[
  {
    "path": ".gitattributes",
    "content": ".gitattributes export-ignore\n.gitignore export-ignore\n* text eol=lf\n*.gif binary\n*.jpg binary\n*.mo binary\n*.mgc binary\n*.png binary\n*.sfd binary\n*.ttf binary\n"
  },
  {
    "path": ".gitignore",
    "content": "*.PHPEditProject\n.idea\nnbproject\n.pc\n.buildpath\n.project\n.vagrant\n.settings\n/Vagrantfile\n.DS_Store\n_Deparsed_XSubs.pm\n"
  },
  {
    "path": "AUTHORS",
    "content": "© 2010-2019, Laurent Declercq (i-MSCP™)\nAll rights reserved\n\nhttp://www.i-mscp.net\nhttps://github.com/i-MSCP/imscp\n\nLicense\n See the README.md file\n"
  },
  {
    "path": "CHANGELOG",
    "content": "i-MSCP ChangeLog\n\n--------------------------------------------------------------------------------\nGit 1.5.x\n--------------------------------------------------------------------------------\n\nBACKEND\n    Added: Apache2 wildcard alias feature\n    Added: Array::Utils library (PerlVendor)\n    Added: iMSCP::Database::mariadb adapter (for use with new DBI DBD::MariaDB\n           driver, in place of DBD::mysql when available)\n    Added: Support for per-milter and per-policy server timeout\n           (Servers::mta::postfix::postconf() - Postfix >= 3.0.0)\n    Dropped: Software installer\n    Enhancement: Make it possible to dump autoload only (iMSCP::Composer)\n    Enhancement: Make it possible to override default DNS resource record (Bind9\n                 server implementation)\n    Fixed: Can't locate object method \"remove\" via package \"iMSCP::File\"\n           (iMSCP::Service)\n    Fixed: Create default sieve script (filters), even if sieve is not available\n           (Dovecot IMAP/POP server implementation)\n    Fixed: Create symlink for sieve filters on email account creation/update,\n           even when those are not available (Dovecot IMAP/POP server\n           implementation)\n    Fixed: Don't stop entities processing on failure (iMSCP::DbTasksProcessor)\n    Fixed: Error output is badly captured, leading to 'Unknown error'\n           (named-compilezone / Bind9 server implementation)\n    Fixed: Missing check for SSL private key and SSL certificate matching\n           (iMSCP::OpenSSL library)\n    Fixed: Symlinks must be copied AS THIS instead of being followed\n           (iMSCP::Dir, iMSCP::File)\n    Fixed: SysVinit script are always reported as enabled (Debian SysVinit init\n           provider)\n    Fixed: The 'imscp_panel' service is always restarted even when it should not\n           (FrontEnd dpkg(1) post invoke tasks)\n    Fixed: The 'is-enabled' support for SysVinit scripts isn't available in\n           older systemd version (Debian Systemd init provider)\n    Review: Enable sieve filtering service by default (Move of SPAM to Junk\n            folder - Dovecot IMAP/POP server implementation)\n    Review: Engine permissions (Bind9 server implementation)\n    Review: Pass the full item data row to backend modules\n    Review: Set default execution mode to 'backend' instead of raising error -\n            iMSCP::DbTasksProcessor\n    Rewritten: Packages (addons)\n\nCONFIG\n    Enhancement: Make it possible to change process limits (and more) through\n                 the i-MSCP's dovecot configuration file\n    Removed: DATABASE_TYPE configuration parameter form master i-MSCP\n             configuration file\n\nDATABASE\n    Added: log.log_time index (r283)\n    Added: login.ipaddr index (r284)\n    Added: Several indexes (r282)\n    Dropped: Telnet service port (r285)\n    Dropped: plugin.plugin_type column (r286)\n    Dropped: Software installer (r287)\n    Fixed: Unwanted default values (r275)\n    Review: Switched from 'utf8' character set to 'utf8mb4' character set (r281)\n    Review: Switched from 'utf8_unicode_ci' collation to 'utf8mb4_unicode_ci'\n            collation (r281)\n\nDAEMON\n    Enhancement: Make it possible to override default (9876) listen port\n    Review: Always write pidfile\n    Review: Make use of a default backend script path\n            (/var/www/imscp/engine/imscp-rqst-mngr) if none is provided\n    Review: Make use of a default pidfile path (/run/imscp_daemon.path) if none\n            is provided\n    Updated: Version to 1.4.0\n\nDISTRIBUTIONS\n    Added: bcmath and bz2 PHP extensions (all distributions, all PHP versions)\n    Added: Support for Debian Buster (10.x)\n    Added: Support for Devuan ASCII (2.x)\n    Added: Support for PHP 7.2, 7.3, 7.4\n    Dropped: Support for Ubuntu Trusty Thar (14.04)\n\nFRONTEND\n    Added: Autoloaders for managing legacy i-MSCP artifacts\n    Added: ACL assertions for the navigation\n    Added: Apache2 wildcard alias feature\n    Added: Filter for plugin archives\n    Added: iMSCP Database::getPDO() static method (return underlying PDO\n           instance bound to the given connection)\n    Added: Patches for zendframework/zendframework1 dependency (PHP\n           deprecations, Zend_Navigation component enhancement, small fixes)\n    Added: Route injector service for i-MSCP plugins\n    Added: Service provider injector for i-MSCP plugins\n    Added: Service provider for overriding of default Slim error handlers\n    Added: Validator for plugin archives\n    Dropped: Software installer\n    Enhancement: Log the frontEnd errors into the\n                ./gui/data/log/frontend_errors.log file and rotate it when its\n                size is bigger than 10 MiB\n    Enhancement: Make it possible to add wildcard DNS record (custom DNS\n                 interface)\n    Fixed: Couldn't unregister exception writers\n    Fixed: Hide E_STRICT, E_NOTICE, E_WARNING and E_DEPRECATED even for addons\n    Fixed: Invalid parameter number: number of bound variables does not match\n           number of tokens (client/mail_catchall_add.php)\n    Fixed: Output buffer must be erased when an exception is throw while\n           template rendering\n    Fixed: We need make sure that we're really in a transaction before\n           rolling-back (MySQL database wrapper)\n    Removed: Telnet service port\n    Review: Install dependencies through the PHP dependency manager (composer)\n    Review: Load comments (PHP OPcache)\n    Review: Make use of the league/flysystem filesystem abstraction for the VFS\n            (FTP) layer\n    Review: Save comments (PHP OPcache)\n    Review: Set locale from environment (CLI)\n    Review: Switch from PSR-0 to PSR-4\n\nINSTALLER\n    Added: 'gnupg' package to the list of pre-required packages (all\n           distributions)\n    Added: WHIPTAIL(1) support (dialog)\n    Changed: Abort installation/update process if the distribution is not\n             up-to-date\n    Changed: All PHP versions are now always installed\n    Changed: Default selected PHP version for customers is now 7.3\n    Changed: Required PHP version for the frontEnd is now 7.3\n    Enhancement: Make it possible to keep local SQL server installed when the\n                 SQL remote alternative is selected\n    Fixed: Don't stop FTP, HTTPD, IMAP/POP and SMTP services on\n           update/reconfiguration\n    Fixed: jessie-updates repository (previously known as debian-volatile\n           repository) no longer available (pbuilder conffile / Debian)\n    Fixed: The hostname for customer SQL users is not updated when its value is\n           changed through the installer (SQL server)\n    Fixed: Update from security repositories won't be pulled (APT pinning)\n    Removed: --build-only command line option from the imscp-autoinstall script\n    Removed: --force-reinstall command line option from the imscp-autoinstall\n             script\n    Removed: --listener command line option from both imscp-autoinstall and\n             imscp-reconfigure scripts\n    Review: SQL users for various services such as proftpd, vsftpd, dovecot,\n            courier-authdaemon are now randomly generated\n\nLISTENERS\n    Removed: 10_named_override_default_rr.pl (now included in core)\n    Removed: 20_dovecot_connections.pl (can now be done through i-MSCP's Dovecot\n             configuration file - persistent configuration)\n\nPLUGINS\n    Enhancement: Run frontEnd applications through the Slim microframework (with\n                 backward compatibility in mind)\n    Fixed: Case where there are no longer migration files provided by a plugin\n           isn't covered\n    Fixed: Plugins not loaded when application is run through CLI\n    Updated: Plugin API to version 1.5.1\n\nSERVICES\n    Enhancement: Make it possible to extend/override Dovecot configuration with\n                 additional configuration files\n\nVENDOR\n    Added: Slim library (PHP dependency)\n    Review: idna-convert library is now installed through composer\n    Review: phpseclib library is now installed through composer\n    Review: Net_DNS2 library is now installed through composer\n\nYOUTRACK\n    IP-1801 Backend workflow for custom DNS records get bypassed on domain or\n            alias change, leading to events not being triggered\n    IP-1815 Circular feature - Unexpected exception raised - `username'\n            parameter is not defined or not a string\n    IP-1816 Cosmetic - Copyright date on i-MSCP sign-in screen not up-to-date\n    IP-1823 Auto-responder - Bad encoding\n\n--------------------------------------------------------------------------------\n1.5.3 (build 2018120800)\n--------------------------------------------------------------------------------\n\n2018-12-08: Laurent Declercq\n    RELEASE i-MSCP 1.5.3 (build 2018120800)\n\nBACKEND\n    Fixed: Couldn't install composer packages on fresh installation nor switch\n           them (regression fix)\n    Fixed: SysVinit provider not initialized when called from Debian Upstart\n           init provider (regression fix)\n    Fixed: The iMSCP::Provider::Service::Debian::Upstart class must implement\n           the stop() method (regression fix)\n\nDAEMON\n    Fixed: Unknown 'stack-protector-strong' GCC option - option has been\n           introduced in GCC 4.9 (regression fix)\n\nYOUTRACK\n    IP-1813 FrontEnd - Update notifier - Missing build number handling\n\n--------------------------------------------------------------------------------\n1.5.3 (build 2018120700)\n--------------------------------------------------------------------------------\n\n2018-12-07: Laurent Declercq\n    RELEASE i-MSCP 1.5.3 (build 2018120700)\n\nARTIFACTS\n    Removed: latest.txt file (no longer used)\n\nBACKEND\n    Added: Netplan networking configuration provider (networkd renderer is\n           assumed)\n    Fixed: Mask/Unmask units after/prior disabling/enabling them (Systemd init\n           provider)\n    Fixed: Missing support for various systemd unit files such as device, mount\n           point, swap file... (Systemd init provider)\n    Fixed: Resolve units before acting on them due to\n           https://github.com/systemd/systemd/issues/7875 (Systemd init\n           provider)\n    Fixed: SHA384 is not supported by your openssl extension, could not verify\n           the phar file integrity (Composer)\n    Fixed: Use of uninitialized value in bitwise or ( |) (PHP memory_limit,\n           Subdomain module)\n    Fixed: Virtual (aliased) interfaces (interface:integer) is an IFCONFIG(8)\n           specific concept. IFCONFIG(8) is deprecated in favor of IP(8).\n    Review: Make use of a well-known (fixed) composer.phar version (1.8.0)\n    Rewritten: Ifupdown networking configuration provider\n\nCONFIG\n    Fixed: Bad value for X-Forward-* headers (Proxy feature / Apache2 ssl vhosts)\n    Fixed: Do not discard paths other than '/errors/' and\n           '/.well-known/acme-challenge/' on redirect/proxy (Apache2)\n    Fixed: Paths must be quoted in Apache2 configuration files to prevent spaces\n           being interpreted as end of argument\n    Renamed: 'BuildDate' main configuration parameter to 'Build'\n\nCONTRIB\n    Fixed: Prevent uninstallation of the 'libsasl2-modules' distribution package\n           (10_postfix_smarthost.pl listener file)\n\nDATABASE\n    Review: domain_traffic table schema (removed PK (dtraff_id), removed UK\n            (traff_time), added compound PK (domain_id, dtraff_time))\n    Review: server_traffic table schema (removed PK (straff_id), removed UK\n            (traff_time), added PK (traff_time))\n\nDAEMON\n    Fixed: Comparison between signed and unsigned integer expressions\n    Fixed: FTBFS with GCC from Ubuntu 18.04 - Undeclared identifiers: SIGCHLD,\n           SIGPIPE\n\nDISTRIBUTIONS\n    Added: 'dirmngr' distribution package (all distributions)\n    Added: Support for Ubuntu Bionic Beaver (18.04)\n    Added: 'ntp' package (all distributions) - Clock synchronization is an\n           important factor for i-MSCP\n    Added: 'unzip' distribution package (all distributions) - required by\n           composer\n    Fixed: Encoding issues with setup dialog (LANG=C vs LANG=C.UTF8)\n\nFRONTEND\n    Fixed: Always display IDNA in their punycode representation (custom DNS\n           record add/edit UI)\n    Fixed: $ORIGIN value is empty (custom DNS records edit UI)\n    Fixed: Closing button being removed in all dialog UI while it must be\n           removed only in alert and confirmation dialogs\n    Fixed: Couldn't execute /usr/local/lib/imscp_panel/imscp_panel_reopenlogs\n           logrotate script\n    Fixed: Parameter is not mapped to any conversion specification\n           (reseller/index.php, client/index)\n    Fixed: Prevent edition of custom DNS records which are not owned by the\n           custom DNS feature\n\nINSTALLER\n    Enhancement: Optimize the SQL database upon setup process but not if the last\n                 optimization date is less than 24 hours\n    Fixed: Build only mode is broken on fresh installation: Couldn't find the\n           'PHP' command in search path...\n    Fixed: 'CLIENT_DOMAIN_ALT_URLS' configuration parameter resetted to 0\n           (disabled) while running installer\n    Fixed: 'CLIENT_DOMAIN_ALT_URLS' parameter is not set on fresh installations\n    Fixed: DIRMNGR(8) daemon not being terminated when expected (APT key\n           management)\n    Fixed: Inconsistency with other parameters (CLIENT_DOMAIN_ALT_URLS parameter\n           -- yes/no vs 1/0)\n    Fixed: Keep any installed PHP packages as those can have been installed\n           manually or by 3rd-party software\n    Fixed: Missing or bad entry found in your preseed file due to unhandled\n           space separator (Slave DNS server)\n    Fixed: Setup dialog for the alternative URLs feature is not shown on fresh\n           installations\n    Renamed: 'CLIENT_DOMAIN_ALT_URLS' configuration parameter to\n             'CLIENT_WEBSITES_ALT_URLS'\n\nYOUTRACK\n    IP-1689 Password reset conflict with PanelRedirect\n    IP-1770 Contrib - 10_backup_storage_outsourcing.pl - Operation not permitted\n    IP-1786 Customer assignment (to reseller) not showing all clients\n    IP-1787 Typo in external mail feature activation\n    IP-1791 Error message when calculating disk quota - Cannot start new SQL\n            transaction on an automatic reconnect\n    IP-1792 When changing the document root of a domain with a folder that holds\n            a space in its name, the Apache2 server is crashing\n    IP-1793 CLIENT_DOMAIN_ALT_URLS Value in preseed file\n    IP-1795 When editing a mailbox, the quota value is reset to 10 MiB while it\n            should stay to it current quota value\n    IP-1802 Traffic logger should wait for the xtables lock\n    IP-1803 Wrong SQL query in SSLCertificate.pm module\n    IP-1804 Cannot add catchall for subdomains - Call to a member function\n            fetchRow on string\n    IP-1806 Client - Domain Edit - Document Root Edit - FTP (VFS) - Could not\n            retrieve directories - ASCII username expected\n    IP-1809 Missing logrotate in LXC container\n    IP-1811 APT pinning conflict with libssl-dev\n    IP-1812 Missing support for Ubuntu Bionic Beaver (18.04)\n\n--------------------------------------------------------------------------------\n1.5.3 (build 2018051600)\n--------------------------------------------------------------------------------\n\n2017-09-08: Laurent Declercq\n    RELEASE i-MSCP 1.5.3 (build 2018051600)\n\nBACKEND\n    Backport: Fix for #IP-1758 (Could not remove HTTPD log directory -- The\n              immutable bit is removed too late) from 1.6.x branch\n    Fixed: Couldn't restore backup archive - Can't locate object method\n           \"selectall_array\" via package \"DBI::db\" (restore backup feature)\n    Fixed: Default PHP INI values (PHP Editor)\n\nDATABASE\n    Backport: Fix for #IP-1742 (i-MSCP upgrade error - Unknown 'mail_user'\n              database table in database update r254) from 1.6.x branch\n\nFRONTEND\n    Backport: Fix for #IP-1749 (User profile fields validation too strict from\n              1.6.x branch)\n    Cosmetic: Remove borders in table header/footer (layout)\n    Fixed: Couldn't generate self-signed SSL certificate - Couldn't write in\n           temporary SSL configuration file\n    Fixed: Couldn't access support section when logged as reseller\n    Fixed: Couldn't update customer password when logged in as administrator or\n           reseller\n    Fixed: IDE inspections (PhpStorm)\n    Fixed: Localization routing\n    Fixed: Possible double POST request submission in restore backup interface\n    Fixed: Unhandled 'torestore' status leading to cosmetic issues in GUI when\n           a domain is being restored\n    Fixed: Wrong usage of strstr() function (SystemInfo class)\n\nPLUGINS\n    Fixed: Local plugin configuration files are not merged as expected\n\nSCRIPTS\n    Fixed: maillogconvert.pl script is broken leading to un-processing of SMTP\n           logs\n    Fixed: Unexpected warning (FALSE warning) when running imscp-backup-all\n           backup script in verbose mode\n\n--------------------------------------------------------------------------------\n1.5.2\n--------------------------------------------------------------------------------\n\n    Canceled release\n\n--------------------------------------------------------------------------------\n1.5.1 (build 2017090800)\n--------------------------------------------------------------------------------\n\n2017-09-08: Laurent Declercq\n    RELEASE i-MSCP 1.5.1 (build 2017090800)\n\nBACKEND\n    Fixed: Can't call method \"isEmpty\" on an undefined value when a listener\n           self un-register (iMSCP::EventManager)\n\nFRONTEND\n    Added: `onMoveCustomer' event -- Event triggered when a customer is moved to\n            another reseller\n    Added: `onMoveReseller' event -- Event triggered when a reseller is moved to\n            another administrator\n    Enhancement: Adjust target reseller limits/permissions instead of throwing\n                 error (Customer assignments feature)\n    Enhancement: Allows to synchronize PHP permissions of specific client\n                 (iMSCP_PHPini)\n    Fixed: Several inconsistencies in displaying of statistics data (domain edit\n           interface -- reseller UI level)\n    Fixed: Several layout issues regarding statistics (all UI levels)\n    Fixed: Statistics badly calculated due to mixing between assigned and\n           consumed values (admin UI level)\n    Fixed: Exception raised due to wrong SQL query (Customer assignments)\n    Rewritten: Customer and reseller assignments features (admin UI level)\n\n--------------------------------------------------------------------------------\n1.5.0 (build 2017090500)\n--------------------------------------------------------------------------------\n\n2017-09-05: Laurent Declercq\n    RELEASE i-MSCP 1.5.0 (build 2017090500)\n\nBACKEND\n    Added: `apcu', `apc', `gmp' and `Zend Opcache' PHP modules to the list of\n           required PHP module (iMSCP::Requirements)\n    Added: Flag allowing to ignore mount operation failures (iMSCP::Mount)\n    Added: iMSCP::EventManager::hasListener method -- Allow to check whether or\n           not a listener is registered for an event\n    Added: Support for multiple <character-string>s in TXT/SPF DNS resource\n           records (Modules::CustomDNS)\n    Deprecated: iMSCP::Database::mysql::doQuery() method -- Will be removed in a\n                later version\n    Deprecated: iMSCP::Database::mysql::endTransaction() method -- Will be\n                removed in a later version\n    Deprecated: iMSCP::Database::mysql::startTransaction() method -- Will be\n                removed in a later version\n    Fixed: Can't use an undefined value as a HASH reference\n           (iMSCP::EventManager)\n    Fixed: Couldn't remove IP address: Unknown action requested for server IP\n           (Modules::ServerIP)\n    Fixed: Don't set permissions on parent directories as this can lead to\n           several permission issues (iMSCP::Dir::make)\n    Fixed: Permissions on files are always preserved when copying directory\n           recursively\n    Fixed: Routines for Perl/PHP modules requirements checking are broken\n           (iMSCP::Requirements)\n    Fixed: Sets the SQL `group_concat_max_len' variable on a per session basis\n    Fixed: Sets the SQL modes on a per session basis to `NO_AUTO_CREATE_USER'\n           (backward compatibility with plugins)\n    Removed: `FETCH_MODE' option from iMSCP::Database::mysql\n\nCONFIG\n    Added: `APPLICATION_ENV' environment variable (Nginx)\n    Removed: `.htgroup' and `.htpasswd' files from the skeleton directory; These\n             files are now created only when needed\n\nCONTRIB\n    Fixed: 10_backup_storage_outsourcing.pl: Couldn't move XXX directory to XXX\n           -- filesystem boundaries\n    Fixed: 10_backup_storage_outsourcing.pl: Outsourced backup directory not\n           created on new customer account creation\n\nDISTRIBUTIONS\n    Added: Support for Percona DB 5.7 -- Debian 9/Stretch (amd64 architecture\n           only)\n    Added: ca-certificates package in list of pre-required packages\n    Fixed: Install openssl and libssl-dev packages from Debian/Ubuntu\n           repositories, not from Ondřej Surý repository\n    Fixed: MariaDB client library from MariaDB 10.2 repository isn't compatible\n           with the DBD::mysql Perl module (Debian 9/Stretch)\n\nFRONTEND\n    Added: `onPageMessages event' --  Event that is triggered when page messages\n           are being generated\n    Added: Button to force refresh of service statuses as they are now cached\n           for 20 minutes\n    Added: iMSCP_Database::inTransaction() method\n    Added: Routing for languages without territory information: eg. `de' will be\n           routed to `de_DE' (auto-detection)\n    Added: Setting that allows administrator to protect/unprotect default mail\n           accounts against both edition and deletion\n    Added: Support for multiple <character-string>s in TXT/SPF DNS resource\n           records (Custom DNS interface)\n    Added: Translation resources for Zend validators\n    Cosmetics: Make use of the mathematical infinity symbol (∞) in place of the\n               `Unlimited' translation string\n    Deprecated: iMSCP_Database::getRawInstance() method -- will be removed in a\n                later release\n    Deprecated: Usage of customer ID field -- will be removed in a later release\n    Enhancement: Make use of application cache for caching of configuration data\n                 (lifetime: indefinitely till change)\n    Enhancement: Make use of application cache for caching of rootkit logs\n                 (lifetime: 24 hours)\n    Enhancement: Make use of application cache for caching of service statuses\n                 (lifetime: 20 minutes)\n    Enhancement: Make use of Zend APC cache backend; fallback to Zend File\n                 backend if APC extension isn't available\n    Enhancement: Make customers able to delete their subdomains without first\n                 having to delete FTP and mail accounts\n    Enhancement: Make customers able to edit mail auto-responder message even if\n                 the auto-responder is not activated yet\n    Enhancement: Make customers able to select more than one catch-all address\n                 in catch-all addresses drop-down list\n    Enhancement: Make customers able to show/hide default mail accounts\n    Enhancement: Protect default mail accounts against change and deletion\n                 (default)\n    Enhancement: Show a warning when the DEBUG mode is enabled (administrators\n                 only)\n    Enhancement: Show Catch-all accounts in client mail accounts overview\n                 interface\n    Fixed: Action links for FTP accounts must be hidden when they have a status\n           other than 'ok'\n    Fixed: All SQL queries must be compatible with the `ONLY_FULL_GROUP_BY' SQL\n           mode\n    Fixed: A user must not be able to clear his email address\n    Fixed: Couldn't edit mailbox quota due to integer type casting (i386 arch)\n    Fixed: Couldn't set value bigger than 2GB for mailbox quota due to integer\n           type casting (i386 arch)\n    Fixed: Couldn't generate self-signed SSL certificate (string passed as\n           serial number while integer is expected)\n    Fixed: Customers must stay able to login when their password or their main\n           domain are being modified\n    Fixed: Don't decode IDNA names in list of DNS resource records (Client UI\n           level)\n    Fixed: Erroneous ftp_group.members field (Subsequent FTP accounts members\n           are never added)\n    Fixed: Login check must be done prior triggering starting script event\n    Fixed: Missing creation of default `webmaster' mail account for subdomains\n    Fixed: PHP ini entries that belong to subdomains of an alias being removed\n           are not removed\n    Fixed: Sets the SQL `group_concat_max_len' variable on a per session basis\n    Fixed: Sets the SQL modes on a per session basis to 'NO_AUTO_CREATE_USER'\n           (backward compatibility with plugins)\n    Fixed: Several integer type casting issues\n    Fixed: Uncaught SyntaxError: missing ) after argument list (user_add2.tpl,\n           hosting_plan_edit.tpl -- reseller UI level)\n    Fixed: When an user personal email is being modified, the user identity must\n           be updated as well (session)\n    Fixed: Wrong default mail accounts accounting (missing hostmaster email,\n           wrong SQL queries...)\n    Merged: Server statistics interfaces (admin UI)\n    Removed: Administrator database update interface; Database update are\n             executed by installer\n    Removed: Cached versions of navigation files; Make use of application cache\n             instead\n    Removed: iMSCP_Initializer class (replaced by iMSCP\\Application class)\n    Removed: Information about total items/limits assigned - People don't\n             understand their meaning (statistics)\n    Removed: Output compression, including related parameters -- Compression is\n             done at Nginx Web server level\n    Review: abuse, hostmaster and postmaster default mail accounts are now\n            forwarded to customer email\n    Review: Always show fully-qualified names in list of DNS resource records\n            (client UI level)\n    Review: Catchall mail accounts are now counted in mail accounts limit\n    Review: Default mail accounts are not longer counted for the mail accounts\n            limit (default)\n    Review: Default mail accounts are now hidden in the client mail accounts\n            overview interface (default)\n    Review: Extend Zend_Registry class instead of reinventing the wheel\n    Review: Hide PHP E_STRICT, E_NOTICE, ~E_USER_NOTICE, E_DEPRECATED and\n            E_USER_DEPRECATED on production\n    Review: Hide the i-MSCP update interface when Git version is in use (admin\n            UI level)\n    Review: Make use of short syntax for arrays\n    Review: Make use of Zend_Controller_Action_Helper_FlashMessenger for page\n            messages\n    Review: Show an explicit warning when the legacy and un-secure telnet server\n            is running (service statuses)\n    Review: Skip the intermediate edit page when mail auto-responder is being\n            enabled and that the message is already set\n    Rewritten: Add administrator interface (admin level)\n    Rewritten: Edit user and personal data interfaces (all UI levels)\n    Rewritten: Password update interface (all UI levels)\n    Security: Input for personal user data not filtered nor validated (all UI\n              levels)\n\nINSTALLER\n    Enhancement: Support for APT pinning: per section and per package APT\n                 pinning (Debian adapter)\n    Fixed: Don't remove unused PHP variants configuration directories; PHP\n           packages install INI files for all variants\n    Fixed: Hide notice about user/group changes (Courier)\n    Fixed: Missing LOGROTATE(8) configuration file for RSYSLOGD(8) (Debian\n           9/Stretch; Ubuntu 16.04/Xenial)\n    Fixed: Removal of obsolete files must be done before saving the persistent\n           data, else some files won't be deleted\n    Review: Raise GNU Wget timeout for slow DNS resolvers (Debian adapter)\n    Securiry: Permissions hardening - Files and folders are now copied with\n              UMASK(2) 027 instead of 022\n\nPACKAGES\n    Fixed: Can't locate Package/FileManager/Net2FTP/Net2FTP.pm when upgrading\n           from some older versions (Package::FileManager)\n    Fixed: Missing configuration snippet for AWStats in Apache2 vhosts: Event\n           listener badly registered\n\nPLUGINS\n    Updated: Plugin API to version 1.5.0\n\nSCRIPTS\n    Removed: Explicit unlocking of locked files -- Files are automatically\n             unlocked\n    Fixed: logresolvemerge.pl: Script is broken\n\nSERVERS\n    Changed: Mount courier-authdaemon rundir on var/run/courier/authdaemon\n             instead of private/authdaemon (Postfix/Cyrus-SASL)\n    Changed: The `postfix' user is now added in the `mail' group instead of the\n             `daemon' group (Postfix/Cyrus-SASL)\n    Changed: The ownership for the /var/run/courier/authdaemon directory is now\n             `daemon:mail' (courier-authdaemon)\n    Fixed: `.htgroup' and `.htpasswd' files are resetted when the main domain is\n            being changed (Httpd servers)\n    Fixed: Couldn't connect to FTP server through IPv6 (vsftpd)\n    Fixed: Couldn't generate /etc/courier/dhparams.pem file: Unknown security\n           parameter string: 2048 (Courier)\n    Fixed: Postfix parameters are not removed when using Regexp\n           (Servers::mta::postfix::postconf -- Regression fix)\n    Fixed: SASL authentication failure: cannot connect to courier-authdaemon:\n           No such file or directory (Postfix/Cyrus-SASL)\n    Fixed: Several warnings raised by POSTFIX(1) when files located inside its\n           directories are not owned by the `postfix' user (Postfix)\n    Fixed: Unwanted leading character in server alias names - Alternative URLs\n           feature (Httpd servers)\n    Removed: sql_mode parameter from the mysql/imscp.cnf configuration file; it\n             is now set on a per session basis) (SQL servers)\n    Review: Disallow recursive directory listing (ProFTPD)\n\nSERVICES\n    Fixed: MOUNT(2) operation failures are ignored (imscp_mountall)\n    Review: Rotate log files on a daily basis instead of a weekly basis for\n            faster processing (Mail service log files)\n\nTRANSLATIONS\n    Review: Make use of fuzzy entries in machine object files\n\nVENDOR\n    Updated: Zend Framework libraries to version 1.12.20\n    \nYOUTRACK\n    IP-0749 Protected areas under a mount point of a domain alias or subdomain\n            that is being deleted are not removed\n    IP-1729 Couldn't generate self-signed SSL certificates with OpenSSL 1.1.x\n    IP-1730 Couldn't delete support tickets that are closed\n    IP-1733 Default mail accounts in client mail accounts overview should be\n            hidden by default\n    IP-1737 Circular feature - A circular must not be send twice to the same\n            email address\n    IP-1740 Empty body content when trying to create new SQL user and when SQL\n            users limit has been reached\n\n--------------------------------------------------------------------------------\nOlder release series\n--------------------------------------------------------------------------------\n\nSee ./docs/Changelog-x.x.x files\n"
  },
  {
    "path": "COPYING",
    "content": "See the following files:\n  docs/LICENSE-GPL2\n  docs/LICENSE-LGPL2.1\n  docs/LICENSE-MPL1.1\n"
  },
  {
    "path": "README.md",
    "content": "## i-MSCP - internet Multi Server Control Panel\n\ni-MSCP (internet Multi Server Control Panel) is an open source software (OSS)\nfor shared hosting environments management on Linux servers. It comes with\na large choice of modules for various services such as Apache2, ProFTPd,\nDovecot, Courier, Bind9, and can be easily extended through plugins, or\nlistener files using its events-based API.\n\ni-MSCP has been designed for professional Hosting Service Providers (HSPs),\nInternet Service Providers (ISPs) and IT professionals.\n\n### Official Site & Documentation\n\n* [i-MSCP Site](https://i-mscp.net/)\n* [i-MSCP Forums](https://i-mscp.net/index.php/BoardList/)\n* [i-MSCP Documentation](https://wiki.i-mscp.net/doku.php)\n\n### Installation instructions\n\n* [Debian](./docs/Debian/INSTALL.md)\n* [Devuan](./docs/Devuan/INSTALL.md)\n* [Ubuntu](./docs/Ubuntu/INSTALL.md)\n\n### License\n\nUnless otherwise stated all source code is licensed under LGPL 2.1 and has the\nfollowing copyright:\n\n```\n    © 2010-2020, Laurent Declercq (i-MSCP™)\n    All rights reserved\n```\n\nThe design material and the \"i-MSCP\" trademark is the property of their\nauthors. Reuse of them without prior consent of their respective authors is\nstrictly prohibited.\n"
  },
  {
    "path": "Vagrant/README.md",
    "content": "# i-MSCP Vagrant box\n\nThis directory contains all you need to setup a\n[Vagrant](http://www.vagrantup.com/) box with i-MSCP pre-installed.\n\n## Requirements\n\n- VirtualBox or (LXC and vagrant-lxc plugin)\n- Vagrant ≥ 2.0.0\n- vagrant-reload Vagrant plugin\n- rsync\n\nNote that the documentation below assumes the\n[VirtualBox](https://www.vagrantup.com/docs/virtualbox/) Vagrant provider.\n\n## Vagrant boxes\n\nVagrant boxes are pulled from [Vagrant Cloud](https://app.vagrantup.com/).\n\nThe following Vagrant boxes are made available\n\n- Debian 9.x (Stretch): `imscp_debian_stretch` (VirtualBox, LXC)\n- Debian 10.x (Buster): `imscp_debian_buster` (VirtualBox, LXC)\n- Ubuntu 16.04 (Xenial Xerus): `imscp_ubuntu_xenial` (VirtualBox only)\n- Ubuntu 18.04 (Bionic Beaver): `imscp_ubuntu_bionic` (VirtualBox only)\n\n## Getting started\n\n### Installing Vagrant\n\nYou can download latest Vagrant distribution at\n[Vagrant Download](https://www.vagrantup.com/downloads.html).\n\n### Installing vagrant-reload Vagrant plugin\n\nYou must install the `vagrant-reload` Vagrant plugin:\n\n```shell\ncd <imscp_archive_dir>/Vagrant\nvagrant plugin install vagrant-reload\n```\n\n#### PhpStorm IDE\n\nIf you run Vagrant through the PhpStorm IDE, you need to install the\n`vagrant-reload` plugin through PhpStorm Vagrant settings interface:\n\n1. Go to the Settings / Tools / Vagrant settings interface\n2. On the right window, select the `Plugins` tab\n3. Click on the addition icon\n4. Type `vagrant-reload`\n5. Click on the `OK` button\n6. Click on the `Apply` button at bottom\n\n### Preseeding file\n\nYou must create an\n[i-MSCP preseeding](https://wiki.i-mscp.net/doku.php?id=start:preseeding) file:\n\n```shell\ncd <imscp_archive_dir>/Vagrant\ncp ../docs/preseed.pl .\nnano preseed.pl\n```\n\nBe careful to fill up all mandatory parameters. If one of required parameters is\nmissing, provisioning of the Vagrant box will fail.\n\nOnly the following parameters are mandatory:\n\n- `ADMIN_PASSWORD`: Master administrator password\n- `DEFAULT_ADMIN_ADDRESS`: Master administrator email address\n\nYou must also fill the `SERVER_HOSTNAME` parameter as the default hostname set in\nVagrant boxes doesn't fit with i-MSCP hostname policy.\n\nFor the `SQL_ROOT_PASSWORD` parameter, it is required only if the unix_socket\nauthentication isn't enabled for the SQL root user.\n\nFor all other parameters, the installer will make use of default values. Please\nconsult the [preseed.pl](../docs/preseed.pl) template file for further details.\n\n## Creating the Vagrant box\n\nYou can create the Vagrant box as follows:\n\n```shell\ncd <imscp_archive_dir>/Vagrant\nvagrant up <vagrant_box_name>\n```\n\nwhere `<vagrant_box_name>` must be one of names listed in the `Vagrant boxes`\nsection above.\n\nFor instance, to create a `Debian Buster` Vagrant box, you must run:\n\n```shell\ncd <imscp_archive_dir>/Vagrant\nvagrant up imscp_debian_Buster\n```\n\nNote that if you don't pass a name, a `Debian Stretch` Vagrant box will be\ncreated.\n\n## Login into Vagrant box\n\nYou can login into the newly created Vagrant box as follows:\n\n```shell\ncd <imscp_archive_dir>/Vagrant\nvagrant ssh <vagrant_box_name>\nsudo -s\n```\n\n## Troubleshooting\n\n### Default keyboard layout\n\nDefault keyboard layout fits well for Americans only. Thus, if you want to\nconnect to your Vagrant box through a ternminal (tty) and not simply through\nSSH, you could have issues due to current keyboard layout.\n \nYou can reconfigure the keyboard layout as follows:\n\n```shell\ncd <imscp_archive_dir>/Vagrant\nvagrant ssh <vagrant_box_name>\nsudo -s\napt-get install console-setup\ndpkg-reconfigure console-setup\ndpkg-reconfigure keyboard-configuration\nservice keyboard-setup restart\nudevadm trigger --subsystem-match=input --action=change\n```\n\nThen once done, reboot the Vagrant box.\n"
  },
  {
    "path": "Vagrant/Vagrantfile",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2018 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n\nVagrant.configure(\"2\") do |config|\n  ## Global settings\n\n  # Disable automatic box update checking.\n  config.vm.box_check_update = false\n\n  # Create a public network, which generally matched to bridged network.\n  # Bridged networks make the machine appear as another physical device on\n  # your network.\n  config.vm.network :public_network\n\n  # Rsync i-MSCP folder into /usr/local/src/imscp Vagrant box directory\n  config.vm.synced_folder \"../.\", \"/usr/local/src/imscp\", type: \"rsync\",\n    rsync__exclude: \"Vagrant/\"\n\n  ## Vagrant boxes definitions\n\n  # Debian 9.x/Stretch (default if no box name passed-in to vagrant CLI)\n  config.vm.define 'imscp_debian_stretch', autostart: true do |node|\n      node.vm.box = \"debian/stretch64\"\n\n      # VirtualBox provider configuration\n      node.vm.provider :virtualbox do |vb|\n          vb.customize [\"modifyvm\", :id,\n            \"--memory\", \"1024\",\n            \"--name\", \"imscp_debian_stretch\",\n            #\"--natdnshostresolver1\", \"on\"\n          ]\n      end\n\n      # LXC provider configuration\n      node.vm.provider :lxc do |lxc, override|\n          lxc.customize \"cgroup.memory.limit_in_bytes\", \"1024M\"\n          lxc.container_name = \"imscp_debian_stretch\"\n          override.vm.network = \"\"\n      end\n  end\n\n  # Debian 10.x/Buster\n  config.vm.define \"imscp_debian_buster\", autostart: false do |node|\n      node.vm.box = \"debian/buster64\"\n\n      # VirtualBox provider configuration\n      node.vm.provider :virtualbox do |vb|\n          vb.customize [\"modifyvm\", :id,\n            \"--memory\", \"1024\",\n            \"--name\", \"imscp_debian_buster\",\n            #\"--natdnshostresolver1\", \"on\"\n          ]\n      end\n\n      # LXC provider configuration\n      node.vm.provider :lxc do |lxc, override|\n          lxc.customize \"cgroup.memory.limit_in_bytes\", \"1024M\"\n          lxc.container_name = \"imscp_debian_buster\"\n          override.vm.network = \"\"\n      end\n  end\n\n  # Ubuntu Xenial Xerus (16.04)\n  config.vm.define \"imscp_ubuntu_xenial\", autostart: false do |node|\n      node.vm.box = \"bento/ubuntu-16.04\"\n\n      # VirtualBox provider configuration\n      node.vm.provider :virtualbox do |vb|\n          vb.customize [\"modifyvm\", :id,\n            \"--memory\", \"1024\",\n            \"--name\", \"imscp_ubuntu_xenial\",\n            #\"--natdnshostresolver1\", \"on\"\n          ]\n      end\n  end\n  \n    # Ubuntu Bionic Beaver (18.04)\n    config.vm.define \"imscp_ubuntu_bionic\", autostart: false do |node|\n        node.vm.box = \"bento/ubuntu-18.04\"\n  \n        # VirtualBox provider configuration\n        node.vm.provider :virtualbox do |vb|\n            vb.customize [\"modifyvm\", :id,\n              \"--memory\", \"1024\",\n              \"--name\", \"imscp_ubuntu_bionic\",\n              #\"--natdnshostresolver1\", \"on\"\n            ]\n        end\n    end\n\n  ## Vagrant box upgrade\n\n  config.vm.provision \"shell\" do |s|\n    begin\n        s.path = \"scripts/distro_update.sh\"\n    rescue\n        puts \"An unexpected error occurred while upgrading the Vagrant box.\"\n    end\n  end\n\n  # Reboot the Vagrant box (possible kernel update)\n  config.vm.provision :reload\n\n  ## Vagrant box provisioning (i-MSCP)\n\n  config.vm.provision \"shell\" do |s|\n    begin\n        s.path = \"scripts/provision_imscp.sh\"\n    rescue\n        puts \"An unexpected error occurred while provisioning the Vagrant box with i-MSCP.\"\n    end\n  end\nend\n"
  },
  {
    "path": "Vagrant/scripts/distro_update.sh",
    "content": "#!/bin/sh\n# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n\nset -e\n\nexport DEBIAN_FRONTEND=noninteractive\nexport LANG=C.UTF-8\n\n# Remove unwanted foreign i386 architecture which is enabled in\n# some Vagrant boxes\ndpkg --remove-architecture i386 2>/dev/null\n\napt-get update\napt-get --assume-yes dist-upgrade\napt-get --assume-yes install ca-certificates perl\n"
  },
  {
    "path": "Vagrant/scripts/provision_imscp.sh",
    "content": "#!/bin/sh\n# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n\nset -e\n\n# Create i-MSCP preseed file\nif [ ! -f /vagrant/preseed.pl ]; then\n echo \"The i-MSCP preseed.pl file has not been found. Please create it first.\"\n exit 1\nfi\n\nhead -n -2 /vagrant/preseed.pl > /tmp/preseed.pl\ncat <<'EOT' >> /tmp/preseed.pl\n$::questions{'BASE_SERVER_IP'} = '0.0.0.0';\n\n1;\n__END__\nEOT\n\n# Execute the i-MSCP installer using preseeding file\nperl /usr/local/src/imscp/imscp-autoinstall --debug --verbose --preseed /tmp/preseed.pl\n"
  },
  {
    "path": "autoinstaller/Adapter/AbstractAdapter.pm",
    "content": "=head1 NAME\n\n autoinstaller::Adapter::AbstractAdapter - Abstract installer adapter\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2019 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage autoinstaller::Adapter::AbstractAdapter;\n\nuse strict;\nuse warnings;\nuse parent 'Common::Object';\n\n=head1 DESCRIPTION\n\n Abstract installer adapter\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n\n=item preinstall\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    0;\n}\n\n=item preinstall\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    0;\n}\n\n=item postinstall\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    0;\n}\n\n=back\n\n=head1 Author\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "autoinstaller/Adapter/DebianAdapter.pm",
    "content": "=head1 NAME\n\n autoinstaller::Adapter::DebianAdapter - Debian installer adapter\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n\npackage autoinstaller::Adapter::DebianAdapter;\n\nuse strict;\nuse warnings;\nuse autouse 'iMSCP::Stepper' => qw/ startDetail endDetail step /;\nuse autoinstaller::Functions qw/\n    showWelcomeDialog showGitVersionWarnDialog distributionCheckDialog\n    prepareDistFiles writeMasterConfigFile\n/;\nuse Class::Autouse qw/ :nostat File::HomeDir /;\nuse File::Basename 'dirname';\nuse File::Temp;\nuse FindBin;\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Cwd '$CWD';\nuse iMSCP::Debug qw/ debug error output /;\nuse iMSCP::Dialog;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute qw/ execute executeNoWait /;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::LsbRelease;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Service;\nuse version;\nuse parent 'autoinstaller::Adapter::AbstractAdapter';\n\n=head1 DESCRIPTION\n\n Debian installer adapter\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item preinstall( )\n\n See autoinstaller::Adapter::AbstractAdapter::preinstall()\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    unless ( length $::imscpConfig{'FRONTEND_SERVER'}\n        && length $::imscpConfig{'FTPD_SERVER'}\n        && length $::imscpConfig{'HTTPD_SERVER'}\n        && length $::imscpConfig{'NAMED_SERVER'}\n        && length $::imscpConfig{'MTA_SERVER'}\n        && length $::imscpConfig{'PHP_SERVER'}\n        && length $::imscpConfig{'PO_SERVER'}\n        && length $::imscpConfig{'SQL_SERVER'}\n    ) {\n        iMSCP::Getopt->skipDistPackages( FALSE );\n        iMSCP::Getopt->skipComposerUpdate( FALSE );\n        iMSCP::Getopt->fixPermissions( TRUE );\n        iMSCP::Getopt->noprompt( FALSE ) unless iMSCP::Getopt->preseed;\n    }\n\n    unless ( iMSCP::Getopt->skipDistPackages ) {\n        unless ( iMSCP::ProgramFinder::find( 'debconf-apt-progress' ) ) {\n            print STDOUT output(\n                'Satisfying prerequisites... Please wait.', 'info'\n            );\n        }\n\n        my $rs = $self->_updateAptSourceList();\n        $rs ||= $self->_updatePackagesIndex();\n        return $rs if $rs;\n\n        # Make sure that the distribution is up-to-date, else inform the user\n        # and abort.\n        $rs = execute(\n            \"/usr/bin/apt-get --simulate --assume-yes dist-upgrade | grep '^[[:digit:]]\\\\+ upgraded'\",\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n\n        if ( length $stdout && $stdout =~ /^(\\d+)\\s+upgraded/m && $1 > 0 ) {\n            if ( !iMSCP::Getopt->noprompt\n                && iMSCP::ProgramFinder::find( 'dialog' )\n            ) {\n                iMSCP::Dialog->getInstance()->error( <<\"EOF\" );\n\\\\Zb\\\\Z1The distribution is not up-to-date\\\\Zn\n\nThere are distribution packages available for update.\n\nPlease update your distribution before running the i-MSCP installer.\nEOF\n            } elsif ( iMSCP::Getopt->verbose ) {\n                print STDERR output( 'Your distribution is not up-to date. You need to update it first.', 'error' );\n            }\n\n            exit 1;\n        }\n\n        local @ENV{qw/ UCF_FORCE_CONFFNEW UCF_FORCE_CONFFMISS /} = (\n            TRUE, TRUE\n        );\n\n        $rs = execute(\n            [\n                ( !iMSCP::Getopt->noprompt && iMSCP::ProgramFinder::find(\n                    'debconf-apt-progress'\n                ) ? ( 'debconf-apt-progress', '--logstderr', '--' ) : () ),\n                'apt-get',\n                '--assume-yes',\n                '--option', 'DPkg::Options::=--force-confnew',\n                '--option', 'DPkg::Options::=--force-confmiss',\n                '--auto-remove',\n                '--purge',\n                '--no-install-recommends',\n                'install', @{ delete $self->{'preRequiredPackages'} }\n            ],\n            ( iMSCP::Getopt->noprompt && !iMSCP::Getopt->verbose\n                ? \\$stdout : undef\n            ),\n            \\$stderr\n        );\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n    };\n\n    my $dialog = iMSCP::Dialog->getInstance();\n\n    my $rs = $dialog->execute( [\n        \\&showWelcomeDialog,\n        \\&showGitVersionWarnDialog,\n        \\&distributionCheckDialog,\n        $self->_getPackagesDialog( @_ )\n    ] );\n    return $rs if $rs;\n\n    my @steps = ();\n\n    if ( iMSCP::Getopt->skipDistPackages ) {\n        delete $self->{'_packagesFileData'};\n    } else {\n        push @steps, (\n            [\n                sub { $self->_processPackagesFile() },\n                'Process packages file'\n            ],\n            [\n                sub { $self->_prefillDebconfDatabase() },\n                'Pre-fill Debconf database'\n            ],\n            [\n                sub { $self->_processAptRepositories() },\n                'Processing APT repositories'\n            ],\n            [\n                sub { $self->_processAptPreferences() },\n                'Processing APT preferences'\n            ],\n            [\n                sub { $self->_updatePackagesIndex() },\n                'Updating packages index'\n            ],\n            [\n                sub { $self->_installPackages() },\n                'Installing required packages'\n            ]\n        );\n    }\n\n    push @steps,\n        [ \\&prepareDistFiles, 'Preparing distribution files' ],\n        [ \\&writeMasterConfigFile, 'Writing master configuration file' ];\n\n    my ( $step, $nSteps ) = ( 1, scalar @steps );\n    for my $task ( @steps ) {\n        $rs = step( @{ $task }, $nSteps, $step );\n        error( 'An error occurred while the pre-installation steps.' ) if $rs;\n        return $rs if $rs;\n        $step++;\n    }\n\n    iMSCP::Dialog->getInstance()->endGauge();\n\n    0;\n}\n\n=item install( )\n\n See autoinstaller::Adapter::AbstractAdapter::install()\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    require \"$FindBin::Bin/engine/setup/imscp-setup-functions.pl\";\n\n    # Not really the right place to do that job but we have not really choice\n    # because this must be done before installation of new files\n    my $service = iMSCP::Service->getInstance();\n    if ( $service->hasService( 'imscp_network' ) ) {\n        $service->remove( 'imscp_network' );\n    }\n\n    my $bootstrapper = iMSCP::Bootstrapper->getInstance();\n    my @runningJobs = ();\n\n    for my $job ( qw/\n        imscp-backup-all imscp-backup-imscp imscp-dsk-quota imscp-srv-traff\n        imscp-vrl-traff awstats_updateall.pl imscp-disable-accounts imscp\n    / ) {\n        next if $bootstrapper->lock( \"/var/lock/$job.lock\", 'nowait' );\n        push @runningJobs, $job,\n    }\n\n    if ( @runningJobs ) {\n        iMSCP::Dialog->getInstance()->error( <<\"EOF\" );\nThere are jobs currently running on your system that can not be locked by the installer.\n\nYou must wait until the end of these jobs.\n\nRunning jobs are: @runningJobs\nEOF\n        return 1;\n    }\n\n    undef @runningJobs;\n\n    my @steps = (\n        [ \\&::setupInstallFiles, 'Installing distribution files' ],\n        [ \\&::setupBoot, 'Bootstrapping installer' ],\n        [ \\&::setupRegisterListeners, 'Registering event listeners' ],\n        [ \\&::setupDialog, 'Processing setup dialog' ],\n        [ \\&::setupTasks, 'Processing setup tasks' ]\n    );\n\n    my ( $step, $nSteps ) = ( 1, scalar @steps );\n    for my $task ( @steps ) {\n        my $rs = step( @{ $task }, $nSteps, $step );\n        error( 'An error occurred while the installation steps.' ) if $rs;\n        return $rs if $rs;\n        $step++;\n    }\n\n    iMSCP::Dialog->getInstance()->endGauge();\n\n    0;\n}\n\n=item postinstall( )\n\n See autoinstaller::Adapter::AbstractAdapter::postinstall()\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    # Delete distribution files directory\n    eval { iMSCP::Dir->new( dirname => $::{'INST_PREF'} )->remove(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS/FUNCTIONS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return autoinstaller::Adapter::DebianAdapter\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self }{qw/\n        eventManager repositorySections preRequiredPackages\n        need_pbuilder_update\n    /} = (\n        iMSCP::EventManager->getInstance(),\n        [ 'main', 'contrib', 'non-free' ],\n        [\n            'apt-transport-https', 'binutils', 'ca-certificates',\n            'debconf-utils', 'dialog', 'dirmngr', 'dpkg-dev', 'gnupg',\n            'libbit-vector-perl', 'libclass-insideout-perl', 'libclone-perl',\n            'liblchown-perl', 'liblist-moreutils-perl', 'libscalar-defer-perl',\n            'libsort-versions-perl', 'libxml-simple-perl', 'lsb-release',\n            'policyrcd-script-zg2', 'wget'\n        ],\n        TRUE\n    );\n\n    delete $ENV{'DEBCONF_FORCE_DIALOG'};\n    $ENV{'DEBIAN_FRONTEND'} = 'noninteractive' if iMSCP::Getopt->noprompt;\n    @{ENV}{qw/ DEBFULLNAME DEBEMAIL /} = (\n        'i-MSCP Installer', 'team@i-mscp.net'\n    );\n\n    $self->_setupGetAddrInfoPrecedence();\n    $self;\n}\n\n=item _installPackages( )\n\n Install Debian packages\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _installPackages\n{\n    my ( $self ) = @_;\n\n    # See https://people.debian.org/~hmh/invokerc.d-policyrc.d-specification.txt\n    my $policyrcd = File::Temp->new();\n\n    # Prevents INVOKE-RC.D(8) to start managed services\n    print $policyrcd <<\"EOF\";\n#!/bin/sh\n\ninitscript=\\$1\naction=\\$2\n\nif [ \"\\$action\" = \"start\" ] || [ \"\\$action\" = \"restart\" ]; then\n  for i in `cat @{ [ dirname( __FILE__ ) ] }/managed_services.txt`; do\n    if [ \"\\$initscript\" = \"\\$i\" ]; then\n      exit 101;\n    fi\n  done\nfi\nEOF\n    $policyrcd->close();\n    chmod( 0750, $policyrcd->filename()) or die( sprintf(\n        \"Couldn't change permissions on %s: %s\", $policyrcd->filename(), $!\n    ));\n\n    # See ZG-POLICY-RC.D(8)\n    local $ENV{'POLICYRCD'} = $policyrcd->filename();\n\n    my $rs = $self->_uninstallPackages(\n        $self->{'_dist'}->{'packagesToPreUninstall'}\n    );\n    $rs ||= $self->{'eventManager'}->trigger(\n        'beforeInstallPackages',\n        $self->{'_dist'}->{'packagesToInstall'},\n        $self->{'_dist'}->{'packagesToInstallDelayed'}\n    );\n    return $rs if $rs;\n\n    my $nPackages = scalar keys %{ $self->{'_dist'}->{'packagesPreInstallTasks'} };\n    my $cPackage = 1;\n\n    startDetail();\n\n    {\n        local $CWD = \"$FindBin::Bin/autoinstaller/preinstall\";\n\n        for my $package ( sort keys %{\n            $self->{'_dist'}->{'packagesPreInstallTasks'}\n            } ) {\n            $rs ||= step(\n                sub {\n                    my $stdout;\n                    $rs = execute(\n                        $self->{'_dist'}->{'packagesPreInstallTasks'}->{$package},\n                        ( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose\n                            ? undef : \\$stdout\n                        ),\n                        \\my $stderr\n                    );\n                    error( $stderr || 'Unknown' ) if $rs;\n                    $rs;\n                },\n                sprintf(\n                    \"Executing pre-installation tasks for the '%s' package.\",\n                    $package\n                ),\n                $nPackages,\n                $cPackage\n            );\n            last if $rs;\n            $cPackage++;\n        }\n    }\n\n    endDetail();\n    return $rs if $rs;\n\n    # Ignore exit code due to https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1258958 bug\n    execute(\n        [\n            '/usr/bin/apt-mark',\n            'unhold',\n            @{ $self->{'_dist'}->{'packagesToInstall'} },\n            @{ $self->{'_dist'}->{'packagesToInstallDelayed'} }\n        ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stderr ) if $stderr;\n\n    {\n        iMSCP::Dialog->getInstance()->endGauge();\n\n        local $ENV{'UCF_FORCE_CONFFNEW'} = TRUE;\n        local $ENV{'UCF_FORCE_CONFFMISS'} = TRUE;\n\n        my @cmd = (\n            ( !iMSCP::Getopt->noprompt\n                ? ( 'debconf-apt-progress', '--logstderr', '--' ) : ()\n            ),\n            '/usr/bin/apt-get',\n            '--assume-yes',\n            '--option', 'DPkg::Options::=--force-confnew',\n            '--option', 'DPkg::Options::=--force-confmiss',\n            '--option', 'Dpkg::Options::=--force-overwrite',\n            '--auto-remove',\n            '--purge',\n            '--no-install-recommends',\n            ( version->parse(\n                `/usr/bin/apt-get --version` =~ /^apt\\s+(\\d\\.\\d)/\n            ) < version->parse( '1.1' )\n                ? '--force-yes' : '--allow-downgrades'\n            ),\n            'install'\n        );\n\n        for my $packages ( $self->{'_dist'}->{'packagesToInstall'},\n            $self->{'_dist'}->{'packagesToInstallDelayed'}\n        ) {\n            next unless @{ $packages };\n            $rs = execute(\n                [ @cmd, @{ $packages } ],\n                ( iMSCP::Getopt->noprompt && !iMSCP::Getopt->verbose\n                    ? \\$stdout : undef\n                ),\n                \\$stderr\n            );\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n    }\n\n    $nPackages = scalar keys %{ $self->{'_dist'}->{'packagesPostInstallTasks'} };\n    $cPackage = 1;\n\n    startDetail();\n\n    {\n        local $CWD = \"$FindBin::Bin/autoinstaller/postinstall\";\n\n        for my $package (\n            sort keys %{ $self->{'_dist'}->{'packagesPostInstallTasks'} }\n        ) {\n            $rs ||= step(\n                sub {\n                    $rs = execute(\n                        $self->{'_dist'}->{'packagesPostInstallTasks'}->{$package},\n                        ( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose\n                            ? undef : \\$stdout\n                        ),\n                        \\$stderr\n                    );\n                    error( $stderr || 'Unknown' ) if $rs;\n                    $rs;\n                },\n                sprintf(\n                    \"Executing post-installation tasks for the '%s' package.\",\n                    $package\n                ),\n                $nPackages,\n                $cPackage\n            );\n            last if $rs;\n            $cPackage++;\n        }\n    }\n\n    endDetail();\n    return $rs if $rs;\n\n    while ( my ( $package, $metadata ) = each(\n        %{ $self->{'_dist'}->{'packagesToRebuild'} }\n    ) ) {\n        $rs = $self->_rebuildAndInstallPackage(\n            $package,\n            $metadata->{'pkg_src_name'},\n            $metadata->{'patches_directory'},\n            $metadata->{'discard_patches'},\n            $metadata->{'patch_sys_type'}\n        );\n        return $rs if $rs;\n    }\n\n    $rs = $self->{'eventManager'}->trigger( 'afterInstallPackages' );\n    $rs || $self->_uninstallPackages();\n}\n\n=item _uninstallPackages( [ \\@packagesToUninstall = $self->{'_dist'}->{'packagesToUninstall'} ] )\n\n Uninstall Debian packages\n\n Param array \\@packagesToUninstall OPTIONAL List of packages to uninstall\n Return int 0 on success, other on failure\n\n=cut\n\nsub _uninstallPackages\n{\n    my ( $self, $packagesToUninstall ) = @_;\n\n    $packagesToUninstall ||= $self->{'_dist'}->{'packagesToUninstall'};\n\n    my $rs = $self->{'eventManager'}->trigger(\n        'beforeUninstallPackages', $packagesToUninstall\n    );\n    return $rs if $rs;\n\n    if ( @{ $packagesToUninstall } ) {\n        # Clear information about available packages\n        $rs = execute( [ '/usr/bin/dpkg', '--clear-avail' ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr ) if $rs && length $stderr;\n        return $rs if $rs;\n\n        if ( @{ $packagesToUninstall } ) {\n            # Ignore exit code due to https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1258958 bug\n            execute(\n                [ '/usr/bin/apt-mark', 'unhold', @{ $packagesToUninstall } ],\n                \\$stdout,\n                \\$stderr\n            );\n            debug( $stderr ) if $stderr;\n\n            iMSCP::Dialog->getInstance()->endGauge();\n\n            $rs = execute(\n                [\n                    ( !iMSCP::Getopt->noprompt\n                        ? ( 'debconf-apt-progress', '--logstderr', '--' ) : ()\n                    ),\n                    '/usr/bin/apt-get',\n                    '--assume-yes',\n                    '--auto-remove',\n                    '--purge',\n                    '--no-install-recommends',\n                    'remove',\n                    @{ $packagesToUninstall }\n                ],\n                ( iMSCP::Getopt->noprompt && !iMSCP::Getopt->verbose\n                    ? \\$stdout : undef\n                ),\n                \\$stderr\n            );\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n\n            # Purge packages that were indirectly removed\n            $rs = execute(\n                \"/usr/bin/apt-get -y purge \\$(dpkg -l | grep ^rc | awk '{print \\$2}')\",\n                ( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose\n                    ? undef : \\$stdout\n                ),\n                \\$stderr\n            );\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n    }\n\n    $self->{'eventManager'}->trigger(\n        'afterUninstallPackages', $packagesToUninstall\n    );\n}\n\n=item _setupGetAddrInfoPrecedence( )\n\n Setup getaddrinfo(3) precedence (IPv4) for the setup time being\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupGetAddrInfoPrecedence\n{\n    my $file = iMSCP::File->new( filename => '/etc/gai.conf' );\n    my $fileC = '';\n\n    if ( -f '/etc/gai.conf' ) {\n        return 1 unless defined( $fileC = $file->get() );\n        return 0 if $fileC =~ m%^precedence\\s+::ffff:0:0/96\\s+100\\n%m;\n    }\n\n    # Prefer IPv4\n    $fileC .= \"precedence ::ffff:0:0/96  100\\n\";\n\n    $file->set( $fileC );\n    $file->save();\n}\n\n=item _updateAptSourceList( )\n\n Add required sections to repositories that support them\n\n Note: Also enable source repositories for the sections when available.\n TODO: Implement better check by parsing apt-cache policy output\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _updateAptSourceList\n{\n    my ( $self ) = @_;\n\n    my $file = iMSCP::File->new( filename => '/etc/apt/sources.list' );\n    my $fileC = $file->get();\n\n    for my $section ( @{ $self->{'repositorySections'} } ) {\n        my @seenRepositories = ();\n        my $foundSection = 0;\n\n        while ( $fileC =~ /^deb\\s+(?<uri>(?:https?|ftp)[^\\s]+)\\s+(?<dist>[^\\s]+)\\s+(?<components>.+)$/gm ) {\n            my $rf = $&;\n            my %rc = %+;\n            next if grep ($_ eq \"$rc{'uri'} $rc{'dist'}\", @seenRepositories);\n            push @seenRepositories, \"$rc{'uri'} $rc{'dist'}\";\n\n            if ( $fileC !~ /^deb\\s+$rc{'uri'}\\s+$rc{'dist'}\\s+.*\\b$section\\b/m ) {\n                my $rs = execute(\n                    [\n                        '/usr/bin/wget',\n                        '--prefer-family=IPv4',\n                        '--timeout=30',\n                        '--spider',\n                        \"$rc{'uri'}/dists/$rc{'dist'}/$section/\"\n                            =~ s{([^:])//}{$1/}gr\n                    ],\n                    \\my $stdout,\n                    \\my $stderr\n                );\n                debug( $stdout ) if length $stdout;\n                debug( $stderr || 'Unknown error' ) if $rs && $rs != 8;\n                next if $rs; # Don't check for source archive when binary archive has not been found\n                $foundSection = TRUE;\n                $fileC =~ s/^($rf)$/$1 $section/m;\n                $rf .= \" $section\";\n            } else {\n                $foundSection = 1;\n            }\n\n            if ( $foundSection\n                && $fileC !~ /^deb-src\\s+$rc{'uri'}\\s+$rc{'dist'}\\s+.*\\b$section\\b/m\n            ) {\n                my $rs = execute(\n                    [\n                        '/usr/bin/wget',\n                        '--prefer-family=IPv4',\n                        '--timeout=30',\n                        '--spider',\n                        \"$rc{'uri'}/dists/$rc{'dist'}/$section/source/\"\n                            =~ s{([^:])//}{$1/}gr\n                    ],\n                    \\my $stdout,\n                    \\my $stderr\n                );\n                debug( $stdout ) if length $stdout;\n                debug( $stderr || 'Unknown error' ) if $rs && $rs != 8;\n\n                unless ( $rs ) {\n                    if ( $fileC !~ /^deb-src\\s+$rc{'uri'}\\s+$rc{'dist'}\\s.*/m ) {\n                        $fileC =~ s/^($rf)/$1\\ndeb-src $rc{'uri'} $rc{'dist'} $section/m;\n                    } else {\n                        $fileC =~ s/^($&)$/$1 $section/m;\n                    }\n                }\n            }\n        }\n\n        unless ( $foundSection ) {\n            error( sprintf(\n                \"Couldn't find any repository supporting %s section\",\n                $section\n            ));\n            return 1;\n        }\n    }\n\n    $file->set( $fileC );\n    $file->save();\n}\n\n=item _processAptRepositories( )\n\n Process APT repositories\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _processAptRepositories\n{\n    my ( $self ) = @_;\n\n    return 0 unless @{ $self->{'_dist'}->{'aptRepositoriesToRemove'} }\n        || @{ $self->{'_dist'}->{'aptRepositoriesToAdd'} };\n\n    my $file = iMSCP::File->new( filename => '/etc/apt/sources.list' );\n    my $rs = $file->copyFile( '/etc/apt/sources.list.bkp' );\n    return $rs if $rs;\n\n    return 1 unless defined( my $fileC = $file->get() );\n\n    # Cleanup APT sources.list file\n    for my $repository (\n        @{ $self->{'_dist'}->{'aptRepositoriesToRemove'} },\n        @{ $self->{'_dist'}->{'aptRepositoriesToAdd'} }\n    ) {\n        my $escapedRepository = ref $repository eq 'HASH'\n            ? $repository->{'repository'} : $repository;\n        $fileC =~ s/^\\n?(?:#\\s*)?deb(?:-src)?\\s+\\Q$escapedRepository\\E.*?\\n//gm;\n    }\n\n    # Add APT repositories\n    for my $repository ( @{ $self->{'_dist'}->{'aptRepositoriesToAdd'} } ) {\n        next if $fileC =~ /^deb\\s+$repository->{'repository'}/m;\n\n        $fileC .= <<\"EOF\";\n\ndeb $repository->{'repository'}\ndeb-src $repository->{'repository'}\nEOF\n\n        # Hide \"apt-key output should not be parsed (stdout is not a terminal)\"\n        # warning that is raised in newest apt-key versions. Our usage of\n        # apt-key is not dangerous (not parsing)\n        local $ENV{'APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE'} = TRUE;\n\n        if ( $repository->{'repository_key_srv'}\n            && $repository->{'repository_key_id'}\n        ) {\n            # Add the repository key from the given key server\n            $rs = execute(\n                [\n                    '/usr/bin/apt-key',\n                    'adv',\n                    '--recv-keys',\n                    '--keyserver', $repository->{'repository_key_srv'},\n                    $repository->{'repository_key_id'}\n                ],\n                \\my $stdout,\n                \\my $stderr\n            );\n            debug( $stdout ) if length $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n\n            # Workaround https://bugs.launchpad.net/ubuntu/+source/gnupg2/+bug/1633754\n            execute(\n                [ '/usr/bin/pkill', '-TERM', 'dirmngr' ],\n                \\$stdout,\n                \\$stderr\n            );\n        } elsif ( $repository->{'repository_key_uri'} ) {\n            # Add the repository key by fetching it first from the given URI\n            my $keyFile = File::Temp->new();\n            $keyFile->close();\n            $rs = execute(\n                [\n                    '/usr/bin/wget',\n                    '--prefer-family=IPv4',\n                    '--timeout=30',\n                    '-O',\n                    $keyFile->filename(),\n                    $repository->{'repository_key_uri'}\n                ],\n                \\my $stdout,\n                \\my $stderr\n            );\n            debug( $stdout ) if length $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n\n            $rs ||= execute(\n                [ '/usr/bin/apt-key', 'add', $keyFile ],\n                \\$stdout,\n                \\$stderr\n            );\n            debug( $stdout ) if length $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n    }\n\n    $file->set( $fileC );\n    $file->save();\n}\n\n=item _processAptPreferences( )\n\n Process apt preferences\n\n Return 0 on success, other on failure\n\n=cut\n\nsub _processAptPreferences\n{\n    my ( $self ) = @_;\n\n    my $fileC;\n\n    for my $pref ( @{ $self->{'_dist'}->{'aptPreferences'} } ) {\n        unless ( $pref->{'pinning_pin'} || $pref->{'pinning_pin_priority'} ) {\n            error( 'Missing APT pinning attribute in packages file' );\n            return 1;\n        }\n\n        $fileC .= <<\"EOF\";\n\nPackage: $pref->{'pinning_package'}\nPin: $pref->{'pinning_pin'}\nPin-Priority: $pref->{'pinning_pin_priority'}\nEOF\n    }\n\n    my $file = iMSCP::File->new( filename => '/etc/apt/preferences.d/imscp' );\n\n    if ( length $fileC ) {\n        $fileC =~ s/^\\n//;\n        $file->set( $fileC );\n\n        my $rs = $file->save();\n        $rs ||= $file->mode( 0644 );\n        return $rs;\n    }\n\n    -f '/etc/apt/preferences.d/imscp' ? $file->delFile() : 0;\n}\n\n=item _updatePackagesIndex( )\n\n Update Debian packages index\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _updatePackagesIndex\n{\n    iMSCP::Dialog->getInstance()->endGauge();\n\n    my $stdout;\n    my $rs = execute(\n        [\n            ( iMSCP::Getopt->noprompt\n                ? () : ( 'debconf-apt-progress', '--logstderr', '--' )\n            ),\n            '/usr/bin/apt-get',\n            'update'\n        ],\n        ( iMSCP::Getopt->noprompt && !iMSCP::Getopt->verbose\n            ? \\$stdout : undef\n        ),\n        \\my $stderr\n    );\n    error( $stderr || 'Unknown error' ) if $rs;\n    $rs\n}\n\n=item _getPackagesDialog( $dialog )\n\n Return dialog for distribution packages\n\n This method need to be called, even if the '--skip-dist-packages' command line\n option has been passed-in. Not doing this would lead to unset values in the\n %::questions hash.\n\n Param iMSCP::Dialog $dialog\n Return List of dialog subroutines, die on failure\n\n=cut\n\nsub _getPackagesDialog\n{\n    my ( $self ) = @_;\n\n    my @dialogStack;\n\n    my $rs = $self->{'eventManager'}->trigger(\n        'onLoadPackagesFile', \\my $packagesFilePath\n    );\n    return $rs if $rs;\n\n    require XML::Simple;\n    $self->{'_packagesFileData'} = XML::Simple->new( NoEscape => TRUE )->XMLin(\n        $packagesFilePath //= \"$FindBin::Bin/autoinstaller/Packages/\"\n            . \"$::imscpConfig{'DISTRO_ID'}-$::imscpConfig{'DISTRO_CODENAME'}.xml\",\n        ForceArray     => [ 'package', 'package_delayed', 'package_conflict' ],\n        NormaliseSpace => 2\n    );\n\n    my $arch = `/usr/bin/dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null`;\n    die \"Couldn't determine OS architecture\" if $? >> 8 != 0 || !$arch;\n\n    for my $section ( sort %{ $self->{'_packagesFileData'} } ) {\n        my $data = $self->{'_packagesFileData'}->{$section};\n        next unless $data->{'has_alternatives'};\n\n        # Retrieve selected alternative, either from preseed file, or from\n        # the master configuration file\n        my $sAlt = length $::questions{ uc( $section ) . '_SERVER' }\n            # Covers preseeding case\n            ? $::questions{ uc( $section ) . '_SERVER' }\n            # Covers update case\n            : $::imscpConfig{ uc( $section ) . '_SERVER' };\n\n        # Reset alternative if the current one is not available\n        $sAlt = '' if length $sAlt && !grep ( $sAlt eq $_, keys %{ $data } );\n\n        # Filter incompatible alternatives\n        my @alts = grep {\n            ref $data->{$_} eq 'HASH'\n                && ( !defined $data->{$_}->{'required_arch'}\n                    || $arch eq $data->{$_}->{'required_arch'}\n                )\n                && ( $section ne 'sql'\n                    || !length $sAlt\n                    || $sAlt eq $_\n                    || !defined $data->{$_}->{'allow_upgrade_from'}\n                    || grep { $sAlt eq $_ } split ',',\n                        $data->{$_}->{'allow_upgrade_from'}\n                )\n        } keys %{ $data };\n\n        # Whether or not user must be asked for alternative\n        my $needDialog = !length $sAlt || grep (\n            $_ eq iMSCP::Getopt->reconfigure, $section, 'servers', 'all'\n        );\n\n        if ( $section eq 'sql' ) {\n            $::questions{'KEEP_LOCAL_SQL_SERVER'} //=\n                $::imscpConfig{'KEEP_LOCAL_SQL_SERVER'};\n\n            if( $sAlt ne 'remote_server'\n                || !length $::questions{'KEEP_LOCAL_SQL_SERVER'}\n                || !iMSCP::Getopt->preseed\n            ) {\n                $::questions{'KEEP_LOCAL_SQL_SERVER'} = 'yes';\n            }\n\n            $needDialog = TRUE unless grep (\n                $::questions{'KEEP_LOCAL_SQL_SERVER'}, qw/ yes no /\n            );\n        }\n\n        my %choices;\n        for my $alt ( @alts ) {\n            $choices{ $data->{$alt}->{'description'} // $alt } = $alt;\n\n            # If no alternative is set, either in the master configuration file\n            # or in the preseed file (preseeding feature), and if the current\n            # one is set as the default one in the distribution packages file,\n            # we set it as default selected alternative.\n            if ( !length $sAlt && $data->{$alt}->{'default'} ) {\n                $sAlt = $alt;\n                # We don't show setup dialog, unless the user asked for\n                # reconfiguration\n                $needDialog = grep (\n                    $_ eq iMSCP::Getopt->reconfigure, 'all', 'servers', $section\n                );\n            }\n        }\n\n        # If no alternative is set, that means that the distribution packages\n        # file doesn't define one... In such case, we  select the first\n        # alternative.\n        $sAlt = $alts[0] unless length $sAlt;\n\n        @{main::questions}{\n            uc( $section ) . '_SERVER', uc( $section ) . '_PACKAGE'\n        } = (\n            $sAlt, $data->{$sAlt}->{'class'} // $sAlt\n        );\n\n        # If a dialog is needed, prepare it, unless there is only one\n        # alternative available.\n        if ( $needDialog && keys %{choices} > 1 ) {\n            push @dialogStack, sub {\n                my ( $ret, $value ) = $_[0]->select(\n                    <<\"EOF\", \\%choices, $::questions{ uc( $section ) . '_SERVER' } );\nPlease make your choice for the @{ [ $data->{'description'} // \"$section alternative\" ] }:\nEOF\n                return 30 if $ret == 30;\n\n                @{main::questions}{\n                    uc( $section ) . '_SERVER', uc( $section ) . '_PACKAGE'\n                } = (\n                    $value, $data->{$value}->{'class'} // $value\n                );\n                0;\n            };\n\n            if ( $section eq 'sql' ) {\n                push @dialogStack, sub {\n                    if ( $::questions{'SQL_SERVER'} ne 'remote_server'\n                        || !iMSCP::ProgramFinder::find( 'mysqld' )\n                    ) {\n                        $::questions{'KEEP_LOCAL_SQL_SERVER'} = 'yes';\n                        return 20;\n                    }\n\n                    my $ret = $_[0]->boolean( <<'EOF', $::questions{'KEEP_LOCAL_SQL_SERVER'} eq 'no' );\nThe installer detected that there is already a local SQL server installed on your system.\n\nDo you want to keep your local SQL server? If yes, the installer will ignore it instead of removing packages.\nEOF\n                    return 30 if $ret == 30;\n                    $::questions{'KEEP_LOCAL_SQL_SERVER'} = $ret ? 'no' : 'yes';\n                    0;\n                }\n            }\n        }\n    }\n\n    return @dialogStack unless @dialogStack;\n\n    push @dialogStack, sub {\n        # Override default button labels\n        local @{ $_[0]->{'_opts'} }{\n            $_[0]->{'program'} eq 'dialog'\n                ? qw/ ok-label extra-label /\n                : qw/ yes-button no-button /\n        } = qw/ Continue Abort /;\n\n        my $ret = $_[0]->boolean( <<\"EOF\" );\nThe following @{ [\n    grep( $_ eq iMSCP::Getopt->reconfigure, qw/ none servers all / )\n        ? 'alternatives were selected'\n        : 'alternative has been selected'\n] }:\n\n@{ [\n    join \"\\n\", sort map {\n        \" - $self->{'_packagesFileData'}->{$_}->{ $::questions{ uc( $_ ) . '_SERVER' }}->{'description'}\".\n        (\n            $_ eq 'sql'\n            && $::questions{ uc( $_ ) . '_SERVER' } eq 'remote_server'\n            && iMSCP::ProgramFinder::find('mysqld')\n                ? ( ' (the local SQL server ' . (\n                    $::questions{'KEEP_LOCAL_SQL_SERVER'} eq 'yes'\n                        ? 'will not be uninstalled)' : 'will be uninstalled)'\n                ))\n                : ''\n        )\n    } grep {\n        exists $::questions{ uc( $_ ) . '_SERVER' }\n        && grep( $_ eq iMSCP::Getopt->reconfigure, 'none', 'servers', 'all', $_ )\n    } keys %{ $self->{'_packagesFileData'} }\n] }\n\nThis is your last chance to abort or go back before processing of distribution packages.\nEOF\n        return 30 if $ret == 30;\n        return 50 if $ret == 1;\n        0;\n    };\n\n    @dialogStack;\n}\n\n=item _processPackagesFile( )\n\n Process packages file data\n\n Retur int 0 on success, other on failure\n=cut\n\nsub _processPackagesFile\n{\n    my ( $self ) = @_;\n\n    @{ $self->{'_dist'} }{qw/\n        aptRepositoriesToRemove aptRepositoriesToAdd aptPreferences\n        packagesToInstall packagesToInstallDelayed packagesToPreUninstall\n        packagesToUninstall packagesToRebuild packagesPreInstallTasks\n        packagesPostInstallTasks\n    /} = (\n        [], [], [], [], [], [], [], {}, {}, {}\n    );\n\n    my $packagesFileData = delete $self->{'_packagesFileData'};\n\n    while ( my ( $section, $data ) = each( %{ $packagesFileData } ) ) {\n        # If the remote SQL server alternative has been selected, and if there\n        # is a local server that the user want keep, we simply ignore the SQL\n        # section.\n        if ( $section eq 'sql'\n            && $::questions{'SQL_SERVER'} eq 'remote_server'\n            && $::questions{'KEEP_LOCAL_SQL_SERVER'} eq 'yes'\n            && iMSCP::ProgramFinder::find( 'mysqld' )\n        ) {\n            next;\n        }\n\n        # Packages to install\n        if ( defined $data->{'package'} ) {\n            for my $package ( @{ $data->{'package'} } ) {\n                $self->_parsePackageNode(\n                    $package, $self->{'_dist'}->{'packagesToInstall'}\n                );\n            }\n        }\n\n        # Packages to install (delayed)\n        if ( defined $data->{'package_delayed'} ) {\n            for my $package ( @{ $data->{'package_delayed'} } ) {\n                $self->_parsePackageNode(\n                    $package, $self->{'_dist'}->{'packagesToInstallDelayed'}\n                );\n            }\n        }\n\n        # Conflicting packages to pre-remove\n        if ( defined $data->{'package_conflict'} ) {\n            for my $package ( @{ $data->{'package_conflict'} } ) {\n                push @{ $self->{'_dist'}->{'packagesToPreUninstall'} },\n                    ref $package eq 'HASH' ? $package->{'content'} : $package;\n            }\n        }\n\n        # APT repository\n        if ( defined $data->{'repository'} ) {\n            push @{ $self->{'_dist'}->{'aptRepositoriesToAdd'} }, {\n                repository         => $data->{'repository'},\n                repository_key_uri => $data->{'repository_key_uri'},\n                repository_key_id  => $data->{'repository_key_id'},\n                repository_key_srv => $data->{'repository_key_srv'}\n            };\n        }\n\n        # APT preferences (pinning)\n        if ( defined $data->{'pinning_package'} ) {\n            push @{ $self->{'_dist'}->{'aptPreferences'} }, {\n                pinning_package      => $data->{'pinning_package'},\n                pinning_pin          => $data->{'pinning_pin'},\n                pinning_pin_priority => $data->{'pinning_pin_priority'},\n            };\n        }\n\n        # Conflicting APT repositories to remove\n        if ( defined $data->{'repository_conflict'} ) {\n            push @{ $self->{'_dist'}->{'aptRepositoriesToRemove'} },\n                $data->{'repository_conflict'}\n        }\n\n        # Delete data already processed\n        delete @{ $data }{\n            qw/ package package_delayed package_conflict\n                pinning_package pinning_pin pinning_pin_priority\n                repository repository_key_uri repository_key_id\n                repository_key_srv fallback_repository\n                fallback_repository_key_uri fallback_repository_key_id\n                fallback_repository_key_srv repository_conflict\n            /\n        };\n\n        # Jump to next section, unless the section defines alternatives\n        next unless %{ $data };\n\n        my @selectedAlts = $::questions{ uc( $section ) . '_SERVER' };\n        my @unselectedAlts;\n\n        # Adds any alternative that must be always installed into the stack of\n        # selected alternatives\n        for my $alt ( keys %{ $data } ) {\n            next if ref $data->{$alt} ne 'HASH'\n                || $alt eq $::questions{ uc( $section ) . '_SERVER' };\n            if ( $data->{$alt}->{'always_installed'} ) {\n                push @selectedAlts, $alt;\n                next;\n            }\n\n            push @unselectedAlts, $alt;\n        }\n\n        # Process stack of selected alternatives\n        for my $selectedAlt ( @selectedAlts ) {\n            # Packages to install for the selected alternative\n            if ( defined $data->{$selectedAlt}->{'package'} ) {\n                for my $package ( @{ $data->{$selectedAlt}->{'package'} } ) {\n                    $self->_parsePackageNode(\n                        $package, $self->{'_dist'}->{'packagesToInstall'}\n                    );\n                }\n            }\n\n            # Package to install (delayed)\n            if ( defined $data->{$selectedAlt}->{'package_delayed'} ) {\n                for my $package ( @{ $data->{$selectedAlt}->{'package_delayed'} } ) {\n                    $self->_parsePackageNode(\n                        $package, $self->{'_dist'}->{'packagesToInstallDelayed'}\n                    );\n                }\n            }\n\n            # Conflicting packages that must be pre-removed\n            if ( defined $data->{$selectedAlt}->{'package_conflict'} ) {\n                for my $package ( @{ $data->{$selectedAlt}->{'package_conflict'} } ) {\n                    push @{ $self->{'_dist'}->{'packagesToPreUninstall'} }, ref $package eq 'HASH'\n                        ? $package->{'content'} : $package;\n                }\n            }\n\n            # APT preferences (pinning)\n            if ( defined $data->{$selectedAlt}->{'pinning_package'} ) {\n                push @{ $self->{'_dist'}->{'aptPreferences'} }, {\n                    pinning_package      => $data->{$selectedAlt}->{'pinning_package'},\n                    pinning_pin          => $data->{$selectedAlt}->{'pinning_pin'},\n                    pinning_pin_priority => $data->{$selectedAlt}->{'pinning_pin_priority'},\n                };\n            }\n\n            # APT repository\n            if ( defined $data->{$selectedAlt}->{'repository'} ) {\n                push @{ $self->{'_dist'}->{'aptRepositoriesToAdd'} }, {\n                    repository         => $data->{$selectedAlt}->{'repository'},\n                    repository_key_uri => $data->{$selectedAlt}->{'repository_key_uri'},\n                    repository_key_id  => $data->{$selectedAlt}->{'repository_key_id'},\n                    repository_key_srv => $data->{$selectedAlt}->{'repository_key_srv'}\n                };\n            }\n\n            # Conflicting APT repositories to remove\n            if ( defined $data->{$selectedAlt}->{'repository_conflict'} ) {\n                push @{ $self->{'_dist'}->{'aptRepositoriesToRemove'} },\n                    $data->{$selectedAlt}->{'repository_conflict'}\n            }\n        }\n\n        # Schedule removal of APT repositories and packages that belongs to\n        # unselected alternatives, unless keep_installed flag is set\n        my @packagesToInstall = (\n            @{ $self->{'_dist'}->{'packagesToInstall'} },\n            @{ $self->{'_dist'}->{'packagesToInstallDelayed'} },\n            keys %{ $self->{'_dist'}->{'packagesToRebuild'} }\n        );\n\n        for my $unselected ( @unselectedAlts ) {\n            next if ref $data->{$unselected} ne 'HASH'\n                || $data->{$unselected}->{'keep_installed'};\n\n            # APT repositories to remove\n            for my $repository ( qw/ repository repository_conflict / ) {\n                next unless defined $data->{$unselected}->{$repository};\n                push @{ $self->{'_dist'}->{'aptRepositoriesToRemove'} },\n                    $data->{$unselected}->{$repository};\n            }\n\n            # Packages to uninstall\n            for my $node ( qw/ package package_delayed / ) {\n                next unless defined $data->{$unselected}->{$node};\n                for my $package ( @{ $data->{$unselected}->{$node} } ) {\n                    $package = ref $package eq 'HASH'\n                        ? $package->{'content'} : $package;\n                    next if grep ($package eq $_, @packagesToInstall);\n                    push @{ $self->{'_dist'}->{'packagesToUninstall'} }, $package;\n                }\n            }\n        }\n    }\n\n    require List::MoreUtils;\n    List::MoreUtils->import( 'uniq' );\n\n    for my $packages ( qw/\n        packagesToPreUninstall packagesToUninstall\n        packagesToInstall packagesToInstallDelayed\n    / ) {\n        @{ $self->{'_dist'}->{$packages} } = sort { $a cmp $b } uniq(\n            @{ $self->{'_dist'}->{$packages} }\n        );\n    }\n\n    # Filter packages that are no longer available\n    my $rs = execute(\n        [ '/usr/bin/apt-cache', '--generate', 'pkgnames' ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    error( $stderr || 'Unknown error' ) if $rs > 2;\n    return $rs if $rs;\n    my %availablePackages;\n    @availablePackages{split /\\n/, $stdout} = undef;\n    undef $stdout;\n    for my $packages (\n        $self->{'_dist'}->{'packagesToPreUninstall'},\n        $self->{'_dist'}->{'packagesToUninstall'}\n    ) {\n        @{ $packages } = grep (\n            exists $availablePackages{$_}, @{ $packages }\n        );\n    }\n\n    iMSCP::Dialog->getInstance()->endGauge();\n    0;\n}\n\n=item _parsePackageNode( \\%node|$node, \\@target )\n\n Parse a package or package_delayed node\n\n param string|hashref $node Package node\n param arrayref \\@target Target\n Return void\n\n=cut\n\nsub _parsePackageNode\n{\n    my ( $self, $node, $target ) = @_;\n\n    unless ( ref $node eq 'HASH' ) {\n        # Package without further treatment\n        push @{ $target }, $node;\n        return;\n    }\n\n    # Package to rebuild\n    if ( $node->{'rebuild_with_patches'} ) {\n        $self->{'_dist'}->{'packagesToRebuild'}->{$node->{'content'}} = {\n            pkg_src_name      => $node->{'pkg_src_name'} || $node->{'content'},\n            patches_directory => $node->{'rebuild_with_patches'},\n            discard_patches   => [ $node->{'discard_patches'}\n                ? split ',', $node->{'discard_patches'} : ()\n            ],\n            patch_sys_type    => $node->{'patch_sys_type'} || 'quilt'\n        };\n    } else {\n        push @{ $target }, $node->{'content'};\n    }\n\n    # Package pre-installation tasks\n    if ( defined $node->{'pre_install_tasks'} ) {\n        $self->{'_dist'}->{'packagesPreInstallTasks'}->{$node->{'content'}}\n            = $node->{'pre_install_tasks'}\n    }\n\n    # Package post-installation tasks\n    if ( defined $node->{'post_install_tasks'} ) {\n        $self->{'_dist'}->{'packagesPostInstallTasks'}->{$node->{'content'}}\n            = $node->{'post_install_tasks'}\n    }\n\n    # Per package APT pinning\n    if ( defined $node->{'pinning_package'} ) {\n        push @{ $self->{'_dist'}->{'aptPreferences'} }, {\n            pinning_package      => $node->{'pinning_package'},\n            pinning_pin          => $node->{'pinning_pin'},\n            pinning_pin_priority => $node->{'pinning_pin_priority'}\n        };\n    }\n}\n\n=item _prefillDebconfDatabase( )\n\n Pre-fill debconf database\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _prefillDebconfDatabase\n{\n    my ( $self ) = @_;\n\n    my $fileC;\n\n    # Pre-fill questions for Postfix SMTP server if required\n    if ( $::questions{'MTA_PACKAGE'} eq 'Servers::mta::postfix' ) {\n        chomp( my $mailname = `/usr/bin/hostname --fqdn 2>/dev/null` || 'localdomain' );\n        my $hostname = ( $mailname ne 'localdomain' ) ? $mailname : 'localhost';\n        chomp( my $domain = `/usr/bin/hostname --domain 2>/dev/null` || 'localdomain' );\n\n        # From postfix package postfix.config script\n        my $destinations = ( $mailname eq $hostname )\n            ? join ', ', ( $mailname, 'localhost.' . $domain, ', localhost' )\n            : join ', ', ( $mailname, $hostname,\n            'localhost.' . $domain . ', localhost'\n        );\n\n        $fileC .= <<\"EOF\";\npostfix postfix/main_mailer_type select Internet Site\npostfix postfix/mailname string $mailname\npostfix postfix/destinations string $destinations\nEOF\n    }\n\n    # Pre-fill question for Proftpd FTP server if required\n    if ( $::questions{'FTPD_PACKAGE'} eq 'Servers::ftpd::proftpd' ) {\n        $fileC .= <<'EOF';\nproftpd-basic shared/proftpd/inetd_or_standalone select standalone\nEOF\n    }\n\n    # Pre-fill questions for Courier IMAP/POP server if required\n    if ( $::questions{'PO_PACKAGE'} eq 'Servers::po::courier' ) {\n        $fileC .= <<'EOF';\ncourier-base courier-base/courier-user note\ncourier-base courier-base/webadmin-configmode boolean false\ncourier-ssl courier-ssl/certnotice note\nEOF\n    }\n\n    # Pre-fill questions for Dovecot IMAP/POP server if required\n    if ( $::questions{'PO_PACKAGE'} eq 'Servers::po::dovecot' ) {\n        $fileC .= <<'EOF';\ndovecot-core dovecot-core/create-ssl-cert boolean true\ndovecot-core dovecot-core/ssl-cert-name string localhost\nEOF\n    }\n\n    # Pre-fill question for sasl2-bin package if required\n    if ( `echo GET cyrus-sasl2/purge-sasldb2 | debconf-communicate sasl2-bin 2>/dev/null` =~ /^0/ ) {\n        $fileC .= <<'EOF'\nsasl2-bin cyrus-sasl2/purge-sasldb2 boolean true\nEOF\n    }\n\n    # Pre-fill questions for the QL server (MySQL, MariaDB or Percona) if\n    # required\n    if ( my ( $sqlServerVendor, $sqlServerVersion )\n        = $::questions{'SQL_SERVER'} =~ /^(mysql|mariadb|percona)_(\\d+\\.\\d+)/\n    ) {\n        if ( $::imscpConfig{'DATABASE_PASSWORD'} ne ''\n            && -d $::imscpConfig{'DATABASE_DIR'}\n        ) {\n            # Only show critical questions\n            $ENV{'DEBIAN_PRIORITY'} = 'critical';\n\n            # Allow switching to other vendor (e.g: MariaDB 10.0 to MySQL >= 5.6)\n            # unlink glob \"$::imscpConfig{'DATABASE_DIR'}/debian-*.flag\";\n\n            # Don't show SQL root password dialog from package maintainer script\n            # when switching to another vendor or a newest version\n            # <DATABASE_DIR>/debian-5.0.flag is the file checked by maintainer script\n            my $rs = iMSCP::File->new(\n                filename => \"$::imscpConfig{'DATABASE_DIR'}/debian-5.0.flag\"\n            )->save();\n            return $rs if $rs;\n        }\n\n        my ( $qOwner, $qNamePrefix );\n        if ( $sqlServerVendor eq 'mysql' ) {\n            if ( grep ($_ eq 'mysql-community-server',\n                @{ $self->{'packagesToInstall'} }\n            ) ) {\n                $qOwner = 'mysql-community-server';\n                $qNamePrefix = 'mysql-community-server';\n            } else {\n                $qOwner = 'mysql-server-' . $sqlServerVersion;\n                $qNamePrefix = 'mysql-server';\n            }\n        } elsif ( $sqlServerVendor eq 'mariadb' ) {\n            $qOwner = 'mariadb-server-' . $sqlServerVersion;\n            $qNamePrefix = 'mysql-server';\n        } else {\n            $qOwner = 'percona-server-server-' . $sqlServerVersion;\n            $qNamePrefix = 'percona-server-server';\n        }\n\n        # We do not want ask user for <DATABASE_DIR> removal (we want avoid\n        # mistakes as much as possible)\n        $fileC .= <<\"EOF\";\n$qOwner $qNamePrefix/remove-data-dir boolean false\n$qOwner $qNamePrefix/postrm_remove_databases boolean false\nEOF\n        # Preset root SQL password using value from preseed file if required\n        if ( iMSCP::Getopt->preseed && length $::questions{'SQL_ROOT_PASSWORD'} ) {\n            $fileC .= <<\"EOF\";\n$qOwner $qNamePrefix/root_password password $::questions{'SQL_ROOT_PASSWORD'}\n$qOwner $qNamePrefix/root-pass password $::questions{'SQL_ROOT_PASSWORD'}\n$qOwner $qNamePrefix/root_password_again password $::questions{'SQL_ROOT_PASSWORD'}\n$qOwner $qNamePrefix/re-root-pass password $::questions{'SQL_ROOT_PASSWORD'}\nEOF\n            # Register an event listener to empty the password fields in\n            # Debconf database after package installation\n            $self->{'eventManager'}->register(\n                'beforeInstall',\n                sub {\n                    for my $entry ( qw/\n                        root_password root-pass root_password_again\n                        re-root-pass\n                    / ) {\n                        my $rs = execute(\n                            \"echo SET $qNamePrefix/$entry | /usr/bin/debconf-communicate $qOwner\",\n                            \\my $stdout,\n                            \\my $stderr\n                        );\n                        debug( $stdout ) if length $stdout;\n                        error( $stderr || 'Unknown error' ) if $rs;\n                        return $rs if $rs;\n                    }\n\n                    0;\n                }\n            );\n\n        }\n    }\n\n    return 0 unless length $fileC;\n\n    my $debconfSelectionsFile = File::Temp->new();\n    print $debconfSelectionsFile $fileC;\n    $debconfSelectionsFile->close();\n\n    my $rs = execute(\n        [\n            '/usr/bin/debconf-set-selections',\n            $debconfSelectionsFile->filename()\n        ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if length $stdout;\n    error( $stderr || \"Couldn't pre-fill Debconf database\" ) if $rs;\n    $rs;\n}\n\n=item _rebuildAndInstallPackage( $pkg, $pkgSrc, $patchesDir [, $patchesToDiscard = [] [,  $patchFormat = 'quilt' ] ] )\n\n Rebuild the given Debian package using patches from given directory and\n install the resulting local Debian package\n\n Note: It is assumed that the Debian source package is dpatch or quilt\n ready.\n\n Param string $pkg Name of package to rebuild\n Param string $pkgSrc Name of source package\n Param string $patchDir Directory containing set of patches to apply on Debian\n                        package source\n param arrayref $patcheqToDiscad OPTIONAL List of patches to discard\n Param string $patchFormat OPTIONAL Patch format (quilt|dpatch) - Default quilt\n Return 0 on success, other on failure\n\n=cut\n\nsub _rebuildAndInstallPackage\n{\n    my ( $self, $pkg, $pkgSrc, $patchesDir, $patchesToDiscard, $patchFormat ) = @_;\n    $patchesDir ||= \"$pkg/patches\";\n    $patchesToDiscard ||= [];\n    $patchFormat ||= 'quilt';\n\n    unless ( defined $pkg ) {\n        error( '$pkg parameter is not defined' );\n        return 1;\n    }\n    unless ( defined $pkgSrc ) {\n        error( '$pkgSrc parameter is not defined' );\n        return 1;\n    }\n    unless ( $patchFormat =~ /^(?:quilt|dpatch)$/ ) {\n        error( 'Unsupported patch format.' );\n        return 1;\n    }\n\n    $patchesDir = \"$FindBin::Bin/configs/$::imscpConfig{'DISTRO_ID'}/$patchesDir\";\n    unless ( -d $patchesDir ) {\n        error( sprintf( '%s is not a valid patches directory', $patchesDir ));\n        return 1;\n    }\n\n    my $srcDownloadDir = File::Temp->newdir( CLEANUP => TRUE );\n\n    # Fix 'W: Download is performed un-sandboxed as root as file...' warning\n    # with newest APT versions\n    if ( my $uid = ( getpwnam( '_apt' ) )[2] ) {\n        unless ( chown $uid, -1, $srcDownloadDir ) {\n            error( sprintf(\n                \"Couldn't change ownership for the %s directory: %s\",\n                $srcDownloadDir,\n                $!\n            ));\n            return 1;\n        }\n    }\n\n    # chdir() into download directory\n    local $CWD = $srcDownloadDir;\n\n    # Avoid pbuilder warning due to missing $HOME/.pbuilderrc file\n    my $rs = iMSCP::File->new(\n        filename => File::HomeDir->my_home . '/.pbuilderrc'\n    )->save();\n    return $rs if $rs;\n\n    startDetail();\n\n    $rs = step(\n        sub {\n            if ( $self->{'need_pbuilder_update'} ) {\n                $self->{'need_pbuilder_update'} = FALSE;\n\n                my $stderr = '';\n                my $cmd = [\n                    '/usr/sbin/pbuilder',\n                    ( -f '/var/cache/pbuilder/base.tgz' ?\n                        ( '--update', '--autocleanaptcache' )\n                        : '--create'\n                    ),\n                    '--distribution', ::imscpConfig { 'DISTRO_CODENAME' },\n                    '--configfile', \"$FindBin::Bin/configs/$::imscpConfig{'DISTRO_ID'}\"\n                        . '/pbuilder/pbuilderrc',\n                    '--override-config'\n                ];\n                $rs = executeNoWait(\n                    $cmd,\n                    ( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose\n                        ? undef\n                        : sub {\n                        chomp( $_[0] );\n                        return unless $_[0] =~ /^i:\\s*(.*)/i;\n                        step( undef, <<\"EOF\", 5, 1 );\n\"Creating/Updating pbuilder environment\n\n- @{ [ ucfirst( $1 ) ] }\n \nPlease be patient. This may take few minutes...\nEOF\n                    }\n                    ),\n                    sub { $stderr .= $_[0]; }\n                );\n                error( $stderr || 'Unknown error' ) if $rs;\n                return $rs if $rs;\n            }\n            0;\n        },\n        'Creating/Updating pbuilder environment', 5, 1\n    );\n    $rs ||= step(\n        sub {\n            my $stderr = '';\n            $rs = executeNoWait(\n                [ '/usr/bin/apt-get', '-y', 'source', $pkgSrc ],\n                ( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose\n                    ? undef : sub {\n                    chomp( $_[0] );\n                    step( undef, <<\"EOF\", 5, 2 );\nDownloading $pkgSrc $::imscpConfig{'DISTRO_ID'} source package\n\n- @{ [ $_[0] =~ s/^\\s*//r ] }\n\nDepending on your system this may take few seconds...\nEOF\n                } ),\n                sub { $stderr .= $_[0] }\n            );\n            error( $stderr || 'Unknown error' ) if $rs;\n            $rs;\n        },\n        sprintf(\n            'Downloading %s %s source package',\n            $pkgSrc,\n            $::imscpConfig{'DISTRO_ID'}\n        ),\n        5,\n        2\n    );\n\n    {\n        # chdir() into package source directory\n        local $CWD = ( <$pkgSrc-*> )[0];\n\n        $rs ||= step(\n            sub {\n                my $serieFile = iMSCP::File->new(\n                    filename => 'debian/patches/'\n                        . ( $patchFormat eq 'quilt' ? 'series' : '00list'\n                    ));\n                return 1 unless defined( my $serieFileC = $serieFile->get() );\n\n                for my $patch ( sort { $a cmp $b } iMSCP::Dir->new(\n                    dirname => $patchesDir )->getFiles()\n                ) {\n                    next if grep ($_ eq $patch, @{ $patchesToDiscard });\n                    $serieFileC .= \"$patch\\n\";\n                    $rs = iMSCP::File->new(\n                        filename => \"$patchesDir/$patch\"\n                    )->copyFile(\n                        \"debian/patches/$patch\", { preserve => 'no' }\n                    );\n                    return $rs if $rs;\n                }\n\n                $rs = $serieFile->set( $serieFileC );\n                $rs ||= $serieFile->save();\n                return $rs if $rs;\n\n                my $stderr;\n                $rs = execute(\n                    [\n                        '/usr/bin/dch',\n                        '--local',\n                        '~i-mscp-',\n                        'Patched by i-MSCP installer for compatibility.'\n                    ],\n                    ( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose\n                        ? undef : \\my $stdout\n                    ),\n                    \\$stderr\n                );\n                debug( $stdout ) if length $stdout;\n                error( $stderr || 'Unknown error' ) if $rs;\n                return $rs if $rs;\n            },\n            sprintf(\n                'Patching %s %s source package...',\n                $pkgSrc,\n                $::imscpConfig{'DISTRO_ID'}\n            ),\n            5,\n            3\n        );\n        $rs ||= step(\n            sub {\n                my $stderr;\n                $rs = executeNoWait(\n                    [\n                        '/usr/bin/pdebuild',\n                        '--use-pdebuild-internal',\n                        '--configfile', \"$FindBin::Bin/configs/\"\n                        . \"$::imscpConfig{'DISTRO_ID'}/pbuilder/pbuilderrc\"\n                    ],\n                    ( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose\n                        ? undef : sub {\n                        return unless $_[0] =~ /^i:\\s*(.*)/i;\n                        chomp( $_[0] );\n                        step( undef, <<\"EOF\", 5, 4 );\nBuilding new $pkg $::imscpConfig{'DISTRO_ID'} package\n\n@{ [ ucfirst( $1 ) ] }\n\nPlease be patient. This may take few seconds...\nEOF\n                    } ),\n                    sub { $stderr .= $_[0] }\n                );\n                error( $stderr || 'Unknown error' ) if $rs;\n                $rs;\n            },\n            sprintf(\n                'Building local %s %s package',\n                $pkg,\n                $::imscpConfig{'DISTRO_ID'}\n            ),\n            5,\n            4\n        );\n    }\n\n    $rs ||= step(\n        sub {\n            # Ignore exit code due to https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1258958 bug\n            execute(\n                [ '/usr/bin/apt-mark', 'unhold', $pkg ],\n                \\my $stdout,\n                \\my $stderr\n            );\n            debug( $stderr ) if $stderr;\n\n            $stderr = '';\n            $rs = executeNoWait(\n                '/usr/bin/dpkg --force-confnew -i '\n                    . \"/var/cache/pbuilder/result/${pkg}_*.deb\",\n                ( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose\n                    ? undef : sub {\n                    chomp( $_[0] );\n                    step( undef, <<\"EOF\", 5, 5 );\nInstalling local $pkg $::imscpConfig{'DISTRO_ID'} package\n\n$_[0]\nEOF\n                } ),\n                sub { $stderr .= $_[0] }\n            );\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n\n            # Ignore exit code due to\n            # https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1258958\n            execute(\n                [ '/usr/bin/apt-mark', 'hold', $pkg ],\n                \\$stdout,\n                \\$stderr\n            );\n            debug( $stdout ) if length $stdout;\n            debug( $stderr ) if length $stderr;\n            0;\n        },\n        sprintf(\n            'Installing local %s %s package',\n            $pkg,\n            $::imscpConfig{'DISTRO_ID'}\n        ),\n        5,\n        5\n    );\n    endDetail();\n\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "autoinstaller/Adapter/DevuanAdapter.pm",
    "content": "=head1 NAME\n\n autoinstaller::Adapter::DevuanAdapter - Devuan installer adapter\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n\npackage autoinstaller::Adapter::DevuanAdapter;\n\nuse strict;\nuse warnings;\nuse parent 'autoinstaller::Adapter::DebianAdapter';\n\n=head1 DESCRIPTION\n\n Devuan installer adapter\n\n=head1 Author\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "autoinstaller/Adapter/UbuntuAdapter.pm",
    "content": "=head1 NAME\n\n autoinstaller::Adapter::UbuntuAdapter - Ubuntu installer adapter\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n\npackage autoinstaller::Adapter::UbuntuAdapter;\n\nuse strict;\nuse warnings;\nuse parent 'autoinstaller::Adapter::DebianAdapter';\n\n=head1 DESCRIPTION\n\n Ubuntu installer adapter\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return autoinstaller::Adapter::UbuntuAdapter\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->SUPER::_init();\n    $self->{'repositorySections'} = [ 'main', 'universe', 'multiverse' ];\n    $self;\n}\n\n=back\n\n=head1 Author\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "autoinstaller/Adapter/managed_services.txt",
    "content": "apache2\nbind9\ncourier-authdaemon\ncourier-imap\ncourier-imap-ssl\ncourier-pop\ncourier-pop-ssl\ncron dovecot\nnginx\nphp5.6-fpm\nphp7.0-fpm\nphp7.1-fpm\nphp7.2-fpm\nphp7.3-fpm\nphp7.4-fpm\nphp8.0-fpm\npostfix\nproftpd\nvsftpd\n"
  },
  {
    "path": "autoinstaller/Functions.pm",
    "content": "=head1 NAME\n\n autoinstaller::Functions - Functions for the i-MSCP autoinstaller\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2019 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage autoinstaller::Functions;\n\nuse strict;\nuse warnings;\nuse autouse 'iMSCP::Stepper' => qw/ step /;\nuse File::Basename 'fileparse';\nuse File::Find 'find';\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Config;\nuse iMSCP::Cwd '$CWD';\nuse iMSCP::Debug qw/ debug error output /;\nuse iMSCP::Dialog;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::LsbRelease;\nuse iMSCP::Umask '$UMASK';\nuse iMSCP::Rights 'setRights';\nuse version;\nuse parent 'Exporter';\n\nour @EXPORT_OK = qw/\n    loadConfig install prepareDistFiles distributionCheckDialog\n    showGitVersionWarnDialog showWelcomeDialog writeMasterConfigFile\n/;\n\n=head1 DESCRIPTION\n\n Common functions for the i-MSCP installer\n\n=head1 PUBLIC FUNCTIONS\n\n=over 4\n\n=item loadConfig( )\n\n Load main i-MSCP configuration\n\n Return void, die on failure\n\n=cut\n\nsub loadConfig\n{\n    my $lsb = iMSCP::LsbRelease->getInstance();\n    my $distConf = \"$FindBin::Bin/configs/\" . lc( $lsb->getId( TRUE ))\n        . '/imscp.conf';\n    my $defaultConf = \"$FindBin::Bin/configs/debian/imscp.conf\";\n    my $newConf = -f $distConf ? $distConf : $defaultConf;\n\n    # Load new configuration\n    tie %::imscpConfig, 'iMSCP::Config',\n        fileName  => $newConf,\n        readonly  => TRUE,\n        temporary => TRUE;\n\n    # Load old configuration\n    if ( -f \"$::imscpConfig{'CONF_DIR'}/imscpOld.conf\" ) {\n        # Recovering following an installation or upgrade failure\n        tie %::imscpOldConfig,\n            'iMSCP::Config',\n            fileName  => \"$::imscpConfig{'CONF_DIR'}/imscpOld.conf\",\n            readonly  => TRUE,\n            temporary => TRUE;\n    } elsif ( -f \"$::imscpConfig{'CONF_DIR'}/imscp.conf\" ) {\n        # Upgrade case\n        tie %::imscpOldConfig,\n            'iMSCP::Config',\n            fileName  => \"$::imscpConfig{'CONF_DIR'}/imscp.conf\",\n            readonly  => TRUE,\n            temporary => TRUE;\n    } else { # Fresh installation case\n        %::imscpOldConfig = %::imscpConfig;\n    }\n\n    if ( tied( %::imscpOldConfig ) ) {\n        debug( 'Merging old configuration with new configuration...' );\n        # Merge old configuration in new configuration, excluding upstream defined values\n        while ( my ( $key, $value ) = each( %::imscpOldConfig ) ) {\n            next unless exists $::imscpConfig{$key};\n            next if $key =~ /^(?:Build|Version|CodeName|PluginApi|THEME_ASSETS_VERSION|COMPOSER_VERSION)$/;\n            $::imscpConfig{$key} = $value;\n        }\n\n        # Make sure that all configuration parameters exist\n        while ( my ( $param, $value ) = each( %::imscpConfig ) ) {\n            next if exists $::imscpOldConfig{$param};\n            $::imscpOldConfig{$param} = $value;\n        }\n    }\n\n    # Set system based values\n    @{main::imscpConfig}{qw/ DISTRO_ID DISTRO_CODENAME DISTRO_RELEASE /} = (\n        lc $lsb->getId( TRUE ), lc $lsb->getCodename( TRUE ),\n        $lsb->getRelease( TRUE, TRUE )\n    );\n}\n\n=item install( )\n\n Process install tasks\n\n Return int 0 on success, other otherwise\n\n=cut\n\nsub install\n{\n    #@type autoinstaller::Adapter::AbstractAdapter\n    my $distAdapter = eval {\n        my $distID = ucfirst $::imscpConfig{'DISTRO_ID'};\n        my $file = \"$FindBin::Bin/autoinstaller/Adapter/${distID}Adapter.pm\";\n        my $distAdapter = \"autoinstaller::Adapter::${distID}Adapter\";\n        require $file;\n        $distAdapter->new();\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    # No event is triggered before/after the preinstall tasks as the required\n    # Perl packages might not be installed yet\n    my $rs = $distAdapter->preinstall();\n    return $rs if $rs;\n\n    iMSCP::Requirements->new()->all();\n\n    my $events = iMSCP::EventManager->getInstance();\n    $rs = $events->trigger( 'beforeInstall' );\n    $rs ||= $distAdapter->install();\n    $rs ||= $events->trigger( 'afterInstall' );\n    $rs ||= $events->trigger( 'beforePostInstall' );\n    $rs ||= $distAdapter->postinstall();\n    $rs ||= $events->trigger( 'afterPostInstall' );\n    return $rs if $rs;\n\n    require Net::LibIDN;\n    Net::LibIDN->import( 'idn_to_unicode' );\n\n    if ( iMSCP::Getopt->noprompt ) {\n        if ( iMSCP::Getopt->verbose ) {\n            print output( 'i-MSCP has been successfully installed/updated.', 'ok' );\n        }\n    } else {\n        my $dialog = iMSCP::Dialog->getInstance();\n\n        # Disable backup feature for last dialog\n        $dialog->backup( FALSE );\n\n        # Override default button label\n        local $dialog->{'_opts'}->{\n            $dialog->{'program'} eq 'dialog' ? 'ok-label' : 'ok-button'\n        } = 'Ok';\n\n        $dialog->note( <<\"EOF\" );\n\\\\Z1\\\\ZbCongratulations\\\\Zn\n\ni-MSCP has been successfully installed/updated.\n\nYou can login at $::questions{'BASE_SERVER_VHOST_PREFIX'}@{ [\n    idn_to_unicode( $::questions{'BASE_SERVER_VHOST'}, 'utf-8' )\n] }:@{ [ $::questions{'BASE_SERVER_VHOST_PREFIX'} eq 'http://'\n    ? $::questions{'BASE_SERVER_VHOST_HTTP_PORT'}\n    : $::questions{'BASE_SERVER_VHOST_HTTPS_PORT'}\n] } with the master administrator account credentials.\n\nThank you for choosing i-MSCP.\nEOF\n        system( 'clear' );\n    }\n\n    0;\n}\n\n=item showWelcomeDialog( \\%dialog )\n\n Show welcome dialog\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back), 50 (Abort)\n\n=cut\n\nsub showWelcomeDialog\n{\n    my ( $dialog ) = @_;\n\n    return 20 if iMSCP::Getopt->noprompt;\n\n    # Override default button labels\n    local @{ $dialog->{'_opts'} }{\n        $dialog->{'program'} eq 'dialog'\n            ? qw/ yes-label no-label /\n            : qw/ yes-button no-button /\n    } = qw/ Continue Abort /;\n\n    exit 50 if $dialog->boolean( <<\"EOF\" );\nWelcome to the \\\\Z1\\\\Zbi-MSCP $::imscpConfig{'Version'}\\\\Zn installer.\n\ni-MSCP (internet Multi Server Control Panel) is an open source software (OSS) for shared hosting environments management on Linux servers. It comes with a large choice of modules for various services such as Apache2, ProFTPd, Dovecot, Courier, Bind9, and can be easily extended through plugins, or listener files using its events-based API.\n\ni-MSCP has been designed for professional Hosting Service Providers (HSPs), Internet Service Providers (ISPs) and IT professionals.\n\n\\\\Zb\\\\Z4LICENSE\\\\Zn\\\\ZB\n\nUnless otherwise stated, all source code and material is licensed under LGPL 2.1 and has the following copyright:\n\n \\\\Zb© 2010-@{[ (localtime)[5]+1900 ]}, Laurent Declercq (i-MSCP™)\n All rights reserved\\\\ZB\n\nThe design material and the \"\\\\Zbi-MSCP\\\\ZB\" trademark is the property of their authors. Reuse of them without prior consent of their respective authors is strictly prohibited.\nEOF\n}\n\n=item showGitVersionWarnDialog\n\n Show warning dialog if Git version is detected\n\n Return int 0 (Next), 20 (Skip), 30 (Back), 50 (Abort)\n\n=cut\n\nsub showGitVersionWarnDialog\n{\n    my ( $dialog ) = @_;\n\n    return 20 if iMSCP::Getopt->noprompt || index( lc $::imscpConfig{'Version'}, 'git' ) == -1;\n\n    # Override default button labels\n    local @{ $dialog->{'_opts'} }{\n        $dialog->{'program'} eq 'dialog'\n            ? qw/ ok-label extra-label /\n            : qw/ yes-button no-button /\n    } = qw/ Continue Abort /;\n\n    my $ret = $dialog->boolean( <<\"EOF\", TRUE );\n\\\\Zb\\\\Z1i-MSCP Git (unstable) version has been detected\\\\Zn\\\\ZB\n\nThe installer detected that you intends to @{ [ !%::imscpOldConfig ? 'install' : 'update your installation to' ]} the i-MSCP \\\\ZbGit\\\\ZB version.\n\nWe would remind you that the Git version can be \\\\Zuhighly unstable\\\\ZU and that the i-MSCP team \\\\Zudoesn't provide any support\\\\ZU for it.\nEOF\n    return 50 if $ret == 1;\n    $ret;\n}\n\n=item distributionCheckDialog( \\%dialog )\n\n Distribution check dialog\n\n Param iMSCP::Dialog \\%dialog\n Return 20 (Skip), 50 (Abort)\n\n=cut\n\nsub distributionCheckDialog\n{\n    my ( $dialog ) = @_;\n\n    if ( $::imscpConfig{'DISTRO_ID'} ne 'n/a'\n        && $::imscpConfig{'DISTRO_CODENAME'} ne 'n/a'\n        && $::imscpConfig{'DISTRO_ID'} =~ /^(?:de(?:bi|vu)an|ubuntu)$/\n    ) {\n        unless ( -f \"$FindBin::Bin/autoinstaller/Packages/\"\n            . $::imscpConfig{'DISTRO_ID'} . '-'\n            . $::imscpConfig{'DISTRO_CODENAME'} . '.xml'\n        ) {\n            $dialog->error( <<\"EOF\" );\n\\\\Z1Distribution not supported\\\\Zn\n\nWe are sorry but your \\\\Zb@{ [ ucfirst $::imscpConfig{'DISTRO_ID'} ] }\\\\ZB version is not supported. This can be due to one of the following reasons:\n\n - Your @{ [ ucfirst $::imscpConfig{'DISTRO_ID'} ] } version has reached its end of life and its support has been dropped\n - Your @{ [ ucfirst $::imscpConfig{'DISTRO_ID'} ] } version has not been released yet and its support hasn't been added yet\n - Your @{ [ ucfirst $::imscpConfig{'DISTRO_ID'} ] } version is a non-LTS Ubuntu version\nEOF\n            return 50;\n        }\n    } else {\n        $dialog->error( <<\"EOF\" );\n\\\\Z1Operating system not supported\\\\Zn\n\nWe are sorry but your operating system is not supported.\n\nAt this time, only \\\\ZuDebian\\\\Zn, \\\\ZuDevuan\\\\Zn and \\\\ZuUbuntu\\\\Zn operating systems are supported.\nEOF\n        return 50;\n    }\n\n    20;\n}\n\n=item prepareDistFiles( )\n\n Prepare distribution files\n \n Return int 0 on success, other on failure\n\n=cut\n\nsub prepareDistFiles\n{\n    my $rs = _buildLayout();\n    $rs ||= _buildConfigFiles();\n    $rs ||= _buildEngineFiles();\n    $rs ||= _buildFrontendFiles();\n    $rs ||= _compileDaemon();\n    $rs ||= _removeObsoleteFiles();\n    $rs ||= _savePersistentData();\n    return $rs if $rs;\n\n    eval {\n        # Clean build directory\n        find(\n            sub {\n                return unless $_ eq '.gitkeep';\n                unlink or die( sprintf(\n                    \"Couldn't remove %s file: %s\", $File::Find::name, $!\n                ));\n            },\n            $::{'INST_PREF'}\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item writeMasterConfigFile( )\n\n Write master configuration\n \n Return int 0 on success, other on failure\n\n=cut\n\nsub writeMasterConfigFile\n{\n    eval {\n        my %confMap = (\n            imscp    => \\%::imscpConfig,\n            imscpOld => \\%::imscpOldConfig\n        );\n\n        # Write configuration\n        while ( my ( $name, $config ) = each %confMap ) {\n            if ( $name eq 'imscpOld' ) {\n                local $UMASK = 027;\n                iMSCP::File->new(\n                    filename => \"$::{'SYSTEM_CONF'}/$name.conf\"\n                )->save();\n            }\n\n            tie my %config, 'iMSCP::Config', fileName => \"$::{'SYSTEM_CONF'}/$name.conf\";\n            @config{ keys %{ $config } } = values %{ $config };\n            untie %config;\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE FUNCTIONS\n\n=over 4\n\n=item _buildLayout( )\n\n Build layout\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildLayout\n{\n    my $distroLayout = \"$FindBin::Bin/autoinstaller/Layout/\"\n        . $::imscpConfig{'DISTRO_ID'} . '.xml';\n    my $defaultLayout = \"$FindBin::Bin/autoinstaller/Layout/Debian.xml\";\n\n    _processXmlFile( -f $distroLayout ? $distroLayout : $defaultLayout );\n}\n\n=item _buildConfigFiles( )\n\n Build configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildConfigFiles\n{\n    my $distroConfigDir = \"$FindBin::Bin/configs/$::imscpConfig{'DISTRO_ID'}\";\n    my $defaultConfigDir = \"$FindBin::Bin/configs/debian\";\n    my $confDir = -d $distroConfigDir ? $distroConfigDir : $defaultConfigDir;\n\n    local $CWD = $confDir;\n    my $file = -f \"$distroConfigDir/install.xml\"\n        ? \"$distroConfigDir/install.xml\" : \"$defaultConfigDir/install.xml\";\n    my $rs = _processXmlFile( $file );\n    return $rs if $rs;\n\n    for my $dir ( iMSCP::Dir->new(\n        dirname => $defaultConfigDir\n    )->getDirs() ) {\n        # Override sub config dir path if it is available in selected distro,\n        # else set it to default path\n        $confDir = -d \"$distroConfigDir/$dir\"\n            ? \"$distroConfigDir/$dir\"\n            : \"$defaultConfigDir/$dir\";\n\n        local $CWD = $confDir;\n\n        $file = -f \"$distroConfigDir/$dir/install.xml\"\n            ? \"$distroConfigDir/$dir/install.xml\"\n            : \"$defaultConfigDir/$dir/install.xml\";\n\n        next unless -f $file;\n\n        $rs = _processXmlFile( $file );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item _buildEngineFiles( )\n\n Build engine files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildEngineFiles\n{\n    local $CWD = \"$FindBin::Bin/engine\";\n    my $rs = _processXmlFile( \"$FindBin::Bin/engine/install.xml\" );\n    return $rs if $rs;\n\n    for my $dir (\n        iMSCP::Dir->new( dirname => \"$FindBin::Bin/engine\" )->getDirs()\n    ) {\n        next unless -f \"$FindBin::Bin/engine/$dir/install.xml\";\n        local $CWD = \"$FindBin::Bin/engine/$dir\";\n        $rs = _processXmlFile( \"$FindBin::Bin/engine/$dir/install.xml\" );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item _buildFrontendFiles( )\n\n Build frontEnd files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildFrontendFiles\n{\n    iMSCP::Dir->new(\n        dirname => \"$FindBin::Bin/gui\"\n    )->rcopy(\n        \"$::{'SYSTEM_ROOT'}/gui\", { preserve => 'no' }\n    );\n}\n\n=item _compileDaemon( )\n\n Compile daemon\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _compileDaemon\n{\n    local $CWD = \"$FindBin::Bin/daemon\";\n\n    my $rs = execute( 'make clean imscp_daemon', \\my $stdout, \\my $stderr );\n    debug( $stdout ) if length $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    iMSCP::Dir->new( dirname => \"$::{'SYSTEM_ROOT'}/daemon\" )->make();\n\n    $rs = iMSCP::File->new( filename => 'imscp_daemon' )->copyFile(\n        \"$::{'SYSTEM_ROOT'}/daemon\", { preserve => 'no' }\n    );\n    $rs ||= iMSCP::Rights::setRights(\n        \"$::{'SYSTEM_ROOT'}/daemon/imscp_daemon\",\n        {\n            user  => $::imscpConfig{'ROOT_GROUP'},\n            group => $::imscpConfig{'ROOT_GROUP'},\n            mode  => '0750'\n        }\n    )\n}\n\n=item _savePersistentData( )\n\n Save persistent data\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _savePersistentData\n{\n    my $destdir = $::{'INST_PREF'};\n\n    # Move old skeleton directory to new location\n    iMSCP::Dir->new(\n        dirname => \"$::imscpConfig{'CONF_DIR'}/apache/skel\"\n    )->rcopy(\n        \"$::imscpConfig{'CONF_DIR'}/skel\", { preserve => 'no' }\n    ) if -d \"$::imscpConfig{'CONF_DIR'}/apache/skel\";\n\n    iMSCP::Dir->new(\n        dirname => \"$::imscpConfig{'CONF_DIR'}/skel\"\n    )->rcopy(\n        \"$destdir$::imscpConfig{'CONF_DIR'}/skel\", { preserve => 'no' }\n    ) if -d \"$::imscpConfig{'CONF_DIR'}/skel\";\n\n    # Move old listener files to new location\n    iMSCP::Dir->new(\n        dirname => \"$::imscpConfig{'CONF_DIR'}/hooks.d\"\n    )->rcopy(\n        \"$::imscpConfig{'CONF_DIR'}/listeners.d\", { preserve => 'no' }\n    ) if -d \"$::imscpConfig{'CONF_DIR'}/hooks.d\";\n\n    # Save ISP logos (older location)\n    iMSCP::Dir->new(\n        dirname => \"$::imscpConfig{'GUI_ROOT_DIR'}/themes/user_logos\"\n    )->rcopy(\n        \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/ispLogos\",\n        { preserve => 'no' }\n    ) if -d \"$::imscpConfig{'GUI_ROOT_DIR'}/themes/user_logos\";\n\n    # Save ISP logos (new location)\n    iMSCP::Dir->new(\n        dirname => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/ispLogos\"\n    )->rcopy(\n        \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/ispLogos\",\n        { preserve => 'no' }\n    ) if -d \"$::imscpConfig{'GUI_ROOT_DIR'}/data/ispLogos\";\n\n    # Save GUI logs\n    iMSCP::Dir->new(\n        dirname => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/logs\"\n    )->rcopy(\n        \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/data/logs\",\n        { preserve => 'no' }\n    ) if -d \"$::imscpConfig{'GUI_ROOT_DIR'}/data/logs\";\n\n    # Save persistent data\n    iMSCP::Dir->new(\n        dirname => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent\"\n    )->rcopy(\n        \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent\",\n        { preserve => 'no' }\n    ) if -d \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent\";\n\n    # Save RainLoop data directory to new location if any\n    if ( !-l \"$::imscpConfig{'GUI_ROOT_DIR'}/public/tools/rainloop\" &&\n        -d \"$::imscpConfig{'GUI_ROOT_DIR'}/public/tools/rainloop/data\"\n    ) {\n        iMSCP::Dir->new(\n            dirname => \"$::imscpConfig{'GUI_ROOT_DIR'}/public/tools/rainloop/data\"\n        )->rcopy(\n            \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/rainloop\",\n            { preserve => 'no' }\n        );\n\n        my $dataDir;\n        if ( -d \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/rainloop/_data_11c052c218cd2a2febbfb268624efdc1\" ) {\n            $dataDir = \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/rainloop/_data_11c052c218cd2a2febbfb268624efdc1\";\n        } else {\n            $dataDir = \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/rainloop/_data_\";\n        }\n\n        if ( -d \"$dataDir/_default_\" ) {\n            iMSCP::Dir->new(\n                dirname => \"$dataDir/_default_\"\n            )->moveDir(\n                \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/rainloop/imscp\"\n            );\n        }\n\n        iMSCP::Dir->new( dirname => $dataDir )->remove();\n    }\n\n    # Save vendor data\n    iMSCP::Dir->new(\n        dirname => \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor\"\n    )->rcopy(\n        \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/vendor\", { preserve => 'no' }\n    ) if -d \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor\";\n\n    # Save GUI bin directory\n    iMSCP::Dir->new(\n        dirname => \"$::imscpConfig{'GUI_ROOT_DIR'}/bin\"\n    )->rcopy(\n        \"$destdir$::imscpConfig{'GUI_ROOT_DIR'}/bin\", { preserve => 'no' }\n    ) if -d \"$::imscpConfig{'GUI_ROOT_DIR'}/bin\";\n\n    # Save plugins\n    iMSCP::Dir->new(\n        dirname => \"$::imscpConfig{'PLUGINS_DIR'}\"\n    )->rcopy(\n        \"$destdir$::imscpConfig{'PLUGINS_DIR'}\", { preserve => 'no' }\n    ) if -d $::imscpConfig{'PLUGINS_DIR'};\n\n    # Save package handlers if any\n    if ( -d \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package\" ) {\n        for my $packageTypeDir (\n            iMSCP::Dir->new(\n                dirname => \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package\"\n            )->getDirs()\n        ) {\n            for my $packageDir (\n                iMSCP::Dir->new(\n                    dirname => \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/$packageTypeDir\"\n                )->getDirs()\n            ) {\n                for my $handlerFile (\n                    iMSCP::Dir->new(\n                        dirname  => \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/$packageTypeDir/$packageDir\",\n                        fileType => qr/^Handler\\.pm/\n                    )->getFiles()\n                ) {\n                    my $rs = iMSCP::File->new(\n                        filename => \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/$packageTypeDir/$packageDir/$handlerFile\"\n                    )->copyFile(\n                        \"$destdir$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/$packageTypeDir/$packageDir/$handlerFile\"\n                    );\n                    return $rs if $rs;\n                }\n            }\n        }\n    }\n\n    0;\n}\n\n=item _removeObsoleteFiles( )\n\n Removes obsolete files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _removeObsoleteFiles\n{\n    for my $dir ( \"$::imscpConfig{'CACHE_DATA_DIR'}/addons\",\n        \"$::imscpConfig{'CONF_DIR'}/apache/backup\",\n        \"$::imscpConfig{'CONF_DIR'}/apache/skel/alias/phptmp\",\n        \"$::imscpConfig{'CONF_DIR'}/apache/skel/subdomain/phptmp\",\n        \"$::imscpConfig{'CONF_DIR'}/apache/working\",\n        \"$::imscpConfig{'CONF_DIR'}/cron.d\",\n        \"$::imscpConfig{'CONF_DIR'}/fcgi\",\n        \"$::imscpConfig{'CONF_DIR'}/hooks.d\",\n        \"$::imscpConfig{'CONF_DIR'}/init.d\",\n        \"$::imscpConfig{'CONF_DIR'}/nginx\",\n        \"$::imscpConfig{'CONF_DIR'}/php-fpm\",\n        \"$::imscpConfig{'CONF_DIR'}/courier/backup\",\n        \"$::imscpConfig{'CONF_DIR'}/courier/working\",\n        \"$::imscpConfig{'CONF_DIR'}/postfix/backup\",\n        \"$::imscpConfig{'CONF_DIR'}/postfix/imscp\",\n        \"$::imscpConfig{'CONF_DIR'}/postfix/parts\",\n        \"$::imscpConfig{'CONF_DIR'}/postfix/working\",\n        \"$::imscpConfig{'CONF_DIR'}/skel/domain/domain_disable_page\",\n        \"$::imscpConfig{'IMSCP_HOMEDIR'}/packages/.composer\",\n        \"$::imscpConfig{'LOG_DIR'}/imscp-arpl-msgr\",\n        '/var/local/imscp/.composer',\n        '/var/local/imscp/packages',\n        \"$::imscpConfig{'CONF_DIR'}/pma\",\n        \"$::imscpConfig{'CONF_DIR'}/roundcube\",\n        \"$::imscpConfig{'CONF_DIR'}/rainloop\",\n        \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/softwares\"\n    ) {\n        iMSCP::Dir->new( dirname => $dir )->remove();\n    }\n\n    for my $file ( \"$::imscpConfig{'CONF_DIR'}/apache/parts/domain_disabled_ssl.tpl\",\n        \"$::imscpConfig{'CONF_DIR'}/apache/parts/domain_redirect.tpl\",\n        \"$::imscpConfig{'CONF_DIR'}/apache/parts/domain_redirect_ssl.tpl\",\n        \"$::imscpConfig{'CONF_DIR'}/apache/parts/domain_ssl.tpl\",\n        \"$::imscpConfig{'CONF_DIR'}/vsftpd/imscp_allow_writeable_root.patch\",\n        \"$::imscpConfig{'CONF_DIR'}/vsftpd/imscp_pthread_cancel.patch\",\n        \"$::imscpConfig{'CONF_DIR'}/apache/parts/php5.itk.ini\",\n        \"$::imscpConfig{'CONF_DIR'}/dovecot/dovecot.conf.2.0\",\n        \"$::imscpConfig{'CONF_DIR'}/dovecot/dovecot.conf.2.1\",\n        '/etc/default/imscp_panel',\n        \"$::imscpConfig{'CONF_DIR'}/frontend/00_master.conf\",\n        \"$::imscpConfig{'CONF_DIR'}/frontend/00_master_ssl.conf\",\n        \"$::imscpConfig{'CONF_DIR'}/frontend/imscp_fastcgi.conf\",\n        \"$::imscpConfig{'CONF_DIR'}/frontend/imscp_php.conf\",\n        \"$::imscpConfig{'CONF_DIR'}/frontend/nginx.conf\",\n        \"$::imscpConfig{'CONF_DIR'}/frontend/php-fcgi-starter\",\n        \"$::imscpConfig{'CONF_DIR'}/listeners.d/README\",\n        \"$::imscpConfig{'CONF_DIR'}/skel/domain/.htgroup\",\n        \"$::imscpConfig{'CONF_DIR'}/skel/domain/.htpasswd\",\n        \"$::imscpConfig{'IMSCP_HOMEDIR'}/packages/composer.phar\",\n        '/usr/sbin/maillogconvert.pl',\n        # Due to a mistake in previous i-MSCP versions (Upstart conffile copied\n        # into systemd confdir)\n        \"/etc/systemd/system/php5-fpm.override\",\n        \"/etc/init/php5-fpm.override\", # Removed in 1.4.x\n        \"$::imscpConfig{'CONF_DIR'}/imscp.old.conf\",\n        '/usr/local/lib/imscp_panel/imscp_panel_checkconf', # Removed in 1.4.x,\n        '/var/local/imscp/composer.phar'\n    ) {\n        next unless -f $file;\n        my $rs = iMSCP::File->new( filename => $file )->delFile();\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item _processXmlFile( $filepath )\n\n Process an install.xml file or distribution layout.xml file\n\n Param string $filepath xml file path\n Return int 0 on success, other on failure\n\n=cut\n\nsub _processXmlFile\n{\n    my ( $file ) = @_;\n\n    unless ( -f $file ) {\n        error( sprintf( \"File %s doesn't exists\", $file ));\n        return 1;\n    }\n\n    my $data = eval {\n        require XML::Simple;\n        XML::Simple->new( ForceArray => TRUE, ForceContent => TRUE )->XMLin(\n            $file, VarAttr => 'export'\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    # Permissions hardening\n    local $UMASK = 027;\n\n    # Process xml 'folders' nodes if any\n    for my $node ( @{ $data->{'folders'} } ) {\n        $node->{'content'} = _expandVars( $node->{'content'} );\n        $::{$node->{'export'}} = $node->{'content'}\n            if defined $node->{'export'};\n        my $rs = _processFolder( $node );\n        return $rs if $rs;\n    }\n\n    # Process xml 'copy_config' nodes if any\n    for my $node ( @{ $data->{'copy_config'} } ) {\n        $node->{'content'} = _expandVars( $node->{'content'} );\n        my $rs = _copyConfig( $node );\n        return $rs if $rs;\n    }\n\n    # Process xml 'copy' nodes if any\n    for my $node ( @{ $data->{'copy'} } ) {\n        $node->{'content'} = _expandVars( $node->{'content'} );\n        my $rs = _copy( $node );\n        return $rs if $rs;\n    }\n\n    # Process xml 'create_file' nodes if any\n    for my $node ( @{ $data->{'create_file'} } ) {\n        $node->{'content'} = _expandVars( $node->{'content'} );\n        my $rs = _createFile( $node );\n        return $rs if $rs;\n    }\n\n    # Process xml 'chmod_file' nodes if any\n    for my $node ( @{ $data->{'chmod_file'} } ) {\n        $node->{'content'} = _expandVars( $node->{'content'} );\n        my $rs = _chmodFile( $node ) if $node->{'content'};\n        return $rs if $rs;\n    }\n\n    # Process xml 'chmod_file' nodes if any\n    for my $node ( @{ $data->{'chown_file'} } ) {\n        $node->{'content'} = _expandVars( $node->{'content'} );\n        my $rs = _chownFile( $node );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item _expandVars( $string )\n\n Expand variables in the given string\n\n Param string $string string containing variables to expands\n Return string\n\n=cut\n\nsub _expandVars\n{\n    my ( $string ) = @_;\n    $string //= '';\n\n    while ( my ( $var ) = $string =~ /\\$\\{([^\\}]+)\\}/g ) {\n        if ( defined $::{$var} ) {\n            $string =~ s/\\$\\{$var\\}/$::{$var}/g;\n        } elsif ( defined $::imscpConfig{$var} ) {\n            $string =~ s/\\$\\{$var\\}/$::imscpConfig{$var}/g;\n        } else {\n            die( \"Couldn't expand variable \\${$var}. Variable not found.\" );\n        }\n    }\n\n    $string;\n}\n\n=item _processFolder( \\%data )\n\n Process a folder node from an install.xml file\n\n Process the xml folder node by creating the described directory.\n\n Param hashref %data\n Return int 0 on success, other on failure\n\n=cut\n\nsub _processFolder\n{\n    my ( $data ) = @_;\n\n    my $dir = iMSCP::Dir->new( dirname => $data->{'content'} );\n\n    # Needed to be sure to not keep any file from a previous build that has failed\n    if ( defined $::{'INST_PREF'} && $::{'INST_PREF'} eq $data->{'content'} ) {\n        $dir->remove();\n    }\n\n    $dir->make( {\n        user  => defined $data->{'user'}\n            ? _expandVars( $data->{'owner'} ) : undef,\n        group => defined $data->{'group'}\n            ? _expandVars( $data->{'group'} ) : undef,\n        mode  => defined $data->{'mode'}\n            ? oct( $data->{'mode'} ) : undef\n    } );\n}\n\n=item _copyConfig( \\%data )\n\n Process a copy_config node from an install.xml file\n\n Param hashref %data\n Return int 0 on success, other on failure\n\n=cut\n\nsub _copyConfig\n{\n    my ( $data ) = @_;\n\n    if ( defined $data->{'if'} && !eval _expandVars( $data->{'if'} ) ) {\n        return 0 if $data->{'kept'};\n        ( my $sysPath = $data->{'content'} ) =~ s/^$::{'INST_PREF'}//;\n        return 0 unless $sysPath ne '/' && -f $sysPath;\n        return iMSCP::File->new( filename => $sysPath )->delFile();\n    }\n\n    my ( $name, $path ) = fileparse( $data->{'content'} );\n    my $distribution = $::imscpConfig{'DISTRO_ID'};\n    ( my $alternativeFolder = $CWD ) =~ s/$distribution/debian/;\n    my $source = -f $name ? $name : \"$alternativeFolder/$name\";\n\n    if ( -d $source ) {\n        iMSCP::Dir->new( dirname => $source )->rcopy(\n            \"$path/$name\", { preserve => 'no' }\n        );\n    } else {\n        my $rs = iMSCP::File->new( filename => $source )->copyFile(\n            $path, { preserve => 'no' }\n        );\n        return $rs if $rs;\n    }\n\n    return 0 unless defined $data->{'user'}\n        || defined $data->{'group'} || defined $data->{'mode'};\n\n    my $file = iMSCP::File->new(\n        filename => -e \"$path/$name\" ? \"$path/$name\" : $path\n    );\n\n    if ( defined $data->{'user'} || defined $data->{'group'} ) {\n        my $rs = $file->owner(\n            ( defined $data->{'user'} ? _expandVars( $data->{'user'} ) : -1 ),\n            ( defined $data->{'group'} ? _expandVars( $data->{'group'} ) : -1 )\n        );\n        return $rs if $rs;\n    }\n\n    return 0 unless defined $data->{'mode'};\n\n    $file->mode( oct( $data->{'mode'} ));\n}\n\n=item _copy( \\%data )\n\n Process the copy node from an install.xml file\n\n Param hashref %data\n Return int 0 on success, other on failure\n\n=cut\n\nsub _copy\n{\n    my ( $data ) = @_;\n\n    my ( $name, $path ) = fileparse( $data->{'content'} );\n\n    if ( -d $name ) {\n        iMSCP::Dir->new( dirname => $name )->rcopy(\n            \"$path/$name\", { preserve => 'no' }\n        );\n    } else {\n        my $rs = iMSCP::File->new( filename => $name )->copyFile(\n            $path, { preserve => 'no' }\n        );\n        return $rs if $rs;\n    }\n\n    return 0 unless defined $data->{'user'}\n        || defined $data->{'group'} || defined $data->{'mode'};\n\n    my $file = iMSCP::File->new(\n        filename => -e \"$path/$name\" ? \"$path/$name\" : $path\n    );\n\n    if ( defined $data->{'user'} || defined $data->{'group'} ) {\n        my $rs = $file->owner(\n            ( defined $data->{'user'} ? _expandVars( $data->{'user'} ) : -1 ),\n            ( defined $data->{'group'} ? _expandVars( $data->{'group'} ) : -1 )\n        );\n        return $rs if $rs;\n    }\n\n    return 0 unless defined $data->{'mode'};\n\n    $file->mode( oct( $data->{'mode'} )) if defined $data->{'mode'};\n}\n\n=item _createFile( \\%data )\n\n Create a file\n\n Param hashref %data\n Return int 0 on success, other on failure\n\n=cut\n\nsub _createFile\n{\n    my ( $data ) = @_;\n\n    iMSCP::File->new( filename => $data->{'content'} )->save();\n}\n\n=item _chownFile( )\n\n Change file/directory owner and/or group recursively\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _chownFile\n{\n    my ( $data ) = @_;\n\n    return 0 unless defined $data->{'owner'} && defined $data->{'group'};\n\n    my $rs = execute(\n        \"chown $data->{'owner'}:$data->{'group'} $data->{'content'}\",\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if length $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    $rs;\n}\n\n=item _chmodFile( \\%data )\n\n Process chmod_file from an install.xml file\n\n Param hashref %data\n Return int 0 on success, other on failure\n\n=cut\n\nsub _chmodFile\n{\n    my ( $data ) = @_;\n\n    return 0 unless defined $data->{'mode'};\n\n    my $rs = execute(\n        \"chmod $data->{'mode'} $data->{'content'}\", \\my $stdout, \\my $stderr\n    );\n    debug( $stdout ) if length $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "autoinstaller/Layout/Debian.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders export=\"INST_PREF\">/tmp/imscp</folders>\n    <folders export=\"ROOT_CONF\">${INST_PREF}/etc</folders>\n    <folders export=\"LOCAL_CONF\">${INST_PREF}/usr/local/etc</folders>\n    <folders export=\"LOCAL_USR_LIB\">${INST_PREF}/usr/local/lib</folders>\n    <folders export=\"SYSTEM_CONF\">${INST_PREF}/etc/imscp</folders>\n    <folders export=\"SYSTEM_ROOT\">${INST_PREF}/var/www/imscp</folders>\n    <folders export=\"SYSTEM_VIRTUAL\">${INST_PREF}/var/www/virtual</folders>\n    <folders export=\"SYSTEM_LIB\">${INST_PREF}/usr/lib</folders>\n    <folders export=\"SYSTEM_LOG\">${INST_PREF}/var/log/imscp</folders>\n    <folders export=\"SYSTEM_MAIL_VIRTUAL\">${INST_PREF}/var/mail/virtual</folders>\n</install>\n"
  },
  {
    "path": "autoinstaller/Packages/debian-buster.xml",
    "content": "<packages>\n    <frontend\n            description=\"Http server for the control panel\"\n            has_alternatives=\"1\"\n    >\n        <nginx\n                class=\"Package::FrontEnd\"\n                default=\"1\"\n                description=\"Nginx\"\n                repository_conflict=\"http://nginx.org/packages/debian\"\n        >\n            <package>nginx-full</package>\n        </nginx>\n    </frontend>\n    <httpd\n            description=\"Httpd server implementation\"\n            has_alternatives=\"1\"\n    >\n        <apache_fcgid\n                class=\"Servers::httpd::apache_fcgid\"\n                description=\"\n                    Apache2 (MPM Event) with PHP through CGI/FastCGI SAPI\n                \"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set suexec\n                        /usr/lib/apache2/suexec-pristine\n                    \"\n            >\n                apache2-suexec-pristine\n            </package>\n            <package>libapache2-mod-fcgid</package>\n        </apache_fcgid>\n        <apache_itk\n                class=\"Servers::httpd::apache_itk\"\n                description=\"Apache2 (MPM ITK) with PHP through Apache2 SAPI\"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package>libapache2-mpm-itk</package>\n        </apache_itk>\n        <apache_php_fpm\n                class=\"Servers::httpd::apache_php_fpm\"\n                default=\"1\"\n                description=\"\n                    Apache2 (MPM Event) with PHP through FPM/FastCGI SAPI\n                \"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set suexec\n                        /usr/lib/apache2/suexec-pristine\n                    \"\n            >\n                apache2-suexec-pristine\n            </package>\n        </apache_php_fpm>\n    </httpd>\n    <php\n            description=\"PHP version for customers\"\n            has_alternatives=\"1\"\n            pinning_package=\"*\"\n            pinning_pin=\"origin packages.sury.org\"\n            pinning_pin_priority=\"1001\"\n            repository=\"https://packages.sury.org/php/ buster main\"\n            repository_conflict=\"http://packages.dotdeb.org\"\n            repository_key_uri=\"https://packages.sury.org/php/apt.gpg\"\n    >\n        <php5.6\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 5.6\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 5.6 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip\n                    \"\n            >\n                php5.6\n            </package>\n            <package>php5.6-cgi</package>\n            <package>php5.6-cli</package>\n            <package>php5.6-fpm</package>\n            <package>php5.6-common</package>\n            <package>php5.6-bcmath</package>\n            <package>php5.6-bz2</package>\n            <package>php5.6-curl</package>\n            <package>php5.6-gd</package>\n            <package>php5.6-gmp</package>\n            <package>php5.6-imap</package>\n            <package>php5.6-intl</package>\n            <package>php5.6-json</package>\n            <package>php5.6-mbstring</package>\n            <package>php5.6-mcrypt</package>\n            <package>php5.6-mysql</package>\n            <package>php5.6-opcache</package>\n            <package>php5.6-phar</package>\n            <package>php5.6-pspell</package>\n            <package>php5.6-xml</package>\n            <package>php5.6-zip</package>\n            <package>libapache2-mod-php5.6</package>\n        </php5.6>\n        <php7.0\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.0\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.0 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu apcu_bc\n                    \"\n            >\n                php7.0\n            </package>\n            <package>php7.0-cli</package>\n            <package>php7.0-cgi</package>\n            <package>php7.0-fpm</package>\n            <package>php7.0-common</package>\n            <package>php7.0-bcmath</package>\n            <package>php7.0-bz2</package>\n            <package>php7.0-curl</package>\n            <package>php7.0-gd</package>\n            <package>php7.0-gmp</package>\n            <package>php7.0-imap</package>\n            <package>php7.0-intl</package>\n            <package>php7.0-json</package>\n            <package>php7.0-mbstring</package>\n            <package>php7.0-mcrypt</package>\n            <package>php7.0-mysql</package>\n            <package>php7.0-opcache</package>\n            <package>php7.0-phar</package>\n            <package>php7.0-pspell</package>\n            <package>php7.0-xml</package>\n            <package>php7.0-zip</package>\n            <package>libapache2-mod-php7.0</package>\n            <package>php7.0-apcu</package>\n            <package>php7.0-apcu-bc</package>\n        </php7.0>\n        <php7.1\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.1\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.1 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu apcu_bc\n                    \"\n            >\n                php7.1\n            </package>\n            <package>php7.1-cli</package>\n            <package>php7.1-cgi</package>\n            <package>php7.1-fpm</package>\n            <package>php7.1-common</package>\n            <package>php7.1-bcmath</package>\n            <package>php7.1-bz2</package>\n            <package>php7.1-curl</package>\n            <package>php7.1-gd</package>\n            <package>php7.1-gmp</package>\n            <package>php7.1-imap</package>\n            <package>php7.1-intl</package>\n            <package>php7.1-json</package>\n            <package>php7.1-mbstring</package>\n            <package>php7.1-mcrypt</package>\n            <package>php7.1-mysql</package>\n            <package>php7.1-opcache</package>\n            <package>php7.1-phar</package>\n            <package>php7.1-pspell</package>\n            <package>php7.1-xml</package>\n            <package>php7.1-zip</package>\n            <package>libapache2-mod-php7.1</package>\n            <package>php7.1-apcu</package>\n            <package>php7.1-apcu-bc</package>\n        </php7.1>\n        <php7.2\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.2\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.2 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.2\n            </package>\n            <package>php7.2-cli</package>\n            <package>php7.2-cgi</package>\n            <package>php7.2-fpm</package>\n            <package>php7.2-common</package>\n            <package>php7.2-bcmath</package>\n            <package>php7.2-bz2</package>\n            <package>php7.2-curl</package>\n            <package>php7.2-gd</package>\n            <package>php7.2-gmp</package>\n            <package>php7.2-imap</package>\n            <package>php7.2-intl</package>\n            <package>php7.2-json</package>\n            <package>php7.2-mbstring</package>\n            <package>php7.2-mysql</package>\n            <package>php7.2-opcache</package>\n            <package>php7.2-phar</package>\n            <package>php7.2-pspell</package>\n            <package>php7.2-xml</package>\n            <package>php7.2-zip</package>\n            <package>libapache2-mod-php7.2</package>\n            <package>php7.2-apcu</package>\n            <package>php7.2-apcu-bc</package>\n        </php7.2>\n        <php7.3\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                default=\"1\"\n                description=\"PHP 7.3\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.3 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.3\n            </package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set php /usr/bin/php7.3\n                    \"\n            >\n                php7.3-cli\n            </package>\n            <package>php7.3-cgi</package>\n            <package>php7.3-fpm</package>\n            <package>php7.3-common</package>\n            <package>php7.3-bcmath</package>\n            <package>php7.3-bz2</package>\n            <package>php7.3-curl</package>\n            <package>php7.3-gd</package>\n            <package>php7.3-gmp</package>\n            <package>php7.3-imap</package>\n            <package>php7.3-intl</package>\n            <package>php7.3-json</package>\n            <package>php7.3-mbstring</package>\n            <package>php7.3-mysql</package>\n            <package>php7.3-opcache</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives\n                        --set phar /usr/bin/phar7.3;\n                        /usr/bin/update-alternatives\n                        --set phar.phar /usr/bin/phar.phar7.3\n                    \"\n            >\n                php7.3-phar\n            </package>\n            <package>php7.3-pspell</package>\n            <package>php7.3-xml</package>\n            <package>php7.3-zip</package>\n            <package>libapache2-mod-php7.3</package>\n            <package>php7.3-apcu</package>\n            <package>php7.3-apcu-bc</package>\n        </php7.3>\n        <php7.4\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.4\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.4 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.4\n            </package>\n            <package>php7.4-cli</package>\n            <package>php7.4-cgi</package>\n            <package>php7.4-fpm</package>\n            <package>php7.4-common</package>\n            <package>php7.4-bcmath</package>\n            <package>php7.4-bz2</package>\n            <package>php7.4-curl</package>\n            <package>php7.4-gd</package>\n            <package>php7.4-gmp</package>\n            <package>php7.4-imap</package>\n            <package>php7.4-intl</package>\n            <package>php7.4-json</package>\n            <package>php7.4-mbstring</package>\n            <package>php7.4-mysql</package>\n            <package>php7.4-opcache</package>\n            <package>php7.4-phar</package>\n            <package>php7.4-pspell</package>\n            <package>php7.4-xml</package>\n            <package>php7.4-zip</package>\n            <package>libapache2-mod-php7.4</package>\n            <package>php7.4-apcu</package>\n            <package>php7.4-apcu-bc</package>\n        </php7.4>\n        <php8.0\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 8.0\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 8.0 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                    \"\n            >\n                php8.0\n            </package>\n            <package>php8.0-cli</package>\n            <package>php8.0-cgi</package>\n            <package>php8.0-fpm</package>\n            <package>php8.0-common</package>\n            <package>php8.0-bcmath</package>\n            <package>php8.0-bz2</package>\n            <package>php8.0-curl</package>\n            <package>php8.0-gd</package>\n            <package>php8.0-gmp</package>\n            <package>php8.0-imap</package>\n            <package>php8.0-intl</package>\n            <package>php8.0-mbstring</package>\n            <package>php8.0-mysql</package>\n            <package>php8.0-opcache</package>\n            <package>php8.0-phar</package>\n            <package>php8.0-pspell</package>\n            <package>php8.0-xml</package>\n            <package>php8.0-zip</package>\n            <package>libapache2-mod-php8.0</package>\n            <package>php8.0-apcu</package>\n        </php8.0>\n        <package>php-pear</package>\n    </php>\n    <po\n            description=\"IMAP/POP servers\"\n            has_alternatives=\"1\"\n    >\n        <courier\n                class=\"Servers::po::courier\"\n                description=\"Courier\"\n        >\n            <package>courier-authlib-mysql</package>\n            <package>courier-imap</package>\n            <package>courier-imap-ssl</package>\n            <package>courier-pop</package>\n            <package>courier-pop-ssl</package>\n            <package>libgamin0</package>\n            <package>libsasl2-modules</package>\n            <package>maildrop</package>\n            <package_conflict>libsasl2-modules-sql</package_conflict>\n            <package_conflict>sasl2-bin</package_conflict>\n        </courier>\n        <dovecot\n                class=\"Servers::po::dovecot\"\n                default=\"1\"\n                description=\"Dovecot\"\n        >\n            <package>dovecot-imapd</package>\n            <package>dovecot-pop3d</package>\n            <package>dovecot-mysql</package>\n            <package>dovecot-managesieved</package>\n            <package>dovecot-sieve</package>\n        </dovecot>\n    </po>\n    <mta\n            description=\"SMTP server\"\n            has_alternatives=\"1\"\n    >\n        <postfix\n                class=\"Servers::mta::postfix\"\n                default=\"1\"\n                description=\"Postfix\"\n        >\n            <package>postfix</package>\n            <package_conflict>procmail</package_conflict>\n            <package_conflict>sendmail</package_conflict>\n            <package_conflict>sendmail-base</package_conflict>\n            <package_conflict>sendmail-bin</package_conflict>\n            <package_conflict>sendmail-cf</package_conflict>\n            <package_conflict>sendmail-doc</package_conflict>\n        </postfix>\n    </mta>\n    <ftpd\n            description=\"FTP server\"\n            has_alternatives=\"1\"\n    >\n        <proftpd\n                class=\"Servers::ftpd::proftpd\"\n                default=\"1\"\n                description=\"ProFTPD\"\n        >\n            <package>proftpd-basic</package>\n            <package>proftpd-mod-mysql</package>\n            <package_conflict>vsftpd</package_conflict>\n        </proftpd>\n        <vsftpd\n                class=\"Servers::ftpd::vsftpd\"\n                description=\"VsFTPD\"\n        >\n            <package>libpam-mysql</package>\n            <package>vsftpd</package>\n            <package_conflict>proftpd-basic</package_conflict>\n        </vsftpd>\n    </ftpd>\n    <named\n            description=\"DNS server\"\n            has_alternatives=\"1\"\n    >\n        <bind\n                class=\"Servers::named::bind\"\n                default=\"1\"\n                description=\"Bind9\"\n        >\n            <package>bind9</package>\n        </bind>\n        <external_server\n                class=\"Servers::noserver\"\n                description=\"No local DNS server\"\n        >\n        </external_server>\n        <package>resolvconf</package>\n    </named>\n    <sql\n            description=\"SQL server\"\n            has_alternatives=\"1\"\n    >\n        <mariadb_10.3\n                allow_upgrade_from=\"\n                    remote_server,mariadb_10.0,mariadb_10.1,mariadb_10.2\n                \"\n                class=\"Servers::sqld::mariadb\"\n                default=\"1\"\n                description=\"MariaDB 10.3\"\n                pinning_package=\"\n                    libmariadb3 mariadb-client-10.3 mariadb-common\n                    mariadb-server-core-10.3 mysql-common\n                \"\n                pinning_pin=\"release o=Debian\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmariadb3</package>\n            <package>mariadb-client-10.3</package>\n            <package>mariadb-common</package>\n            <package\n                    pre_install_tasks=\"/bin/mkdir -p /etc/mysql/mariadb.conf.d\"\n            >\n                mariadb-server-10.3\n            </package>\n        </mariadb_10.3>\n        <remote_server\n                class=\"Servers::sqld::remote\"\n                description=\"Remote SQL server\"\n                pinning_package=\"\n                    libmariadb3 mariadb-client-10.3 mariadb-common mysql-common\n                \"\n                pinning_pin=\"release o=Debian\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmariadb3</package>\n            <package>mariadb-common</package>\n            <package>mariadb-client-10.3</package>\n        </remote_server>\n        <package>mysql-common</package>\n    </sql>\n    <requirements>\n        <package>apt-src</package>\n        <package>at</package>\n        <package>bash</package>\n        <package>bash-completion</package>\n        <package>bzip2</package>\n        <package>ca-certificates</package>\n        <package>coreutils</package>\n        <package>cron</package>\n        <package>curl</package>\n        <package>devscripts</package>\n        <package>dirmngr</package>\n        <package>dnsutils</package>\n        <package>dpkg-dev</package>\n        <package>findutils</package>\n        <package>gcc</package>\n        <package>git</package>\n        <package>gzip</package>\n        <package>iptables</package>\n        <package>iproute2</package>\n        <package>ispell</package>\n        <package>libc6-dev</package>\n        <package>libcrypt-blowfish-perl</package>\n        <package>libcrypt-cbc-perl</package>\n        <package>libcrypt-eksblowfish-perl</package>\n        <package>libcrypt-rijndael-perl</package>\n        <package>libdata-validate-ip-perl</package>\n        <package>libdate-simple-perl</package>\n        <package>libdatetime-perl</package>\n        <package>libdbd-mariadb-perl</package>\n        <package>libdbi-perl</package>\n        <package>libemail-valid-perl</package>\n        <package>libfile-chmod-perl</package>\n        <package>libfile-copy-recursive-perl</package>\n        <package>libfile-homedir-perl</package>\n        <package>libhash-merge-perl</package>\n        <package>libjson-perl</package>\n        <package>libmailtools-perl</package>\n        <package>libmime-tools-perl</package>\n        <package>libnet-dns-perl</package>\n        <package>libnet-libidn-perl</package>\n        <package>libsort-naturally-perl</package>\n        <package>libssl-dev</package>\n        <package>libtimedate-perl</package>\n        <package>libunix-mknod-perl</package>\n        <package>libwww-perl</package>\n        <package>libxml-parser-perl</package>\n        <package>libxml-simple-perl</package>\n        <package>locales-all</package>\n        <package>logrotate</package>\n        <package>lzma</package>\n        <package>make</package>\n        <package>mawk</package>\n        <package>ntp</package>\n        <package>openssl</package>\n        <package>patch</package>\n        <package>pbuilder</package>\n        <package>pbzip2</package>\n        <package>perl</package>\n        <package>pigz</package>\n        <package>ssh</package>\n        <package>sudo</package>\n        <package>tar</package>\n        <package>unzip</package>\n    </requirements>\n</packages>\n"
  },
  {
    "path": "autoinstaller/Packages/debian-stretch.xml",
    "content": "<packages>\n    <frontend\n            description=\"Http server for the control panel\"\n            has_alternatives=\"1\"\n    >\n        <nginx\n                class=\"Package::FrontEnd\"\n                default=\"1\"\n                description=\"Nginx server\"\n                repository_conflict=\"http://nginx.org/packages/debian\"\n        >\n            <package>nginx-full</package>\n        </nginx>\n    </frontend>\n    <httpd\n            description=\"Httpd server implementation\"\n            has_alternatives=\"1\"\n    >\n        <apache_fcgid\n                class=\"Servers::httpd::apache_fcgid\"\n                description=\"\n                    Apache2 (MPM Event) with PHP through CGI/FastCGI SAPI\n                \"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set suexec\n                        /usr/lib/apache2/suexec-pristine\n                    \"\n            >\n                apache2-suexec-pristine\n            </package>\n            <package>libapache2-mod-fcgid</package>\n        </apache_fcgid>\n        <apache_itk\n                class=\"Servers::httpd::apache_itk\"\n                description=\"Apache2 (MPM ITK) with PHP through Apache2 SAPI\"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package>libapache2-mpm-itk</package>\n        </apache_itk>\n        <apache_php_fpm\n                class=\"Servers::httpd::apache_php_fpm\"\n                default=\"1\"\n                description=\"\n                    Apache2 (MPM Event) with PHP through FPM/FastCGI SAPI\n                \"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set suexec\n                        /usr/lib/apache2/suexec-pristine\n                    \"\n            >\n                apache2-suexec-pristine\n            </package>\n        </apache_php_fpm>\n    </httpd>\n    <php\n            description=\"PHP version for customers\"\n            has_alternatives=\"1\"\n            pinning_package=\"*\"\n            pinning_pin=\"origin packages.sury.org\"\n            pinning_pin_priority=\"1001\"\n            repository=\"https://packages.sury.org/php/ stretch main\"\n            repository_conflict=\"http://packages.dotdeb.org\"\n            repository_key_uri=\"https://packages.sury.org/php/apt.gpg\"\n    >\n        <php5.6\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 5.6\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 5.6 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip\n                    \"\n            >\n                php5.6\n            </package>\n            <package>php5.6-cgi</package>\n            <package>php5.6-cli</package>\n            <package>php5.6-fpm</package>\n            <package>php5.6-common</package>\n            <package>php5.6-bcmath</package>\n            <package>php5.6-bz2</package>\n            <package>php5.6-curl</package>\n            <package>php5.6-gd</package>\n            <package>php5.6-gmp</package>\n            <package>php5.6-imap</package>\n            <package>php5.6-intl</package>\n            <package>php5.6-json</package>\n            <package>php5.6-mbstring</package>\n            <package>php5.6-mcrypt</package>\n            <package>php5.6-mysql</package>\n            <package>php5.6-opcache</package>\n            <package>php5.6-phar</package>\n            <package>php5.6-pspell</package>\n            <package>php5.6-xml</package>\n            <package>php5.6-zip</package>\n            <package>libapache2-mod-php5.6</package>\n        </php5.6>\n        <php7.0\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.0\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.0 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu apcu_bc\n                    \"\n            >\n                php7.0\n            </package>\n            <package>php7.0-cli</package>\n            <package>php7.0-cgi</package>\n            <package>php7.0-fpm</package>\n            <package>php7.0-common</package>\n            <package>php7.0-bcmath</package>\n            <package>php7.0-bz2</package>\n            <package>php7.0-curl</package>\n            <package>php7.0-gd</package>\n            <package>php7.0-gmp</package>\n            <package>php7.0-imap</package>\n            <package>php7.0-intl</package>\n            <package>php7.0-json</package>\n            <package>php7.0-mbstring</package>\n            <package>php7.0-mcrypt</package>\n            <package>php7.0-mysql</package>\n            <package>php7.0-opcache</package>\n            <package>php7.0-phar</package>\n            <package>php7.0-pspell</package>\n            <package>php7.0-xml</package>\n            <package>php7.0-zip</package>\n            <package>libapache2-mod-php7.0</package>\n            <package>php7.0-apcu</package>\n            <package>php7.0-apcu-bc</package>\n        </php7.0>\n        <php7.1\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.1\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.1 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu apcu_bc\n                    \"\n            >\n                php7.1\n            </package>\n            <package>php7.1-cli</package>\n            <package>php7.1-cgi</package>\n            <package>php7.1-fpm</package>\n            <package>php7.1-common</package>\n            <package>php7.1-bcmath</package>\n            <package>php7.1-bz2</package>\n            <package>php7.1-curl</package>\n            <package>php7.1-gd</package>\n            <package>php7.1-gmp</package>\n            <package>php7.1-imap</package>\n            <package>php7.1-intl</package>\n            <package>php7.1-json</package>\n            <package>php7.1-mbstring</package>\n            <package>php7.1-mcrypt</package>\n            <package>php7.1-mysql</package>\n            <package>php7.1-opcache</package>\n            <package>php7.1-phar</package>\n            <package>php7.1-pspell</package>\n            <package>php7.1-xml</package>\n            <package>php7.1-zip</package>\n            <package>libapache2-mod-php7.1</package>\n            <package>php7.1-apcu</package>\n            <package>php7.1-apcu-bc</package>\n        </php7.1>\n        <php7.2\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.2\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.2 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.2\n            </package>\n            <package>php7.2-cli</package>\n            <package>php7.2-cgi</package>\n            <package>php7.2-fpm</package>\n            <package>php7.2-common</package>\n            <package>php7.2-bcmath</package>\n            <package>php7.2-bz2</package>\n            <package>php7.2-curl</package>\n            <package>php7.2-gd</package>\n            <package>php7.2-gmp</package>\n            <package>php7.2-imap</package>\n            <package>php7.2-intl</package>\n            <package>php7.2-json</package>\n            <package>php7.2-mbstring</package>\n            <package>php7.2-mysql</package>\n            <package>php7.2-opcache</package>\n            <package>php7.2-phar</package>\n            <package>php7.2-pspell</package>\n            <package>php7.2-xml</package>\n            <package>php7.2-zip</package>\n            <package>libapache2-mod-php7.2</package>\n            <package>php7.2-apcu</package>\n            <package>php7.2-apcu-bc</package>\n        </php7.2>\n        <php7.3\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                default=\"1\"\n                description=\"PHP 7.3\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.3 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.3\n            </package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set php /usr/bin/php7.3\n                    \"\n            >\n                php7.3-cli\n            </package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives\n                        --set php-cgi /usr/bin/php-cgi7.3\n                    \"\n            >\n                php7.3-cgi\n            </package>\n            <package>php7.3-fpm</package>\n            <package>php7.3-common</package>\n            <package>php7.3-bcmath</package>\n            <package>php7.3-bz2</package>\n            <package>php7.3-curl</package>\n            <package>php7.3-gd</package>\n            <package>php7.3-gmp</package>\n            <package>php7.3-imap</package>\n            <package>php7.3-intl</package>\n            <package>php7.3-json</package>\n            <package>php7.3-mbstring</package>\n            <package>php7.3-mysql</package>\n            <package>php7.3-opcache</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives\n                        --set phar /usr/bin/phar7.3;\n                        /usr/bin/update-alternatives\n                        --set phar.phar /usr/bin/phar.phar7.3\n                    \"\n            >\n                php7.3-phar\n            </package>\n            <package>php7.3-pspell</package>\n            <package>php7.3-xml</package>\n            <package>php7.3-zip</package>\n            <package>libapache2-mod-php7.3</package>\n            <package>php7.3-apcu</package>\n            <package>php7.3-apcu-bc</package>\n        </php7.3>\n        <php7.4\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.4\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.4 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.4\n            </package>\n            <package>php7.4-cli</package>\n            <package>php7.4-cgi</package>\n            <package>php7.4-fpm</package>\n            <package>php7.4-common</package>\n            <package>php7.4-bcmath</package>\n            <package>php7.4-bz2</package>\n            <package>php7.4-curl</package>\n            <package>php7.4-gd</package>\n            <package>php7.4-gmp</package>\n            <package>php7.4-imap</package>\n            <package>php7.4-intl</package>\n            <package>php7.4-json</package>\n            <package>php7.4-mbstring</package>\n            <package>php7.4-mysql</package>\n            <package>php7.4-opcache</package>\n            <package>php7.4-phar</package>\n            <package>php7.4-pspell</package>\n            <package>php7.4-xml</package>\n            <package>php7.4-zip</package>\n            <package>libapache2-mod-php7.4</package>\n            <package>php7.4-apcu</package>\n            <package>php7.4-apcu-bc</package>\n        </php7.4>\n        <package>php-pear</package>\n    </php>\n    <po\n            description=\"IMAP/POP servers\"\n            has_alternatives=\"1\"\n    >\n        <courier\n                class=\"Servers::po::courier\"\n                description=\"Courier\"\n        >\n            <package>courier-authlib-mysql</package>\n            <package>courier-imap</package>\n            <package>courier-imap-ssl</package>\n            <package>courier-pop</package>\n            <package>courier-pop-ssl</package>\n            <package>libgamin0</package>\n            <package>libsasl2-modules</package>\n            <package>maildrop</package>\n            <package_conflict>libsasl2-modules-sql</package_conflict>\n            <package_conflict>sasl2-bin</package_conflict>\n        </courier>\n        <dovecot\n                class=\"Servers::po::dovecot\"\n                default=\"1\"\n                description=\"Dovecot\"\n        >\n            <package>dovecot-imapd</package>\n            <package>dovecot-pop3d</package>\n            <package>dovecot-mysql</package>\n            <package>dovecot-managesieved</package>\n            <package>dovecot-sieve</package>\n        </dovecot>\n    </po>\n    <mta\n            description=\"SMTP server\"\n            has_alternatives=\"1\"\n    >\n        <postfix\n                default=\"1\"\n                description=\"Postfix server\"\n                class=\"Servers::mta::postfix\"\n        >\n            <package>postfix</package>\n            <package_conflict>procmail</package_conflict>\n            <package_conflict>sendmail</package_conflict>\n            <package_conflict>sendmail-base</package_conflict>\n            <package_conflict>sendmail-bin</package_conflict>\n            <package_conflict>sendmail-cf</package_conflict>\n            <package_conflict>sendmail-doc</package_conflict>\n        </postfix>\n    </mta>\n    <ftpd\n            description=\"FTP server\"\n            has_alternatives=\"1\"\n    >\n        <proftpd\n                class=\"Servers::ftpd::proftpd\"\n                default=\"1\"\n                description=\"ProFTPD\"\n        >\n            <package>proftpd-basic</package>\n            <package>proftpd-mod-mysql</package>\n            <package_conflict>vsftpd</package_conflict>\n        </proftpd>\n        <vsftpd\n                class=\"Servers::ftpd::vsftpd\"\n                description=\"VsFTPD\"\n        >\n            <package>libpam-mysql</package>\n            <package>vsftpd</package>\n            <package_conflict>proftpd-basic</package_conflict>\n        </vsftpd>\n    </ftpd>\n    <named\n            description=\"DNS server\"\n            has_alternatives=\"1\"\n    >\n        <bind\n                class=\"Servers::named::bind\"\n                default=\"1\"\n                description=\"Bind9\"\n        >\n            <package>bind9</package>\n        </bind>\n        <external_server\n                description=\"No local DNS server\"\n                class=\"Servers::noserver\"\n        >\n        </external_server>\n        <package>resolvconf</package>\n    </named>\n    <sql\n            description=\"SQL server\"\n            has_alternatives=\"1\"\n    >\n        <mysql_5.6\n                allow_upgrade_from=\"remote_server,mysql_5.5\"\n                class=\"Servers::sqld::mysql\"\n                description=\"MySQL 5.6\"\n                pinning_package=\"*\"\n                pinning_pin=\"origin repo.mysql.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"\n                    http://repo.mysql.com/apt/debian/ stretch mysql-5.6\n                \"\n                repository_key_id=\"5072E1F5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmariadbclient18</package>\n            <package>libmysqlclient18</package>\n            <package>mysql-community-client</package>\n            <package>mysql-community-server</package>\n        </mysql_5.6>\n        <mysql_5.7\n                allow_upgrade_from=\"remote_server,mysql_5.5,mysql_5.6\"\n                class=\"Servers::sqld::mysql\"\n                description=\"MySQL 5.7\"\n                pinning_package=\"*\"\n                pinning_pin=\"origin repo.mysql.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"\n                    http://repo.mysql.com/apt/debian/ stretch mysql-5.7\n                \"\n                repository_key_id=\"5072E1F5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmariadbclient18</package>\n            <package>libmysqlclient20</package>\n            <package>mysql-community-client</package>\n            <package>mysql-community-server</package>\n        </mysql_5.7>\n        <mariadb_10.1\n                allow_upgrade_from=\"\n                    remote_server,mariadb_5.3,mariadb_5.5,mariadb_10.0\n                \"\n                default=\"1\"\n                description=\"MariaDB 10.1\"\n                class=\"Servers::sqld::mariadb\"\n                pinning_package=\"\n                    libmariadbclient18 mariadb-client-10.1 mariadb-common\n                    mariadb-server-core-10.1 mysql-common\n                \"\n                pinning_pin=\"release o=Debian\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmariadbclient18</package>\n            <package>mariadb-client-10.1</package>\n            <package>mariadb-common</package>\n            <package\n                    pre_install_tasks=\"/bin/mkdir -p /etc/mysql/mariadb.conf.d\"\n            >\n                mariadb-server-10.1\n            </package>\n        </mariadb_10.1>\n        <mariadb_10.2\n                allow_upgrade_from=\"\n                    remote_server,mariadb_5.3,mariadb_5.5,mariadb_10.0,mariadb_10.1\n                \"\n                class=\"Servers::sqld::mariadb\"\n                description=\"MariaDB 10.2\"\n                pinning_package=\"*\"\n                pinning_pin=\"release o=MariaDB\"\n                pinning_pin_priority=\"1001\"\n                repository=\"\n                    http://mirror.netcologne.de/mariadb/repo/10.2/debian\n                    stretch main\n                \"\n                repository_key_id=\"0xF1656F24C74CD1D8\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmariadbclient18</package>\n            <package>mariadb-client-10.2</package>\n            <package>mariadb-common</package>\n            <package\n                    pre_install_tasks=\"\n                        /bin/mkdir -p /etc/mysql/mariadb.conf.d\n                    \"\n            >\n                mariadb-server-10.2\n            </package>\n        </mariadb_10.2>\n        <percona_5.7\n                allow_upgrade_from=\"remote_server,perconna_5.5,percona_5.6\"\n                class=\"Servers::sqld::percona\"\n                description=\"Percona 5.7\"\n                pinning_package=\"\n                    libperconaserverclient20 libperconaserverclient20-dev\n                    percona-server-client-5.7 percona-server-common-5.7\n                    percona-server-server-5.7\n                \"\n                pinning_pin=\"origin repo.percona.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"http://repo.percona.com/apt stretch main\"\n                repository_key_id=\"0x9334A25F8507EFA5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n                required_arch=\"amd64\"\n        >\n            <package>libmariadbclient18</package>\n            <package>libperconaserverclient20</package>\n            <package>percona-server-client-5.7</package>\n            <package>percona-server-common-5.7</package>\n            <package>percona-server-server-5.7</package>\n        </percona_5.7>\n        <remote_server\n                description=\"Remote SQL server\"\n                class=\"Servers::sqld::remote\"\n                pinning_package=\"\n                    libmariadbclient18 mariadb-client-10.1 mariadb-common\n                    mysql-common\n                \"\n                pinning_pin=\"release o=Debian\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmariadbclient18</package>\n            <package>mariadb-common</package>\n            <package>mariadb-client-10.1</package>\n        </remote_server>\n        <package>mysql-common</package>\n    </sql>\n    <requirements>\n        <package>apt-src</package>\n        <package>at</package>\n        <package>bash</package>\n        <package>bash-completion</package>\n        <package>bzip2</package>\n        <package>ca-certificates</package>\n        <package>coreutils</package>\n        <package>cron</package>\n        <package>curl</package>\n        <package>devscripts</package>\n        <package>dirmngr</package>\n        <package>dnsutils</package>\n        <package>dpkg-dev</package>\n        <package>findutils</package>\n        <package>gcc</package>\n        <package>git</package>\n        <package>gzip</package>\n        <package>iptables</package>\n        <package>iproute2</package>\n        <package>ispell</package>\n        <package>libc6-dev</package>\n        <package>libcrypt-blowfish-perl</package>\n        <package>libcrypt-cbc-perl</package>\n        <package>libcrypt-eksblowfish-perl</package>\n        <package>libcrypt-rijndael-perl</package>\n        <package>libdata-validate-ip-perl</package>\n        <package>libdate-simple-perl</package>\n        <package>libdatetime-perl</package>\n        <package>libdbd-mysql-perl</package>\n        <package>libdbi-perl</package>\n        <package>libdigest-md5-perl</package>\n        <package>libemail-valid-perl</package>\n        <package>libfile-chmod-perl</package>\n        <package>libfile-copy-recursive-perl</package>\n        <package>libfile-homedir-perl</package>\n        <package>libhash-merge-perl</package>\n        <package>libjson-perl</package>\n        <package>libmailtools-perl</package>\n        <package>libmime-tools-perl</package>\n        <package>libnet-dns-perl</package>\n        <package>libnet-libidn-perl</package>\n        <package>libsort-naturally-perl</package>\n        <package>libssl-dev</package>\n        <package>libtimedate-perl</package>\n        <package>libunix-mknod-perl</package>\n        <package>libwww-perl</package>\n        <package>libxml-parser-perl</package>\n        <package>libxml-simple-perl</package>\n        <package>locales-all</package>\n        <package>logrotate</package>\n        <package>lzma</package>\n        <package>make</package>\n        <package>mawk</package>\n        <package>ntp</package>\n        <package>openssl</package>\n        <package>patch</package>\n        <package>pbuilder</package>\n        <package>pbzip2</package>\n        <package>perl</package>\n        <package>pigz</package>\n        <package>ssh</package>\n        <package>sudo</package>\n        <package>tar</package>\n        <package>unzip</package>\n    </requirements>\n</packages>\n"
  },
  {
    "path": "autoinstaller/Packages/devuan-ascii.xml",
    "content": "<packages>\n    <frontend\n            description=\"Http server for the control panel\"\n            has_alternatives=\"1\"\n    >\n        <nginx\n                class=\"Package::FrontEnd\"\n                default=\"1\"\n                description=\"Nginx server\"\n        >\n            <package>nginx-full</package>\n        </nginx>\n    </frontend>\n    <httpd\n            description=\"Httpd server implementation\"\n            has_alternatives=\"1\"\n    >\n        <apache_fcgid\n                class=\"Servers::httpd::apache_fcgid\"\n                description=\"\n                    Apache2 (MPM Event) with PHP through CGI/FastCGI SAPI\n                \"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set suexec\n                        /usr/lib/apache2/suexec-pristine\n                    \"\n            >\n                apache2-suexec-pristine\n            </package>\n            <package>libapache2-mod-fcgid</package>\n        </apache_fcgid>\n        <apache_itk\n                class=\"Servers::httpd::apache_itk\"\n                description=\"Apache2 (MPM ITK) with PHP through Apache2 SAPI\"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package>libapache2-mpm-itk</package>\n        </apache_itk>\n        <apache_php_fpm\n                class=\"Servers::httpd::apache_php_fpm\"\n                default=\"1\"\n                description=\"\n                    Apache2 (MPM Event) with PHP through FPM/FastCGI SAPI\n                \"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set suexec\n                        /usr/lib/apache2/suexec-pristine\n                    \"\n            >\n                apache2-suexec-pristine\n            </package>\n        </apache_php_fpm>\n    </httpd>\n    <php\n            description=\"PHP version for customers\"\n            has_alternatives=\"1\"\n            pinning_package=\"*\"\n            pinning_pin=\"origin packages.sury.org\"\n            pinning_pin_priority=\"1001\"\n            repository=\"https://packages.sury.org/php/ stretch main\"\n            repository_conflict=\"http://packages.dotdeb.org\"\n            repository_key_uri=\"https://packages.sury.org/php/apt.gpg\"\n    >\n        <php5.6\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 5.6\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 5.6 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip\n                    \"\n            >\n                php5.6\n            </package>\n            <package>php5.6-cgi</package>\n            <package>php5.6-cli</package>\n            <package>php5.6-fpm</package>\n            <package>php5.6-common</package>\n            <package>php5.6-bcmath</package>\n            <package>php5.6-bz2</package>\n            <package>php5.6-curl</package>\n            <package>php5.6-gd</package>\n            <package>php5.6-gmp</package>\n            <package>php5.6-imap</package>\n            <package>php5.6-intl</package>\n            <package>php5.6-json</package>\n            <package>php5.6-mbstring</package>\n            <package>php5.6-mcrypt</package>\n            <package>php5.6-mysql</package>\n            <package>php5.6-opcache</package>\n            <package>php5.6-phar</package>\n            <package>php5.6-pspell</package>\n            <package>php5.6-xml</package>\n            <package>php5.6-zip</package>\n            <package>libapache2-mod-php5.6</package>\n        </php5.6>\n        <php7.0\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.0\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.0 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu apcu_bc\n                    \"\n            >\n                php7.0\n            </package>\n            <package>php7.0-cli</package>\n            <package>php7.0-cgi</package>\n            <package>php7.0-fpm</package>\n            <package>php7.0-common</package>\n            <package>php7.0-bcmath</package>\n            <package>php7.0-bz2</package>\n            <package>php7.0-curl</package>\n            <package>php7.0-gd</package>\n            <package>php7.0-gmp</package>\n            <package>php7.0-imap</package>\n            <package>php7.0-intl</package>\n            <package>php7.0-json</package>\n            <package>php7.0-mbstring</package>\n            <package>php7.0-mcrypt</package>\n            <package>php7.0-mysql</package>\n            <package>php7.0-opcache</package>\n            <package>php7.0-phar</package>\n            <package>php7.0-pspell</package>\n            <package>php7.0-xml</package>\n            <package>php7.0-zip</package>\n            <package>libapache2-mod-php7.0</package>\n        </php7.0>\n        <php7.1\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.1\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.1 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu apcu_bc\n                    \"\n            >\n                php7.1\n            </package>\n            <package>php7.1-cli</package>\n            <package>php7.1-cgi</package>\n            <package>php7.1-fpm</package>\n            <package>php7.1-common</package>\n            <package>php7.1-bcmath</package>\n            <package>php7.1-bz2</package>\n            <package>php7.1-curl</package>\n            <package>php7.1-gd</package>\n            <package>php7.1-gmp</package>\n            <package>php7.1-imap</package>\n            <package>php7.1-intl</package>\n            <package>php7.1-json</package>\n            <package>php7.1-mbstring</package>\n            <package>php7.1-mcrypt</package>\n            <package>php7.1-mysql</package>\n            <package>php7.1-opcache</package>\n            <package>php7.1-phar</package>\n            <package>php7.1-pspell</package>\n            <package>php7.1-xml</package>\n            <package>php7.1-zip</package>\n            <package>libapache2-mod-php7.1</package>\n        </php7.1>\n        <php7.2\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.2\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.2 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.2\n            </package>\n            <package>php7.2-cli</package>\n            <package>php7.2-cgi</package>\n            <package>php7.2-fpm</package>\n            <package>php7.2-common</package>\n            <package>php7.2-bcmath</package>\n            <package>php7.2-bz2</package>\n            <package>php7.2-curl</package>\n            <package>php7.2-gd</package>\n            <package>php7.2-gmp</package>\n            <package>php7.2-imap</package>\n            <package>php7.2-intl</package>\n            <package>php7.2-json</package>\n            <package>php7.2-mbstring</package>\n            <package>php7.2-mysql</package>\n            <package>php7.2-opcache</package>\n            <package>php7.2-phar</package>\n            <package>php7.2-pspell</package>\n            <package>php7.2-xml</package>\n            <package>php7.2-zip</package>\n            <package>libapache2-mod-php7.2</package>\n        </php7.2>\n        <php7.3\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                default=\"1\"\n                description=\"PHP 7.3\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.3 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.3\n            </package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set php /usr/bin/php7.3\n                    \"\n            >\n                php7.3-cli\n            </package>\n            <package>php7.3-cgi</package>\n            <package>php7.3-fpm</package>\n            <package>php7.3-common</package>\n            <package>php7.3-bcmath</package>\n            <package>php7.3-bz2</package>\n            <package>php7.3-curl</package>\n            <package>php7.3-gd</package>\n            <package>php7.3-gmp</package>\n            <package>php7.3-imap</package>\n            <package>php7.3-intl</package>\n            <package>php7.3-json</package>\n            <package>php7.3-mbstring</package>\n            <package>php7.3-mysql</package>\n            <package>php7.3-opcache</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives\n                        --set phar /usr/bin/phar7.3;\n                        /usr/bin/update-alternatives\n                        --set phar.phar /usr/bin/phar.phar7.3\n                    \"\n            >\n                php7.3-phar\n            </package>\n            <package>php7.3-pspell</package>\n            <package>php7.3-xml</package>\n            <package>php7.3-zip</package>\n            <package>libapache2-mod-php7.3</package>\n        </php7.3>\n        <php7.4\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.4\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.4 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.4\n            </package>\n            <package>php7.4-cli\n            </package>\n            <package>php7.4-cgi</package>\n            <package>php7.4-fpm</package>\n            <package>php7.4-common</package>\n            <package>php7.4-bcmath</package>\n            <package>php7.4-bz2</package>\n            <package>php7.4-curl</package>\n            <package>php7.4-gd</package>\n            <package>php7.4-gmp</package>\n            <package>php7.4-imap</package>\n            <package>php7.4-intl</package>\n            <package>php7.4-json</package>\n            <package>php7.4-mbstring</package>\n            <package>php7.4-mysql</package>\n            <package>php7.4-opcache</package>\n            <package>php7.4-phar</package>\n            <package>php7.4-pspell</package>\n            <package>php7.4-xml</package>\n            <package>php7.4-zip</package>\n            <package>libapache2-mod-php7.4</package>\n        </php7.4>\n        <package>php-apcu</package>\n        <package>php-apcu-bc</package>\n        <package>php-pear</package>\n    </php>\n    <po\n            description=\"IMAP/POP servers\"\n            has_alternatives=\"1\"\n    >\n        <courier\n                class=\"Servers::po::courier\"\n                description=\"Courier\"\n        >\n            <package>courier-authlib-mysql</package>\n            <package>courier-imap</package>\n            <package>courier-imap-ssl</package>\n            <package>courier-pop</package>\n            <package>courier-pop-ssl</package>\n            <package>libgamin0</package>\n            <package>libsasl2-modules</package>\n            <package>maildrop</package>\n            <package_conflict>libsasl2-modules-sql</package_conflict>\n            <package_conflict>sasl2-bin</package_conflict>\n        </courier>\n        <dovecot\n                class=\"Servers::po::dovecot\"\n                default=\"1\"\n                description=\"Dovecot\"\n        >\n            <package>dovecot-imapd</package>\n            <package>dovecot-pop3d</package>\n            <package>dovecot-mysql</package>\n            <package>dovecot-managesieved</package>\n            <package>dovecot-sieve</package>\n        </dovecot>\n    </po>\n    <mta\n            description=\"SMTP server\"\n            has_alternatives=\"1\"\n    >\n        <postfix\n                default=\"1\"\n                description=\"Postfix server\"\n                class=\"Servers::mta::postfix\"\n        >\n            <package>postfix</package>\n            <package_conflict>procmail</package_conflict>\n            <package_conflict>sendmail</package_conflict>\n            <package_conflict>sendmail-base</package_conflict>\n            <package_conflict>sendmail-bin</package_conflict>\n            <package_conflict>sendmail-cf</package_conflict>\n            <package_conflict>sendmail-doc</package_conflict>\n        </postfix>\n    </mta>\n    <ftpd\n            description=\"FTP server\"\n            has_alternatives=\"1\"\n    >\n        <proftpd\n                class=\"Servers::ftpd::proftpd\"\n                default=\"1\"\n                description=\"ProFTPD\"\n        >\n            <package>proftpd-basic</package>\n            <package>proftpd-mod-mysql</package>\n            <package_conflict>vsftpd</package_conflict>\n        </proftpd>\n        <vsftpd\n                class=\"Servers::ftpd::vsftpd\"\n                description=\"VsFTPD\"\n        >\n            <package>libpam-mysql</package>\n            <package>vsftpd</package>\n            <package_conflict>proftpd-basic</package_conflict>\n        </vsftpd>\n    </ftpd>\n    <named\n            description=\"DNS server\"\n            has_alternatives=\"1\"\n    >\n        <bind\n                class=\"Servers::named::bind\"\n                default=\"1\"\n                description=\"Bind9\"\n        >\n            <package>bind9</package>\n        </bind>\n        <external_server\n                description=\"No local DNS server\"\n                class=\"Servers::noserver\"\n        >\n        </external_server>\n        <package>resolvconf</package>\n    </named>\n    <sql\n            description=\"SQL server\"\n            has_alternatives=\"1\"\n    >\n        <mysql_5.6\n                allow_upgrade_from=\"remote_server,mysql_5.5\"\n                class=\"Servers::sqld::mysql\"\n                description=\"MySQL 5.6\"\n                pinning_package=\"*\"\n                pinning_pin=\"origin repo.mysql.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"\n                    http://repo.mysql.com/apt/debian/ stretch mysql-5.6\n                \"\n                repository_key_id=\"5072E1F5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmariadbclient18</package>\n            <package>libmysqlclient18</package>\n            <package>mysql-community-client</package>\n            <package>mysql-community-server</package>\n        </mysql_5.6>\n        <mysql_5.7\n                allow_upgrade_from=\"remote_server,mysql_5.5,mysql_5.6\"\n                class=\"Servers::sqld::mysql\"\n                description=\"MySQL 5.7\"\n                pinning_package=\"*\"\n                pinning_pin=\"origin repo.mysql.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"\n                    http://repo.mysql.com/apt/debian/ stretch mysql-5.7\n                \"\n                repository_key_id=\"5072E1F5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmariadbclient18</package>\n            <package>libmysqlclient20</package>\n            <package>mysql-community-client</package>\n            <package>mysql-community-server</package>\n        </mysql_5.7>\n        <mariadb_10.1\n                allow_upgrade_from=\"\n                    remote_server,mariadb_5.3,mariadb_5.5,mariadb_10.0\n                \"\n                default=\"1\"\n                description=\"MariaDB 10.1\"\n                class=\"Servers::sqld::mariadb\"\n                pinning_package=\"\n                    libmariadbclient18 mariadb-client-10.1 mariadb-common\n                    mariadb-server-core-10.1 mysql-common\n                \"\n                pinning_pin=\"release o=Devuan\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmariadbclient18</package>\n            <package>mariadb-client-10.1</package>\n            <package>mariadb-common</package>\n            <package\n                    pre_install_tasks=\"/bin/mkdir -p /etc/mysql/mariadb.conf.d\"\n            >\n                mariadb-server-10.1\n            </package>\n        </mariadb_10.1>\n        <mariadb_10.2\n                allow_upgrade_from=\"\n                    remote_server,mariadb_5.3,mariadb_5.5,mariadb_10.0,mariadb_10.1\n                \"\n                class=\"Servers::sqld::mariadb\"\n                description=\"MariaDB 10.2\"\n                pinning_package=\"*\"\n                pinning_pin=\"release o=MariaDB\"\n                pinning_pin_priority=\"1001\"\n                repository=\"\n                    http://mirror.netcologne.de/mariadb/repo/10.2/debian\n                    stretch main\n                \"\n                repository_key_id=\"0xF1656F24C74CD1D8\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package\n                    pinning_package=\"libmariadbclient18\"\n                    pinning_pin=\"release o=Debian\"\n                    pinning_pin_priority=\"1002\"\n            >\n                libmariadbclient18\n            </package>\n            <package>mariadb-client-10.2</package>\n            <package>mariadb-common</package>\n            <package\n                    pre_install_tasks=\"\n                        /bin/mkdir -p /etc/mysql/mariadb.conf.d\n                    \"\n            >\n                mariadb-server-10.2\n            </package>\n        </mariadb_10.2>\n        <percona_5.7\n                allow_upgrade_from=\"remote_server,perconna_5.5,percona_5.6\"\n                class=\"Servers::sqld::percona\"\n                description=\"Percona 5.7\"\n                pinning_package=\"\n                    libperconaserverclient20 libperconaserverclient20-dev\n                    percona-server-client-5.7 percona-server-common-5.7\n                    percona-server-server-5.7\n                \"\n                pinning_pin=\"origin repo.percona.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"http://repo.percona.com/apt stretch main\"\n                repository_key_id=\"0x9334A25F8507EFA5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n                required_arch=\"amd64\"\n        >\n            <package>libmariadbclient18</package>\n            <package>libperconaserverclient20</package>\n            <package>percona-server-client-5.7</package>\n            <package>percona-server-common-5.7</package>\n            <package>percona-server-server-5.7</package>\n        </percona_5.7>\n        <remote_server\n                description=\"Remote SQL server\"\n                class=\"Servers::sqld::remote\"\n                pinning_package=\"\n                    libmariadbclient18 mariadb-client-10.1 mariadb-common\n                    mysql-common\n                \"\n                pinning_pin=\"release o=Debian\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmariadbclient18</package>\n            <package>mariadb-common</package>\n            <package>mariadb-client-10.1</package>\n        </remote_server>\n        <package>mysql-common</package>\n    </sql>\n    <requirements>\n        <package>apt-src</package>\n        <package>at</package>\n        <package>bash</package>\n        <package>bash-completion</package>\n        <package>bzip2</package>\n        <package>ca-certificates</package>\n        <package>coreutils</package>\n        <package>cron</package>\n        <package>curl</package>\n        <package>devscripts</package>\n        <package>dirmngr</package>\n        <package>dnsutils</package>\n        <package>dpkg-dev</package>\n        <package>findutils</package>\n        <package>gcc</package>\n        <package>git</package>\n        <package>gzip</package>\n        <package>iptables</package>\n        <package>iproute2</package>\n        <package>ispell</package>\n        <package>libc6-dev</package>\n        <package>libcrypt-blowfish-perl</package>\n        <package>libcrypt-cbc-perl</package>\n        <package>libcrypt-eksblowfish-perl</package>\n        <package>libcrypt-rijndael-perl</package>\n        <package>libdata-validate-ip-perl</package>\n        <package>libdate-simple-perl</package>\n        <package>libdatetime-perl</package>\n        <package>libdbd-mysql-perl</package>\n        <package>libdbi-perl</package>\n        <package>libdigest-md5-perl</package>\n        <package>libemail-valid-perl</package>\n        <package>libfile-chmod-perl</package>\n        <package>libfile-copy-recursive-perl</package>\n        <package>libfile-homedir-perl</package>\n        <package>libhash-merge-perl</package>\n        <package>libjson-perl</package>\n        <package>libmailtools-perl</package>\n        <package>libmime-tools-perl</package>\n        <package>libnet-dns-perl</package>\n        <package>libnet-libidn-perl</package>\n        <package>libsort-naturally-perl</package>\n        <package>libssl-dev</package>\n        <package>libtimedate-perl</package>\n        <package>libunix-mknod-perl</package>\n        <package>libwww-perl</package>\n        <package>libxml-parser-perl</package>\n        <package>libxml-simple-perl</package>\n        <package>locales-all</package>\n        <package>logrotate</package>\n        <package>lzma</package>\n        <package>make</package>\n        <package>mawk</package>\n        <package>ntp</package>\n        <package>openssl</package>\n        <package>patch</package>\n        <package>pbuilder</package>\n        <package>pbzip2</package>\n        <package>perl</package>\n        <package>pigz</package>\n        <package>ssh</package>\n        <package>sudo</package>\n        <package>tar</package>\n        <package>unzip</package>\n    </requirements>\n</packages>\n"
  },
  {
    "path": "autoinstaller/Packages/ubuntu-bionic.xml",
    "content": "<packages>\n    <frontend\n            description=\"Http server for the control panel\"\n            has_alternatives=\"1\"\n    >\n        <nginx\n                class=\"Package::FrontEnd\"\n                default=\"1\"\n                description=\"Nginx\"\n                repository_conflict=\"http://nginx.org/packages/ubuntu\"\n        >\n            <package>nginx-full</package>\n        </nginx>\n    </frontend>\n    <httpd\n            description=\"Httpd server implementation\"\n            has_alternatives=\"1\"\n    >\n        <apache_fcgid\n                class=\"Servers::httpd::apache_fcgid\"\n                description=\"\n                    Apache2 (MPM Event) with PHP through CGI/FastCGI SAPI\n                \"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set suexec\n                        /usr/lib/apache2/suexec-pristine\n                    \"\n            >\n                apache2-suexec-pristine\n            </package>\n            <package>libapache2-mod-fcgid</package>\n        </apache_fcgid>\n        <apache_itk\n                class=\"Servers::httpd::apache_itk\"\n                description=\"Apache2 (MPM ITK) with PHP through Apache2 SAPI\"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package>libapache2-mpm-itk</package>\n        </apache_itk>\n        <apache_php_fpm\n                class=\"Servers::httpd::apache_php_fpm\"\n                default=\"1\"\n                description=\"\n                    Apache2 (MPM Event) with PHP through FPM/FastCGI SAPI\n                \"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set suexec\n                        /usr/lib/apache2/suexec-pristine\n                    \"\n            >\n                apache2-suexec-pristine\n            </package>\n        </apache_php_fpm>\n    </httpd>\n    <php\n            description=\"PHP version for customers\"\n            has_alternatives=\"1\"\n            pinning_package=\"*\"\n            pinning_pin=\"release o=LP-PPA-ondrej-php\"\n            pinning_pin_priority=\"1001\"\n            repository=\"http://ppa.launchpad.net/ondrej/php/ubuntu bionic main\"\n            repository_conflict=\"http://packages.dotdeb.org\"\n            repository_key_id=\"0x4F4EA0AAE5267A6C\"\n            repository_key_srv=\"keyserver.ubuntu.com\"\n\n    >\n        <php5.6\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 5.6\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 5.6 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu\n                    \"\n            >\n                php5.6\n            </package>\n            <package>php5.6-cgi</package>\n            <package>php5.6-cli</package>\n            <package>php5.6-fpm</package>\n            <package>php5.6-common</package>\n            <package>php5.6-bcmath</package>\n            <package>php5.6-bz2</package>\n            <package>php5.6-curl</package>\n            <package>php5.6-gd</package>\n            <package>php5.6-gmp</package>\n            <package>php5.6-imap</package>\n            <package>php5.6-intl</package>\n            <package>php5.6-json</package>\n            <package>php5.6-mbstring</package>\n            <package>php5.6-mcrypt</package>\n            <package>php5.6-mysql</package>\n            <package>php5.6-opcache</package>\n            <package>php5.6-phar</package>\n            <package>php5.6-pspell</package>\n            <package>php5.6-xml</package>\n            <package>php5.6-zip</package>\n            <package>libapache2-mod-php5.6</package>\n        </php5.6>\n        <php7.0\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.0\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.0 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu apcu_bc\n                    \"\n            >\n                php7.0\n            </package>\n            <package>php7.0-cli</package>\n            <package>php7.0-cgi</package>\n            <package>php7.0-fpm</package>\n            <package>php7.0-common</package>\n            <package>php7.0-bcmath</package>\n            <package>php7.0-bz2</package>\n            <package>php7.0-curl</package>\n            <package>php7.0-gd</package>\n            <package>php7.0-gmp</package>\n            <package>php7.0-imap</package>\n            <package>php7.0-intl</package>\n            <package>php7.0-json</package>\n            <package>php7.0-mbstring</package>\n            <package>php7.0-mcrypt</package>\n            <package>php7.0-mysql</package>\n            <package>php7.0-opcache</package>\n            <package>php7.0-phar</package>\n            <package>php7.0-pspell</package>\n            <package>php7.0-xml</package>\n            <package>php7.0-zip</package>\n            <package>libapache2-mod-php7.0</package>\n        </php7.0>\n        <php7.1\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.1\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.1 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu apcu_bc\n                    \"\n            >\n                php7.1\n            </package>\n            <package>php7.1-cli</package>\n            <package>php7.1-cgi</package>\n            <package>php7.1-fpm</package>\n            <package>php7.1-common</package>\n            <package>php7.1-bcmath</package>\n            <package>php7.1-bz2</package>\n            <package>php7.1-curl</package>\n            <package>php7.1-gd</package>\n            <package>php7.1-gmp</package>\n            <package>php7.1-imap</package>\n            <package>php7.1-intl</package>\n            <package>php7.1-json</package>\n            <package>php7.1-mbstring</package>\n            <package>php7.1-mcrypt</package>\n            <package>php7.1-mysql</package>\n            <package>php7.1-opcache</package>\n            <package>php7.1-phar</package>\n            <package>php7.1-pspell</package>\n            <package>php7.1-xml</package>\n            <package>php7.1-zip</package>\n            <package>libapache2-mod-php7.1</package>\n        </php7.1>\n        <php7.2\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.2\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.2 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.2\n            </package>\n            <package>php7.2-cli</package>\n            <package>php7.2-cgi</package>\n            <package>php7.2-fpm</package>\n            <package>php7.2-common</package>\n            <package>php7.2-bcmath</package>\n            <package>php7.2-bz2</package>\n            <package>php7.2-curl</package>\n            <package>php7.2-gd</package>\n            <package>php7.2-gmp</package>\n            <package>php7.2-imap</package>\n            <package>php7.2-intl</package>\n            <package>php7.2-json</package>\n            <package>php7.2-mbstring</package>\n            <package>php7.2-mysql</package>\n            <package>php7.2-opcache</package>\n            <package>php7.2-phar</package>\n            <package>php7.2-pspell</package>\n            <package>php7.2-xml</package>\n            <package>php7.2-zip</package>\n            <package>libapache2-mod-php7.2</package>\n        </php7.2>\n        <php7.3\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                default=\"1\"\n                description=\"PHP 7.3\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.3 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.3\n            </package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set php /usr/bin/php7.3\n                    \"\n            >\n                php7.3-cli\n            </package>\n            <package>php7.3-cgi</package>\n            <package>php7.3-fpm</package>\n            <package>php7.3-common</package>\n            <package>php7.3-bcmath</package>\n            <package>php7.3-bz2</package>\n            <package>php7.3-curl</package>\n            <package>php7.3-gd</package>\n            <package>php7.3-gmp</package>\n            <package>php7.3-imap</package>\n            <package>php7.3-intl</package>\n            <package>php7.3-json</package>\n            <package>php7.3-mbstring</package>\n            <package>php7.3-mysql</package>\n            <package>php7.3-opcache</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives\n                        --set phar /usr/bin/phar7.3;\n                        /usr/bin/update-alternatives\n                        --set phar.phar /usr/bin/phar.phar7.3\n                    \"\n            >\n                php7.3-phar\n            </package>\n            <package>php7.3-pspell</package>\n            <package>php7.3-xml</package>\n            <package>php7.3-zip</package>\n            <package>libapache2-mod-php7.3</package>\n        </php7.3>\n        <php7.4\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.4\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.4 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.4\n            </package>\n            <package>php7.4-cli</package>\n            <package>php7.4-cgi</package>\n            <package>php7.4-fpm</package>\n            <package>php7.4-common</package>\n            <package>php7.4-bcmath</package>\n            <package>php7.4-bz2</package>\n            <package>php7.4-curl</package>\n            <package>php7.4-gd</package>\n            <package>php7.4-gmp</package>\n            <package>php7.4-imap</package>\n            <package>php7.4-intl</package>\n            <package>php7.4-json</package>\n            <package>php7.4-mbstring</package>\n            <package>php7.4-mysql</package>\n            <package>php7.4-opcache</package>\n            <package>php7.4-phar</package>\n            <package>php7.4-pspell</package>\n            <package>php7.4-xml</package>\n            <package>php7.4-zip</package>\n            <package>libapache2-mod-php7.4</package>\n        </php7.4>\n        <package>php-apcu</package>\n        <package>php-apcu-bc</package>\n        <package>php-pear</package>\n    </php>\n    <po\n            description=\"IMAP/POP servers\"\n            has_alternatives=\"1\"\n    >\n        <courier\n                class=\"Servers::po::courier\"\n                description=\"Courier\"\n        >\n            <package>courier-authlib-mysql</package>\n            <package>courier-imap</package>\n            <package>courier-imap-ssl</package>\n            <package>courier-pop</package>\n            <package>courier-pop-ssl</package>\n            <package>libgamin0</package>\n            <package>libsasl2-modules</package>\n            <package>maildrop</package>\n            <package_conflict>libsasl2-modules-sql</package_conflict>\n            <package_conflict>sasl2-bin</package_conflict>\n        </courier>\n        <dovecot\n                class=\"Servers::po::dovecot\"\n                default=\"1\"\n                description=\"Dovecot\"\n        >\n            <package>dovecot-imapd</package>\n            <package>dovecot-pop3d</package>\n            <package>dovecot-mysql</package>\n            <package>dovecot-managesieved</package>\n            <package>dovecot-sieve</package>\n        </dovecot>\n    </po>\n    <mta\n            description=\"SMTP server\"\n            has_alternatives=\"1\"\n    >\n        <postfix\n                class=\"Servers::mta::postfix\"\n                default=\"1\"\n                description=\"Postfix\"\n        >\n            <package>postfix</package>\n            <package_conflict>procmail</package_conflict>\n            <package_conflict>sendmail</package_conflict>\n            <package_conflict>sendmail-base</package_conflict>\n            <package_conflict>sendmail-bin</package_conflict>\n            <package_conflict>sendmail-cf</package_conflict>\n            <package_conflict>sendmail-doc</package_conflict>\n        </postfix>\n    </mta>\n    <ftpd\n            description=\"FTP server\"\n            has_alternatives=\"1\"\n    >\n        <proftpd\n                class=\"Servers::ftpd::proftpd\"\n                default=\"1\"\n                description=\"ProFTPD\"\n        >\n            <package>proftpd-basic</package>\n            <package>proftpd-mod-mysql</package>\n            <package_conflict>vsftpd</package_conflict>\n        </proftpd>\n        <vsftpd\n                class=\"Servers::ftpd::vsftpd\"\n                description=\"VsFTPD\"\n        >\n            <package\n                    rebuild_with_patches=\"libpam-mysql/patches/dpatch\"\n                    patch_sys_type=\"dpatch\"\n                    pkg_src_name=\"pam-mysql\"\n            >\n                libpam-mysql\n            </package>\n            <package>vsftpd</package>\n            <package_conflict>proftpd-basic</package_conflict>\n        </vsftpd>\n    </ftpd>\n    <named\n            description=\"DNS server\"\n            has_alternatives=\"1\"\n    >\n        <bind\n                class=\"Servers::named::bind\"\n                default=\"1\"\n                description=\"Bind9\"\n        >\n            <package>bind9</package>\n        </bind>\n        <external_server\n                description=\"No local DNS server\"\n                class=\"Servers::noserver\"\n        >\n        </external_server>\n        <package>resolvconf</package>\n    </named>\n    <sql\n            description=\"SQL server\"\n            has_alternatives=\"1\"\n    >\n        <mysql_5.7\n                allow_upgrade_from=\"remote_server,mysql_5.5,mysql_5.6\"\n                class=\"Servers::sqld::mysql\"\n                description=\"MySQL 5.7\"\n                default=\"1\"\n                pinning_package=\"\n                    libmysqlclient20 mysql-client-5.7 mysql-common\n                    mysql-server-5.7\n                \"\n                pinning_pin=\"release o=Ubuntu\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmysqlclient20</package>\n            <package>mysql-client-5.7</package>\n            <package>mysql-server-5.7</package>\n        </mysql_5.7>\n        <mariadb_10.1\n                allow_upgrade_from=\"\n                    remote_server,mariadb_5.3,mariadb_5.5,mariadb_10.0\n                \"\n                class=\"Servers::sqld::mariadb\"\n                description=\"MariaDB 10.1\"\n                pinning_package=\"\n                    libmysqlclient20 mariadb-client-10.1 mariadb-common\n                    mariadb-server-core-10.1 mysql-common\n                \"\n                pinning_pin=\"release o=Ubuntu\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmysqlclient20</package>\n            <package>mariadb-client-10.1</package>\n            <package>mariadb-common</package>\n            <package\n                    pre_install_tasks=\"/bin/mkdir -p /etc/mysql/mariadb.conf.d\"\n            >\n                mariadb-server-10.1\n            </package>\n        </mariadb_10.1>\n        <mariadb_10.2\n                allow_upgrade_from=\"\n                    remote_server,mariadb_5.3,mariadb_5.5,mariadb_10.0,mariadb_10.1\n                \"\n                class=\"Servers::sqld::mariadb\"\n                description=\"MariaDB 10.2\"\n                pinning_package=\"*\"\n                pinning_pin=\"release o=MariaDB\"\n                pinning_pin_priority=\"1001\"\n                repository=\"\n                    http://mirror.netcologne.de/mariadb/repo/10.2/ubuntu bionic\n                    main\n                \"\n                repository_key_id=\"0xF1656F24C74CD1D8\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmysqlclient20</package>\n            <package>mariadb-client-10.2</package>\n            <package>mariadb-common</package>\n            <package\n                    pre_install_tasks=\"/bin/mkdir -p /etc/mysql/mariadb.conf.d\"\n            >\n                mariadb-server-10.2\n            </package>\n        </mariadb_10.2>\n        <percona_5.5\n                allow_upgrade_from=\"remote_server\"\n                class=\"Servers::sqld::percona\"\n                description=\"Percona 5.5\"\n                pinning_package=\"\n                    libperconaserverclient18 libperconaserverclient18-dev\n                    percona-server-client-5.5 percona-server-common-5.5\n                    percona-server-server-5.5\n                \"\n                pinning_pin=\"origin repo.percona.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"http://repo.percona.com/apt bionic main\"\n                repository_key_id=\"0x9334A25F8507EFA5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmysqlclient20</package>\n            <package>libperconaserverclient18</package>\n            <package>percona-server-client-5.5</package>\n            <package>percona-server-common-5.5</package>\n            <package>percona-server-server-5.5</package>\n        </percona_5.5>\n        <percona_5.6\n                allow_upgrade_from=\"remote_server,percona_5.5\"\n                class=\"Servers::sqld::percona\"\n                description=\"Percona 5.6\"\n                pinning_package=\"\n                    libperconaserverclient18.1 libperconaserverclient18.1-dev\n                    percona-server-client-5.6 percona-server-common-5.6\n                    percona-server-server-5.6\n                \"\n                pinning_pin=\"origin repo.percona.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"http://repo.percona.com/apt bionic main\"\n                repository_key_id=\"0x9334A25F8507EFA5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmysqlclient20</package>\n            <package>libperconaserverclient18.1</package>\n            <package>percona-server-client-5.6</package>\n            <package>percona-server-common-5.6</package>\n            <package>percona-server-server-5.6</package>\n        </percona_5.6>\n        <percona_5.7\n                allow_upgrade_from=\"remote_server,percona_5.5,percona_5.6\"\n                class=\"Servers::sqld::percona\"\n                description=\"Percona 5.7 server\"\n                pinning_package=\"\n                    libperconaserverclient20 libperconaserverclient20-dev\n                    percona-server-client-5.7 percona-server-common-5.7\n                    percona-server-server-5.7\n                \"\n                pinning_pin=\"origin repo.percona.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"http://repo.percona.com/apt bionic main\"\n                repository_key_id=\"0x9334A25F8507EFA5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmysqlclient20</package>\n            <package>libperconaserverclient20</package>\n            <package>percona-server-client-5.7</package>\n            <package>percona-server-common-5.7</package>\n            <package>percona-server-server-5.7</package>\n        </percona_5.7>\n        <remote_server\n                description=\"Remote SQL server\"\n                class=\"Servers::sqld::remote\"\n                pinning_package=\"\n                    libmysqlclient20 mysql-client-5.7 mysql-common\n                \"\n                pinning_pin=\"release o=Ubuntu\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmysqlclient20</package>\n            <package>mysql-client-5.7</package>\n        </remote_server>\n        <package>mysql-common</package>\n    </sql>\n    <requirements>\n        <package>apt-src</package>\n        <package>at</package>\n        <package>bash</package>\n        <package>bash-completion</package>\n        <package>bzip2</package>\n        <package>ca-certificates</package>\n        <package>coreutils</package>\n        <package>cron</package>\n        <package>curl</package>\n        <package>devscripts</package>\n        <package>dirmngr</package>\n        <package>dnsutils</package>\n        <package>dpkg-dev</package>\n        <package>findutils</package>\n        <package>gcc</package>\n        <package>git</package>\n        <package>gzip</package>\n        <package>iptables</package>\n        <package>iproute2</package>\n        <package>ispell</package>\n        <package>libc6-dev</package>\n        <package>libcrypt-blowfish-perl</package>\n        <package>libcrypt-cbc-perl</package>\n        <package>libcrypt-eksblowfish-perl</package>\n        <package>libcrypt-rijndael-perl</package>\n        <package>libdata-validate-ip-perl</package>\n        <package>libdate-simple-perl</package>\n        <package>libdatetime-perl</package>\n        <package>libdbd-mysql-perl</package>\n        <package>libdbi-perl</package>\n        <package>libemail-valid-perl</package>\n        <package>libfile-chmod-perl</package>\n        <package>libfile-copy-recursive-perl</package>\n        <package>libfile-homedir-perl</package>\n        <package>libhash-merge-perl</package>\n        <package>libjson-perl</package>\n        <package>libmailtools-perl</package>\n        <package>libmime-tools-perl</package>\n        <package>libnet-dns-perl</package>\n        <package>libnet-libidn-perl</package>\n        <package>libsort-naturally-perl</package>\n        <package>libssl-dev</package>\n        <package>libtimedate-perl</package>\n        <package>libunix-mknod-perl</package>\n        <package>libwww-perl</package>\n        <package>libxml-parser-perl</package>\n        <package>libxml-simple-perl</package>\n        <package>locales-all</package>\n        <package>logrotate</package>\n        <package>lzma</package>\n        <package>make</package>\n        <package>mawk</package>\n        <package>ntp</package>\n        <package>openssl</package>\n        <package>patch</package>\n        <package>pbuilder</package>\n        <package>pbzip2</package>\n        <package>perl</package>\n        <package>pigz</package>\n        <package>ssh</package>\n        <package>sudo</package>\n        <package>tar</package>\n        <package>unzip</package>\n    </requirements>\n</packages>\n"
  },
  {
    "path": "autoinstaller/Packages/ubuntu-xenial.xml",
    "content": "<packages>\n    <frontend\n            description=\"Http server for the control panel\"\n            has_alternatives=\"1\"\n    >\n        <nginx\n                class=\"Package::FrontEnd\"\n                default=\"1\"\n                description=\"Nginx\"\n                repository_conflict=\"http://nginx.org/packages/ubuntu\"\n        >\n            <package>nginx-full</package>\n        </nginx>\n    </frontend>\n    <httpd\n            description=\"Httpd server implementation\"\n            has_alternatives=\"1\"\n    >\n        <apache_fcgid\n                class=\"Servers::httpd::apache_fcgid\"\n                description=\"\n                    Apache2 (MPM Event) with PHP through CGI/FastCGI SAPI\n                \"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set suexec\n                        /usr/lib/apache2/suexec-pristine\n                    \"\n            >\n                apache2-suexec-pristine\n            </package>\n            <package>libapache2-mod-fcgid</package>\n        </apache_fcgid>\n        <apache_itk\n                class=\"Servers::httpd::apache_itk\"\n                description=\"Apache2 (MPM ITK) with PHP through Apache2 SAPI\"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package>libapache2-mpm-itk</package>\n        </apache_itk>\n        <apache_php_fpm\n                class=\"Servers::httpd::apache_php_fpm\"\n                default=\"1\"\n                description=\"\n                    Apache2 (MPM Event) with PHP through FPM/FastCGI SAPI\n                \"\n        >\n            <package\n                    post_install_tasks=\"sh apache2_postinst.sh\"\n            >\n                apache2\n            </package>\n            <package>apache2-dev</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set suexec\n                        /usr/lib/apache2/suexec-pristine\n                    \"\n            >\n                apache2-suexec-pristine\n            </package>\n        </apache_php_fpm>\n    </httpd>\n    <php\n            description=\"PHP version for customers\"\n            has_alternatives=\"1\"\n            pinning_package=\"*\"\n            pinning_pin=\"release o=LP-PPA-ondrej-php\"\n            pinning_pin_priority=\"1001\"\n            repository=\"http://ppa.launchpad.net/ondrej/php/ubuntu xenial main\"\n            repository_conflict=\"http://packages.dotdeb.org\"\n            repository_key_id=\"0x4F4EA0AAE5267A6C\"\n            repository_key_srv=\"keyserver.ubuntu.com\"\n    >\n        <php5.6\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 5.6\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 5.6 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu\n                    \"\n            >\n                php5.6\n            </package>\n            <package>php5.6-cgi</package>\n            <package>php5.6-cli</package>\n            <package>php5.6-fpm</package>\n            <package>php5.6-common</package>\n            <package>php5.6-bcmath</package>\n            <package>php5.6-bz2</package>\n            <package>php5.6-curl</package>\n            <package>php5.6-gd</package>\n            <package>php5.6-gmp</package>\n            <package>php5.6-imap</package>\n            <package>php5.6-intl</package>\n            <package>php5.6-json</package>\n            <package>php5.6-mbstring</package>\n            <package>php5.6-mcrypt</package>\n            <package>php5.6-mysql</package>\n            <package>php5.6-opcache</package>\n            <package>php5.6-phar</package>\n            <package>php5.6-pspell</package>\n            <package>php5.6-xml</package>\n            <package>php5.6-zip</package>\n            <package>libapache2-mod-php5.6</package>\n        </php5.6>\n        <php7.0\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.0\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.0 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu apcu_bc\n                    \"\n            >\n                php7.0\n            </package>\n            <package>php7.0-cli</package>\n            <package>php7.0-cgi</package>\n            <package>php7.0-fpm</package>\n            <package>php7.0-common</package>\n            <package>php7.0-bcmath</package>\n            <package>php7.0-bz2</package>\n            <package>php7.0-curl</package>\n            <package>php7.0-gd</package>\n            <package>php7.0-gmp</package>\n            <package>php7.0-imap</package>\n            <package>php7.0-intl</package>\n            <package>php7.0-json</package>\n            <package>php7.0-mbstring</package>\n            <package>php7.0-mcrypt</package>\n            <package>php7.0-mysql</package>\n            <package>php7.0-opcache</package>\n            <package>php7.0-phar</package>\n            <package>php7.0-pspell</package>\n            <package>php7.0-xml</package>\n            <package>php7.0-zip</package>\n            <package>libapache2-mod-php7.0</package>\n        </php7.0>\n        <php7.1\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.1\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.1 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mcrypt mysqlnd mysqli\n                        pdo_mysql opcache pspell dom xml xmlreader xmlwriter\n                        zip apcu apcu_bc\n                    \"\n            >\n                php7.1\n            </package>\n            <package>php7.1-cli</package>\n            <package>php7.1-cgi</package>\n            <package>php7.1-fpm</package>\n            <package>php7.1-common</package>\n            <package>php7.1-bcmath</package>\n            <package>php7.1-bz2</package>\n            <package>php7.1-curl</package>\n            <package>php7.1-gd</package>\n            <package>php7.1-gmp</package>\n            <package>php7.1-imap</package>\n            <package>php7.1-intl</package>\n            <package>php7.1-json</package>\n            <package>php7.1-mbstring</package>\n            <package>php7.1-mcrypt</package>\n            <package>php7.1-mysql</package>\n            <package>php7.1-opcache</package>\n            <package>php7.1-phar</package>\n            <package>php7.1-pspell</package>\n            <package>php7.1-xml</package>\n            <package>php7.1-zip</package>\n            <package>libapache2-mod-php7.1</package>\n        </php7.1>\n        <php7.2\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.2\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.2 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.2\n            </package>\n            <package>php7.2-cli</package>\n            <package>php7.2-cgi</package>\n            <package>php7.2-fpm</package>\n            <package>php7.2-common</package>\n            <package>php7.2-bcmath</package>\n            <package>php7.2-bz2</package>\n            <package>php7.2-curl</package>\n            <package>php7.2-gd</package>\n            <package>php7.2-gmp</package>\n            <package>php7.2-imap</package>\n            <package>php7.2-intl</package>\n            <package>php7.2-json</package>\n            <package>php7.2-mbstring</package>\n            <package>php7.2-mysql</package>\n            <package>php7.2-opcache</package>\n            <package>php7.2-phar</package>\n            <package>php7.2-pspell</package>\n            <package>php7.2-xml</package>\n            <package>php7.2-zip</package>\n            <package>libapache2-mod-php7.2</package>\n        </php7.2>\n        <php7.3\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                default=\"1\"\n                description=\"PHP 7.3\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.3 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.3\n            </package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives --set php /usr/bin/php7.3\n                    \"\n            >\n                php7.3-cli\n            </package>\n            <package>php7.3-cgi</package>\n            <package>php7.3-fpm</package>\n            <package>php7.3-common</package>\n            <package>php7.3-bcmath</package>\n            <package>php7.3-bz2</package>\n            <package>php7.3-curl</package>\n            <package>php7.3-gd</package>\n            <package>php7.3-gmp</package>\n            <package>php7.3-imap</package>\n            <package>php7.3-intl</package>\n            <package>php7.3-json</package>\n            <package>php7.3-mbstring</package>\n            <package>php7.3-mysql</package>\n            <package>php7.3-opcache</package>\n            <package\n                    post_install_tasks=\"\n                        /usr/bin/update-alternatives\n                        --set phar /usr/bin/phar7.3;\n                        /usr/bin/update-alternatives\n                        --set phar.phar /usr/bin/phar.phar7.3\n                    \"\n            >\n                php7.3-phar\n            </package>\n            <package>php7.3-pspell</package>\n            <package>php7.3-xml</package>\n            <package>php7.3-zip</package>\n            <package>libapache2-mod-php7.3</package>\n        </php7.3>\n        <php7.4\n                always_installed=\"1\"\n                class=\"Servers::php\"\n                description=\"PHP 7.4\"\n        >\n            <package\n                    post_install_tasks=\"\n                        /usr/sbin/phpenmod -v 7.4 -s ALL ctype fileinfo ftp\n                        gettext iconv pdo phar posix sockets bcmath bz2 curl gd\n                        gmp imap intl json mbstring mysqlnd mysqli pdo_mysql\n                        opcache pspell dom xml xmlreader xmlwriter zip apcu\n                        apcu_bc\n                    \"\n            >\n                php7.4\n            </package>\n            <package>php7.4-cli</package>\n            <package>php7.4-cgi</package>\n            <package>php7.4-fpm</package>\n            <package>php7.4-common</package>\n            <package>php7.4-bcmath</package>\n            <package>php7.4-bz2</package>\n            <package>php7.4-curl</package>\n            <package>php7.4-gd</package>\n            <package>php7.4-gmp</package>\n            <package>php7.4-imap</package>\n            <package>php7.4-intl</package>\n            <package>php7.4-json</package>\n            <package>php7.4-mbstring</package>\n            <package>php7.4-mysql</package>\n            <package>php7.4-opcache</package>\n            <package>php7.4-phar</package>\n            <package>php7.4-pspell</package>\n            <package>php7.4-xml</package>\n            <package>php7.4-zip</package>\n            <package>libapache2-mod-php7.4</package>\n        </php7.4>\n        <package>php-apcu</package>\n        <package>php-apcu-bc</package>\n        <package>php-pear</package>\n    </php>\n    <po\n            description=\"IMAP/POP servers\"\n            has_alternatives=\"1\"\n    >\n        <courier\n                class=\"Servers::po::courier\"\n                description=\"Courier\"\n        >\n            <package>courier-authlib-mysql</package>\n            <package>courier-imap</package>\n            <package>courier-imap-ssl</package>\n            <package>courier-pop</package>\n            <package>courier-pop-ssl</package>\n            <package>libgamin0</package>\n            <package>libsasl2-modules</package>\n            <package>maildrop</package>\n            <package_conflict>libsasl2-modules-sql</package_conflict>\n            <package_conflict>sasl2-bin</package_conflict>\n        </courier>\n        <dovecot\n                class=\"Servers::po::dovecot\"\n                default=\"1\"\n                description=\"Dovecot\"\n        >\n            <package>dovecot-imapd</package>\n            <package>dovecot-pop3d</package>\n            <package>dovecot-mysql</package>\n            <package>dovecot-managesieved</package>\n            <package>dovecot-sieve</package>\n        </dovecot>\n    </po>\n    <mta\n            description=\"SMTP server\"\n            has_alternatives=\"1\"\n    >\n        <postfix\n                class=\"Servers::mta::postfix\"\n                default=\"1\"\n                description=\"Postfix\"\n        >\n            <package>postfix</package>\n            <package_conflict>procmail</package_conflict>\n            <package_conflict>sendmail</package_conflict>\n            <package_conflict>sendmail-base</package_conflict>\n            <package_conflict>sendmail-bin</package_conflict>\n            <package_conflict>sendmail-cf</package_conflict>\n            <package_conflict>sendmail-doc</package_conflict>\n        </postfix>\n    </mta>\n    <ftpd\n            description=\"FTP server\"\n            has_alternatives=\"1\"\n    >\n        <proftpd\n                class=\"Servers::ftpd::proftpd\"\n                default=\"1\"\n                description=\"ProFTPD\"\n        >\n            <package>proftpd-basic</package>\n            <package>proftpd-mod-mysql</package>\n            <package_conflict>vsftpd</package_conflict>\n        </proftpd>\n        <vsftpd\n                class=\"Servers::ftpd::vsftpd\"\n                description=\"VsFTPD\"\n        >\n            <package\n                    rebuild_with_patches=\"libpam-mysql/patches/dpatch\"\n                    patch_sys_type=\"dpatch\"\n                    pkg_src_name=\"pam-mysql\"\n            >\n                libpam-mysql\n            </package>\n            <package>vsftpd</package>\n            <package_conflict>proftpd-basic</package_conflict>\n        </vsftpd>\n    </ftpd>\n    <named\n            description=\"DNS server\"\n            has_alternatives=\"1\"\n    >\n        <bind\n                class=\"Servers::named::bind\"\n                default=\"1\"\n                description=\"Bind9\"\n        >\n            <package>resolvconf</package>\n            <package>bind9</package>\n        </bind>\n        <external_server\n                class=\"Servers::noserver\"\n                description=\"No local DNS server\"\n        >\n            <package>resolvconf</package>\n        </external_server>\n    </named>\n    <sql\n            description=\"SQL server\"\n            has_alternatives=\"1\"\n    >\n        <mysql_5.7\n                allow_upgrade_from=\"remote_server,mysql_5.5,mysql_5.6\"\n                class=\"Servers::sqld::mysql\"\n                default=\"1\"\n                description=\"MySQL 5.7\"\n                pinning_package=\"\n                    libmysqlclient20 mysql-client-5.7 mysql-common\n                    mysql-server-5.7\n                \"\n                pinning_pin=\"release o=Ubuntu\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmysqlclient20</package>\n            <package>mysql-client-5.7</package>\n            <package>mysql-server-5.7</package>\n        </mysql_5.7>\n        <mariadb_10.0\n                allow_upgrade_from=\"remote_server,mariadb_5.3,mariadb_5.5\"\n                description=\"MariaDB 10.0\"\n                class=\"Servers::sqld::mariadb\"\n                pinning_package=\"\n                    libmysqlclient20 mariadb-client-10.0 mariadb-common\n                    mariadb-server-10.0 mysql-common\n                \"\n                pinning_pin=\"release o=Ubuntu\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmysqlclient20</package>\n            <package>mariadb-client-10.0</package>\n            <package>mariadb-common</package>\n            <package\n                    pre_install_tasks=\"/bin/mkdir -p /etc/mysql/mariadb.conf.d\"\n            >\n                mariadb-server-10.0\n            </package>\n        </mariadb_10.0>\n        <mariadb_10.1\n                allow_upgrade_from=\"\n                    remote_server,mariadb_5.3,mariadb_5.5,mariadb_10.0\n                \"\n                class=\"Servers::sqld::mariadb\"\n                description=\"MariaDB 10.1\"\n                pinning_package=\"*\"\n                pinning_pin=\"release o=MariaDB\"\n                pinning_pin_priority=\"1001\"\n                repository=\"\n                    http://mirror.netcologne.de/mariadb/repo/10.1/ubuntu xenial\n                    main\n                \"\n                repository_key_id=\"0xF1656F24C74CD1D8\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmariadbclient18</package>\n            <package>libmysqlclient18</package>\n            <package>libmysqlclient20</package>\n            <package>mariadb-client-10.1</package>\n            <package>mariadb-common</package>\n            <package\n                    pre_install_tasks=\"/bin/mkdir -p /etc/mysql/mariadb.conf.d\"\n            >\n                mariadb-server-10.1\n            </package>\n        </mariadb_10.1>\n        <mariadb_10.2\n                allow_upgrade_from=\"\n                    remote_server,mariadb_5.3,mariadb_5.5,mariadb_10.0,mariadb_10.2\n                \"\n                class=\"Servers::sqld::mariadb\"\n                description=\"MariaDB 10.2\"\n                pinning_package=\"*\"\n                pinning_pin=\"release o=MariaDB\"\n                pinning_pin_priority=\"1001\"\n                repository=\"\n                    http://mirror.netcologne.de/mariadb/repo/10.2/ubuntu xenial\n                    main\n                \"\n                repository_key_id=\"0xF1656F24C74CD1D8\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmariadbclient18</package>\n            <package>libmysqlclient18</package>\n            <package>libmysqlclient20</package>\n            <package>mariadb-client-10.2</package>\n            <package>mariadb-common</package>\n            <package\n                    pre_install_tasks=\"/bin/mkdir -p /etc/mysql/mariadb.conf.d\"\n            >\n                mariadb-server-10.2\n            </package>\n        </mariadb_10.2>\n        <percona_5.5\n                allow_upgrade_from=\"remote_server\"\n                class=\"Servers::sqld::percona\"\n                description=\"Percona 5.5\"\n                pinning_package=\"\n                    libperconaserverclient18 libperconaserverclient18-dev\n                    percona-server-client-5.5 percona-server-common-5.5\n                    percona-server-server-5.5\n                \"\n                pinning_pin=\"origin repo.percona.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"http://repo.percona.com/apt xenial main\"\n                repository_key_id=\"0x9334A25F8507EFA5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmysqlclient20</package>\n            <package>libperconaserverclient18</package>\n            <package>percona-server-client-5.5</package>\n            <package>percona-server-common-5.5</package>\n            <package>percona-server-server-5.5</package>\n        </percona_5.5>\n        <percona_5.6\n                allow_upgrade_from=\"remote_server,percona_5.5\"\n                class=\"Servers::sqld::percona\"\n                description=\"Percona 5.6\"\n                pinning_package=\"\n                    libperconaserverclient18.1 libperconaserverclient18.1-dev\n                    percona-server-client-5.6 percona-server-common-5.6\n                    percona-server-server-5.6\n                \"\n                pinning_pin=\"origin repo.percona.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"http://repo.percona.com/apt xenial main\"\n                repository_key_id=\"0x9334A25F8507EFA5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmysqlclient20</package>\n            <package>libperconaserverclient18.1</package>\n            <package>percona-server-client-5.6</package>\n            <package>percona-server-common-5.6</package>\n            <package>percona-server-server-5.6</package>\n        </percona_5.6>\n        <percona_5.7\n                allow_upgrade_from=\"remote_server,percona_5.5,percona_5.6\"\n                class=\"Servers::sqld::percona\"\n                description=\"Percona 5.7\"\n                pinning_package=\"\n                    libperconaserverclient20 libperconaserverclient20-dev\n                    percona-server-client-5.7 percona-server-common-5.7\n                    percona-server-server-5.7\n                \"\n                pinning_pin=\"origin repo.percona.com\"\n                pinning_pin_priority=\"1001\"\n                repository=\"http://repo.percona.com/apt xenial main\"\n                repository_key_id=\"0x9334A25F8507EFA5\"\n                repository_key_srv=\"keyserver.ubuntu.com\"\n        >\n            <package>libmysqlclient20</package>\n            <package>libperconaserverclient20</package>\n            <package>percona-server-client-5.7</package>\n            <package>percona-server-common-5.7</package>\n            <package>percona-server-server-5.7</package>\n        </percona_5.7>\n        <remote_server\n                description=\"Remote SQL server\"\n                class=\"Servers::sqld::remote\"\n                pinning_package=\"\n                    libmysqlclient20 mysql-client-5.7 mysql-common\n                \"\n                pinning_pin=\"release o=Ubuntu\"\n                pinning_pin_priority=\"1001\"\n        >\n            <package>libmysqlclient20</package>\n            <package>mysql-client-5.7</package>\n        </remote_server>\n        <package>mysql-common</package>\n    </sql>\n    <requirements>\n        <package>apt-src</package>\n        <package>at</package>\n        <package>bash</package>\n        <package>bash-completion</package>\n        <package>bzip2</package>\n        <package>ca-certificates</package>\n        <package>coreutils</package>\n        <package>cron</package>\n        <package>curl</package>\n        <package>devscripts</package>\n        <package>dirmngr</package>\n        <package>dnsutils</package>\n        <package>dpkg-dev</package>\n        <package>findutils</package>\n        <package>gcc</package>\n        <package>git</package>\n        <package>gzip</package>\n        <package>iptables</package>\n        <package>iproute2</package>\n        <package>ispell</package>\n        <package>libc6-dev</package>\n        <package>libcrypt-blowfish-perl</package>\n        <package>libcrypt-cbc-perl</package>\n        <package>libcrypt-eksblowfish-perl</package>\n        <package>libcrypt-rijndael-perl</package>\n        <package>libdata-validate-ip-perl</package>\n        <package>libdate-simple-perl</package>\n        <package>libdatetime-perl</package>\n        <package>libdbd-mysql-perl</package>\n        <package>libdbi-perl</package>\n        <package>libemail-valid-perl</package>\n        <package>libfile-chmod-perl</package>\n        <package>libfile-copy-recursive-perl</package>\n        <package>libfile-homedir-perl</package>\n        <package>libhash-merge-perl</package>\n        <package>libjson-perl</package>\n        <package>libmailtools-perl</package>\n        <package>libmime-tools-perl</package>\n        <package>libnet-dns-perl</package>\n        <package>libnet-libidn-perl</package>\n        <package>libsort-naturally-perl</package>\n        <package>libssl-dev</package>\n        <package>libtimedate-perl</package>\n        <package>libunix-mknod-perl</package>\n        <package>libwww-perl</package>\n        <package>libxml-parser-perl</package>\n        <package>libxml-simple-perl</package>\n        <package>locales-all</package>\n        <package>logrotate</package>\n        <package>lzma</package>\n        <package>make</package>\n        <package>mawk</package>\n        <package>ntp</package>\n        <package>openssl</package>\n        <package>patch</package>\n        <package>pbuilder</package>\n        <package>pbzip2</package>\n        <package>perl</package>\n        <package>pigz</package>\n        <package>ssh</package>\n        <package>sudo</package>\n        <package>tar</package>\n        <package>unzip</package>\n    </requirements>\n</packages>\n"
  },
  {
    "path": "autoinstaller/postinstall/.gitkeep",
    "content": ""
  },
  {
    "path": "autoinstaller/postinstall/apache2_postinst.sh",
    "content": "#!/bin/sh\n# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n\nset -e\n\n# Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=55329\n# Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=55415\n# diff -Naur mod_proxy_fcgi.c imscp_mod_proxy_fcgi.c\n#\n# Howto remove divert:\n#  service apache2 stop\n#  rm /usr/lib/apache2/modules/mod_proxy_fcgi.so\n#  dpkg-divert --rename --remove /usr/lib/apache2/modules/mod_proxy_fcgi.so\n\nAPACHE_INSTALLED_VERSION=$(dpkg-query --show --showformat '${Version}' apache2)\n\nservice apache2 stop\n\n# Remove divert if any\nif [ -f /usr/lib/apache2/modules/mod_proxy_fcgi.so-DIST ] ; then\n    rm -f rm /usr/lib/apache2/modules/mod_proxy_fcgi.so\n    dpkg-divert --rename --remove /usr/lib/apache2/modules/mod_proxy_fcgi.so\nfi\n\n# Don't process if Apache2 version is ge 2.4.24\nif dpkg --compare-versions \"$APACHE_INSTALLED_VERSION\" ge \"2.4.24\" ; then\n    exit;\nfi\n\nrm -fR /tmp/imscp_apache2_src*\nSRC_DIR=$(mktemp -p /tmp -d imscp_apache2_src.XXXXXX)\n\n# Fix 'W: Download is performed unsandboxed as root as file...' warning with\n# newest APT versions\nif id \"_apt\" >/dev/null 2>&1; then\n    chown _apt ${SRC_DIR}\nfi\n\ncd ${SRC_DIR}\n\napt-src --quiet remove apache2\napt-src --quiet install apache2\n\nAPACHE_SOURCE_VERSION=$(apt-src version apache2)\n\n# We must check for version mismatch between installed apache2 package and\n# source package\nif dpkg --compare-versions \"$APACHE_SOURCE_VERSION\" ne \"$APACHE_INSTALLED_VERSION\" ; then\n    echo \"There is a version mismatch between installed apache2 package and\" 1>&2\n    echo \"apache2 source package. Please check your APT sources.list.\" 1>&2\n    echo \"\" 1>&2\n    echo \"Both deb and deb-src repositories must provide the same version.\" 1>&2\n    exit 1;\nfi\n\ncd apache2*/modules/proxy\n\n# Patch for https://bz.apache.org/bugzilla/show_bug.cgi?id=55415\npatch -p0 <<EOF\n--- mod_proxy_fcgi.c\t2016-10-09 01:05:17.000000000 +0200\n+++ imscp_mod_proxy_fcgi.c\t2016-10-09 01:20:38.711978843 +0200\n@@ -591,7 +593,8 @@\n                             }\n \n                             if (conf->error_override &&\n-                                ap_is_HTTP_ERROR(r->status)) {\n+                                ap_is_HTTP_ERROR(r->status) &&\n+                                ap_is_initial_req(r)) {\n                                 /*\n                                  * set script_error_status to discard\n                                  * everything after the headers\nEOF\n\nif dpkg --compare-versions \"$APACHE_INSTALLED_VERSION\" lt \"2.4.11\" ; then\n    # Patch for https://bz.apache.org/bugzilla/show_bug.cgi?id=55329\n    patch -p0 <<EOF\n--- mod_proxy_fcgi.c\t2017-06-13 10:24:54.008100497 +0200\n+++ imscp_mod_proxy_fcgi.c\t2017-06-13 10:44:36.222194904 +0200\n@@ -20,6 +20,10 @@\n \n module AP_MODULE_DECLARE_DATA proxy_fcgi_module;\n \n+typedef struct {\n+    int need_dirwalk;\n+} fcgi_req_config_t;\n+\n /*\n  * Canonicalise http-like URLs.\n  * scheme is the scheme for the URL\n@@ -29,8 +33,11 @@\n static int proxy_fcgi_canon(request_rec *r, char *url)\n {\n     char *host, sport[7];\n-    const char *err, *path;\n+    const char *err;\n+    char *path;\n     apr_port_t port, def_port;\n+    fcgi_req_config_t *rconf = NULL;\n+    const char *pathinfo_type = NULL;\n \n     if (strncasecmp(url, \"fcgi:\", 5) == 0) {\n         url += 5;\n@@ -76,11 +83,51 @@\n     ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01060)\n                   \"set r->filename to %s\", r->filename);\n \n-    if (apr_table_get(r->subprocess_env, \"proxy-fcgi-pathinfo\")) {\n-        r->path_info = apr_pstrcat(r->pool, \"/\", path, NULL);\n+    rconf = ap_get_module_config(r->request_config, &proxy_fcgi_module);\n+    if (rconf == NULL) {\n+        rconf = apr_pcalloc(r->pool, sizeof(fcgi_req_config_t));\n+        ap_set_module_config(r->request_config, &proxy_fcgi_module, rconf);\n+    }\n \n-        ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01061)\n-                      \"set r->path_info to %s\", r->path_info);\n+    if (NULL != (pathinfo_type = apr_table_get(r->subprocess_env, \"proxy-fcgi-pathinfo\"))) {\n+        /* It has to be on disk for this to work */\n+        if (!strcasecmp(pathinfo_type, \"full\")) {\n+            rconf->need_dirwalk = 1;\n+            ap_unescape_url_keep2f(path, 0);\n+        }\n+        else if (!strcasecmp(pathinfo_type, \"first-dot\")) {\n+            char *split = ap_strchr(path, '.');\n+            if (split) {\n+                char *slash = ap_strchr(split, '/');\n+                if (slash) {\n+                    r->path_info = apr_pstrdup(r->pool, slash);\n+                    ap_unescape_url_keep2f(r->path_info, 0);\n+                    *slash = '\\0'; /* truncate path */\n+                }\n+            }\n+        }\n+        else if (!strcasecmp(pathinfo_type, \"last-dot\")) {\n+            char *split = ap_strrchr(path, '.');\n+            if (split) {\n+                char *slash = ap_strchr(split, '/');\n+                if (slash) {\n+                    r->path_info = apr_pstrdup(r->pool, slash);\n+                    ap_unescape_url_keep2f(r->path_info, 0);\n+                    *slash = '\\0'; /* truncate path */\n+                }\n+            }\n+        }\n+        else {\n+            /* before proxy-fcgi-pathinfo had multi-values. This requires the\n+             * the FCGI server to fixup PATH_INFO because it's the entire path\n+             */\n+            r->path_info = apr_pstrcat(r->pool, \"/\", path, NULL);\n+            if (!strcasecmp(pathinfo_type, \"unescape\")) {\n+                ap_unescape_url_keep2f(r->path_info, 0);\n+            }\n+            ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01061)\n+                    \"set r->path_info to %s\", r->path_info);\n+        }\n     }\n \n     return OK;\n@@ -205,6 +252,14 @@\n     apr_size_t avail_len, len, required_len;\n     int next_elem, starting_elem;\n \n+    fcgi_req_config_t *rconf = ap_get_module_config(r->request_config, &proxy_fcgi_module);\n+\n+    if (rconf) {\n+       if (rconf->need_dirwalk) {\n+          ap_directory_walk(r);\n+       }\n+    }\n+\n     ap_add_common_vars(r);\n     ap_add_cgi_vars(r);\n \n\nEOF\nfi\n\napxs -c mod_proxy_fcgi.c\ndpkg-divert --divert /usr/lib/apache2/modules/mod_proxy_fcgi.so-DIST --rename /usr/lib/apache2/modules/mod_proxy_fcgi.so\napxs -i mod_proxy_fcgi.la\ncd /tmp\napt-src --quiet remove apache2\nrm -fR ${SRC_DIR}\n"
  },
  {
    "path": "autoinstaller/preinstall/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/apache/00_imscp.conf",
    "content": "Include \"{HTTPD_CUSTOM_SITES_DIR}/before/\"\n\n# SECTION custom BEGIN.\n# SECTION custom END.\n"
  },
  {
    "path": "configs/debian/apache/00_nameserver.conf",
    "content": "## Security\n\n# Hide server information\nServerSignature Off\nServerTokens Prod\n\n# Disable access to the entire file system except for the directories that\n# are explicitly allowed later.\n<Directory />\n    AllowOverride None\n    Require all denied\n</Directory>\n\n## Performances\n\n# Make sure that no lookups are made for client names\nHostnameLookups Off\n\n## Default charset\n\nAddDefaultCharset Off\n\n## Proxy\n\n<Proxy *>\n    Require all granted\n</Proxy>\n\nSSLProxyVerify none\n\n## SSL\n\n<IfModule mod_ssl.c>\n    SSLProtocol              all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1\n    SSLCipherSuite           ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA\n    SSLHonorCipherOrder      on\n    SSLCompression           off\n    SSLOptions               +StrictRequire\n    SSLInsecureRenegotiation off\n    SSLStrictSNIVHostCheck   On\n    SSLSessionCacheTimeout   7200\n</IfModule>\n\n## Error documents\n\nErrorDocument 401 /errors/401.html\nErrorDocument 403 /errors/403.html\nErrorDocument 404 /errors/404.html\nErrorDocument 500 /errors/500.html\nErrorDocument 503 /errors/503.html\n\n<Location \"/errors/\">\n    Require all granted\n    Satisfy any\n</Location>\n\n## Error logging\n\nLogLevel warn\nLogFormat \"%v %h %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\" %I %O\" vlogger\nCustomLog \"|/usr/local/sbin/vlogger -i -n -t access.log -d {VLOGGER_CONF} {HTTPD_LOG_DIR}\" vlogger\n\n# SECTION custom BEGIN.\n# SECTION custom END.\n"
  },
  {
    "path": "configs/debian/apache/apache.data.dist",
    "content": "HTTPD_VERSION =\nHTTPD_USER = www-data\nHTTPD_GROUP = www-data\nHTTPD_SNAME = apache2\nHTTPD_CONF_DIR = /etc/apache2\nHTTPD_MODS_AVAILABLE_DIR = /etc/apache2/mods-available\nHTTPD_MODS_ENABLED_DIR = /etc/apache2/mods-enabled\nHTTPD_SITES_AVAILABLE_DIR = /etc/apache2/sites-available\nHTTPD_SITES_ENABLED_DIR = /etc/apache2/sites-enabled\nHTTPD_CUSTOM_SITES_DIR = /etc/apache2/imscp\nHTTPD_ROOT_DIR = /var/www\nHTTPD_LOG_DIR = /var/log/apache2\n\nHTACCESS_USERS_FILENAME = .htpasswd\nHTACCESS_GROUPS_FILENAME = .htgroup\n\n# Whether or not bind mount logs in customer logs directory\n# Allowed value: yes|no\nMOUNT_CUSTOMER_LOGS = yes\n"
  },
  {
    "path": "configs/debian/apache/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders export=\"ROOT_APACHE_CONF\">${ROOT_CONF}/apache2</folders>\n    <folders>${ROOT_APACHE_CONF}/imscp</folders>\n    <folders>${ROOT_APACHE_CONF}/imscp/before</folders>\n    <folders>${SYSTEM_CONF}/apache</folders>\n    <copy_config>${SYSTEM_CONF}/apache/parts</copy_config>\n    <copy_config>${SYSTEM_CONF}/apache/00_imscp.conf</copy_config>\n    <copy_config>${SYSTEM_CONF}/apache/00_nameserver.conf</copy_config>\n    <copy_config>${SYSTEM_CONF}/apache/apache.data.dist</copy_config>\n    <copy_config>${SYSTEM_CONF}/apache/logrotate.conf</copy_config>\n    <copy_config mode=\"0750\">/usr/local/sbin/vlogger</copy_config>\n    <copy_config>${SYSTEM_CONF}/apache/vlogger.conf.tpl</copy_config>\n    <copy_config>${SYSTEM_CONF}/apache/vlogger.sql</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/apache/logrotate.conf",
    "content": "# LOGROTATE(8) configuration file for APACHE2(8) - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n{HTTPD_LOG_DIR}/*.log {HTTPD_LOG_DIR}/*/*.log {\n  daily\n  missingok\n  rotate 365\n  compress\n  delaycompress\n  notifempty\n  create 644 {ROOT_USER} {ADM_GROUP}\n  sharedscripts\n  postrotate\n    invoke-rc.d apache2 reload > /dev/null\n  endscript\n}\n"
  },
  {
    "path": "configs/debian/apache/parts/custom.conf.tpl",
    "content": "# Custom Apache configuration for {DOMAIN_NAME}\n#\n# Any changes made to this file will be preserved on update.\n# i-MSCP doesn't checks the contents of this file.\n#\n# This file should NOT be deleted.\n"
  },
  {
    "path": "configs/debian/apache/parts/domain.tpl",
    "content": "<VirtualHost {DOMAIN_IPS}>\n    ServerAdmin webmaster@{DOMAIN_NAME}\n    ServerName {DOMAIN_NAME}\n    ServerAlias {SERVER_ALIASES}\n\n    DocumentRoot \"{DOCUMENT_ROOT}\"\n\n    # Reset list of resources to look for when the client requests a directory\n    DirectoryIndex disabled\n    \n    LogLevel error\n    ErrorLog \"{HTTPD_LOG_DIR}/{DOMAIN_NAME}/error.log\"\n\n    Alias \"/errors/\" \"{HOME_DIR}/errors/\"\n\n    # SECTION ssl BEGIN.\n    SSLEngine On\n    SSLCertificateFile      \"{CERTIFICATE}\"\n\n    Header always set Strict-Transport-Security \"max-age={HSTS_MAX_AGE}{HSTS_INCLUDE_SUBDOMAINS}\"\n    # SECTION ssl END.\n\n    # SECTION dmn BEGIN.\n    # SECTION itk BEGIN.\n    AssignUserID {USER} {GROUP}\n    # SECTION itk END.\n\n    # SECTION suexec BEGIN.\n    SuexecUserGroup {USER} {GROUP}\n    # SECTION suexec END.\n\n    # SECTION php_on BEGIN.\n    # SECTION php_fpm BEGIN.\n    <Proxy \"{PROXY_FCGI_PATH}{PROXY_FCGI_URL}\" retry=0>\n        ProxySet connectiontimeout=5 timeout=7200\n    </Proxy>\n    # SECTION php_fpm END.\n    # SECTION php_on END.\n\n    <Directory \"{DOCUMENT_ROOT}\">\n        Options FollowSymLinks\n        # SECTION php_on BEGIN.\n        DirectoryIndex index.php\n        AllowOverride All\n        # SECTION fcgid BEGIN.\n        Options +ExecCGI\n        FCGIWrapper \"{PHP_FCGI_STARTER_DIR}/{FCGID_NAME}/php-fcgi-starter\"\n        # SECTION fcgid END.\n        # SECTION itk BEGIN.\n        php_admin_value open_basedir \"{HOME_DIR}/:{PEAR_DIR}/:dev/random:/dev/urandom\"\n        php_admin_value upload_tmp_dir \"{TMPDIR}\"\n        php_admin_value session.save_path \"{TMPDIR}\"\n        php_admin_value soap.wsdl_cache_dir \"{TMPDIR}\"\n        php_admin_value sendmail_path \"/usr/sbin/sendmail -t -i -f webmaster@{EMAIL_DOMAIN}\"\n        php_admin_value max_execution_time {MAX_EXECUTION_TIME}\n        php_admin_value max_input_time {MAX_INPUT_TIME}\n        php_admin_value memory_limit \"{MEMORY_LIMIT}M\"\n        php_flag display_errors {DISPLAY_ERRORS}\n        php_admin_value post_max_size \"{POST_MAX_SIZE}M\"\n        php_admin_value upload_max_filesize \"{UPLOAD_MAX_FILESIZE}M\"\n        php_admin_flag allow_url_fopen {ALLOW_URL_FOPEN}\n        # SECTION itk END.\n        # SECTION php_fpm BEGIN.\n        <If \"%{REQUEST_FILENAME} =~ /\\.ph(?:p[3457]?|t|tml)$/ && -f %{REQUEST_FILENAME}\">\n            SetEnvIfNoCase ^Authorization$ \"(.+)\" HTTP_AUTHORIZATION=$1\n            SetHandler proxy:{PROXY_FCGI_URL}\n        </If>\n        # SECTION php_fpm END.\n        # SECTION php_on END.\n        # SECTION php_off BEGIN.\n        AllowOverride AuthConfig Indexes Limit Options=Indexes,MultiViews \\\n            Fileinfo=RewriteEngine,RewriteOptions,RewriteBase,RewriteCond,RewriteRule Nonfatal=Override\n        # SECTION php_off END.\n        DirectoryIndex index.html index.xhtml index.htm\n        Require all granted\n    </Directory>\n\n    # SECTION cgi BEGIN.\n    Alias \"/cgi-bin/\" \"{WEB_DIR}/cgi-bin/\"\n    <Directory \"{WEB_DIR}/cgi-bin\">\n        AllowOverride AuthConfig Indexes Limit Options=Indexes,MultiViews \\\n            Fileinfo=RewriteEngine,RewriteOptions,RewriteBase,RewriteCond,RewriteRule Nonfatal=Override\n        DirectoryIndex index.cgi index.pl index.py index.rb\n        Options FollowSymLinks ExecCGI\n        AddHandler cgi-script .cgi .pl .py .rb\n        Require all granted\n    </Directory>\n    # SECTION cgi END.\n\n    # SECTION php_off BEGIN.\n    # SECTION itk BEGIN.\n    php_admin_flag engine off\n    # SECTION itk END.\n    # SECTION fcgid BEGIN.\n    RemoveHandler .php .php3 .php4 .php5 .php7 .pht .phtml\n    # SECTION fcgid END.\n    # SECTION php_fpm BEGIN.\n    RemoveHandler .php .php3 .php4 .php5 .php7 .pht .phtml\n    # SECTION php_fpm END.\n    # SECTION php_off END.\n    # SECTION dmn END.\n\n    # SECTION fwd BEGIN.\n    <Directory \"{DOCUMENT_ROOT}\">\n        Options FollowSymLinks\n        AllowOverride AuthConfig Indexes Limit Options=Indexes,MultiViews \\\n            Fileinfo=RewriteEngine,RewriteOptions,RewriteBase,RewriteCond,RewriteRule Nonfatal=Override\n        Require all granted\n    </Directory>\n\n    # SECTION std_fwd BEGIN.\n    RedirectMatch {FORWARD_TYPE} \"^/((?!(?:errors|\\.well-known)/acme-challenge/).*)\" \"{FORWARD}$1\"\n    # SECTION std_fwd END.\n    # SECTION proxy_fwd BEGIN.\n    # SECTION ssl_proxy BEGIN.\n    SSLProxyEngine on\n    # SECTION ssl_proxy END.\n    RequestHeader set X-Forwarded-Proto \"{X_FORWARDED_PROTOCOL}\"\n    RequestHeader set X-Forwarded-Port {X_FORWARDED_PORT}\n    ProxyPreserveHost {FORWARD_PRESERVE_HOST}\n    ProxyPassMatch \"^/((?!(?:errors|\\.well-known)/acme-challenge/).*)\" \"{FORWARD}$1\" retry=30 timeout=7200\n    ProxyPassReverse \"/\" \"{FORWARD}\"\n    # SECTION proxy_fwd END.\n    # SECTION fwd END.\n\n    # SECTION addons BEGIN.\n    # SECTION addons END.\n\n    Include \"{HTTPD_CUSTOM_SITES_DIR}/{DOMAIN_NAME}.conf\"\n</VirtualHost>\n"
  },
  {
    "path": "configs/debian/apache/parts/domain_disabled.tpl",
    "content": "<VirtualHost {DOMAIN_IPS}>\n    ServerAdmin webmaster@{DOMAIN_NAME}\n    ServerName {DOMAIN_NAME}\n    ServerAlias {SERVER_ALIASES}\n\n    LogLevel error\n    ErrorLog \"{HTTPD_LOG_DIR}/{DOMAIN_NAME}/error.log\"\n\n    # SECTION dmn BEGIN.\n    DocumentRoot \"{USER_WEB_DIR}/domain_disabled_pages\"\n\n    # SECTION ssl BEGIN.\n    SSLEngine On\n    SSLCertificateFile      \"{CERTIFICATE}\"\n    SSLCertificateChainFile \"{CERTIFICATE}\"\n\n    Header always set Strict-Transport-Security \"max-age={HSTS_MAX_AGE}{HSTS_INCLUDE_SUBDOMAINS}\"\n    # SECTION ssl END.\n\n    DirectoryIndex index.html\n\n    <Directory \"{USER_WEB_DIR}/domain_disabled_pages\">\n        AllowOverride None\n        Options FollowSymLinks \n        Require all granted\n    </Directory>\n\n    RedirectMatch 303 \"^/(?!(?:images/.+|index\\.html|$))\" \"{HTTP_URI_SCHEME}www.{DOMAIN_NAME}/\"\n    # SECTION dmn END.\n\n    # SECTION fwd BEGIN.\n    RedirectMatch {FORWARD_TYPE} \"^/((?!\\.well-known/).*)\" \"{FORWARD}$1\"\n    # SECTION fwd END.\n</VirtualHost>\n"
  },
  {
    "path": "configs/debian/apache/vlogger",
    "content": "#!/usr/bin/perl -T\n#\n# vlogger - smarter logging for apache\n# Laurent Declercq <l.declercq@nuxwin.com>\n# steve j. kondik  <shade@chemlab.org>\n#\n# This script will take piped logs in STDIN, break off the first component\n# and log the line into the proper directory under $LOGDIR. it will roll the\n# logs over at midnight on-the-fly and maintain a symlink to the most recent log.\n#\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Library General Public\n# License as published by the Free Software Foundation; either\n# version 2 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Library General Public License for more details.\n#\n# CHANGELOG:\n# 0.1    initial release\n# 0.2    cleanups, added -e option for errorlogs, added strict stuff\n# 0.3    cleanups, bugfixes, docs, added -r size rotation option\n# 0.4    added dbi usage tracking option, code cleanups from cz@digitalfreaks.org\n# 1.0    small bugfixes, first production release\n# 1.1    bugfix release\n# 1.2    support for mod_logio\n# 1.3    various contributed bugfixes\n# 1.4    version by i-MSCP Team\n# 1.5    version by i-MSCP Team (bugfix release)\n# 1.6    version by i-MSCP Team (bugfix release - See #IP-1247 )\n# 1.7    version by i-MSCP Team (bugfix release)\n# 1.8    version by i-MSCP Team (maintenance release)\n# 1.9    Version by i-MSCP Team (bugfix release):\n#         - SQL statement must be prepared once per dump process\n#         - Avoid useless SELECT query\n# 1.10   Version by i-MSCP Team (bugfix release):\n#         - Possible out of memory problems (Closes: #IP-1638)\n#         - Possible `Unknown MySQL server host' on reconnect (Closes: #IP-1638)\n#         - Usage of cached MySQL connection (Performance improvement)\n#         - Usage of cached prepared statement (Performance improvement)\n#         - CS fixes\n# 1.11 Version by i-MSCP Team (bugfix release):\n#         - vlogger process not terminated (unpredictable context), leading to high CPU load\n$ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin';\n\nmy $VERSION = '1.11';\n\n=head1 NAME\n\nvlogger - flexible log rotation and usage tracking in perl\n\n=head1 SYNOPSIS\n\nvlogger [OPTION]... [LOGDIR]\n\n=head1 DESCRIPTION\n\nVlogger is designed to make webserver log rotation simple and easy to manage.\nIt deals with VirtualHost logs automatically, so only one directive is required\nto manage all hosts on a webserver. Vlogger takes piped output from Apache or\nanother webserver, splits off the first field, and writes the logs to logfiles\nin subdirectories. It uses a filehandle cache to avoid resource limitations.\nIt will start a new logfile at the beginning of a new day, and optionally start\nnew files when a certain filesize is reached. It can maintain a symlink to\nthe most recent log for easy access. Optionally, host parsing can be disabled\nfor use in ErrorLog directives.\n\nTo use vlogger, you need to add a \"%v\" to the first part of your LogFormat:\n\nLogFormat \"%v %h %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\"\" combined\n\nThen call it from a customlog:\n\nCustomLog \"| /usr/local/sbin/vlogger -s access.log -u www-logs -g www-logs /var/log/apache\" combined\n\n=head1 OPTIONS\n\nOptions are given in short format on the command line.\n\n-a\n    Do not autoflush files. This may improve performance but may break logfile\nanalyzers that depend on full entries in the logs.\n\n-e\n    ErrorLog mode. In this mode, the host parsing is disabled, and the file is\nwritten out using the template under the specified LOGDIR.\n\n-n\n    Disables rotation. This option disables rotation altogether.\n\n-f MAXFILES\n    Maximum number of filehandles to keep open. Defaults to 70. Setting this\nvalue too high may result in the system running out of file descriptors.\nSetting it too low may affect performance.\n\n-u UID\n    Change user to UID when running as root.\n\n-g GID\n    Change group to GID when running as root.\n\n-t TEMPLATE\n    Filename template using Date::Format codes. Default is \"%m%d%Y-access.log\",\nor \"%m%d%Y-error.log\".  When using the -r option, the default becomes\n\"%m%d%Y-%T-access.log\" or \"%m%d%Y-%T-error.log\".\n\n-s SYMLINK\n    Specifies the name of a symlink to the current file.\n\n-r SIZE\n    Rotate files when they reach SIZE. SIZE is given in bytes.\n\n-d CONFIG\n    Use the DBI usage tracker.\n\n-i\n    Extract mod_logio instead of filesize. For this to work, you must add the\nmod_logio variables at the end in your LogFormat:\n\n    LogFormat \"%v %h %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\" %I %O\" combined\n\n-h\n    Displays help.\n\n-v\n    Prints version information.\n\n=head1 DBI USAGE TRACKER\n\n    vlogger can automatically keep track of per-virtualhost usage statistics in a\nMySQL database. DBI and the relevant DBD::mysql needs to be installed for this to work.\nCreate a table in your database to hold the data. A \"vlogger.sql\" script is provided for\nusing this feature with MySQL. Configure the dsn, user, pass and dump values in the\nvlogger-dbi.conf file. The \"dump\" parameter controls how often vlogger will dump its stats\ninto the database (the default is 60 seconds). Copy this file to somewhere convienient on\nyour filesystem ( like /etc/apache/vlogger-dbi.conf ) and start vlogger with\n\"-d /etc/apache/vlogger-dbi.conf\". You might want to use this feature to easily bill\ncustomers on a daily/weekly/monthly basis for bandwidth usage.\n\nThis feature is safe. This mean that even if the MySQL connection fails for any reason,\nvlogger will continue to do its main job.\n\n=head1 AUTHORS\n\n Laurent Declercq <l.declercq@nuxwin.com>\n Steve J. Kondik <shade@chemlab.org>\n\n WWW: http://www.i-mscp.net\n WWW: http://n0rp.chemlab.org/vlogger\n\n=cut\n\nuse strict;\nno strict 'refs';\nuse warnings;\nuse sigtrap qw/ handler shutdown HUP USR1 TERM INT PIPE /;\nuse Date::Format;\nuse Getopt::Std;\nuse IO::Handle;\n\n# get command line options\nour %OPTS;\ngetopts('f:t:s:h?u:g:aeivr:d:n', \\%OPTS);\n\n# print out version\nif ($OPTS{'v'}) {\n    print <<\"EOF\";\n\nvlogger $VERSION (apache logfile parser)\nWritten by Steve J. Kondik <shade\\@chemlab.org>\nRe-written by Laurent Declercq <l.declercq\\@nuxwin.com> for i-MSCP project.\n\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\nEOF\n    exit;\n}\n\n# print help\nif ($OPTS{'h'} || $OPTS{'?'} || !$ARGV[0]) {\n    usage();\n    exit;\n}\n\n# log directory\nmy $LOGDIR;\nif ($ARGV[0]) {\n    unless (-d $ARGV[0]) {\n        logs('fatal', sprintf('target directory does not exists', $ARGV[0]));\n        exit 1;\n    }\n\n    $LOGDIR = $ARGV[0];\n}\n$LOGDIR =~ /(.*)/;\n$LOGDIR = $1;\n\n# change uid/gid if requested (and running as root)\nif ($> == 0) {\n    if ($OPTS{'g'}) {\n        my $guid = getgrnam($OPTS{'g'});\n\n        unless (defined $guid && $guid != 0) {\n            logs('fatal', 'cannot run as root or nonexistant group');\n            exit 1;\n        }\n\n        $) = $guid;\n        $( = $guid;\n\n        if ($) != $guid and $) != ($guid - 2**32)) {\n            logs('fatal', sprintf(\"couldn't setgid to gid %s\", $guid));\n            exit 1;\n        }\n    }\n\n    if ($OPTS{'u'}) {\n        my $uuid = getpwnam($OPTS{'u'});\n\n        unless (defined $uuid && $uuid != 0) {\n            logs('fatal', \"couldn't run as root or nonexistant user\");\n            exit 1;\n        }\n\n        $> = $uuid;\n        $< = $uuid;\n\n        if ($> != $uuid and $> != ($uuid - 2**32)) {\n            logs('fatal', sprintf(\"couldn't setuid to uid %s\", $uuid));\n            exit 1;\n        }\n    }\n}\n\n# set up DBI stuffs\nmy $DBI_DSN;\nmy $DBI_USER;\nmy $DBI_PASS;\nmy $DBI_DUMP = 60;\nif ($OPTS{'d'}) {\n    if ($OPTS{'e'}) {\n        logs('fatal', '-d option not valid with -e option');\n        exit 1;\n    }\n\n    eval 'use DBI';\n    unless ($@) {\n        if(-f $OPTS{'d'}) {\n            if(open CONF, '<', $OPTS{'d'}) {\n                while (<CONF>) {\n                    next if /^(#|$)/; # Ignore comment and empty lines\n                    chomp;\n\n                    my @conf = split;\n                    next if scalar @conf < 2;\n\n                    if ($conf[0] eq 'dsn') {\n                        $DBI_DSN = $conf[1];\n                    } elsif ($conf[0] eq 'user') {\n                        $DBI_USER = $conf[1];\n                    } elsif ($conf[0] eq 'pass') {\n                        $DBI_PASS = $conf[1];\n                    } elsif ($conf[0] eq 'dump' && $conf[1] =~ /^\\d+$/) {\n                        $DBI_DUMP = $conf[1];\n                    }\n                }\n\n                close CONF;\n\n                unless ($DBI_DSN && $DBI_USER && $DBI_PASS) {\n                    logs('alert', 'all values for DBI usage tracker configuration are not properly defined');\n                    delete $OPTS{'d'};\n                } else {\n                    # test DB connection\n                    my $dbh = eval { DBI->connect($DBI_DSN, $DBI_USER, $DBI_PASS, { PrintError => 0, RaiseError => 1 }); };\n                    unless($@) {\n                        # SIGALRM dumps the tracker hash\n                        $SIG{ALRM} = \\&dumpTracker;\n                        alarm $DBI_DUMP;\n                        logs('notice', sprintf('DBI usage tracker dump interval set to %d seconds', $DBI_DUMP));\n                        $dbh->disconnect()\n                    } else {\n                        logs('alert', sprintf(\"couldn't connect to SQL server: %s\", $@));\n                        delete $OPTS{'d'};\n                    }\n\n                    undef $dbh;\n                }\n            } else {\n                logs('alert', sprintf(\"couldn't open %s file: %s\", $OPTS{'d'}, $!));\n                delete $OPTS{'d'};\n            }\n        } else {\n            logs('alert', sprintf('file %s not found', $OPTS{'d'}));\n            delete $OPTS{'d'};\n        }\n    } else {\n        logs('alert', sprintf(\"couldn't load DBI module: %s\", $@));\n        delete $OPTS{'d'};\n    }\n\n    logs('notice', 'DBI usage tracker feature turned off') unless $OPTS{'d'};\n}\n\n# max files to keep open\nmy $MAXFILES;\nif ($OPTS{'f'}) {\n    $MAXFILES = $OPTS{'f'};\n} else {\n    $MAXFILES = '100';\n}\n\n# filesize rotation\nmy $MAXSIZE;\nif ($OPTS{'r'}) {\n    $MAXSIZE = $OPTS{'r'};\n}\n\n# filename template\nmy $TEMPLATE;\nif ($OPTS{'t'}) {\n    $TEMPLATE = $OPTS{'t'};\n    $TEMPLATE =~ /(.*)/;\n    $TEMPLATE = $1;\n} elsif ($OPTS{'e'}) {\n    if ($OPTS{'r'}) {\n        $TEMPLATE = '%m%d%Y-%T-error.log';\n    } else {\n        $TEMPLATE = '%m%d%Y-error.log';\n    }\n} else {\n    if ($OPTS{'r'}) {\n        $TEMPLATE = '%m%d%Y-%T-access.log';\n    } else {\n        $TEMPLATE = '%m%d%Y-access.log';\n    }\n}\n\n# symlink\nif ($OPTS{'s'}) {\n    $OPTS{'s'} =~ /(.*)/;\n    $OPTS{'s'} = $1;\n}\n\nchdir($LOGDIR);\n\n# Temporarely disabled. Once chroot() has been called, SQL server hostname\n# cannot longer be resolved, leading to `Unknown MySQL server host' error.\n# FIXME: Retrieve SQL server hostname and resolve it before the chroot() call,\n# then use the resulting IP for connection.\n#chroot('.');\n\nmy %logs = ();\nmy %tracker = ();\nmy $dumpMaxAttempts = 0;\n\n# pick a mode\nif ($OPTS{'e'}) {\n    my $initLogTime = time();\n    $0 = 'vlogger (error log)';\n\n    if(open ELOG, '>>' . time2str($TEMPLATE, $initLogTime)) {\n        ELOG->autoflush(1) unless $OPTS{'a'};\n\n        if ($OPTS{'s'}) {\n            unlink($OPTS{'s'}) if -l $OPTS{'s'};\n            symlink(time2str($TEMPLATE, $initLogTime), $OPTS{'s'});\n        }\n\n        my $LASTWRITE = $initLogTime;\n\n        logs('notice', 'started ErrorLog Handler -- resuming normal operations');\n\n        while (my $logLine = <STDIN>) {\n            my $logTime = time();\n\n            unless ($OPTS{'n'}) {\n                if (time2str( '%Y%m%d', $logTime) > time2str('%Y%m%d', $LASTWRITE)) {\n                    # open a new file\n                    close ELOG;\n                    next unless openErrorLog($logTime);\n                } elsif ($OPTS{'r'}) {\n                    # check the size\n                    my @filesize = ELOG->stat;\n                    print $filesize[7] . \"\\n\";\n\n                    if ($filesize[7] > $MAXSIZE) {\n                        close ELOG;\n                        next unless openErrorLog($logTime);\n                    }\n                }\n\n                $LASTWRITE = $logTime;\n            }\n\n            # we dont need to do any other parsing at all, so write the line.\n            print ELOG $logLine;\n        }\n    } else {\n        logs('alert', sprintf(\"couldn't open %s/%s file\", $LOGDIR, time2str($TEMPLATE, $initLogTime)));\n    }\n} else {\n    $0 = 'vlogger (access log)';\n    logs('notice', 'started CustomLog Handler -- resuming normal operations');\n\n    while (<STDIN>) {\n        my @logLine = split /\\s/;\n        my $vhost = shift @logLine;\n        $vhost = lc($vhost) || 'default';\n        $vhost = 'default' if $vhost =~ m%[/\\\\]%;\n        $vhost =~ /(.*)/o;\n        $vhost = $1;\n\n        my $reqSize = $OPTS{'i'} ? pop(@logLine) + pop(@logLine) : $logLine[9];\n\n        if (!$OPTS{'n'} && $logs{$vhost}) {\n            my $logTime = time();\n            # if we're writing to a log, and it rolls to a new day, close all files.\n            if (time2str('%Y%m%d', $logTime) > time2str('%Y%m%d', $logs{$vhost})) {\n                close $_ for keys %logs;\n                %logs = ();\n            } elsif ($OPTS{'r'}) {\n                if (($vhost->stat)[7] > $MAXSIZE) {\n                    close $vhost;\n                    delete $logs{$vhost};\n                }\n            }\n        }\n\n        # open a new log if needed\n        unless ($logs{$vhost}) {\n            my $logTime = time();\n            # check how many files we have open, close the oldest one\n            if (keys(%logs) > $MAXFILES) {\n                my ($key, $value) = sort { $logs{$a} <=> $logs{$b} } keys %logs;\n                close $key;\n                delete $logs{$key};\n            }\n\n            mkdir($vhost) unless -d $vhost;\n\n            if(open $vhost, '>>', \"$vhost/\" . time2str($TEMPLATE, $logTime)) {\n                $vhost->autoflush(1) unless $OPTS{'a'};\n\n                if ($OPTS{'s'}) {\n                    chdir($vhost);\n                    unlink($OPTS{'s'}) if -l $OPTS{'s'};\n                    symlink(time2str($TEMPLATE, $logTime), $OPTS{'s'});\n                    chdir('..');\n                }\n            } else {\n                logs('alert', sprintf(\"couldn't open %s/%s/%s file\", $LOGDIR, $vhost, time2str($TEMPLATE, $logTime)));\n            }\n        }\n\n        $logs{$vhost} = time();\n        $tracker{$vhost} += $reqSize if $OPTS{'d'} && $reqSize =~ /^\\d+$/ && $reqSize > 0;\n        print $vhost \"@logLine\\n\";\n    }\n}\n\nsub logs\n{\n    print STDERR sprintf(\"[%s] [%s] vlogger: %s\\n\", scalar localtime, shift, shift);\n}\n\nsub closeFiles\n{\n    if ($OPTS{'e'}) {\n        close ELOG;\n        return;\n    }\n\n    close $_ for keys %logs;\n    %logs = ();\n}\n\nsub openErrorLog\n{\n    my $logTime = shift;\n\n    unless(open ELOG, '>>', time2str($TEMPLATE, $logTime)) {\n        logs('alert', sprintf(\"couldn't open %s/%s file\", $LOGDIR, time2str($TEMPLATE, $logTime)));\n        return;\n    }\n\n    if ($OPTS{'s'}) {\n        unlink($OPTS{'s'}) if -l $OPTS{'s'};\n        symlink(time2str($TEMPLATE, $logTime), $OPTS{'s'});\n    }\n\n    ELOG->autoflush(1) unless $OPTS{'a'};\n    1;\n}\n\nsub dumpTracker\n{\n    unless(keys(%tracker) > 0) {\n        alarm($DBI_DUMP);\n        return;\n    }\n\n    eval {\n        my $date = time2str('%Y%m%d', time());\n        my $dbh = DBI->connect($DBI_DSN, $DBI_USER, $DBI_PASS, { PrintError => 0, RaiseError => 1 });\n        my $sth = $dbh->prepare(\n            'INSERT INTO httpd_vlogger (vhost, ldate, bytes) VALUE (?, ?, ?) ON DUPLICATE KEY UPDATE bytes = bytes + ?'\n        );\n\n        while(my($vhost, $bytes) = each(%tracker)) {\n            next unless defined $vhost;\n            $sth->execute($vhost, $date, $bytes, $bytes);\n        }\n        \n        $dbh->disconnect();\n        %tracker = ();\n    };\n\n    unless($@) {\n        $dumpMaxAttempts = 0 if $dumpMaxAttempts;\n        alarm($DBI_DUMP);\n        return;\n    }\n\n    logs('alert', sprintf('error while DBI usage tracker dump: %s', $@));\n\n    if($dumpMaxAttempts < 3) {\n        logs('notice', 'a new DBI usage tracker dump attempt will be made in 2 minutes' );\n        alarm(120);\n        return;\n    }\n\n    $dumpMaxAttempts++;\n    %tracker = ();\n    delete $OPTS{'d'};\n    logs('notice', 'maximum number of dump attempts has been reached. DBI usage tracker feature turned off' );\n}\n\nsub shutdown\n{\n    logs('notice', sprintf('caught %s, shutting down', shift));\n    closeFiles();\n    dumpTracker() if($OPTS{'d'});\n    exit;\n}\n\nsub usage\n{\n    print <<'EOF';\n\nUsage: vlogger [OPTION]... [LOGDIR]\nHandles a piped logfile from a webserver, splitting it into it's\nhost components, and rotates the files daily.\n\n  -a              Do not autoflush files\n  -e              Errorlog mode\n  -n              Don't rotate files\n  -f MAXFILES     Max number of files to keep open\n  -u UID          Uid to switch to when running as root\n  -g GID          Gid to switch to when running as root\n  -t TEMPLATE     Filename template (see perldoc Date::Format)\n  -s SYMLINK      Maintain a symlink to most recent file\n  -r SIZE         Rotate when file reaches SIZE\n  -d CONFIG       Use DBI usage tracker (see perldoc vlogger)\n  -i              Extract mod_logio instead of filesize\n  -h,?            Display this help\n  -v              Output version information\n\nTEMPLATE may be a filename with Date::Format codes. The default template\nis %m%d%Y-access.log. SYMLINK is the name of a file that will be linked to\nthe most recent file inside the log directory. The default is access.log.\nMAXFILES is the maximum number of filehandles to cache. This defaults to 100.\nWhen running with -a, performance may improve, but this might confuse some\nlog analysis software that expects complete log entries at all times.\nErrorlog mode is used when running with an Apache errorlog. In this mode,\nvirtualhost parsing is disabled, and a single file is written in LOGDIR\nusing the TEMPLATE (%m%d%Y-error.log is default for -e). When running with\n-r, the template becomes %m%d%Y-%T-xxx.log. SIZE is given in bytes.\n\nReport bugs at https://youtrack.i-mscp.net/\n\nEOF\n}\n\n1;\n__END__\n"
  },
  {
    "path": "configs/debian/apache/vlogger.conf.tpl",
    "content": "# vlogger configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\ndsn    {DSN}\nuser   {DATABASE_USER}\npass   {DATABASE_PASSWORD}\ndump   30\n"
  },
  {
    "path": "configs/debian/apache/vlogger.sql",
    "content": "CREATE TABLE IF NOT EXISTS `httpd_vlogger` (\n  `vhost` varchar(255) NOT NULL,\n  `ldate` int(8) UNSIGNED NOT NULL,\n  `bytes` int(32) UNSIGNED NOT NULL DEFAULT '0',\n  PRIMARY KEY(`vhost`,`ldate`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;\n"
  },
  {
    "path": "configs/debian/apt/01norecommend",
    "content": "# APT(8) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nAPT::Install-Recommends \"false\";\nAPT::Install-Suggests \"false\";\n"
  },
  {
    "path": "configs/debian/apt/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${ROOT_CONF}/apt/apt.conf.d</folders>\n    <copy_config>${ROOT_CONF}/apt/apt.conf.d/01norecommend</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/bind/bind.data.dist",
    "content": "BIND_USER = bind\nBIND_GROUP = bind\n\nBIND_CONF_DIR = /etc/bind\nBIND_CONF_DEFAULT_FILE = /etc/default/bind9\nBIND_CONF_FILE = /etc/bind/named.conf\nBIND_LOCAL_CONF_FILE = /etc/bind/named.conf.local\nBIND_OPTIONS_CONF_FILE = /etc/bind/named.conf.options\nBIND_DB_ROOT_DIR = /var/cache/bind\nBIND_DB_MASTER_DIR = /var/cache/bind/imscp/master\nBIND_DB_SLAVE_DIR = /var/cache/bind/imscp/slave\nNAMED = /usr/sbin/named\nNAMED_COMPILEZONE = /usr/sbin/named-compilezone\nNAMED_SERVICE = bind9\n\n# Format for compiled zone files\n# Possible values: text, raw or raw=N where N can be 0 or 1\n# See NAMED-CHECKZONE(8)\nBIND_DB_FORMAT = raw=0\n\n# Mode in which the server should acts (master|slave)\nBIND_MODE =\n\n# Master DNS(s) IP addresses\nPRIMARY_DNS =\n\n# Slave DNS(s) IP addresses\nSECONDARY_DNS =\n\n# IPv6 support\nBIND_IPV6 =\n\n# Local DNS Resolver\nLOCAL_DNS_RESOLVER =\n"
  },
  {
    "path": "configs/debian/bind/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/bind</folders>\n    <folders>${SYSTEM_CONF}/bind/backup</folders>\n    <folders>${SYSTEM_CONF}/bind/working</folders>\n    <copy_config>${SYSTEM_CONF}/bind/parts</copy_config>\n    <copy_config>${SYSTEM_CONF}/bind/bind.data.dist</copy_config>\n    <copy_config>${SYSTEM_CONF}/bind/named.conf</copy_config>\n    <copy_config>${SYSTEM_CONF}/bind/named.conf.local</copy_config>\n    <copy_config>${SYSTEM_CONF}/bind/named.conf.options</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/bind/named.conf",
    "content": "\n// This is the primary configuration file for the BIND DNS server named.\n//\n// Please read /usr/share/doc/bind9/README.Debian.gz for information on the\n// structure of BIND configuration files in Debian, *BEFORE* you customize\n// this configuration file.\n//\n// If you are just adding zones, please do that in /etc/bind/named.conf.local\n\ninclude \"/etc/bind/named.conf.options\";\ninclude \"/etc/bind/named.conf.local\";\ninclude \"/etc/bind/named.conf.default-zones\";\ninclude \"/etc/bind/bind.keys\";\n\n// imscp [{ENTRY_ID}] entry BEGIN\n// imscp [{ENTRY_ID}] entry ENDING\n"
  },
  {
    "path": "configs/debian/bind/named.conf.local",
    "content": "//\n// Do any local configuration here\n//\n\n// Consider adding the 1918 zones here, if they are not used in your\n// organization\n//include \"/etc/bind/zones.rfc1918\";\n\n// imscp [{ENTRY_ID}] entry BEGIN\n// imscp [{ENTRY_ID}] entry ENDING\n"
  },
  {
    "path": "configs/debian/bind/named.conf.options",
    "content": "options {\n        directory \"/var/cache/bind\";\n\n        // If there is a firewall between you and nameservers you want\n        // to talk to, you may need to fix the firewall to allow multiple\n        // ports to talk.  See http://www.kb.cert.org/vuls/id/800113\n\n        // If your ISP provided one or more IP addresses for stable\n        // nameservers, you probably want to use them as forwarders.\n        // Uncomment the following block, and insert the addresses replacing\n        // the all-0's placeholder.\n\n        // forwarders {\n        //      0.0.0.0;\n        // };\n\n        auth-nxdomain no;    # conform to RFC1035\n\n        dnssec-enable no;\n        dnssec-validation no;\n\n        // Listen to all IPv4 and IPv6 interfaces\n        listen-on { any; };\n        listen-on-v6 { any; };\n\n        // Improving server performances by reducing outgoing data volumes\n        minimal-responses yes;\n\n        // Protecting server against common attacks\n        allow-recursion { localhost; };\n        allow-query-cache { localhost; };\n        allow-transfer { none; };\n        version \"i-MSCP DNS Server\";\n\n        // As per RFC 7208, SPF DNS record are deprecated\n        // check-spf ignore;\n\n        // imscp [{ENTRY_ID}] entry BEGIN\n        // imscp [{ENTRY_ID}] entry ENDING\n};\n"
  },
  {
    "path": "configs/debian/bind/parts/cfg_master.tpl",
    "content": "zone \"{DOMAIN_NAME}\" {\n  type master;\n  masterfile-format {BIND_DB_FORMAT};\n  file \"imscp/master/{DOMAIN_NAME}.db\";\n  allow-transfer { {SECONDARY_DNS} };\n  notify yes;\n};\n"
  },
  {
    "path": "configs/debian/bind/parts/cfg_slave.tpl",
    "content": "zone \"{DOMAIN_NAME}\" {\n  type slave;\n  masterfile-format {BIND_DB_FORMAT};\n  file \"imscp/slave/{DOMAIN_NAME}.db\";\n  masters { {PRIMARY_DNS} };\n};\n"
  },
  {
    "path": "configs/debian/bind/parts/db.tpl",
    "content": "$TTL 3H\n$ORIGIN {DOMAIN_NAME}.\n@\tIN\tSOA\tns1.{DOMAIN_NAME}. hostmaster.{DOMAIN_NAME}. (\n\t{TIMESTAMP}; Serial\n\t3H; Refresh\n\t1H; Retry\n\t2W; Expire\n\t1H; Minimum TTL\n)\n; domain NS records BEGIN\n@\t\tIN\tNS\t{NS_NAME}\n; domain NS records ENDING\n@\t\tIN\t{IP_TYPE}\t{DOMAIN_IP}\n; domain NS GLUE records BEGIN\n{NS_NAME}\tIN\t{NS_IP_TYPE}\t{NS_IP}\n; domain NS GLUE records ENDING\nwww\t\tIN\tCNAME\t@\nftp\t\tIN\t{IP_TYPE}\t{DOMAIN_IP}\n; domain MAIL records BEGIN\n@\t\tIN\tMX\t10\tmail\n@\t\tIN\tTXT\t\"v=spf1 a mx -all\"\nmail\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\nimap\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\npop\t\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\npop3\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\nrelay\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\nsmtp\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\n; domain MAIL records ENDING\n; subdomain records BEGIN\n; subdomain [{SUBDOMAIN_NAME}] records BEGIN\n; subdomain [{SUBDOMAIN_NAME}] records ENDING\n; subdomain records ENDING\n$ORIGIN {DOMAIN_NAME}.\n"
  },
  {
    "path": "configs/debian/bind/parts/db_sub.tpl",
    "content": "; subdomain [{SUBDOMAIN_NAME}] records BEGIN\n$ORIGIN {SUBDOMAIN_NAME}.\n; subdomain MAIL records BEGIN\n@\tIN\tMX\t10 mail\n@\tIN\tTXT\t\"v=spf1 include:{DOMAIN_NAME} -all\"\nmail\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\nimap\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\npop\t\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\npop3\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\nrelay\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\nsmtp\tIN\t{BASE_SERVER_IP_TYPE}\t{BASE_SERVER_IP}\n; subdomain MAIL records ENDING\n@\tIN\t{IP_TYPE}\t{DOMAIN_IP}\n; subdomain OPTIONAL records BEGIN\nwww\tIN\tCNAME\t@\nftp\tIN\t{IP_TYPE}\t{DOMAIN_IP}\n; subdomain OPTIONAL records ENDING\n; subdomain [{SUBDOMAIN_NAME}] records ENDING\n"
  },
  {
    "path": "configs/debian/courier/authmysqlrc",
    "content": "# courier-authmysqlrc configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nMYSQL_SERVER            {DATABASE_HOST}\nMYSQL_USERNAME          {DATABASE_USER}\nMYSQL_PASSWORD          {DATABASE_PASSWORD}\nMYSQL_SOCKET            /var/run/mysqld/mysqld.sock\nMYSQL_PORT              {DATABASE_PORT}\nMYSQL_OPT               0\nMYSQL_DATABASE          {DATABASE_NAME}\nMYSQL_USER_TABLE        mail_users\nMYSQL_CRYPT_PWFIELD     mail_pass\nMYSQL_UID_FIELD         '{MTA_MAILBOX_UID}'\nMYSQL_GID_FIELD         '{MTA_MAILBOX_GID}'\nMYSQL_LOGIN_FIELD       mail_addr\nMYSQL_HOME_FIELD        '{MTA_VIRTUAL_MAIL_DIR}'\nMYSQL_NAME_FIELD        mail_addr\nMYSQL_MAILDIR_FIELD     concat(SUBSTRING(mail_addr, LOCATE('@', mail_addr)+1), '/', mail_acc, '/')\nMYSQL_QUOTA_FIELD       concat(quota,'S')\nMYSQL_WHERE_CLAUSE      status = 'ok' AND po_active = 'yes'\n"
  },
  {
    "path": "configs/debian/courier/courier.data.dist",
    "content": "# Courier authdaemon\nAUTHDAEMON_USER = daemon\nAUTHDAEMON_GROUP = daemon\nAUTHLIB_CONF_DIR = /etc/courier\nAUTHLIB_SOCKET_DIR = /var/run/courier/authdaemon\nAUTHDAEMON_SNAME = courier-authdaemon\n\n# Courier IMAP/POP3\nCOURIER_CONF_DIR = /etc/courier\nCOURIER_IMAP_SSL = imapd-ssl\nCOURIER_POP_SSL = pop3d-ssl\nIMAPD_SNAME = courier-imap\nIMAPD_SSL_SNAME = courier-imap-ssl\nPOPD_SNAME = courier-pop\nPOPD_SSL_SNAME = courier-pop-ssl\n\n# Cyrus SASL\nSASL_CONF_DIR = /etc/postfix/sasl\nPWCHECK_METHOD= authdaemon\nLOG_LEVEL = 2\nMECH_LIST = plain login\nAUTHDAEMON_PATH = /var/run/courier/authdaemon/socket\n\n# Maildrop\nQUOTA_WARN_MSG_PATH = /etc/quotawarnmsg\n\n\n"
  },
  {
    "path": "configs/debian/courier/imapd.local",
    "content": "# courier-imapd configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n#\n# This file is sourced at end of the main imapd configuration file (i.e /etc/courier/imapd)\n"
  },
  {
    "path": "configs/debian/courier/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/courier</folders>\n    <copy_config>${SYSTEM_CONF}/courier/authmysqlrc</copy_config>\n    <copy_config>${SYSTEM_CONF}/courier/courier.data.dist</copy_config>\n    <copy_config>${SYSTEM_CONF}/courier/imapd.local</copy_config>\n    <copy_config>${SYSTEM_CONF}/courier/quota-warning</copy_config>\n    <copy_config>${SYSTEM_CONF}/courier/sasl</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/courier/quota-warning",
    "content": "From: Mail Delivery System <postmaster@{HOST_NAME}>\nReply-To: postmaster@{HOST_NAME}\nTo: Valued Customer:;\nSubject: i-MSCP - Mail quota warning\nMime-Version: 1.0\nContent-Type: text/plain; charset=iso-8859-1\nContent-Transfer-Encoding: 7bit\n\nYou are using more than 90% of the space assigned to your mailbox.\n"
  },
  {
    "path": "configs/debian/courier/sasl/smtpd.conf",
    "content": "# SASL(3) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\npwcheck_method: authdaemond\nlog_level: 2\nmech_list: plain login\nauthdaemond_path: {AUTHDAEMON_PATH}\n"
  },
  {
    "path": "configs/debian/cron/cron.data.dist",
    "content": "CRON_SNAME = cron\nCRON_D_DIR = /etc/cron.d\n"
  },
  {
    "path": "configs/debian/cron/imscp",
    "content": "# CRON(8) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\nPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n\n0,30 * * * * root /usr/bin/nice -n 10 /usr/bin/ionice -c2 -n5 /usr/bin/perl {TRAFF_ROOT_DIR}/imscp-srv-traff > {LOG_DIR}/imscp-srv-traff.log 2>&1\n0,30 * * * * root /usr/bin/nice -n 10 /usr/bin/ionice -c2 -n5 /usr/bin/perl {TRAFF_ROOT_DIR}/imscp-vrl-traff > {LOG_DIR}/imscp-vrl-traff.log 2>&1\n@daily root /usr/bin/nice -n 10 /usr/bin/ionice -c2 -n5 /usr/bin/perl {QUOTA_ROOT_DIR}/imscp-dsk-quota > {LOG_DIR}/imscp-dsk-quota.log 2>&1\n@daily root /usr/bin/nice -n 10 /usr/bin/ionice -c2 -n5 /usr/bin/perl {TOOLS_ROOT_DIR}/imscp-disable-accounts > /dev/null 2>&1\n@weekly root /usr/bin/find {LOG_DIR} -type f -mtime +7 -exec rm -- {} +\n"
  },
  {
    "path": "configs/debian/cron/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/cron</folders>\n    <copy_config>${SYSTEM_CONF}/cron/imscp</copy_config>\n    <copy_config>${SYSTEM_CONF}/cron/cron.data.dist</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/database/database.sql",
    "content": "--\n-- Table structure for table `admin`\n--\n\ncreate table if not exists `admin` (\n  `admin_id` int(10) unsigned not null auto_increment,\n  `admin_name` varchar(255) not null,\n  `admin_pass` varchar(200) not null,\n  `admin_type` varchar(10) not null,\n  `admin_sys_name` varchar(16) default null,\n  `admin_sys_uid` int(10) unsigned not null default '0',\n  `admin_sys_gname` varchar(32) default null,\n  `admin_sys_gid`int(10) unsigned not null default '0',\n  `domain_created` int(10) unsigned not null default '0',\n  `customer_id` varchar(200) default '0',\n  `created_by` int(10) unsigned default '0',\n  `fname` varchar(200) default null,\n  `lname` varchar(200) default null,\n  `gender` varchar(1) default null,\n  `firm` varchar(200) default null,\n  `zip` varchar(10) default null,\n  `city` varchar(200) default null,\n  `state` varchar(200) default null,\n  `country` varchar(200) default null,\n  `email` varchar(200) default null,\n  `phone` varchar(200) default null,\n  `fax` varchar(200) default null,\n  `street1` varchar(200) default null,\n  `street2` varchar(200) default null,\n  `uniqkey` varchar(255) default null,\n  `uniqkey_time` timestamp null default null,\n  `admin_status` varchar(255) not null default 'ok',\n  unique key `admin_id` (`admin_id`),\n  unique key `admin_name` (`admin_name`(191)),\n  index `created_by` (`created_by`),\n  index `admin_status` (`admin_status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `autoreplies_log`\n--\n\ncreate table if not exists `autoreplies_log` (\n  `time` datetime not null comment 'Date and time of the sent autoreply',\n  `from` varchar(255) not null comment 'autoreply message sender',\n  `to` varchar(255) not null comment 'autoreply message recipient',\n  index ( `time` ),\n  index `from` (`from`(191)),\n  index `to` (`to`(191))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci comment = 'Sent autoreplies log table';\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `config`\n--\n\ncreate table if not exists `config` (\n  `name` varchar(191) not null,\n  `value` longtext not null,\n  primary key (`name`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n--\n-- Dumping data for table `config`\n--\n\ninsert ignore into `config` (`name`, `value`) values\n  ('PORT_IMSCP_DAEMON', '9876;tcp;i-MSCP-Daemon;1;127.0.0.1'),\n  ('PORT_FTP', '21;tcp;FTP;1;0.0.0.0'),\n  ('PORT_SSH', '22;tcp;SSH;1;0.0.0.0'),\n  ('PORT_SMTP', '25;tcp;SMTP;1;0.0.0.0'),\n  ('PORT_SMTP-SSL', '465;tcp;SMTP-SSL;0;0.0.0.0'),\n  ('PORT_DNS', '53;tcp;DNS;1;0.0.0.0'),\n  ('PORT_HTTP', '80;tcp;HTTP;1;0.0.0.0'),\n  ('PORT_HTTPS', '443;tcp;HTTPS;0;0.0.0.0'),\n  ('PORT_POP3', '110;tcp;POP3;1;0.0.0.0'),\n  ('PORT_POP3-SSL', '995;tcp;POP3-SSL;0;0.0.0.0'),\n  ('PORT_IMAP', '143;tcp;IMAP;1;0.0.0.0'),\n  ('PORT_IMAP-SSL', '993;tcp;IMAP-SSL;0;0.0.0.0'),\n  ('SHOW_COMPRESSION_SIZE', '1'),\n  ('PREVENT_EXTERNAL_LOGIN_ADMIN', '1'),\n  ('PREVENT_EXTERNAL_LOGIN_RESELLER', '1'),\n  ('PREVENT_EXTERNAL_LOGIN_CLIENT', '1'),\n  ('DATABASE_REVISION', '287');\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `custom_menus`\n--\n\ncreate table if not exists `custom_menus` (\n  `menu_id` int(10) unsigned not null auto_increment,\n  `menu_level` varchar(10) not null,\n  `menu_order` int(10) unsigned not null default '0',\n  `menu_name` varchar(255) not null,\n  `menu_link` varchar(200) not null,\n  `menu_target` varchar(200) not null default '',\n  primary key (`menu_id`),\n  index `menu_level` (`menu_level`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `domain`\n--\n\ncreate table if not exists `domain` (\n  `domain_id` int(10) unsigned not null auto_increment,\n  `domain_name` varchar(255) not null,\n  `domain_admin_id` int(10) unsigned not null,\n  `domain_created` int(10) unsigned not null,\n  `domain_expires` int(10) unsigned not null default '0',\n  `domain_last_modified` int(10) unsigned not null default '0',\n  `domain_mailacc_limit` int(11) not null default '0',\n  `domain_ftpacc_limit` int(11) not null default '0',\n  `domain_traffic_limit` bigint(20) not null default '0',\n  `domain_sqld_limit` int(11) not null default '0',\n  `domain_sqlu_limit` int(11) not null default '0',\n  `domain_status` varchar(255) not null,\n  `domain_alias_limit` int(11) not null default '0',\n  `domain_subd_limit` int(11) not null default '0',\n  `domain_ip_id` int(10) unsigned not null,\n  `domain_disk_limit` bigint(20) unsigned not null default '0',\n  `domain_disk_usage` bigint(20) unsigned not null default '0',\n  `domain_disk_file` bigint(20) unsigned not null default '0',\n  `domain_disk_mail` bigint(20) unsigned not null default '0',\n  `domain_disk_sql` bigint(20) unsigned not null default '0',\n  `domain_php` varchar(15) not null,\n  `domain_cgi` varchar(15) not null,\n  `allowbackup` varchar(12) not null default 'dmn|sql|mail',\n  `domain_dns` varchar(15) not null default 'no',\n  `phpini_perm_system` varchar(20) not null default 'no',\n  `phpini_perm_allow_url_fopen` varchar(20) not null default 'no',\n  `phpini_perm_display_errors` varchar(20) not null default 'no',\n  `phpini_perm_disable_functions` varchar(20) not null default 'no',\n  `phpini_perm_mail_function` varchar(20) not null default 'yes',\n  `domain_external_mail` varchar(15) not null default 'no',\n  `external_mail` varchar(15) not null default 'off',\n  `web_folder_protection` varchar(5) not null default 'yes',\n  `mail_quota` bigint(20) unsigned not null default 0,\n  `document_root` varchar(255) not null default '/htdocs',\n  `url_forward` varchar(255) not null default 'no',\n  `type_forward` varchar(5) default null,\n  `host_forward` varchar(3) not null default 'Off',\n  `wildcard_alias` enum('yes', 'no') not null default 'no',\n  primary key (`domain_id`),\n  unique key `domain_name` (`domain_name`(191)),\n  index `i_domain_admin_id` (`domain_admin_id`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `domain_aliasses`\n--\n\ncreate table if not exists `domain_aliasses` (\n  `alias_id` int(10) unsigned not null auto_increment,\n  `domain_id` int(10) unsigned not null,\n  `alias_name` varchar(255) not null,\n  `alias_status` varchar(255) not null,\n  `alias_mount` varchar(200) not null,\n  `alias_document_root` varchar(255) not null default '/htdocs',\n  `alias_ip_id` int(10) unsigned not null,\n  `url_forward` varchar(255) not null default 'no',\n  `type_forward` varchar(5) default null,\n  `host_forward` varchar(3) not null default 'Off',\n  `wildcard_alias` enum('yes', 'no') not null default 'no',\n  `external_mail` varchar(15) not null default 'off',\n  primary key (`alias_id`),\n  index `domain_id` (`domain_id`),\n  index `alias_name` (`alias_name`(191)),\n  index `alias_status` (`alias_status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `domain_dns`\n--\n\ncreate table if not exists `domain_dns` (\n  `domain_dns_id` int(11) not null auto_increment,\n  `domain_id` int(11) not null,\n  `alias_id` int(11) not null,\n  `domain_dns` text not null,\n  `domain_class` enum('IN','CH','HS') not null default 'IN',\n  `domain_type` enum(\n    'A','AAAA','CERT','CNAME','DNAME','GPOS','KEY','KX','MX','NAPTR','NSAP',\n    'NS','NXT','PTR','PX','SIG','SRV','TXT','SPF'\n  ) not null default 'A',\n  `domain_text` text not null,\n  `owned_by` varchar(255) not null default 'custom_dns_feature',\n  `domain_dns_status` text not null,\n  primary key (`domain_dns_id`),\n  unique key `domain_id` (\n    `domain_id`,`alias_id`,`domain_dns`(191),`domain_class`,`domain_type`,\n    `domain_text`(191)\n  ),\n  index `domain_dns_status` (`domain_dns_status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `domain_traffic`\n--\n\ncreate table if not exists `domain_traffic` (\n  `domain_id` int(10) unsigned not null,\n  `dtraff_time` bigint(20) unsigned not null,\n  `dtraff_web` bigint(20) unsigned default '0',\n  `dtraff_ftp` bigint(20) unsigned default '0',\n  `dtraff_mail` bigint(20) unsigned default '0',\n  `dtraff_pop` bigint(20) unsigned default '0',\n  primary key (`domain_id`, `dtraff_time`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `email_tpls`\n--\n\ncreate table if not exists `email_tpls` (\n  `id` int(10) unsigned not null auto_increment,\n  `owner_id` int(10) unsigned not null default '0',\n  `name` varchar(200) default null,\n  `subject` varchar(200) default null,\n  `message` text,\n  primary key (`id`),\n  index `owner_id` (`owner_id`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `error_pages`\n--\n\ncreate table if not exists `error_pages` (\n  `ep_id` int(10) unsigned not null auto_increment,\n  `user_id` int(10) unsigned not null default '0',\n  `error_401` text not null,\n  `error_403` text not null,\n  `error_404` text not null,\n  `error_500` text not null,\n  primary key (`ep_id`),\n  index `user_id` (`user_id`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `ftp_group`\n--\n\ncreate table if not exists `ftp_group` (\n  `groupname` varchar(255) not null,\n  `gid` int(10) unsigned not null default '0',\n  `members` text ,\n  unique key `groupname` (`groupname`(191))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `ftp_user`\n--\n\ncreate table if not exists `ftp_users` (\n  `userid` varchar(255) not null,\n  `admin_id` int(10) unsigned not null default '0',\n  `passwd` varchar(255) not null,\n  `uid` int(10) unsigned not null default '0',\n  `gid` int(10) unsigned not null default '0',\n  `shell` varchar(255) not null,\n  `homedir` varchar(255) not null,\n  `status` varchar(255) not null default 'ok',\n  unique key (`userid`(191)),\n  index `admin_id` (`admin_id`),\n  index `status` (`status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `hosting_plans`\n--\n\ncreate table if not exists `hosting_plans` (\n  `id` int(10) unsigned not null auto_increment,\n  `reseller_id` int(10) unsigned not null default '0',\n  `name` varchar(255) not null,\n  `props` text ,\n  `description` text ,\n  `status` int(10) unsigned not null default '0',\n  primary key (`id`),\n  index `reseller_id` (`reseller_id`),\n  index `status` (`status`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `htaccess`\n--\n\ncreate table if not exists `htaccess` (\n  `id` int(10) unsigned not null auto_increment,\n  `dmn_id` int(10) unsigned not null,\n  `user_id` varchar(255) not null,\n  `group_id` varchar(255) default null,\n  `auth_type` varchar(255) not null,\n  `auth_name` varchar(255) not null,\n  `path` varchar(255) not null,\n  `status` varchar(255) not null,\n  primary key (`id`),\n  index `dmn_id` (`dmn_id`),\n  index `status` (`status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `htaccess_groups`\n--\n\ncreate table if not exists `htaccess_groups` (\n  `id` int(10) unsigned not null auto_increment,\n  `dmn_id` int(10) unsigned not null,\n  `ugroup` varchar(255) default null,\n  `members` text ,\n  `status` varchar(255) not null,\n  primary key (`id`),\n  index `dmn_id` (`dmn_id`),\n  index `status` (`status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `htaccess_users`\n--\n\ncreate table if not exists `htaccess_users` (\n  `id` int(10) unsigned not null auto_increment,\n  `dmn_id` int(10) unsigned not null,\n  `uname` varchar(255) not null,\n  `upass` varchar(255) not null,\n  `status` varchar(255) not null,\n  primary key (`id`),\n  index `dmn_id` (`dmn_id`),\n  index `status` (`status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `log`\n--\n\ncreate table if not exists `log` (\n  `log_id` int(10) unsigned not null auto_increment,\n  `log_time` timestamp not null default current_timestamp   \n    on update current_timestamp,\n  `log_message` text ,\n  primary key (`log_id`),\n  index `log_time` (`log_time`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `login`\n--\n\ncreate table if not exists `login` (\n  `session_id` varchar(191) not null,\n  `ipaddr` varchar(40) not null,\n  `lastaccess` int(10) unsigned not null,\n  `login_count` tinyint(1) default '0',\n  `captcha_count` tinyint(1) default '0',\n  `user_name` varchar(255) not null,\n  primary key (`session_id`),\n  index `ipaddr` (`ipaddr`),\n  index `lastaccess` (`lastaccess`),\n  index `user_name` (`user_name`(191))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `mail_users`\n--\n\ncreate table if not exists `mail_users` (\n  `mail_id` int(10) unsigned not null auto_increment,\n  `mail_acc` text not null,\n  `mail_pass` varchar(255) not null default '_no_',\n  `mail_forward` text ,\n  `domain_id` int(10) unsigned not null,\n  `mail_type` varchar(30) not null,\n  `sub_id` int(10) unsigned default null,\n  `status` varchar(255) default null,\n  `po_active` varchar(3) not null default 'yes',\n  `mail_auto_respond` tinyint(1) not null default '0',\n  `mail_auto_respond_text` text ,\n  `quota` bigint(20) unsigned not null default '0',\n  `mail_addr` varchar(255) not null,\n  primary key (`mail_id`),\n  index `domain_id` (`domain_id`),\n  index `sub_id` (`sub_id`),\n  unique key `mail_addr` (`mail_addr`(191)),\n  index `status` (`status`(15)),\n  index `po_active` (`po_active`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `php_ini`\n--\n\ncreate table if not exists `php_ini` (\n  `id` int(11) not null auto_increment,\n  `admin_id` int(10) not null,\n  `domain_id` int(10) not null,\n  `domain_type` varchar(15) not null default 'dmn',\n  `disable_functions` varchar(255) not null default\n    'show_source, system, shell_exec, passthru, exec, phpinfo, shell, symlink, popen, proc_open',\n  `allow_url_fopen` varchar(10) not null default 'off',\n  `display_errors` varchar(10) not null default 'off',\n  `error_reporting` varchar(255) not null default 'E_ALL & ~E_DEPRECATED & ~E_STRICT',\n  `post_max_size` int(11) not null default '10',\n  `upload_max_filesize` int(11) not null default '10',\n  `max_execution_time` int(11) not null default '30',\n  `max_input_time` int(11) not null default '60',\n  `memory_limit` int(11) not null default '128',\n  primary key (`id`),\n  UNIQUE `unique_php_ini` (`admin_id`,`domain_id`,`domain_type`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `plugin`\n--\n\ncreate table if not exists `plugin` (\n  `plugin_id` int(11) UNSIGNED not null auto_increment,\n  `plugin_name` varchar(50) not null,\n  `plugin_info` text not null,\n  `plugin_config` text default null,\n  `plugin_config_prev` text default null,\n  `plugin_priority` int(11) UNSIGNED not null default '0',\n  `plugin_status` varchar(255) not null,\n  `plugin_error` text null default null,\n  `plugin_backend` varchar(3) not null default 'no',\n  `plugin_lockers` text default null,\n  primary key (`plugin_id`),\n  unique key `name` (`plugin_name`),\n  index `plugin_priority` (`plugin_priority`),\n  index `plugin_status` (`plugin_status`(15)),\n  index `plugin_error` (`plugin_error`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `quotalimits`\n--\n\ncreate table if not exists `quotalimits` (\n  `name` varchar(191) not null,\n  `quota_type` enum('user','group','class','all') not null default 'user',\n  `per_session` enum('false','true') not null default 'false',\n  `limit_type` enum('soft','hard') not null default 'soft',\n  `bytes_in_avail` float not null default '0',\n  `bytes_out_avail` float not null default '0',\n  `bytes_xfer_avail` float not null default '0',\n  `files_in_avail` int(10) unsigned not null default '0',\n  `files_out_avail` int(10) unsigned not null default '0',\n  `files_xfer_avail` int(10) unsigned not null default '0',\n  primary key (`name`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `quotatallies`\n--\n\ncreate table if not exists `quotatallies` (\n  `name` varchar(191) not null,\n  `quota_type` enum('user','group','class','all') not null default 'user',\n  `bytes_in_used` float not null default '0',\n  `bytes_out_used` float not null default '0',\n  `bytes_xfer_used` float not null default '0',\n  `files_in_used` int(10) unsigned not null default '0',\n  `files_out_used` int(10) unsigned not null default '0',\n  `files_xfer_used` int(10) unsigned not null default '0',\n  primary key (`name`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `reseller_props`\n--\n\ncreate table if not exists `reseller_props` (\n  `id` int(10) unsigned not null auto_increment,\n  `reseller_id` int(10) unsigned not null,\n  `current_dmn_cnt` int(11) not null default '0',\n  `max_dmn_cnt` int(11) not null default '0',\n  `current_sub_cnt` int(11) not null default '0',\n  `max_sub_cnt` int(11) not null default '0',\n  `current_als_cnt` int(11) not null default '0',\n  `max_als_cnt` int(11) not null default '0',\n  `current_mail_cnt` int(11) not null default '0',\n  `max_mail_cnt` int(11) not null default '0',\n  `current_ftp_cnt` int(11) not null default '0',\n  `max_ftp_cnt` int(11) not null default '0',\n  `current_sql_db_cnt` int(11) not null default '0',\n  `max_sql_db_cnt` int(11) not null default '0',\n  `current_sql_user_cnt` int(11) not null default '0',\n  `max_sql_user_cnt` int(11) not null default '0',\n  `current_disk_amnt` int(11) not null default '0',\n  `max_disk_amnt` int(11) not null default '0',\n  `current_traff_amnt` int(11) not null default '0',\n  `max_traff_amnt` int(11) not null default '0',\n  `support_system` ENUM( 'yes', 'no' ) not null default 'yes',\n  `reseller_ips` text ,\n  `php_ini_system` varchar(15) not null default 'no',\n  `php_ini_al_disable_functions` varchar(15) not null default 'no',\n  `php_ini_al_mail_function` varchar(15) not null default 'yes',\n  `php_ini_al_allow_url_fopen` varchar(15) not null default 'no',\n  `php_ini_al_display_errors` varchar(15) not null default 'no',\n  `php_ini_max_post_max_size` int(11) not null default '0',\n  `php_ini_max_upload_max_filesize` int(11) not null default '0',\n  `php_ini_max_max_execution_time` int(11) not null default '0',\n  `php_ini_max_max_input_time` int(11) not null default '0',\n  `php_ini_max_memory_limit` int(11) not null default '0',\n  primary key (`id`),\n  index `reseller_id` (`reseller_id`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `server_ips`\n--\n\ncreate table if not exists `server_ips` (\n  `ip_id` int(10) unsigned not null auto_increment,\n  `ip_number` varchar(45) not null,\n  `ip_netmask` tinyint(1) unsigned not null,\n  `ip_card` varchar(255) not null,\n  `ip_config_mode` varchar(15) default 'auto',\n  `ip_status` varchar(255) not null,\n  primary key (`ip_id`),\n  unique key `ip_number` (`ip_number`),\n  index `ip_status` (`ip_status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `server_traffic`\n--\n\ncreate table if not exists `server_traffic` (\n  `traff_time` int(10) unsigned not null,\n  `bytes_in` bigint(20) unsigned not null default '0',\n  `bytes_out` bigint(20) unsigned not null default '0',\n  `bytes_mail_in` bigint(20) unsigned not null default '0',\n  `bytes_mail_out` bigint(20) unsigned not null default '0',\n  `bytes_pop_in` bigint(20) unsigned not null default '0',\n  `bytes_pop_out` bigint(20) unsigned not null default '0',\n  `bytes_web_in` bigint(20) unsigned not null default '0',\n  `bytes_web_out` bigint(20) unsigned not null default '0',\n  primary key (`traff_time`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `sql_database`\n--\n\ncreate table if not exists `sql_database` (\n  `sqld_id` int(10) unsigned not null auto_increment,\n  `domain_id` int(10) unsigned not null,\n  `sqld_name` varchar(64) not null,\n  primary key (`sqld_id`),\n  index `domain_id` (`domain_id`),\n  unique key `sqld_name` (`sqld_name`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `sql_user`\n--\n\ncreate table if not exists `sql_user` (\n  `sqlu_id` int(10) unsigned not null auto_increment,\n  `sqld_id` int(10) unsigned not null,\n  `sqlu_name` varchar(16) not null,\n  `sqlu_host` varchar(255) not null,\n  primary key (`sqlu_id`),\n  index `sqld_id` (`sqld_id`),\n  index `sqlu_name` (`sqlu_name`),\n  index `sqlu_host` (`sqlu_host`(191))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `ssl_certs`\n--\n\ncreate table if not exists `ssl_certs` (\n  `cert_id` int(10) unsigned not null auto_increment,\n  `domain_id` int(10) not null,\n  `domain_type` enum('dmn','als','sub','alssub') not null default 'dmn',\n  `private_key` text not null,\n  `certificate` text not null,\n  `ca_bundle` text ,\n  `allow_hsts` varchar(10) not null default 'off',\n  `hsts_max_age` int(11) not null default '31536000',\n  `hsts_include_subdomains` varchar(10) not null default 'off',\n  `status` varchar(255) not null,\n  primary key (`cert_id`),\n  unique key `domain_id_domain_type` (`domain_id`, `domain_type`),\n  index `status` (`status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `subdomain`\n--\n\ncreate table if not exists `subdomain` (\n  `subdomain_id` int(10) unsigned not null auto_increment,\n  `domain_id` int(10) unsigned not null,\n  `subdomain_name` varchar(200) not null,\n  `subdomain_mount` varchar(200) not null,\n  `subdomain_document_root` varchar(255) not null default '/htdocs',\n  `subdomain_url_forward` varchar(255) not null default 'no',\n  `subdomain_type_forward` varchar(5) default null,\n  `subdomain_host_forward` varchar(3) not null default 'Off',\n  `subdomain_wildcard_alias` enum('yes', 'no') not null default 'no',\n  `subdomain_status` varchar(255) not null,\n  primary key (`subdomain_id`),\n  index `domain_id` (`domain_id`),\n  index `subdomain_status` (`subdomain_status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `subdomain_alias`\n--\n\ncreate table if not exists `subdomain_alias` (\n  `subdomain_alias_id` int(10) unsigned not null auto_increment,\n  `alias_id` int(10) unsigned not null,\n  `subdomain_alias_name` varchar(200) not null,\n  `subdomain_alias_mount` varchar(200) not null,\n  `subdomain_alias_document_root` varchar(255) not null default '/htdocs',\n  `subdomain_alias_url_forward` varchar(255) not null default 'no',\n  `subdomain_alias_type_forward` varchar(5) default null,\n  `subdomain_alias_host_forward` varchar(3) not null default 'Off',\n  `subdomain_alias_wildcard_alias` enum('yes', 'no') not null default 'no',\n  `subdomain_alias_status` varchar(255) not null,\n  primary key (`subdomain_alias_id`),\n  index `alias_id` (`alias_id`),\n  index `subdomain_alias_status` (`subdomain_alias_status`(15))\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `tickets`\n--\n\ncreate table if not exists `tickets` (\n  `ticket_id` int(10) unsigned not null auto_increment,\n  `ticket_level` int(10) not null,\n  `ticket_from` int(10) unsigned not null,\n  `ticket_to` int(10) unsigned not null,\n  `ticket_status` int(10) unsigned not null,\n  `ticket_reply` int(10) unsigned not null,\n  `ticket_urgency` int(10) unsigned not null,\n  `ticket_date` int(10) unsigned not null,\n  `ticket_subject` varchar(255) not null,\n  `ticket_message` text ,\n  primary key (`ticket_id`),\n  index `ticket_from` (`ticket_from`),\n  index `ticket_to` (`ticket_to`),\n  index `ticket_status` (`ticket_status`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n\n--\n-- Table structure for table `user_gui_props`\n--\n\ncreate table if not exists `user_gui_props` (\n  `user_id` int(10) unsigned not null,\n  `lang` varchar(15) default 'browser',\n  `layout` varchar(100) not null default 'default',\n  `layout_color` varchar(15) not null default 'black',\n  `logo` varchar(255) not null default '',\n  `show_main_menu_labels` tinyint(1) not null default '0',\n  unique key `user_id` (`user_id`)\n) engine=InnoDB default charset=utf8mb4 collate=utf8mb4_unicode_ci;\n\n-- --------------------------------------------------------\n"
  },
  {
    "path": "configs/debian/database/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/database</folders>\n    <copy_config>${SYSTEM_CONF}/database/database.sql</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/dovecot/dovecot-managesieve.conf",
    "content": "# DOVECOT(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\nplugin {\n    sieve = file:~/sieve;active=~/.dovecot.sieve\n}\n\nprotocol lda {\n    mail_plugins = $mail_plugins sieve\n}\n"
  },
  {
    "path": "configs/debian/dovecot/dovecot-sql.conf",
    "content": "# DOVECOT(1) (SQL) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\ndriver = mysql\nconnect = \"host={DATABASE_HOST} port={DATABASE_PORT} dbname={DATABASE_NAME} user={DATABASE_USER} password={DATABASE_PASSWORD}\"\ndefault_pass_scheme = SHA512-CRYPT\n\n# Password database lookups (including all the necessary userdb fields for prefetching)\npassword_query = \\\n\tSELECT \\\n\t\tCONCAT('{MTA_VIRTUAL_MAIL_DIR}/', SUBSTRING(mail_addr, LOCATE('@', mail_addr) + 1), '/', mail_acc, '/') AS 'userdb_home', \\\n\t\t'{MTA_MAILBOX_UID}' AS 'userdb_uid', \\\n\t\t'{MTA_MAILBOX_GID}' AS 'userdb_gid', \\\n\t\tCONCAT('*:bytes=', quota, 'B') AS userdb_quota_rule, \\\n\t\tmail_pass AS password \\\n\tFROM mail_users \\\n\tWHERE mail_addr = '%u' \\\n\tAND status = 'ok' \\\n\tAND po_active = 'yes'\n\n# User database lookups\nuser_query = \\\n\tSELECT \\\n\t\tCONCAT('{MTA_VIRTUAL_MAIL_DIR}/', SUBSTRING(mail_addr, LOCATE('@', mail_addr) +1), '/', mail_acc, '/') AS home, \\\n\t\t'{MTA_MAILBOX_UID}' AS 'uid', \\\n\t\t'{MTA_MAILBOX_GID}' AS 'gid', \\\n\t\tCONCAT('*:bytes=', quota, 'B') AS 'quota_rule'\\\n\tFROM mail_users \\\n\tWHERE mail_addr = '%u' \\\n\tAND status = 'ok' \\\n\tAND po_active = 'yes'\n\n# User iteration\niterate_query = SELECT mail_addr AS user FROM mail_users WHERE mail_type LIKE '%%_mail%%' && status <> 'todelete'\n"
  },
  {
    "path": "configs/debian/dovecot/dovecot.conf",
    "content": "# DOVECOT(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n#\n# You can override default settings by adding *.conf configuration files into\n# the /etc/dovecot/imscp.d/ configuration directory.\n\n# Defaults\n\ndefault_client_limit = {DOVECOT_DEFAULT_CLIENT_LIMIT}\n\n# Mail location\nmail_location = maildir:~/\n\n# Namespaces\nnamespace inbox {\n    separator = .\n    prefix = INBOX.\n    inbox = yes\n    type = private\n\n    mailbox Drafts {\n        special_use = \\Drafts\n        auto=subscribe\n    }\n\n    mailbox Junk {\n        special_use = \\Junk\n        auto=subscribe\n    }\n\n    mailbox Sent {\n        special_use = \\Sent\n        auto=subscribe\n    }\n\n    mailbox Trash {\n        special_use = \\Trash\n        auto=subscribe\n    }\n}\n\n# Plugins\n\nmail_plugins = quota\n\nplugin {\n    quota = maildir:User quota\n    quota_rule = *:storage=1G\n    quota_rule2 = INBOX.Trash:storage=+100M\n    quota_warning = storage=95%% quota-warning 95 %u\n    quota_warning2 = storage=80%% quota-warning 80 %u\n}\n\n# Password database\n\npassdb {\n    args = {DOVECOT_CONF_DIR}/dovecot-sql.conf\n    driver = sql\n}\n\n# Users database\n\nuserdb {\n    driver = prefetch\n}\n\nuserdb {\n    args = {DOVECOT_CONF_DIR}/dovecot-sql.conf\n    driver = sql\n}\n\n#\n## Services\n#\n\n# Authentication\n\nauth_mechanisms = plain login\ndisable_plaintext_auth = no\n\nservice auth {\n    unix_listener auth-master {\n        mode = 0600\n        user = {MTA_MAILBOX_UID_NAME}\n    }\n\n    # SASL authentication\n    unix_listener {DOVECOT_SASL_AUTH_SOCKET_PATH} {\n        mode = 0660\n        user = {POSTFIX_USER}\n        group = {POSTFIX_GROUP}\n    }\n}\n\n# IMAP\n\nservice imap-login {\n    process_limit = {DOVECOT_IMAP_LOGIN_PROCESS_LIMIT}\n    process_min_avail = {DOVECOT_IMAP_LOGIN_PROCESS_MIN_AVAIL}\n    service_count = {DOVECOT_IMAP_LOGIN_PROCESS_SERVICE_COUNT}\n}\n\nservice imap {\n    process_limit = {DOVECOT_IMAP_PROCESS_LIMIT}\n    process_min_avail = {DOVECOT_IMAP_PROCESS_MIN_AVAIL}\n    service_count =  {DOVECOT_IMAP_PROCESS_SERVICE_COUNT}\n    vsz_limit = {DOVECOT_IMAP_VSZ_LIMIT}\n}\n\n# POP3\n\nservice pop3-login {\n    process_limit = {DOVECOT_POP3_LOGIN_PROCESS_LIMIT}\n    process_min_avail = {DOVECOT_POP3_LOGIN_PROCESS_MIN_AVAIL}\n    service_count = {DOVECOT_POP3_LOGIN_PROCESS_SERVICE_COUNT}\n}\n\nservice pop3 {\n    process_limit = {DOVECOT_POP3_PROCESS_LIMIT}\n    process_min_avail = {DOVECOT_POP3_PROCESS_MIN_AVAIL}\n    service_count = {DOVECOT_POP3_PROCESS_SERVICE_COUNT}\n}\n\n# Quota\n\nservice quota-warning {\n    executable = script {ENGINE_ROOT_DIR}/quota/imscp-dovecot-quota.sh\n    group = {IMSCP_GROUP}\n\n    unix_listener quota-warning {\n        mode = 0600\n        user = {MTA_MAILBOX_UID_NAME}\n    }\n}\n\n# Interfaces to listen on\nlisten = {NETWORK_PROTOCOLS}\n\n# max connection per IP\nmail_max_userip_connections = {DOVECOT_MAX_USERIP_CONNECTIONS}\n\n!include_try /usr/share/dovecot/protocols.d/*.protocol\n\n# Including override files (they must be included before any filter\n# that make use of global setting\n!include_try {DOVECOT_CONF_DIR}/imscp.d/*.conf\n\n#\n## Protocols\n#\n\n# IMAP\n\nprotocol imap {\n    mail_plugins = $mail_plugins imap_quota\n    imap_logout_format = in=%i out=%o\n}\n\n# POP3\n\nprotocol pop3 {\n    pop3_uidl_format = %u-%v\n    pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s, in=%i, out=%o \n}\n\n# LDA\n\nprotocol lda {\n    auth_socket_path = {DOVECOT_LDA_AUTH_SOCKET_PATH}\n    mail_plugins = $mail_plugins\n    postmaster_address = postmaster@{HOSTNAME}\n}\n"
  },
  {
    "path": "configs/debian/dovecot/dovecot.data.dist",
    "content": "DOVECOT_VERSION =\nDOVECOT_SNAME = dovecot\nDOVECOT_CONF_DIR = /etc/dovecot\nDOVECOT_LDA_AUTH_SOCKET_PATH = /var/run/dovecot/auth-master\nDOVECOT_DELIVER_PATH = /usr/lib/dovecot/deliver\nDOVECOT_SASL_AUTH_SOCKET_PATH = /var/spool/postfix/private/auth\n\nDOVECOT_DEFAULT_CLIENT_LIMIT = 2000\n\nDOVECOT_IMAP_LOGIN_PROCESS_LIMIT = 256\nDOVECOT_IMAP_LOGIN_PROCESS_MIN_AVAIL = 50\nDOVECOT_IMAP_LOGIN_PROCESS_SERVICE_COUNT = 1\n\nDOVECOT_IMAP_PROCESS_LIMIT = 2048\nDOVECOT_IMAP_PROCESS_MIN_AVAIL = 50\nDOVECOT_IMAP_PROCESS_SERVICE_COUNT = 1\nDOVECOT_IMAP_VSZ_LIMIT = 512 M\n\nDOVECOT_POP3_LOGIN_PROCESS_LIMIT = 256\nDOVECOT_POP3_LOGIN_PROCESS_MIN_AVAIL = 25\nDOVECOT_POP3_LOGIN_PROCESS_SERVICE_COUNT = 1\n\nDOVECOT_POP3_PROCESS_LIMIT = 256\nDOVECOT_POP3_PROCESS_MIN_AVAIL = 25\nDOVECOT_POP3_PROCESS_SERVICE_COUNT = 1\n\nDOVECOT_MAX_USERIP_CONNECTIONS = 50\n"
  },
  {
    "path": "configs/debian/dovecot/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/dovecot</folders>\n    <folders>${SYSTEM_CONF}/dovecot/backup</folders>\n    <folders>${SYSTEM_CONF}/dovecot/working</folders>\n    <copy_config>${SYSTEM_CONF}/dovecot/dovecot.data.dist</copy_config>\n    <copy_config>${SYSTEM_CONF}/dovecot/dovecot.conf</copy_config>\n    <copy_config>${SYSTEM_CONF}/dovecot/dovecot-sql.conf</copy_config>\n    <copy_config>${SYSTEM_CONF}/dovecot/dovecot-managesieve.conf</copy_config>\n    <copy_config>${SYSTEM_CONF}/dovecot/quota-warning</copy_config>\n    <copy_config>${SYSTEM_CONF}/dovecot/sieve.default</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/dovecot/quota-warning",
    "content": "#!/bin/sh\nPERCENT=$1\nUSER=$2\ncat << EOF | {DOVECOT_DELIVER_PATH} -d $USER -o \"plugin/quota=maildir:User quota:noenforcing\"\nFrom: postmaster@{HOSTNAME}\nSubject: i-MSCP Quota Warning\n\nYou are using ${PERCENT}% of the space assigned to your mailbox.\nEOF\n"
  },
  {
    "path": "configs/debian/dovecot/sieve.default",
    "content": "require [\"fileinto\",\"vacation\"];\n# rule:[spam]\nif header :contains \"X-Spam-Flag\" \"YES\"\n{\n    fileinto \"INBOX.Junk\";\n    stop;\n}\n# rule:[vacation]\nif false # true\n{\n    vacation :subject \"Out of office\" text:\nHello,\n\nThank you for your message. I'm out of office, with no email access.\n\nKind regards.\n.\n;\n}\n"
  },
  {
    "path": "configs/debian/dpkg/90imscp",
    "content": "# dpkg(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nDPkg::Post-Invoke {\n    \"if [ -x /usr/local/sbin/imscp-dpkg-post-invoke.pl -a ${IMSCP_SETUP:=0} -eq 0 ]; then /usr/bin/perl /usr/local/sbin/imscp-dpkg-post-invoke.pl -d; fi\";\n};\n"
  },
  {
    "path": "configs/debian/dpkg/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${ROOT_CONF}/apt/apt.conf.d</folders>\n    <copy_config>${ROOT_CONF}/apt/apt.conf.d/90imscp</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/frontend/00_master.nginx",
    "content": "# nginx(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\nserver {\n    listen {BASE_SERVER_IP}:{BASE_SERVER_VHOST_HTTP_PORT} default_server;\n    # SECTION IPv6 BEGIN.\n    listen [::]:{BASE_SERVER_VHOST_HTTP_PORT} default_server ipv6only=on;\n    # SECTION IPv6 END.\n\n    server_name {BASE_SERVER_VHOST};\n\n    root {WEB_DIR}/public;\n\n    index index.php index.html;\n\n    location ^~ /errors/ {\n        alias {WEB_DIR}/public/errordocs/;\n        expires 30d;\n    }\n\n    error_page 401 /errors/401.html;\n    error_page 403 /errors/403.html;\n    error_page 404 /errors/404.html;\n    error_page 500 /errors/500.html;\n    error_page 502 /errors/502.html;\n    error_page 503 /errors/503.html;\n\n    # Don't expose /tools/ directory\n    location ^~ /tools/ {\n        return 404;\n    }\n\n    location ^~ /ispLogos/ {\n        root {WEB_DIR}/data/persistent;\n        expires 30d;\n    }\n\n    location ~ ^/themes/(.*)/assets/ {\n        root {WEB_DIR};\n        expires 30d;\n    }\n\n    location ~ ^/(.*)/themes/(.*)/assets/ {\n        root {PLUGINS_DIR};\n        expires 30d;\n    }\n\n    location / {\n        try_files $uri $uri/ @plugin;\n    }\n\n    location ~ \\.php$ {\n        try_files $uri @plugin;\n        include imscp_fastcgi.conf;\n    }\n\n    location @plugin {\n        include imscp_fastcgi.conf;\n        fastcgi_param SCRIPT_FILENAME {WEB_DIR}/public/plugins.php;\n        fastcgi_param SCRIPT_NAME /plugins.php;\n    }\n\n    # SECTION custom BEGIN.\n    # SECTION custom END.\n}\n"
  },
  {
    "path": "configs/debian/frontend/00_master_ssl.nginx",
    "content": "# nginx(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\nserver {\n    listen {BASE_SERVER_IP}:{BASE_SERVER_VHOST_HTTPS_PORT} default_server;\n    # SECTION IPv6 BEGIN.\n    listen [::]:{BASE_SERVER_VHOST_HTTPS_PORT} default_server ipv6only=on;\n    # SECTION IPv6 END.\n\n    server_name {BASE_SERVER_VHOST};\n\n    ssl on;\n    ssl_certificate {CONF_DIR}/{BASE_SERVER_VHOST}.pem;\n    ssl_certificate_key {CONF_DIR}/{BASE_SERVER_VHOST}.pem;\n\n    root {WEB_DIR}/public;\n\n    index index.php index.html;\n\n    location ^~ /errors/ {\n        alias {WEB_DIR}/public/errordocs/;\n        expires 30d;\n    }\n\n    error_page 401 /errors/401.html;\n    error_page 403 /errors/403.html;\n    error_page 404 /errors/404.html;\n    error_page 497 https://{BASE_SERVER_VHOST}:{BASE_SERVER_VHOST_HTTPS_PORT}$request_uri;\n    error_page 500 /errors/500.html;\n    error_page 502 /errors/502.html;\n    error_page 503 /errors/503.html;\n\n    # Don't expose /tools/ directory\n    location ^~ /tools/ {\n        return 404;\n    }\n\n    location ^~ /ispLogos/ {\n        root {WEB_DIR}/data/persistent;\n        expires 30d;\n    }\n\n    location ~ ^/themes/(.*)/assets/ {\n        root {WEB_DIR};\n        expires 30d;\n    }\n\n    location ~ ^/(.*)/themes/(.*)/assets/ {\n        root {PLUGINS_DIR};\n        expires 30d;\n    }\n\n    location / {\n        try_files $uri $uri/ @plugin;\n    }\n\n    location ~ \\.php$ {\n        try_files $uri @plugin;\n        include imscp_fastcgi.conf;\n    }\n\n    location @plugin {\n        include imscp_fastcgi.conf;\n        fastcgi_param SCRIPT_FILENAME {WEB_DIR}/public/plugins.php;\n        fastcgi_param SCRIPT_NAME /plugins.php;\n    }\n\n    # SECTION custom BEGIN.\n    # SECTION custom END.\n}\n"
  },
  {
    "path": "configs/debian/frontend/frontend.data.dist",
    "content": "## HTTPD (Nginx) parameters\n\nHTTPD_NAME = Nginx\nHTTPD_VERSION =\nHTTPD_WORKER_PROCESSES = auto\nHTTPD_WORKER_CONNECTIONS = 2048\nHTTPD_RLIMIT_NOFILE = 65000\nHTTPD_USER = www-data\nHTTPD_GROUP = www-data\nHTTPD_SNAME = nginx\nHTTPD_CONF_DIR = /etc/nginx\nHTTPD_SITES_AVAILABLE_DIR = /etc/nginx/sites-available\nHTTPD_SITES_ENABLED_DIR = /etc/nginx/sites-enabled\nHTTPD_ROOT_DIR = /var/www\nHTTPD_LOG_DIR = /var/log/nginx\n# Cache base directory as provided by nginx package (from debian Team)\nHTTPD_CACHE_DIR_DEBIAN = /var/lib/nginx\n# Cache base directory as provided by nginx package (from nginx Team)\nHTTPD_CACHE_DIR_NGINX = /var/cache/nginx\nHTTPD_PID_FILE = /var/run/nginx.pid\n\n#\n## PHP-FPM parameters\n#\n\nPHP_FPM_BIN_PATH = /usr/sbin/php-fpm7.3\nPHP_PEAR_DIR = /usr/share/php\nPHP_FPM_MAX_CHILDREN = 5\nPHP_FPM_MAX_REQUESTS = 1000\n"
  },
  {
    "path": "configs/debian/frontend/imscp_fastcgi.nginx",
    "content": "# nginx(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\nfastcgi_param   QUERY_STRING            $query_string;\nfastcgi_param   REQUEST_METHOD          $request_method;\nfastcgi_param   CONTENT_TYPE            $content_type;\nfastcgi_param   CONTENT_LENGTH          $content_length;\n\nfastcgi_param   SCRIPT_FILENAME         $request_filename;\nfastcgi_param   SCRIPT_NAME             $fastcgi_script_name;\nfastcgi_param   REQUEST_URI             $request_uri;\nfastcgi_param   DOCUMENT_URI            $document_uri;\nfastcgi_param   DOCUMENT_ROOT           $document_root;\nfastcgi_param   SERVER_PROTOCOL         $server_protocol;\n\nfastcgi_param   GATEWAY_INTERFACE       CGI/1.1;\nfastcgi_param   SERVER_SOFTWARE         nginx/$nginx_version;\n\nfastcgi_param   REMOTE_ADDR             $remote_addr;\nfastcgi_param   REMOTE_PORT             $remote_port;\nfastcgi_param   SERVER_ADDR             $server_addr;\nfastcgi_param   SERVER_PORT             $server_port;\nfastcgi_param   SERVER_NAME             $server_name;\n\nfastcgi_param   HTTPS                   $https;\n\n# PHP only, required if PHP was built with --enable-force-cgi-redirect\nfastcgi_param   REDIRECT_STATUS         200;\n\nfastcgi_pass                            imscp_php;\nfastcgi_index                           index.php;\nfastcgi_intercept_errors                off;\n\nfastcgi_read_timeout                    600;\n\n# Environment (production,development)\nfastcgi_param APPLICATION_ENV production;\n\n# SECTION custom BEGIN.\n# SECTION custom END.\n"
  },
  {
    "path": "configs/debian/frontend/imscp_panel",
    "content": "# LOGROTATE(8) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n/var/log/imscp_panel.log {\n    rotate 52\n    weekly\n    missingok\n    notifempty\n    compress\n    delaycompress\n    create 640 root adm\n    postrotate\n        /usr/local/lib/imscp_panel/imscp_panel_reopenlogs\n    endscript\n}\n\n/var/www/imscp/gui/data/logs/frontend_errors.log {\n    rotate 1\n    size 10M\n    copytruncate\n    compress\n    delaycompress\n    missingok\n    notifempty\n}\n"
  },
  {
    "path": "configs/debian/frontend/imscp_panel_reopenlogs",
    "content": "#!/bin/sh\nCONFFILE=/usr/local/etc/imscp_panel/php-fpm.conf\n[ -r /etc/default/imscp_panel ] && . /etc/default/imscp_panel\nCONF_PIDFILE=$(sed -n 's/^[[:space:]]*pid[[:space:]]*=[[:space:]]*//p' $CONFFILE)\nPIDFILE=${CONF_PIDFILE:-/run/imscp_panel.pid}\n[ -r \"$PIDFILE\" ] && kill -USR1 $(cat \"$PIDFILE\") > /dev/null\nexit 0\n"
  },
  {
    "path": "configs/debian/frontend/imscp_php.nginx",
    "content": "# nginx(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\nupstream imscp_php {\n  server unix:/run/imscp/imscp_panel.sock;\n}\n"
  },
  {
    "path": "configs/debian/frontend/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${ROOT_CONF}/logrotate.d</folders>\n    <folders export=\"ROOT_NGINX_CONF\">${ROOT_CONF}/nginx</folders>\n    <folders>${ROOT_NGINX_CONF}/conf.d</folders>\n    <folders>${ROOT_NGINX_CONF}/sites-available</folders>\n    <folders>${ROOT_NGINX_CONF}/sites-enabled</folders>\n    <folders>${LOCAL_USR_LIB}/imscp_panel</folders>\n    <folders>${LOCAL_CONF}/imscp_panel</folders>\n    <folders>${SYSTEM_CONF}/frontend</folders>\n    <copy_config>${SYSTEM_CONF}/frontend/00_master.nginx</copy_config>\n    <copy_config>${SYSTEM_CONF}/frontend/00_master_ssl.nginx</copy_config>\n    <copy_config>${SYSTEM_CONF}/frontend/frontend.data.dist</copy_config>\n    <copy_config mode=\"0750\">${LOCAL_USR_LIB}/imscp_panel/imscp_panel_reopenlogs</copy_config>\n    <copy_config>${SYSTEM_CONF}/frontend/imscp_fastcgi.nginx</copy_config>\n    <copy_config>${ROOT_CONF}/logrotate.d/imscp_panel</copy_config>\n    <copy_config>${SYSTEM_CONF}/frontend/imscp_php.nginx</copy_config>\n    <copy_config>${SYSTEM_CONF}/frontend/nginx.nginx</copy_config>\n    <copy_config>${SYSTEM_CONF}/frontend/php.ini</copy_config>\n    <copy_config>${SYSTEM_CONF}/frontend/php-fpm.conf</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/frontend/nginx.nginx",
    "content": "# nginx(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nuser {HTTPD_USER};\npid {HTTPD_PID_FILE};\n\n# Loading of dynanmic modules\n# Only relevant for Nginx >= 1.9.11\n# This do not harm for older versions\ninclude /etc/nginx/modules-enabled/*.conf;\n\nworker_processes {HTTPD_WORKER_PROCESSES};\nworker_rlimit_nofile {HTTPD_RLIMIT_NOFILE};\n\nevents {\n    worker_connections {HTTPD_WORKER_CONNECTIONS};\n    multi_accept on;\n    use epoll;\n}\n\nhttp {\n    server_tokens off;\n\n    sendfile on;\n    tcp_nopush on;\n    tcp_nodelay on;\n\n    types_hash_max_size 2048;\n\n    log_format main '$remote_addr - $remote_user [$time_local] \"$request\" $status $body_bytes_sent \"$http_referer\" '\n        '\"$http_user_agent\" \"$http_x_forwarded_for\"';\n\n    access_log {HTTPD_LOG_DIR}/access.log main;\n    error_log {HTTPD_LOG_DIR}/error.log crit;\n\n    ignore_invalid_headers off;\n    underscores_in_headers on;\n\n    client_body_buffer_size 10K;\n    client_header_buffer_size 1k;\n    client_max_body_size 2g;\n    large_client_header_buffers 8 16k;\n\n    keepalive_timeout 20 20;\n    client_header_timeout 15;\n    client_body_timeout 15;\n    reset_timedout_connection on;\n    send_timeout 15;\n\n    gzip on;\n    gzip_min_length 1100;\n    gzip_buffers 4 32k;\n    gzip_vary on;\n    gzip_comp_level 6;\n    gzip_proxied any;\n    gzip_types text/plain application/x-javascript text/xml text/css;\n    add_header Cache-Control public;\n\n    include {HTTPD_CONF_DIR}/mime.types;\n    default_type text/html;\n    charset off;\n\n    ssl_session_cache shared:SSL:50m;\n    ssl_session_timeout 1d;\n    ssl_protocols {HTTPD_SSL_PROTOCOLS};\n    ssl_ciphers ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS;\n    ssl_prefer_server_ciphers on;\n\n    include {HTTPD_CONF_DIR}/conf.d/*.conf;\n    include {HTTPD_SITES_ENABLED_DIR}/*;\n}\n"
  },
  {
    "path": "configs/debian/frontend/php-fpm.conf",
    "content": "; PHP-FPM(8) configuration file - auto-generated by i-MSCP\n;     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n[global]\npid = /run/imscp/imscp_panel.pid\nerror_log = /var/log/imscp_panel.log\nsyslog.ident = imscp_panel\nlog_level = error\nemergency_restart_threshold = 10\nemergency_restart_interval = 1m\nprocess_control_timeout = 60s\nprocess.max = 0\ndaemonize = yes\n[imscp_panel]\nuser = {FRONTEND_USER}\ngroup = {FRONTEND_GROUP}\nlisten = /run/imscp/imscp_panel.sock\nlisten.owner = {FRONTEND_USER}\nlisten.group = {FRONTEND_GROUP}\nlisten.mode = 0660\npm = static\npm.max_children = {FRONTEND_FCGI_CHILDREN}\npm.max_requests = {FRONTEND_FCGI_MAX_REQUEST}\nchdir = /\nsecurity.limit_extensions = .php .php3 .php4 .php5 .php7 .pht .phtml\nenv[TMPDIR] = {WEB_DIR}/data/tmp\nphp_admin_value[open_basedir] = {HOME_DIR}/:{CONF_DIR}/:{PEAR_DIR}/:{MTA_VIRTUAL_MAIL_DIR}/:{DISTRO_OPENSSL_CNF}:{DISTRO_CA_BUNDLE}:{RKHUNTER_LOG}:{CHKROOTKIT_LOG}:/proc/:/bin/df:/bin/mount:/dev/random:/dev/urandom\nphp_value[max_execution_time] = 120\nphp_value[max_input_time] = 600\nphp_value[memory_limit] = 256M\nphp_value[error_reporting] = E_ALL & ~E_STRICT & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED\nphp_flag[display_errors] = On\nphp_value[include_path] = .:{WEB_DIR}/include/:{PEAR_DIR}\nphp_value[upload_tmp_dir] = {WEB_DIR}/data/uploads\nphp_value[post_max_size] = 192M\nphp_value[upload_max_filesize] = 256M\nphp_value[max_file_uploads] = 20\nphp_flag[allow_url_fopen] = On\nphp_value[date.timezone] = {TIMEZONE}\nphp_value[sendmail_path] = /usr/sbin/sendmail -t -i -f webmaster@{DOMAIN}\nphp_value[session.save_path] = {WEB_DIR}/data/sessions\nphp_value[soap.wsdl_cache_dir] = {WEB_DIR}/data/cache\n"
  },
  {
    "path": "configs/debian/frontend/php.ini",
    "content": "; PHP-FPM(8) configuration file - auto-generated by i-MSCP\n;     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n[PHP]\n;;;;;;;;;;;;;;;;;;;\n; About php.ini   ;\n;;;;;;;;;;;;;;;;;;;\n; PHP's initialization file, generally called php.ini, is responsible for\n; configuring many of the aspects of PHP's behavior.\n\n; PHP attempts to find and load this configuration from a number of locations.\n; The following is a summary of its search order:\n; 1. SAPI module specific location.\n; 2. The PHPRC environment variable. (As of PHP 5.2.0)\n; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)\n; 4. Current working directory (except CLI)\n; 5. The web server's directory (for SAPI modules), or directory of PHP\n; (otherwise in Windows)\n; 6. The directory from the --with-config-file-path compile time option, or the\n; Windows directory (C:\\windows or C:\\winnt)\n; See the PHP docs for more specific information.\n; http://php.net/configuration.file\n\n; The syntax of the file is extremely simple.  Whitespace and lines\n; beginning with a semicolon are silently ignored (as you probably guessed).\n; Section headers (e.g. [Foo]) are also silently ignored, even though\n; they might mean something in the future.\n\n; Directives following the section heading [PATH=/www/mysite] only\n; apply to PHP files in the /www/mysite directory.  Directives\n; following the section heading [HOST=www.example.com] only apply to\n; PHP files served from www.example.com.  Directives set in these\n; special sections cannot be overridden by user-defined INI files or\n; at runtime. Currently, [PATH=] and [HOST=] sections only work under\n; CGI/FastCGI.\n; http://php.net/ini.sections\n\n; Directives are specified using the following syntax:\n; directive = value\n; Directive names are *case sensitive* - foo=bar is different from FOO=bar.\n; Directives are variables used to configure PHP or PHP extensions.\n; There is no name validation.  If PHP can't find an expected\n; directive because it is not set or is mistyped, a default value will be used.\n\n; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one\n; of the INI constants (On, Off, True, False, Yes, No and None) or an expression\n; (e.g. E_ALL & ~E_NOTICE), a quoted string (\"bar\"), or a reference to a\n; previously set variable or directive (e.g. ${foo})\n\n; Expressions in the INI file are limited to bitwise operators and parentheses:\n; |  bitwise OR\n; ^  bitwise XOR\n; &  bitwise AND\n; ~  bitwise NOT\n; !  boolean NOT\n\n; Boolean flags can be turned on using the values 1, On, True or Yes.\n; They can be turned off using the values 0, Off, False or No.\n\n; An empty string can be denoted by simply not writing anything after the equal\n; sign, or by using the None keyword:\n\n;  foo =         ; sets foo to an empty string\n;  foo = None    ; sets foo to an empty string\n;  foo = \"None\"  ; sets foo to the string 'None'\n\n; If you use constants in your value, and these constants belong to a\n; dynamically loaded extension (either a PHP extension or a Zend extension),\n; you may only use these constants *after* the line that loads the extension.\n\n;;;;;;;;;;;;;;;;;;;\n; About this file ;\n;;;;;;;;;;;;;;;;;;;\n; PHP comes packaged with two INI files. One that is recommended to be used\n; in production environments and one that is recommended to be used in\n; development environments.\n\n; php.ini-production contains settings which hold security, performance and\n; best practices at its core. But please be aware, these settings may break\n; compatibility with older or less security conscience applications. We\n; recommending using the production ini in production and testing environments.\n\n; php.ini-development is very similar to its production variant, except it's\n; much more verbose when it comes to errors. We recommending using the\n; development version only in development environments as errors shown to\n; application users can inadvertently leak otherwise secure information.\n\n;;;;;;;;;;;;;;;;;;;\n; Quick Reference ;\n;;;;;;;;;;;;;;;;;;;\n; The following are all the settings which are different in either the production\n; or development versions of the INIs with respect to PHP's default behavior.\n; Please see the actual settings later in the document for more details as to why\n; we recommend these changes in PHP's behavior.\n\n; allow_call_time_pass_reference\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; display_errors\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; display_startup_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: Off\n\n; error_reporting\n;   Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED\n;   Development Value: E_ALL\n;   Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT\n\n; html_errors\n;   Default Value: On\n;   Development Value: On\n;   Production value: On\n\n; log_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: On\n\n; magic_quotes_gpc\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; max_input_time\n;   Default Value: -1 (Unlimited)\n;   Development Value: 60 (60 seconds)\n;   Production Value: 60 (60 seconds)\n\n; output_buffering\n;   Default Value: Off\n;   Development Value: 4096\n;   Production Value: 4096\n\n; register_argc_argv\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; register_long_arrays\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; request_order\n;   Default Value: None\n;   Development Value: \"GP\"\n;   Production Value: \"GP\"\n\n; session.bug_compat_42\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; session.bug_compat_warn\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; session.gc_divisor\n;   Default Value: 100\n;   Development Value: 1000\n;   Production Value: 1000\n\n; session.hash_bits_per_character\n;   Default Value: 4\n;   Development Value: 5\n;   Production Value: 5\n\n; short_open_tag\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; track_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: Off\n\n; url_rewriter.tags\n;   Default Value: \"a=href,area=href,frame=src,form=,fieldset=\"\n;   Development Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n;   Production Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n\n; variables_order\n;   Default Value: \"EGPCS\"\n;   Development Value: \"GPCS\"\n;   Production Value: \"GPCS\"\n\n;;;;;;;;;;;;;;;;;;;;\n; php.ini Options  ;\n;;;;;;;;;;;;;;;;;;;;\n; Name for user-defined php.ini (.htaccess) files. Default is \".user.ini\"\n;user_ini.filename = \".user.ini\"\n\n; To disable this feature set this option to empty value\n;user_ini.filename =\n\n; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)\n;user_ini.cache_ttl = 300\n\n;;;;;;;;;;;;;;;;;;;;\n; Language Options ;\n;;;;;;;;;;;;;;;;;;;;\n\n; Enable the PHP scripting language engine under Apache.\n; http://php.net/engine\nengine = On\n\n; This directive determines whether or not PHP will recognize code between\n; <? and ?> tags as PHP source which should be processed as such. It's been\n; recommended for several years that you not use the short tag \"short cut\" and\n; instead to use the full <?php and ?> tag combination. With the wide spread use\n; of XML and use of these tags by other languages, the server can become easily\n; confused and end up parsing the wrong code in the wrong context. But because\n; this short cut has been a feature for such a long time, it's currently still\n; supported for backwards compatibility, but we recommend you don't use them.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/short-open-tag\nshort_open_tag = On\n\n; Allow ASP-style <% %> tags.\n; http://php.net/asp-tags\nasp_tags = Off\n\n; The number of significant digits displayed in floating point numbers.\n; http://php.net/precision\nprecision = 14\n\n; Output buffering is a mechanism for controlling how much output data\n; (excluding headers and cookies) PHP should keep internally before pushing that\n; data to the client. If your application's output exceeds this setting, PHP\n; will send that data in chunks of roughly the size you specify.\n; Turning on this setting and managing its maximum buffer size can yield some\n; interesting side-effects depending on your application and web server.\n; You may be able to send headers and cookies after you've already sent output\n; through print or echo. You also may see performance benefits if your server is\n; emitting less packets due to buffered output versus PHP streaming the output\n; as it gets it. On production servers, 4096 bytes is a good setting for performance\n; reasons.\n; Note: Output buffering can also be controlled via Output Buffering Control\n;   functions.\n; Possible Values:\n;   On = Enabled and buffer is unlimited. (Use with caution)\n;   Off = Disabled\n;   Integer = Enables the buffer and sets its maximum size in bytes.\n; Note: This directive is hardcoded to Off for the CLI SAPI\n; Default Value: Off\n; Development Value: 4096\n; Production Value: 4096\n; http://php.net/output-buffering\noutput_buffering = 4096\n\n; You can redirect all of the output of your scripts to a function.  For\n; example, if you set output_handler to \"mb_output_handler\", character\n; encoding will be transparently converted to the specified encoding.\n; Setting any output handler automatically turns on output buffering.\n; Note: People who wrote portable scripts should not depend on this ini\n;   directive. Instead, explicitly set the output handler using ob_start().\n;   Using this ini directive may cause problems unless you know what script\n;   is doing.\n; Note: You cannot use both \"mb_output_handler\" with \"ob_iconv_handler\"\n;   and you cannot use both \"ob_gzhandler\" and \"zlib.output_compression\".\n; Note: output_handler must be empty if this is set 'On' !!!!\n;   Instead you must use zlib.output_handler.\n; http://php.net/output-handler\n;output_handler =\n\n; Transparent output compression using the zlib library\n; Valid values for this option are 'off', 'on', or a specific buffer size\n; to be used for compression (default is 4KB)\n; Note: Resulting chunk size may vary due to nature of compression. PHP\n;   outputs chunks that are few hundreds bytes each as a result of\n;   compression. If you prefer a larger chunk size for better\n;   performance, enable output_buffering in addition.\n; Note: You need to use zlib.output_handler instead of the standard\n;   output_handler, or otherwise the output will be corrupted.\n; http://php.net/zlib.output-compression\nzlib.output_compression = Off\n\n; http://php.net/zlib.output-compression-level\n;zlib.output_compression_level = -1\n\n; You cannot specify additional output handlers if zlib.output_compression\n; is activated here. This setting does the same as output_handler but in\n; a different order.\n; http://php.net/zlib.output-handler\n;zlib.output_handler =\n\n; Implicit flush tells PHP to tell the output layer to flush itself\n; automatically after every output block.  This is equivalent to calling the\n; PHP function flush() after each and every call to print() or echo() and each\n; and every HTML block.  Turning this option on has serious performance\n; implications and is generally recommended for debugging purposes only.\n; http://php.net/implicit-flush\n; Note: This directive is hardcoded to On for the CLI SAPI\nimplicit_flush = Off\n\n; The unserialize callback function will be called (with the undefined class'\n; name as parameter), if the unserializer finds an undefined class\n; which should be instantiated. A warning appears if the specified function is\n; not defined, or if the function doesn't include/implement the missing class.\n; So only set this entry, if you really want to implement such a\n; callback-function.\nunserialize_callback_func =\n\n; When floats & doubles are serialized store serialize_precision significant\n; digits after the floating point. The default value ensures that when floats\n; are decoded with unserialize, the data will remain the same.\nserialize_precision = 17\n\n; This directive allows you to enable and disable warnings which PHP will issue\n; if you pass a value by reference at function call time. Passing values by\n; reference at function call time is a deprecated feature which will be removed\n; from PHP at some point in the near future. The acceptable method for passing a\n; value by reference to a function is by declaring the reference in the functions\n; definition, not at call time. This directive does not disable this feature, it\n; only determines whether PHP will warn you about it or not. These warnings\n; should enabled in development environments only.\n; Default Value: On (Suppress warnings)\n; Development Value: Off (Issue warnings)\n; Production Value: Off (Issue warnings)\n; http://php.net/allow-call-time-pass-reference\nallow_call_time_pass_reference = Off\n\n; open_basedir, if set, limits all file operations to the defined directory\n; and below.  This directive makes most sense if used in a per-directory\n; or per-virtualhost web server configuration file. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/open-basedir\n;open_basedir =\n\n; This directive allows you to disable certain functions for security reasons.\n; It receives a comma-delimited list of function names. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/disable-functions\n; i-MSCP note: when using php5-fpm, function are disabled in pool conf files\n;disable_functions =\n\n; This directive allows you to disable certain classes for security reasons.\n; It receives a comma-delimited list of class names. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/disable-classes\ndisable_classes =\n\n; Colors for Syntax Highlighting mode.  Anything that's acceptable in\n; <span style=\"color: ???????\"> would work.\n; http://php.net/syntax-highlighting\n;highlight.string  = #DD0000\n;highlight.comment = #FF9900\n;highlight.keyword = #007700\n;highlight.default = #0000BB\n;highlight.html    = #000000\n\n; If enabled, the request will be allowed to complete even if the user aborts\n; the request. Consider enabling it if executing long requests, which may end up\n; being interrupted by the user or a browser timing out. PHP's default behavior\n; is to disable this feature.\n; http://php.net/ignore-user-abort\nignore_user_abort = Off\n\n; Determines the size of the realpath cache to be used by PHP. This value should\n; be increased on systems where PHP opens many files to reflect the quantity of\n; the file operations performed.\n; http://php.net/realpath-cache-size\n;realpath_cache_size = 16k\n\n; Duration of time, in seconds for which to cache realpath information for a given\n; file or directory. For systems with rarely changing files, consider increasing this\n; value.\n; http://php.net/realpath-cache-ttl\n;realpath_cache_ttl = 120\n\n; Enables or disables the circular reference collector.\n; http://php.net/zend.enable-gc\nzend.enable_gc = On\n\n; If enabled, scripts may be written in encodings that are incompatible with\n; the scanner.  CP936, Big5, CP949 and Shift_JIS are the examples of such\n; encodings.  To use this feature, mbstring extension must be enabled.\n; Default: Off\n;zend.multibyte = Off\n\n; Allows to set the default encoding for the scripts.  This value will be used\n; unless \"declare(encoding=...)\" directive appears at the top of the script.\n; Only affects if zend.multibyte is set.\n; Default: \"\"\n;zend.script_encoding =\n\n;;;;;;;;;;;;;;;;;\n; Miscellaneous ;\n;;;;;;;;;;;;;;;;;\n\n; Decides whether PHP may expose the fact that it is installed on the server\n; (e.g. by adding its signature to the Web server header).  It is no security\n; threat in any way, but it makes it possible to determine whether you use PHP\n; on your server or not.\n; http://php.net/expose-php\nexpose_php = Off\n\n;;;;;;;;;;;;;;;;;;;\n; Resource Limits ;\n;;;;;;;;;;;;;;;;;;;\n\n; Maximum execution time of each script, in seconds\n; http://php.net/max-execution-time\n; Note: This directive is hardcoded to 0 for the CLI SAPI\nmax_execution_time = 30\n\n; Maximum amount of time each script may spend parsing request data. It's a good\n; idea to limit this time on productions servers in order to eliminate unexpectedly\n; long running scripts.\n; Note: This directive is hardcoded to -1 for the CLI SAPI\n; Default Value: -1 (Unlimited)\n; Development Value: 60 (60 seconds)\n; Production Value: 60 (60 seconds)\n; http://php.net/max-input-time\nmax_input_time = 60\n\n; Maximum input variable nesting level\n; http://php.net/max-input-nesting-level\n;max_input_nesting_level = 64\n\n; How many GET/POST/COOKIE input variables may be accepted\n; max_input_vars = 1000\n\n; Maximum amount of memory a script may consume (64MB)\n; http://php.net/memory-limit\nmemory_limit = 64M\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n; Error handling and logging ;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; This directive informs PHP of which errors, warnings and notices you would like\n; it to take action for. The recommended way of setting values for this\n; directive is through the use of the error level constants and bitwise\n; operators. The error level constants are below here for convenience as well as\n; some common settings and their meanings.\n; By default, PHP is set to take action on all errors, notices and warnings EXCEPT\n; those related to E_NOTICE and E_STRICT, which together cover best practices and\n; recommended coding standards in PHP. For performance reasons, this is the\n; recommend error reporting setting. Your production server shouldn't be wasting\n; resources complaining about best practices and coding standards. That's what\n; development servers and development settings are for.\n; Note: The php.ini-development file has this setting as E_ALL. This\n; means it pretty much reports everything which is exactly what you want during\n; development and early testing.\n;\n; Error Level Constants:\n; E_ALL             - All errors and warnings (includes E_STRICT as of PHP 5.4.0)\n; E_ERROR           - fatal run-time errors\n; E_RECOVERABLE_ERROR  - almost fatal run-time errors\n; E_WARNING         - run-time warnings (non-fatal errors)\n; E_PARSE           - compile-time parse errors\n; E_NOTICE          - run-time notices (these are warnings which often result\n;                     from a bug in your code, but it's possible that it was\n;                     intentional (e.g., using an uninitialized variable and\n;                     relying on the fact it's automatically initialized to an\n;                     empty string)\n; E_STRICT          - run-time notices, enable to have PHP suggest changes\n;                     to your code which will ensure the best interoperability\n;                     and forward compatibility of your code\n; E_CORE_ERROR      - fatal errors that occur during PHP's initial startup\n; E_CORE_WARNING    - warnings (non-fatal errors) that occur during PHP's\n;                     initial startup\n; E_COMPILE_ERROR   - fatal compile-time errors\n; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)\n; E_USER_ERROR      - user-generated error message\n; E_USER_WARNING    - user-generated warning message\n; E_USER_NOTICE     - user-generated notice message\n; E_DEPRECATED      - warn about code that will not work in future versions\n;                     of PHP\n; E_USER_DEPRECATED - user-generated deprecation warnings\n;\n; Common Values:\n;   E_ALL (Show all errors, warnings and notices including coding standards.)\n;   E_ALL & ~E_NOTICE  (Show all errors, except for notices)\n;   E_ALL & ~E_NOTICE & ~E_STRICT  (Show all errors, except for notices and coding standards warnings.)\n;   E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR  (Show only errors)\n; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED\n; Development Value: E_ALL\n; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT\n; http://php.net/error-reporting\nerror_reporting = E_ALL & ~E_STRICT & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED\n\n; This directive controls whether or not and where PHP will output errors,\n; notices and warnings too. Error output is very useful during development, but\n; it could be very dangerous in production environments. Depending on the code\n; which is triggering the error, sensitive information could potentially leak\n; out of your application such as database usernames and passwords or worse.\n; It's recommended that errors be logged on production servers rather than\n; having the errors sent to STDOUT.\n; Possible Values:\n;   Off = Do not display any errors\n;   stderr = Display errors to STDERR (affects only CGI/CLI binaries!)\n;   On or stdout = Display errors to STDOUT\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/display-errors\ndisplay_errors = On\n\n; The display of errors which occur during PHP's startup sequence are handled\n; separately from display_errors. PHP's default behavior is to suppress those\n; errors from clients. Turning the display of startup errors on can be useful in\n; debugging configuration problems. But, it's strongly recommended that you\n; leave this setting off on production servers.\n; Default Value: Off\n; Development Value: On\n; Production Value: Off\n; http://php.net/display-startup-errors\ndisplay_startup_errors = Off\n\n; Besides displaying errors, PHP can also log errors to locations such as a\n; server-specific log, STDERR, or a location specified by the error_log\n; directive found below. While errors should not be displayed on productions\n; servers they should still be monitored and logging is a great way to do that.\n; Default Value: Off\n; Development Value: On\n; Production Value: On\n; http://php.net/log-errors\nlog_errors = Off\n\n; Set maximum length of log_errors. In error_log information about the source is\n; added. The default is 1024 and 0 allows to not apply any maximum length at all.\n; http://php.net/log-errors-max-len\nlog_errors_max_len = 1024\n\n; Do not log repeated messages. Repeated errors must occur in same file on same\n; line unless ignore_repeated_source is set true.\n; http://php.net/ignore-repeated-errors\nignore_repeated_errors = Off\n\n; Ignore source of message when ignoring repeated messages. When this setting\n; is On you will not log errors with repeated messages from different files or\n; source lines.\n; http://php.net/ignore-repeated-source\nignore_repeated_source = Off\n\n; If this parameter is set to Off, then memory leaks will not be shown (on\n; stdout or in the log). This has only effect in a debug compile, and if\n; error reporting includes E_WARNING in the allowed list\n; http://php.net/report-memleaks\nreport_memleaks = On\n\n; This setting is on by default.\n;report_zend_debug = 0\n\n; Store the last error/warning message in $php_errormsg (boolean). Setting this value\n; to On can assist in debugging and is appropriate for development servers. It should\n; however be disabled on production servers.\n; Default Value: Off\n; Development Value: On\n; Production Value: Off\n; http://php.net/track-errors\ntrack_errors = Off\n\n; Turn off normal error reporting and emit XML-RPC error XML\n; http://php.net/xmlrpc-errors\n;xmlrpc_errors = 0\n\n; An XML-RPC faultCode\n;xmlrpc_error_number = 0\n\n; When PHP displays or logs an error, it has the capability of formatting the\n; error message as HTML for easier reading. This directive controls whether\n; the error message is formatted as HTML or not.\n; Note: This directive is hardcoded to Off for the CLI SAPI\n; Default Value: On\n; Development Value: On\n; Production value: On\n; http://php.net/html-errors\nhtml_errors = Off\n\n; If html_errors is set to On *and* docref_root is not empty, then PHP\n; produces clickable error messages that direct to a page describing the error\n; or function causing the error in detail.\n; You can download a copy of the PHP manual from http://php.net/docs\n; and change docref_root to the base URL of your local copy including the\n; leading '/'. You must also specify the file extension being used including\n; the dot. PHP's default behavior is to leave these settings empty, in which\n; case no links to documentation are generated.\n; Note: Never use this feature for production boxes.\n; http://php.net/docref-root\n; Examples\n;docref_root = \"/phpmanual/\"\n\n; http://php.net/docref-ext\n;docref_ext = .html\n\n; String to output before an error message. PHP's default behavior is to leave\n; this setting blank.\n; http://php.net/error-prepend-string\n; Example:\n;error_prepend_string = \"<span style='color: #ff0000'>\"\n\n; String to output after an error message. PHP's default behavior is to leave\n; this setting blank.\n; http://php.net/error-append-string\n; Example:\n;error_append_string = \"</span>\"\n\n; Log errors to specified file. PHP's default behavior is to leave this value\n; empty.\n; http://php.net/error-log\n; Example:\n;error_log = php_errors.log\n; Log errors to syslog (Event Log on NT, not valid in Windows 95).\n;error_log = syslog\n\n;windows.show_crt_warning\n; Default value: 0\n; Development value: 0\n; Production value: 0\n\n;;;;;;;;;;;;;;;;;\n; Data Handling ;\n;;;;;;;;;;;;;;;;;\n\n; The separator used in PHP generated URLs to separate arguments.\n; PHP's default setting is \"&\".\n; http://php.net/arg-separator.output\n; Example:\n;arg_separator.output = \"&amp;\"\n\n; List of separator(s) used by PHP to parse input URLs into variables.\n; PHP's default setting is \"&\".\n; NOTE: Every character in this directive is considered as separator!\n; http://php.net/arg-separator.input\n; Example:\n;arg_separator.input = \";&\"\n\n; This directive determines which super global arrays are registered when PHP\n; starts up. G,P,C,E & S are abbreviations for the following respective super\n; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty\n; paid for the registration of these arrays and because ENV is not as commonly\n; used as the others, ENV is not recommended on productions servers. You\n; can still get access to the environment variables through getenv() should you\n; need to.\n; Default Value: \"EGPCS\"\n; Development Value: \"GPCS\"\n; Production Value: \"GPCS\";\n; http://php.net/variables-order\nvariables_order = \"GPCS\"\n\n; This directive determines which super global data (G,P,C,E & S) should\n; be registered into the super global array REQUEST. If so, it also determines\n; the order in which that data is registered. The values for this directive are\n; specified in the same manner as the variables_order directive, EXCEPT one.\n; Leaving this value empty will cause PHP to use the value set in the\n; variables_order directive. It does not mean it will leave the super globals\n; array REQUEST empty.\n; Default Value: None\n; Development Value: \"GP\"\n; Production Value: \"GP\"\n; http://php.net/request-order\nrequest_order = \"GP\"\n\n; Determines whether the deprecated long $HTTP_*_VARS type predefined variables\n; are registered by PHP or not. As they are deprecated, we obviously don't\n; recommend you use them. They are on by default for compatibility reasons but\n; they are not recommended on production servers.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/register-long-arrays\nregister_long_arrays = Off\n\n; This directive determines whether PHP registers $argv & $argc each time it\n; runs. $argv contains an array of all the arguments passed to PHP when a script\n; is invoked. $argc contains an integer representing the number of arguments\n; that were passed when the script was invoked. These arrays are extremely\n; useful when running scripts from the command line. When this directive is\n; enabled, registering these variables consumes CPU cycles and memory each time\n; a script is executed. For performance reasons, this feature should be disabled\n; on production servers.\n; Note: This directive is hardcoded to On for the CLI SAPI\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/register-argc-argv\nregister_argc_argv = Off\n\n; When enabled, the ENV, REQUEST and SERVER variables are created when they're\n; first used (Just In Time) instead of when the script starts. If these\n; variables are not used within a script, having this directive on will result\n; in a performance gain. The PHP directive register_argc_argv must be disabled\n; for this directive to have any affect.\n; http://php.net/auto-globals-jit\nauto_globals_jit = On\n\n; Whether PHP will read the POST data.\n; This option is enabled by default.\n; Most likely, you won't want to disable this option globally. It causes $_POST\n; and $_FILES to always be empty; the only way you will be able to read the\n; POST data will be through the php://input stream wrapper. This can be useful\n; to proxy requests or to process the POST data in a memory efficient fashion.\n; http://php.net/enable-post-data-reading\n;enable_post_data_reading = Off\n\n; Maximum size of POST data that PHP will accept.\n; Its value may be 0 to disable the limit. It is ignored if POST data reading\n; is disabled through enable_post_data_reading.\n; http://php.net/post-max-size\npost_max_size = 20M\n\n; Magic quotes are a preprocessing feature of PHP where PHP will attempt to\n; escape any character sequences in GET, POST, COOKIE and ENV data which might\n; otherwise corrupt data being placed in resources such as databases before\n; making that data available to you. Because of character encoding issues and\n; non-standard SQL implementations across many databases, it's not currently\n; possible for this feature to be 100% accurate. PHP's default behavior is to\n; enable the feature. We strongly recommend you use the escaping mechanisms\n; designed specifically for the database your using instead of relying on this\n; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is\n; scheduled removed in PHP 5.4.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/magic-quotes-gpc\nmagic_quotes_gpc = Off\n\n; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.\n; http://php.net/magic-quotes-runtime\nmagic_quotes_runtime = Off\n\n; Use Sybase-style magic quotes (escape ' with '' instead of \\').\n; http://php.net/magic-quotes-sybase\nmagic_quotes_sybase = Off\n\n; Automatically add files before PHP document.\n; http://php.net/auto-prepend-file\nauto_prepend_file =\n\n; Automatically add files after PHP document.\n; http://php.net/auto-append-file\nauto_append_file =\n\n; By default, PHP will output a character encoding using\n; the Content-type: header.  To disable sending of the charset, simply\n; set it to be empty.\n;\n; PHP's built-in default is text/html\n; http://php.net/default-mimetype\ndefault_mimetype = \"text/html\"\n\n; PHP's default character set is set to empty.\n; http://php.net/default-charset\ndefault_charset = \"\"\n\n; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is\n; to disable this feature. If post reading is disabled through\n; enable_post_data_reading, $HTTP_RAW_POST_DATA is *NOT* populated.\n; http://php.net/always-populate-raw-post-data\n;always_populate_raw_post_data = On\n\n;;;;;;;;;;;;;;;;;;;;;;;;;\n; Paths and Directories ;\n;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; UNIX: \"/path1:/path2\"\ninclude_path = \".:{PEAR_DIR}\"\n\n; Windows: \"\\path1;\\path2\"\n;include_path = \".;c:\\php\\includes\"\n;\n; PHP's default setting for include_path is \".;/path/to/php/pear\"\n; http://php.net/include-path\n\n; The root of the PHP pages, used only if nonempty.\n; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root\n; if you are running php as a CGI under any web server (other than IIS)\n; see documentation for security issues.  The alternate is to use the\n; cgi.force_redirect configuration below\n; http://php.net/doc-root\ndoc_root =\n\n; The directory under which PHP opens the script using /~username used only\n; if nonempty.\n; http://php.net/user-dir\nuser_dir =\n\n; Directory in which the loadable extensions (modules) reside.\n; http://php.net/extension-dir\n; extension_dir = \"./\"\n; On windows:\n; extension_dir = \"ext\"\n\n; Whether or not to enable the dl() function.  The dl() function does NOT work\n; properly in multithreaded servers, such as IIS or Zeus, and is automatically\n; disabled on them.\n; http://php.net/enable-dl\nenable_dl = Off\n\n; cgi.force_redirect is necessary to provide security running PHP as a CGI under\n; most web servers.  Left undefined, PHP turns this on by default.  You can\n; turn it off here AT YOUR OWN RISK\n; **You CAN safely turn this off for IIS, in fact, you MUST.**\n; http://php.net/cgi.force-redirect\n;cgi.force_redirect = 1\n\n; if cgi.nph is enabled it will force cgi to always sent Status: 200 with\n; every request. PHP's default behavior is to disable this feature.\n;cgi.nph = 1\n\n; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape\n; (iPlanet) web servers, you MAY need to set an environment variable name that PHP\n; will look for to know it is OK to continue execution.  Setting this variable MAY\n; cause security issues, KNOW WHAT YOU ARE DOING FIRST.\n; http://php.net/cgi.redirect-status-env\n;cgi.redirect_status_env = ;\n\n; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI.  PHP's\n; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok\n; what PATH_INFO is.  For more information on PATH_INFO, see the cgi specs.  Setting\n; this to 1 will cause PHP CGI to fix its paths to conform to the spec.  A setting\n; of zero causes PHP to behave as before.  Default is 1.  You should fix your scripts\n; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.\n; http://php.net/cgi.fix-pathinfo\ncgi.fix_pathinfo=1\n\n; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate\n; security tokens of the calling client.  This allows IIS to define the\n; security context that the request runs under.  mod_fastcgi under Apache\n; does not currently support this feature (03/17/2002)\n; Set to 1 if running under IIS.  Default is zero.\n; http://php.net/fastcgi.impersonate\n;fastcgi.impersonate = 1;\n\n; Disable logging through FastCGI connection. PHP's default behavior is to enable\n; this feature.\n;fastcgi.logging = 0\n\n; cgi.rfc2616_headers configuration option tells PHP what type of headers to\n; use when sending HTTP response code. If it's set 0 PHP sends Status: header that\n; is supported by Apache. When this option is set to 1 PHP will send\n; RFC2616 compliant header.\n; Default is zero.\n; http://php.net/cgi.rfc2616-headers\n;cgi.rfc2616_headers = 0\n\n;;;;;;;;;;;;;;;;\n; File Uploads ;\n;;;;;;;;;;;;;;;;\n\n; Whether to allow HTTP file uploads.\n; http://php.net/file-uploads\nfile_uploads = On\n\n; Temporary directory for HTTP uploaded files (will use system default if not\n; specified).\n; http://php.net/upload-tmp-dir\n;upload_tmp_dir =\n\n; Maximum allowed size for uploaded files.\n; http://php.net/upload-max-filesize\nupload_max_filesize = 20M\n\n; Maximum number of files that can be uploaded via a single request\nmax_file_uploads = 20\n\n;;;;;;;;;;;;;;;;;;\n; Fopen wrappers ;\n;;;;;;;;;;;;;;;;;;\n\n; Whether to allow the treatment of URLs (like http:// or ftp://) as files.\n; http://php.net/allow-url-fopen\nallow_url_fopen = On\n\n; Whether to allow include/require to open URLs (like http:// or ftp://) as files.\n; http://php.net/allow-url-include\nallow_url_include = Off\n\n; Define the anonymous ftp password (your email address). PHP's default setting\n; for this is empty.\n; http://php.net/from\n;from=\"john@doe.com\"\n\n; Define the User-Agent string. PHP's default setting for this is empty.\n; http://php.net/user-agent\n;user_agent=\"PHP\"\n\n; Default timeout for socket based streams (seconds)\n; http://php.net/default-socket-timeout\ndefault_socket_timeout = 60\n\n; If your scripts have to deal with files from Macintosh systems,\n; or you are running on a Mac and need to deal with files from\n; unix or win32 systems, setting this flag will cause PHP to\n; automatically detect the EOL character in those files so that\n; fgets() and file() will work regardless of the source of the file.\n; http://php.net/auto-detect-line-endings\n;auto_detect_line_endings = Off\n\n;;;;;;;;;;;;;;;;;;;;;;\n; Dynamic Extensions ;\n;;;;;;;;;;;;;;;;;;;;;;\n\n; If you wish to have an extension loaded automatically, use the following\n; syntax:\n;\n;   extension=modulename.extension\n;\n; For example, on Windows:\n;\n;   extension=msql.dll\n;\n; ... or under UNIX:\n;\n;   extension=msql.so\n;\n; ... or with a path:\n;\n;   extension=/path/to/extension/msql.so\n;\n; If you only provide the name of the extension, PHP will look for it in its\n; default extension directory.\n;\n\n;;;;;;;;;;;;;;;;;;;\n; Module Settings ;\n;;;;;;;;;;;;;;;;;;;\n\n[Date]\n; Defines the default timezone used by the date functions\n; http://php.net/date.timezone\ndate.timezone = {TIMEZONE}\n\n; http://php.net/date.default-latitude\n;date.default_latitude = 31.7667\n\n; http://php.net/date.default-longitude\n;date.default_longitude = 35.2333\n\n; http://php.net/date.sunrise-zenith\n;date.sunrise_zenith = 90.583333\n\n; http://php.net/date.sunset-zenith\n;date.sunset_zenith = 90.583333\n\n[filter]\n; http://php.net/filter.default\n;filter.default = unsafe_raw\n\n; http://php.net/filter.default-flags\n;filter.default_flags =\n\n[iconv]\n;iconv.input_encoding = ISO-8859-1\n;iconv.internal_encoding = ISO-8859-1\n;iconv.output_encoding = ISO-8859-1\n\n[intl]\n;intl.default_locale =\n; This directive allows you to produce PHP errors when some error\n; happens within intl functions. The value is the level of the error produced.\n; Default is 0, which does not produce any errors.\n;intl.error_level = E_WARNING\n\n[sqlite]\n; http://php.net/sqlite.assoc-case\n;sqlite.assoc_case = 0\n\n[sqlite3]\n;sqlite3.extension_dir =\n\n[Pcre]\n;PCRE library backtracking limit.\n; http://php.net/pcre.backtrack-limit\n;pcre.backtrack_limit=100000\n\n;PCRE library recursion limit.\n;Please note that if you set this value to a high number you may consume all\n;the available process stack and eventually crash PHP (due to reaching the\n;stack size limit imposed by the Operating System).\n; http://php.net/pcre.recursion-limit\n;pcre.recursion_limit=100000\n\n[Pdo]\n; Whether to pool ODBC connections. Can be one of \"strict\", \"relaxed\" or \"off\"\n; http://php.net/pdo-odbc.connection-pooling\n;pdo_odbc.connection_pooling=strict\n\n;pdo_odbc.db2_instance_name\n\n[Pdo_mysql]\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/pdo_mysql.cache_size\npdo_mysql.cache_size = 2000\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/pdo_mysql.default-socket\npdo_mysql.default_socket =\n\n[Phar]\n; http://php.net/phar.readonly\n;phar.readonly = On\n\n; http://php.net/phar.require-hash\n;phar.require_hash = On\n\n;phar.cache_list =\n\n[mail function]\n; For Win32 only.\n; http://php.net/smtp\nSMTP = localhost\n; http://php.net/smtp-port\nsmtp_port = 25\n\n; For Win32 only.\n; http://php.net/sendmail-from\n;sendmail_from = me@example.com\n\n; For Unix only.  You may supply arguments as well (default: \"sendmail -t -i\").\n; http://php.net/sendmail-path\n;sendmail_path =\n\n; Force the addition of the specified parameters to be passed as extra parameters\n; to the sendmail binary. These parameters will always replace the value of\n; the 5th parameter to mail(), even in safe mode.\n;mail.force_extra_parameters =\n\n; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename\nmail.add_x_header = Off\n\n; The path to a log file that will log all mail() calls. Log entries include\n; the full path of the script, line number, To address and headers.\n;mail.log =\n\n[SQL]\n; http://php.net/sql.safe-mode\nsql.safe_mode = Off\n\n[ODBC]\n; http://php.net/odbc.default-db\n;odbc.default_db    =  Not yet implemented\n\n; http://php.net/odbc.default-user\n;odbc.default_user  =  Not yet implemented\n\n; http://php.net/odbc.default-pw\n;odbc.default_pw    =  Not yet implemented\n\n; Controls the ODBC cursor model.\n; Default: SQL_CURSOR_STATIC (default).\n;odbc.default_cursortype\n\n; Allow or prevent persistent links.\n; http://php.net/odbc.allow-persistent\nodbc.allow_persistent = Off\n\n; Check that a connection is still valid before reuse.\n; http://php.net/odbc.check-persistent\nodbc.check_persistent = On\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/odbc.max-persistent\nodbc.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/odbc.max-links\nodbc.max_links = -1\n\n; Handling of LONG fields.  Returns number of bytes to variables.  0 means\n; passthru.\n; http://php.net/odbc.defaultlrl\nodbc.defaultlrl = 4096\n\n; Handling of binary data.  0 means passthru, 1 return as is, 2 convert to char.\n; See the documentation on odbc_binmode and odbc_longreadlen for an explanation\n; of odbc.defaultlrl and odbc.defaultbinmode\n; http://php.net/odbc.defaultbinmode\nodbc.defaultbinmode = 1\n\n;birdstep.max_links = -1\n\n[Interbase]\n; Allow or prevent persistent links.\nibase.allow_persistent = 0\n\n; Maximum number of persistent links.  -1 means no limit.\nibase.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\nibase.max_links = -1\n\n; Default database name for ibase_connect().\n;ibase.default_db =\n\n; Default username for ibase_connect().\n;ibase.default_user =\n\n; Default password for ibase_connect().\n;ibase.default_password =\n\n; Default charset for ibase_connect().\n;ibase.default_charset =\n\n; Default timestamp format.\nibase.timestampformat = \"%Y-%m-%d %H:%M:%S\"\n\n; Default date format.\nibase.dateformat = \"%Y-%m-%d\"\n\n; Default time format.\nibase.timeformat = \"%H:%M:%S\"\n\n[MySQL]\n; Allow accessing, from PHP's perspective, local files with LOAD DATA statements\n; http://php.net/mysql.allow_local_infile\nmysql.allow_local_infile = On\n\n; Allow or prevent persistent links.\n; http://php.net/mysql.allow-persistent\nmysql.allow_persistent = Off\n\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/mysql.cache_size\nmysql.cache_size = 2000\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/mysql.max-persistent\nmysql.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/mysql.max-links\nmysql.max_links = -1\n\n; Default port number for mysql_connect().  If unset, mysql_connect() will use\n; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the\n; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look\n; at MYSQL_PORT.\n; http://php.net/mysql.default-port\nmysql.default_port =\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/mysql.default-socket\nmysql.default_socket =\n\n; Default host for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysql.default-host\nmysql.default_host =\n\n; Default user for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysql.default-user\nmysql.default_user =\n\n; Default password for mysql_connect() (doesn't apply in safe mode).\n; Note that this is generally a *bad* idea to store passwords in this file.\n; *Any* user with PHP access can run 'echo get_cfg_var(\"mysql.default_password\")\n; and reveal this password!  And of course, any users with read access to this\n; file will be able to reveal the password as well.\n; http://php.net/mysql.default-password\nmysql.default_password =\n\n; Maximum time (in seconds) for connect timeout. -1 means no limit\n; http://php.net/mysql.connect-timeout\nmysql.connect_timeout = 60\n\n; Trace mode. When trace_mode is active (=On), warnings for table/index scans and\n; SQL-Errors will be displayed.\n; http://php.net/mysql.trace-mode\nmysql.trace_mode = Off\n\n[MySQLi]\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/mysqli.max-persistent\nmysqli.max_persistent = -1\n\n; Allow accessing, from PHP's perspective, local files with LOAD DATA statements\n; http://php.net/mysqli.allow_local_infile\n;mysqli.allow_local_infile = On\n\n; Allow or prevent persistent links.\n; http://php.net/mysqli.allow-persistent\nmysqli.allow_persistent = Off\n\n; Maximum number of links.  -1 means no limit.\n; http://php.net/mysqli.max-links\nmysqli.max_links = -1\n\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/mysqli.cache_size\nmysqli.cache_size = 2000\n\n; Default port number for mysqli_connect().  If unset, mysqli_connect() will use\n; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the\n; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look\n; at MYSQL_PORT.\n; http://php.net/mysqli.default-port\nmysqli.default_port = 3306\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/mysqli.default-socket\nmysqli.default_socket =\n\n; Default host for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysqli.default-host\nmysqli.default_host =\n\n; Default user for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysqli.default-user\nmysqli.default_user =\n\n; Default password for mysqli_connect() (doesn't apply in safe mode).\n; Note that this is generally a *bad* idea to store passwords in this file.\n; *Any* user with PHP access can run 'echo get_cfg_var(\"mysqli.default_pw\")\n; and reveal this password!  And of course, any users with read access to this\n; file will be able to reveal the password as well.\n; http://php.net/mysqli.default-pw\nmysqli.default_pw =\n\n; Allow or prevent reconnect\nmysqli.reconnect = Off\n\n[mysqlnd]\n; Enable / Disable collection of general statistics by mysqlnd which can be\n; used to tune and monitor MySQL operations.\n; http://php.net/mysqlnd.collect_statistics\nmysqlnd.collect_statistics = Off\n\n; Enable / Disable collection of memory usage statistics by mysqlnd which can be\n; used to tune and monitor MySQL operations.\n; http://php.net/mysqlnd.collect_memory_statistics\nmysqlnd.collect_memory_statistics = Off\n\n; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.\n; http://php.net/mysqlnd.net_cmd_buffer_size\n;mysqlnd.net_cmd_buffer_size = 2048\n\n; Size of a pre-allocated buffer used for reading data sent by the server in\n; bytes.\n; http://php.net/mysqlnd.net_read_buffer_size\n;mysqlnd.net_read_buffer_size = 32768\n\n[OCI8]\n\n; Connection: Enables privileged connections using external\n; credentials (OCI_SYSOPER, OCI_SYSDBA)\n; http://php.net/oci8.privileged-connect\n;oci8.privileged_connect = Off\n\n; Connection: The maximum number of persistent OCI8 connections per\n; process. Using -1 means no limit.\n; http://php.net/oci8.max-persistent\n;oci8.max_persistent = -1\n\n; Connection: The maximum number of seconds a process is allowed to\n; maintain an idle persistent connection. Using -1 means idle\n; persistent connections will be maintained forever.\n; http://php.net/oci8.persistent-timeout\n;oci8.persistent_timeout = -1\n\n; Connection: The number of seconds that must pass before issuing a\n; ping during oci_pconnect() to check the connection validity. When\n; set to 0, each oci_pconnect() will cause a ping. Using -1 disables\n; pings completely.\n; http://php.net/oci8.ping-interval\n;oci8.ping_interval = 60\n\n; Connection: Set this to a user chosen connection class to be used\n; for all pooled server requests with Oracle 11g Database Resident\n; Connection Pooling (DRCP).  To use DRCP, this value should be set to\n; the same string for all web servers running the same application,\n; the database pool must be configured, and the connection string must\n; specify to use a pooled server.\n;oci8.connection_class =\n\n; High Availability: Using On lets PHP receive Fast Application\n; Notification (FAN) events generated when a database node fails. The\n; database must also be configured to post FAN events.\n;oci8.events = Off\n\n; Tuning: This option enables statement caching, and specifies how\n; many statements to cache. Using 0 disables statement caching.\n; http://php.net/oci8.statement-cache-size\n;oci8.statement_cache_size = 20\n\n; Tuning: Enables statement prefetching and sets the default number of\n; rows that will be fetched automatically after statement execution.\n; http://php.net/oci8.default-prefetch\n;oci8.default_prefetch = 100\n\n; Compatibility. Using On means oci_close() will not close\n; oci_connect() and oci_new_connect() connections.\n; http://php.net/oci8.old-oci-close-semantics\n;oci8.old_oci_close_semantics = Off\n\n[PostgreSQL]\n; Allow or prevent persistent links.\n; http://php.net/pgsql.allow-persistent\npgsql.allow_persistent = Off\n\n; Detect broken persistent links always with pg_pconnect().\n; Auto reset feature requires a little overheads.\n; http://php.net/pgsql.auto-reset-persistent\npgsql.auto_reset_persistent = Off\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/pgsql.max-persistent\npgsql.max_persistent = -1\n\n; Maximum number of links (persistent+non persistent).  -1 means no limit.\n; http://php.net/pgsql.max-links\npgsql.max_links = -1\n\n; Ignore PostgreSQL backends Notice message or not.\n; Notice message logging require a little overheads.\n; http://php.net/pgsql.ignore-notice\npgsql.ignore_notice = 0\n\n; Log PostgreSQL backends Notice message or not.\n; Unless pgsql.ignore_notice=0, module cannot log notice message.\n; http://php.net/pgsql.log-notice\npgsql.log_notice = 0\n\n[Sybase-CT]\n; Allow or prevent persistent links.\n; http://php.net/sybct.allow-persistent\nsybct.allow_persistent = Off\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/sybct.max-persistent\nsybct.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/sybct.max-links\nsybct.max_links = -1\n\n; Minimum server message severity to display.\n; http://php.net/sybct.min-server-severity\nsybct.min_server_severity = 10\n\n; Minimum client message severity to display.\n; http://php.net/sybct.min-client-severity\nsybct.min_client_severity = 10\n\n; Set per-context timeout\n; http://php.net/sybct.timeout\n;sybct.timeout=\n\n;sybct.packet_size\n\n; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.\n; Default: one minute\n;sybct.login_timeout=\n\n; The name of the host you claim to be connecting from, for display by sp_who.\n; Default: none\n;sybct.hostname=\n\n; Allows you to define how often deadlocks are to be retried. -1 means \"forever\".\n; Default: 0\n;sybct.deadlock_retry_count=\n\n[bcmath]\n; Number of decimal digits for all bcmath functions.\n; http://php.net/bcmath.scale\nbcmath.scale = 0\n\n[browscap]\n; http://php.net/browscap\n;browscap = extra/browscap.ini\n\n[Session]\n; Handler used to store/retrieve data.\n; http://php.net/session.save-handler\nsession.save_handler = files\n\n; Argument passed to save_handler.  In the case of files, this is the path\n; where data files are stored. Note: Windows users have to change this\n; variable in order to use PHP's session functions.\n;\n; The path can be defined as:\n;\n;     session.save_path = \"N;/path\"\n;\n; where N is an integer.  Instead of storing all the session files in\n; /path, what this will do is use subdirectories N-levels deep, and\n; store the session data in those directories.  This is useful if you\n; or your OS have problems with lots of files in one directory, and is\n; a more efficient layout for servers that handle lots of sessions.\n;\n; NOTE 1: PHP will not create this directory structure automatically.\n;         You can use the script in the ext/session dir for that purpose.\n; NOTE 2: See the section on garbage collection below if you choose to\n;         use subdirectories for session storage\n;\n; The file storage module creates files using mode 600 by default.\n; You can change that by using\n;\n;     session.save_path = \"N;MODE;/path\"\n;\n; where MODE is the octal representation of the mode. Note that this\n; does not overwrite the process's umask.\n; http://php.net/session.save-path\n;session.save_path = \"/tmp\"\n\n; Whether to use cookies.\n; http://php.net/session.use-cookies\nsession.use_cookies = 1\n\n; http://php.net/session.cookie-secure\n;session.cookie_secure =\n\n; This option forces PHP to fetch and use a cookie for storing and maintaining\n; the session id. We encourage this operation as it's very helpful in combating\n; session hijacking when not specifying and managing your own session id. It is\n; not the end all be all of session hijacking defense, but it's a good start.\n; http://php.net/session.use-only-cookies\nsession.use_only_cookies = 1\n\n; Name of the session (used as cookie name).\n; http://php.net/session.name\nsession.name = PHPSESSID\n\n; Initialize session on request startup.\n; http://php.net/session.auto-start\nsession.auto_start = 0\n\n; Lifetime in seconds of cookie or, if 0, until browser is restarted.\n; http://php.net/session.cookie-lifetime\nsession.cookie_lifetime = 0\n\n; The path for which the cookie is valid.\n; http://php.net/session.cookie-path\nsession.cookie_path = /\n\n; The domain for which the cookie is valid.\n; http://php.net/session.cookie-domain\nsession.cookie_domain =\n\n; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.\n; http://php.net/session.cookie-httponly\nsession.cookie_httponly =\n\n; Handler used to serialize data.  php is the standard serializer of PHP.\n; http://php.net/session.serialize-handler\nsession.serialize_handler = php\n\n; Defines the probability that the 'garbage collection' process is started\n; on every session initialization. The probability is calculated by using\n; gc_probability/gc_divisor. Where session.gc_probability is the numerator\n; and gc_divisor is the denominator in the equation. Setting this value to 1\n; when the session.gc_divisor value is 100 will give you approximately a 1% chance\n; the gc will run on any give request.\n; Default Value: 1\n; Development Value: 1\n; Production Value: 1\n; http://php.net/session.gc-probability\nsession.gc_probability = 1\n\n; Defines the probability that the 'garbage collection' process is started on every\n; session initialization. The probability is calculated by using the following equation:\n; gc_probability/gc_divisor. Where session.gc_probability is the numerator and\n; session.gc_divisor is the denominator in the equation. Setting this value to 1\n; when the session.gc_divisor value is 100 will give you approximately a 1% chance\n; the gc will run on any give request. Increasing this value to 1000 will give you\n; a 0.1% chance the gc will run on any give request. For high volume production servers,\n; this is a more efficient approach.\n; Default Value: 100\n; Development Value: 1000\n; Production Value: 1000\n; http://php.net/session.gc-divisor\nsession.gc_divisor = 1000\n\n; After this number of seconds, stored data will be seen as 'garbage' and\n; cleaned up by the garbage collection process.\n; http://php.net/session.gc-maxlifetime\nsession.gc_maxlifetime = 1440\n\n; NOTE: If you are using the subdirectory option for storing session files\n;       (see session.save_path above), then garbage collection does *not*\n;       happen automatically.  You will need to do your own garbage\n;       collection through a shell script, cron entry, or some other method.\n;       For example, the following script would is the equivalent of\n;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):\n;          find /path/to/sessions -cmin +24 | xargs rm\n\n; PHP 4.2 and less have an undocumented feature/bug that allows you to\n; to initialize a session variable in the global scope.\n; PHP 4.3 and later will warn you, if this feature is used.\n; You can disable the feature and the warning separately. At this time,\n; the warning is only displayed, if bug_compat_42 is enabled. This feature\n; introduces some serious security problems if not handled correctly. It's\n; recommended that you do not use this feature on production servers. But you\n; should enable this on development servers and enable the warning as well. If you\n; do not enable the feature on development servers, you won't be warned when it's\n; used and debugging errors caused by this can be difficult to track down.\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/session.bug-compat-42\nsession.bug_compat_42 = Off\n\n; This setting controls whether or not you are warned by PHP when initializing a\n; session value into the global space. session.bug_compat_42 must be enabled before\n; these warnings can be issued by PHP. See the directive above for more information.\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/session.bug-compat-warn\nsession.bug_compat_warn = Off\n\n; Check HTTP Referer to invalidate externally stored URLs containing ids.\n; HTTP_REFERER has to contain this substring for the session to be\n; considered as valid.\n; http://php.net/session.referer-check\nsession.referer_check =\n\n; How many bytes to read from the file.\n; http://php.net/session.entropy-length\nsession.entropy_length = 0\n\n; Specified here to create the session id.\n; http://php.net/session.entropy-file\n; Defaults to /dev/urandom\n; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arandom\n; If neither are found at compile time, the default is no entropy file.\n; On windows, setting the entropy_length setting will activate the\n; Windows random source (using the CryptoAPI)\n;session.entropy_file = /dev/urandom\n\n; Set to {nocache,private,public,} to determine HTTP caching aspects\n; or leave this empty to avoid sending anti-caching headers.\n; http://php.net/session.cache-limiter\nsession.cache_limiter = nocache\n\n; Document expires after n minutes.\n; http://php.net/session.cache-expire\nsession.cache_expire = 180\n\n; trans sid support is disabled by default.\n; Use of trans sid may risk your users security.\n; Use this option with caution.\n; - User may send URL contains active session ID\n;   to other person via. email/irc/etc.\n; - URL that contains active session ID may be stored\n;   in publicly accessible computer.\n; - User may access your site with the same session ID\n;   always using URL stored in browser's history or bookmarks.\n; http://php.net/session.use-trans-sid\nsession.use_trans_sid = 0\n\n; Select a hash function for use in generating session ids.\n; Possible Values\n;   0  (MD5 128 bits)\n;   1  (SHA-1 160 bits)\n; This option may also be set to the name of any hash function supported by\n; the hash extension. A list of available hashes is returned by the hash_algos()\n; function.\n; http://php.net/session.hash-function\nsession.hash_function = 0\n\n; Define how many bits are stored in each character when converting\n; the binary hash data to something readable.\n; Possible values:\n;   4  (4 bits: 0-9, a-f)\n;   5  (5 bits: 0-9, a-v)\n;   6  (6 bits: 0-9, a-z, A-Z, \"-\", \",\")\n; Default Value: 4\n; Development Value: 5\n; Production Value: 5\n; http://php.net/session.hash-bits-per-character\nsession.hash_bits_per_character = 5\n\n; The URL rewriter will look for URLs in a defined set of HTML tags.\n; form/fieldset are special; if you include them here, the rewriter will\n; add a hidden <input> field with the info which is otherwise appended\n; to URLs.  If you want XHTML conformity, remove the form entry.\n; Note that all valid entries require a \"=\", even if no value follows.\n; Default Value: \"a=href,area=href,frame=src,form=,fieldset=\"\n; Development Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n; Production Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n; http://php.net/url-rewriter.tags\nurl_rewriter.tags = \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n\n; Enable upload progress tracking in $_SESSION\n; Default Value: On\n; Development Value: On\n; Production Value: On\n; http://php.net/session.upload-progress.enabled\n;session.upload_progress.enabled = On\n\n; Cleanup the progress information as soon as all POST data has been read\n; (i.e. upload completed).\n; Default Value: On\n; Development Value: On\n; Production Value: On\n; http://php.net/session.upload-progress.cleanup\n;session.upload_progress.cleanup = On\n\n; A prefix used for the upload progress key in $_SESSION\n; Default Value: \"upload_progress_\"\n; Development Value: \"upload_progress_\"\n; Production Value: \"upload_progress_\"\n; http://php.net/session.upload-progress.prefix\n;session.upload_progress.prefix = \"upload_progress_\"\n\n; The index name (concatenated with the prefix) in $_SESSION\n; containing the upload progress information\n; Default Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; Development Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; Production Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; http://php.net/session.upload-progress.name\n;session.upload_progress.name = \"PHP_SESSION_UPLOAD_PROGRESS\"\n\n; How frequently the upload progress should be updated.\n; Given either in percentages (per-file), or in bytes\n; Default Value: \"1%\"\n; Development Value: \"1%\"\n; Production Value: \"1%\"\n; http://php.net/session.upload-progress.freq\n;session.upload_progress.freq =  \"1%\"\n\n; The minimum delay between updates, in seconds\n; Default Value: 1\n; Development Value: 1\n; Production Value: 1\n; http://php.net/session.upload-progress.min-freq\n;session.upload_progress.min_freq = \"1\"\n\n[MSSQL]\n; Allow or prevent persistent links.\nmssql.allow_persistent = Off\n\n; Maximum number of persistent links.  -1 means no limit.\nmssql.max_persistent = -1\n\n; Maximum number of links (persistent+non persistent).  -1 means no limit.\nmssql.max_links = -1\n\n; Minimum error severity to display.\nmssql.min_error_severity = 10\n\n; Minimum message severity to display.\nmssql.min_message_severity = 10\n\n; Compatibility mode with old versions of PHP 3.0.\nmssql.compatability_mode = Off\n\n; Connect timeout\n;mssql.connect_timeout = 5\n\n; Query timeout\n;mssql.timeout = 60\n\n; Valid range 0 - 2147483647.  Default = 4096.\n;mssql.textlimit = 4096\n\n; Valid range 0 - 2147483647.  Default = 4096.\n;mssql.textsize = 4096\n\n; Limits the number of records in each batch.  0 = all records in one batch.\n;mssql.batchsize = 0\n\n; Specify how datetime and datetim4 columns are returned\n; On => Returns data converted to SQL server settings\n; Off => Returns values as YYYY-MM-DD hh:mm:ss\n;mssql.datetimeconvert = On\n\n; Use NT authentication when connecting to the server\nmssql.secure_connection = Off\n\n; Specify max number of processes. -1 = library default\n; msdlib defaults to 25\n; FreeTDS defaults to 4096\n;mssql.max_procs = -1\n\n; Specify client character set.\n; If empty or not set the client charset from freetds.conf is used\n; This is only used when compiled with FreeTDS\n;mssql.charset = \"ISO-8859-1\"\n\n[Assertion]\n; Assert(expr); active by default.\n; http://php.net/assert.active\n;assert.active = On\n\n; Issue a PHP warning for each failed assertion.\n; http://php.net/assert.warning\n;assert.warning = On\n\n; Don't bail out by default.\n; http://php.net/assert.bail\n;assert.bail = Off\n\n; User-function to be called if an assertion fails.\n; http://php.net/assert.callback\n;assert.callback = 0\n\n; Eval the expression with current error_reporting().  Set to true if you want\n; error_reporting(0) around the eval().\n; http://php.net/assert.quiet-eval\n;assert.quiet_eval = 0\n\n[COM]\n; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs\n; http://php.net/com.typelib-file\n;com.typelib_file =\n\n; allow Distributed-COM calls\n; http://php.net/com.allow-dcom\n;com.allow_dcom = true\n\n; autoregister constants of a components typlib on com_load()\n; http://php.net/com.autoregister-typelib\n;com.autoregister_typelib = true\n\n; register constants casesensitive\n; http://php.net/com.autoregister-casesensitive\n;com.autoregister_casesensitive = false\n\n; show warnings on duplicate constant registrations\n; http://php.net/com.autoregister-verbose\n;com.autoregister_verbose = true\n\n; The default character set code-page to use when passing strings to and from COM objects.\n; Default: system ANSI code page\n;com.code_page=\n\n[mbstring]\n; language for internal character representation.\n; http://php.net/mbstring.language\n;mbstring.language = Japanese\n\n; internal/script encoding.\n; Some encoding cannot work as internal encoding.\n; (e.g. SJIS, BIG5, ISO-2022-*)\n; http://php.net/mbstring.internal-encoding\n;mbstring.internal_encoding = EUC-JP\n\n; http input encoding.\n; http://php.net/mbstring.http-input\n;mbstring.http_input = auto\n\n; http output encoding. mb_output_handler must be\n; registered as output buffer to function\n; http://php.net/mbstring.http-output\n;mbstring.http_output = SJIS\n\n; enable automatic encoding translation according to\n; mbstring.internal_encoding setting. Input chars are\n; converted to internal encoding by setting this to On.\n; Note: Do _not_ use automatic encoding translation for\n;       portable libs/applications.\n; http://php.net/mbstring.encoding-translation\n;mbstring.encoding_translation = Off\n\n; automatic encoding detection order.\n; auto means\n; http://php.net/mbstring.detect-order\n;mbstring.detect_order = auto\n\n; substitute_character used when character cannot be converted\n; one from another\n; http://php.net/mbstring.substitute-character\n;mbstring.substitute_character = none;\n\n; overload(replace) single byte functions by mbstring functions.\n; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),\n; etc. Possible values are 0,1,2,4 or combination of them.\n; For example, 7 for overload everything.\n; 0: No overload\n; 1: Overload mail() function\n; 2: Overload str*() functions\n; 4: Overload ereg*() functions\n; http://php.net/mbstring.func-overload\n;mbstring.func_overload = 0\n\n; enable strict encoding detection.\n;mbstring.strict_detection = Off\n\n; This directive specifies the regex pattern of content types for which mb_output_handler()\n; is activated.\n; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\\+xml)\n;mbstring.http_output_conv_mimetype=\n\n[gd]\n; Tell the jpeg decode to ignore warnings and try to create\n; a gd image. The warning will then be displayed as notices\n; disabled by default\n; http://php.net/gd.jpeg-ignore-warning\n;gd.jpeg_ignore_warning = 0\n\n[exif]\n; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.\n; With mbstring support this will automatically be converted into the encoding\n; given by corresponding encode setting. When empty mbstring.internal_encoding\n; is used. For the decode settings you can distinguish between motorola and\n; intel byte order. A decode setting cannot be empty.\n; http://php.net/exif.encode-unicode\n;exif.encode_unicode = ISO-8859-15\n\n; http://php.net/exif.decode-unicode-motorola\n;exif.decode_unicode_motorola = UCS-2BE\n\n; http://php.net/exif.decode-unicode-intel\n;exif.decode_unicode_intel    = UCS-2LE\n\n; http://php.net/exif.encode-jis\n;exif.encode_jis =\n\n; http://php.net/exif.decode-jis-motorola\n;exif.decode_jis_motorola = JIS\n\n; http://php.net/exif.decode-jis-intel\n;exif.decode_jis_intel    = JIS\n\n[Tidy]\n; The path to a default tidy configuration file to use when using tidy\n; http://php.net/tidy.default-config\n;tidy.default_config = /usr/local/lib/php/default.tcfg\n\n; Should tidy clean and repair output automatically?\n; WARNING: Do not use this option if you are generating non-html content\n; such as dynamic images\n; http://php.net/tidy.clean-output\ntidy.clean_output = Off\n\n[soap]\n; Enables or disables WSDL caching feature.\n; http://php.net/soap.wsdl-cache-enabled\nsoap.wsdl_cache_enabled=1\n\n; Sets the directory name where SOAP extension will put cache files.\n; http://php.net/soap.wsdl-cache-dir\nsoap.wsdl_cache_dir = \"/tmp\"\n\n; (time to live) Sets the number of second while cached file will be used\n; instead of original one.\n; http://php.net/soap.wsdl-cache-ttl\nsoap.wsdl_cache_ttl = 86400\n\n; Sets the size of the cache limit. (Max. number of WSDL files to cache)\nsoap.wsdl_cache_limit = 5\n\n[sysvshm]\n; A default size of the shared memory segment\n;sysvshm.init_mem = 10000\n\n[ldap]\n; Sets the maximum number of open links or -1 for unlimited.\nldap.max_links = -1\n\n[mcrypt]\n; For more information about mcrypt settings see http://php.net/mcrypt-module-open\n\n; Directory where to load mcrypt algorithms\n; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)\n;mcrypt.algorithms_dir=\n\n; Directory where to load mcrypt modes\n; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)\n;mcrypt.modes_dir=\n\n[dba]\n;dba.default_handler=\n\n[xsl]\n; Write operations from within XSLT are disabled by default.\n; XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_WRITE_FILE = 44\n; Set it to 0 to allow all operations\n;xsl.security_prefs = 44\n\n[suhosin]\nsuhosin.session.encrypt = off\n\n[opcache]\nopcache.enable = 1\nopcache.memory_consumption = 64\nopcache.interned_strings_buffer = 8\nopcache.max_accelerated_files = 7000\nopcache.validate_timestamps = 0\n;opcache.revalidate_freq = 3600\nopcache.save_comments = 1\nopcache.load_comment = 1\nopcache.fast_shutdown = 0\n\n[apc]\napc.enabled = 1\napc.shm_segments = 1\napc.shm_size = 32M\napc.num_files_hint = 7000\napc.user_entries_hint = 4096\napc.ttl = 7200\napc.user_ttl = 7200\napc.gc_ttl = 3600\napc.stat = 0;\napc.include_once_override = 0\napc.enable_cli = 0\napc.file_update_protection = 2\napc.max_file_size = 2M\napc.cache_by_default = 1\napc.use_request_time = 1\napc.slam_defense = 0\napc.mmap_file_mask = /dev/zero\napc.stat_ctime = 0\napc.canonicalize = 1\napc.write_lock = 1\napc.report_autofilter = 0\napc.rfc1867 = 0\napc.rfc1867_prefix = upload_\napc.rfc1867_name = APC_UPLOAD_PROGRESS\napc.rfc1867_freq = 0\napc.rfc1867_ttl = 3600\napc.lazy_classes = 0\napc.lazy_functions = 0\n"
  },
  {
    "path": "configs/debian/imscp.conf",
    "content": "## i-MSCP version info\n\nVersion = Git 1.5.x\nBuild =\nCodeName = Ennio Morricone\nPluginApi = 1.5.1\n\n# Distro info\n\nDISTRO_ID =\nDISTRO_CODENAME =\nDISTRO_RELEASE =\n\n# Server variables\n\nSERVER_HOSTNAME =\nBASE_SERVER_IP =\nBASE_SERVER_PUBLIC_IP =\nBASE_SERVER_VHOST =\nBASE_SERVER_VHOST_PREFIX = http://\nBASE_SERVER_VHOST_HTTP_PORT =\nBASE_SERVER_VHOST_HTTPS_PORT =\nPANEL_SSL_ENABLED =\nSERVICES_SSL_ENABLED =\nDEFAULT_ADMIN_ADDRESS =\n\n# i-MSCP daemon\n\n# You need change this port only if you have overridden default\n# i-MSCP daemon listen port. This change will not be overridden\n# on i-MSCP update.\nDAEMON_LISTEN_PORT = 9876\n\n## SQL server\n\nDATABASE_HOST =\nDATABASE_PORT =\nDATABASE_NAME =\nDATABASE_PASSWORD =\nDATABASE_USER =\n# Host from which SQL users are allowed to connect\n# to the MySQL server\nDATABASE_USER_HOST =\nDATABASE_DIR = /var/lib/mysql\nDATABASE_LAST_OPTIMIZATION =\n# Whether or not to keep local SQL server when one is installed\n# and that the remote SQL server alternative is selected.\nKEEP_LOCAL_SQL_SERVER =\n\n# Composer\nCOMPOSER_VERSION = 1.9.0\n\n# System variables\n\n# Do not forget to run the imscp-reconfigure script\n# after changing these parameters\nSYSTEM_USER_PREFIX = vu\nSYSTEM_USER_MIN_UID = 2000\n\n# Whether or not IPv6 is supported (auto-detected)\nIPV6_SUPPORT =\n\n## Apps installer\n\nGUI_APS_DIR = /var/www/imscp/gui/data/persistent/softwares\nGUI_APS_DEPOT_DIR = /var/www/imscp/gui/data/persistent/softwares/sw_depot\nSOFTWARE_TMP_DIR = /var/www/imscp/gui/data/tmp\n# Max remote filesize in bytes (default 25MB)\nAPS_MAX_REMOTE_FILESIZE = 26214400\n\n## Main variables\n\nADM_GROUP = adm\nIMSCP_USER = imscp\nIMSCP_GROUP = imscp\nIMSCP_HOMEDIR = /var/local/imscp\nCONF_DIR = /etc/imscp\nLOG_DIR = /var/log/imscp\nROOT_DIR = /var/www/imscp\nROOT_USER = root\nROOT_GROUP = root\nGUI_ROOT_DIR = /var/www/imscp/gui\nGUI_PUBLIC_DIR = /var/www/imscp/gui/public\nENGINE_ROOT_DIR = /var/www/imscp/engine\nPLUGINS_DIR = /var/www/imscp/gui/plugins\nUSER_WEB_DIR = /var/www/virtual\nDISTRO_OPENSSL_CNF = /etc/ssl/openssl.cnf\nDISTRO_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt\nDISTRO_CA_PATH = /etc/ssl/certs\n\n# Alternative URLs for client websites\n# Possible value: 'yes' for enabled, 'no' for disabled\nCLIENT_WEBSITES_ALT_URLS =\n\n# Timezone used by PHP/Perl\nTIMEZONE =\n\n## Logrotate\n\nLOGROTATE_CONF_DIR = /etc/logrotate.d\n\n## Anti Rootkits packages\n\n# Possible value are Chkrootkit and/or Rkhunter or No, each value comma separated\nRKHUNTER_LOG = /var/log/rkhunter.log\nCHKROOTKIT_LOG = /var/log/chkrootkit.log\n\n## Awstats package specific variables\n\nAWSTATS_CACHE_DIR = /var/cache/awstats\nAWSTATS_CONFIG_DIR = /etc/awstats\nAWSTATS_ENGINE_DIR = /usr/lib/cgi-bin\nAWSTATS_WEB_DIR = /usr/share/awstats\n\n# Backup\n\nBACKUP_ROOT_DIR = /var/www/imscp/engine/backup\nBACKUP_FILE_DIR = /var/www/imscp/backups\nBACKUP_HOUR = 23\nBACKUP_MINUTE = 40\n\n# Tells whether the i-MSCP database and all /etc/imscp/* files should be daily saved\n# Possible value: yes|no\nBACKUP_IMSCP =\n\n# Tells whether or not backup feature is available for customer's accounts.\n# If yes, customer's domain data are daily saved according their 'allowbackup'\n# domain property (dmn|sql|mail)\n# Possible value: yes|no\nBACKUP_DOMAINS =\n\n# Algorithm for backups compression. Choose 'no' if you do not\n# want any compression.\n#\n# Available compression options: no, gzip, pigz, bzip2, pbzip2, lzma, xz\n# Note: When using a vserver, it is not recommended to use pbzip2 or pigz\nBACKUP_COMPRESS_ALGORITHM = bzip2\n\n# Backup compression level\n# Accepted values: 1 to 9\n# Note: Only relevant if BACKUP_COMPRESS_ALGORITHM is not set to 'no'\nBACKUP_COMPRESS_LEVEL = 1\n\n## Virtual traffic manager\n\nTRAFF_LOG_DIR = /var/log\nMAIL_TRAFF_LOG = mail.log\nTRAFF_ROOT_DIR = /var/www/imscp/engine/traffic\nTOOLS_ROOT_DIR = /var/www/imscp/engine/tools\nQUOTA_ROOT_DIR = /var/www/imscp/engine/quota\n\n## GUI config\n\nUSER_INITIAL_THEME = default\n\n# Possible values: infront, behind, none\nMYSQL_PREFIX =\n\n# String used for assets cache busting\n# Must be updated each time an asset is updated\nTHEME_ASSETS_VERSION = 2019031000\n\n# Date format string used inside the frontEnd\nDATE_FORMAT = d.m.Y\n\n# Allow to bypass the bruteforce and captcha blocking time\nGUI_BYPASS_BRUTEFORCE = 0\n\n# Debug Mode (e.g. for developers)\n# Options: 0 = off, 1 = on\nDEBUG = 0\n\n# Depreciated variables (only keept for upgrade process)\nCACHE_DATA_DIR = /var/cache/imscp\n\n# SYSCTL(8)\nCMD_SYSCTL = /sbin/sysctl\nSYSCTL_CONF_DIR = /etc/sysctl.d\n\n# List of selected alternatives\nFRONTEND_SERVER =\nFTPD_SERVER =\nHTTPD_SERVER =\nMTA_SERVER =\nNAMED_SERVER =\nPHP_SERVER =\nPO_SERVER =\nSQL_SERVER =\n\n# Packages (servers)\nFRONTEND_PACKAGE =\nFTPD_PACKAGE =\nHTTPD_PACKAGE =\nNAMED_PACKAGE =\nMTA_PACKAGE =\nPHP_PACKAGE =\nPO_PACKAGE =\nSQL_PACKAGE =\n\n# Packages (addons)\nANTI_ROOTKIT_PACKAGES =\nSQL_ADMIN_TOOL_PACKAGES =\nWEB_FTP_CLIENT_PACKAGES =\nWEB_MAIL_CLIENT_PACKAGES =\nWEB_STATISTIC_PACKAGES =\n"
  },
  {
    "path": "configs/debian/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <copy_config>${SYSTEM_CONF}/imscp.conf</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/libpam-mysql/patches/dpatch/03_undefined_make_scrambled_password_symbol.patch",
    "content": "#! /bin/sh /usr/share/dpatch/dpatch-run\n## 03_undefined_make_scrambled_password_symbol.patch by  <root@xenial.nuxwin.com>\n##\n## All lines beginning with `## DP:' are a description of the patch.\n## DP: No description.\n\n@DPATCH@\ndiff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pam-mysql-0.7~RC1~/pam_mysql.c pam-mysql-0.7~RC1/pam_mysql.c\n--- pam-mysql-0.7~RC1~/pam_mysql.c\t2006-01-09 11:35:59.000000000 +0100\n+++ pam-mysql-0.7~RC1/pam_mysql.c\t2016-05-19 05:55:15.676521346 +0200\n@@ -2554,6 +2554,8 @@\n }\n /* }}} */\n \n+void my_make_scrambled_password(char *to, const char *password, size_t pass_len);\n+\n /* {{{ pam_mysql_check_passwd\n  */\n static pam_mysql_err_t pam_mysql_check_passwd(pam_mysql_ctx_t *ctx,\n@@ -2655,7 +2657,7 @@\n \t\t\t\t\t\tmake_scrambled_password(buf, passwd);\n \t\t\t\t\t}\n #else\n-\t\t\t\t\tmake_scrambled_password(buf, passwd);\n+\t\t\t\t\tmy_make_scrambled_password(buf, passwd, strlen(passwd));\n #endif\n \n \t\t\t\t\tvresult = strcmp(row[0], buf);\n@@ -2846,7 +2848,7 @@\n \t\t\t\t\tmake_scrambled_password(encrypted_passwd, new_passwd);\n \t\t\t\t}\n #else\n-\t\t\t\tmake_scrambled_password(encrypted_passwd, new_passwd);\n+\t\t\t\tmy_make_scrambled_password(encrypted_passwd, new_passwd, strlen(new_passwd));\n #endif\n \t\t\t\tbreak;\n \n"
  },
  {
    "path": "configs/debian/libpam-mysql/patches/dpatch/04_resps_segfault.patch",
    "content": "#! /bin/sh /usr/share/dpatch/dpatch-run\n## 04_resps_segfault.patch by <l.declercq@nuxwin.com>\n##\n## All lines beginning with `## DP:' are a description of the patch.\n## DP: d2list\n\n@DPATCH@\ndiff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pam-mysql-0.7~RC1~/pam_mysql.c pam-mysql-0.7~RC1/pam_mysql.c\n--- pam-mysql-0.7~RC1~/pam_mysql.c\t2016-05-19 09:09:25.567390706 +0200\n+++ pam-mysql-0.7~RC1/pam_mysql.c\t2016-05-19 09:10:47.547523914 +0200\n@@ -3207,7 +3207,7 @@\n \t}\n\n \tfor (i = 0; i < nargs; i++) {\n-\t\tif (resps[i].resp != NULL &&\n+\t\tif (resps != NULL && resps[i].resp != NULL &&\n \t\t\t\tNULL == (retval[i] = xstrdup(resps[i].resp))) {\n \t\t\tsyslog(LOG_AUTHPRIV | LOG_CRIT, PAM_MYSQL_LOG_PREFIX \"allocation failure at \" __FILE__ \":%d\", __LINE__);\n \t\t\terr = PAM_MYSQL_ERR_ALLOC;\n"
  },
  {
    "path": "configs/debian/listeners.d/README.md",
    "content": "i-MSCP listener files\n=====================\n\n### Introduction\n\nThis directory contains the listener files which are responsible to register your own event listeners on the i-MSCP event\nmanager. Any listener file found in this directory is loaded automatically by i-MSCP at runtime.\n\nA listener file is a simple Perl script which defines one or many event listeners and register them on the i-MSCP event\nmanager. When the events on which the listeners are listening are triggered, the listeners are automatically run.\n\n### Listener file namespaces\n\nEach listener file must declare its own namespace such as\n\n```\nListener::Postfix::Smarthost\n```\n\nThis allow to not pollute other symbol tables.\n\n### Listener file naming convention\n\nEach listener file must be named using the following naming convention\n\n```\n<nn>_<namespace>.pl\n```\n\nwhere\n\n* **nn** is a number which gives the listener file priority\n* **namespace** is the lowercase namespace, stripped of the prefix and where any double colon is replaced by an underscore\n\nIn the example above, the filename would be **00_postfix_smarthost.pl**\n\n### Listener sample\n\nListener sample ( 00_sample.pl ):\n\n```perl\n#!/usr/bin/perl\n\nPackage Listener::Sample;\n\nuse iMSCP::Debug;\nuse iMSCP::EventManager;\n\n# Listener which simply cancel installation\nsub sample\n{\n    warning(\"Installation has been cancelled by an event listener.\");\n    exit 0;\n}\n\niMSCP::EventManager->getInstance()->register('preInstall', \\&sample);\n\n1;\n```\n"
  },
  {
    "path": "configs/debian/listeners.d/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/listeners.d</folders>\n    <copy_config>${SYSTEM_CONF}/listeners.d/README.md</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/logrotate.d/imscp",
    "content": ""
  },
  {
    "path": "configs/debian/logrotate.d/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${ROOT_CONF}/logrotate.d</folders>\n    <copy_config>${ROOT_CONF}/logrotate.d/imscp</copy_config>\n    <copy_config>${ROOT_CONF}/logrotate.d/rsyslog</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/logrotate.d/rsyslog",
    "content": "/var/log/syslog\n{\n\trotate 7\n\tdaily\n\tmissingok\n\tnotifempty\n\tdelaycompress\n\tcompress\n\tpostrotate\n\t\tinvoke-rc.d --quiet rsyslog rotate > /dev/null\n\tendscript\n}\n\n/var/log/mail.info\n/var/log/mail.warn\n/var/log/mail.err\n/var/log/mail.log\n{\n\trotate 7\n\tdaily\n\tmissingok\n\tnotifempty\n\tcompress\n\tdelaycompress\n\tsharedscripts\n\tpostrotate\n\t\tinvoke-rc.d --quiet rsyslog rotate > /dev/null\n\tendscript\n}\n\n/var/log/daemon.log\n/var/log/kern.log\n/var/log/auth.log\n/var/log/user.log\n/var/log/lpr.log\n/var/log/cron.log\n/var/log/debug\n/var/log/messages\n{\n\trotate 4\n\tdaily\n\tmissingok\n\tnotifempty\n\tcompress\n\tdelaycompress\n\tsharedscripts\n\tpostrotate\n\t\tinvoke-rc.d --quiet rsyslog rotate > /dev/null\n\tendscript\n}\n"
  },
  {
    "path": "configs/debian/mounts/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/mounts</folders>\n    <copy_config>${SYSTEM_CONF}/mounts/mounts.conf</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/mounts/mounts.conf",
    "content": "# FSTAB(5)-like configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\n# Make sure that the root directory is marked as shared in regards to mount\n# propagation (at least for i-MSCP mounts).\n# We ignore failures here because such operation is prohibited in some\n# environments such as OpenVZ\nnone / none shared ignore_failure\n"
  },
  {
    "path": "configs/debian/mysql/imscp.cnf",
    "content": "[client]\nhost     = {DATABASE_HOST}\nport     = {DATABASE_PORT}\nuser     = \"{DATABASE_USER}\"\npassword = \"{DATABASE_PASSWORD}\"\n[mysql]\nmax_allowed_packet = 500M\n[mysqldump]\nmax_allowed_packet = 500M\n"
  },
  {
    "path": "configs/debian/mysql/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/mysql</folders>\n    <copy_config>${SYSTEM_CONF}/mysql/imscp.cnf</copy_config>\n    <copy_config>${SYSTEM_CONF}/mysql/mysql.data.dist</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/mysql/mysql.data.dist",
    "content": "SQLD_TYPE =\nSQLD_VERSION =\nSQLD_CONF_DIR = /etc/mysql\nSQLD_SOCK_DIR = /var/run/mysqld\nSQLD_USER = mysql\nSQLD_GROUP = mysql\n"
  },
  {
    "path": "configs/debian/openssl/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/openssl</folders>\n    <copy_config>${SYSTEM_CONF}/openssl/openssl.cnf.tpl</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/openssl/openssl.cnf.tpl",
    "content": "# i-MSCP openssl.cnf template file for self-signed certificates\n\n[req]\ndistinguished_name = req_distinguished_name\ndefault_bits = 2048\ndefault_md = sha256\ndefault_days = 365\nx509_extensions = v3_req\nstring_mask = utf8only\nprompt = no\n\n[req_distinguished_name]\nCN = {COMMON_NAME}\nO = N/A\nL = N/A\nST = N/A\nC = US\nemailAddress = {EMAIL_ADDRESS}\n\n[v3_req]\nsubjectKeyIdentifier = hash\nauthorityKeyIdentifier = keyid:always,issuer:always\nbasicConstraints = critical,CA:FALSE\nkeyUsage = keyCertSign, nonRepudiation, digitalSignature, keyEncipherment\nsubjectAltName = @alt_names\nissuerAltName = issuer:copy\n\n[alt_names]\n{ALT_NAMES}\n"
  },
  {
    "path": "configs/debian/pbuilder/pbuilderrc",
    "content": "AUTO_DEBSIGN=${AUTO_DEBSIGN:-no}\nAUTOCLEANAPTCACHE=\"yes\"\nAPTCONFDIR=$(pwd)/.imscp\n#APTKEYRINGS=\"/usr/share/keyrings/debian-archive-keyring.gpg\"\nCODENAME=$(lsb_release -cs)\nDEBOOTSTRAPOPTS=(\"${DEBOOTSTRAPOPTS[@]}\" \"--variant=buildd\" \"--keyring=/usr/share/keyrings/debian-archive-keyring.gpg\")\nDEBBUILDOPTS=-b\nMIRRORSITE=http://deb.debian.org/debian/\nHOOKDIR=\"\"\n\nmkdir -p $APTCONFDIR\ncat > \"$APTCONFDIR/sources.list\" <<EOF\ndeb $MIRRORSITE $CODENAME main contrib non-free\ndeb-src $MIRRORSITE $CODENAME main contrib non-free\n\ndeb http://security.debian.org/ ${CODENAME}/updates main contrib non-free\ndeb-src http://security.debian.org/ ${CODENAME}/updates main contrib non-free\nEOF\n"
  },
  {
    "path": "configs/debian/php/apache/php.ini",
    "content": "[PHP]\n\n;;;;;;;;;;;;;;;;;;;\n; About php.ini   ;\n;;;;;;;;;;;;;;;;;;;\n; PHP's initialization file, generally called php.ini, is responsible for\n; configuring many of the aspects of PHP's behavior.\n\n; PHP attempts to find and load this configuration from a number of locations.\n; The following is a summary of its search order:\n; 1. SAPI module specific location.\n; 2. The PHPRC environment variable. (As of PHP 5.2.0)\n; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)\n; 4. Current working directory (except CLI)\n; 5. The web server's directory (for SAPI modules), or directory of PHP\n; (otherwise in Windows)\n; 6. The directory from the --with-config-file-path compile time option, or the\n; Windows directory (C:\\windows or C:\\winnt)\n; See the PHP docs for more specific information.\n; http://php.net/configuration.file\n\n; The syntax of the file is extremely simple.  Whitespace and lines\n; beginning with a semicolon are silently ignored (as you probably guessed).\n; Section headers (e.g. [Foo]) are also silently ignored, even though\n; they might mean something in the future.\n\n; Directives following the section heading [PATH=/www/mysite] only\n; apply to PHP files in the /www/mysite directory.  Directives\n; following the section heading [HOST=www.example.com] only apply to\n; PHP files served from www.example.com.  Directives set in these\n; special sections cannot be overridden by user-defined INI files or\n; at runtime. Currently, [PATH=] and [HOST=] sections only work under\n; CGI/FastCGI.\n; http://php.net/ini.sections\n\n; Directives are specified using the following syntax:\n; directive = value\n; Directive names are *case sensitive* - foo=bar is different from FOO=bar.\n; Directives are variables used to configure PHP or PHP extensions.\n; There is no name validation.  If PHP can't find an expected\n; directive because it is not set or is mistyped, a default value will be used.\n\n; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one\n; of the INI constants (On, Off, True, False, Yes, No and None) or an expression\n; (e.g. E_ALL & ~E_NOTICE), a quoted string (\"bar\"), or a reference to a\n; previously set variable or directive (e.g. ${foo})\n\n; Expressions in the INI file are limited to bitwise operators and parentheses:\n; |  bitwise OR\n; ^  bitwise XOR\n; &  bitwise AND\n; ~  bitwise NOT\n; !  boolean NOT\n\n; Boolean flags can be turned on using the values 1, On, True or Yes.\n; They can be turned off using the values 0, Off, False or No.\n\n; An empty string can be denoted by simply not writing anything after the equal\n; sign, or by using the None keyword:\n\n;  foo =         ; sets foo to an empty string\n;  foo = None    ; sets foo to an empty string\n;  foo = \"None\"  ; sets foo to the string 'None'\n\n; If you use constants in your value, and these constants belong to a\n; dynamically loaded extension (either a PHP extension or a Zend extension),\n; you may only use these constants *after* the line that loads the extension.\n\n;;;;;;;;;;;;;;;;;;;\n; About this file ;\n;;;;;;;;;;;;;;;;;;;\n; PHP comes packaged with two INI files. One that is recommended to be used\n; in production environments and one that is recommended to be used in\n; development environments.\n\n; php.ini-production contains settings which hold security, performance and\n; best practices at its core. But please be aware, these settings may break\n; compatibility with older or less security conscience applications. We\n; recommending using the production ini in production and testing environments.\n\n; php.ini-development is very similar to its production variant, except it's\n; much more verbose when it comes to errors. We recommending using the\n; development version only in development environments as errors shown to\n; application users can inadvertently leak otherwise secure information.\n\n;;;;;;;;;;;;;;;;;;;\n; Quick Reference ;\n;;;;;;;;;;;;;;;;;;;\n; The following are all the settings which are different in either the production\n; or development versions of the INIs with respect to PHP's default behavior.\n; Please see the actual settings later in the document for more details as to why\n; we recommend these changes in PHP's behavior.\n\n; allow_call_time_pass_reference\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; display_errors\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; display_startup_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: Off\n\n; error_reporting\n;   Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED\n;   Development Value: E_ALL\n;   Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT\n\n; html_errors\n;   Default Value: On\n;   Development Value: On\n;   Production value: On\n\n; log_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: On\n\n; magic_quotes_gpc\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; max_input_time\n;   Default Value: -1 (Unlimited)\n;   Development Value: 60 (60 seconds)\n;   Production Value: 60 (60 seconds)\n\n; output_buffering\n;   Default Value: Off\n;   Development Value: 4096\n;   Production Value: 4096\n\n; register_argc_argv\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; register_long_arrays\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; request_order\n;   Default Value: None\n;   Development Value: \"GP\"\n;   Production Value: \"GP\"\n\n; session.bug_compat_42\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; session.bug_compat_warn\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; session.gc_divisor\n;   Default Value: 100\n;   Development Value: 1000\n;   Production Value: 1000\n\n; session.hash_bits_per_character\n;   Default Value: 4\n;   Development Value: 5\n;   Production Value: 5\n\n; short_open_tag\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; track_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: Off\n\n; url_rewriter.tags\n;   Default Value: \"a=href,area=href,frame=src,form=,fieldset=\"\n;   Development Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n;   Production Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n\n; variables_order\n;   Default Value: \"EGPCS\"\n;   Development Value: \"GPCS\"\n;   Production Value: \"GPCS\"\n\n;;;;;;;;;;;;;;;;;;;;\n; php.ini Options  ;\n;;;;;;;;;;;;;;;;;;;;\n; Name for user-defined php.ini (.htaccess) files. Default is \".user.ini\"\n;user_ini.filename = \".user.ini\"\n\n; To disable this feature set this option to empty value\n;user_ini.filename =\n\n; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)\n;user_ini.cache_ttl = 300\n\n;;;;;;;;;;;;;;;;;;;;\n; Language Options ;\n;;;;;;;;;;;;;;;;;;;;\n\n; Enable the PHP scripting language engine under Apache.\n; http://php.net/engine\nengine = On\n\n; This directive determines whether or not PHP will recognize code between\n; <? and ?> tags as PHP source which should be processed as such. It's been\n; recommended for several years that you not use the short tag \"short cut\" and\n; instead to use the full <?php and ?> tag combination. With the wide spread use\n; of XML and use of these tags by other languages, the server can become easily\n; confused and end up parsing the wrong code in the wrong context. But because\n; this short cut has been a feature for such a long time, it's currently still\n; supported for backwards compatibility, but we recommend you don't use them.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/short-open-tag\nshort_open_tag = On\n\n; Allow ASP-style <% %> tags.\n; http://php.net/asp-tags\nasp_tags = Off\n\n; The number of significant digits displayed in floating point numbers.\n; http://php.net/precision\nprecision = 14\n\n; Output buffering is a mechanism for controlling how much output data\n; (excluding headers and cookies) PHP should keep internally before pushing that\n; data to the client. If your application's output exceeds this setting, PHP\n; will send that data in chunks of roughly the size you specify.\n; Turning on this setting and managing its maximum buffer size can yield some\n; interesting side-effects depending on your application and web server.\n; You may be able to send headers and cookies after you've already sent output\n; through print or echo. You also may see performance benefits if your server is\n; emitting less packets due to buffered output versus PHP streaming the output\n; as it gets it. On production servers, 4096 bytes is a good setting for performance\n; reasons.\n; Note: Output buffering can also be controlled via Output Buffering Control\n;   functions.\n; Possible Values:\n;   On = Enabled and buffer is unlimited. (Use with caution)\n;   Off = Disabled\n;   Integer = Enables the buffer and sets its maximum size in bytes.\n; Note: This directive is hardcoded to Off for the CLI SAPI\n; Default Value: Off\n; Development Value: 4096\n; Production Value: 4096\n; http://php.net/output-buffering\noutput_buffering = 4096\n\n; You can redirect all of the output of your scripts to a function.  For\n; example, if you set output_handler to \"mb_output_handler\", character\n; encoding will be transparently converted to the specified encoding.\n; Setting any output handler automatically turns on output buffering.\n; Note: People who wrote portable scripts should not depend on this ini\n;   directive. Instead, explicitly set the output handler using ob_start().\n;   Using this ini directive may cause problems unless you know what script\n;   is doing.\n; Note: You cannot use both \"mb_output_handler\" with \"ob_iconv_handler\"\n;   and you cannot use both \"ob_gzhandler\" and \"zlib.output_compression\".\n; Note: output_handler must be empty if this is set 'On' !!!!\n;   Instead you must use zlib.output_handler.\n; http://php.net/output-handler\n;output_handler =\n\n; Transparent output compression using the zlib library\n; Valid values for this option are 'off', 'on', or a specific buffer size\n; to be used for compression (default is 4KB)\n; Note: Resulting chunk size may vary due to nature of compression. PHP\n;   outputs chunks that are few hundreds bytes each as a result of\n;   compression. If you prefer a larger chunk size for better\n;   performance, enable output_buffering in addition.\n; Note: You need to use zlib.output_handler instead of the standard\n;   output_handler, or otherwise the output will be corrupted.\n; http://php.net/zlib.output-compression\nzlib.output_compression = Off\n\n; http://php.net/zlib.output-compression-level\n;zlib.output_compression_level = -1\n\n; You cannot specify additional output handlers if zlib.output_compression\n; is activated here. This setting does the same as output_handler but in\n; a different order.\n; http://php.net/zlib.output-handler\n;zlib.output_handler =\n\n; Implicit flush tells PHP to tell the output layer to flush itself\n; automatically after every output block.  This is equivalent to calling the\n; PHP function flush() after each and every call to print() or echo() and each\n; and every HTML block.  Turning this option on has serious performance\n; implications and is generally recommended for debugging purposes only.\n; http://php.net/implicit-flush\n; Note: This directive is hardcoded to On for the CLI SAPI\nimplicit_flush = Off\n\n; The unserialize callback function will be called (with the undefined class'\n; name as parameter), if the unserializer finds an undefined class\n; which should be instantiated. A warning appears if the specified function is\n; not defined, or if the function doesn't include/implement the missing class.\n; So only set this entry, if you really want to implement such a\n; callback-function.\nunserialize_callback_func =\n\n; When floats & doubles are serialized store serialize_precision significant\n; digits after the floating point. The default value ensures that when floats\n; are decoded with unserialize, the data will remain the same.\nserialize_precision = 17\n\n; This directive allows you to enable and disable warnings which PHP will issue\n; if you pass a value by reference at function call time. Passing values by\n; reference at function call time is a deprecated feature which will be removed\n; from PHP at some point in the near future. The acceptable method for passing a\n; value by reference to a function is by declaring the reference in the functions\n; definition, not at call time. This directive does not disable this feature, it\n; only determines whether PHP will warn you about it or not. These warnings\n; should enabled in development environments only.\n; Default Value: On (Suppress warnings)\n; Development Value: Off (Issue warnings)\n; Production Value: Off (Issue warnings)\n; http://php.net/allow-call-time-pass-reference\nallow_call_time_pass_reference = Off\n\n; open_basedir, if set, limits all file operations to the defined directory\n; and below.  This directive makes most sense if used in a per-directory\n; or per-virtualhost web server configuration file. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/open-basedir\n;open_basedir =\n\n; This directive allows you to disable certain functions for security reasons.\n; It receives a comma-delimited list of function names. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/disable-functions\ndisable_functions = show_source,system,shell_exec,passthru,exec,phpinfo,shell,symlink,popen\n\n; This directive allows you to disable certain classes for security reasons.\n; It receives a comma-delimited list of class names. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/disable-classes\ndisable_classes =\n\n; Colors for Syntax Highlighting mode.  Anything that's acceptable in\n; <span style=\"color: ???????\"> would work.\n; http://php.net/syntax-highlighting\n;highlight.string  = #DD0000\n;highlight.comment = #FF9900\n;highlight.keyword = #007700\n;highlight.default = #0000BB\n;highlight.html    = #000000\n\n; If enabled, the request will be allowed to complete even if the user aborts\n; the request. Consider enabling it if executing long requests, which may end up\n; being interrupted by the user or a browser timing out. PHP's default behavior\n; is to disable this feature.\n; http://php.net/ignore-user-abort\n;ignore_user_abort = On\n\n; Determines the size of the realpath cache to be used by PHP. This value should\n; be increased on systems where PHP opens many files to reflect the quantity of\n; the file operations performed.\n; http://php.net/realpath-cache-size\n;realpath_cache_size = 16k\n\n; Duration of time, in seconds for which to cache realpath information for a given\n; file or directory. For systems with rarely changing files, consider increasing this\n; value.\n; http://php.net/realpath-cache-ttl\n;realpath_cache_ttl = 120\n\n; Enables or disables the circular reference collector.\n; http://php.net/zend.enable-gc\nzend.enable_gc = On\n\n; If enabled, scripts may be written in encodings that are incompatible with\n; the scanner.  CP936, Big5, CP949 and Shift_JIS are the examples of such\n; encodings.  To use this feature, mbstring extension must be enabled.\n; Default: Off\n;zend.multibyte = Off\n\n; Allows to set the default encoding for the scripts.  This value will be used\n; unless \"declare(encoding=...)\" directive appears at the top of the script.\n; Only affects if zend.multibyte is set.\n; Default: \"\"\n;zend.script_encoding =\n\n;;;;;;;;;;;;;;;;;\n; Miscellaneous ;\n;;;;;;;;;;;;;;;;;\n\n; Decides whether PHP may expose the fact that it is installed on the server\n; (e.g. by adding its signature to the Web server header).  It is no security\n; threat in any way, but it makes it possible to determine whether you use PHP\n; on your server or not.\n; http://php.net/expose-php\nexpose_php = Off\n\n;;;;;;;;;;;;;;;;;;;\n; Resource Limits ;\n;;;;;;;;;;;;;;;;;;;\n\n; Maximum execution time of each script, in seconds\n; http://php.net/max-execution-time\n; Note: This directive is hardcoded to 0 for the CLI SAPI\nmax_execution_time = 30\n\n; Maximum amount of time each script may spend parsing request data. It's a good\n; idea to limit this time on productions servers in order to eliminate unexpectedly\n; long running scripts.\n; Note: This directive is hardcoded to -1 for the CLI SAPI\n; Default Value: -1 (Unlimited)\n; Development Value: 60 (60 seconds)\n; Production Value: 60 (60 seconds)\n; http://php.net/max-input-time\nmax_input_time = 60\n\n; Maximum input variable nesting level\n; http://php.net/max-input-nesting-level\n;max_input_nesting_level = 64\n\n; How many GET/POST/COOKIE input variables may be accepted\n; max_input_vars = 1000\n\n; Maximum amount of memory a script may consume (128MB)\n; http://php.net/memory-limit\nmemory_limit = 64M\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n; Error handling and logging ;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; This directive informs PHP of which errors, warnings and notices you would like\n; it to take action for. The recommended way of setting values for this\n; directive is through the use of the error level constants and bitwise\n; operators. The error level constants are below here for convenience as well as\n; some common settings and their meanings.\n; By default, PHP is set to take action on all errors, notices and warnings EXCEPT\n; those related to E_NOTICE and E_STRICT, which together cover best practices and\n; recommended coding standards in PHP. For performance reasons, this is the\n; recommend error reporting setting. Your production server shouldn't be wasting\n; resources complaining about best practices and coding standards. That's what\n; development servers and development settings are for.\n; Note: The php.ini-development file has this setting as E_ALL. This\n; means it pretty much reports everything which is exactly what you want during\n; development and early testing.\n;\n; Error Level Constants:\n; E_ALL             - All errors and warnings (includes E_STRICT as of PHP 5.4.0)\n; E_ERROR           - fatal run-time errors\n; E_RECOVERABLE_ERROR  - almost fatal run-time errors\n; E_WARNING         - run-time warnings (non-fatal errors)\n; E_PARSE           - compile-time parse errors\n; E_NOTICE          - run-time notices (these are warnings which often result\n;                     from a bug in your code, but it's possible that it was\n;                     intentional (e.g., using an uninitialized variable and\n;                     relying on the fact it's automatically initialized to an\n;                     empty string)\n; E_STRICT          - run-time notices, enable to have PHP suggest changes\n;                     to your code which will ensure the best interoperability\n;                     and forward compatibility of your code\n; E_CORE_ERROR      - fatal errors that occur during PHP's initial startup\n; E_CORE_WARNING    - warnings (non-fatal errors) that occur during PHP's\n;                     initial startup\n; E_COMPILE_ERROR   - fatal compile-time errors\n; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)\n; E_USER_ERROR      - user-generated error message\n; E_USER_WARNING    - user-generated warning message\n; E_USER_NOTICE     - user-generated notice message\n; E_DEPRECATED      - warn about code that will not work in future versions\n;                     of PHP\n; E_USER_DEPRECATED - user-generated deprecation warnings\n;\n; Common Values:\n;   E_ALL (Show all errors, warnings and notices including coding standards.)\n;   E_ALL & ~E_NOTICE  (Show all errors, except for notices)\n;   E_ALL & ~E_NOTICE & ~E_STRICT  (Show all errors, except for notices and coding standards warnings.)\n;   E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR  (Show only errors)\n; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED\n; Development Value: E_ALL\n; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT\n; http://php.net/error-reporting\nerror_reporting = E_ALL | E_STRICT\n\n; This directive controls whether or not and where PHP will output errors,\n; notices and warnings too. Error output is very useful during development, but\n; it could be very dangerous in production environments. Depending on the code\n; which is triggering the error, sensitive information could potentially leak\n; out of your application such as database usernames and passwords or worse.\n; It's recommended that errors be logged on production servers rather than\n; having the errors sent to STDOUT.\n; Possible Values:\n;   Off = Do not display any errors\n;   stderr = Display errors to STDERR (affects only CGI/CLI binaries!)\n;   On or stdout = Display errors to STDOUT\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/display-errors\ndisplay_errors = On\n\n; The display of errors which occur during PHP's startup sequence are handled\n; separately from display_errors. PHP's default behavior is to suppress those\n; errors from clients. Turning the display of startup errors on can be useful in\n; debugging configuration problems. But, it's strongly recommended that you\n; leave this setting off on production servers.\n; Default Value: Off\n; Development Value: On\n; Production Value: Off\n; http://php.net/display-startup-errors\ndisplay_startup_errors = Off\n\n; Besides displaying errors, PHP can also log errors to locations such as a\n; server-specific log, STDERR, or a location specified by the error_log\n; directive found below. While errors should not be displayed on productions\n; servers they should still be monitored and logging is a great way to do that.\n; Default Value: Off\n; Development Value: On\n; Production Value: On\n; http://php.net/log-errors\nlog_errors = Off\n\n; Set maximum length of log_errors. In error_log information about the source is\n; added. The default is 1024 and 0 allows to not apply any maximum length at all.\n; http://php.net/log-errors-max-len\nlog_errors_max_len = 1024\n\n; Do not log repeated messages. Repeated errors must occur in same file on same\n; line unless ignore_repeated_source is set true.\n; http://php.net/ignore-repeated-errors\nignore_repeated_errors = Off\n\n; Ignore source of message when ignoring repeated messages. When this setting\n; is On you will not log errors with repeated messages from different files or\n; source lines.\n; http://php.net/ignore-repeated-source\nignore_repeated_source = Off\n\n; If this parameter is set to Off, then memory leaks will not be shown (on\n; stdout or in the log). This has only effect in a debug compile, and if\n; error reporting includes E_WARNING in the allowed list\n; http://php.net/report-memleaks\nreport_memleaks = On\n\n; This setting is on by default.\n;report_zend_debug = 0\n\n; Store the last error/warning message in $php_errormsg (boolean). Setting this value\n; to On can assist in debugging and is appropriate for development servers. It should\n; however be disabled on production servers.\n; Default Value: Off\n; Development Value: On\n; Production Value: Off\n; http://php.net/track-errors\ntrack_errors = Off\n\n; Turn off normal error reporting and emit XML-RPC error XML\n; http://php.net/xmlrpc-errors\n;xmlrpc_errors = 0\n\n; An XML-RPC faultCode\n;xmlrpc_error_number = 0\n\n; When PHP displays or logs an error, it has the capability of formatting the\n; error message as HTML for easier reading. This directive controls whether\n; the error message is formatted as HTML or not.\n; Note: This directive is hardcoded to Off for the CLI SAPI\n; Default Value: On\n; Development Value: On\n; Production value: On\n; http://php.net/html-errors\nhtml_errors = Off\n\n; If html_errors is set to On *and* docref_root is not empty, then PHP\n; produces clickable error messages that direct to a page describing the error\n; or function causing the error in detail.\n; You can download a copy of the PHP manual from http://php.net/docs\n; and change docref_root to the base URL of your local copy including the\n; leading '/'. You must also specify the file extension being used including\n; the dot. PHP's default behavior is to leave these settings empty, in which\n; case no links to documentation are generated.\n; Note: Never use this feature for production boxes.\n; http://php.net/docref-root\n; Examples\n;docref_root = \"/phpmanual/\"\n\n; http://php.net/docref-ext\n;docref_ext = .html\n\n; String to output before an error message. PHP's default behavior is to leave\n; this setting blank.\n; http://php.net/error-prepend-string\n; Example:\n;error_prepend_string = \"<span style='color: #ff0000'>\"\n\n; String to output after an error message. PHP's default behavior is to leave\n; this setting blank.\n; http://php.net/error-append-string\n; Example:\n;error_append_string = \"</span>\"\n\n; Log errors to specified file. PHP's default behavior is to leave this value\n; empty.\n; http://php.net/error-log\n; Example:\n;error_log = php_errors.log\n; Log errors to syslog (Event Log on NT, not valid in Windows 95).\n;error_log = syslog\n\n;windows.show_crt_warning\n; Default value: 0\n; Development value: 0\n; Production value: 0\n\n;;;;;;;;;;;;;;;;;\n; Data Handling ;\n;;;;;;;;;;;;;;;;;\n\n; The separator used in PHP generated URLs to separate arguments.\n; PHP's default setting is \"&\".\n; http://php.net/arg-separator.output\n; Example:\n;arg_separator.output = \"&amp;\"\n\n; List of separator(s) used by PHP to parse input URLs into variables.\n; PHP's default setting is \"&\".\n; NOTE: Every character in this directive is considered as separator!\n; http://php.net/arg-separator.input\n; Example:\n;arg_separator.input = \";&\"\n\n; This directive determines which super global arrays are registered when PHP\n; starts up. G,P,C,E & S are abbreviations for the following respective super\n; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty\n; paid for the registration of these arrays and because ENV is not as commonly\n; used as the others, ENV is not recommended on productions servers. You\n; can still get access to the environment variables through getenv() should you\n; need to.\n; Default Value: \"EGPCS\"\n; Development Value: \"GPCS\"\n; Production Value: \"GPCS\";\n; http://php.net/variables-order\nvariables_order = \"GPCS\"\n\n; This directive determines which super global data (G,P,C,E & S) should\n; be registered into the super global array REQUEST. If so, it also determines\n; the order in which that data is registered. The values for this directive are\n; specified in the same manner as the variables_order directive, EXCEPT one.\n; Leaving this value empty will cause PHP to use the value set in the\n; variables_order directive. It does not mean it will leave the super globals\n; array REQUEST empty.\n; Default Value: None\n; Development Value: \"GP\"\n; Production Value: \"GP\"\n; http://php.net/request-order\nrequest_order = \"GP\"\n\n; Determines whether the deprecated long $HTTP_*_VARS type predefined variables\n; are registered by PHP or not. As they are deprecated, we obviously don't\n; recommend you use them. They are on by default for compatibility reasons but\n; they are not recommended on production servers.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/register-long-arrays\nregister_long_arrays = Off\n\n; This directive determines whether PHP registers $argv & $argc each time it\n; runs. $argv contains an array of all the arguments passed to PHP when a script\n; is invoked. $argc contains an integer representing the number of arguments\n; that were passed when the script was invoked. These arrays are extremely\n; useful when running scripts from the command line. When this directive is\n; enabled, registering these variables consumes CPU cycles and memory each time\n; a script is executed. For performance reasons, this feature should be disabled\n; on production servers.\n; Note: This directive is hardcoded to On for the CLI SAPI\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/register-argc-argv\nregister_argc_argv = Off\n\n; When enabled, the ENV, REQUEST and SERVER variables are created when they're\n; first used (Just In Time) instead of when the script starts. If these\n; variables are not used within a script, having this directive on will result\n; in a performance gain. The PHP directive register_argc_argv must be disabled\n; for this directive to have any affect.\n; http://php.net/auto-globals-jit\nauto_globals_jit = On\n\n; Whether PHP will read the POST data.\n; This option is enabled by default.\n; Most likely, you won't want to disable this option globally. It causes $_POST\n; and $_FILES to always be empty; the only way you will be able to read the\n; POST data will be through the php://input stream wrapper. This can be useful\n; to proxy requests or to process the POST data in a memory efficient fashion.\n; http://php.net/enable-post-data-reading\n;enable_post_data_reading = Off\n\n; Maximum size of POST data that PHP will accept.\n; Its value may be 0 to disable the limit. It is ignored if POST data reading\n; is disabled through enable_post_data_reading.\n; http://php.net/post-max-size\npost_max_size = 20M\n\n; Magic quotes are a preprocessing feature of PHP where PHP will attempt to\n; escape any character sequences in GET, POST, COOKIE and ENV data which might\n; otherwise corrupt data being placed in resources such as databases before\n; making that data available to you. Because of character encoding issues and\n; non-standard SQL implementations across many databases, it's not currently\n; possible for this feature to be 100% accurate. PHP's default behavior is to\n; enable the feature. We strongly recommend you use the escaping mechanisms\n; designed specifically for the database your using instead of relying on this\n; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is\n; scheduled removed in PHP 5.4.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/magic-quotes-gpc\nmagic_quotes_gpc = Off\n\n; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.\n; http://php.net/magic-quotes-runtime\nmagic_quotes_runtime = Off\n\n; Use Sybase-style magic quotes (escape ' with '' instead of \\').\n; http://php.net/magic-quotes-sybase\nmagic_quotes_sybase = Off\n\n; Automatically add files before PHP document.\n; http://php.net/auto-prepend-file\nauto_prepend_file =\n\n; Automatically add files after PHP document.\n; http://php.net/auto-append-file\nauto_append_file =\n\n; By default, PHP will output a character encoding using\n; the Content-type: header.  To disable sending of the charset, simply\n; set it to be empty.\n;\n; PHP's built-in default is text/html\n; http://php.net/default-mimetype\ndefault_mimetype = \"text/html\"\n\n; PHP's default character set is set to empty.\n; http://php.net/default-charset\n;default_charset = \"UTF-8\"\n\n; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is\n; to disable this feature. If post reading is disabled through\n; enable_post_data_reading, $HTTP_RAW_POST_DATA is *NOT* populated.\n; http://php.net/always-populate-raw-post-data\n;always_populate_raw_post_data = On\n\n;;;;;;;;;;;;;;;;;;;;;;;;;\n; Paths and Directories ;\n;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; UNIX: \"/path1:/path2\"\ninclude_path = \".:{PEAR_DIR}\"\n\n; Windows: \"\\path1;\\path2\"\n;include_path = \".;c:\\php\\includes\"\n;\n; PHP's default setting for include_path is \".;/path/to/php/pear\"\n; http://php.net/include-path\n\n; The root of the PHP pages, used only if nonempty.\n; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root\n; if you are running php as a CGI under any web server (other than IIS)\n; see documentation for security issues.  The alternate is to use the\n; cgi.force_redirect configuration below\n; http://php.net/doc-root\ndoc_root =\n\n; The directory under which PHP opens the script using /~username used only\n; if nonempty.\n; http://php.net/user-dir\nuser_dir =\n\n; Directory in which the loadable extensions (modules) reside.\n; http://php.net/extension-dir\n; extension_dir = \"./\"\n; On windows:\n; extension_dir = \"ext\"\n\n; Whether or not to enable the dl() function.  The dl() function does NOT work\n; properly in multithreaded servers, such as IIS or Zeus, and is automatically\n; disabled on them.\n; http://php.net/enable-dl\nenable_dl = Off\n\n; cgi.force_redirect is necessary to provide security running PHP as a CGI under\n; most web servers.  Left undefined, PHP turns this on by default.  You can\n; turn it off here AT YOUR OWN RISK\n; **You CAN safely turn this off for IIS, in fact, you MUST.**\n; http://php.net/cgi.force-redirect\n;cgi.force_redirect = 1\n\n; if cgi.nph is enabled it will force cgi to always sent Status: 200 with\n; every request. PHP's default behavior is to disable this feature.\n;cgi.nph = 1\n\n; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape\n; (iPlanet) web servers, you MAY need to set an environment variable name that PHP\n; will look for to know it is OK to continue execution.  Setting this variable MAY\n; cause security issues, KNOW WHAT YOU ARE DOING FIRST.\n; http://php.net/cgi.redirect-status-env\n;cgi.redirect_status_env = ;\n\n; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI.  PHP's\n; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok\n; what PATH_INFO is.  For more information on PATH_INFO, see the cgi specs.  Setting\n; this to 1 will cause PHP CGI to fix its paths to conform to the spec.  A setting\n; of zero causes PHP to behave as before.  Default is 1.  You should fix your scripts\n; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.\n; http://php.net/cgi.fix-pathinfo\n;cgi.fix_pathinfo=1\n\n; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate\n; security tokens of the calling client.  This allows IIS to define the\n; security context that the request runs under.  mod_fastcgi under Apache\n; does not currently support this feature (03/17/2002)\n; Set to 1 if running under IIS.  Default is zero.\n; http://php.net/fastcgi.impersonate\n;fastcgi.impersonate = 1;\n\n; Disable logging through FastCGI connection. PHP's default behavior is to enable\n; this feature.\n;fastcgi.logging = 0\n\n; cgi.rfc2616_headers configuration option tells PHP what type of headers to\n; use when sending HTTP response code. If it's set 0 PHP sends Status: header that\n; is supported by Apache. When this option is set to 1 PHP will send\n; RFC2616 compliant header.\n; Default is zero.\n; http://php.net/cgi.rfc2616-headers\n;cgi.rfc2616_headers = 0\n\n;;;;;;;;;;;;;;;;\n; File Uploads ;\n;;;;;;;;;;;;;;;;\n\n; Whether to allow HTTP file uploads.\n; http://php.net/file-uploads\nfile_uploads = On\n\n; Temporary directory for HTTP uploaded files (will use system default if not\n; specified).\n; http://php.net/upload-tmp-dir\n;upload_tmp_dir =\n\n; Maximum allowed size for uploaded files.\n; http://php.net/upload-max-filesize\nupload_max_filesize = 20M\n\n; Maximum number of files that can be uploaded via a single request\nmax_file_uploads = 20\n\n;;;;;;;;;;;;;;;;;;\n; Fopen wrappers ;\n;;;;;;;;;;;;;;;;;;\n\n; Whether to allow the treatment of URLs (like http:// or ftp://) as files.\n; http://php.net/allow-url-fopen\nallow_url_fopen = On\n\n; Whether to allow include/require to open URLs (like http:// or ftp://) as files.\n; http://php.net/allow-url-include\nallow_url_include = Off\n\n; Define the anonymous ftp password (your email address). PHP's default setting\n; for this is empty.\n; http://php.net/from\n;from=\"john@doe.com\"\n\n; Define the User-Agent string. PHP's default setting for this is empty.\n; http://php.net/user-agent\n;user_agent=\"PHP\"\n\n; Default timeout for socket based streams (seconds)\n; http://php.net/default-socket-timeout\ndefault_socket_timeout = 60\n\n; If your scripts have to deal with files from Macintosh systems,\n; or you are running on a Mac and need to deal with files from\n; unix or win32 systems, setting this flag will cause PHP to\n; automatically detect the EOL character in those files so that\n; fgets() and file() will work regardless of the source of the file.\n; http://php.net/auto-detect-line-endings\n;auto_detect_line_endings = Off\n\n;;;;;;;;;;;;;;;;;;;;;;\n; Dynamic Extensions ;\n;;;;;;;;;;;;;;;;;;;;;;\n\n; If you wish to have an extension loaded automatically, use the following\n; syntax:\n;\n;   extension=modulename.extension\n;\n; For example, on Windows:\n;\n;   extension=msql.dll\n;\n; ... or under UNIX:\n;\n;   extension=msql.so\n;\n; ... or with a path:\n;\n;   extension=/path/to/extension/msql.so\n;\n; If you only provide the name of the extension, PHP will look for it in its\n; default extension directory.\n;\n\n;;;;;;;;;;;;;;;;;;;\n; Module Settings ;\n;;;;;;;;;;;;;;;;;;;\n\n[Date]\n; Defines the default timezone used by the date functions\n; http://php.net/date.timezone\ndate.timezone = {TIMEZONE}\n\n; http://php.net/date.default-latitude\n;date.default_latitude = 31.7667\n\n; http://php.net/date.default-longitude\n;date.default_longitude = 35.2333\n\n; http://php.net/date.sunrise-zenith\n;date.sunrise_zenith = 90.583333\n\n; http://php.net/date.sunset-zenith\n;date.sunset_zenith = 90.583333\n\n[filter]\n; http://php.net/filter.default\n;filter.default = unsafe_raw\n\n; http://php.net/filter.default-flags\n;filter.default_flags =\n\n[iconv]\n;iconv.input_encoding = ISO-8859-1\n;iconv.internal_encoding = ISO-8859-1\n;iconv.output_encoding = ISO-8859-1\n\n[intl]\n;intl.default_locale =\n; This directive allows you to produce PHP errors when some error\n; happens within intl functions. The value is the level of the error produced.\n; Default is 0, which does not produce any errors.\n;intl.error_level = E_WARNING\n\n[sqlite]\n; http://php.net/sqlite.assoc-case\n;sqlite.assoc_case = 0\n\n[sqlite3]\n;sqlite3.extension_dir =\n\n[Pcre]\n;PCRE library backtracking limit.\n; http://php.net/pcre.backtrack-limit\n;pcre.backtrack_limit=100000\n\n;PCRE library recursion limit.\n;Please note that if you set this value to a high number you may consume all\n;the available process stack and eventually crash PHP (due to reaching the\n;stack size limit imposed by the Operating System).\n; http://php.net/pcre.recursion-limit\n;pcre.recursion_limit=100000\n\n[Pdo]\n; Whether to pool ODBC connections. Can be one of \"strict\", \"relaxed\" or \"off\"\n; http://php.net/pdo-odbc.connection-pooling\n;pdo_odbc.connection_pooling=strict\n\n;pdo_odbc.db2_instance_name\n\n[Pdo_mysql]\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/pdo_mysql.cache_size\npdo_mysql.cache_size = 2000\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/pdo_mysql.default-socket\npdo_mysql.default_socket=\n\n[Phar]\n; http://php.net/phar.readonly\n;phar.readonly = On\n\n; http://php.net/phar.require-hash\n;phar.require_hash = On\n\n;phar.cache_list =\n\n[mail function]\n; For Win32 only.\n; http://php.net/smtp\nSMTP = localhost\n; http://php.net/smtp-port\nsmtp_port = 25\n\n; For Win32 only.\n; http://php.net/sendmail-from\n;sendmail_from = me@example.com\n\n; For Unix only.  You may supply arguments as well (default: \"sendmail -t -i\").\n; http://php.net/sendmail-path\n;sendmail_path =\n\n; Force the addition of the specified parameters to be passed as extra parameters\n; to the sendmail binary. These parameters will always replace the value of\n; the 5th parameter to mail(), even in safe mode.\n;mail.force_extra_parameters =\n\n; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename\nmail.add_x_header = On\n\n; The path to a log file that will log all mail() calls. Log entries include\n; the full path of the script, line number, To address and headers.\n;mail.log =\n\n[SQL]\n; http://php.net/sql.safe-mode\nsql.safe_mode = Off\n\n[ODBC]\n; http://php.net/odbc.default-db\n;odbc.default_db    =  Not yet implemented\n\n; http://php.net/odbc.default-user\n;odbc.default_user  =  Not yet implemented\n\n; http://php.net/odbc.default-pw\n;odbc.default_pw    =  Not yet implemented\n\n; Controls the ODBC cursor model.\n; Default: SQL_CURSOR_STATIC (default).\n;odbc.default_cursortype\n\n; Allow or prevent persistent links.\n; http://php.net/odbc.allow-persistent\nodbc.allow_persistent = On\n\n; Check that a connection is still valid before reuse.\n; http://php.net/odbc.check-persistent\nodbc.check_persistent = On\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/odbc.max-persistent\nodbc.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/odbc.max-links\nodbc.max_links = -1\n\n; Handling of LONG fields.  Returns number of bytes to variables.  0 means\n; passthru.\n; http://php.net/odbc.defaultlrl\nodbc.defaultlrl = 4096\n\n; Handling of binary data.  0 means passthru, 1 return as is, 2 convert to char.\n; See the documentation on odbc_binmode and odbc_longreadlen for an explanation\n; of odbc.defaultlrl and odbc.defaultbinmode\n; http://php.net/odbc.defaultbinmode\nodbc.defaultbinmode = 1\n\n;birdstep.max_links = -1\n\n[Interbase]\n; Allow or prevent persistent links.\nibase.allow_persistent = 1\n\n; Maximum number of persistent links.  -1 means no limit.\nibase.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\nibase.max_links = -1\n\n; Default database name for ibase_connect().\n;ibase.default_db =\n\n; Default username for ibase_connect().\n;ibase.default_user =\n\n; Default password for ibase_connect().\n;ibase.default_password =\n\n; Default charset for ibase_connect().\n;ibase.default_charset =\n\n; Default timestamp format.\nibase.timestampformat = \"%Y-%m-%d %H:%M:%S\"\n\n; Default date format.\nibase.dateformat = \"%Y-%m-%d\"\n\n; Default time format.\nibase.timeformat = \"%H:%M:%S\"\n\n[MySQL]\n; Allow accessing, from PHP's perspective, local files with LOAD DATA statements\n; http://php.net/mysql.allow_local_infile\nmysql.allow_local_infile = On\n\n; Allow or prevent persistent links.\n; http://php.net/mysql.allow-persistent\nmysql.allow_persistent = On\n\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/mysql.cache_size\nmysql.cache_size = 2000\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/mysql.max-persistent\nmysql.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/mysql.max-links\nmysql.max_links = -1\n\n; Default port number for mysql_connect().  If unset, mysql_connect() will use\n; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the\n; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look\n; at MYSQL_PORT.\n; http://php.net/mysql.default-port\nmysql.default_port =\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/mysql.default-socket\nmysql.default_socket =\n\n; Default host for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysql.default-host\nmysql.default_host =\n\n; Default user for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysql.default-user\nmysql.default_user =\n\n; Default password for mysql_connect() (doesn't apply in safe mode).\n; Note that this is generally a *bad* idea to store passwords in this file.\n; *Any* user with PHP access can run 'echo get_cfg_var(\"mysql.default_password\")\n; and reveal this password!  And of course, any users with read access to this\n; file will be able to reveal the password as well.\n; http://php.net/mysql.default-password\nmysql.default_password =\n\n; Maximum time (in seconds) for connect timeout. -1 means no limit\n; http://php.net/mysql.connect-timeout\nmysql.connect_timeout = 60\n\n; Trace mode. When trace_mode is active (=On), warnings for table/index scans and\n; SQL-Errors will be displayed.\n; http://php.net/mysql.trace-mode\nmysql.trace_mode = Off\n\n[MySQLi]\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/mysqli.max-persistent\nmysqli.max_persistent = -1\n\n; Allow accessing, from PHP's perspective, local files with LOAD DATA statements\n; http://php.net/mysqli.allow_local_infile\n;mysqli.allow_local_infile = On\n\n; Allow or prevent persistent links.\n; http://php.net/mysqli.allow-persistent\nmysqli.allow_persistent = On\n\n; Maximum number of links.  -1 means no limit.\n; http://php.net/mysqli.max-links\nmysqli.max_links = -1\n\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/mysqli.cache_size\nmysqli.cache_size = 2000\n\n; Default port number for mysqli_connect().  If unset, mysqli_connect() will use\n; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the\n; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look\n; at MYSQL_PORT.\n; http://php.net/mysqli.default-port\nmysqli.default_port = 3306\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/mysqli.default-socket\nmysqli.default_socket =\n\n; Default host for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysqli.default-host\nmysqli.default_host =\n\n; Default user for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysqli.default-user\nmysqli.default_user =\n\n; Default password for mysqli_connect() (doesn't apply in safe mode).\n; Note that this is generally a *bad* idea to store passwords in this file.\n; *Any* user with PHP access can run 'echo get_cfg_var(\"mysqli.default_pw\")\n; and reveal this password!  And of course, any users with read access to this\n; file will be able to reveal the password as well.\n; http://php.net/mysqli.default-pw\nmysqli.default_pw =\n\n; Allow or prevent reconnect\nmysqli.reconnect = Off\n\n[mysqlnd]\n; Enable / Disable collection of general statistics by mysqlnd which can be\n; used to tune and monitor MySQL operations.\n; http://php.net/mysqlnd.collect_statistics\nmysqlnd.collect_statistics = On\n\n; Enable / Disable collection of memory usage statistics by mysqlnd which can be\n; used to tune and monitor MySQL operations.\n; http://php.net/mysqlnd.collect_memory_statistics\nmysqlnd.collect_memory_statistics = Off\n\n; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.\n; http://php.net/mysqlnd.net_cmd_buffer_size\n;mysqlnd.net_cmd_buffer_size = 2048\n\n; Size of a pre-allocated buffer used for reading data sent by the server in\n; bytes.\n; http://php.net/mysqlnd.net_read_buffer_size\n;mysqlnd.net_read_buffer_size = 32768\n\n[OCI8]\n\n; Connection: Enables privileged connections using external\n; credentials (OCI_SYSOPER, OCI_SYSDBA)\n; http://php.net/oci8.privileged-connect\n;oci8.privileged_connect = Off\n\n; Connection: The maximum number of persistent OCI8 connections per\n; process. Using -1 means no limit.\n; http://php.net/oci8.max-persistent\n;oci8.max_persistent = -1\n\n; Connection: The maximum number of seconds a process is allowed to\n; maintain an idle persistent connection. Using -1 means idle\n; persistent connections will be maintained forever.\n; http://php.net/oci8.persistent-timeout\n;oci8.persistent_timeout = -1\n\n; Connection: The number of seconds that must pass before issuing a\n; ping during oci_pconnect() to check the connection validity. When\n; set to 0, each oci_pconnect() will cause a ping. Using -1 disables\n; pings completely.\n; http://php.net/oci8.ping-interval\n;oci8.ping_interval = 60\n\n; Connection: Set this to a user chosen connection class to be used\n; for all pooled server requests with Oracle 11g Database Resident\n; Connection Pooling (DRCP).  To use DRCP, this value should be set to\n; the same string for all web servers running the same application,\n; the database pool must be configured, and the connection string must\n; specify to use a pooled server.\n;oci8.connection_class =\n\n; High Availability: Using On lets PHP receive Fast Application\n; Notification (FAN) events generated when a database node fails. The\n; database must also be configured to post FAN events.\n;oci8.events = Off\n\n; Tuning: This option enables statement caching, and specifies how\n; many statements to cache. Using 0 disables statement caching.\n; http://php.net/oci8.statement-cache-size\n;oci8.statement_cache_size = 20\n\n; Tuning: Enables statement prefetching and sets the default number of\n; rows that will be fetched automatically after statement execution.\n; http://php.net/oci8.default-prefetch\n;oci8.default_prefetch = 100\n\n; Compatibility. Using On means oci_close() will not close\n; oci_connect() and oci_new_connect() connections.\n; http://php.net/oci8.old-oci-close-semantics\n;oci8.old_oci_close_semantics = Off\n\n[PostgreSQL]\n; Allow or prevent persistent links.\n; http://php.net/pgsql.allow-persistent\npgsql.allow_persistent = On\n\n; Detect broken persistent links always with pg_pconnect().\n; Auto reset feature requires a little overheads.\n; http://php.net/pgsql.auto-reset-persistent\npgsql.auto_reset_persistent = Off\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/pgsql.max-persistent\npgsql.max_persistent = -1\n\n; Maximum number of links (persistent+non persistent).  -1 means no limit.\n; http://php.net/pgsql.max-links\npgsql.max_links = -1\n\n; Ignore PostgreSQL backends Notice message or not.\n; Notice message logging require a little overheads.\n; http://php.net/pgsql.ignore-notice\npgsql.ignore_notice = 0\n\n; Log PostgreSQL backends Notice message or not.\n; Unless pgsql.ignore_notice=0, module cannot log notice message.\n; http://php.net/pgsql.log-notice\npgsql.log_notice = 0\n\n[Sybase-CT]\n; Allow or prevent persistent links.\n; http://php.net/sybct.allow-persistent\nsybct.allow_persistent = On\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/sybct.max-persistent\nsybct.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/sybct.max-links\nsybct.max_links = -1\n\n; Minimum server message severity to display.\n; http://php.net/sybct.min-server-severity\nsybct.min_server_severity = 10\n\n; Minimum client message severity to display.\n; http://php.net/sybct.min-client-severity\nsybct.min_client_severity = 10\n\n; Set per-context timeout\n; http://php.net/sybct.timeout\n;sybct.timeout=\n\n;sybct.packet_size\n\n; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.\n; Default: one minute\n;sybct.login_timeout=\n\n; The name of the host you claim to be connecting from, for display by sp_who.\n; Default: none\n;sybct.hostname=\n\n; Allows you to define how often deadlocks are to be retried. -1 means \"forever\".\n; Default: 0\n;sybct.deadlock_retry_count=\n\n[bcmath]\n; Number of decimal digits for all bcmath functions.\n; http://php.net/bcmath.scale\nbcmath.scale = 0\n\n[browscap]\n; http://php.net/browscap\n;browscap = extra/browscap.ini\n\n[Session]\n; Handler used to store/retrieve data.\n; http://php.net/session.save-handler\nsession.save_handler = files\n\n; Argument passed to save_handler.  In the case of files, this is the path\n; where data files are stored. Note: Windows users have to change this\n; variable in order to use PHP's session functions.\n;\n; The path can be defined as:\n;\n;     session.save_path = \"N;/path\"\n;\n; where N is an integer.  Instead of storing all the session files in\n; /path, what this will do is use subdirectories N-levels deep, and\n; store the session data in those directories.  This is useful if you\n; or your OS have problems with lots of files in one directory, and is\n; a more efficient layout for servers that handle lots of sessions.\n;\n; NOTE 1: PHP will not create this directory structure automatically.\n;         You can use the script in the ext/session dir for that purpose.\n; NOTE 2: See the section on garbage collection below if you choose to\n;         use subdirectories for session storage\n;\n; The file storage module creates files using mode 600 by default.\n; You can change that by using\n;\n;     session.save_path = \"N;MODE;/path\"\n;\n; where MODE is the octal representation of the mode. Note that this\n; does not overwrite the process's umask.\n; http://php.net/session.save-path\n;session.save_path = \"/tmp\"\n\n; Whether to use cookies.\n; http://php.net/session.use-cookies\nsession.use_cookies = 1\n\n; http://php.net/session.cookie-secure\n;session.cookie_secure =\n\n; This option forces PHP to fetch and use a cookie for storing and maintaining\n; the session id. We encourage this operation as it's very helpful in combating\n; session hijacking when not specifying and managing your own session id. It is\n; not the end all be all of session hijacking defense, but it's a good start.\n; http://php.net/session.use-only-cookies\nsession.use_only_cookies = 1\n\n; Name of the session (used as cookie name).\n; http://php.net/session.name\nsession.name = PHPSESSID\n\n; Initialize session on request startup.\n; http://php.net/session.auto-start\nsession.auto_start = 0\n\n; Lifetime in seconds of cookie or, if 0, until browser is restarted.\n; http://php.net/session.cookie-lifetime\nsession.cookie_lifetime = 0\n\n; The path for which the cookie is valid.\n; http://php.net/session.cookie-path\nsession.cookie_path = /\n\n; The domain for which the cookie is valid.\n; http://php.net/session.cookie-domain\nsession.cookie_domain =\n\n; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.\n; http://php.net/session.cookie-httponly\nsession.cookie_httponly =\n\n; Handler used to serialize data.  php is the standard serializer of PHP.\n; http://php.net/session.serialize-handler\nsession.serialize_handler = php\n\n; Defines the probability that the 'garbage collection' process is started\n; on every session initialization. The probability is calculated by using\n; gc_probability/gc_divisor. Where session.gc_probability is the numerator\n; and gc_divisor is the denominator in the equation. Setting this value to 1\n; when the session.gc_divisor value is 100 will give you approximately a 1% chance\n; the gc will run on any give request.\n; Default Value: 1\n; Development Value: 1\n; Production Value: 1\n; http://php.net/session.gc-probability\nsession.gc_probability = 1\n\n; Defines the probability that the 'garbage collection' process is started on every\n; session initialization. The probability is calculated by using the following equation:\n; gc_probability/gc_divisor. Where session.gc_probability is the numerator and\n; session.gc_divisor is the denominator in the equation. Setting this value to 1\n; when the session.gc_divisor value is 100 will give you approximately a 1% chance\n; the gc will run on any give request. Increasing this value to 1000 will give you\n; a 0.1% chance the gc will run on any give request. For high volume production servers,\n; this is a more efficient approach.\n; Default Value: 100\n; Development Value: 1000\n; Production Value: 1000\n; http://php.net/session.gc-divisor\nsession.gc_divisor = 1000\n\n; After this number of seconds, stored data will be seen as 'garbage' and\n; cleaned up by the garbage collection process.\n; http://php.net/session.gc-maxlifetime\nsession.gc_maxlifetime = 1440\n\n; NOTE: If you are using the subdirectory option for storing session files\n;       (see session.save_path above), then garbage collection does *not*\n;       happen automatically.  You will need to do your own garbage\n;       collection through a shell script, cron entry, or some other method.\n;       For example, the following script would is the equivalent of\n;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):\n;          find /path/to/sessions -cmin +24 | xargs rm\n\n; PHP 4.2 and less have an undocumented feature/bug that allows you to\n; to initialize a session variable in the global scope.\n; PHP 4.3 and later will warn you, if this feature is used.\n; You can disable the feature and the warning separately. At this time,\n; the warning is only displayed, if bug_compat_42 is enabled. This feature\n; introduces some serious security problems if not handled correctly. It's\n; recommended that you do not use this feature on production servers. But you\n; should enable this on development servers and enable the warning as well. If you\n; do not enable the feature on development servers, you won't be warned when it's\n; used and debugging errors caused by this can be difficult to track down.\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/session.bug-compat-42\nsession.bug_compat_42 = Off\n\n; This setting controls whether or not you are warned by PHP when initializing a\n; session value into the global space. session.bug_compat_42 must be enabled before\n; these warnings can be issued by PHP. See the directive above for more information.\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/session.bug-compat-warn\nsession.bug_compat_warn = Off\n\n; Check HTTP Referer to invalidate externally stored URLs containing ids.\n; HTTP_REFERER has to contain this substring for the session to be\n; considered as valid.\n; http://php.net/session.referer-check\nsession.referer_check =\n\n; How many bytes to read from the file.\n; http://php.net/session.entropy-length\nsession.entropy_length = 0\n\n; Specified here to create the session id.\n; http://php.net/session.entropy-file\n; Defaults to /dev/urandom\n; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arandom\n; If neither are found at compile time, the default is no entropy file.\n; On windows, setting the entropy_length setting will activate the\n; Windows random source (using the CryptoAPI)\n;session.entropy_file = /dev/urandom\n\n; Set to {nocache,private,public,} to determine HTTP caching aspects\n; or leave this empty to avoid sending anti-caching headers.\n; http://php.net/session.cache-limiter\nsession.cache_limiter = nocache\n\n; Document expires after n minutes.\n; http://php.net/session.cache-expire\nsession.cache_expire = 180\n\n; trans sid support is disabled by default.\n; Use of trans sid may risk your users security.\n; Use this option with caution.\n; - User may send URL contains active session ID\n;   to other person via. email/irc/etc.\n; - URL that contains active session ID may be stored\n;   in publicly accessible computer.\n; - User may access your site with the same session ID\n;   always using URL stored in browser's history or bookmarks.\n; http://php.net/session.use-trans-sid\nsession.use_trans_sid = 0\n\n; Select a hash function for use in generating session ids.\n; Possible Values\n;   0  (MD5 128 bits)\n;   1  (SHA-1 160 bits)\n; This option may also be set to the name of any hash function supported by\n; the hash extension. A list of available hashes is returned by the hash_algos()\n; function.\n; http://php.net/session.hash-function\nsession.hash_function = 0\n\n; Define how many bits are stored in each character when converting\n; the binary hash data to something readable.\n; Possible values:\n;   4  (4 bits: 0-9, a-f)\n;   5  (5 bits: 0-9, a-v)\n;   6  (6 bits: 0-9, a-z, A-Z, \"-\", \",\")\n; Default Value: 4\n; Development Value: 5\n; Production Value: 5\n; http://php.net/session.hash-bits-per-character\nsession.hash_bits_per_character = 5\n\n; The URL rewriter will look for URLs in a defined set of HTML tags.\n; form/fieldset are special; if you include them here, the rewriter will\n; add a hidden <input> field with the info which is otherwise appended\n; to URLs.  If you want XHTML conformity, remove the form entry.\n; Note that all valid entries require a \"=\", even if no value follows.\n; Default Value: \"a=href,area=href,frame=src,form=,fieldset=\"\n; Development Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n; Production Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n; http://php.net/url-rewriter.tags\nurl_rewriter.tags = \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n\n; Enable upload progress tracking in $_SESSION\n; Default Value: On\n; Development Value: On\n; Production Value: On\n; http://php.net/session.upload-progress.enabled\n;session.upload_progress.enabled = On\n\n; Cleanup the progress information as soon as all POST data has been read\n; (i.e. upload completed).\n; Default Value: On\n; Development Value: On\n; Production Value: On\n; http://php.net/session.upload-progress.cleanup\n;session.upload_progress.cleanup = On\n\n; A prefix used for the upload progress key in $_SESSION\n; Default Value: \"upload_progress_\"\n; Development Value: \"upload_progress_\"\n; Production Value: \"upload_progress_\"\n; http://php.net/session.upload-progress.prefix\n;session.upload_progress.prefix = \"upload_progress_\"\n\n; The index name (concatenated with the prefix) in $_SESSION\n; containing the upload progress information\n; Default Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; Development Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; Production Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; http://php.net/session.upload-progress.name\n;session.upload_progress.name = \"PHP_SESSION_UPLOAD_PROGRESS\"\n\n; How frequently the upload progress should be updated.\n; Given either in percentages (per-file), or in bytes\n; Default Value: \"1%\"\n; Development Value: \"1%\"\n; Production Value: \"1%\"\n; http://php.net/session.upload-progress.freq\n;session.upload_progress.freq =  \"1%\"\n\n; The minimum delay between updates, in seconds\n; Default Value: 1\n; Development Value: 1\n; Production Value: 1\n; http://php.net/session.upload-progress.min-freq\n;session.upload_progress.min_freq = \"1\"\n\n[MSSQL]\n; Allow or prevent persistent links.\nmssql.allow_persistent = On\n\n; Maximum number of persistent links.  -1 means no limit.\nmssql.max_persistent = -1\n\n; Maximum number of links (persistent+non persistent).  -1 means no limit.\nmssql.max_links = -1\n\n; Minimum error severity to display.\nmssql.min_error_severity = 10\n\n; Minimum message severity to display.\nmssql.min_message_severity = 10\n\n; Compatibility mode with old versions of PHP 3.0.\nmssql.compatability_mode = Off\n\n; Connect timeout\n;mssql.connect_timeout = 5\n\n; Query timeout\n;mssql.timeout = 60\n\n; Valid range 0 - 2147483647.  Default = 4096.\n;mssql.textlimit = 4096\n\n; Valid range 0 - 2147483647.  Default = 4096.\n;mssql.textsize = 4096\n\n; Limits the number of records in each batch.  0 = all records in one batch.\n;mssql.batchsize = 0\n\n; Specify how datetime and datetim4 columns are returned\n; On => Returns data converted to SQL server settings\n; Off => Returns values as YYYY-MM-DD hh:mm:ss\n;mssql.datetimeconvert = On\n\n; Use NT authentication when connecting to the server\nmssql.secure_connection = Off\n\n; Specify max number of processes. -1 = library default\n; msdlib defaults to 25\n; FreeTDS defaults to 4096\n;mssql.max_procs = -1\n\n; Specify client character set.\n; If empty or not set the client charset from freetds.conf is used\n; This is only used when compiled with FreeTDS\n;mssql.charset = \"ISO-8859-1\"\n\n[Assertion]\n; Assert(expr); active by default.\n; http://php.net/assert.active\n;assert.active = On\n\n; Issue a PHP warning for each failed assertion.\n; http://php.net/assert.warning\n;assert.warning = On\n\n; Don't bail out by default.\n; http://php.net/assert.bail\n;assert.bail = Off\n\n; User-function to be called if an assertion fails.\n; http://php.net/assert.callback\n;assert.callback = 0\n\n; Eval the expression with current error_reporting().  Set to true if you want\n; error_reporting(0) around the eval().\n; http://php.net/assert.quiet-eval\n;assert.quiet_eval = 0\n\n[COM]\n; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs\n; http://php.net/com.typelib-file\n;com.typelib_file =\n\n; allow Distributed-COM calls\n; http://php.net/com.allow-dcom\n;com.allow_dcom = true\n\n; autoregister constants of a components typlib on com_load()\n; http://php.net/com.autoregister-typelib\n;com.autoregister_typelib = true\n\n; register constants casesensitive\n; http://php.net/com.autoregister-casesensitive\n;com.autoregister_casesensitive = false\n\n; show warnings on duplicate constant registrations\n; http://php.net/com.autoregister-verbose\n;com.autoregister_verbose = true\n\n; The default character set code-page to use when passing strings to and from COM objects.\n; Default: system ANSI code page\n;com.code_page=\n\n[mbstring]\n; language for internal character representation.\n; http://php.net/mbstring.language\n;mbstring.language = Japanese\n\n; internal/script encoding.\n; Some encoding cannot work as internal encoding.\n; (e.g. SJIS, BIG5, ISO-2022-*)\n; http://php.net/mbstring.internal-encoding\n;mbstring.internal_encoding = EUC-JP\n\n; http input encoding.\n; http://php.net/mbstring.http-input\n;mbstring.http_input = auto\n\n; http output encoding. mb_output_handler must be\n; registered as output buffer to function\n; http://php.net/mbstring.http-output\n;mbstring.http_output = SJIS\n\n; enable automatic encoding translation according to\n; mbstring.internal_encoding setting. Input chars are\n; converted to internal encoding by setting this to On.\n; Note: Do _not_ use automatic encoding translation for\n;       portable libs/applications.\n; http://php.net/mbstring.encoding-translation\n;mbstring.encoding_translation = Off\n\n; automatic encoding detection order.\n; auto means\n; http://php.net/mbstring.detect-order\n;mbstring.detect_order = auto\n\n; substitute_character used when character cannot be converted\n; one from another\n; http://php.net/mbstring.substitute-character\n;mbstring.substitute_character = none;\n\n; overload(replace) single byte functions by mbstring functions.\n; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),\n; etc. Possible values are 0,1,2,4 or combination of them.\n; For example, 7 for overload everything.\n; 0: No overload\n; 1: Overload mail() function\n; 2: Overload str*() functions\n; 4: Overload ereg*() functions\n; http://php.net/mbstring.func-overload\n;mbstring.func_overload = 0\n\n; enable strict encoding detection.\n;mbstring.strict_detection = Off\n\n; This directive specifies the regex pattern of content types for which mb_output_handler()\n; is activated.\n; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\\+xml)\n;mbstring.http_output_conv_mimetype=\n\n[gd]\n; Tell the jpeg decode to ignore warnings and try to create\n; a gd image. The warning will then be displayed as notices\n; disabled by default\n; http://php.net/gd.jpeg-ignore-warning\n;gd.jpeg_ignore_warning = 0\n\n[exif]\n; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.\n; With mbstring support this will automatically be converted into the encoding\n; given by corresponding encode setting. When empty mbstring.internal_encoding\n; is used. For the decode settings you can distinguish between motorola and\n; intel byte order. A decode setting cannot be empty.\n; http://php.net/exif.encode-unicode\n;exif.encode_unicode = ISO-8859-15\n\n; http://php.net/exif.decode-unicode-motorola\n;exif.decode_unicode_motorola = UCS-2BE\n\n; http://php.net/exif.decode-unicode-intel\n;exif.decode_unicode_intel    = UCS-2LE\n\n; http://php.net/exif.encode-jis\n;exif.encode_jis =\n\n; http://php.net/exif.decode-jis-motorola\n;exif.decode_jis_motorola = JIS\n\n; http://php.net/exif.decode-jis-intel\n;exif.decode_jis_intel    = JIS\n\n[Tidy]\n; The path to a default tidy configuration file to use when using tidy\n; http://php.net/tidy.default-config\n;tidy.default_config = /usr/local/lib/php/default.tcfg\n\n; Should tidy clean and repair output automatically?\n; WARNING: Do not use this option if you are generating non-html content\n; such as dynamic images\n; http://php.net/tidy.clean-output\ntidy.clean_output = Off\n\n[soap]\n; Enables or disables WSDL caching feature.\n; http://php.net/soap.wsdl-cache-enabled\nsoap.wsdl_cache_enabled= 1\n\n; Sets the directory name where SOAP extension will put cache files.\n; http://php.net/soap.wsdl-cache-dir\nsoap.wsdl_cache_dir= \"/tmp\"\n\n; (time to live) Sets the number of second while cached file will be used\n; instead of original one.\n; http://php.net/soap.wsdl-cache-ttl\nsoap.wsdl_cache_ttl= 86400\n\n; Sets the size of the cache limit. (Max. number of WSDL files to cache)\nsoap.wsdl_cache_limit = 5\n\n[sysvshm]\n; A default size of the shared memory segment\n;sysvshm.init_mem = 10000\n\n[ldap]\n; Sets the maximum number of open links or -1 for unlimited.\nldap.max_links = -1\n\n[mcrypt]\n; For more information about mcrypt settings see http://php.net/mcrypt-module-open\n\n; Directory where to load mcrypt algorithms\n; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)\n;mcrypt.algorithms_dir=\n\n; Directory where to load mcrypt modes\n; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)\n;mcrypt.modes_dir=\n\n[dba]\n;dba.default_handler=\n\n[xsl]\n; Write operations from within XSLT are disabled by default.\n; XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_WRITE_FILE = 44\n; Set it to 0 to allow all operations\n;xsl.security_prefs = 44\n\n[suhosin]\nsuhosin.session.encrypt = off\n\n[opcache]\nopcache.enable = {PHP_OPCODE_CACHE_ENABLED}\nopcache.memory_consumption = {PHP_OPCODE_CACHE_MAX_MEMORY}\nopcache.max_accelerated_files = 100000\n\n[apc]\napc.enabled = {OPCODE_CACHE_ENABLED}\napc.shm_size = {PHP_OPCODE_CACHE_MAX_MEMORY}M\n"
  },
  {
    "path": "configs/debian/php/fcgi/apache_fcgid_module.conf",
    "content": "<IfModule fcgid_module>\n    AddHandler fcgid-script .php .php3 .php4 .php5 .php7 .pht .phtml\n\n    FcgidConnectTimeout 20\n\n    FcgidMaxRequestsPerProcess 900\n    FcgidMaxRequestLen 1073741824\n    FcgidPassHeader AUTHORIZATION\n\n    FcgidFixPathinfo 1\n\n    FcgidIOTimeout 600\n    FcgidBusyTimeout 7200\n    FcgidBusyScanInterval 240\n\n    FcgidIdleScanInterval 120\n    FcgidIdleTimeout 240\n    FcgidProcessLifeTime 3600\n\n    FcgidMaxProcesses 1000\n    FcgidMaxProcessesPerClass 6\n    FcgidMinProcessesPerClass 0\n\n    # SECTION custom BEGIN.\n    # SECTION custom END.\n</IfModule>\n"
  },
  {
    "path": "configs/debian/php/fcgi/php-fcgi-starter",
    "content": "#!/bin/sh\n\numask 027\nexport PHPRC={PHP_FCGI_STARTER_DIR}/{FCGID_NAME}/php{PHP_VERSION}\nexport PHP_FCGI_MAX_REQUESTS={PHP_FCGI_MAX_REQUESTS}\nexport PHP_FCGI_CHILDREN={PHP_FCGI_CHILDREN}\nexport TMPDIR={TMPDIR}\nexec {PHP_FCGI_BIN_PATH} \"$@\"\n"
  },
  {
    "path": "configs/debian/php/fcgi/php.ini",
    "content": "; php(1) configuration file - auto-generated by i-MSCP\n;     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n[PHP]\n;;;;;;;;;;;;;;;;;;;\n; About php.ini   ;\n;;;;;;;;;;;;;;;;;;;\n; PHP's initialization file, generally called php.ini, is responsible for\n; configuring many of the aspects of PHP's behavior.\n\n; PHP attempts to find and load this configuration from a number of locations.\n; The following is a summary of its search order:\n; 1. SAPI module specific location.\n; 2. The PHPRC environment variable. (As of PHP 5.2.0)\n; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)\n; 4. Current working directory (except CLI)\n; 5. The web server's directory (for SAPI modules), or directory of PHP\n; (otherwise in Windows)\n; 6. The directory from the --with-config-file-path compile time option, or the\n; Windows directory (C:\\windows or C:\\winnt)\n; See the PHP docs for more specific information.\n; http://php.net/configuration.file\n\n; The syntax of the file is extremely simple.  Whitespace and lines\n; beginning with a semicolon are silently ignored (as you probably guessed).\n; Section headers (e.g. [Foo]) are also silently ignored, even though\n; they might mean something in the future.\n\n; Directives following the section heading [PATH=/www/mysite] only\n; apply to PHP files in the /www/mysite directory.  Directives\n; following the section heading [HOST=www.example.com] only apply to\n; PHP files served from www.example.com.  Directives set in these\n; special sections cannot be overridden by user-defined INI files or\n; at runtime. Currently, [PATH=] and [HOST=] sections only work under\n; CGI/FastCGI.\n; http://php.net/ini.sections\n\n; Directives are specified using the following syntax:\n; directive = value\n; Directive names are *case sensitive* - foo=bar is different from FOO=bar.\n; Directives are variables used to configure PHP or PHP extensions.\n; There is no name validation.  If PHP can't find an expected\n; directive because it is not set or is mistyped, a default value will be used.\n\n; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one\n; of the INI constants (On, Off, True, False, Yes, No and None) or an expression\n; (e.g. E_ALL & ~E_NOTICE), a quoted string (\"bar\"), or a reference to a\n; previously set variable or directive (e.g. ${foo})\n\n; Expressions in the INI file are limited to bitwise operators and parentheses:\n; |  bitwise OR\n; ^  bitwise XOR\n; &  bitwise AND\n; ~  bitwise NOT\n; !  boolean NOT\n\n; Boolean flags can be turned on using the values 1, On, True or Yes.\n; They can be turned off using the values 0, Off, False or No.\n\n; An empty string can be denoted by simply not writing anything after the equal\n; sign, or by using the None keyword:\n\n;  foo =         ; sets foo to an empty string\n;  foo = None    ; sets foo to an empty string\n;  foo = \"None\"  ; sets foo to the string 'None'\n\n; If you use constants in your value, and these constants belong to a\n; dynamically loaded extension (either a PHP extension or a Zend extension),\n; you may only use these constants *after* the line that loads the extension.\n\n;;;;;;;;;;;;;;;;;;;\n; About this file ;\n;;;;;;;;;;;;;;;;;;;\n; PHP comes packaged with two INI files. One that is recommended to be used\n; in production environments and one that is recommended to be used in\n; development environments.\n\n; php.ini-production contains settings which hold security, performance and\n; best practices at its core. But please be aware, these settings may break\n; compatibility with older or less security conscience applications. We\n; recommending using the production ini in production and testing environments.\n\n; php.ini-development is very similar to its production variant, except it's\n; much more verbose when it comes to errors. We recommending using the\n; development version only in development environments as errors shown to\n; application users can inadvertently leak otherwise secure information.\n\n;;;;;;;;;;;;;;;;;;;\n; Quick Reference ;\n;;;;;;;;;;;;;;;;;;;\n; The following are all the settings which are different in either the production\n; or development versions of the INIs with respect to PHP's default behavior.\n; Please see the actual settings later in the document for more details as to why\n; we recommend these changes in PHP's behavior.\n\n; allow_call_time_pass_reference\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; display_errors\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; display_startup_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: Off\n\n; error_reporting\n;   Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED\n;   Development Value: E_ALL\n;   Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT\n\n; html_errors\n;   Default Value: On\n;   Development Value: On\n;   Production value: On\n\n; log_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: On\n\n; magic_quotes_gpc\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; max_input_time\n;   Default Value: -1 (Unlimited)\n;   Development Value: 60 (60 seconds)\n;   Production Value: 60 (60 seconds)\n\n; output_buffering\n;   Default Value: Off\n;   Development Value: 4096\n;   Production Value: 4096\n\n; register_argc_argv\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; register_long_arrays\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; request_order\n;   Default Value: None\n;   Development Value: \"GP\"\n;   Production Value: \"GP\"\n\n; session.bug_compat_42\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; session.bug_compat_warn\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; session.gc_divisor\n;   Default Value: 100\n;   Development Value: 1000\n;   Production Value: 1000\n\n; session.hash_bits_per_character\n;   Default Value: 4\n;   Development Value: 5\n;   Production Value: 5\n\n; short_open_tag\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; track_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: Off\n\n; url_rewriter.tags\n;   Default Value: \"a=href,area=href,frame=src,form=,fieldset=\"\n;   Development Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n;   Production Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n\n; variables_order\n;   Default Value: \"EGPCS\"\n;   Development Value: \"GPCS\"\n;   Production Value: \"GPCS\"\n\n;;;;;;;;;;;;;;;;;;;;\n; php.ini Options  ;\n;;;;;;;;;;;;;;;;;;;;\n; Name for user-defined php.ini (.htaccess) files. Default is \".user.ini\"\n;user_ini.filename = \".user.ini\"\n\n; To disable this feature set this option to empty value\n;user_ini.filename =\n\n; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)\n;user_ini.cache_ttl = 300\n\n;;;;;;;;;;;;;;;;;;;;\n; Language Options ;\n;;;;;;;;;;;;;;;;;;;;\n\n; Enable the PHP scripting language engine under Apache.\n; http://php.net/engine\nengine = On\n\n; This directive determines whether or not PHP will recognize code between\n; <? and ?> tags as PHP source which should be processed as such. It's been\n; recommended for several years that you not use the short tag \"short cut\" and\n; instead to use the full <?php and ?> tag combination. With the wide spread use\n; of XML and use of these tags by other languages, the server can become easily\n; confused and end up parsing the wrong code in the wrong context. But because\n; this short cut has been a feature for such a long time, it's currently still\n; supported for backwards compatibility, but we recommend you don't use them.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/short-open-tag\nshort_open_tag = On\n\n; Allow ASP-style <% %> tags.\n; http://php.net/asp-tags\nasp_tags = Off\n\n; The number of significant digits displayed in floating point numbers.\n; http://php.net/precision\nprecision = 14\n\n; Output buffering is a mechanism for controlling how much output data\n; (excluding headers and cookies) PHP should keep internally before pushing that\n; data to the client. If your application's output exceeds this setting, PHP\n; will send that data in chunks of roughly the size you specify.\n; Turning on this setting and managing its maximum buffer size can yield some\n; interesting side-effects depending on your application and web server.\n; You may be able to send headers and cookies after you've already sent output\n; through print or echo. You also may see performance benefits if your server is\n; emitting less packets due to buffered output versus PHP streaming the output\n; as it gets it. On production servers, 4096 bytes is a good setting for performance\n; reasons.\n; Note: Output buffering can also be controlled via Output Buffering Control\n;   functions.\n; Possible Values:\n;   On = Enabled and buffer is unlimited. (Use with caution)\n;   Off = Disabled\n;   Integer = Enables the buffer and sets its maximum size in bytes.\n; Note: This directive is hardcoded to Off for the CLI SAPI\n; Default Value: Off\n; Development Value: 4096\n; Production Value: 4096\n; http://php.net/output-buffering\noutput_buffering = 4096\n\n; You can redirect all of the output of your scripts to a function.  For\n; example, if you set output_handler to \"mb_output_handler\", character\n; encoding will be transparently converted to the specified encoding.\n; Setting any output handler automatically turns on output buffering.\n; Note: People who wrote portable scripts should not depend on this ini\n;   directive. Instead, explicitly set the output handler using ob_start().\n;   Using this ini directive may cause problems unless you know what script\n;   is doing.\n; Note: You cannot use both \"mb_output_handler\" with \"ob_iconv_handler\"\n;   and you cannot use both \"ob_gzhandler\" and \"zlib.output_compression\".\n; Note: output_handler must be empty if this is set 'On' !!!!\n;   Instead you must use zlib.output_handler.\n; http://php.net/output-handler\n;output_handler =\n\n; Transparent output compression using the zlib library\n; Valid values for this option are 'off', 'on', or a specific buffer size\n; to be used for compression (default is 4KB)\n; Note: Resulting chunk size may vary due to nature of compression. PHP\n;   outputs chunks that are few hundreds bytes each as a result of\n;   compression. If you prefer a larger chunk size for better\n;   performance, enable output_buffering in addition.\n; Note: You need to use zlib.output_handler instead of the standard\n;   output_handler, or otherwise the output will be corrupted.\n; http://php.net/zlib.output-compression\nzlib.output_compression = Off\n\n; http://php.net/zlib.output-compression-level\n;zlib.output_compression_level = -1\n\n; You cannot specify additional output handlers if zlib.output_compression\n; is activated here. This setting does the same as output_handler but in\n; a different order.\n; http://php.net/zlib.output-handler\n;zlib.output_handler =\n\n; Implicit flush tells PHP to tell the output layer to flush itself\n; automatically after every output block.  This is equivalent to calling the\n; PHP function flush() after each and every call to print() or echo() and each\n; and every HTML block.  Turning this option on has serious performance\n; implications and is generally recommended for debugging purposes only.\n; http://php.net/implicit-flush\n; Note: This directive is hardcoded to On for the CLI SAPI\nimplicit_flush = Off\n\n; The unserialize callback function will be called (with the undefined class'\n; name as parameter), if the unserializer finds an undefined class\n; which should be instantiated. A warning appears if the specified function is\n; not defined, or if the function doesn't include/implement the missing class.\n; So only set this entry, if you really want to implement such a\n; callback-function.\nunserialize_callback_func =\n\n; When floats & doubles are serialized store serialize_precision significant\n; digits after the floating point. The default value ensures that when floats\n; are decoded with unserialize, the data will remain the same.\nserialize_precision = 17\n\n; This directive allows you to enable and disable warnings which PHP will issue\n; if you pass a value by reference at function call time. Passing values by\n; reference at function call time is a deprecated feature which will be removed\n; from PHP at some point in the near future. The acceptable method for passing a\n; value by reference to a function is by declaring the reference in the functions\n; definition, not at call time. This directive does not disable this feature, it\n; only determines whether PHP will warn you about it or not. These warnings\n; should enabled in development environments only.\n; Default Value: On (Suppress warnings)\n; Development Value: Off (Issue warnings)\n; Production Value: Off (Issue warnings)\n; http://php.net/allow-call-time-pass-reference\nallow_call_time_pass_reference = Off\n\n; open_basedir, if set, limits all file operations to the defined directory\n; and below.  This directive makes most sense if used in a per-directory\n; or per-virtualhost web server configuration file. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/open-basedir\nopen_basedir = \"{HOME_DIR}/:{PEAR_DIR}/:/dev/random:/dev/urandom\"\n\n; This directive allows you to disable certain functions for security reasons.\n; It receives a comma-delimited list of function names. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/disable-functions\ndisable_functions = {DISABLE_FUNCTIONS}\n\n; This directive allows you to disable certain classes for security reasons.\n; It receives a comma-delimited list of class names. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/disable-classes\ndisable_classes =\n\n; Colors for Syntax Highlighting mode.  Anything that's acceptable in\n; <span style=\"color: ???????\"> would work.\n; http://php.net/syntax-highlighting\n;highlight.string  = #DD0000\n;highlight.comment = #FF9900\n;highlight.keyword = #007700\n;highlight.default = #0000BB\n;highlight.html    = #000000\n\n; If enabled, the request will be allowed to complete even if the user aborts\n; the request. Consider enabling it if executing long requests, which may end up\n; being interrupted by the user or a browser timing out. PHP's default behavior\n; is to disable this feature.\n; http://php.net/ignore-user-abort\n;ignore_user_abort = On\n\n; Determines the size of the realpath cache to be used by PHP. This value should\n; be increased on systems where PHP opens many files to reflect the quantity of\n; the file operations performed.\n; http://php.net/realpath-cache-size\n;realpath_cache_size = 16k\n\n; Duration of time, in seconds for which to cache realpath information for a given\n; file or directory. For systems with rarely changing files, consider increasing this\n; value.\n; http://php.net/realpath-cache-ttl\n;realpath_cache_ttl = 120\n\n; Enables or disables the circular reference collector.\n; http://php.net/zend.enable-gc\nzend.enable_gc = On\n\n; If enabled, scripts may be written in encodings that are incompatible with\n; the scanner.  CP936, Big5, CP949 and Shift_JIS are the examples of such\n; encodings.  To use this feature, mbstring extension must be enabled.\n; Default: Off\n;zend.multibyte = Off\n\n; Allows to set the default encoding for the scripts.  This value will be used\n; unless \"declare(encoding=...)\" directive appears at the top of the script.\n; Only affects if zend.multibyte is set.\n; Default: \"\"\n;zend.script_encoding =\n\n;;;;;;;;;;;;;;;;;\n; Miscellaneous ;\n;;;;;;;;;;;;;;;;;\n\n; Decides whether PHP may expose the fact that it is installed on the server\n; (e.g. by adding its signature to the Web server header).  It is no security\n; threat in any way, but it makes it possible to determine whether you use PHP\n; on your server or not.\n; http://php.net/expose-php\nexpose_php = Off\n\n;;;;;;;;;;;;;;;;;;;\n; Resource Limits ;\n;;;;;;;;;;;;;;;;;;;\n\n; Maximum execution time of each script, in seconds\n; http://php.net/max-execution-time\n; Note: This directive is hardcoded to 0 for the CLI SAPI\nmax_execution_time = {MAX_EXECUTION_TIME}\n\n; Maximum amount of time each script may spend parsing request data. It's a good\n; idea to limit this time on productions servers in order to eliminate unexpectedly\n; long running scripts.\n; Note: This directive is hardcoded to -1 for the CLI SAPI\n; Default Value: -1 (Unlimited)\n; Development Value: 60 (60 seconds)\n; Production Value: 60 (60 seconds)\n; http://php.net/max-input-time\nmax_input_time = {MAX_INPUT_TIME}\n\n; Maximum input variable nesting level\n; http://php.net/max-input-nesting-level\n;max_input_nesting_level = 64\n\n; How many GET/POST/COOKIE input variables may be accepted\n; max_input_vars = 1000\n\n; Maximum amount of memory a script may consume (128MB)\n; http://php.net/memory-limit\nmemory_limit = {MEMORY_LIMIT}M\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n; Error handling and logging ;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; This directive informs PHP of which errors, warnings and notices you would like\n; it to take action for. The recommended way of setting values for this\n; directive is through the use of the error level constants and bitwise\n; operators. The error level constants are below here for convenience as well as\n; some common settings and their meanings.\n; By default, PHP is set to take action on all errors, notices and warnings EXCEPT\n; those related to E_NOTICE and E_STRICT, which together cover best practices and\n; recommended coding standards in PHP. For performance reasons, this is the\n; recommend error reporting setting. Your production server shouldn't be wasting\n; resources complaining about best practices and coding standards. That's what\n; development servers and development settings are for.\n; Note: The php.ini-development file has this setting as E_ALL. This\n; means it pretty much reports everything which is exactly what you want during\n; development and early testing.\n;\n; Error Level Constants:\n; E_ALL             - All errors and warnings (includes E_STRICT as of PHP 5.4.0)\n; E_ERROR           - fatal run-time errors\n; E_RECOVERABLE_ERROR  - almost fatal run-time errors\n; E_WARNING         - run-time warnings (non-fatal errors)\n; E_PARSE           - compile-time parse errors\n; E_NOTICE          - run-time notices (these are warnings which often result\n;                     from a bug in your code, but it's possible that it was\n;                     intentional (e.g., using an uninitialized variable and\n;                     relying on the fact it's automatically initialized to an\n;                     empty string)\n; E_STRICT          - run-time notices, enable to have PHP suggest changes\n;                     to your code which will ensure the best interoperability\n;                     and forward compatibility of your code\n; E_CORE_ERROR      - fatal errors that occur during PHP's initial startup\n; E_CORE_WARNING    - warnings (non-fatal errors) that occur during PHP's\n;                     initial startup\n; E_COMPILE_ERROR   - fatal compile-time errors\n; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)\n; E_USER_ERROR      - user-generated error message\n; E_USER_WARNING    - user-generated warning message\n; E_USER_NOTICE     - user-generated notice message\n; E_DEPRECATED      - warn about code that will not work in future versions\n;                     of PHP\n; E_USER_DEPRECATED - user-generated deprecation warnings\n;\n; Common Values:\n;   E_ALL (Show all errors, warnings and notices including coding standards.)\n;   E_ALL & ~E_NOTICE  (Show all errors, except for notices)\n;   E_ALL & ~E_NOTICE & ~E_STRICT  (Show all errors, except for notices and coding standards warnings.)\n;   E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR  (Show only errors)\n; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED\n; Development Value: E_ALL\n; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT\n; http://php.net/error-reporting\nerror_reporting = {ERROR_REPORTING}\n\n; This directive controls whether or not and where PHP will output errors,\n; notices and warnings too. Error output is very useful during development, but\n; it could be very dangerous in production environments. Depending on the code\n; which is triggering the error, sensitive information could potentially leak\n; out of your application such as database usernames and passwords or worse.\n; It's recommended that errors be logged on production servers rather than\n; having the errors sent to STDOUT.\n; Possible Values:\n;   Off = Do not display any errors\n;   stderr = Display errors to STDERR (affects only CGI/CLI binaries!)\n;   On or stdout = Display errors to STDOUT\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/display-errors\ndisplay_errors = {DISPLAY_ERRORS}\n\n; The display of errors which occur during PHP's startup sequence are handled\n; separately from display_errors. PHP's default behavior is to suppress those\n; errors from clients. Turning the display of startup errors on can be useful in\n; debugging configuration problems. But, it's strongly recommended that you\n; leave this setting off on production servers.\n; Default Value: Off\n; Development Value: On\n; Production Value: Off\n; http://php.net/display-startup-errors\ndisplay_startup_errors = Off\n\n; Besides displaying errors, PHP can also log errors to locations such as a\n; server-specific log, STDERR, or a location specified by the error_log\n; directive found below. While errors should not be displayed on productions\n; servers they should still be monitored and logging is a great way to do that.\n; Default Value: Off\n; Development Value: On\n; Production Value: On\n; http://php.net/log-errors\nlog_errors = Off\n\n; Set maximum length of log_errors. In error_log information about the source is\n; added. The default is 1024 and 0 allows to not apply any maximum length at all.\n; http://php.net/log-errors-max-len\nlog_errors_max_len = 1024\n\n; Do not log repeated messages. Repeated errors must occur in same file on same\n; line unless ignore_repeated_source is set true.\n; http://php.net/ignore-repeated-errors\nignore_repeated_errors = Off\n\n; Ignore source of message when ignoring repeated messages. When this setting\n; is On you will not log errors with repeated messages from different files or\n; source lines.\n; http://php.net/ignore-repeated-source\nignore_repeated_source = Off\n\n; If this parameter is set to Off, then memory leaks will not be shown (on\n; stdout or in the log). This has only effect in a debug compile, and if\n; error reporting includes E_WARNING in the allowed list\n; http://php.net/report-memleaks\nreport_memleaks = On\n\n; This setting is on by default.\n;report_zend_debug = 0\n\n; Store the last error/warning message in $php_errormsg (boolean). Setting this value\n; to On can assist in debugging and is appropriate for development servers. It should\n; however be disabled on production servers.\n; Default Value: Off\n; Development Value: On\n; Production Value: Off\n; http://php.net/track-errors\ntrack_errors = Off\n\n; Turn off normal error reporting and emit XML-RPC error XML\n; http://php.net/xmlrpc-errors\n;xmlrpc_errors = 0\n\n; An XML-RPC faultCode\n;xmlrpc_error_number = 0\n\n; When PHP displays or logs an error, it has the capability of formatting the\n; error message as HTML for easier reading. This directive controls whether\n; the error message is formatted as HTML or not.\n; Note: This directive is hardcoded to Off for the CLI SAPI\n; Default Value: On\n; Development Value: On\n; Production value: On\n; http://php.net/html-errors\nhtml_errors = Off\n\n; If html_errors is set to On *and* docref_root is not empty, then PHP\n; produces clickable error messages that direct to a page describing the error\n; or function causing the error in detail.\n; You can download a copy of the PHP manual from http://php.net/docs\n; and change docref_root to the base URL of your local copy including the\n; leading '/'. You must also specify the file extension being used including\n; the dot. PHP's default behavior is to leave these settings empty, in which\n; case no links to documentation are generated.\n; Note: Never use this feature for production boxes.\n; http://php.net/docref-root\n; Examples\n;docref_root = \"/phpmanual/\"\n\n; http://php.net/docref-ext\n;docref_ext = .html\n\n; String to output before an error message. PHP's default behavior is to leave\n; this setting blank.\n; http://php.net/error-prepend-string\n; Example:\n;error_prepend_string = \"<span style='color: #ff0000'>\"\n\n; String to output after an error message. PHP's default behavior is to leave\n; this setting blank.\n; http://php.net/error-append-string\n; Example:\n;error_append_string = \"</span>\"\n\n; Log errors to specified file. PHP's default behavior is to leave this value\n; empty.\n; http://php.net/error-log\n; Example:\n;error_log = php_errors.log\n; Log errors to syslog (Event Log on NT, not valid in Windows 95).\n;error_log = syslog\n\n;windows.show_crt_warning\n; Default value: 0\n; Development value: 0\n; Production value: 0\n\n;;;;;;;;;;;;;;;;;\n; Data Handling ;\n;;;;;;;;;;;;;;;;;\n\n; The separator used in PHP generated URLs to separate arguments.\n; PHP's default setting is \"&\".\n; http://php.net/arg-separator.output\n; Example:\n;arg_separator.output = \"&amp;\"\n\n; List of separator(s) used by PHP to parse input URLs into variables.\n; PHP's default setting is \"&\".\n; NOTE: Every character in this directive is considered as separator!\n; http://php.net/arg-separator.input\n; Example:\n;arg_separator.input = \";&\"\n\n; This directive determines which super global arrays are registered when PHP\n; starts up. G,P,C,E & S are abbreviations for the following respective super\n; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty\n; paid for the registration of these arrays and because ENV is not as commonly\n; used as the others, ENV is not recommended on productions servers. You\n; can still get access to the environment variables through getenv() should you\n; need to.\n; Default Value: \"EGPCS\"\n; Development Value: \"GPCS\"\n; Production Value: \"GPCS\";\n; http://php.net/variables-order\nvariables_order = \"GPCS\"\n\n; This directive determines which super global data (G,P,C,E & S) should\n; be registered into the super global array REQUEST. If so, it also determines\n; the order in which that data is registered. The values for this directive are\n; specified in the same manner as the variables_order directive, EXCEPT one.\n; Leaving this value empty will cause PHP to use the value set in the\n; variables_order directive. It does not mean it will leave the super globals\n; array REQUEST empty.\n; Default Value: None\n; Development Value: \"GP\"\n; Production Value: \"GP\"\n; http://php.net/request-order\nrequest_order = \"GP\"\n\n; Determines whether the deprecated long $HTTP_*_VARS type predefined variables\n; are registered by PHP or not. As they are deprecated, we obviously don't\n; recommend you use them. They are on by default for compatibility reasons but\n; they are not recommended on production servers.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/register-long-arrays\nregister_long_arrays = Off\n\n; This directive determines whether PHP registers $argv & $argc each time it\n; runs. $argv contains an array of all the arguments passed to PHP when a script\n; is invoked. $argc contains an integer representing the number of arguments\n; that were passed when the script was invoked. These arrays are extremely\n; useful when running scripts from the command line. When this directive is\n; enabled, registering these variables consumes CPU cycles and memory each time\n; a script is executed. For performance reasons, this feature should be disabled\n; on production servers.\n; Note: This directive is hardcoded to On for the CLI SAPI\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/register-argc-argv\nregister_argc_argv = Off\n\n; When enabled, the ENV, REQUEST and SERVER variables are created when they're\n; first used (Just In Time) instead of when the script starts. If these\n; variables are not used within a script, having this directive on will result\n; in a performance gain. The PHP directive register_argc_argv must be disabled\n; for this directive to have any affect.\n; http://php.net/auto-globals-jit\nauto_globals_jit = On\n\n; Whether PHP will read the POST data.\n; This option is enabled by default.\n; Most likely, you won't want to disable this option globally. It causes $_POST\n; and $_FILES to always be empty; the only way you will be able to read the\n; POST data will be through the php://input stream wrapper. This can be useful\n; to proxy requests or to process the POST data in a memory efficient fashion.\n; http://php.net/enable-post-data-reading\n;enable_post_data_reading = Off\n\n; Maximum size of POST data that PHP will accept.\n; Its value may be 0 to disable the limit. It is ignored if POST data reading\n; is disabled through enable_post_data_reading.\n; http://php.net/post-max-size\npost_max_size = {POST_MAX_SIZE}M\n\n; Magic quotes are a preprocessing feature of PHP where PHP will attempt to\n; escape any character sequences in GET, POST, COOKIE and ENV data which might\n; otherwise corrupt data being placed in resources such as databases before\n; making that data available to you. Because of character encoding issues and\n; non-standard SQL implementations across many databases, it's not currently\n; possible for this feature to be 100% accurate. PHP's default behavior is to\n; enable the feature. We strongly recommend you use the escaping mechanisms\n; designed specifically for the database your using instead of relying on this\n; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is\n; scheduled removed in PHP 5.4.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/magic-quotes-gpc\nmagic_quotes_gpc = Off\n\n; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.\n; http://php.net/magic-quotes-runtime\nmagic_quotes_runtime = Off\n\n; Use Sybase-style magic quotes (escape ' with '' instead of \\').\n; http://php.net/magic-quotes-sybase\nmagic_quotes_sybase = Off\n\n; Automatically add files before PHP document.\n; http://php.net/auto-prepend-file\nauto_prepend_file =\n\n; Automatically add files after PHP document.\n; http://php.net/auto-append-file\nauto_append_file =\n\n; By default, PHP will output a character encoding using\n; the Content-type: header.  To disable sending of the charset, simply\n; set it to be empty.\n;\n; PHP's built-in default is text/html\n; http://php.net/default-mimetype\ndefault_mimetype = \"text/html\"\n\n; PHP's default character set is set to empty.\n; http://php.net/default-charset\n;default_charset = \"UTF-8\"\n\n; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is\n; to disable this feature. If post reading is disabled through\n; enable_post_data_reading, $HTTP_RAW_POST_DATA is *NOT* populated.\n; http://php.net/always-populate-raw-post-data\n;always_populate_raw_post_data = On\n\n;;;;;;;;;;;;;;;;;;;;;;;;;\n; Paths and Directories ;\n;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; UNIX: \"/path1:/path2\"\ninclude_path = \".:{PEAR_DIR}\"\n\n; Windows: \"\\path1;\\path2\"\n;include_path = \".;c:\\php\\includes\"\n;\n; PHP's default setting for include_path is \".;/path/to/php/pear\"\n; http://php.net/include-path\n\n; The root of the PHP pages, used only if nonempty.\n; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root\n; if you are running php as a CGI under any web server (other than IIS)\n; see documentation for security issues.  The alternate is to use the\n; cgi.force_redirect configuration below\n; http://php.net/doc-root\ndoc_root =\n\n; The directory under which PHP opens the script using /~username used only\n; if nonempty.\n; http://php.net/user-dir\nuser_dir =\n\n; Directory in which the loadable extensions (modules) reside.\n; http://php.net/extension-dir\n; extension_dir = \"./\"\n; On windows:\n; extension_dir = \"ext\"\n\n; Whether or not to enable the dl() function.  The dl() function does NOT work\n; properly in multithreaded servers, such as IIS or Zeus, and is automatically\n; disabled on them.\n; http://php.net/enable-dl\nenable_dl = Off\n\n; cgi.force_redirect is necessary to provide security running PHP as a CGI under\n; most web servers.  Left undefined, PHP turns this on by default.  You can\n; turn it off here AT YOUR OWN RISK\n; **You CAN safely turn this off for IIS, in fact, you MUST.**\n; http://php.net/cgi.force-redirect\n;cgi.force_redirect = 1\n\n; if cgi.nph is enabled it will force cgi to always sent Status: 200 with\n; every request. PHP's default behavior is to disable this feature.\n;cgi.nph = 1\n\n; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape\n; (iPlanet) web servers, you MAY need to set an environment variable name that PHP\n; will look for to know it is OK to continue execution.  Setting this variable MAY\n; cause security issues, KNOW WHAT YOU ARE DOING FIRST.\n; http://php.net/cgi.redirect-status-env\n;cgi.redirect_status_env = ;\n\n; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI.  PHP's\n; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok\n; what PATH_INFO is.  For more information on PATH_INFO, see the cgi specs.  Setting\n; this to 1 will cause PHP CGI to fix its paths to conform to the spec.  A setting\n; of zero causes PHP to behave as before.  Default is 1.  You should fix your scripts\n; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.\n; http://php.net/cgi.fix-pathinfo\ncgi.fix_pathinfo = 1\n\n; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate\n; security tokens of the calling client.  This allows IIS to define the\n; security context that the request runs under.  mod_fastcgi under Apache\n; does not currently support this feature (03/17/2002)\n; Set to 1 if running under IIS.  Default is zero.\n; http://php.net/fastcgi.impersonate\n;fastcgi.impersonate = 1;\n\n; Disable logging through FastCGI connection. PHP's default behavior is to enable\n; this feature.\n;fastcgi.logging = 0\n\n; cgi.rfc2616_headers configuration option tells PHP what type of headers to\n; use when sending HTTP response code. If it's set 0 PHP sends Status: header that\n; is supported by Apache. When this option is set to 1 PHP will send\n; RFC2616 compliant header.\n; Default is zero.\n; http://php.net/cgi.rfc2616-headers\n;cgi.rfc2616_headers = 0\n\n;;;;;;;;;;;;;;;;\n; File Uploads ;\n;;;;;;;;;;;;;;;;\n\n; Whether to allow HTTP file uploads.\n; http://php.net/file-uploads\nfile_uploads = On\n\n; Temporary directory for HTTP uploaded files (will use system default if not\n; specified).\n; http://php.net/upload-tmp-dir\nupload_tmp_dir = {TMPDIR}\n\n; Maximum allowed size for uploaded files.\n; http://php.net/upload-max-filesize\nupload_max_filesize = {UPLOAD_MAX_FILESIZE}M\n\n; Maximum number of files that can be uploaded via a single request\nmax_file_uploads = 20\n\n;;;;;;;;;;;;;;;;;;\n; Fopen wrappers ;\n;;;;;;;;;;;;;;;;;;\n\n; Whether to allow the treatment of URLs (like http:// or ftp://) as files.\n; http://php.net/allow-url-fopen\nallow_url_fopen = {ALLOW_URL_FOPEN}\n\n; Whether to allow include/require to open URLs (like http:// or ftp://) as files.\n; http://php.net/allow-url-include\nallow_url_include = Off\n\n; Define the anonymous ftp password (your email address). PHP's default setting\n; for this is empty.\n; http://php.net/from\n;from=\"john@doe.com\"\n\n; Define the User-Agent string. PHP's default setting for this is empty.\n; http://php.net/user-agent\n;user_agent=\"PHP\"\n\n; Default timeout for socket based streams (seconds)\n; http://php.net/default-socket-timeout\ndefault_socket_timeout = 60\n\n; If your scripts have to deal with files from Macintosh systems,\n; or you are running on a Mac and need to deal with files from\n; unix or win32 systems, setting this flag will cause PHP to\n; automatically detect the EOL character in those files so that\n; fgets() and file() will work regardless of the source of the file.\n; http://php.net/auto-detect-line-endings\n;auto_detect_line_endings = Off\n\n;;;;;;;;;;;;;;;;;;;;;;\n; Dynamic Extensions ;\n;;;;;;;;;;;;;;;;;;;;;;\n\n; If you wish to have an extension loaded automatically, use the following\n; syntax:\n;\n;   extension=modulename.extension\n;\n; For example, on Windows:\n;\n;   extension=msql.dll\n;\n; ... or under UNIX:\n;\n;   extension=msql.so\n;\n; ... or with a path:\n;\n;   extension=/path/to/extension/msql.so\n;\n; If you only provide the name of the extension, PHP will look for it in its\n; default extension directory.\n;\n\n;;;;;;;;;;;;;;;;;;;\n; Module Settings ;\n;;;;;;;;;;;;;;;;;;;\n\n[Date]\n; Defines the default timezone used by the date functions\n; http://php.net/date.timezone\ndate.timezone = {TIMEZONE}\n\n; http://php.net/date.default-latitude\n;date.default_latitude = 31.7667\n\n; http://php.net/date.default-longitude\n;date.default_longitude = 35.2333\n\n; http://php.net/date.sunrise-zenith\n;date.sunrise_zenith = 90.583333\n\n; http://php.net/date.sunset-zenith\n;date.sunset_zenith = 90.583333\n\n[filter]\n; http://php.net/filter.default\n;filter.default = unsafe_raw\n\n; http://php.net/filter.default-flags\n;filter.default_flags =\n\n[iconv]\n;iconv.input_encoding = ISO-8859-1\n;iconv.internal_encoding = ISO-8859-1\n;iconv.output_encoding = ISO-8859-1\n\n[intl]\n;intl.default_locale =\n; This directive allows you to produce PHP errors when some error\n; happens within intl functions. The value is the level of the error produced.\n; Default is 0, which does not produce any errors.\n;intl.error_level = E_WARNING\n\n[sqlite]\n; http://php.net/sqlite.assoc-case\n;sqlite.assoc_case = 0\n\n[sqlite3]\n;sqlite3.extension_dir =\n\n[Pcre]\n;PCRE library backtracking limit.\n; http://php.net/pcre.backtrack-limit\n;pcre.backtrack_limit=100000\n\n;PCRE library recursion limit.\n;Please note that if you set this value to a high number you may consume all\n;the available process stack and eventually crash PHP (due to reaching the\n;stack size limit imposed by the Operating System).\n; http://php.net/pcre.recursion-limit\n;pcre.recursion_limit=100000\n\n[Pdo]\n; Whether to pool ODBC connections. Can be one of \"strict\", \"relaxed\" or \"off\"\n; http://php.net/pdo-odbc.connection-pooling\n;pdo_odbc.connection_pooling=strict\n\n;pdo_odbc.db2_instance_name\n\n[Pdo_mysql]\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/pdo_mysql.cache_size\npdo_mysql.cache_size = 2000\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/pdo_mysql.default-socket\npdo_mysql.default_socket =\n\n[Phar]\n; http://php.net/phar.readonly\n;phar.readonly = On\n\n; http://php.net/phar.require-hash\n;phar.require_hash = On\n\n;phar.cache_list =\n\n[mail function]\n; For Win32 only.\n; http://php.net/smtp\nSMTP = localhost\n; http://php.net/smtp-port\nsmtp_port = 25\n\n; For Win32 only.\n; http://php.net/sendmail-from\n;sendmail_from = me@example.com\n\n; For Unix only.  You may supply arguments as well (default: \"sendmail -t -i\").\n; http://php.net/sendmail-path\nsendmail_path = \"/usr/sbin/sendmail -t -i -f webmaster@{EMAIL_DOMAIN}\"\n\n; Force the addition of the specified parameters to be passed as extra parameters\n; to the sendmail binary. These parameters will always replace the value of\n; the 5th parameter to mail(), even in safe mode.\n;mail.force_extra_parameters =\n\n; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename\nmail.add_x_header = On\n\n; The path to a log file that will log all mail() calls. Log entries include\n; the full path of the script, line number, To address and headers.\n;mail.log =\n\n[SQL]\n; http://php.net/sql.safe-mode\nsql.safe_mode = Off\n\n[ODBC]\n; http://php.net/odbc.default-db\n;odbc.default_db    =  Not yet implemented\n\n; http://php.net/odbc.default-user\n;odbc.default_user  =  Not yet implemented\n\n; http://php.net/odbc.default-pw\n;odbc.default_pw    =  Not yet implemented\n\n; Controls the ODBC cursor model.\n; Default: SQL_CURSOR_STATIC (default).\n;odbc.default_cursortype\n\n; Allow or prevent persistent links.\n; http://php.net/odbc.allow-persistent\nodbc.allow_persistent = On\n\n; Check that a connection is still valid before reuse.\n; http://php.net/odbc.check-persistent\nodbc.check_persistent = On\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/odbc.max-persistent\nodbc.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/odbc.max-links\nodbc.max_links = -1\n\n; Handling of LONG fields.  Returns number of bytes to variables.  0 means\n; passthru.\n; http://php.net/odbc.defaultlrl\nodbc.defaultlrl = 4096\n\n; Handling of binary data.  0 means passthru, 1 return as is, 2 convert to char.\n; See the documentation on odbc_binmode and odbc_longreadlen for an explanation\n; of odbc.defaultlrl and odbc.defaultbinmode\n; http://php.net/odbc.defaultbinmode\nodbc.defaultbinmode = 1\n\n;birdstep.max_links = -1\n\n[Interbase]\n; Allow or prevent persistent links.\nibase.allow_persistent = 1\n\n; Maximum number of persistent links.  -1 means no limit.\nibase.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\nibase.max_links = -1\n\n; Default database name for ibase_connect().\n;ibase.default_db =\n\n; Default username for ibase_connect().\n;ibase.default_user =\n\n; Default password for ibase_connect().\n;ibase.default_password =\n\n; Default charset for ibase_connect().\n;ibase.default_charset =\n\n; Default timestamp format.\nibase.timestampformat = \"%Y-%m-%d %H:%M:%S\"\n\n; Default date format.\nibase.dateformat = \"%Y-%m-%d\"\n\n; Default time format.\nibase.timeformat = \"%H:%M:%S\"\n\n[MySQL]\n; Allow accessing, from PHP's perspective, local files with LOAD DATA statements\n; http://php.net/mysql.allow_local_infile\nmysql.allow_local_infile = On\n\n; Allow or prevent persistent links.\n; http://php.net/mysql.allow-persistent\nmysql.allow_persistent = On\n\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/mysql.cache_size\nmysql.cache_size = 2000\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/mysql.max-persistent\nmysql.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/mysql.max-links\nmysql.max_links = -1\n\n; Default port number for mysql_connect().  If unset, mysql_connect() will use\n; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the\n; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look\n; at MYSQL_PORT.\n; http://php.net/mysql.default-port\nmysql.default_port =\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/mysql.default-socket\nmysql.default_socket =\n\n; Default host for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysql.default-host\nmysql.default_host =\n\n; Default user for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysql.default-user\nmysql.default_user =\n\n; Default password for mysql_connect() (doesn't apply in safe mode).\n; Note that this is generally a *bad* idea to store passwords in this file.\n; *Any* user with PHP access can run 'echo get_cfg_var(\"mysql.default_password\")\n; and reveal this password!  And of course, any users with read access to this\n; file will be able to reveal the password as well.\n; http://php.net/mysql.default-password\nmysql.default_password =\n\n; Maximum time (in seconds) for connect timeout. -1 means no limit\n; http://php.net/mysql.connect-timeout\nmysql.connect_timeout = 60\n\n; Trace mode. When trace_mode is active (=On), warnings for table/index scans and\n; SQL-Errors will be displayed.\n; http://php.net/mysql.trace-mode\nmysql.trace_mode = Off\n\n[MySQLi]\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/mysqli.max-persistent\nmysqli.max_persistent = -1\n\n; Allow accessing, from PHP's perspective, local files with LOAD DATA statements\n; http://php.net/mysqli.allow_local_infile\n;mysqli.allow_local_infile = On\n\n; Allow or prevent persistent links.\n; http://php.net/mysqli.allow-persistent\nmysqli.allow_persistent = On\n\n; Maximum number of links.  -1 means no limit.\n; http://php.net/mysqli.max-links\nmysqli.max_links = -1\n\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/mysqli.cache_size\nmysqli.cache_size = 2000\n\n; Default port number for mysqli_connect().  If unset, mysqli_connect() will use\n; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the\n; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look\n; at MYSQL_PORT.\n; http://php.net/mysqli.default-port\nmysqli.default_port = 3306\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/mysqli.default-socket\nmysqli.default_socket =\n\n; Default host for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysqli.default-host\nmysqli.default_host =\n\n; Default user for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysqli.default-user\nmysqli.default_user =\n\n; Default password for mysqli_connect() (doesn't apply in safe mode).\n; Note that this is generally a *bad* idea to store passwords in this file.\n; *Any* user with PHP access can run 'echo get_cfg_var(\"mysqli.default_pw\")\n; and reveal this password!  And of course, any users with read access to this\n; file will be able to reveal the password as well.\n; http://php.net/mysqli.default-pw\nmysqli.default_pw =\n\n; Allow or prevent reconnect\nmysqli.reconnect = Off\n\n[mysqlnd]\n; Enable / Disable collection of general statistics by mysqlnd which can be\n; used to tune and monitor MySQL operations.\n; http://php.net/mysqlnd.collect_statistics\nmysqlnd.collect_statistics = On\n\n; Enable / Disable collection of memory usage statistics by mysqlnd which can be\n; used to tune and monitor MySQL operations.\n; http://php.net/mysqlnd.collect_memory_statistics\nmysqlnd.collect_memory_statistics = Off\n\n; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.\n; http://php.net/mysqlnd.net_cmd_buffer_size\n;mysqlnd.net_cmd_buffer_size = 2048\n\n; Size of a pre-allocated buffer used for reading data sent by the server in\n; bytes.\n; http://php.net/mysqlnd.net_read_buffer_size\n;mysqlnd.net_read_buffer_size = 32768\n\n[OCI8]\n\n; Connection: Enables privileged connections using external\n; credentials (OCI_SYSOPER, OCI_SYSDBA)\n; http://php.net/oci8.privileged-connect\n;oci8.privileged_connect = Off\n\n; Connection: The maximum number of persistent OCI8 connections per\n; process. Using -1 means no limit.\n; http://php.net/oci8.max-persistent\n;oci8.max_persistent = -1\n\n; Connection: The maximum number of seconds a process is allowed to\n; maintain an idle persistent connection. Using -1 means idle\n; persistent connections will be maintained forever.\n; http://php.net/oci8.persistent-timeout\n;oci8.persistent_timeout = -1\n\n; Connection: The number of seconds that must pass before issuing a\n; ping during oci_pconnect() to check the connection validity. When\n; set to 0, each oci_pconnect() will cause a ping. Using -1 disables\n; pings completely.\n; http://php.net/oci8.ping-interval\n;oci8.ping_interval = 60\n\n; Connection: Set this to a user chosen connection class to be used\n; for all pooled server requests with Oracle 11g Database Resident\n; Connection Pooling (DRCP).  To use DRCP, this value should be set to\n; the same string for all web servers running the same application,\n; the database pool must be configured, and the connection string must\n; specify to use a pooled server.\n;oci8.connection_class =\n\n; High Availability: Using On lets PHP receive Fast Application\n; Notification (FAN) events generated when a database node fails. The\n; database must also be configured to post FAN events.\n;oci8.events = Off\n\n; Tuning: This option enables statement caching, and specifies how\n; many statements to cache. Using 0 disables statement caching.\n; http://php.net/oci8.statement-cache-size\n;oci8.statement_cache_size = 20\n\n; Tuning: Enables statement prefetching and sets the default number of\n; rows that will be fetched automatically after statement execution.\n; http://php.net/oci8.default-prefetch\n;oci8.default_prefetch = 100\n\n; Compatibility. Using On means oci_close() will not close\n; oci_connect() and oci_new_connect() connections.\n; http://php.net/oci8.old-oci-close-semantics\n;oci8.old_oci_close_semantics = Off\n\n[PostgreSQL]\n; Allow or prevent persistent links.\n; http://php.net/pgsql.allow-persistent\npgsql.allow_persistent = On\n\n; Detect broken persistent links always with pg_pconnect().\n; Auto reset feature requires a little overheads.\n; http://php.net/pgsql.auto-reset-persistent\npgsql.auto_reset_persistent = Off\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/pgsql.max-persistent\npgsql.max_persistent = -1\n\n; Maximum number of links (persistent+non persistent).  -1 means no limit.\n; http://php.net/pgsql.max-links\npgsql.max_links = -1\n\n; Ignore PostgreSQL backends Notice message or not.\n; Notice message logging require a little overheads.\n; http://php.net/pgsql.ignore-notice\npgsql.ignore_notice = 0\n\n; Log PostgreSQL backends Notice message or not.\n; Unless pgsql.ignore_notice=0, module cannot log notice message.\n; http://php.net/pgsql.log-notice\npgsql.log_notice = 0\n\n[Sybase-CT]\n; Allow or prevent persistent links.\n; http://php.net/sybct.allow-persistent\nsybct.allow_persistent = On\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/sybct.max-persistent\nsybct.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/sybct.max-links\nsybct.max_links = -1\n\n; Minimum server message severity to display.\n; http://php.net/sybct.min-server-severity\nsybct.min_server_severity = 10\n\n; Minimum client message severity to display.\n; http://php.net/sybct.min-client-severity\nsybct.min_client_severity = 10\n\n; Set per-context timeout\n; http://php.net/sybct.timeout\n;sybct.timeout=\n\n;sybct.packet_size\n\n; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.\n; Default: one minute\n;sybct.login_timeout=\n\n; The name of the host you claim to be connecting from, for display by sp_who.\n; Default: none\n;sybct.hostname=\n\n; Allows you to define how often deadlocks are to be retried. -1 means \"forever\".\n; Default: 0\n;sybct.deadlock_retry_count=\n\n[bcmath]\n; Number of decimal digits for all bcmath functions.\n; http://php.net/bcmath.scale\nbcmath.scale = 0\n\n[browscap]\n; http://php.net/browscap\n;browscap = extra/browscap.ini\n\n[Session]\n; Handler used to store/retrieve data.\n; http://php.net/session.save-handler\nsession.save_handler = files\n\n; Argument passed to save_handler.  In the case of files, this is the path\n; where data files are stored. Note: Windows users have to change this\n; variable in order to use PHP's session functions.\n;\n; The path can be defined as:\n;\n;     session.save_path = \"N;/path\"\n;\n; where N is an integer.  Instead of storing all the session files in\n; /path, what this will do is use subdirectories N-levels deep, and\n; store the session data in those directories.  This is useful if you\n; or your OS have problems with lots of files in one directory, and is\n; a more efficient layout for servers that handle lots of sessions.\n;\n; NOTE 1: PHP will not create this directory structure automatically.\n;         You can use the script in the ext/session dir for that purpose.\n; NOTE 2: See the section on garbage collection below if you choose to\n;         use subdirectories for session storage\n;\n; The file storage module creates files using mode 600 by default.\n; You can change that by using\n;\n;     session.save_path = \"N;MODE;/path\"\n;\n; where MODE is the octal representation of the mode. Note that this\n; does not overwrite the process's umask.\n; http://php.net/session.save-path\nsession.save_path = {TMPDIR}\n\n; Whether to use cookies.\n; http://php.net/session.use-cookies\nsession.use_cookies = 1\n\n; http://php.net/session.cookie-secure\n;session.cookie_secure =\n\n; This option forces PHP to fetch and use a cookie for storing and maintaining\n; the session id. We encourage this operation as it's very helpful in combating\n; session hijacking when not specifying and managing your own session id. It is\n; not the end all be all of session hijacking defense, but it's a good start.\n; http://php.net/session.use-only-cookies\nsession.use_only_cookies = 1\n\n; Name of the session (used as cookie name).\n; http://php.net/session.name\nsession.name = PHPSESSID\n\n; Initialize session on request startup.\n; http://php.net/session.auto-start\nsession.auto_start = 0\n\n; Lifetime in seconds of cookie or, if 0, until browser is restarted.\n; http://php.net/session.cookie-lifetime\nsession.cookie_lifetime = 0\n\n; The path for which the cookie is valid.\n; http://php.net/session.cookie-path\nsession.cookie_path = /\n\n; The domain for which the cookie is valid.\n; http://php.net/session.cookie-domain\nsession.cookie_domain =\n\n; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.\n; http://php.net/session.cookie-httponly\nsession.cookie_httponly =\n\n; Handler used to serialize data.  php is the standard serializer of PHP.\n; http://php.net/session.serialize-handler\nsession.serialize_handler = php\n\n; Defines the probability that the 'garbage collection' process is started\n; on every session initialization. The probability is calculated by using\n; gc_probability/gc_divisor. Where session.gc_probability is the numerator\n; and gc_divisor is the denominator in the equation. Setting this value to 1\n; when the session.gc_divisor value is 100 will give you approximately a 1% chance\n; the gc will run on any give request.\n; Default Value: 1\n; Development Value: 1\n; Production Value: 1\n; http://php.net/session.gc-probability\nsession.gc_probability = 1\n\n; Defines the probability that the 'garbage collection' process is started on every\n; session initialization. The probability is calculated by using the following equation:\n; gc_probability/gc_divisor. Where session.gc_probability is the numerator and\n; session.gc_divisor is the denominator in the equation. Setting this value to 1\n; when the session.gc_divisor value is 100 will give you approximately a 1% chance\n; the gc will run on any give request. Increasing this value to 1000 will give you\n; a 0.1% chance the gc will run on any give request. For high volume production servers,\n; this is a more efficient approach.\n; Default Value: 100\n; Development Value: 1000\n; Production Value: 1000\n; http://php.net/session.gc-divisor\nsession.gc_divisor = 1000\n\n; After this number of seconds, stored data will be seen as 'garbage' and\n; cleaned up by the garbage collection process.\n; http://php.net/session.gc-maxlifetime\nsession.gc_maxlifetime = 1440\n\n; NOTE: If you are using the subdirectory option for storing session files\n;       (see session.save_path above), then garbage collection does *not*\n;       happen automatically.  You will need to do your own garbage\n;       collection through a shell script, cron entry, or some other method.\n;       For example, the following script would is the equivalent of\n;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):\n;          find /path/to/sessions -cmin +24 | xargs rm\n\n; PHP 4.2 and less have an undocumented feature/bug that allows you to\n; to initialize a session variable in the global scope.\n; PHP 4.3 and later will warn you, if this feature is used.\n; You can disable the feature and the warning separately. At this time,\n; the warning is only displayed, if bug_compat_42 is enabled. This feature\n; introduces some serious security problems if not handled correctly. It's\n; recommended that you do not use this feature on production servers. But you\n; should enable this on development servers and enable the warning as well. If you\n; do not enable the feature on development servers, you won't be warned when it's\n; used and debugging errors caused by this can be difficult to track down.\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/session.bug-compat-42\nsession.bug_compat_42 = Off\n\n; This setting controls whether or not you are warned by PHP when initializing a\n; session value into the global space. session.bug_compat_42 must be enabled before\n; these warnings can be issued by PHP. See the directive above for more information.\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/session.bug-compat-warn\nsession.bug_compat_warn = Off\n\n; Check HTTP Referer to invalidate externally stored URLs containing ids.\n; HTTP_REFERER has to contain this substring for the session to be\n; considered as valid.\n; http://php.net/session.referer-check\nsession.referer_check =\n\n; How many bytes to read from the file.\n; http://php.net/session.entropy-length\nsession.entropy_length = 0\n\n; Specified here to create the session id.\n; http://php.net/session.entropy-file\n; Defaults to /dev/urandom\n; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arandom\n; If neither are found at compile time, the default is no entropy file.\n; On windows, setting the entropy_length setting will activate the\n; Windows random source (using the CryptoAPI)\n;session.entropy_file = /dev/urandom\n\n; Set to {nocache,private,public,} to determine HTTP caching aspects\n; or leave this empty to avoid sending anti-caching headers.\n; http://php.net/session.cache-limiter\nsession.cache_limiter = nocache\n\n; Document expires after n minutes.\n; http://php.net/session.cache-expire\nsession.cache_expire = 180\n\n; trans sid support is disabled by default.\n; Use of trans sid may risk your users security.\n; Use this option with caution.\n; - User may send URL contains active session ID\n;   to other person via. email/irc/etc.\n; - URL that contains active session ID may be stored\n;   in publicly accessible computer.\n; - User may access your site with the same session ID\n;   always using URL stored in browser's history or bookmarks.\n; http://php.net/session.use-trans-sid\nsession.use_trans_sid = 0\n\n; Select a hash function for use in generating session ids.\n; Possible Values\n;   0  (MD5 128 bits)\n;   1  (SHA-1 160 bits)\n; This option may also be set to the name of any hash function supported by\n; the hash extension. A list of available hashes is returned by the hash_algos()\n; function.\n; http://php.net/session.hash-function\nsession.hash_function = 0\n\n; Define how many bits are stored in each character when converting\n; the binary hash data to something readable.\n; Possible values:\n;   4  (4 bits: 0-9, a-f)\n;   5  (5 bits: 0-9, a-v)\n;   6  (6 bits: 0-9, a-z, A-Z, \"-\", \",\")\n; Default Value: 4\n; Development Value: 5\n; Production Value: 5\n; http://php.net/session.hash-bits-per-character\nsession.hash_bits_per_character = 5\n\n; The URL rewriter will look for URLs in a defined set of HTML tags.\n; form/fieldset are special; if you include them here, the rewriter will\n; add a hidden <input> field with the info which is otherwise appended\n; to URLs.  If you want XHTML conformity, remove the form entry.\n; Note that all valid entries require a \"=\", even if no value follows.\n; Default Value: \"a=href,area=href,frame=src,form=,fieldset=\"\n; Development Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n; Production Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n; http://php.net/url-rewriter.tags\nurl_rewriter.tags = \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n\n; Enable upload progress tracking in $_SESSION\n; Default Value: On\n; Development Value: On\n; Production Value: On\n; http://php.net/session.upload-progress.enabled\n;session.upload_progress.enabled = On\n\n; Cleanup the progress information as soon as all POST data has been read\n; (i.e. upload completed).\n; Default Value: On\n; Development Value: On\n; Production Value: On\n; http://php.net/session.upload-progress.cleanup\n;session.upload_progress.cleanup = On\n\n; A prefix used for the upload progress key in $_SESSION\n; Default Value: \"upload_progress_\"\n; Development Value: \"upload_progress_\"\n; Production Value: \"upload_progress_\"\n; http://php.net/session.upload-progress.prefix\n;session.upload_progress.prefix = \"upload_progress_\"\n\n; The index name (concatenated with the prefix) in $_SESSION\n; containing the upload progress information\n; Default Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; Development Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; Production Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; http://php.net/session.upload-progress.name\n;session.upload_progress.name = \"PHP_SESSION_UPLOAD_PROGRESS\"\n\n; How frequently the upload progress should be updated.\n; Given either in percentages (per-file), or in bytes\n; Default Value: \"1%\"\n; Development Value: \"1%\"\n; Production Value: \"1%\"\n; http://php.net/session.upload-progress.freq\n;session.upload_progress.freq =  \"1%\"\n\n; The minimum delay between updates, in seconds\n; Default Value: 1\n; Development Value: 1\n; Production Value: 1\n; http://php.net/session.upload-progress.min-freq\n;session.upload_progress.min_freq = \"1\"\n\n[MSSQL]\n; Allow or prevent persistent links.\nmssql.allow_persistent = On\n\n; Maximum number of persistent links.  -1 means no limit.\nmssql.max_persistent = -1\n\n; Maximum number of links (persistent+non persistent).  -1 means no limit.\nmssql.max_links = -1\n\n; Minimum error severity to display.\nmssql.min_error_severity = 10\n\n; Minimum message severity to display.\nmssql.min_message_severity = 10\n\n; Compatibility mode with old versions of PHP 3.0.\nmssql.compatability_mode = Off\n\n; Connect timeout\n;mssql.connect_timeout = 5\n\n; Query timeout\n;mssql.timeout = 60\n\n; Valid range 0 - 2147483647.  Default = 4096.\n;mssql.textlimit = 4096\n\n; Valid range 0 - 2147483647.  Default = 4096.\n;mssql.textsize = 4096\n\n; Limits the number of records in each batch.  0 = all records in one batch.\n;mssql.batchsize = 0\n\n; Specify how datetime and datetim4 columns are returned\n; On => Returns data converted to SQL server settings\n; Off => Returns values as YYYY-MM-DD hh:mm:ss\n;mssql.datetimeconvert = On\n\n; Use NT authentication when connecting to the server\nmssql.secure_connection = Off\n\n; Specify max number of processes. -1 = library default\n; msdlib defaults to 25\n; FreeTDS defaults to 4096\n;mssql.max_procs = -1\n\n; Specify client character set.\n; If empty or not set the client charset from freetds.conf is used\n; This is only used when compiled with FreeTDS\n;mssql.charset = \"ISO-8859-1\"\n\n[Assertion]\n; Assert(expr); active by default.\n; http://php.net/assert.active\n;assert.active = On\n\n; Issue a PHP warning for each failed assertion.\n; http://php.net/assert.warning\n;assert.warning = On\n\n; Don't bail out by default.\n; http://php.net/assert.bail\n;assert.bail = Off\n\n; User-function to be called if an assertion fails.\n; http://php.net/assert.callback\n;assert.callback = 0\n\n; Eval the expression with current error_reporting().  Set to true if you want\n; error_reporting(0) around the eval().\n; http://php.net/assert.quiet-eval\n;assert.quiet_eval = 0\n\n[COM]\n; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs\n; http://php.net/com.typelib-file\n;com.typelib_file =\n\n; allow Distributed-COM calls\n; http://php.net/com.allow-dcom\n;com.allow_dcom = true\n\n; autoregister constants of a components typlib on com_load()\n; http://php.net/com.autoregister-typelib\n;com.autoregister_typelib = true\n\n; register constants casesensitive\n; http://php.net/com.autoregister-casesensitive\n;com.autoregister_casesensitive = false\n\n; show warnings on duplicate constant registrations\n; http://php.net/com.autoregister-verbose\n;com.autoregister_verbose = true\n\n; The default character set code-page to use when passing strings to and from COM objects.\n; Default: system ANSI code page\n;com.code_page=\n\n[mbstring]\n; language for internal character representation.\n; http://php.net/mbstring.language\n;mbstring.language = Japanese\n\n; internal/script encoding.\n; Some encoding cannot work as internal encoding.\n; (e.g. SJIS, BIG5, ISO-2022-*)\n; http://php.net/mbstring.internal-encoding\n;mbstring.internal_encoding = EUC-JP\n\n; http input encoding.\n; http://php.net/mbstring.http-input\n;mbstring.http_input = auto\n\n; http output encoding. mb_output_handler must be\n; registered as output buffer to function\n; http://php.net/mbstring.http-output\n;mbstring.http_output = SJIS\n\n; enable automatic encoding translation according to\n; mbstring.internal_encoding setting. Input chars are\n; converted to internal encoding by setting this to On.\n; Note: Do _not_ use automatic encoding translation for\n;       portable libs/applications.\n; http://php.net/mbstring.encoding-translation\n;mbstring.encoding_translation = Off\n\n; automatic encoding detection order.\n; auto means\n; http://php.net/mbstring.detect-order\n;mbstring.detect_order = auto\n\n; substitute_character used when character cannot be converted\n; one from another\n; http://php.net/mbstring.substitute-character\n;mbstring.substitute_character = none;\n\n; overload(replace) single byte functions by mbstring functions.\n; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),\n; etc. Possible values are 0,1,2,4 or combination of them.\n; For example, 7 for overload everything.\n; 0: No overload\n; 1: Overload mail() function\n; 2: Overload str*() functions\n; 4: Overload ereg*() functions\n; http://php.net/mbstring.func-overload\n;mbstring.func_overload = 0\n\n; enable strict encoding detection.\n;mbstring.strict_detection = Off\n\n; This directive specifies the regex pattern of content types for which mb_output_handler()\n; is activated.\n; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\\+xml)\n;mbstring.http_output_conv_mimetype=\n\n[gd]\n; Tell the jpeg decode to ignore warnings and try to create\n; a gd image. The warning will then be displayed as notices\n; disabled by default\n; http://php.net/gd.jpeg-ignore-warning\n;gd.jpeg_ignore_warning = 0\n\n[exif]\n; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.\n; With mbstring support this will automatically be converted into the encoding\n; given by corresponding encode setting. When empty mbstring.internal_encoding\n; is used. For the decode settings you can distinguish between motorola and\n; intel byte order. A decode setting cannot be empty.\n; http://php.net/exif.encode-unicode\n;exif.encode_unicode = ISO-8859-15\n\n; http://php.net/exif.decode-unicode-motorola\n;exif.decode_unicode_motorola = UCS-2BE\n\n; http://php.net/exif.decode-unicode-intel\n;exif.decode_unicode_intel    = UCS-2LE\n\n; http://php.net/exif.encode-jis\n;exif.encode_jis =\n\n; http://php.net/exif.decode-jis-motorola\n;exif.decode_jis_motorola = JIS\n\n; http://php.net/exif.decode-jis-intel\n;exif.decode_jis_intel    = JIS\n\n[Tidy]\n; The path to a default tidy configuration file to use when using tidy\n; http://php.net/tidy.default-config\n;tidy.default_config = /usr/local/lib/php/default.tcfg\n\n; Should tidy clean and repair output automatically?\n; WARNING: Do not use this option if you are generating non-html content\n; such as dynamic images\n; http://php.net/tidy.clean-output\ntidy.clean_output = Off\n\n[soap]\n; Enables or disables WSDL caching feature.\n; http://php.net/soap.wsdl-cache-enabled\nsoap.wsdl_cache_enabled = 1\n\n; Sets the directory name where SOAP extension will put cache files.\n; http://php.net/soap.wsdl-cache-dir\nsoap.wsdl_cache_dir = {TMPDIR}\n\n; (time to live) Sets the number of second while cached file will be used\n; instead of original one.\n; http://php.net/soap.wsdl-cache-ttl\nsoap.wsdl_cache_ttl = 86400\n\n; Sets the size of the cache limit. (Max. number of WSDL files to cache)\nsoap.wsdl_cache_limit = 5\n\n[sysvshm]\n; A default size of the shared memory segment\n;sysvshm.init_mem = 10000\n\n[ldap]\n; Sets the maximum number of open links or -1 for unlimited.\nldap.max_links = -1\n\n[mcrypt]\n; For more information about mcrypt settings see http://php.net/mcrypt-module-open\n\n; Directory where to load mcrypt algorithms\n; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)\n;mcrypt.algorithms_dir=\n\n; Directory where to load mcrypt modes\n; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)\n;mcrypt.modes_dir=\n\n[dba]\n;dba.default_handler=\n\n[xsl]\n; Write operations from within XSLT are disabled by default.\n; XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_WRITE_FILE = 44\n; Set it to 0 to allow all operations\n;xsl.security_prefs = 44\n\n[suhosin]\nsuhosin.session.encrypt = off\n"
  },
  {
    "path": "configs/debian/php/fpm/logrotate.tpl",
    "content": "# LOGROTATE(8) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n/var/log/php5-fpm.log {\n\trotate 52\n\tweekly\n\tmissingok\n\tnotifempty\n\tcompress\n\tdelaycompress\n\tcreate 640 root adm\n\tpostrotate\n\t\tinvoke-rc.d php{PHP_VERSION}-fpm restart > /dev/null\n \tendscript\n}\n"
  },
  {
    "path": "configs/debian/php/fpm/php-fpm.conf",
    "content": "; PHP-FPM(8) configuration file - auto-generated by i-MSCP\n;     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n;\n;;;;;;;;;;;;;;;;;;;;;\n; FPM Configuration ;\n;;;;;;;;;;;;;;;;;;;;;\n\n; All relative paths in this configuration file are relative to PHP's install\n; prefix (/usr). This prefix can be dynamicaly changed by using the\n; '-p' argument from the command line.\n\n; Include one or more files. If glob(3) exists, it is used to include a bunch of\n; files from a glob(3) pattern. This directive can be used everywhere in the\n; file.\n; Relative path can also be used. They will be prefixed by:\n;  - the global prefix if it's been set (-p arguement)\n;  - /usr otherwise\n;include={PHP_CONF_DIR_PATH}/fpm/*.conf\n\n;;;;;;;;;;;;;;;;;;\n; Global Options ;\n;;;;;;;;;;;;;;;;;;\n\n[global]\n; Pid file\n; Note: the default prefix is /var\n; Default Value: none\npid = /run/php/php{PHP_VERSION}-fpm.pid\n\n; Error log file\n; If it's set to \"syslog\", log is sent to syslogd instead of being written\n; in a local file.\n; Note: the default prefix is /var\n; Default Value: log/php-fpm.log\nerror_log = /var/log/php{PHP_VERSION}-fpm.log\n\n; syslog_facility is used to specify what type of program is logging the\n; message. This lets syslogd specify that messages from different facilities\n; will be handled differently.\n; See syslog(3) for possible values (ex daemon equiv LOG_DAEMON)\n; Default Value: daemon\n;syslog.facility = daemon\n\n; syslog_ident is prepended to every message. If you have multiple FPM\n; instances running on the same server, you can change the default value\n; which must suit common needs.\n; Default Value: php-fpm\n;syslog.ident = php-fpm\n\n; Log level\n; Possible Values: alert, error, warning, notice, debug\n; Default Value: notice\nlog_level = {PHP_FPM_LOG_LEVEL}\n\n; If this number of child processes exit with SIGSEGV or SIGBUS within the time\n; interval set by emergency_restart_interval then FPM will restart. A value\n; of '0' means 'Off'.\n; Default Value: 0\nemergency_restart_threshold = {PHP_FPM_EMERGENCY_RESTART_THRESHOLD}\n\n; Interval of time used by emergency_restart_interval to determine when\n; a graceful restart will be initiated.  This can be useful to work around\n; accidental corruptions in an accelerator's shared memory.\n; Available Units: s(econds), m(inutes), h(ours), or d(ays)\n; Default Unit: seconds\n; Default Value: 0\nemergency_restart_interval = {PHP_FPM_EMERGENCY_RESTART_INTERVAL}\n\n; Time limit for child processes to wait for a reaction on signals from master.\n; Available units: s(econds), m(inutes), h(ours), or d(ays)\n; Default Unit: seconds\n; Default Value: 0\nprocess_control_timeout = {PHP_FPM_PROCESS_CONTROL_TIMEOUT}\n\n; The maximum number of processes FPM will fork. This has been design to control\n; the global number of processes when using dynamic PM within a lot of pools.\n; Use it with caution.\n; Note: A value of 0 indicates no limit\n; Default Value: 0\nprocess.max = {PHP_FPM_PROCESS_MAX}\n\n; Specify the nice(2) priority to apply to the master process (only if set)\n; The value can vary from -19 (highest priority) to 20 (lower priority)\n; Note: - It will only work if the FPM master process is launched as root\n;       - The pool process will inherit the master process priority\n;         unless it specified otherwise\n; Default Value: no set\n; process.priority = -19\n\n; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.\n; Default Value: yes\ndaemonize = yes\n\n; Set open file descriptor rlimit for the master process.\n; Default Value: system defined value\nrlimit_files = {PHP_FPM_RLIMIT_FILES}\n\n; Set max core size rlimit for the master process.\n; Possible Values: 'unlimited' or an integer greater or equal to 0\n; Default Value: system defined value\n;rlimit_core = 0\n\n; Specify the event mechanism FPM will use. The following is available:\n; - select     (any POSIX os)\n; - poll       (any POSIX os)\n; - epoll      (linux >= 2.5.44)\n; - kqueue     (FreeBSD >= 4.1, OpenBSD >= 2.9, NetBSD >= 2.0)\n; - /dev/poll  (Solaris >= 7)\n; - port       (Solaris >= 10)\n; Default Value: not set (auto detection)\n; events.mechanism = epoll\n\n;;;;;;;;;;;;;;;;;;;;\n; Pool Definitions ;\n;;;;;;;;;;;;;;;;;;;;\n\n; Multiple pools of child processes may be started with different listening\n; ports and different management options.  The name of the pool will be\n; used in logs and stats. There is no limitation on the number of pools which\n; FPM can handle. Your system will tell you anyway :)\n\n; To configure the pools it is recommended to have one .conf file per\n; pool in the following directory:\ninclude={PHP_FPM_POOL_DIR_PATH}/*.conf\n"
  },
  {
    "path": "configs/debian/php/fpm/php.ini",
    "content": "; php(1) configuration file - auto-generated by i-MSCP\n;     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n[PHP]\n\n;;;;;;;;;;;;;;;;;;;\n; About php.ini   ;\n;;;;;;;;;;;;;;;;;;;\n; PHP's initialization file, generally called php.ini, is responsible for\n; configuring many of the aspects of PHP's behavior.\n\n; PHP attempts to find and load this configuration from a number of locations.\n; The following is a summary of its search order:\n; 1. SAPI module specific location.\n; 2. The PHPRC environment variable. (As of PHP 5.2.0)\n; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)\n; 4. Current working directory (except CLI)\n; 5. The web server's directory (for SAPI modules), or directory of PHP\n; (otherwise in Windows)\n; 6. The directory from the --with-config-file-path compile time option, or the\n; Windows directory (C:\\windows or C:\\winnt)\n; See the PHP docs for more specific information.\n; http://php.net/configuration.file\n\n; The syntax of the file is extremely simple.  Whitespace and lines\n; beginning with a semicolon are silently ignored (as you probably guessed).\n; Section headers (e.g. [Foo]) are also silently ignored, even though\n; they might mean something in the future.\n\n; Directives following the section heading [PATH=/www/mysite] only\n; apply to PHP files in the /www/mysite directory.  Directives\n; following the section heading [HOST=www.example.com] only apply to\n; PHP files served from www.example.com.  Directives set in these\n; special sections cannot be overridden by user-defined INI files or\n; at runtime. Currently, [PATH=] and [HOST=] sections only work under\n; CGI/FastCGI.\n; http://php.net/ini.sections\n\n; Directives are specified using the following syntax:\n; directive = value\n; Directive names are *case sensitive* - foo=bar is different from FOO=bar.\n; Directives are variables used to configure PHP or PHP extensions.\n; There is no name validation.  If PHP can't find an expected\n; directive because it is not set or is mistyped, a default value will be used.\n\n; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one\n; of the INI constants (On, Off, True, False, Yes, No and None) or an expression\n; (e.g. E_ALL & ~E_NOTICE), a quoted string (\"bar\"), or a reference to a\n; previously set variable or directive (e.g. ${foo})\n\n; Expressions in the INI file are limited to bitwise operators and parentheses:\n; |  bitwise OR\n; ^  bitwise XOR\n; &  bitwise AND\n; ~  bitwise NOT\n; !  boolean NOT\n\n; Boolean flags can be turned on using the values 1, On, True or Yes.\n; They can be turned off using the values 0, Off, False or No.\n\n; An empty string can be denoted by simply not writing anything after the equal\n; sign, or by using the None keyword:\n\n;  foo =         ; sets foo to an empty string\n;  foo = None    ; sets foo to an empty string\n;  foo = \"None\"  ; sets foo to the string 'None'\n\n; If you use constants in your value, and these constants belong to a\n; dynamically loaded extension (either a PHP extension or a Zend extension),\n; you may only use these constants *after* the line that loads the extension.\n\n;;;;;;;;;;;;;;;;;;;\n; About this file ;\n;;;;;;;;;;;;;;;;;;;\n; PHP comes packaged with two INI files. One that is recommended to be used\n; in production environments and one that is recommended to be used in\n; development environments.\n\n; php.ini-production contains settings which hold security, performance and\n; best practices at its core. But please be aware, these settings may break\n; compatibility with older or less security conscience applications. We\n; recommending using the production ini in production and testing environments.\n\n; php.ini-development is very similar to its production variant, except it's\n; much more verbose when it comes to errors. We recommending using the\n; development version only in development environments as errors shown to\n; application users can inadvertently leak otherwise secure information.\n\n;;;;;;;;;;;;;;;;;;;\n; Quick Reference ;\n;;;;;;;;;;;;;;;;;;;\n; The following are all the settings which are different in either the production\n; or development versions of the INIs with respect to PHP's default behavior.\n; Please see the actual settings later in the document for more details as to why\n; we recommend these changes in PHP's behavior.\n\n; allow_call_time_pass_reference\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; display_errors\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; display_startup_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: Off\n\n; error_reporting\n;   Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED\n;   Development Value: E_ALL\n;   Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT\n\n; html_errors\n;   Default Value: On\n;   Development Value: On\n;   Production value: On\n\n; log_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: On\n\n; magic_quotes_gpc\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; max_input_time\n;   Default Value: -1 (Unlimited)\n;   Development Value: 60 (60 seconds)\n;   Production Value: 60 (60 seconds)\n\n; output_buffering\n;   Default Value: Off\n;   Development Value: 4096\n;   Production Value: 4096\n\n; register_argc_argv\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; register_long_arrays\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; request_order\n;   Default Value: None\n;   Development Value: \"GP\"\n;   Production Value: \"GP\"\n\n; session.bug_compat_42\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; session.bug_compat_warn\n;   Default Value: On\n;   Development Value: On\n;   Production Value: Off\n\n; session.gc_divisor\n;   Default Value: 100\n;   Development Value: 1000\n;   Production Value: 1000\n\n; session.hash_bits_per_character\n;   Default Value: 4\n;   Development Value: 5\n;   Production Value: 5\n\n; short_open_tag\n;   Default Value: On\n;   Development Value: Off\n;   Production Value: Off\n\n; track_errors\n;   Default Value: Off\n;   Development Value: On\n;   Production Value: Off\n\n; url_rewriter.tags\n;   Default Value: \"a=href,area=href,frame=src,form=,fieldset=\"\n;   Development Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n;   Production Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n\n; variables_order\n;   Default Value: \"EGPCS\"\n;   Development Value: \"GPCS\"\n;   Production Value: \"GPCS\"\n\n;;;;;;;;;;;;;;;;;;;;\n; php.ini Options  ;\n;;;;;;;;;;;;;;;;;;;;\n; Name for user-defined php.ini (.htaccess) files. Default is \".user.ini\"\n;user_ini.filename = \".user.ini\"\n\n; To disable this feature set this option to empty value\n;user_ini.filename =\n\n; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)\n;user_ini.cache_ttl = 300\n\n;;;;;;;;;;;;;;;;;;;;\n; Language Options ;\n;;;;;;;;;;;;;;;;;;;;\n\n; Enable the PHP scripting language engine under Apache.\n; http://php.net/engine\nengine = On\n\n; This directive determines whether or not PHP will recognize code between\n; <? and ?> tags as PHP source which should be processed as such. It's been\n; recommended for several years that you not use the short tag \"short cut\" and\n; instead to use the full <?php and ?> tag combination. With the wide spread use\n; of XML and use of these tags by other languages, the server can become easily\n; confused and end up parsing the wrong code in the wrong context. But because\n; this short cut has been a feature for such a long time, it's currently still\n; supported for backwards compatibility, but we recommend you don't use them.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/short-open-tag\nshort_open_tag = On\n\n; Allow ASP-style <% %> tags.\n; http://php.net/asp-tags\nasp_tags = Off\n\n; The number of significant digits displayed in floating point numbers.\n; http://php.net/precision\nprecision = 14\n\n; Output buffering is a mechanism for controlling how much output data\n; (excluding headers and cookies) PHP should keep internally before pushing that\n; data to the client. If your application's output exceeds this setting, PHP\n; will send that data in chunks of roughly the size you specify.\n; Turning on this setting and managing its maximum buffer size can yield some\n; interesting side-effects depending on your application and web server.\n; You may be able to send headers and cookies after you've already sent output\n; through print or echo. You also may see performance benefits if your server is\n; emitting less packets due to buffered output versus PHP streaming the output\n; as it gets it. On production servers, 4096 bytes is a good setting for performance\n; reasons.\n; Note: Output buffering can also be controlled via Output Buffering Control\n;   functions.\n; Possible Values:\n;   On = Enabled and buffer is unlimited. (Use with caution)\n;   Off = Disabled\n;   Integer = Enables the buffer and sets its maximum size in bytes.\n; Note: This directive is hardcoded to Off for the CLI SAPI\n; Default Value: Off\n; Development Value: 4096\n; Production Value: 4096\n; http://php.net/output-buffering\noutput_buffering = 4096\n\n; You can redirect all of the output of your scripts to a function.  For\n; example, if you set output_handler to \"mb_output_handler\", character\n; encoding will be transparently converted to the specified encoding.\n; Setting any output handler automatically turns on output buffering.\n; Note: People who wrote portable scripts should not depend on this ini\n;   directive. Instead, explicitly set the output handler using ob_start().\n;   Using this ini directive may cause problems unless you know what script\n;   is doing.\n; Note: You cannot use both \"mb_output_handler\" with \"ob_iconv_handler\"\n;   and you cannot use both \"ob_gzhandler\" and \"zlib.output_compression\".\n; Note: output_handler must be empty if this is set 'On' !!!!\n;   Instead you must use zlib.output_handler.\n; http://php.net/output-handler\n;output_handler =\n\n; Transparent output compression using the zlib library\n; Valid values for this option are 'off', 'on', or a specific buffer size\n; to be used for compression (default is 4KB)\n; Note: Resulting chunk size may vary due to nature of compression. PHP\n;   outputs chunks that are few hundreds bytes each as a result of\n;   compression. If you prefer a larger chunk size for better\n;   performance, enable output_buffering in addition.\n; Note: You need to use zlib.output_handler instead of the standard\n;   output_handler, or otherwise the output will be corrupted.\n; http://php.net/zlib.output-compression\nzlib.output_compression = Off\n\n; http://php.net/zlib.output-compression-level\n;zlib.output_compression_level = -1\n\n; You cannot specify additional output handlers if zlib.output_compression\n; is activated here. This setting does the same as output_handler but in\n; a different order.\n; http://php.net/zlib.output-handler\n;zlib.output_handler =\n\n; Implicit flush tells PHP to tell the output layer to flush itself\n; automatically after every output block.  This is equivalent to calling the\n; PHP function flush() after each and every call to print() or echo() and each\n; and every HTML block.  Turning this option on has serious performance\n; implications and is generally recommended for debugging purposes only.\n; http://php.net/implicit-flush\n; Note: This directive is hardcoded to On for the CLI SAPI\nimplicit_flush = Off\n\n; The unserialize callback function will be called (with the undefined class'\n; name as parameter), if the unserializer finds an undefined class\n; which should be instantiated. A warning appears if the specified function is\n; not defined, or if the function doesn't include/implement the missing class.\n; So only set this entry, if you really want to implement such a\n; callback-function.\nunserialize_callback_func =\n\n; When floats & doubles are serialized store serialize_precision significant\n; digits after the floating point. The default value ensures that when floats\n; are decoded with unserialize, the data will remain the same.\nserialize_precision = 17\n\n; This directive allows you to enable and disable warnings which PHP will issue\n; if you pass a value by reference at function call time. Passing values by\n; reference at function call time is a deprecated feature which will be removed\n; from PHP at some point in the near future. The acceptable method for passing a\n; value by reference to a function is by declaring the reference in the functions\n; definition, not at call time. This directive does not disable this feature, it\n; only determines whether PHP will warn you about it or not. These warnings\n; should enabled in development environments only.\n; Default Value: On (Suppress warnings)\n; Development Value: Off (Issue warnings)\n; Production Value: Off (Issue warnings)\n; http://php.net/allow-call-time-pass-reference\nallow_call_time_pass_reference = Off\n\n; open_basedir, if set, limits all file operations to the defined directory\n; and below.  This directive makes most sense if used in a per-directory\n; or per-virtualhost web server configuration file. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/open-basedir\n;open_basedir =\n\n; This directive allows you to disable certain functions for security reasons.\n; It receives a comma-delimited list of function names. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/disable-functions\n; i-MSCP note: when using php5-fpm, function are disabled in pool conf files\ndisable_functions =\n\n; This directive allows you to disable certain classes for security reasons.\n; It receives a comma-delimited list of class names. This directive is\n; *NOT* affected by whether Safe Mode is turned On or Off.\n; http://php.net/disable-classes\ndisable_classes =\n\n; Colors for Syntax Highlighting mode.  Anything that's acceptable in\n; <span style=\"color: ???????\"> would work.\n; http://php.net/syntax-highlighting\n;highlight.string  = #DD0000\n;highlight.comment = #FF9900\n;highlight.keyword = #007700\n;highlight.default = #0000BB\n;highlight.html    = #000000\n\n; If enabled, the request will be allowed to complete even if the user aborts\n; the request. Consider enabling it if executing long requests, which may end up\n; being interrupted by the user or a browser timing out. PHP's default behavior\n; is to disable this feature.\n; http://php.net/ignore-user-abort\n;ignore_user_abort = On\n\n; Determines the size of the realpath cache to be used by PHP. This value should\n; be increased on systems where PHP opens many files to reflect the quantity of\n; the file operations performed.\n; http://php.net/realpath-cache-size\n;realpath_cache_size = 16k\n\n; Duration of time, in seconds for which to cache realpath information for a given\n; file or directory. For systems with rarely changing files, consider increasing this\n; value.\n; http://php.net/realpath-cache-ttl\n;realpath_cache_ttl = 120\n\n; Enables or disables the circular reference collector.\n; http://php.net/zend.enable-gc\nzend.enable_gc = On\n\n; If enabled, scripts may be written in encodings that are incompatible with\n; the scanner.  CP936, Big5, CP949 and Shift_JIS are the examples of such\n; encodings.  To use this feature, mbstring extension must be enabled.\n; Default: Off\n;zend.multibyte = Off\n\n; Allows to set the default encoding for the scripts.  This value will be used\n; unless \"declare(encoding=...)\" directive appears at the top of the script.\n; Only affects if zend.multibyte is set.\n; Default: \"\"\n;zend.script_encoding =\n\n;;;;;;;;;;;;;;;;;\n; Miscellaneous ;\n;;;;;;;;;;;;;;;;;\n\n; Decides whether PHP may expose the fact that it is installed on the server\n; (e.g. by adding its signature to the Web server header).  It is no security\n; threat in any way, but it makes it possible to determine whether you use PHP\n; on your server or not.\n; http://php.net/expose-php\nexpose_php = Off\n\n;;;;;;;;;;;;;;;;;;;\n; Resource Limits ;\n;;;;;;;;;;;;;;;;;;;\n\n; Maximum execution time of each script, in seconds\n; http://php.net/max-execution-time\n; Note: This directive is hardcoded to 0 for the CLI SAPI\nmax_execution_time = 30\n\n; Maximum amount of time each script may spend parsing request data. It's a good\n; idea to limit this time on productions servers in order to eliminate unexpectedly\n; long running scripts.\n; Note: This directive is hardcoded to -1 for the CLI SAPI\n; Default Value: -1 (Unlimited)\n; Development Value: 60 (60 seconds)\n; Production Value: 60 (60 seconds)\n; http://php.net/max-input-time\nmax_input_time = 60\n\n; Maximum input variable nesting level\n; http://php.net/max-input-nesting-level\n;max_input_nesting_level = 64\n\n; How many GET/POST/COOKIE input variables may be accepted\n; max_input_vars = 1000\n\n; Maximum amount of memory a script may consume (64MB)\n; http://php.net/memory-limit\nmemory_limit = 64M\n\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n; Error handling and logging ;\n;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; This directive informs PHP of which errors, warnings and notices you would like\n; it to take action for. The recommended way of setting values for this\n; directive is through the use of the error level constants and bitwise\n; operators. The error level constants are below here for convenience as well as\n; some common settings and their meanings.\n; By default, PHP is set to take action on all errors, notices and warnings EXCEPT\n; those related to E_NOTICE and E_STRICT, which together cover best practices and\n; recommended coding standards in PHP. For performance reasons, this is the\n; recommend error reporting setting. Your production server shouldn't be wasting\n; resources complaining about best practices and coding standards. That's what\n; development servers and development settings are for.\n; Note: The php.ini-development file has this setting as E_ALL. This\n; means it pretty much reports everything which is exactly what you want during\n; development and early testing.\n;\n; Error Level Constants:\n; E_ALL             - All errors and warnings (includes E_STRICT as of PHP 5.4.0)\n; E_ERROR           - fatal run-time errors\n; E_RECOVERABLE_ERROR  - almost fatal run-time errors\n; E_WARNING         - run-time warnings (non-fatal errors)\n; E_PARSE           - compile-time parse errors\n; E_NOTICE          - run-time notices (these are warnings which often result\n;                     from a bug in your code, but it's possible that it was\n;                     intentional (e.g., using an uninitialized variable and\n;                     relying on the fact it's automatically initialized to an\n;                     empty string)\n; E_STRICT          - run-time notices, enable to have PHP suggest changes\n;                     to your code which will ensure the best interoperability\n;                     and forward compatibility of your code\n; E_CORE_ERROR      - fatal errors that occur during PHP's initial startup\n; E_CORE_WARNING    - warnings (non-fatal errors) that occur during PHP's\n;                     initial startup\n; E_COMPILE_ERROR   - fatal compile-time errors\n; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)\n; E_USER_ERROR      - user-generated error message\n; E_USER_WARNING    - user-generated warning message\n; E_USER_NOTICE     - user-generated notice message\n; E_DEPRECATED      - warn about code that will not work in future versions\n;                     of PHP\n; E_USER_DEPRECATED - user-generated deprecation warnings\n;\n; Common Values:\n;   E_ALL (Show all errors, warnings and notices including coding standards.)\n;   E_ALL & ~E_NOTICE  (Show all errors, except for notices)\n;   E_ALL & ~E_NOTICE & ~E_STRICT  (Show all errors, except for notices and coding standards warnings.)\n;   E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR  (Show only errors)\n; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED\n; Development Value: E_ALL\n; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT\n; http://php.net/error-reporting\nerror_reporting = E_ALL | E_STRICT\n\n; This directive controls whether or not and where PHP will output errors,\n; notices and warnings too. Error output is very useful during development, but\n; it could be very dangerous in production environments. Depending on the code\n; which is triggering the error, sensitive information could potentially leak\n; out of your application such as database usernames and passwords or worse.\n; It's recommended that errors be logged on production servers rather than\n; having the errors sent to STDOUT.\n; Possible Values:\n;   Off = Do not display any errors\n;   stderr = Display errors to STDERR (affects only CGI/CLI binaries!)\n;   On or stdout = Display errors to STDOUT\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/display-errors\ndisplay_errors = On\n\n; The display of errors which occur during PHP's startup sequence are handled\n; separately from display_errors. PHP's default behavior is to suppress those\n; errors from clients. Turning the display of startup errors on can be useful in\n; debugging configuration problems. But, it's strongly recommended that you\n; leave this setting off on production servers.\n; Default Value: Off\n; Development Value: On\n; Production Value: Off\n; http://php.net/display-startup-errors\ndisplay_startup_errors = Off\n\n; Besides displaying errors, PHP can also log errors to locations such as a\n; server-specific log, STDERR, or a location specified by the error_log\n; directive found below. While errors should not be displayed on productions\n; servers they should still be monitored and logging is a great way to do that.\n; Default Value: Off\n; Development Value: On\n; Production Value: On\n; http://php.net/log-errors\nlog_errors = Off\n\n; Set maximum length of log_errors. In error_log information about the source is\n; added. The default is 1024 and 0 allows to not apply any maximum length at all.\n; http://php.net/log-errors-max-len\nlog_errors_max_len = 1024\n\n; Do not log repeated messages. Repeated errors must occur in same file on same\n; line unless ignore_repeated_source is set true.\n; http://php.net/ignore-repeated-errors\nignore_repeated_errors = Off\n\n; Ignore source of message when ignoring repeated messages. When this setting\n; is On you will not log errors with repeated messages from different files or\n; source lines.\n; http://php.net/ignore-repeated-source\nignore_repeated_source = Off\n\n; If this parameter is set to Off, then memory leaks will not be shown (on\n; stdout or in the log). This has only effect in a debug compile, and if\n; error reporting includes E_WARNING in the allowed list\n; http://php.net/report-memleaks\nreport_memleaks = On\n\n; This setting is on by default.\n;report_zend_debug = 0\n\n; Store the last error/warning message in $php_errormsg (boolean). Setting this value\n; to On can assist in debugging and is appropriate for development servers. It should\n; however be disabled on production servers.\n; Default Value: Off\n; Development Value: On\n; Production Value: Off\n; http://php.net/track-errors\ntrack_errors = Off\n\n; Turn off normal error reporting and emit XML-RPC error XML\n; http://php.net/xmlrpc-errors\n;xmlrpc_errors = 0\n\n; An XML-RPC faultCode\n;xmlrpc_error_number = 0\n\n; When PHP displays or logs an error, it has the capability of formatting the\n; error message as HTML for easier reading. This directive controls whether\n; the error message is formatted as HTML or not.\n; Note: This directive is hardcoded to Off for the CLI SAPI\n; Default Value: On\n; Development Value: On\n; Production value: On\n; http://php.net/html-errors\nhtml_errors = Off\n\n; If html_errors is set to On *and* docref_root is not empty, then PHP\n; produces clickable error messages that direct to a page describing the error\n; or function causing the error in detail.\n; You can download a copy of the PHP manual from http://php.net/docs\n; and change docref_root to the base URL of your local copy including the\n; leading '/'. You must also specify the file extension being used including\n; the dot. PHP's default behavior is to leave these settings empty, in which\n; case no links to documentation are generated.\n; Note: Never use this feature for production boxes.\n; http://php.net/docref-root\n; Examples\n;docref_root = \"/phpmanual/\"\n\n; http://php.net/docref-ext\n;docref_ext = .html\n\n; String to output before an error message. PHP's default behavior is to leave\n; this setting blank.\n; http://php.net/error-prepend-string\n; Example:\n;error_prepend_string = \"<span style='color: #ff0000'>\"\n\n; String to output after an error message. PHP's default behavior is to leave\n; this setting blank.\n; http://php.net/error-append-string\n; Example:\n;error_append_string = \"</span>\"\n\n; Log errors to specified file. PHP's default behavior is to leave this value\n; empty.\n; http://php.net/error-log\n; Example:\n;error_log = php_errors.log\n; Log errors to syslog (Event Log on NT, not valid in Windows 95).\n;error_log = syslog\n\n;windows.show_crt_warning\n; Default value: 0\n; Development value: 0\n; Production value: 0\n\n;;;;;;;;;;;;;;;;;\n; Data Handling ;\n;;;;;;;;;;;;;;;;;\n\n; The separator used in PHP generated URLs to separate arguments.\n; PHP's default setting is \"&\".\n; http://php.net/arg-separator.output\n; Example:\n;arg_separator.output = \"&amp;\"\n\n; List of separator(s) used by PHP to parse input URLs into variables.\n; PHP's default setting is \"&\".\n; NOTE: Every character in this directive is considered as separator!\n; http://php.net/arg-separator.input\n; Example:\n;arg_separator.input = \";&\"\n\n; This directive determines which super global arrays are registered when PHP\n; starts up. G,P,C,E & S are abbreviations for the following respective super\n; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty\n; paid for the registration of these arrays and because ENV is not as commonly\n; used as the others, ENV is not recommended on productions servers. You\n; can still get access to the environment variables through getenv() should you\n; need to.\n; Default Value: \"EGPCS\"\n; Development Value: \"GPCS\"\n; Production Value: \"GPCS\";\n; http://php.net/variables-order\nvariables_order = \"GPCS\"\n\n; This directive determines which super global data (G,P,C,E & S) should\n; be registered into the super global array REQUEST. If so, it also determines\n; the order in which that data is registered. The values for this directive are\n; specified in the same manner as the variables_order directive, EXCEPT one.\n; Leaving this value empty will cause PHP to use the value set in the\n; variables_order directive. It does not mean it will leave the super globals\n; array REQUEST empty.\n; Default Value: None\n; Development Value: \"GP\"\n; Production Value: \"GP\"\n; http://php.net/request-order\nrequest_order = \"GP\"\n\n; Determines whether the deprecated long $HTTP_*_VARS type predefined variables\n; are registered by PHP or not. As they are deprecated, we obviously don't\n; recommend you use them. They are on by default for compatibility reasons but\n; they are not recommended on production servers.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/register-long-arrays\nregister_long_arrays = Off\n\n; This directive determines whether PHP registers $argv & $argc each time it\n; runs. $argv contains an array of all the arguments passed to PHP when a script\n; is invoked. $argc contains an integer representing the number of arguments\n; that were passed when the script was invoked. These arrays are extremely\n; useful when running scripts from the command line. When this directive is\n; enabled, registering these variables consumes CPU cycles and memory each time\n; a script is executed. For performance reasons, this feature should be disabled\n; on production servers.\n; Note: This directive is hardcoded to On for the CLI SAPI\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/register-argc-argv\nregister_argc_argv = Off\n\n; When enabled, the ENV, REQUEST and SERVER variables are created when they're\n; first used (Just In Time) instead of when the script starts. If these\n; variables are not used within a script, having this directive on will result\n; in a performance gain. The PHP directive register_argc_argv must be disabled\n; for this directive to have any affect.\n; http://php.net/auto-globals-jit\nauto_globals_jit = On\n\n; Whether PHP will read the POST data.\n; This option is enabled by default.\n; Most likely, you won't want to disable this option globally. It causes $_POST\n; and $_FILES to always be empty; the only way you will be able to read the\n; POST data will be through the php://input stream wrapper. This can be useful\n; to proxy requests or to process the POST data in a memory efficient fashion.\n; http://php.net/enable-post-data-reading\n;enable_post_data_reading = Off\n\n; Maximum size of POST data that PHP will accept.\n; Its value may be 0 to disable the limit. It is ignored if POST data reading\n; is disabled through enable_post_data_reading.\n; http://php.net/post-max-size\npost_max_size = 20M\n\n; Magic quotes are a preprocessing feature of PHP where PHP will attempt to\n; escape any character sequences in GET, POST, COOKIE and ENV data which might\n; otherwise corrupt data being placed in resources such as databases before\n; making that data available to you. Because of character encoding issues and\n; non-standard SQL implementations across many databases, it's not currently\n; possible for this feature to be 100% accurate. PHP's default behavior is to\n; enable the feature. We strongly recommend you use the escaping mechanisms\n; designed specifically for the database your using instead of relying on this\n; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is\n; scheduled removed in PHP 5.4.\n; Default Value: On\n; Development Value: Off\n; Production Value: Off\n; http://php.net/magic-quotes-gpc\nmagic_quotes_gpc = Off\n\n; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.\n; http://php.net/magic-quotes-runtime\nmagic_quotes_runtime = Off\n\n; Use Sybase-style magic quotes (escape ' with '' instead of \\').\n; http://php.net/magic-quotes-sybase\nmagic_quotes_sybase = Off\n\n; Automatically add files before PHP document.\n; http://php.net/auto-prepend-file\nauto_prepend_file =\n\n; Automatically add files after PHP document.\n; http://php.net/auto-append-file\nauto_append_file =\n\n; By default, PHP will output a character encoding using\n; the Content-type: header.  To disable sending of the charset, simply\n; set it to be empty.\n;\n; PHP's built-in default is text/html\n; http://php.net/default-mimetype\ndefault_mimetype = \"text/html\"\n\n; PHP's default character set is set to empty.\n; http://php.net/default-charset\n;default_charset = \"UTF-8\"\n\n; Always populate the $HTTP_RAW_POST_DATA variable. PHP's default behavior is\n; to disable this feature. If post reading is disabled through\n; enable_post_data_reading, $HTTP_RAW_POST_DATA is *NOT* populated.\n; http://php.net/always-populate-raw-post-data\n;always_populate_raw_post_data = On\n\n;;;;;;;;;;;;;;;;;;;;;;;;;\n; Paths and Directories ;\n;;;;;;;;;;;;;;;;;;;;;;;;;\n\n; UNIX: \"/path1:/path2\"\ninclude_path = \".:{PEAR_DIR}\"\n\n; Windows: \"\\path1;\\path2\"\n;include_path = \".;c:\\php\\includes\"\n;\n; PHP's default setting for include_path is \".;/path/to/php/pear\"\n; http://php.net/include-path\n\n; The root of the PHP pages, used only if nonempty.\n; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root\n; if you are running php as a CGI under any web server (other than IIS)\n; see documentation for security issues.  The alternate is to use the\n; cgi.force_redirect configuration below\n; http://php.net/doc-root\ndoc_root =\n\n; The directory under which PHP opens the script using /~username used only\n; if nonempty.\n; http://php.net/user-dir\nuser_dir =\n\n; Directory in which the loadable extensions (modules) reside.\n; http://php.net/extension-dir\n; extension_dir = \"./\"\n; On windows:\n; extension_dir = \"ext\"\n\n; Whether or not to enable the dl() function.  The dl() function does NOT work\n; properly in multithreaded servers, such as IIS or Zeus, and is automatically\n; disabled on them.\n; http://php.net/enable-dl\nenable_dl = Off\n\n; cgi.force_redirect is necessary to provide security running PHP as a CGI under\n; most web servers.  Left undefined, PHP turns this on by default.  You can\n; turn it off here AT YOUR OWN RISK\n; **You CAN safely turn this off for IIS, in fact, you MUST.**\n; http://php.net/cgi.force-redirect\n;cgi.force_redirect = 1\n\n; if cgi.nph is enabled it will force cgi to always sent Status: 200 with\n; every request. PHP's default behavior is to disable this feature.\n;cgi.nph = 1\n\n; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape\n; (iPlanet) web servers, you MAY need to set an environment variable name that PHP\n; will look for to know it is OK to continue execution.  Setting this variable MAY\n; cause security issues, KNOW WHAT YOU ARE DOING FIRST.\n; http://php.net/cgi.redirect-status-env\n;cgi.redirect_status_env = ;\n\n; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI.  PHP's\n; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok\n; what PATH_INFO is.  For more information on PATH_INFO, see the cgi specs.  Setting\n; this to 1 will cause PHP CGI to fix its paths to conform to the spec.  A setting\n; of zero causes PHP to behave as before.  Default is 1.  You should fix your scripts\n; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.\n; http://php.net/cgi.fix-pathinfo\n;cgi.fix_pathinfo=1\n\n; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate\n; security tokens of the calling client.  This allows IIS to define the\n; security context that the request runs under.  mod_fastcgi under Apache\n; does not currently support this feature (03/17/2002)\n; Set to 1 if running under IIS.  Default is zero.\n; http://php.net/fastcgi.impersonate\n;fastcgi.impersonate = 1;\n\n; Disable logging through FastCGI connection. PHP's default behavior is to enable\n; this feature.\n;fastcgi.logging = 0\n\n; cgi.rfc2616_headers configuration option tells PHP what type of headers to\n; use when sending HTTP response code. If it's set 0 PHP sends Status: header that\n; is supported by Apache. When this option is set to 1 PHP will send\n; RFC2616 compliant header.\n; Default is zero.\n; http://php.net/cgi.rfc2616-headers\n;cgi.rfc2616_headers = 0\n\n;;;;;;;;;;;;;;;;\n; File Uploads ;\n;;;;;;;;;;;;;;;;\n\n; Whether to allow HTTP file uploads.\n; http://php.net/file-uploads\nfile_uploads = On\n\n; Temporary directory for HTTP uploaded files (will use system default if not\n; specified).\n; http://php.net/upload-tmp-dir\n;upload_tmp_dir =\n\n; Maximum allowed size for uploaded files.\n; http://php.net/upload-max-filesize\nupload_max_filesize = 20M\n\n; Maximum number of files that can be uploaded via a single request\nmax_file_uploads = 20\n\n;;;;;;;;;;;;;;;;;;\n; Fopen wrappers ;\n;;;;;;;;;;;;;;;;;;\n\n; Whether to allow the treatment of URLs (like http:// or ftp://) as files.\n; http://php.net/allow-url-fopen\nallow_url_fopen = On\n\n; Whether to allow include/require to open URLs (like http:// or ftp://) as files.\n; http://php.net/allow-url-include\nallow_url_include = Off\n\n; Define the anonymous ftp password (your email address). PHP's default setting\n; for this is empty.\n; http://php.net/from\n;from=\"john@doe.com\"\n\n; Define the User-Agent string. PHP's default setting for this is empty.\n; http://php.net/user-agent\n;user_agent=\"PHP\"\n\n; Default timeout for socket based streams (seconds)\n; http://php.net/default-socket-timeout\ndefault_socket_timeout = 60\n\n; If your scripts have to deal with files from Macintosh systems,\n; or you are running on a Mac and need to deal with files from\n; unix or win32 systems, setting this flag will cause PHP to\n; automatically detect the EOL character in those files so that\n; fgets() and file() will work regardless of the source of the file.\n; http://php.net/auto-detect-line-endings\n;auto_detect_line_endings = Off\n\n;;;;;;;;;;;;;;;;;;;;;;\n; Dynamic Extensions ;\n;;;;;;;;;;;;;;;;;;;;;;\n\n; If you wish to have an extension loaded automatically, use the following\n; syntax:\n;\n;   extension=modulename.extension\n;\n; For example, on Windows:\n;\n;   extension=msql.dll\n;\n; ... or under UNIX:\n;\n;   extension=msql.so\n;\n; ... or with a path:\n;\n;   extension=/path/to/extension/msql.so\n;\n; If you only provide the name of the extension, PHP will look for it in its\n; default extension directory.\n;\n\n;;;;;;;;;;;;;;;;;;;\n; Module Settings ;\n;;;;;;;;;;;;;;;;;;;\n\n[Date]\n; Defines the default timezone used by the date functions\n; http://php.net/date.timezone\ndate.timezone = {TIMEZONE}\n\n; http://php.net/date.default-latitude\n;date.default_latitude = 31.7667\n\n; http://php.net/date.default-longitude\n;date.default_longitude = 35.2333\n\n; http://php.net/date.sunrise-zenith\n;date.sunrise_zenith = 90.583333\n\n; http://php.net/date.sunset-zenith\n;date.sunset_zenith = 90.583333\n\n[filter]\n; http://php.net/filter.default\n;filter.default = unsafe_raw\n\n; http://php.net/filter.default-flags\n;filter.default_flags =\n\n[iconv]\n;iconv.input_encoding = ISO-8859-1\n;iconv.internal_encoding = ISO-8859-1\n;iconv.output_encoding = ISO-8859-1\n\n[intl]\n;intl.default_locale =\n; This directive allows you to produce PHP errors when some error\n; happens within intl functions. The value is the level of the error produced.\n; Default is 0, which does not produce any errors.\n;intl.error_level = E_WARNING\n\n[sqlite]\n; http://php.net/sqlite.assoc-case\n;sqlite.assoc_case = 0\n\n[sqlite3]\n;sqlite3.extension_dir =\n\n[Pcre]\n;PCRE library backtracking limit.\n; http://php.net/pcre.backtrack-limit\n;pcre.backtrack_limit=100000\n\n;PCRE library recursion limit.\n;Please note that if you set this value to a high number you may consume all\n;the available process stack and eventually crash PHP (due to reaching the\n;stack size limit imposed by the Operating System).\n; http://php.net/pcre.recursion-limit\n;pcre.recursion_limit=100000\n\n[Pdo]\n; Whether to pool ODBC connections. Can be one of \"strict\", \"relaxed\" or \"off\"\n; http://php.net/pdo-odbc.connection-pooling\n;pdo_odbc.connection_pooling=strict\n\n;pdo_odbc.db2_instance_name\n\n[Pdo_mysql]\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/pdo_mysql.cache_size\npdo_mysql.cache_size = 2000\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/pdo_mysql.default-socket\npdo_mysql.default_socket =\n\n[Phar]\n; http://php.net/phar.readonly\n;phar.readonly = On\n\n; http://php.net/phar.require-hash\n;phar.require_hash = On\n\n;phar.cache_list =\n\n[mail function]\n; For Win32 only.\n; http://php.net/smtp\nSMTP = localhost\n; http://php.net/smtp-port\nsmtp_port = 25\n\n; For Win32 only.\n; http://php.net/sendmail-from\n;sendmail_from = me@example.com\n\n; For Unix only.  You may supply arguments as well (default: \"sendmail -t -i\").\n; http://php.net/sendmail-path\n;sendmail_path =\n\n; Force the addition of the specified parameters to be passed as extra parameters\n; to the sendmail binary. These parameters will always replace the value of\n; the 5th parameter to mail(), even in safe mode.\n;mail.force_extra_parameters =\n\n; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename\nmail.add_x_header = On\n\n; The path to a log file that will log all mail() calls. Log entries include\n; the full path of the script, line number, To address and headers.\n;mail.log =\n\n[SQL]\n; http://php.net/sql.safe-mode\nsql.safe_mode = Off\n\n[ODBC]\n; http://php.net/odbc.default-db\n;odbc.default_db    =  Not yet implemented\n\n; http://php.net/odbc.default-user\n;odbc.default_user  =  Not yet implemented\n\n; http://php.net/odbc.default-pw\n;odbc.default_pw    =  Not yet implemented\n\n; Controls the ODBC cursor model.\n; Default: SQL_CURSOR_STATIC (default).\n;odbc.default_cursortype\n\n; Allow or prevent persistent links.\n; http://php.net/odbc.allow-persistent\nodbc.allow_persistent = Off\n\n; Check that a connection is still valid before reuse.\n; http://php.net/odbc.check-persistent\nodbc.check_persistent = On\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/odbc.max-persistent\nodbc.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/odbc.max-links\nodbc.max_links = -1\n\n; Handling of LONG fields.  Returns number of bytes to variables.  0 means\n; passthru.\n; http://php.net/odbc.defaultlrl\nodbc.defaultlrl = 4096\n\n; Handling of binary data.  0 means passthru, 1 return as is, 2 convert to char.\n; See the documentation on odbc_binmode and odbc_longreadlen for an explanation\n; of odbc.defaultlrl and odbc.defaultbinmode\n; http://php.net/odbc.defaultbinmode\nodbc.defaultbinmode = 1\n\n;birdstep.max_links = -1\n\n[Interbase]\n; Allow or prevent persistent links.\nibase.allow_persistent = 0\n\n; Maximum number of persistent links.  -1 means no limit.\nibase.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\nibase.max_links = -1\n\n; Default database name for ibase_connect().\n;ibase.default_db =\n\n; Default username for ibase_connect().\n;ibase.default_user =\n\n; Default password for ibase_connect().\n;ibase.default_password =\n\n; Default charset for ibase_connect().\n;ibase.default_charset =\n\n; Default timestamp format.\nibase.timestampformat = \"%Y-%m-%d %H:%M:%S\"\n\n; Default date format.\nibase.dateformat = \"%Y-%m-%d\"\n\n; Default time format.\nibase.timeformat = \"%H:%M:%S\"\n\n[MySQL]\n; Allow accessing, from PHP's perspective, local files with LOAD DATA statements\n; http://php.net/mysql.allow_local_infile\nmysql.allow_local_infile = On\n\n; Allow or prevent persistent links.\n; http://php.net/mysql.allow-persistent\nmysql.allow_persistent = Off\n\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/mysql.cache_size\nmysql.cache_size = 2000\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/mysql.max-persistent\nmysql.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/mysql.max-links\nmysql.max_links = -1\n\n; Default port number for mysql_connect().  If unset, mysql_connect() will use\n; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the\n; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look\n; at MYSQL_PORT.\n; http://php.net/mysql.default-port\nmysql.default_port =\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/mysql.default-socket\nmysql.default_socket =\n\n; Default host for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysql.default-host\nmysql.default_host =\n\n; Default user for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysql.default-user\nmysql.default_user =\n\n; Default password for mysql_connect() (doesn't apply in safe mode).\n; Note that this is generally a *bad* idea to store passwords in this file.\n; *Any* user with PHP access can run 'echo get_cfg_var(\"mysql.default_password\")\n; and reveal this password!  And of course, any users with read access to this\n; file will be able to reveal the password as well.\n; http://php.net/mysql.default-password\nmysql.default_password =\n\n; Maximum time (in seconds) for connect timeout. -1 means no limit\n; http://php.net/mysql.connect-timeout\nmysql.connect_timeout = 60\n\n; Trace mode. When trace_mode is active (=On), warnings for table/index scans and\n; SQL-Errors will be displayed.\n; http://php.net/mysql.trace-mode\nmysql.trace_mode = Off\n\n[MySQLi]\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/mysqli.max-persistent\nmysqli.max_persistent = -1\n\n; Allow accessing, from PHP's perspective, local files with LOAD DATA statements\n; http://php.net/mysqli.allow_local_infile\n;mysqli.allow_local_infile = On\n\n; Allow or prevent persistent links.\n; http://php.net/mysqli.allow-persistent\nmysqli.allow_persistent = Off\n\n; Maximum number of links.  -1 means no limit.\n; http://php.net/mysqli.max-links\nmysqli.max_links = -1\n\n; If mysqlnd is used: Number of cache slots for the internal result set cache\n; http://php.net/mysqli.cache_size\nmysqli.cache_size = 2000\n\n; Default port number for mysqli_connect().  If unset, mysqli_connect() will use\n; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the\n; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look\n; at MYSQL_PORT.\n; http://php.net/mysqli.default-port\nmysqli.default_port = 3306\n\n; Default socket name for local MySQL connects.  If empty, uses the built-in\n; MySQL defaults.\n; http://php.net/mysqli.default-socket\nmysqli.default_socket =\n\n; Default host for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysqli.default-host\nmysqli.default_host =\n\n; Default user for mysql_connect() (doesn't apply in safe mode).\n; http://php.net/mysqli.default-user\nmysqli.default_user =\n\n; Default password for mysqli_connect() (doesn't apply in safe mode).\n; Note that this is generally a *bad* idea to store passwords in this file.\n; *Any* user with PHP access can run 'echo get_cfg_var(\"mysqli.default_pw\")\n; and reveal this password!  And of course, any users with read access to this\n; file will be able to reveal the password as well.\n; http://php.net/mysqli.default-pw\nmysqli.default_pw =\n\n; Allow or prevent reconnect\nmysqli.reconnect = Off\n\n[mysqlnd]\n; Enable / Disable collection of general statistics by mysqlnd which can be\n; used to tune and monitor MySQL operations.\n; http://php.net/mysqlnd.collect_statistics\nmysqlnd.collect_statistics = Off\n\n; Enable / Disable collection of memory usage statistics by mysqlnd which can be\n; used to tune and monitor MySQL operations.\n; http://php.net/mysqlnd.collect_memory_statistics\nmysqlnd.collect_memory_statistics = Off\n\n; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.\n; http://php.net/mysqlnd.net_cmd_buffer_size\n;mysqlnd.net_cmd_buffer_size = 2048\n\n; Size of a pre-allocated buffer used for reading data sent by the server in\n; bytes.\n; http://php.net/mysqlnd.net_read_buffer_size\n;mysqlnd.net_read_buffer_size = 32768\n\n[OCI8]\n\n; Connection: Enables privileged connections using external\n; credentials (OCI_SYSOPER, OCI_SYSDBA)\n; http://php.net/oci8.privileged-connect\n;oci8.privileged_connect = Off\n\n; Connection: The maximum number of persistent OCI8 connections per\n; process. Using -1 means no limit.\n; http://php.net/oci8.max-persistent\n;oci8.max_persistent = -1\n\n; Connection: The maximum number of seconds a process is allowed to\n; maintain an idle persistent connection. Using -1 means idle\n; persistent connections will be maintained forever.\n; http://php.net/oci8.persistent-timeout\n;oci8.persistent_timeout = -1\n\n; Connection: The number of seconds that must pass before issuing a\n; ping during oci_pconnect() to check the connection validity. When\n; set to 0, each oci_pconnect() will cause a ping. Using -1 disables\n; pings completely.\n; http://php.net/oci8.ping-interval\n;oci8.ping_interval = 60\n\n; Connection: Set this to a user chosen connection class to be used\n; for all pooled server requests with Oracle 11g Database Resident\n; Connection Pooling (DRCP).  To use DRCP, this value should be set to\n; the same string for all web servers running the same application,\n; the database pool must be configured, and the connection string must\n; specify to use a pooled server.\n;oci8.connection_class =\n\n; High Availability: Using On lets PHP receive Fast Application\n; Notification (FAN) events generated when a database node fails. The\n; database must also be configured to post FAN events.\n;oci8.events = Off\n\n; Tuning: This option enables statement caching, and specifies how\n; many statements to cache. Using 0 disables statement caching.\n; http://php.net/oci8.statement-cache-size\n;oci8.statement_cache_size = 20\n\n; Tuning: Enables statement prefetching and sets the default number of\n; rows that will be fetched automatically after statement execution.\n; http://php.net/oci8.default-prefetch\n;oci8.default_prefetch = 100\n\n; Compatibility. Using On means oci_close() will not close\n; oci_connect() and oci_new_connect() connections.\n; http://php.net/oci8.old-oci-close-semantics\n;oci8.old_oci_close_semantics = Off\n\n[PostgreSQL]\n; Allow or prevent persistent links.\n; http://php.net/pgsql.allow-persistent\npgsql.allow_persistent = Off\n\n; Detect broken persistent links always with pg_pconnect().\n; Auto reset feature requires a little overheads.\n; http://php.net/pgsql.auto-reset-persistent\npgsql.auto_reset_persistent = Off\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/pgsql.max-persistent\npgsql.max_persistent = -1\n\n; Maximum number of links (persistent+non persistent).  -1 means no limit.\n; http://php.net/pgsql.max-links\npgsql.max_links = -1\n\n; Ignore PostgreSQL backends Notice message or not.\n; Notice message logging require a little overheads.\n; http://php.net/pgsql.ignore-notice\npgsql.ignore_notice = 0\n\n; Log PostgreSQL backends Notice message or not.\n; Unless pgsql.ignore_notice=0, module cannot log notice message.\n; http://php.net/pgsql.log-notice\npgsql.log_notice = 0\n\n[Sybase-CT]\n; Allow or prevent persistent links.\n; http://php.net/sybct.allow-persistent\nsybct.allow_persistent = Off\n\n; Maximum number of persistent links.  -1 means no limit.\n; http://php.net/sybct.max-persistent\nsybct.max_persistent = -1\n\n; Maximum number of links (persistent + non-persistent).  -1 means no limit.\n; http://php.net/sybct.max-links\nsybct.max_links = -1\n\n; Minimum server message severity to display.\n; http://php.net/sybct.min-server-severity\nsybct.min_server_severity = 10\n\n; Minimum client message severity to display.\n; http://php.net/sybct.min-client-severity\nsybct.min_client_severity = 10\n\n; Set per-context timeout\n; http://php.net/sybct.timeout\n;sybct.timeout=\n\n;sybct.packet_size\n\n; The maximum time in seconds to wait for a connection attempt to succeed before returning failure.\n; Default: one minute\n;sybct.login_timeout=\n\n; The name of the host you claim to be connecting from, for display by sp_who.\n; Default: none\n;sybct.hostname=\n\n; Allows you to define how often deadlocks are to be retried. -1 means \"forever\".\n; Default: 0\n;sybct.deadlock_retry_count=\n\n[bcmath]\n; Number of decimal digits for all bcmath functions.\n; http://php.net/bcmath.scale\nbcmath.scale = 0\n\n[browscap]\n; http://php.net/browscap\n;browscap = extra/browscap.ini\n\n[Session]\n; Handler used to store/retrieve data.\n; http://php.net/session.save-handler\nsession.save_handler = files\n\n; Argument passed to save_handler.  In the case of files, this is the path\n; where data files are stored. Note: Windows users have to change this\n; variable in order to use PHP's session functions.\n;\n; The path can be defined as:\n;\n;     session.save_path = \"N;/path\"\n;\n; where N is an integer.  Instead of storing all the session files in\n; /path, what this will do is use subdirectories N-levels deep, and\n; store the session data in those directories.  This is useful if you\n; or your OS have problems with lots of files in one directory, and is\n; a more efficient layout for servers that handle lots of sessions.\n;\n; NOTE 1: PHP will not create this directory structure automatically.\n;         You can use the script in the ext/session dir for that purpose.\n; NOTE 2: See the section on garbage collection below if you choose to\n;         use subdirectories for session storage\n;\n; The file storage module creates files using mode 600 by default.\n; You can change that by using\n;\n;     session.save_path = \"N;MODE;/path\"\n;\n; where MODE is the octal representation of the mode. Note that this\n; does not overwrite the process's umask.\n; http://php.net/session.save-path\n;session.save_path = \"/tmp\"\n\n; Whether to use cookies.\n; http://php.net/session.use-cookies\nsession.use_cookies = 1\n\n; http://php.net/session.cookie-secure\n;session.cookie_secure =\n\n; This option forces PHP to fetch and use a cookie for storing and maintaining\n; the session id. We encourage this operation as it's very helpful in combating\n; session hijacking when not specifying and managing your own session id. It is\n; not the end all be all of session hijacking defense, but it's a good start.\n; http://php.net/session.use-only-cookies\nsession.use_only_cookies = 1\n\n; Name of the session (used as cookie name).\n; http://php.net/session.name\nsession.name = PHPSESSID\n\n; Initialize session on request startup.\n; http://php.net/session.auto-start\nsession.auto_start = 0\n\n; Lifetime in seconds of cookie or, if 0, until browser is restarted.\n; http://php.net/session.cookie-lifetime\nsession.cookie_lifetime = 0\n\n; The path for which the cookie is valid.\n; http://php.net/session.cookie-path\nsession.cookie_path = /\n\n; The domain for which the cookie is valid.\n; http://php.net/session.cookie-domain\nsession.cookie_domain =\n\n; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.\n; http://php.net/session.cookie-httponly\nsession.cookie_httponly =\n\n; Handler used to serialize data.  php is the standard serializer of PHP.\n; http://php.net/session.serialize-handler\nsession.serialize_handler = php\n\n; Defines the probability that the 'garbage collection' process is started\n; on every session initialization. The probability is calculated by using\n; gc_probability/gc_divisor. Where session.gc_probability is the numerator\n; and gc_divisor is the denominator in the equation. Setting this value to 1\n; when the session.gc_divisor value is 100 will give you approximately a 1% chance\n; the gc will run on any give request.\n; Default Value: 1\n; Development Value: 1\n; Production Value: 1\n; http://php.net/session.gc-probability\nsession.gc_probability = 1\n\n; Defines the probability that the 'garbage collection' process is started on every\n; session initialization. The probability is calculated by using the following equation:\n; gc_probability/gc_divisor. Where session.gc_probability is the numerator and\n; session.gc_divisor is the denominator in the equation. Setting this value to 1\n; when the session.gc_divisor value is 100 will give you approximately a 1% chance\n; the gc will run on any give request. Increasing this value to 1000 will give you\n; a 0.1% chance the gc will run on any give request. For high volume production servers,\n; this is a more efficient approach.\n; Default Value: 100\n; Development Value: 1000\n; Production Value: 1000\n; http://php.net/session.gc-divisor\nsession.gc_divisor = 1000\n\n; After this number of seconds, stored data will be seen as 'garbage' and\n; cleaned up by the garbage collection process.\n; http://php.net/session.gc-maxlifetime\nsession.gc_maxlifetime = 1440\n\n; NOTE: If you are using the subdirectory option for storing session files\n;       (see session.save_path above), then garbage collection does *not*\n;       happen automatically.  You will need to do your own garbage\n;       collection through a shell script, cron entry, or some other method.\n;       For example, the following script would is the equivalent of\n;       setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):\n;          find /path/to/sessions -cmin +24 | xargs rm\n\n; PHP 4.2 and less have an undocumented feature/bug that allows you to\n; to initialize a session variable in the global scope.\n; PHP 4.3 and later will warn you, if this feature is used.\n; You can disable the feature and the warning separately. At this time,\n; the warning is only displayed, if bug_compat_42 is enabled. This feature\n; introduces some serious security problems if not handled correctly. It's\n; recommended that you do not use this feature on production servers. But you\n; should enable this on development servers and enable the warning as well. If you\n; do not enable the feature on development servers, you won't be warned when it's\n; used and debugging errors caused by this can be difficult to track down.\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/session.bug-compat-42\nsession.bug_compat_42 = Off\n\n; This setting controls whether or not you are warned by PHP when initializing a\n; session value into the global space. session.bug_compat_42 must be enabled before\n; these warnings can be issued by PHP. See the directive above for more information.\n; Default Value: On\n; Development Value: On\n; Production Value: Off\n; http://php.net/session.bug-compat-warn\nsession.bug_compat_warn = Off\n\n; Check HTTP Referer to invalidate externally stored URLs containing ids.\n; HTTP_REFERER has to contain this substring for the session to be\n; considered as valid.\n; http://php.net/session.referer-check\nsession.referer_check =\n\n; How many bytes to read from the file.\n; http://php.net/session.entropy-length\nsession.entropy_length = 0\n\n; Specified here to create the session id.\n; http://php.net/session.entropy-file\n; Defaults to /dev/urandom\n; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arandom\n; If neither are found at compile time, the default is no entropy file.\n; On windows, setting the entropy_length setting will activate the\n; Windows random source (using the CryptoAPI)\n;session.entropy_file = /dev/urandom\n\n; Set to {nocache,private,public,} to determine HTTP caching aspects\n; or leave this empty to avoid sending anti-caching headers.\n; http://php.net/session.cache-limiter\nsession.cache_limiter = nocache\n\n; Document expires after n minutes.\n; http://php.net/session.cache-expire\nsession.cache_expire = 180\n\n; trans sid support is disabled by default.\n; Use of trans sid may risk your users security.\n; Use this option with caution.\n; - User may send URL contains active session ID\n;   to other person via. email/irc/etc.\n; - URL that contains active session ID may be stored\n;   in publicly accessible computer.\n; - User may access your site with the same session ID\n;   always using URL stored in browser's history or bookmarks.\n; http://php.net/session.use-trans-sid\nsession.use_trans_sid = 0\n\n; Select a hash function for use in generating session ids.\n; Possible Values\n;   0  (MD5 128 bits)\n;   1  (SHA-1 160 bits)\n; This option may also be set to the name of any hash function supported by\n; the hash extension. A list of available hashes is returned by the hash_algos()\n; function.\n; http://php.net/session.hash-function\nsession.hash_function = 0\n\n; Define how many bits are stored in each character when converting\n; the binary hash data to something readable.\n; Possible values:\n;   4  (4 bits: 0-9, a-f)\n;   5  (5 bits: 0-9, a-v)\n;   6  (6 bits: 0-9, a-z, A-Z, \"-\", \",\")\n; Default Value: 4\n; Development Value: 5\n; Production Value: 5\n; http://php.net/session.hash-bits-per-character\nsession.hash_bits_per_character = 5\n\n; The URL rewriter will look for URLs in a defined set of HTML tags.\n; form/fieldset are special; if you include them here, the rewriter will\n; add a hidden <input> field with the info which is otherwise appended\n; to URLs.  If you want XHTML conformity, remove the form entry.\n; Note that all valid entries require a \"=\", even if no value follows.\n; Default Value: \"a=href,area=href,frame=src,form=,fieldset=\"\n; Development Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n; Production Value: \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n; http://php.net/url-rewriter.tags\nurl_rewriter.tags = \"a=href,area=href,frame=src,input=src,form=fakeentry\"\n\n; Enable upload progress tracking in $_SESSION\n; Default Value: On\n; Development Value: On\n; Production Value: On\n; http://php.net/session.upload-progress.enabled\n;session.upload_progress.enabled = On\n\n; Cleanup the progress information as soon as all POST data has been read\n; (i.e. upload completed).\n; Default Value: On\n; Development Value: On\n; Production Value: On\n; http://php.net/session.upload-progress.cleanup\n;session.upload_progress.cleanup = On\n\n; A prefix used for the upload progress key in $_SESSION\n; Default Value: \"upload_progress_\"\n; Development Value: \"upload_progress_\"\n; Production Value: \"upload_progress_\"\n; http://php.net/session.upload-progress.prefix\n;session.upload_progress.prefix = \"upload_progress_\"\n\n; The index name (concatenated with the prefix) in $_SESSION\n; containing the upload progress information\n; Default Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; Development Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; Production Value: \"PHP_SESSION_UPLOAD_PROGRESS\"\n; http://php.net/session.upload-progress.name\n;session.upload_progress.name = \"PHP_SESSION_UPLOAD_PROGRESS\"\n\n; How frequently the upload progress should be updated.\n; Given either in percentages (per-file), or in bytes\n; Default Value: \"1%\"\n; Development Value: \"1%\"\n; Production Value: \"1%\"\n; http://php.net/session.upload-progress.freq\n;session.upload_progress.freq =  \"1%\"\n\n; The minimum delay between updates, in seconds\n; Default Value: 1\n; Development Value: 1\n; Production Value: 1\n; http://php.net/session.upload-progress.min-freq\n;session.upload_progress.min_freq = \"1\"\n\n[MSSQL]\n; Allow or prevent persistent links.\nmssql.allow_persistent = On\n\n; Maximum number of persistent links.  -1 means no limit.\nmssql.max_persistent = -1\n\n; Maximum number of links (persistent+non persistent).  -1 means no limit.\nmssql.max_links = -1\n\n; Minimum error severity to display.\nmssql.min_error_severity = 10\n\n; Minimum message severity to display.\nmssql.min_message_severity = 10\n\n; Compatibility mode with old versions of PHP 3.0.\nmssql.compatability_mode = Off\n\n; Connect timeout\n;mssql.connect_timeout = 5\n\n; Query timeout\n;mssql.timeout = 60\n\n; Valid range 0 - 2147483647.  Default = 4096.\n;mssql.textlimit = 4096\n\n; Valid range 0 - 2147483647.  Default = 4096.\n;mssql.textsize = 4096\n\n; Limits the number of records in each batch.  0 = all records in one batch.\n;mssql.batchsize = 0\n\n; Specify how datetime and datetim4 columns are returned\n; On => Returns data converted to SQL server settings\n; Off => Returns values as YYYY-MM-DD hh:mm:ss\n;mssql.datetimeconvert = On\n\n; Use NT authentication when connecting to the server\nmssql.secure_connection = Off\n\n; Specify max number of processes. -1 = library default\n; msdlib defaults to 25\n; FreeTDS defaults to 4096\n;mssql.max_procs = -1\n\n; Specify client character set.\n; If empty or not set the client charset from freetds.conf is used\n; This is only used when compiled with FreeTDS\n;mssql.charset = \"ISO-8859-1\"\n\n[Assertion]\n; Assert(expr); active by default.\n; http://php.net/assert.active\n;assert.active = On\n\n; Issue a PHP warning for each failed assertion.\n; http://php.net/assert.warning\n;assert.warning = On\n\n; Don't bail out by default.\n; http://php.net/assert.bail\n;assert.bail = Off\n\n; User-function to be called if an assertion fails.\n; http://php.net/assert.callback\n;assert.callback = 0\n\n; Eval the expression with current error_reporting().  Set to true if you want\n; error_reporting(0) around the eval().\n; http://php.net/assert.quiet-eval\n;assert.quiet_eval = 0\n\n[COM]\n; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs\n; http://php.net/com.typelib-file\n;com.typelib_file =\n\n; allow Distributed-COM calls\n; http://php.net/com.allow-dcom\n;com.allow_dcom = true\n\n; autoregister constants of a components typlib on com_load()\n; http://php.net/com.autoregister-typelib\n;com.autoregister_typelib = true\n\n; register constants casesensitive\n; http://php.net/com.autoregister-casesensitive\n;com.autoregister_casesensitive = false\n\n; show warnings on duplicate constant registrations\n; http://php.net/com.autoregister-verbose\n;com.autoregister_verbose = true\n\n; The default character set code-page to use when passing strings to and from COM objects.\n; Default: system ANSI code page\n;com.code_page=\n\n[mbstring]\n; language for internal character representation.\n; http://php.net/mbstring.language\n;mbstring.language = Japanese\n\n; internal/script encoding.\n; Some encoding cannot work as internal encoding.\n; (e.g. SJIS, BIG5, ISO-2022-*)\n; http://php.net/mbstring.internal-encoding\n;mbstring.internal_encoding = EUC-JP\n\n; http input encoding.\n; http://php.net/mbstring.http-input\n;mbstring.http_input = auto\n\n; http output encoding. mb_output_handler must be\n; registered as output buffer to function\n; http://php.net/mbstring.http-output\n;mbstring.http_output = SJIS\n\n; enable automatic encoding translation according to\n; mbstring.internal_encoding setting. Input chars are\n; converted to internal encoding by setting this to On.\n; Note: Do _not_ use automatic encoding translation for\n;       portable libs/applications.\n; http://php.net/mbstring.encoding-translation\n;mbstring.encoding_translation = Off\n\n; automatic encoding detection order.\n; auto means\n; http://php.net/mbstring.detect-order\n;mbstring.detect_order = auto\n\n; substitute_character used when character cannot be converted\n; one from another\n; http://php.net/mbstring.substitute-character\n;mbstring.substitute_character = none;\n\n; overload(replace) single byte functions by mbstring functions.\n; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),\n; etc. Possible values are 0,1,2,4 or combination of them.\n; For example, 7 for overload everything.\n; 0: No overload\n; 1: Overload mail() function\n; 2: Overload str*() functions\n; 4: Overload ereg*() functions\n; http://php.net/mbstring.func-overload\n;mbstring.func_overload = 0\n\n; enable strict encoding detection.\n;mbstring.strict_detection = Off\n\n; This directive specifies the regex pattern of content types for which mb_output_handler()\n; is activated.\n; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\\+xml)\n;mbstring.http_output_conv_mimetype=\n\n[gd]\n; Tell the jpeg decode to ignore warnings and try to create\n; a gd image. The warning will then be displayed as notices\n; disabled by default\n; http://php.net/gd.jpeg-ignore-warning\n;gd.jpeg_ignore_warning = 0\n\n[exif]\n; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.\n; With mbstring support this will automatically be converted into the encoding\n; given by corresponding encode setting. When empty mbstring.internal_encoding\n; is used. For the decode settings you can distinguish between motorola and\n; intel byte order. A decode setting cannot be empty.\n; http://php.net/exif.encode-unicode\n;exif.encode_unicode = ISO-8859-15\n\n; http://php.net/exif.decode-unicode-motorola\n;exif.decode_unicode_motorola = UCS-2BE\n\n; http://php.net/exif.decode-unicode-intel\n;exif.decode_unicode_intel    = UCS-2LE\n\n; http://php.net/exif.encode-jis\n;exif.encode_jis =\n\n; http://php.net/exif.decode-jis-motorola\n;exif.decode_jis_motorola = JIS\n\n; http://php.net/exif.decode-jis-intel\n;exif.decode_jis_intel    = JIS\n\n[Tidy]\n; The path to a default tidy configuration file to use when using tidy\n; http://php.net/tidy.default-config\n;tidy.default_config = /usr/local/lib/php/default.tcfg\n\n; Should tidy clean and repair output automatically?\n; WARNING: Do not use this option if you are generating non-html content\n; such as dynamic images\n; http://php.net/tidy.clean-output\ntidy.clean_output = Off\n\n[soap]\n; Enables or disables WSDL caching feature.\n; http://php.net/soap.wsdl-cache-enabled\nsoap.wsdl_cache_enabled=1\n\n; Sets the directory name where SOAP extension will put cache files.\n; http://php.net/soap.wsdl-cache-dir\nsoap.wsdl_cache_dir = \"/tmp\"\n\n; (time to live) Sets the number of second while cached file will be used\n; instead of original one.\n; http://php.net/soap.wsdl-cache-ttl\nsoap.wsdl_cache_ttl = 86400\n\n; Sets the size of the cache limit. (Max. number of WSDL files to cache)\nsoap.wsdl_cache_limit = 5\n\n[sysvshm]\n; A default size of the shared memory segment\n;sysvshm.init_mem = 10000\n\n[ldap]\n; Sets the maximum number of open links or -1 for unlimited.\nldap.max_links = -1\n\n[mcrypt]\n; For more information about mcrypt settings see http://php.net/mcrypt-module-open\n\n; Directory where to load mcrypt algorithms\n; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)\n;mcrypt.algorithms_dir=\n\n; Directory where to load mcrypt modes\n; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)\n;mcrypt.modes_dir=\n\n[dba]\n;dba.default_handler=\n\n[xsl]\n; Write operations from within XSLT are disabled by default.\n; XSL_SECPREF_CREATE_DIRECTORY | XSL_SECPREF_WRITE_NETWORK | XSL_SECPREF_WRITE_FILE = 44\n; Set it to 0 to allow all operations\n;xsl.security_prefs = 44\n\n[suhosin]\nsuhosin.session.encrypt = off\n\n[opcache]\nopcache.enable = {PHP_OPCODE_CACHE_ENABLED}\nopcache.memory_consumption = {PHP_OPCODE_CACHE_MAX_MEMORY}\nopcache.max_accelerated_files = 100000\n\n[apc]\napc.enabled = {PHP_OPCODE_CACHE_ENABLED}\napc.shm_size = {PHP_OPCODE_CACHE_MAX_MEMORY}M\n"
  },
  {
    "path": "configs/debian/php/fpm/pool.conf",
    "content": "; PHP-FPM(8) configuration file - auto-generated by i-MSCP\n;     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n;\n; Start a new pool named '{POOL_NAME}'.\n; the variable $pool can be used in any directive and will be replaced by the\n; pool name ('{POOL_NAME}' here)\n[{POOL_NAME}]\n\n; Per pool prefix\n; It only applies on the following directives:\n; - 'slowlog'\n; - 'listen' (unixsocket)\n; - 'chroot'\n; - 'chdir'\n; - 'php_values'\n; - 'php_admin_values'\n; When not set, the global prefix (or /usr) applies instead.\n; Note: This directive can also be relative to the global prefix.\n; Default Value: none\n;prefix = /path/to/pools/$pool\n\n; Unix user/group of processes\n; Note: The user is mandatory. If the group is not set, the default user's group\n;       will be used.\nuser = {USER}\ngroup = {GROUP}\n\n; The address on which to accept FastCGI requests.\n; Valid syntaxes are:\n;   'ip.add.re.ss:port'    - to listen on a TCP socket to a specific address on\n;                            a specific port;\n;   'port'                 - to listen on a TCP socket to all addresses on a\n;                            specific port;\n;   '/path/to/unix/socket' - to listen on a unix socket.\n; Note: This value is mandatory.\nlisten = {PHP_FPM_LISTEN_ENDPOINT}\n\n; Set listen(2) backlog. A value of '-1' means unlimited.\n; Default Value: 128 (-1 on FreeBSD and OpenBSD)\n;listen.backlog = -1\n\n; Set permissions for unix socket, if one is used. In Linux, read/write\n; permissions must be set in order to allow connections from a web server. Many\n; BSD-derived systems allow connections regardless of permissions.\n; Default Values: user and group are set as the running user\n;                 mode is set to 0666\nlisten.owner = {USER}\nlisten.group = {GROUP}\nlisten.mode = 0660\n\n; List of ipv4 addresses of FastCGI clients which are allowed to connect.\n; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original\n; PHP FCGI (5.2.2+). Makes sense only with a tcp listening socket. Each address\n; must be separated by a comma. If this value is left blank, connections will be\n; accepted from any ip address.\n; Default Value: any\n;listen.allowed_clients = 127.0.0.1\n\n; Specify the nice(2) priority to apply to the pool processes (only if set)\n; The value can vary from -19 (highest priority) to 20 (lower priority)\n; Note: - It will only work if the FPM master process is launched as root\n;       - The pool processes will inherit the master process priority\n;         unless it specified otherwise\n; Default Value: no set\n; priority = -19\n\n; Choose how the process manager will control the number of child processes.\n; Possible Values:\n;   static  - a fixed number (pm.max_children) of child processes;\n;   dynamic - the number of child processes are set dynamically based on the\n;             following directives. With this process management, there will be\n;             always at least 1 children.\n;             pm.max_children      - the maximum number of children that can\n;                                    be alive at the same time.\n;             pm.start_servers     - the number of children created on startup.\n;             pm.min_spare_servers - the minimum number of children in 'idle'\n;                                    state (waiting to process). If the number\n;                                    of 'idle' processes is less than this\n;                                    number then some children will be created.\n;             pm.max_spare_servers - the maximum number of children in 'idle'\n;                                    state (waiting to process). If the number\n;                                    of 'idle' processes is greater than this\n;                                    number then some children will be killed.\n;  ondemand - no children are created at startup. Children will be forked when\n;             new requests will connect. The following parameter are used:\n;             pm.max_children           - the maximum number of children that\n;                                         can be alive at the same time.\n;             pm.process_idle_timeout   - The number of seconds after which\n;                                         an idle process will be killed.\n; Note: This value is mandatory.\npm = {PHP_FPM_PROCESS_MANAGER_MODE}\n\n; The number of child processes to be created when pm is set to 'static' and the\n; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.\n; This value sets the limit on the number of simultaneous requests that will be\n; served. Equivalent to the ApacheMaxClients directive with mpm_prefork.\n; Equivalent to the PHP_FCGI_CHILDREN environment variable in the original PHP\n; CGI. The below defaults are based on a server without much resources. Don't\n; forget to tweak pm.* to fit your needs.\n; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'\n; Note: This value is mandatory.\npm.max_children = {PHP_FPM_MAX_CHILDREN}\n\n; The number of child processes created on startup.\n; Note: Used only when pm is set to 'dynamic'\n; Default Value: min_spare_servers + (max_spare_servers - min_spare_servers) / 2\npm.start_servers = {PHP_FPM_START_SERVERS}\n\n; The desired minimum number of idle server processes.\n; Note: Used only when pm is set to 'dynamic'\n; Note: Mandatory when pm is set to 'dynamic'\npm.min_spare_servers = {PHP_FPM_MIN_SPARE_SERVERS}\n\n; The desired maximum number of idle server processes.\n; Note: Used only when pm is set to 'dynamic'\n; Note: Mandatory when pm is set to 'dynamic'\npm.max_spare_servers = {PHP_FPM_MAX_SPARE_SERVERS}\n\n; The number of seconds after which an idle process will be killed.\n; Note: Used only when pm is set to 'ondemand'\n; Default Value: 10s\npm.process_idle_timeout = {PHP_FPM_PROCESS_IDLE_TIMEOUT}\n\n; The number of requests each child process should execute before respawning.\n; This can be useful to work around memory leaks in 3rd party libraries. For\n; endless request processing specify '0'. Equivalent to PHP_FCGI_MAX_REQUESTS.\n; Default Value: 0\npm.max_requests = {PHP_FPM_MAX_REQUESTS}\n\n; The URI to view the FPM status page. If this value is not set, no URI will be\n; recognized as a status page. It shows the following informations:\n;   pool                 - the name of the pool;\n;   process manager      - static, dynamic or ondemand;\n;   start time           - the date and time FPM has started;\n;   start since          - number of seconds since FPM has started;\n;   accepted conn        - the number of request accepted by the pool;\n;   listen queue         - the number of request in the queue of pending\n;                          connections (see backlog in listen(2));\n;   max listen queue     - the maximum number of requests in the queue\n;                          of pending connections since FPM has started;\n;   listen queue len     - the size of the socket queue of pending connections;\n;   idle processes       - the number of idle processes;\n;   active processes     - the number of active processes;\n;   total processes      - the number of idle + active processes;\n;   max active processes - the maximum number of active processes since FPM\n;                          has started;\n;   max children reached - number of times, the process limit has been reached,\n;                          when pm tries to start more children (works only for\n;                          pm 'dynamic' and 'ondemand');\n; Value are updated in real time.\n; Example output:\n;   pool:                 www\n;   process manager:      static\n;   start time:           01/Jul/2011:17:53:49 +0200\n;   start since:          62636\n;   accepted conn:        190460\n;   listen queue:         0\n;   max listen queue:     1\n;   listen queue len:     42\n;   idle processes:       4\n;   active processes:     11\n;   total processes:      15\n;   max active processes: 12\n;   max children reached: 0\n;\n; By default the status page output is formatted as text/plain. Passing either\n; 'html', 'xml' or 'json' in the query string will return the corresponding\n; output syntax. Example:\n;   http://www.foo.bar/status\n;   http://www.foo.bar/status?json\n;   http://www.foo.bar/status?html\n;   http://www.foo.bar/status?xml\n;\n; By default the status page only outputs short status. Passing 'full' in the\n; query string will also return status for each pool process.\n; Example:\n;   http://www.foo.bar/status?full\n;   http://www.foo.bar/status?json&full\n;   http://www.foo.bar/status?html&full\n;   http://www.foo.bar/status?xml&full\n; The Full status returns for each process:\n;   pid                  - the PID of the process;\n;   state                - the state of the process (Idle, Running, ...);\n;   start time           - the date and time the process has started;\n;   start since          - the number of seconds since the process has started;\n;   requests             - the number of requests the process has served;\n;   request duration     - the duration in µs of the requests;\n;   request method       - the request method (GET, POST, ...);\n;   request URI          - the request URI with the query string;\n;   content length       - the content length of the request (only with POST);\n;   user                 - the user (PHP_AUTH_USER) (or '-' if not set);\n;   script               - the main script called (or '-' if not set);\n;   last request cpu     - the %cpu the last request consumed\n;                          it's always 0 if the process is not in Idle state\n;                          because CPU calculation is done when the request\n;                          processing has terminated;\n;   last request memory  - the max amount of memory the last request consumed\n;                          it's always 0 if the process is not in Idle state\n;                          because memory calculation is done when the request\n;                          processing has terminated;\n; If the process is in Idle state, then informations are related to the\n; last request the process has served. Otherwise informations are related to\n; the current request being served.\n; Example output:\n;   ************************\n;   pid:                  31330\n;   state:                Running\n;   start time:           01/Jul/2011:17:53:49 +0200\n;   start since:          63087\n;   requests:             12808\n;   request duration:     1250261\n;   request method:       GET\n;   request URI:          /test_mem.php?N=10000\n;   content length:       0\n;   user:                 -\n;   script:               /home/fat/web/docs/php/test_mem.php\n;   last request cpu:     0.00\n;   last request memory:  0\n;\n; Note: There is a real-time FPM status monitoring sample web page available\n;       It's available in: ${prefix}/share/fpm/status.html\n;\n; Note: The value must start with a leading slash (/). The value can be\n;       anything, but it may not be a good idea to use the .php extension or it\n;       may conflict with a real PHP file.\n; Default Value: not set\n;pm.status_path = /status\n\n; The ping URI to call the monitoring page of FPM. If this value is not set, no\n; URI will be recognized as a ping page. This could be used to test from outside\n; that FPM is alive and responding, or to\n; - create a graph of FPM availability (rrd or such);\n; - remove a server from a group if it is not responding (load balancing);\n; - trigger alerts for the operating team (24/7).\n; Note: The value must start with a leading slash (/). The value can be\n;       anything, but it may not be a good idea to use the .php extension or it\n;       may conflict with a real PHP file.\n; Default Value: not set\n;ping.path = /ping\n\n; This directive may be used to customize the response of a ping request. The\n; response is formatted as text/plain with a 200 response code.\n; Default Value: pong\n;ping.response = pong\n\n; The access log file\n; Default: not set\n;access.log = log/$pool.access.log\n\n; The access log format.\n; The following syntax is allowed\n;  %%: the '%' character\n;  %C: %CPU used by the request\n;      it can accept the following format:\n;      - %{user}C for user CPU only\n;      - %{system}C for system CPU only\n;      - %{total}C  for user + system CPU (default)\n;  %d: time taken to serve the request\n;      it can accept the following format:\n;      - %{seconds}d (default)\n;      - %{miliseconds}d\n;      - %{mili}d\n;      - %{microseconds}d\n;      - %{micro}d\n;  %e: an environment variable (same as $_ENV or $_SERVER)\n;      it must be associated with embraces to specify the name of the env\n;      variable. Some exemples:\n;      - server specifics like: %{REQUEST_METHOD}e or %{SERVER_PROTOCOL}e\n;      - HTTP headers like: %{HTTP_HOST}e or %{HTTP_USER_AGENT}e\n;  %f: script filename\n;  %l: content-length of the request (for POST request only)\n;  %m: request method\n;  %M: peak of memory allocated by PHP\n;      it can accept the following format:\n;      - %{bytes}M (default)\n;      - %{kilobytes}M\n;      - %{kilo}M\n;      - %{megabytes}M\n;      - %{mega}M\n;  %n: pool name\n;  %o: ouput header\n;      it must be associated with embraces to specify the name of the header:\n;      - %{Content-Type}o\n;      - %{X-Powered-By}o\n;      - %{Transfert-Encoding}o\n;      - ....\n;  %p: PID of the child that serviced the request\n;  %P: PID of the parent of the child that serviced the request\n;  %q: the query string\n;  %Q: the '?' character if query string exists\n;  %r: the request URI (without the query string, see %q and %Q)\n;  %R: remote IP address\n;  %s: status (response code)\n;  %t: server time the request was received\n;      it can accept a strftime(3) format:\n;      %d/%b/%Y:%H:%M:%S %z (default)\n;  %T: time the log has been written (the request has finished)\n;      it can accept a strftime(3) format:\n;      %d/%b/%Y:%H:%M:%S %z (default)\n;  %u: remote user\n;\n; Default: \"%R - %u %t \\\"%m %r\\\" %s\"\n;access.format = \"%R - %u %t \\\"%m %r%Q%q\\\" %s %f %{mili}d %{kilo}M %C%%\"\n\n; The log file for slow requests\n; Default Value: not set\n; Note: slowlog is mandatory if request_slowlog_timeout is set\n;slowlog = log/$pool.log.slow\n\n; The timeout for serving a single request after which a PHP backtrace will be\n; dumped to the 'slowlog' file. A value of '0s' means 'off'.\n; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)\n; Default Value: 0\n;request_slowlog_timeout = 0\n\n; The timeout for serving a single request after which the worker process will\n; be killed. This option should be used when the 'max_execution_time' ini option\n; does not stop script execution for some reason. A value of '0' means 'off'.\n; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)\n; Default Value: 0\n;request_terminate_timeout = 0\n\n; Set open file descriptor rlimit.\n; Default Value: system defined value\n;rlimit_files = 1024\n\n; Set max core size rlimit.\n; Possible Values: 'unlimited' or an integer greater or equal to 0\n; Default Value: system defined value\n;rlimit_core = 0\n\n; Chroot to this directory at the start. This value must be defined as an\n; absolute path. When this value is not set, chroot is not used.\n; Note: you can prefix with '$prefix' to chroot to the pool prefix or one\n; of its subdirectories. If the pool prefix is not set, the global prefix\n; will be used instead.\n; Note: chrooting is a great security feature and should be used whenever\n;       possible. However, all PHP paths will be relative to the chroot\n;       (error_log, sessions.save_path, ...).\n; Default Value: not set\n;chroot =\n\n; Chdir to this directory at the start.\n; Note: relative path can be used.\n; Default Value: current directory or / when chroot\nchdir = /\n\n; Redirect worker stdout and stderr into main error log. If not set, stdout and\n; stderr will be redirected to /dev/null according to FastCGI specs.\n; Note: on highloaded environement, this can cause some delay in the page\n; process time (several ms).\n; Default Value: no\n;catch_workers_output = yes\n\n; Limits the extensions of the main script FPM will allow to parse. This can\n; prevent configuration mistakes on the web server side. You should only limit\n; FPM to .php extensions to prevent malicious users to use other extensions to\n; exectute php code.\n; Note: set an empty value to allow all extensions.\n; Default Value: .php\nsecurity.limit_extensions = .php .php3 .php4 .php5 .php7 .pht .phtml\n\n; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from\n; the current environment.\n; Default Value: clean env\n;env[HOSTNAME] = $HOSTNAME\n;env[PATH] = /usr/local/bin:/usr/bin:/bin\n;env[TMP] = /tmp\nenv[TMPDIR] = {TMPDIR}\n;env[TEMP] = /tmp\n\n; Additional php.ini defines, specific to this pool of workers. These settings\n; overwrite the values previously defined in the php.ini. The directives are the\n; same as the PHP SAPI:\n;   php_value/php_flag             - you can set classic ini defines which can\n;                                    be overwritten from PHP call 'ini_set'.\n;   php_admin_value/php_admin_flag - these directives won't be overwritten by\n;                                     PHP call 'ini_set'\n; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.\n\n; Defining 'extension' will load the corresponding shared extension from\n; extension_dir. Defining 'disable_functions' or 'disable_classes' will not\n; overwrite previously defined php.ini values, but will append the new value\n; instead.\n\n; Note: path INI options can be relative and will be expanded with the prefix\n; (pool, global or /usr)\n\n; Default Value: nothing is defined by default except the values in php.ini and\n;                specified at startup with the -d argument\nphp_admin_value[open_basedir] = \"{HOME_DIR}/:{PEAR_DIR}/:/dev/random:/dev/urandom\"\nphp_admin_value[upload_tmp_dir] = {TMPDIR}\nphp_admin_value[session.save_path] = {TMPDIR}\nphp_admin_value[soap.wsdl_cache_dir] = {TMPDIR}\nphp_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f webmaster@{EMAIL_DOMAIN}\n\n; Custom values\nphp_admin_value[max_execution_time] = {MAX_EXECUTION_TIME}\nphp_admin_value[max_input_time] = {MAX_INPUT_TIME}\nphp_admin_value[memory_limit] = {MEMORY_LIMIT}M\nphp_value[error_reporting] = {ERROR_REPORTING}\nphp_flag[display_errors] = {DISPLAY_ERRORS}\nphp_admin_value[post_max_size] = {POST_MAX_SIZE}M\nphp_admin_value[upload_max_filesize] = {UPLOAD_MAX_FILESIZE}M\nphp_admin_flag[allow_url_fopen] = {ALLOW_URL_FOPEN}\nphp_admin_value[disable_functions] = {DISABLE_FUNCTIONS}\n"
  },
  {
    "path": "configs/debian/php/fpm/pool.conf.default",
    "content": "; PHP-FPM(8) configuration file - auto-generated by i-MSCP\n;     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n;\n; Default pool configuration file\n; This file is only present to meet PHP-FPM requirements\n[www]\nuser = {HTTPD_USER}\ngroup = {HTTPD_GROUP}\nlisten = /run/php/php{PHP_VERSION}-fpm-www.sock\nlisten.owner = {HTTPD_USER}\nlisten.group = {HTTPD_GROUP}\nlisten.mode = 0660\npm = ondemand\npm.max_children = 1\npm.process_idle_timeout = 10s;\npm.max_requests = 1000\n"
  },
  {
    "path": "configs/debian/php/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/php</folders>\n    <copy_config>${SYSTEM_CONF}/php/apache</copy_config>\n    <copy_config>${SYSTEM_CONF}/php/fcgi</copy_config>\n    <copy_config>${SYSTEM_CONF}/php/fpm</copy_config>\n    <copy_config>${SYSTEM_CONF}/php/php.data.dist</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/php/php.data.dist",
    "content": "## PHP common parameters\n\nPHP_CONFIG_LEVEL =\nPHP_CONF_DIR_PATH =\nPHP_PEAR_DIR = /usr/share/php\nPHP_VERSION =\n\n# Only relevant with PHP run as Apache2 module, or through PHP-FPM\nPHP_OPCODE_CACHE_ENABLED = 1\nPHP_OPCODE_CACHE_MAX_MEMORY = 128\n\n## PHP CLI parameters\n\nPHP_CLI_BIN_PATH =\n\n## PHP FCGI parameters\n\nPHP_FCGI_BIN_PATH =\nPHP_FCGI_CHILDREN = 0\nPHP_FCGI_MAX_REQUESTS = 1000\nPHP_FCGI_STARTER_DIR = /var/www/fcgi\n\n## PHP FPM parameters\n\nPHP_FPM_BIN_PATH =\nPHP_FPM_POOL_DIR_PATH =\nPHP_FPM_LOG_LEVEL = error\nPHP_FPM_EMERGENCY_RESTART_THRESHOLD = 10\nPHP_FPM_EMERGENCY_RESTART_INTERVAL = 1m\nPHP_FPM_PROCESS_CONTROL_TIMEOUT = 60s\nPHP_FPM_PROCESS_MAX = 0\nPHP_FPM_RLIMIT_FILES = 4096\n\n# Listen mode (FPM FastCGI addresses type):\n# Available modes:\n#  - 'tcp' (e.g. 192.168.1.136:9001)\n#  - 'uds' (e.g. /run/php/php<version>-fpm-domain.tld.sock)\nPHP_FPM_LISTEN_MODE =\n\n# Starting port for TCP/IP FastCGI address type\nPHP_FPM_LISTEN_PORT_START = 9000\n\n# Process manager mode\n# Either: 'static', 'dynamic' or 'ondemand'\nPHP_FPM_PROCESS_MANAGER_MODE = ondemand\n\n# Depending on the process manager mode:\n# - Number of child processes to be created (static mode)\n# - Maximum of child processes to be created (dynamic or ondemand modes)\nPHP_FPM_MAX_CHILDREN = 6\n\n# The number of child processes created on startup.\n# Note: Used only when process manager mode is set to 'dynamic'\nPHP_FPM_START_SERVERS = 1\n\n# The desired minimum number of idle server processes.\n# Note: Used only when pm is set to 'dynamic'\n# Note: Mandatory when pm is set to 'dynamic'\nPHP_FPM_MIN_SPARE_SERVERS = 1\n\n# The desired maximum number of idle server processes.\n# Note: Used only when pm is set to 'dynamic'\n# Note: Mandatory when pm is set to 'dynamic'\nPHP_FPM_MAX_SPARE_SERVERS = 2\n\n#  The number of seconds after which an idle process will be killed.\n# Note: Used only when process manager mode is set to 'ondemand'\nPHP_FPM_PROCESS_IDLE_TIMEOUT = 60s\n\n# The number of request each child process should execute before respawning.\nPHP_FPM_MAX_REQUESTS = 1000\n"
  },
  {
    "path": "configs/debian/postfix/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/postfix</folders>\n    <copy_config>${SYSTEM_CONF}/postfix/main.cf</copy_config>\n    <copy_config>${SYSTEM_CONF}/postfix/master.cf</copy_config>\n    <copy_config>${SYSTEM_CONF}/postfix/postfix.data.dist</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/postfix/main.cf",
    "content": "# POSTFIX(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n#\n# General parameters\ninet_protocols = {MTA_INET_PROTOCOLS}\ninet_interfaces = all\nmynetworks_style = host\nsmtp_bind_address = {MTA_SMTP_BIND_ADDRESS}\nsmtp_bind_address6 = {MTA_SMTP_BIND_ADDRESS6}\nmyhostname = {MTA_HOSTNAME}\nmydomain = {MTA_LOCAL_DOMAIN}\nmyorigin = $myhostname\nsmtpd_banner = $myhostname ESMTP i-MSCP {MTA_VERSION} Managed\nappend_dot_mydomain = no\nappend_at_myorigin = yes\nbiff = no\nrecipient_delimiter = +\nmessage_size_limit = 0\n\n# Local delivery parameters\nmydestination = $myhostname localhost.$mydomain localhost $mydomain\nalias_database = hash:{MTA_LOCAL_ALIAS_HASH}\nalias_maps = hash:{MTA_LOCAL_ALIAS_HASH}\nlocal_transport = local\nlocal_destination_concurrency_limit = 2\nlocal_destination_recipient_limit = 1\nlocal_recipient_maps = proxy:unix:passwd.byname $alias_maps\nmail_spool_directory = {MTA_LOCAL_MAIL_DIR}\nmailbox_size_limit = 0\n\n# Virtual delivery parameters\nvirtual_mailbox_base = {MTA_VIRTUAL_MAIL_DIR}\nvirtual_mailbox_limit = 0\nvirtual_mailbox_domains = hash:{MTA_VIRTUAL_DMN_HASH}\nvirtual_mailbox_maps = hash:{MTA_VIRTUAL_MAILBOX_HASH}\nvirtual_alias_domains =\nvirtual_alias_maps = hash:{MTA_VIRTUAL_ALIAS_HASH}\nvirtual_transport = virtual\nvirtual_destination_concurrency_limit = 2\nvirtual_destination_recipient_limit = 1\nvirtual_minimum_uid = {MTA_MAILBOX_MIN_UID}\nvirtual_uid_maps = static:{MTA_MAILBOX_UID}\nvirtual_gid_maps = static:{MTA_MAILBOX_GID}\n\n# Relay parameters\nrelay_domains = hash:{MTA_RELAY_HASH}\nrelay_recipient_maps =\nrelay_transport = relay\nrelayhost =\n\n# Transport parameters\ntransport_maps = hash:{MTA_TRANSPORT_HASH}\n\n# SMTP restrictions\nsmtpd_helo_required = yes\nsmtpd_helo_restrictions = permit_mynetworks, reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, permit\nsmtpd_sender_restrictions = permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain, permit\nsmtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks,\n reject_unauth_destination, reject_unlisted_recipient, permit\nsmtpd_data_restrictions = reject_multi_recipient_bounce, reject_unauth_pipelining\n\n# i-MSCP responder parameters\nimscp-arpl_destination_concurrency_limit = 2\nimscp-arpl_destination_recipient_limit = 1\n\n# Parameters added at run-time by i-MSCP or 3rd-party components\n"
  },
  {
    "path": "configs/debian/postfix/master.cf",
    "content": "# POSTFIX(1) master(5) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n#\n# ==========================================================================\n# service type  private unpriv  chroot  wakeup  maxproc command + args\n#               (yes)   (yes)   (yes)   (never) (100)\n# ==========================================================================\nsmtp      inet  n       -       y       -       -       smtpd\nsubmission inet n       -       y       -       -       smtpd\n -o smtpd_sasl_auth_enable=yes\n -o smtpd_client_restrictions=permit_sasl_authenticated,reject\nsmtps     inet  n       -       y       -       -       smtpd\n -o smtpd_tls_wrappermode=yes\n -o smtpd_sasl_auth_enable=yes\n -o smtpd_client_restrictions=permit_sasl_authenticated,reject\npickup    fifo  n       -       y       60      1       pickup\ncleanup   unix  n       -       y       -       0       cleanup\nqmgr      fifo  n       -       n       300     1       qmgr\ntlsmgr    unix  -       -       y       1000?   1       tlsmgr\nrewrite   unix  -       -       y       -       -       trivial-rewrite\nbounce    unix  -       -       y       -       0       bounce\ndefer     unix  -       -       y       -       0       bounce\ntrace     unix  -       -       y       -       0       bounce\nverify    unix  -       -       y       -       1       verify\nflush     unix  n       -       y       1000?   0       flush\nproxymap  unix  -       -       n       -       -       proxymap\nproxywrite unix -       -       n       -       1       proxymap\nsmtp      unix  -       -       y       -       -       smtp\nrelay     unix  -       -       y       -       -       smtp\n -o smtp_fallback_relay=\nshowq     unix  n       -       y       -       -       showq\nerror     unix  -       -       y       -       -       error\nretry     unix  -       -       y       -       -       error\ndiscard   unix  -       -       y       -       -       discard\nlocal     unix  -       n       n       -       -       local\nvirtual   unix  -       n       n       -       -       virtual\nlmtp      unix  -       -       y       -       -       lmtp\nanvil     unix  -       -       y       -       1       anvil\nscache    unix  -       -       y       -       1       scache\nimscp-arpl unix  -      n       n       -       -       pipe\n flags=O user={MTA_MAILBOX_UID_NAME}:{IMSCP_GROUP} argv={ARPL_PATH} $recipient\n"
  },
  {
    "path": "configs/debian/postfix/postfix.data.dist",
    "content": "POSTFIX_VERSION = \nPOSTFIX_USER = postfix\nPOSTFIX_GROUP = postfix\nPOSTFIX_CONF_DIR = /etc/postfix\nPOSTFIX_CONF_FILE = /etc/postfix/main.cf\nPOSTFIX_MASTER_CONF_FILE = /etc/postfix/master.cf\nPOSTFIX_SENDMAIL_PATH = /usr/sbin/sendmail\nPOSTFIX_QUEUE_DIR = /var/spool/postfix\nMTA_VIRTUAL_CONF_DIR = /etc/postfix/imscp\nMTA_SNAME = postfix\nMTA_LOCAL_MAIL_DIR = /var/mail\nMTA_VIRTUAL_MAIL_DIR = /var/mail/virtual\nMTA_LOCAL_ALIAS_HASH = /etc/aliases\nMTA_VIRTUAL_ALIAS_HASH = /etc/postfix/imscp/aliases\nMTA_VIRTUAL_DMN_HASH = /etc/postfix/imscp/domains\nMTA_VIRTUAL_MAILBOX_HASH = /etc/postfix/imscp/mailboxes\nMTA_TRANSPORT_HASH = /etc/postfix/imscp/transport\nMTA_RELAY_HASH = /etc/postfix/imscp/relay_domains\nMTA_MAILBOX_UID_NAME = vmail\nMTA_MAILBOX_GID_NAME = mail\nMAIL_LOG_CONVERT_PATH = /usr/local/sbin/maillogconvert.pl\n"
  },
  {
    "path": "configs/debian/proftpd/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${ROOT_CONF}/logrotate.d</folders>\n    <folders>${SYSTEM_CONF}/proftpd</folders>\n    <folders>${SYSTEM_CONF}/proftpd/backup</folders>\n    <folders>${SYSTEM_CONF}/proftpd/working</folders>\n    <copy_config>${SYSTEM_CONF}/proftpd/proftpd.conf</copy_config>\n    <copy_config>${SYSTEM_CONF}/proftpd/proftpd.data.dist</copy_config>\n    <copy_config if=\"'${FTPD_PACKAGE}' eq 'Servers::ftpd::proftpd'\">${ROOT_CONF}/logrotate.d/proftpd-basic</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/proftpd/proftpd-basic",
    "content": "# LOGROTATE(8) configuration file for proftpd(8) - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n/var/log/proftpd/proftpd.log\n/var/log/proftpd/controls.log\n{\n    weekly\n    missingok\n    rotate 7\n    compress\n    delaycompress\n    notifempty\n    create 640 root adm\n    sharedscripts\n    postrotate\n        # reload could be not sufficient for all logs, a restart is safer\n        invoke-rc.d proftpd restart 2>/dev/null >/dev/null || true\n    endscript\n}\n"
  },
  {
    "path": "configs/debian/proftpd/proftpd.conf",
    "content": "# proftpd(8) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\n# Load required modules\nInclude /etc/proftpd/modules.conf\n\n<IfModule !mod_sql.c>\n  LoadModule               mod_sql.c\n</IfModule>\n<IfModule !mod_sql_mysql.c>\n  LoadModule               mod_sql_mysql.c\n</IfModule>\n<IfModule !mod_quotatab.c>\n  LoadModule               mod_quotatab.c\n</IfModule>\n<IfModule !mod_quotatab_sql.c>\n  LoadModule               mod_quotatab_sql.c\n</IfModule>\n<IfModule !mod_tls.c>\n  LoadModule               mod_tls.c\n</IfModule>\n\n# Server configuration\nServerName                 \"{HOSTNAME}\"\nServerType                 standalone\nUseIPv6                    {IPV6_SUPPORT}\nUseReverseDNS              off\nMultilineRFC2228           on\nDefaultServer              on\nLogFormat                  traff \"%b %u\"\nPort                       21\nMaxInstances               {MAX_INSTANCES}\nUser                       proftpd\nGroup                      nogroup\n\n<IfModule mod_ctrls.c>\n  ControlsEngine           off\n  ControlsMaxClients       2\n  ControlsLog              /var/log/proftpd/controls.log\n  ControlsInterval         5\n  ControlsSocket           /var/run/proftpd/proftpd.sock\n</IfModule>\n\n<IfModule mod_ctrls_admin.c>\n  AdminControlsEngine      off\n</IfModule>\n\n# Global configuration parameters (apply to all servers, including default server)\n<Global>\n  ServerIdent              on {SERVER_IDENT_MESSAGE}\n  DeferWelcome             off\n  ShowSymlinks             on\n  AllowOverwrite           on\n  IdentLookups             off\n  AllowStoreRestart        on\n  AllowForeignAddress      on\n  TimeoutLogin             120\n  TimeoutNoTransfer        600\n  TimeoutStalled           600\n  TimeoutIdle              1200\n  DisplayLogin             welcome.msg\n  DisplayChdir             message\n  ListOptions              \"-a +R\" \"strict\"\n  DenyFilter               \\*.*/\n  DefaultRoot              ~\n  PassivePorts             {FTPD_PASSIVE_PORT_RANGE}\n  MaxClientsPerHost        {MAX_CLIENT_PER_HOST}\n\n  <Directory /*>\n    Umask                  027  027\n    AllowOverwrite         on\n    HideNoAccess           on\n  </Directory>\n\n  <Limit ALL>\n    IgnoreHidden           on\n  </Limit>\n\n  RootLogin                off\n  TransferLog              /var/log/proftpd/xferlog\n  PathDenyFilter           \"\\.quota$\"\n\n  <IfModule mod_quotatab.c>\n    QuotaEngine            on\n    QuotaShowQuotas        on\n    QuotaDisplayUnits      Mb\n    SQLNamedQuery          get-quota-limit SELECT \"name, quota_type, per_session, limit_type, bytes_in_avail, bytes_out_avail, bytes_xfer_avail, files_in_avail, files_out_avail, files_xfer_avail FROM quotalimits WHERE name = '%{0}' AND quota_type = '%{1}'\"\n    SQLNamedQuery          get-quota-tally SELECT \"name, quota_type, bytes_in_used, bytes_out_used, bytes_xfer_used, files_in_used, files_out_used, files_xfer_used FROM quotatallies WHERE name = '%{0}' AND quota_type = '%{1}'\"\n    SQLNamedQuery          update-quota-tally UPDATE \"bytes_in_used = bytes_in_used + %{0}, bytes_out_used = bytes_out_used + %{1}, bytes_xfer_used = bytes_xfer_used + %{2}, files_in_used = files_in_used + %{3}, files_out_used = files_out_used + %{4}, files_xfer_used = files_xfer_used + %{5} WHERE name = '%{6}' AND quota_type = '%{7}'\" quotatallies\n    SQLNamedQuery          insert-quota-tally INSERT \"%{0}, %{1}, %{2}, %{3}, %{4}, %{5}, %{6}, %{7}\" quotatallies\n    QuotaLock              /var/run/proftpd/tally.lock\n    QuotaLimitTable        sql:/get-quota-limit\n    QuotaTallyTable        sql:/get-quota-tally/update-quota-tally/insert-quota-tally\n  </IfModule>\n\n  <IfModule mod_delay.c>\n    DelayEngine            on\n  </IfModule>\n\n  <IfModule mod_sql.c>\n    AuthOrder              mod_sql.c\n    SQLBackend             mysql\n    SQLAuthTypes           Crypt\n    SQLAuthenticate        on\n    SQLConnectInfo         {DATABASE_NAME}@{DATABASE_HOST} {DATABASE_USER} {DATABASE_PASS}\n    SQLUserInfo            ftp_users userid passwd uid gid homedir shell\n    SQLGroupInfo           ftp_group groupname gid members\n    SQLMinUserUID          {FTPD_MIN_UID}\n    SQLMinUserGID          {FTPD_MIN_GID}\n    SQLUserWhereClause     \"status = 'ok'\"\n    SQLNegativeCache       on\n  </IfModule>\n</Global>\n"
  },
  {
    "path": "configs/debian/proftpd/proftpd.data.dist",
    "content": "PROFTPD_VERSION =\nFTPD_SNAME = proftpd\nFTPD_CONF_DIR = /etc/proftpd\nFTPD_CONF_FILE = /etc/proftpd/proftpd.conf\nFTPD_TRAFF_LOG_PATH = /var/log/proftpd/xferlog\nFTPD_PASSIVE_PORT_RANGE =\nMIN_UID = 1001\nMIN_GID = 1001\n# See http://www.proftpd.org/docs/directives/linked/config_ref_MaxInstances.html\nMAX_INSTANCES = 100\n# See http://www.proftpd.org/docs/directives/linked/config_ref_MaxClientsPerHost.html\nMAX_CLIENT_PER_HOST = none\n"
  },
  {
    "path": "configs/debian/skel/README",
    "content": "Web folder skeletons\n====================\n\nThis directory contain skeletons used by the i-MSCP httpd server implementations to create either domain, domain alias\nor subdomain Web folders. You can customize these skeletons by adding your own directories with content of your choices.\n\nIMPORTANT: You should not delete the directories and files already present unless you know exactly what you are doing.\n"
  },
  {
    "path": "configs/debian/skel/alias/00_private/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/alias/cgi-bin/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/alias/htdocs/.well-known/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/alias/htdocs/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <title>Homepage of {DOMAIN_NAME_UNICODE}</title>\n        <meta charset=\"utf-8\">\n        <meta name=\"application-name\" content=\"i-MSCP\">\n        <link rel=\"shortcut icon\" href=\"images/favicon.ico\">\n        <style>\n            body {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: 100%;\n                padding: 0;\n                margin: 0;\n                border: 0;\n                overflow: auto;\n                color: #000;\n                background-color: #ffffff;\n                font-family: arial, serif;\n                font-size: 12px;\n            }\n\n            .header {\n                height: 50px;\n                margin-bottom: 100px;\n                background: url(images/stripe.png) repeat-x top left;\n                color: #ffffff;\n                border-bottom: 2px solid #666666;\n            }\n\n            p {\n                font-family: Geneva, Arial, Helvetica, sans-serif;\n                font-size: 11pt;\n                margin-top: 50px;\n                margin-bottom: 5px;\n                text-align: left;\n            }\n\n            #content {\n                background-color: #fff;\n                color: #000;\n                margin: 50px auto;\n                width: 500px;\n                z-index: 1;\n                border: 1px solid #dedede;\n                -webkit-border-radius: 4px;\n                -moz-border-radius: 4px;\n                border-radius: 4px;\n            }\n\n            #center {\n                text-align: center;\n            }\n\n            #logo {\n                float: left;\n                text-align: center;\n                top: 50%;\n                display: table;\n                height: 48px;\n                padding-left: 5px;\n            }\n\n            #logoInner {\n                display: table-cell;\n                padding-top: 10px;\n                font-size: 15px;\n                font-weight: bold;\n            }\n\n            #logoInner img {\n                vertical-align: middle;\n            }\n\n            #copyright {\n                float: right;\n                color: #cccccc;\n                text-align: right;\n                padding-right: 5px;\n                display: table;\n                height: 48px;\n            }\n\n            #copyrightInner {\n                display: table-cell;\n                padding-top: 10px;\n            }\n\n            #copyrightInner a {\n                color: #ffffff;\n                text-decoration: none;\n            }\n\n            #copyrightInner a:hover {\n                color: rgb(92, 186, 218);\n                text-decoration: underline;\n            }\n\n            #content p {\n                margin: 0 10px 10px;\n            }\n        </style>\n    </head>\n    <body>\n        <div class=\"header\">\n            <div id=\"logo\">\n                <div id=\"logoInner\">\n                    <img src=\"images/imscp_logo32.png\" alt=\"internet Multi Server Control Panel\">\n                    <span>internet Multi Server Control Panel</span>\n                </div>\n            </div>\n            <div id=\"copyright\">\n                <div id=\"copyrightInner\">\n                    <a href=\"https://www.i-mscp.net\" tabindex=\"8\" title=\"i-MSCP\">\n                        © 2010-<script>document.write(String((new Date()).getFullYear()))</script> Laurent Declercq (i-MSCP™)\n                        <br>\n                        All Rights Reserved\n                    </a>\n                </div>\n            </div>\n        </div>\n        <div id=\"center\">\n            <div id=\"content\">\n                <h1>{DOMAIN_NAME_UNICODE}</h1>\n                <p>This is the default page for <strong>{DOMAIN_NAME_UNICODE}</strong>. This\n                    page was generated automatically by i-MSCP. Please, upload your\n                    own index.html file.\n                </p>\n            </div>\n        </div>\n    </body>\n</html>\n"
  },
  {
    "path": "configs/debian/skel/domain/00_private/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/domain/backups/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/domain/cgi-bin/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/domain/errors/401.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 401</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 401</h1>\n\n        <p>Unauthorised</p>\n\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "configs/debian/skel/domain/errors/403.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 403</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 403</h1>\n\n        <p>Forbidden</p>\n\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "configs/debian/skel/domain/errors/404.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 404</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 404</h1>\n\n        <p>Page Not Found</p>\n\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "configs/debian/skel/domain/errors/500.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 500</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 500!</h1>\n\n        <p>Internal Server Error</p>\n\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "configs/debian/skel/domain/errors/503.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 503</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 503</h1>\n\n        <p>Service Unavailable</p>\n\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "configs/debian/skel/domain/errors/inc/errordocs.css",
    "content": "body {\n    font-family: Geneva, Arial, Helvetica, sans-serif;\n    margin: 0;\n}\n\nh1 {\n    color: rgb(255,0,0);\n    margin: 0;\n    padding: 0;\n}\n\np {\n    font-size: 16px;\n    letter-spacing: 7px;\n    color: #ffffff;\n}\n\na {\n    font-weight: bold;\n    color: rgb(102,102,102);\n    text-decoration: none;\n    font-size: 14px;\n    letter-spacing: normal;\n}\n\n#outer {\n    height: 1px;\n    left: 0;\n    overflow: visible;\n    position: absolute;\n    text-align: center;\n    top: 40%;\n    width: 100%;\n}\n\n#inner {\n    background-image: url('/errors/inc/imscp_logo90.png'), url(/errors/inc/gradient_box.png), url(/errors/inc/stripe_box.png);\n    background-position: left top, bottom, top;\n    background-repeat: no-repeat, repeat-x, repeat;\n    background-size: auto, 100% 100%, auto;\n    border: 1px solid silver;\n    border-radius: 20px;\n    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);\n    height: auto;\n    left: 50%;\n    margin-left: -227px;\n    padding-bottom: 12px;\n    padding-top: 70px;\n    position: absolute;\n    text-align: center;\n    top: -94px;\n    width: 453px;\n}\n\n#backlink {\n    text-align: right;\n    padding: 0 15px;\n}"
  },
  {
    "path": "configs/debian/skel/domain/errors/inc/ie78overrides.css",
    "content": "#inner {\n    background-image: url('/errors/inc/imscp_logo90.png');\n    background-position: left top;\n    background-repeat: no-repeat;\n    background-size: auto;\n    background-color: black;\n}"
  },
  {
    "path": "configs/debian/skel/domain/htdocs/.well-known/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/domain/htdocs/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <title>Homepage of {DOMAIN_NAME_UNICODE}</title>\n        <meta charset=\"utf-8\">\n        <meta name=\"application-name\" content=\"i-MSCP\">\n        <link rel=\"shortcut icon\" href=\"images/favicon.ico\">\n        <style>\n            body {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: 100%;\n                padding: 0;\n                margin: 0;\n                border: 0;\n                overflow: auto;\n                color: #000;\n                background-color: #ffffff;\n                font-family: arial, serif;\n                font-size: 12px;\n            }\n\n            .header {\n                height: 50px;\n                margin-bottom: 100px;\n                background: url(images/stripe.png) repeat-x top left;\n                color: #ffffff;\n                border-bottom: 2px solid #666666;\n            }\n\n            p {\n                font-family: Geneva, Arial, Helvetica, sans-serif;\n                font-size: 11pt;\n                margin-top: 50px;\n                margin-bottom: 5px;\n                text-align: left;\n            }\n\n            #content {\n                background-color: #fff;\n                color: #000;\n                margin: 50px auto;\n                width: 500px;\n                z-index: 1;\n                border: 1px solid #dedede;\n                -webkit-border-radius: 4px;\n                -moz-border-radius: 4px;\n                border-radius: 4px;\n            }\n\n            #center {\n                text-align: center;\n            }\n\n            #logo {\n                float: left;\n                text-align: center;\n                top: 50%;\n                display: table;\n                height: 48px;\n                padding-left: 5px;\n            }\n\n            #logoInner {\n                display: table-cell;\n                padding-top: 10px;\n                font-size: 15px;\n                font-weight: bold;\n            }\n\n            #logoInner img {\n                vertical-align: middle;\n            }\n\n            #copyright {\n                float: right;\n                color: #cccccc;\n                text-align: right;\n                padding-right: 5px;\n                display: table;\n                height: 48px;\n            }\n\n            #copyrightInner {\n                display: table-cell;\n                padding-top: 10px;\n            }\n\n            #copyrightInner a {\n                color: #ffffff;\n                text-decoration: none;\n            }\n\n            #copyrightInner a:hover {\n                color: rgb(92, 186, 218);\n                text-decoration: underline;\n            }\n\n            #content p {\n                margin: 0 10px 10px;\n            }\n        </style>\n    </head>\n    <body>\n        <div class=\"header\">\n            <div id=\"logo\">\n                <div id=\"logoInner\">\n                    <img src=\"images/imscp_logo32.png\" alt=\"internet Multi Server Control Panel\">\n                    <span>internet Multi Server Control Panel</span>\n                </div>\n            </div>\n            <div id=\"copyright\">\n                <div id=\"copyrightInner\">\n                    <a href=\"https://www.i-mscp.net\" tabindex=\"8\" title=\"i-MSCP\">\n                        © 2010-<script>document.write(String((new Date()).getFullYear()))</script> Laurent Declercq (i-MSCP™)\n                        <br>\n                        All Rights Reserved\n                    </a>\n                </div>\n            </div>\n        </div>\n        <div id=\"center\">\n            <div id=\"content\">\n                <h1>{DOMAIN_NAME_UNICODE}</h1>\n                <p>This is the default page for <strong>{DOMAIN_NAME_UNICODE}</strong>. This\n                    page was generated automatically by i-MSCP. Please, upload your\n                    own index.html file.\n                <p>\n            </div>\n        </div>\n    </body>\n</html>\n"
  },
  {
    "path": "configs/debian/skel/domain/logs/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/domain/phptmp/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/domain_disabled_pages/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <title>Domain disabled</title>\n        <meta charset=\"utf-8\">\n        <meta name=\"application-name\" content=\"i-MSCP\">\n        <meta name='robots' content='nofollow, noindex'>\n        <link rel=\"shortcut icon\" href=\"images/favicon.ico\">\n        <style>\n            body {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: 100%;\n                padding: 0;\n                margin: 0;\n                border: 0;\n                overflow: auto;\n                color: #000;\n                background-color: #ffffff;\n                font-family: arial, serif;\n                font-size: 12px;\n            }\n\n            .header {\n                height: 50px;\n                margin-bottom: 100px;\n                background: url(images/stripe.png) repeat-x top left;\n                color: #ffffff;\n                border-bottom: 2px solid #666666;\n            }\n\n            p {\n                font-family: Geneva, Arial, Helvetica, sans-serif;\n                font-size: 11pt;\n                margin-top: 50px;\n                margin-bottom: 5px;\n                text-align: left;\n            }\n\n            #content {\n                background-color: #fff;\n                color: #000;\n                margin: 50px auto;\n                width: 500px;\n                z-index: 1;\n                border: 1px solid #dedede;\n                -webkit-border-radius: 4px;\n                -moz-border-radius: 4px;\n                border-radius: 4px;\n            }\n\n            #center {\n                text-align: center;\n            }\n\n            #logo {\n                float: left;\n                text-align: center;\n                top: 50%;\n                display: table;\n                height: 48px;\n                padding-left: 5px;\n            }\n\n            #logoInner {\n                display: table-cell;\n                padding-top: 10px;\n                font-size: 15px;\n                font-weight: bold;\n            }\n\n            #logoInner img {\n                vertical-align: middle;\n            }\n\n            #copyright {\n                float: right;\n                color: #cccccc;\n                text-align: right;\n                padding-right: 5px;\n                display: table;\n                height: 48px;\n            }\n\n            #copyrightInner {\n                display: table-cell;\n                padding-top: 10px;\n            }\n\n            #copyrightInner a {\n                color: #ffffff;\n                text-decoration: none;\n            }\n\n            #copyrightInner a:hover {\n                color: rgb(92, 186, 218);\n                text-decoration: underline;\n            }\n\n            #content p {\n                margin: 0 10px 10px;\n            }\n        </style>\n    </head>\n    <body>\n        <div class=\"header\">\n            <div id=\"logo\">\n                <div id=\"logoInner\">\n                    <img src=\"images/imscp_logo32.png\" alt=\"internet Multi Server Control Panel\" />\n                    <span>internet Multi Server Control Panel</span>\n                </div>\n            </div>\n            <div id=\"copyright\">\n                <div id=\"copyrightInner\">\n                    <a href=\"https://www.i-mscp.net\" tabindex=\"8\" title=\"i-MSCP\">\n                        © 2010-<script>document.write(String((new Date()).getFullYear()))</script> Laurent Declercq (i-MSCP™)\n                        <br>\n                        All Rights Reserved\n                    </a>\n                </div>\n            </div>\n        </div>\n\n        <div id=\"center\">\n            <div id=\"content\">\n                <h1>Domain Disabled</h1>\n                <p>This domain is currently disabled.</p>\n                <p>Please get in contact with your reseller if you are the owner of this domain.</p>\n            </div>\n        </div>\n    </body>\n</html>\n"
  },
  {
    "path": "configs/debian/skel/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${SYSTEM_CONF}/skel</folders>\n    <copy_config>${SYSTEM_CONF}/skel/alias</copy_config>\n    <copy_config>${SYSTEM_CONF}/skel/domain</copy_config>\n    <copy_config>${SYSTEM_CONF}/skel/domain_disabled_pages</copy_config>\n    <copy_config>${SYSTEM_CONF}/skel/subdomain</copy_config>\n    <copy_config>${SYSTEM_CONF}/skel/README</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/skel/subdomain/00_private/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/subdomain/cgi-bin/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/subdomain/htdocs/.well-known/.gitkeep",
    "content": ""
  },
  {
    "path": "configs/debian/skel/subdomain/htdocs/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <title>Homepage of {DOMAIN_NAME_UNICODE}</title>\n        <meta charset=\"utf-8\">\n        <meta name=\"application-name\" content=\"i-MSCP\">\n        <link rel=\"icon\" href=\"images/favicon.ico\">\n        <style>\n            body {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                width: 100%;\n                height: 100%;\n                padding: 0;\n                margin: 0;\n                border: 0;\n                overflow: auto;\n                color: #000;\n                background-color: #ffffff;\n                font-family: arial, serif;\n                font-size: 12px;\n            }\n\n            .header {\n                height: 50px;\n                margin-bottom: 100px;\n                background: url(images/stripe.png) repeat-x top left;\n                color: #ffffff;\n                border-bottom: 2px solid #666666;\n            }\n\n            p {\n                font-family: Geneva, Arial, Helvetica, sans-serif;\n                font-size: 11pt;\n                margin-top: 50px;\n                margin-bottom: 5px;\n                text-align: left;\n            }\n\n            #content {\n                background-color: #fff;\n                color: #000;\n                margin: 50px auto;\n                width: 500px;\n                z-index: 1;\n                border: 1px solid #dedede;\n                -webkit-border-radius: 4px;\n                -moz-border-radius: 4px;\n                border-radius: 4px;\n            }\n\n            #center {\n                text-align: center;\n            }\n\n            #logo {\n                float: left;\n                text-align: center;\n                top: 50%;\n                display: table;\n                height: 48px;\n                padding-left: 5px;\n            }\n\n            #logoInner {\n                display: table-cell;\n                padding-top: 10px;\n                font-size: 15px;\n                font-weight: bold;\n            }\n\n            #logoInner img {\n                vertical-align: middle;\n            }\n\n            #copyright {\n                float: right;\n                color: #cccccc;\n                text-align: right;\n                padding-right: 5px;\n                display: table;\n                height: 48px;\n            }\n\n            #copyrightInner {\n                display: table-cell;\n                padding-top: 10px;\n            }\n\n            #copyrightInner a {\n                color: #ffffff;\n                text-decoration: none;\n            }\n\n            #copyrightInner a:hover {\n                color: rgb(92, 186, 218);\n                text-decoration: underline;\n            }\n\n            #content p {\n                margin: 0 10px 10px;\n            }\n        </style>\n    </head>\n    <body>\n        <div class=\"header\">\n            <div id=\"logo\">\n                <div id=\"logoInner\">\n                    <img src=\"images/imscp_logo32.png\" alt=\"internet Multi Server Control Panel\">\n                    <span>internet Multi Server Control Panel</span>\n                </div>\n            </div>\n            <div id=\"copyright\">\n                <div id=\"copyrightInner\">\n                    <a href=\"https://www.i-mscp.net\" tabindex=\"8\" title=\"i-MSCP\">\n                        © 2010-<script>document.write(String((new Date()).getFullYear()))</script> Laurent Declercq (i-MSCP™)\n                        <br>\n                        All Rights Reserved\n                    </a>\n                </div>\n            </div>\n        </div>\n        <div id=\"center\">\n            <div id=\"content\">\n                <h1>{DOMAIN_NAME_UNICODE}</h1>\n                <p>This is the default page for <strong>{DOMAIN_NAME_UNICODE}</strong>. This\n                    page was generated automatically by i-MSCP. Please, upload your\n                    own index.html file.\n                <p>\n            </div>\n        </div>\n    </body>\n</html>\n"
  },
  {
    "path": "configs/debian/sysctl.d/imscp.conf",
    "content": "# SYSCTL(8) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\n# Promote secondaries IPs when primary are removed\nnet.ipv4.conf.all.promote_secondaries=1\n\n# Set swappiness to lower value than default (60)\n# for better memory management\nvm.swappiness=10\n"
  },
  {
    "path": "configs/debian/sysctl.d/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<install>\n    <folders>${ROOT_CONF}/sysctl.d</folders>\n    <copy_config>${ROOT_CONF}/sysctl.d/imscp.conf</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/systemd/bind9-resolvconf.service",
    "content": "# SYSTEMD.SERVICE(5) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n[Unit]\nDescription=local BIND via resolvconf\nDocumentation=man:named(8) man:resolvconf(8)\nRequires=bind9.service\nAfter=bind9.service\nConditionFileIsExecutable=/sbin/resolvconf\n\n[Service]\nExecStart=/bin/sh -c 'echo nameserver 127.0.0.1 | /sbin/resolvconf -a lo.named'\nExecStop=/sbin/resolvconf -d lo.named\nRemainAfterExit=yes\n\n[Install]\nWantedBy=bind9.service\n"
  },
  {
    "path": "configs/debian/systemd/bind9.service",
    "content": "# SYSTEMD.SERVICE(5) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n[Unit]\nDescription=BIND Domain Name Server\nDocumentation=man:named(8)\nAfter=network.target\n\n[Service]\nEnvironmentFile=-/etc/default/bind9\nExecStart=/usr/sbin/named -f $OPTIONS\nExecReload=/usr/sbin/rndc reload\nExecStop=/usr/sbin/rndc stop\n\n[Install]\nWantedBy=multi-user.target\n"
  },
  {
    "path": "configs/debian/systemd/courier-authdaemon.conf",
    "content": "# TMPFILES.D(5) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n#Type Path                        Mode UID     GID     Age Argument\n    d /var/run/courier/authdaemon 0750 daemon mail -   -\n"
  },
  {
    "path": "configs/debian/systemd/imscp_daemon.service",
    "content": "# SYSTEMD.SERVICE(5) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n[Unit]\nDescription=i-MSCP communication daemon\nAfter=local-fs.target network.target syslog.target\n\n[Service]\nType=forking\nPIDFile=/run/imscp_daemon.pid\nExecStart=/var/www/imscp/daemon/imscp_daemon\nRestart=on-failure\n\n[Install]\nWantedBy=multi-user.target\n"
  },
  {
    "path": "configs/debian/systemd/imscp_mountall.service",
    "content": "# SYSTEMD.SERVICE(5) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n[Unit]\nDescription=Mounts i-MSCP filesystems\nBefore=umount.target\nAfter=local-fs.target\nWants=local-fs.target\nConditionPathExists=/etc/imscp/mounts/mounts.conf\n\n[Service]\nType=oneshot\nRemainAfterExit=yes\nExecStart=/usr/bin/perl /var/www/imscp/engine/tools/imscp-mountall start\nExecStop=/usr/bin/perl /var/www/imscp/engine/tools/imscp-mountall stop\n\n[Install]\nWantedBy=multi-user.target\n"
  },
  {
    "path": "configs/debian/systemd/imscp_panel.conf",
    "content": "# TMPFILES.D(5) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n#Type Path        Mode UID      GID      Age Argument\n    d /run/imscp    0755 www-data www-data -   -\n"
  },
  {
    "path": "configs/debian/systemd/imscp_panel.service",
    "content": "# SYSTEMD.SERVICE(5) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n[Unit]\nDescription=PHP FastCGI process Manager Daemon for i-MSCP FrontEnd\nAfter=network.target\n\n[Service]\nNice=10\nType=notify\nPIDFile=/run/imscp/imscp_panel.pid\nExecStart=/usr/local/sbin/imscp_panel --nodaemonize --fpm-config /usr/local/etc/imscp_panel/php-fpm.conf -c /usr/local/etc/imscp_panel/php.ini\nExecReload=/bin/kill -USR2 $MAINPID\n\n[Install]\nWantedBy=multi-user.target\n"
  },
  {
    "path": "configs/debian/systemd/imscp_traffic.service",
    "content": "# SYSTEMD.SERVICE(5) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n[Unit]\nDescription=i-MSCP traffic logger\nAfter=local-fs.target\n\n[Service]\nType=oneshot\nRemainAfterExit=yes\nExecStart=/usr/bin/perl /var/www/imscp/engine/tools/imscp-net-traffic-logger start\nExecStop=/usr/bin/perl /var/www/imscp/engine/tools/imscp-net-traffic-logger stop\n\n[Install]\nWantedBy=multi-user.target\n"
  },
  {
    "path": "configs/debian/systemd/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders mode=\"0755\">${ROOT_CONF}/systemd/system</folders>\n    <folders mode=\"0755\">${ROOT_CONF}/tmpfiles.d</folders>\n    <copy_config if=\"'${NAMED_PACKAGE}' eq 'Servers::named::bind'\" mode=\"0644\">${ROOT_CONF}/systemd/system/bind9.service</copy_config>\n    <copy_config if=\"'${NAMED_PACKAGE}' eq 'Servers::named::bind'\" mode=\"0644\">${ROOT_CONF}/systemd/system/bind9-resolvconf.service</copy_config>\n    <copy_config if=\"'${PO_PACKAGE}' eq 'Servers::po::courier'\" mode=\"0644\">${ROOT_CONF}/tmpfiles.d/courier-authdaemon.conf</copy_config>\n    <copy_config mode=\"0644\">${ROOT_CONF}/tmpfiles.d/imscp_panel.conf</copy_config>\n    <copy_config mode=\"0644\">${ROOT_CONF}/systemd/system/imscp_daemon.service</copy_config>\n    <copy_config mode=\"0644\">${ROOT_CONF}/systemd/system/imscp_mountall.service</copy_config>\n    <copy_config mode=\"0644\">${ROOT_CONF}/systemd/system/imscp_panel.service</copy_config>\n    <copy_config mode=\"0644\">${ROOT_CONF}/systemd/system/imscp_traffic.service</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/sysvinit/courier-authdaemon",
    "content": "#! /bin/sh -e\n#\n### BEGIN INIT INFO\n# Provides:          courier-authdaemon\n# Required-Start:    $remote_fs $syslog\n# Required-Stop:     $remote_fs $syslog\n# Default-Start:     2 3 4 5\n# Default-Stop:      0 1 6\n### END INIT INFO\n\nprefix=\"/usr\"\nexec_prefix=${prefix}\nsysconfdir=\"/etc/courier\"\nsbindir=\"${exec_prefix}/sbin\"\ndaemonscript=\"${sbindir}/authdaemond\"\nrundir_courier=\"/var/run/courier\"\nrundir=\"/var/run/courier/authdaemon\"\npidfile=\"${rundir}/pid\"\n\n. /lib/lsb/init-functions\n\n# Check for a leftover init script\nif [ ! -x $daemonscript ]; then\n\texit 0\nfi\n\ncheck_for_upstart()\n{\n\t# We don't use init_is_upstart() from /lib/lsb/init-functions because\n\t# that function is not provided in all supported Distro versions\n\tif [ -f /etc/init/courier-authdaemon.conf -a -x /sbin/initctl ] && /sbin/initctl version 2>/dev/null | /bin/grep -q upstart; then\n\t\texit $1\n\tfi\n}\n\ncase \"$1\" in\nstart)\n\tcheck_for_upstart 1\n\t# Start daemon.\n\tcd /\n\tlog_daemon_msg \"Starting Courier authentication services\" \"authdaemond\"\n\tif [ ! -d \"$rundir_courier\" ]; then\n\t\tmkdir -m 0775 $rundir_courier\n\t\tchown daemon:daemon $rundir_courier\n\t\t# set file context for SELinux (#668564)\n\t\t[ -x /sbin/restorecon ] && /sbin/restorecon $rundir_courier\n\tfi\n\tif [ ! -d \"$rundir\" ]; then\n\t\tmkdir -m 0750 $rundir\n\t\tchown daemon:mail $rundir\n\t\t# set file context for SELinux (#668564)\n\t\t[ -x /sbin/restorecon ] && /sbin/restorecon $rundir\n\tfi\n\t$daemonscript start\n\tlog_end_msg 0\n\t;;\nstop)\n\tcheck_for_upstart 0\n\t# Stop daemon.\n\tcd /\n\tlog_daemon_msg \"Stopping Courier authentication services\" \"authdaemond\"\n\t$daemonscript stop\n\tlog_end_msg 0\n    ;;\nrestart|force-reload)\n\tcheck_for_upstart 1\n\t$0 stop\n\t$0 start\n    ;;\nstatus)\n\tcheck_for_upstart 1\n\tstatus_of_proc -p \"$pidfile\" \"authdaemond\" && exit 0 || exit $?\n\t;;\n*)\n\techo \"Usage: $0 {start|stop|restart|force-reload|status}\" >&2\n\texit 2\n\t;;\nesac\nexit 0\n"
  },
  {
    "path": "configs/debian/sysvinit/imscp_daemon",
    "content": "#!/bin/sh\n### BEGIN INIT INFO\n# Provides:          imscp_daemon\n# Required-Start:    $local_fs $network $syslog\n# Required-Stop:     $local_fs $network $syslog\n# Default-Start:     2 3 4 5\n# Default-Stop:      0 1 6\n# Short-Description: i-MSCP communication daemon\n### END INIT INFO\n\nPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nDESC=\"i-MSCP communication daemon\"\nNAME=imscp_daemon\nDAEMON=/var/www/imscp/daemon/$NAME\nBACKEND_SCRIPT=\"/var/www/imscp/engine/imscp-rqst-mngr\"\nLISTEN_PORT=9876\nPIDFILE=/run/$NAME.pid\nSCRIPTNAME=/etc/init.d/$NAME\n\n# Exit if the package is not installed\n[ -x \"$DAEMON\" ] || exit 0\n\n# Read configuration variable file if it is present\n[ -r /etc/default/$NAME ] && . /etc/default/$NAME\n\n# Load the VERBOSE setting and other rcS variables\n. /lib/init/vars.sh\n\n# Define LSB log_* functions.\n# Depend on lsb-base (>= 3.2-14) to ensure that this file is present\n# and status_of_proc is working.\n. /lib/lsb/init-functions\n\ncheck_for_upstart()\n{\n    # We don't use init_is_upstart() from /lib/lsb/init-functions because\n    # that function is not provided in all supported Distro versions\n    if [ -x /sbin/initctl ] && /sbin/initctl version 2>/dev/null | /bin/grep -q upstart; then\n       exit $1\n    fi\n}\n\n#\n# Function that starts the daemon/service\n#\ndo_start()\n{\n    # Return\n    #   0 if daemon has been started\n    #   1 if daemon was already running\n    #   2 if daemon couldn't be started\n    start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \\\n        || return 1\n    start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- -b $BACKEND_SCRIPT -l $LISTEN_PORT -p $PIDFILE \\\n        || return 2\n}\n\n#\n# Function that stops the daemon/service\n#\ndo_stop()\n{\n    # Return\n    #   0 if daemon has been stopped\n    #   1 if daemon was already stopped\n    #   2 if daemon couldn't be stopped\n    #   other if a failure occurred\n    start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME\n    RETVAL=\"$?\"\n    [ \"$RETVAL\" = 2 ] && return 2\n    start-stop-daemon --stop --quiet --oknodo --retry=TERM/5/KILL/5 --exec $DAEMON\n    [ \"$?\" = 2 ] && return 2\n    rm -f $PIDFILE\n    return \"$RETVAL\"\n}\n\ncase \"$1\" in\n  start)\n    check_for_upstart 1\n    log_daemon_msg \"Starting $DESC\" \"$NAME\"\n    do_start\n    case \"$?\" in\n        0|1) log_end_msg 0 ;;\n        2) log_end_msg 1 ;;\n    esac\n    ;;\n  stop)\n    check_for_upstart 0\n    log_daemon_msg \"Stopping $DESC\" \"$NAME\"\n    do_stop\n    case \"$?\" in\n        0|1) log_end_msg 0 ;;\n        2) log_end_msg 1 ;;\n    esac\n    ;;\n  restart|force-reload)\n    check_for_upstart 1\n    log_daemon_msg \"Restarting $DESC\" \"$NAME\"\n    do_stop\n    case \"$?\" in\n        0|1)\n         do_start\n         case \"$?\" in\n             0) log_end_msg 0 ;;\n             1) log_end_msg 1 ;; # Old process is still running\n             *) log_end_msg 1 ;; # Failed to start\n         esac\n         ;;\n       *)\n         # Failed to stop\n         log_end_msg 1\n         ;;\n    esac\n    ;;\n  status)\n    check_for_upstart 1\n    status_of_proc \"$DAEMON\" \"$NAME\" && exit 0 || exit $?\n    ;;\n  *)\n    echo \"Usage: $SCRIPTNAME {start|stop|restart|force-reload|status}\" >&2\n    exit 3\n  ;;\nesac\n\n:\n"
  },
  {
    "path": "configs/debian/sysvinit/imscp_mountall",
    "content": "#!/bin/sh\n### BEGIN INIT INFO\n# Provides:          imscp_mountall\n# Required-Start:    $remote_fs\n# Required-Stop:\n# Should-Start:\n# Should-Stop:\n# Default-Start:     2 3 4 5\n# Default-Stop:      0 1 6\n# Short-Description: Mounts i-MSCP filesystems\n### END INIT INFO\n\n# Note: do not modify any of these vars here, use /etc/default/$NAME instead\n\nPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nNAME=imscp_mountall\nLFILE=/var/run/$NAME\nTOOLSDIR=\"/var/www/imscp/engine/tools\"\n\n. /lib/lsb/init-functions\n\n# Read config file if present.\nif [ -r /etc/default/$NAME ]; then\n    . /etc/default/$NAME\nfi\n\ncheck_for_upstart()\n{\n    # We don't use init_is_upstart() from /lib/lsb/init-functions because\n    # that function is not provided in all supported Distro versions\n    if [ -x /sbin/initctl ] && /sbin/initctl version 2>/dev/null | /bin/grep -q upstart; then\n       exit $1\n    fi\n}\n\ndo_start()\n{\n    perl ${TOOLSDIR}/imscp-mountall start 2>/dev/null\n    touch $LFILE\n}\n\ndo_stop()\n{\n    perl ${TOOLSDIR}/imscp-mountall stop 2>/dev/null\n    rm -f $LFILE\n}\n\n\ncase \"$1\" in\n  start)\n    check_for_upstart 1\n    log_daemon_msg \"Starting $DESC\" \"$NAME\"\n    if [ -e \"$LFILE\" ]; then\n        log_progress_msg \"already started\"\n        log_end_msg 0\n    else\n      do_start\n      log_end_msg $?\n    fi\n    ;;\n  stop)\n    check_for_upstart 0\n    log_daemon_msg \"Stopping $DESC\" \"$NAME\"\n    if [ ! -e \"$LFILE\" ]; then\n        log_progress_msg \"already stopped\"\n        log_end_msg 0\n    else\n        do_stop\n        log_end_msg $?\n    fi\n    ;;\n  restart|force-reload)\n    check_for_upstart 1\n    log_daemon_msg \"Stopping $DESC\" \"$NAME\"\n    if [ ! -e \"$LFILE\" ]; then\n        log_progress_msg \"already stopped\"\n        log_end_msg 0\n    else\n        do_stop\n        log_end_msg $?\n    fi\n    log_daemon_msg \"Starting $DESC\" \"$NAME\"\n    do_start\n    log_end_msg $?\n    ;;\n  status)\n    check_for_upstart 1\n    if [ -e \"$LFILE\" ]; then\n        log_success_msg \"$NAME is running\"\n    else\n        log_failure_msg \"$NAME is not running\"\n        exit 3\n    fi\n    ;;\n  *)\n    log_action_msg \"Usage: /etc/init.d/$NAME {start|stop|restart|force-reload|status}\" >&2\n    exit 3\n    ;;\nesac\n\n:\n"
  },
  {
    "path": "configs/debian/sysvinit/imscp_panel",
    "content": "#!/bin/sh\n### BEGIN INIT INFO\n# Provides:          imscp_panel\n# Required-Start:    $remote_fs $network\n# Required-Stop:     $remote_fs $network\n# Default-Start:     2 3 4 5\n# Default-Stop:      0 1 6\n# Short-Description: starts imscp_panel\n# Description:       PHP FastCGI process Manager Daemon for i-MSCP FrontEnd\n### END INIT INFO\n\nPATH=/sbin:/usr/sbin:/bin:/usr/bin\nDESC=\"PHP FastCGI process Manager Daemon for i-MSCP FrontEnd\"\nNAME=imscp_panel\nDAEMON=/usr/local/sbin/$NAME\nDAEMON_ARGS=\"--daemonize --fpm-config /usr/local/etc/imscp_panel/php-fpm.conf -c /usr/local/etc/imscp_panel/php.ini\"\nCONF_PIDFILE=$(sed -n 's/^pid\\s*=\\s*//p' /usr/local/etc/imscp_panel/php-fpm.conf)\nPIDFILE=${CONF_PIDFILE:-/run/imscp/imscp_panel.pid}\nTIMEOUT=30\nSCRIPTNAME=/etc/init.d/$NAME\n\n# Exit if the daemon is not installed\n[ -x \"$DAEMON\" ] || exit 0\n\n# Read configuration variable file if it is present\n[ -r /etc/default/$NAME ] && . /etc/default/$NAME\n\n# Load the VERBOSE setting and other rcS variables\n. /lib/init/vars.sh\n\n# Define LSB log_* functions.\n# Depend on lsb-base (>= 3.0-6) to ensure that this file is present.\n. /lib/lsb/init-functions\n\ncheck_for_upstart()\n{\n    # We don't use init_is_upstart() from /lib/lsb/init-functions because\n    # that function is not provided in all supported Distro versions\n    if [ -x /sbin/initctl ] && /sbin/initctl version 2>/dev/null | /bin/grep -q upstart; then\n       exit $1\n    fi\n}\n\n#\n# Function that starts the daemon/service\n#\ndo_start()\n{\n\t# Return\n\t#   0 if daemon has been started\n\t#   1 if daemon was already running\n\t#   2 if daemon couldn't be started\n\tstart-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \\\n\t\t|| return 1\n\tstart-stop-daemon --nicelevel 10 --start --quiet --pidfile $PIDFILE --exec $DAEMON -- \\\n\t\t$DAEMON_ARGS 2>/dev/null \\\n\t\t|| return 2\n\t# Add code here, if necessary, that waits for the process to be ready\n\t# to handle requests from services started subsequently which depend\n\t# on this one.  As a last resort, sleep for some time.\n}\n\n#\n# Function that stops the daemon/service\n#\ndo_stop()\n{\n\t# Return\n\t#   0 if daemon has been stopped\n\t#   1 if daemon was already stopped\n\t#   2 if daemon couldn't be stopped\n\t#   other if a failure occurred\n\tstart-stop-daemon --stop --quiet --retry=QUIT/$TIMEOUT/TERM/5/KILL/5 --pidfile $PIDFILE --name $NAME\n\tRETVAL=\"$?\"\n\t[ \"$RETVAL\" = 2 ] && return 2\n\t# Wait for children to finish too if this is a daemon that forks\n\t# and if the daemon is only ever run from this initscript.\n\t# If the above conditions are not satisfied then add some other code\n\t# that waits for the process to drop all resources that could be\n\t# needed by services started subsequently.  A last resort is to\n\t# sleep for some time.\n\tstart-stop-daemon --stop --quiet --oknodo --retry=0/30/TERM/5/KILL/5 --exec $DAEMON\n\t[ \"$?\" = 2 ] && return 2\n\t# Many daemons don't delete their pidfiles when they exit.\n\trm -f $PIDFILE\n\treturn \"$RETVAL\"\n}\n\n#\n# Function that sends a SIGHUP to the daemon/service\n#\ndo_reload() {\n\t#\n\t# If the daemon can reload its configuration without\n\t# restarting (for example, when it is sent a SIGHUP),\n\t# then implement that here.\n\t#\n\tstart-stop-daemon --stop --signal USR2 --quiet --pidfile $PIDFILE --name $NAME\n\treturn 0\n}\n\ndo_tmpfiles() {\n\tlocal type path mode user group\n\n\t[ \"$1\" != no ] && V=-v\n\n\tTMPFILES=/etc/tmpfiles.d/imscp_panel.conf\n\n\tif [ -r \"$TMPFILES\" ]; then\n\t\twhile read type path mode user group age argument; do\n\t\t\tif [ \"$type\" = \"d\" ]; then\n\t\t\t\tmkdir $V -p \"$path\"\n\t\t\t\tchmod $V \"$mode\" \"$path\"\n\t\t\t\tchown $V \"$user:$group\" \"$path\"\n\t\t\tfi\n\t\tdone < \"$TMPFILES\"\n\tfi\n}\n\ncase \"$1\" in\n\tstart)\n\tcheck_for_upstart 1\n\t[ \"$VERBOSE\" != no ] && log_daemon_msg \"Starting $DESC\" \"$NAME\"\n\tdo_tmpfiles $VERBOSE\n\tcase \"$?\" in\n\t\t0)\n\t\tdo_start\n\t\tcase \"$?\" in\n\t\t\t0|1) [ \"$VERBOSE\" != no ] && log_end_msg 0 ;;\n\t\t\t2) [ \"$VERBOSE\" != no ] && log_end_msg 1 ;;\n\t\tesac\n\t\t;;\n\t\t1) [ \"$VERBOSE\" != no ] && log_end_msg 1 ;;\n\tesac\n\t;;\n\tstop)\n\tcheck_for_upstart 0\n\t[ \"$VERBOSE\" != no ] && log_daemon_msg \"Stopping $DESC\" \"$NAME\"\n\tdo_stop\n\tcase \"$?\" in\n\t\t0|1) [ \"$VERBOSE\" != no ] && log_end_msg 0 ;;\n\t\t2) [ \"$VERBOSE\" != no ] && log_end_msg 1 ;;\n\tesac\n\t;;\n\tstatus)\n\tcheck_for_upstart 1\n\t\tstatus_of_proc \"$DAEMON\" \"$NAME\" && exit 0 || exit $?\n\t\t;;\n\tcheck)\n\tcheck_for_upstart 1\n\t\tdo_check yes\n\t;;\n\treload|force-reload)\n\tcheck_for_upstart 1\n\tlog_daemon_msg \"Reloading $DESC\" \"$NAME\"\n\tdo_reload\n\tlog_end_msg $?\n\t;;\n\treopen-logs)\n\tcheck_for_upstart 1\n\tlog_daemon_msg \"Reopening $DESC logs\" $NAME\n\tif start-stop-daemon --stop --signal USR1 --oknodo --quiet \\\n\t\t--pidfile $PIDFILE --exec $DAEMON\n\tthen\n\t\tlog_end_msg 0\n\telse\n\t\tlog_end_msg 1\n\tfi\n\t;;\n\trestart)\n\tcheck_for_upstart 1\n\tlog_daemon_msg \"Restarting $DESC\" \"$NAME\"\n\tdo_stop\n\tcase \"$?\" in\n\t  0|1)\n\t\tdo_start\n\t\tcase \"$?\" in\n\t\t\t0) log_end_msg 0 ;;\n\t\t\t1) log_end_msg 1 ;; # Old process is still running\n\t\t\t*) log_end_msg 1 ;; # Failed to start\n\t\tesac\n\t\t;;\n\t  *)\n\t  \t# Failed to stop\n\t\tlog_end_msg 1\n\t\t;;\n\tesac\n\t;;\n\t*)\n\techo \"Usage: $SCRIPTNAME {start|stop|status|restart|reload|force-reload}\" >&2\n\texit 1\n\t;;\nesac\n\n:\n"
  },
  {
    "path": "configs/debian/sysvinit/imscp_traffic",
    "content": "#!/bin/sh\n### BEGIN INIT INFO\n# Provides:          imscp_traffic\n# Required-Start:    $local_fs\n# Required-Stop:     $local_fs\n# Should-Start:\n# Should-Stop:\n# Default-Start:     2 3 4 5\n# Default-Stop:      0 1 6\n# Short-Description: i-MSCP traffic logger\n### END INIT INFO\n\n# Note: do not modify any of these vars here, use /etc/default/$NAME instead\n\nPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\nDESC=\"i-MSCP traffic logger\"\nNAME=imscp_traffic\nLFILE=/var/run/$NAME\nTOOLSDIR=\"/var/www/imscp/engine/tools\"\n\n. /lib/lsb/init-functions\n\n# Read config file if present.\nif [ -r /etc/default/$NAME ]; then\n    . /etc/default/$NAME\nfi\n\ncheck_for_upstart()\n{\n    # We don't use init_is_upstart() from /lib/lsb/init-functions because\n    # that function is not provided in all supported Distro versions\n    if [ -x /sbin/initctl ] && /sbin/initctl version 2>/dev/null | /bin/grep -q upstart; then\n       exit $1\n    fi\n}\n\ndo_start()\n{\n    perl ${TOOLSDIR}/imscp-net-traffic-logger start 2>/dev/null\n    touch $LFILE\n}\n\ndo_stop()\n{\n    perl ${TOOLSDIR}/imscp-net-traffic-logger stop 2>/dev/null\n    rm -f $LFILE\n}\n\ncase \"$1\" in\n  start)\n    check_for_upstart 1\n    log_daemon_msg \"Starting $DESC\" \"$NAME\"\n    if [ -e \"$LFILE\" ]; then\n        log_progress_msg \"already started\"\n        log_end_msg 0\n    else\n      do_start\n      log_end_msg $?\n    fi\n    ;;\n  stop)\n    check_for_upstart 0\n    log_daemon_msg \"Stopping $DESC\" \"$NAME\"\n    if [ ! -e \"$LFILE\" ]; then\n        log_progress_msg \"already stopped\"\n        log_end_msg 0\n    else\n        do_stop\n        log_end_msg $?\n    fi\n    ;;\n  restart|force-reload)\n    check_for_upstart 1\n    log_daemon_msg \"Stopping $DESC\" \"$NAME\"\n    if [ ! -e \"$LFILE\" ]; then\n        log_progress_msg \"already stopped\"\n        log_end_msg 0\n    else\n        do_stop\n        log_end_msg $?\n    fi\n    log_daemon_msg \"Starting $DESC\" \"$NAME\"\n    do_start\n    log_end_msg $?\n    ;;\n  status)\n    check_for_upstart 1\n    if [ -e \"$LFILE\" ]; then\n        log_success_msg \"$NAME is running\"\n    else\n        log_failure_msg \"$NAME is not running\"\n        exit 3\n    fi\n    ;;\n  *)\n    log_action_msg \"Usage: /etc/init.d/$NAME {start|stop|restart|force-reload|status}\" >&2\n    exit 3\n    ;;\nesac\n\n:\n"
  },
  {
    "path": "configs/debian/sysvinit/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders mode=\"0755\">${ROOT_CONF}/init.d</folders>\n    <copy_config if=\"'${PO_PACKAGE}' eq 'Servers::po::courier'\" mode=\"0750\">${ROOT_CONF}/init.d/courier-authdaemon</copy_config>\n    <copy_config mode=\"0755\">${ROOT_CONF}/init.d/imscp_daemon</copy_config>\n    <copy_config mode=\"0755\">${ROOT_CONF}/init.d/imscp_mountall</copy_config>\n    <copy_config mode=\"0755\">${ROOT_CONF}/init.d/imscp_panel</copy_config>\n    <copy_config mode=\"0755\">${ROOT_CONF}/init.d/imscp_traffic</copy_config>\n    <copy_config if=\"'${FTPD_PACKAGE}' eq 'Servers::ftpd::proftpd'\" kept=\"1\" mode=\"0755\">${ROOT_CONF}/init.d/proftpd</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/sysvinit/proftpd",
    "content": "#!/bin/sh\n\n### BEGIN INIT INFO\n# Provides:          proftpd\n# Required-Start:    $remote_fs $syslog $local_fs $network\n# Required-Stop:     $remote_fs $syslog $local_fs $network\n# Should-Start:      $named\n# Should-Stop:       $named\n# Default-Start:     2 3 4 5\n# Default-Stop:      0 1 6\n# Short-Description: Starts ProFTPD daemon\n# Description:       This script runs the FTP service offered\n#                    by the ProFTPD daemon\n### END INIT INFO\n\n# Start the proftpd FTP daemon.\n\nPATH=/bin:/usr/bin:/sbin:/usr/sbin\nDAEMON=/usr/sbin/proftpd\nNAME=proftpd\n\n# Defaults\nRUN=\"yes\"\nOPTIONS=\"\"\nCONFIG_FILE=/etc/proftpd/proftpd.conf\n\nPIDFILE=`grep -i 'pidfile' $CONFIG_FILE|sed -e 's/[\\t ]*pidfile[\\t ]\\+//i'`\nif [ \"x$PIDFILE\" = \"x\" ];\nthen\n\tPIDFILE=/run/proftpd.pid\nfi\n\n# Read config (will override defaults)\n[ -r /etc/default/proftpd ] && . /etc/default/proftpd\n\ntrap \"\" 1\ntrap \"\" 15\n\ntest -f $DAEMON || exit 0\n\n. /lib/lsb/init-functions\n\ncheck_for_upstart()\n{\n\t# We don't use init_is_upstart() from /lib/lsb/init-functions because\n\t# that function is not provided in all supported Distro versions\n\n\tif [ -f /etc/init/proftpd.conf -a -x /sbin/initctl -a ] && /sbin/initctl version 2>/dev/null | /bin/grep -q upstart; then\n\t\texit $1\n\tfi\n}\n\n#\n# Servertype could be inetd|standalone|none.\n# In all cases check against inetd and xinetd support.\n#\nif ! egrep -qi \"^[[:space:]]*ServerType.*standalone\" $CONFIG_FILE\nthen\n\tif egrep -qi \"server[[:space:]]*=[[:space:]]*/usr/sbin/(in\\.)?proftpd\" /etc/xinetd.conf 2>/dev/null || \\\n\t\tegrep -qi \"server[[:space:]]*=[[:space:]]*/usr/sbin/(in\\.)?proftpd\" /etc/xinetd.d/* 2>/dev/null || \\\n\t\tegrep -qi \"^ftp.*/usr/sbin/(in\\.)?proftpd\" /etc/inetd.d/* 2>/dev/null || \\\n\t\tegrep -qi \"^ftp.*/usr/sbin/(in\\.)?proftpd\" /etc/inetd.conf 2>/dev/null\n\tthen\n\t\t\tRUN=\"no\"\n\t\t\tINETD=\"yes\"\n\telse\n\t\tif ! egrep -qi \"^[[:space:]]*ServerType.*inetd\" $CONFIG_FILE\n\t\tthen\n\t\t\tRUN=\"yes\"\n\t\t\tINETD=\"no\"\n\t\telse\n\t\t\tRUN=\"no\"\n\t\t\tINETD=\"no\"\n\t\tfi\n\tfi\nfi\n\n# /run could be on a tmpfs\n\n[ ! -d /run/proftpd ] && mkdir /run/proftpd\n\ninetd_check()\n{\n\tif [ ! -x /usr/sbin/inetd -a ! -x /usr/sbin/xinetd -a ! -x /usr/sbin/inetutils-inetd ]; then\n\t\techo \"Neither inetd nor xinetd appears installed: check your configuration.\"\n\tfi\n}\n\nstart()\n{\n\tlog_daemon_msg \"Starting ftp server\" \"$NAME\"\n\n\tstart-stop-daemon --start --quiet --pidfile \"$PIDFILE\" --oknodo --exec $DAEMON -- -c $CONFIG_FILE $OPTIONS\n\tif [ $? != 0 ]; then\n\t\tlog_end_msg 1\n\t\texit 1\n\telse\n\t\tlog_end_msg 0\n\tfi\n}\n\nsignal()\n{\n\tif [ \"$1\" = \"stop\" ]; then\n\t\tSIGNAL=\"TERM\"\n\t\tlog_daemon_msg \"Stopping ftp server\" \"$NAME\"\n\telse\n\t\tif [ \"$1\" = \"reload\" ]; then\n\t\t\tSIGNAL=\"HUP\"\n\t\t\tlog_daemon_msg \"Reloading ftp server\" \"$NAME\"\n\t\t\tstart-stop-daemon --stop --signal $SIGNAL --quiet --pidfile \"$PIDFILE\"\n\t\t\texit $?\n\t\telse\n\t\t\techo \"ERR: wrong parameter given to signal()\"\n\t\t\texit 1\n\t\tfi\n\tfi\n\tif [ -f \"$PIDFILE\" ]; then\n\t\tstart-stop-daemon --stop --signal $SIGNAL --quiet --pidfile \"$PIDFILE\" --retry $SIGNAL/30/KILL/60\n\t\tif [ $? = 0 ]; then\n\t\t\tlog_end_msg 0\n\t\telse\n\t\t\tstart-stop-daemon --stop --signal $SIGNAL --quiet --pidfile \"$PIDFILE\" --retry $SIGNAL/30/KILL/60\n\t\t\tif [ $? != 0 ]; then\n\t\t\t\tlog_end_msg 1\n\t\t\t\t[ $2 != 0 ] || exit 0\n\t\t\telse\n\t\t\t\tlog_end_msg 0\n\t\t\tfi\n\t\tfi\n\t\tif [ \"$SIGNAL\" = \"KILL\" ]; then\n\t\t\trm -f \"$PIDFILE\"\n\t\tfi\n\telse\n\t\tlog_end_msg 0\n\tfi\n}\n\ncase \"$1\" in\n\tstart)\n\tcheck_for_upstart 1\n\tif [ \"x$RUN\" = \"xyes\" ] ; then\n\t\tstart\n\telse\n\t\tif [ \"x$INETD\" = \"xyes\" ] ; then\n\t\t\techo \"ProFTPD is started from inetd/xinetd.\"\n\t\t\tinetd_check\n\t\telse\n\t\t\techo \"ProFTPD warning: cannot start neither in standalone nor in inetd/xinetd mode. Check your configuration.\"\n\t\tfi\n\tfi\n\t;;\n\n\tforce-start)\n\tcheck_for_upstart 1\n\tif [ \"x$INETD\" = \"xyes\" ] ; then\n\t\techo \"Warning: ProFTPD is started from inetd/xinetd (trying to start anyway).\"\n\t\tinetd_check\n\tfi\n\tstart\n\t;;\n\n\tstop)\n\tcheck_for_upstart 0\n\tif [ \"x$RUN\" = \"xyes\" ] ; then\n\t\tsignal stop 0\n\telse\n\t\tif [ \"x$INETD\" = \"xyes\" ] ; then\n\t\t\techo \"ProFTPD is started from inetd/xinetd.\"\n\t\t\tinetd_check\n\t\telse \n\t\t\techo \"ProFTPD warning: cannot start neither in standalone nor in inetd/xinetd mode. Check your configuration.\"\n\t\tfi\n\tfi\n\t;;\n\n\tforce-stop)\n\tcheck_for_upstart 1\n\tif [ \"x$INETD\" = \"xyes\" ] ; then\n\t\techo \"Warning: ProFTPD is started from inetd/xinetd (trying to kill anyway).\"\n\t\tinetd_check\n\tfi\n\tsignal stop 0\n\t;;\n\n\treload)\n\tcheck_for_upstart 1\n\tsignal reload 0\n\t;;\n\n\tforce-reload|restart)\n\tcheck_for_upstart 1\n\tif [ \"x$RUN\" = \"xyes\" ] ; then\n\t\tsignal stop 1\n\t\tstart\n\telse\n\t\tif [ \"x$INETD\" = \"xyes\" ] ; then\n\t\t\techo \"ProFTPD is started from inetd/xinetd.\"\n\t\t\tinetd_check\n\t\telse\n\t\t\techo \"ProFTPD warning: cannot start neither in standalone nor in inetd/xinetd mode. Check your configuration.\"\n\t\tfi\n\tfi\n\t;;\n\n\tstatus)\n\tcheck_for_upstart 1\n\tif [ \"x$INETD\" = \"xyes\" ] ; then\n\t\techo \"ProFTPD is started from inetd/xinetd.\"\n\t\tinetd_check\n\t\texit 0\n\telse\n\t\tif [ -f \"$PIDFILE\" ]; then\n\t\t\tpid=$(cat $PIDFILE)\n\t\telse\n\t\t\tpid=\"x\"\n\t\tfi\n\t\tif [ `pidof proftpd|grep \"$pid\"|wc -l` -ne 0 ] ; then\n\t\t\techo \"ProFTPD is started in standalone mode, currently running.\"\n\t\t\texit 0\n\t\telse\n\t\t\techo \"ProFTPD is started in standalone mode, currently not running.\"\n\t\t\texit 3\n\t\tfi\n\tfi\n\t;;\n\n\tcheck-config)\n\tcheck_for_upstart 1\n\t\t$DAEMON -t >/dev/null && echo \"ProFTPD configuration OK\" && exit 0\n\t\texit 1\n\t\t;;\n\n\t*)\n\techo \"Usage: /etc/init.d/$NAME {start|status|force-start|stop|force-stop|reload|restart|force-reload|check-config}\"\n\texit 1\n\t;;\nesac\n\nexit 0\n"
  },
  {
    "path": "configs/debian/upstart/imscp_daemon.conf",
    "content": "# UPSTART(7) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\ndescription \"i-MSCP communication daemon\"\nauthor      \"Laurent Declercq <l.declercq@nuxwin.com>\"\n\nstart on runlevel [2345]\nstop on runlevel [016]\n\nexpect daemon\n\nrespawn\nrespawn limit 2 5\n\nexec /var/www/imscp/daemon/imscp_daemon\n"
  },
  {
    "path": "configs/debian/upstart/imscp_mountall.conf",
    "content": "# UPSTART(7) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\ndescription \"Mounts i-MSCP filesystems\"\nauthor      \"Laurent Declercq <l.declercq@nuxwin.com>\"\n\nstart on filesystem\nstop on runlevel [016]\n\npre-start exec /usr/bin/perl /var/www/imscp/engine/tools/imscp-mountall start\npost-stop exec /usr/bin/perl /var/www/imscp/engine/tools/imscp-mountall stop\n"
  },
  {
    "path": "configs/debian/upstart/imscp_panel.conf",
    "content": "# UPSTART(7) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\ndescription \"PHP FastCGI process Manager Daemon for i-MSCP FrontEnd\"\nauthor      \"Laurent Declercq <l.declercq@nuxwin.com>\"\n\nstart on runlevel [2345]\nstop on runlevel [016]\n\nnice 10\n\npre-start script\nmkdir -p /run/imscp\nchmod 0755 /run/imscp\nchown www-data:www-data /run/imscp\nend script\n\nrespawn\nexec /usr/local/sbin/imscp_panel --nodaemonize --fpm-config /usr/local/etc/imscp_panel/php-fpm.conf -c /usr/local/etc/imscp_panel/php.ini\n"
  },
  {
    "path": "configs/debian/upstart/imscp_panel.override",
    "content": "# UPSTART(7) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nreload signal USR2\n"
  },
  {
    "path": "configs/debian/upstart/imscp_traffic.conf",
    "content": "# UPSTART(7) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\ndescription \"i-MSCP traffic logger\"\nauthor      \"Laurent Declercq <l.declercq@nuxwin.com>\"\n\nstart on runlevel [2345]\nstop on runlevel [016]\n\npre-start exec /usr/bin/perl /var/www/imscp/engine/tools/imscp-net-traffic-logger start\npost-stop exec /usr/bin/perl /var/www/imscp/engine/tools/imscp-net-traffic-logger stop\n"
  },
  {
    "path": "configs/debian/upstart/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders mode=\"0755\">${ROOT_CONF}/init</folders>\n    <copy_config mode=\"0644\">${ROOT_CONF}/init/imscp_daemon.conf</copy_config>\n    <copy_config mode=\"0644\">${ROOT_CONF}/init/imscp_mountall.conf</copy_config>\n    <copy_config mode=\"0644\">${ROOT_CONF}/init/imscp_panel.conf</copy_config>\n    <copy_config mode=\"0644\">${ROOT_CONF}/init/imscp_panel.override</copy_config>\n    <copy_config if=\"-f '/etc/init/php5.6-fpm.conf'\" mode=\"0644\">${ROOT_CONF}/init/php5.6-fpm.override</copy_config>\n    <copy_config if=\"-f '/etc/init/php7.0-fpm.conf'\" mode=\"0644\">${ROOT_CONF}/init/php7.0-fpm.override</copy_config>\n    <copy_config if=\"-f '/etc/init/php7.1-fpm.conf'\" mode=\"0644\">${ROOT_CONF}/init/php7.1-fpm.override</copy_config>\n    <copy_config if=\"-f '/etc/init/php7.2-fpm.conf'\" mode=\"0644\">${ROOT_CONF}/init/php7.2-fpm.override</copy_config>\n    <copy_config if=\"-f '/etc/init/php7.3-fpm.conf'\" mode=\"0644\">${ROOT_CONF}/init/php7.3-fpm.override</copy_config>\n    <copy_config mode=\"0644\">${ROOT_CONF}/init/imscp_traffic.conf</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/upstart/php5.6-fpm.override",
    "content": "# UPSTART(7) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nreload signal USR2\n"
  },
  {
    "path": "configs/debian/upstart/php7.0-fpm.override",
    "content": "# UPSTART(7) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nreload signal USR2\n"
  },
  {
    "path": "configs/debian/upstart/php7.1-fpm.override",
    "content": "# UPSTART(7) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nreload signal USR2\n"
  },
  {
    "path": "configs/debian/upstart/php7.2-fpm.override",
    "content": "# UPSTART(7) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nreload signal USR2\n"
  },
  {
    "path": "configs/debian/upstart/php7.3-fpm.override",
    "content": "# UPSTART(7) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\nreload signal USR2\n"
  },
  {
    "path": "configs/debian/vsftpd/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${ROOT_CONF}/vsftpd/imscp</folders>\n    <folders>${SYSTEM_CONF}/vsftpd/backup</folders>\n    <copy_config>${SYSTEM_CONF}/vsftpd/vsftpd.conf</copy_config>\n    <copy_config>${SYSTEM_CONF}/vsftpd/vsftpd.data.dist</copy_config>\n    <copy_config>${SYSTEM_CONF}/vsftpd/vsftpd.pam</copy_config>\n    <copy_config>${SYSTEM_CONF}/vsftpd/vsftpd_user.conf</copy_config>\n</install>\n"
  },
  {
    "path": "configs/debian/vsftpd/patches/quilt/imscp_allow_writeable_root.patch",
    "content": "## Description: Add allow_writeable_chroot configuration option\nIndex: vsftpd-2.3.5/parseconf.c\n===================================================================\n--- vsftpd-2.3.5.orig/parseconf.c\t2012-10-16 10:30:22.000000000 +0800\n+++ vsftpd-2.3.5/parseconf.c\t2012-10-16 11:25:52.000000000 +0800\n@@ -106,6 +106,7 @@\n   { \"isolate_network\", &tunable_isolate_network },\n   { \"ftp_enable\", &tunable_ftp_enable },\n   { \"http_enable\", &tunable_http_enable },\n+  { \"allow_writeable_chroot\", &tunable_allow_writeable_chroot },\n   { 0, 0 }\n };\n\nIndex: vsftpd-2.3.5/secutil.c\n===================================================================\n--- vsftpd-2.3.5.orig/secutil.c\t2011-12-18 03:44:20.000000000 +0800\n+++ vsftpd-2.3.5/secutil.c\t2012-10-16 11:26:20.000000000 +0800\n@@ -132,7 +132,8 @@\n   /* Misconfiguration check: don't ever chroot() to a directory writable by\n    * the current user.\n    */\n-  if (options & VSF_SECUTIL_OPTION_CHROOT)\n+  if ((options & VSF_SECUTIL_OPTION_CHROOT) &&\n+      !(options & VSF_SECUTIL_OPTION_ALLOW_WRITEABLE_ROOT))\n   {\n     if (vsf_sysutil_write_access(\"/\"))\n     {\nIndex: vsftpd-2.3.5/secutil.h\n===================================================================\n--- vsftpd-2.3.5.orig/secutil.h\t2009-05-27 14:16:15.000000000 +0800\n+++ vsftpd-2.3.5/secutil.h\t2012-10-16 11:26:37.000000000 +0800\n@@ -32,6 +32,8 @@\n #define VSF_SECUTIL_OPTION_NO_FDS       8\n /* Use RLIMIT_NPROC to prevent the launching of new processes */\n #define VSF_SECUTIL_OPTION_NO_PROCS     16\n+/* Permit a writeable chroot() root */\n+#define VSF_SECUTIL_OPTION_ALLOW_WRITEABLE_ROOT     32\n\n void vsf_secutil_change_credentials(const struct mystr* p_user_str,\n                                     const struct mystr* p_dir_str,\nIndex: vsftpd-2.3.5/tunables.c\n===================================================================\n--- vsftpd-2.3.5.orig/tunables.c\t2012-10-16 10:30:22.000000000 +0800\n+++ vsftpd-2.3.5/tunables.c\t2012-10-16 11:26:55.000000000 +0800\n@@ -87,6 +87,7 @@\n int tunable_isolate_network;\n int tunable_ftp_enable;\n int tunable_http_enable;\n+int tunable_allow_writeable_chroot;\n\n unsigned int tunable_accept_timeout;\n unsigned int tunable_connect_timeout;\n@@ -226,6 +227,7 @@\n   tunable_isolate_network = 1;\n   tunable_ftp_enable = 1;\n   tunable_http_enable = 0;\n+  tunable_allow_writeable_chroot = 0;\n\n   tunable_accept_timeout = 60;\n   tunable_connect_timeout = 60;\nIndex: vsftpd-2.3.5/tunables.h\n===================================================================\n--- vsftpd-2.3.5.orig/tunables.h\t2012-10-16 10:30:22.000000000 +0800\n+++ vsftpd-2.3.5/tunables.h\t2012-10-16 11:27:08.000000000 +0800\n@@ -88,6 +88,7 @@\n extern int tunable_isolate_network;           /* Use CLONE_NEWNET */\n extern int tunable_ftp_enable;                /* Allow FTP protocol */\n extern int tunable_http_enable;               /* Allow HTTP protocol */\n+extern int tunable_allow_writeable_chroot;    /* Allow misconfiguration */\n\n /* Integer/numeric defines */\n extern unsigned int tunable_accept_timeout;\nIndex: vsftpd-2.3.5/twoprocess.c\n===================================================================\n--- vsftpd-2.3.5.orig/twoprocess.c\t2011-12-18 03:44:37.000000000 +0800\n+++ vsftpd-2.3.5/twoprocess.c\t2012-10-16 11:27:34.000000000 +0800\n@@ -426,6 +426,10 @@\n     {\n       secutil_option |= VSF_SECUTIL_OPTION_CHANGE_EUID;\n     }\n+    if (!was_anon && tunable_allow_writeable_chroot)\n+    {\n+      secutil_option |= VSF_SECUTIL_OPTION_ALLOW_WRITEABLE_ROOT;\n+    }\n     calculate_chdir_dir(was_anon, &userdir_str, &chroot_str, &chdir_str,\n                         p_user_str, p_orig_user_str);\n     vsf_secutil_change_credentials(p_user_str, &userdir_str, &chroot_str,\n"
  },
  {
    "path": "configs/debian/vsftpd/vsftpd.conf",
    "content": "# vsftpd(8) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\n#\n# General configuration\n#\n\n# When \"listen\" directive is enabled, vsftpd runs in standalone mode and\n# listens on IPv4 sockets. This directive cannot be used in conjunction\n# with the listen_ipv6 directive.\nlisten={IPV4_ONLY}\n\n# This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6\n# sockets, you must run two copies of vsftpd with two configuration files.\n# This directive enables listening on IPv6 sockets. By default, listening\n# on the IPv6 \"any\" address (::) will accept connections from both IPv6\n# and IPv4 clients. It is not necessary to listen on *both* IPv4 and IPv6\n# sockets. If you want that (perhaps because you want to listen on specific\n# addresses) then you must run two copies of vsftpd with two configuration\n# files.\n# Make sure, that one of the listen options is commented !!\nlisten_ipv6={IPV6_SUPPORT}\n\n# Please don't change this. Init scripts handle this.\nbackground=NO\n\n# Listen on the standard FTP port\nlisten_port=21\n\nconnect_from_port_20=YES\n\n# Allow active mode (it is the default normally)\nport_enable=YES\n\n# Port used for active data connections\nftp_data_port=20\n\nftpd_banner={FTPD_BANNER}\n\n# Directory messages\ndirmessage_enable=NO\n\n# Allow command such as `ps -ef | grep vsftpd`\nsetproctitle_enable=NO\n\n# Support for UTF-8 fs\nutf8_filesystem=YES\n\n# Always show dot files\nforce_dot_files=YES\n\n# Passive mode\npasv_enable={PASSV_ENABLE}\npasv_min_port={PASSV_MIN_PORT}\npasv_max_port={PASSV_MAX_PORT}\n\n# Mitigate DoS attacks\nmax_clients={FTP_MAX_CLIENTS}\nmax_per_ip={MAX_PER_IP}\n\n# Timeout parameters\nidle_session_timeout=120\ndata_connection_timeout=600\n\n# Enable STOR, DELE, RNFR, RNTO, MKD, RMD, APPE and SITE commands\nwrite_enable=YES\n\n# Enable ASCII uploads\nascii_upload_enable=YES\n\n# Authentication service name\npam_service_name=vsftpd\n\n# Per user configuration directory\nuser_config_dir={FTPD_USER_CONF_DIR}\n\n# Default homedir for authenticated users\n# Overridden in per_user configuration files\nuser_sub_token=$USER\nlocal_root={USER_WEB_DIR}/$USER\n\n# Traffic logging\ndual_log_enable=YES\nxferlog_enable=YES\n\n#\n## Anonymous FTP users configuration\n#\n\n# Disables anonymous users for security\nanonymous_enable=NO\nanon_upload_enable=NO\nanon_mkdir_write_enable=NO\nanon_other_write_enable=NO\n\n#\n## (virtual FTP users) configuration\n#\n\n# Enable local users (needed for virtual users)\nlocal_enable=YES\n\n# Activate virtual users\nguest_enable=YES\n\n# Umask\nlocal_umask=027\n\n# Make sure that virtual users are restricted to their homedir\nchroot_local_user=YES\n\n# Allow chroot to be writeable (needed for i-MSCP)\nallow_writeable_chroot=YES\n\n# Use privileges of local users\nvirtual_use_local_privs=YES\n\n# Default guest username\n# This user is used by the i-MSCP frontEnd only\nguest_username={FRONTEND_USER_SYS_NAME}\n\n# Maximum data transfer rate permitted, in bytes per second\nlocal_max_rate={LOCAL_MAX_RATE}\n"
  },
  {
    "path": "configs/debian/vsftpd/vsftpd.data.dist",
    "content": "VSFTPD_VERSION =\nFTPD_SNAME = vsftpd\nFTPD_CONF_FILE = /etc/vsftpd.conf\nFTPD_PAM_CONF_FILE = /etc/pam.d/vsftpd\nFTPD_USER_CONF_DIR = /etc/vsftpd/imscp\nFTPD_TRAFF_LOG_PATH = /var/log/xferlog\nFTPD_PASSIVE_PORT_RANGE =\nFTPD_BANNER = Welcome to i-MSCP FTP server\nPASSV_ENABLE = YES\nFTP_MAX_CLIENTS = 100\nMAX_PER_IP = 0\nLOCAL_MAX_RATE = 0\n"
  },
  {
    "path": "configs/debian/vsftpd/vsftpd.pam",
    "content": "# vsftpd pam configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\n# Authentication for i-MSCP virtual FTP users\nauth required pam_mysql.so \\\n\tuser={DATABASE_USER} \\\n\tpasswd={DATABASE_PASS} \\\n\thost={DATABASE_HOST}:{DATABASE_PORT} \\\n\tdb={DATABASE_NAME} \\\n\ttable=ftp_users \\\n\tusercolumn=userid \\\n\tpasswdcolumn=passwd \\\n\twhere=status=\"ok\" \\\n\tcrypt=1\n\naccount required pam_mysql.so \\\n\tuser={DATABASE_USER} \\\n\tpasswd={DATABASE_PASS} \\\n\thost={DATABASE_HOST}:{DATABASE_PORT} \\\n\tdb={DATABASE_NAME} \\\n\ttable=ftp_users \\\n\tusercolumn=userid \\\n\tpasswdcolumn=passwd \\\n\twhere=status=\"ok\" \\\n\tcrypt=1\n"
  },
  {
    "path": "configs/debian/vsftpd/vsftpd_user.conf",
    "content": "# vsftpd per-user basis configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\n# Real username\nguest_username={USER_SYS_NAME}\n\n# Ftp user homedir\nlocal_root={HOMEDIR}\n"
  },
  {
    "path": "configs/devuan/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <copy_config>${SYSTEM_CONF}/imscp.conf</copy_config>\n</install>\n"
  },
  {
    "path": "configs/ubuntu/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <copy_config>${SYSTEM_CONF}/imscp.conf</copy_config>\n</install>\n"
  },
  {
    "path": "configs/ubuntu/libpam-mysql/patches/dpatch/03_undefined_make_scrambled_password_symbol.patch",
    "content": "#! /bin/sh /usr/share/dpatch/dpatch-run\n## 03_undefined_make_scrambled_password_symbol.patch by  <root@xenial.nuxwin.com>\n##\n## All lines beginning with `## DP:' are a description of the patch.\n## DP: No description.\n\n@DPATCH@\ndiff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pam-mysql-0.7~RC1~/pam_mysql.c pam-mysql-0.7~RC1/pam_mysql.c\n--- pam-mysql-0.7~RC1~/pam_mysql.c\t2006-01-09 11:35:59.000000000 +0100\n+++ pam-mysql-0.7~RC1/pam_mysql.c\t2016-05-19 05:55:15.676521346 +0200\n@@ -2554,6 +2554,8 @@\n }\n /* }}} */\n \n+void my_make_scrambled_password(char *to, const char *password, size_t pass_len);\n+\n /* {{{ pam_mysql_check_passwd\n  */\n static pam_mysql_err_t pam_mysql_check_passwd(pam_mysql_ctx_t *ctx,\n@@ -2655,7 +2657,7 @@\n \t\t\t\t\t\tmake_scrambled_password(buf, passwd);\n \t\t\t\t\t}\n #else\n-\t\t\t\t\tmake_scrambled_password(buf, passwd);\n+\t\t\t\t\tmy_make_scrambled_password(buf, passwd, strlen(passwd));\n #endif\n \n \t\t\t\t\tvresult = strcmp(row[0], buf);\n@@ -2846,7 +2848,7 @@\n \t\t\t\t\tmake_scrambled_password(encrypted_passwd, new_passwd);\n \t\t\t\t}\n #else\n-\t\t\t\tmake_scrambled_password(encrypted_passwd, new_passwd);\n+\t\t\t\tmy_make_scrambled_password(encrypted_passwd, new_passwd, strlen(new_passwd));\n #endif\n \t\t\t\tbreak;\n \n"
  },
  {
    "path": "configs/ubuntu/libpam-mysql/patches/dpatch/04_resps_segfault.patch",
    "content": "#! /bin/sh /usr/share/dpatch/dpatch-run\n## 04_resps_segfault.patch by <l.declercq@nuxwin.com>\n##\n## All lines beginning with `## DP:' are a description of the patch.\n## DP: d2list\n\n@DPATCH@\ndiff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pam-mysql-0.7~RC1~/pam_mysql.c pam-mysql-0.7~RC1/pam_mysql.c\n--- pam-mysql-0.7~RC1~/pam_mysql.c\t2016-05-19 09:09:25.567390706 +0200\n+++ pam-mysql-0.7~RC1/pam_mysql.c\t2016-05-19 09:10:47.547523914 +0200\n@@ -3207,7 +3207,7 @@\n \t}\n\n \tfor (i = 0; i < nargs; i++) {\n-\t\tif (resps[i].resp != NULL &&\n+\t\tif (resps != NULL && resps[i].resp != NULL &&\n \t\t\t\tNULL == (retval[i] = xstrdup(resps[i].resp))) {\n \t\t\tsyslog(LOG_AUTHPRIV | LOG_CRIT, PAM_MYSQL_LOG_PREFIX \"allocation failure at \" __FILE__ \":%d\", __LINE__);\n \t\t\terr = PAM_MYSQL_ERR_ALLOC;\n"
  },
  {
    "path": "configs/ubuntu/pbuilder/pbuilderrc",
    "content": "AUTO_DEBSIGN=${AUTO_DEBSIGN:-no}\nAUTOCLEANAPTCACHE=\"yes\"\nAPTCONFDIR=$(pwd)/.imscp\n#APTKEYRINGS=/usr/share/keyrings/ubuntu-archive-keyring.gpg\nCODENAME=$(lsb_release -cs)\nDEBOOTSTRAPOPTS=(\"${DEBOOTSTRAPOPTS[@]}\" \"--variant=buildd\" \"--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg\")\nDEBBUILDOPTS=-b\nMIRRORSITE=http://archive.ubuntu.com/ubuntu/\nHOOKDIR=\"\"\n\nmkdir -p $APTCONFDIR\ncat > \"$APTCONFDIR/sources.list\" <<EOF\ndeb $MIRRORSITE $CODENAME main restricted universe multiverse\ndeb-src $MIRRORSITE $CODENAME main restricted universe multiverse\n\ndeb $MIRRORSITE ${CODENAME}-security main restricted universe multiverse\ndeb-src $MIRRORSITE ${CODENAME}-security main restricted universe multiverse\n\ndeb $MIRRORSITE ${CODENAME}-updates main restricted universe multiverse\ndeb-src $MIRRORSITE ${CODENAME}-updates main restricted universe multiverse\nEOF\n"
  },
  {
    "path": "configs/ubuntu/proftpd/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${ROOT_CONF}/logrotate.d</folders>\n    <folders>${SYSTEM_CONF}/proftpd</folders>\n    <folders>${SYSTEM_CONF}/proftpd/backup</folders>\n    <folders>${SYSTEM_CONF}/proftpd/working</folders>\n    <copy_config>${SYSTEM_CONF}/proftpd/proftpd.conf</copy_config>\n    <copy_config>${SYSTEM_CONF}/proftpd/proftpd.data.dist</copy_config>\n    <copy_config if=\"'${FTPD_PACKAGE}' eq 'Servers::ftpd::proftpd'\">${ROOT_CONF}/logrotate.d/proftpd-basic</copy_config>\n</install>\n"
  },
  {
    "path": "configs/ubuntu/sysvinit/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders mode=\"0755\">${ROOT_CONF}/init.d</folders>\n    <copy_config if=\"'${PO_PACKAGE}' eq 'Servers::po::courier'\" mode=\"0750\">${ROOT_CONF}/init.d/courier-authdaemon</copy_config>\n    <copy_config mode=\"0755\">${ROOT_CONF}/init.d/imscp_daemon</copy_config>\n    <copy_config mode=\"0755\">${ROOT_CONF}/init.d/imscp_mountall</copy_config>\n    <copy_config mode=\"0755\">${ROOT_CONF}/init.d/imscp_panel</copy_config>\n    <copy_config mode=\"0755\">${ROOT_CONF}/init.d/imscp_traffic</copy_config>\n    <copy_config if=\"'${FTPD_PACKAGE}' eq 'Servers::ftpd::proftpd' &amp;&amp; '${DISTRO_CODENAME}' eq 'trusty'\" kept=\"1\" mode=\"0755\">${ROOT_CONF}/init.d/proftpd</copy_config>\n</install>\n"
  },
  {
    "path": "configs/ubuntu/vsftpd/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders>${ROOT_CONF}/vsftpd/imscp</folders>\n    <folders>${SYSTEM_CONF}/vsftpd/backup</folders>\n    <copy_config>${SYSTEM_CONF}/vsftpd/vsftpd.conf</copy_config>\n    <copy_config>${SYSTEM_CONF}/vsftpd/vsftpd.data.dist</copy_config>\n    <copy_config>${SYSTEM_CONF}/vsftpd/vsftpd.pam</copy_config>\n    <copy_config>${SYSTEM_CONF}/vsftpd/vsftpd_user.conf</copy_config>\n</install>\n"
  },
  {
    "path": "configs/ubuntu/vsftpd/patches/quilt/imscp_allow_writeable_root.patch",
    "content": "## Description: Add allow_writeable_chroot configuration option\nIndex: vsftpd-2.3.5/parseconf.c\n===================================================================\n--- vsftpd-2.3.5.orig/parseconf.c\t2012-10-16 10:30:22.000000000 +0800\n+++ vsftpd-2.3.5/parseconf.c\t2012-10-16 11:25:52.000000000 +0800\n@@ -106,6 +106,7 @@\n   { \"isolate_network\", &tunable_isolate_network },\n   { \"ftp_enable\", &tunable_ftp_enable },\n   { \"http_enable\", &tunable_http_enable },\n+  { \"allow_writeable_chroot\", &tunable_allow_writeable_chroot },\n   { 0, 0 }\n };\n\nIndex: vsftpd-2.3.5/secutil.c\n===================================================================\n--- vsftpd-2.3.5.orig/secutil.c\t2011-12-18 03:44:20.000000000 +0800\n+++ vsftpd-2.3.5/secutil.c\t2012-10-16 11:26:20.000000000 +0800\n@@ -132,7 +132,8 @@\n   /* Misconfiguration check: don't ever chroot() to a directory writable by\n    * the current user.\n    */\n-  if (options & VSF_SECUTIL_OPTION_CHROOT)\n+  if ((options & VSF_SECUTIL_OPTION_CHROOT) &&\n+      !(options & VSF_SECUTIL_OPTION_ALLOW_WRITEABLE_ROOT))\n   {\n     if (vsf_sysutil_write_access(\"/\"))\n     {\nIndex: vsftpd-2.3.5/secutil.h\n===================================================================\n--- vsftpd-2.3.5.orig/secutil.h\t2009-05-27 14:16:15.000000000 +0800\n+++ vsftpd-2.3.5/secutil.h\t2012-10-16 11:26:37.000000000 +0800\n@@ -32,6 +32,8 @@\n #define VSF_SECUTIL_OPTION_NO_FDS       8\n /* Use RLIMIT_NPROC to prevent the launching of new processes */\n #define VSF_SECUTIL_OPTION_NO_PROCS     16\n+/* Permit a writeable chroot() root */\n+#define VSF_SECUTIL_OPTION_ALLOW_WRITEABLE_ROOT     32\n\n void vsf_secutil_change_credentials(const struct mystr* p_user_str,\n                                     const struct mystr* p_dir_str,\nIndex: vsftpd-2.3.5/tunables.c\n===================================================================\n--- vsftpd-2.3.5.orig/tunables.c\t2012-10-16 10:30:22.000000000 +0800\n+++ vsftpd-2.3.5/tunables.c\t2012-10-16 11:26:55.000000000 +0800\n@@ -87,6 +87,7 @@\n int tunable_isolate_network;\n int tunable_ftp_enable;\n int tunable_http_enable;\n+int tunable_allow_writeable_chroot;\n\n unsigned int tunable_accept_timeout;\n unsigned int tunable_connect_timeout;\n@@ -226,6 +227,7 @@\n   tunable_isolate_network = 1;\n   tunable_ftp_enable = 1;\n   tunable_http_enable = 0;\n+  tunable_allow_writeable_chroot = 0;\n\n   tunable_accept_timeout = 60;\n   tunable_connect_timeout = 60;\nIndex: vsftpd-2.3.5/tunables.h\n===================================================================\n--- vsftpd-2.3.5.orig/tunables.h\t2012-10-16 10:30:22.000000000 +0800\n+++ vsftpd-2.3.5/tunables.h\t2012-10-16 11:27:08.000000000 +0800\n@@ -88,6 +88,7 @@\n extern int tunable_isolate_network;           /* Use CLONE_NEWNET */\n extern int tunable_ftp_enable;                /* Allow FTP protocol */\n extern int tunable_http_enable;               /* Allow HTTP protocol */\n+extern int tunable_allow_writeable_chroot;    /* Allow misconfiguration */\n\n /* Integer/numeric defines */\n extern unsigned int tunable_accept_timeout;\nIndex: vsftpd-2.3.5/twoprocess.c\n===================================================================\n--- vsftpd-2.3.5.orig/twoprocess.c\t2011-12-18 03:44:37.000000000 +0800\n+++ vsftpd-2.3.5/twoprocess.c\t2012-10-16 11:27:34.000000000 +0800\n@@ -426,6 +426,10 @@\n     {\n       secutil_option |= VSF_SECUTIL_OPTION_CHANGE_EUID;\n     }\n+    if (!was_anon && tunable_allow_writeable_chroot)\n+    {\n+      secutil_option |= VSF_SECUTIL_OPTION_ALLOW_WRITEABLE_ROOT;\n+    }\n     calculate_chdir_dir(was_anon, &userdir_str, &chroot_str, &chdir_str,\n                         p_user_str, p_orig_user_str);\n     vsf_secutil_change_credentials(p_user_str, &userdir_str, &chroot_str,\n"
  },
  {
    "path": "configs/ubuntu/vsftpd/patches/quilt/imscp_pthread_cancel.patch",
    "content": "Description: imscp patch\nAuthor: i-MSCP Team <team@i-mscp.net>\n\n--- vsftpd-3.0.2.orig/defs.h\n+++ vsftpd-3.0.2/defs.h\n@@ -19,7 +19,7 @@\n /* Must be at least the size of VSFTP_MAX_COMMAND_LINE, VSFTP_DIR_BUFSIZE and\n    VSFTP_DATA_BUFSIZE*2 */\n #define VSFTP_PRIVSOCK_MAXSTR   VSFTP_DATA_BUFSIZE * 2\n-#define VSFTP_AS_LIMIT          100UL * 1024 * 1024\n+#define VSFTP_AS_LIMIT          400UL * 1024 * 1024\n\n #endif /* VSF_DEFS_H */\n \n"
  },
  {
    "path": "contrib/Listeners/Apache2/10_apache2_dualstack.pl",
    "content": "# i-MSCP Listener::Apache2::DualStack listener file\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Provides dual stack support for Apache2.\n#\n\npackage Listener::Apache2::DualStack;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\n#\n## Configuration variables\n#\n\n# Parameter that allows to add one or many IPs to all Apache2 vhosts files\n# Please replace the entries below by your own entries\nmy @GLOBAL_IPS = (\n    'IP1',\n    'IP2'\n);\n\n# Parameter that allows to add one or many IPs to the Apache2 vhost file of the specified domains\n# Please replace the entries below by your own entries\nmy %PER_DMN_IPS = (\n    'domain1.tld' => [ 'IP1', 'IP2' ],\n    'domain2.tld' => [ 'IP1', 'IP2' ]\n);\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'onAddHttpdVhostIps',\n    sub\n    {\n        my ( $data, $domainIps ) = @_;\n\n        if ( @GLOBAL_IPS ) {\n            push @{ $domainIps }, @GLOBAL_IPS;\n        }\n\n        if ( ref $PER_DMN_IPS{$data->{'DOMAIN_NAME'}} eq 'ARRAY' ) {\n            push @{ $domainIps }, @{ $PER_DMN_IPS{$data->{'DOMAIN_NAME'}} };\n        }\n\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Apache2/20_apache2_serveralias_override.pl",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2017-2019 by Laurent Declercq <l.declercq@nnuxwin.com>\n# Copyright (C) 2013-2017 by Sascha Bay\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n#\n## Allows to add additional server aliases in the given Apache2 vhosts.\n#\n\npackage Listener::Apache2::ServerAlias::Override;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse Servers::httpd;\n\n#\n## Configuration variables\n#\n\n# Map Apache2 vhosts (domains) to additional server aliases \nmy %SERVER_ALIASES = (\n    # Add example1.in and example1.br server aliases to example1.com vhost\n    'example1.com' => 'example1.in example1.br',\n    # Add example2.in and example2.br server aliases to example2.com vhost\n    'example2.com' => 'example2.in example2.br'\n);\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'beforeHttpdBuildConfFile',\n    sub\n    {\n        my ( undef, $tplName, $data ) = @_;\n\n        return 0 unless $tplName eq 'domain.tpl'\n            && length $SERVER_ALIASES{$data->{'DOMAIN_NAME'}};\n\n        my $httpd = Servers::httpd->factory();\n        my $serverData = $httpd->getData();\n\n        $httpd->setData( {\n            SERVER_ALIASES => length $serverData->{'SERVER_ALIASES'}\n                ? $serverData->{'SERVER_ALIASES'} . ' '\n                    . $SERVER_ALIASES{$data->{'DOMAIN_NAME'}}\n                : $SERVER_ALIASES{$data->{'DOMAIN_NAME'}}\n        } );\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Apache2/30_apache2_tools_proxy.pl",
    "content": "# i-MSCP Listener::Apache2::Tools::Proxy listener file\n# Copyright (C) 2017-2019 Laurent Declercq <l.declercq@nuxwin.com>\n# Copyright (C) 2015-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Provides transparent access to i-MSCP tools (pma, webmail...) through customer domains. For instance:\n#\n#  http://customer.tld/webmail/ will be redirected to https://customer.tld/webmail/ if ssl is enabled for customer domain\n#  http://customer.tld/webmail/ will proxy to i-MSCP webmail transparently if ssl is not enabled for customer domain\n#  https://customer.tld/webmail/ will proxy to i-MSCP webmail transparently\n#\n\npackage Listener::Apache2::Tools::Proxy;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse iMSCP::TemplateParser qw/ getBloc process replaceBloc /;\n\niMSCP::EventManager->getInstance()->register(\n    'beforeHttpdBuildConf',\n    sub\n    {\n        my ( $cfgTpl, $tplName, $data ) = @_;\n\n        return 0 unless $tplName eq 'domain.tpl'\n            && grep ( $_ eq $data->{'VHOST_TYPE'}, qw/ domain domain_ssl / );\n\n        if ( $data->{'VHOST_TYPE'} eq 'domain' && $data->{'SSL_SUPPORT'} ) {\n            ${ $cfgTpl } = replaceBloc(\n                \"# SECTION addons BEGIN.\\n\",\n                \"# SECTION addons END.\\n\",\n                \"    # SECTION addons BEGIN.\\n\"\n                        . getBloc(\n                        \"# SECTION addons BEGIN.\\n\",\n                        \"# SECTION addons END.\\n\",\n                        ${ $cfgTpl }\n                    )\n                    . \"    RedirectMatch 301 ^(/(?:ftp|pma|webmail)\\/?)\\$ https://$data->{'DOMAIN_NAME'}\\$1\\n\"\n                    . \"    # SECTION addons END.\\n\",\n                ${ $cfgTpl }\n            );\n            return 0;\n        }\n\n        my $cfgProxy = ( $::imscpConfig{'PANEL_SSL_ENABLED'} eq 'yes' ) ? \"    SSLProxyEngine On\\n\" : '';\n        $cfgProxy .= <<'EOF';\n    ProxyPass /ftp/ {HTTP_URI_SCHEME}{HTTP_HOST}:{HTTP_PORT}/ftp/ retry=1 acquire=3000 timeout=600 Keepalive=On\n    ProxyPassReverse /ftp/ {HTTP_URI_SCHEME}{HTTP_HOST}:{HTTP_PORT}/ftp/\n    ProxyPass /pma/ {HTTP_URI_SCHEME}{HTTP_HOST}:{HTTP_PORT}/pma/ retry=1 acquire=3000 timeout=600 Keepalive=On\n    ProxyPassReverse /pma/ {HTTP_URI_SCHEME}{HTTP_HOST}:{HTTP_PORT}/pma/\n    ProxyPass /webmail/ {HTTP_URI_SCHEME}{HTTP_HOST}:{HTTP_PORT}/webmail/ retry=1 acquire=3000 timeout=600 Keepalive=On\n    ProxyPassReverse /webmail/ {HTTP_URI_SCHEME}{HTTP_HOST}:{HTTP_PORT}/webmail/\nEOF\n        ${ $cfgTpl } = replaceBloc(\n            \"# SECTION addons BEGIN.\\n\",\n            \"# SECTION addons END.\\n\",\n            \"    # SECTION addons BEGIN.\\n\"\n                . getBloc(\n                    \"# SECTION addons BEGIN.\\n\",\n                    \"# SECTION addons END.\\n\",\n                    ${ $cfgTpl }\n                )\n                . process(\n                {\n                    HTTP_URI_SCHEME => ( $::imscpConfig{'PANEL_SSL_ENABLED'} eq 'yes' ) ? 'https://' : 'http://',\n                    HTTP_HOST       => $::imscpConfig{'BASE_SERVER_VHOST'},\n                    HTTP_PORT       => ( $::imscpConfig{'PANEL_SSL_ENABLED'} eq 'yes' )\n                        ? $::imscpConfig{'BASE_SERVER_VHOST_HTTPS_PORT'}\n                        : $::imscpConfig{'BASE_SERVER_VHOST_HTTP_PORT'}\n                },\n                $cfgProxy\n            )\n                . \"    # SECTION addons END.\\n\",\n            ${ $cfgTpl }\n        );\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Apache2/40_apache2_security_headers.pl",
    "content": "# i-MSCP Listener::Apache2::Security::Headers listener file\n# Copyright (C) 2017-2019 Laurent Declercq <l.declercq@nuxwin.com>\n# Copyright (C) 2016-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Listener file that add security headers (https://securityheaders.io) in customer Apache2 vhosts\n#\n\npackage Listener::Apache2::Security::Headers;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse iMSCP::TemplateParser qw/ getBloc process replaceBloc /;\n\niMSCP::EventManager->getInstance()->register(\n    'beforeHttpdBuildConf',\n    sub\n    {\n        my ( $cfgTpl, $tplName, $data ) = @_;\n\n        return 0 unless $tplName eq 'domain.tpl'\n            && grep ( $_ eq $data->{'VHOST_TYPE'}, qw/ domain domain_ssl / );\n\n        ${ $cfgTpl } = replaceBloc(\n            \"# SECTION addons BEGIN.\\n\",\n            \"# SECTION addons END.\\n\",\n            \"    # SECTION addons BEGIN.\\n\"\n                . getBloc(\n                    \"# SECTION addons BEGIN.\\n\",\n                    \"# SECTION addons END.\\n\",\n                    ${ $cfgTpl }\n                )\n                . process( { PREFIX => $data->{'VHOST_TYPE'} eq 'domain' ? 'http' : 'https' }, <<\"EOF\" )\n    <IfModule mod_headers.c>\n        Header always set Content-Security-Policy \"default-src {PREFIX}: data: 'unsafe-inline' 'unsafe-eval'\"\n        Header always set Referrer-Policy \"strict-origin-when-cross-origin\"\n        Header always set X-Content-Type-Options \"nosniff\"\n        Header always set X-Frame-Options \"SAMEORIGIN\"\n        Header always set X-XSS-Protection \"1; mode=block\"\n    </IfModule>\nEOF\n                . \"    # SECTION addons END.\\n\",\n            ${ $cfgTpl }\n        );\n\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Backup/10_backup_storage_outsourcing.pl",
    "content": "# i-MSCP Listener::Backup::Storage::Outsourcing listener file\n# Copyright (C) 2017 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\npackage Listener::Backup::Storage::Outsourcing;\n\n# Stores customer backup directories elsewhere on local file system\n#\n# Howto setup and activate\n# 1. Upload that listener file into the /etc/imscp/listeners.d directory\n# 2. Edit the /etc/imscp/listeners.d/10_backup_storage_outsourcing.pl file\n#    and set the $STORAGE_ROOT_PATH variable below according your needs\n# 3. Trigger an i-MSCP reconfiguration: perl /var/www/imscp/engine/setup/imscp-reconfigure -danv\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug qw/ error /;\nuse iMSCP::EventManager;\nuse iMSCP::Ext2Attributes qw/ setImmutable clearImmutable /;\nuse iMSCP::Dir;\nuse iMSCP::Mount qw/ addMountEntry removeMountEntry mount umount /;\n\n#\n## Configuration parameters\n#\n\n# Storage root path for outsourced customer backup directories\n# For instance /srv/imscp/backups would mean that customer backup\n# directories would be stored into:\n# - /srv/imscp/backups/<customer1>\n# - /srv/imscp/backups/<customer2>\n# - ...\n#\n# Warning: Be sure to have enough space in the specified location.\nmy $STORAGE_ROOT_PATH = '';\n\n#\n## Please, don't edit anything below this line\n#\n\n# Don't register event listeners if the listener file is not configured yet\nif ( $> == 0 && length $STORAGE_ROOT_PATH ) {\n    iMSCP::EventManager->getInstance()->register(\n        'onBoot',\n        sub\n        {\n            local $@;\n            eval {\n                # Make sure that the root path for outsourced backup directories\n                # exists and that it is set with expected ownership and permissions\n                iMSCP::Dir->new( dirname => $STORAGE_ROOT_PATH )->make( {\n                    user  => $::imscpConfig{'ROOT_USER'},\n                    group => $::imscpConfig{'ROOT_GROUP'},\n                    mode  => 0750\n                } );\n            };\n            if ( $@ ) {\n                error( $@ );\n                return 1;\n            }\n\n            0;\n        }\n    );\n\n    iMSCP::EventManager->getInstance()->register(\n        'beforeHttpdAddFiles',\n        sub\n        {\n            my ( $data ) = @_;\n\n            return 0 unless $data->{'DOMAIN_TYPE'} eq 'dmn'\n                && -d \"$data->{'WEB_DIR'}/backups\";\n\n            # When files are being copied by i-MSCP httpd server, we must first\n            # umount the outsourced backup directory\n            umount( \"$data->{'WEB_DIR'}/backups\" );\n        }\n    );\n\n    iMSCP::EventManager->getInstance()->register(\n        'afterHttpdAddFiles',\n        sub\n        {\n            my ( $data ) = @_;\n\n            return 0 unless $data->{'DOMAIN_TYPE'} eq 'dmn';\n\n            local $@;\n            eval {\n                my $backupDirHandle = iMSCP::Dir->new(\n                    dirname => \"$data->{'WEB_DIR'}/backups\"\n                );\n\n                # If needed, moves data from existents backup directory into the\n                # new backup directory\n                unless ( $backupDirHandle->isEmpty() ) {\n                    clearImmutable( $data->{'WEB_DIR'} );\n\n                    unless ( -d \"$STORAGE_ROOT_PATH/$data->{'DOMAIN_NAME'}\" ) {\n                        # Move backup directory to new location\n                        $backupDirHandle->rcopy(\n                            \"$STORAGE_ROOT_PATH/$data->{'DOMAIN_NAME'}\"\n                        );\n                    }\n\n                    # Empty directory by re-creating it from scratch (should never occurs)\n                    $backupDirHandle->clear();\n\n                    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n                        setImmutable( $data->{'WEB_DIR'} );\n                    }\n                } else {\n                    # Create empty outsourced customer backup directory\n                    iMSCP::Dir->new(\n                        dirname => \"$STORAGE_ROOT_PATH/$data->{'DOMAIN_NAME'}\"\n                    )->make( {\n                        user  => $data->{'USER'},\n                        group => $data->{'GROUP'},\n                        mode  => 0750\n                    } );\n                }\n            };\n            if ( $@ ) {\n                error( $@ );\n                return 1;\n            }\n\n            # Outsource customer backup directory by mounting new backup directory on top of it\n            my $rs ||= mount( {\n                fs_spec    => \"$STORAGE_ROOT_PATH/$data->{'DOMAIN_NAME'}\",\n                fs_file    => \"$data->{'WEB_DIR'}/backups\",\n                fs_vfstype => 'none',\n                fs_mntops  => 'bind,slave'\n            } );\n            $rs ||= addMountEntry(\n                \"$STORAGE_ROOT_PATH/$data->{'DOMAIN_NAME'} $data->{'WEB_DIR'}/backups none bind,slave\"\n            );\n        }\n    );\n\n    iMSCP::EventManager->getInstance()->register(\n        'beforeHttpdDelDmn',\n        sub\n        {\n            my $data = shift;\n\n            return 0 unless $data->{'DOMAIN_TYPE'} eq 'dmn';\n\n            my $fsFile = \"$data->{'WEB_DIR'}/backups\";\n            my $rs = removeMountEntry(\n                qr%.*?[ \\t]+\\Q$fsFile\\E(?:/|[ \\t]+)[^\\n]+%\n            );\n            $rs ||= umount( $fsFile );\n            return $rs if $rs;\n\n            local $@;\n            eval { iMSCP::Dir->new(\n                dirname => \"$STORAGE_ROOT_PATH/$data->{'DOMAIN_NAME'}\" )->remove();\n            };\n            if ( $@ ) {\n                error( $@ );\n                return 1;\n            }\n\n            0;\n        }\n    );\n}\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Dovecot/10_dovecot_compress.pl",
    "content": "# i-MSCP Listener::Dovecot::Compress listener file\n# Copyright (C) 2015-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Activates the Dovecot compress plugin to reduce the bandwidth usage of IMAP, and also compresses the stored mails.\n##\n## For more information please consult:\n##   http://wiki2.dovecot.org/Plugins/Compress\n##   http://wiki2.dovecot.org/Plugins/Zlib\n#\n\npackage Listener::Dovecot::Compress;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\n#\n## Configuration parameters\n#\n\n# Compression level\nmy $COMPRESSION_LEVEL = 6;\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'beforePoBuildConf',\n    sub\n    {\n        my ( $cfgTpl, $tplName ) = @_;\n\n        return 0 unless $tplName eq 'dovecot.conf';\n\n        my $cfgSnippet = <<EOF;\n\n    # BEGIN Listener::Dovecot::Compress\n    zlib_save = gz\n    zlib_save_level = $COMPRESSION_LEVEL\n    # END Listener::Dovecot::Compress\nEOF\n        # Enable zlib plugin globally for reading/writing\n        $$cfgTpl =~ s/^(mail_plugins\\s+=.*)/$1 zlib/m;\n        $$cfgTpl =~ s/^(protocol\\simap\\s+\\{.*?mail_plugins.*?$)/$1 imap_zlib/sm;\n\n        # Enable these only if you want compression while saving\n        $$cfgTpl =~ s/^(plugin\\s+\\{.*?)(\\})/$1$cfgSnippet$2/sm;\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Dovecot/30_dovecot_namespace.pl",
    "content": "# i-MSCP Listener::Dovecot::Namespace listener file\n# Copyright (C) 2015-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Creates the INBOX. as a compatibility name, so old clients can continue using it while new clients will use the\n## empty prefix namespace.\n#\n\npackage Listener::Dovecot::Namespace;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\niMSCP::EventManager->getInstance()->register(\n    'beforePoBuildConf',\n    sub\n    {\n        my ( $cfgTpl, $tplName ) = @_;\n\n        return 0 unless $tplName eq 'dovecot.conf';\n\n        my $cfgSnippet = <<\"EOF\";\n\n# BEGIN Listener::Dovecot::Namespace\nnamespace compat {\n    separator = .\n    prefix = INBOX.\n    inbox = no\n    hidden = yes\n    list = no\n    alias_for =\n}\n# END Listener::Dovecot::Namespace\nEOF\n        ${ $cfgTpl } =~ s/(separator\\s+=\\s+)\\./$1\\//;\n        ${ $cfgTpl } =~ s/(prefix\\s+=\\s+)INBOX\\./$1/;\n        ${ $cfgTpl } =~ s/^(namespace\\s+inbox\\s+\\{.*?^\\}\\n)/$1$cfgSnippet/sm;\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Dovecot/40_dovecot_pfs.pl",
    "content": "# i-MSCP Listener::Dovecot::PFS listener file\n# Copyright (C) 2016-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Activates the Perfect Forward Secrecy logging.\n#\n\npackage Listener::Dovecot::PFS;\n\nuse strict;\nuse warnings;\nuse iMSCP::File;\nuse iMSCP::EventManager;\nuse Servers::po;\n\niMSCP::EventManager->getInstance()->register(\n    'beforePoBuildConf',\n    sub\n    {\n        my ( undef, $tplName ) = @_;\n\n        return 0 unless $tplName eq 'dovecot.conf';\n\n        my $po = Servers::po->factory();\n\n        my $file = iMSCP::File->new(\n            $po->{'config'}->{'DOVECOT_CONF_DIR'}\n                . '/imscp.d/40-dovecot-pfs.conf'\n        );\n\n        $file->set( <<\"EOF\" );\n# DOVECOT(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\nlogin_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c %k session=<%{session}>\nEOF\n        $file->save();\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Dovecot/50_dovecot_plaintext.pl",
    "content": "# i-MSCP Listener::Dovecot::Plaintext listener file\n# Copyright (C) 2015-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Disallow plaintext authentication if SSL is enabled\n## In other words, clients won't be able to connect without TLS.\n#\n\npackage Listener::Dovecot::Plaintext;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\niMSCP::EventManager->getInstance()->register(\n    'afterPoBuildConf',\n    sub\n    {\n        my ( $cfgTpl, $tplName ) = @_;\n\n        return 0 unless $tplName eq 'dovecot.conf'\n            && $cfgTpl =~ /^ssl\\s+=\\s+yes/;\n\n        ${ $cfgTpl } =~ s/^(disable_plaintext_auth\\s+=\\s+).*/$1yes/;\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Dovecot/60_dovecot_service_login.pl",
    "content": "# i-MSCP Listener::Dovecot::Service::Login listener file\n# Copyright (C) 2017 Laurent Declercq <l.declercq@nuxwin.com>\n# Copyright (C) 2016-2017 Sven Jantzen <info@svenjantzen.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Allows to modify default service-login configuration options.\n## This listener file requires dovecot version 2.1.0 or newer.\n#\n\npackage Listener::Dovecot::Service::Login;\n\nuse strict;\nuse warnings;\nuse iMSCP::File;\nuse iMSCP::EventManager;\nuse Servers::po;\n\n#\n## Configuration parameters\n#\n\n# Service ports\n# Note: Setting a port to 0 will close it\nmy $POP3_PORT = 110;\nmy $POP3_SSL_PORT = 995;\nmy $IMAP_PORT = 143;\nmy $IMAP_SSL_PORT = 993;\n\n# Space separated list of IP addresses/hostnames to listen on.\n# For instance:\n#\t- with 'localhost' as value the service-login will listen on localhost only\n#\t- with '*' as value, the service-login will listen on all IPv4 addresses\n#\t- with '::' as value, the service-login will listen on all IPv6 addresses\n#\t- with '*, ::' as value, the service-login will listen on all IPv4/IPv6 addresses\nmy $IMAP_LISTEN_ADDR = '* ::';\nmy $IMAP_SSL_LISTEN_ADDR = '* ::';\nmy $POP3_LISTEN_ADDR = '* ::';\nmy $POP3_SSL_LISTEN_ADDR = '* ::';\n\n# Number of connections to handle before starting a new process. Typically\n# the only useful values are 0 (unlimited) or 1. 1 is more secure, but 0\n# is faster.\nmy $IMAP_SERVICE_COUNT = 0;\nmy $POP3_SERVICE_COUNT = 0;\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'beforePoBuildConf',\n    sub {\n        my (undef, $tplName) = @_;\n\n        return 0 unless $tplName eq 'dovecot.conf';\n\n        my $po = Servers::po->factory();\n\n        my $file = iMSCP::File->new(\n            $po->{'config'}->{'DOVECOT_CONF_DIR'}\n                . '/imscp.d/60-dovecot-service-login.conf'\n        );\n\n        $file->set( <<\"EOF\" );\n# DOVECOT(1) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\nservice imap-login {\n    inet_listener imap {\n        port = $IMAP_PORT\n        address = $IMAP_LISTEN_ADDR\n    }\n\n    inet_listener imaps {\n        port = $IMAP_SSL_PORT\n        address = $IMAP_SSL_LISTEN_ADDR\n        ssl = yes\n    }\n\n    service_count = $IMAP_SERVICE_COUNT\n}\n\nservice pop3-login {\n    inet_listener pop3 {\n        port = $POP3_PORT\n        address = $POP3_LISTEN_ADDR\n    }\n\n    inet_listener pop3s {\n        port = $POP3_SSL_PORT\n        address = $POP3_SSL_LISTEN_ADDR\n        ssl = yes\n    }\n\n    service_count = $POP3_SERVICE_COUNT\n}\nEOF\n        $file->save();\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/FrontEnd/10_frontend_templates_override.pl",
    "content": "# i-MSCP Listener::FrontEnd::Templates::Override listener file\n# Copyright (C) 2016-2017 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Allows to override default i-MSCP frontEnd template files by copying your\n## own template files.\n##\n#\n\npackage Listener::FrontEnd::Templates::Override;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\n\n# Path to your own i-MSCP theme directory\nmy $CUSTOM_THEME_PATH = '';\n\n# Please don't edit anything below this line\n\niMSCP::EventManager->getInstance()->register(\n    'afterSetupInstallFiles',\n    sub\n    {\n        local $@;\n        eval {\n            iMSCP::Dir->new(\n                dirname => $CUSTOM_THEME_PATH\n            )->rcopy(\n                \"$::imscpConfig{'GUI_ROOT_DIR'}/themes/default\",\n                { preserve => 'no' }\n            );\n        };\n        if( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Named/10_named_global_ns.pl",
    "content": "# i-MSCP Listener::Named::Global::NS listener file\n# Copyright (C) 2016-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n# Listener file that allows to set identical NS entries in all zones\n# Requires i-MSCP 1.3.8 or newer.\n#\n# Warning: Don't forget to declare your slave DNS servers to i-MSCP.\n# Don't forget also to activate IPv6 support if needed. All this can\n# be done by reconfiguring the named service as follow:\n#\n#   perl /var/www/imscp/engine/setup/imscp-reconfigure -dr named\n#\n\npackage Listener::Named::Global::NS;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse iMSCP::TemplateParser qw/ getBloc process replaceBloc /;\nuse iMSCP::Net;\n\n#\n## Configuration variables\n#\n\n# Zone name\n# Warning: For IDN, you must use the Punycode notation.\nmy $ZONE_NAME = '';\n\n# Name servers\n#\n# Replace entries with your own data and comment those which are not needed for\n# your use case. The first two entries correspond to the master DNS server.\n#\n# Note that the name from first entry is used as name-server in SOA RR.\n#\n# Warning: For IDNs, you must use the Punycode notation.\nmy @NAME_SERVERS = (\n    [ \"ns1.$ZONE_NAME\", '<ipv4>' ], # MASTER DNS IP (IPv4 ; this server)\n    [ \"ns1.$ZONE_NAME\", '<ipv6>' ], # MASTER DNS IP (IPv6 ; this server)\n    [ 'ns2.name.tld', '<ipv4>' ],   # SLAVE DNS 1 IP (IPv4)\n    [ 'ns2.name.tld', '<ipv6>' ],   # SLAVE DNS 1 IP (IPv6)\n    [ 'ns3.name.tld', '<ipv4>' ],   # SLAVE DNS 2 IP (IPv4)\n    [ 'ns3.name.tld', '<ipv6>' ]    # SLAVE DNS 2 IP (IPv6)\n);\n\n#\n## Please don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register( 'beforeNamedAddDmnDb', sub\n{\n    my ( $tplFileC, $data ) = @_;\n\n    return 0 unless length $ZONE_NAME;\n\n    # Override SOA RR\n    ${ $tplFileC } =~ s/\n        ^\n            (\\@\\s+IN\\s+SOA\\s+)\n            [^\\s]+\\Q.{DOMAIN_NAME}\\E\n            (\\.\\s+[^\\s]+\\.)\n            \\Q{DOMAIN_NAME}\\E\n        /$1$NAME_SERVERS[0]->[0]$2$ZONE_NAME/mox;\n\n    # Set NS and glue DNS RRs\n\n    my $nsTpl = getBloc(\n        \"; domain NS records BEGIN\\n\",\n        \"; domain NS records ENDING\\n\",\n        ${ $tplFileC }\n    );\n    my $glueTpl = getBloc(\n        \"; domain NS GLUE records BEGIN\\n\",\n        \"; domain NS GLUE records ENDING\\n\",\n        ${ $tplFileC }\n    );\n\n    my ( $nsRRs, $glueRRs ) = ( '', '' );\n    my $net = iMSCP::Net->getInstance();\n\n    for my $nameserver ( @NAME_SERVERS ) {\n        $nsRRs .= process( { NS_NAME => $nameserver->[0] . '.' }, $nsTpl );\n\n        # Glue RR must be set only if $data->{'DOMAIN_NAME'] is equal to\n        # $ZONE_NAME. If $name is out-of-zone, it will be automatically\n        # ignored by the 'named-compilezone' command during the dump.\n        next unless $ZONE_NAME eq $data->{'DOMAIN_NAME'};\n\n        $glueRRs .= process(\n            {\n                NS_NAME    => $nameserver->[0] . '.',\n                NS_IP_TYPE => $net->getAddrVersion(\n                    ${ $nameserver }->[1]\n                ) eq 'ipv4' ? 'A' : 'AAAA',\n                NS_IP      => $nameserver->[1]\n            },\n            $glueTpl\n        );\n    }\n\n    ${ $tplFileC } = replaceBloc(\n        \"; domain NS records BEGIN\\n\",\n        \"; domain NS records ENDING\\n\",\n        $nsRRs,\n        ${ $tplFileC }\n    );\n    ${ $tplFileC } = replaceBloc(\n        \"; domain NS GLUE records BEGIN\\n\",\n        \"; domain NS GLUE records ENDING\\n\",\n        $glueRRs,\n        ${ $tplFileC }\n    );\n    0;\n} );\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Named/10_named_localnets.pl",
    "content": "# i-MSCP Listener::Bind9::Localnets listener file\n# Copyright (C) 2013-2019 by Laurent Declercq\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n#\n## Allows to setup Bind9 for local network.\n#\n\npackage Listener::Bind9::Localnets;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\niMSCP::EventManager->getInstance()->register(\n    'beforeNamedBuildConf',\n    sub\n    {\n        my ( $tplContent, $tplName ) = @_;\n\n        return 0 unless $tplName eq 'named.conf.options';\n\n        ${ $tplContent } =~ s/^(\\s*allow-(?:recursion|query-cache|transfer)).*$/$1 { localnets; };/gm;\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Named/10_named_rrl.pl",
    "content": "# i-MSCP Listener::Named::Rrl listener file\n# Copyright (C) 2010-2017 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Implement RRL (Response Rate Limiting Feature for Bind9)\n## See https://kb.isc.org/article/AA-00994/0/Using-the-Response-Rate-Limiting-Feature-in-BIND-9.10.html\n## Note: Before use of this listener, you must ensure that your Bind9 version support RRL.\n##\n#\n\npackage Listener::Named::Rrl;\n\nuse strict;\nuse warnings;\nuse File::Basename 'basename';\nuse iMSCP::EventManager;\nuse iMSCP::TemplateParser 'replaceBloc';\nuse Servers::named;\n\n#\n## Configuration variables\n#\n\n# Max responses per second\nmy $MAX_RESPONSES_PER_SECONDS = 10;\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'afterNamedBuildConf',\n    sub\n    {\n        my ( $tplContent, $tplName ) = @_;\n\n        return 0 unless $tplName eq basename(\n            Servers::named->factory()->{'config'}->{'BIND_OPTIONS_CONF_FILE'}\n        );\n\n        ${ $tplContent } = replaceBloc(\n            \"// imscp [{ENTRY_ID}] entry BEGIN\\n\",\n            \"// imscp [{ENTRY_ID}] entry ENDING\\n\",\n            <<\"EOF\", ${ $tplContent }, 'preserveTags' );\n        rate-limit {\n            responses-per-second $MAX_RESPONSES_PER_SECONDS;\n        };\n\nEOF\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Named/10_named_slave_provisioning.pl",
    "content": "# i-MSCP Listener::Named::Slave::Provisioning listener file\n# Copyright (C) 2015 UncleJ, Arthur Mayer <mayer.arthur@gmail.com>\n# Copyright (C) 2016-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Provides slave DNS server(s) provisioning service.\n## This listener file requires i-MSCP 1.2.12 or newer.\n## Slave provisioning service will be available at:\n##   - http://<panel.domain.tld>:8080/provisioning/slave_provisioning.php\n##   - https://<panel.domain.tld>:4443/provisioning/slave_provisioning.php (if you use ssl)\n#\n\npackage Listener::Named::Slave::Provisioning;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::File;\nuse iMSCP::TemplateParser qw/ replaceBloc getBloc /;\n\n#\n## HTTP (Basic) authentication parameters\n## Those parameters are used to restrict access to the provisioning script which\n## is available through HTTP(s)\n#\n\n# Authentication username\n# Leave empty to disable authentication\nmy $AUTH_USER = '';\n\n# Authentication password\n# Either an encrypted or plain password\n# If an encrypted password, don't forget to set the $IS_HASHED_PASSWD parameter\n# value to TRUE\nmy $AUTH_PASSWD = '';\n\n# Tells whether or not the provided authentication password is encrypted\nmy $IS_HASHED_PASSWD = FALSE;\n\n# Protected area identifier\nmy $REALM = 'i-MSCP provisioning service for slave DNS servers';\n\n#\n## Other parameters\n#\n\n#\n## Please, don't edit anything below this line\n#\n\n# Create the .htpasswd file to restrict access to the provisioning script\nsub createHtpasswdFile\n{\n    if ( $AUTH_USER =~ /:/ ) {\n        error( \"htpasswd: username contains illegal character ':'\" );\n        return 1;\n    }\n\n    require iMSCP::Crypt;\n    my $file = iMSCP::File->new(\n        filename => \"$::imscpConfig{'GUI_ROOT_DIR'}/public/provisioning/.htpasswd\"\n    );\n    $file->set(\n        \"$AUTH_USER:\" . ( $IS_HASHED_PASSWD\n            ? $AUTH_PASSWD : iMSCP::Crypt::htpasswd( $AUTH_PASSWD )\n        )\n    );\n\n    my $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n        $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . $::imscpConfig{'SYSTEM_USER_MIN_UID'}\n    );\n    $rs ||= $file->mode( 0640 );\n}\n\n#\n## Event listeners\n#\n\n# Listener that is responsible to add authentication configuration\niMSCP::EventManager->getInstance()->register(\n    'afterFrontEndBuildConfFile',\n    sub\n    {\n        my ( $tplContent, $tplName ) = @_;\n\n        return 0 unless grep (\n            $_ eq $tplName, qw/ 00_master.nginx 00_master_ssl.nginx /\n        );\n\n        my $locationSnippet = <<\"EOF\";\n    location ^~ /provisioning/ {\n        root /var/www/imscp/gui/public;\n\n        location ~ \\\\.php\\$ {\n            include imscp_fastcgi.conf;\n            satisfy any;\n            deny all;\n            auth_basic \"$REALM\";\n            auth_basic_user_file $::imscpConfig{'GUI_ROOT_DIR'}/public/provisioning/.htpasswd;\n        }\n    }\nEOF\n        ${ $tplContent } = replaceBloc(\n            \"# SECTION custom BEGIN.\\n\",\n            \"# SECTION custom END.\\n\",\n            \"    # SECTION custom BEGIN.\\n\"\n                . getBloc(\n                \"# SECTION custom BEGIN.\\n\",\n                \"# SECTION custom END.\\n\",\n                ${ $tplContent }\n            )\n                . \"$locationSnippet\\n\"\n                . \"    # SECTION custom END.\\n\",\n            ${ $tplContent }\n        );\n        0;\n    }\n) if length $AUTH_USER;\n\n# Listener that is responsible to create provisioning script\niMSCP::EventManager->getInstance()->register(\n    'afterFrontEndInstall',\n    sub\n    {\n        my $fileContent = <<'EOF';\n<?php\nuse iMSCP\\Registry;\nrequire '../../library/imscp-lib.php';\n$config = Registry::get('config');\nif(Registry::isRegistered('bufferFilter')) {\n    $filter = Registry::get('bufferFilter');\n    $filter->compressionInformation = false;\n}\n$masterDnsServerIp = $config['BASE_SERVER_PUBLIC_IP'];\necho \"// CONFIGURATION FOR MAIN DOMAIN\\n\";\necho \"zone \\\"$config->BASE_SERVER_VHOST\\\" {\\n\";\necho \"\\ttype slave;\\n\";\necho \"\\tfile \\\"/var/cache/bind/$config->BASE_SERVER_VHOST.db\\\";\\n\";\necho \"\\tmasters { $masterDnsServerIp; };\\n\";\necho \"\\tallow-notify { $masterDnsServerIp; };\\n\";\necho \"};\\n\";\necho \"// END CONFIGURATION FOR MAIN DOMAIN\\n\\n\";\n$stmt = exec_query('SELECT domain_id, domain_name FROM domain');\n$rowCount = $stmt->rowCount();\nif ($rowCount > 0) {\n    echo \"// $rowCount HOSTED DOMAINS LISTED ON $config->SERVER_HOSTNAME [$masterDnsServerIp]\\n\";\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        echo \"zone \\\"{$row['domain_name']}\\\" {\\n\";\n        echo \"\\ttype slave;\\n\";\n        echo \"\\tfile \\\"/var/cache/bind/{$row['domain_name']}.db\\\";\\n\";\n        echo \"\\tmasters { $masterDnsServerIp; };\\n\";\n        echo \"\\tallow-notify { $masterDnsServerIp; };\\n\";\n        echo \"};\\n\";\n    }\n\n    echo \"// END DOMAINS LIST\\n\\n\";\n}\n$stmt = exec_query('SELECT alias_id, alias_name FROM domain_aliasses');\n$rowCount = $stmt->rowCount();\nif ($rowCount > 0) {\n    echo \"// $rowCount HOSTED ALIASES LISTED ON $config->SERVER_HOSTNAME [$masterDnsServerIp\\n\";\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        echo \"zone \\\"{$row['alias_name']}\\\" {\\n\";\n        echo \"\\ttype slave;\\n\";\n        echo \"\\tfile \\\"/var/cache/bind/{$row['alias_name']}.db\\\";\\n\";\n        echo \"\\tmasters { $masterDnsServerIp; };\\n\";\n        echo \"\\tallow-notify { $masterDnsServerIp; };\\n\";\n        echo \"};\\n\";\n    }\n    echo \"// END ALIASES LIST\\n\";\n}\nEOF\n        local $@;\n        eval {\n            iMSCP::Dir->new(\n                dirname => \"$::imscpConfig{'GUI_ROOT_DIR'}/public/provisioning\"\n            )->make( {\n                user  => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                group => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                mode  => 0550\n            } );\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        if ( length $AUTH_USER ) {\n            my $rs = createHtpasswdFile();\n            return $rs if $rs;\n        }\n\n        my $file = iMSCP::File->new(\n            filename => \"$::imscpConfig{'GUI_ROOT_DIR'}/public/provisioning/slave_provisioning.php\"\n        );\n        $file->set( $fileContent );\n\n        my $rs = $file->save();\n        $rs ||= $file->owner(\n            $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n            $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                . $::imscpConfig{'SYSTEM_USER_MIN_UID'}\n        );\n        $rs ||= $file->mode( 0640 );\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Named/20_named_dualstack.pl",
    "content": "# i-MSCP Listener::Bind9::DualStack listener file\n# Copyright (C) 2010-2017 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Provides dual stack support for bind9.\n#\n\npackage Listener::Bind9::DualStack;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse iMSCP::TemplateParser;\nuse iMSCP::Net;\nuse List::MoreUtils qw/ uniq /;\n\n#\n## Configuration variables\n#\n\n# Parameter that allows to add one or many IPs to the bind9 db_sub file of the specified domains\n# Please replace the entries below by your own entries\n# Be aware that invalid or unallowed IP addresses are ignored silently\nmy %PER_DOMAIN_ADDITIONAL_IPS = (\n    'domain1.tld' => [ 'IP1', 'IP2' ],\n    'domain2.tld' => [ 'IP1', 'IP2' ]\n);\n\n# Parameter that allows to add one or many IPs to all bind9 db files\n# Please replace the entries below by your own entries\n# Be aware that invalid or unallowed IP addresses are ignored silently\nmy @ADDITIONAL_IPS = ( 'IP1', 'IP2' );\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'afterNamedAddDmnDb',\n    sub\n    {\n        my ( $tplDbFileContent, $data ) = @_;\n\n        my $net = iMSCP::Net->getInstance();\n        my @ipList = uniq(\n            map $net->normalizeAddr( $_ ), grep {\n                $net->getAddrType( $_ ) =~ /^(?:PRIVATE|UNIQUE-LOCAL-UNICAST|PUBLIC|GLOBAL-UNICAST)$/\n            } (\n                @ADDITIONAL_IPS,\n                ( ref $PER_DOMAIN_ADDITIONAL_IPS{$data->{'DOMAIN_NAME'}} eq 'ARRAY'\n                    ? @{ $PER_DOMAIN_ADDITIONAL_IPS{$data->{'DOMAIN_NAME'}} }\n                    : ()\n                )\n            )\n        );\n\n        return 0 unless @ipList;\n\n        my @formattedEntries = ();\n\n        for my $ip ( @ipList ) {\n            for my $name ( qw/ @ ftp mail imap pop pop3 relay smtp / ) {\n                push @formattedEntries, $net->getAddrVersion( $ip ) eq 'ipv6'\n                    ? \"$name\\tIN\\tAAAA\\t$ip\\n\" : \"$name\\tIN\\tA\\t$ip\\n\";\n            }\n        }\n\n        ${ $tplDbFileContent } = replaceBloc(\n            \"; custom DNS records BEGIN\\n\",\n            \"; custom DNS records ENDING\\n\",\n            \"; dualstack DNS records BEGIN\\n\"\n                . join( '', @formattedEntries )\n                . \"; dualstack DNS records END\\n\",\n            ${ $tplDbFileContent },\n            'PreserveTags'\n        );\n\n        0;\n    }\n);\n\niMSCP::EventManager->getInstance()->register(\n    'afterNamedAddSub',\n    sub\n    {\n        my ( $wrkDbFileContent, $data ) = @_;\n\n        my $net = iMSCP::Net->getInstance();\n        my @ipList = uniq(\n            map $net->normalizeAddr( $_ ), grep {\n                $net->getAddrType( $_ ) =~ /^(?:PRIVATE|UNIQUE-LOCAL-UNICAST|PUBLIC|GLOBAL-UNICAST)$/\n            } (\n                @ADDITIONAL_IPS,\n                ( ref $PER_DOMAIN_ADDITIONAL_IPS{$data->{'DOMAIN_NAME'}} eq 'ARRAY'\n                    ? @{ $PER_DOMAIN_ADDITIONAL_IPS{$data->{'DOMAIN_NAME'}} }\n                    : ()\n                )\n            )\n        );\n\n        return 0 unless @ipList;\n\n        my @formattedEntries = ();\n\n        for my $ip ( @ipList ) {\n            for my $name ( qw/ @ ftp mail imap pop pop3 relay smtp / ) {\n                push @formattedEntries, $net->getAddrVersion( $ip ) eq 'ipv6'\n                    ? \"$name\\tIN\\tAAAA\\t$ip\\n\" : \"$name\\tIN\\tA\\t$ip\\n\";\n            }\n        }\n\n        ${ $wrkDbFileContent } = replaceBloc(\n            \"; sub [$data->{'DOMAIN_NAME'}] entry BEGIN\\n\",\n            \"; sub [$data->{'DOMAIN_NAME'}] entry ENDING\\n\",\n            \"; sub [$data->{'DOMAIN_NAME'}] entry BEGIN\\n\"\n                . getBloc(\n                \"; sub [$data->{'DOMAIN_NAME'}] entry BEGIN\\n\",\n                \"; sub [$data->{'DOMAIN_NAME'}] entry ENDING\\n\",\n                ${ $wrkDbFileContent }\n            )\n                . \"; dualstack DNS records BEGIN\\n\"\n                . join( '', @formattedEntries )\n                . \"; dualstack DNS records END\\n\"\n                . \"; sub [$data->{'DOMAIN_NAME'}] entry ENDING\\n\",\n            ${ $wrkDbFileContent }\n        );\n\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Nginx/10_nginx_hsts.pl",
    "content": "# i-MSCP Listener::Nginx::HSTS listener file\n# Copyright (C) 2015-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Activates HTTP Strict Transport Security (HSTS).\n#\n\npackage Listener::Nginx::HSTS;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse iMSCP::TemplateParser qw/ getBloc replaceBloc /;\n\niMSCP::EventManager->getInstance()->register(\n    'afterFrontEndBuildConfFile',\n    sub\n    {\n        my ( $tplContent, $tplName ) = @_;\n\n        return 0 unless $tplName eq '00_master_ssl.nginx'\n            && $::imscpConfig{'PANEL_SSL_ENABLED'} eq 'yes';\n\n        ${ $tplContent } = replaceBloc(\n            \"# SECTION custom BEGIN.\\n\",\n            \"# SECTION custom END.\\n\",\n            \"    # SECTION custom BEGIN.\\n\" .\n                getBloc(\n                    \"# SECTION custom BEGIN.\\n\",\n                    \"# SECTION custom END.\\n\",\n                    ${ $tplContent }\n                ) .\n                <<'EOF'\n    add_header Strict-Transport-Security \"max-age=31536000\";\nEOF\n                .\n                \"    # SECTION custom END.\\n\",\n            ${ $tplContent }\n        );\n\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/PHP/10_php_confoptions_override.pl",
    "content": "# i-MSCP Listener::Php::ConfOptions::Override listener file\n# Copyright (C) 2016-2017 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Allows to add or override PHP configuration options globally or per domain.\n##\n## Be aware that only Fcgid and PHP-FPM Apache2 httpd server implementations are supported.\n## Note: When you want operate on a per domain basis, don't forget to set the PHP configuration level to 'per_site'.\n## You can do this by running: perl /var/www/imscp/engine/setup/imscp-reconfigure -dar php\n#\n\npackage Listener::Php::ConfOptions::Override;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\n#\n## Configuration parameters\n#\n\n# Add or overrides the PHP configuration options globally or per domain.\n# - The per domain PHP configuration options take precedence over global PHP configuration options.\n# - The PHP configuration options take precedence over those which are defined through the i-MSCP PHP editor.\n#\n# Placeholders that can be used in PHP option values:\n#\n# {HOME_DIR} Will be replaced by client homedir path\n# {PEAR_DIR} Will be replaced by PHP Pear directory path\n# {TMPDIR}   Will be replaced by PHP temporary directory\n#\n# Note that domain names must be in ASCII format.\nmy %CONFIG_OPTIONS = (\n    # Any PHP configuration option added here will apply globally (to all domains).\n    '*'               => {\n        '<option_name1>' => '<option_value1>',\n        '<option_name2>' => '<option_value2>'\n    },\n\n    # Any PHP configuration added here will apply to domain1.tld only\n    'test.domain.tld' => {\n        option_name1 => 'option_value1',\n        option_name2 => 'option_value2'\n    }\n);\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'beforeHttpdBuildConfFile',\n    sub\n    {\n        my ( $tplContent, $tplName, $data ) = @_;\n\n        if ( $tplName eq 'php.ini'\n            && $::imscpConfig{'HTTPD_SERVER'} eq 'apache_fcgid'\n        ) {\n            # Apply global PHP configuration options overriding if any\n            if ( ref $CONFIG_OPTIONS{'*'} eq 'HASH' ) {\n                while ( my ( $option, $value ) = each(\n                    %{ $CONFIG_OPTIONS{'*'} }\n                ) ) {\n                    next if ${ $tplContent } =~ s/^$option\\s+=.*/$option = $value/gim;\n                    ${ $tplContent } .= \"$option = $value\\n\";\n                }\n            }\n\n            # Apply per domain PHP configuration options overriding if any\n            if ( ref $CONFIG_OPTIONS{$data->{'DOMAIN_NAME'}} eq 'HASH' ) {\n                while ( my ( $option, $value ) = each(\n                    %{ $CONFIG_OPTIONS{$data->{'DOMAIN_NAME'}} }\n                ) ) {\n                    next if ${ $tplContent } =~ s/^$option\\s+=.*/$option = $value/gim;\n                    ${ $tplContent } .= \"$option = $value\\n\";\n                }\n            }\n\n            return 0;\n        }\n\n        return 0 unless $tplName eq 'pool.conf'\n            && $::imscpConfig{'HTTPD_SERVER'} eq 'apache_php_fpm';\n\n        # Apply global PHP configuration options overriding if any\n        if ( ref $CONFIG_OPTIONS{'*'} eq 'HASH' ) {\n            while ( my ( $option, $value ) = each(\n                %{ $CONFIG_OPTIONS{'*'} }\n            ) ) {\n                next if ${ $tplContent } =~ s/^(php_(?:admin_)?(?:value|flag)\\[$option\\]).*/$1 = $value/gim;\n\n                if ( grep ($_ eq lc( $value ), qw/ on off 1 0 true false yes no /) ) {\n                    ${ $tplContent } .= \"php_admin_flag[$option] = $value\\n\";\n                } else {\n                    ${ $tplContent } .= \"php_admin_value[$option] = $value\\n\";\n                }\n            }\n        }\n\n        return 0 unless ref $CONFIG_OPTIONS{$data->{'DOMAIN_NAME'}} eq 'HASH';\n\n        # Apply per domain PHP configuration options overriding if any\n        while ( my ( $option, $value ) = each(\n            %{ $CONFIG_OPTIONS{$data->{'DOMAIN_NAME'}} }\n        ) ) {\n            next if ${ $tplContent } =~ s/^(php_(?:admin_)?(?:value|flag)\\[$option\\]).*/$1 = $value/gim;\n\n            if ( grep ($_ eq lc( $value ), qw/ on off 1 0 true false yes no / ) ) {\n                ${ $tplContent } .= \"php_admin_flag[$option] = $value\\n\";\n            } else {\n                ${ $tplContent } .= \"php_admin_value[$option] = $value\\n\";\n            }\n        }\n\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/PHP/10_phpfpm_settings_override.pl",
    "content": "# i-MSCP Listener::PhpFpm::Settings::Override listener file\n# Copyright (C) 2016-2017 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Allows to override PHP-FPM settings in pool configuration files\n##\n## Note: When you want operate on a per domain basis, don't forget to set the PHP configuration level to 'per_site'.\n## You can do this by running: perl /var/www/imscp/engine/setup/imscp-reconfigure -dar php\n#\n\npackage Listener::PhpFpm::Settings::Override;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\n#\n## Configuration parameters\n#\n\n# Overrides the PHP-FPM settings globally or per domain.\n# - The per domain PHP-FPM settings take precedence over global PHP-FPM settings.\n# - The PHP-FPM settings take precedence over those which are defined in the /etc/imscp/php/php.data file.\n#\n# Note that domain names must be in ASCII format.\nmy %SETTINGS = (\n    # Global PHP-FPM settings\n    # Any setting added here will apply to all domains (globally).\n    '*'               => {\n        pm                        => 'ondemand',\n        'pm.max_children'         => 6,\n        'pm.start_servers '       => 1,\n        'pm.min_spare_servers'    => 1,\n        'pm.max_spare_servers'    => 2,\n        'pm.process_idle_timeout' => '60s',\n        'pm.max_requests'         => 1000\n    },\n\n    # Per domain PHP-FPM settings\n    # Any setting added here will apply to the `test.domain.tld' domains only\n    'test.domain.tld' => {\n        pm                     => 'dynamic',\n        'pm.max_children'      => 10,\n        'pm.start_servers '    => 2,\n        'pm.min_spare_servers' => 1,\n        'pm.max_spare_servers' => 4\n    }\n);\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'beforeHttpdBuildConfFile',\n    sub\n    {\n        my ( $tplContent, $tplName, $data ) = @_;\n\n        return 0 unless $tplName eq 'pool.conf'\n            && $::imscpConfig{'HTTPD_SERVER'} eq 'apache_php_fpm';\n\n        # Apply global PHP-FPM settings\n        if ( ref $SETTINGS{'*'} eq 'HASH' ) {\n            while ( my ( $setting, $value ) = each( %{ $SETTINGS{'*'} } ) ) {\n                ${ $tplContent } =~ s/^\\Q$setting\\E\\s+=.*?\\n/$setting = $value\\n/gm;\n            }\n        }\n\n        return 0 unless ref $SETTINGS{$data->{'DOMAIN_NAME'}} eq 'HASH' ;\n\n        # Apply per domain PHP-FPM settings\n        while ( my ( $setting, $value ) = each(\n            %{ $SETTINGS{$data->{'DOMAIN_NAME'}} }\n        ) ) {\n            ${ $tplContent } =~ s/^\\Q$setting\\E\\s+=.*?\\n/$setting = $value\\n/gm;\n        }\n\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Packages/10_packages_override.pl",
    "content": "# i-MSCP Listener::Packages::Override listener file\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## This listener file make it possible to override default distribution\n# packages file.\n#\n\npackage Listener::Packages::Override;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\n# Path to your own package file\nmy $DISTRO_PACKAGES_FILE = '';\n\n# Please don't edit anything below this line\n\niMSCP::EventManager->getInstance()->register(\n    'onLoadPackagesFile',\n    sub {\n        my $packagesFile = shift;\n        ${ $packagesFile } = $DISTRO_PACKAGES_FILE;\n        0;\n    }\n) if length $DISTRO_PACKAGES_FILE;\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/PhpMyAdmin/10_phpmyadmin_conffile.pl",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2016-2019 by Laurent Declercq\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n#\n## Allows to override default PhpMyAdmin configuration template file\n#\n\npackage Listener::PhpMyAdmin::Conffile;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse iMSCP::File;\n\n#\n## Configuration variables\n#\n\n# Path to PhpMyAdmin configuration template file\nmy $CONFIG_TPL_FILE_PATH = '/root/imscp.config.inc.php';\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'onLoadTemplate',\n    sub\n    {\n        my ( $pkgName, $tplName, $tplContent ) = @_;\n\n        return 0 unless $pkgName eq 'phpmyadmin'\n            && $tplName eq 'imscp.config.inc.php'\n            && -f $CONFIG_TPL_FILE_PATH;\n\n        ${ $tplContent } = iMSCP::File->new(\n            filename => $CONFIG_TPL_FILE_PATH\n        )->get();\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Postfix/10_postfix_smarthost.pl",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n#\n## Configure Postfix to route all mails to a smarthost using SASL authentication.\n#\n\npackage Listener::Postfix::Smarthost;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse iMSCP::File;\nuse Servers::mta;\n\n#\n## Configuration variables\n#\n\nmy $RELAY_HOST = '[smtp.host.tld]';\nmy $RELAY_PORT = '587';\nmy $SASL_AUTH_USER = '';\nmy $SASL_AUTH_PASSWD = '';\nmy $SASL_PASSWD_MAP_PATH = '/etc/postfix/relay_passwd';\n\n#\n## Please, don't edit anything below this line unless you known what you're doing\n#\n\n# Add the libsasl2-modules distribution package to the list of distribution\n# packages to install\niMSCP::EventManager->getInstance()->registerOne(\n    'beforeInstallPackages',\n    sub {\n        push @{ $_[0] }, 'libsasl2-modules';\n        0;\n    }\n);\n\n# We must prevent uninstallation of the libsasl2-modules distribution package\niMSCP::EventManager->getInstance()->registerOne(\n    'beforeUninstallPackages',\n    sub {\n        @{ $_[0] } = grep { $_ ne 'libsasl2-modules' } @{ $_[0] };\n        0;\n    }\n);\n\niMSCP::EventManager->getInstance()->register(\n    'afterMtaBuildConf',\n    sub\n    {\n        my $mta = Servers::mta->factory();\n        my $rs = $mta->addMapEntry(\n            $SASL_PASSWD_MAP_PATH,\n            \"$RELAY_HOST:$RELAY_PORT\\t$SASL_AUTH_USER:$SASL_AUTH_PASSWD\"\n        );\n        $rs ||= $mta->postconf( (\n            # Relay parameter\n            relayhost                  => {\n                action => 'replace',\n                values => [ \"$RELAY_HOST:$RELAY_PORT\" ]\n            },\n            # smtp SASL parameters\n            smtp_sasl_type             => {\n                action => 'replace',\n                values => [ 'cyrus' ]\n            },\n            smtp_sasl_auth_enable      => {\n                action => 'replace',\n                values => [ 'yes' ]\n            },\n            smtp_sasl_password_maps    => {\n                action => 'add',\n                values => [ \"hash:$SASL_PASSWD_MAP_PATH\" ]\n            },\n            smtp_sasl_security_options => {\n                action => 'replace',\n                values => [ 'noanonymous' ]\n            }\n        ));\n    },\n    -99\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Postfix/10_postfix_transport_table.pl",
    "content": "# i-MSCP Listener::Postfix::Transport::Table listener file\n# Copyright (C) 2019 Laurent Declercq <l.declercq@nuxwin.com>\n# Copyright (C) 2017 Matthew L. Hill <m.hill@innodapt.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\npackage Listener::Postfix::Transport::Table;\n\n#\n## Allows to add entries in the postfix transport(5) table\n#\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse Servers::mta;\n\n#\n## Configuration variables\n#\n\n# Parameter that allows to specify transport entries that must be added in the\n# Postfix transport(5) table.\n#\n# Please replace the entries below by your own entries.\nmy %TRANSPORT_TABLE_ENTRIES = (\n    'recipientdomain.tld' => 'relay:my.smtprelay',\n    'user2@domain.tld'    => 'smtp:some-other-host'\n);\n\n#\n## Please, don't edit anything below this line.\n#\n\n# Listener responsible to add entries in the Postfix transport(5) table\niMSCP::EventManager->getInstance()->register(\n    'afterCreatePostfixMaps',\n    sub\n    {\n        my $mta = Servers::mta->factory();\n        while ( my ( $recipient, $transport ) = each(\n            %TRANSPORT_TABLE_ENTRIES\n        ) ) {\n            my $rs = $mta->addMapEntry(\n                $mta->{'config'}->{'MTA_TRANSPORT_HASH'},\n                \"$recipient\\t$transport\"\n            );\n            return $rs if $rs;\n        }\n\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Postfix/10_postfix_tuning.pl",
    "content": "# i-MSCP Listener::Postfix::Tuning listener file\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Tune up Postfix configuration files (main.cf and master.cf).\n#\n\npackage Listener::Postfix::Tuning;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug;\nuse iMSCP::EventManager;\nuse Servers::mta;\n\n#\n## Configuration variables\n#\n\n## Postfix main.cf (see http://www.postfix.org/postconf.5.html)\n# Hash where each pair of key/value correspond to a postfix parameter\n# Please replace the entries below by your own entries\nmy %MAIN_CF_PARAMETERS = (\n    inet_protocols     => 'ipv4, ipv6',\n    inet_interfaces    => '127.0.0.1, 192.168.2.5, [2001:db8:0:85a3::ac1f:8001]',\n    smtp_bind_address  => '192.168.2.5',\n    smtp_bind_address6 => '',\n    relayhost          => '192.168.1.5:125'\n);\n\n## Postfix master.cf (see http://www.postfix.org/master.5.html)\n# Array where each entry correspond to a postfix service. Entries are added at bottom.\n# Please replace the entries below by your own entries\nmy @MASTER_CF_PARAMETERS = (\n    '125       inet  n       -       -       -       -       smtpd'\n);\n\n#\n## Please, don't edit anything below this line.\n#\n\niMSCP::EventManager->getInstance()->register(\n    'afterMtaBuildConf',\n    sub\n    {\n        my %params = ();\n        while ( my ( $param, $value ) = each( %MAIN_CF_PARAMETERS ) ) {\n            $params{$param} = {\n                action => 'replace',\n                values => [ split /,\\s+/, $value ]\n            };\n        }\n\n        if ( %params ) {\n            my $rs = Servers::mta->factory()->postconf( %params );\n            return $rs if $rs;\n        }\n\n        0;\n    },\n    -99\n);\n\niMSCP::EventManager->getInstance()->register(\n    'afterMtaBuildMasterCfFile',\n    sub\n    {\n        my $cfgTpl = shift;\n\n        return 0 unless @MASTER_CF_PARAMETERS;\n\n        ${ $cfgTpl } .= join( \"\\n\", @MASTER_CF_PARAMETERS ) . \"\\n\";\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Postfix/20_postfix_policy_whitelist.pl",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2013-2017 by Sascha Bay\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n#\n## Setup Postfix whilelist tables for policy servers.\n#\n\npackage Listener::Postfix::Policy::Whitelist;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse Servers::mta;\n\n#\n## Configuration variables\n#\n\nmy $POLICY_CLIENT_WHITELIST_TABLE_PATH = '/etc/postfix/policy_client_whitelist';\nmy $POLICY_RECIPIENT_WHITELIST_TABLE_PATH = '/etc/postfix/policy_recipient_whitelist';\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'afterMtaBuildConf',\n    sub\n    {\n        my $mta = Servers::mta->factory();\n\n        if ( length $POLICY_CLIENT_WHITELIST_TABLE_PATH ) {\n            my $rs = $mta->addMapEntry( $POLICY_CLIENT_WHITELIST_TABLE_PATH );\n            $rs ||= $mta->postconf( (\n                smtpd_recipient_restrictions => {\n                    action => 'add',\n                    before => qr/permit/,\n                    values => [\n                        \"check_client_access hash:$POLICY_CLIENT_WHITELIST_TABLE_PATH\",\n                    ]\n                }\n            ));\n            return $rs if $rs;\n        }\n\n        return 0 unless length $POLICY_RECIPIENT_WHITELIST_TABLE_PATH;\n\n        my $rs = $mta->addMapEntry( $POLICY_RECIPIENT_WHITELIST_TABLE_PATH );\n        $rs ||= $mta->postconf( (\n            smtpd_recipient_restrictions => {\n                action => 'add',\n                before => qr/permit/,\n                values => [\n                    \"check_recipient_access hash:$POLICY_RECIPIENT_WHITELIST_TABLE_PATH\"\n                ]\n            }\n        ));\n    },\n    -99\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Postfix/30_postfix_bcc_maps.pl",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2013-2017 by Sascha Bay\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n#\n## Setup Postfix recipient and sender bbc maps.\n#\n\npackage Listener::Postfix::BCC::Map;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse Servers::mta;\n\n#\n## Configuration variables\n#\n\nmy $RECIPIENT_BBC_MAP_PATH = '/etc/postfix/recipient_bcc_map';\nmy $SENDER_BBC_MAP_PATH = '/etc/postfix/sender_bcc_map';\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'afterMtaBuildConf',\n    sub\n    {\n        my $mta = Servers::mta->factory();\n\n        if ( length $RECIPIENT_BBC_MAP_PATH ) {\n            my $rs = $mta->addMapEntry( $RECIPIENT_BBC_MAP_PATH );\n            $rs ||= $mta->postconf( (\n                recipient_bcc_maps => {\n                    action => 'add',\n                    values => [ \"hash:$RECIPIENT_BBC_MAP_PATH\" ]\n                },\n            ));\n            return $rs if $rs;\n        }\n\n        return 0 unless length $SENDER_BBC_MAP_PATH;\n\n        my $rs = $mta->addMapEntry( $SENDER_BBC_MAP_PATH );\n        $rs ||= $mta->postconf( (\n            sender_bcc_maps => {\n                action => 'add',\n                values => [ \"hash:$SENDER_BBC_MAP_PATH\" ]\n            }\n        ));\n    },\n    -99\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Postfix/40_postfix_sender_canonical.pl",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2013-2017 by Sascha Bay\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n#\n## Setup Postfix sender canonical maps.\n#\n\npackage Listener::Postfix::Sender::Canonical;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse Servers::mta;\n\n#\n## Configuration variables\n#\n\nmy $SENDER_CANONICAL_MAP_PATH = '/etc/postfix/sender_canonical';\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'afterMtaBuildConf',\n    sub\n    {\n        return 0 unless length $SENDER_CANONICAL_MAP_PATH;\n\n        my $mta = Servers::mta->factory();\n        my $rs = $mta->addMapEntry( $SENDER_CANONICAL_MAP_PATH );\n        $rs ||= $mta->postconf( (\n            sender_canonical_maps => {\n                action => 'add',\n                values => [ \"hash:$SENDER_CANONICAL_MAP_PATH\" ]\n            }\n        ));\n    },\n    -99\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Postfix/50_postfix_sender_generic.pl",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2013-2017 by Sascha Bay\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n#\n## Setup Postfix sender generic maps.\n#\n\npackage Listener::Postfix::Sender::Generic::Map;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse Servers::mta;\n\n#\n## Configuration variables\n#\n\nmy $SENDER_GENERIC_MAP_PATH = '/etc/postfix/imscp/smtp_outgoing_rewrite';\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'afterMtaBuildConf',\n    sub\n    {\n        return 0 unless $SENDER_GENERIC_MAP_PATH;\n\n        my $mta = Servers::mta->factory();\n        my $rs = $mta->addMapEntry( $SENDER_GENERIC_MAP_PATH );\n        $rs ||= $mta->postconf( (\n            smtp_generic_maps => {\n                action => 'add',\n                values => [ \"hash:$SENDER_GENERIC_MAP_PATH\" ]\n            }\n        ));\n    },\n    -99\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Postfix/60_postfix_pfs.pl",
    "content": "# i-MSCP Listener::Postfix::PFS listener file\n# Copyright (C) 2015-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Adds self-generated EDH parameter files for Perfect Forward Secrecy (PFS).\n##\n## First, you must create the files before activating this listener:\n##\n##   cd /etc/postfix\n##   umask 022\n##   openssl dhparam -out dh512.tmp 512 && mv dh512.tmp dh512.pem\n##   openssl dhparam -out dh2048.tmp 2048 && mv dh2048.tmp dh2048.pem\n##   chmod 644 dh512.pem dh2048.pem\n#\n\npackage Listener::Postfix::PFS;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\niMSCP::EventManager->getInstance()->register(\n    'afterMtaBuildConf',\n    sub\n    {\n        return 0 unless -f '/etc/postfix/dh2048.pem'\n            && -f '/etc/postfix/dh512.pem';\n\n        Servers::mta->factory()->postconf( (\n            smtpd_tls_dh1024_param_file => {\n                action => 'replace',\n                values => [ '/etc/postfix/dh2048.pem' ]\n            },\n            smtpd_tls_dh512_param_file  => {\n                action => 'replace',\n                values => [ '/etc/postfix/dh512.pem' ]\n            }\n        ));\n    },\n    -99\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/Postfix/70_postfix_submission_tls.pl",
    "content": "# i-MSCP Listener::Postfix::Submission::TLS listener file\n# Copyright (C) 2015-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Enforces TLS connection on Postfix submission and disable unsafe TLS\n## versions.\n#\n\npackage Listener::Postfix::Submission::TLS;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse Servers::mta;\n\niMSCP::EventManager->getInstance()->register(\n    'afterMtaBuildMasterCfFile',\n    sub\n    {\n        my $content = shift;\n\n        # Redefine submission service\n        # According MASTER(5)), when multiple lines specify the same service\n        # name and type, only the last one is remembered.\n        ${ $content } .= <<'EOF';\n# Redefines submission service to enforce TLS\nsubmission inet n       -       y       -       -       smtpd\n -o smtpd_tls_security_level=encrypt\n -o smtpd_sasl_auth_enable=yes\n -o smtpd_client_restrictions=permit_sasl_authenticated,reject\nEOF\n        0;\n    }\n);\n\niMSCP::EventManager->getInstance()->register(\n    'afterMtaBuildConf',\n    sub\n    {\n        # smtpd_tls_security_level=encrypt means mandatory.\n        # Make sure to disable vulnerable SSL versions\n        Servers::mta->factory()->postconf( (\n            smtpd_tls_mandatory_protocols => {\n                action => 'replace',\n                values => [ '!SSLv2', '!SSLv3' ]\n            }\n        ));\n    },\n    -99\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/ProFTPd/10_proftpd_auth_unix.pl",
    "content": "# i-MSCP Listener::ProFTPd::Auth::Unix listener file\n# Copyright (C) 2017 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Enable unix authentication\n## See:\n##  - http://www.proftpd.org/docs/modules/mod_auth_pam.html\n##  - http://www.proftpd.org/docs/modules/mod_auth_unix.html\n#\n\npackage Listener::ProFTPd::Auth::Unix;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\niMSCP::EventManager->getInstance()->register(\n    'afterFtpdBuildConf',\n    sub\n    {\n        my ( $tplContent, $tplName ) = @_;\n\n        return 0 unless $tplName eq 'proftpd.conf';\n\n        ${ $tplContent } =~ s/(AuthOrder\\s+.*)/$1 mod_auth_unix.c/im;\n        ${ $tplContent } =~ s/(<\\/Global>)/\\n  PersistentPasswd         off\\n$1/im;\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/ProFTPd/10_proftpd_serverident.pl",
    "content": "# i-MSCP Listener::ProFTPd::ServerIdent listener file\n# Copyright (C) 2017 Laurent Declercq <l.declercq@nuxwin.com>\n# Copyright (C) 2015-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Show custom server identification message\n## See See http://www.proftpd.org/docs/directives/linked/config_ref_ServerIdent.html\n#\n\npackage Listener::ProFTPd::ServerIdent;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse iMSCP::TemplateParser;\n\n#\n## Configuration parameters\n#\n\n# Server identification message to display when a client connect\nmy $SERVER_IDENT_MESSAGE = 'i-MSCP FTP server.';\n\n#\n## Please, don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'beforeFtpdBuildConf',\n    sub\n    {\n        my ( $tplContent, $tplName ) = @_;\n\n        return 0 unless $tplName eq 'proftpd.conf';\n        $SERVER_IDENT_MESSAGE =~ s%(\"|\\\\)%\\\\$1%g;\n        ${ $tplContent } = process(\n            {\n                SERVER_IDENT_MESSAGE => qq/\"$SERVER_IDENT_MESSAGE\"/\n            },\n            ${ $tplContent }\n        );\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/ProFTPd/10_proftpd_tls.pl",
    "content": "# i-MSCP Listener::ProFTPd::TLS listener file\n# Copyright (C) 2019 Laurent Declercq <l.declercq@nuxwin.com>\n# Copyright (C) 2015-2017 Rene Schuster <mail@reneschuster.de>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Enforce TLS\n## See http://www.proftpd.org/docs/directives/linked/config_ref_TLSRequired.html\n#\n\npackage Listener::ProFTPd::TLS;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\niMSCP::EventManager->getInstance()->register(\n    'afterFtpdBuildConf',\n    sub\n    {\n        my ( $tplContent, $tplName ) = @_;\n\n        return 0 unless $tplName eq 'proftpd.conf';\n        ${ $tplContent } =~ s/(TLSRequired\\s+)off/${1}on/im;\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/README.md",
    "content": "# i-MSCP listeners\n\n## Introduction\n\nSet of listener files for i-MSCP.\n\n## Installation\n\nTo install a listener file, you must upload it in the **/etc/imscp/listeners.d** directory, and edit the configuration\nparameters inside it if any. Once done, you should rerun the i-MSCP installer.\n\n## Apache2 listener files\n\n### 10_apache2_dualstack.pl\n\nProvides dual stack support for Apache2.\n\n### 20_apache2_serveralias_override.pl\n\nAllows to overwrite Apache2 ServerAlias directive.\n\n### 30_apache2_tools_proxy.pl\n\nAllows to redirect/proxy i-MSCP tools (pma,webmail...) in customers Apache2 vhost files.\n\n### 40_apache2_security_headers.pl\n\nAllows to add Apache2 security headers - https://securityheaders.io\n\n## Backup listener files\n\n### 10_backup_storage_outsourcing.pl\n\nAllows storage of customer backup directories elsewhere on the file system.\n\n## Dovecot listener files\n\n### 10_dovecot_compress.pl\n\nActivates the Dovecot compress plugin to reduce the bandwidth usage of IMAP, and also compresses the stored mails.\n\nFor more information please consult:\n\n * http://wiki2.dovecot.org/Plugins/Compress\n * http://wiki2.dovecot.org/Plugins/Zlib\n\n### 20_dovecot_connections.pl\n\nAllows to increase the mail_max_userip_connections parameter value.\n\n### 30_dovecot_namespace.pl\n\nCreates the INBOX. as a compatibility name, so old clients can continue using it while new clients will use the empty\nprefix namespace.\n\n### 40_dovecot_pfs.pl\n\nActivates the Perfect Forward Secrecy logging.\n\n### 50_dovecot_plaintext.pl\n\nDisables plaintext logins and enforce TLS. Also remove the cram-md5 and digest-md5 authentication mechanisms that are no\nlonger supported in i-MSCP 1.3.x.\n\n### 60_dovecot_service_login.pl (requires Dovecot 2.1.0 or newer)\n\nAllows to modify default service-login configuration options. This listener file.\n\n## FrontEnd listener files\n\n### 10_frontend_templates_override.pl\n\nListener file that allows to override frontEnd default template files\n\n## Named listener files\n\n### 10_named_rrl.pl\n\nListener file that implements RRL (Response-Rate-Limiting)\n\n### 10_named_global_ns.pl (requires i-MSCP 1.3.8 or newer)\n\nListener file that allows to set identical NS entries in all zones\n\n**Warning:**  Warning: Don't forget to declare your slave DNS servers to i-MSCP. Don't forget also to activate IPv6\nsupport if needed. All this can be done by reconfiguring the `named` service as follow:\n\n```\n   perl /var/www/imscp/engine/setup/imscp-reconfigure -dr named\n```\n\nIf you don't do so, zone transfers to your slave DNS servers won't be allowed.\n\n### 10_named_localnets.pl\n\nListener file that setup Bind9 for local network.\n\n### 10_named_override_default_rr.pl\n\nListener that allows overriding of default DNS records with custom DNS records\n\nFollowing DNS resource records can be overriden:\n\n - @   IN {IP_TYPE} {DOMAIN_IP}\n - www IN CNAME     @\n\n### 10_named_slave_provisioning.pl (requires i-MSCP 1.2.12 or newer)\n\nProvides slave DNS server(s) provisioning service.\n\n### 20_named_dualstack.pl\n\nProvides dual stack support for bind9.\n\n## Nginx listener files\n\n### 10_nginx_hsts.pl\n\nActivates HTTP Strict Transport Security (HSTS).\n\n## Packages listener files\n\n### 10_packages_override.pl\n\nReplaces package file with custom one.\n\n## PHP listener files\n\n### 10_php_confoptions_override.pl\n\nAllows to add or override PHP configuration options globally or per domain.\n\nBe aware that only Fcgid and PHP-FPM Apache2 httpd server implementations are supported.\n\nNote: When you want operate on a per domain basis, don't forget to set the PHP configuration level to 'per_site'. You\ncan do this by running:\n\n```\n# perl /var/www/imscp/engine/setup/imscp-reconfigure -dar php\n```\n\n### 10_phpfpm_settings_override.pl\n\nAllows to override PHP-FPM settings in pool configuration files.\n\nNote: When you want operate on a per domain basis, don't forget to set the PHP configuration level to 'per_site'. You\ncan do this by running:\n\n```\n# perl /var/www/imscp/engine/setup/imscp-reconfigure -dar php\n```\n\n## PhpMyAdmin listener files\n\n### 10_phpmyadmin_conffile.pl\n\nAllows to override default PhpMyAdmin configuration template file\n\n## Postfix listener files\n\n### 10_postfix_smarthost.pl\n\nConfigure Postfix to route all mails to a smarthost using SASL authentication.\n\n### 10_postfix_transport_table.pl\n\nAdd entries in Postfix transport(5) table\n\n### 10_postfix_tuning.pl\n\nTune up Postfix configuration files (main.cf and master.cf).\n\n### 20_postfix_policy_whitelist.pl\n\nSetup Postfix whilelist tables for policy servers.\n\n### 30_postfix_bcc_maps.pl\n\nSetup Postfix recipient and sender bbc maps.\n\n### 40_postfix_sender_canonical.pl\n\nSetup Postfix sender canonical maps.\n\n### 50_postfix_sender_generic.pl\n\nSetup Postfix sender generic maps.\n\n### 60_postfix_pfs.pl\n\nAdds self-generated EDH parameter files for Perfect Forward Secrecy (PFS).\n\nFirst, you must create the files before activating this listener:\n\n```\n# cd /etc/postfix\n# umask 022\n# openssl dhparam -out dh512.tmp 512 && mv dh512.tmp dh512.pem\n# openssl dhparam -out dh2048.tmp 2048 && mv dh2048.tmp dh2048.pem\n# chmod 644 dh512.pem dh2048.pem\n```\n\n### 70_postfix_submission_tls.pl\n\nEnforces TLS connection on Postfix submission.\n\n## Proftpd listener files\n\n### 10_proftpd_auth_unix.pl\n\nEnable unix authentication.\n\n### 10_proftpd_serverident.pl\n\nSet custom server identification message.\n\nListener file compatible with i-MSCP >= 1.4.4\n\n### 10_proftpd_tls.pl\n\nEnforce TLS.\n\n## Roundcube Webmail listener files\n\n### 10_roundcube_tls.pl\n\nChanges the Roundcube Webmail configuration to connect through TLS.\n\n## System listener files\n\n### 10_system_hosts.pl\n\nAllows to add host entries in the system hosts file (eg. /etc/hosts).\n\n### 10_system_mount_userwebdir.pl\n\nAllows mounting of USER_WEB_DIR from another location into /var/www/virtual\n\nListener file compatible with i-MSCP >= 1.3.4\n"
  },
  {
    "path": "contrib/Listeners/Roundcube/10_roundcube_tls.pl",
    "content": "# i-MSCP Listener::Roundcube::TLS listener file\n# Copyright (C) 2015-2017 Rene Schuster <mail@reneschuster.de>\n# Copyright (C) 2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Changes the Roundcube Webmail configuration to connect through TLS.\n#\n\npackage Listener::Roundcube::TLS;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\n\n#\n## Please, don't edit anything below this line unless you known what you're doing\n#\n\niMSCP::EventManager->getInstance()->register(\n    'afterSetupTasks',\n    sub\n    {\n        my $file = iMSCP::File->new(\n            filename => \"$::imscpConfig{'GUI_ROOT_DIR'}/public/tools/roundcube/config/config.inc.php\"\n        );\n        return 1 unless defined( my $fileContent = $file->getAsRef());\n\n        ${ $fileContent } =~ s/(\\$config\\['(?:default_host|smtp_server)?'\\]\\s+=\\s+').*(';)/$1tls:\\/\\/$::imscpConfig{'BASE_SERVER_VHOST'}$2/g;\n\n        $file->save();\n    }\n);\n\niMSCP::EventManager->getInstance()->register(\n    'beforeUpdateRoundCubeMailHostEntries',\n    sub {\n        my ( $hostname ) = @_;\n        ${ $hostname } = $::imscpConfig{'BASE_SERVER_VHOST'};\n        0;\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/System/10_system_hosts.pl",
    "content": "# i-MSCP Listener::System::Hosts listener file\n# Copyright (C) 2010-2017 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Allows to add host entries in the system hosts file (eg. /etc/hosts).\n#\n\npackage Listener::System::Hosts;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse iMSCP::File;\n\n#\n## Configuration variables\n#\n\n# Path to system hosts file\nmy $HOST_FILE_PATH = '/etc/hosts';\n\n# Parameter which allow to add one or many host entries in the system hosts file\n# Please replace the entries below by your own entries\nmy @HOST_ENTRIES = (\n    '192.168.1.10\tfoo.mydomain.org\tfoo',\n    '192.168.1.13\tbar.mydomain.org\tbar'\n);\n\n#\n## Please, don't edit anything below this line\n#\n\n# Listener responsible to add host entries in the system hosts file, once it was built by i-MSCP\niMSCP::EventManager->getInstance()->register(\n    'afterSetupServerHostname',\n    sub\n    {\n        return 0 unless -f $HOST_FILE_PATH;\n\n        my $file = iMSCP::File->new( filename => $HOST_FILE_PATH );\n        return 1 unless defined( my $fileContent = $file->get());\n\n        $file->set( $fileContent . ( join \"\\n\", @HOST_ENTRIES ) . \"\\n\" );\n        $file->save();\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/Listeners/System/10_system_mount_userwebdir.pl",
    "content": "# i-MSCP Listener::System::Mount::Userwebdir listener file\n# Copyright (C) 2010-2017 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\n#\n## Remount your own USER_WEB_DIR to USER_WEB_DIR. For instance `/home/virtual' to `/var/www/virtual'\n## Note that when using this listener, you must not add the mount entry in the system /etc/fstab file.\n## Listener file compatible with i-MSCP >= 1.3.4\n#\n\npackage Listener::System::Mount::Userwebdir;\n\nuse strict;\nuse warnings;\nuse iMSCP::EventManager;\nuse iMSCP::Mount qw/ mount umount addMountEntry /;\n\n#\n## Configuration parameters\n#\n\n# Path to your own USER_WEB_DIR  directory\nmy $USER_WEB_DIR = '/home/virtual';\n\n#\n## Please don't edit anything below this line\n#\n\niMSCP::EventManager->getInstance()->register(\n    'afterSetupInstallFiles',\n    sub\n    {\n        my $rs = umount( $::imscpConfig{'USER_WEB_DIR'} );\n        $rs ||= mount( {\n            fs_spec    => $USER_WEB_DIR,\n            fs_file    => $::imscpConfig{'USER_WEB_DIR'},\n            fs_vfstype => 'none',\n            fs_mntops  => 'rbind,rslave'\n        } );\n        $rs ||= addMountEntry(\n            \"$USER_WEB_DIR $::imscpConfig{'USER_WEB_DIR'} none rbind,rslave\"\n        );\n    }\n);\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/scripts/fix_duplicate_mounts.pl",
    "content": "#!/usr/bin/perl\n# Copyright (C) 2016-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\nuse strict;\nuse warnings;\nuse lib '/var/www/imscp/engine/PerlLib';\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Debug qw/ setDebug setVerbose /;\nuse iMSCP::Mount qw/ umount /;\n\nexit unless iMSCP::Bootstrapper->getInstance()->lock(\n    '/var/lock/imscp-mountall.lock', TRUE\n);\n\niMSCP::Bootstrapper->getInstance()->boot( {\n    mode            => 'backend',\n    nokeys          => TRUE,\n    nodatabase      => TRUE,\n    config_readonly => TRUE\n} );\n\nsetDebug( FALSE );\nsetVerbose( TRUE );\numount( $::imscpConfig{'USER_WEB_DIR'} );\n\n1;\n__END__\n"
  },
  {
    "path": "contrib/scripts/imscp_mail_from_csv.php",
    "content": "<?php\n/**\n * Copyright (C) 2010-2018 by Laurent Declercq\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Exception\\Exception;\n\n/**\n * Script that allows to import mail accounts into i-MSCP using a CSV file as source.\n * CSV file entries must be as follow:\n *\n * user@domain.tld,password\n * user2@domain.tld,password\n * ...\n */\n\n/**\n * Get mail data\n *\n * @param string $domainName Domain name\n * @return array Array which contains mail data\n */\nfunction cli_getMailData($domainName)\n{\n    static $data = [];\n\n    if (!array_key_exists($domainName, $data)) {\n        $stmt = exec_query('SELECT domain_id FROM domain WHERE domain_name = ?', $domainName);\n\n        if ($stmt->rowCount()) {\n            $row = $stmt->fetchRow();\n            $data[$domainName] = [\n                'domain_id' => $row['domain_id'],\n                'sub_id' => '0',\n                'mail_type' => MT_NORMAL_MAIL\n            ];\n        } else {\n            $stmt = exec_query(\n                \"\n                    SELECT domain_id, subdomain_id\n                    FROM subdomain\n                    JOIN domain USING(domain_id)\n                    WHERE CONCAT(subdomain_name, '.', domain_name) = ?\n                \",\n                $domainName\n            );\n\n            if ($stmt->rowCount()) {\n                $row = $stmt->fetchRow();\n                $data[$domainName] = [\n                    'domain_id' => $row['domain_id'],\n                    'sub_id' => $row['subdomain_id'],\n                    'mail_type' => MT_SUBDOM_MAIL\n                ];\n            } else {\n                $stmt = exec_query('SELECT domain_id FROM domain_aliasses WHERE alias_name = ?', $domainName);\n                if ($stmt->rowCount()) {\n                    $row = $stmt->fetchRow();\n                    $data[$domainName] = [\n                        'domain_id' => $row['domain_id'],\n                        'sub_id' => '0',\n                        'mail_type' => MT_ALIAS_MAIL\n                    ];\n                } else {\n                    $stmt = exec_query(\n                        \"\n                            SELECT domain_id, subdomain_alias_id\n                            FROM subdomain_alias\n                            JOIN domain_aliasses USING(alias_id)\n                            JOIN domain USING(domain_id)\n                            WHERE CONCAT(subdomain_alias_name, '.', alias_name) = ?\n                        \",\n                        $domainName\n                    );\n\n                    if ($stmt->rowCount()) {\n                        $row = $stmt->fetchRow();\n                        $data[$domainName] = [\n                            'domain_id' => $row['domain_id'],\n                            'sub_id' => $row['subdomain_alias_id'],\n                            'mail_type' => MT_ALSSUB_MAIL\n                        ];\n                    } else {\n                        $data[$domainName] = null;\n                    }\n                }\n            }\n        }\n    }\n\n    if ($data[$domainName] !== null) {\n        return $data[$domainName];\n    }\n\n    throw new Exception('This script can only add mail accounts for domains which are already managed by i-MSCP.');\n}\n\ninclude '/var/www/imscp/gui/library/imscp-lib.php';\n\nerror_reporting(0);\nini_set('display_errors', 0);\nini_set('max_execution_time', 0);\n\n// Full path to CSV file\nif (!isset($argv[1])) {\n    printf(\"USAGE: php %s <FULL_PATH_TO_CSV_FILE>\\n\", $argv[0]);\n    exit(1);\n}\n\n$csvFilePath = $argv[1];\n\n// csv column delimiter\n$csvDelimiter = ',';\n\nif (($handle = fopen($csvFilePath, 'r')) === false) {\n    fwrite(STDERR, sprintf(\"ERROR: Unable to open %s file.\\n\", $csvFilePath));\n    exit(1);\n}\n\n$db = DatabaseMySQL::getInstance();\n$stmt = $db->prepare(\n    '\n        INSERT INTO mail_users (\n            mail_acc, mail_pass, mail_forward, domain_id, mail_type, sub_id, status, mail_auto_respond,\n            mail_auto_respond_text, quota, mail_addr\n        ) VALUES (\n            :mail_acc, :mail_pass, :mail_forward, :domain_id, :mail_type, :sub_id, :status, :mail_auto_respond,\n            :mail_auto_respond_text, :quota, :mail_addr\n        )\n    '\n);\n\n// Create i-MSCP mail accounts using entries from CSV file\nwhile (($csvEntry = fgetcsv($handle, 1024, $csvDelimiter)) !== false) {\n    $mailAddr = trim($csvEntry[0]);\n    $asciiMailAddr = encode_idna($mailAddr);\n    $mailPassword = trim($csvEntry[1]);\n\n    try {\n        if (!chk_email($asciiMailAddr)) {\n            throw new Exception(sprintf('%s is not a valid email address.', $mailAddr));\n        }\n\n        if (!checkPasswordSyntax($mailPassword)) {\n            throw new Exception(sprintf('Wrong password syntax or length for the %s mail account.', $mailAddr));\n        }\n\n        list($mailUser, $mailDomain) = explode('@', $asciiMailAddr);\n\n        $mailAccount = array_merge(cli_getMailData($mailDomain), [\n            'mail_acc' => $mailUser,\n            'mail_pass' => $mailPassword,\n            'mail_forward' => '_no_',\n            'status' => 'toadd',\n            'mail_auto_respond' => '0',\n            'mail_auto_respond_text' => null,\n            'quota' => '0',\n            'mail_addr' => $asciiMailAddr\n        ]);\n\n        try {\n            $db->execute($stmt, $mailAccount);\n            printf(\"`%s` has been successfully inserted in database.\\n\", $mailAddr);\n        } catch (PDOException $e) {\n            if ($e->getCode() == 23000) {\n                printf(\"WARN: `%s` already exists in database. Skipping...\\n\", $mailAddr);\n            } else {\n                fwrite(STDERR, sprintf(\"ERROR: Couldn't insert `%s in database: %s\\n\", $mailAddr, $e->getMessage()));\n            }\n        }\n    } catch (Exception $e) {\n        fwrite(STDERR, sprintf(\"ERROR: `%s` has been skipped: %s\\n\", $mailAddr, $e->getMessage()));\n    }\n}\n\nif (!send_request()) {\n    fwrite(STDERR, \"ERROR: Couldn't send request to i-MSCP daemon.\\n\");\n    exit(1);\n}\n\nprint \"Request has been successfully sent to i-MSCP daemon.\\n\";\nexit(0);\n"
  },
  {
    "path": "contrib/scripts/poodle.sh",
    "content": "#!/bin/bash\n#\n#  Copyright (C) 2014 by Red Hat\n#\n#  This program is free software; you can redistribute it and/or modify\n#  it under the terms of the GNU General Public License as published by\n#  the Free Software Foundation; either version 3 of the License, or\n#  (at your option) any later version.\n#\n# Script which allow to test services for poodle vulnerability\n#\n# Usage example for a single port:\n#\n# sh ./poodle.sh <ip> 21\n#\n# Usage example for many ports:\n#\n# for i in `echo 21 587 443 465 993 995 `; do sh ./poodle.sh <ip> $i; done\n#\n\nhost=${1:-127.0.0.1}\nport=${2:-443}\nprotocol=${3:-ssl3}\ntimeout_bin=`which timeout 2>/dev/null`\n\necho -n \"$host:$port - \"\nif [ $port -eq 21 ]; then\n\topt=\"-starttls ftp\"\nfi\nif [ $port -eq 587 ]; then\n\topt=\"-starttls smtp\"\nfi\n\nout=\"`echo 'Q' | ${timeout_bin:+$timeout_bin 5} openssl s_client -$protocol $opt -connect \"${host}:${port}\" 2>/dev/null`\"\n\nif [ $? -eq 124 ]; then\n\techo \"error: Timeout connecting to host!\"\n\texit 1\nfi\n\nif ! echo \"$out\" | grep -q 'Cipher is' ; then\n\techo 'Not vulnerable.  Failed to establish SSL connection.'\n\texit 0\nfi\n\nproto=`echo \"$out\" | grep '^ *Protocol *:' | awk '{ print $3 }'`\ncipher=`echo \"$out\" | grep '^ *Cipher *:' | awk '{ print $3 }'`\n\nif [ \"$cipher\" = '0000'  -o  \"$cipher\" = '(NONE)' ]; then\n\techo 'Not vulnerable.  Failed to establish SSLv3 connection.'\n\texit 0\nelse\n\techo \"Vulnerable!  SSLv3 connection established using $proto/$cipher\"\n\texit 1\nfi\n"
  },
  {
    "path": "daemon/Makefile",
    "content": "#!/usr/bin/make -f\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2018 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nCC = gcc \nCFLAGS = -g -O2 -ansi -fstack-protector -Wall -Wextra -Wstrict-prototypes\\\n         -Wmissing-prototypes -Wformat -Werror=format-security -pedantic-errors\nEXEC = imscp_daemon\nOBJECTS = daemon_cmd.o daemon_conn.o daemon_init.o daemon_main.o daemon_msg.o\\\n          daemon_notify.o daemon_signals.o daemon_sock_io.o\n\n$(EXEC): $(OBJECTS)\n\t$(CC) $(CFLAGS) $(OBJECTS) -o $@\n\tstrip -s $@\n\t@echo \"Compilation done\"\n\n%.o : %.c\n\t$(CC) -c $(CFLAGS) $<\n\nclean:\n\trm -f *.o *~ $(EXEC)\n\n.PHONY: clean\n"
  },
  {
    "path": "daemon/daemon_cmd.c",
    "content": "#include \"daemon_cmd.h\"\n\nint helo_command(int sockfd, char *buffer, char *cliaddr)\n{\n    char *ptr = strstr(buffer, message(MSG_HELO_CMD));\n\n    if(ptr != buffer) {\n        return -2;\n    } else {\n        char *answer = (char *) calloc(MAX_MSG_SIZE, sizeof(char));\n        strcat(answer, message(MSG_CMD_OK));\n        strcat(answer, cliaddr);\n        strcat(answer, \"\\n\");\n\n        if (write_line(sockfd, answer, strlen(answer)) < 0) {\n            free(answer);\n            return -1;\n        }\n\n        free(answer);\n    }\n\n    return 0;\n}\n\nint backend_command(int sockfd, char *buffer)\n{\n    char *ptr = strstr(buffer, message(MSG_EQ_CMD));\n    char *backendscriptname = NULL;\n\n    if (ptr != buffer) {\n        return -2;\n    }\n\n    switch(fork()) {\n        case -1:\n            say(\"couldn't fork(): %s\", strerror(errno));\n        break;\n        case 0: /* child */\n            close(sockfd);\n\n            backendscriptname = basename(strdup(backendscriptpath));\n\n            if(execl(backendscriptpath, backendscriptname, (char *)NULL) == -1) {\n                say(\"couldn't execute backend command: %s\", strerror(errno));\n                exit(EXIT_FAILURE);\n            }\n\n            free(backendscriptname);\n            break;\n        default: { /* parent */\n            char *answer = (char *) calloc(MAX_MSG_SIZE, sizeof(char));\n            strcat(answer, message(MSG_CMD_OK));\n            strcat(answer, message(MSG_CMD_ANSWER));\n\n            if (write_line(sockfd, answer, strlen(answer)) < 0) {\n                free(answer);\n                return -1;\n            }\n\n            free(answer);\n        }\n    }\n\n    return 0;\n}\n\nint bye_command(int sockfd, char *buffer)\n{\n    char *ptr = strstr(buffer, message(MSG_BYE_CMD));\n\n    if (ptr != buffer) {\n        return -2;\n    } else {\n        char *answer = (char *) calloc(MAX_MSG_SIZE, sizeof(char));\n        strcat(answer, message(MSG_CMD_OK));\n        strcat(answer, message(MSG_GOOD_BYE));\n\n        if (write_line(sockfd, answer,  strlen(answer)) < 0) {\n            free(answer);\n            return -1;\n        }\n\n        free(answer);\n    }\n\n    return 0;\n}\n"
  },
  {
    "path": "daemon/daemon_cmd.h",
    "content": "#ifndef _DAEMON_CMD_H\n#define _DAEMON_CMD_H\n\n#define _POSIX_C_SOURCE 200809L\n\n#include <errno.h>\n#include <stdlib.h>\n#include <string.h>\n#include <unistd.h>\n#include <libgen.h>\n\n#include \"daemon_globals.h\"\n\nint helo_command(int sockfd, char *buffer, char *cliaddr);\nint backend_command(int sockfd, char *buffer);\nint bye_command(int sockfd, char *buffer);\n\nextern char *backendscriptpath;\nextern char *message(int message_number);\nextern int read_line(int sockfd, char *buffer, size_t n);\nextern int write_line(int sockfd, char *src, size_t n);\nextern void say(char *format, char *message);\n\n#endif\n"
  },
  {
    "path": "daemon/daemon_conn.c",
    "content": "#include \"daemon_conn.h\"\n\nvoid handle_client_connection(int sockfd, struct sockaddr *cliaddr)\n{\n    int retval;\n    char *welcome_msg = (char *) calloc(MAX_MSG_SIZE, sizeof(char));\n\n    strcat(welcome_msg, message(MSG_CMD_OK));\n    strcat(welcome_msg, message(MSG_WELCOME));\n    retval = write_line(sockfd, welcome_msg, strlen(welcome_msg));\n    free(welcome_msg);\n\n    if(retval == -1) {\n        return;\n    }\n\n    {\n        struct sockaddr_in *addr_in = (struct sockaddr_in *) cliaddr;\n        char *buffer = (char *) malloc(sizeof(char) * MAX_MSG_SIZE);\n\n        /* handle helo command */\n        while(1) {\n            memset(buffer, '\\0', MAX_MSG_SIZE);\n\n            retval = read_line(sockfd, buffer, MAX_MSG_SIZE - 1);\n            if(retval == -1) { /* Unexpected error */\n                break;\n            }\n\n            retval = helo_command(sockfd, buffer, inet_ntoa(addr_in->sin_addr));\n            if (retval == -1 /* Unexpected error */\n                || retval == 0 /* valid helo command has been received */\n            ) {\n                break;\n            }\n\n            retval = bye_command(sockfd, buffer);\n            if(retval == 0) { /* valid bye command has been received */\n                retval = -1;\n                break;\n            }\n\n            if(write_line(sockfd, message(MSG_BAD_SYNTAX), strlen(message(MSG_BAD_SYNTAX))) == -1) {\n                break; /* Unexpected error */\n            }\n        }\n\n        if(retval == -1) {\n            free(buffer);\n            return;\n        }\n\n        /* handle backend command */\n        while(1) {\n            memset(buffer, '\\0', MAX_MSG_SIZE);\n\n            retval = read_line(sockfd, buffer, MAX_MSG_SIZE - 1);\n            if(retval == -1) { /* Unexpected error */\n                break;\n            }\n\n            retval = backend_command(sockfd, buffer);\n            if (retval == -1) { /* Unexpected error */\n                break;\n            }\n\n            if(retval == 0) { /* valid backend command has been received */\n                continue;\n            }\n\n            retval = bye_command(sockfd, buffer);\n            if(retval == 0) { /* valid bye command has been received */\n                break;\n            }\n\n            if(write_line(sockfd, message(MSG_BAD_SYNTAX), strlen(message(MSG_BAD_SYNTAX))) == -1) {\n                break; /* Unexpected error */\n            }\n        }\n\n        free(buffer);\n    }\n}\n"
  },
  {
    "path": "daemon/daemon_conn.h",
    "content": "#ifndef _DAEMON_CONN_H\n#define _DAEMON_CONN_H\n\n#include <stdlib.h>\n#include <string.h>\n#include <unistd.h>\n#include <arpa/inet.h>\n\n#include \"daemon_globals.h\"\n\nvoid handle_client_connection(int sockfd, struct sockaddr *cliaddr);\n\nextern char *message(int message_number);\nextern int read_line(int fd, char *dest, size_t n);\nextern int write_line(int fd, char *src, size_t n);\nextern int helo_command(int fd, char *buffer, char *cliaddr);\nextern int backend_command(int fd, char *msg);\nextern int bye_command(int fd, char *msg);\n\n#endif\n"
  },
  {
    "path": "daemon/daemon_globals.h",
    "content": "#ifndef _DAEMON_GLOBALS_H\n#define _DAEMON_GLOBALS_H\n\n/* Syslog daemon options */\n#define SYSLOG_OPTIONS              LOG_PID\n#define SYSLOG_FACILITY             LOG_DAEMON\n#define SYSLOG_MSG_PRIORITY         LOG_NOTICE\n\n/* Daemon parameters */\n#define DAEMON_BACKEND_SCRIPT       \"/var/www/imscp/engine/imscp-rqst-mngr\"\n#define DAEMON_LISTEN_ADDR          INADDR_LOOPBACK\n#define DAEMON_LISTEN_PORT          9876\n#define DAEMON_PIDFILE              \"/run/imscp_daemon.pid\"\n#define DAEMON_MAX_LISTENQ          256\n\n/* Max length for transferred messages */\n#define MAX_MSG_SIZE                1026\n\n/* Messages */\n#define MSG_MAX_COUNT               21\n\n#define MSG_WELCOME                 101\n#define MSG_WELCOME_TXT             \"i-MSCP Daemon v1.4.0\\n\"\n#define MSG_DAEMON_STARTED          102\n#define MSG_DAEMON_STARTED_TXT      \"i-MSCP daemon v1.4.0 started.\"\n#define MSG_DAEMON_NAME             103\n#define MSG_DAEMON_NAME_TXT         \"imscp_daemon\"\n#define MSG_ERROR_LISTEN            104\n#define MSG_ERROR_LISTEN_TXT        \"listen() error: %s\"\n#define MSG_SIG_PIPE                105\n#define MSG_SIG_PIPE_TXT            \"SIG_PIPE was received.\"\n#define MSG_ERROR_ACCEPT            106\n#define MSG_ERROR_ACCEPT_TXT        \"accept() error: %s\"\n#define MSG_START_CHILD             107\n#define MSG_START_CHILD_TXT         \"child started.\"\n#define MSG_END_CHILD               108\n#define MSG_END_CHILD_TXT           \"child ended.\"\n#define MSG_ERROR_SOCKET_WR         109\n#define MSG_ERROR_SOCKET_WR_TXT     \"write_line(): socket write error: %s\"\n#define MSG_ERROR_SOCKET_RD         110\n#define MSG_ERROR_SOCKET_RD_TXT     \"read_line(): socket read error: %s\"\n#define MSG_ERROR_SOCKET_EOF        111\n#define MSG_ERROR_SOCKET_EOF_TXT    \"read_line(): connection closed by remote host.\"\n#define MSG_HELO_CMD                112\n#define MSG_HELO_CMD_TXT            \"helo \"\n#define MSG_BAD_SYNTAX              113\n#define MSG_BAD_SYNTAX_TXT          \"999 Error: command not recognized\\n\"\n#define MSG_CMD_OK                  114\n#define MSG_CMD_OK_TXT              \"250 \"\n#define MSG_BYE_CMD                 115\n#define MSG_BYE_CMD_TXT             \"bye\"\n#define MSG_EQ_CMD                  116\n#define MSG_EQ_CMD_TXT              \"execute query\"\n#define MSG_CMD_ANSWER              117\n#define MSG_CMD_ANSWER_TXT          \"Query is being processed\\n\"\n#define MSG_ERROR_BIND              118\n#define MSG_ERROR_BIND_TXT          \"bind() error: %s\"\n#define MSG_ERROR_SOCKET_CREATE     119\n#define MSG_ERROR_SOCKET_CREATE_TXT \"socket() error: %s\"\n#define MSG_ERROR_SOCKET_OPTION     120\n#define MSG_ERROR_SOCKET_OPTION_TXT \"setsockopt() error: %s\"\n#define MSG_GOOD_BYE                121\n#define MSG_GOOD_BYE_TXT            \"Good bye\\n\"\n\n#endif\n"
  },
  {
    "path": "daemon/daemon_init.c",
    "content": "#include \"daemon_init.h\"\n\nvoid daemon_init(void)\n{\n    pid_t pid;\n    int fd, maxfd;\n\n    /*\n     * The calling process (parent process) will die soon\n     * and the daemon process continues to initialize itself.\n     *\n     * The parent process has then to wait for the daemon process\n     * to initialize to return a consistent exit value. For this\n     * purpose, the daemon process will send \\\"1\\\" into the pipe if\n     * everything went well and \\\"0\\\" otherwise.\n     */\n    switch(fork()) {\n        case -1:\n            perror(\"failed to daemonize\");\n            exit(EXIT_FAILURE);\n        case 0: /* child process */\n            close(notify_pipe[0]); /* close the read side of the pipe */\n            break;\n        default: { /* parent process */\n            struct timeval tv;\n            fd_set rfds;\n            int ret;\n            int readval;\n\n            close(notify_pipe[1]); /* close the write side of the pipe */\n\n            /*\n             * wait for 10s before exiting with error\n             * the daemon process is supposed to send 1 or 0 into the pipe to tell the parent\n             * how it goes for it\n             */\n\n            FD_ZERO(&rfds);\n            FD_SET(notify_pipe[0], &rfds);\n\n            tv.tv_sec = 10;\n            tv.tv_usec = 0;\n\n            ret = select(notify_pipe[0] + 1, &rfds, NULL, NULL, &tv);\n            if (ret == -1) {\n                perror(\"failed to select\");\n                exit(EXIT_FAILURE);\n            }\n\n            if (!ret) { /* no data received */\n                perror(\"the daemon process didn't send back its status (via the pipe to the calling process) in the expected time\");\n                exit(EXIT_FAILURE);\n            }\n\n            ret = read(notify_pipe[0], &readval, sizeof(readval));\n            if (ret == -1) {\n                perror(\"failed to read from pipe\");\n                exit(EXIT_FAILURE);\n            }\n\n            if (ret == 0) {\n                fprintf(stderr, \"no data have been read from pipe\\n\");\n                exit(EXIT_FAILURE);\n            }\n\n            if (readval == 1) {\n                exit(EXIT_SUCCESS);\n            }\n\n            fprintf(stderr, \"the daemon process returned an error!\\n\");\n            exit(EXIT_FAILURE);\n        }\n    }\n\n    /* continue as a child */\n\n    if(setsid() == -1) {\n        perror(\"Couldn't setsid()\");\n        notify(-1);\n    }\n\n    /* ignore signal sent from child to parent process */\n    signal(SIGCHLD, SIG_IGN);\n\n    /* Fork off for the second time */\n    pid = fork();\n\n    if(pid == -1) {\n        perror(\"failed to daemonize\");\n        notify(-1);\n    }\n\n     /* success; let the first child terminate */\n    if(pid > 0) {\n        exit(EXIT_SUCCESS);\n    }\n\n    /* continue as daemon process */\n\n    /* set new file permissions */\n    umask(0);\n\n    /* change working directory to root directory */\n    if(chdir(\"/\") == -1) {\n        perror(\"Couldn't chdir()\");\n        notify(-1);\n    }\n\n    /* Close all open file descriptors except the write side of our notification pipe */\n    maxfd = sysconf(_SC_OPEN_MAX);\n    for(fd = 0; fd < maxfd; fd++) {\n        if(fd != notify_pipe[1])\n            close(fd);\n    }\n\n    /* Reopen stdin (fd = 0), stdout (fd = 1), stderr (fd = 2) */\n    stdin = fopen(\"/dev/null\", \"r\");\n    stdout = fopen(\"/dev/null\", \"w+\");\n    stderr = fopen(\"/dev/null\", \"w+\");\n\n    /* open log */\n    openlog(message(MSG_DAEMON_NAME), LOG_PID, SYSLOG_FACILITY);\n}\n"
  },
  {
    "path": "daemon/daemon_init.h",
    "content": "#ifndef _DEAMON_INIT_H\n#define _DAEMON_INIT_H\n\n#include <stdio.h>\n#include <stdlib.h>\n#include <sys/signal.h>\n#include <sys/stat.h>\n#include <sys/time.h>\n#include <sys/types.h>\n#include <syslog.h>\n#include <unistd.h>\n\n#include \"daemon_globals.h\"\n\nvoid daemon_init(void);\n\nextern int notify_pipe[2];\nextern void notify(int status);\nextern char *message(int message_number);\n\n#endif\n"
  },
  {
    "path": "daemon/daemon_main.c",
    "content": "#include \"daemon_main.h\"\n\nint main(int argc, char **argv)\n{\n    /* parent process */\n\n    int option;\n    int listenport = DAEMON_LISTEN_PORT;\n    char *pidfile = NULL;\n\n    /* parse command line options */\n    while ((option = getopt(argc, argv, \"hb:l:p:\")) != -1) {\n        switch(option) {\n            case 'b':\n                backendscriptpath = strdup(optarg);\n            break;\n            case 'l':\n                listenport = atoi(optarg);\n            break;\n            case 'p':\n                pidfile = strdup(optarg);\n            break;\n            case 'h':\n            default:\n                fprintf(stderr, \"i-MSCP Daemon.\\n\\n\");\n                fprintf(stderr, \"Usage: %s [OPTION]...\\n\\n\", argv[0]);\n                fprintf(stderr, \"Options:\\n\");\n                fprintf(stderr, \"    -b FILE     i-MSCP backend script path\\n\");\n                fprintf(stderr, \"    -l PORT     Listen port\\n\");\n                fprintf(stderr, \"    -f FILE     Pid file path\\n\");\n                fprintf(stderr, \"    -h          This help\\n\");\n                exit(EXIT_FAILURE);\n        }\n    }\n\n    /* Set default pidfile if none was provided */\n    if(pidfile == NULL) {\n        pidfile = strdup(DAEMON_PIDFILE);\n    }\n    \n    /* Set default backend script path if none was provided */\n    if(backendscriptpath == NULL) {\n        backendscriptpath = strdup(DAEMON_BACKEND_SCRIPT);\n    }\n\n    /* setup pipe for notification */\n    if(pipe(notify_pipe) == -1) {\n        perror(\"Couldn't create pipe for notification\");\n        exit(EXIT_FAILURE);\n    }\n\n    /* daemonize */\n    daemon_init();\n\n    /* daemon process */\n\n    {\n        FILE *file = NULL;\n        int reuse = 1;\n        int servsockfd, clisockfd;\n        struct sockaddr_in servaddr;\n        struct sockaddr_in cliaddr;\n        struct timeval timeout_rcv, timeout_snd;\n        socklen_t clilen;\n\n        if((servsockfd = socket(AF_INET, SOCK_STREAM, IPPROTO_IP)) < 0) {\n            say(message(MSG_ERROR_SOCKET_CREATE), strerror(errno));\n            notify(-1);\n        }\n\n#ifdef SO_REUSEPORT\n    /*\n        Even if defined, SO_REUSEPORT could be unsupported. Thus we just ignore error if errno is equal to ENOPROTOOPT\n        See http://man7.org/linux/man-pages/man2/setsockopt.2.html\n    */\n    if(setsockopt(servsockfd, SOL_SOCKET, SO_REUSEPORT, (const char*)&reuse, sizeof(reuse)) < 0 && errno != ENOPROTOOPT) {\n        say(message(MSG_ERROR_SOCKET_OPTION), strerror(errno));\n            close(servsockfd);\n            notify(-1);\n        }\n#endif\n\n#ifdef SO_REUSEADDR\n    if(setsockopt(servsockfd, SOL_SOCKET, SO_REUSEADDR, (const char*)&reuse, sizeof(reuse)) < 0) {\n        say(message(MSG_ERROR_SOCKET_OPTION), strerror(errno));\n        close(servsockfd);\n        notify(-1);\n    }\n#endif\n        /* ident socket */\n        memset((void *) &servaddr, '\\0', (size_t) sizeof(servaddr));\n        servaddr.sin_family = AF_INET;\n        servaddr.sin_addr.s_addr = htonl(DAEMON_LISTEN_ADDR);\n        servaddr.sin_port = htons(listenport);\n\n        /* assign name to the socket */\n        if (bind(servsockfd, (struct sockaddr *) &servaddr, sizeof(servaddr)) < 0) {\n            say(message(MSG_ERROR_BIND), strerror(errno));\n            notify(-1);\n        }\n\n        /* marks the socket referred to by servsockfd as a passive socket */\n        if (listen(servsockfd, DAEMON_MAX_LISTENQ) < 0) {\n            say(message(MSG_ERROR_LISTEN), strerror(errno));\n            notify(-1);\n        }\n\n        /* setup timeout for input operations  */\n        timeout_rcv.tv_sec = 10;\n        timeout_rcv.tv_usec = 0;\n\n        /* setup timeout for output operations */\n        timeout_snd.tv_sec = 10;\n        timeout_snd.tv_usec = 0;\n\n        /* FIXME: use sigaction(2) */\n        signal(SIGCHLD, handle_signal);\n        signal(SIGPIPE, handle_signal);\n\n        /* write pidfile */\n        file = fopen(pidfile, \"w\");\n        fprintf(file, \"%ld\", (long)getpid());\n        fclose(file);\n        free(pidfile);\n\n        /* notify parent process that initialization is done and that pidfile\n           has been written */\n        notify(0);\n\n        say(\"%s\", message(MSG_DAEMON_STARTED));\n\n        while (1) {\n            memset((void *) &cliaddr, '\\0', sizeof(cliaddr));\n            clilen = (socklen_t) sizeof(cliaddr);\n\n            /* Wait for new client connection */\n            if ((clisockfd = accept(servsockfd, (struct sockaddr *) &cliaddr, &clilen)) < 0) {\n                if (errno == EINTR) {\n                    continue;\n                }\n\n                say(message(MSG_ERROR_ACCEPT), strerror(errno));\n                close(servsockfd);\n                exit(errno);\n            }\n\n            if(setsockopt(clisockfd, SOL_SOCKET, SO_RCVTIMEO, (char *)&timeout_rcv, sizeof(timeout_rcv)) < 0\n                || setsockopt(clisockfd, SOL_SOCKET, SO_SNDTIMEO, (char *)&timeout_snd, sizeof(timeout_snd)) < 0\n            ) {\n                say(message(MSG_ERROR_SOCKET_OPTION), strerror(errno));\n                close(clisockfd);\n                exit(errno);\n            }\n\n            if (fork() == 0) {\n                close(servsockfd);\n                say(\"%s\", message(MSG_START_CHILD));\n                handle_client_connection(clisockfd, (struct sockaddr *) &cliaddr);\n                close(clisockfd);\n                say(\"%s\", message(MSG_END_CHILD));\n                exit(EXIT_SUCCESS);\n            }\n\n            close(clisockfd);\n        }\n\n        close(servsockfd);\n    }\n\n    free(backendscriptpath);\n    closelog();\n    return 0;\n}\n"
  },
  {
    "path": "daemon/daemon_main.h",
    "content": "#ifndef _DAEMON_MAIN_H\n#define _DAEMON_MAIN_H\n\n#define _POSIX_C_SOURCE 200809L\n\n#include <errno.h>\n#include <stdio.h>\n#include <stdlib.h>\n#include <string.h>\n#include <signal.h>\n#include <sys/time.h>\n#include <syslog.h>\n#include <netinet/in.h>\n#include <unistd.h>\n\n#include \"daemon_globals.h\"\n\nchar *backendscriptpath = NULL;\n\nextern int notify_pipe[2];\nextern void daemon_init(void);\nextern char * message(int message_number);\nextern void say(char *format, char *message);\nextern void handle_signal(int signo);\nextern void handle_client_connection(int sockfd, struct sockaddr *cliaddr);\nextern void notify(int status);\n\n#endif\n"
  },
  {
    "path": "daemon/daemon_msg.c",
    "content": "#include \"daemon_msg.h\"\n\nchar *message(int message_number)\n{\n    if ((message_number - 101) < 0) {\n        return (messages_array[0][0]);\n    }\n\n    return (messages_array[message_number - 101][0]);\n}\n\nvoid say(char *format, char *message)\n{\n    syslog(SYSLOG_MSG_PRIORITY, format, message);\n}\n"
  },
  {
    "path": "daemon/daemon_msg.h",
    "content": "#ifndef _DAEMON_MSG_H\n#define _DAEMON_MSG_H\n\n#include <syslog.h>\n\n#include \"daemon_globals.h\"\n\nchar *messages_array[MSG_MAX_COUNT][1] = {\n    {MSG_WELCOME_TXT},\n    {MSG_DAEMON_STARTED_TXT},\n    {MSG_DAEMON_NAME_TXT},\n    {MSG_ERROR_LISTEN_TXT},\n    {MSG_SIG_PIPE_TXT},\n    {MSG_ERROR_ACCEPT_TXT},\n    {MSG_START_CHILD_TXT},\n    {MSG_END_CHILD_TXT},\n    {MSG_ERROR_SOCKET_WR_TXT},\n    {MSG_ERROR_SOCKET_RD_TXT},\n    {MSG_ERROR_SOCKET_EOF_TXT},\n    {MSG_HELO_CMD_TXT},\n    {MSG_BAD_SYNTAX_TXT},\n    {MSG_CMD_OK_TXT},\n    {MSG_BYE_CMD_TXT},\n    {MSG_EQ_CMD_TXT},\n    {MSG_CMD_ANSWER_TXT},\n    {MSG_ERROR_BIND_TXT},\n    {MSG_ERROR_SOCKET_CREATE_TXT},\n    {MSG_ERROR_SOCKET_OPTION_TXT},\n    {MSG_GOOD_BYE_TXT}\n};\n\nchar *message(int message_number);\nvoid say(char *format, char *message);\n\n#endif\n"
  },
  {
    "path": "daemon/daemon_notify.c",
    "content": "#include \"daemon_notify.h\"\n\nvoid notify(int status)\n{\n    int writeval;\n\n    if(status == -1) {\n        writeval = 0;\n        say(\"%s\", \"Sending \\\"0\\\" (error) to parent via notification pipe\");\n    } else {\n        writeval = 1;\n        say(\"%s\", \"Sending \\\"1\\\" (OK) to parent via notification pipe\");\n    }\n\n    if(write(notify_pipe[1], &writeval, sizeof(writeval)) == -1) {\n        say(\"couldn't send notification through pipe: %s\", strerror(errno));\n    }\n\n    close(notify_pipe[1]);\n\n    if(status == -1) {\n        exit(EXIT_FAILURE);\n    }\n}\n"
  },
  {
    "path": "daemon/daemon_notify.h",
    "content": "#ifndef _DAEMON_NOTIFY_H\n#define _DAEMON_NOTIFY_H\n\n#define _POSIX_C_SOURCE 200809L\n\n#include <errno.h>\n#include <stdlib.h>\n#include <stdio.h>\n#include <string.h>\n#include <unistd.h>\n\nint notify_pipe[2];\nvoid notify(int status);\n\nextern void say(char *format, char *message);\n\n#endif\n"
  },
  {
    "path": "daemon/daemon_signals.c",
    "content": "#include \"daemon_signals.h\"\n\nvoid handle_signal(int signo)\n{\n    switch(signo) {\n        case SIGPIPE:\n            say(\"%s\", message(MSG_SIG_PIPE));\n            break;\n        case SIGCHLD: {\n            int stat;\n            while (waitpid(-1, &stat, WNOHANG) > 0);\n        }\n    }\n\n    signal(signo, handle_signal);\n}\n"
  },
  {
    "path": "daemon/daemon_signals.h",
    "content": "#ifndef _DAEMON_SIGNALS_H\n#define _DAEMON_SIGNALS_H\n\n#include <stdio.h>\n#include <stdlib.h>\n#include <string.h>\n#include <sys/types.h>\n#include <sys/wait.h>\n#include <sys/signal.h>\n\n#include \"daemon_globals.h\"\n\nvoid handle_signal(int signo);\n\nextern void say(char *format, char *message);\nextern char *message(int message_number);\n\n#endif\n"
  },
  {
    "path": "daemon/daemon_sock_io.c",
    "content": "#include \"daemon_sock_io.h\"\n\nint read_data(int sockfd, char *buffer, size_t n)\n{\n    size_t i, retval;\n    char c, *p;\n    p = buffer;\n\n    for (i = 1; i <= n; i++) {\n        try_again:\n\n        if ((retval = read(sockfd, &c, 1)) == 1) {\n            *p++ = c;\n\n            if (c == '\\n') {\n                break;\n            }\n        } else if (retval == 0) { /* EOF, arrived ! */\n            if (i == 1) { /* no data read. */\n                return 0;\n            }\n            /* some data was read. */\n            break;\n        } else {\n            if (errno == EINTR) {\n                goto try_again;\n            }\n\n            return -1;\n        }\n    }\n\n    *p = '\\0';\n    return i;\n}\n\nint read_line(int sockfd, char *buffer, size_t n)\n{\n    int retval;\n\n    retval = read_data(sockfd, buffer, n);\n\n    if (retval == -1) {\n        if(errno == EAGAIN) {\n            say(\"%s\", \"Connection timeout. Aborting.\");\n        } else {\n            say(message(MSG_ERROR_SOCKET_RD), strerror(errno));\n        }\n\n        return -1;\n    }\n\n    if (retval == 0) {\n        say(\"%s\", message(MSG_ERROR_SOCKET_EOF));\n        return -1;\n    }\n\n    return 0;\n}\n\nint write_data(int sockfd, char *src, size_t n)\n{\n    char *p;\n    ssize_t retval;\n    size_t i = 0;\n    p = src;\n\n    while (i < n) {\n        if ((retval = write(sockfd, p, 1)) <= 0) {\n            if (retval != EINTR) {\n                return -1;\n            }\n        } else {\n            p++;\n            i++;\n        }\n    }\n\n    return i;\n}\n\nint write_line(int sockfd, char *src, size_t n)\n{\n    if (write_data(sockfd, src, n) == -1) {\n        if(errno == EAGAIN) {\n            say(\"%s\", \"Connection timeout. Aborting.\");\n        } else {\n            say(message(MSG_ERROR_SOCKET_WR), strerror(errno));\n        }\n\n        return -1;\n    }\n\n    return 0;\n}\n"
  },
  {
    "path": "daemon/daemon_sock_io.h",
    "content": "#ifndef _DAEMON_SOCK_IO_H\n#define _DAEMON_SOCK_IO_H\n\n#include <errno.h>\n#include <string.h>\n#include <unistd.h>\n\n#include \"daemon_globals.h\"\n\nint read_data(int sockfd, char *buffer, size_t n);\nint read_line(int sockfd, char *buffer, size_t n);\nint write_data(int sockfd, char *src, size_t n);\nint write_line(int sockfd, char *src, size_t n);\n\nextern char *message(int message_number);\nextern void say(char *format, char *message);\n\n#endif\n"
  },
  {
    "path": "docs/1.2.x_errata.md",
    "content": "# i-MSCP 1.2.x Serie (Andromeda) -- Errata\n\n## Version 1.2.16\n\n### imscp_network service\n\nThis `imscp_network` service, which was responsible to configure IP addresses\non the fly and set iptables rules for the traffic logger, has been removed.\n\n### imscp_traffic service\n\nThis new service sets iptables rules for the traffic logger on server boot.\n\n### IP addresses management\n \nIP addresses that are added via the i-MSCP control panel are now added into the\nnetwork interface configuration file. Doing this allow us to no longer depend\non the MySQL server when the server is rebooted (the possibility of the MySQL\nserver being unavailable for unknown reasons), and also, this provides a better\nintegration with the system. To resume, IP addresses are now configured using\ninterface definitions in the network interface configuration file, instead of\nbeing configured on the fly using data pulled from the i-MSCP database.\n \nIP addresses are added in the network interface file using aliased (virtual)\ninterfaces. Those types of interfaces have names of the form interface:integer.\n\nTo avoid collisions with manually configured interfaces, i-MSCP uses integers\nstarting at 1000. Thus, any IP addresses added through the i-MSCP control panel\nwill have an entry such as:\n \n```\n# i-MSCP [eth0:1002] entry BEGIN\nauto eth0:1002\neth0:1002 inet static\n        address <IP>\n        netmask 255.255.255.255\n# i-MSCP [eth0:1002] entry ENDING\n```\n \n#### IP addresses manually configured\n \nIP addresses that are already present in the network interface configuration\nfile can also be added in the i-MSCP control panel for use with i-MSCP. In such\ncase, i-MSCP simply skip the configuration step for them. In other words,\ni-MSCP doesn't manage those IP addresses.\n\nBe aware that IP addresses which are not present in the network interface\nconfiguration file will be added by i-MSCP, using virtual interfaces. If you\nwant to avoid this, you must add them in your network interface configuration\nfile, even if that is not really needed due to your environment (e.g: LXC\ncontainers).\n\n#### Netmask, Broadcast and Gateway\n \nAt this time, it's still not possible to setup the netmask, the broadcast and\nthe gateway through the i-MSCP control panel. This is a feature that will be\nimplemented in near future. However you should note that both options, the\nbroadcast and the gateway, are normally not needed when configuring virtual\ninterfaces.\n\n## Version 1.2.15\n\n### Ftpd server implementations\n\nThis new version introduce support for VsFTPd (Very Secure FTP Daemon) server\nthat can be used as alternative to the\nProFTPD server.\n\nYou can switch to this new Ftpd server implementation by running the following\ncommand:\n\n```\nperl imscp-autoinstall -dr ftpd\n```\n\n## Version 1.2.12\n\n### Backup feature\n\nThe `ZIP` parameter which allows to choose compression algorithm for backup\narchives has been renamed to `BACKUP_COMPRESS_ALGORITHM`. The new default value\nfor that parameter is set to `bzip2` instead of `pbzip2`. This allows to\nmitigate the CPU time consumption on virtual servers.\n \nA new `BACKUP_COMPRESS_LEVEL` parameter has been added, which allows to choose\nthe compression level for backup archives. The default value is set to `1` to\nmitigate the CPU time and the memory comsumption on virtual servers. Note that\nthis parameter is only relevant when the `BACKUP_COMPRESS_ALGORITHM` is set to\na value other than `no`.\n\n### Hosting plan feature\n\nThe hosting plan feature at the administrator level has been removed. From now,\nonly the resellers can setup hosting plans. Remember that i-MSCP doesn't offer\nany billing management system. The hosting plan feature is only provided to\nfulfil requirements for some plugins such as BoxBilling and KaziWhmcs, or to\ncreate new client accounts through i-MSCP interface without having to fill the\nlimits and features.\n\n### Mail sent to local root user \n\nThe email address set for the administrator during i-MSCP installation is now\nautomatically added as an alias address in the `/etc/aliases` file for the\nlocal root user. This means that any mail sent to the local root user will be\nautomatically forwarded to the administrator email address.\n\n### PHP Editor feature\n\n#### Cascading permissions - Synchronization\n\nFrom now, if you change a PHP configuration option for a specific reseller,\nthis will also affect all its clients. For instance, if you change the memory\nlimit for a reseller from 256 to 128, the memory limit of all its clients will\nbe also lowered if higher than 128.\n\nThe same thing occurs for the PHP permissions. For instance, If you change a\nreseller permission from 'yes' to 'no', the PHP permission will be also removed\nfor its clients.\n\nThe rule here is: A client cannot have higher privileges than his reseller.\n\n#### PHP error reporting (apache_itk httpd server implementation)\n\nWhen using the ITK apache2 httpd server implementation, it is no longer\npossible to setup error reporting level through the PHP editor. This decision\nwas taken due to the fact that it's not possible to use PHP constants in\nApache2 vhost files, and that constant values differ between PHP versions. From\nnow, if you use ITK, your clients will have to define the error reporting level\nat runtime.\n\n#### Per user, per domain or per site PHP configuration level\n\nThe PHP editor now operates according the PHP configuration level that has been\nchoosen by the administrator during the i-MSCP installation or reconfiguration\nphase. For instance, when the PHP configuration level is set to 'per_site', a\nclient will be able to set different PHP configuration options for its sites\n(if allowed).\n\n### PHP-FPM (apache_php_fpm httpd server implementation)\n\nSupport for TCP/IP has been added. Be aware that using TCP/IP instead of UDS\n(Unix domain socket) can require a tweaking of your kernel parameters (sysctl).\nThis is mostly needed for servers that host several high traffic sites.\n\nYou can have a look at [imscp_net_sysctl.conf](imscp_net_sysctl.conf) for a\nsysctl configuration file example.\n\n#### PHP configuration options (Admin level) \n\nThe PHP configuration options at the administrator level were removed because\nthey were too much confusing. From now, if you want limit all clients, you must\nlimit their resellers. For instance, you can change a PHP configuration option\nvalue for a reseller without giving him more permissions on the PHP editor. By\ndoing this, this will override default PHP configuration option value for all\nits clients.\n\n### Procmail package\n\nA conflict has been added for the procmail package in the distribution package\nfiles, meaning that when running the i-MSCP installer, this package will be\nautomatically removed. If you need Procmail, you must edit the distribution\npackage file `docs/\\<distro\\>/\\<distro_package_file\\>.xml` and remove the\nfollowing snippet:\n\n```\n<package_conflict>\n    procmail\n</package_conflict>\n```\n\nNote also that the `mailbox_command` Postfix configuration parameter, which is\nused by the local delivery agent, is no longer set with the external procmail\ncommand.\n\n### SASL authentication backend\n\nCyrus SASL is no longer used for SMTP authentication (Postfix side) when\nDovecot is choosen for PO server. The Dovecot SASL implementation is used in\nplace.\n\n### SQL servers\n\nSupport for MySQL 5.6.x/5.7.x, Percona 5.7.x and MariaDB 10.1 has been added.\nNote that support for these versions is still experimental.\n\n#### Disabled features\n\nPerformance Schema and event scheduler features were disabled for performance\nreasons. If you need them, you can create your own .cnf file in the\n/etc/mysql/conf.d directory. The file must be named in such a way that it will\nbe loaded after the `/etc/mysql/conf.d/imscp.cnf` file.\n\n#### Switch policy\n\nSwitch policy for SQL servers has changed. It is no longer possible to switch\nfrom/to MariaDB vendor from/to other vendors, excepted for MariaDB 5.5. MariaDB\nis taking its own road with more and more dedicated features. Therefore, it\nbecomes difficult for us to provide an upgrade path for other SQL server\nvendors (MySQL, Percona) without requiring any manual intervention.\n\nNote that it is always possible to switch to another vendor manually. Simply\nput, this task is now left to the administrator.\n\n## Version 1.2.3\n\n### Supported distributions\n\nSupport for both Debian Squeeze (6.x) and Ubuntu Lucid Lynx (10.04) has been\nremoved. If you want to update to this new version, you must first update your\ndistribution to either:\n\n- Debian ≥ Wheezy (7.x) if you're using Debian\n- Ubuntu LTS ≥  Precise Pangolin (12.04) if you're using Ubuntu\n\n### Pre-update tasks\n\n#### Plugins\n\nMajor changes were made in the plugin API, which break compatibility with old\nplugin versions. Therefore, before updating to this new version, you must\ndelete all plugins.\n\nOnce the update is done, you must reinstall each plugin by downloading the\nlatest version available from our plugin store. Be aware that some plugins\nare not yet ready for use with this new version, such as the `Mailman` and\n`OwnDDNS` plugins which require further works.\n\nPlugins which are known to work with this new version clearly states that\nthey are compatible with i-MSCP version >= `1.2.3`.\n\n##### Event listeners\n\nBe aware that the transitional `iMSCP::HooksManager` package, which was an\nalias of the `iMSCP::EventManager` package since i-MSCP version `1.1.14`, has\nbeen removed. Thus, if you're using that package name in one of your listeners,\nyou must change it to `iMSCP::EventManager`, which is the real package name.\n\n#### PHP version in use\n\nIf you're using, either `Debian Wheezy` or `Ubuntu Precise` with a PHP version\nthat is not provided by official repositories, you must be aware that the\n`php-apc` package has been added in the list of package to install. Because\nthat package is no longer provided for PHP versions > `5.4`, you must remove\nthe package from the packages file before upgrading, else, packages\ninstallation will fail.\n\nYou can find the packages file inside the i-MSCP archive, under the\n`docs/\\<distro\\>` directory.\n\n#### Services\n\nYou must stop all i-MSCP services manually before updating, else, some of them\nwill be unable to restart at the end of process.\n\nYou can stop the i-MSCP services as follow:\n\n```\nservice imscp_panel stop\nservice imscp_daemon stop\nservice imscp_network stop\n```\n\n**Note:** The `imscp_panel` service is only available if you're upgrading from a\nversion released under the i-MSCP serie `1.2.x`\n\n#### /root/.my.cnf file\n\nThe `/root/.my.cnf` file is no longer used by i-MSCP. Because this is a local\nfile, the i-MSCP installer will not remove it during update. Thus, if you have\na database connection problem with the i-MSCP backup scripts after update, just\nremove the mysqldump section from this file.\n\n### Info for plugin's developers\n\n#### Plugin API changes\n\n##### New plugin.plugin_config_prev database field\n\nA new `plugin.plugin_config_prev` database field as been added, which allows to\nstore the previous plugin configuration. This field is automatically filled by\nthe plugin manager and you should never update it manually.\n\nFrom the frontend, you can access the previous plugin configuration parameters\nusing one of the following methods:\n\n<table>\n\t<tr>\n\t\t<td>\n\t\t\t<strong>iMSCP_Plugin::getConfigPrev()</strong>\n \t\t</td>\n \t\t<td>\n \t\t\tAllows to retrieve all previous configuration parameters\n \t\t</td>\n \t</tr>\n \t<tr>\n \t\t<td>\n\t\t\t<strong>iMSCP_Plugin::getConfigPrevParam()</strong>\n\t\t</td>\n\t\t<td>\n\t\t\tAllows to retrieve a single previous configuration parameter\n\t\t</td>\n\t</tr>\n</table>\n\nFrom the backend, you can access the previous plugin configuration parameter\nusing the `config_prev` property of the plugin.\n\nBe aware that usage of parameters from previous configuration is only relevant\nin the `disable()`, `update()`, `change()` and `uninstall()` methods, whatever\nthe context (from the frontEnd or the backend). Indeed, once the `change()`\nmethod has been run successfully, the `plugin_config_prev` field is filled with\nthe last configuration applied on the plugin (the configuration coming from the\n`plugin_config` field)\n\nMore generally, the parameters coming from the previous configuration allow to\ndo some deconfiguration / uninstallation tasks.\n\n##### New plugin properties (backend)\n\nFrom now, the plugin manager automatically decodes the plugin info, config and\nconfig_prev fields and sets them as plugin properties. Thus, it is not longer\nrequired to fetch these fields manually nor decode them.\n\nTo be more clear, the following news properties are set on plugin instances:\n\n<table>\n\t<tr>\n\t\t<td>\n\t\t\t<strong>info</strong>\n \t\t</td>\n \t\t<td>\n \t\t\tProperty which contains decoded plugin info field\n \t\t</td>\n \t</tr>\n \t<tr>\n \t\t<td>\n\t\t\t<strong>config</strong>\n\t\t</td>\n\t\t<td>\n\t\t\tProperty which contains decoded plugin config field\n\t\t</td>\n\t</tr>\n \t<tr>\n \t\t<td>\n\t\t\t<strong>config_prev</strong>\n\t\t</td>\n\t\t<td>\n\t\t\tProperty which contains decoded plugin config_prev field\n\t\t</td>\n\t</tr>\n</table>\n\n##### New require_api info field\n\nThe new plugin API version introduces a new plugin info field `require_api`,\nwhich allows you to define the i-MSCP plugin API version that is required by\nyour plugin in the info.php file. Thus, by declaring this field (mandatory), it\nis no longer needed to implement API version compatibility check in the main\nplugin class. All is now done automatically by the plugin manager, based on the\nvalue of the require_api field.\n\n#### Backend changes\n\n##### New CustomDNS module\n\nThis new version comes with a new `CustomDNS` module which allows to process\ncustom DNS records without involving a rebuilt of files which belong to HTTP\nserver implementations (vhost file, php files...). This also allows to process\nthe custom DNS records more faster than before because from now they are\nmanaged by a dedicated module.\n\nIn past, each time you wanted add or delete a custom DNS record, it was\nmandatory to rebuilt the full configuration of the domain (vhost file, php file\n...). This involved a lot of tasks done for nothing and this was not without\npose any problems such as the useless reload of Apache (e.g. when using a\nplugin such as OwnDDNS which needs to update the DNS zone files very often).\n\nFrom now, if you want add your own DNS records, you must simply add them into\nthe `domain_dns` table with the correct status (e.g. toadd) and trigger a\nbackend request (only needed if you add the record through the FrontEnd).\n\n**Note:** All this also apply to the listeners files.\n\n## Version 1.2.1\n\n### Package's restricted SQL users\n\nThe minimum length for usernames and passwords is now 6 characters long. Due to\nthis change, it is possible that during the update you need to update them.\n\n### Webmails\n\nMultiple webmails are now supported. You can install either no webmail, one\nwebmail or many webmails at same time. You can reconfigure list of webmails\nto install by running the following command:\n\n```\nperl imscp-autoinstall -dsr webmails\n```\n\nAt this moment Roundcube and RainLoop webmails are available.\n\n## Version 1.2.0\n\n### Pre-update tasks\n \nPrior to any update attempt, it is greatly recommended to deactivate all\nplugins through the plugin interface. Once the update is done, you must\nre-activate the plugins one at a time. If something goes wrong with a plugin,\nyou can post in the plugins support section, and our development team will fix\nthe issue as soon as possible.\n \n### i-MSCP frontEnd access\n \ni-MSCP 1.2.0 introduces support for the Nginx Web server which is currently\nused only by the i-MSCP frontEnd. From now, the i-MSCP frontEnd is run through\na dedicated httpd instance, and is reachable through the following http(s)\nports:\n\n```\n8080 (http)\n4443 (https)\n```\n\nYou can set different ports by editing the `/etc/imscp/imscp.conf` file, and by\nre-running the i-MSCP installer. Be aware that the common http(s) ports (80 and\n443) are reserved, and therefore, must not be used. If you want keep access to\nthe panel though these ports, you can install the following plugin which will\nact as a proxy:\n\n- https://github.com/i-MSCP/plugins/tree/master/incubator/PanelRedirect\n \nHaving the i-MSCP frontEnd running with a dedicated httpd instance means that\neven if your Apache instance is down, the panel will stay reachable. You can\nmanage the i-MSCP frontEnd service with the following commands:\n\n```shell\nservice imscp_panel <action>\nservice nginx <action>\n```\n\n### Hook files / Listener files\n \nHooks files are now known as listener files. A listener file is a Perl script\nwhich contains one or many event listeners registered on the events manager and\ntriggered by the same. The old `/etc/imscp/hooks.d` directory has been renamed\nto `/etc/imscp/listeners.d` directory for consistency reasons.\n \n### Installer command line options\n \nMany options were either added, removed or simply renamed. You can get the full\nlist of available command line options by running the following command:\n\n```\nperl imscp-autoinstall -?\n```\n"
  },
  {
    "path": "docs/1.3.x_errata.md",
    "content": "# i-MSCP 1.3.x Serie (James Horner) -- Errata\n\nFirst of all, if you're updating from an older i-MSCP Serie, you **MUST** read\nthe previous errata files that you can find in the [./docs](./) directory.\n\n## Version 1.3.15\n\n### New policy for usernames set through setup dialogs\n\nThe policy for usernames set through setup dialogs, including inside the\npreseed file, has been updated:\n\n- Usernames must be between 3 and 16 characters long.\n- Only ASCII alphabet, number and underscore characters are allowed.\n\nNote that following this new policy, you could have to enter new usernames\nduring upgrade.\n\n### Policy for passwords set through the setup dialogs\n\nPolicy for passwords set through the i-MSCP setup dialogs, which was updated in\ni-MSCP version `1.3.1`, is now enforced, even for existing installations.\nFollowing this change you could have to enter new passwords during upgrade.\n\n### Setup dialog for passwords\n\nSetup dialog boxes for passwords are now automatically pre-filled with a\npassword that is autogenerated. You're free to use that password or enter your\nown.\n\n## Version 1.3.12\n\n### 10_apache2_dualstack.pl listener file\n\nIf you use the `10_apache2_dualstack.pl` listener file, which provides\ndual-stack feature for Apache2, you're greatly encouraged to update it to the\nnew version available in the contrib directory of this new i-MSCP version.\nIndeed, major issues were found in that listener which can cause serious\nproblems in your i-MSCP installation .\n\nYou **MUST** update that listener prior any update attempt.\n\n## Version 1.3.9\n\n### Apache2 with mod_proxy_fcgi\n\nDue to all issues caused by the `ProxyErrorOverride` directive, we have decided\nto disable it. We now provide an alternative solution with the mod_rewrite\nmodule. In short, a request for a PHP script is now passed through\n`mod_proxy_fcgi` only if the PHP script exists on the file system.\n\nSee https://i-mscp.net/index.php/Thread/15502 for further details.\n\n#### Note for PhpSwitcher plugin users\n\nIf you use the PhpSwitcher plugin, you must update it to latest version,\nbefore upgrading to this new version.\n\n### Database password (i-MSCP Master SQL user password)\n\nBecause i-MSCP now uses the AES-256 (Rijndael) algorithm in CBC mode to encrypt\ndata (was Blowfish in CBC mode previously), the database keys file will be\nautomagically regenerated and you'll be asked again for the SQL data.\n\n### Upgrade support for i-MSCP versions older than 1.1.0\n\nUpgrade support for i-MSCP versions older than 1.1.0 has been dropped. If you\nwant upgrade your i-MSCP installation from a version older than 1.1.0, you must\nfirst upgrade to i-MSCP version 1.3.8, then upgrade to this new version.\n\n### Support for custom DNS NS resource record\n\nSupport for custom DNS NS resource record has been added. However note that\nusage of this DNS resource record is restricted to subzone delegation.\n\nFor instance let's imagine that you host the `domain.tld` zone. If you want\ndelegate the `sub.domain.tld` subzone to an external DNS server, you can\nprocess as follow:\n\n1. Add the `sub.domain.tld. 3600 IN NS ns1.sub.domain.tld.` custom DNS `NS`\nresource record\n2. Add the `ns1.sub.domain.tld. 3600 IN A 192.168.1.110` custom DNS `A`\nresource record (a.k.a glue record)\n\n## Version 1.3.8\n\n### AWStats authentication\n\nThe Apache2 `mod_dbd` authentication provider is no longer used for AWStats\nauthentication process. AWStats login credentials are now stored in the\n`/etc/apache2/.imscp_awstats` file which is processed by the Apache2\n`mod_authn_file` authentication provider.\n\nNote that the `imscp_awstats` SQL user which was previously needed is not\nremoved automatically by the installer. You  must remove it manually.\n\n### Bind9 db.tpl template file\n\nThe `db.tpl` template file has been updated. If you have replaced this template\nby your own template, you should check for changes that were made in this new\nversion.\n\nNote that if you want reuse the same name servers for all your DNS zones, you\nshould now use the dedicated listener that is available at:\n\n\n    https://github.com/i-MSCP/imscp/blob/1.3.x/contrib/Listeners/Named/10_named_global_ns.pl\n\n \nBy using this listener file, you will make your life easier. Editing the db.tpl\nfile directly is not recommended.\n\n### Control panel user passwords (transitional)\n\nControl Panel user passwords are now hashed using the `APR-1` algorithm. The\nupdate is fully automatic. The password hashes are updated on next successful\nlogin.\n\nNote that due to this change, customers won't be able to connect to AWStats\ninterface as long as their password is not updated. They will have first to\nconnect to the control panel.\n\nBe aware that this is a transitional change. In near future, all passwords\nwill be hashed using `bcrypt`, when the support for Debian Wheezy and Ubuntu\nPrecise will be dropped. Right now, we cannot use bcrypt because the\n`mod_auth_basic` module from Apache 2.2.x (required by AWStats) doesn't\nsupports bcrypt.\n\n### Duplicate mounts (customer httpd log folders)\n\nIf you do have duplicate mounts for your customer httpd log directories, you\nmust remove them prior updating to this new version. This can be done easily by\nrunning the following command from the i-MSCP archive:\n\n```\nperl contrib/scripts/fix_duplicate_mounts.pl\n```\n\nThis command unmount any mount found under the `/var/www/virtual directory`. If\nyou are not sure, it is recommended to run this command.\n\nNote that depending of the number of duplicate mounts, this command can take up\nseveral minutes.\n\n### dpkg(1) post-invoke tasks\n\ni-MSCP is now able to trigger some tasks after that dpkg(1) has been invoked.\nAny `dpkgPostInvokeTasks()` method defined in the i-MSCP servers/packages will\nbe automatically invoked when necessary.\n\nFor instance, the `Package::FrontEnd` package defines a `dpkgPostInvokeTasks()`\nmethod that is responsible to update the PHP binary for the `imscp_panel`\nservice when the system PHP binary is being updated.\n\nTherefore, don't be surprised if you see any i-MSCP debug output when running\nAPT. This is the expected behavior.\n\n## Version 1.3.6\n\n### Editable document root\n\nThe customers can now setup an alternative `DocumentRoot` for each of their\ndomains. This feature is mostly needed for PHP frameworks such as `Symfony` or\n`Zend Framework` where the default skeleton defines a specific subfolder for\nthe public resources.\n\nThe alternative `DocumentRoot` must pre-exist and must be located in the default\n`/htdocs` directory of the domain for which it is being set.\n\nNote that if URL forwarding feature is activated for the domain and that the\ndefault `/htdocs` directory doesn't exists yet, there is not possibility to\nsetup an alternative `DocumentRoot`. In such a case, the customer must first\ndeactivate the URL forwarding feature.\n\nBe also aware that this feature is only implemented for the edit pages. When a\ndomain or subdomain is being created, there is no possibility to setup an\nalternative `DocumentRoot` because at this time, the `/htdocs` directory\ndoesn't exists yet on the file system. This is by design.\n\n### Proxy loop caused by the ProxyErrorOverride directive (Apache2 >= 2.4.10)\n\nDue to a bug present in the Apache2 `mod_proxy_fcgi` module, the\n`ProxyErrorOverride` directive causes a infinite loop when a PHP application\n(such as ownCloud) handles the error documents via PHP. This new version fix\nthe problem by patching the module with a patch taken from the upstream\nrepository.\n\nSee https://bz.apache.org/bugzilla/show_bug.cgi?id=55415 for further details\nabout the issue.\n\nBe aware that it is assumed that you use the Apache2 packages provided by your\ndistribution.\n\n#### dpkg diversion\n\nFor keeping our own version of the `mod_proxy_fcgi` module when Apache2 is\nbeing updated via APT, we've added a dpkg diversion (see dpkg-divert(8)). If\nafter an APT update, you encounter a problem with Apache2, and more specially\nwith the `mod_proxy_fcgi` module, you should process as follow:\n\n##### First step - Removing the dpkg diversion\n\nFirst, be sure that the `/usr/lib/apache2/modules/mod_proxy_fcgi.so-DIST` file\nexists. If the file doesn't exists, this probably means that there is no dpkg\ndiversion and thus, you can skip this step\n\n```\nservice apache2 stop\nrm /usr/lib/apache2/modules/mod_proxy_fcgi.so\ndpkg-divert --rename --remove /usr/lib/apache2/modules/mod_proxy_fcgi.so\n```\n\nDoing this will remove the diversion and reinstall the `mod_proxy_fcgi.so`\nmodule which is provided by your distribution package. Of course now, your\nversion of the `mod_proxy_fcgi` module will have the bug specified above.\n\n##### Second step - Re-applying the patch and re-creating the dpkg diversion\n\n```\ncd <imscp_archive_dir>/autoinstaller/postinstall\nsh fix_apache2_mod_proxy_fcgi.sh\n```\n\nThis will rebuild the `mod_proxy_fcgi` module and re-recreate the dpkg\ndiversion.\n\n## Version 1.3.4\n\n### Mount/Umount events propagation\n\nDue to many problems that appeared, following changes made in the version 1.3.2\nregarding the mount/umount events propagation, it has been decided to revert\nthem. If you're upgrading from a version >= 1.3.2, you must run the following\ncommands before starting the installer:\n\n```\numount -l /var/www/virtual\numount -l /var/www\nmount -a\n```\n\nThese commands will revert the changes introduced in previous i-MSCP versions.\nNote that before running these commands, it is recommended to stop the\nfollowing services:\n\n- apache2\n- Ftp service (either protfpd or vsftpd, depending on your setup)\n- imscp_panel\n\n## Version 1.3.2\n\n### Mount/Umount events propagation\n\nTo fulfil the i-MSCP requirements in regard of the mount/umount events\npropagation, and to say compatible with virtual environments such as `OpenVZ`,\nboth, the `/var/www` directory and the `/var/www/virtual` directory are now\nmounted on themselves as follow:\n\n- `/var/www` is mounted on himself as slave subtree\n- `/var/www/virtual` shared is mounted on himself as shared subtree\n \nThe `/etc/imscp/mounts/mounts.conf` file will contains the following entries:\n\n```\n# fstab-like configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n/var/www /var/www none bind,slave\n/var/www/virtual /var/www/virtual none bind,shared\n    ...\n```\n\nNote that directory paths can differ according your installation layout.\n\n## Version 1.3.1\n\n### Pre-update tasks\n\n#### Plugins:\n\nDue to major changes made in the iMSCP::Mount library, versions of InstantSSH\nplugin older than 5.0.0 are not compatible with this new version. Thus, if you\nuse that plugin, you need to disable it first. Once the update done, you must\nupgrade your InstantSSH plugin with the last available version.\n\nNote: If you also use the CronJobs plugin, you must disable it as well.\n\n#### Services\n\nBefore running the i-MSCP installer, you must stop the `imscp_panel` service\nmanually.\n\n### AWStats authentication\n\nDue to a security issue which has been fixed in that new version, the customers\ncan now connect to AWStats interface only by using their control panel login\ndata.\n\n### Database update\n\nDue to two major updates for the database, and depending on amount of traffic\ndata you have in your i-MSCP database, the update process may take several\nminutes.\n\n### i-MSCP frontEnd (imscp_panel service)\n\n#### Listening ports\n\nThe listening ports for the i-MSCP frontEnd were changed to make them\ncompatible with CloudFlare. The new ports are:\n\n- http: 8880\n- https: 8443\n\nNote that this change only affects new i-MSCP installations.\n\n#### PHP processes\n\nThe i-MSCP frontEnd is now run through its own PHP FPM instance. Previously,\nthe frontEnd was run through PHP CGI with `spawn-fcgi`.\n\n### New policy for passwords set through setup dialogs\n\nThe policy for passwords set through setup dialogs, including inside the\npreseed file, has been updated:\n\n- Passwords must be between 6 and 32 characters long.\n- Only ASCII alphabet and numbers characters are allowed.\n\nNote that these changes don't affect existing installations of i-MSCP as long\nas the services are not reconfigured.\n\n### IP addresses management\n\n#### Configuration modes\n\nIt is now possible to choose the configuration mode for IP addresses that are\nadded through the i-MSCP administration interface. These modes are `auto` and\n`manual`.\n\nNote that the `manual` mode is only appropriate on servers for which network\ninterfaces are configured through DHCP, or when you must set a specific netmask\nfor the target IP address.\n\nBe also aware that the configuration mode for the server primary IP address is\nset to `manual' by default.\n\n##### Auto configuration mode\n\nIn this mode, i-MSCP will automatically configures the target IP address if not\nalready present in the `interfaces` configuration file. This involve the\nfollowing tasks:\n\n###### When adding a new IP\n\n- Adding the IP address configuration into the `interfaces` file\n- Bringing the network interface up\n\n###### When removing an IP\n\n- Removing the IP address configuration from the `interfaces` file\n- Bringing the network interface down\n\n##### Manual configuration mode\n\nIn this mode, i-MSCP will remove any entry which would have been previously\nadded for the target IP address in the `interfaces` configuration file and skip\nits configuration. In such case, the configuration is left to the\nadministrator.\n\nNote that in this mode, i-MSCP won't try to bring up nor bring down the network\ninterface.\n\n#### Installer\n\nIt is no longer possible to configure additional IP addresses through the\ninstaller. From now, the installer will only ask you for the server's primary\nIP address.\n\nNote that by default, the server's primary IP address will always be set with\nthe `manual` configuration mode. You're free to change the configuration mode\nthrough the administration interface.\n\n#### Netmask\n\nIt is now possible to set/edit the netmask for each IP address.\n\nNote that if you choose the `manual` configuration mode for the IP address,\nthe netmask is only informational.\n\n#### Network interface card (NIC)\n\nIt is now possible to edit the NIC for each IP address.\n\nNote that if you choose the `manual` configuration mode for the IP address,\nthe NIC is only informational.\n\n### Pages for disabled domains (accounts)\n\nThe pages for disabled domains have now their own skeleton directory (e.g.\n/etc/imscp/skel/domain_disabled_pages) which is copied into the root Web\ndirectory (e.g. /var/www/virtual) during installation.\n\nThe pages for disabled domains are now stored outside of the customer home\ndirectories.\n\n### PHP opcode cache\n\nThe PHP opcode cache (OPcache or APC) is now enabled by default if you use PHP\nas Apache2 module (ITK), or through\nPHP-FPM.\n\nTo make this change, two new parameters were added into the\n`/etc/imscp/php/php.data` configuration file which are:\n\n#### PHP_OPCODE_CACHE_ENABLED\n\nThis parameter allows the administrator to enable/disable the PHP opcode cache\nfor the customers. Default value is\n`1` (enabled).\n\n**Note:** If you change the value of this parameter, you must not forget to run\nthe `imscp-reconfigure` script.\n\n#### PHP_OPCODE_CACHE_MAX_MEMORY\n\nThis parameter allows the administrator to setup the amount of memory that can\nbe used by the PHP opcode cache. You must not forget that the PHP opcode cache\nis shared across all customers. This is by design and this cannot be changed.\nDefault value for this parameter is `128 MiB`. However, if you host several PHP\napplications, and if you have enough memory available on your server, it is\nrecommended to increase this value accordingly.\n\n**Note:** If you change the value of this parameter you must not forget to run\nthe `imscp-reconfigure` script.\n\n## Version 1.3.0\n\nFirst of all, if you're updating from a version older than `1.2.16`, you should\nread the 1.2.x errata file. You can find that file in the ./docs directory of\nthe i-MSCP archive.\n\n### Pre-update tasks\n\nPrior to any update attempt, you must deactivate all plugins through the plugin\ninterface. Once the update is done, you must update all your plugins to latest\navailable version, and re-activate them one by one. If something goes wrong\nwith a plugin, you can post in the plugins support section, and our development\nteam will fix the issue as soon as possible.\n\n### External mail feature\n\nThe external mail feature has been greatly simplified. From now, activating the\nexternal mail feature for a domain only configures i-MSCP mail server to relay\nmail through external MX. The MX and SPF DNS resource records for external mail\nservers are no longer created by i-MSCP. The customers must now create those\nDNS resource records by themselves, either through their registrar interface if\nthey use the DNS server provided by their registrar, or  through the custom DNS\nresource records interface if their DNS are managed by i-MSCP server.\n\nNote that following those changes, the external mail feature has been reseted,\nmeaning that customers will have to reactive it if needed.\n\n### FTP usernames\n\nVsFTPd doesn't support non-ascii characters in usernames. Therefore, to be\ncompatible with VsFTPD and ProFTPD, the internationalized domain names (IDN)\nthat are part of FTP usernames will be converted to IDNA form. This means that\nonly ASCII usernames will be accepted.\n\nYou must not forgot to warn your customers about this change.\n\n### i-MSCP master SQL user\n\nStarting with this version, usage of SQL root user is prohibited. Instead, a\ndedicated SQL user for i-MSCP is created. This change intends to solve issues\nwith SQL servers that are configured to use passwordless authentication. With\nsuch a configuration, password for the SQL root user is not set while package\ninstallation. Instead, the authentication is done through a unix socket (a\nmapping between the local unix user and the SQL user is done.)\n\nNote that while installing or reconfiguring i-MSCP, the installer will still\nask you for the SQL root user info when needed. However, this user will be only\nused to create and grant privileges to i-MSCP SQL users. This means that i-MSCP\nwill never store any data related to the SQL root user, nor change any of its\nproperties.\n\nBe also aware that in latest versions of the i-MSCP PhpMyAdmin package, usage\nof SQL root user has been prohibited for security reasons. If you want connect\nto PhpMyAdmin to work on all databases, you should now use the i-MSCP master\nSQL user.\n\n### imscp-setup script\n\nThe `imscp-setup` script has been renamed to `imscp-reconfigure`.\n\n### Parameters\n\n#### Apache2 MOUNT_CUSTOMER_LOGS parameter\n\nThis new parameters allows the administrator to disable mount of customers\nhttpd log directories. To disable them, you can process as follow:\n\n```\nsed -i'' 's/^\\(MOUNT_CUSTOMER_LOGS\\s\\+=\\).*/\\1 no/' /etc/imscp/apache/apache.data\nperl /var/www/imscp/engine/setup/imscp-reconfigure -danv\n```\n\nBe aware that when mount of httpd log directories is disabled, the `logs`\ndirectory located in the home directory of customers is also removed.\n\n### Permissions on customer's files (Http Web folders and Maildir)\n\nStarting with this version, permissions on customer files are no longer set\nrecursively by default. This allows to avoid long running processes when a\ncustomer has thousands of files in his Web folders or mail directory.\n \nTo enable recursion, you must now pass the `--fix-permissions` option to the\ninstaller (or any script supporting it). \n\nThe `--fix-permissions` option is supported by the following scripts:\n\n - imscp-autoinstall (i-MSCP installer)\n - imscp-reconfigure (i-MSCP reconfiguration script)\n - set-engine-permissions.pl (Script that set engine permissions)\n\nNote: If you're migrating i-MSCP data from one server to another, you must not\nforget to set this option while running the imscp-reconfigure script.\n\n### imscp_mountall service\n\nThis `imscp_mountall` service mounts i-MSCP file systems when the server is\nrebooted. This service reads entries in a fstab-like file located at\n`/etc/imscp/mounts/mounts.conf`. Unlike the entries that are added in the\nsystem fstab file, the entries added in this file are always processed in\nsequential order.\n\nThird-party software components that want add entries in that file must use the\nAPI provided by the iMSCP::Mount library.\n\n### Custom DNS resource records\n\n#### MX DNS resource record\n\nIt is now possible to setup MX DNS resource records through the custom DNS\nresource records interface. Be aware that default MX DNS resource records,\nas the SPF DNS resource records, are removed only if the external mail\nfeature is turned on for the target domain.\n\n#### DKIM/DMARC TXT DNS resource records\n\nIt is now possible to add DKIM/DMARC TXT DNS resource records.\n\n#### SPF DNS resource record\n\nTo fulfit specific requirements, the SPF DNS resource record type has been\nadded to the list of allowed custom DNS resource records. It is now possible to\nsetup custom SPF records using SPF and TXT DNS resource records. However you\nmust be aware that when a custom SPF DNS resource record is detected (SPF or\nTXT), the default SPF DNS resource records set by i-MSCP are automatically\nremoved.\n\n**Note:** As per the RFC 7208, the SPF DNS resource record is deprecated.\nHowever it is still required in some contexts.\n\n#### TTL (Time to Live)\n\nIt is now possible to set a TTL value for any custom DNS resource record.\nPrevisously, this was only possible for the SRV DNS resource record. The TTL\nvalue must be expressed in seconds. Note that for safety reasons, it is not\nallowed to specify a value lower than 60 seconds.\n\n#### Validation rules for the name, canonical name and target host fields\n\nIf you do not specify a fully-qualified domain name for one of these fields\n(domain name ending by DOT) they will be automatically completed with your\ndomain name (domain for which you add the record). For instance, if you add\na DNS resource record for the `test.tld` domain, and specify the following\nlabel for the `name` field:\n\n```\n sub\n```\n\nit will be automatically completed with your domain name as follow:\n\n```\n    sub.test.tld.\n```\n\nYou must also be aware that the out-of-zone records are not allowed. Simply\nput, if you specify:\n\n```\ngoogle.fr.\n```\n\nfor the `name` field, it will not pass validations.\n\nAnyway, even if that were allowed, the DNS resource record would be ignored by\nthe DNS server. For instance, adding such DNS resource record for the\n`test.tld` zone:\n\n```\ngoogle.fr.    IN    A    192.168.1.110\n```\n\nwould lead to:\n\n```\nnamed-compilezone -i none -s relative -o - test.tld test.tld.db \ntest.tld.db:27: ignoring out-of-zone data (google.fr)\nzone test.tld/IN: loaded serial 2016031403\n...\n```\n"
  },
  {
    "path": "docs/1.4.x_errata.md",
    "content": "# i-MSCP 1.4.x Serie (Hans Zimmer) -- Errata\n\nFirst of all, if you're updating from an older i-MSCP Serie, you **MUST** read\nthe previous errata files that you can find in the [./docs](./) directory.\n\n## Version 1.4.7\n\n### Alternative URLs feature\n\n#### Enabling/Disabling\n\nAlternative URLs feature can now be disabled. You can enable/disable that\nfeature by executing the `imscp-reconfigure` script as follow:\n\n```\nperl /var/www/imscp/engine/setup/imscp-reconfigure -dar alt_urls_feature\n```\n\n#### User prefix in alternative URLs\n\nUnix user prefix was removed from alternative URLs.\n\n### Apache2 server\n\n#### Vhost templates files\n\ni-MSCP Apache2 vhost template files were updated. If you use your own template\nfiles, don't forget to sync them.\n\n### DNS server (Bind9)\n\n#### Zone templates files\n\ni-MSCP Bind9 zone template files were updated. If you use your own template\nfiles, don't forget to sync them.\n\n### Event listeners\n\nIt is now possible to register event listeners that will be executed at most\nonce per event.\n\nAs a reminder, the default behavior is to execute the event listeners each time\nthe events for which they are registered are triggered. For instance the\nfollowing script:\n\n```perl\n#!/usr/bin/perl\n\nuse strict;\nuse warnings;\nuse lib '/var/www/imscp/engine/PerlLib';\nuse iMSCP::Bootstrapper;\nuse iMSCP::EventManager;\n\niMSCP::Bootstrapper->getInstance( )->boot( );\n\nmy $eventManager = iMSCP::EventManager->getInstance( );\n$eventManager->register( 'testing', sub { print \"testing event has been triggered (call: $_[0])\\n\"; 0; } );\n\n# Triggers the \"testing\" event 3 times\n$eventManager->trigger( 'testing', $_ ) for 1..3;\n\n1;\n__END__\n```\n\nwould output:\n\n```shell\nroot@jessie:~# perl test.pl \ntesting event has been triggered (call: 1)\ntesting event has been triggered (call: 2)\ntesting event has been triggered (call: 3)\n```\n\nNow, the same thing for a listener that we want execute at most once per event.\nFor instance the following script:\n\n```perl\n#!/usr/bin/perl\n\nuse strict;\nuse warnings;\nuse lib '/var/www/imscp/engine/PerlLib';\nuse iMSCP::Bootstrapper;\nuse iMSCP::EventManager;\n\niMSCP::Bootstrapper->getInstance( )->boot( );\n\nmy $eventManager = iMSCP::EventManager->getInstance( );\n$eventManager->registerOne( 'testing', sub { print \"testing event has been triggered (call: $_[0])\\n\"; 0; } );\n\n# Triggers the \"testing\" event 3 times\n$eventManager->trigger( 'testing', $_ ) for 1..3;\n\n1;\n__END__\n```\n\nwould output:\n\n```shell\nroot@jessie:~# perl test.pl \ntesting event has been triggered (call: 1)\n```\nAs you can see, the registered event listener has been executed only once.\n\nNote that the [iMSCP::EventManager::registerOne()](../engine/PerlLib/iMSCP/EventManager.pm#L99)\nmethod is a simple wrapper around the [iMSCP::EventManager::register()](../engine/PerlLib/iMSCP/EventManager.pm#L57)\nmethod. We could have done the same thing above as follows:\n\n```perl\n#!/usr/bin/perl\n\nuse strict;\nuse warnings;\nuse lib '/var/www/imscp/engine/PerlLib';\nuse iMSCP::Bootstrapper;\nuse iMSCP::EventManager;\n\niMSCP::Bootstrapper->getInstance( )->boot( );\n\nmy $eventManager = iMSCP::EventManager->getInstance( );\n$eventManager->register( 'testing', sub { print \"testing event has been triggered (call: $_[0])\\n\"; 0; }, 0, 1 );\n\n# Triggers the \"testing\" event 3 times\n$eventManager->trigger( 'testing', $_ ) for 1..3;\n\n1;\n__END__\n```\n\nwould output:\n\n```shell\nroot@jessie:~# perl test.pl \ntesting event has been triggered (call: 1)\n```\n\n## Version 1.4.6\n\n### Pre-update tasks\n\nDue to change of location for i-MSCP's lock files, you must run the following\ncommands manually before upgrading to this new version:\n\n```shell\n# service cron stop\n# service imscp_daemon stop\n# pkill -TERM -f imscp\n```\n\nNote that the i-MSCP installer will automatically restart the services for you.\n\n### Apache2 - mod_proxy_fcgi\n\nChanges from Apache `2.4.11` regarding the `PATH_INFO` environment variable\nwere backported to Apache `2.4.10`. This allow to fix problems encountered\nwith [Seafile](https://www.seafile.com).\n\nSee also:\n\n- [proxy-fcgi-pathinfo](https://httpd.apache.org/docs/2.4/en/mod/mod_proxy_fcgi.html#env)\n- [Seafile - Apache2 - mod_proxy_fcgi - PATH_INFO handling](https://i-mscp.net/index.php/Thread/16921-Seafile-Apache2-mod-proxy-fcgi-PATH-INFO-handling/)\n\n## Version 1.4.5\n\n### FrontEnd\n\n#### Nginx template files\n\nIn version 1.4.4, both the `00_master.conf` and `00_master_ssl.conf` template\nfiles were merged together in the [00_master.nginx](../configs/debian/frontend/00_master.nginx)\ntemplate file. This change has been reverted due to restrictions on usage of\nthe Nginx `IF` directive. There are now two templates, one for http, another\nfor https:\n\n - [00_master.nginx](../configs/debian/frontend/00_master.nginx)\n - [00_master_ssl.nginx](../configs/debian/frontend/00_master_ssl.nginx)\n\n## Version 1.4.4\n\n### Distributions\n\nSupport for Devuan Jessie 1.0 has been added. See the [Devuan Project Page](https://devuan.org/)\nfor further details.\n\n### DNS server (Bind9)\n\n#### Zone template files\n\ni-MSCP Bind9 zone template files were updated. If you use your own template\nfiles, don't forget to sync them.\n\n#### Zone files format\n\nZone files are now stored in binary format for rapid loading by named.\n\nIf you need revert that behavior, you can always change the value of the\n`BIND_DB_FORMAT` configuration parameter which is available in the\n`/etc/imscp/bind/bind.data` file, and perform an i-MSCP reconfiguration.\nHowever note that you shouldn't have to do that. You can always see the text\nversion of the zone files, either by making AXFR queries on the zone names, or\nby reading files that are located in the `/etc/imscp/bind/working` directory.\n\n#### Zone files location\n\nLocation of zone files has been changed as follow:\n\n- Master zone files are now located in the `/var/cache/bind/imscp/master directory`\n- Slave zone files are now located in the `/var/cache/bind/imscp/slave directory`\n\n### Event listeners\n\n#### Event listener priorities (backend)\n\nBackend's event listeners can now be registered with an optional priority in\nrange [-1000 .. 1000] (default to 1). Listeners registered with highest\npriorities are executed first. For instance the following script:\n\n```perl\n#!/usr/bin/perl\n\nuse strict;\nuse warnings;\nuse lib '/var/www/imscp/engine/PerlLib';\nuse iMSCP::Bootstrapper;\nuse iMSCP::EventManager;\n\niMSCP::Bootstrapper->getInstance( )->boot( );\n\nmy $eventManager = iMSCP::EventManager->getInstance( );\n$eventManager->register( 'testing_event', sub { print \"First registered listener\\n\"; 0; }, -99 );\n$eventManager->register( 'testing_event', sub { print \"Second registered listener\\n\"; 0; }, 10 );\n$eventManager->register( 'testing_event', sub { print \"Third registered listener\\n\"; 0; } );\n$eventManager->register( 'testing_event', sub { print \"Fourth registered listener\\n\"; 0; }, 1 );\n$eventManager->trigger( 'testing_event' );\n\n1;\n__END__\n```\n\nwould output:\n\n```shell\nroot@devuan:~# perl test.pl\nSecond registered listener\nThird registered listener\nFourth registered listener\nFirst registered listener\n```\n\n#### Object as event listener\n\nIt is now possible to register an object as an event listener where instance\nmethods named with the event names for which the object is registered are the\nlisteners. For instance the following script:\n\n```perl\n#!/usr/bin/perl\n\npackage Testing;\n\nsub new\n{\n    bless { }, shift;\n}\n\nsub onFirstTestingEvent\n{\n    print \"I'm listening on the onFirstTestingEvent event\\n\";\n    0;\n}\n\nsub onSecondTestingEvent\n{\n    print \"I'm listening on the onSecondTestingEvent event\\n\";\n    0;\n}\n\npackage main;\n\nuse strict;\nuse warnings;\nuse lib '/var/www/imscp/engine/PerlLib';\nuse iMSCP::Bootstrapper;\nuse iMSCP::EventManager;\n\niMSCP::Bootstrapper->getInstance( )->boot( );\n\nmy $testingObject = Testing->new( );\n\nmy $eventManager = iMSCP::EventManager->getInstance( );\n$eventManager->register( [ 'onFirstTestingEvent', 'onSecondTestingEvent' ], $testingObject );\n$eventManager->trigger( 'onFirstTestingEvent' );\n$eventManager->trigger( 'onSecondTestingEvent' );\n\n1;\n__END__\n```\n\nwould output:\n\n```shell\nroot@devuan:~# perl test2.pl \nI'm listening on the onFirstTestingEvent event\nI'm listening on the onSecondTestingEvent event\n```\n\nNote that `AUTOLOAD` feature is also supported. Thus, the following script:\n\n```perl\n#!/usr/bin/perl\n\npackage Testing;\n\nsub new\n{\n    bless { }, shift;\n}\n\nsub AUTOLOAD\n{\n    print \"I'm listening on whatever event for which I'm registered\\n\";\n}\n\npackage main;\n\nuse strict;\nuse warnings;\nuse lib '/var/www/imscp/engine/PerlLib';\nuse iMSCP::Bootstrapper;\nuse iMSCP::EventManager;\n\niMSCP::Bootstrapper->getInstance( )->boot( );\n\nmy $testingObject = Testing->new( );\n\nmy $eventManager = iMSCP::EventManager->getInstance( );\n$eventManager->register( [ 'onFirstTestingEvent', 'onSecondTestingEvent' ], $testingObject );\n$eventManager->trigger( 'onFirstTestingEvent' );\n$eventManager->trigger( 'onSecondTestingEvent' );\n\n1;\n__END__\n```\n\nwould output:\n\n```shell\nroot@devuan:~# perl test2.pl \nI'm listening on whatever event for which I'm registered\nI'm listening on whatever event for which I'm registered\n```\n\nBear in mind that for performance reasons, the events manager never check for\nexistence of the listeners when you register an object as an event listener.\nThus, if a method is missing and that the `AUTOLOAD` subroutine is not defined\nthe failure will be raised only when the event will be triggered. For instance,\nthe same script as above without the `AUTOLOAD` subroutine defined would output\nsomething like:\n\n```shell\nroot@devuan:~# perl test2.pl \n[FATAL] iMSCP::EventManager::__ANON__: Can't locate object method \"onFirstTestingEvent\" via package \"Testing\" ...\n```\n\n### FrontEnd\n\n### Nginx template files\n\nNote that both the `00_master.conf` and `00_master_ssl.conf` template files\nwere merged together in the [00_master.nginx](../configs/debian/frontend/00_master.nginx)\ntemplate file. There is now only one Nginx server configuration file for both\nHTTP and HTTPS.\n\n\n### Mail service  - Server hostname added as domain in control panel\n\nIn previous i-MSCP versions, there was a bug allowing administrator to add the\nserver hostname in the control panel as domain, and create new mailboxes for\nthat domain. From Postfix perspective, the server hostname, which is added in\nthe [mydestination](http://www.postfix.org/postconf.5.html#mydestination)\nparameter, is a canonical domain for which a user maps to a local unix user\naccount. Thus, this was a mistake to not prohibit creation of new mailboxes for\nthat domain through the control panel. Indeed, a virtual mailbox added for a\ncanonical domain wouldn't work, and worse, this would violate Postfix rules\nthat state that a canonical domain ***MUST NOT*** be added in the\n[virtual_mailbox_domains](http://www.postfix.org/postconf.5.html#virtual_mailbox_domains)\nmap. \n\nThis new version addresses this issue by prohibiting creation of new mailboxes\n(normal mail accounts) for the server hostname when it is added in the control\npanel as domain. Note that it's still possible to create `forward` and\n`catch-all` accounts.\n\nBe aware that any mailbox found for that domain will be\n**removed during upgrade**. However, mixed accounts (normal+forward) will be\nturned into `forward` only account.\n\nSee also: [Postfix - Canonical versus hosted versus other domains](http://www.postfix.org/VIRTUAL_README.html#canonical)\n\n### Network setup\n\n#### PRIMARY server IP\n\nIt is now possible to select the `None` option for the primary IP while\nsetup-in or reconfiguring i-MSCP. Selecting this option means that i-MSCP will\nconfigures the services to listen on all interfaces.\n\nNote that this option is more suitable for Cloud computing services such as [Scaleway](https://www.scaleway.com/)\nand [Amazon EC2](https://aws.amazon.com/en/ec2/).\n\nSee also: [i-MSCP with a Scaleway (cloud computing service) server](https://i-mscp.net/index.php/Thread/16645-i-MSCP-with-a-Scaleway-cloud-computing-service-server/)\n\n#### Domain IP addresses\n\nFrom now on, if an address IP that is assigned to a customer is not found in\ndatabase, there will be a fallback to the `INADDR_ANY` IP address. For Apache2\nvhost files, this means that wildcard will be used in place of an IP address.\n\nDoing this should help mitigating upgrade and migration problems when an IP\naddress is not longer available on the system.\n\nNote that the fallback is made at runtime by the backend. The administrator\nwill still needs solve the situation through the frontEnd by following these steps:\n\n- Assigning a new IP to resellers\n- Assigning a new IP to customers\n- Removing the old IP\n\nIn a later version, this procedure which is a bit unconfortable will be automated.\n\n### Plugin errors handling (Backend)\n\nPlugin errors, outside of those raised by the plugin handler (Module::Plugin),\nare no longer returned to the caller. That means that an error which has been\nraised by a plugin will no longer cause a general failure.\n\nThis change should help mitigate upgrade errors caused by plugins that are not\ncompatible with newest i-MSCP versions. If an error is raised by a plugin, that\nplugin will be left in inconsistent state and the administrator will still need\nsolve the situation through the plugin management interface, or manually in\nworse of case.\n\n## Version 1.4.3\n\n### Apache2 version (Ubuntu Trusty Thar)\n\nApache2 (2.4.10) is now installed through the backports repository. This allow\nus to not longer depends on the Apache2 fastcgi module when the PHP SAPI is FPM.\n\n### Distribution packages files\n\nDistribution packages files were updated. If you're using the\n`10_packages_override.pl` i-MSCP listener file to override your distirbution\npackages file, don't forget to sync it.\n\n### Maildir++ quota information\n\nMaildir++ quota information were re-added in the frontEnd (client interface).\nThe quota information are now extracted from each mailbox `maildirsize` file\nand are cached in session for 5 minutes. Note that if the file doesn't exists\nyet, no quota information will be showed.\n\nIn case of Courier IMAP/POP server, the maildirsize file is automatically\ncreated on mailbox account creation/update while in case of Dovecot IMAP/POP\nserver usage, it is created on first IMAP login. Note that if there is not\nquota set for a mailbox, no quota information will be showed.\n\n## Version 1.4.1\n\n### Apache2 vlogger script\n\nDue to an important bug found in vlogger script, and that has been fixed in\nthis new version, it is recommended to run the following command to make sure\nthat there is no vlogger process left on your system before upgrading:\n\n```\n# pkill -KILL -f vlogger\n```\n\n## Version 1.4.0\n\n### Distributions\n\n- Support for Debian Wheezy has been dropped - Softwares and libraries were too\n  old\n- Support for Ubuntu Precise Pangolin (12.04) has been dropped. - Anticipating\n  EOL on April 2017\n\n### Httpd server (Apache2) vhost templates \n\nSeveral Apache2 vhost templates were merged.\n\n- The domain_redirect.tpl, domain_redirect_ssl.tpl and domain_ssl.tpl templates\n  were merged in the domain.tpl template\n- The domain_disabled_ssl.tpl template has been merged in the\n  domain_disabled.tpl template\n\nFrom now, if you need to known the context of the Apache2 vhost template when\ndeveloping a plugin or a listener file, you must use the new `VHOST_TYPE`\nparameter that is passed to event listeners. For instance, in the\n`40_apache2_security_headers.pl` listener file, we are testing the context as\nfollow:\n\n```perl\n        return 0 unless $tplName eq 'domain.tpl'\n            && grep( $_ eq $data->{'VHOST_TYPE'}, ( 'domain', 'domain_ssl' ) );\n```\n\nSee [40_apache2_security_headers.pl](https://github.com/i-MSCP/imscp/blob/1.4.x/contrib/Listeners/Apache2/40_apache2_security_headers.pl)\nfor further details.\n\nThe value of the `VHOST_TYPE` parameter can be one of the following:\n\n- `domain`: Vhost for domains\n- `domain_ssl`: SSL Vhost for domains\n- `domain_fwd`: Vhost for forwarded (redirected, proxied) domains\n- `domain_ssl_fwd`: SSL vhost for forwarded (redirected, proxied) domains\n- `domain_disabled`: Vhost for disabled domains\n- `domain_disabled_ssl`: SSL vhost for disabled domains\n- `domain_disabled_fwd`: Vhost that forwards http requests to https for\n   disabled domains\n\nNote: Here a domain is either a domain, a domain alias or a subdomain.\n\n### i-MSCP log files\n\nThere is now only one log file per module. In other words, event logging is now\nmade on a per module basis. Before, event logging was made on a per item basis,\npossibly leading to hundred files stored in the /var/log/imscp directory.\n\nThere are no reasons to keep logs for all processed items. Generally speaking,\nadministrator only has interest for logs of last processed item, mostly when\nthere was an error raised.\n\nNote that the Modules::Plugin module is not concerned by those changes.\n\n### Listener files\n\nMany listener files were updated according changes made in this new version,\nspecially the Apache2 listener files. If you use one or many of them, you\nshould update them.\n\n### Passwords storage\n\nAll passwords are now stored using a scheme other than `PLAIN` to prevent\nanybody with access to the i-MSCP database (such as a hacker) from stealing\nusers' passwords and using them to access other services.\n\n#### Ftp user passwords\n\nThe `rawpasswd` plaintext password column has been removed from the i-MSCP\ndatabase. The password scheme for FTP users is still unchanged (SHA512-crypt).\n\n#### Mail account passwords\n\nNew password scheme for Mail accounts is `SHA512-crypt`. We chose SHA512-crypt\nbecause it is supported by all software products integrated with i-MSCP. Update\nis automatic. Mail account passwords will be hashed automatically during\nupgrade.\n\nBe aware that due to this change, only the `plaintext` authentication\nmechanisms (PLAIN, LOGIN) are now supported. This is due to the fact that\nnon-plaintext authentication mechanisms require either plaintext passwords or\npassword scheme that belongs to the chosen authentication mechanism. To avoid\nproblems with plaintext passwords that are sent during authentication\nprocesses, it is recommended to use SSL/TLS connections only.\n\nYou must not forget to inform your customers about this change. Mail clients\nconfigured to use authentication mechanisms such as MD5-CRAM will fail to\nauthenticate.\n\n#### SQL user passwords\n\nThe `sqlu_pass` plaintext password column has been removed from the i-MSCP\ndatabase.\n\n### PHP support\n\nPHP support is now provided through Ondřej Surý repository or PPA. As reminder,\nOndřej Surý is the official Debian/Ubuntu maintainer for PHP packaging.\n\nNote that PHP versions that are considered EOL by upstream PHP team are no\nlonger supported.\n\n#### PHP versions\n\nIt is now possible to choose between many PHP versions through the installer.\nAt this time, PHP `5.6`, `7.0` and `7.1` are available. You can switch to\nanother PHP version by executing the following commands:\n\n```\ncd <imscp_archive_dir>\nperl imscp-autoinstall -dr php\n```\n\nNote that this new feature is not a replacement for the PhpSwitcher plugin.\nWithout the PhpSwitcher plugin, there is no way to provide multiple PHP\nversions to customers.\n\n### PhpMyAdmin and Pydio auto-login feature\n\nThe auto-login feature providing customers with a button to auto-logon in\nPhpMyAdmin or Pydio without having to provide login data has been removed. One\nof requirement for that feature are plaintext passwords that are now removed for\nsecurity reasons. An alternative method will be implemented in a later release.\n\n### Postfix SASL authentication backend\n\nSASL authentication backend used by the Postfix MTA depends on the PO server in\nuse (Dovecot or Courier).\n\n- Courier: Postfix MTA uses Cyrus SASL as authentication backend. Courier\n  authentication library (authdaemon) is used as password verifier.\n- Dovecot: Postfix MTA uses Dovecot SASL as authentication backend.\n\n### Web folder skeletons (default /.well-known directory)\n\nThe `/.well-known` directory has been added to domain, domain alias and\nsubdomain Web folder skeletons. From now, the `/.well-known` directory will be\nautomatically created on new domain, domain alias or subdomain creation. This\ndirectory is stored inside of the default document root: `./htdocs/.well-known`.\n\nBe aware that if you change the document root through the i-MSCP control panel,\nthat directory will be no longer reachable.\n\n#### Note regarding the i-MSCP LetsEncrypt plugin\n\nThe LetsEncrypt plugin comes with its own directory for serving ACME resources.\nTo make this to work, the plugin defines a specific Apache2 alias on the\n`/.well-known/acme-challenge/` URL path. In that specific case, ACME resources\nare not served from the default `/.well-known` directory. These are served from\nthe directory of the LetsEncrypt plugin. Note that this only apply to ACME\nresources.\n"
  },
  {
    "path": "docs/1.5.x_errata.md",
    "content": "# i-MSCP 1.5.x Serie (Ennio Morricone) -- Errata\n\nFirst of all, if you're updating from an older i-MSCP Serie, you **MUST** read\nthe previous errata files that you can find in the [./docs](./) directory.\n\n## Version <release> (build <release_build>)\n\nMaintenance release.\n\nThis is a maintenance release for the 1.5.3 version with new features.\n\n### Apache2 wildcard alias entry\n\nA new `Wildcard alias` option has been added, which make the customers able to\nadd a wildcard alias entry such as `*.domain.tld` in the Apache2 vhost file of\ntheir domains and/or subdomains. This feature is most suitable for software\nwhich provide multisite feature such as Wordpress.\n\n### Distributions support\n\n - Support for Ubuntu Trusty Thar (14.04) has been dropped. Please update your\nsystem to Ubuntu Xenial Xerus (16.04), or Ubuntu Bionic Beaver (18.04).\n - Support for Debian Buster (10.x) has been added.\n - Support for Devuan ASCII (2.x) has been added.\n\n#### Package files\n\nAll distribution packages files were updated. If you make use of your own\npackages file, you **MUST** not forget to update it.\n\n### DNS\n\n#### Overriding of default DNS resource records\n\nCustomers can now override any default DNS resource record through the custom\nDNS resource records interface.\n\nNote that custom DNS resource records are not longer stored in transitional\n(working) db zone file. Doing this make possible to re-inject default DNS\nrecords more easily when they are not longer overridden.\n\n#### Wildcard DNS records\n\nCustomers can now add wildcard DNS resource records through the custom DNS\ninterface.\n\n#### Zone template files\n\nThe DNS zone template files located in the `/etc/imscp/bind/parts`\ndirectory were updated. If you use your own templates, you **MUST** not forget\nto synchronize them with the latest changes.\n\n### Entities processing (DB tasks processor)\n\nIn the previous i-MSCP versions, the database tasks processor stopped processing\nof entities on the first failure. This was not a good behavior as not all\nentities belong to the same aggregate root (AR).\n\nFrom now on, the DB task processor will continue to process the other entities\nas long as the entities they belong to are in consistent state.\n\n### FrontEnd requirements\n\n#### Requirements\n\n- The i-MSCP frontEnd now require PHP 7.3.\n- FrontEnd addons and/or plugins **MUST** now be compatible with PHP ≥ 7.3.\n- FrontEnd Dependencies are now installed through the PHP dependency manager.\n\n#### Plugins (frontEnd side)\n\ni-MSCP plugins are now executed through the\n[Slim](http://www.slimframework.com) micro-framework.\n\n#### Packages (addons)\n\nBoth the Pydio and Net2FTP packages were dropped.\n\n### i-MSCP daemon\n\nIt is now possible to override default listen port for the i-MSCP daemon. The\nway to process depends on the init system you're using, that is, `SysVinit`,\n`Systemd`, or `Upstart`.\n\nFirst, you need to change the default port in the /etc/imscp.conf file to make the\ni-MSCP frontEnd able to connect:\n\n```\nIMSCP_DAEMON = <port>\n```\n\nthen, you need to override the init script as follows:\n\n#### SysVinit\n\nFor SysVinit, you need to create the `/etc/default/imscp_daemon` file with the\nfollowing content:\n\n```\nLISTEN_PORT=<port>\n```\n\n#### Systemd\n\nFor Systemd, you need to override the service unit as follows:\n\n```\n# systemctl edit imscp_daemon\n[service]\nExecStart=\nExecStart=/var/www/imscp/daemon/imscp_daemon -l <port>\n```\n\n#### Upstart\n\nFor Upstart, you need override the default job by creating the\n`/etc/init/imscp_daemon.override` file with the following content:\n\n```\nexec /var/www/imscp/daemon/imscp_daemon -l <port>\n```\n\n### Installer\n\n#### Setup dialogs\n\nStarting with this new version, the installer will no longer display the setup\ndialogs when a default value is available for them. This change was made to\nmake the beginners life a bit easier, but also to make the lazy sysadmins happy\nwhen the default values fit their needs.\n\nHowever, it is still possible to force the installer to display all dialogs by\npassing-in the `--reconfigure` command line option, even in the context of a new\ninstallation.\n\nFinally, the sysadmins can always make use of the preseeding feature for a full\nunattended installation.\n\nIf you want to know which are the default values used by the installer, you can\nhave a look at the [preseeding](./preseed.pl) template file.\n\n#### WHIPTAIL(1) support\n\nSupport for the `WHIPTAIL(1)` program has been added to the i-MSCP dialog\nlibrary. You can force usage of the `WHIPTAIL(1)` program by setting the\n`IMSCP_DIALOG_FORCE_WHIPTAIL` environment variable to a `TRUE` value. For\ninstance:\n\n```\nIMSCP_DIALOG_FORCE_WHIPTAIL=1 perl imscp-autoinstall -d\n```\n\nWithout this environment variable, `DIALOG(1)` program will be preferred if it\nis available.\n\n### Listener files\n\nSeveral listener files were updated. You must not forget to update those that\nyou're using.\n\n#### 10_named_override_default_rr.pl listener file\n\nThe `10_named_override_default_rr.pl` listener file has been dropped as it is\nnow possible to override any default DNS resource record through the custom DNS\nrecord interface. If you make use of that listener file, you **MUST** not forget\nto remove it from your i-MSCP installation prior updating.\n\n#### 20_dovecot_connections.pl\n\nThe `20_dovecot_connections.pl` listener file has been dropped as it is now\npossible to change the `mail_max_userip_connections` configuration parameter\nvalue through the i-MSCP's Dovecot configuration file.\n\nIf you make use of that listener file, you **MUST** not forget to remove it from\nyour i-MSCP installation prior updating.\n\n### PHP support\n\nSupport for both PHP `7.2` and 7.3 has been added.\n\nStarting with this new release, All PHP versions are always installed. This\nallows the `PhpSwitcher` plugin to use them, instead of relying on compiled PHP\nversions.\n\nUnused PHP versions (FPM instances) are stopped and disabled.\n\n### Plugins\n\n#### RoundcubePlugins plugin\n\nVersions of the `RoundcubePlugins` plugin which are older than version `3.0.0`\nare not compatible with this new i-MSCP version. If you make use of an older\nversion, you need uninstall it prior updating your i-MSCP installation.\n\nOnce your i-MSCP installation has been updated to this new version, you can grab\nthe latest RoundcubePlugins plugin version and install it.\n\n### Services\n\nThe FTP, HTTP, IMAP/POP and SMTP services are no longer stopped while an i-MSCP\nupdate or reconfiguration. This change has been made to mitigate downtime\nissues. From now one, even if you update or reconfigure i-MSCP, your customers\nshould be still able to access their services, excepted the control panel.\n\nHowever, these services are still restarted at the very end of the update or\nreconfiguration process.\n\n#### SQL users\n\nSQL users for the various services such as `proftpd`, `vsftpd, `dovecot`, and\n`courier-authdaemon` are now randomly generated.\n\n## Version 1.5.4\n\n### Distributions\n\nSupport for Debian/Devuan Jessie has been dropped. OS is EOL since June 30, 2020.\n\n## Version 1.5.3 (build 2018120800)\n\nBugfixe release.\n\n## Version 1.5.3 (build 2018120700)\n\nBugfixes release.\n \n### Networking configuration providers\n\nA new networking configuration provider for [netplan.io](https://netplan.io/)\nhas been added. Note that the `networkd` renderer is assumed.\n \n### PHP distribution packages\n \nPHP distributions packages are not longer automatically purged, even if they\ndon't match the selected PHP version. This is required for 3rd-party software\nsuch as the PhpSwitcher plugin which could rely on additional packaged PHP\nversions.\n \n### Supported distributions\n\n#### Ubuntu Bionic Beaver (18.04)\n\nSupport for Ubuntu Bionic Beaver (18.04) has been added.\n\n##### SQL server (Percona packages)\n\nPercona packages are provided only for amd64 architecture.\n\n## Version 1.5.3 (build 20180516)\n\nMaintenance release.\n\n## Version 1.5.2\n\nCanceled release.\n\n## Version 1.5.1 (build 20170908)\n\nMaintenance release.\n\n## Version 1.5.0 (build 20170905)\n\nMinor release (stable release).\n\n### Mail accounts\n\n#### Default mail accounts\n\nDefault mail accounts are now protected by default. However, the system\nadministrator can always disable the protection through the administrator\nsettings interface.\n\nAs a reminder, default mail accounts are a restricted list taken from those\nthat are listed in the [RFC 2142](https://www.ietf.org/rfc/rfc2142.txt).\n\nThe following default mail accounts are created:\n\n- abuse      (Customer Relations)\n- hostmaster (DNS service)\n- postmaster (SMTP service)\n- webmaster  (HTTPD service)\n\nBeware that un-protecting default mail accounts is discouraged. These accounts\nare needed.\n\nIt is important to note that if the default mail accounts are not protected and\nthat a customer turn a default mail account into a normal mail account, that\nlast will no longer be seen as a default mail account.\n\n#### Mail accounts accounting\n\n##### Catch-all accounts\n\nCatch-all accounts are now counted in the customer mail accounts limit. These\naccounts behave like forward mail accounts for an entire domain and therefore,\nthere are no valid reasons to discard them from the mail accounts limit.\n\n### Cosmetics (frontEnd)\n\n#### Unlimited objects\n\nUnlimited objects, whatever their nature, are now represented by the `∞`\nmathematical infinity symbol.\n\n### Output compression (FrontEnd)\n\nOutput compression at the frontEnd side has been removed. Output is compressed\nat the Nginx Web server level.\n\nNote that all related parameters were also removed.\n\n### Userland cache (FrontEnd)\n\nThe frontEnd now make use of the [APCu](http://php.net/manual/en/book.apcu.php)\nuserland cache for caching of several resources such as localization,\ntranslation, service statuses. This list is non exhaustive.\n\nIf for any reason, the APCu extension is not available, there is a fallback to\nanother but more slower cache backend (File caching).\n\nKeep in mind that on production systems, it is really important to disable the\n`DEBUG` mode by setting the `DEBUG` configuration parameter to `0` in your\n`/etc/imscp/imscp.conf` file. If you don't do so, access to the frontEnd will\nbecome really slow and a warning will be showed at the administrator UI level.\n"
  },
  {
    "path": "docs/Changelog-1.0.x",
    "content": "i-MSCP ChangeLog\n\n-------------------------------------------------------------------------------------\ni-MSCP 1.0.3.0\n-------------------------------------------------------------------------------------\n2012-03-23: Torsten Widmann\n\t- RELEASE i-MSCP 1.0.3.0 (Stable)\n\nTickets:\n\t- Fixed #388: Cosmetics - Typo Error\n\t- Fixed #389: Defect - Plugins installed by admin are removed during update\n\t- Fixed #391: Bug - HELO-Mismatch (policyd-weight)\n\t- Fixed #393: Defect - Apache cannot restart after a libapach2-mod* update\n\t- Fixed #394: Defect - Wrong permissions for /etc/policyd-weight.conf\n\n-------------------------------------------------------------------------------------\ni-MSCP 1.0.2.2 (RC3)\n-------------------------------------------------------------------------------------\n2012-03-16: Torsten Widmann\n\t- RELEASE i-MSCP 1.0.2.2 (RC3)\n\nDistributions:\n\tUbuntu:\n\t\t- Added support for Oneiric Ocelot\n\nFeatures / Enhancements:\n\n\tGUI:\n\t\tTools:\n\t\t\t- Replaced net2ftp by ajaxplorer\n\nTickets:\n\t- Fixed #296: Defect - Some issues with dovecot migration script\n\t- Fixed #366: Enhancement - Move menu label show/disable option at user profile level\n\t- Fixed #370: Enhancement - Admin/Reseller must be able to edit \"Open_Base_Dir\" for a domain\n\t- Fixed #372: Cosmetic - Change colour of enable/disabled Features in PHP Editor\n\t- Fixed #375: Defect - GUI should allow shared mount points\n\t- Fixed #377: Defect - Some issues with shared mount point\n\t- Fixed #380: Bug - Order Panel - An exception have been thrown Hosting\n\t- Fixed #381: Defect - Wrong query in setup_imscp_database - Drop user - Condition\n\t- Fixed #382: Defect - Notifications system for authentication is broken\n\t- Fixed #384: Defect - Deleting FTP-Account: An exception have been thrown\n\t- Fixed #385: Enhancement - Unable to install correctry - Installer: fqdn & hostname errors\n\t- Fixed #386: Defect - The gui cache directory must be purged during update\n\n-------------------------------------------------------------------------------------\ni-MSCP 1.0.2.1 (RC2)\n-------------------------------------------------------------------------------------\n2012-02-28: Torsten Widmann\n\t- RELEASE i-MSCP 1.0.2.1 (RC2)\n\nFeatures / Enhancements:\n\n\tGUI:\n\t\tCore:\n\t\t\t- Added plugins management interface\n\t\t\t- Added action script (rest.php) to handle REST requests (The REST server will comming soon)\n\t\t\t- Updated action scripts and core library to fit with events system changes\n\t\tComponents:\n\t\t\t- Authentication\n\t\t\t\t- Added authentication base class to handle authentication process\n\t\t\t\t- Added bruteforce class for bruteforce detection\n\t\t\t- Events system:\n\t\t\t\t- Added new events (See iMSCP_Events class)\n\t\t\t\t- Added support for listeners return values\n\t\t\t\t- Finished implementation of iMSCP_Events_Manager_interface\n\t\t\t\t- Updated Events documentation (iMSCP_Events, iMSCP_Database_Events, iMSCP_pTemplate_Events)\n\t\t\t- DebugBar:\n\t\t\t\t- Updated to fit with events system changes\n\t\t\t- Plugins:\n\t\t\t\t- Added plugin manager\n\t\t\t\t- Updated demo plugin to fit with events system changes\n\tTools:\n\t\t- Updated PhpMyAdmin to version 3.4.10.1\n\nTickets:\n\t- Fixed #68: Defect - Hide disabled features\n\t- Fixed #201: Cosmetics - An exception have been thrown at Login with wrong password\n\t- Fixed #254: Defect - Error raised for default PHP directives values\n\t- Fixed #325: Defect - Missing PHP sendmail parameter in vhost file for ITK\n\t- Fixed #329: Bug - Custom DNS record - Syntax issue\n\t- Fixed #343: Defect - Disabled Mail should remove DNS entries\n\t- Fixed #345: Bug - admin - statistics\n\t- Fixed #346: Cosmetics - SquirrelMail - Warning: mime.php on line 36\n\t- Fixed #353: Bug - An exception have been thrown, when deleting a DB\n\t- Fixed #354: Bug - Timezone is not set in ITK configuration\n\t- Fixed #355: Defect - PHP Editor - When using ITK disabled functions must be hidden\n\t- Fixed #358: Cosmetics - OrderPanel - Disk and Traffic limits\n\t- Fixed #361: Bug - main::setup_imscp_database: HASH(0xb0e18fc)\n\t- Fixed #373: Defect - i18n issues\n\t- Fixed #374: Defect - system php include dirs should be openbasedir allowed paths\n\n-------------------------------------------------------------------------------------\ni-MSCP 1.0.2.0 (RC1)\n-------------------------------------------------------------------------------------\n2012-02-10: Torsten Widmann\n\t- RELEASE i-MSCP 1.0.2.0 (RC1)\n\nTickets:\n\t- Fixed #309: Review - User profile icon must be revisited\n\t- Fixed #323: Defect - Password for customer not sent via mail\n\t- Fixed #325: Defect - Missing PHP sendmail parameter in vhost file for ITK\n\t- Fixed #328: Defect - Pagination is broken (reseller/domain_alias.tpl)\n\t- Fixed #330: Defect - The cron task for the anti-rootkit (chkrootkit) doesn't work\n\t- Fixed #332: Bug - Autoresponder - alias missing\n\t- Fixed #336: Bug - Domain alias deletion\n\t- Fixed #327: Bug - Fcgi process should be killed during setup/update\n\t- Fixed #344: Bug - PHP session garbage collector not implemented for the panel (GUI)\n\n-------------------------------------------------------------------------------------\ni-MSCP 1.0.1.6 (beta 6)\n-------------------------------------------------------------------------------------\n2012-01-19: Torsten Widmann\n\t- RELEASE i-MSCP 1.0.1.6 (Beta 6)\n\nFeatures / Enhancements:\n\n\tENGINE:\n\t\tCore:\n\t\t\t- Added support for Apache2 MPM ITK\n\t\t\t- Added SSL support for customers\n\tGUI:\n\t\tComponents:\n\t\t\t- DebugBar:\n\t\t\t\t- Updated layout\n\t\t\t\t- Files plugin: Count and shows the loaded templates files\n\t\tCore:\n\t\t\t- Added layout color switcher\n\t\t\t- Added layout colors (black, green, red, yellow)\n\t\t\t- Added admin setting to allow to show/hide main menu labels\n\t\t\t- Events system:\n\t\t\t\t- Allow to pass arbitrary data to the events listeners methods\n\t\t\t\t- Allow to use closures\n\t\t\t- Integrated Zend_Navigation component (without view helper)\n\t\t\t- Reseller level - Added flash message for new orders (Only for confirmed orders)\n\t\t\t- Reseller level - Added flash message for new domain alias orders\n\t\t\t- PhpMyAdmin on-click logon - Set language according user panel language\n\t\t\t- pTemplate: Added a set of events (see the iMSCP_pTemplate_Events class)\n\t\tJavascript\n\t\t\t- Integrated jQuery DataTables plugin (v.1.8.2)\n\t\t\t- Updated jQuery to version 1.7.1\n\t\t\t- Updated jQuery UI to version 1.8.16 (minified version)\n\t\t\t- Rewritten iMSCP jQuery tooltip plugin\n\t\tTools:\n\t\t\t- Updated PhpMyAdmin to version 3.4.9\n\nTickets:\n\t- Fixed #47:  Feature - Theme color chooser\n\t- Fixed #228: Enhancement - Multiple HTTPS domains on same IP + wildcard SSL\n\t- Fixed #240: Defect - Next page function on reseller statistics page doesn't work\n\t- Fixed #242: Security Faillure - Directories are created with group write permissions\n\t- Fixed #244: Bug - admin/domain_edit.php can cause several issues and must be rewritten\n\t- Fixed #245: Defect - rkhunter log file is not created\n\t- Fixed #246: Defect - Traffic accounting seem to be broken\n\t- Fixed #248: Defect - Bind Slave Mode\n\t- Fixed #250: Defect - Wrong units in system tools overview\n\t- Fixed #251: Defect - OldConfig uninitialised on fresh install\n\t- Fixed #253: Defect - When domain backups are disable there should not be warning emails\n\t- Fixed #255: Defect - Hide support feature menu item at user level\n\t- Fixed #257: Defect - Uninstall error\n\t- Fixed #259: Cosmetics - Different style for input and select elements\n\t- Fixed #260: Cosmetics - Move app installer menu items to different section\n\t- Fixed #262: Defect - AWStats not included in apache logrotate config\n\t- Fixed #263: Defect - Unable to delete htusers && htgroups\n\t- Fixed #264: Defect - PHP Editor not available\n\t- Fixed #265: Defect - Disabled feature can not be enabled\n\t- Fixed #267: Defect - mod_cband configurations are not removed\n\t- Fixed #269: Defect - Reseller can´t edit php.ini settings for costumer\n\t- Fixed #270: Defect - Users Can´t acces domain overview\n\t- Fixed #271: Enhancement - Do not enforce session reuse for FTP over SSL (Tx Cube)\n\t- Fixed #272: Task - Update postfix's master.cf\n\t- Fixed #274: Defect - proftpd limits do not work\n\t- Fixed #275: Defect - Service status always down when using ipv6 as base ip\n\t- Fixed #276: Defect - proftpd can´t resolv hostname when using ipv6 as base ip\n\t- Fixed #278: Defect - Possible corruption of postfix's domain configuration\n\t- Fixed #279: Defect - Installer should not fail when we are using another webmail\n\t- Fixed #286: Defect - Error by update\n\t- Fixed #287: Update - phpMyAdmin 3.4.8 released\n\t- Fixed #289: Defect - Ubuntu update error without end\n\t- Fixed #292: Feature - Layout color chooser\n\t- Fixed #294: Defect - Notice: Undefined index: user_id...\n\t- Fixed #297: Defect - Wrong data type in PerlLib/Addons/awstats.pm line 196\n\t- Fixed #298: Defect - Configuration variable `CLIENT_TEMPLATE_PATH` is missing.\n\t- Fixed #299: Defect - Error while installing apache itk\n\t- Fixed #300: Defect - Can't locate Servers/ftpd/proftpd/uninstaller.pm\n\t- Fixed #301: Bug - Error while Inserting a SSL-Certificate\n\t- Fixed #302: Defect - Notice: Undefined index: t_software_menu\n\t- Fixed #303: Defect - Double tooltip for software description on admin and reseller level\n\t- Fixed #304: Enhancement - Postfix configuration should log user authentication\n\t- Fixed #305: Enhancement - lostpw-login screen\n\t- Fixed #307: Defect - Software installer - Many pages are missing in xml menu files\n\t- Fixed #310: Defect - Error after inserting a SSL-certificate\n\t- Fixed #311: Defect - autoinstaller cleans squirrel data folder\n\t- Fixed #313: Enhancement - Some improvements on postfix's master.cf (tx aseques)\n\t- Fixed #314: Defect: Software package installation failed\n\t- Fixed #317: Malfunction - Bruteforce detects successful connections as attacks\n\t- Fixed #318: Malfunction - Changes in imscp.conf are lost after upgrading\n\n-------------------------------------------------------------------------------------\ni-MSCP 1.0.1.5 (beta 5)\n-------------------------------------------------------------------------------------\n2011-10-25: Torsten Widmann\n\t- RELEASE i-MSCP 1.0.1.5 (Beta 5)\n\nFeatures / Enhancements:\n\n\tENGINE:\n\t\tCore:\n\t\t\t- Added PHP directives editor\n\t\t\t- Added support for Dovecot\n\t\t\t- Added IPv6 support\n\t\t\t- Engine rewrite including the following new features:\n\t\t\t\t- Ability to turn off one or many services/servers such as Apache,\n\t\t\t\t  Bind9, Postfix...\n\t\t\t\t- Ability to setup DNS service (Bind9) as Master or Slave server\n\t\t\t\t- New logger (one file per operation)\n\t\t\t\t- php.ini per user account (default), or per domain entity (vhost)\n\tGUI:\n\t\tCore:\n\t\t\t- Added IPv6 support\n\t\t\t- Added PHP directives editor\n\t\tJavascript:\n\t\t\t- Updated jQuery to version 1.6.4\n\t\t\t- Updated jQuery UI to version 1.8.16\n\t\tTools:\n\t\t\t- Updated PhpMyAdmin to version 3.4.7\n\t\t\t- Updated Squirrelmail to version 1.4.22\n\tSETUP:\n\t\t- Added Auto-installer (including both tree builder and setup based on Dialog)\n\nTickets:\n\t- Fixed #15:  Feature - PHP directives editor\n\t- Fixed #16:  Feature - Mail Quota Support\n\t- Fixed #57:  Enhancement - Adapt the postfix master.cf to be compatible with dovecot\n\t- Fixed #58:  Enhancement - Default mail quota should be increased up to 100MB\n\t- Fixed #77:  Task - Setup - Empty files must be removed\n\t- Fixed #79:  Feature - Support for IPv6\n\t- Fixed #94:  Enhancement in imscp-vrl-traff\n\t- Fixed #111: Feature - Add multiple secondary DNS server-wide\n\t- Fixed #144: Bug - When disabling an account sub-domains/aliases are still working\n\t- Fixed #147: Squirrelmail 1.4.22 released\n\t- Fixed #151: Enhancement - Messages system\n\t- Fixed #161: Defect - Warnings on Webmail\n\t- Fixed #164: Bug - Customer not set to status \"change\" if update email limit\n\t- Fixed #165: Bug - Wrong level for page message\n\t- Fixed #166: Enhancement - Add Dovecot support\n\t- Fixed #171: Bug - Auto-installer is broken\n\t- Fixed #172: Bug - Bad template and variable name\n\t- Fixed #173: Update - phpMyAdmin 3.4.4 released\n\t- Fixed #174: Bug - no session directory\n\t- Fixed #175: Nice To Have - mail_addr saved in mail_type_forward too\n\t- Fixed #177: Cosmetics - Postfix alias file\n\t- Fixed #178: Enhancement - dovecot managed sieve missing\n\t- Fixed #179: Bug - Unexpected T_STRING\n\t- Fixed #183: Bug - client/subdomain_edit.php shows a white page\n\t- Fixed #182: Defect - set_page_message is not fully integrated\n\t- Fixed #185: Bug - reseller/ip_usage.php doesn't show any statistics\n\t- Fixed #186: Defect - Typo error\n\t- Fixed #187: Update - phpMyAdmin 3.4.5 released\n\t- Fixed #188: Defect - Table quota_dovecot is still myisam than innoDB\n\t- Fixed #189: Bug - Undefined template replacement data in repl_var...\n\t- Fixed #193: Bug - Adding reseller throws exception (phpini... var is missing)\n\t- Fixed #194: Bug - client/domain_manage.php doesn't show php.ini menu entries\n\t- Fixed #195: Bug - syntax error, unexpected '('...\n\t- Fixed #196: Defect - squirrelmail required for upgrade\n\t- Fixed #197: Bug - network card management don't work as expected\n\t- Fixed #198: Defect Zend Uri validation do not obey TLD_STRICT_VALIDATION\n\t- Fixed #200: Malfunction - False error on update - 00_master_ssl.conf does not exist!\n\t- Fixed #202: Bug - Unknown column php_ini_al_disable_functions in reseller_props table\n\t- Fixed #203: Bug - Apache needs manual restart after fresh installation\n\t- Fixed #207: Bug - Bug in postfix alias file if it a mail copy\n\t- Fixed #209: Bug - Autoresponser no permission (filepermission)\n\t- Fixed #210: Bug - Some issues with new engine (Apache vhost files)\n\t- Fixed #211: Bug - Placeholder not parsed for the GUI php5-fcgi-starter file\n\t- Fixed #212: Bug - Some issues with installer\n\t- Fixed #215: Bug - Subdomains is not accessible to edit phpini\n\t- Fixed #218: Bug - Update trunk don't work because of dovecot 2.0.15-1\n\t- Fixed #220: Bug - Webspace Display show's wrong Values\n\t- Fixed #222: Defect - The script to migrate from ispcp should take care of killing the ispcp-daemon\n\t- Fixed #223: Defect - Security issue\n\t- Fixed #224: Enhancement - There is a confusing message in the imscp-setup\n\t- Fixed #225: Defect - Webspace indicator shows Values from Main Domain in Subdomains\n\t- Fixed #226: Update - PMA 3.4.6 released\n\t- Fixed #229: Cosmetics - i18n issue\n\t- Fixed #230: Defect - Build step - Skeleton directory for disabled pages not saved for versions prior 1.0.1.4\n\t- Fixed #233: Defect - Some Words not Translated [German]\n\t- Fixed #234: Defect - PostGrey misspelled in imscp.conf\n\t- Fixed #238: Bug - After deleting a customer, the entries belong to the PHP directives editor still exist\n\t- Fixed #239: Update - PMA 3.4.7 released\n\n-------------------------------------------------------------------------------------\ni-MSCP 1.0.1.4 (beta 4)\n-------------------------------------------------------------------------------------\n\n2011-07-24: Torsten Widmann\n\t- RELEASE i-MSCP 1.0.1.4 beta 4\n\nDistributions:\n\t- Removed 'configs' directories for distributions that are no longer supported:\n\t  CentOS, Fedora, FreeBSD, Gentoo, OpenBSD, OpenSuse\n\nFeatures / Enhancements:\n\n\tGUI:\n\t\tCore:\n\t\t\t- Improved security by moving some files outside documentRoot\n\t\ti18n:\n\t\t\t- Migrated to gettext (Machine object files), included:\n\t\t\t\t- Database is no longer used to store translation tables\n\t\t\t\t- It's no longer possible to delete languages\n\t\t\t\t- Importing languages files for install/update is still supported but\n\t\t\t\t  only for Machine Object files\n\t\tJavascript:\n\t\t\t- Updated jQuery to version 1.6.2\n\t\t\t- Updated jQuery UI (core and datepicker) to version 1.8.14\n\t\tTools:\n\t\t\t- Updated PhpMyAdmin to version 3.4.3.2\n\nTickets:\n\t- Fixed #43:  Enhancement - You are blocked for 30 minutes\n\t- Fixed #65:  Good practices - Software Installer - All shared functions must be put in specific file\n\t- Fixed #90:  Defect - Custom logo feature is broken\n\t- Fixed #101: Defect - Missing messages in Software Installer\n\t- Fixed #103: Enhancement - Admin should have the rights to delete packages\n\t- Fixed #113: Bug - Tree Builder only works with lowercase dirs\n\t- Fixed #118: Update - PMA 3.4.3 released\n\t- Fixed #119: Defect - Error when adding IP's\n\t- Fixed #121: Bug - Users with domain set not to expire can not login\n\t- Fixed #122: Bug - Lost password do not work\n\t- Fixed #123: Cosmetics - Tabs's links are not showed properly on login page\n\t- Fixed #124: Enhancement - Switch to PHP gettext\n\t- Fixed #125: Defect - Database Upgrade Required on Clean Install\n\t- Fixed #126: Bug - Enter key on login form redirect on lost password page\n\t- Fixed #127: Update - jQuery v1.6.2 available\n\t- Fixed #128: Update - phpMyAdmin 3.4.3.1 available\n\t- Fixed #129: Bug - Default ISP logo not showed - wrong path generated\n\t- Fixed #130: Defect - PHP gettext native support - Files cache issue\n\t- Fixed #131: Bug - Awstats in dynamic mode do not work\n\t- Fixed #132: Bug - ACTIVATION_LINK placeholder not replaced in mail\n\t- Fixed #133: Bug - SQL users are not deleted on domain deletion\n\t- Fixed #139: Bug - Unable to disable domain account\n\t- Fixed #141: Bug - View Aliases link doesn't work (admin level)\n\t- Fixed #142: Task - PMA config File have to be updated to new Dir Structure\n\t- Fixed #145: Defect - Some items are not deleted on user deletion\n\t- Fixed #150: Bug - Tickets feature is broken\n\t- Fixed #153: BUG - Some pages lack footer\n\t- Fixed #154: Update - phpMyAdmin 3.4.3.2 available\n\t- Fixed #156: Bug - Users's properties must be loaded in session before i18n initialization\n\t- Fixed #159: Defect - 404 after update a customer (Hosting plans available for admin)\n\t- Fixed #160: Defect - Variable {YOU_ARE_LOGGED_AS} on edit domain (Hosting plans available for admin)\n\n-------------------------------------------------------------------------------------\ni-MSCP 1.0.1.3 (beta 3)\n-------------------------------------------------------------------------------------\n\n2011-06-24: Laurent Declercq\n\t- RELEASE i-MSCP 1.0.1.3 beta 3\n\nFeatures / Enhancements:\n\n\tENGINE:\n\t\tCore:\n\t\t\t- Added SSL support for Postfix, courier (imap/pop)\n\t\t\t- Added SSL support for Proftpd\n\tGUI:\n\t\tComponents:\n\t\t\t- DebugBar: Added $_SERVER variable (plugin variables)\n\t\tCore:\n\t\t\t- Added SSL support for master (panel) vhost\n\t\t\t- Update (database): Improved both execution time and memory consumption\n\nTickets:\n\t- Fixed #2:   Feature - SSL support for master vhost\n\t- Fixed #93:  Defect - Login page doesn't look good on IE7\n\t- Fixed #96:  Bug - Notice raised when clicking on link from the domain' default page\n\t- Fixed #97:  Good practices - Throw an exception if the phptmp directory is unwritable\n\t- Fixed #98:  Bug - Encoding issue in include/i18n.php\n\t- Fixed #99:  Bug - Undefined variable: DB in reseller/software_upload.php on line 457\n\t- Fixed #100: Bug - Default language overrides user language at admin level\n\t- Fixed #102: Bug - Unable to install more than one language file\n\t- Fixed #104: Task - autoreplies_log database table still use MYISAM engine)\n\t- Fixed #105: Bug - Database update 58 is faulty\n\t- Fixed #107: Defect - Unable to import languages files pulled from transifex\n\t- Fixed #108: Bug - Reseller's properties set to NULL when editing a domain\n\n-------------------------------------------------------------------------------------\ni-MSCP 1.0.0-beta2\n-------------------------------------------------------------------------------------\n\n2011-06-20: Laurent Declercq\n\t- RELEASE i-MSCP 1.0.0 beta 2\n\n\tGUI:\n\t\t- Removed support for PHP version older than 5.3.2\n\nTickets:\n\t- Fixed #92: Bug - Installation of Language File not possible\n\n-------------------------------------------------------------------------------------\ni-MSCP 1.0.0-beta1\n-------------------------------------------------------------------------------------\n\n2011-06-18: Torsten Widmann\n\t- RELEASE i-MSCP 1.0.0 beta 1\n\nDistributions:\n\tDebian:\n\t\t- Added support for testing (wheezy)\n\t\t- Removed support for oldstable (lenny) - Perl >= v5.10.1 required\n\nFeatures / Enhancements:\n\n\tDATABASE:\n\t\t- Switched to InnoDB engine\n\tENGINE:\n\t\tConfig:\n\t\t\t- Moved keys file into /etc\n\t\tCore:\n\t\t\t- Improved logging system\n\t\tMigration:\n\t\t\t- Added migration script for ispCP version >= 1.0.7\n\t\tSetup/Update:\n\t\t\t- New i-mscp tree builder\n\t\t\t- New installer (Dialog - merged setup and update scripts)\n\tGUI:\n\t\tCore:\n\t\t\t- Added DebugBar component\n\t\t\t- Added Events system component\n\t\t\t- Added on-click-logon ftp-user - Thanks to William Lightning\n\t\t\t- Added Software installer\n\t\t\t- Dropped password encryption for Ftp, Mail accounts...\n\t\t\t- New theme (XHTML strict)\n\t\t\t- Rewritten Update component\n\t\t\t- Removed support for importation of languages from text files\n\t\tTools:\n\t\t\t- Updated PhpMyAdmin to version 3.4.2\n\t\tVendor:\n\t\t\t- Updated idna_convert.class.php to version 0.8.0\n\t\t\t- Updated Net_DNS to version 1.0.7\n\nTickets:\n\t- Fixed #3:   Defect - Wrong DNS entry when using multiple IP for alternative\n\t- Fixed #5:   Update - jQuery - version 1.4.4 available\n\t- Fixed #6:   Update - idna_convert class - version 0.6.9 available\n\t- Fixed #7:   Task - Import i-MSCP theme\n\t- Fixed #10:  Enhancement - IP-Overview for admin and reseller\n\t- Fixed #11:  Defect - Wrong used variables\n\t- Fixed #12:  Security Failure - Some CSRF issues in admin log\n\t- Fixed #14:  Feature - Software Installer\n\t- Fixed #23:  Merge Config files if not Distribution specific\n\t- Fixed #24:  Missing Program \"Dialog\" in package list\n\t- Fixed #25:  Little Error in INSTALL\n\t- Fixed #26:  Warnings in build script being installed via serial console\n\t- Fixed #27:  Add logger to build script\n\t- Fixed #28:  Defect - [FreeBSD] imscp-build use wrong path\n\t- Fixed #29:  Wrong link during Setup\n\t- Fixed #30:  Domainname Error during setup\n\t- Fixed #31:  Malfunction - [FreeBSD] An error occurred during setup process\n\t- Fixed #32:  Task - Needed package to install CPAN XML::Parser\n\t- Fixed #34:  Task - Default and Disabled Headers picture mismatch\n\t- Fixed #35:  Defect - Missing back stick in SQL\n\t- Fixed #36:  Deprecated: Call-time pass\n\t- Fixed #37:  Cosmetics - Hosting plan Header Color\n\t- Fixed #38:  Defect - Missing checkbox for hostingplan Terms of Service\n\t- Fixed #39:  Cosmetics - Missing background for the datepicker header\n\t- Fixed #40:  Updated phpMyAdmin to version 3.3.8.1\n\t- Fixed #42:  Cosmetics - Wrong design in phpMyAdmin\n\t- Fixed #44:  Update - Net::DNS v1.0.7 is available\n\t- Fixed #48:  Task - Licence header for create_release.sh\n\t- Fixed #49:  Cosmetics - Some improvements on multilanguage.php\n\t- Fixed #50:  Malfunction - Patch to fix the exception when switching users\n\t- Fixed #51:  Enhancement - Change Package actions if software is installed\n\t- Fixed #52:  Cosmetics - Occurences of ispcp in Sources\n\t- Fixed #53:  Cosmetics - Wrong link in docs/Ubuntu/INSTALL\n\t- Fixed #54:  Cosmetics - Wrong header in gui/admin/ip_usage.php\n\t- Fixed #56:  Cosmetics - Wrong logo path\n\t- Fixed #59:  Bug - Wrong path in debian and ubuntu config\n\t- Fixed #66:  Migration script\n\t- Fixed #67:  Database PDO::MYSQL_ATTR_USE_BUFFERED_QUERY\n\t- Fixed #73:  Bug - Problem with Mail (No Login possible)\n\t- Fixed #74:  Task - Template not yet updated\n\t- Fixed #75:  Bug - Can't change Admin password\n\t- Fixed #76:  Bug - Typo in SQL query\n\t- Fixed #78:  Bug - Typo error in HTML\n\t- Fixed #80:  Bug - Wrong referenced links\n\t- Fixed #81:  Bug - reseller can not edit user from view details\n\t- Fixed #82:  Cosmetics - client/webtools.php lookout lack picture\n\t- Fixed #83:  Bug - client/ftp_choose_dir.php result in blank page\n\t- Fixed #84:  Bug - Unable to edit custom errors pages (client)\n\t- Fixed #85:  Defect - http://app-pkg.i-mscp.net is not reachable\n\t- Fixed #86:  Bug - Administrator can not change default language for panel\n\t- Fixed #87:  Bug - Can not delete database\n\t- Fixed #88:  Bug - Reseller can not delete orders\n\t- Fixed #89:  Cosmetics - Traffic display in client/index.php\n\t- Fixed #95:  Bug - Version update check is broken\n\t- Fixed #104: Task - autoreplies_log database table still use MYISAM engine\n\t- Fixed #105: Bug - Database update 58 is faulty\n"
  },
  {
    "path": "docs/Changelog-1.1.x",
    "content": "i-MSCP ChangeLog\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.22\n------------------------------------------------------------------------------------------------------------------------\n\n2015-02-06: Laurent Declercq\n\tRELEASE i-MSCP 1.1.22\n\nADDONS\n\tAdded: Read/Write permissions on the <imscp>.mail_users table for the roundcube SQL user\n\tFixed: Length of SQL's usernames and passwords is not validated ( they must be at least 6 characters long )\n\tFixed: Single quotes in sql usernames must be escaped in configuration files ( PhpMyAdmin, Roundcube )\n\nCONFIGS\n\tAdded php5-json package ( Debian Jessie )\n\nDAEMON\n\tFixed: Messages must not be hardcoded in functions\n\tFixed: Restart of some services fail when the backend ( imscp-rqst-mngr ) is run through the daemon\n\tUpdated: Version to 1.2.2\n\nENGINE\n\tFixed: Composer cache is not cleared correctly\n\tFixed: LC_MESSAGES has not expected effect in backend's scripts\n\tRemoved: policyd-weight and postgrey ( Postfix SMTP access policy delegation )\n\nFRONTEND\n\tAdded: Support for eAccelerator, WinCache, XCache and ZendOptimizerPlus opcode caches\n\tFixed: Usage of autoloader instead of require_once\n\tFixed: Wrong classname iMSCP_Listener ( should be iMSCP_Events_Listener )\n\tFixed: Wrong classname iMSCP_Listener_PriorityQueue ( should be iMSCP_Events_Listener_PriorityQueue )\n\nINSTALLER\n\tFixed: Length of SQL's usernames and passwords is not validated ( they must be at least 6 characters long )\n\tFixed: Migration from Courier to Dovecot is broken ( courier-dovecot-migrate.pl is run with a wrong option )\n\tFixed: php5enmod command throws an error when a PHP module is missing ( PHP5.4 )\n\tFixed: rsync: failed to set times on \"/var/www/virtual\": Operation not permitted (1)\n\tFixed: Unable to define custom APT repository without key ( Debian, Ubuntu )\n\nPLUGINS\n\tFixed: Plugins that don't implement an API method which is being executed must not be instantiated\n\tFixed: Plugin uninstall() method must stay optional, even if the install() method is implemented\n\tUpdated: API to version 0.2.16\n\nTICKETS\n\tFixed #IP-1207: Defect - DataTable - Sorting not functional for data strings containing numeric values\n\tFixed #IP-1208: Task - Untranslatable string\n\tFixed #IP-1209: Cosmetics - Data usage bar glitches on 4k screens\n\tFixed #IP-1217: Defect - Faulty cron for removing old backend logs\n\tFixed #IP-1223: Bug - Admin log shows server IP instead of user IP\n\tFixed #IP-1226: Panel maintenance mode: text message error\n\tFixed #IP-1227: Page reseller statistics shows the same max/curr traffic/disk for all resellers\n\tFixed #IP-1228: Adding SSL-certificate causes undefined index warning\n\tFixed #IP-1230: RFC 7208 states that DNS SPF shoudln't be used anymore\n\tFixed #IP-1233: Autoresponder script ( imscp-arpl-msgr ) cannot write in /var/log/imscp/imscp-arpl-msgr\n\tFixed #IP-1234: IPv6 addresses causes exception\n\tFixed #IP-1235: Cosmetics - Reseller overview - Exception in domain status breaks the layout\n\tFixed #IP-1238: Question mark information box not functioning when switching page\n\tFixed #IP-1239: SSL Certificate - Usage of CA certificates as provided by OS for validation\n\tFixed #IP-1241: Allow customers to generate self-signed SSL certificate for their domains through the frontEnd\n\tFixed #IP-1246: PHP modules - Priority order - Priority is not honored in some contexts\n\tFixed #IP-1247: Apache2 - vlogger - failed unexpectedly\n\tFixed #IP-1251: Bug - per_user/per_domain settings - wrong domains/paths in php.ini\n\tFixed #IP-1252: Unable to add SSL certificate in some contexts\n\tFixed #IP-1256: Backup script - The SQL root password is shown in processes table\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.21\n------------------------------------------------------------------------------------------------------------------------\n\n2014-12-30: Laurent Declercq\n\tRELEASE i-MSCP 1.1.21\n\nCONFIGS\n\tChanged: Dovecot becomes the default choice for POP3/IMAP servers\n\nDISTROS\n\tRemoved: Support for obsolete Ubuntu versions ( Quantal Quetzal, Raring Ringtail, Saucy Salamander )\n\nENGINE\n\tChanged: Remove apache log directory on domain deletion\n\tFixed: Logs directory is not created in some contexts ( apache_itk )\n\nGUI\n\tFixed: Admin logs default order ( last in, first out )\n\tFixed: Customer data get updated even when passwords do not match ( reseller/user_edit.php )\n\tFixed: error_reporting directive value remain to default option when set to 0 ( admin/settings.php )\n\tFixed: Ignore orphaned users ( users without domain ) when editing reseller\n\nINSTALLER\n\tChanged: Installation of the libapache2-mpm-itk package is now delayed to avoid dpkg configuration errors\n\tFixed: sysctl: permission denied on key 'net.ipv4.conf.all.promote_secondaries' ( vps )\n\tFixed: /bin/cp: cannot overwrite non-directory when using symlinks ( replaced by rsync command )\n\tFixed: Missing mcrypt PHP module error on fresh installation ( Trusty Tahr )\n\tFixed: Prefill debconf database for the dovecot-core/create-ssl-cert question ( Dovecot )\n\nPLUGINS\n\tAdded: plugin_locked attribute which allow a plugin to lock another plugin for deletion\n\tUpdated: Plugin API to version 0.2.15\n\nTICKETS\n\tFixed #1199: Defect - TR_PASSWORD_GENERATE placeholder is not parsed\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.20\n------------------------------------------------------------------------------------------------------------------------\n\n2014-12-11: Laurent Declercq\n\tRELEASE i-MSCP 1.1.20\n\nCONFIGS\n\tFixed: Unable to start the Ftp server - unknown protocol: 'TLSv1.1' ( ProFTPD )\n\nENGINE\n\tFixed: Unable to do any operation on the user web directory - ( immutable bit )\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.19\n------------------------------------------------------------------------------------------------------------------------\n\n2014-12-11: Laurent Declercq\n\tRELEASE i-MSCP 1.1.19\n\nCONFIGS\n\tAdded: Sysctl configuration file for secondary IP promoting ( /etc/sysctl.d/imscp.conf file )\n\tChanged: SPF - Email treating level is now set to softfail instead of fail ( bind9 )\n\tFixed: Access to error documents is forbiden in some contexts ( Apache )\n\tFixed: A TLS fatal alert has been received - Wrong cipher suite ( ProFTPD )\n\tFixed: Domain aliases and subdomains can't follow symlinks from customer homedir\n\tFixed: Missing NoSessionReuseRequired parameter ( ProFTPD )\n\nDAEMON\n\tFixed: Network manager must not remove SSH connection IP\n\nENGINE\n\tFixed: Fcgi wrapper is not created in some contexts ( apache_fcgid )\n\tFixed: Pool configuration file is not created in some contexts ( apache_php_fpm )\n\nGUI\n\tAdded: Events for mail catch-all\n\tChanged: All network interfaces are now selectable, even if they are not up\n\tFixed: Allow the message_timeout event to be triggered for elements which are out of the .body container ( layout )\n\tFixed: Clear opcode cache when needed ( Opcache, APC )\n\tFixed: CSS loading order\n\tReplaced: i-MSCP jQuery tooltip plugin by jQuery UI tooltip widget\n\ni18n\n\tAdded: i18n_getJsTranslations() function which allow to translate JS scripts\n\tAdded: onGetJsTranslations event which allows the plugins to add their own JS translations\n\tAdded: New languages: Breton, Czech, Icelandic and Georgian ( Requested languages )\n\tFixed: Don't throw any exception when a locale is not valid. Fallback to the default en_GB locale instead\n\nPLUGINS\n\tChanged: Plugins are now aware of plugin manager\n\tFixed: PHP Notice: Undefined index: prirotiy in /var/www/imscp/gui/library/iMSCP/Plugin/Manager.php on line 1390\n\tFixed: Plugins's configuration is not updated using the latest conffiles state when an OPCODE cache is enabled\n\tFixed: Plugin manager must be aware of plugin deletion\n\tUpdated: Plugin API to version 0.2.14\n\nVENDOR\n\tAdded: pGenerator jQuery plugin v1.0.0\n\nTICKETS\n\tFixed #1187: Enhancement - Password generator for any password field\n\tFixed #1188: Bug - apache_fcgid - Fcgid wrapper not created in some contexts\n\tFixed #1191: Bug - Domains which belong to disabled accounts are no longer reachable after an i-MSCP reconfiguration\n\tFixed #1192: Bug - Network manager - Server connection lost\n\tFixed #1194: Enhancement - Allowed character range for TXT DNS resource records\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.18\n------------------------------------------------------------------------------------------------------------------------\n\n2014-11-22: Laurent Declercq\n\tRELEASE i-MSCP 1.1.18\n\nENGINE\n\tFixed: Unable to remove the domain aliases and the subdomains ( Web folder protection )\n\nGUI\n\tAdded: iMSCP_Events_Aggregator::getEventManager() method\n\tChanged: Configuration objects are now cached for better performances\n\tChanged: Mail body footprints are now stored in flat file instead of database ( Exception mail writer )\n\tChanged: Mails are now sent every 24 hours in context of an identical exception ( Exception mail writer )\n\tChanged: Writers are now lazy-loaded ( Exception writers )\n\tFixed: Ignore orphaned admin entries ( customer ) in generate_reseller_user_props() function\n\tFixed: The MAIL_WRITER_EXPIRY_TIME configuration parameter is not honored ( Exception mail writer )\n\tFixed: Undefined sSearch index in admin_log.php\n\tFixed: Useless initialization routines in context of the AJAX requests ( Initializer )\n\tFixed: Wrong routine initialization order ( Intializer )\n\tImproved: Fallback template ( Exception browser writer )\n\tRemoved MAIL_BODY_FOOTPRINTS and MAIL_WRITER_EXPIRY_TIME configuration parameters ( Exception mail writer )\n\tRefactoring: Moved js initialiazation routines into the imscp.js file +++\n\tRewritten: Handler for uncaught exceptions ( including writers )\n\tRewritten: SSL certificate interface ( client level )\n\nVendor\n\tFixed: base64_encode() expects parameter 1 to be string, array given in ASN1.php ( phpseclib )\n\tUpdated phpseclib library to version 0.3.9\n\nINSTALLER\n\tFixed: Any TLD must be allowed ( hostname and domain name validation )\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.17\n------------------------------------------------------------------------------------------------------------------------\n\n2014-11-17: Laurent Declercq\n\tRELEASE i-MSCP 1.1.17\n\nCONGIGS\n\tAdded: Dedicated configuration template file for Dovecot 2.1.x\n\tFixed: SSLv2 and SSLv3 must be disabled to prevent POODLE attacks ( Postfix, Dovecot >= 2.1, Proftpd )\n\tRemoved: The iterate_query parameter from the dovecot-sql.conf file ( Parameter not available in Dovecot 1.x )\n\nENGINE\n\tAdded: Cron task attributes validation routines ( Servers::cron::cron )\n\tFixed: Cron server is broken - Unable to remove cron task ( Servers::cron::cron )\n\nGUI\n\tAdded: Browser detection capability (i18n)\n\tAdded: New static_* CSS classes for static page messages ( Layout )\n\tChanged: The flash messages are now positioned relatively and over the page body ( Layout )\n\tChanged: Lowered Gzip compression level to avoid high server load\n\tFixed: Default language set through admin/settings is not used\n\tFixed: When adding a SQL user to a database, some SQL users are not listed in the select box\n\tFixed: Wrong POST variable in client/ticket_create.php\n\ni18n\n\tAdded gui/library/resources/i18n/iMSCP.php file for indirect translation strings\n\nINSTALLER\n\tFixed: The installer hangs when a new conffile is provided by a Debian package\n\nPLUGINS\n\tAdded: Plugin priority field (allow to prioritize plugin (backend) loading order)\n\tFixed: isLoadedConfig flag is never set ( iMSCP_Plugin )\n\tFixed: Plugins for which the plugin_error field is not NULL must not be loaded\n\tUpdated: Plugin API to version 0.2.13\n\nTICKETS\n\tFixed: #1175: Bug - Domains - Shared mount points are always deleted\n\tFixed: #1178: Cosmetics - Logout is not a translatable string\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.16\n------------------------------------------------------------------------------------------------------------------------\n\n2014-11-02: Laurent Declercq\n\tRELEASE i-MSCP 1.1.16\n\nCONFIGS\n\tFixed: ssl_protocols parameter not available in versions older than 2.1 ( Dovecot )\n\tFixed: Wrong HOST_NAME variable in quota-waring template files ( Dovecot )\n\nENGINE\n\tFixed: Servers::cron::cron server is broken - Cron file are never installed\n\tFixed: i-MSCP create many garbage (file under /) ( related to Servers::cron::cron server is broken... )\n\nGUI\n\tFixed: PHP must search files in i-MSCP library directories prior any other directory ( PHP include_path )\n\tFixed: Mail suspension - Wrong SQL queries\n\tFixed: Mitigate memory consumption by loading only needed translation file ( i-MSCP translation files )\n\tRemoved: Useless encoding translation string ( Usage of UTF-8 only )\n\nINSTALLER\n\tFixed: The languages index must be rebuilt on each update to show the last available translation statistics\n\tFixed: Unable to handle i-MSCP services (start/restart/stop...) on systems using systemd (e.g Jessie)\n\tFixed: Wrong labels ( iMSCP::Dialog )\n\tRemoved: Option allowing to add IP manually ( Tedious and error prone )\n\nTICKETS\n\tFixed #1172: Bug - Subdomains - DNS resource records - Conflicts with CNAME records\n\tFixed #1173: Bug - Possible race conditions in request manager\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.15\n------------------------------------------------------------------------------------------------------------------------\n\n2014-10-29: Laurent Declercq\n\tRELEASE i-MSCP 1.1.15\n\nCONFIGS\n\tAdded: cram-md5 authentication mechanism (Dovecot)\n\tAdded: PLUGINS_DIR configuration parameter in imscp.conf file\n\tChanged: Lowered log level for TLS (Postfix)\n\tFixed: Apache user (www-data) must not be able to access to the entire file system (security)\n\tFixed: Symlinks must be followed by Apache only if the owner match with the target owner (security)\n\tFixed: SSLv2 and SSLv3 must be disabled to prevent POODLE attacks ( Dovecot )\n\tFixed: Virtual mail directory must not be hardcoded in dovecot configuration file\n\nENGINE\n\tAdded: Support for alternative cron files ( Servers::cron::cron )\n\tChanged: Ignore errors regarding the move of home directory ( Modules::User )\n\tFixed: main::run: Argument \"yes\" isn't numeric in addition (+) at /var/www/imscp/engine/imscp-sw-mngr line 111\n\tFixed: Wrong IP added in DNS zone files when the BASE_SERVER_IP and BASE_SERVER_PUBLIC_IP parameters are referring\n\t\t   to the same IP (private IP)\n\nGUI\n\tAdded: l10n_addTranslations() core function to allow plugins to add their translations\n\tAdded: New parameter in the translate_dmn_status() core function which allow to disable escaping\n\tAdded: Support for plural translations\n\tChanged: Translation is now processed using Zend_Translate (which is thread-safe) and Zend_Cache\n\tFixed: Depending on event manager in use, some listeners will never be triggered (Events aggregator)\n\tFixed: Literal percent sign must be escaped with another percent sign in translation strings\n\tFixed: pTemplate events must be triggered in main application context\n\tFixed: SQL user hosts must be separated from SQL users to avoid any customer confusion\n\tFixed: Security issue - Input data for software instances are not validated correctly (Software Installer)\n\tFixed: Unable to activate domain alias (Undefined $reselleId variable causing SQL invalid parameter number error)\n\tFixed: Wrong regexps (admin/admin_log.php)\n\tRemoved: iMSCP autoloader classes (usage of Zend loader in place)\n\nINSTALLER\n\tFixed: Error about unknown IP when attempting to add new IP\n\tFixed: lo must not be used as default device when adding new IP (installer)\n\tFixed: Unable to upgrade to 1.1.14 (packages file is corrupted - Ubuntu Precise)\n\nPLUGINS\n\tFixed: Configuration change not processed when a plugin is being updated\n\tFixed: Errors not catched on change when the __need_change__ flag is set\n\tFixed: Plugins must be translatable using the tr() core translation function\n\tUpdated: Plugin API to version 0.2.12\n\nVENDOR\n\tRemoved: php-gettext library\n\tUpdated: Zend Framework components to version 1.12.9\n\nTICKETS\n\tFixed #1143: Bug - Domain deactivation - Hard/Soft mail accounts suspension\n\tFixed #1151: Bug - Undefined variable $resellerId in reseller/alias.php\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.14\n------------------------------------------------------------------------------------------------------------------------\n\n2014-09-15: Laurent Declercq\n\tRELEASE i-MSCP 1.1.14\n\nDAEMON\n\tFixed: Wrong version in 'helo' answer string\n\nENGINE\n\tDeprecated: Usage of iMSCP::HooksManager package is now deprecated and will be removed in later version\n\tFixed: autoinstaller::Functions::doImscpBackup: Name \"main::execmode\" used only once...\n\tFixed: Undefined value in tracker hash (vlogger)\n\tRenamed: iMSCP::HooksManager to iMSCP::EventManager (iMSCP::HooksManager is now an alias of iMSCP::EventManager)\n\nGUI\n\tFixed: Malformed href attributes in alias.php (reseller level)\n\tFixed: Malformed href attribute in ticket_system.tpl (admin/reseller levels)\n\tFixed: Unable to add custom CNAME DNS resource record using the arobase symbol which is substitued by the zone root\n\tUpdated: Layout according changes from vendor libraries\n\nINSTALLER\n\tChanged: Downgrade of SQL server is no longer allowed by installer\n\tChanged: Package uninstallation task is now triggered after packages installation\n\tFixed: Accessing non existing config value DATABASE_USER_HOST (upgrade issue)\n\tFixed: Composer home directory has been reset back to /root/.composer by mistake\n\tFixed: Dangling symlinks are not removed when switching from ITK to another httpd server implementation (Jessie)\n\tFixed: Dovecot/Courier migration - Files must be rewritten on each migration by adding the --overwrite option\n\tFixed: Download zip archives instead of cloning sources which include useless VCS information (composer packages)\n\tFixed: Local DNS resolver is never disabled whatever the configuration parameter value\n\tFixed: Package which are scheduled for installation must not be removed\n\tFixed: Releases are not sorted correctly (iMSCP::LsbRelease library)\n\tFixed: When the preseed or noprompt options are set, debconf must be run in noninteractive mode\n\tFixed: When switching to another SQL server debian version flag file must be removed\n\tFixed: Wrong template name passed to the onLoadTemplate event (MySQL server implementation)\n\nPLUGINS\n\tFixed: Plugin backend files must no longer be removed on error\n\tUpdated: Plugin API to version 0.2.11\n\nVENDOR\n\tUpdated: jQuery library to version 1.1.11\n\tUpdated: jQuery UI library to version 1.1.11\n\tUpdated: jQuery DataTables plugin to version 1.10.2\n\tUpdated: PHP Secure Communications Library to version 0.3.8\n\tUpdated: Zend Framework components to version 1.12.8\n\nTICKETS\n\tFixed #1125: Defect - Modules::Ips - Returns only domain IPs\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.13\n------------------------------------------------------------------------------------------------------------------------\n\n2014-07-20: Laurent Declercq\n\tRELEASE i-MSCP 1.1.13\n\nDOCS\n\tUpdated: INSTALL files\n\nSERVICES\n\tFixed: Apache mod_version module is not always static\n\tFixed: The parameter innodb_use_native_aio is not available in MySQL < 5.5\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.12\n------------------------------------------------------------------------------------------------------------------------\n\n2014-07-16: Laurent Declercq\n\tRELEASE i-MSCP 1.1.12\n\nPACKAGES\n\tFixed: Quotation marks must be escaped in PhpMyAdmin configuration file\n\tFixed: Quotation marks must be escaped in Roundcube configuration file\n\tUpdated: Required Roundcube addon package version is now 0.5.0.*@dev\n\nCONFIGS\n\tRemoved: GUI_CERT_DIR variable (replaced by CONF_DIR variable)\n\tCleanup: Package files, config files\n\tRemoved: Ubuntu imscp.conf file (Debian conffile is now used when no conffile is available for the selected distro)\n\tRemoved: Ubuntu layout file (Debian layout is now used when no layout is available for the selected distro)\n\nDAEMON\n\tRemoved: Useless daemon logs + small fixes\n\tUpdated: Version to 1.2.1\n\nDATABASE\n\tFixed: Error messages from database updates are not detailed\n\tFixed: Ftp, Mail and SQL passwords are not decrypted during database update r53\n\tFixed: Infinite loop in iMSCP_Update_Database::dropIndexByColumn()\n\tFixed: Undefined key KEY_NAME in iMSCP_Update_Database::dropIndexByColumn()\n\tFixed: Undefined offset in database update r169\n\nDISTROS\n\tRe-added: Courier as alternative for IMAP/POP3 servers (Debian Jessie)\n\nENGINE\n\tAdded: Apache proxy_handler module (backported from a patch for Apache 2.4.10) (Debian Jessie)\n\tAdded: iMSCP::Net::getAddrType() method\n\tChanged: Backslashes are no longer allowed in SQL user names and passwords\n\tChanged: SASL authentication is now made against database directly (Postfix)\n\tFixed: Any error occurring from the imscp_network script must go into the imscp_network.log file\n\tFixed: German special characters are not displayed properly in auto-reply messages\n\tFixed: In case the passphrase is missing, user must not be prompted (iMSCP::OpenSSL)\n\tFixed: Missing EOL in SSL certificate containers (iMSCP::OpenSSL)\n\tFixed: PHP5-FPM (5.6.0~rc2+dfsg-1) doesn't work with Apache fastcgi module (Debian Jessie)\n\tFixed: The backend must not try to start services which are not used (MySQL, Bind9)\n\tFixed: Usage of the fastcgi Apache extension module is no longer recommended with Apache 2.4.x (Debian Jessie)\n\tFixed: Quota script must ignore maildir which doesn't exist\n\tFixed: When running inside an OpenVZ container, usage of native asynchronous I/O subsystem must be disabled (Mysqld)\n\tReplaced: Dovecot SASL by Cyrus SASL (Postfix)\n\nGUI\n\tFixed: AjaXplorer (Pydio) Autologon feature is broken\n\tFixed: Disk usage (percent value) is wrong (admin level / Customer statistics)\n\tFixed: Feature custom_dns_record is not known by the customerHasFeature() function\n\tFixed: Unable to list domain aliases by name (search feature / reseller level)\n\nINSTALLER\n\tAdded: Dialog box allowing to setup the public IP for servers which are inside a private LAN\n\tAdded: Option allowing to force reinstallation/reconfiguration of distro packages\n\tFixed: Bind9 cannot start if the resolvconf package is not configured yet (Debian Squeeze)\n\tFixed: Installer hangs while packages installation (Debian Jessie)\n\tFixed: Unable to migrate from ispCP (linked to the infinite loop in iMSCP_Update_Database::dropIndexByColumn())\n\tUpdated: Preseed template file according new parameters\n\nPLUGINS\n\tFixed: Loading of plugins must not fail silently\n\nVENDOR\n\tAdded: Net::Domain::TLD version 1.72 from CPAN (This allow to have last available TLDs list for this module)\n\nTICKETS\n\tFixed #1072: Bug - Uninstaller error - iMSCP::File::delFile: Unable to delete file imscp_network...\n\tFixed #1095: Bug - IP usage interface is broken\n\tFixed #1097: Enhancement - Allow to set public IP for server which are inside a private LAN\n\tFixed #1099: Bug - SQL users which belong to an account which is being deleted are not removed from mysql table\n\tFixed #1106: Defect - PHP5-FPM server implementation - Reload failure under Ubuntu Trusty Thar\n\tFixed #1109: Defect - .technology is not recognized as a valid top level domain\n\tFixed #1110: Defect - /etc/php5/mods-available/mcrypt.ini does not exist (Ubuntu Quantal)\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.11\n------------------------------------------------------------------------------------------------------------------------\n\n2014-06-08: Laurent Declercq\n\tRELEASE i-MSCP 1.1.11\n\nPLUGINS\n\tChanged: Plugin's backend scripts are now loaded from main plugin directory to avoid too many IO operations\n\tFixed: Plugin db updates are not applied when a new plugin version is uploaded through the plugin UI\n\tFixed: Unable to delete plugins which are uninstalled\n\tUpdated: Plugin API to version 0.2.10\n\nENGINE\n\tRemoved: Plugins directory (backend side of plugins are now loaded from main plugin directory)\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.10\n------------------------------------------------------------------------------------------------------------------------\n\n2014-06-06: Laurent Declercq\n\tRELEASE i-MSCP 1.1.10\n\nDATABASE\n\tFixed: Wrong column definition in update r176\n\nDISTROS\n\tFixed: PHP5-FPM instance is lost in some contexts which causes errors 500 - Ubuntu Trusty Thar\n\nGUI\n\tChanged: SQL passwords - Restrict allowed characters to printable characters from the ASCII table (not extended)\n\tFixed: DNS resource records which are not owned by the custom DNS records feature must always be displayed\n\tFixed: Domain alias name passed to the onBeforeAddDomainAlias|onAfterAddDomainAlias events should be in ASCII form\n\nINSTALLER\n\tFixed: Allowed character range is not checked for SQL passwords (courier, dovecot, proftpd, phpmyadmin)\n\tFixed: All printable characters from the ASCII table, excepted the space, must be allowed in SQL passwords\n\tFixed: Length of SQL user names is not checked (courier, dovecot, profptd, phpmyadmin)\n\tFixed: Unbale to add an SSL certificate with a private key which is protected by a passphrase\n\tFixed: Unable to set DATABASE_USER_HOST (setup dialog is never displayed)\n\nTICKETS\n\tFixed #0549: Bug - Apache - IPv6 addresses must be enclosed in square brackets\n\tFixed #1091: Defect - OpenVZ - simfs (proxy-filesystem) - Immutable flags - No support detection\n\tFixed #1092: Defect - Dovecot - SQL - The value of the connect parameter must be within double-quote\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.9\n------------------------------------------------------------------------------------------------------------------------\n\n2014-05-25: Laurent Declercq\n\tRELEASE i-MSCP 1.1.9\n\nDATABASE\n\tFixed: r187 is not a valid database update method\n\nENGINE\n\tFixed: Can't locate object method \"validateCertificateChain\"\n\nGUI\n\tFixed: Unable to add self-signed certificate without CA bundle\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.8\n------------------------------------------------------------------------------------------------------------------------\n\n2014-05-24: Laurent Declercq\n\tRELEASE i-MSCP 1.1.8\n\nCONFIGS\n\tFixed: Wrong placeholder variables in proftpd configuration template file (Ubuntu)\n\nGUI\n\tFixed: Unable to add SSL certificate without CA bundle (unexpected line feed in ca_bundle field)\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.7\n------------------------------------------------------------------------------------------------------------------------\n\n2014-05-23: Laurent Declercq\n\tRELEASE i-MSCP 1.1.7\n\nTICKETS\n\tFixed #1090: Bug - Unable to update to 1.1.6 version - Wrong update query\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.6\n------------------------------------------------------------------------------------------------------------------------\n\n2014-05-23: Laurent Declercq\n\tRELEASE i-MSCP 1.1.6\n\nCONFIGS\n\tAdded: Support for Percona server (Debian squeeze, wheezy / Ubuntu lucid, precise, quantal, raring, saucy)\n\tAdded support for MariaDB server using official repositories (Debian Jessie / Ubuntu Trusty)\n\nENGINE\n\tAdded: MariaDB|MySQL|Percona server implementations\n\tAdded: Options which allow to disable compression for backups\n\tFixed: Control panel must have it own SSL certificate\n\tFixed: Even if a database backup fail, the backup must not stop. The backup script must jump to the next database\n\tFixed: iMSCP::Ext2Attributes must not act on systems which do not support extended fs attributes\n\tFixed: Reload signal not implemented in upstart < 1.10.0\n\tFixed: SQL root password must not be shown through processus's viewer (mysqldump)\n\tFixed: The backup script must set the immutable bit on the customer homedir only if it was previously set\n\tFixed: The full certificate chain must be imported in the final container (OpenSSL library)\n\tFixed: Unable to restore an uncompressed backup (missing implementation)\n\tFixed: Unable to restore SQL database (bad command syntax)\n\tFixed: Unable to suspend domain - Undefined key 'TplDir' (apache_php_fpm server implementation)\n\nGUI\n\tAdded iMSCP_Events_Aggregator\n\tChanged: EventManager is no longer static (shared). The getInstance() method is now deprecated. It now return an\n\t\tiMSCP_Events_Aggregator instance to ensure backward compatibility with plugins which are already released\n\tChanged: i-MSCP version info are now pulled using GitHub API\n\tDeprecated: iMSCP_Events_Manager::getInstance() (will be removed in next minor version)\n\tFixed: Directory chooser is broken (software installer)\n\tFixed: Empty SQL user list if at least one database doesn't have any SQL user (software installer)\n\tFixed: iMSCP version info must be cached for performance reasons (info are fetched once per day)\n\tFixed: Private key passphrase must not be stored in database (SSL feature)\n\tFixed: The full certificate chain must be checked (SSL feature)\n\tFixed: The method iMSCP_Update_DATABASE:_addIndex() doesn't allow compound keys\n\nINSTALLER\n\tAdded: Support for Percona MySQL server\n\tFixed: apache_php_fpm uninstaller is broken\n\tFixed: Control panel must have it own SSL certificate\n\tFixed: PHP mcrypt module not enabled after fresh install (Ubuntu Trusty Thar)\n\nPLUGINS\n\tChanged: Implementation of the register() method is no longer mandatory in action plugins\n\tFixed: Plugin manager must have its own event manager\n\tFixed: Plugin event listeners are registered twice in some contexts\n\tUpdated: Plugin API to version 0.2.9 (changes are backward compatible)\n\nTICKETS\n\tFixed #1056: Bug - Incorrect value '_no_' in SQL query on create default email-accounts\n\tFixed #1061: Defect - i-MSCP is Unable to connect to https when using PHP from dotdeb\n\tFixed #1065: Bug - Unable to unsuspend customer account from admin UI\n\tFixed #1066: Bug - Customer's domains remain reachable through HTTPS when they are deactivated\n\tFixed #1075: Bug - mysqldump: Can't create/write to file\n\tFixed #1078: Defect - Defect - Table 'mysql.host' is not longer provided with MySQL >= 5.6.7\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.5\n------------------------------------------------------------------------------------------------------------------------\n\n2014-03-27: Laurent Declercq\n\tRELEASE i-MSCP 1.1.5\n\nCONFIGS\n\tFixed: Missing Fileinfo option in domain_ssl.tpl (Apache)\n\tFixed: Missing Indexes option in domain.tpl (Apache)\n\nENGINE\n\tFixed: SQL server hostname and port must be specified when restoring database (needed for remote MySQL server)\n\tRewritten: iMSCP::Servers and iMSCP::Addons packages to avoid subsitutions\n\nGUI\n\tAdded: Check for www label which is reserved and which cause DNS errors (subdomain)\n\tAdded: Prefix for subdomains mount points which match with default directories\n\tAdded: Run-time check for php5-imap module availability\n\tAdded: SQL user host field to allow customers to set host from which SQL users can connect to the MySQL server\n\tFixed: 127.0.0.1 must be mapped to localhost for consistency (SQL user host)\n\tFixed: Missing check on admin_id (get_domain_default_props()) which is causing data inconsistencies\n\tFixed: Wrong url for latest.txt file\n\nINSTALLER\n\tFixed: 127.0.0.1 is now mapped to localhost for consistency (SQL user host)\n\nTICKETS\n\tFixed #1050: Bug - Customers can order domains which already exists through domain aliases interface\n\tFixed #1051: Bug - Trying to get property of non-object - Integrity constraint violation: 1062 Duplicate entry\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.4\n------------------------------------------------------------------------------------------------------------------------\n\n2014-03-23: Laurent Declercq\n\tRELEASE i-MSCP 1.1.4\nADDONS\n\tFixed: Awstats addon uninstaller fails in case the cache directory contain a directory\n\nCONFIGS\n\tAllow usage of mod_rewrite even when PHP is disabled\n\nENGINE\n\tFixed: DNS records (subdomains) are not deleted from zone files (bind9 server impl.)\n\tFixed: SOA Serial is not updated in zone files (bind9 server impl.)\n\nGUI\n\tAdded: Counter to allow nested transactions\n\tFixed: Stop propagation of the onAuthentication event on first successful authentication attempt\n\nPLUGINS\n\tUpdated: Plugin API to version 0.2.8 (changes are backward compatible)\n\nTICKETS\n\tFixed #0879: Security Issue - SQL user hostname - Remove wildcard\n\tFixed #1042: Bug - Serial and DNS records in zone files aren't updated/deleted\n\tFixed #1045: Bug - All customer alias DNS records are removed when a subdomain is being deleted\n\tFixed #1048: Bug - Bad Request - Breadcrumb - Customer statistics\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.3\n------------------------------------------------------------------------------------------------------------------------\n\n2014-03-11: Laurent Declercq\n\tRELEASE i-MSCP 1.1.3\n\nADDONS\n\tAdded: onLoadTemplate events\n\tRemoved: PasswordChanger install part (Roundcube). This plugin will be part of the RoundcubePlugins plugin\n\tUpdated: Net2ftp installer\n\nENGINE\n\tAdded: Missing onLoadTemplate events\n\nGUI\n\tAdded: Disable custom DNS records feature in case of external DNS server usage\n\nINSTALLER\n\tAdded: External server option for DNS server\n\tFixed: Local resolver must be disabled in case of external DNS server usage\n\tFixed: When switching to external DNS server, uninstallation of current DNS server must be triggered\n\nPLUGINS\n\tAdded: iMSCP_Plugin::migrateDb() method which allow to migrate plugin database schema\n\tFixed: Plugin info not updated when the plugin is deactivated which prevent update to be triggered when needed\n\tReadded: Automatic triggering of the updatePluginList action after plugin upload\n\tUpdated: Plugin API to version 0.2.7 (changes are backward compatible)\n\nTICKETS\n\tFixed #0993: Bug - Inconsistent data in database for created_by field from customers\n\tFixed #1032: Bug - Use of undefined constant SORT_NATURAL (PHP < 5.4)\n\tFixed #1034: Defect - Policyd-Weight Addon - Configuration mismatch\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.2\n------------------------------------------------------------------------------------------------------------------------\n\n2014-02-27: Laurent Declercq\n\tRELEASE i-MSCP 1.1.2\n\nCONFIGS\n\tReplaced: apache2-suexec/apache2-suexec-pristine packages by apache2-suexec-custom package\n\nENGINE\n\tFixed: Old passwords are still working even when they are updated (courier-authdaemon)\n\nPLUGINS\n\tAdded: __need_change__ field which ensure plugin change on plugin reactivation\n\tChanged: The updatePluginList action is no longer automatically triggered when a plugin is uploaded\n\tFixed: db_schema_version info field which is used by some plugin must be persistent\n\tFixed: Plugin info are partially updated\n\tUpdated: Plugin API to version 0.2.6 (changes are backward compatible)\n\nTICKETS\n\tFixed #1021: Bug - Some htusers are not added into the htgroup file\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.1\n------------------------------------------------------------------------------------------------------------------------\n\n2014-02-16: Laurent Declercq\n\tRELEASE i-MSCP 1.1.1\n\nADDONS\n\tFixed: Awstats - Cron task is not running (dynamic mode)\n\nCONFIGS\n\tAdded: bash-completion package\n\tDisabled: Opcache support (PHP5.5)\n\nENGINE\n\tAdded: onLoadTemplate event in all server implementations\n\tFixed: DNS sub templates must be passed-in to event listeners\n\tFixed: Domain owner unique identifier must be passed-in to related servers and addons\n\tFixed: Missing CLEAR method in iMSCP::Config handler\n\nGUI\n\tFixed: jQuery library included twice in simple layout\n\tFixed: Ticket notification won't be delivered (Support ticket feature)\n\tFixed: Wrong download link for new release\n\tFixed: Wrong events triggered in client/profile.php\n\tUpdated: Datatable translations\n\nPLUGINS\n\tChanged: iMSCP_Plugin_Manager::updatePluginInfo() method is now public\n\tFixed: Plugin Store link\n\tUpdated: Plugin API to version 0.2.5 (changes are backward compatible)\n\nSETUP\n\tChanged: imscp group is now allowed to read all files from i-MSCP configuration directory\n\nVENDOR\n\tUpdated: DataTables to version 1.9.4\n\nTICKETS\n\tFixed #1014: Bug - Link for \"cancel\" in Reseller - edit Domain is wrong\n\tFixed #1019: Bug - Unable to create customer with SQL feature set to disabled\n\tFixed #1020: Bug - Wrong SQL query - Search feature\n\tFixed #1022: Defect - standard email aliases not created while adding domain alias\n\tFixed #1024: Bug - Apache2 ITK server implementation - Error on update\n\tFixed #1025: Bug - Notice: Undefined index: _: Localised language\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0\n------------------------------------------------------------------------------------------------------------------------\n\n2014-02-03: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0\n\nADDONS\n\tAdded: Awstats - logresolvemerge.pl script for last rotated log processing\n\tFixed: Awstats - _addAwstatsSection() event listener is registered too many times\n\tFixed: Awstats - Avoid concurrent processes of the awstats_updateall.pl script\n\tFixed: Awstats - Error: Couldn't open server log file... (missing files are now ignored silently)\n\tFixed: Awstats - Traffic data are lost when logs are rotated\n\tFixed: Roundcube|PhpMyAdmin installers - Ensure that database tables exist (recovery case)\n\tFixed: Roundcube - Wrong SQL server host when using remote server\n\tFixed: PhpMyAdmin 4.1.0 is only compatible with MySQL Server version 5.5 and newer\n\tRemoved: Awstats - logrotate entry (no longer needed)\n\nCONFIGS\n\tChanged: Tools access is now provided only through the panel domain\n\tDisabled: PHP opcache module for master (needed for some tools which are not compatible with this module)\n\tRemoved: Useless wget-hack prevention which doesn't prevent nothing in reality\n\tRemoved: mod_fastcgi support (FastCGI is now provided through mod_fcgid only)\n\tRemoved: Useless logs directory from both subdomain and alias Web folder skeletons\n\tUpdated: Apache2 logrotate configuration file (logs are now rotated daily)\n\tUpdated: Fcgid/PHP-FPM config to fit with servers which have at least 4GiB ram\n\nDISTROS\n\tAdded: Packages file for Ubuntu Saucy Slamander and Ubuntu Trusty Tahr (experimental)\n\tRemoved: Courier from Jessie packages list (See https://release.debian.org/migration/testing.pl?package=courier)\n\nENGINE\n\tAdded: System (UNIX) user/group names are now stored in database\n\tAdded: IMSCP_CLEAR_SCREEN environment variable which allows to not clear the terminal screen at end of script\n\tAdded: SPF records for subdomains and external mail servers\n\tChanged: Event listeners are now persistent. This allow to avoid self-registering\n\tChanged: iMSCP::Templator renamed to iMSCP::TemplateParser\n\tChanged: IP source for outbound mails is now set to the base server IP (Postfix - Temporary fix)\n\tChanged: Inet protocol is now set according the base server IP type (Postfix - Temporary fix)\n\tFixed: Do not compute traffic data for disabled domains\n\tFixed: External command died with signal 9 (without core dump)\n\tFixed: iMSCP::Rights - Any target referenced by a symlink must not be affected by owner/group modification\n\tFixed: Keep current unix user uid/gid when updating the SYSTEM_USER_PREFIX and SYSTEM_USER_MIN_UID parameters\n\tFixed: Missing customer logs directories cannot be re-created (permissions denied)\n\tFixed: Pass-in domain data to the listeners which listen to the *HttpdBuildConfFile and *HttpdBuildConf events\n\tFixed: Proftpd server is down after update\n\tFixed: Removed useless file tests on directory deletion\n\tFixed: Traffic data must not be lost in case where the imscp-vrl-traff script dies for any reason\n\tFixed: Upstart/SysV init - Interoperability\n\tFixed: Usage of dynamic resolv.conf (See resolvconf(8))\n\tFixed: Wrong DNS record type for subdomain with IPv6 (A instead of AAAA)\n\tRemoved: Useless bind9 templates\n\tRemoved: Useless backup and users log directories (Httpd server impl.)\n\tRenamed: iMSCP::Boot to iMSCP::Bootstrapper\n\tReplaced: iMSCP::IP library by IMSCP::Net library (full rewrite using iproute tools instead of net-tools)\n\tReplaced: imscp-apache-logger by vlogger (i-MSCP specific version)\n\tRewritten: getTraffic() methods from server implementations\n\tRewritten: iMSCP::Database class\n\tRewritten: imscp-srv-traff and imscp-vrl-traff scripts\n\nGUI\n\tAdded: proc_open and popen in PHP editor\n\tAdded: quoteValue() function, which allow to quote string for use in SQL statements\n\tRemoved: IP domain name and IP alias name\n\tRemoved: Useless ip_ssl_domain_id field form server_ips database table\n\nPLUGINS\n\tAdded: Support for local plugin configuration files (See data/persistent/plugins/README.md)\n\tFixed: Plugin interface must always show the last plugin available version\n\tFixed: Bulk action must not be a valid option (Plugin interface)\n\tFixed: When a new plugin version is available, the plugin must be updated and not only enabled\n\tUpdated: Plugin API to version 0.2.4\n\nSETUP\n\tFixed: Auto installer must check for any i-MSCP running process\n\tFixed: Composer process timeout must be increased for slow connections\n\tFixed: Unable to add external repository (Lucid...)\n\nVENDOR\n\tUpdated: Net_DNS2 to version 1.3.2\n\nTICKETS\n\tFixed #0528: Bug - The resolv.conf file shouldn't be edited manually\n\tFixed #0969: Defect - IPv6 addresses are not removed properly through interface\n\tFixed #0972: Bug - Adding second External Mailserver gives an error (Edit mode)\n\tFixed #0974: Bug - Customers assignment doesn't work if the first reseller hasn't any client\n\tFixed #0975: Bug - Customers assignment - disk limitation check doesn't work correctly\n\tFixed #0976: Bug - Wrong syntax for the mail quota value\n\tFixed #0978: Defect - SPF records for subdomains and external mail server\n\tFixed #0980: Bug - PHP-Editor - Values not saved while adding new customer\n\tFixed #0982: Defect - No access to /var/www from localhost\n\tFixed #0987: Bug - Backup - iMSCP::DATABASE:mysql::mysql::dumpdb: mysqldump: Couldn't find table...\n\tFixed #0989: Security Issue - Any user on a server can read others files\n\tFixed #0990: Security issue - Any user can obtain mysql root password\n\tFixed #0992: Bug - Hungarian welcome e-mail UTF-8 problem\n\tFixed #0995: Defect - Missing scrollbar in Ftp directory chooser dialog\n\tFixed #1000: Bug - When a domain is being disabled, apache won't restart\n\tFixed #1002: Defect - Plugin Version does not change on update\n\tFixed #1003: Defect: Admin/Reseller statistic shows only the current year\n\tFixed #1004: Defect - Unable to find any network interface. You cannot add new IP address\n\tFixed #1005: Defect - pma_tracker table not locked while importing database\n\tFixed #1006: Defect - Options Indexes not working if PHP is disabled\n\tFixed #1011: Defect: Unable to add domain such as: 1291.com\n\tFixed #1012: Bug - Error when reconfiguring IP through installer (ips option)\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc4.7\n------------------------------------------------------------------------------------------------------------------------\n\n2013-11-21: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc4.7\n\nCONFIGS\n\tAdded: Vagrantfile allowing to setup a virtual machine using Vagrant\n\tRemoved: DATABASE_UTF8 parameter\n\nDOCS\n\tFixed: Updated preseed template file\n\nENGINE\n\tFixed: imscp-del-tmp script is broken (Undefined subroutine floor...)\n\tFixed: Plugin (backend part) must be re-installed if missing\n\tFixed: Plugin (backend part) must be removed on compile time error\n\tFixed: Plugin (backend part) must be removed when a plugin is being deactivated\n\tFixed: Quota script is broken (A critical error has been encountered while executing function main::quotaSql...)\n\tRemoved: iMSCP::DATABASE:mysql::Result\n\nGUI\n\tAdded: onBeforeSendCircular and onAfterSendCircular events\n\tAdded: Spam Filter option which allow to keep postfix configuration (external mail server interface)\n\tChanged: EventsManager - listener stack become a priority queue (Performance issues)\n\tFixed: Configuration variable `/var/log/rkhunter.log` is missing\n\tFixed: Set internal encoding to UTF-8\n\tFixed: Use mb_encode_mimeheader() to encode MIME header when available\n\tFixed: Identity garbage on session timeout\n\tRewritten: Circular interface (admin and reseller levels)\n\tUpdated: plugin API (version 0.2.0)\n\nSETUP\n\tFixed: ispCP migration script must not delete Web data while deleting unix users\n\nTICKETS\n\tFixed #935: Enhancement - Add option to keep the postfix configuration even when using external mail server\n\tFixed #952: Bug - Backup script - several issues\n\tFixed #954: Bug - Mass mail is not working (admin and reseller interfaces)\n\tFixed #956: Bug - Infinite loop (Reseller UI)\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc4.6\n------------------------------------------------------------------------------------------------------------------------\n\n2013-10-28: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc4.6\n\nENGINE\n\tRemoved: Apache cband module configuration (Should be provided as plugin)\n\tFixed: Several 'Can't use an undefined value as a HASH reference...' errors\n\nGUI\n\tAdded: IPv6 service status support\n\tChanged: Any service port become editable\n\tFixed: Service ports interface is broken\n\tFixed: Unable to change admin settings\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc4.5\n------------------------------------------------------------------------------------------------------------------------\n\n2013-10-26: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc4.5\n\nENGINE\n\tAdded: beforeDispatchRequest and afterDispatchRequest events\n\tFixed: Engine - End transaction on error\n\nGUI\n\tAdded: Event Manager - Method allowing to unregister any listener which listen to a particular event\n\tFixed: Plugin items with errors must be shown in debugger and the admin must be able to change their status\n\tRemoved: Domain name related parameters\n\tUpdated: Function generateRandomSalt() - Allow to restrict salt character ranges (i.e for unix passwords)\n\nSETUP\n\tFixed: Base server vhost prefix not updated when disabling SSL (panel)\n\tFixed: Unable to setup SSL without CA bundle (panel)\n\nTICKETS\n\tFixed #447: Defect - External mail server feature is broken, when mail account limit is set to -1 (reopened)\n\tFixed #945: Bug - impossible to create top-level-domains .рф (russian federation zone)\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc4.4\n------------------------------------------------------------------------------------------------------------------------\n\n2013-10-22: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc4.4\n\nENGINE\n\tFixed: Can't use an undefined value as a HASH reference...\n\nGUI\n\tAdded: Option allowing to set Email quota synchronization mode\n\tAdded: Per plugin router support\n\tFixed: Do not show any quota information for mailboxes which have the quota limit set to 0 (unlimited)\n\tFixed: Unable to edit domain (admin level)\n\nTICKETS\n\tFixed #938: Bug - Ftp - Login as link is missing\n\tFixed #942: Bug - Mailboxes quota synchronization is broken\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc4.3\n------------------------------------------------------------------------------------------------------------------------\n\n2013-10-17: Torsten Widmann\n\tRELEASE i-MSCP 1.1.0-rc4.3\n\nADDONS\n\tFixed: Net2ftp addon installer is broken\n\nDOCS\n\tFixed: Preseed template file is broken (compile time error)\n\nENGINE\n\tRemoved: Backtrace routines, which cause segfault on Debian Jessie (issues with Carp package)\n\nSETUP\n\tFixed: ispCP migration script is broken (many compile time errors)\n\tFixed: Uninstaller - Several compile time errors + missing tasks\n\nGUI\n\tFixed: Unable to view ticket (reseller level)\n\nTICKETS\n\tFixed #936: Bug - Awstats addon - Failed to open directory /var/cache/awstats\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc4.2\n------------------------------------------------------------------------------------------------------------------------\n\n2013-10-10: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc4.2\n\nCONFIGS\n\tChanged: MASTER_GROUP parameter become IMSCP_GROUP\n\tFixed: Packages file for Debian Jessie (testing)\n\tFixed: Package dovecot-mysql is not available for Ubuntu Lucid\n\tFixed: Dovecot - Wrong path for delivery agent\n\tRemoved: Cron templates\n\tRemoved: Packages awstats, chkrootkit and rkhunter from global packages file\n\nDOCS\n\tUpdated: Preseed template file\n\nENGINE\n\tChanged: Both Chkrootkit and Rkhunter anti-rootkits as now provided as addons\n\tChanged: skill command to pkill command (portability issues)\n\tFixed: Apache logrotate conffile shouldn't know about awstats addon\n\tFixed: Bind server impl. - Unable to handle subdomains when DNS server mode is set to 'slave'\n\tFixed: Bind uninstall fail\n\tFixed: iMSCP::Debug library - output() function called with wrong parameters\n\tFixed: iMSCP::SystemUser::delSystemUser() - Added 'keepHome' option allowing to kept user home directory\n\tFixed: PHP allow_url_fopen feature must be explicitly enabled in composer package installer\n\tUpdated: ispCP migration script\n\nTICKETS\n\tFixed #636: Bug - Rkhunter - Unreadable log file\n\tFixed #810: Bug - https default access redirect mode not working for base server url\n\tFixed #902: Bug - User UID/GID mismatch after updating the SYSTEM_USER_PREFIX and/or SYSTEM_USER_MIN_UID parameters\n\tFixed #918: Bug - Courier - Unlimited quota doesn't works\n\tFixed #919: Bug - Preseed feature is broken - A template has not been found\n\tFixed #924: Defect - After Update from RC3 to RC4.1 pop3-ssl and imap-ssl don't work (dovecot 1.2.15)\n\tFixed #926: Security Issue - apache_php_fpm - suexec must be enabled\n\tFixed #928: Defect - Courier/Maildrop - Wrong permissions after reboot\n\tFixed #929: Malfunction - User limits not changeable if Reseller's Email account limit is set to -1\n\tFixed #932: Bug - Unable to switch from a redirected subdomain to normal subdomain\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc4.1\n------------------------------------------------------------------------------------------------------------------------\n\n2013-09-29: Torsten Widmann\n\tRELEASE i-MSCP 1.1.0-rc4.1\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc4\n------------------------------------------------------------------------------------------------------------------------\n\n2013-09-29: Torsten Widmann\n\tRELEASE i-MSCP 1.1.0-rc4\n\nCONFIGS\n\tAdded: Specific quota warning script for Dovecot 2.x.x branch\n\tAdded: Packages file for Debian Jessie (testing)\n\tAdded: SPF Resource Record Type in bind template\n\tAdded: php5-imap package (required by i-MSCP frontEnd)\n\tChanged: php5-mysql package to php5-mysqlnd (native driver) when available\n\tRemoved: php5-adodb package\n\tRemoved: Dovecot sieve plugin configuration (Such parameter must be provided as plugin)\n\tUpdated: Apache templates to support 2.4.x branch\n\tUpdated: Dovecot configuration files\n\nENGINE\n\tAdded: Support for Apache 2.4.x branch\n\tAdded: Database connection timeout (3 seconds)\n\tAdded: MySQL transaction routines\n\tAdded: Webstats support for subodmains\n\tFixed: Both, the domain_disable_page directory and statistics directory must be excluded from disk quota accounting\n\tFixed: Diskspace not counted for subdomain Maildirs (Disk quota script)\n\tFixed: Error 500 (Apache) after creation of any protected area\n\tFixed: MySQL server has gone away\n\tFixed: Plugin module is broken: Unable to disable, uninstall... any plugin\n\tFixed: Plugin update must be triggered when plugin configuration is updated\n\tFixed: Set MySQL client connection charset to utf8\n\nGUI\n\tAdded: Assets cache busting\n\tAdded: info.php file for i-MSCP default theme (file which contain theme metadata)\n\tAdded: onBeforeDomainChangeStatus and onAfterDomainChangeStatus events\n\tAdded: Option allowing a domain alias to share the mount point of another domain\n\tAdded: Option allowing a subdomain to share the mount point of another domain\n\tChanged: Both header and footer backgrounds for tables and location bar are now provided by the jQuery UI theme\n\tChanged: Customers can no longer set an arbitrary mount point for their subdomains\n\tChanged: Default Email accounts cannot longer be hidden\n\tEnhancement: Allow both administrators and resellers to set mail quota for customers\n\tEnhancement: Email accounts are now filterable\n\tEnhancement: Custom DNS feature - IDN support\n\tFixed: Allow plugins to provide their own assets throught the path /<plugin>/themes/<theme>/assets path\n\tFixed: Allow to share domain_dns table between several components (core, plugins..)\n\tFixed: Plugins must be able to short-circuit execution of an event\n\tFixed: Plugin update must be triggered when plugin configuration is updated\n\tFixed: Show DNS record data as tooltip when their length is too big\n\tFixed: Unable to delete plugin in some contexts\n\tFixed: Wrong placeholders in admin/imscp_debugger.php\n\tReadded: idna_convert class (more flexible because can operate on arbitrary strings)\n\tRemoved: IE6 support\n\tRemoved: mail_quota action script\n\tRemoved: Tool links from login page\n\tRewritten: Domain aliases interface (add|edit)\n\tRewritten: Mail interface\n\tUpdated: Assets are now reachable through the /themes/<theme>/assets path\n\tUpdated: Plugin API\n\nSETUP\n\tChanged: i-MSCP apache_php_fpm server impl. is now the default choice for distributions supporting it officialy\n\tFixed: Disable dummy php5_cgi Apache module if any\n\tFixed: Do not ask for SQL user host names when the SQL server is hosted locally\n\tFixed: Plugins which provide a backend end with unknown error after update\n\tFixed: Pre-fill Debconf database (Avoid postfix, proftpd and courier questions during installation)\n\nTICKETS\n\tFixed #460: Nice To Have - Admin/Reseller should be able to set mail quota for customers\n\tFixed #469: Defect - Quota field in mail_users table should accept big values\n\tFixed #579: Review - i18n issues\n\tFixed #745: Defect - Disk detail in dovecot doesn't include aliases\n\tFixed #779: Defect - When migrating from ispCP the reseller and admin logos are lost\n\tFixed #791: Defect - Unable to change customer IP\n\tFixed #834: Cosmetics - Ticket system menu names\n\tFixed #835: Task - Migration script - ispCP - Remove old php5-fcgi-starter\n\tFixed #838: Bug - Installer skips PHP INI Level dialog for apache fcgi\n\tFixed #846: Defect - Any customer can set his own mail quota\n\tFixed #852: Bug - Software installer - Unable to install any software\n\tFixed #854: Bug - Gui - Mail accounts - Mass deletion feature is broken\n\tFixed #858: Task - Remove php5-adodb package\n\tFixed #861: Bug - SQLSTATE[42000]: Syntax error or access violation\n\tFixed #867: Security issue - SSL - When exporting a private key, the password must not be visible from system utilities\n\tFixed #870: Bug - Error indicator for new TICKETS\n\tFixed #876: Review - Installer - Wildcard should be allowed as part of SQL user hostname\n\tFixed #880: Defect - Dovecot - IMAP traffic not counted\n\tFixed #883: Defect - Web folders protection option must be automatically disabled and hidden when the immutable flag is not available\n\tFixed #886: Enhancement - Add SPF Resource Record Type in bind\n\tFixed #891: Bug - Error when migrating from ispCP\n\tFixed #893: Defect - Webstats for subdomains are not available\n\tFixed #896: Bug - Variable {USERNAME} is not parsed in password email\n\tFixed #903: Bug - Domain restore feature is broken\n\tFixed #908: Review - Dovecot - Quota - Switch to maildir quota backend\n\tFixed #909: Enhancement - Courier - Quotas support using maildrop MDA\n\tFixed #913: Bug - Traffic on admin panel not counted\n\tFixed #914: Bug - Unable to add/edit Custom DNS record (depending of domain type)\n\tFixed #917: Defect - Unable to switch from Dovecot to Courier\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc3\n------------------------------------------------------------------------------------------------------------------------\n\n2013-07-23: Torsten Widmann\n\tRELEASE i-MSCP 1.1.0-rc3\n\nCONFIGS\n\tRemoved Amavis, ClamAV and SpamAssassin configuration (Such service must be provided as plugin)\n\nENGINE\n\tAdded: Config_readonly option in bootstrap\n\tAdded: Cron job for deactivation of entities belonging to an expired account\n\tFixed: Allow to get raw db connection\n\tFixed: Access to i-MSCP server/addon parameters must be standardized\n\tFixed: unable to remove htgroup\n\tFixed: TERM environment variable not set (IMSCP::Debug library)\n\tRemoved: 'dnschange' status\n\tUpdated: 'change' status to 'tochange' and 'delete' status to 'todelete'\n\nGUI\n\tAdded: Plugin archive upload feature (tar.gz, tar.bz2 and zip)\n\tAdded: Protected Web folders option to hosting plans\n\tRemoved: 'dnschange' status\n\tUpdated: Plugin API (Several BC breaks expected)\n\tUpdated: status 'change' to 'tochange' and status 'delete' to 'todelete'\n\nSETUP\n\tChanged: Items with status other than 'ok' and similar are not longer rebuilded on update\n\nTOOLS\n\tFixed: Awstats - Forbidden access (Ubuntu Lucid)\n\nTICKETS\n\tFixed #782: Bug - Notice: A non well formed numeric value encountered...\n\tFixed #786: Bug - Httpd Server impl. - apache_php_fpm. - No input file specified\n\tFixed #790: Defect - Postfix 2.10.x - Relay access - SASL authentication\n\tFixed #793: Bug - Autoinstaller/Setup - Admin user is getting new id in database\n\tFixed #808: Enhancement - Possibility to Upload i-MSCP Plugins via GUI\n\tFixed #809: Bug - Autoinstaller - Preseed feature - Error while executing query: Duplicate entry 'admin'\n\tFixed #816: Bug - Unable to uninstall i-MSCP\n\tFixed #819: Tasks - Clean up PHP Settings\n\tFixed #822: Bug - Auto responder feature broken\n\tFixed #831: Bug - imscp_daemon: send_line(): socket write error\n\tFixed #841: Bug - Autoinstaller - Preseed feature - some errors\n\tFixed #848: Bug - Backend - Wrong after hook in function _buildMasterPhpFpmPoolFile\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc2.3\n------------------------------------------------------------------------------------------------------------------------\n\n2013-06-08: Torsten Widmann\n\tRELEASE i-MSCP 1.1.0-rc2.3\n\nENGINE\n\tFixed: Error on backup: Unable to change mode for...\n\nGUI\n\tFixed: Unable to add hosting plan (reseller level)\n\tFixed: Possible missing properties (hosting_plans)\n\nSETUP\n\tFixed: Pressed feature is broken\n\nTICKETS\n\tFixed #647: Bug - Setup - Unable to reconfigure IP addresses\n\tFixed #776: Bug - Hosting plans attribs aren't updated with the migration\n\tFixed #777: Bug - Autoinstaller - Two entries for imscp-autoinstall option -h\n\tFixed #778: Bug - Autoinstaller - Exit code 5 in non-interactive mode --nopromt\n\tFixed #781: Bug - Network card not found\n\tFixed #812: Review - i-MSCP should show true system memory values\n\n------------------------------------------------------------------------------------------------------------------------\n1.1.0-rc2.2\n------------------------------------------------------------------------------------------------------------------------\n\n2013-06-04: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc2.2\n\nGUI\n\tFixed: Custom DNS feature not working due to missing files\n\nVENDOR\n\tUpdated: jQuery to v1.10.1\n\tUpdated: jQuery UI to v1.10.3\n\nTICKETS\n\tFixed #640: Bug - AliasSubdomain won't work when Alias is a redirect\n\tFixed #767: Update -jQuery 1.10.1 released\n\tFixed #769: Review - Language issue in imscp GUI\n\n------------------------------------------------------------------------------------------------------------------------\ni-MSCP 1.1.0-rc2.1\n------------------------------------------------------------------------------------------------------------------------\n\n2013-06-02: Torsten Widmann\n\tRELEASE i-MSCP 1.1.0-rc2.1\n\nCONFIGS\n\tAdded: MariaDb support\n\tAdded: named.conf.local and named.conf.options files\n\tAdded: Web folder skeletons (Httpd server impls.)\n\tFixed: Useless section must be removed in generated Apache configuration files\n\tFixed: diff package isn't available for Ubuntu > 12.04 (replaced by diffutils)\n\tRemoved: packages file for Ubuntu Oneiric Ocelot (EOL 20130509)\n\tUpdated: php.ini files\n\nENGINE\n\tAdded: Hooks for user module\n\tAdded: Hooks.d directory for storage of engine hook files\n\tAdded: Support for Apache + PHP FPM\n\tAdded: option allowing to disable/enable IPv6 support (Bind9)\n\tFixed: Admin must be able to add custom data in named configuration files (Bind9)\n\tFixed: DNS server must answer to queries only for zones for which it's authoritative (excepted for localhost)\n\tFixed: DNS server must be protected against common attacks\n\tFixed: DNS zone files must be checked and cleaned before installation in production directory\n\tFixed: DNS zones must be added in named.conf.local instead of named.conf (Bind9 - Debian/Ubuntu)\n\tFixed: i-MSCP network init script must start/stop MySQL server only if installed\n\tFixed: Domain module shouldn't be responsible to add i-MSCP unix user\n\tFixed: Permissions as set by Debian must be keep (bind9)\n\tFixed: Slave DNS zone files should be put in dedicated directory (Bind9)\n\tFixed: SPF record syntax\n\nGUI\n\tAdded: Option allowing to disconnect an user without removing its session\n\tAdded: Option allowing to protect/unprotect Web folders\n\tFixed: Allow idn for domain part of Ftp account username\n\tFixed: Allow to trigger more than one privilege callback functions for navigation\n\tFixed: External mail server option not implemented in admin/domain_edit.page\n\tFixed: i18n issues in reseller_add.php and reseller_edit.php pages\n\tFixed: Hide menus referring to unplayable features\n\tFixed: Sessions not killed (admin/session_manage.php)\n\tFixed: Unable to display the domain_edit.php/reseller_edit.php pages in some context (SQL queries too big)\n\tRemoved both order panel and billing interfaces\n\tRewritten: Ftp account add page\n\tUpdated: admin/settings.php layout\n\tUpdated iMSCP jQuery tooltip plugin according jQuery library changes\n\nSETUP\n\tAdded: Support for external repositories (Debian/Ubuntu)\n\tAdded: hooks.d directory for storage of installer hook files\n\tFixed: add-apt-repository - unknown -y option (Ubuntu Lucid Lynx)\n\tFixed: APT packages manager must be configured before any package installation\n\tFixed: All MySQL secure installation tasks are now done by the i-MSCP installer\n\tFixed: i-MSCP must allow usage of remote SQL server\n\tFixed: Both imscp-autoinstall and imscp-setup scripts must allow per item reconfiguration\n\tFixed: Duplicate entries in sources.list file (Ubuntu)\n\tFixed: Do not show any dialog when --noprompt option is used\n\tFixed: Make error messages free of any ANSI color and end of line codes in dialog\n\tFixed: Uninstall unneeded packages when switching to another server implementation\n\nVENDOR\n\tUpdated: jQuery to v1.9.1\n\tUpdated: jQuery UI to v1.10.0\n\tUpdated: Net_DNS to Net_DNS2 (version 1.3.0)\n\tUpdated: Zend Framework to 1.12.3\n\nTICKETS\n\tFixed #064: Nice to have - PHP FPM\n\tFixed #191: Defect - proftpd slow login\n\tFixed #377: Defect - Some issues with shared mount point\n\tFixed #458: Update - NET_DNS to NET_DNS2\n\tFixed #463: Bug - Fake duplicate sources in sources.list file (ubuntu)\n\tFixed #543: Bug - Dovecot not stopped when switching to courier\n\tFixed #544: Bug - An exception have been thrown - magicfile\n\tFixed #557: Bug - External mail server - Removing last entry (edit mode) doesn't remove DNS MX record\n\tFixed #558: Defect - Unable to edit custom MX DNS records\n\tFixed #564: Security Failure - Passwords can be compromised\n\tFixed #566: Cosmetics - i18n issues\n\tFixed #567: Bug - Shared mount point get deleted even if used by other entity\n\tFixed #568: Bug - Unable to delete domain aliases when using shared mount point and HTTP redirection\n\tFixed #571: Bug - Proftpd - Unable to restart - Directive collision\n\tFixed #572: Defect - Shared mount point - Entity Deletion\n\tFixed #581: Task - Add support for MariaDB\n\tFixed #583: Bug - Disabling PHP will not prevent user to use it\n\tFixed #586: defect - PHP FPM still running when switching to another server\n\tFixed #591: Bug - PHP FPM - SSL connection for the panel is not working\n\tFixed #593: Bug - Setup (update) is not working\n\tFixed #594: Defect - Awstats addon - cron task is not working\n\tFixed #595: Enhancement - Allow per item reconfiguration\n\tFixed #596: Bug - GUI - External mail server feature not implemented\n\tFixed #599: Bug - Ubuntu auto-installer adapter is broken\n\tFixed #600: Defect - Custom DNS CNAME to CNAME - Trailing period\n\tFixed #601: Bug - Apache + php-fpm - Cannot install specific software\n\tFixed #603: Bug - Awstats Addon - cron task is sending messages to stdout\n\tFixed #604: Bug - insserv - Script imscp_network is broken: incomplete LSB comment\n\tFixed #607: Bug - History of customer stats is limited to 3 years\n\tFixed #609: Bug - PHP FPM - Internal Server Error after deleting any domain\n\tFixed #610: Cosmetics - i18n issue - Typo\n\tFixed #618: Defect - IMAP - Subscribed folders are not re-added to the subscription file\n\tFixed #619: Bug - HTTP Redirection - Null field - Update errors\n\tFixed #623: Bug - Error on update - Unable to delete etc/apt/preferences.d/imscp file\n\tFixed #624: Bug - Setup/Update imscp-autoinstall is broken\n\tFixed #625: Defect - Missing file themes/default/images/black/login/stripe.png\n\tFixed #629: Unable to change PHP editor settings when editing reseller\n\tFixed #631: Defect - Proftpd - Heavy 100% load on login / directorychange\n\tFixed #632: Bug - dovecot - Wrong conffile permission after update\n\tFixed #634: Bug - i-MSCP update from git master - Error in bind9 server implementation\n\tFixed #639: Defect - Setup - Package 'debconf-utils' has no installation candidate\n\tFixed #643: Bug - Unable to switch from php-fpm to fastcgi\n\tFixed #644: Task - Show specific dialog message when installer cannot run due to backup process\n\tFixed #646: Defect - Remote SQL server - The host part of SQL users as created by i-MSCP should be settable\n\tFixed #649: Bug - imscp-uninstall syntax error\n\tFixed #650: Bug - Error when assigning an existing SQL User to a new database\n\tFixed #740: Enhancement - Engine Hook for post domain user creation\n\tFixed #742: Bug - Welcome email don't show the correct information\n\tFixed #743: Update - Roundcube update available (version 0.9.0)\n\tFixed #751: Bug - Installer - Ubuntu 13.04 - php5-suhosin is not available\n\tFixed #753: Bug - Backup Restore - Use of uninitialized value $dbname\n\tFixed #754: Bug - errors while rebuilding cusomers files (ssl cert)\n\tFixed #757: Bug - setup - Problem with SSL certificat\n\tFixed #758: Bug - typo in Database.php (line 729)\n\tFixed #759: Bug - new account setup with partly wrong vu**** id\n\tFixed #760: Bug - No logs or not updated logs in user space since may 22 00:00\n\tFixed #763: Bug - Errors in imscp-autoinstall when database is different from 'imscp'\n\n------------------------------------------------------------------------------------------------------------------------\ni-MSCP 1.1.0-rc1.4\n------------------------------------------------------------------------------------------------------------------------\n\n2013-01-07: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc1.4\n\nCONFIGS\n\tUpdated: Fcgid configuration files for high-load sites\n\nDISTROS\n\tAdded: Package files for Ubuntu Quantal Quetzal and Ubuntu Raring Ringtail\n\nTICKETS\n\tFixed #274: (reopened): Defect - Proftpd limits doesn't work\n\tFixed #548: Bug - Missing comment character in configs/debian/fcgi/parts/php5-fcgid-starter.tpl\n\tFixed #550: Boolean PHP Values should be set with php_flag and not php_value\n\tFixed #551: Bug - Preseed feature is broken\n\tFixed #552: Bug - PHP constants are not recognized outside of PHP (such as in Apache vhost files)\n\tFixed #555: Cosmetics - Missing translation at reseller level\n\tFixed #560: Review - Backup filenames are not windows-friendly\n\tFixed #562: Bug - Error in apache_fcgid installer\n\tFixed #563: Defect - protected_plugins.php file not in gui/cache\n\tFixed #565: Bug - Ftp limits not applied - Proftpd not restarted\n\n------------------------------------------------------------------------------------------------------------------------\ni-MSCP 1.1.0-rc1.3\n------------------------------------------------------------------------------------------------------------------------\n\n2012-12-27: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc1.3\n\nSETUP\n\tFixed: Any hook function should return 1 on failure\n\tFixed: Do not install suexec module when using ITK\n\tFixed: Make fcgid as default FastCGI module\n\tFixed: Self-signed SSL certificate for i-MSCP must be a wildcard SSL certificate\n\tFixed: Self-signed SSL certificate for i-MSCP must use 2048-bit RSA Keys (Minimum recommended)\n\tFixed: Suppress warning for self-signed certificate generation (still in log file)\n\tFixed: Use of uninitialized value in bitwise or (|) errors\n\n------------------------------------------------------------------------------------------------------------------------\ni-MSCP 1.1.0-rc1.2\n------------------------------------------------------------------------------------------------------------------------\n\n2012-12-25: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc1.2\n\nTICKETS\n\tFixed #546: Bug - SQL error on first install due to empty reseller list\n\n------------------------------------------------------------------------------------------------------------------------\ni-MSCP 1.1.0-rc1-1\n------------------------------------------------------------------------------------------------------------------------\n\n2012-12-25: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc1.1\n\nTICKETS\n\tFixed #540: Bug - C-style symbols intead of graphic lines in the autoinstall console\n\tFixed #542: Bug - Unable to install addon packages - git is missing\n\n------------------------------------------------------------------------------------------------------------------------\ni-MSCP 1.1.0-rc1\n------------------------------------------------------------------------------------------------------------------------\n\n2012-12-24: Laurent Declercq\n\tRELEASE i-MSCP 1.1.0-rc1\n\nADDONS\n\t\tMoved: Ajaxplorer to packagist.org (composer package)\n\t\tMoved: PhpMyAdmin to packagist.org (composer package)\n\t\tMoved: Roundcube to packagist.org (composer package)\n\nENGINE\n\tAdded: i-MSCP own implementation of lsb_release command\n\tAdded: 'nocreate' and 'readonly' options for the iMSCP::Config package\n\tAdded: pbzip2 (parallel bzip2 file compressor) for bzip2 compression algorithm\n\tAdded: progress bar for Debian packages installation\n\tAdded: engine hooks manager\n\tAdded: several hooks in both addons and servers packages (still a lot to add...)\n\tFixed: iMSCP::IP - Ips stack not flushed on reset\n\tFixed: iMSCP::Bootstrapper - Do not create the imscp.conf file if do not exists, raise error instead\n\nGUI\n\tRewritten external mail interface\n\nSETUP\n\tAdded: Backup feature for setup dialog (allow user to step back)\n\tAdded: Base class for autoinstall adapters\n\tAdded: 'buildonly' and 'skippackages' command line options for autoinstall script\n\tAdded: Composer installer for i-MSCP addons\n\tAdded: 'reconfigure', 'preseed', hook-file and 'debug' command line options for both autoinstall and setup scripts\n\tFixed: Allow IDN for hostname and base server vhost hostname\n\tFixed: Allow to set ip as MySQL server hostname\n\tFixed: Do not remove user defined variables in imscp.conf\n\tFixed: Do not ask for MySQL server port when using 'localhost'\n\tFixed: Do no ask for server to use if only one is available\n\tFixed: iMSCP::Dialog::Dialog - Wrong synstax for the 'timeout' option\n\tFixed: iMSCP::Dialog::Dialog - Allow both single and double quotes in dialog text boxes\n\tFixed: iMSCP::Dialog::Dialog - Allow to set default choice for both radiolist and checklist dialog boxes\n\nTICKETS\n\tFixed #350: Defect - Setup - cancel doesn't work for some dialogs\n\tFixed #437: Enhancement - Roundcube should use its own database\n\tFixed #438: Enhancement - Add defaults switch to autoinstaller\n\tFixed #482: Defect - Alias edit forward url not possible. Validation incorrect\n\tFixed #499: When deleting a domain alias, the custom DNS records (including those related to external mail server(s)) should be deleted\n\tFixed #500: Mail quota edit link has wrong id for alias, subdomain and aliassubs mails.\n\tFixed #501: Slow query and wrong traffic count in \"Edit Domain\"\n\tFixed #503: Bug - DNS entries for subdomains are not re-added in db zone file\n\tFixed #504: Roundcube 0.8.2\n\tFixed #507: Cosmetics - External mail servers features status not show\n\tFixed #508: German Umlaut in Custom DNS were shown wrong\n\tFixed #509: Tools: PHPMyAdmin 3.5.3 released\n\tFixed #511: Enhancement - Show disk usage detail (web, mail, sql) on client side\n\tFixed #512: autoresponder: lines in transport file not correct\n\tFixed #514: Email forward from domain A to domain B not working\n\tFixed #518: Bug - Setup broken\n\tFixed #520: Defect - migrateMailboxes: Use of uninitialized value\n\tFixed #522: Bug - Subdomain redirects with \"https\" or \"ftp\" don't work\n\tFixed #524: Update - AjaxPlorer 4.2.3 released\n\tFixed #525: Update - phpMyAdmin 3.5.5 released\n\tFixed #527: Update - Roundcube 0.8.4 released\n\tFixed #532: Review - Database update 53 - ftp password\n\tFixed #535: Defect - Roundcube does not work with courier\n\tFixed #539: Enhancement - i-MSCP tools - Composer support\n\tFixed #541: Task - Move PhpMyAdmin to packagist and make it as addon\n\n------------------------------------------------------------------------------------------------------------------------\ni-MSCP 1.1.0-beta2\n------------------------------------------------------------------------------------------------------------------------\n\n2012-09-14: Torsten Widmann\n\tRELEASE i-MSCP 1.1.0-beta2\n\nADDONS\n\tUpdated: PhpMyAdmin to version 3.5.3\n\tUpdated: Roundcube to 0.8.2\n\nVENDOR\n\tUpdated: Zend Framework to 1.11.12\n\nTICKETS\n\tFixed #433: PHP directive editor: register_globals does not exist in php 5.4.0 and above\n\tFixed #453: Wrong Support Ticket System Mailer template\n\tFixed #475: Some field-lengths are too short for their content\n\tFixed #479: WARNING 00_master_ssl.conf do not exists\n\tFixed #481: Fatal Error in create/edit custom DNS entry\n\tFixed #483: Autoresponder: Problems displaying umlauts\n\tFixed #484: Autoresponder: Table autoreplies_log is not updated after deactivation\n\tFixed #486: Malfunction: ProFTP LIMIT directive problem\n\tFixed #487: External Mailserver add/edit CNAMES\n\tFixed #490: Roundcube missing default folders\n\tFixed #491: Security-Update: Roundcube 0.8.1\n\tFixed #492: Hosting plans in admin level not complete\n\n------------------------------------------------------------------------------------------------------------------------\ni-MSCP 1.1.0-beta1\n------------------------------------------------------------------------------------------------------------------------\n\n2012-07-01: Torsten Widmann\n\tRELEASE i-MSCP 1.1.0-beta1\n\nVENDOR\n\t\tUpdated: PhpMyAdmin to version 3.5.2\n\t\tUpdated: AjaxPlorer to 4.2.2\n\t\tUpdated: Roundcube to 0.7.2\n\nTICKETS\n\tFixed #017: Feature - Send mail if quota reached\n\tFixed #157: Enhancement - Relaying Domains\n\tFixed #163: Enhancement - Add Support for Roundcube Mail (or switch from Squirrel)\n\tFixed #213: Enhancement - Bruteforce component - login attemps\n\tFixed #313: Enhancement - Some improvements on postfix's master.cf\n\tFixed #322: Enhancement - Add possibility to delete more then only one eMail Adress\n\tFixed #337: Enhancement - Add possibility to edit per user mail quotas\n\tFixed #368: Enhancement - Add custom TXT DNS resource records\n\tFixed #387: Enhancement - php.ini modifications to allow the usage of roundcube\n\tFixed #402: Task - Ajaxplorer - Not Compatible with php 5.4\n\tFixed #403: Defect - Hosting Plan Secure Code doesn't work\n\tFixed #404: Defect - Missing translations\n\tFixed #405: Bug - Custom message for maintenance mode is always overridden\n\tFixed #408: Defect: warning: master.cf: unused parameter: smtpd_override_options=no_address_mappings\n\tFixed #413: Defect: dovecot quota config inconsistent\n\tFixed #415: Defect - mailbox catchall catching everything.. not what it should..\n\tFixed #421: Defect: Adding email account not IDN compatible\n\tFixed #423: Malfunction: Ticket-Summary at Reseller-Overview\n\tFixed #424: BUG: After deleting alias domain the ftp accounts of this domain still exist\n\tFixed #427: Malfunction: DNS Servernames not IDN compatible stored in database\n\tFixed #429: Enhancement - TXT entries should allow * as a valid character\n\tFixed #432: Awstats static configuration generated when awstats dynamic is enabled\n\tFixed #440: Broken installer after External email servers commit\n\tFixed #445: Disabling domain and panel's backups does not work\n\tFixed #447: External mailserver relay_domains\n\tFixed #452: View Support Ticket\n\tFixed #456: Wrong welcome message usertype when create client\n\tFixed #457: Domain specific apache2 configuration gets deleted in imscp-setup (tx Jadawin)\n\tFixed #467: FTP Account, Datamanager-> no autologin in ajax explorer\n\tFixed #468: SSL for Customers does not Work since upgrade to beta\n"
  },
  {
    "path": "docs/Changelog-1.2.x",
    "content": "i-MSCP ChangeLog\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.17\n------------------------------------------------------------------------------------------------------------------------\n\n2016-03-12: Laurent Declercq\n    RELEASE i-MSCP 1.2.17\n\nBACKEND\n    Fixed: Can't locate Data/Validate/IP.pm (now lazy-loaded to prevent failure on update) (iMSCP::Net)\n    Fixed: peer address not recognized in the case of a pointopoint interface (regression fix)\n\nCONTRIB\n    Fixed: Create the provisioning script even with the imscp-setup script (10_named_slave_provisioning.pl)\n\nINSTALLER\n    Fixed: Argument \"\" isn't numeric in numeric eq (==) at engine/PerlLib/Package/FrontEnd/Installer.pm line 270\n    Fixed: Could not add intermediate SSL certificates; dialog is always skipped (regression fix)\n    Fixed: Could not enable service when unit file is a symlink due to 'No such file or directory' error (systemd)\n    Fixed: MariaDB SQL server not selectable on fresh install (regression fix)\n    Fixed: Missing mysql-common package in MariaDB package sections (Debian Jessie)\n    Fixed: Panel SSL certificate chain not removed when disabling SSL or changing hostname\n    Fixed: When changing panel hostname, DNS zone file is not removed\n\nSERVERS\n    Fixed: Cannot connect to VsFTPD when behind NAT (WAN <-> LAN)\n\nTOOLS\n    Fixed: imscp-net-traffic-logger must not fail if part of rules were already removed\n\nVENDOR\n    Added: Class::Autouse Perl module version 2.01 from CPAN\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.16\n------------------------------------------------------------------------------------------------------------------------\n\n2016-03-10: Laurent Declercq\n    RELEASE i-MSCP 1.2.16\n\nCONFIG\n    Added: /dev/random and /dev/urandom to open_basedir (PHP)\n\nBACKEND\n    Added: iMSCP::Service::hasService() method\n    Backported: iMSCP::Provider::NetworkInterface from 1.3.x branch - Provider for adding/removing IP addresses\n    Backported: iMSCP::Net changes from 1.3.x branch\n    Changed: IP addresses are now persistent (they are added into /etc/network/interfaces file)\n    Fixed: Could not create SQL user when using MariaDB SQL remote server\n    Fixed: Ip addresses are not validated correctly in iMSCP::Net\n    Fixed: macvlan interfaces not properly mapped in iMSCP::Net\n    Fixed: Shell arguments must be escaped in imscp-pkt-mngr and imscp-sw-mngr\n\nFRONTEND\n    Added: SSL status field on domain management page (Client interface)\n    Fixed: Could not add/edit SQL user when using MariaDB server - wrong syntax 'PASSWORD EXPIRE NEVER' ...\n    Fixed: Exception raised due to missing `ZIP` configuration variable\n    Fixed: Wrong error handling in cert_view.php (openssl_x509_checkpurpose function also returns -1 which is not FALSE)\n\nINSTALLER\n    Added: 'panel' reconfiguration item\n    Fixed: Could not unset 'hold' state on packages in some contexts\n    Fixed: Dialog backup (back up) feature is broken\n    Fixed: dpkg: warning: --compare-versions used with obsolete relation operator '<'\n    Fixed: Ensure that sysvinit scripts are disabled when upstart job are provided and when init is Upstart\n    Fixed: init_is_upstart() function not available in lsb-base < 4.1+Debian3 (sysvinit scripts)\n    Fixed: Mitigate possible PHP timezone warning with CLI SAPI\n    Fixed: Update notices are not sorted correctly\n    Fixed: Use MySQL 5.6 from official Trusty repository in place of MySQL Team repository\n    Fixed: Wrong package name (mysql-client-5.5 instead of mysql-client-5.6) in Debian Stretch (testing) packages file\n    Pending: Courier support for Debian Stretch (testing) - packages not available at this moment\n    Pending: VsFTPd support for Debian Stretch (testing) - libpam-mysql package not available at this moment\n    Removed: ispCP migration script (Migration from ispCP is no longer supported)\n\nPACKAGES\n    Fixed: Global symbol \"$rs\" requires explicit package name at Package/Webstats/Awstats/Uninstaller.pm line 103\n\nPLUGINS\n    Updated: API version to 1.0.3\n\nSERVERS\n    Added: createUser() and dropUSer() methods (SQL server impl.)\n    Fixed: MySQL server socket is missing after reboot (only with Upstart init)\n    Fixed: Proftpd not running after reload (quick fix - not i-MSCP related)\n\nSERVICES\n    Added: imscp_traffic service (imscp traffic logger - iptables rules)\n    Fixed: Possible 'socket is already in use' error on imscp_panel service restart, leading to 502 Bad Gateway error\n    Removed: imscp_network service - IP addresses are now added into network interface file\n\nSETUP\n    Fixed: Could not reconfigure due to 'Could not find sysvinit script...' error\n\nTOOLS\n    Fixed: imscp-net-traffic-logger must not depend on the SQL service\n    Removed: imscp-net-interface-mngr script (no longer needed because IP addresses are now persistent)\n\nVENDOR\n    Added: Net::IP Perl module version 1.26 from CPAN (libnet-ip-perl package under wheezy/precise is too old)\n    Updated: Capture::Tiny Perl module to version 0.36\n    Updated: Net::Domain::TLD Perl module to version 1.74\n\nYOUTRACK\n    IP-1394 httpd-logs-mngr starts before mysql server on reboot\n    IP-1428 i-MSCP services such as imscp_network should not depend on the mysql service\n    IP-1488 Show SSL-status on domain page\n    IP-1499 Reseller can't create hosting plans if mail accounts are disabled\n    IP-1500 Update fails when a customer's SSL certificate is invalid or expired\n    IP-1501 i18n - \"Ftp directories\" string is not translatable\n    IP-1503 vsftpd - 500 OOPS: prctl PR_SET_SECCOMP failed\n    IP-1505 Installer - cannot go back from the panel http port screen\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.15\n------------------------------------------------------------------------------------------------------------------------\n\n2016-03-02: Laurent Declercq\n    RELEASE i-MSCP 1.2.15\n\nBACKEND\n    Changed: Usage of custom OpenSSL configuration file for self-signed SSL certificates (iMSCP::OpenSSL)\n    Fixed: ALLOW_URL_FOPEN placeholder not replaced in pool configuration files when using per_domain INI level (PHP-FPM)\n    Fixed: Exit code not returned to caller on segfault (signal 11)\n    Fixed: Missing fallback value for allow_url_fopen in Modules::SubAlias\n    Fixed: Obsolete SSL connection encryption method (nginx)\n\nCONFIG\n    Added: imscp_panel.service systemd unit file\n    Added: OpenSSL configuration template file for self-signed SSL certificates\n    Changed: SPF record entries from softfail to hardfail\n\nDAEMON\n    Fixed: Missing chdir() and umask() calls\n    Fixed: STDIN, STDOUT and STDERR must be redirected to /dev/null\n    Updated: Version to 1.2.5\n\nDATABASE\n    Added: Default value for the domain.external_mail_dns_ids field\n    Added: Default value for the domain_aliasses.external_mail_dns_ids field\n    Added: 'status' field to the ftp_users table\n\nFRONTEND\n    Fixed: Bad request error when editing PHP settings with per_user INI level (PHP Editor)\n    Fixed: Could not add SSL certificate due to 'At least one intermediate certificate is invalid or missing' error\n    Fixed: Exception raised due to missing default value for domain.external_mail_dns_ids\n    Fixed: When customer account is being disabled, FTP users must be also disabled\n    Removed: OpenSSL configuration template file (replaced by /etc/imscp/openssl/openssl.cnf.tpl)\n\nINSTALLER\n    Fixed: Can't locate object method \"setVersion\" via package Servers::sqld::remote_server\n    Fixed: Connection timeout with pgp.mit.edu PGP key server (replaced by keyserver.ubuntu.com)\n    Fixed: Ensure that mysql service is enabled\n    Fixed: Installer must die when server hostname is missconfigured\n    Fixed: Missing 'use iMSCP::Crypt qw/decryptBlowfishCBC/' statement in Servers::sqld::remote_server\n    Fixed: Missing 'use iMSCP::Execute qw/escapeShell/' statement in Servers::sqld::remote_server\n    Fixed: Missing 'use iMSCP::TemplateParser' statement in Servers::sqld::remote_server\n    Fixed: Overwrite any existing conflicting symlinks when enabling service (systemd)\n    Fixed: Possible use of uninitialized value $sqlServer in autoinstaller/Adapter/DebianAdapter.pm\n    Fixed: sysvinit scripts are not enabled when using systemd (regression fix)\n    Fixed: Missing APT source repositories for i-MSCP required sections\n    Updated: PhpMyAdmin addon installer to support PhpMyAdmin 4.5.x serie (require MySQL >= 5.5 and PHP >= 5.5)\n\nSERVERS\n    Added: SQLNegativeCache directive to cache negative responses from SQL lookups (ProFTPD)\n    Added: SQLUserWhereClause directive to disallow FTP connection when FTP user status is not 'ok' (ProFTPD)\n    Backported: VsFTPd server implementation from 1.3.x branch\n\nYOUTRACK\n    IP-1367 Support for the VsFTPd server\n    IP-1444 Ubuntu - Vsftpd package broken - libgcc_s.so.1 must be installed for pthread_cancel to work\n    IP-1495 Domain alias with shared moint point fails\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.14\n------------------------------------------------------------------------------------------------------------------------\n\n2016-02-25: Laurent Declercq\n    RELEASE i-MSCP 1.2.14\n\nFRONTEND\n    Fixed: Could not edit reseller PHP permissions (PHP Editor)\n    Fixed: Unchecking all disabled functions has no effect (PHP Editor)\n\nINSTALLER\n    Fixed: Password must not be escaped (MySQL installer)\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.13\n------------------------------------------------------------------------------------------------------------------------\n\n2016-02-24: Laurent Declercq\n    RELEASE i-MSCP 1.2.13\n\nCONFIG\n    Fixed: Missing /php-fpm/php-fpm.pool.default declaration in configs/ubuntu/php-fpm/install.xml\n    Updated: Licence header in skeletons\n\nCONTRIB\n    Fixed: \"my\" variable $cfgTpl masks earlier declaration in same scope (20_dovecot_connections.pl)\n    Fixed: \"my\" variable $cfgTpl masks earlier declaration in same scope (40_dovecot_pfs.pl)\n\nINSTALLER\n    Fixed: Ensure that authentication plugin is set to 'mysql_native_password' for SQL root user (MySQL >= 5.7)\n    Fixed: Perl DBI (mysql) package removed when using MariaDB server, leading to installation/update failure\n    Fixed: Switch policy is ignored (SQL servers)\n    Fixed: Wrong package names in Debian Strech package file (MySQL 5.6)\n\nFRONTEND\n    Fixed: Unable to handle uncaught exception thrown... Data `translator` is not registered\n    Fixed: Exception browser writer doesn't display the expected exception in some contexts\n    Fixed: Exception mail writer cache do not work\n    Fixed: Unable to establish the connection to the database when using MySQL >= 5.7\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.12\n------------------------------------------------------------------------------------------------------------------------\n\n2016-02-23: Laurent Declercq\n    RELEASE i-MSCP 1.2.12\n\nBACKEND\n    Added: Support for TCP/IP (PHP-FPM)\n    Backported: iMSCP::Crypt library from 1.3.x branch\n    Fixed: Could not remove service: Not a CODE reference at PerlLib/iMSCP/Provider/Service/Systemd.pm line 115\n    Fixed: Could not remove service: Unit not loaded (systemd provider)\n    Fixed: Don't use Cyrus SASL for SMTP authentication when the Dovecot SASL implementation is available\n    Fixed: Mail passwords are no longer valid after client account re-activation\n\nCONFIG\n    Added: BACKUP_COMPRESS_LEVEL configuration parameter\n    Added: Default www.conf pool configuration file (PHP-FPM)\n    Added: docs/imscp_net_sysctl.conf configuration file example\n    Added: DOVECOT_SASL_AUTH_SOCKET_PATH parameter in dovecot/dovecot.data file\n    Added: event_scheduler parameter in mysql/imscp.cnf file to disable event scheduler (see errata file)\n    Added: performance_schema parameter in mysql/imscp.cnf file to disable performance schema (see errata file)\n    Added: PHP-FPM parameters (global and per pool configuration parameters) in php-fpm/phpfpm.data file\n    Added: SQLD_SOCK_DIR, SQLD_USER and SQLD_GROUP parameters in mysql/mysql.data configuration file\n    Added: sql_mode parameter in mysql/imscp.cnf template file to reset server SQL modes (backward compatibility issue)\n    Fixed: Missing http authorization headers (PHP-FPM with apache2 mod_proxy_fcgi)\n    Fixed: Possible segfault with OPcache when fast shutdown feature is enabled\n    Renamed: ZIP configration parameter to BACKUP_COMPRESS_ALGORITHM\n    Removed: Dovecot 1.x configuration files\n    Removed: procmail mailbox command in Postfix main.cf file\n    Updated: Matching rule for PHP files (.php .php3 .php4 .php5 .php7 .pht .phtml)\n\nCONTRIB\n    Added: 40_apache2_tools_proxy.pl listener file (redirect/proxy the i-MSCP tools in customers vhost files)\n    Added: 10_dovecot_compress.pl listener file (activate Dovecot compress plugin)\n    Added: 20_dovecot_connections.pl listener file (allow to increase the mail_max_userip_connections)\n    Added: 30_dovecot_namespace.pl listener file (creates the INBOX. as a compatibility name)\n    Added: 40_dovecot_pfs.pl listener file (activate the Perfect Forward Secrecy logging)\n    Added: 50_dovecot_plaintext.pl listener file (disable plaintext logins and force TLS)\n    Added: 60_dovecot_service_login.pl listener file (Allows to modify default service-login configuration options)\n    Added: 10_nginx_hsts.pl listener file (enable HTTP Strict Transport Security (HSTS))\n    Added: 10_php_confoptions_overide.pl listener file (Allows to add or override PHP configuration options)\n    Added: 60_postfix_pfs.pl listener file (add the self-generated EDH parameter files for Perfect Forward Secrecy (PFS))\n    Added: 70_postfix_submission_tls.pl listener file (force TLS connection on postfix submission)\n    Added: 10_proftpd_tuning.pl listener file (removes the ServerIdent information, and forces TLS)\n    Rewritten: 10_named_zonetransfer.pl listener file (now named 10_named_slave_provisioning.pl)\n    Updated: 10_postfix_smarthost listener file (We need Cyrus SASL; Dovecot SASL impl. not supported by Postfix for smtp)\n\nDAEMON\n    Added: imscp_daemon.service systemd unit file\n    Fixed: imscp-rqst-mngr backend script path must not be hardcoded in daemon\n    Fixed: PID file /var/run/imscp_daemon.pid not readable (yet?) after start (systemd)\n    Updated: Upstart init script according new daemon version - only one fork() call\n    Updated: Version to 1.2.4\n\nFRONTEND\n    Changed: error_reporting configuration parameter no longer editable when using Apache2 ITK httpd server impl.\n    Fixed: admin/settings.php menu state is not saved\n    Fixed: Customer's PHP settings must be synchronized when updating PHP permissions of their resellers\n    Fixed: Don't thrown an exception on parse_url error, send a 404 response instead (plugins.php)\n    Fixed: Slow DOM content loading due to some built-in functions override (imscp.js)\n    Fixed: Missing or bad IP check when adding or editing client account (reseller)\n    Fixed: Wrong alternative names in self-signed SSL certificates\n    Fixed: Wrong edit link for domain alias DNS record (external mail DNS record)\n    Removed: Default PHP configuration options - admin level (see errata file)\n    Removed: Hosting plan feature - admin level (see errata file)\n\nINSTALLER\n    Added: Allow to specify package version to install in distribution package files\n    Added: Conflict for procmail package to force its removal when running i-MSCP installer\n    Added: Conflict for sasl2-bin package to force its removal when running i-MSCP installer (we don't need saslauthd)\n    Added: Default administrator email in aliases(5) table for local root user (e.g. root: <default_admin_email>)\n    Added: Routine for upgrading SQL server system tables when necessary (e.g. MySQL Community Server)\n    Added: Support for MySQL 5.6.x/5.7.x, Percona 5.7 and MariaDB 10.1 when available (see errata file)\n    Added: Support for Ubuntu 16.04 (Xenial Xerus)\n    Added: verbose command line option\n    Fixed: Could not type new password when reconfiguring service SQL users due to non-printable characters\n    Fixed: Dependencies problems when switching to another SQL server vendor\n    Fixed: Don't ask admin for SQL root password when not needed (package maintainer script)\n    Fixed: Don't ask admin for data directory (/var/lib/mysql) removal (package maintainer script)\n    Fixed: Do not try to receive/download repository gpg key if already present\n    Fixed: Missing source repositories in APT sources.list\n    Fixed: Output from imscp-rqst-mngr must be shown on stdout when verbose mode is enabled (only with noprompt)\n    Removed: Support for Ubuntu 15.04 (Vivid Vervet) - Not an LTS version\n\nPLUGINS\n    Added: registerSetupListeners() function call to allow the plugins to listen on servers/packages installation events\n    Updated: API version to 1.0.2\n\nYOUTRACK\n    #IP-0582 PHP editor - PHP configuration levels (per_user, per_domain and per_site) are ignored\n    #IP-1289 ProFTPD with TLS behind NAT - Local IP masquerading and passive port range\n    #IP-1397 MySQL \"SET PASSWORD\" deprecated in version 5.7.6\n    #IP-1453 The before/after HttpdAddIps events are not always triggered\n    #IP-1466 IP change causes SSL error\n    #IP-1482 Add support for MySQL 5.6.x/5.7.x using MySQL Team repositories\n    #IP-1483 Perl 5.22 - Unescaped left brace in regex is deprecated\n    #IP-1486 Do not place order when a domain alias is created by a mutated user\n    #IP-1487 A parent domain owner must not be able to create a subdomain if already used as main domain or domain alias\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.11\n------------------------------------------------------------------------------------------------------------------------\n\n2016-01-06: Laurent Declercq\n    RELEASE i-MSCP 1.2.11\n\nBACKEND\n    Fixed: Could not remove service (wrong return value)\n    Fixed: iMSCP::Rights::_set: cmod: cannot access '/etc/courier/dhparams.pem' : No such file or directory\n    Fixed: Missing variable in sprintf statement (iMSCP::Dir)\n    Fixed: Optionnal options must be passed-in to onLoadTemplate listeners (httpd server impls.)\n\nCONFIG\n    Removed: ProxyErrorOverride parameter which was introduced in version 1.2.10 (Unexpected 503 errors +++)\n\nPLUGINS\n    Updated: API version to 1.0.1\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.10\n------------------------------------------------------------------------------------------------------------------------\n\n2015-12-27: Laurent Declercq\n    RELEASE i-MSCP 1.2.10\n\nFRONTEND\n    Fixed: 404 error on user statistics page (reseller level)\n    Fixed: Wrong issue tracker links in admin/database_update.php\n\nBACKEND\n    Fixed: Could not restore domain (undefined variable)\n    Fixed: Missing parameter for onLoadTemplate event (imscp.cnf)\n\nYOUTRACK\n    #IP-1386 Length of password generator is hardcoded\n    #IP-1388 phptmp removed on client update\n    #IP-1391 imscp_panel service can fail to start/restart when the APCU PHP extension is installed\n    #IP-1393 Unable to disable backup feature for existing domains\n    #IP-1394 httpd-logs-mngr starts before mysql.server started\n    #IP-1396 Deletion of a subdomain which has '/' as mount point deletes all web folders\n    #IP-1401 Courier pop3-ssl and imap-ssl don't work with Windows 10\n    #IP-1406 File not found - false error template\n    #IP-1417 When changing hostname using the panel_hostname reconfiguration option, The SSL dialog should be triggered\n    #IP-1452 pTemplate - reset static variable $_root_dir in /client/cert_view.php\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.9\n------------------------------------------------------------------------------------------------------------------------\n\n2015-07-03: Laurent Declercq\n    RELEASE i-MSCP 1.2.9\n\nBACKEND\n    Added: Dedicated server implementation for remote SQL server\n    Added: NAMED_BNAME (named binary name) configuration parameter - Named (Bind9) server impl.\n    Changed: Customers have now a full read access to their http logs, including those which were rotated\n    Changed: Domain's logs are now mounted in customer's logs folder using bind mount instead of being copied\n    Fixed: closedir() attempted on invalid dirhandle DIRH at line 312 (iMSCP::Dir)\n    Fixed: Due to logs rotation, some httpd logs are never copied into customer's log folders\n    Fixed: File /etc/mysql/conf.d/imscp.cnf not loaded when using Percona DB server due to missing /etc/mysql/my.cnf file\n    Fixed: POP3 SSL and IMAP SSL services must be disabled when SSL is disabled for the services - Courier server impl.\n    Fixed: The .my.cnf file is no longer used and thus, must be removed\n    Fixed: Set timezone according TIMEZONE configuration parameter (iMSCP::Bootstrapper::boot())\n    Rewritten: iMSCP::Dir library\n\nCONFIG\n    Added: ADM_GROUP configuration parameter\n    Added: courier-authdaemon init script - Status command from init script provided by Debian/Ubuntu do not work\n    Added: mysql.data configuration file\n    Added: percona 5.5/5.6 in Debian Jessie package file\n    Added: percona 5.5/5.6 in Ubuntu Vivid Vervet package file\n    Added: Respawn limit for imscp_daemon and imscp_panel upstart jobs\n    Added: TIMEZONE configuration parameter\n    Removed: TLS cipher suite - Setting TLSProtocol TLSv1 is sufficient to protect against poodle attack (ProFTPD)\n    Removed: PHP_TIMEZONE parameter (replaced by global TIMEZONE parameter)\n\nCONTRIB\n    Added: Script which allow to test services for poodle vulnerability (poodle.sh)\n\nFRONTEND\n    Fixed: Domain limit is not updated when a domain is being deleted (reseller level)\n    Fixed: Opcode cache must be cleared when the languages index is rebuilt\n\nINSTALLER\n    Added: Progress info for i-MSCP composer packages (dialog)\n    Added: timezone item for the reconfigure command line option (Allow to setup global timezone)\n    Fixed: Invalid version format (non-numeric data) when updating from an RC release\n\nYOUTRACK\n    #IP-0792 Allow customers to see real-time http access and error logs\n    #IP-1362 Incorrect PHP temporary directory path in subdomain's vhost files - Apache2 ITK server impl.\n    #IP-1363 Unable to suspend customer account\n    #IP-1364 Custom DNS records are lost when editing domain properties\n    #IP-1371 Bug - When removing domain alias, the vhost link in /etc/apache2/sites-enabled is not removed\n    #IP-1373 Compliance with RFC 2142 - Add a hostmaster address by default\n    #IP-1374 Allows reuse of same SQL username for i-MSCP managed services such as phpmyadmin, proftpd...\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.8\n------------------------------------------------------------------------------------------------------------------------\n\n2015-06-20: Laurent Declercq\n    RELEASE i-MSCP 1.2.8\n\nBACKEND\n    Fixed: Unable to disable domain name (Apache2 FCGID server implementation)\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.7\n------------------------------------------------------------------------------------------------------------------------\n\n2015-06-19: Laurent Declercq\n    RELEASE i-MSCP 1.2.7\n\nBACKEND\n    Fixed: BASE_SERVER_VHOST placeholder is not replaced in vhost files (httpd server implementations)\n    Fixed: Unable to delete domain alias - Can't locate object method _getSharedMountPoints via package Modules::Alias\n    Fixed: Unable to delete subdomain - Can't locate object method _getSharedMountPoints via package Modules::Subdomain\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.6\n------------------------------------------------------------------------------------------------------------------------\n\n2015-06-18: Laurent Declercq\n    RELEASE i-MSCP 1.2.6\n\nBACKEND\n    Changed: Primary phptmp directory is now used by all PHP sites\n    Fixed: Wrong TMPDIR set in fcgi starter script for domains which use mount point of another domain\n    Fixed: Wrong TMPDIR set in pool configuration files for domains which use mount point of another domain\n    Fixed: Wrong TMPDIR set in php.ini configuration files for domains which use mount point of another domain\n    Removed: BASE_SERVER_VHOST BASE_SERVER_VHOST_PREFIX and WWW_DIR data - Modules::Alias::_getHttpdData()\n    Removed: BASE_SERVER_VHOST BASE_SERVER_VHOST_PREFIX and WWW_DIR data - Modules::Domain::_getHttpdData()\n    Removed: BASE_SERVER_VHOST BASE_SERVER_VHOST_PREFIX and WWW_DIR data - Modules::SubAlias::_getHttpdData()\n    Removed: BASE_SERVER_VHOST BASE_SERVER_VHOST_PREFIX and WWW_DIR data - Modules::Subdomain::_getHttpdData()\n    Removed: Useless deletion of the vlogger entries by the HTTPD server impl. when a domain is deleted - Those entries\n        are automatically deleted by the imscp-vrl-traff script\n\nDATABASE\n    Fixed: Mysql IGNORE extension doesn't work with Fast Index Creation (MySQL Bug #40344)\n    Fixed: MySQL IGNORE extension is deprecated as of MySQL 5.6.17\n    Fixed: Possible duplicate entries when adding UNIQUE constraints\n\nFRONTEND\n    Changed: Increased number of items to display by default in data tables (previous value was 5, it is now 10)\n\nYOUTRACK\n    #IP-1358 Admin's tickets can't be deleted due to an additional quotation-mark in the template\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.5\n------------------------------------------------------------------------------------------------------------------------\n\n2015-06-14: Laurent Declercq\n    RELEASE i-MSCP 1.2.5\n\nBACKEND\n    Fixed: Bad SQL query which leads to orphaned entries in the admin table, and which is the cause of several side\n        effects such as many bad request errors (e.g: when editing a reseller, or when accessing its statistics...)\n    Fixed: Usage of portable syntax over Bash 4 syntax (I/O Redirection)\n    Fixed: Wrong syntax for the nice command (at several places)\n\nCONFIG\n    Fixed: Missing paths in PATH environment variable for cron tasks\n\nDATABASE\n    Fixed: Do not try to remove inexistent indexes +++\n\nFRONTEND\n    Fixed: Don't add the default ports (80/443) in notifications when not needed (e.g: when using PanelRedirect plugin)\n    Fixed: ID mismatch when the created_by field of a reseller is unknown (edit and delete links)\n\ni18N\n    Removed: Untranslated languages - Breton (br), Czech (cz), Galician (gl), Georgian (ka), Hebrew (he_IL),\n        Icelandic (is_IS), Spanish (es), and Serbian (sr)\n\nYOUTRACK\n    #IP-1357 Built in Support Ticket shows wrong URL (missing Control Panel Port)\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.4\n------------------------------------------------------------------------------------------------------------------------\n\n2015-06-12: Laurent Declercq\n    RELEASE i-MSCP 1.2.4\n\nBACKEND\n    Fixed: Both CPU and I/O priorities must be reduced to mitigate high load and latencys (backup scripts)\n    Fixed: Depending on the context, some service providers are not initialized\n    Fixed: Removed warning for inexistent mail directories (backup script)\n    Fixed: Services are started instead of being reloaded when already running (iMSCP::Provider::Service::Upstart)\n    Fixed: Undefined domain_status field (Modules::Domain)\n    Fixed: Warnings must not be turned into errors (backup script)\n    Fixed: Wrong return value on failure (request manager)\n\nCONFIG\n    Added: courier-authdaemon init script - Init script provided by Ubuntu do not work (Ubuntu only)\n    Added: ProxyTimeout setting into 00_nameserver.conf Apache2 configuration file\n    Added: types_hash_max_size setting in nginx.conf configuration file\n\nFRONTEND\n    Added: Cache support for navigation translation files\n    Fixed: Unable to set language\n\nPACKAGES\n    Fixed: users.mail_host field must be set to 'localhost' (Package::Webmail::Roundcube::Installer)\n\nYOUTRACK\n    #IP-1353 i18n issue - Admin / System information not translatable\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.3\n------------------------------------------------------------------------------------------------------------------------\n\n2015-06-07: Laurent Declercq\n    RELEASE i-MSCP 1.2.3\n\nBACKEND\n    Added: Custom DNS module (Modules::CustomDNS)\n    Added: Mail support in backup feature\n    Added: New 'temporary' attribute which allow to override configuration values temporarily (iMSCP::Config)\n    Added: onBeforeSetPluginStatus event (Modules::Plugin)\n    Added: PHP_FCGI_CHILDREN, PHP_FCGI_MAX_REQUESTS and PHP_VERSION configuration parameters (apache_fcgid)\n    Added: Service providers (Sysvinit, Upstart and Systemd)\n    Changed: Perl version >= 5.14.2 is now required\n    Changed: Service configuration files are now lazy-loaded\n    Fixed: Any task which belongs to the custom DNS records layer must not involve HTTPD configuration change\n    Fixed: Bind9 must not be restarted each time a DNS zone is updated. A simple reload is sufficient\n    Fixed: Force usage of search path when executing external commands\n    Fixed: Frontend http port must be added in server traffic accounting\n    Fixed: In some contexts, configuration files which belongs to subdomains are not regenerated\n    Fixed: Last rotated log file must be processed when log rotation is detected (Servers::mta::postfix::getTraffic())\n    Fixed: Last rotated log file must be processed when log rotation is detected (Servers::po::courier::getTraffic())\n    Fixed: Last rotated log file must be processed when log rotation is detected (Servers::po::dovecot::getTraffic())\n    Fixed: Some errors are not trapped\n    Fixed: When the backend is invoked by the i-MSCP daemon, some paths are missing (iMSCP::ProgramFinder)\n\nCONFIG\n    Added: bind9.service and bind9-resolve.service systemd unit files (Allows to fix #IP-1333 and #IP-1334)\n    Added: imscp_daemon, imscp_network and imscp_panel upstart jobs\n    Added: libbit-vector-perl package in list of pre-required packages (Debian / Ubuntu)\n    Added: libclass-insideout-perl and libscalar-defer-perl in list of pre-required packages (Debian / Ubuntu)\n    Added: php-apc package (Debian < Jessie / Ubuntu < Trusty Thar)\n    Added: Support for Debian Strech (testing)\n    Changed: Install nginx-light package instead of nginx package\n    Fixed: Merged apache2 logrotate definitions to mitigate segfault on reload\n    Fixed: Wrong TMPDIR path (php5-fpm)\n    Removed: INIT_SCRIPTS_DIR, SERVICE_INSTALLER, SERVICE_MNGR, IMSCP_DAEMON_SNAME, IMSCP_NETWORK_SNAME and\n        IMSCP_PANEL_SNAME configuration parameters\n    Removed: mariadb 5.5 from Debian Jessie package file (replaced by mariadb 10.0)\n    Renamed: FCGI starter template to php-fcgi-starter (apache_fcgid server impl.)\n\nDAEMON\n    Added: End child syslog message\n    Fixed: Avoid useless 'fork' and 'wait' by using execl() instead of system() (lr_syntax.c)\n    Fixed: warning: ignoring return value of ‘chdir’... (daemon_init.c)\n    Updated: Version to 1.2.3\n\nDATABASE\n    Added: domain_dns_status field in domain_dns table (Custom DNS record status field)\n    Added: plugin_config_prev field in plugin table (Plugin previous configuration field)\n    Added: Unique constraint on server_traffic.traff_time column to avoid duplicate time periods\n    Fixed: Missing unique constraint for mail_users entities (added unique constraint on mail_users.mail_addr)\n\nDISTRIBUTIONS\n    Added: Support for Ubuntu Vivid Vervet (Not an LTS version but this is the first with full systemd support)\n    Removed: Support for Debian Squeeze (6.x) - Do not fit with new i-MSCP requirements (Perl version is too old)\n    Removed: Support for Ubuntu Lucid Lynx (10.04 LTS) - EOL as per April 30, 2015 (Server version)\n\nFRONTEND\n    Added Custom DNS items in debugger interface (admin level)\n    Added: Mail support in backup feature\n    Added: Path to openssl.cnf file into php.ini file\n    Added: ntr() function for plural support (i18n)\n    Changed: Stores the Github payload as json file instead of PHP file (iMSCP_Update_Version::getUpdateInfo())\n    Fixed: Client domain management page must not be hidden even if customer cannot add domain aliases and subdomains\n    Fixed: Do not fetch more data than needed from GitHub (iMSCP_Update_Version::getUpdateInfo())\n    Fixed: Force reload of newest mail body footprint file (iMSCP_Exception_Writer_Mail::onUncaughtException())\n    Fixed: Html in title attribute must not be auto-escaped by jQueryUI tooltip\n    Fixed: Translate the INADDR_ANY (0.0.0.0) IP address to 'Any' (Services status)\n    Fixed: Self-signed SSL certificates - serial numbers must be unique\n    Improved: Translations strings entries can now be accessed as object properties (i18n_getJsTranslations())\n    Removed: imscp_delete_opcode_file() and imscp_clear_opcode_cache() functions\n\nINSTALLER\n    Added: Debug output when installer is run with --noprompt and --debug options\n    Added: package_conflict field which allows to declare conflicting package that must be pre-removed\n    Added: repository_conflict attribute which allows to declare a conflicting repository that must be removed\n    Added: Update notices\n    Fixed: Ensure that all required services are enabled\n    Fixed: Missing Email::Simple Perl module (no longer required)\n    Fixed: Use of uninitialized value $dbPass in string (imscp/engine/setup/imscp-setup-methods.pl line 482)\n    Fixed: Wrong package name in preseed file (RainLoop)\n\nPACKAGES\n    Fixed: Missing return statement on database update error (Package::Webmail::Roundcube::Installer)\n    Renamed: Fcgid starter template to php-fcgi-starter (FrontEnd)\n\nPLUGINS\n    Added: iMSCP_Plugin::getConfigPrev() and iMSCP_Plugin::getConfigPrevParam() methods\n    Added: require_api info field (field which allows the plugins to define the required i-MSCP plugin API version)\n    Changed: info, config and config_prev fields are now automatically decoded and set as plugin properties (backend)\n    Fixed: Force reload of newest plugin info file (iMSCP_Plugin::getInfo())\n    Fixed: Force reload of newest plugin configuration file (iMSCP_Plugin::getConfigFromFile())\n    Fixed: Opcode cache is not correctly resetted on plugin list update\n    Updated: API to version 1.0.0\n\nSKELETON\n    Removed: Link to the panel in default index.html files (panel must not be publicly exposed)\n    Fixed: Wrong link for favicon in error pages\n\nSERVICES\n    Added: Log summary message on TLS handshake completion (Postfix)\n    Fixed: Apache access.log files are put in wrong directory (vlogger)\n    Fixed: Disable warnings about missing SPF DNS record (As per RFC 7208, SPF DNS record is deprecated - Bind9)\n\nYOUTRACK\n    #IP-0321 When a customer deletes a domain alias, all related entities must be automatically deleted\n    #IP-1082 net2ftp SSL Bug - http scheme badly detected - Missing HTTPS server variable\n    #IP-1257 Self-signed SSL certificate - SHA256 should be used in place of SHA1\n    #IP-1275 Apache access logs are created in /<domain.tld>\n    #IP-1279 Autoresponder - Unable to get message body\n    #IP-1286 IP attachment fails on reboot (Ubuntu)\n    #IP-1292 Files from a previous plugin version must be kept if the new plugin version is not compatible\n    #IP-1314 Custom DNS SRV record - Missing TLS protocol\n    #IP-1315 Defect - Statistics overview with special characters breaks view\n    #IP-1323 Invalid query result column used in change_domain_status() function\n    #IP-1327 Unable to add subdomain (subals) - An error occurred while reading flags on ...\n    #IP-1330 Proftpd - Unable to connect to i-MSCP database\n    #IP-1332 nginx / nginx-light package configuration fail which result to i-MSCP installation failure\n    #IP-1333 Local resolver not added into resolv.conf file\n    #IP-1334 Jessie - Bind9 options from /etc/default/bind9 file are ignored\n    #IP-1340 The public/tools/filemanager folder is not removed\n    #IP-1345 MySQL - Do not touch the local /root/.my.cnf file\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.2\n------------------------------------------------------------------------------------------------------------------------\n\n2015-02-12: Laurent Declercq\n    RELEASE i-MSCP 1.2.2\n\nBACKEND\n    Fixed: Invalid argument at /usr/share/perl5/MIME/Entity.pm line 1878 (autoreply script)\n    Fixed: Wrong sqld server name\n    Fixed: Vlogger - High CPU usage\n\nFRONTEND\n    Fixed: Wrong URL in default email templates (Missing port)\n    Updated: Logo and CSS\n\nINSTALLER\n    Added: panel_ports item for the --reconfigure command line option\n    Fixed: Encoding issue when running installer through SSH with PuTTY\n\nPACKAGES\n    Added: Ports dialog (FrontEnd package)\n    Fixed: Several event listeners are registered too late (regression fix)\n    Fixed: Awstats section not added in vhost files\n\nPLUGINS\n    Updated: API to version 0.2.17\n\nYOUTRACK\n    #IP-1259 Layout - Text goes out of statistic bar\n    #IP-1263 Access to statistics (Awstats) is broken - 404 error\n    #IP-1267 Double-quotes in the Dovecot SQL user's password must be escaped\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.1\n------------------------------------------------------------------------------------------------------------------------\n\n2015-02-06: Laurent Declercq\n    RELEASE i-MSCP 1.2.1\n\nBACKEND\n    Added: Checks for a2enconf/a2disconf command availability\n    Added: -h (help) short option (iMSCP::Getopt module)\n    Fixed: Composer cache is not cleared correctly\n    Fixed: LC_MESSAGES has not expected effect in backend's scripts\n    Fixed: Module's actions are called twice\n    Fixed: Postfix not restarted in some contexts (Missing iMSCP::Service module)\n    Fixed: Useless instantiation of servers\n    Fixed: Wrong umask when the imscp-rqst-mngr script is run through the i-MSCP Daemon\n    Moved: Local DNS resolver question into bind9 installer\n    Removed: Deprecated IMSCP_CLEAR_SCREEN environment variable\n    Removed: imscp-local-dns-resolver script (The bind9 initscript invokes resolvconf itself)\n    Removed: policyd-weight and postgrey (Postfix SMTP access policy delegation)\n\nCONFIG\n    Added php5-json package (Debian Jessie)\n    Moved: Local DNS resolver parameters from the imscp.conf file to the bind.data configuration file\n\nDAEMON\n    Fixed: Messages must not be hardcoded in functions\n    Fixed: Restart of some services fail when the backend (imscp-rqst-mngr) is run through the daemon\n    Updated: Version to 1.2.2\n\nDISTRIBUTIONS\n    Changed: Dovecot is now installed using packages from backports repository (Squeeze, Wheezy)\n    Changed: Postfix is now installed using package from backports repository (Squeeze, Wheezy)\n\nFRONTEND\n    Added: Support for eAccelerator, XCache and ZendOptimizerPlus opcode caches\n    Fixed: Usage of autoloader instead of require_once\n    Fixed: Wrong classname iMSCP_Listener (should be iMSCP_Events_Listener)\n    Fixed: Wrong classname iMSCP_Listener_PriorityQueue (should be iMSCP_Events_Listener_PriorityQueue)\n\nINSTALLER\n    Fixed: Dovecot packages installation fail when no SSL certificate is generated\n    Fixed: Length of SQL's usernames and passwords is not validated (they must be at least 6 characters long)\n    Fixed: Migration from Courier to Dovecot is broken (courier-dovecot-migrate.pl is run with a wrong option)\n    Fixed: php5enmod command throws an error when a PHP module is missing (PHP5.4)\n    Fixed: rsync: failed to set times on \"/var/www/virtual\": Operation not permitted (1)\n    Fixed: Unable to define custom APT repository without key (Debian, Ubuntu)\n    Removed: 'resolver' configuration item (local DNS resolver question is now part of 'named' configuration item)\n    Renamed: 'webmail' configuration item to 'webmails' (--reconfigure command line option)\n\nPACKAGES\n    Added: RainLoop package (alternative webmail)\n    Changed: Installation of webmail package is now optional\n    Fixed: Length of SQL's usernames and passwords is not validated (they must be at least 6 characters long)\n    Fixed: Single quotes in sql usernames must be escaped in configuration files (PhpMyAdmin, Roundcube)\n    Fixed: The force-reinstall installer command line option shouldn't be ignored by package installers\n    Fixed: The skip-distro-packages installer command line option shouldn't be ignored by package installers\n    Updated: logresolvmerge.pl script from Awstats package to version 1.2 (build 20140126)\n    Updated: Pydio (formely AjaxPlorer) package installer according new upstream release (6.x)\n\nPLUGINS\n    Fixed: Plugins that don't implement an API method which is being executed must not be instantiated\n    Fixed: Plugin uninstall() method must stay optional, even if the install() method is implemented\n    Updated: API to version 0.2.16\n\nYOUTRACK\n    #IP-1205 Good practices - Use \"-h\" as abbrev for \"--help\" (instead of \"-?\")\n    #IP-1206 Good practices - Install resolvconf only when bind9 is also installed\n    #IP-1207 Defect - DataTable - Sorting not functional for data strings containing numeric values\n    #IP-1208 Task - Untranslatable string\n    #IP-1209 Cosmetics - Data usage bar glitches on 4k screens\n    #IP-1217 Defect - Faulty cron for removing old backend logs\n    #IP-1223 Bug - Admin log shows server IP instead of user IP\n    #IP-1225 iMSCP::Service - Dovecot take more than 5 seconds to start in some contexts\n    #IP-1226 Panel maintenance mode: text message error\n    #IP-1227 Page reseller statistics shows the same max/curr traffic/disk for all resellers\n    #IP-1228 Adding SSL-certificate causes undefined index warning\n    #IP-1229 Courier - CRAM-MD5 authentication not enabled by default\n    #IP-1230 RFC 7208 states that DNS SPF shoudln't be used anymore\n    #IP-1233 Autoresponder script (imscp-arpl-msgr) cannot write in /var/log/imscp/imscp-arpl-msgr\n    #IP-1234 IPv6 addresses causes exception\n    #IP-1235 Cosmetics - Reseller overview - Exception in domain status breaks the layout\n    #IP-1238 Question mark information box not functioning when switching page\n    #IP-1239 SSL Certificate - Usage of CA certificates as provided by OS for validation\n    #IP-1240 Statistics wrong (too high) - only admin values\n    #IP-1241 Allow customers to generate self-signed SSL certificate for their domains through the frontEnd\n    #IP-1246 PHP modules - Priority order - Priority is not honored in some contexts\n    #IP-1247 Apache2 - vlogger - failed unexpectedly\n    #IP-1251 Bug - per_user/per_domain settings - wrong domains/paths in php.ini\n    #IP-1252 Unable to add SSL certificate in some contexts\n    #IP-1256 Backup script - The SQL root password is shown in processes table\n\n------------------------------------------------------------------------------------------------------------------------\n1.2.0\n------------------------------------------------------------------------------------------------------------------------\n\n2014-12-30: Laurent Declercq\n    RELEASE i-MSCP 1.2.0\n\nBACKEND\n    Added: FETCH_MODE option in iMSCP::Database::mysql\n    Added: iMSCP::ProgramFinder module which allow to test whether programs are available on the executable search path\n    Added: iMSCP::Service module for service management (start, stop, restart, reload, status)\n    Added: Methods which allow to enable/disable apache conffiles from the conf-available directory (Apache 2.4.x)\n    Added: pigz (Parallel Implementation of GZip) algorithm for backups compression\n    Added: Standard directory which allow to load apache conffiles prior any other vhost file (Apache)\n    Added: --verbose command line options for all scripts\n    Changed: i-MSCP frontEnd is now run through a dedicated httpd instance by using the nginx Web server\n    Changed: Logfiles are now written as soon as possible (allows to mitigate memory consumption)\n    Changed: The quota accounting script is now run every 30 minutes\n    Fixed: Backend logs which are older than 7 days are never removed\n\nCONFIG\n    Fixed: The time at which the backup script must be run is no configurable\n    Renamed: /etc/imscp/hooks.d directory to /etc/imscp/listeners.d\n    Removed: Roundcube configuration directory (now shipped with the roundcube package)\n\nDAEMON\n    Fixed: The server traffic must be collected before any stopping attempt (imscp_network)\n\nDISTRIBUTIONS\n    Removed: Support for obsolete Ubuntu versions (Quantal Quetzal, Raring Ringtail, Saucy Salamander)\n\nDOCS\n    Updated: INSTALL files\n\nFRONTEND\n    Changed: The frontEnd is now reachable through dedicated Web server (Nginx)\n    Changed: The frontEnd is now reachable through dedicated http ports (default is 8080 for http and 4443 for https)\n\nINSTALLER\n    Added: panel_hostname, system_hostname, panel_ssl and services_ssl reconfiguration items\n    Moved: Control panel hostname and SSL dialogs into FrontEnd installer\n    Renamed: hostname configuration item to hostnames\n    Renamed: Option --hook-file to --listener\n    Fixed: Prevent start of apache2 service by package manager using policy layer interface\n    Fixed: Unable to handle i-MSCP services (start/restart/stop...) on systems using systemd (e.g Jessie)\n\nPACKAGES\n    Updated: Roundcube installer according new roundcube version (1.0.3)\n\nUNINSTALLER\n    Added: Backend exec mode (uninstall)\n\nYOUTRACK\n    #IP-1123 Review - PHP session handling\n    #IP-1122 Defect - Network traffic passing through the loopback interface shouldn't be monitored\n    #IP-1146 Bug - Server statistics script is broken\n\n------------------------------------------------------------------------------------------------------------------------\nOlder release series\n------------------------------------------------------------------------------------------------------------------------\n\nSee ./docs/Changelog-x.x.x files\n"
  },
  {
    "path": "docs/Changelog-1.3.x",
    "content": "i-MSCP ChangeLog\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.16\n------------------------------------------------------------------------------------------------------------------------\n\n2017-01-07: Laurent Declercq\n    RELEASE i-MSCP 1.3.16\n\nINSTALLER\n    Fixed: Default value for the `DATABASE_USER_HOST' parameter cannot be a local host when using SQL remote server\n    Fixed: iMSCP::Dialog::InputValidation::isNotEmpty() validation method always return true, causing unexpected results\n    Fixed: iMSCP::Dialog::InputValidation::isValidPassword() validation method always return true, causing security hole\n           due to acceptance of empty passwords\n\nPACKAGES\n    Review: Configuration files are no longer lazy-loaded\n\nSERVERS\n    Fixed: Could not create SQL user (MariaDB, Percona and remote server implementations)\n    Review: Configuration files are no longer lazy-loaded\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.15\n------------------------------------------------------------------------------------------------------------------------\n\n2017-01-05: Laurent Declercq\n    RELEASE i-MSCP 1.3.15\n\nCONFIGS\n    Fixed: Unexpected wide character in 00_nameserver.conf Apache2 conffile, causing memory leak\n\nBACKEND\n    Added: iMSCP::Mount::getMounts() function\n    Added: Missing iMSCP::Config::DESTROY() method\n    Fixed: Could not delete domain due to duplicate mounts (See #IP-1679)\n    Fixed: Don't attempt to flush() when tied file is readonly or when deferred writing is disabled (iMSCP::Config)\n    Fixed: Recursion must be optional in iMSCP::Mount::umount() (iMSCP::Mount)\n    Removed: Unwanted `nofail' option in iMSCP::Bootstrapper library\n    Removed: Unwanted `nofail' option in iMSCP::Config library\n\nDISTRIBUTIONS\n    Fixed: `/etc/mtab' file not a symlink to `/proc/mounts', leading to duplicate mounts (See #IP-1679)\n    Removed: libdata-validate-domain-perl package from package files (provided module version 0.10 is too old)\n\nFRONTEND\n    Fixed: Discard forwarded domains from list of shareable mount points\n    Fixed: Unexpected error `VirtualFileSystem: Could not list directory' when editing a forwarded domain, alias or subdomain\n\nINSTALLER\n    Added: `admin_credentials' and `admin_email' reconfiguration items\n    Added: iMSCP::Dialog::InputValidation library for ease of user input validation\n    Added: preInstall() and postInstall() methods (autoinstaller::Adapter::AbstractAdapter)\n    Enhancement: Try to guess WAN IP using ipinfo.io Web service\n    Removed: `afterPreBuild', `beforeBuild' and `beforePostBuild' events\n    Renamed: `beforeInstall' event to `preInstall` and `afterInstall' event to `postInstall`\n    Renamed: `beforePreBuild' event to `preBuild', and `afterBuild' event to `postBuild'\n\nSERVERS\n    Fixed: Path must be cleaned before use in regexes (HTTPD servers)\n    Fixed: Skip cleanup of custom.conf.tpl, index.html, vlogger.conf.tpl and php-fcgi-starter conffiles (HTTPD servers)\n\nVENDOR\n    Added: Data::Validate::Domain Perl module version 0.14\n    Updated: Capture::Tiny Perl module from version 0.40 to version 0.44\n    Updated: Net::Domain::TLD Perl module from version 1.74 to version 1.75\n\nYOUTRACK\n    #IP-1679 Duplicate bind mounts leading to un-deletable Web folders (Ubuntu < 16.04)\n    #IP-1680 UTF-8 characters get corrupted on template processing (on web folder skeleton files)\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.14\n------------------------------------------------------------------------------------------------------------------------\n\n2016-12-27: Laurent Declercq\n    RELEASE i-MSCP 1.3.14\n\nFRONTEND\n    Review: Database connection initialization\n\nSERVERS\n    Fixed: Missing shebang in php-fcgi starter scripts, leading to 500 errors (apache_fcgid)\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.13\n------------------------------------------------------------------------------------------------------------------------\n\n2016-12-26: Laurent Declercq\n    RELEASE i-MSCP 1.3.13\n\nBACKEND\n    Fixed: Strings with code points over 0xFF may not be mapped into in-memory file handles\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.12\n------------------------------------------------------------------------------------------------------------------------\n\n2016-12-25: Laurent Declercq\n    RELEASE i-MSCP 1.3.12\n\nBACKEND\n    Fixed: Could not write log files for the Modules::Htaccess module due to possible slash in names\n    Fixed: Missing flush() method to return underlying tied array to immediate-write mode (iMSCP::Config)\n    Fixed: Several encoding issues (wide characters)\n    Fixed: Unless otherwise stated, config object must die when accessing a non-existent parameter (iMSCP::Config)\n\nINSTALLER\n    Fixed: Failure when there are wide characters outputted to a filehandle for which utf8 layer is not set\n    Fixed: Possible corruption of server/package configuration files\n\nLISTENERS\n    Fixed: Servers::httpd config is loaded too early in 10_apache2_dualstack.pl\n\nSERVERS\n    Fixed: Usage of rewrite engine for setting up FCGI handlers leads to many troubles (apache2_php_fpm server)\n    Review: Remove any comment and empty lines in production configuration files (Http server impl.)\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.11\n------------------------------------------------------------------------------------------------------------------------\n\n2016-12-22: Laurent Declercq\n    RELEASE i-MSCP 1.3.11\n\nFRONTEND\n    Fixed: Users cannot make new login attempts after a blocking timeout (BruteForce core plugin)\n    Fixed: Waiting time between login attempts is never put off, even when expected to be (BruteForce core plugin)\n    Fixed: Wrong parameter passed-in to authentication result (Authentication service class)\n\nINSTALLER\n    Added: `IMSCP_SETUP' environment variable to make any sub-process aware of i-MSCP setup process\n    Fixed: Installation fail on first attempt due to dpkg(1) post-invoke-tasks that are run too early\n\nPACKAGES\n    Fixed: Blowfish secret is too short (Package::PhpMyAdmin::Installer)\n\nSERVERS\n    Fixed: PHP scripts are outputted without even being interpreted when the rewrite engine is disabled in .htaccess files (apache2_php_fpm server)\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.10\n------------------------------------------------------------------------------------------------------------------------\n\n2016-12-19: Laurent Declercq\n    RELEASE i-MSCP 1.3.10\n\nBACKEND\n    Fixed: Bad cipher used in `imscp_common_methods.pl' for decrypting  database password, breaking software installer\n\nFRONTEND\n    Added: Minified version of imscp.js file\n    Fixed: Could not assign/un-assign htgroup (Protected area feature)\n    Fixed: When creating/editing a htuser, credentials are not written in .htpasswd file (Protected area feature)\n    Fixed: When deleting htuser, credentials are not removed from the .htpasswd file (Protected area feature)\n    Fixed: Wrong SQL statement leading to 400 error page (Protected area feature)\n\nPLUGINS\n    Fixed: Do not register listeners provided by a plugin that is not yet known by the plugin manager\n\nSERVERS\n    Fixed: Rewrite rules put in .htaccess files are never applied in some contexts (apache2_php_fpm server impl.)\n\nYOUTRACK\n    #IP-1678 Protected area feature - Several issues with htusers/htgroups\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.9\n------------------------------------------------------------------------------------------------------------------------\n\n2016-12-16: Laurent Declercq\n    RELEASE i-MSCP 1.3.9\n\nBACKEND\n    Fixed: Prevent replacement of Apache2 variables in vhost files (iMSCP::TemplateParser)\n    Fixed: Wrong substitution for deleted mount points (iMSCP::Mount)\n\nFRONTEND\n    Added: iMSCP_Authentication_AuthEvent class (Represent authentication event passed-in to listeners)\n    Added: `onSharedScriptStart' and `onSharedScriptEnd' events\n    Added: Static info in custom DNS management interface explaining rules for substitution with $ORIGIN (Custom DNS)\n    Added: Support for DNS NS resource record - only allowed for subzone delegation (Custom DNS)\n    Changed: Authentication service class now expects an authentication result object pulled from authentication event\n    Changed: FTP chooser script (ftp_choose_dir.php) is now a shared script (previously, it was a client script)\n    Fixed: A backend request must be triggered when a customer password is being updated by the administrator (Admin level)\n    Fixed: Authentication data (htuser(s)/htgroup(s)) must remain selected upon errors (Protected area form)\n    Fixed: Could not install a new software instance due to a bad check on installation path (Software installer)\n    Fixed: Default (credentials) authentication handler must not stop propagation of authentication event on failure\n    Fixed: Favicon not loaded in some browsers, specially MSIE\n    Fixed: Installation of a new software instance on forwarded domains must be prohibited (Software installer)\n    Fixed: Installation of a new software instance outside of the document root must be prohibited (Software installer)\n    Fixed: MCRYPT extension is being deprecated in PHP 7.1.x and will be removed in PHP 7.2.x (replaced by openssl)\n    Fixed: Missing check on FTP user owner while editing (Ftp user edit form - Security flaw)\n    Fixed: Missing check on Htuser(s)/Htgroup(s) owner while editing (Protected area form - Security flaw)\n    Fixed: Password hash is not updated on customer password change (Reseller level)\n    Fixed: Reseller cannot edit DocumentRoot of domain aliases (Reseller alias edit form)\n    Fixed: Several layout issues in admin/software_rights.tpl (Software installer)\n    Fixed: Several layout issues in client/software_view.tpl (Software installer)\n    Fixed: Wrong SQL query leading to an exception (Software installer)\n    Removed: decryptBlowfishCbcPassword() function (replaced by \\iMSCP\\Crypt library)\n\nINSTALLER\n    Fixed: Default timezone badly detected - DateTime::TimeZone object isn't stringifiable\n\nLISTENERS\n    Added: 40_apache2_security_headers.pl listener file for Apache2 security headers - https://securityheaders.io\n    Fixed: 10_proftpd_tuning.pl listener file is broken\n\nMODULES\n    Renamed: Modules::Htusers package to Modules::Htpasswd package\n\nPLUGINS\n    Fixed: Don't load unused data from plugin table (iMSCP_Plugin_Manager)\n    Updated: API version to 1.0.7 (due to changes made in Authentication service class)\n\nSCRIPTS\n    Fixed: Hide DEBUG messages from the imscp-dpkg-post-invoke.pl script when running APT\n    Fixed: Missing `--debug' command line option in several scripts\n\nSECURITY\n    Changed: Usage of AES-256 (Rijndael) algorithm to encrypt data in place of the Blowfish algorithm (see the errata)\n\nSERVERS\n    Fixed: Several issues with ProxyErrorOverride directive. See https://i-mscp.net/index.php/Thread/15502\n\nUPGRADE\n    Dropped: Upgrade support for i-MSCP versions older than 1.1.0 (See the errata)\n\nYOUTRACK\n    #IP-1639 When editing a hosting plan, some PHP INI values are not always those that were set while creation\n    #IP-1640 When editing reseller properties, customers's PHP INI values are updated with incorrect values\n    #IP-1665 Allow underscore in CNAME-record\n    #IP-1666 Could not dump domain.tld when two DNS entries have same name\n    #IP-1667 ITK httpd server implementation - Variables not replaced in vhost template\n    #IP-1671 Backup script - literal error in sql query without visible or negative effect\n    #IP-1672 DocumentRoot no longer editable for domains with shared mount point feature enabled\n    #IP-1676 Input mask during installation when confirmation of password is wrong\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.8\n------------------------------------------------------------------------------------------------------------------------\n\n2016-11-23: Laurent Declercq\n    RELEASE i-MSCP 1.3.8\n\nBACKEND\n    Fixed: Boot mode not set when it is expected to be (iMSCP::Bootstrapper)\n    Fixed: Configuration files must be opened read-only outside of setup context\n    Fixed: Customer SSL certificates are validated twice per add/change actions\n    Fixed: Don't display error messages related to invalid customer SSL certificates while i-MSCP update/reconfiguration\n    Fixed: Lock files must be released before processing of debug messages (dump)\n    Fixed: Wrong provider used while removing services (iMSCP::Service)\n    Review: Merged module data provider methods (All servers/packages are now receiving identical set of data)\n\nFRONTEND\n    Added: Hour and minute fields in message headers (Support Tickets)\n    Changed: Htuser passwords are now hashed using APR-1 algorithm\n    Changed: Panel user passwords are now hashed using APR-1 algorithm (See the errata file for further details)\n    Changed: Usage of HTML textarea tag instead of input tag for data field (Custom DNS interface)\n    Fixed: Any printable ASCII character must be allowed inside TXT record data field (Custom DNS interface)\n    Fixed: Could not list directory when domain alias or subdomain is forwarded (Client side)\n    Fixed: Double-quotes inside a character string of a TXT/SPF data field must be escaped (Custom DNS interface)\n    Fixed: HTML <br> tags not rendered in messages (Support Tickets)\n    Fixed: Ignore user abort while listing directory (VirtualFileSystem)\n    Fixed: It is too hard to differentiate messages (Support Tickets)\n    Fixed: Leading and trailing double-quotes from TXT/SPF data field must be removed before rendering (Custom DNS interface)\n    Fixed: Messages are hard to read because they are greyed (Support Tickets)\n    Fixed: Messages should be displayed in LIFO order (Support Tickets)\n    Fixed: Resellers cannot change customer passwords due to useless verification on the current password\n    Fixed: Tooltips not rendered correctly in some contexts (UI)\n    Removed: cryptPasswordWithSalt(), generateRandomSalt() and _passgen() functions (replaced by \\iMSCP\\Crypt library)\n\nINSTALLER\n    Fixed: Could not set host value to `%' (host from which SQL users created by i-MSCP must be allowed to connect)\n    Review: Prefer IPv4 family (Wget)\n\nLISTENERS\n    Added: 10_frontend_templates_override.pl (Allows to override default frontEnd template files)\n    Added: 10_named_global_ns.pl (Allows to set identical NS entries in all zones)\n    Fixed: DNS entries are always overridden after custom DNS processing (20_named_dualstack.pl)\n    Fixed: Entries not added in Postfix main.cf file (20_postfix_policy_whitelist.pl)\n    Fixed: Typo in package name, leading to compilation failure (20_postfix_policy_whitelist.pl)\n    Fixed: Wrong namespace used for many listeners (Named namespace)\n    Removed: 10_named_override_default_ns_rr.pl (replaced by the all-in-one 10_named_global_ns.pl listener file)\n\nPACKAGES\n    Added: dpkg post-invoke task for updating the `imscp_panel' PHP binary when the system PHP binary is updated (FrontEnd)\n    Changed: Authentication provider for Awstats (Apache mod_authn_file instead of mod_dbd) (AWStats)\n    Fixed: AH01102: error reading status line from remote server 127.0.0.1:8889 (AWStats)\n\nPLUGINS\n    Added: Support for optional build field (versioning)\n    Fixed: Update plugin data when date or build fields are increased\n    Fixed: Ignore user abort while migrating database\n\nSERVERS\n    Added: `PHP_FPM_RLIMIT_FILES\" configuration parameter in php.data configuration file (PHP-FPM)\n    Changed: Calculate SOA serial numbers using GMT timezone (Bind9)\n    Changed: PHP-FPM `rlimit_files' value to avoid the `Too many open files (24)' error on start-up (PHP-FPM)\n    Fixed: Duplicate bind mounts due to unwanted iMSCP::Mount::mount() call (Apache2 FCGID)\n    Fixed: Name server names are badly generated in dual-stack context (Bind9)\n    Fixed: Name server names should be configurable, at least through event listeners (Bind9)\n    Fixed: Only double quotes must be escaped in master SQL user password (Remote SQL server)\n    Fixed: Postfix maps not written in some contexts (especially on error) (Postfix)\n\nSERVICES\n    Fixed: All customer sites running a PHP application get a 503 error when restarting the `imscp_panel service' (related to #IP-1641)\n    Reverted: Changes made regarding #IP-1641 issue (See the issue for further details)\n\nUNINSTALLER\n    Fixed: Global symbol \"$package\" requires explicit package name at imscp-uninstall line 216\n\nYOUTRACK\n    #IP-1641 PHP binary for the imscp_panel service must be updated when the system PHP binary is updated\n    #IP-1649 Domain traffic data missing\n    #IP-1650 When a catchall is deleted, the mailbox used with the catchall is also deleted\n    #IP-1651 Forward URL - The new document root must pre-exists inside the /htdocs directory\n    #IP-1654 Support - Several issues in view ticket interface\n    #IP-1656 Debian Stretch - DBD::mysql - libdbd-mysql-perl requirements\n    #IP-1663 Custom DNS - Could not add TXT-DATA when the character string is longer than 255 characters\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.7\n------------------------------------------------------------------------------------------------------------------------\n\n2016-10-21: Laurent Declercq\n    RELEASE i-MSCP 1.3.7\n\nBACKEND\n    Fixed: Could not remove service (iMSCP::Service)\n\nPACKAGES\n    Fixed: Bareword \"JSON::true\" not allowed while \"strict subs\" in use (MonstaFTP)\n    Fixed: Permissions are not set (any package)\n\nSERVERS\n    Fixed: `TLSProtocol' directive not allowed in global context (ProFTPD)\n\nYOUTRACK\n    #IP-1644 Pydio - Could not write into the AJXP_DATA_PATH folder\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.6\n------------------------------------------------------------------------------------------------------------------------\n\n2016-10-18: Laurent Declercq\n    RELEASE i-MSCP 1.3.6\n\nBACKEND\n    Fixed: Several shadowed and unused variables\n\nFEATURES\n    Added: Editable DocumentRoot (see the errata file for further details)\n\nFRONTEND\n    Added: Events for custom DNS records\n    Added: Show document roots (relative to mount points) on domains_manage.php page (client side)\n    Fixed: Avoid attaching event handler when not necessary (FTP directory chooser)\n    Fixed: Connection must be made through SSL when SSL is enabled for the services (VirtualFileSystem)\n    Fixed: Forbid direct access to the `/tools' directory\n    Fixed: FTP passive mode should be enabled whenever possible (VirtualFileSystem)\n    Fixed: Hide URLs on hover event (FTP directory chooser)\n    Fixed: Lets the applications choose the charset they want use (panel, pma, net2ftp...)\n    Fixed: Make parent directory selectable (FTP directory chooser)\n    Fixed: PhpMyAdmin auto-login doesn't works when connecting through SSL with a self-signed certificate\n    Fixed: Tooltips not initialized in dialog box (FTP directory chooser)\n    Review: Better error handling (VirtualFileSystem)\n\nINSTALLER\n    Added: fix_apache2_mod_proxy_fcgi.sh apache2 post install task (patch and rebuild mod_proxy_fcgi module)\n    Added: Support for package post installation tasks (autoinstaller::Adapter::DebianAdapter)\n    Changed: Usage of iMSCP::Crypt::randomStr() to generate passwords\n    Fixed: Errors from updDB.php script not properly captured\n    Fixed: Making sure that all required PHP modules are enabled by executing php5enmod/phpenmod (regression fix)\n    Fixed: Migration script is always run while reconfiguration, forcing clients to re-download all mails (PO servers)\n    Fixed: Packages such as `Rainloop' remain selected even when they are unchecked in setup dialog\n    Fixed: Preseeding feature is broken - Unable to make unattended installations\n    Fixed: Some PHP modules such as `mcrypt' and `imap' are not enabled after a fresh installation (Ubuntu 14.04)\n    Fixed: The setupSystemDirectories() subroutine is called too early\n\nLISTENERS\n    Added: 10_phpfpm_settings_override.pl (Allows to override PHP-FPM settings in pool configuration files)\n    Fixed: User web directory must be mounted as slave subtree (10_system_mount_userwebdir.pl)\n\nPACKAGES\n    Updated: MonstaFTP package installer for use of Monsta FTP 2.1.x serie\n\nSERVERS\n    Added: SQL query for user iteration through `doveadm' (Dovecot)\n    Fixed: Authorization problems - You don't have permission to access / on this server (Apache2)\n    Fixed: Could not access error documents on error (redirect vhosts) (Apache2)\n    Fixed: Could not list directory when accessing FTP server via localhost, and when passive mode is enabled (ProFTPD)\n    Fixed: Proxy loop caused by the `ProxyErrorOverride' directive (See the errata file for further details) (Apache2)\n    Rewritten: Configuration file (ProFTPD)\n\nSERVICES\n    Changed: Create a symlink instead of copying the system PHP binary for the imscp_panel service (Partially closes: #IP-1641)\n\nYOUTRACK\n    #IP-1633 Disabled domains - All sub-pages should be redirected to the root page instead of sending a 404 HTTP error\n    #IP-1637 Duplicate mount entries in /etc/imscp/mount/mounts.conf\n    #IP-1638 Apache workers not closed on mis-configured vlogger\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.5\n------------------------------------------------------------------------------------------------------------------------\n\n2016-10-01: Laurent Declercq\n    RELEASE i-MSCP 1.3.5\n\nBACKEND\n    Fixed: Changes in version 1.3.4, regarding the modules data immutability, are breaking compatibility with plugins\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.4\n------------------------------------------------------------------------------------------------------------------------\n\n2016-10-01: Laurent Declercq\n    RELEASE i-MSCP 1.3.4\n\nBACKEND\n    Changed: Save CPU time and memory consumption by returning a ref to a readonly hash instead of a hash copy (Modules)\n    Fixed: Avoid to reverse mount entries each time umount() subroutine is called (iMSCP::Mount)\n    Fixed: Don't remove a mount entry if the mount has not been really unmounted (iMSCP::Mount)\n    Fixed: Data provided by modules must be immutable\n\nFRONTEND\n    Fixed: Prevent CloudFlare to obfuscate SQL users by enclosing the select element in <!--email_off--> comment tags\n    Fixed: Previous value for the `forward_type' field not retained on error (reseller/user_add1.php)\n    Fixed: Unknown `START_ID_POS_CHECKED' and `END_ID_POS_CHECKED' tags in sql_user_add.tpl\n\nINSTALLER\n    Added: Documentation link for installer modes\n    Fixed: Error not catched on mount failure\n    Fixed: Avoid usage of rsync command to copy distribution files\n\nLISTENERS\n    Added: 10_mount_userwebdir.pl listener file (Allows to mount USER_WEB_DIR into /var/www/virtual from another place)\n\nPLUGINS\n    Updated: API version to 1.0.6\n\nSERVERS\n    Fixed: Redirects and HSTS sections are not removed in SSL vhost files when they have to be (Apache2)\n    Fixed: Tells the mail clients what are the mailboxes they must use and subscribe by implementing RFC 6154 (Dovecot)\n    Fixed: Unexpected behavior with `disablereuse' parameter set to `Off' (Apache2 mod_proxy)\n    Re-added: ProxyErrorOverride directive in 00_nameserver.conf (Closes: #IP-1406 which has been reopened) (Apache2)\n\nSERVICES\n    Fixed: Mount entries processed in wrong order while stopping service (imscp_mountall)\n\nYOUTRACK\n    #IP-1628 Could not remount /var/www/virtual as shared subtree when /var/www is a separated fs\n    #IP-1630 Proxy Redirect - Restict ports to > 1024 (no system reserved ports)\n    #IP-1632 Email quota accounting is wrong\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.3\n------------------------------------------------------------------------------------------------------------------------\n\n2016-09-24: Laurent Declercq\n    RELEASE i-MSCP 1.3.3\n\nSERVERS\n    Fixed: Can't locate Servers/named/external_server.pm\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.2\n------------------------------------------------------------------------------------------------------------------------\n\n2016-09-24: Laurent Declercq\n    RELEASE i-MSCP 1.3.2\n\nBACKEND\n    Fixed: Allow detection of bind mounts (iMSCP::Mount)\n    Fixed: An IP address must not be added in the interfaces file if already present, even if auto mode is set\n    Fixed: Lock files are never deleted\n    Fixed: Remove any lock on shutdown (iMSCP::Bootstrapper)\n    Fixed: Read mount entries once per run (iMSCP::Mount)\n\nCONFIGS\n    Updated: Request headers in redirect vhosts (Apache2)\n    Removed: /etc/imscp/imscp.old.conf configuration file\n\nCRONJOBS\n    Fixed: run() subroutine is run twice per process (imscp-disable-accounts)\n\nFRONTEND\n    Added: showForbiddenErrorPage() function\n    Fixed: Error on reseller/domain_details.php page; Unsupported operand types\n    Fixed: The `onBeforeAddDomain' event is triggered too early\n    Fixed: Too many redirects when attempting to login from an external host (when external login is disallowed)\n\nLISTENERS\n    Added: 10_packages_override.pl listener file (Allows to override package files)\n    Added: debian_jessie_php7.0.xml package file (for use with the 10_packages_override.pl listener file)\n    Fixed: Can't use string (\"all\") as an ARRAY ref while \"strict refs\" in use (10_postfix_tuning.pl)\n\nPLUGINS\n    Fixed: Could not delete plugins which implement the install() method but not the uninstall method()\n    Removed: Support for ZIP plugin archives (only tar.gz and tar.bz2 archives are now supported)\n\nSERVERS\n    Fixed: Installation fail if main.cf is missing or misconfigured (Servers::mta::postfix::installer)\n    \nSERVICES\n    Fixed: Empty lines are not ignored in the /etc/imscp/mounts/mounts.conf configuration file (imscp_mountall)\n\nYOUTRACK\n    #IP-0815 Dovecot LDA - Enable support for address extensions\n    #IP-1616 ProxyPass entries not removed in vhost file if HSTS is enabled\n    #IP-1617 Reverse proxy: Localhost is not allowed as address\n    #IP-1618 OpenVZ - Could not remount root directory as shared subtree\n    #IP-1621 Parameters from the imscp.conf file are reseted to their default values on upgrade (only in some contexts)\n    #IP-1623 SQL root user is deleted when upgrading from a version older than 1.3.0\n    #IP-1624 Default SPF DNS record not removed when adding custom SPF DNS record\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.1\n------------------------------------------------------------------------------------------------------------------------\n\n2016-09-14: Laurent Declercq\n    RELEASE i-MSCP 1.3.1\n\nBACKEND\n    Added: iMSCP::Mount::isMountpoint() function (iMSCP::Mount library)\n    Added: iMSCP::Syscall library\n    Added: Regexp support for begin and ending tags (iMSCP::TemplateParser library)\n    Added: Support for `rbind' (iMSCP::Mount library)\n    Fixed: Could not bind mount socket files (iMSCP::Mount library)\n    Rewritten: iMSCP::Mount library - Make direct syscalls instead of calling mount(8)/umount(8)\n\nCONFIG\n    Added: index.xhtml and index.htm to DirectoryIndex directive (Apache2 vhosts)\n    Added: `localhost' to `mydestination' parameter (Postfix)\n    Added: `PHP_OPCODE_CACHE_ENABLED' and `PHP_OPCODE_CACHE_MAX_MEMORY' in php/php.data conffile\n    Fixed: FastCGI handler name for PHP must be static\n    Fixed: PHP opcode cache should be enabled by default (OPcache, APC)\n    Moved: DocumentRoot for pages of disabled domains now live outside of the customer home directories\n\nCONTRIB\n    Added: 10_named_override_default_ns_rr.pl\n    Added: 10_named_override_default_rr.pl listener\n    Removed: 10_named_tuning.pl listener (replaced by 10_named_override_default_rr.pl listener)\n    Removed: 10_named_tuning2.pl listener (replaced by 10_named_override_default_ns_rr.pl listener)\n\nDATABASE\n    Added: Compound unique index on the domain_traffic table to avoid slow query and duplicate entries\n    Added: Compound unique key on the `php_ini' table\n    Fixed: Missing primary key on httpd_vlogger table\n    Changed: Default value for the `dtraff_web', `dtraff_ftp', `dtraff_mail' and `domain_traffic' columns (NULL to 0)\n    Fixed: Disallow NULL value on `domain_traffic.domain_id' and `domain_traffic.dtraff_time' columns\n    Fixed: Make queries compatible with `only_full_group_by' SQL mode which is par of default modes in MySQL > 5.7\n\nFRONTEND\n    Added: `onAddIpAddr', `onChangeIpConfigMode' and `onDeleteIpAddr' events (admin level)\n    Changed: Listening ports are now 8880 (http) and 8443 (https). (Required by CloudFlare)\n    Changed: Frontend is now run through an isolated PHP-FPM Daemon (see errata file)\n    Fixed: Authentication failure when accessing panel through IP (PhpMyAdmin/Pydio auto-login feature)\n    Fixed: Could not upload new plugin version (Bad version check)\n    Fixed: Possible authentication failure when accessing panel through proxy (PhpMyAdmin/Pydio auto-login feature)\n    Fixed: Customer PHP permissions are not synced with reseller PHP permissions in some contexts\n    Fixed: General error: 1366 Incorrect integer value: '_no_' for column 'mail_auto_respond'\n    Fixed: IPv6 - Possible duplicate entries - It is possible to add an IPv6 twice (uncompressed and compressed)\n    Fixed: Make sure that `Reply-To' header is set, even for system notification emails\n    Fixed: PHP INI entry for main domains must be created even if PHP editor is not enabled\n    Fixed: Possible NULL values when creating default email accounts\n    Fixed: Prevent rollback attempts when not in transaction (iMSCP_Update_Database)\n    Fixed: `SELECT' placeholder is not parsed in ip_manage.php (admin level)\n    Fixed: Running the frontEnd through PHP CGI using spawn-fcgi lead to problems with opcode cache (cache not shared)\n    Fixed: Server IP addresses are missing in the debugger interface\n    Removed: Support for FTP URL (Redirect feature)\n\nINSTALLER\n    Added: `primary_ip' item to the list of reconfigurable items (--reconfigure command line option)\n    Added: Requirements check for PHP modules\n    Fixed: Cannot create pbuilder environment - Wrong repository (pbuilder use first entry from sources.list)\n    Fixed: Could not install pre-required packages error on first run\n    Fixed: Could not remove deprecated `phptmp' directories on update (Httpd servers)\n    Fixed: Ensure that DEFAULT_ADMIN_ADDRESS parameter is set\n    Fixed: Prefer IPv4 address family on IPv6 capable hosts (Wget)\n    Fixed: SQL server data directory must not be hardcoded\n    Fixed: Update and Security repositories are missing in pbuilder environments\n    Removed: Additional IP configuration dialog (see the errata file for more details)\n    Removed: `ips' item from the list of reconfigurable items (--reconfigure command line option)\n\nLISTENERS\n    Fixed: Script for slave DNS provisioning won't work if HTML compression is disabled in panel\n\nPACKAGES\n    Changed: AWStats is now accessible through dedicated port (8889) (AWStats)\n    Changed: Usage for Apache2 mod_dbd to authenticate AWStats users (AWStats)\n    Fixed: Data can be accessed through localhost without any authentication (AWStats)\n    Fixed: Configuration files are not generated (regression fix) (AWStats)\n    Fixed: Distribution package (awstats) is not installed (regression fix) (AWStats)\n    Fixed: Could not authenticate to AWStats interface of domain aliases and subdomains (AWStats)\n    Removed: Support for AWStats static mode (AWStats)\n\nPLUGINS\n    Fixed: A plugin must be lockable by more than one plugin\n    Updated: API version to 1.0.5 (needed due to changes in iMSCP::Mount library)\n\nPRESEEDING\n    Removed: SERVER_IPS parameter according changes made in installer\n\nSERVERS\n    Fixed: Could not access httpd log files through FTP (permissions on log files are too restrictives)\n    Fixed: Could not start PHP FPM service when using TCP FastCGI address type (apache_php_fpm)\n    Fixed: Dotfiles not listed (ProFTPD, VsFTPD)\n    Fixed: Enable opportunistic TLS for Postfix client side (smtp)\n    Fixed: Enforce installation of our own sysvinit script for ProFTPD to prevent restart failure on log rotation\n    Fixed: HSTS - Follow RFC 6797 recommendations for non-secure-to-secure redirects (status code 301 instead of 307)\n    Fixed: HSTS - Wrong redirect when domain is forwarded (Apache server impl.)\n    Fixed: mysql-client-5.6 package not available in Ubuntu 16.04 repositories (Remote server)\n    Fixed: Permissions on courier-authdaemon rundir are resetted on reboot (systemd tmpfiles.d)\n    Fixed: Process $ORIGIN substitutions before triggering the `afterNamedAddCustomDNS' event (Bind9 server impl.)\n    Fixed: Wrong argument passed to Servers::named::bind::_updateSOAserialNumber\n\nSKELETON\n    Added: Dedicated `domain_disabled_pages' directory for pages of disabled domains\n\nSYSTEM\n    Fixed: Make sure that / is marked as shared in regards to mount propagation, even when not using systemd\n\nYOUTRACK\n    #IP-0135 IPs management - The NIC and netmask should be editable for each IP\n    #IP-1316 Could not add CNAME with underscore in name for DKIM\n    #IP-1429 Make main domains forwardable\n    #IP-1508 Revise acceptable password characters\n    #IP-1526 Alternate URL for subdomains and domain aliases not shown in interface\n    #IP-1534 Cannot save PHP `post_max_size' and `upload_max_filesize' for a domain\n    #IP-1575 When editing forwarding URL, scheme field is not set with current value\n    #IP-1576 Feature - Proxy support through Apache2 mod_proxy for customers\n    #IP-1577 i-MSCP installer - Dialog exit with code 255 when console size is too small\n    #IP-1579 APT (>= 1.1) - The `--force-yes' option has been replaced by various options starting with `--allow'\n    #IP-1581 Allow to disable auto-configuration of network interfaces (IP addresses managed by i-MSCP)\n    #IP-1587 Slow query on domain_traffic table when admin or reseller want to login into customer's area\n    #IP-1588 Alternative URL vHosts tagged on default IP of I-MSCP\n    #IP-1594 Users assigned to protected area not pre-selected on edition\n    #IP-1595 courier-authdaemon service not started on reboot\n    #IP-1596 Previous DNS zone is not removed when changing BASE_SERVER_VHOST\n    #IP-1600 All domain names must be lowercased using mb_strtolower() PHP function\n    #IP-1604 Any customer can access AWStats interface of other customers\n    #IP-1609 Quota script shouldn't include apache log files\n    #IP-1611 Could not authenticate to PMA through auto-login feature when PanelRedirect plugin is installed (Proxy mode)\n    #IP-1613 PhpMyAdmin auto-login feature doesn't support backslashes in passwords\n\n------------------------------------------------------------------------------------------------------------------------\n1.3.0\n------------------------------------------------------------------------------------------------------------------------\n\n2016-06-26: Laurent Declercq\n    RELEASE i-MSCP 1.3.0\n\nBACKEND\n    Added; (before|after)AddIps events\n    Added: (before|after)MountLogsFolder and (before|after)UnmountLogsFolder events\n    Added: Caller info for __DIE__ and __WARN__ signal handlers\n    Added: Debug info for loading of listener files (Event::Manager)\n    Added: Fallback method for sysvinit scripts that don't provide status command (iMSCP::Provider::Service::Sysvinit)\n    Added: `fixpermissions' option for the iMSCP::Dir::make() method\n    Added: iMSCP::Database::mysql::useDatabase() method - Allow to select database on which we want operate on\n    Added: iMSCP::DbTasksProcessor - Allows to process db tasks without spawning new process\n    Added: imscp master system user (homedir is /var/local/imscp)\n    Added: imscp-mountall script - Mount file systems by reading entries from i-MSCP fstab-like file\n    Added: iMSCP::Mount library - Library for mounting/unmounting file systems\n    Added: iMSCP::OpenSSL::getCertificateExpiryTime() method - Allow to get SSL certificate expiry time (UNIX timestamp)\n    Added: onBoot event in iMSCP::Bootstrapper (triggered at end of bootstrapping process)\n    Added: Servers::mta::postfix::postconf method() - Allows editing of Postfix main.cf parameters\n    Added: Support for PHP 7.0 (httpd servers implementations)\n    Added: Support for prime256v1 (ECDSA) keys (iMSCP::OpenSSL)\n    Added: Support for systemd socket units (systemd init provider)\n    Enhancement: Allow passing command through arrayref (iMSCP::Execute::execute, iMSCP::Execute::executeNoWait)\n    Fixed: composer.phar must not be run with root user privileges (it is now run with i-MSCP system master user)\n    Fixed: Could not disable custom DNS resource records; DNS resource records are always re-enabled on domain change\n    Fixed: Database handle is destroyed when calling fork(), leading to unexpected failure (iMSCP::Database::mysql)\n    Fixed: eth0 is hardcoded in i-MSCP network interface provider\n    Fixed: Ignore user-specific options if any ~/.my.cnf file when running mysqldump (iMSCP::Database::mysql::dumpdb)\n    Fixed: iMSCP::SystemUser::addSystemUser must allow empty value for user comment field\n    Fixed: Mails sent from Backend could be rejected if sender email domain is hosted externally\n    Fixed: Make sure that the `root' user HOME directory environment variable is defined\n    Fixed: Many inconsistencies in iMSCP::Getopt\n    Fixed: Upstart jobs not always enabled (iMSCP::Provider::Service::Debian::Upstart)\n    Improvement: Allow registering same listener on many events at once (Event::Manager)\n    Introduced: HSTS (HTTP Strict Transport Security) feature\n    Removed: (before|adter)DispatchRequest events\n    Removed: cache data directory (/var/cache/imscp directory)\n    Removed: imscp-httpd-logs-mngr script (Apache2 logs dirctories are now mounted via the iMSCP::Mount library)\n    Removed: installConfFile() method from httpd server packages\n    Rewritten: iMSCP::Mail library\n    Rewritten: iMSCP::SetRights library (usage of built-in functions to avoid call of system chown/chmod commands)\n    Rewritten: Postfix Server implementation (Servers::mta::postfix)\n\nCONFIG\n    Added: php configuration directory (directory which holds all PHP template and configuration parameters)\n    Added: `DISTRO_ID', `DISTRO_CODENAME' and `DISTRO_RELEASE' parameters in imscp.conf file\n    Added: `IMSCP_USER' parameter (name of i-MSCP master system user)\n    Added: `IPV6_SUPPORT' parameter (tells whether or not IPv6 support is enabled for the server)\n    Added: `MAX_INSTANCES', `MAX_CLIENT_PER_HOST' and `FTPD_CONF_DIR' parameters in proftpd/proftpd.data file\n    Added: `MOUNT_CUSTOMER_LOGS' parameter in apache/apache.data file (allows to disable logs bind mounts)\n    Changed: Increased default limits for ProFTPD/VsFTPd\n    Changed: Moved DirectoryIndex directive in vhosts (Apache2)\n    Depreciated: `CACHE_DATA_DIR' parameter\n    Fixed: Allow access to `.well-known' folder in any case if exists (Apache2)\n    Moved: Nginx configuration directory to frontend configuration directory\n    Removed: Redundant `MYSQL_PREFIX_TYPE' parameter\n    Removed: `VARIABLE_DATA_DIR' parameter\n    Removed: i-MSCP intermediate working files, including working directory (Postfix)\n    Removed: i-MSCP intermediate working files, including working directory (Apache)\n    Removed: fcgi configuration directory (merged into php configuration directory)\n    Removed: php-fpm configuration directory (merged into php configuration directory)\n\nCONTRIB\n    Added: 10_bind9_rrl listener file (Listener implementing RRL (Response-Rate-Limiting))\n    Added: PhpMyAdmin/10_phpmyadmin_conffile.pl listener file (Allows to override default configuration template file)\n    Updated: All listener files for i-MSCP 1.3.x Serie\n\nDAEMON\n    Added: notify() function allowing to notify parent process when daemon has been fully initialized\n    Added: Added help for command line options\n    Bumped: Version to 1.3.0\n    Fixed: Ensures that the daemon process is re-parented to init/PID 1 (double fork())\n    Fixed: Exits from the parent process only after daemon full initialization\n    Fixed: Possible buffer overflow\n    Fixed: Segfault when client issue bad `helo` command\n    Merged: signal handlers\n\nDATABASE\n    Added: SPF type to the list of allowed DNS resource records\n    Changed: `domain_dns.domain_dns' and `domain_dns.domain_text' column types from varchar to text\n    Changed: i-MSCP now uses its own SQL user (master SQL user). See errata file for more details.\n    Updated: `domain_id' index on `domain_dns' table; added index length for `domain_dns' and `domain_text' columns\n\nDISTRIBUTIONS\n    Fixed: libpam-mysql package - undefined symbol: make_scrambled_password (bugs affecting all distributions)\n    Fixed: libpam-mysql package - possible segfault (bugs affecting all distributions)\n\nFRONTEND\n    Added: Datatable for domains, subdomains, domain aliases and DNS resource records (client level)\n    Added: Datatable for the file system information table (admin level)\n    Added: iMSCP\\Crypt library\n    Added: iMSCP\\Net class - Allows to get list of network devices and IP addresses (stdlib)\n    Added: \\iMSCP\\Json\\LazyDecoder class for lazy-decoding of JSON data\n    Added: Exclamation icon\n    Added: MX DNS resource record type (client level)\n    Added: `onParseTemplate' event (event triggered when a template is parsed)\n    Added: `onSendMail' event (event triggered each time a mail is sent)\n    Added: SPF DNS resource record type (validated as a TXT record) (client level)\n    Added: Support for .phtml template files (stdlib)\n    Added: torul() function for escaping a string for the URI or parameter contexts (stdlib)\n    Changed: DNS resource record are no longer created automatically (client level - See  errata for more details)\n    Changed: exec() PHP function is no longer disabled for the control panel (master php.ini file)\n    Changed: The `type' field cannot longer be changed when editing a DNS resource record (client level)\n    Changed: Support for nested MySQL transactions is now emulated using named transaction savepoints (stdlib)\n    Fixed: Bruteforce feature still acts even when disabled (lostpassword.php)\n    Fixed: Could not add DKIM/DMARC DNS resource records (client level)\n    Fixed: Could not retrieve network devices list under Debian Stretch (testing) - Related to #IP-1525 (admin level)\n    Fixed: Customer must be allowed to set custom TTL value for any DNS resource record (client level)\n    Fixed: Customer must be allowed to set `name' field of any DNS resource record (client level)\n    Fixed: Customer PHP permissions not saved when editing customer account (regression fix)\n    Fixed: Could not remove database; There is no such grant defined for user... (stdlib)\n    Fixed: Could not set URL redirect when adding domain alias; Bad request error page (client level)\n    Fixed: Email template inconsistencies\n    Fixed: IDNs are shown in IDNA form in several places\n    Fixed: iMSCP_Update_Database::addIndex() doesn't allows to set index length (stdlib)\n    Fixed: Lostpasword feature is broken\n    Fixed: Mails sent from FrontEnd could be rejected if sender email domain is hosted externally\n    Fixed: Privileges on database that contains wildcards are not removed when SQL user is assigned to many databases\n    Fixed: Reseller PHP permissions not saved when editing reseller account (regression fix)\n    Fixed: Uncaught ReferenceError: `ajaxStop' is not defined (admin level)\n    Fixed: Wrong behavior with exception handler when database connection is not available (stdlib)\n    Fixed: Wrong value for `LOG_LEVEL' configuration parameter\n    Introduced: HSTS (HTTP Strict Transport Security) feature\n    Removed: User deletion confirmation pages (admin and reseller levels)\n    Removed: iMSCP_NetworkCard class; replaced by iMSCP\\Net class (stdlib)\n    Rewritten: FTP chooser interface to avoid usage of iframe and allows fine-grained filtering (client level)\n    Rewritten: Protected area interface (client level)\n\nINSTALLER\n    Added: --fix-permissions command line option. See errata file for more details.\n    Added: (before|after)SetupRegisterPluginListeners events\n    Added: Check for maximum supported PHP/Perl versions\n    Added: Check to prevent downgrade attempts (when DB schema change is involved)\n    Added: Conditional statement feature for install.xml files (copy_config items only)\n    Added: Layer allowing to rebuild Debian/Ubuntu source packages using pbuilder after applying a set patches on them\n    Added: `onBuildPackageList' event (Allows to override default distribution packages file)\n    Fixed: `_' and `%' wildcards must be escaped in GRANT statements\n    Fixed: Debug and verbose modes must be set early\n    Fixed: Disable Dovecot systemd socket activation unit if any (not needed for Dovecot as configured by i-MSCP)\n    Fixed: Don't die on misconfigured server hostname. Just ask for a valid hostname instead\n    Fixed: Invalid regexes for SQL user/password (Package::PhpMyAdmin::Installer)\n    Fixed: libmariadbclient18 package not provided in Debian Stretch (testing) repository\n    Fixed: /etc/mailname file not updated when reconfiguring system hostname\n    Fixed: Ignore SIGNINT to prevent user aborting installer in wrong way\n    Fixed: Master DNS zone is always deleted on i-MSCP update/reconfiguration (Package::FrontEnd::Installer)\n    Fixed: MySQL server 5.6 no longer available for Ubuntu 16.04 (replaced by MySQL server 5.7)\n    Fixed: Plugin setup listeners are no longer registered (regression fix)\n    Fixed: SQL user and password not correctly escaped in imscp.cnf file (Servers::sqld::mysql::installer)\n    Moved: Master administrator questions and setup routines into Package::FrontEnd::Installer\n    Removed: Update notices (link to errata file is sufficient)\n    Renamed: imscp-setup script to imscp-reconfigure\n\nPACKAGES\n    Added: Monsta FTP package\n    Disabled: Pydio in case PHP >= 7.0.0 is detected (Pydio)\n    Fixed: As of 2012-6-7, the md5 algorithm is \"no longer considered safe\" (FrontEnd)\n    Fixed: `ERR_INCOMPLETE_CHUNKED_ENCODING' error due to wrong permissions on nginx fastCGI cache directory (FrontEnd)\n    Fixed: Missing IP version check (FrontEnd)\n    Fixed: White page due to `net::ERR_INCOMPLETE_CHUNKED_ENCODING' errors (related to #IP-1530) (PhpMyAdmin)\n    Updated: PhpMyAdmin version to 4.6.0 - Only for servers with PHP/MySQL >= 5.5 (PhpMyAdmin)\n\nPLUGINS\n    Enhancement: Plugin backend packages can now be simple objects\n    Fixed: Plugin configuration not synced when triggering plugin list update (when a plugin is in error state)\n    Fixed: Plugin manager must load plugins by respecting their priority\n    Fixed: The `change' action must be automatically triggered on plugin list update, even for plugins with error state\n    Fixed: Wrong events triggered when a plugin is being locked/unlocked\n    Updated: API version to 1.0.4\n\nSERVERS\n    Added: i-MSCP own logrorate configuration file for ProFTPD (xferlog file don't need to be rotated)\n    Added: i-MSCP own sysvinit script for ProFTPD - solve #IP-1402\n    Changed: HTTPD log directories are now bind-mounted as read-only files system\n    Changed: setenvif module is now always required ((Httpd servers)\n    Fixed: AH01265: attempt to invoke directory as script: /var/www/virtual/<domain.tld>/cgi-bin/\n    Fixed: Bad regexp in getTraffic() method leading to unmatching of traffic data (VsFTPd)\n    Fixed: Could not build local vsftpd package when gpg has been initialized; .changes file cannot be signed\n    Fixed: Courier sysvinit script must not be copied when selected PO server is Dovecot\n    Fixed: Disabled mod_tls_memcache.c module to avoid weird notice on restart (ProFTPD)\n    Fixed: Do not fix user/group and mode when not required (Httpd server implementations)\n    Fixed: Do not remove default DNS records that are not redefined (Servers::named::bind)\n    Fixed: Enable support for UTF-8 file systems (VsFTPd)\n    Fixed: Hide real server identity (ProFTPD)\n    Fixed: Invalid version format (non-numeric data) when installing VsFTPd on Debian Stretch (testing)\n    Fixed: IP addresses are added multiple time in Apache 00_nameserver.conf file (Httpd servers)\n    Fixed: libmysqlclient18 package not available for Ubuntu 16.04\n    Fixed: maillogconvert.pl must not be installed in /usr/sbin (moved to /usr/local/sbin)\n    Fixed: maillogconvert.pl not removed on uninstallation\n    Fixed: maillogconvert.pl path must not be hardcoded\n    Fixed: ON|OFF strings not recognized as boolean value in imscp.cnf file (MySQL)\n    Fixed: Postfix (>= 3.0) is showing many warnings about backwards-compatible settings (default setting chroot=y)\n    Fixed: Postfix maps must not be world-readable (Postfix)\n    Fixed: The SOA serial number must be incremented only once when a DNS zone is updated (Servers::named::bind)\n    Fixed: Traffic accounting routines must not remove log files (ProFTPD/VsFTPd). Files are now truncated instead\n    Fixed: Useless reload of VsFTPd when adding/removing an FTP user (privileges are given by session)\n    Fixed: VsFTPd doesn't reopen xferlog file automatically when the file has been removed, leading to traffic data loss\n    Fixed: VsFTPD doesn't support non-ascii characters in FTP usernames\n    Fixed: When the --skip-distro-packages installer option is set, the vsftpd local package shouldn't be rebuilt\n    Removed: /var/log/proftpd/ftp_traff.log custom log. Traffic data are now pulled from /var/log/proftpd/xferlog\n\nSERVICES\n    Added: imscp_mountall service - Mount filesystems on server reboot\n\nVENDOR\n    Patched: phpseclib library (deprecated constructor method - PHP >= 7.0)\n    Updated: phpseclib library to version 1.0.2\n\nVLOGGER\n    Fixed: Avoid SELECT queries while dump of traffic data\n    Fixed: SQL statement must be prepared once per dump process\n    Fixed: Wrong SQL user host (localhost instead of 127.0.0.1)\n\nYOUTRACK\n    IP-0931 Unexpected error on protected area creation\n    IP-1231 Default SPF DNS resource records should be overrideable\n    IP-1365 Check for IPv6 support when installing services\n    IP-1395 Domain redirect feature - Missing URL path separator\n    IP-1402 ProFTPD doesn't restart properly - killed (signal 15) - Wheezy/Precise/Trusty\n    IP-1410 Feature - Possibility to change redirection type\n    IP-1509 Could not generate SSL certificate through the frontEnd - Invalide SSL certificate\n    IP-1510 VsFTPd - Use of uninitialized value $tmpFile\n    IP-1511 Use of uninitialized value $imscpOldConfig{\"BASE_SERVER_VHOST\"} on fresh install\n    IP-1513 Autoreply - Do not autoreply to messages marked as SPAM\n    IP-1514 Could not install i-MSCP on Ubuntu Trusty Thar in some contexts\n    IP-1525 ifconfig output format has changed in latest versions\n    IP-1527 Wrong syntax in the VsFTPd uninstaller, leading to an i-MSCP uninstallation failure\n    IP-1530 Nginx - Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING\n    IP-1533 i-MSCP is not compatible with servers on which IPv6 stack is disabled\n    IP-1536 systemd - imscp_daemon service can fail to start/restart\n    IP-1539 Default behaviour when adding a MySQL user is counter-intuitive\n    IP-1549 RRL implementation for BIND/Named config\n    IP-1555 Syntax error in imscp-disable-accounts script\n    IP-1557 vsftpd - request failed due to PAM unable to dlopen(pam_mysql.so)...\n    IP-1563 Default MX record not removed when adding external mailserver (domain type)\n    IP-1564 Debian pam-mysql source package - Could not satisfy build dependencies\n    IP-1565 Broken catch-all after deletion of a mailbox\n    IP-1566 Exception thrown when requesting password for reseller with deleted admin\n    IP-1567 \"Unknown\" status in users overview\n    IP-1572 Upstart Provider - Possible precedence issue with control flow operator\n    IP-1573 On i-MSCP update, some disabled customer items are still processed which is unexpected\n\n------------------------------------------------------------------------------------------------------------------------\nOlder release series\n------------------------------------------------------------------------------------------------------------------------\n\nSee ./docs/Changelog-x.x.x files\n"
  },
  {
    "path": "docs/Changelog-1.4.x",
    "content": "i-MSCP ChangeLog\n\n------------------------------------------------------------------------------------------------------------------------\n1.4.7\n------------------------------------------------------------------------------------------------------------------------\n\n2017-07-10: Laurent Declercq\n    RELEASE i-MSCP 1.4.7\n\nBACKEND\n    Added: iMSCP::EventManager::registerOne() method -- Allows to register a listener that will be executed at most once\n    Added: `nodeferring' option to iMSCP::Config -- Allows to disable deferred writing\n    Fixed: CRON(8), AT(1) and LPQ(1) jobs that belong to a user being deleted must be also deleted (iMSCP::SystemUser)\n    Fixed: Don't execute system USERMOD(8) command when not necessary\n    Fixed: Make sure that immutable bit is preserved when moving user' homedir (iMSCP::SystemUser)\n    Fixed: Make sure that immutable bit is removed when removing user (iMSCP::SystemUser)\n    Fixed: Prevent releasing locks in child processes (iMSCP::LockFile)\n    Rewritten: iMSCP::SystemUser and iMSCP::SystemGroup libraries\n    Rewritten: Module::User module\n    Security: Prevent modification/deletion of root user/group (iMSCP::SystemUser, iMSCP::SystemGroup)\n\nCONFIG\n    Added: `BIND_DB_ROOT_DIR' configuration parameter (Bind9)\n    Added: `DOVECOT_VERSION' configuration parameter (Dovecot)\n    Enhancement: Alternative URLs for client domains can now be disabled - see the errata file for further details\n    Fixed: Prefer IPv4 to prevent timeout issues (/etc/gai.conf)\n    Updated: Vhost template files (Apache2)\n    Updated: Zone template files (Bind9)\n\nBACKEND\n    Fixed: Avoid triggering change of all subdomains that belong to a parent domain that is being changed (historical issue)\n    Fixed: Don't load File::Temp module through Class::Autouse module as this can lead to compile time errors\n    Removed: Unix user prefix from alternative URLs\n\nDISTRIBUTIONS\n    Added: dirmngr package in list of pre-required packages as it is needed by gnupg2 for network access (Debian 9/Stretch)\n    Fixed: libmysqlcient18 package not available for MySQL 5.7 server community (Debian 9/Stretch)\n\nFRONTEND\n    Fixed: Couldn't add BASE_SERVER_VHOST as customer domain\n    Fixed: Invalid parameter number: number of bound variables does not match number of tokens (Software Installer)\n    Fixed: Trailing slash added twice in URI path when creating subdomain with redirect feature enabled\n    Removed: Unix user prefix from alternative URLs\n\nPACKAGES\n    Fixed: Event listener responsible to add the Apache2 configuration snippet is registered too late (AWStats)\n\nSCRIPTS\n    Fixed: Make sure that scripts are run by root user when needed\n\nSERVERS\n    Changed: DNS records for alternative URLs are now added as subdomain DNS record without www and ftp records (Bind9)\n    Fixed: Calling createUser()/dropUser() with `RaiseError' flag set to 1 raise an error (SQL server impl.)\n    Fixed: Couldn't switch from external to local DNS server\n    Fixed: Invalid ssl_protocols setting: Unknown protocol 'SSLv2' when Dovecot is built against libssl >= 1.1.x\n    Fixed: Make use of POSTCONF(1) to remove unwanted parameters (Postfix)\n    Fixed: Never process the same zone twice for SOA addition (Bind9)\n    Review: Engine permissions (Bind9)\n\nPLUGINS\n    Fixed: Exception not throw when executing multiple SQL statements in single query (Database migrations - PHP: #61613)\n\nINSTALLER\n    Added: Setup dialog for alternative URLs feature\n    Fixed: Avoid piping WGET(1) output to APT-KEY(8); Make use of temporary file to store APT key for better error handling\n    Fixed: apache2_postinst.sh: Raised error if there is a version mismatch between installed package and source package\n    Fixed: apt-key output should not be parsed (stdout is not a terminal)\n    Fixed: gpg: failed to start the dirmngr '/usr/bin/dirmngr': No such file or directory\n    Fixed: Lose of data in configuration files due to deferred writing (all servers/packages)\n    Fixed: Make sure that LOGROTATE(8) configuration files are copied with expected ownership and permissions\n    Fixed: Make sure that none of package being installed/updated is in `hold' state\n    Fixed: The `IPV6_SUPPORT' configuration parameter is never set (Servers::server::local::installer)\n    Fixed: The `IPV6_SUPPORT' configuration parameter must be set early (Servers::server::local::installer)\n    Fixed: The master configuration file (imscp.conf) must stay writable during all setup process\n\nVENDOR\n    Updated: IDNA Convert library to version 1.1.0 (with feww modifications for PSR-0 compatibility)\n\n------------------------------------------------------------------------------------------------------------------------\n1.4.6\n------------------------------------------------------------------------------------------------------------------------\n\n2017-06-16: Laurent Declercq\n    RELEASE i-MSCP 1.4.6\n\nBACKEND\n    Added: iMSCP::LockFile class - Implements file locks for locking files in UNIX\n    Review: Store lock files in /var/lock instead of /tmp\n\nDISTRIBUTIONS\n    Added: Support for MySQL community server 5.6/5.7 (Debian 9/Stretch)\n\nSERVERS\n    Fixed: Possible \"File not found\" error with Seafile (Apache < 2.4.11 with mod_proxy_fcgi)\n    Fixed: Usage of undefined $conffile variable in vsftpd server uninstaller (vsftpd)\n\nINSTALLER\n    Fixed: Dialog gauges overlapping\n\nYOUTRACK\n    IP-1723 Race condition in i-MSCP' file locking strategy leading to concurrent processes when that is not expected\n\n------------------------------------------------------------------------------------------------------------------------\n1.4.5\n------------------------------------------------------------------------------------------------------------------------\n\n2017-06-13: Laurent Declercq\n    RELEASE i-MSCP 1.4.5\n\nBACKEND\n    Added: iMSCP::Cwd package - Allows to restrict scope of chdir() to enclosing block\n    Review: Prioritize servers and packages to avoid overuse of events\n\nCONFIG\n    Reverted: Merging of Nginx site configuration files (Regression fix)\n\nDISTRIBUTIONS\n    Fixed: Erroneous MariaDB repository (Ubuntu 14.04, 16.04)\n    Fixed: libmysqlclient20 package must be installed in any case (Ubuntu 16.04; Regression fix)\n    Fixed: Missing switch for MariaDB 10.2 server in distribution packages files\n\nFRONTEND\n    Fixed: Cannot create catch-all email account (Forward mail) due to erroneous SQL query (Regression fix)\n\nINSTALLER\n    Added: Support for package preinstall tasks\n    Added: `local_server` configuration parameter; Allows reconfiguration of system hostname, primary IP and timezone\n    Fixed: Couldn't get APT key from keys.gnupg.net keys server due to DNS failure\n    Fixed: Possible missing /etc/mysql/mariadb.conf.d directory when upgrading MariaDB server\n    Moved: SQL server related routines into SQL server installer\n\nLISTENERS\n    Fixed: 10_nginx_hsts.pl listener file: nginx: [emerg] \"add_header\" directive is not allowed (Regression fix)\n    Updated: 10_named_slave_provisioning.pl listener file: Add configuration in SSL server too\n\nPACKAGES\n    Added: Package for backup feature (Package::Backup)\n    Added: Package for services SSL (Package::ServicesSSL)\n    Fixed: Create relative links instead of absolute links for Nginx site configuration files (Package::FrontEnd)\n\nSCRIPTS\n    Fixed: imscp-backup-all backup script: Missing domain name in web backup archive names\n    Fixed: imscp-backup-imscp backup script: Global symbol \"$dbName\" requires explicit package name (Regression fix)\n\nSERVERS\n    Added: System local server implementation (Servers::server::local)\n    \nYOUTRACK\n    IP-1722 Missing IP addresses in event logs\n\n------------------------------------------------------------------------------------------------------------------------\n1.4.4\n------------------------------------------------------------------------------------------------------------------------\n\n2017-06-08: Laurent Declercq\n    RELEASE i-MSCP 1.4.4\n\nBACKEND\n    Added: Event listener priority queue; Allows to set priority for event listeners in range [-1000 .. 1000]\n    Added: iMSCP::Dir::clear() method - Allows to clear full or specific content of a directory\n    Added: Modules::ServerIP module (replace both Modules::Ips and Modules::NetworkInterfaces modules)\n    Enhancement: Objects can now be registered as event listener (iMSCP::EventManager)\n    Fixed: Can't use an undefined value as a HASH reference; DBI::selectrow_hashref() return undef on empty results\n    Fixed: Fallback to INADDR_ANY address IP if a domain IP is not found in database\n    Fixed: Make use of Full Stop unicode character to encode dots in database names (iMSCP::Database::mysql::dumpdb)\n    Fixed: Make use of SOLIDUS unicode character to encode slashes in database names (iMSCP::Database::mysql::dumpdb)\n    Fixed: Ownership and permissions not set (iMSCP::Dir::make)\n    Removed: Modules::Ips and Modules::NetworkInterfaces modules\n    Removed: Support for systemd older than 204-3 (iMSCP::Provider::Service::Debian::Systemd)\n    Removed: Support for sysv-rc older than 2.88 (iMSCP::Provider::Service::Debian::Sysvinit)\n\nCONFIG\n    Added: `BIND_DB_FORMAT' configuration parameter (Bind9)\n    Added: `BIND_DB_MASTER_DIR' configuration parameter (Bind9)\n    Added: `BIND_DB_SLAVE_DIR' configuration parameter (Bind9)\n    Added: 'CMD_SYSCTL` and 'SYSCTL_CONF_DIR` parameters for sysctl(8) (master)\n    Added: `PluginApi' configuration parameter (master)\n    Fixed: Debian httpredir.debian.org service is discontinued (See https://wiki.debian.org/DebianGeoMirror)\n    Fixed: Make sure that the root directory is marked as shared in regards to mount propagation (at least for i-MSCP mounts)\n    Fixed: Prevent upgrade of Percona server while processing disttribution upgrade (all distributions; APT pinning)\n    Merged: Nginx site configuration files (FrontEnd)\n    Removed: *.old.data configuration files (servers/packages)\n    Removed: `BIND_DB_DIR' configuration parameter (replaced by `BIND_DB_MASTER_DIR' and `BIND_DB_SLAVE_DIR' configuration parameters)\n    Renamed: All Nginx configuration template files (changed extension from .conf to .nginx for IDE syntax highlighting) (FrontEnd)\n\nDATABASE\n    Updated: domain_dns.domain_dns_status column length (VARCHAR to TEXT)\n\nCRON\n    Fixed: Cron tasks for traffic accounting are never executed due to wrong command in /etc/cron.d/imscp cron file\n\nDISTRIBUTIONS\n    Added: Support for Devuan jessie 1.0 - See https://devuan.org/\n    Added: Support for MariaDB 10.2 (all distributions)\n    Changed: Install nginx-full package instead of nginx-light package (Nginx)\n    Fixed: invoke-rc.d: action rotate is unknown, but proceeding anyway. (See Debian bug report #728682)\n    Fixed: Wrong GPG key for MariaDB repository (Ubuntu 16.04)\n\nFRONTEND\n    Added: 502 (Bad Gateway) error page\n    Added: Include directive for loading of dynamic modules (Nginx)\n    Fixed: Allow auto-completion for login form (regression fix)\n    Fixed: Allow lower value than `post_max_size' for `memory_limit' (PHP Editor)\n    Fixed: Couldn't redirect full domains, subdomains to non-standard port\n    Fixed: Creation of mailboxes for Postfix canonical domains through the control panel must be prohibited\n    Fixed: Integrity constraint violation: 1052 Column 'fname' in WHERE clause is ambiguous when searching user by name\n    Fixed: mail_users.po_active database column must be set to 'no' for forward only and catch-all accounts\n    Fixed: Many location blocks match unwanted resources (eg: /pma will also matches with /pmailman and that is unwanted) (Nginx)\n    Fixed: Non well formed numeric value encountered in utils_getPhpValueInBytes() function\n    Fixed: Nginx is now able to determines number of available CPU cores (Nginx)\n    Fixed: Stop matching process as soon as possible (Nginx)\n    Removed: Check for CNAME conflict (Custom DNS records)\n\nLISTENERS\n    Added: 10_backup_storage_outsourcing.pl: Allows storage of customer backup directories elsewhere on the file system\n    Added: 10_proftpd_auth_unix.pl listener file: Enable unix authentication\n    Added: 10_proftpd_serverident.pl file: Set custom server identification message (replace 10_proftpd_tuning.pl)\n    Added: 10_proftpd_tls.pl file: Enforce TLS (replace 10_proftpd_tuning.pl)\n    Fixed: 10_named_override_default_rr.pl: Cannot override default www CNAME record\n    Fixed: 20_named_dualstack.pl listener file: Missing DNS records for subdomains\n    Fixed: Listeners from listener files that listen on the `afterMtaBuildConf' event must be registered with low priority\n    Updated: 10_nginx_hsts.pl listener file: Nginx configuration template filenames were updated +++\n    Updated: 10_named_slave_provisioning.pl listener file: Nginx configuration template filenames were renamed +++\n    Updated: 70_postfix_submission_tls.pl file: Fully redefines submission service and disable SSLv3\n\nINSTALLER\n    Added: `None' option as possible choice for server primary IP address. Fixes networking issues on Scaleway and Amazon EC2 servers\n    Added: Routine to setup kernel (loading of kernel parameters from imscp.conf sysctl configuration file)\n    Fixed: Don't check for source archive when binary archive has not been found for a specific section (APT repositories)\n    Fixed: Usage of ZG-POLICY-RC.D(8) to provide local policy-rc.d and avoid violation of Debian policy (Debian/Ubuntu)\n    Fixed: SQL server must be restarted prior cron, ftp, http, mail and panel services\n    Removed: `beforeInstallPreRequiredPackages' event (Event cannot be triggered before installation of pre-required packages)\n\nPACKAGES\n    Fixed: Cron tasks are added too early (AWStats, Chkrootkit, Rkhunter)\n    Fixed: Don't instantiate packages when not really needed\n    Fixed: RainLoop entries are not removed from database when a mail account is deleted (RainLoop)\n    Updated: PhpMyAdmin package installer for use of PhpMyAdmin 4.7.0\n    Updated: RainLoop package installer for use of RainLoop 1.11.0.203\n\nPLUGINS\n    Added: iMSCP::Plugins::getClass() method for easy plugin loading and class retrieval (backend)\n    Changed: Plugin errors, outside those raised by the Modules::Plugins, are no longer returned to the caller (backend)\n    Fixed: Avoid to instantiate plugins twice when an action involve a sub-action (backend Modules::Plugin)\n    Fixed: Plugin API version not available in plugin package instances (backend)\n    Fixed: Wrong default value for the `plugin_lockers' database field\n    Fixed: Wrong status set for un-installable plugins after their uninstallation (`uninstalled' while `disabled' is expected)\n    Removed: PLUGIN_API_VERSION constant from iMSCP_Plugin_Manager class (replaced by master `PluginApi' configuration parameter)\n    Updated: API version to 1.4.1\n\nSCRIPTS\n    Fixed: Don't automatically mount file systems that have the `noauto' option (imscp-mountall)\n    Rewritten: imscp-backup-all backup script\n    Rewritten: imscp-dsk-quota quota script\n    Rewritten: imscp-vrl-traff traffic accounting script\n\nSERVERS\n    Added: Explicite IMAP/POP3 log format (Dovecot)\n    Added: In/Out bytes variables in POP3 logs for better traffic accounting (Dovecot)\n    Changed: Directory for master zone files moved from /var/cache/bind to /var/cache/bind/imscp/master (Bind9)\n    Changed: Directory for slave zone files moved from /var/cache/bind/slave to /var/cache/bind/imscp/slave (Bind9)\n    Changed: Make use of relative paths for zone files instead of absolute paths in named.conf.local file (Bind9)\n    Changed: Zone files are now dumped in binary format for rapid loading by named (Bind9)\n    Fixed: Argument \"\" isn't numeric in addition (+)... in getTraffic() method of all servers implementing it\n    Fixed: Don't instantiate servers when that is not necessary\n    Fixed: Don't POSTMAP(1) when not necessary (Postfix)\n    Fixed: Error: quota: Unknown namespace: Trash (Dovecot/IMAP)\n    Fixed: Maildir not removed when turning normal mail account into forward only mail account (Postfix)\n    Fixed: Make use of pristine suexec for better performances (Apache2/Suexec)\n    Fixed: Recipient address rejected: User unknown in local recipient table (Postfix)\n    Fixed: Skip write operation in Servers::Postfix::deleteMapEntry() when not necessary (Postfix)\n    Fixed: Unwanted directory listings (Apache2 - Regression fix)\n    Fixed: warning: do not list domain xxxxxx in BOTH `mydestination' and `virtual_mailbox_domains' (Postfix)\n    Fixed: Wrong POP3 traffic accounting (Dovecot)\n    Removed: Backup and working directories (Cron)\n    Removed: `beforeHttpdAddIps' and `afterHttpdAddIps' events (Httpd server impl.)\n    Removed: Useless addIps() routine; The `NameVirtualHost' directive is no longer needed with Apache 2.4 (Httpd server impl.)\n    Rewritten: getTraffic() routine for all servers that implement it\n\nSYSTEM\n    Fixed: Set swapiness to lower value (10) than default (60) for better memory management\n\nVENDOR\n    Updated: maillogconvert.pl script to version 1.2 (revision 20140126)\n\nYOUTRACK\n    IP-1698 Restoring a backup causes domain status \"unexpected error\"\n    IP-1715 Changing directory in protected area results in obsolete .htaccess file in old directory\n    IP-1716 PHP editor - Caret is jumping to the end of the input field each time validation is triggered\n    IP-1717 Wrong GPG key for MariaDB repository (Ubuntu 16.04)\n    IP-1721 Couldn't backup databases named with slashes\n\n------------------------------------------------------------------------------------------------------------------------\n1.4.3\n------------------------------------------------------------------------------------------------------------------------\n\n2017-04-17: Laurent Declercq\n    RELEASE i-MSCP 1.4.3\n\nCONFIG\n    Added: `class', `default' and `description' attributes in distribution packages files for service alternatives\n    Added: /etc/apt/apt/conf.d/01norecommend to avoid installation of recommended/suggested distribution packages\n    Added: `*._PACKAGE' variables in master conffile. Variables holding i-MSCP server class names\n    Removed: FastCGI section in Apache2 domain.tpl vhost template (mod_proxy_fcgi is now available for all distributions)\n    Removed: SSLCertificateChainFile Apache2 directive in domain.tpl vhost template file (no longer needed since Apache 2.4.8)\n\nBACKEND\n    Added: iMSCP::File::getAsRef() method - Method allowing to get scalar reference to file content\n    Added: Servers::php class (doesn't do anything yet - currently a child of Servers::noserver)\n    Fixed: Couldn't umount mounts that are in deleted state due to wrong regexp in iMSCP::Mount library\n    Review: Mitigate IO operations by reading full fstab-like file in memory and by reusing same file object (iMSCP::Mount)\n\nDISTRIBUTIONS\n    Fixed: Install Apache2 (2.4.10) from backports repository (Ubuntu Trusty Thar)\n    Fixed: Make sure that sendmail* packages are pre-uninstalled\n\nFRONTEND\n    Added: Button allowing customers to force syncing of mailboxes quota info (Client interface)\n    Added: Percent value for mailboxes quota usage (Client interface)\n    Fixed: Datepicker is positioned below the location bar\n    Fixed: Disabled htaccess, htgroup and htusers items wrongly reported as error in debugger interface (admin interface)\n    Enhancement: Display a static warning to customer when at least one of his mailboxes is over quota (Client interface)\n    Readded: Mailboxes quota usage information (Client interface)\n\nINSTALLER\n    Changed: Default SQL user for servers/packages is now set to `imscp_srv_user'\n    Fixed: `Access denied...' SQL error when reusing same SQL user for all i-MSCP servers/packages\n    Fixed: Allow for automatic generation of the passwords (whenever possible) in preseeding mode\n    Fixed: Allow for automatic detection of the server public IP address in preseeding mode\n    Fixed: Allow for automatic detection of the timezone in preseeding mode\n    Fixed: composer.phar archive is not updated due to wrong working directory\n    Fixed: Configures getaddrinfo(3) to prefer IPv4 during setup and update phases\n    Fixed: Enforce usage of values from preseed.pl file in preseeding mode, even on reconfiguration\n    Fixed: Make sure that SQL users set for i-MSCP servers/packages are not already used by customers\n    Fixed: When switching to another FTPD server implementation, uninstallation of old FTP server must be triggered\n    Fixed: When switching to another PO server implementation, uninstallation of old PO server must be triggered \n    Readded: Courier alternative for IMAP/POP servers (Debian Stretch)\n\nLISTENERS\n    Updated: Add Referrer-Policy header to 40_apache2_security_headers.pl listener file\n\nPACKAGES\n    Fixed: `Accessing a non-existing parameter: FILEMANAGER_PACKAGE` error when upgrading from 1.1.x Serie (Filemanager)\n    Fixed: Can't locate object method \"getInstance\" via package \"MSCP::Service\" (FrontEnd)\n    Fixed: Package uninstallers must be idempotent\n\nSCRIPTS\n    Fixed: All in/out traffic not computed (imscp-srv-traff)\n\nSERVERS\n    Fixed: Disable control engine by default (ProFTPD)\n    Fixed: `postfix' user is still part of authdaemon group after switching to Dovecot (Courier)\n    Fixed: Run ProFTPD server under `proftpd' user instead of `nobody' user (ProFTPD)\n    Fixed: SQL user not removed after uninstallation (PO and FTPD server impl.)\n\nUNINSTALLER\n    Fixed: Ask administrator to uninstall plugins prior running i-MSCP uninstaller\n    Fixed: Authdaemond socket directory is still mounted in Postfix chroot after switching to Dovecot (Courier)\n    Fixed: General uninstallation failure due to wrong SQL query in imscp-uninstall script\n    \nYOUTRACK\n    IP-1707 Getting Error when trying to change e-mail forwarder due to wrong quota value\n    IP-1709 Protected area users/groups management - Groups list is truncated to first group\n    IP-1710 Password field of client prepopulated when called from reseller\n    IP-1711 Error while using preseed file with empty BASE_SERVER_PUBLIC_IP parameter\n\n------------------------------------------------------------------------------------------------------------------------\n1.4.2\n------------------------------------------------------------------------------------------------------------------------\n\n2017-04-04: Laurent Declercq\n    RELEASE i-MSCP 1.4.2\n\nCRONJOBS\n    Changed: Niceness from 0 to 10 for the imscp-srv-traff and imscp-vrl-traff i-MSCP core cron tasks\n    Changed: Niceness from 15 to 10 for i-MSCP core cron tasks\n\nFRONTEND\n    Fixed: Couldn't create email account with unlimited quota, even if email quota for customer is unlimited\n    Fixed: Couldn't create forward email account if hidden quota field from normal email account is not valid\n    Review: Moved links for alternative URLs on the line of the main URLs for a cleaner overview (Client interface)\n\nLISTENERS\n    Fixed: Missing test for SSL in the 30_apache2_tools_proxy.pl listener file\n\nSERVERS\n    Fixed: FastCgiExternalServer: redefinition of previously defined class (apache_php_fpm httpd server impl.)\n    Fixed: Modules::Plugin::_call: Can't locate object method \"getInstance\" via package \"Servers::mta::postfix\" (po servers impl.)\n\nSERVICES\n    Changed: Niceness from 0 to 10 for imscp_daemon and imscp_panel services \n\nYOUTRACK\n    IP-1670 Customer must be still able to create forward email account, even when email quota is full assigned\n\n------------------------------------------------------------------------------------------------------------------------\n1.4.1\n------------------------------------------------------------------------------------------------------------------------\n\n2017-03-28: Laurent Declercq\n    RELEASE i-MSCP 1.4.1\n\nDATABASE\n    Fixed: Delete invalid default email accounts\n\nDISTRIBUTION\n    Fixed: Couldn't install unauthenticated distribution packages - Wrong attribute name in packages file\n\nINSTALLER\n    Fixed: Don't allows switching to other SGBD vendor (most of the time, there are pre-required manual tasks to be done)\n\nLISTENERS\n    Updated: All Dovecot listener files according latest changes\n\nPACKAGES\n    Fixed: AWStats interface must not be reachable for redirected or proxied sites (revert)\n    Fixed: Couldn't create /run/imscp service directory in some environments - systemd-tmpfiles command fails (FrontEnd)\n\nSERVERS\n    Changed: Usage of `mpm_event' in place of `mpm_worker' (Apache_fcgid httpd server impl.)\n    Fixed: Couldn't dump database with Percona server 5.7.x - MySQL 5.6.x compatibility mode must be enabled\n    Fixed: Usage of new syntax for piped logs (Apache2)\n    Fixed: Vhost files for disabled domains are badly generated when SSL is enabled (Httpd server impl.)\n    Fixed: Vhost files for forwarded SSL domains are badly generated (Httpd server impl.)\n    Fixed: vlogger process not terminated (unpredictable context), leading to high CPU load (Httpd server impl.)\n    Fixed: Wrong dovecot configuration used due to wrong conditional test (Dovecot PO server impl.)\n    Removed: Configuration file for Dovecot older than version 2.1 (no longer needed)\n\n------------------------------------------------------------------------------------------------------------------------\n1.4.0\n------------------------------------------------------------------------------------------------------------------------\n\n2017-03-26: Laurent Declercq\n    RELEASE i-MSCP 1.4.0\n\nARPL\n    Fixed: ARPL is failing due to unexpected encoding\n    Removed: imscp-arpl-msgr log directory (ARPL error logs goes now into /var/log/mail.log)\n\nBACKEND\n    Added: isRoutableAddr() method to check whether a given IP address is world-routable (iMSCP::Net)\n    Added: Support for prefix length (iMSCP::Net::addAddr())\n    Changed: Event logging is now done on a per module basis - see the errata file for further details\n    Changed: Listener files from deprecated /etc/imscp/hooks.d directory are now ignored (iMSCP::EventManager)\n    Fixed: Couldn't add IP address without label (iMSCP::Net::addAddr())\n    Fixed: Couldn't set user/group on dangling symlinks (iMSCP::Rights::setRights())\n    Fixed: Don't change permissions on symlink targets (iMSCP::File & MSCP::Rights)\n    Fixed: Don't connect to SQL server when that is not needed (iMSCP::Database::mysql)\n    Fixed: Error `net.ipv6.conf.eth0:0.autoconf is an unknown key' (iMSCP::Provider::NetworkInterface::Debian)\n    Fixed: Force addition of `CREATE DATABASE' statement in SQL dumps, even for empty databases\n    Fixed: Make sure that ownership is fixed recursively when restoring a Web backup\n    Fixed: Restore database using temporary SQL user in place of customer SQL user (Modules::Domain)\n    Fixed: Several encoding issues (regression fix)\n    Fixed: Usage of lchown(2) system call to avoid dereference of symlinks (iMSCP::Rights::setRights())\n    Review: Read line by line to avoid opening in-memory file in STDOUT|STDERR routines (iMSCP::Execute::executeNoWait())\n    Fixed: Read mount entries from /proc/self/mounts file to cover case where /etc/mtab is not a symlink (iMSCP::Mount)\n\nCONFIG\n    Changed: Usage of Courier authdaemon as password verifier (Cyrus SASL) - see the errata file for further details\n    Merged: domain_redirect.tpl, domain_redirect_ssl.tpl and domain_ssl.tpl templates in domain.tpl template (Apache2)\n    Merged: domain_disabled_ssl.tpl template in domain_disabled.tpl template (Apache2)\n    Removed: domain_ssl.tpl, domain_redirect.tpl, domain_redirect_ssl.tpl and domain_disabled_ssl template files (Apache2)\n    Updated: Courier configuration for use of new password scheme (SHA512-CRYPT)\n    Updated: Cyrus SALS configuration for use of new password scheme (SHA512-CRYPT)\n    Updated: Dovecot configuration for use of new password scheme (SHA512-CRYPT)\n\nSCRIPTS\n    Added: Support for IPv6 traffic data (imscp-srv-traff)\n    Fixed: Missing iptables chains/rules for IPv6 traffic logging (imscp-net-traffic-logger)\n\nDAEMON\n    Fixed: Default Makefile target must not involves the `clean' target\n\nDATABASE\n    Removed: `ftp_users.rawpasswd' column (i-MSCP database)\n    Removed: `sql_user.sqlu_pass' column (i-MSCP database)\n    Updated: `server_ips.ip_number` column length (i-MSCP database)\n\nDISTRIBUTIONS\n    Added: MariaDB 10.1 for Ubuntu Xenial Xerus\n    Added: Percona SQL Server (5.5, 5.6, 5.7) for Ubuntu Xenial Xerus\n    Added: PHP 5.6, 7.0, 7.1 alternatives for Debian Jessie/Stretch through Ondřej Surý repository\n    Added: PHP 5.6, 7.0, 7.1 alternatives for Ubuntu Trusty/Xenial through Ondřej Surý PPA\n    Dropped: Support for Debian Wheezy - Many softwares and library are really too old\n    Dropped: Support for PHP versions that are considered EOL by upstream PHP team (Ubuntu/Debian)\n    Dropped: Support for Ubuntu Precise Pangolin (12.04) - Will be EOL on April 2017\n    Updated: Debian Stretch packages file according last state of repository (full freeze since 20170205)\n\nDOCUMENTATION\n    Added: CGI script sample for Perl, Python and Ruby\n\nFRONTEND\n    Added: Function for overriding of native JS alert() function\n    Added: jQuery.imscp.confirm() and jQuery.imscp.confirmOnclick() global jQuery functions for confirmation dialogs\n    Added: Method to get IP address version (iMSCP::Net)\n    Added: Method to get IP prefix length (iMSCP::Net)\n    Added: Methods to compress/expand IPv6 addresses (iMSCP::Net)\n    Changed: Defer loading of NIC and IP data (iMSCP::Net)\n    Changed: Restricts character range for password generator to ASCII alphabet characters and numbers\n    Fixed: {CUSTOMER} template variable is not replaced in reseller alias order email notification\n    Fixed: Administrators cannot switch onto reseller/customer interface when database update is available\n    Fixed: Don't list software that require database for customers that have not SQL feature enabled\n    Fixed: `iMSCP_Exception_Production' class not compatible with PHP >= 7.0\n    Fixed: Infobox for new alias orders must be static (reseller/index.php)\n    Fixed: IP address input field is too small (admin/ip_manage.php)\n    Fixed: Store compressed IPv6 (ip_manage.php)\n    Fixed: Try to guess the prefix length whenever possible (ip_manage.php)\n    Fixed: Usage of non-numeric values (iMSCP_pTemplate)\n    Fixed: When IP address is pasted, netmask input field is not updated (admin/ip_manage.php)\n    Removed: PhpMyAdmin auto-login feature (password for SQL database are no longer stored plaintext in database)\n    Removed: Pydio auto-login feature (password for FTP users are no longer stored plaintext in database)\n    Review: Increased value for the PHP `post_max_size' and `upload_max_filesize' directives\n\nINSTALLER\n    Fixed: APT GPG keys not updated when required\n    Fixed: Missing `mysql' group; the `mysql' group is only created by the mysql-server package (SQL remote server impl.)\n    Fixed: Patch for Apache 2 mod_proxy_fcgi module not required if Apache version is >= 2.4.24\n    Fixed: Patches for libpam-mysql not required if libpam-mysql version is >= 0.8.0\n    Fixed: Several files containing critical data are created world-readable, giving time to other processes to read them\n    Fixed: `W: Download is performed unsandboxed as root as file...' warning with newest APT versions\n    Moved: Distribution package files from ./docs directory to ./autoinstaller/Packages directory\n    Review: Forbid usage of `debian-sys-maint' SQL user\n    Updated: ./docs/preseed.pl preseeding template file\n\nLISTENERS\n    Added: 10_postfix_transport_table.pl listener file (Allows to add entries in Postfix transport(5) table)\n    Fixed: Default hostname must be overridden to prevent hostname mismatches (10_roundcube_tls.pl)\n    Updated: 10_apache2_dualstack.pl listener file for i-MSCP Serie 1.4.x\n    Updated: 20_apache2_serveralias_override.pl.pl listener file for i-MSCP Serie 1.4.x\n    Updated: 30_apache2_tools_proxy.pl.pl listener file for i-MSCP Serie 1.4.x\n    Updated: 40_apache2_security_headers.pl.pl listener for i-MSCP Serie 1.4.x\n    Updated: 50_dovecot_plaintext.pl listener file according for i-MSCP Serie 1.4.x\n\nPACKAGES\n    Added: `beforeUpdateRoundCubeMailHostEntries' event listener (RoundCube package installer)\n    Fixed: Apache2 needs to be reloaded on password update (AWStats)\n    Fixed: AWStats interface is not reachable for redirected or proxied sites (AWStats)\n    Fixed: Couldn't access symlinked icons (AWStats)\n    Fixed: Password not updated on customer password recovery (AWStats)\n\nPLUGINS\n    Updated: API version to 1.4.0\n\nSERVERS\n    Added: LAN IP address in virtualhost for local access (Servers::ftpd::proftpd::installer)\n    Added: Support for Python and Ruby CGI scripts (Httpd server impl.)\n    Added: `/.well-known' directory to site skeletons (Httpd server impl.)\n    Changed: Usage of mpm_event in place of mpm_worker (PHP-FPM httpd server impl.)\n    Dropped: Compatibility for Apache2 < 2.4.x (Httpd server impl.)\n    Fixed: Any site must have a document root, even when redirected or proxied (Httpd server impl.)\n    Fixed: apache2: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName\n    Fixed: Cleanup and disable unused PHP SAPIs\n    Fixed: Even when a site is redirected or proxied, its Web folder must be created (Httpd server impl.)\n    Fixed: Forward Secrecy not supported with reference browsers (Apache2)\n    Fixed: Make sure that PHP Apache2 SAPI is disabled when needed (httpd server impl.)\n    Fixed: Possible `NameVirtualHost <ip>:<port> has no VirtualHosts' warning (Apache2)\n    Fixed: Possible `nginx: [emerg] bind() to <ip>:<port> failed (98: Address already in use)' error\n    Fixed: POSTCONF(1) is being slow when called multiple-times, slowing down i-MSCP installer (Postfix server impl.)\n    Fixed: Set HSTS `max-age' value to zero when HSTS is disabled (See RFC 6797)\n    Fixed: The `/.well-known' directory is not reacheable when a site is redirected or proxied (httpd server impl.)\n    Fixed: Wrong events triggered (Servers::mta::postfix)\n    Fixed: Wrong permissions set on Courier Authdaemon socket dir, making maildrop MDA unable to connect\n    Fixed: Wrong permissions set on Dovecot configuration files\n\nSERVICES\n    Added: Upstart job override files for PHP-FPM 5.6, 7.0 and 7.1 (reload with SIGUSR2)\n    Added: --nodaemonize option in imscp_panel Upstart job configuration file\n    Added: systemd-tmpfiles for creation of the /run/imscp directory\n    Changed: run directory for imscp_panel service (/var/run to /run/imscp)\n    Changed: run directory for PHP-FPM (/var/run to /run/php)\n    Fixed: Make sure that the /run/imscp directory is created by imscp_panel.conf Upstart job configuration file\n    Fixed: Make sure that the /run/imscp directory is created by imscp_panel sysvinit script\n    Fixed: The imscp_mountall service must be started as late as possible on server boot\n    Removed: imscp_panel_checkconf as FPM often ends with zend_mm_heap corrupted, preventing service to be (re)started\n\nYOUTRACK\n    IP-0826 Any password should be encrypted\n    IP-1383 Security - Remove auto-login feature to remove plaintext passwords\n    IP-1686 Fields beginning or ending with braced tags are corrupted by the clean_input function.\n    IP-1688 /etc/postfix/domains.db entry not added if mail value was changed from -1 (disabled) to enabled (0 or a value)\n    IP-1689 Password reset conflict with PanelRedirect\n    IP-1694 Administrator: Order / Filter by Reseller\n    IP-1700 The /etc/mtab file get overwritten by the /etc/init.d/vzquota sysvinit script (Strato vServer) on reboot\n\n------------------------------------------------------------------------------------------------------------------------\nOlder release series\n------------------------------------------------------------------------------------------------------------------------\n\nSee ./docs/Changelog-x.x.x files\n"
  },
  {
    "path": "docs/Debian/INSTALL.md",
    "content": "# i-MSCP installation on Debian\n\n## Supported Debian versions\n\n- Debian Jessie (8.x),\n- Debian Stretch (9.x)\n- Debian Buster (10.x)\n\n## Installation\n\n### 1. Make sure that your distribution is up-to-date\n\n```\napt-get update\napt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade\n```\n\n### 2. Install the pre-required packages\n\n```\napt-get -y --auto-remove --no-install-recommends install ca-certificates perl \\\nwhiptail wget\n```\n\n### 3. Download and un-tar the distribution files\n\n```\ncd /usr/local/src\nwget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz\ntar -xzf imscp-<release_tag>.tar.gz\n```\n\n### 4. Change to the newly created directory\n\n```\ncd imscp-<release_tag>\n```\n\n### 5. Install i-MSCP by running its installer\n\n```\nperl imscp-autoinstall -d\n```\n\nNote that by default, not all setup dialogs are displayed, that is, those for\nwhich a default value is available. If you want force the installer to display\nall setup dialogs, you need to pass the `--reconfigure` option, without any\nargument, to the installer.\n\nYou can have a look at the [preseeding template file](../preseed.pl) to know\nthe default values used by the installer.\n\n## i-MSCP Upgrade\n\n### 1. Make sure to read the errata file\n\nBefore upgrading, you must not forget to read the\n[errata file](https://github.com/i-MSCP/imscp/blob/<release_tag>/docs/<release_branch>_errata.md)\n\n### 2. Make sure to make a backup of your data\n\nBefore any upgrade attempt it is highly recommended to make a backup of the\nfollowing directories:\n\n```\n/var/www/virtual\n/var/mail/virtual\n```\n\nThese directories hold the data of your customers and it is really important to\nbackup them for an easy recovering in case something goes wrong during upgrade.\n\n### 3. Make sure that your distribution is up-to-date\n\n```\napt-get update\napt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade\n```\n\n### 4. Download and un-tar the distribution files\n\n```\ncd /usr/local/src\nwget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz\ntar -xzf imscp-<release_tag>.tar.gz\n```\n\n### 5. Change to the newly created directory\n\n```\ncd imscp-<release_tag>\n```\n\n### 6. Update i-MSCP by running its installer\n\n```\nperl imscp-autoinstall -d\n```\n"
  },
  {
    "path": "docs/Devuan/INSTALL.md",
    "content": "# i-MSCP installation on Devuan\n\n## Supported Devuan versions\n\n- Devuan Jessie (1.x)\n- Devuan ASCII (2.x)\n\n## Installation\n\n### 1. Make sure that your distribution is up-to-date\n\n```\napt-get update\napt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade\n```\n\n### 2. Install the pre-required packages\n\n```\napt-get -y --auto-remove --no-install-recommends install ca-certificates perl \\\nwhiptail wget\n```\n\n### 3. Download and un-tar the distribution files\n\n```\ncd /usr/local/src\nwget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz\ntar -xzf imscp-<release_tag>.tar.gz\n```\n\n### 4. Change to the newly created directory\n\n```\ncd imscp-<release_tag>\n```\n\n### 5. Install i-MSCP by running its installer\n\n```\nperl imscp-autoinstall -d\n```\n\nNote that by default, not all setup dialogs are displayed, that is, those for\nwhich a default value is available. If you want force the installer to display\nall setup dialogs, you need to pass the `--reconfigure` option, without any\nargument, to the installer.\n\nYou can have a look at the [preseeding template file](../preseed.pl) to know\nthe default values used by the installer.\n\n## Upgrade\n\n### 1. Make sure to read the errata file\n\nBefore upgrading, you must not forget to read the\n[errata file](https://github.com/i-MSCP/imscp/blob/<release_tag>/docs/<release_branch>_errata.md)\n\n### 2. Make sure to make a backup of your data\n\nBefore any upgrade attempt it is highly recommended to make a backup of the\nfollowing directories:\n\n```\n/var/www/virtual\n/var/mail/virtual\n```\n\nThese directories hold the data of your customers and it is really important to\nbackup them for an easy recovering in case something goes wrong during upgrade.\n\n### 3. Make sure that your distribution is up-to-date\n\n```\napt-get update\napt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade\n```\n\n### 4. Download and un-tar the distribution files\n\n```\ncd /usr/local/src\nwget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz\ntar -xzf imscp-<release_tag>.tar.gz\n```\n\n### 5. Change to the newly created directory\n\n```\ncd imscp-<release_tag>\n```\n\n### 6. Update i-MSCP by running its installer\n\n```\nperl imscp-autoinstall -d\n```\n"
  },
  {
    "path": "docs/LICENSE-GPL2",
    "content": "\t\t    GNU GENERAL PUBLIC LICENSE\n\t\t       Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n\t\t\t    Preamble\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation's software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Library General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author's protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone's free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n\t\t    GNU GENERAL PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program's\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\n\t\t\t    NO WARRANTY\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n\t\t     END OF TERMS AND CONDITIONS\n\n\t    How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software; you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation; either version 2 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program; if not, write to the Free Software\n    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA\n\n\nAlso add information on how to contact you by electronic and paper mail.\n\nIf the program is interactive, make it output a short notice like this\nwhen it starts in an interactive mode:\n\n    Gnomovision version 69, Copyright (C) year name of author\n    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, the commands you use may\nbe called something other than `show w' and `show c'; they could even be\nmouse-clicks or menu items--whatever suits your program.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the program, if\nnecessary.  Here is a sample; alter the names:\n\n  Yoyodyne, Inc., hereby disclaims all copyright interest in the program\n  `Gnomovision' (which makes passes at compilers) written by James Hacker.\n\n  <signature of Ty Coon>, 1 April 1989\n  Ty Coon, President of Vice\n\nThis General Public License does not permit incorporating your program into\nproprietary programs.  If your program is a subroutine library, you may\nconsider it more useful to permit linking proprietary applications with the\nlibrary.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.\n"
  },
  {
    "path": "docs/LICENSE-LGPL2.1",
    "content": "\n                  GNU LESSER GENERAL PUBLIC LICENSE\n                       Version 2.1, February 1999\n\n Copyright (C) 1991, 1999 Free Software Foundation, Inc.\n\t51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n[This is the first released version of the Lesser GPL.  It also counts\n as the successor of the GNU Library Public License, version 2, hence\n the version number 2.1.]\n\n                            Preamble\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicenses are intended to guarantee your freedom to share and change\nfree software--to make sure the software is free for all its users.\n\n  This license, the Lesser General Public License, applies to some\nspecially designated software packages--typically libraries--of the\nFree Software Foundation and other authors who decide to use it.  You\ncan use it too, but we suggest you first think carefully about whether\nthis license or the ordinary General Public License is the better\nstrategy to use in any particular case, based on the explanations\nbelow.\n\n  When we speak of free software, we are referring to freedom of use,\nnot price.  Our General Public Licenses are designed to make sure that\nyou have the freedom to distribute copies of free software (and charge\nfor this service if you wish); that you receive source code or can get\nit if you want it; that you can change the software and use pieces of\nit in new free programs; and that you are informed that you can do\nthese things.\n\n  To protect your rights, we need to make restrictions that forbid\ndistributors to deny you these rights or to ask you to surrender these\nrights.  These restrictions translate to certain responsibilities for\nyou if you distribute copies of the library or if you modify it.\n\n  For example, if you distribute copies of the library, whether gratis\nor for a fee, you must give the recipients all the rights that we gave\nyou.  You must make sure that they, too, receive or can get the source\ncode.  If you link other code with the library, you must provide\ncomplete object files to the recipients, so that they can relink them\nwith the library after making changes to the library and recompiling\nit.  And you must show them these terms so they know their rights.\n\n  We protect your rights with a two-step method: (1) we copyright the\nlibrary, and (2) we offer you this license, which gives you legal\npermission to copy, distribute and/or modify the library.\n\n  To protect each distributor, we want to make it very clear that\nthere is no warranty for the free library.  Also, if the library is\nmodified by someone else and passed on, the recipients should know\nthat what they have is not the original version, so that the original\nauthor's reputation will not be affected by problems that might be\nintroduced by others.\n\f\n  Finally, software patents pose a constant threat to the existence of\nany free program.  We wish to make sure that a company cannot\neffectively restrict the users of a free program by obtaining a\nrestrictive license from a patent holder.  Therefore, we insist that\nany patent license obtained for a version of the library must be\nconsistent with the full freedom of use specified in this license.\n\n  Most GNU software, including some libraries, is covered by the\nordinary GNU General Public License.  This license, the GNU Lesser\nGeneral Public License, applies to certain designated libraries, and\nis quite different from the ordinary General Public License.  We use\nthis license for certain libraries in order to permit linking those\nlibraries into non-free programs.\n\n  When a program is linked with a library, whether statically or using\na shared library, the combination of the two is legally speaking a\ncombined work, a derivative of the original library.  The ordinary\nGeneral Public License therefore permits such linking only if the\nentire combination fits its criteria of freedom.  The Lesser General\nPublic License permits more lax criteria for linking other code with\nthe library.\n\n  We call this license the \"Lesser\" General Public License because it\ndoes Less to protect the user's freedom than the ordinary General\nPublic License.  It also provides other free software developers Less\nof an advantage over competing non-free programs.  These disadvantages\nare the reason we use the ordinary General Public License for many\nlibraries.  However, the Lesser license provides advantages in certain\nspecial circumstances.\n\n  For example, on rare occasions, there may be a special need to\nencourage the widest possible use of a certain library, so that it\nbecomes a de-facto standard.  To achieve this, non-free programs must\nbe allowed to use the library.  A more frequent case is that a free\nlibrary does the same job as widely used non-free libraries.  In this\ncase, there is little to gain by limiting the free library to free\nsoftware only, so we use the Lesser General Public License.\n\n  In other cases, permission to use a particular library in non-free\nprograms enables a greater number of people to use a large body of\nfree software.  For example, permission to use the GNU C Library in\nnon-free programs enables many more people to use the whole GNU\noperating system, as well as its variant, the GNU/Linux operating\nsystem.\n\n  Although the Lesser General Public License is Less protective of the\nusers' freedom, it does ensure that the user of a program that is\nlinked with the Library has the freedom and the wherewithal to run\nthat program using a modified version of the Library.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.  Pay close attention to the difference between a\n\"work based on the library\" and a \"work that uses the library\".  The\nformer contains code derived from the library, whereas the latter must\nbe combined with the library in order to run.\n\f\n                  GNU LESSER GENERAL PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. This License Agreement applies to any software library or other\nprogram which contains a notice placed by the copyright holder or\nother authorized party saying it may be distributed under the terms of\nthis Lesser General Public License (also called \"this License\").\nEach licensee is addressed as \"you\".\n\n  A \"library\" means a collection of software functions and/or data\nprepared so as to be conveniently linked with application programs\n(which use some of those functions and data) to form executables.\n\n  The \"Library\", below, refers to any such software library or work\nwhich has been distributed under these terms.  A \"work based on the\nLibrary\" means either the Library or any derivative work under\ncopyright law: that is to say, a work containing the Library or a\nportion of it, either verbatim or with modifications and/or translated\nstraightforwardly into another language.  (Hereinafter, translation is\nincluded without limitation in the term \"modification\".)\n\n  \"Source code\" for a work means the preferred form of the work for\nmaking modifications to it.  For a library, complete source code means\nall the source code for all modules it contains, plus any associated\ninterface definition files, plus the scripts used to control\ncompilation and installation of the library.\n\n  Activities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning a program using the Library is not restricted, and output from\nsuch a program is covered only if its contents constitute a work based\non the Library (independent of the use of the Library in a tool for\nwriting it).  Whether that is true depends on what the Library does\nand what the program that uses the Library does.\n\n  1. You may copy and distribute verbatim copies of the Library's\ncomplete source code as you receive it, in any medium, provided that\nyou conspicuously and appropriately publish on each copy an\nappropriate copyright notice and disclaimer of warranty; keep intact\nall the notices that refer to this License and to the absence of any\nwarranty; and distribute a copy of this License along with the\nLibrary.\n\n  You may charge a fee for the physical act of transferring a copy,\nand you may at your option offer warranty protection in exchange for a\nfee.\n\f\n  2. You may modify your copy or copies of the Library or any portion\nof it, thus forming a work based on the Library, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) The modified work must itself be a software library.\n\n    b) You must cause the files modified to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    c) You must cause the whole of the work to be licensed at no\n    charge to all third parties under the terms of this License.\n\n    d) If a facility in the modified Library refers to a function or a\n    table of data to be supplied by an application program that uses\n    the facility, other than as an argument passed when the facility\n    is invoked, then you must make a good faith effort to ensure that,\n    in the event an application does not supply such function or\n    table, the facility still operates, and performs whatever part of\n    its purpose remains meaningful.\n\n    (For example, a function in a library to compute square roots has\n    a purpose that is entirely well-defined independent of the\n    application.  Therefore, Subsection 2d requires that any\n    application-supplied function or table used by this function must\n    be optional: if the application does not supply it, the square\n    root function must still compute square roots.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Library,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Library, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote\nit.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Library.\n\nIn addition, mere aggregation of another work not based on the Library\nwith the Library (or with a work based on the Library) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may opt to apply the terms of the ordinary GNU General Public\nLicense instead of this License to a given copy of the Library.  To do\nthis, you must alter all the notices that refer to this License, so\nthat they refer to the ordinary GNU General Public License, version 2,\ninstead of to this License.  (If a newer version than version 2 of the\nordinary GNU General Public License has appeared, then you can specify\nthat version instead if you wish.)  Do not make any other change in\nthese notices.\n\f\n  Once this change is made in a given copy, it is irreversible for\nthat copy, so the ordinary GNU General Public License applies to all\nsubsequent copies and derivative works made from that copy.\n\n  This option is useful when you wish to copy part of the code of\nthe Library into a program that is not a library.\n\n  4. You may copy and distribute the Library (or a portion or\nderivative of it, under Section 2) in object code or executable form\nunder the terms of Sections 1 and 2 above provided that you accompany\nit with the complete corresponding machine-readable source code, which\nmust be distributed under the terms of Sections 1 and 2 above on a\nmedium customarily used for software interchange.\n\n  If distribution of object code is made by offering access to copy\nfrom a designated place, then offering equivalent access to copy the\nsource code from the same place satisfies the requirement to\ndistribute the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  5. A program that contains no derivative of any portion of the\nLibrary, but is designed to work with the Library by being compiled or\nlinked with it, is called a \"work that uses the Library\".  Such a\nwork, in isolation, is not a derivative work of the Library, and\ntherefore falls outside the scope of this License.\n\n  However, linking a \"work that uses the Library\" with the Library\ncreates an executable that is a derivative of the Library (because it\ncontains portions of the Library), rather than a \"work that uses the\nlibrary\".  The executable is therefore covered by this License.\nSection 6 states terms for distribution of such executables.\n\n  When a \"work that uses the Library\" uses material from a header file\nthat is part of the Library, the object code for the work may be a\nderivative work of the Library even though the source code is not.\nWhether this is true is especially significant if the work can be\nlinked without the Library, or if the work is itself a library.  The\nthreshold for this to be true is not precisely defined by law.\n\n  If such an object file uses only numerical parameters, data\nstructure layouts and accessors, and small macros and small inline\nfunctions (ten lines or less in length), then the use of the object\nfile is unrestricted, regardless of whether it is legally a derivative\nwork.  (Executables containing this object code plus portions of the\nLibrary will still fall under Section 6.)\n\n  Otherwise, if the work is a derivative of the Library, you may\ndistribute the object code for the work under the terms of Section 6.\nAny executables containing that work also fall under Section 6,\nwhether or not they are linked directly with the Library itself.\n\f\n  6. As an exception to the Sections above, you may also combine or\nlink a \"work that uses the Library\" with the Library to produce a\nwork containing portions of the Library, and distribute that work\nunder terms of your choice, provided that the terms permit\nmodification of the work for the customer's own use and reverse\nengineering for debugging such modifications.\n\n  You must give prominent notice with each copy of the work that the\nLibrary is used in it and that the Library and its use are covered by\nthis License.  You must supply a copy of this License.  If the work\nduring execution displays copyright notices, you must include the\ncopyright notice for the Library among them, as well as a reference\ndirecting the user to the copy of this License.  Also, you must do one\nof these things:\n\n    a) Accompany the work with the complete corresponding\n    machine-readable source code for the Library including whatever\n    changes were used in the work (which must be distributed under\n    Sections 1 and 2 above); and, if the work is an executable linked\n    with the Library, with the complete machine-readable \"work that\n    uses the Library\", as object code and/or source code, so that the\n    user can modify the Library and then relink to produce a modified\n    executable containing the modified Library.  (It is understood\n    that the user who changes the contents of definitions files in the\n    Library will not necessarily be able to recompile the application\n    to use the modified definitions.)\n\n    b) Use a suitable shared library mechanism for linking with the\n    Library.  A suitable mechanism is one that (1) uses at run time a\n    copy of the library already present on the user's computer system,\n    rather than copying library functions into the executable, and (2)\n    will operate properly with a modified version of the library, if\n    the user installs one, as long as the modified version is\n    interface-compatible with the version that the work was made with.\n\n    c) Accompany the work with a written offer, valid for at least\n    three years, to give the same user the materials specified in\n    Subsection 6a, above, for a charge no more than the cost of\n    performing this distribution.\n\n    d) If distribution of the work is made by offering access to copy\n    from a designated place, offer equivalent access to copy the above\n    specified materials from the same place.\n\n    e) Verify that the user has already received a copy of these\n    materials or that you have already sent this user a copy.\n\n  For an executable, the required form of the \"work that uses the\nLibrary\" must include any data and utility programs needed for\nreproducing the executable from it.  However, as a special exception,\nthe materials to be distributed need not include anything that is\nnormally distributed (in either source or binary form) with the major\ncomponents (compiler, kernel, and so on) of the operating system on\nwhich the executable runs, unless that component itself accompanies\nthe executable.\n\n  It may happen that this requirement contradicts the license\nrestrictions of other proprietary libraries that do not normally\naccompany the operating system.  Such a contradiction means you cannot\nuse both them and the Library together in an executable that you\ndistribute.\n\f\n  7. You may place library facilities that are a work based on the\nLibrary side-by-side in a single library together with other library\nfacilities not covered by this License, and distribute such a combined\nlibrary, provided that the separate distribution of the work based on\nthe Library and of the other library facilities is otherwise\npermitted, and provided that you do these two things:\n\n    a) Accompany the combined library with a copy of the same work\n    based on the Library, uncombined with any other library\n    facilities.  This must be distributed under the terms of the\n    Sections above.\n\n    b) Give prominent notice with the combined library of the fact\n    that part of it is a work based on the Library, and explaining\n    where to find the accompanying uncombined form of the same work.\n\n  8. You may not copy, modify, sublicense, link with, or distribute\nthe Library except as expressly provided under this License.  Any\nattempt otherwise to copy, modify, sublicense, link with, or\ndistribute the Library is void, and will automatically terminate your\nrights under this License.  However, parties who have received copies,\nor rights, from you under this License will not have their licenses\nterminated so long as such parties remain in full compliance.\n\n  9. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Library or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Library (or any work based on the\nLibrary), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Library or works based on it.\n\n  10. Each time you redistribute the Library (or any work based on the\nLibrary), the recipient automatically receives a license from the\noriginal licensor to copy, distribute, link with or modify the Library\nsubject to these terms and conditions.  You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties with\nthis License.\n\f\n  11. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Library at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Library by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Library.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply, and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  12. If the distribution and/or use of the Library is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Library under this License\nmay add an explicit geographical distribution limitation excluding those\ncountries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  13. The Free Software Foundation may publish revised and/or new\nversions of the Lesser General Public License from time to time.\nSuch new versions will be similar in spirit to the present version,\nbut may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Library\nspecifies a version number of this License which applies to it and\n\"any later version\", you have the option of following the terms and\nconditions either of that version or of any later version published by\nthe Free Software Foundation.  If the Library does not specify a\nlicense version number, you may choose any version ever published by\nthe Free Software Foundation.\n\f\n  14. If you wish to incorporate parts of the Library into other free\nprograms whose distribution conditions are incompatible with these,\nwrite to the author to ask for permission.  For software which is\ncopyrighted by the Free Software Foundation, write to the Free\nSoftware Foundation; we sometimes make exceptions for this.  Our\ndecision will be guided by the two goals of preserving the free status\nof all derivatives of our free software and of promoting the sharing\nand reuse of software generally.\n\n                            NO WARRANTY\n\n  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\nWARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\nEXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\nOTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY\nKIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\nLIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\nTHE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\nWRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\nAND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\nFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\nCONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\nLIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\nRENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\nFAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\nSUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\nDAMAGES.\n\n                     END OF TERMS AND CONDITIONS\n\f\n           How to Apply These Terms to Your New Libraries\n\n  If you develop a new library, and you want it to be of the greatest\npossible use to the public, we recommend making it free software that\neveryone can redistribute and change.  You can do so by permitting\nredistribution under these terms (or, alternatively, under the terms\nof the ordinary General Public License).\n\n  To apply these terms, attach the following notices to the library.\nIt is safest to attach them to the start of each source file to most\neffectively convey the exclusion of warranty; and each file should\nhave at least the \"copyright\" line and a pointer to where the full\nnotice is found.\n\n\n    <one line to give the library's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This library is free software; you can redistribute it and/or\n    modify it under the terms of the GNU Lesser General Public\n    License as published by the Free Software Foundation; either\n    version 2.1 of the License, or (at your option) any later version.\n\n    This library is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n    Lesser General Public License for more details.\n\n    You should have received a copy of the GNU Lesser General Public\n    License along with this library; if not, write to the Free Software\n    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or\nyour school, if any, to sign a \"copyright disclaimer\" for the library,\nif necessary.  Here is a sample; alter the names:\n\n  Yoyodyne, Inc., hereby disclaims all copyright interest in the\n  library `Frob' (a library for tweaking knobs) written by James\n  Random Hacker.\n\n  <signature of Ty Coon>, 1 April 1990\n  Ty Coon, President of Vice\n\nThat's all there is to it!\n\n\n"
  },
  {
    "path": "docs/LICENSE-MPL1.1",
    "content": "                          MOZILLA PUBLIC LICENSE\n                                Version 1.1\n\n                              ---------------\n\n1. Definitions.\n\n     1.0.1. \"Commercial Use\" means distribution or otherwise making the\n     Covered Code available to a third party.\n\n     1.1. \"Contributor\" means each entity that creates or contributes to\n     the creation of Modifications.\n\n     1.2. \"Contributor Version\" means the combination of the Original\n     Code, prior Modifications used by a Contributor, and the Modifications\n     made by that particular Contributor.\n\n     1.3. \"Covered Code\" means the Original Code or Modifications or the\n     combination of the Original Code and Modifications, in each case\n     including portions thereof.\n\n     1.4. \"Electronic Distribution Mechanism\" means a mechanism generally\n     accepted in the software development community for the electronic\n     transfer of data.\n\n     1.5. \"Executable\" means Covered Code in any form other than Source\n     Code.\n\n     1.6. \"Initial Developer\" means the individual or entity identified\n     as the Initial Developer in the Source Code notice required by Exhibit\n     A.\n\n     1.7. \"Larger Work\" means a work which combines Covered Code or\n     portions thereof with code not governed by the terms of this License.\n\n     1.8. \"License\" means this document.\n\n     1.8.1. \"Licensable\" means having the right to grant, to the maximum\n     extent possible, whether at the time of the initial grant or\n     subsequently acquired, any and all of the rights conveyed herein.\n\n     1.9. \"Modifications\" means any addition to or deletion from the\n     substance or structure of either the Original Code or any previous\n     Modifications. When Covered Code is released as a series of files, a\n     Modification is:\n          A. Any addition to or deletion from the contents of a file\n          containing Original Code or previous Modifications.\n\n          B. Any new file that contains any part of the Original Code or\n          previous Modifications.\n\n     1.10. \"Original Code\" means Source Code of computer software code\n     which is described in the Source Code notice required by Exhibit A as\n     Original Code, and which, at the time of its release under this\n     License is not already Covered Code governed by this License.\n\n     1.10.1. \"Patent Claims\" means any patent claim(s), now owned or\n     hereafter acquired, including without limitation,  method, process,\n     and apparatus claims, in any patent Licensable by grantor.\n\n     1.11. \"Source Code\" means the preferred form of the Covered Code for\n     making modifications to it, including all modules it contains, plus\n     any associated interface definition files, scripts used to control\n     compilation and installation of an Executable, or source code\n     differential comparisons against either the Original Code or another\n     well known, available Covered Code of the Contributor's choice. The\n     Source Code can be in a compressed or archival form, provided the\n     appropriate decompression or de-archiving software is widely available\n     for no charge.\n\n     1.12. \"You\" (or \"Your\")  means an individual or a legal entity\n     exercising rights under, and complying with all of the terms of, this\n     License or a future version of this License issued under Section 6.1.\n     For legal entities, \"You\" includes any entity which controls, is\n     controlled by, or is under common control with You. For purposes of\n     this definition, \"control\" means (a) the power, direct or indirect,\n     to cause the direction or management of such entity, whether by\n     contract or otherwise, or (b) ownership of more than fifty percent\n     (50%) of the outstanding shares or beneficial ownership of such\n     entity.\n\n2. Source Code License.\n\n     2.1. The Initial Developer Grant.\n     The Initial Developer hereby grants You a world-wide, royalty-free,\n     non-exclusive license, subject to third party intellectual property\n     claims:\n          (a)  under intellectual property rights (other than patent or\n          trademark) Licensable by Initial Developer to use, reproduce,\n          modify, display, perform, sublicense and distribute the Original\n          Code (or portions thereof) with or without Modifications, and/or\n          as part of a Larger Work; and\n\n          (b) under Patents Claims infringed by the making, using or\n          selling of Original Code, to make, have made, use, practice,\n          sell, and offer for sale, and/or otherwise dispose of the\n          Original Code (or portions thereof).\n\n          (c) the licenses granted in this Section 2.1(a) and (b) are\n          effective on the date Initial Developer first distributes\n          Original Code under the terms of this License.\n\n          (d) Notwithstanding Section 2.1(b) above, no patent license is\n          granted: 1) for code that You delete from the Original Code; 2)\n          separate from the Original Code;  or 3) for infringements caused\n          by: i) the modification of the Original Code or ii) the\n          combination of the Original Code with other software or devices.\n\n     2.2. Contributor Grant.\n     Subject to third party intellectual property claims, each Contributor\n     hereby grants You a world-wide, royalty-free, non-exclusive license\n\n          (a)  under intellectual property rights (other than patent or\n          trademark) Licensable by Contributor, to use, reproduce, modify,\n          display, perform, sublicense and distribute the Modifications\n          created by such Contributor (or portions thereof) either on an\n          unmodified basis, with other Modifications, as Covered Code\n          and/or as part of a Larger Work; and\n\n          (b) under Patent Claims infringed by the making, using, or\n          selling of  Modifications made by that Contributor either alone\n          and/or in combination with its Contributor Version (or portions\n          of such combination), to make, use, sell, offer for sale, have\n          made, and/or otherwise dispose of: 1) Modifications made by that\n          Contributor (or portions thereof); and 2) the combination of\n          Modifications made by that Contributor with its Contributor\n          Version (or portions of such combination).\n\n          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are\n          effective on the date Contributor first makes Commercial Use of\n          the Covered Code.\n\n          (d)    Notwithstanding Section 2.2(b) above, no patent license is\n          granted: 1) for any code that Contributor has deleted from the\n          Contributor Version; 2)  separate from the Contributor Version;\n          3)  for infringements caused by: i) third party modifications of\n          Contributor Version or ii)  the combination of Modifications made\n          by that Contributor with other software  (except as part of the\n          Contributor Version) or other devices; or 4) under Patent Claims\n          infringed by Covered Code in the absence of Modifications made by\n          that Contributor.\n\n3. Distribution Obligations.\n\n     3.1. Application of License.\n     The Modifications which You create or to which You contribute are\n     governed by the terms of this License, including without limitation\n     Section 2.2. The Source Code version of Covered Code may be\n     distributed only under the terms of this License or a future version\n     of this License released under Section 6.1, and You must include a\n     copy of this License with every copy of the Source Code You\n     distribute. You may not offer or impose any terms on any Source Code\n     version that alters or restricts the applicable version of this\n     License or the recipients' rights hereunder. However, You may include\n     an additional document offering the additional rights described in\n     Section 3.5.\n\n     3.2. Availability of Source Code.\n     Any Modification which You create or to which You contribute must be\n     made available in Source Code form under the terms of this License\n     either on the same media as an Executable version or via an accepted\n     Electronic Distribution Mechanism to anyone to whom you made an\n     Executable version available; and if made available via Electronic\n     Distribution Mechanism, must remain available for at least twelve (12)\n     months after the date it initially became available, or at least six\n     (6) months after a subsequent version of that particular Modification\n     has been made available to such recipients. You are responsible for\n     ensuring that the Source Code version remains available even if the\n     Electronic Distribution Mechanism is maintained by a third party.\n\n     3.3. Description of Modifications.\n     You must cause all Covered Code to which You contribute to contain a\n     file documenting the changes You made to create that Covered Code and\n     the date of any change. You must include a prominent statement that\n     the Modification is derived, directly or indirectly, from Original\n     Code provided by the Initial Developer and including the name of the\n     Initial Developer in (a) the Source Code, and (b) in any notice in an\n     Executable version or related documentation in which You describe the\n     origin or ownership of the Covered Code.\n\n     3.4. Intellectual Property Matters\n          (a) Third Party Claims.\n          If Contributor has knowledge that a license under a third party's\n          intellectual property rights is required to exercise the rights\n          granted by such Contributor under Sections 2.1 or 2.2,\n          Contributor must include a text file with the Source Code\n          distribution titled \"LEGAL\" which describes the claim and the\n          party making the claim in sufficient detail that a recipient will\n          know whom to contact. If Contributor obtains such knowledge after\n          the Modification is made available as described in Section 3.2,\n          Contributor shall promptly modify the LEGAL file in all copies\n          Contributor makes available thereafter and shall take other steps\n          (such as notifying appropriate mailing lists or newsgroups)\n          reasonably calculated to inform those who received the Covered\n          Code that new knowledge has been obtained.\n\n          (b) Contributor APIs.\n          If Contributor's Modifications include an application programming\n          interface and Contributor has knowledge of patent licenses which\n          are reasonably necessary to implement that API, Contributor must\n          also include this information in the LEGAL file.\n\n               (c)    Representations.\n          Contributor represents that, except as disclosed pursuant to\n          Section 3.4(a) above, Contributor believes that Contributor's\n          Modifications are Contributor's original creation(s) and/or\n          Contributor has sufficient rights to grant the rights conveyed by\n          this License.\n\n     3.5. Required Notices.\n     You must duplicate the notice in Exhibit A in each file of the Source\n     Code.  If it is not possible to put such notice in a particular Source\n     Code file due to its structure, then You must include such notice in a\n     location (such as a relevant directory) where a user would be likely\n     to look for such a notice.  If You created one or more Modification(s)\n     You may add your name as a Contributor to the notice described in\n     Exhibit A.  You must also duplicate this License in any documentation\n     for the Source Code where You describe recipients' rights or ownership\n     rights relating to Covered Code.  You may choose to offer, and to\n     charge a fee for, warranty, support, indemnity or liability\n     obligations to one or more recipients of Covered Code. However, You\n     may do so only on Your own behalf, and not on behalf of the Initial\n     Developer or any Contributor. You must make it absolutely clear than\n     any such warranty, support, indemnity or liability obligation is\n     offered by You alone, and You hereby agree to indemnify the Initial\n     Developer and every Contributor for any liability incurred by the\n     Initial Developer or such Contributor as a result of warranty,\n     support, indemnity or liability terms You offer.\n\n     3.6. Distribution of Executable Versions.\n     You may distribute Covered Code in Executable form only if the\n     requirements of Section 3.1-3.5 have been met for that Covered Code,\n     and if You include a notice stating that the Source Code version of\n     the Covered Code is available under the terms of this License,\n     including a description of how and where You have fulfilled the\n     obligations of Section 3.2. The notice must be conspicuously included\n     in any notice in an Executable version, related documentation or\n     collateral in which You describe recipients' rights relating to the\n     Covered Code. You may distribute the Executable version of Covered\n     Code or ownership rights under a license of Your choice, which may\n     contain terms different from this License, provided that You are in\n     compliance with the terms of this License and that the license for the\n     Executable version does not attempt to limit or alter the recipient's\n     rights in the Source Code version from the rights set forth in this\n     License. If You distribute the Executable version under a different\n     license You must make it absolutely clear that any terms which differ\n     from this License are offered by You alone, not by the Initial\n     Developer or any Contributor. You hereby agree to indemnify the\n     Initial Developer and every Contributor for any liability incurred by\n     the Initial Developer or such Contributor as a result of any such\n     terms You offer.\n\n     3.7. Larger Works.\n     You may create a Larger Work by combining Covered Code with other code\n     not governed by the terms of this License and distribute the Larger\n     Work as a single product. In such a case, You must make sure the\n     requirements of this License are fulfilled for the Covered Code.\n\n4. Inability to Comply Due to Statute or Regulation.\n\n     If it is impossible for You to comply with any of the terms of this\n     License with respect to some or all of the Covered Code due to\n     statute, judicial order, or regulation then You must: (a) comply with\n     the terms of this License to the maximum extent possible; and (b)\n     describe the limitations and the code they affect. Such description\n     must be included in the LEGAL file described in Section 3.4 and must\n     be included with all distributions of the Source Code. Except to the\n     extent prohibited by statute or regulation, such description must be\n     sufficiently detailed for a recipient of ordinary skill to be able to\n     understand it.\n\n5. Application of this License.\n\n     This License applies to code to which the Initial Developer has\n     attached the notice in Exhibit A and to related Covered Code.\n\n6. Versions of the License.\n\n     6.1. New Versions.\n     Netscape Communications Corporation (\"Netscape\") may publish revised\n     and/or new versions of the License from time to time. Each version\n     will be given a distinguishing version number.\n\n     6.2. Effect of New Versions.\n     Once Covered Code has been published under a particular version of the\n     License, You may always continue to use it under the terms of that\n     version. You may also choose to use such Covered Code under the terms\n     of any subsequent version of the License published by Netscape. No one\n     other than Netscape has the right to modify the terms applicable to\n     Covered Code created under this License.\n\n     6.3. Derivative Works.\n     If You create or use a modified version of this License (which you may\n     only do in order to apply it to code which is not already Covered Code\n     governed by this License), You must (a) rename Your license so that\n     the phrases \"Mozilla\", \"MOZILLAPL\", \"MOZPL\", \"Netscape\",\n     \"MPL\", \"NPL\" or any confusingly similar phrase do not appear in your\n     license (except to note that your license differs from this License)\n     and (b) otherwise make it clear that Your version of the license\n     contains terms which differ from the Mozilla Public License and\n     Netscape Public License. (Filling in the name of the Initial\n     Developer, Original Code or Contributor in the notice described in\n     Exhibit A shall not of themselves be deemed to be modifications of\n     this License.)\n\n7. DISCLAIMER OF WARRANTY.\n\n     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\" BASIS,\n     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,\n     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF\n     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.\n     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE\n     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,\n     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE\n     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER\n     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF\n     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.\n\n8. TERMINATION.\n\n     8.1.  This License and the rights granted hereunder will terminate\n     automatically if You fail to comply with terms herein and fail to cure\n     such breach within 30 days of becoming aware of the breach. All\n     sublicenses to the Covered Code which are properly granted shall\n     survive any termination of this License. Provisions which, by their\n     nature, must remain in effect beyond the termination of this License\n     shall survive.\n\n     8.2.  If You initiate litigation by asserting a patent infringement\n     claim (excluding declatory judgment actions) against Initial Developer\n     or a Contributor (the Initial Developer or Contributor against whom\n     You file such action is referred to as \"Participant\")  alleging that:\n\n     (a)  such Participant's Contributor Version directly or indirectly\n     infringes any patent, then any and all rights granted by such\n     Participant to You under Sections 2.1 and/or 2.2 of this License\n     shall, upon 60 days notice from Participant terminate prospectively,\n     unless if within 60 days after receipt of notice You either: (i)\n     agree in writing to pay Participant a mutually agreeable reasonable\n     royalty for Your past and future use of Modifications made by such\n     Participant, or (ii) withdraw Your litigation claim with respect to\n     the Contributor Version against such Participant.  If within 60 days\n     of notice, a reasonable royalty and payment arrangement are not\n     mutually agreed upon in writing by the parties or the litigation claim\n     is not withdrawn, the rights granted by Participant to You under\n     Sections 2.1 and/or 2.2 automatically terminate at the expiration of\n     the 60 day notice period specified above.\n\n     (b)  any software, hardware, or device, other than such Participant's\n     Contributor Version, directly or indirectly infringes any patent, then\n     any rights granted to You by such Participant under Sections 2.1(b)\n     and 2.2(b) are revoked effective as of the date You first made, used,\n     sold, distributed, or had made, Modifications made by that\n     Participant.\n\n     8.3.  If You assert a patent infringement claim against Participant\n     alleging that such Participant's Contributor Version directly or\n     indirectly infringes any patent where such claim is resolved (such as\n     by license or settlement) prior to the initiation of patent\n     infringement litigation, then the reasonable value of the licenses\n     granted by such Participant under Sections 2.1 or 2.2 shall be taken\n     into account in determining the amount or value of any payment or\n     license.\n\n     8.4.  In the event of termination under Sections 8.1 or 8.2 above,\n     all end user license agreements (excluding distributors and resellers)\n     which have been validly granted by You or any distributor hereunder\n     prior to termination shall survive termination.\n\n9. LIMITATION OF LIABILITY.\n\n     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT\n     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL\n     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,\n     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR\n     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY\n     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,\n     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER\n     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN\n     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF\n     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY\n     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW\n     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE\n     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO\n     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.\n\n10. U.S. GOVERNMENT END USERS.\n\n     The Covered Code is a \"commercial item,\" as that term is defined in\n     48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial computer\n     software\" and \"commercial computer software documentation,\" as such\n     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48\n     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),\n     all U.S. Government End Users acquire Covered Code with only those\n     rights set forth herein.\n\n11. MISCELLANEOUS.\n\n     This License represents the complete agreement concerning subject\n     matter hereof. If any provision of this License is held to be\n     unenforceable, such provision shall be reformed only to the extent\n     necessary to make it enforceable. This License shall be governed by\n     California law provisions (except to the extent applicable law, if\n     any, provides otherwise), excluding its conflict-of-law provisions.\n     With respect to disputes in which at least one party is a citizen of,\n     or an entity chartered or registered to do business in the United\n     States of America, any litigation relating to this License shall be\n     subject to the jurisdiction of the Federal Courts of the Northern\n     District of California, with venue lying in Santa Clara County,\n     California, with the losing party responsible for costs, including\n     without limitation, court costs and reasonable attorneys' fees and\n     expenses. The application of the United Nations Convention on\n     Contracts for the International Sale of Goods is expressly excluded.\n     Any law or regulation which provides that the language of a contract\n     shall be construed against the drafter shall not apply to this\n     License.\n\n12. RESPONSIBILITY FOR CLAIMS.\n\n     As between Initial Developer and the Contributors, each party is\n     responsible for claims and damages arising, directly or indirectly,\n     out of its utilization of rights under this License and You agree to\n     work with Initial Developer and Contributors to distribute such\n     responsibility on an equitable basis. Nothing herein is intended or\n     shall be deemed to constitute any admission of liability.\n\n13. MULTIPLE-LICENSED CODE.\n\n     Initial Developer may designate portions of the Covered Code as\n     \"Multiple-Licensed\".  \"Multiple-Licensed\" means that the Initial\n     Developer permits you to utilize portions of the Covered Code under\n     Your choice of the NPL or the alternative licenses, if any, specified\n     by the Initial Developer in the file described in Exhibit A.\n\nEXHIBIT A -Mozilla Public License.\n\n     ``The contents of this file are subject to the Mozilla Public License\n     Version 1.1 (the \"License\"); you may not use this file except in\n     compliance with the License. You may obtain a copy of the License at\n     http://www.mozilla.org/MPL/\n\n     Software distributed under the License is distributed on an \"AS IS\"\n     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the\n     License for the specific language governing rights and limitations\n     under the License.\n\n     The Original Code is ______________________________________.\n\n     The Initial Developer of the Original Code is ________________________.\n     Portions created by ______________________ are Copyright (C) ______\n     _______________________. All Rights Reserved.\n\n     Contributor(s): ______________________________________.\n\n     Alternatively, the contents of this file may be used under the terms\n     of the _____ license (the  \"[___] License\"), in which case the\n     provisions of [______] License are applicable instead of those\n     above.  If you wish to allow use of your version of this file only\n     under the terms of the [____] License and not to allow others to use\n     your version of this file under the MPL, indicate your decision by\n     deleting  the provisions above and replace  them with the notice and\n     other provisions required by the [___] License.  If you do not delete\n     the provisions above, a recipient may use your version of this file\n     under either the MPL or the [___] License.\"\n\n     [NOTE: The text of this Exhibit A may differ slightly from the text of\n     the notices in the Source Code files of the Original Code. You should\n     use the text of this Exhibit A rather than the text found in the\n     Original Code Source Code for Your Modifications.]\n"
  },
  {
    "path": "docs/Ubuntu/INSTALL.md",
    "content": "# i-MSCP installation on Ubuntu\n\n## Supported Ubuntu versions\n\n- Ubuntu Xenial Xerus 16.04\n- Ubuntu Bionic Beaver 18.04\n\n## Installation\n\n### 1. Make sure that your distribution is up-to-date\n\n```\napt-get update\napt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade\n```\n\n### 2. Install the pre-required packages\n\n```\napt-get -y --auto-remove --no-install-recommends install ca-certificates perl \\\nwhiptail wget\n```\n\n### 3. Download and un-tar the distribution files\n\n```bash\ncd /usr/local/src\nwget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz\ntar -xzf imscp-<release_tag>.tar.gz\n```\n\n### 4. Change to the newly created directory\n\n```\ncd imscp-<release_tag>\n```\n\n### 5. Install i-MSCP by running its installer\n\n```bash\nperl imscp-autoinstall -d\n```\n\nNote that by default, not all setup dialogs are displayed, that is, those for\nwhich a default value is available. If you want force the installer to display\nall setup dialogs, you need to pass the `--reconfigure` option, without any\nargument, to the installer.\n\nYou can have a look at the [preseeding template file](../preseed.pl) to know\nthe default values used by the installer.\n\n## Upgrade\n\n### 1. Make sure to read the errata file\n\nBefore upgrading, you must not forget to read the\n[errata file](https://github.com/i-MSCP/imscp/blob/<release_tag>/docs/<release_branch>_errata.md)\n\n### 2. Make sure to make a backup of your data\n\nBefore any upgrade attempt it is highly recommended to make a backup of the\nfollowing directories:\n\n```\n/var/www/virtual\n/var/mail/virtual\n```\n\nThese directories hold the data of your customers and it is really important to\nbackup them for an easy recovering in case something goes wrong during upgrade.\n\n### 3. Make sure that your distribution is up-to-date\n\n```bash\napt-get update\napt-get --assume-yes --auto-remove --no-install-recommends dist-upgrade\n```\n\n### 4. Download and un-tar the distribution files\n\n```bash\ncd /usr/local/src\nwget https://github.com/i-MSCP/imscp/archive/<release_tag>.tar.gz\ntar -xzf imscp-<release_tag>.tar.gz\n```\n\n### 5. Change to the newly created directory\n\n```\ncd imscp-<release_tag>\n```\n\n### 6. Update i-MSCP by running its installer\n\n```\nperl imscp-autoinstall -d\n```\n"
  },
  {
    "path": "docs/cgi/README.md",
    "content": "# CGI support\n\ni-MSCP supports execution of CGI scripts through a specific `cgi-bin` folder located at root of each domain' Web folder.\n\nIn order, to work with CGI scripts, a customer must have CGI privileges, given by his reseller. Any CGI script must be\nuploaded into the `cgi-bin` folder with correct permissions and ownership. For instance:\n\n```\nroot@buster:/var/www/virtual/domain.tld/cgi-bin# ls -la\ntotal 20\ndrwxr-x---  2 vu2004 vu2004 4096 janv. 25 07:16 .\ndrwxr-x--- 14 vu2004 vu2004 4096 janv. 25 05:43 ..\n-rwxr-x---  1 vu2004 vu2004  215 janv. 25 06:42 sample.pl\n-rwxr-x---  1 vu2004 vu2004  200 janv. 25 06:42 sample.py\n-rwxr-x---  1 vu2004 vu2004  195 janv. 25 07:16 sample.rb\n```\n\nURLs for end-users will be:\n\n- http(s)://domain.tld/cgi-bin/sample.pl\n- http(s)://domain.tld/cgi-bin/sample.py\n- http(s)://domain.tld/cgi-bin/sample.rb\n\nYou can find a CGI script sample for Perl, Python and Ruby in the ./docs/cgi directory inside the i-MSCP archive.\n"
  },
  {
    "path": "docs/cgi/sample.pl",
    "content": "#!/usr/bin/perl\n\nprint \"Content-Type: text/html\\n\\n\";\n\nprint \"<html><head>\\n\";\nprint \"<title>Hello, world!</title>\\n\";\nprint \"</head>\\n\";\nprint \"<body>\\n\";\nprint \"<h1>Hello, world!</h1>\\n\";\nprint \"</body></html>\\n\";\n"
  },
  {
    "path": "docs/cgi/sample.py",
    "content": "#!/usr/bin/python\n\nprint 'Content-type: text/html'\nprint\nprint '<html><head>'\nprint '<title>Hello, world!</title>'\nprint '</head>'\nprint '<body>'\nprint '<h1>Hello, world!</h1>'\nprint '</body></html>'\n"
  },
  {
    "path": "docs/cgi/sample.rb",
    "content": "#!/usr/bin/ruby\n\nputs \"Content-type: text/html\"\nputs\nputs '<html><head>'\nputs '<title>Hello, world!</title>'\nputs '</head>'\nputs '<body>'\nputs '<h1>Hello, world!</h1>'\nputs '</body></html>'\n"
  },
  {
    "path": "docs/imscp_net_sysctl.conf",
    "content": "# Source: https://easyengine.io/tutorials/linux/sysctl-conf/\n# Copy this file in /etc/sysctl.d and once done, run: sysctl --system\n\n### IMPROVE SYSTEM MEMORY MANAGEMENT ###\n\n# Increase size of file handles and inode cache\nfs.file-max = 2097152\n\n# Do less swapping\nvm.swappiness = 10\nvm.dirty_ratio = 60\nvm.dirty_background_ratio = 2\n\n### GENERAL NETWORK SECURITY OPTIONS ###\n\n# Number of times SYNACKs for passive TCP connection.\nnet.ipv4.tcp_synack_retries = 2\n\n# Allowed local port range\nnet.ipv4.ip_local_port_range = 32768 60999\n\n# Protect Against TCP Time-Wait\nnet.ipv4.tcp_rfc1337 = 1\n\n# Decrease the time default value for tcp_fin_timeout connection\nnet.ipv4.tcp_fin_timeout = 15\n\n# Decrease the time default value for connections to keep alive\nnet.ipv4.tcp_keepalive_time = 300\nnet.ipv4.tcp_keepalive_probes = 5\nnet.ipv4.tcp_keepalive_intvl = 15\n\n### TUNING NETWORK PERFORMANCE ###\n\n# Default Socket Receive Buffer\nnet.core.rmem_default = 31457280\n\n# Maximum Socket Receive Buffer\nnet.core.rmem_max = 12582912\n\n# Default Socket Send Buffer\nnet.core.wmem_default = 31457280\n\n# Maximum Socket Send Buffer\nnet.core.wmem_max = 12582912\n\n# Increase number of incoming connections\nnet.core.somaxconn = 4096\n\n# Increase number of incoming connections backlog\nnet.core.netdev_max_backlog = 65536\n\n# Increase the maximum amount of option memory buffers\nnet.core.optmem_max = 25165824\n\n# Increase the maximum total buffer-space allocatable\n# This is measured in units of pages (4096 bytes)\nnet.ipv4.tcp_mem = 65536 131072 262144\nnet.ipv4.udp_mem = 65536 131072 262144\n\n# Increase the read-buffer space allocatable\nnet.ipv4.tcp_rmem = 8192 87380 16777216\nnet.ipv4.udp_rmem_min = 16384\n\n# Increase the write-buffer-space allocatable\nnet.ipv4.tcp_wmem = 8192 65536 16777216\nnet.ipv4.udp_wmem_min = 16384\n\n# Increase the tcp-time-wait buckets pool size to prevent simple DOS attacks\nnet.ipv4.tcp_max_tw_buckets = 1440000\nnet.ipv4.tcp_tw_recycle = 1\nnet.ipv4.tcp_tw_reuse = 1\n"
  },
  {
    "path": "docs/preseed.pl",
    "content": "#!/usr/bin/perl\n\nuse strict;\nuse warnings;\n\n# Preseeding template file for i-MSCP unattended installation\n#\n# See the documentation at http://wiki.i-mscp.net/doku.php?id=start:preseeding\n#\n# Author: Laurent Declercq <l.declercq@nuxwin.com>\n# Last update: 2019.08.20\n\n%::questions = (\n    ###\n    ### Mandatory parameters\n    ### Unless otherwise stated, these parameters can't be left blank.\n    ###\n\n    # Server primary IP\n    #\n    # If you make use of a Cloud computing service such as Scaleway or Amazon\n    # EC2, you should set the value to '0.0.0.0' which means that i-MSCP will\n    # configures the services to listen on all interfaces rather than a \n    # specific interface.\n    #\n    # Possible values: A configured IPv4/IPv6 address, or 0.0.0.0 to make the\n    #                  services listen on all interfaces.\n    BASE_SERVER_IP                      => '',\n\n    # Master administrator (control panel) password\n    #\n    # Only ASCII alphabet characters and digits are allowed in password.\n    ADMIN_PASSWORD                      => '',\n\n    # Master administrator email address\n    #\n    # Be aware that mails sent to local root user will be forwarded to this\n    # email address.\n    #\n    # This email address is very important as this is the one to which i-MSCP\n    # will send all system notifications such as errors. Furthermore, If you\n    # make use of The i-MSCP LetsEncrypt plugin, this email will be also  used\n    # for the account registration. \n    #\n    # Possible value: A valid email address.\n    DEFAULT_ADMIN_ADDRESS               => '',\n\n    # SQL root username/password\n    #\n    # If you make use of a local SQL server, and if the unix_socket\n    # authentication plugin is enabled for the SQL root user, you can leave\n    # these parameters blank.\n    #\n    # The installer only make use of that SQL user account while installation.\n    SQL_ROOT_USER                       => '',\n    SQL_ROOT_PASSWORD                   => '',\n\n    ###\n    ### Parameters with default values\n    ### All parameters below can be left 'AS THIS' if the default values fit\n    ## your needs.\n    ###\n\n    #\n    ## System configuration\n    #\n\n    # Server hostname\n    #\n    # Possible values: A fully qualified hostname name (FQHN)\n    #\n    # Leave this parameter blank for use of default value: server hostname.\n    SERVER_HOSTNAME                     => '',\n\n    # WAN IP\n    #\n    # You can force usage of a private IP by setting this parameter to the\n    # value of the 'BASE_SERVER_IP' parameter instead of a public IP.\n    #\n    # If you have set the 'BASE_SERVER_IP' parameter value to '0.0.0.0', you\n    # should leave this parameter blank.\n    #\n    # Possible values: an Ipv4 or IPv6 address\n    #\n    # Leave this parameter blank for use of default value: WAN IP\n    BASE_SERVER_PUBLIC_IP               => '',\n\n    # Server timezone\n    #\n    # Possible values: A valid timezone such as 'Europe/Berlin'\n    # (see http://php.net/manual/en/timezones.php)\n    #\n    # Leave this parameter blank for use of default value: server timezone.\n    TIMEZONE                            => '',\n\n    #\n    ## Backup configuration parameters\n    #\n\n    # Enable/Disable backup feature for the control panel database and\n    # configuration files\n    #\n    # Possible values: yes, no\n    #\n    # Leave this parameter blank for use of default value: yes\n    BACKUP_IMSCP                        => '',\n\n    # Enable/Disable the backup feature for client data (Web data, SQL data,\n    # and mail data)\n    #\n    # Enabling this feature will make the resellers able to enable/disable the\n    # backup feature on a per client basis.\n    #\n    # Possible values: yes, no\n    #\n    # Leave this parameter blank for use of default value: yes\n    BACKUP_DOMAINS                      => '',\n\n    #\n    ## SQL server configuration parameters\n    #\n\n    # SQL server implementation\n    #\n    # Available SQL server vendors/versions depend on your distribution.\n    # Please consult the autoinstaller/Packages/<distro>-<codename>.xml file.\n    # Accepted values are the XML node names that describe SQL servers. For\n    # instance: 'remote_server', 'mysql_5.7', 'mariadb_10.1', 'mariadb_10.2'\n    #\n    # Leave this parameter blank for use of default value: default SQL server\n    # as set in distribution packages file.\n    SQL_SERVER                          => '',\n\n    # Keep the local SQL server installed regardless of the selected SQL server\n    # implementation\n    #\n    # If there is a local SQL server installed locally, and if you choose the\n    # remote SQl server alternative, this flag tells  the installer whether or\n    # not the local server must be kept installed.\n    #\n    # Possible value: yes, no\n    #\n    # Leave this parameter blank for use of default value: yes\n    KEEP_LOCAL_SQL_SERVER               => '',\n\n    # SQL server hostname\n    #\n    # For a local SQL server, 'localhost' is the recommended value. Setting an\n    # IP address such as '127.0.0.1' in place of 'localhost' would force\n    # connections through TCP/IP rather than local socket connections.\n    # \n    # For a remote SQL server, the 'localhost', '127.0.0.1' and '::1' entries\n    # are irrelevant, and therefore, prohibited.\n    #\n    # Possible values: A valid hostname or IP address\n    #\n    # If you make use of a local SQL server, you can leave this parameter blank\n    # for use of default value: localhost\n    DATABASE_HOST                       => '',\n\n    # SQL server port (only relevant for TCP/IP connection)\n    #\n    # Possible values: A port in range 1025 to 65535\n    #\n    # Leave this parameter blank for use of default value: 3306\n    DATABASE_PORT                       => '',\n\n    # i-MSCP Master SQL user\n    #\n    # Master SQL user for i-MSCP. That SQL user is used by both the i-MSCP\n    # frontEnd and backend.\n    #\n    # Note that the debian-sys-maint, mysql.user, root  SQL users are not\n    # allowed.\n    #\n    # Leave this parameter blank for use of default value: imscp_user\n    DATABASE_USER                       => '',\n    # Only ASCII alphabet characters and digits are allowed in password.\n    #\n    # Leave this parameter blank for use of default value: random password.\n    DATABASE_PASSWORD                   => '',\n\n    # Hostname for SQL users created by i-MSCP\n    # \n    # This is the hostname from which SQL users created by i-MSCP can connect\n    # to the SQL server. Generally speaking, that hostname should be\n    # 'localhost', excepted when using a remote SQL server . In such a case,\n    # the hostname should be set to the i-MSCP server hostname, or its WAN IP.\n    # However, if both servers can communicate (are linked) together through an\n    # internal network (LAN), it is best recommended to choose an IP address\n    # from the LAN (private IP range) rather than relying on the WAN IP. Doing\n    # so would leverage security, and prevent any NAT or resolving issue.\n    # \n    # Finally, when using a remote SQL server, usage of an hostname consisting\n    # only of a wildcard ('%') character should be avoided. Doing so  would\n    # make the SQL users able to connect from any location. This practice is\n    # best avoided to mitigate unwanted connections from the outside-world,\n    # from attackers which would have get your SQL credentials. Nowadays, local\n    # SQL servers are setup to listen on the loopback interface, that is,\n    # locally only, but that's not the case of remote SQL servers which must be\n    # reachable through TCP/IP.\n    #\n    # Possible values: A valid SQL user hostname.\n    # See https://dev.mysql.com/doc/refman/5.7/en/account-names.html\n    #\n    # Leave this parameter blank for use of default value which depending on\n    # context is:\n    # - Local SQL server: localhost\n    # - Remote SQL server: WAN IP\n    DATABASE_USER_HOST                  => '',\n\n    # Database name (database for the control panel)\n    #\n    # Leave this parameter blank for use of default value: imscp\n    DATABASE_NAME                       => '',\n\n    # Enable/disable prefix/suffix for SQL databases/usernames\n    #\n    # Possible values: behind, infront, none\n    #\n    # Leave this parameter blank for use of default value: none\n    MYSQL_PREFIX                        => '',\n\n    #\n    ## Control panel configuration parameters\n    #\n\n    # FrontEnd httpd server\n    #\n    # Possible value: nginx\n    #\n    # Leave this parameter blank for us of default value: default Http server\n    # for the frontend (control panel) as set in distribution packages file.\n    FRONTEND_SERVER                     => '',\n\n    # Control panel hostname\n    #\n    # Hostname from which the control panel must be reachable.\n    #\n    # Possible values: A fully qualified hostname name (FQHN).\n    #\n    # Leave this parameter blank for use of default value:\n    # panel.<SERVER_HOSTNAME>\n    BASE_SERVER_VHOST                   => '',\n\n    # Control panel http port\n    #\n    # Possible values: A port in range 1025-65535\n    #\n    # Leave this parameter blank for use of default value: 8880\n    BASE_SERVER_VHOST_HTTP_PORT         => '',\n\n    # Control panel https port (only relevant if SSL is enabled for the control\n    # panel)\n    #\n    # Possible values: A port in range 1025-65535\n    #\n    # Leave this parameter blank for use of default value: 8443\n    BASE_SERVER_VHOST_HTTPS_PORT        => '',\n\n    # Enable/disable SSL for the control panel\n    #\n    # Possible values: yes, no\n    #\n    # Leave this parameter blank for use of default value: yes\n    PANEL_SSL_ENABLED                   => '',\n\n    # Whether or not a self-signed SSL certificate must be generated for the\n    # control panel\n    #\n    # Possible values: yes, no\n    #\n    # Leave this parameter blank for use of default value: yes\n    #\n    # Warning: This parameter has a higher precedence than other SSL related\n    # parameters. If you want provide your own SSL certificate, be sure to set\n    # the value of this parameter to 'no'.\n    PANEL_SSL_SELFSIGNED_CERTIFICATE    => '',\n\n    # Control panel SSL certificate private key (only relevant for a trusted\n    # SSL certificate)\n    #\n    # Possible value: SSL certificate private key path\n    PANEL_SSL_PRIVATE_KEY_PATH          => '',\n\n    # Passphrase for the control panel SSL certificate private key (only if the\n    # private key is encrypted)\n    #\n    # Possible value: Passphrase for the SSL certificate private key\n    PANEL_SSL_PRIVATE_KEY_PASSPHRASE    => '',\n\n    # Control panel SSL certificate CA bundle (only relevant for a trusted SSL\n    # certificate)\n    #\n    # Possible value: SSL certificate CA bundle path\n    PANEL_SSL_CA_BUNDLE_PATH            => '',\n\n    # Control panel SSL certificate (only relevant for a trusted SSL\n    # certificate)\n    #\n    # Possible value: SSL certificate path\n    PANEL_SSL_CERTIFICATE_PATH          => '',\n\n    # Alternative URLs feature for the client websites\n    #\n    # When this feature is enabled, clients can access their Websites through\n    # an alternative URL which is a subdomain from the control panel domain.\n    #\n    # If you make use of an external DNS server, you must not forgot to add a\n    # wildcard DNS in the control panel domain zone such as *.<cp_domain>.tld.\n    #\n    # Possible values: yes, no\n    #\n    # Leave this parameter blank for use of default value: yes\n    CLIENT_WEBSITES_ALT_URLS            => '',\n\n    # Control panel access mode (only relevant if SSL is enabled for the control\n    # panel)\n    #\n    # Possible values: http://, https://\n    #\n    # Leave this parameter blank for use of default value: http:// or https//,\n    # depending whether or not SSL is enabled for the control panel. Note that\n    # if SSL is disabled for the control panel, this parameter will be set to\n    # http:// regardless of the value set.\n    BASE_SERVER_VHOST_PREFIX            => '',\n\n    # Master administrator account credentials (control panel)\n    #\n    # Leave this parameter blank for use of default value: admin\n    ADMIN_LOGIN_NAME                    => '',\n\n    #\n    ## DNS server configuration\n    #\n\n    # DNS server implementation\n    #\n    # Possible values: bind, external_server\n    #\n    # Leave this parameter blank for us of default value: default DNS server\n    # as set in distribution packages file.\n    NAMED_SERVER                        => '',\n\n    #\n    # Bind server implementation configuration parameters\n    #\n\n    # DNS server mode\n    #\n    # Possible values: master, slave\n    #\n    # Leave this parameter blank for use of default value: master\n    BIND_MODE                           => '',\n\n    # Master DNS IP addresses (Only relevant when the value of the 'BIND_MODE'\n    # parameter is set to 'master')\n    #\n    # Possible value: 'no', or a list of IPv4/IPv6 addresses, each separated by\n    # semicolon or space.\n    #\n    # Leave this parameter blank for use of default value: no\n    PRIMARY_DNS                         => '',\n\n    # Slave DNS IP addresses (Only relevant when the value of the 'BIND_MODE'\n    # parameter is set to 'slave')\n    #\n    # Possible value: 'no', or a list of IPv4/IPv6 addresses, each separated by\n    # semicolon or space\n    #\n    # Leave this parameter blank for use of default value: no\n    SECONDARY_DNS                       => '',\n\n    # IPv6 support\n    #\n    # Possible values: yes, no\n    #\n    # Leave this parameter blank for use of default value: no\n    BIND_IPV6                           => '',\n\n    # Local DNS resolver\n    #\n    # Make use of the local DNS server (bind9) for the local DNS resolution.\n    #\n    # Possible values: yes, no\n    #\n    # Leave this parameter blank for use of default value: yes\n    LOCAL_DNS_RESOLVER                  => '',\n\n    #\n    ## Httpd server configuration parameters\n    #\n\n    # Httpd server implementation\n    #\n    # Possible values: apache_itk, apache_fcgid or apache_php_fpm (recommended)\n    #\n    # Leave this parameter blank for us of default value: Default Httpd server\n    # as set in distribution packages file.\n    HTTPD_SERVER                        => '',\n\n    #\n    ## PHP configuration parameters\n    #\n\n    # PHP version for customers\n    #\n    # Possible values: php5.6, php7.0, php7.1, php7.2, or php7.3 (recommended)\n    #\n    # Leave this parameter blank for us of default value: Default PHP version\n    # as set in distribution packages file.\n    PHP_SERVER                          => '',\n\n    # PHP configuration level\n    #\n    # If you make use of the PhpSwitcher plugin, you need set the value to\n    # 'per_site'.\n    #\n    # Possible values: per_user, per_domain, per_site\n    #\n    # Leave this parameter blank for use of default value: per_site\n    PHP_CONFIG_LEVEL                    => '',\n\n    # PHP-FPM listen socket type (Only relevant with the 'apache_php_fpm'\n    # server implementation)\n    #\n    # Possible values: uds (recommended), tcp\n    #\n    # Leave this parameter blank for use of default value: uds\n    PHP_FPM_LISTEN_MODE                 => '',\n\n    #\n    ## FTPd server configuration parameters\n    #\n\n    # FTPd server implementation\n    #\n    # Possible values: proftpd, vsftpd\n    #\n    # Leave this parameter blank for us of default value: default FTP server\n    # as set in distribution packages file.\n    FTPD_SERVER                         => '',\n\n    # Passive TCP port range\n    #\n    # If your server is behind a NAT router, you MUST not forget\n    # to forward those TCP ports.\n    #\n    # Possible values: A port range in range 32768-60999\n    #\n    # Leave this parameter blank for use of default value: 32800 33800\n    FTPD_PASSIVE_PORT_RANGE             => '',\n\n    #\n    ## MTA server configuration parameters\n    #\n\n    # MTA server implementation\n    #\n    # Possible values: postfix\n    #\n    # Leave this parameter blank for us of default value: default MTA server\n    # as set in distribution packages file.\n    MTA_SERVER                          => '',\n\n    #\n    ## IMAP, POP server configuration parameters\n    #\n\n    # POP/IMAP servers implementation\n    #\n    # Possible values: courier, dovecot\n    #\n    # Leave this parameter blank for us of default value: default IMAP/POP\n    # server  as set in distribution packages file.\n    PO_SERVER                           => '',\n\n    #\n    ## SSL configuration for FTP, IMAP/POP and SMTP services\n    #\n\n    # Enable/disable SSL for various services (FTP, IMAP/POP, SMTP)\n    #\n    # Possible values: yes, no\n    #\n    # Leave this parameter blank for use of default value: yes\n    SERVICES_SSL_ENABLED                => '',\n\n    # Whether or not a self-signed SSL certificate must be generated\n    #\n    # Possible values: yes, no\n    #\n    # Leave this parameter blank for use of default value: yes\n    #\n    # Warning: This parameter has a higher precedence than other SSL related\n    # parameters. If you want provide your own SSL certificate, be sure to set\n    # the value of this parameter to 'no'.\n    SERVICES_SSL_SELFSIGNED_CERTIFICATE => '',\n\n    # Services SSL certificate private key (only relevant for a trusted SSL\n    # certificate)\n    #\n    # Possible values: SSL certificate private key path\n    SERVICES_SSL_PRIVATE_KEY_PATH       => '',\n\n    # Passphrase for the services SSL certificate private key (only relevant if\n    # the private key is encrypted)\n    #\n    # Possible values: passphrase for the SSL certificate private key\n    SERVICES_SSL_PRIVATE_KEY_PASSPHRASE => '',\n\n    # Services SSL certificate CA Bundle (only relevant for a trusted SSL\n    # certificate)\n    #\n    # Possible values: SSL certificate CA bundle path\n    SERVICES_SSL_CA_BUNDLE_PATH         => '',\n\n    # Services SSL certificate (only relevant for trusted SSL certificate)\n    #\n    # Possible values: SSL certificate path\n    SERVICES_SSL_CERTIFICATE_PATH       => '',\n\n    #\n    ## Packages (addons)\n    #\n\n    # Web statistic packages\n    #\n    # Possible values: 'No', or a list of packages, each comma separated.\n    # Available packages are: AWStats\n    #\n    # Leave this parameter blank for use of default value: AWStats\n    WEB_STATISTIC_PACKAGES              => '',\n\n    # Web FTP clients\n    #\n    # Possible values: 'No', or a list of packages, each comma separated.\n    # Available packages are: MonstaFTP\n    #\n    # Leave this parameter blank for use of default value: MonstaFTP\n    WEB_FTP_CLIENT_PACKAGES             => '',\n\n    # SQL administrator tool packages\n    #\n    # Possible values: 'No', or a list of packages, each comma separated.\n    # Available packages are: PhpMyAdmin\n    #\n    # Leave this parameter blank for use of default value: PhpMyAdmin\n    SQL_ADMIN_TOOL_PACKAGES             => '',\n\n    # Webmail client packages\n    #\n    # Possible values: 'No', or a list of packages, each comma separated.\n    # Available packages are: RainLoop, Roundcube\n    #\n    # Leave this parameter blank for use of default value: RainLoop,Roundcube\n    WEB_MAIL_CLIENT_PACKAGES            => '',\n\n    # Antirootkits packages\n    #\n    # Possible values: 'No', or a list of packages, each comma separated.\n    # Available packages are: Chkrootkit, Rkhunter\n    #\n    # Leave this parameter blank for use of default value: Chkrootkit,Rkhunter\n    ANTI_ROOTKIT_PACKAGES               => ''\n);\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Common/Object.pm",
    "content": "=head1 NAME\n\n Common::Object - Object base class\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Common::Object;\n\nuse strict;\nuse warnings;\n\n=head1 DESCRIPTION\n\n Object base class.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item new( [ %attrs ] )\n\n Constructor\n\n Param hash|hashref OPTIONAL hash representing class attributes\n Return Common::Object\n\n=cut\n\nsub new\n{\n    my ($class, @attrs) = @_;\n\n    my $self = bless { @attrs && ref $attrs[0] eq 'HASH' ? %{$attrs[0]} : @attrs }, $class;\n    $self->_init();\n    $self;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Common::Object\n\n=cut\n\nsub _init\n{\n    my ($self) = @_;\n\n    $self;\n}\n\n=item DESTROY\n\n Due to autoloading\n\n=cut\n\nsub DESTROY\n{\n    # Nothing todo\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Common/SingletonClass.pm",
    "content": "=head1 NAME\n\n Common::SingletonClass - Base class implementing Singleton Design Pattern\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Common::SingletonClass;\n\nuse strict;\nuse warnings;\n\n=head1 DESCRIPTION\n\n Base class implementing Singleton Design Pattern.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getInstance( [ %attrs ] )\n\n Implement singleton design pattern. Return instance of this class\n\n Param hash|hashref OPTIONAL hash representing class attributes\n Return Common::SingletonClass\n\n=cut\n\nsub getInstance\n{\n    my ($class, @attrs) = @_;\n\n    return $class if ref $class;\n\n    no strict 'refs';\n    my $instance = \\${\"${class}::_instance\"};\n\n    unless ( defined ${$instance} ) {\n        ${$instance} = bless { @attrs && ref $attrs[0] eq 'HASH' ? %{$attrs[0]} : @attrs }, $class;\n        ${$instance}->_init();\n    }\n\n    ${$instance};\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Called by getInstance( ). Initialize instance\n\n Return Common::SingletonClass\n\n=cut\n\nsub _init\n{\n    my ($self) = @_;\n\n    $self;\n}\n\n=item DESTROY\n\n Due to autoloading\n\n=cut\n\nsub DESTROY\n{\n    # Nothing todo\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/Abstract.pm",
    "content": "=head1 NAME\n\n Modules::Abstract - Base class for i-MSCP modules\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::Abstract;\n\nuse strict;\nuse warnings;\nuse iMSCP::Database;\nuse iMSCP::EventManager;\nuse iMSCP::Packages;\nuse iMSCP::Servers;\nuse parent 'Common::Object';\n\n=head1 DESCRIPTION\n\n i-MSCP modules abstract class.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    die( ref( $_[0] ) . ' module must implements the getType() method' );\n}\n\n=item process( \\%data )\n\n Process add|delete|restore|disable action according item status.\n\n Param hashref \\%data Item data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    die( ref( $_[0] ) . ' module must implements the process() method' );\n}\n\n=item add( )\n\n Execute the 'add' action on servers, packages\n\n Should be executed for items with 'toadd|tochange|toenable' status.\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub add\n{\n    $_[0]->_execAllActions( 'add' );\n}\n\n=item delete( )\n\n Execute the 'delete' action on servers, packages\n\n Should be executed for items with 'todelete' status.\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub delete\n{\n    $_[0]->_execAllActions( 'delete' );\n}\n\n=item restore( )\n\n Execute the 'restore' action on servers, packages\n\n Should be executed for items with 'torestore' status.\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restore\n{\n    $_[0]->_execAllActions( 'restore' );\n}\n\n=item disable( )\n\n Execute the 'disable' action on servers, packages\n\n Should be executed for items with 'todisable' status.\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub disable\n{\n    $_[0]->_execAllActions( 'disable' );\n}\n\n=back\n\n=head1 PRIVATES METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Modules::Abstract\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'_dbh'} = iMSCP::Database->factory()->getRawDb();\n    $self->{'_data'} = {};\n    $self;\n}\n\n=item _execAction( $action, $pkgType )\n\n Execute the given $action on all $pkgType that implement it\n\n Param string $action Action to execute on servers, packages (<pre|post><action><moduleType>)\n Param string $pkgType Package type (server|package)\n Return int 0 on success, other on failure\n\n=cut\n\nsub _execAction\n{\n    my ( $self, $action, $pkgType ) = @_;\n\n    if ( $pkgType eq 'server' ) {\n        for my $server ( iMSCP::Servers->getInstance()->getList() ) {\n            ( my $sub = $server->can( $action ) ) or next;\n            my $rs = $sub->( $server->factory(), $self->_getData( $action ));\n            return $rs if $rs;\n        }\n\n        return 0;\n    }\n\n    for my $package ( iMSCP::Packages->getInstance()->getList() ) {\n        ( my $sub = $package->can( $action ) ) or next;\n        my $rs = $sub->( $package->getInstance(), $self->_getData( $action ));\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item _execAllActions( $action )\n\n Execute pre$action, $action, post$action on servers, packages\n\n Param string $action Action to execute on servers, packages (add|delete|restore|disable)\n Return int 0 on success, other on failure\n\n=cut\n\nsub _execAllActions\n{\n    my ( $self, $action ) = @_;\n\n    my $moduleType = $self->getType();\n\n    if ( $action =~ /^(?:add|restore)$/ ) {\n        for ( 'pre', '', 'post' ) {\n            my $rs = $self->_execAction( \"$_$action$moduleType\", 'server' );\n            $rs ||= $self->_execAction( \"$_$action$moduleType\", 'package' );\n            return $rs if $rs;\n        }\n\n        return 0;\n    }\n\n    for ( 'pre', '', 'post' ) {\n        my $rs = $self->_execAction( \"$_$action$moduleType\", 'package' );\n        $rs ||= $self->_execAction( \"$_$action$moduleType\", 'server' );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for i-MSCP servers and packages\n\n Param string $action Action being executed (<pre|post><action><moduleType>) on servers, packages\n Return hashref Reference to a hash containing data, die on failure\n\n=cut\n\nsub _getData\n{\n    $_[0]->{'_data'};\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/Alias.pm",
    "content": "=head1 NAME\n\n Modules::Alias - i-MSCP domain alias module\n\n=cut\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::Alias;\n\nuse strict;\nuse warnings;\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error getLastError warning /;\nuse Net::LibIDN 'idn_to_unicode';\nuse Servers::httpd;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP domain alias module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'Dmn';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data Domain alias data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'alias_status'} =~ /^to(?:add|change|enable)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE domain_aliasses SET alias_status = ? WHERE alias_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } elsif ( $self->{'alias_status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE domain_aliasses SET alias_status = ? WHERE alias_id = ?', undef,\n            ( getLastError( 'error' ) || 'Unknown error' ), $data->{'id'} )\n            : ( 'DELETE FROM domain_aliasses WHERE alias_id = ?', undef, $data->{'id'} );\n    } elsif ( $self->{'alias_status'} eq 'todisable' ) {\n        $rs = $self->disable();\n        @sql = (\n            'UPDATE domain_aliasses SET alias_status = ? WHERE alias_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'disabled' ), $data->{'id'} );\n    } elsif ( $self->{'alias_status'} eq 'torestore' ) {\n        $rs = $self->restore();\n        @sql = (\n            'UPDATE domain_aliasses SET alias_status = ? WHERE alias_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'}\n        );\n    } else {\n        warning( sprintf( 'Unknown action (%s) for domain alias (ID %d)', $self->{'alias_status'}, $data->{'id'} ));\n        return 0;\n    }\n\n    local $@;\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=item add( )\n\n Add domain alias\n\n - Schedule change of subdomains that belong to this domain alias unless there\n   is already a pending task for them. This is needed to re-inject DNS resource\n   records for subdomains. See #IP-1801\n\n - Schedule change of custom DNS records that belong to this domain alias\n   unless there is already a pending task for them. This is needed to re-inject\n   the custom DNS resource records. See #IP-1801\n \n Retur int 0 on success, other on failure\n\n=cut\n\nsub add\n{\n    my ( $self ) = @_;\n\n    return $self->SUPER::add() if $self->{'alias_status'} eq 'toadd'\n        || defined $::execmode && $::execmode eq 'setup';\n\n    local $@;\n    eval {\n        $self->{'_dbh'}->begin_work();\n        $self->{'_dbh'}->do(\n            \"\n                UPDATE subdomain_alias AS t1\n                JOIN domain_aliasses AS t2 USING(alias_id)\n                SET t1.subdomain_alias_status = 'tochange'\n                WHERE t1.subdomain_alias_status = 'ok'\n                AND t2.alias_id = ?\n            \",\n            undef,\n            $self->{'alias_id'}\n        );\n        $self->{'_dbh'}->do(\n            \"\n                UPDATE domain_dns\n                SET domain_dns_status = 'tochange'\n                WHERE alias_id = ?\n                AND domain_dns_status = 'ok'\n            \",\n            undef,\n            $self->{'alias_id'}\n        );\n        $self->{'_dbh'}->commit();\n    };\n    if ( $@ ) {\n        $self->{'_dbh'}->rollback();\n        error( $@ );\n        return 1;\n    }\n\n    $self->SUPER::add();\n}\n\n=item disable( )\n\n Disable domain alias\n\n Schedule 'disable' task for any subdomain of this domains alias\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub disable\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval {\n        $self->{'_dbh'}->do(\n            \"\n                UPDATE subdomain_alias\n                SET subdomain_alias_status = 'todisable'\n                WHERE alias_id = ?\n                AND subdomain_alias_status <> 'todelete'\n            \",\n            undef,\n            $self->{'alias_id'}\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->SUPER::disable();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _loadData( $aliasId )\n\n Load data\n\n Param int $aliasId Domain Alias unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $aliasId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref(\n            \"\n                SELECT t1.*,\n                    t2.domain_name AS user_home, t2.domain_admin_id, t2.domain_mailacc_limit, t2.domain_php,\n                    t2.domain_cgi, t2.web_folder_protection,\n                    IFNULL(t3.ip_number, '0.0.0.0') AS ip_number,\n                    t4.private_key, t4.certificate, t4.ca_bundle, t4.allow_hsts, t4.hsts_max_age,\n                    t4.hsts_include_subdomains,\n                    t5.mail_on_domain\n                FROM domain_aliasses AS t1\n                JOIN domain AS t2 ON (t2.domain_id = t1.domain_id)\n                LEFT JOIN server_ips AS t3 ON (t3.ip_id = t1.alias_ip_id)\n                LEFT JOIN ssl_certs AS t4 ON(t4.domain_id = t1.alias_id AND t4.domain_type = 'als' AND t4.status = 'ok')\n                LEFT JOIN(\n                    SELECT sub_id, COUNT(sub_id) AS mail_on_domain\n                    FROM mail_users\n                    WHERE mail_type LIKE 'alias\\\\_%'\n                    GROUP BY sub_id\n                ) AS t5 ON (t5.sub_id = t1.alias_id)\n                WHERE t1.alias_id = ?\n            \",\n            undef, $aliasId\n        );\n        $row or die( sprintf( 'Data not found for domain alias (ID %d)', $aliasId ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data, die on failure\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do {\n        my $httpd = Servers::httpd->factory();\n        my $groupName = my $userName = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . ( $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'domain_admin_id'} );\n        my $homeDir = File::Spec->canonpath( \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'user_home'}\" );\n        my $webDir = File::Spec->canonpath( \"$homeDir/$self->{'alias_mount'}\" );\n        my $documentRoot = File::Spec->canonpath( \"$webDir/$self->{'alias_document_root'}\" );\n        my $confLevel = $httpd->{'phpConfig'}->{'PHP_CONFIG_LEVEL'} eq 'per_user' ? 'dmn' : 'als';\n        my $phpini = $self->{'_dbh'}->selectrow_hashref(\n            'SELECT * FROM php_ini WHERE domain_id = ? AND domain_type = ?', undef,\n            ( $confLevel eq 'dmn' ? $self->{'domain_id'} : $self->{'alias_id'} ), $confLevel\n        ) || {};\n\n        my $haveCert = defined $self->{'certificate'} && -f \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs/$self->{'alias_name'}.pem\";\n        my $allowHSTS = $haveCert && $self->{'allow_hsts'} eq 'on';\n        my $hstsMaxAge = $allowHSTS ? $self->{'hsts_max_age'} : 0;\n        my $hstsIncludeSubDomains =\n            $allowHSTS && $self->{'hsts_include_subdomains'} eq 'on'\n                ? '; includeSubDomains'\n                : ( $allowHSTS ? '' : '; includeSubDomains' );\n\n        {\n            ACTION                  => $action,\n            STATUS                  => $self->{'alias_status'},\n            BASE_SERVER_VHOST       => $::imscpConfig{'BASE_SERVER_VHOST'},\n            BASE_SERVER_IP          => $::imscpConfig{'BASE_SERVER_IP'},\n            BASE_SERVER_PUBLIC_IP   => $::imscpConfig{'BASE_SERVER_PUBLIC_IP'},\n            DOMAIN_ADMIN_ID         => $self->{'domain_admin_id'},\n            DOMAIN_ID               => $self->{'alias_id'},\n            DOMAIN_NAME             => $self->{'alias_name'},\n            DOMAIN_NAME_UNICODE     => idn_to_unicode( $self->{'alias_name'}, 'utf-8' ),\n            DOMAIN_IP               => $self->{'ip_number'},\n            DOMAIN_TYPE             => 'als',\n            PARENT_DOMAIN_NAME      => $self->{'alias_name'},\n            ROOT_DOMAIN_NAME        => $self->{'user_home'},\n            HOME_DIR                => $homeDir,\n            WEB_DIR                 => $webDir,\n            MOUNT_POINT             => $self->{'alias_mount'},\n            DOCUMENT_ROOT           => $documentRoot,\n            SHARED_MOUNT_POINT      => $self->_sharedMountPoint(),\n            PEAR_DIR                => $httpd->{'phpConfig'}->{'PHP_PEAR_DIR'},\n            TIMEZONE                => $::imscpConfig{'TIMEZONE'},\n            USER                    => $userName,\n            GROUP                   => $groupName,\n            PHP_SUPPORT             => $self->{'domain_php'},\n            CGI_SUPPORT             => $self->{'domain_cgi'},\n            WEB_FOLDER_PROTECTION   => $self->{'web_folder_protection'},\n            SSL_SUPPORT             => $haveCert,\n            HSTS_SUPPORT            => $allowHSTS,\n            HSTS_MAX_AGE            => $hstsMaxAge,\n            HSTS_INCLUDE_SUBDOMAINS => $hstsIncludeSubDomains,\n            FORWARD                 => $self->{'url_forward'} || 'no',\n            FORWARD_TYPE            => $self->{'type_forward'} || '',\n            FORWARD_PRESERVE_HOST   => $self->{'host_forward'} || 'Off',\n            DISABLE_FUNCTIONS       => $phpini->{'disable_functions'} || '',\n            MAX_EXECUTION_TIME      => $phpini->{'max_execution_time'} || 30,\n            MAX_INPUT_TIME          => $phpini->{'max_input_time'} || 60,\n            MEMORY_LIMIT            => $phpini->{'memory_limit'} || 128,\n            ERROR_REPORTING         => $phpini->{'error_reporting'} || 'E_ALL & ~E_DEPRECATED & ~E_STRICT',\n            DISPLAY_ERRORS          => $phpini->{'display_errors'} || 'off',\n            POST_MAX_SIZE           => $phpini->{'post_max_size'} || 8,\n            UPLOAD_MAX_FILESIZE     => $phpini->{'upload_max_filesize'} || 2,\n            ALLOW_URL_FOPEN         => $phpini->{'allow_url_fopen'} || 'off',\n            PHP_FPM_LISTEN_PORT     => ( $phpini->{'id'} // 1 )-1,\n            EXTERNAL_MAIL           => $self->{'external_mail'},\n            MAIL_ENABLED            => ( $self->{'external_mail'} eq 'off' && ( $self->{'mail_on_domain'} || $self->{'domain_mailacc_limit'} >= 0 ) ),\n            WILDCARD_ALIAS          => $self->{'wildcard_alias'} // 'no'\n        }\n    } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=item _sharedMountPoint( )\n\n Does this domain alias share mount point with another domain?\n\n Return bool, die on failure\n\n=cut\n\nsub _sharedMountPoint\n{\n    my ( $self ) = @_;\n\n    my $regexp = \"^$self->{'alias_mount'}(/.*|\\$)\";\n    my ( $nbSharedMountPoints ) = $self->{'_dbh'}->selectrow_array(\n        \"\n            SELECT COUNT(mount_point) AS nb_mount_points FROM (\n                SELECT alias_mount AS mount_point FROM domain_aliasses\n                WHERE alias_id <> ?\n                AND domain_id = ?\n                AND alias_status NOT IN ('todelete', 'ordered')\n                AND alias_mount RLIKE ?\n                UNION ALL\n                SELECT subdomain_mount AS mount_point\n                FROM subdomain\n                WHERE domain_id = ?\n                AND subdomain_status != 'todelete'\n                AND subdomain_mount RLIKE ?\n                UNION ALL\n                SELECT subdomain_alias_mount AS mount_point\n                FROM subdomain_alias\n                WHERE subdomain_alias_status <> 'todelete'\n                AND alias_id IN (SELECT alias_id FROM domain_aliasses WHERE domain_id = ?)\n                AND subdomain_alias_mount RLIKE ?\n            ) AS tmp\n        \",\n        undef, $self->{'alias_id'}, $self->{'domain_id'}, $regexp, $self->{'domain_id'}, $regexp, $self->{'domain_id'},\n        $regexp\n    );\n\n    ( $nbSharedMountPoints || $self->{'alias_mount'} eq '/' );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/CustomDNS.pm",
    "content": "=head1 NAME\n\n Modules::CustomDNS - i-MSCP CustomDNS module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::CustomDNS;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error getMessageByType /;\nuse Text::Balanced qw/ extract_multiple extract_delimited /;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP CustomDNS module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'CustomDNS';\n}\n\n=item process( \\%data )\n\n Process module\n\n Even if a DNS resource record isn't valid, we always return 0 (success). It is\n the responsability of the customers to fix their DNS resource records.\n\n Param hashref \\%data Custom DNS record data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'}, $data->{'type'} );\n    return $rs if $rs;\n\n    $self->_normalizeRRs();\n\n    if ( $self->add() ) {\n        local $@;\n        eval {\n            $self->{'_dbh'}->do(\n                \"\n                    UPDATE `domain_dns`\n                    SET `domain_dns_status` = ?\n                    WHERE @{ [ $data->{'type'} eq 'domain'\n                        ? '`domain_id` = ? AND `alias_id` = 0' : '`alias_id` = ?'\n                    ] }\n                    AND `domain_dns_status` <> 'disabled'\n                \",\n                undef,\n                getMessageByType( 'error', { amount => 1, remove => TRUE } )\n                    || 'Invalid DNS resource record',\n                $data->{'id'}\n            );\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        return 0;\n    }\n\n    local $@;\n    eval {\n        $self->{'_dbh'}->begin_work();\n        $self->{'_dbh'}->do(\n            \"\n                UPDATE `domain_dns`\n                SET `domain_dns_status` = IF(\n                    `domain_dns_status` = 'todisable',\n                    'disabled',\n                    IF(`domain_dns_status` NOT IN('todelete','disabled'),\n                        'ok', `domain_dns_status`\n                    )\n                )\n                WHERE @{ [ $data->{'type'} eq 'domain'\n                    ? '`domain_id` = ? AND `alias_id` = 0' : '`alias_id` = ?'\n                ] }\n            \",\n            undef,\n            $data->{'id'}\n        );\n        $self->{'_dbh'}->do(\n            \"\n                DELETE FROM `domain_dns`\n                WHERE @{ [ $data->{'type'} eq 'domain'\n                    ? '`domain_id` = ? AND `alias_id` = 0' : '`alias_id` = ?'\n                ] }\n                AND `domain_dns_status` = 'todelete'\n            \",\n            undef,\n            $data->{'id'}\n        );\n        $self->{'_dbh'}->commit();\n    };\n    if ( $@ ) {\n        $self->{'_dbh'}->rollback();\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item init( )\n\n Initialize instance\n\n Return Modules::CustomDNS\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self }{qw/ dns_zone dns_rr /} = ( undef, [] );\n    $self->SUPER::_init();\n}\n\n=item _loadData( $domainID, $domainType )\n\n Load all DNS resource records that belong to the given domain\n\n Param string $domainID Domain unique identifier\n Param string $domainType Domain type (alias|domain)\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $domainID, $domainType ) = @_;\n\n    eval {\n        $self->{'dns_rr'} = $self->{'_dbh'}->selectall_arrayref(\n            \"\n                SELECT\n                    CASE\n                        WHEN LOCATE('\\t', `domain_dns`) THEN SUBSTRING_INDEX(`domain_dns`, '\\t', 1)\n                        WHEN LOCATE(' ', `domain_dns`) THEN SUBSTRING_INDEX(`domain_dns`, ' ', 1)\n                    ELSE\n                        domain_dns\n                    END AS `name`,\n                    CASE\n                        WHEN LOCATE('\\t', `domain_dns`) THEN SUBSTRING_INDEX(`domain_dns`, '\\t', -1)\n                        WHEN LOCATE(' ', `domain_dns`) THEN SUBSTRING_INDEX(`domain_dns`, ' ', -1)\n                    ELSE\n                        10800\n                    END AS `ttl`,\n                    `domain_class` AS `class`,\n                    `domain_type` AS `type`,\n                    `domain_text` AS `rdata`\n                FROM `domain_dns`\n                WHERE @{ [ $domainType eq 'domain'\n                    ? '`domain_id` = ? AND `alias_id` = 0' : '`alias_id` = ?'\n                ] }\n                AND `domain_dns_status` NOT IN ('todisable','todelete','disabled')\n            \",\n            { Slice => {} },\n            $domainID\n        );\n\n        if ( $domainType eq 'domain' ) {\n            $self->{'dns_zone'} = $self->{'_dbh'}->selectcol_arrayref(\n                'SELECT `domain_name` FROM `domain` WHERE `domain_id` = ?',\n                undef,\n                $domainID\n            )->[0];\n        } else {\n            $self->{'dns_zone'} = $self->{'_dbh'}->selectcol_arrayref(\n                'SELECT `alias_name` FROM `domain_aliasses` WHERE `alias_id` = ?',\n                undef, $domainID\n            )->[0];\n        }\n\n        defined $self->{'dns_zone'} or die( sprintf(\n            'DNS zone not found for custom DNS RR group (%s/%d)',\n            $domainType,\n            $domainID\n        ));\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _normalizeRRs( )\n\n Normalize all DNS resource records\n\n Return void\n\n=cut\n\nsub _normalizeRRs\n{\n    my ( $self ) = @_;\n\n    # Normalize TXT and SPF RRs\n    for my $rr ( @{ $self->{'dns_rr'} } ) {\n        next unless grep ( $_ eq $rr->{'type'}, qw/ TXT SPF /);\n\n        # Turn line-breaks into whitespaces\n        $rr->{'rdata'} =~ s/\\R+/ /g;\n        # Remove leading and trailing whitespaces if any\n        $rr->{'rdata'} =~ s/^\\s+|\\s+$//;\n        # Make sure to work with quoted <character-string>\n        $rr->{'rdata'} = qq/\"$rr->{'rdata'}\"/ unless $rr->{'rdata'} =~ /^\".*\"$/;\n\n        # Split data field into several <character-string>s when\n        # <character-string> is longer than 255 bytes, excluding delimiters.\n        # See: https://tools.ietf.org/html/rfc4408#section-3.1.3\n        if ( length $rr->{'rdata'} > 257 ) {\n            # Extract all quoted <character-string>s, excluding delimiters\n            $_ =~ s/^\"(.*)\"$/$1/ for my @chunks = extract_multiple(\n                $rr->{'rdata'},\n                [ sub { extract_delimited( $_[0], '\"' ) } ],\n                undef,\n                TRUE\n            );\n            $rr->{'rdata'} = join '', @chunks if @chunks;\n            undef @chunks;\n\n            for ( my $i = 0, my $length = length $rr->{'rdata'};\n                $i < $length; $i += 255\n            ) {\n                push( @chunks, substr( $rr->{'rdata'}, $i, 255 ));\n            }\n\n            $rr->{'rdata'} = join ' ', map ( qq/\"$_\"/, @chunks );\n        }\n    }\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do { {\n        ACTION   => $action,\n        DNS_ZONE => $self->{'dns_zone'},\n        DNS_RR   => $self->{'dns_rr'}\n    } } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/Domain.pm",
    "content": "=head1 NAME\n\n Modules::Domain - i-MSCP Domain module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::Domain;\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse File::Spec;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt 'randomStr';\nuse iMSCP::Debug qw/ debug error getLastError warning /;\nuse iMSCP::Dir;\nuse iMSCP::Ext2Attributes 'clearImmutable';\nuse iMSCP::Execute qw/ execute escapeShell /;\nuse Net::LibIDN 'idn_to_unicode';\nuse Servers::httpd;\nuse Servers::sqld;\n\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP Domain module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'Dmn';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'domain_status'} =~ /^to(?:add|change|enable)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE domain SET domain_status = ? WHERE domain_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } elsif ( $self->{'domain_status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE domain SET domain_status = ? WHERE domain_id = ?', undef,\n            getLastError( 'error' ) || 'Unknown error', $data->{'id'} )\n            : ( 'DELETE FROM domain WHERE domain_id = ?', undef, $data->{'id'} );\n    } elsif ( $self->{'domain_status'} eq 'todisable' ) {\n        $rs = $self->disable();\n        @sql = ( 'UPDATE domain SET domain_status = ? WHERE domain_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'disabled' ), $data->{'id'} );\n    } elsif ( $self->{'domain_status'} eq 'torestore' ) {\n        $rs = $self->restore();\n        @sql = ( 'UPDATE domain SET domain_status = ? WHERE domain_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } else {\n        warning( sprintf( 'Unknown action (%s) for domain alias (ID %d)', $self->{'domain_status'}, $data->{'id'} ));\n        return 0;\n    }\n\n    local $@;\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=item add( )\n\n Add domain\n\n - Schedule change of subdomains that belong to this domain unless there is\n   already a pending task for them. This is needed to re-inject DNS resource\n   records for subdomains. See #IP-1801\n\n - Schedule change of custom DNS records that belong to this domain unless\n   there is already a pending task for them. This is needed to re-inject the\n   custom DNS resource records. See #IP-1801\n\n Retur int 0 on success, other on failure\n\n=cut\n\nsub add\n{\n    my ( $self ) = @_;\n\n    return $self->SUPER::add() if $self->{'domain_status'} eq 'toadd'\n        || defined $::execmode && $::execmode eq 'setup';\n\n    local $@;\n    eval {\n        $self->{'_dbh'}->begin_work();\n        $self->{'_dbh'}->do(\n            \"\n                UPDATE subdomain AS t1\n                JOIN domain AS t2 USING(domain_id)\n                SET t1.subdomain_status = 'tochange'\n                WHERE t1.subdomain_status = 'ok'\n                AND t2.domain_id = ?\n            \",\n            undef,\n            $self->{'domain_id'}\n        );\n        $self->{'_dbh'}->do(\n            \"\n                UPDATE domain_dns\n                SET domain_dns_status = 'tochange'\n                WHERE domain_id = ?\n                AND alias_id = 0\n                AND domain_dns_status = 'ok'\n            \",\n            undef,\n            $self->{'domain_id'}\n        );\n        $self->{'_dbh'}->commit();\n    };\n    if ( $@ ) {\n        $self->{'_dbh'}->rollback();\n        error( $@ );\n        return 1;\n    }\n\n    $self->SUPER::add();\n}\n\n=item disable( )\n\n Disable domain\n\n Schedule disable task for any subdomain of this domains\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub disable\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval {\n        $self->{'_dbh'}->do(\n            \"\n                UPDATE subdomain\n                SET subdomain_status = 'todisable'\n                WHERE domain_id = ?\n                AND subdomain_status <> 'todelete'\n            \",\n            undef,\n            $self->{'domain_id'}\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->SUPER::disable();\n}\n\n=item restore( )\n\n Restore backup\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restore\n{\n    my ( $self ) = @_;\n\n    my $homeDir = \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'domain_name'}\";\n    my $bkpDir = \"$homeDir/backups\";\n\n    local $@;\n    eval {\n        # Restore know databases only\n        my $rows = $self->{'_dbh'}->selectall_arrayref(\n            'SELECT sqld_name FROM sql_database WHERE domain_id = ?', { Slice => {} }, $self->{'domain_id'}\n        );\n\n        for my $row ( @{ $rows } ) {\n            # Encode slashes as SOLIDUS unicode character\n            # Encode dots as Full stop unicode character\n            ( my $encodedDbName = $row->{'sqld_name'} ) =~ s%([./])%{ '/', '@002f', '.', '@002e' }->{$1} %ge;\n\n            for ( '.sql', '.sql.bz2', '.sql.gz', '.sql.lzma', '.sql.xz' ) {\n                my $dbDumpFilePath = File::Spec->catfile( $bkpDir, $encodedDbName . $_ );\n                debug( $dbDumpFilePath );\n                next unless -f $dbDumpFilePath;\n                $self->_restoreDatabase( $row->{'sqld_name'}, $dbDumpFilePath );\n            }\n        }\n\n        # Restore first Web backup found\n        for ( iMSCP::Dir->new( dirname => $bkpDir )->getFiles() ) {\n            next if -l \"$bkpDir/$_\"; # Don't follow symlinks (See #IP-990)\n            next unless /^web-backup-.+?\\.tar(?:\\.(bz2|gz|lzma|xz))?$/;\n\n            my $archFormat = $1 || '';\n\n            # Since we are now using immutable bit to protect some folders, we must in order do the following\n            # to restore a backup archive:\n            #\n            # - Un-protect user homedir (clear immutable flag recursively)\n            # - Restore web files\n            # - Update status of sub, als and alssub, entities linked to the parent domain to 'torestore'\n            # - Run the restore( ) parent method\n            #\n            # The third and last tasks allow the i-MSCP Httpd server implementations to set correct permissions and\n            # set immutable flag on folders if needed for each entity\n            #\n            # Note: This is a lot of works but this will be fixed when the backup feature will be rewritten\n\n            if ( $archFormat eq 'bz2' ) {\n                $archFormat = 'bzip2';\n            } elsif ( $archFormat eq 'gz' ) {\n                $archFormat = 'gzip';\n            }\n\n            clearImmutable( $homeDir, TRUE ); # Un-protect homedir recursively\n\n            my $cmd;\n            if ( $archFormat ne '' ) {\n                $cmd = [ 'tar', '-x', '-p', \"--$archFormat\", '-C', $homeDir, '-f', \"$bkpDir/$_\" ];\n            } else {\n                $cmd = [ 'tar', '-x', '-p', '-C', $homeDir, '-f', \"$bkpDir/$_\" ];\n            }\n\n            my $rs = execute( $cmd, \\my $stdout, \\my $stderr );\n            debug( $stdout ) if $stdout;\n            $rs == 0 or die( $stderr || 'Unknown error' );\n\n            eval {\n                $self->{'_dbh'}->begin_work();\n                $self->{'_dbh'}->do(\n                    'UPDATE subdomain SET subdomain_status = ? WHERE domain_id = ?', undef, 'torestore',\n                    $self->{'domain_id'}\n                );\n                $self->{'_dbh'}->do(\n                    'UPDATE domain_aliasses SET alias_status = ? WHERE domain_id = ?', undef, 'torestore',\n                    $self->{'domain_id'}\n                );\n                $self->{'_dbh'}->do(\n                    \"\n                        UPDATE subdomain_alias\n                        SET subdomain_alias_status = 'torestore'\n                        WHERE alias_id IN (SELECT alias_id FROM domain_aliasses WHERE domain_id = ?)\n                    \",\n                    undef, $self->{'domain_id'}\n                );\n                $self->{'_dbh'}->commit();\n            };\n\n            $self->{'_dbh'}->rollback() if $@;\n            last;\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->SUPER::restore();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _loadData( $domainId )\n\n Load data\n\n Param int $domainId Domain unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $domainId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref(\n            \"\n                SELECT t1.domain_id, t1.domain_admin_id, t1.domain_mailacc_limit, t1.domain_name, t1.domain_status,\n                    t1.domain_php, t1.domain_cgi, t1.external_mail, t1.web_folder_protection, t1.document_root,\n                    t1.url_forward, t1.type_forward, t1.host_forward, t1.wildcard_alias,\n                    IFNULL(t2.ip_number, '0.0.0.0') AS ip_number,\n                    t3.private_key, t3.certificate, t3.ca_bundle, t3.allow_hsts, t3.hsts_max_age,\n                    t3.hsts_include_subdomains,\n                    t4.mail_on_domain\n                FROM domain AS t1\n                LEFT JOIN server_ips AS t2 ON (t2.ip_id = t1.domain_ip_id)\n                LEFT JOIN ssl_certs AS t3 ON(\n                    t3.domain_id = t1.domain_id AND t3.domain_type = 'dmn' AND t3.status = 'ok'\n                )\n                LEFT JOIN (\n                    SELECT domain_id, COUNT(domain_id) AS mail_on_domain\n                    FROM mail_users\n                    WHERE mail_type LIKE 'normal\\\\_%'\n                    GROUP BY domain_id\n                ) AS t4 ON(t4.domain_id = t1.domain_id)\n                WHERE t1.domain_id = ?\n            \",\n            undef, $domainId\n        );\n        $row or die( sprintf( 'Data not found for domain (ID %d)', $domainId ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data, die on failure\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do {\n        my $httpd = Servers::httpd->factory();\n        my $groupName = my $userName = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . ( $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'domain_admin_id'} );\n        my $homeDir = File::Spec->canonpath( \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'domain_name'}\" );\n        my $documentRoot = File::Spec->canonpath( \"$homeDir/$self->{'document_root'}\" );\n        my $phpini = $self->{'_dbh'}->selectrow_hashref(\n            \"SELECT * FROM php_ini WHERE domain_id = ? AND domain_type = 'dmn'\", undef, $self->{'domain_id'}\n        ) || {};\n\n        my $haveCert = defined $self->{'certificate'} && -f \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs/$self->{'domain_name'}.pem\";\n        my $allowHSTS = $haveCert && $self->{'allow_hsts'} eq 'on';\n        my $hstsMaxAge = $allowHSTS ? $self->{'hsts_max_age'} : 0;\n        my $hstsIncludeSubDomains = $allowHSTS && $self->{'hsts_include_subdomains'} eq 'on'\n            ? '; includeSubDomains'\n            : ( $allowHSTS ? '' : '; includeSubDomains' );\n\n        {\n            ACTION                  => $action,\n            STATUS                  => $self->{'domain_status'},\n            BASE_SERVER_VHOST       => $::imscpConfig{'BASE_SERVER_VHOST'},\n            BASE_SERVER_IP          => $::imscpConfig{'BASE_SERVER_IP'},\n            BASE_SERVER_PUBLIC_IP   => $::imscpConfig{'BASE_SERVER_PUBLIC_IP'},\n            DOMAIN_ADMIN_ID         => $self->{'domain_admin_id'},\n            DOMAIN_ID               => $self->{'domain_id'},\n            DOMAIN_NAME             => $self->{'domain_name'},\n            DOMAIN_NAME_UNICODE     => idn_to_unicode( $self->{'domain_name'}, 'utf-8' ),\n            DOMAIN_IP               => $self->{'ip_number'},\n            DOMAIN_TYPE             => 'dmn',\n            PARENT_DOMAIN_NAME      => $self->{'domain_name'},\n            ROOT_DOMAIN_NAME        => $self->{'domain_name'},\n            HOME_DIR                => $homeDir,\n            WEB_DIR                 => $homeDir,\n            MOUNT_POINT             => '/',\n            DOCUMENT_ROOT           => $documentRoot,\n            SHARED_MOUNT_POINT      => 0,\n            PEAR_DIR                => $httpd->{'phpConfig'}->{'PHP_PEAR_DIR'},\n            TIMEZONE                => $::imscpConfig{'TIMEZONE'},\n            USER                    => $userName,\n            GROUP                   => $groupName,\n            PHP_SUPPORT             => $self->{'domain_php'},\n            CGI_SUPPORT             => $self->{'domain_cgi'},\n            WEB_FOLDER_PROTECTION   => $self->{'web_folder_protection'},\n            SSL_SUPPORT             => $haveCert,\n            HSTS_SUPPORT            => $allowHSTS,\n            HSTS_MAX_AGE            => $hstsMaxAge,\n            HSTS_INCLUDE_SUBDOMAINS => $hstsIncludeSubDomains,\n            FORWARD                 => $self->{'url_forward'} || 'no',\n            FORWARD_TYPE            => $self->{'type_forward'} || '',\n            FORWARD_PRESERVE_HOST   => $self->{'host_forward'} || 'Off',\n            DISABLE_FUNCTIONS       => $phpini->{'disable_functions'} // '',\n            MAX_EXECUTION_TIME      => $phpini->{'max_execution_time'} || 30,\n            MAX_INPUT_TIME          => $phpini->{'max_input_time'} || 60,\n            MEMORY_LIMIT            => $phpini->{'memory_limit'} || 128,\n            ERROR_REPORTING         => $phpini->{'error_reporting'} || 'E_ALL & ~E_DEPRECATED & ~E_STRICT',\n            DISPLAY_ERRORS          => $phpini->{'display_errors'} || 'off',\n            POST_MAX_SIZE           => $phpini->{'post_max_size'} || 8,\n            UPLOAD_MAX_FILESIZE     => $phpini->{'upload_max_filesize'} || 2,\n            ALLOW_URL_FOPEN         => $phpini->{'allow_url_fopen'} || 'off',\n            PHP_FPM_LISTEN_PORT     => ( $phpini->{'id'} // 1 )-1,\n            EXTERNAL_MAIL           => $self->{'external_mail'},\n            MAIL_ENABLED            => ( $self->{'external_mail'} eq 'off' && ( $self->{'mail_on_domain'} || $self->{'domain_mailacc_limit'} >= 0 ) ),\n            WILDCARD_ALIAS          => $self->{'wildcard_alias'} // 'no'\n        }\n    } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=item _restoreDatabase( $dbName, $dbDumpFilePath )\n\n Restore a database from the given database dump file\n \n Param string $dbName Database name\n Param string $dbDumpFilePath Path to database dump file\n die on failure\n\n=cut\n\nsub _restoreDatabase\n{\n    my ( undef, $dbName, $dbDumpFilePath ) = @_;\n\n    my ( undef, undef, $archFormat ) = fileparse( $dbDumpFilePath, qr/\\.(?:bz2|gz|lzma|xz)/ );\n\n    my $cmd;\n    if ( defined $archFormat ) {\n        if ( $archFormat eq '.bz2' ) {\n            $cmd = 'bzcat -d ';\n        } elsif ( $archFormat eq '.gz' ) {\n            $cmd = 'zcat -d ';\n        } elsif ( $archFormat eq '.lzma' ) {\n            $cmd = 'lzma -dc ';\n        } elsif ( $archFormat eq '.xz' ) {\n            $cmd = 'xz -dc ';\n        } else {\n            warning( sprintf( \"Unsupported '%s' database dump archive format. skipping...\", $archFormat ));\n            return 0;\n        }\n    } else {\n        $cmd = 'cat ';\n    }\n\n    my @cmd = ( $cmd, escapeShell( $dbDumpFilePath ), '|', 'mysql', escapeShell( $dbName ) );\n    my $rs = execute( \"@cmd\", \\my $stdout, \\my $stderr );\n    debug( $stdout ) if $stdout;\n    $rs == 0 or die( error( sprintf( \"Couldn't restore SQL database: %s\", $stderr || 'Unknown error' )));\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/FtpUser.pm",
    "content": "=head1 NAME\n\n Modules::FtpUser - i-MSCP FtpUser module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::FtpUser;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error getLastError warning /;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP FtpUser module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'FtpUser';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data Ftp user data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'status'} =~ /^to(?:add|change|enable)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE ftp_users SET status = ? WHERE userid = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } elsif ( $self->{'status'} eq 'todisable' ) {\n        $rs = $self->disable();\n        @sql = ( 'UPDATE ftp_users SET status = ? WHERE userid = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'disabled' ), $data->{'id'} );\n    } elsif ( $self->{'status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE ftp_users SET status = ? WHERE userid = ?', undef,\n            ( getLastError( 'error' ) || 'Unknown error' ), $data->{'id'} )\n            : ( 'DELETE FROM ftp_users WHERE userid = ?', undef, $data->{'id'} );\n    } else {\n        warning( sprintf( 'Unknown action (%s) for ftp user (ID %d)', $self->{'status'}, $data->{'id'} ));\n        return 0;\n    }\n\n    local $@;\n    eval {\n        $self->{'_dbh'}->do( @sql );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _loadData( $ftpUserId )\n\n Load data\n\n Param int $ftpUserId Ftp user unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $ftpUserId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref( 'SELECT * FROM ftp_users WHERE userid = ?', undef, $ftpUserId );\n        $row or die( sprintf( 'Data not found for ftp user (ID %d)', $ftpUserId ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do {\n        my $userName = my $groupName = $::imscpConfig{'SYSTEM_USER_PREFIX'} . (\n            $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'admin_id'}\n        );\n\n        {\n            ACTION         => $action,\n            STATUS         => $self->{'status'},\n            OWNER_ID       => $self->{'admin_id'},\n            USERNAME       => $self->{'userid'},\n            PASSWORD_CRYPT => $self->{'passwd'},\n            PASSWORD_CLEAR => $self->{'rawpasswd'},\n            SHELL          => $self->{'shell'},\n            HOMEDIR        => $self->{'homedir'},\n            USER_SYS_GID   => $self->{'uid'},\n            USER_SYS_GID   => $self->{'gid'},\n            USER_SYS_NAME  => $userName,\n            USER_SYS_GNAME => $groupName\n        }\n    } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/Htaccess.pm",
    "content": "=head1 NAME\n\n Modules::Htaccess - i-MSCP Htaccess module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::Htaccess;\n\nuse strict;\nuse warnings;\nuse Encode 'encode_utf8';\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error getLastError warning /;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP Htaccess module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'Htaccess';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref $data Htaccess data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'status'} =~ /^to(?:add|change|enable)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE htaccess SET status = ? WHERE id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } elsif ( $self->{'status'} eq 'todisable' ) {\n        $rs = $self->disable();\n        @sql = ( 'UPDATE htaccess SET status = ? WHERE id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'disabled' ), $data->{'id'} );\n    } elsif ( $self->{'status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE htaccess SET status = ? WHERE id = ?', undef,\n            ( getLastError( 'error' ) || 'Unknown error' ), $data->{'id'} )\n            : ( 'DELETE FROM htaccess WHERE id = ?', undef, $data->{'id'} );\n    } else {\n        warning( sprintf( 'Unknown action (%s) for htaccess (ID %d)', $self->{'status'}, $data->{'id'} ));\n        return 0;\n    }\n\n    local $@;\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _loadData( $htaccessId )\n\n Load data\n\n Param int $htaccessId Htaccess unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $htaccessId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref(\n            \"\n                SELECT t3.id, t3.auth_type, t3.auth_name, t3.path, t3.status, t3.users, t3.groups,\n                    t4.domain_name, t4.domain_admin_id\n                FROM (SELECT * FROM htaccess, (SELECT IFNULL(\n                    (\n                        SELECT group_concat(uname SEPARATOR ' ')\n                        FROM htaccess_users\n                        WHERE id regexp (\n                            CONCAT('^(', (SELECT REPLACE((SELECT user_id FROM htaccess WHERE id = ?), ',', '|')), ')\\$')\n                        )\n                        GROUP BY dmn_id\n                    ), '') AS users) AS t1, (SELECT IFNULL(\n                        (\n                            SELECT group_concat(ugroup SEPARATOR ' ')\n                            FROM htaccess_groups\n                            WHERE id regexp (\n                                CONCAT(\n                                    '^(',\n                                    (SELECT REPLACE((SELECT group_id FROM htaccess WHERE id = ?), ',', '|')),\n                                    ')\\$'\n                                )\n                            )\n                            GROUP BY dmn_id\n                        ), '') AS groups) AS t2\n                    ) AS t3\n                JOIN domain AS t4 ON (t3.dmn_id = t4.domain_id)\n                WHERE t3.id = ?\n            \",\n            undef, $htaccessId, $htaccessId, $htaccessId\n        );\n        $row or die( sprintf( 'Data not found for htaccess (ID %d)', $htaccessId ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do {\n        my $groupName = my $userName = $::imscpConfig{'SYSTEM_USER_PREFIX'} .\n            ( $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'domain_admin_id'} );\n        my $homeDir = File::Spec->canonpath( \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'domain_name'}\" );\n        my $pathDir = File::Spec->canonpath( \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'domain_name'}/$self->{'path'}\" );\n\n        {\n            ACTION          => $action,\n            STATUS          => $self->{'status'},\n            DOMAIN_ADMIN_ID => $self->{'domain_admin_id'},\n            USER            => $userName,\n            GROUP           => $groupName,\n            AUTH_TYPE       => $self->{'auth_type'},\n            AUTH_NAME       => encode_utf8( $self->{'auth_name'} ),\n            AUTH_PATH       => $pathDir,\n            HOME_PATH       => $homeDir,\n            DOMAIN_NAME     => $self->{'domain_name'},\n            HTUSERS         => $self->{'users'},\n            HTGROUPS        => $self->{'groups'}\n        }\n    } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/Htgroup.pm",
    "content": "=head1 NAME\n\n Modules::Htgroup - i-MSCP Htgroup module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::Htgroup;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error getLastError warning /;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP Htgroup module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'Htgroup';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data Htgroup data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'status'} =~ /^to(?:add|change|enable)$/ ) {\n        $rs = $self->add();\n        @sql = (\n            'UPDATE htaccess_groups SET status = ? WHERE id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } elsif ( $self->{'status'} eq 'todisable' ) {\n        $rs = $self->disable();\n        @sql = ( 'UPDATE htaccess_groups SET status = ? WHERE id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'disabled' ), $data->{'id'} );\n    } elsif ( $self->{'status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE htaccess_groups SET status = ? WHERE id = ?', undef,\n            getLastError( 'error' ) || 'Unknown error', $data->{'id'} )\n            : ( 'DELETE FROM htaccess_groups WHERE id = ?', undef, $data->{'id'} );\n    } else {\n        warning( sprintf( 'Unknown action (%s) for htgroup (ID %d)', $self->{'status'}, $data->{'id'} ));\n        return 0;\n    }\n\n    local $@;\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _loadData( $htgroupId )\n\n Load data\n\n Param int $htgroupId $Htgroup unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $htgroupId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref(\n            \"\n                SELECT t2.id, t2.ugroup, t2.status, t2.users,\n                    t3.domain_name, t3.domain_admin_id, t3.web_folder_protection\n                FROM (SELECT * from htaccess_groups, (SELECT IFNULL(\n                    (\n                        SELECT group_concat(uname SEPARATOR ' ')\n                        FROM htaccess_users\n                        WHERE id regexp (\n                            CONCAT(\n                                '^(',\n                                (SELECT REPLACE((SELECT members FROM htaccess_groups WHERE id = ?), ',', '|')),\n                                ')\\$'\n                            )\n                        )\n                        GROUP BY dmn_id\n                    ), '') AS users) AS t1\n                ) AS t2\n                JOIN domain AS t3 ON (t2.dmn_id = t3.domain_id)\n                WHERE id = ?\n            \",\n            undef, $htgroupId, $htgroupId\n        );\n        $row or die( sprintf( 'Data not found for htgroup (ID %d)', $htgroupId ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do {\n        my $groupName = my $userName = $::imscpConfig{'SYSTEM_USER_PREFIX'} .\n            ( $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'domain_admin_id'} );\n\n        {\n            ACTION                => $action,\n            STATUS                => $self->{'status'},\n            DOMAIN_ADMIN_ID       => $self->{'domain_admin_id'},\n            USER                  => $userName,\n            GROUP                 => $groupName,\n            WEB_DIR               => \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'domain_name'}\",\n            HTGROUP_NAME          => $self->{'ugroup'},\n            HTGROUP_USERS         => $self->{'users'},\n            HTGROUP_DMN           => $self->{'domain_name'},\n            WEB_FOLDER_PROTECTION => $self->{'web_folder_protection'}\n        }\n    } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/Htpasswd.pm",
    "content": "=head1 NAME\n\n Modules::Htpasswd - i-MSCP Htusers module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::Htpasswd;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error getLastError warning /;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP Htpasswd module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'Htpasswd';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data Htuser data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'status'} =~ /^to(?:add|change|enable)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE htaccess_users SET status = ? WHERE id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } elsif ( $self->{'status'} eq 'todisable' ) {\n        $rs = $self->disable();\n        @sql = ( 'UPDATE htaccess_users SET status = ? WHERE id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'disabled' ), $data->{'id'} );\n    } elsif ( $self->{'status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE htaccess_users SET status = ? WHERE id = ?', undef,\n            getLastError( 'error' ) || 'Unknown error', $data->{'id'} )\n            : ( 'DELETE FROM htaccess_users WHERE id = ?', undef, $data->{'id'} );\n    } else {\n        warning( sprintf( 'Unknown action (%s) for htuser (ID %d)', $self->{'status'}, $data->{'id'} ));\n        return 0;\n    }\n\n    local $@;\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _loadData( $htuserId )\n\n Load data\n\n Param int $htuserId Htuser unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $htuserId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref(\n            '\n                SELECT t1.uname, t1.upass, t1.status, t1.id, t2.domain_name, t2.domain_admin_id,\n                    t2.web_folder_protection\n                FROM htaccess_users AS t1\n                JOIN domain AS t2 ON (t1.dmn_id = t2.domain_id)\n                WHERE t1.id = ?\n            ',\n            undef, $htuserId\n        );\n        $row or die( sprintf( 'Data not found for htuser (ID %d)', $htuserId ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do {\n        my $groupName = my $userName = $::imscpConfig{'SYSTEM_USER_PREFIX'} .\n            ( $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'domain_admin_id'} );\n\n        {\n            ACTION                => $action,\n            STATUS                => $self->{'status'},\n            DOMAIN_ADMIN_ID       => $self->{'domain_admin_id'},\n            USER                  => $userName,\n            GROUP                 => $groupName,\n            WEB_DIR               => \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'domain_name'}\",\n            HTUSER_NAME           => $self->{'uname'},\n            HTUSER_PASS           => $self->{'upass'},\n            HTUSER_DMN            => $self->{'domain_name'},\n            WEB_FOLDER_PROTECTION => $self->{'web_folder_protection'}\n        }\n    } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/Mail.pm",
    "content": "=head1 NAME\n\n Modules::Mail - i-MSCP Mail module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::Mail;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error getLastError warning /;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP Mail module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'Mail';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data Mail data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'status'} =~ /^to(?:add|change|enable)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE mail_users SET status = ? WHERE mail_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } elsif ( $self->{'status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE mail_users SET status = ? WHERE mail_id = ?', undef,\n            ( getLastError( 'error' ) || 'Unknown error' ), $data->{'id'} )\n            : ( 'DELETE FROM mail_users WHERE mail_id = ?', undef, $self->{'mail_id'} );\n\n    } elsif ( $self->{'status'} eq 'todisable' ) {\n        $rs = $self->disable();\n        @sql = ( 'UPDATE mail_users SET status = ? WHERE mail_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'disabled' ), $data->{'id'} );\n    } else {\n        warning( sprintf( 'Unknown action (%s) for mail user (ID %d)', $self->{'status'}, $data->{'id'} ));\n        return 0;\n    }\n\n    local $@;\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _loadData( $mailId )\n\n Load data\n\n Param int $mailId Mail unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $mailId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref(\n            '\n                SELECT mail_id, mail_acc, mail_pass, mail_forward, mail_type, mail_auto_respond, status, quota,\n                    mail_addr\n                FROM mail_users\n                WHERE mail_id = ?\n            ',\n            undef, $mailId\n        );\n        $row or die( sprintf( 'Data not found for mail user (ID %d)', $mailId ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do {\n        my ( $user, $domain ) = split '@', $self->{'mail_addr'};\n\n        {\n            ACTION                  => $action,\n            STATUS                  => $self->{'status'},\n            DOMAIN_NAME             => $domain,\n            MAIL_ACC                => $user,\n            MAIL_PASS               => $self->{'mail_pass'},\n            MAIL_FORWARD            => $self->{'mail_forward'},\n            MAIL_TYPE               => $self->{'mail_type'},\n            MAIL_QUOTA              => $self->{'quota'},\n            MAIL_HAS_AUTO_RESPONDER => $self->{'mail_auto_respond'},\n            MAIL_STATUS             => $self->{'status'},\n            MAIL_ADDR               => $self->{'mail_addr'},\n            MAIL_CATCHALL           => ( index( $self->{'mail_type'}, 'catchall' ) != -1 ) ? $self->{'mail_acc'} : undef\n        }\n    } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/Plugin.pm",
    "content": "=head1 NAME\n\n Modules::Plugin - i-MSCP Plugin module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::Plugin;\n\nuse strict;\nuse warnings;\nuse autouse 'Hash::Merge' => qw/ merge /;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug error getMessageByType /;\nuse iMSCP::Database;\nuse iMSCP::EventManager;\nuse iMSCP::Plugins;\nuse JSON;\nuse version;\nuse parent 'Common::Object';\n\n=head1 DESCRIPTION\n\n This module provides the backend side of the i-MSCP plugin manager. It is\n responsible to execute one or many actions on a particular plugin according\n its state.\n \n The plugin is instantiated with the following parameters:\n  action      : Plugin master action\n  config      : Plugin current configuration\n  config_prev : Plugin previous configuration\n  events: EventManager instance\n  info        : Plugin info data\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item process( \\%data )\n\n Load plugin data and execute action according its state\n\n Note: Plugin errors, outside those raised by this module are no longer\n returned to the caller. Only the plugin status is updated with the error\n message (since v1.4.4).\n\n Param hashref \\%data Plugin data\n Return int 0 on success, other or die on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        $self->{'pluginData'}->{$_} = decode_json(\n            $self->{'pluginData'}->{$_}\n        ) for qw/ info config config_prev /;\n    };\n    if ( $@ ) {\n        error( sprintf( \"Couldn't decode plugin JSON object: %s\", $@ ));\n        return 1;\n    }\n\n    my $action;\n    if ( $self->{'pluginData'}->{'plugin_status'} eq 'enabled' ) {\n        $self->{'pluginAction'} = 'run';\n        $action = '_run'\n    } elsif ( $self->{'pluginData'}->{'plugin_status'} =~ /^to(install|change|update|uninstall|enable|disable)$/ ) {\n        $self->{'pluginAction'} = $1;\n        $action = '_' . $1;\n    } else {\n        error( sprintf(\n            'Unknown plugin status: %s', $self->{'pluginData'}->{'plugin_status'}\n        ));\n        return 1;\n    }\n\n    $rs = $self->$action();\n    $rs ||= $self->{'events'}->trigger(\n        'onBeforeSetPluginStatus',\n        $self->{'pluginData'}->{'plugin_name'},\n        \\$self->{'pluginData'}->{'plugin_status'}\n    );\n\n    eval {\n        my %pluginNextStateMap = (\n            enabled     => 'enabled',\n            toinstall   => 'enabled',\n            toenable    => 'enabled',\n            toupdate    => 'enabled',\n            tochange    => 'enabled',\n            todisable   => 'disabled',\n            touninstall => $self->{'pluginData'}->{'info'}->{'__installable__'}\n                ? 'uninstalled' : 'disabled'\n        );\n\n        $self->{'dbh'}->do(\n            \"UPDATE plugin SET \" . ( $rs ? 'plugin_error' : 'plugin_status' ) . \" = ? WHERE plugin_id = ?\",\n            undef,\n            ( $rs\n                ? getMessageByType( 'error', { amount => 1, remove => TRUE } ) || 'Unknown error'\n                : $pluginNextStateMap{$self->{'pluginData'}->{'plugin_status'}}\n            ),\n            $data->{'id'}\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    # The tasks processor doesn't care about return value.\n    # We need throw an exception instead.\n    $self->{'throwException'}\n        ? die( 'error', getMessageByType( 'error', amount => 1, remove => TRUE ) || 'Unknown error' )\n        : 0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Modules::Plugin\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'dbh'} = iMSCP::Database->factory()->getRawDb();\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'pluginAction'} = undef;\n    $self->{'pluginData'} = {};\n    $self->{'pluginInstance'} = undef;\n    $self->{'throwException'} = FALSE;\n    $self;\n}\n\n=item _loadData( $pluginId )\n\n Load plugin data\n\n Param int Plugin unique identifier\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $pluginId ) = @_;\n\n    local $@;\n    my $pluginData = eval {\n        $self->{'dbh'}->selectrow_hashref(\n            '\n                SELECT plugin_id, plugin_name, plugin_info AS info,\n                    plugin_config AS config, plugin_config_prev AS config_prev,\n                    plugin_status\n                FROM plugin\n                WHERE plugin_id = ?\n             ',\n            undef,\n            $pluginId\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n    unless ( $pluginData ) {\n        error( sprintf( 'Data not found for plugin (ID %d)', $pluginId ));\n        return 1\n    }\n\n    $self->{'pluginData'} = $pluginData;\n    0;\n}\n\n=item _install( )\n\n Install the plugin\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'onBeforeInstallPlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n    $rs ||= $self->_executePluginAction( 'install' );\n    $rs ||= $self->{'events'}->trigger(\n        'onAfterInstallPlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n    $rs ||= $self->_enable();\n}\n\n=item _uninstall( )\n\n Uninstall the plugin\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'onBeforeUninstallPlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n    $rs ||= $self->_executePluginAction( 'uninstall' );\n    $rs ||= $self->{'events'}->trigger(\n        'onAfterUninstallPlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n}\n\n=item _enable( )\n\n Enable the plugin\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _enable\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'onBeforeEnablePlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n    $rs ||= $self->_executePluginAction( 'enable' );\n    $rs ||= $self->{'events'}->trigger(\n        'onAfterEnablePlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n}\n\n=item _disable( )\n\n Disable the plugin\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _disable\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'onBeforeDisablePlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n    $rs ||= $self->_executePluginAction( 'disable' );\n    $rs ||= $self->{'events'}->trigger(\n        'onAfterDisablePlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n}\n\n=item _change( )\n\n Change the plugin\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _change\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_disable();\n    $rs ||= $self->{'events'}->trigger(\n        'onBeforeChangePlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n    $rs ||= $self->_executePluginAction( 'change' );\n    $rs ||= $self->{'events'}->trigger(\n        'onAfterChangePlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n    return $rs if $rs;\n\n    if ( $self->{'pluginData'}->{'info'}->{'__need_change__'} ) {\n        $self->{'pluginData'}->{'config_prev'} = $self->{'pluginData'}->{'config'};\n        $self->{'pluginData'}->{'info'}->{'__need_change__'} = JSON::false;\n\n        local $@;\n        eval {\n            $self->{'dbh'}->do(\n                '\n                    UPDATE plugin\n                    SET plugin_info = ?, plugin_config_prev = plugin_config\n                    WHERE plugin_id = ?\n                ',\n                undef,\n                encode_json( $self->{'pluginData'}->{'info'} ),\n                $self->{'pluginData'}->{'plugin_id'}\n            );\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n    }\n\n    $self->_enable();\n}\n\n=item _update( )\n\n Update the plugin\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _update\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_disable();\n    $rs ||= $self->{'events'}->trigger(\n        'onBeforeUpdatePlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n    $rs ||= $self->_executePluginAction(\n        'update',\n        $self->{'pluginData'}->{'info'}->{'version'},\n        $self->{'pluginData'}->{'info'}->{'__nversion__'}\n    );\n    return $rs if $rs;\n\n    $self->{'pluginData'}->{'info'}->{'version'} = $self->{'pluginData'}->{'info'}->{'__nversion__'};\n\n    local $@;\n    eval {\n        $self->{'dbh'}->do(\n            'UPDATE plugin SET plugin_info = ? WHERE plugin_id = ?',\n            undef,\n            encode_json( $self->{'pluginData'}->{'info'} ),\n            $self->{'pluginData'}->{'plugin_id'}\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'onAfterUpdatePlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n    return $rs if $rs;\n\n    if ( $self->{'pluginData'}->{'info'}->{'__need_change__'} ) {\n        $rs = $self->{'events'}->trigger(\n            'onBeforeChangePlugin', $self->{'pluginData'}->{'plugin_name'}\n        );\n        $rs ||= $self->_executePluginAction( 'change' );\n        return $rs if $rs;\n\n        $self->{'pluginData'}->{'config_prev'} = $self->{'pluginData'}->{'config'};\n        $self->{'pluginData'}->{'info'}->{'__need_change__'} = JSON::false;\n\n        eval {\n            $self->{'dbh'}->do(\n                '\n                    UPDATE plugin\n                    SET plugin_info = ?, plugin_config_prev = plugin_config\n                    WHERE plugin_id = ?\n                ',\n                undef,\n                encode_json( $self->{'pluginData'}->{'info'} ),\n                $self->{'pluginData'}->{'plugin_id'}\n            );\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1\n        }\n\n        $rs = $self->{'events'}->trigger(\n            'onAfterChangePlugin', $self->{'pluginData'}->{'plugin_name'}\n        );\n        return $rs if $rs;\n    }\n\n    $self->_enable();\n}\n\n=item _run( )\n\n Run plugin item tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _run\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'onBeforeRunPlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n    $rs ||= $self->_executePluginAction( 'run' );\n    $rs ||= $self->{'events'}->trigger(\n        'onAfterRunPlugin', $self->{'pluginData'}->{'plugin_name'}\n    );\n}\n\n=item _executePluginAction( $action [, $fromVersion = undef [, $toVersion = undef ] ] )\n\n Execute the given plugin action\n\n Param string $action Action to execute on the plugin\n Param string $fromVersion Version from which the plugin is being updated\n Param string $toVersion Version to which the plugin is being updated\n Return int 0, die when a plugin raise an error in the context of the run()\n        action, and when the plugin FORCE_RETVAL attribut value is a TRUE value.\n\n=cut\n\nsub _executePluginAction\n{\n    my ( $self, $action, $fromVersion, $toVersion ) = @_;\n\n    local $@;\n\n    unless ( $self->{'pluginInstance'} ) {\n        $self->{'pluginInstance'} = eval {\n            # Turn any warning from plugin into exception\n            local $SIG{'__WARN__'} = sub { die shift };\n            my $pluginClass = iMSCP::Plugins->getInstance()->getClass(\n                $self->{'pluginData'}->{'plugin_name'}\n            );\n            # Do not instantiate plugin when not necessary\n            return undef unless $pluginClass->can( $action );\n\n            ( $pluginClass->can( 'getInstance' )\n                || $pluginClass->can( 'new' )\n                || die( 'Bad plugin class' )\n            )->(\n                $pluginClass,\n                action       => $self->{'pluginAction'},\n                config       => $self->{'pluginData'}->{'config'},\n                config_prev  => ( ( $self->{'pluginAction'} =~ /^(?:change|update)$/ )\n                    # On plugin change/update, make sure that prev config also\n                    # contains new parameters (left precedence, default behavior of merge())\n                    ? merge( $self->{'pluginData'}->{'config_prev'}, $self->{'pluginData'}->{'config'} )\n                    : $self->{'pluginData'}->{'config_prev'} ),\n                eventManager => $self->{'events'},\n                info         => $self->{'pluginData'}->{'info'}\n            );\n        };\n        if ( $@ ) {\n            error( sprintf( 'An unexpected error occurred: %s', $@ ));\n            return 1;\n        }\n\n        return 0 unless $self->{'pluginInstance'};\n    }\n\n    my $sub = $self->{'pluginInstance'}->can( $action );\n    return 0 unless $sub;\n\n    my $rs = eval { $sub->( $self->{'pluginInstance'}, $fromVersion, $toVersion ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    # Return value of the run() method is ignored by default, because it is\n    # normally the plugin responsibility to handle state of their entities.\n    # However, there are particular cases where the full processing must be\n    # aborted, mostly when processing of other entities could depend on the\n    # state of the plugin entities. In such a case, a plugin can set the value\n    # of its FORCE_RETVAL attribute to a TRUE value, in which case the error\n    # will bubble up to the tasks processor.\n    if ( $action eq 'run' && $self->{'pluginInstance'}->{'FORCE_RETVAL'} ) {\n        $self->{'throwException'} = TRUE if $rs;\n        return $rs;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/SSLcertificate.pm",
    "content": "=head1 NAME\n\n Modules::SSLcertificate - i-MSCP SSLcertificate module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::SSLcertificate;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error getLastError getMessageByType warning /;\nuse iMSCP::File;\nuse iMSCP::OpenSSL;\nuse File::Temp;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP SSLcertificate module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'SSLcertificate';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data SSL certificate data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs || !$self->{'domain_name'};\n\n    my @sql;\n    if ( $self->{'status'} =~ /^to(?:add|change)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE ssl_certs SET status = ? WHERE cert_id = ?', undef,\n            ( $rs\n                ? getMessageByType( 'error', { amount => 1, remove => TRUE } )\n                : 'ok'\n            ),\n            $data->{'id'} );\n    } elsif ( $self->{'status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE ssl_certs SET status = ? WHERE cert_id = ?', undef,\n            getLastError( 'error' ) || 'Unknown error', $data->{'id'} )\n            : ( 'DELETE FROM ssl_certs WHERE cert_id = ?', undef, $data->{'id'} );\n    } else {\n        warning( sprintf(\n            'Unknown action (%s) for SSL certificate (ID %d)',\n            $self->{'status'},\n            $data->{'id'}\n        ));\n        return 0;\n    }\n\n    local $@;\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    # (since 1.2.16 - See #IP-1500)\n    # On toadd and to change actions, return 0 to avoid failure on update when\n    # a customer's SSL certificate is expired or invalid. It is the customer\n    # responsibility to update the certificate through his interface\n    ( $self->{'status'} =~ /^to(?:add|change)$/ ) ? 0 : $rs;\n}\n\n=item add( )\n\n Add SSL certifcate\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub add\n{\n    my ( $self ) = @_;\n\n    # Remove previous SSL certificate if any\n    my $rs = $self->delete();\n    return $rs if $rs;\n\n    # Private key\n    my $privateKeyContainer = File::Temp->new();\n    print $privateKeyContainer $self->{'private_key'};\n    $privateKeyContainer->close();\n\n    # Certificate\n    my $certificateContainer = File::Temp->new();\n    print $certificateContainer $self->{'certificate'};\n    $certificateContainer->close();\n\n    # CA Bundle (intermediate certificate(s))\n    my $caBundleContainer;\n    if ( $self->{'ca_bundle'} ) {\n        $caBundleContainer = File::Temp->new();\n        print $caBundleContainer $self->{'ca_bundle'};\n        $caBundleContainer->close();\n    }\n\n    # Create OpenSSL object\n    my $openSSL = iMSCP::OpenSSL->new(\n        certificate_chains_storage_dir => $self->{'certsDir'},\n        certificate_chain_name         => $self->{'domain_name'},\n        private_key_container_path     => $privateKeyContainer->filename(),\n        certificate_container_path     => $certificateContainer->filename(),\n        ca_bundle_container_path       => $caBundleContainer\n            ? $caBundleContainer->filename() : ''\n    );\n\n    # Validate certificate chain\n    # Create Certificate chain\n    $openSSL->validateCertificateChain()\n        && $openSSL->createCertificateChain() ? 0 : 1;\n}\n\n=item delete( )\n\n Delete SSL certificate\n\n Return int 0 on success, other on failyre\n\n=cut\n\nsub delete\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$self->{'certsDir'}/$self->{'domain_name'}.pem\";\n    iMSCP::File->new(\n        filename => \"$self->{'certsDir'}/$self->{'domain_name'}.pem\"\n    )->delFile();\n}\n\n=item _init( )\n\n Initialize instance\n\n Return Modules::SSLcertificate\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->SUPER::_init();\n    $self->{'certsDir'} = \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs\";\n    $self;\n}\n\n=item _loadData( $certificateId )\n\n Load data\n\n Param int $certificateId SSL certificate unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $certificateId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref(\n            'SELECT * FROM ssl_certs WHERE cert_id = ?',\n            undef,\n            $certificateId\n        );\n        $row or die( sprintf(\n            'Data not found for SSL certificate (ID %d)', $certificateId\n        ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n\n        if ( $self->{'domain_type'} eq 'dmn' ) {\n            $row = $self->{'_dbh'}->selectrow_hashref(\n                'SELECT domain_name FROM domain WHERE domain_id = ?',\n                undef,\n                $self->{'domain_id'}\n            );\n        } elsif ( $self->{'domain_type'} eq 'als' ) {\n            $row = $self->{'_dbh'}->selectrow_hashref(\n                '\n                    SELECT alias_name AS domain_name\n                    FROM domain_aliasses\n                    WHERE alias_id = ?\n                ',\n                undef,\n                $self->{'domain_id'}\n            );\n        } elsif ( $self->{'domain_type'} eq 'sub' ) {\n            $row = $self->{'_dbh'}->selectrow_hashref(\n                \"\n                    SELECT CONCAT(subdomain_name, '.', domain_name) AS domain_name\n                    FROM subdomain\n                    JOIN domain USING(domain_id)\n                    WHERE subdomain_id = ?\n                \",\n                undef, $self->{'domain_id'}\n            );\n        } else {\n            $row = $self->{'_dbh'}->selectrow_hashref(\n                \"\n                    SELECT CONCAT(subdomain_alias_name, '.', alias_name) AS domain_name\n                    FROM subdomain_alias\n                    JOIN domain_aliasses USING(alias_id)\n                    WHERE subdomain_alias_id = ?\n                \",\n                undef, $self->{'domain_id'}\n            );\n        }\n\n        unless ( $row ) {\n            # Delete orphaned SSL certificate\n            $self->{'_dbh'}->do(\n                'DELETE FROM ssl_certs WHERE cert_id = ?',\n                undef,\n                $certificateId\n            );\n        } else {\n            %{ $self } = ( %{ $self }, %{ $row } );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/ServerIP.pm",
    "content": "=head1 NAME\n\n Modules::ServerIP - i-MSCP ServerIP module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::ServerIP;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error getLastError getMessageByType warning /;\nuse iMSCP::Networking;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP Modules::ServerIP module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'ServerIP';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data Server IP data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'_data'}->{'ip_status'} =~ /^to(?:add|change)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE server_ips SET ip_status = ? WHERE ip_id = ?',\n            undef,\n            $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok', $data->{'id'}\n        );\n    } elsif ( $self->{'_data'}->{'ip_status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs ? ( 'UPDATE server_ips SET ip_status = ? WHERE ip_id = ?',\n            undef, getLastError( 'error' ) || 'Unknown error',\n            $data->{'id'}\n        ) : ( 'DELETE FROM server_ips WHERE ip_id = ?', undef, $data->{'id'} );\n    } else {\n        warning( sprintf( 'Unknown action (%s) for server IP with ID %s', $self->{'_data'}->{'ip_status'}, $data->{'id'} ));\n        return 0;\n    }\n\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=item add( )\n\n Add (or update) a server IP address\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub add\n{\n    my ( $self ) = @_;\n\n    eval {\n        my $ret = $self->{'events'}->trigger( 'beforeAddIpAddr', $self->{'_data'} );\n\n        unless ( $ret || $self->{'_data'}->{'ip_card'} eq 'any' || $self->{'_data'}->{'ip_address'} eq '0.0.0.0' ) {\n            iMSCP::Networking->getInstance()->addIpAddress( $self->{'_data'} );\n        }\n\n        $ret ||= $self->SUPER::add();\n        $ret ||= $self->{'events'}->trigger( 'afterAddIpAddr', $self->{'_data'} );\n        $ret == 0 or die( getMessageByType( 'error', { amount => 1, remove => TRUE } ) || 'Unknown error' );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item delete( )\n\n Delete a server IP address\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub delete\n{\n    my ( $self ) = @_;\n\n    eval {\n        my $ret = $self->{'events'}->trigger( 'beforeRemoveIpAddr', $self->{'_data'} );\n\n        unless ( $ret || $self->{'_data'}->{'ip_card'} eq 'any' || $self->{'_data'}->{'ip_address'} eq '0.0.0.0' ) {\n            iMSCP::Networking->getInstance()->removeIpAddress( $self->{'_data'} );\n        }\n\n        $ret ||= $self->SUPER::delete();\n        $ret ||= $self->{'events'}->trigger( 'afterRemoveIpAddr', $self->{'_data'} );\n        $ret == 0 or die( getMessageByType( 'error', { amount => 1, remove => TRUE } ) || 'Unknown error' );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATES METHODS\n\n=over 4\n\n=item _loadData( $ipId )\n\n Load data\n\n Param int $ipId Server IP unique identifier\n Return data on success, die on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $ipId ) = @_;\n\n    eval {\n        $self->{'_data'} = $self->{'_dbh'}->selectrow_hashref(\n            'SELECT ip_id, ip_card, ip_number AS ip_address, ip_netmask, ip_config_mode, ip_status FROM server_ips WHERE ip_id = ?', undef, $ipId\n        );\n        $self->{'_data'} or die( sprintf( 'Data not found for server IP address (ID %d)', $ipId ));\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'}->{'action'} = $action;\n    $self->{'_data'};\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/SubAlias.pm",
    "content": "=head1 NAME\n\n Modules::SubAlias - i-MSCP SubAlias module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::SubAlias;\n\nuse strict;\nuse warnings;\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug error getLastError warning /;\nuse Net::LibIDN 'idn_to_unicode';\nuse Servers::httpd;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP SubAlias module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'Sub';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data Subdomain alias data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'subdomain_alias_status'} =~ /^to(?:add|change|enable)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE subdomain_alias SET subdomain_alias_status = ? WHERE subdomain_alias_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } elsif ( $self->{'subdomain_alias_status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE subdomain_alias SET subdomain_alias_status = ? WHERE subdomain_alias_id = ?', undef,\n            ( getLastError( 'error' ) || 'Unknown error' ), $data->{'id'} )\n            : ( 'DELETE FROM subdomain_alias WHERE subdomain_alias_id = ?', undef, $data->{'id'} );\n    } elsif ( $self->{'subdomain_alias_status'} eq 'todisable' ) {\n        $rs = $self->disable();\n        @sql = ( 'UPDATE subdomain_alias SET subdomain_alias_status = ? WHERE subdomain_alias_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'disabled' ), $data->{'id'} );\n    } elsif ( $self->{'subdomain_alias_status'} eq 'torestore' ) {\n        $rs = $self->restore();\n        @sql = ( 'UPDATE subdomain_alias SET subdomain_alias_status = ? WHERE subdomain_alias_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } else {\n        warning(\n            sprintf( 'Unknown action (%s) for subdomain alias (ID %d)', $self->{'subdomain_alias_status'}, $data->{'id'} )\n        );\n        return 0;\n    }\n\n    local $@;\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _loadData( $subAliasId )\n\n Load data\n\n Param int $subAliasId Subdomain alias unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $subAliasId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref(\n            \"\n                SELECT t1.*,\n                    t2.alias_name, t2.external_mail, t3.domain_name AS user_home,\n                    t3.domain_id, t3.domain_admin_id, t3.domain_mailacc_limit, t3.domain_php, t3.domain_cgi,\n                    t3.web_folder_protection,\n                    IFNULL(t4.ip_number, '0.0.0.0') AS ip_number,\n                    t5.private_key, t5.certificate, t5.ca_bundle, t5.allow_hsts, t5.hsts_max_age,\n                    t5.hsts_include_subdomains,\n                    t6.mail_on_domain\n                FROM subdomain_alias AS t1\n                JOIN domain_aliasses AS t2 USING(alias_id)\n                JOIN domain AS t3 USING (domain_id)\n                LEFT JOIN server_ips AS t4 ON (t4.ip_id = t2.alias_ip_id)\n                LEFT JOIN ssl_certs AS t5 ON(\n                    t5.domain_id = t1.subdomain_alias_id AND t5.domain_type = 'alssub' AND t5.status = 'ok'\n                )\n                LEFT JOIN (\n                    SELECT sub_id, COUNT(sub_id) AS mail_on_domain\n                    FROM mail_users\n                    WHERE mail_type LIKE 'alssub\\\\_%'\n                    GROUP BY sub_id\n                ) AS t6 ON (t6.sub_id = t1.subdomain_alias_id)\n                WHERE t1.subdomain_alias_id = ?\n            \",\n            undef,\n            $subAliasId\n        );\n        $row or die( sprintf( 'Data not found for subdomain alias (ID %d)', $subAliasId ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data, die on failure\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do {\n        my $httpd = Servers::httpd->factory();\n        my $groupName = my $userName = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . ( $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'domain_admin_id'} );\n        my $homeDir = File::Spec->canonpath( \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'user_home'}\" );\n        my $webDir = File::Spec->canonpath( \"$homeDir/$self->{'subdomain_alias_mount'}\" );\n        my $documentRoot = File::Spec->canonpath( \"$webDir/$self->{'subdomain_alias_document_root'}\" );\n        my $confLevel = $httpd->{'phpConfig'}->{'PHP_CONFIG_LEVEL'};\n\n        if ( $confLevel eq 'per_user' ) {\n            $confLevel = 'dmn';\n        } elsif ( $confLevel eq 'per_domain' ) {\n            $confLevel = 'als';\n        } else {\n            $confLevel = 'subals';\n        }\n\n        my $phpini = $self->{'_dbh'}->selectrow_hashref(\n            'SELECT * FROM php_ini WHERE domain_id = ? AND domain_type = ?',\n            undef,\n            ( $confLevel eq 'dmn'\n                ? $self->{'domain_id'} : ( $confLevel eq 'als' ? $self->{'alias_id'} : $self->{'subdomain_alias_id'} ) ),\n            $confLevel\n        ) || {};\n\n        my $haveCert = defined $self->{'certificate'}\n            && -f \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs/$self->{'subdomain_alias_name'}.$self->{'alias_name'}.pem\";\n        my $allowHSTS = $haveCert && $self->{'allow_hsts'} eq 'on';\n        my $hstsMaxAge = $allowHSTS ? $self->{'hsts_max_age'} : 0;\n        my $hstsIncludeSubDomains = $allowHSTS && $self->{'hsts_include_subdomains'} eq 'on'\n            ? '; includeSubDomains'\n            : ( $allowHSTS ? '' : '; includeSubDomains' );\n\n        {\n            ACTION                  => $action,\n            STATUS                  => $self->{'subdomain_alias_status'},\n            BASE_SERVER_VHOST       => $::imscpConfig{'BASE_SERVER_VHOST'},\n            BASE_SERVER_IP          => $::imscpConfig{'BASE_SERVER_IP'},\n            BASE_SERVER_PUBLIC_IP   => $::imscpConfig{'BASE_SERVER_PUBLIC_IP'},\n            DOMAIN_ADMIN_ID         => $self->{'domain_admin_id'},\n            DOMAIN_ID               => $self->{'subdomain_alias_id'},\n            DOMAIN_NAME             => $self->{'subdomain_alias_name'} . '.' . $self->{'alias_name'},\n            DOMAIN_NAME_UNICODE     => idn_to_unicode( $self->{'subdomain_alias_name'} . '.' . $self->{'alias_name'}, 'utf-8' ),\n            DOMAIN_IP               => $self->{'ip_number'},\n            DOMAIN_TYPE             => 'alssub',\n            PARENT_DOMAIN_NAME      => $self->{'alias_name'},\n            ROOT_DOMAIN_NAME        => $self->{'user_home'},\n            HOME_DIR                => $homeDir,\n            WEB_DIR                 => $webDir,\n            MOUNT_POINT             => $self->{'subdomain_alias_mount'},\n            DOCUMENT_ROOT           => $documentRoot,\n            SHARED_MOUNT_POINT      => $self->_sharedMountPoint(),\n            PEAR_DIR                => $httpd->{'phpConfig'}->{'PHP_PEAR_DIR'},\n            TIMEZONE                => $::imscpConfig{'TIMEZONE'},\n            USER                    => $userName,\n            GROUP                   => $groupName,\n            PHP_SUPPORT             => $self->{'domain_php'},\n            CGI_SUPPORT             => $self->{'domain_cgi'},\n            WEB_FOLDER_PROTECTION   => $self->{'web_folder_protection'},\n            SSL_SUPPORT             => $haveCert,\n            HSTS_SUPPORT            => $allowHSTS,\n            HSTS_MAX_AGE            => $hstsMaxAge,\n            HSTS_INCLUDE_SUBDOMAINS => $hstsIncludeSubDomains,\n            FORWARD                 => $self->{'subdomain_alias_url_forward'} || 'no',\n            FORWARD_TYPE            => $self->{'subdomain_alias_type_forward'} || '',\n            FORWARD_PRESERVE_HOST   => $self->{'subdomain_alias_host_forward'} || 'Off',\n            DISABLE_FUNCTIONS       => $phpini->{'disable_functions'} // '',\n            MAX_EXECUTION_TIME      => $phpini->{'max_execution_time'} || 30,\n            MAX_INPUT_TIME          => $phpini->{'max_input_time'} || 60,\n            MEMORY_LIMIT            => $phpini->{'memory_limit'} || 128,\n            ERROR_REPORTING         => $phpini->{'error_reporting'} || 'E_ALL & ~E_DEPRECATED & ~E_STRICT',\n            DISPLAY_ERRORS          => $phpini->{'display_errors'} || 'off',\n            POST_MAX_SIZE           => $phpini->{'post_max_size'} || 8,\n            UPLOAD_MAX_FILESIZE     => $phpini->{'upload_max_filesize'} || 2,\n            ALLOW_URL_FOPEN         => $phpini->{'allow_url_fopen'} || 'off',\n            PHP_FPM_LISTEN_PORT     => ( $phpini->{'id'} // 1 )-1,\n            EXTERNAL_MAIL           => $self->{'external_mail'},\n            MAIL_ENABLED            => ( $self->{'external_mail'} eq 'off' && ( $self->{'mail_on_domain'} || $self->{'domain_mailacc_limit'} >= 0 ) ),\n            WILDCARD_ALIAS          => $self->{'subdomain_alias_wildcard_alias'} // 'no'\n        }\n    } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=item _sharedMountPoint( )\n\n Does this subdomain alias share mount point with another domain?\n\n Return bool, die on failure\n\n=cut\n\nsub _sharedMountPoint\n{\n    my ( $self ) = @_;\n\n    my $regexp = \"^$self->{'subdomain_alias_mount'}(/.*|\\$)\";\n    my ( $nbSharedMountPoints ) = $self->{'_dbh'}->selectrow_array(\n        \"\n            SELECT COUNT(mount_point) AS nb_mount_points FROM (\n                SELECT alias_mount AS mount_point FROM domain_aliasses\n                WHERE domain_id = ? AND alias_status NOT IN ('todelete', 'ordered') AND alias_mount RLIKE ?\n                UNION ALL\n                SELECT subdomain_mount AS mount_point FROM subdomain\n                WHERE domain_id = ? AND subdomain_status != 'todelete' AND subdomain_mount RLIKE ?\n                UNION ALL\n                SELECT subdomain_alias_mount AS mount_point FROM subdomain_alias\n                WHERE subdomain_alias_id <> ? AND subdomain_alias_status != 'todelete'\n                AND alias_id IN (SELECT alias_id FROM domain_aliasses WHERE domain_id = ?)\n                AND subdomain_alias_mount RLIKE ?\n            ) AS tmp\n        \",\n        undef, $self->{'domain_id'}, $regexp, $self->{'domain_id'}, $regexp, $self->{'subdomain_alias_id'},\n        $self->{'domain_id'}, $regexp\n    );\n\n    ( $nbSharedMountPoints || $self->{'subdomain_alias_mount'} eq '/' );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/Subdomain.pm",
    "content": "=head1 NAME\n\n Modules::Subdomain - i-MSCP Subdomain module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::Subdomain;\n\nuse strict;\nuse warnings;\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug error getLastError warning /;\nuse Net::LibIDN 'idn_to_unicode';\nuse Servers::httpd;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP Subdomain module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'Sub';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data Subdomain unique data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'subdomain_status'} =~ /^to(?:add|change|enable)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE subdomain SET subdomain_status = ? WHERE subdomain_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } elsif ( $self->{'subdomain_status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE subdomain SET subdomain_status = ? WHERE subdomain_id = ?', undef,\n            ( getLastError( 'error' ) || 'Unknown error' ), $data->{'id'} )\n            : ( 'DELETE FROM subdomain WHERE subdomain_id = ?', undef, $data->{'id'} );\n    } elsif ( $self->{'subdomain_status'} eq 'todisable' ) {\n        $rs = $self->disable();\n        @sql = ( 'UPDATE subdomain SET subdomain_status = ? WHERE subdomain_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'disabled' ), $data->{'id'} );\n    } elsif ( $self->{'subdomain_status'} eq 'torestore' ) {\n        $rs = $self->restore();\n        @sql = ( 'UPDATE subdomain SET subdomain_status = ? WHERE subdomain_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } else {\n        warning(\n            sprintf( 'Unknown action (%s) for subdomain (ID %d)', $self->{'subdomain_alias_status'}, $data->{'id'} )\n        );\n        return 0;\n    }\n\n    local $@;\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _loadData( $subdomainId )\n\n Load data\n\n Param int $subdomainId Subdomain unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $subdomainId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref(\n            \"\n                SELECT t1.*,\n                    t2.domain_name AS user_home, t2.domain_admin_id, t2.domain_mailacc_limit, t2.domain_php, t2.domain_cgi,\n                    t2.external_mail, t2.web_folder_protection,\n                    IFNULL(t3.ip_number, '0.0.0.0') AS ip_number,\n                    t4.private_key, t4.certificate, t4.ca_bundle, t4.allow_hsts, t4.hsts_max_age,\n                    t4.hsts_include_subdomains,\n                    t5.mail_on_domain\n                FROM subdomain AS t1\n                JOIN domain AS t2 USING(domain_id)\n                JOIN server_ips AS t3 ON (t3.ip_id = t2.domain_ip_id)\n                LEFT JOIN ssl_certs AS t4 ON(t4.domain_id = t1.subdomain_id AND t4.domain_type = 'sub' AND t4.status = 'ok')\n                LEFT JOIN (\n                    SELECT sub_id, COUNT(sub_id) AS mail_on_domain\n                    FROM mail_users\n                    WHERE mail_type LIKE 'subdom\\\\_%'\n                    GROUP BY sub_id\n                ) AS t5 ON (t5.sub_id = t1.subdomain_id)\n                WHERE t1.subdomain_id = ?\n            \",\n            undef,\n            $subdomainId\n        );\n        $row or die( sprintf( 'Data not found for subdomain (ID %d)', $subdomainId ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data, die on failure\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do {\n        my $httpd = Servers::httpd->factory();\n        my $groupName = my $userName = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . ( $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'domain_admin_id'} );\n        my $homeDir = File::Spec->canonpath( \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'user_home'}\" );\n        my $webDir = File::Spec->canonpath( \"$homeDir/$self->{'subdomain_mount'}\" );\n        my $documentRoot = File::Spec->canonpath( \"$webDir/$self->{'subdomain_document_root'}\" );\n        my $confLevel = $httpd->{'phpConfig'}->{'PHP_CONFIG_LEVEL'};\n        $confLevel = $confLevel =~ /^per_(?:user|domain)$/ ? 'dmn' : 'sub';\n\n        my $phpini = $self->{'_dbh'}->selectrow_hashref(\n            'SELECT * FROM php_ini WHERE domain_id = ? AND domain_type = ?',\n            undef, ( $confLevel eq 'dmn' ? $self->{'domain_id'} : $self->{'subdomain_id'} ), $confLevel\n        ) || {};\n\n        my $haveCert = defined $self->{'certificate'}\n            && -f \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs/$self->{'subdomain_name'}.$self->{'user_home'}.pem\";\n        my $allowHSTS = $haveCert && $self->{'allow_hsts'} eq 'on';\n        my $hstsMaxAge = $allowHSTS ? $self->{'hsts_max_age'} : 0;\n        my $hstsIncludeSubDomains = $allowHSTS && $self->{'hsts_include_subdomains'} eq 'on'\n            ? '; includeSubDomains'\n            : ( $allowHSTS ? '' : '; includeSubDomains' );\n\n        {\n            ACTION                  => $action,\n            STATUS                  => $self->{'subdomain_status'},\n            BASE_SERVER_VHOST       => $::imscpConfig{'BASE_SERVER_VHOST'},\n            BASE_SERVER_IP          => $::imscpConfig{'BASE_SERVER_IP'},\n            BASE_SERVER_PUBLIC_IP   => $::imscpConfig{'BASE_SERVER_PUBLIC_IP'},\n            DOMAIN_ADMIN_ID         => $self->{'domain_admin_id'},\n            DOMAIN_ID               => $self->{'subdomain_id'},\n            DOMAIN_NAME             => $self->{'subdomain_name'} . '.' . $self->{'user_home'},\n            DOMAIN_NAME_UNICODE     => idn_to_unicode( $self->{'subdomain_name'} . '.' . $self->{'user_home'}, 'utf-8' ),\n            DOMAIN_IP               => $self->{'ip_number'},\n            DOMAIN_TYPE             => 'sub',\n            PARENT_DOMAIN_NAME      => $self->{'user_home'},\n            ROOT_DOMAIN_NAME        => $self->{'user_home'},\n            HOME_DIR                => $homeDir,\n            WEB_DIR                 => $webDir,\n            MOUNT_POINT             => $self->{'subdomain_mount'},\n            DOCUMENT_ROOT           => $documentRoot,\n            SHARED_MOUNT_POINT      => $self->_sharedMountPoint(),\n            PEAR_DIR                => $httpd->{'phpConfig'}->{'PHP_PEAR_DIR'},\n            TIMEZONE                => $::imscpConfig{'TIMEZONE'},\n            USER                    => $userName,\n            GROUP                   => $groupName,\n            PHP_SUPPORT             => $self->{'domain_php'},\n            CGI_SUPPORT             => $self->{'domain_cgi'},\n            WEB_FOLDER_PROTECTION   => $self->{'web_folder_protection'},\n            SSL_SUPPORT             => $haveCert,\n            HSTS_SUPPORT            => $allowHSTS,\n            HSTS_MAX_AGE            => $hstsMaxAge,\n            HSTS_INCLUDE_SUBDOMAINS => $hstsIncludeSubDomains,\n            FORWARD                 => $self->{'subdomain_url_forward'} || 'no',\n            FORWARD_TYPE            => $self->{'subdomain_type_forward'} || '',\n            FORWARD_PRESERVE_HOST   => $self->{'subdomain_host_forward'} || 'Off',\n            DISABLE_FUNCTIONS       => $phpini->{'disable_functions'} || '',\n            MAX_EXECUTION_TIME      => $phpini->{'max_execution_time'} || 30,\n            MAX_INPUT_TIME          => $phpini->{'max_input_time'} || 60,\n            MEMORY_LIMIT            => $phpini->{'memory_limit'} || 128,\n            ERROR_REPORTING         => $phpini->{'error_reporting'} || 'E_ALL & ~E_DEPRECATED & ~E_STRICT',\n            DISPLAY_ERRORS          => $phpini->{'display_errors'} || 'off',\n            POST_MAX_SIZE           => $phpini->{'post_max_size'} || 8,\n            UPLOAD_MAX_FILESIZE     => $phpini->{'upload_max_filesize'} || 2,\n            ALLOW_URL_FOPEN         => $phpini->{'allow_url_fopen'} || 'off',\n            PHP_FPM_LISTEN_PORT     => ( $phpini->{'id'} // 1 )-1,\n            EXTERNAL_MAIL           => $self->{'external_mail'},\n            MAIL_ENABLED            => ( $self->{'external_mail'} eq 'off' && ( $self->{'mail_on_domain'} || $self->{'domain_mailacc_limit'} >= 0 ) ),\n            WILDCARD_ALIAS          => $self->{'subdomain_wildcard_alias'} // 'no'\n        }\n    } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=item _sharedMountPoint( )\n\n Does this subdomain share mount point with another domain?\n\n Return bool, die on failure\n\n=cut\n\nsub _sharedMountPoint\n{\n    my ( $self ) = @_;\n\n    my $regexp = \"^$self->{'subdomain_mount'}(/.*|\\$)\";\n    my ( $nbSharedMountPoints ) = $self->{'_dbh'}->selectrow_array(\n        \"\n            SELECT COUNT(mount_point) AS nb_mount_points FROM (\n                SELECT alias_mount AS mount_point FROM domain_aliasses\n                WHERE domain_id = ? AND alias_status NOT IN ('todelete', 'ordered') AND alias_mount RLIKE ?\n                UNION ALL\n                SELECT subdomain_mount AS mount_point FROM subdomain\n                WHERE subdomain_id <> ? AND domain_id = ? AND subdomain_status <> 'todelete' AND subdomain_mount RLIKE ?\n                UNION ALL\n                SELECT subdomain_alias_mount AS mount_point FROM subdomain_alias\n                WHERE subdomain_alias_status <> 'todelete'\n                AND alias_id IN (SELECT alias_id FROM domain_aliasses WHERE domain_id = ?)\n                AND subdomain_alias_mount RLIKE ?\n            ) AS tmp\n        \",\n        undef, $self->{'domain_id'}, $regexp, $self->{'subdomain_id'}, $self->{'domain_id'}, $regexp,\n        $self->{'domain_id'}, $regexp\n    );\n\n    ( $nbSharedMountPoints || $self->{'subdomain_mount'} eq '/' );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Modules/User.pm",
    "content": "=head1 NAME\n\n Modules::User - i-MSCP User module\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Modules::User;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error getLastError warning /;\nuse iMSCP::SystemGroup;\nuse iMSCP::SystemUser;\nuse parent 'Modules::Abstract';\n\n=head1 DESCRIPTION\n\n i-MSCP User module.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getType( )\n\n Get module type\n\n Return string Module type\n\n=cut\n\nsub getType\n{\n    'User';\n}\n\n=item process( \\%data )\n\n Process module\n\n Param hashref \\%data User data\n Return int 0 on success, other on failure\n\n=cut\n\nsub process\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_loadData( $data->{'id'} );\n    return $rs if $rs;\n\n    my @sql;\n    if ( $self->{'admin_status'} =~ /^to(?:add|change(?:pwd)?)$/ ) {\n        $rs = $self->add();\n        @sql = ( 'UPDATE admin SET admin_status = ? WHERE admin_id = ?', undef,\n            ( $rs ? getLastError( 'error' ) || 'Unknown error' : 'ok' ), $data->{'id'} );\n    } elsif ( $self->{'admin_status'} eq 'todelete' ) {\n        $rs = $self->delete();\n        @sql = $rs\n            ? ( 'UPDATE admin SET admin_status = ? WHERE admin_id = ?', undef,\n            getLastError( 'error' ) || 'Unknown error', $data->{'id'} )\n            : ( 'DELETE FROM admin WHERE admin_id = ?', undef, $data->{'id'} );\n    } else {\n        warning( sprintf( 'Unknown action (%s) for user (ID %d)', $self->{'admin_status'}, $data->{'id'} ));\n        return 0;\n    }\n\n    local $@;\n    eval { $self->{'_dbh'}->do( @sql ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=item add( )\n\n Add user\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub add\n{\n    my ( $self ) = @_;\n\n    return $self->SUPER::add() if $self->{'admin_status'} eq 'tochangepwd';\n\n    my $user = my $group = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n        . ( $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'admin_id'} );\n    my $home = \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'admin_name'}\";\n\n    my $rs = $self->{'events'}->trigger(\n        'onBeforeAddImscpUnixUser', $self->{'admin_id'}, $user, \\my $pwd, $home, \\my $skelPath, \\my $shell\n    );\n    return $rs if $rs;\n\n    my ( $oldUser, $uid, $gid ) = ( $self->{'admin_sys_uid'} && $self->{'admin_sys_uid'} ne '0' )\n        ? ( getpwuid( $self->{'admin_sys_uid'} ) )[0, 2, 3] : ();\n\n    $rs = iMSCP::SystemUser->new(\n        username     => $oldUser,\n        password     => $pwd,\n        comment      => 'i-MSCP Web User',\n        home         => $home,\n        skeletonPath => $skelPath,\n        shell        => $shell\n    )->addSystemUser( $user, $group );\n    return $rs if $rs;\n\n    ( $uid, $gid ) = ( getpwnam( $user ) )[2, 3];\n\n    local $@;\n    eval {\n        $self->{'_dbh'}->do(\n            '\n                UPDATE admin\n                SET admin_sys_name = ?, admin_sys_uid = ?, admin_sys_gname = ?, admin_sys_gid = ?\n                WHERE admin_id = ?\n            ',\n            undef, $user, $uid, $group, $gid, $self->{'admin_id'},\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    @{ $self }{ qw/ admin_sys_name admin_sys_uid admin_sys_gname admin_sys_gid / } = ( $user, $uid, $group, $gid );\n    $self->SUPER::add();\n}\n\n=item delete( )\n\n Delete user\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub delete\n{\n    my ( $self ) = @_;\n\n    my $user = my $group = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n        . ( $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'admin_id'} );\n\n    my $rs = $self->{'events'}->trigger( 'onBeforeDeleteImscpUnixUser', $user );\n    $rs ||= $self->SUPER::delete();\n    $rs ||= iMSCP::SystemUser->new( force => TRUE )->delSystemUser( $user );\n    $rs ||= iMSCP::SystemGroup->getInstance()->delSystemGroup( $group );\n    $rs ||= $self->{'events'}->trigger( 'onAfterDeleteImscpUnixUser', $group );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _loadData( $userId )\n\n Load data\n\n Param int $userId user unique identifier\n Return int 0 on success, other on failure\n\n=cut\n\nsub _loadData\n{\n    my ( $self, $userId ) = @_;\n\n    local $@;\n    eval {\n        my $row = $self->{'_dbh'}->selectrow_hashref(\n            '\n                SELECT admin_id, admin_name, admin_pass, admin_sys_name, admin_sys_uid, admin_sys_gname, admin_sys_gid,\n                    admin_status\n                FROM admin\n                WHERE admin_id = ?\n            ',\n            undef, $userId\n        );\n        $row or die( sprintf( 'User (ID %d) has not been found', $userId ));\n        %{ $self } = ( %{ $self }, %{ $row } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _getData( $action )\n\n Data provider method for servers and packages\n\n Param string $action Action\n Return hashref Reference to a hash containing data\n\n=cut\n\nsub _getData\n{\n    my ( $self, $action ) = @_;\n\n    $self->{'_data'} = do {\n        my $user = my $group = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . ( $::imscpConfig{'SYSTEM_USER_MIN_UID'}+$self->{'admin_id'} );\n\n        {\n            ACTION        => $action,\n            STATUS        => $self->{'admin_status'},\n            USER_ID       => $self->{'admin_id'},\n            USER_SYS_UID  => $self->{'admin_sys_uid'},\n            USER_SYS_GID  => $self->{'admin_sys_gid'},\n            USERNAME      => $self->{'admin_name'},\n            PASSWORD_HASH => $self->{'admin_pass'},\n            USER          => $user,\n            GROUP         => $group\n        }\n    } unless %{ $self->{'_data'} };\n\n    $self->{'_data'};\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/AbstractPackageCollection.pm",
    "content": "=head1 NAME\n\n Package::AbstractPackageCollection - Abstract Package Collection\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::AbstractPackageCollection;\n\nuse strict;\nuse warnings;\nuse Array::Utils qw/ array_diff array_minus intersect /;\nuse File::Basename 'dirname';\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dialog;\nuse iMSCP::Dir;\nuse iMSCP::Execute 'execute';\nuse iMSCP::Getopt;\nuse parent 'Common::SingletonClass';\nuse subs qw/\n    registerSetupListeners\n\n    preinstall install postinstall uninstall\n\n    setGuiPermissions setEnginePermissions\n\n    preaddDomain preaddCustomDNS preaddFtpUser preaddHtaccess preaddHtgroup preaddHtpasswd preaddMail preaddServerIP preaddSSLcertificate preaddSub preaddUser\n    addDomain addCustomDNS addFtpUser addHtaccess addHtgroup addHtpasswd addMail addServerIP addSSLcertificate addSub addUser\n    postaddDomain postaddCustomDNS postaddFtpUser postaddHtaccess postaddHtgroup postaddHtpasswd postaddMail postaddServerIP postaddSSLcertificate postaddSub postaddUser\n\n    predeleteDmn predeleteCustomDNS predeleteFtpUser predeleteHtaccess predeleteHtgroup predeleteHtpasswd predeleteMail predeleteServerIP predeleteSSLcertificate predeleteSub predeleteUser\n    deleteDmn deleteCustomDNS deleteFtpUser deleteHtaccess deleteHtgroup deleteHtpasswd deleteMail deleteServerIP deleteSSLcertificate deleteSub deleteUser\n    postdeleteDmn postdeleteCustomDNS postdeleteFtpUser postdeleteHtaccess postdeleteHtgroup postdeleteHtpasswd postdeleteMail postdeleteServerIP postdeleteSSLcertificate postdeleteSub postdeleteUser\n\n    prerestoreDmn prerestoreCustomDNS prerestoreFtpUser prerestoreHtaccess prerestoreHtgroup prerestoreHtpasswd prerestoreMail prerestoreServerIP prerestoreSSLcertificate prerestoreSub prerestoreUser\n    restoreDmn restoreCustomDNS restoreFtpUser restoreHtaccess restoreHtgroup restoreHtpasswd restoreMail restoreServerIP restoreSSLcertificate restoreSub restoreUser\n    postrestoreDmn postrestoreCustomDNS postrestoreFtpUser postrestoreHtaccess postrestoreHtgroup postrestoreHtpasswd postrestoreMail postrestoreServerIP postrestoreSSLcertificate postrestoreSub postrestoreUser\n\n    predisableDmn predisableCustomDNS predisableFtpUser predisableHtaccess predisableHtgroup predisableHtpasswd predisableMail predisableServerIP predisableSSLcertificate predisableSub predisableUser\n    disableDmn disableCustomDNS disableFtpUser disableHtaccess disableHtgroup disableHtpasswd disableMail disableServerIP disableSSLcertificate disableSub disableUser\n    postdisableDmn postdisableCustomDNS postdisableFtpUser postdisableHtaccess postdisableHtgroup postdisableHtpasswd postdisableMail postdisableServerIP dpostisableSSLcertificate postdisableSub postdisableUser\n/;\n\n=head1 DESCRIPTION\n\n Abstract package collection.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getPriority( )\n\n Get package priority\n\n Return int package priority\n\n=cut\n\nsub getPriority\n{\n    0;\n}\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    my $rs = $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForPackages( @_ ); };\n        0;\n    } );\n    $rs ||= $events->registerOne( 'beforeSetupServersAndPackages', sub {\n        my @selectedPackages = split ',', ::setupGetQuestion( $self->getConfVarname());\n\n        for my $package ( @selectedPackages ) {\n            next if $package eq 'No';\n\n            local $@;\n            my $packageInstance = eval { $self->_getPackage( $package ); };\n            if ( $@ ) {\n                error( $@ );\n                return 1;\n            }\n\n            ( my $sub = $packageInstance->can( 'registerSetupListeners' ) ) or next;\n            $rs = $sub->( $packageInstance, $events );\n            return $rs if $rs;\n        }\n\n        my @distributionPackages;\n\n        for my $package ( array_diff( @selectedPackages, @{ $self->{'PACKAGES'} } ) ) {\n            next if $package eq 'No';\n\n            local $@;\n            my $packageInstance = eval { $self->_getPackage( $package ); };\n            if ( $@ ) {\n                error( $@ );\n                return 1;\n            }\n\n            if ( my $sub = $packageInstance->can( 'uninstall' ) ) {\n                $rs = $sub->( $packageInstance );\n                return $rs if $rs;\n            }\n\n            ( my $sub = $packageInstance->can( 'getDistributionPackages' ) ) or next;\n            push @distributionPackages, $sub->( $packageInstance );\n        }\n\n        $self->_purgeDistributionPackages( @distributionPackages );\n    } );\n}\n\n=item preinstall( )\n\n Process pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my @distributionPackages;\n\n    for my $package ( split ',', ::setupGetQuestion( $self->getConfVarname()) ) {\n        next if $package eq 'No';\n\n        local $@;\n        my $packageInstance = eval { $self->_getPackage( $package ); };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        if ( my $sub = $packageInstance->can( 'preinstall' ) ) {\n            my $rs = $sub->( $packageInstance );\n            return $rs if $rs;\n        }\n\n        unless ( iMSCP::Getopt->skipDistPackages ) {\n            ( my $sub = $packageInstance->can( 'getDistributionPackages' ) ) or next;\n            push @distributionPackages, $sub->( $packageInstance );\n        }\n    }\n\n    return 0 if iMSCP::Getopt->skipDistPackages;\n\n    $self->_installDistributionPackages( @distributionPackages );\n}\n\n=item getConfVarname( )\n\n Get package configuration variable name\n\n Return string\n\n=cut\n\nsub getConfVarname\n{\n    my ( $self ) = @_;\n\n    die( \"The @{ [ ref $self ] } package must implements the getConfVarname() method.\" );\n}\n\n=item getOptName( )\n\n Get package option name\n\n Return string\n\n=cut\n\nsub getOptName\n{\n    my ( $self ) = @_;\n\n    die( \"The @{ [ ref $self ] } package must implements the getOptName() method.\" );\n}\n\n=item getDefaultValues( )\n\n Get default values for setup dialog\n\n Return string representing list of default values, each comma separated\n\n=cut\n\nsub getDefaultValues\n{\n    my ( $self ) = @_;\n\n    die( \"The @{ [ ref $self ] } package must implements the getDefaultValues() method.\" );\n}\n\n=item getPackageHumanName( )\n\n Get package human name\n\n Return string\n\n=cut\n\nsub getPackageHumanName\n{\n    my ( $self ) = @_;\n\n    die( \"The @{ [ ref $self ] } package must implements the getPackageHumanName() method.\" );\n}\n\n=item AUTOLOAD( )\n\n Proxy to package methods\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub AUTOLOAD\n{\n    my $self = shift;\n    ( my $method = our $AUTOLOAD ) =~ s/.*:://;\n\n    for my $package ( split ',', $::imscpConfig{ $self->getConfVarname() } ) {\n        next if $package eq 'No';\n\n        local $@;\n        my $packageInstance = eval { $self->_getPackage( $package ); };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        ( my $sub = $packageInstance->can( $method ) ) or next;\n        my $rs = $sub->( $packageInstance, @_ );\n        return $rs if $rs;\n    }\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item init( )\n\n Initialize instance\n\n Return Package::AbstractPackageCollection\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self->{'PACKAGES'} } = (\n        iMSCP::Dir->new( dirname => \"@{ [ dirname __FILE__ ] }/@{ [ ( ref $self ) =~ s/.*:://r ] }\" )->getDirs()\n    );\n    $self;\n}\n\n=item _dialogForPackages( \\%dialog )\n\n Dialog for packages\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForPackages\n{\n    my ( $self, $dialog ) = @_;\n\n    my @availablePackages = ( @{ $self->{'PACKAGES'} }, 'No' );\n    my @selectedPackages = split ',', ::setupGetQuestion(\n        $self->getConfVarname(), $self->getDefaultValues()\n    );\n    my $ret = 20;\n\n    FIRST_DIALOG:\n\n    if ( $dialog->executeRetval == 30\n        || grep ( $_ eq iMSCP::Getopt->reconfigure, $self->getOptName(), 'addons', 'all' )\n        || !@selectedPackages\n        || array_minus( @selectedPackages, @availablePackages )\n    ) {\n        ( $ret, my $packages ) = $dialog->multiselect(\n            <<\"EOF\", { map { $_ => $_ } @{ $self->{'PACKAGES'} } }, [ intersect( @availablePackages, @selectedPackages ) ] );\nPlease select the @{ [ $self->getPackageHumanName() ] } you want to install:\nEOF\n        return 30 if $ret == 30;\n        @selectedPackages = @{ $packages } ? @{ $packages } : ( 'No' );\n    };\n\n    ::setupSetQuestion( $self->getConfVarname(), join ',', @selectedPackages );\n\n    my @dialogStack;\n    for my $package ( @selectedPackages ) {\n        next if $package eq 'No';\n\n        local $@;\n        my $packageInstance = eval { $self->_getPackage( $package ); };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        if ( my $sub = $packageInstance->can( 'setupDialog' ) ) {\n            push @dialogStack, sub { $sub->( $packageInstance, $dialog ); };\n        }\n    }\n\n    my $prevRet = $ret;\n    $ret = $dialog->execute( @dialogStack, TRUE ) if @dialogStack;\n    goto FIRST_DIALOG if $ret == 30 && $prevRet != 20;\n    $ret;\n}\n\n=item _installDistributionPackages( @packages )\n\n Install distribution packages\n\n Param list @packages List of packages to install\n Return int 0 on success, other on failure\n\n=cut\n\nsub _installDistributionPackages\n{\n    my ( undef, @packages ) = @_;\n\n    return unless @packages;\n\n    iMSCP::Dialog->getInstance()->endGauge();\n\n    local $ENV{'UCF_FORCE_CONFFNEW'} = TRUE;\n    local $ENV{'UCF_FORCE_CONFFMISS'} = TRUE;\n\n    my ( $aptVersion ) = `apt-get --version` =~ /^apt\\s+([\\d.]+)/;\n    my $stdout;\n    my $rs = execute(\n        [\n            ( !iMSCP::Getopt->noprompt\n                ? ( 'debconf-apt-progress', '--logstderr', '--' ) : ()\n            ),\n            '/usr/bin/apt-get',\n            '--assume-yes',\n            '--option', 'DPkg::Options::=--force-confnew',\n            '--option', 'DPkg::Options::=--force-confmiss',\n            '--option', 'Dpkg::Options::=--force-overwrite',\n            '--auto-remove',\n            '--purge',\n            '--no-install-recommends',\n            ( version->parse( $aptVersion ) < version->parse( '1.1.0' )\n                ? '--force-yes' : '--allow-downgrades'\n            ),\n            'install', @packages\n        ],\n        ( iMSCP::Getopt->noprompt\n            && !iMSCP::Getopt->verbose ? \\$stdout : undef\n        ),\n        \\my $stderr\n    );\n    error( sprintf(\n        \"Couldn't install packages: %s\", $stderr || 'Unknown error'\n    )) if $rs;\n    $rs;\n}\n\n=item _purgeDistributionPackages( @packages )\n\n Remove distribution packages\n\n Param list @packages Packages to remove\n Return int 0 on success, other on failure\n\n=cut\n\nsub _purgeDistributionPackages\n{\n    my ( undef, @packages ) = @_;\n\n    return 0 unless @packages;\n\n    # Do not try to remove packages that are not available\n    my $rs = execute( \"/usr/bin/dpkg-query -W -f='\\${Package}\\\\n' @packages 2>/dev/null\", \\my $stdout );\n    @packages = split /\\n/, $stdout;\n    return 0 unless @packages;\n\n    iMSCP::Dialog->getInstance()->endGauge();\n\n    $rs = execute(\n        [\n            ( !iMSCP::Getopt->noprompt ? ( 'debconf-apt-progress', '--logstderr', '--' ) : () ),\n            '/usr/bin/apt-get', '--assume-yes', '--auto-remove', '--purge', '--no-install-recommends', 'remove', @packages\n        ],\n        ( iMSCP::Getopt->noprompt && !iMSCP::Getopt->verbose ? \\$stdout : undef ),\n        \\my $stderr\n    );\n    error( sprintf( \"Couldn't purge packages: %s\", $stderr || 'Unknown error' )) if $rs;\n    $rs;\n}\n\n=item _getPackage( $package )\n\n Get instance of the given package\n\n Param string $package Package short name\n Return Package::AbstractPackageCollection, die on failure\n\n=cut\n\nsub _getPackage\n{\n    my ( $self, $package ) = @_;\n\n    $self->{'_packages'}->{$package} //= do {\n        $package = \"@{ [ ref $self ] }::${package}::${package}\";\n        eval \"require $package\";\n        die if $@;\n        $package->getInstance();\n    };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/AltUrlsFeature.pm",
    "content": "=head1 NAME\n\n Package::AltUrlFeature - Alternative URLs for client websites\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::AltUrlsFeature;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::EventManager;\nuse iMSCP::Getopt;\nuse Servers::httpd;\nuse Servers::named;\nuse Scalar::Defer 'lazy';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Provides alternative URLs for client websites.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getPriority( )\n\n Get package priority\n\n Return int package priority\n\n=cut\n\nsub getPriority\n{\n    -20;\n}\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForAltUrlsFeature( @_ ); };\n        0;\n    } );\n}\n\n=item addDmn( \\%data )\n\n Add control panel subdomain (A/AAAA) DNS record for client website alternative URL\n\n Param hashref \\%data Data as provided by the Domain or alias modules\n Return int 0 on success, other on failure\n\n=cut\n\nsub addDmn\n{\n    my ( $self, $data ) = @_;\n\n    $self->_addDnsRecord( $data );\n}\n\n=item deleteDmn( \\%data )\n\n Delete control panel subdomain (A/AAAA) DNS record for client website alternative URL\n\n Param hashref \\%data Data as provided by the Domain or alias modules\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteDmn\n{\n    my ( $self, $data ) = @_;\n\n    $self->_deleteDnsRecord( $data );\n}\n\n=item disableDmn( \\%data )\n\n See Package::AltUrlsFeature::addDmn()\n\n On a reconfiguration, we need make sure that DNS record are added, even for\n disabled domains.\n\n=cut\n\nsub disableDmn\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless defined $::execmode && $::execmode eq 'setup';\n\n    $self->addDmn( $data );\n}\n\n=item addSub( \\%data )\n\n Add control panel subdomain  (A/AAAA) DNS record for client website alternative URL\n\n Param hashref \\%data Data as provided by the Subdomain or SubAlias modules\n Return int 0 on success, other on failure\n\n=cut\n\nsub addSub\n{\n    my ( $self, $data ) = @_;\n\n    $self->_addDnsRecord( $data );\n}\n\n=item deleteSub( \\%data )\n\n Delete control panel subdomain (A/AAAA) DNS record for client website alternative URL \n \n Param hashref \\%data Data as provided by the Subdomain or SubAlias modules\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteSub\n{\n    my ( $self, $data ) = @_;\n\n    $self->_deleteDnsRecord( $data );\n}\n\n=item disableSub( \\%data )\n\n See Package::AltUrlsFeature::addSub()\n \n On a reconfiguration, we need make sure that DNS record are added, even for\n disabled subdomains.\n\n=cut\n\nsub disableSub\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless defined $::execmode && $::execmode eq 'setup';\n\n    $self->addSub( $data );\n}\n\n=back\n\n=head1 EVENT LISTENERS\n\n=over 4\n\n=item addServerAlias( \\$cfgTpl, $tplName, \\%data )\n\n Add server alias for client domain/subdomain alternative URL in httpd vhost file\n\n Param scalarref \\$cfgTpl Httpd configuration file content\n Param string $tplName Httpd configuration template filename\n Param hashref \\%data Domain data as provided by Domain, Alias, Subdomain or SubAlias modules\n Return int 0\n\n=cut\n\nsub _addServerAlias\n{\n    my ( $self, undef, $tplName, $data ) = @_;\n\n    return 0 unless $tplName eq 'domain.tpl'\n        && $::imscpConfig{'CLIENT_WEBSITES_ALT_URLS'} eq 'yes';\n\n    my $serverData = $self->{'httpd'}->getData();\n    my $alias = \"$data->{'DOMAIN_TYPE'}$data->{'DOMAIN_ID'}.$::imscpConfig{'BASE_SERVER_VHOST'}\";\n\n    $self->{'httpd'}->setData( {\n        SERVER_ALIASES => length $serverData->{'SERVER_ALIASES'}\n            ? $serverData->{'SERVER_ALIASES'} . ' ' . $alias\n            : $alias\n    } );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n \n Return Package::AltUrlFeature\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'named'} = lazy { Servers::named->factory(); };\n    $self->{'httpd'} = lazy { Servers::httpd->factory(); };\n    iMSCP::EventManager->getInstance()->register(\n        'beforeHttpdBuildConfFile', sub { $self->_addServerAlias( @_ ); }\n    );\n    $self;\n}\n\n=item _dialogForAltUrlsFeature( \\%dialog )\n\n Setup dialog\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForAltUrlsFeature\n{\n    my ( undef, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion( 'CLIENT_WEBSITES_ALT_URLS', 'yes' );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ alt_urls_feature all / )\n        && grep ( $value eq $_, qw/ yes no / )\n    ) {\n        ::setupSetQuestion( 'CLIENT_WEBSITES_ALT_URLS', $value );\n        return 20\n    }\n\n    my $ret = $dialog->boolean( <<\"EOF\", $value eq 'no' );\nDo you want to enable the alternative URLs feature for the client websites?\n\nAlternative URLs make the clients able to access their websites through control panel subdomains such as:\n\n \\\\Zbdmn1.@{ [ ::setupGetQuestion( 'BASE_SERVER_VHOST') ] }\\\\ZB\n\nThis feature is useful for clients who have not yet configured their DNS.\n        \nIf you make use of an external DNS server for the control panel domain, don't forget to add a wildcard DNS such as:\n\n \\\\Zb*.@{ [ ::setupGetQuestion( 'BASE_SERVER_VHOST') ] }. IN A @{ [ ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP') ] }\\\\ZB\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'CLIENT_WEBSITES_ALT_URLS', $ret ? 'no' : 'yes' );\n    0;\n}\n\n=item _addDnsRecord( \\%data )\n\n Add control panel subdomain (A/AAAA) DNS record for client website alternative URL\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addDnsRecord\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless $::imscpConfig{'CLIENT_WEBSITES_ALT_URLS'} eq 'yes';\n\n    $self->{'named'}->addSub( {\n        PARENT_DOMAIN_NAME    => $::imscpConfig{'BASE_SERVER_VHOST'},\n        DOMAIN_NAME           => \"$data->{'DOMAIN_TYPE'}$data->{'DOMAIN_ID'}.$::imscpConfig{'BASE_SERVER_VHOST'}\",\n        DOMAIN_IP             => $data->{'DOMAIN_IP'},\n        BASE_SERVER_PUBLIC_IP => $data->{'BASE_SERVER_PUBLIC_IP'},\n        MAIL_ENABLED          => FALSE,\n        OPTIONAL_RECORDS      => FALSE\n    } );\n}\n\n=item _deleteDnsRecord( \\%data )\n\n Delete control panel subdomain (A/AAAA) DNS record for client website alternative URL\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub _deleteDnsRecord\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless $::imscpConfig{'CLIENT_WEBSITES_ALT_URLS'} eq 'yes';\n\n    $self->{'named'}->deleteSub( {\n        PARENT_DOMAIN_NAME => $::imscpConfig{'BASE_SERVER_VHOST'},\n        DOMAIN_NAME        => \"$data->{'DOMAIN_TYPE'}$data->{'DOMAIN_ID'}.$::imscpConfig{'BASE_SERVER_VHOST'}\"\n    } );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/AntiRootkits/Chkrootkit/Chkrootkit.pm",
    "content": "=head1 NAME\n\n Package::AntiRootkits::Chkrootkit::Chkrootkit - Chkrootkit package\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::AntiRootkits::Chkrootkit::Chkrootkit;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::Rights 'setRights';\nuse Servers::cron;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n The chkrootkit security scanner searches the local system for signs that it is\n infected with a 'rootkit'. Rootkits are set of programs and hacks designed to\n take control of a target machine by using known security flaws.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item preinstall( )\n\n Process pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    $self->_disableDebianConfig();\n}\n\n=item postinstall( )\n\n Process post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_addCronTask();\n    $rs ||= $self->_scheduleCheck();\n}\n\n=item uninstall( )\n\n Process uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    $self->_restoreDebianConfig();\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    setRights( $::imscpConfig{'CHKROOTKIT_LOG'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'IMSCP_GROUP'},\n        mode  => '0640'\n    } );\n}\n\n=item getDistributionPackages( )\n\n Get list of distribution packages to install or uninstall, depending on context\n\n Return List of distribution packages\n\n=cut\n\nsub getDistributionPackages\n{\n    'chkrootkit';\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _disableDebianConfig( )\n\n Disable default configuration as provided by the chkrootkit Debian package\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _disableDebianConfig\n{\n    return 0 unless -f '/etc/cron.daily/chkrootkit';\n\n    iMSCP::File->new(\n        filename => '/etc/cron.daily/chkrootkit'\n    )->moveFile(\n        '/etc/cron.daily/chkrootkit.disabled'\n    );\n}\n\n=item _addCronTask( )\n\n Add cron task\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addCronTask\n{\n    Servers::cron->factory()->addTask( {\n        TASKID  => 'Package::AntiRootkits::Chkrootkit',\n        MINUTE  => '@weekly',\n        HOUR    => '',\n        DAY     => '',\n        MONTH   => '',\n        DWEEK   => '',\n        USER    => $::imscpConfig{'ROOT_USER'},\n        COMMAND => \"/usr/bin/nice -n 10 /usr/bin/ionice -c2 -n5 /bin/bash /usr/sbin/chkrootkit -e > $::imscpConfig{'CHKROOTKIT_LOG'} 2>&1\"\n    } );\n}\n\n=item _scheduleCheck( )\n\n Schedule check if log file doesn't exist or is empty\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _scheduleCheck\n{\n    return 0 if -f -s $::imscpConfig{'CHKROOTKIT_LOG'};\n\n    # Create an empty file to avoid planning multiple check if installer is run many time\n    my $file = iMSCP::File->new( filename => $::imscpConfig{'CHKROOTKIT_LOG'} );\n    $file->set( \"Check scheduled...\\n\" );\n    my $rs = $file->save();\n    return $rs if $rs;\n\n    $rs = execute(\n        \"echo '/bin/bash /usr/sbin/chkrootkit -e > $::imscpConfig{'CHKROOTKIT_LOG'} 2>&1' | /usr/bin/at now + 10 minutes\",\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    $rs;\n}\n\n=item _restoreDebianConfig( )\n\n Restore default configuration\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _restoreDebianConfig\n{\n    return 0 unless -f '/etc/cron.daily/chkrootkit.disabled';\n\n    iMSCP::File->new(\n        filename => '/etc/cron.daily/chkrootkit.disabled'\n    )->moveFile(\n        '/etc/cron.daily/chkrootkit'\n    );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/AntiRootkits/Rkhunter/Cron.pl",
    "content": "#!/usr/bin/perl\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse FindBin;\nuse lib \"$FindBin::Bin/../../../../PerlLib\", \"$FindBin::Bin/../../../../PerlVendor\";\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Debug qw/ debug newDebug setDebug setVerbose /;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::ProgramFinder;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\nnewDebug( 'imscp-rkhunter-cron.log' );\nsetDebug( TRUE );\nsetVerbose( TRUE );\n\niMSCP::Bootstrapper->getInstance()->boot( {\n    nolock          => TRUE,\n    nokeys          => TRUE,\n    nodatabase      => TRUE,\n    config_readonly => TRUE\n} );\n\nexit unless iMSCP::ProgramFinder::find(\n    'rkhunter'\n) && iMSCP::Bootstrapper->getInstance()->lock(\n    '/var/lock/imscp-rkhunter-cron.lock', 'nowait'\n);\n\nmy $logFile = $::imscpConfig{'RKHUNTER_LOG'} || '/var/log/rkhunter.log';\n\nexecute(\n    [ '/usr/bin/rkhunter', '--cronjob', '--logfile', $logFile ],\n    \\my $stdout,\n    \\my $stderr\n);\ndebug( $stdout ) if length $stdout;\ndebug( $stderr ) if length $stderr;\n\nexit 0 unless -f $logFile;\n\nmy $file = iMSCP::File->new( filename => $logFile );\nmy $rs = $file->owner( $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'IMSCP_GROUP'} );\n$rs ||= $file->mode( 0640 );\nexit $rs;\n"
  },
  {
    "path": "engine/PerlLib/Package/AntiRootkits/Rkhunter/Rkhunter.pm",
    "content": "=head1 NAME\n\n Package::AntiRootkits::Rkhunter::Rkhunter - i-MSCP Rkhunter package\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::AntiRootkits::Rkhunter::Rkhunter;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::Rights 'setRights';\nuse Servers::cron;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Rkhunter package installer.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item preinstall( )\n\n Process pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    $self->_disableDebianConfig();\n}\n\n=item postinstall( )\n\n Process post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_addCronTask();\n    $rs ||= $self->_scheduleCheck();\n}\n\n=item uninstall( )\n\n Process uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    $self->_restoreDebianConfig();\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions.\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my $rs = setRights(\n        \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/AntiRootkits/Rkhunter/Cron.pl\",\n        {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $::imscpConfig{'ROOT_USER'},\n            mode  => '0700'\n        }\n    );\n\n    return $rs if $rs || !-f $::imscpConfig{'RKHUNTER_LOG'};\n\n    setRights( $::imscpConfig{'RKHUNTER_LOG'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'IMSCP_GROUP'},\n        mode  => '0640'\n    } );\n}\n\n=item getDistributionPackages( )\n\n Get list of distribution packages to install or uninstall, depending on context\n\n Return List of distribution packages\n\n=cut\n\nsub getDistributionPackages\n{\n    'rkhunter';\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _disableDebianConfig( )\n\n Disable default configuration\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _disableDebianConfig\n{\n    if ( -f '/etc/default/rkhunter' ) {\n        my $file = iMSCP::File->new( filename => '/etc/default/rkhunter' );\n        return 1 unless defined( my $fileC = $file->getAsRef());\n\n        ${ $fileC } =~ s/CRON_DAILY_RUN=\".*\"/CRON_DAILY_RUN=\"false\"/i;\n        ${ $fileC } =~ s/CRON_DB_UPDATE=\".*\"/CRON_DB_UPDATE=\"false\"/i;\n\n        my $rs = $file->save();\n        return $rs if $rs;\n    }\n\n    if ( -f '/etc/cron.daily/rkhunter' ) {\n        my $rs = iMSCP::File->new(\n            filename => '/etc/cron.daily/rkhunter'\n        )->moveFile(\n            '/etc/cron.daily/rkhunter.disabled'\n        );\n        return $rs if $rs;\n    }\n\n    if ( -f '/etc/cron.weekly/rkhunter' ) {\n        my $rs = iMSCP::File->new(\n            filename => '/etc/cron.weekly/rkhunter'\n        )->moveFile(\n            '/etc/cron.weekly/rkhunter.disabled'\n        );\n        return $rs if $rs;\n    }\n\n    if ( -f \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/rkhunter\" ) {\n        my $rs = iMSCP::File->new(\n            filename => \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/rkhunter\"\n        )->moveFile(\n            '/etc/logrotate.d/rkhunter.disabled'\n        );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item _addCronTask( )\n\n Add cron task\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addCronTask\n{\n    Servers::cron->factory()->addTask( {\n        TASKID  => 'Package::AntiRootkits::Rkhunter',\n        MINUTE  => '@weekly',\n        HOUR    => '',\n        DAY     => '',\n        MONTH   => '',\n        DWEEK   => '',\n        USER    => $::imscpConfig{'ROOT_USER'},\n        COMMAND =>\n            \"/usr/bin/nice -n 10 /usr/bin/ionice -c2 -n5 /usr/bin/perl $::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/AntiRootkits/Rkhunter/Cron.pl > /dev/null 2>&1\"\n    } );\n}\n\n=item _scheduleCheck( )\n\n Schedule check if log file doesn't exist or is empty\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _scheduleCheck\n{\n    return 0 if -f -s $::imscpConfig{'RKHUNTER_LOG'};\n\n    # Create an empty file to avoid planning multiple check if installer is run many time\n    my $file = iMSCP::File->new( filename => $::imscpConfig{'RKHUNTER_LOG'} );\n    $file->set( \"Check scheduled...\\n\" );\n    my $rs = $file->save();\n    return $rs if $rs;\n\n    $rs = execute(\n        \"echo '/usr/bin/perl $::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/AntiRootkits/Rkhunter/Cron.pl > /dev/null 2>&1' | /usr/bin/at now + 10 minutes\",\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    $rs;\n}\n\n=item _restoreDebianConfig( )\n\n Restore default configuration\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _restoreDebianConfig\n{\n    if ( -f '/etc/default/rkhunter' ) {\n        my $file = iMSCP::File->new( filename => '/etc/default/rkhunter' );\n        return 1 unless defined( my $fileC = $file->getAsRef());\n\n        ${ $fileC } =~ s/CRON_DAILY_RUN=\".*\"/CRON_DAILY_RUN=\"\"/i;\n        ${ $fileC } =~ s/CRON_DB_UPDATE=\".*\"/CRON_DB_UPDATE=\"\"/i;\n        my $rs = $file->save();\n        return $rs if $rs;\n    }\n\n    if ( -f '/etc/cron.daily/rkhunter.disabled' ) {\n        my $rs = iMSCP::File->new(\n            filename => '/etc/cron.daily/rkhunter.disabled' )->moveFile(\n            '/etc/cron.daily/rkhunter'\n        );\n        return $rs if $rs;\n    }\n\n    if ( -f '/etc/cron.weekly/rkhunter.disabled' ) {\n        my $rs = iMSCP::File->new(\n            filename => '/etc/cron.weekly/rkhunter.disabled' )->moveFile(\n            '/etc/cron.weekly/rkhunter'\n        );\n        return $rs if $rs;\n    }\n\n    if ( -f \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/rkhunter.disabled\" ) {\n        my $rs = iMSCP::File->new(\n            filename => \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/rkhunter.disabled\"\n        )->moveFile(\n            \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/rkhunter\"\n        );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/AntiRootkits.pm",
    "content": "=head1 NAME\n\n Package::AntiRootkits - Anti-Rootkits packages\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::AntiRootkits;\n\nuse strict;\nuse warnings;\nuse parent 'Package::AbstractPackageCollection';\n\n=head1 DESCRIPTION\n\n Provides Anti-Rootkits packages.\n\n=head1 PUBLIC METHODS\n\n=over\n\n=item getConfVarname( )\n\n See Package::AbstractPackageCollection::getConfVarname()\n\n=cut\n\nsub getConfVarname\n{\n    my ( $self ) = @_;\n\n    'ANTI_ROOTKIT_PACKAGES';\n}\n\n=item getOptName( )\n\n See Package::AbstractPackageCollection::getOptName()\n\n=cut\n\nsub getOptName\n{\n    my ( $self ) = @_;\n\n    'antirootkit_packages';\n}\n\n=item getDefaultValues( )\n\n See Package::AbstractPackageCollection::getDefaultValues()\n\n=cut\n\nsub getDefaultValues\n{\n    my ( $self ) = @_;\n\n    'Chkrootkit,Rkhunter';\n}\n\n=item getPackageHumanName( )\n\n See Package::AbstractPackageCollection::getPackageHumanName()\n\n=cut\n\nsub getPackageHumanName\n{\n    my ( $self ) = @_;\n\n    'Anti-Rootkits';\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/BackupFeature.pm",
    "content": "=head1 NAME\n\n Package::BackupFeature - Backup feature\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::BackupFeature;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Getopt;\nuse Servers::cron;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Provides backup feature.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getPriority( )\n\n Get package priority\n\n Return int package priority\n\n=cut\n\nsub getPriority\n{\n    -20;\n}\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForCpBackup( @_ ); },\n            sub { $self->_dialogForClientBackup( @_ ); };\n        0;\n    } );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my $cron = Servers::cron->factory();\n\n    if ( $::imscpConfig{'BACKUP_IMSCP'} eq 'yes' ) {\n        # Cron task for the control panel (conffiles and database)\n        my $rs = $cron->addTask( {\n            TASKID  => __PACKAGE__ . '::ControlPanel',\n            MINUTE  => '@daily',\n            COMMAND => \"/usr/bin/perl $::imscpConfig{'BACKUP_ROOT_DIR'}/imscp-backup-imscp > \"\n                . \"$::imscpConfig{'LOG_DIR'}/imscp-backup-imscp.log 2>&1\"\n        } );\n        # Cron task for deletion of outdated control panel backups\n        $rs ||= $cron->addTask( {\n            TASKID  => __PACKAGE__ . '::ControlPanel::Gc',\n            MINUTE  => '@weekly',\n            COMMAND => \"/usr/bin/find $::imscpConfig{'BACKUP_FILE_DIR'} \"\n                . \"-type f -mtime +7 -exec rm -- {} +\"\n        } );\n        return $rs if $rs;\n    }\n\n    if ( $::imscpConfig{'BACKUP_DOMAINS'} eq 'yes' ) {\n        # Cron task for client backups\n        my $rs = $cron->addTask( {\n            TASKID  => __PACKAGE__ . '::Clients',\n            MINUTE  => $::imscpConfig{'BACKUP_MINUTE'},\n            HOUR    => $::imscpConfig{'BACKUP_HOUR'},\n            COMMAND => \"/usr/bin/nice -n 10 /usr/bin/ionice -c2 -n5 \"\n                . \"/usr/bin/perl $::imscpConfig{'BACKUP_ROOT_DIR'}/imscp-backup-all > \"\n                . \"$::imscpConfig{'LOG_DIR'}/imscp-backup-all.log 2>&1\"\n        } );\n        return $rs if $rs;\n    }\n\n    # Cron task for deletion of outdated server backup files\n    $cron->addTask( {\n        TASKID  => __PACKAGE__ . '::Servers::Gc',\n        MINUTE  => '@weekly',\n        COMMAND => \"/usr/bin/find $::imscpConfig{'CONF_DIR'}/*/backup -type f \"\n            . \"-mtime +7 -regextype sed -regex '.*/.*[0-9]\\{10\\}\\$' -exec rm -- {} +\"\n    } );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my $cron = Servers::cron->factory();\n\n    for my $taskID ( qw/ ControlPanel ControlPanel::Gc Clients Servers::Gc / ) {\n        my $rs = $cron->deleteTask( { TASKID => __PACKAGE__ . \"::${taskID}\" } );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _dialogForCpBackup( \\%dialog )\n\n Dialog for control panel backup\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForCpBackup\n{\n    my ( undef, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion( 'BACKUP_IMSCP', 'yes' );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ backup all / )\n        && grep ( $_ eq $value, qw/ yes no / )\n    ) {\n        ::setupSetQuestion( 'BACKUP_IMSCP', $value );\n        return 20;\n    }\n\n    my $ret = $dialog->boolean( <<'EOF', $value eq 'no', TRUE );\nDo you want to enable the daily backup feature for the control panel (database and configuration files)?\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'BACKUP_IMSCP', $ret ? 'no' : 'yes' );\n    0;\n}\n\n=item _dialogForClientBackup( \\%dialog )\n\n Dialog for clent backup\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForClientBackup\n{\n    my ( undef, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion( 'BACKUP_DOMAINS', 'yes' );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ backup all / )\n        && grep ( $_ eq $value, qw/ yes no / )\n    ) {\n        ::setupSetQuestion( 'BACKUP_DOMAINS', $value );\n        return 20;\n    }\n\n    my $ret = $dialog->boolean( <<'EOF', $value eq 'no' );\nDo you want to enable the backup feature for the clients?\n\nWhen this feature is enabled, resellers can enable backup feature for their clients.\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'BACKUP_DOMAINS', $ret = 0 );\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/FrontEnd.pm",
    "content": "=head1 NAME\n\n Package::FrontEnd - i-MSCP FrontEnd package\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::FrontEnd;\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Config;\nuse iMSCP::Crypt qw/ ALNUM apr1MD5 randomStr /;\nuse iMSCP::Cwd '$CWD';\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ error debug getMessageByType /;\nuse iMSCP::Dialog::InputValidation qw/\n    $LAST_VALIDATION_ERROR\n    isValidUsername isValidPassword isValidEmail\n    isValidDomain isNumber isNumberInRange\n    isStringNotInList\n/;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Service;\nuse iMSCP::SystemGroup;\nuse iMSCP::SystemUser;\nuse iMSCP::Net;\nuse iMSCP::OpenSSL;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Stepper qw/ startDetail endDetail step /;\nuse iMSCP::SystemUser;\nuse iMSCP::TemplateParser qw/ replaceBloc process getBloc /;\nuse Net::LibIDN qw/ idn_to_ascii idn_to_unicode /;\nuse Servers::httpd;\nuse Servers::mta;\nuse Servers::named;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Provides i-MSCP frontEnd.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getPriority( )\n\n Get package priority\n\n Return int package priority\n\n=cut\n\nsub getPriority\n{\n    100;\n}\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    my $rs = $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForMasterAdminUsername( @_ ); },\n            sub { $self->_dialogForMasterAdminPassword( @_ ); },\n            sub { $self->_dialogForMasterAdminEmail( @_ ); },\n            sub { $self->_dialogForCpHostname( @_ ); },\n            sub { $self->_dialogForCpSSL( @_ ); },\n            sub { $self->_dialogForCpHttpAccessMode( @_ ); },\n            sub { $self->_dialogForHttpPort( @_ ); },\n            sub { $self->_dialogForHttpsPort( @_ ); };\n        0;\n    } );\n    $rs ||= $events->registerOne( 'beforeSetupPreInstallServers', sub {\n        $rs = setRights( $::imscpConfig{'ROOT_DIR'}, {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $::imscpConfig{'ROOT_GROUP'},\n            mode  => '0755'\n        } );\n        $rs ||= $self->_createMasterWebUser();\n        $rs ||= $self->setGuiPermissions();\n    }, 20 );\n    $rs ||= $events->registerOne( 'beforeSetupPreInstallServers', sub {\n        return 0 if iMSCP::Getopt->skipComposerUpdate;\n\n        eval {\n            my $composer = iMSCP::Composer->new(\n                user          => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                composer_home => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/.composer\",\n            );\n\n            my $stdRoutine = sub {\n                return if $_[0] =~ /^package\\s+[^\\s]+\\s+is\\s+abandoned/i;\n                chomp( $_[0] );\n                debug( $_[0] );\n                step( undef, <<\"EOT\", 1, 1 );\nInstalling/Updating i-MSCP frontEnd PHP dependencies...\n\n$_[0]\n\nDepending on your internet connection speed, this may take few seconds...\nEOT\n            };\n\n            startDetail;\n            $composer->setStdRoutines( $stdRoutine, $stdRoutine );\n            $composer->installComposer( $::imscpConfig{'COMPOSER_VERSION'} );\n            $composer->clearCache() if iMSCP::Getopt->clearComposerCache;\n            $composer->update( TRUE, FALSE, 'imscp/*' );\n            endDetail;\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        0;\n    } );\n}\n\n=item preinstall( )\n\n Process pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndPreInstall' );\n    $rs ||= $self->stop();\n    $rs ||= $self->{'events'}->trigger( 'afterFrontEndPreInstall' );\n}\n\n=item install( )\n\n Process installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndInstall' );\n    $rs ||= $self->_setupMasterAdmin();\n    $rs ||= $self->_setupSsl();\n    $rs ||= $self->_setHttpdVersion();\n    $rs ||= $self->_addMasterWebUser();\n    $rs ||= $self->_makeDirs();\n    $rs ||= $self->_copyPhpBinary();\n    $rs ||= $self->_buildPhpConfig();\n    $rs ||= $self->_buildHttpdConfig();\n    $rs ||= $self->_addDnsZone();\n    $rs ||= $self->_createSymlinkForBcCompatibility();\n    $rs ||= $self->_cleanup();\n    $rs ||= $self->{'events'}->trigger( 'afterFrontEndInstall' );\n}\n\n=item postinstall( )\n\n Process post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndPostInstall' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        my $service = iMSCP::Service->getInstance();\n        $service->enable( $self->{'config'}->{'HTTPD_SNAME'} );\n        $service->enable( 'imscp_panel' );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs = $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [\n                sub { $self->start(); },\n                'i-MSCP FrontEnd services'\n            ];\n            0;\n        },\n        2\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterFrontEndPostInstall' );\n}\n\n=item dpkgPostInvokeTasks( )\n\n Process postinstall tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub dpkgPostInvokeTasks\n{\n    my ( $self ) = @_;\n\n    if ( -f '/usr/local/sbin/imscp_panel' ) {\n        unless ( -f $self->{'config'}->{'PHP_FPM_BIN_PATH'} ) {\n            # Cover case where administrator removed the package\n            # That should never occurs but...\n            my $rs = $self->stopPhpFpm();\n            $rs ||= iMSCP::File->new(\n                filename => '/usr/local/sbin/imscp_panel'\n            )->delFile();\n            return $rs;\n        }\n\n        my $v1 = $self->getFullPhpVersionFor(\n            $self->{'config'}->{'PHP_FPM_BIN_PATH'}\n        );\n        my $v2 = $self->getFullPhpVersionFor(\n            '/usr/local/sbin/imscp_panel'\n        );\n        if ( $v1 eq $v2 ) {\n            debug( sprintf(\n                \"i-MSCP frontEnd PHP-FPM binary is up-to-date: %s\", $v2\n            ));\n            return 0;\n        }\n\n        debug( sprintf(\n            \"Updating i-MSCP frontEnd PHP-FPM binary from version %s to version %s\",\n            $v2,\n            $v1\n        ));\n    }\n\n    my $rs = $self->_copyPhpBinary();\n    return $rs if $rs || !-f '/usr/local/etc/imscp_panel/php-fpm.conf';\n\n    $rs ||= $self->startPhpFpm();\n}\n\n=item uninstall( )\n\n Process uninstall tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndUninstall' );\n    $rs ||= $self->_deconfigurePHP();\n    $rs ||= $self->_deconfigureHTTPD();\n    $rs ||= $self->_deleteMasterWebUser();\n    $rs ||= $self->{'events'}->trigger( 'afterFrontEndUninstall' );\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeFrontEndSetEnginePermissions'\n    );\n    $rs ||= setRights( $self->{'config'}->{'HTTPD_CONF_DIR'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $::imscpConfig{'ROOT_GROUP'},\n        dirmode   => '0755',\n        dirmode   => '0644',\n        recursive => TRUE\n    } );\n    $rs ||= setRights( $self->{'config'}->{'HTTPD_LOG_DIR'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $::imscpConfig{'ROOT_GROUP'},\n        dirmode   => '0755',\n        filemode  => '0640',\n        recursive => TRUE\n    } );\n    return $rs if $rs;\n\n    # Temporary directories as provided by nginx package (from Debian Team)\n    if ( -d \"$self->{'config'}->{'HTTPD_CACHE_DIR_DEBIAN'}\" ) {\n        $rs = setRights( $self->{'config'}->{'HTTPD_CACHE_DIR_DEBIAN'}, {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $::imscpConfig{'ROOT_GROUP'}\n        } );\n\n        for my $tmp ( 'body', 'fastcgi', 'proxy', 'scgi', 'uwsgi' ) {\n            next unless -d \"$self->{'config'}->{'HTTPD_CACHE_DIR_DEBIAN'}/$tmp\";\n\n            $rs = setRights(\n                \"$self->{'config'}->{'HTTPD_CACHE_DIR_DEBIAN'}/$tmp\",\n                {\n                    user      => $self->{'config'}->{'HTTPD_USER'},\n                    group     => $self->{'config'}->{'HTTPD_GROUP'},\n                    dirmode   => '0700',\n                    filemode  => '0640',\n                    recursive => TRUE\n                }\n            );\n            $rs ||= setRights(\n                \"$self->{'config'}->{'HTTPD_CACHE_DIR_DEBIAN'}/$tmp\",\n                {\n                    user  => $self->{'config'}->{'HTTPD_USER'},\n                    group => $::imscpConfig{'ROOT_GROUP'},\n                    mode  => '0700'\n                }\n            );\n            return $rs if $rs;\n        }\n    }\n\n    # Temporary directories as provided by nginx package (from nginx Team)\n    return 0 unless -d \"$self->{'config'}->{'HTTPD_CACHE_DIR_NGINX'}\";\n\n    $rs = setRights( $self->{'config'}->{'HTTPD_CACHE_DIR_NGINX'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'}\n    } );\n    return $rs if $rs;\n\n    for my $tmp (\n        qw/ client_temp fastcgi_temp proxy_temp scgi_temp uwsgi_temp /\n    ) {\n        next unless -d \"$self->{'config'}->{'HTTPD_CACHE_DIR_NGINX'}/$tmp\";\n\n        $rs = setRights(\n            \"$self->{'config'}->{'HTTPD_CACHE_DIR_NGINX'}/$tmp\",\n            {\n                user      => $self->{'config'}->{'HTTPD_USER'},\n                group     => $self->{'config'}->{'HTTPD_GROUP'},\n                dirmode   => '0700',\n                filemode  => '0640',\n                recursive => TRUE\n            }\n        );\n        $rs ||= setRights(\n            \"$self->{'config'}->{'HTTPD_CACHE_DIR_NGINX'}/$tmp\",\n            {\n                user  => $self->{'config'}->{'HTTPD_USER'},\n                group => $::imscpConfig{'ROOT_GROUP'},\n                mode  => '0700'\n            }\n        );\n        return $rs if $rs;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndSetEnginePermissions' );\n}\n\n=item setGuiPermissions( )\n\n Set gui permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setGuiPermissions\n{\n    my ( $self ) = @_;\n\n    my $ug = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n        . $::imscpConfig{'SYSTEM_USER_MIN_UID'};\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontendSetGuiPermissions' );\n    $rs ||= setRights( $::imscpConfig{'GUI_ROOT_DIR'}, {\n        user      => $ug,\n        group     => $ug,\n        dirmode   => '0750',\n        filemode  => '0640',\n        recursive => TRUE\n    } );\n    $rs ||= setRights( \"$::imscpConfig{'GUI_ROOT_DIR'}/bin\", {\n        filemode  => '0750',\n        recursive => TRUE\n    } );\n    $rs ||= setRights( \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/bin\", {\n        filemode  => '0750',\n        recursive => TRUE\n    } ) if -d \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/bin\";\n    $rs ||= $self->{'events'}->trigger( 'afterFrontendSetGuiPermissions' );\n}\n\n=item addUser( \\%data )\n\n Process addUser tasks\n\n Whenever a customer's Web user is added, we need add the control panel Web user to its group.\n\n Param hash \\%data user data as provided by Modules::FtpUser module\n Return int 0 on success, other on failure\n\n=cut\n\nsub addUser\n{\n    my $data = $_[1];\n\n    return 0 if $data->{'STATUS'} eq 'tochangepwd';\n\n    iMSCP::SystemUser->new(\n        username => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . $::imscpConfig{'SYSTEM_USER_MIN_UID'}\n    )->addToGroup(\n        $data->{'GROUP'}\n    );\n}\n\n=item enableSites( @sites )\n\n Enable the given site(s)\n\n Param array @sites List of sites to enable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub enableSites\n{\n    my ( $self, @sites ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeEnableFrontEndSites', \\@sites\n    );\n    return $rs if $rs;\n\n    for my $site ( @sites ) {\n        my $target = \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$site\";\n        my $link = $self->{'config'}->{'HTTPD_SITES_ENABLED_DIR'} . '/'\n            . basename( $site, '.conf' );\n\n        unless ( -f $target ) {\n            error( sprintf( \"Site '%s' doesn't exist\", $site ));\n            return 1;\n        }\n\n        next if -l $link;\n\n        unless (\n            symlink( File::Spec->abs2rel(\n                $target,\n                $self->{'config'}->{'HTTPD_SITES_ENABLED_DIR'}\n            ), $link )\n        ) {\n            error( sprintf( \"Couldn't enable '%s' site: %s\", $site, $! ));\n            return 1;\n        }\n\n        $self->{'reload'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterEnableFrontEndSites', @sites );\n}\n\n=item disableSites( @sites )\n\n Disable the given site(s)\n\n Param array @sites List of sites to disable\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableSites\n{\n    my ( $self, @sites ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeDisableFrontEndSites', \\@sites\n    );\n    return $rs if $rs;\n\n    for my $site ( @sites ) {\n        my $link = $self->{'config'}->{'HTTPD_SITES_ENABLED_DIR'} . '/'\n            . basename( $site, '.conf' );\n        next unless -l $link;\n\n        $rs = iMSCP::File->new( filename => $link )->delFile();\n        return $rs if $rs;\n\n        $self->{'reload'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterDisableFrontEndSites', @sites );\n}\n\n=item start( )\n\n Start frontEnd\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub start\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndStart' );\n    $rs ||= $self->startPhpFpm();\n    $rs ||= $self->startNginx();\n    $rs ||= $self->{'events'}->trigger( 'afterFrontEndStart' );\n}\n\n=item stop( )\n\n Stop frontEnd\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub stop\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndStop' );\n    $rs ||= $self->stopPhpFpm();\n    $rs ||= $self->stopNginx();\n    $rs ||= $self->{'events'}->trigger( 'afterFrontEndStop' );\n}\n\n=item reload( )\n\n Reload frontEnd\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub reload\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndReload' );\n    $rs ||= $self->reloadPhpFpm();\n    $rs ||= $self->reloadNginx();\n    $rs ||= $self->{'events'}->trigger( 'afterFrontEndReload' );\n}\n\n=item restart( )\n\n Restart frontEnd\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndRestart' );\n    $rs ||= $self->restartPhpFpm();\n    $rs ||= $self->restartNginx();\n    $rs ||= $self->{'events'}->trigger( 'afterFrontEndRestart' );\n}\n\n=item startNginx( )\n\n Start frontEnd (Nginx only)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub startNginx\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndStartNginx' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->start(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndStartNginx' );\n}\n\n=item stopNginx( )\n\n Stop frontEnd (Nginx only)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub stopNginx\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndStopNginx' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->stop(\n        \"$self->{'config'}->{'HTTPD_SNAME'}\"\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndStop' );\n}\n\n=item reloadNginx( )\n\n Reload frontEnd (Nginx only)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub reloadNginx\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndReloadNginx' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->reload(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndReloadNginx' );\n}\n\n=item restartNginx( )\n\n Restart frontEnd (Nginx only)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restartNginx\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndRestartNginx' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->restart(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndRestartNginx' );\n}\n\n=item startPhpFpm( )\n\n Start frontEnd (PHP-FPM instance only)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub startPhpFpm\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndStartPhpFpm' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->start( 'imscp_panel' ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndStartPhpFpm' );\n}\n\n=item stopPhpFpm( )\n\n Stop frontEnd (PHP-FPM instance only)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub stopPhpFpm\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndStopPhpFpm' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->stop( 'imscp_panel' ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndStopPhpFpm' );\n}\n\n=item reloadPhpFpm( )\n\n Reload frontEnd (PHP-FPM instance only)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub reloadPhpFpm\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndReloadPhpFpm' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->reload( 'imscp_panel' ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndReloadPhpFpm' );\n}\n\n=item restartPhpFpm( )\n\n Restart frontEnd (PHP-FPM instance only)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restartPhpFpm\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndRestartPhpFpm' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->restart( 'imscp_panel' ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndRestartPhpFpm' );\n}\n\n=item buildConfFile( $file [, \\%tplVars = { } [, \\%options = { } ] ] )\n\n Build the given configuration file\n\n Param string $file Absolute config file path or config filename relative to the nginx configuration directory\n Param hash \\%tplVars OPTIONAL Template variables\n Param hash \\%options OPTIONAL Options such as destination, mode, user and group for final file\n Return int 0 on success, other on failure\n\n=cut\n\nsub buildConfFile\n{\n    my ( $self, $file, $tplVars, $options ) = @_;\n\n    $tplVars ||= {};\n    $options ||= {};\n\n    my ( $filename, $path ) = fileparse( $file );\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate', 'frontend', $filename, \\my $cfgTpl, $tplVars\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        $file = \"$self->{'cfgDir'}/$file\" unless -d $path && $path ne './';\n        $cfgTpl = iMSCP::File->new( filename => $file )->get();\n        return 1 unless defined $cfgTpl;\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeFrontEndBuildConfFile', \\$cfgTpl, $filename, $tplVars, $options\n    );\n    return $rs if $rs;\n\n    $cfgTpl = $self->_buildConf( $cfgTpl, $filename, $tplVars );\n    $cfgTpl =~ s/\\n{2,}/\\n\\n/g; # Remove any duplicate blank lines\n\n    $rs = $self->{'events'}->trigger(\n        'afterFrontEndBuildConfFile', \\$cfgTpl, $filename, $tplVars, $options\n    );\n    return $rs if $rs;\n\n    $options->{'destination'} ||=\n        \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$filename\";\n\n    my $fileHandler = iMSCP::File->new(\n        filename => $options->{'destination'}\n    );\n    $rs = $fileHandler->set( $cfgTpl );\n    $rs ||= $fileHandler->save();\n    $rs ||= $fileHandler->owner(\n        ( $options->{'user'}\n            ? $options->{'user'}\n            : $::imscpConfig{'ROOT_USER'}\n        ),\n        ( $options->{'group'}\n            ? $options->{'group'}\n            : $::imscpConfig{'ROOT_GROUP'}\n        )\n    );\n    $rs ||= $fileHandler->mode(\n        $options->{'mode'} ? $options->{'mode'} : 0644\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Package::FrontEnd\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self }{qw/ start reload restart /} = ( FALSE, FALSE, FALSE );\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/frontend\";\n    $self->_mergeConfig() if -f \"$self->{'cfgDir'}/frontend.data.dist\";\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'cfgDir'}/frontend.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n    $self;\n}\n\n=item _mergeConfig( )\n\n Merge distribution configuration with production configuration\n\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self ) = @_;\n\n    if ( -f \"$self->{'cfgDir'}/frontend.data\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/frontend.data.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/frontend.data\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/frontend.data.dist\"\n    )->moveFile( \"$self->{'cfgDir'}/frontend.data\" ) == 0 or die(\n        getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ) || 'Unknown error'\n    );\n}\n\n# Installation routines\n\n=item _dialogForMasterAdminUsername( \\%dialog )\n\n Setup dialog for the master administrator username\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForMasterAdminUsername\n{\n    my ( undef, $dialog ) = @_;\n\n    my ( $value, $db ) = (\n        ::setupGetQuestion( 'ADMIN_LOGIN_NAME', 'admin' ),\n        iMSCP::Database->factory()\n    );\n\n    local $@;\n    eval { $db->useDatabase( ::setupGetQuestion( 'DATABASE_NAME' )); };\n    $db = undef if $@;\n\n    if ( $db ) {\n        local $@;\n        my $row = eval {\n            $db->getRawDb()->selectrow_hashref(\n                \"\n                    SELECT `admin_name`\n                    FROM `admin`\n                    WHERE `admin_type` = 'admin'\n                    AND `created_by` = 0\n                    LIMIT 1\n                \"\n            );\n        };\n\n        if ( $row ) {\n            ::setupSetQuestion( 'ADMIN_OLD_LOGIN_NAME', $row->{'admin_name'} );\n            $value = $row->{'admin_name'} unless length $value;\n        }\n    }\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ admin admin_username admin_credentials all / )\n        && isValidUsername( $value )\n    ) {\n        ::setupSetQuestion( 'ADMIN_LOGIN_NAME', $value );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n\n    do {\n        ( $ret, $value ) = $dialog->string(\n            <<\"EOF\", length $value ? $value : 'admin' );\n${msg}Please enter a username for the master administrator:\nEOF\n        if ( $ret != 30 ) {\n            $value =~ s/^\\s+|\\s+$//g;\n\n            if ( !isValidUsername( $value ) ) {\n                $msg = $LAST_VALIDATION_ERROR;\n            } elsif ( $db ) {\n                local $@;\n                my $row = eval {\n                    $db->getRawDb()->selectrow_hashref(\n                        \"\n                            SELECT 1\n                            FROM admin\n                            WHERE admin_name = ?\n                            AND admin_type <>  'admin'\n                            AND created_by <> 0\n                        \",\n                        undef,\n                        $value\n                    );\n                };\n                $msg = $row ? \"\\\\Z1This username is not available.\\\\Zn\\n\\n\" : '';\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'ADMIN_LOGIN_NAME', $value );\n    0;\n}\n\n=item _dialogForMasterAdminPassword( \\%dialog )\n\n Dialog for the master administrator password\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForMasterAdminPassword\n{\n    my ( undef, $dialog ) = @_;\n\n    my ( $value, $isset, $db ) = (\n        ::setupGetQuestion( 'ADMIN_PASSWORD' ),\n        FALSE,\n        iMSCP::Database->factory()\n    );\n\n    unless ( length $value ) {\n        local $@;\n        eval { $db->useDatabase( ::setupGetQuestion( 'DATABASE_NAME' )); };\n        $db = undef if $@;\n\n        if ( $db ) {\n            local $@;\n            my $row = eval {\n                $db->getRawDb()->selectrow_hashref(\n                    \"\n                        SELECT `admin_pass`\n                        FROM `admin`\n                        WHERE `admin_type` = 'admin'\n                        AND `created_by` = 0\n                        LIMIT 1\n                    \"\n                );\n            };\n            $isset = $row ? TRUE : FALSE;\n        }\n    }\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ admin admin_password admin_credentials all / )\n        && ( $isset || isValidPassword( $value ) )\n    ) {\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n\n    do {\n        ( $ret, $value ) = $dialog->string(\n            <<\"EOF\", randomStr( 16, ALNUM ));\n${msg}Please enter a password for the master (@{ [ ::setupGetQuestion( 'ADMIN_LOGIN_NAME' ) ] }) administrator:\nEOF\n        if ( $ret != 30 ) {\n            $value =~ s/^\\s+|\\s+$//g;\n            $msg = isValidPassword( $value ) ? '' : $LAST_VALIDATION_ERROR;\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'ADMIN_PASSWORD', $value );\n    0;\n}\n\n=item _dialogForMasterAdminEmail( \\%dialog )\n\n Dialog for the master administrator email address\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForMasterAdminEmail\n{\n    my ( undef, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion( 'DEFAULT_ADMIN_ADDRESS' );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ admin admin_email all / )\n        && isValidEmail( $value )\n    ) {\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, $value ) = $dialog->string( <<\"EOF\", $value );\n${msg}Please enter an email address for the master administrator:\nEOF\n        if ( $ret != 30 ) {\n            $value =~ s/^\\s+|\\s+$//g;\n            $msg = isValidEmail( $value ) ? '' : $LAST_VALIDATION_ERROR;\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'DEFAULT_ADMIN_ADDRESS', $value );\n    0;\n}\n\n=item _dialogForCpHostname( \\%dialog )\n\n Dialog for the control panel hostname\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForCpHostname\n{\n    my ( undef, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion( 'BASE_SERVER_VHOST' );\n\n    if ( !length $value ) {\n        my @domainLabels = split /\\./, ::setupGetQuestion( 'SERVER_HOSTNAME' );\n        $value = 'panel.' . join( '.', @domainLabels[1 .. $#domainLabels] );\n    }\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ panel panel_hostname hostnames all / )\n        && isValidDomain( $value )\n    ) {\n        ::setupSetQuestion( 'BASE_SERVER_VHOST', $value );\n        return 20;\n    }\n\n    unless ( length $value ) {\n        my @domainLabels = split /\\./, ::setupGetQuestion( 'SERVER_HOSTNAME' );\n        $value = 'panel.' . join( '.', @domainLabels[1 .. $#domainLabels] );\n    }\n\n    $value = idn_to_unicode( $value, 'utf-8' );\n\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, $value ) = $dialog->string( <<\"EOF\", $value );\n${msg}Please enter a domain name for the control panel:\nEOF\n        if ( $ret != 30 ) {\n            $value =~ s/^\\s+|\\s+$//g;\n            $msg = isValidDomain( $value ) ? '' : $LAST_VALIDATION_ERROR;\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'BASE_SERVER_VHOST', idn_to_ascii( $value, 'utf-8' ));\n    0;\n}\n\n=item _dialogForCpSSL( \\%dialog )\n\n Dialof for the control panel SSL certificate\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForCpSSL\n{\n    my ( undef, $dialog ) = @_;\n\n    my $hostname = ::setupGetQuestion( 'BASE_SERVER_VHOST' );\n    my $idn = idn_to_unicode( $hostname, 'utf-8' );\n    my $ssl = ::setupGetQuestion( 'PANEL_SSL_ENABLED', 'yes' );\n    my $selfSignedCrt = ::setupGetQuestion(\n        'PANEL_SSL_SELFSIGNED_CERTIFICATE', 'yes'\n    );\n    my $pkPath = ::setupGetQuestion(\n        'PANEL_SSL_PRIVATE_KEY_PATH',\n        iMSCP::Getopt->preseed ? '' : \"$::imscpConfig{'CONF_DIR'}/$hostname.pem\"\n    );\n    my $passphrase = ::setupGetQuestion( 'PANEL_SSL_PRIVATE_KEY_PASSPHRASE' );\n    my $crtPath = ::setupGetQuestion(\n        'PANEL_SSL_CERTIFICATE_PATH',\n        iMSCP::Getopt->preseed ? '' : \"$::imscpConfig{'CONF_DIR'}/$hostname.pem\"\n    );\n    my $caPath = ::setupGetQuestion(\n        'PANEL_SSL_CA_BUNDLE_PATH',\n        iMSCP::Getopt->preseed\n            ? '' : \"$::imscpConfig{'CONF_DIR'}/$hostname.pem\"\n    );\n    my $openSSL = iMSCP::OpenSSL->new();\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ panel panel_ssl ssl all / ) ) {\n        goto CHECK_SSL_CHAIN if $ssl eq 'yes';\n        return 20 if $ssl eq 'no';\n    }\n\n    SSL_DIALOG:\n    my $ret = $dialog->boolean( <<'EOF', $ssl eq 'no' );\nDo you want to enable the secure connections (SSL) for the control panel?\nEOF\n    return 30 if $ret == 30;\n\n    if ( $ret == 1 ) {\n        ::setupSetQuestion( 'PANEL_SSL_ENABLED', 'no' );\n        return 0;\n    }\n\n    ::setupSetQuestion( 'PANEL_SSL_ENABLED', 'yes' );\n\n    SSL_SELF_SIGNED_DIALOG:\n    $ret = $dialog->boolean( <<\"EOF\", $selfSignedCrt eq 'no' );\nDo you have an SSL certificate for the $idn domain?\n    \nIf you say 'no', a self-signed SSL certificate will be generated.\nEOF\n    goto SSL_DIALOG if $ret == 30;\n\n    if ( $ret == 1 ) {\n        ::setupSetQuestion( 'PANEL_SSL_SELFSIGNED_CERTIFICATE', 'yes' );\n        ::setupSetQuestion( 'PANEL_SSL_HAS_VALID_CHAIN', 'no' );\n        return 0;\n    }\n\n    ::setupSetQuestion( 'PANEL_SSL_SELFSIGNED_CERTIFICATE', 'no' );\n\n    my $msg = '';\n    SSL_PK_DIALOG:\n    do {\n        ( $ret, $pkPath ) = $dialog->string( <<\"EOF\", $pkPath );\n${msg}Please enter a path for the SSL certificate private key. Leave this field blank if you don't have one:\nEOF\n        if ( $ret != 30 ) {\n            $pkPath =~ s/^\\s+|\\s+$//g;\n            $msg = !length $pkPath || !-f $pkPath\n                ? \"\\\\Z1Invalid SSL certificate private key path.\\\\Zn\\n\\n\" : '';\n        }\n    } while $ret != 30 && length $msg;\n    goto SSL_SELF_SIGNED_DIALOG if $ret == 30;\n\n    ::setupSetQuestion( 'PANEL_SSL_PRIVATE_KEY_PATH', $pkPath );\n\n    SSL_PK_PASSPHRASE_DIALOG:\n    do {\n        ( $ret, $passphrase ) = $dialog->password( <<\"EOF\", $passphrase );\n${msg}Please enter the passphrase for the SSL certificate private key. Leave this field blank if you don't have one:\nEOF\n        if ( $ret != 30 ) {\n            $passphrase =~ s/^\\s+|\\s+$//g;\n            @{ $openSSL }{qw/\n                private_key_container_path private_key_passphrase\n            /} = (\n                $pkPath, $passphrase\n            );\n\n            unless ( $openSSL->validatePrivateKey() ) {\n                $msg = \"\\\\Z1\" . getMessageByType( 'error', {\n                    amount => 1,\n                    remove => TRUE\n                } ) . \"\\\\Zn\\n\\n\";\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    goto SSL_PK_DIALOG if $ret == 30;\n\n    ::setupSetQuestion( 'PANEL_SSL_PRIVATE_KEY_PASSPHRASE', $passphrase );\n\n    SSL_CA_BUNDLE_DIALOG:\n    do {\n        ( $ret, $caPath ) = $dialog->string( <<\"EOF\", $caPath );\n${msg}Please enter a path for the SSL certificate CA bundle. Leave this field blank if you don't have one:\nEOF\n        if ( $ret != 30 ) {\n            $caPath =~ s/^\\s+|\\s+$//g;\n            $msg = length $caPath && !-f $caPath\n                ? \"\\\\Z1Invalid SSL certificate CA bundle path.\\\\Zn\\n\\n\" : '';\n        }\n    } while $ret != 30 && length $msg;\n    goto SSL_PK_PASSPHRASE_DIALOG if $ret == 30;\n\n    ::setupSetQuestion( 'PANEL_SSL_CA_BUNDLE_PATH', $caPath );\n\n    do {\n        ( $ret, $crtPath ) = $dialog->string( <<\"EOF\", $crtPath );\n${msg}Please enter a path for the SSL certificate:\nEOF\n        if ( $ret != 30 ) {\n            $crtPath =~ s/^\\s+|\\s+$//g;\n            @{ $openSSL }{qw/\n                ca_bundle_container_path certificate_container_path\n            /} = (\n                $caPath, $crtPath\n            );\n\n            unless ( $openSSL->validateCertificate()\n                && $openSSL->validateCertKeyMatching()\n            ) {\n                $msg = \"\\\\Z1\" . getMessageByType( 'error', {\n                    amount => 1,\n                    remove => TRUE\n                } ) . \"\\\\Zn\\n\\n\";\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    goto SSL_CA_BUNDLE_DIALOG if $ret == 30;\n\n    ::setupSetQuestion( 'PANEL_SSL_CERTIFICATE_PATH', $crtPath );\n    ::setupSetQuestion( 'PANEL_SSL_HAS_VALID_CHAIN', 'no' );\n    goto END_SSL_DIALOG;\n\n    CHECK_SSL_CHAIN:\n    \n    if ( $selfSignedCrt eq 'yes' ) {\n        ::setupSetQuestion( 'PANEL_SSL_ENABLED', $ssl );\n        ::setupSetQuestion(\n            'PANEL_SSL_SELFSIGNED_CERTIFICATE', $selfSignedCrt\n        );\n        return 20;\n    }\n\n    @{ $openSSL }{qw/\n        private_key_container_path\n        ca_bundle_container_path\n        certificate_container_path\n    /} = (\n        $pkPath, $caPath, $crtPath\n    );\n\n    unless ( $openSSL->validateCertificateChain() ) {\n        local $dialog->{'_opts'}->{\n            $dialog->{'program'} eq 'dialog' ? 'ok-label' : 'ok-button'\n        } = 'Reconfigure';\n        $msg = getMessageByType( 'error', {\n            amount => 1,\n            remove => TRUE\n        } );\n        $dialog->error( <<\"EOF\" );\nYour SSL certificate chain for the control panel is missing or invalid.\n\nError was: \\\\Z1$msg\\\\Zn\nEOF\n        ::setupSetQuestion( 'PANEL_SSL_ENABLED', '' );\n        goto &{_dialogForCpSSL};\n    }\n\n    ::setupSetQuestion( 'PANEL_SSL_HAS_VALID_CHAIN', 'yes' );\n\n    END_SSL_DIALOG:\n    0;\n}\n\n=item _dialogForCpHttpAccessMode\n\n Dialog for the control panel HTTP access mode\n\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForCpHttpAccessMode\n{\n    my ( undef, $dialog ) = @_;\n\n    if ( ::setupGetQuestion( 'PANEL_SSL_ENABLED' ) eq 'no' ) {\n        ::setupSetQuestion( 'BASE_SERVER_VHOST_PREFIX', 'http://' );\n        return 20;\n    }\n\n    my $value = ::setupGetQuestion(\n        'BASE_SERVER_VHOST_PREFIX',\n        ::setupGetQuestion( 'PANEL_SSL_ENABLED' ) ne 'yes'\n            ? 'http://' : 'https://'\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ panel panel_ssl ssl all / )\n        && grep ( $value eq $_, 'https://', 'http://' )\n    ) {\n        ::setupSetQuestion( 'BASE_SERVER_VHOST_PREFIX', $value );\n        return 20;\n    }\n\n    my %choices = (\n        'Secure connection (SSL)' => 'https',\n        'Insecure connection'     => 'http'\n    );\n\n    ( my $ret, $value ) = $dialog->select(\n        <<'EOF', \\%choices, $value eq 'http://' ? 'http' : 'https' );\nPlease choose the default access mode for the control panel:\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'BASE_SERVER_VHOST_PREFIX', $value . '://' );\n    0;\n}\n\n=item _dialogForHttpPort( \\%dialog )\n\n Setup dialog for HTTP port\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForHttpPort\n{\n    my ( undef, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion( 'BASE_SERVER_VHOST_HTTP_PORT', 8880 );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ panel panel_ports all / )\n        && isNumber( $value )\n        && isNumberInRange( $value, 1025, 65535 )\n        && isStringNotInList( $value, ::setupGetQuestion( 'BASE_SERVER_VHOST_HTTPS_PORT', 8443 ))\n    ) {\n        ::setupSetQuestion( 'BASE_SERVER_VHOST_HTTP_PORT', $value );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, $value ) = $dialog->string( <<\"EOF\", $value || 8880 );\n${msg}Please enter the HTTP port for the control panel:\nEOF\n        if ( $ret != 30 ) {\n            $value =~ s/^\\s+|\\s+$//g;\n\n            if ( !isNumber( $value )\n                || !isNumberInRange( $value, 1025, 65535 )\n                || !isStringNotInList( $value, ::setupGetQuestion( 'BASE_SERVER_VHOST_HTTPS_PORT', 8443 ))\n            ) {\n                $msg = $LAST_VALIDATION_ERROR;\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'BASE_SERVER_VHOST_HTTP_PORT', $value );\n    0;\n}\n\n=item _dialogForHttpsPort( \\%dialog )\n\n Setup dialog for HTTPs port\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForHttpsPort\n{\n    my ( undef, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion( 'BASE_SERVER_VHOST_HTTPS_PORT', 8443 );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ panel panel_ports all / )\n        && isNumber( $value )\n        && isNumberInRange( $value, 1025, 65535 )\n        && isStringNotInList( $value, ::setupGetQuestion( 'BASE_SERVER_VHOST_HTTP_PORT' ))\n    ) {\n        ::setupSetQuestion( 'BASE_SERVER_VHOST_HTTPS_PORT', $value );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, $value ) = $dialog->string( <<\"EOF\", $value || 8443 );\n${msg}Please enter the HTTPS port for the control panel:\nEOF\n        if ( $ret != 30 ) {\n            $value =~ s/^\\s+|\\s+$//g;\n\n            if ( !isNumber( $value )\n                || !isNumberInRange( $value, 1025, 65535 )\n                || !isStringNotInList( $value, ::setupGetQuestion( 'BASE_SERVER_VHOST_HTTP_PORT' ))\n            ) {\n                $msg = $LAST_VALIDATION_ERROR;\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'BASE_SERVER_VHOST_HTTPS_PORT', $value );\n    0;\n}\n\n=item _createMasterWebUser( )\n\n Create master (control panel) Web user\n Return void, die on failure\n\n=cut\n\nsub _createMasterWebUser\n{\n    my ( $self ) = @_;\n\n    my $ugOld = $::imscpOldConfig{'SYSTEM_USER_PREFIX'}\n        . $::imscpOldConfig{'SYSTEM_USER_MIN_UID'};\n    my $ugNew = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n        . $::imscpConfig{'SYSTEM_USER_MIN_UID'};\n\n    iMSCP::SystemUser->new(\n        username       => $ugOld,\n        comment        => 'i-MSCP Control Panel Web User',\n        home           => $::imscpConfig{'GUI_ROOT_DIR'},\n        skipCreateHome => TRUE\n    )->addSystemUser( $ugNew, $ugNew );\n\n    # Add the control panel Web user (vu2000) into the i-MSCP master user group\n    # The control panel needs read access the /etc/imscp/* files\n    iMSCP::SystemUser->new()->addToGroup(\n        $::imscpConfig{'IMSCP_GROUP'}, $ugNew\n    );\n\n    # Add the control panel Web user (vu2000) into the mailbox group (e.g: mail)\n    # The control panel need access to customer maildirsize files to calculate quota (realtime quota)\n    iMSCP::SystemUser->new()->addToGroup(\n        Servers::mta->factory()->{'config'}->{'MTA_MAILBOX_GID_NAME'}, $ugNew\n    );\n\n    # Add the control panel Web user (vu2000) into the Web server group\n    # FIXME: This is needed for ?\n    iMSCP::SystemUser->new()->addToGroup(\n        $ugNew, $self->{'config'}->{'HTTPD_USER'}\n    );\n}\n\n=item _setupMasterAdmin( )\n\n Setup master administrator\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupMasterAdmin\n{\n    my $newLogin = ::setupGetQuestion( 'ADMIN_LOGIN_NAME' );\n    my $oldLogin = ::setupGetQuestion( 'ADMIN_OLD_LOGIN_NAME' );\n    my $password = ::setupGetQuestion( 'ADMIN_PASSWORD' );\n    my $email = ::setupGetQuestion( 'DEFAULT_ADMIN_ADDRESS' );\n\n    my $db = iMSCP::Database->factory();\n    my $dbh = $db->getRawDb();\n\n    local $@;\n    eval {\n        my $oldDatabase = $db->useDatabase(\n            ::setupGetQuestion( 'DATABASE_NAME' )\n        );\n\n        {\n            $dbh->begin_work();\n\n            # Create or update master administrator account\n            $dbh->do(\n                '\n                    INSERT INTO `admin` (\n                        `admin_name`, `admin_pass`, `admin_type`, `email`\n                    ) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE\n                        `admin_id` = LAST_INSERT_ID(`admin_id`),\n                        `admin_name` = ?,\n                        `admin_pass` = IF(LENGTH(?) > 0, ?, `admin_pass`),\n                        `email` = ?\n                ',\n                undef,\n                # Insert parameters\n                $newLogin, apr1MD5( $password ), 'admin', $email,\n                # On duplicate parameters\n                $newLogin,\n                $password, length $password ? apr1MD5( $password ) : '',\n                $email,\n            );\n\n            if ( $newLogin ne $oldLogin ) {\n                $dbh->do(\n                    '\n                        INSERT INTO `user_gui_props`\n                        SET `user_id` = LAST_INSERT_ID()\n                    '\n                );\n            }\n\n            $dbh->commit();\n        }\n\n        if ( length $oldDatabase ) {\n            $db->useDatabase( $oldDatabase );\n        }\n    };\n    if ( $@ ) {\n        $dbh->rollback();\n        error( $@ );\n        return 1;\n    }\n\n    0\n}\n\n=item _setupSsl( )\n\n Setup SSL\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupSsl\n{\n    my $sslEnabled = ::setupGetQuestion( 'PANEL_SSL_ENABLED' );\n    my $hostname = ::setupGetQuestion( 'BASE_SERVER_VHOST' );\n    my $oldHostname = $::imscpOldConfig{'BASE_SERVER_VHOST'};\n\n    # If the panel hostname has been updated, we need remove the old SSL\n    # certificate if one exists\n    if ( length $oldHostname\n        && $oldHostname ne $hostname\n        && -f \"$::imscpConfig{'CONF_DIR'}/$oldHostname.pem\"\n    ) {\n        my $rs = iMSCP::File->new(\n            filename => \"$::imscpConfig{'CONF_DIR'}/$oldHostname.pem\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    # SSL is disabled. We need remove the SSL certificate if any and\n    # return early\n    if ( $sslEnabled eq 'no' ) {\n        if ( -f \"$::imscpConfig{'CONF_DIR'}/$hostname.pem\" ) {\n            return iMSCP::File->new(\n                filename => \"$::imscpConfig{'CONF_DIR'}/$hostname.pem\"\n            )->delFile();\n        }\n\n        return 0;\n    }\n\n    # If the current SSL certificate chain is valid, we return early\n    if ( ::setupGetQuestion( 'PANEL_SSL_HAS_VALID_CHAIN', 'no' ) eq 'yes' ) {\n        return 0;\n    }\n\n    # If no SSL certificate has been provided, we need generate a self-signed\n    # SSL certificate\n    if ( ::setupGetQuestion( 'PANEL_SSL_SELFSIGNED_CERTIFICATE' ) eq 'yes' ) {\n        return iMSCP::OpenSSL->new(\n            certificate_chains_storage_dir => $::imscpConfig{'CONF_DIR'},\n            certificate_chain_name         => $hostname\n        )->createSelfSignedCertificate( {\n            common_name => $hostname,\n            email       => ::setupGetQuestion( 'DEFAULT_ADMIN_ADDRESS' )\n        } ) ? 0 : 1;\n    }\n\n    iMSCP::OpenSSL->new(\n        certificate_chains_storage_dir => $::imscpConfig{'CONF_DIR'},\n        certificate_chain_name         => $hostname,\n        private_key_container_path     =>\n            ::setupGetQuestion( 'PANEL_SSL_PRIVATE_KEY_PATH' ),\n        private_key_passphrase         =>\n            ::setupGetQuestion( 'PANEL_SSL_PRIVATE_KEY_PASSPHRASE' ),\n        certificate_container_path     =>\n            ::setupGetQuestion( 'PANEL_SSL_CERTIFICATE_PATH' ),\n        ca_bundle_container_path       =>\n            ::setupGetQuestion( 'PANEL_SSL_CA_BUNDLE_PATH' )\n    )->createCertificateChain() ? 0 : 1;\n}\n\n=item _setHttpdVersion( )\n\n Set httpd version\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setHttpdVersion( )\n{\n    my ( $self ) = @_;\n\n    my $rs = execute( 'nginx -v', \\my $stdout, \\my $stderr );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    if ( $stderr !~ m%nginx/([\\d.]+)% ) {\n        error( \"Couldn't guess Nginx version\" );\n        return 1;\n    }\n\n    $self->{'config'}->{'HTTPD_VERSION'} = $1;\n    debug( sprintf( 'Nginx version set to: %s', $1 ));\n    0;\n}\n\n=item _addMasterWebUser( )\n\n Add master Web user\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addMasterWebUser\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger( 'beforeFrontEndAddUser' );\n        return $rs if $rs;\n\n        my $ug = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . $::imscpConfig{'SYSTEM_USER_MIN_UID'};\n        my ( $uid, $gid ) = ( getpwnam( $ug ) )[2, 3];\n\n        my $db = iMSCP::Database->factory();\n        my $dbh = $db->getRawDb();\n\n        $db->useDatabase( ::setupGetQuestion( 'DATABASE_NAME' ));\n\n        $dbh->do(\n            \"\n                UPDATE admin\n                SET admin_sys_name = ?, admin_sys_uid = ?, admin_sys_gname = ?,\n                    admin_sys_gid = ?\n                WHERE admin_type = 'admin'\",\n            undef, $ug, $uid, $ug, $gid\n        );\n\n        $self->{'events'}->trigger( 'afterFrontEndAddUser' );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=item _makeDirs( )\n\n Create directories\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _makeDirs\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndMakeDirs' );\n    return $rs if $rs;\n\n    my $rootUName = $::imscpConfig{'ROOT_USER'};\n    my $rootGName = $::imscpConfig{'ROOT_GROUP'};\n\n    my $nginxTmpDir = $self->{'config'}->{'HTTPD_CACHE_DIR_DEBIAN'};\n    $nginxTmpDir = $self->{'config'}->{'HTTPD_CACHE_DIR_NGINX'}\n        unless -d $nginxTmpDir;\n\n    local $@;\n    eval {\n        # Force re-creation of cache directory tree (needed to prevent any\n        # permissions problem from an old installation)\n        # See #IP-1530\n        iMSCP::Dir->new( dirname => $nginxTmpDir )->remove();\n\n        for my $dir (\n            [\n                $nginxTmpDir,\n                $rootUName,\n                $rootGName,\n                0755\n            ],\n            [\n                $self->{'config'}->{'HTTPD_CONF_DIR'},\n                $rootUName,\n                $rootGName,\n                0755\n            ],\n            [\n                $self->{'config'}->{'HTTPD_LOG_DIR'},\n                $rootUName,\n                $rootGName,\n                0755\n            ],\n            [\n                $self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'},\n                $rootUName,\n                $rootGName,\n                0755\n            ],\n            [\n                $self->{'config'}->{'HTTPD_SITES_ENABLED_DIR'},\n                $rootUName,\n                $rootGName,\n                0755\n            ]\n        ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user  => $dir->[1],\n                group => $dir->[2],\n                mode  => $dir->[3]\n            } );\n        }\n\n        if ( iMSCP::Service->getInstance->isSystemd() ) {\n            iMSCP::Dir->new( dirname => '/run/imscp' )->make( {\n                user  => $self->{'config'}->{'HTTPD_USER'},\n                group => $self->{'config'}->{'HTTPD_GROUP'},\n                mode  => 0755\n            } );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndMakeDirs' );\n}\n\n=item _copyPhpBinary( )\n\n Copy system PHP-FPM binary for imscp_panel service\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _copyPhpBinary\n{\n    my ( $self ) = @_;\n\n    unless ( length $self->{'config'}->{'PHP_FPM_BIN_PATH'} ) {\n        error( \"PHP 'PHP_FPM_BIN_PATH' configuration parameter is not set.\" );\n        return 1;\n    }\n\n    # service must be stopped. We can't copy over a busy file\n    my $rs = $self->stopPhpFpm();\n    $rs ||= iMSCP::File->new(\n        filename => $self->{'config'}->{'PHP_FPM_BIN_PATH'}\n    )->copyFile(\n        '/usr/local/sbin/imscp_panel', { preserve => 'yes' }\n    );\n}\n\n=item _buildPhpConfig( )\n\n Build PHP configuration\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildPhpConfig\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndBuildPhpConfig' );\n    return $rs if $rs;\n\n    my $user = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n        . $::imscpConfig{'SYSTEM_USER_MIN_UID'};\n    my $group = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n        . $::imscpConfig{'SYSTEM_USER_MIN_UID'};\n\n    $rs = $self->buildConfFile(\n        \"$self->{'cfgDir'}/php-fpm.conf\",\n        {\n            CHKROOTKIT_LOG            => $::imscpConfig{'CHKROOTKIT_LOG'},\n            CONF_DIR                  => $::imscpConfig{'CONF_DIR'},\n            DOMAIN                    => ::setupGetQuestion( 'BASE_SERVER_VHOST' ),\n            DISTRO_OPENSSL_CNF        => $::imscpConfig{'DISTRO_OPENSSL_CNF'},\n            DISTRO_CA_BUNDLE          => $::imscpConfig{'DISTRO_CA_BUNDLE'},\n            FRONTEND_FCGI_CHILDREN    => $self->{'config'}->{'PHP_FPM_MAX_CHILDREN'},\n            FRONTEND_FCGI_MAX_REQUEST => $self->{'config'}->{'PHP_FPM_MAX_REQUESTS'},\n            FRONTEND_GROUP            => $group,\n            FRONTEND_USER             => $user,\n            HOME_DIR                  => $::imscpConfig{'GUI_ROOT_DIR'},\n            MTA_VIRTUAL_MAIL_DIR      => Servers::mta->factory()->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'},\n            PEAR_DIR                  => $self->{'config'}->{'PHP_PEAR_DIR'},\n            RKHUNTER_LOG              => $::imscpConfig{'RKHUNTER_LOG'},\n            TIMEZONE                  => ::setupGetQuestion( 'TIMEZONE' ),\n            WEB_DIR                   => $::imscpConfig{'GUI_ROOT_DIR'}\n        },\n        {\n            destination => \"/usr/local/etc/imscp_panel/php-fpm.conf\",\n            user        => $::imscpConfig{'ROOT_USER'},\n            group       => $::imscpConfig{'ROOT_GROUP'},\n            mode        => 0640\n        }\n    );\n    $rs ||= $self->buildConfFile(\n        \"$self->{'cfgDir'}/php.ini\",\n        {\n            PEAR_DIR => $self->{'config'}->{'PHP_PEAR_DIR'},\n            TIMEZONE => ::setupGetQuestion( 'TIMEZONE' )\n        },\n        {\n            destination => '/usr/local/etc/imscp_panel/php.ini',\n            user        => $::imscpConfig{'ROOT_USER'},\n            group       => $::imscpConfig{'ROOT_GROUP'},\n            mode        => 0640,\n        }\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterFrontEndBuildPhpConfig' );\n}\n\n=item _buildHttpdConfig( )\n\n Build httpd configuration\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildHttpdConfig\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFrontEndBuildHttpdConfig' );\n    return $rs if $rs;\n\n    # Build main nginx configuration file\n    $rs = $self->buildConfFile(\n        \"$self->{'cfgDir'}/nginx.nginx\",\n        {\n            HTTPD_USER               => $self->{'config'}->{'HTTPD_USER'},\n            HTTPD_WORKER_PROCESSES   => $self->{'config'}->{'HTTPD_WORKER_PROCESSES'},\n            HTTPD_WORKER_CONNECTIONS => $self->{'config'}->{'HTTPD_WORKER_CONNECTIONS'},\n            HTTPD_RLIMIT_NOFILE      => $self->{'config'}->{'HTTPD_RLIMIT_NOFILE'},\n            HTTPD_LOG_DIR            => $self->{'config'}->{'HTTPD_LOG_DIR'},\n            HTTPD_PID_FILE           => $self->{'config'}->{'HTTPD_PID_FILE'},\n            HTTPD_CONF_DIR           => $self->{'config'}->{'HTTPD_CONF_DIR'},\n            HTTPD_LOG_DIR            => $self->{'config'}->{'HTTPD_LOG_DIR'},\n            HTTPD_SITES_ENABLED_DIR  => $self->{'config'}->{'HTTPD_SITES_ENABLED_DIR'},\n            HTTPD_SSL_PROTOCOLS      => (\n                version->declare( $self->{'config'}->{'HTTPD_VERSION'} ) < version->declare( '1.13.0')\n              ) ? 'TLSv1.2' : 'TLSv1.2 TLSv1.3'\n        },\n        {\n            destination => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/nginx.conf\",\n            user        => $::imscpConfig{'ROOT_USER'},\n            group       => $::imscpConfig{'ROOT_GROUP'},\n            mode        => 0644\n        }\n    );\n\n    # Build FastCGI configuration file\n    $rs = $self->buildConfFile( \"$self->{'cfgDir'}/imscp_fastcgi.nginx\", {}, {\n        destination => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/imscp_fastcgi.conf\",\n        user        => $::imscpConfig{'ROOT_USER'},\n        group       => $::imscpConfig{'ROOT_GROUP'},\n        mode        => 0644\n    }\n    );\n\n    # Build PHP backend configuration file\n    $rs = $self->buildConfFile( \"$self->{'cfgDir'}/imscp_php.nginx\", {}, {\n        destination => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d/imscp_php.conf\",\n        user        => $::imscpConfig{'ROOT_USER'},\n        group       => $::imscpConfig{'ROOT_GROUP'},\n        mode        => 0644\n    } );\n    $rs ||= $self->{'events'}->trigger( 'afterFrontEndBuildHttpdConfig' );\n    $rs ||= $self->{'events'}->trigger( 'beforeFrontEndBuildHttpdVhosts' );\n    return $rs if $rs;\n\n    # Build frontEnd site files\n    my $baseServerIpVersion = iMSCP::Net->getInstance()->getAddrVersion(\n        ::setupGetQuestion( 'BASE_SERVER_IP' )\n    );\n    my $httpsPort = ::setupGetQuestion( 'BASE_SERVER_VHOST_HTTPS_PORT' );\n    my $tplVars = {\n        BASE_SERVER_VHOST            => ::setupGetQuestion( 'BASE_SERVER_VHOST' ),\n        BASE_SERVER_IP               => ( $baseServerIpVersion eq 'ipv4' )\n            ? ::setupGetQuestion( 'BASE_SERVER_IP' ) =~ s/^\\Q0.0.0.0\\E$/*/r\n            : '[' . ::setupGetQuestion( 'BASE_SERVER_IP' ) . ']',\n        BASE_SERVER_VHOST_HTTP_PORT  => ::setupGetQuestion( 'BASE_SERVER_VHOST_HTTP_PORT' ),\n        BASE_SERVER_VHOST_HTTPS_PORT => $httpsPort,\n        WEB_DIR                      => $::imscpConfig{'GUI_ROOT_DIR'},\n        CONF_DIR                     => $::imscpConfig{'CONF_DIR'},\n        PLUGINS_DIR                  => $::imscpConfig{'PLUGINS_DIR'}\n    };\n\n    $rs = $self->disableSites( 'default', '00_master.conf', '00_master_ssl.conf' );\n    $rs ||= $self->{'events'}->register( 'beforeFrontEndBuildConf', sub {\n        my ( $cfgTpl, $tplName ) = @_;\n\n        return 0 unless grep ($_ eq $tplName, '00_master.nginx', '00_master_ssl.nginx');\n\n        if ( $baseServerIpVersion eq 'ipv6'\n            || ::setupGetQuestion( 'IPV6_SUPPORT' )\n        ) {\n            ${ $cfgTpl } = replaceBloc(\n                '# SECTION IPv6 BEGIN.',\n                '# SECTION IPv6 END.',\n                '',\n                ${ $cfgTpl }\n            );\n        }\n\n        return 0 unless $tplName eq '00_master.nginx'\n            && ::setupGetQuestion( 'BASE_SERVER_VHOST_PREFIX' ) eq 'https://';\n\n        ${ $cfgTpl } = replaceBloc(\n            \"# SECTION custom BEGIN.\\n\",\n            \"# SECTION custom END.\\n\",\n            \"    # SECTION custom BEGIN.\\n\"\n                . getBloc( \"# SECTION custom BEGIN.\\n\", \"# SECTION custom END.\\n\", ${ $cfgTpl } )\n                . <<'EOF'\n    return 302 https://{BASE_SERVER_VHOST}:{BASE_SERVER_VHOST_HTTPS_PORT}$request_uri;\nEOF\n                . \"    # SECTION custom END.\\n\",\n            ${ $cfgTpl }\n        );\n\n        0;\n    } );\n    $rs ||= $self->buildConfFile( '00_master.nginx', $tplVars, {\n        destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/00_master.conf\",\n        user        => $::imscpConfig{'ROOT_USER'},\n        group       => $::imscpConfig{'ROOT_GROUP'},\n        mode        => 0644\n    } );\n    $rs ||= $self->enableSites( '00_master.conf' );\n    return $rs if $rs;\n\n    if ( ::setupGetQuestion( 'PANEL_SSL_ENABLED' ) eq 'yes' ) {\n        $rs ||= $self->buildConfFile( '00_master_ssl.nginx', $tplVars, {\n            destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/00_master_ssl.conf\",\n            user        => $::imscpConfig{'ROOT_USER'},\n            group       => $::imscpConfig{'ROOT_GROUP'},\n            mode        => 0644\n        } );\n        $rs ||= $self->enableSites( '00_master_ssl.conf' );\n        return $rs if $rs;\n    } elsif ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/00_master_ssl.conf\" ) {\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/00_master_ssl.conf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    if ( -f \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d/default.conf\" ) {\n        # Nginx package as provided by Nginx Team\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d/default.conf\"\n        )->moveFile(\n            \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d/default.conf.disabled\"\n        );\n        return $rs if $rs;\n    }\n\n    $self->{'events'}->trigger( 'afterFrontEndBuildHttpdVhosts' );\n}\n\n=item _addDnsZone( )\n\n Add DNS zone\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addDnsZone\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_deleteDnsZone();\n    $rs ||= $self->{'events'}->trigger( 'beforeNamedAddMasterZone' );\n    $rs ||= Servers::named->factory()->addDmn( {\n        BASE_SERVER_VHOST     => ::setupGetQuestion( 'BASE_SERVER_VHOST' ),\n        BASE_SERVER_IP        => ::setupGetQuestion( 'BASE_SERVER_IP' ),\n        BASE_SERVER_PUBLIC_IP => ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' ),\n        DOMAIN_NAME           => ::setupGetQuestion( 'BASE_SERVER_VHOST' ),\n        DOMAIN_IP             => ::setupGetQuestion( 'BASE_SERVER_IP' ),\n        MAIL_ENABLED          => TRUE\n    } );\n    $rs ||= $self->{'events'}->trigger( 'afterNamedAddMasterZone' );\n}\n\n=item _createSymlinkForBcCompatibility \n\n Create the ./gui/library/imscp-lib.php symlink to ./gui/include/imscp-lib.php\n symlink for backward compatibility with plugins.\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _createSymlinkForBcCompatibility\n{\n    eval {\n        my $ug = $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . $::imscpConfig{'SYSTEM_USER_MIN_UID'};\n\n        iMSCP::Dir->new(\n            dirname => \"$::imscpConfig{'GUI_ROOT_DIR'}/library\"\n        )->make(\n            user  => $ug,\n            group => $ug,\n            mode  => 0750\n        );\n\n        local $CWD = \"$::imscpConfig{'GUI_ROOT_DIR'}/library\";\n        \n        if ( -l \"./imscp-lib.php\" ) {\n            unlink( \"./imscp-lib.php\" ) or die( sprintf(\n                \"Couldn't unlink the %s symlink: $!\", \"$CWD/imscp-lib.php\"\n            ));\n        }\n\n        symlink( '../include/imscp-lib.php', './imscp-lib.php' ) or die(\n            sprintf(\n                \"Couldn't create the %s symlink to %s: $!\",\n                \"$CWD/imscp-lib.php\",\n                \"$::imscpConfig{'GUI_ROOT_DIR'}/include/imscp-lib.php\"\n            )\n        );\n\n        iMSCP::File->new( filename => './imscp-lib.php' )->owner(\n            $ug, $ug\n        ) == 0 or die( getMessageByType( 'error', {\n            amount => 1, remove => TRUE\n        } ));\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=cut\n\n=item _deleteDnsZone( )\n\n Delete previous DNS zone if needed (i.e. case where BASER_SERVER_VHOST has been modified)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _deleteDnsZone\n{\n    my ( $self ) = @_;\n\n    return 0 unless length $::imscpOldConfig{'BASE_SERVER_VHOST'}\n        && $::imscpOldConfig{'BASE_SERVER_VHOST'} ne ::setupGetQuestion( 'BASE_SERVER_VHOST' );\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedDeleteMasterZone' );\n    $rs ||= Servers::named->factory()->deleteDmn( {\n        PARENT_DOMAIN_NAME => $::imscpOldConfig{'BASE_SERVER_VHOST'},\n        DOMAIN_NAME        => $::imscpOldConfig{'BASE_SERVER_VHOST'},\n        FORCE_DELETION     => TRUE\n    } );\n    $rs ||= $self->{'events'}->trigger( 'afterNamedDeleteMasterZone' );\n}\n\n=item getFullPhpVersionFor( $binary )\n\n Get full PHP version for the given PHP binary\n\n Param string $binary Path to PHP binary\n Return int 0 on success, other on failure\n\n=cut\n\nsub getFullPhpVersionFor\n{\n    my ( undef, $binary ) = @_;\n\n    my ( $stdout, $stderr );\n    execute(\n        [ $binary, '-nv' ],\n        \\$stdout,\n        \\$stderr\n    ) == 0 && $stdout =~ /PHP\\s+([^\\s]+)/ or die( sprintf(\n        \"Couldn't retrieve PHP version: %s\", $stderr || 'Unknown error'\n    ));\n    $1;\n}\n\n=item _cleanup( )\n\n Process cleanup tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _cleanup\n{\n    my ( $self ) = @_;\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/frontend.old.data\"\n    )->delFile() if -f \"$self->{'cfgDir'}/frontend.old.data\";\n}\n\n# Uninstallation routines\n\n=item _deconfigurePHP( )\n\n Deconfigure PHP (imscp_panel service)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _deconfigurePHP\n{\n    local $@;\n    my $rs = eval {\n        iMSCP::Service->getInstance()->remove( 'imscp_panel' );\n\n        for my $file ( '/etc/default/imscp_panel',\n            '/etc/tmpfiles.d/imscp_panel.conf',\n            \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/imscp_panel\",\n            '/usr/local/sbin/imscp_panel',\n            '/var/log/imscp_panel.log'\n        ) {\n            next unless -f $file;\n            my $rs = iMSCP::File->new( filename => $file )->delFile();\n            return $rs if $rs;\n        }\n\n        iMSCP::Dir->new( dirname => '/usr/local/lib/imscp_panel' )->remove();\n        iMSCP::Dir->new( dirname => '/usr/local/etc/imscp_panel' )->remove();\n        iMSCP::Dir->new( dirname => '/var/run/imscp' )->remove();\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _deconfigureHTTPD( )\n\n Deconfigure HTTPD (nginx)\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _deconfigureHTTPD\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->disableSites( '00_master.conf', '00_master_ssl.conf' );\n    return $rs if $rs;\n\n    for my $file ( qw/ 00_master.conf 00_master_ssl.conf / ) {\n        next unless -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$file\";\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$file\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    if ( -f \"$self->{'config'}->{'HTTPD_CONF_DIR'}/imscp_fastcgi.conf\" ) {\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/imscp_fastcgi.conf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    if ( -f \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d/imscp_php.conf\" ) {\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d/imscp_php.conf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    if ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/default\" ) {\n        # Nginx as provided by Debian\n        $rs = $self->enableSites( 'default' );\n        return $rs;\n    }\n\n    if ( -f \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d/default.conf.disabled\" ) {\n        # Nginx package as provided by Nginx\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d/default.conf.disabled\"\n        )->moveFile(\n            \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d/default.conf\"\n        );\n        return $rs;\n    }\n\n    0;\n}\n\n=item _deleteMasterWebUser( )\n\n Delete i-MSCP master Web user\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _deleteMasterWebUser\n{\n    my $rs = iMSCP::SystemUser->new( force => TRUE )->delSystemUser(\n        $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . $::imscpConfig{'SYSTEM_USER_MIN_UID'}\n    );\n    $rs ||= iMSCP::SystemGroup->getInstance()->delSystemGroup(\n        $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . $::imscpConfig{'SYSTEM_USER_MIN_UID'}\n    );\n}\n\n# Other routines\n\n\n=item _buildConf( $cfgTpl, $filename [, \\%tplVars ] )\n\n Build the given configuration template\n\n Param string $cfgTpl Temmplate content\n Param string $filename Template filename\n Param hash OPTIONAL \\%tplVars Template variables\n Return string Template content\n\n=cut\n\nsub _buildConf\n{\n    my ( $self, $cfgTpl, $filename, $tplVars ) = @_;\n\n    $tplVars ||= {};\n    $self->{'events'}->trigger(\n        'beforeFrontEndBuildConf', \\$cfgTpl, $filename, $tplVars\n    );\n    $cfgTpl = process( $tplVars, $cfgTpl );\n    $self->{'events'}->trigger(\n        'afterFrontEndBuildConf', \\$cfgTpl, $filename, $tplVars\n    );\n    $cfgTpl;\n}\n\n=item END\n\n Start, restart or reload frontEnd services: nginx or/and imscp_panel when required\n\n Return int Exit code\n\n=cut\n\nEND\n    {\n        return if $?;\n\n        if ( defined $::execmode ) {\n            return if $::execmode eq 'setup';\n            $? = Package::FrontEnd->getInstance()->restartNginx() if $::execmode eq 'uninstaller';\n            return;\n        }\n\n        my $self = Package::FrontEnd->getInstance();\n        if ( $self->{'start'} ) {\n            $? = $self->start();\n        } elsif ( $self->{'restart'} ) {\n            $? = $self->restart();\n        } elsif ( $self->{'reload'} ) {\n            $? = $self->reload();\n        }\n    }\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/ServicesSSL.pm",
    "content": "=head1 NAME\n\n Package::ServicesSSL - SSL for various services (FTP, SMTP, IMAP/POP)\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::ServicesSSL;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'getMessageByType';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::OpenSSL;\nuse Net::LibIDN 'idn_to_unicode';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Provides SSL for various services (FTP, SMTP, IMAP/POP).\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getPriority( )\n\n Get package priority\n\n Return int package priority\n\n=cut\n\nsub getPriority\n{\n    -10;\n}\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForServicesSSL( @_ ); };\n        0;\n    } );\n}\n\n=item preinstall( )\n\n Process pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my $sslEnabled = ::setupGetQuestion( 'SERVICES_SSL_ENABLED' );\n\n    # SSL is disabled. We need remove the SSL certificate if any and\n    # return early\n    if ( $sslEnabled eq 'no' ) {\n        if ( -f \"$::imscpConfig{'CONF_DIR'}/imscp_services.pem\" ) {\n            return iMSCP::File->new(\n                filename => \"$::imscpConfig{'CONF_DIR'}/imscp_services.pem\"\n            )->delFile();\n        }\n\n        return 0;\n    }\n\n    # If the current SSL certificate chain is valid, we return early\n    if ( ::setupGetQuestion( 'SERVICES_SSL_HAS_VALID_CHAIN', 'no' ) eq 'yes' ) {\n        return 0;\n    }\n\n    # If no SSL certificate has been provided, we need generate a self-signed\n    # SSL certificate\n    if ( ::setupGetQuestion( 'SERVICES_SSL_SELFSIGNED_CERTIFICATE' ) eq 'yes' ) {\n        return iMSCP::OpenSSL->new(\n            certificate_chains_storage_dir => $::imscpConfig{'CONF_DIR'},\n            certificate_chain_name         => 'imscp_services'\n        )->createSelfSignedCertificate( {\n            common_name => ::setupGetQuestion( 'SERVER_HOSTNAME' ),\n            email       => ::setupGetQuestion( 'DEFAULT_ADMIN_ADDRESS' )\n        } ) ? 0 : 1;\n    }\n\n    iMSCP::OpenSSL->new(\n        certificate_chains_storage_dir => $::imscpConfig{'CONF_DIR'},\n        certificate_chain_name         => 'imscp_services',\n        private_key_container_path     =>\n            ::setupGetQuestion( 'SERVICES_SSL_PRIVATE_KEY_PATH' ),\n        private_key_passphrase         =>\n            ::setupGetQuestion( 'SERVICES_SSL_PRIVATE_KEY_PASSPHRASE' ),\n        certificate_container_path     =>\n            ::setupGetQuestion( 'SERVICES_SSL_CERTIFICATE_PATH' ),\n        ca_bundle_container_path       =>\n            ::setupGetQuestion( 'SERVICES_SSL_CA_BUNDLE_PATH' )\n    )->createCertificateChain() ? 0 : 1;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _dialogForServicesSSL( \\%dialog )\n\n Dialog for services (FTP, IMAP/POP, SMTP) SSL\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (back)\n\n=cut\n\nsub _dialogForServicesSSL\n{\n    my ( undef, $dialog ) = @_;\n\n    my $idn = idn_to_unicode(\n        ::setupGetQuestion( 'SERVER_HOSTNAME' ), 'utf-8'\n    );\n    my $ssl = ::setupGetQuestion( 'SERVICES_SSL_ENABLED', 'yes' );\n    my $selfSignedCrt = ::setupGetQuestion(\n        'SERVICES_SSL_SELFSIGNED_CERTIFICATE', 'yes'\n    );\n    my $pkPath = ::setupGetQuestion(\n        'SERVICES_SSL_PRIVATE_KEY_PATH',\n        iMSCP::Getopt->preseed\n            ? ''\n            : \"$::imscpConfig{'CONF_DIR'}/imscp_services.pem\"\n    );\n    my $passphrase = ::setupGetQuestion(\n        'SERVICES_SSL_PRIVATE_KEY_PASSPHRASE'\n    );\n    my $crtPath = ::setupGetQuestion(\n        'SERVICES_SSL_CERTIFICATE_PATH',\n        iMSCP::Getopt->preseed\n            ? ''\n            : \"$::imscpConfig{'CONF_DIR'}/imscp_services.pem\"\n    );\n    my $caPath = ::setupGetQuestion(\n        'SERVICES_SSL_CA_BUNDLE_PATH',\n        iMSCP::Getopt->preseed\n            ? ''\n            : \"$::imscpConfig{'CONF_DIR'}/imscp_services.pem\"\n    );\n    my $openSSL = iMSCP::OpenSSL->new();\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ services_ssl ssl all / ) ) {\n        goto CHECK_SSL_CHAIN if $ssl eq 'yes';\n        return 20 if $ssl eq 'no';\n    }\n\n    SSL_DIALOG:\n    my $ret = $dialog->boolean( <<'EOF', $ssl eq 'no' );\nDo you want to enable the secure connections (SSL) for the FTP, IMAP/POP, and SMTP services?\nEOF\n    return 30 if $ret == 30;\n\n    if ( $ret == 1 ) {\n        ::setupSetQuestion( 'SERVICES_SSL_ENABLED', 'no' );\n        return 0;\n    }\n\n    ::setupSetQuestion( 'SERVICES_SSL_ENABLED', 'yes' );\n\n    SSL_SELF_SIGNED_DIALOG:\n    $ret = $dialog->boolean( <<\"EOF\", $selfSignedCrt eq 'no' );\nDo you have an SSL certificate for the $idn hostname?\n    \nIf you say 'no', a self-signed SSL certificate will be generated.\nEOF\n    goto SSL_DIALOG if $ret == 30;\n\n    if ( $ret == 1 ) {\n        ::setupSetQuestion( 'SERVICES_SSL_SELFSIGNED_CERTIFICATE', 'yes' );\n        ::setupSetQuestion( 'SERVICES_SSL_HAS_VALID_CHAIN', 'no' );\n        return 0;\n    }\n\n    ::setupSetQuestion( 'SERVICES_SSL_SELFSIGNED_CERTIFICATE', 'no' );\n\n    my $msg = '';\n    SSL_PK_DIALOG:\n    do {\n        ( $ret, $pkPath ) = $dialog->string( <<\"EOF\", $pkPath );\n${msg}Please enter a path for the SSL certificate private key. Leave this field blank if you don't have one:\nEOF\n        if ( $ret != 30 ) {\n            $pkPath =~ s/^\\s+|\\s+$//g;\n            $msg = !length $pkPath || !-f $pkPath\n                ? \"\\\\Z1Invalid SSL certificate private key path.\\\\Zn\\n\\n\" : '';\n        }\n    } while $ret != 30 && length $msg;\n    goto SSL_SELF_SIGNED_DIALOG if $ret == 30;\n\n    ::setupSetQuestion( 'SERVICES_SSL_PRIVATE_KEY_PATH', $pkPath );\n\n    SSL_PK_PASSPHRASE_DIALOG:\n    do {\n        ( $ret, $passphrase ) = $dialog->password( <<\"EOF\", $passphrase );\n${msg}Please enter the passphrase for the SSL certificate private key. Leave this field blank if you don't have one:\nEOF\n        if ( $ret != 30 ) {\n            $passphrase =~ s/^\\s+|\\s+$//g;\n            @{ $openSSL }{qw/\n                private_key_container_path private_key_passphrase\n            /} = (\n                $pkPath, $passphrase\n            );\n\n            unless ( $openSSL->validatePrivateKey() ) {\n                $msg = \"\\\\Z1\" . getMessageByType( 'error', {\n                    amount => 1,\n                    remove => TRUE\n                } ) . \"\\\\Zn\\n\\n\";\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    goto SSL_PK_DIALOG if $ret == 30;\n\n    ::setupSetQuestion( 'SERVICES_SSL_PRIVATE_KEY_PASSPHRASE', $passphrase );\n\n    SSL_CA_BUNDLE_DIALOG:\n    do {\n        ( $ret, $caPath ) = $dialog->string( <<\"EOF\", $caPath );\n${msg}Please enter a path for the SSL certificate CA bundle. Leave this field blank if you don't have one:\nEOF\n        if ( $ret != 30 ) {\n            $caPath =~ s/^\\s+|\\s+$//g;\n            $msg = length $caPath && !-f $caPath\n                ? \"\\\\Z1Invalid SSL certificate CA bundle path.\\\\Zn\\n\\n\" : '';\n        }\n    } while $ret != 30 && length $msg;\n    goto SSL_PK_PASSPHRASE_DIALOG if $ret == 30;\n\n    ::setupSetQuestion( 'SERVICES_SSL_CA_BUNDLE_PATH', $caPath );\n\n    do {\n        ( $ret, $crtPath ) = $dialog->string( <<\"EOF\", $crtPath );\n${msg}Please enter a path for the SSL certificate:\nEOF\n        if ( $ret != 30 ) {\n            $crtPath =~ s/^\\s+|\\s+$//g;\n            @{ $openSSL }{qw/\n                ca_bundle_container_path certificate_container_path\n            /} = (\n                $caPath, $crtPath\n            );\n\n            unless ( $openSSL->validateCertificate()\n                && $openSSL->validateCertKeyMatching()\n            ) {\n                $msg = \"\\\\Z1\" . getMessageByType( 'error', {\n                    amount => 1,\n                    remove => TRUE\n                } ) . \"\\\\Zn\\n\\n\";\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    goto SSL_CA_BUNDLE_DIALOG if $ret == 30;\n\n    ::setupSetQuestion( 'SERVICES_SSL_CERTIFICATE_PATH', $crtPath );\n    ::setupSetQuestion( 'PANEL_SSL_HAS_VALID_CHAIN', 'no' );\n    goto END_SSL_DIALOG;\n\n    CHECK_SSL_CHAIN:\n\n    if ( $selfSignedCrt eq 'yes' ) {\n        ::setupSetQuestion( 'SERVICES_SSL_ENABLED', $ssl );\n        ::setupSetQuestion(\n            'SERVICES_SSL_SELFSIGNED_CERTIFICATE', $selfSignedCrt\n        );\n        return 20;\n    }\n\n    @{ $openSSL }{qw/\n        private_key_container_path ca_bundle_container_path\n        certificate_container_path\n    /} = (\n        $pkPath, $caPath, $crtPath\n    );\n\n    unless ( $openSSL->validateCertificateChain() ) {\n        local $dialog->{'_opts'}->{\n            $dialog->{'program'} eq 'dialog' ? 'ok-label' : 'ok-button'\n        } = 'Reconfigure';\n        $msg = getMessageByType( 'error', {\n            amount => 1,\n            remove => TRUE\n        } );\n        $dialog->error( <<\"EOF\" );\nYour SSL certificate chain for the FTP, IMAP/POP, and SMTP services is missing or invalid.\n\nError was: \\\\Z1$msg\\\\Zn\nEOF\n        ::setupSetQuestion( 'SERVICES_SSL_ENABLED', '' );\n        goto &{_dialogForCpSSL};\n    }\n\n    ::setupSetQuestion( 'SERVICES_SSL_HAS_VALID_CHAIN', 'yes' );\n\n    END_SSL_DIALOG:\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/SqlAdminTools/PhpMyAdmin/PhpMyAdmin.pm",
    "content": "=head1 NAME\n\n Package::SqlAdminTools::PhpMyAdmin::PhpMyAdmin - PhpMyAdmin package\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::SqlAdminTools::PhpMyAdmin::PhpMyAdmin;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat iMSCP::Composer /;\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'error';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse JSON;\nuse parent 'Common::SingletonClass';\nuse subs qw/\n    registerSetupListeners\n    preinstall install postinstall uninstall\n    setGuiPermissions setEnginePermissions\n/;\n\nmy $packageVersionConstraint = $ENV{'IMSCP_PKG_DEVELOPMENT'}\n    ? '4.8.x-dev' : '^1.0';\n\n=head1 DESCRIPTION\n\n PhpMyAdmin allows administering of MySQL with a web interface.\n\n It allows administrators to:\n * browse through databases and tables;\n * create, copy, rename, alter and drop databases;\n * create, copy, rename, alter and drop tables;\n * perform table maintenance;\n * add, edit and drop fields;\n * execute any SQL-statement, even multiple queries;\n * create, alter and drop indexes;\n * load text files into tables;\n * create and read dumps of tables or databases;\n * export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats;\n * administer multiple servers;\n * manage MySQL users and privileges;\n * check server settings and runtime information with configuration hints;\n * check referential integrity in MyISAM tables;\n * create complex queries using Query-by-example (QBE), automatically connecting required tables;\n * create PDF graphics of database layout;\n * search globally in a database or a subset of it;\n * transform stored data into any format using a set of predefined functions, such as displaying BLOB-data as image or download-link;\n * manage InnoDB tables and foreign keys;\n and is fully internationalized and localized in dozens of languages.\n\n Project homepage: http://www.phpmyadmin.net/\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getPriority( )\n\n Get package priority\n\n Return int package priority\n\n=cut\n\nsub getPriority\n{\n    0;\n}\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupPreInstallServers', sub {\n        eval {\n            my $composer = iMSCP::Composer->new(\n                user          => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                composer_home => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/.composer\",\n                composer_json => 'composer.json'\n            );\n\n            if ( $ENV{'IMSCP_PKG_DEVELOPMENT'}\n                && -d '/github/official/imscp-phpmyadmin'\n            ) {\n                push @{ $composer->getComposerJson( TRUE )->{'repositories'} }, {\n                    type    => 'path',\n                    url     => '/github/official/imscp-phpmyadmin',\n                    options => {\n                        symlink => JSON::false\n                    }\n                };\n            }\n\n            $composer->require( 'imscp/phpmyadmin', $packageVersionConstraint );\n            $composer->dumpComposerJson();\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        0;\n    }, 10 );\n}\n\n=item preinstall( )\n\n Process pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    unless ( -f \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/phpmyadmin/src/Handler.pm\" ) {\n        error( sprintf(\n            \"Couldn't find the PhpMyAdmin package handler in the %s directory\",\n            \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/phpmyadmin/src\"\n        ));\n        return 1;\n    }\n\n    my $rs = iMSCP::File->new(\n        filename => \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/phpmyadmin/src/Handler.pm\"\n    )->copyFile(\n        \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/SqlAdminTools/PhpMyAdmin/Handler.pm\"\n    );\n    return $rs if $rs;\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( 'preinstall' ) ) {\n        return $sub->( $handler );\n    }\n\n    0;\n}\n\n=item uninstall( )\n\n Process uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/SqlAdminTools/PhpMyAdmin/Handler.pm\";\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( 'uninstall' ) ) {\n        my $rs = $sub->( $handler );\n        return $rs if $rs;\n    }\n\n    # No need to process composer in 'uninstaller' context as the whole gui\n    # directory will be removed by the FrontEnd package.\n    if ( !defined $::execmode || $::execmode ne 'uninstaller' ) {\n        eval {\n            iMSCP::Composer->new(\n                user          => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                composer_home => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/.composer\",\n                composer_json => 'composer.json'\n            )\n                ->remove( 'imscp/phpmyadmin' )\n                ->dumpComposerJson();\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n    }\n\n    iMSCP::File->new(\n        filename => \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/SqlAdminTools/PhpMyAdmin/Handler.pm\"\n    )->delFile();\n}\n\n=item AUTOLOAD\n\n Provides autoloading\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub AUTOLOAD\n{\n    my $self = shift;\n    ( my $method = our $AUTOLOAD ) =~ s/.*:://;\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( $method ) ) {\n        return $sub->( $handler, @_ );\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _getHandler( )\n\n Get PhpMyAdmin package handler instance\n\n Return Package::SqlAdminTools::PhpMyAdmin::Handler, die on failure\n\n=cut\n\nsub _getHandler\n{\n    my ( $self ) = @_;\n\n    $self->{'_handler'} //= do {\n        require \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/SqlAdminTools/PhpMyAdmin/Handler.pm\";\n        Package::SqlAdminTools::PhpMyAdmin::Handler->new();\n    };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/SqlAdminTools.pm",
    "content": "=head1 NAME\n\n Package::SqlAdminTools - i-MSCP SQL administration tools\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::SqlAdminTools;\n\nuse strict;\nuse warnings;\nuse parent 'Package::AbstractPackageCollection';\n\n=head1 DESCRIPTION\n\n Provides SQL administration tool packages.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getConfVarname( )\n\n See Package::AbstractPackageCollection::getConfVarname()\n\n=cut\n\nsub getConfVarname\n{\n    my ( $self ) = @_;\n\n    'SQL_ADMIN_TOOL_PACKAGES';\n}\n\n=item getOptName( )\n\n See Package::AbstractPackageCollection::getOptName()\n\n=cut\n\nsub getOptName\n{\n    my ( $self ) = @_;\n\n    'sql_admin_tool_packages';\n}\n\n=item getDefaultValues( )\n\n See Package::AbstractPackageCollection::getDefaultValues()\n\n=cut\n\nsub getDefaultValues\n{\n    my ( $self ) = @_;\n\n    'PhpMyAdmin';\n}\n\n=item getPackageHumanName( )\n\n See Package::AbstractPackageCollection::getPackageHumanName()\n\n=cut\n\nsub getPackageHumanName\n{\n    my ( $self ) = @_;\n\n    'SQL administration tools';\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/WebFtpClients/MonstaFTP/MonstaFTP.pm",
    "content": "=head1 NAME\n\n Package::WebFtpClients::MonstaFTP::MonstaFTP - MonstaFTP package\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::WebFtpClients::MonstaFTP::MonstaFTP;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat iMSCP::Composer /;\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'error';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse JSON;\nuse parent 'Common::SingletonClass';\nuse subs qw/\n    registerSetupListeners\n    preinstall install postinstall uninstall\n    setGuiPermissions setEnginePermissions\n/;\n\nmy $packageVersionConstraint = $ENV{'IMSCP_PKG_DEVELOPMENT'}\n    ? '2.9.x-dev' : '^1.0';\n\n=head1 DESCRIPTION\n\n i-MSCP MonstaFTP package.\n\n MonstaFTP is a web-based FTP client written in PHP.\n\n Project homepage: http://www.monstaftp.com//\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getPriority( )\n\n Get package priority\n\n Return int package priority\n\n=cut\n\nsub getPriority\n{\n    0;\n}\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupPreInstallServers', sub {\n        eval {\n            my $composer = iMSCP::Composer->new(\n                user          => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                composer_home => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/.composer\",\n                composer_json => 'composer.json'\n            );\n\n            if ( $ENV{'IMSCP_PKG_DEVELOPMENT'}\n                && -d '/github/official/imscp-monsta-ftp'\n            ) {\n                push @{ $composer->getComposerJson( TRUE )->{'repositories'} }, {\n                    type    => 'path',\n                    url     => '/github/official/imscp-monsta-ftp',\n                    options => {\n                        symlink => JSON::false\n                    }\n                };\n            }\n\n            $composer->require( 'imscp/monsta-ftp', $packageVersionConstraint );\n            $composer->dumpComposerJson();\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        0;\n    }, 10 );\n}\n\n=item preinstall( )\n\n Process pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    unless ( -f \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/monsta-ftp/src/Handler.pm\" ) {\n        error( sprintf(\n            \"Couldn't find the MonstaFTP package handler in the %s directory\",\n            \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/monsta-ftp/src\"\n        ));\n        return 1;\n    }\n\n    my $rs = iMSCP::File->new(\n        filename => \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/monsta-ftp/src/Handler.pm\"\n    )->copyFile(\n        \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebFtpClients/MonstaFTP/Handler.pm\"\n    );\n    return $rs if $rs;\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( 'preinstall' ) ) {\n        return $sub->( $handler );\n    }\n\n    0;\n}\n\n=item uninstall( )\n\n Process uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebFtpClients/MonstaFTP/Handler.pm\";\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( 'uninstall' ) ) {\n        my $rs = $sub->( $handler );\n        return $rs if $rs;\n    }\n\n    # No need to process composer in 'uninstaller' context as the whole gui\n    # directory will be removed by the FrontEnd package.\n    if ( !defined $::execmode || $::execmode ne 'uninstaller' ) {\n        eval {\n            iMSCP::Composer->new(\n                user          => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                composer_home => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/.composer\",\n                composer_json => 'composer.json'\n            )\n                ->remove( 'imscp/monsta-ftp' )\n                ->dumpComposerJson();\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n    }\n\n    iMSCP::File->new(\n        filename => \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebFtpClients/MonstaFTP/Handler.pm\"\n    )->delFile();\n}\n\n=item AUTOLOAD\n\n Provides autoloading\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub AUTOLOAD\n{\n    my $self = shift;\n    ( my $method = our $AUTOLOAD ) =~ s/.*:://;\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( $method ) ) {\n        return $sub->( $handler, @_ );\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _getHandler( )\n\n Get MonstaFTP package handler instance\n\n Return Package::WebFtpClients::MonstaFTP::Handler, die on failure\n\n=cut\n\nsub _getHandler\n{\n    my ( $self ) = @_;\n\n    $self->{'_handler'} //= do {\n        require \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebFtpClients/MonstaFTP/Handler.pm\";\n        Package::WebFtpClients::MonstaFTP::Handler->new();\n    };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/WebFtpClients.pm",
    "content": "=head1 NAME\n\n Package::WebFtpClients - Web-based FTP client packages\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::WebFtpClients;\n\nuse strict;\nuse warnings;\nuse parent 'Package::AbstractPackageCollection';\n\n=head1 DESCRIPTION\n\n Provide Web-based FTP client packages. \n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getConfVarname( )\n\n See Package::AbstractPackageCollection::getConfVarname()\n\n=cut\n\nsub getConfVarname\n{\n    my ( $self ) = @_;\n\n    'WEB_FTP_CLIENT_PACKAGES';\n}\n\n=item getOptName( )\n\n See Package::AbstractPackageCollection::getOptName()\n\n=cut\n\nsub getOptName\n{\n    my ( $self ) = @_;\n\n    'web_ftp_client_packages';\n}\n\n=item getDefaultValues( )\n\n See Package::AbstractPackageCollection::getDefaultValues()\n\n=cut\n\nsub getDefaultValues\n{\n    my ( $self ) = @_;\n\n    'MonstaFTP';\n}\n\n=item getPackageHumanName( )\n\n See Package::AbstractPackageCollection::getPackageHumanName()\n\n=cut\n\nsub getPackageHumanName\n{\n    my ( $self ) = @_;\n\n    'Web-based FTP clients';\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/WebStatistics/AWStats/AWStats.pm",
    "content": "=head1 NAME\n\n Package::WebStatistics::AWStats::AWStats - AWStats\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::WebStatistics::AWStats::AWStats;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute 'execute';\nuse iMSCP::Ext2Attributes qw( setImmutable clearImmutable );\nuse iMSCP::File;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::TemplateParser qw/ getBloc process replaceBloc /;\nuse Servers::cron;\nuse Scalar::Defer 'lazy';\nuse Servers::httpd;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n AWStats package for i-MSCP.\n\n Advanced Web Statistics (AWStats) is a powerful Web server logfile analyzer\n written in perl that shows you all your Web statistics including visits,\n unique visitors, pages, hits, rush hours, search engines, keywords used to\n find your site, robots, broken links and more.\n\n Project homepage: http://awstats.sourceforge.net/\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item install( )\n\n Process installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_disableDefaultConfig();\n    $rs ||= $self->_createCacheDir();\n    $rs ||= $self->_setupApache2();\n}\n\n=item postinstall( )\n\n Process post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    $self->_addAWStatsCronTask();\n}\n\n=item uninstall( )\n\n Process uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_deleteFiles();\n    $rs ||= $self->_removeVhost();\n    $rs ||= $self->_restoreDebianConfig();\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = setRights(\n        \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebStatistics/AWStats/Scripts/awstats_updateall.pl\",\n        {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $::imscpConfig{'ROOT_USER'},\n            mode  => '0700'\n        }\n    );\n    $rs ||= setRights( $::imscpConfig{'AWSTATS_CACHE_DIR'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $self->{'httpd'}->getRunningGroup(),\n        dirmode   => '02750',\n        filemode  => '0640',\n        recursive => TRUE\n    } );\n    $rs ||= setRights( \"$self->{'httpd'}->{'config'}->{'HTTPD_CONF_DIR'}/.imscp_awstats\", {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $self->{'httpd'}->getRunningGroup(),\n        mode  => '0640'\n    } );\n}\n\n=item getDistributionPackages( )\n\n Get list of distribution packages to install or uninstall, depending on context\n\n Return List of distribution packages\n\n=cut\n\nsub getDistributionPackages\n{\n    'awstats';\n}\n\n=item addUser( \\%data )\n\n Process addUser tasks\n\n Param hash \\%data User data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addUser\n{\n    my ( $self, $data ) = @_;\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'httpd'}->{'config'}->{'HTTPD_CONF_DIR'}/.imscp_awstats\"\n    );\n    return 1 unless defined( my $fileC = $file->getAsRef());\n\n    ${ $fileC } =~ s/^$data->{'USERNAME'}:[^\\n]*\\n//gim;\n    ${ $fileC } .= \"$data->{'USERNAME'}:$data->{'PASSWORD_HASH'}\\n\";\n\n    my $rs = $file->save();\n    $self->{'httpd'}->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item preaddDmn( \\%data )\n\n Process preaddDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub preaddDmn\n{\n    my ( $self ) = @_;\n\n    return 0 if $self->{'events'}->hasListener(\n        'afterHttpdBuildConf', \\&_addAwstatsSection\n    );\n\n    $self->{'events'}->register(\n        'afterHttpdBuildConf', \\&_addAwstatsSection\n    );\n}\n\n=item addDmn( \\%data )\n\n Process addDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->_addAwstatsConfig( $data );\n    $rs ||= clearImmutable( $data->{'HOME_DIR'} );\n    return $rs if $rs;\n\n    eval { iMSCP::Dir->new( dirname => \"$data->{'HOME_DIR'}/statistics\" )->remove(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    setImmutable( $data->{'HOME_DIR'} ) if $data->{'WEB_FOLDER_PROTECTION'} eq 'yes';\n    0;\n}\n\n=item deleteDmn( \\%data )\n\n Process deleteDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteDmn\n{\n    my ( undef, $data ) = @_;\n\n    if ( -f \"$::imscpConfig{'AWSTATS_CONFIG_DIR'}/awstats.$data->{'DOMAIN_NAME'}.conf\" ) {\n        my $rs = iMSCP::File->new(\n            filename => \"$::imscpConfig{'AWSTATS_CONFIG_DIR'}/awstats.$data->{'DOMAIN_NAME'}.conf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    my $awstatsCacheDir = $::imscpConfig{'AWSTATS_CACHE_DIR'};\n    return 0 unless -d $awstatsCacheDir;\n\n    my @awstatsCacheFiles = iMSCP::Dir->new(\n        dirname  => $awstatsCacheDir,\n        fileType => '^(?:awstats[0-9]+|dnscachelastupdate)' . quotemeta( \".$data->{'DOMAIN_NAME'}.txt\" )\n    )->getFiles();\n\n    return 0 unless @awstatsCacheFiles;\n\n    for my $cacheFile ( @awstatsCacheFiles ) {\n        my $rs = iMSCP::File->new( filename => \"$awstatsCacheDir/$cacheFile\" )->delFile();\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item addSub( \\%data )\n\n Process addSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addSub\n{\n    my ( $self, $data ) = @_;\n\n    $self->addDmn( $data );\n}\n\n=item deleteSub( \\%data )\n\n Process deleteSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteSub\n{\n    my ( $self, $data ) = @_;\n\n    $self->deleteDmn( $data );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Package::WebStatistics::AWStats::AWStats\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'httpd'} = lazy { Servers::httpd->factory() };\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self;\n}\n\n=item _createCacheDir( )\n\n Create cache directory\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _createCacheDir\n{\n    my ( $self ) = @_;\n\n    iMSCP::Dir->new( dirname => $::imscpConfig{'AWSTATS_CACHE_DIR'} )->make( {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $self->{'httpd'}->getRunningGroup(),\n        mode  => 02750\n    } );\n}\n\n=item _setupApache2( )\n\n Setup Apache2 for AWStats\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupApache2\n{\n    my ( $self ) = @_;\n\n    # Create Basic authentication file\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'httpd'}->{'config'}->{'HTTPD_CONF_DIR'}/.imscp_awstats\"\n    );\n    # Make sure to start with an empty file on update/reconfiguration\n    $file->set( '' );\n    my $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        $self->{'httpd'}->getRunningGroup()\n    );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    # Enable required Apache2 modules\n\n    $rs = $self->{'httpd'}->enableModules(\n        'rewrite', 'authn_core', 'authn_basic', 'authn_socache', 'proxy',\n        'proxy_http'\n    );\n    return $rs if $rs;\n\n    # Create Apache2 vhost\n\n    $self->{'httpd'}->setData( {\n        AWSTATS_AUTH_USER_FILE_PATH => \"$self->{'httpd'}->{'config'}->{'HTTPD_CONF_DIR'}/.imscp_awstats\",\n        AWSTATS_ENGINE_DIR          => $::imscpConfig{'AWSTATS_ENGINE_DIR'},\n        AWSTATS_WEB_DIR             => $::imscpConfig{'AWSTATS_WEB_DIR'}\n    } );\n\n    $rs = $self->{'httpd'}->buildConfFile(\n        \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebStatistics/AWStats/Config/01_awstats.conf\"\n    );\n    $rs ||= $self->{'httpd'}->enableSites( '01_awstats.conf' );\n}\n\n=item _disableDefaultConfig( )\n\n Disable default configuration\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _disableDefaultConfig\n{\n    my $rs = 0;\n\n    if ( -f \"$::imscpConfig{'AWSTATS_CONFIG_DIR'}/awstats.conf\" ) {\n        $rs = iMSCP::File->new(\n            filename => \"$::imscpConfig{'AWSTATS_CONFIG_DIR'}/awstats.conf\"\n        )->moveFile(\n            \"$::imscpConfig{'AWSTATS_CONFIG_DIR'}/awstats.conf.disabled\"\n        );\n        return $rs if $rs;\n    }\n\n    my $cronDir = Servers::cron->factory()->{'config'}->{'CRON_D_DIR'};\n    $rs = iMSCP::File->new( filename => \"$cronDir/awstats\" )->moveFile( \"$cronDir/awstats.disable\" ) if -f \"$cronDir/awstats\";\n    $rs;\n}\n\n=item _addAWStatsCronTask( )\n\n Add AWStats cron task for dynamic mode\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addAWStatsCronTask\n{\n    Servers::cron->factory()->addTask( {\n        TASKID  => 'Package::WebStatistics::AWStats',\n        MINUTE  => '15',\n        HOUR    => '3-21/6',\n        DAY     => '*',\n        MONTH   => '*',\n        DWEEK   => '*',\n        USER    => $::imscpConfig{'ROOT_USER'},\n        COMMAND => 'nice -n 10 ionice -c2 -n5 ' .\n            \"perl $::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebStatistics/AWStats/Scripts/awstats_updateall.pl now \" .\n            \"-awstatsprog=$::imscpConfig{'AWSTATS_ENGINE_DIR'}/awstats.pl > /dev/null 2>&1\"\n    } );\n}\n\n=item _deleteFiles( )\n\n Delete files\n\n Return int 0 on success other on failure\n\n=cut\n\nsub _deleteFiles\n{\n    my $httpd = Servers::httpd->factory();\n\n    if ( -f \"$httpd->{'config'}->{'HTTPD_CONF_DIR'}/.imscp_awstats\" ) {\n        my $rs = iMSCP::File->new(\n            filename => \"$httpd->{'config'}->{'HTTPD_CONF_DIR'}/.imscp_awstats\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    local $@;\n    eval {\n        iMSCP::Dir->new(\n            dirname => $::imscpConfig{'AWSTATS_CACHE_DIR'}\n        )->remove();\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    return 0 unless -d $::imscpConfig{'AWSTATS_CONFIG_DIR'};\n\n    my $rs = execute(\n        \"rm -f $::imscpConfig{'AWSTATS_CONFIG_DIR'}/awstats.*.conf\",\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    $rs;\n}\n\n=item _removeVhost( )\n\n Remove global vhost file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _removeVhost\n{\n    my $httpd = Servers::httpd->factory();\n\n    return 0 unless -f \"$httpd->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/01_awstats.conf\";\n\n    my $rs = $httpd->disableSites( '01_awstats.conf' );\n    $rs ||= iMSCP::File->new(\n        filename => \"$httpd->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/01_awstats.conf\"\n    )->delFile();\n}\n\n=item _restoreDebianConfig( )\n\n Restore default configuration\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _restoreDebianConfig\n{\n    if ( -f \"$::imscpConfig{'AWSTATS_CONFIG_DIR'}/awstats.conf.disabled\" ) {\n        my $rs = iMSCP::File->new(\n            filename => \"$::imscpConfig{'AWSTATS_CONFIG_DIR'}/awstats.conf.disabled\"\n        )->moveFile(\n            \"$::imscpConfig{'AWSTATS_CONFIG_DIR'}/awstats.conf\"\n        );\n        return $rs if $rs;\n    }\n\n    my $cronDir = Servers::cron->factory()->{'config'}->{'CRON_D_DIR'};\n    return 0 unless -f \"$cronDir/awstats.disable\";\n    iMSCP::File->new( filename => \"$cronDir/awstats.disable\" )->moveFile( \"$cronDir/awstats\" );\n}\n\n=item _addAwstatsSection( \\$cfgTpl, $filename, \\%data )\n\n Listener responsible to build and insert Apache configuration snipped for\n AWStats in the given domain vhost file.\n\n Param string \\$cfgTpl Template file content\n Param string $filename Template filename\n Param hash \\%data Domain data\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub _addAwstatsSection\n{\n    my ( $cfgTpl, $tplName, $data ) = @_;\n\n    return 0 if $tplName ne 'domain.tpl' || $data->{'FORWARD'} ne 'no';\n\n    # VHost with HSTS is redirected anyway to HTTPS\n    return 0 if $data->{'VHOST_TYPE'} eq 'domain_fwd' && $data->{'HSTS_SUPPORT'};\n\n    # Redirect to HTTPS if VHost with SSL is available\n    if ( $data->{'VHOST_TYPE'} eq 'domain' && $data->{'SSL_SUPPORT'} ) {\n        ${ $cfgTpl } = replaceBloc(\n            \"# SECTION addons BEGIN.\\n\",\n            \"# SECTION addons END.\\n\",\n            \"    # SECTION addons BEGIN.\\n\"\n                    . getBloc(\n                    \"# SECTION addons BEGIN.\\n\",\n                    \"# SECTION addons END.\\n\",\n                    ${ $cfgTpl }\n                )\n                . \"    RedirectMatch 301 ^/stats\\/?\\$ https://$data->{'DOMAIN_NAME'}/stats/\\n\"\n                . \"    # SECTION addons END.\\n\",\n            ${ $cfgTpl }\n        );\n        return 0;\n    }\n\n    ${ $cfgTpl } = replaceBloc(\n        \"# SECTION addons BEGIN.\\n\",\n        \"# SECTION addons END.\\n\",\n        \"    # SECTION addons BEGIN.\\n\"\n            . getBloc( \"# SECTION addons BEGIN.\\n\", \"# SECTION addons END.\\n\", ${ $cfgTpl } )\n            . process( { DOMAIN_NAME => $data->{'DOMAIN_NAME'} }, <<'EOF' )\n    <Location /stats>\n        ProxyErrorOverride On\n        ProxyPreserveHost Off\n        ProxyPass http://127.0.0.1:8889/stats/{DOMAIN_NAME} retry=1 acquire=3000 timeout=600 Keepalive=On\n        ProxyPassReverse http://127.0.0.1:8889/stats/{DOMAIN_NAME}\n    </Location>\nEOF\n            . \"    # SECTION addons END.\\n\",\n        ${ $cfgTpl }\n    );\n    0;\n}\n\n=item _addAwstatsConfig( \\%data )\n\n Add awstats configuration file for the given domain\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addAwstatsConfig\n{\n    my ( $self, $data ) = @_;\n\n    my $awstatsPackageRootDir = \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebStatistics/AWStats\";\n    my $tplFileContent = iMSCP::File->new(\n        filename => \"$awstatsPackageRootDir/Config/awstats.imscp_tpl.conf\"\n    )->get();\n    return 1 unless defined $tplFileContent;\n\n    local $@;\n    my $row = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        $dbh->selectrow_hashref( 'SELECT admin_name FROM admin WHERE admin_id = ?', undef, $data->{'DOMAIN_ADMIN_ID'} );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    } elsif ( !$row ) {\n        error( sprintf( \"Couldn't retrieve data for admin with ID %d\", $data->{'DOMAIN_ADMIN_ID'} ));\n        return 1;\n    }\n\n    my $tags = {\n        #ALIAS               => \"$data->{'DOMAIN_TYPE'}$data->{'DOMAIN_ID'}.$::imscpConfig{'BASE_SERVER_VHOST'}\",\n        AUTH_USER           => \"$row->{'admin_name'}\",\n        AWSTATS_CACHE_DIR   => $::imscpConfig{'AWSTATS_CACHE_DIR'},\n        AWSTATS_ENGINE_DIR  => $::imscpConfig{'AWSTATS_ENGINE_DIR'},\n        AWSTATS_WEB_DIR     => $::imscpConfig{'AWSTATS_WEB_DIR'},\n        CMD_LOGRESOLVEMERGE => \"perl $awstatsPackageRootDir/Scripts/logresolvemerge.pl\",\n        DOMAIN_NAME         => $data->{'DOMAIN_NAME'},\n        LOG_DIR             => \"$self->{'httpd'}->{'config'}->{'HTTPD_LOG_DIR'}/$data->{'DOMAIN_NAME'}\"\n    };\n\n    $tplFileContent = process( $tags, $tplFileContent );\n\n    my $file = iMSCP::File->new(\n        filename => \"$::imscpConfig{'AWSTATS_CONFIG_DIR'}/awstats.$data->{'DOMAIN_NAME'}.conf\"\n    );\n    $file->set( $tplFileContent );\n    my $rs = $file->save();\n    $rs ||= $file->owner( $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'} );\n    $rs ||= $file->mode( 0644 );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/WebStatistics/AWStats/Config/01_awstats.conf",
    "content": "AuthnCacheSOCache shmcb:${APACHE_RUN_DIR}/authn_cache(512000)\n\nAlias /awstatsicons/ {AWSTATS_WEB_DIR}/icon/\n<Directory {AWSTATS_WEB_DIR}/icon/>\n    Options FollowSymLinks\n    AllowOverride None\n    Require all granted\n</Directory>\n\nListen 127.0.0.1:8889\n\n<VirtualHost 127.0.0.1:8889>\n    <Location />\n        AuthType Basic\n        AuthName \"AWStats\"\n        AuthBasicProvider socache file\n        AuthnCacheProvideFor file\n        AuthUserFile {AWSTATS_AUTH_USER_FILE_PATH}\n        Require valid-user\n    </Location>\n\n    RewriteEngine on\n    RewriteRule ^/stats/(.+)/$ http://127.0.0.1:8889/awstats/?config=$1 [P]\n    RewriteRule ^/stats/(.+)/awstats.pl(.*)$ http://127.0.0.1:8889/awstats/$1 [P]\n    RewriteRule ^/stats/(.*)$ http://127.0.0.1:8889/stats/$1/ [R]\n\n    ScriptAlias /awstats \"{AWSTATS_ENGINE_DIR}/awstats.pl\"\n    <Directory {AWSTATS_ENGINE_DIR}>\n        Options FollowSymlinks ExecCGI\n        AllowOverride None\n        DirectoryIndex awstats.pl\n        Require all granted\n    </Directory>\n</VirtualHost>\n"
  },
  {
    "path": "engine/PerlLib/Package/WebStatistics/AWStats/Config/awstats.imscp_tpl.conf",
    "content": "# AWSTATS CONFIGURE FILE 6.95\n#-----------------------------------------------------------------------------\n# Copy this file into awstats.www.mydomain.conf and edit this new config file\n# to setup AWStats (See documentation in docs/ directory).\n# The config file must be in /etc/awstats, /usr/local/etc/awstats or /etc (for\n# Unix/Linux) or same directory than awstats.pl (Windows, Mac, Unix/Linux...)\n# To include an environment variable in any parameter (AWStats will replace\n# it with its value when reading it), follow the example:\n# Parameter=\"__ENVNAME__\"\n# Note that environment variable AWSTATS_CURRENT_CONFIG is always defined with\n# the config value in an AWStats running session and can be used like others.\n#-----------------------------------------------------------------------------\n# $Revision$ - $Author: eldy $ - $Date: 2009/09/08 17:10:30 $\n\n#-----------------------------------------------------------------------------\n# MAIN SETUP SECTION (Required to make AWStats work)\n#-----------------------------------------------------------------------------\n\n# \"LogFile\" contains the web, ftp or mail server log file to analyze.\n# Possible values: A full path, or a relative path from awstats.pl directory.\n# Example: \"/var/log/apache/access.log\"\n# Example: \"../logs/mycombinedlog.log\"\n# You can also use tags in this filename if you need a dynamic file name\n# depending on date or time (Replacement is made by AWStats at the beginning\n# of its execution). This is available tags :\n#   %YYYY-n  is replaced with 4 digits year we were n hours ago\n#   %YY-n    is replaced with 2 digits year we were n hours ago\n#   %MM-n    is replaced with 2 digits month we were n hours ago\n#   %MO-n    is replaced with 3 letters month we were n hours ago\n#   %DD-n    is replaced with day we were n hours ago\n#   %HH-n    is replaced with hour we were n hours ago\n#   %NS-n    is replaced with number of seconds at 00:00 since 1970\n#   %WM-n    is replaced with the week number in month (1-5)\n#   %Wm-n    is replaced with the week number in month (0-4)\n#   %WY-n    is replaced with the week number in year (01-52)\n#   %Wy-n    is replaced with the week number in year (00-51)\n#   %DW-n    is replaced with the day number in week (1-7, 1=sunday)\n#                              use n=24 if you need (1-7, 1=monday)\n#   %Dw-n    is replaced with the day number in week (0-6, 0=sunday)\n#                              use n=24 if you need (0-6, 0=monday)\n#   Use 0 for n if you need current year, month, day, hour...\n# Example: \"/var/log/access_log.%YYYY-0%MM-0%DD-0.log\"\n# Example: \"C:/WINNT/system32/LogFiles/W3SVC1/ex%YY-24%MM-24%DD-24.log\"\n# You can also use a pipe if log file come from a pipe :\n# Example: \"gzip -d </var/log/apache/access.log.gz |\"\n# If there are several log files from load balancing servers :\n# Example: \"/pathtotools/logresolvemerge.pl *.log |\"\n#\nLogFile=\"{CMD_LOGRESOLVEMERGE} -ignoremissing {LOG_DIR}/access.log.1 {LOG_DIR}/access.log |\"\n\n# Enter the log file type you want to analyze.\n# Possible values:\n#  W - For a web log file\n#  S - For a streaming log file\n#  M - For a mail log file\n#  F - For a ftp log file\n# Example: W\n# Default: W\n#\nLogType=W\n\n# Enter here your log format (Must match your web server config. See setup\n# instructions in documentation to know how to configure your web server to\n# have the required log format).\n# Possible values: 1,2,3,4 or \"your_own_personalized_log_format\"\n# 1 - Apache or Lotus Notes/Domino native combined log format (NCSA combined/XLF/ELF log format)\n# 2 - IIS or ISA format (IIS W3C log format). See FAQ-COM115 For ISA.\n# 3 - Webstar native log format.\n# 4 - Apache or Squid native common log format (NCSA common/CLF log format)\n#     With LogFormat=4, some features (browsers, os, keywords...) can't work.\n# \"your_own_personalized_log_format\" = If your log is ftp, mail or other format,\n#     you must use following keys to define the log format string (See FAQ for\n#     ftp, mail or exotic web log format examples):\n#   %host             Client hostname or IP address (or Sender host for mail log)\n#   %host_r           Receiver hostname or IP address (for mail log)\n#   %lognamequot      Authenticated login/user with format: \"john\"\n#   %logname          Authenticated login/user with format: john\n#   %time1            Date and time with format: [dd/mon/yyyy:hh:mm:ss +0000] or [dd/mon/yyyy:hh:mm:ss]\n#   %time2            Date and time with format: yyyy-mm-dd hh:mm:ss\n#   %time3            Date and time with format: Mon dd hh:mm:ss or Mon dd hh:mm:ss yyyy\n#   %time4            Date and time with unix timestamp format: dddddddddd\n#   %methodurl        Method and URL with format: \"GET /index.html HTTP/x.x\"\n#   %methodurlnoprot  Method and URL with format: \"GET /index.html\"\n#   %method           Method with format: GET\n#   %url              URL only with format: /index.html\n#   %query            Query string (used by URLWithQuery option)\n#   %code             Return code status (with format for web log: 999)\n#   %bytesd           Size of document in bytes\n#   %refererquot      Referer page with format: \"http://from.com/from.htm\"\n#   %referer          Referer page with format: http://from.com/from.htm\n#   %uabracket        User agent with format: [Mozilla/4.0 (compatible, ...)]\n#   %uaquot           User agent with format: \"Mozilla/4.0 (compatible, ...)\"\n#   %ua               User agent with format: Mozilla/4.0_(compatible...)\n#   %gzipin           mod_gzip compression input bytes: In:XXX\n#   %gzipout          mod_gzip compression output bytes & ratio: Out:YYY:ZZpct.\n#   %gzipratio        mod_gzip compression ratio: ZZpct.\n#   %deflateratio     mod_deflate compression ratio with format: (ZZ)\n#   %email            EMail sender (for mail log)\n#   %email_r          EMail receiver (for mail log)\n#   %virtualname      Web sever virtual hostname. Use this tag when same log\n#                     contains data of several virtual web servers. AWStats\n#                     will discard records not in SiteDomain nor HostAliases\n#   %cluster          If log file is provided from several computers (merged by\n#                     logresolvemerge.pl), use this to define cluster id field.\n#   %extraX           Another field that you plan to use for building a\n#                     personalized report with ExtraSection feature (See later).\n#   If your log format has some fields not included in this list, use:\n#   %other            Means another not used field\n#   %otherquot        Means another not used double quoted field\n#\n# Examples for Apache combined logs (following two examples are equivalent):\n# LogFormat = 1\n# LogFormat = \"%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot\"\n#\n# Example for IIS:\n# LogFormat = 2\n#\nLogFormat=1\n\n# If your log field's separator is not a space, you can change this parameter.\n# This parameter is not used if LogFormat is a predefined value (1,2,3,4)\n# Backslash can be used as escape character.\n# Example: \" \"\n# Example: \"\\t\"\n# Example: \"\\|\"\n# Example: \",\"\n# Default: \" \"\n#\nLogSeparator=\" \"\n\n# \"SiteDomain\" must contain the main domain name, or the main intranet web\n# server name, used to reach the web site.\n# If you share the same log file for several virtual web servers, this\n# parameter is used to tell AWStats to filter record that contains records for\n# this virtual host name only (So check that this virtual hostname can be\n# found in your log file and use a personalized log format that include the\n# %virtualname tag).\n# But for multi hosting a better solution is to have one log file for each\n# virtual web server. In this case, this parameter is only used to generate\n# full URL's links when ShowLinksOnUrl option is set to 1.\n# If analyzing mail log, enter here the domain name of mail server.\n# Example: \"myintranetserver\"\n# Example: \"www.domain.com\"\n# Example: \"ftp.domain.com\"\n# Example: \"domain.com\"\n#\nSiteDomain=\"{DOMAIN_NAME}\"\n\n# Enter here all other possible domain names, addresses or virtual host\n# aliases someone can use to access your site. Try to keep only the minimum\n# number of possible names/addresses to have the best performances.\n# You can repeat the \"SiteDomain\" value in this list.\n# This parameter is used to analyze referer field in log file and to help\n# AWStats to know if a referer URL is a local URL of same site or an URL of\n# another site.\n# Note: Use space between each value.\n# Note: You can use regular expression values writing value with REGEX[value].\n# Note: You can also use @/mypath/myfile if list of aliases are in a file.\n# Example: \"www.myserver.com localhost 127.0.0.1 REGEX[mydomain\\.(net|org)$]\"\n#\nHostAliases=\"www.{DOMAIN_NAME} {ALIAS}.{DOMAIN_NAME}\"\n\n# If you want to have hosts reported by name instead of ip address, AWStats\n# need to make reverse DNS lookups (if not already done in your log file).\n# With DNSLookup to 0, all hosts will be reported by their IP addresses and\n# not by the full hostname of visitors (except if names are already available\n# in log file).\n# If you want/need to set DNSLookup to 1, don't forget that this will reduce\n# dramatically AWStats update process speed. Do not use on large web sites.\n# Note: Reverse DNS lookup is done on IPv4 only (Enable ipv6 plugin for IPv6).\n# Note: Result of DNS Lookup can be used to build the Country report. However\n# it is highly recommanded to enable the plugin 'geoip' or 'geoipfree' to\n# have an accurate Country report with no need of DNS Lookup.\n# Possible values:\n# 0 - No DNS Lookup\n# 1 - DNS Lookup is fully enabled\n# 2 - DNS Lookup is made only from static DNS cache file (if it exists)\n# Default: 2\nDNSLookup=2\n\n# When AWStats updates its statistics, it stores results of its analysis in \n# files (AWStats database). All those files are written in the directory\n# defined by the \"DirData\" parameter. Set this value to the directory where\n# you want AWStats to save its database and working files into.\n# Warning: If you want to be able to use the \"AllowToUpdateStatsFromBrowser\"\n# feature (see later), you need \"Write\" permissions by web server user on this\n# directory (and \"Modify\" for Windows NTFS file systems).\n# Example: \"/var/lib/awstats\"\n# Example: \"../data\"\n# Example: \"C:/awstats_data_dir\"\n# Default: \".\"          (means same directory as awstats.pl)\n#\nDirData=\"{AWSTATS_CACHE_DIR}\"\n\n# Relative or absolute web URL of your awstats cgi-bin directory.\n# This parameter is used only when AWStats is run from command line\n# with -output option (to generate links in HTML reported page).\n# Example: \"/awstats\"\n# Default: \"/cgi-bin\"   (means awstats.pl is in \"/yourwwwroot/cgi-bin\")\n#\nDirCgi=\"{AWSTATS_ENGINE_DIR}\"\n\n# Relative or absolute web URL of your awstats icon directory.\n# If you build static reports (\"... -output > outputpath/output.html\"), enter\n# path of icon directory relative to the output directory 'outputpath'.\n# Example: \"/awstatsicons\"\n# Example: \"../icon\"\n# Default: \"/icon\" (means you must copy icon directories in \"/mywwwroot/icon\")\n#\nDirIcons=\"/awstatsicons\"\n\n# When this parameter is set to 1, AWStats adds a button on report page to\n# allow to \"update\" statistics from a web browser. Warning, when \"update\" is\n# made from a browser, AWStats is run as a CGI by the web server user defined\n# in your web server (user \"nobody\" by default with Apache, \"IUSR_XXX\" with\n# IIS), so the \"DirData\" directory and all already existing history files\n# awstatsMMYYYY[.xxx].txt must be writable by this user. Change permissions if\n# necessary to \"Read/Write\" (and \"Modify\" for Windows NTFS file systems).\n# Warning: Update process can be long so you might experience \"time out\"\n# browser errors if you don't launch AWStats frequently enough.\n# When set to 0, update is only made when AWStats is run from the command\n# line interface (or a task scheduler).\n# Possible values: 0 or 1\n# Default: 0\n#\nAllowToUpdateStatsFromBrowser=0\n\n# AWStats saves and sorts its database on a month basis (except if using\n# databasebreak option from command line). \n# However, if you choose the -month=all from command line or\n# value '-Year-' from CGI combo form to have a report for all year, AWStats\n# needs to reload all data for full year (each month), and sort them,\n# requiring a large amount of time, memory and CPU. This might be a problem\n# for web hosting providers that offer AWStats for large sites, on shared\n# servers, to non CPU cautious customers.\n# For this reason, the 'full year' is only enabled on Command Line by default.\n# You can change this by setting this parameter to 0, 1, 2 or 3.\n# Possible values:\n#  0 - Never allowed\n#  1 - Allowed on CLI only, -Year- value in combo is not visible\n#  2 - Allowed on CLI only, -Year- value in combo is visible but not allowed\n#  3 - Possible on CLI and CGI\n# Default: 2\n#\nAllowFullYearView=1\n\n#-----------------------------------------------------------------------------\n# OPTIONAL SETUP SECTION (Not required but increase AWStats features)\n#-----------------------------------------------------------------------------\n\n# When the update process runs, AWStats can set a lock file in TEMP or TMP\n# directory. This lock is to avoid to have 2 update processes running at the\n# same time to prevent unknown conflicts problems and avoid DoS attacks when\n# AllowToUpdateStatsFromBrowser is set to 1.\n# Because, when you use lock file, you can experience sometimes problems in\n# lock file not correctly removed (killed process for example requires that\n# you remove the file manualy), this option is not enabled by default (Do\n# not enable this option with no console server access).\n# Change : Effective immediatly\n# Possible values: 0 or 1\n# Default: 0\n#\nEnableLockForUpdate=0\n\n# AWStats can do reverse DNS lookups through a static DNS cache file that was\n# previously created manually. If no path is given in static DNS cache file\n# name, AWStats will search DirData directory. This file is never changed.\n# This option is not used if DNSLookup=0.\n# Note: DNS cache file format is 'minsince1970 ipaddress resolved_hostname'\n# or just 'ipaddress resolved_hostname'\n# Change : Effective for new updates only\n# Example: \"/mydnscachedir/dnscache\"\n# Default: \"dnscache.txt\"\n#\nDNSStaticCacheFile=\"dnscache.txt\"\n\n# AWStats can do reverse DNS lookups through a DNS cache file that was created\n# by a previous run of AWStats. This file is erased and recreated after each\n# statistics update process. You don't need to create and/or edit it.\n# AWStats will read and save this file in DirData directory.\n# This option is used only if DNSLookup=1.\n# Note: If a DNSStaticCacheFile is available, AWStats will check for DNS\n# lookup in DNSLastUpdateCacheFile after checking into DNSStaticCacheFile.\n# Change : Effective for new updates only\n# Example: \"/mydnscachedir/dnscachelastupdate\"\n# Default: \"dnscachelastupdate.txt\"\n#\nDNSLastUpdateCacheFile=\"dnscachelastupdate.txt\"\n\n# You can specify specific IP addresses that should NOT be looked up in DNS.\n# This option is used only if DNSLookup=1.\n# Note: Use space between each value.\n# Note: You can use regular expression values writing value with REGEX[value].\n# Change : Effective for new updates only\n# Example: \"123.123.123.123 REGEX[^192\\.168\\.]\"\n# Default: \"\"\n#\nSkipDNSLookupFor=\"\"\n\n# The following two parameters allow you to protect a config file from being\n# read by AWStats when called from a browser if web user has not been\n# authenticated. Your AWStats program must be in a web protected \"realm\" (With\n# Apache, you can use .htaccess files to do so. With other web servers, see\n# your server setup manual).\n# Change : Effective immediatly\n# Possible values: 0 or 1\n# Default: 0\n#\nAllowAccessFromWebToAuthenticatedUsersOnly=1\n\n# This parameter gives the list of all authorized authenticated users to view\n# statistics for this domain/config file. This parameter is used only if\n# AllowAccessFromWebToAuthenticatedUsersOnly is set to 1.\n# Change : Effective immediatly\n# Example: \"user1 user2\"\n# Example: \"__REMOTE_USER__\"\n# Default: \"\"\n#\nAllowAccessFromWebToFollowingAuthenticatedUsers=\"{AUTH_USER}\"\n\n# When this parameter is defined to something, the IP address of the user that\n# reads its statistics from a browser (when AWStats is used as a CGI) is\n# checked and must match one of the IP address values or ranges.\n# Change : Effective immediatly\n# Example: \"127.0.0.1 123.123.123.1-123.123.123.255\"\n# Default: \"\"\n#\nAllowAccessFromWebToFollowingIPAddresses=\"127.0.0.1\"\n\n# If the \"DirData\" directory (see above) does not exist, AWStats return an\n# error. However, you can ask AWStats to create it.\n# This option can be used by some Web Hosting Providers that has defined a \n# dynamic value for DirData (for example DirData=\"/home/__REMOTE_USER__\") and\n# don't want to have to create a new directory each time they add a new user.\n# Change : Effective immediatly\n# Possible values: 0 or 1\n# Default: 0\n#\nCreateDirDataIfNotExists=0\n\n# You can choose in which format the Awstats history database is saved.\n# Note: Using \"xml\" format make AWStats building database files three times\n# larger than using \"text\" format.\n# Change : Database format is switched after next update\n# Possible values: text or xml\n# Default: text\n#\nBuildHistoryFormat=text\n\n# If you prefer having the report output pages be built as XML compliant pages\n# instead of simple HTML pages, you can set this to 'xhtml' (May not work\n# properly with old browsers).\n# Change : Effective immediatly\n# Possible values: html or xhtml\n# Default: html\n#\nBuildReportFormat=html\n\n# AWStats databases can be updated from command line of from a browser (when\n# used as a cgi program). So AWStats database files need write permission\n# for both command line user and default web server user (nobody for Unix,\n# IUSR_xxx for IIS/Windows,...).\n# To avoid permission problems between update process (run by an admin user)\n# and CGI process (ran by a low level user), AWStats can save its database \n# files with read and write permissions for everyone.\n# By default, AWStats keeps default user permissions on updated files. If you \n# set AllowToUpdateStatsFromBrowser to 1, you can change this parameter to 1.\n# Change : Effective for new updates only\n# Possible values: 0 or 1\n# Default: 0\n#\nSaveDatabaseFilesWithPermissionsForEveryone=0\n\n# AWStats can purge log file, after analyzing it. Note that AWStats is able\n# to detect new lines in a log file, to process only them, so you can launch\n# AWStats as often as you want, even with this parameter to 0.\n# With 0, no purge is made, so you must use a scheduled task or a web server\n# that make this purge frequently.\n# With 1, the purge of the log file is made each time AWStats update is run.\n# This parameter doesn't work with IIS (This web server doesn't let its log\n# file to be purged).\n# Change : Effective for new updates only\n# Possible values: 0 or 1\n# Default: 0\n#\nPurgeLogFile=0\n\n# When PurgeLogFile is setup to 1, AWStats will clean your log file after\n# processing it. You can however keep an archive file of all processed log\n# records by setting this parameter (For example if you want to use another\n# log analyzer). The archived log file is saved in \"DirData\" with name\n# awstats_archive.configname[.suffix].log\n# This parameter is not used if PurgeLogFile=0\n# Change : Effective for new updates only\n# Possible values: 0, 1, or tags (See LogFile parameter) for suffix\n# Example: 1\n# Example: %YYYY%MM%DD\n# Default: 0\n#\nArchiveLogRecords=0\n\n# Each time you run the update process, AWStats overwrites the 'historic file'\n# for the month (awstatsMMYYYY[.*].txt) with the updated one.\n# When write errors occurs (IO, disk full,...), this historic file can be\n# corrupted and must be deleted. Because this file contains information of all\n# past processed log files, you will loose old stats if removed. So you can\n# ask AWStats to save last non corrupted file in a .bak file. This file is\n# stored in \"DirData\" directory with other 'historic files'.\n# Change : Effective for new updates only\n# Possible values: 0 or 1\n# Default: 0\n#\nKeepBackupOfHistoricFiles=0\n\n# Default index page name for your web server.\n# Change : Effective for new updates only\n# Example: \"index.php index.html default.html\"\n# Default: \"index.php index.html\"\n#\nDefaultFile=\"index.html index.php index.htm\"\n\n# Do not include access from clients that match following criteria.\n# If your log file contains IP addresses in host field, you must enter here\n# matching IP addresses criteria.\n# If DNS lookup is already done in your log file, you must enter here hostname\n# criteria, else enter ip address criteria.\n# The opposite parameter of \"SkipHosts\" is \"OnlyHosts\".\n# Note: Use space between each value. This parameter is not case sensitive.\n# Note: You can use regular expression values writing value with REGEX[value].\n# Change : Effective for new updates only\n# Example: \"127.0.0.1 REGEX[^192\\.168\\.] REGEX[^10\\.]\"\n# Example: \"localhost REGEX[^.*\\.localdomain$]\"\n# Default: \"\"\n#\nSkipHosts=\"\"\n\n# Do not include access from clients with a user agent that match following\n# criteria. If you want to exclude a robot, you should update the robots.pm\n# file instead of this parameter.\n# The opposite parameter of \"SkipUserAgents\" is \"OnlyUserAgents\".\n# Note: Use space between each value. This parameter is not case sensitive.\n# Note: You can use regular expression values writing value with REGEX[value].\n# Change : Effective for new updates only\n# Example: \"konqueror REGEX[ua_test_v\\d\\.\\d]\"\n# Default: \"\"\n#\nSkipUserAgents=\"\"\n\n# Use SkipFiles to ignore access to URLs that match one of following entries.\n# You can enter a list of not important URLs (like framed menus, hidden pages,\n# etc...) to exclude them from statistics. You must enter here exact relative\n# URL as found in log file, or a matching REGEX value. Check apply on URL with\n# all its query paramaters.\n# For example, to ignore /badpage.php, just add \"/badpage.php\". To ignore all\n# pages in a particular directory, add \"REGEX[^\\/directorytoexclude]\".\n# The opposite parameter of \"SkipFiles\" is \"OnlyFiles\".\n# Note: Use space between each value. This parameter is or not case sensitive\n# depending on URLNotCaseSensitive parameter.\n# Note: You can use regular expression values writing value with REGEX[value].\n# Change : Effective for new updates only\n# Example: \"/badpage.php /page.php?param=x REGEX[^\\/excludedirectory]\"\n# Default: \"\"\n#\nSkipFiles=\"/stats/\"\n\n# Use SkipReferrersBlackList if you want to exclude records coming from a SPAM\n# referrer. Parameter must receive a local file name containing rules applied\n# on referrer field. If parameter is empty, no filter is applied.\n# An example of such a file is available in lib/blacklist.txt\n# You can download updated version at http://www.jayallen.org/comment_spam/\n# Change : Effective for new updates only\n# Example: \"/mylibpath/blacklist.txt\"\n# Default: \"\"\n#\n# WARNING!! Using this feature make AWStats running very slower (5 times slower\n# with black list file provided with AWStats !\n#\nSkipReferrersBlackList=\"\"\n\n# Include in stats, only accesses from hosts that match one of following\n# entries. For example, if you want AWStats to filter access to keep only\n# stats for visits from particular hosts, you can add those host names in\n# this parameter.\n# If DNS lookup is already done in your log file, you must enter here hostname\n# criteria, else enter ip address criteria.\n# The opposite parameter of \"OnlyHosts\" is \"SkipHosts\".\n# Note: Use space between each value. This parameter is not case sensitive.\n# Note: You can use regular expression values writing value with REGEX[value].\n# Change : Effective for new updates only\n# Example: \"127.0.0.1 REGEX[^192\\.168\\.] REGEX[^10\\.]\"\n# Default: \"\"\n#\nOnlyHosts=\"\"\n\n# Include in stats, only accesses from user agent that match one of following\n# entries. For example, if you want AWStats to filter access to keep only\n# stats for visits from particular browsers, you can add their user agents\n# string in this parameter.\n# The opposite parameter of \"OnlyUserAgents\" is \"SkipUserAgents\".\n# Note: Use space between each value. This parameter is not case sensitive.\n# Note: You can use regular expression values writing value with REGEX[value].\n# Change : Effective for new updates only\n# Example: \"msie\"\n# Default: \"\"\n#\nOnlyUserAgents=\"\"\n\n# Include in stats, only accesses from authenticated users that match one of\n# following entries. For example, if you want AWStats to filter access to keep\n# only stats for authenticated users, you can add those users names in\n# this parameter. Useful for statistics for per user ftp logs.\n# Note: Use space between each value. This parameter is not case sensitive.\n# Note: You can use regular expression values writing value with REGEX[value].\n# Change : Effective for new updates only\n# Example: \"john bob REGEX[^testusers]\"\n# Default: \"\"\n#\nOnlyUsers=\"\"\n\n# Include in stats, only accesses to URLs that match one of following entries.\n# For example, if you want AWStats to filter access to keep only stats that\n# match a particular string, like a particular directory, you can add this\n# directory name in this parameter.\n# The opposite parameter of \"OnlyFiles\" is \"SkipFiles\".\n# Note: Use space between each value. This parameter is or not case sensitive\n# depending on URLNotCaseSensitive parameter.\n# Note: You can use regular expression values writing value with REGEX[value].\n# Change : Effective for new updates only\n# Example: \"REGEX[marketing_directory] REGEX[office\\/.*\\.(csv|sxw)$]\"\n# Default: \"\"\n#\nOnlyFiles=\"\"\n\n# Add here a list of kind of url (file extension) that must be counted as\n# \"Hit only\" and not as a \"Hit\" and \"Page/Download\". You can set here all\n# image extensions as they are hit downloaded that must be counted but they\n# are not viewed pages. URLs with such extensions are not included in the TOP\n# Pages/URL report.\n# Note: If you want to exclude particular URLs from stats (No Pages and no\n# Hits reported), you must use SkipFiles parameter.\n# Change : Effective for new updates only\n# Example: \"css js class gif jpg jpeg png bmp ico rss xml swf zip arj rar gz z bz2 wav mp3 wma mpg avi\"\n# Example: \"\"\n# Default: \"css js class gif jpg jpeg png bmp ico rss xml swf\"\n#\nNotPageList=\"css js class gif jpg jpeg png bmp ico rss xml swf\"\n\n# By default, AWStats considers that records found in web log file are\n# successful hits if HTTP code returned by server is a valid HTTP code (200\n# and 304). Any other code are reported in HTTP status chart.\n# Note that HTTP 'control codes', like redirection (302, 305) are not added by\n# default in this list as they are not pages seen by a visitor but are\n# protocol exchange codes to tell the browser to ask another page. Because\n# this other page will be counted and seen with a 200 or 304 code, if you \n# add such codes, you will have 2 pages viewed reported for only one in facts.\n# Change : Effective for new updates only\n# Example: \"200 304 302 305\"\n# Default: \"200 304\"\n#\nValidHTTPCodes=\"200 304\"\n\n# By default, AWStats considers that records found in mail log file are\n# successful mail transfers if field that represent return code in analyzed\n# log file match values defined by this parameter.\n# Change : Effective for new updates only\n# Example: \"1 250 200\"\n# Default: \"1 250\"\n#\nValidSMTPCodes=\"1 250\"\n\n# Some web servers on some Operating systems (IIS-Windows) consider that a\n# login with same value but different case are the same login. To tell AWStats\n# to also consider them as one, set this parameter to 1.\n# Change : Effective for new updates only\n# Possible values: 0 or 1\n# Default: 0\n# \nAuthenticatedUsersNotCaseSensitive=0\n\n# Some web servers on some Operating systems (IIS-Windows) considers that two\n# URLs with same value but different case are the same URL. To tell AWStats to\n# also considers them as one, set this parameter to 1.\n# Change : Effective for new updates only\n# Possible values: 0 or 1\n# Default: 0\n# \nURLNotCaseSensitive=0\n\n# Keep or remove the anchor string you can find in some URLs.\n# Change : Effective for new updates only\n# Possible values: 0 or 1\n# Default: 0\n#\nURLWithAnchor=0\n\n# In URL links, \"?\" char is used to add parameter's list in URLs. Syntax is:\n# /mypage.html?param1=value1&param2=value2\n# However, some servers/sites use also other chars to isolate dynamic part of\n# their URLs. You can complete this list with all such characters.\n# Change : Effective for new updates only\n# Example: \"?;,\"\n# Default: \"?;\"\n#\nURLQuerySeparators=\"?;\"\n\n# Keep or remove the query string to the URL in the statistics for individual\n# pages. This is primarily used to differentiate between the URLs of dynamic\n# pages. If set to 1, mypage.html?id=x and mypage.html?id=y are counted as two\n# different pages.\n# Warning, when set to 1, memory required to run AWStats is dramatically\n# increased if you have a lot of changing URLs (for example URLs with a random\n# id inside). Such web sites should not set this option to 1 or use seriously\n# the next parameter URLWithQueryWithOnlyFollowingParameters (or eventually \n# URLWithQueryWithoutFollowingParameters).\n# Change : Effective for new updates only\n# Possible values:\n# 0 - URLs are cleaned from the query string (ie: \"/mypage.html\")\n# 1 - Full URL with query string is used     (ie: \"/mypage.html?p=x&q=y\")\n# Default: 0\n# \nURLWithQuery=0\n\n# When URLWithQuery is on, you will get the full URL with all parameters in\n# URL reports. But among thoose parameters, sometimes you don't need a\n# particular parameter because it does not identify the page or because it's\n# a random ID changing for each access even if URL points to same page. In\n# such cases, it is higly recommanded to ask AWStats to keep only parameters\n# you need (if you know them) before counting, manipulating and storing URL.\n# Enter here list of wanted parameters. For example, with \"param\", one hit on\n# /mypage.cgi?param=abc&id=Yo4UomP9d  and  /mypage.cgi?param=abc&id=Mu8fdxl3r\n# will be reported as 2 hits on /mypage.cgi?param=abc\n# This parameter is not used when URLWithQuery is 0 and can't be used with\n# URLWithQueryWithoutFollowingParameters.\n# Change : Effective for new updates only\n# Example: \"param\"\n# Default: \"\"\n# \nURLWithQueryWithOnlyFollowingParameters=\"\"\n\n# When URLWithQuery is on, you will get the full URL with all parameters in\n# URL reports. But among thoose parameters, sometimes you don't need a\n# particular parameter because it does not identify the page or because it's\n# a random ID changing for each access even if URL points to same page. In\n# such cases, it is higly recommanded to ask AWStats to remove such parameters\n# from the URL before counting, manipulating and storing URL. Enter here list\n# of all non wanted parameters. For example if you enter \"id\", one hit on\n# /mypage.cgi?param=abc&id=Yo4UomP9d  and  /mypage.cgi?param=abc&id=Mu8fdxl3r\n# will be reported as 2 hits on /mypage.cgi?param=abc\n# This parameter is not used when URLWithQuery is 0 and can't be used with\n# URLWithQueryWithOnlyFollowingParameters.\n# Change : Effective for new updates only\n# Example: \"PHPSESSID jsessionid\"\n# Default: \"\"\n# \nURLWithQueryWithoutFollowingParameters=\"\"\n\n# Keep or remove the query string to the referrer URL in the statistics for\n# external referrer pages. This is used to differentiate between the URLs of\n# dynamic referrer pages. If set to 1, mypage.html?id=x and mypage.html?id=y\n# are counted as two different referrer pages.\n# Change : Effective for new updates only\n# Possible values:\n# 0 - Referrer URLs are cleaned from the query string (ie: \"/mypage.html\")\n# 1 - Full URL with query string is used      (ie: \"/mypage.html?p=x&q=y\")\n# Default: 0\n# \nURLReferrerWithQuery=0\n\n# AWStats can detect setup problems or show you important informations to have\n# a better use. Keep this to 1, except if AWStats says you can change it.\n# Change : Effective immediatly\n# Possible values: 0 or 1\n# Default: 1\n#\nWarningMessages=1\n\n# When an error occurs, AWStats outputs a message related to errors. If you\n# want (in most cases for security reasons) to have no error messages, you\n# can set this parameter to your personalized generic message.\n# Change : Effective immediatly\n# Example: \"An error occurred. Contact your Administrator\"\n# Default: \"\"\n#\nErrorMessages=\"\"\n\n# AWStat can be run with debug=x parameter to output various informations\n# to help in debugging or solving troubles. If you want to allow this (not\n# enabled by default for security reasons), set this parameter to 0.\n# Change : Effective immediatly\n# Possible values: 0 or 1\n# Default: 0\n#\nDebugMessages=0\n\n# To help you to detect if your log format is good, AWStats reports an error\n# if all the first NbOfLinesForCorruptedLog lines have a format that does not\n# match the LogFormat parameter.\n# However, some worm virus attack on your web server can result in a very high\n# number of corrupted lines in your log. So if you experience awstats stop\n# because of bad virus records at the beginning of your log file, you can\n# increase this parameter (very rare).\n# Change : Effective for new updates only\n# Default: 50\n#\nNbOfLinesForCorruptedLog=50\n\n# For some particular integration needs, you may want to have CGI links to\n# point to another script than awstats.pl.\n# Use the name of this script in WrapperScript parameter.\n# Change : Effective immediatly\n# Example: \"awstatslauncher.pl\"\n# Default: \"\"\n#\nWrapperScript=\"\"\n\n# DecodeUA must be set to 1 if you use Roxen web server. This server converts\n# all spaces in user agent field into %20. This make the AWStats robots, OS\n# and browsers detection fail in some cases. Just change it to 1 if and only\n# if your web server is Roxen.\n# Change : Effective for new updates only\n# Possible values: 0 or 1\n# Default: 0\n#\nDecodeUA=0\n\n# MiscTrackerUrl can be used to make AWStats able to detect some miscellaneous\n# things, that can not be tracked on other way, like:\n# - Javascript disabled\n# - Java enabled\n# - Screen size\n# - Color depth\n# - Macromedia Director plugin\n# - Macromedia Shockwave plugin\n# - Realplayer G2 plugin\n# - QuickTime plugin\n# - Mediaplayer plugin\n# - Acrobat PDF plugin\n# To enable all these features, you must copy the awstats_misc_tracker.js file\n# into a /js/ directory stored in your web document root and add the following\n# HTML code at the end of your index page (but before </BODY>) :\n#\n# <script type=\"text/javascript\" src=\"/js/awstats_misc_tracker.js\"></script>\n# <noscript><img src=\"/js/awstats_misc_tracker.js?nojs=y\" height=0 width=0 border=0 style=\"display: none\"></noscript>\n#\n# If code is not added in index page, all those detection capabilities will be\n# disabled. You must also check that ShowScreenSizeStats and ShowMiscStats\n# parameters are set to 1 to make results appear in AWStats report page.\n# If you want to use another directory than /js/, you must also change the\n# awstatsmisctrackerurl variable into the awstats_misc_tracker.js file.\n# Change : Effective for new updates only.\n# Possible value: URL of javascript tracker file added in your HTML code.\n# Default: \"/js/awstats_misc_tracker.js\"\n#\nMiscTrackerUrl=\"/js/awstats_misc_tracker.js\"\n\n#-----------------------------------------------------------------------------\n# OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features)\n#-----------------------------------------------------------------------------\n\n# The following values allow you to define accuracy of AWStats entities\n# (robots, browsers, os, referers, file types) detection.\n# It might be a good idea for large web sites or ISP that provides AWStats to\n# high number of customers, to set this parameter to 1 (or 0), instead of 2.\n# Possible values:\n#    0      = No detection,\n#    1      = Medium/Standard detection\n#    2      = Full detection\n# Change : Effective for new updates only\n# Note   : LevelForBrowsersDetection can also accept value \"allphones\". This\n#          enable detailed detection of phone/pda browsers.\n# Default: 2 (0 for LevelForWormsDetection)\n#\nLevelForBrowsersDetection=2         # 0 disables Browsers detection.\n                                    # 2 reduces AWStats speed by 2%\n                                    # allphones reduces AWStats speed by 5%\nLevelForOSDetection=2               # 0 disables OS detection.\n                                    # 2 reduces AWStats speed by 3%\nLevelForRefererAnalyze=2            # 0 disables Origin detection.\n                                    # 2 reduces AWStats speed by 14%\nLevelForRobotsDetection=2           # 0 disables Robots detection.\n                                    # 2 reduces AWStats speed by 2.5%\nLevelForSearchEnginesDetection=2    # 0 disables Search engines detection.\n                                    # 2 reduces AWStats speed by 9%\nLevelForKeywordsDetection=2         # 0 disables Keyphrases/Keywords detection.\n                                    # 2 reduces AWStats speed by 1%\nLevelForFileTypesDetection=2        # 0 disables File types detection.\n                                    # 2 reduces AWStats speed by 1%\nLevelForWormsDetection=0            # 0 disables Worms detection.\n                                    # 2 reduces AWStats speed by 15%\n\n#-----------------------------------------------------------------------------\n# OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features)\n#-----------------------------------------------------------------------------\n\n# When you use AWStats as a CGI, you can have the reports shown in HTML frames.\n# Frames are only available for report viewed dynamically. When you build\n# pages from command line, this option is not used and no frames are built.\n# Possible values: 0 or 1\n# Default: 1\n#\nUseFramesWhenCGI=1\n\n# This parameter asks your browser to open detailed reports into a different\n# window than the main page.\n# Possible values:\n# 0 - Open all in same browser window\n# 1 - Open detailed reports in another window except if using frames\n# 2 - Open always in a different window even if reports are framed\n# Default: 1\n#\nDetailedReportsOnNewWindows=1\n\n# You can add, in the HTML report page, a cache lifetime (in seconds) that\n# will be returned to the browser in HTTP header answer by server.\n# This parameter is not used when reports are built with -staticlinks option.\n# Example: 3600\n# Default: 0\n#\nExpires=0\n\n# To avoid too large web pages, you can ask AWStats to limit number of rows of\n# all reported charts to this number when no other limits apply.\n# Default: 1000\n#\nMaxRowsInHTMLOutput=1000\n\n# Set your primary language (ISO-639-1 language codes).\n# Possible values:\n#  Albanian=al, Bosnian=ba, Bulgarian=bg, Catalan=ca,\n#  Chinese (Taiwan)=tw, Chinese (Simpliefied)=cn, Croatian=hr, Czech=cz,\n#  Danish=dk, Dutch=nl, English=en, Estonian=et, Euskara=eu, Finnish=fi,\n#  French=fr, Galician=gl, German=de, Greek=gr, Hebrew=he, Hungarian=hu,\n#  Icelandic=is, Indonesian=id, Italian=it, Japanese=jp, Korean=ko,\n#  Latvian=lv, Norwegian (Nynorsk)=nn, Norwegian (Bokmal)=nb, Polish=pl,\n#  Portuguese=pt, Portuguese (Brazilian)=br, Romanian=ro, Russian=ru,\n#  Serbian=sr, Slovak=sk, Slovenian=si, Spanish=es, Swedish=se, Turkish=tr,\n#  Ukrainian=ua, Welsh=cy.\n#  First available language accepted by browser=auto\n# Default: \"auto\"\n#\nLang=\"auto\"\n\n# Set the location of language files.\n# Example: \"/usr/share/awstats/lang\"\n# Default: \"./lang\" (means lang directory is in same location than awstats.pl)\n#\nDirLang=\"{AWSTATS_WEB_DIR}/lang\"\n\n\n# Show menu header with reports' links\n# Possible values: 0 or 1\n# Default: 1\n#\nShowMenu=1\n\n# You choose here which reports you want to see in the main page and what you\n# want to see in those reports.\n# Possible values:\n#  0  - Report is not shown at all\n#  1  - Report is shown in main page with an entry in menu and default columns\n# XYZ - Report shows column informations defined by code X,Y,Z...\n#       X,Y,Z... are code letters among the following:\n#        U = Unique visitors\n#        V = Visits\n#        P = Number of pages\n#        H = Number of hits (or mails)\n#        B = Bandwith (or total mail size for mail logs)\n#        L = Last access date\n#        E = Entry pages\n#        X = Exit pages\n#        C = Web compression (mod_gzip,mod_deflate)\n#        M = Average mail size (mail logs)\n#\n\n# Show monthly summary\n# Context: Web, Streaming, Mail, Ftp\n# Default: UVPHB, Possible column codes: UVPHB\nShowSummary=UVPHB\n\n# Show monthly chart\n# Context: Web, Streaming, Mail, Ftp\n# Default: UVPHB, Possible column codes: UVPHB\nShowMonthStats=UVPHB\n\n# Show days of month chart\n# Context: Web, Streaming, Mail, Ftp\n# Default: VPHB, Possible column codes: VPHB\nShowDaysOfMonthStats=VPHB\n\n# Show days of week chart\n# Context: Web, Streaming, Mail, Ftp\n# Default: PHB, Possible column codes: PHB\nShowDaysOfWeekStats=PHB\n\n# Show hourly chart\n# Context: Web, Streaming, Mail, Ftp\n# Default: PHB, Possible column codes: PHB\nShowHoursStats=PHB\n\n# Show domains/country chart\n# Context: Web, Streaming, Mail, Ftp\n# Default: PHB, Possible column codes: PHB\nShowDomainsStats=PHB\n\n# Show hosts chart\n# Context: Web, Streaming, Mail, Ftp\n# Default: PHBL, Possible column codes: PHBL\nShowHostsStats=PHBL\n\n# Show authenticated users chart\n# Context: Web, Streaming, Ftp\n# Default: 0, Possible column codes: PHBL\nShowAuthenticatedUsers=0\n\n# Show robots chart\n# Context: Web, Streaming\n# Default: HBL, Possible column codes: HBL\nShowRobotsStats=HBL\n\n# Show worms chart\n# Context: Web, Streaming\n# Default: 0 (If set to other than 0, see also LevelForWormsDetection), Possible column codes: HBL\nShowWormsStats=0\n\n# Show email senders chart (For use when analyzing mail log files)\n# Context: Mail\n# Default: 0, Possible column codes: HBML\nShowEMailSenders=0\n\n# Show email receivers chart (For use when analyzing mail log files)\n# Context: Mail\n# Default: 0, Possible column codes: HBML\nShowEMailReceivers=0\n\n# Show session chart\n# Context: Web, Streaming, Ftp\n# Default: 1, Possible column codes: None\nShowSessionsStats=1\n\n# Show pages-url chart.\n# Context: Web, Streaming, Ftp\n# Default: PBEX, Possible column codes: PBEX\nShowPagesStats=PBEX\n\n# Show file types chart.\n# Context: Web, Streaming, Ftp\n# Default: HB, Possible column codes: HBC\nShowFileTypesStats=HB\n\n# Show file size chart (Not yet available)\n# Context: Web, Streaming, Mail, Ftp\n# Default: 1, Possible column codes: None\nShowFileSizesStats=0\n\n# Show operating systems chart\n# Context: Web, Streaming, Ftp\n# Default: 1, Possible column codes: None\nShowOSStats=1\n\n# Show browsers chart\n# Context: Web, Streaming\n# Default: 1, Possible column codes: None\nShowBrowsersStats=1\n\n# Show screen size chart\n# Context: Web, Streaming\n# Default: 0 (If set to 1, see also MiscTrackerUrl), Possible column codes: None\nShowScreenSizeStats=0\n\n# Show origin chart\n# Context: Web, Streaming\n# Default: PH, Possible column codes: PH\nShowOriginStats=PH\n\n# Show keyphrases chart\n# Context: Web, Streaming\n# Default: 1, Possible column codes: None\nShowKeyphrasesStats=1\n\n# Show keywords chart\n# Context: Web, Streaming\n# Default: 1, Possible column codes: None\nShowKeywordsStats=1\n\n# Show misc chart\n# Context: Web, Streaming\n# Default: a (See also MiscTrackerUrl parameter), Possible column codes: anjdfrqwp\nShowMiscStats=a\n\n# Show http errors chart\n# Context: Web, Streaming\n# Default: 1, Possible column codes: None\nShowHTTPErrorsStats=1\n\n# Show smtp errors chart (For use when analyzing mail log files)\n# Context: Mail\n# Default: 0, Possible column codes: None\nShowSMTPErrorsStats=0\n\n# Show the cluster report (Your LogFormat must contains the %cluster tag)\n# Context: Web, Streaming, Ftp\n# Default: 0, Possible column codes: PHB\nShowClusterStats=0\n\n# Some graphical reports are followed by the data array of values.\n# If you don't want this array (to reduce the report size for example), you\n# can set thoose options to 0.\n# Possible values: 0 or 1\n# Default: 1\n#\n# Data array values for the ShowMonthStats report\nAddDataArrayMonthStats=1\n# Data array values for the ShowDaysOfMonthStats report\nAddDataArrayShowDaysOfMonthStats=1\n# Data array values for the ShowDaysOfWeekStats report\nAddDataArrayShowDaysOfWeekStats=1\n# Data array values for the ShowHoursStats report\nAddDataArrayShowHoursStats=1\n\n# In the Origin chart, you have stats on where your hits came from. You can\n# include hits on pages that come from pages of same sites in this chart.\n# Possible values: 0 or 1\n# Default: 0\n#\nIncludeInternalLinksInOriginSection=1\n\n# The following parameters can be used to choose the maximum number of lines\n# shown for the particular following reports.\n#\n# Stats by countries/domains\nMaxNbOfDomain = 10\nMinHitDomain  = 1\n# Stats by hosts\nMaxNbOfHostsShown = 10\nMinHitHost    = 1\n# Stats by authenticated users\nMaxNbOfLoginShown = 10\nMinHitLogin   = 1\n# Stats by robots\nMaxNbOfRobotShown = 10\nMinHitRobot   = 1\n# Stats by pages\nMaxNbOfPageShown = 10\nMinHitFile    = 1\n# Stats by OS\nMaxNbOfOsShown = 10\nMinHitOs      = 1\n# Stats by browsers\nMaxNbOfBrowsersShown = 10\nMinHitBrowser = 1\n# Stats by screen size\nMaxNbOfScreenSizesShown = 5\nMinHitScreenSize = 1\n# Stats by window size (following 2 parameters are not yet used)\nMaxNbOfWindowSizesShown = 5\nMinHitWindowSize = 1\n# Stats by referers\nMaxNbOfRefererShown = 10\nMinHitRefer   = 1\n# Stats for keyphrases\nMaxNbOfKeyphrasesShown = 10\nMinHitKeyphrase = 1\n# Stats for keywords\nMaxNbOfKeywordsShown = 10\nMinHitKeyword = 1\n# Stats for sender or receiver emails\nMaxNbOfEMailsShown = 20\nMinHitEMail   = 1\n\n# Choose if you want the week report to start on sunday or monday\n# Possible values:\n# 0 - Week starts on sunday\n# 1 - Week starts on monday\n# Default: 1\n#\nFirstDayOfWeek=1\n\n# List of visible flags that link to other language translations.\n# See Lang parameter for list of allowed flag/language codes.\n# If you don't want any flag link, set ShowFlagLinks to \"\".\n# This parameter is used only if ShowMenu parameter is set to 1.\n# Possible values: \"\" or \"language_codes_separated_by_space\"\n# Example: \"en es fr nl de\"\n# Default: \"\"\n#\nShowFlagLinks=\"\"\n\n# Each URL, shown in stats report views, are links you can click.\n# Possible values: 0 or 1\n# Default: 1\n#\nShowLinksOnUrl=1\n\n# When AWStats builds HTML links in its report pages, it starts those links\n# with \"http://\". However some links might be HTTPS links, so you can enter\n# here the root of all your HTTPS links. If all your site is a SSL web site,\n# just enter \"/\".\n# This parameter is not used if ShowLinksOnUrl is 0.\n# Example: \"/shopping\"\n# Example: \"/\"\n# Default: \"\"\n#\nUseHTTPSLinkForUrl=\"\"\n\n# Maximum length of URL part shown on stats page (number of characters).\n# This affects only URL visible text, links still work.\n# Default: 64\n#\nMaxLengthOfShownURL=64\n\n# You can enter HTML code that will be added at the top of AWStats reports.\n# Default: \"\"\n#\nHTMLHeadSection=\"\"\n\n# You can enter HTML code that will be added at the end of AWStats reports.\n# Great to add advert ban.\n# Default: \"\"\n#\nHTMLEndSection=\"\"\n\n# By default AWStats page contains meta tag robots=noindex,nofollow\n# If you want to have your statistics to be indexed, set this option to 1. \n# Default: 0\n#\nMetaRobot=0\n\n# You can set Logo and LogoLink to use your own logo.\n# Logo must be the name of image file (must be in $DirIcons/other directory).\n# LogoLink is the expected URL when clicking on Logo.\n# Default: \"awstats_logo6.png\"\n#\nLogo=\"awstats_logo6.png\"\nLogoLink=\"http://awstats.sourceforge.net\"\n\n# Value of maximum bar width/height for horizontal/vertical HTML graphics bars.\n# Default: 260/90\n#\nBarWidth   = 260\nBarHeight  = 90\n\n# You can ask AWStats to use a particular CSS (Cascading Style Sheet) to\n# change its look. To create a style sheet, you can use samples provided with\n# AWStats in wwwroot/css directory.\n# Example: \"/awstatscss/awstats_bw.css\"\n# Example: \"/css/awstats_bw.css\"\n# Default: \"\"\n#\nStyleSheet=\"\"\n\n# Those color parameters can be used (if StyleSheet parameter is not used)\n# to change AWStats look.\n# Example: color_name=\"RRGGBB\"\t# RRGGBB is Red Green Blue components in Hex\n#\ncolor_Background=\"FFFFFF\"\t\t# Background color for main page (Default = \"FFFFFF\")\ncolor_TableBGTitle=\"CCCCDD\"\t\t# Background color for table title (Default = \"CCCCDD\")\ncolor_TableTitle=\"000000\"\t\t# Table title font color (Default = \"000000\")\ncolor_TableBG=\"CCCCDD\"\t\t\t# Background color for table (Default = \"CCCCDD\")\ncolor_TableRowTitle=\"FFFFFF\"\t# Table row title font color (Default = \"FFFFFF\")\ncolor_TableBGRowTitle=\"ECECEC\"\t# Background color for row title (Default = \"ECECEC\")\ncolor_TableBorder=\"ECECEC\"\t\t# Table border color (Default = \"ECECEC\")\ncolor_text=\"000000\"\t\t\t\t# Color of text (Default = \"000000\")\ncolor_textpercent=\"606060\"\t\t# Color of text for percent values (Default = \"606060\")\ncolor_titletext=\"000000\"\t\t# Color of text title within colored Title Rows (Default = \"000000\")\ncolor_weekend=\"EAEAEA\"\t\t\t# Color for week-end days (Default = \"EAEAEA\")\ncolor_link=\"0011BB\"\t\t\t\t# Color of HTML links (Default = \"0011BB\")\ncolor_hover=\"605040\"\t\t\t# Color of HTML on-mouseover links (Default = \"605040\") \ncolor_u=\"FFAA66\"\t\t\t\t# Background color for number of unique visitors (Default = \"FFAA66\")\ncolor_v=\"F4F090\"\t\t\t\t# Background color for number of visites (Default = \"F4F090\")\ncolor_p=\"4477DD\"\t\t\t\t# Background color for number of pages (Default = \"4477DD\")\ncolor_h=\"66DDEE\"\t\t\t\t# Background color for number of hits (Default = \"66DDEE\")\ncolor_k=\"2EA495\"\t\t\t\t# Background color for number of bytes (Default = \"2EA495\")\ncolor_s=\"8888DD\"\t\t\t\t# Background color for number of search (Default = \"8888DD\")\ncolor_e=\"CEC2E8\"\t\t\t\t# Background color for number of entry pages (Default = \"CEC2E8\")\ncolor_x=\"C1B2E2\"\t\t\t\t# Background color for number of exit pages (Default = \"C1B2E2\")\n\n#-----------------------------------------------------------------------------\n# PLUGINS\n#-----------------------------------------------------------------------------\n\n# Add here all plugin files you want to load.\n# Plugin files must be .pm files stored in 'plugins' directory.\n# Uncomment LoadPlugin lines to enable a plugin after checking that perl\n# modules required by the plugin are installed.\n\n# Plugin: Tooltips\n# Perl modules required: None\n# Add some tooltips help on HTML report pages.\n# Note that enabling this kind of help will increased HTML report pages size,\n# so server load and bandwidth.\n#\n#LoadPlugin=\"tooltips\"\n\n# Plugin: DecodeUTFKeys\n# Perl modules required: Encode and URI::Escape\n# Allow AWStats to show correctly (in language charset) keywords/keyphrases\n# strings even if they were UTF8 coded by the referer search engine.\n#\n#LoadPlugin=\"decodeutfkeys\"\n\n# Plugin: IPv6\n# Perl modules required: Net::IP and Net::DNS\n# This plugin gives AWStats capability to make reverse DNS lookup on IPv6\n# addresses.\n# Note: If you are interested in having country report, you should use the\n# geoip or geoipfree plugin instead of enabled reverse DNS lookup.\n#\n#LoadPlugin=\"ipv6\"\n\n# Plugin: HashFiles\n# Perl modules required: Storable\n# AWStats DNS cache files are read/saved as native hash files. This increases\n# DNS cache files loading speed, above all for very large web sites.\n#\n#LoadPlugin=\"hashfiles\"\n\n# Plugin: GeoIP\n# Perl modules required: Geo::IP or Geo::IP::PurePerl (from Maxmind)\n# Country chart is built from an Internet IP-Country database.\n# This plugin is useless for intranet only log files.\n# Note: You must choose between using this plugin (need Perl Geo::IP module \n# from Maxmind, database is free and up to date) or the GeoIPfree plugin\n# (need Perl Geo::IPfree module, database is free but not up to date).\n# There is two versions of Maxmind Country Database:\n# You can get a free version or purchase a license from Maxmind to get/use a more\n# accurate version including updates (http://www.maxmind.com/app/perl?rId=awstat)\n# This plugin reduces AWStats speed of 8% !\n#\n#LoadPlugin=\"geoip GEOIP_STANDARD /pathto/GeoIP.dat\"\n\n# Plugin: GeoIPfree\n# Perl modules required: Geo::IPfree version 0.2+ (from Graciliano M.P.)\n# Country chart is built from an Internet IP-Country database.\n# This plugin is useless for intranet only log files.\n# Note: You must choose between using this plugin (need Perl Geo::IPfree\n# module, database is free but not up to date) or the GeoIP plugin (need\n# Perl Geo::IP module from Maxmind, database is also free and up to date).\n# Note: Activestate provide a corrupted version of Geo::IPfree 0.2 Perl\n# module, so install it from elsewhere (from www.cpan.org for example).\n# This plugin reduces AWStats speed of 10% !\n#\n#LoadPlugin=\"geoipfree\"\n\n# Plugin: GeoIP_Region_Maxmind\n# Perl modules required: Geo::IP (from Maxmind)\n# This plugin add a chart of hits by regions. Only regions for US and \n# Canada can be detected.\n# Note: This plugin need Maxmind GeoIP Perl module AND the region database.\n# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState\n# on Windows but it works great on Linux with default Perl.\n# You need to purchase a license from Maxmind to get/use the Region database.\n# More info on http://www.maxmind.com/app/perl?rId=awstat\n# This plugin reduces AWStats speed.\n#\n#LoadPlugin=\"geoip_region_maxmind GEOIP_STANDARD /pathto/GeoIPRegion.dat\"\n\n# Plugin: GeoIP_City_Maxmind\n# Perl modules required: Geo::IP (from Maxmind)\n# This plugin add a chart of hits by cities (with country and regions\n# informations for major countries).\n# Note: This plugin need Maxmind GeoIP Perl module AND the city database.\n# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState\n# on Windows but it works great on Linux with default Perl.\n# There is two versions of Maxmind City Database:\n# You can get a free version or purchase a license from Maxmind to get/use a more\n# accurate version including updates (http://www.maxmind.com/app/perl?rId=awstat)\n# This plugin reduces AWStats speed.\n#\n#LoadPlugin=\"geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat\"\n\n# Plugin: GeoIP_ISP_Maxmind\n# Perl modules required: Geo::IP (from Maxmind)\n# This plugin add a chart of hits by ISP.\n# Note: This plugin need Maxmind GeoIP Perl module AND the ISP database.\n# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState\n# on Windows but it works great on Linux with default Perl.\n# You need to purchase a license from Maxmind to get/use the ISP database.\n# More info on http://www.maxmind.com/app/perl?rId=awstat\n# This plugin reduces AWStats speed.\n#\n#LoadPlugin=\"geoip_isp_maxmind GEOIP_STANDARD /pathto/GeoIPISP.dat\"\n\n# Plugin: GeoIP_Org_Maxmind\n# Perl modules required: Geo::IP (from Maxmind)\n# This plugin add a chart of hits by Organization name\n# Note: This plugin need Maxmind GeoIP Perl module AND the Org database.\n# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState\n# on Windows but it works great on Linux with default Perl.\n# You need to purchase a license from Maxmind to get/use the Org database.\n# More info on http://www.maxmind.com/app/perl?rId=awstat\n# This plugin reduces AWStats speed.\n#\n#LoadPlugin=\"geoip_org_maxmind GEOIP_STANDARD /pathto/GeoIPOrg.dat\"\n\n# Plugin: UserInfo\n# Perl modules required: None\n# Add a text (Firtname, Lastname, Office Department, ...) in authenticated user\n# reports for each login value.\n# A text file called userinfo.myconfig.txt, with two fields (first is login,\n# second is text to show, separated by a tab char) must be created in DirData\n# directory.\n#\n#LoadPlugin=\"userinfo\"\n\n# Plugin: HostInfo\n# Perl modules required: Net::XWhois\n# Add a column into host chart with a link to open a popup window that shows\n# info on host (like whois records).\n#\n#LoadPlugin=\"hostinfo\"\n\n# Plugin: ClusterInfo\n# Perl modules required: None\n# Add a text (for example a full hostname) in cluster reports for each cluster\n# number.\n# A text file called clusterinfo.myconfig.txt, with two fields (first is\n# cluster number, second is text to show) separated by a tab char. must be\n# created into DirData directory.\n# Note this plugin is useless if ShowClusterStats is set to 0 or if you don't\n# use a personalized log format that contains %cluster tag.\n#\n#LoadPlugin=\"clusterinfo\"\n\n# Plugin: UrlAliases\n# Perl modules required: None\n# Add a text (Page title, description...) in URL reports before URL value.\n# A text file called urlalias.myconfig.txt, with two fields (first is URL,\n# second is text to show, separated by a tab char) must be created into\n# DirData directory.\n#\n#LoadPlugin=\"urlalias\"\n\n# Plugin: TimeHiRes\n# Perl modules required: Time::HiRes (if Perl < 5.8)\n# Time reported by -showsteps option is in millisecond. For debug purpose.\n#\n#LoadPlugin=\"timehires\"\n\n# Plugin: TimeZone\n# Perl modules required: Time::Local\n# Allow AWStats to correct a bad timezone for user of some IIS that use\n# GMT date in its log instead of local server time.\n# This module is useless for Apache and most IIS version.\n# This plugin reduces AWStats speed of 40% !!!!!!!\n#\n#LoadPlugin=\"timezone +2\"\n\n# Plugin: Rawlog\n# Perl modules required: None\n# This plugin adds a form in AWStats main page to allow users to see raw\n# content of current log files. A filter is also available.\n#\n#LoadPlugin=\"rawlog\"\n\n# Plugin: GraphApplet\n# Perl modules required: None\n# Supported charts are built by a 3D graphic applet.\n#\n#LoadPlugin=\"graphapplet /awstatsclasses\"\t\t\t\t# EXPERIMENTAL FEATURE\n\n#-----------------------------------------------------------------------------\n# EXTRA SECTIONS\n#-----------------------------------------------------------------------------\n\n# You can define your own charts, you choose here what are rows and columns\n# keys. This feature is particularly useful for marketing purpose, tracking\n# products orders for example.\n# For this, edit all parameters of Extra section. Each set of parameter is a\n# different chart. For several charts, duplicate section changing the number.\n# Note: Each Extra section reduces AWStats speed by 8%.\n#\n# WARNING: A wrong setup of Extra section might result in too large arrays\n# that will consume all your memory, making AWStats unusable after several\n# updates, so be sure to setup it correctly.\n# In most cases, you don't need this feature.\n#\n# ExtraSectionNameX is title of your personalized chart.\n# ExtraSectionCodeFilterX is list of codes the record code field must match.\n#   Put an empty string for no test on code.\n# ExtraSectionConditionX are conditions you can use to count or not the hit,\n#   Use one of the field condition\n#   (URL,URLWITHQUERY,QUERY_STRING,REFERER,UA,HOSTINLOG,HOST,VHOST,extraX)\n#   and a regex to match, after a coma. Use \"||\" for \"OR\".\n# ExtraSectionFirstColumnTitleX is the first column title of the chart.\n# ExtraSectionFirstColumnValuesX is a string to tell AWStats which field to\n#   extract value from\n#   (URL,URLWITHQUERY,QUERY_STRING,REFERER,UA,HOSTINLOG,HOST,VHOST,extraX)\n#   and how to extract the value (using regex syntax). Each different value\n#   found will appear in first column of report on a different row. Be sure\n#   that list of different possible values will not grow indefinitely.\n# ExtraSectionFirstColumnFormatX is the string used to write value.\n# ExtraSectionStatTypesX are things you want to count. You can use standard\n#   code letters (P for pages,H for hits,B for bandwidth,L for last access).\n# ExtraSectionAddAverageRowX add a row at bottom of chart with average values.\n# ExtraSectionAddSumRowX add a row at bottom of chart with sum values.\n# MaxNbOfExtraX is maximum number of rows shown in chart.\n# MinHitExtraX is minimum number of hits required to be shown in chart.\n#\n\n# Example to report the 20 products the most ordered by \"order.cgi\" script\n#ExtraSectionName1=\"Product orders\"\n#ExtraSectionCodeFilter1=\"200 304\"\n#ExtraSectionCondition1=\"URL,\\/cgi\\-bin\\/order\\.cgi||URL,\\/cgi\\-bin\\/order2\\.cgi\"\n#ExtraSectionFirstColumnTitle1=\"Product ID\"\n#ExtraSectionFirstColumnValues1=\"QUERY_STRING,productid=([^&]+)\"\n#ExtraSectionFirstColumnFormat1=\"%s\"\n#ExtraSectionStatTypes1=PL\n#ExtraSectionAddAverageRow1=0\n#ExtraSectionAddSumRow1=1\n#MaxNbOfExtra1=20\n#MinHitExtra1=1\n\n# There is also a global parameter ExtraTrackedRowsLimit that limits the\n# number of possible rows an ExtraSection can report. This parameter is\n# here to protect too much memory use when you make a bad setup in your\n# ExtraSection. It applies to all ExtraSection independently meaning that\n# none ExtraSection can report more rows than value defined by ExtraTrackedRowsLimit.\n# If you know an ExtraSection will report more rows than its value, you should\n# increase this parameter or AWStats will stop with an error.\n# Example: 2000\n# Default: 500\n#\nExtraTrackedRowsLimit=500\n\n#-----------------------------------------------------------------------------\n# INCLUDES\n#-----------------------------------------------------------------------------\n\n# You can include other config files using the directive with the name of the\n# config file.\n# This is particularly useful for users who have a lot of virtual servers, so\n# a lot of config files and want to maintain common values in only one file.\n# Note that when a variable is defined both in a config file and in an\n# included file, AWStats will use the last value read for parameters that\n# contains one value and AWStats will concat all values from both files for\n# parameters that are lists of values.\n#\n\n#Include \"\"\n"
  },
  {
    "path": "engine/PerlLib/Package/WebStatistics/AWStats/Scripts/awstats_updateall.pl",
    "content": "#!/usr/bin/perl\n#------------------------------------------------------------------------------\n# Launch update process for all config files found in a particular directory.\n# See COPYING.TXT file about AWStats GNU General Public License.\n#------------------------------------------------------------------------------\n\n## i-MSCP Fix to avoid any concurrent process\n# Particularly needed on heavy systems where a process can still be running when another is spawned\n# In case the lock cannot be acquired , just exit.\nuse Fcntl \":flock\";\nopen( my $lockFile, '>', '/tmp/awstats_updateall.pl.lock' ) or die( sprintf( \"Couldn't open lock file: %s\", $! ));\nexit unless flock( $lockFile, LOCK_EX | LOCK_NB );\n\n#------------------------------------------------------------------------------\n# Defines\n#------------------------------------------------------------------------------\nmy $REVISION = '20140126';\nmy $VERSION = \"1.0 (build $REVISION)\";\n\n# Default value of DIRCONFIG\nmy $DIRCONFIG = \"/etc/awstats\";\n\nmy $Debug = 0;\nmy $Awstats = 'awstats.pl';\nmy $AwstatsDir = '';\nmy $AwstatsProg = '';\nmy $LastLine = '';\n\n#------------------------------------------------------------------------------\n# Functions\n#------------------------------------------------------------------------------\n\n#------------------------------------------------------------------------------\n# Function:     Write error message and exit\n# Parameters:   $message\n# Input:        None\n# Output:       None\n# Return:       None\n#------------------------------------------------------------------------------\nsub error\n{\n    print STDERR \"Error: $_[0].\\n\";\n    exit 1;\n}\n\n#------------------------------------------------------------------------------\n# Function:     Write debug message and exit\n# Parameters:   $string $level\n# Input:        %HTMLOutput  $Debug=required level  $DEBUGFORCED=required level forced\n# Output:       None\n# Return:       None\n#------------------------------------------------------------------------------\nsub debug\n{\n    my $level = $_[1] || 1;\n    if ( $Debug >= $level ) {\n        my $debugstring = $_[0];\n        if ( $ENV{\"GATEWAY_INTERFACE\"} ) {\n            $debugstring =~ s/^ /&nbsp&nbsp /;\n            $debugstring .= \"<br />\";\n        }\n        print localtime( time ) . \" - DEBUG $level - $debugstring\\n\";\n    }\n}\n\n#------------------------------------------------------------------------------\n# MAIN\n#------------------------------------------------------------------------------\n\n# Change default value if options are used\nmy $helpfound = 0;\nmy $nowfound = 0;\nmy %confexcluded = ();\nfor ( 0 .. @ARGV-1 ) {\n    if ( $ARGV[$_] =~ /^-*h/i ) {\n        $helpfound = 1;\n        last;\n    }\n    if ( $ARGV[$_] =~ /^-*awstatsprog=(.*)/i ) {\n        $Awstats = \"$1\";\n        next;\n    }\n    if ( $ARGV[$_] =~ /^-*configdir=(.*)/i ) {\n        $DIRCONFIG = \"$1\";\n        next;\n    }\n    if ( $ARGV[$_] =~ /^-*excludeconf=(.*)/i ) {\n        #try to get the different files to exclude\n        @conftoexclude = split( /,/, $1 );\n        foreach ( @conftoexclude ) {\n            $confexcluded{\"$_\"} = 1;\n        }\n        next;\n    }\n    if ( $ARGV[$_] =~ /^-*debug=(\\d+)/i ) {\n        $Debug = $1;\n        next;\n    }\n    if ( $ARGV[$_] =~ /^-*lastline=(\\d+)/i ) {\n        $LastLine = $1;\n        next;\n    }\n    if ( $ARGV[$_] =~ /^now/i ) {\n        $nowfound = 1;\n        next;\n    }\n}\n\n# Show usage help\nmy $DIR;\nmy $PROG;\nmy $Extension;\n( $DIR = $0 ) =~ s/([^\\/\\\\]*)$//;\n( $PROG = $1 ) =~ s/\\.([^\\.]*)$//;\n$Extension = $1;\nif ( !$nowfound || $helpfound || !@ARGV ) {\n    print \"----- $PROG $VERSION (c) Laurent Destailleur -----\\n\";\n    print \"awstats_updateall launches update process for all AWStats config files (except\\n\";\n    print \"awstats.model.conf) found in a particular directory, so you can easily setup a\\n\";\n    print \"cron/scheduler job. The scanned directory is by default $DIRCONFIG.\\n\";\n    print \"\\n\";\n    print \"Usage:  $PROG.$Extension now [options]\\n\";\n    print \"\\n\";\n    print \"Where options are:\\n\";\n    print \"  -awstatsprog=pathtoawstatspl\\n\";\n    print \"  -configdir=directorytoscan\\n\";\n    print \"  -excludeconf=conftoexclude[,conftoexclude2,...] (Note: awstats.model.conf is always excluded)\\n\";\n    print \"\\n\";\n    exit 0;\n}\n\ndebug( \"Scan directory $DIRCONFIG\" );\n\n# Scan directory $DIRCONFIG\nopendir( DIR, $DIRCONFIG ) || error( \"Can't scan directory $DIRCONFIG\" );\nmy @filesindir = grep { /^awstats\\.(.*)conf$/ } sort readdir( DIR );\nclosedir( DIR );\n\ndebug( \"List of files found :\" . join( \",\", @filesindir ));\n\n# Build file list\nmy @files = ();\nforeach my $file ( @filesindir ) {\n    if ( $confexcluded{$file} ) { next; } # Should be useless\n    if ( $file =~ /^awstats\\.(.*)conf$/ ) {\n        my $conf = $1;\n        $conf =~ s/\\.$//;\n        if ( $conf eq 'model' ) { next; }\n        if ( $confexcluded{$conf} ) { next; }\n    }\n    push @files, $file;\n}\n\ndebug( \"List of files qualified :\" . join( \",\", @files ));\n\n# Run update process for each config file found\nif ( @files ) {\n    # Check if AWSTATS prog is found\n    my $AwstatsFound = 0;\n    if ( -s \"$Awstats\" ) {\n        $AwstatsFound = 1;\n    } elsif ( -s \"/usr/local/awstats/wwwroot/cgi-bin/awstats.pl\" ) {\n        $Awstats = \"/usr/local/awstats/wwwroot/cgi-bin/awstats.pl\";\n        $AwstatsFound = 1;\n    }\n    if ( !$AwstatsFound ) {\n        error( \"Can't find AWStats program ('$Awstats').\\nUse -awstatsprog option to solve this\" );\n        exit 1;\n    }\n    # Define AwstatsDir and AwstatsProg\n    ( $AwstatsDir = $Awstats ) =~ s/([^\\/\\\\]+)$//;\n    $AwstatsProg = $1;\n    $AwstatsDir ||= '.';\n    $AwstatsDir =~ s/([^\\/\\\\])[\\\\\\/]+$/$1/;\n    debug( \"AwstatsDir=$AwstatsDir\" );\n    debug( \"AwstatsProg=$AwstatsProg\" );\n\n    foreach ( @files ) {\n        if ( $_ =~ /^awstats\\.(.*)conf$/ ) {\n            my $domain = $1 || \"default\";\n            $domain =~ s/\\.$//;\n            # Define command line\n            my $command = \"\\\"$AwstatsDir/$AwstatsProg\\\" -update -config=$domain\";\n            $command .= \" -configdir=\\\"$DIRCONFIG\\\"\";\n            if ( $LastLine ) {\n                $command .= \" -lastline=$LastLine\";\n            }\n            # Run command line\n            print \"Running '$command' to update config $domain\\n\";\n            my $output = `$command 2>&1`;\n            print \"$output\\n\";\n        }\n    }\n} else {\n    print \"No AWStats config file found in $DIRCONFIG\\n\";\n}\n\n0; # Do not remove this line\n"
  },
  {
    "path": "engine/PerlLib/Package/WebStatistics/AWStats/Scripts/logresolvemerge.pl",
    "content": "#!/usr/bin/perl\n#-----------------------------------------------------------------------------\n# Allows you to get one unique output log file, sorted on date,\n# built from particular sources.\n# This tool is part of AWStats log analyzer but can be use\n# alone for any other log analyzer.\n# See COPYING.TXT file about AWStats GNU General Public License.\n#-----------------------------------------------------------------------------\n\nuse strict; no strict \"refs\";\n#use diagnostics;\nuse POSIX qw( strftime );\n\n\n#-----------------------------------------------------------------------------\n# Defines\n#-----------------------------------------------------------------------------\n\n# ENABLETHREAD --> COMMENT THIS BLOCK TO USE A THREADED VERSION\nmy $UseThread=0;\n&Check_Thread_Use();\nmy $NbOfDNSLookupAsked = 0;\nmy %threadarray = ();\nmy %MyDNSTable = ();\nmy %TmpDNSLookup = ();\n\n# ENABLETHREAD --> UNCOMMENT THIS BLOCK TO USE A THREADED VERSION\n#my $UseThread=1;\n#&Check_Thread_Use();\n#my $NbOfDNSLookupAsked : shared = 0;\n#my %threadarray : shared = ();\n#my %MyDNSTable : shared = ();\n#my %TmpDNSLookup : shared = ();\n\n\n# ---------- Init variables --------\nuse vars qw/ $REVISION $VERSION /;\n$REVISION = '20140126';\n$VERSION=\"1.2 (build $REVISION)\";\n\nuse vars qw/ $NBOFLINESFORBENCHMARK /;\n$NBOFLINESFORBENCHMARK=8192;\n\nuse vars qw/\n$DIR $PROG $Extension\n$Debug $ShowSteps $AddFileNum $AddFileName $LastLogNum $PrintFields\n$MaxNbOfThread $DNSLookup $DNSCache $DirCgi $DirData $DNSLookupAlreadyDone\n$NbOfLinesShowsteps $AFINET $QueueCursor $StopOnFirstEof $IgnoreMissing\n/;\n$DIR='';\n$PROG='';\n$Extension='';\n$Debug=0;\n$ShowSteps=0;\n$AddFileNum=0;\n$AddFileName=0;\n$LastLogNum=0;\n$PrintFields=0;\n$MaxNbOfThread=0;\n$DNSLookup=0;\n$DNSCache='';\n$DirCgi='';\n$DirData='';\n$DNSLookupAlreadyDone=0;\n$NbOfLinesShowsteps=0;\n$AFINET='';\n$StopOnFirstEof=0;\n$IgnoreMissing=0;\n\n# ---------- Init arrays --------\nuse vars qw/\n@SkipDNSLookupFor\n@ParamFile\n@Fields\n/;\n# ---------- Init hash arrays --------\nuse vars qw/\n%LogFileToDo %linerecord %timerecord %corrupted\n%QueueHostsToResolve %QueueRecords\n/;\n%LogFileToDo = %linerecord = %timerecord = %corrupted = ();\n%QueueHostsToResolve = %QueueRecords = ();\n\n# DRA2: the order of timerecords are kept here, each index in the array is the filerecordnumber, which\n# DRA2: is used as the key for the other hashes\nuse vars qw/\n@timerecordorder\n/;\n@timerecordorder = ();\n\n# ---------- External Program variables ----------\n# For gzip compression\nmy $zcat = 'gzip -cd';\nmy $zcat_file = '\\.gz$';\n# For bz2 compression\nmy $bzcat = 'bzip2 -cd';\nmy $bzcat_file = '\\.bz2$';\n# For xz compression\nmy $xzcat = 'xz -cd';\nmy $xzcat_file = '\\.xz$';\n\n\n#-----------------------------------------------------------------------------\n# Functions\n#-----------------------------------------------------------------------------\n\n#------------------------------------------------------------------------------\n# Function:\t\tAdd all files of a specific directory\n# Parameters:\t$message\n# Input:\t\tDirectory path\n# Output:\t\tNone\n# Return:\t\tArray with list of files\n#------------------------------------------------------------------------------\nsub addDirectory {\n    my ($dir,@list) = @_;\n    my $dirH;\n    opendir($dirH, $dir) || die (\"Can't open '$dir'\");\n    while ($_ = readdir($dirH) ) {\n\t\tif (-f \"$dir/$_\") {\n\t\t    push @list, \"$dir/$_\";\n\t\t}\n    }\n    closedir($dirH);\n    return @list;\n}\n\n#------------------------------------------------------------------------------\n# Function:\t\tWrite an error message and exit\n# Parameters:\t$message\n# Input:\t\tNone\n# Output:\t\tNone\n# Return:\t\tNone\n#------------------------------------------------------------------------------\nsub error {\n\tprint STDERR \"Error: $_[0].\\n\";\n    exit 1;\n}\n\n#------------------------------------------------------------------------------\n# Function:\t\tWrite a debug message\n# Parameters:\t$message\n# Input:\t\t$Debug\n# Output:\t\tNone\n# Return:\t\tNone\n#------------------------------------------------------------------------------\nsub debug {\n\tmy $level = $_[1] || 1;\n\tif ($Debug >= $level) { \n\t\tmy $debugstring = $_[0];\n\t\tprint \"DEBUG $level - \".localtime(time()).\" : $debugstring\\n\";\n\t}\n}\n\n#------------------------------------------------------------------------------\n# Function:\t\tWrite a warning message\n# Parameters:\t$message\n# Input:\t\t$Debug\n# Output:\t\tNone\n# Return:\t\tNone\n#------------------------------------------------------------------------------\nsub warning {\n\tmy $messagestring=shift;\n\tif ($Debug) { debug(\"$messagestring\",1); }\n   \tprint STDERR \"$messagestring\\n\";\n}\n\n#-----------------------------------------------------------------------------\n# Function:     Return 1 if string contains only ascii chars\n# Input:        String\n# Return:       0 or 1\n#-----------------------------------------------------------------------------\nsub IsAscii {\n\tmy $string=shift;\n\tif ($Debug) { debug(\"IsAscii($string)\",5); }\n\tif ($string =~ /^[\\w\\+\\-\\/\\\\\\.%,;:=\\\"\\'&?!\\s]+$/) {\n\t\tif ($Debug) { debug(\" Yes\",5); }\n\t\treturn 1;\t\t# Only alphanum chars (and _) or + - / \\ . % , ; : = \" ' & ? space \\t\n\t}\n\tif ($Debug) { debug(\" No\",5); }\n\treturn 0;\n}\n\n#-----------------------------------------------------------------------------\n# DRA Function:     Return 1 if DNS lookup should be skipped\n# Input:        String\n# Return:       0 or 1\n#-----------------------------------------------------------------------------\nsub SkipDNSLookup {\n\tforeach my $match (@SkipDNSLookupFor) { if ($_[0] =~ /$match/i) { return 1; } }\n\t0; # Not in @SkipDNSLookupFor\n}\n\n#-----------------------------------------------------------------------------\n# Function:     Function that wait for DNS lookup (can be threaded)\n# Input:        String\n# Return:       0 or 1\n#-----------------------------------------------------------------------------\nsub MakeDNSLookup {\n\tmy $ipaddress=shift;\n \t$NbOfDNSLookupAsked++;\n\tuse Socket; $AFINET=AF_INET;\n\tmy $tid=0;\n\t$tid=$MaxNbOfThread?eval(\"threads->self->tid()\"):0;\n\tif ($Debug) { debug(\"  ***** Thread id $tid: MakeDNSlookup started (for $ipaddress)\",4); }\n\tmy $lookupresult=gethostbyaddr(pack(\"C4\",split(/\\./,$ipaddress)),$AFINET);\t# This is very slow, may took 20 seconds\n\tif (! $lookupresult || $lookupresult =~ /^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$/ || ! IsAscii($lookupresult)) {\n\t\t$TmpDNSLookup{$ipaddress}='*';\n\t}\n\telse {\n\t\t$TmpDNSLookup{$ipaddress}=$lookupresult;\n\t}\n\tif ($Debug) { debug(\"  ***** Thread id $tid: MakeDNSlookup done ($ipaddress resolved into $TmpDNSLookup{$ipaddress})\",4); }\n\tdelete $threadarray{$ipaddress};\n\treturn;\n}\n\n#-----------------------------------------------------------------------------\n# Function:     WriteRecordsReadyInQueue\n# Input:        -\n# Return:       0\n#-----------------------------------------------------------------------------\nsub WriteRecordsReadyInQueue {\n\tmy $logfilechosen=shift;\n\tif ($Debug) { debug(\"Check head of queue to write records ready to flush (QueueCursor=$QueueCursor, QueueSize=\".(scalar keys %QueueRecords).\")\",4); }\n\twhile ( $QueueHostsToResolve{$QueueCursor} && ( ($QueueHostsToResolve{$QueueCursor} eq '*') || ($MyDNSTable{$QueueHostsToResolve{$QueueCursor}}) || ($TmpDNSLookup{$QueueHostsToResolve{$QueueCursor}}) ) ) {\n\t\t# $QueueCursor point to a ready record\n\t\tif ($QueueHostsToResolve{$QueueCursor} eq '*') {\n\t\t\tif ($Debug) { debug(\" First elem in queue is ready. No change on it. We pull it.\",4); }\n\t\t}\n\t\telse {\n\t\t\tif ($MyDNSTable{$QueueHostsToResolve{$QueueCursor}}) {\n\t\t\t\tif ($MyDNSTable{$QueueHostsToResolve{$QueueCursor}} ne '*') {\n\t\t\t\t\t$QueueRecords{$QueueCursor}=~s/$QueueHostsToResolve{$QueueCursor}/$MyDNSTable{$QueueHostsToResolve{$QueueCursor}}/;\n\t\t\t\t\tif ($Debug) { debug(\" First elem in queue has been resolved (found in MyDNSTable $MyDNSTable{$QueueHostsToResolve{$QueueCursor}}). We pull it.\",4); }\n\t\t\t\t}\n\t\t\t}\n\t\t\telsif ($TmpDNSLookup{$QueueHostsToResolve{$QueueCursor}}) {\n\t\t\t\tif ($TmpDNSLookup{$QueueHostsToResolve{$QueueCursor}} ne '*') {\n\t\t\t\t\t$QueueRecords{$QueueCursor}=~s/$QueueHostsToResolve{$QueueCursor}/$TmpDNSLookup{$QueueHostsToResolve{$QueueCursor}}/;\n\t\t\t\t\tif ($Debug) { debug(\" First elem in queue has been resolved (found in TmpDNSLookup $TmpDNSLookup{$QueueHostsToResolve{$QueueCursor}}). We pull it.\",4); }\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t# Record is ready, we output it.\n\t\tif ($AddFileNum)  { print \"$logfilechosen \"; }\n\t\tif ($AddFileName) { print \"$LogFileToDo{$logfilechosen} \"; }\n\t\t# see if we need to dump fields\n\t\tif ($PrintFields && $LastLogNum != $logfilechosen){\n\t\t\tprint($Fields[$logfilechosen].\"\\n\");\n\t\t\t$LastLogNum = $logfilechosen;\n\t\t}\n\t\tprint \"$QueueRecords{$QueueCursor}\\n\";\n\t\tdelete $QueueRecords{$QueueCursor};\n\t\tdelete $QueueHostsToResolve{$QueueCursor};\n\t\t$QueueCursor++;\n\t}\n\treturn 0;\n}\n\n#-----------------------------------------------------------------------------\n# Function:     Check if thread are enabled or not\n# Input:        -\n# Return:       -\n#-----------------------------------------------------------------------------\nsub Check_Thread_Use {\n\tif ($] >= 5.008) {\tfor (0..@ARGV-1) { if ($ARGV[$_] =~ /^-dnslookup[:=](\\d{1,2})/i) {\n\t\tif ($UseThread) {\n\t\t\tif (!eval ('require \"threads.pm\";')) { &error(\"Failed to load perl module 'threads' required for multi-threaded DNS lookup\".($@?\": $@\":\"\")); }\n\t\t\tif (!eval ('require \"threads/shared.pm\";')) { &error(\"Failed to load perl module 'threads::shared' required for multi-threaded DNS lookup\".($@?\": $@\":\"\")); }\n\t\t}\n\t\telse { &error(\"Multi-thread is disabled in default version of this script.\\nYou must manually edit the file '$0' to comment/uncomment all\\nlines marked with 'ENABLETHREAD' string to enable multi-threading\"); }\n\t\t} }\n\t}\n}\n\n\n#-----------------------------------------------------------------------------\n# MAIN\n#-----------------------------------------------------------------------------\n($DIR=$0) =~ s/([^\\/\\\\]*)$//; ($PROG=$1) =~ s/\\.([^\\.]*)$//; $Extension=$1;\n\n# Get parameters (Note: $MaxNbOfThread is already known\nmy $cpt=1;\nfor (0..@ARGV-1) {\n\tif ($ARGV[$_] =~ /^-/) {\n\t\tif ($ARGV[$_] =~ /debug=(\\d)/i) { $Debug=$1; }\n\t\telsif ($ARGV[$_] =~ /dnscache=/i) { $DNSLookup||=2; $DNSCache=$ARGV[$_]; $DNSCache =~ s/-dnscache=//; }\n\t\telsif ($ARGV[$_] =~ /dnslookup[:=](\\d{1,2})/i) { $DNSLookup||=1; $MaxNbOfThread=$1; }\n\t\telsif ($ARGV[$_] =~ /dnslookup/i) { $DNSLookup||=1; }\n\t\telsif ($ARGV[$_] =~ /showsteps/i) { $ShowSteps=1; }\n\t\telsif ($ARGV[$_] =~ /addfilenum/i) { $AddFileNum=1; }\n\t\telsif ($ARGV[$_] =~ /addfilename/i) { $AddFileName=1; }\n\t\telsif ($ARGV[$_] =~ /stoponfirsteof/i) { $StopOnFirstEof=1; }\n\t\telsif ($ARGV[$_] =~ /printfields/i) { $PrintFields=1; }\n\t\telsif ($ARGV[$_] =~ /ignoremissing/i) { $IgnoreMissing=1; }\n\t\telse { print \"Unknown argument $ARGV[$_] ignored\\n\"; }\n\t}\n\telsif ($ARGV[$_] =~ /addfolder=(.*)$/i) {\n   \t\t@ParamFile = addDirectory($1, @ParamFile);\n\t}\n\telse {\n\t\tpush @ParamFile, $ARGV[$_];\n\t\t$cpt++;\n\t}\n}\nif ($Debug) { $|=1; }\n\nif ($Debug) {\n\tdebug(ucfirst($PROG).\" - $VERSION - Perl $^X $]\",1);\n\tdebug(\"DNSLookup=$DNSLookup\");\n\tdebug(\"DNSCache=$DNSCache\");\n\tdebug(\"MaxNbOfThread=$MaxNbOfThread\");\n}\n\n# Disallow MaxNbOfThread and Perl < 5.8\nif ($] < 5.008 && $MaxNbOfThread) {\n\terror(\"Multi-threaded DNS lookup is only supported with Perl 5.8 or higher (not $]). Use -dnslookup option instead\");\n}\n\n# Warning, there is a memory hole in ActiveState perl version (in delete functions)\nif ($^X =~ /activestate/i || $^X =~ /activeperl/i) {\n\t# TODO Add a warning\n\n}\n\nif (scalar @ParamFile == 0) {\n\tprint \"----- $PROG $VERSION (c) Laurent Destailleur -----\\n\";\n\tprint \"$PROG allows you to get one unique output log file, sorted on date,\\n\";\n\tprint \"built from particular sources:\\n\";\n\tprint \" - It can read several input log files,\\n\";\n\tprint \" - It can read .gz/.bz2/.xz log files,\\n\";\n\tprint \" - It can also makes a fast reverse DNS lookup to replace\\n\";\n\tprint \"   all IP addresses into host names in resulting log file.\\n\";\n\tprint \"$PROG comes with ABSOLUTELY NO WARRANTY. It's a free software\\n\";\n\tprint \"distributed with a GNU General Public License (See COPYING.txt file).\\n\";\n\tprint \"$PROG is part of AWStats but can be used alone as a log merger\\n\";\n\tprint \"or resolver before using any other log analyzer.\\n\";\n\tprint \"\\n\";\n\tprint \"Usage:\\n\";\n\tprint \"  $PROG.$Extension [options] file\\n\";\n\tprint \"  $PROG.$Extension [options] file1 ... filen\\n\";\n\tprint \"  $PROG.$Extension [options] *.*\\n\";\n\tprint \"  $PROG.$Extension [options] addfolder=dirname\\n\";\n\tprint \"  perl $PROG.$Extension [options] *.* > newfile\\n\";\n\tprint \"Options:\\n\";\n\tprint \"  -dnslookup      make a reverse DNS lookup on IP adresses\\n\";\n\tprint \"  -dnslookup=n    same with a n parallel threads instead of serial requests\\n\";\n\tprint \"  -dnscache=file  make DNS lookup from cache file first before network lookup\\n\";\n\tprint \"  -showsteps      print on stderr benchmark information every $NBOFLINESFORBENCHMARK lines\\n\";\n\tprint \"  -addfilenum     if used with several files, file number can be added in first\\n\";\n\tprint \"  -addfilename    if used with several files, file name can be added in first\\n\";\n\tprint \"                  field of output file. This can be used to add a cluster id\\n\";\n\tprint \"                  when log files come from several load balanced computers.\\n\";\n\tprint \"  -stoponfirsteof Stop processing when any logfile reaches end-of-file.\\n\";\n\tprint \"  -printfields    For IIS or W3C logs, prints the latest field header for\\n\";\n\tprint \"                  the currentlog file when switching between log file entries\\n\";\n\tprint \"                  so that the parsercan automatically determine which fields\\n\";\n\tprint \"                  are avaiable.\\n\";\n\tprint \"  -ignoremissing  will not fail if a log file is missing\\n\";\n\tprint \"\\n\";\n\t\n\tprint \"This runs $PROG in command line to open one or several\\n\";\n\tprint \"server log files to merge them (sorted on date) and/or to make a reverse\\n\";\n\tprint \"DNS lookup (if asked). The result log file is sent on standard output.\\n\";\n\tprint \"Note: $PROG is not a 'sort' tool to sort one file. It's a\\n\";\n\tprint \"software able to output sorted log records (with a reverse DNS lookup\\n\";\n\tprint \"included or not) even if log records are dispatched in several files.\\n\";\n\tprint \"Each of thoose files must be already independently sorted itself\\n\";\n\tprint \"(but that is the case in all web server log files). So you can use it\\n\";\n\tprint \"for load balanced log files or to group several old log files.\\n\";\n\tprint \"\\n\";\n\tprint \"Don't forget that the main goal of logresolvemerge is to send log records to\\n\";\n\tprint \"a log analyzer in a sorted order without merging files on disk (NO NEED\\n\";\n\tprint \"OF DISK SPACE AT ALL) and without loading files into memory (NO NEED\\n\";\n\tprint \"OF MORE MEMORY). Choose of output records is done on the fly.\\n\";\n\tprint \"\\n\";\n\tprint \"So logresolvemerge is particularly useful when you want to output several\\n\";\n\tprint \"and/or large log files in a fast process, with no use of disk or\\n\";\n\tprint \"more memory, and in a chronological order through a pipe (to be used by a log\\n\";\n\tprint \"analyzer).\\n\";\n\tprint \"\\n\";\n\tprint \"Note: If input records are not 'exactly' sorted but 'nearly' sorted (this\\n\";\n\tprint \"occurs with heavy servers), this is not a problem, the output will also\\n\";\n\tprint \"be 'nearly' sorted but a few log analyzers (like AWStats) knowns how to deal\\n\";\n\tprint \"with such logs.\\n\";\n\tprint \"\\n\";\n\tprint \"WARNING: If log files are old MAC text files (lines ended with CR char), you\\n\";\n\tprint \"can't run this tool on Win or Unix platforms.\\n\";\n\tprint \"\\n\";\n\tprint \"WARNING: Because of memory holes in ActiveState Perl version, use another\\n\";\n\tprint \"Perl interpreter if you need to process large log files.\\n\";\n\tprint \"\\n\";\n\tprint \"Now supports/detects:\\n\";\n\tprint \"  Automatic detection of log format\\n\";\n\tprint \"  Files can be .gz/.bz2/.xz files if gzip/bzip2/xz tools are available in PATH.\\n\";\n\tprint \"  Multithreaded reverse DNS lookup (several parallel requests) with Perl 5.8+.\\n\";\n\tprint \"New versions and FAQ at http://www.awstats.org\\n\";\n\texit 0;\n}\n\n# Get current time\nmy $nowtime=time;\nmy ($nowsec,$nowmin,$nowhour,$nowday,$nowmonth,$nowyear) = localtime($nowtime);\nif ($nowyear < 100) { $nowyear+=2000; } else { $nowyear+=1900; }\nmy $nowsmallyear=$nowyear;$nowsmallyear =~ s/^..//;\nif (++$nowmonth < 10) { $nowmonth = \"0$nowmonth\"; }\nif ($nowday < 10) { $nowday = \"0$nowday\"; }\nif ($nowhour < 10) { $nowhour = \"0$nowhour\"; }\nif ($nowmin < 10) { $nowmin = \"0$nowmin\"; }\nif ($nowsec < 10) { $nowsec = \"0$nowsec\"; }\n# Get tomorrow time (will be used to discard some record with corrupted date (future date))\nmy ($tomorrowsec,$tomorrowmin,$tomorrowhour,$tomorrowday,$tomorrowmonth,$tomorrowyear) = localtime($nowtime+86400);\nif ($tomorrowyear < 100) { $tomorrowyear+=2000; } else { $tomorrowyear+=1900; }\nmy $tomorrowsmallyear=$tomorrowyear;$tomorrowsmallyear =~ s/^..//;\nif (++$tomorrowmonth < 10) { $tomorrowmonth = \"0$tomorrowmonth\"; }\nif ($tomorrowday < 10) { $tomorrowday = \"0$tomorrowday\"; }\nif ($tomorrowhour < 10) { $tomorrowhour = \"0$tomorrowhour\"; }\nif ($tomorrowmin < 10) { $tomorrowmin = \"0$tomorrowmin\"; }\nif ($tomorrowsec < 10) { $tomorrowsec = \"0$tomorrowsec\"; }\n#my $timetomorrow=$tomorrowyear.$tomorrowmonth.$tomorrowday.$tomorrowhour.$tomorrowmin.$tomorrowsec;\t\n\n# Init other parameters\n$NBOFLINESFORBENCHMARK--;\nif ($ENV{\"GATEWAY_INTERFACE\"}) { $DirCgi=''; }\nif ($DirCgi && !($DirCgi =~ /\\/$/) && !($DirCgi =~ /\\\\$/)) { $DirCgi .= '/'; }\nif (! $DirData || $DirData eq '.') { $DirData=$DIR; }\t# If not defined or chosen as \".\" value then DirData is current dir\nif (! $DirData)  { $DirData='.'; }\t\t\t\t\t\t# If current dir not defined then we put it to \".\"\n$DirData =~ s/\\/$//;\n\n#my %monthlib =  ( \"01\",\"$Message[60]\",\"02\",\"$Message[61]\",\"03\",\"$Message[62]\",\"04\",\"$Message[63]\",\"05\",\"$Message[64]\",\"06\",\"$Message[65]\",\"07\",\"$Message[66]\",\"08\",\"$Message[67]\",\"09\",\"$Message[68]\",\"10\",\"$Message[69]\",\"11\",\"$Message[70]\",\"12\",\"$Message[71]\" );\n# monthnum must be in english because it's used to translate log date in apache log files which are always in english\nmy %monthnum =  ( \"Jan\",\"01\",\"jan\",\"01\",\"Feb\",\"02\",\"feb\",\"02\",\"Mar\",\"03\",\"mar\",\"03\",\"Apr\",\"04\",\"apr\",\"04\",\"May\",\"05\",\"may\",\"05\",\"Jun\",\"06\",\"jun\",\"06\",\"Jul\",\"07\",\"jul\",\"07\",\"Aug\",\"08\",\"aug\",\"08\",\"Sep\",\"09\",\"sep\",\"09\",\"Oct\",\"10\",\"oct\",\"10\",\"Nov\",\"11\",\"nov\",\"11\",\"Dec\",\"12\",\"dec\",\"12\" );\n\nif ($DNSCache) {\n\tif ($Debug) { debug(\"Load DNS Cache file $DNSCache\",2); }\n\topen(CACHE, \"<$DNSCache\") or error(\"Can't open cache file $DNSCache\");\n\twhile (<CACHE>) {\n\t\t#my ($time, $ip, $name) = split;\n\t\tmy (undef, $ip, $name) = split;\n        if ($ip && $name) {\n            $name=\"$ip\" if $name eq '*';\n    \t\t$MyDNSTable{$ip}=$name;\n        }\n\t}\n\tclose CACHE;\n}\n\n#-----------------------------------------------------------------------------\n# PROCESSING CURRENT LOG(s)\n#-----------------------------------------------------------------------------\nmy $NbOfLinesRead=0;\nmy $NbOfLinesParsed=0;\nmy $logfilechosen=0;\nmy $starttime=time();\n\n# Define the LogFileToDo list\n$cpt=1;\nforeach my $key (0..(@ParamFile-1)) {\n\tif (($ParamFile[$key] !~ /\\*/ && $ParamFile[$key] !~ /\\?/) || $ParamFile[$key] =~ /\\|$/) {\n\n\t\tif ($Debug) { debug(\"DBG1 Log file $ParamFile[$key] is added to LogFileToDo with number $cpt.\"); }\n\t\t# Check for supported compression \n\t\tif ($ParamFile[$key] =~ /$zcat_file/) {\n\t\t\tif ($Debug) { debug(\"GZIP compression detected for Log file $ParamFile[$key].\"); }\n\t\t\t# Modify the name to include the zcat command\n\t\t\t$ParamFile[$key] = $zcat . ' ' . $ParamFile[$key] . ' |';\n\t\t}\n\t\telsif ($ParamFile[$key] =~ /$bzcat_file/) {\n\t\t\tif ($Debug) { debug(\"BZ2 compression detected for Log file $ParamFile[$key].\"); }\n\t\t\t# Modify the name to include the bzcat command\n\t\t\t$ParamFile[$key] = $bzcat . ' ' . $ParamFile[$key] . ' |';\n\t\t}\n\t\telsif ($ParamFile[$key] =~ /$xzcat_file/) {\n\t\t\tif ($Debug) { debug(\"XZ compression detected for Log file $ParamFile[$key].\"); }\n\t\t\t# Modify the name to include the xzcat command\n\t\t\t$ParamFile[$key] = $xzcat . ' ' . $ParamFile[$key] . ' |';\n\t\t}\n\n\t\t$LogFileToDo{$cpt}=@ParamFile[$key];\n\t\t$cpt++;\n\t\t\n\t}\n    else {\n        my $DirFile=$ParamFile[$key]; $DirFile =~ s/([^\\/\\\\]*)$//;\n        $ParamFile[$key] = $1;\n        if ($DirFile eq '') { $DirFile = '.'; }\n        $ParamFile[$key] =~ s/\\./\\\\\\./g;\n        $ParamFile[$key] =~ s/\\*/\\.\\*/g;\n        $ParamFile[$key] =~ s/\\?/\\./g;\n        if ($Debug) { debug(\"Search for file \\\"$ParamFile[$key]\\\" into \\\"$DirFile\\\"\"); }\n        opendir(DIR,\"$DirFile\");\n        my @filearray = sort readdir DIR;\n        close DIR;\n        foreach my $i (0..$#filearray) {\n            if (\"$filearray[$i]\" =~ /^$ParamFile[$key]$/ && \"$filearray[$i]\" ne \".\" && \"$filearray[$i]\" ne \"..\") {\n\n                if ($Debug) { debug(\"DBG2 Log file $filearray[$i] is added to LogFileToDo with number $cpt.\"); }\n                # Check for supported compression\n                if ($filearray[$i] =~ /$zcat_file/) {\n                    if ($Debug) { debug(\"GZIP compression detected for Log file $filearray[$i].\"); }\n                    # Modify the name to include the zcat command\n                    $LogFileToDo{$cpt}=$zcat . ' ' . \"$DirFile/$filearray[$i]\" . ' |';\n                }\n                elsif ($filearray[$i] =~ /$bzcat_file/) {\n                    if ($Debug) { debug(\"BZ2 compression detected for Log file $filearray[$i].\"); }\n                    # Modify the name to include the bzcat command\n                    $LogFileToDo{$cpt}=$bzcat . ' ' . \"$DirFile/$filearray[$i]\" . ' |';\n                }\n                elsif ($filearray[$i] =~ /$xzcat_file/) {\n                    if ($Debug) { debug(\"XZ compression detected for Log file $filearray[$i].\"); }\n                    # Modify the name to include the xzcat command\n                    $LogFileToDo{$cpt}=$xzcat . ' ' . \"$DirFile/$filearray[$i]\" . ' |';\n                }\n                else {\n                    $LogFileToDo{$cpt}=\"$DirFile/$filearray[$i]\";\n                }\n                $cpt++;\n                \n            }\n        }\n    }\n}\n\n# If no files to process\nif (scalar keys %LogFileToDo == 0) {\n\terror(\"No input log file found\");\n}\n\n# Open all log files\nif ($Debug) { debug(\"Start of processing \".(scalar keys %LogFileToDo).\" log file(s), $MaxNbOfThread threads max\"); }\nforeach my $logfilenb (keys %LogFileToDo) {\n\tif ($Debug) { debug(\"Open log file number $logfilenb: \\\"$LogFileToDo{$logfilenb}\\\"\"); }\n\tif ($IgnoreMissing){\n\t\tif (!open(\"LOG$logfilenb\",\"$LogFileToDo{$logfilenb}\")){\n\t\t\tdebug(\"Couldn't open log file \\\"$LogFileToDo{$logfilenb}\\\" : $!\");\n\t\t\tdelete $LogFileToDo{$logfilenb};\n\t\t}\n\t}else{\n\t\topen(\"LOG$logfilenb\",\"$LogFileToDo{$logfilenb}\") || error(\"Couldn't open log file \\\"$LogFileToDo{$logfilenb}\\\" : $!\");\n\t}\n\tbinmode \"LOG$logfilenb\";\t# To avoid pb of corrupted text log files with binary chars.\n}\n\n$QueueCursor=1;\nSTOPONFIRSTEOF: while (1 == 1)\n{\n\t# BEGIN Read new record\n\t# For each log file if logfilechosen is 0\n\t# If not, we go directly to log file instead of iterating over all keys for a match\n\t#----------------------------------------------------------------------------------\n    my @readlist;\n\tif($logfilechosen == 0) {\n\t    @readlist = keys %LogFileToDo;\n\t} else {\n\t    @readlist = ($logfilechosen);\n\t}\n\tforeach my $logfilenb (@readlist)\n\t{\n\t\tif ($Debug) { debug(\"Search next record in file number $logfilenb\",3); }\n\t\t# Read chosen log file until we found a record with good date or reaching end of file\n\t\twhile (1 == 1) {\n\t\t\tmy $LOG=\"LOG$logfilenb\";\n\t\t\t$_=<$LOG>;\t# Read new line\n\t\t\tif (! $_) \n\t\t\t{\t\t\t\t\t\t\t# No more records in log file number $logfilenb\n\t\t\t\tif ($Debug) { debug(\" No more records in file number $logfilenb\",2); }\n\t\t\t\tdelete $LogFileToDo{$logfilenb};\n\t\t\t\tif ($StopOnFirstEof) \n\t\t\t\t{\n\t\t\t\t\tif ($Debug) { debug(\"Exiting loop due to EOF of logfile $logfilenb\",1); }\n\t\t\t\t\tlast STOPONFIRSTEOF;\n\t\t\t\t}\n\t\t\t\tlast;\n\t\t\t}\n\t\t\n\t\t\t# Get the latest Fields header for printing IIS and W3C logs\n\t\t\tif ($PrintFields && $_ =~ m/#Fields:/){\n\t\t\t\tmy $field = $_;\n\t\t\t\t# strip whitespace\n\t\t\t\t$field =~ s/^\\s+|\\s+$//g;\n\t\t\t\tif (!$Fields[$logfilenb] || $field != $Fields[$logfilenb]){\n\t\t\t\t\t$Fields[$logfilenb] = $field;\n\t\t\t\t\tdebug(\"Found new fields in $logfilenb: $Fields[$logfilenb]\");\n\t\t\t\t}\n\t\t\t}\n\t\t\t\n\t\t\t$NbOfLinesRead++;\n\t\t\tchomp $_; s/\\r$//;\n\n\t\t\tif (/^#/) { next; }\t\t\t\t\t\t\t\t\t# Ignore comment lines (ISS writes such comments)\n\t\t\tif (/^!!/) { next; }\t\t\t\t\t\t\t\t# Ignore comment lines (Webstar writes such comments)\n\t\t\tif (/^$/) { next; }\t\t\t\t\t\t\t\t\t# Ignore blank lines (With ISS: happens sometimes, with Apache: possible when editing log file)\n\n\t\t\t$linerecord{$logfilenb}=$_; \n\n\t\t\t# Check filters\n\t\t\t#----------------------------------------------------------------------\n\n\t\t\t# Split YYYY-MM-DD HH:MM:SS\n\t\t\t#    or DD/Month/YYYY:HH:MM:SS\n\t\t\t#    or MM/DD/YY\\tHH:MM:SS\n\t\t\t#    or 9999.999\n \t\t\t#    or Month DD HH:MM:SS\n\t\t\tmy $year=0; my $month=0; my $day=0; my $hour=0; my $minute=0; my $second=0;\n\t\t\tif ($_ =~ /(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d)\\s(\\d\\d):(\\d\\d):(\\d\\d)/) { $year=$1; $month=$2; $day=$3; $hour=$4; $minute=$5; $second=$6; }\n\t\t\telsif ($_ =~ /\\[(\\d?\\d)[\\/:\\s](\\w+)[\\/:\\s](\\d\\d\\d\\d)[\\/:\\s](\\d\\d)[\\/:\\s](\\d\\d)[\\/:\\s](\\d\\d) /) { $year=$3; $month=$2; $day=$1; $hour=$4; $minute=$5; $second=$6; }\n\t\t\telsif ($_ =~ /\\w+ (\\w+) {1,2}(\\d?\\d) (\\d\\d)[\\/:\\s](\\d\\d)[\\/:\\s](\\d\\d) (\\d\\d\\d\\d)/) { $year=$6; $month=$1; $day=$2; $hour=$3; $minute=$4; $second=$5; }\n\t\t\telsif ($_ =~ /^(\\d\\d\\d\\d+\\.\\d\\d\\d) /)\n\t\t\t{\n\t\t\t\tmy $timetime = strftime('%Y-%m-%d-%T', gmtime($1));\n\t\t\t\t$timetime =~ /(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d)-(\\d\\d):(\\d\\d):(\\d\\d)/;\n\t\t\t\t$year=$1; $month=$2; $day=$3; $hour=$4; $minute=$5; $second=$6;\n\t\t\t}\n \t\t\telsif ($_ =~ /(\\w+)\\s\\s?(\\d?\\d) (\\d\\d):(\\d\\d):(\\d\\d) /) {\t# Month DD HH:MM:SS\n \t\t\t\t$month=$1; $day=$2; $hour=$3; $minute=$4; $second=$5;\n \t\t\t\tif (($monthnum{$month}>$monthnum{$nowmonth}) || ($monthnum{$month}==$monthnum{$nowmonth} &&  $day>$nowday)) {\n \t\t\t\t\t$year=$nowyear-1;\n \t\t\t\t}\n                else { $year=$nowyear; }\n \t\t\t}\n\t\t\tif (length $day == 1) { $day = \"0\".$day; }\n\n\t\t\tif ($monthnum{$month}) { $month=$monthnum{$month}; }\t# Change lib month in num month if necessary\n\n\t\t\t# Create $timerecord like YYYYMMDDHHMMSS\n\t \t\t$timerecord{$logfilenb}=int(\"$year$month$day$hour$minute$second\");\n\t\t\tif ($timerecord{$logfilenb}<10000000000000) {\n\t\t\t\tif ($Debug) { debug(\" This record is corrupted (no date found)\",3); }\n\t\t\t\t$corrupted{$logfilenb}++;\n\t\t\t\tnext;\n\t\t\t}\n\t\t\tif ($Debug) { debug(\" This is next record for file $logfilenb : timerecord=$timerecord{$logfilenb}\",3); }\n\t\t\t\n\t\t\t# Sort and insert into timerecordorder, oldest at end/back of array\n\t\t\t# At the beginning, timerecordorder is empty. Then beceause the first pass is\n\t\t\t# a loop on each file to read each first line, the timerecordorder size is\n\t\t\t# number of input files.\n\t\t\t# After, each new loop, read only one new line, so timerecordorder size increase\n\t\t\t# by one but decrease just after by the pop command later.\n\t\t\tmy $inserted=0;\n\t\t\tfor(my $c=$#timerecordorder; $c>=0 ; $c--) {\n\t\t\t    if($timerecord{$logfilenb} <= $timerecord{$timerecordorder[$c]})\n\t\t\t    {\n    \t\t\t\t# Is older or equal than index at $c, add after\n\t\t\t\t    $timerecordorder[$c + 1]=$logfilenb;\n\t\t\t\t    $inserted = 1;\n\t\t\t\t    last;\n\t\t\t    } else {\n\t\t\t\t    $timerecordorder[$c + 1]=$timerecordorder[$c];\n\t\t\t    }\n\t\t\t}\n\t\t\tif(! $inserted) {\n\t\t\t    $timerecordorder[0] = $logfilenb;\n\t\t\t}\n\n\t\t\tlast;\n\t\t}\n\t}\n\t# END Read new lines for each log file. After this, following var are filled\n\t# $timerecord{$logfilenb}\n\t# @timerecordorder array\n\n\t# We choose which record of which log file to process\n\tif ($Debug) { debug(\"Choose which record of which log file to process\",3); }\n\t$logfilechosen=pop(@timerecordorder);\n\tif(!defined($logfilechosen)) { last; }              # No more record to process \n\t\n\t# Record is chosen\n\tif ($Debug) { debug(\" We chose to qualify record of file number $logfilechosen\",3); }\n\tif ($Debug) { debug(\"  Record is $linerecord{$logfilechosen}\",3); }\n\t\t\t\n\t# Record is approved. We found a new line to parse in file number $logfilechosen\n\t#-------------------------------------------------------------------------------\n\t$NbOfLinesParsed++;\n\tif ($ShowSteps) {\n\t\tif ((++$NbOfLinesShowsteps & $NBOFLINESFORBENCHMARK) == 0) {\n\t\t\tmy $delay=(time()-$starttime)||1;\n\t\t\tprint STDERR \"$NbOfLinesParsed lines processed (\".(1000*$delay).\" ms, \".int($NbOfLinesShowsteps/$delay).\" lines/seconds)\\n\";\n\t\t}\n\t}\n\n\t# Do DNS lookup\n\t#--------------------\n\tmy $Host='';\n\tmy $ip=0;\n\tif ($DNSLookup) {\t\t\t# DNS lookup is 1 or 2\n\t\tif ($linerecord{$logfilechosen} =~ /(\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})/) { $ip=4; $Host=$1; }\t# IPv4\n\t\telsif ($linerecord{$logfilechosen} =~ /([0-9A-F]*:)/i) { $ip=6; $Host=$1; }\t\t\t\t\t\t# IPv6\n\t\tif ($ip) {\n\t\t\t# Check in static DNS cache file\n\t\t\tif ($MyDNSTable{$Host}) {\n\t\t\t\tif ($Debug) { debug(\"  DNS lookup asked for $Host and found in static DNS cache file: $MyDNSTable{$Host}\",4); }\n\t\t\t}\n\t\t\telsif ($DNSLookup==1) {\n\t\t\t\t# Check in session cache (dynamic DNS cache file + session DNS cache)\n\t\t\t\tif (! $threadarray{$Host} && ! $TmpDNSLookup{$Host}) {\n\t\t\t\t\tif (@SkipDNSLookupFor && &SkipDNSLookup($Host)) {\n\t\t\t\t\t\t$TmpDNSLookup{$Host}='*';\n\t\t\t\t\t\tif ($Debug) { debug(\"  No need of reverse DNS lookup for $Host, skipped at user request.\",4); }\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tif ($ip == 4) {\n\t\t\t\t\t\t\t# Create or not a new thread\n\t\t\t\t\t\t\tif ($MaxNbOfThread) {\n\t\t\t\t\t\t\t\tif (! $threadarray{$Host}) {\t# No thread already launched for $Host\n\t\t\t\t\t\t\t\t\twhile ((scalar keys %threadarray) >= $MaxNbOfThread) {\n\t\t\t\t\t\t\t\t\t\tif ($Debug) { debug(\" $MaxNbOfThread thread running reached, so we wait\",4); }\n\t\t\t\t\t\t\t\t\t\tsleep 1;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t$threadarray{$Host}=1;\t\t# Semaphore to tell thread for $Host is active\n#\t\t\t\t\t\t\t\t\tmy $t = new Thread \\&MakeDNSLookup, $Host;\n\t\t\t\t\t\t\t\t\tmy $t = threads->create(sub { MakeDNSLookup($Host) });\n\t\t\t\t\t\t\t\t\tif (! $t) { error(\"Failed to create new thread\"); }\n\t\t\t\t\t\t\t\t\tif ($Debug) { debug(\" Reverse DNS lookup for $Host queued in thread \".$t->tid,4); }\n\t\t\t\t\t\t\t\t\t$t->detach();\t# We don't need to keep return code\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\telse {\n\t\t\t\t\t\t\t\t\tif ($Debug) { debug(\" Reverse DNS lookup for $Host already queued in a thread\"); }\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t# Here, this is the only way, $TmpDNSLookup{$Host} can be not defined\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t&MakeDNSLookup($Host);\n\t\t\t\t\t\t\t\tif ($Debug) { debug(\"  Reverse DNS lookup for $Host done: $TmpDNSLookup{$Host}\",4); }\n\t\t\t\t\t\t\t}\t\t\t\t\n\t\t\t\t\t\t}\n\t\t\t\t\t\telsif ($ip == 6) {\n\t\t\t\t\t\t\t$TmpDNSLookup{$Host}='*';\n\t\t\t\t\t\t\tif ($Debug) { debug(\"  Reverse DNS lookup for $Host not available for IPv6\",4); }\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tif ($Debug) { debug(\"  Reverse DNS lookup already queued or done for $Host: $TmpDNSLookup{$Host}\",4); }\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\tif ($Debug) { debug(\"  DNS lookup by static DNS cache file asked for $Host but not found.\",4); }\n\t\t\t}\n\t\t}\n\t\telse {\n\t\t\tif ($Debug) { debug(\"  DNS lookup asked for $Host but this is not an IP address.\",4); }\n\t\t\t$DNSLookupAlreadyDone=$LogFileToDo{$logfilechosen};\n\t\t}\n\t}\n\telse {\n\t\tif ($linerecord{$logfilechosen} =~ /(\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})/) { $ip=4; $Host=$1; }\t# IPv4\n\t\telsif ($linerecord{$logfilechosen} =~ /([0-9A-F]*:)/i) { $ip=6; $Host=$1; }\t\t\t\t\t\t# IPv6\n\t\tif ($Debug) { debug(\"  No DNS lookup asked.\",4); }\n\t}\n\n\t# Put record in record queue\n\tif ($Debug) { debug(\"Add record $NbOfLinesParsed in record queue (with host to resolve = \".($Host?$Host:'*').\")\",4); }\n\t$QueueRecords{$NbOfLinesParsed}=$linerecord{$logfilechosen};\n\n\t# Put record in host queue\n\t# If there is a host to resolve, we add line to queue with value of host to resolve\n\t# $Host is '' (no ip found) or is ip\n\tif ($DNSLookup==0) {\n\t\t$QueueHostsToResolve{$NbOfLinesParsed}='*';\n\t}\n\tif ($DNSLookup==1) { \n\t\t$QueueHostsToResolve{$NbOfLinesParsed}=$Host?$Host:'*';\n\t}\n\tif ($DNSLookup==2) {\n\t\t$QueueHostsToResolve{$NbOfLinesParsed}=$MyDNSTable{$Host}?$Host:'*';\n\t}\n\n\t# Print all records in head of queue that are ready\n\t&WriteRecordsReadyInQueue($logfilechosen);\n\t\n}\t# End of processing new record. Loop on next one.\n\nif ($Debug) { debug(\"End of processing log file(s)\"); }\n\n# Close all log files\nforeach my $logfilenb (keys %LogFileToDo) {\n\tif ($Debug) { debug(\"Close log file number $logfilenb\"); }\n\tclose(\"LOG$logfilenb\") || error(\"Command for pipe '$LogFileToDo{$logfilenb}' failed\");\n}\n\nwhile ( $QueueHostsToResolve{$QueueCursor} && $QueueHostsToResolve{$QueueCursor} ne '*' && ! $MyDNSTable{$QueueHostsToResolve{$QueueCursor}} && ! $TmpDNSLookup{$QueueHostsToResolve{$QueueCursor}} ) {\n\tsleep 1;\n\t# Print all records in head of queue that are ready\n\t&WriteRecordsReadyInQueue($logfilechosen);\n}\n\n# Waiting queue is empty\nif ($MaxNbOfThread) {\n\tforeach my $t (threads->list()) {\n\t\tif ($Debug) { debug(\"Join thread $t\"); }\n\t\t$t->join();\n\t}\n}\n\n# DNSLookup warning\nif ($DNSLookup==1 && $DNSLookupAlreadyDone) {\n\twarning(\"Warning: $PROG has detected that some host names were already resolved in your logfile $DNSLookupAlreadyDone.\\nIf DNS lookup was already made by the logger (web server) in ALL your log files, you should not use -dnslookup option to increase $PROG speed.\");\n}\n\nif ($Debug) {\n\tdebug(\"Total nb of read lines: $NbOfLinesRead\");\n\tdebug(\"Total nb of parsed lines: $NbOfLinesParsed\");\n\tdebug(\"Total nb of DNS lookup asked: $NbOfDNSLookupAsked\");\n}\n\n#if ($DNSCache) {\n#\topen(CACHE, \">$DNSCache\") or die;\n#\tforeach (keys %TmpDNSLookup) {\n#\t\t$TmpDNSLookup{$_}=\"*\" if $TmpDNSLookup{$_} eq \"ip\";\n#\t\tprint CACHE \"0\\t$_\\t$TmpDNSLookup{$_}\\n\";\n#\t}\n#\tclose CACHE;\n#}\n\n0;\t# Do not remove this line\n"
  },
  {
    "path": "engine/PerlLib/Package/WebStatistics.pm",
    "content": "=head1 NAME\n\n Package::WebStatistics - Web Statistics packages\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::WebStatistics;\n\nuse strict;\nuse warnings;\nuse parent 'Package::AbstractPackageCollection';\n\n=head1 DESCRIPTION\n\n Provides Web statistics packages.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getConfVarname( )\n\n See Package::AbstractPackageCollection::getConfVarname()\n\n=cut\n\nsub getConfVarname\n{\n    my ( $self ) = @_;\n\n    'WEB_STATISTIC_PACKAGES';\n}\n\n=item getOptName( )\n\n See Package::AbstractPackageCollection::getOptName()\n\n=cut\n\nsub getOptName\n{\n    my ( $self ) = @_;\n\n    'web_statistic_packages';\n}\n\n=item getDefaultValues( )\n\n See Package::AbstractPackageCollection::getDefaultValues()\n\n=cut\n\nsub getDefaultValues\n{\n    my ( $self ) = @_;\n\n    'AWStats';\n}\n\n=item getPackageHumanName( )\n\n See Package::AbstractPackageCollection::getPackageHumanName()\n\n=cut\n\nsub getPackageHumanName\n{\n    my ( $self ) = @_;\n\n    'Web statistics software';\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/WebmailClients/RainLoop/RainLoop.pm",
    "content": "=head1 NAME\n\n Package::WebmailClients::RainLoop::RainLoop - RainLoop package\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::WebmailClients::RainLoop::RainLoop;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat iMSCP::Composer /;\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'error';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse JSON;\nuse parent 'Common::SingletonClass';\nuse subs qw/\n    registerSetupListeners\n    preinstall install postinstall uninstall\n    setGuiPermissions setEnginePermissions\n    preaddMail addMail postaddMail\n    predeleteMail deleteMail postdeleteMail\n    prerestoreMail restoreMail postrestoreMail\n    predisableMail disableMail postdisableMail\n/;\n\nmy $packageVersionConstraint = $ENV{'IMSCP_PKG_DEVELOPMENT'}\n    ? 'dev-dev' : '^1.0';\n\n=head1 DESCRIPTION\n\n RainLoop Webmail is a simple, modern and fast Web-based email client.\n\n Project homepage: http://http://rainloop.net/\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getPriority( )\n\n Get package priority\n\n Return int package priority\n\n=cut\n\nsub getPriority\n{\n    0;\n}\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupPreInstallServers', sub {\n        eval {\n            my $composer = iMSCP::Composer->new(\n                user          => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                composer_home => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/.composer\",\n                composer_json => 'composer.json'\n            );\n\n            if ( $ENV{'IMSCP_PKG_DEVELOPMENT'}\n                && -d '/github/official/imscp-rainloop'\n            ) {\n                push @{ $composer->getComposerJson( TRUE )->{'repositories'} }, {\n                    type    => 'path',\n                    url     => '/github/official/imscp-rainloop',\n                    options => {\n                        symlink => JSON::false\n                    }\n                };\n            }\n\n            $composer->require( 'imscp/rainloop', $packageVersionConstraint );\n            $composer->dumpComposerJson();\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        0;\n    }, 10 );\n}\n\n=item preinstall( )\n\n Process pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    unless ( -f \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/rainloop/src/Handler.pm\" ) {\n        error( sprintf(\n            \"Couldn't find the RainLoop package handler in the %s directory\",\n            \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/rainloop/src\"\n        ));\n        return 1;\n    }\n\n    my $rs = iMSCP::File->new(\n        filename => \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/rainloop/src/Handler.pm\"\n    )->copyFile(\n        \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebmailClients/RainLoop/Handler.pm\"\n    );\n    return $rs if $rs;\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( 'preinstall' ) ) {\n        return $sub->( $handler );\n    }\n\n    0;\n}\n\n=item uninstall( )\n\n Process uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebmailClients/RainLoop/Handler.pm\";\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( 'uninstall' ) ) {\n        my $rs = $sub->( $handler );\n        return $rs if $rs;\n    }\n\n    # No need to process composer in 'uninstaller' context as the whole gui\n    # directory will be removed by the FrontEnd package.\n    if ( !defined $::execmode || $::execmode ne 'uninstaller' ) {\n        eval {\n            iMSCP::Composer->new(\n                user          => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                composer_home => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/.composer\",\n                composer_json => 'composer.json'\n            )\n                ->remove( 'imscp/rainloop' )\n                ->dumpComposerJson();\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n    }\n\n    iMSCP::File->new(\n        filename => \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebmailClients/RainLoop/Handler.pm\"\n    )->delFile();\n}\n\n=item AUTOLOAD\n\n Provides autoloading\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub AUTOLOAD\n{\n    my $self = shift;\n    ( my $method = our $AUTOLOAD ) =~ s/.*:://;\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( $method ) ) {\n        return $sub->( $handler, @_ );\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _getHandler( )\n\n Get RainLoop package handler instance\n\n Return Package::WebmailClients::RainLoop::Handler|Package::NoHandler, die on failure\n\n=cut\n\nsub _getHandler\n{\n    my ( $self ) = @_;\n\n    $self->{'_handler'} //= do {\n        require \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebmailClients/RainLoop/Handler.pm\";\n        Package::WebmailClients::RainLoop::Handler->new();\n    };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/WebmailClients/Roundcube/Roundcube.pm",
    "content": "=head1 NAME\n\n Package::WebmailClients::Roundcube::Roundcube - Roundcube package\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::WebmailClients::Roundcube::Roundcube;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat iMSCP::Composer /;\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'error';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse JSON;\nuse parent 'Common::SingletonClass';\nuse subs qw/\n    registerSetupListeners\n    preinstall install postinstall uninstall\n    setGuiPermissions setEnginePermissions\n    preaddMail addMail postaddMail\n    predeleteMail deleteMail postdeleteMail\n    prerestoreMail restoreMail postrestoreMail\n    predisableMail disableMail postdisableMail\n/;\n\nmy $packageVersionConstraint = $ENV{'IMSCP_PKG_DEVELOPMENT'}\n    ? '1.3.x-dev' : '1.3.x-dev';\n\n=head1 DESCRIPTION\n\n RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full\n functionality expected from an email client, including MIME support, address book, folder manipulation and message\n filters.\n\n The user interface is fully skinnable using XHTML and CSS 2.\n\n Project homepage: http://www.roundcube.net/\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getPriority( )\n\n Get package priority\n\n Return int package priority\n\n=cut\n\nsub getPriority\n{\n    0;\n}\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupPreInstallServers', sub {\n        eval {\n            my $composer = iMSCP::Composer->new(\n                user          => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                composer_home => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/.composer\",\n                composer_json => 'composer.json'\n            );\n\n            if ( $ENV{'IMSCP_PKG_DEVELOPMENT'}\n                && -d '/github/official/imscp-roundcube'\n            ) {\n                push @{ $composer->getComposerJson( TRUE )->{'repositories'} }, {\n                    type    => 'path',\n                    url     => '/github/official/imscp-roundcube',\n                    options => {\n                        symlink => JSON::false\n                    }\n                };\n            }\n\n            $composer->require( 'imscp/roundcube', $packageVersionConstraint );\n            $composer->dumpComposerJson();\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        0;\n    }, 10 );\n}\n\n=item preinstall( )\n\n Process pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    unless ( -f \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/roundcube/src/Handler.pm\" ) {\n        error( sprintf(\n            \"Couldn't find the Roundcube package handler in the %s directory\",\n            \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/roundcube/src\"\n        ));\n        return 1;\n    }\n\n    my $rs = iMSCP::File->new(\n        filename => \"$::imscpConfig{'GUI_ROOT_DIR'}/vendor/imscp/roundcube/src/Handler.pm\"\n    )->copyFile(\n        \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebmailClients/Roundcube/Handler.pm\"\n    );\n    return $rs if $rs;\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( 'preinstall' ) ) {\n        return $sub->( $handler );\n    }\n\n    0;\n}\n\n=item uninstall( )\n\n Process uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebmailClients/Roundcube/Handler.pm\";\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( 'uninstall' ) ) {\n        my $rs = $sub->( $handler );\n        return $rs if $rs;\n    }\n\n    # No need to process composer in 'uninstaller' context as the whole gui\n    # directory will be removed by the FrontEnd package.\n    if ( !defined $::execmode || $::execmode ne 'uninstaller' ) {\n        eval {\n            iMSCP::Composer->new(\n                user          => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n                    . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n                composer_home => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/persistent/.composer\",\n                composer_json => 'composer.json'\n            )\n                ->remove( 'imscp/roundcube' )\n                ->dumpComposerJson();\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n    }\n\n    iMSCP::File->new(\n        filename => \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebmailClients/Roundcube/Handler.pm\"\n    )->delFile();\n}\n\n=item AUTOLOAD\n\n Provides autoloading\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub AUTOLOAD\n{\n    my $self = shift;\n    ( my $method = our $AUTOLOAD ) =~ s/.*:://;\n\n    local $@;\n    my $handler = eval { $self->_getHandler(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( my $sub = $handler->can( $method ) ) {\n        return $sub->( $handler, @_ );\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _getHandler( )\n\n Get Roundcube package handler instance\n\n Return Package::WebmailClients::Roundcube::Handler, die on failure\n\n=cut\n\nsub _getHandler\n{\n    my ( $self ) = @_;\n\n    $self->{'_handler'} //= do {\n        require \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlLib/Package/WebmailClients/Roundcube/Handler.pm\";\n        Package::WebmailClients::Roundcube::Handler->new();\n    };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Package/WebmailClients.pm",
    "content": "=head1 NAME\n\n Package::WebmailClients - Webmail client packages\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Package::WebmailClients;\n\nuse strict;\nuse warnings;\nuse parent 'Package::AbstractPackageCollection';\n\n=head1 DESCRIPTION\n\n Provides webmail client packages.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getConfVarname( )\n\n See Package::AbstractPackageCollection::getConfVarname()\n\n=cut\n\nsub getConfVarname\n{\n    my ( $self ) = @_;\n\n    'WEB_MAIL_CLIENT_PACKAGES';\n}\n\n=item getOptName( )\n\n See Package::AbstractPackageCollection::getOptName()\n\n=cut\n\nsub getOptName\n{\n    my ( $self ) = @_;\n\n    'webmail_client_packages';\n}\n\n=item getDefaultValues( )\n\n See Package::AbstractPackageCollection::getDefaultValues()\n\n=cut\n\nsub getDefaultValues\n{\n    my ( $self ) = @_;\n\n    'RainLoop,Roundcube';\n}\n\n=item getPackageHumanName( )\n\n See Package::AbstractPackageCollection::getPackageHumanName()\n\n=cut\n\nsub getPackageHumanName\n{\n    my ( $self ) = @_;\n\n    'webmail clients';\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/cron/cron.pm",
    "content": "=head1 NAME\n\n Servers::cron::cron - i-MSCP Cron server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::cron::cron;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug;\nuse iMSCP::Config;\nuse iMSCP::EventManager;\nuse iMSCP::File;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::TemplateParser qw/ replaceBloc process /;\nuse iMSCP::Service;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Cron server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    local $@;\n    eval { iMSCP::Service->getInstance()->stop( 'cron' ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate', 'cron', 'imscp', \\my $cfgTpl, {}\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/imscp\"\n            )->get()\n        );\n    }\n\n    $cfgTpl = process(\n        {\n            QUOTA_ROOT_DIR => $::imscpConfig{'QUOTA_ROOT_DIR'},\n            LOG_DIR        => $::imscpConfig{'LOG_DIR'},\n            TRAFF_ROOT_DIR => $::imscpConfig{'TRAFF_ROOT_DIR'},\n            TOOLS_ROOT_DIR => $::imscpConfig{'TOOLS_ROOT_DIR'}\n        },\n        $cfgTpl\n    );\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'config'}->{'CRON_D_DIR'}/imscp\"\n    );\n    $file->set( $cfgTpl );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $service = iMSCP::Service->getInstance();\n        $service->enable( $self->{'config'}->{'CRON_SNAME'} );\n        $self->{'events'}->register(\n            'beforeSetupRestartServices',\n            sub {\n                push @{ $_[0] },\n                    [\n                        sub {\n                            $service->start(\n                                $self->{'config'}->{'CRON_SNAME'}\n                            );\n                            0;\n                        },\n                        'Cron'\n                    ];\n                0;\n            },\n            -99\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs;\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$self->{'config'}->{'CRON_D_DIR'}/imscp\";\n\n    iMSCP::File->new(\n        filename => \"$self->{'config'}->{'CRON_D_DIR'}/imscp\"\n    )->delFile();\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$self->{'config'}->{'CRON_D_DIR'}/imscp\";\n\n    setRights( \"$self->{'config'}->{'CRON_D_DIR'}/imscp\", {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0640'\n    } );\n}\n\n=item addTask( \\%data [, $filepath = \"$self->{'config'}->{'CRON_D_DIR'}/imscp\" ] )\n\n Add a new cron task\n\n Param hash \\%data Cron task data:\n  - TASKID :Cron task unique identifier\n  - MINUTE  : OPTIONAL Minute or shortcut such as @daily, @monthly... (Default: @daily)\n  - HOUR    : OPTIONAL Hour - ignored if the MINUTE field defines a shortcut (Default: *)\n  - DAY     : OPTIONAL Day of month - ignored if the MINUTE field defines a shortcut (Default: *)\n  - MONTH   : OPTIONAL Month - ignored if the MINUTE field defines a shortcut - Default (Default: *)\n  - DWEEK   : OPTIONAL Day of week - ignored if the MINUTE field defines a shortcut - (Default: *)\n  - USER    : OPTIONAL Use under which the command must be run (default: root)\n  - COMMAND : Command to run\n  Param string $filepath OPTIONAL Cron file path (default: imscp cron file)\n  Return int 0 on success, other on failure\n\n=cut\n\nsub addTask\n{\n    my ( $self, $data, $filepath ) = @_;\n\n    $data = {} unless ref $data eq 'HASH';\n    unless ( exists $data->{'COMMAND'} && exists $data->{'TASKID'} ) {\n        error( 'Missing command or task ID' );\n        return 1;\n    }\n\n    $filepath ||= \"$self->{'config'}->{'CRON_D_DIR'}/imscp\";\n\n    $data->{'MINUTE'} //= '@daily';\n    $data->{'HOUR'} //= '*';\n    $data->{'DAY'} //= '*';\n    $data->{'MONTH'} //= '*';\n    $data->{'DWEEK'} //= '*';\n    $data->{'USER'} //= $::imscpConfig{'ROOT_USER'};\n\n    local $@;\n    eval { $self->_validateCronTask( $data ); };\n    if ( $@ ) {\n        error( sprintf( 'Invalid cron tasks: %s', $@ ));\n        return 1;\n    }\n\n    my $file = iMSCP::File->new( filename => $filepath );\n    my $fileC;\n\n    if ( -f $filepath ) {\n        return 1 unless defined( $fileC = $file->get());\n\n        # Remove entry with same ID if any\n        $fileC = replaceBloc(\n            qr/(:?^\\n)?\\Q# imscp [$data->{'TASKID'}] entry BEGIN\\E\\n/m,\n            qr/\\Q# imscp [$data->{'TASKID'}] entry ENDING\\E\\n/,\n            '',\n            $fileC\n        );\n    } else {\n        $fileC = <<'EOF';\n# CRON(8) configuration file - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\nPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\n\nEOF\n    }\n\n    my $rs = $self->{'events'}->trigger( 'beforeCronAddTask', \\$fileC, $data );\n    return $rs if $rs;\n\n    ( $fileC .= <<\"EOF\" ) =~ s/^(\\@[^\\s]+)\\s+/$1 /gm;\n\n# imscp [$data->{'TASKID'}] entry BEGIN\n$data->{'MINUTE'} $data->{'HOUR'} $data->{'DAY'} $data->{'MONTH'} $data->{'DWEEK'} $data->{'USER'} $data->{'COMMAND'}\n# imscp [$data->{'TASKID'}] entry ENDING\nEOF\n\n    $rs = $self->{'events'}->trigger( 'afterCronAddTask', \\$fileC, $data );\n    return $rs if $rs;\n\n    $file->set( $fileC );\n    $file->save();\n}\n\n=item deleteTask( \\%data [, $filepath = \"$self->{'config'}->{'CRON_D_DIR'}/imscp\" ] )\n\n Delete a cron task\n\n Param hash \\%data Cron task data:\n  - TASKID Cron task unique identifier\n Param string $filepath OPTIONAL Cron file path (default: imscp cron file)\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteTask\n{\n    my ( $self, $data, $filepath ) = @_;\n\n    $data = {} unless ref $data eq 'HASH';\n    unless ( exists $data->{'TASKID'} ) {\n        error( 'Missing task ID' );\n        return 1;\n    }\n\n    $filepath ||= \"$self->{'config'}->{'CRON_D_DIR'}/imscp\";\n    return 0 unless -f $filepath;\n\n    my $file = iMSCP::File->new( filename => $filepath );\n    return 1 unless defined( my $fileC = $file->get());\n\n    my $rs = $self->{'events'}->trigger( 'beforeCronDelTask', \\$fileC, $data );\n    return $rs if $rs;\n\n    $fileC = replaceBloc(\n        qr/(:?^\\n)?\\Q# imscp [$data->{'TASKID'}] entry BEGIN\\E\\n/m,\n        qr/\\Q# imscp [$data->{'TASKID'}] entry ENDING\\E\\n/,\n        '',\n        $fileC\n    );\n\n    $rs = $self->{'events'}->trigger( 'afterCronDelTask', \\$fileC, $data );\n    return $rs if $rs;\n\n    $file->set( $fileC );\n    $file->save();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::cron::cron\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/cron\";\n    $self->_mergeConfig() if -f \"$self->{'cfgDir'}/cron.data.dist\";\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'cfgDir'}/cron.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n    $self;\n}\n\n=item _mergeConfig( )\n\n Merge distribution configuration with production configuration\n\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self ) = @_;\n\n    if ( -f \"$self->{'cfgDir'}/cron.data\" ) {\n        tie my %newConfig, 'iMSCP::Config', fileName => \"$self->{'cfgDir'}/cron.data.dist\";\n        tie my %oldConfig, 'iMSCP::Config', fileName => \"$self->{'cfgDir'}/cron.data\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'oldConfig'} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new( filename => \"$self->{'cfgDir'}/cron.data.dist\" )->moveFile(\n        \"$self->{'cfgDir'}/cron.data\"\n    ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=item _validateCronTask( )\n\n Validate cron task attributes\n\n die if an attribute is not valid\n\n=cut\n\nsub _validateCronTask\n{\n    my ( $self, $data ) = @_;\n\n    if ( $data->{'MINUTE'} =~ /^\\@(?:reboot|yearly|annually|monthly|weekly|daily|midnight|hourly)$/ ) {\n        $data->{'HOUR'} = $data->{'DAY'} = $data->{'MONTH'} = $data->{'DWEEK'} = '';\n        return;\n    }\n\n    for my $attribute ( qw/ minute hour day month dweek / ) {\n        $self->_validateAttribute( $attribute, $data->{ uc( $attribute ) } );\n    }\n}\n\n=item _validateAttribute( )\n\n Validate the given cron task attribute value\n\n Param string $name Attribute name\n Param string $value Attribute value\n die if an attribute is not valid\n\n=cut\n\nsub _validateAttribute\n{\n    my ( undef, $name, $value ) = @_;\n\n    defined $name or die( '$name is undefined' );\n    defined $value or die( '$value is undefined' );\n    $value ne '' or die( sprintf( \"Value for the '%s' cron task attribute cannot be empty\", $name ));\n    return if $value eq '*';\n\n    my $step = '[1-9]?[0-9]';\n    my $months = 'jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec';\n    my $days = 'mon|tue|wed|thu|fri|sat|sun';\n    my @namesArr = ();\n    my $pattern;\n\n    if ( $name eq 'minute' ) {\n        $pattern = '[ ]*(\\b[0-5]?[0-9]\\b)[ ]*';\n    } elsif ( $name eq 'hour' ) {\n        $pattern = '[ ]*(\\b[01]?[0-9]\\b|\\b2[0-3]\\b)[ ]*';\n    } elsif ( $name eq 'day' ) {\n        $pattern = '[ ]*(\\b[01]?[1-9]\\b|\\b2[0-9]\\b|\\b3[01]\\b)[ ]*';\n    } elsif ( $name eq 'month' ) {\n        @namesArr = split '|', $months;\n        $pattern = \"([ ]*(\\b[0-1]?[0-9]\\b)[ ]*)|([ ]*($months)[ ]*)\";\n    } elsif ( $name eq 'dweek' ) {\n        @namesArr = split '|', $days;\n        $pattern = \"([ ]*(\\b[0]?[0-7]\\b)[ ]*)|([ ]*($days)[ ]*)\";\n    }\n\n    defined $pattern or die( sprintf( \"Unknown '%s' cron task attribute\", $name ));\n\n    my $range = \"((($pattern)|(\\\\*\\\\/$step)?)|((($pattern)-($pattern))(\\\\/$step)?))\";\n    my $longPattern = \"$range(,$range)*\";\n\n    $value =~ /^$longPattern$/i or die(\n        sprintf( \"Invalid value '%s' given for the '%s' cron task attribute\", $value, $name )\n    );\n\n    for my $testField ( split ',', $value ) {\n        next if $testField !~ /^((($pattern)-($pattern))(\\/$step)?)+$/;\n\n        my @compare = split '-', $testField;\n        my @compareSlash = split '/', $compare['1'];\n\n        $compare[1] = $compareSlash[0] if scalar @compareSlash == 2;\n\n        my ( $left ) = grep { $namesArr[$_] eq lc( $compare[0] ) } 0 .. $#namesArr;\n        my ( $right ) = grep { $namesArr[$_] eq lc( $compare[1] ) } 0 .. $#namesArr;\n\n        $left = $compare[0] unless $left;\n        $right = $compare[1] unless $right;\n\n        if ( int( $left ) > int( $right ) ) {\n            die( sprintf( \"Invalid value '%s' given for the '%s' cron task attribute\", $value, $name ));\n        }\n    }\n\n    undef;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/cron.pm",
    "content": "=head1 NAME\n\n Servers::cron - i-MSCP cron server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-201 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::cron;\n\nuse strict;\nuse warnings;\n\n# cron server instance\nmy $instance;\n\n=head1 DESCRIPTION\n\n i-MSCP cron server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item factory( )\n\n Create and return cron server instance\n\n Return cron server implementation\n\n=cut\n\nsub factory\n{\n    return $instance if $instance;\n\n    my $package = 'Servers::cron::cron';\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $instance = $package->getInstance();\n}\n\n=item getPriority( )\n\n Get server priority\n\n Return int Server priority\n\n=cut\n\nsub getPriority\n{\n    10;\n}\n\n=item can( $method )\n\n Checks if the cron server package provides the given method\n\n Param string $method Method name\n Return subref|undef\n\n=cut\n\nsub can\n{\n    my ( undef, $method ) = @_;\n\n    my $package = 'Servers::cron::cron';\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $package->can( $method );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/ftpd/proftpd/installer.pm",
    "content": "=head1 NAME\n\n Servers::ftpd::proftpd::installer - i-MSCP Proftpd Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::ftpd::proftpd::installer;\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt qw/ ALPHA64 decryptRijndaelCBC encryptRijndaelCBC randomStr /;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dialog::InputValidation qw/\n    $LAST_VALIDATION_ERROR\n    isValidNumberRange isNumberInRange\n/;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Service;\nuse iMSCP::TemplateParser 'process';\nuse iMSCP::Umask '$UMASK';\nuse Servers::ftpd::proftpd;\nuse Servers::sqld;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Installer for the i-MSCP Poftpd Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::events \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForPassivePortRange( @_ ); };\n        0;\n    } );\n}\n\n=item preinstall( )\n\n Pre-installation task\n\n Return int 0 on success, other on failure\n \n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    $self->{'config'}->{'FTPD_PASSIVE_PORT_RANGE'} = ::setupGetQuestion(\n        'FTPD_PASSIVE_PORT_RANGE'\n    );\n\n    #$self->{'ftpd'}->stop();\n    0;\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_bkpConfFile( $self->{'config'}->{'FTPD_CONF_FILE'} );\n    $rs ||= $self->_setVersion();\n    $rs ||= $self->_setupDatabase();\n    $rs ||= $self->_buildConfigFile();\n    $rs ||= $self->_oldEngineCompatibility();\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->enable(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [ sub { $self->{'ftpd'}->restart(); }, 'ProFTPD' ];\n            0;\n        },\n        4\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::ftpd::proftpd::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'ftpd'} = Servers::ftpd::proftpd->getInstance();\n    $self->{'events'} = $self->{'ftpd'}->{'events'};\n    $self->{'cfgDir'} = $self->{'ftpd'}->{'cfgDir'};\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'wrkDir'} = \"$self->{'cfgDir'}/working\";\n    $self->{'config'} = $self->{'ftpd'}->{'config'};\n    $self;\n}\n\n=item _dialogForPassivePortRange( \\%dialog )\n\n Dialog for passive port range\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForPassivePortRange\n{\n    my ( $self, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion(\n        'FTPD_PASSIVE_PORT_RANGE',\n        length $self->{'config'}->{'FTPD_PASSIVE_PORT_RANGE'}\n            ? $self->{'config'}->{'FTPD_PASSIVE_PORT_RANGE'}\n            : '32800 33800'\n    );\n    my ( $startOfRange, $endOfRange );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ ftpd servers all / )\n        && length $value\n        && isValidNumberRange( $value, \\$startOfRange, \\$endOfRange )\n        && isNumberInRange( $startOfRange, 32768, 60999 )\n        && isNumberInRange( $endOfRange, $startOfRange, 60999 )\n    ) {\n        ::setupSetQuestion( 'FTPD_PASSIVE_PORT_RANGE', $value );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, $value ) = $dialog->string( <<\"EOF\", length $value ? $value : '32800 33800' );\n${msg}Please choose the passive TCP port range for the FTP server.\n\nIf the FTP server is behind a NAT, you \\\\ZbMUST\\\\Zb not forget to forward these ports.\nEOF\n        if ( $ret != 30 ) {\n            if ( !isValidNumberRange( $value, \\$startOfRange, \\$endOfRange )\n                || !isNumberInRange( $startOfRange, 32768, 60999 )\n                || !isNumberInRange( $endOfRange, $startOfRange, 60999 )\n            ) {\n                $msg = $LAST_VALIDATION_ERROR;\n            } else {\n                $msg = ''\n            }\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'FTPD_PASSIVE_PORT_RANGE', \"$startOfRange $endOfRange\" );\n    0;\n}\n\n=item _bkpConfFile( )\n\n Backup file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _bkpConfFile\n{\n    my ( $self, $cfgFile ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdBkpConfFile', $cfgFile );\n    return $rs if $rs;\n\n    if ( -f $cfgFile ) {\n        my $file = iMSCP::File->new( filename => $cfgFile );\n        my ( $filename, undef, $suffix ) = fileparse( $cfgFile );\n\n        unless ( -f \"$self->{'bkpDir'}/$filename$suffix.system\" ) {\n            $rs = $file->copyFile(\n                \"$self->{'bkpDir'}/$filename$suffix.system\",\n                { preserve => 'no' }\n            );\n            return $rs if $rs;\n        } else {\n            $rs = $file->copyFile(\n                \"$self->{'bkpDir'}/$filename$suffix.\" . time,\n                { preserve => 'no' }\n            );\n            return $rs if $rs;\n        }\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdBkpConfFile', $cfgFile );\n}\n\n=item _setVersion\n\n Set version\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setVersion\n{\n    my ( $self ) = @_;\n\n    my $rs = execute( 'proftpd -v', \\my $stdout, \\my $stderr );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    if ( $stdout !~ m%([\\d.]+)% ) {\n        error( \"Couldn't find ProFTPD version from 'proftpd -v' command output.\" );\n        return 1;\n    }\n\n    $self->{'config'}->{'PROFTPD_VERSION'} = $1;\n    debug( \"ProFTPD version set to: $1\" );\n    0;\n}\n\n=item _setupDatabase( )\n\n Setup database\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupDatabase\n{\n    my ( $self ) = @_;\n\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my %config = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `name`, `value`\n                FROM `config`\n                WHERE `name` LIKE 'PROFTPD_SQL_%'\n            \",\n            { Columns => [ 1, 2 ] }\n        ) };\n\n        if ( length $config{'PROFTPD_SQL_USER'} ) {\n            $config{'PROFTPD_SQL_USER'} = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $config{'PROFTPD_SQL_USER'}\n            );\n        } else {\n            $config{'PROFTPD_SQL_USER'} = 'proftpd_' . randomStr( 8, ALPHA64 );\n        }\n\n        if ( length $config{'PROFTPD_SQL_USER_PASSWD'} ) {\n            $config{'PROFTPD_SQL_USER_PASSWD'} = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $config{'PROFTPD_SQL_USER_PASSWD'}\n            );\n        } else {\n            $config{'PROFTPD_SQL_USER_PASSWD'} = randomStr( 16, ALPHA64 );\n        }\n\n        (\n            $self->{'_proftpd_sql_user'}, $self->{'_proftpd_sql_user_passwd'}\n        ) = (\n            $config{'PROFTPD_SQL_USER'}, $config{'PROFTPD_SQL_USER_PASSWD'}\n        );\n\n        $dbh->do(\n            '\n                INSERT INTO `config` (`name`,`value`)\n                VALUES (?,?),(?,?)\n                ON DUPLICATE KEY UPDATE `name` = `name`\n            ',\n            undef,\n            'PROFTPD_SQL_USER',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'PROFTPD_SQL_USER'}\n            ),\n            'PROFTPD_SQL_USER_PASSWD',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'PROFTPD_SQL_USER_PASSWD'}\n            )\n        );\n\n        my $sqlServer = Servers::sqld->factory();\n\n        for my $host (\n            $::imscpOldConfig{'DATABASE_USER_HOST'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' )\n        ) {\n            next unless length $host;\n            for my $user (\n                $config{'PROFTPD_SQL_USER'},\n                $self->{'ftpd'}->{'oldConfig'}->{'DATABASE_USER'} # Transitional\n            ) {\n                next unless length $user;\n                $sqlServer->dropUser( $user, $host );\n            }\n        }\n\n        $sqlServer->createUser(\n            $config{'PROFTPD_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' ),\n            $config{'PROFTPD_SQL_USER_PASSWD'},\n        );\n\n        for my $table ( 'ftp_users', 'ftp_group' ) {\n            $dbh->do(\n                \"\n                    GRANT SELECT\n                    ON `@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] }`.`$table`\n                    TO ?\\@?\n                \",\n                undef,\n                $config{'PROFTPD_SQL_USER'},\n                ::setupGetQuestion( 'DATABASE_USER_HOST' )\n            );\n        }\n\n        for my $table ( 'quotalimits', 'quotatallies' ) {\n            $dbh->do(\n                \"\n                    GRANT SELECT, INSERT, UPDATE\n                    ON `@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] }`.`$table`\n                    TO ?\\@?\n                \",\n                undef,\n                $config{'PROFTPD_SQL_USER'},\n                ::setupGetQuestion( 'DATABASE_USER_HOST' )\n            );\n        }\n\n        0;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _buildConfigFile( )\n\n Build configuration file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildConfigFile\n{\n    my ( $self ) = @_;\n\n    # Escape any double-quotes and backslash (see #IP-1330)\n    ( my $dbUser = $self->{'_proftpd_sql_user'} ) =~ s%(\"|\\\\)%\\\\$1%g;\n    ( my $dbPass = $self->{'_proftpd_sql_user_passwd'} ) =~ s%(\"|\\\\)%\\\\$1%g;\n\n    my $data = {\n        IPV6_SUPPORT            => ::setupGetQuestion( 'IPV6_SUPPORT' ) ? 'on' : 'off',\n        HOSTNAME                => ::setupGetQuestion( 'SERVER_HOSTNAME' ),\n        DATABASE_NAME           => ::setupGetQuestion( 'DATABASE_NAME' ),\n        DATABASE_HOST           => ::setupGetQuestion( 'DATABASE_HOST' ),\n        DATABASE_PORT           => ::setupGetQuestion( 'DATABASE_PORT' ),\n        DATABASE_USER           => qq/\"$dbUser\"/,\n        DATABASE_PASS           => qq/\"$dbPass\"/,\n        FTPD_MIN_UID            => $self->{'config'}->{'MIN_UID'},\n        FTPD_MIN_GID            => $self->{'config'}->{'MIN_GID'},\n        FTPD_PASSIVE_PORT_RANGE => $self->{'config'}->{'FTPD_PASSIVE_PORT_RANGE'},\n        CONF_DIR                => $::imscpConfig{'CONF_DIR'},\n        CERTIFICATE             => 'imscp_services',\n        SERVER_IDENT_MESSAGE    => '\"[' . ::setupGetQuestion( 'SERVER_HOSTNAME' ) . '] i-MSCP FTP server.\"',\n        TLSOPTIONS              => join( ' ', (\n            # The 'NoCertRequest' option is deprecated since v1.3.6rc2.\n            # See http://www.proftpd.org/docs/RELEASE_NOTES-1.3.6rc2\n            version->parse( $self->{'config'}->{'PROFTPD_VERSION'} )\n                < version->parse( '1.3.6' ) ? 'NoCertRequest ' : (),\n            'NoSessionReuseRequired'\n        )),\n        MAX_INSTANCES           => $self->{'config'}->{'MAX_INSTANCES'},\n        MAX_CLIENT_PER_HOST     => $self->{'config'}->{'MAX_CLIENT_PER_HOST'}\n    };\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate', 'proftpd', 'proftpd.conf', \\my $cfgTpl, $data\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/proftpd.conf\"\n            )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeFtpdBuildConf', \\$cfgTpl, 'proftpd.conf'\n    );\n    return $rs if $rs;\n\n    if ( ::setupGetQuestion( 'SERVICES_SSL_ENABLED' ) eq 'yes' ) {\n        $cfgTpl .= <<'EOF';\n\n# SSL configuration\n<Global>\n<IfModule mod_tls.c>\n  TLSEngine                on\n  TLSRequired              off\n  TLSLog                   /var/log/proftpd/ftp_ssl.log\n  TLSOptions               {TLSOPTIONS}\n  TLSRSACertificateFile    {CONF_DIR}/{CERTIFICATE}.pem\n  TLSRSACertificateKeyFile {CONF_DIR}/{CERTIFICATE}.pem\n  TLSVerifyClient          off\n</IfModule>\n</Global>\n<IfModule mod_tls.c>\n  TLSProtocol TLSv1\n</IfModule>\nEOF\n    }\n\n    my $baseServerIp = ::setupGetQuestion( 'BASE_SERVER_IP' );\n    my $baseServerPublicIp = ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' );\n\n    if ( $baseServerIp ne $baseServerPublicIp ) {\n        my @virtualHostIps = grep ($_ ne '0.0.0.0', (\n            '127.0.0.1',\n            ( ::setupGetQuestion( 'IPV6_SUPPORT' ) ? '::1' : () ),\n            $baseServerIp\n        ));\n        $cfgTpl .= <<\"EOF\";\n\n# Server behind NAT - Advertise public IP address\nMasqueradeAddress $baseServerPublicIp\n\n# VirtualHost for local access (No IP masquerading)\n<VirtualHost @virtualHostIps>\n    ServerName \"{HOSTNAME}.local\"\n</VirtualHost>\nEOF\n    }\n\n    $cfgTpl = process( $data, $cfgTpl );\n\n    $rs = $self->{'events'}->trigger(\n        'afterFtpdBuildConf', \\$cfgTpl, 'proftpd.conf'\n    );\n    return $rs if $rs;\n\n    local $UMASK = 027; # proftpd.conf file must not be created/copied world-readable\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'wrkDir'}/proftpd.conf\"\n    );\n    $file->set( $cfgTpl );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    $rs ||= $file->copyFile( $self->{'config'}->{'FTPD_CONF_FILE'} );\n    return $rs if $rs;\n\n    if ( -f \"$self->{'config'}->{'FTPD_CONF_DIR'}/modules.conf\" ) {\n        $file = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'FTPD_CONF_DIR'}/modules.conf\"\n        );\n        return 1 unless defined( my $cfgTplRef = $file->getAsRef());\n\n        ${ $cfgTplRef } =~ s/^(LoadModule\\s+mod_tls_memcache.c)/#$1/m;\n        $rs ||= $file->save();\n    }\n\n    $rs;\n}\n\n=item _oldEngineCompatibility( )\n\n Remove old files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _oldEngineCompatibility\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$self->{'cfgDir'}/proftpd.old.data\";\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/proftpd.old.data\"\n    )->delFile();\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/ftpd/proftpd/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::ftpd::proftpd::uninstaller - i-MSCP ProFTPD server uninstaller\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::ftpd::proftpd::uninstaller;\n\nuse strict;\nuse warnings;\nuse File::Basename qw/ basename dirname /;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt 'decryptRijndaelCBC';\nuse iMSCP::Database;\nuse iMSCP::Debug 'error';\nuse iMSCP::File;\nuse Servers::ftpd::proftpd;\nuse Servers::sqld;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP ProFTPD server uninstaller.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    # In setup context, uninstallation must be delayed, else we won't be able\n    # to connect to SQL server\n    if ( $::execmode eq 'setup' ) {\n        return $self->{'events'}->getInstance()->register(\n            'afterSqldPreinstall',\n            sub { $self->_uninstall(); }\n        );\n    }\n\n    $self->_uninstall();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::ftpd::proftpd::uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'ftpd'} = Servers::ftpd::proftpd->getInstance();\n    $self->{'events'} = $self->{'ftpd'}->{'events'};\n    $self->{'cfgDir'} = $self->{'ftpd'}->{'cfgDir'};\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'wrkDir'} = \"$self->{'cfgDir'}/working\";\n    $self->{'config'} = $self->{'ftpd'}->{'config'};\n    $self;\n}\n\n=item _uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _uninstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my ( $proftpdSqlUser ) = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `value`\n                FROM `config`\n                WHERE `name` = 'PROFTPD_SQL_USER'\n            \"\n        ) };\n\n        if ( defined $proftpdSqlUser ) {\n             $proftpdSqlUser = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $proftpdSqlUser\n            );\n\n            for my $host (\n                $::imscpOldConfig{'DATABASE_USER_HOST'},\n                $::imscpConfig{'DATABASE_USER_HOST'}\n            ) {\n                next unless length $host;\n                Servers::sqld->factory()->dropUser( $proftpdSqlUser, $host );\n            }\n        }\n\n        $dbh->do(\n            \"DELETE FROM `config` WHERE `name` LIKE 'PROFTPD_SQL_%'\"\n        );\n\n        # Setup context means switching to another FTP server. In such case, we\n        # simply delete the files\n        if ( $::execmode eq 'setup' ) {\n            if ( -f $self->{'config'}->{'FTPD_CONF_FILE'} ) {\n                my $rs = iMSCP::File->new(\n                    filename => $self->{'config'}->{'FTPD_CONF_FILE'}\n                )->delFile();\n                return $rs if $rs;\n            }\n\n            my $filename = basename( $self->{'config'}->{'FTPD_CONF_FILE'} );\n            if ( -f \"$self->{'bkpDir'}/$filename.system\" ) {\n                my $rs = iMSCP::File->new(\n                    filename => \"$self->{'bkpDir'}/$filename.system\"\n                )->delFile();\n                return $rs if $rs;\n            }\n            return 0;\n        }\n\n        my $dirname = dirname( $self->{'config'}->{'FTPD_CONF_FILE'} );\n        my $filename = basename( $self->{'config'}->{'FTPD_CONF_FILE'} );\n\n        return 0 unless -d $dirname && -f \"$self->{'bkpDir'}/$filename.system\";\n\n        iMSCP::File->new(\n            filename => \"$self->{'bkpDir'}/$filename.system\"\n        )->copyFile(\n            $self->{'config'}->{'FTPD_CONF_FILE'}, { preserve => 'no' }\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/ftpd/proftpd.pm",
    "content": "=head1 NAME\n\n Servers::ftpd::proftpd - i-MSCP ProFTPD Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::ftpd::proftpd;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat Servers::ftpd::proftpd::installer Servers::ftpd::proftpd::uninstaller /;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug error getMessageByType /;\nuse iMSCP::Config;\nuse iMSCP::EventManager;\nuse iMSCP::File;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Service;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Proftpd Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::events \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    Servers::ftpd::proftpd::installer->getInstance()->registerSetupListeners(\n        $events\n    );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdPreinstall', 'proftpd' );\n    $rs ||= Servers::ftpd::proftpd::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterFtpdPreinstall', 'proftpd' );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdInstall', 'proftpd' );\n    $rs ||= Servers::ftpd::proftpd::installer->getInstance()->install();\n    $rs ||= $self->{'events'}->trigger( 'afterFtpdInstall', 'proftpd' );\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdPostInstall', 'proftpd' );\n    $rs ||= Servers::ftpd::proftpd::installer->getInstance()->postinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterFtpdPostInstall', 'proftpd' );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeFtpdUninstall', 'proftpd'\n    );\n    $rs ||= Servers::ftpd::proftpd::uninstaller->getInstance()->uninstall();\n    $rs ||= $self->{'events'}->trigger(\n        'afterFtpdUninstall', 'proftpd'\n    );\n    return $rs if $rs;\n\n    if ( iMSCP::Service->getInstance()->hasService(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ) ) {\n        $self->{'restart'} = TRUE;\n    } else {\n        @{ $self }{qw/ start restart reload /} = ( FALSE, FALSE, FALSE );\n    }\n\n    0;\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    setRights( $self->{'config'}->{'FTPD_CONF_FILE'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0640'\n    } );\n}\n\n=item addUser( \\%data )\n\n Process addUser tasks\n\n Param hash \\%data user data as provided by Modules::User module\n Return int 0 on success, other on failure\n\n=cut\n\nsub addUser\n{\n    my ( $self, $data ) = @_;\n\n    return 0 if $data->{'STATUS'} eq 'tochangepwd';\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdAddUser', $data );\n    return $rs if $rs;\n\n    my $dbh = iMSCP::Database->factory()->getRawDb();\n\n    local $@;\n    eval {\n        $dbh->begin_work();\n        $dbh->do(\n            'UPDATE ftp_users SET uid = ?, gid = ? WHERE admin_id = ?',\n            undef,\n            $data->{'USER_SYS_UID'},\n            $data->{'USER_SYS_GID'},\n            $data->{'USER_ID'}\n        );\n        $dbh->do(\n            'UPDATE ftp_group SET gid = ? WHERE groupname = ?',\n            undef,\n            $data->{'USER_SYS_GID'},\n            $data->{'USERNAME'}\n        );\n        $dbh->commit();\n    };\n    if ( $@ ) {\n        $dbh->rollback();\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'AfterFtpdAddUser', $data );\n}\n\n=item addFtpUser( \\%data )\n\n Add FTP user\n\n Param hash \\%data Ftp user as provided by Modules::FtpUser module\n Return int 0 on success, other on failure\n\n=cut\n\nsub addFtpUser\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdAddFtpUser', $data );\n    $rs ||= $self->{'events'}->trigger( 'afterFtpdAddFtpUser', $data );\n}\n\n=item disableFtpUser( \\%data )\n\n Disable FTP user\n\n Param hash \\%data Ftp user data as provided by Modules::FtpUser module\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableFtpUser\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeFtpdDisableFtpUser', $data\n    );\n    $rs ||= $self->{'events'}->trigger(\n        'afterFtpdDisableFtpUser', $data\n    );\n}\n\n=item deleteFtpUser( \\%data )\n\n Delete FTP user\n\n Param hash \\%data Ftp user data as provided by Modules::FtpUser module\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteFtpUser\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeFtpdDeleteFtpUser', $data\n    );\n    $rs ||= $self->{'events'}->trigger(\n        'afterFtpdDeleteFtpUser', $data\n    );\n}\n\n=item start( )\n\n Start ProFTPD\n\n Return int 0, other on failure\n\n=cut\n\nsub start\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdStart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->start(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdStart' );\n}\n\n=item stop( )\n\n Stop ProFTPD\n\n Return int 0, other on failure\n\n=cut\n\nsub stop\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdStop' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->stop(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdStop' );\n}\n\n=item restart( )\n\n Restart ProFTPD\n\n Return int 0, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdRestart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->restart(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdRestart' );\n}\n\n=item reload( )\n\n Reload ProFTPD\n\n Return int 0, other on failure\n\n=cut\n\nsub reload\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdReload' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->reload(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdReload' );\n}\n\n=item getTraffic( $trafficDb )\n\n Get ProFTPD traffic data\n\n Param hashref \\%trafficDb Traffic database\n Die on failure\n\n=cut\n\nsub getTraffic\n{\n    my ( $self, $trafficDb ) = @_;\n\n    my $logFile = $self->{'config'}->{'FTPD_TRAFF_LOG_PATH'};\n\n    # The log file exists and is not empty\n    unless ( -f -s $logFile ) {\n        debug( sprintf(\n            'No new FTP logs found in %s file for processing', $logFile\n        ));\n        return;\n    }\n\n    debug( sprintf( 'Processing FTP logs from the %s file', $logFile ));\n\n    # Create snapshot of traffic data source file\n    my $snapshotFH = File::Temp->new();\n    iMSCP::File->new(\n        filename => $logFile\n    )->copyFile(\n        $snapshotFH->filename(), { preserve => 'no' }\n    ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n\n    # Reset log file\n    # FIXME: We should really avoid truncating. Instead, we should use logrotate.\n    truncate( $logFile, 0 ) or die( sprintf(\n        \"Couldn't truncate %s file: %s\", $logFile, $!\n    ));\n\n    # Extract FTP traffic data\n    while ( <$snapshotFH> ) {\n        next unless /^(?:[^\\s]+\\s){7}(?<bytes>\\d+)\\s(?:[^\\s]+\\s){5}[^\\s]+\\@(?<domain>[^\\s]+)/o\n            && exists $trafficDb->{$+{'domain'}};\n        $trafficDb->{$+{'domain'}} += $+{'bytes'};\n    }\n\n    $snapshotFH->close();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::ftpd::proftpd\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self }{qw/ start restart reload /} = ( FALSE, FALSE, FALSE );\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/proftpd\";\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'wrkDir'} = \"$self->{'cfgDir'}/working\";\n    $self->_mergeConfig() if -f \"$self->{'cfgDir'}/proftpd.data.dist\";\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'cfgDir'}/proftpd.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n    $self;\n}\n\n=item _mergeConfig( )\n\n Merge distribution configuration with production configuration\n\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self ) = @_;\n\n    if ( -f \"$self->{'cfgDir'}/proftpd.data\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/proftpd.data.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/proftpd.data\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'oldConfig'} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n\n        iMSCP::File->new( filename => \"$self->{'cfgDir'}/proftpd.data\" )->delFile();\n    }\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/proftpd.data.dist\"\n    )->moveFile(\n        \"$self->{'cfgDir'}/proftpd.data\"\n    ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/ftpd/vsftpd/installer.pm",
    "content": "=head1 NAME\n\n Servers::ftpd::vsftpd::installer - i-MSCP VsFTPd Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Servers::ftpd::vsftpd::installer;\n\nuse strict;\nuse warnings;\nuse Cwd;\nuse File::Basename;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt qw/ ALPHA64 decryptRijndaelCBC encryptRijndaelCBC randomStr /;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dialog::InputValidation qw/\n    $LAST_VALIDATION_ERROR\n    isValidNumberRange isNumberInRange\n/;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Service;\nuse iMSCP::TemplateParser 'process';\nuse iMSCP::Umask '$UMASK';\nuse Servers::ftpd::vsftpd;\nuse Servers::sqld;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Installer for the i-MSCP VsFTPd Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%em )\n\n Register setup event listeners\n\n Param iMSCP::events \\%em\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $em ) = @_;\n\n    $em->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForPassivePortRange( @_ ); };\n        0;\n    } );\n}\n\n=item preinstall( )\n\n Pre-installation task\n\n Return int 0 on success, other on failure\n \n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    $self->{'config'}->{'FTPD_PASSIVE_PORT_RANGE'} = ::setupGetQuestion(\n        'FTPD_PASSIVE_PORT_RANGE'\n    );\n\n    #$self->{'ftpd'}->stop();\n    0;\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_setVersion();\n    $rs ||= $self->_setupDatabase();\n    $rs ||= $self->_buildConfigFile();\n    $rs ||= $self->_oldEngineCompatibility();\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, die on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->enable(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [ sub { $self->{'ftpd'}->restart() }, 'VsFTPd server' ];\n            0\n        },\n        4\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::ftpd::vsftpd::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'ftpd'} = Servers::ftpd::vsftpd->getInstance();\n    $self->{'events'} = $self->{'ftpd'}->{'events'};\n    $self->{'cfgDir'} = $self->{'ftpd'}->{'cfgDir'};\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'config'} = $self->{'ftpd'}->{'config'};\n    $self;\n}\n\n=item _dialogForPassivePortRange( \\%dialog )\n\n Dialog for passive port range\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForPassivePortRange\n{\n    my ( $self, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion(\n        'FTPD_PASSIVE_PORT_RANGE',\n        length $self->{'config'}->{'FTPD_PASSIVE_PORT_RANGE'}\n            ? $self->{'config'}->{'FTPD_PASSIVE_PORT_RANGE'}\n            : '32800 33800'\n    );\n    my ( $startOfRange, $endOfRange );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ ftpd servers all / )\n        && length $value\n        && isValidNumberRange( $value, \\$startOfRange, \\$endOfRange )\n        && isNumberInRange( $startOfRange, 32768, 60999 )\n        && isNumberInRange( $endOfRange, $startOfRange, 60999 )\n    ) {\n        ::setupSetQuestion( 'FTPD_PASSIVE_PORT_RANGE', $value );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, $value ) = $dialog->string( <<\"EOF\", length $value ? $value : '32800 33800' );\n${msg}Please choose the passive TCP port range for the FTP server.\n\nIf the FTP server is behind a NAT, you \\\\ZbMUST\\\\Zb not forget to forward these ports.\nEOF\n        if ( $ret != 30 ) {\n            if ( !isValidNumberRange( $value, \\$startOfRange, \\$endOfRange )\n                || !isNumberInRange( $startOfRange, 32768, 60999 )\n                || !isNumberInRange( $endOfRange, $startOfRange, 60999 )\n            ) {\n                $msg = $LAST_VALIDATION_ERROR;\n            } else {\n                $msg = ''\n            }\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'FTPD_PASSIVE_PORT_RANGE', \"$startOfRange $endOfRange\" );\n    0;\n}\n\n=item _setVersion\n\n Set version\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setVersion\n{\n    my ( $self ) = @_;\n\n    # Version is print through STDIN (see: strace vsftpd -v)\n    my $rs = execute( 'vsftpd -v 0>&1', \\my $stdout, \\my $stderr );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    if ( $stdout !~ m%([\\d.]+)% ) {\n        error( \"Couldn't find VsFTPd version from 'vsftpd -v 0>&1' command output.\" );\n        return 1;\n    }\n\n    $self->{'config'}->{'VSFTPD_VERSION'} = $1;\n    debug( sprintf( 'VsFTPd version set to: %s', $1 ));\n    0;\n}\n\n=item _setupDatabase( )\n\n Setup database\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupDatabase\n{\n    my ( $self ) = @_;\n\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my %config = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `name`, `value`\n                FROM `config`\n                WHERE `name` LIKE 'VSFTPD_SQL_%'\n            \",\n            { Columns => [ 1, 2 ] }\n        ) };\n\n        if ( length $config{'VSFTPD_SQL_USER'} ) {\n            $config{'VSFTPD_SQL_USER'} = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $config{'VSFTPD_SQL_USER'}\n            );\n        } else {\n            $config{'PROFTPD_SQL_USER'} = 'vsftpd_' . randomStr( 9, ALPHA64 );\n        }\n\n        if ( length $config{'VSFTPD_SQL_USER_PASSWD'} ) {\n            $config{'VSFTPD_SQL_USER_PASSWD'} = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $config{'VSFTPD_SQL_USER_PASSWD'}\n            );\n        } else {\n            $config{'VSFTPD_SQL_USER_PASSWD'} = randomStr( 16, ALPHA64 );\n        }\n\n        ( $self->{'_vsftpd_sql_user'}, $self->{'_vsftpd_sql_user_passwd'} ) = (\n            $config{'VSFTPD_SQL_USER'}, $config{'VSFTPD_SQL_USER_PASSWD'}\n        );\n\n        $dbh->do(\n            '\n                INSERT INTO `config` (`name`,`value`)\n                VALUES (?,?),(?,?)\n                ON DUPLICATE KEY UPDATE `name` = `name`\n            ',\n            undef,\n            'VSFTPD_SQL_USER',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'VSFTPD_SQL_USER'}\n            ),\n            'VSFTPD_SQL_USER_PASSWD',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'VSFTPD_SQL_USER_PASSWD'}\n            )\n        );\n\n        my $sqlServer = Servers::sqld->factory();\n\n        for my $host (\n            $::imscpOldConfig{'DATABASE_USER_HOST'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' )\n        ) {\n            next unless length $host;\n            for my $user (\n                $config{'VSFTPD_SQL_USER'},\n                $self->{'ftpd'}->{'oldConfig'}->{'DATABASE_USER'} # Transitional\n            ) {\n                next unless length $user;\n                $sqlServer->dropUser( $user, $host );\n            }\n        }\n\n        $sqlServer->createUser(\n            $config{'VSFTPD_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' ),\n            $config{'VSFTPD_SQL_USER_PASSWD'},\n        );\n\n        for my $table ( 'ftp_users', 'ftp_group' ) {\n            $dbh->do(\n                \"\n                    GRANT SELECT\n                    ON `@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] }`.`$table`\n                    TO ?\\@?\n                \",\n                undef,\n                $config{'VSFTPD_SQL_USER'},\n                ::setupGetQuestion( 'DATABASE_USER_HOST' )\n            );\n        }\n\n        for my $table ( 'quotalimits', 'quotatallies' ) {\n            $dbh->do(\n                \"\n                    GRANT SELECT, INSERT, UPDATE\n                    ON `@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] }`.`$table`\n                    TO ?\\@?\n                \",\n                undef,\n                $config{'VSFTPD_SQL_USER'},\n                ::setupGetQuestion( 'DATABASE_USER_HOST' )\n            );\n        }\n\n        0;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _buildConfigFile( )\n\n Build configuration file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildConfigFile\n{\n    my ( $self ) = @_;\n\n    # Make sure to start with clean user configuration directory\n    unlink glob \"$self->{'config'}->{'FTPD_USER_CONF_DIR'}/*\";\n\n    my ( $passvMinPort, $passvMaxPort ) = split(\n        /\\s+/, $self->{'config'}->{'FTPD_PASSIVE_PORT_RANGE'}\n    );\n    my $data = {\n        IPV4_ONLY              => ::setupGetQuestion( 'IPV6_SUPPORT' ) ? 'NO' : 'YES',\n        IPV6_SUPPORT           => ::setupGetQuestion( 'IPV6_SUPPORT' ) ? 'YES' : 'NO',\n        DATABASE_NAME          => ::setupGetQuestion( 'DATABASE_NAME' ),\n        DATABASE_HOST          => ::setupGetQuestion( 'DATABASE_HOST' ),\n        DATABASE_PORT          => ::setupGetQuestion( 'DATABASE_PORT' ),\n        DATABASE_USER          => $self->{'_vsftpd_sql_user'},\n        DATABASE_PASS          => $self->{'_vsftpd_sql_user_passwd'},\n        FTPD_BANNER            => $self->{'config'}->{'FTPD_BANNER'},\n        FRONTEND_USER_SYS_NAME => $::imscpConfig{'SYSTEM_USER_PREFIX'}\n            . $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n        PASSV_ENABLE           => $self->{'config'}->{'PASSV_ENABLE'},\n        PASSV_MIN_PORT         => $passvMinPort,\n        PASSV_MAX_PORT         => $passvMaxPort,\n        FTP_MAX_CLIENTS        => $self->{'config'}->{'FTP_MAX_CLIENTS'},\n        MAX_PER_IP             => $self->{'config'}->{'MAX_PER_IP'},\n        LOCAL_MAX_RATE         => $self->{'config'}->{'LOCAL_MAX_RATE'},\n        USER_WEB_DIR           => $::imscpConfig{'USER_WEB_DIR'},\n        FTPD_USER_CONF_DIR     => $self->{'config'}->{'FTPD_USER_CONF_DIR'}\n    };\n\n    # vsftpd main configuration file\n\n    my $rs = $self->_bkpConfFile( $self->{'config'}->{'FTPD_CONF_FILE'} );\n    $rs ||= $self->{'events'}->trigger(\n        'onLoadTemplate', 'vsftpd', 'vsftpd.conf', \\my $cfgTpl, $data\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/vsftpd.conf\"\n            )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeFtpdBuildConf', \\$cfgTpl, 'vsftpd.conf'\n    );\n    return $rs if $rs;\n\n    if ( $self->_isVsFTPdInsideCt() ) {\n        $cfgTpl .= <<'EOF';\n\n# VsFTPd run inside unprivileged VE\n# See http://youtrack.i-mscp.net/issue/IP-1503\nseccomp_sandbox=NO\nEOF\n    }\n\n    my $baseServerPublicIp = ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' );\n    if ( $::imscpConfig{'BASE_SERVER_IP'} ne $baseServerPublicIp ) {\n        $cfgTpl .= <<\"EOF\";\n\n# Server behind NAT - Advertise public IP address\npasv_address=$baseServerPublicIp\npasv_promiscuous=YES\nEOF\n    }\n\n    if ( ::setupGetQuestion( 'SERVICES_SSL_ENABLED' ) eq 'yes' ) {\n        $cfgTpl .= <<\"EOF\";\n\n# SSL support\nssl_enable=YES\nforce_local_data_ssl=NO\nforce_local_logins_ssl=NO\nssl_sslv2=NO\nssl_sslv3=NO\nssl_tlsv1=NO\nssl_tlsv1_1=NO\nssl_TLSv1_2=YES\nrequire_ssl_reuse=NO\nssl_ciphers=HIGH\nrsa_cert_file=$::imscpConfig{'CONF_DIR'}/imscp_services.pem\nrsa_private_key_file=$::imscpConfig{'CONF_DIR'}/imscp_services.pem\nEOF\n    }\n\n    $cfgTpl = iMSCP::TemplateParser::process( $data, $cfgTpl );\n\n    $rs = $self->{'events'}->trigger(\n        'afterFtpdBuildConf', \\$cfgTpl, 'vsftpd.conf'\n    );\n    return $rs if $rs;\n\n    my $file = iMSCP::File->new(\n        filename => $self->{'config'}->{'FTPD_CONF_FILE'}\n    );\n    $file->set( $cfgTpl );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    # VsFTPd pam-mysql configuration file\n    undef $cfgTpl;\n\n    local $UMASK = 027; # vsftpd.pam file must not be created/copied world-readable\n\n    $rs = $self->_bkpConfFile( $self->{'config'}->{'FTPD_PAM_CONF_FILE'} );\n    $rs ||= $self->{'events'}->trigger(\n        'onLoadTemplate', 'vsftpd', 'vsftpd.pam', \\$cfgTpl, $data\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/vsftpd.pam\"\n            )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeFtpdBuildConf', \\$cfgTpl, 'vsftpd.pam'\n    );\n    return $rs if $rs;\n\n    $cfgTpl = iMSCP::TemplateParser::process( $data, $cfgTpl );\n\n    $rs = $self->{'events'}->trigger(\n        'afterFtpdBuildConf', \\$cfgTpl, 'vsftpd.pam'\n    );\n    return $rs if $rs;\n\n    $file = iMSCP::File->new(\n        filename => $self->{'config'}->{'FTPD_PAM_CONF_FILE'}\n    );\n    $file->set( $cfgTpl );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n}\n\n=item _bkpConfFile( )\n\n Backup file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _bkpConfFile\n{\n    my ( $self, $cfgFile ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdBkpConfFile', $cfgFile );\n    return $rs if $rs;\n\n    if ( -f $cfgFile ) {\n        my $file = iMSCP::File->new( filename => $cfgFile );\n        my $basename = basename( $cfgFile );\n\n        unless ( -f \"$self->{'bkpDir'}/$basename.system\" ) {\n            $rs = $file->copyFile(\n                \"$self->{'bkpDir'}/$basename.system\", { preserve => 'no' }\n            );\n            return $rs if $rs;\n        } else {\n            $rs = $file->copyFile(\n                \"$self->{'bkpDir'}/$basename.\" . time, { preserve => 'no' }\n            );\n            return $rs if $rs;\n        }\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdBkpConfFile', $cfgFile );\n}\n\n=item _isVsFTPdInsideCt( )\n\n Does the VsFTPd server is run inside an unprivileged VE (OpenVZ container)\n\n Return bool TRUE if the VsFTPd server is run inside an OpenVZ container, FALSE otherwise\n\n=cut\n\nsub _isVsFTPdInsideCt\n{\n    return 0 unless -f '/proc/user_beancounters';\n\n    my $rs = execute(\n        'cat /proc/1/status | grep --color=never envID',\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    debug( $stderr ) if $rs && $stderr;\n    return $rs if $rs;\n\n    if ( $stdout =~ /envID:\\s+(\\d+)/ ) {\n        return ( $1 > 0 ) ? 1 : 0;\n    }\n\n    0;\n}\n\n=item _oldEngineCompatibility( )\n\n Remove old files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _oldEngineCompatibility\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$self->{'cfgDir'}/vsftpd.old.data\";\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/vsftpd.old.data\"\n    )->delFile();\n\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/ftpd/vsftpd/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::ftpd::vsftpd::uninstaller - i-MSCP VsFTPd server uninstaller\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Servers::ftpd::vsftpd::uninstaller;\n\nuse strict;\nuse warnings;\nuse File::Basename qw/ basename dirname /;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt 'decryptRijndaelCBC';\nuse iMSCP::Database;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dir;\nuse iMSCP::File;\nuse Servers::ftpd::vsftpd;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP VsFTPd server uninstaller.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item uninstall( )\n\n Process uninstall tasks\n\n Return int 0 on success, die on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    # In setup context, uninstallation must be delayed, else we won't be able\n    # to connect to SQL server\n    if ( $::execmode eq 'setup' ) {\n        return $self->{'events'}->getInstance()->register(\n            'afterSqldPreinstall',\n            sub { $self->_uninstall(); }\n        );\n    }\n\n    $self->_uninstall();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::ftpd::vsftpd::uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'ftpd'} = Servers::ftpd::vsftpd->getInstance();\n    $self->{'events'} = $self->{'ftpd'}->{'events'};\n    $self->{'cfgDir'} = $self->{'ftpd'}->{'cfgDir'};\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'config'} = $self->{'ftpd'}->{'config'};\n    $self;\n}\n\n=item _uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _uninstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my ( $vsftpdSqlUser ) = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `value`\n                FROM `config`\n                WHERE `name` = 'VSFTPD_SQL_USER'\n            \"\n        ) };\n\n        if ( defined $vsftpdSqlUser ) {\n            $vsftpdSqlUser = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $vsftpdSqlUser\n            );\n\n            for my $host (\n                $::imscpOldConfig{'DATABASE_USER_HOST'},\n                $::imscpConfig{'DATABASE_USER_HOST'}\n            ) {\n                next unless length $host;\n                Servers::sqld->factory()->dropUser( $vsftpdSqlUser, $host );\n            }\n        }\n\n        $dbh->do(\n            \"DELETE FROM `config` WHERE `name` LIKE 'VSFTPD_SQL_%'\"\n        );\n\n        for my $file ( $self->{'config'}->{'FTPD_CONF_FILE'},\n            $self->{'config'}->{'FTPD_PAM_CONF_FILE'}\n        ) {\n            # Setup context means switching to another FTP server. In such\n            # case, we simply delete the files\n            if ( $::execmode eq 'setup' ) {\n                if ( -f $self->{'config'}->{'FTPD_CONF_FILE'} ) {\n                    my $rs = iMSCP::File->new(\n                        filename => $self->{'config'}->{'FTPD_CONF_FILE'}\n                    )->delFile();\n                    return $rs if $rs;\n                }\n\n                my $filename = basename( $file );\n                if ( -f \"$self->{'bkpDir'}/$filename.system\" ) {\n                    my $rs = iMSCP::File->new(\n                        filename => \"$self->{'bkpDir'}/$filename.system\"\n                    )->delFile();\n                    return $rs if $rs;\n                }\n\n                next;\n            }\n\n            my $dirname = dirname( $self->{'config'}->{'FTPD_CONF_FILE'} );\n            my $filename = basename( $_ );\n\n            if ( -d $dirname && -f \"$self->{'bkpDir'}/$filename.system\" ) {\n                my $rs = iMSCP::File->new(\n                    filename => \"$self->{'bkpDir'}/$filename.system\"\n                )->copyFile(\n                    $self->{'config'}->{'FTPD_CONF_FILE'}, { preserve => 'no' }\n                );\n                return $rs if $rs;\n            }\n        }\n\n        iMSCP::Dir->new(\n            dirname => $self->{'config'}->{'FTPD_USER_CONF_DIR'}\n        )->remove();\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/ftpd/vsftpd.pm",
    "content": "=head1 NAME\n\n Servers::ftpd::vsftpd - i-MSCP VsFTPd Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Servers::ftpd::vsftpd;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat Servers::ftpd::vsftpd::installer Servers::ftpd::vsftpd::uninstaller /;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Config;\nuse iMSCP::Debug qw/ error debug getMessageByType /;\nuse iMSCP::EventManager;\nuse iMSCP::File;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Service;\nuse iMSCP::TemplateParser 'process';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP VsFTPd Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::events \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    Servers::ftpd::vsftpd::installer->getInstance()->registerSetupListeners(\n        $events\n    );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdPreinstall', 'vsftpd' );\n    $rs ||= Servers::ftpd::vsftpd::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterFtpdPreinstall', 'vsftpd' );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdInstall', 'vsftpd' );\n    $rs ||= Servers::ftpd::vsftpd::installer->getInstance()->install();\n    $rs ||= $self->{'events'}->trigger( 'afterFtpdInstall', 'vsftpd' );\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, die on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdPostInstall', 'vsftpd' );\n    $rs ||= Servers::ftpd::vsftpd::installer->getInstance()->postinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterFtpdPostInstall', 'vsftpd' );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, die on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdUninstall', 'vsftpd' );\n    $rs ||= Servers::ftpd::vsftpd::uninstaller->getInstance()->uninstall();\n    return $rs if $rs;\n\n    if ( iMSCP::Service->getInstance()->hasService(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ) ) {\n        $self->{'restart'} = TRUE;\n    } else {\n        @{ $self }{qw/ start restart reload /} = ( FALSE, FALSE, FALSE );\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdUninstall', 'vsftpd' );\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = setRights( $self->{'config'}->{'FTPD_USER_CONF_DIR'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $::imscpConfig{'ROOT_GROUP'},\n        dirmode   => '0750',\n        filemode  => '0640',\n        recursive => TRUE\n    } );\n    $rs ||= setRights( $self->{'config'}->{'FTPD_CONF_FILE'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0640'\n    } );\n}\n\n=item addUser( \\%data )\n\n Process addUser tasks\n\n Param hash \\%data user data as provided by Modules::User module\n Return int 0 on success, other on failure\n\n=cut\n\nsub addUser\n{\n    my ( $self, $data ) = @_;\n\n    return 0 if $data->{'STATUS'} eq 'tochangepwd';\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdAddUser', $data );\n    return $rs if $rs;\n\n    my $dbh = iMSCP::Database->factory()->getRawDb();\n\n    local $@;\n    eval {\n        $dbh->begin_work();\n        $dbh->do(\n            'UPDATE ftp_users SET uid = ?, gid = ? WHERE admin_id = ?',\n            undef,\n            $data->{'USER_SYS_UID'},\n            $data->{'USER_SYS_GID'},\n            $data->{'USER_ID'}\n        );\n        $dbh->do(\n            'UPDATE ftp_group SET gid = ? WHERE groupname = ?',\n            undef,\n            $data->{'USER_SYS_GID'},\n            $data->{'USERNAME'}\n        );\n        $dbh->commit();\n    };\n    if ( $@ ) {\n        $dbh->rollback();\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'AfterFtpdAddUser', $data );\n}\n\n=item addFtpUser( \\%data )\n\n Add FTP user\n\n Param hash \\%data Ftp user as provided by Modules::FtpUser module\n Return int 0 on success, other on failure\n\n=cut\n\nsub addFtpUser\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdAddFtpUser', $data );\n    $rs ||= $self->_createFtpUserConffile( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterFtpdAddFtpUser', $data );\n}\n\n=item disableFtpUser( \\%data )\n\n Disable FTP user\n\n Param hash \\%data Ftp user data as provided by Modules::FtpUser module\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableFtpUser\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdDisableFtpUser', $data );\n    $rs ||= $self->_deleteFtpUserConffile( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterFtpdDisableFtpUser', $data );\n}\n\n=item deleteFtpUser( \\%data )\n\n Delete FTP user\n\n Param hash \\%data Ftp user data as provided by Modules::FtpUser module\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteFtpUser\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdDeleteFtpUser', $data );\n    $rs ||= $self->_deleteFtpUserConffile( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterFtpdDeleteFtpUser', $data );\n}\n\n=item start( )\n\n Start vsftpd\n\n Return int 0, other on failure\n\n=cut\n\nsub start\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdStart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->start(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdStart' );\n}\n\n=item stop( )\n\n Stop vsftpd\n\n Return int 0, other on failure\n\n=cut\n\nsub stop\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdStop' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->stop(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdStop' );\n}\n\n=item restart( )\n\n Restart vsftpd\n\n Return int 0, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdRestart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->restart(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdRestart' );\n}\n\n=item reload( )\n\n Reload vsftpd\n\n Return int 0, other on failure\n\n=cut\n\nsub reload\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeFtpdReload' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->reload(\n        $self->{'config'}->{'FTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterFtpdReload' );\n}\n\n=item getTraffic( $trafficDb )\n\n Get VsFTPd traffic data\n\n Param hashref \\%trafficDb Traffic database\n Die on failure\n\n=cut\n\nsub getTraffic\n{\n    my ( $self, $trafficDb ) = @_;\n\n    my $logFile = $self->{'config'}->{'FTPD_TRAFF_LOG_PATH'};\n\n    # The log file exists and is not empty\n    unless ( -f -s $logFile ) {\n        debug( sprintf(\n            'No new FTP logs found in %s file for processing', $logFile\n        ));\n        return;\n    }\n\n    debug( sprintf( 'Processing FTP logs from the %s file', $logFile ));\n\n    # Create snapshot of traffic data source file\n    my $snapshotFH = File::Temp->new();\n    iMSCP::File->new(\n        filename => $logFile\n    )->copyFile(\n        $snapshotFH->filename(), { preserve => 'no' }\n    ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n\n    # Reset log file\n    # FIXME: We should really avoid truncating. Instead, we should use logrotate.\n    truncate( $logFile, 0 ) or die( sprintf(\n        \"Couldn't truncate %s file: %s\", $logFile, $!\n    ));\n\n    # Extract FTP traffic data\n    while ( <$snapshotFH> ) {\n        next unless /^(?:[^\\s]+\\s){7}(?<bytes>\\d+)\\s(?:[^\\s]+\\s){5}[^\\s]+\\@([^\\s]+)/o\n            && exists $trafficDb->{$+{'domain'}};\n        $trafficDb->{$+{'domain'}} += $+{'bytes'};\n    }\n\n    $snapshotFH->close();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::ftpd::vsftpd\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self }{qw/ start restart reload /} = ( FALSE, FALSE, FALSE );\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/vsftpd\";\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->_mergeConfig() if -f \"$self->{'cfgDir'}/vsftpd.data.dist\";\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'cfgDir'}/vsftpd.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n    $self;\n}\n\n=item _mergeConfig( )\n\n Merge distribution configuration with production configuration\n\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self ) = @_;\n\n    if ( -f \"$self->{'cfgDir'}/vsftpd.data\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/vsftpd.data.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/vsftpd.data\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'oldConfig'} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new( filename => \"$self->{'cfgDir'}/vsftpd.data.dist\" )->moveFile(\n        \"$self->{'cfgDir'}/vsftpd.data\"\n    ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=item _createFtpUserConffile( \\%data )\n\n Create user vsftpd configuration file\n\n Param hash \\%data Ftp user data as provided by Modules::FtpUser module\n Return int 0, other on failure\n\n=cut\n\nsub _createFtpUserConffile\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate', 'vsftpd', 'vsftpd_user.conf', \\my $cfgTpl, $data\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/vsftpd_user.conf\"\n            )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeFtpdBuildConf', \\$cfgTpl, 'vsftpd_user.conf'\n    );\n    return $rs if $rs;\n\n    $cfgTpl = process( $data, $cfgTpl );\n\n    $rs = $self->{'events'}->trigger(\n        'afterFtpdBuildConf', \\$cfgTpl, 'vsftpd_user.conf'\n    );\n    return $rs if $rs;\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'config'}->{'FTPD_USER_CONF_DIR'}/$data->{'USERNAME'}\"\n    );\n    $file->set( $cfgTpl );\n    $file->save();\n}\n\n=item _deleteFtpUserConffile( \\%data )\n\n Delete user vsftpd configuration file\n\n Param hash \\%data Ftp user data as provided by Modules::FtpUser module\n Return int 0, other on failure\n\n=cut\n\nsub _deleteFtpUserConffile\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless -f \"$self->{'config'}->{'FTPD_USER_CONF_DIR'}/$data->{'USERNAME'}\";\n\n    iMSCP::File->new(\n        filename => \"$self->{'config'}->{'FTPD_USER_CONF_DIR'}/$data->{'USERNAME'}\"\n    )->delFile();\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/ftpd.pm",
    "content": "=head1 NAME\n\n Servers::ftpd - i-MSCP ftpd Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::ftpd;\n\nuse strict;\nuse warnings;\n\n# ftpd server instance\nmy $instance;\n\n=head1 DESCRIPTION\n\n i-MSCP ftpd server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item factory( )\n\n Create and return ftpd server instance\n\n Also trigger uninstallation of old ftpd server when required.\n\n Return ftpd server instance, die on failure\n\n=cut\n\nsub factory\n{\n    return $instance if defined $instance;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'FTPD_PACKAGE' ) : $::imscpConfig{'FTPD_PACKAGE'};\n\n    if ( %::imscpOldConfig\n        && exists $::imscpOldConfig{'FTPD_PACKAGE'}\n        && $::imscpOldConfig{'FTPD_PACKAGE'} ne ''\n        && $::imscpOldConfig{'FTPD_PACKAGE'} ne $package\n    ) {\n        eval \"require $::imscpOldConfig{'FTPD_PACKAGE'}\";\n        die( $@ ) if $@;\n\n        my $rs = $::imscpOldConfig{'FTPD_PACKAGE'}->getInstance()->uninstall();\n        die( sprintf( \"Couldn't uninstall the '%s' server\", $::imscpOldConfig{'FTPD_PACKAGE'} )) if $rs;\n    }\n\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $instance = $package->getInstance();\n}\n\n=item getPriority( )\n\n Get server priority\n\n Return int Server priority\n\n=cut\n\nsub getPriority\n{\n    50;\n}\n\n=item can( $method )\n\n Checks if the ftpd server package provides the given method\n\n Param string $method Method name\n Return subref|undef\n\n=cut\n\nsub can\n{\n    my ( undef, $method ) = @_;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'FTPD_PACKAGE' ) : $::imscpConfig{'FTPD_PACKAGE'};\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $package->can( $method );\n}\n\nEND\n    {\n        return if $? || !$instance || ( defined $::execmode\n            && $::execmode eq 'setup'\n        );\n\n        if ( $instance->{'start'} ) {\n            $? = $instance->start();\n        } elsif ( $instance->{'restart'} ) {\n            $? = $instance->restart();\n        } elsif ( $instance->{'reload'} ) {\n            $? = $instance->reload();\n        }\n    }\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/httpd/apache_fcgid/installer.pm",
    "content": "=head1 NAME\n\n Servers::httpd::apache_fcgid::installer - i-MSCP Apache2/FastCGI Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::httpd::apache_fcgid::installer;\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt qw/ ALPHA64 decryptRijndaelCBC encryptRijndaelCBC randomStr /;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute qw/ execute escapeShell /;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Service;\nuse iMSCP::SystemGroup;\nuse iMSCP::SystemUser;\nuse Module::Load::Conditional 'check_install';\nuse Servers::httpd::apache_fcgid;\nuse Servers::sqld;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Installer for the i-MSCP Apache2/FastCGI Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::events \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForPhpConfLevel( @_ ); };\n        0;\n    } );\n}\n\n=item install( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval { $self->_setPhpVariables(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n    \n    $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'} = ::setupGetQuestion(\n        'PHP_CONFIG_LEVEL'\n    );\n    #$self->{'httpd'}->stop();\n    0;\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_setApacheVersion();\n    $rs ||= $self->_makeDirs();\n    $rs ||= $self->_copyDomainDisablePages();\n    $rs ||= $self->_buildFastCgiConfFiles();\n    $rs ||= $self->_buildApacheConfFiles();\n    $rs ||= $self->_installLogrotate();\n    $rs ||= $self->_setupVlogger();\n    $rs ||= $self->_cleanup();\n}\n\n=item postinstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->enable(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [\n                sub {\n                    # Set forceRestart flag, else server will be reloaded only\n                    $self->{'httpd'}->forceRestart();\n                    $self->{'httpd'}->restart();\n                },\n                'Httpd (Apache2/Fcgid)'\n            ];\n            0;\n        },\n        3\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::httpd::apache_fcgid::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'httpd'} = Servers::httpd::apache_fcgid->getInstance();\n    $self->{'apacheCfgDir'} = $self->{'httpd'}->{'apacheCfgDir'};\n    $self->{'config'} = $self->{'httpd'}->{'config'};\n    $self->{'phpCfgDir'} = $self->{'httpd'}->{'phpCfgDir'};\n    $self->{'phpConfig'} = $self->{'httpd'}->{'phpConfig'};\n    $self;\n}\n\n=item _dialogForPhpConfLevel( \\%dialog )\n\n Dialog for PHP configuration level\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForPhpConfLevel\n{\n    my ( $self, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion(\n        'PHP_CONFIG_LEVEL',\n        length $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'}\n            ? $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'}\n            : 'per_site'\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ php servers all / )\n        && grep ( $value eq $_, qw/ per_site per_domain per_user / )\n    ) {\n        ::setupSetQuestion( 'PHP_CONFIG_LEVEL', $value );\n        return 20;\n    }\n\n    my %choices = (\n        'Per site'   => 'per_site',\n        'Per domain' => 'per_domain',\n        'Per user'   => 'per_user'\n    );\n\n    ( my $ret, $value ) = $dialog->select(\n        <<\"EOF\", \\%choices, ( grep ( $value eq $_, qw/ per_site per_domain per_user /) )[0] // 'per_site' );\nPlease choose the PHP configuration level you want use. Available levels are:\n\n\\\\Z4Per domain:\\\\Zn One php.ini file per domain (including subdomains)\n\\\\Z4Per user:\\\\Zn One php.ini file per user\n\\\\Z4Per site:\\\\Zn One php.ini file per domain\n\nIf you make use of the PhpSwitcher plugin, you \\\\ZbMUST\\\\ZB choose the 'per site' option.\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'PHP_CONFIG_LEVEL', $value );\n    0;\n}\n\n=item _setPhpVariables( )\n\n Set PHP Variables\n\n Return int 0 on success, die on failure\n\n=cut\n\nsub _setPhpVariables\n{\n    my ( $self ) = @_;\n\n    ( $self->{'phpConfig'}->{'PHP_VERSION'} ) = ::setupGetQuestion( 'PHP_SERVER' )\n        =~ /(\\d+.\\d+)$/ or die( \"Couldn't guess system PHP version\" );\n\n    $self->{'phpConfig'}->{'PHP_CLI_BIN_PATH'} = iMSCP::ProgramFinder::find(\n        \"php$self->{'phpConfig'}->{'PHP_VERSION'}\"\n    ) or die( \"Couldn't find system php (cli) binary\" );\n\n    my ( $phpCliConfDir ) = `$self->{'phpConfig'}->{'PHP_CLI_BIN_PATH'} -ni 2> /dev/null | grep '(php.ini) Path'`\n        =~ /([^\\s]+)$/ or die( \"Couldn't guess system PHP configuration root directory\" );\n\n    $self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'} = dirname( $phpCliConfDir );\n\n    if ( -d \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/pool.d\" ) {\n        $self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'} = \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/pool.d\";\n    } else {\n        die( sprintf(\n            \"Couldn't guess php (fpm) pool configuration directory: Directory %s doesn't exist.\",\n            \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/pool.d\"\n        ));\n    }\n\n    $self->{'phpConfig'}->{'PHP_FCGI_BIN_PATH'} = iMSCP::ProgramFinder::find(\n        \"php-cgi$self->{'phpConfig'}->{'PHP_VERSION'}\"\n    ) or die( \"Couldn't find system php (cgi-fcgi) binary\" );\n\n    $self->{'phpConfig'}->{'PHP_FPM_BIN_PATH'} = iMSCP::ProgramFinder::find(\n        \"php-fpm$self->{'phpConfig'}->{'PHP_VERSION'}\"\n    ) or die( \"Couldn't find system php (fpm-fcgi) binary\" );\n\n    0;\n}\n\n=item _setApacheVersion( )\n\n Set Apache version\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setApacheVersion\n{\n    my ( $self ) = @_;\n\n    my $rs = execute( 'apache2ctl -v', \\my $stdout, \\my $stderr );\n    error( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    if ( $stdout !~ m%Apache/([\\d.]+)% ) {\n        error( \"Couldn't guess Apache version\" );\n        return 1;\n    }\n\n    $self->{'config'}->{'HTTPD_VERSION'} = $1;\n    debug( sprintf( 'Apache version set to: %s', $1 ));\n    0;\n}\n\n=item _makeDirs( )\n\n Create directories\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _makeDirs\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdMakeDirs' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        # Remove any older fcgi starter directory (prevent possible orphaned file when changing PHP configuration level)\n        iMSCP::Dir->new(\n            dirname => $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'}\n        )->remove();\n\n        for my $dir (\n            [\n                $self->{'config'}->{'HTTPD_LOG_DIR'},\n                $::imscpConfig{'ROOT_USER'},\n                $::imscpConfig{'ADM_GROUP'},\n                0750\n            ],\n            [\n                $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'},\n                $::imscpConfig{'ROOT_USER'},\n                $::imscpConfig{'ROOT_GROUP'},\n                0555\n            ]\n        ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user  => $dir->[1],\n                group => $dir->[2],\n                mode  => $dir->[3]\n            } );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdMakeDirs' );\n}\n\n=item _copyDomainDisablePages( )\n\n Copy pages for disabled domains\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _copyDomainDisablePages\n{\n    local $@;\n    eval {\n        iMSCP::Dir->new(\n            dirname => \"$::imscpConfig{'CONF_DIR'}/skel/domain_disabled_pages\"\n        )->rcopy(\n            \"$::imscpConfig{'USER_WEB_DIR'}/domain_disabled_pages\",\n            { preserve => 'no' }\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _buildFastCgiConfFiles( )\n\n Build FastCGI configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildFastCgiConfFiles\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdBuildFastCgiConfFiles'\n    );\n\n    $self->{'httpd'}->setData( {\n        SYSTEM_USER_PREFIX   => $::imscpConfig{'SYSTEM_USER_PREFIX'},\n        SYSTEM_USER_MIN_UID  => $::imscpConfig{'SYSTEM_USER_MIN_UID'},\n        PHP_FCGI_STARTER_DIR => $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'}\n    } );\n\n    $rs = $self->{'httpd'}->buildConfFile( \"$self->{'phpCfgDir'}/fcgi/apache_fcgid_module.conf\", {}, {\n        destination => \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/fcgid_imscp.conf\"\n    } );\n    return $rs if $rs;\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/fcgid.load\"\n    );\n\n    return 1 unless defined( my $cfgTpl = $file->get());\n\n    $file = iMSCP::File->new(\n        filename => \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/fcgid_imscp.load\"\n    );\n    $cfgTpl = \"<IfModule !mod_fcgid.c>\\n\" . $cfgTpl . \"</IfModule>\\n\";\n\n    $file->set( $cfgTpl );\n\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0644 );\n    $rs = $self->{'httpd'}->disableModules(\n        'actions', 'fastcgi', 'fcgid', 'fcgid_imscp', 'php5', 'php5_cgi',\n        'php5filter',\n        'php5.6', 'php7.0', 'php7.1', 'php7.2', 'php7.3', 'php7.4', 'php8.0',\n        'proxy_fcgi', 'proxy_handler', 'mpm_itk', 'mpm_event', 'mpm_prefork',\n        'mpm_worker'\n    );\n    $rs ||= $self->{'httpd'}->enableModules(\n        'actions', 'authz_groupfile', 'fcgid_imscp', 'mpm_event', 'version'\n    );\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdBuildFastCgiConfFiles'\n    );\n}\n\n=item _buildApacheConfFiles( )\n\n Build Apache configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildApacheConfFiles\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdBuildApacheConfFiles'\n    );\n    return $rs if $rs;\n\n    if ( -f \"$self->{'config'}->{'HTTPD_CONF_DIR'}/ports.conf\" ) {\n        $rs = $self->{'events'}->trigger(\n            'onLoadTemplate', 'apache_fcgid', 'ports.conf', \\my $cfgTpl, {}\n        );\n        return $rs if $rs;\n\n        unless ( defined $cfgTpl ) {\n            return 1 unless defined(\n                $cfgTpl = iMSCP::File->new(\n                    filename => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/ports.conf\"\n                )->get()\n            );\n        }\n\n        $rs = $self->{'events'}->trigger(\n            'beforeHttpdBuildConfFile', \\$cfgTpl, 'ports.conf'\n        );\n        return $rs if $rs;\n\n        $cfgTpl =~ s/^NameVirtualHost[^\\n]+\\n//gim;\n\n        $rs = $self->{'events'}->trigger(\n            'afterHttpdBuildConfFile', \\$cfgTpl, 'ports.conf'\n        );\n        return $rs if $rs;\n\n        my $file = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/ports.conf\"\n        );\n        $file->set( $cfgTpl );\n\n        $rs = $file->save();\n        $rs ||= $file->mode( 0644 );\n        return $rs if $rs;\n    }\n\n    # Turn off default access log provided by Debian package\n    $rs = $self->{'httpd'}->disableConfs( 'other-vhosts-access-log.conf' );\n    return $rs if $rs;\n\n    # Remove default access log file provided by Debian package\n    if ( -f \"$self->{'config'}->{'HTTPD_LOG_DIR'}/other_vhosts_access.log\" ) {\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_LOG_DIR'}/other_vhosts_access.log\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    $self->{'httpd'}->setData( {\n        HTTPD_CUSTOM_SITES_DIR => $self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'},\n        HTTPD_LOG_DIR          => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        HTTPD_ROOT_DIR         => $self->{'config'}->{'HTTPD_ROOT_DIR'},\n        VLOGGER_CONF           => \"$self->{'apacheCfgDir'}/vlogger.conf\"\n    } );\n    $rs ||= $self->{'httpd'}->buildConfFile( '00_nameserver.conf' );\n    $rs ||= $self->{'httpd'}->buildConfFile( '00_imscp.conf', {}, {\n        destination => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available/00_imscp.conf\"\n    } );\n    $rs ||= $self->{'httpd'}->enableModules(\n        'cgid', 'headers', 'proxy', 'proxy_http', 'rewrite', 'setenvif', 'ssl',\n        'suexec'\n    );\n    $rs ||= $self->{'httpd'}->enableSites( '00_nameserver.conf' );\n    $rs ||= $self->{'httpd'}->enableConfs( '00_imscp.conf' );\n    $rs ||= $self->{'httpd'}->disableConfs(\n        'php5.6-cgi.conf', 'php5.6-fpm.conf',\n        'php7.0-cgi.conf', 'php7.0-fpm.conf',\n        'php7.1-cgi.conf', 'php7.1-fpm.conf',\n        'php7.2-cgi.conf', 'php7.2-fpm.conf',\n        'php7.3-cgi.conf', 'php7.3-fpm.conf',\n        'php7.4-cgi.conf', 'php7.4-fpm.conf',\n        'php8.0-cgi.conf', 'php8.0-fpm.conf',\n        'serve-cgi-bin.conf'\n    );\n    $rs ||= $self->{'httpd'}->disableSites(\n        'default', 'default-ssl', '000-default.conf', 'default-ssl.conf'\n    );\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdBuildApacheConfFiles'\n    );\n}\n\n=item _installLogrotate( )\n\n Install Apache logrotate file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _installLogrotate\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdInstallLogrotate', 'apache2'\n    );\n\n    $self->{'httpd'}->setData( {\n        ROOT_USER     => $::imscpConfig{'ROOT_USER'},\n        ADM_GROUP     => $::imscpConfig{'ADM_GROUP'},\n        HTTPD_LOG_DIR => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        PHP_VERSION   => $self->{'CONFIG'}->{'PHP_VERSION'}\n    } );\n\n    $rs ||= $self->{'httpd'}->buildConfFile( 'logrotate.conf', {}, {\n        destination => \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/apache2\"\n    } );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdInstallLogrotate', 'apache2' );\n}\n\n=item _setupVlogger( )\n\n Setup vlogger\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupVlogger\n{\n    my ( $self ) = @_;\n\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my %config = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `name`, `value`\n                FROM `config`\n                WHERE `name` LIKE 'APACHE_VLOGGER_SQL_%'\n            \",\n            { Columns => [ 1, 2 ] }\n        ) };\n\n        if ( length $config{'APACHE_VLOGGER_SQL_USER'} ) {\n            $config{'APACHE_VLOGGER_SQL_USER'} = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $config{'APACHE_VLOGGER_SQL_USER'}\n            );\n        } else {\n            $config{'APACHE_VLOGGER_SQL_USER'} = 'vlogger_' . randomStr( 8, ALPHA64 );\n        }\n\n        if ( length $config{'APACHE_VLOGGER_SQL_USER_PASSWD'} ) {\n            $config{'APACHE_VLOGGER_SQL_USER_PASSWD'} = decryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'APACHE_VLOGGER_SQL_USER_PASSWD'}\n            );\n        } else {\n            $config{'APACHE_VLOGGER_SQL_USER_PASSWD'} = randomStr(\n                16, ALPHA64\n            );\n        }\n\n        $dbh->do(\n            '\n                INSERT INTO `config` (`name`,`value`)\n                VALUES (?,?),(?,?)\n                ON DUPLICATE KEY UPDATE `name` = `name`\n            ',\n            undef,\n            'APACHE_VLOGGER_SQL_USER',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'APACHE_VLOGGER_SQL_USER'}\n            ),\n            'APACHE_VLOGGER_SQL_USER_PASSWD',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'APACHE_VLOGGER_SQL_USER_PASSWD'}\n            )\n        );\n\n        my $rs = execute(\n            '/usr/bin/mysql '\n                . escapeShell( ::setupGetQuestion( 'DATABASE_NAME' ))\n                . ' < ' . escapeShell( \"$self->{'apacheCfgDir'}/vlogger.sql\" ),\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n\n        my $sqlServer = Servers::sqld->factory();\n\n        for my $host (\n            $::imscpOldConfig{'DATABASE_USER_HOST'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' ),\n            '127.0.0.1' # Transitional\n        ) {\n            next unless length $host;\n            for my $user (\n                $config{'APACHE_VLOGGER_SQL_USER'},\n                'vlogger_user' # Transitional\n            ) {\n                $sqlServer->dropUser( $user, $host );\n            }\n        }\n\n        $sqlServer->createUser(\n            $config{'APACHE_VLOGGER_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' ),\n            $config{'APACHE_VLOGGER_SQL_USER_PASSWD'},\n        );\n\n        $dbh->do(\n            \"\n                GRANT SELECT, INSERT, UPDATE\n                ON `@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] }`.`httpd_vlogger`\n                TO ?\\@?\n            \",\n            undef,\n            $config{'APACHE_VLOGGER_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' )\n        );\n\n        $self->{'httpd'}->setData( {\n            DSN               => \"DBI:\" . (\n                !!check_install( module => 'DBD::MariaDB', verbose => FALSE )\n                    ? 'MariaDB' : 'mysql'\n            ) . \":database=@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] };\"\n                . $::imscpConfig{'DATABASE_HOST'}\n                . ( $::imscpConfig{'DATABASE_HOST'} ne 'localhost'\n                ? \";$::imscpConfig{'DATABASE_PORT'}\" : '' ),\n            DATABASE_USER     => $config{'APACHE_VLOGGER_SQL_USER'},\n            DATABASE_PASSWORD => $config{'APACHE_VLOGGER_SQL_USER_PASSWD'}\n        } );\n        $self->{'httpd'}->buildConfFile(\n            \"$self->{'apacheCfgDir'}/vlogger.conf.tpl\",\n            { SKIP_TEMPLATE_CLEANER => TRUE },\n            { destination => \"$self->{'apacheCfgDir'}/vlogger.conf\" }\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _cleanup( )\n\n Process cleanup tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _cleanup\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger( 'beforeHttpdCleanup' );\n        $rs ||= $self->{'httpd'}->disableSites(\n            'imscp.conf',\n            '00_modcband.conf',\n            '00_master.conf',\n            '00_master_ssl.conf'\n        );\n        return $rs if $rs;\n\n        if ( -f \"$self->{'apacheCfgDir'}/apache.old.data\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'apacheCfgDir'}/apache.old.data\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        if ( -f \"$self->{'phpCfgDir'}/php.old.data\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'phpCfgDir'}/php.old.data\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        for my $file (\n            'imscp.conf',\n            '00_modcband.conf',\n            '00_master.conf',\n            '00_master_ssl.conf'\n        ) {\n            next unless -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$file\";\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$file\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        $rs = $self->{'httpd'}->disableModules(\n            'php_fpm_imscp',\n            'fastcgi_imscp'\n        );\n        return $rs if $rs;\n\n        for my $file (\n            'fastcgi_imscp.conf',\n            'fastcgi_imscp.load',\n            'php_fpm_imscp.conf',\n            'php_fpm_imscp.load'\n        ) {\n            next unless -f \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$file\";\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$file\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        if ( -d $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'} ) {\n            $rs = execute(\n                \"rm -f $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'}/*/php5-fastcgi-starter\",\n                \\my $stdout,\n                \\my $stderr\n            );\n            debug( $stdout ) if $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n\n        for my $dir (\n            '/var/log/apache2/backup',\n            '/var/log/apache2/users',\n            '/var/www/scoreboards'\n        ) {\n            iMSCP::Dir->new( dirname => $dir )->remove();\n        }\n\n        # Remove customer's logs file if any (no longer needed since we are now use bind mount)\n        $rs = execute(\n            \"rm -f $::imscpConfig{'USER_WEB_DIR'}/*/logs/*.log\",\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n\n        #\n        ## Cleanup and disable unused PHP Versions/SAPIs\n        #\n\n        if ( -f \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/php5-fpm\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/php5-fpm\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        iMSCP::Dir->new( dirname => '/etc/php5' )->remove();\n\n        unlink grep !/www\\.conf$/, glob \"$self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'}/*.conf\";\n\n        my $service = iMSCP::Service->getInstance();\n        $service->stop( sprintf(\n            'php%s-fpm', $self->{'phpConfig'}->{'PHP_VERSION'}\n        ));\n        $service->disable( sprintf(\n            'php%s-fpm', $self->{'phpConfig'}->{'PHP_VERSION'}\n        ));\n\n        $self->{'events'}->trigger( 'afterHttpdCleanup' );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/httpd/apache_fcgid/uninstaller.pm",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::httpd::apache_fcgid::uninstaller;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt 'decryptRijndaelCBC';\nuse iMSCP::Database;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dir;\nuse iMSCP::File;\nuse Servers::httpd::apache_fcgid;\nuse Servers::sqld;\nuse parent 'Common::SingletonClass';\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my ( $vloggerSqlUser ) = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `value`\n                FROM `config`\n                WHERE `name` = 'APACHE_VLOGGER_SQL_USER'\n            \"\n        ) };\n\n        if ( defined $vloggerSqlUser ) {\n            $vloggerSqlUser = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $vloggerSqlUser\n            );\n\n            for my $host (\n                $::imscpOldConfig{'DATABASE_USER_HOST'},\n                $::imscpConfig{'DATABASE_USER_HOST'},\n            ) {\n                next unless length $host;\n                Servers::sqld->factory()->dropUser( $vloggerSqlUser, $host );\n            }\n        }\n\n        $dbh->do(\n            \"DELETE FROM `config` WHERE `name` LIKE 'APACHE_VLOGGER_SQL_%'\"\n        );\n\n        for my $dir (\n            $self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'},\n            $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'}\n        ) {\n            iMSCP::Dir->new( dirname => $dir )->remove();\n        }\n\n        my $rs = $self->{'httpd'}->disableModules( 'fcgid_imscp' );\n        return $rs if $rs;\n\n        for my $file ( 'fcgid_imscp.conf', 'fcgid_imscp.load' ) {\n            next unless -f \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$file\";\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$file\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        if ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/00_nameserver.conf\" ) {\n            $rs = $self->{'httpd'}->disableSites( '00_nameserver.conf' );\n            $rs ||= iMSCP::File->new(\n                filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/00_nameserver.conf\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        my $confDir = -d \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available\"\n            ? \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available\"\n            : \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d\";\n\n        if ( -f \"$confDir/00_imscp.conf\" ) {\n            $rs = $self->{'httpd'}->disableConfs( '00_imscp.conf' );\n            $rs ||= iMSCP::File->new(\n                filename => \"$confDir/00_imscp.conf\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        for my $site ( '000-default', 'default' ) {\n            next unless -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$site\";\n            $rs = $self->{'httpd'}->enableSites( $site );\n            return $rs if $rs;\n        }\n\n        if ( -f '/usr/local/sbin/vlogger' ) {\n            $rs = iMSCP::File->new(\n                filename => '/usr/local/sbin/vlogger'\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        0;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'httpd'} = Servers::httpd::apache_fcgid->getInstance();\n    $self->{'apacheCfgDir'} = $self->{'httpd'}->{'apacheCfgDir'};\n    $self->{'config'} = $self->{'httpd'}->{'config'};\n    $self->{'phpConfig'} = $self->{'httpd'}->{'phpConfig'};\n    $self;\n}\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/httpd/apache_fcgid.pm",
    "content": "=head1 NAME\n\n Servers::httpd::apache_fcgid - i-MSCP Apache2/FastCGI Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::httpd::apache_fcgid;\n\nuse strict;\nuse warnings;\nuse autouse 'Date::Format' => qw/ time2str /;\nuse Class::Autouse qw/ :nostat Servers::httpd::apache_fcgid::installer Servers::httpd::apache_fcgid::uninstaller /;\nuse File::Basename qw/ dirname fileparse /;\nuse File::Spec;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Config;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error getMessageByType /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute 'execute';\nuse iMSCP::Ext2Attributes qw/ setImmutable clearImmutable isImmutable /;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Mount qw/ mount umount isMountpoint addMountEntry removeMountEntry /;\nuse iMSCP::Net;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Service;\nuse iMSCP::TemplateParser qw/ process replaceBloc /;\nuse iMSCP::Umask '$UMASK';\nuse List::MoreUtils 'uniq';\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Apache2/FastCGI Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::events \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    Servers::httpd::apache_fcgid::installer\n        ->getInstance()\n        ->registerSetupListeners( $events );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdPreinstall', 'apache_fcgid'\n    );\n    $rs ||= Servers::httpd::apache_fcgid::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdPreinstall', 'apache_fcgid'\n    );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdInstall', 'apache_fcgid'\n    );\n    $rs ||= Servers::httpd::apache_fcgid::installer->getInstance()->install();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdInstall', 'apache_fcgid'\n    );\n}\n\n=item postinstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdPostInstall', 'apache_fcgid'\n    );\n    $rs ||= Servers::httpd::apache_fcgid::installer\n        ->getInstance()\n        ->postinstall();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdPostInstall', 'apache_fcgid'\n    );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdUninstall', 'apache_fcgid'\n    );\n    $rs ||= Servers::httpd::apache_fcgid::uninstaller\n        ->getInstance()\n        ->uninstall();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdUninstall', 'apache_fcgid'\n    );\n    return $rs if $rs;\n\n    if ( iMSCP::Service->getInstance()->hasService(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ) ) {\n        $self->{'restart'} = TRUE;\n    } else {\n        @{ $self }{qw/ start restart /} = ( FALSE, FALSE );\n    }\n\n    0;\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdSetEnginePermissions' );\n    $rs ||= setRights( $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0555'\n    }\n    );\n    $rs ||= setRights( '/usr/local/sbin/vlogger', {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0750'\n    }\n    );\n    # Fix permissions on root log dir (e.g: /var/log/apache2) in any cases\n    # Fix permissions on root log dir (e.g: /var/log/apache2) content only with\n    # --fix-permissions option\n    $rs ||= setRights( $self->{'config'}->{'HTTPD_LOG_DIR'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $::imscpConfig{'ROOT_GROUP'},\n        dirmode   => '0755',\n        filemode  => '0644',\n        recursive => TRUE\n    }\n    );\n    $rs ||= setRights( $self->{'config'}->{'HTTPD_LOG_DIR'}, {\n        group => $::imscpConfig{'ADM_GROUP'},\n        mode  => '0750'\n    }\n    );\n    $rs ||= setRights(\n        \"$::imscpConfig{'USER_WEB_DIR'}/domain_disabled_pages\",\n        {\n            user      => $::imscpConfig{'ROOT_USER'},\n            group     => $self->{'config'}->{'HTTPD_GROUP'},\n            dirmode   => '0550',\n            filemode  => '0440',\n            recursive => TRUE\n        }\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdSetEnginePermissions' );\n}\n\n=item addUser( \\%data )\n\n Process addUser tasks\n\n Param hash \\%data User data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addUser\n{\n    my ( $self, $data ) = @_;\n\n    return 0 if $data->{'STATUS'} eq 'tochangepwd';\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddUser', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= iMSCP::SystemUser->new(\n        username => $self->{'config'}->{'HTTPD_USER'}\n    )->addToGroup(\n        $data->{'GROUP'}\n    );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddUser', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item deleteUser( \\%data )\n\n Process deleteUser tasks\n\n Param hash \\%data User data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteUser\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDelUser', $data );\n    $rs ||= iMSCP::SystemUser->new(\n        username => $self->{'config'}->{'HTTPD_USER'}\n    )->removeFromGroup(\n        $data->{'GROUP'}\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdDelUser', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item addDmn(\\%data)\n\n Process addDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddDmn', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addCfg( $data );\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddDmn', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item restoreDmn( )\n\n Process restoreDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub restoreDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdRestoreDmn', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdRestoreDmn', $data );\n}\n\n=item disableDmn( \\%data )\n\n Process disableDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableDmn', $data );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        # Ensure that all needed directories are present\n        for my $dir ( $self->_dmnFolders( $data ) ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user  => $dir->[1],\n                group => $dir->[2],\n                mode  => $dir->[3]\n            } );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->setData( $data );\n\n    my $net = iMSCP::Net->getInstance();\n    my @domainIPs = (\n        $data->{'DOMAIN_IP'},\n        ( $::imscpConfig{'CLIENT_WEBSITES_ALT_URLS'} eq 'yes'\n            ? $data->{'BASE_SERVER_IP'} : ()\n        )\n    );\n\n    $rs = $self->{'events'}->trigger(\n        'onAddHttpdVhostIps', $data, \\@domainIPs\n    );\n    return $rs if $rs;\n\n    # Remove duplicate IP if any and map the INADDR_ANY IP to *\n    @domainIPs = uniq( map {\n        $net->normalizeAddr( $_ ) =~ s/^\\Q0.0.0.0\\E$/*/r\n    } @domainIPs );\n\n    $self->setData( {\n        DOMAIN_IPS      => join( ' ', map {\n            ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                ? $_ : \"[$_]\"\n            ) . ':80'\n        } @domainIPs ),\n        HTTP_URI_SCHEME => 'http://',\n        HTTPD_LOG_DIR   => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        USER_WEB_DIR    => $::imscpConfig{'USER_WEB_DIR'},\n        SERVER_ALIASES         => ( $data->{'WILDCARD_ALIAS'} eq 'yes' ? '*.' : 'www.' )\n            . $data->{'DOMAIN_NAME'}\n    } );\n\n    # Create http vhost\n\n    if ( $data->{'HSTS_SUPPORT'} ) {\n        $self->setData( {\n            FORWARD      => \"https://$data->{'DOMAIN_NAME'}/\",\n            FORWARD_TYPE => '301'\n        } );\n        $data->{'VHOST_TYPE'} = 'domain_disabled_fwd';\n    } else {\n        $data->{'VHOST_TYPE'} = 'domain_disabled';\n    }\n\n    $rs = $self->buildConfFile(\n        \"$self->{'apacheTplDir'}/domain_disabled.tpl\",\n        $data,\n        { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n    );\n    $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}.conf\" );\n    return $rs if $rs;\n\n    # Create https vhost (or delete it if SSL is disabled)\n\n    if ( $data->{'SSL_SUPPORT'} ) {\n        $self->setData( {\n            CERTIFICATE     => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs/$data->{'DOMAIN_NAME'}.pem\",\n            DOMAIN_IPS      => join( ' ', map {\n                ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                    ? $_ : \"[$_]\"\n                ) . ':443'\n            } @domainIPs ),\n            HTTP_URI_SCHEME => 'https://'\n        } );\n        $data->{'VHOST_TYPE'} = 'domain_disabled_ssl';\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/domain_disabled.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" }\n        );\n        $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        return $rs if $rs;\n    } elsif ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" ) {\n        $rs = $self->disableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        $rs ||= iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    # Ensure that custom httpd conffile exists (cover case where file has been removed for any reasons)\n    unless ( -f \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" ) {\n        $data->{'SKIP_TEMPLATE_CLEANER'} = TRUE;\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/custom.conf.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n        );\n        return $rs if $rs;\n    }\n\n    # Transitional - Remove deprecated 'domain_disable_page' directory if any\n    if ( $data->{'DOMAIN_TYPE'} eq 'dmn' && -d $data->{'WEB_DIR'} ) {\n        local $@;\n        eval {\n            clearImmutable( $data->{'WEB_DIR'} );\n\n            iMSCP::Dir->new(\n                dirname => \"$data->{'WEB_DIR'}/domain_disable_page\"\n            )->remove();\n\n            if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n                setImmutable( $data->{'WEB_DIR'} );\n            }\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n    }\n\n    $self->flushData();\n    $self->{'events'}->trigger( 'afterHttpdDisableDmn', $data );\n}\n\n=item deleteDmn( \\%data )\n\n Process deleteDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteDmn\n{\n    my ( $self, $data ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger( 'beforeHttpdDelDmn', $data );\n        $rs ||= $self->disableSites(\n            \"$data->{'DOMAIN_NAME'}.conf\",\n            \"$data->{'DOMAIN_NAME'}_ssl.conf\"\n        );\n        return $rs if $rs;\n\n        for my $file ( \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}.conf\",\n            \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\",\n            \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\"\n        ) {\n            next unless -f $file;\n            $rs = iMSCP::File->new( filename => $file )->delFile();\n            return $rs if $rs;\n        }\n\n        $rs = $self->umountLogsFolder( $data );\n        return $rs if $rs;\n\n        unless ( $data->{'SHARED_MOUNT_POINT'} || !-d $data->{'WEB_DIR'} ) {\n            ( my $userWebDir = $::imscpConfig{'USER_WEB_DIR'} ) =~ s%/+$%%;\n            my $parentDir = dirname( $data->{'WEB_DIR'} );\n\n            clearImmutable( $parentDir );\n            clearImmutable( $data->{'WEB_DIR'}, TRUE );\n\n            iMSCP::Dir->new( dirname => $data->{'WEB_DIR'} )->remove();\n\n            if ( $parentDir ne $userWebDir ) {\n                my $dir = iMSCP::Dir->new( dirname => $parentDir );\n                if ( $dir->isEmpty() ) {\n                    clearImmutable( dirname( $parentDir ));\n                    $dir->remove();\n                }\n            }\n\n            if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes'\n                && $parentDir ne $userWebDir\n            ) {\n                do {\n                    setImmutable( $parentDir ) if -d $parentDir;\n                } while ( $parentDir = dirname( $parentDir ) ) ne $userWebDir;\n            }\n        }\n\n        iMSCP::Dir->new(\n            dirname => \"$data->{'HOME_DIR'}/logs/$data->{'DOMAIN_NAME'}\"\n        )->remove();\n        iMSCP::Dir->new(\n            dirname => \"$self->{'config'}->{'HTTPD_LOG_DIR'}/$data->{'DOMAIN_NAME'}\"\n        )->remove();\n        iMSCP::Dir->new(\n            dirname => \"$self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'}/$data->{'DOMAIN_NAME'}\"\n        )->remove();\n\n        $rs = $self->{'events'}->trigger( 'afterHttpdDelDmn', $data );\n        $self->{'restart'} = TRUE unless $rs;\n        $rs;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item addSub( \\%data )\n\n Process addSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddSub', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addCfg( $data );\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddSub', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item restoreSub( \\%data )\n\n Process restoreSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub restoreSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdRestoreSub', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $rs = $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdRestoreSub', $data );\n}\n\n=item disableSub( \\%data )\n\n Process disableSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableSub', $data );\n    $rs ||= $self->disableDmn( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdDisableSub', $data );\n}\n\n=item deleteSub(\\%data)\n\n Process deleteSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDelSub', $data );\n    $rs ||= $self->deleteDmn( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdDelSub', $data );\n}\n\n=item addHtpasswd( \\%data )\n\n Process AddHtpasswd tasks\n\n Param hash \\%data Htpasswd entry data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addHtpasswd\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_USERS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = -f $filePath ? $file->get() : '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdAddHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTUSER_NAME'}:[^\\n]*\\n//gim;\n    $fileContent .= \"$data->{'HTUSER_NAME'}:$data->{'HTUSER_PASS'}\\n\";\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdAddHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    local $UMASK = 027;\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        $self->{'config'}->{'HTTPD_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item deleteHtpasswd( \\%data )\n\n Process deleteHtpasswd tasks\n\n Param hash \\%data Htpasswd entry data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteHtpasswd\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_USERS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    return 0 unless -f $filePath;\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = $file->get() // '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDelHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTUSER_NAME'}:[^\\n]*\\n//gim;\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdDelHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        $self->{'config'}->{'HTTPD_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item addHtgroup( \\%data )\n\n Process addHtgroup tasks\n\n Param hash \\%data Htgroup data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addHtgroup\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_GROUPS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = -f $filePath ? $file->get() : '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdAddHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTGROUP_NAME'}:[^\\n]*\\n//gim;\n    $fileContent .= \"$data->{'HTGROUP_NAME'}:$data->{'HTGROUP_USERS'}\\n\";\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdAddHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    local $UMASK = 027;\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        $self->{'config'}->{'HTTPD_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item deleteHtgroup( \\%data )\n\n Process deleteHtgroup tasks\n\n Param hash \\%data Htgroup data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteHtgroup\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_GROUPS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    return 0 unless -f $filePath;\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = $file->get() // '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDelHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTGROUP_NAME'}:[^\\n]*\\n//gim;\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdDelHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        $self->{'config'}->{'HTTPD_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item addHtaccess( \\%data )\n\n Process addHtaccess tasks\n\n Param hash \\%data Htaccess data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addHtaccess\n{\n    my ( $self, $data ) = @_;\n\n    # Here we process only if AUTH_PATH directory exists\n    # Note: It's temporary fix for 1.1.0-rc2 (See #749)\n    return 0 unless -d $data->{'AUTH_PATH'};\n\n    my $fileUser = \"$data->{'HOME_PATH'}/$self->{'config'}->{'HTACCESS_USERS_FILENAME'}\";\n    my $fileGroup = \"$data->{'HOME_PATH'}/$self->{'config'}->{'HTACCESS_GROUPS_FILENAME'}\";\n    my $filePath = \"$data->{'AUTH_PATH'}/.htaccess\";\n\n    my $isImmutable = isImmutable( $data->{'AUTH_PATH'} );\n    clearImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = -f $filePath ? $file->get() : '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdAddHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    my $bTag = \"### START i-MSCP PROTECTION ###\\n\";\n    my $eTag = \"### END i-MSCP PROTECTION ###\\n\";\n    my $tagContent = \"AuthType $data->{'AUTH_TYPE'}\\nAuthName \\\"$data->{'AUTH_NAME'}\\\"\\nAuthUserFile $fileUser\\n\";\n\n    if ( $data->{'HTUSERS'} eq '' ) {\n        $tagContent .= \"AuthGroupFile $fileGroup\\nRequire group $data->{'HTGROUPS'}\\n\";\n    } else {\n        $tagContent .= \"Require user $data->{'HTUSERS'}\\n\";\n    }\n\n    $fileContent = replaceBloc( $bTag, $eTag, '', $fileContent );\n    $fileContent = $bTag . $tagContent . $eTag . $fileContent;\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdAddHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    local $UMASK = 027;\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner( $data->{'USER'}, $data->{'GROUP'} );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    setImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n    0;\n}\n\n=item deleteHtaccess( \\%data )\n\n Process deleteHtaccess tasks\n\n Param hash \\%data Htaccess data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteHtaccess\n{\n    my ( $self, $data ) = @_;\n\n    # We process only if AUTH_PATH directory exists\n    # Note: It's temporary fix for 1.1.0-rc2 (See #749)\n    return 0 unless -d $data->{'AUTH_PATH'};\n\n    my $filePath = \"$data->{'AUTH_PATH'}/.htaccess\";\n\n    return 0 unless -f $filePath;\n\n    my $isImmutable = isImmutable( $data->{'AUTH_PATH'} );\n    clearImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = $file->get() // '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDelHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent = replaceBloc(\n        \"### START i-MSCP PROTECTION ###\\n\",\n        \"### END i-MSCP PROTECTION ###\\n\",\n        '',\n        $fileContent\n    );\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdDelHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    if ( $fileContent ne '' ) {\n        $file->set( $fileContent );\n        $rs = $file->save();\n        $rs ||= $file->owner( $data->{'USER'}, $data->{'GROUP'} );\n        $rs ||= $file->mode( 0640 );\n        return $rs if $rs;\n    } elsif ( -f $filePath ) {\n        $rs = $file->delFile();\n        return $rs if $rs;\n    }\n\n    setImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n    0;\n}\n\n=item buildConf( $cfgTpl, $filename [, \\%data ] )\n\n Build the given configuration template\n\n Param string $cfgTpl Template content\n Param string $filename template filename\n Param hash \\%data OPTIONAL Data as provided by Alias|Domain|Subdomain|SubAlias modules or installer\n Return string Template content\n\n=cut\n\nsub buildConf\n{\n    my ( $self, $cfgTpl, $filename, $data ) = @_;\n\n    $data ||= {};\n\n    if ( grep ( $_ eq $filename, qw/ domain.tpl domain_disabled.tpl / ) ) {\n        if ( grep ( $_ eq $data->{'VHOST_TYPE'}, qw/ domain domain_disabled /) ) {\n            # Remove ssl and forward sections\n            $cfgTpl = replaceBloc(\n                \"# SECTION ssl BEGIN.\\n\",\n                \"# SECTION ssl END.\\n\",\n                '',\n                $cfgTpl\n            );\n            $cfgTpl = replaceBloc(\n                \"# SECTION fwd BEGIN.\\n\",\n                \"# SECTION fwd END.\\n\",\n                '',\n                $cfgTpl\n            );\n        } elsif ( grep (\n            $_ eq $data->{'VHOST_TYPE'},\n            qw/ domain_fwd domain_ssl_fwd domain_disabled_fwd /\n        ) ) {\n            # Remove ssl if needed\n            unless ( $data->{'VHOST_TYPE'} eq 'domain_ssl_fwd' ) {\n                $cfgTpl = replaceBloc(\n                    \"# SECTION ssl BEGIN.\\n\",\n                    \"# SECTION ssl END.\\n\",\n                    '',\n                    $cfgTpl\n                );\n            }\n\n            # Remove domain section\n            $cfgTpl = replaceBloc(\n                \"# SECTION dmn BEGIN.\\n\",\n                \"# SECTION dmn END.\\n\",\n                '',\n                $cfgTpl\n            );\n        } elsif ( grep (\n            $_ eq $data->{'VHOST_TYPE'}, qw/ domain_ssl domain_disabled_ssl /\n        ) ) {\n            # Remove forward section\n            $cfgTpl = replaceBloc(\n                \"# SECTION fwd BEGIN.\\n\",\n                \"# SECTION fwd END.\\n\",\n                '',\n                $cfgTpl\n            );\n        }\n    }\n\n    $self->{'events'}->trigger(\n        'beforeHttpdBuildConf', \\$cfgTpl, $filename, $data\n    );\n    $cfgTpl = process( $self->{'data'}, $cfgTpl );\n    $self->{'events'}->trigger(\n        'afterHttpdBuildConf', \\$cfgTpl, $filename, $data\n    );\n    $cfgTpl;\n}\n\n=item buildConfFile( $file [, \\%data = { } [, \\%options = { } ] ] )\n\n Build the given configuration file\n\n Param string $file Absolute path to config file or config filename relative to the i-MSCP apache config directory\n Param hash \\%data OPTIONAL Data as provided by Alias|Domain|Subdomain|SubAlias modules or installer\n Param hash \\%options OPTIONAL Options:\n  - destination: Destination file path (default to $self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/<filebasename>)\n  - user: File owner\n  - group: File group\n  - mode:  File mode\n Return int 0 on success, other on failure\n\n=cut\n\nsub buildConfFile\n{\n    my ( $self, $file, $data, $options ) = @_;\n\n    $data ||= {};\n    $options ||= {};\n\n    my ( $filename, $path ) = fileparse( $file );\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate',\n        'apache_fcgid',\n        $filename,\n        \\my $cfgTpl,\n        $data,\n        $options\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        if ( $path eq './' ) {\n            $file = File::Spec->canonpath(\n                \"$self->{'apacheCfgDir'}/$filename\"\n            );\n        }\n\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new( filename => $file )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeHttpdBuildConfFile', \\$cfgTpl, $filename, $data, $options\n    );\n    return $rs if $rs;\n\n    $cfgTpl = $self->buildConf( $cfgTpl, $filename, $data );\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdBuildConfFile', \\$cfgTpl, $filename, $data, $options\n    );\n    return $rs if $rs;\n\n    $options->{'destination'} ||= \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$filename\";\n\n    $file = iMSCP::File->new(\n        filename => $options->{'destination'}\n            // \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$filename\"\n    );\n    $file->set( $cfgTpl );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $options->{'user'} // $::imscpConfig{'ROOT_USER'},\n        $options->{'group'} // $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( $options->{'mode'} // 0644 );\n}\n\n=item getData( )\n\n Get server data\n\n Return hashref\n\n=cut\n\nsub getData\n{\n    $_[0]->{'data'};\n}\n\n=item setData( \\%data )\n\n Set server data\n\n Param hashref \\%data Server data\n Return int 0\n\n=cut\n\nsub setData\n{\n    my ( $self, $data ) = @_;\n\n    @{ $self->{'data'} }{keys %{ $data }} = values %{ $data };\n    0;\n}\n\n=item flushData( )\n\n Flush all data set via the setData( ) method\n\n Return int 0\n\n=cut\n\nsub flushData\n{\n    my ( $self ) = @_;\n\n    delete $self->{'data'};\n    0;\n}\n\n=item getTraffic( $trafficDb )\n\n Get httpd traffic data\n\n Param hashref \\%trafficDb Traffic database\n Die on failure\n\n=cut\n\nsub getTraffic\n{\n    my $trafficDb = $_[1];\n\n    my $timestamp = time();\n    my $date = time2str( '%Y%m%d', $timestamp );\n    my $dbh = iMSCP::Database->factory()->getRawDb();\n\n    debug( sprintf( 'Collecting HTTP traffic data' ));\n\n    local $@;\n    eval {\n        $dbh->begin_work();\n\n        my $sth = $dbh->prepare(\n            '\n                SELECT `vhost`, `bytes`\n                FROM `httpd_vlogger`\n                WHERE `ldate` <= ?\n                FOR UPDATE'\n        );\n        $sth->execute( $date );\n\n        while ( my $row = $sth->fetchrow_hashref() ) {\n            next unless exists $trafficDb->{$row->{'vhost'}};\n            $trafficDb->{$row->{'vhost'}} += $row->{'bytes'};\n        }\n\n        $dbh->do(\n            'DELETE FROM `httpd_vlogger` WHERE `ldate` <= ?', undef, $date\n        );\n        $dbh->commit();\n    };\n    if ( $@ ) {\n        $dbh->rollback();\n        %{ $trafficDb } = ();\n        die( sprintf( \"Couldn't collect traffic data: %s\", $@ ));\n    }\n\n    0;\n}\n\n=item getRunningUser( )\n\n Get user name under which the Apache server is running\n\n Return string User name under which the apache server is running\n\n=cut\n\nsub getRunningUser\n{\n    my ( $self ) = @_;\n\n    $self->{'config'}->{'HTTPD_USER'};\n}\n\n=item getRunningGroup( )\n\n Get group name under which the Apache server is running\n\n Return string Group name under which the apache server is running\n\n=cut\n\nsub getRunningGroup\n{\n    my ( $self ) = @_;\n\n    $self->{'config'}->{'HTTPD_GROUP'};\n}\n\n=item enableSites(@sites)\n\n Enable the given sites\n\n Param array @sites List of sites to enable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub enableSites\n{\n    my ( $self, @sites ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdEnableSites', \\@sites\n    );\n    return $rs if $rs;\n\n    for my $site ( @sites ) {\n        $rs = execute( [ 'a2ensite', $site ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdEnableSites', @sites );\n}\n\n=item disableSites( @sites )\n\n Disable the given sites\n\n Param array @sites List of sites to disable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub disableSites\n{\n    my ( $self, @sites ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableSites', \\@sites );\n    return $rs if $rs;\n\n    for my $site ( @sites ) {\n        next unless -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$site\";\n        $rs = execute( [ 'a2dissite', $site ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdDisableSites', @sites );\n}\n\n=item enableModules( @modules )\n\n Enable the given Apache modules\n\n Param array @modules List of modules to enable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub enableModules\n{\n    my ( $self, @modules ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdEnableModules', \\@modules );\n    return $rs if $rs;\n\n    for my $module ( @modules ) {\n        next unless -f \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$module.load\";\n        $rs = execute( [ 'a2enmod', $module ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdEnableModules', @modules );\n}\n\n=item disableModules( @modules )\n\n Disable the given Apache modules\n\n Param array @modules List of modules to disable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub disableModules\n{\n    my ( $self, @modules ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableModules', \\@modules );\n    return $rs if $rs;\n\n    for my $module ( @modules ) {\n        next unless -l \"$self->{'config'}->{'HTTPD_MODS_ENABLED_DIR'}/$module.load\";\n        $rs = execute( [ 'a2dismod', $module ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdDisableModules', @modules );\n}\n\n=item enableConfs( @conffiles )\n\n Enable the given configuration files\n\n Param array @conffiles List of configuration files to enable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub enableConfs\n{\n    my ( $self, @conffiles ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdEnableConfs', \\@conffiles\n    );\n    return $rs if $rs;\n\n    for my $conffile ( @conffiles ) {\n        $rs = execute( [ 'a2enconf', $conffile ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdEnableConfs', @conffiles );\n}\n\n=item disableConfs( @conffiles )\n\n Disable the given configuration files\n\n Param array @conffiles Lilst of configuration files to disable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub disableConfs\n{\n    my ( $self, @conffiles ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDisableConfs', \\@conffiles\n    );\n    return $rs if $rs;\n\n    for my $conffile ( @conffiles ) {\n        next unless -f \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available/$conffile\";\n        $rs = execute( [ 'a2disconf', $conffile ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdDisableConfs', @conffiles );\n}\n\n=item forceRestart( )\n\n Force httpd service to be restarted\n\n Return int 0\n\n=cut\n\nsub forceRestart\n{\n    my ( $self ) = @_;\n\n    $self->{'forceRestart'} = TRUE;\n    0;\n}\n\n=item start( )\n\n Start httpd service\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub start\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdStart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->start(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdStart' );\n}\n\n=item stop( )\n\n Stop httpd service\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub stop\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdStop' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->stop(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdStop' );\n}\n\n=item restart( )\n\n Restart or reload httpd service\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdRestart' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        if ( $self->{'forceRestart'} ) {\n            iMSCP::Service->getInstance()->restart(\n                $self->{'config'}->{'HTTPD_SNAME'}\n            );\n        } else {\n            iMSCP::Service->getInstance()->reload(\n                $self->{'config'}->{'HTTPD_SNAME'}\n            );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdRestart' );\n}\n\n=item mountLogsFolder( \\%data )\n\n Mount logs folder which belong to the given domain into customer's logs folder\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub mountLogsFolder\n{\n    my ( $self, $data ) = @_;\n\n    my $fsSpec = File::Spec->canonpath(\n        \"$self->{'config'}->{'HTTPD_LOG_DIR'}/$data->{'DOMAIN_NAME'}\"\n    );\n    my $fsFile = File::Spec->canonpath(\n        \"$data->{'HOME_DIR'}/logs/$data->{'DOMAIN_NAME'}\"\n    );\n    my $fields = {\n        fs_spec    => $fsSpec,\n        fs_file    => $fsFile,\n        fs_vfstype => 'none',\n        fs_mntops  => 'bind'\n    };\n    my $rs = $self->{'events'}->trigger(\n        'beforeMountLogsFolder', $data, $fields\n    );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Dir->new( dirname => $fsFile )->make(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs = addMountEntry(\n        \"$fields->{'fs_spec'} $fields->{'fs_file'} $fields->{'fs_vfstype'} $fields->{'fs_mntops'}\"\n    );\n    $rs ||= mount( $fields ) unless isMountpoint( $fields->{'fs_file'} );\n    $rs ||= $self->{'events'}->trigger(\n        'afterMountLogsFolder', $data, $fields\n    );\n}\n\n=item umountLogsFolder( \\%data )\n\n Umount logs folder which belong to the given domain from customer's logs folder\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub umountLogsFolder\n{\n    my ( $self, $data ) = @_;\n\n    my $recursive = TRUE;\n    my $fsFile = \"$data->{'HOME_DIR'}/logs\";\n\n    # We operate recursively only if domain type is 'dmn' (full account)\n    if ( $data->{'DOMAIN_TYPE'} ne 'dmn' ) {\n        $recursive = FALSE;\n        $fsFile .= \"/$data->{'DOMAIN_NAME'}\";\n    }\n\n    $fsFile = File::Spec->canonpath( $fsFile );\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeUnmountLogsFolder', $data, $fsFile\n    );\n    $rs ||= removeMountEntry( qr%.*?[ \\t]+\\Q$fsFile\\E(?:/|[ \\t]+)[^\\n]+% );\n    $rs ||= umount( $fsFile, $recursive );\n    $rs ||= $self->{'events'}->trigger(\n        'afterUmountMountLogsFolder', $data, $fsFile\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::httpd::apache_fcgid\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self }{qw/ start restart forceRestart /} = ( FALSE, FALSE, FALSE );\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'apacheCfgDir'} = \"$::imscpConfig{'CONF_DIR'}/apache\";\n    $self->{'apacheTplDir'} = \"$self->{'apacheCfgDir'}/parts\";\n\n    if ( -f \"$self->{'apacheCfgDir'}/apache.data.dist\" ) {\n        $self->_mergeConfig( $self->{'apacheCfgDir'}, 'apache.data' );\n    }\n\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'apacheCfgDir'}/apache.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n\n    $self->{'phpCfgDir'} = \"$::imscpConfig{'CONF_DIR'}/php\";\n\n    if ( -f \"$self->{'phpCfgDir'}/php.data.dist\" ) {\n        $self->_mergeConfig( $self->{'phpCfgDir'}, 'php.data' );\n    }\n\n    tie %{ $self->{'phpConfig'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'phpCfgDir'}/php.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n\n    $self->{'events'}->register(\n        'afterHttpdBuildConfFile', sub { $self->_cleanTemplate( @_ ) }\n    );\n    $self;\n}\n\n=item _mergeConfig( $confDir, $confFile )\n\n Merge distribution configuration with production configuration\n\n Param string $confDir Configuration directory\n Param string $confFile Configuration filename\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self, $confDir, $confFile ) = @_;\n\n    if ( -f \"$confDir/$confFile\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$confDir/$confFile.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$confDir/$confFile\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'old' . (\n            $confFile eq 'apache.data' ? 'Config' : 'PhpConfig'\n        )} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new(\n        filename => \"$confDir/$confFile.dist\"\n    )->moveFile( \"$confDir/$confFile\" ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=item _addCfg( \\%data )\n\n Add configuration files for the given domain\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addCfg\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddCfg', $data );\n    return $rs if $rs;\n\n    $self->setData( $data );\n\n    my $confLevel = $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'};\n    if ( $confLevel eq 'per_user' ) {\n        # One php.ini file for all domains\n        $confLevel = $data->{'ROOT_DOMAIN_NAME'};\n    } elsif ( $confLevel eq 'per_domain' ) {\n        # One php.ini file for each domains (including subdomains)\n        $confLevel = $data->{'PARENT_DOMAIN_NAME'};\n    } else {\n        # One php.ini file for each domain\n        $confLevel = $data->{'DOMAIN_NAME'};\n    }\n\n    my $net = iMSCP::Net->getInstance();\n    my @domainIPs = (\n        $data->{'DOMAIN_IP'},\n        ( $::imscpConfig{'CLIENT_WEBSITES_ALT_URLS'} eq 'yes'\n            ? $data->{'BASE_SERVER_IP'} : ()\n        )\n    );\n\n    $rs = $self->{'events'}->trigger(\n        'onAddHttpdVhostIps', $data, \\@domainIPs\n    );\n    return $rs if $rs;\n\n    # Remove duplicate IP if any and map the INADDR_ANY IP to *\n    @domainIPs = uniq( map {\n        $net->normalizeAddr( $_ ) =~ s/^\\Q0.0.0.0\\E$/*/r\n    } @domainIPs );\n\n    $self->setData( {\n        DOMAIN_IPS             => join( ' ', map {\n            ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                ? $_ : \"[$_]\"\n            ) . ':80'\n        } @domainIPs ),\n        FCGID_NAME             => $confLevel,\n        HTTPD_CUSTOM_SITES_DIR => $self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'},\n        HTTPD_LOG_DIR          => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        PHP_FCGI_STARTER_DIR   => $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'},\n        SERVER_ALIASES         => ( $data->{'WILDCARD_ALIAS'} eq 'yes' ? '*.' : 'www.' )\n            . $data->{'DOMAIN_NAME'}\n    } );\n\n    # Create http vhost\n\n    if ( $data->{'HSTS_SUPPORT'} ) {\n        $self->setData( {\n            FORWARD      => \"https://$data->{'DOMAIN_NAME'}/\",\n            FORWARD_TYPE => '301'\n        } );\n        $data->{'VHOST_TYPE'} = 'domain_fwd';\n    } elsif ( $data->{'FORWARD'} ne 'no' ) {\n        if ( $data->{'FORWARD_TYPE'} eq 'proxy' ) {\n            $self->setData( {\n                X_FORWARDED_PROTOCOL => 'https',\n                X_FORWARDED_PORT     => 80\n            } );\n        }\n\n        $data->{'VHOST_TYPE'} = 'domain_fwd';\n    } else {\n        $data->{'VHOST_TYPE'} = 'domain';\n    }\n\n    $rs = $self->buildConfFile( \"$self->{'apacheTplDir'}/domain.tpl\", $data, {\n        destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}.conf\"\n    } );\n    $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}.conf\" );\n    return $rs if $rs;\n\n    # Create https vhost (or delete it if SSL is disabled)\n\n    if ( $data->{'SSL_SUPPORT'} ) {\n        $self->setData( {\n            CERTIFICATE => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs/$data->{'DOMAIN_NAME'}.pem\",\n            DOMAIN_IPS  => join( ' ', map {\n                ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                    ? $_ : \"[$_]\"\n                ) . ':443'\n            } @domainIPs )\n        } );\n\n        if ( $data->{'FORWARD'} ne 'no' ) {\n            $self->setData( {\n                FORWARD      => $data->{'FORWARD'},\n                FORWARD_TYPE => $data->{'FORWARD_TYPE'}\n            } );\n\n            if ( $data->{'FORWARD_TYPE'} eq 'proxy' ) {\n                $self->setData( {\n                    X_FORWARDED_PROTOCOL => 'https',\n                    X_FORWARDED_PORT     => 443\n                } );\n            }\n\n            $data->{'VHOST_TYPE'} = 'domain_ssl_fwd';\n        } else {\n            $data->{'VHOST_TYPE'} = 'domain_ssl';\n        }\n\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/domain.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" }\n        );\n        $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        return $rs if $rs;\n    } elsif ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" ) {\n        $rs = $self->disableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        $rs ||= iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    unless ( -f \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" ) {\n        $data->{'SKIP_TEMPLATE_CLEANER'} = TRUE;\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/custom.conf.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n        );\n        return $rs if $rs;\n    }\n\n    $rs = $self->_buildPHPConfig( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddCfg', $data );\n}\n\n=item _dmnFolders( \\%data )\n\n Get Web folders list to create for the given domain\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return array List of Web folders to create\n\n=cut\n\nsub _dmnFolders\n{\n    my ( $self, $data ) = @_;\n\n    my @folders = ();\n\n    $self->{'events'}->trigger( 'beforeHttpdDmnFolders', \\@folders );\n    push(\n        @folders,\n        [\n            \"$self->{'config'}->{'HTTPD_LOG_DIR'}/$data->{'DOMAIN_NAME'}\",\n            $::imscpConfig{'ROOT_USER'},\n            $::imscpConfig{'ADM_GROUP'},\n            0755\n        ]\n    );\n    $self->{'events'}->trigger( 'afterHttpdDmnFolders', \\@folders );\n    @folders;\n}\n\n=item _addFiles( \\%data )\n\n Add default directories and files for the given domain\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub _addFiles\n{\n    my ( $self, $data ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger( 'beforeHttpdAddFiles', $data );\n        return $rs if $rs;\n\n        for my $dir ( $self->_dmnFolders( $data ) ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user  => $dir->[1],\n                group => $dir->[2],\n                mode  => $dir->[3]\n            } );\n        }\n\n        # Whether or not permissions must be fixed recursively\n        my $fixPermissions = iMSCP::Getopt->fixPermissions\n            || $data->{'ACTION'} =~ /^restore(?:Dmn|Sub)$/;\n\n        # Prepare Web folder\n        my $skelDir;\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            $skelDir = \"$::imscpConfig{'CONF_DIR'}/skel/domain\";\n        } elsif ( $data->{'DOMAIN_TYPE'} eq 'als' ) {\n            $skelDir = \"$::imscpConfig{'CONF_DIR'}/skel/alias\";\n        } else {\n            $skelDir = \"$::imscpConfig{'CONF_DIR'}/skel/subdomain\";\n        }\n\n        # Copy skeleton in tmp dir\n        my $tmpDir = File::Temp->newdir();\n        iMSCP::Dir->new( dirname => $skelDir )->rcopy(\n            $tmpDir, { preserve => 'no' }\n        );\n\n        # Build default page if needed (if htdocs doesn't exists or is empty)\n        if ( !-d \"$data->{'WEB_DIR'}/htdocs\"\n            || iMSCP::Dir->new( dirname => \"$data->{'WEB_DIR'}/htdocs\" )->isEmpty()\n        ) {\n            if ( -d \"$tmpDir/htdocs\" ) {\n                # Test needed in case admin removed the index.html file from the skeleton\n                if ( -f \"$tmpDir/htdocs/index.html\" ) {\n                    $data->{'SKIP_TEMPLATE_CLEANER'} = TRUE;\n                    my $fileSource = \"$tmpDir/htdocs/index.html\";\n                    $rs = $self->buildConfFile(\n                        $fileSource, $data, { destination => $fileSource }\n                    );\n                    return $rs if $rs;\n                }\n            } else {\n                error( \"Web folder skeleton must provides the 'htdocs' directory.\" );\n                return 1;\n            }\n\n            # Force recursive permissions for newly created Web folders\n            $fixPermissions = TRUE;\n        } else {\n            iMSCP::Dir->new( dirname => \"$tmpDir/htdocs\" )->remove();\n        }\n\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            if ( -d \"$data->{'WEB_DIR'}/errors\"\n                && !iMSCP::Dir->new( dirname => \"$data->{'WEB_DIR'}/errors\" )->isEmpty()\n            ) {\n                iMSCP::Dir->new( dirname => \"$tmpDir/errors\" )->remove();\n            } elsif ( !-d \"$tmpDir/errors\" ) {\n                error( \"The 'domain' Web folder skeleton must provides the 'errors' directory.\" );\n                return 1;\n            } else {\n                $fixPermissions = TRUE;\n            }\n        }\n\n        my $parentDir = dirname( $data->{'WEB_DIR'} );\n\n        # Fix #IP-1327 - Ensure that parent Web folder exists\n        unless ( -d $parentDir ) {\n            clearImmutable( dirname( $parentDir ));\n            iMSCP::Dir->new( dirname => $parentDir )->make( {\n                user  => $data->{'USER'},\n                group => $data->{'GROUP'},\n                mode  => 0750\n            } );\n        } else {\n            clearImmutable( $parentDir );\n        }\n\n        clearImmutable( $data->{'WEB_DIR'} ) if -d $data->{'WEB_DIR'};\n\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn'\n            && $self->{'config'}->{'MOUNT_CUSTOMER_LOGS'} ne 'yes'\n        ) {\n            $rs = $self->umountLogsFolder( $data );\n            return $rs if $rs;\n\n            iMSCP::Dir->new( dirname => \"$data->{'WEB_DIR'}/logs\" )->remove();\n            iMSCP::Dir->new( dirname => \"$tmpDir/logs\" )->remove();\n        } elsif ( $data->{'DOMAIN_TYPE'} eq 'dmn' && !-d \"$tmpDir/logs\" ) {\n            error( \"Web folder skeleton must provides the 'logs' directory.\" );\n            return 1;\n        }\n\n        # Copy Web folder\n        iMSCP::Dir->new( dirname => $tmpDir )->rcopy(\n            $data->{'WEB_DIR'}, { preserve => 'no' }\n        );\n\n        # Cleanup (Transitional)\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            # Remove deprecated 'domain_disable_page' directory if any\n            iMSCP::Dir->new(\n                dirname => \"$data->{'WEB_DIR'}/domain_disable_page\"\n            )->remove();\n        } elsif ( !$data->{'SHARED_MOUNT_POINT'} ) {\n            # Remove deprecated phptmp directory if any\n            iMSCP::Dir->new(\n                dirname => \"$data->{'WEB_DIR'}/phptmp\"\n            )->remove();\n            iMSCP::Dir->new( dirname => \"$tmpDir/phptmp\" )->remove();\n        }\n\n        # Set ownership and permissions\n\n        # Set ownership and permissions for Web folder root\n        # Web folder root vuxxx:vuxxx 0750 (no recursive)\n        $rs = setRights( $data->{'WEB_DIR'}, {\n            user  => $data->{'USER'},\n            group => $data->{'GROUP'},\n            mode  => '0750'\n        } );\n        return $rs if $rs;\n\n        # Get list of files inside Web folder root\n        my @files = iMSCP::Dir->new( dirname => $skelDir )->getAll();\n\n        # Set ownership for first Web folder depth, e.g:\n        # 00_private vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # backups    vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # cgi-bin    vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # error      vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # htdocs     vuxxx:vuxxx (recursive with --fix-permissions)\n        # logs       skipped -- main domain Web folder only\n        # phptmp     vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        for my $file ( grep ( $_ ne 'logs', @files ) ) {\n            next unless -e \"$data->{'WEB_DIR'}/$file\";\n            $rs = setRights( \"$data->{'WEB_DIR'}/$file\", {\n                user      => $data->{'USER'},\n                group     => $data->{'GROUP'},\n                recursive => $fixPermissions\n            } );\n            return $rs if $rs;\n        }\n\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            # Set ownership and permission for .htgroup and .htpasswd files if any\n            # .htgroup  root:www-data\n            # .htpasswd root:www-data\n            for my $file ( qw/ .htgroup .htpasswd / ) {\n                next unless -f \"$data->{'WEB_DIR'}/$file\";\n                $rs = setRights( \"$data->{'WEB_DIR'}/$file\", {\n                    user  => $::imscpConfig{'ROOT_USER'},\n                    group => $self->{'config'}->{'HTTPD_GROUP'},\n                    mode  => '0640'\n                } );\n                return $rs if $rs;\n            }\n\n            # Set ownership and permissions for logs directory if any\n            # logs root:vuxxx (no recursive)\n            if ( -d \"$data->{'WEB_DIR'}/logs\" ) {\n                $rs = setRights( \"$data->{'WEB_DIR'}/logs\", {\n                    user  => $::imscpConfig{'ROOT_USER'},\n                    group => $data->{'GROUP'}\n                } );\n                return $rs if $rs;\n            }\n        }\n\n        # Set permissions for first Web folder depth, e.g:\n        # 00_private 0750 (no recursive) -- main domain Web folder only\n        # backups    0750 (recursive with --fix-permissions) -- main domain Web folder only\n        # cgi-bin    0750 (no recursive) -- main domain Web folder only\n        # error      0750 (recursive with --fix-permissions) -- main domain Web folder only\n        # htdocs     0750 (no recursive)\n        # logs       0750 (no recursive) -- main domain Web folder only\n        # phptmp     0750 (recursive with --fix-permissions) -- main domain Web folder only\n        for my $file ( @files ) {\n            next unless -e \"$data->{'WEB_DIR'}/$file\";\n            $rs = setRights( \"$data->{'WEB_DIR'}/$file\", {\n                dirmode   => '0750',\n                filemode  => '0640',\n                recursive => $file =~ /^(?:00_private|cgi-bin|logs|htdocs)$/\n                    ? FALSE : $fixPermissions\n            } );\n            return $rs if $rs;\n        }\n\n        if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n            my $dir = $data->{'WEB_DIR'};\n            my $userWebDir = File::Spec->canonpath(\n                $::imscpConfig{'USER_WEB_DIR'}\n            );\n            do {\n                setImmutable( $dir );\n            } while ( $dir = dirname( $dir ) ) ne $userWebDir;\n        }\n\n        if ( $self->{'config'}->{'MOUNT_CUSTOMER_LOGS'} eq 'yes' ) {\n            $rs = $self->mountLogsFolder( $data );\n            return $rs if $rs;\n        }\n\n        $self->{'events'}->trigger( 'afterHttpdAddFiles', $data );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _buildPHPConfig( \\%data )\n\n Build PHP related configuration files\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub _buildPHPConfig\n{\n    my ( $self, $data ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger(\n            'beforeHttpdBuildPhpConf', $data\n        );\n        return $rs if $rs;\n\n        my $phpStarterDir = $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'};\n        my $phpVersion = $self->{'phpConfig'}->{'PHP_VERSION'};\n        my $confLevel = $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'};\n        my $domainType = $data->{'DOMAIN_TYPE'};\n\n        my ( $fcgidName, $emailDomain );\n        if ( $confLevel eq 'per_user' ) {\n            # One php.ini file for all domains\n            $fcgidName = $data->{'ROOT_DOMAIN_NAME'};\n            $emailDomain = $data->{'ROOT_DOMAIN_NAME'};\n        } elsif ( $confLevel eq 'per_domain' ) {\n            # One php.ini file for each domains (including subdomains)\n            $fcgidName = $data->{'PARENT_DOMAIN_NAME'};\n            $emailDomain = $data->{'PARENT_DOMAIN_NAME'};\n        } else {\n            # One php.ini file for each domain\n            $fcgidName = $data->{'DOMAIN_NAME'};\n            $emailDomain = $data->{'DOMAIN_NAME'};\n        }\n\n        if ( $data->{'FORWARD'} eq 'no' && $data->{'PHP_SUPPORT'} eq 'yes' ) {\n            iMSCP::Dir->new( dirname => $phpStarterDir )->make( {\n                user  => $::imscpConfig{'ROOT_USER'},\n                group => $::imscpConfig{'ROOT_GROUP'},\n                mode  => 0555\n            } );\n            iMSCP::Dir->new(\n                dirname => \"$phpStarterDir/$fcgidName\"\n            )->remove();\n\n            for my $dir (\n                \"$phpStarterDir/$fcgidName\",\n                \"$phpStarterDir/$fcgidName/php$phpVersion\"\n            ) {\n                iMSCP::Dir->new( dirname => $dir )->make( {\n                    user  => $data->{'USER'},\n                    group => $data->{'GROUP'},\n                    mode  => 0550\n                } );\n            }\n\n            $self->setData( {\n                EMAIL_DOMAIN          => $emailDomain,\n                FCGID_NAME            => $fcgidName,\n                PHP_VERSION           => $phpVersion,\n                PHP_FCGI_BIN_PATH     => $self->{'phpConfig'}->{'PHP_FCGI_BIN_PATH'},\n                PHP_FCGI_CHILDREN     => $self->{'phpConfig'}->{'PHP_FCGI_CHILDREN'},\n                PHP_FCGI_MAX_REQUESTS => $self->{'phpConfig'}->{'PHP_FCGI_MAX_REQUESTS'},\n                TMPDIR                => $data->{'HOME_DIR'} . '/phptmp'\n            } );\n\n            $data->{'SKIP_TEMPLATE_CLEANER'} = TRUE;\n\n            $rs = $self->buildConfFile(\n                \"$self->{'phpCfgDir'}/fcgi/php-fcgi-starter\",\n                $data,\n                {\n                    destination => \"$phpStarterDir/$fcgidName/php-fcgi-starter\",\n                    user        => $data->{'USER'},\n                    group       => $data->{'GROUP'},\n                    mode        => 0550\n                }\n            );\n            $rs ||= $self->buildConfFile(\n                \"$self->{'phpCfgDir'}/fcgi/php.ini\",\n                $data,\n                {\n                    destination => \"$phpStarterDir/$fcgidName/php$phpVersion/php.ini\",\n                    user        => $data->{'USER'},\n                    group       => $data->{'GROUP'},\n                    mode        => 0440\n                }\n            );\n            return $rs if $rs;\n        } elsif ( $data->{'PHP_SUPPORT'} eq 'no'\n            || $confLevel eq 'per_site'\n            || ( $confLevel eq 'per_user' && $domainType ne 'dmn' )\n            || ( $confLevel eq 'per_domain' && !grep ( $_ eq $domainType, qw/ dmn als /) )\n        ) {\n            iMSCP::Dir->new( dirname => \"$phpStarterDir/$data->{'DOMAIN_NAME'}\" )->remove();\n        }\n\n        $self->{'events'}->trigger( 'afterHttpdBuildPhpConf', $data );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _cleanTemplate( \\$tpl, $name, \\%data )\n\n Event listener which is responsible to cleanup production configuration files\n\n Param string \\$tpl Template content\n Param string $name Template name\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0\n\n=cut\n\nsub _cleanTemplate\n{\n    my ( undef, $tpl, $name, $data ) = @_;\n\n    if ( $data->{'SKIP_TEMPLATE_CLEANER'} ) {\n        delete $data->{'SKIP_TEMPLATE_CLEANER'};\n        return 0;\n    }\n\n    if ( $name eq 'domain.tpl' ) {\n        if ( $data->{'VHOST_TYPE'} !~ /fwd/ ) {\n            unless ( $data->{'CGI_SUPPORT'} eq 'yes' ) {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION cgi BEGIN.\\n\",\n                    \"# SECTION cgi END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            }\n\n            if ( $data->{'PHP_SUPPORT'} eq 'yes' ) {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION php_off BEGIN.\\n\",\n                    \"# SECTION php_off END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            } else {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION php_on BEGIN.\\n\",\n                    \"# SECTION php_on END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            }\n\n            ${ $tpl } = replaceBloc(\n                \"# SECTION itk BEGIN.\\n\",\n                \"# SECTION itk END.\\n\",\n                '',\n                ${ $tpl }\n            );\n            ${ $tpl } = replaceBloc(\n                \"# SECTION php_fpm BEGIN.\\n\",\n                \"# SECTION php_fpm END.\\n\",\n                '',\n                ${ $tpl }\n            );\n        } elsif ( $data->{'FORWARD'} ne 'no' ) {\n            if ( $data->{'FORWARD_TYPE'} eq 'proxy'\n                && ( !$data->{'HSTS_SUPPORT'} || index( $data->{'VHOST_TYPE'}, 'ssl' ) != -1 )\n            ) {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION std_fwd BEGIN.\\n\",\n                    \"# SECTION std_fwd END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n\n                if ( index( $data->{'FORWARD'}, 'https' ) != 0 ) {\n                    ${ $tpl } = replaceBloc(\n                        \"# SECTION ssl_proxy BEGIN.\\n\",\n                        \"# SECTION ssl_proxy END.\\n\",\n                        '',\n                        ${ $tpl }\n                    );\n                }\n            } else {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION proxy_fwd BEGIN.\\n\",\n                    \"# SECTION proxy_fwd END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            }\n        } else {\n            ${ $tpl } = replaceBloc(\n                \"# SECTION proxy_fwd BEGIN.\\n\",\n                \"# SECTION proxy_fwd END.\\n\",\n                '',\n                ${ $tpl }\n            );\n        }\n    }\n\n    ${ $tpl } =~ s/^\\s*(?:[#;].*)?\\n//gmi;\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/httpd/apache_itk/installer.pm",
    "content": "=head1 NAME\n\n Servers::httpd::apache_itk::installer - i-MSCP Apache2/ITK Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::httpd::apache_itk::installer;\n\nuse strict;\nuse warnings;\nuse File::Basename 'dirname';\nuse iMSCP::Boolean;\nuse iMSCP::Crypt qw/ ALPHA64 decryptRijndaelCBC encryptRijndaelCBC randomStr /;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute qw/ execute escapeShell /;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Service;\nuse iMSCP::SystemGroup;\nuse iMSCP::SystemUser;\nuse Module::Load::Conditional 'check_install';\nuse Servers::httpd::apache_itk;\nuse Servers::sqld;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Installer for the i-MSCP Apache2/ITK Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::events \\%em\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForPhpConfLevel( @_ ); };\n        0;\n    } );\n}\n\n=item install( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval { $self->_setPhpVariables(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'} = ::setupGetQuestion(\n        'PHP_CONFIG_LEVEL'\n    );\n    #$self->{'httpd'}->stop();\n    0;\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_setApacheVersion();\n    $rs ||= $self->_makeDirs();\n    $rs ||= $self->_copyDomainDisablePages();\n    $rs ||= $self->_buildPhpConfFiles();\n    $rs ||= $self->_buildApacheConfFiles();\n    $rs ||= $self->_installLogrotate();\n    $rs ||= $self->_setupVlogger();\n    $rs ||= $self->_cleanup();\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->enable(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [\n                sub {\n                    # Set forceRestart flag, else server will be reloaded only\n                    $self->{'httpd'}->forceRestart();\n                    $self->{'httpd'}->restart();\n                },\n                'Httpd (Apache2/ITK)'\n            ];\n            0;\n        },\n        3\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::httpd::apache_itk::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'httpd'} = Servers::httpd::apache_itk->getInstance();\n    $self->{'apacheCfgDir'} = $self->{'httpd'}->{'apacheCfgDir'};\n    $self->{'config'} = $self->{'httpd'}->{'config'};\n    $self->{'phpCfgDir'} = $self->{'httpd'}->{'phpCfgDir'};\n    $self->{'phpConfig'} = $self->{'httpd'}->{'phpConfig'};\n    $self;\n}\n\n=item _dialogForPhpConfLevel( \\%dialog )\n\n Dialog for PHP configuration level\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForPhpConfLevel\n{\n    my ( $self, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion(\n        'PHP_CONFIG_LEVEL',\n        length $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'}\n            ? $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'}\n            : 'per_site'\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ php servers all / )\n        && grep ( $value eq $_, qw/ per_site per_domain per_user / )\n    ) {\n        ::setupSetQuestion( 'PHP_CONFIG_LEVEL', $value );\n        return 20;\n    }\n\n    my %choices = (\n        'Per site'   => 'per_site',\n        'Per domain' => 'per_domain',\n        'Per user'   => 'per_user'\n    );\n\n    ( my $ret, $value ) = $dialog->select(\n        <<\"EOF\", \\%choices, ( grep ( $value eq $_, qw/ per_site per_domain per_user /) )[0] // 'per_site' );\nPlease choose the PHP configuration level you want use. Available levels are:\n\n\\\\Z4Per domain:\\\\Zn Changes made through the PHP editor apply to selected domain, including its subdomains\n\\\\Z4Per user:\\\\Zn Changes made through the PHP Editor apply to all domains\n\\\\Z4Per site:\\\\Zn Change made through the PHP editor apply to selected domain only\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'PHP_CONFIG_LEVEL', $value );\n    0;\n}\n\n=item _setPhpVariables( )\n\n Set PHP Variables\n\n Return int 0 on success, die on failure\n\n=cut\n\nsub _setPhpVariables\n{\n    my ( $self ) = @_;\n\n    ( $self->{'phpConfig'}->{'PHP_VERSION'} ) = ::setupGetQuestion( 'PHP_SERVER' )\n        =~ /(\\d+.\\d+)$/ or die( \"Couldn't guess system PHP version\" );\n\n    $self->{'phpConfig'}->{'PHP_CLI_BIN_PATH'} = iMSCP::ProgramFinder::find(\n        \"php$self->{'phpConfig'}->{'PHP_VERSION'}\"\n    ) or die( \"Couldn't find system php (cli) binary\" );\n\n    my ( $phpCliConfDir ) = `$self->{'phpConfig'}->{'PHP_CLI_BIN_PATH'} -ni 2> /dev/null | grep '(php.ini) Path'`\n        =~ /([^\\s]+)$/ or die( \"Couldn't guess system PHP configuration root directory\" );\n\n    $self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'} = dirname( $phpCliConfDir );\n\n    if ( -d \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/pool.d\" ) {\n        $self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'} = \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/pool.d\";\n    } else {\n        die( sprintf(\n            \"Couldn't guess php (fpm) pool configuration directory: Directory %s doesn't exist.\",\n            \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/pool.d\"\n        ));\n    }\n\n    $self->{'phpConfig'}->{'PHP_FCGI_BIN_PATH'} = iMSCP::ProgramFinder::find(\n        \"php-cgi$self->{'phpConfig'}->{'PHP_VERSION'}\"\n    ) or die( \"Couldn't find system php (cgi-fcgi) binary\" );\n\n    $self->{'phpConfig'}->{'PHP_FPM_BIN_PATH'} = iMSCP::ProgramFinder::find(\n        \"php-fpm$self->{'phpConfig'}->{'PHP_VERSION'}\"\n    ) or die( \"Couldn't find system php (fpm-fcgi) binary\" );\n\n    0;\n}\n\n=item _setApacheVersion\n\n Set Apache version\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setApacheVersion\n{\n    my ( $self ) = @_;\n\n    my $rs = execute( 'apache2ctl -v', \\my $stdout, \\my $stderr );\n    error( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    if ( $stdout !~ m%Apache/([\\d.]+)% ) {\n        error( \"Couldn't guess Apache version\" );\n        return 1;\n    }\n\n    $self->{'config'}->{'HTTPD_VERSION'} = $1;\n    debug( sprintf( 'Apache version set to: %s', $1 ));\n    0;\n}\n\n=item _makeDirs( )\n\n Create directories\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _makeDirs\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdMakeDirs' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        for my $dir (\n            [\n                $self->{'config'}->{'HTTPD_LOG_DIR'},\n                $::imscpConfig{'ROOT_USER'},\n                $::imscpConfig{'ADM_GROUP'},\n                0750\n            ],\n            [\n                \"$self->{'config'}->{'HTTPD_LOG_DIR'}/\" . ::setupGetQuestion( 'BASE_SERVER_VHOST' ),\n                $::imscpConfig{'ROOT_USER'},\n                $::imscpConfig{'ROOT_GROUP'},\n                0750\n            ]\n        ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user  => $dir->[1],\n                group => $dir->[2],\n                mode  => $dir->[3]\n            } );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdMakeDirs' );\n}\n\n=item _copyDomainDisablePages( )\n\n Copy pages for disabled domains\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _copyDomainDisablePages\n{\n    local $@;\n    eval {\n        iMSCP::Dir->new(\n            dirname => \"$::imscpConfig{'CONF_DIR'}/skel/domain_disabled_pages\"\n        )->rcopy(\n            \"$::imscpConfig{'USER_WEB_DIR'}/domain_disabled_pages\",\n            { preserve => 'no' }\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _buildPhpConfFiles( )\n\n Build PHP configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildPhpConfFiles\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdBuildPhpConfFiles' );\n    return $rs if $rs;\n\n    $self->{'httpd'}->setData( {\n        PEAR_DIR                    => $self->{'phpConfig'}->{'PHP_PEAR_DIR'},\n        TIMEZONE                    => ::setupGetQuestion( 'TIMEZONE' ),\n        PHP_OPCODE_CACHE_ENABLED    => $self->{'phpConfig'}->{'PHP_OPCODE_CACHE_ENABLED'},\n        PHP_OPCODE_CACHE_MAX_MEMORY => $self->{'phpConfig'}->{'PHP_OPCODE_CACHE_MAX_MEMORY'}\n    } );\n\n    $rs = $self->{'httpd'}->buildConfFile( \"$self->{'phpCfgDir'}/apache/php.ini\", {}, {\n        destination => \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/apache2/php.ini\"\n    }\n    );\n    $rs = $self->{'httpd'}->disableModules(\n        'actions', 'fastcgi', 'fcgid', 'fcgid_imscp', 'suexec', 'php5',\n        'php5_cgi', 'php5filter',\n        'php5.6', 'php7.0', 'php7.1', 'php7.2', 'php7.3',\n        'proxy_fcgi', 'proxy_handler', 'mpm_itk', 'mpm_event', 'mpm_prefork',\n        'mpm_worker'\n    );\n    $rs ||= $self->{'httpd'}->enableModules(\n        'authz_groupfile',\n        \"php$self->{'phpConfig'}->{'PHP_VERSION'}\", 'mpm_itk', 'version'\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdBuildPhpConfFiles' );\n}\n\n=item _buildApacheConfFiles( )\n\n Build Apache configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildApacheConfFiles\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdBuildApacheConfFiles' );\n    return $rs if $rs;\n\n    if ( -f \"$self->{'config'}->{'HTTPD_CONF_DIR'}/ports.conf\" ) {\n        $rs = $self->{'events'}->trigger(\n            'onLoadTemplate', 'apache_itk', 'ports.conf', \\my $cfgTpl, {}\n        );\n        return $rs if $rs;\n\n        unless ( defined $cfgTpl ) {\n            return 1 unless defined(\n                $cfgTpl = iMSCP::File->new(\n                    filename => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/ports.conf\"\n                )->get()\n            );\n        }\n\n        $rs = $self->{'events'}->trigger(\n            'beforeHttpdBuildConfFile', \\$cfgTpl, 'ports.conf'\n        );\n        return $rs if $rs;\n\n        $cfgTpl =~ s/^NameVirtualHost[^\\n]+\\n//gim;\n\n        $rs = $self->{'events'}->trigger(\n            'afterHttpdBuildConfFile', \\$cfgTpl, 'ports.conf'\n        );\n        return $rs if $rs;\n\n        my $file = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/ports.conf\"\n        );\n        $file->set( $cfgTpl );\n\n        $rs = $file->save();\n        $rs ||= $file->mode( 0644 );\n        return $rs if $rs;\n    }\n\n    # Turn off default access log provided by Debian package\n    $rs = $self->{'httpd'}->disableConfs( 'other-vhosts-access-log.conf' );\n    return $rs if $rs;\n\n    # Remove default access log file provided by Debian package\n    if ( -f \"$self->{'config'}->{'HTTPD_LOG_DIR'}/other_vhosts_access.log\" ) {\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_LOG_DIR'}/other_vhosts_access.log\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    $self->{'httpd'}->setData( {\n        HTTPD_CUSTOM_SITES_DIR => $self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'},\n        HTTPD_LOG_DIR          => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        HTTPD_ROOT_DIR         => $self->{'config'}->{'HTTPD_ROOT_DIR'},\n        VLOGGER_CONF           => \"$self->{'apacheCfgDir'}/vlogger.conf\"\n    } );\n    $rs ||= $self->{'httpd'}->buildConfFile( '00_nameserver.conf', );\n    $rs ||= $self->{'httpd'}->buildConfFile( '00_imscp.conf', {}, {\n        destination => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available/00_imscp.conf\"\n    } );\n    $rs ||= $self->{'httpd'}->enableModules(\n        'cgid', 'headers', 'proxy', 'proxy_http', 'rewrite', 'setenvif', 'ssl'\n    );\n    $rs ||= $self->{'httpd'}->enableSites( '00_nameserver.conf' );\n    $rs ||= $self->{'httpd'}->enableConfs( '00_imscp.conf' );\n    $rs ||= $self->{'httpd'}->disableConfs(\n        'php5.6-cgi.conf', 'php5.6-fpm.conf',\n        'php7.0-cgi.conf', 'php7.0-fpm.conf',\n        'php7.1-cgi.conf', 'php7.1-fpm.conf',\n        'php7.3-cgi.conf', 'php7.2-fpm.conf',\n        'php7.3-cgi.conf', 'php7.3-fpm.conf',\n        'serve-cgi-bin.conf'\n    );\n    $rs ||= $self->{'httpd'}->disableSites( 'default', 'default-ssl', '000-default.conf', 'default-ssl.conf' );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdBuildApacheConfFiles' );\n}\n\n=item _installLogrotate( )\n\n Install Apache logrotate file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _installLogrotate\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdInstallLogrotate', 'apache2'\n    );\n\n    $self->{'httpd'}->setData( {\n        ROOT_USER     => $::imscpConfig{'ROOT_USER'},\n        ADM_GROUP     => $::imscpConfig{'ADM_GROUP'},\n        HTTPD_LOG_DIR => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        PHP_VERSION   => $self->{'CONFIG'}->{'PHP_VERSION'}\n    } );\n\n    $rs ||= $self->{'httpd'}->buildConfFile( 'logrotate.conf', {}, {\n        destination => \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/apache2\"\n    } );\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdInstallLogrotate', 'apache2'\n    );\n}\n\n=item _setupVlogger( )\n\n Setup vlogger\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupVlogger\n{\n    my ( $self ) = @_;\n\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my %config = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `name`, `value`\n                FROM `config`\n                WHERE `name` LIKE 'APACHE_VLOGGER_SQL_%'\n            \",\n            { Columns => [ 1, 2 ] }\n        ) };\n\n        if ( length $config{'APACHE_VLOGGER_SQL_USER'} ) {\n            $config{'APACHE_VLOGGER_SQL_USER'} = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $config{'APACHE_VLOGGER_SQL_USER'}\n            );\n        } else {\n            $config{'APACHE_VLOGGER_SQL_USER'} = 'vlogger_' . randomStr(\n                8, ALPHA64\n            );\n        }\n\n        if ( length $config{'APACHE_VLOGGER_SQL_USER_PASSWD'} ) {\n            $config{'APACHE_VLOGGER_SQL_USER_PASSWD'} = decryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'APACHE_VLOGGER_SQL_USER_PASSWD'}\n            );\n        } else {\n            $config{'APACHE_VLOGGER_SQL_USER_PASSWD'} = randomStr(\n                16, ALPHA64\n            );\n        }\n\n        $dbh->do(\n            '\n                INSERT INTO `config` (`name`,`value`)\n                VALUES (?,?),(?,?)\n                ON DUPLICATE KEY UPDATE `name` = `name`\n            ',\n            undef,\n            'APACHE_VLOGGER_SQL_USER',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'APACHE_VLOGGER_SQL_USER'}\n            ),\n            'APACHE_VLOGGER_SQL_USER_PASSWD',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'APACHE_VLOGGER_SQL_USER_PASSWD'}\n            )\n        );\n\n        my $rs = execute(\n            '/usr/bin/mysql '\n                . escapeShell( ::setupGetQuestion( 'DATABASE_NAME' ))\n                . ' < ' . escapeShell( \"$self->{'apacheCfgDir'}/vlogger.sql\" ),\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n\n        my $sqlServer = Servers::sqld->factory();\n\n        for my $host (\n            $::imscpOldConfig{'DATABASE_USER_HOST'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' ),\n            '127.0.0.1' # Transitional\n        ) {\n            next unless length $host;\n            for my $user (\n                $config{'APACHE_VLOGGER_SQL_USER'},\n                'vlogger_user' # Transitional\n            ) {\n                $sqlServer->dropUser( $user, $host );\n            }\n        }\n\n        $sqlServer->createUser(\n            $config{'APACHE_VLOGGER_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' ),\n            $config{'APACHE_VLOGGER_SQL_USER_PASSWD'},\n        );\n\n        $dbh->do(\n            \"\n                GRANT SELECT, INSERT, UPDATE\n                ON `@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] }`.`httpd_vlogger`\n                TO ?\\@?\n            \",\n            undef,\n            $config{'APACHE_VLOGGER_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' )\n        );\n\n        $self->{'httpd'}->setData( {\n            DSN               => \"DBI:\" . (\n                !!check_install( module => 'DBD::MariaDB', verbose => FALSE )\n                    ? 'MariaDB' : 'mysql'\n            ) . \":database=@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] };\"\n                . $::imscpConfig{'DATABASE_HOST'}\n                . ( $::imscpConfig{'DATABASE_HOST'} ne 'localhost'\n                ? \";$::imscpConfig{'DATABASE_PORT'}\" : '' ),\n            DATABASE_USER     => $config{'APACHE_VLOGGER_SQL_USER'},\n            DATABASE_PASSWORD => $config{'APACHE_VLOGGER_SQL_USER_PASSWD'}\n        } );\n        $self->{'httpd'}->buildConfFile(\n            \"$self->{'apacheCfgDir'}/vlogger.conf.tpl\",\n            { SKIP_TEMPLATE_CLEANER => TRUE },\n            { destination => \"$self->{'apacheCfgDir'}/vlogger.conf\" }\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _cleanup( )\n\n Process cleanup tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _cleanup\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger( 'beforeHttpdCleanup' );\n        $rs ||= $self->{'httpd'}->disableSites(\n            'imscp.conf',\n            '00_modcband.conf',\n            '00_master.conf',\n            '00_master_ssl.conf'\n        );\n        return $rs if $rs;\n\n        if ( -f \"$self->{'apacheCfgDir'}/apache.old.data\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'apacheCfgDir'}/apache.old.data\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        if ( -f \"$self->{'phpCfgDir'}/php.old.data\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'phpCfgDir'}/php.old.data\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        for my $file (\n            'imscp.conf',\n            '00_modcband.conf',\n            '00_master.conf',\n            '00_master_ssl.conf'\n        ) {\n            next unless -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$file\";\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$file\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        $rs = $self->{'httpd'}->disableModules( 'php_fpm_imscp', 'fastcgi_imscp' );\n        return $rs if $rs;\n\n        for my $file (\n            'fastcgi_imscp.conf',\n            'fastcgi_imscp.load',\n            'php_fpm_imscp.conf',\n            'php_fpm_imscp.load'\n        ) {\n            next unless -f \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$file\";\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$file\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        if ( -d $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'} ) {\n            $rs = execute(\n                \"rm -f $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'}/*/php5-fastcgi-starter\",\n                \\my $stdout,\n                \\my $stderr\n            );\n            debug( $stdout ) if $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n\n        for my $dir (\n            '/var/log/apache2/backup',\n            '/var/log/apache2/users',\n            '/var/www/scoreboards'\n        ) {\n            iMSCP::Dir->new( dirname => $dir )->remove();\n        }\n\n        # Remove customer's logs file if any (no longer needed since we are now use bind mount)\n        $rs = execute(\n            \"rm -f $::imscpConfig{'USER_WEB_DIR'}/*/logs/*.log\",\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n\n        #\n        ## Cleanup and disable unused PHP versions/SAPIs\n        #\n\n        if ( -f \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/php5-fpm\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/php5-fpm\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        iMSCP::Dir->new( dirname => '/etc/php5' )->remove();\n        iMSCP::Dir->new(\n            dirname => $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'}\n        )->remove();\n\n        unlink grep !/www\\.conf$/, glob \"$self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'}/*.conf\";\n\n        my $service = iMSCP::Service->getInstance();\n        $service->stop( sprintf(\n            'php%s-fpm', $self->{'phpConfig'}->{'PHP_VERSION'}\n        ));\n        $service->disable( sprintf(\n            'php%s-fpm', $self->{'phpConfig'}->{'PHP_VERSION'}\n        ));\n\n        $self->{'events'}->trigger( 'afterHttpdCleanup' );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/httpd/apache_itk/uninstaller.pm",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::httpd::apache_itk::uninstaller;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt 'decryptRijndaelCBC';\nuse iMSCP::Database;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dir;\nuse iMSCP::File;\nuse Servers::httpd::apache_itk;\nuse Servers::sqld;\nuse parent 'Common::SingletonClass';\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my ( $vloggerSqlUser ) = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `value`\n                FROM `config`\n                WHERE `name` = 'APACHE_VLOGGER_SQL_USER'\n            \"\n        ) };\n\n        if ( defined $vloggerSqlUser ) {\n            $vloggerSqlUser = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $vloggerSqlUser\n            );\n\n            for my $host (\n                $::imscpOldConfig{'DATABASE_USER_HOST'},\n                $::imscpConfig{'DATABASE_USER_HOST'},\n            ) {\n                next unless length $host;\n                Servers::sqld->factory()->dropUser( $vloggerSqlUser, $host );\n            }\n        }\n\n        $dbh->do(\n            \"DELETE FROM `config` WHERE `name` LIKE 'APACHE_VLOGGER_SQL_%'\"\n        );\n\n        iMSCP::Dir->new(\n            dirname => $self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}\n        )->remove();\n\n        if ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/00_nameserver.conf\" ) {\n            my $rs = $self->{'httpd'}->disableSites( '00_nameserver.conf' );\n            $rs ||= iMSCP::File->new(\n                filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/00_nameserver.conf\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        my $confDir = ( -d \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available\" )\n            ? \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available\"\n            : \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d\";\n\n        if ( -f \"$confDir/00_imscp.conf\" ) {\n            my $rs = $self->{'httpd'}->disableConfs( '00_imscp.conf' );\n            $rs ||= iMSCP::File->new(\n                filename => \"$confDir/00_imscp.conf\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        for my $site ( '000-default', 'default' ) {\n            next unless -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$site\";\n            my $rs = $self->{'httpd'}->enableSites( $site );\n            return $rs if $rs;\n        }\n\n        if ( -f '/usr/local/sbin/vlogger' ) {\n            my $rs = iMSCP::File->new(\n                filename => '/usr/local/sbin/vlogger'\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        0;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'httpd'} = Servers::httpd::apache_itk->getInstance();\n    $self->{'apacheCfgDir'} = $self->{'httpd'}->{'apacheCfgDir'};\n    $self->{'config'} = $self->{'httpd'}->{'config'};\n    $self;\n}\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/httpd/apache_itk.pm",
    "content": "=head1 NAME\n\n Servers::httpd::apache_itk - i-MSCP Apache2/ITK Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::httpd::apache_itk;\n\nuse strict;\nuse warnings;\nuse autouse 'Date::Format' => qw/ time2str /;\nuse Class::Autouse qw/ :nostat Servers::httpd::apache_itk::installer Servers::httpd::apache_itk::uninstaller /;\nuse File::Basename qw/ dirname fileparse /;\nuse File::Spec;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Config;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error getMessageByType /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute 'execute';\nuse iMSCP::Ext2Attributes qw/ setImmutable clearImmutable isImmutable /;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Mount qw/ mount umount isMountpoint addMountEntry removeMountEntry /;\nuse iMSCP::Net;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Service;\nuse iMSCP::TemplateParser qw/ process replaceBloc /;\nuse iMSCP::Umask '$UMASK';\nuse List::MoreUtils qw/ uniq /;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Apache2/ITK Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::events \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    Servers::httpd::apache_itk::installer\n        ->getInstance()\n        ->registerSetupListeners( $events );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdPreInstall', 'apache_itk'\n    );\n    $rs ||= Servers::httpd::apache_itk::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdPreInstall', 'apache_itk'\n    );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdInstall', 'apache_itk'\n    );\n    $rs ||= Servers::httpd::apache_itk::installer->getInstance()->install();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdInstall', 'apache_itk'\n    );\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdPostInstall', 'apache_itk'\n    );\n    $rs ||= Servers::httpd::apache_itk::installer\n        ->getInstance()\n        ->postinstall();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdPostInstall', 'apache_itk'\n    );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdUninstall', 'apache_itk'\n    );\n    $rs ||= Servers::httpd::apache_itk::uninstaller\n        ->getInstance()\n        ->uninstall();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdUninstall', 'apache_itk'\n    );\n    return $rs if $rs;\n\n    if ( iMSCP::Service->getInstance()->hasService(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ) ) {\n        $self->{'restart'} = TRUE;\n    } else {\n        @{ $self }{qw/ start restart /} = ( FALSE, FALSE );\n    }\n\n    0;\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdSetEnginePermissions' );\n    $rs ||= setRights( '/usr/local/sbin/vlogger', {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0750'\n    }\n    );\n    # Fix permissions on root log dir (e.g: /var/log/apache2) in any cases\n    # Fix permissions on root log dir (e.g: /var/log/apache2) content only with --fix-permissions option\n    $rs ||= setRights( $self->{'config'}->{'HTTPD_LOG_DIR'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $::imscpConfig{'ROOT_GROUP'},\n        dirmode   => '0755',\n        filemode  => '0644',\n        recursive => TRUE\n    }\n    );\n    $rs ||= setRights( $self->{'config'}->{'HTTPD_LOG_DIR'}, {\n        group => $::imscpConfig{'ADM_GROUP'},\n        mode  => '0750'\n    }\n    );\n    $rs ||= setRights(\n        \"$::imscpConfig{'USER_WEB_DIR'}/domain_disabled_pages\",\n        {\n            user      => $::imscpConfig{'ROOT_USER'},\n            group     => $self->{'config'}->{'HTTPD_GROUP'},\n            dirmode   => '0550',\n            filemode  => '0440',\n            recursive => TRUE\n        }\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdSetEnginePermissions' );\n}\n\n=item addUser( \\%data )\n\n Process addUser tasks\n\n Param hash \\%data User data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addUser\n{\n    my ( $self, $data ) = @_;\n\n    return 0 if $data->{'STATUS'} eq 'tochangepwd';\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddUser', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= iMSCP::SystemUser->new(\n        username => $self->{'config'}->{'HTTPD_USER'}\n    )->addToGroup(\n        $data->{'GROUP'}\n    );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddUser', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item deleteUser( \\%data )\n\n Process deleteUser tasks\n\n Param hash \\%data User data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteUser\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDelUser', $data );\n    $rs ||= iMSCP::SystemUser->new(\n        username => $self->{'config'}->{'HTTPD_USER'}\n    )->removeFromGroup(\n        $data->{'GROUP'}\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdDelUser', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item addDmn( \\%data )\n\n Process addDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddDmn', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addCfg( $data );\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddDmn', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item restoreDmn(\\%data)\n\n Process restoreDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub restoreDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdRestoreDmn', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdRestoreDmn', $data );\n}\n\n=item disableDmn(\\%data)\n\n Process disableDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableDmn', $data );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        # Ensure that all needed directories are present\n        for my $dir ( $self->_dmnFolders( $data ) ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user  => $dir->[1],\n                group => $dir->[2],\n                mode  => $dir->[3]\n            } );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->setData( $data );\n\n    my $net = iMSCP::Net->getInstance();\n    my @domainIPs = (\n        $data->{'DOMAIN_IP'},\n        ( $::imscpConfig{'CLIENT_WEBSITES_ALT_URLS'} eq 'yes'\n            ? $data->{'BASE_SERVER_IP'} : ()\n        )\n    );\n\n    $rs = $self->{'events'}->trigger(\n        'onAddHttpdVhostIps', $data, \\@domainIPs\n    );\n    return $rs if $rs;\n\n    # Remove duplicate IP if any and map the INADDR_ANY IP to *\n    @domainIPs = uniq( map {\n        $net->normalizeAddr( $_ ) =~ s/^\\Q0.0.0.0\\E$/*/r\n    } @domainIPs );\n\n    $self->setData( {\n        DOMAIN_IPS      => join( ' ', map {\n            ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                ? $_ : \"[$_]\"\n            ) . ':80'\n        } @domainIPs ),\n        HTTP_URI_SCHEME => 'http://',\n        HTTPD_LOG_DIR   => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        USER_WEB_DIR    => $::imscpConfig{'USER_WEB_DIR'},\n        SERVER_ALIASES         => ( $data->{'WILDCARD_ALIAS'} eq 'yes' ? '*.' : 'www.' )\n            . $data->{'DOMAIN_NAME'}\n    } );\n\n    # Create http vhost\n\n    if ( $data->{'HSTS_SUPPORT'} ) {\n        $self->setData( {\n            FORWARD      => \"https://$data->{'DOMAIN_NAME'}/\",\n            FORWARD_TYPE => '301'\n        } );\n        $data->{'VHOST_TYPE'} = 'domain_disabled_fwd';\n    } else {\n        $data->{'VHOST_TYPE'} = 'domain_disabled';\n    }\n\n    $rs = $self->buildConfFile(\n        \"$self->{'apacheTplDir'}/domain_disabled.tpl\",\n        $data,\n        { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n    );\n    $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}.conf\" );\n    return $rs if $rs;\n\n    # Create https vhost (or delete it if SSL is disabled)\n\n    if ( $data->{'SSL_SUPPORT'} ) {\n        $self->setData( {\n            CERTIFICATE     => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs/$data->{'DOMAIN_NAME'}.pem\",\n            DOMAIN_IPS      => join( ' ', map {\n                ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                    ? $_ : \"[$_]\"\n                ) . ':443'\n            } @domainIPs ),\n            HTTP_URI_SCHEME => 'https://'\n        } );\n        $data->{'VHOST_TYPE'} = 'domain_disabled_ssl';\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/domain_disabled.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" }\n        );\n        $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        return $rs if $rs;\n    } elsif ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" ) {\n        $rs = $self->disableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        $rs ||= iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    # Ensure that custom httpd conffile exists (cover case where file has been removed for any reasons)\n    unless ( -f \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" ) {\n        $data->{'SKIP_TEMPLATE_CLEANER'} = TRUE;\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/custom.conf.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n        );\n        return $rs if $rs;\n    }\n\n    # Transitional - Remove deprecated 'domain_disable_page' directory if any\n    if ( $data->{'DOMAIN_TYPE'} eq 'dmn' && -d $data->{'WEB_DIR'} ) {\n        local $@;\n        eval {\n            clearImmutable( $data->{'WEB_DIR'} );\n\n            iMSCP::Dir->new(\n                dirname => \"$data->{'WEB_DIR'}/domain_disable_page\"\n            )->remove();\n\n            if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n                setImmutable( $data->{'WEB_DIR'} );\n            }\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n    }\n\n    $self->flushData();\n    $self->{'events'}->trigger( 'afterHttpdDisableDmn', $data );\n}\n\n=item deleteDmn( \\%data )\n\n Process deleteDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteDmn\n{\n    my ( $self, $data ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger( 'beforeHttpdDelDmn', $data );\n        $rs ||= $self->disableSites(\n            \"$data->{'DOMAIN_NAME'}.conf\",\n            \"$data->{'DOMAIN_NAME'}_ssl.conf\"\n        );\n        return $rs if $rs;\n\n        for my $file ( \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}.conf\",\n            \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\",\n            \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\"\n        ) {\n            next unless -f $file;\n            $rs = iMSCP::File->new( filename => $file )->delFile();\n            return $rs if $rs;\n        }\n\n        $rs = $self->umountLogsFolder( $data );\n        return $rs if $rs;\n\n        unless ( $data->{'SHARED_MOUNT_POINT'} || !-d $data->{'WEB_DIR'} ) {\n            ( my $userWebDir = $::imscpConfig{'USER_WEB_DIR'} ) =~ s%/+$%%;\n            my $parentDir = dirname( $data->{'WEB_DIR'} );\n\n            clearImmutable( $parentDir );\n            clearImmutable( $data->{'WEB_DIR'}, TRUE );\n            iMSCP::Dir->new( dirname => $data->{'WEB_DIR'} )->remove();\n\n            if ( $parentDir ne $userWebDir ) {\n                my $dir = iMSCP::Dir->new( dirname => $parentDir );\n                if ( $dir->isEmpty() ) {\n                    clearImmutable( dirname( $parentDir ));\n                    $dir->remove();\n                }\n            }\n\n            if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes'\n                && $parentDir ne $userWebDir\n            ) {\n                do {\n                    setImmutable( $parentDir ) if -d $parentDir;\n                } while ( $parentDir = dirname( $parentDir ) ) ne $userWebDir;\n            }\n        }\n\n        iMSCP::Dir->new(\n            dirname => \"$data->{'HOME_DIR'}/logs/$data->{'DOMAIN_NAME'}\"\n        )->remove();\n        iMSCP::Dir->new(\n            dirname => \"$self->{'config'}->{'HTTPD_LOG_DIR'}/$data->{'DOMAIN_NAME'}\"\n        )->remove();\n\n        $rs = $self->{'events'}->trigger( 'afterHttpdDelDmn', $data );\n        $self->{'restart'} = TRUE unless $rs;\n        $rs;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item addSub( \\%data )\n\n Process addSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddSub', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addCfg( $data );\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddSub', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item restoreSub(\\%data)\n\n Process restoreSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub restoreSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdRestoreSub', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdRestoreSub', $data );\n}\n\n=item disableSub( \\%data )\n\n Process disableSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableSub', $data );\n    $rs ||= $self->disableDmn( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdDisableSub', $data );\n}\n\n=item deleteSub( \\%data )\n\n Process deleteSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDelSub', $data );\n    $rs ||= $self->deleteDmn( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdDelSub', $data );\n}\n\n=item addHtpasswd( \\%data )\n\n Process addHtpasswd tasks\n\n Param hash \\%data Htpasswd entry data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addHtpasswd\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_USERS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = -f $filePath ? $file->get() : '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdAddHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTUSER_NAME'}:[^\\n]*\\n//gim;\n    $fileContent .= \"$data->{'HTUSER_NAME'}:$data->{'HTUSER_PASS'}\\n\";\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdAddHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    local $UMASK = 027;\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner( $::imscpConfig{'ROOT_USER'}, $data->{'GROUP'} );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item deleteHtpasswd( \\%data )\n\n Process deleteHtpasswd tasks\n\n Param hash \\%data Htpasswd data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteHtpasswd\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_USERS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    return 0 unless -f $filePath;\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = $file->get() // '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDelHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTUSER_NAME'}:[^\\n]*\\n//gim;\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdDelHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner( $::imscpConfig{'ROOT_USER'}, $data->{'GROUP'} );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item addHtgroup( \\%data )\n\n Process addHtgroup tasks\n\n Param hash \\%data Htgroup data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addHtgroup\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_GROUPS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = -f $filePath ? $file->get() : '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdAddHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTGROUP_NAME'}:[^\\n]*\\n//gim;\n    $fileContent .= \"$data->{'HTGROUP_NAME'}:$data->{'HTGROUP_USERS'}\\n\";\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdAddHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    local $UMASK = 027;\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner( $::imscpConfig{'ROOT_USER'}, $data->{'GROUP'} );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item deleteHtgroup( \\%data )\n\n Process deleteHtgroup tasks\n\n Param hash \\%data Htgroup data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteHtgroup\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_GROUPS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    return 0 unless -f $filePath;\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = $file->get() // '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDelHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTGROUP_NAME'}:[^\\n]*\\n//gim;\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdDelHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner( $::imscpConfig{'ROOT_USER'}, $data->{'GROUP'} );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item addHtaccess( \\%data )\n\n Process addHtaccess tasks\n\n Param hash \\%data Htaccess data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addHtaccess\n{\n    my ( $self, $data ) = @_;\n\n    # Here we process only if AUTH_PATH directory exists\n    # Note: It's temporary fix for 1.1.0-rc2 (See #749)\n    return 0 unless -d $data->{'AUTH_PATH'};\n\n    my $fileUser = \"$data->{'HOME_PATH'}/$self->{'config'}->{'HTACCESS_USERS_FILENAME'}\";\n    my $fileGroup = \"$data->{'HOME_PATH'}/$self->{'config'}->{'HTACCESS_GROUPS_FILENAME'}\";\n    my $filePath = \"$data->{'AUTH_PATH'}/.htaccess\";\n\n    my $isImmutable = isImmutable( $data->{'AUTH_PATH'} );\n    clearImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = -f $filePath ? $file->get() : '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdAddHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    my $bTag = \"### START i-MSCP PROTECTION ###\\n\";\n    my $eTag = \"### END i-MSCP PROTECTION ###\\n\";\n    my $tagContent = \"AuthType $data->{'AUTH_TYPE'}\\nAuthName \\\"$data->{'AUTH_NAME'}\\\"\\nAuthUserFile $fileUser\\n\";\n\n    if ( $data->{'HTUSERS'} eq '' ) {\n        $tagContent .= \"AuthGroupFile $fileGroup\\nRequire group $data->{'HTGROUPS'}\\n\";\n    } else {\n        $tagContent .= \"Require user $data->{'HTUSERS'}\\n\";\n    }\n\n    $fileContent = replaceBloc( $bTag, $eTag, '', $fileContent );\n    $fileContent = $bTag . $tagContent . $eTag . $fileContent;\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdAddHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    local $UMASK = 027;\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner( $data->{'USER'}, $data->{'GROUP'} );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    setImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n    0;\n}\n\n=item deleteHtaccess( \\%data )\n\n Process deleteHtaccess tasks\n\n Param hash \\%data Htaccess data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteHtaccess\n{\n    my ( $self, $data ) = @_;\n\n    # Here we process only if AUTH_PATH directory exists\n    # Note: It's temporary fix for 1.1.0-rc2 (See #749)\n    return 0 unless -d $data->{'AUTH_PATH'};\n\n    my $filePath = \"$data->{'AUTH_PATH'}/.htaccess\";\n\n    return 0 unless -f $filePath;\n\n    my $isImmutable = isImmutable( $data->{'AUTH_PATH'} );\n    clearImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = $file->get() // '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDelHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent = replaceBloc(\n        \"### START i-MSCP PROTECTION ###\\n\",\n        \"### END i-MSCP PROTECTION ###\\n\",\n        '',\n        $fileContent\n    );\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdDelHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    if ( $fileContent ne '' ) {\n        $file->set( $fileContent );\n        $rs = $file->save();\n        $rs ||= $file->owner( $data->{'USER'}, $data->{'GROUP'} );\n        $rs ||= $file->mode( 0640 );\n        return $rs if $rs;\n    } elsif ( -f $filePath ) {\n        $rs = $file->delFile();\n        return $rs if $rs;\n    }\n\n    setImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n    0;\n}\n\n=item buildConf( $cfgTpl, $filename [, \\%data ] )\n\n Build the given configuration template\n\n Param string $cfgTpl Template content\n Param string $filename Template filename\n Param hash \\%data OPTIONAL Data as provided by Alias|Domain|Subdomain|SubAlias modules or installer\n Return string Template content\n\n=cut\n\nsub buildConf\n{\n    my ( $self, $cfgTpl, $filename, $data ) = @_;\n\n    $data ||= {};\n\n    if ( grep ( $_ eq $filename, qw/ domain.tpl domain_disabled.tpl / ) ) {\n        if ( grep ( $_ eq $data->{'VHOST_TYPE'}, qw/ domain domain_disabled / ) ) {\n            # Remove ssl and forward sections\n            $cfgTpl = replaceBloc(\n                \"# SECTION ssl BEGIN.\\n\",\n                \"# SECTION ssl END.\\n\",\n                '',\n                $cfgTpl\n            );\n            $cfgTpl = replaceBloc(\n                \"# SECTION fwd BEGIN.\\n\",\n                \"# SECTION fwd END.\\n\",\n                '',\n                $cfgTpl\n            );\n        } elsif ( grep (\n            $_ eq $data->{'VHOST_TYPE'},\n            qw/ domain_fwd domain_ssl_fwd domain_disabled_fwd /\n        ) ) {\n            # Remove ssl if needed\n            unless ( $data->{'VHOST_TYPE'} eq 'domain_ssl_fwd' ) {\n                $cfgTpl = replaceBloc(\n                    \"# SECTION ssl BEGIN.\\n\",\n                    \"# SECTION ssl END.\\n\",\n                    '',\n                    $cfgTpl\n                );\n            }\n\n            # Remove domain section\n            $cfgTpl = replaceBloc(\n                \"# SECTION dmn BEGIN.\\n\",\n                \"# SECTION dmn END.\\n\",\n                '',\n                $cfgTpl\n            );\n        } elsif ( grep (\n            $_ eq $data->{'VHOST_TYPE'}, qw/ domain_ssl domain_disabled_ssl /\n        ) ) {\n            # Remove forward section\n            $cfgTpl = replaceBloc(\n                \"# SECTION fwd BEGIN.\\n\",\n                \"# SECTION fwd END.\\n\",\n                '',\n                $cfgTpl\n            );\n        }\n    }\n\n    $self->{'events'}->trigger(\n        'beforeHttpdBuildConf', \\$cfgTpl, $filename, $data\n    );\n    $cfgTpl = process( $self->{'data'}, $cfgTpl );\n    $self->{'events'}->trigger(\n        'afterHttpdBuildConf', \\$cfgTpl, $filename, $data\n    );\n    $cfgTpl;\n}\n\n=item buildConfFile( $file [, \\%data = { } [, \\%options = { } ] ] )\n\n Build the given configuration file\n\n Param string $file Absolute path to config file or config filename relative to the i-MSCP apache config directory\n Param hash \\%data OPTIONAL Data as provided by Alias|Domain|Subdomain|SubAlias modules or installer\n Param hash \\%options OPTIONAL Options:\n  - destination: Destination file path (default to $self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/<filebasename>)\n  - user: File owner\n  - group: File group\n  - mode:  File mode\n Return int 0 on success, other on failure\n\n=cut\n\nsub buildConfFile\n{\n    my ( $self, $file, $data, $options ) = @_;\n\n    $data ||= {};\n    $options ||= {};\n\n    my ( $filename, $path ) = fileparse( $file );\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate',\n        'apache_itk',\n        $filename,\n        \\my $cfgTpl,\n        $data,\n        $options\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        if ( $path eq './' ) {\n            $file = File::Spec->canonpath(\n                \"$self->{'apacheCfgDir'}/$filename\"\n            );\n        }\n\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new( filename => $file )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeHttpdBuildConfFile', \\$cfgTpl, $filename, $data, $options\n    );\n    return $rs if $rs;\n\n    $cfgTpl = $self->buildConf( $cfgTpl, $filename, $data );\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdBuildConfFile', \\$cfgTpl, $filename, $data, $options\n    );\n    return $rs if $rs;\n\n    $file = iMSCP::File->new(\n        filename => $options->{'destination'}\n            // \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$filename\"\n    );\n    $file->set( $cfgTpl );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $options->{'user'} // $::imscpConfig{'ROOT_USER'},\n        $options->{'group'} // $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( $options->{'mode'} // 0644 );\n}\n\n=item getData( )\n\n Get server data\n\n Return hashref\n\n=cut\n\nsub getData\n{\n    $_[0]->{'data'};\n}\n\n=item setData( \\%data )\n\n Set server data\n\n Param hashref \\%data Server data\n Return int 0\n\n=cut\n\nsub setData\n{\n    my ( $self, $data ) = @_;\n\n    @{ $self->{'data'} }{keys %{ $data }} = values %{ $data };\n    0;\n}\n\n=item flushData( )\n\n Flush all data set via the setData( ) method\n\n Return int 0\n\n=cut\n\nsub flushData\n{\n    my ( $self ) = @_;\n\n    delete $self->{'data'};\n    0;\n}\n\n=item getTraffic( $trafficDb )\n\n Get httpd traffic data\n\n Param hashref \\%trafficDb Traffic database\n Die on failure\n\n=cut\n\nsub getTraffic\n{\n    my $trafficDb = $_[1];\n\n    my $date = time2str( '%Y%m%d', time());\n    my $dbh = iMSCP::Database->factory()->getRawDb();\n\n    debug( sprintf( 'Collecting HTTP traffic data' ));\n\n    local $@;\n    eval {\n        $dbh->begin_work();\n\n        my $sth = $dbh->prepare(\n            '\n                SELECT `vhost`, `bytes`\n                FROM `httpd_vlogger`\n                WHERE `ldate` <= ?\n                FOR UPDATE'\n        );\n        $sth->execute( $date );\n\n        while ( my $row = $sth->fetchrow_hashref() ) {\n            next unless exists $trafficDb->{$row->{'vhost'}};\n            $trafficDb->{$row->{'vhost'}} += $row->{'bytes'};\n        }\n\n        $dbh->do(\n            'DELETE FROM `httpd_vlogger` WHERE `ldate` <= ?',\n            undef,\n            $date\n        );\n        $dbh->commit();\n    };\n    if ( $@ ) {\n        $dbh->rollback();\n        %{ $trafficDb } = ();\n        die( sprintf( \"Couldn't collect traffic data: %s\", $@ ));\n    }\n\n    0;\n}\n\n=item getRunningUser( )\n\n Get user name under which the Apache server is running\n\n Return string User name under which the apache server is running\n\n=cut\n\nsub getRunningUser\n{\n    my ( $self ) = @_;\n\n    $self->{'config'}->{'HTTPD_USER'};\n}\n\n=item getRunningGroup( )\n\n Get group name under which the Apache server is running\n\n Return string Group name under which the apache server is running\n\n=cut\n\nsub getRunningGroup\n{\n    my ( $self ) = @_;\n\n    $self->{'config'}->{'HTTPD_GROUP'};\n}\n\n=item enableSites( @sites )\n\n Enable the given sites\n\n Param array @sites List of sites to enable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub enableSites\n{\n    my ( $self, @sites ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdEnableSites', \\@sites\n    );\n    return $rs if $rs;\n\n    for my $site ( @sites ) {\n        $rs = execute( [ 'a2ensite', $site ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdEnableSites', @sites );\n}\n\n=item disableSites( @sites )\n\n Disable the given sites\n\n Param array @sites List of sites to disable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub disableSites\n{\n    my ( $self, @sites ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableSites', \\@sites );\n    return $rs if $rs;\n\n    for my $site ( @sites ) {\n        next unless -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$site\";\n        $rs = execute( [ 'a2dissite', $site ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdDisableSites', @sites );\n}\n\n=item enableModules( @modules )\n\n Enable the given Apache modules\n\n Param array @modules List of modules to enable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub enableModules\n{\n    my ( $self, @modules ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdEnableModules', \\@modules );\n    return $rs if $rs;\n\n    for my $module ( @modules ) {\n        next unless -f \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$module.load\";\n        $rs = execute( [ 'a2enmod', $module ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdEnableModules', @modules );\n}\n\n=item disableModules( @modules )\n\n Disable the given Apache modules\n\n Param array @modules List of modules to disable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub disableModules\n{\n    my ( $self, @modules ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableModules', \\@modules );\n    return $rs if $rs;\n\n    for my $module ( @modules ) {\n        next unless -l \"$self->{'config'}->{'HTTPD_MODS_ENABLED_DIR'}/$module.load\";\n        $rs = execute( [ 'a2dismod', $module ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdDisableModules', @modules );\n}\n\n=item enableConfs( @conffiles )\n\n Enable the given configuration files\n\n Param array @conffiles List of configuration files to enable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub enableConfs\n{\n    my ( $self, @conffiles ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdEnableConfs', \\@conffiles\n    );\n    return $rs if $rs;\n\n    for my $conffile ( @conffiles ) {\n        $rs = execute( [ 'a2enconf', $conffile ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdEnableConfs', @conffiles );\n}\n\n=item disableConfs( @conffiles )\n\n Disable the given configuration files\n\n Param array @conffiles Lilst of configuration files to disable\n Return int 0 on sucess, other on failure\n\n=cut\n\n=item disableConfs( @conffiles )\n\n Disable the given configuration files\n\n Param array @conffiles Lilst of configuration files to disable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub disableConfs\n{\n    my ( $self, @conffiles ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDisableConfs', \\@conffiles\n    );\n    return $rs if $rs;\n\n    for my $conffile ( @conffiles ) {\n        next unless -f \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available/$conffile\";\n        $rs = execute( [ 'a2disconf', $conffile ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdDisableConfs', @conffiles );\n}\n\n=item forceRestartApache( )\n\n Force Apache to be restarted\n\n Return int 0\n\n=cut\n\nsub forceRestart\n{\n    my ( $self ) = @_;\n\n    $self->{'forceRestart'} = TRUE;\n    0;\n}\n\n=item start( )\n\n Start httpd service\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub start\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdStart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->start(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdStart' );\n}\n\n=item stop( )\n\n Stop httpd service\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub stop\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdStop' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->stop(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdStop' );\n}\n\n=item restart( )\n\n Restart or reload httpd service\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdRestart' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        if ( $self->{'forceRestart'} ) {\n            iMSCP::Service->getInstance()->restart(\n                $self->{'config'}->{'HTTPD_SNAME'}\n            );\n        } else {\n            iMSCP::Service->getInstance()->reload(\n                $self->{'config'}->{'HTTPD_SNAME'}\n            );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdRestart' );\n}\n\n=item mountLogsFolder( \\%data )\n\n Mount logs folder which belong to the given domain into customer's logs folder\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub mountLogsFolder\n{\n    my ( $self, $data ) = @_;\n\n    my $fsSpec = File::Spec->canonpath(\n        \"$self->{'config'}->{'HTTPD_LOG_DIR'}/$data->{'DOMAIN_NAME'}\"\n    );\n    my $fsFile = File::Spec->canonpath(\n        \"$data->{'HOME_DIR'}/logs/$data->{'DOMAIN_NAME'}\"\n    );\n    my $fields = {\n        fs_spec    => $fsSpec,\n        fs_file    => $fsFile,\n        fs_vfstype => 'none',\n        fs_mntops  => 'bind'\n    };\n    my $rs = $self->{'events'}->trigger(\n        'beforeMountLogsFolder', $data, $fields\n    );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Dir->new( dirname => $fsFile )->make(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs = addMountEntry(\n        \"$fields->{'fs_spec'} $fields->{'fs_file'} $fields->{'fs_vfstype'} $fields->{'fs_mntops'}\"\n    );\n    $rs ||= mount( $fields ) unless isMountpoint( $fields->{'fs_file'} );\n    $rs ||= $self->{'events'}->trigger(\n        'afterMountLogsFolder', $data, $fields\n    );\n}\n\n=item umountLogsFolder( \\%data )\n\n Umount logs folder which belong to the given domain from customer's logs folder\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub umountLogsFolder\n{\n    my ( $self, $data ) = @_;\n\n    my $recursive = TRUE;\n    my $fsFile = \"$data->{'HOME_DIR'}/logs\";\n\n    # We operate recursively only if domain type is 'dmn' (full account)\n    if ( $data->{'DOMAIN_TYPE'} ne 'dmn' ) {\n        $recursive = FALSE;\n        $fsFile .= \"/$data->{'DOMAIN_NAME'}\";\n    }\n\n    $fsFile = File::Spec->canonpath( $fsFile );\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeUnmountLogsFolder', $data, $fsFile\n    );\n    $rs ||= removeMountEntry( qr%.*?[ \\t]+\\Q$fsFile\\E(?:/|[ \\t]+)[^\\n]+% );\n    $rs ||= umount( $fsFile, $recursive );\n    $rs ||= $self->{'events'}->trigger(\n        'afterUmountMountLogsFolder', $data, $fsFile\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::httpd::apache_itk\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self }{qw/ start restart forceRestart /} = ( FALSE, FALSE, FALSE );\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'apacheCfgDir'} = \"$::imscpConfig{'CONF_DIR'}/apache\";\n    $self->{'apacheTplDir'} = \"$self->{'apacheCfgDir'}/parts\";\n\n    if ( -f \"$self->{'apacheCfgDir'}/apache.data.dist\" ) {\n        $self->_mergeConfig( $self->{'apacheCfgDir'}, 'apache.data' );\n    }\n\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'apacheCfgDir'}/apache.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n\n    $self->{'phpCfgDir'} = \"$::imscpConfig{'CONF_DIR'}/php\";\n\n    if ( -f \"$self->{'phpCfgDir'}/php.data.dist\" ) {\n        $self->_mergeConfig( $self->{'phpCfgDir'}, 'php.data' );\n    }\n\n    tie %{ $self->{'phpConfig'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'phpCfgDir'}/php.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n\n    $self->{'events'}->register(\n        'afterHttpdBuildConfFile', sub { $self->_cleanTemplate( @_ ) }\n    );\n    $self;\n}\n\n=item _mergeConfig( $confDir, $confName )\n\n Merge distribution configuration with production configuration\n\n Param string $confDir Configuration directory\n Param string $confName Configuration filename\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self, $confDir, $confFile ) = @_;\n\n    if ( -f \"$confDir/$confFile\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$confDir/$confFile.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$confDir/$confFile\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'old' . (\n            $confFile eq 'apache.data' ? 'Config' : 'PhpConfig'\n        )} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new(\n        filename => \"$confDir/$confFile.dist\"\n    )->moveFile( \"$confDir/$confFile\" ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=item _addCfg( \\%data )\n\n Add configuration files for the given domain\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addCfg\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddCfg', $data );\n    return $rs if $rs;\n\n    $self->setData( $data );\n\n    if ( $data->{'FORWARD'} eq 'no' && $data->{'PHP_SUPPORT'} eq 'yes' ) {\n        $self->setData( {\n            EMAIL_DOMAIN => $data->{'DOMAIN_NAME'},\n            TMPDIR       => $data->{'HOME_DIR'} . '/phptmp'\n        } );\n    }\n\n    my $net = iMSCP::Net->getInstance();\n    my @domainIPs = (\n        $data->{'DOMAIN_IP'},\n        ( $::imscpConfig{'CLIENT_WEBSITES_ALT_URLS'} eq 'yes'\n            ? $data->{'BASE_SERVER_IP'} : ()\n        )\n    );\n\n    $rs = $self->{'events'}->trigger(\n        'onAddHttpdVhostIps', $data, \\@domainIPs\n    );\n    return $rs if $rs;\n\n    # Remove duplicate IP if any and map the INADDR_ANY IP to *\n    @domainIPs = uniq( map {\n        $net->normalizeAddr( $_ ) =~ s/^\\Q0.0.0.0\\E$/*/r\n    } @domainIPs );\n\n    $self->setData( {\n        DOMAIN_IPS             => join( ' ', map {\n            ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                ? $_ : \"[$_]\"\n            ) . ':80'\n        } @domainIPs ),\n        HTTPD_CUSTOM_SITES_DIR => $self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'},\n        HTTPD_LOG_DIR          => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        SERVER_ALIASES         => ( $data->{'WILDCARD_ALIAS'} eq 'yes' ? '*.' : 'www.' )\n            . $data->{'DOMAIN_NAME'}\n    } );\n\n    # Create http vhost\n\n    if ( $data->{'HSTS_SUPPORT'} ) {\n        $self->setData( {\n            FORWARD      => \"https://$data->{'DOMAIN_NAME'}/\",\n            FORWARD_TYPE => '301'\n        } );\n        $data->{'VHOST_TYPE'} = 'domain_fwd';\n    } elsif ( $data->{'FORWARD'} ne 'no' ) {\n        if ( $data->{'FORWARD_TYPE'} eq 'proxy' ) {\n            $self->setData( {\n                X_FORWARDED_PROTOCOL => 'http',\n                X_FORWARDED_PORT     => 80\n            } );\n        }\n\n        $data->{'VHOST_TYPE'} = 'domain_fwd';\n    } else {\n        $data->{'VHOST_TYPE'} = 'domain';\n    }\n\n    $rs = $self->buildConfFile(\n        \"$self->{'apacheTplDir'}/domain.tpl\",\n        $data,\n        { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n    );\n    $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}.conf\" );\n    return $rs if $rs;\n\n    # Create https vhost (or delete it if SSL is disabled)\n\n    if ( $data->{'SSL_SUPPORT'} ) {\n        $self->setData( {\n            CERTIFICATE => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs/$data->{'DOMAIN_NAME'}.pem\",\n            DOMAIN_IPS  => join( ' ', map {\n                ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                    ? $_ : \"[$_]\"\n                ) . ':443'\n            } @domainIPs )\n        } );\n\n        if ( $data->{'FORWARD'} ne 'no' ) {\n            $self->setData( {\n                FORWARD      => $data->{'FORWARD'},\n                FORWARD_TYPE => $data->{'FORWARD_TYPE'}\n            } );\n\n            if ( $data->{'FORWARD_TYPE'} eq 'proxy' ) {\n                $self->setData( {\n                    X_FORWARDED_PROTOCOL => 'https',\n                    X_FORWARDED_PORT     => 443\n                } );\n            }\n\n            $data->{'VHOST_TYPE'} = 'domain_ssl_fwd';\n        } else {\n            $data->{'VHOST_TYPE'} = 'domain_ssl';\n        }\n\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/domain.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" }\n        );\n        $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        return $rs if $rs;\n    } elsif ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" ) {\n        $rs = $self->disableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        $rs ||= iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    unless ( -f \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" ) {\n        $data->{'SKIP_TEMPLATE_CLEANER'} = TRUE;\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/custom.conf.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n        );\n        return $rs if $rs;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdAddCfg' );\n}\n\n=item _dmnFolders( \\%data )\n\n Get Web folders list to create for the given domain\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return array List of Web folders to create\n\n=cut\n\nsub _dmnFolders\n{\n    my ( $self, $data ) = @_;\n\n    my @folders = ();\n\n    $self->{'events'}->trigger( 'beforeHttpdDmnFolders', \\@folders );\n    push(\n        @folders,\n        [\n            \"$self->{'config'}->{'HTTPD_LOG_DIR'}/$data->{'DOMAIN_NAME'}\",\n            $::imscpConfig{'ROOT_USER'},\n            $::imscpConfig{'ROOT_GROUP'},\n            0755\n        ]\n    );\n    $self->{'events'}->trigger( 'afterHttpdDmnFolders', \\@folders );\n    @folders;\n}\n\n=item _addFiles( \\%data )\n\n Add default directories and files for the given domain\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub _addFiles\n{\n    my ( $self, $data ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger( 'beforeHttpdAddFiles', $data );\n        return $rs if $rs;\n\n        for my $dir ( $self->_dmnFolders( $data ) ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user  => $dir->[1],\n                group => $dir->[2],\n                mode  => $dir->[3]\n            } );\n        }\n\n        # Whether or not permissions must be fixed recursively\n        my $fixPermissions = iMSCP::Getopt->fixPermissions\n            || $data->{'ACTION'} =~ /^restore(?:Dmn|Sub)$/;\n\n        # Prepare Web folder\n        my $skelDir;\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            $skelDir = \"$::imscpConfig{'CONF_DIR'}/skel/domain\";\n        } elsif ( $data->{'DOMAIN_TYPE'} eq 'als' ) {\n            $skelDir = \"$::imscpConfig{'CONF_DIR'}/skel/alias\";\n        } else {\n            $skelDir = \"$::imscpConfig{'CONF_DIR'}/skel/subdomain\";\n        }\n\n        # Copy skeleton in tmp dir\n        my $tmpDir = File::Temp->newdir();\n        iMSCP::Dir->new( dirname => $skelDir )->rcopy(\n            $tmpDir, { preserve => 'no' }\n        );\n\n        # Build default page if needed (if htdocs doesn't exists or is empty)\n        if ( !-d \"$data->{'WEB_DIR'}/htdocs\"\n            || iMSCP::Dir->new( dirname => \"$data->{'WEB_DIR'}/htdocs\" )->isEmpty()\n        ) {\n            if ( -d \"$tmpDir/htdocs\" ) {\n                # Test needed in case admin removed the index.html file from the skeleton\n                if ( -f \"$tmpDir/htdocs/index.html\" ) {\n                    $data->{'SKIP_TEMPLATE_CLEANER'} = TRUE;\n                    my $fileSource = \"$tmpDir/htdocs/index.html\";\n                    $rs = $self->buildConfFile(\n                        $fileSource, $data, { destination => $fileSource }\n                    );\n                    return $rs if $rs;\n                }\n            } else {\n                error( \"Web folder skeleton must provides the 'htdocs' directory.\" );\n                return 1;\n            }\n\n            # Force recursive permissions for newly created Web folders\n            $fixPermissions = TRUE;\n        } else {\n            iMSCP::Dir->new( dirname => \"$tmpDir/htdocs\" )->remove();\n        }\n\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            if ( -d \"$data->{'WEB_DIR'}/errors\"\n                && !iMSCP::Dir->new( dirname => \"$data->{'WEB_DIR'}/errors\" )->isEmpty()\n            ) {\n                iMSCP::Dir->new( dirname => \"$tmpDir/errors\" )->remove();\n            } elsif ( !-d \"$tmpDir/errors\" ) {\n                error( \"The 'domain' Web folder skeleton must provides the 'errors' directory.\" );\n                return 1;\n            } else {\n                $fixPermissions = TRUE;\n            }\n        }\n\n        my $parentDir = dirname( $data->{'WEB_DIR'} );\n\n        # Fix #IP-1327 - Ensure that parent Web folder exists\n        unless ( -d $parentDir ) {\n            clearImmutable( dirname( $parentDir ));\n            iMSCP::Dir->new( dirname => $parentDir )->make( {\n                user  => $data->{'USER'},\n                group => $data->{'GROUP'},\n                mode  => 0750\n            } );\n        } else {\n            clearImmutable( $parentDir );\n        }\n\n        clearImmutable( $data->{'WEB_DIR'} ) if -d $data->{'WEB_DIR'};\n\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn'\n            && $self->{'config'}->{'MOUNT_CUSTOMER_LOGS'} ne 'yes'\n        ) {\n            $rs = $self->umountLogsFolder( $data );\n            return $rs if $rs;\n\n            iMSCP::Dir->new( dirname => \"$data->{'WEB_DIR'}/logs\" )->remove();\n            iMSCP::Dir->new( dirname => \"$tmpDir/logs\" )->remove();\n        } elsif ( $data->{'DOMAIN_TYPE'} eq 'dmn' && !-d \"$tmpDir/logs\" ) {\n            error( \"Web folder skeleton must provides the 'logs' directory.\" );\n            return 1;\n        }\n\n        # Copy Web folder\n        iMSCP::Dir->new( dirname => $tmpDir )->rcopy(\n            $data->{'WEB_DIR'}, { preserve => 'no' }\n        );\n\n        # Cleanup (Transitional)\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            # Remove deprecated 'domain_disable_page' directory if any\n            iMSCP::Dir->new(\n                dirname => \"$data->{'WEB_DIR'}/domain_disable_page\"\n            )->remove();\n        } elsif ( !$data->{'SHARED_MOUNT_POINT'} ) {\n            # Remove deprecated phptmp directory if any\n            iMSCP::Dir->new(\n                dirname => \"$data->{'WEB_DIR'}/phptmp\"\n            )->remove();\n            iMSCP::Dir->new( dirname => \"$tmpDir/phptmp\" )->remove();\n        }\n\n        # Set ownership and permissions\n\n        # Set ownership and permissions for Web folder root\n        # Web folder root vuxxx:vuxxx 0750 (no recursive)\n        $rs = setRights( $data->{'WEB_DIR'}, {\n            user  => $data->{'USER'},\n            group => $data->{'GROUP'},\n            mode  => '0750'\n        } );\n        return $rs if $rs;\n\n        # Get list of files inside Web folder root\n        my @files = iMSCP::Dir->new( dirname => $skelDir )->getAll();\n\n        # Set ownership for first Web folder depth, e.g:\n        # 00_private vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # backups    vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # cgi-bin    vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # error      vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # htdocs     vuxxx:vuxxx (recursive with --fix-permissions)\n        # logs       skipped -- main domain Web folder only\n        # phptmp     vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        for my $file ( grep ( $_ ne 'logs', @files ) ) {\n            next unless -e \"$data->{'WEB_DIR'}/$file\";\n            $rs = setRights( \"$data->{'WEB_DIR'}/$file\", {\n                user      => $data->{'USER'},\n                group     => $data->{'GROUP'},\n                recursive => $fixPermissions\n            } );\n            return $rs if $rs;\n        }\n\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            # Set ownership and permissions for .htgroup and .htpasswd files if any\n            # .htgroup  root:www-data\n            # .htpasswd root:www-data\n            for my $file ( qw/ .htgroup .htpasswd / ) {\n                next unless -f \"$data->{'WEB_DIR'}/$file\";\n                $rs = setRights( \"$data->{'WEB_DIR'}/$file\", {\n                    user  => $::imscpConfig{'ROOT_USER'},\n                    group => $self->{'config'}->{'HTTPD_GROUP'},\n                    mode  => '0640'\n                } );\n                return $rs if $rs;\n            }\n\n            # Set ownership for logs directory if any\n            # logs root:vuxxx (no recursive)\n            if ( -d \"$data->{'WEB_DIR'}/logs\" ) {\n                $rs = setRights( \"$data->{'WEB_DIR'}/logs\", {\n                    user  => $::imscpConfig{'ROOT_USER'},\n                    group => $data->{'GROUP'}\n                } );\n                return $rs if $rs;\n            }\n        }\n\n        # Set permissions for first Web folder depth, e.g:\n        # 00_private 0750 (no recursive) -- main domain Web folder only\n        # backups    0750 (recursive with --fix-permissions) -- main domain Web folder only\n        # cgi-bin    0750 (no recursive) -- main domain Web folder only\n        # error      0750 (recursive with --fix-permissions) -- main domain Web folder only\n        # htdocs     0750 (no recursive)\n        # logs       0750 (no recursive) -- main domain Web folder only\n        # phptmp     0750 (recursive with --fix-permissions) -- main domain Web folder only\n        for my $file ( @files ) {\n            next unless -e \"$data->{'WEB_DIR'}/$file\";\n            $rs = setRights( \"$data->{'WEB_DIR'}/$file\", {\n                dirmode   => '0750',\n                filemode  => '0640',\n                recursive => $file =~ /^(?:00_private|cgi-bin|logs|htdocs)$/\n                    ? FALSE : $fixPermissions\n            } );\n            return $rs if $rs;\n        }\n\n        if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n            my $dir = $data->{'WEB_DIR'};\n            my $userWebDir = File::Spec->canonpath(\n                $::imscpConfig{'USER_WEB_DIR'}\n            );\n            do {\n                setImmutable( $dir );\n            } while ( $dir = dirname( $dir ) ) ne $userWebDir;\n        }\n\n        if ( $self->{'config'}->{'MOUNT_CUSTOMER_LOGS'} eq 'yes' ) {\n            $rs = $self->mountLogsFolder( $data );\n            return $rs if $rs;\n        }\n\n        $self->{'events'}->trigger( 'afterHttpdAddFiles', $data );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _cleanTemplate( \\$tpl, $name, \\%data )\n\n Event listener which is responsible to cleanup production configuration files\n\n Param string \\$tpl Template content\n Param string $name Template name\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0\n\n=cut\n\nsub _cleanTemplate\n{\n    my ( undef, $tpl, $name, $data ) = @_;\n\n    if ( $data->{'SKIP_TEMPLATE_CLEANER'} ) {\n        delete $data->{'SKIP_TEMPLATE_CLEANER'};\n        return 0;\n    }\n\n    if ( $name eq 'domain.tpl' ) {\n        if ( $data->{'VHOST_TYPE'} !~ /fwd/ ) {\n            ${ $tpl } = replaceBloc(\n                \"# SECTION suexec BEGIN.\\n\",\n                \"# SECTION suexec END.\\n\",\n                '',\n                ${ $tpl }\n            );\n\n            unless ( $data->{'CGI_SUPPORT'} eq 'yes' ) {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION cgi BEGIN.\\n\",\n                    \"# SECTION cgi END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            }\n\n            if ( $data->{'PHP_SUPPORT'} eq 'yes' ) {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION php_off BEGIN.\\n\",\n                    \"# SECTION php_off END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            } else {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION php_on BEGIN.\\n\",\n                    \"# SECTION php_on END.\\n\",\n                    '', ${ $tpl }\n                );\n            }\n\n            ${ $tpl } = replaceBloc(\n                \"# SECTION fcgid BEGIN.\\n\",\n                \"# SECTION fcgid END.\\n\",\n                '',\n                ${ $tpl }\n            );\n            ${ $tpl } = replaceBloc(\n                \"# SECTION php_fpm BEGIN.\\n\",\n                \"# SECTION php_fpm END.\\n\",\n                '',\n                ${ $tpl }\n            );\n        } elsif ( $data->{'FORWARD'} ne 'no' ) {\n            if ( $data->{'FORWARD_TYPE'} eq 'proxy'\n                && ( !$data->{'HSTS_SUPPORT'} || index( $data->{'VHOST_TYPE'}, 'ssl' ) != -1 )\n            ) {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION std_fwd BEGIN.\\n\",\n                    \"# SECTION std_fwd END.\\n\",\n                    '', ${ $tpl }\n                );\n\n                if ( index( $data->{'FORWARD'}, 'https' ) != 0 ) {\n                    ${ $tpl } = replaceBloc(\n                        \"# SECTION ssl_proxy BEGIN.\\n\",\n                        \"# SECTION ssl_proxy END.\\n\",\n                        '',\n                        ${ $tpl }\n                    );\n                }\n            } else {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION proxy_fwd BEGIN.\\n\",\n                    \"# SECTION proxy_fwd END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            }\n        } else {\n            ${ $tpl } = replaceBloc(\n                \"# SECTION proxy_fwd BEGIN.\\n\",\n                \"# SECTION proxy_fwd END.\\n\",\n                '',\n                ${ $tpl }\n            );\n        }\n    }\n\n    ${ $tpl } =~ s/^\\s*(?:[#;].*)?\\n//gmi;\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/httpd/apache_php_fpm/installer.pm",
    "content": "=head1 NAME\n\n Servers::httpd::apache_php_fpm::installer - i-MSCP Apache2/PHP-FPM Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::httpd::apache_php_fpm::installer;\n\nuse strict;\nuse warnings;\nuse File::Basename 'dirname';\nuse iMSCP::Boolean;\nuse iMSCP::Crypt qw/ ALPHA64 decryptRijndaelCBC encryptRijndaelCBC randomStr /;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dir;\nuse iMSCP::File;\nuse iMSCP::EventManager;\nuse iMSCP::Execute qw/ execute escapeShell /;\nuse iMSCP::Getopt;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Service;\nuse iMSCP::SystemGroup;\nuse iMSCP::SystemUser;\nuse Module::Load::Conditional 'check_install';\nuse Servers::httpd::apache_php_fpm;\nuse Servers::sqld;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Installer for the i-MSCP Apache2/PHP-FPM Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::events \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForPhpConfLevel( @_ ); },\n            sub { $self->_dialogForPhpListenMode( @_ ); };\n        0;\n    } );\n}\n\n=item install( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval { $self->_setPhpVariables(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    for my $confVar ( qw/ PHP_CONFIG_LEVEL PHP_FPM_LISTEN_MODE / ) {\n        $self->{'phpConfig'}->{$confVar} = ::setupGetQuestion( $confVar );\n    }\n\n    #$self->{'httpd'}->stop();\n    0;\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_setApacheVersion();\n    $rs ||= $self->_makeDirs();\n    $rs ||= $self->_copyDomainDisablePages;\n    $rs ||= $self->_buildFastCgiConfFiles();\n    $rs ||= $self->_buildPhpConfFiles();\n    $rs ||= $self->_buildApacheConfFiles();\n    $rs ||= $self->_installLogrotate();\n    $rs ||= $self->_setupVlogger();\n    $rs ||= $self->_cleanup();\n}\n\n=item postinstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval {\n        my $service = iMSCP::Service->getInstance();\n        $service->enable( sprintf(\n            'php%s-fpm', $self->{'phpConfig'}->{'PHP_VERSION'}\n        ));\n        $service->enable( $self->{'config'}->{'HTTPD_SNAME'} );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [\n                sub {\n                    # Set forceRestart flag, else server will be reloaded only\n                    $self->{'httpd'}->forceRestart();\n                    $self->{'httpd'}->restart();\n                },\n                'Httpd (Apache2/php-fpm)'\n            ];\n            0;\n        },\n        3\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::httpd::apache_php_fpm::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'httpd'} = Servers::httpd::apache_php_fpm->getInstance();\n    $self->{'apacheCfgDir'} = $self->{'httpd'}->{'apacheCfgDir'};\n    $self->{'config'} = $self->{'httpd'}->{'config'};\n    $self->{'phpCfgDir'} = $self->{'httpd'}->{'phpCfgDir'};\n    $self->{'phpConfig'} = $self->{'httpd'}->{'phpConfig'};\n    $self;\n}\n\n=item _dialogForPhpConfLevel( \\%dialog )\n\n Dialog for PHP configuration level\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForPhpConfLevel\n{\n    my ( $self, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion(\n        'PHP_CONFIG_LEVEL',\n        length $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'}\n            ? $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'}\n            : 'per_site'\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ php servers all / )\n        && grep ( $value eq $_, qw/ per_site per_domain per_user / )\n    ) {\n        ::setupSetQuestion( 'PHP_CONFIG_LEVEL', $value );\n        return 20;\n    }\n\n    my %choices = (\n        'Per site'   => 'per_site',\n        'Per domain' => 'per_domain',\n        'Per user'   => 'per_user'\n    );\n\n    ( my $ret, $value ) = $dialog->select(\n        <<\"EOF\", \\%choices, ( grep ( $value eq $_, qw/ per_site per_domain per_user /) )[0] // 'per_site' );\nPlease choose the PHP configuration level you want use. Available levels are:\n\n\\\\Z4Per domain:\\\\Zn One pool configuration file per domain (including subdomains)\n\\\\Z4Per user:\\\\Zn One pool configuration file per user\n\\\\Z4Per site:\\\\Zn One pool configuration per domain\n\nIf you make use of the PhpSwitcher plugin, you \\\\ZbMUST\\\\ZB choose the 'per site' option.\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'PHP_CONFIG_LEVEL', $value );\n    0;\n}\n\n=item _dialogForPhpListenMode( )\n\n Dialog for PHP listen mode\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForPhpListenMode\n{\n    my ( $self, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion(\n        'PHP_FPM_LISTEN_MODE',\n        length $self->{'phpConfig'}->{'PHP_FPM_LISTEN_MODE'}\n            ? $self->{'phpConfig'}->{'PHP_FPM_LISTEN_MODE'}\n            : 'uds'\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ php servers all / )\n        && grep ( $value eq $_, qw/ tcp uds /)\n    ) {\n        ::setupSetQuestion( 'PHP_FPM_LISTEN_MODE', $value );\n        return 20;\n    }\n\n    my %choices = (\n        'TCP/IP socket'            => 'tcp',\n        'UDS (Unix Domain Socket)' => 'uds'\n    );\n\n    ( my $ret, $value ) = $dialog->select(\n        <<\"EOF\", \\%choices, ( grep ( $value eq $_ ) )[0] // 'uds' );\nPlease choose the FastCGI address type that you want use. Available types are:\n\n\\\\Z4tcp:\\\\Zn TCP/IP (e.g. 127.0.0.1:9000)\n\\\\Z4uds:\\\\Zn Unix domain socket (e.g. /run/php/php<version>-fpm-domain.tld.sock)\n\nThe UDS choice is highly recommended. For high traffic sites, TCP/IP can require a tweaking of your kernel parameters (sysctl).\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'PHP_FPM_LISTEN_MODE', $value );\n    0;\n}\n\n=item _setPhpVariables\n\n Set PHP Variables\n\n Return int 0 on success, die on failure\n\n=cut\n\nsub _setPhpVariables\n{\n    my ( $self ) = @_;\n\n    ( $self->{'phpConfig'}->{'PHP_VERSION'} ) = ::setupGetQuestion( 'PHP_SERVER' )\n        =~ /(\\d+.\\d+)$/ or die( \"Couldn't guess system PHP version\" );\n\n    $self->{'phpConfig'}->{'PHP_CLI_BIN_PATH'} = iMSCP::ProgramFinder::find(\n        \"php$self->{'phpConfig'}->{'PHP_VERSION'}\"\n    ) or die( \"Couldn't find system php (cli) binary\" );\n\n    my ( $phpCliConfDir ) = `$self->{'phpConfig'}->{'PHP_CLI_BIN_PATH'} -ni 2> /dev/null | grep '(php.ini) Path'`\n        =~ /([^\\s]+)$/ or die( \"Couldn't guess system PHP configuration root directory\" );\n\n    $self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'} = dirname( $phpCliConfDir );\n\n    if ( -d \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/pool.d\" ) {\n        $self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'} = \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/pool.d\";\n    } else {\n        die( sprintf(\n            \"Couldn't guess php (fpm) pool configuration directory: Directory %s doesn't exist.\",\n            \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/pool.d\"\n        ));\n    }\n\n    $self->{'phpConfig'}->{'PHP_FCGI_BIN_PATH'} = iMSCP::ProgramFinder::find(\n        \"php-cgi$self->{'phpConfig'}->{'PHP_VERSION'}\"\n    ) or die( \"Couldn't find system php (cgi-fcgi) binary\" );\n\n    $self->{'phpConfig'}->{'PHP_FPM_BIN_PATH'} = iMSCP::ProgramFinder::find(\n        \"php-fpm$self->{'phpConfig'}->{'PHP_VERSION'}\"\n    ) or die( \"Couldn't find system php (fpm-fcgi) binary\" );\n\n    0;\n}\n\n=item _setApacheVersion\n\n Set Apache version\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setApacheVersion\n{\n    my ( $self ) = @_;\n\n    my $rs = execute( 'apache2ctl -v', \\my $stdout, \\my $stderr );\n    error( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    if ( $stdout !~ m%Apache/([\\d.]+)% ) {\n        error( \"Couldn't guess Apache version\" );\n        return 1;\n    }\n\n    $self->{'config'}->{'HTTPD_VERSION'} = $1;\n    debug( sprintf( 'Apache version set to: %s', $1 ));\n    0;\n}\n\n=item _makeDirs( )\n\n Create directories\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _makeDirs\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdMakeDirs' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        iMSCP::Dir->new(\n            dirname => $self->{'config'}->{'HTTPD_LOG_DIR'}\n        )->make( {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $::imscpConfig{'ADM_GROUP'},\n            mode  => 0750\n        } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    # Cleanup pools directory (prevent possible orphaned pool file when\n    # changing PHP configuration level)\n    unlink grep !/www\\.conf$/, glob \"$self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'}/*.conf\";\n    $self->{'events'}->trigger( 'afterHttpdMakeDirs' );\n}\n\n=item _copyDomainDisablePages( )\n\n Copy pages for disabled domains\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _copyDomainDisablePages\n{\n    local $@;\n    eval {\n        iMSCP::Dir->new(\n            dirname => \"$::imscpConfig{'CONF_DIR'}/skel/domain_disabled_pages\"\n        )->rcopy(\n            \"$::imscpConfig{'USER_WEB_DIR'}/domain_disabled_pages\",\n            { preserve => 'no' }\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return;\n    }\n\n    0;\n}\n\n=item _buildFastCgiConfFiles( )\n\n Build FastCGI configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildFastCgiConfFiles\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdBuildFastCgiConfFiles' );\n    return $rs if $rs;\n\n    $self->{'httpd'}->setData( {\n        PHP_VERSION => $self->{'phpConfig'}->{'PHP_VERSION'}\n    } );\n\n    $rs = $self->{'httpd'}->disableModules(\n        'actions', 'fastcgi', 'fcgid', 'fcgid_imscp', 'suexec',\n        'php5', 'php5_cgi', 'php5filter',\n        'php5.6', 'php7.0', 'php7.1', 'php7.2', 'php7.3', 'php7.4', 'php8.0',\n        'proxy_fcgi', 'proxy_handler', 'mpm_itk', 'mpm_event', 'mpm_prefork',\n        'mpm_worker'\n    );\n    $rs ||= $self->{'httpd'}->enableModules(\n        'authz_groupfile', 'mpm_event', 'proxy_fcgi', 'suexec', 'version'\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdBuildFastCgiConfFiles' );\n}\n\n=item _buildPhpConfFiles( )\n\n Build PHP configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildPhpConfFiles\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdBuildPhpConfFiles'\n    );\n    return $rs if $rs;\n\n    $self->{'httpd'}->setData( {\n        HTTPD_USER                          => $self->{'config'}->{'HTTPD_USER'},\n        HTTPD_GROUP                         => $self->{'config'}->{'HTTPD_GROUP'},\n        PEAR_DIR                            => $self->{'phpConfig'}->{'PHP_PEAR_DIR'},\n        PHP_CONF_DIR_PATH                   => $self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'},\n        PHP_FPM_POOL_DIR_PATH               => $self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'},\n        PHP_FPM_LOG_LEVEL                   => $self->{'phpConfig'}->{'PHP_FPM_LOG_LEVEL'} || 'error',\n        PHP_FPM_EMERGENCY_RESTART_THRESHOLD => $self->{'phpConfig'}->{'PHP_FPM_EMERGENCY_RESTART_THRESHOLD'} || 10,\n        PHP_FPM_EMERGENCY_RESTART_INTERVAL  => $self->{'phpConfig'}->{'PHP_FPM_EMERGENCY_RESTART_INTERVAL'} || '1m',\n        PHP_FPM_PROCESS_CONTROL_TIMEOUT     => $self->{'phpConfig'}->{'PHP_FPM_PROCESS_CONTROL_TIMEOUT'} || '60s',\n        PHP_FPM_PROCESS_MAX                 => $self->{'phpConfig'}->{'PHP_FPM_PROCESS_MAX'} // 0,\n        PHP_FPM_RLIMIT_FILES                => $self->{'phpConfig'}->{'PHP_FPM_RLIMIT_FILES'} // 4096,\n        PHP_VERSION                         => $self->{'phpConfig'}->{'PHP_VERSION'},\n        TIMEZONE                            => ::setupGetQuestion( 'TIMEZONE' ),\n        PHP_OPCODE_CACHE_ENABLED            => $self->{'phpConfig'}->{'PHP_OPCODE_CACHE_ENABLED'},\n        PHP_OPCODE_CACHE_MAX_MEMORY         => $self->{'phpConfig'}->{'PHP_OPCODE_CACHE_MAX_MEMORY'}\n    } );\n\n    $rs = $self->{'httpd'}->buildConfFile( \"$self->{'phpCfgDir'}/fpm/php.ini\", {}, {\n        destination => \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/php.ini\"\n    } );\n    $rs ||= $self->{'httpd'}->buildConfFile( \"$self->{'phpCfgDir'}/fpm/php-fpm.conf\", {}, {\n        destination => \"$self->{'phpConfig'}->{'PHP_CONF_DIR_PATH'}/fpm/php-fpm.conf\"\n    } );\n    $rs ||= $self->{'httpd'}->buildConfFile( \"$self->{'phpCfgDir'}/fpm/pool.conf.default\", {}, {\n        destination => \"$self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'}/www.conf\"\n    } );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdBuildPhpConfFiles' );\n}\n\n=item _buildApacheConfFiles\n\n Build main Apache configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildApacheConfFiles\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdBuildApacheConfFiles' );\n    return $rs if $rs;\n\n    if ( -f \"$self->{'config'}->{'HTTPD_CONF_DIR'}/ports.conf\" ) {\n        $rs = $self->{'events'}->trigger(\n            'onLoadTemplate', 'apache_php_fpm', 'ports.conf', \\my $cfgTpl, {}\n        );\n        return $rs if $rs;\n\n        unless ( defined $cfgTpl ) {\n            return 1 unless defined(\n                $cfgTpl = iMSCP::File->new(\n                    filename => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/ports.conf\"\n                )->get()\n            );\n        }\n\n        $rs = $self->{'events'}->trigger(\n            'beforeHttpdBuildConfFile', \\$cfgTpl, 'ports.conf'\n        );\n        return $rs if $rs;\n\n        $cfgTpl =~ s/^NameVirtualHost[^\\n]+\\n//gim;\n\n        $rs = $self->{'events'}->trigger(\n            'afterHttpdBuildConfFile', \\$cfgTpl, 'ports.conf'\n        );\n        return $rs if $rs;\n\n        my $file = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/ports.conf\"\n        );\n        $file->set( $cfgTpl );\n\n        $rs = $file->save();\n        $rs ||= $file->mode( 0644 );\n        return $rs if $rs;\n    }\n\n    # Turn off default access log provided by Debian package\n    $rs = $self->{'httpd'}->disableConfs( 'other-vhosts-access-log.conf' );\n    return $rs if $rs;\n\n    # Remove default access log file provided by Debian package\n    if ( -f \"$self->{'config'}->{'HTTPD_LOG_DIR'}/other_vhosts_access.log\" ) {\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_LOG_DIR'}/other_vhosts_access.log\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    $self->{'httpd'}->setData( {\n        HTTPD_CUSTOM_SITES_DIR => $self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'},\n        HTTPD_LOG_DIR          => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        HTTPD_ROOT_DIR         => $self->{'config'}->{'HTTPD_ROOT_DIR'},\n        VLOGGER_CONF           => \"$self->{'apacheCfgDir'}/vlogger.conf\"\n    } );\n\n    $rs ||= $self->{'httpd'}->buildConfFile( '00_nameserver.conf' );\n    $rs ||= $self->{'httpd'}->buildConfFile( '00_imscp.conf', {}, {\n        destination => \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available/00_imscp.conf\"\n    } );\n    $rs ||= $self->{'httpd'}->enableModules(\n        'cgid', 'headers', 'proxy', 'proxy_http', 'rewrite', 'setenvif', 'ssl'\n    );\n    $rs ||= $self->{'httpd'}->enableSites( '00_nameserver.conf' );\n    $rs ||= $self->{'httpd'}->enableConfs( '00_imscp.conf' );\n    $rs ||= $self->{'httpd'}->disableConfs(\n        'php5.6-cgi.conf', 'php5.6-fpm.conf',\n        'php7.0-cgi.conf', 'php7.0-fpm.conf',\n        'php7.1-cgi.conf', 'php7.1-fpm.conf',\n        'php7.2-cgi.conf', 'php7.2-fpm.conf',\n        'php7.3-cgi.conf', 'php7.3-fpm.conf',\n        'php7.4-cgi.conf', 'php7.4-fpm.conf',\n        'php8.0-cgi.conf', 'php8.0-fpm.conf',\n        'serve-cgi-bin.conf'\n    );\n    $rs ||= $self->{'httpd'}->disableSites(\n        'default', 'default-ssl', '000-default.conf', 'default-ssl.conf'\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdBuildApacheConfFiles' );\n}\n\n=item _installLogrotate( )\n\n Install logrotate files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _installLogrotate\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdInstallLogrotate', 'apache2' );\n\n    $self->{'httpd'}->setData( {\n        ROOT_USER     => $::imscpConfig{'ROOT_USER'},\n        ADM_GROUP     => $::imscpConfig{'ADM_GROUP'},\n        HTTPD_LOG_DIR => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        PHP_VERSION   => $self->{'phpConfig'}->{'PHP_VERSION'}\n    } );\n\n    $rs ||= $self->{'httpd'}->buildConfFile( 'logrotate.conf', {}, {\n        destination => \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/apache2\"\n    } );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdInstallLogrotate', 'apache2' );\n\n    if ( !$rs && version->parse( \"$self->{'phpConfig'}->{'PHP_VERSION'}\" ) < version->parse( '7.0' ) ) {\n        $rs ||= $self->{'events'}->trigger( 'beforeHttpdInstallLogrotate', 'php5-fpm' );\n        $rs ||= $self->{'httpd'}->buildConfFile( \"$self->{'phpCfgDir'}/fpm/logrotate.tpl\", {}, {\n            destination => \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/php5-fpm\"\n        } );\n        $rs ||= $self->{'events'}->trigger( 'afterHttpdInstallLogrotate', 'php5-fpm' );\n    }\n\n    $rs;\n}\n\n=item _setupVlogger( )\n\n Setup vlogger\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupVlogger\n{\n    my ( $self ) = @_;\n\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my %config = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `name`, `value`\n                FROM `config`\n                WHERE `name` LIKE 'APACHE_VLOGGER_SQL_%'\n            \",\n            { Columns => [ 1, 2 ] }\n        ) };\n\n        if ( length $config{'APACHE_VLOGGER_SQL_USER'} ) {\n            $config{'APACHE_VLOGGER_SQL_USER'} = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $config{'APACHE_VLOGGER_SQL_USER'}\n            );\n        } else {\n            $config{'APACHE_VLOGGER_SQL_USER'} = 'vlogger_' . randomStr(\n                8, ALPHA64\n            );\n        }\n\n        if ( length $config{'APACHE_VLOGGER_SQL_USER_PASSWD'} ) {\n            $config{'APACHE_VLOGGER_SQL_USER_PASSWD'} = decryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'APACHE_VLOGGER_SQL_USER_PASSWD'}\n            );\n        } else {\n            $config{'APACHE_VLOGGER_SQL_USER_PASSWD'} = randomStr(\n                16, ALPHA64\n            );\n        }\n\n        $dbh->do(\n            '\n                INSERT INTO `config` (`name`,`value`)\n                VALUES (?,?),(?,?)\n                ON DUPLICATE KEY UPDATE `name` = `name`\n            ',\n            undef,\n            'APACHE_VLOGGER_SQL_USER',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'APACHE_VLOGGER_SQL_USER'}\n            ),\n            'APACHE_VLOGGER_SQL_USER_PASSWD',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'APACHE_VLOGGER_SQL_USER_PASSWD'}\n            )\n        );\n\n        my $rs = execute(\n            '/usr/bin/mysql '\n                . escapeShell( ::setupGetQuestion( 'DATABASE_NAME' ))\n                . ' < ' . escapeShell( \"$self->{'apacheCfgDir'}/vlogger.sql\" ),\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n\n        my $sqlServer = Servers::sqld->factory();\n\n        for my $host (\n            $::imscpOldConfig{'DATABASE_USER_HOST'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' ),\n        ) {\n            next unless length $host;\n            for my $user (\n                $config{'APACHE_VLOGGER_SQL_USER'},\n                'vlogger_user' # Transitional\n            ) {\n                $sqlServer->dropUser( $user, $host );\n            }\n        }\n\n        $sqlServer->createUser(\n            $config{'APACHE_VLOGGER_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' ),\n            $config{'APACHE_VLOGGER_SQL_USER_PASSWD'},\n        );\n\n        $dbh->do(\n            \"\n                GRANT SELECT, INSERT, UPDATE\n                ON `@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] }`.`httpd_vlogger`\n                TO ?\\@?\n            \",\n            undef,\n            $config{'APACHE_VLOGGER_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' )\n        );\n\n        $self->{'httpd'}->setData( {\n            DSN               => \"DBI:\" . (\n                !!check_install( module => 'DBD::MariaDB', verbose => FALSE )\n                    ? 'MariaDB' : 'mysql'\n            ) . \":database=@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] };\"\n                . $::imscpConfig{'DATABASE_HOST'}\n                . ( $::imscpConfig{'DATABASE_HOST'} ne 'localhost'\n                ? \";$::imscpConfig{'DATABASE_PORT'}\" : '' ),\n            DATABASE_USER     => $config{'APACHE_VLOGGER_SQL_USER'},\n            DATABASE_PASSWORD => $config{'APACHE_VLOGGER_SQL_USER_PASSWD'}\n        } );\n        $self->{'httpd'}->buildConfFile(\n            \"$self->{'apacheCfgDir'}/vlogger.conf.tpl\",\n            { SKIP_TEMPLATE_CLEANER => TRUE },\n            { destination => \"$self->{'apacheCfgDir'}/vlogger.conf\" }\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _cleanup( )\n\n Process cleanup tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _cleanup\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger( 'beforeHttpdCleanup' );\n        $rs ||= $self->{'httpd'}->disableSites(\n            'imscp.conf',\n            '00_modcband.conf',\n            '00_master.conf',\n            '00_master_ssl.conf'\n        );\n        return $rs if $rs;\n\n        if ( -f \"$self->{'apacheCfgDir'}/apache.old.data\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'apacheCfgDir'}/apache.old.data\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        if ( -f \"$self->{'phpCfgDir'}/php.old.data\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'phpCfgDir'}/php.old.data\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        for my $file (\n            'imscp.conf',\n            '00_modcband.conf',\n            '00_master.conf',\n            '00_master_ssl.conf'\n        ) {\n            next unless -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$file\";\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$file\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        $rs = $self->{'httpd'}->disableModules( 'php_fpm_imscp', 'fastcgi_imscp' );\n        return $rs if $rs;\n\n        for my $file (\n            'fastcgi_imscp.conf',\n            'fastcgi_imscp.load',\n            'php_fpm_imscp.conf',\n            'php_fpm_imscp.load'\n        ) {\n            next unless -f \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$file\";\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$file\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        if ( -d $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'} ) {\n            $rs = execute(\n                \"rm -f $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'}/*/php5-fastcgi-starter\",\n                \\my $stdout,\n                \\my $stderr\n            );\n            debug( $stdout ) if $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n\n        for my $dir (\n            '/var/log/apache2/backup',\n            '/var/log/apache2/users',\n            '/var/www/scoreboards'\n        ) {\n            iMSCP::Dir->new( dirname => $dir )->remove();\n        }\n\n        if ( -f \"$self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'}/master.conf\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'}/master.conf\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        $rs = execute(\n            \"rm -f $::imscpConfig{'USER_WEB_DIR'}/*/logs/*.log\",\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n\n        #\n        ## Cleanup and disable unused PHP versions/SAPIs\n        #\n\n        if ( -f \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/php5-fpm\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/php5-fpm\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        iMSCP::Dir->new( dirname => '/etc/php5' )->remove();\n        iMSCP::Dir->new(\n            dirname => $self->{'phpConfig'}->{'PHP_FCGI_STARTER_DIR'}\n        )->remove();\n\n        $self->{'events'}->trigger( 'afterHttpdCleanup' );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/httpd/apache_php_fpm/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::httpd::apache_php_fpm::uninstaller - i-MSCP Apache2/PHP-FPM Server uninstaller\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::httpd::apache_php_fpm::uninstaller;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt 'decryptRijndaelCBC';\nuse iMSCP::Database;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dir;\nuse iMSCP::File;\nuse Servers::httpd::apache_php_fpm;\nuse Servers::sqld;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Apache2/PHP-FPM Server uninstaller.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item uninstall\n\n Process uninstall tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my ( $vloggerSqlUser ) = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `value`\n                FROM `config`\n                WHERE `name` = 'APACHE_VLOGGER_SQL_USER'\n            \"\n        ) };\n\n        if ( defined $vloggerSqlUser ) {\n            $vloggerSqlUser = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $vloggerSqlUser\n            );\n\n            for my $host (\n                $::imscpOldConfig{'DATABASE_USER_HOST'},\n                $::imscpConfig{'DATABASE_USER_HOST'}\n            ) {\n                next unless length $host;\n                Servers::sqld->factory()->dropUser( $vloggerSqlUser, $host );\n            }\n        }\n\n        $dbh->do(\n            \"DELETE FROM `config` WHERE `name` LIKE 'APACHE_VLOGGER_SQL_%'\"\n        );\n\n        iMSCP::Dir->new(\n            dirname => $self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}\n        )->remove();\n\n        if ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/00_nameserver.conf\" ) {\n            my $rs = $self->{'httpd'}->disableSites( '00_nameserver.conf' );\n            $rs ||= iMSCP::File->new(\n                filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/00_nameserver.conf\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        my $confDir = -d \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available\"\n            ? \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available\"\n            : \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf.d\";\n\n        if ( -f \"$confDir/00_imscp.conf\" ) {\n            my $rs = $self->{'httpd'}->disableConfs( '00_imscp.conf' );\n            $rs ||= iMSCP::File->new(\n                filename => \"$confDir/00_imscp.conf\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        iMSCP::Dir->new(\n            dirname => $self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}\n        )->remove();\n\n        for my $site ( '000-default', 'default' ) {\n            next unless -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$site\";\n            my $rs = $self->{'httpd'}->enableSites( $site );\n            return $rs if $rs;\n        }\n\n        for my $version (\n            iMSCP::Dir->new( dirname => '/etc/php' )->getDirs()\n        ) {\n            next unless -f \"/etc/init/php$version-fpm.override\";\n            my $rs = iMSCP::File->new(\n                filename => \"/etc/init/php$version-fpm.override\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        if ( -f '/usr/local/sbin/vlogger' ) {\n            my $rs = iMSCP::File->new(\n                filename => '/usr/local/sbin/vlogger'\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        0;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::httpd::apache_php_fpm::uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'httpd'} = Servers::httpd::apache_php_fpm->getInstance();\n    $self->{'config'} = $self->{'httpd'}->{'config'};\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/httpd/apache_php_fpm.pm",
    "content": "=head1 NAME\n\n Servers::httpd::apache_php_fpm - i-MSCP Apache2/PHP-FPM Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::httpd::apache_php_fpm;\n\nuse strict;\nuse warnings;\nuse autouse 'Date::Format' => qw/ time2str /;\nuse Class::Autouse qw/ :nostat Servers::httpd::apache_php_fpm::installer Servers::httpd::apache_php_fpm::uninstaller /;\nuse File::Basename qw/ dirname fileparse /;\nuse File::Spec;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Config;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error getMessageByType /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute 'execute';\nuse iMSCP::Ext2Attributes qw/ setImmutable clearImmutable isImmutable /;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Mount qw/ mount umount isMountpoint addMountEntry removeMountEntry /;\nuse iMSCP::Net;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Service;\nuse iMSCP::TemplateParser qw/ process replaceBloc /;\nuse iMSCP::Umask '$UMASK';\nuse List::MoreUtils 'uniq';\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Apache2/PHP-FPM Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::events \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    Servers::httpd::apache_php_fpm::installer\n        ->getInstance()\n        ->registerSetupListeners( $events );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdPreInstall', 'apache_php_fpm'\n    );\n    $rs ||= Servers::httpd::apache_php_fpm::installer\n        ->getInstance()\n        ->preinstall();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdPreInstall', 'apache_php_fpm'\n    );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdInstall', 'apache_php_fpm'\n    );\n    $rs ||= Servers::httpd::apache_php_fpm::installer\n        ->getInstance()\n        ->install();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdInstall', 'apache_php_fpm'\n    );\n}\n\n=item postinstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdPostInstall', 'apache_php_fpm'\n    );\n    $rs ||= Servers::httpd::apache_php_fpm::installer\n        ->getInstance()\n        ->postinstall();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdPostInstall', 'apache_php_fpm'\n    );\n}\n\n=item uninstall( )\n\n Process uninstall tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdUninstall', 'apache_php_fpm'\n    );\n    $rs ||= Servers::httpd::apache_php_fpm::uninstaller\n        ->getInstance()\n        ->uninstall();\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdUninstall', 'apache_php_fpm'\n    );\n    return $rs if $rs;\n\n    if ( iMSCP::Service->getInstance()->hasService(\n        $self->{'config'}->{'HTTPD_SNAME'}\n    ) ) {\n        $self->{'restart'} = TRUE;\n    } else {\n        @{ $self }{qw/ start restart /} = ( FALSE, FALSE );\n    }\n\n    0;\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdSetEnginePermissions' );\n    $rs ||= setRights( '/usr/local/sbin/vlogger', {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0750'\n    } );\n    # Fix permissions on root log dir (e.g: /var/log/apache2) in any cases\n    # Fix permissions on root log dir (e.g: /var/log/apache2) content only with --fix-permissions option\n    $rs ||= setRights( $self->{'config'}->{'HTTPD_LOG_DIR'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $::imscpConfig{'ROOT_GROUP'},\n        dirmode   => '0755',\n        filemode  => '0644',\n        recursive => TRUE\n    } );\n    $rs ||= setRights( $self->{'config'}->{'HTTPD_LOG_DIR'}, {\n        group => $::imscpConfig{'ADM_GROUP'},\n        mode  => '0750'\n    } );\n    $rs ||= setRights(\n        \"$::imscpConfig{'USER_WEB_DIR'}/domain_disabled_pages\",\n        {\n            user      => $::imscpConfig{'ROOT_USER'},\n            group     => $self->{'config'}->{'HTTPD_GROUP'},\n            dirmode   => '0550',\n            filemode  => '0440',\n            recursive => TRUE\n        }\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdSetEnginePermissions' );\n}\n\n=item addUser( \\%data )\n\n Process addUser tasks\n\n Param hash \\%data User data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addUser\n{\n    my ( $self, $data ) = @_;\n\n    return 0 if $data->{'STATUS'} eq 'tochangepwd';\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddUser', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= iMSCP::SystemUser->new(\n        username => $self->{'config'}->{'HTTPD_USER'}\n    )->addToGroup(\n        $data->{'GROUP'}\n    );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddUser', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item deleteUser( \\%data )\n\n Process deleteUser tasks\n\n Param hash \\%data User data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteUser\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDelUser', $data );\n    $rs ||= iMSCP::SystemUser->new(\n        username => $self->{'config'}->{'HTTPD_USER'}\n    )->removeFromGroup(\n        $data->{'GROUP'}\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdDelUser', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item addDmn( \\%data )\n\n Process addDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddDmn', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addCfg( $data );\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddDmn', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item restoreDmn( \\%data )\n\n Process restoreDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub restoreDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdRestoreDmn', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdRestoreDmn', $data );\n}\n\n=item disableDmn( \\%data )\n\n Process disableDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableDmn', $data );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        # Ensure that all needed directories are present\n        for my $dir ( $self->_dmnFolders( $data ) ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user  => $dir->[1],\n                group => $dir->[2],\n                mode  => $dir->[3]\n            } );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->setData( $data );\n\n    my $net = iMSCP::Net->getInstance();\n    my @domainIPs = (\n        $data->{'DOMAIN_IP'},\n        ( $::imscpConfig{'CLIENT_WEBSITES_ALT_URLS'} eq 'yes'\n            ? $data->{'BASE_SERVER_IP'} : ()\n        )\n    );\n\n    $rs = $self->{'events'}->trigger(\n        'onAddHttpdVhostIps', $data, \\@domainIPs\n    );\n    return $rs if $rs;\n\n    # Remove duplicate IP if any and map the INADDR_ANY IP to *\n    @domainIPs = uniq( map {\n        $net->normalizeAddr( $_ ) =~ s/^\\Q0.0.0.0\\E$/*/r\n    } @domainIPs );\n\n    $self->setData( {\n        DOMAIN_IPS      => join( ' ', map {\n            ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                ? $_ : \"[$_]\"\n            ) . ':80'\n        } @domainIPs ),\n        HTTP_URI_SCHEME => 'http://',\n        HTTPD_LOG_DIR   => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        USER_WEB_DIR    => $::imscpConfig{'USER_WEB_DIR'},\n        SERVER_ALIASES         => ( $data->{'WILDCARD_ALIAS'} eq 'yes' ? '*.' : 'www.' )\n            . $data->{'DOMAIN_NAME'}\n    } );\n\n    # Create http vhost\n\n    if ( $data->{'HSTS_SUPPORT'} ) {\n        $self->setData( {\n            FORWARD      => \"https://$data->{'DOMAIN_NAME'}/\",\n            FORWARD_TYPE => '301'\n        } );\n        $data->{'VHOST_TYPE'} = 'domain_disabled_fwd';\n    } else {\n        $data->{'VHOST_TYPE'} = 'domain_disabled';\n    }\n\n    $rs = $self->buildConfFile(\n        \"$self->{'apacheTplDir'}/domain_disabled.tpl\",\n        $data,\n        { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n    );\n    $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}.conf\" );\n    return $rs if $rs;\n\n    # Create https vhost (or delete it if SSL is disabled)\n\n    if ( $data->{'SSL_SUPPORT'} ) {\n        $self->setData( {\n            CERTIFICATE     => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs/$data->{'DOMAIN_NAME'}.pem\",\n            DOMAIN_IPS      => join( ' ', map {\n                ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                    ? $_ : \"[$_]\"\n                ) . ':443'\n            } @domainIPs ),\n            HTTP_URI_SCHEME => 'https://'\n        } );\n        $data->{'VHOST_TYPE'} = 'domain_disabled_ssl';\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/domain_disabled.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" }\n        );\n        $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        return $rs if $rs;\n    } elsif ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" ) {\n        $rs = $self->disableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        $rs ||= iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    # Ensure that custom httpd conffile exists (cover case where file has been removed for any reasons)\n    unless ( -f \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" ) {\n        $data->{'SKIP_TEMPLATE_CLEANER'} = TRUE;\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/custom.conf.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n        );\n        return $rs if $rs;\n    }\n\n    # Transitional - Remove deprecated 'domain_disable_page' directory if any\n    if ( $data->{'DOMAIN_TYPE'} eq 'dmn' && -d $data->{'WEB_DIR'} ) {\n        local $@;\n        eval {\n            clearImmutable( $data->{'WEB_DIR'} );\n            iMSCP::Dir->new(\n                dirname => \"$data->{'WEB_DIR'}/domain_disable_page\"\n            )->remove();\n\n            if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n                setImmutable( $data->{'WEB_DIR'} );\n            }\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n    }\n\n    $self->flushData();\n    $self->{'events'}->trigger( 'afterHttpdDisableDmn', $data );\n}\n\n=item deleteDmn( \\%data )\n\n Process deleteDmn tasks\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteDmn\n{\n    my ( $self, $data ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger( 'beforeHttpdDelDmn', $data );\n        $rs ||= $self->disableSites(\n            \"$data->{'DOMAIN_NAME'}.conf\",\n            \"$data->{'DOMAIN_NAME'}_ssl.conf\"\n        );\n        return $rs if $rs;\n\n        for my $file ( \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}.conf\",\n            \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\",\n            \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\",\n            \"$self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'}/$data->{'DOMAIN_NAME'}.conf\"\n        ) {\n            next unless -f $file;\n            $rs = iMSCP::File->new( filename => $file )->delFile();\n            return $rs if $rs;\n        }\n\n        $rs = $self->umountLogsFolder( $data );\n        return $rs if $rs;\n\n        unless ( $data->{'SHARED_MOUNT_POINT'} || !-d $data->{'WEB_DIR'} ) {\n            ( my $userWebDir = $::imscpConfig{'USER_WEB_DIR'} ) =~ s%/+$%%;\n            my $parentDir = dirname( $data->{'WEB_DIR'} );\n\n            clearImmutable( $parentDir );\n            clearImmutable( $data->{'WEB_DIR'}, TRUE );\n\n            iMSCP::Dir->new( dirname => $data->{'WEB_DIR'} )->remove();\n\n            if ( $parentDir ne $userWebDir ) {\n                my $dir = iMSCP::Dir->new( dirname => $parentDir );\n                if ( $dir->isEmpty() ) {\n                    clearImmutable( dirname( $parentDir ));\n                    $dir->remove();\n                }\n            }\n\n            if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes'\n                && $parentDir ne $userWebDir\n            ) {\n                do {\n                    setImmutable( $parentDir ) if -d $parentDir;\n                } while ( $parentDir = dirname( $parentDir ) ) ne $userWebDir;\n            }\n        }\n\n        iMSCP::Dir->new(\n            dirname => \"$data->{'HOME_DIR'}/logs/$data->{'DOMAIN_NAME'}\"\n        )->remove();\n        iMSCP::Dir->new(\n            dirname => \"$self->{'config'}->{'HTTPD_LOG_DIR'}/$data->{'DOMAIN_NAME'}\"\n        )->remove();\n\n        $rs = $self->{'events'}->trigger( 'afterHttpdDelDmn', $data );\n        $self->{'restart'} = TRUE unless $rs;\n        $rs;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item addSub( \\%data )\n\n Process addSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddSub', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addCfg( $data );\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddSub', $data );\n    $self->{'restart'} = TRUE unless $rs;\n    $rs;\n}\n\n=item restoreSub( \\%data )\n\n Process restoreSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub restoreSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdRestoreSub', $data );\n    $self->setData( $data ) unless $rs;\n    $rs ||= $self->_addFiles( $data );\n    $rs ||= $self->flushData();\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdRestoreSub', $data );\n}\n\n=item disableSub( \\%data )\n\n Process disableSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableSub', $data );\n    $rs ||= $self->disableDmn( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdDisableSub', $data );\n}\n\n=item deleteSub( \\%data )\n\n Process deleteSub tasks\n\n Param hash \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDelSub', $data );\n    $rs ||= $self->deleteDmn( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdDelSub', $data );\n}\n\n=item addHtpasswd( \\%data )\n\n Process addHtpasswd tasks\n\n Param hash \\%data Htpasswd entry data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addHtpasswd\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_USERS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = -f $filePath ? $file->get() : '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdAddHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTUSER_NAME'}:[^\\n]*\\n//gim;\n    $fileContent .= \"$data->{'HTUSER_NAME'}:$data->{'HTUSER_PASS'}\\n\";\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdAddHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $file->set( $fileContent );\n\n    local $UMASK = 027;\n\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        $self->{'config'}->{'HTTPD_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item deleteHtpasswd( \\%data )\n\n Process deleteHtpasswd tasks\n\n Param hash \\%data Htpasswd entry data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteHtpasswd\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_USERS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    return 0 unless -f $filePath;\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = $file->get() // '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDelHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTUSER_NAME'}:[^\\n]*\\n//gim;\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdDelHtpasswd', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        $self->{'config'}->{'HTTPD_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item addHtgroup( \\%data )\n\n Process addHtgroup tasks\n\n Param hash \\%data Htgroup data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addHtgroup\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_GROUPS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = -f $filePath ? $file->get() : '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdAddHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTGROUP_NAME'}:[^\\n]*\\n//gim;\n    $fileContent .= \"$data->{'HTGROUP_NAME'}:$data->{'HTGROUP_USERS'}\\n\";\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdAddHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    local $UMASK = 027;\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        $self->{'config'}->{'HTTPD_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item deleteHtgroup( \\%data )\n\n Process deleteHtgroup tasks\n\n Param hash \\%data Htgroup data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteHtgroup\n{\n    my ( $self, $data ) = @_;\n\n    my $fileName = $self->{'config'}->{'HTACCESS_GROUPS_FILENAME'};\n    my $filePath = \"$data->{'WEB_DIR'}/$fileName\";\n\n    return 0 unless -f $filePath;\n\n    clearImmutable( $data->{'WEB_DIR'} );\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = $file->get() // '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDelHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent =~ s/^$data->{'HTGROUP_NAME'}:[^\\n]*\\n//gim;\n\n    $rs ||= $self->{'events'}->trigger(\n        'afterHttpdDelHtgroup', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        $self->{'config'}->{'HTTPD_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n        setImmutable( $data->{'WEB_DIR'} );\n    }\n\n    0;\n}\n\n=item addHtaccess( \\%data )\n\n Process addHtaccess tasks\n\n Param hash \\%data Htaccess data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addHtaccess\n{\n    my ( $self, $data ) = @_;\n\n    # Here we process only if AUTH_PATH directory exists\n    # Note: It's temporary fix for 1.1.0-rc2 (See #749)\n    return 0 unless -d $data->{'AUTH_PATH'};\n\n    my $fileUser = \"$data->{'HOME_PATH'}/$self->{'config'}->{'HTACCESS_USERS_FILENAME'}\";\n    my $fileGroup = \"$data->{'HOME_PATH'}/$self->{'config'}->{'HTACCESS_GROUPS_FILENAME'}\";\n    my $filePath = \"$data->{'AUTH_PATH'}/.htaccess\";\n\n    my $isImmutable = isImmutable( $data->{'AUTH_PATH'} );\n    clearImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = -f $filePath ? $file->get() : '';\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdAddHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    my $bTag = \"### START i-MSCP PROTECTION ###\\n\";\n    my $eTag = \"### END i-MSCP PROTECTION ###\\n\";\n    my $tagContent = \"AuthType $data->{'AUTH_TYPE'}\\nAuthName \\\"$data->{'AUTH_NAME'}\\\"\\nAuthUserFile $fileUser\\n\";\n\n    if ( $data->{'HTUSERS'} eq '' ) {\n        $tagContent .= \"AuthGroupFile $fileGroup\\nRequire group $data->{'HTGROUPS'}\\n\";\n    } else {\n        $tagContent .= \"Require user $data->{'HTUSERS'}\\n\";\n    }\n\n    $fileContent = replaceBloc( $bTag, $eTag, '', $fileContent );\n    $fileContent = $bTag . $tagContent . $eTag . $fileContent;\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdAddHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    local $UMASK = 027;\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner( $data->{'USER'}, $data->{'GROUP'} );\n    $rs ||= $file->mode( 0640 );\n    return $rs if $rs;\n\n    setImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n    0;\n}\n\n=item deleteHtaccess( \\%data )\n\n Process deleteHtaccess tasks\n\n Param hash \\%data Htaccess data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteHtaccess\n{\n    my ( $self, $data ) = @_;\n\n    # Here we process only if AUTH_PATH directory exists\n    # Note: It's temporary fix for 1.1.0-rc2 (See #749)\n    return 0 unless -d $data->{'AUTH_PATH'};\n\n    my $filePath = \"$data->{'AUTH_PATH'}/.htaccess\";\n\n    return 0 unless -f $filePath;\n\n    my $isImmutable = isImmutable( $data->{'AUTH_PATH'} );\n    clearImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n\n    my $file = iMSCP::File->new( filename => $filePath );\n    my $fileContent = $file->get() // '';\n    $fileContent = '' unless defined $fileContent;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDelHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    $fileContent = replaceBloc(\n        \"### START i-MSCP PROTECTION ###\\n\",\n        \"### END i-MSCP PROTECTION ###\\n\",\n        '',\n        $fileContent\n    );\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdDelHtaccess', \\$fileContent, $data\n    );\n    return $rs if $rs;\n\n    if ( $fileContent ne '' ) {\n        $file->set( $fileContent );\n        $rs = $file->save();\n        $rs ||= $file->owner( $data->{'USER'}, $data->{'GROUP'} );\n        $rs ||= $file->mode( 0640 );\n        return $rs if $rs;\n    } elsif ( -f $filePath ) {\n        $rs = $file->delFile();\n        return $rs if $rs;\n    }\n\n    setImmutable( $data->{'AUTH_PATH'} ) if $isImmutable;\n    0;\n}\n\n=item buildConf( $cfgTpl, $filename [, \\%data ] )\n\n Build the given configuration template\n\n Param string $cfgTpl Template content\n Param string $filename Template filename\n Param hash \\%data OPTIONAL Data as provided by Alias|Domain|Subdomain|SubAlias modules or installer\n Return string Template content or undef on failure\n\n=cut\n\nsub buildConf\n{\n    my ( $self, $cfgTpl, $filename, $data ) = @_;\n\n    $data ||= {};\n\n    if ( grep ( $_ eq $filename, qw/ domain.tpl domain_disabled.tpl / ) ) {\n        if ( grep ( $_ eq $data->{'VHOST_TYPE'}, qw/ domain domain_disabled / ) ) {\n            # Remove ssl and forward sections\n            $cfgTpl = replaceBloc(\n                \"# SECTION ssl BEGIN.\\n\",\n                \"# SECTION ssl END.\\n\",\n                '',\n                $cfgTpl\n            );\n            $cfgTpl = replaceBloc(\n                \"# SECTION fwd BEGIN.\\n\",\n                \"# SECTION fwd END.\\n\",\n                '',\n                $cfgTpl\n            );\n        } elsif ( grep (\n            $_ eq $data->{'VHOST_TYPE'},\n            qw/ domain_fwd domain_ssl_fwd domain_disabled_fwd /\n        ) ) {\n            # Remove ssl if needed\n            unless ( $data->{'VHOST_TYPE'} eq 'domain_ssl_fwd' ) {\n                $cfgTpl = replaceBloc(\n                    \"# SECTION ssl BEGIN.\\n\",\n                    \"# SECTION ssl END.\\n\",\n                    '',\n                    $cfgTpl\n                );\n            }\n\n            # Remove domain section\n            $cfgTpl = replaceBloc(\n                \"# SECTION dmn BEGIN.\\n\",\n                \"# SECTION dmn END.\\n\",\n                '',\n                $cfgTpl\n            );\n        } elsif ( grep (\n            $_ eq $data->{'VHOST_TYPE'},\n            qw/ domain_ssl domain_disabled_ssl /\n        ) ) {\n            # Remove forward section\n            $cfgTpl = replaceBloc(\n                \"# SECTION fwd BEGIN.\\n\",\n                \"# SECTION fwd END.\\n\",\n                '',\n                $cfgTpl\n            );\n        }\n    }\n\n    $self->{'events'}->trigger(\n        'beforeHttpdBuildConf', \\$cfgTpl, $filename, $data\n    );\n    $cfgTpl = process( $self->{'data'}, $cfgTpl );\n    $self->{'events'}->trigger(\n        'afterHttpdBuildConf', \\$cfgTpl, $filename, $data\n    );\n    $cfgTpl;\n}\n\n=item buildConfFile( $file [, \\%data = { } [, \\%options = { } ] ] )\n\n Build the given configuration file\n\n Param string $file Absolute path to config file or config filename relative to the i-MSCP apache config directory\n Param hash \\%data OPTIONAL Data as provided by Alias|Domain|Subdomain|SubAlias modules or installer\n Param hash \\%options OPTIONAL Options:\n  - destination: Destination file path (default to $self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/<filebasename>)\n  - user: File owner\n  - group: File group\n  - mode:  File mode\n Return int 0 on success, other on failure\n\n=cut\n\nsub buildConfFile\n{\n    my ( $self, $file, $data, $options ) = @_;\n\n    $data ||= {};\n    $options ||= {};\n\n    my ( $filename, $path ) = fileparse( $file );\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate',\n        'apache_php_fpm',\n        $filename,\n        \\my $cfgTpl,\n        $data,\n        $options\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        if ( $path eq './' ) {\n            $file = File::Spec->canonpath(\n                \"$self->{'apacheCfgDir'}/$filename\"\n            );\n        }\n\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new( filename => $file )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeHttpdBuildConfFile', \\$cfgTpl, $filename, $data, $options\n    );\n    return $rs if $rs;\n\n    $cfgTpl = $self->buildConf( $cfgTpl, $filename, $data );\n\n    $rs = $self->{'events'}->trigger(\n        'afterHttpdBuildConfFile', \\$cfgTpl, $filename, $data, $options\n    );\n    return $rs if $rs;\n\n    $file = iMSCP::File->new(\n        filename => $options->{'destination'}\n            // \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$filename\"\n    );\n    $file->set( $cfgTpl );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $options->{'user'} // $::imscpConfig{'ROOT_USER'},\n        $options->{'group'} // $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( $options->{'mode'} // 0644 );\n}\n\n=item getData( )\n\n Get server data\n\n Return hashref\n\n=cut\n\nsub getData\n{\n    $_[0]->{'data'};\n}\n\n=item setData( \\%data )\n\n Set server data\n\n Param hashref \\%data Server data\n Return int 0\n\n=cut\n\nsub setData\n{\n    my ( $self, $data ) = @_;\n\n    @{ $self->{'data'} }{keys %{ $data }} = values %{ $data };\n    0;\n}\n\n=item flushData( )\n\n Flush all data set via the setData( ) method\n\n Return int 0\n\n=cut\n\nsub flushData\n{\n    my ( $self ) = @_;\n\n    delete $self->{'data'};\n    0;\n}\n\n=item getTraffic( $trafficDb )\n\n Get httpd traffic data\n\n Param hashref \\%trafficDb Traffic database\n Die on failure\n\n=cut\n\nsub getTraffic\n{\n    my $trafficDb = $_[1];\n\n    my $date = time2str( '%Y%m%d', time());\n    my $dbh = iMSCP::Database->factory()->getRawDb();\n\n    debug( sprintf( 'Collecting HTTP traffic data' ));\n\n    local $@;\n    eval {\n        $dbh->begin_work();\n\n        my $sth = $dbh->prepare(\n            '\n                SELECT `vhost`, `bytes`\n                FROM `httpd_vlogger`\n                WHERE `ldate` <= ?\n                FOR UPDATE'\n        );\n        $sth->execute( $date );\n\n        while ( my $row = $sth->fetchrow_hashref() ) {\n            next unless exists $trafficDb->{$row->{'vhost'}};\n            $trafficDb->{$row->{'vhost'}} += $row->{'bytes'};\n        }\n\n        $dbh->do(\n            'DELETE FROM `httpd_vlogger` WHERE `ldate` <= ?',\n            undef,\n            $date\n        );\n        $dbh->commit();\n    };\n    if ( $@ ) {\n        $dbh->rollback();\n        %{ $trafficDb } = ();\n        die( sprintf( \"Couldn't collect traffic data: %s\", $@ ));\n    }\n\n    0;\n}\n\n=item getRunningUser( )\n\n Get user name under which the Apache server is running\n\n Return string User name under which the apache server is running\n\n=cut\n\nsub getRunningUser\n{\n    my ( $self ) = @_;\n\n    $self->{'config'}->{'HTTPD_USER'};\n}\n\n=item getRunningGroup( )\n\n Get group name under which the Apache server is running\n\n Return string Group name under which the apache server is running\n\n=cut\n\nsub getRunningGroup\n{\n    my ( $self ) = @_;\n\n    $self->{'config'}->{'HTTPD_GROUP'};\n}\n\n=item enableSites( @sites )\n\n Enable the given sites\n\n Param array @sites List of sites to enable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub enableSites\n{\n    my ( $self, @sites ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdEnableSites', \\@sites\n    );\n    return $rs if $rs;\n\n    for my $site ( @sites ) {\n        $rs = execute( [ 'a2ensite', $site ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdEnableSites', @sites );\n}\n\n=item disableSites( @sites )\n\n Disable the given sites\n\n Param array @sites List of sites to disable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub disableSites\n{\n    my ( $self, @sites ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableSites', \\@sites );\n    return $rs if $rs;\n\n    for my $site ( @sites ) {\n        next unless -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$site\";\n        $rs = execute( [ 'a2dissite', $site ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdDisableSites', @sites );\n}\n\n=item enableModules( @modules )\n\n Enable the given Apache modules\n\n Param array $modules List of modules to enable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub enableModules\n{\n    my ( $self, @modules ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdEnableModules', \\@modules );\n    return $rs if $rs;\n\n    for my $module ( @modules ) {\n        next unless -f \"$self->{'config'}->{'HTTPD_MODS_AVAILABLE_DIR'}/$module.load\";\n        $rs = execute( [ 'a2enmod', $module ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdEnableModules', @modules );\n}\n\n=item disableModules( @modules )\n\n Disable the given Apache modules\n\n Param array @modules List of modules to disable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub disableModules\n{\n    my ( $self, @modules ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdDisableModules', \\@modules );\n    return $rs if $rs;\n\n    for my $module ( @modules ) {\n        next unless -l \"$self->{'config'}->{'HTTPD_MODS_ENABLED_DIR'}/$module.load\";\n        $rs = execute( [ 'a2dismod', $module ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdDisableModules', @modules );\n}\n\n=item enableConfs( @conffiles )\n\n Enable the given configuration files\n\n Param array @conffiles List of configuration files to enable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub enableConfs\n{\n    my ( $self, @conffiles ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdEnableConfs', \\@conffiles\n    );\n    return $rs if $rs;\n\n    for my $conffile ( @conffiles ) {\n        $rs = execute( [ 'a2enconf', $conffile ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdEnableConfs', @conffiles );\n}\n\n=item disableConfs( @conffiles )\n\n Disable the given configuration files\n\n Param array @conffiles Lilst of configuration files to disable\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub disableConfs\n{\n    my ( $self, @conffiles ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeHttpdDisableConfs', \\@conffiles\n    );\n    return $rs if $rs;\n\n    for my $conffile ( @conffiles ) {\n        next unless -f \"$self->{'config'}->{'HTTPD_CONF_DIR'}/conf-available/$conffile\";\n        $rs = execute( [ 'a2disconf', $conffile ], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n        $self->{'restart'} = TRUE;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdDisableConfs', @conffiles );\n}\n\n=item forceRestart( )\n\n Force httpd service to be restarted\n\n Return int 0\n\n=cut\n\nsub forceRestart\n{\n    my ( $self ) = @_;\n\n    $self->{'forceRestart'} = TRUE;\n    0;\n}\n\n=item start( )\n\n Start httpd service\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub start\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdStart' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        my $service = iMSCP::Service->getInstance();\n        $service->start( sprintf(\n            'php%s-fpm', $self->{'phpConfig'}->{'PHP_VERSION'}\n        ));\n        $service->start( $self->{'config'}->{'HTTPD_SNAME'} );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdStart' );\n}\n\n=item stop( )\n\n Stop httpd service\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub stop\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdStop' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        my $service = iMSCP::Service->getInstance();\n        $service->stop( sprintf(\n            'php%s-fpm', $self->{'phpConfig'}->{'PHP_VERSION'}\n        ));\n        $service->stop( $self->{'config'}->{'HTTPD_SNAME'} );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdStop' );\n}\n\n=item restart( )\n\n Restart or reload httpd service\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdRestart' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        my $service = iMSCP::Service->getInstance();\n\n        if ( $self->{'forceRestart'} ) {\n            $service->restart( sprintf(\n                'php%s-fpm', $self->{'phpConfig'}->{'PHP_VERSION'}\n            ));\n            $service->restart( $self->{'config'}->{'HTTPD_SNAME'} );\n        } else {\n            $service->reload( sprintf(\n                'php%s-fpm', $self->{'phpConfig'}->{'PHP_VERSION'}\n            ));\n            $service->reload( $self->{'config'}->{'HTTPD_SNAME'} );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdRestart' );\n}\n\n=item mountLogsFolder( \\%data )\n\n Mount logs folder which belong to the given domain into customer's logs folder\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub mountLogsFolder\n{\n    my ( $self, $data ) = @_;\n\n    my $fsSpec = File::Spec->canonpath(\n        \"$self->{'config'}->{'HTTPD_LOG_DIR'}/$data->{'DOMAIN_NAME'}\"\n    );\n    my $fsFile = File::Spec->canonpath(\n        \"$data->{'HOME_DIR'}/logs/$data->{'DOMAIN_NAME'}\"\n    );\n    my $fields = {\n        fs_spec    => $fsSpec,\n        fs_file    => $fsFile,\n        fs_vfstype => 'none',\n        fs_mntops  => 'bind'\n    };\n    my $rs = $self->{'events'}->trigger(\n        'beforeMountLogsFolder', $data, $fields\n    );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Dir->new( dirname => $fsFile )->make(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs = addMountEntry(\n        \"$fields->{'fs_spec'} $fields->{'fs_file'} $fields->{'fs_vfstype'} $fields->{'fs_mntops'}\"\n    );\n    $rs ||= mount( $fields ) unless isMountpoint( $fields->{'fs_file'} );\n    $rs ||= $self->{'events'}->trigger(\n        'afterMountLogsFolder', $data, $fields\n    );\n}\n\n=item umountLogsFolder( \\%data )\n\n Umount logs folder which belong to the given domain from customer's logs folder\n\n Param hash \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub umountLogsFolder\n{\n    my ( $self, $data ) = @_;\n\n    my $recursive = TRUE;\n    my $fsFile = \"$data->{'HOME_DIR'}/logs\";\n\n    # We operate recursively only if domain type is 'dmn' (full account)\n    if ( $data->{'DOMAIN_TYPE'} ne 'dmn' ) {\n        $recursive = FALSE;\n        $fsFile .= \"/$data->{'DOMAIN_NAME'}\";\n    }\n\n    $fsFile = File::Spec->canonpath( $fsFile );\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeUnmountLogsFolder', $data, $fsFile\n    );\n    $rs ||= removeMountEntry( qr%.*?[ \\t]+\\Q$fsFile\\E(?:/|[ \\t]+)[^\\n]+% );\n    $rs ||= umount( $fsFile, $recursive );\n    $rs ||= $self->{'events'}->trigger(\n        'afterUmountMountLogsFolder', $data, $fsFile\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::httpd::apache_php_fpm\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self }{qw/ start restart forceRestart /} = ( FALSE, FALSE, FALSE );\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'apacheCfgDir'} = \"$::imscpConfig{'CONF_DIR'}/apache\";\n    $self->{'apacheTplDir'} = \"$self->{'apacheCfgDir'}/parts\";\n\n    if ( -f \"$self->{'apacheCfgDir'}/apache.data.dist\" ) {\n        $self->_mergeConfig( $self->{'apacheCfgDir'}, 'apache.data' );\n    }\n\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'apacheCfgDir'}/apache.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n\n    $self->{'phpCfgDir'} = \"$::imscpConfig{'CONF_DIR'}/php\";\n\n    if ( -f \"$self->{'phpCfgDir'}/php.data.dist\" ) {\n        $self->_mergeConfig( $self->{'phpCfgDir'}, 'php.data' );\n    }\n\n    tie %{ $self->{'phpConfig'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'phpCfgDir'}/php.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n\n    $self->{'events'}->register(\n        'afterHttpdBuildConfFile', sub { $self->_cleanTemplate( @_ ) }\n    );\n    $self;\n}\n\n=item _mergeConfig( $confDir, $confName )\n\n Merge distribution configuration with production configuration\n\n Param string $confDir Configuration directory\n Param string $confName Configuration filename\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self, $confDir, $confFile ) = @_;\n\n    if ( -f \"$confDir/$confFile\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$confDir/$confFile.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$confDir/$confFile\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'old' . (\n            $confFile eq 'apache.data' ? 'Config' : 'PhpConfig'\n        )} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new(\n        filename => \"$confDir/$confFile.dist\"\n    )->moveFile( \"$confDir/$confFile\" ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=item _addCfg( \\%data )\n\n Add configuration files for the given domain\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addCfg\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdAddCfg', $data );\n    return $rs if $rs;\n\n    $self->setData( $data );\n\n    my $confLevel = $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'};\n    if ( $confLevel eq 'per_user' ) {\n        # One php.ini file for all domains\n        $confLevel = $data->{'ROOT_DOMAIN_NAME'};\n    } elsif ( $confLevel eq 'per_domain' ) {\n        # One php.ini file for each domains (including subdomains)\n        $confLevel = $data->{'PARENT_DOMAIN_NAME'};\n    } else {\n        # One php.ini file for each domain\n        $confLevel = $data->{'DOMAIN_NAME'};\n    }\n\n    my $net = iMSCP::Net->getInstance();\n    my $phpVersion = $self->{'phpConfig'}->{'PHP_VERSION'};\n    my @domainIPs = (\n        $data->{'DOMAIN_IP'},\n        ( $::imscpConfig{'CLIENT_WEBSITES_ALT_URLS'} eq 'yes'\n            ? $data->{'BASE_SERVER_IP'} : ()\n        )\n    );\n\n    $rs = $self->{'events'}->trigger(\n        'onAddHttpdVhostIps', $data, \\@domainIPs\n    );\n    return $rs if $rs;\n\n    # Remove duplicate IP if any and map the INADDR_ANY IP to *\n    @domainIPs = uniq( map {\n        $net->normalizeAddr( $_ ) =~ s/^\\Q0.0.0.0\\E$/*/r\n    } @domainIPs );\n\n    $self->setData( {\n        DOMAIN_IPS             => join( ' ', map {\n            ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                ? $_ : \"[$_]\"\n            ) . ':80'\n        } @domainIPs ),\n        HTTPD_CUSTOM_SITES_DIR => $self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'},\n        HTTPD_LOG_DIR          => $self->{'config'}->{'HTTPD_LOG_DIR'},\n        PHP_VERSION            => $phpVersion,\n        POOL_NAME              => $confLevel,\n        PROXY_FCGI_PATH        => $self->{'phpConfig'}->{'PHP_FPM_LISTEN_MODE'} eq 'uds'\n            ? \"unix:/run/php/php$phpVersion-fpm-$confLevel.sock|\"\n            : '',\n        PROXY_FCGI_URL         => 'fcgi://' . ( $self->{'phpConfig'}->{'PHP_FPM_LISTEN_MODE'} eq 'uds'\n            ? $confLevel\n            : '127.0.0.1:' . ( $self->{'phpConfig'}->{'PHP_FPM_LISTEN_PORT_START'}+$data->{'PHP_FPM_LISTEN_PORT'} )\n        ),\n        SERVER_ALIASES         => ( $data->{'WILDCARD_ALIAS'} eq 'yes' ? '*.' : 'www.' )\n            . $data->{'DOMAIN_NAME'}\n    } );\n\n    # Create http vhost\n\n    if ( $data->{'HSTS_SUPPORT'} ) {\n        $self->setData( {\n            FORWARD      => \"https://$data->{'DOMAIN_NAME'}/\",\n            FORWARD_TYPE => '301'\n        } );\n        $data->{'VHOST_TYPE'} = 'domain_fwd';\n    } elsif ( $data->{'FORWARD'} ne 'no' ) {\n        if ( $data->{'FORWARD_TYPE'} eq 'proxy' ) {\n            $self->setData( {\n                X_FORWARDED_PROTOCOL => 'http',\n                X_FORWARDED_PORT     => 80\n            } );\n        }\n\n        $data->{'VHOST_TYPE'} = 'domain_fwd';\n    } else {\n        $data->{'VHOST_TYPE'} = 'domain';\n    }\n\n    $rs = $self->buildConfFile(\n        \"$self->{'apacheTplDir'}/domain.tpl\",\n        $data,\n        { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n    );\n    $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}.conf\" );\n    return $rs if $rs;\n\n    # Create https vhost (or delete it if SSL is disabled)\n\n    if ( $data->{'SSL_SUPPORT'} ) {\n        $self->setData( {\n            CERTIFICATE   => \"$::imscpConfig{'GUI_ROOT_DIR'}/data/certs/$data->{'DOMAIN_NAME'}.pem\",\n            DOMAIN_IPS    => join( ' ', map {\n                ( $_ eq '*' || $net->getAddrVersion( $_ ) eq 'ipv4'\n                    ? $_ : \"[$_]\"\n                ) . ':443'\n            } @domainIPs ),\n            FASTCGI_CLASS => $data->{'DOMAIN_NAME'} . '-ssl'\n        } );\n\n        if ( $data->{'FORWARD'} ne 'no' ) {\n            $self->setData( {\n                FORWARD      => $data->{'FORWARD'},\n                FORWARD_TYPE => $data->{'FORWARD_TYPE'}\n            } );\n\n            if ( $data->{'FORWARD_TYPE'} eq 'proxy' ) {\n                $self->setData( {\n                    X_FORWARDED_PROTOCOL => 'https',\n                    X_FORWARDED_PORT     => 443\n                } );\n            }\n\n            $data->{'VHOST_TYPE'} = 'domain_ssl_fwd';\n        } else {\n            $data->{'VHOST_TYPE'} = 'domain_ssl';\n        }\n\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/domain.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" }\n        );\n        $rs ||= $self->enableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        return $rs if $rs;\n    } elsif ( -f \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\" ) {\n        $rs = $self->disableSites( \"$data->{'DOMAIN_NAME'}_ssl.conf\" );\n        $rs ||= iMSCP::File->new(\n            filename => \"$self->{'config'}->{'HTTPD_SITES_AVAILABLE_DIR'}/$data->{'DOMAIN_NAME'}_ssl.conf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    unless ( -f \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" ) {\n        $data->{'SKIP_TEMPLATE_CLEANER'} = TRUE;\n        $rs = $self->buildConfFile(\n            \"$self->{'apacheTplDir'}/custom.conf.tpl\",\n            $data,\n            { destination => \"$self->{'config'}->{'HTTPD_CUSTOM_SITES_DIR'}/$data->{'DOMAIN_NAME'}.conf\" }\n        );\n        return $rs if $rs;\n    }\n\n    $rs = $self->_buildPHPConfig( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterHttpdAddCfg', $data );\n}\n\n=item _dmnFolders( \\%data )\n\n Get Web folders list to create for the given domain\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return array List of Web folders to create\n\n=cut\n\nsub _dmnFolders\n{\n    my ( $self, $data ) = @_;\n\n    my @folders = ();\n\n    $self->{'events'}->trigger( 'beforeHttpdDmnFolders', \\@folders );\n    push(\n        @folders,\n        [\n            \"$self->{'config'}->{'HTTPD_LOG_DIR'}/$data->{'DOMAIN_NAME'}\",\n            $::imscpConfig{'ROOT_USER'},\n            $::imscpConfig{'ADM_GROUP'},\n            0755\n        ]\n    );\n    $self->{'events'}->trigger( 'afterHttpdDmnFolders', \\@folders );\n    @folders;\n}\n\n=item _addFiles( \\%data )\n\n Add default directories and files for the given domain\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub _addFiles\n{\n    my ( $self, $data ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $rs = $self->{'events'}->trigger( 'beforeHttpdAddFiles', $data );\n        return $rs if $rs;\n\n        for my $dir ( $self->_dmnFolders( $data ) ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user  => $dir->[1],\n                group => $dir->[2],\n                mode  => $dir->[3]\n            } );\n        }\n\n        # Whether or not permissions must be fixed recursively\n        my $fixPermissions = iMSCP::Getopt->fixPermissions\n            || $data->{'ACTION'} =~ /^restore(?:Dmn|Sub)$/;\n\n        # Prepare Web folder\n        my $skelDir;\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            $skelDir = \"$::imscpConfig{'CONF_DIR'}/skel/domain\";\n        } elsif ( $data->{'DOMAIN_TYPE'} eq 'als' ) {\n            $skelDir = \"$::imscpConfig{'CONF_DIR'}/skel/alias\";\n        } else {\n            $skelDir = \"$::imscpConfig{'CONF_DIR'}/skel/subdomain\";\n        }\n\n        # Copy skeleton in tmp dir\n        my $tmpDir = File::Temp->newdir();\n        iMSCP::Dir->new( dirname => $skelDir )->rcopy(\n            $tmpDir, { preserve => 'no' }\n        );\n\n        # Build default page if needed (if htdocs doesn't exists or is empty)\n        if ( !-d \"$data->{'WEB_DIR'}/htdocs\"\n            || iMSCP::Dir->new( dirname => \"$data->{'WEB_DIR'}/htdocs\" )->isEmpty()\n        ) {\n            if ( -d \"$tmpDir/htdocs\" ) {\n                # Test needed in case admin removed the index.html file from the skeleton\n                if ( -f \"$tmpDir/htdocs/index.html\" ) {\n                    $data->{'SKIP_TEMPLATE_CLEANER'} = TRUE;\n                    my $fileSource = \"$tmpDir/htdocs/index.html\";\n                    $rs = $self->buildConfFile(\n                        $fileSource, $data, { destination => $fileSource }\n                    );\n                    return $rs if $rs;\n                }\n            } else {\n                error( \"Web folder skeleton must provides the 'htdocs' directory.\" );\n                return 1;\n            }\n\n            # Force recursive permissions for newly created Web folders\n            $fixPermissions = TRUE;\n        } else {\n            iMSCP::Dir->new( dirname => \"$tmpDir/htdocs\" )->remove();\n        }\n\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            if ( -d \"$data->{'WEB_DIR'}/errors\"\n                && !iMSCP::Dir->new( dirname => \"$data->{'WEB_DIR'}/errors\" )->isEmpty()\n            ) {\n                iMSCP::Dir->new( dirname => \"$tmpDir/errors\" )->remove();\n            } elsif ( !-d \"$tmpDir/errors\" ) {\n                error( \"The 'domain' Web folder skeleton must provides the 'errors' directory.\" );\n                return 1;\n            } else {\n                $fixPermissions = TRUE;\n            }\n        }\n\n        my $parentDir = dirname( $data->{'WEB_DIR'} );\n\n        # Fix #IP-1327 - Ensure that parent Web folder exists\n        unless ( -d $parentDir ) {\n            clearImmutable( dirname( $parentDir ));\n            iMSCP::Dir->new( dirname => $parentDir )->make( {\n                user  => $data->{'USER'},\n                group => $data->{'GROUP'},\n                mode  => 0750\n            } );\n        } else {\n            clearImmutable( $parentDir );\n        }\n\n        clearImmutable( $data->{'WEB_DIR'} ) if -d $data->{'WEB_DIR'};\n\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn'\n            && $self->{'config'}->{'MOUNT_CUSTOMER_LOGS'} ne 'yes'\n        ) {\n            $rs = $self->umountLogsFolder( $data );\n            return $rs if $rs;\n\n            iMSCP::Dir->new( dirname => \"$data->{'WEB_DIR'}/logs\" )->remove();\n            iMSCP::Dir->new( dirname => \"$tmpDir/logs\" )->remove();\n        } elsif ( $data->{'DOMAIN_TYPE'} eq 'dmn' && !-d \"$tmpDir/logs\" ) {\n            error( \"Web folder skeleton must provides the 'logs' directory.\" );\n            return 1;\n        }\n\n        # Copy Web folder\n        iMSCP::Dir->new( dirname => $tmpDir )->rcopy(\n            $data->{'WEB_DIR'}, { preserve => 'no' }\n        );\n\n        # Cleanup (Transitional)\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            # Remove deprecated 'domain_disable_page' directory if any\n            iMSCP::Dir->new(\n                dirname => \"$data->{'WEB_DIR'}/domain_disable_page\"\n            )->remove();\n        } elsif ( !$data->{'SHARED_MOUNT_POINT'} ) {\n            # Remove deprecated phptmp directory if any\n            iMSCP::Dir->new(\n                dirname => \"$data->{'WEB_DIR'}/phptmp\"\n            )->remove();\n            iMSCP::Dir->new( dirname => \"$tmpDir/phptmp\" )->remove();\n        }\n\n        # Set ownership and permissions\n\n        # Set ownership and permissions for Web folder root\n        # Web folder root vuxxx:vuxxx 0750 (no recursive)\n        $rs = setRights( $data->{'WEB_DIR'}, {\n            user  => $data->{'USER'},\n            group => $data->{'GROUP'},\n            mode  => '0750'\n        } );\n        return $rs if $rs;\n\n        # Get list of files inside Web folder root\n        my @files = iMSCP::Dir->new( dirname => $skelDir )->getAll();\n\n        # Set ownership for first Web folder depth, e.g:\n        # 00_private vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # backups    vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # cgi-bin    vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # error      vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        # htdocs     vuxxx:vuxxx (recursive with --fix-permissions)\n        # logs       skipped -- main domain Web folder only\n        # phptmp     vuxxx:vuxxx (recursive with --fix-permissions) -- main domain Web folder only\n        for my $file ( grep ( $_ ne 'logs', @files ) ) {\n            next unless -e \"$data->{'WEB_DIR'}/$file\";\n            $rs = setRights( \"$data->{'WEB_DIR'}/$file\", {\n                user      => $data->{'USER'},\n                group     => $data->{'GROUP'},\n                recursive => $fixPermissions\n            } );\n            return $rs if $rs;\n        }\n\n        if ( $data->{'DOMAIN_TYPE'} eq 'dmn' ) {\n            # Set ownership and permissions for .htgroup and .htpasswd files if any\n            # .htgroup  root:www-data\n            # .htpasswd root:www-data\n            for my $file ( qw/ .htgroup .htpasswd / ) {\n                next unless -f \"$data->{'WEB_DIR'}/$file\";\n                $rs = setRights( \"$data->{'WEB_DIR'}/$file\", {\n                    user  => $::imscpConfig{'ROOT_USER'},\n                    group => $self->{'config'}->{'HTTPD_GROUP'},\n                    mode  => '0640'\n                } );\n                return $rs if $rs;\n            }\n\n            # Set ownership for logs directory if any\n            # logs root:vuxxx (no recursive)\n            if ( -d \"$data->{'WEB_DIR'}/logs\" ) {\n                $rs = setRights( \"$data->{'WEB_DIR'}/logs\", {\n                    user  => $::imscpConfig{'ROOT_USER'},\n                    group => $data->{'GROUP'}\n                } );\n                return $rs if $rs;\n            }\n        }\n\n        # Set permissions for first Web folder depth, e.g:\n        # 00_private 0750 (no recursive) -- main domain Web folder only\n        # backups    0750 (recursive with --fix-permissions) -- main domain Web folder only\n        # cgi-bin    0750 (no recursive) -- main domain Web folder only\n        # error      0750 (recursive with --fix-permissions) -- main domain Web folder only\n        # htdocs     0750 (no recursive)\n        # logs       0750 (no recursive) -- main domain Web folder only\n        # phptmp     0750 (recursive with --fix-permissions) -- main domain Web folder only\n        for my $file ( @files ) {\n            next unless -e \"$data->{'WEB_DIR'}/$file\";\n            $rs = setRights( \"$data->{'WEB_DIR'}/$file\", {\n                dirmode   => '0750',\n                filemode  => '0640',\n                recursive => $file =~ /^(?:00_private|cgi-bin|logs|htdocs)$/\n                    ? FALSE : $fixPermissions\n            } );\n            return $rs if $rs;\n        }\n\n        if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {\n            my $dir = $data->{'WEB_DIR'};\n            my $userWebDir = File::Spec->canonpath( $::imscpConfig{'USER_WEB_DIR'} );\n            do {\n                setImmutable( $dir );\n            } while ( $dir = dirname( $dir ) ) ne $userWebDir;\n        }\n\n        if ( $self->{'config'}->{'MOUNT_CUSTOMER_LOGS'} eq 'yes' ) {\n            $rs = $self->mountLogsFolder( $data );\n            return $rs if $rs;\n        }\n\n        $self->{'events'}->trigger( 'afterHttpdAddFiles', $data );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _buildPHPConfig( \\%data )\n\n Build PHP related configuration files\n\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0 on sucess, other on failure\n\n=cut\n\nsub _buildPHPConfig\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeHttpdBuildPhpConf', $data );\n    return $rs if $rs;\n\n    my $confLevel = $self->{'phpConfig'}->{'PHP_CONFIG_LEVEL'};\n    my $domainType = $data->{'DOMAIN_TYPE'};\n    my $phpVersion = $self->{'phpConfig'}->{'PHP_VERSION'};\n\n    my ( $poolName, $emailDomain );\n    if ( $confLevel eq 'per_user' ) {\n        # One pool configuration file per user\n        $poolName = $data->{'ROOT_DOMAIN_NAME'};\n        $emailDomain = $data->{'ROOT_DOMAIN_NAME'};\n    } elsif ( $confLevel eq 'per_domain' ) {\n        # One pool configuration file perl domains (including subdomains)\n        $poolName = $data->{'PARENT_DOMAIN_NAME'};\n        $emailDomain = $data->{'DOMAIN_NAME'};\n    } else {\n        # One pool configuration file per domain\n        $poolName = $data->{'DOMAIN_NAME'};\n        $emailDomain = $data->{'DOMAIN_NAME'};\n    }\n\n    if ( $data->{'FORWARD'} eq 'no' && $data->{'PHP_SUPPORT'} eq 'yes' ) {\n        $self->setData( {\n            EMAIL_DOMAIN                 => $emailDomain,\n            PHP_FPM_LISTEN_ENDPOINT      => $self->{'phpConfig'}->{'PHP_FPM_LISTEN_MODE'} eq 'uds'\n                ? \"/run/php/php$phpVersion-fpm-$poolName.sock\"\n                : '127.0.0.1:' . ( $self->{'phpConfig'}->{'PHP_FPM_LISTEN_PORT_START'}+$data->{'PHP_FPM_LISTEN_PORT'} ),\n            PHP_FPM_MAX_CHILDREN         => $self->{'phpConfig'}->{'PHP_FPM_MAX_CHILDREN'} || 6,\n            PHP_FPM_MAX_REQUESTS         => $self->{'phpConfig'}->{'PHP_FPM_MAX_REQUESTS'} || 1000,\n            PHP_FPM_MAX_SPARE_SERVERS    => $self->{'phpConfig'}->{'PHP_FPM_MAX_SPARE_SERVERS'} || 2,\n            PHP_FPM_MIN_SPARE_SERVERS    => $self->{'phpConfig'}->{'PHP_FPM_MIN_SPARE_SERVERS'} || 1,\n            PHP_FPM_PROCESS_IDLE_TIMEOUT => $self->{'phpConfig'}->{'PHP_FPM_PROCESS_IDLE_TIMEOUT'} || '60s',\n            PHP_FPM_PROCESS_MANAGER_MODE => $self->{'phpConfig'}->{'PHP_FPM_PROCESS_MANAGER_MODE'} || 'ondemand',\n            PHP_FPM_START_SERVERS        => $self->{'phpConfig'}->{'PHP_FPM_START_SERVERS'} || 1,\n            PHP_VERSION                  => $phpVersion,\n            POOL_NAME                    => $poolName,\n            TMPDIR                       => $data->{'HOME_DIR'} . '/phptmp'\n        } );\n\n        $rs = $self->buildConfFile(\n            \"$self->{'phpCfgDir'}/fpm/pool.conf\",\n            $data,\n            { destination => \"$self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'}/$poolName.conf\" }\n        );\n        return $rs if $rs;\n    } elsif ( $data->{'PHP_SUPPORT'} eq 'no'\n        || $confLevel eq 'per_site'\n        || ( $confLevel eq 'per_user' && $domainType ne 'dmn' )\n        || ( $confLevel eq 'per_domain' && !grep ( $_ eq $domainType, qw/ dmn als /) )\n    ) {\n        if ( -f \"$self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'}/$data->{'DOMAIN_NAME'}.conf\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'phpConfig'}->{'PHP_FPM_POOL_DIR_PATH'}/$data->{'DOMAIN_NAME'}.conf\"\n            )->delFile();\n            return $rs if $rs;\n        }\n    }\n\n    $self->{'events'}->trigger( 'afterHttpdBuildPhpConf', $data );\n}\n\n=item _cleanTemplate( \\$tpl, $filename, \\%data )\n\n Event listener which is responsible to cleanup production configuration files\n\n Param string \\$tpl Template content\n Param string $name Template name\n Param hash \\%data Data as provided by Alias|Domain|Subdomain|SubAlias modules\n Return int 0\n\n=cut\n\nsub _cleanTemplate\n{\n    my ( undef, $tpl, $name, $data ) = @_;\n\n    if ( $data->{'SKIP_TEMPLATE_CLEANER'} ) {\n        delete $data->{'SKIP_TEMPLATE_CLEANER'};\n        return 0;\n    }\n\n    if ( $name eq 'domain.tpl' ) {\n        if ( $data->{'VHOST_TYPE'} !~ /fwd/ ) {\n            unless ( $data->{'CGI_SUPPORT'} eq 'yes' ) {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION suexec BEGIN.\\n\",\n                    \"# SECTION suexec END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION cgi BEGIN.\\n\",\n                    \"# SECTION cgi END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            }\n\n            if ( $data->{'PHP_SUPPORT'} eq 'yes' ) {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION php_off BEGIN.\\n\",\n                    \"# SECTION php_off END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            } else {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION php_on BEGIN.\\n\",\n                    \"# SECTION php_on END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            }\n\n            ${ $tpl } = replaceBloc(\n                \"# SECTION fcgid BEGIN.\\n\",\n                \"# SECTION fcgid END.\\n\",\n                '',\n                ${ $tpl }\n            );\n            ${ $tpl } = replaceBloc(\n                \"# SECTION itk BEGIN.\\n\",\n                \"# SECTION itk END.\\n\",\n                '',\n                ${ $tpl }\n            );\n        } elsif ( $data->{'FORWARD'} ne 'no' ) {\n            if ( $data->{'FORWARD_TYPE'} eq 'proxy'\n                && ( !$data->{'HSTS_SUPPORT'} || index( $data->{'VHOST_TYPE'}, 'ssl' ) != -1 )\n            ) {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION std_fwd BEGIN.\\n\",\n                    \"# SECTION std_fwd END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n\n                if ( index( $data->{'FORWARD'}, 'https' ) != 0 ) {\n                    ${ $tpl } = replaceBloc(\n                        \"# SECTION ssl_proxy BEGIN.\\n\",\n                        \"# SECTION ssl_proxy END.\\n\",\n                        '',\n                        ${ $tpl }\n                    );\n                }\n            } else {\n                ${ $tpl } = replaceBloc(\n                    \"# SECTION proxy_fwd BEGIN.\\n\",\n                    \"# SECTION proxy_fwd END.\\n\",\n                    '',\n                    ${ $tpl }\n                );\n            }\n        } else {\n            ${ $tpl } = replaceBloc(\n                \"# SECTION proxy_fwd BEGIN.\\n\",\n                \"# SECTION proxy_fwd END.\\n\",\n                '',\n                ${ $tpl }\n            );\n        }\n    }\n\n    ${ $tpl } =~ s/^\\s*(?:[#;].*)?\\n//gmi;\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/httpd.pm",
    "content": "=head1 NAME\n\n Servers::httpd - i-MSCP httpd server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::httpd;\n\nuse strict;\nuse warnings;\n\n# httpd server instance\nmy $instance;\n\n=head1 DESCRIPTION\n\n i-MSCP httpd server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item factory( )\n\n Create and return httpd server instance\n\n Return httpd server instance\n\n=cut\n\nsub factory\n{\n    return $instance if defined $instance;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'HTTPD_PACKAGE' ) : $::imscpConfig{'HTTPD_PACKAGE'};\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $instance = $package->getInstance();\n}\n\n=item getPriority( )\n\n Get server priority\n\n Return int Server priority\n\n=cut\n\nsub getPriority\n{\n    70;\n}\n\n=item can( $method )\n\n Checks if the httpd server package provides the given method\n\n Param string $method Method name\n Return subref|undef\n\n=cut\n\nsub can\n{\n    my ( undef, $method ) = @_;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'HTTPD_PACKAGE' ) : $::imscpConfig{'HTTPD_PACKAGE'};\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $package->can( $method );\n}\n\nEND\n    {\n        return if $? || !$instance || ( defined $::execmode &&\n            $::execmode eq 'setup'\n        );\n\n        if ( $instance->{'start'} ) {\n            $? = $instance->start();\n        } elsif ( $instance->{'restart'} ) {\n            $? = $instance->restart();\n        }\n    }\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/mta/postfix/installer.pm",
    "content": "=head1 NAME\n\n Servers::mta::postfix::installer - i-MSCP Postfix MTA server installer implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::mta::postfix::installer;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dir;\nuse iMSCP::Execute 'execute';\nuse iMSCP::EventManager;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Net;\nuse iMSCP::Service;\nuse iMSCP::SystemGroup;\nuse iMSCP::SystemUser;\nuse iMSCP::TemplateParser 'process';\nuse Servers::mta::postfix;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Postfix MTA server installer implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    #my $rs = $self->{'mta'}->stop();\n    my $rs = $self->_createUserAndGroup();\n    $rs ||= $self->_makeDirs();\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_setPostfixVersion();\n    $rs ||= $self->_createPostfixMaps();\n    $rs ||= $self->_buildConf();\n    $rs ||= $self->_buildAliasesDb();\n    $rs ||= $self->_oldEngineCompatibility();\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->enable(\n        $self->{'config'}->{'MTA_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] },\n                [\n                    sub {\n                        for my $map ( keys %{ $self->{'mta'}->{'_postmap'} } ) {\n                            if ( $self->{'_maps'}->{$map} ) {\n                                my $rs = $self->{'_maps'}->{$map}->mode( 0640 );\n                                last if $rs;\n                            }\n\n                            my $rs = $self->{'mta'}->postmap( $map );\n                            return $rs if $rs;\n                        }\n\n                        $self->{'mta'}->restart();\n                    },\n                    'Postfix'\n                ];\n            0;\n        },\n        6\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::mta::postfix::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'mta'} = Servers::mta::postfix->getInstance();\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/postfix\";\n    $self->{'config'} = $self->{'mta'}->{'config'};\n    $self;\n}\n\n=item _createUserAndGroup( )\n\n Create vmail user and mail group\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _createUserAndGroup\n{\n    my ( $self ) = @_;\n\n    my $rs = iMSCP::SystemGroup->getInstance()->addSystemGroup(\n        $self->{'config'}->{'MTA_MAILBOX_GID_NAME'}, TRUE\n    );\n    return $rs if $rs;\n\n    my $systemUser = iMSCP::SystemUser->new(\n        username => $self->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n        group    => $self->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n        comment  => 'vmail user',\n        home     => $self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'},\n        system   => TRUE\n    );\n    $rs = $systemUser->addSystemUser();\n    $rs ||= $systemUser->addToGroup( $::imscpConfig{'IMSCP_GROUP'} );\n}\n\n=item _makeDirs( )\n\n Create directories\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _makeDirs\n{\n    my ( $self ) = @_;\n\n    my @directories = (\n        [\n            # eg. /etc/postfix/imscp\n            $self->{'config'}->{'MTA_VIRTUAL_CONF_DIR'},\n            $::imscpConfig{'ROOT_USER'},\n            $::imscpConfig{'ROOT_GROUP'},\n            0750\n        ],\n        [\n            # eg. /var/mail/virtual\n            $self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'},\n            $self->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n            $self->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n            0750\n        ]\n    );\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaMakeDirs', \\@directories );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        # Make sure to start with clean directory\n        iMSCP::Dir->new( dirname => $self->{'config'}->{'MTA_VIRTUAL_CONF_DIR'} )->remove();\n\n        for my $dir ( @directories ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user           => $dir->[1],\n                group          => $dir->[2],\n                mode           => $dir->[3],\n                fixpermissions => iMSCP::Getopt->fixPermissions\n            } );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterMtaMakeDirs' );\n}\n\n=item _buildConf( )\n\n Build configuration file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildConf\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaBuildConf' );\n    $rs ||= $self->_buildMasterCfFile();\n    $rs ||= $self->_buildMainCfFile();\n    $rs ||= $self->{'events'}->trigger( 'afterMtaBuildConf' );\n}\n\n=item _setPostfixVersion( )\n\n Set Postfix version\n\n Return 0 on success, other on failure\n\n=cut\n\nsub _setPostfixVersion\n{\n    my ( $self ) = @_;\n\n    my $rs = execute(\n        [ 'postconf', '-d', '-h', 'mail_version' ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    if ( $stdout !~ m/^([\\d.]+)/ ) {\n        error( \"Couldn't guess Postfix version\" );\n        return 1;\n    }\n\n    $self->{'config'}->{'POSTFIX_VERSION'} = $stdout;\n    debug( sprintf( 'Postfix version set to: %s', $stdout ));\n    0;\n}\n\n=item _createPostfixMaps( )\n\n Ceate postfix maps\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _createPostfixMaps\n{\n    my ( $self ) = @_;\n\n    my @lookupTables = (\n        $self->{'config'}->{'MTA_VIRTUAL_ALIAS_HASH'},\n        $self->{'config'}->{'MTA_VIRTUAL_DMN_HASH'},\n        $self->{'config'}->{'MTA_VIRTUAL_MAILBOX_HASH'},\n        $self->{'config'}->{'MTA_TRANSPORT_HASH'},\n        $self->{'config'}->{'MTA_RELAY_HASH'}\n    );\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeCreatePostfixMaps', \\@lookupTables\n    );\n    return $rs if $rs;\n\n    for ( @lookupTables ) {\n        $rs = $self->{'mta'}->addMapEntry( $_ );\n        return $rs if $rs;\n    }\n\n    $self->{'events'}->trigger( 'afterCreatePostfixMaps', \\@lookupTables );\n}\n\n=item _buildAliasesDb( )\n\n Build aliases database\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildAliasesDb\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaBuildAliasesDb' );\n    $rs ||= $self->{'events'}->trigger(\n        'onLoadTemplate', 'postfix', 'aliases', \\my $cfgTpl, {}\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        $cfgTpl = iMSCP::File->new(\n            filename => $self->{'config'}->{'MTA_LOCAL_ALIAS_HASH'}\n        )->get();\n        $cfgTpl = '' unless defined $cfgTpl;\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeMtaBuildAliasesDbFile', \\$cfgTpl, 'aliases'\n    );\n    return $rs if $rs;\n\n    # Add alias for local root user\n    $cfgTpl =~ s/^root:.*\\n//gim;\n    $cfgTpl .= 'root: ' . ::setupGetQuestion( 'DEFAULT_ADMIN_ADDRESS' ) . \"\\n\";\n\n    $rs = $self->{'events'}->trigger(\n        'afterMtaBuildAliasesDbFile', \\$cfgTpl, 'aliases'\n    );\n    return $rs if $rs;\n\n    my $file = iMSCP::File->new(\n        filename => $self->{'config'}->{'MTA_LOCAL_ALIAS_HASH'}\n    );\n    $file->set( $cfgTpl );\n\n    $rs = $file->save();\n    return $rs if $rs;\n\n    $rs = execute( 'newaliases', \\my $stdout, \\my $stderr );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n\n    $rs ||= $self->{'events'}->trigger( 'afterMtaBuildAliasesDb' );\n}\n\n=item _buildMasterCfFile( )\n\n Build master.cf file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildMasterCfFile\n{\n    my ( $self ) = @_;\n\n    my $data = {\n        MTA_MAILBOX_UID_NAME => $self->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n        IMSCP_GROUP          => $::imscpConfig{'IMSCP_GROUP'},\n        ARPL_PATH            => $::imscpConfig{'ROOT_DIR'} . \"/engine/messenger/imscp-arpl-msgr\"\n    };\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate', 'postfix', 'master.cf', \\my $cfgTpl, $data\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/master.cf\"\n            )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeMtaBuildMasterCfFile', \\$cfgTpl, 'master.cf'\n    );\n    return $rs if $rs;\n\n    $cfgTpl = process( $data, $cfgTpl );\n\n    $rs = $self->{'events'}->trigger(\n        'afterMtaBuildMasterCfFile', \\$cfgTpl, 'master.cf'\n    );\n    return $rs if $rs;\n\n    my $file = iMSCP::File->new(\n        filename => $self->{'config'}->{'POSTFIX_MASTER_CONF_FILE'}\n    );\n    $file->set( $cfgTpl );\n    $file->save();\n}\n\n=item _buildMainCfFile( )\n\n Build main.cf file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildMainCfFile\n{\n    my ( $self ) = @_;\n\n    my $baseServerIp = ::setupGetQuestion( 'BASE_SERVER_IP' );\n    my $baseServerIpType = iMSCP::Net->getInstance->getAddrVersion(\n        $baseServerIp\n    );\n    my $gid = getgrnam( $self->{'config'}->{'MTA_MAILBOX_GID_NAME'} );\n    my $uid = getpwnam( $self->{'config'}->{'MTA_MAILBOX_UID_NAME'} );\n    my $hostname = ::setupGetQuestion( 'SERVER_HOSTNAME' );\n    my $data = {\n        MTA_INET_PROTOCOLS       => $baseServerIpType,\n        MTA_SMTP_BIND_ADDRESS    => $baseServerIpType eq 'ipv4' && $baseServerIp ne '0.0.0.0'\n            ? $baseServerIp : '',\n        MTA_SMTP_BIND_ADDRESS6   => $baseServerIpType eq 'ipv6' ? $baseServerIp : '',\n        MTA_HOSTNAME             => $hostname,\n        MTA_LOCAL_DOMAIN         => \"$hostname.local\",\n        MTA_VERSION              => $::imscpConfig{'Version'},\n        MTA_TRANSPORT_HASH       => $self->{'config'}->{'MTA_TRANSPORT_HASH'},\n        MTA_LOCAL_MAIL_DIR       => $self->{'config'}->{'MTA_LOCAL_MAIL_DIR'},\n        MTA_LOCAL_ALIAS_HASH     => $self->{'config'}->{'MTA_LOCAL_ALIAS_HASH'},\n        MTA_VIRTUAL_MAIL_DIR     => $self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'},\n        MTA_VIRTUAL_DMN_HASH     => $self->{'config'}->{'MTA_VIRTUAL_DMN_HASH'},\n        MTA_VIRTUAL_MAILBOX_HASH => $self->{'config'}->{'MTA_VIRTUAL_MAILBOX_HASH'},\n        MTA_VIRTUAL_ALIAS_HASH   => $self->{'config'}->{'MTA_VIRTUAL_ALIAS_HASH'},\n        MTA_RELAY_HASH           => $self->{'config'}->{'MTA_RELAY_HASH'},\n        MTA_MAILBOX_MIN_UID      => $uid,\n        MTA_MAILBOX_UID          => $uid,\n        MTA_MAILBOX_GID          => $gid\n    };\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate', 'postfix', 'main.cf', \\my $cfgTpl, $data\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/main.cf\"\n            )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeMtaBuildMainCfFile', \\$cfgTpl, 'main.cf'\n    );\n    return $rs if $rs;\n\n    $cfgTpl = process( $data, $cfgTpl );\n\n    $rs = $self->{'events'}->trigger(\n        'afterMtaBuildMainCfFile', \\$cfgTpl, 'main.cf'\n    );\n    return $rs if $rs;\n\n    my $file = iMSCP::File->new(\n        filename => $self->{'config'}->{'POSTFIX_CONF_FILE'}\n    );\n    $file->set( $cfgTpl );\n\n    $rs = $file->save();\n    return $rs if $rs;\n\n    # Add TLS parameters if required\n    return 0 unless ::setupGetQuestion( 'SERVICES_SSL_ENABLED' ) eq 'yes';\n\n    $self->{'events'}->register( 'afterMtaBuildConf', sub {\n        my %params = (\n            # smtpd TLS parameters (opportunistic)\n            smtpd_tls_security_level         => {\n                action => 'replace',\n                values => [ 'may' ]\n            },\n            smtpd_tls_ciphers                => {\n                action => 'replace',\n                values => [ 'high' ]\n            },\n            smtpd_tls_exclude_ciphers        => {\n                action => 'replace',\n                values => [ 'aNULL', 'MD5' ]\n            },\n            smtpd_tls_protocols              => {\n                action => 'replace',\n                values => [ '!SSLv2', '!SSLv3', '!TLSv1', '!TLSv1.1' ]\n            },\n            smtpd_tls_loglevel               => {\n                action => 'replace',\n                values => [ '0' ]\n            },\n            smtpd_tls_cert_file              => {\n                action => 'replace',\n                values => [ \"$::imscpConfig{'CONF_DIR'}/imscp_services.pem\" ]\n            },\n            smtpd_tls_key_file               => {\n                action => 'replace',\n                values => [ \"$::imscpConfig{'CONF_DIR'}/imscp_services.pem\" ]\n            },\n            smtpd_tls_auth_only              => {\n                action => 'replace',\n                values => [ 'no' ]\n            },\n            smtpd_tls_received_header        => {\n                action => 'replace',\n                values => [ 'yes' ]\n            },\n            smtpd_tls_session_cache_database => {\n                action => 'replace',\n                values => [ 'btree:/var/lib/postfix/smtpd_scache' ]\n            },\n            smtpd_tls_session_cache_timeout  => {\n                action => 'replace',\n                values => [ '3600s' ]\n            },\n            # smtp TLS parameters (opportunistic)\n            smtp_tls_security_level          => {\n                action => 'replace',\n                values => [ 'may' ]\n            },\n            smtp_tls_ciphers                 => {\n                action => 'replace',\n                values => [ 'high' ]\n            },\n            smtp_tls_exclude_ciphers         => {\n                action => 'replace',\n                values => [ 'aNULL', 'MD5' ]\n            },\n            smtp_tls_protocols               => {\n                action => 'replace',\n                values => [ '!SSLv2', '!SSLv3', '!TLSv1', '!TLSv1.1' ]\n            },\n            smtp_tls_loglevel                => {\n                action => 'replace',\n                values => [ '0' ]\n            },\n            smtp_tls_CAfile                  => {\n                action => 'replace',\n                values => [ '/etc/ssl/certs/ca-certificates.crt' ]\n            },\n            smtp_tls_session_cache_database  => {\n                action => 'replace',\n                values => [ 'btree:/var/lib/postfix/smtp_scache' ]\n            } );\n\n        if ( version->parse( $self->{'config'}->{'POSTFIX_VERSION'} ) >= version->parse( '2.10.0' ) ) {\n            $params{'smtpd_relay_restrictions'} = {\n                action => 'replace',\n                values => [ '' ],\n                empty  => 1\n            };\n        }\n\n        if ( version->parse( $self->{'config'}->{'POSTFIX_VERSION'} ) >= version->parse( '3.0.0' ) ) {\n            $params{'compatibility_level'} = {\n                action => 'replace',\n                values => [ '2' ]\n            };\n        }\n\n        $self->{'mta'}->postconf( %params );\n    }\n    );\n}\n\n=item _oldEngineCompatibility( )\n\n Remove old files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _oldEngineCompatibility\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$self->{'cfgDir'}/postfix.old.data\";\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/postfix.old.data\"\n    )->delFile();\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/mta/postfix/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::mta::postfix::uninstaller - i-MSCP Postfix MTA server uninstaller implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::mta::postfix::uninstaller;\n\nuse strict;\nuse warnings;\nuse File::Basename 'basename';\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dir;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::SystemUser;\nuse Servers::mta::postfix;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Postfix MTA server uninstaller implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item uninstall( )\n\n Process uninstall tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_restoreConffiles();\n    $rs ||= $self->_buildAliasesFile();\n    $rs ||= $self->_removeUser();\n    $rs ||= $self->_removeFiles();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::mta::postfix::uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'mta'} = Servers::mta::postfix->getInstance();\n    $self->{'config'} = $self->{'mta'}->{'config'};\n    $self;\n}\n\n=item _restoreConffiles( )\n\n Restore configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _restoreConffiles\n{\n    return 0 unless -d '/etc/postfix';\n\n    for my $file (\n        '/usr/share/postfix/main.cf.debian',\n        '/usr/share/postfix/master.cf.dist'\n    ) {\n        next unless -f $file;\n        my $rs = iMSCP::File->new(\n            filename => $file\n        )->copyFile(\n            '/etc/postfix/' . basename( $file ),\n            { preserve => 'no' }\n        );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item _buildAliasesFile( )\n\n Build /etc/aliases file\n \n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildAliasesFile\n{\n    my $rs = execute( 'newaliases', \\my $stdout, \\my $stderr );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    $rs;\n}\n\n=item _removeUser( )\n\n Remove user\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _removeUser\n{\n    iMSCP::SystemUser->new(\n        force => TRUE\n    )->delSystemUser(\n        $_[0]->{'config'}->{'MTA_MAILBOX_UID_NAME'}\n    );\n}\n\n=item _removeFiles( )\n\n Remove files\n\n Return int 0 on success, other or die on failure\n\n=cut\n\nsub _removeFiles\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval {\n        for my $dir (\n            $self->{'config'}->{'MTA_VIRTUAL_CONF_DIR'},\n            $self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}\n        ) {\n            iMSCP::Dir->new( dirname => $dir )->remove();\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    return 0 unless -f $self->{'config'}->{'MAIL_LOG_CONVERT_PATH'};\n\n    iMSCP::File->new(\n        filename => $self->{'config'}->{'MAIL_LOG_CONVERT_PATH'}\n    )->delFile();\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/mta/postfix.pm",
    "content": "=head1 NAME\n\n Servers::mta::postfix - i-MSCP Postfix MTA server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::mta::postfix;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat Servers::mta::postfix::installer Servers::mta::postfix::uninstaller /;\nuse File::Basename 'basename';\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Config;\nuse iMSCP::Debug qw/ debug error getMessageByType /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute qw/ execute executeNoWait /;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Service;\nuse Text::Balanced qw/ extract_multiple extract_bracketed /;\nuse Tie::File;\nuse parent 'Common::SingletonClass';\n\nmy $INSTANCE;\n\n=head1 DESCRIPTION\n\n i-MSCP Postfix server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaPreInstall', 'postfix' );\n    $rs ||= Servers::mta::postfix::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterMtaPreInstall', 'postfix' );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaInstall', 'postfix' );\n    $rs ||= Servers::mta::postfix::installer->getInstance()->install();\n    $rs ||= $self->{'events'}->trigger( 'afterMtaInstall', 'postfix' );\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaPostinstall', 'postfix' );\n    $rs ||= Servers::mta::postfix::installer->getInstance()->postinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterMtaPostinstall', 'postfix' );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaUninstall', 'postfix' );\n    $rs ||= Servers::mta::postfix::uninstaller->getInstance()->uninstall();\n    $rs ||= $self->{'events'}->trigger( 'afterMtaUninstall', 'postfix' );\n    return $rs if $rs;\n\n    if ( iMSCP::Service->getInstance()->hasService(\n        $self->{'config'}->{'MTA_SNAME'}\n    ) ) {\n        $self->{'restart'} = TRUE;\n    } else {\n        @{ $self }{qw/ restart reload /} = ( FALSE, FALSE );\n    }\n\n    0;\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaSetEnginePermissions' );\n    # eg. /etc/postfix/main.cf\n    $rs ||= setRights( $self->{'config'}->{'POSTFIX_CONF_FILE'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0644'\n    }\n    );\n    # eg. /etc/postfix/master.cf\n    $rs ||= setRights( $self->{'config'}->{'POSTFIX_MASTER_CONF_FILE'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0644'\n    }\n    );\n    # eg. /etc/aliases\n    $rs ||= setRights( $self->{'config'}->{'MTA_LOCAL_ALIAS_HASH'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0644'\n    }\n    );\n    # eg. /etc/postfix/imscp\n    $rs ||= setRights( $self->{'config'}->{'MTA_VIRTUAL_CONF_DIR'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $::imscpConfig{'ROOT_GROUP'},\n        dirmode   => '0750',\n        filemode  => '0640',\n        recursive => TRUE\n    }\n    );\n    # eg. /var/www/imscp/engine/messenger\n    $rs ||= setRights( \"$::imscpConfig{'ENGINE_ROOT_DIR'}/messenger\", {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $::imscpConfig{'IMSCP_GROUP'},\n        dirmode   => '0750',\n        filemode  => '0750',\n        recursive => TRUE\n    }\n    );\n    # eg. /var/mail/virtual\n    $rs ||= setRights( $self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}, {\n        user      => $self->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n        group     => $self->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n        dirmode   => '0750',\n        filemode  => '0640',\n        recursive => iMSCP::Getopt->fixPermissions\n    }\n    );\n    # eg. /usr/sbin/maillogconvert.pl\n    $rs ||= setRights( $self->{'config'}->{'MAIL_LOG_CONVERT_PATH'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0750'\n    }\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterMtaSetEnginePermissions' );\n}\n\n=item start( )\n\n Start Postfix server\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub start\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaStart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->start(\n        $self->{'config'}->{'MTA_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterMtaStart' );\n}\n\n=item stop( )\n\n Stop Postfix server\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub stop\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaStop' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->stop(\n        $self->{'config'}->{'MTA_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterMtaStop' );\n}\n\n=item restart( )\n\n Restart Postfix server\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaRestart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->restart(\n        $self->{'config'}->{'MTA_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterMtaRestart' );\n}\n\n=item reload( )\n\n Reload Postfix server\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub reload\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaReload' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->reload(\n        $self->{'config'}->{'MTA_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterMtaReload' );\n}\n\n=item addDmn( \\%data )\n\n Process addDmn tasks\n\n Param hashref \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addDmn\n{\n    my ( $self, $data ) = @_;\n\n    # Do not list 'SERVER_HOSTNAME' in BOTH 'mydestination' and\n    # 'virtual_mailbox_domains'\n    return 0 if $data->{'DOMAIN_NAME'} eq $::imscpConfig{'SERVER_HOSTNAME'};\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaAddDmn', $data );\n    $rs ||= $self->deleteMapEntry(\n        $self->{'config'}->{'MTA_VIRTUAL_DMN_HASH'},\n        qr/\\Q$data->{'DOMAIN_NAME'}\\E\\s+[^\\n]*/\n    );\n    $rs ||= $self->deleteMapEntry(\n        $self->{'config'}->{'MTA_RELAY_HASH'},\n        qr/\\Q$data->{'DOMAIN_NAME'}\\E\\s+[^\\n]*/\n    );\n\n    if ( $data->{'MAIL_ENABLED'} ) {\n        # Mail is managed by this server\n        $rs ||= $self->addMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_DMN_HASH'},\n            \"$data->{'DOMAIN_NAME'}\\tOK\"\n        );\n    } elsif ( $data->{'EXTERNAL_MAIL'} eq 'on' ) {\n        # Mail is managed by external server\n        $rs ||= $self->addMapEntry(\n            $self->{'config'}->{'MTA_RELAY_HASH'},\n            \"$data->{'DOMAIN_NAME'}\\tOK\"\n        );\n    }\n\n    $rs ||= $self->{'events'}->trigger( 'afterMtaAddDmn', $data );\n}\n\n=item disableDmn( \\%data )\n\n Process disableDmn tasks\n\n Param hashref \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableDmn\n{\n    my ( $self, $data ) = @_;\n\n    return 0 if $data->{'DOMAIN_NAME'} eq $::imscpConfig{'SERVER_HOSTNAME'};\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaDisableDmn', $data );\n    $rs ||= $self->deleteMapEntry(\n        $self->{'config'}->{'MTA_VIRTUAL_DMN_HASH'},\n        qr/\\Q$data->{'DOMAIN_NAME'}\\E\\s+[^\\n]*/\n    );\n    $rs ||= $self->deleteMapEntry(\n        $self->{'config'}->{'MTA_RELAY_HASH'},\n        qr/\\Q$data->{'DOMAIN_NAME'}\\E\\s+[^\\n]*/\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterMtaDisableDmn', $data );\n}\n\n=item deleteDmn( \\%data )\n\n Process deleteDmn tasks\n\n Param hashref \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteDmn\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaDelDmn', $data );\n    $rs ||= $self->deleteMapEntry(\n        $self->{'config'}->{'MTA_VIRTUAL_DMN_HASH'},\n        qr/\\Q$data->{'DOMAIN_NAME'}\\E\\s+[^\\n]*/\n    );\n    $rs ||= $self->deleteMapEntry(\n        $self->{'config'}->{'MTA_RELAY_HASH'},\n        qr/\\Q$data->{'DOMAIN_NAME'}\\E\\s+[^\\n]*/\n    );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        iMSCP::Dir->new(\n            dirname => \"$self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}/$data->{'DOMAIN_NAME'}\"\n        )->remove();\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterMtaDelDmn', $data );\n}\n\n=item addSub( \\%data )\n\n Process addSub tasks\n\n Param hashref \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addSub\n{\n    my ( $self, $data ) = @_;\n\n    # Do not list 'SERVER_HOSTNAME' in BOTH 'mydestination' and\n    # 'virtual_mailbox_domains'\n    return 0 if $data->{'DOMAIN_NAME'} eq $::imscpConfig{'SERVER_HOSTNAME'};\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaAddSub', $data );\n    $rs ||= $self->deleteMapEntry(\n        $self->{'config'}->{'MTA_VIRTUAL_DMN_HASH'},\n        qr/\\Q$data->{'DOMAIN_NAME'}\\E\\s+[^\\n]*/\n    );\n\n    if ( $data->{'MAIL_ENABLED'} ) {\n        $rs ||= $self->addMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_DMN_HASH'},\n            \"$data->{'DOMAIN_NAME'}\\tOK\"\n        );\n    }\n\n    $rs ||= $self->{'events'}->trigger( 'afterMtaAddSub', $data );\n}\n\n=item disableSub( \\%data )\n\n Process disableSub tasks\n\n Param hashref \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableSub\n{\n    my ( $self, $data ) = @_;\n\n    return 0 if $data->{'DOMAIN_NAME'} eq $::imscpConfig{'SERVER_HOSTNAME'};\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaDisableSub', $data );\n    $rs ||= $self->deleteMapEntry(\n        $self->{'config'}->{'MTA_VIRTUAL_DMN_HASH'},\n        qr/\\Q$data->{'DOMAIN_NAME'}\\E\\s+[^\\n]*/\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterMtaDisableSub', $data );\n}\n\n=item deleteSub( \\%data )\n\n Process deleteSub tasks\n\n Param hashref \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaDelSub', $data );\n    $rs ||= $self->deleteMapEntry(\n        $self->{'config'}->{'MTA_VIRTUAL_DMN_HASH'},\n        qr/\\Q$data->{'DOMAIN_NAME'}\\E\\s+[^\\n]*/\n    );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        iMSCP::Dir->new(\n            dirname => \"$self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}/$data->{'DOMAIN_NAME'}\"\n        )->remove();\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterMtaDelSub', $data );\n}\n\n=item addMail( \\%data )\n\n Process addMail tasks\n\n Param hashref \\%data Mail data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addMail\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaAddMail', $data );\n    return $rs if $rs;\n\n    if ( $data->{'MAIL_CATCHALL'} ) {\n        $rs = $self->addMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_ALIAS_HASH'},\n            \"$data->{'MAIL_ADDR'}\\t$data->{'MAIL_CATCHALL'}\"\n        );\n        return $rs if $rs;\n    } else {\n        my $isMailAccount = index( $data->{'MAIL_TYPE'}, '_mail' ) != -1\n            && $data->{'DOMAIN_NAME'} ne $::imscpConfig{'SERVER_HOSTNAME'};\n        my $isForwardAccount = index( $data->{'MAIL_TYPE'}, '_forward' ) != -1;\n\n        return 0 unless $isMailAccount || $isForwardAccount;\n\n        $rs = $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_MAILBOX_HASH'},\n            qr/\\Q$data->{'MAIL_ADDR'}\\E\\s+[^\\n]*/\n        );\n        $rs ||= $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_ALIAS_HASH'},\n            qr/\\Q$data->{'MAIL_ADDR'}\\E\\s+[^\\n]*/\n        );\n        return $rs if $rs;\n\n        my $responderEntry\n            = \"$data->{'MAIL_ACC'}\\@imscp-arpl.$data->{'DOMAIN_NAME'}\";\n        $rs ||= $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_TRANSPORT_HASH'},\n            qr/\\Q$responderEntry\\E\\s+[^\\n]*/\n        );\n        return $rs if $rs;\n\n        local $@;\n        $rs = eval {\n            if ( $isMailAccount ) {\n                # Create mailbox\n\n                for my $dir ( $data->{'DOMAIN_NAME'}, \"$data->{'DOMAIN_NAME'}/$data->{'MAIL_ACC'}\" ) {\n                    iMSCP::Dir->new(\n                        dirname => \"$self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}/$dir\"\n                    )->make( {\n                        user           => $self->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n                        group          => $self->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n                        mode           => 0750,\n                        fixpermissions => iMSCP::Getopt->fixPermissions\n                    } );\n                }\n\n                for my $dir ( qw/ cur new tmp / ) {\n                    iMSCP::Dir->new(\n                        dirname => \"$self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}/$data->{'DOMAIN_NAME'}/$data->{'MAIL_ACC'}/$dir\"\n                    )->make( {\n                        user           => $self->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n                        group          => $self->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n                        mode           => 0750,\n                        fixpermissions => iMSCP::Getopt->fixPermissions\n                    } );\n                }\n\n                # Add virtual mailbox map entry\n                return $self->addMapEntry(\n                    $self->{'config'}->{'MTA_VIRTUAL_MAILBOX_HASH'},\n                    \"$data->{'MAIL_ADDR'}\\t$data->{'DOMAIN_NAME'}/$data->{'MAIL_ACC'}/\"\n                );\n            }\n\n            iMSCP::Dir->new(\n                dirname => \"$self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}/$data->{'DOMAIN_NAME'}/$data->{'MAIL_ACC'}\"\n            )->remove();\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n        return $rs if $rs;\n\n        # Add virtual alias map entry\n        $rs = $self->addMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_ALIAS_HASH'},\n            $data->{'MAIL_ADDR'} # Recipient\n                . \"\\t\"           # Separator\n                . join ',', (\n                # Mail account only case:\n                #  Postfix lookup in 'virtual_alias_maps' first. Thus, if there\n                #  is a catchall defined for the domain, any mail for the mail\n                #  account will be catched by the catchall. To prevent this\n                #  behavior, we must also add an entry in the virtual alias map.\n                #\n                # Forward + mail account case:\n                #  we want keep local copy of inbound mails\n                ( $isMailAccount ? $data->{'MAIL_ADDR'} : () ),\n                # Add forward addresses in case of forward account\n                ( $isForwardAccount ? $data->{'MAIL_FORWARD'} : () ),\n                # Add autoresponder entry if it is enabled for this account\n                ( $data->{'MAIL_HAS_AUTO_RESPONDER'} ? $responderEntry : () )\n            )\n        );\n        return $rs if $rs;\n\n        if ( $data->{'MAIL_HAS_AUTO_RESPONDER'} ) {\n            # Add transport map entry for auto-responder\n            $rs = $self->addMapEntry(\n                $self->{'config'}->{'MTA_TRANSPORT_HASH'},\n                \"$responderEntry\\timscp-arpl:\"\n            );\n            return $rs if $rs;\n        }\n    }\n\n    $self->{'events'}->trigger( 'afterMtaAddMail', $data );\n}\n\n=item disableMail( \\%data )\n\n Process disableMail tasks\n\n Param hashref \\%data Mail data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableMail\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaDisableMail', $data );\n    return $rs if $rs;\n\n    if ( $data->{'MAIL_CATCHALL'} ) {\n        $rs ||= $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_ALIAS_HASH'},\n            qr/\\Q$data->{'MAIL_ADDR'}\\E\\s+\\Q$data->{'MAIL_CATCHALL'}/\n        );\n    } else {\n        $rs ||= $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_MAILBOX_HASH'},\n            qr/\\Q$data->{'MAIL_ADDR'}\\E\\s+[^\\n]*/\n        );\n        $rs ||= $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_ALIAS_HASH'},\n            qr/\\Q$data->{'MAIL_ADDR'}\\E\\s+[^\\n]*/\n        );\n        return $rs if $rs;\n\n        my $responderEntry = \"$data->{'MAIL_ACC'}\\@imscp-arpl.$data->{'DOMAIN_NAME'}\";\n        $rs = $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_TRANSPORT_HASH'},\n            qr/\\Q$responderEntry\\E\\s+[^\\n]*/\n        );\n    }\n\n    $rs ||= $self->{'events'}->trigger( 'afterMtaDisableMail', $data );\n}\n\n=item deleteMail( \\%data )\n\n Process deleteMail tasks\n\n Param hashref \\%data Mail data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteMail\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeMtaDelMail', $data );\n    return $rs if $rs;\n\n    if ( $data->{'MAIL_CATCHALL'} ) {\n        $rs ||= $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_ALIAS_HASH'},\n            qr/\\Q$data->{'MAIL_ADDR'}\\E\\s+\\Q$data->{'MAIL_CATCHALL'}/\n        );\n    } else {\n        $rs ||= $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_MAILBOX_HASH'},\n            qr/\\Q$data->{'MAIL_ADDR'}\\E\\s+[^\\n]*/\n        );\n        $rs ||= $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_VIRTUAL_ALIAS_HASH'},\n            qr/\\Q$data->{'MAIL_ADDR'}\\E\\s+[^\\n]*/\n        );\n        return $rs if $rs;\n\n        my $responderEntry = \"$data->{'MAIL_ACC'}\\@imscp-arpl.$data->{'DOMAIN_NAME'}\";\n        $rs = $self->deleteMapEntry(\n            $self->{'config'}->{'MTA_TRANSPORT_HASH'},\n            qr/\\Q$responderEntry\\E\\s+[^\\n]*/\n        );\n        return $rs if $rs;\n\n        local $@;\n        eval {\n            iMSCP::Dir->new(\n                dirname => \"$self->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}/$data->{'DOMAIN_NAME'}/$data->{'MAIL_ACC'}\"\n            )->remove();\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n    }\n\n    $rs ||= $self->{'events'}->trigger( 'afterMtaDelMail', $data );\n}\n\n=item getTraffic( $trafficDb [, $trafficDataSrc, $indexDb ] )\n\n Get SMTP traffic\n\n Param hashref \\%trafficDb Traffic database\n Param string $logFile Path to SMTP log file from which traffic data must be extracted (only when self-called)\n Param hashref $trafficIndexDb Traffic index database (only when self-called)\n Die on failure\n\n=cut\n\nsub getTraffic\n{\n    my ( $self, $trafficDb, $logFile, $trafficIndexDb ) = @_;\n\n    $logFile ||= \"$::imscpConfig{'TRAFF_LOG_DIR'}/$::imscpConfig{'MAIL_TRAFF_LOG'}\";\n\n    # The log file exists and is not empty\n    if ( -f -s $logFile ) {\n        # We use an index database file to keep trace of the last processed log\n        $trafficIndexDb or tie %{ $trafficIndexDb },\n            'iMSCP::Config', fileName => \"$::imscpConfig{'IMSCP_HOMEDIR'}/traffic_index.db\", nodie => TRUE;\n\n        my ( $idx, $idxContent ) = ( $trafficIndexDb->{'smtp_lineNo'} || 0, $trafficIndexDb->{'smtp_lineContent'} );\n\n        # Create a snapshot of current log file state\n        my $snapshotFH = File::Temp->new();\n        iMSCP::File->new(\n            filename => $logFile\n        )->copyFile(\n            $snapshotFH->filename, { preserve => 'no' }\n        ) == 0 or die( getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ) || 'Unknown error' );\n\n        # Tie the snapshot for easy handling\n        tie my @snapshot, 'Tie::File', $snapshotFH, memory => 10_485_760 or die(\n            sprintf( \"Couldn't tie %s file\", $snapshotFH )\n        );\n\n        # We keep trace of the index for the live log file only\n        unless ( $logFile =~ /\\.1$/ ) {\n            $trafficIndexDb->{'smtp_lineNo'} = $#snapshot;\n            $trafficIndexDb->{'smtp_lineContent'} = $snapshot[$#snapshot];\n        }\n\n        debug( sprintf( 'Processing SMTP logs from the %s file', $logFile ));\n\n        # We have already seen the log file in the past. We must skip logs that\n        # were already processed\n        if ( $snapshot[$idx] && $snapshot[$idx] eq $idxContent ) {\n            debug( sprintf( 'Skipping logs that were already processed (lines %d to %d)', 1, ++$idx ));\n\n            my $logsFound = ( @snapshot = @snapshot[$idx .. $#snapshot] ) > 0;\n            untie( @snapshot );\n            $snapshotFH->close();\n\n            unless ( $logsFound ) {\n                debug( sprintf( 'No new SMTP logs found in %s file for processing', $logFile ));\n                return;\n            }\n        } elsif ( $logFile !~ /\\.1$/ ) {\n            debug( 'Log rotation has been detected. Processing last rotated log file first' );\n            untie( @snapshot );\n            $snapshotFH->close();\n            $self->getTraffic( $trafficDb, $logFile . '.1', $trafficIndexDb );\n        } else {\n            untie( @snapshot );\n            $snapshotFH->close();\n        }\n\n        # Extract and standardize SMTP logs using maillogconvert.pl script\n        open my $fh, '-|', \"maillogconvert.pl standard < $snapshotFH 2>/dev/null\" or die(\n            sprintf( \"Couldn't pipe to maillogconvert.pl command for reading: %s\", $! )\n        );\n\n        while ( <$fh> ) {\n            # Extract SMTP traffic data\n            #\n            # Log line example\n            # date       hour     from            to            relay_s            relay_r            proto  extinfo code size\n            # 2017-04-17 13:31:50 from@domain.tld to@domain.tld relay_s.domain.tld relay_r.domain.tld SMTP   -       1    1001\n            next unless /\\@(?<from>[^\\s]+)[^\\@]+\\@(?<to>[^\\s]+)\\s+(?<relay_s>[^\\s]+)\\s+(?<relay_r>[^\\s]+).*?(?<size>\\d+)$/o;\n\n            $trafficDb->{$+{'from'}} += $+{'size'} if exists $trafficDb->{$+{'from'}};\n            $trafficDb->{$+{'to'}} += $+{'size'} if exists $trafficDb->{$+{'to'}};\n        }\n\n        close( $fh );\n    } elsif ( $logFile !~ /\\.1$/ && -f -s $logFile . '.1' ) {\n        # The log file is empty. We need to check the last rotated log file\n        # to extract traffic from possible unprocessed logs\n        debug( 'The %s log file is empty. Processing last rotated log file', $logFile );\n        $self->getTraffic( $trafficDb, $logFile . '.1', $trafficIndexDb );\n    } else {\n        # There are no new logs found for processing\n        debug( sprintf( 'No new SMTP logs found in %s file for processing', $logFile ));\n    }\n}\n\n=item addMapEntry( $mapPath [, $entry ] )\n\n Add the given entry into the given Postfix map\n\n Note: Without any $entry passed-in, the map will be simply created.\n\n Param string $mapPath Map file path\n Param string $entry OPTIONAL Map entry to add if any\n Return int 0 on success, other on failure\n\n=cut\n\nsub addMapEntry\n{\n    my ( $self, $mapPath, $entry ) = @_;\n\n    local $@;\n    my $file = eval { $self->_getMapFileObject( $mapPath ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    return 0 unless defined $entry;\n    return 1 unless defined( my $mapFileContentRef = $file->getAsRef());\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeAddPostfixMapEntry', $mapPath, $entry\n    );\n    return $rs if $rs;\n\n    ${ $mapFileContentRef } =~ s/^\\Q$entry\\E\\n//gim;\n    ${ $mapFileContentRef } .= \"$entry\\n\";\n\n    $rs ||= $file->save();\n    $self->{'_postmap'}->{$mapPath} = TRUE unless $rs\n        || $self->{'_postmap'}->{$mapPath};\n    $rs ||= $self->{'events'}->trigger(\n        'afterAddPostfixMapEntry', $mapPath, $entry\n    );\n}\n\n=item deleteMapEntry( $mapPath, $entry )\n\n Delete the given entry from the given Postfix map\n\n Param string $mapPath Map file path\n Param Regexp $entry Regexp matching map entry to delete\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteMapEntry\n{\n    my ( $self, $mapPath, $entry ) = @_;\n\n    local $@;\n    my $file = eval { $self->_getMapFileObject( $mapPath ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    return 1 unless defined( my $mapFileContentRef = $file->getAsRef());\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeDeletePostfixMapEntry', $mapPath, $entry\n    );\n    return $rs if $rs;\n\n    if ( ${ $mapFileContentRef } =~ s/^$entry\\n//gim ) {\n        $rs = $file->save();\n        $self->{'_postmap'}->{$mapPath} = TRUE unless $rs\n            || $self->{'_postmap'}->{$mapPath};\n        return $rs if $rs;\n    }\n\n    $self->{'events'}->trigger(\n        'afterDeletePostfixMapEntry', $mapPath, $entry\n    );\n}\n\n=item postmap( $mapPath [, $mapType = 'hash' ] )\n\n Postmap the given map\n\n Param string $mapPath Map path\n Param string $hashtype Map type (default: hash)\n Return int 0 on success, other on failure\n\n=cut\n\nsub postmap\n{\n    my ( undef, $mapPath, $mapType ) = @_;\n    $mapType ||= 'hash';\n\n    my $rs = execute(\n        [ 'postmap', \"$mapType:$mapPath\" ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    $rs;\n}\n\n=item postconf( $conffile, %params )\n\n Provides an interface to POSTCONF(1) for editing parameters in Postfix main.cf file\n\n Param hash %params A hash where each keys is a Postfix parameter name and the\n value, a hashes describing in order:\n  - action (string)  : Action to be performed (add|replace|remove) -- Default\n    action is 'add'.\n  - values (array)  : Array containing parameter value(s) to add, replace or\n    remove. For values to be removed, both string and Regexp are supported.\n  - empty (bool)    : OPTIONAL Flag allowing addition of an empty parameter\n  - before (regexp) : OPTIONAL Option that allows to add values before the given value\n  - after  (regexp  : OPTIONAL Option that allows to add values after the given value\n\n  'replace' action versus 'remove' action\n    The 'replace' action replace the full value of the given parameter while\n    the 'remove' action only remove the specified value portion in the parameter\n    value. When the resulting value is an empty value, the paramerter is removed\n    from the configuration file unless the 'empty' flag has been specified.\n\n  'before' and 'after' options:\n    The 'before' and 'after' options are only relevant for the 'add' action.\n    The 'before' option has a highter precedence than the 'after' option.\n  \n  Unknown postfix parameters\n    Unknown Postfix parameter are silently ignored.\n\n  Usage examples:\n\n    Let's assume we want add both, the 'check_client_access <table>' value and \n    the 'check_recipient_access <table>' value to the 'smtpd_recipient_restrictions'\n    parameter, before the 'check_policy_service ...' service. The following would do\n    the job:\n\n    Adding value to parameters\n\n    Servers::mta::postfix->getInstance( (\n        smtpd_recipient_restrictions => {\n            action => 'add',\n            values => [ 'check_client_access <table>', 'check_recipient_access <table>' ],\n            before => qr/check_policy_service\\s+.*/,\n        }\n    ));\n \n    Removing value from parameters\n    \n    Let's assume we want to remove the 'unix:/opendkim/opendkim.sock' value\n    from both the 'smtpd_milters' and the 'non_smtpd_milters' configuration\n    parameter:\n\n    Servers::mta::postfix->getInstance( (\n        smtpd_milters     => {\n            action => 'remove',\n            # Using a Regexp matching\n            values => [ qr%\\Qunix:/opendkim/opendkim.sock\\E% ]\n        },\n        non_smtpd_milters => {\n            action => 'remove',\n            # Using a string matching\n            values => [ 'unix:/opendkim/opendkim.sock' ]\n        }\n    ) );\n\n Return int 0 on success, other failure\n\n=cut\n\nsub postconf\n{\n    my ( $self, %params ) = @_;\n\n    local $@;\n    eval {\n        %params or die( 'Missing parameters ' );\n\n        my @pToDel = ();\n        my $confdir = $self->{'config'}->{'POSTFIX_CONF_DIR'} || '/etc/postfix';\n        my $time = time();\n\n        # Avoid POSTCONF(1) being slow by waiting 2 seconds before next processing\n        # See https://groups.google.com/forum/#!topic/list.postfix.users/MkhEqTR6yRM\n        utime $time, $time-2, $self->{'config'}->{'POSTFIX_CONF_FILE'} or die(\n            sprintf( \"Couldn't touch %s file: %s\", $self->{'config'}->{'POSTFIX_CONF_FILE'}, $! )\n        );\n\n        my ( $stdout, $stderr );\n        executeNoWait(\n            [ 'postconf', '-c', $confdir, keys %params ],\n            sub {\n                return unless ( my $p, my $v ) = $_[0] =~ /^([^=]+)\\s+=\\s*(.*)/;\n\n                my @vls = extract_multiple(\n                    $v,\n                    [\n                        # Support for per-Milter and per-policy server timeout\n                        # and other settings (Postfix >= 3)\n                        # See http://www.postfix.org/announcements/postfix-3.0.0.html\n                        # See http://www.postfix.org/MILTER_README.html\n                        sub { extract_bracketed( $_[0], '{}' ) },\n                        # Comma or whitespace separated parameter values\n                        qr/([^,\\s*]+)/\n                    ],\n                    undef,\n                    TRUE\n                );\n                my @rpls;\n\n                defined $params{$p}->{'values'}\n                    && ref $params{$p}->{'values'} eq 'ARRAY' or die( sprintf(\n                    \"Missing or invalid 'values' for the '%s' parameter. Array expected.\",\n                    $p\n                ));\n\n                for $v ( @{ $params{$p}->{'values'} } ) {\n                    if ( !$params{$p}->{'action'}\n                        || $params{$p}->{'action'} eq 'add'\n                    ) {\n                        unless ( $params{$p}->{'before'} || $params{$p}->{'after'} ) {\n                            next if grep ( $_ eq $v, @vls );\n                            push @vls, $v;\n                            next;\n                        }\n\n                        # If the parameter already exists, we delete it as\n                        # someone could want move it\n                        @vls = grep ( $_ ne $v, @vls );\n                        my $regexp = $params{$p}->{'before'}\n                            || $params{$p}->{'after'};\n                        ref $regexp eq 'Regexp' or die(\n                            \"'Invalid 'before' or 'after' option. Regexp expected.\"\n                        );\n                        my ( $idx ) = grep (\n                            $vls[$_] =~ /^$regexp$/, 0 .. ( @vls-1 )\n                        );\n                        defined $idx\n                            ? splice( @vls, ( $params{$p}->{'before'} ? $idx : ++$idx ), 0, $v )\n                            : push @vls, $v;\n                    } elsif ( $params{$p}->{'action'} eq 'replace' ) {\n                        push @rpls, $v;\n                    } elsif ( $params{$p}->{'action'} eq 'remove' ) {\n                        @vls = ref $v eq 'Regexp'\n                            ? grep ($_ !~ $v, @vls) : grep ($_ ne $v, @vls);\n                    } else {\n                        die( sprintf(\n                            \"Unknown action '%s' for the '%s' parameter\",\n                            $params{$p}->{'action'},\n                            $p\n                        ));\n                    }\n                }\n\n                my $empty = $params{$p}->{'empty'};\n                $params{$p} = join ', ', @rpls ? @rpls : @vls;\n\n                unless ( $empty || $params{$p} ne '' ) {\n                    push @pToDel, $p;\n                    delete $params{$p};\n                }\n            },\n            sub { $stderr .= $_[0] }\n        ) == 0 or die(\n            $stderr || 'Unknown error'\n        );\n\n        if ( %params ) {\n            my $cmd = [ 'postconf', '-e', '-c', $confdir ];\n            while ( my ( $param, $value ) = each %params ) {\n                push @{ $cmd }, \"$param=$value\"\n            };\n            execute( $cmd, \\$stdout, \\$stderr ) == 0 or die(\n                $stderr || 'Unknown error'\n            );\n            debug( $stdout ) if $stdout;\n        }\n\n        if ( @pToDel ) {\n            execute(\n                [ 'postconf', '-X', '-c', $confdir, @pToDel ],\n                \\$stdout,\n                \\$stderr\n            ) == 0 or die(\n                $stderr || 'Unknown error'\n            );\n            debug( $stdout ) if $stdout;\n        };\n\n        $self->{'reload'} = TRUE;\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::mta::postfix\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $INSTANCE = $self;\n\n    @{ $self }{qw/ restart reload /} = ( FALSE, FALSE );\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/postfix\";\n    $self->_mergeConfig() if -f \"$self->{'cfgDir'}/postfix.data.dist\";\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'cfgDir'}/postfix.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n    $self->{'_maps'} = {};\n    $self;\n}\n\n=item _mergeConfig( )\n\n Merge distribution configuration with production configuration\n\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self ) = @_;\n\n    if ( -f \"$self->{'cfgDir'}/postfix.data\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/postfix.data.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/postfix.data\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'oldConfig'} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/postfix.data.dist\"\n    )->moveFile(\n        \"$self->{'cfgDir'}/postfix.data\"\n    ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=item _getMapFileObject( mapPath )\n\n Get iMSCP::File object for the given postfix map\n\n Param string $mapPath Postfix map path\n Return iMSCP::File, die on failure\n\n=cut\n\nsub _getMapFileObject\n{\n    my ( $self, $mapPath ) = @_;\n\n    $self->{'_maps'}->{$mapPath} ||= do {\n        my $file = iMSCP::File->new( filename => $mapPath );\n\n        unless ( -f $mapPath ) {\n            $file->set( <<\"EOF\"\n# Postfix @{ [ basename( $mapPath ) ] } map - auto-generated by i-MSCP\n#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN\n\nEOF\n            );\n            $file->save() == 0 && $file->mode( 0640 ) == 0 or die(\n                getMessageByType(\n                    'error', { amount => 1, remove => TRUE }\n                ) || 'Unknown error'\n            );\n            $self->{'_postmap'}->{$mapPath} = TRUE;\n        }\n\n        $file;\n    }\n}\n\n=item DESTROY\n\n Generate Postfix maps\n\n=cut\n\nEND {\n    return if $? || !defined $INSTANCE || ( $::execmode && $::execmode eq 'setup' );\n\n    my ( $ret, $rs ) = ( 0, 0 );\n\n    for my $map ( keys %{ $INSTANCE->{'_postmap'} } ) {\n        if ( $INSTANCE->{'_maps'}->{$map} ) {\n            $rs = $INSTANCE->{'_maps'}->{$map}->mode( 0640 );\n            $ret ||= $rs;\n            next if $rs;\n        }\n\n        $rs = $INSTANCE->postmap( $map );\n        $ret ||= $rs;\n    }\n\n    $? ||= $ret;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/mta.pm",
    "content": "=head1 NAME\n\n Servers::mta - i-MSCP mta server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::mta;\n\nuse strict;\nuse warnings;\n\n# mta server instance\nmy $instance;\n\n=head1 DESCRIPTION\n\n i-MSCP mta server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item factory( )\n\n Create and return mta server instance\n\n Return mta server instance\n\n=cut\n\nsub factory\n{\n    return $instance if defined $instance;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'MTA_PACKAGE' ) : $::imscpConfig{'MTA_PACKAGE'};\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $instance = $package->getInstance();\n}\n\n=item getPriority( )\n\n Get server priority\n\n Return int Server priority\n\n=cut\n\nsub getPriority\n{\n    40;\n}\n\n=item can( $method )\n\n Checks if the mta server package provides the given method\n\n Param string $method Method name\n Return subref|undef\n\n=cut\n\nsub can\n{\n    my ( undef, $method ) = @_;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'MTA_PACKAGE' ) : $::imscpConfig{'MTA_PACKAGE'};\n    eval \"require $package\";\n    die( $@ ) if $@;\n\n    $package->can( $method );\n}\n\nEND\n    {\n        return if $? || !$instance || ( defined $::execmode\n            && $::execmode eq 'setup'\n        );\n\n        if ( $instance->{'restart'} ) {\n            $? = $instance->restart();\n        } elsif ( $instance->{'reload'} ) {\n            $? = $instance->reload();\n        }\n    }\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/named/bind/installer.pm",
    "content": "=head1 NAME\n\n Servers::named::bind::installer - i-MSCP Bind9 Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::named::bind::installer;\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Net;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Service;\nuse iMSCP::Umask '$UMASK';\nuse Servers::named::bind;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Installer for the i-MSCP Bind9 Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForDnsServerType( @_ ) },\n            sub { $self->_dialogForMasterDnsServerIps( @_ ) },\n            sub { $self->_dialogForSlaveDnsServerIps( @_ ) },\n            sub { $self->_dialogForDnsServerIpv6Support( @_ ) },\n            sub { $self->_dialogForLocalResolving( @_ ) };\n        0;\n    } );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    for my $configVar (\n        qw/ BIND_IPV6 BIND_MODE LOCAL_DNS_RESOLVER PRIMARY_DNS SECONDARY_DNS /\n    ) {\n        $self->{'config'}->{$configVar} = ::setupGetQuestion( $configVar );\n    }\n\n    0;\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    for my $conffile (\n        'BIND_CONF_DEFAULT_FILE',\n        'BIND_CONF_FILE',\n        'BIND_LOCAL_CONF_FILE',\n        'BIND_OPTIONS_CONF_FILE'\n    ) {\n        if ( $self->{'config'}->{$conffile} ne '' ) {\n            my $rs = $self->_bkpConfFile( $self->{'config'}->{$conffile} );\n            return $rs if $rs;\n        }\n    }\n\n    my $rs = $self->_makeDirs();\n    $rs ||= $self->_buildConf();\n    $rs ||= $self->_oldEngineCompatibility();\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->enable(\n        $self->{'config'}->{'NAMED_SERVICE'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [ sub { $self->{'named'}->restart(); }, 'Bind9' ];\n            0;\n        },\n        100\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::named::bind::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'named'} = Servers::named::bind->getInstance();\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/bind\";\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'wrkDir'} = \"$self->{'cfgDir'}/working\";\n    $self->{'config'} = $self->{'named'}->{'config'};\n    $self;\n}\n\n=item _dialogForDnsServerType( \\%dialog )\n\n Dialog for DNS server type\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForDnsServerType\n{\n    my ( $self, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion(\n        'BIND_MODE',\n        length $self->{'config'}->{'BIND_MODE'}\n            ? $self->{'config'}->{'BIND_MODE'}\n            : 'master'\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ named servers all / )\n        && grep ( $value eq $_, qw/ master slave / )\n    ) {\n        ::setupSetQuestion( 'BIND_MODE', $value );\n        return 20;\n    }\n\n    my %choices = (\n        Master => 'master',\n        Slave  => 'slave'\n    );\n\n    ( my $ret, $value ) = $dialog->select(\n        <<\"EOF\", \\%choices, $value eq 'slave' ? 'slave' : 'master' );\nPlease select the DNS server type to configure\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'BIND_MODE', $value );\n    0;\n}\n\n=item _dialogForMasterDnsServerIps( \\%dialog )\n\n Dialog for master DNS server IP addresses\n\n In master mode, the base server public IP will be set.\n In slave mode, user will be asked for master DNS server IP addresses.\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForMasterDnsServerIps\n{\n    my ( $self, $dialog ) = @_;\n\n    if ( 'master' eq ::setupGetQuestion(\n        'BIND_MODE', $self->{'config'}->{'BIND_MODE'}\n    ) ) {\n        # In master DNS mode, the local DNS server is the master DNS server\n        ::setupSetQuestion(\n            'PRIMARY_DNS', ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' )\n        );\n        return 20;\n    }\n\n    my @values = split /(?:[;,]| )/, ::setupGetQuestion(\n        'PRIMARY_DNS',\n        length $self->{'config'}->{'PRIMARY_DNS'}\n            ? $self->{'config'}->{'PRIMARY_DNS'}\n            : 'no'\n    );\n\n    # IF the local DNS server was previously the master DNS server, we\n    # need remove the base server public IP from the list of master DNS\n    # server IP addresses. In slave mode, the local DNS server MUST not\n    # act as master DNS server.\n    if ( \"@values\" eq ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' ) ) {\n        @values = ();\n    }\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ named servers all / )\n        && length \"@values\"\n        && ( \"@values\" eq 'no' || $self->_checkIps( @values ) )\n    ) {\n        ::setupSetQuestion( 'PRIMARY_DNS', \"@values\" );\n        return 20;\n    }\n\n    my $slaveDnsIp = ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' );\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, my $value ) = $dialog->string( <<\"EOF\", \"@values\" );\n${msg}Please enter the master DNS server IP addresses, each space separated:\nEOF\n        if ( $ret != 30 ) {\n            @values = grep /\\S/, split ' ', $value;\n\n            unless ( @values ) {\n                $msg = \"\\\\Z1You must enter at least one IP address.\\\\Zn\\n\\n\";\n            } elsif ( grep ( $slaveDnsIp eq $_, @values ) ) {\n                $msg = sprintf(\n                    \"\\\\Z1TThe %s IP address is that of the slave DNS server.\\\\Zn\\n\\n\",\n                    $slaveDnsIp\n                );\n            } elsif ( !$self->_checkIps( @values ) ) {\n                $msg = \"\\\\Z1Invalid or disallowed IP address found.\\\\Zn\\n\\n\";\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n\n    ::setupSetQuestion( 'PRIMARY_DNS', \"@values\" );\n    0;\n}\n\n=item _dialogForSlaveDnsServerIps( \\%dialog )\n\n Dialog for slave DNS server IP addresses\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForSlaveDnsServerIps\n{\n    my ( $self, $dialog ) = @_;\n\n    if ( 'slave' eq ::setupGetQuestion(\n        'BIND_MODE', $self->{'config'}->{'BIND_MODE'}\n    ) ) {\n        # In slave DNS mode, the local DNS server is one of slave DNS servers\n        ::setupSetQuestion(\n            'SECONDARY_DNS', ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' )\n        );\n        return 20;\n    }\n\n    my @values = split /(?:[;,]| )/, ::setupGetQuestion(\n        'SECONDARY_DNS',\n        length $self->{'config'}->{'SECONDARY_DNS'}\n            ? $self->{'config'}->{'SECONDARY_DNS'}\n            : 'no'\n    );\n\n    # IF the local DNS server was previously the slave DNS server, we\n    # need remove the base server public IP from the list of slave DNS\n    # server IP addresses. In master mode, the local DNS server MUST not\n    # act as slave DNS server.\n    if ( \"@values\" eq ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' ) ) {\n        @values = ();\n    }\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ named servers all / )\n        && length \"@values\"\n        && ( \"@values\" eq 'no' || $self->_checkIps( @values ) )\n    ) {\n        ::setupSetQuestion( 'SECONDARY_DNS', \"@values\" );\n        return 20;\n    }\n\n    FIRST_DIALOG:\n    my $ret = $dialog->boolean( <<\"EOF\", !!grep ( \"@values\" eq $_, '', 'no' ));\nDo you want to add slave DNS servers?\nEOF\n    return 30 if $ret == 30;\n\n    if ( $ret ) {\n        ::setupSetQuestion( 'SECONDARY_DNS', 'no' );\n        return 0;\n    }\n\n    my $masterDnsIp = ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' );\n    my $msg = '';\n    do {\n        ( $ret, my $value ) = $dialog->string( <<\"EOF\", \"@values\" );\n${msg}Please enter the slave DNS server IP addresses, each separated by space:\nEOF\n        if ( $ret != 30 ) {\n            @values = grep /\\S/, split ' ', $value;\n\n            unless ( length $value ) {\n                $msg = \"\\\\Z1You must enter at least one IP address.\\\\Zn\\n\\n\";\n            } elsif ( grep ( $masterDnsIp eq $_, @values ) ) {\n                $msg = sprintf(\n                    \"\\\\Z1TThe %s IP address is that of the master DNS server.\\\\Zn\\n\\n\",\n                    $masterDnsIp\n                );\n            } elsif ( !$self->_checkIps( @values ) ) {\n                $msg = \"\\\\Z1Wrong or disallowed IP address found.\\\\Zn\\n\\n\";\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    goto FIRST_DIALOG if $ret == 30;\n\n    ::setupSetQuestion( 'SECONDARY_DNS', \"@values\" );\n    0;\n}\n\n=item _dialogForDnsServerIpv6Support( \\%dialog )\n\n Dialog for DNS server IPv6 support\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForDnsServerIpv6Support\n{\n    my ( $self, $dialog ) = @_;\n\n    unless ( ::setupGetQuestion( 'IPV6_SUPPORT', FALSE ) ) {\n        ::setupSetQuestion( 'BIND_IPV6', 'no' );\n        return 20;\n    }\n\n    my $value = ::setupGetQuestion(\n        'BIND_IPV6',\n        length $self->{'config'}->{'BIND_IPV6'}\n            ? $self->{'config'}->{'BIND_IPV6'}\n            : 'no'\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ named servers all / )\n        && grep ( $value eq $_, qw/ yes no / )\n    ) {\n        ::setupSetQuestion( 'BIND_IPV6', $value );\n        return 20;\n    }\n\n    my $ret = $dialog->boolean( <<\"EOF\", $value ne 'yes' );\nDo you want to enable the IPv6 support for your DNS server?\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'BIND_IPV6', $ret ? 'no' : 'yes' );\n    0;\n}\n\n=item _dialogForLocalResolving( \\%dialog )\n\n Dialog for local resolving\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub _dialogForLocalResolving\n{\n    my ( $self, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion(\n        'LOCAL_DNS_RESOLVER',\n        length $self->{'config'}->{'LOCAL_DNS_RESOLVER'}\n            ? $self->{'config'}->{'LOCAL_DNS_RESOLVER'}\n            : 'yes'\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ resolver named all / )\n        && grep ( $value eq $_, qw/ yes no /)\n    ) {\n        ::setupSetQuestion( 'LOCAL_DNS_RESOLVER', $value );\n        return 20;\n    }\n\n    my $ret = $dialog->boolean( <<\"EOF\", $value eq 'no' );\nDo you want to use the local DNS server for local resolving?\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'LOCAL_DNS_RESOLVER', $ret ? 'no' : 'yes' );\n    0;\n}\n\n=item _bkpConfFile( $cfgFile )\n\n Backup configuration file\n\n Param string $cfgFile Configuration file path\n Return int 0 on success, other on failure\n\n=cut\n\nsub _bkpConfFile\n{\n    my ( $self, $cfgFile ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedBkpConfFile', $cfgFile );\n    return $rs if $rs;\n\n    if ( -f $cfgFile ) {\n        my $file = iMSCP::File->new( filename => $cfgFile );\n        my $filename = basename( $cfgFile );\n        unless ( -f \"$self->{'bkpDir'}/$filename.system\" ) {\n            $rs = $file->copyFile( \"$self->{'bkpDir'}/$filename.system\" );\n            return $rs if $rs;\n        } else {\n            $rs = $file->copyFile( \"$self->{'bkpDir'}/$filename.\" . time );\n            return $rs if $rs;\n        }\n    }\n\n    $self->{'events'}->trigger( 'afterNamedBkpConfFile', $cfgFile );\n}\n\n=item _makeDirs( )\n\n Create directories\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _makeDirs\n{\n    my ( $self ) = @_;\n\n    my @dirs = (\n        [\n            $self->{'config'}->{'BIND_CONF_DIR'},\n            $::imscpConfig{'ROOT_USER'},\n            $self->{'config'}->{'BIND_GROUP'},\n            02750,\n        ],\n        [\n            $self->{'config'}->{'BIND_DB_ROOT_DIR'},\n            $::imscpConfig{'ROOT_USER'},\n            $self->{'config'}->{'BIND_GROUP'},\n            02770\n        ],\n        [\n            $self->{'config'}->{'BIND_DB_MASTER_DIR'},\n            $::imscpConfig{'ROOT_USER'},\n            $self->{'config'}->{'BIND_GROUP'},\n            02750\n        ],\n        [\n            $self->{'config'}->{'BIND_DB_SLAVE_DIR'},\n            $::imscpConfig{'ROOT_USER'},\n            $self->{'config'}->{'BIND_GROUP'},\n            02750\n        ]\n    );\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedMakeDirs', \\@dirs );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        for my $dir ( @dirs ) {\n            iMSCP::Dir->new( dirname => $dir->[0] )->make( {\n                user  => $dir->[1],\n                group => $dir->[2],\n                mode  => $dir->[3]\n            } );\n        }\n\n        iMSCP::Dir->new(\n            dirname => $self->{'config'}->{'BIND_DB_MASTER_DIR'}\n        )->clear();\n\n        if ( $self->{'config'}->{'BIND_MODE'} ne 'slave' ) {\n            iMSCP::Dir->new(\n                dirname => $self->{'config'}->{'BIND_DB_SLAVE_DIR'}\n            )->clear();\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterNamedMakeDirs', \\@dirs );\n}\n\n=item _buildConf( )\n\n Build configuration file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildConf\n{\n    my ( $self ) = @_;\n\n    # default conffile (Debian/Ubuntu specific)\n    if ( $self->{'config'}->{'BIND_CONF_DEFAULT_FILE'}\n        && -f $self->{'config'}->{'BIND_CONF_DEFAULT_FILE'}\n    ) {\n        my $tplName = basename(\n            $self->{'config'}->{'BIND_CONF_DEFAULT_FILE'}\n        );\n        my $rs = $self->{'events'}->trigger(\n            'onLoadTemplate', 'bind', $tplName, \\my $tplContent, {}\n        );\n        return $rs if $rs;\n\n        unless ( defined $tplContent ) {\n            $tplContent = iMSCP::File->new(\n                filename => $self->{'config'}->{'BIND_CONF_DEFAULT_FILE'}\n            )->get();\n            return 1 unless defined $tplContent;\n        }\n\n        # Enable/disable local DNS resolver\n        $tplContent =~ s/RESOLVCONF=(?:no|yes)/RESOLVCONF=$self->{'config'}->{'LOCAL_DNS_RESOLVER'}/i;\n\n        # Fix for #IP-1333\n        my $service = iMSCP::Service->getInstance();\n        if ( $service->isSystemd() ) {\n            if ( $self->{'config'}->{'LOCAL_DNS_RESOLVER'} eq 'yes' ) {\n                $service->enable( 'bind9-resolvconf' );\n            } else {\n                $service->stop( 'bind9-resolvconf' );\n                $service->disable( 'bind9-resolvconf' );\n            }\n        }\n\n        # Enable/disable IPV6 support\n        if ( $tplContent =~ /OPTIONS=\"(.*)\"/ ) {\n            ( my $options = $1 ) =~ s/\\s*-[46]\\s*//g;\n            $options = '-4 ' . $options\n                unless $self->{'config'}->{'BIND_IPV6'} eq 'yes';\n            $tplContent =~ s/OPTIONS=\".*\"/OPTIONS=\"$options\"/;\n        }\n\n        $rs = $self->{'events'}->trigger(\n            'afterNamedBuildConf', \\$tplContent, $tplName\n        );\n        return $rs if $rs;\n\n        my $file = iMSCP::File->new(\n            filename => \"$self->{'wrkDir'}/$tplName\"\n        );\n        $file->set( $tplContent );\n\n        $rs = $file->save();\n        $rs ||= $file->owner(\n            $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n        );\n        $rs ||= $file->mode( 0644 );\n        $rs ||= $file->copyFile(\n            $self->{'config'}->{'BIND_CONF_DEFAULT_FILE'}\n        );\n        return $rs if $rs;\n    }\n\n    # option conffile\n    if ( $self->{'config'}->{'BIND_OPTIONS_CONF_FILE'} ) {\n        my $tplName = basename( $self->{'config'}->{'BIND_OPTIONS_CONF_FILE'} );\n        my $rs = $self->{'events'}->trigger(\n            'onLoadTemplate', 'bind', $tplName, \\my $tplContent, {}\n        );\n        return $rs if $rs;\n\n        unless ( defined $tplContent ) {\n            $tplContent = iMSCP::File->new( filename => \"$self->{'cfgDir'}/$tplName\" )->get();\n            return 1 unless defined $tplContent;\n        }\n\n        if ( $self->{'config'}->{'BIND_IPV6'} eq 'no' ) {\n            $tplContent =~ s/listen-on-v6\\s+\\{\\s+any;\\s+\\};/listen-on-v6 { none; };/;\n        }\n\n        my $namedVersion = $self->_getVersion();\n        unless ( defined $namedVersion ) {\n            error( \"Couldn't retrieve named (Bind9) version\" );\n            return 1;\n        }\n\n        if ( version->parse( $namedVersion ) >= version->parse( '9.9.3' ) ) {\n            $tplContent =~ s%//\\s+(check-spf\\s+ignore;)%$1%;\n        }\n\n        $rs = $self->{'events'}->trigger( 'afterNamedBuildConf', \\$tplContent, $tplName );\n        return $rs if $rs;\n\n        my $file = iMSCP::File->new( filename => \"$self->{'wrkDir'}/$tplName\" );\n        $file->set( $tplContent );\n\n        local $UMASK = 027;\n        $rs = $file->save();\n        $rs ||= $file->owner(\n            $::imscpConfig{'ROOT_USER'}, $self->{'config'}->{'BIND_GROUP'}\n        );\n        $rs ||= $file->mode( 0640 );\n        $rs ||= $file->copyFile(\n            $self->{'config'}->{'BIND_OPTIONS_CONF_FILE'}\n        );\n        return $rs if $rs;\n    }\n\n    # master conffile\n    if ( $self->{'config'}->{'BIND_CONF_FILE'} ) {\n        my $tplName = basename( $self->{'config'}->{'BIND_CONF_FILE'} );\n        my $rs = $self->{'events'}->trigger(\n            'onLoadTemplate', 'bind', $tplName, \\my $tplContent, {}\n        );\n        return $rs if $rs;\n\n        unless ( defined $tplContent ) {\n            $tplContent = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/$tplName\"\n            )->get();\n            return 1 unless defined $tplContent;\n        }\n\n        unless ( -f \"$self->{'config'}->{'BIND_CONF_DIR'}/bind.keys\" ) {\n            $tplContent =~ s%include\\s+\\Q\"$self->{'config'}->{'BIND_CONF_DIR'}\\E/bind.keys\";\\n%%;\n        }\n\n        $rs = $self->{'events'}->trigger(\n            'afterNamedBuildConf', \\$tplContent, $tplName\n        );\n        return $rs if $rs;\n\n        my $file = iMSCP::File->new(\n            filename => \"$self->{'wrkDir'}/$tplName\"\n        );\n        $file->set( $tplContent );\n\n        local $UMASK = 027;\n        $rs = $file->save();\n        $rs ||= $file->owner(\n            $::imscpConfig{'ROOT_USER'}, $self->{'config'}->{'BIND_GROUP'}\n        );\n        $rs ||= $file->mode( 0640 );\n        $rs ||= $file->copyFile( $self->{'config'}->{'BIND_CONF_FILE'} );\n        return $rs if $rs;\n    }\n\n    # local conffile\n    if ( $self->{'config'}->{'BIND_LOCAL_CONF_FILE'} ) {\n        my $tplName = basename( $self->{'config'}->{'BIND_LOCAL_CONF_FILE'} );\n        my $rs = $self->{'events'}->trigger(\n            'onLoadTemplate', 'bind', $tplName, \\my $tplContent, {}\n        );\n        return $rs if $rs;\n\n        unless ( defined $tplContent ) {\n            $tplContent = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/$tplName\"\n            )->get();\n            return 1 unless defined $tplContent;\n        }\n\n        $rs = $self->{'events'}->trigger(\n            'afterNamedBuildConf', \\$tplContent, $tplName\n        );\n        return $rs if $rs;\n\n        my $file = iMSCP::File->new( filename => \"$self->{'wrkDir'}/$tplName\" );\n        $file->set( $tplContent );\n\n        local $UMASK = 027;\n        $rs = $file->save();\n        $rs ||= $file->owner(\n            $::imscpConfig{'ROOT_USER'}, $self->{'config'}->{'BIND_GROUP'}\n        );\n        $rs ||= $file->mode( 0640 );\n        $rs ||= $file->copyFile( $self->{'config'}->{'BIND_LOCAL_CONF_FILE'} );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item _checkIps( @ips )\n\n Check IP addresses\n\n Param list @ips List of IP addresses to check\n Return bool TRUE if all IPs are valid, FALSE otherwise\n\n=cut\n\nsub _checkIps\n{\n    my ( undef, @ips ) = @_;\n\n    my $net = iMSCP::Net->getInstance();\n\n    for my $ipAddr ( @ips ) {\n        return 0 unless $net->isValidAddr( $ipAddr )\n            && $net->getAddrType( $ipAddr ) =~ /^(?:PRIVATE|UNIQUE-LOCAL-UNICAST|PUBLIC|GLOBAL-UNICAST)$/;\n    }\n\n    1;\n}\n\n=item _getVersion( )\n\n Get named version\n\n Return string on success, undef on failure\n\n=cut\n\nsub _getVersion\n{\n    my ( $self ) = @_;\n\n    my $rs = execute( [ $self->{'config'}->{'NAMED'}, '-v' ], \\my $stdout, \\my $stderr );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n\n    return $1 if !$rs && $stdout =~ /^BIND\\s+([0-9.]+)/;\n    undef;\n}\n\n=item _oldEngineCompatibility( )\n\n Remove old files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _oldEngineCompatibility\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedOldEngineCompatibility' );\n    return $rs if $rs;\n\n    if ( -f \"$self->{'cfgDir'}/bind.old.data\" ) {\n        $rs = iMSCP::File->new( filename => \"$self->{'cfgDir'}/bind.old.data\" )->delFile();\n        return $rs if $rs;\n    }\n\n    if ( iMSCP::ProgramFinder::find( 'resolvconf' ) ) {\n        $rs = execute( \"resolvconf -d lo.imscp\", \\my $stdout, \\my $stderr );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n    }\n\n    local $@;\n    eval {\n        iMSCP::Dir->new(\n            dirname => $self->{'config'}->{'BIND_DB_ROOT_DIR'}\n        )->clear(\n            undef, qr/\\.db$/\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterNamedOldEngineCompatibility' );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/named/bind/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::named::bind::uninstaller - i-MSCP Bind9 Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::named::bind::uninstaller;\n\nuse strict;\nuse warnings;\nuse File::Basename qw/ basename dirname /;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dir;\nuse iMSCP::File;\nuse Servers::named::bind;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Uninstaller for the i-MSCP Bind9 Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item uninstall( )\n\n Process uninstall tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    $self->_removeConfig();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::named::bind::uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'named'} = Servers::named::bind->getInstance();\n    $self->{'cfgDir'} = $self->{'named'}->{'cfgDir'};\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'wrkDir'} = \"$self->{'cfgDir'}/working\";\n    $self->{'vrlDir'} = \"$self->{'cfgDir'}/imscp\";\n    $self->{'config'} = $self->{'named'}->{'config'};\n    $self;\n}\n\n=item _removeConfig( )\n\n Remove configuration\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _removeConfig\n{\n    my ( $self ) = @_;\n\n    if ( exists $self->{'config'}->{'BIND_CONF_DEFAULT_FILE'} ) {\n        my $dirname = dirname( $self->{'config'}->{'BIND_CONF_DEFAULT_FILE'} );\n        if ( -d $dirname ) {\n            my $filename = basename(\n                $self->{'config'}->{'BIND_CONF_DEFAULT_FILE'}\n            );\n\n            if ( -f \"$self->{'bkpDir'}/$filename.system\" ) {\n                my $rs = iMSCP::File->new(\n                    filename => \"$self->{'bkpDir'}/$filename.system\"\n                )->copyFile(\n                    $self->{'config'}->{'BIND_CONF_DEFAULT_FILE'}, { preserve => 'no' }\n                );\n                return $rs if $rs;\n\n                my $file = iMSCP::File->new(\n                    filename => $self->{'config'}->{'BIND_CONF_DEFAULT_FILE'}\n                );\n                $rs = $file->mode( 0640 );\n                $rs ||= $file->owner(\n                    $::imscpConfig{'ROOT_USER'}, $self->{'config'}->{'BIND_GROUP'}\n                );\n                return $rs if $rs;\n            }\n        }\n    }\n\n    for (\n        'BIND_CONF_FILE',\n        'BIND_LOCAL_CONF_FILE',\n        'BIND_OPTIONS_CONF_FILE'\n    ) {\n        next unless exists $self->{'config'}->{$_};\n\n        my $dirname = dirname( $self->{'config'}->{$_} );\n        next unless -d $dirname;\n\n        my $filename = basename( $self->{'config'}->{$_} );\n        next unless -f \"$self->{'bkpDir'}/$filename.system\";\n\n        my $rs = iMSCP::File->new(\n            filename => \"$self->{'bkpDir'}/$filename.system\"\n        )->copyFile(\n            $self->{'config'}->{$_}, { preserve => 'no' }\n        );\n        return $rs if $rs;\n\n        my $file = iMSCP::File->new( filename => $self->{'config'}->{$_} );\n        $rs = $file->mode( 0640 );\n        $rs ||= $file->owner(\n            $::imscpConfig{'ROOT_USER'}, $self->{'config'}->{'BIND_GROUP'}\n        );\n        return $rs if $rs;\n    }\n\n    eval {\n        iMSCP::Dir->new(\n            dirname => $self->{'config'}->{'BIND_DB_MASTER_DIR'}\n        )->remove();\n        iMSCP::Dir->new(\n            dirname => $self->{'config'}->{'BIND_DB_SLAVE_DIR'}\n        )->remove();\n        iMSCP::Dir->new( dirname => $self->{'wrkDir'} )->clear();\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/named/bind.pm",
    "content": "=head1 NAME\n\n Servers::named::bind - i-MSCP Bind9 Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Servers::named::bind;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat Servers::named::bind::installer Servers::named::bind::uninstaller /;\nuse File::Basename 'fileparse';\nuse File::Spec;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ getMessageByType debug error /;\nuse iMSCP::Config;\nuse iMSCP::EventManager;\nuse iMSCP::Execute qw/ escapeShell execute /;\nuse iMSCP::File;\nuse iMSCP::ProgramFinder;\nuse iMSCP::TemplateParser qw/ process replaceBloc getBloc /;\nuse iMSCP::Net;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Service;\nuse iMSCP::Umask '$UMASK';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Bind9 Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    Servers::named::bind::installer->getInstance()->registerSetupListeners(\n        $events\n    );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedPreInstall', 'bind' );\n    $rs ||= Servers::named::bind::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterNamedPreInstall', 'bind' );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedInstall', 'bind' );\n    $rs ||= Servers::named::bind::installer->getInstance()->install();\n    $rs ||= $self->{'events'}->trigger( 'afterNamedInstall', 'bind' );\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedPostInstall' );\n    $rs ||= Servers::named::bind::installer->getInstance()->postinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterNamedPostInstall' );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedUninstall', 'bind' );\n    $rs ||= Servers::named::bind::uninstaller->getInstance()->uninstall();\n    return $rs if $rs;\n\n    if ( -x $self->{'config'}->{'NAMED'} ) {\n        $rs = $self->restart();\n        return $rs if $rs;\n    }\n\n    $self->{'events'}->trigger( 'afterNamedUninstall', 'bind' );\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = setRights( $self->{'config'}->{'BIND_CONF_DIR'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $self->{'config'}->{'BIND_GROUP'},\n        dirmode   => '2750',\n        filemode  => '0640',\n        recursive => TRUE\n    } );\n    return $rs if $rs;\n\n    if ( -f \"$self->{'config'}->{'BIND_CONF_DIR'}/rndc.key\" ) {\n        $rs ||= setRights( \"$self->{'config'}->{'BIND_CONF_DIR'}/rndc.key\", {\n            user  => $self->{'config'}->{'BIND_USER'},\n            group => $self->{'config'}->{'BIND_GROUP'},\n        } );\n        return $rs if $rs;\n    }\n\n    $rs = setRights( $self->{'config'}->{'BIND_DB_ROOT_DIR'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $self->{'config'}->{'BIND_GROUP'},\n        dirmode   => '2770',\n        filemode  => '0640',\n        recursive => TRUE\n    } );\n    $rs ||= setRights( $self->{'wrkDir'}, {\n        user      => $::imscpConfig{'ROOT_USER'},\n        group     => $self->{'config'}->{'BIND_GROUP'},\n        dirmode   => '2770',\n        filemode  => '0640',\n        recursive => TRUE\n    } );\n}\n\n=item addDmn( \\%data )\n\n Domain addition tasks\n\n Param hashref \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addDmn\n{\n    my ( $self, $data ) = @_;\n\n    # Never process the same zone twice\n    return 0 if exists $self->{'seen_zones'}->{$data->{'DOMAIN_NAME'}};\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedAddDmn', $data );\n    $rs ||= $self->_addDmnConfig( $data );\n    return $rs if $rs;\n\n    if ( $self->{'config'}->{'BIND_MODE'} eq 'master' ) {\n        $rs = $self->_addDmnDb( $data );\n        return $rs if $rs;\n    }\n\n    $self->{'seen_zones'}->{$data->{'DOMAIN_NAME'}} = TRUE;\n    $self->{'reload'} = TRUE;\n    $self->{'events'}->trigger( 'afterNamedAddDmn', $data );\n}\n\n=item disableDmn( \\%data )\n\n Domain deactivation tasks\n\n On a reconfiguration, we need make sure that DNS record are added, even for\n disabled domains.\n\n Param hashref \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableDmn\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless defined $::execmode && $::execmode eq 'setup';\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedDisableDmn', $data );\n    $rs ||= $self->addDmn( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterNamedDisableDmn', $data );\n}\n\n=item deleteDmn( \\%data )\n\n Domain deletion tasks\n\n Param hashref \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteDmn\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless $data->{'FORCE_DELETION'}\n        || $data->{'PARENT_DOMAIN_NAME'} ne $::imscpConfig{'BASE_SERVER_VHOST'};\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedDelDmn', $data );\n    $rs ||= $self->_deleteDmnConfig( $data );\n    return $rs if $rs;\n\n    if ( $self->{'config'}->{'BIND_MODE'} eq 'master' ) {\n        for my $file (\n            \"$self->{'wrkDir'}/$data->{'DOMAIN_NAME'}.db\",\n            \"$self->{'config'}->{'BIND_DB_MASTER_DIR'}/$data->{'DOMAIN_NAME'}.db\"\n        ) {\n            next unless -f $file;\n            $rs = iMSCP::File->new( filename => $file )->delFile();\n            return $rs if $rs;\n        }\n    }\n\n    $self->{'reload'} = TRUE;\n    $self->{'events'}->trigger( 'afterNamedDelDmn', $data );\n}\n\n=item addSub( \\%data )\n\n Subdomain addition tasks\n\n Param hashref \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addSub\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless $self->{'config'}->{'BIND_MODE'} eq 'master';\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'wrkDir'}/$data->{'PARENT_DOMAIN_NAME'}.db\"\n    );\n    return 1 unless defined( my $fileC = $file->getAsRef());\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate', 'bind', 'db_sub.tpl', \\my $subEntry, $data\n    );\n    return $rs if $rs;\n\n    unless ( defined $subEntry ) {\n        return 1 unless defined(\n            $subEntry = iMSCP::File->new(\n                filename => \"$self->{'tplDir'}/db_sub.tpl\"\n            )->get()\n        );\n    }\n\n    $rs = $self->_updateSerial(\n        $data->{'PARENT_DOMAIN_NAME'}, $fileC, $fileC\n    ) unless exists $self->{'serials'}->{$data->{'PARENT_DOMAIN_NAME'}};\n    $rs ||= $self->{'events'}->trigger( 'beforeNamedAddSub', $fileC, \\$subEntry, $data );\n    return $rs if $rs;\n\n    my $net = iMSCP::Net->getInstance();\n\n    if ( $data->{'MAIL_ENABLED'} ) {\n        $subEntry = replaceBloc(\n            \"; subdomain MAIL records BEGIN\\n\",\n            \"; subdomain MAIL records ENDING\\n\",\n            process(\n                {\n                    BASE_SERVER_IP_TYPE => $net->getAddrVersion(\n                        $data->{'BASE_SERVER_PUBLIC_IP'}\n                    ) eq 'ipv4' ? 'A' : 'AAAA',\n                    BASE_SERVER_IP      => $data->{'BASE_SERVER_PUBLIC_IP'},\n                    DOMAIN_NAME         => $data->{'PARENT_DOMAIN_NAME'}\n                },\n                getBloc(\n                    \"; subdomain MAIL records BEGIN\\n\",\n                    \"; subdomain MAIL records ENDING\\n\",\n                    $subEntry\n                )\n            ),\n            $subEntry\n        );\n    } else {\n        $subEntry = replaceBloc(\n            \"; subdomain MAIL records BEGIN\\n\",\n            \"; subdomain MAIL records ENDING\\n\",\n            '',\n            $subEntry\n        );\n    }\n\n    if ( defined $data->{'OPTIONAL_RECORDS'}\n        && !$data->{'OPTIONAL_RECORDS'}\n    ) {\n        $subEntry = replaceBloc(\n            \"; subdomain OPTIONAL records BEGIN\\n\",\n            \"; subdomain OPTIONAL records ENDING\\n\",\n            '',\n            $subEntry\n        );\n    }\n\n    my $domainIP = $net->isRoutableAddr( $data->{'DOMAIN_IP'} )\n        ? $data->{'DOMAIN_IP'}\n        : $data->{'BASE_SERVER_PUBLIC_IP'};\n\n    $subEntry = process(\n        {\n            SUBDOMAIN_NAME => $data->{'DOMAIN_NAME'},\n            IP_TYPE        => $net->getAddrVersion( $domainIP ) eq 'ipv4'\n                ? 'A' : 'AAAA',\n            DOMAIN_IP      => $domainIP\n        },\n        $subEntry\n    );\n    ${ $fileC } = replaceBloc(\n        \"; subdomain [$data->{'DOMAIN_NAME'}] records BEGIN\\n\",\n        \"; subdomain [$data->{'DOMAIN_NAME'}] records ENDING\\n\",\n        '',\n        ${ $fileC }\n    );\n    ${ $fileC } = replaceBloc(\n        \"; subdomain [{SUBDOMAIN_NAME}] records BEGIN\\n\",\n        \"; subdomain [{SUBDOMAIN_NAME}] records ENDING\\n\",\n        $subEntry,\n        ${ $fileC },\n        TRUE\n    );\n    $rs = $self->{'events'}->trigger( 'afterNamedAddSub', $fileC, $data );\n    $rs ||= $file->save();\n    $rs ||= $self->_compileZone(\n        $data->{'PARENT_DOMAIN_NAME'}, $file->{'filename'}\n    );\n    $self->{'reload'} = TRUE unless $rs;\n    $rs;\n}\n\n=item disableSub( \\%data )\n\n Subdomain deactivation tasks\n\n On a reconfiguration, we need make sure that DNS record are added, even for\n disabled subdomains.\n\n Param hashref \\%data Domain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub disableSub\n{\n    my ( $self, $data ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedDisableSub', $data );\n    $rs ||= $self->addSub( $data );\n    $rs ||= $self->{'events'}->trigger( 'afterNamedDisableSub', $data );\n}\n\n=item deleteSub( \\%data )\n\n Subdomain deletion tasks\n\n Param hashref \\%data Subdomain data\n Return int 0 on success, other on failure\n\n=cut\n\nsub deleteSub\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless $self->{'config'}->{'BIND_MODE'} eq 'master';\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'wrkDir'}/$data->{'PARENT_DOMAIN_NAME'}.db\"\n    );\n    return 1 unless defined( my $fileC = $file->getAsRef());\n\n    unless ( exists $self->{'serials'}->{$data->{'PARENT_DOMAIN_NAME'}} ) {\n        my $rs = $self->_updateSerial(\n            $data->{'PARENT_DOMAIN_NAME'}, $fileC, $fileC\n        );\n        return $rs if $rs;\n    }\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedDelSub', $fileC, $data );\n    return $rs if $rs;\n\n    ${ $fileC } = replaceBloc(\n        \"; sub [$data->{'DOMAIN_NAME'}] entry BEGIN\\n\",\n        \"; sub [$data->{'DOMAIN_NAME'}] entry ENDING\\n\",\n        '',\n        ${ $fileC }\n    );\n    $rs = $self->{'events'}->trigger( 'afterNamedDelSub', \\$fileC, $data );\n    $rs ||= $file->save();\n    $rs ||= $self->_compileZone( $data->{'PARENT_DOMAIN_NAME'}, $file->{'filename'} );\n    $self->{'reload'} = TRUE unless $rs;\n    $rs;\n}\n\n=item addCustomDNS( \\%data )\n\n Custom DNS addition tasks\n\n Param hashref \\%data Custom DNS data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addCustomDNS\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless $self->{'config'}->{'BIND_MODE'} eq 'master';\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'wrkDir'}/$data->{'DNS_ZONE'}.db\"\n    );\n    return 1 unless defined( my $fileC = $file->getAsRef());\n\n    unless ( exists $self->{'serials'}->{$data->{'DNS_ZONE'}} ) {\n        my $rs = $self->_updateSerial( $data->{'DNS_ZONE'}, $fileC, $fileC );\n        # Even though, we do not want operate directly on the intermediate zone\n        # file (see below), wee still need save changes regarding SOA rr.\n        $rs ||= $file->save();\n        return $rs if $rs;\n    }\n\n    # We don't want operate directly on the intermediate zone file as this\n    # would remove default RRs which are overridden by custom DNS RRs, and\n    # this would make difficult to restore them later on without triggering\n    # a full reconfiguration. Thus, we copy the content of te intermediate zone\n    # file in a temporary file and we work on that file instead. Doing this\n    # means that custom DNS records won't never be added in intermediate zone\n    # files.\n    my $fileTMP = File::Temp->new( UNLINK => false );\n    print $fileTMP ${ $fileC };\n    $fileTMP->close();\n    $file = iMSCP::File->new( filename => $fileTMP->filename());\n    return 1 unless defined( $fileC = $file->getAsRef());\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeNamedAddCustomDNS', $fileC, $data\n    );\n    return $rs if $rs;\n\n    my $fh;\n    unless ( open( $fh, '<', $fileC ) ) {\n        error( sprintf( \"Couldn't open in-memory file handle: %s\", $! ));\n        return 1;\n    }\n\n    my $defaultRRs = '';\n    my $origin = $data->{'DNS_ZONE'} . '.';\n\n    ENTRY: while ( my $entry = <$fh> ) {\n        if ( $entry =~ /^\\$ORIGIN\\s+([^\\s]+)/\n            || index( $entry, '$' ) == 0\n            || index( $entry, ';' ) != -1\n            || index( $entry, ')' ) == 0\n        ) {\n            $origin = $1 if defined $1;\n            $defaultRRs .= $entry;\n            next ENTRY;\n        }\n\n        # Skip default DNS RR which are overridden by a custom DNS RR\n        if ( @{ $data->{'DNS_RR'} } ) {\n            # Process $ORIGIN substitutions\n            $entry =~ s/\\@/$origin/g;\n            # Add $ORIGIN to unqualified names\n            $entry =~ s/^(\\S+?[^\\s.])\\s+/$1.$origin\\t/;\n\n            for my $rr ( @{ $data->{'DNS_RR'} } ) {\n                # Custom DNS record is one of A, AAAA or CNAME and\n                # the default DNS RR name/type is equal to the custom DNS RR name\n                next ENTRY if grep ( $_ eq $rr->{'type'}, qw/ A CNAME / )\n                    && $entry =~ /^\\Q$rr->{'name'}\\E(?:\\s+\\d+)?\\s+$rr->{'class'}\\s+(A|CNAME)\\s/;\n                next ENTRY if grep ( $_ eq $rr->{'type'}, qw/ AAAA CNAME / )\n                    && $entry =~ /^\\Q$rr->{'name'}\\E(?:\\s+\\d+)?\\s+$rr->{'class'}\\s+(AAAA|CNAME)\\s/;\n\n                # Evaluates next custom DNS RR if there is no name/class/type\n                # matching\n                next if $entry !~ /^\\Q$rr->{'name'}\\E(?:\\s+\\d+)?\\s+$rr->{'class'}\\s+$rr->{'type'}\\s/;\n\n                # Skips the default DNS RR if there is a name/class/type\n                # matching, and if the type is other than TXT.\n                next ENTRY if $rr->{'type'} ne 'TXT';\n\n                # Skips default DNS RR if there is a name/class/type matching\n                # and if the RDATA part of both DNS RR represent one of\n                # following DNS RRs: spf, dkim, adsp\n                next ENTRY if (\n                    index( $entry, '\"v=spf1' ) != -1\n                        && index( $rr->{'rdata'}, '\"v=spf1' ) != -1\n                ) || (\n                    index( $entry, '\"v=DKIM1;' ) != -1\n                        && index( $rr->{'rdata'}, '\"v=DKIM1;' ) != -1\n                ) || (\n                    index( $entry, '\"dkim=' ) != -1\n                        && index( $rr->{'rdata'}, '\"dkim=' ) != -1\n                )\n            }\n        }\n\n        $defaultRRs .= $entry;\n    }\n\n    close( $fh );\n    chomp( $defaultRRs );\n\n    ${ $fileC } = <<\"EOF\";\n$defaultRRs\n; custom DNS records BEGIN\n@{ [\n    join \"\\n\", map (\n        \"$_->{'name'}\\t$_->{'ttl'}\\t$_->{'class'}\\t$_->{'type'}\\t$_->{'rdata'}\", \n        @{ $data->{'DNS_RR'} }\n    )\n] }\n; custom DNS records ENDING\nEOF\n    undef $defaultRRs;\n    $rs = $self->{'events'}->trigger(\n        'afterNamedAddCustomDNS', $fileC, $data\n    );\n    $rs ||= $file->save();\n    $rs ||= $self->_compileZone( $data->{'DNS_ZONE'}, $fileTMP->filename());\n    $self->{'reload'} = TRUE unless $rs;\n    $rs;\n}\n\n=item restart( )\n\n Restart Bind9\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedRestart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->restart(\n        $self->{'config'}->{'NAMED_SERVICE'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterNamedRestart' );\n}\n\n=item reload( )\n\n Reload Bind9\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub reload\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeNamedReload' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->reload(\n        $self->{'config'}->{'NAMED_SERVICE'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterNamedReload' );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::named::bind\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self }{qw/ restart reload serials seen_zones events /} = (\n        FALSE, FALSE, {}, {}, iMSCP::EventManager->getInstance()\n    );\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/bind\";\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'wrkDir'} = \"$self->{'cfgDir'}/working\";\n    $self->{'tplDir'} = \"$self->{'cfgDir'}/parts\";\n    $self->_mergeConfig() if -f \"$self->{'cfgDir'}/bind.data.dist\";\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'cfgDir'}/bind.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n    $self;\n}\n\n=item _mergeConfig( )\n\n Merge distribution configuration with production configuration\n\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self ) = @_;\n\n    if ( -f \"$self->{'cfgDir'}/bind.data\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/bind.data.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/bind.data\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'oldConfig'} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/bind.data.dist\"\n    )->moveFile( \"$self->{'cfgDir'}/bind.data\" ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=item _addDmnConfig( \\%data )\n\n Add domain DNS configuration\n\n Param hashref \\%data Data as provided by the Domain|SubAlias modules\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addDmnConfig\n{\n    my ( $self, $data ) = @_;\n\n    my ( $name, $dir ) = fileparse(\n        $self->{'config'}->{'BIND_LOCAL_CONF_FILE'}\n            || $self->{'config'}->{'BIND_CONF_FILE'}\n    );\n    my $file = iMSCP::File->new(\n        filename => File::Spec->catfile( $self->{'wrkDir'}, $name )\n    );\n    return 1 unless defined( my $fileC = $file->getAsRef());\n\n    my $tpl = \"cfg_$self->{'config'}->{'BIND_MODE'}.tpl\";\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate', 'bind', $tpl, \\my $tplFileC, $data\n    );\n    return $rs if $rs;\n\n    unless ( defined $tplFileC ) {\n        return 1 unless defined(\n            $tplFileC = iMSCP::File->new(\n                filename => File::Spec->catfile( $self->{'tplDir'}, $tpl )\n            )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforeNamedAddDmnConfig', $fileC, \\$tplFileC, $data\n    );\n    return $rs if $rs;\n\n    my $tags = {\n        BIND_DB_FORMAT => $self->{'config'}->{'BIND_DB_FORMAT'} =~ s/=\\d//r,\n        DOMAIN_NAME    => $data->{'DOMAIN_NAME'}\n    };\n\n    if ( $self->{'config'}->{'BIND_MODE'} eq 'master' ) {\n        if ( $self->{'config'}->{'SECONDARY_DNS'} ne 'no' ) {\n            $tags->{'SECONDARY_DNS'} = join(\n                '; ', split( /(?:[;,]| )/, $self->{'config'}->{'SECONDARY_DNS'} )\n            ) . '; localhost;';\n        } else {\n            $tags->{'SECONDARY_DNS'} = 'localhost;';\n        }\n    } else {\n        $tags->{'PRIMARY_DNS'} = join(\n            '; ', split( /(?:[;,]| )/, $self->{'config'}->{'PRIMARY_DNS'} )\n        ) . ';';\n    }\n\n    $tplFileC = \"// imscp [$data->{'DOMAIN_NAME'}] entry BEGIN\\n\"\n        . process( $tags, $tplFileC )\n        . \"// imscp [$data->{'DOMAIN_NAME'}] entry ENDING\\n\";\n    ${ $fileC } = replaceBloc(\n        \"// imscp [$data->{'DOMAIN_NAME'}] entry BEGIN\\n\",\n        \"// imscp [$data->{'DOMAIN_NAME'}] entry ENDING\\n\",\n        '',\n        ${ $fileC }\n    );\n    ${ $fileC } = replaceBloc(\n        \"// imscp [{ENTRY_ID}] entry BEGIN\\n\",\n        \"// imscp [{ENTRY_ID}] entry ENDING\\n\",\n        $tplFileC,\n        ${ $fileC },\n        TRUE\n    );\n    $rs = $self->{'events'}->trigger(\n        'afterNamedAddDmnConfig', $fileC, $data\n    );\n    $rs ||= $file->save();\n    $rs ||= $file->copyFile( File::Spec->catfile( $dir, $name ));\n}\n\n=item _deleteDmnConfig( \\%data )\n\n Delete domain DNS configuration\n\n Param hashref \\%data Data as provided by the Domain|SubAlias modules\n Return int 0 on success, other on failure\n\n=cut\n\nsub _deleteDmnConfig\n{\n    my ( $self, $data ) = @_;\n\n    my ( $name, $dir ) = fileparse(\n        $self->{'config'}->{'BIND_LOCAL_CONF_FILE'}\n            || $self->{'config'}->{'BIND_CONF_FILE'}\n    );\n\n    my $file = iMSCP::File->new(\n        filename => File::Spec->catfile( $self->{'wrkDir'}, $name )\n    );\n    return 1 unless defined( my $fileC = $file->getAsRef());\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeNamedDelDmnConfig', $fileC, $data\n    );\n    return $rs if $rs;\n\n    ${ $fileC } = replaceBloc(\n        \"// imscp [$data->{'DOMAIN_NAME'}] entry BEGIN\\n\",\n        \"// imscp [$data->{'DOMAIN_NAME'}] entry ENDING\\n\",\n        '',\n        ${ $fileC }\n    );\n    $rs = $self->{'events'}->trigger(\n        'afterNamedDelDmnConfig', $fileC, $data\n    );\n    $rs ||= $file->save();\n    $rs ||= $file->copyFile( File::Spec->catfile( $dir, $name ));\n}\n\n=item _addDmnDb( \\%data )\n\n Add domain DNS zone file\n\n Param hashref \\%data Data as provided by the Domain|SubAlias modules\n Return int 0 on success, other on failure\n\n=cut\n\nsub _addDmnDb\n{\n    my ( $self, $data ) = @_;\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'wrkDir'}/$data->{'DOMAIN_NAME'}.db\"\n    );\n    my $fileC;\n\n    if ( -f $file->{'filename'} && !defined( $fileC = $file->getAsRef()) ) {\n        return 1;\n    }\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate', 'bind', 'db.tpl', \\my $tplFileC, $data\n    );\n    return $rs if $rs;\n\n    unless ( defined $tplFileC ) {\n        return 1 unless defined(\n            $tplFileC = iMSCP::File->new(\n                filename => \"$self->{'tplDir'}/db.tpl\"\n            )->get()\n        );\n    }\n\n    $rs = $self->_updateSerial( $data->{'DOMAIN_NAME'}, \\$tplFileC, $fileC );\n    $rs ||= $self->{'events'}->trigger( 'beforeNamedAddDmnDb', \\$tplFileC, $data );\n    return $rs if $rs;\n\n    my $nsRRb = getBloc(\n        \"; domain NS records BEGIN\\n\",\n        \"; domain NS records ENDING\\n\",\n        $tplFileC\n    );\n    my $gRRb = getBloc(\n        \"; domain NS GLUE records BEGIN\\n\",\n        \"; domain NS GLUE records ENDING\\n\",\n        $tplFileC\n    );\n    my $net = iMSCP::Net->getInstance();\n    my $domainIP = $net->isRoutableAddr( $data->{'DOMAIN_IP'} )\n        ? $data->{'DOMAIN_IP'}\n        : $data->{'BASE_SERVER_PUBLIC_IP'};\n\n    unless ( $nsRRb eq '' && $gRRb eq '' ) {\n        my @nsIPs = (\n            $domainIP,\n            ( $self->{'config'}->{'SECONDARY_DNS'} eq 'no'\n                ? () : split /(?:[;,]| )/, $self->{'config'}->{'SECONDARY_DNS'}\n            )\n        );\n        my ( $nsRR, $gRR ) = ( '', '' );\n\n        for my $ipAddrType ( qw/ ipv4 ipv6 / ) {\n            my $nsNumber = 1;\n            for my $ipAddr ( @nsIPs ) {\n                next unless $net->getAddrVersion( $ipAddr ) eq $ipAddrType;\n                $nsRR .= process(\n                    { NS_NAME => 'ns' . $nsNumber }, $nsRRb\n                ) if $nsRRb ne '';\n                $gRR .= process(\n                    {\n                        NS_NAME    => 'ns' . $nsNumber,\n                        NS_IP_TYPE => $ipAddrType eq 'ipv4' ? 'A' : 'AAAA',\n                        NS_IP      => $ipAddr\n                    },\n                    $gRRb\n                ) if $gRRb ne '';\n                $nsNumber++;\n            }\n        }\n\n        $tplFileC = replaceBloc(\n            \"; domain NS records BEGIN\\n\",\n            \"; domain NS records ENDING\\n\",\n            $nsRR,\n            $tplFileC\n        ) if $nsRRb ne '';\n\n        $tplFileC = replaceBloc(\n            \"; domain NS GLUE records BEGIN\\n\",\n            \"; domain NS GLUE records ENDING\\n\",\n            $gRR,\n            $tplFileC\n        ) if $gRRb ne '';\n    }\n\n    my $mailEntry = '';\n    if ( $data->{'MAIL_ENABLED'} ) {\n        $mailEntry = process(\n            {\n                BASE_SERVER_IP_TYPE => $net->getAddrVersion(\n                    $data->{'BASE_SERVER_PUBLIC_IP'}\n                ) eq 'ipv4' ? 'A' : 'AAAA',\n                BASE_SERVER_IP      => $data->{'BASE_SERVER_PUBLIC_IP'}\n            },\n            getBloc(\n                \"; domain MAIL records BEGIN\\n\",\n                \"; domain MAIL records ENDING\\n\",\n                $tplFileC\n            )\n        )\n    }\n\n    $tplFileC = replaceBloc(\n        \"; domain MAIL records BEGIN\\n\",\n        \"; domain MAIL records ENDING\\n\",\n        $mailEntry,\n        $tplFileC\n    );\n\n    $tplFileC = process(\n        {\n            DOMAIN_NAME => $data->{'DOMAIN_NAME'},\n            IP_TYPE     => $net->getAddrVersion( $domainIP ) eq 'ipv4'\n                ? 'A' : 'AAAA',\n            DOMAIN_IP   => $domainIP\n        },\n        $tplFileC\n    );\n\n    $rs = $self->{'events'}->trigger(\n        'afterNamedAddDmnDb', \\$tplFileC, $data\n    );\n    return $rs if $rs;\n\n    local $UMASK = 027;\n    $rs = $file->set( $tplFileC );\n    $rs ||= $file->save();\n    $rs ||= $self->_compileZone( $data->{'DOMAIN_NAME'}, $file->{'filename'} );\n}\n\n=item _updateSerial( $zone, \\$nFileC, \\$oFileC )\n\n Update SOA serial number for the given zone\n \n Note: Format follows RFC 1912 section 2.2 recommendations.\n\n Param string zone Zone name\n Param scalarref \\$nFileC Zone file content\n Param scalarref \\$oFileC Old zone file content\n Return int 0 on success, other on failure\n\n=cut\n\nsub _updateSerial\n{\n    my ( $self, $zone, $nFileC, $oFileC ) = @_;\n\n    $oFileC = $nFileC unless defined ${ $oFileC };\n\n    if ( ${ $oFileC } !~ /^\\s+(?:(?<date>\\d{8})(?<nn>\\d{2})|(?<placeholder>\\{TIMESTAMP\\}))\\s*;[^\\n]*\\n/m ) {\n        error( sprintf(\n            \"Couldn't update SOA serial number for the %s DNS zone\", $zone\n        ));\n        return 1;\n    }\n\n    my %rc = %+;\n    my ( $d, $m, $y ) = ( gmtime() )[3 .. 5];\n    my $nowDate = sprintf( \"%d%02d%02d\", $y+1900, $m+1, $d );\n\n    if ( exists $+{'placeholder'} ) {\n        $self->{'serials'}->{$zone} = $nowDate . '00';\n        ${ $nFileC } = process(\n            { TIMESTAMP => $self->{'serials'}->{$zone} }, ${ $nFileC }\n        );\n        return 0;\n    }\n\n    if ( $rc{'date'} >= $nowDate ) {\n        $rc{'nn'}++;\n        if ( $rc{'nn'} >= 99 ) {\n            $rc{'date'}++;\n            $rc{'nn'} = '00';\n        }\n    } else {\n        $rc{'date'} = $nowDate;\n        $rc{'nn'} = '00';\n    }\n\n    $self->{'serials'}->{$zone} = $rc{'date'} . $rc{'nn'};\n    ${ $nFileC } =~ s/^(\\s+)(?:\\d{10}|\\{TIMESTAMP\\})(\\s*;[^\\n]*\\n)/$1$self->{'serials'}->{$zone}$2/m;\n    0;\n}\n\n=item _compileZone( $zone, $filename )\n\n Compiles the given zone\n \n Param string $zone Zone name\n Param string $filename Path to zone filename (zone in text format)\n Return int 0 on success, other on error\n \n=cut\n\nsub _compileZone\n{\n    my ( $self, $zone, $filename ) = @_;\n\n    local $UMASK = 027;\n    my $rs = execute(\n        [\n            $self->{'config'}->{'NAMED_COMPILEZONE'},\n            '-f', 'text',\n            '-F', $self->{'config'}->{'BIND_DB_FORMAT'},\n            '-s', 'relative',\n            '-o', \"$self->{'config'}->{'BIND_DB_MASTER_DIR'}/$zone.db\",\n            $zone,\n            $filename\n        ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if !$rs && length $stdout;\n    error( sprintf(\n        \"Couldn't compile the '%s' DNS zone: %s%s\", $zone, $stdout, $stderr\n    )) if $rs;\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/named.pm",
    "content": "=head1 NAME\n\n Servers::named - i-MSCP named server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::named;\n\nuse strict;\nuse warnings;\n\n# named server instance\nmy $instance;\n\n=head1 DESCRIPTION\n\n i-MSCP named server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item factory( )\n\n Create and return named server instance\n\n Also trigger uninstallation of old named server when required.\n\n Return named server instance\n\n=cut\n\nsub factory\n{\n    return $instance if defined $instance;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'NAMED_PACKAGE' ) : $::imscpConfig{'NAMED_PACKAGE'};\n\n    if ( %::imscpOldConfig\n        && exists $::imscpOldConfig{'NAMED_PACKAGE'}\n        && $::imscpOldConfig{'NAMED_PACKAGE'} ne ''\n        && $::imscpOldConfig{'NAMED_PACKAGE'} ne $package\n    ) {\n        eval \"require $::imscpOldConfig{'NAMED_PACKAGE'}\";\n        die( $@ ) if $@;\n\n        my $rs = $::imscpOldConfig{'NAMED_PACKAGE'}->getInstance()->uninstall();\n        die( sprintf( \"Couldn't uninstall the '%s' server\", $::imscpOldConfig{'NAMED_PACKAGE'} )) if $rs;\n    }\n\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $instance = $package->getInstance();\n}\n\n=item getPriority( )\n\n Get server priority\n\n Return int Server priority\n\n=cut\n\nsub getPriority\n{\n    20;\n}\n\n=item can( $method )\n\n Checks if the named server package provides the given method\n\n Param string $method Method name\n Return subref|undef\n\n=cut\n\nsub can\n{\n    my ( undef, $method ) = @_;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'NAMED_PACKAGE' ) : $::imscpConfig{'NAMED_PACKAGE'};\n    eval \"require $package\";\n    die( $@ ) if $@;\n\n    $package->can( $method );\n}\n\nEND\n    {\n        return if $? || !$instance || ( defined $::execmode\n            && $::execmode eq 'setup'\n        );\n\n        if ( $instance->{'restart'} ) {\n            $? = $instance->restart();\n        } elsif ( $instance->{'reload'} ) {\n            $? = $instance->reload();\n        }\n    }\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/noserver.pm",
    "content": "=head1 NAME\n\n Servers::noserver - i-MSCP noserver server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::noserver;\n\nuse strict;\nuse warnings;\nuse parent 'Common::SingletonClass';\n\n# noserver server instance\nmy $instance;\n\n=head1 DESCRIPTION\n\n i-MSCP noserver server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item factory( )\n\n Create and return noserver server instance\n\n Return Servers::noserver\n\n=cut\n\nsub factory\n{\n    return $instance if defined $instance;\n\n    $instance = __PACKAGE__->getInstance();\n    @{ $instance }{qw/ start restart reload /} = ( 0, 0, 0 );\n    $instance;\n}\n\n=item getPriority( )\n\n Get server priority\n\n Return int Server priority\n\n=cut\n\nsub getPriority\n{\n    0;\n}\n\n=item can( $method )\n\n Checks if the server class provide the given method\n\n Param string $method Method name\n Return undef\n\n=cut\n\nsub can\n{\n    undef;\n}\n\n=item AUTOLOAD( )\n\n Catch any call to unexistent method\n\n Return int 0\n\n=cut\n\nsub AUTOLOAD\n{\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/php.pm",
    "content": "=head1 NAME\n\n Servers::noserver - i-MSCP PHP server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::php;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dir;\nuse iMSCP::Service;\nuse Servers::httpd;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP PHP server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item factory( )\n\n Create and return system server instance\n\n Return local server instance\n\n=cut\n\nsub factory\n{\n    my ( $class ) = @_;\n\n    $class->getInstance();\n}\n\n=item getPriority( )\n\n Get server priority\n\n Return int Server priority\n\n=cut\n\nsub getPriority\n{\n    60;\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n \n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    eval {\n        my $service = iMSCP::Service->getInstance();\n\n        for my $version (\n            iMSCP::Dir->new( dirname => '/etc/php' )->getDirs()\n        ) {\n            next if $version !~ /^[0-9.]+$/\n                || $self->{'phpConfig'}->{'PHP_VERSION'} eq $version;\n\n            $service->stop( sprintf( 'php%s-fpm', $version ));\n            $service->disable( sprintf( 'php%s-fpm', $version ));\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::php\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'phpConfig'} = Servers::httpd->factory()->{'phpConfig'};\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/po/courier/installer.pm",
    "content": "=head1 NAME\n\n Servers::po::courier::installer - i-MSCP Courier IMAP/POP3 Server installer implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-201 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::po::courier::installer;\n\nuse strict;\nuse warnings;\nuse File::Spec;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Config;\nuse iMSCP::Crypt qw/ ALPHA64 decryptRijndaelCBC encryptRijndaelCBC randomStr /;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute qw/ execute executeNoWait /;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Mount qw/ addMountEntry isMountpoint mount umount /;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Stepper qw/ startDetail endDetail step /;\nuse iMSCP::Service;\nuse iMSCP::SystemUser;\nuse iMSCP::TemplateParser qw/ process replaceBloc /;\nuse iMSCP::Umask '$UMASK';\nuse Servers::mta::postfix;\nuse Servers::po::courier;\nuse Servers::sqld;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Courier IMAP/POP3 Server installer implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    my $rs = $events->register(\n        'beforeMtaBuildMainCfFile', sub { $self->configurePostfix( @_ ); }\n    );\n    $rs ||= $events->register(\n        'beforeMtaBuildMasterCfFile', sub { $self->configurePostfix( @_ ); }\n    );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    #$self->{'po'}->stop();\n    0;\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_setupSqlUser();\n    $rs ||= $self->_buildConf();\n    $rs ||= $self->_setupSASL();\n    $rs ||= $self->_migrateFromDovecot();\n    $rs ||= $self->_oldEngineCompatibility();\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval {\n        my @toEnableServices = (\n            'AUTHDAEMON_SNAME', 'POPD_SNAME', 'IMAPD_SNAME'\n        );\n        my @toDisableServices = ();\n\n        if ( $::imscpConfig{'SERVICES_SSL_ENABLED'} eq 'yes' ) {\n            push @toEnableServices, 'POPD_SSL_SNAME', 'IMAPD_SSL_SNAME';\n        } else {\n            push @toDisableServices, 'POPD_SSL_SNAME', 'IMAPD_SSL_SNAME';\n        }\n\n        my $serviceMngr = iMSCP::Service->getInstance();\n        for my $service ( @toEnableServices ) { ;\n            $serviceMngr->enable( $self->{'config'}->{$service} );\n        }\n\n        for my $service ( @toDisableServices ) {\n            $serviceMngr->stop( $self->{'config'}->{$service} );\n            $serviceMngr->disable( $self->{'config'}->{$service} );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [\n                sub { $self->{'po'}->restart(); },\n                'Courier IMAP/POP, Courier Authdaemon'\n            ];\n            0;\n        },\n        5\n    );\n}\n\n=back\n\n=head1 EVENT LISTENERS\n\n=over 4\n\n=item configurePostfix( \\$fileContent, $fileName )\n\n Injects configuration for both, maildrop MDA and Cyrus SASL in Postfix configuration files.\n\n Listener that listen on the following events:\n  - beforeMtaBuildMainCfFile\n  - beforeMtaBuildMasterCfFile\n\n Param string \\$fileContent Configuration file content\n Param string $fileName Configuration filename\n Return int 0 on success, other on failure\n\n=cut\n\nsub configurePostfix\n{\n    my ( $self, $fileContent, $fileName ) = @_;\n\n    if ( $fileName eq 'main.cf' ) {\n        return $self->{'events'}->register( 'afterMtaBuildConf', sub {\n            $self->{'mta'}->postconf( (\n                # Maildrop MDA parameters\n                virtual_transport                      => {\n                    action => 'replace',\n                    values => [ 'maildrop' ]\n                },\n                maildrop_destination_concurrency_limit => {\n                    action => 'replace',\n                    values => [ '2' ]\n                },\n                maildrop_destination_recipient_limit   => {\n                    action => 'replace',\n                    values => [ '1' ]\n                },\n                # Cyrus SASL parameters\n                smtpd_sasl_type                        => {\n                    action => 'replace',\n                    values => [ 'cyrus' ]\n                },\n                smtpd_sasl_path                        => {\n                    action => 'replace',\n                    values => [ 'smtpd' ]\n                },\n                smtpd_sasl_auth_enable                 => {\n                    action => 'replace',\n                    values => [ 'yes' ]\n                },\n                smtpd_sasl_security_options            => {\n                    action => 'replace',\n                    values => [ 'noanonymous' ]\n                },\n                smtpd_sasl_authenticated_header        => {\n                    action => 'replace',\n                    values => [ 'yes' ]\n                },\n                broken_sasl_auth_clients               => {\n                    action => 'replace',\n                    values => [ 'yes' ]\n                },\n                # SMTP restrictions\n                smtpd_helo_restrictions                => {\n                    action => 'add',\n                    values => [ 'permit_sasl_authenticated' ],\n                    after  => qr/permit_mynetworks/\n                },\n                smtpd_sender_restrictions              => {\n                    action => 'add',\n                    values => [ 'permit_sasl_authenticated' ],\n                    after  => qr/permit_mynetworks/\n                },\n                smtpd_recipient_restrictions           => {\n                    action => 'add',\n                    values => [ 'permit_sasl_authenticated' ],\n                    after  => qr/permit_mynetworks/\n                }\n            ));\n        } );\n    }\n\n    if ( $fileName eq 'master.cf' ) {\n        ${ $fileContent } .= process(\n            {\n                MTA_MAILBOX_UID_NAME => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n                MTA_MAILBOX_GID_NAME => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'}\n            },\n            <<'EOF'\nmaildrop  unix  -       n       n       -       -       pipe\n flags=DRhu user={MTA_MAILBOX_UID_NAME}:{MTA_MAILBOX_GID_NAME} argv=maildrop -w 90 -d ${user}@${nexthop} ${extension} ${recipient} ${user} ${nexthop} ${sender}\nEOF\n        );\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::po::courier::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'po'} = Servers::po::courier->getInstance();\n    $self->{'mta'} = Servers::mta::postfix->getInstance();\n    $self->{'cfgDir'} = $self->{'po'}->{'cfgDir'};\n    $self->{'config'} = $self->{'po'}->{'config'};\n    $self;\n}\n\n=item _setupSqlUser( )\n\n Setup SQL user\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupSqlUser\n{\n    my ( $self ) = @_;\n\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my %config = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `name`, `value`\n                FROM `config`\n                WHERE `name` LIKE 'COURIER_AUTHDAEMON_SQL_%'\n            \",\n            { Columns => [ 1, 2 ] }\n        ) };\n\n        if ( length $config{'COURIER_AUTHDAEMON_SQL_USER'} ) {\n            $config{'COURIER_AUTHDAEMON_SQL_USER'} = decryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'COURIER_AUTHDAEMON_SQL_USER'}\n            );\n        } else {\n            $config{'COURIER_AUTHDAEMON_SQL_USER'} = 'courier_' . randomStr(\n                8, ALPHA64\n            );\n        }\n\n        if ( length $config{'COURIER_AUTHDAEMON_SQL_USER_PASSWD'} ) {\n            $config{'COURIER_AUTHDAEMON_SQL_USER_PASSWD'} = decryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'COURIER_AUTHDAEMON_SQL_USER_PASSWD'}\n            );\n        } else {\n            $config{'COURIER_AUTHDAEMON_SQL_USER_PASSWD'} = randomStr(\n                16, ALPHA64\n            );\n        }\n\n        (\n            $self->{'_courier_authdaemon_sql_user'},\n            $self->{'_courier_authdaemon_sql_user_passwd'}\n        ) = (\n            $config{'COURIER_AUTHDAEMON_SQL_USER'},\n            $config{'COURIER_AUTHDAEMON_SQL_USER_PASSWD'}\n        );\n\n        $dbh->do(\n            '\n                INSERT INTO `config` (`name`,`value`)\n                VALUES (?,?),(?,?)\n                ON DUPLICATE KEY UPDATE `name` = `name`\n            ',\n            undef,\n            'COURIER_AUTHDAEMON_SQL_USER',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'COURIER_AUTHDAEMON_SQL_USER'}\n            ),\n            'COURIER_AUTHDAEMON_SQL_USER_PASSWD',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'COURIER_AUTHDAEMON_SQL_USER_PASSWD'}\n            )\n        );\n\n        my $sqlServer = Servers::sqld->factory();\n\n        for my $host (\n            $::imscpOldConfig{'DATABASE_USER_HOST'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' )\n        ) {\n            next unless length $host;\n            for my $user (\n                $config{'COURIER_AUTHDAEMON_SQL_USER'},\n                $self->{'dovecot'}->{'oldConfig'}->{'DATABASE_USER'} # Transitional\n            ) {\n                next unless length $user;\n                $sqlServer->dropUser( $user, $host );\n            }\n        }\n\n        $sqlServer->createUser(\n            $config{'COURIER_AUTHDAEMON_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' ),\n            $config{'COURIER_AUTHDAEMON_SQL_USER_PASSWD'},\n        );\n\n        $dbh->do(\n            \"\n                GRANT SELECT\n                ON `@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] }`.`mail_users`\n                TO ?\\@?\n            \",\n            undef,\n            $config{'COURIER_AUTHDAEMON_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' )\n        );\n\n        0;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _buildConf( )\n\n Build courier configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildConf\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_buildDHparametersFile();\n    $rs ||= $self->_buildAuthdaemonrcFile();\n    $rs ||= $self->_buildSslConfFiles();\n    return $rs if $rs;\n\n    my $data = {\n        DATABASE_HOST        => ::setupGetQuestion( 'DATABASE_HOST' ),\n        DATABASE_PORT        => ::setupGetQuestion( 'DATABASE_PORT' ),\n        DATABASE_USER        => $self->{'_courier_authdaemon_sql_user'},\n        DATABASE_PASSWORD    => $self->{'_courier_authdaemon_sql_user_passwd'},\n        DATABASE_NAME        => ::setupGetQuestion( 'DATABASE_NAME' ),\n        HOST_NAME            => ::setupGetQuestion( 'SERVER_HOSTNAME' ),\n        MTA_MAILBOX_UID      => ( scalar getpwnam( $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'} ) ),\n        MTA_MAILBOX_GID      => ( scalar getgrnam( $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'} ) ),\n        MTA_VIRTUAL_MAIL_DIR => $self->{'mta'}->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}\n    };\n\n    my %cfgFiles = (\n        authmysqlrc     => [\n            \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/authmysqlrc\", # Dest path\n            $self->{'config'}->{'AUTHDAEMON_USER'},                # Owner\n            $self->{'config'}->{'AUTHDAEMON_GROUP'},               # Group\n            0640                                                   # Permissions\n        ],\n        'quota-warning' => [\n            $self->{'config'}->{'QUOTA_WARN_MSG_PATH'},           # Dest path\n            $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'}, # Owner\n            $::imscpConfig{'ROOT_GROUP'},                         # Group\n            0640                                                  # Permissions\n        ]\n    );\n\n    {\n        local $UMASK = 027; # authmysqlrc file must not be created/copied world-readable\n\n        for my $conffile ( keys %cfgFiles ) {\n            $rs = $self->{'events'}->trigger(\n                'onLoadTemplate', 'courier', $conffile, \\my $cfgTpl, $data\n            );\n            return $rs if $rs;\n\n            unless ( defined $cfgTpl ) {\n                return 1 unless defined(\n                    $cfgTpl = iMSCP::File->new(\n                        filename => \"$self->{'cfgDir'}/$conffile\"\n                    )->get()\n                );\n            }\n\n            $rs = $self->{'events'}->trigger(\n                'beforePoBuildConf', \\$cfgTpl, $conffile\n            );\n            return $rs if $rs;\n\n            $cfgTpl = process( $data, $cfgTpl );\n\n            $rs = $self->{'events'}->trigger(\n                'afterPoBuildConf', \\$cfgTpl, $conffile\n            );\n            return $rs if $rs;\n\n            my $file = iMSCP::File->new(\n                filename => $cfgFiles{$conffile}->[0]\n            );\n            $file->set( $cfgTpl );\n\n            $rs = $file->save();\n            $rs ||= $file->owner(\n                $cfgFiles{$conffile}->[1], $cfgFiles{$conffile}->[2]\n            );\n            $rs ||= $file->mode( $cfgFiles{$conffile}->[3] );\n            return $rs if $rs;\n        }\n    }\n\n    return 0 unless -f \"$self->{'cfgDir'}/imapd.local\";\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'config'}->{'COURIER_CONF_DIR'}/imapd\"\n    );\n    return 1 unless defined( my $fileContent = $file->get());\n\n    $fileContent = replaceBloc(\n        qr/(:?^\\n)?# Servers::po::courier::installer - BEGIN\\n/m,\n        qr/# Servers::po::courier::installer - ENDING\\n/,\n        '',\n        $fileContent\n    );\n\n    $fileContent .= <<\"EOF\";\n\n# Servers::po::courier::installer - BEGIN\n. $self->{'cfgDir'}/imapd.local\n# Servers::po::courier::installer - ENDING\nEOF\n    $file->set( $fileContent );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0644 );\n}\n\n=item _setupSASL( )\n\n Setup SASL for Postfix\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupSASL\n{\n    my ( $self ) = @_;\n\n    # Add postfix user in `mail' group to make it able to access\n    # authdaemon rundir\n    my $rs = iMSCP::SystemUser->new()->addToGroup(\n        $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n        $self->{'mta'}->{'config'}->{'POSTFIX_USER'}\n    );\n    return $rs if $rs;\n\n    # Mount authdaemon socket directory in Postfix chroot\n    # Postfix won't be able to connect to socket located outside of its chroot\n    my $fsSpec = File::Spec->canonpath(\n        $self->{'config'}->{'AUTHLIB_SOCKET_DIR'}\n    );\n    my $fsFile = File::Spec->canonpath(\n        \"$self->{'mta'}->{'config'}->{'POSTFIX_QUEUE_DIR'}/$self->{'config'}->{'AUTHLIB_SOCKET_DIR'}\"\n    );\n    my $fields = {\n        fs_spec    => $fsSpec,\n        fs_file    => $fsFile,\n        fs_vfstype => 'none',\n        fs_mntops  => 'bind,slave'\n    };\n\n    local $@;\n    eval { iMSCP::Dir->new( dirname => $fsFile )->make(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs = addMountEntry(\n        \"$fields->{'fs_spec'} $fields->{'fs_file'} $fields->{'fs_vfstype'} $fields->{'fs_mntops'}\"\n    );\n    $rs ||= mount( $fields ) unless isMountpoint( $fields->{'fs_file'} );\n\n    # Build Cyrus SASL smtpd.conf configuration file\n\n    $rs ||= $self->{'events'}->trigger(\n        'onLoadTemplate', 'courier', 'smtpd.conf', \\my $cfgTpl\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/sasl/smtpd.conf\"\n            )->get()\n        );\n    }\n\n    $cfgTpl = process(\n        {\n            PWCHECK_METHOD  => $self->{'config'}->{'PWCHECK_METHOD'},\n            LOG_LEVEL       => $self->{'config'}->{'LOG_LEVEL'},\n            MECH_LIST       => $self->{'config'}->{'MECH_LIST'},\n            AUTHDAEMON_PATH => $self->{'config'}->{'AUTHDAEMON_PATH'}\n        },\n        $cfgTpl\n    );\n\n    local $UMASK = 027; # smtpd.conf file must not be created/copied world-readable\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'config'}->{'SASL_CONF_DIR'}/smtpd.conf\"\n    );\n    $file->set( $cfgTpl );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n}\n\n=item _buildDHparametersFile( )\n\n Build the DH parameters file with a stronger size (2048 instead of 768)\n\n Fix: #IP-1401\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildDHparametersFile\n{\n    my ( $self ) = @_;\n\n    return 0 unless iMSCP::ProgramFinder::find(\n        'certtool'\n    ) || iMSCP::ProgramFinder::find(\n        'mkdhparams'\n    );\n\n    if ( -f \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/dhparams.pem\" ) {\n        my $rs = execute(\n            [\n                'openssl',\n                'dhparam',\n                '-in', \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/dhparams.pem\",\n                '-text',\n                '-noout'\n            ],\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stderr || 'Unknown error' ) if $rs;\n        if ( $rs == 0 && $stdout =~ /\\((\\d+)\\s+bit\\)/ && $1 >= 2048 ) {\n            return 0; # Don't regenerate file if not needed\n        }\n\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/dhparams.pem\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    startDetail();\n\n    my $rs = step(\n        sub {\n            my ( $tmpFile, $cmd );\n\n            if ( iMSCP::ProgramFinder::find( 'certtool' ) ) {\n                $tmpFile = File::Temp->new( UNLINK => FALSE );\n                $tmpFile->close();\n                $cmd = \"certtool --generate-dh-params --sec-param medium > $tmpFile\";\n            } else {\n                $cmd = 'DH_BITS=2048 mkdhparams';\n            }\n\n            my $output = '';\n            my $stdRoutine = sub {\n                return if $_[0] =~ /^[.+]/;\n                chomp( $_[0] );\n                step( undef, <<\"EOF\", 1, 1 );\nGenerating DH parameter file\n\n$_[0]\nEOF\n            };\n\n            my $rs = executeNoWait(\n                $cmd,\n                ( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose\n                    ? undef : $stdRoutine\n                ),\n                $stdRoutine\n            );\n            error( $output || 'Unknown error' ) if $rs;\n            $rs ||= iMSCP::File->new(\n                filename => $tmpFile->filename()\n            )->moveFile(\n                \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/dhparams.pem\"\n            ) if defined $tmpFile;\n            $rs;\n        }, 'Generating DH parameter file', 1, 1\n    );\n    endDetail();\n    $rs;\n}\n\n=item _buildAuthdaemonrcFile( )\n\n Build the authdaemonrc file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildAuthdaemonrcFile\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'onLoadTemplate', 'courier', 'authdaemonrc', \\my $cfgTpl, {}\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/authdaemonrc\"\n            )->get()\n        );\n    }\n\n    $rs = $self->{'events'}->trigger(\n        'beforePoBuildAuthdaemonrcFile', \\$cfgTpl, 'authdaemonrc'\n    );\n    return $rs if $rs;\n\n    $cfgTpl =~ s/authmodulelist=\".*\"/authmodulelist=\"authmysql\"/;\n\n    $rs = $self->{'events'}->trigger(\n        'afterPoBuildAuthdaemonrcFile', \\$cfgTpl, 'authdaemonrc'\n    );\n    return $rs if $rs;\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/authdaemonrc\"\n    );\n    $file->set( $cfgTpl );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $self->{'config'}->{'AUTHDAEMON_USER'},\n        $self->{'config'}->{'AUTHDAEMON_GROUP'}\n    );\n    $rs ||= $file->mode( 0660 );\n}\n\n=item _buildSslConfFiles( )\n\n Build ssl configuration file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildSslConfFiles\n{\n    my ( $self ) = @_;\n\n    return 0 unless ::setupGetQuestion(\n        'SERVICES_SSL_ENABLED', 'no'\n    ) eq 'yes';\n\n    for my $conffile ( $self->{'config'}->{'COURIER_IMAP_SSL'},\n        $self->{'config'}->{'COURIER_POP_SSL'}\n    ) {\n        my $rs = $self->{'events'}->trigger(\n            'onLoadTemplate', 'courier', $conffile, \\my $cfgTpl, {}\n        );\n        return $rs if $rs;\n\n        unless ( defined $cfgTpl ) {\n            return 1 unless defined(\n                $cfgTpl = iMSCP::File->new(\n                    filename => \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/$conffile\"\n                )->get()\n            );\n        }\n\n        $rs = $self->{'events'}->trigger(\n            'beforePoBuildSslConfFile', \\$cfgTpl, $conffile\n        );\n        return $rs if $rs;\n\n        if ( $cfgTpl =~ /^TLS_CERTFILE=/gm ) {\n            $cfgTpl =~ s!^(TLS_CERTFILE=).*!$1$::imscpConfig{'CONF_DIR'}/imscp_services.pem!gm;\n        } else {\n            $cfgTpl .= \"TLS_CERTFILE=$::imscpConfig{'CONF_DIR'}/imscp_services.pem\\n\";\n        }\n\n        $rs = $self->{'events'}->trigger(\n            'afterPoBuildSslConfFile', \\$cfgTpl, $conffile\n        );\n        return $rs if $rs;\n\n        my $file = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/$conffile\"\n        );\n        $file->set( $cfgTpl );\n        $rs = $file->save();\n        $rs ||= $file->owner(\n            $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n        );\n        $rs ||= $file->mode( 0644 );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item _migrateFromDovecot( )\n\n Migrate mailboxes from Dovecot\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _migrateFromDovecot\n{\n    my ( $self ) = @_;\n\n    return 0 unless $::imscpOldConfig{'PO_SERVER'} eq 'dovecot';\n\n    my $rs = $self->{'events'}->trigger( 'beforePoMigrateFromDovecot' );\n    return $rs if $rs;\n\n    $rs = execute(\n        [\n            'perl',\n            \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlVendor/courier-dovecot-migrate.pl\",\n            '--to-courier', '--quiet', '--convert', '--overwrite', '--recursive',\n            $self->{'mta'}->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}\n        ],\n        \\my $stdout, \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    $self->{'po'}->{'forceMailboxesQuotaRecalc'} = TRUE;\n    $::imscpOldConfig{'PO_SERVER'} = 'courier';\n    $::imscpOldConfig{'PO_PACKAGE'} = 'Servers::po::courier';\n    $self->{'events'}->trigger( 'afterPoMigrateFromDovecot' );\n}\n\n=item _oldEngineCompatibility( )\n\n Remove old files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _oldEngineCompatibility\n{\n    my ( $self ) = @_;\n\n    if ( -f \"$self->{'cfgDir'}/courier.old.data\" ) {\n        my $rs = iMSCP::File->new(\n            filename => \"$self->{'cfgDir'}/courier.old.data\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    if ( -f \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/userdb\" ) {\n        my $file = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/userdb\"\n        );\n        $file->set( '' );\n        my $rs = $file->save();\n        $rs ||= $file->mode( 0600 );\n\n        $rs ||= execute(\n            [\n                'makeuserdb',\n                '-f', \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/userdb\"\n            ],\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n    }\n\n    # Remove postfix user from authdaemon group.\n    # It is now added in mail group (since 1.5.0)\n    my $rs = iMSCP::SystemUser->new()->removeFromGroup(\n        $self->{'config'}->{'AUTHDAEMON_GROUP'},\n        $self->{'mta'}->{'config'}->{'POSTFIX_USER'}\n    );\n    return $rs if $rs;\n\n    # Remove old authdaemon socket private/authdaemon mount directory.\n    # Replaced by var/run/courier/authdaemon (since 1.5.0)\n    my $fsFile = File::Spec->canonpath(\n        \"$self->{'mta'}->{'config'}->{'POSTFIX_QUEUE_DIR'}/private/authdaemon\"\n    );\n    $rs ||= umount( $fsFile );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Dir->new( dirname => $fsFile )->remove(); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/po/courier/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::po::courier::uninstaller - i-MSCP Courier server uninstaller\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::po::courier::uninstaller;\n\nuse strict;\nuse warnings;\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt 'decryptRijndaelCBC';\nuse iMSCP::Database;\nuse iMSCP::Debug 'error';\nuse iMSCP::File;\nuse iMSCP::Mount qw/ removeMountEntry umount /;\nuse iMSCP::SystemUser;\nuse iMSCP::TemplateParser qw/ getBloc replaceBloc process /;\nuse Servers::mta;\nuse Servers::po::courier;\nuse Servers::sqld;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Courier server uninstaller.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item uninstall( )\n\n Process uninstall tasks\n\n Return int 0 on success, die on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    # In setup context, uninstallation must be delayed, else we won't be able\n    # to connect to SQL server\n    if ( $::execmode eq 'setup' ) {\n        return $self->{'events'}->getInstance()->register(\n            'afterSqldPreinstall',\n            sub { $self->_uninstall(); }\n        );\n    }\n\n    $self->_uninstall();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::po::courier::uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'po'} = Servers::po::courier->getInstance();\n    $self->{'mta'} = Servers::mta->factory();\n    $self->{'events'} = $self->{'po'}->{'events'};\n    $self->{'cfgDir'} = $self->{'po'}->{'cfgDir'};\n    $self->{'config'} = $self->{'po'}->{'config'};\n    $self;\n}\n\n=item _uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _uninstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my ( $courierAuthdaemonSqlUser ) = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `value`\n                FROM `config`\n                WHERE `name` = 'COURIER_AUTHDAEMON_SQL_USER'\n            \"\n        ) };\n\n        if ( defined $courierAuthdaemonSqlUser ) {\n            $courierAuthdaemonSqlUser = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $courierAuthdaemonSqlUser\n            );\n\n            for my $host (\n                $::imscpOldConfig{'DATABASE_USER_HOST'},\n                $::imscpConfig{'DATABASE_USER_HOST'}\n            ) {\n                next unless length $host;\n                Servers::sqld->factory()->dropUser(\n                    $courierAuthdaemonSqlUser, $host\n                );\n            }\n        }\n\n        $dbh->do(\n            \"DELETE FROM `config` WHERE `name` LIKE 'COURIER_AUTHDAEMON_SQL_%'\"\n        );\n\n        # Umount the courier-authdaemon rundir from the Postfix chroot\n        my $fsFile = File::Spec->canonpath(\n            \"$self->{'mta'}->{'config'}->{'POSTFIX_QUEUE_DIR'}/$self->{'config'}->{'AUTHLIB_SOCKET_DIR'}\"\n        );\n        my $rs = removeMountEntry( qr%.*?[ \\t]+\\Q$fsFile\\E(?:/|[ \\t]+)[^\\n]+% );\n        $rs ||= umount( $fsFile );\n        return $rs if $rs;\n\n        iMSCP::Dir->new( dirname => $fsFile )->remove();\n\n        # Remove the `postfix' user from the `mail' group\n        $rs = iMSCP::SystemUser->new()->removeFromGroup(\n            $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n            $self->{'mta'}->{'config'}->{'POSTFIX_USER'}\n        );\n        return $rs if $rs;\n\n        # Remove i-MSCP configuration stanza from the courier-imap daemon\n        # configuration file\n        if ( -f \"$self->{'config'}->{'COURIER_CONF_DIR'}/imapd\" ) {\n            my $file = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'COURIER_CONF_DIR'}/imapd\"\n            );\n            return 1 unless defined( my $fileContent = $file->get());\n\n            $fileContent = replaceBloc(\n                qr/(:?^\\n)?# Servers::po::courier::installer - BEGIN\\n/m,\n                qr/# Servers::po::courier::installer - ENDING\\n/,\n                '',\n                $fileContent\n            );\n\n            $file->set( $fileContent );\n\n            $rs = $file->save();\n            $rs ||= $file->owner(\n                $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n            );\n            $rs ||= $file->mode( 0644 );\n            return $rs if $rs;\n        }\n\n        # Remove the configuration file for SASL\n        if ( -f \"$self->{'config'}->{'SASL_CONF_DIR'}/smtpd.conf\" ) {\n            $rs = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'SASL_CONF_DIR'}/smtpd.conf\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        # Remove the systemd-tmpfiles file\n        if ( -f '/etc/tmpfiles.d/courier-authdaemon.conf' ) {\n            $rs = iMSCP::File->new(\n                filename => '/etc/tmpfiles.d/courier-authdaemon.conf'\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        # Remove the quota warning script\n        if ( -f $self->{'config'}->{'QUOTA_WARN_MSG_PATH'} ) {\n            $rs = iMSCP::File->new(\n                filename => $self->{'config'}->{'QUOTA_WARN_MSG_PATH'}\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        0;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/po/courier.pm",
    "content": "=head1 NAME\n\n Servers::po::courier - i-MSCP Courier IMAP/POP3 Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::po::courier;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat Servers::po::courier::installer Servers::po::courier::uninstaller /;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Config;\nuse iMSCP::Debug qw/ debug error getMessageByType /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Service;\nuse List::MoreUtils 'uniq';\nuse Servers::mta;\nuse Sort::Naturally;\nuse Tie::File;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Courier IMAP/POP3 Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners(\\%events)\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    Servers::po::courier::installer->getInstance()->registerSetupListeners(\n        $events\n    );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoPreinstall', 'courier' );\n    $rs ||= Servers::po::courier::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterPoPreinstall', 'courier' );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoInstall', 'courier' );\n    $rs ||= Servers::po::courier::installer->getInstance()->install();\n    $rs ||= $self->{'events'}->trigger( 'afterPoInstall', 'courier' );\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoPostinstall', 'courier' );\n    $rs ||= Servers::po::courier::installer->getInstance()->postinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterPoPostinstall', 'courier' );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoUninstall', 'courier' );\n    $rs ||= Servers::po::courier::uninstaller->getInstance()->uninstall();\n    $rs ||= $self->{'events'}->trigger( 'afterPoUninstall', 'courier' );\n    return $rs if $rs;\n\n    if ( iMSCP::Service->getInstance()->hasService(\n        $self->{'config'}->{'AUTHDAEMON_SNAME'}\n    ) ) {\n        $self->{'restart'} = TRUE;\n    } else {\n        $self->{'restart'} = FALSE;\n    }\n\n    0;\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoSetEnginePermissions' );\n    return $rs if $rs;\n\n    if ( -d $self->{'config'}->{'AUTHLIB_SOCKET_DIR'} ) {\n        $rs ||= setRights( $self->{'config'}->{'AUTHLIB_SOCKET_DIR'}, {\n            user  => $self->{'config'}->{'AUTHDAEMON_USER'},\n            group => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n            mode  => '0750'\n        } );\n        return $rs if $rs;\n    }\n\n    $rs = setRights( \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/authmysqlrc\", {\n        user  => $self->{'config'}->{'AUTHDAEMON_USER'},\n        group => $self->{'config'}->{'AUTHDAEMON_GROUP'},\n        mode  => '0660'\n    } );\n    $rs ||= setRights( $self->{'config'}->{'QUOTA_WARN_MSG_PATH'}, {\n        user  => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0640'\n    } );\n    return $rs if $rs;\n\n    if ( -f \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/dhparams.pem\" ) {\n        $rs = setRights(\n            \"$self->{'config'}->{'AUTHLIB_CONF_DIR'}/dhparams.pem\",\n            {\n                user  => $self->{'config'}->{'AUTHDAEMON_USER'},\n                group => $self->{'config'}->{'AUTHDAEMON_GROUP'},\n                mode  => '0600'\n            }\n        );\n        return $rs if $rs;\n    }\n\n    $self->{'events'}->trigger( 'afterPoSetEnginePermissions' );\n}\n\n=item addMail( \\%data )\n\n Process addMail tasks\n\n Param hash \\%data Mail data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addMail\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless index( $data->{'MAIL_TYPE'}, '_mail' ) != -1;\n\n    my $mailDir = \"$self->{'mta'}->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}/$data->{'DOMAIN_NAME'}/$data->{'MAIL_ACC'}\";\n    my $mailUidName = $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'};\n    my $mailGidName = $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'};\n\n    local $@;\n    eval {\n        for my $mailbox ( qw/ .Drafts .Junk .Sent .Trash / ) {\n            iMSCP::Dir->new( dirname => \"$mailDir/$mailbox\" )->make( {\n                user           => $mailUidName,\n                group          => $mailGidName,\n                mode           => 0750,\n                fixpermissions => iMSCP::Getopt->fixPermissions\n            } );\n\n            for my $dir ( qw/ cur new tmp / ) {\n                iMSCP::Dir->new( dirname => \"$mailDir/$mailbox/$dir\" )->make( {\n                    user           => $mailUidName,\n                    group          => $mailGidName,\n                    mode           => 0750,\n                    fixpermissions => iMSCP::Getopt->fixPermissions\n                } );\n            }\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    my @subscribedFolders = qw/\n        INBOX.Drafts INBOX.Junk INBOX.Sent INBOX.Trash\n    /;\n    my $subscriptionsFile = iMSCP::File->new(\n        filename => \"$mailDir/courierimapsubscribed\"\n    );\n\n    if ( -f \"$mailDir/courierimapsubscribed\" ) {\n        return 1 unless defined(\n            my $subscriptionsFileContent = $subscriptionsFile->get()\n        );\n\n        if ( $subscriptionsFileContent ne '' ) {\n            @subscribedFolders = nsort uniq(\n                @subscribedFolders, split( /\\n/, $subscriptionsFileContent\n            ));\n        }\n    }\n\n    $subscriptionsFile->set( ( join \"\\n\", @subscribedFolders ) . \"\\n\" );\n    my $rs = $subscriptionsFile->save();\n    $rs ||= $subscriptionsFile->owner( $mailUidName, $mailGidName );\n    $rs ||= $subscriptionsFile->mode( 0640 );\n    return $rs if $rs;\n\n    if ( $data->{'MAIL_QUOTA'} ) {\n        if ( $self->{'forceMailboxesQuotaRecalc'}\n            || ( $self->{'execMode'} eq 'backend' && $data->{'STATUS'} eq 'tochange' )\n            || !-f \"$mailDir/maildirsize\"\n        ) {\n            $rs = execute(\n                [ 'maildirmake', '-q', \"$data->{'MAIL_QUOTA'}S\", $mailDir ],\n                \\my $stdout,\n                \\my $stderr\n            );\n            debug( $stdout ) if length $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n\n            my $file = iMSCP::File->new( filename => \"$mailDir/maildirsize\" );\n            $rs ||= $file->owner( $mailUidName, $mailGidName );\n            $rs = $file->mode( 0640 );\n            return $rs if $rs;\n        }\n\n        return 0;\n    }\n\n    if ( -f \"$mailDir/maildirsize\" ) {\n        $rs = iMSCP::File->new(\n            filename => \"$mailDir/maildirsize\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item start( )\n\n Start courier servers\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub start\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoStart' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        my $serviceMngr = iMSCP::Service->getInstance();\n\n        for my $service ( qw/\n            AUTHDAEMON_SNAME\n            POPD_SNAME\n            IMAPD_SNAME\n        / ) {\n            $serviceMngr->start( $self->{'config'}->{$service} );\n        }\n\n        if ( $::imscpConfig{'SERVICES_SSL_ENABLED'} eq 'yes' ) {\n            for my $service ( qw/\n                POPD_SSL_SNAME\n                IMAPD_SSL_SNAME\n            / ) {\n                $serviceMngr->start( $self->{'config'}->{$service} );\n            }\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterPoStart' );\n}\n\n=item stop( )\n\n Stop courier servers\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub stop\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoStop' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        my $serviceMngr = iMSCP::Service->getInstance();\n        for my $service ( qw/\n            AUTHDAEMON_SNAME\n            POPD_SNAME\n            POPD_SSL_SNAME\n            IMAPD_SNAME\n            IMAPD_SSL_SNAME /\n        ) {\n            $serviceMngr->stop( $self->{'config'}->{$service} );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterPoStop' );\n}\n\n=item restart( )\n\n Restart courier servers\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoRestart' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        my @toRestartServices = qw/ AUTHDAEMON_SNAME POPD_SNAME IMAPD_SNAME /;\n        if ( $::imscpConfig{'SERVICES_SSL_ENABLED'} eq 'yes' ) {\n            push @toRestartServices, 'POPD_SSL_SNAME', 'IMAPD_SSL_SNAME';\n        }\n\n        my $serviceMngr = iMSCP::Service->getInstance();\n        for my $service ( @toRestartServices ) {\n            $serviceMngr->restart( $self->{'config'}->{$service} );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterPoRestart' );\n}\n\n=item getTraffic( $trafficDb [, $trafficDataSrc, $indexDb ] )\n\n Get IMAP/POP3 traffic data\n\n Param hashref \\%trafficDb Traffic database\n Param string $logFile Path to SMTP log file from which traffic data must be extracted (only when self-called)\n Param hashref $trafficIndexDb Traffic index database (only when self-called)\n Return void, die on failure\n\n=cut\n\nsub getTraffic\n{\n    my ( $self, $trafficDb, $logFile, $trafficIndexDb ) = @_;\n\n    $logFile ||= \"$::imscpConfig{'TRAFF_LOG_DIR'}/$::imscpConfig{'MAIL_TRAFF_LOG'}\";\n\n    if ( -f -s $logFile ) {\n        # We use an index database file to keep trace of the last processed log\n        $trafficIndexDb or tie %{ $trafficIndexDb },\n            'iMSCP::Config',\n            fileName => \"$::imscpConfig{'IMSCP_HOMEDIR'}/traffic_index.db\",\n            nodie    => TRUE;\n\n        my ( $idx, $idxContent ) = (\n            $trafficIndexDb->{'po_lineNo'} || 0,\n            $trafficIndexDb->{'po_lineContent'}\n        );\n\n        # Create a snapshot of current log file state\n        my $snapshotFH = File::Temp->new();\n        iMSCP::File->new(\n            filename => $logFile\n        )->copyFile(\n            $snapshotFH->filename(), { preserve => 'no' }\n        ) == 0 or die( getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ) || 'Unknown error' );\n\n        # Tie the snapshot for easy handling\n        tie my @snapshot, 'Tie::File', $snapshotFH,\n            memory => 10_485_760 or die( sprintf(\n            \"Couldn't tie %s file\", $snapshotFH\n        ));\n\n        # We keep trace of the index for the live log file only\n        unless ( $logFile =~ /\\.1$/ ) {\n            $trafficIndexDb->{'po_lineNo'} = $#snapshot;\n            $trafficIndexDb->{'po_lineContent'} = $snapshot[$#snapshot];\n        }\n\n        debug( sprintf(\n            'Processing IMAP/POP3 logs from the %s file', $logFile\n        ));\n\n        # We have already seen the log file in the past. We must skip logs that were already processed\n        if ( $snapshot[$idx] && $snapshot[$idx] eq $idxContent ) {\n            debug( sprintf(\n                'Skipping logs that were already processed (lines %d to %d)',\n                1,\n                ++$idx\n            ));\n\n            my $logsFound = ( @snapshot = @snapshot[$idx .. $#snapshot] ) > 0;\n            untie( @snapshot );\n\n            unless ( $logsFound ) {\n                debug( sprintf(\n                    'No new IMAP/POP3 logs found in %s file for processing',\n                    $logFile\n                ));\n                $snapshotFH->close();\n                return;\n            }\n        } elsif ( $logFile !~ /\\.1$/ ) {\n            debug( 'Log rotation has been detected. Processing last rotated log file first' );\n            untie( @snapshot );\n            $self->getTraffic( $trafficDb, $logFile . '.1', $trafficIndexDb );\n        } else {\n            untie( @snapshot );\n        }\n\n        while ( <$snapshotFH> ) {\n            # Extract IMAP/POP3 traffic data\n            #\n            # Log line examples\n            # Apr 21 15:14:44 www pop3d: LOGOUT, user=user@domain.tld, ip=[::ffff:192.168.1.1], port=[36852], top=0, retr=0, rcvd=6, sent=30, time=0, stls=1\n            # Apr 21 15:14:55 www imapd: LOGOUT, user=user@domain.tld, ip=[::ffff:192.168.1.1], headers=0, body=0, rcvd=635, sent=1872, time=4477, starttls=1\n            # Apr 21 15:23:12 www pop3d-ssl: LOGOUT, user=user@domain.tld, ip=[::ffff:192.168.1.1], port=[59556], top=0, retr=0, rcvd=12, sent=39, time=0, stls=1\n            # Apr 21 15:24:36 www imapd-ssl: LOGOUT, user=user@domain.tld, ip=[::ffff:192.168.1.1], headers=0, body=0, rcvd=50, sent=374, time=10, starttls=1\n            next unless /(?:imapd|pop3d(:?-ssl)):.*user=[^\\@]+\\@(?<domain>[^,]+).*rcvd=(?<rcvd>\\d+).*sent=(?<sent>\\d+)/o\n                && exists $trafficDb->{$+{'domain'}};\n\n            $trafficDb->{$+{'domain'}} += ( $+{'rcvd'}+$+{'sent'} );\n        }\n\n        $snapshotFH->close();\n    } elsif ( $logFile !~ /\\.1$/ && -f -s $logFile . '.1' ) {\n        # The log file is empty. We need to check the last rotated log file\n        # to extract traffic from possible unprocessed logs\n        debug(\n            'The %s log file is empty. Processing last rotated log file',\n            $logFile\n        );\n        $self->getTraffic( $trafficDb, $logFile . '.1', $trafficIndexDb );\n    } else {\n        # There are no new logs found for processing\n        debug( sprintf(\n            'No new IMAP/POP3 logs found in %s file for processing', $logFile\n        ));\n    }\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::po::courier\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'restart'} = FALSE;\n    $self->{'forceMailboxesQuotaRecalc'} = FALSE;\n    $self->{'execMode'} = ( defined $::execmode && $::execmode eq 'setup' )\n        ? 'setup' : 'backend';\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'mta'} = Servers::mta->factory();\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/courier\";\n    $self->_mergeConfig() if -f \"$self->{'cfgDir'}/courier.data.dist\";\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'cfgDir'}/courier.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n    $self;\n}\n\n=item _mergeConfig( )\n\n Merge distribution configuration with production configuration\n\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self ) = @_;\n\n    if ( -f \"$self->{'cfgDir'}/courier.data\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/courier.data.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/courier.data\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'oldConfig'} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/courier.data.dist\"\n    )->moveFile(\n        \"$self->{'cfgDir'}/courier.data\"\n    ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/po/dovecot/installer.pm",
    "content": "=head1 NAME\n\n Servers::po::dovecot::installer - i-MSCP Dovecot IMAP/POP3 Server installer implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::po::dovecot::installer;\n\nuse strict;\nuse warnings;\nuse File::Basename 'fileparse';\nuse iMSCP::Crypt qw/ ALPHA64 decryptRijndaelCBC encryptRijndaelCBC randomStr /;\nuse iMSCP::Boolean;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Service;\nuse iMSCP::TemplateParser 'process';\nuse iMSCP::Umask '$UMASK';\nuse Servers::mta::postfix;\nuse Servers::po::dovecot;\nuse Servers::sqld;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Dovecot IMAP/POP3 Server installer implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    my $rs = $events->register(\n        'beforeMtaBuildMainCfFile', sub { $self->configurePostfix( @_ ); }\n    );\n    $rs ||= $events->register(\n        'beforeMtaBuildMasterCfFile', sub { $self->configurePostfix( @_ ); }\n    );\n}\n\n=item install( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_setDovecotVersion();\n    return $rs if $rs;\n\n    local $@;\n    $rs = eval {\n        my $service = iMSCP::Service->getInstance();\n\n        # Disable dovecot.socket unit if any\n        # Dovecot as configured by i-MSCP doesn't rely on systemd activation\n        # socket.  This also solve problem on boxes where IPv6 is not\n        # available; default dovecot.socket unit file make  assumption that\n        # IPv6 is available without further checks...\n        # See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814999\n        if ( $service->isSystemd()\n            && $service->hasService( 'dovecot.socket' )\n        ) {\n            $service->stop( 'dovecot.socket' );\n            $service->disable( 'dovecot.socket' );\n        }\n\n        #$self->{'po'}->stop();\n        0;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    for my $file ( 'dovecot.conf', 'dovecot-sql.conf' ) {\n        my $rs = $self->_bkpConfFile( $file );\n        return $rs if $rs;\n    }\n\n    my $rs = $self->_makeDirs();\n    $rs ||= $self->_setupSqlUser();\n    $rs ||= $self->_buildConf();\n    $rs ||= $self->_migrateFromCourier();\n    $rs ||= $self->_oldEngineCompatibility();\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->enable(\n        $self->{'config'}->{'DOVECOT_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [ sub { $self->{'po'}->restart(); }, 'Dovecot' ];\n            0;\n        },\n        5\n    );\n}\n\n=back\n\n=head1 EVENT LISTENERS\n\n=over 4\n\n=item configurePostfix( $fileContent, $fileName )\n\n Injects configuration for both, Dovecot LDA and Dovecot SASL in Postfix\n configuration files.\n\n Listener that listen on the following events:\n  - beforeMtaBuildMainCfFile\n  - beforeMtaBuildMasterCfFile\n\n Param string \\$fileContent Configuration file content\n Param string $fileName Configuration file name\n Return int 0 on success, other on failure\n\n=cut\n\nsub configurePostfix\n{\n    my ( $self, $fileContent, $fileName ) = @_;\n\n    if ( $fileName eq 'main.cf' ) {\n        return $self->{'events'}->register( 'afterMtaBuildConf', sub {\n            $self->{'mta'}->postconf( (\n                # Dovecot LDA parameters\n                virtual_transport                     => {\n                    action => 'replace',\n                    values => [ 'dovecot' ]\n                },\n                dovecot_destination_concurrency_limit => {\n                    action => 'replace',\n                    values => [ '2' ]\n                },\n                dovecot_destination_recipient_limit   => {\n                    action => 'replace',\n                    values => [ '1' ]\n                },\n                # Dovecot SASL parameters\n                smtpd_sasl_type                       => {\n                    action => 'replace',\n                    values => [ 'dovecot' ]\n                },\n                smtpd_sasl_path                       => {\n                    action => 'replace',\n                    values => [ 'private/auth' ]\n                },\n                smtpd_sasl_auth_enable                => {\n                    action => 'replace',\n                    values => [ 'yes' ]\n                },\n                smtpd_sasl_security_options           => {\n                    action => 'replace',\n                    values => [ 'noanonymous' ]\n                },\n                smtpd_sasl_authenticated_header       => {\n                    action => 'replace',\n                    values => [ 'yes' ]\n                },\n                broken_sasl_auth_clients              => {\n                    action => 'replace',\n                    values => [ 'yes' ]\n                },\n                # SMTP restrictions\n                smtpd_helo_restrictions               => {\n                    action => 'add',\n                    values => [ 'permit_sasl_authenticated' ],\n                    after  => qr/permit_mynetworks/\n                },\n                smtpd_sender_restrictions             => {\n                    action => 'add',\n                    values => [ 'permit_sasl_authenticated' ],\n                    after  => qr/permit_mynetworks/\n                },\n                smtpd_recipient_restrictions          => {\n                    action => 'add',\n                    values => [ 'permit_sasl_authenticated' ],\n                    after  => qr/permit_mynetworks/\n                }\n            ));\n        } );\n    }\n\n    if ( $fileName eq 'master.cf' ) {\n        my $configSnippet = <<'EOF';\ndovecot   unix  -       n       n       -       -       pipe\n flags=DRhu user={MTA_MAILBOX_UID_NAME}:{MTA_MAILBOX_GID_NAME} argv={DOVECOT_DELIVER_PATH} -f ${sender} -d ${user}@${nexthop} -m INBOX.${extension}\nEOF\n        ${ $fileContent } .= process(\n            {\n                MTA_MAILBOX_UID_NAME => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n                MTA_MAILBOX_GID_NAME => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n                DOVECOT_DELIVER_PATH => $self->{'config'}->{'DOVECOT_DELIVER_PATH'}\n            },\n            $configSnippet\n        );\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::po::dovecot::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'po'} = Servers::po::dovecot->getInstance();\n    $self->{'mta'} = Servers::mta::postfix->getInstance();\n    $self->{'cfgDir'} = $self->{'po'}->{'cfgDir'};\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'wrkDir'} = \"$self->{'cfgDir'}/working\";\n    $self->{'config'} = $self->{'po'}->{'config'};\n    $self;\n}\n\n=item _makeDirs( )\n\n Create required directories\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _makeDirs\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval {\n        iMSCP::Dir->new(\n            dirname => \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/imscp.d\"\n        )->make( {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $::imscpConfig{'ROOT_GROUP'},\n            mode  => 0755\n        } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _setDovecotVersion( )\n\n Set Dovecot version\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setDovecotVersion\n{\n    my ( $self ) = @_;\n\n    my $rs = execute( [ 'dovecot', '--version' ], \\my $stdout, \\my $stderr );\n    error( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    if ( $stdout !~ m/^([\\d.]+)/ ) {\n        error( \"Couldn't guess Dovecot version\" );\n        return 1;\n    }\n\n    $self->{'config'}->{'DOVECOT_VERSION'} = $1;\n    debug( sprintf( 'Dovecot version set to: %s', $1 ));\n    0;\n}\n\n=item _bkpConfFile( $cfgFile )\n\n Backup the given file\n\n Param string $cfgFile Configuration file name\n Return int 0 on success, other on failure\n\n=cut\n\nsub _bkpConfFile\n{\n    my ( $self, $cfgFile ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoBkpConfFile', $cfgFile );\n    return $rs if $rs;\n\n    if ( -f \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/$cfgFile\" ) {\n        my $file = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/$cfgFile\"\n        );\n\n        unless ( -f \"$self->{'bkpDir'}/$cfgFile.system\" ) {\n            $rs = $file->copyFile(\n                \"$self->{'bkpDir'}/$cfgFile.system\", { preserve => 'no' }\n            );\n            return $rs if $rs;\n        } else {\n            $rs = $file->copyFile(\n                \"$self->{'bkpDir'}/$cfgFile.\" . time, { preserve => 'no' }\n            );\n            return $rs if $rs;\n        }\n    }\n\n    $self->{'events'}->trigger( 'afterPoBkpConfFile', $cfgFile );\n}\n\n=item _setupSqlUser( )\n\n Setup SQL user\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupSqlUser\n{\n    my ( $self ) = @_;\n\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my %config = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `name`, `value`\n                FROM `config`\n                WHERE `name` LIKE 'DOVECOT_SQL_%'\n            \",\n            { Columns => [ 1, 2 ] }\n        ) };\n\n        if ( length $config{'DOVECOT_SQL_USER'} ) {\n            $config{'DOVECOT_SQL_USER'} = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $config{'DOVECOT_SQL_USER'}\n            );\n        } else {\n            $config{'DOVECOT_SQL_USER'} = 'dovecot_' . randomStr(\n                8, ALPHA64\n            );\n        }\n\n        if ( length $config{'DOVECOT_SQL_USER_PASSWD'} ) {\n            $config{'DOVECOT_SQL_USER_PASSWD'} = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $config{'DOVECOT_SQL_USER_PASSWD'}\n            );\n        } else {\n            $config{'DOVECOT_SQL_USER_PASSWD'} = randomStr( 16, ALPHA64 );\n        }\n\n        (\n            $self->{'_dovecot_sql_user'}, $self->{'_dovecot_sql_user_passwd'}\n        ) = (\n            $config{'DOVECOT_SQL_USER'}, $config{'DOVECOT_SQL_USER_PASSWD'}\n        );\n\n        $dbh->do(\n            '\n                INSERT INTO `config` (`name`,`value`)\n                VALUES (?,?),(?,?)\n                ON DUPLICATE KEY UPDATE `name` = `name`\n            ',\n            undef,\n            'DOVECOT_SQL_USER',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'DOVECOT_SQL_USER'}\n            ),\n            'DOVECOT_SQL_USER_PASSWD',\n            encryptRijndaelCBC(\n                $::imscpDBKey,\n                $::imscpDBiv,\n                $config{'DOVECOT_SQL_USER_PASSWD'}\n            )\n        );\n\n        my $sqlServer = Servers::sqld->factory();\n\n        for my $host (\n            $::imscpOldConfig{'DATABASE_USER_HOST'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' )\n        ) {\n            next unless length $host;\n            for my $user (\n                $config{'DOVECOT_SQL_USER'},\n                $self->{'dovecot'}->{'oldConfig'}->{'DATABASE_USER'} # Transitional\n            ) {\n                next unless length $user;\n                $sqlServer->dropUser( $user, $host );\n            }\n        }\n\n        $sqlServer->createUser(\n            $config{'DOVECOT_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' ),\n            $config{'DOVECOT_SQL_USER_PASSWD'},\n        );\n\n        $dbh->do(\n            \"\n                GRANT SELECT\n                ON `@{ [ ::setupGetQuestion( 'DATABASE_NAME' ) ] }`.`mail_users`\n                TO ?\\@?\n            \",\n            undef,\n            $config{'DOVECOT_SQL_USER'},\n            ::setupGetQuestion( 'DATABASE_USER_HOST' )\n        );\n\n        0;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _buildConf( )\n\n Build dovecot configuration files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildConf\n{\n    my ( $self ) = @_;\n\n    ( my $dbName = ::setupGetQuestion( 'DATABASE_NAME' ) ) =~ s%('|\"|\\\\)%\\\\$1%g;\n    ( my $dbUser = $self->{'_dovecot_sql_user'} ) =~ s%('|\"|\\\\)%\\\\$1%g;\n    ( my $dbPass = $self->{'_dovecot_sql_user_passwd'} ) =~ s%('|\"|\\\\)%\\\\$1%g;\n\n    my $data = {\n        DATABASE_HOST                            => ::setupGetQuestion( 'DATABASE_HOST' ),\n        DATABASE_PORT                            => ::setupGetQuestion( 'DATABASE_PORT' ),\n        DATABASE_NAME                            => $dbName,\n        DATABASE_USER                            => $dbUser,\n        DATABASE_PASSWORD                        => $dbPass,\n        HOSTNAME                                 => ::setupGetQuestion( 'SERVER_HOSTNAME' ),\n        IMSCP_GROUP                              => $::imscpConfig{'IMSCP_GROUP'},\n        MTA_VIRTUAL_MAIL_DIR                     => $self->{'mta'}->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'},\n        MTA_MAILBOX_UID_NAME                     => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n        MTA_MAILBOX_GID_NAME                     => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n        MTA_MAILBOX_UID                          => scalar getpwnam( $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'} ),\n        MTA_MAILBOX_GID                          => scalar getgrnam( $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'} ),\n        NETWORK_PROTOCOLS                        => ::setupGetQuestion( 'IPV6_SUPPORT' ) ? '*, [::]' : '*',\n        POSTFIX_SENDMAIL_PATH                    => $self->{'mta'}->{'config'}->{'POSTFIX_SENDMAIL_PATH'},\n        DOVECOT_CONF_DIR                         => $self->{'config'}->{'DOVECOT_CONF_DIR'},\n        DOVECOT_DELIVER_PATH                     => $self->{'config'}->{'DOVECOT_DELIVER_PATH'},\n        DOVECOT_LDA_AUTH_SOCKET_PATH             => $self->{'config'}->{'DOVECOT_LDA_AUTH_SOCKET_PATH'},\n        DOVECOT_SASL_AUTH_SOCKET_PATH            => $self->{'config'}->{'DOVECOT_SASL_AUTH_SOCKET_PATH'},\n        DOVECOT_DEFAULT_CLIENT_LIMIT             => $self->{'config'}->{'DOVECOT_DEFAULT_CLIENT_LIMIT'},\n        DOVECOT_IMAP_LOGIN_PROCESS_LIMIT         => $self->{'config'}->{'DOVECOT_IMAP_LOGIN_PROCESS_LIMIT'},\n        DOVECOT_IMAP_LOGIN_PROCESS_MIN_AVAIL     => $self->{'config'}->{'DOVECOT_IMAP_LOGIN_PROCESS_MIN_AVAIL'},\n        DOVECOT_IMAP_LOGIN_PROCESS_SERVICE_COUNT => $self->{'config'}->{'DOVECOT_IMAP_LOGIN_PROCESS_SERVICE_COUNT'},\n        DOVECOT_IMAP_PROCESS_LIMIT               => $self->{'config'}->{'DOVECOT_IMAP_PROCESS_LIMIT'},\n        DOVECOT_IMAP_PROCESS_MIN_AVAIL           => $self->{'config'}->{'DOVECOT_IMAP_PROCESS_MIN_AVAIL'},\n        DOVECOT_IMAP_PROCESS_SERVICE_COUNT       => $self->{'config'}->{'DOVECOT_IMAP_PROCESS_SERVICE_COUNT'},\n        DOVECOT_IMAP_VSZ_LIMIT                   => $self->{'config'}->{'DOVECOT_IMAP_VSZ_LIMIT'},\n        DOVECOT_POP3_LOGIN_PROCESS_LIMIT         => $self->{'config'}->{'DOVECOT_POP3_LOGIN_PROCESS_LIMIT'},\n        DOVECOT_POP3_LOGIN_PROCESS_MIN_AVAIL     => $self->{'config'}->{'DOVECOT_POP3_LOGIN_PROCESS_MIN_AVAIL'},\n        DOVECOT_POP3_LOGIN_PROCESS_SERVICE_COUNT => $self->{'config'}->{'DOVECOT_POP3_LOGIN_PROCESS_SERVICE_COUNT'},\n        DOVECOT_POP3_PROCESS_LIMIT               => $self->{'config'}->{'DOVECOT_POP3_PROCESS_LIMIT'},\n        DOVECOT_POP3_PROCESS_MIN_AVAIL           => $self->{'config'}->{'DOVECOT_POP3_PROCESS_MIN_AVAIL'},\n        DOVECOT_POP3_PROCESS_SERVICE_COUNT       => $self->{'config'}->{'DOVECOT_POP3_PROCESS_SERVICE_COUNT'},\n        DOVECOT_MAX_USERIP_CONNECTIONS           => $self->{'config'}->{'DOVECOT_MAX_USERIP_CONNECTIONS'},\n        ENGINE_ROOT_DIR                          => $::imscpConfig{'ENGINE_ROOT_DIR'},\n        POSTFIX_USER                             => $self->{'mta'}->{'config'}->{'POSTFIX_USER'},\n        POSTFIX_GROUP                            => $self->{'mta'}->{'config'}->{'POSTFIX_GROUP'}\n    };\n\n    # Transitional code (should be removed in later version)\n    if ( -f \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/dovecot-dict-sql.conf\" ) {\n        iMSCP::File->new(\n            filename => \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/dovecot-dict-sql.conf\"\n        )->delFile();\n    }\n\n    my %cfgFiles = (\n        'dovecot.conf'             => [\n            \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/dovecot.conf\",\n            $::imscpConfig{'ROOT_USER'},\n            $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n            0640\n        ],\n        'dovecot-sql.conf'         => [\n            \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/dovecot-sql.conf\",\n            $::imscpConfig{'ROOT_USER'},\n            $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n            0640\n        ],\n        'dovecot-managesieve.conf' => [\n            \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/imscp.d/dovecot-managesieve.conf\",\n            $::imscpConfig{'ROOT_USER'},\n            $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n            0640\n        ],\n        'quota-warning'            => [\n            \"$::imscpConfig{'ENGINE_ROOT_DIR'}/quota/imscp-dovecot-quota.sh\",\n            $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n            $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n            0750\n        ]\n    );\n\n    {\n        # dovecot-sql.conf file must not be created/copied world-readable\n        local $UMASK = 027;\n\n        for my $conffile ( keys %cfgFiles ) {\n            my $rs = $self->{'events'}->trigger(\n                'onLoadTemplate', 'dovecot', $conffile, \\my $cfgTpl, $data\n            );\n            return $rs if $rs;\n\n            unless ( defined $cfgTpl ) {\n                return 1 unless defined(\n                    $cfgTpl = iMSCP::File->new(\n                        filename => \"$self->{'cfgDir'}/$conffile\"\n                    )->get()\n                );\n            }\n\n            if ( $conffile eq 'dovecot.conf' ) {\n                my $ssl = ::setupGetQuestion( 'SERVICES_SSL_ENABLED' );\n                $cfgTpl .= \"\\nssl = $ssl\\n\";\n\n                # Fixme: Find a better way to guess libssl version\n                if ( $ssl eq 'yes' ) {\n                    unless ( `ldd /usr/lib/dovecot/libdovecot-login.so | grep libssl.so` =~ /libssl.so.(\\d.\\d)/ ) {\n                        error( \"Couldn't guess libssl version against which Dovecot has been built\" );\n                        return 1;\n                    }\n\n                    $cfgTpl .= <<\"EOF\";\nssl_protocols = @{[ version->parse( $1 ) >= version->parse( '1.1' ) ? '!SSLv3 !TLSv1 !TLSv1.1' : '!SSLv2 !SSLv3 !TLSv1 !TLSv1.1' ]}\nssl_cert = <$::imscpConfig{'CONF_DIR'}/imscp_services.pem\nssl_key = <$::imscpConfig{'CONF_DIR'}/imscp_services.pem\nEOF\n                }\n            }\n\n            $rs = $self->{'events'}->trigger(\n                'beforePoBuildConf', \\$cfgTpl, $conffile\n            );\n            return $rs if $rs;\n\n            $cfgTpl = process( $data, $cfgTpl );\n\n            $rs = $self->{'events'}->trigger(\n                'afterPoBuildConf', \\$cfgTpl, $conffile\n            );\n            return $rs if $rs;\n\n            my $filename = fileparse( $cfgFiles{$conffile}->[0] );\n            my $file = iMSCP::File->new(\n                filename => \"$self->{'wrkDir'}/$filename\"\n            );\n            $file->set( $cfgTpl );\n\n            $rs = $file->save();\n            $rs ||= $file->owner(\n                $cfgFiles{$conffile}->[1], $cfgFiles{$conffile}->[2]\n            );\n            $rs ||= $file->mode( $cfgFiles{$conffile}->[3] );\n            $rs ||= $file->copyFile( $cfgFiles{$conffile}->[0] );\n            return $rs if $rs;\n        }\n    }\n\n    0;\n}\n\n=item _migrateFromCourier( )\n\n Migrate mailboxes from Courier\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _migrateFromCourier\n{\n    my ( $self ) = @_;\n\n    return 0 unless $::imscpOldConfig{'PO_SERVER'} eq 'courier';\n\n    my $rs = $self->{'events'}->trigger( 'beforePoMigrateFromCourier' );\n    return $rs if $rs;\n\n    $rs = execute(\n        [\n            'perl', \"$::imscpConfig{'ENGINE_ROOT_DIR'}/PerlVendor/courier-dovecot-migrate.pl\",\n            '--to-dovecot', '--quiet', '--convert', '--overwrite',\n            '--recursive', $self->{'mta'}->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}\n        ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    error( $stderr || 'Error while migrating from Courier to Dovecot' ) if $rs;\n\n    unless ( $rs ) {\n        $self->{'po'}->{'forceMailboxesQuotaRecalc'} = TRUE;\n        $::imscpOldConfig{'PO_SERVER'} = 'dovecot';\n        $::imscpOldConfig{'PO_PACKAGE'} = 'Servers::po::dovecot';\n    }\n\n    $rs ||= $self->{'events'}->trigger( 'afterPoMigrateFromCourier' );\n}\n\n=item _oldEngineCompatibility( )\n\n Remove old files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _oldEngineCompatibility\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger(\n        'beforePoOldEngineCompatibility'\n    );\n    return $rs if $rs;\n\n    if ( -f \"$self->{'cfgDir'}/dovecot.old.data\" ) {\n        $rs = iMSCP::File->new(\n            filename => \"$self->{'cfgDir'}/dovecot.old.data\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    $self->{'events'}->trigger( 'afterPodOldEngineCompatibility' );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/po/dovecot/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::po::dovecot::uninstaller - i-MSCP Dovecot server uninstaller\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::po::dovecot::uninstaller;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt 'decryptRijndaelCBC';\nuse iMSCP::Database;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dir;\nuse iMSCP::File;\nuse Servers::mta;\nuse Servers::po::dovecot;\nuse Servers::sqld;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Dovecot server uninstaller.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item uninstall( )\n\n Process uninstall tasks\n\n Return int 0 on success, die on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    # In setup context, uninstallation must be delayed, else we won't be able\n    # to connect to SQL server\n    if ( $::execmode eq 'setup' ) {\n        return $self->{'events'}->getInstance()->register(\n            'afterSqldPreinstall',\n            sub { $self->_uninstall(); }\n        );\n    }\n\n    $self->_uninstall();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::po::dovecot::uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'po'} = Servers::po::dovecot->getInstance();\n    $self->{'mta'} = Servers::mta->factory();\n    $self->{'events'} = $self->{'po'}->{'events'};\n    $self->{'cfgDir'} = $self->{'po'}->{'cfgDir'};\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'config'} = $self->{'po'}->{'config'};\n    $self;\n}\n\n=item _uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _uninstall\n{\n    my ( $self ) = @_;\n\n    local $@;\n    my $rs = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my ( $dovecotSqlUser ) = @{ $dbh->selectcol_arrayref(\n            \"\n                SELECT `value`\n                FROM `config`\n                WHERE `name` = 'DOVECOT_SQL_USER'\n            \"\n        ) };\n\n        if ( defined $dovecotSqlUser ) {\n            $dovecotSqlUser = decryptRijndaelCBC(\n                $::imscpDBKey, $::imscpDBiv, $dovecotSqlUser\n            );\n\n            for my $host (\n                $::imscpOldConfig{'DATABASE_USER_HOST'},\n                $::imscpConfig{'DATABASE_USER_HOST'}\n            ) {\n                next unless length $host;\n                Servers::sqld->factory()->dropUser( $dovecotSqlUser, $host );\n            }\n        }\n\n        $dbh->do(\n            \"DELETE FROM `config` WHERE `name` LIKE 'DOVECOT_SQL_%'\"\n        );\n\n        return 0 unless -d $self->{'config'}->{'DOVECOT_CONF_DIR'};\n\n        for my $file ( qw/ dovecot.conf dovecot-sql.conf / ) {\n            next unless -f \"$self->{'bkpDir'}/$file.system\";\n            my $rs = iMSCP::File->new(\n                filename => \"$self->{'bkpDir'}/$file.system\"\n            )->copyFile(\n                \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/$file\", { preserve => 'no' }\n            );\n            return $rs if $rs;\n        }\n\n        if ( -f \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/dovecot-sql.conf\" ) {\n            my $file = iMSCP::File->new(\n                filename => \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/dovecot-sql.conf\"\n            );\n            my $rs = $file->owner(\n                $::imscpConfig{'ROOT_USER'},\n                $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'}\n            );\n            $rs ||= $file->mode( 0644 );\n        }\n\n        iMSCP::Dir->new(\n            dirname => \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/imscp.d\"\n        )->remove();\n\n        0;\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/po/dovecot.pm",
    "content": "=head1 NAME\n\n Servers::po::dovecot - i-MSCP Dovecot IMAP/POP3 Server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::po::dovecot;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat Servers::po::dovecot::installer Servers::po::dovecot::uninstaller /;\nuse File::Spec;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Config;\nuse iMSCP::Debug qw/ debug error getMessageByType /;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Service;\nuse List::MoreUtils 'uniq';\nuse Servers::mta;\nuse Sort::Naturally;\nuse Tie::File;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP Dovecot IMAP/POP3 Server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    Servers::po::dovecot::installer->getInstance()->registerSetupListeners(\n        $events\n    );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoPreinstall', 'dovecot' );\n    $rs ||= Servers::po::dovecot::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterPoPreinstall', 'dovecot' );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoInstall', 'dovecot' );\n    $rs ||= Servers::po::dovecot::installer->getInstance()->install();\n    $rs ||= $self->{'events'}->trigger( 'afterPoInstall', 'dovecot' );\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoPostinstall', 'dovecot' );\n    $rs ||= Servers::po::dovecot::installer->getInstance()->postinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterPoPostinstall', 'dovecot' );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoUninstall', 'dovecot' );\n    $rs ||= Servers::po::dovecot::uninstaller->getInstance()->uninstall();\n    $rs ||= $self->{'events'}->trigger( 'afterPoUninstall', 'dovecot' );\n    return $rs if $rs;\n\n    if ( iMSCP::Service->getInstance()->hasService(\n        $self->{'config'}->{'DOVECOT_SNAME'}\n    ) ) {\n        $self->{'restart'} = TRUE;\n    } else {\n        $self->{'restart'} = FALSE;\n    }\n\n    0;\n}\n\n=item addMail( \\%data )\n\n Process addMail tasks\n\n Param hash \\%data Mail data\n Return int 0 on success, other on failure\n\n=cut\n\nsub addMail\n{\n    my ( $self, $data ) = @_;\n\n    return 0 unless index( $data->{'MAIL_TYPE'}, '_mail' ) != -1;\n\n    my $mailDir = \"$self->{'mta'}->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'}/$data->{'DOMAIN_NAME'}/$data->{'MAIL_ACC'}\";\n    my $mailUidName = $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'};\n    my $mailGidName = $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'};\n\n    # Mailboxes\n\n    # Note: We also create the sieve directory, even if sieve isn't\n    # available. See the comments about sieve below for further explanation.\n    local $@;\n    eval {\n        for my $mailbox ( qw/ .Drafts .Junk .Sent .Trash sieve / ) {\n            iMSCP::Dir->new( dirname => \"$mailDir/$mailbox\" )->make( {\n                user           => $mailUidName,\n                group          => $mailGidName,\n                mode           => 0750,\n                fixpermissions => iMSCP::Getopt->fixPermissions\n            } );\n\n            next if $mailbox eq 'sieve';\n\n            for my $dir ( qw/ cur new tmp / ) {\n                iMSCP::Dir->new( dirname => \"$mailDir/$mailbox/$dir\" )->make( {\n                    user           => $mailUidName,\n                    group          => $mailGidName,\n                    mode           => 0750,\n                    fixpermissions => iMSCP::Getopt->fixPermissions\n                } );\n            }\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    # Subscriptions\n\n    my @subscribedFolders = qw/ Drafts Junk Sent Trash /;\n    my $subscriptionsFile = iMSCP::File->new(\n        filename => \"$mailDir/subscriptions\"\n    );\n\n    if ( -f \"$mailDir/subscriptions\" ) {\n        return 1 unless defined(\n            my $subscriptionsFileContent = $subscriptionsFile->get()\n        );\n\n        if ( $subscriptionsFileContent ne '' ) {\n            @subscribedFolders = nsort uniq(\n                @subscribedFolders, split( /\\n/, $subscriptionsFileContent\n            ));\n        }\n    }\n\n    $subscriptionsFile->set( ( join \"\\n\", @subscribedFolders ) . \"\\n\" );\n    my $rs = $subscriptionsFile->save();\n    $rs ||= $subscriptionsFile->owner( $mailUidName, $mailGidName );\n    $rs ||= $subscriptionsFile->mode( 0640 );\n    return $rs if $rs;\n\n    # Sieve filters\n\n    # Unless a sieve script (filters) is already present, we provide a default\n    # one that define two rules: one for moving SPAM to Junk folder, and another\n    # one for vacation. However, by default, only the 'spam' rule need to be\n    # enabled because this doesn't make sense to enable vacation for new email\n    # accounts.\n    #\n    # If we don't do that, users will have to enable sieve through the Roundcube\n    # managesieve plugin and that's not acceptable for beginners, mostly for SPAM\n    # filtering...\n    unless ( -f \"$mailDir/sieve/managesieve.sieve\" ) {\n        my $file = iMSCP::File->new( filename => \"$self->{'cfgDir'}/sieve.default\" );\n        $rs = $file->copyFile( \"$mailDir/sieve/managesieve.sieve\", { preserve => 'no' } );\n        $rs ||= $file->owner( $mailUidName, $mailGidName );\n        $rs ||= $file->mode( 0600 );\n        return $rs if $rs;\n    }\n\n    # We need also create the symlink to the sieve filters script\n    # Note: The 'dovecot.sieve' symlink was the one created by the old\n    # RoundcubePlugins plugin (managesieve plugin configuration). It is now\n    # '.dovecot.sieve'. We need remove it if present...\n    for my $lnk ( qw/ .dovecot.sieve dovecot.sieve / ) {\n        next unless -l \"$mailDir/$lnk\";\n        $rs = iMSCP::File->new( filename => \"$mailDir/$lnk\" )->delFile();\n        return $rs if $rs;\n    }\n\n    unless ( symlink(\n        File::Spec->abs2rel( \"$mailDir/sieve/managesieve.sieve\", $mailDir ),\n        \"$mailDir/.dovecot.sieve\"\n    ) ) {\n        error( sprintf( \"Couldn't create symlink for managesieve\" ));\n        return 1;\n    }\n\n    $rs = iMSCP::File->new( filename => \"$mailDir/.dovecot.sieve\" )->owner(\n        $mailUidName, $mailGidName\n    );\n    return $rs if $rs;\n\n    # Quota\n\n    if ( $data->{'MAIL_QUOTA'} ) {\n        if ( $self->{'forceMailboxesQuotaRecalc'}\n            || ( $self->{'execMode'} eq 'backend' && $data->{'STATUS'} eq 'tochange' )\n            || !-f \"$mailDir/maildirsize\"\n        ) {\n            # TODO create maildirsize file manually (set quota definition and\n            # recalculate byte and file counts)\n            if ( -f \"$mailDir/maildirsize\" ) {\n                $rs = iMSCP::File->new(\n                    filename => \"$mailDir/maildirsize\"\n                )->delFile();\n                return $rs if $rs;\n            }\n        }\n\n        return 0;\n    }\n\n    if ( -f \"$mailDir/maildirsize\" ) {\n        $rs = iMSCP::File->new(\n            filename => \"$mailDir/maildirsize\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    0;\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoSetEnginePermissions' );\n    $rs ||= setRights( $self->{'config'}->{'DOVECOT_CONF_DIR'}, {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0755'\n    } );\n    $rs ||= setRights(\n        \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/dovecot.conf\",\n        {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n            mode  => '0640'\n        }\n    );\n    $rs ||= setRights(\n        \"$self->{'config'}->{'DOVECOT_CONF_DIR'}/dovecot-sql.conf\",\n        {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n            mode  => '0640'\n        }\n    );\n    $rs ||= setRights(\n        \"$::imscpConfig{'ENGINE_ROOT_DIR'}/quota/imscp-dovecot-quota.sh\",\n        {\n            user  => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_UID_NAME'},\n            group => $self->{'mta'}->{'config'}->{'MTA_MAILBOX_GID_NAME'},\n            mode  => '0750'\n        }\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterPoSetEnginePermissions' );\n}\n\n=item start( )\n\n Start Dovecot\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub start\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoStart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->start(\n        $self->{'config'}->{'DOVECOT_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterPoStart' );\n}\n\n=item stop( )\n\n Stop Dovecot\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub stop\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoStop' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->stop(\n        $self->{'config'}->{'DOVECOT_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterPoStop' );\n}\n\n=item restart( )\n\n Restart Dovecot\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforePoRestart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->restart(\n        $self->{'config'}->{'DOVECOT_SNAME'}\n    ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterPoRestart' );\n}\n\n=item getTraffic( $trafficDb [, $trafficDataSrc, $indexDb ] )\n\n Get IMAP/POP3 traffic data\n\n Param hashref \\%trafficDb Traffic database\n Param string $logFile Path to SMTP log file from which traffic data must be extracted (only when self-called)\n Param hashref $trafficIndexDb Traffic index database (only when self-called)\n Die on failure\n\n=cut\n\nsub getTraffic\n{\n    my ( $self, $trafficDb, $logFile, $trafficIndexDb ) = @_;\n\n    $logFile ||= \"$::imscpConfig{'TRAFF_LOG_DIR'}/$::imscpConfig{'MAIL_TRAFF_LOG'}\";\n\n    if ( -f -s $logFile ) {\n        # We use an index database file to keep trace of the last processed log\n        $trafficIndexDb or tie %{ $trafficIndexDb },\n            'iMSCP::Config',\n            fileName => \"$::imscpConfig{'IMSCP_HOMEDIR'}/traffic_index.db\",\n            nodie    => TRUE;\n\n        my ( $idx, $idxContent ) = (\n            $trafficIndexDb->{'po_lineNo'} || 0,\n            $trafficIndexDb->{'po_lineContent'}\n        );\n\n        # Create a snapshot of current log file state\n        my $snapshotFH = File::Temp->new();\n        iMSCP::File->new(\n            filename => $logFile\n        )->copyFile(\n            $snapshotFH->filename(), { preserve => 'no' }\n        ) == 0 or die( getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ) || 'Unknown error' );\n\n        # Tie the snapshot for easy handling\n        tie my @snapshot, 'Tie::File', $snapshotFH,\n            memory => 10_485_760 or die( sprintf(\n            \"Couldn't tie %s file\", $snapshotFH->filename()\n        ));\n\n        # We keep trace of the index for the live log file only\n        unless ( $logFile =~ /\\.1$/ ) {\n            $trafficIndexDb->{'po_lineNo'} = $#snapshot;\n            $trafficIndexDb->{'po_lineContent'} = $snapshot[$#snapshot];\n        }\n\n        debug( sprintf( 'Processing IMAP/POP3 logs from the %s file', $logFile ));\n\n        # We have already seen the log file in the past. We must skip logs that\n        # were already processed\n        if ( $snapshot[$idx] && $snapshot[$idx] eq $idxContent ) {\n            debug( sprintf(\n                'Skipping logs that were already processed (lines %d to %d)',\n                1,\n                ++$idx\n            ));\n\n            my $logsFound = ( @snapshot = @snapshot[$idx .. $#snapshot] ) > 0;\n            untie( @snapshot );\n\n            unless ( $logsFound ) {\n                debug( sprintf(\n                    'No new IMAP/POP3 logs found in %s file for processing', $logFile\n                ));\n                $snapshotFH->close();\n                return;\n            }\n        } elsif ( $logFile !~ /\\.1$/ ) {\n            debug( 'Log rotation has been detected. Processing last rotated log file first' );\n            untie( @snapshot );\n            $self->getTraffic( $trafficDb, $logFile . '.1', $trafficIndexDb );\n        } else {\n            untie( @snapshot );\n        }\n\n        while ( <$snapshotFH> ) {\n            # Extract IMAP/POP3 traffic data\n            #\n            # Log line examples\n            # Apr 18 23:41:48 jessie dovecot: imap(user@domain.tld): Disconnected: Logged out in=244 out=858\n            # Apr 18 23:41:48 jessie dovecot: pop3(user@domain.tld): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0, in=12, out=43\n            next unless /(?:imap|pop3)\\([^\\@]+\\@(?<domain>[^\\)]+)\\):.*in=(?<in>\\d+).*out=(?<out>\\d+)$/o\n                && exists $trafficDb->{$+{'domain'}};\n\n            $trafficDb->{$+{'domain'}} += ( $+{'in'}+$+{'out'} );\n        }\n\n        $snapshotFH->close();\n    } elsif ( $logFile !~ /\\.1$/ && -f -s $logFile . '.1' ) {\n        # The log file is empty. We need to check the last rotated log file\n        # to extract traffic from possible unprocessed logs\n        debug(\n            'The %s log file is empty. Processing last rotated log file',\n            $logFile\n        );\n        $self->getTraffic( $trafficDb, $logFile . '.1', $trafficIndexDb );\n    } else {\n        # There are no new logs found for processing\n        debug( sprintf(\n            'No new IMAP/POP3 logs found in %s file for processing', $logFile\n        ));\n    }\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::po::dovecot\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'restart'} = FALSE;\n    $self->{'forceMailboxesQuotaRecalc'} = FALSE;\n    $self->{'execMode'} = ( defined $::execmode && $::execmode eq 'setup' )\n        ? 'setup' : 'backend';\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'mta'} = Servers::mta->factory();\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/dovecot\";\n    $self->{'bkpDir'} = \"$self->{'cfgDir'}/backup\";\n    $self->{'wrkDir'} = \"$self->{'cfgDir'}/working\";\n    $self->_mergeConfig() if -f \"$self->{'cfgDir'}/dovecot.data.dist\";\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'cfgDir'}/dovecot.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n    $self;\n}\n\n=item _mergeConfig( )\n\n Merge distribution configuration with production configuration\n\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self ) = @_;\n\n    if ( -f \"$self->{'cfgDir'}/dovecot.data\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/dovecot.data.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/dovecot.data\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'oldConfig'} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/dovecot.data.dist\"\n    )->moveFile(\n        \"$self->{'cfgDir'}/dovecot.data\"\n    ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/po.pm",
    "content": "=head1 NAME\n\n Servers::po - i-MSCP po server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::po;\n\nuse strict;\nuse warnings;\n\n# po server instance\nmy $instance;\n\n=head1 DESCRIPTION\n\n i-MSCP po server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item factory( )\n\n Create and return po server instance\n\n Also trigger uninstallation of old po server when required.\n\n Return po server instance\n\n=cut\n\nsub factory\n{\n    return $instance if defined $instance;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'PO_PACKAGE' ) : $::imscpConfig{'PO_PACKAGE'};\n\n    if ( %::imscpOldConfig\n        && exists $::imscpOldConfig{'PO_PACKAGE'}\n        && $::imscpOldConfig{'PO_PACKAGE'} ne ''\n        && $::imscpOldConfig{'PO_PACKAGE'} ne $package\n    ) {\n        eval \"require $::imscpOldConfig{'PO_PACKAGE'}\";\n        die( $@ ) if $@;\n\n        my $rs = $::imscpOldConfig{'PO_PACKAGE'}->getInstance()->uninstall();\n        die( sprintf( \"Couldn't uninstall the '%s' server\", $::imscpOldConfig{'PO_PACKAGE'} )) if $rs;\n    }\n\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $instance = $package->getInstance();\n}\n\n=item getPriority( )\n\n Get server priority\n\n Return int Server priority\n\n=cut\n\nsub getPriority\n{\n    30;\n}\n\n=item can( $method )\n\n Checks if the po server package provides the given method\n\n Param string $method Method name\n Return subref|undef\n\n=cut\n\nsub can\n{\n    my ( undef, $method ) = @_;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'PO_PACKAGE' ) : $::imscpConfig{'PO_PACKAGE'};\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $package->can( $method );\n}\n\nEND\n    {\n        return if $? || !$instance || ( defined $::execmode\n            && $::execmode eq 'setup'\n        );\n\n        $? = $instance->restart() if $instance->{'restart'};\n    }\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n"
  },
  {
    "path": "engine/PerlLib/Servers/server/local/installer.pm",
    "content": "=head1 NAME\n\n Servers::server::local::installer - i-MSCP local server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::server::local::installer;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Database;\nuse DateTime::TimeZone;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dialog::InputValidation qw/\n    $LAST_VALIDATION_ERROR\n    isValidHostname isValidIpAddr isValidTimezone\n/;\nuse iMSCP::Execute 'execute';\nuse iMSCP::EventManager;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Net;\nuse Net::LibIDN qw/ idn_to_ascii idn_to_unicode /;\nuse LWP::Simple 'get';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP local server implementation\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    # Must be done early because installers can rely on this configuration\n    # parameter\n    ::setupSetQuestion( 'IPV6_SUPPORT', -f '/proc/net/if_inet6' ? 1 : 0 );\n\n    $events->register(\n        'beforeSetupDialog',\n        sub {\n            push @{ $_[0] },\n                sub { $self->dialogForServerHostname( @_ ) },\n                sub { $self->dialogForBaseServerIP( @_ ) },\n                sub { $self->dialogForBaseServerPublicIP( @_ ) },\n                sub { $self->dialogForServerTimezone( @_ ) };\n            0;\n        },\n        # We register these dialogs with a highest priority to show them\n        # before any other server/package dialog\n        999\n    );\n}\n\n=item dialogForServerHostname( \\%dialog )\n\n Dialog for server hostname\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub dialogForServerHostname\n{\n    my ( undef, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion(\n        'SERVER_HOSTNAME', ( `hostname --fqdn 2>/dev/null` || '' ) =~ s/\\n+$//r\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ local_server system_hostname hostnames all / )\n        && isValidHostname( $value )\n    ) {\n        ::setupSetQuestion( 'SERVER_HOSTNAME', $value );\n        return 20;\n    }\n\n    chomp( $value = $value || `hostname --fqdn 2>/dev/null` || '' );\n    $value = idn_to_unicode( $value, 'utf-8' );\n\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, $value ) = $dialog->string( <<\"EOF\", $value );\n${msg}Please enter your server hostname (FQHN):\nEOF\n        if ( $ret != 30 ) {\n            $value =~ s/^\\s+|\\s+$//g;\n            $msg = isValidHostname( $value ) ? '' : $LAST_VALIDATION_ERROR;\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'SERVER_HOSTNAME', idn_to_ascii( $value, 'utf-8' ));\n    0;\n}\n\n=item dialogForBaseServerIP( \\%dialog )\n\n Dialog for base server IP\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub dialogForBaseServerIP\n{\n    my ( undef, $dialog ) = @_;\n\n    my @ipList = grep ( isValidIpAddr(\n        $_, qr/(?:PRIVATE|UNIQUE-LOCAL-UNICAST|PUBLIC|GLOBAL-UNICAST)/ ),\n        iMSCP::Net->getInstance()->getAddresses()\n    );\n    @ipList or die(\n        \"Couldn't retrieve list of server IP addresses. At least one IP address must be configured.\"\n    );\n\n    my $value = ::setupGetQuestion( 'BASE_SERVER_IP' );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ local server primary_ip all / )\n        && isValidIpAddr( $value )\n        && ( $value eq '0.0.0.0' || grep( $_ eq $value, @ipList) )\n    ) {\n        return 20;\n    }\n\n    my %choices;\n    @{choices}{ @ipList, 'None' } = ( @ipList, '0.0.0.0' );\n\n    ( my $ret, $value ) = $dialog->select(\n        <<\"EOF\", \\%choices, ( grep ( $_ eq $value, @ipList, '0.0.0.0' ) )[0] // $ipList[0] );\nPlease select your server primary IP address:\n\nThe \\\\Zb'None'\\\\Zn option means that the services will be configured to listen on all interfaces.\nThis options is more suitable for Cloud computing services such as Scaleway and Amazon EC2.\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'BASE_SERVER_IP', $value );\n    0;\n}\n\n=item dialogForBaseServerPublicIP( \\%dialog )\n\n Dialog for base server public IP\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub dialogForBaseServerPublicIP\n{\n    my ( undef, $dialog ) = @_;\n\n    my $baseServerIp = ::setupGetQuestion( 'BASE_SERVER_IP' );\n    my $value = ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' );\n\n    # Try to guess the WAN IP (default value) in case BASE_SERVER_IP is not a\n    # public IP.\n    if ( !length $value\n        && !isValidIpAddr( $baseServerIp, qr/(?:PUBLIC|GLOBAL-UNICAST)/ )\n    ) {\n        chomp( $value = get( 'https://ipinfo.io/ip' )\n            || get( 'https://api.ipify.org/?format=txt' ) || ''\n        );\n\n        # If the WAN IP has been guessed and the user didn't asked for\n        # reconfiguration, we skip dialog\n        if ( length $value\n            && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ local_server primary_ip all / )\n        ) {\n            ::setupSetQuestion( 'BASE_SERVER_PUBLIC_IP', $value );\n            return 20;\n        }\n    }\n\n    # If user didn't asked for reconfiguration and the server public IP is\n    # equal to the base server IP, but not equal to the INADDR_ANY IP, we\n    # skip the dialog for the server public IP\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ local_server primary_ip all / )\n        && ( $value eq $baseServerIp && $baseServerIp ne '0.0.0.0' )\n    ) {\n        return 20;\n    }\n\n    my $wanNotSetOrInsidePrivateRange = !length $value || !isValidIpAddr(\n        $value, qr/(?:PUBLIC|GLOBAL-UNICAST)/\n    );\n\n    # IP inside private IP range?\n    if ( $dialog->executeRetval == 30\n        ||  $wanNotSetOrInsidePrivateRange\n        || grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ local_server primary_ip all / )\n    ) {\n        chomp( $value = get( 'https://ipinfo.io/ip' )\n            || get( 'https://api.ipify.org/?format=txt' ) || ''\n        ) unless length $value || grep (\n            $_ eq iMSCP::Getopt->reconfigure, qw/ local_server primary_ip all /\n        );\n\n        my ( $ret, $msg ) = ( 0, '' );\n        do {\n            ( $ret, $value ) = $dialog->string( <<\"EOF\", $value );\n${msg}Please enter your public IP address (WAN IP), or leave blank to force usage of the private IP address.\n\nIf you're behind a NAT router, you MUST not forget to forward the UDP/TCP ports for the various services:\n\n - DNS : 53 UDP/TCP ports\n - FTP : 20, 21 TCP ports, including passive TCP port range which is 32800..33800 (default) \n - HTTP: 80, 443 TCP ports, including TCP ports for the control panel which are 8880 and 8443 (default)\n - IMAP: 143, 993 TCP ports\n - POP3: 110, 995 TCP ports\n - SMTP: 25, 465, 587 TCP ports\nEOF\n            if ( $ret != 30 ) {\n                $value =~ s/^\\s+|\\s+$//g;\n\n                if ( length $value\n                    && $value ne $baseServerIp\n                    && !isValidIpAddr( $value, qr/(?:PUBLIC|GLOBAL-UNICAST)/ )\n                ) {\n                    $msg = $LAST_VALIDATION_ERROR;\n                } elsif ( !length $value ) {\n                    $value = $baseServerIp;\n                }\n\n                if ( $value eq '0.0.0.0' ) {\n                    $msg = \"\\\\Z1Invalid or unauthorized IP address.\\\\Zn\\n\\n\";\n                } else {\n                    $msg = '';\n                }\n            }\n        } while $ret != 30 && length $msg;\n        return 30 if $ret == 30;\n    }\n\n    ::setupSetQuestion( 'BASE_SERVER_PUBLIC_IP', $value );\n    0;\n}\n\n=item dialogForServerTimezone( \\%dialog )\n\n Dialog for server timezone\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (Back)\n\n=cut\n\nsub dialogForServerTimezone\n{\n    my ( undef, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion(\n        'TIMEZONE', DateTime::TimeZone->new( name => 'local' )->name()\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ local_server timezone all / )\n        && isValidTimezone( $value )\n    ) {\n        ::setupSetQuestion( 'TIMEZONE', $value );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, $value ) = $dialog->string(\n            <<\"EOF\", length $value ? $value : DateTime::TimeZone->new( name => 'local' )->name());\n${msg}Please enter the server timezone:\nEOF\n        if ( $ret != 30 ) {\n            $value =~ s/^\\s+|\\s+$//g;\n            $msg = isValidTimezone( $value ) ? '' : $LAST_VALIDATION_ERROR;\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'TIMEZONE', $value );\n    0;\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSetupKernel' );\n    return $rs if $rs;\n\n    if ( -f \"$::imscpConfig{'SYSCTL_CONF_DIR'}/imscp.conf\" ) {\n        # Don't catch any error here to avoid permission denied error on some\n        # vps due to restrictions set by provider\n        $rs = execute(\n            [\n                $::imscpConfig{'CMD_SYSCTL'},\n                '-p', \"$::imscpConfig{'SYSCTL_CONF_DIR'}/imscp.conf\"\n            ],\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if length $stdout;\n        debug( $stderr ) if length $stderr;\n    }\n\n    $self->{'events'}->trigger( 'afterSetupKernel' );\n\n    0;\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_setupHostname();\n    $rs ||= $self->_setupPrimaryIP();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::server::local::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self;\n}\n\n=item _setupHostname( )\n\n Setup server hostname\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupHostname\n{\n    my ( $self ) = @_;\n\n    my $hostname = ::setupGetQuestion( 'SERVER_HOSTNAME' );\n    my $lanIP = ::setupGetQuestion( 'BASE_SERVER_IP' );\n\n    my $rs = $self->{'events'}->trigger(\n        'beforeSetupServerHostname', \\$hostname, \\$lanIP\n    );\n    return $rs if $rs;\n\n    my @labels = split /\\./, $hostname;\n    my $host = shift @labels;\n    my $hostnameLocal = \"$hostname.local\";\n\n    my $file = iMSCP::File->new( filename => '/etc/hosts' );\n    $rs = $file->copyFile( '/etc/hosts.bkp' ) unless -f '/etc/hosts.bkp';\n    return $rs if $rs;\n\n    my $content = <<\"EOF\";\n127.0.0.1   $hostnameLocal   localhost\n$lanIP  $hostname   $host\n\n# The following lines are desirable for IPv6 capable hosts\n::1 localhost  ip6-localhost   ip6-loopback\nfe00::0 ip6-localnet\nff00::0 ip6-mcastprefix\nff02::1 ip6-allnodes\nff02::2 ip6-allrouters\nff02::3 ip6-allhosts\nEOF\n    $file->set( $content );\n\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0644 );\n    return $rs if $rs;\n\n    $file = iMSCP::File->new( filename => '/etc/hostname' );\n    $file->set( $host );\n\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0644 );\n    return $rs if $rs;\n\n    $file = iMSCP::File->new( filename => '/etc/mailname' );\n    $file->set( $hostname );\n\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0644 );\n    return $rs if $rs;\n\n    $rs = execute( 'hostname -F /etc/hostname', \\my $stdout, \\my $stderr );\n    debug( $stdout ) if length $stdout;\n    error( $stderr || \"Couldn't set server hostname\" ) if $rs;\n    $rs ||= $self->{'events'}->trigger( 'afterSetupServerHostname' );\n}\n\n=item _setupPrimaryIP( )\n\n Setup server primary IP\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _setupPrimaryIP\n{\n    my ( $self ) = @_;\n\n    my $ipAddr = ::setupGetQuestion( 'BASE_SERVER_IP' );\n\n    my $rs = $self->{'events'}->trigger( 'beforeSetupPrimaryIP', $ipAddr );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        my $ipNetmask = $ipAddr eq '0.0.0.0'\n            ? 24 : iMSCP::Net->getInstance()->getAddrNetmask( $ipAddr );\n        defined $ipNetmask or die( sprintf(\n            \"Couldn't find netmask for the '%s' IP address\", $ipAddr\n        ));\n\n        my $nic = $ipAddr eq '0.0.0.0'\n            ? 'any' : iMSCP::Net->getInstance()->getAddrDevice( $ipAddr );\n        defined $nic or die( sprintf(\n            \"Couldn't find network card for the '%s' IP address\", $ipAddr\n        ));\n\n        my $db = iMSCP::Database->factory();\n        my $oldDbName = $db->useDatabase(\n            ::setupGetQuestion( 'DATABASE_NAME' )\n        );\n\n        my $dbh = $db->getRawDb();\n\n        $dbh->do(\n            \"\n                INSERT INTO server_ips (\n                    ip_number, ip_netmask, ip_card, ip_config_mode, ip_status\n                ) VALUES(\n                    ?, ?, ?, 'manual', 'ok'\n                ) ON DUPLICATE KEY UPDATE\n                    ip_netmask = ?, ip_card = ?\n            \",\n            undef, $ipAddr, $ipNetmask, $nic, $ipNetmask, $nic\n        );\n\n        $db->useDatabase( $oldDbName ) if $oldDbName;\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterSetupPrimaryIP', $ipAddr );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/server/local.pm",
    "content": "=head1 NAME\n\n Servers::server::local - i-MSCP local server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::server::local;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'debug';\nuse iMSCP::LsbRelease;\nuse Class::Autouse qw/ :nostat Servers::server::local::installer /;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP local server implementation\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    Servers::server::local::installer->getInstance()->registerSetupListeners(\n        $events\n    );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeServerPreInstall', 'local' );\n    $rs ||= Servers::server::local::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterServerPreInstall', 'local' );\n}\n\n=item install( )\n\n Installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub install\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeServerInstall', 'local' );\n    $rs ||= Servers::server::local::installer->getInstance()->install();\n    $rs ||= $self->{'events'}->trigger( 'afterServerInstall', 'local' );\n}\n\n=item dpkgPostInvokeTasks( )\n\n dpkg(1) post-invoke tasks\n \n - Update LSB info in the master configuration file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub dpkgPostInvokeTasks\n{\n    my ( $self ) = @_;\n\n    my $lsb = iMSCP::LsbRelease->getInstance();\n\n    return 0 if lc $lsb->getId( TRUE ) eq $::imscpConfig{'DISTRO_ID'}\n        && lc $lsb->getCodename( TRUE ) eq $::imscpConfig{'DISTRO_CODENAME'}\n        && $lsb->getRelease( TRUE, TRUE ) eq $::imscpConfig{'DISTRO_RELEASE'};\n\n    debug( 'Updating LSB info in master configuration file' );\n    @{main::imscpConfig}{qw/ DISTRO_ID DISTRO_CODENAME DISTRO_RELEASE /} = (\n        lc $lsb->getId( TRUE ),\n        lc $lsb->getCodename( TRUE ),\n        $lsb->getRelease( TRUE, TRUE )\n    );\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::server::local::installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/server.pm",
    "content": "=head1 NAME\n\n Servers::server - i-MSCP local server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::server;\n\nuse strict;\nuse warnings;\n\n# system server instance\nmy $instance;\n\n=head1 DESCRIPTION\n\n i-MSCP local server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item factory( )\n\n Create and return system server instance\n\n Return local server instance\n\n=cut\n\nsub factory\n{\n    return $instance if defined $instance;\n\n    my $package = \"Servers::server::local\";\n\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $instance = $package->getInstance();\n}\n\n=item getPriority( )\n\n Get server priority\n\n Return int Server priority\n\n=cut\n\nsub getPriority\n{\n    80;\n}\n\n=item can( $method )\n\n Checks if the ftpd server package provides the given method\n\n Param string $method Method name\n Return subref|undef\n\n=cut\n\nsub can\n{\n    my ( undef, $method ) = @_;\n\n    my $package = \"Servers::server::local\";\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $package->can( $method );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/mariadb/installer.pm",
    "content": "=head1 NAME\n\n Servers::sqld::mariadb::installer - i-MSCP MariaDB server installer implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld::mariadb::installer;\n\nuse strict;\nuse warnings;\nuse Servers::sqld::mariadb;\nuse parent 'Servers::sqld::mysql::installer';\n\n=head1 DESCRIPTION\n\n i-MSCP MariaDB server installer implementation.\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::sqld::mariadb:installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'sqld'} = Servers::sqld::mariadb->getInstance();\n    $self->{'events'} = $self->{'sqld'}->{'events'};\n    $self->{'cfgDir'} = $self->{'sqld'}->{'cfgDir'};\n    $self->{'config'} = $self->{'sqld'}->{'config'};\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/mariadb/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::sqld::mariadb::uninstaller - i-MSCP MariaDB server uninstaller implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld::mariadb::uninstaller;\n\nuse strict;\nuse warnings;\nuse Servers::sqld::mariadb;\nuse parent 'Servers::sqld::mysql::uninstaller';\n\n=head1 DESCRIPTION\n\n i-MSCP MariaDB server uninstaller implementation.\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::sqld::mariadb:uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'sqld'} = Servers::sqld::mariadb->getInstance();\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/mariadb.pm",
    "content": "=head1 NAME\n\n Servers::sqld::mariadb - i-MSCP MariaDB server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld::mariadb;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat Servers::sqld::mariadb::installer Servers::sqld::mariadb::uninstaller /;\nuse iMSCP::Boolean;\nuse iMSCP::Service;\nuse iMSCP::Database;\nuse parent 'Servers::sqld::mysql';\n\n=head1 DESCRIPTION\n\n i-MSCP MariaDB server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldPreinstall', 'mariadb' );\n    $rs ||= Servers::sqld::mariadb::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterSqldPreinstall', 'mariadb' )\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldPostInstall', 'mariadb' );\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->enable( 'mysql' ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs = $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [ sub { $self->restart(); }, 'MariaDB' ];\n            0;\n        },\n        7\n    );\n\n    $rs ||= $self->{'events'}->trigger( 'afterSqldPostInstall', 'mariadb' );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldUninstall', 'mariadb' );\n    $rs ||= Servers::sqld::mariadb::uninstaller->getInstance()->uninstall();\n    $rs ||= $self->{'events'}->trigger( 'afterSqldUninstall', 'mariadb' );\n}\n\n=item createUser( $user, $host, $password )\n\n Create the given SQL user\n\n Param $string $user SQL username\n Param string $host SQL user host\n Param $string $password SQL user password\n Return int 0 on success, die on failure\n\n=cut\n\nsub createUser\n{\n    my ( undef, $user, $host, $password ) = @_;\n\n    defined $user or die( '$user parameter is not defined' );\n    defined $host or die( '$host parameter is not defined' );\n    defined $user or die( '$password parameter is not defined' );\n\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        $dbh->do(\n            'CREATE USER ?@? IDENTIFIED BY ?',\n            undef,\n            $user,\n            $host,\n            $password\n        );\n    };\n    !$@ or die( sprintf(\n        \"Couldn't create the %s\\@%s SQL user: %s\", $user, $host, $@\n    ));\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/mysql/installer.pm",
    "content": "=head1 NAME\n\n Servers::sqld::mysql::installer - i-MSCP MySQL server installer implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Servers::sqld::mysql::installer;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt qw/ ALNUM encryptRijndaelCBC decryptRijndaelCBC randomStr /;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Dialog::InputValidation qw/\n    $LAST_VALIDATION_ERROR\n    isNotEmpty isValidHostname isValidIpAddr\n    isNumber isNumberInRange isValidUsername\n    isStringNotInList isValidPassword\n    isValidDbName isValidSqlUserHostname\n/;\nuse iMSCP::Dir;\nuse iMSCP::Execute qw/ execute escapeShell /;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::ProgramFinder;\nuse iMSCP::TemplateParser 'process';\nuse iMSCP::Umask '$UMASK';\nuse Net::LibIDN qw/ idn_to_ascii idn_to_unicode /;\nuse Servers::sqld::mysql;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP MySQL server installer implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 (Next), 20 (Skip), 30 (back)\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( $self, $events ) = @_;\n\n    if ( ::setupGetQuestion( 'SQL_SERVER' ) ne 'remote_server'\n        && $::imscpOldConfig{'SQL_SERVER'} eq 'remote_server'\n        && -f \"$self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/imscp.cnf\"\n    ) {\n        # When switching from a remote SQL server to a local SQL server\n        # we need remove the imscp.cnf file\n        my $rs = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/imscp.cnf\"\n        )->delFile();\n        return $rs if $rs;\n    }\n\n    $events->registerOne( 'beforeSetupDialog', sub {\n        push @{ $_[0] },\n            sub { $self->_dialogForSqlServerHostname( @_ ); },\n            sub { $self->_dialogForSqlServerPort( @_ ); },\n            sub { $self->_dialogForSqlRootUser( @_ ); },\n            sub { $self->_dialogForMasterSqlUsername( @_ ); },\n            sub { $self->_dialogForMasterSqlUserPassword( @_ ); },\n            sub { $self->_dialogForDatabaseName( @_ ); },\n            sub { $self->_dialogForSqlUserHost( @_ ); },\n            sub { $self->_dialogForCustomerSqlDatabasesAndUsersPrefixSuffix( @_ ); };\n        0;\n    } );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->_setTypeAndVersion();\n    $rs ||= $self->_buildConf();\n    $rs ||= $self->_updateServerConfig();\n    $rs ||= $self->_setupMasterSqlUser();\n    $rs ||= $self->_setupSecureInstallation();\n    $rs ||= $self->_setupDatabase();\n    $rs ||= $self->_updateCustomerSqlUsers();\n    $rs ||= $self->_oldEngineCompatibility();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::sqld::mysql:installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'sqld'} = Servers::sqld::mysql->getInstance();\n    $self->{'events'} = $self->{'sqld'}->{'events'};\n    $self->{'cfgDir'} = $self->{'sqld'}->{'cfgDir'};\n    $self->{'config'} = $self->{'sqld'}->{'config'};\n    $self;\n}\n\n=item _dialogForSqlServerHostname( )\n\n Dialog for the SQL server hostname\n\n Return int 0 (Next), 20 (Skip), 30 (back)\n\n=cut\n\nsub _dialogForSqlServerHostname\n{\n    my ( undef, $dialog ) = @_;\n\n    my $isRemoteSqlSrv = ::setupGetQuestion( 'SQL_SERVER' ) eq 'remote_server';\n    my $dbHost = ::setupGetQuestion(\n        'DATABASE_HOST', $isRemoteSqlSrv ? '' : 'localhost'\n    );\n\n    # In case of a remote SQL server, none of 'localhost', '127.0.0.1', and\n    # '::1' entries are valid.\n    $dbHost = '' if $isRemoteSqlSrv && grep (\n        $dbHost eq $_, qw/ localhost 127.0.0.1 ::1 /\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ sql servers all / )\n        && isNotEmpty( $dbHost )\n        && ( $dbHost eq 'localhost'\n            || isValidHostname( $dbHost )\n            || isValidIpAddr( $dbHost )\n        )\n    ) {\n        ::setupSetQuestion(\n            'DATABASE_HOST', idn_to_ascii( $dbHost, 'utf-8' )\n        );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n\n    do {\n        ( $ret, $dbHost ) = $dialog->string( <<\"EOF\", length $dbHost ? $dbHost : ( $isRemoteSqlSrv ? '' : 'localhost' ) );\n${msg}Please enter your @{ [ $isRemoteSqlSrv ? 'remote' : 'local' ] } SQL server hostname:\nEOF\n        if ( $ret != 30 ) {\n            $dbHost =~ s/^\\s+|\\s+$//g;\n\n            if ( $isRemoteSqlSrv &&\n                grep ( $dbHost eq $_, qw/ localhost 127.0.0.1 ::1 /)\n            ) {\n                $msg = sprintf(\n                    \"\\\\Z1The '%s' hostname doesn't fit for a remote SQL server.\\\\Zn\\n\\n\",\n                    $dbHost\n                );\n            } elsif ( $dbHost ne 'localhost'\n                && !isValidHostname( $dbHost )\n                && !isValidIpAddr( $dbHost )\n            ) {\n                $msg = sprintf(\n                    \"\\\\Z1The '%s' hostname isn't valid.\\\\Zn\\n\\n\", $dbHost\n                );\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'DATABASE_HOST', idn_to_ascii( $dbHost, 'utf-8' ));\n    0;\n}\n\n=item _dialogForSqlServerPort( )\n\n Dialog for the SQL server port\n\n Return int 0 (Next), 20 (Skip), 30 (back)\n\n=cut\n\nsub _dialogForSqlServerPort\n{\n    my ( undef, $dialog ) = @_;\n\n    my $databaseHost = ::setupGetQuestion( 'DATABASE_HOST' );\n    my $isRemoteSqlSrv = ::setupGetQuestion( 'SQL_SERVER' ) eq 'remote_server';\n    my $dbPort = ::setupGetQuestion( 'DATABASE_PORT', 3306 );\n\n    # If the database server hostname has been set to 'localhost', set the port\n    # to 3306 and skip the dialog. 'localhost mean connection through UDS so the\n    # port is irrelevant in that context.\n    $dbPort = 3306 if $databaseHost eq 'localhost';\n\n    if ( $databaseHost eq 'localhost'\n        || ( ( $dialog->executeRetval != 30\n                || !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ sql servers all / )\n            ) \n            && isNumber( $dbPort )\n            && isNumberInRange( $dbPort, 1025, 65535 )\n        )\n    ) {\n        ::setupSetQuestion( 'DATABASE_PORT', $dbPort );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n\n    do {\n        ( $ret, $dbPort ) = $dialog->string( <<\"EOF\", length $dbPort ? $dbPort : 3306 );\n${msg}Please enter your @{ [ $isRemoteSqlSrv ? 'remote' : 'local' ] } SQL server port:\nEOF\n        if ( $ret != 30 ) {\n            $dbPort =~ s/^\\s+|\\s+$//g;\n\n            if ( !isNumber( $dbPort )\n                || !isNumberInRange( $dbPort, 1025, 65535 )\n            ) {\n                $msg = $LAST_VALIDATION_ERROR;\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'DATABASE_PORT', $dbPort );\n    0;\n}\n\n=item _dialogForSqlRootUser( \\%dialog )\n\n Dialog for SQL root user\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (back)\n\n=cut\n\nsub _dialogForSqlRootUser\n{\n    my ( $self, $dialog ) = @_;\n\n    my $isRemoteSqlSrv = ::setupGetQuestion( 'SQL_SERVER' ) eq 'remote_server';\n    my $dbRootUser = ::setupGetQuestion( 'SQL_ROOT_USER', 'root' );\n    my $dbRootPasswd = ::setupGetQuestion( 'SQL_ROOT_PASSWORD' );\n    my $dbHost = ::setupGetQuestion( 'DATABASE_HOST' );\n    my $dbPort = ::setupGetQuestion( 'DATABASE_PORT' );\n    my $dbUser = ::setupGetQuestion( 'DATABASE_USER' );\n    my $dbPasswd = ::setupGetQuestion(\n        'DATABASE_PASSWORD',\n        iMSCP::Getopt->preseed ? randomStr( 16, iMSCP::Crypt::ALNUM ) : ''\n    );\n    my $firstTry = length $dbPasswd == 0 && length $dbRootPasswd == 0;\n\n    if ( length $dbPasswd && !iMSCP::Getopt->preseed ) {\n        $dbPasswd = decryptRijndaelCBC(\n            $::imscpDBKey, $::imscpDBiv, $dbPasswd\n        );\n    }\n\n    goto PASSWD_DIALOG if $dialog->executeRetval == 30;\n\n    # We first try to connect with the i-MSCP master SQL user account\n    # credentials. If the connection succeed, we skip dialog as usage of SQL\n    # root user isn't needed.\n    return 20 if length $dbPasswd\n        && !$self->_tryDbConnect( $dbHost, $dbPort, $dbUser, $dbPasswd );\n\n    # We try to connect with the current SQL root user account credentials. If\n    # the connection succeed, we skip dialog. This cover the preseeding feature\n    # and unix_socket authentication.\n    goto CONNECT_CHECK if length $dbRootUser;\n\n    my ( $ret, $msg ) = ( 0, '' );\n\n    USERNAME_DIALOG:\n    do {\n        ( $ret, $dbRootUser ) = $dialog->string(\n            <<\"EOF\", length $dbRootUser ? $dbRootUser : 'root' );\nPlease enter the SQL root username:\n\nThis user must have full privileges on the @{ [ $isRemoteSqlSrv ? 'remote' : 'local' ] } SQL server.\n\nThe installer only make use of that user while installation.\nEOF\n        $dbRootUser =~ s/^\\s+|\\s+$//g if $ret != 30;\n    } while $ret != 30 && ( length $msg || length $dbRootUser == 0 );\n    return 30 if $ret == 30;\n\n    PASSWD_DIALOG:\n    do {\n        ( $ret, $dbRootPasswd ) = $dialog->password( <<\"EOF\", $dbRootPasswd );\nPlease enter the SQL root user password:\nEOF\n        $dbRootPasswd =~ s/^\\s+|\\s+$//g if $ret != 30;\n    } while $ret != 30 && length $msg;\n    goto USERNAME_DIALOG if $ret == 30;\n\n    CONNECT_CHECK:\n    if ( my $connectError = $self->_tryDbConnect(\n        $dbHost, $dbPort, $dbRootUser, $dbRootPasswd\n    ) ) {\n        unless ( $firstTry ) {\n            # Override default button label\n            local $dialog->{'_opts'}->{\n                $dialog->{'program'} eq 'dialog' ? 'ok-label' : 'ok-button'\n            } = 'Ok';\n\n            $ret = $dialog->error( <<\"EOF\" );\nThe i-MSCP installer can't connect to the @{ [ $isRemoteSqlSrv ? 'remote' : 'local'] } SQL server using the following data:\n\n\\\\Z4Hostname:\\\\Zn $dbHost\n\\\\Z4Port    :\\\\Zn $dbPort\n\\\\Z4Username:\\\\Zn $dbRootUser\n\\\\Z4Password:\\\\Zn $dbRootPasswd\n\nError   : \\\\Z1@{[ $connectError =~ s/^.*\\s+failed:\\s+(.*)\\s+at\\s+.*/$1/r ] }\\\\Zn\nEOF\n            goto PASSWD_DIALOG;\n        }\n\n        $firstTry = FALSE;\n        goto USERNAME_DIALOG;\n    }\n\n    ::setupSetQuestion( 'SQL_ROOT_USER', $dbRootUser );\n    ::setupSetQuestion( 'SQL_ROOT_PASSWORD', $dbRootPasswd );\n    0;\n}\n\n=item _dialogForMasterSqlUsername( \\%dialog )\n\n Dialog for the master SQL username\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (back)\n\n=cut\n\nsub _dialogForMasterSqlUsername\n{\n    my ( undef, $dialog ) = @_;\n\n    my $dbUser = ::setupGetQuestion( 'DATABASE_USER', 'imscp_user' );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ sql servers all / )\n        && isValidUsername( $dbUser )\n        && isStringNotInList( $dbUser, qw/ debian-sys-maint mysql.user root / )\n    ) {\n        ::setupSetQuestion( 'DATABASE_USER', $dbUser );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, $dbUser ) = $dialog->string( <<\"EOF\", length $dbUser ? $dbUser : 'imscp_user' );\n${msg}Please enter a username for the master i-MSCP SQL user:\nEOF\n        if ( $ret != 30 ) {\n            $dbUser =~ s/^\\s+|\\s+$//g;\n\n            if ( !isValidUsername( $dbUser )\n                || !isStringNotInList( $dbUser, qw/ debian-sys-maint mysql.user root / )\n            ) {\n                $msg = $LAST_VALIDATION_ERROR;\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'DATABASE_USER', $dbUser );\n    0;\n}\n\n=item _dialogForMasterSqlUserPassword( \\%dialog )\n\n Dialog for the master SQL user password\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (back)\n\n=cut\n\nsub _dialogForMasterSqlUserPassword\n{\n    my ( undef, $dialog ) = @_;\n\n    my $dbPasswd = ::setupGetQuestion(\n        'DATABASE_PASSWORD', randomStr( 16, ALNUM )\n    );\n\n    if ( length $dbPasswd\n        && $dbPasswd eq $::imscpConfig{'DATABASE_PASSWORD'}\n    ) {\n        $dbPasswd = decryptRijndaelCBC(\n            $::imscpDBKey, $::imscpDBiv, $dbPasswd\n        );\n    }\n\n    # If user didn't asked for reconfiguration, and if the currently set data\n    # make us able to connect, we skip dialog.\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ sql servers all / )\n        && isValidPassword( $dbPasswd )\n    ) {\n        ::setupSetQuestion( 'DATABASE_PASSWORD', encryptRijndaelCBC(\n            $::imscpDBKey, $::imscpDBiv, $dbPasswd\n        ));\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, $LAST_VALIDATION_ERROR );\n    do {\n        ( $ret, $dbPasswd ) = $dialog->string(\n            <<\"EOF\", length $dbPasswd && isValidPassword( $dbPasswd) ? $dbPasswd : randomStr( 16, iMSCP::Crypt::ALNUM ));\n${msg}Please enter a password for the master (@{ [ ::setupGetQuestion( 'DATABASE_USER' ) ] }) SQL user:\nEOF\n        if ( $ret != 30 ) {\n            $dbPasswd =~ s/^\\s+|\\s+$//g;\n            $msg = isValidPassword( $dbPasswd ) ? '' : $LAST_VALIDATION_ERROR;\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'DATABASE_PASSWORD', encryptRijndaelCBC(\n        $::imscpDBKey, $::imscpDBiv, $dbPasswd\n    ));\n\n    0;\n}\n\n=item _dialogForDatabaseName( \\%dialog )\n\n Dialog for i-MSCP database name\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (back)\n\n=cut\n\nsub _dialogForDatabaseName\n{\n    my ( $self, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion( 'DATABASE_NAME', 'imscp' );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ sql servers all / )\n        && isValidDbName( $value )\n        && ( !$self->_setupIsDatabase( $value )\n        || $self->_setupIsImscpDatabase( $value )\n        || $self->_setupIsEmptyDatabase( $value )\n    )\n    ) {\n        ::setupSetQuestion( 'DATABASE_NAME', $value );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n\n    if ( iMSCP::Getopt->preseed ) {\n        $msg = \"\\\\Z1The '$value' database exists but doesn't look like an i-MSCP database.\\\\Zn\\n\\n\";\n    }\n\n    do {\n        ( $ret, $value ) = $dialog->string( <<\"EOF\", length $value ? $value : 'imscp' );\n${msg}Please enter a database name for i-MSCP:\nEOF\n        if ( $ret != 30 ) {\n            $value =~ s/^\\s+|\\s+$//g;\n\n            if ( !isValidDbName( $value ) ) {\n                $msg = $LAST_VALIDATION_ERROR;\n            } elsif ( $self->_setupIsDatabase( $value )\n                && !$self->_setupIsImscpDatabase( $value )\n                && $self->_setupIsEmptyDatabase( $value )\n            ) {\n                $msg = \"\\\\Z1The '$value' database exists but doesn't looks like an i-MSCP database.\\\\Zn\\n\\n\"\n            } else {\n                $msg = '';\n            }\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    my $oldValue = ::setupGetQuestion( 'DATABASE_NAME' );\n    if ( length $oldValue\n        && $value ne $oldValue\n        && $self->_setupIsImscpDatabase( $oldValue )\n    ) {\n        if ( $dialog->boolean( <<\"EOF\", TRUE ) > 0 ) {\nA database '$oldValue' for i-MSCP already exists.\n\nAre you sure you want to create the new '$value' database for i-MSCP?\nKeep in mind that the new database will be free of any data.\n\nIf the '$value' database already exists and looks like an i-MSCP database, the data won't be overwritten.\nEOF\n            goto &{_dialogForDatabaseName};\n        }\n    }\n\n    ::setupSetQuestion( 'DATABASE_NAME', $value );\n    0;\n}\n\n=item _dialogForSqlUserHost( \\%dialog )\n\n Dialog for SQL user host\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (back)\n\n=cut\n\nsub _dialogForSqlUserHost\n{\n    my ( undef, $dialog ) = @_;\n\n    my $isRemoteSqlSrv = $::imscpConfig{'SQL_SERVER'} eq 'remote_server';\n    my $value = ::setupGetQuestion(\n        'DATABASE_USER_HOST',\n        $isRemoteSqlSrv ?\n            ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' )\n            : 'localhost'\n    );\n\n    # In case of a remote SQL server, none of 'localhost', '127.0.0.1',\n    # and '::1' entries are valid.\n    $value = '' if $isRemoteSqlSrv && grep (\n        $value eq $_, qw/ localhost 127.0.0.1 ::1 /\n    );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ sql servers all / )\n        && isValidSqlUserHostname( $value )\n    ) {\n        ::setupSetQuestion( 'DATABASE_USER_HOST', idn_to_ascii( $value, 'utf-8' ) );\n        return 20;\n    }\n\n    my ( $ret, $msg ) = ( 0, '' );\n    do {\n        ( $ret, $value ) = $dialog->string(\n            <<\"EOF\", length $value ? idn_to_unicode( $value, 'utf-8' ) : ( $isRemoteSqlSrv ? ::setupGetQuestion( 'BASE_SERVER_PUBLIC_IP' ) : 'localhost' ));\n${msg}Please enter the hostname from which the SQL users created by i-MSCP can connect to the SQL server.\n\nFor a local SQL server, the value should be '\\\\Zblocalhost\\\\ZB' while for a remote SQL server, the value should be the server IP or hostname from which the users are connecting.\n\nYou can also make use of a wildcard entry such as: '\\\\Zb192.168.1.%\\\\ZB'. In such a case, and assuming that the SQL server is running on the same network, SQL users will be able to connect to the remote SQL server from any IP in the network '\\\\Zb192.168.1.0\\\\ZB'.\n\nThe installer update existing SQL users automatically when the value of this parameter is changed. You must not forget to inform your users about that change, else, their PHP scripts won't longer be able to connect to the SQL server.\nEOF\n        if ( $ret != 30 ) {\n            $value =~ s/^\\s+|\\s+$//g;\n            $msg = isValidSqlUserHostname( $value )\n                ? '' : $LAST_VALIDATION_ERROR;\n        }\n    } while $ret != 30 && length $msg;\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion(\n        'DATABASE_USER_HOST', idn_to_ascii( $value, 'utf-8' )\n    );\n\n    0;\n}\n\n=item _dialogForCustomerSqlDatabasesAndUsersPrefixSuffix( \\%dialog )\n\n Dialog for customer SQL databases and users prefix/suffix\n\n Param iMSCP::Dialog \\%dialog\n Return int 0 (Next), 20 (Skip), 30 (back)\n\n=cut\n\nsub _dialogForCustomerSqlDatabasesAndUsersPrefixSuffix\n{\n    my ( undef, $dialog ) = @_;\n\n    my $value = ::setupGetQuestion( 'MYSQL_PREFIX', 'none' );\n\n    if ( $dialog->executeRetval != 30\n        && !grep ( $_ eq iMSCP::Getopt->reconfigure, qw/ sql servers all / )\n        && grep ( $value eq $_, qw/ behind infront none /)\n    ) {\n        ::setupSetQuestion( 'MYSQL_PREFIX', $value );\n        return 20;\n    }\n\n    my %choices = (\n        None   => 'none',\n        Prefix => 'infront',\n        Suffix => 'behind'\n    );\n\n    ( my $ret, $value ) = $dialog->select(\n        <<\"EOF\", \\%choices, ( grep ( $value eq $_, qw/ behind infront / ) )[0] // 'none' );\nDo you want enable the automatic addition of a prefix or suffix for customer SQL users and databases?\n\nIf you choose 'None', the choice will be left to customers.\nEOF\n    return 30 if $ret == 30;\n\n    ::setupSetQuestion( 'MYSQL_PREFIX', $value );\n    0;\n}\n\n=item _setTypeAndVersion( )\n\n Set SQL server type and version\n\n Return 0 on success, other on failure\n\n=cut\n\nsub _setTypeAndVersion\n{\n    my ( $self ) = @_;\n\n    local $@;\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my $row = $dbh->selectrow_hashref(\n            'SELECT @@version, @@version_comment'\n        ) or die(\n            \"Could't find SQL server type and version\"\n        );\n\n        my $type = 'mysql';\n        if ( index( lc $row->{'@@version'}, 'mariadb' ) != -1 ) {\n            $type = 'mariadb';\n        } elsif ( index( lc $row->{'@@version_comment'}, 'percona' ) != -1 ) {\n            $type = 'percona';\n        }\n\n        my ( $version ) = $row->{'@@version'} =~ /^([0-9]+(?:\\.[0-9]+){1,2})/;\n        unless ( defined $version ) {\n            error( \"Couldn't find SQL server version\" );\n            return 1;\n        }\n\n        debug( sprintf( 'SQL server type set to: %s', $type ));\n        $self->{'config'}->{'SQLD_TYPE'} = $type;\n\n        debug( sprintf( 'SQL server version set to: %s', $version ));\n        $self->{'config'}->{'SQLD_VERSION'} = $version;\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _buildConf( )\n\n Build configuration file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildConf\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldBuildConf' );\n    return $rs if $rs;\n\n    # Make sure that the conf.d directory exists\n    local $@;\n    eval {\n        iMSCP::Dir->new(\n            dirname => \"$self->{'config'}->{'SQLD_CONF_DIR'}/conf.d\"\n        )->make( {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $::imscpConfig{'ROOT_GROUP'},\n            mode  => 0755\n        } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    # Create the /etc/mysql/my.cnf file if missing\n    unless ( -f \"$self->{'config'}->{'SQLD_CONF_DIR'}/my.cnf\" ) {\n        $rs = $self->{'events'}->trigger(\n            'onLoadTemplate', 'mysql', 'my.cnf', \\my $cfgTpl, {}\n        );\n        return $rs if $rs;\n\n        unless ( defined $cfgTpl ) {\n            $cfgTpl = \"!includedir $self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/\\n\";\n        } elsif ( $cfgTpl !~ m%^!includedir\\s+$self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/\\n%m ) {\n            $cfgTpl .= \"!includedir $self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/\\n\";\n        }\n\n        my $file = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'SQLD_CONF_DIR'}/my.cnf\"\n        );\n        $file->set( $cfgTpl );\n\n        $rs = $file->save();\n        $rs ||= $file->owner(\n            $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n        );\n        $rs ||= $file->mode( 0644 );\n        return $rs if $rs;\n    }\n\n    $rs ||= $self->{'events'}->trigger(\n        'onLoadTemplate', 'mysql', 'imscp.cnf', \\my $cfgTpl, {}\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/imscp.cnf\"\n            )->get()\n        );\n    }\n\n    $cfgTpl .= <<'EOF';\n[mysqld]\nperformance_schema = 0\nmax_connections = 500\nmax_allowed_packet = 500M\nEOF\n\n    ( my $dbUser = ::setupGetQuestion( 'DATABASE_USER' ) ) =~ s/\"/\\\\\"/g;\n    ( my $dbPasswd = decryptRijndaelCBC( $::imscpDBKey, $::imscpDBiv,\n        ::setupGetQuestion( 'DATABASE_PASSWORD' )\n    ) ) =~ s/\"/\\\\\"/g;\n    my $variables = {\n        DATABASE_HOST     => ::setupGetQuestion( 'DATABASE_HOST' ),\n        DATABASE_PORT     => ::setupGetQuestion( 'DATABASE_PORT' ),\n        DATABASE_USER     => $dbUser,\n        DATABASE_PASSWORD => $dbPasswd,\n        SQLD_SOCK_DIR     => $self->{'config'}->{'SQLD_SOCK_DIR'}\n    };\n\n    if ( version->parse( \"$self->{'config'}->{'SQLD_VERSION'}\" )\n        >= version->parse( '5.5.0' )\n    ) {\n        my $innoDbUseNativeAIO = $self->_isInsideContainer() ? '0' : '1';\n        $cfgTpl .= \"innodb_use_native_aio = $innoDbUseNativeAIO\\n\";\n    }\n\n    # Fix For: The 'INFORMATION_SCHEMA.SESSION_VARIABLES' feature is disabled;\n    # see the documentation for 'show_compatibility_56' (3167) - Occurs when\n    # executing mysqldump with Percona server 5.7.x\n    if ( $::imscpConfig{'SQL_PACKAGE'} eq 'Servers::sqld::percona'\n        && version->parse( \"$self->{'config'}->{'SQLD_VERSION'}\" )\n        >= version->parse( '5.7.6' )\n    ) {\n        $cfgTpl .= \"show_compatibility_56 = 1\\n\";\n    }\n\n    # For backward compatibility - We will review this in later version\n    # TODO Handle mariadb case when ready. See https://mariadb.atlassian.net/browse/MDEV-7597\n    if ( version->parse( \"$self->{'config'}->{'SQLD_VERSION'}\" )\n        >= version->parse( '5.7.4' )\n        && $::imscpConfig{'SQL_PACKAGE'} ne 'Servers::sqld::mariadb'\n    ) {\n        $cfgTpl .= \"default_password_lifetime = 0\\n\";\n    }\n\n    $cfgTpl .= \"event_scheduler = DISABLED\\n\";\n    $cfgTpl = process( $variables, $cfgTpl );\n\n    local $UMASK = 027; # imscp.cnf file must not be created world-readable\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/imscp.cnf\"\n    );\n    $file->set( $cfgTpl );\n\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'}, $self->{'config'}->{'SQLD_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    $rs ||= $self->{'events'}->trigger( 'afterSqldBuildConf' );\n}\n\n=item _updateServerConfig( )\n\n Update server configuration\n\n  - Upgrade MySQL system tables if necessary\n  - Disable unwanted plugins\n\n Return 0 on success, other on failure\n\n=cut\n\nsub _updateServerConfig\n{\n    my ( $self ) = @_;\n\n    if ( iMSCP::ProgramFinder::find( 'dpkg' )\n        && iMSCP::ProgramFinder::find( 'mysql_upgrade' )\n    ) {\n        my $rs = execute(\n            '/usr/bin/dpkg -l mysql-community* percona-server-* | '\n                . \"cut -d' ' -f1 | grep -q 'ii'\",\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        debug( $stderr ) if $stderr;\n\n        # Upgrade server system tables\n        # See #IP-1482 for further details.\n        unless ( $rs ) {\n            # Filter all \"duplicate column\", \"duplicate key\" and \"unknown column\"\n            # errors as the command is designed to be idempotent.\n            $rs = execute(\n                '/usr/bin/mysql_upgrade 2>&1 | '\n                    . \" egrep -v '^(1|\\@had|ERROR (1054|1060|1061))'\",\n                \\$stdout\n            );\n            error( sprintf(\n                \"Couldn't upgrade SQL server system tables: %s\", $stdout\n            )) if $rs;\n            return $rs if $rs;\n            debug( $stdout ) if $stdout;\n        }\n    }\n\n    if ( ( $::imscpConfig{'SQL_PACKAGE'} ne 'Servers::sqld::mariadb'\n        || version->parse( \"$self->{'config'}->{'SQLD_VERSION'}\" )\n        < version->parse( '10.0' ) )\n        || version->parse( \"$self->{'config'}->{'SQLD_VERSION'}\" )\n        < version->parse( '5.6.6' )\n    ) {\n        return 0;\n    }\n\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n\n        # Disable unwanted plugins (bc reasons)\n        for my $plugin ( qw/\n            cracklib_password_check simple_password_check validate_password\n        / ) {\n            next unless $dbh->selectrow_hashref(\n                \"SELECT `name` FROM `mysql`.`plugin` WHERE `name` = '$plugin'\"\n            );\n            $dbh->do( \"UNINSTALL PLUGIN $plugin\" )\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _setupMasterSqlUser( )\n\n Setup master SQL user\n \n Return 0 on success, other on failure\n\n=cut\n\nsub _setupMasterSqlUser\n{\n    my ( $self ) = @_;\n\n    my $dbUser = ::setupGetQuestion( 'DATABASE_USER' );\n    my $dbUserHost = ::setupGetQuestion( 'DATABASE_USER_HOST' );\n    my $oldDbUserHost = $::imscpOldConfig{'DATABASE_USER_HOST'};\n    my $dbPasswd = decryptRijndaelCBC(\n        $::imscpDBKey, $::imscpDBiv, ::setupGetQuestion( 'DATABASE_PASSWORD' )\n    );\n    my $oldDbUser = $::imscpOldConfig{'DATABASE_USER'};\n\n    # Remove old user if any\n    for my $user ( $oldDbUser, $dbUser ) {\n        next unless length $user;\n\n        for my $host ( $dbUserHost, $oldDbUserHost ) {\n            next unless length $host;\n            $self->{'sqld'}->dropUser( $user, $host );\n        }\n    }\n\n    # Create user\n    $self->{'sqld'}->createUser( $dbUser, $dbUserHost, $dbPasswd );\n\n    # Grant all privileges to that user with GRANT option\n    local $@;\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        $dbh->do(\n            'GRANT ALL PRIVILEGES ON *.* TO ?@? WITH GRANT OPTION',\n            undef,\n            $dbUser,\n            $dbUserHost\n        );\n    };\n    if ( $@ ) {\n        error( sprintf(\n            \"Couldn't grant privileges to the master i-MSCP SQL user: %s\", $@\n        ));\n        return 1;\n    }\n\n    0;\n}\n\n=item _setupSecureInstallation( )\n\n Secure Installation\n \n Basically, this method do same job as the mysql_secure_installation script\n  - Remove anonymous users\n  - Remove remote sql root user (only for local server)\n  - Remove test database if any\n  - Reload privileges tables\n  \n  Return 0 on success, other on failure\n\n=cut\n\nsub _setupSecureInstallation\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->getInstance()->trigger(\n        'beforeSetupSecureSqlInstallation'\n    );\n    return $rs if $rs;\n\n    eval {\n        my $db = iMSCP::Database->factory();\n        my $oldDbName = $db->useDatabase( 'mysql' );\n        my $dbh = $db->getRawDb();\n\n        # Remove anonymous users\n        $dbh->do( \"DELETE FROM `user` WHERE `User` = ''\" );\n        # Remove test database if any\n        $dbh->do( 'DROP DATABASE IF EXISTS `test`' );\n        # Remove privileges on test database\n        $dbh->do( \"DELETE FROM `db` WHERE `Db` = 'test' OR `Db` = 'test\\\\_%'\" );\n\n        # Disallow remote root login\n        if ( $::imscpConfig{'SQL_SERVER'} ne 'remote_server' ) {\n            $dbh->do(\n                \"\n                    DELETE FROM `user`\n                    WHERE `User` = 'root'\n                    AND `Host` NOT IN ('localhost', '127.0.0.1', '::1')\n                \"\n            );\n        }\n\n        $dbh->do( 'FLUSH PRIVILEGES' );\n        $db->useDatabase( $oldDbName ) if $oldDbName;\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->getInstance()->trigger(\n        'afterSetupSecureSqlInstallation'\n    );\n}\n\n=item _setupDatabase( )\n\n Setup database\n \n Return 0 on success, other on failure\n\n=cut\n\nsub _setupDatabase\n{\n    my ( $self ) = @_;\n\n    my $dbName = ::setupGetQuestion( 'DATABASE_NAME' );\n\n    unless ( $self->_setupIsImscpDatabase( $dbName ) ) {\n        my $rs = $self->{'events'}->getInstance()->trigger(\n            'beforeSetupDatabase', \\$dbName\n        );\n        return $rs if $rs;\n\n        my $db = iMSCP::Database->factory();\n\n        eval {\n            my $dbh = $db->getRawDb();\n            my $qdbName = $dbh->quote_identifier( $dbName );\n            $dbh->do(\n                \"\n                    CREATE DATABASE IF NOT EXISTS $qdbName\n                    CHARACTER SET utf8 COLLATE utf8_unicode_ci;\n                \"\n            );\n        };\n        if ( $@ ) {\n            error( $@ );\n            return 1;\n        }\n\n        $rs = execute(\n            '/usr/bin/mysql ' . escapeShell( $dbName ) . ' < '\n                . \"$::imscpConfig{'CONF_DIR'}/database/database.sql\",\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if length $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs;\n\n        # Connect to the newly created database\n        $db->set( 'DATABASE_NAME', $dbName );\n        if ( $db->connect() ) {\n            error( \"Couldn't connect to SQL server\" );\n            return 1;\n        }\n\n        $self->{'events'}->getInstance()->trigger(\n            'afterSetupDatabase', \\$dbName\n        );\n    }\n\n    # In all cases, we process database update. This is important because\n    # sometime some developer forget to update the  database revision in\n    # the main database.sql file.\n    my $rs = $self->{'events'}->getInstance()->trigger(\n        'beforeSetupUpdateDatabase'\n    );\n    $rs ||= execute(\n        [\n            '/usr/bin/php',\n            '-d', 'date.timezone=UTC',\n            \"$::imscpConfig{'ROOT_DIR'}/engine/setup/imscp-update-db.php\"\n        ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if length $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n\n    $::imscpConfig{'DATABASE_LAST_OPTIMIZATION'} = time() unless $rs;\n\n    $rs ||= $self->{'events'}->getInstance()->trigger(\n        'afterSetupUpdateDatabase'\n    );\n}\n\n=item _updateCustomerSqlUsers\n\n Update host part of customer SQL users\n\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub _updateCustomerSqlUsers\n{\n    my $newHost = ::setupGetQuestion( 'DATABASE_USER_HOST' );\n    my $oldHost = $::imscpOldConfig{'DATABASE_USER_HOST'};\n\n    return 0 unless length $oldHost && $newHost ne $oldHost;\n\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n\n        # Get all customer SQL users\n        my $rows = $dbh->selectall_hashref(\n            'SELECT `sqlu_id`, `sqlu_name`, `sqlu_host` FROM `sql_user`',\n            'sqlu_id'\n        );\n\n        for my $sqluID ( keys %{ $rows } ) {\n            # Skip update of the SQL user hostname which value was other than\n            # the old default hostname. The frontEnd allows a custom host for\n            # SQL users.\n            next unless $rows->{$sqluID}->{'sqlu_host'} eq $oldHost;\n\n            eval {\n                $dbh->begin_work();\n\n                # Update hostname in i-MSCP sql_user database table\n                $dbh->do(\n                    'UPDATE `sql_user` SET `sqlu_host` = ? WHERE `sqlu_id` = ?',\n                    undef, $newHost, $sqluID\n                );\n                # Update hostname in SQL server privilege tables\n                $dbh->do(\n                    'UPDATE `mysql`.`user` SET `Host` = ? WHERE `User` = ?',\n                    undef, $newHost, $rows->{$sqluID}->{'sqlu_name'}\n                );\n                $dbh->do(\n                    'UPDATE `mysql`.`db` SET `Host` = ? WHERE `User` = ?',\n                    undef, $newHost, $rows->{$sqluID}->{'sqlu_name'}\n                );\n                # Not needed as customer SQL users privileges are set on a per\n                # database basis\n                #$dbh->do(\n                #    'UPDATE `mysql`.`tables_priv` SET `Host` = ? WHERE `User` = ?',\n                #    undef, $newHost, $rows->{$sqluID}->{'sqlu_name'}\n                #);\n                # Not needed as customer SQL users privileges are set on a per\n                # database basis\n                #$dbh->do(\n                #    'UPDATE `mysql`.`columns_priv` SET `Host` = ? WHERE `User` = ?',\n                #    undef, $newHost, $rows->{$sqluID}->{'sqlu_name'}\n                #);\n\n                $dbh->commit();\n            };\n            if ( $@ ) {\n                $dbh->rollback();\n                die;\n            }\n        }\n\n        # Flush privileges to make changes effective\n        $dbh->do( 'FLUSH PRIVILEGES' );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item _isInsideContainer( )\n\n Is the SQL server running inside an unprivileged VE (OpenVZ container)\n\n Return bool TRUE if the SQL server is run inside an OpenVZ container,\n             FALSE otherwise\n=cut\n\nsub _isInsideContainer\n{\n    return 0 unless -f '/proc/user_beancounters';\n\n    my $rs = execute(\n        '/bin/cat /proc/1/status | grep --color=never envID',\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if length $stdout;\n    debug( $stderr ) if $rs && length $stderr;\n\n    return $stdout =~ /envID:\\s+(\\d+)/ && $1 > 0 ? TRUE : FALSE;\n}\n\n=item _setupIsDatabase( $dbName )\n\n Is the given database an existent database?\n\n Param string $dbName Database name\n Return bool TRUE if database exists, FALSE otherwise, die on failure\n=cut\n\nsub _setupIsDatabase\n{\n    my ( undef, $dbName ) = @_;\n\n    ref \\$dbName eq 'SCALAR' && length $dbName or die(\n        '$dbName parameter is missing or invalid'\n    );\n\n    return FALSE unless iMSCP::Database\n        ->factory()\n        ->getRawDb()\n        ->selectrow_hashref( 'SHOW DATABASES LIKE ?', undef, $dbName );\n\n    TRUE;\n}\n\n=item _setupIsImscpDatabase( $dbName )\n\n Is the given database an i-MSCP database?\n\n Param string $dbName Database name\n Return bool TRUE if database exists and look like an i-MSCP database, FALSE\n             otherwise, die on failure\n=cut\n\nsub _setupIsImscpDatabase\n{\n    my ( $self, $dbName ) = @_;\n\n    ref \\$dbName eq 'SCALAR' && length $dbName or die(\n        '$dbName parameter is missing or invalid'\n    );\n\n    return FALSE unless $self->_setupIsDatabase( $dbName );\n\n    my $tables = iMSCP::Database->factory()->getDbTables( $dbName );\n    return FALSE unless @{ $tables };\n\n    for my $table ( qw/ server_ips user_gui_props reseller_props / ) {\n        return FALSE unless grep ( $_ eq $table, @{ $tables } );\n    }\n\n    TRUE;\n}\n\n=item _setupIsEmptyDatabase( $dbName )\n\n Is the given database an empty database?\n\n Param string $dbName Database name\n Return bool TRUE if database exists and is empty, FALSE\n             otherwise, die on failure\n=cut\n\nsub _setupIsEmptyDatabase\n{\n    my ( $self, $dbName ) = @_;\n\n    ref \\$dbName eq 'SCALAR' && length $dbName or die(\n        '$dbName parameter is missing or invalid'\n    );\n\n    return FALSE unless $self->_setupIsDatabase( $dbName );\n\n    my $tables = iMSCP::Database->factory()->getDbTables( $dbName );\n\n    return @{ $tables } ? FALSE : TRUE;\n}\n\n=item _tryDbConnect( [ $hostname = 'localhost' [, $port = 3306 [, $username = undef [, $password = undef ] ] ] ] )\n\n Try database connection\n\n Param string $hostname SQL server hostname\n Param int $port SQL server port\n Param string $username SQL username\n Param string $password SQL user password\n Return int 0 on success, string on failure\n\n=cut\n\nsub _tryDbConnect\n{\n    my ( undef, $hostname, $port, $username, $password ) = @_;\n    $hostname //= 'localhost';\n    $port //= '3306';\n\n    ref \\$hostname eq 'SCALAR' && length $hostname or die(\n        \"The '\\$hostname' parameter is not defined or is empty.\"\n    );\n    ref \\$port eq 'SCALAR' && $port =~ /^\\d+$/ or die(\n        \"The '\\$port' parameter is not defined or is empty.\"\n    );\n    ref \\$username eq 'SCALAR' or die(\n        \"The '\\$username' parameter isn't a string.\"\n    );\n    ref \\$password eq 'SCALAR' or die(\n        \"The '\\$password' parameter isn't a string\"\n    );\n\n    my $db = iMSCP::Database->factory();\n    $db->set( 'DATABASE_HOST', idn_to_ascii( $hostname, 'utf-8' ));\n    $db->set( 'DATABASE_PORT', $port );\n    $db->set( 'DATABASE_USER', $username );\n    $db->set( 'DATABASE_PASSWORD', $password );\n    $db->connect();\n}\n\n=item _oldEngineCompatibility( )\n\n Remove old files\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _oldEngineCompatibility\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$self->{'cfgDir'}/mysql.old.data\";\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/mysql.old.data\"\n    )->delFile();\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/mysql/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::sqld::mysql::uninstaller - i-MSCP MySQL server uninstaller implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld::mysql::uninstaller;\n\nuse strict;\nuse warnings;\nuse iMSCP::File;\nuse Servers::sqld::mysql;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP MySQL server uninstaller implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item uninstall( )\n\n Process uninstall tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    $self->_removeConfig();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::sqld::mysql:uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'sqld'} = Servers::sqld::mysql->getInstance();\n    $self;\n}\n\n=item _removeConfig( )\n\n Remove imscp configuration file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _removeConfig\n{\n    my ( $self ) = @_;\n\n    return 0 unless -f \"$self->{'sqld'}->{'config'}->{'SQLD_CONF_DIR'}/conf.d/imscp.cnf\";\n\n    iMSCP::File->new(\n        filename => \"$self->{'sqld'}->{'config'}->{'SQLD_CONF_DIR'}/conf.d/imscp.cnf\"\n    )->delFile();\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/mysql.pm",
    "content": "=head1 NAME\n\n Servers::sqld::mysql - i-MSCP MySQL server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld::mysql;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat Servers::sqld::mysql::installer Servers::sqld::mysql::uninstaller /;\nuse iMSCP::Boolean;\nuse iMSCP::Config;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error getMessageByType /;\nuse iMSCP::EventManager;\nuse iMSCP::File;\nuse iMSCP::Rights 'setRights';\nuse iMSCP::Service;\nuse version;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n i-MSCP MySQL server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item registerSetupListeners( \\%events )\n\n Register setup event listeners\n\n Param iMSCP::EventManager \\%events\n Return int 0 on success, other on failure\n\n=cut\n\nsub registerSetupListeners\n{\n    my ( undef, $events ) = @_;\n\n    Servers::sqld::mysql::installer->getInstance()->registerSetupListeners(\n        $events\n    );\n}\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldPreinstall', 'mysql' );\n    $rs ||= Servers::sqld::mysql::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterSqldPreinstall', 'mysql' );\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldPostInstall', 'mysql' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->enable( 'mysql' ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs = $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [ sub { $self->restart(); }, 'MySQL' ];\n            0;\n        },\n        7\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterSqldPostInstall', 'mysql' );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldUninstall', 'mysql' );\n    $rs ||= Servers::sqld::mysql::uninstaller->getInstance()->uninstall();\n    $rs ||= $self->{'events'}->trigger( 'afterSqldUninstall', 'mysql' );\n    $rs ||= $self->restart() unless $rs;\n    $rs;\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldSetEnginePermissions' );\n    $rs ||= setRights( \"$self->{'config'}->{'SQLD_CONF_DIR'}/my.cnf\", {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0644'\n    } );\n    $rs ||= setRights(\n        \"$self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/imscp.cnf\",\n        {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $self->{'config'}->{'SQLD_GROUP'},\n            mode  => '0640'\n        }\n    );\n    $rs ||= $self->{'events'}->trigger( 'afterSqldSetEnginePermissions' );\n}\n\n=item restart( )\n\n Restart server\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldRestart' );\n    return $rs if $rs;\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->restart( 'mysql' ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $self->{'events'}->trigger( 'afterSqldRestart' );\n}\n\n=item createUser( $user, $host, $password )\n\n Create the given SQL user\n\n Param $string $user SQL username\n Param string $host SQL user host\n Param $string $password SQL user password\n Return int 0 on success, die on failure\n\n=cut\n\nsub createUser\n{\n    my ( $self, $user, $host, $password ) = @_;\n\n    defined $user or die( '$user parameter is not defined' );\n    defined $host or die( '$host parameter is not defined' );\n    defined $password or die( '$password parameter is not defined' );\n\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        $dbh->do(\n            'CREATE USER ?@? IDENTIFIED BY ?'\n                . ( version->parse( $self->getVersion()) >= version->parse( '5.7.6' )\n                ? ' PASSWORD EXPIRE NEVER' : ''\n            ),\n            undef, $user, $host, $password\n        );\n    };\n    !$@ or die( sprintf(\n        \"Couldn't create the %s\\@%s SQL user: %s\", $user, $host, $@\n    ));\n    0;\n}\n\n=item dropUser( $user, $host )\n\n Drop the given SQL user if exists\n\n Param $string $user SQL username\n Param string $host SQL user host\n Return int 0 on success, die on failure\n\n=cut\n\nsub dropUser\n{\n    my ( undef, $user, $host ) = @_;\n\n    defined $user or die( '$user parameter not defined' );\n    defined $host or die( '$host parameter not defined' );\n\n    # Prevent deletion of system SQL users\n    return 0 if grep ( $_ eq $user, qw/ debian-sys-maint mysql.sys root / );\n\n    local $@;\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        return unless $dbh->selectrow_hashref(\n            'SELECT 1 FROM mysql.user WHERE user = ? AND host = ?',\n            undef,\n            $user,\n            $host\n        );\n        $dbh->do( 'DROP USER ?@?', undef, $user, $host );\n    };\n    !$@ or die( sprintf(\n        \"Couldn't drop the %s\\@%s SQL user: %s\", $user, $host, $@\n    ));\n    0;\n}\n\n=item getType( )\n\n Get SQL server type\n\n Return string MySQL server type\n\n=cut\n\nsub getType\n{\n    my ( $self ) = @_;\n\n    $self->{'config'}->{'SQLD_TYPE'};\n}\n\n=item getVersion( )\n\n Get SQL server version\n\n Return string MySQL server version\n\n=cut\n\nsub getVersion\n{\n    my ( $self ) = @_;\n\n    $self->{'config'}->{'SQLD_VERSION'};\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::sqld::mysql\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = iMSCP::EventManager->getInstance();\n    $self->{'cfgDir'} = \"$::imscpConfig{'CONF_DIR'}/mysql\";\n    $self->_mergeConfig() if -f \"$self->{'cfgDir'}/mysql.data.dist\";\n    tie %{ $self->{'config'} },\n        'iMSCP::Config',\n        fileName    => \"$self->{'cfgDir'}/mysql.data\",\n        readonly    => !( defined $::execmode && $::execmode eq 'setup' ),\n        nodeferring => ( defined $::execmode && $::execmode eq 'setup' );\n    $self;\n}\n\n=item _mergeConfig( )\n\n Merge distribution configuration with production configuration\n\n Die on failure\n\n=cut\n\nsub _mergeConfig\n{\n    my ( $self ) = @_;\n\n    if ( -f \"$self->{'cfgDir'}/mysql.data\" ) {\n        tie my %newConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/mysql.data.dist\";\n        tie my %oldConfig, 'iMSCP::Config',\n            fileName => \"$self->{'cfgDir'}/mysql.data\", readonly => TRUE;\n\n        debug( 'Merging old configuration with new configuration...' );\n\n        while ( my ( $key, $value ) = each( %oldConfig ) ) {\n            next unless exists $newConfig{$key};\n            $newConfig{$key} = $value;\n        }\n\n        %{ $self->{'oldConfig'} } = ( %oldConfig );\n\n        untie( %newConfig );\n        untie( %oldConfig );\n    }\n\n    iMSCP::File->new(\n        filename => \"$self->{'cfgDir'}/mysql.data.dist\"\n    )->moveFile(\n        \"$self->{'cfgDir'}/mysql.data\"\n    ) == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/percona/installer.pm",
    "content": "=head1 NAME\n\n Servers::sqld::percona::installer - i-MSCP Percona server installer implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld::percona::installer;\n\nuse strict;\nuse warnings;\nuse Servers::sqld::percona;\nuse parent 'Servers::sqld::mysql::installer';\n\n=head1 DESCRIPTION\n\n i-MSCP Percona server installer implementation.\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::sqld::percona:installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'sqld'} = Servers::sqld::percona->getInstance();\n    $self->{'events'} = $self->{'sqld'}->{'events'};\n    $self->{'cfgDir'} = $self->{'sqld'}->{'cfgDir'};\n    $self->{'config'} = $self->{'sqld'}->{'config'};\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/percona/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::sqld::percona::uninstaller - i-MSCP Percona server uninstaller implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld::percona::uninstaller;\n\nuse strict;\nuse warnings;\nuse Servers::sqld::percona;\nuse parent 'Servers::sqld::mysql::uninstaller';\n\n=head1 DESCRIPTION\n\n i-MSCP Percona server uninstaller implementation.\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::sqld::percona:uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'sqld'} = Servers::sqld::percona->getInstance();\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/percona.pm",
    "content": "=head1 NAME\n\n Servers::sqld::percona - i-MSCP Percona server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld::percona;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat Servers::sqld::percona::installer Servers::sqld::percona::uninstaller /;\nuse iMSCP::Service;\nuse parent 'Servers::sqld::mysql';\n\n=head1 DESCRIPTION\n\n i-MSCP Percona server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ($self) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldPreinstall', 'percona' );\n    $rs ||= Servers::sqld::percona::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterSqldPreinstall', 'percona' )\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0\n\n=cut\n\nsub postinstall\n{\n    my ($self) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldPostInstall', 'percona' );\n\n    local $@;\n    eval { iMSCP::Service->getInstance()->enable( 'mysql' ); };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    $rs = $self->{'events'}->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{$_[0]}, [ sub { $self->restart(); }, 'Percona' ];\n            0;\n        },\n        7\n    );\n\n    $rs ||= $self->{'events'}->trigger( 'afterSqldPostInstall', 'percona' );\n}\n\n=item uninstall( )\n\n Uninstallation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ($self) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldUninstall', 'percona' );\n    $rs ||= Servers::sqld::percona::uninstaller->getInstance()->uninstall();\n    $rs ||= $self->{'events'}->trigger( 'afterSqldUninstall', 'percona' );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/remote/installer.pm",
    "content": "=head1 NAME\n\n Servers::sqld::remote::installer - i-MSCP Remote SQL server installer implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage Servers::sqld::remote::installer;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Crypt 'decryptRijndaelCBC';\nuse iMSCP::Database;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dir;\nuse iMSCP::File;\nuse iMSCP::TemplateParser 'process';\nuse iMSCP::Umask '$UMASK';\nuse Servers::sqld::remote;\nuse version;\nuse parent 'Servers::sqld::mysql::installer';\n\n=head1 DESCRIPTION\n\n i-MSCP Remote SQL server installer implementation.\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::sqld::remote:installer\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'sqld'} = Servers::sqld::remote->getInstance();\n    $self->{'events'} = $self->{'sqld'}->{'events'};\n    $self->{'cfgDir'} = $self->{'sqld'}->{'cfgDir'};\n    $self->{'config'} = $self->{'sqld'}->{'config'};\n    $self;\n}\n\n=item _buildConf( )\n\n Build configuration file\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub _buildConf\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldBuildConf' );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        # Make sure that the conf.d directory exists\n        iMSCP::Dir->new(\n            dirname => \"$self->{'config'}->{'SQLD_CONF_DIR'}/conf.d\"\n        )->make( {\n            user  => $::imscpConfig{'ROOT_USER'},\n            group => $::imscpConfig{'ROOT_GROUP'},\n            mode  => 0755\n        } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    # Create the /etc/mysql/my.cnf file if missing\n    unless ( -f \"$self->{'config'}->{'SQLD_CONF_DIR'}/my.cnf\" ) {\n        $rs = $self->{'events'}->trigger(\n            'onLoadTemplate', 'mysql', 'my.cnf', \\my $cfgTpl, {}\n        );\n        return $rs if $rs;\n\n        unless ( defined $cfgTpl ) {\n            $cfgTpl = \"!includedir $self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/\\n\";\n        } elsif ( $cfgTpl !~ m%^!includedir\\s+$self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/\\n%m ) {\n            $cfgTpl .= \"!includedir $self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/\\n\";\n        }\n\n        my $file = iMSCP::File->new(\n            filename => \"$self->{'config'}->{'SQLD_CONF_DIR'}/my.cnf\"\n        );\n        $file->set( $cfgTpl );\n\n        $rs = $file->save();\n        $rs ||= $file->owner(\n            $::imscpConfig{'ROOT_USER'}, $::imscpConfig{'ROOT_GROUP'}\n        );\n        $rs ||= $file->mode( 0644 );\n        return $rs if $rs;\n    }\n\n    $rs ||= $self->{'events'}->trigger(\n        'onLoadTemplate', 'mysql', 'imscp.cnf', \\my $cfgTpl, {}\n    );\n    return $rs if $rs;\n\n    unless ( defined $cfgTpl ) {\n        return 1 unless defined(\n            $cfgTpl = iMSCP::File->new(\n                filename => \"$self->{'cfgDir'}/imscp.cnf\"\n            )->get()\n        );\n    }\n\n    ( my $dbUser = ::setupGetQuestion( 'DATABASE_USER' ) ) =~ s/\"/\\\\\"/g;\n    ( my $dbPasswd = decryptRijndaelCBC( $::imscpDBKey, $::imscpDBiv,\n        ::setupGetQuestion( 'DATABASE_PASSWORD' )) ) =~ s/\"/\\\\\"/g;\n\n    $cfgTpl = process(\n        {\n            DATABASE_HOST     => ::setupGetQuestion( 'DATABASE_HOST' ),\n            DATABASE_PORT     => ::setupGetQuestion( 'DATABASE_PORT' ),\n            DATABASE_PASSWORD => $dbPasswd,\n            DATABASE_USER     => $dbUser\n        },\n        $cfgTpl\n    );\n\n    local $UMASK = 027; # imscp.cnf file must not be created world-readable\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/imscp.cnf\"\n    );\n    $file->set( $cfgTpl );\n    $rs = $file->save();\n    $rs ||= $file->owner(\n        $::imscpConfig{'ROOT_USER'},\n        # The 'mysql' group is only created by the mysql-server package\n        defined getpwnam( $self->{'config'}->{'SQLD_GROUP'} )\n            ? $self->{'config'}->{'SQLD_GROUP'} : $::imscpConfig{'ROOT_GROUP'}\n    );\n    $rs ||= $file->mode( 0640 );\n    $rs ||= $self->{'events'}->trigger( 'afterSqldBuildConf' );\n}\n\n=item _updateServerConfig( )\n\n Update server configuration\n\n  - Disable unwanted plugins\n\n Return 0 on success, other on failure\n\n=cut\n\nsub _updateServerConfig\n{\n    my ( $self ) = @_;\n\n    if ( ( $::imscpConfig{'SQL_PACKAGE'} ne 'Servers::sqld::mariadb'\n        || version->parse( \"$self->{'config'}->{'SQLD_VERSION'}\" )\n        < version->parse( '10.0' ) )\n        || version->parse( \"$self->{'config'}->{'SQLD_VERSION'}\" )\n        < version->parse( '5.6.6' )\n    ) {\n        return 0;\n    }\n\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n\n        # Disable unwanted plugins (bc reasons)\n        for my $plugin ( qw/\n            cracklib_password_check simple_password_check validate_password\n        / ) {\n            next unless $dbh->selectrow_hashref(\n                \"SELECT `name` FROM `mysql`.`plugin` WHERE `name` = '$plugin'\"\n            );\n            $dbh->do( \"UNINSTALL PLUGIN $plugin\" )\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/remote/uninstaller.pm",
    "content": "=head1 NAME\n\n Servers::sqld::remote::uninstaller - i-MSCP Remote MySQL server uninstaller implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld::remote::uninstaller;\n\nuse strict;\nuse warnings;\nuse Servers::sqld::remote;\nuse parent 'Servers::sqld::mysql::uninstaller';\n\n=head1 DESCRIPTION\n\n i-MSCP Remote MySQL server uninstaller implementation.\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return Servers::sqld::remote:uninstaller\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'sqld'} = Servers::sqld::remote->getInstance();\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld/remote.pm",
    "content": "=head1 NAME\n\n Servers::sqld::remote - i-MSCP Remote SQL server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld::remote;\n\nuse strict;\nuse warnings;\nuse Class::Autouse qw/ :nostat Servers::sqld::remote::installer Servers::sqld::remote::uninstaller /;\nuse iMSCP::Boolean;\nuse iMSCP::Database;\nuse iMSCP::Rights 'setRights';\nuse version;\nuse parent 'Servers::sqld::mysql';\n\n=head1 DESCRIPTION\n\n i-MSCP Remote SQL server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item preinstall( )\n\n Pre-installation tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub preinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldPreinstall', 'remote' );\n    $rs ||= Servers::sqld::remote::installer->getInstance()->preinstall();\n    $rs ||= $self->{'events'}->trigger( 'afterSqldPreinstall', 'remote' )\n}\n\n=item postinstall( )\n\n Post-installation tasks\n\n Return int 0, other on failure\n\n=cut\n\nsub postinstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldPostInstall', 'remote' );\n    $rs ||= $self->{'events'}->trigger( 'afterSqldPostInstall', 'remote' );\n}\n\n=item uninstall( )\n\n Process uninstall tasks\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub uninstall\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldUninstall', 'remote' );\n    $rs ||= Servers::sqld::remote::uninstaller->getInstance()->uninstall();\n    $rs ||= $self->{'events'}->trigger( 'afterSqldUninstall', 'remote' );\n}\n\n=item restart( )\n\n Restart server\n\n Return int 0\n\n=cut\n\nsub restart\n{\n    0;\n}\n\n=item setEnginePermissions( )\n\n Set engine permissions\n\n Return int 0 on success, other on failure\n\n=cut\n\nsub setEnginePermissions\n{\n    my ( $self ) = @_;\n\n    my $rs = $self->{'events'}->trigger( 'beforeSqldSetEnginePermissions' );\n    $rs ||= setRights( \"$self->{'config'}->{'SQLD_CONF_DIR'}/my.cnf\", {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0644'\n    } );\n    $rs ||= setRights( \"$self->{'config'}->{'SQLD_CONF_DIR'}/conf.d/imscp.cnf\", {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => '0640'\n    } );\n    $rs ||= $self->{'events'}->trigger( 'afterSqldSetEnginePermissions' );\n}\n\n=item createUser( $user, $host, $password )\n\n Create the given SQL user\n\n Param $string $user SQL username\n Param string $host SQL user host\n Param $string $password SQL user password\n Return int 0 on success, die on failure\n\n=cut\n\nsub createUser\n{\n    my ( $self, $user, $host, $password ) = @_;\n\n    defined $user or die( '$user parameter is not defined' );\n    defined $host or die( '$host parameter is not defined' );\n    defined $password or die( '$password parameter is not defined' );\n\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        $dbh->do(\n            'CREATE USER ?@? IDENTIFIED BY ?'\n                . ( $self->getType() ne 'mariadb'\n                && version->parse( $self->getVersion()) >= version->parse( '5.7.6' )\n                ? ' PASSWORD EXPIRE NEVER' : ''\n            ),\n            undef, $user, $host, $password\n        );\n    };\n    !$@ or die( sprintf( \"Couldn't create the %s\\@%s SQL user: %s\", $user, $host, $@ ));\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/Servers/sqld.pm",
    "content": "=head1 NAME\n\n Servers::sqld - i-MSCP sqld server implementation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage Servers::sqld;\n\nuse strict;\nuse warnings;\n\n# sqld server instance\nmy $instance;\n\n=head1 DESCRIPTION\n\n i-MSCP sqld server implementation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item factory( )\n\n Create and return sqld server instance\n\n Return sqld server instance\n\n=cut\n\nsub factory\n{\n    return $instance if defined $instance;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'SQL_PACKAGE' ) : $::imscpConfig{'SQL_PACKAGE'};\n\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $instance = $package->getInstance();\n}\n\n=item getPriority( )\n\n Get server priority\n\n Return int Server priority\n\n=cut\n\nsub getPriority\n{\n    90;\n}\n\n=item can( $method )\n\n Checks if the sqld server package provides the given method\n\n Param string $method Method name\n Return subref|undef\n\n=cut\n\nsub can\n{\n    my ( undef, $method ) = @_;\n\n    my $package = main->can( '::setupGetQuestion' )\n        ? ::setupGetQuestion( 'SQL_PACKAGE' ) : $::imscpConfig{'SQL_PACKAGE'};\n    eval \"require $package\";\n    die( $@ ) if $@;\n    $package->can( $method );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Boolean.pm",
    "content": "=head1 NAME\n\n iMSCP::Boolean - Provide boolean as constant\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2018 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Boolean;\n\nuse strict;\nuse warnings;\nuse parent 'Exporter';\n\nour @EXPORT = qw/ TRUE true FALSE false /;\n\nuse constant TRUE => !!1;\nuse constant true => !!1;\nuse constant FALSE => !!0;\nuse constant false => !!0;\n\n=head1 DESCRIPTION.\n\n Provide boolean as constant.\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Bootstrapper.pm",
    "content": "=head1 NAME\n\n iMSCP::Bootstrapper - i-MSCP Bootstrapper\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Bootstrapper;\n\nuse strict;\nuse warnings;\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Debug;\nuse iMSCP::EventManager;\nuse iMSCP::Getopt;\nuse iMSCP::LockFile;\nuse iMSCP::Umask;\nuse POSIX 'tzset';\nuse parent 'Common::SingletonClass';\n\n$SIG{'INT'} = 'IGNORE';\n\numask 022;\n\n$ENV{'HOME'} = ( getpwuid $> )[7] or die(\n    \"Couldn't find running user homedir\"\n);\n\n=head1 DESCRIPTION\n\n Bootstrap class for i-MSCP\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item boot( \\%$options )\n\n Boot i-MSCP\n\n Param hashref \\%options Bootstrap options\n Return iMSCP::Bootstrapper\n\n=cut\n\nsub boot\n{\n    my ( $self, $options ) = @_;\n\n    setDebug( 1 ); # Set debug mode for booting time\n\n    my $mode = $options->{'mode'} || 'backend';\n    debug( sprintf( 'Booting %s....', $mode ));\n\n    $self->lock() unless $options->{'nolock'};\n    $self->loadMainConfig( $options );\n\n    # Set timezone unless we are in setup or uninstaller mode\n    unless ( grep ( $mode eq $_, qw/ setup uninstaller / ) ) {\n        $ENV{'TZ'} = $::imscpConfig{'TIMEZONE'} || 'UTC';\n        tzset;\n    }\n\n    setDebug( iMSCP::Getopt->debug || $::imscpConfig{'DEBUG'} || FALSE );\n\n    unless ( $options->{'norequirements'} ) {\n        require iMSCP::Requirements;\n        my $test = $mode eq 'setup' ? 'all' : 'user';\n        iMSCP::Requirements->new()->$test();\n    }\n\n    $self->_genKeys() unless $options->{'nokeys'};\n    $self->_setDbSettings() unless $options->{'nodatabase'};\n\n    iMSCP::EventManager->getInstance()->trigger( 'onBoot', $mode ) == 0 or die(\n        getMessageByType( 'error', { amount => 1, remove => TRUE } ) || 'Unknown error'\n    );\n    $self;\n}\n\n=item loadMainConfig( \\%options )\n\n Load main configuration file using given options\n\n Param hashref \\%options Options for iMSCP::Config object\n Return int 0 on success, die on failure\n\n=cut\n\nsub loadMainConfig\n{\n    my ( undef, $options ) = @_;\n\n    require iMSCP::Config;\n    untie %::imscpConfig;\n    tie\n        %::imscpConfig,\n        'iMSCP::Config',\n        fileName    => ( $^O =~ /bsd$/ ? '/usr/local/etc/' : '/etc/' ) . 'imscp/imscp.conf',\n        nocreate    => $options->{'nocreate'} // TRUE,\n        nodeferring => $options->{'nodeferring'} // FALSE,\n        nodie       => $options->{'nodie'} // FALSE,\n        readonly    => $options->{'config_readonly'} // FALSE,\n        temporary   => $options->{'config_temporary'} // FALSE;\n}\n\n=item lock( [ $lockFile = '/var/lock/imscp.lock [, $nowait = FALSE ] ] )\n\n Lock a file\n\n Param bool $nowait OPTIONAL Whether or not to wait for lock (Default: FALSE)\n Return int 1 if lock file has been acquired, 0 if lock file has not been acquired (nowait case)\n die on failure\n\n=cut\n\nsub lock\n{\n    my ( $self, $lockFile, $nowait ) = @_;\n    $lockFile = File::Spec->canonpath( $lockFile ||= '/var/lock/imscp.lock' );\n\n    return 1 if exists $self->{'locks'}->{$lockFile};\n\n    my $lock = iMSCP::LockFile->new(\n        path => $lockFile, non_blocking => $nowait\n    );\n    my $ret = $lock->acquire();\n    $self->{'locks'}->{$lockFile} = $lock if $ret;\n    $ret;\n}\n\n=item unlock( [ $lockFile = '/var/lock/imscp.lock' ] )\n\n Unlock file\n\n Param string $lockFile OPTIONAL Lock file path\n Return iMSCP::Bootstrapper\n\n=cut\n\nsub unlock\n{\n    my ( $self, $lockFile ) = @_;\n    $lockFile = File::Spec->canonpath( $lockFile ||= '/var/lock/imscp.lock' );\n\n    return $self unless exists $self->{'locks'}->{$lockFile};\n\n    $self->{'locks'}->{$lockFile}->release();\n    delete $self->{'locks'}->{$lockFile};\n    $self;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _genKeys( )\n\n Generates encryption key and vector\n\n Return undef\n\n=cut\n\nsub _genKeys\n{\n    my $keyFile = \"$::imscpConfig{'CONF_DIR'}/imscp-db-keys\";\n    our $db_pass_key = '{KEY}';\n    our $db_pass_iv = '{IV}';\n\n    require \"$keyFile\" if -f $keyFile;\n\n    if ( $db_pass_key eq '{KEY}'\n        || length( $db_pass_key ) != 32\n        || $db_pass_iv eq '{IV}'\n        || length( $db_pass_iv ) != 16\n    ) {\n        require iMSCP::Crypt;\n        require Data::Dumper;\n\n        debug( 'Generating database keys...' );\n\n        -d $::imscpConfig{'CONF_DIR'} or die( sprintf(\n            \"%s doesn't exist or is not a directory\",\n            $::imscpConfig{'CONF_DIR'}\n        ));\n\n        local $UMASK = 027; # imscp-db-keys file must not be created world-readable\n\n        open my $fh, '>', \"$::imscpConfig{'CONF_DIR'}/imscp-db-keys\" or die(\n            sprintf(\n                \"Couldn't open %s file for writing: %s\",\n                \"$::imscpConfig{'CONF_DIR'}/imscp-db-keys\", $!\n            )\n        );\n\n        print { $fh } Data::Dumper->Dump(\n            [ iMSCP::Crypt::randomStr( 32 ), iMSCP::Crypt::randomStr( 16 ) ],\n            [ qw/ db_pass_key db_pass_iv / ]\n        );\n\n        close $fh;\n        delete $INC{$keyFile}; # Force reload of keyfile\n        require \"$keyFile\";\n    }\n\n    $::imscpDBKey = $db_pass_key;\n    undef $db_pass_key;\n    $::imscpDBiv = $db_pass_iv;\n    undef $db_pass_iv;\n    undef;\n}\n\n=item _setDbSettings( )\n\n Set database connection settings\n\n Return int 0 on success, die on failure\n\n=cut\n\nsub _setDbSettings\n{\n    require iMSCP::Database;\n    require iMSCP::Crypt;\n\n    my $db = iMSCP::Database->factory();\n    $db->set( 'DATABASE_HOST', $::imscpConfig{'DATABASE_HOST'} );\n    $db->set( 'DATABASE_PORT', $::imscpConfig{'DATABASE_PORT'} );\n    $db->set( 'DATABASE_NAME', $::imscpConfig{'DATABASE_NAME'} );\n    $db->set( 'DATABASE_USER', $::imscpConfig{'DATABASE_USER'} );\n    $db->set(\n        'DATABASE_PASSWORD',\n        iMSCP::Crypt::decryptRijndaelCBC(\n            $::imscpDBKey,\n            $::imscpDBiv,\n            $::imscpConfig{'DATABASE_PASSWORD'}\n        )\n    );\n    0;\n}\n\n=item END\n\n Process ending tasks (Release lock on files)\n\n=cut\n\nEND {\n    my $self = __PACKAGE__->getInstance();\n    $self->{'locks'}->{$_}->release() for keys %{ $self->{'locks'} };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Composer.pm",
    "content": "=head1 NAME\n\n iMSCP::Composer - Perl frontEnd to PHP dependency manager (Composer)\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Composer;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse Digest::SHA ();\nuse File::Basename 'fileparse';\nuse File::Spec;\nuse File::Temp;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug getMessageByType /;\nuse iMSCP::Dir;\nuse iMSCP::Execute qw/ execute executeNoWait /;\nuse iMSCP::File;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Rights 'setRights';\nuse JSON qw/ from_json to_json /;\nuse LWP::UserAgent ();\nuse version;\nuse fields qw/\n    user group composer_home composer_working_dir composer_phar composer_json\n    _euid _egid _php_cmd _stdout _stderr\n/;\n\n=head1 DESCRIPTION\n\n Perl frontEnd to PHP dependency manager (Composer).\n \n See https://getcomposer.org/\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item new(\n   [  user                 => EUID\n   [, group                => <user_group>\n   [, composer_home        => <user_home>/.composer\n   [, composer_working_dir => <user_home> \n   [, composer_phar        => <user_home>/bin/composer.phar\n   [, composer_json        => none ] ] ] ] ] ]\n)\n\n Constructor\n\n Parameters:\n  - user                 : Unix user under which composer.phar should be run\n  - group                : Unix group under which composer.phar should be run \n  - composer_home        : Composer home directory. If not an absolute path, it\n                           will be relative to <user_home>\n  - composer_working_dir : Composer working directory. If not an absolute path,\n                           it will be relative to <user_home>\n  - composer_phar        : Composer.phar. If not an absolute path, it will be\n                           relative to <user_home>/bin\n  - composer_json        : composer.json. If not an absolute path, it will be\n                           relative to <composer_working_dir>\n Return iMSCP::Composer, die on failure\n\n=cut\n\nsub new\n{\n    my iMSCP::Composer $self = shift;\n\n    return $self if ref $self;\n\n    $self = fields::new( $self );\n    %{ $self } = ref $_[0] eq 'HASH' ? %{ $_[0] } : @_ if @_;\n\n    my ( @pwent ) = ( length $self->{'user'}\n        ? getpwnam( $self->{'user'} )\n        : getpwuid( $> )\n    ) or croak(\n        ( length $self->{'user'}\n            ? sprintf( \"Couldn't find the '%s' Unix user\", $self->{'user'} )\n            : sprintf( \"Couldn't find Unix user with ID %d\", $> )\n        )\n    );\n\n    $self->{'user'} //= $pwent[0];\n    $self->{'_euid'} = $pwent[2];\n\n    if ( length $self->{'group'} ) {\n        $self->{'_egid'} = getgrnam( $self->{'group'} ) or croak( sprintf(\n            \"Couldn't find %s group in group database\", $self->{'group'}\n        ));\n    } else {\n        $self->{'group'} = getgrgid( $pwent[3] ) or croak( sprintf(\n            \"Couldn't find group with ID %d in group database\", $pwent[3]\n        ));\n        $self->{'_egid'} = $pwent[3];\n    }\n\n    my $homeDir = $pwent[7] || '';\n\n    $self->{'composer_home'} = File::Spec->rel2abs(\n        length $self->{'composer_home'}\n            ? $self->{'composer_home'} : \"$homeDir/.composer\",\n        $homeDir\n    );\n    $self->{'composer_working_dir'} = File::Spec->rel2abs(\n        length $self->{'composer_working_dir'}\n            ? $self->{'composer_working_dir'} : $homeDir,\n        $homeDir\n    );\n    $self->{'composer_phar'} = File::Spec->rel2abs(\n        length $self->{'composer_phar'}\n            ? $self->{'composer_phar'} : \"$homeDir/bin/composer.phar\",\n        $homeDir . '/bin'\n    );\n    $self->{'_php_cmd'} = [ '/usr/bin/php', '-d', 'allow_url_fopen=1' ];\n    $self->loadComposerJson();\n    $self->setStdRoutines();\n    $self;\n}\n\n=item installComposer( [ $version = latest ] )\n\n Install the given composer version\n\n Param string $version OPTIONAL Composer version to install\n Return iMSCP::Composer, die on failure\n\n=cut\n\nsub installComposer\n{\n    my ( $self, $version ) = @_;\n\n    if ( length $version\n        && -x $self->{'composer_phar'}\n        && version->parse( $self->getComposerVersion()) == version->parse( $version )\n    ) {\n        $self->{'_stdout'}( sprintf(\n            \"PHP dependency manager version is already %s. Installation skipped.\",\n            $version\n        ));\n        return $self;\n    }\n\n    iMSCP::Dir->new(\n        dirname => $self->{'composer_home'}\n    )->clear( undef, qr/\\.(?:phar|pub)$/ ) if -d $self->{'composer_home'};\n\n    my $ua = LWP::UserAgent->new(\n        agent     => \"iMSCP/$::imscpConfig{'Version'}\",\n        timeout   => 30,\n        env_proxy => TRUE\n    );\n    my $installer = File::Temp->new();\n    $installer->close();\n\n    # Download composer installer\n    my $response;\n    ( $response = $ua->get(\n        'https://getcomposer.org/installer',\n        ':content_file' => $installer->filename()\n    ) )->is_success or die( sprintf(\n        \"Couldn't download the PHP dependency manager installer: %s\",\n        $response->status_line\n    ));\n    # Download composer installer signature for verification\n    ( $response = $ua->get(\n        'https://composer.github.io/installer.sig'\n    ) )->is_success or die( sprintf(\n        \"Couldn't download signature for the PHP dependency manager installer: %s\",\n        $response->status_line\n    ));\n    # Verify composer installer signature\n    chomp( my $sig = $response->decoded_content );\n    $sig eq Digest::SHA->new( 'sha384' )->addfile(\n        $installer->filename()\n    )->hexdigest() or die(\n        \"Couldn't verify signature for the PHP dependency manager installer.\"\n    );\n    # Make sure that running user can access PHP dependency manager installer\n    setRights( $installer->filename(), {\n        user  => $self->{'user'},\n        group => $self->{'group'}\n    } ) == 0 or die( getMessageByType( 'error', { amount => 1, remove => TRUE } ));\n    # Install PHP dependency manager\n    my ( $filename, $installDir ) = fileparse( $self->{'composer_phar'} );\n    iMSCP::Dir->new( dirname => $installDir )->make() unless -d $installDir;\n    executeNoWait(\n        $self->_getSuCmd(\n            @{ $self->{'_php_cmd'} }, $installer->filename(), '--',\n            '--no-ansi',\n            \"--install-dir=$installDir\",\n            \"--filename=$filename\",\n            ( length $version ? \"--version=$version\" : () )\n        ),\n        $self->{'_stdout'},\n        $self->{'_stderr'}\n    ) == 0 or die( \"Couldn't install the PHP dependency manager.\" );\n\n    $self;\n}\n\n=item require( $package [, $version = 'dev-master' [, $dev = false ] ] )\n\n Add a package to the requirements\n\n Param string $package Package name\n Param string $version OPTIONAL Package version\n Param bool $dev OPTIONAL Flag indicating if $package is a dev requirement package\n Return iMSCP::Composer, die on failure\n\n=cut\n\nsub require\n{\n    my ( $self, $package, $version, $dev ) = @_;\n\n    if ( $dev ) {\n        # Make sure to not add the same package twice\n        $self->remove( $package, TRUE );\n        $self\n            ->{'composer_json'}\n            ->{'require_dev'}\n            ->{$package} = $version // 'dev-master';\n        return $self;\n    }\n\n    # Make sure to not add the same package twice\n    $self->remove( $package );\n    $self\n        ->{'composer_json'}\n        ->{'require'}\n        ->{$package} = $version // 'dev-master';\n    $self;\n}\n\n=item remove( $package [, $dev = false ] ] )\n\n Remove a package from the requirements\n\n Param string $package Package name\n Param bool $dev OPTIONAL Flag indicating if $package is a development requirement\n Return iMSCP::Composer, die on failure\n\n=cut\n\nsub remove\n{\n    my ( $self, $package, $dev ) = @_;\n\n    if ( $dev ) {\n        delete $self->{'composer_json'}->{'require_dev'}->{$package};\n        return $self;\n    }\n\n    delete $self->{'composer_json'}->{'require'}->{$package};\n    $self;\n}\n\n=item install( [ $nodev = false, [ $noautoloader = false] ])\n\n Install dependencies\n\n Param bool $nodev Flag indicating whether the dev packages must be ignored\n Param bool $noautoloader Flag indicating whether or not autoloader generation\n                          must be skipped\n Return iMSCP::Composer, die on failure\n\n=cut\n\nsub install\n{\n    my ( $self, $nodev, $noautoloader ) = @_;\n\n    $self->_removeAutoloader() if $noautoloader;\n    $self->dumpComposerJson();\n\n    executeNoWait(\n        $self->_getSuCmd(\n            @{ $self->{'_php_cmd'} },\n            $self->{'composer_phar'}, 'install',\n            \"--working-dir=$self->{'composer_working_dir'}\",\n            '--no-progress',\n            '--no-ansi',\n            '--no-interaction',\n            '--no-suggest',\n            ( $nodev ? '--no-dev' : () ),\n            ( $noautoloader ? '--no-autoloader' : () )\n        ),\n        $self->{'_stdout'},\n        $self->{'_stderr'}\n    ) == 0 or die( \"Couldn't install composer packages\" );\n\n    $self;\n}\n\n=item update(\n    [ $nodev = false\n    [, $noautoloader = false\n    [, @packages = ALL PACKAGES ] ] ]\n)\n\n Update packages\n\n Param bool $nodev Flag indicating whether the dev packages must be ignored\n Param bool $noautoloader Flag indicating whether or not autoloader generation\n                          must be skipped\n Param list @packages List of packages to operate on (default is to operate on\n                      all packages)\n Return iMSCP::Composer, die on failure\n\n=cut\n\nsub update\n{\n    my ( $self, $nodev, $noautoloader, @packages ) = @_;\n\n    $self->_removeAutoloader() if $noautoloader;\n    $self->dumpComposerJson();\n\n    executeNoWait(\n        $self->_getSuCmd(\n            @{ $self->{'_php_cmd'} },\n            $self->{'composer_phar'}, 'update',\n            \"--working-dir=$self->{'composer_working_dir'}\",\n            '--no-progress',\n            '--no-ansi',\n            '--no-interaction',\n            '--no-suggest',\n            ( $nodev ? '--no-dev' : () ),\n            ( $noautoloader ? '--no-autoloader' : () ),\n            @packages\n        ),\n        $self->{'_stdout'},\n        $self->{'_stderr'}\n    ) == 0 or die( \"Couldn't update composer packages\" );\n\n    $self;\n}\n\n=item dumpAutoload( )\n\n Dump the autoload\n \n Return iMSCP::Composer, die on failure\n\n=cut\n\nsub dumpAutoload()\n{\n    my ( $self ) = @_;\n\n    $self->dumpComposerJson();\n\n    executeNoWait(\n        $self->_getSuCmd(\n            @{ $self->{'_php_cmd'} },\n            $self->{'composer_phar'}, 'dump-autoload',\n            \"--working-dir=$self->{'composer_working_dir'}\",\n            '--no-interaction',\n            '--no-ansi'\n        ),\n        $self->{'_stdout'},\n        $self->{'_stderr'}\n    ) == 0 or die( \"Couldn't clear composer cache\" );\n\n    $self;\n}\n\n=item clearCache( )\n\n Clear composer's internal package cache, including vendor directory\n\n Return iMSCP::Composer, die on failure\n\n=cut\n\nsub clearCache\n{\n    my ( $self ) = @_;\n\n    executeNoWait(\n        $self->_getSuCmd(\n            @{ $self->{'_php_cmd'} },\n            $self->{'composer_phar'}, 'clear-cache',\n            \"--working-dir=$self->{'composer_working_dir'}\",\n            '--no-interaction',\n            '--no-ansi'\n        ),\n        $self->{'_stdout'},\n        $self->{'_stderr'}\n    ) == 0 or die( \"Couldn't clear composer cache\" );\n\n    # See https://getcomposer.org/doc/06-config.md#vendor-dir\n    my $vendorDir = \"$self->{'composer_working_dir'}/vendor\";\n    my $composerJson = $self->{'composer_json'};\n    if ( $composerJson->{'config'}->{'vendor-dir'} ) {\n        ( $vendorDir = $composerJson->{'config'}->{'vendor-dir'} )\n            =~ s%(?:\\$HOME|~)%$self->{'composer_home'}%g;\n    }\n    iMSCP::Dir->new( dirname => $vendorDir )->remove();\n\n    $self;\n}\n\n=item getComposerJson( [ $hashref = FALSE ] )\n\n Return composer.json file as string\n\n Param bool $hashref Whether composer.json must be returned as a hash reference\n Return string|hashref, croak on failure\n\n=cut\n\nsub getComposerJson\n{\n    my ( $self, $hashref ) = @_;\n\n    $hashref ? $self->{'composer_json'} : to_json( $self->{'composer_json'}, {\n        utf8      => TRUE,\n        indent    => TRUE,\n        canonical => TRUE\n    } );\n}\n\n=item getComposerVersion()\n\n Get composer version\n\n Return string version, die on failure\n\n=cut\n\nsub getComposerVersion\n{\n    my ( $self ) = @_;\n\n    my $rs = execute(\n        $self->_getSuCmd(\n            @{ $self->{'_php_cmd'} }, $self->{'composer_phar'},\n            '--no-interaction',\n            '--no-ansi',\n            '--version'\n        ),\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if length $stdout;\n    $rs == 0 or die( sprintf(\n        \"Couldn't get composer (%s) version: %s\",\n        $self->{'composer_phar'},\n        $stderr || 'Unknown error'\n    ));\n    ( $stdout =~ /version\\s+([\\d.]+)/ );\n    $1 or die( sprintf(\n        \"Couldn't parse composer (%s) version from version string: %s\",\n        $self->{'composer_phar'},\n        $stdout // 'EMPTY STRING'\n    ));\n}\n\n=item setStdRoutines(\n    [ $subStdout = sub { print STDOUT $_[0]; }\n    [, $subStderr = sub { print STDERR $_[0]; } ] ]\n)\n\n Set routines for processing of STDOUT/STDERR (line by line) \n\n Param CODE $subStdout Routine for processing of command STDOUT (line by line)\n Param CODE $subStderr Routine for processing of command STDERR (line by line)\n Return iMSCP::Composer, croak on invalid arguments\n\n=cut\n\nsub setStdRoutines\n{\n    my ( $self, $subStdout, $subStderr ) = @_;\n\n    $subStdout ||= sub { print STDOUT $_[0]; };\n    ref $subStdout eq 'CODE' or croak(\n        'Expects a routine as first parameter for STDOUT processing'\n    );\n    $self->{'_stdout'} = $subStdout;\n    $subStderr ||= sub { print STDERR $_[0]; };\n    ref $subStderr eq 'CODE' or croak(\n        'Expects a routine as second parameter for STDERR processing'\n    );\n    $self->{'_stderr'} = $subStderr;\n    $self;\n}\n\n=item loadComposerJson( [ $composerJson = $self->{'composer_json} ] )\n\n Load composer.json\n\n Return iMSCP::Composer, die on failure\n\n=cut\n\nsub loadComposerJson\n{\n    my ( $self, $composerJson ) = @_;\n\n    $composerJson //= $self->{'composer_json'} // '';\n\n    return $self unless length $self->{'composer_json'};\n\n    $self->{'composer_json'} = File::Spec->rel2abs(\n        $self->{'composer_json'}, $self->{'composer_working_dir'}\n    );\n\n    defined( $self->{'composer_json'} = iMSCP::File->new(\n        filename => $self->{'composer_json'} )->get()\n    ) or die(\n        getMessageByType( 'error', { amount => 1, remove => TRUE } )\n    );\n\n    $self->{'composer_json'} = from_json(\n        $self->{'composer_json'}, { utf8 => TRUE }\n    );\n    $self;\n}\n\n=item dumpComposerJson( )\n\n Dump composer.json into composer working directory\n\n Return iMSCP::Composer, die on failure\n\n=cut\n\nsub dumpComposerJson\n{\n    my ( $self ) = @_;\n\n    $self->_createWorkingDir();\n\n    return $self unless ref $self->{'composer_json'} eq 'HASH';\n\n    my $file = iMSCP::File->new(\n        filename => \"$self->{'composer_working_dir'}/composer.json\"\n    );\n    my $rs = $file->set( $self->getComposerJson());\n    $rs ||= $file->save();\n    $rs ||= $file->owner( $self->{'_euid'}, $self->{'_egid'} );\n    $rs == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ));\n\n    $self;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _createWorkingDir()\n\n Create composer working directory\n\n Return void, die on failure\n\n=cut\n\nsub _createWorkingDir( )\n{\n    my ( $self ) = @_;\n\n    return if -d $self->{'composer_working_dir'};\n\n    iMSCP::Dir->new( dirname => $self->{'composer_working_dir'} )->make( {\n        user           => $self->{'_euid'},\n        group          => $self->{'_egid'},\n        fixpermissions => TRUE\n    } );\n}\n\n=item _removeAutoloader()\n\n Remove composer autoloader\n\n Return void, die on failure\n\n=cut\n\nsub _removeAutoloader( )\n{\n    my ( $self ) = @_;\n\n    if ( -d \"$self->{'composer_working_dir'}/vendor/composer\" ) {\n        iMSCP::Dir->new(\n            dirname => \"$self->{'composer_working_dir'}/vendor/composer\"\n        )->clear(\n            undef, qr/^(ClassLoader|autoload_.*)\\.php$/\n        );\n    }\n\n    if ( -f \"$self->{'composer_working_dir'}/vendor/autoload.php\" ) {\n        iMSCP::File->new(\n            filename => \"$self->{'composer_working_dir'}/vendor/autoload.php\"\n        )->delFile() == 0 or die( getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ));\n    }\n}\n\n=item _getSuCmd( @_ )\n\n Return SU command\n\n Param list @_ Command\n Return array command\n\n=cut\n\nsub _getSuCmd\n{\n    my $self = shift;\n\n    if ( $self->{'_euid'} == 0 ) {\n        $ENV{'COMPOSER_ALLOW_SUPERUSER'} = TRUE;\n        $ENV{'COMPOSER_HOME'} = $self->{'composer_home'};\n        return \\@_;\n    }\n\n    [\n        '/bin/su', '-l', $self->{'user'},\n        '-s', '/bin/sh',\n        '-c', \"COMPOSER_HOME=$self->{'composer_home'} @_\"\n    ];\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Config.pm",
    "content": "=head1 NAME\n\n iMSCP::Config - i-MSCP configuration file handler\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Config;\n\nuse strict;\nuse warnings;\nuse 5.014;\nuse iMSCP::Debug;\nuse Fcntl 'O_RDWR', 'O_CREAT', 'O_RDONLY';\nuse Tie::File;\nuse parent 'Common::Object';\n\n=head1 DESCRIPTION\n\n Provides access to various i-MSCP configuration files through tied hash variable\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item flush( )\n\n Write data immediately in file\n Return int 0;\n\n=cut\n\nsub flush\n{\n    my ($self) = @_;\n\n    return 0 if $self->{'readonly'}\n        || !( $self->{'tieFileObject'}->{'defer'} || $self->{'tieFileObject'}->{'autodeferring'} );\n\n    $self->{'tieFileObject'}->flush();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item TIEHASH( )\n\n Constructor. Called by the tie function\n\n Required arguments for tie( )\n  - fileName: Configuration file path\n Optional arguments for tie( )\n  - nocreate: Do not create file if it doesn't already exist, die instead\n  - nodeferring: Writes in file immediately instead of deffering writing (Only relevant in write mode)\n  - nodie: Do not die when accessing to an non-existent configuration parameter\n  - readonly: Sets a read-only access on the configuration file\n  - temporary: Enable temporary overriding of configuration values (changes are not persistent)\n\n=cut\n\nsub TIEHASH\n{\n    ( shift )->new( @_ );\n}\n\n=item FETCH( $param )\n\n Return value of the given configuration parameter\n\n Param string param Configuration parameter name\n Return scalar|undef Configuration parameter value if defined, empty value if 'nodie' attribute is set or die\n\n=cut\n\nsub FETCH\n{\n    my ($self, $param) = @_;\n\n    $self->{'configValues'}->{$param} // ( $self->{'nodie'}\n        ? ''\n        : die(\n            sprintf(\n                'Accessing a non-existing parameter: %s in %s file from: %s (line %s)',\n                $param,\n                $self->{'fileName'},\n                ( caller )[1, 2]\n            )\n        )\n    );\n}\n\n=item STORE( $param, $value )\n\n Store the given configuration parameter\n\n Param string param Configuration parameter name\n Param string $value Configuration parameter value\n Return string Stored value\n\n=cut\n\nsub STORE\n{\n    my ($self, $param, $value) = @_;\n\n    !$self->{'readonly'} || $self->{'temporary'} or die(\n        sprintf( \"Couldn't store value for the '%s' parameter: config object is readonly\", $param )\n    );\n\n    return $self->_insertConfig( $param, $value ) unless exists $self->{'configValues'}->{$param};\n    $self->_replaceConfig( $param, $value );\n}\n\n=item FIRSTKEY( )\n\n Return the first configuration parameter\n\n Return string\n\n=cut\n\nsub FIRSTKEY\n{\n    my ($self) = @_;\n\n    $self->{'_list'} = [ sort keys %{$self->{'configValues'}} ];\n    $self->NEXTKEY;\n}\n\n=item NEXTKEY( )\n\n Return the next configuration parameters\n\n Return string\n\n=cut\n\nsub NEXTKEY\n{\n    shift @{$_[0]->{'_list'}};\n}\n\n=item EXISTS( $param )\n\n Verify that the given configuration parameter exists\n\n Param string param configuration parameter name\n Return true if the given configuration parameter exists, false otherwise\n\n=cut\n\nsub EXISTS\n{\n    my ($self, $param) = @_;\n\n    exists $self->{'configValues'}->{$param};\n}\n\n=item CLEAR( )\n\n Clear all configuration parameters\n\n=cut\n\nsub CLEAR\n{\n    my ($self) = @_;\n\n    @{$self->{'tiefile'}} = ();\n    $self->{'configValues'} = {};\n    $self->{'lineMap'} = {};\n    $self;\n}\n\n=item DESTROY( )\n\n Destroy\n\n=cut\n\nsub DESTROY\n{\n    my ($self) = @_;\n\n    undef $self->{'tieFileObject'};\n    untie( @{$self->{'tiefile'}} );\n}\n\n=item _init( )\n\n Initialization\n\n Return iMSCP::Config, die on failure\n\n=cut\n\nsub _init\n{\n    my ($self) = @_;\n\n    defined $self->{'fileName'} or die( 'fileName attribute is not defined' );\n\n    @{$self->{'tiefile'}} = ();\n    $self->{'tieFileObject'} = undef;\n    $self->{'configValues'} = {};\n    $self->{'lineMap'} = {};\n    $self->{'confFileName'} = $self->{'fileName'};\n    $self->_loadConfig();\n    $self;\n}\n\n=item _loadConfig( )\n\n Load i-MSCP configuration file\n\n Return undef or die on failure\n\n=cut\n\nsub _loadConfig\n{\n    my ($self) = @_;\n\n    my $mode = $self->{'nocreate'}\n        ? ( $self->{'readonly'} ? O_RDONLY : O_RDWR )\n        : ( $self->{'readonly'} ? O_RDONLY : O_RDWR | O_CREAT );\n\n    $self->{'tieFileObject'} = tie @{$self->{'tiefile'}}, 'Tie::File', $self->{'confFileName'}, mode => $mode;\n    $self->{'tieFileObject'} or die( sprintf( \"Couldn't tie %s file: %s\", $self->{'confFileName'}, $! ));\n    $self->{'tieFileObject'}->defer unless $self->{'nodeferring'} || $self->{'readonly'};\n\n    while ( my ($lineNo, $value) = each( @{$self->{'tiefile'}} ) ) {\n        next unless $value =~ /^([^#\\s=]+)\\s*=\\s*(.*)$/;\n        $self->{'configValues'}->{$1} = $2;\n        $self->{'lineMap'}->{$1} = $lineNo;\n    }\n\n    undef;\n}\n\n=item _insertConfig( $param, $value )\n\n Insert the given configuration parameter\n\n Param string param Configuration parameter name\n Param string $config Configuration parameter value\n Return string $value Configuration parameter value\n\n=cut\n\nsub _insertConfig\n{\n    my ($self, $param, $value) = @_;\n    $value //= '';\n\n    unless ( $self->{'temporary'} ) {\n        push @{$self->{'tiefile'}}, \"$param = $value\";\n        $self->{'lineMap'}->{$param} = $#{$self->{'tiefile'}};\n    }\n\n    $self->{'configValues'}->{$param} = $value;\n}\n\n=item _replaceConfig( $param, $value )\n\n Replace the given configuration parameter value\n\n Param string param Configuration parameter name\n Param string $value Configuration parameter value\n Return string Configuration parameter value\n\n=cut\n\nsub _replaceConfig\n{\n    my ($self, $param, $value) = @_;\n\n    $value //= '';\n    @{$self->{'tiefile'}}[$self->{'lineMap'}->{$param}] = \"$param = $value\" unless $self->{'temporary'};\n    $self->{'configValues'}->{$param} = $value;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Crypt.pm",
    "content": "=head1 NAME\n\n iMSCP::Crypt - Library that provides functions for passwords hashing, verification and data encryption.\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Crypt;\n\nuse strict;\nuse warnings;\nuse Carp;\nuse Crypt::CBC;\nuse Crypt::Eksblowfish::Bcrypt ();\nuse Digest::SHA ();\nuse Digest::MD5 ();\nuse MIME::Base64;\nuse parent 'Exporter';\n\nuse constant ALNUM => '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';\nuse constant ALPHA64 => './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';\nuse constant BASE64 => 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';\n\nour @EXPORT_OK = qw/\n    ALNUM ALPHA64 BASE64\n    randomStr md5 sha256 sha512 bcrypt apr1MD5 htpasswd verify hashEqual\n    encryptBlowfishCBC decryptBlowfishCBC encryptRijndaelCBC decryptRijndaelCBC\n/;\n\n=head1 DESCRIPTION\n\n Library that provides functions for passwords hashing, verification and data encryption.\n\n=head1 FUNCTIONS\n\n=over 4\n\n=item randomStr( $length [, $charList = BASE64 ] )\n\n Generates a secure random string\n\n Param int $length Expected string length\n Param bool string $charList character list to use for string generation (default is Base 64 character set)\n Return string, croak on failure\n\n=cut\n\nsub randomStr( $;$ )\n{\n    my ( $length, $charList ) = ( shift, shift // BASE64 );\n\n    $length =~ /^[\\d]+$/ or croak(\n        'Bad length parameter. Numeric value expected'\n    );\n    $length = int( $length );\n    $length > 0 or croak( 'Length parameter value must be >= 1' );\n\n    my $listLen = length $charList;\n    if ( $listLen == 1 ) {\n        return $charList x $length;\n    }\n\n    my @bytes = split //, Crypt::CBC->random_bytes( $length );\n    my @charList = split //, $charList;\n    my $pos = 0;\n    my $str = '';\n    for ( my $i = 0; $i < $length; $i++ ) {\n        $pos = ( $pos+ord( $bytes[$i] ) ) % $listLen;\n        $str .= $charList[$pos];\n    }\n\n    $str;\n}\n\n=item md5( $password [, $salt = randomStr ] )\n\n Create a hash of the given password using the MD5 algorithm\n\n Param string $password The password to be hashed\n Param string $salt An optional salt string to base the hashing on\n Returns string, croak on failure\n Deprecated As of 2012-6-7, this algorithm is \"no longer considered safe\" by its author. Use bcrypt instead.\n\n=cut\n\nsub md5( $;$ )\n{\n    my ( $password, $salt ) = @_;\n\n    if ( defined $salt ) {\n        length $salt >= 8 or croak(\n            'The salt length must be at least 8 bytes long'\n        );\n    } else {\n        $salt = randomStr( 8 );\n    }\n\n    crypt( $password, '$1$' . $salt );\n}\n\n=item sha256( $password [, $rounds = 5000 [, $salt = randomStr ] ] )\n\n Create a hash of the given password using the SHA-256 algorithm\n\n Param string $password Password to be hashed\n Param int $rounds A numeric value used to indicate how many times the hashing loop should be executed\n Param string $salt An optional salt string to base the hashing on\n Returns string, croak on failure\n\n=cut\n\nsub sha256( $;$$ )\n{\n    my ( $password, $rounds, $salt ) = @_;\n\n    $rounds //= 5000;\n    $rounds =~ /^[\\d]+$/ or croak(\n        'Bad rounds parameter. Numeric value expected.'\n    );\n    $rounds = int( $rounds );\n    $rounds > 999 && $rounds < 5001 or croak(\n        'The rounds parameter must be in range 1000-5000'\n    );\n    $rounds = sprintf( '%1$04d', $rounds );\n\n    if ( defined $salt ) {\n        length $salt >= 16 or croak(\n            'The salt length must be at least 16 bytes long'\n        );\n    } else {\n        $salt = randomStr( 16 );\n    }\n\n    crypt( $password, '$5$rounds=' . $rounds . '$' . $salt );\n}\n\n=item sha512( $password [, $rounds = 5000 [, $salt = randomStr ] ] )\n\n Create a hash of the given password using the SHA-512 algorithm\n\n Param string $password Password to be hashed\n Param int $rounds A numeric value used to indicate how many times the hashing loop should be executed\n Param string $salt An optional salt string to base the hashing on\n Returns string, croak on failure\n\n=cut\n\nsub sha512( $;$$ )\n{\n    my ( $password, $rounds, $salt ) = @_;\n\n    $rounds //= 5000;\n    $rounds =~ /^[\\d]+$/ or croak(\n        'Bad rounds parameter. Numeric value expected.'\n    );\n    $rounds = int( $rounds );\n    $rounds > 999 && $rounds < 5001 or croak(\n        'The rounds parameter must be in range 1000-5000'\n    );\n    $rounds = sprintf( '%1$04d', $rounds );\n\n    if ( defined $salt ) {\n        length $salt >= 16 or croak(\n            'The salt length must be at least 16 bytes long'\n        );\n    } else {\n        $salt = randomStr( 16 );\n    }\n\n    crypt( $password, '$6$rounds=' . $rounds . '$' . $salt );\n}\n\n=item bcrypt($password [, $cost = 10 [, $salt = randomStr ] ])\n\n Create a hash of the given password using the bcrypt algorithm\n\n Param string $password Password to be hashed\n Param int $cost Base-2 logarithm of the iteration count\n Param string $salt An optional salt string to base the hashing on\n Returns string, croak on failure\n=cut\n\nsub bcrypt( $;$$ )\n{\n    my ( $password, $cost, $salt ) = @_;\n\n    $cost //= 10;\n    $cost =~ /^[\\d]+$/ or croak(\n        'Bad cost parameter. Numeric value expected.'\n    );\n    $cost = int( $cost );\n    $cost > 3 && $cost < 32 or croak(\n        'The cost parameter must be in range 04-31'\n    );\n    $cost = sprintf( '%1$02d', $cost );\n\n    if ( defined $salt ) {\n        length $salt >= 16 or croak(\n            'The salt length must be at least 16 bytes long'\n        );\n    } else {\n        $salt = randomStr( 16 );\n    }\n\n    # FIXME Add support for new $2y$ prefix by re-implementing bcrypt\n    Crypt::Eksblowfish::Bcrypt::bcrypt( $password,\n        '$2a$' . $cost . '$' . Crypt::Eksblowfish::Bcrypt::en_base64( $salt ));\n}\n\n=item apr1MD5( $password [, $salt = randomStr(8, ALPHA64) ] )\n\n APR1 MD5 algorithm (see http://svn.apache.org/viewvc/apr/apr/trunk/crypto/apr_md5.c?view=markup)\n\n Param string $password The password to be hashed\n Param string $salt Salt An optional salt string to base the hashing on\n Return string\n\n=cut\n\nsub apr1MD5( $;$ )\n{\n    my ( $password, $salt ) = @_;\n\n    if ( $salt ) {\n        length $salt == 8 or croak(\n            'The salt length for md5 (APR1) algorithm must be 8 bytes long'\n        );\n        my $regexp = qr/[^${ \\( ALPHA64 ) }]/;\n        $salt !~ /$regexp/ or croak(\n            'The salt must be a string in the alphabet \"./0-9A-Za-z\"'\n        );\n    } else {\n        $salt = randomStr( 8, ALPHA64 );\n    }\n\n    my $len = length $password;\n    my $context = $password . '$apr1$' . $salt;\n    my $bin = pack(\n        'H32', Digest::MD5::md5_hex( $password . $salt . $password\n    ));\n\n    for ( my $i = $len; $i > 0; $i -= 16 ) {\n        $context .= substr( $bin, 0, ( 16, $i )[16 > $i] );\n    }\n\n    my @password = split //, $password;\n    for ( my $i = $len; $i > 0; $i >>= 1 ) {\n        $context .= ( $i & 1 ) ? chr( 0 ) : $password[0];\n    }\n\n    $bin = pack( 'H32', Digest::MD5::md5_hex( $context ));\n\n    for ( my $i = 0; $i < 1000; $i++ ) {\n        my $new = ( $i & 1 ) ? $password : $bin;\n        $new .= $salt if $i % 3;\n        $new .= $password if $i % 7;\n        $new .= ( $i & 1 ) ? $bin : $password;\n        $bin = pack( 'H32', Digest::MD5::md5_hex( $new ));\n    }\n\n    my @bin = split //, $bin;\n    my $tmp = '';\n    for ( my $i = 0; $i < 5; $i++ ) {\n        my $k = $i+6;\n        my $j = $i+12;\n        $j = 5 if $j == 16;\n        $tmp = $bin[$i] . $bin[$k] . $bin[$j] . $tmp;\n    }\n\n    '$apr1$' . $salt . '$' . _toAlphabet64(\n        chr( 0 ) . chr( 0 ) . $bin[11] . $tmp\n    );\n}\n\n=item htpasswd( $password [, $cost = 10 [, $salt = randomStr [, $format = 'md5' ] ] ] )\n\n Create an htpasswd password hash of the given password using the given algorithm\n\n See http://httpd.apache.org/docs/2.4/misc/password_encryptions.html\n\n Param string $password The password to be hashed\n Param int $cost Base-2 logarithm of the iteration count (only relevant for bcrypt format)\n Param string $salt An optional salt string to base the hashing on (only relevant for bcrypt, crypt and md5 formats)\n Param string $format Format in which the password must be hashed (bcrypt|crypt|sha1|md5) -  Default is md5 (APR1)\n Return string, croak on failure\n\n=cut\n\nsub htpasswd( $;$$ )\n{\n    my ( $password, $cost, $salt, $format ) = @_;\n    $format //= 'md5';\n\n    if ( $format eq 'bcrypt' ) {\n        return bcrypt( $password, $cost, $salt );\n    }\n\n    if ( $format eq 'crypt' ) {\n        if ( $salt ) {\n            length $salt == 2 or croak(\n                'The salt length must be 2 bytes long'\n            );\n            my $regexp = qr/[^${ \\( ALPHA64 ) }]/;\n            $salt !~ /$regexp/ or croak(\n                'The salt must be a string in the alphabet \"./0-9A-Za-z\"'\n            );\n        } else {\n            $salt = randomStr( 2, ALPHA64 );\n        }\n\n        return crypt( $password, $salt );\n    }\n\n    if ( $format eq 'sha1' ) {\n        return '{SHA}' . encode_base64( Digest::SHA::sha1( $password ), '' );\n    }\n\n    if ( $format eq 'md5' ) {\n        return apr1MD5( $password, $salt );\n    }\n\n    croak( sprintf(\n        'The %s format is not valid. The supported formats are: %s',\n        $format,\n        'bcrypt, crypt, md5 and sha1'\n    ));\n}\n\n=item verify( $password, $hash )\n\n Verify the given password against the given hash\n\n Param string $password The password to be checked\n Param string $hash The hash to be checked against\n Return bool, croak on failure\n\n=cut\n\nsub verify( $$ )\n{\n    my ( $password, $hash ) = @_;\n\n    if ( substr( $hash, 0, 5 ) eq '{SHA}' ) { # htpasswd sha1 hashed password\n        return hashEqual(\n            $hash, '{SHA}' . encode_base64( Digest::SHA::sha1( $password ), ''\n        ));\n    }\n\n    if ( substr( $hash, 0, 6 ) eq '$apr1$' ) {\n        # htpasswd md5 (APR1) hashed password\n        my @token = split /\\$/, $hash;\n        $token[2] or croak( 'APR1 password format is not valid' );\n        return hashEqual( $hash, apr1MD5( $password, $token[2] ));\n    }\n\n    if ( substr( $hash, 0, 4 ) eq '$2a$' ) { # bcrypt hashed password\n        return hashEqual(\n            $hash, Crypt::Eksblowfish::Bcrypt::bcrypt( $password, $hash\n        ));\n    }\n\n    hashEqual( $hash, crypt( $password, $hash ));\n}\n\n=item hashEqual( $knownString, $userString )\n\n Timing attack safe string comparison\n\n Param string $knownString The string of known length to compare against\n Param string $userString The user-supplied string\n Return bool\n\n=cut\n\nsub hashEqual( $$ )\n{\n    my ( $knownString, $userString ) = @_;\n\n    return unless defined $userString;\n\n    my $lenExpected = length $knownString;\n    my $lenActual = length $userString;\n    my $len = ( $lenExpected, $lenActual )[$lenExpected > $lenActual];\n    my $result = 0;\n    my @knownString = split //, $knownString;\n    my @userString = split //, $userString;\n\n    for ( my $i = 0; $i < $len; $i++ ) {\n        $result |= ord( $knownString[$i] ) ^ ord( $userString[$i] );\n    }\n\n    $result |= $lenExpected ^ $lenActual;\n    $result == 0;\n}\n\n=item encryptBlowfishCBC( $key, $iv, $data )\n\n Encrypt the given data using the Blowfish algorithm (Cipher) in CBC mode\n\n Param string $key Encryption key (4 up to 56 bytes long (32 up to 448 bits))\n Param string $iv Initialization vector (8 bytes long (64 bits))\n Param string $data Data to encrypt\n Return string A base64 encoded string representing encrypted data, croak on failure\n\n=cut\n\nsub encryptBlowfishCBC( $$$ )\n{\n    _encryptCBC( 'Crypt::Blowfish', @_ );\n}\n\n=item decryptBlowfishCBC( $key, $iv, $data )\n\n Decrypt the given data using the Blowfish algorithm (Cipher) in CBC mode\n\n Note: PKCS#5/PKCS#7 padding is assumed.\n\n Param string $key Decryption key (4 up to 56 bytes long (32 up to 448 bits))\n Param string $iv Initialization vector (8 bytes long (64 bits))\n Param string $data A base64 encoded string representing encrypted data\n Return string, croak on failure\n\n=cut\n\nsub decryptBlowfishCBC( $$$ )\n{\n    _decryptCBC( 'Crypt::Blowfish', @_ );\n}\n\n=item encryptRijndaelCBC( $key, $iv, $data )\n\n Encrypt the given data using the AES (Rijndael) algorithm (Cipher) in CBC mode\n\n Note: PKCS#5/PKCS#7 padding is assumed.\n\n Param string $key Encryption key (16, 24, 32 or bytes long (128, 192 or 256 bits))\n Param string $iv Initialization vector (16 bytes long (128 bits))\n Param string $data Data to encrypt\n Return A string base64 encoded string representing encrypted data, croak on failure\n\n=cut\n\nsub encryptRijndaelCBC( $$$ )\n{\n    _encryptCBC( 'Crypt::Rijndael', @_ );\n}\n\n=item decryptRijndaelCBC( $key, $iv, $data )\n\n Decrypt the given data using the AES (Rijndael) algorithm (Cipher) in CBC mode\n\n Note: PKCS#5/PKCS#7 padding is assumed.\n\n Param string $key Decryption key (16, 24, 32 or bytes long (128, 192 or 256 bits))\n Param string $iv Initialization vector (16 bytes long (128 bits))\n Param string $data A base64 encoded string representing encrypted data\n Return string, croak on failure\n\n=cut\n\nsub decryptRijndaelCBC( $$$ )\n{\n    _decryptCBC( 'Crypt::Rijndael', @_ );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _encryptCBC( $algorithm, $key, $iv, $data )\n\n Encrypt the given data using the given algorithm (Cipher) in CBC mode\n\n Note: PKCS#5/PKCS#7 padding is assumed.\n\n Param string $algorithm Algorithm\n Param string $key Encryption key\n Param string $iv Initialization vector\n Param string $data Data to encrypt\n Return string A base64 encoded string representing encrypted data, croak on failure\n\n=cut\n\nsub _encryptCBC( $$$$ )\n{\n    my ( $algorithm, $key, $iv, $data ) = @_;\n\n    encode_base64(\n        Crypt::CBC->new(\n            -cipher      => $algorithm,\n            -key         => $key,\n            -keysize     => length $key,\n            -blocksize   => length $iv,\n            -literal_key => 1,\n            -iv          => $iv,\n            -header      => 'none',\n            -padding     => 'standard'\n        )->encrypt( $data ),\n        ''\n    );\n}\n\n=item _decryptCBC( $algorithm, $key, $iv, $data )\n\n Decrypt the given data using the given algorithm (Cipher) in CBC mode\n\n Note: PKCS#5/PKCS#7 padding is assumed.\n\n Param string $algorithm Algorithm\n Param string $key Decryption key\n Param string $iv Initialization vector\n Param string $data A base64 encoded string representing encrypted data\n Return string, croak on failure\n\n=cut\n\nsub _decryptCBC( $$$$ )\n{\n    my ( $algorithm, $key, $iv, $data ) = @_;\n\n    Crypt::CBC->new(\n        -cipher      => $algorithm,\n        -key         => $key,\n        -keysize     => length $key,\n        -blocksize   => length $iv,\n        -literal_key => 1,\n        -iv          => $iv,\n        -header      => 'none',\n        -padding     => 'standard'\n    )->decrypt(\n        decode_base64( $data )\n    );\n}\n\n=item _toAlphabet64( $string )\n\n Convert a binary string using the \"./0-9A-Za-z\" alphabet\n\n Param string $string String to be converted\n Return string\n\n=cut\n\nsub _toAlphabet64( $ )\n{\n    my $string = shift;\n\n    $string = reverse( substr( encode_base64( $string, '' ), 2 ));\n    eval \"\\$string =~ tr#${ \\( BASE64 ) }#${ \\( ALPHA64 ) }#\";\n    $string;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Cwd.pm",
    "content": "=head1 NAME\n\n iMSCP::Cwd - Allows to restrict scope of chdir() calls to enclosing block\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n\npackage iMSCP::Cwd;\n\nuse strict;\nuse warnings;\nuse Exporter 'import';\n\nour @EXPORT = qw/ $CWD /;\nour $CWD;\n\ntie $CWD, 'iMSCP::Cwd::SCALAR' or die \"Can't tie \\$CWD\";\n\n{\n    package iMSCP::Cwd::SCALAR;\n\n    use Cwd;\n\n    sub TIESCALAR\n    {\n        bless [], $_[0];\n    }\n\n    sub FETCH\n    {\n        getcwd();\n    }\n\n    sub STORE\n    {\n        return unless defined $_[1];\n        chdir( $_[1] ) or die( sprintf( \"Couldn't change directory to %s: %s:\", $_[1], $! ));\n    }\n}\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Database/MariaDB.pm",
    "content": "=head1 NAME\n\n iMSCP::Database::MariaDB - MariaDB database adapter\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage iMSCP::Database::MariaDB;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse parent 'iMSCP::Database::MySQL';\n\n=head1 DESCRIPTION\n\n MariaDB database adapter\n\n=cut\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item connect( )\n\n Connect to the SQL server\n\n Return int 0 on success, error string on failure\n\n=cut\n\nsub connect\n{\n    my ( $self ) = @_;\n\n    my $dsn = join ';', (\n        \"dbi:MariaDB:database=$self->{'db'}->{'DATABASE_NAME'}\",\n        'host=' . ( index( $self->{'db'}->{'DATABASE_HOST'}, ':' ) != -1\n            ? '[' . $self->{'db'}->{'DATABASE_HOST'} . ']'\n            : $self->{'db'}->{'DATABASE_HOST'}\n        ),\n        ( $self->{'db'}->{'DATABASE_HOST'} eq 'localhost'\n            ? ()\n            : ( length $self->{'db'}->{'DATABASE_PORT'}\n                ? \"port=$self->{'db'}->{'DATABASE_PORT'}\" : ()\n            )\n        ),\n        # Don't issue SET NAMES as the DBD::MariaDB driver already issue\n        # \"SET NAMES utf8mb4\" via C library function.\n        # See https://github.com/i-MSCP/imscp/commit/39185a0619eabdc317916817de22d5878e00ba11#r33912557\n        \"SESSION sql_mode = 'NO_AUTO_CREATE_USER',\"\n            . 'SESSION group_concat_max_len = 65535'\n    );\n\n    if ( $self->{'connection'}\n        && $self->{'_dsn'} eq $dsn\n        && $self->{'_currentUser'} eq $self->{'db'}->{'DATABASE_USER'}\n        && $self->{'_currentPassword'} eq $self->{'db'}->{'DATABASE_PASSWORD'}\n    ) {\n        return 0;\n    }\n\n    eval {\n        $self->{'connection'}->disconnect() if $self->{'connection'};\n        $self->{'connection'} = DBI->connect(\n            $dsn,\n            $self->{'db'}->{'DATABASE_USER'},\n            $self->{'db'}->{'DATABASE_PASSWORD'},\n            $self->{'db'}->{'DATABASE_SETTINGS'}\n        );\n    };\n    return $@ if $@;\n\n    @{ $self }{qw/ _dsn _currentUser _currentPassword /} = (\n        $dsn,\n        $self->{'db'}->{'DATABASE_USER'},\n        $self->{'db'}->{'DATABASE_PASSWORD'}\n    );\n    \n    0;\n}\n\n=item endTransaction( )\n\n Warning: This method is deprecated as of version 1.5.0 and will be removed in\n later version. Don't call it in new code.\n\n End a database transaction\n\n=cut\n\nsub endTransaction\n{\n    my ( $self ) = @_;\n\n    my $dbh = $self->getRawDb();\n\n    @{ $dbh }{qw/ AutoCommit RaiseError mariadb_auto_reconnect /} = (\n        TRUE, FALSE, TRUE\n    );\n\n    $self->{'connection'};\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::Database::MariaDB\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->SUPER::_init();\n\n    delete @{ $self->{'db'}->{'DATABASE_SETTINGS'} }{\n        qw/ mysql_connect_timeout mysql_auto_reconnect /\n    };\n\n    @{ $self->{'db'}->{'DATABASE_SETTINGS'} }{qw/\n        mariadb_connect_timeout mariadb_auto_reconnect\n    /} = ( 5, TRUE );\n\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Database/MySQL.pm",
    "content": "=head1 NAME\n\n iMSCP::Database::MySQL - MySQL database adapter\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\npackage iMSCP::Database::MySQL;\n\nuse strict;\nuse warnings;\nuse DBI;\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'debug';\nuse iMSCP::Execute 'execute';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n MySQL database adapter\n\n=cut\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item ( $prop, $value )\n\n Set properties\n\n Param string $prop Propertie name\n Param string|undef $value Propertie value\n Return string|undef Value of propertie which has been set or undef in case the properties doesn't exist\n\n=cut\n\nsub set\n{\n    my ( $self, $prop, $value ) = @_;\n\n    return unless exists $self->{'db'}->{$prop};\n\n    $self->{'db'}->{$prop} = $value;\n}\n\n=item connect( )\n\n Connect to the SQL server\n\n Return int 0 on success, error string on failure\n\n=cut\n\nsub connect\n{\n    my ( $self ) = @_;\n\n    my $dsn = join ';', (\n        \"dbi:mysql:database=$self->{'db'}->{'DATABASE_NAME'}\",\n        'host=' . ( index( $self->{'db'}->{'DATABASE_HOST'}, ':' ) != -1\n            ? '[' . $self->{'db'}->{'DATABASE_HOST'} . ']'\n            : $self->{'db'}->{'DATABASE_HOST'}\n        ),\n        ( $self->{'db'}->{'DATABASE_HOST'} eq 'localhost'\n            ? ()\n            : ( length $self->{'db'}->{'DATABASE_PORT'}\n            ? \"port=$self->{'db'}->{'DATABASE_PORT'}\" : ()\n        )\n        ),\n        'mysql_init_command=SET NAMES utf8, SESSION sql_mode = '\n            . \"'NO_AUTO_CREATE_USER', SESSION group_concat_max_len = 65535\"\n    );\n\n    if ( $self->{'connection'}\n        && $self->{'_dsn'} eq $dsn\n        && $self->{'_currentUser'} eq $self->{'db'}->{'DATABASE_USER'}\n        && $self->{'_currentPassword'} eq $self->{'db'}->{'DATABASE_PASSWORD'}\n    ) {\n        return 0;\n    }\n\n    eval {\n        $self->{'connection'}->disconnect() if $self->{'connection'};\n        $self->{'connection'} = DBI->connect(\n            $dsn,\n            $self->{'db'}->{'DATABASE_USER'},\n            $self->{'db'}->{'DATABASE_PASSWORD'},\n            $self->{'db'}->{'DATABASE_SETTINGS'}\n        );\n    };\n    return $@ if $@;\n\n    @{ $self }{qw/ _dsn _currentUser _currentPassword /} = (\n        $dsn,\n        $self->{'db'}->{'DATABASE_USER'},\n        $self->{'db'}->{'DATABASE_PASSWORD'}\n    );\n\n    0;\n}\n\n=item useDatabase( $dbName )\n\n Change database for the current connection\n\n Param string $dbName Database name\n Return string Old database on success, die on failure\n\n=cut\n\nsub useDatabase\n{\n    my ( $self, $dbName ) = @_;\n\n    defined $dbName && $dbName ne '' or die(\n        '$dbName parameter is not defined or invalid'\n    );\n\n    my $oldDbName = $self->{'db'}->{'DATABASE_NAME'};\n    return $oldDbName if $dbName eq $oldDbName;\n\n    my $dbh = $self->getRawDb();\n    unless ( $dbh->ping() ) {\n        $self->connect();\n        $dbh = $self->getRawDb();\n    }\n\n    $dbh->do( 'USE ' . $self->quoteIdentifier( $dbName ));\n\n    $self->{'db'}->{'DATABASE_NAME'} = $dbName;\n    $oldDbName;\n}\n\n=item startTransaction( )\n\n Warning: This method is deprecated as of version 1.5.0 and will be removed in\n later version. Don't call it in new code.\n\n Start a database transaction\n\n=cut\n\nsub startTransaction\n{\n    my ( $self ) = @_;\n\n    my $dbh = $self->getRawDb();\n    $dbh->begin_work();\n    $dbh->{'RaiseError'} = TRUE;\n    $dbh;\n}\n\n=item endTransaction( )\n\n Warning: This method is deprecated as of version 1.5.0 and will be removed in\n later version. Don't call it in new code.\n\n End a database transaction\n\n=cut\n\nsub endTransaction\n{\n    my ( $self ) = @_;\n\n    my $dbh = $self->getRawDb();\n\n    @{ $dbh }{qw/ AutoCommit RaiseError mysql_auto_reconnect /} = (\n        TRUE, FALSE, TRUE\n    );\n\n    $self->{'connection'};\n}\n\n=item getRawDb( )\n\n Get raw DBI instance\n\n Return DBI instance, die on failure\n\n=cut\n\nsub getRawDb\n{\n    my ( $self ) = @_;\n\n    return $self->{'connection'} if $self->{'connection'};\n\n    my $rs = $self->connect();\n    !$rs or die( sprintf( \"Couldn't connect to SQL server: %s\", $rs ));\n    $self->{'connection'};\n}\n\n=item doQuery( $key, $query [, @bindValues = ( ) ] )\n\n Execute the given SQL statement\n\n Warning: This method is deprecated as of version 1.5.0 and will be removed in\n later version. Don't call it in new code.\n\n Param int|string $key Query key\n Param string $query SQL statement to be executed\n Param array @bindValues Optionnal binds parameters\n Return hashref on success, error string on failure\n\n=cut\n\nsub doQuery\n{\n    my ( $self, $key, $query, @bindValues ) = @_;\n\n    local $@;\n    my $qrs = eval {\n        defined $query or die 'No query provided';\n        my $dbh = $self->getRawDb();\n        local $dbh->{'RaiseError'} = FALSE;\n        my $sth = $dbh->prepare( $query ) or die $DBI::errstr;\n        $sth->execute( @bindValues ) or die $DBI::errstr;\n        $sth->fetchall_hashref( $key ) || {};\n    };\n\n    return \"$@\" if $@;\n    $qrs;\n}\n\n=item getDbTables( [ $dbName = $self->{'db'}->{'DATABASE_NAME'} ] )\n\n Return list of table for the given database\n\n Param string $dbName Database name\n Return array on success, die on failure\n\n=cut\n\nsub getDbTables\n{\n    my ( $self, $dbName ) = @_;\n    $dbName //= $self->{'db'}->{'DATABASE_NAME'};\n\n    my $dbh = $self->getRawDb();\n\n    my $tables = $dbh->selectall_hashref(\n        '\n            SELECT TABLE_NAME\n            FROM INFORMATION_SCHEMA.COLUMNS\n            WHERE TABLE_SCHEMA = ?\n        ',\n        'TABLE_NAME',\n        undef,\n        $dbName\n    );\n\n    [ keys %{ $tables } ];\n}\n\n=item getTableColumns( [$tableName [, dbName = $self->{'db'}->{'DATABASE_NAME'} ] ] )\n\n Return list of columns for the given table in the given database\n\n Param string $tableName Table name\n Param string $dbName Database name\n Return arrayref on success, die on failure\n\n=cut\n\nsub getTableColumns\n{\n    my ( $self, $tableName, $dbName ) = @_;\n    $dbName //= $self->{'db'}->{'DATABASE_NAME'};\n\n    my $columns = $self->getRawDb()->selectall_hashref(\n        '\n            SELECT COLUMN_NAME\n            FROM INFORMATION_SCHEMA.COLUMNS\n            WHERE TABLE_SCHEMA = ?\n            AND TABLE_NAME = ?\n        ',\n        'COLUMN_NAME',\n        undef,\n        $dbName,\n        $tableName\n    );\n\n    [ keys %{ $columns } ];\n}\n\n=item dumpdb( $dbName, $dbDumpTargetDir )\n\n Dump the given database\n\n Param string $dbName Database name\n Param string $dbDumpTargetDir Database dump target directory\n Return void, die on failure\n\n=cut\n\nsub dumpdb\n{\n    my ( undef, $dbName, $dbDumpTargetDir ) = @_;\n\n    # Encode slashes as SOLIDUS unicode character\n    # Encode dots as Full stop unicode character\n    ( my $encodedDbName = $dbName )\n        =~ s%([./])%{ '/', '@002f', '.', '@002e' }->{$1} %ge;\n\n    debug( sprintf(\n        \"Dump '%s' database into %s\",\n        $dbName,\n        $dbDumpTargetDir . '/' . $encodedDbName . '.sql'\n    ));\n\n    my $stderr;\n    execute(\n        [\n            '/usr/bin/mysqldump',\n            '--opt',\n            '--complete-insert',\n            '--add-drop-database',\n            '--allow-keywords',\n            '--compress',\n            '--quote-names',\n            '-r', \"$dbDumpTargetDir/$encodedDbName.sql\",\n            '-B', $dbName\n        ],\n        undef,\n        \\$stderr\n    ) == 0 or die( sprintf(\n        \"Couldn't dump the '%s' database: %s\",\n        $dbName,\n        $stderr || 'Unknown error'\n    ));\n}\n\n=item quoteIdentifier( $identifier )\n\n Quote the given identifier (database name, table name or column name)\n\n\n Param string $identifier Identifier to be quoted\n Return string Quoted identifier\n\n=cut\n\nsub quoteIdentifier\n{\n    my ( $self, $identifier ) = @_;\n\n    $self->getRawDb()->quote_identifier( $identifier );\n}\n\n=item quote( $string )\n\n Quote the given string\n\n Param string $string String to be quoted\n Return string Quoted string\n\n=cut\n\nsub quote\n{\n    my ( $self, $string ) = @_;\n\n    $self->getRawDb()->quote( $string );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::Database::MySQL\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    # For internal use only\n    @{ $self }{qw/ _dsn _currentUser _currentPassword db /} = ( '', '', '', {\n        DATABASE_NAME     => '',\n        DATABASE_HOST     => 'localhost',\n        DATABASE_PORT     => '3306',\n        DATABASE_USER     => undef,\n        DATABASE_PASSWORD => undef,\n        DATABASE_SETTINGS => {\n            AutoCommit            => TRUE,\n            AutoInactiveDestroy   => TRUE,\n            mysql_connect_timeout => 5,\n            mysql_auto_reconnect  => TRUE,\n            PrintError            => FALSE,\n            RaiseError            => TRUE,\n        } } );\n\n    $self;\n}\n\n=back\n\n=head1 MONKEY PATCHES\n\n=over 4\n\n=item begin_work( )\n\n Monkey patch for https://github.com/perl5-dbi/DBD-mysql/issues/202\n\n=cut\n\n{\n    no warnings qw/ once redefine /;\n\n    *DBD::_::db::begin_work = sub\n    {\n        my $dbh = shift;\n        return $dbh->set_err( $DBI::stderr, 'Already in a transaction' )\n            unless $dbh->FETCH( 'AutoCommit' );\n        # Make sure that connection is alive (mysql_auto_reconnect)\n        $dbh->ping();\n        # will croak if driver doesn't support it\n        $dbh->STORE( 'AutoCommit', FALSE );\n        # trigger post commit/rollback action\n        $dbh->STORE( 'BegunWork', TRUE );\n        return 1;\n    };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Database.pm",
    "content": "=head1 NAME\n\n iMSCP::Database Database adapter factory\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Database;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse Module::Load::Conditional 'check_install';\n\n=head1 DESCRIPTION\n\n Database adapter factory.\n\n=cut\n\n=head1 FUNCTIONS\n\n=over 4\n\n=item factory( )\n\n Create and return a database adapter instance.\n\n Return iMSCP::Database::MariaDB|iMSCP::Database::MySQL\n\n=cut\n\nsub factory\n{\n    CORE::state $adapter;\n\n    $adapter //= do {\n        # The DBD::MariaDB driver is only available in recent distributions\n        # such as Debian Buster (10.x)\n        $adapter = !!check_install(\n            module => 'DBD::MariaDB', verbose => FALSE\n        ) ? 'iMSCP::Database::MariaDB' : 'iMSCP::Database::MySQL';\n\n        eval \"require $adapter\" or die( sprintf(\n            \"Couldn't load the '%s' database adapter: %s\", $adapter, $@\n        ));\n\n        $adapter->getInstance();\n    };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/DbTasksProcessor.pm",
    "content": "=head1 NAME\n\n iMSCP::DbTasksProcessor - i-MSCP database tasks processor\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::DbTasksProcessor;\n\nuse strict;\nuse warnings;\nuse Encode 'encode_utf8';\nuse iMSCP::Boolean;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error getMessageByType newDebug endDebug /;\nuse iMSCP::Execute qw/ execute escapeShell /;\nuse iMSCP::Stepper;\nuse JSON;\nuse MIME::Base64 'encode_base64';\nuse parent 'Common::SingletonClass';\n\n# Ensure backward compatibility with plugins\nBEGIN { *process = \\&processDbTasks; }\n\n=head1 DESCRIPTION\n\n i-MSCP database tasks processor.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item processDbTasks\n\n Process all db tasks\n\n Die on failure\n\n=cut\n\nsub processDbTasks\n{\n    my ( $self ) = @_;\n\n    # Plugins tasks\n    # Must always be processed first to allow the plugins registering their\n    # listeners on the event manager.\n    $self->_processModuleDbTasks(\n        'Modules::Plugin',\n        \"\n            SELECT `plugin_id` AS `id`, `plugin_name` AS `name`\n            FROM `plugin`\n            WHERE `plugin_status` IN (\n                'enabled', 'toinstall', 'toenable', 'toupdate', 'tochange',\n                'todisable', 'touninstall'\n            )\n            AND `plugin_error` IS NULL\n            AND `plugin_backend` = 'yes'\n            ORDER BY `plugin_priority` DESC\n        \",\n        TRUE\n    );\n\n    # Server IP addresses\n    $self->_processModuleDbTasks(\n        'Modules::ServerIP',\n        \"\n            SELECT `ip_id` AS `id`, `ip_number` AS `name`\n            FROM `server_ips`\n            WHERE `ip_status` IN( 'toadd', 'tochange', 'todelete' )\n        \",\n        FALSE\n    );\n\n    # toadd|tochange SSL certificates tasks\n    $self->_processModuleDbTasks(\n        'Modules::SSLcertificate',\n        \"\n            SELECT `cert_id` AS `id`, `domain_type` AS `name`\n            FROM `ssl_certs`\n            WHERE `status` IN ('toadd', 'tochange', 'todelete')\n            ORDER BY `cert_id` ASC\n        \",\n        FALSE\n    );\n\n    # toadd|tochange users (unix) tasks\n    $self->_processModuleDbTasks(\n        'Modules::User',\n        \"\n            SELECT `admin_id` AS `id`, `admin_name` AS `name`\n            FROM `admin`\n            WHERE `admin_type` = 'user'\n            AND `admin_status` IN ('toadd', 'tochange', 'tochangepwd')\n            ORDER BY `admin_id` ASC\n        \",\n        FALSE\n    );\n\n    # toadd|tochange|torestore|toenable|todisable domain tasks.\n    # For each entity, process only if the parent entity is in a consistent\n    # state\n    $self->_processModuleDbTasks(\n        'Modules::Domain',\n        \"\n            SELECT `t1`.`domain_id` AS `id`, `t1`.`domain_name` AS `name`\n            FROM `domain` AS `t1`\n            JOIN `admin` AS `t2` ON(`t2`.`admin_id` = `t1`.`domain_admin_id`)\n            WHERE `t1`.`domain_status` IN (\n                'toadd', 'tochange', 'torestore', 'toenable', 'todisable'\n            )\n            AND `t2`.`admin_status` IN('ok', 'disabled')\n            ORDER BY `t1`.`domain_id` ASC\n        \",\n        FALSE\n    );\n\n    # toadd|tochange|torestore|toenable|todisable subdomains tasks.\n    # For each entity, process only if the parent entity is in a consistent\n    # state\n    $self->_processModuleDbTasks(\n        'Modules::Subdomain',\n        \"\n            SELECT `t1`.`subdomain_id` AS `id`,\n                CONCAT(`t1`.`subdomain_name`, '.', `t2`.`domain_name`) AS `name`\n            FROM `subdomain` AS `t1`\n            JOIN `domain` AS `t2` USING(`domain_id`)\n            WHERE `t1`.`subdomain_status` IN (\n                'toadd', 'tochange', 'torestore', 'toenable', 'todisable'\n            )\n            AND `t2`.`domain_status` IN('ok', 'disabled')\n            ORDER BY `t1`.`subdomain_id` ASC\n        \",\n        FALSE\n    );\n\n    # toadd|tochange|torestore|toenable|todisable domain aliases tasks.\n    # For each entity, process only if the parent entity is in a consistent\n    # state.\n    $self->_processModuleDbTasks(\n        'Modules::Alias',\n        \"\n            SELECT `t1`.`alias_id` AS `id`, `t1`.`alias_name` AS `name`\n            FROM `domain_aliasses` AS `t1`\n            JOIN `domain` AS `t2` USING(`domain_id`)\n            WHERE `t1`.`alias_status` IN (\n                'toadd', 'tochange', 'torestore', 'toenable', 'todisable'\n            )\n            AND `t2`.`domain_status` IN('ok', 'disabled')\n            ORDER BY `t1`.`alias_id` ASC\n        \"\n    );\n\n    # toadd|tochange|torestore|toenable|todisable subdomains of domain aliases\n    # tasks. For each entity, process only if the parent entity is in a\n    # consistent state\n    $self->_processModuleDbTasks(\n        'Modules::SubAlias',\n        \"\n            SELECT `t1`.`subdomain_alias_id` AS `id`,\n                CONCAT(`t1`.`subdomain_alias_name`, '.', `t2`.`alias_name`) AS `name`\n            FROM `subdomain_alias` AS `t1`\n            JOIN `domain_aliasses` AS `t2` USING(`alias_id`)\n            WHERE `t1`.`subdomain_alias_status` IN (\n                'toadd', 'tochange', 'torestore', 'toenable', 'todisable'\n            )\n            AND `t2`.`alias_status` IN('ok', 'disabled')\n            ORDER BY `t1`.`subdomain_alias_id` ASC\n        \",\n        FALSE\n    );\n\n    # toadd|tochange|toenable||todisable|todelete custom DNS records which\n    # belong to domains. For each entity, process only if the parent entity is\n    # in a consistent state.\n    $self->_processModuleDbTasks(\n        'Modules::CustomDNS',\n        \"\n            SELECT `t1`.`domain_id` AS `id`, 'domain' AS `type`,\n                `t2`.`domain_name` AS `name`\n            FROM `domain_dns` AS `t1`\n            JOIN `domain` AS `t2` USING(`domain_id`)\n            WHERE `t1`.`domain_dns_status` IN (\n                'toadd', 'tochange', 'toenable', 'todisable', 'todelete'\n            )\n            AND `t1`.`alias_id` = 0\n            AND `t2`.`domain_status` IN('ok', 'disabled')\n            LIMIT 1\n        \"\n    );\n\n    # toadd|tochange|toenable|todisable|todelete custom DNS records which\n    # belong to domain aliases. For each entity, process only if the parent\n    # entity is in a consistent state.\n    $self->_processModuleDbTasks(\n        'Modules::CustomDNS',\n        \"\n            SELECT `t1`.`alias_id` AS `id`, 'alias' AS `type`,\n                `t2`.`alias_name` AS `name`\n            FROM `domain_dns` AS `t1`\n            JOIN `domain_aliasses` AS `t2` USING(`alias_id`)\n            WHERE `t1`.`domain_dns_status` IN (\n                'toadd', 'tochange', 'toenable', 'todisable', 'todelete'\n            )\n            AND `t1`.`alias_id` <> 0\n            AND `t2`.`alias_status` IN('ok', 'disabled')\n            LIMIT 1\n        \",\n        FALSE\n    );\n\n    # toadd|tochange|toenable|todisable|todelete ftp users tasks.\n    # For each entity, process only if the parent entity is in a consistent\n    # state\n    $self->_processModuleDbTasks(\n        'Modules::FtpUser',\n        \"\n            SELECT `t1`.`userid` AS `id`, `t1`.`userid` AS `name`\n            FROM `ftp_users` AS `t1`\n            JOIN `domain` AS `t2` ON(`t2`.`domain_admin_id` = `t1`.`admin_id`)\n            WHERE `t1`.`status` IN (\n                'toadd', 'tochange', 'toenable', 'todelete', 'todisable'\n            )\n            AND `t2`.`domain_status` IN('ok', 'todelete', 'disabled')\n            ORDER BY `t1`.`userid` ASC\n        \",\n        FALSE\n    );\n\n    # toadd|tochange|toenable|todisable|todelete mail tasks.\n    # For each entity, process only if the parent entity is in a consistent\n    # state\n    $self->_processModuleDbTasks(\n        'Modules::Mail',\n        \"\n            SELECT `t1`.`mail_id` AS `id`, `t1`.`mail_addr` AS `name`\n            FROM `mail_users` AS `t1`\n            JOIN `domain` AS `t2` USING(`domain_id`)\n            WHERE `t1`.`status` IN (\n                'toadd', 'tochange', 'toenable', 'todelete', 'todisable'\n            )\n            AND `t2`.`domain_status` IN('ok', 'todelete', 'disabled')\n            ORDER BY `t1`.`mail_id` ASC\n        \",\n        FALSE\n    );\n\n    # toadd|tochange|toenable|todisable|todelete Htpasswd tasks.\n    # For each entity, process only if the parent entity is in a consistent\n    # state\n    $self->_processModuleDbTasks(\n        'Modules::Htpasswd',\n        \"\n            SELECT `t1`.`id`, `t1`.`uname` AS `name`\n            FROM `htaccess_users` AS `t1`\n            JOIN `domain` AS `t2` ON(`t2`.`domain_id` = `t1`.`dmn_id`)\n            WHERE `t1`.`status` IN (\n                'toadd', 'tochange', 'toenable', 'todelete', 'todisable'\n            )\n            AND `t2`.`domain_status` IN('ok', 'todelete', 'disabled')\n            ORDER BY `t1`.`id` ASC\n        \",\n        FALSE\n    );\n\n    # toadd|tochange|toenable|todisable|todelete Htgroup tasks.\n    # For each entity, process only if the parent entity is in a consistent\n    # state\n    $self->_processModuleDbTasks(\n        'Modules::Htgroup',\n        \"\n            SELECT `t1`.`id`, `t1`.`ugroup` AS `name`\n            FROM `htaccess_groups` AS `t1`\n            JOIN `domain` AS `t2` ON(`t2`.`domain_id` = `t1`.`dmn_id`)\n            WHERE `t1`.`status` IN (\n                'toadd', 'tochange', 'toenable', 'todelete', 'todisable'\n            )\n            AND `t2`.`domain_status` IN('ok', 'todelete', 'disabled')\n            ORDER BY `t1`.`id` ASC\n        \",\n        FALSE\n    );\n\n    # toadd|tochange|toenable|todisable|todelete Htaccess tasks.\n    # For each entity, process only if the parent entity is in a consistent\n    # state\n    $self->_processModuleDbTasks(\n        'Modules::Htaccess',\n        \"\n            SELECT `t1`.`id`, `t1`.`auth_name` AS `name`\n            FROM `htaccess` AS `t1`\n            JOIN `domain` AS `t2` ON(`t2`.`domain_id` = `t1`.`dmn_id`)\n            WHERE `t1`.`status` IN (\n                'toadd', 'tochange', 'toenable', 'todelete', 'todisable'\n            )\n            AND `t2`.`domain_status` IN('ok', 'todelete', 'disabled')\n            ORDER BY `t1`.`id` ASC\n        \",\n        FALSE\n    );\n\n    # todelete subdomain aliases tasks.\n    $self->_processModuleDbTasks(\n        'Modules::SubAlias',\n        \"\n            SELECT `t1`.`subdomain_alias_id` AS `id`, CONCAT(\n                `t1`.`subdomain_alias_name`, '.', `t2`.`alias_name`\n            ) AS `name`\n            FROM `subdomain_alias` AS `t1`\n            JOIN `domain_aliasses` AS `t2` USING(`alias_id`)\n            WHERE `t1`.`subdomain_alias_status` = 'todelete'\n            ORDER BY `t1`.`subdomain_alias_id` ASC\n        \",\n        FALSE\n    );\n\n    # todelete domain aliases tasks.\n    # For each entity, process only if the entity do not have any direct\n    # children.\n    $self->_processModuleDbTasks(\n        'Modules::Alias',\n        \"\n            SELECT `t1`.`alias_id` AS `id`, `t1`.`alias_name` AS `name`\n            FROM `domain_aliasses` AS `t1`\n            LEFT JOIN (\n                SELECT DISTINCT `alias_id` FROM `subdomain_alias`\n            ) AS `t2` USING(`alias_id`)\n            WHERE `t1`.`alias_status` = 'todelete'\n            AND `t2`.`alias_id` IS NULL\n            ORDER BY `t1`.`alias_id` ASC\n        \",\n        FALSE\n    );\n\n    # todelete subdomains tasks.\n    $self->_processModuleDbTasks(\n        'Modules::Subdomain',\n        \"\n            SELECT `t1`.`subdomain_id` AS `id`, CONCAT(\n                `t1`.`subdomain_name`, '.', `t2`.`domain_name`\n            ) AS `name`\n            FROM `subdomain` AS `t1`\n            JOIN `domain` AS `t2` USING(`domain_id`)\n            WHERE `t1`.`subdomain_status` = 'todelete'\n            ORDER BY `t1`.`subdomain_id` ASC\n        \",\n        FALSE\n    );\n\n    # todelete domains tasks.\n    # For each entity, process only if the entity do not have any direct\n    # children.\n    $self->_processModuleDbTasks(\n        'Modules::Domain',\n        \"\n            SELECT `t1`.`domain_id` AS `id`, `t1`.`domain_name` AS `name`\n            FROM `domain` AS `t1`\n            LEFT JOIN (\n                SELECT DISTINCT `domain_id` FROM `subdomain`\n            ) AS `t2` USING (`domain_id`)\n            WHERE `t1`.`domain_status` = 'todelete'\n            AND `t2`.`domain_id` IS NULL\n            ORDER BY `t1`.`domain_id` ASC\n        \",\n        FALSE\n    );\n\n    # todelete users tasks.\n    # For each entity, process only if the entity do not have any direct\n    # children.\n    $self->_processModuleDbTasks(\n        'Modules::User',\n        \"\n            SELECT `t1`.`admin_id` AS `id`, `t1`.`admin_name` AS `name`\n            FROM `admin` AS `t1`\n            LEFT JOIN `domain` AS `t2` ON(\n                `t2`.`domain_admin_id` = `t1`.`admin_id`\n            )\n            WHERE `t1`.`admin_type` = 'user'\n            AND `t1`.`admin_status` = 'todelete'\n            AND `t2`.`domain_id` IS NULL\n            ORDER BY `t1`.`admin_id` ASC\n        \"\n    );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::DbTasksProcessor or die on failure\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'mode'} //= 'backend';\n    $self->{'_dbh'} = iMSCP::Database->factory()->getRawDb();\n    $self;\n}\n\n=item _processModuleDbTasks( $module, $sql [, $perTaskLogFile = FALSE ] )\n\n Process db tasks from the given module\n\n Param string $module Module name to invoke\n Param string $sql SELECT SQL query to get list of entity to process\n Param bool $perTaskLogFile Flag indicating whether a log file must be created\n                            for each task\n Return int 1 if at least one entity has been processed, 0 if no entity has\n        been processed, die on failure\n=cut\n\nsub _processModuleDbTasks\n{\n    my ( $self, $module, $sql, $perTaskLogFile ) = @_;\n\n    eval {\n        debug( sprintf( 'Processing %s tasks...', $module ) );\n\n        my $sth = $self->{'_dbh'}->prepare( $sql );\n        $sth->execute();\n\n        my $countRows = $sth->rows();\n\n        unless ( $countRows ) {\n            debug( sprintf( 'No task to process for %s', $module ));\n            return 0;\n        }\n\n        eval \"require $module\" or die;\n\n        my $nStep = 0 ;\n        my $needStepper = grep ( $self->{'mode'} eq $_, 'setup', 'uninstaller' );\n\n        while ( my $row = $sth->fetchrow_hashref() ) {\n            my $name = encode_utf8( $row->{'name'} );\n\n            debug( sprintf(\n                'Processing %s tasks for: %s (ID %s)',\n                $module,\n                $name,\n                $row->{'id'}\n            ));\n\n            newDebug( $module . ( $perTaskLogFile ? \"_${name}\" : '' ) . '.log' );\n\n            if ( $needStepper ) {\n                step(\n                    sub { $module->new()->process( $row ); },\n                    sprintf(\n                        'Processing %s tasks for: %s (ID %s)',\n                        $module,\n                        $name,\n                        $row->{'id'}\n                    ),\n                    $countRows,\n                    ++$nStep\n                );\n            } else {\n                $module->new()->process( $row );\n            }\n\n            endDebug();\n        }\n    };\n    if ( $@ ) {\n        endDebug();\n        die;\n    }\n\n    1;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Debug.pm",
    "content": "=head1 NAME\n\n iMSCP::Debug - Debug library\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Debug;\n\nuse strict;\nuse warnings;\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Log;\nuse parent 'Exporter';\n\nour @EXPORT = qw/\n    debug warning error fatal newDebug endDebug getMessage getLastError\n    getMessageByType setVerbose setDebug output silent\n/;\n\nBEGIN {\n    $SIG{'__DIE__'} = sub {\n        fatal( @_ ) if defined $^S && !$^S\n    };\n    $SIG{'__WARN__'} = sub {\n        warning( @_ );\n    };\n}\n\nmy $self;\n$self = {\n    debug   => FALSE,\n    verbose => FALSE,\n    loggers => [ iMSCP::Log->new( id => 'default' ) ],\n    logger  => sub { $self->{'loggers'}->[$#{ $self->{'loggers'} }] }\n};\n\n=head1 DESCRIPTION\n\n Debug library\n\n=head1 CLASS METHODS\n\n=over 4\n\n=item setDebug( $debug )\n\n Enable or disable debug mode\n\n Param bool $debug Enable verbose mode if true, disable otherwise\n Return undef\n\n=cut\n\nsub setDebug\n{\n    if ( $_[0] ) {\n        $self->{'debug'} = TRUE;\n        return;\n    }\n\n    # Remove any debug log message from all loggers\n    for ( @{ $self->{'loggers'} } ) {\n        $_->retrieve( tag => 'debug', remove => TRUE );\n    }\n\n    $self->{'debug'} = FALSE;\n    undef;\n}\n\n=item setVerbose( $verbose )\n\n Enable or disable verbose mode\n\n Param bool $verbose Enable debug mode if true, disable otherwise\n Return undef\n\n=cut\n\nsub setVerbose\n{\n    $self->{'verbose'} = $_[0] // FALSE;\n    undef;\n}\n\n=item silent( )\n\n Method kept for backward compatibility with plugins\n\n Return undef\n\n=cut\n\nsub silent\n{\n    undef;\n}\n\n=item newDebug( $loggerID )\n\n Create a new logger\n \n New logger will becomes the current logger\n\n Param string $loggerID Logger unique identifier ( used as log file name)\n Return int 0\n\n=cut\n\nsub newDebug\n{\n    my ( $loggerID ) = @_;\n\n    fatal( \"A log file unique identifier is expected\" )\n        unless length $loggerID;\n\n    for my $logger ( @{ $self->{'loggers'} } ) {\n        $logger->getId() ne $loggerID or die(\n            \"A logger with same identifier already exists\"\n        )\n    }\n\n    push @{ $self->{'loggers'} }, iMSCP::Log->new( id => $loggerID );\n    0;\n}\n\n=item endDebug( )\n\n Write all log messages from the current logger and remove it from loggers stack (unless it is the default logger)\n\n Return int 0\n\n=cut\n\nsub endDebug\n{\n    my $logger = $self->{'logger'}();\n\n    return 0 if $logger->getId() eq 'default';\n\n    # Remove logger from loggers stack\n    pop @{ $self->{'loggers'} };\n\n    # warn, error and fatal log messages must be always stored in default\n    # logger for later processing\n    for ( $logger->retrieve( tag => qr/(?:warn|error|fatal)/ ) ) {\n        $self->{'loggers'}->[0]->store( %{ $_ } );\n    }\n\n    my $logDir = $::imscpConfig{'LOG_DIR'} || '/tmp';\n    if ( $logDir ne '/tmp' && !-d $logDir ) {\n        require iMSCP::Dir;\n        local $@;\n        eval {\n            iMSCP::Dir->new( dirname => $logDir )->make( {\n                user  => $::imscpConfig{'ROOT_USER'},\n                group => $::imscpConfig{'ROOT_GROUP'},\n                mode  => 0750\n            } );\n        };\n        $logDir = '/tmp' if $@;\n    }\n\n    _writeLogfile( $logger, File::Spec->catfile( $logDir, $logger->getId()));\n}\n\n=item debug( $message [, $caller ] )\n\n Log a debug message in the current logger\n\n Param string $message Debug message\n Param string $caller OPTIONAL Caller\n Return undef\n\n=cut\n\nsub debug\n{\n    my ( $message, $caller ) = @_;\n    $caller //= getCaller();\n\n    if ( $self->{'debug'} ) {\n        $self->{'logger'}()->store(\n            message => $caller ? \"$caller: $message\" : $message,\n            tag     => 'debug'\n        );\n    }\n\n    if ( $self->{'verbose'} ) {\n        print STDOUT output(\n            $caller ? \"$caller: $message\" : $message, 'debug'\n        );\n    }\n\n    undef;\n}\n\n=item warning( $message [, $caller ] )\n\n Log a warning message in the current logger\n\n Param string $message Warning message\n Param string $caller OPTIONAL Caller\n Return undef\n\n=cut\n\nsub warning\n{\n    my ( $message, $caller ) = @_;\n    $caller //= getCaller();\n\n    $self->{'logger'}()->store(\n        message => $caller ? \"$caller: $message\" : $message,\n        tag     => 'warn'\n    );\n    undef;\n}\n\n=item error( $message [, $caller ] )\n\n Log an error message in the current logger\n\n Param string $message Error message\n Param string $caller OPTIONAL Caller\n Return undef\n\n=cut\n\nsub error\n{\n    my ( $message, $caller ) = @_;\n    $caller //= getCaller();\n\n    $self->{'logger'}()->store(\n        message => $caller ? \"$caller: $message\" : $message,\n        tag     => 'error'\n    );\n    undef;\n}\n\n=item fatal( $message [, $caller ] )\n\n Log a fatal message in the current logger and exit with status 255\n\n Param string $message Fatal message\n Param string $caller OPTIONAL Caller\n Return void\n\n=cut\n\nsub fatal\n{\n    my ( $message, $caller ) = @_;\n    $caller //= getCaller();\n\n    $self->{'logger'}()->store(\n        message => $caller ? \"$caller: $message\" : $message,\n        tag     => 'fatal'\n    );\n    exit 255;\n}\n\n=item getLastError()\n\n Get last error messages from the current logger as a string\n\n Return string Last error messages\n\n=cut\n\nsub getLastError\n{\n    scalar getMessageByType( 'error' );\n}\n\n=item getMessageByType( $type [, \\%options ] )\n\n Get message by type from current logger, according given options\n\n Param string $type Type or regexp\n Param hash %option|\\%options Hash containing options (amount, chrono, remove)\n Return array|string An array of messages or a string of messages\n\n=cut\n\nsub getMessageByType\n{\n    my ( $type, $options ) = @_;\n    $options ||= {};\n\n    my @messages = map { $_->{'message'} } $self->{'logger'}()->retrieve(\n        tag    => ref $type eq 'Regexp' ? $type : qr/$type/i,\n        amount => $options->{'amount'},\n        chrono => $options->{'chrono'} // TRUE,\n        remove => $options->{'remove'} // FALSE\n    );\n    wantarray ? @messages : join \"\\n\", @messages;\n}\n\n=item output( $text [, $level ] )\n\n Prepare the given text to be show on the console according the given level\n\n Param string $text Text to format\n Param string $level OPTIONAL Format level\n Return string Formatted message\n\n=cut\n\nsub output\n{\n    my ( $text, $level ) = @_;\n\n    return \"$text\\n\" unless $level;\n\n    my $output = '';\n\n    if ( $level eq 'debug' ) {\n        $output = \"[\\033[0;34mDEBUG\\033[0m] $text\\n\";\n    } elsif ( $level eq 'info' ) {\n        $output = \"[\\033[0;34mINFO\\033[0m]  $text\\n\";\n    } elsif ( $level eq 'warn' ) {\n        $output = \"[\\033[0;33mWARN\\033[0m]  $text\\n\";\n    } elsif ( $level eq 'error' ) {\n        $output = \"[\\033[0;31mERROR\\033[0m] $text\\n\";\n    } elsif ( $level eq 'fatal' ) {\n        $output = \"[\\033[0;31mFATAL\\033[0m] $text\\n\";\n    } elsif ( $level eq 'ok' ) {\n        $output = \"[\\033[0;32mDONE\\033[0m]  $text\\n\";\n    } else {\n        $output = \"$text\\n\";\n    }\n\n    $output;\n}\n\n=item getCaller()\n\n Return first subroutine caller or main, excluding eval and __ANON__\n Return string\n\n=cut\n\nsub getCaller\n{\n    my $caller;\n    my $stackIDX = 2;\n    do {\n        $caller = ( ( caller $stackIDX++ )[3] || 'main' );\n    } while $caller eq '(eval)' || index( $caller, '__ANON__' ) != -1;\n    $caller;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _writeLogfile($logger, $logfilePath)\n\n Write all log messages from the given logger\n\n Param iMSCP::Log $logger Logger\n Param string $logfilePath Logfile path in which log messages must be writen\n\n Return int 0\n\n=cut\n\nsub _writeLogfile\n{\n    my ( $logger, $logfilePath ) = @_;\n\n    if ( open( my $fh, '>', $logfilePath ) ) {\n        # Make error message free of any ANSI escape sequences\n        for my $log ( $logger->flush() ) {\n            $log =~ s/\\x1b\\[[0-9;]*[mGKH]//g;\n            print { $fh } \"[$log->{'when'}] [$log->{'tag'}] $log->{'message'}\\n\";\n        }\n\n        close $fh;\n        return 0;\n    }\n\n    print output( sprintf(\n        \"Couldn't open log file '%s' for writing: %s\", $logfilePath, $! ),\n        'error'\n    );\n    0;\n}\n\n=item _getMessages( $logger )\n\n Flush and return all log messages from the given logger as a string\n\n Param Param iMSCP::Log $logger Logger\n Return string String representing concatenation of all messages found in the given log object\n\n=cut\n\nsub _getMessages\n{\n    my ( $logger ) = @_;\n\n    my $bf = '';\n    for my $log ( $logger->flush() ) {\n        $bf .= \"[$log->{'when'}] [$log->{'tag'}] $log->{'message'}\\n\";\n    }\n    $bf;\n}\n\n=item END\n\n Process ending tasks and print warn, error and fatal log messages to STDERR if any\n\n=cut\n\nEND {\n    my $exitCode = $?;\n\n    my $countLoggers = scalar @{ $self->{'loggers'} };\n    while ( $countLoggers > 0 ) {\n        endDebug();\n        $countLoggers--;\n    }\n\n    for ( $self->{'logger'}()->retrieve(\n        tag => qr/(?:warn|error|fatal)/, remove => TRUE\n    ) ) {\n        print STDERR output( $_->{'message'}, $_->{'tag'} );\n    }\n\n    $? = $exitCode;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Dialog/Dialog.pm",
    "content": "=head1 NAME\n\n iMSCP::Dialog::Dialog - Dialog frontEnd\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Dialog::Dialog;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse iMSCP::Boolean;\nuse iMSCP::Execute 'execute';\nuse iMSCP::Getopt;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Dialog::TextFormatter qw/ wrap width /;\nuse parent 'iMSCP::Dialog::Resizable';\n\n=head1 DESCRIPTION\n\n Dialog frontEnd\n \n Support both WHIPTAIL(1) and DIALOG(1)\n\n=head1 PUBLIC METHODS/FUNCTIONS\n\n=over 4\n\n=item select( $text, \\%choices [, $defaultTag = '' ] )\n\n See iMSCP::Dialog::FrontEndInterface::select()\n\n=cut\n\nsub select\n{\n    my ( $self, $text, $choices, $defaultTag ) = @_;\n\n    ref \\$text eq 'SCALAR' or croak( '$text parameter is invalid.' );\n    ref $choices eq 'HASH' && %{ $choices } or croak(\n        '$choices parameter is undefined or invalid.'\n    );\n    ref \\$defaultTag eq 'SCALAR' or croak(\n        '$defaultTag parameter is invalid.'\n    );\n\n    # Figure out how much space in the dialog box the prompt will take.\n    # The -2 tells _makePrompt to leave at least two lines to use to\n    # display the list.\n    ( $text, my $lines, my $columns ) = $self->_makePrompt( \"\\n\" . $text, -2 );\n\n    my $screenLines = $self->{'screenHeight'}-$self->{'spacer'};\n\n    # Figure out how many lines of the screen should be used to\n    # scroll the list. Look at how much free screen real estate\n    # we have after putting the text at the top. If there's\n    # too little, the list will need to scroll.\n    my $countChoices = keys %{ $choices };\n    my $menuHeight = $countChoices;\n    $menuHeight++ if $self->{'program'} eq 'dialog';\n    if ( $lines+$countChoices+2 >= $screenLines ) {\n        $menuHeight = $screenLines-$lines-4;\n    }\n\n    $lines = $lines+$menuHeight+$self->{'spacer'};\n\n    # Set status of each choice\n    \n    my @init;\n    if ( $self->{'program'} ne 'whiptail'\n        || $self->_getWhiptailVersion() > '05218'\n    ) {\n        for my $item ( sort keys %{ $choices } ) {\n            push @init, $choices->{$item}, $item, $choices->{$item} eq $defaultTag\n                ? 'on' : 'off';\n\n            # Choices wider than the description text?\n            if ( $columns < ( my $minColumns = width( $item )\n                +$self->{'selectSpacer'}\n            ) ) {\n                $columns = $minColumns;\n            }\n        }\n    } else {\n        # WHIPTAIL(1) version < 05219 specific\n        # The '--notags' option isn't working despite what the man page say.\n        # This is a bug which has been fixed in newt library version 0.52.19.\n        # See https://bugs.launchpad.net/ubuntu/+source/newt/+bug/1647762\n        # We workaround the issue by using items as tags and by providing\n        # empty items. Uniqueness of items is assumed here.\n        for my $item ( sort keys %{ $choices }  ) {\n            push @init, $item, '', $choices->{$item} eq $defaultTag\n                ? 'on' : 'off';\n            \n            # Choices wider than the description text?\n            if ( $columns < ( my $minColumns = width( $item )\n                +$self->{'selectSpacer'}\n            ) ) {\n                $columns = $minColumns;\n            }\n        }\n    }\n\n    # Hide the tags in the dialog.\n    # The '--notags' options is specific to WHIPTAIL(1).\n    # This option is mapped to the '--no-tags' by DIALOG(1)\n    local $self->{'_opts'}->{'notags'} = '';\n\n    my ( $ret, $tag ) = $self->_showDialog(\n        'radiolist', $text, $lines, $columns, $menuHeight, @init\n    );\n\n    if ( $self->{'program'} eq 'whiptail'\n        && $self->_getWhiptailVersion() < '05219'\n    ) {\n        # WHIPTAIL(1) version < 05219 specific\n        # See the above comment for the explanation\n        # We need retrieve tag associated with selected item\n        $tag = $choices->{$tag};\n    }\n\n    wantarray ? ( $ret, $tag ) : $tag;\n}\n\n=item multiselect( $text, \\%choices [, \\@defaultTags = [] ] )\n\n See iMSCP::Dialog::FrontEndInterface::multiselect()\n\n=cut\n\nsub multiselect\n{\n    my ( $self, $text, $choices, $defaultTags ) = @_;\n    $defaultTags //= [];\n\n    ref \\$text eq 'SCALAR' or croak( '$text parameter is invalid.' );\n    ref $choices eq 'HASH' && %{ $choices } or croak(\n        '$choices parameter is undefined or invalid.'\n    );\n    ref $defaultTags eq 'ARRAY' or croak(\n        '$defaultTags parameter is invalid.'\n    );\n\n    # Figure out how much space in the dialog box the prompt will take.\n    # The -2 tells _makePrompt to leave at least two lines to use to\n    # display the list.\n    ( $text, my $lines, my $columns ) = $self->_makePrompt( \"\\n\" . $text, -2 );\n\n    my $screenLines = $self->{'screenHeight'}-$self->{'spacer'};\n\n    # Figure out how many lines of the screen should be used to\n    # scroll the list. Look at how much free screen real estate\n    # we have after putting the text at the top. If there's\n    # too little, the list will need to scroll.\n    my $countChoices = keys %{ $choices };\n    my $menuHeight = $countChoices;\n    $menuHeight++ if $self->{'program'} eq 'dialog';\n    if ( $lines+$countChoices+2 >= $screenLines ) {\n        $menuHeight = $screenLines-$lines-4;\n    }\n\n    $lines = $lines+$menuHeight+$self->{'spacer'};\n\n    my @init;\n    if ( $self->{'program'} eq 'dialog'\n        || $self->_getWhiptailVersion() > '05218'\n    ) {\n        for my $item ( sort keys %{ $choices } ) {\n            push @init, $choices->{$item}, $item, grep (\n                $choices->{$item} eq $_, @{ $defaultTags }\n            ) ? 'on' : 'off';\n\n            # Choices wider than the description text?\n            if ($columns < ( my $minColumns = width( $item )\n                +$self->{'selectSpacer'}\n            ) ) {\n                $columns = $minColumns;\n            }\n        }\n    } else {\n        # WHIPTAIL(1) version < 05219 specific\n        # The '--notags' option isn't working despite what the man page say.\n        # This is a bug which has been fixed in newt library version 0.52.19.\n        # See https://bugs.launchpad.net/ubuntu/+source/newt/+bug/1647762\n        # We workaround the issue by using items as tags and by providing\n        # empty items. Uniqueness of items is assumed here.\n        for my $item ( sort keys %{ $choices } ) {\n            push @init, $item, '', grep (\n                $choices->{$item} eq $_, @{ $defaultTags }\n            ) ? 'on' : 'off';\n\n            # Choices wider than the description text?\n            if ($columns < ( my $minColumns = width( $item)\n                +$self->{'selectSpacer'}\n            ) ) {\n                $columns = $minColumns;\n            }\n        }\n    }\n\n    # Hide the tags in the dialog.\n    # The '--notags' options is specific to WHIPTAIL(1).\n    # This option is mapped to the '--no-tags' by DIALOG(1)\n    #\n    # The 'separate-output' option is common to both WHIPTAIL(1) and DIALOG(1).\n    # This make the output result one line at a time, with no quoting.\n    local @{ $self->{'_opts'} }{qw/ notags separate-output /} = ( '', '' );\n\n    my ( $ret, $tags ) = $self->_showDialog(\n        'checklist', $text, $lines, $columns, $menuHeight, @init\n    );\n\n    my @tags = split /\\n/, $tags;\n    if ( $self->{'program'} eq 'whiptail'\n        && $self->_getWhiptailVersion() < '05219'\n    ) {\n        # WHIPTAIL(1) version < 05219 specific\n        # See the above comment for explanation. We need retrieve tags\n        # associated with selected items.\n        @tags = map { $choices->{$_} } @tags;\n    }\n\n    wantarray ? ( $ret, \\@tags ) : \\@tags;\n}\n\n=item boolean( $text [, $defaultno =  FALSE ] )\n\n See iMSCP::Dialog::FrontEndInterface::boolean()\n\n Note: When the backup feature is enabled, and if the DIALOG(1) program is\n       used, we make use of the 'extra' button to make user able to go back.\n       When the WHIPTAIL(1) program is used, there is no way to setup an\n       additional button. Instead, user can go back by pressing the ESC key.\n\n=cut\n\nsub boolean\n{\n    my ( $self, $text, $defaultno ) = @_;\n\n    ref \\$text eq 'SCALAR' or croak( '$text parameter is invalid.' );\n\n    $text = \"\\n\" . $text if $self->{'program'} eq 'dialog' && length $text;\n\n    # DIALOG(1) specific\n    # When the backup feature is enabled, we make use of the 'extra' button to\n    # make the user able to go back. By default, the 'yesno' dialog make use of\n    # the 'yes' and 'no' buttons, but when we make use of the 'extra' button,\n    # the dialog make use of the 'ok', 'extra' and 'cancel' buttons, in this\n    # order. Thus, we process as follows:\n    #\n    # - We set the code of the 'extra' button to 1\n    # - We set the code of the 'cancel' button to 30 (done in _init())\n    # - We set the label of the 'ok' button to 'Yes' if not overridden\n    # - We set the label of the extra button to 'No' (done in _init())\n    # - We set the label of the 'cancel' button to 'Back' (done in _init())\n    # - We set the 'extra' button as default button if $defaultno is TRUE\n    #\n    # So 'Yes' = 0, 'No' = 1, 'Back' = 30\n    local $ENV{'DIALOG_EXTRA'} = 1 if $self->backup()\n        && $self->{'program'} eq 'dialog';\n    local @{ $self->{'_opts'} }{qw/ default-button extra-button ok-label /} = (\n        $defaultno ? 'extra' : undef,\n        '',\n        $self->{'_opts'}->{'ok-label'} eq 'Next'\n            ? 'Yes' : $self->{'_opts'}->{'ok-label'}\n    ) if $self->backup() && $self->{'program'} eq 'dialog';\n\n    # Note 1 is passed in, because we can squeeze on one more line\n    # in a 'yesno' dialog than in other types.\n    ( $text, my $lines, my $columns ) = $self->_makePrompt( $text, 1 );\n\n    # We need set the '--defaultno' option only when the backup feature is\n    # disabled, else, DIALOG(1) would set the 'cancel' button as default\n    # button and this would overlap with the '--default-button' options.\n    local $self->{'_opts'}->{'defaultno'} = '' if $defaultno\n        && ( $self->{'program'} eq 'whiptail' || !$self->backup() );\n\n    ( $self->_showDialog( 'yesno', $text, $lines, $columns ) )[0];\n}\n\n=item text( $text )\n\n See iMSCP::Dialog::FrontEndInterface::text()\n \n When the backup feature is enabled, and if the DIALOG(1) program is used, we\n make use of the 'help' button to make user able to go back. When the\n WHIPTAIL(1) program is used, there is no way to setup an 'extra' button.\n Instead, user can go back by pressing the ESC key.\n\n=cut\n\nsub text\n{\n    my ( $self, $text ) = @_;\n\n    # DIALOG(1) specific\n    #\n    # When the backup feature is enabled, we make use of the 'help' button to\n    # make user able to go back.\n    #\n    # - We set the code of the 'help' button to 30 (done in _init())\n    # - We set the label of the help button to 'Back' (done in _init())\n    #\n    # So 'Ok' = 0, 'Back' = 30\n    local $ENV{'DIALOG_HELP'} = 30 if $self->{'program'} eq 'dialog';\n    local $self->{'_opts'}->{'help-button'} = '' if $self->backup()\n        && $self->{'program'} eq 'dialog';\n\n    $self->_showText( $text );\n}\n\n=item note( $text )\n\n See iMSCP::Dialog::FrontEndInterface::note()\n\n When the backup feature is enabled, and if the DIALOG(1) program is used, we\n make use of the 'help' button to make user able to go back. When the\n WHIPTAIL(1) program is used, there is no way to setup an 'extra' button.\n Instead, user can go back by pressing the ESC key.\n\n=cut\n\nsub note\n{\n    my ( $self, $text ) = @_;\n\n    # DIALOG(1) specific\n    #\n    # When the backup feature is enabled, we make use of the 'help' button to\n    # make user able to go back.\n    #\n    # - We set the code of the 'help' button to 30 (done in _init())\n    # - We set the label of the help button to 'Back' (done in _init())\n    #\n    # So 'Ok' = 0, 'Back' = 30\n    local $ENV{'DIALOG_HELP'} = 30 if $self->{'program'} eq 'dialog';\n    local $self->{'_opts'}->{'help-button'} = '' if $self->backup()\n        && $self->{'program'} eq 'dialog';\n\n    $self->_showText( $text );\n}\n\n=item error( $text )\n\n See iMSCP::Dialog::FrontEndInterface::error()\n\n=cut\n\nsub error\n{\n    my ( $self, $text ) = @_;\n\n    local $self->{'_errorBox'} = TRUE;\n    local $self->{'_opts'}->{\n        $self->{'program'} eq 'dialog' ? 'ok-label' : 'ok-button'\n    } = 'Abort' unless ( $self->{'program'} eq 'dialog' && $self->{'_opts'}->{'ok-label'} ne 'Next');\n\n    $self->_showText( $text );\n    1;\n}\n=item string( $text [, $default = '' ] )\n\n See iMSCP::Dialog::FrontEndInterface::string()\n\n=cut\n\nsub string\n{\n    my ( $self, $text, $default ) = @_;\n    $default //= '';\n\n    ref \\$text eq 'SCALAR' or croak( '$text parameter is invalid.' );\n    ref \\$default eq 'SCALAR' or croak( '$default parameter is invalid.' );\n\n    ( $text, my $lines, my $columns ) = $self->_makePrompt( \"\\n\" . $text );\n\n    $self->_showDialog(\n        'inputbox', $text, $lines+$self->{'spacer'}, $columns, $default\n    );\n}\n\n=item password( $text [, $default = '' ] )\n\n See iMSCP::Dialog::FrontEndInterface::password()\n\n=cut\n\nsub password\n{\n    my ( $self, $text, $default ) = @_;\n    $default //= '';\n\n    ref \\$text eq 'SCALAR' or croak( '$text parameter is invalid.' );\n    ref \\$default eq 'SCALAR' or croak( '$default parameter is invalid.' );\n\n    ( $text, my $lines, my $columns ) = $self->_makePrompt( \"\\n\" . $text );\n\n    # By default, DIALOG(1) doesn't show asterisks for password characters\n    # which make the dialog less friendly. We change that behavior by setting\n    # the '--insecure' option.\n    local $self->{'_opts'}->{'insecure'} = '' if $self->{'program'} eq 'dialog';\n\n    my ( $ret, $output ) = $self->_showDialog(\n        'passwordbox', $text, $lines+$self->{'spacer'}, $columns, $default\n    );\n\n    wantarray ? ( $ret, $output ) : $output;\n}\n\n=item startGauge( $text [, $percent = 0 ] )\n\n See iMSCP::Dialog::FrontEndInterface::startGauge()\n\n=cut\n\nsub startGauge\n{\n    my ( $self, $text, $percent ) = @_;\n\n    ref \\$text eq 'SCALAR' or croak( '$text parameter is invalid.' );\n    ref \\$percent eq 'SCALAR' && $percent =~ /^[\\d]+$/ or croak(\n        '$percent parameter is invalid.'\n    );\n\n    $self->endGauge();\n\n    ( $text, my $lines, my $columns ) = $self->_formatText( \"\\n\" . $text );\n\n    # Force progress bar to full available width, to avoid windows\n    # flashing.\n    if ( $self->{'screenWidth'}-$self->{'columnSpacer'} > $columns ) {\n        $columns = $self->{'screenWidth'}-$self->{'columnSpacer'}\n    }\n\n    open $self->{'_gauge'}, '|-', $self->{'program'},\n        $self->_getDialogOptions( 'gauge' ),\n        $text,\n        $lines+$self->{'spacer'},\n        $columns,\n        $percent or croak( \"Couldn't start gauge\" );\n\n    $self->{'_gauge'}->autoflush();\n    $self->{'_lines'} = $lines;\n    $self->{'_columns'} = $columns;\n}\n\n=item setGauge( $percent [ , $text ] )\n\n See iMSCP::Dialog::FrontEndInterface::setGauge()\n\n=cut\n\nsub setGauge\n{\n    my ( $self, $percent, $text ) = @_;\n\n    ref \\$percent eq 'SCALAR' && $percent =~ /^[\\d]+$/ or croak(\n        '$percent parameter is invalid.'\n    );\n    ref \\$text eq 'SCALAR' or croak( '$text parameter is invalid.' );\n\n    unless ( $self->hasGauge() ) {\n        $self->startGauge( $text, $percent );\n        return;\n    }\n\n    unless ( length $text ) {\n        print { $self->{'_gauge'} } $percent . \"\\n\";\n        return;\n    }\n\n    ( $text, my $lines, my $columns ) = $self->_formatText( \"\\n\" . $text );\n\n    if ( $lines > $self->{'_lines'} || $columns > $self->{'_columns'} ) {\n        # start a new, bigger dialog box if the current won't fit\n        $self->startGauge( $text =~ s/^\\n//r, $percent );\n        return;\n    }\n\n    # The line immediately following the marker should be a new\n    # percentage, but whiptail (as of 0.51.6-17) looks for a percentage\n    # in the wrong buffer and fails to refresh the display as a result.\n    # To work around this bug, we give it the current percentage again\n    # afterwards to force a refresh.\n    print { $self->{'_gauge'} } sprintf(\n        \"XXX\\n%d\\n%s\\nXXX\\n%d\\n\", $percent, $text, $percent\n    );\n}\n\n=item endGauge( )\n\n See iMSCP::Dialog::FrontEndInterface::endGauge()\n\n=cut\n\nsub endGauge\n{\n    my ( $self ) = @_;\n\n    return unless $self->hasGauge();\n\n    $self->{'_gauge'}->close();\n    undef $self->{'_gauge'};\n}\n\n=item hasGauge( )\n\n See iMSCP::Dialog::FrontEndInterface::hasGauge()\n\n=cut\n\nsub hasGauge\n{\n    my ( $self ) = @_;\n\n    !!$self->{'_gauge'}\n}\n\n=item backup( $enabled = TRUE )\n\n See iMSCP::Dialog::FrontEndInterface::backup()\n\n=cut\n\nsub backup\n{\n    my ( $self, $enabled ) = @_;\n\n    return $self->{'_backup'} unless defined $enabled;\n\n    if ( $enabled ) {\n        if ( $self->{'program'} eq 'dialog' ) {\n            # DIALOG(1) specific\n            # Backup capability. Change status codes accordingly\n            @ENV{qw/ DIALOG_CANCEL DIALOG_ESC DIALOG_HELP /} = ( 30, 30, 30 );\n        }\n\n        return $self->{'_backup'} = TRUE;\n    }\n\n    if ( $self->{'program'} eq 'dialog' ) {\n        # DIALOG(1) specific\n        # No backup capability. Change status codes accordingly\n        @ENV{qw/ DIALOG_CANCEL DIALOG_ESC DIALOG_HELP /} = ( 1, 0, 2 );\n    }\n\n    $self->{'_backup'} = FALSE;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n See iMSCP::Common::Singleton::_init()\n\n=cut\n\nsub _init\n{\n    my $self = shift;\n\n    $self->SUPER::_init( @_ );\n\n    # These environment variable screws up at least whiptail with the\n    # way we call it. Posix does not allow safe arg passing like\n    # whiptail needs.\n    delete $ENV{'POSIXLY_CORRECT'} if exists $ENV{'POSIXLY_CORRECT'};\n    delete $ENV{'POSIX_ME_HARDER'} if exists $ENV{'POSIX_ME_HARDER'};\n\n    # Detect all the ways people have managed to screw up their\n    # terminals (so far...)\n    if ( !exists $ENV{'TERM'} || !defined $ENV{'TERM'} || $ENV{'TERM'} eq '' ) {\n        die( 'TERM is not set, so the dialog frontend is not usable.' );\n    } elsif ( $ENV{'TERM'} =~ /emacs/i ) {\n        die( 'Dialog frontend is incompatible with emacs shell buffers' );\n    } elsif ( $ENV{'TERM'} eq 'dumb' || $ENV{'TERM'} eq 'unknown' ) {\n        die( 'Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.' );\n    }\n\n    if ( iMSCP::ProgramFinder::find( 'dialog' )\n        && ( !$ENV{'IMSCP_DIALOG_FORCE_WHIPTAIL'} ||\n        !iMSCP::ProgramFinder::find( 'whiptail' )\n    ) ) {\n        # Force usage of graphic lines (UNICODE values) when using putty (See #540)\n        $ENV{'NCURSES_NO_UTF8_ACS'} = TRUE;\n\n        @{ $self }{qw/\n            program borderWidth borderHeight spacer titleSpacer columnSpacer\n            selectSpacer\n        /} = (\n            'dialog', 7, 5, 1, 4, 5,\n            0\n        );\n\n        # DIALOG(1) dialog options.\n        # Only relevant options are listed.\n        @{ $self->{'_opts'} }{qw/\n            ok-label yes-label no-label cancel-label extra-label help-label\n            colors no-collapse\n        /} = (\n            'Next', 'Yes', 'No', 'Back', 'No', 'Back',\n            '', ''\n        );\n    } elsif ( iMSCP::ProgramFinder::find( 'whiptail' ) ) {\n        @{ $self }{qw/\n            program borderWidth borderHeight spacer titleSpacer columnSpacer\n            selectSpacer\n        /} = (\n            'whiptail', 5, 6, 1, 10, 3,\n            13\n        );\n\n        # WHIPTAIL(1) options.\n        # Only relevant options are listed.\n        @{ $self->{'_opts'} }{qw/\n            ok-button yes-button no-button cancel-button\n        /} = (\n            'Next', 'Yes', 'No', 'Back'\n        );\n    } else {\n        die( 'No usable dialog-like program is installed.' );\n    }\n\n    # WHIPTAIL(1)/DIALOG(1) common options.\n    # Only relevant options are listed.\n    @{ $self->{'_opts'} }{qw/\n        backtitle title\n        clear\n    /} = (\n        'i-MSCP - internet Multi Server Control Panel', 'Installer Dialog'\n    );\n\n    # Whiptail and dialog can't deal with very small screens.\n    if ( $self->{'screenHeight'} < 13 || $self->{'screenWidth'} < 31 ) {\n        die( \"A screen at least 13 lines tall and 31 columns wide is required.\\n\" );\n    }\n\n    # Enable backup feature by default\n    $self->backup( TRUE );\n\n    $self;\n}\n\n=item _getDialogOptions( $dialogType )\n\n Get dialog options\n\n Param string $dialogType Dialog type (radiolist,checklist,inputbox,passwordbox,msgbox,gauge)\n Return List Dialog options\n\n=cut\n\nsub _getDialogOptions\n{\n    my ( $self, $dialogType ) = @_;\n\n    my %opts = %{ $self->{'_opts'} };\n\n    # Remove unwanted WHIPTAIL(1)/DIALOG(1) options according dialog type\n    if ( $dialogType eq 'msgbox' ) {\n        if ( $self->backup() && !$self->{'_errorBox'} ) {\n            delete @{opts}{qw/\n                yes-label no-label cancel-label extra-label\n                yes-button no-button cancel-button\n            /};\n        } else {\n            delete @{opts}{qw/\n                yes-label no-label cancel-label extra-label help-label\n                yes-button no-button cancel-button\n            /};\n        }\n    } elsif ( $dialogType eq 'gauge' ) {\n        delete @{opts}{qw/\n            ok-label yes-label no-label cancel-label extra-label help-label\n            ok-button yes-button no-button cancel-button\n        /};\n    } elsif ( $dialogType eq 'yesno' ) {\n        if ( $self->backup() ) {\n            delete @{opts}{qw/\n                yes-label no-label help-label\n                ok-button cancel-button\n            /};\n        } else {\n            delete @{opts}{qw/\n                ok-label cancel-label extra-label help-label\n                ok-button cancel-button\n            /};\n        }\n    } elsif ( grep ( $dialogType eq $_, qw/ inputbox passwordbox radiolist checklist /) ) {\n        if ( $self->backup() ) {\n            delete @{opts}{qw/\n                yes-label no-label extra-label help-label\n                yes-button no-button\n            /};\n        } else {\n            delete @{opts}{qw/\n                yes-label no-label cancel-label extra-label help-label\n                yes-button no-button cancel-button\n            /};\n\n            # WHIPTAIL(1) '--nocancel' option, mapped to '--no-cancel' by\n            # DIALOG(1)\n            $opts{'nocancel'} = '';\n        }\n    }\n\n    # Prepare options\n    ( ( map { defined $opts{$_}\n        ? ( '--' . $_, ( $opts{$_} eq '' ? () : $opts{$_} ) ) : ()\n    } keys %opts ), \"--$dialogType\", '--' );\n}\n\n=item _showDialog( $dialogType, @dialogOptions )\n\n Display a dialog\n\n Param string $dialogType Dialog type (radiolist|checklist|inputbox|passwordbox|msgbox)\n Param list @dialogOptions Dialog options \n Return string|list Dialog output in scalar context, an array containing both\n        dialog return code and dialog output in list context, croak on failure\n\n=cut\n\nsub _showDialog\n{\n    my ( $self, $dialogType, @dialogOptions ) = @_;\n\n    $self->endGauge();\n\n    my $ret = execute(\n        [\n            $self->{'program'},\n            $self->_getDialogOptions( $dialogType ),\n            map &_hideEscape, @dialogOptions\n        ],\n        undef,\n        \\my $output\n    );\n\n    if ( $self->{'program'} eq 'whiptail' ) {\n        if ( $self->backup() ) {\n            # We need return 30 when user hit escape or cancel button\n            $ret = 30 if $ret == 255 || ( $ret == 1 && $dialogType ne 'yesno' );\n        } elsif ( $ret == 255 ) {\n            $ret = 0;\n        }\n    }\n\n    # Both dialog output and dialog errors goes to STDERR. We need catch errors\n    !length $output or croak $output if $ret == 255;\n\n    wantarray ? ( $ret, $output ) : $output;\n}\n\n=item _stripEmbeddedSequences( $text )\n\n Strip out any DIALOG(1) embedded '\\Z' sequences from the given text\n\n Because this class is the parent class of the iMSCP::Dialog::Dialog frontEnd,\n we need strip off any DIALOG(1) embedded '\\Z' sequences since those are not\n interpreted by WHIPTAIL(1).\n\n Param string $text Text from which DIALOG(1) embedded '\\Z' sequences must be stripped off\n Return string Text stripped off of any DIALOG(1) embedded '\\Z' sequences\n\n=cut\n\nsub _stripEmbeddedSequences\n{\n    my ( $self, $text ) = @_;\n\n    return $text if $self->{'program'} eq 'dialog';\n\n    $text =~ s/\\\\Z[0-7bBrRuUn]//gmr;\n}\n\n=item _hideEscape( $line )\n\n Used to hide escaped characters in input text from processing.\n\n Param string $line to process\n Return string Processed line\n\n=cut\n\nsub _hideEscape\n{\n    s/\\\\n/\\\\\\xe2\\x81\\xa0n/gr;\n}\n\n=item _getWhiptailVersion\n\n Get whiptail version\n\n Return string version (stripped of any dot)\n\n=cut\n\nsub _getWhiptailVersion\n{\n    my ( $self ) = @_;\n\n    $self->{'_whiptail_version'} //= do {\n        my ( $stdout, $stderr );\n        execute(\n            [ $self->{'program'}, '--version' ],\n            \\$stdout, \\$stderr\n        ) == 0 or die(\n            \"Couldn't get whiptail version: $stderr\"\n        );\n\n        $stdout =~ /([\\d.]+)/i or die(\n            \"Couldn't retrieve whiptail version in version string\"\n        );\n        $1 =~ s/\\.//gr;\n    };\n}\n\n=item _formatText( $text )\n\n Format the given text to be displayed in a dialog box according current\n display properties\n\n Param string $text Text to format\n Return list conting formatted text and required box height and width to\n        print the formatted text according the current display properties\n\n=cut\n\nsub _formatText\n{\n    my ( $self, $text ) = @_;\n\n    $text = $self->_stripEmbeddedSequences( $text );\n\n    $iMSCP::Dialog::TextFormatter::columns = $self->{'screenWidth'}\n        -$self->{'borderWidth'}\n        -$self->{'columnSpacer'};\n\n    $text = wrap( '', '', $text );\n    my @lines = split /\\n/, $text;\n\n    my $boxWidth = length $self->{'_opts'}->{'title'}\n        ? width( $self->{'_opts'}->{'title'} )+$self->{'titleSpacer'}\n        : 0;\n\n    map {\n        my $width = width( $_ );\n        $boxWidth = $width if $width > $boxWidth\n    } @lines;\n\n    (\n        $text,\n        $#lines+1+$self->{'borderHeight'},\n        $boxWidth+$self->{'borderWidth'}\n    );\n}\n\n=item _makePrompt( $text [, $requiredFreeLines ] )\n\n Helper function for some dialog boxes.\n\n Param string $text\n Param int $requiredFreeLines How many lines must be free on sreen\n Return list A list containing formatted text, required screen lines and columns\n\n=cut\n\nsub _makePrompt\n{\n    my ( $self, $text, $requiredFreeLines ) = @_;\n    my $freeLines = $self->{'screenHeight'}-$self->{'borderHeight'}+1;\n    $freeLines += $requiredFreeLines if $requiredFreeLines;\n\n    ( $text, my $lines, my $columns ) = $self->_formatText( $text );\n\n    if ( $lines > $freeLines ) {\n        local $self->{'_opts'}->{'ok-button'} = 'Retry';\n        $self->_showText( <<\"EOF\" );\nYour terminal screen is too small to display the dialog box.\nPlease enlarge it.\nEOF\n        goto &{_makePrompt};\n    }\n\n    ( $text, $lines, $columns );\n}\n\n=item _showText\n\n Display the given text in a dialog box\n \n If the text is too long, it will be displayed in a scrollable dialog box.\n\n Param string $text Text to display\n Return int 0 (Ok), 30 (Backup), croak on failure\n\n=cut\n\nsub _showText\n{\n    my ( $self, $text ) = @_;\n\n    ref \\$text eq 'SCALAR' or croak( '$text parameter is invalid.' );\n\n    $text = \"\\n\" . $text if $self->{'program'} eq 'dialog';\n    ( $text, my $lines, my $columns ) = $self->_formatText( $text );\n\n    local $self->{'_opts'}->{'scrolltext'};\n    if ( $lines > ( my $maxLines = $self->{'screenHeight'}-$self->{'borderHeight'} ) ) {\n        $lines = $maxLines;\n        $self->{'_opts'}->{'scrolltext'} = '';\n    }\n\n    ( $self->_showDialog( 'msgbox', $text, $lines, $columns ) )[0];\n}\n\n=item DESTROY()\n\n Destroy dialog object\n\n=cut\n\nsub DESTROY\n{\n    $_[0]->endGauge();\n    $SIG{'WINCH'} = 'DEFAULT';\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Dialog/FrontEndInterface.pm",
    "content": "=head1 NAME\n\n iMSCP::Dialog::FrontEndInterface - Interface for dialog frontEnds\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Dialog::FrontEndInterface;\n\nuse strict;\nuse warnings;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Interface for dialog frontEnds.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item select( $text, \\%choices [, $defaultTag = '' ] )\n\n Display a dialog box with a list of choices\n\n Param string $text Text to show\n Param hashref \\%choices List of choices where keys are items and values are\n                         tags\n Param string $default Default selected tag\n Return Selected tag in scalar context, a list containing both dialog return\n                 code and the selected tag in list context. Return code can be\n                 0 (Ok), 30 (Back). Croak on failure\n\n=cut\n\n=item multiselect( $text, \\%choices [, \\@defaultTags = [] [, $showTags =  FALSE ] ] )\n\n Display a dialog box with a check list\n\n Param string $text Text to show\n Param hashref \\%choices List of choices where keys are items and values are\n               tags\n Param arrayref \\@default Default tags\n Param bool $showTags Flag indicating whether or not tags must be showed in\n                      dialog box\n Return An array of checked tags in scalar context, a list containing the\n        dialog return code and an array of checked tags in list context. Return\n        code can be 0 (Ok), 30 (Back). Croak on failure\n\n=cut\n\n=item boolean( $text [, $defaultno =  FALSE ] )\n\n Display a dialog box with two buttons, one for TRUE meaning, other for FALSE\n meaning\n\n Param string $text Text to show\n Param string bool $defaultno Set the default value of the box to 'No'\n Return int 0 (Yes), 1 (No), 30 (Back), croak on failure\n\n=cut\n\n=item error( $text )\n\n Display a dialog box with an error message\n\n Param string $text Text to display\n Return int 1, croak on failure\n\n=cut\n\n=item note( $text )\n\n Display a dialog box with a note\n\n Param string $text Text to display\n Return int 0, 30 (Back), croak on failure\n\n=cut\n\n=item text( $text )\n\n Display a dialog box with a text\n\n Param string $text Text to display\n Return int 0 (Ok), 30 (Back), croak on failure\n\n=cut\n\n=item string( $text [, $default = '' ] )\n\n Display a dialog box with a text input field\n\n Param string $text Text to show\n Param string $default Default value\n Return Input string in scalar context, a list containing both dialog return\n        code and input string in list context. Return code can be int 0 (Ok),\n        30 (Back). Croak on failure\n\n=cut\n\n=item password( $text [, $default = '' ] )\n\n Display a dialog box with a password input field\n\n Param string $text Text to show\n Param string $default Default value\n Return Input password in scalar context, a list containing both dialog return\n        code and input password in list context. Return code can be int 0 (Ok),\n        30 (Back). Croak on failure\n\n=cut\n\n=item startGauge( $text [, $percent = 0 ] )\n\n Display a dialog box wit a progress bar\n\n Param string $text Text to show\n Param int $percent Initial percentage show in the meter\n Return void, croak on failure\n\n=cut\n\n=item setGauge( $percent [, $text ] )\n\n Update gauge percent and text if any\n\n If no gauge is currently running, a new one will be created.\n\n Param int $percent New percentage to show in gauge dialog box\n Param string $text New text to show in gauge dialog box\n Return void, croak on failure\n\n=cut\n\n=item endGauge( )\n\n Terminate gauge\n\n Return void\n\n=cut\n\n=item hasGauge( )\n\n Whether a gauge has been started or not\n\n Return bool TRUE if a gauge has been started, FALSE otherwise\n\n=cut\n\n=item backup( [ $enabled ] )\n\n Enable or disable backup capability\n\n Param bool $enabled Flag indicating whtether or not the backup capability must\n                     be enabled\n Return Bool Whether or not the backup capability is enabled\n\n=cut\n\n=item AUTOLOAD( )\n\n Implement AUTOLOADING\n\n Die on failure\n\n=cut\n\nsub AUTOLOAD\n{\n    my ( $self ) = @_;\n    ( my $method = $iMSCP::Dialog::FrontEndInterface::AUTOLOAD ) =~ s/.*:://;\n\n    grep ( $method eq $_, qw/\n        select multiselect boolean error note text string password startGauge\n        setGauge endGauge hasGauge backup\n    / ) or die( sprintf(\n        'Unknown %s method', $iMSCP::Dialog::FrontEndInterface::AUTOLOAD\n    ));\n\n    die( sprintf(\n        \"The '%s' class must implements the '%s' method\",\n        ref $self,\n        $method\n    ));\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Dialog/InputValidation.pm",
    "content": "=head1 NAME\n\niMSCP::Dialog::InputValidation\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Dialog::InputValidation;\n\nuse strict;\nuse warnings;\nuse Data::Validate::Domain qw/ is_domain is_hostname /;\nuse DateTime::TimeZone;\nuse Email::Valid;\nuse iMSCP::Boolean;\nuse iMSCP::Database;\nuse iMSCP::Net;\nuse Net::LibIDN 'idn_to_ascii';\nuse parent 'Exporter';\n\nour @EXPORT = qw/\n    isValidUsername isValidPassword isValidEmail isValidHostname isValidDomain\n    isValidIpAddr isValidTimezone isValidDbName isNumber isNumberInRange\n    isStringNotInList isValidNumberRange isNotEmpty isAvailableSqlUser\n    isValidSqlUserHostname $LAST_VALIDATION_ERROR\n/;\n\nour $LAST_VALIDATION_ERROR = '';\n\n=head1 DESCRIPTION\n\n Provides set of routines for ease of user inputs validation.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item isValidUsername( $username )\n\n Is the given username valid?\n\n Param string $username Username\n Return bool TRUE if the given username is valid, FALSE otherwise\n\n=cut\n\nsub isValidUsername( $ )\n{\n    my ( $username ) = @_;\n\n    defined $username or die( 'Missing $username parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    my $length = length $username;\n\n    return TRUE if $length >= 3 && $length <= 16\n        && $username =~ /^[\\x30-\\x39\\x41-\\x5a\\x61-\\x7a\\x5f]+$/;\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid or unauthorized username.\\\\Zn\n\n - Username must be between 3 and 16 characters long.\n - Only ASCII alphabet, number and underscore characters are allowed.\n\nEOF\n    FALSE;\n}\n\n=item isValidPassword( $password )\n\n Is the given password valid?\n \n Param string $password Password\n Return bool TRUE if the given password is valid, FALSE otherwise\n\n=cut\n\nsub isValidPassword( $ )\n{\n    my ( $password ) = @_;\n\n    defined $password or die( 'Missing $password parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    my $length = length $password;\n\n    return TRUE if $length >= 6 && $length <= 32\n        && $password =~ /^[\\x30-\\x39\\x41-\\x5a\\x61-\\x7a]+$/;\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid password.\\\\Zn\n\n - Password must be between 6 and 32 characters long.\n - Only ASCII alphabet and number characters are allowed.\n\nEOF\n    FALSE;\n}\n\n=item isValidEmail( $email )\n\n Is the given email valid?\n\n Param string $email Email\n Return bool TRUE if the given email is valid, FALSE otherwise\n\n=cut\n\nsub isValidEmail( $ )\n{\n    my ( $email ) = @_;\n\n    defined $email or die( 'Missing $email parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    return TRUE if length $email\n        && Email::Valid->address( $email );\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid email address.\\\\Zn\n\nEOF\n    FALSE;\n}\n\n=item isValidHostname( $hostname )\n\n Is the given hostname valid?\n \n Param string $hostname Hostname\n Return bool TRUE if the given hostname is valid, FALSE otherwise\n\n=cut\n\nsub isValidHostname( $ )\n{\n    my ( $hostname ) = @_;\n\n    defined $hostname or die( 'Missing $hostname parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    return TRUE if length $hostname\n        && $hostname !~ /\\.$/\n        && ( $hostname =~ tr/.// ) >= 2\n        && is_hostname( idn_to_ascii( $hostname, 'utf-8' ));\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid hostname.\\\\Zn\n\n - Hostname must comply to RFC 1123 and 5890\n - The hostname must be a fully qualified hostname (FQHN).\n\nEOF\n    FALSE;\n}\n\n=item isValidSqlUserHostname( $hostname )\n\n Is the given SQL user hostname valid?\n \n Param string $hostname SQL user hostname\n Return bool TRUE if the given hostname is valid, FALSE otherwise\n\n=cut\n\nsub isValidSqlUserHostname( $ )\n{\n    my ( $hostname ) = @_;\n\n    defined $hostname or die( 'Missing $hostname parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    # FIXME: Implement full validation (wildcard entries)\n    return TRUE if length $hostname\n        && $hostname !~ /\\.$/\n        && ( index( $hostname, '%' ) != -1\n            || index( $hostname, '_' ) != -1\n            || isValidIpAddr( $hostname )\n            || is_hostname( idn_to_ascii( $hostname, 'utf-8' )\n        )\n    );\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid SQL user hostname.\\\\Zn\n\nSee https://dev.mysql.com/doc/refman/5.7/en/account-names.html\n\nEOF\n    FALSE;\n}\n\n=item isValidDomain( $domainName )\n\n Is the given domain name valid?\n\n Param string $domain Domain name\n Return bool TRUE if the given domain name is valid, FALSE otherwise\n\n=cut\n\nsub isValidDomain( $ )\n{\n    my ( $domainName ) = @_;\n\n    defined $domainName or die( 'Missing $domainName parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    return TRUE if length $domainName\n        && $domainName !~ /\\.$/\n        && is_domain(\n            idn_to_ascii( $domainName, 'utf-8' ),\n            { domain_disable_tld_validation => TRUE }\n        );\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid domain name.\\\\Zn\n\n - Domain name must comply to RFC 1123 and 5890\n\nEOF\n    FALSE;\n}\n\n=item isValidIpAddr( $ipAddr [, $typeReg = ANY ] )\n\n Is the given IP address valid?\n\n Param string $ipAddr IP address\n Param regexp|undef typeReg Regexp defining allowed IP type\n Return bool TRUE if the given IP address is valid, FALSE otherwise\n\n=cut\n\nsub isValidIpAddr( $;$ )\n{\n    my ( $ipAddr, $typeReg ) = @_;\n\n    defined $ipAddr or die( 'Missing $ipAddr parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    my $net = iMSCP::Net->getInstance();\n    return TRUE if length $ipAddr\n        && $net->isValidAddr( $ipAddr )\n        && ( !defined $typeReg\n            || $net->getAddrType( $ipAddr ) =~ /^$typeReg$/\n        );\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid or unauthorized IP address.\\\\Zn\n\nEOF\n    FALSE;\n}\n\n=item isValidDbName( $dbName )\n\n Is the given database name valid?\n\n Param string $email Email\n Return bool TRUE if the given email is valid, FALSE otherwise\n\n=cut\n\nsub isValidDbName( $ )\n{\n    my ( $dbName ) = @_;\n\n    defined $dbName or die( 'Missing $dbName parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    my $length = length $dbName;\n\n    return TRUE if $length >= 3 && $length <= 16\n        && $dbName =~ /^[\\x30-\\x39\\x41-\\x5a\\x61-\\x7a\\x5f]+$/;\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid or unauthorized database name.\\\\Zn\n\n - Database name must be between 3 and 16 characters long.\n - Only ASCII alphabet, number and underscore characters are allowed.\n\nEOF\n    FALSE;\n}\n\n=item isValidTimezone( $timezone )\n\n Is the given timzone name valid?\n\n Param string timezone Timezone\n Return bool TRUE if the given timezone is valid, FALSE otherwise\n\n=cut\n\nsub isValidTimezone\n{\n    my ( $timezone ) = @_;\n\n    defined $timezone or die( 'Missing $timezone parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    return TRUE if length $timezone\n        && DateTime::TimeZone->is_valid_name( $timezone );\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid timezone.\\\\Zn\n\n - Consult http://php.net/manual/en/timezones.php for a list of valid timezones.\n\nEOF\n    FALSE;\n}\n\n=item isNumber( $number )\n\n Is the given number valid?\n\n Param int $number Number\n Return bool TRUE if the given number is valid, FALSE otherwise\n\n=cut\n\nsub isNumber( $ )\n{\n    my ( $number ) = @_;\n\n    defined $number or die( 'Missing $number parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    return TRUE if $number =~ /^[\\x30-\\x39]+$/;\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid number.\\\\Zn\n\nEOF\n    FALSE;\n}\n\n=item isValidNumberRange( $numberRange, \\$n1, \\$n2 )\n\n Is the given number range a valid number range?\n\n Param string $numberRange Number range\n Param scalarref \\$n1 First number in range\n Param scalarref \\$n2 Last number in range\n Return bool TRUE if the given number range is valid, FALSE otherwise\n\n=cut\n\nsub isValidNumberRange( $$$ )\n{\n    my ( $numberRange, $n1, $n2 ) = @_;\n\n    defined $numberRange or die( 'Missing $numberRange parameter' );\n    ref $n1 eq 'SCALAR' or die( 'Missing or invalid $n1 parameter' );\n    ref $n2 eq 'SCALAR' or die( 'Missing or invalid $n2 parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    return TRUE if ( ${ $n1 }, ${ $n2 } ) = $numberRange\n        =~ /^\\s*([\\x30-\\x39]+)\\s+([\\x30-\\x39]+)\\s*$/;\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid number range.\\\\Zn\n\n- Number range must be two numbers separated by a space.\n\nEOF\n    FALSE;\n}\n\n=item isNumberInRange( $number, $start, $end )\n\n Is the given number in the given range?\n\n Param int $number Number\n Param int $start Start of range\n Param int $end End of range\n Return bool TRUE if the given number is under the given range, FALSE otherwise\n\n=cut\n\nsub isNumberInRange( $$$ )\n{\n    my ( $number, $start, $end ) = @_;\n\n    defined $number && $number =~ /^\\d+$/ or die(\n        'Missing or invalid $number parameter'\n    );\n    defined $start && $start =~ /^\\d+$/ or die(\n        'Missing or invalid $start parameter'\n    );\n    defined $end && $end =~ /^\\d+$/ or die(\n        'Missing or invalid $end parameter'\n    );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    return TRUE if $number >= $start && $number <= $end;\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid number.\\\\Zn\n\n - Number $number must be in range from $start to $end.\n\nEOF\n    FALSE;\n}\n\n=item isStringNotInList( $string, @stringList )\n\n Is the given string not in the given string list?\n\n Note: Comparison is case-insensitive\n\n Param string string String\n Param list @stringList String list\n Return bool TRUE if the given string is the given list, FALSE otherwise\n\n=cut\n\nsub isStringNotInList( $@ )\n{\n    my ( $string, @stringList ) = @_;\n\n    defined $string or die( 'Missing $string parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    return TRUE unless grep { lc $string eq lc $_ } @stringList;\n\n    my $entries = join ', ', @stringList;\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid entry.\\\\Zn\n\n - Following entries are not allowed: $entries\n\nEOF\n    FALSE;\n}\n\n=item isNotEmpty( $string )\n\n Is the given string not an empty string?\n\n Param string $string String\n Return bool TRUE if the given string is not empty, FALSE otherwise\n\n=cut\n\nsub isNotEmpty( $ )\n{\n    my ( $string ) = @_;\n\n    defined $string or die( 'Missing $string parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    return TRUE if !$string || $string =~ /[^\\s]/;\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Entry cannot be empty.\\\\Zn\n\nEOF\n    FALSE;\n}\n\n=item isAvailableSqlUser( $username )\n\n Is the given SQL user available?\n\n This routine make sure that the given SQL user is not already used by\n a customer.\n\n Param string $username SQL username\n Return bool TRUE if the given SQL user is available, FALSE otherwise, die on\n             unexpected failure\n=cut\n\nsub isAvailableSqlUser( $ )\n{\n    my ( $username ) = @_;\n\n    defined $username or die( 'Missing $username parameter' );\n\n    $LAST_VALIDATION_ERROR = '';\n\n    my $db = iMSCP::Database->factory();\n\n    local $@;\n    my $oldDbName = eval {\n        $db->useDatabase( ::setupGetQuestion( 'DATABASE_NAME' ));\n    };\n    if ( $@ ) {\n        # On fresh installation, there is no database yet\n        return TRUE if $@ =~ /unknown database/i;\n        die;\n    }\n\n    my $dbh = $db->getRawDb();\n    my $row = $dbh->selectrow_hashref(\n        'SELECT 1 FROM sql_user WHERE sqlu_name = ? LIMIT 1', undef, $username\n    );\n\n    $db->useDatabase( $oldDbName ) if $oldDbName;\n\n    return TRUE unless $row;\n\n    $LAST_VALIDATION_ERROR = <<\"EOF\";\n\\\\Z1Invalid SQL username.\\\\Zn\n\n - The given SQL user is already used by one of your customers.\n\nEOF\n    FALSE;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Dialog/NonInteractive.pm",
    "content": "=head1 NAME\n\n iMSCP::Dialog::NonInteractive - Non-interactive FrontEnd\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Dialog::NonInteractive;\n\nuse strict;\nuse warnings;\nuse parent 'iMSCP::Dialog::FrontEndInterface';\n\n=head1 DESCRIPTION\n\n Non-interactive FrontEnd for user interface.\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item AUTOLOAD\n\n Implement AUTOLOADING\n\n=cut\n\nsub AUTOLOAD\n{\n    ( my $method = $iMSCP::Dialog::NonInteractive::AUTOLOAD ) =~ s/.*:://;\n\n    grep ( $method eq $_, qw/\n        select multiselect boolean error note text string password startGauge\n        setGauge endGauge hasGauge backup\n    / ) or do {\n        require Data::Dumper;\n        Data::Dumper->import( 'Dumper' );\n        my @argv = map { ref \\$_ eq 'SCALAR' ? s/\\\\Z[0-7bBrRuUn]//gmr : $_ } @_;\n        die( sprintf(\n            \"Undefined '%s' method.\\n\\nContext:\\n\\n%s\",\n            $method,\n            Dumper( \\@argv )\n        ));\n    };\n\n    no strict 'refs';\n    *{ $iMSCP::Dialog::NonInteractive::AUTOLOAD } = grep ( $method eq $_, qw/\n        setGauge endGauge hasGauge note text backup\n    / ) ? sub { 0; } : do {\n        require Data::Dumper;\n        Data::Dumper->import( 'Dumper' );\n        my @argv = map { ref \\$_ eq 'SCALAR' ? s/\\\\Z[0-7bBrRuUn]//gmr : $_ } @_;\n        die( sprintf(\n            \"Invalid configuration or unexpected error.\\n\\nContext:\\n\\n%s\",\n            Dumper( \\@argv )\n        ));\n    };\n\n    goto &{ $iMSCP::Dialog::NonInteractive::AUTOLOAD };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Dialog/Resizable.pm",
    "content": "=head1 NAME\n\n iMSCP::Dialog::Whiptail - Base class for resizable frontEnds\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Dialog::Resizable;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse parent 'iMSCP::Dialog::FrontEndInterface';\n\n=head1 DESCRIPTION\n\n Base class for resizable frontEnds.\n\n=head1 PUBLIC METHODS/FUNCTIONS\n\n=over 4\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n See iMSCP::Common::Singleton::_init()\n\n=cut\n\nsub _init\n{\n    my $self = shift;\n\n    $self->SUPER::_init( @_ );\n\n    $self->_resize();\n    $SIG{'WINCH'} = sub {\n        # There is a short period during global destruction where $self may\n        # have been destroyed but the handler still operative.\n        $self->_resize() if defined $self\n    };\n\n    $self;\n}\n\n=item _resize( )\n\n This method is called whenever the tty is resized, and probes to determine the\n new screen size\n\n return void\n\n=cut\n\nsub _resize\n{\n    my ( $self ) = @_;\n\n    if ( exists $ENV{'LINES'} ) {\n        $self->{'screenHeight'} = $ENV{'LINES'};\n    } else {\n        my ( $rows ) = `stty -a 2>/dev/null` =~ /rows (\\d+)/s;\n        $self->{'screenHeight'} = $rows // 25;\n    }\n\n    if ( exists $ENV{'COLUMNS'} ) {\n        $self->{'screenWidth'} = $ENV{'COLUMNS'};\n    } else {\n        my ( $cols ) = `stty -a 2>/dev/null` =~ /columns (\\d+)/s;\n        $self->{'screenWidth'} = ( $cols || 80 );\n    }\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Dialog/TextFormatter.pm",
    "content": "=head1 NAME\n\n iMSCP::Dialog::TextFormatter - Text formatter\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Dialog::TextFormatter;\n\nuse strict;\nuse warnings;\n\nBEGIN {\n    {\n        no warnings;\n        eval q{ use Text::WrapI18N; use Text::CharWidth };\n    }\n\n    if ( !$@ && Text::CharWidth::mblen( 'a' ) == 1 ) {\n        *wrap = *Text::WrapI18N::wrap;\n        *columns = *Text::WrapI18N::columns;\n        *width = *Text::CharWidth::mbswidth;\n    } else {\n        require Text::Wrap;\n        require Text::Tabs;\n        sub _wrap { Text::Tabs::expand( Text::Wrap::wrap( @_ )); }\n        *wrap = *_wrap;\n        *columns = *Text::Wrap::columns;\n        sub _dumbwidth { length $_[0]; }\n        *width = *_dumbwidth;\n    }\n}\n\nuse Exporter 'import';\nour @EXPORT_OK = qw/ wrap $columns width /;\n\n=head1 DESCRIPTION\n\n This module provides facilities to format text\n\n iMSCP::Dialog::Encoding::wrap is a word-wrapping function, with the same\n interface as the one in Text::Wrap (except it doesn't gratuitously unexpand\n tabs). If Text::WrapI18N is available, it will be used for proper wrapping of\n multibyte encodings, combining and fullwidth characters, and languages that\n do not use whitespace between words.\n\n $iMSCP::Dialog::Encoding::columns is used to set the number of columns text is\n wrapped to by iMSCP::Dialog::Encoding::wrap\n\n iMSCP::Dialog::Encoding::width returns the number of columns required to\n display the given string. If available, Text::CharWidth is used to determine\n the width, to support combining and fullwidth characters.\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Dialog.pm",
    "content": "=head1 NAME\n\n iMSCP::Dialog - Proxy to various iMSCP::Dialog::FrontEndInterface implementations\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Dialog;\n\nuse strict;\nuse warnings;\nuse Carp;\nuse iMSCP::Boolean;\nuse iMSCP::Debug ();\nuse iMSCP::Getopt;\nuse parent qw/ Common::SingletonClass iMSCP::Dialog::FrontEndInterface /;\n\n=head1 DESCRIPTION\n\n Proxy to iMSCP::Dialog::FrontEndInterface implementations\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item executeDialogs( \\@stack [, $fromStack = FALSE [, $state = 0] ] )\n\n Execute a stack of dialog subroutines\n\n Implements a simple state machine with backup capability\n  - Dialog subroutines SHOULD NOT fail. However, they can die on\n    unrecoverable errors\n  - On success a dialog subroutine MUST return 0\n  - When skipped a dialog subroutine MUST return 20\n  - When backing-up a dialog subroutine MUST return 30\n  - When aborting a dialog subroutine MUST return 50\n\n When a dialog stack is executed through another dialog stack, the\n $fromStack flag SHOULD BE set to make the backup capability wokring.\n\n @param $dialogs \\@stack Stack of dialogs subroutines\n @param bool $fromStack Flag indicating whether or not the given dialog\n stack is executed from another dialog stack\n @param int $state Initial state. $state must be an index of the stack.\n @return int 0 (Success), 1 (Failure), 30 (Back) 50 (Abort)\n\n=cut\n\n# Keep last return value of the execute() call.\n# See getLastExecuteRetval() for further details.\nmy $ret = 0;\n\nsub execute\n{\n    my ( $self, $stack, $fromStack, $state ) = @_;\n    $fromStack //= FALSE;\n    $state //= 0;\n\n    ref $stack eq 'ARRAY' or die(\n        'Invalid or missing stack parameter. Array expected.'\n    );\n\n    ref \\$fromStack eq 'SCALAR' && grep ( $fromStack eq $_, TRUE, FALSE ) or die(\n        'Invalid or missing stack parameter. Boolean expected.'\n    );\n\n    ref \\$state eq 'SCALAR' && ( $state >= 0 && $state <= @{ $stack } ) or die(\n        'Invalid $state parameter. Array expected.'\n    );\n\n    $ret = eval {\n        my ( $prevRet, $backup ) = ( 0, $self->backup() );\n\n        while ( $state < @{ $stack } ) {\n            $backup && $self->backup( ( $fromStack && ( $ret == 0 || $state > 0 ) ) || $state > 0 );\n\n            $ret = $stack->[$state]->( $self );\n            return $ret if $ret == 50 || (\n                $fromStack && $state == 0 && $ret == 30\n            );\n\n            if ( $state == 0\n                || $ret == 0\n                || ( $ret == 20 && $prevRet != 30 )\n            ) {\n                $prevRet = $ret;\n                $state++;\n                next;\n            }\n\n            $prevRet = 30 if $ret != 20;\n            $state--;\n        }\n    };\n    if ( $@ ) {\n        die if $fromStack;\n        iMSCP::Debug::error( $@ );\n        $ret = 1;\n    }\n\n    $ret;\n}\n\n=item executeRetval( [$retval = $ret ] )\n\n Set and/or return value of the last execute() call\n\n This method make possible to get return value of the last execute()\n method call. This is used when executing a dialog stack from another\n dialog stack, for the backup capability implementation. It is also\n possible set new retval for manual backup capability implementation.\n See the test= suites (./Dialog/tests.pl) for a usage example.\n\n Int int 0 (Success), 1 (Failure), 30 (Back) 50 (Abort)\n\n=cut\n\nsub executeRetval\n{\n    my (undef, $retval) = @_;\n\n    $ret = $retval if defined $retval;\n    $ret;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n See iMSCP::Common::Singleton::_init()\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'_frontEnd'} = do {\n        if ( iMSCP::Getopt->noprompt ) {\n            require iMSCP::Dialog::NonInteractive;\n            iMSCP::Dialog::NonInteractive->getInstance();\n        } else {\n            require iMSCP::Dialog::Dialog;\n            iMSCP::Dialog::Dialog->getInstance();\n        }\n    };\n    \n    # Allows localization of dialog frontEnd options through this object\n    $self->{'_opts'} = $self->{'_frontEnd'}->{'_opts'} // {};\n    $self->{'program'} = $self->{'_frontEnd'}->{'program'} // 'none';\n\n    $self;\n}\n\n=item AUTOLOAD( )\n\n Proxy to iMSCP::Dialog::FrontEndInterface implementations\n\n=cut\n\nsub AUTOLOAD\n{\n    ( my $method = $iMSCP::Dialog::AUTOLOAD ) =~ s/.*:://;\n\n    no strict 'refs';\n    *{ $iMSCP::Dialog::AUTOLOAD } = sub {\n        ( shift )->{'_frontEnd'}->$method( @_ );\n    };\n\n    goto &{ $iMSCP::Dialog::AUTOLOAD };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Dir.pm",
    "content": "=head1 NAME\n\n iMSCP::Dir - Library allowing to perform common operation on directories\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Dir;\n\nuse strict;\nuse warnings;\nuse File::Copy 'mv';\nuse File::Path qw/ mkpath remove_tree /;\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'getLastError';\nuse iMSCP::File;\nuse parent 'Common::Object';\n\n=head1 DESCRIPTION\n\n Library allowing to perform common operation on directories\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getFiles( [ $dirname = $self->{'dirname'} ] )\n\n Get list of files inside directory\n\n Param string $dirname OPTIONAL Directory - Default $self->{'dirname'}\n Return array representing list files or die on failure\n\n=cut\n\nsub getFiles\n{\n    my ( $self, $dirname ) = @_;\n    $dirname //= $self->{'dirname'};\n\n    defined $dirname or die( \"The '\\$dirname' parameter isn't defined.\" );\n\n    opendir my $dh, $dirname or die( sprintf(\n        \"Couldn't open the '%s' directory: %s\", $dirname, $!\n    ));\n    my $dotReg = qr/^\\.{1,2}\\z/s;\n    my @files = grep { !/$dotReg/ && -f \"$dirname/$_\" } readdir( $dh );\n    @files = $self->{'fileType'}\n        ? grep ( /$self->{'fileType'}$/, @files )\n        : @files;\n    closedir( $dh );\n    @files;\n}\n\n=item getDirs( [ $dirname = $self->{'dirname'} ] )\n\n Get list of directories inside directory\n\n Param string $dirname OPTIONAL Directory - Default $self->{'dirname'}\n Return array representing list of directories or die on failure\n\n=cut\n\nsub getDirs\n{\n    my ( $self, $dirname ) = @_;\n    $dirname //= $self->{'dirname'};\n\n    defined $dirname or die( \"The '\\$dirname' parameter isn't defined.\" );\n\n    opendir my $dh, $dirname or die( sprintf(\n        \"Couldn't open the '%s' directory: %s\", $dirname, $!\n    ));\n    my @dirs = grep { !/^\\.{1,2}\\z/s && -d \"$dirname/$_\" } readdir( $dh );\n    closedir( $dh );\n    @dirs;\n}\n\n=item getAll( [ $dirname = $self->{'dirname'} ] )\n\n Get list of files and directories inside directory\n\n Param string $dirname OPTIONAL Directory - Default $self->{'dirname'}\n Return list of files and directories or die on failure\n\n=cut\n\nsub getAll\n{\n    my ( $self, $dirname ) = @_;\n    $dirname //= $self->{'dirname'};\n\n    defined $dirname or die( \"The '\\$dirname' parameter isn't defined.\" );\n\n    opendir my $dh, $dirname or die( sprintf(\n        \"Couldn't open the '%s' directory: %s\", $dirname, $!\n    ));\n    my @files = grep ( !/^\\.{1,2}\\z/s, readdir( $dh ) );\n    closedir( $dh );\n    @files;\n}\n\n=item isEmpty( [ $dirname = $self->{'dirname'} ] )\n\n Is directory empty?\n\n Param string $dirname OPTIONAL Directory - Default $self->{'dirname'}\n Return bool TRUE if the given directory is empty, FALSE otherwise - die on failure\n\n=cut\n\nsub isEmpty\n{\n    my ( $self, $dirname ) = @_;\n    $dirname //= $self->{'dirname'};\n\n    defined $dirname or die( \"The '\\$dirname' parameter isn't defined.\" );\n\n    my $dotReg = qr/^\\.{1,2}\\z/s;\n\n    opendir my $dh, $dirname or die( sprintf(\n        \"Couldn't open the '%s' directory: %s\", $dirname, $!\n    ));\n    while ( my $entry = readdir $dh ) {\n        next if $entry =~ /$dotReg/;\n        closedir $dh;\n        return 0;\n    }\n    closedir $dh;\n\n    1;\n}\n\n=item clear( [ $dirname = $self->{'dirname'} [, $regexp = undef ] ] )\n\n Clear a full directory content or the files/diretories inside the directory that match the given regexp\n\n Param Regexp $regexp OPTIOANL regexp for directory content matching\n Return int 0 on success or die on failure\n\n=cut\n\nsub clear\n{\n    my ( $self, $dirname, $regexp ) = @_;\n    $dirname //= $self->{'dirname'};\n\n    defined $dirname or die( \"The '\\$dirname' parameter is not defined.\" );\n    !defined $regexp || ref $regexp eq 'Regexp' or die(\n        'Invalid $regexp parameter. Expects a Regexp.'\n    );\n\n    -d $dirname or die( \"$dirname isn't a directory.\" );\n\n    if ( $regexp ) {\n        opendir my $dh, $dirname or die( sprintf(\n            \"Couldn't open the '%s' directory: %s\", $dirname, $!\n        ));\n\n        my $dotReg = qr/^\\.{1,2}\\z/s;\n\n        while ( my $file = readdir( $dh ) ) {\n            next if $file =~ /$dotReg/ || $file !~ /$regexp/;\n            my $filePath = $dirname . '/' . $file;\n\n            if ( -d $filePath ) {\n                $self->remove( $filePath );\n                next;\n            }\n\n            unlink $filePath or die( sprintf(\n                \"Couldn't remove the '%s' file: %s\", $filePath, $!\n            ));\n        }\n\n        closedir( $dh );\n        return 0;\n    }\n\n    $self->{'dirname'} = $dirname;\n\n    my $opts = {};\n    @{ $opts }{ qw/ mode user group /} = ( stat( $dirname ) )[2, 4, 5];\n    $opts->{'mode'} &= 07777;\n\n    $self->remove( $dirname );\n    $self->make( $opts );\n}\n\n=item mode( $mode [, $dirname = $self->{'dirname'} ] )\n\n Set directory mode\n\n Param string $mode Directory mode\n Param string $dirname OPTIONAL Directory (default $self->{'dirname'})\n Return int 0 on success or die on failure\n\n=cut\n\nsub mode\n{\n    my ( $self, $mode, $dirname ) = @_;\n    $dirname //= $self->{'dirname'};\n\n    defined $mode or die( \"The '\\$mode' parameter isn't defined.\" );\n    defined $dirname or die( \"The '\\$dirname' parameter isn't defined.\" );\n\n    chmod $mode, $dirname or die( sprintf(\n        \"Couldn't change the '%s' directory permissions: %s\", $dirname, $!\n    ));\n    0;\n}\n\n=item owner( $owner, $group, [, $dirname = $self->{'dirname'} ] )\n\n Set directory owner and group\n\n Param string $owner Owner\n Param string $group Group\n Param string $dirname OPTIONAL Directory (default $self->{'dirname'})\n Return int 0 on success, die on failure\n\n=cut\n\nsub owner\n{\n    my ( $self, $owner, $group, $dirname ) = @_;\n    $dirname //= $self->{'dirname'};\n\n    defined $owner or die( \"The '\\$owner' parameter isn't defined.\" );\n    defined $group or die( \"The '\\$group' parameter isn't defined.\" );\n    defined $dirname or die( \"The '\\$dirname' parameter isn't defined.\" );\n\n    my $uid = $owner =~ /^\\d+$/ ? $owner : getpwnam( $owner ) // -1;\n    my $gid = $group =~ /^\\d+$/ ? $group : getgrnam( $group ) // -1;\n\n    chown $uid, $gid, $dirname or die( sprintf(\n        \"Couldn't change the '%s' directory ownership: %s\", $dirname, $!\n    ));\n    0;\n}\n\n=item make( [ \\%options ] )\n\n Create a directory\n\n Param hash \\%options OPTIONAL Options:\n    mode:  Directory mode\n    user:  Directory owner\n    group: Directory group\n    fixpermissions: If defined, ownership and permissions are set only if set with TRUE value\n Return int 0 on success, die on failure\n\n=cut\n\nsub make\n{\n    my ( $self, $options ) = @_;\n\n    defined $self->{'dirname'} or die(\n        \"The 'dirname' attribute isn't defined.\"\n    );\n    $options = {} unless $options && ref $options eq 'HASH';\n\n    unless ( -d $self->{'dirname'} ) {\n        my @createdDirs = mkpath(\n            $self->{'dirname'}, { error => \\my $errStack }\n        );\n\n        if ( @{ $errStack } ) {\n            my $errorStr = '';\n\n            for my $diag ( @{ $errStack } ) {\n                my ( $file, $message ) = %{ $diag };\n                $errorStr .= ( $file eq '' )\n                    ? \"general error: $message\\n\"\n                    : \"problem creating $file: $message\\n\";\n            }\n\n            die( sprintf(\n                \"Couldn't create the '%s' directory: %s\",\n                $self->{'dirname'},\n                $errorStr\n            ));\n        }\n\n        # Setting ownership and permissions on parent directories can lead\n        # to several permission issues. Starting with version 1.5.0, the\n        # ownership and permissions on created parent directories are set as\n        # root:root 0755 (assuming UMASK 022).\n        $options->{'fixpermissions'} = TRUE if @createdDirs;\n    }\n\n    return 0 if defined $options->{'fixpermissions'}\n        && !$options->{'fixpermissions'};\n\n    if ( defined $options->{'user'} || defined $options->{'group'} ) {\n        $self->owner(\n            $options->{'user'} // -1,\n            $options->{'group'} // -1,\n            $self->{'dirname'}\n        );\n    }\n\n    $self->mode( $options->{'mode'} ) if defined $options->{'mode'};\n\n    0;\n}\n\n=item remove( [ $dirname = $self->{'dirname'} ] )\n\n Remove a directory recusively\n\n Param string $dirname OPTIONAL Directory (default $self->{'dirname'})\n Return int 0 on success, die on failure\n\n=cut\n\nsub remove\n{\n    my ( $self, $dirname ) = @_;\n    $dirname //= $self->{'dirname'};\n\n    defined $dirname or die( \"The '\\$dirname' parameter isn't defined.\" );\n\n    return 0 unless -d $dirname;\n\n    remove_tree( $dirname, { error => \\my $errStack } );\n\n    if ( @{ $errStack } ) {\n        my $errorStr = '';\n        for my $diag ( @{ $errStack } ) {\n            my ( $file, $message ) = %{ $diag };\n            $errorStr .= ( $file eq '' )\n                ? \"general error: $message\\n\"\n                : \"problem un-linking $file: $message\\n\";\n        }\n\n        die( sprintf(\n            \"Couldn't remove the '%s' directory: %s\", $dirname, $errorStr\n        ));\n    }\n\n    0;\n}\n\n=item rcopy( $destDir [, \\%options ] )\n\n Copy a directory recusively\n\n Symlinks are not dereferenced.\n\n Param string $destDir Destination directory\n Param hash \\%options OPTIONAL Options:\n  - preserve (yes|no): preserve ownership and permissions (default yes)\n Return int 0 on success, die on failure\n\n=cut\n\nsub rcopy\n{\n    my ( $self, $destDir, $options ) = @_;\n    $options = {} unless ref $options eq 'HASH';\n\n    defined $destDir or die( \"The '\\$destDir' parameter isn't defined.\" );\n\n    unless ( -d $destDir ) {\n        my $opts = {};\n        unless ( defined $options->{'preserve'}\n            && $options->{'preserve'} eq 'no'\n        ) {\n            @{ $opts }{ qw/ mode user group /} = (\n                stat( $self->{'dirname'} )\n            )[2, 4, 5];\n            $opts->{'mode'} &= 07777;\n        }\n\n        iMSCP::Dir->new( dirname => $destDir )->make( $opts );\n    }\n\n    opendir my $dh, $self->{'dirname'} or die( sprintf(\n        \"Couldn't open the '%s' directory: %s\", $self->{'dirname'}, $!\n    ));\n\n    my $dotReg = qr/^\\.{1,2}\\z/s;\n\n    while ( my $entry = readdir $dh ) {\n        next if $entry =~ /$dotReg/;\n\n        my $src = $self->{'dirname'} . '/' . $entry;\n        my $dst = $destDir . '/' . $entry;\n\n        unless ( -l $src || !-d _ ) {\n            iMSCP::Dir->new( dirname => $src )->rcopy( $dst, $options );\n            next;\n        }\n\n        # Tell iMSCP::File::copy() to reuse last lstat() instead of making a\n        # new one\n        $options->{'reuse_last_stat_call'} = TRUE;\n\n        iMSCP::File->new(\n            filename => $src\n        )->copyFile( $dst, $options ) == 0 or die( sprintf(\n            \"Couldn't copy the '%s' file to '%s': %s\", $src, $dst, getLastError()\n        ));\n    }\n\n    closedir $dh;\n    0;\n}\n\n=item moveDir( $destDir )\n\n Move directory\n\n Param string $destDir Destination directory\n Return int 0 on success, die on failure\n\n=cut\n\nsub moveDir\n{\n    my ( $self, $destDir ) = @_;\n\n    defined $destDir or die( \"The '\\$destDir' parameter isn't defined.\" );\n\n    !-l $self->{'dirname'} && -d _ or die( sprintf(\n        \"'%s' doesn't exit or isn't a directory.\", $self->{'dirname'}\n    ));\n    mv( $self->{'dirname'}, $destDir ) or die( sprintf(\n        \"Couldn't move the '%s' directory to 's': %s\", $self->{'dirname'}, $destDir, $!\n    ));\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize iMSCP::Dir object\n\n iMSCP::Dir\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'dirname'} //= undef;\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/EventManager/ListenerPriorityQueue.pm",
    "content": "=head1 NAME\n\n iMSCP::EventManager::ListenerPriorityQueue - Event listener priority Queue\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::EventManager::ListenerPriorityQueue;\n\nuse strict;\nuse warnings;\nuse List::Util 'max';\nuse Scalar::Util qw/ looks_like_number /;\n\n=head1 DESCRIPTION\n\n This class implements a simple priority queue for event listeners.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item new\n\n Constructor\n\n Return iMSCP::EventManager::ListenerPriorityQueue\n\n=cut\n\nsub new\n{\n    my ( $class ) = @_;\n\n    bless {\n        queue            => {},\n        priorities       => {},\n        highest_priority => undef\n    },\n        $class;\n}\n\n=item hasListener( $listener )\n \n Does this priority queue has the given listener?\n \n Param coderef $listener Listener\n Return bool TRUE if this priority queue has the given listener, FALSE otherwise, die on failure\n \n=cut\n\nsub hasListener\n{\n    my ( $self, $listener ) = @_;\n\n    defined $listener or die '$listener parameter is not defined';\n    ref $listener eq 'CODE' or die 'Invalid $listener. Expects CODE reference';\n\n    exists $self->{'priorities'}->{$listener};\n}\n\n=item addListener( $listener [, $priority = 1 ] )\n\n Add the given listener into the queue\n\n Note that if a $listener is added twice, it replace the old-one.\n\n Param coderef $listener Listener\n Param int $priority OPTIONAL Listener priority (Highest values have highest priority)\n Return iMSCP::EventManager::ListenerPriorityQueue, die on failure\n \n=cut\n\nsub addListener\n{\n    my ( $self, $listener, $priority ) = @_;\n\n    defined $listener or die '$listener parameter is not defined';\n    $priority //= 1;\n    looks_like_number $priority\n        && ( $priority > -1001 && $priority < 1001 ) or die(\n        'Invalid $priority. Expects an integer in range [-1000 .. 1000]'\n    );\n    ref $listener eq 'CODE' or die 'Invalid $listener. Expects CODE reference';\n    $self->removeListener( $listener ) if $self->hasListener( $listener );\n    $self->{'priorities'}->{$listener} = $priority;\n    push @{ $self->{'queue'}->{$priority} }, $listener;\n    $self->{'highest_priority'} =\n        max $priority, $self->{'highest_priority'} // $priority;\n    $self;\n}\n\n=item removeListener( $listener )\n\n Remove the given listener from the queue\n\n Return bool TRUE if the given listener has been found and removed, FALSE otherwise, die on failure\n\n=cut\n\nsub removeListener\n{\n    my ( $self, $listener ) = @_;\n\n    defined $listener or die '$listener parameter is not defined';\n    ref $listener eq 'CODE' or die 'Invalid $listener. Expects CODE reference';\n    my $oldPriority = $self->{'priorities'}->{$listener};\n    return 0 unless defined $oldPriority;\n    $self->{'queue'}->{$oldPriority} = [\n        grep { $_ ne $listener } @{ $self->{'queue'}->{$oldPriority} }\n    ];\n    delete $self->{'priorities'}->{$listener};\n    return 1 if @{ $self->{'queue'}->{$oldPriority} };\n    delete $self->{'queue'}->{$oldPriority};\n    return 1 unless $self->{'highest_priority'} == $self->{'highest_priority'};\n    $self->{'highest_priority'} = max keys( %{ $self->{'queue'} } );\n    1;\n}\n\n=item isEmpty( )\n\n Is the queue empty?\n\n Return bool TRUE if the queue is empty, FALSE otherwise\n\n=cut\n\nsub isEmpty\n{\n    !%{ $_[0]->{'priorities'} };\n}\n\n=item count( )\n\n How many items are in the queue?\n\n Return int\n\n=cut\n\nsub count\n{\n    scalar keys %{ $_[0]->{'priorities'} };\n}\n\n=item pop( )\n\n Pop item with highter priority from the queue\n\n Return coderef|undef Listener or undef if the queue is empty\n\n=cut\n\nsub pop\n{\n    my ( $self ) = @_;\n\n    return undef unless defined $self->{'highest_priority'};\n    my $listener = shift @{ $self->{'queue'}->{$self->{'highest_priority'}} };\n\n    unless ( @{ $self->{'queue'}->{$self->{'highest_priority'}} } ) {\n        delete $self->{'queue'}->{$self->{'highest_priority'}};\n        $self->{'highest_priority'} = max keys( %{ $self->{'queue'} } );\n    }\n\n    delete $self->{'priorities'}->{$listener};\n    $listener;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/EventManager.pm",
    "content": "=head1 NAME\n\n iMSCP::EventManager - i-MSCP Event Manager\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::EventManager;\n\nuse strict;\nuse warnings;\nuse autouse Clone => qw/ clone /;\nuse iMSCP::Debug qw/ debug error getMessageByType /;\nuse iMSCP::EventManager::ListenerPriorityQueue;\nuse Scalar::Util 'blessed';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n The i-MSCP event manager is the central point of the event system.\n\n Event listeners are registered on the event manager and events are triggered\n through the event manager. Event listeners are references to subroutines that\n listen to particular event(s).\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item hasListener( $event, $listener )\n\n Does the given listener is registered for the given event?\n\n Param string $event Event name on which $listener listen on\n Param coderef $listener A CODE reference\n Return bool TRUE if the given event has the given listener, FALSE otherwise, die on failure\n\n=cut\n\nsub hasListener\n{\n    my ( $self, $event, $listener ) = @_;\n\n    defined $event or die 'Missing $eventNames parameter.';\n\n    $self->{'events'}->{$event} && $self->{'events'}->{$event}->hasListener(\n        $listener\n    );\n}\n\n=item register( $events, $listener [, priority = 1 [, $once = FALSE ] ] )\n\n Registers an event listener for the given events\n\n Param string|arrayref $events Event(s) that the listener listen to\n Param coderef|object $listener A CODE reference or an object implementing $events method\n Param int $priority OPTIONAL Listener priority (Highest values have highest priority)\n Param bool $once OPTIONAL If TRUE, $listener will be executed at most once for the given events\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub register\n{\n    my ( $self, $events, $listener, $priority, $once ) = @_;\n\n    local $@;\n    eval {\n        defined $events or die 'Missing $eventNames parameter.';\n\n        if ( ref $events eq 'ARRAY' ) {\n            for ( @{ $events } ) {\n                $self->register( $_, $listener, $priority, $once ) == 0 or die(\n                    getMessageByType(\n                        'error', { amount => 1, remove => 1 }\n                    ) || 'Unknown error' );\n            }\n\n            return;\n        }\n\n        unless ( exists $self->{'events'}->{$events} ) {\n            $self->{'events'}->{$events} =\n                iMSCP::EventManager::ListenerPriorityQueue->new();\n        }\n\n        $listener = sub { $listener->$events( @_ ) } if blessed $listener;\n        $self->{'events'}->{$events}->addListener( $listener, $priority );\n        $self->{'once'}->{$events}->{$listener} = 1 if $once;\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item registerOne( $events, $listener [, priority = 1 ] )\n\n Registers an event listener that will be executed at most once for the given events\n \n This is shortcut method for ::register( $eventNames, $listener, $priority, $once )\n\n Param string|arrayref $events Event(s) that the listener listen to\n Param coderef|object $listener A CODE reference or object implementing $events method\n Param int $priority OPTIONAL Listener priority (Highest values have highest priority)\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub registerOne\n{\n    my ( $self, $events, $listener, $priority ) = @_;\n\n    $self->register( $events, $listener, $priority, 1 );\n}\n\n=item unregister( $listener [, $event ] )\n\n Unregister the given listener from all or the given event\n\n Param coderef $listener Listener\n Param string $event Event name\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub unregister\n{\n    my ( $self, $listener, $event ) = @_;\n\n    local $@;\n    eval {\n        defined $listener or die 'Missing $listener parameter';\n\n        unless ( defined $event ) {\n            for $event ( keys %{ $self->{'events'} } ) {\n                $self->unregister( $listener, $event )\n            }\n\n            return;\n        }\n\n        return unless $self->{'events'}->{$event};\n\n        $self->{'events'}->{$event}->removeListener( $listener )\n            if $self->{'events'}->{$event};\n        delete $self->{'events'}->{$event}\n            if $self->{'events'}->{$event}->isEmpty();\n\n        if ( $self->{'once'}->{$event}->{$listener} ) {\n            delete $self->{'once'}->{$event}->{$listener};\n            delete $self->{'once'}->{$event}\n                unless %{ $self->{'once'}->{$event} };\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=item clearListeners( $eventName )\n\n Clear all listeners for the given event\n\n Param string $event Event name\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub clearListeners\n{\n    my ( $self, $eventName ) = @_;\n\n    unless ( defined $eventName ) {\n        error( 'Missing $eventName parameter' );\n        return 1;\n    }\n\n    delete $self->{'events'}->{$eventName};\n    delete $self->{'once'}->{$eventName};\n    0;\n}\n\n=item trigger( $event [, @params ] )\n\n Triggers the given event\n\n Param string $event Event name\n Param mixed @params OPTIONAL parameters passed-in to the listeners\n Return int 0 on success, other on failure\n\n=cut\n\nsub trigger\n{\n    my ( $self, $event, @params ) = @_;\n\n    unless ( defined $event ) {\n        error( 'Missing $eventName parameter' );\n        return 1;\n    }\n\n    return 0 unless $self->{'events'}->{$event};\n    debug( sprintf( 'Triggering %s event', $event ));\n\n    # The priority queue acts as a heap, which implies that as items are popped\n    # they are also removed. Thus we clone it for purposes of iteration.\n    my $listenerPriorityQueue = clone( $self->{'events'}->{$event} );\n    my $rs = 0;\n    while ( my $listener = $listenerPriorityQueue->pop() ) {\n        if ( $self->{'once'}->{$event}->{$listener} ) {\n            $self->{'events'}->{$event}->removeListener( $listener );\n            delete $self->{'once'}->{$event}->{$listener};\n        }\n\n        $rs = $listener->( @params );\n        last if $rs;\n    }\n\n    # We must test $self->{'events'}->{$eventName} here too because a listener\n    # can self-unregister\n    if ( $self->{'events'}->{$event}\n        && $self->{'events'}->{$event}->isEmpty()\n    ) {\n        delete $self->{'events'}->{$event};\n    }\n\n    delete $self->{'once'}->{$event} if $self->{'once'}->{$event}\n        && !%{ $self->{'once'}->{$event} };\n    $rs;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::EventManager\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'events'} = {};\n    $self->{'once'} = {};\n\n    while ( <$::imscpConfig{'CONF_DIR'}/listeners.d/*.pl> ) {\n        debug( sprintf( 'Loading %s listener file', $_ ));\n        require $_;\n    }\n\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Execute.pm",
    "content": "=head1 NAME\n\n iMSCP::Execute - Allows to execute external commands\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Execute;\n\nuse strict;\nuse warnings;\nuse autouse 'Capture::Tiny' => qw/ capture capture_stdout capture_stderr /;\nuse Errno qw/ EINTR /;\nuse iMSCP::Debug qw/ debug error /;\nuse IO::Select;\nuse IPC::Open3;\nuse Symbol 'gensym';\nuse parent 'Exporter';\n\nour @EXPORT = qw/ execute executeNoWait escapeShell getExitCode /;\n\n=head1 DESCRIPTION\n\n This package provides a set of functions allowing to execute external commands.\n\n=head1 FUNCTIONS\n\n=over 4\n\n=item execute( $command [, \\$stdout = undef [, \\$stderr = undef ] ] )\n\n Execute the given command\n\n Param string|array $command Command to execute\n Param string \\$stdout OPTIONAL Variable for capture of STDOUT\n Param string \\$stderr OPTIONAL Variable for capture of STDERR\n Return int Command exit code or die on failure\n\n=cut\n\nsub execute( $;$$ )\n{\n    my ( $command, $stdout, $stderr ) = @_;\n\n    defined( $command ) or die( 'Missing $command parameter' );\n\n    if ( $stdout ) {\n        ref $stdout eq 'SCALAR' or die(\n            \"Expects a scalar reference as second parameter STDOUT capture.\"\n        );\n        ${ $stdout } = '';\n    }\n\n    if ( $stderr ) {\n        ref $stderr eq 'SCALAR' or die(\n            \"Expects a scalar reference as second parameter STDERR capture.\"\n        );\n        ${ $stderr } = '';\n    }\n\n    my $list = ref $command eq 'ARRAY';\n    debug( $list ? \"@{ $command }\" : $command );\n\n    if ( $stdout && $stderr ) {\n        ( ${ $stdout }, ${ $stderr } ) = capture sub {\n            system( $list ? @{ $command } : $command );\n        };\n        chomp( ${ $stdout }, ${ $stderr } );\n    } elsif ( $stdout ) {\n        ${ $stdout } = capture_stdout sub {\n            system( $list ? @{ $command } : $command );\n        };\n        chomp( ${ $stdout } );\n    } elsif ( $stderr ) {\n        ${ $stderr } = capture_stderr sub {\n            system( $list ? @{ $command } : $command );\n        };\n        chomp( $stderr );\n    } else {\n        system( $list ? @{ $command } : $command ) != -1 or die( sprintf(\n            \"Couldn't execute command: %s\", $!\n        ));\n    }\n\n    getExitCode();\n}\n\n=item executeNoWait(\n    $command\n    [, $subSTDOUT = sub { print STDOUT $_[0]; }\n    [, $subSTDERR = sub { print STDERR $_[0]; } ] ]\n)\n\n Execute the given command without wait\n\n Param string|array $command Command to execute\n Param CODE OPTIONAL Subroutine for processing of command STDOUT (line by line)\n Param CODE OPTIONAL Subroutine for processing of command STDERR (line by line)\n Return int Command exit code or die on failure\n\n=cut\n\nsub executeNoWait( $;$$ )\n{\n    my ( $command, $subSTDOUT, $subSTDERR ) = @_;\n    $subSTDOUT //= sub { print STDOUT $_[0] };\n    $subSTDERR //= sub { print STDERR $_[0] . \"\\n\" };\n\n    ref $subSTDOUT eq 'CODE' or croak(\n        'Invalid $subSTDOUT parameter. CODE expected.'\n    );\n    ref $subSTDERR eq 'CODE' or croak(\n        'Invalid $subSTDERR parameter. CODE expected.'\n    );\n\n    $command = [ $command ] unless ref $command eq 'ARRAY';\n\n    debug( \"@{ $command }\" );\n\n    my $pid = open3 my $stdin, my $stdout, my $stderr = gensym, @{ $command };\n    $stdin->close();\n\n    my %buffers = ( $stdout => '', $stderr => '' );\n    my $sel = IO::Select->new( $stdout, $stderr );\n    while ( my @ready = $sel->can_read() ) {\n        for my $fh ( @ready ) {\n            my $bytes = sysread $fh, $buffers{$fh}, 512, length $buffers{$fh};\n            next if $!{'EINTR'};      # Ignore signal interrupt\n            defined $bytes or die $!; # Something is going wrong; abort early\n\n            # Process any lines from buffer\n            while ( $buffers{$fh} =~ s/^([^\\n]*\\n)//o ) {\n                next unless length $1;\n                $fh eq $stdout ? $subSTDOUT->( \"$1\" ) : $subSTDERR->( \"$1\" )\n            }\n\n            next unless $bytes == 0; # EOF\n\n            # Process remaining bytes in buffers if any\n            if ( length $buffers{$fh} ) {\n                $fh eq $stdout\n                    ? $subSTDOUT->( delete $buffers{$fh} )\n                    : $subSTDERR->( delete $buffers{$fh} );\n            }\n\n            $sel->remove( $fh );\n            close $fh;\n        }\n    }\n\n    waitpid( $pid, 0 );\n    getExitCode();\n}\n\n=item escapeShell( $string )\n\n Escape the given string\n\n Param string $string String to escape\n Return string Escaped string\n\n=cut\n\nsub escapeShell( $ )\n{\n    my $string = shift;\n\n    return $string if $string eq '' || $string =~ /^[a-zA-Z0-9_\\-]+\\z/;\n    $string =~ s/'/'\\\\''/g;\n    \"'$string'\";\n}\n\n=item getExitCode( [ $ret = $? ] )\n\n Return human exit code\n\n Param int $ret Raw exit code\n Return int exit code or die on failure\n\n=cut\n\nsub getExitCode( ;$ )\n{\n    my ( $ret ) = @_;\n    $ret //= $?;\n\n    if ( $ret == -1 ) {\n        debug( \"Couldn't execute command\" );\n        return 1;\n    }\n\n    if ( $ret & 127 ) {\n        debug( sprintf( 'Command died with signal %d, %s core dump',\n            ( $ret & 127 ),\n            ( $? & 128 ) ? 'with' : 'without'\n        ));\n        return $ret;\n    }\n\n    $ret >> 8;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Ext2Attributes/Ext2Fs32.pm",
    "content": "=head1 NAME\n\n iMSCP::Ext2Attributes::Ext2Fs32 - Package providing Ioctl command values (32-bit constants) and Inode flags values\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Ext2Attributes::Ext2Fs32;\n\nuse strict;\nuse warnings;\nuse parent qw( Exporter );\nuse vars qw( @EXPORT );\n\n@EXPORT = qw(\n    EXT2_IOC_GETFLAGS EXT2_IOC_SETFLAGS EXT2_SECRM_FL EXT2_UNRM_FL EXT2_COMPR_FL EXT2_SYNC_FL EXT2_IMMUTABLE_FL\n    EXT2_APPEND_FL EXT2_NODUMP_FL EXT2_NOATIME_FL\n    );\n\n=head1 DESCRIPTION\n\n This package provides Ioctl command values and Inode flags values used by the iMSCP::Ext2Attributes package.\n\n See the iMSCP::Ext2Attributes for more information.\n\n=cut\n\n# <include/linux/ext2_fs.h> (32-bit values)\nuse constant EXT2_IOC_GETFLAGS => 0x80046601;\nuse constant EXT2_IOC_SETFLAGS => 0x40046602;\n\n# <include/linux/ext2_fs.h> - Inode flags (GETFLAGS/SETFLAGS)\nuse constant EXT2_SECRM_FL => 0x00000001; # Secure deletion (s)\nuse constant EXT2_UNRM_FL => 0x00000002; # Undelete (u)\nuse constant EXT2_COMPR_FL => 0x00000004; # Compress file (c)\nuse constant EXT2_SYNC_FL => 0x00000008; # Synchronous updates (S)\nuse constant EXT2_IMMUTABLE_FL => 0x00000010; # Immutable file (i)\nuse constant EXT2_APPEND_FL => 0x00000020; # writes to file may only append (a)\nuse constant EXT2_NODUMP_FL => 0x00000040; # do not dump file (d)\nuse constant EXT2_NOATIME_FL => 0x00000080; # do not update atime (A)\n# Reserved for compression usage... */\n#use constant EXT2_DIRTY_FL\t\t\t\t=> 0x00000100; (Z)\n#use constant EXT2_COMPRBLK_FL\t\t\t=> 0x00000200; # One or more compressed clusters\n#use constant EXT2_NOCOMPR_FL\t\t\t=> 0x00000400; # Don't compress (X)\n#use constant EXT2_ECOMPR_FL\t\t\t=> 0x00000800; # Compression error (E)\n# End compression flags --- maybe not all used */\n#use constant EXT2_INDEX_FL\t\t\t\t=> 0x00001000; # hash-indexed directory (I)\n#use constant EXT2_IMAGIC_FL\t\t\t=> 0x00002000; # AFS directory\n#use constant EXT2_JOURNAL_DATA_FL\t\t=> 0x00004000; # file data should be journaled (j)\n#use constant EXT2_NOTAIL_FL\t\t\t=> 0x00008000; # file tail should not be merged (t)\n#use constant EXT2_DIRSYNC_FL\t\t\t=> 0x00010000; # dirsync behaviour (directories only) (D)\n#use constant EXT2_TOPDIR_FL\t\t\t=> 0x00020000; # Top of directory hierarchies (T)\n#use constant EXT2_RESERVED_FL\t\t\t=> 0x80000000; # reserved for ext2 lib\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Ext2Attributes/Ext2Fs64.pm",
    "content": "=head1 NAME\n\n iMSCP::Ext2Attributes::Ext2Fs64 - Package providing Ioctl command values (64-bit constants) and Inode flags values\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Ext2Attributes::Ext2Fs64;\n\nuse strict;\nuse warnings;\nuse parent qw( Exporter );\nuse vars qw( @EXPORT );\n\n@EXPORT = qw(\n    EXT2_IOC_GETFLAGS EXT2_IOC_SETFLAGS EXT2_SECRM_FL EXT2_UNRM_FL EXT2_COMPR_FL EXT2_SYNC_FL EXT2_IMMUTABLE_FL\n    EXT2_APPEND_FL EXT2_NODUMP_FL EXT2_NOATIME_FL\n    );\n\n=head1 DESCRIPTION\n\n This package provides Ioctl command values and Inode flags values used by the iMSCP::Ext2Attributes package.\n\n See the iMSCP::Ext2Attributes for more information.\n\n=cut\n\n# <include/linux/ext2_fs.h> (64-bit values)\nuse constant EXT2_IOC_GETFLAGS => 0x80086601;\nuse constant EXT2_IOC_SETFLAGS => 0x40086602;\n\n# <include/linux/ext2_fs.h> - Inode flags (GETFLAGS/SETFLAGS)\nuse constant EXT2_SECRM_FL => 0x00000001; # Secure deletion (s)\nuse constant EXT2_UNRM_FL => 0x00000002; # Undelete (u)\nuse constant EXT2_COMPR_FL => 0x00000004; # Compress file (c)\nuse constant EXT2_SYNC_FL => 0x00000008; # Synchronous updates (S)\nuse constant EXT2_IMMUTABLE_FL => 0x00000010; # Immutable file (i)\nuse constant EXT2_APPEND_FL => 0x00000020; # writes to file may only append (a)\nuse constant EXT2_NODUMP_FL => 0x00000040; # do not dump file (d)\nuse constant EXT2_NOATIME_FL => 0x00000080; # do not update atime (A)\n# Reserved for compression usage... */\n#use constant EXT2_DIRTY_FL\t\t\t\t=> 0x00000100; (Z)\n#use constant EXT2_COMPRBLK_FL\t\t\t=> 0x00000200; # One or more compressed clusters\n#use constant EXT2_NOCOMPR_FL\t\t\t=> 0x00000400; # Don't compress (X)\n#use constant EXT2_ECOMPR_FL\t\t\t=> 0x00000800; # Compression error (E)\n# End compression flags --- maybe not all used */\n#use constant EXT2_INDEX_FL\t\t\t\t=> 0x00001000; # hash-indexed directory (I)\n#use constant EXT2_IMAGIC_FL\t\t\t=> 0x00002000; # AFS directory\n#use constant EXT2_JOURNAL_DATA_FL\t\t=> 0x00004000; # file data should be journaled (j)\n#use constant EXT2_NOTAIL_FL\t\t\t=> 0x00008000; # file tail should not be merged (t)\n#use constant EXT2_DIRSYNC_FL\t\t\t=> 0x00010000; # dirsync behaviour (directories only) (D)\n#use constant EXT2_TOPDIR_FL\t\t\t=> 0x00020000; # Top of directory hierarchies (T)\n#use constant EXT2_RESERVED_FL\t\t\t=> 0x80000000; # reserved for ext2 lib\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Ext2Attributes.pm",
    "content": "=head1 NAME\n\n iMSCP::Ext2Attributes - Package providing access to Linux ext2 file system attributes\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n# TODO check compatibility with BSD* systems\n# http://fxr.watson.org/fxr/source/fs/ext2/ioctl.c?v=linux-2.6\n\npackage iMSCP::Ext2Attributes;\n\nuse strict;\nuse warnings;\nuse Bit::Vector;\nuse File::Find 'finddepth';\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug error /;\nno warnings 'File::Find';\nuse Fcntl qw/ O_RDONLY O_NONBLOCK O_LARGEFILE /;\nuse parent qw( Exporter );\nuse vars qw( @EXPORT_OK );\n\n@EXPORT_OK = qw(\n    setSecureDeletion clearSecureDeletion isSecureDelection\n    setUndelete clearUndelete isUndelete\n    setCompress clearCompress isCompress\n    setSynchronousUpdate cleanSynchronousUpdate isSynchronousUpdate\n    setImmutable clearImmutable isImmutable\n    setAppendOnly clearAppendOnly isAppendOnly\n    setNoDump clearNoDump isNoDump\n    setNoAtime clearNoAtime isNoAtime\n);\n\nmy $isSupported = undef;\n\nBEGIN {\n    my $bitness = Bit::Vector->Long_Bits();\n    my $module = \"iMSCP::Ext2Attributes::Ext2Fs$bitness\";\n\n    local $@;\n\n    if ( eval \"require $module\" ) {\n        $module->import();\n    } else {\n        $isSupported = 0;\n        no strict 'refs';\n        my $dummy = sub { 'dummy' };\n\n        *{ __PACKAGE__ . '::EXT2_SECRM_FL' } = $dummy;\n        *{ __PACKAGE__ . '::EXT2_UNRM_FL' } = $dummy;\n        *{ __PACKAGE__ . '::EXT2_COMPR_FL' } = $dummy;\n        *{ __PACKAGE__ . '::EXT2_SYNC_FL' } = $dummy;\n        *{ __PACKAGE__ . '::EXT2_IMMUTABLE_FL' } = $dummy;\n        *{ __PACKAGE__ . '::EXT2_APPEND_FL' } = $dummy;\n        *{ __PACKAGE__ . '::EXT2_NODUMP_FL' } = $dummy;\n        *{ __PACKAGE__ . '::EXT2_NOATIME_FL' } = $dummy;\n        *{ __PACKAGE__ . '::EXT2_IOC_GETFLAGS' } = $dummy;\n        *{ __PACKAGE__ . '::EXT2_IOC_SETFLAGS' } = $dummy;\n    }\n}\n\n=head1 DESCRIPTION\n\n This library allow to handle ext2 file system attributes.\n\n=cut\n\nmy %constants = (\n    SecureDeletion    => EXT2_SECRM_FL,\n    Undelete          => EXT2_UNRM_FL,\n    Compress          => EXT2_COMPR_FL,\n    SynchronousUpdate => EXT2_SYNC_FL,\n    Immutable         => EXT2_IMMUTABLE_FL,\n    AppendOnly        => EXT2_APPEND_FL,\n    NoDump            => EXT2_NODUMP_FL,\n    NoAtime           => EXT2_NOATIME_FL\n);\n\n=head1 FUNCTIONS\n\n=over 4\n\n=item setSecureDeletion( $name [, $recursive ] )\n\n This function takes a filename and attempts to set its secure deletion flag.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item clearSecureDeletion( $name [, $recursive ] )\n\n This function takes a filename and removes the secure deletion flag if it is present.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item isSecureDeletion( $name )\n\nThis function takes a filename and returns true if the secure deletion flag is set and false if it isn't.\n\n=item setUndelete( $name [, $recursive ] )\n\n This function takes a filename and attempts to set its undelete flag.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item clearUndelete( $name [, $recursive ] )\n\n This function takes a filename and removes the undelete flag if it is present.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item isUndelete\n\nThis function takes a filename and returns true if the undelete flag is set and false if it isn't.\n\n=item setCompress( $name [, $recursive ] )\n\n This function takes a filename and attempts to set its compress flag.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item clearCompress( $name [, $recursive ] )\n\n This function takes a filename and removes the compress flag if it is present.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item isCompress( $name )\n\nThis function takes a filename and returns true if the compress flag is set and false if it isn't.\n\n=item setSynchronousUpdate( $name [, $recursive ] )\n\n This function takes a filename and attempts to set its synchronous updates flag.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item clearSynchronousUpdate( $name [, $recursive ] )\n\n This function takes a filename and removes the synchronous updates flag if it is present.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item isSynchronousUpdate( $name )\n\nThis function takes a filename and returns true if the synchronous updates flag is set and false if it isn't.\n\n=item setImmutable( $name [, $recursive ] )\n\n This function takes a filename and attempts to set its immutable flag.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item clearImmutable( $name [, $recursive ] )\n\n This function takes a filename and removes the immutable flag if it is present.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item isImmutable\n\nThis function takes a filename and returns true if the immutable flag is set and false if it isn't.\n\n=item setAppendOnly( $name [, $recursive ] )\n\n This function takes a filename and attempts to set its appendable flag.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item clearAppendOnly( $name [, $recursive ] )\n\n This function takes a filename and removes the appendable flag if it is present.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item isAppendOnly( $name )\n\n This function takes a filename and returns true if the append only flag is set and false if it isn't.\n\n=item setNoAtime( $name )\n\n This function takes a filename and attempts to set its noatime flag.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=item isNoAtime( $name )\n\n This function takes a filename and returns true if the noatime flag is set and false if it isn't.\n\n=item clearNoAtime( $name [, $recursive ] )\n\n This function takes a filename and removes the only noatime flag if it is present.\n If a second arguement is passed with true value, and $name is a directory, this function will operate recursively.\n\n=cut\n\nfor my $fname ( keys %constants ) {\n    my $set = sub\n    {\n        my ( $name, $recursive ) = @_;\n\n        return 0 unless _isSupported();\n\n        if ( $recursive ) {\n            debug( sprintf(\n                'Adding %s flag on %s recursively', $fname, $name\n            ));\n            File::Find::finddepth(\n                sub {\n                    my $flags;\n\n                    if ( _getAttributes( $_, \\$flags ) == -1 ) {\n                        error( sprintf(\n                            'An error occurred while reading flags on %s: %s',\n                            $name,\n                            $!\n                        ));\n                    }\n\n                    _setAttributes( $_, $flags | $constants{$fname} )\n                        if defined $flags;\n                },\n                $name\n            );\n        } else {\n            debug( sprintf( 'Adding %s flag on %s', $fname, $name ));\n            my $flags;\n            if ( _getAttributes( $name, \\$flags ) == -1 ) {\n                error( sprintf(\n                    'An error occurred while reading flags on %s: %s', $name, $!\n                ));\n            }\n\n            _setAttributes( $name, $flags | $constants{$fname} )\n                if defined $flags;\n        }\n\n        0;\n    };\n\n    my $clear = sub\n    {\n        my ( $name, $recursive ) = @_;\n\n        return 0 unless _isSupported();\n\n        if ( $recursive ) {\n            debug( sprintf(\n                'Removing %s flag on %s recursively', $fname, $name\n            ));\n            File::Find::finddepth(\n                sub {\n                    my $flags;\n                    if ( _getAttributes( $_, \\$flags ) == -1 ) {\n                        error( sprintf(\n                            'An error occurred while reading flags on %s:',\n                            $name,\n                            $!\n                        ));\n                    }\n\n                    _setAttributes( $_, $flags & ~$constants{$fname} )\n                        if defined $flags;\n                },\n                $name\n            );\n        } else {\n            debug( sprintf( 'Removing %s flag on %s', $fname, $name ));\n            my $flags;\n            if ( _getAttributes( $name, \\$flags ) == -1 ) {\n                error( sprintf(\n                    'An error occurred while reading flags on %s: %s',\n                    $name,\n                    $!\n                ));\n            }\n\n            _setAttributes( $name, $flags & ~$constants{$fname} )\n                if defined $flags;\n        }\n\n        0;\n    };\n\n    my $is = sub\n    {\n        my $name = $_[0];\n\n        return 0 unless _isSupported();\n\n        my $flags;\n        if ( _getAttributes( $name, \\$flags ) == -1 ) {\n            error( sprintf(\n                'An error occurred while reading flags on %s: %s',\n                $name,\n                $!\n            ));\n        }\n\n        ( defined $flags && $flags & $constants{$fname} );\n    };\n\n    no strict 'refs';\n    *{ __PACKAGE__ . '::set' . $fname } = $set;\n    *{ __PACKAGE__ . '::clear' . $fname } = $clear;\n    *{ __PACKAGE__ . '::is' . $fname } = $is;\n}\n\n=item _getAttributes( $name, \\$flags )\n\n Get file attributes\n\n Param string $name Filename\n Param scalar_ref $flags Flags\n Return int -1 on failure, other on success\n\n=cut\n\nsub _getAttributes\n{\n    my ( $name, $flags ) = @_;\n\n    my ( $fd, $r, $f, $errno ) = ( undef, 0, pack( 'i', 0 ), 0 );\n\n    return -1 unless sysopen( $fd, $name, O_RDONLY | O_NONBLOCK | O_LARGEFILE );\n\n    $r = sprintf '%d', ioctl( $fd, EXT2_IOC_GETFLAGS, $f ) || -1;\n    $errno = $! if $r == -1;\n    ${ $flags } = unpack 'i', $f;\n    close $fd;\n    $! = $errno if $errno;\n    $r;\n}\n\n=item _setAttributes( $name, $flags )\n\n Set file attributes\n\n Param string $name Filename\n Param scalar $flags Flags\n Return int -1 on failure, other on success\n\n=cut\n\nsub _setAttributes\n{\n    my ( $name, $flags ) = @_;\n\n    my ( $fd, $r, $f, $errno ) = ( undef, 0, pack( 'i', $flags ), 0 );\n\n    return -1 unless sysopen( $fd, $name, O_RDONLY | O_NONBLOCK | O_LARGEFILE );\n\n    $r = sprintf '%d', ioctl( $fd, EXT2_IOC_SETFLAGS, $f ) || -1;\n    $errno = $! if $r == -1;\n    close $fd;\n    $! = $errno if $errno;\n    $r;\n}\n\n=item _isSupported( )\n\n=cut\n\nsub _isSupported\n{\n    unless ( defined $isSupported ) {\n        unless ( _getAttributes( $::imscpConfig{'USER_WEB_DIR'} ) == -1 ) {\n            $isSupported = TRUE;\n        } else {\n            $isSupported = FALSE;\n        }\n    }\n\n    $isSupported;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/File.pm",
    "content": "=head1 NAME\n\n iMSCP::File - Library allowing to perform common operations on files\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::File;\n\nuse strict;\nuse warnings;\nuse autouse Lchown => qw/ lchown /;\nuse Fcntl ':mode';\nuse File::Basename 'basename';\nuse File::Copy qw/ copy mv /;\nuse File::Spec;\nuse iMSCP::Debug 'error';\nuse parent 'Common::Object';\n\n=head1 DESCRIPTION\n\n Library allowing to perform common operations on files.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item get( )\n\n Get file content\n\n Return string|undef File content or undef on failure\n\n=cut\n\nsub get\n{\n    my ( $self ) = @_;\n\n    return $self->{'fileContent'} if defined $self->{'fileContent'};\n\n    unless ( defined $self->{'filename'} ) {\n        error( \"The 'filename' attribute isn't defined.\" );\n        return undef;\n    }\n\n    my $fh;\n    unless ( open( $fh, '<', $self->{'filename'} ) ) {\n        error( sprintf(\n            \"Couldn't open the '%s' file for reading: %s\", $self->{'filename'}, $!\n        ));\n        return undef;\n    }\n\n    local $/;\n    $self->{'fileContent'} = <$fh>;\n    close( $fh );\n    $self->{'fileContent'}\n}\n\n=item getAsRef( )\n\n Get file content as scalar reference\n\n Return scalarref Reference to scalar containing file content\n\n=cut\n\nsub getAsRef\n{\n    my ( $self ) = @_;\n\n    return \\$self->{'fileContent'} if defined $self->{'fileContent'};\n\n    $self->{'fileContent'} = $self->get();\n\n    return undef unless defined $self->{'fileContent'};\n\n    \\$self->{'fileContent'};\n}\n\n=item set( $content )\n\n Set file content\n\n Param string $content New file content\n Return int 0\n\n=cut\n\nsub set\n{\n    my ( $self, $content ) = @_;\n\n    $self->{'fileContent'} = $content // '';\n    0;\n}\n\n=item save( )\n\n Save file\n\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub save\n{\n    my ( $self ) = @_;\n\n    unless ( defined $self->{'filename'} ) {\n        error( \"The 'filename' attribute isn't defined.\" );\n        return undef;\n    }\n\n    my $fh;\n    unless ( open( $fh, '>', $self->{'filename'} ) ) {\n        error( sprintf(\n            \"Couldn't open the '%s' file for writing: %s\",\n            $self->{'filename'},\n            $!\n        ));\n        return 1;\n    }\n\n    $self->{'fileContent'} //= '';\n    print { $fh } $self->{'fileContent'};\n    close( $fh );\n    0;\n}\n\n=item delFile( )\n\n Delete file\n\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub delFile\n{\n    my ( $self ) = @_;\n\n    unless ( defined $self->{'filename'} ) {\n        error( \"The 'filename' attribute isn't defined.\" );\n        return 1;\n    }\n\n    unless ( unlink( $self->{'filename'} ) ) {\n        error( sprintf(\n            \"Couldn't delete the '%s' file: %s\",\n            $self->{'filename'},\n            $!\n        ));\n        return 1;\n    }\n\n    0;\n}\n\n=item mode( $mode )\n\n Change file mode bits\n\n This routine doesn't operates on symlinks. They are ignored silently.\n\n Param int $mode New file mode (octal number)\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub mode\n{\n    my ( $self, $mode ) = @_;\n\n    unless ( defined $self->{'filename'} ) {\n        error( \"The 'filename' attribute isn't defined.\" );\n        return 1;\n    }\n\n    unless ( defined $mode ) {\n        error( \"The '\\$mode' parameter isn't defined.\" );\n        return 1;\n    }\n\n    return 0 if -l $self->{'filename'};\n\n    unless ( chmod( $mode, $self->{'filename'} ) ) {\n        error( sprintf(\n            \"Couldn't change the '%s' file permissions: %s\",\n            $self->{'filename'},\n            $!\n        ));\n        return 1;\n    }\n\n    0;\n}\n\n=item owner( $owner, $group )\n\n Change file owner and group\n\n Symlinks are not dereferenced.\n\n Param int|string $owner Either an username or userid\n Param int|string $group Either a groupname or groupid\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub owner\n{\n    my ( $self, $owner, $group ) = @_;\n\n    unless ( defined $self->{'filename'} ) {\n        error( \"The 'filename' attribute isn't defined.\" );\n        return 1;\n    }\n\n    unless ( defined $owner ) {\n        error( \"The '\\$owner' isn't defined\" );\n        return 1;\n    }\n\n    unless ( defined $group ) {\n        error( \"The '\\$group' isn't defined\" );\n        return 1;\n    }\n\n    my $uid = ( $owner =~ /^\\d+$/ ? $owner : getpwnam( $owner ) ) // -1;\n    my $gid = ( $group =~ /^\\d+$/ ? $group : getgrnam( $group ) ) // -1;\n\n    unless ( lchown( $uid, $gid, $self->{'filename'} ) ) {\n        error( sprintf(\n            \"Couldn't change the '%s' file ownership: %s\",\n            $self->{'filename'},\n            $!\n        ));\n        return 1;\n    }\n\n    0;\n}\n\n=item copyFile( $dst [, \\%options = { 'preserve' => 'yes', reuse_last_stat_call => FALSE } ] )\n\n Copy file to the given destination\n\n Symlinks are not dereferenced.\n Permissions are not set on symlink targets.\n\n Param string $dst Destination path (either a directory or file path)\n Param hash $options Options\n  - preserve (yes|no): preserve ownership and permissions (default yes)\n  - reuse_last_stat_call: Flag indicating whether or not last stat() call be be\n    reused instead of making new one (default: FALSE.\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub copyFile\n{\n    my ( $self, $dst, $options ) = @_;\n\n    $options = {} unless ref $options eq 'HASH';\n\n    unless ( defined $self->{'filename'} ) {\n        error( \"The 'filename' isn't defined.\" );\n        return 1;\n    }\n\n    unless ( defined $dst ) {\n        error( \"The '\\$dst' parameter isn't defined.\" );\n        return 1;\n    }\n\n    my ( $mode, $uid, $gid ) = ( $options->{'reuse_last_stat_call'}\n        ? lstat( _ ) : lstat( $self->{'filename'} )\n    )[2, 4, 5];\n\n    if ( S_ISDIR $mode ) {\n        $dst = File::Spec->catfile( $dst, basename( $self->{'filename'} ));\n    }\n\n    if ( S_ISLNK $mode ) {\n        my $lnkTarget = readlink( $self->{'filename'} );\n\n        unless ( symlink( $lnkTarget, $dst ) ) {\n            error( sprintf(\n                \"Couldn't copy the '%s' symlink to '%s': %s\",\n                $self->{'filename'},\n                $dst,\n                $!\n            ));\n            return 1;\n        }\n    } elsif ( !copy( $self->{'filename'}, $dst ) ) {\n        error( sprintf(\n            \"Couldn't copy the '%s' file to '%s': %s\",\n            $self->{'filename'},\n            $dst,\n            $!\n        ));\n        return 1;\n    }\n\n    return 0 if defined $options->{'preserve'} && $options->{'preserve'} eq 'no';\n\n    unless ( lchown( $uid, $gid, $dst ) ) {\n        error( sprintf(\n            \"Couldn't change the '%s' file ownership: %s\", $dst, $!\n        ));\n        return 1;\n    }\n\n    return 0 if S_ISLNK $mode; # We do not call chmod on symlinks\n\n    unless ( chmod( $mode & 07777, $dst ) ) {\n        error( sprintf(\n            \"Couldn't change  the '%s' file permissions: %s\", $dst, $!\n        ));\n        return 1;\n    }\n\n    0;\n}\n\n=item moveFile( $dst )\n\n Move file to the given destination\n\n Param string dst Destination path (either a directory or file path)\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub moveFile\n{\n    my ( $self, $dst ) = @_;\n\n    unless ( defined $self->{'filename'} ) {\n        error( \"The 'filename' attribute' isn't defined.\" );\n        return 1;\n    }\n\n    unless ( defined $dst ) {\n        error( \"The '\\$dst' parameter isn't defined.\" );\n        return 1;\n    }\n\n    unless ( mv( $self->{'filename'}, $dst ) ) {\n        error( sprintf(\n            \"Couldn't move the '%s' file to '%s': %s\",\n            $self->{'filename'},\n            $dst, $!\n        ));\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize iMSCP::File object\n\n iMSCP::File\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'filename'} //= undef;\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Getopt.pm",
    "content": "=head1 NAME\n\n iMSCP::Getopt - Provides command line options parser for i-MSCP scripts\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Getopt;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse Text::Wrap;\nuse fields qw/\n    clearComposerCache debug fixPermissions noprompt preseed reconfigure\n    skipDistPackages skipComposerUpdate verbose\n/;\n\n$Text::Wrap::columns = 80;\n$Text::Wrap::break = qr/[\\s\\n\\|]/;\n\nmy $options = fields::new( 'iMSCP::Getopt' );\nmy $optionHelp = '';\nmy $showUsage;\n\n=head1 DESCRIPTION\n\n This class provide command line options parser for i-MSCP.\n\n=head1 CLASS METHODS\n\n=over 4\n\n=item parse( $usage, @options )\n\n Parses command line options in @ARGV with GetOptions from Getopt::Long\n\n The first parameter should be basic usage text for the program. Usage text\n for the globally supported options will be prepended to this if usage help\n must be printed.\n\n If any additonal parameters are passed to this function, they are also passed\n to GetOptions. This can be used to handle additional options.\n\n Param string $usage Usage text\n Param list @options OPTIONAL Additional options\n Return undef\n\n=cut\n\nsub parse\n{\n    my ( $class, $usage, @options ) = @_;\n\n    $showUsage = sub {\n        my $exitCode = shift || 0;\n        print STDERR wrap( '', '', <<\"EOF\" );\n\n$usage\n -a,    --skip-composer-update  Skip composer update.\n -c,    --clear-composer-cache  Clear composer cache.\n -d,    --debug                 Force debug mode.\n -h,-?  --help                  Show this help.\n -n,    --noprompt              Switch to non-interactive mode.\n -p,    --preseed <file>        Path to preseed file.\n -r,    --reconfigure [item]    Type 'help' for list of allowed items.\n -v,    --verbose               Enable verbose mode.\n -x,    --fix-permissions       Fix permissions recursively.\n\n$optionHelp\nEOF\n        exit $exitCode;\n    };\n\n    # Do not load Getopt::Long if not needed\n    return unless grep { $_ =~ /^-/ } @ARGV;\n\n    local $SIG{'__WARN__'} = sub {\n        my $error = shift;\n        $error =~ s/(.*?) at.*/$1/;\n        print STDERR wrap( '', '', $error ) if $error ne \"Died\\n\";\n    };\n\n    require Getopt::Long;\n    Getopt::Long::Configure( 'bundling' );\n    Getopt::Long::GetOptions(\n        'clear-composer-cache|c', sub { $options->{'clearComposerCache'} = TRUE },\n        'debug|d', sub { $options->{'debug'} = TRUE },\n        'help|?|h', sub { $class->showUsage() },\n        'fix-permissions|x', sub { $options->{'fixPermissions'} = TRUE },\n        'noprompt|n', sub { $options->{'noprompt'} = TRUE },\n        'preseed|p=s', sub { $class->preseed( $_[1] ) },\n        'reconfigure|r:s', sub { $class->reconfigure( $_[1] ) },\n        'skip-composer-update|a', sub { $options->{'skipComposerUpdate'} = TRUE },\n        'verbose|v', sub { $options->{'verbose'} = TRUE },\n        @options,\n    ) or $class->showUsage( TRUE );\n\n    undef;\n}\n\n=item parseNoDefault( $usage, @options )\n\n Parses command line options in @ARGV with GetOptions from Getopt::Long.\n Default options are excluded\n\n The first parameter should be basic usage text for the program. Any\n following parameters are passed to to GetOptions.\n\n Param string $usage Usage text\n Param list @options Options\n Return undef\n\n=cut\n\nsub parseNoDefault\n{\n    my ( $class, $usage, @options ) = @_;\n\n    $showUsage = sub {\n        my $exitCode = shift || 0;\n        print STDERR wrap( '', '', <<\"EOF\" );\n\n$usage\n -?,-h  --help          Show this help.\n\nEOF\n        exit $exitCode;\n    };\n\n    # Do not load Getopt::Long if not needed\n    return unless grep { $_ =~ /^-/ } @ARGV;\n\n    local $SIG{'__WARN__'} = sub {\n        my $error = shift;\n        $error =~ s/(.*?) at.*/$1/;\n        print STDERR wrap( '', '', $error ) if $error ne \"Died\\n\";\n    };\n\n    require Getopt::Long;\n    Getopt::Long::Configure( 'bundling' );\n    Getopt::Long::GetOptions(\n        'help|?|h', sub { $class->showUsage() }, @options\n    ) or $class->showUsage( TRUE );\n    undef;\n}\n\n=item showUsage( $exitCode )\n\n Show usage\n\n Param int $exitCode OPTIONAL Exit code\n Return undef\n\n=cut\n\nsub showUsage\n{\n    my ( undef, $exitCode ) = @_;\n\n    $exitCode //= 1;\n    ref $showUsage eq 'CODE' or die( 'ShowUsage( ) is not defined.' );\n    $showUsage->( $exitCode );\n}\n\nour @reconfigurationItems = sort(\n    'all', 'servers', 'addons', 'httpd', 'mta', 'po', 'ftpd', 'named', 'sql',\n    'hostnames', 'system_hostname', 'panel_hostname', 'panel_ports',\n    'primary_ip', 'admin', 'admin_credentials', 'admin_email',\n    'admin_password', 'admin_username', 'php', 'timezone', 'panel',\n    'panel_ssl', 'system_server', 'services_ssl', 'ssl', 'backup',\n    'alt_urls_feature', 'antirootkit_packages', 'sql_admin_tool_packages',\n    'web_ftp_client_packages', 'webmail_client_packages',\n    'web_statistic_packages'\n);\n\n=item reconfigure( [ $item = 'none' ] )\n\n Reconfiguration item\n\n Param string $item OPTIONAL Reconfiguration item\n Return string Name of item to reconfigure or none\n\n=cut\n\nsub reconfigure\n{\n    my ( undef, $item ) = @_;\n\n    return $options->{'reconfigure'} ||= 'none' unless defined $item;\n\n    if ( $item eq 'help' ) {\n        $optionHelp = <<'EOF';\nReconfigure option usage:\n\nWithout any argument, this option allows to reconfigure all items. You can reconfigure a specific item by passing it name as argument.\n\nAvailable items are:\n\nEOF\n        $optionHelp .= ' ' . ( join '|', @reconfigurationItems );\n        die();\n    } elsif ( $item eq '' ) {\n        $item = 'all';\n    }\n\n    $item eq 'none' || grep ( $_ eq $item, @reconfigurationItems ) or die(\n        sprintf( \"Error: '%s' is not a valid argument for the --reconfigure option.\", $item )\n    );\n    $options->{'reconfigure'} = $item;\n}\n\n=item preseed( [ $file = undef ] )\n\n Accessor/Mutator for the preseed command line option\n\n Param string $file OPTIONAL Preseed file path\n Return boolean TRUE if preseeding is enabled, FALSE otherwise\n\n=cut\n\nsub preseed\n{\n    my ( $self, $file ) = @_;\n\n    return ( $options->{'preseed'} // FALSE ) unless defined $file;\n\n    -f $file or die( sprintf( 'Preseed file not found: %s', $file ));\n\n    $self->reconfigure( 'none' );\n    $self->noprompt( TRUE );\n\n    {\n        package main;\n        require $file;\n    }\n\n    $options->{'preseed'} = TRUE;\n}\n\n=item AUTOLOAD\n\n Handles all option fields, by creating accessor methods for them the\n first time they are accessed.\n\n=cut\n\nsub AUTOLOAD\n{\n    ( my $field = our $AUTOLOAD ) =~ s/.*://;\n\n    no strict 'refs';\n    *{ $AUTOLOAD } = sub {\n        shift;\n        return $options->{$field} unless @_;\n        $options->{$field} = shift;\n    };\n    goto &{ $AUTOLOAD };\n}\n\n=item DESTROY\n\n Due to autoloading\n\n=cut\n\nsub DESTROY\n{\n    # Nothing todo\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/LockFile.pm",
    "content": "=head1 NAME\n\n iMSCP::LockFile - Implements file locks for locking files in UNIX.\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::LockFile;\n\nuse strict;\nuse warnings;\nuse Errno qw/ ENOENT EWOULDBLOCK /;\nuse Fcntl ':flock';\nuse iMSCP::Debug 'debug';\nuse parent 'Common::Object';\n\n=head1 DESCRIPTION\n\n Implements file locks for locking files in UNIX.\n\n File locking strategy upon based on https://github.com/certbot/certbot/blob/master/certbot/lock.py\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item acquire( )\n\n Acquire the lock file\n\n Return int 1 if lock file has been acquired, 0 if lock file has not been acquired (non blocking)\n Die on failure\n\n=cut\n\nsub acquire\n{\n    my ( $self ) = @_;\n\n    debug( sprintf( 'Acquiring exclusive lock on %s', $self->{'path'} ));\n\n    while ( !$self->{'_fd'} ) {\n        open my $fd, '>', $self->{'path'} or die( sprintf(\n            \"Couldn't open '%s' file\", $self->{'path'}\n        ));\n\n        eval {\n            return 0 unless $self->_tryLock( $fd );\n            $self->{'_fd'} = $fd if $self->_lockSuccess( $fd );\n            1;\n        } or return 0;\n\n        # Close the file if it is not the required one\n        close( $fd ) unless $self->{'_fd'};\n        die( $@ ) if $@\n    }\n\n    1;\n}\n\n=item release( )\n\n Remove, close, and release the lock file\n\n Die on failure\n\n=cut\n\nsub release\n{\n    my ( $self ) = @_;\n\n    # Prevent lock from being released if the process is not the lock owner\n    return unless $self->{'_owner'} == $$;\n\n    debug( sprintf( 'Releasing exclusive lock on %s', $self->{'path'} ));\n\n    # It is important the lock file is removed before it's released, otherwise:\n    #\n    # process A: open lock file\n    # process B: release lock file\n    # process A: lock file\n    # process A: check device and inode\n    # process B: delete file\n    # process C: open and lock a different file at the same path\n    unlink( $self->{'path'} ) or die( sprintf(\n        \"Couldn't unlink the '%s' file: %s\", $self->{'path'}, $!\n    ));\n    close $self->{'_fd'};\n    undef $self->{'_fd'};\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item\n\n Initialize instance\n\n Return iMSCP::LockFile\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'path'} ||= '/var/lock/imscp.lock';\n    $self->{'non_blocking'} ||= 0;\n    $self->{'_fd'} = undef;\n    $self->{'_owner'} = $$;\n    $self;\n}\n\n=item _tryLock( $fd )\n\n Try to acquire the lock file\n\n Param int $fd file descriptor of the opened file to lock\n Return int 1 if lock file has been acquired, 0 if lock file has not been acquired (non blocking)\n Die on failure\n\n=cut\n\nsub _tryLock\n{\n    my ( $self, $fd ) = @_;\n\n    return 1 if flock(\n        $fd, LOCK_EX | ( $self->{'non_blocking'} ? LOCK_NB : 0 )\n    );\n\n    $!{'EWOULDBLOCK'} or die( sprintf(\n        \"Couldn't acquire exclusive lock on %s: %s\", $self->{'path'}, $!\n    ));\n    debug( sprintf(\n        \"A lock on %s is held by another process.\", $self->{'path'}\n    ));\n    0;\n}\n\n=item _lockSuccess( $fd )\n\n Did we really successfully grab the lock?\n\n Because we delete the locked file when the lock is released, it is possible\n another process removed and recreated the file between us opening the file and\n acquiring the lock.\n\n Param int $fd file descriptor of the opened file to lock\n Return TRUE if the lock was successfully acquired, FALSE otherwise\n Die on failure\n\n=cut\n\nsub _lockSuccess\n{\n    my ( $self, $fd ) = @_;\n\n    my @stat1 = CORE::stat( $self->{'path'} );\n    unless ( @stat1 ) {\n        return if $!{'ENOENT'};\n        die( sprintf( \"Couldn't stats: %s\", $! ));\n    }\n\n    my @stat2 = CORE::stat( $fd ) or die( sprintf( \"Couldn't stats: %s\", $! ));\n\n    # If our locked file descriptor and the file on disk refer to\n    # the same device and inode, they're the same file.\n    $stat1[0] == $stat2[0] && $stat1[1] == $stat2[1];\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Log.pm",
    "content": "=head1 NAME\n\n iMSCP::Log - i-MSCP generic message storing mechanism\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Log;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse Params::Check 'check';\n\nlocal $Params::Check::VERBOSE = TRUE;\n\n=head1 DESCRIPTION\n\n Generic message storage mechanism allowing to store messages on a stack.\n\n Code upon based on the Log-Message module by Chris Williams, which has been simplified for i-MSCP.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item new( )\n\n Create new iMSCP::Log object\n\n Return iMSCP::Log\n\n=cut\n\nsub new\n{\n    my $class = shift;\n    my %hash = @_;\n\n    my $tmpl = {\n        id    => {\n            default     => 'dummy',\n            strict_type => TRUE,\n            required    => TRUE\n        },\n        stack => {\n            default => []\n        }\n    };\n\n    my $args = check( $tmpl, \\%hash ) or die( sprintf(\n        \"Couldn't create a new iMSCP::Log object: %s1\",\n        Params::Check->last_error\n    ));\n\n    bless $args, $class\n}\n\n=item getId( )\n\n Get identifier\n\n Return string\n\n=cut\n\nsub getId\n{\n    $_[0]->{'id'};\n}\n\n=item store( )\n\n Create a new item hash and store it on the stack.\n\n Possible arguments you can give to it are:\n\n=over 4\n\n=item message\n\n This is the only argument that is required. If no other arguments are given, you may even leave off the C<message> key.\n The argument will then automatically be assumed to be the message.\n\n=item tag\n\n The tag to add to this message. If not provided, default tag 'none' will be used.\n\n=item when\n\n The time to add to this message. If not provided, value from localtime will be used\n\n=back\n\n Return true upon success and undef upon failure, as well as issue a warning as to why it failed.\n\n=cut\n\nsub store\n{\n    my $self = shift;\n\n    my %hash = ();\n    my $tmpl = {\n        when    => {\n            default     => scalar localtime,\n            strict_type => TRUE,\n        },\n        message => {\n            default     => 'empty log',\n            strict_type => TRUE,\n            required    => TRUE\n        },\n        tag     => { default => 'none' }\n    };\n\n    if ( @_ == 1 ) {\n        $hash{'message'} = shift;\n    } else {\n        %hash = @_;\n    }\n\n    my $args = check( $tmpl, \\%hash ) or (\n        warn( sprintf(\n            \"Couldn't store message: %s\", Params::Check->last_error\n        )),\n        return\n    );\n\n    my $item = {\n        when    => $args->{'when'},\n        message => $args->{'message'},\n        tag     => $args->{'tag'}\n    };\n\n    push @{ $self->{'stack'} }, $item;\n    1;\n}\n\n=item retrieve( )\n\n Retrieve all message items matching the criteria specified from the stack.\n\n Here are the criteria you can discriminate on:\n\n=over 4\n\n=item tag\n\n A regex to which the tag must adhere. For example C<qr/\\w/>.\n\n=item message\n\n A regex to which the message must adhere.\n\n=item amount\n\n Maximum amount of errors to return\n\n=item chrono\n\n Return in chronological order, or not?\n\n=item remove\n\n Remove items from the stack upon retrieval?\n\n=back\n\n In scalar context it will return the first item matching your criteria and in list context, it will return all of them.\n\n If an error occurs while retrieving, a warning will be issued and undef will be returned.\n\n=cut\n\nsub retrieve\n{\n    my $self = shift;\n\n    my %hash = ();\n    my $tmpl = {\n        tag     => {\n            default => qr/.*/\n        },\n        message => {\n            default => qr/.*/\n        },\n        amount  => {\n            default => undef\n        },\n        remove  => {\n            default => FALSE\n        },\n        chrono  => {\n            default => TRUE\n        }\n    };\n\n    # single arg means just the amount otherwise, they are named\n    if ( @_ == 1 ) {\n        $hash{'amount'} = shift;\n    } else {\n        %hash = @_;\n    }\n\n    my $args = check( $tmpl, \\%hash ) or (\n        warn( sprintf( \"Couldn't parse input: %s\", Params::Check->last_error )), return\n    );\n\n    my @list = ();\n    for ( @{ $self->{'stack'} } ) {\n        if ( $_->{'tag'} =~ /$args->{'tag'}/ && $_->{'message'} =~ /$args->{'message'}/ ) {\n            push @list, $_;\n            undef $_ if $args->{'remove'};\n        }\n    }\n\n    @{ $self->{'stack'} } = grep (defined, @{ $self->{'stack'} }) if $args->{'remove'};\n    my $amount = $args->{'amount'} || scalar @list;\n    @list = ( $amount >= @list ) ? @list : @list[0 .. $amount-1] if @list;\n    wantarray ? ( $args->{'chrono'} ) ? @list : reverse( @list ) : ( $args->{'chrono'} ) ? $list[0] : $list[$#list];\n}\n\n=item first( )\n\n Retrieve the first item(s) stored on the stack. It will default to only retrieving one if called with no arguments, and\n will always return results in chronological order.\n\n If you only supply one argument, it is assumed to be the amount you wish returned.\n\n Furthermore, it can take the same arguments as C<retrieve> can.\n\n=cut\n\nsub first\n{\n    my $self = shift;\n\n    my $amt = @_ == 1 ? shift : 1;\n    $self->retrieve( amount => $amt, @_, chrono => TRUE );\n}\n\n=item final( )\n\n Retrieve the last item(s) stored on the stack. It will default to only retrieving one if called with no arguments, and\n will always return results in reverse chronological order.\n\n If you only supply one argument, it is assumed to be the amount you wish returned.\n\n Furthermore, it can take the same arguments as C<retrieve> can.\n\n=cut\n\nsub final\n{\n    my $self = shift;\n\n    my $amt = @_ == 1 ? shift : 1;\n    $self->retrieve( amount => $amt, @_, chrono => FALSE );\n}\n\n=item flush( )\n\n Removes all items from the stack and returns them to the caller\n\n=cut\n\nsub flush\n{\n    splice @{ $_[0]->{'stack'} };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/LsbRelease.pm",
    "content": "=head1 NAME\n\n iMSCP::LsbRelease - Provides distribution-specific information\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::LsbRelease;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse IPC::Open3;\nuse POSIX;\nuse Symbol;\n\nmy $IS_DEVUAN = -f '/etc/devuan_version';\n\n# XXX: Update as needed\n# This should really be included in apt-cache policy output... it is already\n# in the Release file...\nmy %RELEASE_CODENAME_LOOKUP = !$IS_DEVUAN ? (\n    '1.1' => 'buzz',\n    '1.2' => 'rex',\n    '1.3' => 'bo',\n    '2.0' => 'hamm',\n    '2.1' => 'slink',\n    '2.2' => 'potato',\n    '3.0' => 'woody',\n    '3.1' => 'sarge',\n    '4.0' => 'etch',\n    '5.0' => 'lenny',\n    '6.0' => 'squeeze',\n    '7'   => 'wheezy',\n    '8'   => 'jessie',\n    '9'   => 'stretch',\n    '10'  => 'buster',\n    '11'  => 'bullseye',\n    '12'  => 'bookworm'\n) : (\n    '1' => 'jessie',\n    '2' => 'ascii',\n    '3' => 'beowulf',\n);\n\nmy $TESTING_CODENAME = 'unknown.new.testing';\n\nmy @RELEASES_ORDER = (\n    ( map { $RELEASE_CODENAME_LOOKUP{$_} } sort keys %RELEASE_CODENAME_LOOKUP ),\n    'stable', 'testing', 'unstable', ( $IS_DEVUAN ? 'ceres' : 'sid' )\n);\n\n=head1 DESCRIPTION\n\n This class provides distribution-specific information as provided by the\n lsb_release command.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getInstance( )\n\n Create and return instance of this class\n\n Return iMSCP::LsbRelease\n\n=cut\n\nsub getInstance\n{\n    my ( $self ) = @_;\n    return $self if ref $self;\n\n    no strict 'refs';\n    my $instance = \\${ \"$self\\::_instance\" };\n    unless ( defined ${ $instance } ) {\n        ${ $instance } = bless {}, $self;\n        %{ ${ $instance }->{'lsbInfo'} } =\n            ${ $instance }->getDistroInformation();\n    }\n\n    ${ $instance };\n}\n\n=item getId( [ $short = false ] )\n\n Get distributor ID\n\n Param bool $short OPTIONAL Weither or not short value must be returned\n Return string\n\n=cut\n\nsub getId\n{\n    my ( $self, $short ) = @_;\n\n    return $self->{'lsbInfo'}->{'ID'} || 'n/a' if $short;\n    sprintf( \"Distributor ID:\\t%s\", $self->{'lsbInfo'}->{'ID'} || 'n/a' );\n}\n\n=item getDescription( [ $short = false ] )\n\n Get description\n\n Param bool $short OPTIONAL Weither or not short value must be returned\n Return string\n\n=cut\n\nsub getDescription\n{\n    my ( $self, $short ) = @_;\n\n    return $self->{'lsbInfo'}->{'DESCRIPTION'} || 'n/a' if $short;\n    sprintf( \"Description:\\t%s\", $self->{'lsbInfo'}->{'DESCRIPTION'} || 'n/a' );\n}\n\n=item getRelease( [ $short = false [, forceNumeric = false ] ] )\n\n Get release\n\n Param bool $short OPTIONAL Weither or not short value must be returned \n Param bool $forceNumeric Weither or not to force numeric value when possible\n Return string\n\n=cut\n\nsub getRelease\n{\n    my ( $self, $short, $forceNumeric ) = @_;\n\n    my $release = $self->{'lsbInfo'}->{'RELEASE'} || 'n/a';\n\n    if ( $forceNumeric && $release =~ /[^\\d.]/ ) {\n        my $codename = $self->getCodename( TRUE );\n        my %lookup = reverse( %RELEASE_CODENAME_LOOKUP );\n        $release = sprintf( '%.1f', $lookup{$codename} ) if exists $lookup{$codename};\n    }\n\n    return $release if $short;\n    sprintf( \"Release:\\t%s\", $self->{'lsbInfo'}->{'RELEASE'} || 'n/a' );\n}\n\n=item getCodename( [ $short = false ] )\n\n Get codename\n\n Param bool $short OPTIONAL Weither or not short value must be returned\n Return string\n\n=cut\n\nsub getCodename\n{\n    my ( $self, $short ) = @_;\n\n    return $self->{'lsbInfo'}->{'CODENAME'} || 'n/a' if $short;\n    sprintf( \"Codename:\\t%s\", $self->{'lsbInfo'}->{'CODENAME'} || 'n/a' );\n}\n\n=item getAll( [ $short = false ] )\n\n Get all distribution-specific information\n\n Param bool $short OPTIONAL Weither or not short value must be returned\n Return string\n\n=cut\n\nsub getAll\n{\n    my ( $self, $short ) = @_;\n\n    sprintf(\n        \"%s\\n%s\\n%s\\n%s\",\n        $self->getId( $short ),\n        $self->getDescription( $short ),\n        $self->getRelease( $short ),\n        $self->getCodename( $short )\n    );\n}\n\n=item getDistroInformation( )\n\n Get distribution information\n\n    Data are returned in hash such as:\n\n    (\n        'ID'          => 'Debian',\n        'RELEASE'     => '8.7',\n        'DESCRIPTION' => 'Debian GNU/Linux 8.7 (jessie)',\n        'CODENAME'    => 'jessie'\n    )\n\n Return hash Hash containing distribution information\n\n=cut\n\nsub getDistroInformation\n{\n    my ( $self ) = @_;\n\n    # Try to retrieve information from /etc/lsb-release first\n    my %lsbInfo = $self->_getLsbInformation();\n\n    for my $info ( 'ID', 'RELEASE', 'CODENAME', 'DESCRIPTION' ) {\n        next if exists $lsbInfo{$info};\n        my %distInfo = $self->_guessDebianRelease();\n        %lsbInfo = ( %distInfo, %lsbInfo );\n        last;\n    }\n\n    %lsbInfo;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _lookupCodename( $release [, $unknown = undef ] )\n\n Lookup distribution codename\n\n Return string Distribution codename if found or $unknown value\n\n=cut\n\nsub _lookupCodename\n{\n    my ( undef, $release, $unknown ) = @_;\n\n    return $unknown unless $release =~ /(\\d+)\\.(\\d+)(r(\\d+))?/;\n\n    my $shortRelease = ( !$IS_DEVUAN && int( $1 ) < 7 )\n        ? sprintf '%s.%s', $1, $2\n        : sprintf '%s', $1;\n    $RELEASE_CODENAME_LOOKUP{$shortRelease} || $unknown;\n}\n\n=item _parsePolicyLine( $data )\n\n Parse a line from the apt-cache policy command output to retrieve distribution\n version, origin, suite, component and label field value\n\n Return hash\n\n=cut\n\n# map short field names to long field names\nmy %longnames = (\n    v => 'version',\n    o => 'origin',\n    a => 'suite',\n    c => 'component',\n    l => 'label'\n);\n\nsub _parsePolicyLine\n{\n    my @bits = split ',', $_[1];\n\n    my %retval = ();\n    for my $bit ( @bits ) {\n        my @kv = split '=', $bit, 2;\n\n        if ( @kv > 1 && exists $longnames{$kv[0]} ) {\n            $retval{$longnames{$kv[0]}} = $kv[1];\n        }\n    }\n\n    %retval;\n}\n\n=item _releaseIndex( )\n\n Get release index if any\n\n Return string|int\n\n=cut\n\nsub _releaseIndex\n{\n    my $suite = $_[1]->{'suite'} || undef;\n\n    if ( $suite ) {\n        return grep ($_ eq $suite, @RELEASES_ORDER)\n            ? int( @RELEASES_ORDER-( grep { $RELEASES_ORDER[$_] eq $suite } 0 .. $#RELEASES_ORDER )[0] )\n            : $suite;\n    }\n\n    0;\n}\n\n=item _parseAptPolicy( )\n\n Parse output from apt-cache policy command\n\n Return array\n\n=cut\n\nsub _parseAptPolicy\n{\n    my $self = $_[0];\n\n    my ( $in, $out, $err ) = ( undef, undef, gensym() );\n    my $pid = open3( $in, $out, $err, 'LANG=C apt-cache policy' );\n    close $in;\n\n    my $stdout = do {\n        local $/;\n        <$out>\n    };\n    my $stderr = do {\n        local $/;\n        <$err>\n    };\n\n    close $out;\n    close $err;\n    waitpid( $pid, 0 ) or die \"$!\\n\";\n    die( sprintf(\n        \"Couldn't parse APT policy: %s\", $stderr || 'Unknown error'\n    )) if $?;\n\n    my @data = ();\n    my $priority;\n\n    for my $line ( split /\\n/, $stdout ) {\n        $line =~ s/^\\s+|\\s+$//g; # Remove leading and trailing whitespaces\n        $priority = int( $1 ) if $line =~ /^(\\d+)/;\n        if ( index( $line, 'release' ) == 0 ) {\n            my @bits = split ' ', $line, 2;\n            push @data, [ $priority, { $self->_parsePolicyLine( $bits[1] ) } ] if @bits > 1;\n        }\n    }\n\n    @data;\n}\n\n=item _guessReleaseFromApt(\n    [ $origin = 'Debian'\n    [, $component = 'main'\n    [, $ignoresuites = 'experimental' ]\n    [, $label = 'Debian'\n    [, $alternateOlabels = { 'Debian Ports' => 'ftp.debian-ports.org' } ] ] ] ] ]\n)\n\n Retrieve distribution information by parsing output from the apt-cache policy\n command\n\n Return hash\n\n=cut\n\nsub _guessReleaseFromApt\n{\n    my ( $self, $origin, $component, $ignoresuites, $label, $alternateOlabels ) = @_;\n\n    $origin ||= 'Debian';\n    $component ||= 'main';\n    $ignoresuites ||= [ 'experimental' ];\n    $label ||= 'Debian';\n    $alternateOlabels ||= { 'Debian Ports' => 'ftp.debian-ports.org' };\n\n    my @releases = $self->_parseAptPolicy();\n\n    return undef unless @releases;\n\n    # We only care about the specified origin, component, and label\n    @releases = grep {\n        (\n            ( $_->[1]->{'origin'} || '' ) eq $origin and\n                ( $_->[1]->{'component'} || '' ) eq $component and\n                ( $_->[1]->{'label'} || '' ) eq $label\n        ) or (\n            exists $alternateOlabels->{$_->[1]->{'origin'} || ''} and\n                ( $_->[1]->{'label'} || '' ) eq $alternateOlabels->{( $_->[1]->{'origin'} || '' )}\n        )\n    } @releases;\n\n    # Check again to make sure we didn't wipe out all of the releases\n    return undef unless @releases;\n\n    @releases = sort { $b->[0] <=> $a->[0] } @releases;\n\n    # We've sorted the list by descending priority, so the first entry should\n    # be the \"main\" release in use on the system\n\n    my $maxPriority = $releases[0]->[0];\n    @releases = grep { $_->[0] == $maxPriority } @releases;\n    @releases = sort { $self->_releaseIndex( $a->[1] ) cmp $self->_releaseIndex( $b->[1] ) } @releases;\n    %{ $releases[0]->[1] };\n}\n\n=item _guessDebianRelease( )\n\n Return Debian distribution-specific information\n\n Return hash\n\n=cut\n\nsub _guessDebianRelease\n{\n    my $self = $_[0];\n\n    my %distInfo = ( ID => $IS_DEVUAN ? 'Devuan' : 'Debian' );\n\n    # Use /etc/dpkg/origins/default to fetch the distribution name\n    my $etcDpkgOriginsDefauft = $ENV{'LSB_ETC_DPKG_ORIGINS_DEFAULT'}\n        || '/etc/dpkg/origins/default';\n\n    if ( -f $etcDpkgOriginsDefauft ) {\n        if ( open my $fh, '<', $etcDpkgOriginsDefauft ) {\n            while ( my $line = <$fh> ) {\n                my ( $header, $content ) = split ':', $line, 2;\n\n                $header = lc( $header );\n                $content =~ s/^\\s+|\\s+$//g;\n\n                if ( $header eq 'vendor' ) {\n                    $distInfo{'ID'} = $content;\n                }\n            }\n\n            close $fh;\n        } else {\n            warn( sprintf(\n                \"Couldn't open %s: %s\", $etcDpkgOriginsDefauft, $!\n            ));\n        }\n    }\n\n    my ( $kern ) = uname();\n\n    if ( $kern =~ /^(?:Linux|Hurd|NetBSD)$/ ) {\n        $distInfo{'OS'} = \"GNU/$kern\";\n    } elsif ( $kern eq 'FreeBSD' ) {\n        $distInfo{'OS'} = \"GNU/k$kern\";\n    } elsif ( $kern =~ /^GNU\\/(?:Linux|kFreeBSD)$/ ) {\n        $distInfo{'OS'} = $kern;\n    } else {\n        $distInfo{'OS'} = 'GNU';\n    }\n\n    $distInfo{'DESCRIPTION'} = sprintf( '%s %s', $distInfo{'ID'}, $distInfo{'OS'} );\n\n    my $etcDebianVersion = $ENV{'LSB_ETC_DEBIAN_VERSION'}\n        || ( $IS_DEVUAN ? '/etc/devuan_version' : '/etc/debian_version' );\n\n    if ( -f $etcDebianVersion ) {\n        my $release = 'unknown';\n\n        if ( open my $fh, '<', $etcDebianVersion ) {\n            $release = do {\n                local $/;\n                <$fh>\n            };\n            $release =~ s/^\\s+|\\s+$//g; # Remove leading and trailing whitespaces\n\n            close $fh;\n        } else {\n            warn( sprintf( \"Couldn't open %s file: %s\", $etcDebianVersion, $! ));\n        }\n\n        if ( $release !~ /^[a-z]/ ) {\n            # /etc/debian_version or /etc/devuan_version should be numeric\n            $distInfo{'CODENAME'} = $self->_lookupCodename( $release, 'n/a' );\n            $distInfo{'RELEASE'} = $release;\n        } elsif ( $release =~ m%(.*)/(?:sid|ceres)$% ) {\n            $TESTING_CODENAME = $1 if lc( $1 ) ne 'testing';\n            $distInfo{'RELEASE'} = 'testing/unstable';\n        } else {\n            $distInfo{'RELEASE'} = $release;\n        }\n    }\n\n    # Only use apt information if we did not get the proper information\n    # from /etc/debian_version or if we don't have a codename\n    # (which will happen if /etc/debian_version does not contain a\n    # number but some text like 'testing/unstable' or 'lenny/sid')\n    #\n    # This is slightly faster and less error prone in case the user\n    # has an entry in his /etc/apt/sources.list but has not actually\n    # upgraded the system.\n    unless ( exists $distInfo{'CODENAME'} ) {\n        my %rInfo = $distInfo{'ID'} eq 'Devuan' ? $self->_guessReleaseFromApt(\n            'Devuan', 'main', 'experimental', 'Devuan',\n            { 'Devuan Ports' => 'packages.devuan.org' }\n        ) : $self->_guessReleaseFromApt();\n\n        if ( %rInfo ) {\n            my $release = $rInfo{'version'} || '';\n\n            # Special case Debian-Ports as their Release file has 'version': '1.0'\n            if ( !$IS_DEVUAN &&\n                $release eq '1.0'\n                && $rInfo{'origin'} eq 'Debian Ports'\n                && $rInfo{'label'} == 'ftp.debian-ports.org'\n            ) {\n                $release = undef;\n                $rInfo{'suite'} = 'unstable';\n            }\n\n            if ( $release ) {\n                $distInfo{'CODENAME'} = $self->_lookupCodename(\n                    $release, 'n/a'\n                );\n            } else {\n                $release = $rInfo{'suite'} || 'unstable';\n\n                if ( $release eq 'testing' ) {\n                    # Would be nice if I didn't have to hardcode this.\n                    $distInfo{'CODENAME'} = $TESTING_CODENAME;\n                } else {\n                    $distInfo{'CODENAME'} = $IS_DEVUAN ? 'ceres' : 'sid';\n                }\n            }\n\n            $distInfo{'RELEASE'} = $release;\n        }\n    }\n\n    if ( exists $distInfo{'RELEASE'} ) {\n        $distInfo{'DESCRIPTION'} .= sprintf( ' %s', $distInfo{'RELEASE'} );\n    }\n\n    if ( exists $distInfo{'CODENAME'} ) {\n        $distInfo{'DESCRIPTION'} .= sprintf( ' (%s)', $distInfo{'CODENAME'} );\n    }\n\n    %distInfo;\n}\n\n=item _getLsbInformation( )\n\n Get lsb information from lsb-release file\n\n Return hash Hash containing lsb information\n\n=cut\n\nsub _getLsbInformation\n{\n    my %distInfo = ();\n    my $etcLsbFile = $ENV{'LSB_ETC_LSB_RELEASE'} || '/etc/lsb-release';\n\n    if ( -f $etcLsbFile ) {\n        if ( open my $fh, '<', $etcLsbFile ) {\n            while ( my $line = <$fh> ) {\n                # Remove trailing and leading whitespaces\n                $line =~ s/^\\s+|\\s+$//g;\n\n                # Skip invalid lines\n                next unless $line && index( $line, '=' ) != -1;\n\n                my ( $var, $arg ) = split '=', $line, 2;\n                if ( index( $var, 'DISTRIB_' ) == 0 ) {\n                    $var = substr( $var, 8 );\n                    $arg = substr( $arg, 1, -1 ) if $arg =~ /^\".*?\"$/;\n                    # Ignore empty arguments\n                    $distInfo{$var} = $arg if $arg;\n                }\n            }\n\n            close $fh;\n        } else {\n            warn( sprintf( \"Couldn't open %s file: %s\", $etcLsbFile, $! ));\n        }\n    }\n\n    %distInfo;\n}\n\n=back\n\n=head1 NOTE\n\n This is a rewrite for i-MSCP of the lsb_release command as provided by the\n lsb-release Debian package.\n\n Detection of systems using a mix of packages from various distributions or\n releases is something of a black art; the current heuristic tends to assume\n that the installation is of the earliest distribution which is still being\n used by apt but that heuristic is subject to error.\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Mail.pm",
    "content": "=head1 NAME\n\n iMSCP::Mail - Send warning or error message to system administrator\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Mail;\n\nuse strict;\nuse warnings;\nuse Encode;\nuse iMSCP::Debug;\nuse iMSCP::ProgramFinder;\nuse MIME::Entity;\nuse Text::Wrap;\nuse parent 'Common::Object';\n\n$Text::Wrap::huge = 'wrap';\n$Text::Wrap::columns = 75;\n$Text::Wrap::break = qr/[\\s\\n\\|]/;\n\n=head1 DESCRIPTION\n\n Send warning or error message to system administrator\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item errmsg( $message )\n\n Send an error message to system administrator\n\n Param string Error message to be sent\n Return int 0 on success, other on failure\n \n=cut\n\nsub errmsg\n{\n    my ( $self, $message ) = @_;\n\n    defined $message or die( \"$message parameter is not defined\" );\n\n    my $functionName = ( caller( 1 ) )[3] || 'main';\n    $self->_sendMail( 'i-MSCP - An error has been raised', <<\"EOF\", 'error' );\nAn error has been raised while executing function $functionName in $0:\n\n$message\nEOF\n    0;\n}\n\n=item warnMsg( $message )\n\n Send a warning message to system administrator\n\n Param string $message Warning message to be sent\n Return int 0 on success, other on failure\n \n=cut\n\nsub warnMsg\n{\n    my ( $self, $message ) = @_;\n\n    defined $message or die( \"$message parameter is not defined\" );\n\n    my $functionName = ( caller( 1 ) )[3] || 'main';\n    $self->_sendMail( 'i-MSCP - A warning has been raised', <<\"EOF\", 'warning' );\nA warning has been raised while executing function $functionName in $0:\n\n$message\nEOF\n    0;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _sendMail($subject, $message, $severity)\n\n Send a message to system administrator\n\n Param string $subject Message subject\n Param string $message Message to be sent\n Param string $severity Message severity\n Return int 0 on success, other on failure\n \n=cut\n\nsub _sendMail\n{\n    my ( undef, $subject, $message, $severity ) = @_;\n\n    my $sendmail = iMSCP::ProgramFinder::find( 'sendmail' ) or die( \"Couldn't find sendmail executable\" );\n    my $host = $::imscpConfig{'BASE_SERVER_VHOST'};\n    my $out = MIME::Entity->new()->build(\n        From       => \"i-MSCP ($host) <noreply\\@$host>\",\n        To         => $::imscpConfig{'DEFAULT_ADMIN_ADDRESS'},\n        Subject    => $subject,\n        Type       => 'text/plain; charset=utf-8',\n        Encoding   => '8bit',\n        Data       => encode( 'UTF-8', wrap( '', '', <<\"EOF\" )),\nDear administrator,\n\nThis is an automatic email sent by i-MSCP:\n \nServer name: $::imscpConfig{'SERVER_HOSTNAME'}\nServer IP: $::imscpConfig{'BASE_SERVER_PUBLIC_IP'}\nVersion: $::imscpConfig{'Version'}\nBuild: $::imscpConfig{'Build'}\nMessage severity: $severity\n\n==========================================================================\n$message\n==========================================================================\n\nPlease do not reply to this email.\n\n___________________________\ni-MSCP Mailer\nEOF\n        'X-Mailer' => 'i-MSCP Mailer (backend)'\n    );\n\n    my $fh;\n    unless ( open $fh, '|-', $sendmail, '-t', '-oi', '-f', \"noreply\\@$host\" ) {\n        error( sprintf( \"Couldn't send mail: %s\", $! ));\n        return 1;\n    }\n    $out->print( $fh );\n    close $fh;\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Mount.pm",
    "content": "=head1 NAME\n\n iMSCP::Mount - Library for mounting/unmounting file systems\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Mount;\n\nuse strict;\nuse warnings;\nuse Errno 'EINVAL';\nuse File::Spec;\nuse File::stat ();\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::File;\nuse iMSCP::Syscall;\nuse Scalar::Defer qw/ force lazy /;\nuse parent 'Exporter';\n\nour @EXPORT_OK = qw/ addMountEntry getMounts isMountpoint mount setPropagationFlag removeMountEntry umount /;\n\n# These are the fs-independent mount-flags (see sys/mount.h)\n# See http://man7.org/linux/man-pages/man2/mount.2.html for a description of these flags\nuse constant {\n    # These are the fs-independent mount-flags\n    MS_RDONLY      => 1,       # Mount read-only.\n    MS_NOSUID      => 2,       # Ignore suid and sgid bits.\n    MS_NODEV       => 4,       # Disallow access to device special files.\n    MS_NOEXEC      => 8,       # Disallow program execution.\n    MS_SYNCHRONOUS => 16,      # Writes are synced at once.\n    MS_REMOUNT     => 32,      # Alter flags of a mounted FS.\n    MS_MANDLOCK    => 64,      # Allow mandatory locks on an FS.\n    MS_DIRSYNC     => 128,     # Directory modifications are synchronous.\n    MS_NOATIME     => 1024,    # Do not update access times.\n    MS_NODIRATIME  => 2048,    # Do not update directory access times.\n    MS_BIND        => 4096,    # Bind directory at different place.\n    MS_MOVE        => 8192,    # Move a subtree.\n    MS_REC         => 16384,   # Recursive loopback.\n    MS_SILENT      => 32768,   # Be quiet.\n    MS_POSIXACL    => 1 << 16, # VFS does not apply the umask.\n    MS_UNBINDABLE  => 1 << 17, # Change to unbindable.\n    MS_PRIVATE     => 1 << 18, # Change to private.\n    MS_SLAVE       => 1 << 19, # Change to slave.\n    MS_SHARED      => 1 << 20, # Change to shared.\n    MS_RELATIME    => 1 << 21, # Update atime relative to mtime/ctime.\n    MS_KERNMOUNT   => 1 << 22, # This is a kern_mount call.\n    MS_I_VERSION   => 1 << 23, # Update inode I_version field.\n    MS_STRICTATIME => 1 << 24, # Always perform atime updates.\n    MS_LAZYTIME    => 1 << 25  # Update the time lazily. (since Linux 4.0)\n};\nuse constant {\n    # Flags that can be altered by MS_REMOUNT (see sys/mount.h)\n    MS_RMT_MASK     => ( MS_RDONLY | MS_SYNCHRONOUS | MS_MANDLOCK | MS_I_VERSION ),\n\n    # Magic mount flag number. Has to be or-ed to the flag values. (see sys/mount.h)\n    MS_MGC_VAL      => 0xc0ed0000, # Magic flag number to indicate \"new\" flags\n    MS_MGC_MSK      => 0xffff0000, # Magic flag number mask\n\n    # Possible value for FLAGS parameter of 'umount2' (see sys/mount.h)\n    MNT_FORCE       => 1,\n    MNT_DETACH      => 2,\n    MNT_EXPIRE      => 4,\n    UMOUNT_NOFOLLOW => 8\n};\n\n# Mount options\n# List taken from libmount/src/optmap.c (util-linux 2.25.2)\nmy %MOUNT_FLAGS = (\n    defaults      => sub { 0 },\n    bind          => sub { $_[0] | MS_BIND },\n    rbind         => sub { $_[0] | MS_BIND | MS_REC },\n    ro            => sub { $_[0] | MS_RDONLY },\n    rw            => sub { $_[0] & ~MS_RDONLY },\n    exec          => sub { $_[0] & ~MS_NOEXEC },\n    noexec        => sub { $_[0] | MS_NOEXEC },\n    suid          => sub { $_[0] & ~MS_NOSUID },\n    nosuid        => sub { $_[0] | MS_NOSUID },\n    dev           => sub { $_[0] & ~MS_NODEV },\n    nodev         => sub { $_[0] | MS_NODEV },\n    sync          => sub { $_[0] | MS_SYNCHRONOUS },\n    async         => sub { $_[0] & ~MS_SYNCHRONOUS },\n    dirsync       => sub { $_[0] | MS_DIRSYNC },\n    remount       => sub { $_[0] | MS_REMOUNT },\n    silent        => sub { $_[0] | MS_SILENT },\n    loud          => sub { $_[0] & ~MS_SILENT },\n    move          => sub { $_[0] | MS_MOVE },\n    mand          => sub { $_[0] | MS_MANDLOCK },\n    nomand        => sub { $_[0] & ~MS_MANDLOCK },\n    atime         => sub { $_[0] & ~MS_NOATIME },\n    noatime       => sub { $_[0] | MS_NOATIME },\n    iversion      => sub { $_[0] | MS_I_VERSION },\n    noiversion    => sub { $_[0] & ~MS_I_VERSION },\n    diratime      => sub { $_[0] & ~MS_NODIRATIME },\n    nodiratime    => sub { $_[0] | MS_NODIRATIME },\n    relatime      => sub { $_[0] | MS_RELATIME },\n    norelatime    => sub { $_[0] & ~MS_RELATIME },\n    strictatime   => sub { $_[0] | MS_STRICTATIME },\n    nostrictatime => sub { $_[0] & ~MS_STRICTATIME },\n    lazytime      => sub { $_[0] & ~MS_LAZYTIME }\n);\n\n# Propagation flags\n# List taken from libmount/src/optmap.c (util-linux 2.25.2)\nmy %PROPAGATION_FLAGS = (\n    unbindable  => sub { $_[0] | MS_UNBINDABLE },\n    runbindable => sub { $_[0] | MS_UNBINDABLE | MS_REC },\n    private     => sub { $_[0] | MS_PRIVATE },\n    rprivate    => sub { $_[0] | MS_PRIVATE | MS_REC },\n    slave       => sub { $_[0] | MS_SLAVE },\n    rslave      => sub { $_[0] | MS_SLAVE | MS_REC },\n    shared      => sub { $_[0] | MS_SHARED },\n    rshared     => sub { $_[0] | MS_SHARED | MS_REC }\n);\n\n# Lazy-load mount entries\nmy $MOUNTS = lazy\n    {\n        -f '/proc/self/mounts' or die(\n            \"Couldn't load mount entries. File /proc/self/mounts not found.\"\n        );\n        open my $fh, '<', '/proc/self/mounts' or die( sprintf(\n            \"Couldn't read /proc/self/mounts file: %s\", $!\n        ));\n        my $entries;\n        while ( my $entry = <$fh> ) {\n            my $fsFile = ( split /\\s+/, $entry )[1];\n            $entries->{$fsFile =~ s/\\\\040\\(deleted\\)$//r}++;\n        }\n        close( $fh );\n        $entries;\n    };\n\n# FH object to i-MSCP fstab-like file\nmy $iMSCP_FSTAB_FH;\n\n=head1 DESCRIPTION\n\n Library for mounting/unmounting file systems.\n\n=head1 PUBLIC FUNCTIONS\n\n Get list of mounts\n\n Return List of mounts (duplicate mounts are discarded)\n\n=over 4\n\n=item getMounts( )\n\n=cut\n\nsub getMounts\n{\n    reverse sort keys %{ $MOUNTS };\n}\n\n=item mount( \\%fields )\n\n Create a new mount, or remount an existing mount, or/and change the propagation type of an existing mount\n\n Param hashref \\%fields Hash describing filesystem to mount:\n  - fs_spec         : Field describing the block special device or remote filesystem to be mounted\n  - fs_file         : Field describing the mount point for the filesystem\n  - fs_vfstype      : Field describing the type of the filesystem\n  - fs_mntops       : Field describing the mount options associated with the filesystem\n  - ignore_failures : Flag allowing to ignore mount operation failures\n Return int 0 on success, other on failure\n\n=cut\n\nsub mount( $ )\n{\n    my ( $fields ) = @_;\n    $fields = {} unless defined $fields && ref $fields eq 'HASH';\n\n    for ( qw/ fs_spec fs_file fs_vfstype fs_mntops / ) {\n        next if defined $fields->{$_};\n        error( sprintf( \"'%s' field is not defined\", $_ ));\n        return 1;\n    }\n\n    force $MOUNTS; # Force loading of mount entries if not already done\n    my $fsSpec = File::Spec->canonpath( $fields->{'fs_spec'} );\n    my $fsFile = File::Spec->canonpath( $fields->{'fs_file'} );\n    my $fsVfstype = $fields->{'fs_vfstype'};\n\n    debug( \"$fsSpec $fsFile $fsVfstype $fields->{'fs_mntops'}\" );\n\n    my ( $mflags, $pflags, $data ) = _parseOptions( $fields->{'fs_mntops'} );\n    $mflags |= MS_MGC_VAL unless $mflags & MS_MGC_MSK;\n\n    my @mountArgv;\n\n    if ( $mflags & MS_BIND ) {\n        # Create a bind mount or remount an existing bind mount\n        push @mountArgv, [ $fsSpec, $fsFile, $fsVfstype, $mflags, $data ];\n\n        # If MS_REMOUNT was not specified, and if there are mountflags other\n        # than MS_BIND and MS_REC, schedule an additional mount(2) call to\n        # change mountflags on existing mount. This is needed since mountflags\n        # other than MS_BIND and MS_REC are ignored in first call.\n        if ( !( $mflags & MS_REMOUNT )\n            && ( $mflags & ~( MS_BIND | MS_REC ) )\n        ) {\n            push @mountArgv, [\n                $fsSpec, $fsFile, $fsVfstype, MS_REMOUNT | $mflags, $data\n            ];\n        }\n    } elsif ( $fsSpec ne 'none' ) {\n        # Create a new mount or remount an existing mount\n        push @mountArgv, [ $fsSpec, $fsFile, $fsVfstype, $mflags, $data ];\n    }\n\n    # Change the propagation type of an existing mount\n    push @mountArgv, [ 'none', $fsFile, 0, $pflags, 0 ] if $pflags;\n\n    # Process the mount(2) calls\n    for ( @mountArgv ) {\n        unless ( syscall( &iMSCP::Syscall::SYS_mount, @{ $_ } ) == 0\n            || $fields->{'ignore_failures'}\n        ) {\n            error( sprintf(\n                'Error while executing mount(%s): %s',\n                join( ', ', @{ $_ } ), $! || 'Unknown error'\n            ));\n            return 1;\n        }\n    }\n\n    $MOUNTS->{$fsFile}++ unless $mflags & MS_REMOUNT;\n    0;\n}\n\n=item umount( $fsFile [, $recursive = TRUE ] )\n\n Umount the given file system\n\n Note: When umount operation is recursive, any mount below the given mount (or directory) will be umounted.\n\n Param string $fsFile Mount point of file system to umount\n Param bool $recursive Whether or not umount operation must be recursive (default: true)\n Return int 0 on success, other on failure\n\n=cut\n\nsub umount( $;$ )\n{\n    my ( $fsFile, $recursive ) = @_;\n\n    unless ( defined $fsFile ) {\n        error( '$fsFile parameter is not defined' );\n        return 1;\n    }\n\n    $recursive //= 1; # Operation is recursive by default\n    $fsFile = File::Spec->canonpath( $fsFile );\n\n    return 0 if $fsFile eq '/'; # Prevent umounting root fs\n\n    unless ( $recursive ) {\n        return 0 unless $MOUNTS->{$fsFile};\n\n        do {\n            debug( $fsFile );\n            unless ( syscall( &iMSCP::Syscall::SYS_umount2, $fsFile,\n                MNT_DETACH ) == 0 || $!{'EINVAL'} || $!{'ENOENT'} ) {\n                error( sprintf(\n                    \"Error while executing umount(%s): %s\",\n                    $fsFile,\n                    $! || 'Unknown error'\n                ));\n                return 1;\n            }\n            ( $MOUNTS->{$fsFile} > 1 )\n                ? $MOUNTS->{$fsFile}-- : delete $MOUNTS->{$fsFile};\n        } while $MOUNTS->{$fsFile};\n\n        return 0;\n    }\n\n    for ( reverse sort keys %{ $MOUNTS } ) {\n        next unless /^\\Q$fsFile\\E(\\/|$)/;\n\n        do {\n            debug( $_ );\n            unless ( syscall( &iMSCP::Syscall::SYS_umount2, $_, MNT_DETACH ) == 0\n                || $!{'EINVAL'}\n                || $!{'ENOENT'}\n            ) {\n                error( sprintf(\n                    \"Error while executing umount(%s): %s\",\n                    $_,\n                    $! || 'Unknown error'\n                ));\n                return 1;\n            }\n            ( $MOUNTS->{$_} > 1 ) ? $MOUNTS->{$_}-- : delete $MOUNTS->{$_};\n        } while $MOUNTS->{$_};\n    }\n\n    0;\n}\n\n=item setPropagationFlag( $fsFile [, $flag = 'private' ] )\n\n Change the propagation type of an existing mount\n\n Parameter string $fsFile Mount point\n Parameter string $flag Propagation flag as string (private,slave,shared,unbindable,rprivate,rslave,rshared,runbindable)\n\n=cut\n\nsub setPropagationFlag( $;$ )\n{\n    my ( $fsFile, $pflag ) = @_;\n    $pflag ||= 'private';\n\n    unless ( defined $fsFile ) {\n        error( '$fsFile parameter is not defined' );\n        return 1;\n    }\n\n    $fsFile = File::Spec->canonpath( $fsFile );\n\n    debug( \"$fsFile $pflag\" );\n\n    ( undef, $pflag ) = _parseOptions( $pflag );\n    unless ( $pflag ) {\n        error( 'Invalid propagation flags' );\n        return 1;\n    }\n\n    my $src = 'none';\n    unless ( syscall( &iMSCP::Syscall::SYS_mount, $src, $fsFile, 0, $pflag, 0 ) == 0 ) {\n        error( sprintf(\n            'Error while changing propagation flag on %s: %s',\n            $fsFile,\n            $! || 'Unknown error'\n        ));\n        return 1;\n    }\n\n    0;\n}\n\n=item isMountpoint( $path )\n\n Is the given path a mountpoint or bind mount?\n \n See also mountpoint(1)\n\n Param string $path Path to test\n Return bool TRUE if $path look like a mount point, FALSE otherwise\n\n=cut\n\nsub isMountpoint( $ )\n{\n    my $path = shift;\n\n    unless ( defined $path ) {\n        error( '$path parameter is not defined' );\n        return 1;\n    }\n\n    $path = File::Spec->canonpath( $path );\n\n    return 1 if $MOUNTS->{$path};\n    return 0 unless -d $path;\n\n    my $st = File::stat::populate( CORE::stat( _ ));\n    my $st2 = File::stat::stat( \"$path/..\" );\n    ( $st->dev != $st2->dev )\n        || ( $st->dev == $st2->dev && $st->ino == $st2->ino );\n}\n\n=item addMountEntry( $entry )\n\n Add the given mount entry in the i-MSCP fstab-like file\n\n Param string $entry Fstab-like entry to add\n Return int 0 on success, other on failure\n\n=cut\n\nsub addMountEntry( $ )\n{\n    my $entry = shift;\n\n    unless ( defined $entry ) {\n        error( '$entry parameter is not defined' );\n        return 1;\n    }\n\n    my $rs = removeMountEntry( $entry, 0 ); # Avoid duplicate entries\n    return $rs if $rs;\n\n    my $fileContent = $iMSCP_FSTAB_FH->getAsRef();\n    ${ $fileContent } .= \"$entry\\n\";\n    $iMSCP_FSTAB_FH->save();\n}\n\n=item removeMountEntry( $entry [, $saveFile = true ] )\n\n Remove the given mount entry from the i-MSCP fstab-like file\n\n Param string|regexp $entry String or regexp representing Fstab-like entry to remove\n Param boolean $saveFile Flag indicating whether or not file must be saved\n Return int 0 on success, other on failure\n\n=cut\n\nsub removeMountEntry( $;$ )\n{\n    my ( $entry, $saveFile ) = @_;\n    $saveFile //= 1;\n\n    unless ( defined $entry ) {\n        error( '$entry parameter is not defined' );\n        return 1;\n    }\n\n    unless ( $iMSCP_FSTAB_FH ) {\n        $iMSCP_FSTAB_FH = iMSCP::File->new(\n            filename => \"$::imscpConfig{'CONF_DIR'}/mounts/mounts.conf\"\n        );\n    }\n\n    my $fileContent = $iMSCP_FSTAB_FH->getAsRef();\n    unless ( defined $fileContent ) {\n        error( sprintf(\n            \"Couldn't read %s file\", $iMSCP_FSTAB_FH->{'filename'}\n        ));\n        return 1;\n    }\n\n    $entry = quotemeta( $entry ) unless ref $entry eq 'Regexp';\n    ${ $fileContent } =~ s/^$entry\\n//gm;\n    $saveFile ? $iMSCP_FSTAB_FH->save() : 0;\n}\n\n=back\n\n=head1 PRIVATE FUNCTIONS\n\n=over 4\n\n=item _parseOptions( $options )\n\n Parse mountflags, propagation flags and data\n\n Param string $options String containing options, each comma separated\n Return list List containing mount flags, propagation flags and data\n\n=cut\n\nsub _parseOptions( $ )\n{\n    my $options = shift;\n\n    # Turn options string into option list\n    my @options = map { s/\\s+//gr } split ',', $options;\n\n    # Parse mount flags (excluding any propagation flag)\n    my ( $mflags, @roptions ) = ( 0 );\n    for ( @options ) {\n        push( @roptions, $_ ) && next unless exists $MOUNT_FLAGS{$_};\n        $mflags = $MOUNT_FLAGS{$_}->( $mflags );\n    }\n\n    # Parse propagation flags\n    my ( $pflags, @data ) = ( 0 );\n    for ( @roptions ) {\n        push( @data, $_ ) && next unless exists $PROPAGATION_FLAGS{$_};\n        $pflags = $PROPAGATION_FLAGS{$_}->( $pflags );\n    }\n\n    ( $mflags, $pflags, ( @data ) ? join ',', @data : 0 );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Net.pm",
    "content": "=head1 NAME\n\n iMSCP::Net - Package allowing to manage network devices and IP addresses\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Net;\n\nuse strict;\nuse warnings;\nuse autouse 'Data::Validate::IP' => qw/ is_ipv4 is_ipv6 /;\nuse iMSCP::Boolean;\nuse iMSCP::Execute 'execute';\nuse Net::IP ':PROC';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Package allowing to manage network devices and IP addresses.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getAddresses( )\n\n Get addresses list\n\n Return array|string List of IP addresses\n\n=cut\n\nsub getAddresses\n{\n    my ( $self ) = @_;\n    wantarray\n        ? keys %{ $self->{'addresses'} }\n        : join ' ', keys %{ $self->{'addresses'} };\n}\n\n=item addAddr( $addr, $cidr, $dev [, $label ] )\n\n Add the given IP to the given network device\n\n Param string $addr IP address\n Param string $cidr CIDR (subnet mask)\n Param string $dev Network device name\n Param string $label OPTIONAL address label string (preserve compatibility with Linux-2.0 net aliases)\n Return int 0 on success, die on failure\n\n=cut\n\nsub addAddr\n{\n    my ( $self, $addr, $cidr, $dev, $label ) = @_;\n\n    $self->isValidAddr( $addr ) or die( sprintf(\n        'Invalid IP address: %s', $addr\n    ));\n    $self->isValidNetmask( $addr, $cidr ) or die( sprintf(\n        'Invalid CIDR (subnet mask): %s', $cidr\n    ));\n    $self->isKnownDevice( $dev ) or die( sprintf(\n        'Unknown network device: %s', $dev\n    ));\n\n    return 0 if $self->isKnownAddr( $addr );\n\n    my ( $stdout, $stderr );\n    execute(\n        [\n            'ip',\n            $self->getAddrVersion( $addr ) eq 'ipv4' ? '-4' : '-6',\n            'addr',\n            'add', \"$addr/$cidr\",\n            'dev', $dev,\n            length $label ? ( 'label', $label ) : ()\n        ],\n        \\$stdout, \\$stderr\n    ) == 0 or die( sprintf(\n        \"Couldn't add the %s IP address to the %s network interface: %s\",\n        $addr,\n        $dev,\n        $stderr || 'Unknown error'\n    ));\n    $self->{'addresses'}->{$addr} = {\n        addr_label    => $label,\n        device        => $dev,\n        prefix_length => $cidr,\n        version       => $self->getAddrVersion( $addr )\n    };\n    0;\n}\n\n=item delAddr( $addr )\n\n Delete the given IP\n\n Param string $addr IP address\n Return int 0 on success, die on failure\n\n=cut\n\nsub delAddr\n{\n    my ( $self, $addr ) = @_;\n\n    $addr = $self->normalizeAddr( $addr );\n\n    return 0 unless $self->isKnownAddr( $addr );\n\n    my $dev = $self->{'addresses'}->{$addr}->{'device'};\n    my $cidr = $self->{'addresses'}->{$addr}->{'prefix_length'};\n    my ( $stdout, $stderr );\n    execute(\n        [ 'ip', 'addr', 'del', \"$addr/$cidr\", 'dev', $dev ],\n        \\$stdout,\n        \\$stderr\n    ) == 0 or die( sprintf(\n        \"Couldn't delete the %s IP address: %s\",\n        $addr,\n        $stderr || 'Unknown error'\n    ));\n    delete $self->{'addresses'}->{$addr};\n    0;\n}\n\n=item getAddrVersion( $addr )\n\n Get version of the given IP (ipv4|ipv6)\n\n Param string $addr IP address\n Return string IP version, die in case the given IP is invalid\n\n=cut\n\nsub getAddrVersion\n{\n    my ( $self, $addr ) = @_;\n\n    $self->isValidAddr( $addr ) or die( sprintf(\n        'Invalid IP address: %s', $addr\n    ));\n    my $version = ip_get_version( $addr ) or die( sprint(\n        \"Couldn't guess version of the %s IP address\", $addr\n    ));\n    $version == 4 ? 'ipv4' : 'ipv6';\n}\n\n=item getAddrType( $addr )\n\n Get type of the given IP (PUBLIC, PRIVATE, RESERVED...)\n\n Param string $addr IP address\n Return string IP type, die in case the given IP is invalid\n\n=cut\n\nsub getAddrType\n{\n    my ( $self, $addr ) = @_;\n\n    my $version = $self->getAddrVersion( $addr ) eq 'ipv4' ? 4 : 6;\n    ip_iptype( ip_iptobin( ip_expand_address( $addr, $version ), $version ),\n        $version\n    ) or die(\n        sprintf( \"Couldn't guess type of the %s IP address\", $addr )\n    );\n}\n\n=item getAddrDevice( $addr )\n\n Return the network device name to which the given IP belong to\n\n Param string $addr IP address\n Return string Network device name, die if the given IP is either invalid or not known by this module\n\n=cut\n\nsub getAddrDevice\n{\n    my ( $self, $addr ) = @_;\n\n    $self->isKnownAddr( $addr ) or die( sprintf(\n        'Unknown IP address: %s', $addr\n    ));\n    $self->{'addresses'}->{$addr}->{'device'};\n}\n\n=item getAddrLabel( $addr )\n\n Return the addr label\n\n Param string $addr IP address\n Return string Addr label, die if the given IP is either invalid or not known by this module\n\n=cut\n\nsub getAddrLabel\n{\n    my ( $self, $addr ) = @_;\n\n    $self->isKnownAddr( $addr ) or die( sprintf(\n        'Unknown IP address: %s', $addr\n    ));\n    $self->{'addresses'}->{$addr}->{'device_label'};\n}\n\n=item getAddrNetmask( $addr )\n\n Return the addr netmask\n\n Param string $addr IP address\n Return string Addr netmask, die if the given IP is either invalid or not known by this module\n\n=cut\n\nsub getAddrNetmask\n{\n    my ( $self, $addr ) = @_;\n\n    $self->isKnownAddr( $addr ) or die( sprintf(\n        'Unknown IP address: %s', $addr\n    ));\n    $self->{'addresses'}->{$self->normalizeAddr( $addr )}->{'prefix_length'};\n}\n\n=item isKnownAddr( $addr )\n\n Is the given IP address known?\n\n Param string $addr IP address\n Return bool TRUE if the given IP is known, FALSE otherwise\n\n=cut\n\nsub isKnownAddr\n{\n    my ( $self, $addr ) = @_;\n\n    exists $self->{'addresses'}->{$self->normalizeAddr( $addr )};\n}\n\n=item isValidAddr( $addr )\n\n Is the given IP address valid?\n\n Param string $addr IP address\n Return bool TRUE if valid, FALSE otherwise\n\n=cut\n\nsub isValidAddr\n{\n    my ( undef, $addr ) = @_;\n\n    is_ipv4( $addr ) || is_ipv6( $addr );\n}\n\n=item isRoutableAddr( $addr )\n\n Is the given IP address routable?\n\n Return bool TRUE if the given IP address is routable, FALSE otherwise\n\n=cut\n\nsub isRoutableAddr\n{\n    my ( $self, $addr ) = @_;\n\n    return 1 if $self->isValidAddr( $addr )\n        && $self->getAddrType( $addr ) =~ /^(?:PUBLIC|GLOBAL-UNICAST)$/;\n    0;\n}\n\n=item isValidNetmask( $addr, $cidr )\n\n Check whether or not the given netmask for the given IP is valid\n\n Param string $addr IP address\n Param string $cidr CIDR (subnet mask)\n Return bool TRUE if valid, FALSE otherwise\n\n=cut\n\nsub isValidNetmask\n{\n    my ( undef, $addr, $cidr ) = @_;\n\n    return 0 if $cidr !~ /\\d/;\n\n    my $addrVersion = ip_get_version( $addr );\n\n    if ( $cidr < 1\n        || ( $addrVersion eq 'ipv4' && $cidr > 32 )\n        || $cidr > 128\n    ) {\n        return 0;\n    }\n\n    1;\n}\n\n=item normalizeAddr( $addr )\n\n Normalize the given IP\n\n Param string $addr IP address\n Return string Normalized IP on success, die on failure\n\n=cut\n\nsub normalizeAddr\n{\n    my ( $self, $addr ) = @_;\n\n    $self->isValidAddr( $addr ) or die( sprintf(\n        'Invalid IP address: %s', $addr\n    ));\n    return $addr unless $self->getAddrVersion( $addr ) eq 'ipv6';\n    ip_compress_address( $addr, 6 ) or die( sprintf(\n        \"Couldn't normalize the %s IP address\", $addr\n    ));\n}\n\n=item expandAddr( $addr )\n\n Expand the given IP\n\n Param string $addr IP address\n Return string Expanded IP on success, die on failure\n\n=cut\n\nsub expandAddr\n{\n    my ( $self, $addr ) = @_;\n\n    $self->isValidAddr( $addr ) or die( sprintf(\n        'Invalid IP address: %s', $addr\n    ));\n    return $addr unless $self->getAddrVersion( $addr ) eq 'ipv6';\n    ip_expand_address( $addr, 6 ) or die( sprintf(\n        \"Couldn't expand the %s IP address\", $addr\n    ));\n}\n\n=item getDevices( )\n\n Get network devices list\n\n Return array|string List of devices\n\n=cut\n\nsub getDevices\n{\n    my ( $self ) = @_;\n\n    wantarray\n        ? keys %{ $self->{'devices'} }\n        : join ' ', keys %{ $self->{'devices'} };\n}\n\n=item isKnownDevice( $dev )\n\n Is the given network device known?\n\n Param string $dev Network device name\n Return bool TRUE if the network device is known, FALSE otherwise\n\n=cut\n\nsub isKnownDevice\n{\n    my ( $self, $dev ) = @_;\n\n    exists( $self->{'devices'}->{$dev} );\n}\n\n=item upDevice( $dev )\n\n Bring the given network device up\n\n Param string $dev Network device name\n Return int 0 on success, die on failure\n\n=cut\n\nsub upDevice\n{\n    my ( $self, $dev ) = @_;\n\n    $self->isKnownDevice( $dev ) or die( sprintf(\n        'Unknown network device: %s', $dev\n    ));\n    my ( $stdout, $stderr );\n    execute(\n        \"ip link set dev $dev up\", \\$stdout, \\$stderr\n    ) == 0 or die( sprintf(\n        \"Couldn't bring the %s network device up: %s\",\n        $dev,\n        $stderr || 'Unknown error'\n    ));\n    0;\n}\n\n=item downDevice( $dev )\n\n Bring the given network device down\n\n Param string $dev Network device name\n Return int 0 on success, die on failure\n\n=cut\n\nsub downDevice\n{\n    my ( $self, $dev ) = @_;\n\n    $self->isKnownDevice( $dev ) or die( sprintf(\n        'Unknown network device: %s', $dev\n    ));\n    my ( $stdout, $stderr );\n    execute(\n        \"ip link set dev $dev down\", \\$stdout, \\$stderr\n    ) == 0 or die( sprintf(\n        \"Couldn't bring the %s network device down: %s\",\n        $dev,\n        $stderr || 'Unknown error'\n    ));\n    0;\n}\n\n=item isDeviceUp( $dev )\n\n Is the given network device up?\n\n Param string $dev Network device name\n Return bool TRUE if the given device is known and up, FALSE otherwise\n\n=cut\n\nsub isDeviceUp\n{\n    my ( $self, $dev ) = @_;\n\n    $self->{'devices'}->{$dev}->{'flags'} =~ /^(?:.*,)?UP(?:,.*)?$/\n        ? TRUE\n        : FALSE;\n}\n\n=item isDeviceDown( $dev )\n\n Is the given device down?\n\n Param string $dev Network device name\n Return bool TRUE if the given device is known and down, FALSE otherwise\n\n=cut\n\nsub isDeviceDown\n{\n    my ( $self, $dev ) = @_;\n\n    $self->{'devices'}->{$dev}->{'flags'} =~ /^(?:.*,)?UP(?:,.*)?$/\n        ? FALSE\n        : TRUE;\n}\n\n=item resetInstance( )\n\n Reset instance\n\n Return iMSCP::Net, die on failure\n\n=cut\n\nsub resetInstance\n{\n    my ( $self ) = @_;\n\n    $self->_init();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::Net, die on failure\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    @{ $self }{qw/ devices addresses /} = (\n        $self->_extractDevices(), $self->_extractAddresses()\n    );\n    $self;\n}\n\n=item _extractDevices( )\n\n Extract network devices\n\n Return hashref Reference to a hash containing device data, die on failure\n\n=cut\n\nsub _extractDevices\n{\n    my ( $stdout, $stderr );\n    execute(\n        [ 'ip', '-o', 'link', 'show' ], \\$stdout, \\$stderr\n    ) == 0 or die( sprintf(\n        \"Couldn't extract network devices: %s\",\n        $stderr || 'Unknown error'\n    ));\n    my $devices = {};\n    $devices->{$1}->{'flags'} = $2 while $stdout\n        =~ /^[^\\s]+:\\s+(.*?)(?:\\@[^\\s]+)?:\\s+<(.*)>/gm;\n    $devices;\n}\n\n=item _extractAddresses( )\n\n Extract addresses\n\n Return hashref Reference to a hash containing IP addresses data, die on failure\n\n=cut\n\nsub _extractAddresses\n{\n    my ( $self ) = @_;\n\n    my ( $stdout, $stderr );\n    execute(\n        [ 'ip', '-o', 'addr', 'show' ], \\$stdout, \\$stderr\n    ) == 0 or die( sprintf(\n        \"Couldn't extract network addresses: %s\",\n        $stderr || 'Unknown error'\n    ));\n\n    my $addresses = {};\n    $addresses->{$self->normalizeAddr( $3 )} = {\n        device        => $1,\n        version       => $2 eq 'inet' ? 'ipv4' : 'ipv6',\n        prefix_length => $4,\n        addr_label    => $5 // $1\n    } while $stdout =~ /^[^\\s]+:\\s+([^\\s]+)\\s+([^\\s]+)\\s+(?:([^\\s]+)(?:\\s+peer\\s+[^\\s]+)?\\/([\\d]+))\\s+(?:.*?(\\1(?::\\d+)?)\\\\)?/gm;\n    $addresses;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Networking.pm",
    "content": "=head1 NAME\n\n iMSCP::Networking - High-level interface for networking configuration\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2018 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Networking;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse File::Basename qw/ basename dirname /;\nuse iMSCP::Boolean;\nuse iMSCP::Net;\nuse Module::Load::Conditional 'can_load';\nuse parent qw/ Common::SingletonClass iMSCP::Provider::Networking::Interface /;\n\n$Module::Load::Conditional::FIND_VERSION = 0;\n\n=head1 DESCRIPTION\n\n High-level interface for networking configuration.\n\n=head1 CLASS METHODS\n\n=over 4\n\n=item checkForOperability( )\n\n See iMSCP::Providers::Networking::Interface::checkForOperability\n\n=cut\n\nsub checkForOperability\n{\n    my ( $self ) = @_;\n\n    TRUE;\n}\n\n=back\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item addIpAddr( \\%data )\n\n See iMSCP::Providers::Networking::Interface::addIpAddress\n\n=cut\n\nsub addIpAddress\n{\n    my ( $self, $data ) = @_;\n\n    defined $data && ref $data eq 'HASH' or croak(\n        '$data parameter is not defined or invalid'\n    );\n\n    for my $param ( qw/ ip_id ip_card ip_address ip_config_mode / ) {\n        defined $data->{$param} or croak( sprintf(\n            'The %s parameter is not defined', $param\n        ));\n    }\n\n    $data->{'ip_id'} =~ /^\\d+$/ or croak(\n        'ip_id parameter must be an integer'\n    );\n    $self->{'net'}->isValidAddr( $data->{'ip_address'} ) or croak( sprintf(\n        'The %s IP address is not valid', $data->{'ip_address'}\n    ));\n    $self->{'net'}->isKnownDevice( $data->{'ip_card'} ) or croak( sprintf(\n        'The %s network interface is unknown', $data->{'ip_card'}\n    ));\n    $self->{'net'}->upDevice( $data->{'ip_card'} )\n        if $self->{'net'}->isDeviceDown( $data->{'ip_card'} );\n\n    local $data->{'ip_address'} = $self->{'net'}->normalizeAddr(\n        $data->{'ip_address'}\n    );\n\n    my $addrVersion = $self->{'net'}->getAddrVersion( $data->{'ip_address'} );\n    $data->{'ip_netmask'} //= $addrVersion eq 'ipv4' ? 24 : 64;\n\n    if ( $data->{'ip_config_mode'} eq 'auto' ) {\n        $self->{'net'}->delAddr( $data->{'ip_address'} ); # Cover update\n        $self->{'net'}->addAddr(\n            $data->{'ip_address'}, $data->{'ip_netmask'}, $data->{'ip_card'}\n        );\n    }\n\n    $_->addIpAddress( $data ) for $self->_getProviders();\n\n    $self;\n}\n\n=item removeIpAddress( \\%data )\n\n See iMSCP::Providers::Networking::Interface::removeIpAddress\n\n=cut\n\nsub removeIpAddress\n{\n    my ( $self, $data ) = @_;\n\n    defined $data && ref $data eq 'HASH' or croak(\n        '$data parameter is not defined or invalid'\n    );\n\n    for my $param ( qw/ ip_id ip_card ip_address ip_config_mode / ) {\n        defined $data->{$param} or croak( sprintf(\n            'The %s parameter is not defined', $param\n        ));\n    }\n\n    $data->{'ip_id'} =~ /^\\d+$/ or croak(\n        'ip_id parameter must be an integer'\n    );\n\n    local $data->{'ip_address'} = $self->{'net'}->normalizeAddr(\n        $data->{'ip_address'}\n    );\n\n    $self->{'net'}->delAddr(\n        $data->{'ip_address'}\n    ) if $data->{'ip_config_mode'} eq 'auto';\n\n    $_->removeIpAddress( $data ) for $self->_getProviders();\n\n    $self;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n See Common::Object\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'net'} = iMSCP::Net->getInstance();\n    $self;\n}\n\n=item _getProviders( )\n\n Get networking configuration providers (persistence layer)\n\n Return List of networking configuration provider instances, die on failure\n\n=cut\n\nsub _getProviders\n{\n    CORE::state @providers;\n\n    return @providers if @providers;\n\n    for my $providerName ( map {\n        basename( $_, '.pm' )\n    } glob( dirname( __FILE__ ) . '/Provider/Networking/Persistence/*.pm' ) ) {\n        my $provider = \"iMSCP::Provider::Networking::Persistence::${providerName}\";\n        can_load( modules => { $provider => undef } ) or die( sprintf(\n            \"Couldn't load the '%s' networking configuration provider: %s\",\n            $provider, $Module::Load::Conditional::ERROR\n        ));\n        next unless $provider->checkForOperability();\n        push @providers, $provider->new();\n    }\n\n    @providers or die(\n        'No networking configuration provider (persistence layer) can operate on the system.'\n    );\n    @providers;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/OpenSSL.pm",
    "content": "=head1 NAME\n\n iMSCP::OpenSSL - Library for validation and generation of SSL certificates\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::OpenSSL;\n\nuse strict;\nuse warnings;\nuse File::Temp;\nuse Date::Parse;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ error debug /;\nuse iMSCP::Execute qw/ execute escapeShell /;\nuse iMSCP::File;\nuse iMSCP::TemplateParser 'process';\nuse parent 'Common::Object';\n\n=head1 DESCRIPTION\n\n Library for validation and generation of SSL certificates\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item validatePrivateKey( )\n\n Validate private key\n \n On error, an error message isset through iMSCP::Debug::error()\n\n Return bool TRUE if the private key is valid, FALSE otherwise\n\n=cut\n\nsub validatePrivateKey\n{\n    my ( $self ) = @_;\n\n    unless ( length $self->{'private_key_container_path'}\n        && -f $self->{'private_key_container_path'}\n    ) {\n        error( 'Invalid SSL private key path.', FALSE );\n        return FALSE;\n    }\n\n    my $passphraseFile;\n    if ( $self->{'private_key_passphrase'} ) {\n        # Write SSL private key passphrase into temporary file, which is only\n        # readable by root\n        $passphraseFile = File::Temp->new();\n        print $passphraseFile $self->{'private_key_passphrase'};\n        $passphraseFile->close();\n    }\n\n    my $cmd = [\n        '/usr/bin/openssl',\n        'pkey',\n        '-in', $self->{'private_key_container_path'},\n        '-noout',\n        ( defined $passphraseFile\n            ? ( '-passin', 'file:' . $passphraseFile->filename() ) : ()\n        )\n    ];\n\n    my $rs = execute( $cmd, \\my $stdout, \\my $stderr );\n    if ( $rs ) {\n        debug( $stdout ) if length $stdout;\n        debug( $stderr ) if length $stderr;\n        error( 'Invalid SSL private key or passphrase.', FALSE );\n        return FALSE;\n    }\n\n    TRUE;\n}\n\n=item validateCertificate( )\n\n Validate certificate\n \n On error, an error message isset through iMSCP::Debug::error()\n\n Return bool TRUE if the SSL certificate is valid, FALSE otherwise\n\n=cut\n\nsub validateCertificate\n{\n    my ( $self ) = @_;\n\n    unless ( length $self->{'certificate_container_path'}\n        && -f $self->{'certificate_container_path'}\n    ) {\n        error( 'Invalid SSL certificate path.', FALSE );\n        return FALSE;\n    }\n\n    my $caBundle = FALSE;\n\n    if ( length $self->{'ca_bundle_container_path'}\n        && -f $self->{'ca_bundle_container_path'}\n    ) {\n        $caBundle = TRUE;\n    } elsif ( !-f _ ) {\n        error( 'Invalid SSL CA bundle path.', FALSE );\n        return FALSE;\n    } else {\n        # We assume a self-signed SSL certificate.\n        # We need trust the self-signed SSL certificate for validation time,\n        # else the 18 at 0 depth lookup: self signed certificate' error is\n        # raised (openssl >= 1.1.0)\n        $self->{'ca_bundle_container_path'}\n            = $self->{'certificate_container_path'};\n    }\n\n    my $cmd = [\n        '/usr/bin/openssl',\n        'verify',\n        ( length $self->{'ca_bundle_container_path'}\n            ? ( '-CAfile', $self->{'ca_bundle_container_path'} ) : ()\n        ),\n        '-purpose', 'sslserver',\n        $self->{'certificate_container_path'}\n    ];\n\n    my $rs = execute( $cmd, \\my $stdout, \\my $stderr );\n    if ( $rs ) {\n        debug( $stdout ) if length $stdout;\n        debug( $stderr ) if length $stderr;\n        error( 'Invalid SSL certificate.', FALSE );\n        return FALSE;\n    }\n\n    $self->{'ca_bundle_container_path'} = undef $caBundle;\n    TRUE;\n}\n\n=item validateCertKeyMatching( )\n\n Validate certificate key matching\n \n On error, an error message isset through iMSCP::Debug::error()\n\n Return bool TRUE if the SSL certificate private key matches the SSL\n        certificate, FALSE otherwise\n=cut\n\nsub validateCertKeyMatching\n{\n    my ( $self ) = @_;\n\n    unless ( length $self->{'certificate_container_path'}\n        && -f $self->{'certificate_container_path'}\n    ) {\n        error( 'Invalid SSL certificate path.', FALSE );\n        return FALSE;\n    }\n\n    unless ( length $self->{'private_key_container_path'}\n        && -f $self->{'private_key_container_path'}\n    ) {\n        error( 'Invalid SSL private key path.', FALSE );\n        return FALSE;\n    }\n\n    my @cmd = (\n        '/usr/bin/openssl',\n        'pkey',\n        '-in', escapeShell( $self->{'private_key_container_path'} ),\n        '-pubout',\n        '-outform', 'pem'\n    );\n\n    my $rs = execute( \"@cmd\", \\my $pkey, \\my $stderr );\n    if ( $rs ) {\n        debug( $stderr ) if length $stderr;\n        error( \"Couldn't export public key from SSL private key.\", FALSE );\n        return FALSE;\n    }\n\n    @cmd = (\n        '/usr/bin/openssl',\n        'x509',\n        '-in', escapeShell( $self->{'certificate_container_path'} ),\n        '-pubkey',\n        '-noout',\n        '-outform', 'pem'\n    );\n    $rs = execute( \"@cmd\", \\my $x509, \\$stderr );\n    if ( $rs ) {\n        debug( $stderr ) if length $stderr;\n        error( \"Couldn't export public key from SSL certificate.\", FALSE );\n        return FALSE;\n    }\n\n    return TRUE if $pkey eq $x509;\n\n    error( \"The SSL certificate private key doesn't match with the SSL certificate.\", FALSE );\n    FALSE;\n}\n\n=item validateCertificateChain( )\n\n Validate the certificate chain\n \n On error, an error message isset through iMSCP::Debug::error()\n\n Return bool TRUE if the certificate chain is valid, FALSE otherwise\n\n=cut\n\nsub validateCertificateChain\n{\n    my ( $self ) = @_;\n\n    $self->validatePrivateKey()\n        && $self->validateCertificate()\n        && $self->validateCertKeyMatching();\n}\n\n=item importPrivateKey( )\n\n Import private key in certificate chain container\n\n On error, an error message isset through iMSCP::Debug::error()\n\n Return bool TRUE on success, FALSE on error\n\n=cut\n\nsub importPrivateKey\n{\n    my ( $self ) = @_;\n\n    unless ( length $self->{'private_key_container_path'}\n        && -f $self->{'private_key_container_path'}\n    ) {\n        error( 'Invalid SSL private key path.', FALSE );\n        return FALSE;\n    }\n\n    my $passphraseFile;\n    if ( length $self->{'private_key_passphrase'} ) {\n        # Write SSL private key passphrase into temporary file which is only\n        # readable by root user\n        $passphraseFile = File::Temp->new();\n        print $passphraseFile $self->{'private_key_passphrase'};\n        $passphraseFile->close();\n    }\n\n    my $cmd = [\n        '/usr/bin/openssl',\n        'pkey',\n        '-in', $self->{'private_key_container_path'},\n        '-out', \"$self->{'certificate_chains_storage_dir'}/$self->{'certificate_chain_name'}.pem\",\n        ( defined $passphraseFile\n            ? ( '-passin', 'file:' . $passphraseFile->filename ) : ()\n        )\n    ];\n\n    my $rs = execute( $cmd, \\my $stdout, \\my $stderr );\n    if ( $rs ) {\n        debug( $stdout ) if length $stdout;\n        debug( $stderr ) if length $stderr;\n        error( \"Couldn't import SSL private key in SSL certificate chain.\", FALSE );\n        return FALSE;\n    }\n\n    TRUE;\n}\n\n=item importCertificate( )\n\n Import certificate in certificate chain container\n\n On error, an error message isset through iMSCP::Debug::error()\n\n Return bool TRUE on success, FALSE on error\n\n=cut\n\nsub importCertificate\n{\n    my ( $self ) = @_;\n\n    unless ( length $self->{'certificate_container_path'}\n        && -f $self->{'certificate_container_path'}\n    ) {\n        error( 'Invalid SSL certificate path.', FALSE );\n        return FALSE;\n    }\n\n    my $file = iMSCP::File->new(\n        filename => $self->{'certificate_container_path'}\n    );\n    return FALSE unless defined( my $certificateRef = $file->getAsRef());\n\n    ${ $certificateRef } =~ s/^(?:\\015?\\012)+|(?:\\015?\\012)+$//g;\n    ${ $certificateRef } .= \"\\n\";\n\n    return FALSE if $file->save();\n\n    my @cmd = (\n        '/bin/cat',\n        escapeShell( $self->{'certificate_container_path'} ),\n        '>>', escapeShell( \"$self->{'certificate_chains_storage_dir'}/$self->{'certificate_chain_name'}.pem\" )\n    );\n\n    my $rs = execute( \"@cmd\", \\my $stdout, \\my $stderr );\n    if ( $rs ) {\n        debug( $stdout ) if length $stdout;\n        debug( $stderr ) if length $stderr;\n        error( \"Couldn't import SSL certificate in SSL certificate chain.\", FALSE );\n        return FALSE;\n    }\n\n    TRUE;\n}\n\n=item importCaBundle( )\n\n Import the CA Bundle in certificate chain container if any\n\n On error, an error message isset through iMSCP::Debug::error()\n\n Return bool TRUE on success, FALSE on error\n\n=cut\n\nsub importCaBundle\n{\n    my ( $self ) = @_;\n\n    return TRUE unless length $self->{'ca_bundle_container_path'};\n\n    unless ( -f $self->{'certificate_container_path'} ) {\n        error( 'Invalid SSL CA bundle.', FALSE );\n        return FALSE;\n    }\n\n    my $file = iMSCP::File->new(\n        filename => $self->{'ca_bundle_container_path'}\n    );\n    return FALSE unless defined( my $caBundleRef = $file->getAsRef());\n\n    ${ $caBundleRef } =~ s/^(?:\\015?\\012)+|(?:\\015?\\012)+$//g;\n    ${ $caBundleRef } .= \"\\n\";\n\n    return FALSE if $file->save();\n\n    my @cmd = (\n        '/bin/cat',\n        escapeShell( $self->{'ca_bundle_container_path'} ),\n        '>>', escapeShell( \"$self->{'certificate_chains_storage_dir'}/$self->{'certificate_chain_name'}.pem\" )\n    );\n\n    my $rs = execute( \"@cmd\", \\my $stdout, \\my $stderr );\n    if ( $rs ) {\n        debug( $stdout ) if length $stdout;\n        debug( $stderr ) if length $stderr;\n        error( \"Couldn't import SSL CA bundle in SSL certificate chain.\", FALSE );\n        return FALSE;\n    }\n\n    TRUE;\n}\n\n=item createSelfSignedCertificate( \\%data )\n\n Generate a self-signed SSL certificate\n \n On error, an error message isset through iMSCP::Debug::error()\n\n Param hash \\%data Certificate data:\n  - common_name: SSL certificate common name\n  - email: SSL certificate email address\n  - wildcard Flag indicating whether or not a wildcard SSL certificate must be\n             generated\n Return bool TRUE on success, FALSE on error, die on failure\n\n=cut\n\nsub createSelfSignedCertificate\n{\n    my ( $self, $data ) = @_;\n\n    ref $data eq 'HASH' or die( 'Wrong $data parameter. Hash expected' );\n    $data->{'common_name'} or die( 'Missing common_name parameter' );\n    $data->{'email'} or die( 'Missing email parameter' );\n\n    my $openSSLConffileTpl = \"$::imscpConfig{'CONF_DIR'}/openssl/openssl.cnf.tpl\";\n    my $commonName = $data->{'wildcard'}\n        ? '*.' . $data->{'common_name'}\n        : $data->{'common_name'};\n\n    # Load openssl configuration template file for self-signed SSL certificates\n    return FALSE unless defined(\n        my $openSSLConffileTplContent = iMSCP::File->new(\n            filename => $openSSLConffileTpl\n        )->get()\n    );\n\n    # Write openssl configuration file into temporary file\n    my $openSSLConffile = File::Temp->new();\n    print $openSSLConffile process(\n        {\n            COMMON_NAME   => $commonName,\n            EMAIL_ADDRESS => $data->{'email'},\n            ALT_NAMES     => $data->{'wildcard'}\n                ? \"DNS.1 = $commonName\\n\"\n                : \"DNS.1 = $commonName\\nDNS.2 = www.$commonName\\n\"\n        },\n        $openSSLConffileTplContent\n    );\n    $openSSLConffile->close();\n\n    my $cmd = [\n        'openssl',\n        'req',\n        '-x509',\n        '-nodes',\n        '-days', '365',\n        '-config', $openSSLConffile->filename(),\n        '-newkey', 'rsa',\n        '-keyout', \"$self->{'certificate_chains_storage_dir'}/$self->{'certificate_chain_name'}.pem\",\n        '-out', \"$self->{'certificate_chains_storage_dir'}/$self->{'certificate_chain_name'}.pem\"\n    ];\n\n    my $rs = execute( $cmd, \\my $stdout, \\my $stderr );\n    if ( $rs ) {\n        debug( $stdout ) if length $stdout;\n        debug( $stderr ) if length $stderr;\n        error( \"Couldn't generate self-signed SSL certificate.\", FALSE );\n        return FALSE;\n    }\n\n    TRUE;\n}\n\n=item createCertificateChain( )\n\n Create certificate chain (import private key, certificate and CA Bundle)\n\n On error, an error message isset through iMSCP::Debug::error()\n\n Return bool TRUE on succes, FALSE on error\n\n=cut\n\nsub createCertificateChain\n{\n    my ( $self ) = @_;\n\n    $self->importPrivateKey() && $self->importCertificate()\n        && $self->importCaBundle();\n}\n\n=item getCertificateExpiryTime( [ certificatePath = $self->{'certificate_container_path'} ] )\n\n Get SSL certificate expiry time\n \n On error, an error message isset through iMSCP::Debug::error()\n\n Param string certificatePath Path to SSL certificate\n Return timestamp on success, undef on error\n\n=cut\n\nsub getCertificateExpiryTime\n{\n    my ( $self, $certificatePath ) = @_;\n    $certificatePath //= $self->{'certificate_container_path'};\n\n    unless ( ref \\$certificatePath eq 'SCALAR' && length $certificatePath ) {\n        error( 'Invalid SSL certificate path provided.', FALSE );\n        return undef;\n    }\n\n    my $rs = execute(\n        [\n            '/usr/bin/openssl',\n            'x509',\n            '-enddate',\n            '-noout',\n            '-in', $certificatePath\n        ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n\n    unless ( $rs == 0 && $stdout =~ /^notAfter=(.*)/i ) {\n        error( sprintf(\n            \"Couldn't get SSL certificate expiry time: %s\",\n            $stderr || 'unknown error'\n        ), FALSE );\n        return undef;\n    }\n\n    str2time( $1 );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::OpenSSL\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    # Full path to the certificate chains storage directory\n    $self->{'certificate_chains_storage_dir'} //= '';\n    # Certificate chain name\n    $self->{'certificate_chain_name'} //= undef;\n    # Full path to the private key container\n    $self->{'private_key_container_path'} //= undef;\n    # Private key passphrase if any\n    $self->{'private_key_passphrase'} //= undef;\n    # Full path to the SSL certificate container\n    $self->{'certificate_container_path'} //= undef;\n    # Full path to the CA Bundle container\n    $self->{'ca_bundle_container_path'} //= undef;\n\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Packages.pm",
    "content": "=head1 NAME\n\n iMSCP::Packages - Library for loading and retrieval of i-MSCP packages\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Packages;\n\nuse strict;\nuse warnings;\nuse File::Basename 'dirname';\nuse iMSCP::Cwd '$CWD';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Library for loading and retrieval of i-MSCP packages.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getList( [ $reverseOrder = FALSE ] )\n\n Get list of packages\n \n By default, packages are sorted in descending order of priority. This order\n can be reversed by setting the $reverseOrder flag to TRUE.\n\n Param bool $reverseOrder Flag indicating whether or not list of packages must\n                          be returned in reverse order\n Return List of packages\n\n=cut\n\nsub getList\n{\n    my ( $self, $reverseOrder ) = @_;\n\n    $reverseOrder\n        ? reverse @{ $self->{'__packages__'} }\n        : @{ $self->{'__packages__'} };\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n \n Return iMSCP::Packages\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    local $CWD = dirname( __FILE__ ) . '/../Package/';\n\n    s/(.*)\\.pm$/Package::$1/ for @{ $self->{'__packages__'} } = grep (\n        !/^AbstractPackageCollection\\.pm$/, <*.pm>\n    );\n\n    eval \"require $_; 1\" or die( sprintf(\n        \"Couldn't load %s package class: %s\", $_, $@\n    )) for @{ $self->{'__packages__'} };\n\n    @{ $self->{'__packages__'} } = sort {\n        $b->getPriority() <=> $a->getPriority()\n    } @{ $self->{'__packages__'} };\n\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Plugins.pm",
    "content": "=head1 NAME\n\n iMSCP::Plugins - Library for loading and retrieval of i-MSCP plugins\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Plugins;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Library for loading and retrieval of i-MSCP plugins.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getList( )\n\n Get list of available plugins\n\n Return list of available plugins\n\n=cut\n\nsub getList\n{\n    keys %{ $_[0]->{'_plugins'} };\n}\n\n=item getClass( $plugin )\n\n Get the full class name of the given plugin\n \n This will also load the plugin class if not already done.\n\n Param string $plugin Plugin name\n Return string Plugin name, dieon failure\n=cut\n\nsub getClass\n{\n    my ( $self, $plugin ) = @_;\n\n    unless ( $self->{'_loaded'}->{$plugin} ) {\n        $self->{'_plugins'}->{$plugin} or die( sprintf(\n            \"Plugin %s not found.\", $plugin\n        ));\n\n        require $self->{'_plugins'}->{$plugin};\n        $self->{'_loaded'}->{$plugin} = TRUE;\n    }\n\n    \"Plugin::$plugin\";\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::Plugins\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    %{ $self->{'_plugins'} } = map {\n        s%.+?([^/]+)\\.pm$%$1%r => $_\n    } grep {\n        m%([^/]+)/backend/(.+)\\.pm$% && $1 eq $2;\n    } glob(\n        \"$::imscpConfig{'PLUGINS_DIR'}/*/backend/*.pm\"\n    );\n\n    $self->{'_loaded'} = {};\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/ProgramFinder.pm",
    "content": "=head1 NAME\n\niMSCP::ProgramFinder - Program finder\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::ProgramFinder;\n\nuse strict;\nuse warnings;\nuse File::Spec;\n\n=head1 DESCRIPTION\n\n This library helps to test whether programs are available on the executable search path.\n\n=head1 FUNCTIONS\n\n=over 4\n\n=item find( $program )\n\n Find full program path in $PATH\n\n Param string $program Progran to find\n Return string program path if the given program is found in $PATH and is executable, undef otherwise\n\n=cut\n\nsub find\n{\n    my $program = $_[0];\n\n    for my $path( File::Spec->path() ) {\n        my $file = File::Spec->catfile( $path, $program );\n        return $file if -x $file;\n    }\n\n    undef;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Networking/Interface.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Networking::Interface - Interface for networking configuration providers\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Provider::Networking::Interface;\n\nuse strict;\nuse warnings;\n\n=head1 DESCRIPTION\n\n Interface for networking configuration providers\n\n=head1 CLASS METHODS\n\n=over 4\n\n=item checkForOperability( )\n\n Check for netwokring configuration provider operability\n\n Return boolean TRUE if the provider can operate, FALSE otherwise\n\n=cut\n\nsub checkForOperability\n{\n    my ( $self ) = @_;\n\n    die( sprintf(\n        'The %s class must implement the checkForOperability() class method',\n        $self\n    ));\n}\n\n=back\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item addIpAddress( \\%data )\n\n Add an IP address\n\n Param hashref \\%data IP address data:\n   ip_id          : IP address unique identifier\n   ip_card        : Network card to which the IP address must be added\n   ip_address     : Either an IPv4 or IPv6 address\n   ip_netmask     : OPTIONAL Netmask (default: 24 for IPv4, 64 for IPv6)\n   ip_config_mode : IP configuration mode (auto|manual)\n Return iMSCP::Provider::Networking::Interface, die on failure\n\n=cut\n\nsub addIpAddress\n{\n    my ( $self ) = @_;\n\n    die( sprintf(\n        'The %s class must implement the addIpAddress() method', ref $self\n    ));\n}\n\n=item removeIpAddr( \\%data )\n\n Remove an IP address\n\n Param hashref \\%data IP address data:\n   ip_id          : IP address unique identifier\n   ip_card        : Network card from which the IP address must be removed\n   ip_address     : Either an IPv4 or IPv6 address\n   ip_netmask     : OPTIONAL Netmask (default: 24 for IPv4, 64 for IPv6)\n   ip_config_mode : IP configuration mode (auto|manual)\n Return iMSCP::Provider::Networking::Interface, die on failure\n\n=cut\n\nsub removeIpAddress\n{\n    my ( $self ) = @_;\n\n    die( sprintf(\n        'The %s class must implement the removeIpAddress() method', ref $self\n    ));\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Networking/Persistence/Ifupdown.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Networking::Persistence::Ifupdown - Ifupdown networking configuration provider (persistence layer).\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Provider::Networking::Persistence::Ifupdown;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'getMessageByType';\nuse iMSCP::File;\nuse iMSCP::Net;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Service;\nuse iMSCP::TemplateParser 'replaceBloc';\nuse parent qw/ Common::Object iMSCP::Provider::Networking::Interface /;\n\n=head1 DESCRIPTION\n\n Ifupdown networking configuration provider (persistence layer).\n \n This provider is responsible for the ifupdown networking configuration\n persistence by adding/removing configuration stanzas the INTERFACES(5) file.\n\n=head1 CLASS METHODS\n\n=over 4\n\n=item checkForOperability\n\n See iMSCP::Provider::Networking::Interface::checkForOperability\n\n=cut\n\nsub checkForOperability\n{\n    my ( $self ) = @_;\n\n    return FALSE unless length iMSCP::ProgramFinder::find( 'ifup' )\n        && length iMSCP::ProgramFinder::find( 'ifdown' );\n\n    my $service = iMSCP::Service->getInstance();\n    $service->hasService( 'networking' ) && $service->isEnabled( 'networking' );\n}\n\n=back\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item addIpAddress( \\%data )\n\n See iMSCP::Provider::Networking::Interface::addIpAddress\n\n=cut\n\nsub addIpAddress\n{\n    my ( $self, $data ) = @_;\n\n    $self->_updateConfig( $data->{'ip_config_mode'} eq 'auto'\n        ? 'add' : 'remove', $data\n    );\n    $self;\n}\n\n=item removeIpAddr( \\%data )\n\n See iMSCP::Provider::Networking::Interface::removeIpAddress\n\n=cut\n\nsub removeIpAddress\n{\n    my ( $self, $data ) = @_;\n\n    $self->_updateConfig( 'remove', $data );\n    $self;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _updateConfig( $action, \\%data )\n\n Add or remove configuration for the given IP address\n\n Param string $action Action to perform (add|remove)\n Param hashref \\%data IP data\n Return void, die on failure\n\n=cut\n\nsub _updateConfig\n{\n    my ( $self, $action, $data ) = @_;\n\n    my $file = iMSCP::File->new( filename => '/etc/network/interfaces' );\n    defined( my $fileCR = $file->getAsRef()) or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ));\n\n    my $ipID = $data->{'ip_id'}+1000;\n\n    # Remove previous entry\n    #  - We search also by ip_id for backward compatibility\n    #  - Tag ending dot has been added lately, hence the optional match\n    ${ $fileCR } = replaceBloc(\n        qr/(?:^\\n)?# i-MSCP \\[(?:.*\\Q:$ipID\\E|\\Q$data->{'ip_address'}\\E)\\] entry BEGIN\\.?\\n/m,\n        qr/# i-MSCP \\[(?:.*\\Q:$ipID\\E|\\Q$data->{'ip_address'}\\E)\\] entry ENDING\\.?\\n/,\n        '',\n        ${ $fileCR }\n    );\n\n    if ( $action eq 'add' ) {\n        my $addrVersion = iMSCP::Net->getInstance()->getAddrVersion(\n            $data->{'ip_address'}\n        );\n        ${ $fileCR } .= <<\"EOF\";\n\n# i-MSCP [$data->{'ip_address'}] entry BEGIN.\niface $data->{'ip_card'} @{ [ $addrVersion eq 'ipv4' ? 'inet' : 'inet6' ] } manual\n  up   ip @{ [ $addrVersion eq 'ipv4' ? '-4' : '-6' ] } addr add $data->{'ip_address'}/$data->{'ip_netmask'} dev \\$IFACE\n  down ip addr del $data->{'ip_address'}/$data->{'ip_netmask'} dev \\$IFACE\n# i-MSCP [$data->{'ip_address'}] entry ENDING.\nEOF\n    }\n\n    $file->save() == 0 or die( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ));\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Networking/Persistence/Netplan.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Persistence::Networking::Netplan - Netplan networking configuration provider (persistence layer).\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\npackage iMSCP::Provider::Networking::Persistence::Netplan;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse iMSCP::Boolean;\nuse iMSCP::Debug 'getMessageByType';\nuse iMSCP::Execute 'execute';\nuse iMSCP::File;\nuse iMSCP::ProgramFinder;\nuse iMSCP::Service;\nuse parent qw/ Common::Object iMSCP::Provider::Networking::Interface /;\n\n=head1 DESCRIPTION\n\n Netplan networking configuration provider (persistence layer).\n\n This provider is responsible for the netplan(5) networking configuration\n persistence by adding/removing netplan(5) configuration files, and by\n generating the underlying SYSTEMD-NETWORKD.SERVICE(8) configuration.\n \n See:\n    https://wiki.ubuntu.com/Netplan\n    https://netplan.io/\n\n=head1 CLASS METHODS\n\n=over 4\n\n=item checkForOperability\n\n See iMSCP::Provider::Networking::Interface::checkForOperability\n\n=cut\n\nsub checkForOperability\n{\n    my ( $self ) = @_;\n\n    return FALSE unless length iMSCP::ProgramFinder::find( 'netplan' );\n\n    my $service = iMSCP::Service->getInstance();\n    $service->hasService( 'systemd-networkd' )\n        && $service->isEnabled( 'systemd-networkd' );\n}\n\n=back\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item addIpAddress( \\%data )\n\n See iMSCP::Provider::Networking::Interface::addIpAddress\n\n=cut\n\nsub addIpAddress\n{\n    my ( $self, $data ) = @_;\n\n    $self->_updateConfig( $data->{'ip_config_mode'} eq 'auto'\n        ? 'add' : 'remove', $data\n    );\n    $self;\n}\n\n=item removeIpAddress( \\%data )\n\n See iMSCP::Provider::Networking::Interface::removeIpAddress\n\n=cut\n\nsub removeIpAddress\n{\n    my ( $self, $data ) = @_;\n\n    $self->_updateConfig( 'remove', $data );\n    $self;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _updateConfig( $action, \\%data )\n\n Add or remove configuration for the given IP address\n\n Param string $action Action to perform (add|remove)\n Param hashref \\%data IP data\n Return void, die on failure\n\n=cut\n\nsub _updateConfig\n{\n    my ( undef, $action, $data ) = @_;\n\n    my $file = iMSCP::File->new(\n        filename => \"/etc/netplan/99-imscp-$data->{'ip_id'}.yaml\"\n    );\n\n    if ( $action eq 'remove' ) {\n        if ( -f $file->{'filename'} ) {\n            $file->delFile() == 0 or die( getMessageByType(\n                'error', { amount => 1, remove => TRUE }\n            ));\n        }\n    } else {\n        $file->set( <<\"CONFIG\" );\nnetwork:\n  version: 2\n  renderer: networkd\n  ethernets:\n    $data->{'ip_card'}:\n      addresses:\n       - $data->{'ip_address'}/$data->{'ip_netmask'}\nCONFIG\n\n        $file->save() == 0 or die( getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ));\n    }\n\n    my ( $stdout, $stderr );\n    execute(\n        [ 'netplan', 'generate' ], \\$stdout, \\$stderr\n    ) == 0 or die(\n        $stderr || 'Unknown error '\n    );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Service/Abstract.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Service::Abstract - Abstract class for init providers\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Provider::Service::Abstract;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse iMSCP::Debug 'debug';\nuse iMSCP::Execute 'execute';\nuse parent qw/ Common::SingletonClass iMSCP::Provider::Service::Interface /;\n\nmy $EXEC_OUTPUT;\n\n=head1 DESCRIPTION\n\n Abstract class for init providers.\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _exec( \\@command, [ \\$stdout [, \\$stderr ]] )\n\n Execute the given command\n\n It is possible to capture both STDOUT and STDERR output by providing scalar\n references. STDERR output is used for raising failure when the command status\n is other than 0 and if no scalar reference has been provided for its capture.\n\n Param array_ref \\@command Command to execute\n Param scalar_ref \\$stdout OPTIONAL Scalar reference for STDOUT capture\n Param scalar_ref \\$stderr OPTIONAL Scalar reference for STDERR capture\n Return int Command exit status, croak on failure if the command status is other\n            than 0 and if no scalar reference has been provided for STDERR\n\n=cut\n\nsub _exec\n{\n    my ( $self, $command, $stdout, $stderr ) = @_;\n\n    my $ret = execute(\n        $command,\n        ref $stdout eq 'SCALAR' ? $stdout : \\$stdout,\n        ref $stderr eq 'SCALAR' ? $stderr : \\$stderr\n    );\n    ref $stdout\n        ? !length ${ $stdout } || debug( ${ $stdout } )\n        : !length $stdout || debug( $stdout );\n\n    # Raise a failure if command status is other than 0 and if no scalar\n    # reference has been provided for STDERR, giving choice to callers\n    croak( $stderr || 'Unknown error' ) if $ret && ref $stderr ne 'SCALAR';\n\n    # We cache STDOUT output.\n    # see _getLastExecOutput()\n    $EXEC_OUTPUT = \\( ref $stdout ? ${ $stdout } : $stdout );\n    $ret;\n}\n\n=item _getLastExecOutput()\n\n Get output of last exec command\n\n return string Command STDOUT\n\n=cut\n\nsub _getLastExecOutput\n{\n    my ( $self ) = @_;\n\n    ${ $EXEC_OUTPUT };\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Service/Debian/SysVinit.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Service::Sysvinit - Debian SysVinit init provider\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Provider::Service::Debian::SysVinit;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse iMSCP::Boolean;\nuse parent 'iMSCP::Provider::Service::SysVinit';\n\n# Commands used in that package\nmy %COMMANDS = (\n    'update-rc.d' => 'update-rc.d'\n);\n\n=head1 DESCRIPTION\n\n SysVinit init provider for Debian-like distributions.\n\n Differences with the iMSCP::Provider::Service::Sysvinit init provider are\n support for enabling, disabling and removing services via UPDATE-RC.D(8) and\n the ability to determine enabled status.\n\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item isEnabled( $service )\n\n See iMSCP::Provider::Service::Interface::isEnabled()\n\n=cut\n\nsub isEnabled\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    $self->hasService( $service ) or croak( sprintf(\n        'Unknown %s service', $service\n    ));\n\n    scalar glob( \"/etc/rc[S5].d/S??$service\" ) ? TRUE : FALSE;\n}\n\n=item enable( $service )\n\n See iMSCP::Provider::Service::Interface::enable()\n\n=cut\n\nsub enable\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    $self->_exec( [ $COMMANDS{'update-rc.d'}, $service, 'defaults' ] );\n    $self->_exec( [ $COMMANDS{'update-rc.d'}, $service, 'enable' ] );\n}\n\n=item disable( $service )\n\n See iMSCP::Provider::Service::Interface::disable()\n\n=cut\n\nsub disable\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    $self->_exec( [ $COMMANDS{'update-rc.d'}, $service, 'defaults' ] );\n    $self->_exec( [ $COMMANDS{'update-rc.d'}, $service, 'disable' ] );\n}\n\n=item remove( $service )\n\n See iMSCP::Provider::Service::Interface::remove()\n\n=cut\n\nsub remove\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    return unless $self->hasService( $service );\n\n    $self->stop( $service );\n    $self->_exec( [ $COMMANDS{'update-rc.d'}, '-f', $service, 'remove' ] );\n    $self->SUPER::remove( $service );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Service/Debian/Systemd.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Service::Debian::Systemd - Debian systemd init provider\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Provider::Service::Debian::Systemd;\n\nuse strict;\nuse warnings;\nuse File::Basename 'fileparse';\nuse iMSCP::Boolean;\nuse parent qw/ iMSCP::Provider::Service::Systemd iMSCP::Provider::Service::Debian::SysVinit /;\n\n=head1 DESCRIPTION\n\n systemd init provider for Debian-like distributions.\n \n Difference with the iMSCP::Provider::Service::Systemd init provider is the\n support for the 'is-enabled' API call that is not available till Systemd\n version 220-1 (Debian package) and support for SysVinit script removal.\n\n See:\n  https://wiki.debian.org/systemd\n  https://wiki.debian.org/systemd/Packaging\n  https://wiki.debian.org/systemd/Integration\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item isEnabled( $unit )\n\n See iMSCP::Provider::Service::Systemd::isEnabled()\n\n=cut\n\nsub isEnabled\n{\n    my ( $self, $unit ) = @_;\n\n    # We need to catch STDERR as we do not want raise failure when command\n    # status is other than 0 but no STDERR\n    my $ret = $self->_exec(\n        [\n            $iMSCP::Provider::Service::Systemd::COMMANDS{'systemctl'},\n            'is-enabled',\n            $self->resolveUnit( $unit )\n        ],\n        \\my $stdout,\n        \\my $stderr\n    );\n\n    # The 'is-enabled' support for SysV init scripts isn't available in older\n    # systemd versions. Thus, if the previous command has failed, we need do\n    # another check by relying on the Debian SysVInit init provider.\n    if ( $ret && length $stderr ) {\n        ( $unit, undef, my $suffix ) = fileparse( $unit, qr/\\.[^.]*/ );\n        return $self->iMSCP::Provider::Service::Debian::SysVinit::isEnabled(\n            $unit\n        ) if grep ( $suffix eq $_, '', '.service' );\n\n        # Not a SysVinit script and the previous systemd 'is-enabled' command has\n        # failed. We propagate the error to caller.\n        die( $stderr )\n    }\n\n    # The indirect state indicates that the unit is not enabled.\n    chomp( $stdout );\n    return FALSE if $stdout eq 'indirect';\n\n    # The command status 0 indicate that the service is enabled\n    $ret == 0;\n}\n\n=item remove( $unit )\n\n See iMSCP::Provider::Service::Interface::remove()\n\n=cut\n\nsub remove\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or die( 'parameter $unit is not defined' );\n\n    # For the SysVinit scripts, we want operate only on services\n    my ( $init, undef, $suffix ) = fileparse( $unit, qr/\\.[^.]*/ );\n    $self->iMSCP::Provider::Service::Debian::SysVinit::remove(\n        $init\n    ) if grep ( $suffix eq $_, '', '.service' );\n    $self->SUPER::remove( $unit );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Service/Debian/Upstart.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Service::Debian::Upstart - Debian Upstart init provider\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Provider::Service::Debian::Upstart;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse parent qw/ iMSCP::Provider::Service::Upstart iMSCP::Provider::Service::Debian::SysVinit /;\n\n=head1 DESCRIPTION\n\n Upstart init provider for Debian-like distributions.\n \n Difference with the iMSCP::Provider::Service::Upstart init provider is the\n support for the SysVinit scripts.\n\n See: https://wiki.debian.org/Upstart\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item isEnabled( $job )\n\n See iMSCP::Provider::Service::Interface::isEnabled()\n\n=cut\n\nsub isEnabled\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'parameter $job is not defined' );\n\n    return $self->SUPER::isEnabled( $job ) if $self->SUPER::hasService( $job );\n    $self->iMSCP::Provider::Service::Debian::SysVinit::isEnabled( $job );\n}\n\n=item enable( $job )\n\n See iMSCP::Provider::Service::Interface::enable()\n\n=cut\n\nsub enable\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'parameter $job is not defined' );\n\n    if ( $self->SUPER::hasService( $job ) ) {\n        $self->SUPER::enable( $job );\n        $self->iMSCP::Provider::Service::Debian::SysVinit::enable( $job )\n            if $self->iMSCP::Provider::Service::Debian::SysVinit::hasService( $job );\n        return;\n    }\n\n    $self->iMSCP::Provider::Service::Debian::SysVinit::enable( $job );\n}\n\n=item disable( $job )\n\n See iMSCP::Provider::Service::Interface::disable()\n\n=cut\n\nsub disable\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'parameter $job is not defined' );\n\n    if ( $self->SUPER::hasService( $job ) ) {\n        $self->SUPER::disable( $job );\n        $self->iMSCP::Provider::Service::Debian::SysVinit::disable( $job )\n            if $self->iMSCP::Provider::Service::Debian::SysVinit::hasService( $job );\n        return;\n    }\n\n    $self->iMSCP::Provider::Service::Debian::SysVinit::disable( $job );\n}\n\n=item remove( $job )\n\n See iMSCP::Provider::Service::Interface::remove()\n\n=cut\n\nsub remove\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'parameter $job is not defined' );\n\n    $self->SUPER::remove( $job );\n    $self->iMSCP::Provider::Service::Debian::SysVinit::remove( $job );\n}\n\n=item start( $job )\n\n See iMSCP::Provider::Service::Interface::start()\n\n=cut\n\nsub start\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    if ( $self->SUPER::hasService( $job ) ) {\n        $self->SUPER::start( $job );\n        return;\n    }\n\n    $self->iMSCP::Provider::Service::Debian::SysVinit::start( $job );\n}\n\n=item stop( $job )\n\n See iMSCP::Provider::Service::Interface::stop()\n\n=cut\n\nsub stop\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    if ( $self->SUPER::hasService( $job ) ) {\n        $self->SUPER::stop( $job );\n        return;\n    }\n\n    $self->iMSCP::Provider::Service::Debian::SysVinit::stop( $job );\n}\n\n=item restart( $job )\n\n See iMSCP::Provider::Service::Interface::restart()\n\n=cut\n\nsub restart\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    if ( $self->SUPER::hasService( $job ) ) {\n        $self->SUPER::restart( $job );\n        return;\n    }\n\n    $self->iMSCP::Provider::Service::Debian::SysVinit::restart( $job );\n}\n\n=item reload( $job )\n\n See iMSCP::Provider::Service::Interface::reload()\n\n=cut\n\nsub reload\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    if ( $self->SUPER::hasService( $job ) ) {\n        $self->SUPER::reload( $job );\n        return;\n    }\n\n    $self->iMSCP::Provider::Service::Debian::SysVinit::reload( $job );\n}\n\n=item isRunning( $job )\n\n See iMSCP::Provider::Service::Interface::isRunning()\n\n=cut\n\nsub isRunning\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    if ( $self->SUPER::hasService( $job ) ) {\n        return $self->SUPER::isRunning( $job );\n    }\n\n    $self->iMSCP::Provider::Service::Debian::SysVinit::isRunning( $job );\n}\n\n=item hasService( $job )\n\n See iMSCP::Provider::Service::Interface::hasService()\n\n=cut\n\nsub hasService\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'parameter $job is not defined' );\n\n    $self->SUPER::hasService( $job )\n        || $self->iMSCP::Provider::Service::Debian::SysVinit::hasService( $job );\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n See iMSCP::Provider::Service::Debian::SysVinit::_init()\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    # Make sure to initialize underlying SysVinit init provider\n    # (multiple inheritance)\n    $self->iMSCP::Provider::Service::Debian::SysVinit::_init();\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Service/Interface.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Service::Interface - Interface for init providers\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Provider::Service::Interface;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\n\n=head1 DESCRIPTION\n\n Interface for init providers.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item isEnabled( $service )\n\n Is the given service enabled?\n\n Param string $service Service name\n Return boolean TRUE if the service is enabled, FALSE otherwise, croak if the service doesn't exist\n\n=cut\n\nsub isEnabled\n{\n    my ( $self ) = @_;\n\n    croak( sprintf(\n        'The %s class must implement the isEnabled() method', ref $self\n    ));\n}\n\n=item enable( $service )\n\n Enable the given service\n\n If the service is already enabled, no failure *MUST* be raised.\n If the iMSCP::Provider::Service::Interface provider provide a compatibility\n layer for SysVinit scripts, the SysVinit script *SHOULD* be also enabled.\n\n Param string $service Service name\n Return void, croak on failure or if the service doesn't exist\n\n=cut\n\nsub enable\n{\n    my ( $self ) = @_;\n\n    croak( sprintf(\n        'The %s class must implement the enable() method', ref $self\n    ));\n}\n\n=item disable( $service )\n\n Disable the given service\n\n If the service is already disabled, no failure *MUST* be raised.\n \n If the iMSCP::Provider::Service::Interface provider provide a compatibility\n layer for SysVinit scripts, the SysVinit script *SHOULD* be also disabled.\n\n Param string $service Service name\n Return void, croak on failure or if the service doesn't exist\n\n=cut\n\nsub disable\n{\n    my ( $self ) = @_;\n\n    croak( sprintf(\n        'The %s class must implement the disable() method', ref $self\n    ));\n}\n\n=item remove( $service )\n\n Remove the given service\n\n If the service doesn't exist, no failure *MUST* be raised.\n If the iMSCP::Provider::Service::Interface provider provide a compatibility\n layer for SysVinit scripts, the SysVinit script *SHOULD* be also removed.\n\n Any cached result for service file resolving *MUST* be cleared.\n\n Param string $service Service name\n Return void, croak on failure\n\n=cut\n\nsub remove\n{\n    my ( $self ) = @_;\n\n    croak( sprintf(\n        'The %s class must implement the remove() method', ref $self\n    ));\n}\n\n=item start( $service )\n\n Start the given service\n\n If the service is already running, no failure *MUST* be raised.\n\n Param string $service Service name\n Return void, croak on failure or if the service doesn't exist\n\n=cut\n\nsub start\n{\n    my ( $self ) = @_;\n\n    croak( sprintf(\n        'The %s class must implement the start() method', ref $self\n    ));\n}\n\n=item stop( $service )\n\n Stop the given service\n\n If the service is not running, no failure *MUST* be raised.\n\n Param string $service Service name\n Return void, croak on failure or if the service doesn't exist\n\n=cut\n\nsub stop\n{\n    my ( $self ) = @_;\n\n    croak( sprintf(\n        'The %s class must implement the stop() method', ref $self\n    ));\n}\n\n=item restart( $service )\n\n Restart the given service\n\n If the service is not running, it *MUST* be started.\n\n Param string $service Service name\n Return void, croak on failure or if the service doesn't exist\n\n=cut\n\nsub restart\n{\n    my ( $self ) = @_;\n\n    croak( sprintf(\n        'The %s class must implement the restart() method', ref $self\n    ));\n}\n\n=item reload( $service )\n\n Reload the given service\n\n If the service doesn't support the reload action, it *MUST* be restarted.\n If the service is not running, it *MUST* be started.\n\n Param string $service Service name\n Return void, croak on failure or if the service doesn't exist\n\n=cut\n\nsub reload\n{\n    my ( $self ) = @_;\n\n    croak( sprintf(\n        'The %s class must implement the reload() method', ref $self\n    ));\n}\n\n=item isRunning( $service )\n\n Is the given service running?\n\n Param string $service Service name\n Return boolean TRUE if the service is running, FALSE otherwise, croak if the service doesn't exist\n\n=cut\n\nsub isRunning\n{\n    my ( $self ) = @_;\n\n    croak( sprintf(\n        'The %s class must implement the isRunning() method', ref $self\n    ));\n}\n\n=item hasService( $service )\n\n Does the given service exist?\n\n Due to the nature of this routine, its result *MUST* not be cached, nor rely\n on a previously cached result. This necessarily involve file resolving. A\n service can be non-existent at some time but this doesn't necessarily mean\n that it will not be available later on, and of course, the other way around is\n also possible.\n\n Param string $service Service name\n Return boolean TRUE if the service exits, FALSE otherwise\n\n=cut\n\nsub hasService\n{\n    my ( $self ) = @_;\n\n    croak( sprintf(\n        'The %s class must implement the hasService() method', ref $self\n    ));\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Service/SysVinit.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Service::Sysvinit - Base service provider for SysVinit\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Provider::Service::SysVinit;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug getMessageByType /;\nuse iMSCP::File;\nuse iMSCP::LsbRelease;\nuse parent qw/ iMSCP::Provider::Service::Abstract /;\n\n=head1 DESCRIPTION\n\n SysVinit init provider.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item remove( $service )\n\n See iMSCP::Provider::Service::Interface\n\n=cut\n\nsub remove\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    return unless $self->hasService( $service );\n\n    $self->stop( $service );\n\n    debug( sprintf( \"Removing the %s SysVinit script\", $service ));\n    iMSCP::File->new(\n        filename => $self->resolveSysVinitScript( $service, TRUE )\n    )->delFile() == 0 or croak( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error' );\n}\n\n=item start( $service )\n\n See iMSCP::Provider::Service::Interface\n\n=cut\n\nsub start\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    return if $self->isRunning( $service );\n\n    $self->_exec( [ $self->resolveSysVinitScript( $service ), 'start' ] );\n}\n\n=item stop( $service )\n\n See iMSCP::Provider::Service::Interface\n\n=cut\n\nsub stop\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    return unless $self->isRunning( $service );\n\n    $self->_exec( [ $self->resolveSysVinitScript( $service ), 'stop' ] );\n}\n\n=item restart( $service )\n\n See iMSCP::Provider::Service::Interface\n\n=cut\n\nsub restart\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    if ( $self->isRunning( $service ) ) {\n        $self->_exec( [\n            $self->resolveSysVinitScript( $service ), 'restart'\n        ] );\n        return;\n    }\n\n    # Service is not running yet, we start it instead\n    $self->_exec( [ $self->resolveSysVinitScript( $service ), 'start' ] );\n}\n\n=item reload( $service )\n\n See iMSCP::Provider::Service::Interface\n\n=cut\n\nsub reload\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    if ( $self->isRunning( $service ) ) {\n        # We need to catch STDERR as we do do want croak on failure\n        my $ret = $self->_exec(\n            [ $self->resolveSysVinitScript( $service ), 'reload' ],\n            undef,\n            \\my $stderr\n        );\n\n        # If the reload action failed, we try a restart instead. This cover\n        # case where the reload action is not supported.\n        $self->restart( $service ) if $ret;\n        return;\n    }\n\n    # Service is not running yet, we start it instead\n    $self->_exec( [ $self->resolveSysVinitScript( $service ), 'start' ] );\n}\n\n=item isRunning( $service )\n\n See iMSCP::Provider::Service::Interface\n\n=cut\n\nsub isRunning\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    unless ( defined $self->{'_pid_pattern'} ) {\n        # We need to catch STDERR as we do not croak on failure when command\n        # status is other than 0 but no STDERR\n        my $ret = $self->_exec(\n            [ $self->resolveSysVinitScript( $service ), 'status' ],\n            undef,\n            \\my $stderr\n        );\n        croak( $stderr ) if $ret && length $stderr;\n        return $ret == 0;\n    }\n\n    my $ret = $self->_getPid( $self->{'_pid_pattern'} );\n    undef $self->{'_pid_pattern'};\n    $ret;\n}\n\n=item hasService( $service )\n\n See iMSCP::Provider::Service::Interface\n\n=cut\n\nsub hasService\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    eval { $self->resolveSysVinitScript( $service, TRUE ); };\n}\n\n=item setPidPattern( $pattern )\n\n Set PID pattern for next _getPid( ) invocation\n\n Param string|Regexp $pattern Process PID pattern\n Return void\n\n=cut\n\nsub setPidPattern\n{\n    my ( $self, $pattern ) = @_;\n\n    defined $pattern or croak( 'Missing or undefined $pattern parameter' );\n\n    $self->{'_pid_pattern'} = ref $pattern eq 'Regexp'\n        ? $pattern\n        : qr/$pattern/;\n}\n\n=item resolveSysVinitScript( $service [, $nocache =  FALSE ] )\n\n Resolve the given SysVinit script\n\n Param string $service Service name\n Param boolean $nocache OPTIONAL If true, no cache will be used\n Return string Full SysVinit script path on success, croak on failure\n\n=cut\n\nsub resolveSysVinitScript\n{\n    my ( $self, $service, $nocache ) = @_;\n\n    CORE::state %resolved;\n\n    if ( $nocache ) {\n        delete $resolved{$service};\n    } elsif ( exists $resolved{$service} ) {\n        $resolved{$service} or croak( sprintf(\n            \"Couldn't resolve the %s SysVinit script\", $service\n        ));\n        return $resolved{$service};\n    }\n\n    for my $path ( @{ $self->{'sysvinitscriptpaths'} } ) {\n        my $initScriptPath = File::Spec->join( $path, $service );\n        $resolved{$service} = $initScriptPath if -f $initScriptPath;\n        last if $resolved{$service};\n\n        $initScriptPath .= '.sh';\n        $resolved{$service} = $initScriptPath if -f $initScriptPath;\n    }\n\n    if ( $nocache ) {\n        $resolved{$service} or croak( sprintf(\n            \"Couldn't resolve the %s SysVinit script\", $service\n        ));\n        return delete $resolved{$service};\n    }\n\n    $resolved{$service} or croak( sprintf(\n        \"Couldn't resolve the %s SysVinit script\", $service\n    ));\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::Provider::Service::SysVinit, croak on failure\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    my $distID = iMSCP::LsbRelease->getInstance()->getId( 'short' );\n\n    if ( $distID =~ /^(?:FreeBSD|DragonFly)$/ ) {\n        $self->{'sysvinitscriptpaths'} = [\n            '/etc/rc.d',\n            '/usr/local/etc/rc.d'\n        ];\n    } elsif ( $distID eq 'HP-UX' ) {\n        $self->{'sysvinitscriptpaths'} = [ '/sbin/init.d' ];\n    } elsif ( $distID eq 'Archlinux' ) {\n        $self->{'sysvinitscriptpaths'} = [ '/etc/rc.d' ];\n    } else {\n        $self->{'sysvinitscriptpaths'} = [ '/etc/init.d' ];\n    }\n\n    $self;\n}\n\n=item _getPs( )\n\n Get proper 'ps' invocation for the platform\n\n Return int Command exit status\n\n=cut\n\nsub _getPs\n{\n    my $distID = iMSCP::LsbRelease->getInstance()->getId( 'short' );\n\n    if ( $distID eq 'OpenWrt' ) {\n        'ps www';\n    } elsif ( grep ( $distID eq $_, qw/\n        FreeBSD NetBSD OpenBSD Darwin DragonFly\n    / ) ) {\n        'ps auxwww';\n    } else {\n        'ps -ef'\n    }\n}\n\n=item _getPid( $pattern )\n\n Get the process ID for a running process\n\n Param Regexp $pattern PID pattern\n Return int|undef Process ID or undef if not found\n\n=cut\n\nsub _getPid\n{\n    my ( $self, $pattern ) = @_;\n\n    defined $pattern or croak( 'Missing or undefined $pattern parameter' );\n\n    my $ps = $self->_getPs();\n    open my $fh, '-|', $ps or croak( sprintf(\n        \"Couldn't pipe to %s: %s\", $ps, $!\n    ));\n\n    while ( my $line = <$fh> ) {\n        next unless $line =~ /$pattern/;\n        return ( split /\\s+/, $line =~ s/^\\s+//r )[1];\n    }\n\n    undef;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Service/Systemd.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Service::Systemd - systemd init provider\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Provider::Service::Systemd;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse File::Basename qw/ basename fileparse /;\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug getMessageByType /;\nuse iMSCP::File;\nuse iMSCP::Dir;\nuse parent 'iMSCP::Provider::Service::SysVinit';\n\n# Commands used in that package\nour %COMMANDS = (\n    systemctl => '/bin/systemctl'\n);\n\n# Paths in which service units must be searched\n# Order is signifiant, specially for the remove action\nmy @UNITFILEPATHS = (\n    '/etc/systemd/system',\n    '/usr/local/lib/systemd/system',\n    '/lib/systemd/system',\n    '/usr/lib/systemd/system'\n);\n\n=head1 DESCRIPTION\n\n systemd init provider.\n\n See https://www.freedesktop.org/wiki/Software/systemd/\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item isEnabled( $unit )\n\n See iMSCP::Provider::Service::Interface::isEnabled()\n\n=cut\n\nsub isEnabled\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    # We need to catch STDERR as we do not want croak on failure when\n    # command status is other than 0 but no STDERR\n    my $ret = $self->_exec(\n        [ $COMMANDS{'systemctl'}, 'is-enabled', $self->resolveUnit( $unit ) ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    croak( $stderr ) if $ret && length $stderr;\n\n    # The indirect state indicates that the unit is not enabled.\n    chomp( $stdout );\n    return FALSE if $stdout eq 'indirect';\n\n    # The command status 0 indicate that the service is enabled\n    $ret == 0;\n}\n\n=item enable( $unit )\n\n See iMSCP::Provider::Service::Interface::enable()\n\n=cut\n\nsub enable\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    $self->unmask( $unit );\n\n    # We make use of the --force flag to overwrite any conflicting symlinks.\n    # This is particularly usefull in case the unit provides an alias that is\n    # also provided as a SysVinit script and which has been masked. For instance:\n    # - mariadb.service unit that provides the mysql.service unit as alias\n    # - mysql SysVinit script which is masked (/etc/systemd/system/mysql.service => /dev/null)\n    # In such a case, and without the --force option, systemd would fails to create the symlink\n    # for the mysql.service alias as the mysql.service symlink (masked unit) would already exist.\n    $self->_exec( [\n        $COMMANDS{'systemctl'},\n        '--force',\n        '--quiet',\n        'enable',\n        $self->resolveUnit( $unit )\n    ] );\n}\n\n=item disable( $unit )\n\n See iMSCP::Provider::Service::Interface::disable()\n\n=cut\n\nsub disable\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    $self->_exec( [\n        $COMMANDS{'systemctl'},\n        '--quiet',\n        'disable',\n        $self->resolveUnit( $unit )\n    ] );\n    $self->mask( $unit );\n}\n\n=item mask( $unit )\n\n Mask the given unit\n \n Return void, croak on failure\n\n=cut\n\nsub mask\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    # Units located in the /etc/systemd/system directory cannot be masked\n    unless ( index(\n        $self->resolveUnit( $unit, TRUE ), '/etc/systemd/system/'\n    ) == 0 ) {\n        $self->_exec( [\n            $COMMANDS{'systemctl'},\n            '--quiet',\n            'mask',\n            $self->resolveUnit( $unit )\n        ] );\n    }\n}\n\n=item unmask( $unit )\n\n Unmask the given unit\n \n Return void, croak on failure\n\n=cut\n\nsub unmask\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    $self->_exec( [\n        $COMMANDS{'systemctl'},\n        '--quiet',\n        'unmask',\n        $self->resolveUnit( $unit )\n    ] );\n}\n\n=item remove( $unit )\n\n See iMSCP::Provider::Service::Interface::remove()\n\n=cut\n\nsub remove\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    return unless $self->hasService( $unit );\n\n    $self->stop( $unit );\n    $self->unmask( $unit );\n\n    # We need check again for existence of the unit because there could have\n    # been an orphaned masked unit\n    $self->disable( $unit ) if $self->hasService( $unit );\n\n    # Remove drop-in directories if any\n    for my $dir ( '/etc/systemd/system/', '/usr/local/lib/systemd/system/' ) {\n        my $dropInDir = $dir;\n        ( undef, undef, my $suffix ) = fileparse( $unit, qw/\n            .automount .device .mount .path .scope .service .slice .socket\n            .swap .target .timer\n        / );\n        $dropInDir .= $unit . ( $suffix // '.service' ) . '.d';\n        next unless -d $dropInDir;\n        debug( sprintf( 'Removing the %s drop-in directory', $dropInDir ));\n        eval { iMSCP::Dir->new( dirname => $dropInDir )->remove(); };\n        !$@ or croak( $@ );\n    }\n\n    # Remove unit files if any\n    while ( my $unitFilePath = eval { $self->resolveUnit( $unit, TRUE, TRUE ) } ) {\n        # We do not want remove units that are shipped by distribution packages\n        last unless index( $unitFilePath, '/etc/systemd/system/' ) == 0\n            || index( $unitFilePath, '/usr/local/lib/systemd/system/' ) == 0;\n        debug( sprintf( 'Removing the %s unit', $unitFilePath ));\n        iMSCP::File->new(\n            filename => $unitFilePath\n        )->delFile() == 0 or croak( getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ) || 'Unknown error' );\n    }\n\n    $self->daemonReload();\n}\n\n=item start( $unit )\n\n See iMSCP::Provider::Service::Interface::start()\n\n=cut\n\nsub start\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    $self->_exec( [\n        $COMMANDS{'systemctl'},\n        'start',\n        $self->resolveUnit( $unit )\n    ] );\n}\n\n=item stop( $unit )\n\n See iMSCP::Provider::Service::Interface::stop()\n\n=cut\n\nsub stop\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    $self->_exec( [\n        $COMMANDS{'systemctl'},\n        'stop',\n        $self->resolveUnit( $unit )\n    ] );\n}\n\n=item restart( $unit )\n\n See iMSCP::Provider::Service::Interface::restart()\n\n=cut\n\nsub restart\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    $self->_exec( [\n        $COMMANDS{'systemctl'},\n        'restart',\n        $self->resolveUnit( $unit )\n    ] );\n}\n\n=item reload( $service )\n\n See iMSCP::Provider::Service::Interface::reload()\n\n=cut\n\nsub reload\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    $self->_exec( [\n        $COMMANDS{'systemctl'},\n        'reload-or-restart',\n        $self->resolveUnit( $unit )\n    ] );\n}\n\n=item isRunning( $service )\n\n See iMSCP::Provider::Service::Interface::isRunning()\n\n=cut\n\nsub isRunning\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    # We need to catch STDERR as we do not want croak on failure when command\n    # status is other than 0 but no STDERR\n    my $ret = $self->_exec(\n        [ $COMMANDS{'systemctl'}, 'is-active', $self->resolveUnit( $unit ) ],\n        undef,\n        \\my $stderr\n    );\n    croak( $stderr ) if $ret && length $stderr;\n    $ret == 0;\n}\n\n=item hasService( $unit )\n\n See iMSCP::Provider::Service::Interface::hasService()\n\n=cut\n\nsub hasService\n{\n    my ( $self, $unit ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    eval { $self->resolveUnit( $unit, FALSE, TRUE ); };\n}\n\n=item resolveUnit( $unit [, $withpath =  FALSE [, $nocache = FALSE ] ] )\n\n Resolves the given unit\n\n Units can be aliased (have an alternative name), by creating a symlink from\n the new name to the existing name in one of the unit search paths. Due to\n unexpected behaviors when using alias names, this method always resolve the\n alias units. See the following reports for a better understanding of the\n situation:\n  - https://github.com/systemd/systemd/issues/7875\n  - https://github.com/systemd/systemd/issues/7874\n\n A fallback for SysVinit scripts is also provided. If $unit is not a native\n systemd unit and that a SysVinit match the $unit name (without the .service\n suffix), its name or path is returned.\n \n Units are resolved only once. However, it is possible to force new resolving by\n passing the $nocache flag.\n\n Param string $unit Unit name\n Param boolean withpath If TRUE, full unit path will be returned\n Param boolean $nocache OPTIONAL If true, no cache will be used\n Return string real unit file path or name, SysVinit file path or name, croak if the unit can't be resolved\n\n=cut\n\nsub resolveUnit\n{\n    my ( $self, $unit, $withpath, $nocache ) = @_;\n\n    defined $unit or croak( 'Missing or undefined $unit parameter' );\n\n    CORE::state %resolved;\n\n    if ( $nocache ) {\n        delete $resolved{$unit};\n    } elsif ( exists $resolved{$unit} ) {\n        $resolved{$unit} or croak( sprintf( \"Couldn't resolve the %s unit\", $unit ));\n        return $resolved{$unit}->[$withpath ? 0 : 1];\n    }\n\n    ( $unit, undef, my $suffix ) = fileparse(\n        $unit, qw/\n        .automount .device .mount .path .scope .service .slice .socket .swap\n        .target .timer\n    / );\n    my $unitFQ .= length $suffix ? $unit : $unit . '.service';\n\n    my $unitFilePath;\n    for my $path ( @UNITFILEPATHS ) {\n        $unitFilePath = File::Spec->join( $path, $unitFQ );\n        # Either a regular file or character special file\n        # (Masked units point to /dev/null)\n        undef $unitFilePath unless -f $unitFilePath || -c _;\n        last if defined $unitFilePath;\n    }\n\n    unless ( $unitFilePath ) {\n        # For the SysVinit scripts, we want operate only on services\n        if ( grep ( $suffix eq $_, '', '.service') ) {\n            if ( $unitFilePath = eval {\n                $self->resolveSysVinitScript( $unit, $nocache );\n            } ) {\n                return $withpath ? $unitFilePath : $unit if $nocache;\n                $resolved{$unit} = [ $unitFilePath, $unit ];\n                goto &{resolveUnit};\n            }\n        }\n\n        $resolved{$unit} = undef unless $nocache;\n        croak( sprintf( \"Couldn't resolve the %s unit: %s\", $unit, $@ ));\n    }\n\n    # Resolve the unit, unless it is not a symlink pointing to a regular file\n    # (masked unit point to the /dev/null character special file)\n    if ( -f _ && -l $unitFilePath ) {\n        $unitFilePath = readlink( $unitFilePath ) or croak( sprintf(\n            \"Couldn't resolve the %s unit: %s\", $unit, $!\n        ));\n    }\n\n    return $withpath ? $unitFilePath : basename( $unitFilePath ) if $nocache;\n\n    $resolved{$unit} = [ $unitFilePath, basename( $unitFilePath ) ];\n    goto &{resolveUnit};\n}\n\n=item daemonReload\n\n Reload the systemd manager configuration\n\n Return void, croak on failure\n\n=cut\n\nsub daemonReload\n{\n    my ( $self ) = @_;\n\n    $self->_exec( [ $COMMANDS{'systemctl'}, 'daemon-reload' ] );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Provider/Service/Upstart.pm",
    "content": "=head1 NAME\n\n iMSCP::Provider::Service::Upstart - Upstart init provider\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Provider::Service::Upstart;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse File::Basename qw/ basename dirname /;\nuse File::Spec;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug getMessageByType /;\nuse iMSCP::File;\nuse version;\nuse parent 'iMSCP::Provider::Service::Abstract';\n\n# Commands used in that package\nour %COMMANDS = (\n    start   => '/sbin/start',\n    stop    => '/sbin/stop',\n    restart => '/sbin/restart',\n    reload  => '/sbin/reload',\n    status  => '/sbin/status',\n    initctl => '/sbin/initctl'\n);\n\n# Private variables\nmy $START_ON = qr/^\\s*start\\s+on/;\nmy $COMMENTED_START_ON = qr/^\\s*#+\\s*start\\s+on/;\nmy $MANUAL = qr/^\\s*manual\\s*/m;\n\n# Paths where job files must be searched\nmy @JOBFILEPATHS = ( '/etc/init' );\n\n# Operate against system Upstart, not session (See IP-1514)\ndelete $ENV{'UPSTART_SESSION'};\n\n=head1 DESCRIPTION\n\n Upstart init provider.\n\n See: http://upstart.ubuntu.com\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item isEnabled( $job )\n\n See iMSCP::Provider::Service::Interface::isEnabled()\n\n=cut\n\nsub isEnabled\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    if ( $self->_versionIsPre067() ) {\n        $self->_isEnabledPre067( $self->_readJobFile( $job ));\n        return;\n    }\n\n    if ( $self->_versionIsPre090() ) {\n        $self->_isEnabledPre090( $self->_readJobFile( $job ));\n        return;\n    }\n\n    $self->_isEnabledPost090(\n        $self->_readJobFile( $job ),\n        $self->_readJobOverrideFile( $job )\n    );\n}\n\n=item enable( $job )\n\n See iMSCP::Provider::Service::Interface::enable()\n\n=cut\n\nsub enable\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    if ( $self->_versionIsPre090() ) {\n        $self->_enablePre090( $job, $self->_readJobFile( $job ));\n        return;\n    }\n\n    $self->_enablePost090(\n        $job,\n        $self->_readJobFile( $job ),\n        $self->_readJobOverrideFile( $job )\n    );\n}\n\n=item disable( $job )\n\n See iMSCP::Provider::Service::Interface::disable()\n\n=cut\n\nsub disable\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    if ( $self->_versionIsPre067() ) {\n        $self->_disablePre067( $job, $self->_readJobFile( $job ));\n        return;\n    }\n\n    if ( $self->_versionIsPre090() ) {\n        $self->_disablePre090( $job, $self->_readJobFile( $job ));\n        return;\n    }\n\n    $self->_disablePost090( $job, $self->_readJobOverrideFile( $job ));\n}\n\n=item remove( $job )\n\n See iMSCP::Provider::Service::Interface::remove()\n\n=cut\n\nsub remove\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    $self->stop( $job ) if $self->hasService( $job );\n\n    # Even if there is no job file, there can be still orphaned job override\n    # file which we need to remove. Thus, we always process both files.\n    for my $type ( qw/ conf override / ) {\n        next unless my $jobFilePath = eval {\n            $self->resolveJob( $job, $type, TRUE );\n        };\n        debug( sprintf( \"Removing the %s Upstart job file\", $jobFilePath ));\n        iMSCP::File->new(\n            filename => $jobFilePath\n        )->delFile() == 0 or croak( getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ) || 'Unknown error' );\n    }\n}\n\n=item start( $job )\n\n See iMSCP::Provider::Service::Interface::start()\n\n=cut\n\nsub start\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    $self->_exec(\n        [ $COMMANDS{'start'}, $job ]\n    ) unless $self->isRunning( $job );\n}\n\n=item stop( $job )\n\n See iMSCP::Provider::Service::Interface::stop()\n\n=cut\n\nsub stop\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    $self->_exec( [ $COMMANDS{'stop'}, $job ] ) if $self->isRunning( $job );\n}\n\n=item restart( $job )\n\n See iMSCP::Provider::Service::Interface::restart()\n\n=cut\n\nsub restart\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    $self->isRunning( $job )\n        ? $self->_exec( [ $COMMANDS{'restart'}, $job ] )\n        : $self->_exec( [ $COMMANDS{'start'}, $job ] );\n}\n\n=item reload( $job )\n\n See iMSCP::Provider::Service::Interface::reload()\n\n=cut\n\nsub reload\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    if ( $self->isRunning( $job ) ) {\n        # We need to catch STDERR as we do do want croak on failure\n        my $ret = $self->_exec(\n            [ $COMMANDS{'reload'}, $job ],\n            undef,\n            \\my $stderr\n        );\n        # If the reload action failed, we try a restart instead. This cover\n        # case where the reload action is not supported.\n        $self->restart( $job ) unless $ret;\n        return;\n    }\n\n    $self->start( $job );\n}\n\n=item isRunning( $job )\n\n See iMSCP::Provider::Service::Interface::isRunning()\n\n=cut\n\nsub isRunning\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    $self->_exec( [ $COMMANDS{'status'}, $job ], \\my $stdout );\n    return $stdout =~ /start/;\n}\n\n=item hasService( $job )\n\n See iMSCP::Provider::Service::Interface::hasService()\n\n=cut\n\nsub hasService\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    eval { $self->resolveJob( $job, undef, TRUE ); };\n}\n\n=item resolveJob( $job [, $type = 'conf' [, $nocache ] ] )\n\n Resolve the given Upstart job\n\n Param string $job Job name\n Param string $type OPTIONAL Job file type (conf|override)\n Param boolean $nocache OPTIONAL If true, no cache will be used\n Return string Full Upstart job file path on success, croak on failure\n\n=cut\n\nsub resolveJob\n{\n    my ( $self, $job, $type, $nocache ) = @_;\n    $type //= 'conf';\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    CORE::state %resolved;\n\n    my $jobFile = $job . '.' . $type;\n\n    if ( $nocache ) {\n        delete $resolved{$jobFile};\n    } elsif ( exists $resolved{$jobFile} ) {\n        $resolved{$jobFile} or croak( sprintf(\n            \"Couldn't resolve the %s Upstart job file\", $jobFile\n        ));\n        return $resolved{$jobFile};\n    }\n\n    for my $path ( @JOBFILEPATHS ) {\n        my $filepath = File::Spec->join( $path, $jobFile );\n        $resolved{$jobFile} = $filepath if -f $filepath;\n    }\n\n    if ( $nocache ) {\n        $resolved{$jobFile} or croak( sprintf(\n            \"Couldn't resolve the %s Upstart job file\", $jobFile\n        ));\n        return delete $resolved{$jobFile};\n    }\n\n    $resolved{$jobFile} or croak( sprintf(\n        \"Couldn't resolve the %s Upstart job file\", $jobFile\n    ));\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _getVersion( )\n\n Get upstart version\n\n Return string Upstart version\n\n=cut\n\nsub _getVersion\n{\n    CORE::state $version;\n\n    ( $version ) = `initctl --version`\n        =~ /initctl \\(upstart\\s+([^\\)]*)\\)/ unless $version;\n    $version;\n}\n\n=item _versionIsPre067( )\n\n Is Upstart version pre 0.6.7?\n\n Return boolean TRUE if Upstart version is pre 0.6.7, FALSE otherwise\n\n=cut\n\nsub _versionIsPre067\n{\n    my ( $self ) = @_;\n\n    version->parse( $self->_getVersion()) < version->parse( '0.6.7' );\n}\n\n=item _versionIsPre090( )\n\n Is Upstart version pre 0.9.0?\n\n Return boolean TRUE if Upstart version is pre 0.9.0, FALSE otherwise\n\n=cut\n\nsub _versionIsPre090\n{\n    my ( $self ) = @_;\n\n    version->parse( $self->_getVersion()) < version->parse( '0.9.0' );\n}\n\n=item _versionIsPost090( )\n\n Is Upstart version post 0.9.0?\n\n Return boolean TRUE if Upstart version is post 0.9.0, FALSE otherwise\n\n=cut\n\nsub _versionIsPost090\n{\n    my ( $self ) = @_;\n\n    version->parse( $self->_getVersion()) >= version->parse( '0.9.0' );\n}\n\n=item _isEnabledPre067( $jobFileContent )\n\n Is the given job enabled for Upstart versions < 0.6.7?\n\n Param string $jobFileContent job file content\n Return boolean TRUE if the given job is enabled, FALSE otherwise\n\n=cut\n\nsub _isEnabledPre067\n{\n    my ( $self, $jobFileContent ) = @_;\n\n    defined $jobFileContent or croak(\n        'Missing or undefined $jobFileContent parameter'\n    );\n\n    # Upstart version < 0.6.7 means no 'manual' stanza.\n    $jobFileContent =~ /$START_ON/;\n}\n\n=item _isEnabledPre090( $jobFileContent )\n\n Is the given job enabled for Upstart versions < 0.9.0?\n\n Param string $jobFileContent job file content\n Return boolean TRUE if the given job is enabled, FALSE otherwise\n\n=cut\n\nsub _isEnabledPre090\n{\n    my ( $self, $jobFileContent ) = @_;\n\n    defined $jobFileContent or croak(\n        'Missing or undefined $jobFileContent parameter'\n    );\n\n    # Upstart versions < 0.9.0 means no override files. Thus,\n    # we check to see if an uncommented 'start on' or 'manual'\n    # stanza is the last one in the job file. The last one wins.\n    open my $fh, '<', \\$jobFileContent or croak( sprintf(\n        \"Couldn't open in-memory file handle: %s\", $!\n    ));\n    my $enabled = FALSE;\n    while ( my $line = <$fh> ) {\n        if ( $line =~ /$START_ON/ ) {\n            $enabled = TRUE;\n        } elsif ( $line =~ /$MANUAL/ ) {\n            $enabled = FALSE;\n        }\n    }\n\n    $enabled;\n}\n\n=item _isEnabledPost090( $jobFileContent, $jobOverrideFileContent )\n\n Is the given job enabled for Upstart versions >= 0.9.0?\n\n Param string $jobFileContent job file content\n Param string $jobOverrideFileContent job override file content\n Return boolean TRUE if the given job is enabled, FALSE otherwise\n\n=cut\n\nsub _isEnabledPost090\n{\n    my ( $self, $jobFileContent, $jobOverrideFileContent ) = @_;\n\n    defined $jobFileContent or croak(\n        'Missing or undefined $jobFileContent parameter'\n    );\n    defined $jobOverrideFileContent or croak(\n        'Missing or undefined $jobOverrideFileContent parameter'\n    );\n\n    # Upstart versions >= 0.9.0 has 'manual' stanzas and job override\n    # files. Thus, we check to see if an uncommented 'start on' or\n    # 'manual' stanza is the last one in the conf file and any\n    # override files. The last one wins.\n    my $enabled = FALSE;\n    for my $fileC ( \\$jobFileContent, \\$jobOverrideFileContent ) {\n        open my $fh, '<', $fileC or croak( sprintf(\n            \"Couldn't open in-memory file handle: %s\", $!\n        ));\n        while ( my $line = <$fh> ) {\n            if ( $line =~ /$START_ON/ ) {\n                $enabled = TRUE;\n            } elsif ( $line =~ /$MANUAL/ ) {\n                $enabled = FALSE;\n            }\n        }\n    }\n\n    $enabled;\n}\n\n=item _enablePre090( $job, $jobFileContent )\n\n Enable the given job for Upstart versions < 0.9.0\n\n Param string $job Job name\n Param string $jobFileContent job file content\n Return boolean TRUE on success, croak on failure\n\n=cut\n\nsub _enablePre090\n{\n    my ( $self, $job, $jobFileContent ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n    defined $jobFileContent or croak(\n        'Missing or undefined $jobFileContent parameter'\n    );\n\n    # Remove 'manual' stanzas if any\n    $jobFileContent = $self->_removeManualStanzaFrom( $jobFileContent );\n\n    # Add or uncomment 'START ON' stanza if needed\n    unless ( $self->_isEnabledPre090( $jobFileContent ) ) {\n        $jobFileContent = ( $jobFileContent =~ /$COMMENTED_START_ON/ )\n            ? $self->_uncommentStartOnStanzaIn( $jobFileContent )\n            : $self->_addDefaultStartOnStanzaTo( $jobFileContent );\n    }\n\n    return $self->_writeFile( $job, $jobFileContent );\n}\n\n=item _enablePost090( $job, $jobFileContent, $jobOverrideFileContent )\n\n Enable the given job for Upstart versions >= 0.9.0\n\n Param string $job Job name\n Param string $jobFileContent job file content\n Param string $jobOverrideFileContent job override file content\n Return boolean TRUE on success, croak on failure\n\n=cut\n\nsub _enablePost090\n{\n    my ( $self, $job, $jobFileContent, $jobOverrideFileContent ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n    defined $jobFileContent or croak(\n        'Missing or undefined $jobFileContent parameter'\n    );\n    defined $jobOverrideFileContent or croak(\n        'Missing or undefined $jobOverrideFileContent parameter'\n    );\n\n    # Remove 'manual' stanzas if any\n    $jobOverrideFileContent = $self->_removeManualStanzaFrom(\n        $jobOverrideFileContent\n    );\n\n    # Add or uncomment 'START ON' stanza if needed\n    unless ( $self->_isEnabledPost090(\n        $jobFileContent, $jobOverrideFileContent\n    ) ) {\n        if ( $jobFileContent =~ /$START_ON/ ) {\n            $jobOverrideFileContent .= $self->_extractStartOnStanzaFrom(\n                $jobFileContent\n            );\n        } else {\n            $jobOverrideFileContent = $self->_addDefaultStartOnStanzaTo(\n                $jobOverrideFileContent\n            );\n        }\n    }\n\n    $self->_writeFile( $job . '.override', $jobOverrideFileContent );\n}\n\n=item _disablePre067( $service, $jobFileContent )\n\n Disable the given job for Upstart versions < 0.6.7\n\n Param string $job Job name\n Param string $jobFileContent job file content\n Return boolean TRUE on success, croak on failure\n\n=cut\n\nsub _disablePre067\n{\n    my ( $self, $job, $jobFileContent ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n    defined $jobFileContent or croak(\n        'Missing or undefined $jobFileContent parameter'\n    );\n\n    $jobFileContent = $self->_commentStartOnStanza( $jobFileContent );\n    $self->_writeFile( $job . '.conf', $jobFileContent );\n}\n\n=item _disablePre090( $service, $jobFileContent )\n\n Disable the given job for Upstart versions < 0.9.0\n\n Param string $job Job name\n Param string $jobFileContent job file content\n Return boolean TRUE on success, croak on failure\n\n=cut\n\nsub _disablePre090\n{\n    my ( $self, $job, $jobFileContent ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n    defined $jobFileContent or croak(\n        'Missing or undefined $jobFileContent parameter'\n    );\n\n    $self->_writeFile( $job . '.conf', $self->_ensureDisabledWithManualStanza(\n        $jobFileContent\n    ));\n}\n\n=item _disablePost090( $service, $jobOverrideFileContent )\n\n Disable the given job for Upstart versions >= 0.9.0\n\n Param string $job Job name\n Param string $jobOverrideFileContent job $jobOverrideFileContent file content\n Return boolean TRUE on success, croak on failure\n\n=cut\n\nsub _disablePost090\n{\n    my ( $self, $job, $jobOverrideFileContent ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n    defined $jobOverrideFileContent or croak(\n        'Missing or undefined $jobOverrideFileContent parameter'\n    );\n\n    $self->_writeFile( $job . '.override', $self->_ensureDisabledWithManualStanza(\n        $jobOverrideFileContent\n    ));\n}\n\n=item _uncomment( $line )\n\n Uncomment the given line\n\n Param string $line\n Return string Uncommented line\n\n=cut\n\nsub _uncomment\n{\n    my ( $self, $line ) = @_;\n\n    defined $line or croak( 'Missing or undefined $line parameter' );\n\n    $line =~ s/^(\\s*)#+/$1/r;\n}\n\n=item _removeTrailingCommentsFromCommentedLine( $line )\n\n Remove any trailing comments from the given commented line\n\n Param string $line Line to process\n Return string\n\n=cut\n\nsub _removeTrailingCommentsFromCommentedLine\n{\n    my ( $self, $line ) = @_;\n\n    defined $line or croak( 'Missing or undefined $line parameter' );\n\n    $line =~ s/^(\\s*#+\\s*[^#]*).*/$1/r;\n}\n\n=item _removeTrailingComments( $line )\n\n Remove any trailing comments from the given line\n\n Param string $line Line to process\n Return string String without any trailing comments\n\n=cut\n\nsub _removeTrailingComments\n{\n    my ( $self, $line ) = @_;\n\n    defined $line or croak( 'Missing or undefined $line parameter' );\n\n    $line =~ s/^(\\s*[^#]*).*/$1/r;\n}\n\n=item _countUnbalancedRoundBrackets( $line )\n\n Count number of unbalanced round brackets in the given line\n\n Param string $line Line to process\n Return int Number of unbalanced round brackets\n\n=cut\n\nsub _countUnbalancedRoundBrackets\n{\n    my ( $self, $line ) = @_;\n\n    defined $line or croak( 'Missing or undefined $line parameter' );\n\n    ( $line =~ tr/(// )-( $line =~ tr/)// );\n}\n\n=item _removeManualStanzaFrom( $string )\n\n Remove any Upstart 'manual' stanza from the given $string\n\n Param string $string String to process\n Return string String without Upstart 'manual' stanza\n\n=cut\n\nsub _removeManualStanzaFrom\n{\n    my ( $self, $line ) = @_;\n\n    defined $line or croak( 'Missing or undefined $line parameter' );\n\n    $line =~ s/$MANUAL//gr;\n}\n\n=item _commentStartOnStanza( $text )\n\n Comment any Upstart 'start on' stanza in the given text\n\n Param string $text Text to process\n Return string Text with commented Upstart 'start on' stanza if any\n\n=cut\n\nsub _commentStartOnStanza\n{\n    my ( $self, $text ) = @_;\n\n    defined $text or croak( 'Missing or undefined $text parameter' );\n\n    my $roundBrackets = 0;\n\n    join '', map {\n        if ( $roundBrackets > 0 || /$START_ON/ ) {\n            # If there are more opening round brackets than closing\n            # round brackets, we need to comment out a multiline\n            # 'start on' stanza\n            $roundBrackets += $self->_countUnbalancedRoundBrackets(\n                $self->_removeTrailingComments( $_ )\n            );\n            '#' . $_;\n        } else {\n            $_;\n        }\n    } split /^/, $text;\n}\n\n=item _uncommentStartOnStanzaIn( $text )\n\n Uncomment any Upstart 'start on' stanza in the given text\n\n Param string Text to process\n Return string Text with uncommented Upstart 'start on' stanza if any\n\n=cut\n\nsub _uncommentStartOnStanzaIn\n{\n    my ( $self, $text ) = @_;\n\n    defined $text or croak( 'Missing or undefined $text parameter' );\n\n    my $roundBrackets = 0;\n    join '', map {\n        if ( $roundBrackets > 0 || /$COMMENTED_START_ON/ ) {\n            # If there are more opening round brackets than closing\n            # round brackets, we need to comment out a multiline\n            # 'start on' stanza\n            $roundBrackets += $self->_countUnbalancedRoundBrackets(\n                $self->_removeTrailingCommentsFromCommentedLine( $_ )\n            );\n            $self->_uncomment( $_ );\n        } else {\n            $_;\n        }\n    } split /^/, $text;\n}\n\n=item _extractStartOnStanzaFrom( $string )\n\n Extract the Upstart 'start on' stanza from the given string if any\n\n Param string $string String to process\n Return string Text without any Upstart 'start in stanza'\n\n=cut\n\nsub _extractStartOnStanzaFrom\n{\n    my ( $self, $string ) = @_;\n\n    defined $string or croak( 'Missing or undefined $string parameter' );\n\n    my $roundBrackets = 0;\n    join '', map {\n        if ( $roundBrackets > 0 || /$START_ON/ ) {\n            $roundBrackets += $self->_countUnbalancedRoundBrackets(\n                $self->_removeTrailingComments( $_ )\n            );\n            $_;\n        }\n    } split /^/, $string;\n}\n\n=item _addDefaultStartOnStanzaTo( $string )\n\n Add default Upstart 'start on' stanza to the given string\n\n Param string $string String into which default 'start on' stanza must be added\n Return string Text with Upstart default 'start on' stanza\n\n=cut\n\nsub _addDefaultStartOnStanzaTo\n{\n    my ( $self, $string ) = @_;\n\n    defined $string or croak( 'Missing or undefined $string parameter' );\n\n    $string . \"\\nstart on runlevel [2345]\\n\";\n}\n\n=item _ensureDisabledWithManualStanza( $string )\n\n Ensure that the given string contains the Upstart 'manual' stanza\n\n Param string $string String to process\n Return string String with Upstart 'manual' stanza\n\n=cut\n\nsub _ensureDisabledWithManualStanza\n{\n    my ( $self, $string ) = @_;\n\n    defined $string or croak( 'Missing or undefined $string parameter' );\n\n    $self->_removeManualStanzaFrom( $string ) . \"manual\\n\";\n}\n\n=item _readJobFile( $job )\n\n Read the job file which belongs to the given job\n\n Param string $job Job name\n Return string Job file content on success, die on failure\n\n=cut\n\nsub _readJobFile\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    my $fileC = iMSCP::File->new(\n        filename => $self->resolveJob( $job, undef, TRUE )\n    )->get();\n    defined $fileC or croak( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ));\n    $fileC;\n}\n\n=item _readJobOverrideFile( $job )\n\n Read the job override file which belongs to the given job if any\n\n Param string job Job name\n Return string Job override file content on success, die on failure\n\n=cut\n\nsub _readJobOverrideFile\n{\n    my ( $self, $job ) = @_;\n\n    defined $job or croak( 'Missing or undefined $job parameter' );\n\n    my $filepath = eval { $self->resolveJob( $job, 'override', TRUE ); };\n    return '' unless defined $filepath;\n\n    my $fileC = iMSCP::File->new( filename => $filepath )->get();\n    defined $fileC or croak( getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ));\n    $fileC;\n}\n\n=item _writeFile( $file, $fileC )\n\n Write the given job file (job configuration file or job override file)\n\n Param string $filename File name\n Param string fileC File content\n Return boolean TRUE on success, croak on failure\n\n=cut\n\nsub _writeFile\n{\n    my ( $self, $file, $fileC ) = @_;\n\n    defined $file or croak( 'Missing or undefined $file parameter' );\n    defined $fileC or croak( 'Missing or undefined $fileC parameter' );\n\n    my $jobDir = dirname( $self->resolveJob(\n        basename( $file, '.conf', '.override' ))\n    );\n    my $filepath = File::Spec->join( $jobDir, $file );\n\n    if ( length $fileC ) {\n        $file = iMSCP::File->new( filename => $filepath );\n        $file->set( $fileC );\n        my $rs ||= $file->save();\n        $rs ||= $file->mode( 0644 );\n        $rs == 0 or croak( getMessageByType(\n            'error', { amount => 1, remove => TRUE } ) || 'Unknown error'\n        );\n    } elsif ( $filepath =~ /\\.override$/ && -f $filepath ) {\n        iMSCP::File->new(\n            filename => $filepath\n        )->delFile() == 0 or croak( getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ) || 'Unknown error' );\n    }\n\n    1;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Requirements.pm",
    "content": "# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2019 Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Requirements;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug;\nuse iMSCP::Execute 'execute';\nuse iMSCP::ProgramFinder;\nuse Module::Load::Conditional 'check_install';\nuse version;\nuse parent 'Common::Object';\n\n=head1 DESCRIPTION\n\n Requirement library\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item all( )\n\n Process check for all requirements\n\n Return undef on success, die on failure\n\n=cut\n\nsub all\n{\n    my ( $self ) = @_;\n\n    $self->user();\n    $self->_checkPrograms();\n    $self->_checkPerlModules();\n    $self->_checkPhpModules();\n    undef;\n}\n\n=item user( )\n\n Check user under which the script is running\n\n Return undef on success, die on failure\n\n=cut\n\nsub user\n{\n    die( 'This script must be run as root user.' ) if $< != 0;\n    undef;\n}\n\n=item checkVersion( $version, $minVersion [, $maxVersion ] )\n\n Checks for version\n\n Param string $version Version to match\n Param string $minVersion Min required version\n Param string $maxVersion Max required version\n Return undef on success, die on failure\n\n=cut\n\nsub checkVersion\n{\n    my ( undef, $version, $minVersion, $maxVersion ) = @_;\n\n    if ( version->parse( $version ) < version->parse( $minVersion ) ) {\n        die( sprintf(\n            \"version %s is too old. Minimum supported version is %s\\n\",\n            $version,\n            $minVersion\n        ));\n    }\n\n    if ( $maxVersion\n        && version->parse( $version ) > version->parse( $maxVersion )\n    ) {\n        die( sprintf(\n            \"version %s is not supported. Supported versions are %s to %s\\n\",\n            $version,\n            $minVersion,\n            $maxVersion\n        ));\n    }\n\n    undef;\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::Requirements\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'programs'} = {\n        php  => {\n            version_command => '/usr/bin/php -nv 2> /dev/null',\n            version_regexp  => qr/PHP\\s+([\\d.]+)/,\n            min_version     => '7.3.0',\n            max_version     => '7.3.999',\n            modules         => [\n                'apc', 'apcu', 'ctype', 'curl', 'date', 'dom', 'fileinfo',\n                'filter', 'ftp', 'gd', 'gettext', 'gmp', 'hash', 'iconv',\n                'imap', 'intl', 'json', 'libxml', 'mbstring', 'mysqlnd',\n                'mysqli', 'openssl', 'pcntl', 'pcre', 'PDO', 'pdo_mysql',\n                'Phar', 'posix', 'pspell', 'Reflection', 'session',\n                'SimpleXML', 'sockets', 'SPL', 'xml', 'xmlreader',\n                'xmlwriter', 'zip', 'zlib', 'Zend OPcache'\n            ]\n        },\n        perl => {\n            version_command => '/usr/bin/perl -V:version 2> /dev/null',\n            version_regexp  => qr/version='([\\d.]+)'/,\n            min_version     => '5.18.2',\n            max_version     => '5.999', # Arbitrary minor version is intentional. We only want reject Perl >= 6\n            module          => {\n                'Bit::Vector'            => undef,\n                'Crypt::Blowfish'        => undef,\n                'Crypt::CBC'             => undef,\n                DBI                      => undef,\n                'DBD::mysql'             => undef,\n                DateTime                 => undef,\n                'Data::Validate::Domain' => undef,\n                'Email::Valid'           => undef,\n                'File::Basename'         => undef,\n                'File::Path'             => undef,\n                'MIME::Base64'           => undef,\n                'MIME::Entity'           => undef,\n                'Net::LibIDN'            => undef,\n                'XML::Simple'            => undef\n            }\n        }\n    };\n    $self;\n}\n\n=item _checkPrograms( )\n\n Checks program requirements\n\n Return undef on success, die on failure\n\n=cut\n\nsub _checkPrograms\n{\n    my ( $self ) = @_;\n\n    for my $prog( keys %{ $self->{'programs'} } ) {\n        next unless $self->{'programs'}->{$prog}->{'version_command'};\n\n        eval {\n            $self->_programVersions(\n                $self->{'programs'}->{$prog}->{'version_command'},\n                $self->{'programs'}->{$prog}->{'version_regexp'},\n                $self->{'programs'}->{$prog}->{'min_version'},\n                $self->{'programs'}->{$prog}->{'max_version'}\n            );\n        };\n\n        die( sprintf( \"%s: %s\\n\", $prog, $@ )) if $@;\n    }\n\n    undef;\n}\n\n=item _checkPerlModules( )\n\n Checks Perl modules requirements\n\n Return undef on success, die on failure\n\n=cut\n\nsub _checkPerlModules\n{\n    my ( $self ) = @_;\n\n    my @missingModules = ();\n    while ( my ( $moduleName, $moduleVersion ) = each %{ $self->{'programs'}->{'perl'}->{'modules'} } ) {\n        push( @missingModules, $moduleName ) unless check_install( module => $moduleName, version => $moduleVersion );\n    }\n\n    return undef unless @missingModules;\n\n    @missingModules < 2 or die(\n        sprintf( \"The following Perl modules are not installed: %s\\n\", join ', ', @missingModules )\n    );\n\n    die( sprintf( \"The '%s' Perl module is not installed\\n\", pop @missingModules ));\n}\n\n=item _checkPhpModules( )\n\n Checks PHP modules requirements\n\n Return undef on success, die on failure\n\n=cut\n\nsub _checkPhpModules\n{\n    my ( $self ) = @_;\n\n    open my $fh, '-|', '/usr/bin/php', '-d', 'date.timezone=UTC', '-m' or die(\n        sprintf( \"Couldn't pipe to php command: %s\", $! )\n    );\n    chomp( my @modules = <$fh> );\n\n    my @missingModules = ();\n    for my $module ( @{ $self->{'programs'}->{'php'}->{'modules'} } ) {\n        push @missingModules, $module unless grep (lc( $_ ) eq lc( $module ), @modules);\n    }\n\n    return undef unless @missingModules;\n\n    @missingModules < 2 or die(\n        sprintf( \"The following PHP modules are not installed or not enabled: %s\\n\", join ', ', @missingModules )\n    );\n\n    die( sprintf( \"The '%s' PHP module is not installed or not enabled.\\n\", pop @missingModules ));\n}\n\n=item _programVersions( $versionCommand, $versionRegexp, $minVersion [, $maxVersion ] )\n\n Check program version\n\n Param string $versionCommand Command to execute to find program version\n Param regexp $versionRegexp Regexp to find version in command version output string\n Param $minVersion Min required version\n Param $maxVersion Max required version\n Return undef on success, die on failure\n\n=cut\n\nsub _programVersions\n{\n    my ( $self, $versionCommand, $versionRegexp, $minversion, $maxVersion ) = @_;\n\n    execute( $versionCommand, \\my $stdout );\n\n    die( \"Couldn't find version. No output\\n\" ) unless $stdout;\n\n    if ( $versionRegexp ) {\n        if ( $stdout !~ /$versionRegexp/m ) {\n            die( sprintf( \"Couldn't find version. Output was: %s\\n\", $stdout ));\n        }\n\n        $stdout = $1;\n    }\n\n    $self->checkVersion( $stdout, $minversion, $maxVersion );\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Rights.pm",
    "content": "=head1 NAME\n\n iMSCP::Rights - Package providing function for setting file ownership and permissions.\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Rights;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug;\nuse File::Find;\nuse autouse Lchown => qw/ lchown /;\nuse parent 'Exporter';\n\nour @EXPORT = qw/ setRights /;\n\n=head1 DESCRIPTION\n\n Package providing function for setting file ownership and permissions.\n\n=head1 PUBLIC FUNCTIONS\n\n=over 4\n\n=item setRights( $target, \\%options )\n\n Depending on the given options, set owner, group and permissions on the given target\n\n Param string $target Target file or directory\n Param hash \\%options:\n  mode      : Set mode on the given directory/file\n  dirmode   : Set mode on directories\n  filemode  : Set mode on files\n  user      : Set owner on the given file\n  group     : Set group for the given file\n  recursive : Whether or not operations must be processed recursively\n\n Return int 0 on success, 1 on failure\n\n=cut\n\nsub setRights\n{\n    my ( $target, $options ) = @_;\n\n    local $@;\n    eval {\n        defined $target or die( '$target parameter is not defined' );\n        ref $options eq 'HASH' && %{ $options } or die(\n            '$options parameter is not defined'\n        );\n\n        if ( defined $options->{'mode'}\n            && ( defined $options->{'dirmode'} || defined $options->{'filemode'} )\n        ) {\n            die( \"The 'mode' option is not allowed when using dirmode/filemode options\" );\n        }\n\n        my $uid = $options->{'user'} ? getpwnam( $options->{'user'} ) : -1;\n        my $gid = $options->{'group'} ? getgrnam( $options->{'group'} ) : -1;\n        defined $uid or die( sprintf(\n            'user option refers to nonexistent user: %s', $options->{'user'}\n        ));\n        defined $gid or die( sprintf(\n            'group option refers to nonexistent group: %s', $options->{'group'}\n        ));\n\n        my $mode = defined $options->{'mode'}\n            ? oct( $options->{'mode'} )\n            : undef;\n\n        my $dirmode = defined $options->{'dirmode'}\n            ? oct( $options->{'dirmode'} )\n            : undef;\n\n        my $filemode = defined $options->{'filemode'}\n            ? oct( $options->{'filemode'} )\n            : undef;\n\n        if ( $options->{'recursive'} ) {\n            local $SIG{'__WARN__'} = sub { die @_ };\n            find(\n                {\n                    wanted   => sub {\n                        if ( $options->{'user'} || $options->{'group'} ) {\n                            lchown $uid, $gid, $_ or die( sprintf(\n                                \"Couldn't set user/group on %s: %s\", $_, $!\n                            ));\n                        }\n\n                        return if -l; # We do not call chmod on symlink targets\n\n                        if ( $mode ) {\n                            chmod $mode, $_ or die( sprintf(\n                                \"Couldn't set mode on %s: %s\", $_, $!\n                            ));\n                        } elsif ( $dirmode && -d _ ) {\n                            chmod $dirmode, $_ or die( sprintf(\n                                \"Couldn't set mode on %s: %s\", $_, $!\n                            ));\n                        } elsif ( $filemode ) {\n                            chmod $filemode, $_ or die( sprintf(\n                                \"Couldn't set mode on %s: %s\", $_, $!\n                            ));\n                        }\n                    },\n                    no_chdir => 1\n                },\n                $target\n            );\n\n            return 0;\n        }\n\n        if ( $options->{'user'} || $options->{'group'} ) {\n            lchown $uid, $gid, $target or die( sprintf(\n                \"Couldn't set user/group on %s: %s\", $target, $!\n            ));\n        }\n\n        unless ( -l $target ) { # We do not call chmod on symlink targets\n            if ( $mode ) {\n                chmod $mode, $target or die( sprintf(\n                    \"Couldn't set mode on %s: %s\", $_, $!\n                ));\n            } elsif ( $dirmode && -d _ ) {\n                chmod $dirmode, $target or die( sprintf(\n                    \"Couldn't set mode on %s: %s\", $_, $!\n                ));\n            } elsif ( $filemode ) {\n                chmod $filemode, $target or die( sprintf(\n                    \"Couldn't set mode on %s: %s\", $_, $!\n                ));\n            }\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Servers.pm",
    "content": "=head1 NAME\n\n iMSCP::Servers - Library for loading and retrieval of i-MSCP servers\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Servers;\n\nuse strict;\nuse warnings;\nuse File::Basename 'dirname';\nuse iMSCP::Cwd '$CWD';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n Library for loading and retrieval of i-MSCP servers.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item getList( )\n\n Get list of servers sorted in descending order of priority\n \n By default, servers are sorted in descending order of priority. This order can\n be reversed by setting the $reverseOrder flag to TRUE.\n\n Param bool $reverseOrder Flag indicating whether or not list of servers must\n                          be returned in reverse order\n Return List of servers\n\n=cut\n\nsub getList\n{\n    my ( $self, $reverseOrder ) = @_;\n\n    $reverseOrder\n        ? reverse @{ $self->{'__servers__'} }\n        : @{ $self->{'__servers__'} };\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::Servers\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    local $CWD = dirname( __FILE__ ) . '/../Servers/';\n    s/(.*)\\.pm$/Servers::$1/ for @{ $self->{'__servers__'} } = grep (\n        !/^noserver\\.pm$/, <*.pm>\n    );\n\n    eval \"require $_; 1\" or die( sprintf(\n        \"Couldn't load %s server class: %s\", $_, $@\n    )) for @{ $self->{'__servers__'} };\n\n    @{ $self->{'__servers__'} } = sort {\n        $b->getPriority() <=> $a->getPriority()\n    } @{ $self->{'__servers__'} };\n\n    $self;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Service.pm",
    "content": "=head1 NAME\n\n iMSCP::Service - High-level interface for init providers\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Service;\n\nuse strict;\nuse warnings;\nuse Carp 'croak';\nuse File::Basename qw/ basename fileparse /;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug getMessageByType /;\nuse iMSCP::Dir;\nuse iMSCP::Execute 'execute';\nuse iMSCP::LsbRelease;\nuse iMSCP::ProgramFinder;\nuse Module::Load::Conditional 'can_load';\nuse parent qw/ Common::SingletonClass iMSCP::Provider::Service::Interface /;\n\n$Module::Load::Conditional::FIND_VERSION = FALSE;\n$Module::Load::Conditional::VERBOSE = FALSE;\n$Module::Load::Conditional::FORCE_SAFE_INC = TRUE;\n\n=head1 DESCRIPTION\n\n High-level interface for init providers.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item isEnabled( $service )\n\n See iMSCP::Provider::Service::Interface::isEnabled()\n\n=cut\n\nsub isEnabled\n{\n    my ( $self, $service ) = @_;\n\n    $self->{'provider'}->isEnabled( $service );\n}\n\n=item enable( $service )\n\n See iMSCP::Provider::Service::Interface::enable()\n\n=cut\n\nsub enable\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    eval { $self->{'provider'}->enable( $service ); };\n    !$@ or croak( sprintf(\n        \"Couldn't enable the %s service: %s\", $service, $@\n    ));\n}\n\n=item disable( $service )\n\n See iMSCP::Provider::Service::Interface::disable()\n\n=cut\n\nsub disable\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    eval { $self->{'provider'}->disable( $service ); };\n    !$@ or croak( sprintf(\n        \"Couldn't disable the %s service: %s\", $service, $@\n    ));\n}\n\n=item remove( $service )\n\n See iMSCP::Provider::Service::Interface::remove()\n \n Because we want to remove service files, independently of the current\n init system, this method reimplement some parts of the systemd and\n Upstart init providers. Calling the remove() method on these providers\n when they are not the current init system would lead to a failure.\n\n=cut\n\nsub remove\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    eval {\n        $self->{'provider'}->remove( $service );\n\n        unless ( $self->{'init'} eq 'Systemd' ) {\n            my $provider = $self->getProvider( 'Systemd' );\n\n            # Remove drop-in files if any\n            for my $dir (\n                '/etc/systemd/system/',\n                '/usr/local/lib/systemd/system/'\n            ) {\n                my $dropInDir = $dir;\n                ( undef, undef, my $suffix ) = fileparse(\n                    $service, qw/\n                    .automount .device .mount .path .scope .service .slice\n                    .socket .swap .timer\n                / );\n                $dropInDir .= $service . ( $suffix ? '' : '.service' ) . '.d';\n                next unless -d $dropInDir;\n                debug( sprintf(\n                    \"Removing the %s systemd drop-in directory\", $dropInDir\n                ));\n                iMSCP::Dir->new( dirname => $dropInDir )->remove();\n            }\n\n            # Remove systemd unit files if any\n            while ( my $unitFilePath = eval {\n                $provider->resolveUnit( $service, TRUE, TRUE );\n            } ) {\n                # We do not want remove units that are shipped by distribution packages\n                last unless index( $unitFilePath, '/etc/systemd/system/' ) == 0\n                    || index( $unitFilePath, '/usr/local/lib/systemd/system/' ) == 0;\n                debug( sprintf( 'Removing the %s unit', $unitFilePath ));\n                iMSCP::File->new( filename => $unitFilePath )->delFile();\n            }\n        }\n\n        unless ( $self->{'init'} eq 'Upstart' ) {\n            my $provider = $self->getProvider( 'Upstart' );\n            for my $type ( qw/ conf override / ) {\n                if ( my $jobFilePath = eval {\n                    $provider->resolveJob( $service, $type, TRUE );\n                } ) {\n                    debug( sprintf(\n                        \"Removing the %s upstart file\", $jobFilePath\n                    ));\n                    iMSCP::File->new( filename => $jobFilePath )->delFile();\n                }\n            }\n        }\n    };\n    !$@ or croak( sprintf(\n        \"Couldn't remove the %s service: %s\",\n        basename( $service, '.service' ),\n        $@\n    ));\n}\n\n=item start( $service )\n\n See iMSCP::Provider::Service::Interface::start()\n\n=cut\n\nsub start\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    eval { $self->{'provider'}->start( $service ); };\n    !$@ or croak( sprintf(\n        \"Couldn't start the %s service: %s\", $service, $@\n    ));\n}\n\n=item stop( $service )\n\n See iMSCP::Provider::Service::Interface::stop()\n\n=cut\n\nsub stop\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    eval { $self->{'provider'}->stop( $service ); };\n    !$@ or croak( sprintf(\n        \"Couldn't stop the %s service: %s\", $service, $@\n    ));\n}\n\n=item restart( $service )\n\n See iMSCP::Provider::Service::Interface::restart()\n\n=cut\n\nsub restart\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    eval { $self->{'provider'}->restart( $service ); };\n    !$@ or croak( sprintf(\n        \"Couldn't restart the %s service: %s\", $service, $@\n    ));\n}\n\n=item reload( $service )\n\n See iMSCP::Provider::Service::Interface::reload()\n\n=cut\n\nsub reload\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    eval { $self->{'provider'}->reload( $service ); };\n    !$@ or croak( sprintf(\n        \"Couldn't reload the %s service: %s\", $service, $@\n    ));\n}\n\n=item isRunning( $service )\n\n See iMSCP::Provider::Service::Interface::isRunning()\n\n=cut\n\nsub isRunning\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    $self->{'provider'}->isRunning( $service );\n}\n\n=item hasService( $service )\n\n See iMSCP::Provider::Service::Interface::hasService()\n\n=cut\n\nsub hasService\n{\n    my ( $self, $service ) = @_;\n\n    defined $service or croak( 'Missing or undefined $service parameter' );\n\n    $self->{'provider'}->hasService( $service );\n}\n\n=item getInitSystem()\n\n Get init system in use, that is, the program running with PID 1\n\n Return string Init system name\n\n=cut\n\nsub getInitSystem( )\n{\n    $_[0]->{'init'};\n}\n\n=item isSysVinit( )\n\n Is SysVinit used as init system, that is, the program running with PID 1?\n\n Return boolean TRUE if SysVinit is the current init system, FALSE otherwise\n\n=cut\n\nsub isSysVinit\n{\n    $_[0]->{'init'} eq 'SysVinit';\n}\n\n=item isUpstart( )\n\n Is upstart used as init system, that is, the program running with PID 1?\n\n Return boolean TRUE if Upstart is the current init system, FALSE otherwise\n\n=cut\n\nsub isUpstart\n{\n    $_[0]->{'init'} eq 'Upstart';\n}\n\n=item isSystemd( )\n\n Is systemd used as init system, that is, the program running with PID 1?\n\n Return boolean TRUE if systemd is the current init system, FALSE otherwise\n\n=cut\n\nsub isSystemd\n{\n    $_[0]->{'init'} eq 'Systemd';\n}\n\n=item getProvider( [ $providerName = $self->{'init'} ] )\n\n Get service provider instance\n\n Param string $providerName OPTIONAL Provider name (Systemd|SysVinit|Upstart)\n Return iMSCP::Provider::Service::Interface, croak on failure\n\n=cut\n\nsub getProvider\n{\n    my ( $self, $providerName ) = @_;\n\n    $providerName //= $self->{'init'};\n\n    my $id = iMSCP::LsbRelease->getInstance->getId( TRUE );\n    $id = 'Debian' if grep ( lc $id eq $_, 'devuan', 'ubuntu' );\n    my $provider = \"iMSCP::Provider::Service::${id}::${providerName}\";\n\n    unless ( can_load( modules => { $provider => undef } ) ) {\n        # Fallback to the base provider\n        $provider = \"iMSCP::Provider::Service::${providerName}\";\n        can_load( modules => { $provider => undef } ) or croak( sprintf(\n            \"Couldn't load the '%s' service provider: %s\",\n            $provider,\n            $Module::Load::Conditional::ERROR\n        ));\n    }\n\n    $provider->getInstance();\n}\n\n=back\n\n=head1 PRIVATE METHODS\n\n=over 4\n\n=item _init( )\n\n Initialize instance\n\n Return iMSCP::Service, croak on failure\n\n=cut\n\nsub _init\n{\n    my ( $self ) = @_;\n\n    $self->{'init'} = _detectInit();\n    $self->{'provider'} = $self->getProvider();\n    $self;\n}\n\n=item _detectInit( )\n\n Detect init system\n\n Detection of initialization system on various distributions is kind of a black\n art as there are too many factors implied. Here, we assume one of the Systemd,\n Upstart or SysVinit initialization system. We don't provide init provider for\n other initialization systems yet (eg, OpenRC, Nosh...). The current detection\n heuristic is left as simple as it can and as such, is far from perfect. While\n it works pretty well for Debian based distributions, it could fail on other\n distributions.\n\n Return string init system in use\n\n=cut\n\nsub _detectInit\n{\n    return 'Systemd' if -d '/run/systemd/system';\n    return 'Upstart' if iMSCP::ProgramFinder::find( 'initctl' )\n        && execute( 'initctl version 2>/dev/null | grep -q upstart' ) == 0;\n    'SysVinit';\n}\n\n=item _getLastError( )\n\n Get last error\n\n Return string\n\n=cut\n\nsub _getLastError\n{\n    getMessageByType(\n        'error', { amount => 1, remove => TRUE }\n    ) || 'Unknown error';\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Stepper.pm",
    "content": "=head1 NAME\n\n iMSCP::Stepper - i-MSCP stepper\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Stepper;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug qw/ error getLastError /;\nuse iMSCP::Dialog;\nuse iMSCP::Getopt;\nuse Scalar::Defer 'lazy';\nuse parent 'Exporter';\n\nour @EXPORT = qw/ startDetail endDetail step /;\n\nmy @all = ();\nmy $last = '';\nmy $step = lazy { iMSCP::Getopt->noprompt ? \\&_callback : \\&_step; };\n\n=head1 DESCRIPTION\n\n i-MSCP stepper\n\n=head1 PUBLIC FUNCTIONS\n\n=over 4\n\n=item startDetail( )\n\n Start new steps group details\n\n Return int 0\n\n=cut\n\nsub startDetail\n{\n    return 0 if iMSCP::Getopt->noprompt;\n    iMSCP::Dialog->getInstance()->endGauge();\n    push @all, $last;\n    0;\n}\n\n=item endDetail( )\n\n End step group details\n\n Return int 0\n\n=cut\n\nsub endDetail\n{\n    return 0 if iMSCP::Getopt->noprompt;\n    $last = pop @all;\n    0;\n}\n\n=item step( $callback, $text, $nSteps, $nStep )\n\n Process a step\n\n Param callback|undef $callback Callback\n Param string $text Step description\n Param int $nSteps Total number of steps (for a group of steps)\n Param int $nStep Current step number\n Return 0 on success, other on failure\n\n=cut\n\nsub step\n{\n    $step->( @_ );\n}\n\n=back\n\n=head1 PRIVATE FUNCTIONS\n\n=over 4\n\n=item _callback( )\n\n Execute the given callback\n\n Param callback $callback Callback to execute\n Return int 0 on success, other on failure\n\n=cut\n\nsub _callback\n{\n    my ( $callback ) = @_;\n\n    return 0 unless defined $callback;\n\n    local $@;\n    my $rs = eval { $callback->(); };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\n=item _step\n \n See step( )\n \n=cut\n\nsub _step\n{\n    my ( $callback, $text, $nSteps, $nStep ) = @_;\n\n    $last = sprintf( \"\\\\ZbStep %s of %s\\\\Zn\\n\\n%s\", $nStep, $nSteps, $text );\n    my $msg = @all ? join( \"\\n\", @all ) . \"\\n\\n\" . $last : $last;\n\n    use integer;\n    my $percent = $nStep * 100 / $nSteps;\n\n    my $dialog = iMSCP::Dialog->getInstance();\n    $dialog->setGauge( $percent, $msg );\n\n    return 0 unless defined $callback;\n    my $rs = _callback( $callback );\n    #return $rs unless defined $callback;\n    return $rs unless $rs && $rs != 50;\n\n    # Make error message free of any ANSI escape sequences and end of line codes\n    ( my $errorMessage = getLastError() ) =~ s/\\x1b\\[[0-9;]*[mGKH]//g;\n    $errorMessage = 'An unexpected error occurred...' unless $errorMessage;\n    $errorMessage =~ s/\\n+$//;\n\n    $dialog->endGauge();\n    $dialog->error( <<\"EOF\" );\n\nAn unexpected error occurred during the following step:\n\n$text\n\nError was:\n\n\\\\Z1$errorMessage\\\\Zn\n\nPlease have a look at http://i-mscp.net/forum if you need help.\nEOF\n\n    $rs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Syscall.pm",
    "content": "=head1 NAME\n\n iMSCP::Syscall - Load required Perl header files to perform syscalls\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::Syscall;\n\nuse strict;\nuse warnings;\nno warnings 'portable';\nuse iMSCP::Debug;\n\n{\n    my $unload = sub\n    {\n        delete @INC{qw<\n            asm/unistd.ph asm/unistd_32.ph asm/unistd_64.ph bits/syscall.ph\n            syscall.ph sys/syscall.ph _h2ph_pre.ph\n        >};\n    };\n\n    # We need to force loading in case the header files have been already\n    # loaded from elsewhere\n    $unload->();\n    local $@;\n    eval {\n        require 'syscall.ph';\n        1\n    } || eval {\n        require 'sys/syscall.ph';\n        1\n    };\n    fatal( sprintf(\n        \"Couldn't load required Perl header files to perform syscalls: %s\", $@\n    )) if $@;\n    # We need to force unload to not disturb other modules\n    $unload->();\n}\n\n=head1 DESCRIPTION\n\n Load required Perl header files to perform syscalls.\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/SystemGroup.pm",
    "content": "=head1 NAME\n\n iMSCP::SystemGroup - i-MSCP library for management of UNIX groups\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::SystemGroup;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Execute 'execute';\nuse parent 'Common::SingletonClass';\n\n=head1 DESCRIPTION\n\n iMSCP::SystemGroup - i-MSCP library for management of UNIX groups.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item addSystemGroup( $groupname [, systemgroup = FALSE ] )\n\n Add group\n\n Param string $groupname Group name\n Param bool systemgroup Flag indication whether or not $groupname must be created as a system group\n Return int 0 on success, other on failure\n\n=cut\n\nsub addSystemGroup\n{\n    my ( undef, $groupname, $systemgroup ) = @_;\n\n    unless ( defined $groupname ) {\n        error( 'Missing $groupname parameter' );\n        return 1;\n    }\n\n    if ( $groupname eq $::imscpConfig{'ROOT_GROUP'} ) {\n        error( sprintf(\n            '%s group is prohibited', $::imscpConfig{'ROOT_GROUP'}\n        ));\n        return 1;\n    }\n\n    my $rs = execute(\n        [\n            '/usr/sbin/groupadd',\n            '-f', ( $systemgroup ? '-r' : () ), $groupname\n        ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    $rs;\n}\n\n=item delSystemGroup( $groupname )\n\n Delete group\n\n Param string $groupname Group name\n Return int 0 on success, other on failure\n\n=cut\n\nsub delSystemGroup\n{\n    my ( undef, $groupname ) = @_;\n\n    unless ( defined $groupname ) {\n        error( '$groupname parameter is not defined' );\n        return 1;\n    }\n\n    if ( $groupname eq $::imscpConfig{'ROOT_GROUP'} ) {\n        error( sprintf(\n            '%s group deletion is prohibited', $::imscpConfig{'ROOT_GROUP'}\n        ));\n        return 1;\n    }\n\n    my $rs = execute(\n        [ '/usr/sbin/groupdel', $groupname ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    unless ( grep ($_ == $rs, 0, 6) ) {\n        error( $stderr || 'Unknown error' );\n        return $rs;\n    }\n\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/SystemUser.pm",
    "content": "=head1 NAME\n\n iMSCP::SystemUser - i-MSCP library for management of UNIX users\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::SystemUser;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug qw/ debug error /;\nuse iMSCP::Execute 'execute';\nuse iMSCP::Ext2Attributes qw/ clearImmutable isImmutable setImmutable /;\nuse parent 'Common::Object';\n\n=head1 DESCRIPTION\n\n i-MSCP library for management of UNIX users.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item addSystemUser( [ $username = $self->{'username'} [, $newGroupname = undef ] ] )\n\n Add UNIX user\n\n Param string $username Username\n Param string $username $newGroupname New group name of the user's initial login group (user update only)\n Return int 0 on success, other on failure\n\n=cut\n\nsub addSystemUser\n{\n    my ( $self, $username, $newGroupname ) = @_;\n\n    $username //= $self->{'username'};\n    my $oldUsername = $self->{'username'} // $username;\n\n    unless ( defined $username ) {\n        error( 'Missing $username parameter' );\n        return 1;\n    }\n\n    if ( $username eq $::imscpConfig{'ROOT_USER'} ) {\n        error( sprintf(\n            '%s user is prohibited', $::imscpConfig{'ROOT_USER'}\n        ));\n        return 1;\n    }\n\n    $self->{'username'} = $username;\n\n    my $home = $self->{'home'} // \"$::imscpConfig{'USER_WEB_DIR'}/$username\";\n    my $isImmutableHome = -d $home && isImmutable( $home );\n\n    clearImmutable( $home ) if $isImmutableHome;\n\n    my @userProps = getpwnam( $oldUsername );\n    my @commands;\n\n    unless ( @userProps ) {\n        push @commands,\n            [\n                [\n                    '/usr/sbin/useradd',\n                    ( defined $self->{'password'}\n                        ? ( '-p', $self->{'password'} ) : ()\n                    ),\n                    '-c', $self->{'comment'} // 'i-MSCP user',\n                    '-d', $home,\n                    ( $self->{'skipCreateHome'} ? () : '-m' ),\n                    ( $self->{'system'} || $self->{'skipCreateHome'}\n                        ? () : ( '-k', $self->{'skeletonPath'} // '/etc/skel' )\n                    ),\n                    ( $self->{'skipGroup'} || defined $self->{'group'}\n                        ? () : '-U'\n                    ),\n                    ( !$self->{'skipGroup'} && defined $self->{'group'}\n                        ? ( '-g', $self->{'group'} ) : ()\n                    ),\n                    ( $self->{'system'} ? '-r' : () ),\n                    '-s', ( $self->{'shell'} // '/bin/false' ),\n                    $username\n                ],\n                [ 0, 12 ]\n            ];\n    } else {\n        if ( $userProps[2] == 0 ) {\n            error( sprintf(\n                '%s user modification is prohibited',\n                $::imscpConfig{'ROOT_USER'}\n            ));\n            return 1;\n        }\n\n        # If we attempt to modify user' login or home, we must ensure\n        # that there is no process running for the user\n        if ( $username ne $oldUsername || $home ne $userProps[7] ) {\n            push @commands, [\n                [ '/usr/bin/pkill', '-KILL', '-u', $userProps[2] ], [ 0, 1 ]\n            ];\n            $isImmutableHome = -d $userProps[7]\n                && isImmutable( $userProps[7] );\n            clearImmutable( $userProps[7] ) if $isImmutableHome;\n        }\n\n        my $usermodCmd = [\n            '/usr/sbin/usermod',\n            ( defined $self->{'password'}\n                ? ( '-p', $self->{'password'} ) : ()\n            ),\n            ( defined $self->{'comment'} && $self->{'comment'} ne $userProps[6]\n                ? ( '-c', $self->{'comment'} // 'iMSCP user' ) : () ),\n            ( defined $self->{'group'}\n                && ( ( $self->{'group'} =~ /^(\\d+)$/ && $1 != $userProps[3] )\n                || getgrnam( $self->{'group'} ) ne $userProps[3] )\n                ? ( '-g', $self->{'group'} ) : () ),\n            ( defined $self->{'home'} && $self->{'home'} ne $userProps[7]\n                ? ( '-d', $self->{'home'} //\n                \"$::imscpConfig{'USER_WEB_DIR'}/$self->{'username'}\", '-m' ) : ()\n            ),\n            ( defined $self->{'shell'} && $self->{'shell'} ne $userProps[8]\n                ? ( '-s', $self->{'shell'} ) : ()\n            ),\n            ( $username ne $oldUsername ? ( '-l', $username ) : () ),\n            $oldUsername,\n        ];\n\n        push @commands, [ $usermodCmd, [ 0 ] ] if @{ $usermodCmd } > 2;\n    }\n\n    for ( @commands ) {\n        my $rs = execute( $_->[0], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if $stdout;\n        unless ( grep ($_ == $rs, @{ $_->[1] }) ) {\n            error( $stderr || 'Unknown error' );\n            return $rs;\n        }\n    }\n\n    if ( @userProps && $oldUsername ne $username && defined $newGroupname ) {\n        my $rs = execute(\n            [\n                '/usr/sbin/groupmod',\n                '-n', $newGroupname,\n                scalar getgrgid( $userProps[3] )\n            ],\n            \\my $stdout,\n            \\my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs;\n        return $rs if $rs && $rs;\n    }\n\n    setImmutable( $home ) if $isImmutableHome;\n    0;\n}\n\n=item delSystemUser( [ $username = $self->{'username'} ] )\n\n Delete UNIX user\n\n Param string $username Username\n Return int 0 on success, other on failure\n\n=cut\n\nsub delSystemUser\n{\n    my ( $self, $username ) = @_;\n    $username //= $self->{'username'};\n\n    unless ( defined $username ) {\n        error( '$username parameter is not defined' );\n        return 1;\n    }\n\n    if ( $username eq $::imscpConfig{'ROOT_USER'} ) {\n        error( sprintf(\n            '%s user deletion is prohibited', $::imscpConfig{'ROOT_USER'}\n        ));\n        return 1;\n    }\n\n    $self->{'username'} = $username;\n\n    return 0 unless my @userProps = getpwnam( $username );\n\n    clearImmutable(\n        $userProps[7]\n    ) if -d $userProps[7] && isImmutable( $userProps[7] );\n\n    my @commands = (\n        # Delete user' CRON(8) jobs\n        [ [ '/usr/bin/crontab', '-r', '-u', $username ], [ 0, 1 ] ],\n        # Delete any user' AT(1) jobs\n        [\n            [\n                '/usr/bin/find',\n                '/var/spool/cron/atjobs',\n                '-type',\n                'f',\n                '-user',\n                $username,\n                '-delete'\n            ],\n            [ 0 ]\n        ],\n        # Remove user' LPQ(1) jobs\n        ( -x '/usr/bin/lprm' ? [ [ '/usr/bin/lprm', $username ], [ 0 ] ] : () ),\n        # Kill user' processes\n        [ [ '/usr/bin/pkill', '-KILL', '-u', $username ], [ 0, 1 ] ],\n        # Remove user\n        [\n            [\n                '/usr/sbin/userdel',\n                ( $self->{'keepHome'} ? '' : '-r' ),\n                ( $self->{'force'} && !$self->{'keepHome'} ? '-f' : '' ),\n                $username\n            ],\n            [ 0, 6, 12 ]\n        ]\n    );\n\n    for ( @commands ) {\n        my $rs = execute( $_->[0], \\my $stdout, \\my $stderr );\n        debug( $stdout ) if $stdout;\n        unless ( grep ($_ == $rs, @{ $_->[1] }) ) {\n            error( $stderr || 'Unknown error' );\n            return $rs;\n        }\n    }\n\n    0;\n}\n\n=item addToGroup( [ $groupname = $self->{'groupname'} [, $username = $self->{'username'} ] ] )\n\n Add given UNIX user to the given UNIX group\n\n Param string $groupname Group name\n Param string $username Username\n Return int 0 on success, other on failure\n\n=cut\n\nsub addToGroup\n{\n    my ( $self, $groupname, $username ) = @_;\n\n    $groupname //= $self->{'groupname'};\n    $username //= $self->{'username'};\n\n    unless ( defined $groupname ) {\n        error( 'Missing $groupname parameter' );\n        return 1;\n    }\n    unless ( defined $username ) {\n        error( 'Missing $username parameter' );\n        return 1;\n    }\n\n    $self->{'groupname'} = $groupname;\n    $self->{'username'} = $username;\n\n    unless ( getgrnam( $groupname ) && getpwnam( $username ) ) {\n        error( 'Invalid group or username' );\n        return 1;\n    }\n\n    my $rs = execute(\n        [ '/usr/bin/gpasswd', '-a', $username, $groupname ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs && $rs != 3;\n    return $rs if $rs && $rs != 3;\n    0;\n}\n\n=item removeFromGroup( [ $groupname = $self->{'groupname'} [, $username = $self->{'username'} ] ] )\n\n Remove given UNIX user from the given UNIX group\n\n Param string $groupname Group name\n Param string $username Username\n Return int 0 on success, other on failure\n\n=cut\n\nsub removeFromGroup\n{\n    my ( $self, $groupname, $username ) = @_;\n    $groupname //= $self->{'groupname'};\n    $username //= $self->{'username'};\n\n    unless ( defined $groupname ) {\n        error( 'Missing $groupname parameter' );\n        return 1;\n    }\n    unless ( defined $username ) {\n        error( 'Missing $username parameter' );\n        return 1;\n    }\n\n    $self->{'groupname'} = $groupname;\n    $self->{'username'} = $username;\n\n    return 0 unless getpwnam( $username ) && getgrnam( $groupname );\n\n    my $rs = execute(\n        [ '/usr/bin/gpasswd', '-d', $username, $groupname ],\n        \\my $stdout,\n        \\my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs && $rs != 3;\n    return $rs if $rs && $rs != 3;\n    0;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/TemplateParser.pm",
    "content": "=head1 NAME\n\n iMSCP::TemplateParser - i-MSCP Template parser\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\npackage iMSCP::TemplateParser;\n\nuse strict;\nuse warnings;\nuse iMSCP::Debug;\nuse parent 'Exporter';\n\nour @EXPORT = qw/ process getBloc replaceBloc /;\n\n=head1 DESCRIPTION\n\n The template parser allow to parse pseudo-variables within i-MSCP template files. It can parse simple variables\n or variable tag pairs\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item process( \\%data, $template )\n\n Replace placeholders in the given template\n\n Param hash \\%data A hash of data where the keys are the pseudo-variable names and the values, the replacement values\n Param string ref $template The template content to be parsed\n Return string Parsed template content\n\n=cut\n\nsub process( $$ )\n{\n    my ($data, $template) = @_;\n\n    return $template unless ref $data eq 'HASH';\n\n    while ( my ($placeholder, $value) = each( %{$data} ) ) {\n        next unless defined $value;\n        $template =~ s/(?<!%)\\Q{$placeholder}\\E/$value/gim\n    }\n\n    $template;\n}\n\n=item getBloc( $beginTag, $endingTag, $template [, $includeTags = false ] )\n\n Get the first block matching the given begin and ending tags within the given template\n\n Param string $beginTag Bloc begin tag\n Param string $endingTag Bloc ending tag\n param string $template Template content\n Param bool $includeTags OPTIONAL Whether or not begin and ending tag should be included in result\n Return string Bloc content, including or not the begin and ending tags\n\n=cut\n\nsub getBloc( $$$;$ )\n{\n    my ($beginTag, $endingTag, $template, $includeTags) = @_;\n\n    $beginTag = \"\\Q$beginTag\\E\" unless ref $beginTag eq 'Regexp';\n    $endingTag = \"\\Q$endingTag\\E\" unless ref $endingTag eq 'Regexp';\n    ( $includeTags\n        ? $template =~ /([\\t ]*$beginTag.*?[\\t ]*$endingTag)/s\n        : $template =~ /[\\t ]*$beginTag(.*?)[\\t ]*$endingTag/s\n    ) ? $1 : '';\n}\n\n=item replaceBloc( $beginTag, $endingTag, $repl, $template [, $preserveTags = false ] )\n\n Replace all blocs matching the given begin and ending tags within the given template\n \n Note that when passing Regexp for begin or ending tags and that you want preserve tags,\n you're responsible for adding capturing parentheses.\n\n Param string|Regexp $beginTag Bloc begin tag\n Param string|Regexp $endingTag Bloc ending tag\n Param string $repl Bloc replacement string\n param string $template Template content\n Param bool $preserveTags OPTIONAL Whether or not begin and ending tags must be preverved\n Return string Template content\n\n=cut\n\nsub replaceBloc( $$$$;$ )\n{\n    my ($beginTag, $endingTag, $repl, $template, $preserveTags) = @_;\n\n    if ( $preserveTags ) {\n        $beginTag = \"(\\Q$beginTag\\E)\" unless ref $beginTag eq 'Regexp';\n        $endingTag = \"(\\Q$endingTag\\E)\" unless ref $endingTag eq 'Regexp';\n        return $template =~ s/[\\t ]*$beginTag.*?[\\t ]*$endingTag/$repl$1$2/grs;\n    }\n\n    $beginTag = \"\\Q$beginTag\\E\" unless ref $beginTag eq 'Regexp';\n    $endingTag = \"\\Q$endingTag\\E\" unless ref $endingTag eq 'Regexp';\n    $template =~ s/[\\t ]*$beginTag.*?[\\t ]*$endingTag/$repl/grs;\n}\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlLib/iMSCP/Umask.pm",
    "content": "=head1 NAME\n\n iMSCP::Umask - Allows to restrict scope of umask() calls to enclosing block\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n\npackage iMSCP::Umask;\n\nuse strict;\nuse warnings;\nuse Exporter 'import';\n\nour @EXPORT = qw/ $UMASK /;\nour $UMASK;\n\ntie $UMASK, 'iMSCP::Umask::SCALAR' or die \"Can't tie \\$UMASK\";\n\n{\n    package iMSCP::Umask::SCALAR;\n\n    sub TIESCALAR\n    {\n        bless [], $_[0];\n    }\n\n    sub FETCH\n    {\n        umask();\n    }\n\n    sub STORE\n    {\n        return unless defined $_[1];\n        umask( $_[1] );\n    }\n}\n\n1;\n__END__\n"
  },
  {
    "path": "engine/PerlVendor/Array/Utils.pm",
    "content": "package Array::Utils;\n\n=head1 NAME\n \nArray::Utils - small utils for array manipulation\n \n=head1 SYNOPSIS\n \n        use Array::Utils qw(:all);\n         \n        my @a = qw( a b c d );\n        my @b = qw( c d e f );\n \n        # symmetric difference\n        my @diff = array_diff(@a, @b);\n \n        # intersection\n        my @isect = intersect(@a, @b);\n         \n        # unique union\n        my @unique = unique(@a, @b);\n         \n        # check if arrays contain same members\n        if ( !array_diff(@a, @b) ) {\n                # do something\n        }\n         \n        # get items from array @a that are not in array @b\n        my @minus = array_minus( @a, @b );\n         \n=head1 DESCRIPTION\n \nA small pure-perl module containing list manipulation routines. The module\nemerged because I was tired to include same utility routines in numerous projects.\n \n=head1 FUNCTIONS\n \n=over 4\n \n=item C<unique>\n \nReturns an array of unique items in the arguments list.\n \n=item C<intersect>\n \nReturns an intersection of two arrays passed as arguments, keeping the order of the\nsecond parameter. A nice side effect of this function can be exploited in situations as:\n \n        @atreides = qw( Leto Paul Alia 'Leto II' );\n        @mylist = qw( Alia Leto );\n        @mylist = intersect( @mylist, @atreides );  # and @mylist is ordered as Leto,Alia\n \n=item C<array_diff>\n \nReturn symmetric difference of two arrays passed as arguments.\n \n=item C<array_minus>\n \nReturns the difference of the passed arrays A and B (only those \narray elements that exist in A and do not exist in B). \nIf an empty array is returned, A is subset of B.\n \nFunction was proposed by Laszlo Forro <salmonix@gmail.com>.\n \n=back\n \n=head1 BUGS\n \nNone known yet\n \n=head1 AUTHOR\n \nSergei A. Fedorov <zmij@cpan.org>\n \nI will be happy to have your feedback about the module.\n \n=head1 COPYRIGHT\n \nThis module is Copyright (c) 2007 Sergei A. Fedorov.\nAll rights reserved.\n \nYou may distribute under the terms of either the GNU General Public\nLicense or the Artistic License, as specified in the Perl README file.\n \n=head1 WARRANTY\n \nThis is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.\n \n=cut\n\nuse strict;\n\nrequire Exporter;\nour @ISA = qw(Exporter);\n\nour %EXPORT_TAGS = (\n    all     => [ qw(\n        &unique\n        &intersect\n        &array_diff\n        &array_minus\n    ) ],\n);\nour @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );\n\nour $VERSION = '0.5';\n\nsub unique(@) {\n    return keys %{ {map { $_ => undef } @_}};\n}\n\nsub intersect(\\@\\@) {\n    my %e = map { $_ => undef } @{$_[0]};\n    return grep { exists( $e{$_} ) } @{$_[1]};\n}\n\nsub array_diff(\\@\\@) {\n    my %e = map { $_ => undef } @{$_[1]};\n    return @{[ ( grep { (exists $e{$_}) ? ( delete $e{$_} ) : ( 1 ) } @{ $_[0] } ), keys %e ] };\n}\n\nsub array_minus(\\@\\@) {\n    my %e = map{ $_ => undef } @{$_[1]};\n    return grep( ! exists( $e{$_} ), @{$_[0]} );\n}\n\n1;\n"
  },
  {
    "path": "engine/PerlVendor/Capture/Tiny.pm",
    "content": "use 5.006;\nuse strict;\nuse warnings;\npackage Capture::Tiny;\n# ABSTRACT: Capture STDOUT and STDERR from Perl, XS or external programs\nour $VERSION = '0.44';\nuse Carp ();\nuse Exporter ();\nuse IO::Handle ();\nuse File::Spec ();\nuse File::Temp qw/tempfile tmpnam/;\nuse Scalar::Util qw/reftype blessed/;\n# Get PerlIO or fake it\nBEGIN {\n  local $@;\n  eval { require PerlIO; PerlIO->can('get_layers') }\n      or *PerlIO::get_layers = sub { return () };\n}\n\n#--------------------------------------------------------------------------#\n# create API subroutines and export them\n# [do STDOUT flag, do STDERR flag, do merge flag, do tee flag]\n#--------------------------------------------------------------------------#\n\nmy %api = (\n    capture         => [1,1,0,0],\n    capture_stdout  => [1,0,0,0],\n    capture_stderr  => [0,1,0,0],\n    capture_merged  => [1,1,1,0],\n    tee             => [1,1,0,1],\n    tee_stdout      => [1,0,0,1],\n    tee_stderr      => [0,1,0,1],\n    tee_merged      => [1,1,1,1],\n);\n\nfor my $sub ( keys %api ) {\n  my $args = join q{, }, @{$api{$sub}};\n  eval \"sub $sub(&;@) {unshift \\@_, $args; goto \\\\&_capture_tee;}\"; ## no critic\n}\n\nour @ISA = qw/Exporter/;\nour @EXPORT_OK = keys %api;\nour %EXPORT_TAGS = ( 'all' => \\@EXPORT_OK );\n\n#--------------------------------------------------------------------------#\n# constants and fixtures\n#--------------------------------------------------------------------------#\n\nmy $IS_WIN32 = $^O eq 'MSWin32';\n\n##our $DEBUG = $ENV{PERL_CAPTURE_TINY_DEBUG};\n##\n##my $DEBUGFH;\n##open $DEBUGFH, \"> DEBUG\" if $DEBUG;\n##\n##*_debug = $DEBUG ? sub(@) { print {$DEBUGFH} @_ } : sub(){0};\n\nour $TIMEOUT = 30;\n\n#--------------------------------------------------------------------------#\n# command to tee output -- the argument is a filename that must\n# be opened to signal that the process is ready to receive input.\n# This is annoying, but seems to be the best that can be done\n# as a simple, portable IPC technique\n#--------------------------------------------------------------------------#\nmy @cmd = ($^X, '-C0', '-e', <<'HERE');\nuse Fcntl;\n$SIG{HUP}=sub{exit};\nif ( my $fn=shift ) {\n    sysopen(my $fh, qq{$fn}, O_WRONLY|O_CREAT|O_EXCL) or die $!;\n    print {$fh} $$;\n    close $fh;\n}\nmy $buf; while (sysread(STDIN, $buf, 2048)) {\n    syswrite(STDOUT, $buf); syswrite(STDERR, $buf);\n}\nHERE\n\n#--------------------------------------------------------------------------#\n# filehandle manipulation\n#--------------------------------------------------------------------------#\n\nsub _relayer {\n  my ($fh, $layers) = @_;\n  # _debug(\"# requested layers (@{$layers}) for @{[fileno $fh]}\\n\");\n\n  # eliminate pseudo-layers\n  binmode( $fh, \":raw\" );\n  # strip off real layers until only :unix is left\n  while ( 1 < ( my $layers =()= PerlIO::get_layers( $fh, output => 1 ) ) ) {\n    binmode( $fh, \":pop\" );\n  }\n  # apply other layers\n  my @to_apply = @$layers;\n  shift @to_apply; # eliminate initial :unix\n  # _debug(\"# applying layers  (unix @to_apply) to @{[fileno $fh]}\\n\");\n  binmode($fh, \":\" . join(\":\",@to_apply));\n}\n\nsub _name {\n  my $glob = shift;\n  no strict 'refs'; ## no critic\n  return *{$glob}{NAME};\n}\n\nsub _open {\n  open $_[0], $_[1] or Carp::confess \"Error from open(\" . join(q{, }, @_) . \"): $!\";\n  # _debug( \"# open \" . join( \", \" , map { defined $_ ? _name($_) : 'undef' } @_ ) . \" as \" . fileno( $_[0] ) . \"\\n\" );\n}\n\nsub _close {\n  # _debug( \"# closing \" . ( defined $_[0] ? _name($_[0]) : 'undef' )  . \" on \" . fileno( $_[0] ) . \"\\n\" );\n  close $_[0] or Carp::confess \"Error from close(\" . join(q{, }, @_) . \"): $!\";\n}\n\nmy %dup; # cache this so STDIN stays fd0\nmy %proxy_count;\nsub _proxy_std {\n  my %proxies;\n  if ( ! defined fileno STDIN ) {\n    $proxy_count{stdin}++;\n    if (defined $dup{stdin}) {\n      _open \\*STDIN, \"<&=\" . fileno($dup{stdin});\n      # _debug( \"# restored proxy STDIN as \" . (defined fileno STDIN ? fileno STDIN : 'undef' ) . \"\\n\" );\n    }\n    else {\n      _open \\*STDIN, \"<\" . File::Spec->devnull;\n      # _debug( \"# proxied STDIN as \" . (defined fileno STDIN ? fileno STDIN : 'undef' ) . \"\\n\" );\n      _open $dup{stdin} = IO::Handle->new, \"<&=STDIN\";\n    }\n    $proxies{stdin} = \\*STDIN;\n    binmode(STDIN, ':utf8') if $] >= 5.008; ## no critic\n  }\n  if ( ! defined fileno STDOUT ) {\n    $proxy_count{stdout}++;\n    if (defined $dup{stdout}) {\n      _open \\*STDOUT, \">&=\" . fileno($dup{stdout});\n      # _debug( \"# restored proxy STDOUT as \" . (defined fileno STDOUT ? fileno STDOUT : 'undef' ) . \"\\n\" );\n    }\n    else {\n      _open \\*STDOUT, \">\" . File::Spec->devnull;\n      # _debug( \"# proxied STDOUT as \" . (defined fileno STDOUT ? fileno STDOUT : 'undef' ) . \"\\n\" );\n      _open $dup{stdout} = IO::Handle->new, \">&=STDOUT\";\n    }\n    $proxies{stdout} = \\*STDOUT;\n    binmode(STDOUT, ':utf8') if $] >= 5.008; ## no critic\n  }\n  if ( ! defined fileno STDERR ) {\n    $proxy_count{stderr}++;\n    if (defined $dup{stderr}) {\n      _open \\*STDERR, \">&=\" . fileno($dup{stderr});\n      # _debug( \"# restored proxy STDERR as \" . (defined fileno STDERR ? fileno STDERR : 'undef' ) . \"\\n\" );\n    }\n    else {\n      _open \\*STDERR, \">\" . File::Spec->devnull;\n      # _debug( \"# proxied STDERR as \" . (defined fileno STDERR ? fileno STDERR : 'undef' ) . \"\\n\" );\n      _open $dup{stderr} = IO::Handle->new, \">&=STDERR\";\n    }\n    $proxies{stderr} = \\*STDERR;\n    binmode(STDERR, ':utf8') if $] >= 5.008; ## no critic\n  }\n  return %proxies;\n}\n\nsub _unproxy {\n  my (%proxies) = @_;\n  # _debug( \"# unproxying: \" . join(\" \", keys %proxies) . \"\\n\" );\n  for my $p ( keys %proxies ) {\n    $proxy_count{$p}--;\n    # _debug( \"# unproxied \" . uc($p) . \" ($proxy_count{$p} left)\\n\" );\n    if ( ! $proxy_count{$p} ) {\n      _close $proxies{$p};\n      _close $dup{$p} unless $] < 5.008; # 5.6 will have already closed this as dup\n      delete $dup{$p};\n    }\n  }\n}\n\nsub _copy_std {\n  my %handles;\n  for my $h ( qw/stdout stderr stdin/ ) {\n    next if $h eq 'stdin' && ! $IS_WIN32; # WIN32 hangs on tee without STDIN copied\n    my $redir = $h eq 'stdin' ? \"<&\" : \">&\";\n    _open $handles{$h} = IO::Handle->new(), $redir . uc($h); # \">&STDOUT\" or \"<&STDIN\"\n  }\n  return \\%handles;\n}\n\n# In some cases we open all (prior to forking) and in others we only open\n# the output handles (setting up redirection)\nsub _open_std {\n  my ($handles) = @_;\n  _open \\*STDIN, \"<&\" . fileno $handles->{stdin} if defined $handles->{stdin};\n  _open \\*STDOUT, \">&\" . fileno $handles->{stdout} if defined $handles->{stdout};\n  _open \\*STDERR, \">&\" . fileno $handles->{stderr} if defined $handles->{stderr};\n}\n\n#--------------------------------------------------------------------------#\n# private subs\n#--------------------------------------------------------------------------#\n\nsub _start_tee {\n  my ($which, $stash) = @_; # $which is \"stdout\" or \"stderr\"\n  # setup pipes\n  $stash->{$_}{$which} = IO::Handle->new for qw/tee reader/;\n  pipe $stash->{reader}{$which}, $stash->{tee}{$which};\n  # _debug( \"# pipe for $which\\: \" .  _name($stash->{tee}{$which}) . \" \" . fileno( $stash->{tee}{$which} ) . \" => \" . _name($stash->{reader}{$which}) . \" \" . fileno( $stash->{reader}{$which}) . \"\\n\" );\n  select((select($stash->{tee}{$which}), $|=1)[0]); # autoflush\n  # setup desired redirection for parent and child\n  $stash->{new}{$which} = $stash->{tee}{$which};\n  $stash->{child}{$which} = {\n      stdin   => $stash->{reader}{$which},\n      stdout  => $stash->{old}{$which},\n      stderr  => $stash->{capture}{$which},\n  };\n  # flag file is used to signal the child is ready\n  $stash->{flag_files}{$which} = scalar tmpnam();\n  # execute @cmd as a separate process\n  if ( $IS_WIN32 ) {\n    my $old_eval_err=$@;\n    undef $@;\n\n    eval \"use Win32API::File qw/GetOsFHandle SetHandleInformation fileLastError HANDLE_FLAG_INHERIT INVALID_HANDLE_VALUE/ \";\n    # _debug( \"# Win32API::File loaded\\n\") unless $@;\n    my $os_fhandle = GetOsFHandle( $stash->{tee}{$which} );\n    # _debug( \"# Couldn't get OS handle: \" . fileLastError() . \"\\n\") if ! defined $os_fhandle || $os_fhandle == INVALID_HANDLE_VALUE();\n    my $result = SetHandleInformation( $os_fhandle, HANDLE_FLAG_INHERIT(), 0);\n    # _debug( $result ? \"# set no-inherit flag on $which tee\\n\" : (\"# can't disable tee handle flag inherit: \" . fileLastError() . \"\\n\"));\n    _open_std( $stash->{child}{$which} );\n    $stash->{pid}{$which} = system(1, @cmd, $stash->{flag_files}{$which});\n    # not restoring std here as it all gets redirected again shortly anyway\n    $@=$old_eval_err;\n  }\n  else { # use fork\n    _fork_exec( $which, $stash );\n  }\n}\n\nsub _fork_exec {\n  my ($which, $stash) = @_; # $which is \"stdout\" or \"stderr\"\n  my $pid = fork;\n  if ( not defined $pid ) {\n    Carp::confess \"Couldn't fork(): $!\";\n  }\n  elsif ($pid == 0) { # child\n    # _debug( \"# in child process ...\\n\" );\n    untie *STDIN; untie *STDOUT; untie *STDERR;\n    _close $stash->{tee}{$which};\n    # _debug( \"# redirecting handles in child ...\\n\" );\n    _open_std( $stash->{child}{$which} );\n    # _debug( \"# calling exec on command ...\\n\" );\n    exec @cmd, $stash->{flag_files}{$which};\n  }\n  $stash->{pid}{$which} = $pid\n}\n\nmy $have_usleep = eval \"use Time::HiRes 'usleep'; 1\";\nsub _files_exist {\n  return 1 if @_ == grep { -f } @_;\n  Time::HiRes::usleep(1000) if $have_usleep;\n  return 0;\n}\n\nsub _wait_for_tees {\n  my ($stash) = @_;\n  my $start = time;\n  my @files = values %{$stash->{flag_files}};\n  my $timeout = defined $ENV{PERL_CAPTURE_TINY_TIMEOUT}\n      ? $ENV{PERL_CAPTURE_TINY_TIMEOUT} : $TIMEOUT;\n  1 until _files_exist(@files) || ($timeout && (time - $start > $timeout));\n  Carp::confess \"Timed out waiting for subprocesses to start\" if ! _files_exist(@files);\n  unlink $_ for @files;\n}\n\nsub _kill_tees {\n  my ($stash) = @_;\n  if ( $IS_WIN32 ) {\n    # _debug( \"# closing handles\\n\");\n    close($_) for values %{ $stash->{tee} };\n    # _debug( \"# waiting for subprocesses to finish\\n\");\n    my $start = time;\n    1 until wait == -1 || (time - $start > 30);\n  }\n  else {\n    _close $_ for values %{ $stash->{tee} };\n    waitpid $_, 0 for values %{ $stash->{pid} };\n  }\n}\n\nsub _slurp {\n  my ($name, $stash) = @_;\n  my ($fh, $pos) = map { $stash->{$_}{$name} } qw/capture pos/;\n  # _debug( \"# slurping captured $name from \" . fileno($fh) . \" at pos $pos with layers: @{[PerlIO::get_layers($fh)]}\\n\");\n  seek( $fh, $pos, 0 ) or die \"Couldn't seek on capture handle for $name\\n\";\n  my $text = do { local $/; scalar readline $fh };\n  return defined($text) ? $text : \"\";\n}\n\n#--------------------------------------------------------------------------#\n# _capture_tee() -- generic main sub for capturing or teeing\n#--------------------------------------------------------------------------#\n\nsub _capture_tee {\n  # _debug( \"# starting _capture_tee with (@_)...\\n\" );\n  my ($do_stdout, $do_stderr, $do_merge, $do_tee, $code, @opts) = @_;\n  my %do = ($do_stdout ? (stdout => 1) : (),  $do_stderr ? (stderr => 1) : ());\n  Carp::confess(\"Custom capture options must be given as key/value pairs\\n\")\n      unless @opts % 2 == 0;\n  my $stash = { capture => { @opts } };\n  for ( keys %{$stash->{capture}} ) {\n    my $fh = $stash->{capture}{$_};\n    Carp::confess \"Custom handle for $_ must be seekable\\n\"\n        unless ref($fh) eq 'GLOB' || (blessed($fh) && $fh->isa(\"IO::Seekable\"));\n  }\n  # save existing filehandles and setup captures\n  local *CT_ORIG_STDIN  = *STDIN ;\n  local *CT_ORIG_STDOUT = *STDOUT;\n  local *CT_ORIG_STDERR = *STDERR;\n  # find initial layers\n  my %layers = (\n      stdin   => [PerlIO::get_layers(\\*STDIN) ],\n      stdout  => [PerlIO::get_layers(\\*STDOUT, output => 1)],\n      stderr  => [PerlIO::get_layers(\\*STDERR, output => 1)],\n  );\n\n  # _debug( \"# existing layers for $_\\: @{$layers{$_}}\\n\" ) for qw/stdin stdout stderr/;\n  # get layers from underlying glob of tied filehandles if we can\n  # (this only works for things that work like Tie::StdHandle)\n  $layers{stdout} = [PerlIO::get_layers(tied *STDOUT)]\n      if tied(*STDOUT) && (reftype tied *STDOUT eq 'GLOB');\n  $layers{stderr} = [PerlIO::get_layers(tied *STDERR)]\n      if tied(*STDERR) && (reftype tied *STDERR eq 'GLOB');\n  # _debug( \"# tied object corrected layers for $_\\: @{$layers{$_}}\\n\" ) for qw/stdin stdout stderr/;\n  # bypass scalar filehandles and tied handles\n  # localize scalar STDIN to get a proxy to pick up FD0, then restore later to CT_ORIG_STDIN\n  my %localize;\n  $localize{stdin}++,  local(*STDIN)\n      if grep { $_ eq 'scalar' } @{$layers{stdin}};\n  $localize{stdout}++, local(*STDOUT)\n      if $do_stdout && grep { $_ eq 'scalar' } @{$layers{stdout}};\n  $localize{stderr}++, local(*STDERR)\n      if ($do_stderr || $do_merge) && grep { $_ eq 'scalar' } @{$layers{stderr}};\n  $localize{stdin}++, local(*STDIN), _open( \\*STDIN, \"<&=0\")\n      if tied *STDIN && $] >= 5.008;\n  $localize{stdout}++, local(*STDOUT), _open( \\*STDOUT, \">&=1\")\n      if $do_stdout && tied *STDOUT && $] >= 5.008;\n  $localize{stderr}++, local(*STDERR), _open( \\*STDERR, \">&=2\")\n      if ($do_stderr || $do_merge) && tied *STDERR && $] >= 5.008;\n  # _debug( \"# localized $_\\n\" ) for keys %localize;\n  # proxy any closed/localized handles so we don't use fds 0, 1 or 2\n  my %proxy_std = _proxy_std();\n  # _debug( \"# proxy std: @{ [%proxy_std] }\\n\" );\n  # update layers after any proxying\n  $layers{stdout} = [PerlIO::get_layers(\\*STDOUT, output => 1)] if $proxy_std{stdout};\n  $layers{stderr} = [PerlIO::get_layers(\\*STDERR, output => 1)] if $proxy_std{stderr};\n  # _debug( \"# post-proxy layers for $_\\: @{$layers{$_}}\\n\" ) for qw/stdin stdout stderr/;\n  # store old handles and setup handles for capture\n  $stash->{old} = _copy_std();\n  $stash->{new} = { %{$stash->{old}} }; # default to originals\n  for ( keys %do ) {\n    $stash->{new}{$_} = ($stash->{capture}{$_} ||= File::Temp->new);\n    seek( $stash->{capture}{$_}, 0, 2 ) or die \"Couldn't seek on capture handle for $_\\n\";\n    $stash->{pos}{$_} = tell $stash->{capture}{$_};\n    # _debug(\"# will capture $_ on \" . fileno($stash->{capture}{$_}).\"\\n\" );\n    _start_tee( $_ => $stash ) if $do_tee; # tees may change $stash->{new}\n  }\n  _wait_for_tees( $stash ) if $do_tee;\n  # finalize redirection\n  $stash->{new}{stderr} = $stash->{new}{stdout} if $do_merge;\n  # _debug( \"# redirecting in parent ...\\n\" );\n  _open_std( $stash->{new} );\n  # execute user provided code\n  my ($exit_code, $inner_error, $outer_error, $orig_pid, @result);\n  {\n    $orig_pid = $$;\n    local *STDIN = *CT_ORIG_STDIN if $localize{stdin}; # get original, not proxy STDIN\n    # _debug( \"# finalizing layers ...\\n\" );\n    _relayer(\\*STDOUT, $layers{stdout}) if $do_stdout;\n    _relayer(\\*STDERR, $layers{stderr}) if $do_stderr;\n    # _debug( \"# running code $code ...\\n\" );\n    my $old_eval_err=$@;\n    undef $@;\n    eval { @result = $code->(); $inner_error = $@ };\n    $exit_code = $?; # save this for later\n    $outer_error = $@; # save this for later\n    STDOUT->flush if $do_stdout;\n    STDERR->flush if $do_stderr;\n    $@ = $old_eval_err;\n  }\n  # restore prior filehandles and shut down tees\n  # _debug( \"# restoring filehandles ...\\n\" );\n  _open_std( $stash->{old} );\n  _close( $_ ) for values %{$stash->{old}}; # don't leak fds\n  # shouldn't need relayering originals, but see rt.perl.org #114404\n  _relayer(\\*STDOUT, $layers{stdout}) if $do_stdout;\n  _relayer(\\*STDERR, $layers{stderr}) if $do_stderr;\n  _unproxy( %proxy_std );\n  # _debug( \"# killing tee subprocesses ...\\n\" ) if $do_tee;\n  _kill_tees( $stash ) if $do_tee;\n  # return captured output, but shortcut in void context\n  # unless we have to echo output to tied/scalar handles;\n  my %got;\n  if ( $orig_pid == $$ and ( defined wantarray or ($do_tee && keys %localize) ) ) {\n    for ( keys %do ) {\n      _relayer($stash->{capture}{$_}, $layers{$_});\n      $got{$_} = _slurp($_, $stash);\n      # _debug(\"# slurped \" . length($got{$_}) . \" bytes from $_\\n\");\n    }\n    print CT_ORIG_STDOUT $got{stdout}\n        if $do_stdout && $do_tee && $localize{stdout};\n    print CT_ORIG_STDERR $got{stderr}\n        if $do_stderr && $do_tee && $localize{stderr};\n  }\n  $? = $exit_code;\n  $@ = $inner_error if $inner_error;\n  die $outer_error if $outer_error;\n  # _debug( \"# ending _capture_tee with (@_)...\\n\" );\n  return unless defined wantarray;\n  my @return;\n  push @return, $got{stdout} if $do_stdout;\n  push @return, $got{stderr} if $do_stderr && ! $do_merge;\n  push @return, @result;\n  return wantarray ? @return : $return[0];\n}\n\n1;\n\n__END__\n\n=pod\n\n=encoding UTF-8\n\n=head1 NAME\n\nCapture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs\n\n=head1 VERSION\n\nversion 0.44\n\n=head1 SYNOPSIS\n\n  use Capture::Tiny ':all';\n\n  # capture from external command\n\n  ($stdout, $stderr, $exit) = capture {\n    system( $cmd, @args );\n  };\n\n  # capture from arbitrary code (Perl or external)\n\n  ($stdout, $stderr, @result) = capture {\n    # your code here\n  };\n\n  # capture partial or merged output\n\n  $stdout = capture_stdout { ... };\n  $stderr = capture_stderr { ... };\n  $merged = capture_merged { ... };\n\n  # tee output\n\n  ($stdout, $stderr) = tee {\n    # your code here\n  };\n\n  $stdout = tee_stdout { ... };\n  $stderr = tee_stderr { ... };\n  $merged = tee_merged { ... };\n\n=head1 DESCRIPTION\n\nCapture::Tiny provides a simple, portable way to capture almost anything sent\nto STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or\nfrom an external program.  Optionally, output can be teed so that it is\ncaptured while being passed through to the original filehandles.  Yes, it even\nworks on Windows (usually).  Stop guessing which of a dozen capturing modules\nto use in any particular situation and just use this one.\n\n=head1 USAGE\n\nThe following functions are available.  None are exported by default.\n\n=head2 capture\n\n  ($stdout, $stderr, @result) = capture \\&code;\n  $stdout = capture \\&code;\n\nThe C<capture> function takes a code reference and returns what is sent to\nSTDOUT and STDERR as well as any return values from the code reference.  In\nscalar context, it returns only STDOUT.  If no output was received for a\nfilehandle, it returns an empty string for that filehandle.  Regardless of calling\ncontext, all output is captured -- nothing is passed to the existing filehandles.\n\nIt is prototyped to take a subroutine reference as an argument. Thus, it\ncan be called in block form:\n\n  ($stdout, $stderr) = capture {\n    # your code here ...\n  };\n\nNote that the coderef is evaluated in list context.  If you wish to force\nscalar context on the return value, you must use the C<scalar> keyword.\n\n  ($stdout, $stderr, $count) = capture {\n    my @list = qw/one two three/;\n    return scalar @list; # $count will be 3\n  };\n\nAlso note that within the coderef, the C<@_> variable will be empty.  So don't\nuse arguments from a surrounding subroutine without copying them to an array\nfirst:\n\n  sub wont_work {\n    my ($stdout, $stderr) = capture { do_stuff( @_ ) };    # WRONG\n    ...\n  }\n\n  sub will_work {\n    my @args = @_;\n    my ($stdout, $stderr) = capture { do_stuff( @args ) }; # RIGHT\n    ...\n  }\n\nCaptures are normally done to an anonymous temporary filehandle.  To\ncapture via a named file (e.g. to externally monitor a long-running capture),\nprovide custom filehandles as a trailing list of option pairs:\n\n  my $out_fh = IO::File->new(\"out.txt\", \"w+\");\n  my $err_fh = IO::File->new(\"out.txt\", \"w+\");\n  capture { ... } stdout => $out_fh, stderr => $err_fh;\n\nThe filehandles must be read/write and seekable.  Modifying the files or\nfilehandles during a capture operation will give unpredictable results.\nExisting IO layers on them may be changed by the capture.\n\nWhen called in void context, C<capture> saves memory and time by\nnot reading back from the capture handles.\n\n=head2 capture_stdout\n\n  ($stdout, @result) = capture_stdout \\&code;\n  $stdout = capture_stdout \\&code;\n\nThe C<capture_stdout> function works just like C<capture> except only\nSTDOUT is captured.  STDERR is not captured.\n\n=head2 capture_stderr\n\n  ($stderr, @result) = capture_stderr \\&code;\n  $stderr = capture_stderr \\&code;\n\nThe C<capture_stderr> function works just like C<capture> except only\nSTDERR is captured.  STDOUT is not captured.\n\n=head2 capture_merged\n\n  ($merged, @result) = capture_merged \\&code;\n  $merged = capture_merged \\&code;\n\nThe C<capture_merged> function works just like C<capture> except STDOUT and\nSTDERR are merged. (Technically, STDERR is redirected to the same capturing\nhandle as STDOUT before executing the function.)\n\nCaution: STDOUT and STDERR output in the merged result are not guaranteed to be\nproperly ordered due to buffering.\n\n=head2 tee\n\n  ($stdout, $stderr, @result) = tee \\&code;\n  $stdout = tee \\&code;\n\nThe C<tee> function works just like C<capture>, except that output is captured\nas well as passed on to the original STDOUT and STDERR.\n\nWhen called in void context, C<tee> saves memory and time by\nnot reading back from the capture handles, except when the\noriginal STDOUT OR STDERR were tied or opened to a scalar\nhandle.\n\n=head2 tee_stdout\n\n  ($stdout, @result) = tee_stdout \\&code;\n  $stdout = tee_stdout \\&code;\n\nThe C<tee_stdout> function works just like C<tee> except only\nSTDOUT is teed.  STDERR is not teed (output goes to STDERR as usual).\n\n=head2 tee_stderr\n\n  ($stderr, @result) = tee_stderr \\&code;\n  $stderr = tee_stderr \\&code;\n\nThe C<tee_stderr> function works just like C<tee> except only\nSTDERR is teed.  STDOUT is not teed (output goes to STDOUT as usual).\n\n=head2 tee_merged\n\n  ($merged, @result) = tee_merged \\&code;\n  $merged = tee_merged \\&code;\n\nThe C<tee_merged> function works just like C<capture_merged> except that output\nis captured as well as passed on to STDOUT.\n\nCaution: STDOUT and STDERR output in the merged result are not guaranteed to be\nproperly ordered due to buffering.\n\n=head1 LIMITATIONS\n\n=head2 Portability\n\nPortability is a goal, not a guarantee.  C<tee> requires fork, except on\nWindows where C<system(1, @cmd)> is used instead.  Not tested on any\nparticularly esoteric platforms yet.  See the\nL<CPAN Testers Matrix|http://matrix.cpantesters.org/?dist=Capture-Tiny>\nfor test result by platform.\n\n=head2 PerlIO layers\n\nCapture::Tiny does its best to preserve PerlIO layers such as ':utf8' or\n':crlf' when capturing (only for Perl 5.8.1+) .  Layers should be applied to\nSTDOUT or STDERR I<before> the call to C<capture> or C<tee>.  This may not work\nfor tied filehandles (see below).\n\n=head2 Modifying filehandles before capturing\n\nGenerally speaking, you should do little or no manipulation of the standard IO\nfilehandles prior to using Capture::Tiny.  In particular, closing, reopening,\nlocalizing or tying standard filehandles prior to capture may cause a variety of\nunexpected, undesirable and/or unreliable behaviors, as described below.\nCapture::Tiny does its best to compensate for these situations, but the\nresults may not be what you desire.\n\n=head3 Closed filehandles\n\nCapture::Tiny will work even if STDIN, STDOUT or STDERR have been previously\nclosed.  However, since they will be reopened to capture or tee output, any\ncode within the captured block that depends on finding them closed will, of\ncourse, not find them to be closed.  If they started closed, Capture::Tiny will\nclose them again when the capture block finishes.\n\nNote that this reopening will happen even for STDIN or a filehandle not being\ncaptured to ensure that the filehandle used for capture is not opened to file\ndescriptor 0, as this causes problems on various platforms.\n\nPrior to Perl 5.12, closed STDIN combined with PERL_UNICODE=D leaks filehandles\nand also breaks tee() for undiagnosed reasons.  So don't do that.\n\n=head3 Localized filehandles\n\nIf code localizes any of Perl's standard filehandles before capturing, the capture\nwill affect the localized filehandles and not the original ones.  External system\ncalls are not affected by localizing a filehandle in Perl and will continue\nto send output to the original filehandles (which will thus not be captured).\n\n=head3 Scalar filehandles\n\nIf STDOUT or STDERR are reopened to scalar filehandles prior to the call to\nC<capture> or C<tee>, then Capture::Tiny will override the output filehandle for\nthe duration of the C<capture> or C<tee> call and then, for C<tee>, send captured\noutput to the output filehandle after the capture is complete.  (Requires Perl\n5.8)\n\nCapture::Tiny attempts to preserve the semantics of STDIN opened to a scalar\nreference, but note that external processes will not be able to read from such\na handle.  Capture::Tiny tries to ensure that external processes will read from\nthe null device instead, but this is not guaranteed.\n\n=head3 Tied output filehandles\n\nIf STDOUT or STDERR are tied prior to the call to C<capture> or C<tee>, then\nCapture::Tiny will attempt to override the tie for the duration of the\nC<capture> or C<tee> call and then send captured output to the tied filehandle after\nthe capture is complete.  (Requires Perl 5.8)\n\nCapture::Tiny may not succeed resending UTF-8 encoded data to a tied\nSTDOUT or STDERR filehandle.  Characters may appear as bytes.  If the tied filehandle\nis based on L<Tie::StdHandle>, then Capture::Tiny will attempt to determine\nappropriate layers like C<:utf8> from the underlying filehandle and do the right\nthing.\n\n=head3 Tied input filehandle\n\nCapture::Tiny attempts to preserve the semantics of tied STDIN, but this\nrequires Perl 5.8 and is not entirely predictable.  External processes\nwill not be able to read from such a handle.\n\nUnless having STDIN tied is crucial, it may be safest to localize STDIN when\ncapturing:\n\n  my ($out, $err) = do { local *STDIN; capture { ... } };\n\n=head2 Modifying filehandles during a capture\n\nAttempting to modify STDIN, STDOUT or STDERR I<during> C<capture> or C<tee> is\nalmost certainly going to cause problems.  Don't do that.\n\n=head3 Forking inside a capture\n\nForks aren't portable.  The behavior of filehandles during a fork is even\nless so.  If Capture::Tiny detects that a fork has occurred within a\ncapture, it will shortcut in the child process and return empty strings for\ncaptures.  Other problems may occur in the child or parent, as well.\nForking in a capture block is not recommended.\n\n=head3 Dropping privileges during a capture\n\nIf you drop privileges during a capture, temporary files created to\nfacilitate the capture may not be cleaned up afterwards.\n\n=head2 No support for Perl 5.8.0\n\nIt's just too buggy when it comes to layers and UTF-8.  Perl 5.8.1 or later\nis recommended.\n\n=head2 Limited support for Perl 5.6\n\nPerl 5.6 predates PerlIO.  UTF-8 data may not be captured correctly.\n\n=head1 ENVIRONMENT\n\n=head2 PERL_CAPTURE_TINY_TIMEOUT\n\nCapture::Tiny uses subprocesses internally for C<tee>.  By default,\nCapture::Tiny will timeout with an error if such subprocesses are not ready to\nreceive data within 30 seconds (or whatever is the value of\nC<$Capture::Tiny::TIMEOUT>).  An alternate timeout may be specified by setting\nthe C<PERL_CAPTURE_TINY_TIMEOUT> environment variable.  Setting it to zero will\ndisable timeouts.  B<NOTE>, this does not timeout the code reference being\ncaptured -- this only prevents Capture::Tiny itself from hanging your process\nwaiting for its child processes to be ready to proceed.\n\n=head1 SEE ALSO\n\nThis module was inspired by L<IO::CaptureOutput>, which provides\nsimilar functionality without the ability to tee output and with more\ncomplicated code and API.  L<IO::CaptureOutput> does not handle layers\nor most of the unusual cases described in the L</Limitations> section and\nI no longer recommend it.\n\nThere are many other CPAN modules that provide some sort of output capture,\nalbeit with various limitations that make them appropriate only in particular\ncircumstances.  I'm probably missing some.  The long list is provided to show\nwhy I felt Capture::Tiny was necessary.\n\n=over 4\n\n=item *\n\nL<IO::Capture>\n\n=item *\n\nL<IO::Capture::Extended>\n\n=item *\n\nL<IO::CaptureOutput>\n\n=item *\n\nL<IPC::Capture>\n\n=item *\n\nL<IPC::Cmd>\n\n=item *\n\nL<IPC::Open2>\n\n=item *\n\nL<IPC::Open3>\n\n=item *\n\nL<IPC::Open3::Simple>\n\n=item *\n\nL<IPC::Open3::Utils>\n\n=item *\n\nL<IPC::Run>\n\n=item *\n\nL<IPC::Run::SafeHandles>\n\n=item *\n\nL<IPC::Run::Simple>\n\n=item *\n\nL<IPC::Run3>\n\n=item *\n\nL<IPC::System::Simple>\n\n=item *\n\nL<Tee>\n\n=item *\n\nL<IO::Tee>\n\n=item *\n\nL<File::Tee>\n\n=item *\n\nL<Filter::Handle>\n\n=item *\n\nL<Tie::STDERR>\n\n=item *\n\nL<Tie::STDOUT>\n\n=item *\n\nL<Test::Output>\n\n=back\n\n=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan\n\n=head1 SUPPORT\n\n=head2 Bugs / Feature Requests\n\nPlease report any bugs or feature requests through the issue tracker\nat L<https://github.com/dagolden/Capture-Tiny/issues>.\nYou will be notified automatically of any progress on your issue.\n\n=head2 Source Code\n\nThis is open source software.  The code repository is available for\npublic review and contribution under the terms of the license.\n\nL<https://github.com/dagolden/Capture-Tiny>\n\n  git clone https://github.com/dagolden/Capture-Tiny.git\n\n=head1 AUTHOR\n\nDavid Golden <dagolden@cpan.org>\n\n=head1 CONTRIBUTORS\n\n=for stopwords Dagfinn Ilmari Mannsåker David E. Wheeler fecundf Peter Rabbitson\n\n=over 4\n\n=item *\n\nDagfinn Ilmari Mannsåker <ilmari@ilmari.org>\n\n=item *\n\nDavid E. Wheeler <david@justatheory.com>\n\n=item *\n\nfecundf <not.com+github@gmail.com>\n\n=item *\n\nPeter Rabbitson <ribasushi@cpan.org>\n\n=back\n\n=head1 COPYRIGHT AND LICENSE\n\nThis software is Copyright (c) 2009 by David Golden.\n\nThis is free software, licensed under:\n\n  The Apache License, Version 2.0, January 2004\n\n=cut\n"
  },
  {
    "path": "engine/PerlVendor/Class/Autouse.pm",
    "content": "package Class::Autouse;\n\n# See POD at end of file for documentation\n\nuse 5.006;\nuse strict;\nno strict 'refs'; # We _really_ abuse refs :)\nuse UNIVERSAL ();\n\n# Load required modules\n# Luckily, these are so common they are basically free\nuse Carp            ();\nuse Exporter        ();\nuse File::Spec 0.80 ();\nuse List::Util 1.18 ();\nuse Scalar::Util    ();\n\n# Globals\nuse vars qw{ $VERSION @ISA $DB $DEBUG };\nuse vars qw{ $DEVEL $SUPERLOAD $NOSTAT $NOPREBLESS $STATICISA   }; # Load environment\nuse vars qw{ %SPECIAL %LOADED %BAD %TRIED_CLASS %TRIED_METHOD   }; # Special cases\nuse vars qw{ @LOADERS @SUGAR $HOOKS $ORIGINAL_CAN $ORIGINAL_ISA }; # Working information\n\n# Handle optimisation switches via constants to allow debugging and\n# similar functions to be optimised out at compile time if not in use.\nBEGIN {\n    $DB    = 0 unless defined &DB::DB;\n    $DEBUG = 0 unless defined $DEBUG;\n}\nuse constant DB    => !! $DB;\nuse constant DEBUG => !! $DEBUG;\nprint \"Class::Autouse -> Debugging Activated.\\n\" if DEBUG;\n\n# Compile-time Initialisation and Optimisation\nBEGIN {\n    $VERSION = '2.01';\n\n    # Become an exporter so we don't get complaints when we act as a pragma.\n    # I don't fully understand the reason for this, but it works and I can't\n    # recall how to replicate the problem, so leaving it in to avoid any\n    # possible reversion. Besides, so many things use Exporter it should\n    # be practically free to do this.\n    @ISA = qw{ Exporter };\n\n    # We always start with the superloader off\n    $SUPERLOAD = 0;\n\n    # When set, disables $obj->isa/can where $obj is blessed before its class is loaded\n    # Things will operate more quickly when set, but this breaks things if you're\n    # unserializing objects from Data::Dumper, etc., and relying on this module to\n    # load the related classes on demand.\n    $NOPREBLESS = 0;\n\n    # Disable stating for situations where modules are on remote disks\n    $NOSTAT = 0;\n\n    # AUTOLOAD hook counter\n    $HOOKS = 0;\n\n    # ERRATA\n    # Special classes are internal and should be left alone.\n    # Loaded modules are those already loaded by us.\n    # Bad classes are those that are incompatible with us.\n    %BAD = map { $_ => 1 } qw{\n        IO::File\n        };\n\n    %SPECIAL = map { $_ => 1 } qw{\n        CORE  main UNIVERSAL\n        ARRAY HASH SCALAR REF GLOB\n        };\n\n    %LOADED = map { $_ => 1 } qw{\n        UNIVERSAL\n        Carp\n        Exporter\n        File::Spec\n        List::Util\n        Scalar::Util\n        Class::Autouse\n        };\n\n    # \"Have we tried to autoload a class before?\"\n    # Per-class loop protection and improved shortcutting.\n    # Defaults to specials+preloaded to prevent attempting them.\n    %TRIED_CLASS = ( %SPECIAL, %LOADED );\n\n    # \"Have we tried to autoload a method before?\"\n    # Per-method loop protection and improved shortcutting\n    %TRIED_METHOD = ();\n\n    # Storage for dynamic loaders (regular and sugar)\n    @LOADERS = ();\n    @SUGAR   = ();\n\n    # We play with UNIVERSAL:: functions, so save backup copies\n    $ORIGINAL_CAN = \\&UNIVERSAL::can;\n    $ORIGINAL_ISA = \\&UNIVERSAL::isa;\n}\n\n#####################################################################\n# Configuration and Setting up\n\n# Developer mode flag.\n# Cannot be turned off once turned on.\nsub devel {\n    _debug(\\@_, 1) if DEBUG;\n\n    # Enable if not already\n    return 1 if $DEVEL++;\n\n    # Load any unloaded modules.\n    # Most of the time there should be nothing here.\n    foreach my $class ( grep { $INC{$_} eq 'Class::Autouse' } keys %INC ) {\n        $class =~ s/\\//::/;\n        $class =~ s/\\.pm$//i;\n        Class::Autouse->load($class);\n    }\n}\n\n# Happy Fun Super Loader!\n# The process here is to replace the &UNIVERSAL::AUTOLOAD sub\n# ( which is just a dummy by default ) with a flexible class loader.\nsub superloader {\n    _debug(\\@_, 1) if DEBUG;\n\n    # Shortcut if needed\n    return 1 if $SUPERLOAD++;\n\n    # Enable the global hooks\n    _GLOBAL_HOOKS();\n\n    return 1;\n}\n\nsub sugar {\n    # Operate as a function or a method\n    shift if $_[0] eq 'Class::Autouse';\n\n    # Ignore calls with no arguments\n    return 1 unless @_;\n\n    _debug(\\@_) if DEBUG;\n\n    foreach my $callback ( grep { $_ } @_ ) {\n        # Handle a callback or regex\n        unless ( ref $callback eq 'CODE' ) {\n            die(\n                __PACKAGE__\n                    . ' takes a code reference for syntactic sugar handlers'\n                    . \": unexpected value $callback has type \"\n                    . ref($callback)\n            );\n        }\n        push @SUGAR, $callback;\n\n        # Enable global hooking\n        _GLOBAL_HOOKS();\n    }\n\n    return 1;\n}\n\n# The main autouse sub\nsub autouse {\n    # Operate as a function or a method\n    shift if $_[0] eq 'Class::Autouse';\n\n    # Ignore calls with no arguments\n    return 1 unless @_;\n\n    _debug(\\@_) if DEBUG;\n\n    foreach my $class ( grep { $_ } @_ ) {\n        if ( ref $class ) {\n            unless ( ref $class eq 'Regexp' or ref $class eq 'CODE') {\n                die( __PACKAGE__\n                        . ' can autouse explicit class names, or take a regex or subroutine reference'\n                        . \": unexpected value $class has type \"\n                        . ref($class)\n                );\n            }\n            push @LOADERS, $class;\n\n            # Enable the global hooks\n            _GLOBAL_HOOKS();\n\n            # Reset shortcut cache, since we may have previously\n            # tried a class and failed, which could now work\n            %TRIED_CLASS = ( %SPECIAL, %LOADED );\n            next;\n        }\n\n        # Control flag handling\n        if ( substr($class, 0, 1) eq ':' ) {\n            if ( $class eq ':superloader' ) {\n                # Turn on the superloader\n                Class::Autouse->superloader;\n            } elsif ( $class eq ':devel' ) {\n                # Turn on devel mode\n                Class::Autouse->devel(1);\n            } elsif ( $class eq ':nostat' ) {\n                # Disable stat checks\n                $NOSTAT = 1;\n            } elsif ( $class eq ':noprebless') {\n                # Disable support for objects blessed before their class module is loaded\n                $NOPREBLESS = 1;\n            } elsif ( $class eq ':staticisa') {\n                # Expect that @ISA won't change after loading\n                # This allows some performance tweaks\n                $STATICISA = 1;\n            }\n            next;\n        }\n\n        # Load now if in devel mode, or if its a bad class\n        if ( $DEVEL || $BAD{$class} ) {\n            Class::Autouse->load($class);\n            next;\n        }\n\n        # Does the file for the class exist?\n        my $file = _class_file($class);\n        next if exists $INC{$file};\n        unless ( $NOSTAT or _file_exists($file) ) {\n            my $inc = join ', ', @INC;\n            _cry(\"Can't locate $file in \\@INC (\\@INC contains: $inc)\");\n        }\n\n        # Don't actually do anything if the superloader is on.\n        # It will catch all AUTOLOAD calls.\n        next if $SUPERLOAD;\n\n        # Add the AUTOLOAD hook and %INC lock to prevent 'use'ing\n        *{\"${class}::AUTOLOAD\"} = \\&_AUTOLOAD;\n        $INC{$file} = 'Class::Autouse';\n\n        # When we add the first hook, hijack UNIVERSAL::can/isa\n        _UPDATE_HOOKS() unless $HOOKS++;\n    }\n\n    return 1;\n}\n\n# Import behaves the same as autouse\nsub import {\n    shift->autouse(@_);\n}\n\n#####################################################################\n# Explicit Actions\n\n# Completely load a class ( The class and all its dependencies ).\nsub load {\n    _debug(\\@_, 1) if DEBUG;\n\n    my $class = $_[1] or _cry('No class name specified to load');\n    return 1 if $LOADED{$class};\n\n    my @search = _super( $class, \\&_load );\n\n    # If called an an array context, return the ISA tree.\n    # In scalar context, just return true.\n    wantarray ? @search : 1;\n}\n\n# Is a particular class installed in out @INC somewhere\n# OR is it loaded in our program already\nsub class_exists {\n    _debug(\\@_, 1) if DEBUG;\n    _namespace_occupied($_[1]) or _file_exists($_[1]);\n}\n\n# A more general method to answer the question\n# \"Can I call a method on this class and expect it to work\"\n# Returns undef if the class does not exist\n# Returns 0 if the class is not loaded ( or autouse'd )\n# Returns 1 if the class can be used.\nsub can_call_methods {\n    _debug(\\@_, 1) if DEBUG;\n    _namespace_occupied($_[1]) or exists $INC{_class_file($_[1])};\n}\n\n# Recursive methods currently only work withing the scope of the single @INC\n# entry containing the \"top\" module, and will probably stay this way\n\n# Autouse not only a class, but all others below it.\nsub autouse_recursive {\n    _debug(\\@_, 1) if DEBUG;\n\n    # Just load if in devel mode\n    return Class::Autouse->load_recursive($_[1]) if $DEVEL;\n\n    # Don't need to do anything if the super loader is on\n    return 1 if $SUPERLOAD;\n\n    # Find all the child classes, and hand them to the autouse method\n    Class::Autouse->autouse( $_[1], _children($_[1]) );\n}\n\n# Load not only a class and all others below it\nsub load_recursive {\n    _debug(\\@_, 1) if DEBUG;\n\n    # Load the parent class, and its children\n    foreach ( $_[1], _children($_[1]) ) {\n        Class::Autouse->load($_);\n    }\n\n    return 1;\n}\n\n#####################################################################\n# Symbol Table Hooks\n\n# These get hooked to various places on the symbol table,\n# to enable the autoload functionality\n\n# Linked to each individual class via the symbol table\nsub _AUTOLOAD {\n    _debug(\\@_, 0, \", AUTOLOAD = '$Class::Autouse::AUTOLOAD'\") if DEBUG;\n\n    # Loop detection (just in case)\n    my $method = $Class::Autouse::AUTOLOAD or _cry('Missing method name');\n    _cry(\"Undefined subroutine &$method called\") if ++$TRIED_METHOD{$method} > 10;\n\n    # Don't bother with special classes\n    my ($class, $function) = $method =~ m/^(.*)::(.*)\\z/s;\n    _cry(\"Undefined subroutine &$method called\") if $SPECIAL{$class};\n\n    # Load the class and it's dependancies, and get the search path\n    my @search = Class::Autouse->load($class);\n\n    # Find and go to the named method\n    my $found = List::Util::first {\n            defined *{\"${_}::$function\"}{CODE}\n        } @search;\n    goto &{\"${found}::$function\"} if $found;\n\n    # Check for package AUTOLOADs\n    foreach my $c ( @search ) {\n        if ( defined *{\"${c}::AUTOLOAD\"}{CODE} ) {\n            # Simulate a normal autoload call\n            ${\"${c}::AUTOLOAD\"} = $method;\n            goto &{\"${c}::AUTOLOAD\"};\n        }\n    }\n\n    # Can't find the method anywhere. Throw the same error Perl does.\n    _cry(\"Can't locate object method \\\"$function\\\" via package \\\"$class\\\"\");\n}\n\n# This is a special version of the above for use in UNIVERSAL\n# It does the :superloader, and/or also any regex or callback (code ref) loaders\nsub _UNIVERSAL_AUTOLOAD {\n    _debug(\\@_, 0, \", \\$AUTOLOAD = '$Class::Autouse::AUTOLOAD'\") if DEBUG;\n\n    # Loop detection ( Just in case )\n    my $method = $Class::Autouse::AUTOLOAD or _cry('Missing method name');\n    _cry(\"Undefined subroutine &$method called\") if ++$TRIED_METHOD{ $method } > 10;\n\n    # Don't bother with special classes\n    my ($class, $function) = $method =~ m/^(.*)::(.*)\\z/s;\n    _cry(\"Undefined subroutine &$method called\") if $SPECIAL{$class};\n\n    my @search;\n    if ( $SUPERLOAD ) {\n        # Only try direct loading of the class if the superloader is active.\n        # This might be installed in universal for either the superloader, special loaders, or both.\n\n        # Load the class and it's dependancies, and get the search path\n        @search = Class::Autouse->load($class);\n    }\n\n    unless ( @search ) {\n        # The special loaders will attempt to dynamically instantiate the class.\n        # They will not fire if the superloader is turned on and has already loaded the class.\n        if ( _try_loaders($class, $function, @_) ) {\n            my $fref = $ORIGINAL_CAN->($class, $function);\n            if ( $fref ) {\n                goto $fref;\n            } else {\n                @search = _super($class);\n            }\n        }\n    }\n\n    # Find and go to the named method\n    my $found = List::Util::first { defined *{\"${_}::$function\"}{CODE} } @search;\n    goto &{\"${found}::$function\"} if $found;\n\n    # Check for package AUTOLOADs\n    foreach my $c ( @search ) {\n        if ( defined *{\"${c}::AUTOLOAD\"}{CODE} ) {\n            # Simulate a normal autoload call\n            ${\"${c}::AUTOLOAD\"} = $method;\n            goto &{\"${c}::AUTOLOAD\"};\n        }\n    }\n\n    for my $callback ( @SUGAR ) {\n        my $rv = $callback->( $class, $function, @_ );\n        goto $rv if $rv;\n    }\n\n    # Can't find the method anywhere. Throw the same error Perl does.\n    _cry(\"Can't locate object method \\\"$function\\\" via package \\\"$class\\\"\");\n}\n\n# This just handles the call and does nothing.\n# It prevents destroy calls going through to the AUTOLOAD hooks.\nsub _UNIVERSAL_DESTROY {\n    _debug(\\@_) if DEBUG;\n}\n\nsub _isa {\n    # Optional performance hack\n    goto $ORIGINAL_ISA if ref $_[0] and $NOPREBLESS;\n\n    # Load the class, unless we are sure it is already\n    my $class = ref $_[0] || $_[0] || return undef;\n    unless ( $TRIED_CLASS{$class} or $LOADED{$class} ) {\n        _preload($_[0]);\n    }\n\n    goto &{$ORIGINAL_ISA};\n}\n\n# This is the replacement for UNIVERSAL::can\nsub _can {\n    # Optional performance hack\n    goto $ORIGINAL_CAN if ref $_[0] and $NOPREBLESS;\n\n    # Load the class, unless we are sure it is already\n    my $class = ref $_[0] || $_[0] || return undef;\n    unless ( $TRIED_CLASS{$class} or $LOADED{$class} ) {\n        _preload($_[0]);\n    }\n\n    goto &{$ORIGINAL_CAN};\n}\n\n#####################################################################\n# Support Functions\n\nsub _preload {\n    _debug(\\@_) if DEBUG;\n\n    # Does it look like a package?\n    my $class = ref $_[0] || $_[0];\n    unless ( $class and $class =~ /^[^\\W\\d]\\w*(?:(?:\\'|::)[^\\W]\\w*)*$/o ) {\n        return $LOADED{$class} = 1;\n    }\n\n    # Do we try to load the class\n    my $load = 0;\n    my $file = _class_file($class);\n    if ( defined $INC{$file} and $INC{$file} eq 'Class::Autouse' ) {\n        # It's an autoused class\n        $load = 1;\n    } elsif ( ! $SUPERLOAD ) {\n        # Superloader isn't on, don't load\n        $load = 0;\n    } elsif ( _namespace_occupied($class) ) {\n        # Superloader is on, but there is something already in the class\n        # This can't be the autouse loader, because we would have caught\n        # that case already.\n        $load = 0;\n    } else {\n        # The rules of the superloader say we assume loaded unless we can\n        # tell otherwise. Thus, we have to have a go at loading.\n        $load = 1;\n    }\n\n    # If needed, load the class and all its dependencies.\n    Class::Autouse->load($class) if $load;\n\n    unless ( $LOADED{$class} ) {\n        _try_loaders($class);\n        unless ( $LOADED{$class} ) {\n            if ( _namespace_occupied($class) ) {\n                # The class is not flagged as loaded by autouse, but exists\n                # to ensure its ancestry is loaded before calling $orig\n                $LOADED{$class} = 1;\n                _load_ancestors($class);\n            }\n        }\n    }\n\n    return 1;\n}\n\nsub _try_loaders {\n    _debug(\\@_, 0) if DEBUG;\n    my ($class, $function, @optional_args) = @_;\n    # The function and args are only present to help callbacks whose main goal is to\n    # do \"syntactic sugar\" instead of really writing a class\n\n    # This allows us to shortcut out of re-checking a class\n    $TRIED_CLASS{$class}++;\n\n    if ( _namespace_occupied($class) ) {\n        $LOADED{$class} = 1;\n        _load_ancestors($class);\n        return 1;\n    }\n\n    # Try each of the special loaders, if there are any.\n    for my $loader ( @LOADERS ) {\n        my $ref = ref($loader);\n        if ( $ref ) {\n            if ( $ref eq \"Regexp\" ) {\n                next unless $class =~ $loader;\n                my $file = _class_file($class);\n                next unless grep { -e $_ . '/' . $file } @INC;\n                local $^W = 0;\n                local $@;\n                eval \"use $class\";\n                die \"Class::Autouse found module $file for class $class matching regex '$loader',\"\n                        . \" but it failed to compile with the following error: $@\" if $@;\n            } elsif ( $ref eq \"CODE\" ) {\n                unless ( $loader->( $class,$function,@optional_args ) ) {\n                    next;\n                }\n            } else {\n                die \"Unexpected loader.  Expected qr//, sub{}, or class name string.\"\n            }\n            $LOADED{$class} = 1;\n            _load_ancestors($class);\n            return 1;\n        } else {\n            die \"Odd loader $loader passed to \" . __PACKAGE__;\n        }\n    }\n\n    return;\n}\n\n# This is called after any class is hit by load/preload to ensure that parent classes are also loaded\nsub _load_ancestors {\n    _debug(\\@_, 0) if DEBUG;\n    my $class = $_[0];\n    my ($this_class,@ancestors) = _super($class);\n    for my $ancestor ( @ancestors ) {\n        # this is a bit ugly, _preload presumes either isa or can is being called,\n        # and does a goto at the end of it, we just want the core logic, not the redirection\n        # so we pass undef as the subref parameter\n        _preload($ancestor);\n    }\n    if ( $STATICISA ) {\n        # Optional performance optimization.\n        # After we have the entire ancestry,\n        # set the greatest grandparent's can/isa to the originals.\n        # This keeps the versions in this module from being used where they're not needed.\n        my $final_parent = $ancestors[-1] || $this_class;\n        no strict 'refs';\n        *{ $final_parent . '::can'} = $ORIGINAL_CAN;\n        *{ $final_parent . '::isa'} = $ORIGINAL_ISA;\n    }\n    return 1;\n}\n\n# This walks the @ISA tree, optionally calling a subref on each class\n# and returns the inherited classes in a list, including $class itself.\nsub _super {\n    _debug(\\@_) if DEBUG;\n    my $class  = shift;\n    my $load   = shift;\n    my @stack  = ( $class );\n    my %seen   = ( UNIVERSAL => 1 );\n    my @search = ();\n\n    while ( my $c = shift @stack ) {\n        next if $seen{$c}++;\n\n        # This may load the class in question, so\n        # we call it before checking @ISA.\n        if ( $load and not $LOADED{$c} ) {\n            $load->($c);\n        }\n\n        # Add the class to the search list,\n        # and add the @ISA to the load stack.\n        push @search, $c;\n        unshift @stack, @{\"${c}::ISA\"};\n    }\n\n    return @search;\n}\n\n# Load a single class\nsub _load ($) {\n    _debug(\\@_) if DEBUG;\n\n    # Don't attempt to load special classes\n    my $class = shift or _cry('Did not specify a class to load');\n    $TRIED_CLASS{$class}++;\n\n    return 1 if $SPECIAL{$class};\n\n    # Run some checks\n    my $file = _class_file($class);\n    if ( defined $INC{$file} ) {\n        # If the %INC lock is set to any other value, the file is\n        # already loaded. We do not need to do anything.\n        if ( $INC{$file} ne 'Class::Autouse') {\n            return $LOADED{$class} = 1;\n        }\n\n        # Because we autoused it earlier, we know the file for this\n        # class MUST exist.\n        # Removing the AUTOLOAD hook and %INC lock is all we have to do\n        delete ${\"${class}::\"}{'AUTOLOAD'};\n        delete $INC{$file};\n\n    } elsif ( not _file_exists($file) ) {\n        # We might still be loaded, if the class was defined\n        # in some other module without it's own file.\n        if ( _namespace_occupied($class) ) {\n            return $LOADED{$class} = 1;\n        }\n\n        # Not loaded and no file either.\n        # Try to generate the class instead.\n        if ( _try_loaders($class) ) {\n            return 1;\n        }\n\n        # We've run out of options, it just doesn't exist\n        my $inc = join ', ', @INC;\n        _cry(\"Can't locate $file in \\@INC (\\@INC contains: $inc)\");\n    }\n\n    # Load the file for this class\n    print _depth(1) . \"  Class::Autouse::load -> Loading in $file\\n\" if DEBUG;\n    eval {\n        CORE::require($file);\n    };\n    _cry($@) if $@;\n\n    # Give back UNIVERSAL::can/isa if there are no other hooks\n    --$HOOKS or _UPDATE_HOOKS();\n\n    $LOADED{$class} = 1;\n    _load_ancestors($class);\n    return 1;\n}\n\n# Find all the child classes for a parent class.\n# Returns in the list context.\nsub _children ($) {\n    _debug(\\@_) if DEBUG;\n\n    # Find where it is in @INC\n    my $base_file = _class_file(shift);\n    my $inc_path  = List::Util::first {\n            -f File::Spec->catfile($_, $base_file)\n        } @INC or return;\n\n    # Does the file have a subdirectory\n    # i.e. Are there child classes\n    my $child_path      = substr( $base_file, 0, length($base_file) - 3 );\n    my $child_path_full = File::Spec->catdir( $inc_path, $child_path );\n    return 0 unless -d $child_path_full and -r _;\n\n    # Main scan loop\n    local *FILELIST;\n    my ($dir, @files, @modules) = ();\n    my @queue = ( $child_path );\n    while ( $dir = pop @queue ) {\n        my $full_dir = File::Spec->catdir($inc_path, $dir);\n\n        # Read in the raw file list\n        # Skip directories we can't open\n        opendir( FILELIST, $full_dir ) or next;\n        @files = readdir FILELIST;\n        closedir FILELIST;\n\n        # Iterate over them\n        @files = map  { File::Spec->catfile($dir, $_) } # Full relative path\n            grep { ! /^\\./ } @files;               # Ignore hidden files\n        foreach my $file ( @files ) {\n            my $full_file = File::Spec->catfile($inc_path, $file);\n\n            # Add to the queue if its a directory we can descend\n            if ( -d $full_file and -r _ ) {\n                push @queue, $file;\n                next;\n            }\n\n            # We only want .pm files we can read\n            next unless substr( $file, length($file) - 3 ) eq '.pm';\n            next unless -f _;\n\n            push @modules, $file;\n        }\n    }\n\n    # Convert the file names into modules\n    map { join '::', File::Spec->splitdir($_) }\n        map { substr($_, 0, length($_) - 3)       } @modules;\n}\n\n#####################################################################\n# Private support methods\n\n# Does a class or file exists somewhere in our include path. For\n# convenience, returns the unresolved file name ( even if passed a class )\nsub _file_exists ($) {\n    _debug(\\@_) if DEBUG;\n\n    # What are we looking for?\n    my $file = shift or return undef;\n    return undef if $file =~ m/(?:\\012|\\015)/o;\n\n    # If provided a class name, convert it\n    $file = _class_file($file) if $file =~ /::/o;\n\n    # Scan @INC for the file\n    foreach ( @INC ) {\n        next if ref $_ eq 'CODE';\n        return $file if -f File::Spec->catfile($_, $file);\n    }\n\n    undef;\n}\n\n# Is a namespace occupied by anything significant\nsub _namespace_occupied ($) {\n    _debug(\\@_) if DEBUG;\n\n    # Handle the most likely case\n    my $class = shift or return undef;\n    return 1 if @{\"${class}::ISA\"};\n\n    # Get the list of glob names, ignoring namespaces\n    foreach ( keys %{\"${class}::\"} ) {\n        next if substr($_, -2) eq '::';\n\n        # Only check for methods, since that's all that's reliable\n        if (defined *{\"${class}::$_\"}{CODE}) {\n            if ($_ eq 'AUTOLOAD' and \\&{\"${class}::$_\"} == \\&_AUTOLOAD) {\n                # This is a Class::Autouse hook.  Ignore.\n                next;\n            }\n            return 1;\n        }\n    }\n\n    '';\n}\n\n# For a given class, get the file name\nsub _class_file ($) {\n    join( '/', split /(?:\\'|::)/, shift ) . '.pm';\n}\n\n# Establish our call depth\nsub _depth {\n    my $spaces = shift;\n    if ( DEBUG and ! $spaces ) {\n        _debug(\\@_);\n    }\n\n    # Search up the caller stack to find the first call that isn't us.\n    my $level = 0;\n    while( $level++ < 1000 ) {\n        my @call = caller($level);\n        if ( @call ) {\n            next if $call[3] eq '(eval)';\n            next if $call[3] =~ /^Class::Autouse::\\w+\\z/;\n        }\n\n        # Subtract 1 for this sub's call\n        $level -= 1;\n        return $spaces ? join( '', (' ') x ($level - 2)) : $level;\n    }\n\n    Carp::croak('Infinite loop trying to find call depth');\n}\n\n# Die gracefully\nsub _cry {\n    _debug() if DEBUG;\n    local $Carp::CarpLevel = $Carp::CarpLevel;\n    $Carp::CarpLevel += _depth();\n    $_[0] =~ s/\\s+at\\s+\\S+Autouse\\.pm line \\d+\\.$//;\n    Carp::croak($_[0]);\n}\n\n# Adaptive debug print generation\nBEGIN {\n    eval <<'END_DEBUG' if DEBUG;\n\nsub _debug {\n\tmy $args    = shift;\n\tmy $method  = !! shift;\n\tmy $message = shift || '';\n\tmy @c       = caller(1);\n\tmy $msg     = _depth(1) . $c[3];\n\tif ( ref $args ) {\n\t\tmy @mapped = map { defined $_ ? \"'$_'\" : 'undef' } @$args;\n\t\tshift @mapped if $method;\n\t\t$msg .= @mapped ? '( ' . ( join ', ', @mapped ) . ' )' : '()';\n\t}\n\tprint \"$msg$message\\n\";\n}\n\nEND_DEBUG\n}\n\n#####################################################################\n# Final Initialisation\n\n# The _UPDATE_HOOKS function is intended to turn our hijacking of UNIVERSAL::can\n# on or off, depending on whether we have any live hooks. The idea being, if we\n# don't have any live hooks, why bother intercepting UNIVERSAL::can calls?\nsub _UPDATE_HOOKS () {\n    local $^W = 0;\n    *UNIVERSAL::can = $HOOKS ? \\&_can : $ORIGINAL_CAN;\n    *UNIVERSAL::isa = $HOOKS ? \\&_isa : $ORIGINAL_ISA;\n}\n\n# The _GLOBAL_HOOKS function turns on the universal autoloader hooks\nsub _GLOBAL_HOOKS () {\n    return if \\&UNIVERSAL::AUTOLOAD == \\&_UNIVERSAL_AUTOLOAD;\n\n    # Overwrite UNIVERSAL::AUTOLOAD and catch any\n    # UNIVERSAL::DESTROY calls so they don't trigger\n    # UNIVERSAL::AUTOLOAD. Anyone handling DESTROY calls\n    # via an AUTOLOAD should be summarily shot.\n    *UNIVERSAL::AUTOLOAD = \\&_UNIVERSAL_AUTOLOAD;\n    *UNIVERSAL::DESTROY  = \\&_UNIVERSAL_DESTROY;\n\n    # Because this will never go away, we increment $HOOKS such\n    # that it will never be decremented, and thus the\n    # UNIVERSAL::can/isa hijack will never be removed.\n    _UPDATE_HOOKS() unless $HOOKS++;\n}\n\nBEGIN {\n    # Optional integration with prefork.pm (if installed)\n    local $@;\n    eval { require prefork };\n    if ( $@ ) {\n        # prefork is not installed.\n        # Do manual detection of mod_perl\n        $DEVEL = 1 if $ENV{MOD_PERL};\n    } else {\n        # Go into devel mode when prefork is enabled\n        $LOADED{prefork} = 1;\n        local $@;\n        eval \"prefork::notify( sub { Class::Autouse->devel(1) } )\";\n        die $@ if $@;\n    }\n}\n\n1;\n\n__END__\n\n=pod\n\n=head1 NAME\n\nClass::Autouse - Run-time load a class the first time you call a method in it.\n\n=head1 SYNOPSIS\n\n    ##################################################################\n    # SAFE FEATURES\n\n    # Debugging (if you go that way) must be set before the first use\n    BEGIN {\n        $Class::Autouse::DEBUG = 1;\n    }\n\n    # Turn on developer mode (always load immediately)\n    use Class::Autouse qw{:devel};\n\n    # Load a class on method call\n    use Class::Autouse;\n    Class::Autouse->autouse( 'CGI' );\n    print CGI->b('Wow!');\n\n    # Use as a pragma\n    use Class::Autouse qw{CGI};\n\n    # Use a whole module tree\n    Class::Autouse->autouse_recursive('Acme');\n\n    # Disable module-existance check, and thus one additional 'stat'\n    # per module, at autouse-time if loading modules off a remote\n    # network drive such as NFS or SMB.\n    # (See below for other performance optimizations.)\n    use Class::Autouse qw{:nostat};\n\n    ##################################################################\n    # UNSAFE FEATURES\n\n    # Turn on the Super Loader (load all classes on demand)\n    use Class::Autouse qw{:superloader};\n\n    # Autouse classes matching a given regular expression\n    use Class::Autouse qr/::Test$/;\n\n    # Install a class generator (instead of overriding UNIVERSAL::AUTOLOAD)\n    # (See below for a detailed example)\n    use Class::Autouse \\&my_class_generator;\n\n    # Add a manual callback to UNIVERSAL::AUTOLOAD for syntactic sugar\n    Class::Autouse->sugar(\\&my_magic);\n\n=head1 DESCRIPTION\n\nB<Class::Autouse> is a runtime class loader that allows you to specify\nclasses that will only load when a method of that class is called.\n\nFor large classes or class trees that might not be used during the running\nof a program, such as L<Date::Manip>, this can save you large amounts of\nmemory, and decrease the script load time a great deal.\n\nB<Class::Autouse> also provides a number of \"unsafe\" features for runtime\ngeneration of classes and implementation of syntactic sugar. These features\nmake use of (evil) UNIVERSAL::AUTOLOAD hooking, and are implemented in\nthis class because these hooks can only be done by a one module, and\nClass::Autouse serves as a useful place to centralise this kind of evil :)\n\n=head2 Class, not Module\n\nThe terminology \"class loading\" instead of \"module loading\" is used\nintentionally. Modules will only be loaded if they are acting as a class.\n\nThat is, they will only be loaded during a Class-E<gt>method call. If you try\nto use a subroutine directly, say with C<Class::method()>, the class will\nnot be loaded and a fatal error will mostly likely occur.\n\nThis limitation is made to allow more powerfull features in other areas,\nbecause we can focus on just loading the modules, and not have\nto deal with importing.\n\nAnd really, if you are doing OO Perl, you should be avoiding importing\nwherever possible.\n\n=head2 Use as a pragma\n\nClass::Autouse can be used as a pragma, specifying a list of classes\nto load as the arguments. For example\n\n   use Class::Autouse qw{CGI Data::Manip This::That};\n\nis equivalent to\n\n   use Class::Autouse;\n   Class::Autouse->autouse( 'CGI'         );\n   Class::Autouse->autouse( 'Data::Manip' );\n   Class::Autouse->autouse( 'This::That'  );\n\n=head2 Developer Mode\n\nC<Class::Autouse> features a developer mode. In developer mode, classes\nare loaded immediately, just like they would be with a normal 'use'\nstatement (although the import sub isn't called).\n\nThis allows error checking to be done while developing, at the expense of\na larger memory overhead. Developer mode is turned on either with the\nC<devel> method, or using :devel in any of the pragma arguments.\nFor example, this would load CGI.pm immediately\n\n    use Class::Autouse qw{:devel CGI};\n\nWhile developer mode is roughly equivalent to just using a normal use\ncommand, for a large number of modules it lets you use autoloading\nnotation, and just comment or uncomment a single line to turn developer\nmode on or off. You can leave it on during development, and turn it\noff for speed reasons when deploying.\n\n=head2 Recursive Loading\n\nAs an alternative to the super loader, the C<autouse_recursive> and\nC<load_recursive> methods can be used to autouse or load an entire tree\nof classes.\n\nFor example, the following would give you access to all the L<URI>\nrelated classes installed on the machine.\n\n    Class::Autouse->autouse_recursive( 'URI' );\n\nPlease note that the loadings will only occur down a single branch of the\ninclude path, whichever the top class is located in.\n\n=head2 No-Stat Mode\n\nFor situations where a module exists on a remote disk or another relatively\nexpensive location, you can call C<Class::Autouse> with the :nostat param\nto disable initial file existance checking at hook time.\n\n  # Disable autoload-time file existance checking\n  use Class::Autouse qw{:nostat};\n\n=head2 Super Loader Mode\n\nTurning on the C<Class::Autouse> super loader allows you to automatically\nload B<ANY> class without specifying it first. Thus, the following will\nwork and is completely legal.\n\n    use Class::Autouse qw{:superloader};\n\n    print CGI->b('Wow!');\n\nThe super loader can be turned on with either the\nC<Class::Autouse-E<gt>>superloader> method, or the C<:superloader> pragma\nargument.\n\nPlease note that unlike the normal one-at-a-time autoloading, the\nsuper-loader makes global changes, and so is not completely self-contained.\n\nIt has the potential to cause unintended effects at a distance. If you\nencounter unusual behaviour, revert to autousing one-at-a-time, or use\nthe recursive loading.\n\nUse of the Super Loader is highly discouraged for widely distributed\npublic applications or modules unless unavoidable. B<Do not use> just\nto be lazy and save a few lines of code.\n\n=head2 Loading with Regular Expressions\n\nAs another alternative to the superloader and recursive loading, a compiled\nregular expression (qr//) can be supplied as a loader.  Note that this\nloader implements UNIVERSAL::AUTOLOAD, and has the same side effects as the\nsuperloader.\n\n=head2 Registering a Callback for Dynamic Class Creation\n\nIf none of the above are sufficient, a CODE reference can be given\nto Class::Autouse.  Any attempt to call a method on a missing class\nwill launch each registered callback until one returns true.\n\nSince overriding UNIVERSAL::AUTOLOAD can be done only once in a given\nPerl application, this feature allows UNIVERSAL::AUTOLOAD to be shared.\nPlease use this instead of implementing your own UNIVERSAL::AUTOLOAD.\n\nSee the warnings under the L<Super Loader Module> above which\napply to all of the features which override UNIVERSAL::AUTOLOAD.\n\nIt is up to the callback to define the class, the details of which\nare beyond the scope of this document.   See the example below for\na quick reference:\n\n=head3 Callback Example\n\nAny use of a class like Foo::Wrapper autogenerates that class as a proxy\naround Foo.\n\n    use Class::Autouse sub {\n        my ($class) = @_;\n        if ($class =~ /(^.*)::Wrapper/) {\n            my $wrapped_class = $1;\n            eval \"package $class; use Class::AutoloadCAN;\";\n            die $@ if $@;\n            no strict 'refs';\n            *{$class . '::new' } = sub {\n                my $class = shift;\n                my $proxy = $wrapped_class->new(@_);\n                my $self = bless({proxy => $proxy},$class);\n                return $self;\n            };\n            *{$class . '::CAN' } = sub {\n                my ($obj,$method) = @_;\n                my $delegate = $wrapped_class->can($method);\n                return unless $delegate;\n                my $delegator = sub {\n                    my $self = shift;\n                    if (ref($self)) {\n                        return $self->{proxy}->$method(@_);\n                    }\n                    else {\n                        return $wrapped_class->$method(@_);\n                    }\n                };\n                return *{ $class . '::' . $method } = $delegator;\n            };\n\n            return 1;\n        }\n        return;\n    };\n\n    package Foo;\n    sub new { my $class = shift; bless({@_},$class); }\n    sub class_method { 123 }\n    sub instance_method {\n        my ($self,$v) = @_;\n        return $v * $self->some_property\n    }\n    sub some_property { shift->{some_property} }\n\n\n    package main;\n    my $x = Foo::Wrapper->new(\n        some_property => 111,\n    );\n    print $x->some_property,\"\\n\";\n    print $x->instance_method(5),\"\\n\";\n    print Foo::Wrapper->class_method,\"\\n\";\n\n=head2 sugar\n\nThis method is provided to support \"syntactic sugar\": allowing the developer\nto put things into Perl which do not look like regular Perl.  There are\nseveral ways to do this in Perl.  Strategies which require overriding\nUNIVERSAL::AUTOLOAD can use this interface instead to share that method\nwith the superloader, and with class gnerators.\n\nWhen Perl is unable to find a subroutine/method, and all of the class loaders\nare exhausted, callbacks registered via sugar() are called.  The callbacks\nrecieve the class name, method name, and parameters of the call.\n\nIf the callback returns nothing, Class::Autouse will continue to iterate through\nother callbacks.  The first callback which returns a true value will\nend iteration.  That value is expected to be a CODE reference which will respond\nto the AUTOLOAD call.\n\nNote: The sugar callback(s) will only be fired by UNIVERSAL::AUTOLOAD after all\nother attempts at loading the class are done, and after attempts to use regular\nAUTOLOAD to handle the method call.  It is never fired by isa() or can().  It\nwill fire repatedly for the same class.  To generate classes, use the\nregular CODE ref support in autouse().\n\n=head3 Syntactic Sugar Example\n\n    use Class::Autouse;\n    Class::Autouse->sugar(\n        sub {\n            my $caller = caller(1);\n            my ($class,$method,@params) = @_;\n            shift @params;\n            my @words = ($method,$class,@params);\n            my $sentence = join(\" \",@words);\n            return sub { $sentence };\n        }\n    );\n\n    $x = trolls have big ugly hairy feet;\n\n    print $x,\"\\n\";\n    # trolls have big ugly hairy feet\n\n=head2 mod_perl\n\nThe mechanism that C<Class::Autouse> uses is not compatible with L<mod_perl>.\nIn particular with reloader modules like L<Apache::Reload>. C<Class::Autouse>\ndetects the presence of mod_perl and acts as normal, but will always load\nall classes immediately, equivalent to having developer mode enabled.\n\nThis is actually beneficial, as under mod_perl classes should be preloaded\nin the parent mod_perl process anyway, to prevent them having to be loaded\nby the Apache child classes. It also saves HUGE amounts of memory.\n\nNote that dynamically generated classes and classes loaded via regex CANNOT\nbe pre-loaded automatically before forking child processes.  They will still\nbe loaded on demand, often in the child process.  See L<prefork> below.\n\n=head2 prefork\n\nAs with mod_perl, C<Class::Autouse> is compatible with the L<prefork> module,\nand all modules specifically autoloaded will be loaded before forking correctly,\nwhen requested by L<prefork>.\n\nSince modules generated via callback or regex cannot be loaded automatically\nby prefork in a generic way, it's advised to use prefork directly to load/generate\nclasses when using mod_perl.\n\n=head2 Performance Optimizatons\n\n=over\n\n=item :nostat\n\nDescribed above, this option is useful when the module in question is on\nremote disk.\n\n=item :noprebless\n\nWhen set, Class::Autouse presumes that objects which are already blessed\nhave their class loaded.\n\nThis is true in most cases, but will break if the developer intends to\nreconstitute serialized objects from Data::Dumper, FreezeThaw or its\ncousins, and has configured Class::Autouse to load the involved classes\njust-in-time.\n\n=item :staticisa\n\nWhen set, presumes that @ISA will not change for a class once it is loaded.\nThe greatest grandparent of a class will be given back the original can/isa\nimplementations which are faster than those Class::Autouse installs into\nUNIVERSAL.  This is a performance tweak useful in most cases, but is left\noff by default to prevent obscure bugs.\n\n=back\n\n=head2 The Internal Debugger\n\nClass::Autouse provides an internal debugger, which can be used to debug\nany weird edge cases you might encounter when using it.\n\nIf the C<$Class::Autouse::DEBUG> variable is true when C<Class::Autouse>\nis first loaded, debugging will be compiled in. This debugging prints\noutput like the following to STDOUT.\n\n    Class::Autouse::autouse_recursive( 'Foo' )\n        Class::Autouse::_recursive( 'Foo', 'load' )\n            Class::Autouse::load( 'Foo' )\n            Class::Autouse::_children( 'Foo' )\n            Class::Autouse::load( 'Foo::Bar' )\n                Class::Autouse::_file_exists( 'Foo/Bar.pm' )\n                Class::Autouse::load -> Loading in Foo/Bar.pm\n            Class::Autouse::load( 'Foo::More' )\n                etc...\n\nPlease note that because this is optimised out if not used, you can\nno longer (since 1.20) enable debugging at run-time. This decision was\nmade to remove a large number of unneeded branching and speed up loading.\n\n=head1 METHODS\n\n=head2 autouse $class, ...\n\nThe autouse method sets one or more classes to be loaded as required.\n\n=head2 load $class\n\nThe load method loads one or more classes into memory. This is functionally\nequivalent to using require to load the class list in, except that load\nwill detect and remove the autoloading hook from a previously autoused\nclass, whereas as use effectively ignore the class, and not load it.\n\n=head2 devel\n\nThe devel method sets development mode on (argument of 1) or off\n(argument of 0).\n\nIf any classes have previously been autouse'd and not loaded when this\nmethod is called, they will be loaded immediately.\n\n=head2 superloader\n\nThe superloader method turns on the super loader.\n\nPlease note that once you have turned the superloader on, it cannot be\nturned off. This is due to code that might be relying on it being there not\nbeing able to autoload its classes when another piece of code decides\nthey don't want it any more, and turns the superloader off.\n\n=head2 class_exists $class\n\nHandy method when doing the sort of jobs that C<Class::Autouse> does. Given\na class name, it will return true if the class can be loaded ( i.e. in @INC ),\nfalse if the class can't be loaded, and undef if the class name is invalid.\n\nNote that this does not actually load the class, just tests to see if it can\nbe loaded. Loading can still fail. For a more comprehensive set of methods\nof this nature, see L<Class::Inspector>.\n\n=head2 autouse_recursive $class\n\nThe same as the C<autouse> method, but autouses recursively.\n\n=head2 load_recursive $class\n\nThe same as the C<load> method, but loads recursively. Great for checking that\na large class tree that might not always be loaded will load correctly.\n\n=head1 SUPPORT\n\nBugs should be always be reported via the CPAN bug tracker at\n\nL<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Class-Autouse>\n\nFor other issues, or commercial enhancement or support, contact the author.\n\n=head1 AUTHORS\n\nAdam Kennedy E<lt>cpan@ali.asE<gt>\n\nScott Smith E<lt>sakoht@cpan.orgE<gt>\n\nRob Napier E<lt>rnapier@employees.orgE<gt>\n\n=head1 SEE ALSO\n\nL<autoload>, L<autoclass>\n\n=head1 COPYRIGHT\n\nCopyright 2002 - 2012 Adam Kennedy.\n\nThis program is free software; you can redistribute\nit and/or modify it under the same terms as Perl itself.\n\nThe full text of the license can be found in the\nLICENSE file included with this module.\n\n=cut\n"
  },
  {
    "path": "engine/PerlVendor/Data/Validate/Domain.pm",
    "content": "package Data::Validate::Domain;\n\nuse strict;\nuse warnings;\n\nour $VERSION = '0.14';\n\nuse Net::Domain::TLD 1.74 qw(tld_exists);\n\nuse Exporter qw( import );\n\n## no critic (Modules::ProhibitAutomaticExportation)\nour @EXPORT = qw(\n    is_domain\n    is_hostname\n    is_domain_label\n);\n\nsub new {\n    my $class = shift;\n\n    return bless {@_}, ref($class) || $class;\n}\n\n# -------------------------------------------------------------------------------\n\nsub is_domain {\n    my ( $value, $opt ) = _maybe_oo(@_);\n\n    my ( $hostname, $bits ) = _domain_labels( $value, $opt );\n\n    return unless $bits;\n\n    my $tld = $bits->[-1];\n\n    # domain_allow_single_label set to true disables this check\n    unless ( $opt->{domain_allow_single_label} ) {\n\n        # All domains have more then 1 label (neely.cx good, com not good)\n        return if @{$bits} < 2;\n    }\n\n    return $hostname if $opt->{domain_disable_tld_validation};\n\n    # If the option to enable domain_private_tld is enabled\n    # and a private domain is specified, then we return if that matches\n    if ( exists $opt->{domain_private_tld}\n        && ref( $opt->{domain_private_tld} ) ) {\n        my $lc_tld = lc($tld);\n        if ( ref( $opt->{domain_private_tld} ) eq 'HASH' ) {\n            if ( exists $opt->{domain_private_tld}->{$lc_tld} ) {\n                return $hostname;\n            }\n        }\n        else {\n            if ( $tld =~ $opt->{domain_private_tld} ) {\n                return $hostname;\n            }\n        }\n    }\n\n    # Verify domain has a valid TLD\n    return unless tld_exists($tld);\n\n    return $hostname;\n}\n\n# -------------------------------------------------------------------------------\n\nsub is_hostname {\n    my ( $value, $opt ) = _maybe_oo(@_);\n\n    my ($hostname) = _domain_labels( $value, $opt );\n\n    # We do not verify TLD for hostnames, as hostname.subhost is a valid hostname\n\n    return $hostname;\n}\n\nsub _domain_labels {\n    my ( $value, $opt ) = @_;\n\n    return unless defined($value);\n\n    my $length = length($value);\n    return if $length < 0 || $length > 255;\n\n    my $trailing_dot = $value =~ s/\\.\\z// ? q{.} : q{};\n\n    my @bits;\n    foreach my $label ( split /\\./, $value, -1 ) {\n        my $bit = is_domain_label( $label, $opt );\n        return unless defined $bit;\n        push( @bits, $bit );\n    }\n\n    return unless @bits;\n\n    return ( join( '.', @bits ) . $trailing_dot, \\@bits );\n}\n\nsub is_domain_label {\n    my ( $value, $opt ) = _maybe_oo(@_);\n\n    return unless defined($value);\n\n    # Fix Bug: 41033\n    return if ( $value =~ /\\n/ );\n\n    # bail if we are dealing with more then just a hostname\n    return if ( $value =~ /\\./ );\n    my $length = length($value);\n    my $hostname;\n    if ( $length == 1 ) {\n        if ( $opt->{domain_allow_underscore} ) {\n            ($hostname) = $value =~ /^([0-9A-Za-z\\_])$/;\n        }\n        else {\n            ($hostname) = $value =~ /^([0-9A-Za-z])$/;\n        }\n    }\n    elsif ( $length > 1 && $length <= 63 ) {\n        if ( $opt->{domain_allow_underscore} ) {\n            ($hostname)\n                = $value =~ /^([0-9A-Za-z\\_][0-9A-Za-z\\-\\_]*[0-9A-Za-z])$/;\n        }\n        else {\n            ($hostname)\n                = $value =~ /^([0-9A-Za-z][0-9A-Za-z\\-]*[0-9A-Za-z])$/;\n        }\n    }\n    else {\n        return;\n    }\n    return $hostname;\n}\n\nsub _maybe_oo {\n    if ( ref $_[0] ) {\n        return @_[ 1, 0 ];\n    }\n    else {\n        return ( $_[0], ( defined $_[1] ? $_[1] : {} ) );\n    }\n}\n\n1;\n\n# ABSTRACT: Domain and host name validation\n\n__END__\n\n=pod\n\n=encoding UTF-8\n\n=head1 NAME\n\nData::Validate::Domain - Domain and host name validation\n\n=head1 VERSION\n\nversion 0.14\n\n=head1 SYNOPSIS\n\n  use Data::Validate::Domain qw(is_domain);\n\n  # as a function\n  my $test = is_domain($suspect);\n  die \"$test is not a domain\" unless $test;\n\n  # or\n\n  die \"$test is not a domain\" unless is_domain($suspect, \\%options);\n\n  # or as an object\n  my $v = Data::Validate::Domain->new(%options);\n\n  die \"$test is not a domain\" unless $v->is_domain($suspect);\n\n=head1 DESCRIPTION\n\nThis module offers a few subroutines for validating domain and host names.\n\n=for test_synopsis my ($suspect, %options);\n\n=head1 FUNCTIONS\n\nAll of the functions below are exported by default.\n\nAll of the functions return an untainted value on success and a false value\n(C<undef> or an empty list) on failure. In scalar context, you should check\nthat the return value is defined, because something like\nC<is_domain_label('0')> will return a defined but false value.\n\nThe value to test is always the first (and often only) argument.\n\nNote that none of these functions test whether a domain or hostname is\nactually resolvable or reachable.\n\n=head2 Data::Validate::Domain->new()\n\nThis method constructs a validation object. It accepts the following arguments:\n\n=over 4\n\n=item * domain_allow_underscore\n\nAccording to RFC underscores are forbidden in hostnames but not domain names.\nBy default C<is_domain()>, C<is_domain_label()>, and C<is_hostname()> will\nfail if the value to be checked includes underscores. Setting this to a true\nvalue with allow the use of underscores in all functions.\n\n=item * domain_allow_single_label\n\nBy default C<is_domain()> will fail if you ask it to verify a domain that only\nhas a single label i.e. \"neely.cx\" is good, but \"com\" would fail. If you set\nthis option to a true value then C<is_domain()> will allow single label\ndomains through. This is most likely to be useful in combination with\nthe C<domain_private_tld> argument.\n\n=item * domain_disable_tld_validation\n\nDisables TLD validation for C<is_domain()>. This may be useful if you need to\ncheck domains with new gTLDs that have not yet been added to\nL<Net::Domain::TLD>.\n\n=item * domain_private_tld\n\nBy default C<is_domain()> requires all domains to have a valid public TLD\n(i.e. com, net, org, uk, etc). This is verified using the L<Net::Domain::TLD>\nmodule. This behavior can be extended in two different ways. You can provide\neither a hash reference where additional TLDs are keys or you can supply a\nregular expression.\n\nNOTE: The TLD is normalized to the lower case form prior to the check being\ndone. This is done only for the TLD check, and does not alter the output in\nany way.\n\nHashref example:\n\n  domain_private_tld => {\n      privatetld1 => 1,\n      privatetld2 => 1,\n  }\n\nRegular expression example:\n\n domain_private_tld => qr /^(?:privatetld1|privatetld2)$/,\n\n=back\n\n=head2 is_domain($domain, \\%options)\n\nThis can be called as either a subroutine or a method. If called as a sub, you\ncan pass any of the arguments accepted by the constructor as options. If\ncalled as a method, any additional options are ignored.\n\nThis returns the untainted domain name if the given C<$domain> is a valid\ndomain.\n\nA dotted quad (such as 127.0.0.1) is not considered a domain and will return false.\nSee L<Data::Validate::IP> for IP Validation.\n\nPer RFC 1035, this sub does accept a value ending in a single period\n(i.e. \"domain.com.\") to be a valid domain. This is called an absolute domain\nname, and should be properly resolved by any DNS tool (tested with C<dig>,\nC<ssh>, and L<Net::DNS>).\n\n=over 4\n\n=item I<From RFC 952>\n\n   A \"name\" (Net, Host, Gateway, or Domain name) is a text string up\n   to 24 characters drawn from the alphabet (A-Z), digits (0-9), minus\n   sign (-), and period (.). Note that periods are only allowed when\n   they serve to delimit components of \"domain style names\".\n\n   No blank or space characters are permitted as part of a\n   name. No distinction is made between upper and lower case. The first\n   character must be an alpha character [Relaxed in RFC 1123] . The last\n   character must not be a minus sign or period.\n\n=item I<From RFC 1035>\n\n    labels          63 octets or less\n    names           255 octets or less\n\n    [snip] limit the label to 63 octets or less.\n\n    To simplify implementations, the total length of a domain name (i.e.,\n    label octets and label length octets) is restricted to 255 octets or\n    less.\n\n=item I<From RFC 1123>\n\n    One aspect of host name syntax is hereby changed: the\n    restriction on the first character is relaxed to allow either a\n    letter or a digit. Host software MUST support this more liberal\n    syntax.\n\n    Host software MUST handle host names of up to 63 characters and\n    SHOULD handle host names of up to 255 characters.\n\n=back\n\n=head2 is_hostname($hostname, \\%options)\n\nThis can be called as either a subroutine or a method. If called as a sub, you\ncan pass any of the arguments accepted by the constructor as options. If\ncalled as a method, any additional options are ignored.\n\nThis returns the untainted hostname if the given C<$hostname> is a valid\nhostname.\n\nHostnames are not required to end in a valid TLD.\n\n=head2 is_domain_label($label, \\%options)\n\nThis can be called as either a subroutine or a method. If called as a sub, you\ncan pass any of the arguments accepted by the constructor as options. If\ncalled as a method, any additional options are ignored.\n\nThis returns the untainted label if the given C<$label> is a valid\nlabel.\n\nA domain label is simply a single piece of a domain or hostname. For example,\nthe \"www.foo.com\" hostname contains the labels \"www\", \"foo\", and \"com\".\n\n=head1 SEE ALSO\n\nB<[RFC 1034] [RFC 1035] [RFC 2181] [RFC 1123]>\n\n=over 4\n\n=item L<Data::Validate>\n\n=item L<Data::Validate::IP>\n\n=back\n\n=head1 ACKNOWLEDGEMENTS\n\nThanks to Richard Sonnen <F<sonnen@richardsonnen.com>> for writing the Data::Validate module.\n\nThanks to Len Reed <F<lreed@levanta.com>> for helping develop the options mechanism for Data::Validate modules.\n\n=head1 SUPPORT\n\nBugs may be submitted through L<the RT bug tracker|http://rt.cpan.org/Public/Dist/Display.html?Name=Data-Validate-Domain>\n(or L<bug-data-validate-domain@rt.cpan.org|mailto:bug-data-validate-domain@rt.cpan.org>).\n\nI am also usually active on IRC as 'drolsky' on C<irc://irc.perl.org>.\n\n=head1 AUTHORS\n\n=over 4\n\n=item *\n\nNeil Neely <neil@neely.cx>\n\n=item *\n\nDave Rolsky <autarch@urth.org>\n\n=back\n\n=head1 CONTRIBUTORS\n\n=for stopwords David Steinbrunner Gregory Oschwald\n\n=over 4\n\n=item *\n\nDavid Steinbrunner <dsteinbrunner@pobox.com>\n\n=item *\n\nGregory Oschwald <goschwald@maxmind.com>\n\n=back\n\n=head1 COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2016 by Neil Neely.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n\n=cut\n"
  },
  {
    "path": "engine/PerlVendor/Net/Domain/TLD.pm",
    "content": "package Net::Domain::TLD;\nuse strict;\nuse base qw( Exporter );\nuse 5.006;\nour @EXPORT_OK = qw( tlds tld_exists %tld_profile );\nour $VERSION = '1.75';\n\nuse warnings;\nuse Carp;\nuse Storable qw ( dclone );\n\nuse constant TLD_TYPES => qw ( new_open new_restricted gtld_open gtld_restricted gtld_new cc ccidn );\n\n=head1 NAME\n\n  Net::Domain::TLD - Work with TLD names \n\n=head1 SYNOPSIS\n\n  use Net::Domain::TLD qw(tlds tld_exists);\n  my @ccTLDs = tlds('cc');\n  print \"TLD ok\\n\" if tld_exists('ac','cc');\n\n=head1 DESCRIPTION\n\n  The purpose of this module is to provide user with current list of \n  available top level domain names including new ICANN additions and ccTLDs\n  Currently TLD definitions have been acquired from the following sources:\n\n  http://www.icann.org/tlds/\n  http://www.dnso.org/constituency/gtld/gtld.html\n  http://www.iana.org/cctld/cctld-whois.htm\n  https://www.iana.org/domains/root/db\n\n=cut\n\nmy %tld_profile = (\n    reserved => {\n        test => q{DNS testing names},\n        example => q{Documentation names},\n        invalid => q{Invalid names},\n        localhost => q{Loopback names}\n    },\n    new_open => {\n        info => q{Unrestricted use},\n        xxx => q{sponsored top-level domain}\n    },\n    new_restricted => {\n        aero => q{Air-transport industry},\n        asia => q{Companies, organisations and individuals in the Asia-Pacific region},\n        arpa => q{Address and Routing Parameter Area},\n        biz => q{Businesses},\n        cat => q{Catalan linguistic and cultural community},\n        coop => q{Cooperatives},\n        jobs => q{Human Resource Management},\n        mobi => q{Mobile},\n        museum => q{Museums},\n        name => q{For registration by individuals},\n        post => q{Universal Postal Union},\n        pro => q{Accountants, lawyers, and physicians},\n        travel => q{Travel industry},\n        tel => q{For businesses and individuals to publish contact data}\n    },\n    gtld_open => {\n        com => q{Commercial organization},\n        net => q{Network connection services provider},\n        org => q{Non-profit organizations and industry standard groups}\n    },\n    gtld_restricted => {\n        gov => q{United States Government},\n        mil => q{United States Military},\n        edu => q{Educational institution},\n        int => q{International treaties/databases},\n    },\n    cc => {\n        ac => q{Ascension Island},\n        ad => q{Andorra},\n        ae => q{United Arab Emirates},\n        af => q{Afghanistan},\n        ag => q{Antigua and Barbuda},\n        ai => q{Anguilla},\n        al => q{Albania},\n        am => q{Armenia},\n        an => q{Netherlands Antilles},\n        ao => q{Angola},\n        aq => q{Antartica},\n        ar => q{Argentina},\n        as => q{American Samoa},\n        at => q{Austria},\n        au => q{Australia},\n        aw => q{Aruba},\n        ax => q(Aland Islands),\n        az => q{Azerbaijan},\n        ba => q{Bosnia and Herzegovina},\n        bb => q{Barbados},\n        bd => q{Bangladesh},\n        be => q{Belgium},\n        bf => q{Burkina Faso},\n        bg => q{Bulgaria},\n        bh => q{Bahrain},\n        bi => q{Burundi},\n        bj => q{Benin},\n        bl => q(Saint Barthelemy),\n        bm => q{Bermuda},\n        bn => q{Brunei Darussalam},\n        bo => q{Bolivia},\n        bq => q{Not assigned},\n        br => q{Brazil},\n        bs => q{Bahamas},\n        bt => q{Bhutan},\n        bv => q{Bouvet Island},\n        bw => q{Botswana},\n        by => q{Belarus},\n        bz => q{Belize},\n        ca => q{Canada},\n        cc => q{Cocos (Keeling) Islands},\n        cd => q{Congo, Democratic Republic of the},\n        cf => q{Central African Republic},\n        cg => q{Congo, Republic of},\n        ch => q{Switzerland},\n        ci => q{Cote d'Ivoire},\n        ck => q{Cook Islands},\n        cl => q{Chile},\n        cm => q{Cameroon},\n        cn => q{China},\n        co => q{Colombia},\n        cr => q{Costa Rica},\n        cu => q{Cuba},\n        cv => q{Cap Verde},\n        cw => q{University of the Netherlands Antilles},\n        cx => q{Christmas Island},\n        cy => q{Cyprus},\n        cz => q{Czech Republic},\n        de => q{Germany},\n        dj => q{Djibouti},\n        dk => q{Denmark},\n        dm => q{Dominica},\n        do => q{Dominican Republic},\n        dz => q{Algeria},\n        ec => q{Ecuador},\n        ee => q{Estonia},\n        eg => q{Egypt},\n        eh => q{Western Sahara},\n        er => q{Eritrea},\n        es => q{Spain},\n        et => q{Ethiopia},\n        eu => q{European Union},\n        fi => q{Finland},\n        fj => q{Fiji},\n        fk => q{Falkland Islands (Malvina)},\n        fm => q{Micronesia, Federal State of},\n        fo => q{Faroe Islands},\n        fr => q{France},\n        ga => q{Gabon},\n        gb => q{United Kingdom},\n        gd => q{Grenada},\n        ge => q{Georgia},\n        gf => q{French Guiana},\n        gg => q{Guernsey},\n        gh => q{Ghana},\n        gi => q{Gibraltar},\n        gl => q{Greenland},\n        gm => q{Gambia},\n        gn => q{Guinea},\n        gp => q{Guadeloupe},\n        gq => q{Equatorial Guinea},\n        gr => q{Greece},\n        gs => q{South Georgia and the South Sandwich Islands},\n        gt => q{Guatemala},\n        gu => q{Guam},\n        gw => q{Guinea-Bissau},\n        gy => q{Guyana},\n        hk => q{Hong Kong},\n        hm => q{Heard and McDonald Islands},\n        hn => q{Honduras},\n        hr => q{Croatia/Hrvatska},\n        ht => q{Haiti},\n        hu => q{Hungary},\n        id => q{Indonesia},\n        ie => q{Ireland},\n        il => q{Israel},\n        im => q{Isle of Man},\n        in => q{India},\n        io => q{British Indian Ocean Territory},\n        iq => q{Iraq},\n        ir => q{Iran (Islamic Republic of)},\n        is => q{Iceland},\n        it => q{Italy},\n        je => q{Jersey},\n        jm => q{Jamaica},\n        jo => q{Jordan},\n        jp => q{Japan},\n        ke => q{Kenya},\n        kg => q{Kyrgyzstan},\n        kh => q{Cambodia},\n        ki => q{Kiribati},\n        km => q{Comoros},\n        kn => q{Saint Kitts and Nevis},\n        kp => q{Korea, Democratic People's Republic},\n        kr => q{Korea, Republic of},\n        kw => q{Kuwait},\n        ky => q{Cayman Islands},\n        kz => q{Kazakhstan},\n        la => q{Lao People's Democratic Republic},\n        lb => q{Lebanon},\n        lc => q{Saint Lucia},\n        li => q{Liechtenstein},\n        lk => q{Sri Lanka},\n        lr => q{Liberia},\n        ls => q{Lesotho},\n        lt => q{Lithuania},\n        lu => q{Luxembourg},\n        lv => q{Latvia},\n        ly => q{Libyan Arab Jamahiriya},\n        ma => q{Morocco},\n        mc => q{Monaco},\n        md => q{Moldova, Republic of},\n        me => q(Montenegro),\n        mf => q{Saint Martin (French part)},\n        mg => q{Madagascar},\n        mh => q{Marshall Islands},\n        mk => q{Macedonia, Former Yugoslav Republic},\n        ml => q{Mali},\n        mm => q{Myanmar},\n        mn => q{Mongolia},\n        mo => q{Macau},\n        mp => q{Northern Mariana Islands},\n        mq => q{Martinique},\n        mr => q{Mauritania},\n        ms => q{Montserrat},\n        mt => q{Malta},\n        mu => q{Mauritius},\n        mv => q{Maldives},\n        mw => q{Malawi},\n        mx => q{Mexico},\n        my => q{Malaysia},\n        mz => q{Mozambique},\n        na => q{Namibia},\n        nc => q{New Caledonia},\n        ne => q{Niger},\n        nf => q{Norfolk Island},\n        ng => q{Nigeria},\n        ni => q{Nicaragua},\n        nl => q{Netherlands},\n        no => q{Norway},\n        np => q{Nepal},\n        nr => q{Nauru},\n        nu => q{Niue},\n        nz => q{New Zealand},\n        om => q{Oman},\n        pa => q{Panama},\n        pe => q{Peru},\n        pf => q{French Polynesia},\n        pg => q{Papua New Guinea},\n        ph => q{Philippines},\n        pk => q{Pakistan},\n        pl => q{Poland},\n        pm => q{St. Pierre and Miquelon},\n        pn => q{Pitcairn Island},\n        pr => q{Puerto Rico},\n        ps => q{Palestinian Territories},\n        pt => q{Portugal},\n        pw => q{Palau},\n        py => q{Paraguay},\n        qa => q{Qatar},\n        re => q{Reunion Island},\n        ro => q{Romania},\n        rs => q(Serbia),\n        ru => q{Russian Federation},\n        rw => q{Rwanda},\n        sa => q{Saudi Arabia},\n        sb => q{Solomon Islands},\n        sc => q{Seychelles},\n        sd => q{Sudan},\n        se => q{Sweden},\n        sg => q{Singapore},\n        sh => q{St. Helena},\n        si => q{Slovenia},\n        sj => q{Svalbard and Jan Mayen Islands},\n        sk => q{Slovak Republic},\n        sl => q{Sierra Leone},\n        sm => q{San Marino},\n        sn => q{Senegal},\n        so => q{Somalia},\n        sr => q{Suriname},\n        ss => q{Not assigned},\n        st => q{Sao Tome and Principe},\n        su => q{Soviet Union},\n        sv => q{El Salvador},\n        sx => q{SX Registry SA B.V.},\n        sy => q{Syrian Arab Republic},\n        sz => q{Swaziland},\n        tc => q{Turks and Caicos Islands},\n        td => q{Chad},\n        tf => q{French Southern Territories},\n        tg => q{Togo},\n        th => q{Thailand},\n        tj => q{Tajikistan},\n        tk => q{Tokelau},\n        tl => q{Timor-Leste},\n        tm => q{Turkmenistan},\n        tn => q{Tunisia},\n        to => q{Tonga},\n        tp => q{East Timor},\n        tr => q{Turkey},\n        tt => q{Trinidad and Tobago},\n        tv => q{Tuvalu},\n        tw => q{Taiwan},\n        tz => q{Tanzania},\n        ua => q{Ukraine},\n        ug => q{Uganda},\n        uk => q{United Kingdom},\n        um => q{US Minor Outlying Islands},\n        us => q{United States},\n        uy => q{Uruguay},\n        uz => q{Uzbekistan},\n        va => q{Holy See (City Vatican State)},\n        vc => q{Saint Vincent and the Grenadines},\n        ve => q{Venezuela},\n        vg => q{Virgin Islands (British)},\n        vi => q{Virgin Islands (USA)},\n        vn => q{Vietnam},\n        vu => q{Vanuatu},\n        wf => q{Wallis and Futuna Islands},\n        ws => q{Western Samoa},\n        ye => q{Yemen},\n        yt => q{Mayotte},\n        yu => q{Yugoslavia},\n        za => q{South Africa},\n        zm => q{Zambia},\n        zw => q{Zimbabwe}\n    },\n    ccidn => {\n        'xn--0zwm56d' => q{Internet Assigned Numbers Authority},\n        'xn--11b5bs3a9aj6g' => q{Internet Assigned Numbers Authority},\n        'xn--1qqw23a' => q{Guangzhou YU Wei Information Technology Co., Ltd.},\n        'xn--3bst00m' => q{Eagle Horizon Limited},\n        'xn--3ds443g' => q{TLD REGISTRY LIMITED},\n        'xn--3e0b707e' => q{KISA (Korea Internet & Security Agency)},\n        'xn--45brj9c' => q{National Internet Exchange of India},\n        'xn--45q11c' => q{Zodiac Scorpio Limited},\n        'xn--4gbrim' => q{Suhub Electronic Establishment},\n        'xn--54b7fta0cc' => q{Not assigned},\n        'xn--55qw42g' => q{China Organizational Name Administration Center},\n        'xn--55qx5d' => q{Computer Network Information Center of Chinese Academy of Sciences （China Internet Network Information Center）},\n        'xn--6frz82g' => q{Afilias Limited},\n        'xn--6qq986b3xl' => q{Tycoon Treasure Limited},\n        'xn--80adxhks' => q{Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)},\n        'xn--80akhbyknj4f' => q{Internet Assigned Numbers Authority},\n        'xn--80ao21a' => q{Association of IT Companies of Kazakhstan},\n        'xn--80asehdb' => q{CORE Association},\n        'xn--80aswg' => q{CORE Association},\n        'xn--90a3ac' => q{Serbian National Internet Domain Registry (RNIDS)},\n        'xn--90ais' => q{Not assigned},\n        'xn--9t4b11yi5a' => q{Internet Assigned Numbers Authority},\n        'xn--b4w605ferd' => q{Temasek Holdings (Private) Limited},\n        'xn--c1avg' => q{Public Interest Registry},\n        'xn--cg4bki' => q{SAMSUNG SDS CO., LTD},\n        'xn--clchc0ea0b2g2a9gcd' => q{Singapore Network Information Centre (SGNIC) Pte Ltd},\n        'xn--czr694b' => q{HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED},\n        'xn--czrs0t' => q{Wild Island, LLC},\n        'xn--czru2d' => q{Zodiac Aquarius Limited},\n        'xn--d1acj3b' => q{The Foundation for Network Initiatives “The Smart Internet”},\n        'xn--d1alf' => q{Macedonian Academic Research Network Skopje},\n        'xn--deba0ad' => q{Internet Assigned Numbers Authority},\n        'xn--fiq228c5hs' => q{TLD REGISTRY LIMITED},\n        'xn--fiq64b' => q{CITIC Group Corporation},\n        'xn--fiqs8s' => q{China Internet Network Information Center},\n        'xn--fiqz9s' => q{China Internet Network Information Center},\n        'xn--flw351e' => q{Charleston Road Registry Inc.},\n        'xn--fpcrj9c3d' => q{National Internet Exchange of India},\n        'xn--fzc2c9e2c' => q{LK Domain Registry},\n        'xn--g6w251d' => q{Internet Assigned Numbers Authority},\n        'xn--gecrj9c' => q{National Internet Exchange of India},\n        'xn--h2brj9c' => q{National Internet Exchange of India},\n        'xn--hgbk6aj7f53bba' => q{Internet Assigned Numbers Authority},\n        'xn--hlcj6aya9esc7a' => q{Internet Assigned Numbers Authority},\n        'xn--hxt814e' => q{Zodiac Libra Limited},\n        'xn--i1b6b1a6a2e' => q{Public Interest Registry},\n        'xn--io0a7i' => q{Computer Network Information Center of Chinese Academy of Sciences （China Internet Network Information Center）},\n        'xn--j1amh' => q{Ukrainian Network Information Centre (UANIC), Inc.},\n        'xn--j6w193g' => q{Hong Kong Internet Registration Corporation Ltd.},\n        'xn--jxalpdlp' => q{Internet Assigned Numbers Authority},\n        'xn--kgbechtv' => q{Internet Assigned Numbers Authority},\n        'xn--kprw13d' => q{Taiwan Network Information Center (TWNIC)},\n        'xn--kpry57d' => q{Taiwan Network Information Center (TWNIC)},\n        'xn--kput3i' => q{Beijing RITT-Net Technology Development Co., Ltd},\n        'xn--l1acc' => q{Datacom Co.,Ltd},\n        'xn--lgbbat1ad8j' => q{CERIST},\n        'xn--mgb9awbf' => q{Telecommunications Regulatory Authority (TRA)},\n        'xn--mgba3a4f16a' => q{Institute for Research in Fundamental Sciences (IPM)},\n        'xn--mgbaam7a8h' => q{Telecommunications Regulatory Authority (TRA)},\n        'xn--mgbab2bd' => q{CORE Association},\n        'xn--mgbai9azgqp6j' => q{Not assigned},\n        'xn--mgbayh7gpa' => q{National Information Technology Center (NITC)},\n        'xn--mgbbh1a71e' => q{National Internet Exchange of India},\n        'xn--mgbc0a9azcg' => q{Agence Nationale de R�glementation des T�l�communications (ANRT)},\n        'xn--mgberp4a5d4ar' => q{Communications and Information Technology Commission},\n        'xn--mgbpl2fh' => q{Not assigned},\n        'xn--mgbtx2b' => q{Not assigned},\n        'xn--mgbx4cd0ab' => q{MYNIC Berhad},\n        'xn--ngbc5azd' => q{International Domain Registry Pty. Ltd.},\n        'xn--node' => q{Information Technologies Development Center (ITDC)},\n        'xn--nqv7f' => q{Public Interest Registry},\n        'xn--nqv7fs00ema' => q{Public Interest Registry},\n        'xn--o3cw4h' => q{Thai Network Information Center Foundation},\n        'xn--ogbpf8fl' => q{National Agency for Network Services (NANS)},\n        'xn--p1acf' => q{Rusnames Limited},\n        'xn--p1ai' => q{Coordination Center for TLD RU},\n        'xn--pgbs0dh' => q{Agence Tunisienne d'Internet},\n        'xn--q9jyb4c' => q{Charleston Road Registry Inc.},\n        'xn--qcka1pmc' => q{Charleston Road Registry Inc.},\n        'xn--rhqv96g' => q{Stable Tone Limited},\n        'xn--s9brj9c' => q{National Internet Exchange of India},\n        'xn--ses554g' => q{KNET Co., Ltd},\n        'xn--unup4y' => q{Spring Fields, LLC},\n        'xn--vermgensberater-ctb' => q{Deutsche Verm�gensberatung Aktiengesellschaft DVAG},\n        'xn--vermgensberatung-pwb' => q{Deutsche Verm�gensberatung Aktiengesellschaft DVAG},\n        'xn--vhquv' => q{Dash McCook, LLC},\n        'xn--wgbh1c' => q{National Telecommunication Regulatory Authority - NTRA},\n        'xn--wgbl6a' => q{Communications Regulatory Authority},\n        'xn--xhq521b' => q{Guangzhou YU Wei Information Technology Co., Ltd.},\n        'xn--xkc2al3hye2a' => q{LK Domain Registry},\n        'xn--xkc2dl3a5ee0h' => q{National Internet Exchange of India},\n        'xn--y9a3aq' => q{Not assigned},\n        'xn--yfro4i67o' => q{Singapore Network Information Centre (SGNIC) Pte Ltd},\n        'xn--ygbi2ammx' => q{Ministry of Telecom & Information Technology (MTIT)},\n        'xn--zckzah' => q{Internet Assigned Numbers Authority},\n        'xn--zfr164b' => q{China Organizational Name Administration Center},\n    },\n    gtld_new => {\n        '&#x200f;טעסט&#x200e;' => q{Internet Assigned Numbers Authority},\n        '&#x200f;קום&#x200e;' => q{VeriSign Sarl},\n        '&#x200f;آزمایشی&#x200e;' => q{Internet Assigned Numbers Authority},\n        '&#x200f;إختبار&#x200e;' => q{Internet Assigned Numbers Authority},\n        '&#x200f;ابوظبي&#x200e;' => q{Abu Dhabi Systems and Information Centre},\n        '&#x200f;ارامكو&#x200e;' => q{Aramco Services Company},\n        '&#x200f;الاردن&#x200e;' => q{National Information Technology Center (NITC)},\n        '&#x200f;الجزائر&#x200e;' => q{CERIST},\n        '&#x200f;السعودية&#x200e;' => q{Communications and Information Technology Commission},\n        '&#x200f;العليان&#x200e;' => q{Crescent Holding GmbH},\n        '&#x200f;المغرب&#x200e;' => q{Agence Nationale de Réglementation des Télécommunications (ANRT)},\n        '&#x200f;امارات&#x200e;' => q{Telecommunications Regulatory Authority (TRA)},\n        '&#x200f;ایران&#x200e;' => q{Institute for Research in Fundamental Sciences (IPM)},\n        '&#x200f;بارت&#x200e;' => q{Not assigned},\n        '&#x200f;بازار&#x200e;' => q{CORE Association},\n        '&#x200f;بيتك&#x200e;' => q{Kuwait Finance House},\n        '&#x200f;بھارت&#x200e;' => q{National Internet Exchange of India},\n        '&#x200f;تونس&#x200e;' => q{Agence Tunisienne d&#39;Internet},\n        '&#x200f;سودان&#x200e;' => q{Sudan Internet Society},\n        '&#x200f;سورية&#x200e;' => q{National Agency for Network Services (NANS)},\n        '&#x200f;شبكة&#x200e;' => q{International Domain Registry Pty. Ltd.},\n        '&#x200f;عراق&#x200e;' => q{Communications and Media Commission (CMC)},\n        '&#x200f;عمان&#x200e;' => q{Telecommunications Regulatory Authority (TRA)},\n        '&#x200f;فلسطين&#x200e;' => q{Ministry of Telecom &amp; Information Technology (MTIT)},\n        '&#x200f;قطر&#x200e;' => q{Communications Regulatory Authority},\n        '&#x200f;كوم&#x200e;' => q{VeriSign Sarl},\n        '&#x200f;مصر&#x200e;' => q{National Telecommunication Regulatory Authority - NTRA},\n        '&#x200f;مليسيا&#x200e;' => q{MYNIC Berhad},\n        '&#x200f;موبايلي&#x200e;' => q{GreenTech Consultancy Company W.L.L.},\n        '&#x200f;موقع&#x200e;' => q{Suhub Electronic Establishment},\n        '&#x200f;همراه&#x200e;' => q{Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.},\n        '&#x200f;پاکستان&#x200e;' => q{Not assigned},\n        '&#x200f;ڀارت&#x200e;' => q{Not assigned},\n        'aaa' => q{American Automobile Association, Inc.},\n        'aarp' => q{AARP},\n        'abarth' => q{Fiat Chrysler Automobiles N.V.},\n        'abb' => q{ABB Ltd},\n        'abbott' => q{Abbott Laboratories, Inc.},\n        'abbvie' => q{AbbVie Inc.},\n        'abc' => q{Disney Enterprises, Inc.},\n        'able' => q{Able Inc.},\n        'abogado' => q{Top Level Domain Holdings Limited},\n        'abudhabi' => q{Abu Dhabi Systems and Information Centre},\n        'ac' => q{Network Information Center (AC Domain Registry) - c/o Cable and Wireless (Ascension Island)},\n        'academy' => q{Half Oaks, LLC},\n        'accenture' => q{Accenture plc},\n        'accountant' => q{dot Accountant Limited},\n        'accountants' => q{Knob Town, LLC},\n        'aco' => q{ACO Severin Ahlmann GmbH &amp; Co. KG},\n        'active' => q{The Active Network, Inc},\n        'actor' => q{United TLD Holdco Ltd.},\n        'ad' => q{Andorra Telecom},\n        'adac' => q{Allgemeiner Deutscher Automobil-Club e.V. (ADAC)},\n        'ads' => q{Charleston Road Registry Inc.},\n        'adult' => q{ICM Registry AD LLC},\n        'ae' => q{Telecommunication Regulatory Authority (TRA)},\n        'aeg' => q{Aktiebolaget Electrolux},\n        'aero' => q{Societe Internationale de Telecommunications Aeronautique (SITA INC USA)},\n        'aetna' => q{Aetna Life Insurance Company},\n        'af' => q{Ministry of Communications and IT},\n        'afamilycompany' => q{Johnson Shareholdings, Inc.},\n        'afl' => q{Australian Football League},\n        'ag' => q{UHSA School of Medicine},\n        'agakhan' => q{Fondation Aga Khan (Aga Khan Foundation)},\n        'agency' => q{Steel Falls, LLC},\n        'ai' => q{Government of Anguilla},\n        'aig' => q{American International Group, Inc.},\n        'aigo' => q{aigo Digital Technology Co,Ltd.},\n        'airbus' => q{Airbus S.A.S.},\n        'airforce' => q{United TLD Holdco Ltd.},\n        'airtel' => q{Bharti Airtel Limited},\n        'akdn' => q{Fondation Aga Khan (Aga Khan Foundation)},\n        'al' => q{Electronic and Postal Communications Authority - AKEP},\n        'alfaromeo' => q{Fiat Chrysler Automobiles N.V.},\n        'alibaba' => q{Alibaba Group Holding Limited},\n        'alipay' => q{Alibaba Group Holding Limited},\n        'allfinanz' => q{Allfinanz Deutsche Vermögensberatung Aktiengesellschaft},\n        'allstate' => q{Allstate Fire and Casualty Insurance Company},\n        'ally' => q{Ally Financial Inc.},\n        'alsace' => q{REGION D ALSACE},\n        'alstom' => q{ALSTOM},\n        'am' => q{&quot;Internet Society&quot; Non-governmental Organization},\n        'americanexpress' => q{American Express Travel Related Services Company, Inc.},\n        'americanfamily' => q{AmFam, Inc.},\n        'amex' => q{American Express Travel Related Services Company, Inc.},\n        'amfam' => q{AmFam, Inc.},\n        'amica' => q{Amica Mutual Insurance Company},\n        'amsterdam' => q{Gemeente Amsterdam},\n        'an' => q{Retired},\n        'analytics' => q{Campus IP LLC},\n        'android' => q{Charleston Road Registry Inc.},\n        'anquan' => q{QIHOO 360 TECHNOLOGY CO. LTD.},\n        'anz' => q{Australia and New Zealand Banking Group Limited},\n        'ao' => q{Faculdade de Engenharia da Universidade Agostinho Neto},\n        'apartments' => q{June Maple, LLC},\n        'app' => q{Charleston Road Registry Inc.},\n        'apple' => q{Apple Inc.},\n        'aq' => q{Antarctica Network Information Centre Limited},\n        'aquarelle' => q{Aquarelle.com},\n        'ar' => q{Presidencia de la Nación – Secretaría Legal y Técnica},\n        'aramco' => q{Aramco Services Company},\n        'archi' => q{STARTING DOT LIMITED},\n        'army' => q{United TLD Holdco Ltd.},\n        'arpa' => q{Internet Architecture Board (IAB)},\n        'art' => q{UK Creative Ideas Limited},\n        'arte' => q{Association Relative à la Télévision Européenne G.E.I.E.},\n        'as' => q{AS Domain Registry},\n        'asda' => q{Wal-Mart Stores, Inc.},\n        'asia' => q{DotAsia Organisation Ltd.},\n        'associates' => q{Baxter Hill, LLC},\n        'at' => q{nic.at GmbH},\n        'athleta' => q{The Gap, Inc.},\n        'attorney' => q{United TLD Holdco, Ltd},\n        'au' => q{.au Domain Administration (auDA)},\n        'auction' => q{United TLD HoldCo, Ltd.},\n        'audi' => q{AUDI Aktiengesellschaft},\n        'audible' => q{Amazon Registry Services, Inc.},\n        'audio' => q{Uniregistry, Corp.},\n        'auspost' => q{Australian Postal Corporation},\n        'author' => q{Amazon Registry Services, Inc.},\n        'auto' => q{Cars Registry Limited},\n        'autos' => q{DERAutos, LLC},\n        'avianca' => q{Aerovias del Continente Americano S.A. Avianca},\n        'aw' => q{SETAR},\n        'aws' => q{Amazon Registry Services, Inc.},\n        'ax' => q{Ålands landskapsregering},\n        'axa' => q{AXA SA},\n        'az' => q{IntraNS},\n        'azure' => q{Microsoft Corporation},\n        'ba' => q{Universtiy Telinformatic Centre (UTIC)},\n        'baby' => q{Johnson &amp; Johnson Services, Inc.},\n        'baidu' => q{Baidu, Inc.},\n        'banamex' => q{Citigroup Inc.},\n        'bananarepublic' => q{The Gap, Inc.},\n        'band' => q{United TLD Holdco, Ltd},\n        'bank' => q{fTLD Registry Services, LLC},\n        'bar' => q{Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable},\n        'barcelona' => q{Municipi de Barcelona},\n        'barclaycard' => q{Barclays Bank PLC},\n        'barclays' => q{Barclays Bank PLC},\n        'barefoot' => q{Gallo Vineyards, Inc.},\n        'bargains' => q{Half Hallow, LLC},\n        'bauhaus' => q{Werkhaus GmbH},\n        'bayern' => q{Bayern Connect GmbH},\n        'bb' => q{Government of Barbados - Ministry of Economic Affairs and Development\n    Telecommunications Unit},\n        'bbc' => q{British Broadcasting Corporation},\n        'bbt' => q{BB&amp;T Corporation},\n        'bbva' => q{BANCO BILBAO VIZCAYA ARGENTARIA, S.A.},\n        'bcg' => q{The Boston Consulting Group, Inc.},\n        'bcn' => q{Municipi de Barcelona},\n        'bd' => q{Ministry of Post &amp; Telecommunications - Bangladesh Secretariat},\n        'be' => q{DNS Belgium vzw/asbl},\n        'beats' => q{Beats Electronics, LLC},\n        'beauty' => q{L&#39;Oréal},\n        'beer' => q{Top Level Domain Holdings Limited},\n        'bentley' => q{Bentley Motors Limited},\n        'berlin' => q{dotBERLIN GmbH &amp; Co. KG},\n        'best' => q{BestTLD Pty Ltd},\n        'bestbuy' => q{BBY Solutions, Inc.},\n        'bet' => q{Afilias plc},\n        'bf' => q{ARCE-AutoritÈ de RÈgulation des Communications Electroniques},\n        'bg' => q{Register.BG},\n        'bh' => q{Telecommunications Regulatory Authority (TRA)},\n        'bharti' => q{Bharti Enterprises (Holding) Private Limited},\n        'bi' => q{Centre National de l&#39;Informatique},\n        'bible' => q{American Bible Society},\n        'bid' => q{dot Bid Limited},\n        'bike' => q{Grand Hollow, LLC},\n        'bing' => q{Microsoft Corporation},\n        'bingo' => q{Sand Cedar, LLC},\n        'bio' => q{STARTING DOT LIMITED},\n        'biz' => q{Neustar, Inc.},\n        'bj' => q{Benin Telecoms S.A.},\n        'bl' => q{Not assigned},\n        'black' => q{Afilias Limited},\n        'blackfriday' => q{Uniregistry, Corp.},\n        'blanco' => q{BLANCO GmbH + Co KG},\n        'blockbuster' => q{Dish DBS Corporation},\n        'blog' => q{Knock Knock WHOIS There, LLC},\n        'bloomberg' => q{Bloomberg IP Holdings LLC},\n        'blue' => q{Afilias Limited},\n        'bm' => q{Registry General Department, Ministry of Home Affairs},\n        'bms' => q{Bristol-Myers Squibb Company},\n        'bmw' => q{Bayerische Motoren Werke Aktiengesellschaft},\n        'bn' => q{Brunei Darussalam Network Information Centre Sdn Bhd (BNNIC)},\n        'bnl' => q{Banca Nazionale del Lavoro},\n        'bnpparibas' => q{BNP Paribas},\n        'bo' => q{Agencia para el Desarrollo de la Información de la Sociedad en Bolivia},\n        'boats' => q{DERBoats, LLC},\n        'boehringer' => q{Boehringer Ingelheim International GmbH},\n        'bofa' => q{NMS Services, Inc.},\n        'bom' => q{Núcleo de Informação e Coordenação do Ponto BR - NIC.br},\n        'bond' => q{Bond University Limited},\n        'boo' => q{Charleston Road Registry Inc.},\n        'book' => q{Amazon Registry Services, Inc.},\n        'booking' => q{Booking.com B.V.},\n        'boots' => q{THE BOOTS COMPANY PLC},\n        'bosch' => q{Robert Bosch GMBH},\n        'bostik' => q{Bostik SA},\n        'bot' => q{Amazon Registry Services, Inc.},\n        'boutique' => q{Over Galley, LLC},\n        'bq' => q{Not assigned},\n        'br' => q{Comite Gestor da Internet no Brasil},\n        'bradesco' => q{Banco Bradesco S.A.},\n        'bridgestone' => q{Bridgestone Corporation},\n        'broadway' => q{Celebrate Broadway, Inc.},\n        'broker' => q{DOTBROKER REGISTRY LTD},\n        'brother' => q{Brother Industries, Ltd.},\n        'brussels' => q{DNS.be vzw},\n        'bs' => q{The College of the Bahamas},\n        'bt' => q{Ministry of Information and Communications},\n        'budapest' => q{Top Level Domain Holdings Limited},\n        'bugatti' => q{Bugatti International SA},\n        'build' => q{Plan Bee LLC},\n        'builders' => q{Atomic Madison, LLC},\n        'business' => q{Spring Cross, LLC},\n        'buy' => q{Amazon Registry Services, INC},\n        'buzz' => q{DOTSTRATEGY CO.},\n        'bv' => q{UNINETT Norid A/S},\n        'bw' => q{Botswana Communications Regulatory Authority (BOCRA)},\n        'by' => q{Reliable Software, Ltd.},\n        'bz' => q{University of Belize},\n        'bzh' => q{Association www.bzh},\n        'ca' => q{Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI)},\n        'cab' => q{Half Sunset, LLC},\n        'cafe' => q{Pioneer Canyon, LLC},\n        'cal' => q{Charleston Road Registry Inc.},\n        'call' => q{Amazon Registry Services, Inc.},\n        'calvinklein' => q{PVH gTLD Holdings LLC},\n        'cam' => q{AC Webconnecting Holding B.V.},\n        'camera' => q{Atomic Maple, LLC},\n        'camp' => q{Delta Dynamite, LLC},\n        'cancerresearch' => q{Australian Cancer Research Foundation},\n        'canon' => q{Canon Inc.},\n        'capetown' => q{ZA Central Registry NPC trading as ZA Central Registry},\n        'capital' => q{Delta Mill, LLC},\n        'capitalone' => q{Capital One Financial Corporation},\n        'car' => q{Cars Registry Limited},\n        'caravan' => q{Caravan International, Inc.},\n        'cards' => q{Foggy Hollow, LLC},\n        'care' => q{Goose Cross, LLC},\n        'career' => q{dotCareer LLC},\n        'careers' => q{Wild Corner, LLC},\n        'cars' => q{Cars Registry Limited},\n        'cartier' => q{Richemont DNS Inc.},\n        'casa' => q{Top Level Domain Holdings Limited},\n        'cash' => q{Delta Lake, LLC},\n        'casino' => q{Binky Sky, LLC},\n        'cat' => q{Fundacio puntCAT},\n        'catering' => q{New Falls. LLC},\n        'cba' => q{COMMONWEALTH BANK OF AUSTRALIA},\n        'cbn' => q{The Christian Broadcasting Network, Inc.},\n        'cbre' => q{CBRE, Inc.},\n        'cbs' => q{CBS Domains Inc.},\n        'cc' => q{eNIC Cocos (Keeling) Islands Pty. - Ltd. d/b/a Island Internet Services},\n        'cd' => q{Office Congolais des Postes et Télécommunications - OCPT},\n        'ceb' => q{The Corporate Executive Board Company},\n        'center' => q{Tin Mill, LLC},\n        'ceo' => q{CEOTLD Pty Ltd},\n        'cern' => q{European Organization for Nuclear Research (&quot;CERN&quot;)},\n        'cf' => q{Societe Centrafricaine de Telecommunications (SOCATEL)},\n        'cfa' => q{CFA Institute},\n        'cfd' => q{DOTCFD REGISTRY LTD},\n        'cg' => q{ONPT Congo and Interpoint Switzerland},\n        'ch' => q{SWITCH The Swiss Education &amp; Research Network},\n        'chanel' => q{Chanel International B.V.},\n        'channel' => q{Charleston Road Registry Inc.},\n        'chase' => q{JPMorgan Chase Bank, National Association},\n        'chat' => q{Sand Fields, LLC},\n        'cheap' => q{Sand Cover, LLC},\n        'chintai' => q{CHINTAI Corporation},\n        'chloe' => q{Richemont DNS Inc.},\n        'christmas' => q{Uniregistry, Corp.},\n        'chrome' => q{Charleston Road Registry Inc.},\n        'chrysler' => q{FCA US LLC.},\n        'church' => q{Holly Fileds, LLC},\n        'ci' => q{INP-HB Institut National Polytechnique Felix Houphouet Boigny},\n        'cipriani' => q{Hotel Cipriani Srl},\n        'circle' => q{Amazon Registry Services, Inc.},\n        'cisco' => q{Cisco Technology, Inc.},\n        'citadel' => q{Citadel Domain LLC},\n        'citi' => q{Citigroup Inc.},\n        'citic' => q{CITIC Group Corporation},\n        'city' => q{Snow Sky, LLC},\n        'cityeats' => q{Lifestyle Domain Holdings, Inc.},\n        'ck' => q{Telecom Cook Islands Ltd.},\n        'cl' => q{NIC Chile (University of Chile)},\n        'claims' => q{Black Corner, LLC},\n        'cleaning' => q{Fox Shadow, LLC},\n        'click' => q{Uniregistry, Corp.},\n        'clinic' => q{Goose Park, LLC},\n        'clinique' => q{The Estée Lauder Companies Inc.},\n        'clothing' => q{Steel Lake, LLC},\n        'cloud' => q{ARUBA PEC S.p.A.},\n        'club' => q{.CLUB DOMAINS, LLC},\n        'clubmed' => q{Club Méditerranée S.A.},\n        'cm' => q{Cameroon Telecommunications (CAMTEL)},\n        'cn' => q{China Internet Network Information Center (CNNIC)},\n        'co' => q{.CO Internet S.A.S.},\n        'coach' => q{Koko Island, LLC},\n        'codes' => q{Puff Willow, LLC},\n        'coffee' => q{Trixy Cover, LLC},\n        'college' => q{XYZ.COM LLC},\n        'cologne' => q{NetCologne Gesellschaft für Telekommunikation mbH},\n        'com' => q{VeriSign Global Registry Services},\n        'comcast' => q{Comcast IP Holdings I, LLC},\n        'commbank' => q{COMMONWEALTH BANK OF AUSTRALIA},\n        'community' => q{Fox Orchard, LLC},\n        'company' => q{Silver Avenue, LLC},\n        'compare' => q{iSelect Ltd},\n        'computer' => q{Pine Mill, LLC},\n        'comsec' => q{VeriSign, Inc.},\n        'condos' => q{Pine House, LLC},\n        'construction' => q{Fox Dynamite, LLC},\n        'consulting' => q{United TLD Holdco, LTD.},\n        'contact' => q{Top Level Spectrum, Inc.},\n        'contractors' => q{Magic Woods, LLC},\n        'cooking' => q{Top Level Domain Holdings Limited},\n        'cookingchannel' => q{Lifestyle Domain Holdings, Inc.},\n        'cool' => q{Koko Lake, LLC},\n        'coop' => q{DotCooperation LLC},\n        'corsica' => q{Collectivité Territoriale de Corse},\n        'country' => q{Top Level Domain Holdings Limited},\n        'coupon' => q{Amazon Registry Services, Inc.},\n        'coupons' => q{Black Island, LLC},\n        'courses' => q{OPEN UNIVERSITIES AUSTRALIA PTY LTD},\n        'cr' => q{National Academy of Sciences - Academia Nacional de Ciencias},\n        'credit' => q{Snow Shadow, LLC},\n        'creditcard' => q{Binky Frostbite, LLC},\n        'creditunion' => q{CUNA Performance Resources, LLC},\n        'cricket' => q{dot Cricket Limited},\n        'crown' => q{Crown Equipment Corporation},\n        'crs' => q{Federated Co-operatives Limited},\n        'cruises' => q{Spring Way, LLC},\n        'csc' => q{Alliance-One Services, Inc.},\n        'cu' => q{CENIAInternet - Industria y San Jose\n    Capitolio Nacional},\n        'cuisinella' => q{SALM S.A.S.},\n        'cv' => q{Agência Nacional das Comunicações (ANAC)},\n        'cw' => q{University of Curacao},\n        'cx' => q{Christmas Island Domain Administration Limited},\n        'cy' => q{University of Cyprus},\n        'cymru' => q{Nominet UK},\n        'cyou' => q{Beijing Gamease Age Digital Technology Co., Ltd.},\n        'cz' => q{CZ.NIC, z.s.p.o},\n        'dabur' => q{Dabur India Limited},\n        'dad' => q{Charleston Road Registry Inc.},\n        'dance' => q{United TLD Holdco Ltd.},\n        'date' => q{dot Date Limited},\n        'dating' => q{Pine Fest, LLC},\n        'datsun' => q{NISSAN MOTOR CO., LTD.},\n        'day' => q{Charleston Road Registry Inc.},\n        'dclk' => q{Charleston Road Registry Inc.},\n        'dds' => q{Minds + Machines Group Limited},\n        'de' => q{DENIC eG},\n        'deal' => q{Amazon Registry Services, Inc.},\n        'dealer' => q{Dealer Dot Com, Inc.},\n        'deals' => q{Sand Sunset, LLC},\n        'degree' => q{United TLD Holdco, Ltd},\n        'delivery' => q{Steel Station, LLC},\n        'dell' => q{Dell Inc.},\n        'deloitte' => q{Deloitte Touche Tohmatsu},\n        'delta' => q{Delta Air Lines, Inc.},\n        'democrat' => q{United TLD Holdco Ltd.},\n        'dental' => q{Tin Birch, LLC},\n        'dentist' => q{United TLD Holdco, Ltd},\n        'desi' => q{Desi Networks LLC},\n        'design' => q{Top Level Design, LLC},\n        'dev' => q{Charleston Road Registry Inc.},\n        'dhl' => q{Deutsche Post AG},\n        'diamonds' => q{John Edge, LLC},\n        'diet' => q{Uniregistry, Corp.},\n        'digital' => q{Dash Park, LLC},\n        'direct' => q{Half Trail, LLC},\n        'directory' => q{Extra Madison, LLC},\n        'discount' => q{Holly Hill, LLC},\n        'discover' => q{Discover Financial Services},\n        'dish' => q{Dish DBS Corporation},\n        'diy' => q{Lifestyle Domain Holdings, Inc.},\n        'dj' => q{Djibouti Telecom S.A},\n        'dk' => q{Dansk Internet Forum},\n        'dm' => q{DotDM Corporation},\n        'dnp' => q{Dai Nippon Printing Co., Ltd.},\n        'do' => q{Pontificia Universidad Catolica Madre y Maestra - Recinto Santo Tomas de Aquino},\n        'docs' => q{Charleston Road Registry Inc.},\n        'doctor' => q{Brice Trail, LLC},\n        'dodge' => q{FCA US LLC.},\n        'dog' => q{Koko Mill, LLC},\n        'doha' => q{Communications Regulatory Authority (CRA)},\n        'domains' => q{Sugar Cross, LLC},\n        'doosan' => q{Retired},\n        'dot' => q{Dish DBS Corporation},\n        'download' => q{dot Support Limited},\n        'drive' => q{Charleston Road Registry Inc.},\n        'dtv' => q{Dish DBS Corporation},\n        'dubai' => q{Dubai Smart Government Department},\n        'duck' => q{Johnson Shareholdings, Inc.},\n        'dunlop' => q{The Goodyear Tire &amp; Rubber Company},\n        'duns' => q{The Dun &amp; Bradstreet Corporation},\n        'dupont' => q{E. I. du Pont de Nemours and Company},\n        'durban' => q{ZA Central Registry NPC trading as ZA Central Registry},\n        'dvag' => q{Deutsche Vermögensberatung Aktiengesellschaft DVAG},\n        'dz' => q{CERIST},\n        'earth' => q{Interlink Co., Ltd.},\n        'eat' => q{Charleston Road Registry Inc.},\n        'ec' => q{NIC.EC (NICEC) S.A.},\n        'eco' => q{Big Room Inc.},\n        'edeka' => q{EDEKA Verband kaufmännischer Genossenschaften e.V.},\n        'edu' => q{EDUCAUSE},\n        'education' => q{Brice Way, LLC},\n        'ee' => q{Eesti Interneti Sihtasutus (EIS)},\n        'eg' => q{Egyptian Universities Network (EUN) - Supreme Council of Universities},\n        'eh' => q{Not assigned},\n        'email' => q{Spring Madison, LLC},\n        'emerck' => q{Merck KGaA},\n        'energy' => q{Binky Birch, LLC},\n        'engineer' => q{United TLD Holdco Ltd.},\n        'engineering' => q{Romeo Canyon},\n        'enterprises' => q{Snow Oaks, LLC},\n        'epost' => q{Deutsche Post AG},\n        'epson' => q{Seiko Epson Corporation},\n        'equipment' => q{Corn Station, LLC},\n        'er' => q{Eritrea Telecommunication Services Corporation (EriTel)},\n        'ericsson' => q{Telefonaktiebolaget L M Ericsson},\n        'erni' => q{ERNI Group Holding AG},\n        'es' => q{Red.es},\n        'esq' => q{Charleston Road Registry Inc.},\n        'estate' => q{Trixy Park, LLC},\n        'esurance' => q{Esurance Insurance Company},\n        'et' => q{Ethio telecom},\n        'eu' => q{EURid vzw/asbl},\n        'eurovision' => q{European Broadcasting Union (EBU)},\n        'eus' => q{Puntueus Fundazioa},\n        'events' => q{Pioneer Maple, LLC},\n        'everbank' => q{EverBank},\n        'exchange' => q{Spring Falls, LLC},\n        'expert' => q{Magic Pass, LLC},\n        'exposed' => q{Victor Beach, LLC},\n        'express' => q{Sea Sunset, LLC},\n        'extraspace' => q{Extra Space Storage LLC},\n        'fage' => q{Fage International S.A.},\n        'fail' => q{Atomic Pipe, LLC},\n        'fairwinds' => q{FairWinds Partners, LLC},\n        'faith' => q{dot Faith Limited},\n        'family' => q{United TLD Holdco Ltd.},\n        'fan' => q{Asiamix Digital Ltd},\n        'fans' => q{Asiamix Digital Limited},\n        'farm' => q{Just Maple, LLC},\n        'farmers' => q{Farmers Insurance Exchange},\n        'fashion' => q{Top Level Domain Holdings Limited},\n        'fast' => q{Amazon Registry Services, Inc.},\n        'fedex' => q{Federal Express Corporation},\n        'feedback' => q{Top Level Spectrum, Inc.},\n        'ferrari' => q{Fiat Chrysler Automobiles N.V.},\n        'ferrero' => q{Ferrero Trading Lux S.A.},\n        'fi' => q{Finnish Communications Regulatory Authority},\n        'fiat' => q{Fiat Chrysler Automobiles N.V.},\n        'fidelity' => q{Fidelity Brokerage Services LLC},\n        'fido' => q{Rogers Communications Partnership},\n        'film' => q{Motion Picture Domain Registry Pty Ltd},\n        'final' => q{Núcleo de Informação e Coordenação do Ponto BR - NIC.br},\n        'finance' => q{Cotton Cypress, LLC},\n        'financial' => q{Just Cover, LLC},\n        'fire' => q{Amazon Registry Services, Inc.},\n        'firestone' => q{Bridgestone Licensing Services, Inc.},\n        'firmdale' => q{Firmdale Holdings Limited},\n        'fish' => q{Fox Woods, LLC},\n        'fishing' => q{Top Level Domain Holdings Limited},\n        'fit' => q{Minds + Machines Group Limited},\n        'fitness' => q{Brice Orchard, LLC},\n        'fj' => q{The University of the South Pacific - IT Services},\n        'fk' => q{Falkland Islands Government},\n        'flickr' => q{Yahoo! Domain Services Inc.},\n        'flights' => q{Fox Station, LLC},\n        'flir' => q{FLIR Systems, Inc.},\n        'florist' => q{Half Cypress, LLC},\n        'flowers' => q{Uniregistry, Corp.},\n        'flsmidth' => q{Retired},\n        'fly' => q{Charleston Road Registry Inc.},\n        'fm' => q{FSM Telecommunications Corporation},\n        'fo' => q{FO Council},\n        'foo' => q{Charleston Road Registry Inc.},\n        'foodnetwork' => q{Lifestyle Domain Holdings, Inc.},\n        'football' => q{Foggy Farms, LLC},\n        'ford' => q{Ford Motor Company},\n        'forex' => q{DOTFOREX REGISTRY LTD},\n        'forsale' => q{United TLD Holdco, LLC},\n        'forum' => q{Fegistry, LLC},\n        'foundation' => q{John Dale, LLC},\n        'fox' => q{FOX Registry, LLC},\n        'fr' => q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)},\n        'fresenius' => q{Fresenius Immobilien-Verwaltungs-GmbH},\n        'frl' => q{FRLregistry B.V.},\n        'frogans' => q{OP3FT},\n        'frontdoor' => q{Lifestyle Domain Holdings, Inc.},\n        'frontier' => q{Frontier Communications Corporation},\n        'ftr' => q{Frontier Communications Corporation},\n        'fujitsu' => q{Fujitsu Limited},\n        'fujixerox' => q{Xerox DNHC LLC},\n        'fund' => q{John Castle, LLC},\n        'furniture' => q{Lone Fields, LLC},\n        'futbol' => q{United TLD Holdco, Ltd.},\n        'fyi' => q{Silver Tigers, LLC},\n        'ga' => q{Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)},\n        'gal' => q{Asociación puntoGAL},\n        'gallery' => q{Sugar House, LLC},\n        'gallo' => q{Gallo Vineyards, Inc.},\n        'gallup' => q{Gallup, Inc.},\n        'game' => q{Uniregistry, Corp.},\n        'games' => q{United TLD Holdco Ltd.},\n        'gap' => q{The Gap, Inc.},\n        'garden' => q{Top Level Domain Holdings Limited},\n        'gb' => q{Reserved Domain - IANA},\n        'gbiz' => q{Charleston Road Registry Inc.},\n        'gd' => q{The National Telecommunications Regulatory Commission (NTRC)},\n        'gdn' => q{Joint Stock Company &quot;Navigation-information systems&quot;},\n        'ge' => q{Caucasus Online},\n        'gea' => q{GEA Group Aktiengesellschaft},\n        'gent' => q{Combell nv},\n        'genting' => q{Resorts World Inc. Pte. Ltd.},\n        'george' => q{Wal-Mart Stores, Inc.},\n        'gf' => q{Net Plus},\n        'gg' => q{Island Networks Ltd.},\n        'ggee' => q{GMO Internet, Inc.},\n        'gh' => q{Network Computer Systems Limited},\n        'gi' => q{Sapphire Networks},\n        'gift' => q{Uniregistry, Corp.},\n        'gifts' => q{Goose Sky, LLC},\n        'gives' => q{United TLD Holdco Ltd.},\n        'giving' => q{Giving Limited},\n        'gl' => q{TELE Greenland A/S},\n        'glade' => q{Johnson Shareholdings, Inc.},\n        'glass' => q{Black Cover, LLC},\n        'gle' => q{Charleston Road Registry Inc.},\n        'global' => q{Dot Global Domain Registry Limited},\n        'globo' => q{Globo Comunicação e Participações S.A},\n        'gm' => q{GM-NIC},\n        'gmail' => q{Charleston Road Registry Inc.},\n        'gmbh' => q{Extra Dynamite, LLC},\n        'gmo' => q{GMO Internet, Inc.},\n        'gmx' => q{1&amp;1 Mail &amp; Media GmbH},\n        'gn' => q{Centre National des Sciences Halieutiques de Boussoura},\n        'godaddy' => q{Go Daddy East, LLC},\n        'gold' => q{June Edge, LLC},\n        'goldpoint' => q{YODOBASHI CAMERA CO.,LTD.},\n        'golf' => q{Lone Falls, LLC},\n        'goo' => q{NTT Resonant Inc.},\n        'goodhands' => q{Allstate Fire and Casualty Insurance Company},\n        'goodyear' => q{The Goodyear Tire &amp; Rubber Company},\n        'goog' => q{Charleston Road Registry Inc.},\n        'google' => q{Charleston Road Registry Inc.},\n        'gop' => q{Republican State Leadership Committee, Inc.},\n        'got' => q{Amazon Registry Services, Inc.},\n        'gov' => q{General Services Administration - Attn: QTDC, 2E08 (.gov Domain Registration)},\n        'gp' => q{Networking Technologies Group},\n        'gq' => q{GETESA},\n        'gr' => q{ICS-FORTH GR},\n        'grainger' => q{Grainger Registry Services, LLC},\n        'graphics' => q{Over Madison, LLC},\n        'gratis' => q{Pioneer Tigers, LLC},\n        'green' => q{Afilias Limited},\n        'gripe' => q{Corn Sunset, LLC},\n        'group' => q{Romeo Town, LLC},\n        'gs' => q{Government of South Georgia and South Sandwich Islands (GSGSSI)},\n        'gt' => q{Universidad del Valle de Guatemala},\n        'gu' => q{University of Guam - Computer Center},\n        'guardian' => q{The Guardian Life Insurance Company of America},\n        'gucci' => q{Guccio Gucci S.p.a.},\n        'guge' => q{Charleston Road Registry Inc.},\n        'guide' => q{Snow Moon, LLC},\n        'guitars' => q{Uniregistry, Corp.},\n        'guru' => q{Pioneer Cypress, LLC},\n        'gw' => q{Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau},\n        'gy' => q{University of Guyana},\n        'hamburg' => q{Hamburg Top-Level-Domain GmbH},\n        'hangout' => q{Charleston Road Registry Inc.},\n        'haus' => q{United TLD Holdco, LTD.},\n        'hbo' => q{HBO Registry Services, Inc.},\n        'hdfc' => q{HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED},\n        'hdfcbank' => q{HDFC Bank Limited},\n        'health' => q{DotHealth, LLC},\n        'healthcare' => q{Silver Glen, LLC},\n        'help' => q{Uniregistry, Corp.},\n        'helsinki' => q{City of Helsinki},\n        'here' => q{Charleston Road Registry Inc.},\n        'hermes' => q{Hermes International},\n        'hgtv' => q{Lifestyle Domain Holdings, Inc.},\n        'hiphop' => q{Uniregistry, Corp.},\n        'hisamitsu' => q{Hisamitsu Pharmaceutical Co.,Inc.},\n        'hitachi' => q{Hitachi, Ltd.},\n        'hiv' => q{Uniregistry, Corp.},\n        'hk' => q{Hong Kong Internet Registration Corporation Ltd.},\n        'hkt' => q{PCCW-HKT DataCom Services Limited},\n        'hm' => q{HM Domain Registry},\n        'hn' => q{Red de Desarrollo Sostenible Honduras},\n        'hockey' => q{Half Willow, LLC},\n        'holdings' => q{John Madison, LLC},\n        'holiday' => q{Goose Woods, LLC},\n        'homedepot' => q{Homer TLC, Inc.},\n        'homegoods' => q{The TJX Companies, Inc.},\n        'homes' => q{DERHomes, LLC},\n        'homesense' => q{The TJX Companies, Inc.},\n        'honda' => q{Honda Motor Co., Ltd.},\n        'honeywell' => q{Honeywell GTLD LLC},\n        'horse' => q{Top Level Domain Holdings Limited},\n        'host' => q{DotHost Inc.},\n        'hosting' => q{Uniregistry, Corp.},\n        'hot' => q{Amazon Registry Services, Inc.},\n        'hoteles' => q{Travel Reservations SRL},\n        'hotmail' => q{Microsoft Corporation},\n        'house' => q{Sugar Park, LLC},\n        'how' => q{Charleston Road Registry Inc.},\n        'hr' => q{CARNet - Croatian Academic and Research Network},\n        'hsbc' => q{HSBC Holdings PLC},\n        'ht' => q{Consortium FDS/RDDH},\n        'htc' => q{HTC corporation},\n        'hu' => q{Council of Hungarian Internet Providers (CHIP)},\n        'hughes' => q{Hughes Satellite Systems Corporation},\n        'hyatt' => q{Hyatt GTLD, L.L.C.},\n        'hyundai' => q{Hyundai Motor Company},\n        'ibm' => q{International Business Machines Corporation},\n        'icbc' => q{Industrial and Commercial Bank of China Limited},\n        'ice' => q{IntercontinentalExchange, Inc.},\n        'icu' => q{One.com A/S},\n        'id' => q{Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)},\n        'ie' => q{University College Dublin - Computing Services\n    Computer Centre},\n        'ieee' => q{IEEE Global LLC},\n        'ifm' => q{ifm electronic gmbh},\n        'iinet' => q{Connect West Pty. Ltd.},\n        'ikano' => q{Ikano S.A.},\n        'il' => q{Internet Society of Israel},\n        'im' => q{Isle of Man Government},\n        'imamat' => q{Fondation Aga Khan (Aga Khan Foundation)},\n        'imdb' => q{Amazon Registry Services, Inc.},\n        'immo' => q{Auburn Bloom, LLC},\n        'immobilien' => q{United TLD Holdco Ltd.},\n        'in' => q{National Internet Exchange of India},\n        'industries' => q{Outer House, LLC},\n        'infiniti' => q{NISSAN MOTOR CO., LTD.},\n        'info' => q{Afilias Limited},\n        'ing' => q{Charleston Road Registry Inc.},\n        'ink' => q{Top Level Design, LLC},\n        'institute' => q{Outer Maple, LLC},\n        'insurance' => q{fTLD Registry Services LLC},\n        'insure' => q{Pioneer Willow, LLC},\n        'int' => q{Internet Assigned Numbers Authority},\n        'intel' => q{Intel Corporation},\n        'international' => q{Wild Way, LLC},\n        'intuit' => q{Intuit Administrative Services, Inc.},\n        'investments' => q{Holly Glen, LLC},\n        'io' => q{IO Top Level Domain Registry - Cable and Wireless},\n        'ipiranga' => q{Ipiranga Produtos de Petroleo S.A.},\n        'iq' => q{Communications and Media Commission (CMC)},\n        'ir' => q{Institute for Research in Fundamental Sciences},\n        'irish' => q{Dot-Irish LLC},\n        'is' => q{ISNIC - Internet Iceland ltd.},\n        'iselect' => q{iSelect Ltd},\n        'ismaili' => q{Fondation Aga Khan (Aga Khan Foundation)},\n        'ist' => q{Istanbul Metropolitan Municipality},\n        'istanbul' => q{Istanbul Metropolitan Municipality},\n        'it' => q{IIT - CNR},\n        'itau' => q{Itau Unibanco Holding S.A.},\n        'itv' => q{ITV Services Limited},\n        'iwc' => q{Richemont DNS Inc.},\n        'jaguar' => q{Jaguar Land Rover Ltd},\n        'java' => q{Oracle Corporation},\n        'jcb' => q{JCB Co., Ltd.},\n        'jcp' => q{JCP Media, Inc.},\n        'je' => q{Island Networks (Jersey) Ltd.},\n        'jeep' => q{FCA US LLC.},\n        'jetzt' => q{Wild Frostbite, LLC},\n        'jewelry' => q{Wild Bloom, LLC},\n        'jlc' => q{Richemont DNS Inc.},\n        'jll' => q{Jones Lang LaSalle Incorporated},\n        'jm' => q{University of West Indies},\n        'jmp' => q{Matrix IP LLC},\n        'jnj' => q{Johnson &amp; Johnson Services, Inc.},\n        'jo' => q{National Information Technology Center (NITC)},\n        'jobs' => q{Employ Media LLC},\n        'joburg' => q{ZA Central Registry NPC trading as ZA Central Registry},\n        'jot' => q{Amazon Registry Services, Inc.},\n        'joy' => q{Amazon Registry Services, Inc.},\n        'jp' => q{Japan Registry Services Co., Ltd.},\n        'jpmorgan' => q{JPMorgan Chase Bank, National Association},\n        'jprs' => q{Japan Registry Services Co., Ltd.},\n        'juegos' => q{Uniregistry, Corp.},\n        'juniper' => q{JUNIPER NETWORKS, INC.},\n        'kaufen' => q{United TLD Holdco Ltd.},\n        'kddi' => q{KDDI CORPORATION},\n        'ke' => q{Kenya Network Information Center (KeNIC)},\n        'kerryhotels' => q{Kerry Trading Co. Limited},\n        'kerrylogistics' => q{Kerry Trading Co. Limited},\n        'kerryproperties' => q{Kerry Trading Co. Limited},\n        'kfh' => q{Kuwait Finance House},\n        'kg' => q{AsiaInfo Telecommunication Enterprise},\n        'kh' => q{Telecommunication Regulator of Cambodia (TRC)},\n        'ki' => q{Ministry of Communications, Transport, and Tourism Development},\n        'kia' => q{KIA MOTORS CORPORATION},\n        'kim' => q{Afilias Limited},\n        'kinder' => q{Ferrero Trading Lux S.A.},\n        'kindle' => q{Amazon Registry Services, Inc.},\n        'kitchen' => q{Just Goodbye, LLC},\n        'kiwi' => q{DOT KIWI LIMITED},\n        'km' => q{Comores Telecom},\n        'kn' => q{Ministry of Finance, Sustainable Development Information &amp; Technology},\n        'koeln' => q{NetCologne Gesellschaft für Telekommunikation mbH},\n        'komatsu' => q{Komatsu Ltd.},\n        'kosher' => q{Kosher Marketing Assets LLC},\n        'kp' => q{Star Joint Venture Company},\n        'kpmg' => q{KPMG International Cooperative (KPMG International Genossenschaft)},\n        'kpn' => q{Koninklijke KPN N.V.},\n        'kr' => q{Korea Internet &amp; Security Agency (KISA)},\n        'krd' => q{KRG Department of Information Technology},\n        'kred' => q{KredTLD Pty Ltd},\n        'kuokgroup' => q{Kerry Trading Co. Limited},\n        'kw' => q{Ministry of Communications},\n        'ky' => q{The Information and Communications Technology Authority},\n        'kyoto' => q{Academic Institution: Kyoto Jyoho Gakuen},\n        'kz' => q{Association of IT Companies of Kazakhstan},\n        'la' => q{Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications},\n        'lacaixa' => q{CAIXA D&#39;ESTALVIS I PENSIONS DE BARCELONA},\n        'ladbrokes' => q{LADBROKES INTERNATIONAL PLC},\n        'lamborghini' => q{Automobili Lamborghini S.p.A.},\n        'lamer' => q{The Estée Lauder Companies Inc.},\n        'lancaster' => q{LANCASTER},\n        'lancia' => q{Fiat Chrysler Automobiles N.V.},\n        'lancome' => q{L&#39;Oréal},\n        'land' => q{Pine Moon, LLC},\n        'landrover' => q{Jaguar Land Rover Ltd},\n        'lanxess' => q{LANXESS Corporation},\n        'lasalle' => q{Jones Lang LaSalle Incorporated},\n        'lat' => q{ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico},\n        'latino' => q{Dish DBS Corporation},\n        'latrobe' => q{La Trobe University},\n        'law' => q{Minds + Machines Group Limited},\n        'lawyer' => q{United TLD Holdco, Ltd},\n        'lb' => q{American University of Beirut - Computing and Networking Services},\n        'lc' => q{University of Puerto Rico},\n        'lds' => q{IRI Domain Management, LLC},\n        'lease' => q{Victor Trail, LLC},\n        'leclerc' => q{A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc},\n        'lefrak' => q{LeFrak Organization, Inc.},\n        'legal' => q{Blue Falls, LLC},\n        'lego' => q{LEGO Juris A/S},\n        'lexus' => q{TOYOTA MOTOR CORPORATION},\n        'lgbt' => q{Afilias Limited},\n        'li' => q{Universitaet Liechtenstein},\n        'liaison' => q{Liaison Technologies, Incorporated},\n        'lidl' => q{Schwarz Domains und Services GmbH &amp; Co. KG},\n        'life' => q{Trixy Oaks, LLC},\n        'lifeinsurance' => q{American Council of Life Insurers},\n        'lifestyle' => q{Lifestyle Domain Holdings, Inc.},\n        'lighting' => q{John McCook, LLC},\n        'like' => q{Amazon Registry Services, Inc.},\n        'lilly' => q{Eli Lilly and Company},\n        'limited' => q{Big Fest, LLC},\n        'limo' => q{Hidden Frostbite, LLC},\n        'lincoln' => q{Ford Motor Company},\n        'linde' => q{Linde Aktiengesellschaft},\n        'link' => q{Uniregistry, Corp.},\n        'lipsy' => q{Lipsy Ltd},\n        'live' => q{United TLD Holdco Ltd.},\n        'living' => q{Lifestyle Domain Holdings, Inc.},\n        'lixil' => q{LIXIL Group Corporation},\n        'lk' => q{Council for Information Technology - LK Domain Registrar},\n        'loan' => q{dot Loan Limited},\n        'loans' => q{June Woods, LLC},\n        'locker' => q{Dish DBS Corporation},\n        'locus' => q{Locus Analytics LLC},\n        'loft' => q{Annco, Inc.},\n        'lol' => q{Uniregistry, Corp.},\n        'london' => q{Dot London Domains Limited},\n        'lotte' => q{Lotte Holdings Co., Ltd.},\n        'lotto' => q{Afilias Limited},\n        'love' => q{Merchant Law Group LLP},\n        'lpl' => q{LPL Holdings, Inc.},\n        'lplfinancial' => q{LPL Holdings, Inc.},\n        'lr' => q{Data Technology Solutions, Inc.},\n        'ls' => q{National University of Lesotho},\n        'lt' => q{Kaunas University of Technology},\n        'ltd' => q{Over Corner, LLC},\n        'ltda' => q{InterNetX Corp.},\n        'lu' => q{RESTENA},\n        'lundbeck' => q{H. Lundbeck A/S},\n        'lupin' => q{LUPIN LIMITED},\n        'luxe' => q{Top Level Domain Holdings Limited},\n        'luxury' => q{Luxury Partners LLC},\n        'lv' => q{University of Latvia - Institute of Mathematics and Computer Science\n    Department of Network Solutions (DNS)},\n        'ly' => q{General Post and Telecommunication Company},\n        'ma' => q{Agence Nationale de Réglementation des Télécommunications (ANRT)},\n        'macys' => q{Macys, Inc.},\n        'madrid' => q{Comunidad de Madrid},\n        'maif' => q{Mutuelle Assurance Instituteur France (MAIF)},\n        'maison' => q{Victor Frostbite, LLC},\n        'makeup' => q{L&#39;Oréal},\n        'man' => q{MAN SE},\n        'management' => q{John Goodbye, LLC},\n        'mango' => q{PUNTO FA S.L.},\n        'market' => q{United TLD Holdco, Ltd},\n        'marketing' => q{Fern Pass, LLC},\n        'markets' => q{DOTMARKETS REGISTRY LTD},\n        'marriott' => q{Marriott Worldwide Corporation},\n        'marshalls' => q{The TJX Companies, Inc.},\n        'maserati' => q{Fiat Chrysler Automobiles N.V.},\n        'mattel' => q{Mattel Sites, Inc.},\n        'mba' => q{Lone Hollow, LLC},\n        'mc' => q{Gouvernement de Monaco - Direction des Communications Electroniques},\n        'mcd' => q{McDonald’s Corporation},\n        'mcdonalds' => q{McDonald’s Corporation},\n        'mckinsey' => q{McKinsey Holdings, Inc.},\n        'md' => q{MoldData S.E.},\n        'me' => q{Government of Montenegro},\n        'med' => q{Medistry LLC},\n        'media' => q{Grand Glen, LLC},\n        'meet' => q{Charleston Road Registry Inc.},\n        'melbourne' => q{The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation},\n        'meme' => q{Charleston Road Registry Inc.},\n        'memorial' => q{Dog Beach, LLC},\n        'men' => q{Exclusive Registry Limited},\n        'menu' => q{Wedding TLD2, LLC},\n        'meo' => q{PT Comunicacoes S.A.},\n        'metlife' => q{MetLife Services and Solutions, LLC},\n        'mf' => q{Not assigned},\n        'mg' => q{NIC-MG (Network Information Center Madagascar)},\n        'mh' => q{Office of the Cabinet},\n        'miami' => q{Top Level Domain Holdings Limited},\n        'microsoft' => q{Microsoft Corporation},\n        'mil' => q{DoD Network Information Center},\n        'mini' => q{Bayerische Motoren Werke Aktiengesellschaft},\n        'mint' => q{Intuit Administrative Services, Inc.},\n        'mit' => q{Massachusetts Institute of Technology},\n        'mitsubishi' => q{Mitsubishi Corporation},\n        'mk' => q{Macedonian Academic Research Network Skopje},\n        'ml' => q{Agence des Technologies de l’Information et de la Communication},\n        'mlb' => q{MLB Advanced Media DH, LLC},\n        'mls' => q{The Canadian Real Estate Association},\n        'mm' => q{Ministry of Communications, Posts &amp; Telegraphs},\n        'mma' => q{MMA IARD},\n        'mn' => q{Datacom Co., Ltd.},\n        'mo' => q{Bureau of Telecommunications Regulation (DSRT)},\n        'mobi' => q{Afilias Technologies Limited dba dotMobi},\n        'mobily' => q{GreenTech Consultancy Company W.L.L.},\n        'moda' => q{United TLD Holdco Ltd.},\n        'moe' => q{Interlink Co., Ltd.},\n        'moi' => q{Amazon Registry Services, Inc.},\n        'mom' => q{Uniregistry, Corp.},\n        'monash' => q{Monash University},\n        'money' => q{Outer McCook, LLC},\n        'monster' => q{Monster Worldwide, Inc.},\n        'montblanc' => q{Richemont DNS Inc.},\n        'mopar' => q{FCA US LLC.},\n        'mormon' => q{IRI Domain Management, LLC (&quot;Applicant&quot;)},\n        'mortgage' => q{United TLD Holdco, Ltd},\n        'moscow' => q{Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)},\n        'motorcycles' => q{DERMotorcycles, LLC},\n        'mov' => q{Charleston Road Registry Inc.},\n        'movie' => q{New Frostbite, LLC},\n        'movistar' => q{Telefónica S.A.},\n        'mp' => q{Saipan Datacom, Inc.},\n        'mq' => q{MEDIASERV},\n        'mr' => q{Université des Sciences, de Technologie et de Médecine},\n        'ms' => q{MNI Networks Ltd.},\n        'msd' => q{MSD Registry Holdings, Inc.},\n        'mt' => q{NIC (Malta)},\n        'mtn' => q{MTN Dubai Limited},\n        'mtpc' => q{Mitsubishi Tanabe Pharma Corporation},\n        'mtr' => q{MTR Corporation Limited},\n        'mu' => q{Internet Direct Ltd},\n        'museum' => q{Museum Domain Management Association},\n        'mutual' => q{Northwestern Mutual MU TLD Registry, LLC},\n        'mutuelle' => q{Fédération Nationale de la Mutualité Française},\n        'mv' => q{Dhiraagu Pvt. Ltd. (DHIVEHINET)},\n        'mw' => q{Malawi Sustainable Development Network Programme - (Malawi SDNP)},\n        'mx' => q{NIC-Mexico - ITESM - Campus Monterrey},\n        'my' => q{MYNIC Berhad},\n        'mz' => q{Centro de Informatica de Universidade Eduardo Mondlane},\n        'na' => q{Namibian Network Information Center},\n        'nab' => q{National Australia Bank Limited},\n        'nadex' => q{Nadex Domains, Inc},\n        'nagoya' => q{GMO Registry, Inc.},\n        'name' => q{VeriSign Information Services, Inc.},\n        'nationwide' => q{Nationwide Mutual Insurance Company},\n        'natura' => q{NATURA COSMÉTICOS S.A.},\n        'navy' => q{United TLD Holdco Ltd.},\n        'nba' => q{NBA REGISTRY, LLC},\n        'nc' => q{Office des Postes et Telecommunications},\n        'ne' => q{SONITEL},\n        'nec' => q{NEC Corporation},\n        'net' => q{VeriSign Global Registry Services},\n        'netbank' => q{COMMONWEALTH BANK OF AUSTRALIA},\n        'netflix' => q{Netflix, Inc.},\n        'network' => q{Trixy Manor, LLC},\n        'neustar' => q{NeuStar, Inc.},\n        'new' => q{Charleston Road Registry Inc.},\n        'news' => q{United TLD Holdco Ltd.},\n        'next' => q{Next plc},\n        'nextdirect' => q{Next plc},\n        'nexus' => q{Charleston Road Registry Inc.},\n        'nf' => q{Norfolk Island Data Services},\n        'nfl' => q{NFL Reg Ops LLC},\n        'ng' => q{Nigeria Internet Registration Association},\n        'ngo' => q{Public Interest Registry},\n        'nhk' => q{Japan Broadcasting Corporation (NHK)},\n        'ni' => q{Universidad Nacional del Ingernieria - Centro de Computo},\n        'nico' => q{DWANGO Co., Ltd.},\n        'nike' => q{NIKE, Inc.},\n        'nikon' => q{NIKON CORPORATION},\n        'ninja' => q{United TLD Holdco Ltd.},\n        'nissan' => q{NISSAN MOTOR CO., LTD.},\n        'nissay' => q{Nippon Life Insurance Company},\n        'nl' => q{SIDN (Stichting Internet  Domeinregistratie Nederland)},\n        'no' => q{UNINETT Norid A/S},\n        'nokia' => q{Nokia Corporation},\n        'northwesternmutual' => q{Northwestern Mutual Registry, LLC},\n        'norton' => q{Symantec Corporation},\n        'now' => q{Amazon Registry Services, Inc.},\n        'nowruz' => q{Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.},\n        'nowtv' => q{Starbucks (HK) Limited},\n        'np' => q{Mercantile Communications Pvt. Ltd.},\n        'nr' => q{CENPAC NET},\n        'nra' => q{NRA Holdings Company, INC.},\n        'nrw' => q{Minds + Machines GmbH},\n        'ntt' => q{NIPPON TELEGRAPH AND TELEPHONE CORPORATION},\n        'nu' => q{The IUSN Foundation},\n        'nyc' => q{The City of New York by and through the New York City Department of Information Technology &amp; Telecommunications},\n        'nz' => q{InternetNZ},\n        'obi' => q{OBI Group Holding SE &amp; Co. KGaA},\n        'off' => q{Johnson Shareholdings, Inc.},\n        'office' => q{Microsoft Corporation},\n        'okinawa' => q{BRregistry, Inc.},\n        'olayan' => q{Crescent Holding GmbH},\n        'olayangroup' => q{Crescent Holding GmbH},\n        'oldnavy' => q{The Gap, Inc.},\n        'ollo' => q{Dish DBS Corporation},\n        'om' => q{Telecommunications Regulatory Authority (TRA)},\n        'omega' => q{The Swatch Group Ltd},\n        'one' => q{One.com A/S},\n        'ong' => q{Public Interest Registry},\n        'onl' => q{I-REGISTRY Ltd., Niederlassung Deutschland},\n        'online' => q{DotOnline Inc.},\n        'onyourside' => q{Nationwide Mutual Insurance Company},\n        'ooo' => q{INFIBEAM INCORPORATION LIMITED},\n        'open' => q{American Express Travel Related Services Company, Inc.},\n        'oracle' => q{Oracle Corporation},\n        'orange' => q{Orange Brand Services Limited},\n        'org' => q{Public Interest Registry (PIR)},\n        'organic' => q{Afilias Limited},\n        'orientexpress' => q{Orient Express},\n        'origins' => q{The Estée Lauder Companies Inc.},\n        'osaka' => q{Interlink Co., Ltd.},\n        'otsuka' => q{Otsuka Holdings Co., Ltd.},\n        'ott' => q{Dish DBS Corporation},\n        'ovh' => q{OVH SAS},\n        'pa' => q{Universidad Tecnologica de Panama},\n        'page' => q{Charleston Road Registry Inc.},\n        'pamperedchef' => q{The Pampered Chef, Ltd.},\n        'panasonic' => q{Panasonic Corporation},\n        'panerai' => q{Richemont DNS Inc.},\n        'paris' => q{City of Paris},\n        'pars' => q{Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.},\n        'partners' => q{Magic Glen, LLC},\n        'parts' => q{Sea Goodbye, LLC},\n        'party' => q{Blue Sky Registry Limited},\n        'passagens' => q{Travel Reservations SRL},\n        'pay' => q{Amazon Registry Services, Inc.},\n        'pccw' => q{PCCW Enterprises Limited},\n        'pe' => q{Red Cientifica Peruana},\n        'pet' => q{Afilias plc},\n        'pf' => q{Gouvernement de la Polynésie française},\n        'pfizer' => q{Pfizer Inc.},\n        'pg' => q{PNG DNS Administration - Vice Chancellors Office\n    The Papua New Guinea University of Technology},\n        'ph' => q{PH Domain Foundation},\n        'pharmacy' => q{National Association of Boards of Pharmacy},\n        'philips' => q{Koninklijke Philips N.V.},\n        'photo' => q{Uniregistry, Corp.},\n        'photography' => q{Sugar Glen, LLC},\n        'photos' => q{Sea Corner, LLC},\n        'physio' => q{PhysBiz Pty Ltd},\n        'piaget' => q{Richemont DNS Inc.},\n        'pics' => q{Uniregistry, Corp.},\n        'pictet' => q{Pictet Europe S.A.},\n        'pictures' => q{Foggy Sky, LLC},\n        'pid' => q{Top Level Spectrum, Inc.},\n        'pin' => q{Amazon Registry Services, Inc.},\n        'ping' => q{Ping Registry Provider, Inc.},\n        'pink' => q{Afilias Limited},\n        'pioneer' => q{Pioneer Corporation},\n        'pizza' => q{Foggy Moon, LLC},\n        'pk' => q{PKNIC},\n        'pl' => q{Research and Academic Computer Network},\n        'place' => q{Snow Galley, LLC},\n        'play' => q{Charleston Road Registry Inc.},\n        'playstation' => q{Sony Computer Entertainment Inc.},\n        'plumbing' => q{Spring Tigers, LLC},\n        'plus' => q{Sugar Mill, LLC},\n        'pm' => q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)},\n        'pn' => q{Pitcairn Island Administration},\n        'pnc' => q{PNC Domain Co., LLC},\n        'pohl' => q{Deutsche Vermögensberatung Aktiengesellschaft DVAG},\n        'poker' => q{Afilias Domains No. 5 Limited},\n        'politie' => q{Politie Nederland},\n        'porn' => q{ICM Registry PN LLC},\n        'post' => q{Universal Postal Union},\n        'pr' => q{Gauss Research Laboratory Inc.},\n        'pramerica' => q{Prudential Financial, Inc.},\n        'praxi' => q{Praxi S.p.A.},\n        'press' => q{DotPress Inc.},\n        'prime' => q{Amazon Registry Services, Inc.},\n        'pro' => q{Registry Services Corporation - dba RegistryPro},\n        'prod' => q{Charleston Road Registry Inc.},\n        'productions' => q{Magic Birch, LLC},\n        'prof' => q{Charleston Road Registry Inc.},\n        'progressive' => q{Progressive Casualty Insurance Company},\n        'promo' => q{Afilias plc},\n        'properties' => q{Big Pass, LLC},\n        'property' => q{Uniregistry, Corp.},\n        'protection' => q{XYZ.COM LLC},\n        'pru' => q{Prudential Financial, Inc.},\n        'prudential' => q{Prudential Financial, Inc.},\n        'ps' => q{Ministry Of Telecommunications &amp; - Information Technology,\n    Government Computer Center.},\n        'pt' => q{Associação DNS.PT},\n        'pub' => q{United TLD Holdco Ltd.},\n        'pw' => q{Micronesia Investment and Development Corporation},\n        'pwc' => q{PricewaterhouseCoopers LLP},\n        'py' => q{NIC-PY},\n        'qa' => q{Communications Regulatory Authority},\n        'qpon' => q{dotCOOL, Inc.},\n        'quebec' => q{PointQuébec Inc},\n        'quest' => q{Quest ION Limited},\n        'qvc' => q{QVC, Inc.},\n        'racing' => q{Premier Registry Limited},\n        'raid' => q{Johnson Shareholdings, Inc.},\n        're' => q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)},\n        'read' => q{Amazon Registry Services, Inc.},\n        'realestate' => q{dotRealEstate LLC},\n        'realtor' => q{Real Estate Domains LLC},\n        'realty' => q{Fegistry, LLC},\n        'recipes' => q{Grand Island, LLC},\n        'red' => q{Afilias Limited},\n        'redstone' => q{Redstone Haute Couture Co., Ltd.},\n        'redumbrella' => q{Travelers TLD, LLC},\n        'rehab' => q{United TLD Holdco Ltd.},\n        'reise' => q{Foggy Way, LLC},\n        'reisen' => q{New Cypress, LLC},\n        'reit' => q{National Association of Real Estate Investment Trusts, Inc.},\n        'ren' => q{Beijing Qianxiang Wangjing Technology Development Co., Ltd.},\n        'rent' => q{XYZ.COM LLC},\n        'rentals' => q{Big Hollow,LLC},\n        'repair' => q{Lone Sunset, LLC},\n        'report' => q{Binky Glen, LLC},\n        'republican' => q{United TLD Holdco Ltd.},\n        'rest' => q{Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable},\n        'restaurant' => q{Snow Avenue, LLC},\n        'review' => q{dot Review Limited},\n        'reviews' => q{United TLD Holdco, Ltd.},\n        'rexroth' => q{Robert Bosch GMBH},\n        'rich' => q{I-REGISTRY Ltd., Niederlassung Deutschland},\n        'richardli' => q{Pacific Century Asset Management (HK) Limited},\n        'ricoh' => q{Ricoh Company, Ltd.},\n        'rightathome' => q{Johnson Shareholdings, Inc.},\n        'rio' => q{Empresa Municipal de Informática SA - IPLANRIO},\n        'rip' => q{United TLD Holdco Ltd.},\n        'ro' => q{National Institute for R&amp;D in Informatics},\n        'rocher' => q{Ferrero Trading Lux S.A.},\n        'rocks' => q{United TLD Holdco, LTD.},\n        'rodeo' => q{Top Level Domain Holdings Limited},\n        'rogers' => q{Rogers Communications Partnership},\n        'room' => q{Amazon Registry Services, Inc.},\n        'rs' => q{Serbian National Internet Domain Registry (RNIDS)},\n        'rsvp' => q{Charleston Road Registry Inc.},\n        'ru' => q{Coordination Center for TLD RU},\n        'ruhr' => q{regiodot GmbH &amp; Co. KG},\n        'run' => q{Snow Park, LLC},\n        'rw' => q{Rwanda Information Communication and Technology Association (RICTA)},\n        'rwe' => q{RWE AG},\n        'ryukyu' => q{BRregistry, Inc.},\n        'sa' => q{Communications and Information Technology Commission},\n        'saarland' => q{dotSaarland GmbH},\n        'safe' => q{Amazon Registry Services, Inc.},\n        'safety' => q{Safety Registry Services, LLC.},\n        'sakura' => q{SAKURA Internet Inc.},\n        'sale' => q{United TLD Holdco, Ltd},\n        'salon' => q{Outer Orchard, LLC},\n        'samsclub' => q{Wal-Mart Stores, Inc.},\n        'samsung' => q{SAMSUNG SDS CO., LTD},\n        'sandvik' => q{Sandvik AB},\n        'sandvikcoromant' => q{Sandvik AB},\n        'sanofi' => q{Sanofi},\n        'sap' => q{SAP AG},\n        'sapo' => q{PT Comunicacoes S.A.},\n        'sarl' => q{Delta Orchard, LLC},\n        'sas' => q{Research IP LLC},\n        'save' => q{Amazon Registry Services, Inc.},\n        'saxo' => q{Saxo Bank A/S},\n        'sb' => q{Solomon Telekom Company Limited},\n        'sbi' => q{STATE BANK OF INDIA},\n        'sbs' => q{SPECIAL BROADCASTING SERVICE CORPORATION},\n        'sc' => q{VCS Pty Ltd},\n        'sca' => q{SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)},\n        'scb' => q{The Siam Commercial Bank Public Company Limited (&quot;SCB&quot;)},\n        'schaeffler' => q{Schaeffler Technologies AG &amp; Co. KG},\n        'schmidt' => q{SALM S.A.S.},\n        'scholarships' => q{Scholarships.com, LLC},\n        'school' => q{Little Galley, LLC},\n        'schule' => q{Outer Moon, LLC},\n        'schwarz' => q{Schwarz Domains und Services GmbH &amp; Co. KG},\n        'science' => q{dot Science Limited},\n        'scjohnson' => q{Johnson Shareholdings, Inc.},\n        'scor' => q{SCOR SE},\n        'scot' => q{Dot Scot Registry Limited},\n        'sd' => q{Sudan Internet Society},\n        'se' => q{The Internet Infrastructure Foundation},\n        'seat' => q{SEAT, S.A. (Sociedad Unipersonal)},\n        'secure' => q{Amazon Registry Services, Inc.},\n        'security' => q{XYZ.COM LLC},\n        'seek' => q{Seek Limited},\n        'select' => q{iSelect Ltd},\n        'sener' => q{Sener Ingeniería y Sistemas, S.A.},\n        'services' => q{Fox Castle, LLC},\n        'ses' => q{SES},\n        'seven' => q{Seven West Media Ltd},\n        'sew' => q{SEW-EURODRIVE GmbH &amp; Co KG},\n        'sex' => q{ICM Registry SX LLC},\n        'sexy' => q{Uniregistry, Corp.},\n        'sfr' => q{Societe Francaise du Radiotelephone - SFR},\n        'sg' => q{Singapore Network Information Centre (SGNIC) Pte Ltd},\n        'sh' => q{Government of St. Helena},\n        'shangrila' => q{Shangri‐La International Hotel Management Limited},\n        'sharp' => q{Sharp Corporation},\n        'shaw' => q{Shaw Cablesystems G.P.},\n        'shell' => q{Shell Information Technology International Inc},\n        'shia' => q{Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.},\n        'shiksha' => q{Afilias Limited},\n        'shoes' => q{Binky Galley, LLC},\n        'shop' => q{GMO Registry, Inc.},\n        'shopping' => q{Over Keep, LLC},\n        'shouji' => q{QIHOO 360 TECHNOLOGY CO. LTD.},\n        'show' => q{Snow Beach, LLC},\n        'showtime' => q{CBS Domains Inc.},\n        'shriram' => q{Shriram Capital Ltd.},\n        'si' => q{Academic and Research Network of Slovenia (ARNES)},\n        'silk' => q{Amazon Registry Services, Inc.},\n        'sina' => q{Sina Corporation},\n        'singles' => q{Fern Madison, LLC},\n        'site' => q{DotSite Inc.},\n        'sj' => q{UNINETT Norid A/S},\n        'sk' => q{SK-NIC, a.s.},\n        'ski' => q{STARTING DOT LIMITED},\n        'skin' => q{L&#39;Oréal},\n        'sky' => q{Sky International AG},\n        'skype' => q{Microsoft Corporation},\n        'sl' => q{Sierratel},\n        'sling' => q{Hughes Satellite Systems Corporation},\n        'sm' => q{Telecom Italia San Marino S.p.A.},\n        'smart' => q{Smart Communications, Inc. (SMART)},\n        'smile' => q{Amazon Registry Services, Inc.},\n        'sn' => q{Universite Cheikh Anta Diop - NIC Senegal},\n        'sncf' => q{SNCF (Société Nationale des Chemins de fer Francais)},\n        'so' => q{Ministry of Post and Telecommunications},\n        'soccer' => q{Foggy Shadow, LLC},\n        'social' => q{United TLD Holdco Ltd.},\n        'softbank' => q{SoftBank Group Corp.},\n        'software' => q{United TLD Holdco, Ltd},\n        'sohu' => q{Sohu.com Limited},\n        'solar' => q{Ruby Town, LLC},\n        'solutions' => q{Silver Cover, LLC},\n        'song' => q{Amazon Registry Services, Inc.},\n        'sony' => q{Sony Corporation},\n        'soy' => q{Charleston Road Registry Inc.},\n        'space' => q{DotSpace Inc.},\n        'spiegel' => q{SPIEGEL-Verlag Rudolf Augstein GmbH &amp; Co. KG},\n        'spot' => q{Amazon Registry Services, Inc.},\n        'spreadbetting' => q{DOTSPREADBETTING REGISTRY LTD},\n        'sr' => q{Telesur},\n        'srl' => q{InterNetX Corp.},\n        'srt' => q{FCA US LLC.},\n        'ss' => q{Not assigned},\n        'st' => q{Tecnisys},\n        'stada' => q{STADA Arzneimittel AG},\n        'staples' => q{Staples, Inc.},\n        'star' => q{Star India Private Limited},\n        'starhub' => q{StarHub Limited},\n        'statebank' => q{STATE BANK OF INDIA},\n        'statefarm' => q{State Farm Mutual Automobile Insurance Company},\n        'statoil' => q{Statoil ASA},\n        'stc' => q{Saudi Telecom Company},\n        'stcgroup' => q{Saudi Telecom Company},\n        'stockholm' => q{Stockholms kommun},\n        'storage' => q{Self Storage Company LLC},\n        'store' => q{DotStore Inc.},\n        'stream' => q{dot Stream Limited},\n        'studio' => q{United TLD Holdco Ltd.},\n        'study' => q{OPEN UNIVERSITIES AUSTRALIA PTY LTD},\n        'style' => q{Binky Moon, LLC},\n        'su' => q{Russian Institute for Development of Public Networks - (ROSNIIROS)},\n        'sucks' => q{Vox Populi Registry Ltd.},\n        'supplies' => q{Atomic Fields, LLC},\n        'supply' => q{Half Falls, LLC},\n        'support' => q{Grand Orchard, LLC},\n        'surf' => q{Top Level Domain Holdings Limited},\n        'surgery' => q{Tin Avenue, LLC},\n        'suzuki' => q{SUZUKI MOTOR CORPORATION},\n        'sv' => q{SVNet},\n        'swatch' => q{The Swatch Group Ltd},\n        'swiftcover' => q{Swiftcover Insurance Services Limited},\n        'swiss' => q{Swiss Confederation},\n        'sx' => q{SX Registry SA B.V.},\n        'sy' => q{National Agency for Network Services (NANS)},\n        'sydney' => q{State of New South Wales, Department of Premier and Cabinet},\n        'symantec' => q{Symantec Corporation},\n        'systems' => q{Dash Cypress, LLC},\n        'sz' => q{University of Swaziland - Department of Computer Science},\n        'tab' => q{Tabcorp Holdings Limited},\n        'taipei' => q{Taipei City Government},\n        'talk' => q{Amazon Registry Services, Inc.},\n        'taobao' => q{Alibaba Group Holding Limited},\n        'target' => q{Target Domain Holdings, LLC},\n        'tatamotors' => q{Tata Motors Ltd},\n        'tatar' => q{Limited Liability Company &quot;Coordination Center of Regional Domain of Tatarstan Republic&quot;},\n        'tattoo' => q{Uniregistry, Corp.},\n        'tax' => q{Storm Orchard, LLC},\n        'taxi' => q{Pine Falls, LLC},\n        'tc' => q{Melrex TC},\n        'tci' => q{Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.},\n        'td' => q{Société des télécommunications du Tchad (SOTEL TCHAD)},\n        'tdk' => q{TDK Corporation},\n        'team' => q{Atomic Lake, LLC},\n        'tech' => q{Dot Tech LLC},\n        'technology' => q{Auburn Falls, LLC},\n        'tel' => q{Telnic Ltd.},\n        'telecity' => q{TelecityGroup International Limited},\n        'telefonica' => q{Telefónica S.A.},\n        'temasek' => q{Temasek Holdings (Private) Limited},\n        'tennis' => q{Cotton Bloom, LLC},\n        'teva' => q{Teva Pharmaceutical Industries Limited},\n        'tf' => q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)},\n        'tg' => q{Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&amp;P)},\n        'th' => q{Thai Network Information Center Foundation},\n        'thd' => q{Homer TLC, Inc.},\n        'theater' => q{Blue Tigers, LLC},\n        'theatre' => q{XYZ.COM LLC},\n        'tiaa' => q{Teachers Insurance and Annuity Association of America},\n        'tickets' => q{Accent Media Limited},\n        'tienda' => q{Victor Manor, LLC},\n        'tiffany' => q{Tiffany and Company},\n        'tips' => q{Corn Willow, LLC},\n        'tires' => q{Dog Edge, LLC},\n        'tirol' => q{punkt Tirol GmbH},\n        'tj' => q{Information Technology Center},\n        'tjmaxx' => q{The TJX Companies, Inc.},\n        'tjx' => q{The TJX Companies, Inc.},\n        'tk' => q{Telecommunication Tokelau Corporation (Teletok)},\n        'tkmaxx' => q{The TJX Companies, Inc.},\n        'tl' => q{Ministry of Transport and  Communications; National Division of  Information and Technology},\n        'tm' => q{TM Domain Registry Ltd},\n        'tmall' => q{Alibaba Group Holding Limited},\n        'tn' => q{Agence Tunisienne d&#39;Internet},\n        'to' => q{Government of the Kingdom of Tonga - H.R.H. Crown Prince Tupouto&#39;a\n    c/o Consulate of Tonga},\n        'today' => q{Pearl Woods, LLC},\n        'tokyo' => q{GMO Registry, Inc.},\n        'tools' => q{Pioneer North, LLC},\n        'top' => q{Jiangsu Bangning Science &amp; Technology Co.,Ltd.},\n        'toray' => q{Toray Industries, Inc.},\n        'toshiba' => q{TOSHIBA Corporation},\n        'total' => q{Total SA},\n        'tours' => q{Sugar Station, LLC},\n        'town' => q{Koko Moon, LLC},\n        'toyota' => q{TOYOTA MOTOR CORPORATION},\n        'toys' => q{Pioneer Orchard, LLC},\n        'tp' => q{Retired},\n        'tr' => q{Middle East Technical University - Department of Computer Engineering},\n        'trade' => q{Elite Registry Limited},\n        'trading' => q{DOTTRADING REGISTRY LTD},\n        'training' => q{Wild Willow, LLC},\n        'travel' => q{Tralliance Registry Management Company, LLC.},\n        'travelchannel' => q{Lifestyle Domain Holdings, Inc.},\n        'travelers' => q{Travelers TLD, LLC},\n        'travelersinsurance' => q{Travelers TLD, LLC},\n        'trust' => q{Artemis Internet Inc},\n        'trv' => q{Travelers TLD, LLC},\n        'tt' => q{University of the West Indies - Faculty of Engineering},\n        'tube' => q{Latin American Telecom LLC},\n        'tui' => q{TUI AG},\n        'tunes' => q{Amazon Registry Services, Inc.},\n        'tushu' => q{Amazon Registry Services, Inc.},\n        'tv' => q{Ministry of Finance and Tourism},\n        'tvs' => q{T V SUNDRAM IYENGAR  &amp; SONS PRIVATE LIMITED},\n        'tw' => q{Taiwan Network Information Center (TWNIC)},\n        'tz' => q{Tanzania Network Information Centre (tzNIC)},\n        'ua' => q{Hostmaster Ltd.},\n        'ubank' => q{National Australia Bank Limited},\n        'ubs' => q{UBS AG},\n        'uconnect' => q{FCA US LLC.},\n        'ug' => q{Uganda Online Ltd.},\n        'uk' => q{Nominet UK},\n        'um' => q{Not assigned},\n        'unicom' => q{China United Network Communications Corporation Limited},\n        'university' => q{Little Station, LLC},\n        'uno' => q{Dot Latin LLC},\n        'uol' => q{UBN INTERNET LTDA.},\n        'ups' => q{UPS Market Driver, Inc.},\n        'us' => q{NeuStar, Inc.},\n        'uy' => q{SeCIU - Universidad de la Republica},\n        'uz' => q{Computerization and Information Technologies Developing Center - UZINFOCOM},\n        'va' => q{Holy See Secretariat of State Department of Telecommunications},\n        'vacations' => q{Atomic Tigers, LLC},\n        'vana' => q{Lifestyle Domain Holdings, Inc.},\n        'vanguard' => q{The Vanguard Group, Inc.},\n        'vc' => q{Ministry of Telecommunications, Science, Technology and Industry},\n        've' => q{Comisión Nacional de Telecomunicaciones (CONATEL)},\n        'vegas' => q{Dot Vegas, Inc.},\n        'ventures' => q{Binky Lake, LLC},\n        'verisign' => q{VeriSign, Inc.},\n        'vermögensberater' => q{Deutsche Vermögensberatung Aktiengesellschaft DVAG},\n        'vermögensberatung' => q{Deutsche Vermögensberatung Aktiengesellschaft DVAG},\n        'versicherung' => q{dotversicherung-registry GmbH},\n        'vet' => q{United TLD Holdco, Ltd},\n        'vg' => q{Telecommunications Regulatory Commission of the Virgin Islands},\n        'vi' => q{Virgin Islands Public Telcommunications System - c/o COBEX Internet Services},\n        'viajes' => q{Black Madison, LLC},\n        'video' => q{United TLD Holdco, Ltd},\n        'vig' => q{VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe},\n        'viking' => q{Viking River Cruises (Bermuda) Ltd.},\n        'villas' => q{New Sky, LLC},\n        'vin' => q{Holly Shadow, LLC},\n        'vip' => q{Minds + Machines Group Limited},\n        'virgin' => q{Virgin Enterprises Limited},\n        'visa' => q{Visa Worldwide Pte. Limited},\n        'vision' => q{Koko Station, LLC},\n        'vista' => q{Vistaprint Limited},\n        'vistaprint' => q{Vistaprint Limited},\n        'viva' => q{Saudi Telecom Company},\n        'vivo' => q{Telefonica Brasil S.A.},\n        'vlaanderen' => q{DNS.be vzw},\n        'vn' => q{Ministry of Information and Communications of Socialist Republic of Viet Nam},\n        'vodka' => q{Top Level Domain Holdings Limited},\n        'volkswagen' => q{Volkswagen Group of America Inc.},\n        'vote' => q{Monolith Registry LLC},\n        'voting' => q{Valuetainment Corp.},\n        'voto' => q{Monolith Registry LLC},\n        'voyage' => q{Ruby House, LLC},\n        'vu' => q{Telecom Vanuatu Limited},\n        'vuelos' => q{Travel Reservations SRL},\n        'wales' => q{Nominet UK},\n        'walmart' => q{Wal-Mart Stores, Inc.},\n        'walter' => q{Sandvik AB},\n        'wang' => q{Zodiac Registry Limited},\n        'wanggou' => q{Amazon Registry Services, Inc.},\n        'warman' => q{Weir Group IP Limited},\n        'watch' => q{Sand Shadow, LLC},\n        'watches' => q{Richemont DNS Inc.},\n        'weather' => q{The Weather Channel, LLC},\n        'weatherchannel' => q{The Weather Channel, LLC},\n        'webcam' => q{dot Webcam Limited},\n        'weber' => q{Saint-Gobain Weber SA},\n        'website' => q{DotWebsite Inc.},\n        'wed' => q{Atgron, Inc.},\n        'wedding' => q{Top Level Domain Holdings Limited},\n        'weibo' => q{Sina Corporation},\n        'weir' => q{Weir Group IP Limited},\n        'wf' => q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)},\n        'whoswho' => q{Who&#39;s Who Registry},\n        'wien' => q{punkt.wien GmbH},\n        'wiki' => q{Top Level Design, LLC},\n        'williamhill' => q{William Hill Organization Limited},\n        'win' => q{First Registry Limited},\n        'windows' => q{Microsoft Corporation},\n        'wine' => q{June Station, LLC},\n        'winners' => q{The TJX Companies, Inc.},\n        'wme' => q{William Morris Endeavor Entertainment, LLC},\n        'wolterskluwer' => q{Wolters Kluwer N.V.},\n        'woodside' => q{Woodside Petroleum Limited},\n        'work' => q{Top Level Domain Holdings Limited},\n        'works' => q{Little Dynamite, LLC},\n        'world' => q{Bitter Fields, LLC},\n        'ws' => q{Government of Samoa Ministry of Foreign Affairs &amp; Trade},\n        'wtc' => q{World Trade Centers Association, Inc.},\n        'wtf' => q{Hidden Way, LLC},\n        'xbox' => q{Microsoft Corporation},\n        'xerox' => q{Xerox DNHC LLC},\n        'xfinity' => q{Comcast IP Holdings I, LLC},\n        'xihuan' => q{QIHOO 360 TECHNOLOGY CO. LTD.},\n        'xin' => q{Elegant Leader Limited},\n        'xperia' => q{Sony Mobile Communications AB},\n        'xxx' => q{ICM Registry LLC},\n        'xyz' => q{XYZ.COM LLC},\n        'yachts' => q{DERYachts, LLC},\n        'yahoo' => q{Yahoo! Domain Services Inc.},\n        'yamaxun' => q{Amazon Registry Services, Inc.},\n        'yandex' => q{YANDEX, LLC},\n        'ye' => q{TeleYemen},\n        'yodobashi' => q{YODOBASHI CAMERA CO.,LTD.},\n        'yoga' => q{Top Level Domain Holdings Limited},\n        'yokohama' => q{GMO Registry, Inc.},\n        'you' => q{Amazon Registry Services, Inc.},\n        'youtube' => q{Charleston Road Registry Inc.},\n        'yt' => q{Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)},\n        'yun' => q{QIHOO 360 TECHNOLOGY CO. LTD.},\n        'za' => q{ZA Domain Name Authority},\n        'zappos' => q{Amazon Registry Services, Inc.},\n        'zara' => q{Industria de Diseño Textil, S.A. (INDITEX, S.A.)},\n        'zero' => q{Amazon Registry Services, Inc.},\n        'zip' => q{Charleston Road Registry Inc.},\n        'zippo' => q{Zadco Company},\n        'zm' => q{Zambia Information and Communications Technology Authority (ZICTA)},\n        'zone' => q{Outer Falls, LLC},\n        'zuerich' => q{Kanton Zürich (Canton of Zurich)},\n        'zw' => q{Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ)},\n        'δοκιμή' => q{Internet Assigned Numbers Authority},\n        'ελ' => q{ICS-FORTH GR},\n        'бг' => q{Imena.BG AD},\n        'бел' => q{Reliable Software, Ltd.},\n        'дети' => q{The Foundation for Network Initiatives “The Smart Internet”},\n        'ею' => q{EURid vzw/asbl},\n        'испытание' => q{Internet Assigned Numbers Authority},\n        'ком' => q{VeriSign Sarl},\n        'мкд' => q{Macedonian Academic Research Network Skopje},\n        'мон' => q{Datacom Co.,Ltd},\n        'москва' => q{Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)},\n        'онлайн' => q{CORE Association},\n        'орг' => q{Public Interest Registry},\n        'рус' => q{Rusnames Limited},\n        'рф' => q{Coordination Center for TLD RU},\n        'сайт' => q{CORE Association},\n        'срб' => q{Serbian National Internet Domain Registry (RNIDS)},\n        'укр' => q{Ukrainian Network Information Centre (UANIC), Inc.},\n        'қаз' => q{Association of IT Companies of Kazakhstan},\n        'հայ' => q{&quot;Internet Society&quot; Non-governmental Organization},\n        'कॉम' => q{VeriSign Sarl},\n        'नेट' => q{VeriSign Sarl},\n        'परीक्षा' => q{Internet Assigned Numbers Authority},\n        'भारत' => q{National Internet Exchange of India},\n        'भारतम्' => q{Not assigned},\n        'भारोत' => q{Not assigned},\n        'संगठन' => q{Public Interest Registry},\n        'বাংলা' => q{Not assigned},\n        'ভারত' => q{National Internet Exchange of India},\n        'ভাৰত' => q{Not assigned},\n        'ਭਾਰਤ' => q{National Internet Exchange of India},\n        'ભારત' => q{National Internet Exchange of India},\n        'ଭାରତ' => q{Not assigned},\n        'இந்தியா' => q{National Internet Exchange of India},\n        'இலங்கை' => q{LK Domain Registry},\n        'சிங்கப்பூர்' => q{Singapore Network Information Centre (SGNIC) Pte Ltd},\n        'பரிட்சை' => q{Internet Assigned Numbers Authority},\n        'భారత్' => q{National Internet Exchange of India},\n        'ಭಾರತ' => q{Not assigned},\n        'ഭാരതം' => q{Not assigned},\n        'ලංකා' => q{LK Domain Registry},\n        'คอม' => q{VeriSign Sarl},\n        'ไทย' => q{Thai Network Information Center Foundation},\n        'გე' => q{Information Technologies Development Center (ITDC)},\n        'みんな' => q{Charleston Road Registry Inc.},\n        'クラウド' => q{Amazon Registry Services, Inc.},\n        'グーグル' => q{Charleston Road Registry Inc.},\n        'コム' => q{VeriSign Sarl},\n        'ストア' => q{Amazon Registry Services, Inc.},\n        'セール' => q{Amazon Registry Services, Inc.},\n        'テスト' => q{Internet Assigned Numbers Authority},\n        'ファッション' => q{Amazon Registry Services, Inc.},\n        'ポイント' => q{Amazon Registry Services, Inc.},\n        '世界' => q{Stable Tone Limited},\n        '中信' => q{CITIC Group Corporation},\n        '中国' => q{China Internet Network Information Center (CNNIC)},\n        '中國' => q{China Internet Network Information Center (CNNIC)},\n        '中文网' => q{TLD REGISTRY LIMITED},\n        '企业' => q{Dash McCook, LLC},\n        '佛山' => q{Guangzhou YU Wei Information Technology Co., Ltd.},\n        '信息' => q{Beijing Tele-info Network Technology Co., Ltd.},\n        '健康' => q{Stable Tone Limited},\n        '八卦' => q{Zodiac Scorpio Limited},\n        '公司' => q{Computer Network Information Center of Chinese Academy of Sciences （China Internet Network Information Center）},\n        '公益' => q{China Organizational Name Administration Center},\n        '台湾' => q{Taiwan Network Information Center (TWNIC)},\n        '台灣' => q{Taiwan Network Information Center (TWNIC)},\n        '商城' => q{Zodiac Aquarius Limited},\n        '商店' => q{Wild Island, LLC},\n        '商标' => q{HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED},\n        '嘉里' => q{Kerry Trading Co. Limited},\n        '嘉里大酒店' => q{Kerry Trading Co. Limited},\n        '在线' => q{TLD REGISTRY LIMITED},\n        '大众汽车' => q{Volkswagen (China) Investment Co., Ltd.},\n        '大拿' => q{VeriSign Sarl},\n        '娱乐' => q{Will Bloom, LLC},\n        '家電' => q{Amazon Registry Services, Inc.},\n        '工行' => q{Industrial and Commercial Bank of China Limited},\n        '广东' => q{Guangzhou YU Wei Information Technology Co., Ltd.},\n        '微博' => q{Sina Corporation},\n        '慈善' => q{Excellent First Limited},\n        '我爱你' => q{Tycoon Treasure Limited},\n        '手机' => q{Beijing RITT-Net Technology Development Co., Ltd},\n        '手表' => q{Richemont DNS Inc.},\n        '政务' => q{China Organizational Name Administration Center},\n        '政府' => q{Net-Chinese Co., Ltd.},\n        '新加坡' => q{Singapore Network Information Centre (SGNIC) Pte Ltd},\n        '新闻' => q{Xinhua News Agency Guangdong Branch 新华通讯社广东分社},\n        '时尚' => q{RISE VICTORY LIMITED},\n        '書籍' => q{Amazon Registry Services, Inc.},\n        '机构' => q{Public Interest Registry},\n        '测试' => q{Internet Assigned Numbers Authority},\n        '淡马锡' => q{Temasek Holdings (Private) Limited},\n        '測試' => q{Internet Assigned Numbers Authority},\n        '游戏' => q{Spring Fields, LLC},\n        '澳門' => q{Bureau of Telecommunications Regulation (DSRT)},\n        '点看' => q{VeriSign Sarl},\n        '珠宝' => q{Richemont DNS Inc.},\n        '移动' => q{Afilias Limited},\n        '组织机构' => q{Public Interest Registry},\n        '网址' => q{KNET Co., Ltd},\n        '网店' => q{Zodiac Libra Limited},\n        '网站' => q{Global Website TLD Asia Limited},\n        '网络' => q{Computer Network Information Center of Chinese Academy of Sciences （China Internet Network Information Center）},\n        '联通' => q{China United Network Communications Corporation Limited},\n        '诺基亚' => q{Nokia Corporation},\n        '谷歌' => q{Charleston Road Registry Inc.},\n        '购物' => q{Minds + Machines Group Limited},\n        '集团' => q{Eagle Horizon Limited},\n        '電訊盈科' => q{PCCW Enterprises Limited},\n        '飞利浦' => q{Koninklijke Philips N.V.},\n        '食品' => q{Amazon Registry Services, Inc.},\n        '餐厅' => q{HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED},\n        '香格里拉' => q{Shangri‐La International Hotel Management Limited},\n        '香港' => q{Hong Kong Internet Registration Corporation Ltd.},\n        '닷넷' => q{VeriSign Sarl},\n        '닷컴' => q{VeriSign Sarl},\n        '삼성' => q{SAMSUNG SDS CO., LTD},\n        '테스트' => q{Internet Assigned Numbers Authority},\n        '한국' => q{KISA (Korea Internet &amp; Security Agency)},\n    }\n);\n\nmy $flat_profile = flatten ( \\%tld_profile );\n\nsub flatten {\n    my $hashref = shift;\n    my %results;\n    @results{ keys %{ $hashref->{$_} } } = values % { $hashref->{$_} }\n        for ( keys %$hashref );\n    return \\%results;\n}\n\nsub check_type {\n    my $type = shift;\n    croak \"unknown TLD type: $type\" unless grep { $type eq $_ } TLD_TYPES;\n    return 1;\n}\n\n=head1 PUBLIC METHODS\n\n  Each public function/method is described here.\n  These are how you should interact with this module.\n\n=head3 C<< tlds >>\n\n  This routine returns the tlds requested.\n\n  my @all_tlds = tlds; #array of tlds\n  my $all_tlds = tlds; #hashref of tlds and their descriptions\n\n  my @cc_tlds = tlds('cc'); #array of just 'cc' type tlds\n  my $cc_tlds = tlds('cc'); #hashref of just 'cc' type tlds and their descriptions\n\n  Valid types are:\n    cc                 - country code domains\n    ccidn              - internationalized country code top-level domain \n    gtld_open          - generic domains that anyone can register\n    gtld_restricted    - generic restricted registration domains\n    gtld_new           - new gTLDs\n    new_open           - recently added generic domains\n    new_restricted     - new restricted registration domains\n    reserved           - RFC2606 restricted names, not returned by tlds\n\n=cut\n\nsub tlds {\n    my $type = shift;\n    check_type ( $type ) if $type;\n    my $results = $type ?\n            wantarray ? [ keys %{ $tld_profile{$type} } ] :\n            dclone ( $tld_profile{$type} ) :\n            wantarray ? [ map { keys %$_ } values %tld_profile ] :\n            $flat_profile;\n    return wantarray ? @$results : $results;\n}\n\n=head3 C<< tld_exists >>\n\n  This routine returns true if the given domain exists and false otherwise.\n\n  die \"no such domain\" unless tld_exists($tld); #call without tld type \n  die \"no such domain\" unless tld_exists($tld, 'new_open'); #call with tld type\n\n=cut\n\nsub tld_exists {\n    my ( $tld, $type )  = ( lc ( $_[0] ), $_[1] );\n    check_type ( $type ) if $type;\n    my $result = $type ?\n            $tld_profile{$type}{$tld} ? 1 : 0 :\n            $flat_profile->{$tld} ? 1 : 0;\n    return $result;\n}\n\n=head1 COPYRIGHT\n\n  Copyright (c) 2003-2016 Alex Pavlovic, all rights reserved.  This program\n  is free software; you can redistribute it and/or modify it under the same terms\n  as Perl itself.\n\n=head1 AUTHORS\n\n  Alexander Pavlovic <alex.pavlovic@devradius.com>\n  Ricardo SIGNES <rjbs@cpan.org>\n\n=cut\n\n1;\n"
  },
  {
    "path": "engine/PerlVendor/Net/IP.pm",
    "content": "# Copyright (c) 1999 - 2002                           RIPE NCC\n#\n# All Rights Reserved\n#\n# Permission to use, copy, modify, and distribute this software and its\n# documentation for any purpose and without fee is hereby granted,\n# provided that the above copyright notice appear in all copies and that\n# both that copyright notice and this permission notice appear in\n# supporting documentation, and that the name of the author not be\n# used in advertising or publicity pertaining to distribution of the\n# software without specific, written prior permission.\n#\n# THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING\n# ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS; IN NO EVENT SHALL\n# AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY\n# DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\n# AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n#------------------------------------------------------------------------------\n# Module Header\n# Filename          : IP.pm\n# Purpose           : Provide functions to manipulate IPv4/v6 addresses\n# Author            : Manuel Valente <manuel.valente@gmail.com>\n# Date              : 19991124\n# Description       :\n# Language Version  : Perl 5\n# OSs Tested        : BSDI 3.1 - Linux\n# Command Line      : ipcount\n# Input Files       :\n# Output Files      :\n# External Programs : Math::BigInt.pm\n# Problems          :\n# To Do             :\n# Comments          : Based on ipv4pack.pm (Monica) and iplib.pm (Lee)\n#                     Math::BigInt is only loaded if int functions are used\n# $Id: IP.pm,v 1.23 2003/02/18 16:13:01 manuel Exp $\n#------------------------------------------------------------------------------\n\npackage Net::IP;\n\nuse strict;\nuse Math::BigInt;\n\n# Global Variables definition\nuse vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $ERROR $ERRNO\n  %IPv4ranges %IPv6ranges $useBigInt\n  $IP_NO_OVERLAP $IP_PARTIAL_OVERLAP $IP_A_IN_B_OVERLAP $IP_B_IN_A_OVERLAP $IP_IDENTICAL);\n\n$VERSION = '1.26';\n\nrequire Exporter;\n\n@ISA = qw(Exporter);\n\n# Functions and variables exported in all cases\n@EXPORT = qw(&Error &Errno\n    $IP_NO_OVERLAP $IP_PARTIAL_OVERLAP $IP_A_IN_B_OVERLAP $IP_B_IN_A_OVERLAP $IP_IDENTICAL\n    );\n\n# Functions exported on demand (with :PROC)\n@EXPORT_OK = qw(&Error &Errno &ip_iptobin &ip_bintoip &ip_bintoint &ip_inttobin\n    &ip_get_version &ip_is_ipv4 &ip_is_ipv6 &ip_expand_address &ip_get_mask\n    &ip_last_address_bin &ip_splitprefix &ip_prefix_to_range\n    &ip_is_valid_mask &ip_bincomp &ip_binadd &ip_get_prefix_length\n    &ip_range_to_prefix &ip_compress_address &ip_is_overlap\n    &ip_get_embedded_ipv4 &ip_aggregate &ip_iptype &ip_check_prefix\n    &ip_reverse &ip_normalize &ip_normal_range &ip_iplengths\n    $IP_NO_OVERLAP $IP_PARTIAL_OVERLAP $IP_A_IN_B_OVERLAP $IP_B_IN_A_OVERLAP $IP_IDENTICAL\n    );\n\n%EXPORT_TAGS = (PROC => [@EXPORT_OK],);\n\n# Definition of the Ranges for IPv4 IPs\n%IPv4ranges = (\n    '00000000'                         => 'PRIVATE',     # 0/8\n    '00001010'                         => 'PRIVATE',     # 10/8\n    '0110010001'                       => 'SHARED',      # 100.64/10\n    '01111111'                         => 'LOOPBACK',    # 127.0/8\n    '1010100111111110'                 => 'LINK-LOCAL',  # 169.254/16\n    '101011000001'                     => 'PRIVATE',     # 172.16/12\n    '110000000000000000000000'         => 'RESERVED',    # 192.0.0/24\n    '110000000000000000000010'         => 'TEST-NET',    # 192.0.2/24\n    '110000000101100001100011'         => '6TO4-RELAY',  # 192.88.99.0/24\n    '1100000010101000'                 => 'PRIVATE',     # 192.168/16\n    '110001100001001'                  => 'RESERVED',    # 198.18/15\n    '110001100011001101100100'         => 'TEST-NET',    # 198.51.100/24\n    '110010110000000001110001'         => 'TEST-NET',    # 203.0.113/24\n    '1110'                             => 'MULTICAST',   # 224/4\n    '1111'                             => 'RESERVED',    # 240/4\n    '11111111111111111111111111111111' => 'BROADCAST',   # 255.255.255.255/32\n);\n\n# Definition of the Ranges for Ipv6 IPs\n%IPv6ranges = (\n    '00000000'                                      => 'RESERVED',                  # ::/8\n    ('0' x 128)                                     => 'UNSPECIFIED',               # ::/128\n    ('0' x 127) . '1'                               => 'LOOPBACK',                  # ::1/128\n    ('0' x  80) . ('1' x 16)                        => 'IPV4MAP',                   # ::FFFF:0:0/96\n    '00000001'                                      => 'RESERVED',                  # 0100::/8\n    '0000000100000000' . ('0' x 48)                 => 'DISCARD',                   # 0100::/64\n    '0000001'                                       => 'RESERVED',                  # 0200::/7\n    '000001'                                        => 'RESERVED',                  # 0400::/6\n    '00001'                                         => 'RESERVED',                  # 0800::/5\n    '0001'                                          => 'RESERVED',                  # 1000::/4\n    '001'                                           => 'GLOBAL-UNICAST',            # 2000::/3\n    '0010000000000001' . ('0' x 16)                 => 'TEREDO',                    # 2001::/32\n    '00100000000000010000000000000010' . ('0' x 16) => 'BMWG',                      # 2001:0002::/48\n    '00100000000000010000110110111000'              => 'DOCUMENTATION',             # 2001:DB8::/32\n    '0010000000000001000000000001'                  => 'ORCHID',                    # 2001:10::/28\n    '0010000000000010'                              => '6TO4',                      # 2002::/16\n    '010'                                           => 'RESERVED',                  # 4000::/3\n    '011'                                           => 'RESERVED',                  # 6000::/3\n    '100'                                           => 'RESERVED',                  # 8000::/3\n    '101'                                           => 'RESERVED',                  # A000::/3\n    '110'                                           => 'RESERVED',                  # C000::/3\n    '1110'                                          => 'RESERVED',                  # E000::/4\n    '11110'                                         => 'RESERVED',                  # F000::/5\n    '111110'                                        => 'RESERVED',                  # F800::/6\n    '1111110'                                       => 'UNIQUE-LOCAL-UNICAST',      # FC00::/7\n    '111111100'                                     => 'RESERVED',                  # FE00::/9\n    '1111111010'                                    => 'LINK-LOCAL-UNICAST',        # FE80::/10\n    '1111111011'                                    => 'RESERVED',                  # FEC0::/10\n    '11111111'                                      => 'MULTICAST',                 # FF00::/8\n);\n\n# Overlap constants\n$IP_NO_OVERLAP      = 0;\n$IP_PARTIAL_OVERLAP = 1;\n$IP_A_IN_B_OVERLAP  = -1;\n$IP_B_IN_A_OVERLAP  = -2;\n$IP_IDENTICAL       = -3;\n\n# ----------------------------------------------------------\n# OVERLOADING\n\nuse overload (\n    '+'    => 'ip_add_num',\n    'bool' => sub { @_ },\n);\n\n#------------------------------------------------------------------------------\n# Subroutine ip_num_add\n# Purpose           : Add an integer to an IP\n# Params            : Number to add\n# Returns           : New object or undef\n# Note              : Used by overloading - returns undef when\n#                     the end of the range is reached\n\nsub ip_add_num {\n    my $self = shift;\n\n    my ($value) = @_;\n\n    my $ip = $self->intip + $value;\n\n    my $last = $self->last_int;\n\n    # Reached the end of the range ?\n    if ($ip > $self->last_int) {\n        return;\n    }\n\n    my $newb = ip_inttobin($ip, $self->version);\n    $newb = ip_bintoip($newb, $self->version);\n\n    my $newe = ip_inttobin($last, $self->version);\n    $newe = ip_bintoip($newe, $self->version);\n\n    my $new = Net::IP->new(\"$newb - $newe\");\n\n    return ($new);\n}\n\n# -----------------------------------------------------------------------------\n\n#------------------------------------------------------------------------------\n# Subroutine new\n# Purpose           : Create an instance of an IP object\n# Params            : Class, IP prefix, IP version\n# Returns           : Object reference or undef\n# Note              : New just allocates a new object - set() does all the work\nsub new {\n    my ($class, $data, $ipversion) = (@_);\n\n    # Allocate new object\n    my $self = {};\n\n    bless($self, $class);\n\n    # Pass everything to set()\n    unless ($self->set($data, $ipversion)) {\n        return;\n    }\n\n    return $self;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine set\n# Purpose           : Set the IP for an IP object\n# Params            : Data, IP type\n# Returns           : 1 (success) or undef (failure)\nsub set {\n    my $self = shift;\n\n    my ($data, $ipversion) = @_;\n\n    # Normalize data as received - this should return 2 IPs\n    my ($begin, $end) = ip_normalize($data, $ipversion) or do {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    };\n\n    # Those variables are set when the object methods are called\n    # We need to reset everything\n    for (\n        qw(ipversion errno prefixlen binmask reverse_ip last_ip iptype\n            binip error ip intformat hexformat mask last_bin last_int prefix is_prefix)\n    )\n    {\n        delete($self->{$_});\n    }\n\n    # Determine IP version for this object\n    return unless ($self->{ipversion} = $ipversion || ip_get_version($begin));\n\n    # Set begin IP address\n    $self->{ip} = $begin;\n\n    # Set Binary IP address\n    return\n        unless ($self->{binip} = ip_iptobin($self->ip(), $self->version()));\n\n    $self->{is_prefix} = 0;\n\n    # Set end IP address\n    # If single IP: begin and end IPs are identical\n    $end ||= $begin;\n    $self->{last_ip} = $end;\n\n    # Try to determine the IP version\n    my $ver = ip_get_version($end) || return;\n\n    # Check if begin and end addresses have the same version\n    if ($ver != $self->version()) {\n        $ERRNO = 201;\n        $ERROR =\n            \"Begin and End addresses have different IP versions - $begin - $end\";\n        $self->{errno} = $ERRNO;\n        $self->{error} = $ERROR;\n        return;\n    }\n\n    # Get last binary address\n    return\n        unless ($self->{last_bin} =\n            ip_iptobin($self->last_ip(), $self->version()));\n\n    # Check that End IP >= Begin IP\n    unless (ip_bincomp($self->binip(), 'le', $self->last_bin())) {\n        $ERRNO = 202;\n        $ERROR = \"Begin address is greater than End address $begin - $end\";\n        $self->{errno} = $ERRNO;\n        $self->{error} = $ERROR;\n        return;\n    }\n\n    # Find all prefixes (eg:/24) in the current range\n    my @prefixes = $self->find_prefixes() or return;\n\n    # If there is only one prefix:\n    if (scalar(@prefixes) == 1) {\n\n        # Get length of prefix\n        return\n            unless ((undef, $self->{prefixlen}) = ip_splitprefix($prefixes[0]));\n\n        # Set prefix boolean var\n        # This value is 1 if the IP range only contains a single /nn prefix\n        $self->{is_prefix} = 1;\n    }\n\n    # If the range is a single prefix:\n    if ($self->{is_prefix}) {\n\n        # Set mask property\n        $self->{binmask} = ip_get_mask($self->prefixlen(), $self->version());\n\n        # Check that the mask is valid\n        unless (\n            ip_check_prefix(\n                $self->binip(), $self->prefixlen(), $self->version()\n            )\n        )\n        {\n            $self->{error} = $ERROR;\n            $self->{errno} = $ERRNO;\n            return;\n        }\n    }\n\n    return ($self);\n}\n\nsub print {\n    my $self = shift;\n\n    if ($self->{is_prefix}) {\n        return ($self->short() . '/' . $self->prefixlen());\n    }\n    else {\n        return (sprintf(\"%s - %s\", $self->ip(), $self->last_ip()));\n    }\n}\n\n#------------------------------------------------------------------------------\n# Subroutine error\n# Purpose           : Return the current error message\n# Returns           : Error string\nsub error {\n    my $self = shift;\n    return $self->{error};\n}\n\n#------------------------------------------------------------------------------\n# Subroutine errno\n# Purpose           : Return the current error number\n# Returns           : Error number\nsub errno {\n    my $self = shift;\n    return $self->{errno};\n}\n\n#------------------------------------------------------------------------------\n# Subroutine binip\n# Purpose           : Return the IP as a binary string\n# Returns           : binary string\nsub binip {\n    my $self = shift;\n    return $self->{binip};\n}\n\n#------------------------------------------------------------------------------\n# Subroutine prefixlen\n# Purpose           : Get the IP prefix length\n# Returns           : prefix length\nsub prefixlen {\n    my $self = shift;\n    return $self->{prefixlen};\n}\n\n#------------------------------------------------------------------------------\n# Subroutine version\n# Purpose           : Return the IP version\n# Returns           : IP version\nsub version {\n    my $self = shift;\n    return $self->{ipversion};\n}\n\n#------------------------------------------------------------------------------\n# Subroutine version\n# Purpose           : Return the IP in quad format\n# Returns           : IP string\nsub ip {\n    my $self = shift;\n    return $self->{ip};\n}\n\n#------------------------------------------------------------------------------\n# Subroutine is_prefix\n# Purpose           : Check if range of IPs is a prefix\n# Returns           : boolean\nsub is_prefix {\n    my $self = shift;\n    return $self->{is_prefix};\n}\n\n#------------------------------------------------------------------------------\n# Subroutine binmask\n# Purpose           : Return the binary mask of an IP prefix\n# Returns           : Binary mask (as string)\nsub binmask {\n    my $self = shift;\n    return $self->{binmask};\n}\n\n#------------------------------------------------------------------------------\n# Subroutine size\n# Purpose           : Return the number of addresses contained in an IP object\n# Returns           : Number of addresses\nsub size {\n    my $self = shift;\n\n    my $size = new Math::BigInt($self->last_int);\n    $size->badd(1);\n\n    $size->bsub($self->intip);\n}\n\n# All the following functions work the same way: the method is just a frontend\n# to the real function. When the real function is called, the output is cached\n# so that next time the same function is called,the frontend function directly\n# returns the result.\n\n#------------------------------------------------------------------------------\n# Subroutine intip\n# Purpose           : Return the IP in integer format\n# Returns           : Integer\nsub intip {\n    my $self = shift;\n\n    return ($self->{intformat}) if defined($self->{intformat});\n\n    my $int = ip_bintoint($self->binip());\n\n    if (!$int) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    $self->{intformat} = $int;\n\n    return ($int);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine hexip\n# Purpose           : Return the IP in hex format\n# Returns           : hex string\nsub hexip {\n    my $self = shift;\n    return $self->{'hexformat'} if(defined($self->{'hexformat'}));\n    $self->{'hexformat'} = $self->intip->as_hex();\n    return $self->{'hexformat'};\n}\n\n#------------------------------------------------------------------------------\n# Subroutine hexmask\n# Purpose           : Return the mask back in hex\n# Returns           : hex string\nsub hexmask {\n    my $self = shift;\n\n    return $self->{hexmask} if(defined($self->{hexmask}));\n\n    my $intmask = ip_bintoint($self->binmask);\n\n    $self->{'hexmask'} = $intmask->as_hex();\n\n    return ($self->{'hexmask'});\n}\n\n#------------------------------------------------------------------------------\n# Subroutine prefix\n# Purpose           : Return the Prefix (n.n.n.n/s)\n# Returns           : IP Prefix\nsub prefix {\n    my $self = shift;\n\n    if (not $self->is_prefix()) {\n        $self->{error} = \"IP range $self->{ip} is not a Prefix.\";\n        $self->{errno} = 209;\n        return;\n    }\n\n    return ($self->{prefix}) if defined($self->{prefix});\n\n    my $prefix = $self->ip() . '/' . $self->prefixlen();\n\n    if (!$prefix) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    $self->{prefix} = $prefix;\n\n    return ($prefix);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine mask\n# Purpose           : Return the IP mask in quad format\n# Returns           : Mask (string)\nsub mask {\n    my $self = shift;\n\n    if (not $self->is_prefix()) {\n        $self->{error} = \"IP range $self->{ip} is not a Prefix.\";\n        $self->{errno} = 209;\n        return;\n    }\n\n    return ($self->{mask}) if defined($self->{mask});\n\n    my $mask = ip_bintoip($self->binmask(), $self->version());\n\n    if (!$mask) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    $self->{mask} = $mask;\n\n    return ($mask);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine short\n# Purpose           : Get the short format of an IP address or a Prefix\n# Returns           : short format IP or undef\nsub short {\n    my $self = shift;\n\n    my $r;\n\n    if ($self->version == 6) {\n        $r = ip_compress_address($self->ip(), $self->version());\n    }\n    else {\n        $r = ip_compress_v4_prefix($self->ip(), $self->prefixlen());\n    }\n\n    if (!defined($r)) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    return ($r);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine iptype\n# Purpose           : Return the type of an IP\n# Returns           : Type or undef (failure)\nsub iptype {\n    my ($self) = shift;\n\n    return ($self->{iptype}) if defined($self->{iptype});\n\n    my $type = ip_iptype($self->binip(), $self->version());\n\n    if (!$type) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    $self->{iptype} = $type;\n\n    return ($type);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine reverse_ip\n# Purpose           : Return the Reverse IP\n# Returns           : Reverse IP or undef(failure)\nsub reverse_ip {\n    my ($self) = shift;\n\n    if (not $self->is_prefix()) {\n        $self->{error} = \"IP range $self->{ip} is not a Prefix.\";\n        $self->{errno} = 209;\n        return;\n    }\n\n    return ($self->{reverse_ip}) if defined($self->{reverse_ip});\n\n    my $rev = ip_reverse($self->ip(), $self->prefixlen(), $self->version());\n\n    if (!$rev) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    $self->{reverse_ip} = $rev;\n\n    return ($rev);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine last_bin\n# Purpose           : Get the last IP of a range in binary format\n# Returns           : Last binary IP or undef (failure)\nsub last_bin {\n    my ($self) = shift;\n\n    return ($self->{last_bin}) if defined($self->{last_bin});\n\n    my $last;\n\n    if ($self->is_prefix()) {\n        $last =\n            ip_last_address_bin($self->binip(), $self->prefixlen(),\n                $self->version());\n    }\n    else {\n        $last = ip_iptobin($self->last_ip(), $self->version());\n    }\n\n    if (!$last) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    $self->{last_bin} = $last;\n\n    return ($last);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine last_int\n# Purpose           : Get the last IP of a range in integer format\n# Returns           : Last integer IP or undef (failure)\nsub last_int {\n    my ($self) = shift;\n\n    return ($self->{last_int}) if defined($self->{last_int});\n\n    my $last_bin = $self->last_bin() or return;\n\n    my $last_int = ip_bintoint($last_bin, $self->version()) or return;\n\n    $self->{last_int} = $last_int;\n\n    return ($last_int);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine last_ip\n# Purpose           : Get the last IP of a prefix in IP format\n# Returns           : IP or undef (failure)\nsub last_ip {\n    my ($self) = shift;\n\n    return ($self->{last_ip}) if defined($self->{last_ip});\n\n    my $last = ip_bintoip($self->last_bin(), $self->version());\n\n    if (!$last) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    $self->{last_ip} = $last;\n\n    return ($last);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine find_prefixes\n# Purpose           : Get all prefixes in the range defined by two IPs\n# Params            : IP\n# Returns           : List of prefixes or undef (failure)\nsub find_prefixes {\n    my ($self) = @_;\n\n    my @list =\n        ip_range_to_prefix($self->binip(), $self->last_bin(), $self->version());\n\n    if (!scalar(@list)) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    return (@list);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine bincomp\n# Purpose           : Compare two IPs\n# Params            : Operation, IP to compare\n# Returns           : 1 (True), 0 (False) or undef (problem)\n# Comments          : Operation can be lt, le, gt, ge\nsub bincomp {\n    my ($self, $op, $other) = @_;\n\n    my $a = ip_bincomp($self->binip(), $op, $other->binip());\n\n    unless (defined $a) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    return ($a);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine binadd\n# Purpose           : Add two IPs\n# Params            : IP to add\n# Returns           : New IP object or undef (failure)\nsub binadd {\n    my ($self, $other) = @_;\n\n    my $ip = ip_binadd($self->binip(), $other->binip());\n\n    if (!$ip) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    my $new = Net::IP->new(ip_bintoip($ip, $self->version())) or return;\n\n    return ($new);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine aggregate\n# Purpose           : Aggregate (append) two IPs\n# Params            : IP to add\n# Returns           : New IP object or undef (failure)\nsub aggregate {\n    my ($self, $other) = @_;\n\n    my $r = ip_aggregate(\n        $self->binip(),  $self->last_bin(),\n        $other->binip(), $other->last_bin(),\n        $self->version()\n    );\n\n    if (!$r) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    return (Net::IP->new($r));\n}\n\n#------------------------------------------------------------------------------\n# Subroutine overlaps\n# Purpose           : Check if two prefixes overlap\n# Params            : Prefix to compare\n# Returns           : $NO_OVERLAP         (no overlap)\n#                     $IP_PARTIAL_OVERLAP (overlap)\n#                     $IP_A_IN_B_OVERLAP  (range1 is included in range2)\n#                     $IP_B_IN_A_OVERLAP  (range2 is included in range1)\n#                     $IP_IDENTICAL       (range1 == range2)\n#                     or undef (problem)\n\nsub overlaps {\n    my ($self, $other) = @_;\n\n    my $r = ip_is_overlap(\n        $self->binip(),  $self->last_bin(),\n        $other->binip(), $other->last_bin()\n    );\n\n    if (!defined($r)) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    return ($r);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine auth\n# Purpose           : Return Authority information from IP::Authority\n# Params            : IP object\n# Returns           : Authority Source\n\nsub auth {\n    my ($self) = shift;\n\n    return ($self->{auth}) if defined($self->{auth});\n\n    my $auth = ip_auth($self->ip, $self->version);\n\n    if (!$auth) {\n        $self->{error} = $ERROR;\n        $self->{errno} = $ERRNO;\n        return;\n    }\n\n    $self->{auth} = $auth;\n\n    return ($self->{auth});\n}\n\n#------------------------------ PROCEDURAL INTERFACE --------------------------\n#------------------------------------------------------------------------------\n# Subroutine Error\n# Purpose           : Return the ERROR string\n# Returns           : string\nsub Error {\n    return ($ERROR);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine Error\n# Purpose           : Return the ERRNO value\n# Returns           : number\nsub Errno {\n    return ($ERRNO);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_iplengths\n# Purpose           : Get the length in bits of an IP from its version\n# Params            : IP version\n# Returns           : Number of bits\n\nsub ip_iplengths {\n    my ($version) = @_;\n\n    if ($version == 4) {\n        return (32);\n    }\n    elsif ($version == 6) {\n        return (128);\n    }\n    else {\n        return;\n    }\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_iptobin\n# Purpose           : Transform an IP address into a bit string\n# Params            : IP address, IP version\n# Returns           : bit string on success, undef otherwise\nsub ip_iptobin {\n    my ($ip, $ipversion) = @_;\n\n    # v4 -> return 32-bit array\n    if ($ipversion == 4) {\n        return unpack('B32', pack('C4C4C4C4', split(/\\./, $ip)));\n    }\n\n    # Strip ':'\n    $ip =~ s/://g;\n\n    # Check size\n    unless (length($ip) == 32) {\n        $ERROR = \"Bad IP address $ip\";\n        $ERRNO = 102;\n        return;\n    }\n\n    # v6 -> return 128-bit array\n    return unpack('B128', pack('H32', $ip));\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_bintoip\n# Purpose           : Transform a bit string into an IP address\n# Params            : bit string, IP version\n# Returns           : IP address on success, undef otherwise\nsub ip_bintoip {\n    my ($binip, $ip_version) = @_;\n\n    # Define normal size for address\n    my $len = ip_iplengths($ip_version);\n\n    if ($len < length($binip)) {\n        $ERROR = \"Invalid IP length for binary IP $binip\\n\";\n        $ERRNO = 189;\n        return;\n    }\n\n    # Prepend 0s if address is less than normal size\n    $binip = '0' x ($len - length($binip)) . $binip;\n\n    # IPv4\n    if ($ip_version == 4) {\n        return join '.', unpack('C4C4C4C4', pack('B32', $binip));\n    }\n\n    # IPv6\n    return join(':', unpack('H4H4H4H4H4H4H4H4', pack('B128', $binip)));\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_bintoint\n# Purpose           : Transform a bit string into an Integer\n# Params            : bit string\n# Returns           : BigInt\nsub ip_bintoint {\n    my $binip = shift;\n\n    # $n is the increment, $dec is the returned value\n    my ($n, $dec) = (Math::BigInt->new(1), Math::BigInt->new(0));\n\n\n    # Reverse the bit string\n    foreach (reverse(split '', $binip)) {\n\n        # If the nth bit is 1, add 2**n to $dec\n        $_ and $dec += $n;\n        $n *= 2;\n    }\n\n    # Strip leading + sign\n    $dec =~ s/^\\+//;\n    return $dec;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_inttobin\n# Purpose           : Transform a BigInt into a bit string\n# Comments          : sets warnings (-w) off.\n#                     This is necessary because Math::BigInt is not compliant\n# Params            : BigInt, IP version\n# Returns           : bit string\nsub ip_inttobin {\n\n    my $dec = Math::BigInt->new(shift);\n\n    # Find IP version\n    my $ip_version = shift;\n\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version for $dec\";\n        $ERRNO = 101;\n        return;\n    }\n\n    my $binip = $dec->as_bin();\n    $binip =~ s/^0b//;\n\n    # Define normal size for address\n    my $len = ip_iplengths($ip_version);\n\n    # Prepend 0s if result is less than normal size\n    $binip = '0' x ($len - length($binip)) . $binip;\n\n\n    return $binip;\n\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_get_version\n# Purpose           : Get an IP version\n# Params            : IP address\n# Returns           : 4, 6, 0(don't know)\nsub ip_get_version {\n    my $ip = shift;\n\n    # If the address does not contain any ':', maybe it's IPv4\n    $ip !~ /:/ and ip_is_ipv4($ip) and return '4';\n\n    # Is it IPv6 ?\n    ip_is_ipv6($ip) and return '6';\n\n    return;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_is_ipv4\n# Purpose           : Check if an IP address is version 4\n# Params            : IP address\n# Returns           : 1 (yes) or 0 (no)\nsub ip_is_ipv4 {\n    my $ip = shift;\n\n    # Check for invalid chars\n    unless ($ip =~ m/^[\\d\\.]+$/) {\n        $ERROR = \"Invalid chars in IP $ip\";\n        $ERRNO = 107;\n        return 0;\n    }\n\n    if ($ip =~ m/^\\./) {\n        $ERROR = \"Invalid IP $ip - starts with a dot\";\n        $ERRNO = 103;\n        return 0;\n    }\n\n    if ($ip =~ m/\\.$/) {\n        $ERROR = \"Invalid IP $ip - ends with a dot\";\n        $ERRNO = 104;\n        return 0;\n    }\n\n    # Single Numbers are considered to be IPv4\n    if ($ip =~ m/^(\\d+)$/ and $1 < 256) { return 1 }\n\n    # Count quads\n    my $n = ($ip =~ tr/\\./\\./);\n\n    # IPv4 must have from 1 to 4 quads\n    unless ($n >= 0 and $n < 4) {\n        $ERROR = \"Invalid IP address $ip\";\n        $ERRNO = 105;\n        return 0;\n    }\n\n    # Check for empty quads\n    if ($ip =~ m/\\.\\./) {\n        $ERROR = \"Empty quad in IP address $ip\";\n        $ERRNO = 106;\n        return 0;\n    }\n\n    foreach (split /\\./, $ip) {\n\n        # Check for invalid quads\n        unless ($_ >= 0 and $_ < 256) {\n            $ERROR = \"Invalid quad in IP address $ip - $_\";\n            $ERRNO = 107;\n            return 0;\n        }\n    }\n    return 1;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_is_ipv6\n# Purpose           : Check if an IP address is version 6\n# Params            : IP address\n# Returns           : 1 (yes) or 0 (no)\nsub ip_is_ipv6 {\n    my $ip = shift;\n\n    # Count octets\n    my $n = ($ip =~ tr/:/:/);\n    return 0 unless ($n > 0 and $n < 8);\n\n    # $k is a counter\n    my $k;\n\n    foreach (split /:/, $ip) {\n        $k++;\n\n        # Empty octet ?\n        next if ($_ eq '');\n\n        # Normal v6 octet ?\n        next if (/^[a-f\\d]{1,4}$/i);\n\n        # Last octet - is it IPv4 ?\n        if ( ($k == $n + 1) && ip_is_ipv4($_) ) {\n            $n++; # ipv4 is two octets\n            next;\n        }\n\n        $ERROR = \"Invalid IP address $ip\";\n        $ERRNO = 108;\n        return 0;\n    }\n\n    # Does the IP address start with : ?\n    if ($ip =~ m/^:[^:]/) {\n        $ERROR = \"Invalid address $ip (starts with :)\";\n        $ERRNO = 109;\n        return 0;\n    }\n\n    # Does the IP address finish with : ?\n    if ($ip =~ m/[^:]:$/) {\n        $ERROR = \"Invalid address $ip (ends with :)\";\n        $ERRNO = 110;\n        return 0;\n    }\n\n    # Does the IP address have more than one '::' pattern ?\n    if ($ip =~ s/:(?=:)/:/g > 1) {\n        $ERROR = \"Invalid address $ip (More than one :: pattern)\";\n        $ERRNO = 111;\n        return 0;\n    }\n\n    # number of octets\n    if ($n != 7 && $ip !~ /::/) {\n        $ERROR = \"Invalid number of octets $ip\";\n        $ERRNO = 112;\n        return 0;\n    }\n\n    # valid IPv6 address\n    return 1;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_expand_address\n# Purpose           : Expand an address from compact notation\n# Params            : IP address, IP version\n# Returns           : expanded IP address or undef on failure\nsub ip_expand_address {\n    my ($ip, $ip_version) = @_;\n\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version for $ip\";\n        $ERRNO = 101;\n        return;\n    }\n\n    # v4 : add .0 for missing quads\n    if ($ip_version == 4) {\n        my @quads = split /\\./, $ip;\n\n        # check number of quads\n        if (scalar(@quads) > 4) {\n            $ERROR = \"Not a valid IPv address $ip\";\n            $ERRNO = 102;\n            return;\n        }\n        my @clean_quads = (0, 0, 0, 0);\n\n        foreach my $q (reverse @quads) {\n\n            #check quad data\n            if ($q !~ m/^\\d{1,3}$/) {\n                $ERROR = \"Not a valid IPv4 address $ip\";\n                $ERRNO = 102;\n                return;\n            }\n\n            # build clean ipv4\n            unshift(@clean_quads, $q + 1 - 1);\n        }\n\n        return (join '.', @clean_quads[ 0 .. 3 ]);\n    }\n\n    # Keep track of ::\n    my $num_of_double_colon = ($ip =~ s/::/:!:/g);\n    if ($num_of_double_colon > 1) {\n        $ERROR = \"Too many :: in ip\";\n        $ERRNO = 102;\n        return;\n    }\n\n    # IP as an array\n    my @ip = split /:/, $ip;\n\n    # Number of octets\n    my $num = scalar(@ip);\n\n    foreach (0 .. (scalar(@ip) - 1)) {\n\n        # Embedded IPv4\n        if ($ip[$_] =~ /\\./) {\n\n            # Expand Ipv4 address\n            # Convert into binary\n            # Convert into hex\n            # Keep the last two octets\n\n            $ip[$_] = substr( ip_bintoip( ip_iptobin( ip_expand_address($ip[$_], 4), 4), 6), -9);\n\n            # Has an error occured here ?\n            return unless (defined($ip[$_]));\n\n            # $num++ because we now have one more octet:\n            # IPv4 address becomes two octets\n            $num++;\n            next;\n        }\n\n        # Add missing trailing 0s\n        $ip[$_] = ('0' x (4 - length($ip[$_]))) . $ip[$_];\n    }\n\n    # Now deal with '::' ('000!')\n    foreach (0 .. (scalar(@ip) - 1)) {\n\n        # Find the pattern\n        next unless ($ip[$_] eq '000!');\n\n        # @empty is the IP address 0\n        my @empty = map { $_ = '0' x 4 } (0 .. 7);\n\n        # Replace :: with $num '0000' octets\n        $ip[$_] = join ':', @empty[ 0 .. 8 - $num ];\n        last;\n    }\n\n    return (lc(join ':', @ip));\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_get_mask\n# Purpose           : Get IP mask from prefix length.\n# Params            : Prefix length, IP version\n# Returns           : Binary Mask\nsub ip_get_mask {\n    my ($len, $ip_version) = @_;\n\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version\";\n        $ERRNO = 101;\n        return;\n    }\n\n    my $size = ip_iplengths($ip_version);\n\n    # mask is $len 1s plus the rest as 0s\n    return (('1' x $len) . ('0' x ($size - $len)));\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_last_address_bin\n# Purpose           : Return the last binary address of a range\n# Params            : First binary IP, prefix length, IP version\n# Returns           : Binary IP\nsub ip_last_address_bin {\n    my ($binip, $len, $ip_version) = @_;\n\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version\";\n        $ERRNO = 101;\n        return;\n    }\n\n    my $size = ip_iplengths($ip_version);\n\n    # Find the part of the IP address which will not be modified\n    $binip = substr($binip, 0, $len);\n\n    # Fill with 1s the variable part\n    return ($binip . ('1' x ($size - length($binip))));\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_splitprefix\n# Purpose           : Split a prefix into IP and prefix length\n# Comments          : If it was passed a simple IP, it just returns it\n# Params            : Prefix\n# Returns           : IP, optionnaly length of prefix\nsub ip_splitprefix {\n    my $prefix = shift;\n\n    # Find the '/'\n    return unless ($prefix =~ m!^([^/]+?)(/\\d+)?$!);\n\n    my ($ip, $len) = ($1, $2);\n\n    defined($len) and $len =~ s!/!!;\n\n    return ($ip, $len);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_prefix_to_range\n# Purpose           : Get a range from a prefix\n# Params            : IP, Prefix length, IP version\n# Returns           : First IP, last IP\nsub ip_prefix_to_range {\n    my ($ip, $len, $ip_version) = @_;\n\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version\";\n        $ERRNO = 101;\n        return;\n    }\n\n    # Expand the first IP address\n    $ip = ip_expand_address($ip, $ip_version);\n\n    # Turn into a binary\n    # Get last address\n    # Turn into an IP\n    my $binip = ip_iptobin($ip, $ip_version) or return;\n\n    return unless (ip_check_prefix($binip, $len, $ip_version));\n\n    my $lastip = ip_last_address_bin($binip, $len, $ip_version) or return;\n    return unless ($lastip = ip_bintoip($lastip, $ip_version));\n\n    return ($ip, $lastip);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_is_valid_mask\n# Purpose           : Check the validity of an IP mask (11110000)\n# Params            : Mask\n# Returns           : 1 or undef (invalid)\nsub ip_is_valid_mask {\n    my ($mask, $ip_version) = @_;\n\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version for $mask\";\n        $ERRNO = 101;\n        return;\n    }\n\n    my $len = ip_iplengths($ip_version);\n\n    if (length($mask) != $len) {\n        $ERROR = \"Invalid mask length for $mask\";\n        $ERRNO = 150;\n        return;\n    }\n\n    # The mask should be of the form 111110000000\n    unless ($mask =~ m/^1*0*$/) {\n        $ERROR = \"Invalid mask $mask\";\n        $ERRNO = 151;\n        return;\n    }\n\n    return 1;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_bincomp\n# Purpose           : Compare binary Ips with <, >, <=, >=\n# Comments          : Operators are lt(<), le(<=), gt(>), and ge(>=)\n# Params            : First binary IP, operator, Last binary Ip\n# Returns           : 1 (yes), 0 (no), or undef (problem)\nsub ip_bincomp {\n    my ($begin, $op, $end) = @_;\n\n    my ($b, $e);\n\n    if ($op =~ /^l[te]$/)    # Operator is lt or le\n    {\n        ($b, $e) = ($end, $begin);\n    }\n    elsif ($op =~ /^g[te]$/)    # Operator is gt or ge\n    {\n        ($b, $e) = ($begin, $end);\n    }\n    else {\n        $ERROR = \"Invalid Operator $op\\n\";\n        $ERRNO = 131;\n        return;\n    }\n\n    # le or ge -> return 1 if IPs are identical\n    return (1) if ($op =~ /e/ and ($begin eq $end));\n\n    # Check IP sizes\n    unless (length($b) eq length($e)) {\n        $ERROR = \"IP addresses of different length\\n\";\n        $ERRNO = 130;\n        return;\n    }\n\n    my $c;\n\n    # Foreach bit\n    for (0 .. length($b) - 1) {\n\n        # substract the two bits\n        $c = substr($b, $_, 1) - substr($e, $_, 1);\n\n        # Check the result\n        return (1) if ($c == 1);\n        return (0) if ($c == -1);\n    }\n\n    # IPs are identical\n    return 0;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_binadd\n# Purpose           : Add two binary IPs\n# Params            : First binary IP, Last binary Ip\n# Returns           : Binary sum or undef (problem)\nsub ip_binadd {\n    my ($b, $e) = @_;\n\n    # Check IP length\n    unless (length($b) eq length($e)) {\n        $ERROR = \"IP addresses of different length\\n\";\n        $ERRNO = 130;\n        return;\n    }\n\n    # Reverse the two IPs\n    $b = scalar(reverse $b);\n    $e = scalar(reverse $e);\n\n    my ($carry, $result, $c) = (0);\n\n    # Foreach bit (reversed)\n    for (0 .. length($b) - 1) {\n\n        # add the two bits plus the carry\n        $c     = substr($b, $_, 1) + substr($e, $_, 1) + $carry;\n        $carry = 0;\n\n        # sum = 0 => $c = 0, $carry = 0\n        # sum = 1 => $c = 1, $carry = 0\n        # sum = 2 => $c = 0, $carry = 1\n        # sum = 3 => $c = 1, $carry = 1\n        if ($c > 1) {\n            $c -= 2;\n            $carry = 1;\n        }\n\n        $result .= $c;\n    }\n\n    # Reverse result\n    return scalar(reverse($result));\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_get_prefix_length\n# Purpose           : Get the prefix length for a given range of IPs\n# Params            : First binary IP, Last binary IP\n# Returns           : Length of prefix or undef (problem)\nsub ip_get_prefix_length {\n    my ($bin1, $bin2) = @_;\n\n    # Check length of IPs\n    unless (length($bin1) eq length($bin2)) {\n        $ERROR = \"IP addresses of different length\\n\";\n        $ERRNO = 130;\n        return;\n    }\n\n    # reverse IPs\n    $bin1 = scalar(reverse $bin1);\n    $bin2 = scalar(reverse $bin2);\n\n    # foreach bit\n    for (0 .. length($bin1) - 1) {\n\n        # If bits are equal it means we have reached the longest prefix\n        return (\"$_\") if (substr($bin1, $_, 1) eq substr($bin2, $_, 1));\n\n    }\n\n    # Return 32 (IPv4) or 128 (IPv6)\n    return length($bin1);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_range_to_prefix\n# Purpose           : Return all prefixes between two IPs\n# Params            : First IP, Last IP, IP version\n# Returns           : List of Prefixes or undef (problem)\nsub ip_range_to_prefix {\n    my ($binip, $endbinip, $ip_version) = @_;\n\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version\";\n        $ERRNO = 101;\n        return;\n    }\n\n    unless (length($binip) eq length($endbinip)) {\n        $ERROR = \"IP addresses of different length\\n\";\n        $ERRNO = 130;\n        return;\n    }\n\n    my ($len, $nbits, $current, $add, @prefix);\n\n    # 1 in binary\n    my $one = ('0' x (ip_iplengths($ip_version) - 1)) . '1';\n\n    # While we have not reached the last IP\n    while (ip_bincomp($binip, 'le', $endbinip) == 1) {\n\n        # Find all 0s at the end\n        if ($binip =~ m/(0+)$/) {\n\n            # nbits = nb of 0 bits\n            $nbits = length($1);\n        }\n        else {\n            $nbits = 0;\n        }\n\n        do {\n            $current = $binip;\n            $add     = '1' x $nbits;\n\n            # Replace $nbits 0s with 1s\n            $current =~ s/0{$nbits}$/$add/;\n            $nbits--;\n\n            # Decrease $nbits if $current >= $endbinip\n        } while (ip_bincomp($current, 'le', $endbinip) != 1);\n\n        # Find Prefix length\n        $len =\n            (ip_iplengths($ip_version)) - ip_get_prefix_length($binip, $current);\n\n        # Push prefix in list\n        push(@prefix, ip_bintoip($binip, $ip_version) . \"/$len\");\n\n        # Add 1 to current IP\n        $binip = ip_binadd($current, $one);\n\n        # Exit if IP is 32/128 1s\n        last if ($current =~ m/^1+$/);\n    }\n\n    return (@prefix);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_compress_v4_prefix\n# Purpose           : Compress an IPv4 Prefix\n# Params            : IP, Prefix length\n# Returns           : Compressed IP - ie: 194.5\nsub ip_compress_v4_prefix {\n    my ($ip, $len) = @_;\n\n    my @quads = split /\\./, $ip;\n\n    my $qlen = int(($len - 1) / 8);\n\n    $qlen = 0 if ($qlen < 0);\n\n    my $newip = join '.', @quads[ 0 .. $qlen ];\n\n    return ($newip);\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_compress_address\n# Purpose           : Compress an IPv6 address\n# Params            : IP, IP version\n# Returns           : Compressed IP or undef (problem)\nsub ip_compress_address {\n    my ($ip, $ip_version) = @_;\n\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version for $ip\";\n        $ERRNO = 101;\n        return;\n    }\n\n    # Just return if IP is IPv4\n    return ($ip) if ($ip_version == 4);\n\n    # already compressed addresses must be expanded first\n    $ip = ip_expand_address( $ip, $ip_version);\n\n    # Remove leading 0s: 0034 -> 34; 0000 -> 0\n    $ip =~ s/\n        (^|:)        # Find beginning or ':' -> $1\n            0+           # 1 or several 0s\n            (?=          # Look-ahead\n            [a-fA-F\\d]+  # One or several Hexs\n            (?::|$))     # ':' or end\n        /$1/gx;\n\n    my $reg = '';\n\n    # Find the longuest :0:0: sequence\n    while (\n        $ip =~ m/\n            ((?:^|:)     # Find beginning or ':' -> $1\n                0(?::0)+     # 0 followed by 1 or several ':0'\n                (?::|$))     # ':' or end\n            /gx\n    )\n    {\n        $reg = $1 if (length($reg) < length($1));\n    }\n\n    # Replace sequence by '::'\n    $ip =~ s/$reg/::/ if ($reg ne '');\n\n    return $ip;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_is_overlap\n# Purpose           : Check if two ranges overlap\n# Params            : Four binary IPs (begin of range 1,end1,begin2,end2)\n# Returns           : $NO_OVERLAP         (no overlap)\n#                     $IP_PARTIAL_OVERLAP (overlap)\n#                     $IP_A_IN_B_OVERLAP  (range1 is included in range2)\n#                     $IP_B_IN_A_OVERLAP  (range2 is included in range1)\n#                     $IP_IDENTICAL       (range1 == range2)\n#                     or undef (problem)\n\nsub ip_is_overlap {\n    my ($b1, $e1, $b2, $e2) = (@_);\n\n    my $swap;\n    $swap = 0;\n\n    unless ((length($b1) eq length($e1))\n        and (length($b2) eq length($e2))\n        and (length($b1) eq length($b2)))\n    {\n        $ERROR = \"IP addresses of different length\\n\";\n        $ERRNO = 130;\n        return;\n    }\n\n    # begin1 <= end1 ?\n    unless (ip_bincomp($b1, 'le', $e1) == 1) {\n        $ERROR = \"Invalid range\t$b1 - $e1\";\n        $ERRNO = 140;\n        return;\n    }\n\n    # begin2 <= end2 ?\n    unless (ip_bincomp($b2, 'le', $e2) == 1) {\n        $ERROR = \"Invalid range\t$b2 - $e2\";\n        $ERRNO = 140;\n        return;\n    }\n\n    # b1 == b2 ?\n    if ($b1 eq $b2) {\n\n        # e1 == e2\n        return ($IP_IDENTICAL) if ($e1 eq $e2);\n\n        # e1 < e2 ?\n        return (\n                ip_bincomp($e1, 'lt', $e2)\n            ? $IP_A_IN_B_OVERLAP\n            : $IP_B_IN_A_OVERLAP\n        );\n    }\n\n    # e1 == e2 ?\n    if ($e1 eq $e2) {\n\n        # b1 < b2\n        return (\n                ip_bincomp($b1, 'lt', $b2)\n            ? $IP_B_IN_A_OVERLAP\n            : $IP_A_IN_B_OVERLAP\n        );\n    }\n\n    # b1 < b2\n    if ((ip_bincomp($b1, 'lt', $b2) == 1)) {\n\n        # e1 < b2\n        return ($IP_NO_OVERLAP) if (ip_bincomp($e1, 'lt', $b2) == 1);\n\n        # e1 < e2 ?\n        return (\n                ip_bincomp($e1, 'lt', $e2)\n            ? $IP_PARTIAL_OVERLAP\n            : $IP_B_IN_A_OVERLAP\n        );\n    }\n    else    # b1 > b2\n    {\n\n        # e2 < b1\n        return ($IP_NO_OVERLAP) if (ip_bincomp($e2, 'lt', $b1) == 1);\n\n        # e2 < e1 ?\n        return (\n                ip_bincomp($e2, 'lt', $e1)\n            ? $IP_PARTIAL_OVERLAP\n            : $IP_A_IN_B_OVERLAP\n        );\n    }\n}\n\n#------------------------------------------------------------------------------\n# Subroutine get_embedded_ipv4\n# Purpose           : Get an IPv4 embedded in an IPv6 address\n# Params            : IPv6\n# Returns           : IPv4 or undef (not found)\nsub ip_get_embedded_ipv4 {\n    my $ipv6 = shift;\n\n    my @ip = split /:/, $ipv6;\n\n    # Bugfix by Norbert Koch\n    return unless (@ip);\n\n    # last octet should be ipv4\n    return ($ip[-1]) if (ip_is_ipv4($ip[-1]));\n\n    return;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine aggregate\n# Purpose           : Aggregate 2 ranges\n# Params            : 1st range (1st IP, Last IP), last range (1st IP, last IP),\n#                     IP version\n# Returns           : prefix or undef (invalid)\nsub ip_aggregate {\n    my ($binbip1, $bineip1, $binbip2, $bineip2, $ip_version) = @_;\n\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version for $binbip1\";\n        $ERRNO = 101;\n        return;\n    }\n\n    # Bin 1\n    my $one = (('0' x (ip_iplengths($ip_version) - 1)) . '1');\n\n    # $eip1 + 1 = $bip2 ?\n    unless (ip_binadd($bineip1, $one) eq $binbip2) {\n        $ERROR = \"Ranges not contiguous - $bineip1 - $binbip2\";\n        $ERRNO = 160;\n        return;\n    }\n\n    # Get ranges\n    my @prefix = ip_range_to_prefix($binbip1, $bineip2, $ip_version);\n\n    # There should be only one range\n    return if scalar(@prefix) < 1;\n\n    if (scalar(@prefix) > 1) {\n        $ERROR = \"$binbip1 - $bineip2 is not a single prefix\";\n        $ERRNO = 161;\n        return;\n    }\n    return ($prefix[0]);\n\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_iptype\n# Purpose           : Return the type of an IP (Public, Private, Reserved)\n# Params            : IP to test, IP version\n# Returns           : type or undef (invalid)\nsub ip_iptype {\n    my ($ip, $ip_version) = @_;\n\n    # handle known ip versions\n    return ip_iptypev4($ip) if $ip_version == 4;\n    return ip_iptypev6($ip) if $ip_version == 6;\n\n    # unsupported ip version\n    $ERROR = \"IP version $ip not supported\";\n    $ERRNO = 180;\n    return;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_iptypev4\n# Purpose           : Return the type of an IP (Public, Private, Reserved)\n# Params            : IP to test, IP version\n# Returns           : type or undef (invalid)\nsub ip_iptypev4 {\n    my ($ip) = @_;\n\n    # check ip\n    if ($ip !~ m/^[01]{1,32}$/) {\n        $ERROR = \"$ip is not a binary IPv4 address $ip\";\n        $ERRNO = 180;\n        return;\n    }\n\n    # see if IP is listed\n    foreach (sort { length($b) <=> length($a) } keys %IPv4ranges) {\n        return ($IPv4ranges{$_}) if ($ip =~ m/^$_/);\n    }\n\n    # not listed means IP is public\n    return 'PUBLIC';\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_iptypev6\n# Purpose           : Return the type of an IP (Public, Private, Reserved)\n# Params            : IP to test, IP version\n# Returns           : type or undef (invalid)\nsub ip_iptypev6 {\n    my ($ip) = @_;\n\n    # check ip\n    if ($ip !~ m/^[01]{1,128}$/) {\n        $ERROR = \"$ip is not a binary IPv6 address\";\n        $ERRNO = 180;\n        return;\n    }\n\n    foreach (sort { length($b) <=> length($a) } keys %IPv6ranges) {\n        return ($IPv6ranges{$_}) if ($ip =~ m/^$_/);\n    }\n\n    # How did we get here? All IPv6 addresses should match\n    $ERROR = \"Cannot determine type for $ip\";\n    $ERRNO = 180;\n    return;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_check_prefix\n# Purpose           : Check the validity of a prefix\n# Params            : binary IP, length of prefix, IP version\n# Returns           : 1 or undef (invalid)\nsub ip_check_prefix {\n    my ($binip, $len, $ipversion) = (@_);\n\n    # Check if len is longer than IP\n    if ($len > length($binip)) {\n        $ERROR =\n            \"Prefix length $len is longer than IP address (\"\n                . length($binip) . \")\";\n        $ERRNO = 170;\n        return;\n    }\n\n    my $rest = substr($binip, $len);\n\n    # Check if last part of the IP (len part) has only 0s\n    unless ($rest =~ /^0*$/) {\n        $ERROR = \"Invalid prefix $binip/$len\";\n        $ERRNO = 171;\n        return;\n    }\n\n    # Check if prefix length is correct\n    unless (length($rest) + $len == ip_iplengths($ipversion)) {\n        $ERROR = \"Invalid prefix length /$len\";\n        $ERRNO = 172;\n        return;\n    }\n\n    return 1;\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_reverse\n# Purpose           : Get a reverse name from a prefix\n# Comments          : From Lee's iplib.pm\n# Params            : IP, length of prefix, IP version\n# Returns           : Reverse name or undef (error)\nsub ip_reverse {\n    my ($ip, $len, $ip_version) = (@_);\n\n    $ip_version ||= ip_get_version($ip);\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version for $ip\";\n        $ERRNO = 101;\n        return;\n    }\n\n    if ($ip_version == 4) {\n        my @quads    = split /\\./, $ip;\n        my $no_quads = ($len / 8);\n\n        my @reverse_quads = reverse @quads;\n\n        while (@reverse_quads and $reverse_quads[0] == 0) {\n            shift(@reverse_quads);\n        }\n\n        return join '.', @reverse_quads, 'in-addr', 'arpa.';\n    }\n    elsif ($ip_version == 6) {\n        my @rev_groups = reverse split /:/, ip_expand_address($ip, 6);\n        my @result;\n\n        foreach (@rev_groups) {\n            my @revhex = reverse split //;\n            push @result, @revhex;\n        }\n\n        # This takes the zone above if it's not exactly on a nibble\n        my $first_nibble_index = $len ? 32 - (int($len / 4)) : 0;\n        return join '.', @result[ $first_nibble_index .. $#result ], 'ip6',\n            'arpa.';\n    }\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_normalize\n# Purpose           : Normalize data to a range of IP addresses\n# Params            : IP or prefix or range\n# Returns           : ip1, ip2 (if range) or undef (error)\nsub ip_normalize {\n    my ($data) = shift;\n\n    my $ipversion;\n\n    my ($len, $ip, $ip2, $real_len, $first, $last, $curr_bin, $addcst, $clen);\n\n    # Prefix\n    if ($data =~ m!^(\\S+?)(/\\S+)$!) {\n        ($ip, $len) = ($1, $2);\n\n        return unless ($ipversion = ip_get_version($ip));\n        return unless ($ip        = ip_expand_address($ip, $ipversion));\n        return unless ($curr_bin  = ip_iptobin($ip, $ipversion));\n\n        my $one = '0' x (ip_iplengths($ipversion) - 1) . '1';\n\n        while ($len) {\n            last unless ($len =~ s!^/(\\d+)(\\,|$)!!);\n\n            $clen   = $1;\n            $addcst = length($2) > 0;\n\n            return unless (ip_check_prefix($curr_bin, $clen, $ipversion));\n\n            return\n                unless ($curr_bin =\n                    ip_last_address_bin($curr_bin, $clen, $ipversion));\n\n            if ($addcst) {\n                return unless ($curr_bin = ip_binadd($curr_bin, $one));\n            }\n        }\n\n        return ($ip, ip_bintoip($curr_bin, $ipversion));\n    }\n\n    # Range\n    elsif ($data =~ /^(.+?)\\s*\\-\\s*(.+)$/) {\n        ($ip, $ip2) = ($1, $2);\n\n        return unless ($ipversion = ip_get_version($ip));\n\n        return unless ($ip  = ip_expand_address($ip,  $ipversion));\n        return unless ($ip2 = ip_expand_address($ip2, $ipversion));\n\n        return ($ip, $ip2);\n    }\n\n    # IP + Number\n    elsif ($data =~ /^(.+?)\\s+\\+\\s+(.+)$/) {\n        ($ip, $len) = ($1, $2);\n\n        return unless ($ipversion = ip_get_version($ip));\n        return unless ($ip        = ip_expand_address($ip, $ipversion));\n\n        my ($bin_ip);\n        return unless ($bin_ip = ip_iptobin($ip, $ipversion));\n\n        return unless ($len = ip_inttobin($len, $ipversion));\n\n        return unless ($ip2 = ip_binadd($bin_ip, $len));\n        return unless ($ip2 = ip_bintoip($ip2,   $ipversion));\n\n        return ($ip, $ip2);\n    }\n\n    # Single IP\n    else {\n        $ip = $data;\n\n        return unless ($ipversion = ip_get_version($ip));\n\n        return unless ($ip = ip_expand_address($ip, $ipversion));\n\n        return $ip;\n    }\n}\n\n#------------------------------------------------------------------------------\n# Subroutine normal_range\n# Purpose           : Return the normalized format of a range\n# Params            : IP or prefix or range\n# Returns           : \"ip1 - ip2\" or undef (error)\nsub ip_normal_range {\n    my ($data) = shift;\n\n    my ($ip1, $ip2) = ip_normalize($data);\n\n    return unless ($ip1);\n\n    $ip2 ||= $ip1;\n\n    return (\"$ip1 - $ip2\");\n}\n\n#------------------------------------------------------------------------------\n# Subroutine ip_auth\n# Purpose           : Get Authority information from IP::Authority Module\n# Comments          : Requires IP::Authority\n# Params            : IP, length of prefix\n# Returns           : Reverse name or undef (error)\nsub ip_auth {\n    my ($ip, $ip_version) = (@_);\n\n    unless ($ip_version) {\n        $ERROR = \"Cannot determine IP version for $ip\";\n        $ERRNO = 101;\n        die;\n        return;\n    }\n\n    if ($ip_version != 4) {\n\n        $ERROR = \"Cannot get auth information: Not an IPv4 address\";\n        $ERRNO = 308;\n        die;\n        return;\n    }\n\n    require IP::Authority;\n\n    my $reg = new IP::Authority;\n\n    return ($reg->inet_atoauth($ip));\n}\n\n1;\n\n__END__\n=encoding utf8\n\n=head1 NAME\n\nNet::IP - Perl extension for manipulating IPv4/IPv6 addresses\n\n=head1 SYNOPSIS\n\n  use Net::IP;\n\n  my $ip = new Net::IP ('193.0.1/24') or die (Net::IP::Error());\n  print (\"IP  : \".$ip->ip().\"\\n\");\n  print (\"Sho : \".$ip->short().\"\\n\");\n  print (\"Bin : \".$ip->binip().\"\\n\");\n  print (\"Int : \".$ip->intip().\"\\n\");\n  print (\"Mask: \".$ip->mask().\"\\n\");\n  print (\"Last: \".$ip->last_ip().\"\\n\");\n  print (\"Len : \".$ip->prefixlen().\"\\n\");\n  print (\"Size: \".$ip->size().\"\\n\");\n  print (\"Type: \".$ip->iptype().\"\\n\");\n  print (\"Rev:  \".$ip->reverse_ip().\"\\n\");\n\n=head1 DESCRIPTION\n\nThis module provides functions to deal with B<IPv4/IPv6> addresses. The module\ncan be used as a class, allowing the user to instantiate IP objects, which can\nbe single IP addresses, prefixes, or ranges of addresses. There is also a\nprocedural way of accessing most of the functions. Most subroutines can take\neither B<IPv4> or B<IPv6> addresses transparently.\n\n=head1 OBJECT-ORIENTED INTERFACE\n\n=head2 Object Creation\n\nA Net::IP object can be created from a single IP address:\n\n  $ip = new Net::IP ('193.0.1.46') || die ...\n\nOr from a Classless Prefix (a /24 prefix is equivalent to a C class):\n\n  $ip = new Net::IP ('195.114.80/24') || die ...\n\nOr from a range of addresses:\n\n  $ip = new Net::IP ('20.34.101.207 - 201.3.9.99') || die ...\n\nOr from a address plus a number:\n\n  $ip = new Net::IP ('20.34.10.0 + 255') || die ...\n\nThe new() function accepts IPv4 and IPv6 addresses:\n\n  $ip = new Net::IP ('dead:beef::/32') || die ...\n\nOptionnaly, the function can be passed the version of the IP. Otherwise, it\ntries to guess what the version is (see B<_is_ipv4()> and B<_is_ipv6()>).\n\n  $ip = new Net::IP ('195/8',4); # Class A\n\n=head1 OBJECT METHODS\n\nMost of these methods are front-ends for the real functions, which use a\nprocedural interface. Most functions return undef on failure, and a true\nvalue on success. A detailed description of the procedural interface is\nprovided below.\n\n=head2 set\n\nSet an IP address in an existing IP object. This method has the same\nfunctionality as the new() method, except that it reuses an existing object to\nstore the new IP.\n\nC<$ip-E<gt>set('130.23.1/24',4);>\n\nLike new(), set() takes two arguments - a string used to build an IP address,\nprefix, or range, and optionally, the IP version of the considered address.\n\nIt returns an IP object on success, and undef on failure.\n\n=head2 error\n\nReturn the current object error string. The error string is set whenever one\nof the methods produces an error. Also, a global, class-wide B<Error()>\nfunction is avaliable.\n\nC<warn ($ip-E<gt>error());>\n\n=head2 errno\n\nReturn the current object error number. The error number is set whenever one\nof the methods produces an error. Also, a global B<$ERRNO> variable is set\nwhen an error is produced.\n\nC<warn ($ip-E<gt>errno());>\n\n=head2 ip\n\nReturn the IP address (or first IP of the prefix or range) in quad format, as\na string.\n\nC<print ($ip-E<gt>ip());>\n\n=head2 binip\n\nReturn the IP address as a binary string of 0s and 1s.\n\nC<print ($ip-E<gt>binip());>\n\n=head2 prefixlen\n\nReturn the length in bits of the current prefix.\n\nC<print ($ip-E<gt>prefixlen());>\n\n=head2 version\n\nReturn the version of the current IP object (4 or 6).\n\nC<print ($ip-E<gt>version());>\n\n=head2 size\n\nReturn the number of IP addresses in the current prefix or range.\nUse of this function requires Math::BigInt.\n\nC<print ($ip-E<gt>size());>\n\n=head2 binmask\n\nReturn the binary mask of the current prefix, if applicable.\n\nC<print ($ip-E<gt>binmask());>\n\n=head2 mask\n\nReturn the mask in quad format of the current prefix.\n\nC<print ($ip-E<gt>mask());>\n\n=head2 prefix\n\nReturn the full prefix (ip+prefix length) in quad (standard) format.\n\nC<print ($ip-E<gt>prefix());>\n\n=head2 print\n\nPrint the IP object (IP/Prefix or First - Last)\n\nC<print ($ip-E<gt>print());>\n\n=head2 intip\n\nConvert the IP in integer format and return it as a Math::BigInt object.\n\nC<print ($ip-E<gt>intip());>\n\n=head2 hexip\n\nReturn the IP in hex format\n\nC<print ($ip-E<gt>hexip());>\n\n=head2 hexmask\n\nReturn the mask in hex format\n\nC<print ($ip-E<gt>hexmask());>\n\n=head2 short\n\nReturn the IP in short format:\n\tIPv4 addresses: 194.5/16\n\tIPv6 addresses: ab32:f000::\n\n\nC<print ($ip-E<gt>short());>\n\n=head2 iptype\n\nReturn the IP Type - this describes the type of an IP (Public, Private,\nReserved, etc.) See procedural interface ip_iptype for more details.\n\nC<print ($ip-E<gt>iptype());>\n\n=head2 reverse_ip\n\nReturn the reverse IP for a given IP address (in.addr. format).\n\nC<print ($ip-E<gt>reserve_ip());>\n\n=head2 last_ip\n\nReturn the last IP of a prefix/range in quad format.\n\nC<print ($ip-E<gt>last_ip());>\n\n=head2 last_bin\n\nReturn the last IP of a prefix/range in binary format.\n\nC<print ($ip-E<gt>last_bin());>\n\n=head2 last_int\n\nReturn the last IP of a prefix/range in integer format.\n\nC<print ($ip-E<gt>last_int());>\n\n=head2 find_prefixes\n\nThis function finds all the prefixes that can be found between the two\naddresses of a range. The function returns a list of prefixes.\n\nC<@list = $ip-E<gt>find_prefixes($other_ip));>\n\n=head2 bincomp\n\nBinary comparaison of two IP objects. The function takes an operation\nand an IP object as arguments. It returns a boolean value.\n\nThe operation can be one of:\nlt: less than (smaller than)\nle: smaller or equal to\ngt: greater than\nge: greater or equal to\n\nC<if ($ip-E<gt>bincomp('lt',$ip2) {...}>\n\n=head2 binadd\n\nBinary addition of two IP objects. The value returned is an IP object.\n\nC<my $sum = $ip-E<gt>binadd($ip2);>\n\n=head2 aggregate\n\nAggregate 2 IPs - Append one range/prefix of IPs to another. The last address\nof the first range must be the one immediately preceding the first address of\nthe second range. A new IP object is returned.\n\nC<my $total = $ip-E<gt>aggregate($ip2);>\n\n=head2 overlaps\n\nCheck if two IP ranges/prefixes overlap each other. The value returned by the\nfunction should be one of:\n\t$IP_PARTIAL_OVERLAP (ranges overlap)\n\t$IP_NO_OVERLAP      (no overlap)\n\t$IP_A_IN_B_OVERLAP  (range2 contains range1)\n\t$IP_B_IN_A_OVERLAP  (range1 contains range2)\n\t$IP_IDENTICAL       (ranges are identical)\n\tundef               (problem)\n\nC<if ($ip-E<gt>overlaps($ip2)==$IP_A_IN_B_OVERLAP) {...};>\n\n\n=head2 looping\n\nThe C<+> operator is overloaded in order to allow looping though a whole\nrange of IP addresses:\n\n  my $ip = new Net::IP ('195.45.6.7 - 195.45.6.19') || die;\n  # Loop\n  do {\n      print $ip->ip(), \"\\n\";\n  } while (++$ip);\n\n\n\nThe ++ operator returns undef when the last address of the range is reached.\n\n\n=head2 auth\n\nReturn IP authority information from the IP::Authority module\n\nC<$auth = ip->auth ();>\n\nNote: IPv4 only\n\n\n=head1 PROCEDURAL INTERFACE\n\nThese functions do the real work in the module. Like the OO methods,\nmost of these return undef on failure. In order to access error codes\nand strings, instead of using $ip-E<gt>error() and $ip-E<gt>errno(), use the\nglobal functions C<Error()> and C<Errno()>.\n\nThe functions of the procedural interface are not exported by default. In\norder to import these functions, you need to modify the use statement for\nthe module:\n\nC<use Net::IP qw(:PROC);>\n\n=head2 Error\n\nReturns the error string corresponding to the last error generated in the\nmodule. This is also useful for the OO interface, as if the new() function\nfails, we cannot call $ip-E<gt>error() and so we have to use Error().\n\nwarn Error();\n\n=head2 Errno\n\nReturns a numeric error code corresponding to the error string returned by\nError.\n\n=head2 ip_iptobin\n\nTransform an IP address into a bit string.\n\n    Params  : IP address, IP version\n    Returns : binary IP string on success, undef otherwise\n\nC<$binip = ip_iptobin ($ip,6);>\n\n=head2 ip_bintoip\n\nTransform a bit string into an IP address\n\n    Params  : binary IP, IP version\n    Returns : IP address on success, undef otherwise\n\nC<$ip = ip_bintoip ($binip,6);>\n\n=head2 ip_bintoint\n\nTransform a bit string into a BigInt.\n\n    Params  : binary IP\n    Returns : BigInt\n\nC<$bigint = new Math::BigInt (ip_bintoint($binip));>\n\n=head2 ip_inttobin\n\nTransform a BigInt into a bit string.\nI<Warning>: sets warnings (C<-w>) off. This is necessary because Math::BigInt\nis not compliant.\n\n    Params  : BigInt, IP version\n    Returns : binary IP\n\nC<$binip = ip_inttobin ($bigint);>\n\n=head2 ip_get_version\n\nTry to guess the IP version of an IP address.\n\n    Params  : IP address\n    Returns : 4, 6, undef(unable to determine)\n\nC<$version = ip_get_version ($ip)>\n\n=head2 ip_is_ipv4\n\nCheck if an IP address is of type 4.\n\n    Params  : IP address\n    Returns : 1 (yes) or 0 (no)\n\nC<ip_is_ipv4($ip) and print \"$ip is IPv4\";>\n\n=head2 ip_is_ipv6\n\nCheck if an IP address is of type 6.\n\n    Params            : IP address\n    Returns           : 1 (yes) or 0 (no)\n\nC<ip_is_ipv6($ip) and print \"$ip is IPv6\";>\n\n=head2 ip_expand_address\n\nExpand an IP address from compact notation.\n\n    Params  : IP address, IP version\n    Returns : expanded IP address or undef on failure\n\nC<$ip = ip_expand_address ($ip,4);>\n\n=head2 ip_get_mask\n\nGet IP mask from prefix length.\n\n    Params  : Prefix length, IP version\n    Returns : Binary Mask\n\nC<$mask = ip_get_mask ($len,6);>\n\n=head2 ip_last_address_bin\n\nReturn the last binary address of a prefix.\n\n    Params  : First binary IP, prefix length, IP version\n    Returns : Binary IP\n\nC<$lastbin = ip_last_address_bin ($ip,$len,6);>\n\n=head2 ip_splitprefix\n\nSplit a prefix into IP and prefix length.\nIf it was passed a simple IP, it just returns it.\n\n    Params  : Prefix\n    Returns : IP, optionnaly length of prefix\n\nC<($ip,$len) = ip_splitprefix ($prefix)>\n\n=head2 ip_prefix_to_range\n\nGet a range of IPs from a prefix.\n\n    Params  : Prefix, IP version\n    Returns : First IP, last IP\n\nC<($ip1,$ip2) = ip_prefix_to_range ($prefix,6);>\n\n=head2 ip_bincomp\n\nCompare binary Ips with <, >, <=, >=.\n Operators are lt(<), le(<=), gt(>), and ge(>=)\n\n    Params  : First binary IP, operator, Last binary IP\n    Returns : 1 (yes), 0 (no), or undef (problem)\n\nC<ip_bincomp ($ip1,'lt',$ip2) == 1 or do {}>\n\n=head2 ip_binadd\n\nAdd two binary IPs.\n\n    Params  : First binary IP, Last binary IP\n    Returns : Binary sum or undef (problem)\n\nC<$binip = ip_binadd ($bin1,$bin2);>\n\n=head2 ip_get_prefix_length\n\nGet the prefix length for a given range of 2 IPs.\n\n    Params  : First binary IP, Last binary IP\n    Returns : Length of prefix or undef (problem)\n\nC<$len = ip_get_prefix_length ($ip1,$ip2);>\n\n=head2 ip_range_to_prefix\n\nReturn all prefixes between two IPs.\n\n    Params  : First IP (binary format), Last IP (binary format), IP version\n    Returns : List of Prefixes or undef (problem)\n\nThe prefixes returned have the form q.q.q.q/nn.\n\nC<@prefix = ip_range_to_prefix ($ip1,$ip2,6);>\n\n\n=head2 ip_compress_v4_prefix\n\nCompress an IPv4 Prefix.\n\n    Params  : IP, Prefix length\n    Returns : Compressed Prefix\n\nC<$ip = ip_compress_v4_prefix ($ip, $len);>\n\n\n=head2 ip_compress_address\n\nCompress an IPv6 address. Just returns the IP if it is an IPv4.\n\n    Params  : IP, IP version\n    Returns : Compressed IP or undef (problem)\n\nC<$ip = ip_compress_adress ($ip, $version);>\n\n=head2 ip_is_overlap\n\nCheck if two ranges of IPs overlap.\n\n    Params  : Four binary IPs (begin of range 1,end1,begin2,end2), IP version\n\t$IP_PARTIAL_OVERLAP (ranges overlap)\n\t$IP_NO_OVERLAP      (no overlap)\n\t$IP_A_IN_B_OVERLAP  (range2 contains range1)\n\t$IP_B_IN_A_OVERLAP  (range1 contains range2)\n\t$IP_IDENTICAL       (ranges are identical)\n\tundef               (problem)\n\nC<(ip_is_overlap($rb1,$re1,$rb2,$re2,4) eq $IP_A_IN_B_OVERLAP) and do {};>\n\n=head2 ip_get_embedded_ipv4\n\nGet an IPv4 embedded in an IPv6 address\n\n    Params  : IPv6\n    Returns : IPv4 string or undef (not found)\n\nC<$ip4 = ip_get_embedded($ip6);>\n\n=head2 ip_check_mask\n\nCheck the validity of a binary IP mask\n\n    Params  : Mask\n    Returns : 1 or undef (invalid)\n\nC<ip_check_mask($binmask) or do {};>\n\nChecks if mask has only 1s followed by 0s.\n\n=head2 ip_aggregate\n\nAggregate 2 ranges of binary IPs\n\n    Params  : 1st range (1st IP, Last IP), last range (1st IP, last IP), IP version\n    Returns : prefix or undef (invalid)\n\nC<$prefix = ip_aggregate ($bip1,$eip1,$bip2,$eip2) || die ...>\n\n=head2 ip_iptypev4\n\nReturn the type of an IPv4 address.\n\n    Params:  binary IP\n    Returns: type as of the following table or undef (invalid ip)\n\nSee RFC 5735 and RFC 6598\n\nS<Address Block       Present Use                Reference>\nS<------------------------------------------------------------------->\nS<0.0.0.0/8           \"This\" Network             RFC 1122 PRIVATE>\nS<10.0.0.0/8          Private-Use Networks       RFC 1918 PRIVATE>\nS<100.64.0.0/10       CGN Shared Address Space   RFC 6598 SHARED>\nS<127.0.0.0/8         Loopback                   RFC 1122 LOOPBACK>\nS<169.254.0.0/16      Link Local                 RFC 3927 LINK-LOCAL>\nS<172.16.0.0/12       Private-Use Networks       RFC 1918 PRIVATE>\nS<192.0.0.0/24        IETF Protocol Assignments  RFC 5736 RESERVED>\nS<192.0.2.0/24        TEST-NET-1                 RFC 5737 TEST-NET>\nS<192.88.99.0/24      6to4 Relay Anycast         RFC 3068 6TO4-RELAY>\nS<192.168.0.0/16      Private-Use Networks       RFC 1918 PRIVATE>\nS<198.18.0.0/15       Network Interconnect>\nS<                    Device Benchmark Testing   RFC 2544 RESERVED>\nS<198.51.100.0/24     TEST-NET-2                 RFC 5737 TEST-NET>\nS<203.0.113.0/24      TEST-NET-3                 RFC 5737 TEST-NET>\nS<224.0.0.0/4         Multicast                  RFC 3171 MULTICAST>\nS<240.0.0.0/4         Reserved for Future Use    RFC 1112 RESERVED>\nS<255.255.255.255/32  Limited Broadcast          RFC 919  BROADCAST>\nS<                                               RFC 922>\n\n=head2 ip_iptypev6\n\nReturn the type of an IPv6 address.\n\n    Params:  binary ip\n    Returns: type as of the following table or undef (invalid)\n\nSee L<IANA Internet Protocol Version 6 Address Space|http://www.iana.org/assignments/ipv6-address-space/ipv6-address-space.txt>  and L<IANA IPv6 Special Purpose Address Registry|http://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.txt>\n\n\nS<Prefix      Allocation           Reference>\nS<------------------------------------------------------------->\nS<0000::/8    Reserved by IETF     [RFC4291] RESERVED>\nS<0100::/8    Reserved by IETF     [RFC4291] RESERVED>\nS<0200::/7    Reserved by IETF     [RFC4048] RESERVED>\nS<0400::/6    Reserved by IETF     [RFC4291] RESERVED>\nS<0800::/5    Reserved by IETF     [RFC4291] RESERVED>\nS<1000::/4    Reserved by IETF     [RFC4291] RESERVED>\nS<2000::/3    Global Unicast       [RFC4291] GLOBAL-UNICAST>\nS<4000::/3    Reserved by IETF     [RFC4291] RESERVED>\nS<6000::/3    Reserved by IETF     [RFC4291] RESERVED>\nS<8000::/3    Reserved by IETF     [RFC4291] RESERVED>\nS<A000::/3    Reserved by IETF     [RFC4291] RESERVED>\nS<C000::/3    Reserved by IETF     [RFC4291] RESERVED>\nS<E000::/4    Reserved by IETF     [RFC4291] RESERVED>\nS<F000::/5    Reserved by IETF     [RFC4291] RESERVED>\nS<F800::/6    Reserved by IETF     [RFC4291] RESERVED>\nS<FC00::/7    Unique Local Unicast [RFC4193] UNIQUE-LOCAL-UNICAST>\nS<FE00::/9    Reserved by IETF     [RFC4291] RESERVED>\nS<FE80::/10   Link Local Unicast   [RFC4291] LINK-LOCAL-UNICAST>\nS<FEC0::/10   Reserved by IETF     [RFC3879] RESERVED>\nS<FF00::/8    Multicast            [RFC4291] MULTICAST>\n\n\nS<Prefix          Assignment            Reference>\nS<--------------------------------------------------------------------->\nS<::1/128         Loopback Address      [RFC4291] UNSPECIFIED>\nS<::/128          Unspecified Address   [RFC4291] LOOPBACK>\nS<::FFFF:0:0/96   IPv4-mapped Address   [RFC4291] IPV4MAP>\nS<0100::/64       Discard-Only Prefix   [RFC6666] DISCARD>\nS<2001:0000::/32  TEREDO                [RFC4380] TEREDO>\nS<2001:0002::/48  BMWG                  [RFC5180] BMWG>\nS<2001:db8::/32   Documentation Prefix  [RFC3849] DOCUMENTATION>\nS<2001:10::/28    ORCHID                [RFC4843] ORCHID>\nS<2002::/16       6to4                  [RFC3056] 6TO4>\nS<FC00::/7        Unique-Local          [RFC4193] UNIQUE-LOCAL-UNICAST>\nS<FE80::/10       Linked-Scoped Unicast [RFC4291] LINK-LOCAL-UNICAST>\nS<FF00::/8        Multicast             [RFC4291] MULTICAST>\n\n\n=head2 ip_iptype\n\nReturn the type of an IP (Public, Private, Reserved)\n\n    Params  : Binary IP to test, IP version (defaults to 6)\n    Returns : type (see ip_iptypev4 and ip_iptypev6 for details) or undef (invalid)\n\nC<$type = ip_iptype ($ip);>\n\n=head2 ip_check_prefix\n\nCheck the validity of a prefix\n\n    Params  : binary IP, length of prefix, IP version\n    Returns : 1 or undef (invalid)\n\nChecks if the variant part of a prefix only has 0s, and the length is correct.\n\nC<ip_check_prefix ($ip,$len,$ipv) or do {};>\n\n=head2 ip_reverse\n\nGet a reverse name from a prefix\n\n    Params  : IP, length of prefix, IP version\n    Returns : Reverse name or undef (error)\n\nC<$reverse = ip_reverse ($ip);>\n\n=head2 ip_normalize\n\nNormalize data to a range/prefix of IP addresses\n\n    Params  : Data String (Single IP, Range, Prefix)\n    Returns : ip1, ip2 (if range/prefix) or undef (error)\n\nC<($ip1,$ip2) = ip_normalize ($data);>\n\n=head2 ip_auth\n\nReturn IP authority information from the IP::Authority module\n\n    Params  : IP, version\n    Returns : Auth info (RI for RIPE, AR for ARIN, etc)\n\nC<$auth = ip_auth ($ip,4);>\n\nNote: IPv4 only\n\n\n=head1 BUGS\n\nThe Math::BigInt library is needed for functions that use integers. These are\nip_inttobin, ip_bintoint, and the size method. In a next version,\nMath::BigInt will become optionnal.\n\n=head1 AUTHORS\n\nManuel Valente <manuel.valente@gmail.com>.\n\nOriginal IPv4 code by Monica Cortes Sack <mcortes@ripe.net>.\n\nOriginal IPv6 code by Lee Wilmot <lee@ripe.net>.\n\n=head1 BASED ON\n\nipv4pack.pm, iplib.pm, iplibncc.pm.\n\n=head1 SEE ALSO\n\nperl(1), IP::Authority\n\n=cut\n"
  },
  {
    "path": "engine/PerlVendor/PHP/Var.pm",
    "content": "package PHP::Var;\n\nuse warnings;\nuse strict;\n\nuse JSON;\nuse Exporter;\nuse base qw( Exporter );\nour @EXPORT_OK = qw( export );\n\nour $Purity = 0;\nour $Enclose = 0;\nour $ShortArraySyntax = 0;\n\n=head1 NAME\n\nPHP::Var - export variable to PHP's expression.\n\n=head1 VERSION\n\nVersion 0.023\n\n=cut\n\nour $VERSION = '0.023';\n\n=head1 SYNOPSIS\n\n    use PHP::Var qw/ export /;\n\n    $var = {foo => 1, bar => 2};\n\n    # export\n    $exported = export($var);\n\n    # named variable\n    $named = export('name' => $var);\n\n    # enclose variables with '<?php' and  '?>'\n    $enclosed  = export($var, enclose => 1);\n\n    # purity print\n    $purity  = export($var, purity => 1);\n\n=head1 EXPORT\n\n=head2 export\n\n=head1 FUNCTIONS\n\n=head2 export\n\n    $var = {foo => 1, bar => 2};\n\n    export($var);\n    # array('foo'=>1,'bar'=>2,);\n\n    export('name' => $var);\n    # $name=array('foo'=>1,'bar'=>2,);\n\n    export($var, enclose => 1);\n    # <?php\n    # array('foo'=>1,'bar'=>2,);\n    # ?>\n\n    export($var, purity => 1);\n    # array(\n    #    'foo' => 1,\n    #    'bar' => 2,\n    # );\n\n=head1 Configuration Variables\n\n=head2 $PHP::Var::Purity\n\nWhen this variable is set, the expression becomes a Pretty print in default.\n\n    {\n        local $PHP::Var::Purity = 1;\n        export($var);\n        # array(\n        #    'foo' => 1,\n        #    'bar' => 2,\n        # );\n    }\n\n=head2 $PHP::Var::Enclose\n\nWhen this variable is set, the expression is enclosed with '<?php' and  '?>' in default.\n\n    {\n        local $PHP::Var::Enclose = 1;\n        export($var);\n        # <?php\n        # array('foo'=>1,'bar'=>2,);\n        # ?>\n    }\n=head2 $PHP::Var::ShortArraySyntax\n\nWhen this variable is set, the expression make use of short array syntax in default.\n\n    {\n        local $PHP::Var::ShortArraySyntax = 1;\n        export($var);\n        # ['foo'=>1,'bar'=>2,];\n    }\n\n=cut\n\nsub export\n{\n    my %opts = (\n        purity  => $Purity,\n        enclose => $Enclose,\n        short   => $ShortArraySyntax\n    );\n\n    my @exports = ();\n    for ( my $i = 0; $i < scalar( @_ ); $i++ ) {\n        if ( ( !ref( $_[$i] ) ) && ( !ref( $_[$i+1] ) ) ) {\n            $opts{$_[$i]} = $_[$i+1];\n            $i++;\n        } else {\n            my $key = undef;\n            if ( !ref $_[$i] ) {\n                $key = $_[$i];\n                $i++;\n            }\n            push( @exports, $key, $_[$i] );\n        }\n    }\n\n    my $str = '';\n    for ( my $i = 0; $i < scalar( @exports ); $i += 2 ) {\n        $str .= &_dump( $exports[$i+1], $exports[$i], $opts{'purity'}, $opts{'short'}, 0 ) . ';';\n    }\n\n    if ( $opts{'enclose'} ) {\n        \"<?php\\n$str\\n?>\";\n    } else {\n        $str;\n    }\n}\n\nsub _dump\n{\n    my ( $obj, $key, $purity, $short, $indent ) = @_;\n\n    my $ind = $purity ? \"\\t\" : '';\n    my $spc = $purity ? ' ' : '';\n    my $nl = $purity ? \"\\n\" : '';\n    my $cur_indent = $ind x $indent;\n    my $arr_start = $short ? '[' : 'array(';\n    my $arr_end = $short ? ']' : ')';\n    my $str = '';\n\n    if ( $key ) {\n        $str .= '$' . $key . \"$spc=$spc\";\n    }\n\n    if ( ref $obj eq 'HASH' ) {\n        if ( %{ $obj } ) {\n            $str .= \"$arr_start$nl\";\n            for my $k ( keys( %{ $obj } ) ) {\n                $k =~ s/\\\\/\\\\\\\\/go;\n                $k =~ s/'/\\\\'/go;\n                $str .= \"$cur_indent$ind'\" . $k . \"'$spc=>$spc\"\n                    . &_dump( $obj->{$k}, undef, $purity, $short, $indent+1 ) . \",$nl\";\n            }\n            $str .= \"$cur_indent$arr_end\";\n        } else {\n            $str .= \"$arr_start$arr_end\";\n        }\n    } elsif ( ref $obj eq 'ARRAY' ) {\n        if ( @{ $obj } ) {\n            $str .= \"$arr_start$nl\";\n            for ( my $i = 0; $i < scalar( @{ $obj } ); $i++ ) {\n                $str .= \"$cur_indent$ind\" . &_dump( $obj->[$i], undef, $purity, $short, $indent+1 ) . \",$nl\";\n            }\n            $str .= \"$cur_indent$arr_end\";\n        } else {\n            $str .= \"$arr_start$arr_end\";\n        }\n    } elsif ( ref $obj eq 'SCALAR' ) {\n        ${ $obj } =~ s/\\\\/\\\\\\\\/go;\n        ${ $obj } =~ s/'/\\\\'/go;\n\n        if ( defined ${ $obj } ) {\n            if ( JSON::is_bool( ${ $obj } ) ) {\n                $str .= ${ $obj } ? 'true' : 'false';\n            } elsif ( ${ $obj } =~ /^-?(0|[1-9]\\d{0,8})$/ ) {\n                $str .= ${ $obj };\n            } else {\n                $str .= \"'${ $obj }'\";\n            }\n        } else {\n            $str .= 'null';\n        }\n    } elsif ( defined( $obj ) ) {\n        $obj =~ s/\\\\/\\\\\\\\/go;\n        $obj =~ s/'/\\\\'/go;\n\n        if ( JSON::is_bool( $obj ) ) {\n            $str .= $obj ? 'true' : 'false';\n        } elsif ( $obj =~ /^-?(0|[1-9]\\d{0,8})$/ ) {\n            $str .= $obj;\n        } else {\n            $str .= \"'$obj'\";\n        }\n    } else {\n        $str .= 'null';\n    }\n\n    $str;\n}\n\n=head1 NOTES\n\n=over 4\n\n=item *\n\nPHP::Var::export cannot export the blessed object as data that can be restored.\n\n=back\n\n=head1 AUTHOR\n\nLaurent Derclercq, C<< <l.declercq at nuxwin.com>  >>\nTaku Amano, C<< <taku at toi-planning.net> >>\n\n=head1 SEE ALSO\n\nL<PHP::Session::Serializer::PHP>\n\n=head1 SUPPORT\n\nYou can find documentation for this module with the perldoc command.\n\n    perldoc PHP::Var\n\n=head1 COPYRIGHT & LICENSE\n\nCopyright 2009 Taku Amano.\n\nThis program is free software; you can redistribute it and/or modify it\nunder the terms of either: the GNU General Public License as published\nby the Free Software Foundation; or the Artistic License.\n\nSee http://dev.perl.org/licenses/ for more information.\n\n\n=cut\n\n1; # End of PHP::Var\n"
  },
  {
    "path": "engine/PerlVendor/courier-dovecot-migrate.pl",
    "content": "#!/usr/bin/perl\n# Copyright 2008-2002 Timo Sirainen\n# Last updated: 2012-07-28\n\n# NOTE: Requires Dovecot v2.0.13+ for POP3 'O' entries\n\n# Based largely on courier-dovecot-migrate.pl v1.1.7:\n# cpanel12 - maildir-migrate                      Copyright(c) 2008 cPanel, Inc.\n#                                                           All Rights Reserved.\n# copyright@cpanel.net                                         http://cpanel.net\n\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are met:\n#     * Redistributions of source code must retain the above copyright\n#       notice, this list of conditions and the following disclaimer.\n#     * Redistributions in binary form must reproduce the above copyright\n#       notice, this list of conditions and the following disclaimer in the\n#       documentation and/or other materials provided with the distribution.\n#     * Neither the name of the cPanel, Inc. nor the\n#       names of its contributors may be used to endorse or promote products\n#       derived from this software without specific prior written permission.\n#\n# THIS SOFTWARE IS PROVIDED BY CPANEL, INC. \"AS IS\" AND ANY\n# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n# DISCLAIMED. IN NO EVENT SHALL CPANEL, INC BE LIABLE FOR ANY\n# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\n# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nuse strict;\nuse warnings;\nuse Getopt::Long ();\n\n# Key files in maildirs\nmy $courier_imap_uidfile       = 'courierimapuiddb';\nmy $courier_pop3_uidfile       = 'courierpop3dsizelist';\nmy $courier_subscriptions_file = 'courierimapsubscribed';\nmy $courier_keywords_dir       = 'courierimapkeywords/';\nmy $courier_keywords_file      = 'courierimapkeywords/:list';\nmy $dovecot_uidfile            = 'dovecot-uidlist';\nmy $dovecot_uidvalidity_file   = 'dovecot-uidvalidity';\nmy $dovecot_subscriptions_file = 'subscriptions';\nmy $dovecot_keywords_file      = 'dovecot-keywords';\n\n# Globals\nmy $do_conversion = 0;\nmy $quiet         = 0;\nmy $recursive     = 0;\nmy $overwrite     = 0;\n\nmy $depth                     = 1;\nmy $maildir_subdirs           = -1;\nmy $global_error_count        = 0;\nmy $global_mailbox_count      = 0;\nmy $global_user_count         = 0;\nmy $uidlist_write_count       = 0;\nmy $convert_to_dovecot        = 0;\nmy $convert_to_courier        = 0;\nmy $help                      = 0;\nmy $maildir_name              = 'Maildir';\n\n# Argument processing\nmy %opts = (\n    'convert'    => \\$do_conversion,\n    'quiet'      => \\$quiet,\n    'overwrite'  => \\$overwrite,\n    'recursive'  => \\$recursive,\n    'to-dovecot' => \\$convert_to_dovecot,\n    'to-courier' => \\$convert_to_courier,\n    'help'       => \\$help,\n);\n\nGetopt::Long::GetOptions(%opts);\nusage() if $help;\n\nmy $mailroot = shift @ARGV || '.';\n\nmy $conversion_type;\nif ( $convert_to_dovecot && $convert_to_courier ) {\n    print \"It is not possible to convert to both Dovecot and Courier formats simultaneously!\\n\";\n    exit 1;\n}\nelse {\n    print $do_conversion ? 'Converting' : 'Testing conversion' unless $quiet;\n\n    if ($convert_to_courier) {\n        print \" to Courier format\\n\" unless $quiet;\n        $conversion_type = 'courier';\n    }\n    elsif ($convert_to_dovecot) {\n        print \" to Dovecot format\\n\" unless $quiet;\n        $conversion_type = 'dovecot';\n    }\n    else {\n        print \" based on newest timestamps\\n\" unless $quiet;\n        $conversion_type = 'auto';\n    }\n}\n\n# Check/Convert maildirs\nprint \"Finding maildirs under $mailroot\\n\" if ( !$quiet );\nif ( is_maildir($mailroot) ) {\n    check_maildir($mailroot);\n}\nelsif ( -d \"$mailroot/$maildir_name\" ) {\n    if ( !is_maildir(\"$mailroot/$maildir_name\") ) {\n        print STDERR \"$mailroot/$maildir_name doesn't seem to contain a valid Maildir\\n\";\n    }\n    else {\n        check_maildir(\"$mailroot/$maildir_name\");\n    }\n}\nelsif ($recursive) {\n    if ( $depth > 0 || !userdir_check($mailroot) ) {\n        $depth-- if ( $depth > 0 );\n        if ( !depth_check( $mailroot, $depth ) ) {\n            print STDERR \"No maildirs found\\n\";\n            exit;\n        }\n    }\n}\n\n# Totals\nif ( !$quiet ) {\n    print \"\\nTotal: $global_mailbox_count mailboxes / $global_user_count users\\n\";\n    print \"       $global_error_count errors\\n\";\n\n    if ( !$do_conversion ) {\n        print \"No actual conversion done, use --convert parameter\\n\";\n    }\n    else {\n        print \"$uidlist_write_count $dovecot_uidfile files written\\n\";\n    }\n    print \"\\nWARNING: Badly done migration will cause your IMAP and/or POP3 clients to re-download all mails. Read http://wiki.dovecot.org/Migration carefully.\\n\";\n}\n\nsub scan_maildir {\n    my ( $dir, $map ) = @_;\n\n    my @scan_maildir_files;\n    if ( opendir my $scan_maildir_dh, $dir ) {\n        @scan_maildir_files = readdir($scan_maildir_dh);\n        closedir $scan_maildir_dh;\n    }\n    foreach my $real_filename (@scan_maildir_files) {\n        next if ( $real_filename eq \".\" || $real_filename eq \"..\" );\n\n        my $base_filename;\n        if ( $real_filename =~ /^([^:]+):2,/ ) {\n            $base_filename = $1;\n        }\n        else {\n            $base_filename = $real_filename;\n        }\n        $$map{$base_filename} = $real_filename;\n    }\n}\n\nsub read_courier_pop3 {\n    my ( $dir ) = @_;\n\n    my ( $pop3_uidv, $pop3_nextuid ) = ( -1, 0 );\n    my $filename_map = { };\n\n    my $f;\n    my $pop3_fname = \"$dir/$courier_pop3_uidfile\";\n    open( $f, $pop3_fname ) || die $!;\n    my $pop3_hdr = <$f>;\n    if ( $pop3_hdr =~ /^\\/2 (\\d+) (\\d+)$/ ) {\n        # /2 <next uid> <uidvalidity>\n        $_ = <$f>;\n    }\n    elsif ( $pop3_hdr =~ /^\\/1 (\\d+)$/ ) {\n        # /1 <next uid>\n        $_ = <$f>;\n    }\n    elsif ( $pop3_hdr !~ /^\\// ) {\n        # version 0: no UIDs\n        $_ = $pop3_hdr;\n    }\n    else {\n        print STDERR \"$pop3_fname: Broken header: $pop3_hdr\\n\";\n        close $f;\n        return $filename_map;\n    }\n\n    my $line = 0;\n    do {\n        chomp $_;\n\t$line++;\n\n        my ( $full_fname, $fsize, $uid, $uidv );\n\n        if ( /^([^ ]+) (\\d+) (\\d+):(\\d+)$/ ) {\n            # v2\n            ( $full_fname, $fsize, $uid, $uidv ) = ( $1, $2, $3, $4 );\n        }\n        elsif ( /^([^ ]+) (\\d+) (\\d+)$/ ) {\n            # v1\n            ( $full_fname, $fsize, $uid ) = ( $1, $2, $3 );\n            $uidv = 0;\n        }\n        elsif ( /^([^ ]+) (\\d+)$/ ) {\n            # v0\n            ( $full_fname, $fsize ) = ( $1, $2 );\n            $uid = 0;\n           \t$uidv = 0;\n        }\n        else {\n            $global_error_count++;\n            print STDERR \"$pop3_fname: Broken line: $_\\n\";\n            next;\n        }\n\n        # get base filename\n        my $fname = $full_fname;\n        $fname =~ s/^([^:]+).*$/$1/;\n\n        my $uidl = \"\";\n        if ( $uid == 0 ) {\n            # use filename\n            foreach (split(//, $fname)) {\n                if (ord($_) < 0x21 || ord($_) > 0x7e || $_ eq \"'\" || $_ eq '\"' || $_ eq \"+\") {\n                    $uidl .= sprintf(\"+%02X\", ord($_));\n                } else {\n                    $uidl .= $_;\n                }\n            }\n        }\n        elsif ($uidv != 0) {\n            $uidl = \"UID$uid-$uidv\";\n        }\n        else {\n            $uidl = \"UID$uid\";\n        }\n        $filename_map->{$fname} = [ 0, $uidl, $fsize, $full_fname, $line ];\n    } while (<$f>);\n    close $f;\n    return $filename_map;\n}\n\nsub read_courier_imap {\n    my ( $dir, $filename_map ) = @_;\n\n    # check if we can preserve IMAP UIDs\n    my $imap_fname = \"$dir/$courier_imap_uidfile\";\n    if ( !-f $imap_fname ) {\n        print \"$imap_fname: OK\\n\" if ( !$quiet );\n        return;\n    }\n\n    my $f;\n    open( $f, $imap_fname ) || die $!;\n    my $imap_hdr = <$f>;\n    if ( $imap_hdr !~ /^1 (\\d+) (\\d+)$/ ) {\n        $global_error_count++;\n        print STDERR \"$imap_fname: Broken header: $imap_hdr\\n\";\n        close $f;\n        return;\n    }\n    my ( $uidv, $nextuid ) = ( $1, $2 );\n\n    my %found_files;\n    my $found_files_looked_up = 0;\n    while (<$f>) {\n        chomp $_;\n\n        if (/^(\\d+) (.*)$/) {\n            my ( $uid, $full_fname ) = ( $1, $2 );\n\n            # get the base filename\n            my $fname = $full_fname;\n            $fname =~ s/^([^:]+).*$/$1/;\n\n            if ( defined $filename_map->{$fname} ) {\n                $filename_map->{$fname}->[0] = $uid;\n            }\n            else {\n                # not in pop3 list\n                $filename_map->{$fname} = [ $uid, \"\", 0, $full_fname, 0 ];\n            }\n            $nextuid = $uid + 1 if ($uid >= $nextuid);\n        }\n        else {\n            $global_error_count++;\n            print STDERR \"$imap_fname: Broken header\\n\";\n        }\n    }\n    close $f;\n\n    return ( $uidv, $nextuid, $filename_map );\n}\n\nsub write_dovecot_uidlist {\n    my ( $dir, $uidv, $nextuid, $owner_uid, $owner_gid, $filename_map ) = @_;\n\n    my $uidlist_fname = \"$dir/$dovecot_uidfile\";\n    if ( !$overwrite && -f $uidlist_fname ) {\n        print \"$uidlist_fname already exists, not overwritten\\n\" if ( !$quiet );\n        return;\n    }\n    return if (scalar keys %{$filename_map} == 0);\n\n    return if ( !$do_conversion );\n\n    if ($uidv <= 0) {\n        # only pop3 UIDLs, generate a new uidvalidity\n        $uidv = time();\n    }\n\n    # POP3 clients may want to get POP3 UIDLs in the same order always.\n    # Preserve the order with O flag supported in dovecot 2.0.13+ and dont change order of IMAP UIDs.\n    my %order_map;\n    foreach my $fname ( keys %{$filename_map} ) {\n        my $order = $filename_map->{$fname}->[4];\n\t$filename_map->{$fname}->[5]=$order;\n    }\n\n    my $prev_uid = 0;\n    foreach my $order ( sort { $a <=> $b } keys %order_map ) {\n        my $file_ar = $filename_map->{ $order_map{$order} };\n        if ($file_ar->[0] == 0) {\n            $file_ar->[0] = $nextuid;\n            $nextuid++;\n        }\n\n        if ($file_ar->[0] <= $prev_uid) {\n            $file_ar->[0] = 0;\n        } else {\n            $prev_uid = $file_ar->[0];\n        }\n    }\n\n    # sort all messages by their imap UID\n    my @all =  sort {\n       ($filename_map->{$a}[0] || 'inf') <=> ($filename_map->{$b}[0] || 'inf')\n    } keys %$filename_map;\n\n    $prev_uid = 0;\n    my %uidlist_map;\n    foreach my $fname ( @all ) {\n        my $file_ar = $filename_map->{ $fname };\n        my $uid = $file_ar->[0];\n        if ($uid == 0 # only in pop3 list or marked for new UID\n            # OR: other ill-ordered UID message\n            || $uid <= $prev_uid)\n        {\n            # Assign a new IMAP UID:\n            $uid = $nextuid;\n            $nextuid++;\n        }\n        $prev_uid = $uid;\n        $uidlist_map{$uid} = $fname;\n    }\n\n    open( my $dovecot_uidlist_fh, '>', $uidlist_fname ) || die $!;\n    print $dovecot_uidlist_fh \"3 V$uidv N$nextuid\\n\";\n    foreach my $uid ( sort { $a <=> $b } keys %uidlist_map ) {\n        my $file_ar = $filename_map->{ $uidlist_map{$uid} };\n        print $dovecot_uidlist_fh \"$uid \";\n\tif ($file_ar->[5]) {\n\t\tprint $dovecot_uidlist_fh \"O\".$file_ar->[5].\" \";\n\t}\n        print $dovecot_uidlist_fh 'P' . $file_ar->[1] . ' ' if ( $file_ar->[1] ne \"\" );\n        print $dovecot_uidlist_fh 'W' . $file_ar->[2] . ' ' if ( $file_ar->[2] > 0 );\n        print $dovecot_uidlist_fh ':' . $file_ar->[3] . \"\\n\";\n    }\n    close $dovecot_uidlist_fh;\n    chown $owner_uid, $owner_gid, $uidlist_fname;\n    $uidlist_write_count++;\n}\n\nsub convert_keywords {\n    my ( $dir, $owner_uid, $owner_gid ) = @_;\n\n    my $courier_mtime = ( stat(\"$dir/$courier_keywords_file\") )[9] || 0;\n    my $dovecot_mtime = ( stat(\"$dir/$dovecot_keywords_file\") )[9] || 0;\n\n    # No need to convert if there are no keywords files\n    return unless ( $courier_mtime || $dovecot_mtime );\n\n    # If we're doing auto-conversion, find the newest keywords file\n    my $convert_to = $conversion_type;\n    if ( $convert_to eq 'auto' ) {\n        $convert_to = $dovecot_mtime > $courier_mtime ? 'courier' : 'dovecot';\n    }\n\n    if ( $convert_to eq 'dovecot' ) {\n        # Courier to Dovecot keyword conversion\n        my $keyword_dir      = \"$dir/courierimapkeywords\";\n        my $dovecot_keyfname = \"$dir/dovecot-keywords\";\n\n        if ( !-f \"$keyword_dir/:list\" ) {\n\n            # no keywords\n            return;\n        }\n\n        if ( !$overwrite && -f $dovecot_keyfname ) {\n            print \"$dovecot_keyfname already exists, not overwritten\\n\" if ( !$quiet );\n            return;\n        }\n\n        my ( %keywords, %files );\n        my $f;\n        open( $f, \"$keyword_dir/:list\" ) || die $!;\n\n        # read keyword names\n        while (<$f>) {\n            chomp $_;\n\n            last if (/^$/);\n            $keywords{$_} = scalar keys %keywords;\n        }\n\n        # read filenames -> keywords mapping\n        while (<$f>) {\n            if (/([^:]+):([\\d ]+)$/) {\n                my $fname = $1;\n                foreach ( sort { $a <=> $b } split( \" \", $2 ) ) {\n                    $files{$fname} .= chr( 97 + $_ );\n                }\n            }\n            else {\n                print STDERR \"$keyword_dir/:list: Broken entry: $_\\n\";\n            }\n        }\n        close $f;\n\n        # read updates from the directory\n        my %updates;\n        my @update_files;\n        if ( opendir my $kw_dh, $keyword_dir ) {\n            @update_files = readdir($kw_dh);\n            closedir $kw_dh;\n        }\n        foreach (@update_files) {\n            next if ( $_ eq \":list\" || $_ eq \".\" || $_ eq \"..\" );\n\n            my $fname = $_;\n            if (/^\\.(\\d+)\\.(.*)$/) {\n                my ( $num, $base_fname ) = ( $1, $2 );\n                if ( !defined $updates{$fname} ) {\n                    $updates{$fname} = $num;\n                }\n                else {\n                    my $old = $updates{$fname};\n                    if ( $old >= 0 && $num > $old ) {\n                        $updates{$fname} = $num;\n                    }\n                }\n            }\n            else {\n\n                # \"fname\" overrides .n.fnames\n                $updates{$fname} = -1;\n            }\n        }\n\n        # apply the updates\n        foreach ( keys %updates ) {\n            my $base_fname = $_;\n            my $num        = $updates{$_};\n\n            my $fname;\n            if ( $num < 0 ) {\n                $fname = $base_fname;\n            }\n            else {\n                $fname = \".$num.$base_fname\";\n            }\n\n            my @kw_list;\n            open( $f, \"$keyword_dir/$fname\" ) || next;\n            while (<$f>) {\n                chomp $_;\n                my $kw = $_;\n                my $idx;\n\n                if ( defined $keywords{$kw} ) {\n                    $idx = $keywords{$kw};\n                }\n                else {\n                    $idx = scalar keys %keywords;\n                    $keywords{$kw} = $idx;\n                }\n                $kw_list[ scalar @kw_list ] = $idx;\n            }\n            close $f;\n\n            $files{$fname} = \"\";\n            foreach ( sort { $a <=> $b } @kw_list ) {\n                $files{$fname} .= chr( 97 + $_ );\n            }\n        }\n\n        return if ( !$do_conversion );\n\n        # write dovecot-keywords file\n        open( $f, \">$dovecot_keyfname\" ) || die $!;\n        foreach ( sort { $keywords{$a} <=> $keywords{$b} } keys %keywords ) {\n            my $idx = $keywords{$_};\n            print $f \"$idx $_\\n\";\n        }\n        close $f;\n        chown $owner_uid, $owner_gid, $dovecot_keyfname;\n\n        # update the maildir files\n        my $cur_dir = \"$dir/cur\";\n        my @cur_files;\n        if ( opendir my $cur_dir_dh, $cur_dir ) {\n            @cur_files = readdir($cur_dir_dh);\n            closedir $cur_dir_dh;\n        }\n        foreach (@cur_files) {\n            my $fname = $cur_dir . '/' . $_;\n\n            my ( $base_fname, $flags, $extra_flags );\n            if (/^([^:]+):2,([^,]*)(,.*)?$/) {\n                ( $base_fname, $flags, $extra_flags ) = ( $1, $2, $3 );\n                $extra_flags = \"\" if ( !defined $extra_flags );\n            }\n            else {\n                $base_fname  = $fname;\n                $flags       = \"\";\n                $extra_flags = \"\";\n            }\n\n            if ( defined $files{$base_fname} ) {\n\n                # merge old and new flags\n                my %newflags;\n                foreach ( sort split( \"\", $files{$base_fname} ) ) {\n                    $newflags{$_} = 1;\n                }\n                foreach ( sort split( \"\", $flags ) ) {\n                    $newflags{$_} = 1;\n                }\n                $flags = \"\";\n                foreach ( sort keys %newflags ) {\n                    $flags .= $_;\n                }\n                my $new_fname = \"$cur_dir/$base_fname:2,$flags$extra_flags\";\n                if ( $fname ne $new_fname ) {\n                    rename( $fname, $new_fname )\n                      || print STDERR \"rename($fname, $new_fname) failed: $!\\n\";\n                }\n            }\n        }\n    }\n    else {\n\n        # Dovecot to Courier keywords conversion\n        return unless $dovecot_mtime;\n\n        if ( !$overwrite && -f \"$dir/$courier_keywords_file\" ) {\n            print \"$courier_keywords_file already exists, not overwritten\\n\" if ( !$quiet );\n            return;\n        }\n\n        # Read Dovecot keywords list into memory\n        open my $dovecot_kw_fh, '<', \"$dir/$dovecot_keywords_file\" || die $!;\n        my %keywords;\n        while ( my $line = readline($dovecot_kw_fh) ) {\n            chomp $line;\n            if ( $line =~ /(\\d+)\\s+(.+)/ ) {\n\n                # Number then Keyword\n                $keywords{$1} = $2;\n            }\n        }\n        close $dovecot_kw_fh;\n\n        # Scan files in cur for keywords\n        my $cur_dir = \"$dir/cur\";\n        my %file_keyword_map;\n\n        my @cur_files;\n        if ( opendir my $cur_dir_dh, $cur_dir ) {\n            @cur_files = readdir($cur_dir_dh);\n            closedir $cur_dir_dh;\n        }\n        foreach my $basename (@cur_files) {\n            my $flags;\n            my $extra_flags;\n            my $keywords = '';\n\n            # Split out and process flags\n            if ( $basename =~ /^([^:]+):2,([^,]*)(,.*)?$/ ) {\n                ( $basename, $flags, $extra_flags ) = ( $1, $2, $3 );\n                $extra_flags = \"\" unless ( defined $extra_flags );\n            }\n            else {\n                $basename    = \"\";\n                $flags       = \"\";\n                $extra_flags = \"\";\n            }\n            foreach my $key ( sort split( //, $flags ) ) {\n                my $val = ord($key) - 97;\n                next unless ( $val >= 0 && $val < 26 );\n                next unless ( defined $keywords{$val} );\n                $keywords .= ' ' . $val;\n            }\n            if ($keywords) {\n                $keywords =~ s/^\\s+//;\n                $file_keyword_map{$basename} = $keywords;\n            }\n        }\n\n        return unless ($do_conversion);\n\n        # Make courier keywords directory if necessary\n        my $key_dir = \"$dir/$courier_keywords_dir\";\n        unless ( -d $key_dir ) {\n            unlink $key_dir;\n            mkdir $key_dir;\n            chown $owner_uid, $owner_gid, $key_dir;\n        }\n\n        # Remove any old courier keywords files\n        my @courier_keywords_files;\n        if ( opendir my $courier_keywords_dh, $key_dir ) {\n            @courier_keywords_files = readdir($courier_keywords_dh);\n            closedir $courier_keywords_dh;\n        }\n        foreach my $file (@courier_keywords_files) {\n            $file = $key_dir . $file;\n            next unless -f $file;\n            unlink $file;\n        }\n\n        # Write courier keywords list\n        return unless ( scalar %keywords );\n        open my $courier_kw_fh, '>', \"$dir/$courier_keywords_file\" || die $!;\n        foreach my $num ( sort keys %keywords ) {\n            print $courier_kw_fh $keywords{$num} . \"\\n\";\n        }\n        print $courier_kw_fh \"\\n\";\n        foreach my $file ( sort keys %file_keyword_map ) {\n            print $courier_kw_fh $file . ':' . $file_keyword_map{$file} . \"\\n\";\n        }\n        close $courier_kw_fh;\n        chown $owner_uid, $owner_gid, \"$dir/$courier_keywords_file\";\n    }\n}\n\nsub convert_subscriptions {\n    my ( $dir, $owner_uid, $owner_gid ) = @_;\n\n    my $courier_mtime = ( stat(\"$dir/$courier_subscriptions_file\") )[9] || 0;\n    my $dovecot_mtime = ( stat(\"$dir/$dovecot_subscriptions_file\") )[9] || 0;\n\n    # No need to convert if there is no subscriptions files\n    return unless ( $courier_mtime || $dovecot_mtime );\n\n    # If we're doing auto-conversion, find the newest subscription file\n    my $convert_to = $conversion_type;\n    if ( $convert_to eq 'auto' ) {\n        $convert_to = $dovecot_mtime > $courier_mtime ? 'courier' : 'dovecot';\n    }\n\n    my $src_file  = \"$dir/$dovecot_subscriptions_file\";\n    my $dst_file  = \"$dir/$courier_subscriptions_file\";\n    my $src_mtime = $dovecot_mtime;\n    my $dst_mtime = $courier_mtime;\n    if ( $convert_to eq 'dovecot' ) {\n        $src_file  = \"$dir/$courier_subscriptions_file\";\n        $dst_file  = \"$dir/$dovecot_subscriptions_file\";\n        $src_mtime = $courier_mtime;\n        $dst_mtime = $dovecot_mtime;\n    }\n\n    # Sanity checks..\n    if ( $dst_mtime && !$overwrite ) {\n        print \"$dst_file already exists, not overwritten\\n\" if ( !$quiet );\n        return;\n    }\n    if ( $dst_mtime && !-f $dst_file ) {\n        print \"$dst_file already exists as something other than a file\\n\" if ( !$quiet );\n        return;\n    }\n    unless ($src_mtime) {\n        return;\n    }\n    unless ( -f $src_file ) {\n        print \"$src_file isn't a regular file\\n\" if ( !$quiet );\n        return;\n    }\n\n    return unless ($do_conversion);\n\n    open( my $src_fh, '<', $src_file ) || die $!;\n    open( my $dst_fh, '>', $dst_file ) || die $!;\n    while ( my $line = readline($src_fh) ) {\n        chomp $line;\n        if ( $line =~ /^INBOX$/i ) {\n            print $dst_fh \"INBOX\\n\";\n        }\n        elsif ( $convert_to eq 'dovecot' ) {\n            if ( $line =~ /^INBOX\\.(.*)$/i ) {\n                print $dst_fh \"$1\\n\";\n            }\n            else {\n\n                # Unknown. The dovecot migrate script leaves these as-is...\n                print $dst_fh \"$line\\n\";\n            }\n        }\n        else {\n\n            # converting to Courier INBOX namespace\n            if ( $line =~ /\\S/ ) {\n                print $dst_fh \"INBOX.$line\\n\";\n            }\n        }\n    }\n    close $src_fh;\n    close $dst_fh;\n    chown $owner_uid, $owner_gid, $dst_file;\n}\n\nsub check_maildir_single {\n    my ( $dir, $childbox ) = @_;\n\n    $dir =~ s{^\\./}{}g;\n\n    my $owner_uid;\n    my $owner_gid;\n\n    # Store the relevant stats()\n    my @courier_pop_stat = ();\n    @courier_pop_stat = stat(\"$dir/$courier_pop3_uidfile\") unless $childbox;\n    my @courier_imap_stat = stat(\"$dir/$courier_imap_uidfile\");\n    my @dovecot_stat      = stat(\"$dir/$dovecot_uidfile\");\n\n    # Gather mtimes\n    my $courier_pop_mtime  = ( scalar @courier_pop_stat > 0 )  ? $courier_pop_stat[9]  : 0;\n    my $courier_imap_mtime = ( scalar @courier_imap_stat > 0 ) ? $courier_imap_stat[9] : 0;\n    my $dovecot_mtime      = ( scalar @dovecot_stat > 0 )      ? $dovecot_stat[9]      : 0;\n\n    # Determine conversion type\n    my $convert_uidl_to = $conversion_type;\n\n    if ( $convert_uidl_to eq 'auto' ) {\n        $convert_uidl_to = $dovecot_mtime > $courier_pop_mtime && $dovecot_mtime > $courier_imap_mtime ? 'courier' : 'dovecot';\n    }\n\n    # Convert UIDLs\n\n    if ( $convert_uidl_to eq 'dovecot' ) {\n\n        # To Dovecot\n        unless ( $courier_pop_mtime || $courier_imap_mtime ) {\n            print \"$dir: No imap/pop3 uidlist files\\n\" if ( !$quiet && !$childbox );\n            return;\n        }\n\n        $owner_uid = $courier_pop_mtime ? $courier_pop_stat[4] : $courier_imap_stat[4];\n        $owner_gid = $courier_pop_mtime ? $courier_pop_stat[5] : $courier_imap_stat[5];\n\n        my $uidv    = -1;\n        my $nextuid = 1;\n        my $filename_map;\n\n        if ( $courier_pop_mtime) {\n            $filename_map = read_courier_pop3( $dir );\n        }\n\n        if ($courier_imap_mtime) {\n            ( $uidv, $nextuid, $filename_map ) = read_courier_imap( $dir, $filename_map );\n        }\n\t$global_mailbox_count++;\n\twrite_dovecot_uidlist( $dir, $uidv, $nextuid, $owner_uid, $owner_gid, $filename_map );\n        remove_dovecot_caches($dir) if ($overwrite);\n    }\n    else {\n\n        # To Courier\n        unless ($dovecot_mtime) {\n            print \"$dir: No imap/pop3 uidlist files\\n\" if ( !$quiet && !$childbox );\n            return;\n        }\n\n        $owner_uid = $dovecot_stat[4];\n        $owner_gid = $dovecot_stat[5];\n        my ( $uidv, $nextuid, $msguids ) = read_dovecot_uidfile($dir);\n        if ($uidv) {\n            write_courier_pop3( $dir, $uidv, $nextuid, $owner_uid, $owner_gid, $msguids );\n            write_courier_imap( $dir, $uidv, $nextuid, $owner_uid, $owner_gid, $msguids );\n        }\n    }\n\n    # If we get here we did a UIDL conversion.  Now convert subscriptions and keywords\n\n    convert_subscriptions( $dir, $owner_uid, $owner_gid );\n    convert_keywords( $dir, $owner_uid, $owner_gid );\n}\n\nsub remove_dovecot_caches {\n    my $dir = shift;\n    foreach my $file ( qw(dovecot.index dovecot.index.cache dovecot.index.log dovecot.index.log2), $dovecot_uidvalidity_file ) {\n        unlink $dir . '/' . $file;\n    }\n    unlink glob( $dir . '/' . $dovecot_uidvalidity_file . '.*' );\n}\n\nsub read_dovecot_uidfile {\n    my $dir             = shift;\n    my $dovecot_uidfile = \"$dir/$dovecot_uidfile\";\n\n    my $uidv;\n    my $nextuid = 1;\n    my $dovecot_uid_version;\n    my @msguids;\n\n    if ( !-f $dovecot_uidfile ) {\n        print \"$dovecot_uidfile: OK\\n\" if ( !$quiet );\n        return;\n    }\n\n    my $dovecot_uid_fh;\n    open( $dovecot_uid_fh, '<', $dovecot_uidfile ) || die $!;\n    my $dovecot_hdr = readline($dovecot_uid_fh);\n    if ( $dovecot_hdr =~ /^3\\s+(.+)$/ ) {\n        my $options = $1;\n        $dovecot_uid_version = 3;\n        foreach my $part ( split( /\\s+/, $options ) ) {\n            if ( $part =~ /(\\w)(.+)/ ) {\n                my $type = $1;\n                my $val  = $2;\n                if ( $type eq 'V' ) {\n                    $uidv = $val;\n                }\n                elsif ( $type eq 'N' ) {\n                    $nextuid = $val;\n                }\n            }\n        }\n\n        unless ($uidv) {\n            $global_error_count++;\n            print STDERR \"$dovecot_uidfile: Broken header: $dovecot_hdr\\n\";\n            close $dovecot_uid_fh;\n            return;\n        }\n    }\n    elsif ( $dovecot_hdr =~ /^1\\s+(\\S+)\\s+(\\S+)$/ ) {\n        $dovecot_uid_version = 1;\n        $uidv                = $1;\n        $nextuid             = $2;\n    }\n    else {\n        $global_error_count++;\n        print STDERR \"$dovecot_uidfile: Broken header: $dovecot_hdr\\n\";\n        close $dovecot_uid_fh;\n        return;\n    }\n\n    while ( my $line = readline($dovecot_uid_fh) ) {\n\n        chomp $line;\n        my @prts = split( /\\s+/, $line );\n\n        if ( $dovecot_uid_version eq '3' ) {\n            next unless ( scalar @prts >= 2 );\n            my $msgnum   = shift @prts;\n            my $filename = pop @prts;\n            $filename =~ s/^\\://;\n            my $msgsize;\n\n            # Dovecot may or may not store the sizes for each message in the uidl file\n            # S# is the size with UNIX newlines, W# is the size with windows newlines\n          SIZE_LOOP:\n            foreach my $subprt (@prts) {\n                if ( $subprt =~ s/^W// ) {\n                    $msgsize = $subprt;\n                    last SIZE_LOOP;\n                }\n            }\n            push @msguids, [ $msgnum, $filename, $msgsize ];\n            $nextuid = $msgnum + 1 if ( $msgnum >= $nextuid );\n        }\n        else {\n\n            # process V1 data\n            next unless ( scalar @prts == 2 );\n            push @msguids, [ $prts[0], $prts[1], undef ];\n            $nextuid = $prts[0] + 1 if ( $prts[0] >= $nextuid );\n        }\n    }\n\n    return ( $uidv, $nextuid, \\@msguids );\n}\n\nsub write_courier_pop3 {\n    my $dir       = shift;\n    my $uidv      = shift;\n    my $nextuid   = shift;\n    my $owner_uid = shift;\n    my $owner_gid = shift;\n    my $msguids   = shift;\n\n    # Check file/overwrite/conversion\n    my $uidlist_fname = \"$dir/$courier_pop3_uidfile\";\n    if ( !$overwrite && -f $uidlist_fname ) {\n        print \"$uidlist_fname already exists, not overwritten\\n\" if ( !$quiet );\n        return;\n    }\n\n    return if ( !$do_conversion );\n\n    # Check that all entries have sizes..  We don't write the pop3 file if we can't do so correctly\n    foreach my $msg_ar ( @{$msguids} ) {\n        unless ( defined $msg_ar->[2] ) {\n            print \"Missing some sizes for $uidlist_fname, skipping\\n\" if ( !$quiet );\n            return;\n        }\n    }\n\n    # Write file\n    open( my $courier_pop_fh, '>', $uidlist_fname ) || die $!;\n    print $courier_pop_fh \"/2 $nextuid $uidv\\n\";\n    foreach my $msg_ar ( @{$msguids} ) {\n        print $courier_pop_fh $msg_ar->[1] . ' ' . $msg_ar->[2] . ' ' . $msg_ar->[0] . ':' . $uidv . \"\\n\";\n    }\n    close $courier_pop_fh;\n    chown $owner_uid, $owner_gid, $uidlist_fname;\n    $uidlist_write_count++;\n\n}\n\nsub write_courier_imap {\n    my $dir       = shift;\n    my $uidv      = shift;\n    my $nextuid   = shift;\n    my $owner_uid = shift;\n    my $owner_gid = shift;\n    my $msguids   = shift;\n\n    # Check file/overwrite/conversion\n    my $uidlist_fname = \"$dir/$courier_imap_uidfile\";\n    if ( !$overwrite && -f $uidlist_fname ) {\n        print \"$uidlist_fname already exists, not overwritten\\n\" if ( !$quiet );\n        return;\n    }\n\n    return if ( !$do_conversion );\n\n    # Write file\n    open( my $courier_imap_fh, '>', $uidlist_fname ) || die $!;\n    print $courier_imap_fh \"1 $uidv $nextuid\\n\";\n    foreach my $msg_ar ( @{$msguids} ) {\n        my $filename = $msg_ar->[1];\n        $filename =~ s/\\:2.*$//;\n        print $courier_imap_fh $msg_ar->[0] . ' ' . $filename . \"\\n\";\n    }\n    close $courier_imap_fh;\n    chown $owner_uid, $owner_gid, $uidlist_fname;\n    $uidlist_write_count++;\n\n}\n\nsub check_maildir {\n    my ($dir) = @_;\n\n    my $orig_mailboxes = $global_mailbox_count;\n\n    check_maildir_single( $dir, 0 );\n    my @check_maildir_files;\n    if ( opendir my $check_maildir_dh, $dir ) {\n        @check_maildir_files = readdir($check_maildir_dh);\n        closedir $check_maildir_dh;\n    }\n    foreach my $file (@check_maildir_files) {\n        next unless ( $file =~ /^\\./ );\n        next if ( $file =~ /^\\.?\\.$/ );\n        $file = $dir . '/' . $file;\n        next if ( -l $file );\n        check_maildir_single( $file, 1 );\n    }\n\n    $global_user_count++ if ( $orig_mailboxes != $global_mailbox_count );\n}\n\nsub is_maildir {\n    my ($dir) = @_;\n\n    # Do we need to check for the courier specific files here or is it enough to assume every maildir will have a cur directory?\n    return ( -f \"$dir/$courier_pop3_uidfile\" || -f \"$dir/$courier_imap_uidfile\" || -d \"$dir/cur\" );\n}\n\nsub userdir_check {\n    my ($dir) = @_;\n    my $found = 0;\n\n    my @userdir_check_files;\n    if ( opendir my $userdir_dh, $dir ) {\n        @userdir_check_files = readdir($userdir_dh);\n        closedir $userdir_dh;\n    }\n    foreach my $userdir (@userdir_check_files) {\n        $userdir = $dir . '/' . $userdir;\n        next if ( -l $userdir );\n        next if ( !-d $userdir );\n\n        if ( $maildir_subdirs == -1 ) {\n\n            # unknown if we want $maildir_name/ or not\n            if ( -d \"$userdir/$maildir_name\" && is_maildir(\"$userdir/$maildir_name\") ) {\n                $maildir_subdirs = 1;\n            }\n            elsif ( is_maildir($userdir) ) {\n                $maildir_subdirs = 0;\n            }\n            else {\n                next;\n            }\n        }\n\n        if ( $maildir_subdirs == 1 ) {\n            if ( is_maildir(\"$userdir/$maildir_name\") ) {\n                check_maildir(\"$userdir/$maildir_name\");\n                $found = 1;\n            }\n        }\n        elsif ( $maildir_subdirs == 0 ) {\n            if ( is_maildir($userdir) ) {\n                check_maildir($userdir);\n                $found = 1;\n            }\n        }\n    }\n    return $found;\n}\n\nsub depth_check {\n    my ( $dir, $depth ) = @_;\n    my $found = 0;\n\n    my @depth_check_files;\n    if ( opendir my $depth_check_dh, $dir ) {\n        @depth_check_files = readdir($depth_check_dh);\n        closedir $depth_check_dh;\n    }\n    foreach my $subdir (@depth_check_files) {\n        next if ($subdir eq '.' || $subdir eq '..');\n        $subdir = $dir . '/' . $subdir;\n        next if ( !-d $subdir );\n\n        if ( $depth > 0 ) {\n            $found = 1 if ( depth_check( $subdir, $depth - 1 ) );\n        }\n        else {\n            $found = 1 if ( userdir_check($subdir) );\n        }\n    }\n    return $found;\n}\n\nsub usage {\n    print \"Usage: maildir-migrate [options] <maildir>\\n\\n\";\n    print \"Options:\\n\";\n    print \"    --convert       Perform conversion\\n\";\n    print \"    --quiet         Silence output\\n\";\n    print \"    --overwrite     Overwrite existing files\\n\";\n    print \"    --recursive     Recursively look through maildir for subaccounts\\n\";\n    print \"    --to-dovecot    Conversion is from Courier to Dovecot\\n\";\n    print \"    --to-courier    Conversion is from Dovecot to Courier\\n\";\n    exit 0;\n}\n"
  },
  {
    "path": "engine/backup/imscp-backup-all",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n imscp-backup-all backup i-MSCP customer's data.\n\n=head1 SYNOPSIS\n\n imscp-backup-all [OPTION]...\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse File::Spec;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Debug qw/ debug error getMessageByType newDebug setVerbose warning /;\nuse iMSCP::Dir;\nuse iMSCP::Execute qw/ execute /;\nuse iMSCP::Ext2Attributes qw/ isImmutable setImmutable clearImmutable /;\nuse iMSCP::Getopt;\nuse iMSCP::Mail;\nuse Servers::mta;\nuse POSIX qw/ strftime /;\n\nmy $command = {\n    bzip2  => {\n        extension => 'bz2',\n        command   => 'bzip2'\n    },\n    pbzip2 => {\n        extension => 'bz2',\n        command   => 'pbzip2'\n    },\n    gzip   => {\n        extension => 'gz',\n        command   => 'gzip'\n    },\n    pigz   => {\n        extension => 'gz',\n        command   => 'pigz'\n    },\n    lzma   => {\n        extension => 'lzma',\n        command   => 'lzma'\n    },\n    xz     => {\n        extension => 'xz',\n        command   => 'xz'\n    }\n};\n\n=head1 DESCRIPTION\n\n Backup customer data\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item backupHomedir( $mainDmnName, $homeDir, $bkpDir, $cmpAlgo, $cmpLevel, $bkpExt, $user, $group )\n\n Backup a customer home directory\n\n Param string $mainDmnName Customer main domain name\n Param string $homeDir Customer home directory path\n Param string $bkpDir Customer backup directory path\n Param string $cmpAlgo Compression algorithm\n Param string $cmpLevel Compression level\n Param string $bkpExt Backup archive extension\n Param string $user Customer Web unix user\n Param string $group Customer Web unix group\n Return void\n\n=cut\n\nsub backupHomedir\n{\n    my ($mainDmnName, $homeDir, $bkpDir, $cmpAlgo, $cmpLevel, $bkpExt, $user, $group) = @_;\n\n    my $bkpDate = strftime \"%Y.%m.%d-%H-%M\", localtime;\n    my $bkpArchName = \"web-backup-$mainDmnName-$bkpDate.tar$bkpExt\";\n\n    my @cmd = (\n        \"tar -c -C $homeDir --exclude=logs --exclude=phptmp --exclude=backups .\",\n        ( $cmpAlgo eq 'no'\n            ? \"-f $bkpDir/$bkpArchName\" : \"| $command->{$cmpAlgo}->{'command'} -$cmpLevel > $bkpDir/$bkpArchName\"\n        )\n    );\n\n    my $rs = execute( \"@cmd\", \\my $stdout, \\my $stderr );\n    debug( $stdout ) if $stdout;\n    debug( $stdout ) if $stdout;\n\n    # tar exit with status 1 only if some files were changed while being read. We want ignore this.\n    if ( $rs > 1 ) {\n        error( $stderr || 'Unknown error' ) if $stderr;\n        return;\n    }\n\n    my $file = iMSCP::File->new( filename => \"$bkpDir/$bkpArchName\" );\n    $rs ||= $file->owner( $user, $group );\n    $rs ||= $file->mode( 0640 );\n}\n\n=item backupDatabases( $mainDmnId, $bkpDir, $cmpAlgo, $cmpLevel, $bkpExt, $user, $group )\n\n Backup customer databases\n\n Param string $mainDmnId Customer main domain identifier\n Param string $bkpDir Customer backup directory path\n Param string $cmpAlgo Compression algorithm\n Param string $cmpLevel Compression level\n Param string $bkpExt Backup archive extension\n Param string $user Customer Web unix user\n Param string $group Customer Web unix group\n Return void\n\n=cut\n\nsub backupDatabases\n{\n    my ($mainDmnId, $bkpDir, $cmpAlgo, $cmpLevel, $user, $group) = @_;\n\n    my $db = iMSCP::Database->factory();\n    my $rows = eval {\n        my $dbh = $db->getRawDb();\n        $dbh->selectall_hashref(\n            'SELECT sqld_id, sqld_name FROM sql_database WHERE domain_id = ?', 'sqld_name', undef, $mainDmnId\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return;\n    }\n\n    for my $dbName( keys %{$rows} ) {\n        local $@;\n        eval { $db->dumpdb( $dbName, $bkpDir ); };\n        warning( $@ ) if $@;\n        next if $@;\n\n        # Encode slashes as SOLIDUS unicode character\n        # Encode dots as Full stop unicode character\n        ( my $encodedDbName = $dbName ) =~ s%([./])%{ '/', '@002f', '.', '@002e' }->{$1}%ge;\n        my $dbDumpFilePath = File::Spec->catfile( $bkpDir, $encodedDbName . '.sql' );\n\n        my $file = iMSCP::File->new( filename => $dbDumpFilePath );\n        my $rs = $file->owner( $user, $group );\n        $rs ||= $file->mode( 0640 );\n\n        next if $rs || $cmpAlgo eq 'no';\n\n        $rs = execute(\n            [ $command->{$cmpAlgo}->{'command'}, \"-$cmpLevel\", '--force', $dbDumpFilePath ], \\ my $stdout, \\ my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        error( sprintf( \"Couldn't compress %s database dump: %s\", $dbName, $stderr || 'Unknown error' )) if $rs;\n    }\n}\n\n=item backupMaildirs( $dmnId, $bkpDir, $cmpAlgo, $cmpLevel, $bkpExt, $user, $group )\n\n Backup customer' mail directories\n\n Param string $dmnId Customer main domain ID\n Param string $bkpDir Customer backup directory path\n Param string $cmpAlgo Compression algorithm\n Param string $cmpLevel Compression level\n Param string $bkpExt Backup archive extension\n Param string $user Customer Web unix user\n Param string $group Customer Web unix group\n Return void\n\n=cut\n\nsub backupMaildirs\n{\n    my ($dmnId, $bkpDir, $cmpAlgo, $cmpLevel, $bkpExt, $user, $group) = @_;\n\n    my $rows = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        $dbh->selectall_hashref(\n            \"\n                SELECT domain_name\n                FROM domain\n                WHERE domain_id = ?\n                AND domain_status <> 'todelete'\n                UNION ALL\n                SELECT CONCAT(subdomain_name, '.', domain_name)\n                FROM subdomain\n                JOIN domain USING(domain_id)\n                WHERE domain_id = ?\n                AND subdomain_status <> 'todelete'\n                UNION ALL\n                SELECT alias_name\n                FROM domain_aliasses\n                WHERE domain_id = ?\n                AND alias_status <> 'todelete'\n                UNION ALL\n                SELECT CONCAT(subdomain_alias_name, '.', alias_name)\n                FROM subdomain_alias\n                JOIN domain_aliasses USING(alias_id)\n                WHERE domain_id = ?\n                AND subdomain_alias_status <> 'todelete'\n            \",\n            'domain_name', undef, $dmnId, $dmnId, $dmnId, $dmnId\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return;\n    }\n\n    my $virtualMailDir = Servers::mta->factory()->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'};\n\n    for ( keys %{$rows} ) {\n        my $mailDirPath = \"$virtualMailDir/$_\";\n        next unless -d $mailDirPath;\n\n        my $bkpDate = strftime \"%Y.%m.%d-%H-%M\", localtime();\n        my $bkpArchName = \"mail-backup-$_-$bkpDate.tar$bkpExt\";\n\n        my @cmd = (\n            \"tar -c -C $mailDirPath .\",\n            ( $cmpAlgo eq 'no'\n                ? \"-f $bkpDir/$bkpArchName\" : \"| $command->{$cmpAlgo}->{'command'} -$cmpLevel > $bkpDir/$bkpArchName\"\n            )\n        );\n\n        my $rs = execute( \"@cmd\", \\ my $stdout, \\ my $stderr );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs > 1;\n\n        my $file = iMSCP::File->new( filename => \"$bkpDir/$bkpArchName\" );\n        $rs ||= $file->owner( $user, $group );\n        $rs = $file->mode( 0640 );\n    }\n}\n\n=item backupAll( )\n\n Backup customer data\n\n Return void\n\n=cut\n\nsub backupAll\n{\n    return unless $::imscpConfig{'BACKUP_DOMAINS'} eq 'yes';\n\n    my $cmpAlgo = lc( $::imscpConfig{'BACKUP_COMPRESS_ALGORITHM'} );\n    $cmpAlgo = 'no' unless $cmpAlgo eq 'no' || exists $command->{$cmpAlgo};\n\n    my ($cmpLevel) = $::imscpConfig{'BACKUP_COMPRESS_LEVEL'} =~ /^([1-9])$/;\n    $cmpLevel ||= 1;\n\n    my $bkpExt = ( $cmpAlgo ne 'no' ) ? '.' . $command->{$cmpAlgo}->{'extension'} : '';\n\n    my $rows = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        $dbh->selectall_hashref(\n            \"\n                SELECT domain_id, domain_name, domain_admin_id, allowbackup, admin_sys_name, admin_sys_gname\n                FROM domain\n                JOIN admin ON (admin_id = domain_admin_id)\n                WHERE domain_status NOT IN ('disabled', 'todelete')\n                AND allowbackup <> ''\n            \",\n            'domain_id'\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return;\n    }\n\n    while ( my ($dmnId, $dmnData) = each( %{$rows} ) ) {\n        next unless $dmnData->{'allowbackup'} && $dmnData->{'allowbackup'} =~ /\\b(?:dmn|sql|mail)\\b/;\n        my $homeDir = \"$::imscpConfig{'USER_WEB_DIR'}/$dmnData->{'domain_name'}\";\n\n        next unless -d $homeDir;\n\n        my $bkpDir = \"$homeDir/backups\";\n        my $user = $dmnData->{'admin_sys_name'};\n        my $group = $dmnData->{'admin_sys_gname'};\n\n        local $@;\n        eval {\n            unless ( -d $bkpDir ) {\n                my $isProtectedHomedir = 0;\n\n                if ( isImmutable( $homeDir ) ) {\n                    $isProtectedHomedir = 1;\n                    clearImmutable( $homeDir );\n                }\n\n                iMSCP::Dir->new( dirname => $bkpDir )->make(\n                    {\n                        user  => $user,\n                        group => $group,\n                        mode  => 0750\n                    }\n                );\n\n                setImmutable( $homeDir ) if $isProtectedHomedir;\n            } else {\n                iMSCP::Dir->new( dirname => $bkpDir )->clear( undef, qr/.*/ );\n            }\n        };\n        if ( $@ ) {\n            error( $@ );\n            next;\n        }\n\n        if ( $dmnData->{'allowbackup'} =~ /\\bdmn\\b/ ) {\n            backupHomedir( $dmnData->{'domain_name'}, $homeDir, $bkpDir, $cmpAlgo, $cmpLevel, $bkpExt, $user, $group )\n        }\n\n        if ( $dmnData->{'allowbackup'} =~ /\\bsql\\b/ ) {\n            backupDatabases( $dmnId, $bkpDir, $cmpAlgo, $cmpLevel, $bkpExt, $user, $group );\n        }\n\n        if ( $dmnData->{'allowbackup'} =~ /\\bmail\\b/ ) {\n            backupMaildirs( $dmnId, $bkpDir, $cmpAlgo, $cmpLevel, $bkpExt, $user, $group );\n        }\n    }\n}\n\nnewDebug( 'imscp-backup-all.log' );\n\niMSCP::Getopt->parseNoDefault( sprintf( \"Usage: perl %s [OPTION]...\", basename( $0 )) . qq {\n\nScript that backup i-MSCP customer's data.\n\nOPTIONS:\n -v,    --verbose       Enable verbose mode.},\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nsetVerbose( iMSCP::Getopt->verbose );\n\nmy $bootstrapper = iMSCP::Bootstrapper->getInstance();\nexit unless $bootstrapper->lock( '/var/lock/imscp-backup-all.lock', 'nowait' );\n\n$bootstrapper->boot(\n    {\n        config_readonly => TRUE,\n        nolock          => TRUE\n    }\n);\n\nbackupAll();\n\nmy @errors = getMessageByType( 'error' );\niMSCP::Mail->new()->errmsg( \"@errors\" ) if @errors;\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/backup/imscp-backup-imscp",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\nimscp-backup-imscp backup i-MSCP configuration files and database.\n\n=head1 SYNOPSIS\n\n imscp-backup-imscp [OPTION]...\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse File::Spec;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse iMSCP::Bootstrapper;\nuse iMSCP::Debug;\nuse iMSCP::Execute;\nuse iMSCP::File;\nuse iMSCP::Dir;\nuse iMSCP::Getopt;\nuse iMSCP::Mail;\nuse POSIX qw/ strftime /;\n\nour $command = {\n    pbzip2 => {\n        extension => 'bz2',\n        command   => 'pbzip2'\n    },\n    bzip2  => {\n        extension => 'bz2',\n        command   => 'bzip2'\n    },\n    gzip   => {\n        extension => 'gz',\n        command   => 'gzip'\n    },\n    pigz   => {\n        extension => 'gz',\n        command   => 'pigz'\n    },\n    lzma   => {\n        extension => 'lzma',\n        command   => 'lzma'\n    },\n    xz     => {\n        extension => 'xz',\n        command   => 'xz'\n    }\n};\n\nsub run\n{\n    return 0 unless $::imscpConfig{'BACKUP_IMSCP'} eq 'yes';\n\n    my $algo = lc( $::imscpConfig{'BACKUP_COMPRESS_ALGORITHM'} );\n\n    unless ( exists $command->{$algo} || $algo eq 'no' ) {\n        error( sprintf( 'Backup algorithm not supported: %s', $algo ));\n        return 1;\n    }\n\n    # Make sure that backup directory exists\n    iMSCP::Dir->new( dirname => $::imscpConfig{'BACKUP_FILE_DIR'} )->make( {\n        user  => $::imscpConfig{'ROOT_USER'},\n        group => $::imscpConfig{'ROOT_GROUP'},\n        mode  => 0750\n    } );\n\n    # Backup i-MSCP database\n    my $rs = _backupDatabase();\n    return $rs if $rs;\n\n    # Backup configuration files\n    $rs |= _backupConfig();\n    return $rs if $rs;\n\n    # Remove any backup older than 7 days\n    $rs = execute(\n        \"find $::imscpConfig{'BACKUP_FILE_DIR'}/* -maxdepth 0 -type f -mtime +7 -print | xargs -r rm\",\n        \\ my $stdout,\n        \\ my $stderr\n    );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n\n    if ( $rs ) {\n        my @warningMessages = getMessageByType( 'warn' );\n        iMSCP::Mail->new()->warnMsg( \"@warningMessages\" ) if @warningMessages;\n\n        my @errorMessages = getMessageByType( 'error' );\n        iMSCP::Mail->new()->errmsg( \"@errorMessages\" ) if @errorMessages;\n    }\n\n    $rs;\n}\n\nsub _backupDatabase\n{\n    my $db = iMSCP::Database->factory();\n\n    local $@;\n    eval { $db->dumpdb( $::imscpConfig{'DATABASE_NAME'}, $::imscpConfig{'BACKUP_FILE_DIR'} ) };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    # Encode slashes as SOLIDUS unicode character\n    # Encode dots as Full stop unicode character\n    ( my $encodedDbName = $::imscpConfig{'DATABASE_NAME'} ) =~ s%([./])%{ '/', '@002f', '.', '@002e' }->{$1}%ge;\n\n    my $date = strftime \"%Y.%m.%d-%H-%M\", localtime;\n\n    my $rs = iMSCP::File->new(\n        filename => $::imscpConfig{'BACKUP_FILE_DIR'} . '/' . $encodedDbName . '.sql'\n    )->moveFile(\n        $::imscpConfig{'BACKUP_FILE_DIR'} . '/' . $encodedDbName . '-' . $date . '.sql'\n    );\n    return $rs if $rs;\n\n    my $algo = lc( $::imscpConfig{'BACKUP_COMPRESS_ALGORITHM'} );\n    my $level = $::imscpConfig{'BACKUP_COMPRESS_LEVEL'};\n    $level = 1 unless $level =~ /^[1-9]$/;\n\n    if ( $algo ne 'no' ) {\n        my @cmd = (\n            $command->{$algo}->{'command'},\n            \"-$level\",\n            '--force',\n            escapeShell( $::imscpConfig{'BACKUP_FILE_DIR'} . '/' . $encodedDbName . '-' . $date . '.sql' )\n        );\n        $rs = execute( \"@cmd\", \\ my $stdout, \\ my $stderr );\n        debug( $stdout ) if $stdout;\n\n        if ( $rs > 1 ) {\n            # Tar exit with status 1 only if some files were changed while being read. We want ignore this.\n            error( $stderr || 'Unknown error' );\n            return $rs if $rs;\n        }\n    }\n\n    0;\n}\n\nsub _backupConfig\n{\n    my $date = strftime \"%Y.%m.%d-%H-%M\", localtime;\n    my $archivePath = \"$::imscpConfig{'BACKUP_FILE_DIR'}/config-backup-$date.tar\";\n    my $algo = lc( $::imscpConfig{'BACKUP_COMPRESS_ALGORITHM'} );\n    my $level = $::imscpConfig{'BACKUP_COMPRESS_LEVEL'};\n    $level = 1 unless $level =~ /^[1-9]$/;\n\n    if ( $algo ne 'no' ) {\n        $archivePath .= '.' . $command->{$::imscpConfig{'BACKUP_COMPRESS_ALGORITHM'}}->{'extension'};\n    }\n\n    my @backupCommand = (\n        \"tar -c -C $::imscpConfig{'CONF_DIR'}\",\n        '--exclude=?*[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]',\n        '--preserve-permissions',\n        '.',\n        ( $algo eq 'no' ? \"-f $archivePath\" : \"| $command->{$algo}->{'command'} -$level > $archivePath\" )\n    );\n\n    my $rs = execute( \"@backupCommand\", \\ my $stdout, \\ my $stderr );\n    debug( $stdout ) if $stdout;\n    error( $stderr || 'Unknown error' ) if $rs;\n    return $rs if $rs;\n\n    0;\n}\n\nnewDebug( 'imscp-backup-imscp.log' );\n\n# Parse command line options\niMSCP::Getopt->parseNoDefault( sprintf( \"Usage: perl %s [OPTION]...\", basename( $0 )) . qq {\n\nScript which backup i-MSCP configuration files and database.\n\nOPTIONS:\n -v,    --verbose       Enable verbose mode.},\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nsetVerbose( iMSCP::Getopt->verbose );\n\nmy $bootstrapper = iMSCP::Bootstrapper->getInstance();\nexit unless $bootstrapper->lock( '/var/lock/imscp-backup-imscp.lock', 'nowait' );\n\n$bootstrapper->boot(\n    {\n        config_readonly => 1,\n        nolock          => 1\n    }\n);\n\nexit run();\n\n=head1 AUTHOR\n\n i-MSCP Team <team@i-mscp.net>\n\n=cut\n"
  },
  {
    "path": "engine/backup/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <copy>${SYSTEM_ENGINE_ROOT}/backup/imscp-backup-all</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/backup/imscp-backup-imscp</copy>\n</install>\n"
  },
  {
    "path": "engine/imscp-rqst-mngr",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n imscp-rqst-mngr - Process i-MSCP backend requests\n\n=head1 SYNOPSIS\n\n imscp-rqst-mngr [OPTION]...\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse FindBin;\nuse lib \"$FindBin::Bin/PerlLib\", \"$FindBin::Bin/PerlVendor\";\nuse File::Basename;\nuse iMSCP::Bootstrapper;\nuse iMSCP::DbTasksProcessor;\nuse iMSCP::Debug;\nuse iMSCP::Getopt;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\nnewDebug( 'imscp-rqst-mngr.log' );\n\niMSCP::Getopt->parseNoDefault( sprintf( \"Usage: perl %s [OPTION]...\", basename( $0 )) . qq {\n\nScript that processes i-MSCP backend requests.\n\nOPTIONS:\n -d,    --debug         Enable debug mode.\n -v,    --verbose       Enable verbose mode.},\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nsetVerbose( iMSCP::Getopt->verbose );\n\niMSCP::Bootstrapper->getInstance()->boot( {\n    mode            => 'backend',\n    config_readonly => 1\n} );\niMSCP::DbTasksProcessor->getInstance( mode => 'backend' )->processDbTasks();\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders export=\"SYSTEM_ENGINE_ROOT\">${SYSTEM_ROOT}/engine</folders>\n    <folders>${SYSTEM_ENGINE_ROOT}/backup</folders>\n    <folders>${SYSTEM_ENGINE_ROOT}/messenger</folders>\n    <folders>${SYSTEM_ENGINE_ROOT}/quota</folders>\n    <folders>${SYSTEM_ENGINE_ROOT}/traffic</folders>\n    <folders>${SYSTEM_ENGINE_ROOT}/setup</folders>\n    <folders>${SYSTEM_ENGINE_ROOT}/tools</folders>\n    <folders>${SYSTEM_ENGINE_ROOT}/traffic</folders>\n    <copy>${SYSTEM_ENGINE_ROOT}/imscp-rqst-mngr</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/PerlLib</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/PerlVendor</copy>\n</install>\n"
  },
  {
    "path": "engine/messenger/imscp-arpl-msgr",
    "content": "#!/usr/bin/perl\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse Encode qw/ decode encode /;\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse Mail::Address;\nuse MIME::Parser;\nuse MIME::Entity;\n\niMSCP::Bootstrapper->getInstance()->boot( {\n    mode            => 'backend',\n    nolock          => TRUE,\n    norequirements  => TRUE,\n    config_readonly => TRUE\n} );\n\neval {\n    my $dbh = iMSCP::Database->factory()->getRawDb();\n    $dbh->do(\n        \"\n            DELETE FROM `autoreplies_log`\n            WHERE ADDTIME(`time`, '24:00:00') < NOW()\n        \"\n    );\n\n    ( my $from = $ARGV[0] ) =~ s/imscp-arpl\\.//;\n\n    my $message = do {\n        local $/;\n        <STDIN>;\n    };\n\n    # Setup MIME parser\n    my $mimeParser = MIME::Parser->new();\n    $mimeParser->output_to_core( TRUE );\n    $mimeParser->tmp_to_core( TRUE );\n\n    # Parse MIME message\n    my $mimeEntity = $mimeParser->parse_data( $message ) or die(\n        \"Couldn't parse MIME message\"\n    );\n    undef $mimeParser;\n\n    # Retrieve MIME headers\n    my $mimeHeaders = $mimeEntity->head() or die(\n        \"Couldn't get MIME headers\"\n    );\n    undef $mimeEntity;\n\n    # Return early if:\n    # - the message has been tagged has SPAM\n    # - the message look like a vacation message\n    # - the message look like an automatic answer\n    return if ( $mimeHeaders->get( 'x-spam-flag' )\n        && $mimeHeaders->get( 'x-spam-flag' ) =~ /yes/i )\n        || ( $mimeHeaders->get( 'x-mailer' )\n        && $mimeHeaders->get( 'x-mailer' ) =~ /Auto-Reply/i )\n        || ( $mimeHeaders->get( 'auto-submitted' )\n        && $mimeHeaders->get( 'auto-submitted' ) =~ /auto-replied/i )\n        || ( $mimeHeaders->get( 'sender' )\n        && $mimeHeaders->get( 'sender' ) =~ /autoresponder/i )\n        || $mimeHeaders->get( 'x-autoresponse-from' );\n\n    # Get sender address (address to which we need send the vacation message)\n    my ( $to ) = Mail::Address->parse( $mimeHeaders->get( 'from' )) or die(\n        \"Couldn't parse 'From' MIME header\"\n    );\n    $to = $to->address();\n\n    # Return early if the sender look like a mail to which we should not send\n    # vacation message\n    # - the sender\n    for (\n        qr/bounces.*@/,\n        qr/subscribe.*@/,\n        qr/noreply.*@/,\n        qr/mailer-daemon@/\n    ) {\n        return if $to =~ /$_/i;\n    }\n\n    # Get original subject\n    my $subject = $mimeHeaders->get( 'subject' );\n    undef $mimeHeaders;\n\n    my $val = $dbh->selectrow_array(\n        \"\n            SELECT COUNT(`time`)\n            FROM `autoreplies_log`\n            WHERE `from` = ?\n            AND `to` = ?\n            AND ADDTIME(`time`, '24:00:00') > NOW()\n        \",\n        undef,\n        $from,\n        $to\n    );\n\n    return if $val;\n\n    $val = $dbh->selectrow_array(\n        '\n            SELECT `mail_auto_respond_text`\n            FROM `mail_users`\n            WHERE `mail_addr` = ?\n            AND `mail_auto_respond` = 1\n        ',\n        undef,\n        $from\n    );\n\n    return unless $val;\n\n    # Build new multipart MIME message\n    $mimeEntity = MIME::Entity->build(\n        Type                  => 'multipart/mixed; charset=utf-8',\n        From                  => $from,\n        To                    => $to,\n        Subject               => encode( 'UTF-8', decode( 'UTF-8', $subject )),\n        'X-Autoresponse-From' => $from,\n        'X-Mailer'            => \"i-MSCP Auto-Reply Mailer\"\n    );\n\n    # Attach auto-reply message\n    $mimeEntity->attach(\n        Type        => 'text/plain; charset=utf-8',\n        Encoding    => '8bit',\n        Description => 'Mail User Auto-Reply Message',\n        Data        => encode( 'UTF-8', decode( 'UTF-8', $val ))\n    );\n\n    # Attach original message\n    $mimeEntity->attach(\n        Type        => 'message/rfc822',\n        Description => 'Original Message',\n        Data        => $message\n    );\n\n    # Send message through sendmail command\n    open my $fh, '|-', '/usr/sbin/sendmail -t -oi' or die( sprintf(\n        \"Couldn't send auto-reply message: %s\", $!\n    ));\n    $mimeEntity->print( $fh );\n    close $fh;\n    undef $mimeEntity;\n\n    $dbh->do(\n        '\n            INSERT INTO `autoreplies_log` (\n                `time`, `from`, `to`\n            ) VALUES (\n                NOW(),?,?\n            )\n        ',\n        undef,\n        $from,\n        $to\n    );\n};\nif ( $@ ) {\n    print STDERR $@;\n    exit 1;\n}\n"
  },
  {
    "path": "engine/messenger/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <copy>${SYSTEM_ENGINE_ROOT}/messenger/imscp-arpl-msgr</copy>\n</install>\n"
  },
  {
    "path": "engine/quota/imscp-dsk-quota",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n imscp-dsk-quota Computes customer's quota.\n\n=head1 SYNOPSIS\n\n imscp-dsk-quota [OPTION]...\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse iMSCP::Bootstrapper;\nuse iMSCP::Debug qw/ debug error getMessageByType newDebug setVerbose /;\nuse iMSCP::Execute qw/ execute /;\nuse iMSCP::Getopt;\nuse iMSCP::Mail;\nuse Servers::mta;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\n=head1 DESCRIPTION\n\n Computes customer's quota.\n\n=head1 PUBLIC METHODS\n\n=over 4\n\n=item quotaFiles( )\n\n Computes customer's mail and web quota\n\n Return void\n\n=cut\n\nsub quotaFiles\n{\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my $rows = $dbh->selectall_hashref(\n            \"SELECT domain_id, domain_name FROM domain WHERE domain_status NOT IN ('disabled', 'todelete')\", 'domain_id'\n        );\n\n        my $virtualMailDir = Servers::mta->factory()->{'config'}->{'MTA_VIRTUAL_MAIL_DIR'};\n\n        while ( my ($dmnId, $dmnData) = each( %{$rows} ) ) {\n            my $totalDiskUsage = my $webDiskUsage = my $mailDiskUsage = 0;\n            my @items = (\n                { webdir => \"$::imscpConfig{'USER_WEB_DIR'}/$dmnData->{'domain_name'}\" },\n                { maildir => \"$virtualMailDir/$dmnData->{'domain_name'}\" }\n            );\n\n            # Get list of all child domains (sub|als|alssub)\n            my $rows2 = eval {\n                $dbh->selectall_hashref(\n                    \"\n                        SELECT alias_name AS domain_name\n                        FROM domain_aliasses\n                        WHERE domain_id = ?\n                        AND alias_status <> 'todelete'\n        \n                        UNION ALL\n        \n                        SELECT CONCAT(subdomain_name, '.', domain_name) AS domain_name\n                        FROM subdomain\n                        JOIN domain USING(domain_id)\n                        WHERE domain_id = ?\n                        AND subdomain_status <> 'todelete'\n        \n                        UNION ALL\n        \n                        SELECT CONCAT(subdomain_alias_name, '.',  alias_name) AS domain_name\n                        FROM subdomain_alias\n                        JOIN domain_aliasses USING(alias_id)\n                        WHERE domain_id = ?\n                        AND subdomain_alias_status <> 'todelete'\n                    \",\n                    'domain_name', undef, $dmnId, $dmnId, $dmnId\n                );\n            };\n            if ( $@ ) {\n                error( $@ );\n            } elsif ( %{$rows2} ) {\n                push @items, { maildir => \"$virtualMailDir/$_\" } for keys %{$rows2};\n            }\n\n            for( @items ) {\n                my ($dirType, $dir) = %{$_};\n                next unless -d $dir;\n\n                if ( $dirType eq 'webdir' ) {\n                    my $rs = execute(\n                        [ 'du', '--exclude=backups/*', '--exclude=logs/*', '-s', '-B1', $dir ], \\ my $stdout,\n                        \\ my $stderr\n                    );\n                    error( $stderr || 'Unknown error' ) if $rs;\n                    $webDiskUsage = $1 if $stdout && $stdout =~ /^(\\d+)/;\n                } else {\n                    my $rs = execute( [ 'du', '-s', '-B1', $dir ], \\ my $stdout, \\ my $stderr );\n                    error( $stderr || 'Unknown error' ) if $rs;\n                    $mailDiskUsage += $1 if $stdout && $stdout =~ /^(\\d+)/;\n                }\n            }\n\n            $totalDiskUsage = $webDiskUsage+$mailDiskUsage;\n\n            local $@;\n            eval {\n                $dbh->begin_work();\n                $dbh->do(\n                    '\n                        UPDATE domain\n                        SET domain_disk_usage = ?, domain_disk_file = ?, domain_disk_mail = ?\n                        WHERE domain_id = ?\n                    ',\n                    undef, $totalDiskUsage, $webDiskUsage, $mailDiskUsage, $dmnId\n                );\n                $dbh->do(\n                    'UPDATE quotatallies SET bytes_in_used = ? WHERE name = ?',\n                    undef, $totalDiskUsage, $dmnData->{'domain_name'}\n                );\n                $dbh->commit();\n            };\n            if ( $@ ) {\n                $dbh->rollback();\n                error( $@ );\n            }\n        }\n    };\n    error( $@ ) if $@;\n}\n\n=item quotaSql( )\n\n Computes customer's SQL quota\n\n Return void\n\n=cut\n\nsub quotaSql\n{\n    eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        my $rows = $dbh->selectall_hashref(\n            \"\n                SELECT domain_id, domain_name, domain_disk_usage\n                FROM domain\n                WHERE domain_status NOT IN ('disabled', 'todelete')\n            \",\n            'domain_id'\n        );\n\n        return 0 unless %{$rows};\n\n        my $databases = $dbh->selectcol_arrayref( 'SHOW DATABASES' );\n\n        while ( my ($dmnId, $dmnData) = each( %{$rows} ) ) {\n            my ($size, $sqlSize) = ( 0, 0 );\n\n            my $customerDatabases = $dbh->selectall_hashref(\n                'SELECT sqld_name FROM sql_database WHERE domain_id = ?', 'sqld_name', undef, $dmnId\n            );\n\n            for my $sqlDbName ( keys %{$customerDatabases} ) {\n                next unless grep($_ eq $sqlDbName, @{$databases});\n\n                my $sqlDbTables = $dbh->selectall_hashref(\n                    \"SHOW TABLE STATUS FROM \" . $dbh->quote_identifier( $sqlDbName ), 1\n                );\n\n                next unless %{$sqlDbTables};\n                $size += $_->{'Data_length'}+$_->{'Index_length'} for values %{$sqlDbTables};\n            }\n\n            $sqlSize += $size;\n            $size += $dmnData->{'domain_disk_usage'};\n\n            local $@;\n            eval {\n                local $dbh->{'AutoCommit'} = 0;\n\n                $dbh->do(\n                    'UPDATE domain SET domain_disk_usage = ?, domain_disk_sql = ? WHERE domain_id = ?',\n                    undef, $size, $sqlSize, $dmnId\n                );\n                $dbh->do(\n                    'UPDATE quotatallies SET bytes_in_used = ? WHERE name = ?', undef, $size, $dmnData->{'domain_name'}\n                );\n                $dbh->commit();\n            };\n            if ( $@ ) {\n                $dbh->rollback();\n                error( $@ );\n            }\n        }\n    };\n    error( $@ ) if $@;\n}\n\nnewDebug( 'imscp-dsk-quota.log' );\n\niMSCP::Getopt->parseNoDefault( sprintf( 'Usage: perl %s [OPTION]...', basename( $0 )) . qq {\n\nScript which computes customer's quota.\n\nOPTIONS:\n -d,    --debug         Enable debug mode.\n -v,    --verbose       Enable verbose mode.},\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nsetVerbose( iMSCP::Getopt->verbose );\n\nmy $bootstrapper = iMSCP::Bootstrapper->getInstance();\nexit unless $bootstrapper->lock( '/var/lock/imscp-dsk-quota.lock', 'nowait' );\n\n$bootstrapper->boot(\n    {\n        mode            => 'backend',\n        nolock          => 1,\n        config_readonly => 1\n    }\n);\n\nquotaFiles();\nquotaSql();\n\nmy @errors = getMessageByType( 'error' );\niMSCP::Mail->new()->errmsg( \"@errors\" ) if @errors;\n\n=back\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/quota/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <copy>${SYSTEM_ENGINE_ROOT}/quota/imscp-dsk-quota</copy>\n</install>\n"
  },
  {
    "path": "engine/setup/imscp-reconfigure",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n imscp-reconfigure Reconfigure i-MSCP\n\n=head1 SYNOPSIS\n\n imscp-reconfigure [OPTION]...\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse File::Basename 'basename';\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ newDebug setDebug setVerbose output /;\nuse iMSCP::Dialog;\nuse iMSCP::EventManager;\nuse iMSCP::Getopt;\nuse Net::LibIDN 'idn_to_unicode';\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH IMSCP_SETUP /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',\n    TRUE\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\n{\n    no warnings 'once';\n    $::execmode = 'setup';\n    %::questions = ()\n}\n\niMSCP::Getopt->parse( sprintf( 'Usage: perl %s [OPTION]...', basename( $0 )));\n\nnewDebug( 'imscp-reconfigure.log' );\nsetDebug( iMSCP::Getopt->debug );\nsetVerbose( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose );\n\nsub run\n{\n    require \"$FindBin::Bin/imscp-setup-functions.pl\";\n\n    my $rs = setupBoot();\n    $rs ||= iMSCP::EventManager->getInstance()->trigger( 'beforeSetup' );\n    $rs ||= setupRegisterListeners();\n    return $rs if $rs;\n\n    unless ( iMSCP::Getopt->noprompt ) {\n        my $dialog = iMSCP::Dialog->getInstance();\n        \n        # Disable backup feature for first dialog\n        $dialog->backup( FALSE );\n\n        # Override default button labels\n        local @{ $dialog->{'_opts'} }{\n            $dialog->{'program'} eq 'dialog'\n                ? qw/ title yes-label no-label /\n                : qw/ title yes-button no-button /\n        } = qw/ Reconfiguration Continue Abort /;\n\n        if($dialog->boolean( <<\"EOF\", TRUE )) {\n        \nWelcome to the \\\\Z1\\\\Zbi-MSCP $::imscpConfig{'Version'}\\\\Zn reconfiguration dialog.\n\nThis program will reconfigures your i-MSCP instance.\n\nDuring the process, some or all services might require to be shutdown or restarted.\n\nYou can now either continue or abort.\nEOF\n            system('clear');\n            exit 0;\n        }\n    }\n\n    $rs ||= setupDialog();\n    $rs ||= setupTasks();\n    $rs ||= iMSCP::EventManager->getInstance()->trigger( 'afterSetup' );\n    return $rs if $rs || iMSCP::Getopt->noprompt;\n\n    if ( iMSCP::Getopt->noprompt ) {\n        if ( iMSCP::Getopt->verbose ) {\n            print output( 'i-MSCP has been successfully reconfigured.', 'ok' );\n        }\n    } else {\n        my $dialog = iMSCP::Dialog->getInstance();\n\n        # Disable backup feature for last dialog\n        $dialog->backup( FALSE );\n\n        # Override default button label\n        local $dialog->{'_opts'}->{\n            $dialog->{'program'} eq 'dialog' ? 'ok-label' : 'ok-button'\n        } = 'Ok';\n\n        iMSCP::Dialog->getInstance()->note( <<\"EOF\" );\n\\\\Z1\\\\ZbCongratulations\\\\Zn\n\ni-MSCP has been successfully reconfigured.\n\nYou can login at $::imscpConfig{'BASE_SERVER_VHOST_PREFIX'}@{ [\n    idn_to_unicode( $::imscpConfig{'BASE_SERVER_VHOST'}, 'utf-8' )\n] }:@{ [ $::imscpConfig{'BASE_SERVER_VHOST_PREFIX'} eq 'http://'\n    ? $::imscpConfig{'BASE_SERVER_VHOST_HTTP_PORT'}\n    : $::imscpConfig{'BASE_SERVER_VHOST_HTTPS_PORT'}\n] } with the master administrator account credentials.\n\nThank you for choosing i-MSCP.\nEOF\n        system( 'clear' );\n    }\n\n    0;\n}\n\nexit run();\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/setup/imscp-setup-functions.pl",
    "content": "#!/usr/bin/perl\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n\n# Make sure to declare symbols in main package, whenever from which location\n# this file is loaded from.\npackage main;\n\nuse strict;\nuse warnings;\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Database;\nuse iMSCP::DbTasksProcessor;\nuse iMSCP::Debug 'error';\nuse iMSCP::Dialog;\nuse iMSCP::Dir;\nuse iMSCP::EventManager;\nuse iMSCP::Execute 'executeNoWait';\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Packages;\nuse iMSCP::Plugins;\nuse iMSCP::Servers;\nuse iMSCP::Service;\nuse iMSCP::Stepper qw/ step endDetail startDetail /;\nuse iMSCP::SystemGroup;\nuse iMSCP::SystemUser;\nuse iMSCP::Umask '$UMASK';\n\nsub setupInstallFiles\n{\n    local $@;\n    my $rs = eval {\n        my $rs = iMSCP::EventManager->getInstance()->trigger(\n            'beforeSetupInstallFiles', $::{'INST_PREF'}\n        );\n        return $rs if $rs;\n\n        if ( iMSCP::Service->getInstance()->hasService( 'imscp_daemon' ) ) {\n            iMSCP::Service->getInstance()->stop( 'imscp_daemon' );\n        }\n\n        # Process cleanup to avoid any security risks and conflicts\n        for my $service ( qw/ daemon engine gui / ) {\n            iMSCP::Dir->new(\n                dirname => \"$::imscpConfig{'ROOT_DIR'}/$service\"\n            )->remove();\n        }\n\n        my $dir = iMSCP::Dir->new( dirname => $::{'INST_PREF'} );\n        $dir->rcopy( '/' );\n        $dir->remove();\n\n        iMSCP::EventManager->getInstance()->trigger(\n            'afterSetupInstallFiles', $::{'INST_PREF'}\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        $rs = 1;\n    }\n\n    $rs;\n}\n\nsub setupBoot\n{\n    iMSCP::Bootstrapper->getInstance()->boot( {\n        # Backend mode\n        mode            => 'setup',\n        # We do not allow writing in conffile at this time\n        config_readonly => TRUE,\n        # We do not establish connection to the database at this time\n        nodatabase      => TRUE\n    } );\n\n    untie( %::imscpOldConfig ) if %::imscpOldConfig;\n\n    unless ( -f \"$::imscpConfig{'CONF_DIR'}/imscpOld.conf\" ) {\n        local $UMASK = 027;\n        my $rs = iMSCP::File->new(\n            filename => \"$::imscpConfig{'CONF_DIR'}/imscp.conf\"\n        )->copyFile(\n            \"$::imscpConfig{'CONF_DIR'}/imscpOld.conf\", { preserve => 'no' }\n        );\n        return $rs if $rs;\n    }\n\n    local $@;\n    eval {\n        tie %::imscpOldConfig, 'iMSCP::Config',\n            fileName => \"$::imscpConfig{'CONF_DIR'}/imscpOld.conf\";\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\nsub setupRegisterListeners\n{\n    my $events = iMSCP::EventManager->getInstance();\n\n    for my $server ( iMSCP::Servers->getInstance()->getList() ) {\n        ( my $sub = $server->can( 'registerSetupListeners' ) ) or next;\n        my $rs = $sub->( $server->factory(), $events );\n        return $rs if $rs;\n    }\n\n    for my $package ( iMSCP::Packages->getInstance()->getList() ) {\n        ( my $sub = $package->can( 'registerSetupListeners' ) ) or next;\n        my $rs = $sub->( $package->getInstance(), $events );\n        return $rs if $rs;\n    }\n\n    0;\n}\n\nsub setupDialog\n{\n    my @dialogStack;\n\n    my $rs = iMSCP::EventManager->getInstance()->trigger(\n        'beforeSetupDialog', \\@dialogStack\n    );\n\n    iMSCP::Dialog->getInstance()->endGauge();\n\n    $rs ||= iMSCP::Dialog->getInstance()->execute( \\@dialogStack );\n    $rs ||= iMSCP::EventManager->getInstance()->trigger(\n        'afterSetupDialog'\n    );\n}\n\nsub setupTasks\n{\n    my $rs = iMSCP::EventManager->getInstance()->trigger( 'beforeSetupTasks' );\n    $rs ||= setupSaveQuestions();\n    return $rs if $rs;\n\n    my @steps = (\n        [\n            \\&setupCreateMasterUser,\n            'Creating system master user'\n        ],\n        [\n            \\&setupCoreServices,\n            'Setup core services'\n        ],\n        [\n            \\&setupRegisterPluginListeners,\n            'Registering plugin setup listeners'\n        ],\n        [\n            \\&setupServersAndPackages,\n            'Processing servers/packages'\n        ],\n        [\n            \\&setupSetPermissions,\n            'Setting up permissions'\n        ],\n        [\n            \\&setupDbTasks,\n            'Processing DB tasks'\n        ],\n        [\n            \\&setupRestartServices,\n            'Restarting services'\n        ],\n        [\n            \\&setupRemoveOldConfig,\n            'Removing old configuration'\n        ]\n    );\n\n    my $step = 1;\n    my $nbSteps = @steps;\n    for my $task ( @steps ) {\n        $rs = step( @{ $task }, $nbSteps, $step );\n        last if $rs;\n        $step++;\n    }\n\n    iMSCP::Dialog->getInstance()->endGauge();\n\n    $rs ||= iMSCP::EventManager->getInstance()->trigger( 'afterSetupTasks' );\n}\n\nsub setupSaveQuestions\n{\n    my $rs = iMSCP::EventManager->getInstance()->trigger(\n        'beforeSetupSaveQuestions'\n    );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        # Re-open main configuration file in read/write mode\n        iMSCP::Bootstrapper->getInstance()->loadMainConfig( {\n            nocreate        => TRUE,\n            nodeferring     => TRUE,\n            config_readonly => FALSE\n        } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    while ( my ( $key, $value ) = each( %::questions ) ) {\n        next unless exists $::imscpConfig{$key};\n        $::imscpConfig{$key} = $value;\n    }\n\n    iMSCP::EventManager->getInstance()->trigger( 'afterSetupSaveQuestions' );\n}\n\nsub setupCreateMasterUser\n{\n    my $rs = iMSCP::EventManager->getInstance()->trigger(\n        'beforeSetupCreateMasterUser'\n    );\n    $rs ||= iMSCP::SystemGroup->getInstance()->addSystemGroup(\n        $::imscpConfig{'IMSCP_GROUP'}\n    );\n    $rs ||= iMSCP::SystemUser->new(\n        username => $::imscpConfig{'IMSCP_USER'},\n        group    => $::imscpConfig{'IMSCP_GROUP'},\n        comment  => 'i-MSCP master user',\n        home     => $::imscpConfig{'IMSCP_HOMEDIR'}\n    )->addSystemUser();\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        # Ensure that correct permissions are set on i-MSCP master user homedir\n        # (handle upgrade case)\n        iMSCP::Dir->new( dirname => $::imscpConfig{'IMSCP_HOMEDIR'} )->make( {\n            user           => $::imscpConfig{'IMSCP_USER'},\n            group          => $::imscpConfig{'IMSCP_GROUP'},\n            mode           => 0755,\n            fixpermissions => TRUE\n        } );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    iMSCP::EventManager->getInstance()->trigger(\n        'afterSetupCreateMasterUser'\n    );\n}\n\nsub setupCoreServices\n{\n    local $@;\n    eval {\n        my $serviceMngr = iMSCP::Service->getInstance();\n        for my $service ( qw/ imscp_daemon imscp_traffic imscp_mountall / ) {\n            $serviceMngr->enable( $service );\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\nsub setupSetPermissions\n{\n    my $rs = iMSCP::EventManager->getInstance()->trigger(\n        'beforeSetupSetPermissions'\n    );\n    return $rs if $rs;\n\n    for my $script ( qw/ set-engine-permissions.pl set-gui-permissions.pl / ) {\n        startDetail();\n\n        my @options = (\n            '--setup',\n            ( iMSCP::Getopt->debug ? '--debug' : '' ),\n            ( $script eq 'set-engine-permissions.pl' && iMSCP::Getopt->fixPermissions\n                ? '--fix-permissions' : ''\n            )\n        );\n\n        my $stderr;\n        $rs = executeNoWait(\n            [\n                '/usr/bin/perl', \"$::imscpConfig{'ENGINE_ROOT_DIR'}/setup/$script\",\n                @options\n            ],\n            ( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose\n                ? undef\n                : sub {\n                return unless $_[0] =~ /^(.*)\\t(.*)\\t(.*)/;\n                step( undef, \"$1\", \"$2\", \"$3\" );\n            } ),\n            sub { $stderr .= $_[0]; }\n        );\n\n        endDetail();\n\n        if ( $rs ) {\n            error( sprintf(\n                'Error while setting permissions: %s',\n                $stderr || 'Unknown error'\n            ));\n            last;\n        }\n    }\n\n    $rs |= iMSCP::EventManager->getInstance()->trigger(\n        'afterSetupSetPermissions'\n    );\n}\n\nsub setupDbTasks\n{\n    my $rs = iMSCP::EventManager->getInstance()->trigger(\n        'beforeSetupDbTasks'\n    );\n    return $rs if $rs;\n\n    local $@;\n    eval {\n        {\n            my $tables = {\n                ssl_certs       => 'status',\n                admin           => [ 'admin_status', \"AND admin_type = 'user'\" ],\n                domain          => 'domain_status',\n                subdomain       => 'subdomain_status',\n                domain_aliasses => 'alias_status',\n                subdomain_alias => 'subdomain_alias_status',\n                domain_dns      => 'domain_dns_status',\n                ftp_users       => 'status',\n                mail_users      => 'status',\n                htaccess        => 'status',\n                htaccess_groups => 'status',\n                htaccess_users  => 'status',\n                server_ips      => 'ip_status'\n            };\n            my $additionalCondition;\n\n            my $db = iMSCP::Database->factory();\n            my $oldDbName = $db->useDatabase( setupGetQuestion( 'DATABASE_NAME' ));\n            my $dbh = $db->getRawDb();\n\n            while ( my ( $table, $field ) = each %{ $tables } ) {\n                if ( ref $field eq 'ARRAY' ) {\n                    $additionalCondition = $field->[1];\n                    $field = $field->[0];\n                } else {\n                    $additionalCondition = ''\n                }\n\n                ( $table, $field ) = (\n                    $dbh->quote_identifier( $table ),\n                    $dbh->quote_identifier( $field )\n                );\n                $dbh->do(\n                    \"\n                        UPDATE $table\n                        SET $field = 'tochange'\n                        WHERE $field NOT IN(\n                            'toadd', 'torestore', 'toenable', 'todisable',\n                            'disabled', 'ordered', 'todelete'\n                        )\n                        $additionalCondition\n                    \"\n                );\n                $dbh->do(\n                    \"\n                        UPDATE $table\n                        SET $field = 'todisable'\n                        WHERE $field = 'disabled'\n                        $additionalCondition\n                    \"\n                );\n            }\n\n            $dbh->do(\n                \"\n                    UPDATE plugin\n                    SET plugin_status = 'tochange', plugin_error = NULL\n                    WHERE plugin_status IN ('tochange', 'enabled')\n                    AND plugin_backend = 'yes'\n                \"\n            );\n\n            $db->useDatabase( $oldDbName ) if $oldDbName;\n        }\n\n        startDetail();\n        iMSCP::DbTasksProcessor\n            ->getInstance( mode => 'setup' )\n            ->processDbTasks();\n        endDetail();\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    iMSCP::EventManager->getInstance()->trigger( 'afterSetupDbTasks' );\n}\n\nsub setupRegisterPluginListeners\n{\n    my $rs = iMSCP::EventManager->getInstance()->trigger(\n        'beforeSetupRegisterPluginListeners'\n    );\n    return $rs if $rs;\n\n    my ( $db, $pluginNames ) = ( iMSCP::Database->factory(), undef );\n\n    local $@;\n\n    my $oldDbName = eval {\n        $db->useDatabase( setupGetQuestion( 'DATABASE_NAME' ));\n    };\n    return 0 if $@; # Fresh install case\n\n    eval {\n        my $dbh = $db->getRawDb();\n        $pluginNames = $dbh->selectcol_arrayref(\n            \"SELECT plugin_name FROM plugin WHERE plugin_status = 'enabled'\"\n        );\n        $db->useDatabase( $oldDbName ) if $oldDbName;\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    if ( @{ $pluginNames } ) {\n        my $events = iMSCP::EventManager->getInstance();\n        my $plugins = iMSCP::Plugins->getInstance();\n\n        for my $pluginName ( $plugins->getList() ) {\n            next unless grep ( $_ eq $pluginName, @{ $pluginNames } );\n            my $pluginClass = $plugins->getClass( $pluginName );\n            ( my $sub = $pluginClass->can(\n                'registerSetupListeners'\n            ) ) or next;\n            $rs = $sub->( $pluginClass, $events );\n            last if $rs;\n        }\n    }\n\n    $rs ||= iMSCP::EventManager->getInstance()->trigger(\n        'afterSetupRegisterPluginListeners'\n    );\n}\n\nsub setupServersAndPackages\n{\n    my $events = iMSCP::EventManager->getInstance();\n\n    my $rs = $events->trigger( 'beforeSetupServersAndPackages' );\n    return $rs if $rs;\n\n    my @servers = iMSCP::Servers->getInstance()->getList();\n    my @packages = iMSCP::Packages->getInstance()->getList();\n    my $nSteps = @servers+@packages;\n\n    for my $task ( qw/ PreInstall Install PostInstall / ) {\n        my $lcTask = lc( $task );\n\n        $rs ||= $events->trigger( 'beforeSetup' . $task . 'Servers' );\n        return $rs if $rs;\n\n        startDetail();\n        my $nStep = 1;\n\n        for my $server ( @servers ) {\n            ( my $sub = $server->can( $lcTask ) ) or $nStep++ && next;\n            $rs = step(\n                sub { $sub->( $server->factory()) },\n                sprintf( \"Executing %s %s tasks...\", $server, $lcTask ),\n                $nSteps,\n                $nStep\n            );\n            last if $rs;\n            $nStep++;\n        }\n\n        unless ( $rs ) {\n            $rs = $events->trigger( 'afterSetup' . $task . 'Servers' );\n            $rs ||= $events->trigger( 'beforeSetup' . $task . 'Packages' );\n\n            unless ( $rs ) {\n                for my $package ( @packages ) {\n                    ( my $sub = $package->can( $lcTask ) ) or $nStep++ && next;\n                    $rs = step(\n                        sub { $sub->( $package->getInstance()) },\n                        sprintf( \"Executing %s %s tasks...\", $package, $lcTask ),\n                        $nSteps,\n                        $nStep\n                    );\n                    last if $rs;\n                    $nStep++;\n                }\n            }\n        }\n\n        endDetail();\n        $rs ||= $events->trigger( 'afterSetup' . $task . 'Packages' );\n        last if $rs;\n    }\n\n    $rs ||= $events->trigger( 'afterSetupServersAndPackages' );\n}\n\nsub setupRestartServices\n{\n    my @services = ();\n    my $events = iMSCP::EventManager->getInstance();\n\n    # This is a bit annoying but we have not choice.\n    # Not doing this would prevent propagation of upstream changes (eg: static\n    # mount entries)\n    my $rs = $events->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [\n                sub {\n                    iMSCP::Service->getInstance()->restart( 'imscp_mountall' );\n                    0;\n                },\n                'i-MSCP mounts'\n            ];\n            0;\n        },\n        999\n    );\n\n    $rs ||= $events->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [\n                sub {\n                    iMSCP::Service->getInstance()->restart( 'imscp_traffic' );\n                    0;\n                },\n                'i-MSCP Traffic Logger'\n            ];\n            0;\n        },\n        99\n    );\n    $rs ||= $events->register(\n        'beforeSetupRestartServices',\n        sub {\n            push @{ $_[0] }, [\n                sub {\n                    iMSCP::Service->getInstance()->start( 'imscp_daemon' );\n                    0;\n                },\n                'i-MSCP Daemon'\n            ];\n            0;\n        },\n        99\n    );\n    $rs ||= $events->trigger( 'beforeSetupRestartServices', \\@services );\n    return $rs if $rs;\n\n    startDetail();\n\n    my $nbSteps = @services;\n    my $step = 1;\n\n    for my $service ( @services ) {\n        $rs = step(\n            $service->[0],\n            sprintf( 'Restarting/Starting %s service...', $service->[1] ),\n            $nbSteps,\n            $step\n        );\n        last if $rs;\n        $step++;\n    }\n\n    endDetail();\n\n    $rs ||= $events->trigger( 'afterSetupRestartServices' );\n}\n\nsub setupRemoveOldConfig\n{\n    untie %::imscpOldConfig;\n\n    iMSCP::File->new(\n        filename => \"$::imscpConfig{'CONF_DIR'}/imscpOld.conf\"\n    )->delFile();\n}\n\nsub setupGetQuestion\n{\n    my ( $qname, $default ) = @_;\n    $default //= '';\n\n    if ( iMSCP::Getopt->preseed ) {\n        return length $::questions{$qname} ? $::questions{$qname} : $default;\n    }\n\n    length $::questions{$qname}\n        ? $::questions{$qname}\n        : ( exists $::imscpConfig{$qname} && length $::imscpConfig{$qname}\n            ? $::imscpConfig{$qname} : $default\n    );\n}\n\nsub setupSetQuestion\n{\n    $::questions{$_[0]} = $_[1];\n}\n\n1;\n__END__\n"
  },
  {
    "path": "engine/setup/imscp-uninstaller",
    "content": "#!/usr/bin/perl\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by internet Multi Server Control Panel\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n=head1 NAME\n\n imscp-uninstall Uninstall i-MSCP\n\n=head1 SYNOPSIS\n\n imscp-uninstall [OPTION]...\n\n=cut\n\n# TODO: This script should be idempotent.\n\nuse strict;\nuse warnings;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse File::Basename;\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Database;\nuse iMSCP::DbTasksProcessor;\nuse iMSCP::Debug qw/ debug error newDebug /;\nuse iMSCP::Dialog;\nuse iMSCP::Dir;\nuse iMSCP::File;\nuse iMSCP::Getopt;\nuse iMSCP::Packages;\nuse iMSCP::Servers;\nuse iMSCP::Service;\nuse iMSCP::Stepper qw/ step endDetail startDetail /;\nuse iMSCP::SystemUser;\nuse Servers::sqld;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\n# Set backend mode\n$::execmode = 'uninstaller';\n\n{\n    no warnings 'once';\n    %::oldConfig = ();\n}\n\nnewDebug( 'imscp-uninstaller.log' );\n\nsub startUp\n{\n    iMSCP::Getopt->debug( TRUE ); # Enforce debug mode (logs)\n    iMSCP::Bootstrapper->getInstance()->boot( {\n        mode => $::execmode\n    } );\n    0;\n}\n\nsub process\n{\n    _userDialog();\n\n    local $@;\n    my $row = eval {\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n        $dbh->selectrow_hashref(\n            \"SELECT 1 FROM `plugin` WHERE `plugin_status` <> 'uninstalled'\"\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    } elsif ( $row ) {\n        iMSCP::Dialog->getInstance()->error( <<\"EOF\" );\n\\\\Z1\\\\ZbUninstallation aborted.\\\\Zn\n\nYou must first uninstall all i-MSCP plugins through the control panel interface.\nEOF\n        exit 1;\n    }\n\n    undef $row;\n\n    my @steps = (\n        [ \\&_removeCustomers, 'Removing i-MSCP customers' ],\n        [ \\&_uninstallPackages, 'Uninstalling i-MSCP packages' ],\n        [ \\&_uninstallServers, 'Uninstalling i-MSCP servers' ],\n        [ \\&_uninstallServices, 'Uninstalling i-MSCP services' ],\n        [ \\&_removeLogrotateFile, 'Removing i-MSCP logrotate file' ],\n        [ \\&_removeSysctlFile, 'Removing i-MSCP sysctl file' ],\n        [ \\&_removeSqlData, 'Removing i-MSCP SQL data' ],\n        [ \\&_removeSystemUser, 'Removing i-MSCP system user' ],\n        [ \\&_removeFiles, 'Removing i-MSCP files' ],\n    );\n\n    my ( $step, $rs ) = ( 1, 0 );\n    for my $task ( @steps ) {\n        $rs = step( @{ $task }, scalar @steps, $step );\n        last if $rs;\n        $step++;\n    }\n\n    iMSCP::Dialog->getInstance()->endGauge();\n\n    $rs;\n}\n\nsub shutDown\n{\n\n    iMSCP::Dialog->getInstance()->note( <<\"EOF\" );\n\\\\Z1\\\\ZbCongratulations\\\\Zn\n\ni-MSCP has been successfully uninstalled.\nEOF\n    0;\n}\n\nsub _userDialog\n{\n    my $dialog = iMSCP::Dialog->getInstance();\n\n    local $dialog->{'_opts'}->{'title'} = 'Uninstaller dialog';\n    # Override default button labels\n    local @{ $dialog->{'_opts'} }{\n        $dialog->{'program'} eq 'dialog'\n            ? qw/ ok-label extra-label /\n            : qw/ yes-button no-button /\n    } = qw/ Continue Abort /;\n\n    exit 0 if $dialog->boolean( <<\"EOF\", TRUE );\nWelcome to the \\\\Z4i-MSCP $::imscpConfig{'Version'}\\\\Zn uninstaller dialog.\n\nThis program will uninstall i-MSCP from your server.\n\n\\\\Z1WARNING:\\\\Zn All i-MSCP data will be removed.\n\nDo you want to continue?\nEOF\n}\n\nsub _removeCustomers\n{\n    local $@;\n    eval {\n        {\n            my $tables = {\n                admin           => [ 'admin_status', \"WHERE admin_type = 'user'\" ],\n                domain          => 'domain_status',\n                domain_aliasses => 'alias_status',\n                subdomain       => 'subdomain_status',\n                subdomain_alias => 'subdomain_alias_status',\n                mail_users      => 'status',\n                htaccess        => 'status',\n                htaccess_groups => 'status',\n                htaccess_users  => 'status',\n                ssl_certs       => 'status'\n            };\n            my $condition;\n\n            my $db = iMSCP::Database->factory();\n            my $oldDbName = $db->useDatabase( $::imscpConfig{'DATABASE_NAME'} );\n            my $dbh = $db->getRawDb();\n\n            while ( my ( $table, $field ) = each %{ $tables } ) {\n                if ( ref $field eq 'ARRAY' ) {\n                    $condition = $field->[1];\n                    $field = $field->[0];\n                } else {\n                    $condition = ''\n                }\n\n                ( $table, $field ) = (\n                    $dbh->quote_identifier( $table ),\n                    $dbh->quote_identifier( $field )\n                );\n                $dbh->do( \"UPDATE $table SET $field = 'todelete' $condition\" );\n            }\n\n            $db->useDatabase( $oldDbName ) if $oldDbName;\n        }\n\n        startDetail();\n        iMSCP::DbTasksProcessor->getInstance(\n            mode => $::execmode\n        )->processDbTasks();\n        endDetail();\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\nsub _uninstallPackages\n{\n    startDetail();\n\n    my @packages = iMSCP::Packages->getInstance( )->getList( TRUE );\n\n    my ( $rs, $steps, $step ) = ( 0, scalar @packages, 1 );\n\n    for my $package ( @packages ) {\n        if ( my $sub = $package->can( 'uninstall' ) ) {\n            $rs = step(\n                sub { $sub->( $package->getInstance()) },\n                sprintf( 'Executing %s uninstallation tasks...', $package ),\n                $steps,\n                $step\n            );\n            last if $rs;\n        }\n\n        $step++;\n    }\n\n    endDetail();\n    $rs;\n}\n\nsub _uninstallServers\n{\n    startDetail();\n\n    my @servers = iMSCP::Servers->getInstance()->getList( TRUE );\n    my ( $rs, $steps, $step ) = ( 0, scalar @servers, 1 );\n\n    for my $server ( @servers ) {\n        if ( my $sub = $server->can( 'uninstall' ) ) {\n            $rs = step(\n                sub { $sub->( $server->factory()) },\n                sprintf( 'Executing %s uninstallation tasks...', $server ),\n                $steps,\n                $step\n            );\n            last if $rs;\n        }\n\n        $step++;\n    }\n\n    endDetail();\n    $rs;\n}\n\nsub _uninstallServices\n{\n    my $serviceMngr = iMSCP::Service->getInstance();\n\n    for my $service ( qw/ imscp_daemon imscp_traffic imscp_mountall / ) {\n        $serviceMngr->remove( $service )\n    }\n\n    for my $service ( qw/ bind9 bind9-resolvconf / ) {\n        $serviceMngr->disable( $service ) if $serviceMngr->isSystemd();\n\n        if ( -f \"/etc/systemd/system/$service.service\" ) {\n            my $rs = iMSCP::File->new(\n                filename => \"/etc/systemd/system/$service.service\"\n            )->delFile();\n            return $rs if $rs;\n        }\n\n        if ( -f \"/lib/systemd/system/$service.service\"\n            && $serviceMngr->isSystemd()\n        ) {\n            $serviceMngr->enable( $service );\n        }\n    }\n\n    0;\n}\n\nsub _removeLogrotateFile\n{\n    return 0 unless -f \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/imscp\";\n\n    iMSCP::File->new(\n        filename => \"$::imscpConfig{'LOGROTATE_CONF_DIR'}/imscp\"\n    )->delFile();\n}\n\nsub _removeSysctlFile\n{\n    return 0 unless -f '/etc/sysctl.d/imscp.conf';\n\n    iMSCP::File->new( filename => '/etc/sysctl.d/imscp.conf' )->delFile();\n}\n\nsub _removeSqlData\n{\n    local $@;\n    eval {\n        my $sqlServer = Servers::sqld->factory();\n        my $dbh = iMSCP::Database->factory()->getRawDb();\n\n        # Remove customer's sql users\n        my $rows = $dbh->selectall_hashref(\n            'SELECT DISTINCT sqlu_name, sqlu_host FROM sql_user',\n            'sqlu_name'\n        );\n\n        for my $sqlUser ( keys %{ $rows } ) {\n            $sqlServer->dropUser(\n                $rows->{$sqlUser}->{'sqlu_name'},\n                $rows->{$sqlUser}->{'sqlu_host'}\n            );\n        }\n\n        # Remove customer's sql databases\n        $rows = $dbh->selectall_hashref(\n            'SELECT sqld_name FROM sql_database', 'sqld_name'\n        );\n        for my $database ( keys %{ $rows } ) {\n            $dbh->do( 'DROP DATABASE IF EXISTS ' . $dbh->quote_identifier(\n                $rows->{$database}->{'sqld_name'}\n            ));\n        }\n\n        # Remove i-MSCP sql database\n        $dbh->do( 'DROP DATABASE IF EXISTS ' . $dbh->quote_identifier(\n            $::imscpConfig{'DATABASE_NAME'}\n        ));\n\n        # Drop i-MSCP master SQL user\n        $sqlServer->dropUser(\n            $::imscpConfig{'DATABASE_USER'},\n            $::imscpConfig{'DATABASE_USER_HOST'}\n        );\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\nsub _removeSystemUser\n{\n    iMSCP::SystemUser->new(\n        force => TRUE\n    )->delSystemUser(\n        $::imscpConfig{'IMSCP_USER'}\n    );\n}\n\nsub _removeFiles\n{\n    chdir( '/' );\n\n    for my $file (\n        '/usr/local/sbin/imscp-dpkg-post-invoke.pl',\n        '/etc/apt/apt.conf.d/90imscp',\n        '/etc/apt/preferences.d/imscp'\n    ) {\n        next unless -f $file;\n        my $rs = iMSCP::File->new( filename => $file )->delFile();\n        return $rs if $rs;\n    }\n\n    local $@;\n    eval {\n        for my $dir (\n            $::imscpConfig{'CONF_DIR'}, $::imscpConfig{'USER_WEB_DIR'},\n            $::imscpConfig{'LOG_DIR'}, $::imscpConfig{'ROOT_DIR'}\n        ) {\n            iMSCP::Dir->new( dirname => $dir )->remove();\n        }\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\nmy $rs = startUp();\n$rs ||= process();\n$rs ||= shutDown();\nexit $rs;\n\n=head1 AUTHOR\n\n i-MSCP Team <team@i-mscp.net>\n\n=cut\n"
  },
  {
    "path": "engine/setup/imscp-update-db.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpIncludeInspection */\n\ndefine('IMSCP_SETUP', true);\n\nuse iMSCP\\Registry;\nuse iMSCP\\Update\\DatabaseUpdate;\nuse iMSCP\\Update\\UpdateException;\n\ntry {\n    chdir(dirname(__FILE__));\n    require_once '../../gui/include/imscp-lib.php';\n\n    // Update database schema\n\n    $dbUpdater = DatabaseUpdate::getInstance();\n\n    if ($dbUpdater->getLastAppliedUpdate() > $dbUpdater->getLastUpdate()) {\n        throw new UpdateException(\"i-MSCP downgrade isn't supported.\");\n    }\n\n    if (!$dbUpdater->applyUpdates()) {\n        throw new UpdateException($dbUpdater->getError());\n    }\n\n    // Optimize the database unless last optimization date is less than 24 hours\n\n    $lastOptimization = intval(\n        Registry::get('config')['DATABASE_LAST_OPTIMIZATION']\n    );\n\n    if (time() > $lastOptimization + 604800) {\n        $dbUpdater->optimizeTables();\n    }\n\n    // Update language index in database\n\n    i18n_buildLanguageIndex();\n} catch (Throwable $e) {\n    fwrite(\n        STDERR,\n        sprintf(\n            \"[ERROR] %s \\n\\nStack trace:\\n\\n%s\\n\",\n            $e->getMessage(),\n            $e->getTraceAsString()\n        )\n    );\n    exit(1);\n}\n"
  },
  {
    "path": "engine/setup/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <copy>${SYSTEM_ENGINE_ROOT}/setup/imscp-reconfigure</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/setup/imscp-setup-functions.pl</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/setup/imscp-uninstaller</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/setup/set-engine-permissions.pl</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/setup/set-gui-permissions.pl</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/setup/imscp-update-db.php</copy>\n</install>\n"
  },
  {
    "path": "engine/setup/set-engine-permissions.pl",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n set-engine-permissions Set i-MSCP engine permission\n\n=head1 SYNOPSIS\n\n set-engine-permissions [OPTION]...\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse File::Basename;\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Debug;\nuse iMSCP::Getopt;\nuse iMSCP::Rights;\nuse iMSCP::Servers;\nuse iMSCP::Packages;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\nnewDebug( 'imscp-set-engine-permissions.log' );\n\n$::execmode = 'backend';\niMSCP::Getopt->parseNoDefault( sprintf( 'Usage: perl %s [OPTION]...', basename( $0 )) . qq {\n\nSet i-MSCP engine permissions.\n\nOPTIONS:\n -s,    --setup           Setup mode.\n -d,    --debug           Enable debug mode.\n -v,    --verbose         Enable verbose mode.\n -x,    --fix-permissions Fix permissions recursively.},\n    'setup|s'           => sub { $::execmode = 'setup'; },\n    'debug|d'           => \\&iMSCP::Getopt::debug,\n    'verbose|v'         => \\&iMSCP::Getopt::verbose,\n    'fix-permissions|x' => \\&iMSCP::Getopt::fixPermissions\n);\n\nsetVerbose( iMSCP::Getopt->verbose );\n\nmy $bootstrapper = iMSCP::Bootstrapper->getInstance();\nexit unless $bootstrapper->lock( '/var/lock/imscp-set-engine-permissions.lock', 'nowait' );\n\n$bootstrapper->boot( {\n    mode            => $::execmode,\n    nolock          => TRUE,\n    nodatabase      => TRUE,\n    nokeys          => TRUE,\n    config_readonly => TRUE\n} );\n\nmy $rs = 0;\nmy @items = ();\n\nfor my $server( iMSCP::Servers->getInstance()->getList() ) {\n    ( my $sub = $server->can( 'setEnginePermissions' ) ) or next;\n    push @items, [ $server, sub { $sub->( $server->factory()); } ];\n}\n\nfor my $package( iMSCP::Packages->getInstance()->getList() ) {\n    ( my $sub = $package->can( 'setEnginePermissions' ) ) or next;\n    push @items, [ $package, sub { $sub->( $package->getInstance()); } ];\n}\n\nmy $totalItems = scalar @items+1;\nmy $count = 1;\n\ndebug( 'Setting base (engine) permissions' );\nprintf( \"Setting base (engine) permissions\\t%s\\t%s\\n\", $totalItems, $count ) if $::execmode eq 'setup';\n\nmy $rootUName = $::imscpConfig{'ROOT_USER'};\nmy $rootGName = $::imscpConfig{'ROOT_GROUP'};\nmy $imscpGName = $::imscpConfig{'IMSCP_GROUP'};\nmy $confDir = $::imscpConfig{'CONF_DIR'};\nmy $rootDir = $::imscpConfig{'ROOT_DIR'};\n\n# e.g: /etc/imscp\n$rs = setRights(\n    $confDir,\n    {\n        user      => $rootUName,\n        group     => $imscpGName,\n        dirmode   => '0750',\n        filemode  => '0640',\n        recursive => 1\n    }\n);\n# e.g: /var/www/imscp\n$rs |= setRights(\n    $rootDir,\n    {\n        user  => $rootUName,\n        group => $rootGName,\n        mode  => '0755'\n    }\n);\n# e.g: /var/www/imscp/daemon\n$rs |= setRights(\n    \"$rootDir/daemon\",\n    {\n        user      => $rootUName,\n        group     => $imscpGName,\n        mode      => '0750',\n        recursive => 1\n    }\n);\n# e.g: /var/www/imscp/engine\n$rs |= setRights(\n    \"$rootDir/engine\",\n    {\n        user      => $rootUName,\n        group     => $imscpGName,\n        mode      => '0750',\n        recursive => 1\n    }\n);\n# e.g: /var/www/virtual\n$rs |= setRights( $::imscpConfig{'USER_WEB_DIR'}, {\n    user  => $rootUName,\n    group => $rootGName,\n    mode  => '0755'\n} );\n# e.g: /var/log/imscp\n$rs |= setRights( $::imscpConfig{'LOG_DIR'}, {\n    user  => $rootUName,\n    group => $imscpGName,\n    mode  => '0750'\n} );\n\n$count++;\n\nfor( @items ) {\n    debug( sprintf( 'Setting %s engine permissions', $_->[0] ));\n    printf( \"Setting %s engine permissions\\t%s\\t%s\\n\", $_->[0], $totalItems, $count ) if $::execmode eq 'setup';\n    $rs |= $_->[1]->();\n    $count++;\n}\n\nexit $rs;\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/setup/set-gui-permissions.pl",
    "content": "#!/usr/bin/perl\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n=head1 NAME\n\n set-engine-permissions Set i-MSCP GUI permission\n\n=head1 SYNOPSIS\n\n set-engine-permissions [OPTION]...\n\n=cut\n\nuse strict;\nuse warnings;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse File::Basename;\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Debug;\nuse iMSCP::EventManager;\nuse iMSCP::Getopt;\nuse iMSCP::Servers;\nuse iMSCP::Packages;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\nnewDebug( 'imscp-set-gui-permissions.log' );\n\n$::execmode = 'backend';\niMSCP::Getopt->parseNoDefault( sprintf( 'Usage: perl %s [OPTION]...', basename( $0 )) . qq {\n\nSet i-MSCP gui permissions.\n\nOPTIONS\n -s,    --setup         Setup mode.\n -d,    --debug         Enable debug mode.\n -v,    --verbose       Enable verbose mode},\n    'setup|s'   => sub { $::execmode = 'setup'; },\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nsetVerbose( iMSCP::Getopt->verbose );\n\nmy $bootstrapper = iMSCP::Bootstrapper->getInstance();\nexit unless $bootstrapper->lock( '/var/lock/imscp-set-engine-permissions.lock', 'nowait' );\n\n$bootstrapper->boot( {\n    mode            => $::execmode,\n    nolock          => TRUE,\n    nodatabase      => TRUE,\n    nokeys          => TRUE,\n    config_readonly => TRUE\n} );\n\nmy $rs = 0;\nmy @items = ();\n\nfor my $server( iMSCP::Servers->getInstance()->getList() ) {\n    ( my $sub = $server->can( 'setGuiPermissions' ) ) or next;\n    push @items, [ $server, sub { $sub->( $server->factory()); } ];\n}\n\nfor my $package( iMSCP::Packages->getInstance()->getList() ) {\n    ( my $sub = $package->can( 'setGuiPermissions' ) ) or next;\n    push @items, [ $package, sub { $sub->( $package->getInstance()); } ];\n}\n\niMSCP::EventManager->getInstance()->trigger( 'beforeSetGuiPermissions' );\n\nmy $totalItems = scalar @items;\nmy $count = 1;\nfor( @items ) {\n    debug( sprintf( 'Setting %s frontEnd permissions', $_->[0] ));\n    printf( \"Setting %s frontEnd permissions\\t%s\\t%s\\n\", $_->[0], $totalItems, $count ) if $::execmode eq 'setup';\n    $rs |= $_->[1]->();\n    $count++;\n}\n\niMSCP::EventManager->getInstance()->trigger( 'afterSetGuiPermissions' );\n\nexit $rs;\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/tools/imscp-disable-accounts",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n imscp-disable-accounts - Deactivates expired client accounts\n\n=head1 SYNOPSIS\n\n imscp-disable-accounts [OPTION]...\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse iMSCP::Boolean;\nuse iMSCP::Database;\nuse iMSCP::Debug qw/ debug error newDebug setDebug setVerbose /;\nuse iMSCP::Bootstrapper;\nuse iMSCP::DbTasksProcessor;\nuse iMSCP::Getopt;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\n# Set execution context\n$::execmode = 'backend';\n\nsub run\n{\n    my $dbh = iMSCP::Database->factory()->getRawDb();\n\n    local $@;\n    eval {\n        my $row = $dbh->selectrow_hashref(\n            \"SELECT value FROM config WHERE name = 'HARD_MAIL_SUSPENSION'\"\n        );\n        $row = { value => 0 } unless $row;\n\n        my $rows = $dbh->selectall_hashref(\n            \"\n                SELECT domain_id, domain_admin_id\n                FROM domain\n                WHERE domain_expires <> '0'\n                AND domain_expires < UNIX_TIMESTAMP()\n                AND domain_status <> 'disabled'\n            \",\n            'domain_id'\n        );\n\n        return 0 unless %{ $rows };\n\n        for ( keys %{ $rows } ) {\n            eval {\n                $dbh->begin_work();\n\n                if ( $row->{'value'} ) { # SMTP/IMAP/POP disabled\n                    $dbh->do(\n                        'UPDATE mail_users SET status = ?, po_active = ? WHERE domain_id = ?',\n                        undef, 'todisable', 'no', $_\n                    );\n                } else { # IMAP/POP disabled\n                    $dbh->do(\n                        'UPDATE mail_users SET po_active = ? WHERE domain_id = ?',\n                        undef,\n                        'no',\n                        $_\n                    );\n                }\n\n                $dbh->do(\n                    'UPDATE domain SET domain_status = ? WHERE domain_id = ?',\n                    undef,\n                    'todisable',\n                    $_\n                );\n                $dbh->do(\n                    'UPDATE subdomain SET subdomain_status = ? WHERE domain_id = ?',\n                    undef,\n                    'todisable',\n                    $_\n                );\n                $dbh->do(\n                    'UPDATE domain_aliasses SET alias_status = ? WHERE domain_id = ?',\n                    undef,\n                    'todisable',\n                    $_\n                );\n                $dbh->do(\n                    '\n                        UPDATE subdomain_alias\n                        SET subdomain_alias_status = ?\n                        WHERE alias_id IN (\n                            SELECT alias_id FROM domain_aliasses WHERE domain_id = ?\n                        )\n                    ',\n                    undef,\n                    'todisable',\n                    $_\n                );\n                $dbh->commit();\n            };\n            if ( $@ ) {\n                $dbh->rollback();\n                die;\n            }\n        }\n\n        iMSCP::DbTasksProcessor->getInstance(\n            mode => $::execmode\n        )->processDbTasks();\n    };\n    if ( $@ ) {\n        error( $@ );\n        return 1;\n    }\n\n    0;\n}\n\niMSCP::Getopt->parseNoDefault( sprintf( 'Usage: perl %s [OPTION]...', basename( $0 )) . qq{\n\nScript that disable expired customer accounts\n\nOPTIONS:\n -d,    --debug         Enable debug mode.\n -v,    --verbose       Enable verbose mode.},\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nnewDebug( 'imscp-disable-accounts.log' );\nsetDebug( iMSCP::Getopt->debug );\nsetVerbose( iMSCP::Getopt->verbose );\n\nexit unless iMSCP::Bootstrapper->getInstance()->lock(\n    '/var/lock/imscp-disable-accounts.lock', 'nowait'\n);\n\niMSCP::Bootstrapper->getInstance()->boot( {\n    config_readonly => TRUE,\n    mode            => $::execmode\n} );\n\nexit run();\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/tools/imscp-dpkg-post-invoke.pl",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n imscp-dpkg-post-invoke.pl - Process dpkg(1) post-invoke tasks\n\n=head1 SYNOPSIS\n\n imscp-dpkg-post-invoke [OPTION]...\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse FindBin;\nuse lib '/var/www/imscp/engine/PerlLib', '/var/www/imscp/engine/PerlVendor';\nuse File::Basename;\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Debug qw/\n    debug error getMessageByType getLastError newDebug setDebug setVerbose\n/;\nuse iMSCP::Getopt;\nuse iMSCP::Servers;\nuse iMSCP::Packages;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH IMSCP_SETUP /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',\n    TRUE\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\n# Set execution context\n# Need to be setup as some post-invoke tasks could have to write\n# in configuration files which are readonly in default (backend) context.\n$::execmode = 'setup';\n\niMSCP::Getopt->parseNoDefault( sprintf( 'Usage: perl %s [OPTION]...', basename( $0 )) . qq{\n\nExecute dpkg(1) post-invoke tasks from i-MSCP servers and packages\n\nOPTIONS:\n -d,    --debug         Enable debug mode.\n -v,    --verbose       Enable verbose mode.},\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nnewDebug( 'imscp-dpkg-post-invoke.log' );\nsetDebug( iMSCP::Getopt->debug );\nsetVerbose( iMSCP::Getopt->verbose );\n\niMSCP::Bootstrapper->getInstance()->boot( {\n    config_readonly => FALSE,\n    mode            => $::execmode,\n    nodatabase      => TRUE,\n    nolock          => TRUE,\n    nokeys          => TRUE,\n    norequirements  => TRUE\n} );\n\neval {\n    my $server = $_;\n\n    if ( my $sub = $server->can( 'dpkgPostInvokeTasks' ) ) {\n        debug( sprintf( '%s dpkg(1) post-invoke tasks', $server ), FALSE );\n        $sub->( $server->factory()) == 0 or die( getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ));\n    }\n\n    TRUE;\n} or error( $@ ) for iMSCP::Servers->getInstance()->getList();\n\neval {\n    my $package = $_;\n\n    if ( my $sub = $package->can( 'dpkgPostInvokeTasks' ) ) {\n        debug( sprintf( '%s dpkg(1) post-invoke tasks', $package ), FALSE );\n        $sub->( $package->getInstance()) == 0 or die( getMessageByType(\n            'error', { amount => 1, remove => TRUE }\n        ));\n    }\n    TRUE;\n} or error( $@ ) for iMSCP::Packages->getInstance()->getList();\n\nexit 1 if getLastError();\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/tools/imscp-mountall",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n imscp-mountall - Mount or umount filesystems by reading entries from i-MSCP fstab-like file\n\n=head1 SYNOPSIS\n\n imscp-mountall [OPTION]... start|stop\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse iMSCP::Boolean;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Debug qw/ newDebug setDebug setVerbose /;\nuse iMSCP::Getopt;\nuse iMSCP::Mount qw/ mount umount isMountpoint getMounts /;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\n# Set execution context\n$::execmode = 'backend';\n\nsub run\n{\n    my ( $action ) = @_;\n\n    my $rs = 0;\n    my $fstab = \"$::imscpConfig{'CONF_DIR'}/mounts/mounts.conf\";\n    return $rs unless -f $fstab;\n\n    open my $fh, '<', $fstab or die( sprintf(\n        \"Couldn't open %s: %s\", $fstab, $!\n    ));\n\n    while ( <$fh> ) {\n        next if /^(?:#|$)/; # Ignore comment and empty lines\n        chomp;\n        my $fields;\n        @{ $fields }{ qw/\n            fs_spec fs_file fs_vfstype fs_mntops ignore_failures\n        / } = split;\n\n        if ( $action eq 'start' ) {\n            next if $fields->{'fs_mntops'} =~ /\\bnoauto\\b/;\n            $rs = mount( $fields );\n            $rs ? last : next;\n        }\n\n        $rs = umount( $fields->{'fs_file'} );\n        last if $rs;\n    }\n\n    $rs;\n}\n\niMSCP::Getopt->parseNoDefault( sprintf( 'Usage: perl %s [OPTION]... start|stop', basename( $0 )) . qq{\n\nMount or umount filesystems by reading entries from i-MSCP fstab-like file.\n\nNote that this script doesn't check for already mounted filesystems.\nIf you run this script twice with the same action, there will be duplicate mounts.\n\nAnyway, this script shouldn't be run manually. It is best run through the imscp_mountall service.\n\nOPTIONS:\n -d,    --debug         Enable debug mode.\n -v,    --verbose       Enable verbose mode.},\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nmy $action = shift;\ndefined $action && $action =~ /^(?:start|stop)$/ or iMSCP::Getopt->showUsage();\n\nnewDebug( 'imscp_mountall.log' );\nsetDebug( iMSCP::Getopt->debug );\nsetVerbose( iMSCP::Getopt->verbose );\n\nexit unless iMSCP::Bootstrapper->getInstance()->lock(\n    '/var/lock/imscp-mountall.lock', 'nowait'\n);\n\niMSCP::Bootstrapper->getInstance()->boot( {\n    config_readonly => TRUE,\n    mode            => $::execmode,\n    nodatabase      => TRUE,\n    nokeys          => TRUE,\n    nolock          => TRUE\n} );\n\nexit run( $action );\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/tools/imscp-net-traffic-logger",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n imscp-net-traffic-logger - start/stop i-MSCP traffic logger.\n\n=head1 SYNOPSIS\n\n imscp-net-traffic-logger [OPTION]... start|stop\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse File::Basename;\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ debug error newDebug setDebug setVerbose /;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Execute 'execute';\nuse iMSCP::Getopt;\nuse iMSCP::ProgramFinder;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\n# Set execution context\n$::execmode = 'backend';\n\nmy @EXECS;\n\nsub start\n{\n    my $panelHttpPort = $::imscpConfig{'BASE_SERVER_VHOST_HTTP_PORT'} || undef;\n    my $panelHttpsPort = $::imscpConfig{'BASE_SERVER_VHOST_HTTPS_PORT'} || undef;\n\n    for my $exec ( @EXECS ) {\n        defined $exec or next;\n\n        # Creating IMSCP_INPUT and IMSCP_OUTPUT chains for incoming/outgoing\n        # traffic logging\n        for my $chain ( qw/ IMSCP_INPUT IMSCP_OUTPUT / ) {\n            my $rs = execute(\n                \"$exec -w -t filter -N $chain\", \\my $stdout, \\my $stderr\n            );\n            debug( $stdout ) if $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n\n        # Adding rules to pass incoming/outgoing traffic through our chains,\n        # excluding traffic from/to 'lo' interface\n        for my $rule ( '-I INPUT ! -i lo -j IMSCP_INPUT', '-I OUTPUT ! -o lo -j IMSCP_OUTPUT' ) {\n            my $rs = execute(\n                \"$exec -w -t filter $rule\", \\my $stdout, \\my $stderr\n            );\n            debug( $stdout ) if $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n\n        for my $port (\n            $panelHttpPort,\n            $panelHttpsPort,\n            80, 443, 110, 143, 25, 465, 587, 995, 993, 20, 21\n        ) {\n            defined or next;\n\n            # Adding rule for logging incoming traffic to the given port\n            my $rs = execute(\n                \"$exec -w -t filter -I IMSCP_INPUT -p tcp --dport $port\",\n                \\my $stdout,\n                \\my $stderr\n            );\n            debug( $stdout ) if $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n\n            # Adding rule for logging outgoing traffic from the given port\n            $rs = execute(\n                \"$exec -w -t filter -I IMSCP_OUTPUT -p tcp --sport $port\",\n                \\$stdout,\n                \\$stderr\n            );\n            debug( $stdout ) if $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n\n        for my $port ( qw/ 25 465 587 / ) {\n            # Adding a rule for logging incoming traffic from the given port\n            my $rs = execute(\n                \"$exec -w -t filter -I IMSCP_INPUT -p tcp --sport $port\",\n                \\my $stdout,\n                \\my $stderr\n            );\n            debug( $stdout ) if $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n\n            # Adding a rule for logging outgoing traffic to the given port\n            $rs = execute(\n                \"$exec -w -t filter -I IMSCP_OUTPUT -p tcp --dport $port\",\n                \\$stdout,\n                \\$stderr\n            );\n            debug( $stdout ) if $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n\n        for my $chain ( qw/ IMSCP_INPUT IMSCP_OUTPUT / ) {\n            my $rs = execute(\n                \"$exec -w -t filter -A $chain -j RETURN\",\n                \\my $stdout,\n                \\my $stderr\n            );\n            debug( $stdout ) if $stdout;\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n    }\n\n    0;\n}\n\nsub stop\n{\n    for my $exec ( @EXECS ) {\n        defined $exec or next;\n\n        my $rs = execute(\n            \"$exec -S | grep 'IMSCP_'\", \\my $stdout, \\my $stderr\n        );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs > 1;\n        return $rs if $rs > 1;\n\n        next unless $stdout;\n\n        my %data;\n        while ( $stdout =~ /^-(A|N)\\s+(((?:IMSCP_)?(?:INPUT|OUTPUT)).*)/gmi ) {\n            if ( $1 eq 'A' && index( $3, 'IMSCP' ) != 0 ) {\n                push @{ $data{'delete'} }, $2;\n                next;\n            }\n\n            $data{'flush'}->{$3} = 1 unless $data{'flush'}->{$3};\n        };\n\n        # Delete i-MSCP rules on INPUT and OUTPUT chains if any\n        if ( $data{'delete'} ) {\n            for my $rule ( @{ $data{'delete'} } ) {\n                $rs = execute(\n                    \"$exec -w -t filter -D $rule\", \\$stdout, \\$stderr\n                );\n                debug( $stdout ) if $stdout;\n                error( $stderr || 'Unknown error' ) if $rs;\n                return $rs if $rs;\n            }\n        }\n\n        # Flush and delete i-MSCP chains if any\n        if ( $data{'flush'} ) {\n            for my $chain ( keys %{ $data{'flush'} } ) {\n                $rs = execute(\n                    \"$exec -w -t filter -F $chain\", \\$stdout, \\$stderr\n                );\n                debug( $stdout ) if $stdout;\n                error( $stderr || 'Unknown error' ) if $rs;\n                return $rs if $rs;\n\n                $rs ||= execute(\n                    \"$exec -w -t filter -X $chain\", \\$stdout, \\$stderr\n                );\n                debug( $stdout ) if $stdout;\n                error( $stderr || 'Unknown error' ) if $rs;\n                return $rs if $rs;\n            }\n        }\n    }\n\n    0;\n}\n\niMSCP::Getopt->parseNoDefault( sprintf( 'Usage: perl %s [OPTION]... start|stop', basename( $0 )) . qq{\n\nScript that start/stop i-MSCP traffic logger.\n\nOPTIONS:\n -d,    --debug         Enable debug mode.\n -v,    --verbose       Enable verbose mode.},\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nmy $action = shift;\n$action && $action =~ /^(?:start|stop)$/ or iMSCP::Getopt->showUsage();\n\nnewDebug( 'imscp-net-traffic-logger.log' );\nsetDebug( iMSCP::Getopt->debug );\nsetVerbose( iMSCP::Getopt->verbose );\n\nexit unless iMSCP::Bootstrapper->getInstance()->lock(\n    '/var/lock/imscp-net-traffic-logger.lock', 'nowait'\n);\n\niMSCP::Bootstrapper->getInstance()->boot( {\n    config_readonly => TRUE,\n    nodatabase      => TRUE,\n    nokeys          => TRUE,\n    mode            => $::execmode,\n    nolock          => TRUE\n} );\n\n@EXECS = (\n    iMSCP::ProgramFinder::find( 'iptables' ),\n    ( $::imscpConfig{'IPV6_SUPPORT'}\n        ? iMSCP::ProgramFinder::find( 'ip6tables' ) : undef\n    )\n);\n\nmy %dispatch = (\n    start => sub { stop() || start() },\n    stop  => \\&stop\n);\n\nexit $dispatch{ $action }->();\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/tools/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders export=\"LOCAL_SBIN_DIR\">${INST_PREF}/usr/local/sbin</folders>\n    <copy mode=\"0750\">${LOCAL_SBIN_DIR}/imscp-dpkg-post-invoke.pl</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/tools/imscp-disable-accounts</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/tools/imscp-mountall</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/tools/imscp-net-traffic-logger</copy>\n</install>\n"
  },
  {
    "path": "engine/traffic/imscp-srv-traff",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n imscp-srv-traff - Collects i-MSCP server' traffic data.\n\n=head1 SYNOPSIS\n\n imscp-srv-traff [OPTION]...\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse File::Basename;\nuse iMSCP::Boolean;\nuse iMSCP::Debug;\nuse iMSCP::Bootstrapper;\nuse iMSCP::Database;\nuse iMSCP::Execute;\nuse iMSCP::Getopt;\nuse iMSCP::Service;\nuse iMSCP::ProgramFinder;\n\nmy @EXECS;\n\nsub run\n{\n    my ( $smtpIn, $poIn, $httpIn, $allIn ) = ( 0, 0, 0, 0 );\n    my ( $smtpOut, $poOut, $httpOut, $allOut ) = ( 0, 0, 0, 0 );\n    my $timestamp = time;\n    $timestamp -= ( $timestamp % 1800 ); # Floor down for the last half'n hour\n\n    for my $exec ( @EXECS ) {\n        defined $exec or next;\n\n        # Make sure that at least one of IMSCP_INPUT or IMSCP_OUTPUT chain exists\n        my $rs = execute( \"$exec -S | grep -P -- '-N\\\\s+IMSCP_'\", \\my $stdout, \\my $stderr );\n        debug( $stdout ) if $stdout;\n        error( $stderr || 'Unknown error' ) if $rs > 1;\n        return $rs if $rs > 1;\n\n        next unless $stdout;\n\n        my %chains = (\n            IMSCP_INPUT  => \\my $inputTraffic,\n            IMSCP_OUTPUT => \\my $outputTraffic\n        );\n\n        # Get input and output traffic data\n        while ( $stdout =~ /-N\\s+(.*)/gm ) {\n            $rs = execute( \"$exec -t filter -nvxL $1\", $chains{$1}, \\$stderr );\n            debug( ${ $chains{$1} } ) if ${ $chains{$1} };\n            error( $stderr || 'Unknown error' ) if $rs;\n            return $rs if $rs;\n        }\n\n        # Parse input and output traffic data\n        _parseTrafficData( \\$inputTraffic, \\$smtpIn, \\$poIn, \\$httpIn, \\$allIn ) if defined $inputTraffic;\n        _parseTrafficData( \\$outputTraffic, \\$smtpOut, \\$poOut, \\$httpOut, \\$allOut ) if defined $outputTraffic;\n    }\n\n    return 0 unless $smtpIn || $poIn || $httpIn || $allIn || $smtpOut || $poOut || $httpOut || $allOut;\n\n    # Update traffic data in database\n    my $dbh = iMSCP::Database->factory()->getRawDb();\n    $dbh->do(\n        '\n            INSERT INTO server_traffic (\n                traff_time, bytes_in, bytes_out, bytes_mail_in, bytes_mail_out, bytes_pop_in, bytes_pop_out,\n                bytes_web_in, bytes_web_out\n            ) VALUES (\n                ?, ?, ?, ?, ?, ?, ?, ?, ?\n            ) ON DUPLICATE KEY UPDATE\n                bytes_in = bytes_in + ?, bytes_out = bytes_out + ?, bytes_mail_in = bytes_mail_in + ?,\n                bytes_mail_out = bytes_mail_out + ?, bytes_pop_in = bytes_pop_in + ?, bytes_pop_out = bytes_pop_out + ?,\n                bytes_web_in = bytes_web_in + ?, bytes_web_out = bytes_web_out + ?\n        ',\n        undef,\n        $timestamp,\n        $allIn, $allOut, $smtpIn, $smtpOut, $poIn, $poOut, $httpIn, $httpOut,\n        $allIn, $allOut, $smtpIn, $smtpOut, $poIn, $poOut, $httpIn, $httpOut\n    );\n    if ( $dbh->err ) {\n        error( $dbh->errstr );\n        return 1;\n    }\n\n    # Reset both input and output i-MSCP chains\n    iMSCP::Service->getInstance->restart( 'imscp_traffic' );\n}\n\nsub _parseTrafficData\n{\n    my ( $trafficData, $smtp, $po, $http, $all ) = @_;\n    my $frontEndHttpPort = $::imscpConfig{'BASE_SERVER_VHOST_HTTP_PORT'};\n    my $frontEndHttpsPort = $::imscpConfig{'BASE_SERVER_VHOST_HTTPS_PORT'};\n\n    while ( ${ $trafficData } =~ /^\\s+\\d+\\s+(\\d+).*?(?:(?:dpt|spt):(\\d+))?$/gm ) {\n        my ( $bytes, $port ) = ( $1, $2 // 0 );\n        if ( $port > 0 ) {\n            ${ $smtp } += $bytes if $port =~ /^(?:587|25|465)$/;\n            ${ $po } += $bytes if $port =~ /^(?:110|995|143|993)$/;\n            ${ $http } += $bytes if $port =~ /^(?:80|443|$frontEndHttpPort|$frontEndHttpsPort)$/;\n        } else {\n            ${ $all } += $bytes;\n        }\n    }\n}\n\nnewDebug( 'imscp-srv-traff.log' );\n\niMSCP::Getopt->parseNoDefault( sprintf( 'Usage: perl %s [OPTION]...', basename( $0 )) . qq{\n\nScript that collects i-MSCP server' traffic data.\n\nOPTIONS:\n -d,    --debug         Enable debug mode.\n -v,    --verbose       Enable verbose mode.},\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nsetVerbose( iMSCP::Getopt->verbose );\n\nmy $bootstrapper = iMSCP::Bootstrapper->getInstance();\nexit unless $bootstrapper->lock( '/var/lock/imscp-srv-traff.lock', 'nowait' );\n\n$bootstrapper->boot( {\n    config_readonly => TRUE,\n    mode            => 'backend',\n    nolock          => TRUE\n} );\n\n@EXECS = (\n    iMSCP::ProgramFinder::find( 'iptables' ),\n    ( $::imscpConfig{'IPV6_SUPPORT'} ? iMSCP::ProgramFinder::find( 'ip6tables' ) : undef )\n);\n\nexit run();\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/traffic/imscp-vrl-traff",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n imscp-srv-traff - Collects i-MSCP customers' traffic data (http, ftp, imap/pop3, smtp).\n\n=head1 SYNOPSIS\n\n imscp-srv-traff [OPTION]...\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nuse strict;\nuse warnings;\nuse File::Basename;\nuse FindBin;\nuse lib \"$FindBin::Bin/../PerlLib\", \"$FindBin::Bin/../PerlVendor\";\nuse iMSCP::Bootstrapper;\nuse iMSCP::Config;\nuse iMSCP::Database;\nuse iMSCP::Debug;\nuse iMSCP::EventManager;\nuse iMSCP::Getopt;\nuse Servers::httpd;\nuse Servers::ftpd;\nuse Servers::mta;\nuse Servers::po;\n\nsub run\n{\n    my $rs = iMSCP::EventManager->getInstance()->trigger( 'beforeVrlTraffic' );\n    return $rs if $rs;\n\n    my $dbh = iMSCP::Database->factory()->getRawDb();\n\n    # Get list of domains for which traffic must be collected\n    my $sth = $dbh->prepare(\n        \"\n           SELECT domain_id AS upper_domain_id, domain_name\n           FROM domain\n           WHERE domain_status <> 'todelete'\n           UNION ALL\n           SELECT domain_id AS upper_domain_id, alias_name\n           FROM domain_aliasses\n           WHERE alias_status <> 'todelete'\n           UNION ALL\n           SELECT domain_id AS upper_domain_id, CONCAT(subdomain_name, '.', domain_name)\n           FROM subdomain\n           JOIN domain USING (domain_id)\n           WHERE subdomain_status <> 'todelete'\n           UNION ALL\n           SELECT domain_id AS upper_domain_id, CONCAT(subdomain_alias_name, '.', alias_name)\n           FROM subdomain_alias\n           JOIN domain_aliasses USING (alias_id)\n           WHERE subdomain_alias_status <> 'todelete'\n       \"\n    );\n    unless ( $sth && $sth->execute() ) {\n        error( sprintf( \"Couldn't prepare or execute SQL statement: %s\", $dbh->errstr ));\n        return 1;\n    }\n    my $domains = $sth->fetchall_hashref( 'domain_name' );\n    return 0 unless %{$domains};\n\n    my %domains = map { $_ => 0 } keys %{$domains};\n    my $timestamp = time();\n    my $halfTimestamp = $timestamp-( $timestamp % 1800 );\n    my %trafficDb;\n\n    # Collects traffic data from each server implementing the getTraffic() method\n    for my $server( 'Servers::httpd', 'Servers::ftpd', 'Servers::mta', 'Servers::po' ) {\n        next unless $server->can( 'getTraffic' );\n        eval {\n            # Initialize intermediate traffic database\n            tie %{$trafficDb{$server}}, 'iMSCP::Config', fileName => \"$::imscpConfig{'IMSCP_HOMEDIR'}/$server-vrl-traff.db\", nodie => 1;\n            %{$trafficDb{$server}} = ( %domains, %{$trafficDb{$server}} );\n\n            # Collect traffic\n            $server->factory()->getTraffic( $trafficDb{$server} );\n        };\n        if ( $@ ) {\n            error( $@ );\n            $rs = 1;\n            last;\n        }\n    }\n\n    return $rs if $rs;\n\n    # Updates traffic data in i-MSCP database\n\n    while ( my ($domainName, $domainData) = each( %{$domains} ) ) {\n        # Don't process domain for which there are no traffic data\n        next unless $trafficDb{'Servers::httpd'}->{$domainName} || $trafficDb{'Servers::ftpd'}->{$domainName}\n            || $trafficDb{'Servers::mta'}->{$domainName} || $trafficDb{'Servers::po'}->{$domainName};\n\n        $dbh->do(\n            '\n                INSERT INTO domain_traffic (\n                    domain_id, dtraff_time, dtraff_web, dtraff_ftp, dtraff_mail, dtraff_pop\n                ) VALUES (\n                    ?, ?, ?, ?, ?, ?\n                ) ON DUPLICATE KEY UPDATE\n                    dtraff_web = dtraff_web + ?, dtraff_ftp = dtraff_ftp + ?, dtraff_mail = dtraff_mail + ?,\n                    dtraff_pop = dtraff_pop + ?\n            ',\n            undef, $domainData->{'upper_domain_id'}, $halfTimestamp, $trafficDb{'Servers::httpd'}->{$domainName},\n            $trafficDb{'Servers::ftpd'}->{$domainName}, $trafficDb{'Servers::mta'}->{$domainName},\n            $trafficDb{'Servers::po'}->{$domainName}, $trafficDb{'Servers::httpd'}->{$domainName},\n            $trafficDb{'Servers::ftpd'}->{$domainName}, $trafficDb{'Servers::mta'}->{$domainName},\n            $trafficDb{'Servers::po'}->{$domainName}\n        );\n        if ( $dbh->err ) {\n            error( $dbh->errstr );\n            $rs = 1;\n        } else {\n            $trafficDb{'Servers::httpd'}->{$domainName} = 0;\n            $trafficDb{'Servers::ftpd'}->{$domainName} = 0;\n            $trafficDb{'Servers::mta'}->{$domainName} = 0;\n            $trafficDb{'Servers::po'}->{$domainName} = 0;\n        }\n    }\n\n    return $rs if $rs;\n\n    for my $server( 'Servers::httpd', 'Servers::ftpd', 'Servers::mta', 'Servers::po' ) {\n        untie( %{$trafficDb{$server}} );\n        $rs |= iMSCP::File->new(\n            filename => \"$::imscpConfig{'IMSCP_HOMEDIR'}/$server-vrl-traff.db\"\n        )->delFile();\n    }\n\n    $rs |= iMSCP::EventManager->getInstance()->trigger( 'afterVrlTraffic' );\n}\n\nnewDebug( 'imscp-vrl-traff.log' );\n\niMSCP::Getopt->parseNoDefault( sprintf( 'Usage: perl %s [OPTION]...', basename( $0 )) . qq {\n\nScript that collects i-MSCP customers' traffic data (http, ftp, imap/pop3, smtp).\n\nOPTIONS:\n -d,    --debug         Enable debug mode.\n -v,    --verbose       Enable verbose mode.},\n    'debug|d'   => \\&iMSCP::Getopt::debug,\n    'verbose|v' => \\&iMSCP::Getopt::verbose\n);\n\nsetVerbose( iMSCP::Getopt->verbose );\n\nmy $bootstrapper = iMSCP::Bootstrapper->getInstance();\nexit unless $bootstrapper->lock( '/var/lock/imscp-vrl-traff.lock', 'nowait' );\n$bootstrapper->boot(\n    {\n        config_readonly => 1,\n        mode            => 'backend',\n        nolock          => 1\n    }\n);\n\nexit run();\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  },
  {
    "path": "engine/traffic/install.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<install>\n    <folders export=\"MAIL_LOG_CONVERT_PATH\">${INST_PREF}/usr/local/sbin</folders>\n    <copy>${MAIL_LOG_CONVERT_PATH}/maillogconvert.pl</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/traffic/imscp-srv-traff</copy>\n    <copy>${SYSTEM_ENGINE_ROOT}/traffic/imscp-vrl-traff</copy>\n</install>\n"
  },
  {
    "path": "engine/traffic/maillogconvert.pl",
    "content": "#!/usr/bin/perl\n#-------------------------------------------------------\n# Convert a mail log file to a common log file for analyzing with any log\n# analyzer.\n#-------------------------------------------------------\n# Tool built from original work of Odd-Jarle Kristoffersen\n# Note 1: QMail must log in syslog format for timestamps to work.\n# Note 2: QMail logging is not 100% accurate. Some messages might\n# not be logged correctly or completely.\n#\n# A mail received to 2 different receivers, report 2 records.\n# A mail received to a forwarded account is reported as to the original receiver, not the \"forwarded to\".\n# A mail locally sent to a local alias is reported as n mails to all addresses of alias.\n#-------------------------------------------------------\nuse strict;no strict \"refs\";\n\n\n#-------------------------------------------------------\n# Defines\n#-------------------------------------------------------\nuse vars qw/ $REVISION $VERSION /;\n$REVISION='$Revision: 1.34 $'; $REVISION =~ /\\s(.*)\\s/; $REVISION=$1;\n$VERSION=\"1.2 (build $REVISION)\";\n\nuse vars qw/\n    $DIR $PROG $Extension\n        $Debug\n        %mail %qmaildelivery\n        $help\n        $mode $year $lastmon $Debug\n        $NBOFENTRYFOFLUSH\n        $MailType\n        %MonthNum\n/;\n$Debug=0;\n$NBOFENTRYFOFLUSH=16384;\t# Nb or records for flush of %entry (Must be a power of 2)\n$MailType='';\t\t\t\t# Mail server family (postfix, sendmail, qmail)\n%MonthNum = (\n    'Jan'=>1,\n    'Feb'=>2,\n    'Mar'=>3,\n    'Apr'=>4,\n    'May'=>5,\n    'Jun'=>6,\n    'Jul'=>7,\n    'Aug'=>8,\n    'Sep'=>9,\n    'Oct'=>10,\n    'Nov'=>11,\n    'Dec'=>12\n);\n\n\n#-------------------------------------------------------\n# Functions\n#-------------------------------------------------------\n\nsub error {\n    print \"Error: $_[0].\\n\";\n    exit 1;\n}\n\nsub debug {\n    my $level = $_[1] || 1;\n    if ($Debug >= $level) {\n        my $debugstring = $_[0];\n        if ($ENV{\"GATEWAY_INTERFACE\"}) { $debugstring =~ s/^ /&nbsp&nbsp /; $debugstring .= \"<br />\"; }\n        print localtime(time).\" - DEBUG $level - $. - : $debugstring\\n\";\n    }\n    0;\n}\n\nsub CleanVadminUser { $_=shift||'';\n    s/[#<|>\\[\\]]//g;\t# Remove unwanted characters first\n    s/^(.*?)-//gi;\t\t# Strip off unixuser- at beginning\n    return $_;\n}\n\nsub CleanEmail { $_=shift||'';\n    s/[#<|>\\[\\]]//g;\t# Remove unwanted characters first\n    return $_;\n}\n\n# Clean host addresses\n# Input:  \"servername[123.123.123.123]\", \"servername [123.123.123.123]\"\n#         \"root@servername\", \"[123.123.123.123]\"\n# Return: servername or 123.123.123.123 if servername is 'unknown'\nsub CleanHost {\n    $_=shift||'';\n    if (/^\\[(.*)\\]$/) { $_=$1; }\t\t\t\t\t\t# If [ip] we keep ip\n    if (/^unknown\\s*\\[/) { $_ =~ /\\[(.*)\\]/; $_=$1; }\t# If unknown [ip], we keep ip\n    else { $_ =~ s/\\s*\\[.*$//; }\n    $_ =~ s/^.*\\@//;\t\t\t\t\t\t\t\t\t# If x@y, we keep y\n    return $_;\n}\n\n# Return domain\n# Input:\thost.domain.com, <user@domain.com>, <>\n#\nsub CleanDomain { $_=shift;\n    s/>.*$//; s/[<>]//g;\n    s/^.*@//;\n    if (! $_) { $_ = 'localhost'; }\n    return $_;\n}\n\n# Return string without starting and ending space\n#\nsub trim { $_=shift;\n    s/^\\s+//; s/\\s+$//;\n    return $_;\n}\n\n# Write a record\n#\nsub OutputRecord {\n    my $year=shift;\n    my $month=shift;    # Jan,Feb,... or 1,2,3...\n    my $day=shift;\n    my $time=shift;\n    my $from=shift;\n    my $to=shift;\n    my $relay_s=shift;\n    my $relay_r=shift;\n    my $code=shift;\n    my $size=shift||0;\n    my $forwardto=shift;\n    my $extinfo=shift||'-';\n\n    # Clean day and month\n    $day=sprintf(\"%02d\",$day);\n    $month=sprintf(\"%02d\",$MonthNum{$month}||$month);\n\n    # Clean from\n    $from=&CleanEmail($from);\n    $from||='<>';\n\n    # Clean to\n    if ($mode eq 'vadmin') { $to=&CleanVadminUser($to); }\n    else { $to=&CleanEmail($to); }\n    $to||='<>';\n\n    # Clean relay_s\n    $relay_s=&CleanHost($relay_s);\n    $relay_s||=&CleanDomain($from);\n    $relay_s=~s/\\.$//;\n    if ($relay_s eq 'local' || $relay_s eq 'localhost.localdomain') { $relay_s='localhost'; }\n\n    # Clean relay_r\n    $relay_r=&CleanHost($relay_r);\n    $relay_r||=\"-\";\n    $relay_r=~s/\\.$//;\n    if ($relay_r eq 'local' || $relay_r eq 'localhost.localdomain') { $relay_r='localhost'; }\n    #if we don't have info for relay_s, we keep it unknown, awstats might then guess it\n\n    # Write line\n    print \"$year-$month-$day $time $from $to $relay_s $relay_r SMTP $extinfo $code $size\\n\";\n\n    # If there was a redirect\n    if ($forwardto) {\n        # Redirect to local address\n        # TODO\n        # Redirect to external address\n        # TODO\n    }\n}\n\n\n\n#-------------------------------------------------------\n# MAIN\n#-------------------------------------------------------\n\n# Prepare QueryString\nmy %param=();\nfor (0..@ARGV-1) { $param{$_}=$ARGV[$_]; }\nforeach my $key (sort keys %param) {\n    if ($param{$key} =~ /(^|-|&)debug=([^&]+)/i) { $Debug=$2; shift; next; }\n    if ($param{$key} =~ /^(\\d+)$/) { $year=$1; shift; next; }\n    if ($param{$key} =~ /^(standard|vadmin)$/i) { $mode=$1; shift; next; }\n}\nif ($mode ne 'standard' and $mode ne 'vadmin') { $help = 1; }\n\n($DIR=$0) =~ s/([^\\/\\\\]*)$//; ($PROG=$1) =~ s/\\.([^\\.]*)$//; $Extension=$1;\n\nmy $starttime=time();\nmy ($nowsec,$nowmin,$nowhour,$nowday,$nowmonth,$nowyear,$nowwday,$nowyday) = localtime($starttime);\n$year||=($nowyear+1900);\n\n# Show usage help\nif ($help) {\n    print \"----- $PROG $VERSION -----\\n\";\n    print <<HELPTEXT;\n$PROG is mail log preprocessor that convert a mail log file (from\npostfix, sendmail or qmail servers) into a human readable format.\nThe output format is also ready to be used by a log analyzer, like AWStats.\n\nUsage:\n  perl maillogconvert.pl [standard|vadmin] [year] < logfile > output\n\nThe first parameter specifies what format the mail logfile is :\n  standard - logfile is standard postfix,sendmail,qmail or mdaemon log format\n  vadmin   - logfile is qmail log format with vadmin multi-host support\n\nThe second parameter specifies what year to timestamp logfile with, if current\nyear is not the correct one (ie. 2002). Always use 4 digits. If not specified,\ncurrent year is used.\n\nIf no output is specified, it goes to the console (stdout).\n\nHELPTEXT\n    sleep 1;\n    exit;\n}\n\n#\n# Start Processing Input Logfile\n#\n$lastmon=0;\nmy $numrecord=0;\nmy $numrecordforflush=0;\nwhile (<>) {\n    chomp $_; s/\\r//;\n    $numrecord++;\n    $numrecordforflush++;\n\n    my $mailid=0;\n\n    if (/^__BREAKPOINT__/) { last; }\t# For debug only\n\n    ### <CJK> ###\n    my ($mon)=m/(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\\s/;\n    if ($mon) {\n        $mon = $MonthNum{$mon};\n        if ($mon==12 && $lastmon==1 ){$year--;}\n        if ($mon==1 && $lastmon==12){$year++;}\n        $lastmon=$mon;\n    }\n    ### </CJK> ###\n\n    if (/^#/) {\n        debug(\"Comment record\");\n        next;\n    }\n\n    #\n    # Get sender host for postfix\n    #\n    elsif (/: client=/) {\n        $MailType||='postfix';\n        # Example:\n        # postfix:  Jan 01 07:27:32 apollon.com postfix/smtpd[1684]: 2BC793B8A4: client=remt30.cluster1.abcde.net[209.225.8.40]\n        my ($id,$relay_s)=m/\\w+\\s+\\d+\\s+\\d+:\\d+:\\d+\\s+[\\w\\-\\.\\@]+\\s+(?:sendmail|postfix\\/(?:local|lmtp|smtpd|smtp|virtual|pipe))\\[\\d+\\]:\\s+(.*?):\\s+client=(.*)/;\n        $mailid=$id;\n        $mail{$id}{'relay_s'}=$relay_s;\n        debug(\"For id=$id, found host sender on a 'client' line: $mail{$id}{'relay_s'}\");\n    }\n\n    #\n    # See if we received postfix email reject error\n    #\n    elsif (/: reject/) {\n        $MailType||='postfix';\n        # Example:\n        # postfix ?.? :  Jan 01 12:00:00 halley postfix/smtpd[9245]: reject: RCPT from unknown[203.156.32.33]: 554 <userx@yahoo.com>: Recipient address rejected: Relay access denied; from=<sender@aol.com> to=<userx@yahoo.com>\n        # postfix 2.1+:  Jan 01 12:00:00 localhost postfix/smtpd[11120]: NOQUEUE: reject: RCPT from unknown[62.205.124.145]: 450 Client host rejected: cannot find your hostname, [62.205.124.145]; from=<sender@msn.com> to=<usery@yahoo.com> proto=ESMTP helo=<xxx.com>\n        # postfix ?.? :  Jan 01 12:00:00 apollon postfix/smtpd[26553]: 1954F3B8A4: reject: RCPT from unknown[80.245.33.2]: 450 <usery@yahoo.com>: User unknown in local recipient table; from=<sender@msn.com> to=<usery@yahoo.com> proto=ESMTP helo=<xxx.com>\n        my ($mon,$day,$time,$id,$code,$from,$to)=m/(\\w+)\\s+(\\d+)\\s+(\\d+:\\d+:\\d+)\\s+[\\w\\-\\.\\@]+\\s+(?:postfix\\/(?:local|lmtp|smtpd|smtp|virtual|pipe))\\[\\d+\\]:\\s+(.*?):\\s+(.*)\\s+from=([^\\s,]*)\\s+to=([^\\s,]*)/;\n        # postfix:\tJan 01 14:10:16 juni postfix/smtpd[2568]: C34ED1432B: reject: RCPT from relay2.tp2rc.edu.tw[163.28.32.177]: 450 <linda@trieger.org>: User unknown in local recipient table; from=<> proto=ESMTP helo=<rmail.nccu.edu.tw>\n        if (! $mon) { ($mon,$day,$time,$id,$code,$from)=m/(\\w+)\\s+(\\d+)\\s+(\\d+:\\d+:\\d+)\\s+[\\w\\-\\.\\@]+\\s+(?:postfix\\/(?:local|lmtp|smtpd|smtp|virtual|pipe))\\[\\d+\\]:\\s+(.*?):\\s+(.*)\\s+from=([^\\s,]*)/; }\n        $mailid=($id eq 'reject' || $id eq 'NOQUEUE'?'999':$id);\t# id not provided in log, we take '999'\n        if ($mailid) {\n            # $code='reject: RCPT from unknown[203.156.32.33]: 554 <userx@yahoo.com>: Recipient address rejected: Relay access denied;'\n            #    or 'reject: RCPT from unknown[62.205.124.145]: 450 Client host rejected: cannot find your hostname, [62.205.124.145]; from=<sender@msn.com> to=<usery@yahoo.com> proto=ESMTP helo=<xxx.com>'\n            #    or 'reject: RCPT from unknown[80.245.33.2]: 450 <usery@yahoo.com>: User unknown in local recipient table;'\n            if ($code =~ /\\s+(\\d\\d\\d)\\s+/) { $mail{$mailid}{'code'}=$1; }\n            else { $mail{$mailid}{'code'}=999; }\t# Unkown error\n            if (! $mail{$mailid}{'relay_s'} && $code =~ /from\\s+([^\\s]+)\\s+/) {\n                $mail{$mailid}{'relay_s'}=&trim($1);\n            }\n            $mail{$mailid}{'from'}=&trim($from);\n            if ($to) {\n                $mail{$mailid}{'to'}=&trim($to);\n            }\n            elsif ($code =~ /<(.*)>/) {\n                $mail{$mailid}{'to'}=&trim($1);\n            }\n            $mail{$mailid}{'year'}=$year; ### <CJK>###\n            $mail{$mailid}{'mon'}=$mon;\n            $mail{$mailid}{'day'}=$day;\n            $mail{$mailid}{'time'}=$time;\n            if (! defined($mail{$mailid}{'size'})) { $mail{$mailid}{'size'}='?'; }\n            debug(\"For id=$mailid, found a postfix error incoming message: code=$mail{$mailid}{'code'} from=$mail{$mailid}{'from'} to=$mail{$mailid}{'to'} time=$mail{$mailid}{'time'}\");\n        }\n    }\n    #\n    # See if we received postfix email bounced error\n    #\n    elsif (/stat(us)?=bounced/) {\n        $MailType||='postfix';\n        # Example:\n        # postfix:  Sep  9 18:24:23 halley postfix/local[22003]: 12C6413EC9: to=<etavidian@partenor.com>, relay=local, delay=0, status=bounced (unknown user: \"etavidian\")\n        my ($mon,$day,$time,$id,$to,$relay_r)=m/(\\w+)\\s+(\\d+)\\s+(\\d+:\\d+:\\d+)\\s+[\\w\\-\\.\\@]+\\s+(?:postfix\\/(?:local|lmtp|smtpd|smtp|virtual|pipe))\\[\\d+\\]:\\s+(.*?):\\s+to=([^\\s,]*)[\\s,]+relay=([^\\s,]*)/;\n        $mailid=($id eq 'reject'?'999':$id);\t# id not provided in log, we take '999'\n        if ($mailid) {\n            $mail{$mailid}{'code'}=999;\t# Unkown error (bounced)\n            $mail{$mailid}{'to'}=&trim($to);\n            $mail{$mailid}{'relay_r'}=&trim($relay_r);\n            $mail{$mailid}{'year'}=$year; ### <CJK>###\n            $mail{$mailid}{'mon'}=$mon;\n            $mail{$mailid}{'day'}=$day;\n            $mail{$mailid}{'time'}=$time;\n            if (! defined($mail{$mailid}{'size'})) { $mail{$mailid}{'size'}='?'; }\n            debug(\"For id=$mailid, found a postfix bounced incoming message: code=$mail{$mailid}{'code'} to=$mail{$mailid}{'to'} relay_r=$mail{$mailid}{'relay_r'}\");\n        }\n    }\n    #\n    # See if we received sendmail reject error\n    #\n    elsif (/, reject/) {\n        $MailType||='sendmail';\n        # Example:\n        # sm-mta:   Jul 27 04:06:05 androneda sm-mta[6641]: h6RB44tg006641: ruleset=check_mail, arg1=<7ms93d4ms@topprodsource.com>, relay=crelay1.easydns.com [216.220.57.222], reject=451 4.1.8 Domain of sender address 7ms93d4ms@topprodsource.com does not resolve\n        # sm-mta:\tJul 27 06:21:24 androneda sm-mta[11461]: h6RDLNtg011461: ruleset=check_rcpt, arg1=<nobody@nova.dice.net>, relay=freedom.myhostdns.com [66.246.77.42], reject=550 5.7.1 <nobody@nova.dice.net>... Relaying denied\n        # sendmail: Sep 30 04:21:32 halley sendmail[3161]: g8U2LVi03161: ruleset=check_rcpt, arg1=<amber3624@netzero.net>, relay=moon.partenor.fr [10.0.0.254], reject=550 5.7.1 <amber3624@netzero.net>... Relaying denied\n\n        # sendmail:\tJan 10 07:37:48 smtp sendmail[32440]: ruleset=check_relay, arg1=[211.228.26.114], arg2=211.228.26.114, relay=[211.228.26.114], reject=554 5.7.1 Rejected 211.228.26.114 found in dnsbl.sorbs.net\n        # sendmail: Jan 10 07:37:08 smtp sendmail[32439]: ruleset=check_relay, arg1=235.Red-213-97-175.pooles.rima-tde.net, arg2=213.97.175.235, relay=235.Red-213-97-175.pooles.rima-tde.net [213.97.175.235], reject=550 5.7.1 Mail from 213.97.175.235 refused. Rejected for bad WHOIS info on IP of your SMTP server - see http://www.rfc-ignorant.org/\n        # sendmail: Jan 10 17:15:42 smtp sendmail[12770]: ruleset=check_relay, arg1=[63.218.84.21], arg2=63.218.84.21, relay=[63.218.84.21], reject=553 5.3.0 Rejected - see http://spamhaus.org/\n        my ($mon,$day,$time,$id,$ruleset,$arg,$relay_s,$code)=m/(\\w+)\\s+(\\d+)\\s+(\\d+:\\d+:\\d+)\\s+[\\w\\-\\.\\@]+\\s+(?:sendmail|sm-mta)\\[\\d+\\][:\\s]*(.*?):\\sruleset=(\\w+),\\s+arg1=(.*),\\s+relay=(.*),\\s+(reject=.*)/;\n        # sendmail: Jan 10 18:00:34 smtp sendmail[5759]: i04Axx2c005759: Milter: data, reject=511 Virus found in email!\n        if (! $mon) { ($mon,$day,$time,$id,$ruleset,$code)=m/(\\w+)\\s+(\\d+)\\s+(\\d+:\\d+:\\d+)\\s+[\\w\\-\\.\\@]+\\s+(?:sendmail|sm-mta)\\[\\d+\\]:\\s+(.*?):\\s\\w+:\\s(\\w+),\\s+(reject=.*)/; }\n        $mailid=(! $id && $mon?'999':$id);\t# id not provided in log, we take '999'\n        if ($mailid) {\n            if ($ruleset eq 'check_mail') { $mail{$mailid}{'from'}=$arg; }\n            if ($ruleset eq 'check_rcpt') { $mail{$mailid}{'to'}=$arg; }\n            if ($ruleset eq 'check_relay') { }\n            if ($ruleset eq 'data') { }\n            $mail{$mailid}{'relay_s'}=$relay_s;\n            # $code='reject=550 5.7.1 <amber3624@netzero.net>... Relaying denied'\n            if ($code =~ /=(\\d\\d\\d)\\s+/) { $mail{$mailid}{'code'}=$1; }\n            else { $mail{$mailid}{'code'}=999; }\t# Unkown error\n            $mail{$mailid}{'year'}=$year; ### <CJK>###\n            $mail{$mailid}{'mon'}=$mon;\n            $mail{$mailid}{'day'}=$day;\n            $mail{$mailid}{'time'}=$time;\n            if (! defined($mail{$mailid}{'size'})) { $mail{$mailid}{'size'}='?'; }\n            debug(\"For id=$mailid, found a sendmail error incoming message: code=$mail{$mailid}{'code'} from=$mail{$mailid}{'from'} to=$mail{$mailid}{'to'} relay_s=$mail{$mailid}{'relay_s'}\");\n        }\n    }\n\n    #\n    # See if we send a sendmail (with ctladdr tag) email\n    #\n    elsif (/, ctladdr=/) {\n        $MailType||='sendmail';\n        #\n        # Matched outgoing sendmail/postfix message\n        #\n        my ($mon,$day,$time,$id,$to,$fromorto)=m/(\\w+)\\s+(\\d+)\\s+(\\d+:\\d+:\\d+)\\s+[\\w\\-\\.\\@]+\\s+(?:sm-mta|sendmail(?:-out|)|postfix\\/(?:local|lmtp|smtpd|smtp|virtual|pipe))\\[.*?\\]:\\s+([^:]*):\\s+to=(.*?)[,\\s]+ctladdr=([^\\,\\s]*)/;\n        $mailid=$id;\n        if (m/\\s+relay=([^\\s,]*)[\\s,]/) { $mail{$id}{'relay_r'}=$1; }\n        elsif (m/\\s+mailer=local/) { $mail{$id}{'relay_r'}='localhost'; }\n        if (/, stat\\=Sent/) { $mail{$id}{'code'}=1; }\n        elsif (/, stat\\=User\\s+unknown/) { $mail{$id}{'code'}=550; }\n        elsif (/, stat\\=Local\\s+configuration/) { $mail{$id}{'code'}=451; }\n        elsif (/, stat\\=Deferred:\\s+(\\d*)/) { $mail{$id}{'code'}=$1; }\n        else { $mail{$id}{'code'}=999; }\n        $mail{$mailid}{'year'}=$year; ### <CJK>###\n        $mail{$id}{'mon'}=$mon;\n        $mail{$id}{'day'}=$day;\n        $mail{$id}{'time'}=$time;\n        if (&trim($to)=~/^\\|/) {\n            # In particular case of mails are sent to a pipe, the ctladdr contains the to\n            $mail{$id}{'to'}=&trim($fromorto);\n        } else {\n            # In most cases\n            $mail{$id}{'to'}=&trim($to);\n            $mail{$id}{'from'}=&trim($fromorto);\n        }\n        if (! defined($mail{$id}{'size'})) { $mail{$id}{'size'}='?'; }\n        debug(\"For id=$id, found a sendmail outgoing message: to=$mail{$id}{'to'} from=$mail{$id}{'from'} size=$mail{$id}{'size'} relay_r=\".($mail{$id}{'relay_r'}||''));\n    }\n\n    #\n    # Matched incoming qmail message\n    #\n    elsif (/info msg .* from/) {\n        # Example: Sep 14 09:58:09 gandalf qmail: 1063526289.292776 info msg 270182: bytes 10712 from <john@john.do> qp 54945 uid 82\n        $MailType||='qmail';\n        #my ($id,$size,$from)=m/info msg \\d+: bytes (\\d+) from <(.*)>/;\n        my ($id,$size,$from)=m/info msg (\\d+): bytes (\\d+) from <(.*)>/;\n        $mailid=$id;\n        delete $mail{$mailid};\t# If 'info msg' found, we start a new mail. This is to protect from wrong file\n        if (! $mail{$id}{'from'} || $mail{$id}{'from'} ne '<>') { $mail{$id}{'from'}=$from; }\t# TODO ???\n        $mail{$id}{'size'}=$size;\n        if (m/\\s+relay=([^\\,]+)[\\s\\,]/ || m/\\s+relay=([^\\s\\,]+)$/) { $mail{$id}{'relay_s'}=$1; }\n        debug(\"For id=$id, found a qmail 'info msg' message: from=$mail{$id}{'from'} size=$mail{$id}{'size'}\");\n    }\n\n    #\n    # Matched incoming sendmail or postfix message\n    #\n    elsif (/: from=/) {\n        # sm-mta:  Jul 28 06:55:13 androneda sm-mta[28877]: h6SDtCtg028877: from=<xxx@mysite.net>, size=2556, class=0, nrcpts=1, msgid=<w1$kqj-9-o2m45@0h2i38.4.m0.5u>, proto=ESMTP, daemon=MTA, relay=smtp.easydns.com [205.210.42.50]\n        # postfix: Jul  3 15:32:26 apollon postfix/qmgr[13860]: 08FB63B8A4: from=<nobody@ns3744.ovh.net>, size=3302, nrcpt=1 (queue active)\n        # postfix: Sep 24 14:45:15 wideboy postfix/qmgr[22331]: 7E0E6196: from=<xxx@hotmail.com>, size=1141 (queue active)\n        my ($id,$from,$size)=m/\\w+\\s+\\d+\\s+\\d+:\\d+:\\d+\\s+[\\w\\-\\.\\@]+\\s+(?:sm-mta|sendmail(?:-in|)|postfix\\/qmgr|postfix\\/nqmgr)\\[\\d+\\]:\\s+(.*?):\\s+from=(.*?),\\s+size=(\\d+)/;\n        $mailid=$id;\n        if (! $mail{$id}{'code'}) { $mail{$id}{'code'}=1; }\t# If not already defined, we define it\n        if (! $mail{$id}{'from'} || $mail{$id}{'from'} ne '<>') { $mail{$id}{'from'}=$from; }\n        $mail{$id}{'size'}=$size;\n        if (m/\\s+relay=([^\\,]+)[\\s\\,]/ || m/\\s+relay=([^\\s\\,]+)$/) { $mail{$id}{'relay_s'}=$1; }\n        debug(\"For id=$id, found a sendmail/postfix incoming message: from=$mail{$id}{'from'} size=$mail{$id}{'size'} relay_s=\".($mail{$id}{'relay_s'}||''));\n    }\n\n    #\n    # Matched exchange message\n    #\n    elsif (/^([^\\t]+)\\t([^\\t]+)\\t[^\\t]+\\t([^\\t]+)\\t([^\\t]+)\\t([^\\t]+)\\t[^\\t]+\\t([^\\t]+)\\t([^\\t]+)\\t([^\\t]+)\\t[^\\t]+\\t[^\\t]+\\t([^\\t]+)\\t[^\\t]+\\t[^\\t]+\\t[^\\t]+\\t[^\\t]+\\t[^\\t]+\\t([^\\t]+)\\t([^\\t]+)/) {\n        #    date      hour GMT  ip_s    relay_s   partner   relay_r   ip_r    to        code      id                        size                                              subject   from\n        # Example: 2003-8-12\t0:58:14 GMT\t66.218.66.69\tn14.grp.scd.yahoo.com\t-\tPACKRAT\t192.168.1.2\tchristina@pirnie.org\t1019\tbh9e3f+5qvo@eGroups.com\t0\t0\t4281\t1\t2003-8-12 0:58:14 GMT\t0\tVersion: 6.0.3790.0\t-\t [SRESafeHaven] Re: More Baby Stuff\tjtluvs2cq@wmconnect.com\t-\n        $MailType||='exchange';\n        my $date=$1;\n        my $time=$2;\n        my $relay_s=$3;\n        my $partner=$4;\n        my $relay_r=$5;\n        my $to=$6; $to =~ s/\\s/%20/g;\n        my $code=$7;\n        my $id=$8;\n        my $size=$9;\n        my $subject=&trim($10);\n        my $from=$11; $from =~ s/\\s/%20/g;\n        $id=sprintf(\"%s_%s_%s\",$id,$from,$to);\n        # Check if record is significant record\n        my $ok=0;\n\n        # Code 1031=SMTP End Outbound Transfer\n        if ($code == 1031) {\t# This is for external bound mails\n            $ok=1;\n            my $savrelay_s=$relay_s;\n            $relay_s=$relay_r; $relay_r=$savrelay_s;\n            #$relay_s=$relay_r;\n            #$relay_r=$partner;\n            $code=1;\n        }\n        # Code 1028=SMTP Store Driver: Message Delivered Locally to Store\n        if ($code == 1028) {\t# This is for local bound mails\n            $code=1;\n            $ok=1;\n        }\n        # Code 1030=SMTP: Non-Delivered Report (NDR) Generated\n        if ($code == 1030) {\t# This is for errors.\n            $code=999;\n            $ok=1;\n        }\n\n        if ($ok && !$mail{$id}{'code'} ) {\n            $mailid=$id;\n            if ($date =~ /(\\d+)-(\\d+)-(\\d+)/) {\n                $mail{$id}{'year'}=sprintf(\"%02s\",$1);\n                $mail{$id}{'mon'}=sprintf(\"%02s\",$2);\n                $mail{$id}{'day'}=sprintf(\"%02s\",$3);\n            }\n            if ($time =~ /^(\\d+):(\\d+):(\\d+)/) {\n                $mail{$id}{'time'}=sprintf(\"%02s:%02s:%02s\",$1,$2,$3);\n            }\n            if ( $from eq '<>' && $subject =~ /^Delivery\\s+Status/) {\n                $from='postmaster@localhost';\n            }\n            $mail{$id}{'from'}=$from;\n            $mail{$id}{'to'}=$to;\n            $mail{$id}{'code'}=$code;\n            $mail{$id}{'size'}=$size;\n            $mail{$id}{'relay_s'}=$relay_s;\n            $mail{$id}{'relay_r'}=$relay_r;\n            debug(\"For id=$id, found an exchange message: year=$mail{$id}{'year'} mon=$mail{$id}{'mon'} day=$mail{$id}{'day'} time=$mail{$id}{'time'} from=$mail{$id}{'from'} to=$mail{$id}{'to'} size=$mail{$id}{'size'} code=$mail{$id}{'code'} relay_s=$mail{$id}{'relay_s'} relay_r=$mail{$id}{'relay_r'}\");\n        }\n    }\n\n    #\n    # Matched sendmail or postfix \"to\" message\n    #\n    elsif (/: to=.*stat(us)?=sent/i) {\n        # Example:\n        # postfix:  Jan 01 07:27:38 apollon postfix/local[1689]: 2BC793B8A4: to=<jo@jo.com>, orig_to=<webmaster@toto.com>, relay=local, delay=6, status=sent (\"|/usr/bin/procmail\")\n        my ($mon,$day,$time,$id,$to)=m/(\\w+)\\s+(\\d+)\\s+(\\d+:\\d+:\\d+)\\s+[\\w\\-\\.\\@]+\\s+(?:sm-mta|sendmail(?:-out|)|postfix\\/(?:local|lmtp|smtpd|smtp|virtual|pipe))\\[.*?\\]:\\s+(.*?):\\s+to=(.*?),/;\n        $mailid=$id;\n        $mail{$id}{'code'}='1';\n        if (m/\\s+relay=([^\\s,]*)[\\s,]/) { $mail{$id}{'relay_r'}=$1; }\n        elsif (m/\\s+mailer=local/) { $mail{$id}{'relay_r'}='localhost'; }\n        if (m/forwarded as/) {\n            # If 'forwarded as idnewmail' is found, we discard this mail to avoid counting it twice\n            debug(\"For id=$id, mail was forwarded to other id, we discard it\");\n            delete $mail{$id};\n        }\n        ###########################################\n        elsif (m/\\s*dsn=2.6.0\\s*/) {\n            # if the DSN is not 2.0.0, we discard this mail to avoid counting it twice\n            # postfix: Aug 29 19:22:38 example postfix/smtp[1347]: D989FD6C302: to=<webmaster@example.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=2.9, delays=0.31/0.01/0/2.6, dsn=2.6.0, status=sent (250 2.6.0 Ok, id=01182-01, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 995DCD6C315)\n            debug(\"For id=$id, mail DSN is not 2.0.0, we discard it\");\n            delete $mail{$id};\n        }\n        ###########################################\n        else {\n            if (m/\\s+orig_to=([^\\s,]*)[\\s,]/) {\n                # If we have a orig_to, we used it as receiver\n                $mail{$id}{'to'}=&trim($1);\n                $mail{$id}{'forwardedto'}=&trim($to);\n            }\n            else {\n                $mail{$id}{'to'}=&trim($to);\n            }\n            $mail{$mailid}{'year'}=$year; ### <CJK>###\n            $mail{$id}{'mon'}=$mon;\n            $mail{$id}{'day'}=$day;\n            $mail{$id}{'time'}=$time;\n            debug(\"For id=$id, found a sendmail/postfix record: mon=$mail{$id}{'mon'} day=$mail{$id}{'day'} time=$mail{$id}{'time'} to=$mail{$id}{'to'} relay_r=$mail{$id}{'relay_r'}\");\n        }\n    }\n\n    #\n    # Matched qmail \"to\" record\n    #\n    elsif (/starting delivery/) {\n        # Example: Sep 14 09:58:09 gandalf qmail: 1063526289.574100 starting delivery 251: msg 270182 to local spamreport@john.do\n        # Example: 2003-09-27 11:22:07.039237500 starting delivery 3714: msg 163844 to local name_also_removed@maildomain.com\n        $MailType||='qmail';\n        my ($yea,$mon,$day,$time,$delivery,$id,$relay_r,$to)=();\n        ($mon,$day,$time,$delivery,$id,$relay_r,$to)=m/^(\\w+)\\s+(\\d+)\\s+(\\d+:\\d+:\\d+)\\s+.*\\s+\\d+(?:\\.\\d+)?\\s+starting delivery (\\d+):\\s+msg\\s+(\\d+)\\s+to\\s+(.*)?\\s+(.*)$/;\n        if (! $id) { ($yea,$mon,$day,$time,$delivery,$id,$relay_r,$to)=m/^(\\d+)-(\\d+)-(\\d+)\\s+(\\d+:\\d+:\\d+).*\\s+starting delivery (\\d+):\\s+msg\\s+(\\d+)\\s+to\\s+(.*)?\\s+(.*)$/; }\n        $mailid=$id;\n        if ($relay_r eq 'local') { $mail{$id}{'relay_r'}='localhost'; }\n        elsif (m/\\s+relay=([^\\s,]*)[\\s,]/) { $mail{$id}{'relay_r'}=$1; }\n        elsif (m/\\s+mailer=local/) { $mail{$id}{'relay_r'}='localhost'; }\n        $qmaildelivery{$delivery}=$id;\t\t# Save mail id for this delivery to be able to get error code\n        if ($yea) { $mail{$id}{'year'}=$yea; }\n        $mail{$id}{'mon'}=$mon;\n        $mail{$id}{'day'}=$day;\n        $mail{$id}{'time'}=$time;\n        $mail{$id}{'to'}{$delivery}=&trim($to);\n        debug(\"For id=$id, found a qmail 'start delivery' record: year=\".($mail{$id}{'year'}||'').\" mon=$mail{$id}{'mon'} day=$mail{$id}{'day'} time=$mail{$id}{'time'} to=$mail{$id}{'to'}{$delivery} relay_r=\".($mail{$id}{'relay_r'}||'').\" delivery=$delivery\");\n    }\n\n    #\n    # Matched qmail status code record\n    #\n    elsif (/delivery (\\d+): (\\w+):/) {\n        # Example: Sep 14 09:58:09 gandalf qmail: 1063526289.744259 delivery 251: success: did_0+0+1/\n        # Example: 2003-09-27 11:22:07.070367500 delivery 3714: success: did_1+0+0/\n        $MailType||='qmail';\n        my ($delivery,$code)=($1,$2);\n        my $id=$qmaildelivery{$delivery};\n        $mailid=$id;\n        if ($code =~ /success/i) { $mail{$id}{'code'}{$delivery}=1; }\n        elsif ($code =~ /deferral/i) { $mail{$id}{'code'}{$delivery}=999; }\n        else { $mail{$id}{'code'}{$delivery}=999; }\n        debug(\"For id=$qmaildelivery{$delivery}, found a qmail 'delivery' record: delivery=$delivery code=$mail{$id}{'code'}{$delivery}\");\n    }\n    #\n    # Matched qmail end of mail record\n    #\n    elsif (/end msg (\\d+)/ && scalar %{$mail{$1}{'to'}}) {\t# If records for mail id are finished and still mails with no delivery status\n        # Example: Sep 14 09:58:12 gandalf qmail: 1063526292.782444 end msg 270182\n        $MailType||='qmail';\n        my ($id)=($1);\n        $mailid=$id;\n        foreach my $delivery (keys %{$mail{$mailid}{'to'}}) { $mail{$id}{'code'}{$delivery}||=1; }\n        debug(\"For id=$id, found a qmail 'end msg' record. This replace 'delivery' record for delivery=\".join(',',keys %{$mail{$id}{'code'}}));\n    }\n    #\n    # Matched MDaemon log file record\n    #\n    elsif (/^\\\"(\\d\\d\\d\\d)-(\\d\\d)-(\\d\\d) (\\d\\d:\\d\\d:\\d\\d)\\\",\\\"[^\\\"]*\\\",(\\w+),\\d+,\\\"([^\\\"]*)\\\",\\\"([^\\\"]*)\\\",\\\"([^\\\"]*)\\\",\\\"[^\\\"]*\\\",\\\"([^\\\"]*)\\\",\\\"([^\\\"]*)\\\",\\\"([^\\\"]*)\\\",([\\.\\d]+),(\\d+),(\\d+)/) {\n        # Example: \"2003-11-06 00:00:42\",\"2003-11-06 00:00:45\",SMTPI,9443,\"dillon_fm@aaaaa.net\",\"cpeltier@domain.com\",\"\",\"\",\"10.0.0.16\",\"\",\"\",0,4563,1\n        $MailType||='mdaemon';\n        my ($id)=($numrecord);\n        if ($5 eq 'SMTPI' || $5 eq 'SMTPO') {\n            $mail{$id}{'year'}=$1;\n            $mail{$id}{'mon'}=$2;\n            $mail{$id}{'day'}=$3;\n            $mail{$id}{'time'}=$4;\n            $mail{$id}{'direction'}=($5 eq 'SMTPI'?'in':'out');\n            $mail{$id}{'from'}=$6;\n            $mail{$id}{'to'}=$7||$8;\n            if ($5 eq 'SMTPI') {\n                $mail{$id}{'relay_s'}=$9;\n                $mail{$id}{'relay_r'}='-';\n            }\n            if ($5 eq 'SMTPO') {\n                $mail{$id}{'relay_s'}=$9;\n                $mail{$id}{'relay_r'}='-';\n            }\n            $mail{$id}{'code'}=1;\n            $mail{$id}{'size'}=$13;\n            $mail{$id}{'extinfo'}=\"?virus=$10&rbl=$11&heuristicspam=$12&ssl=$14\";\n            $mail{$id}{'extinfo'}=~s/\\s/_/g;\n            $mailid=$id;\n        }\n    }\n\n\n    #\n    # Write record if all required data were found\n    #\n    if ($mailid) {\n        my $code; my $to;\n        my $delivery=0;\n        my $canoutput=0;\n\n        debug(\"ID:$mailid RELAY_S:\".($mail{$mailid}{'relay_s'}||'').\" RELAY_R:\".($mail{$mailid}{'relay_r'}||'').\" FROM:\".($mail{$mailid}{'from'}||'').\" TO:\".($mail{$mailid}{'to'}||'').\" CODE:\".($mail{$mailid}{'code'}||''));\n\n        # Check if we can output a mail line\n        if ($MailType eq 'qmail') {\n            if ($mail{$mailid}{'code'} && scalar %{$mail{$mailid}{'code'}}) {\n                # This is a hash variable\n                foreach my $key (keys %{$mail{$mailid}{'code'}}) {\n                    $delivery=$key;\n                    $code=$mail{$mailid}{'code'}{$key};\n                    $to=$mail{$mailid}{'to'}{$key};\n                }\n                $canoutput=1;\n            }\n        }\n        elsif ($MailType eq 'mdaemon') {\n            $code=$mail{$mailid}{'code'};\n            $to=$mail{$mailid}{'to'};\n            $canoutput=1;\n        }\n        else {\n            $code=$mail{$mailid}{'code'};\n            $to=$mail{$mailid}{'to'};\n            if ($mail{$mailid}{'from'} && $mail{$mailid}{'to'}) { $canoutput=1; }\n            if ($mail{$mailid}{'from'} && $mail{$mailid}{'code'} > 1) { $canoutput=1; }\n            if ($mailid && $mail{$mailid}{'code'} > 1) { $canoutput=1; }\n        }\n\n        # If we can\n        if ($canoutput) {\n            &OutputRecord($mail{$mailid}{'year'}?$mail{$mailid}{'year'}:$year,$mail{$mailid}{'mon'},$mail{$mailid}{'day'},$mail{$mailid}{'time'},$mail{$mailid}{'from'},$to,$mail{$mailid}{'relay_s'},$mail{$mailid}{'relay_r'},$code,$mail{$mailid}{'size'},$mail{$mailid}{'forwardto'},$mail{$mailid}{'extinfo'});\n            # Delete mail with generic unknown id (This id can by used by another mail)\n            if ($mailid eq '999') {\n                debug(\" Delete mail for id=$mailid\",3);\n                delete $mail{$mailid};\n            }\n            # Delete delivery instance for id if qmail (qmail can use same id for several mails with multiple delivery)\n            elsif ($MailType eq 'qmail') {\n                debug(\" Delete delivery instances for mail id=$mailid and delivery id=$delivery\",3);\n                if ($delivery) {\n                    delete $mail{$mailid}{'to'}{$delivery};\n                    delete $mail{$mailid}{'code'}{$delivery};\n                }\n            }\n\n            # We flush %mail if too large\n            if (scalar keys %mail > $NBOFENTRYFOFLUSH) {\n                debug(\"We reach $NBOFENTRYFOFLUSH records in %mail, so we flush mail hash array\");\n                #foreach my $id (keys %mail) {\n                #\tdebug(\" Delete mail for id=$id\",3);\n                #\tdelete $mail{$id};\n                #}\n                %mail=();\n                %qmaildelivery=();\n            }\n\n        }\n    }\n    else {\n        debug(\"Not interesting row\");\n    }\n\n}\n\n#foreach my $key (keys %mail) {\n#\tprint \".$key.$mail{$key}{'to'}.\\n\";\n#}\n\n0;\n"
  },
  {
    "path": "gui/bin/.gitkeep",
    "content": ""
  },
  {
    "path": "gui/composer.json",
    "content": "{\n  \"name\": \"imscp/imscp-frontend\",\n  \"description\": \"i-MSCP frontEnd\",\n  \"type\": \"project\",\n  \"keywords\": [\n    \"i-MSCP\",\n    \"frontend\",\n    \"PHP\"\n  ],\n  \"homepage\": \"https://wwww.i-mscp.net/\",\n  \"license\": \"LGPL-2.1-only\",\n  \"authors\": [\n    {\n      \"name\": \"Laurent Declercq\",\n      \"email\": \"l.declercq@nuxwin.com\",\n      \"homepage\": \"https://www.i-mscp.net/\"\n    }\n  ],\n  \"support\": {\n    \"issues\": \"https://youtrack.i-mscp.net/issues\",\n    \"source\": \"https://github.com/i-MSCP/imscp\",\n    \"forum\": \"https://wwww.i-mscp.net/\"\n  },\n  \"config\": {\n    \"sort-packages\": true,\n    \"discard-changes\": true,\n    \"htaccess-protect\": false,\n    \"optimize-autoloader\": true,\n    \"apcu-autoloader\": true,\n    \"classmap-authoritative\": false,\n    \"preferred-install\": \"dist\",\n    \"process-timeout\": 5000,\n    \"use-include-path\": false\n  },\n  \"minimum-stability\": \"stable\",\n  \"prefer-stable\": true,\n  \"require\": {\n    \"php\": \">=7.3 <7.4\",\n    \"ext-apc\": \"*\",\n    \"ext-apcu\": \"*\",\n    \"ext-bz2\": \"*\",\n    \"ext-ctype\": \"*\",\n    \"ext-curl\": \"*\",\n    \"ext-date\": \"*\",\n    \"ext-dom\": \"*\",\n    \"ext-fileinfo\": \"*\",\n    \"ext-ftp\": \"*\",\n    \"ext-gd\": \"*\",\n    \"ext-gettext\": \"*\",\n    \"ext-gmp\": \"*\",\n    \"ext-iconv\": \"*\",\n    \"ext-imap\": \"*\",\n    \"ext-intl\": \"*\",\n    \"ext-json\": \"*\",\n    \"ext-libxml\": \"*\",\n    \"ext-mbstring\": \"*\",\n    \"ext-openssl\": \"*\",\n    \"ext-pcre\": \"*\",\n    \"ext-pdo\": \"*\",\n    \"ext-pdo_mysql\": \"*\",\n    \"ext-phar\": \"*\",\n    \"ext-posix\": \"*\",\n    \"ext-pspell\": \"*\",\n    \"ext-reflection\": \"*\",\n    \"ext-session\": \"*\",\n    \"ext-simplexml\": \"*\",\n    \"ext-sockets\": \"*\",\n    \"ext-sodium\": \"*\",\n    \"ext-spl\": \"*\",\n    \"ext-xml\": \"*\",\n    \"ext-xmlreader\": \"*\",\n    \"ext-xmlwriter\": \"*\",\n    \"ext-zip\": \"*\",\n    \"ext-zlib\": \"*\",\n    \"algo26-matthias/idna-convert\": \"~2.1.0\",\n    \"cweagans/composer-patches\": \"~1.6.6\",\n    \"imscp/composer-installers\": \"^1.0\",\n    \"league/flysystem\": \"^1.0\",\n    \"pear/net_dns2\": \"~1.4.4\",\n    \"phpseclib/phpseclib\": \"~2.0.20\",\n    \"slim/slim\": \"^3.12\",\n    \"zendframework/zend-escaper\": \"^2.6\",\n    \"zendframework/zendframework1\": \"1.12.20\"\n  },\n  \"autoload\": {\n    \"psr-4\": {\n      \"iMSCP\\\\Plugin\\\\\": \"plugins/\",\n      \"iMSCP\\\\\": \"src/\"\n    },\n    \"files\": [\n      \"include/BcAutoload.php\",\n      \"include/Admin.php\",\n      \"include/Client.php\",\n      \"include/Counting.php\",\n      \"include/Email.php\",\n      \"include/Input.php\",\n      \"include/Intl.php\",\n      \"include/Layout.php\",\n      \"include/Login.php\",\n      \"include/Reseller.php\",\n      \"include/Shared.php\",\n      \"include/Statistics.php\",\n      \"include/View.php\"\n    ]\n  },\n  \"extra\": {\n    \"installer-paths\": {\n      \"vendor/{$vendor}/{$name}\": [\n        \"imscp/monsta-ftp\",\n        \"imscp/phpmyadmin\",\n        \"imscp/rainloop\",\n        \"imscp/roundcube\"\n      ]\n    },\n    \"composer-exit-on-patch-failure\": true,\n    \"patches\": {\n      \"zendframework/zendframework1\": {\n        \"Patch for PHP deprecations (Zend Framework 1)\": \"patches/001_php_deprecations.patch\",\n        \"Patch for Zend_Form component (docblock fix)\": \"patches/002_zend_form_docblock_fix.patch\",\n        \"Patch for Zend_Navigation component (isActive() implementation for URI page)\": \"patches/003_zend_navigation_patch\",\n        \"Patch for Zend_Validate_File_Upload validator (count() fix)\": \"patches/004_zend_validate_file_upload.patch\",\n        \"Patch for Zend_Validate_File_Count validator (count() fix)\": \"patches/005_zend_validate_file_count.patch\"\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "gui/data/cache/.gitkeep",
    "content": ""
  },
  {
    "path": "gui/data/certs/.gitkeep",
    "content": ""
  },
  {
    "path": "gui/data/logs/.gitkeep",
    "content": ""
  },
  {
    "path": "gui/data/persistent/.composer/.gitkeep",
    "content": ""
  },
  {
    "path": "gui/data/persistent/plugins/README.md",
    "content": "##Plugin local configuration files\n\n###Introduction\n\n\nThis directory allow to store plugin local configuration files. Local configuration files allow to override the default\nplugin parameters defined in the default configuration files in persistent way, without having to restore them after\nupdating your plugins to a newer version. It's the responsibility of the admin to check that parameters added in these\nfiles still apply to the newest plugin versions.\n\n**Note:** To avoid any accidental configuration data loss, the local configuration files are never automatically deleted.\n\n###How it works\n\nWhen a local configuration file is found for a plugin, both, the default configuration file and the local configuration\nfile are merged together. Parameters defined in the local configuration files take precedence over those defined in\ndefault configuration files.\n\n###Local configuration files naming convention\n\nLocal configuration files *MUST* be named with plugin name followed by the php file extension such as: JailKit.php\n\n###Local configuration file sample\n\nHere we want override the following default plugin configuration file:\n\n```php\n<?php\nreturn array(\n\t// Jailkit installation directory.\n\t// This path is used as value of the --prefix option (JailKit configure script).\n\t// IMPORTANT: You must never change this parameter while updating the plugin to a new version.\n\t'install_path' => '/usr/local', // (Recommended value)\n\n\t// Full path to the root jail directory which holds all jails. Be sure that the partition in which this directory is\n\t// living has enough space to host the jails.\n\t// IMPORTANT: You must never change this parameter while updating the plugin to a new version.\n\t'root_jail_dir' => '/home/imscp-jails',\n\n\t// See man shells\n\t// Don't change this value if you do not know what you are doing\n\t'shell' => '/bin/bash', // (Recommended value)\n\n\t// See man jk_init\n\t'jail_app_sections' => array(\n\t\t'imscp-base', // Include Pre-selected sections, users and groups\n\t\t'mysql-client'\n\t),\n\n\t// See man jk_cp\n\t// Any file which is not installed on your system will be ignored\n\t'jail_additional_apps' => array(\n\t\t'/bin/hostname',\n\t\t'/usr/bin/basename',\n\t\t'/usr/bin/dircolors',\n\t\t'/usr/bin/dirname',\n\t\t'/usr/bin/clear_console',\n\t\t'/usr/bin/env',\n\t\t'/usr/bin/id',\n\t\t'/usr/bin/groups',\n\t\t'/usr/bin/lesspipe',\n\t\t'/usr/bin/tput',\n\t\t'/usr/bin/which'\n\t),\n\n\t// See man jk_socketd\n\t'jail_socketd_base' => '512',\n\t'jail_socketd_peak' => '2048',\n\t'jail_socketd_interval' => '5.0'\n);\n```\n\nWe create the following local configuration file:\n\n**gui/data/persistent/plugins/JailKit.php file:**\n```php\n<?php\nreturn array(\n\t// Override default jail roor directory\n\t'root_jail_dir' => '/var/www/imscp-jails',\n\n\t// Append the git section to the jail_app_sections parameter\n\t'jail_app_sections' => array(\n\t\t'git'\n\t)\n);\n```\n\n####Important\n\nElements from default plugin configuration files are never removed automatically (this is by design). To remove an\nelement, you must process as follow:\n\n**gui/data/persistent/plugins/JailKit.php file:**\n```php\n<?php\nreturn array(\n\t'__OVERRIDE__' => array(\n\t\t// Override default jail roor directory\n\t\t'root_jail_dir' => '/var/www/imscp-jails',\n\n\t\t// Append the git section to the jail_app_sections parameter\n\t\t'jail_app_sections' => array(\n\t\t\t'git'\n\t\t)\n\t),\n\t'__REMOVE__' => array(\n\t\t// Remove mysql-client section from the jail_app_section parameter\n\t\t'jail_apps_sections => array(\n\t\t\t'mysql-client'\n\t\t),\n\n\t\t// Remove hostname command from the jail_additional_apps parameter\n\t\t'jail_additional_apps' => array(\n\t\t\t'/bin/hostname'\n\t\t)\n\t)\n);\n```\n\nHere, the special array key '__OVERRIDE__' defines an array which contain elements to add/override, and the second\nspecial array key '__REMOVE__', an array which contain elements to remove.\n"
  },
  {
    "path": "gui/data/sessions/.gitkeep",
    "content": ""
  },
  {
    "path": "gui/data/tmp/.gitkeep",
    "content": ""
  },
  {
    "path": "gui/data/uploads/.gitkeep",
    "content": ""
  },
  {
    "path": "gui/include/Admin.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Registry;\n\n/**\n * Whether or not the system has a least the given number of registered\n * resellers\n *\n * @param int $minNbResellers Minimum number of resellers\n * @return bool TRUE if the system has a least the given number of registered\n *              resellers, FALSE otherwise\n */\nfunction systemHasResellers($minNbResellers = 1)\n{\n    static $resellersCount = NULL;\n\n    if (NULL === $resellersCount) {\n        $resellersCount = execute_query(\n            \"SELECT COUNT(admin_id) FROM admin WHERE admin_type = 'reseller'\"\n        )->fetchRow(PDO::FETCH_COLUMN);\n    }\n\n    return $resellersCount >= $minNbResellers;\n}\n\n/**\n * Whether or not the system has a least the given number of registered\n * customers\n *\n * @param int $minNbCustomers Minimum number of customers\n * @return bool TRUE if system has a least the given number of registered\n *              customers, FALSE otherwise\n */\nfunction systemHasCustomers($minNbCustomers = 1)\n{\n    static $customersCount = NULL;\n\n    if (NULL === $customersCount) {\n        $customersCount = execute_query(\n            \"\n                SELECT COUNT(admin_id)\n                FROM admin\n                WHERE admin_type = 'user'\n                AND admin_status <> 'todelete'\n            \"\n        )->fetchRow(PDO::FETCH_COLUMN);\n    }\n\n    return $customersCount >= $minNbCustomers;\n}\n\n/**\n * Whether or not system has registered admins (many), resellers or customers\n *\n * @return bool\n */\nfunction systemHasAdminsOrResellersOrCustomers()\n{\n    return (systemHasManyAdmins() || systemHasResellers()\n        || systemHasCustomers());\n}\n\n/**\n * Whether or not system has registered resellers or customers\n *\n * @return bool\n */\nfunction systemHasResellersOrCustomers()\n{\n    return (systemHasResellers() || systemHasCustomers());\n}\n\n/**\n * Whether or not system as many admins\n *\n * @return bool\n */\nfunction systemHasManyAdmins()\n{\n    static $hasManyAdmins = NULL;\n\n    if (NULL === $hasManyAdmins) {\n        $hasManyAdmins = execute_query(\n            \"SELECT admin_id FROM admin WHERE admin_type = 'admin' LIMIT 2\"\n        )->rowCount() > 1;\n    }\n\n    return $hasManyAdmins;\n}\n\n/**\n * Whether or not system has anti-rootkits\n *\n * @return bool\n */\nfunction systemHasAntiRootkits()\n{\n    return Registry::get('config')['ANTI_ROOTKIT_PACKAGES'] != 'No';\n}\n"
  },
  {
    "path": "gui/include/BcAutoload.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n// Register an autoloader that aliases legacy i-MSCP classes/interfaces.\n\nuse iMSCP\\Autoloader\\BcAutoloader;\n\nBcAutoloader::register();\n"
  },
  {
    "path": "gui/include/Client.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\n\n/**\n * Translate mail type\n *\n * @param string $mailAcc Mail account name\n * @param string $mailType Mail account type\n * @return string Translated mail account type\n */\nfunction user_trans_mail_type($mailAcc, $mailType)\n{\n    switch ($mailType) {\n        case MT_NORMAL_MAIL:\n        case MT_ALIAS_MAIL:\n        case MT_SUBDOM_MAIL:\n        case MT_ALSSUB_MAIL:\n            return tr('Normal account');\n        case MT_NORMAL_FORWARD:\n        case MT_ALIAS_FORWARD:\n            return tr('Forward account') .\n                (in_array(\n                    $mailAcc, ['abuse', 'hostmaster', 'postmaster', 'webmaster']\n                ) ? ' ' . tr('(default)') : '');\n        case MT_SUBDOM_FORWARD:\n        case MT_ALSSUB_FORWARD:\n            return tr('Forward account') . (\n                $mailAcc == 'webmaster' ? ' ' . tr('(default)') : ''\n                );\n        case MT_NORMAL_MAIL . ',' . MT_NORMAL_FORWARD:\n        case MT_ALIAS_MAIL . ',' . MT_ALIAS_FORWARD:\n        case MT_SUBDOM_MAIL . ',' . MT_SUBDOM_FORWARD:\n        case MT_ALSSUB_MAIL . ',' . MT_ALSSUB_FORWARD:\n            return tr('Normal & forward account');\n            break;\n        case MT_NORMAL_CATCHALL:\n        case MT_ALIAS_CATCHALL:\n        case MT_SUBDOM_CATCHALL:\n        case MT_ALSSUB_CATCHALL:\n            return tr('Catch-all account');\n        default:\n            return tr('Unknown type.');\n    }\n}\n\n/**\n * Tells whether or not the current customer can access to the given feature(s)\n *\n * @param array|string $featureNames Feature name(s) (insensitive case)\n * @param bool $forceReload If true force data to be reloaded\n * @return bool TRUE if $featureName is available for customer, FALSE otherwise\n */\nfunction customerHasFeature($featureNames, $forceReload = false)\n{\n    static $availableFeatures = NULL;\n    static $debug = false;\n\n    if (NULL === $availableFeatures || $forceReload) {\n        $cfg = Registry::get('config');\n        $debug = (bool)$cfg['DEBUG'];\n        $dmnProps = get_domain_default_props($_SESSION['user_id']);\n        $availableFeatures = [\n            /*'domain' => ($dmnProps['domain_alias_limit'] != '-1'\n                || $dmnProps['domain_subd_limit'] != '-1'\n                || $dmnProps['domain_dns'] == 'yes'\n                || $dmnProps['phpini_perm_system'] == 'yes'\n                || $cfg['ENABLE_SSL']) ? true : false,\n            */\n            'external_mail'      => $dmnProps['domain_external_mail'] == 'yes',\n            'php'                => $dmnProps['domain_php'] == 'yes',\n            'php_editor'         => (\n                $dmnProps['phpini_perm_system'] == 'yes'\n                && $dmnProps['phpini_perm_allow_url_fopen'] == 'yes'\n                || $dmnProps['phpini_perm_display_errors'] == 'yes'\n                || in_array(\n                    $dmnProps['phpini_perm_disable_functions'], ['yes', 'exec']\n                )\n            ),\n            'cgi'                => $dmnProps['domain_cgi'] == 'yes',\n            'ftp'                => $dmnProps['domain_ftpacc_limit'] != '-1',\n            'sql'                => $dmnProps['domain_sqld_limit'] != '-1',\n            'mail'               => $dmnProps['domain_mailacc_limit'] != '-1',\n            'subdomains'         => $dmnProps['domain_subd_limit'] != '-1',\n            'domain_aliases'     => $dmnProps['domain_alias_limit'] != '-1',\n            'custom_dns_records' => $dmnProps['domain_dns'] != 'no'\n                && $cfg['NAMED_PACKAGE'] != 'Servers::noserver',\n            'webstats'           => $cfg['WEB_STATISTIC_PACKAGES'] != 'no',\n            'backup'             => $cfg['BACKUP_DOMAINS'] != 'no'\n                && $dmnProps['allowbackup'] != '',\n            'protected_areas'    => true,\n            'custom_error_pages' => true,\n            'ssl'                => $cfg['ENABLE_SSL'] == 1\n        ];\n\n        if ($cfg['IMSCP_SUPPORT_SYSTEM']) {\n            $stmt = exec_query(\n                '\n                    SELECT support_system\n                    FROM reseller_props\n                    WHERE reseller_id = ?\n                ',\n                [$_SESSION['user_created_by']]\n            );\n            $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n            $availableFeatures['support'] = ($row['support_system'] == 'yes');\n        } else {\n            $availableFeatures['support'] = false;\n        }\n    }\n\n    $canAccess = true;\n    foreach ((array)$featureNames as $featureName) {\n        $featureName = strtolower($featureName);\n\n        if ($debug && !array_key_exists($featureName, $availableFeatures)) {\n            throw new Exception(\n                sprintf(\n                    \"Feature %s is not known by the customerHasFeature() function.\",\n                    $featureName\n                )\n            );\n        }\n\n        if (!$availableFeatures[$featureName]) {\n            $canAccess = false;\n            break;\n        }\n    }\n\n    return $canAccess;\n}\n\n/**\n * Tells whether or not the current customer can access the mail or external\n *  mail feature.\n *\n * @return bool\n */\nfunction customerHasMailOrExtMailFeatures()\n{\n    return (customerHasFeature('mail') || customerHasFeature('external_mail'));\n}\n\n/**\n * Does the given customer is the owner of the given domain?\n *\n * @param string $domainName Domain name (dmn,sub,als,alssub)\n * @param int $customerId Customer unique identifier\n * @return bool TRUE if the given customer is the owner of the given domain,\n *              FALSE otherwise\n * TODO add admin_id as foreign key in all domain tables too avoid too many\n *      jointures\n */\nfunction customerHasDomain($domainName, $customerId)\n{\n    $domainName = encode_idna($domainName);\n\n    // Check in domain table\n    $stmt = exec_query(\n        \"\n            SELECT 'found'\n            FROM domain WHERE domain_admin_id = ? AND domain_name = ?\n        \",\n        [$customerId, $domainName]\n    );\n    if ($stmt->rowCount()) {\n        return true;\n    }\n\n    // Check in domain_aliasses table\n    $stmt = exec_query(\n        \"\n            SELECT 1\n            FROM domain AS t1\n            JOIN domain_aliasses AS t2 ON(t2.domain_id = t1.domain_id)\n            WHERE t1.domain_admin_id = ?\n            AND t2.alias_name = ?\n        \",\n        [$customerId, $domainName]\n    );\n\n    if ($stmt->rowCount()) {\n        return true;\n    }\n\n    // Check in subdomain table\n    $stmt = exec_query(\n        \"\n            SELECT 1\n            FROM domain AS t1\n            JOIN subdomain AS t2 ON (t2.domain_id = t1.domain_id)\n            WHERE t1.domain_admin_id = ?\n            AND CONCAT(t2.subdomain_name, '.', t1.domain_name) = ?\n        \",\n        [$customerId, $domainName]\n    );\n\n    if ($stmt->rowCount()) {\n        return true;\n    }\n\n    // Check in subdomain_alias table\n    $stmt = exec_query(\n        \"\n            SELECT 1 FROM domain AS t1\n            JOIN domain_aliasses AS t2 ON(t2.domain_id = t1.domain_id)\n            JOIN subdomain_alias AS t3 ON(t3.alias_id = t2.alias_id)\n            WHERE t1.domain_admin_id = ?\n            AND CONCAT(t3.subdomain_alias_name, '.', t2.alias_name) = ?\n        \",\n        [$customerId, $domainName]\n    );\n\n    if ($stmt->rowCount()) {\n        return true;\n    }\n\n    return false;\n}\n\n/**\n * Get mount points\n *\n * @param int $domainId Main domain unique identifier\n * @return array List of mount points\n */\nfunction getMountpoints($domainId)\n{\n    static $mountpoints = [];\n\n    if (empty($mountpoints)) {\n        $stmt = exec_query(\n            '\n                SELECT subdomain_mount AS mount_point\n                FROM subdomain\n                WHERE domain_id = ?\n                UNION ALL\n                SELECT alias_mount AS mount_point\n                FROM domain_aliasses\n                WHERE domain_id = ?\n                UNION ALL\n                SELECT subdomain_alias_mount AS mount_point\n                FROM subdomain_alias\n                JOIN domain_aliasses USING(alias_id)\n                WHERE domain_id = ?\n            ',\n            [$domainId, $domainId, $domainId]\n        );\n\n        if ($stmt->rowCount()) {\n            $mountpoints = $stmt->fetchAll(PDO::FETCH_COLUMN);\n        }\n\n        array_unshift($mountpoints, '/'); // main domain mount point\n    }\n\n    return $mountpoints;\n}\n\n/**\n * Get mount point and document root for the given domain\n *\n * @param int $domainId Domain unique identifier\n * @param string $domainType Domain type (dmn,als,sub,alssub)\n * @param int $ownerId Domain owner unique identifier\n * @return array Array containing domain mount point and document root\n */\nfunction getDomainMountpoint($domainId, $domainType, $ownerId)\n{\n    switch ($domainType) {\n        case 'dmn':\n            $query = \"\n                SELECT '/' AS mount_point, document_root\n                FROM domain\n                WHERE domain_id = ?\n                AND domain_admin_id = ?\n            \";\n            break;\n        case 'sub':\n            $query = '\n                SELECT subdomain_mount AS mount_point,\n                    subdomain_document_root AS document_root\n                FROM subdomain\n                JOIN domain USING(domain_id)\n                WHERE subdomain_id = ?\n                AND domain_admin_id = ?\n            ';\n            break;\n        case 'als':\n            $query = '\n                SELECT alias_mount AS mount_point,\n                alias_document_root AS document_root\n                FROM domain_aliasses\n                JOIN domain USING(domain_id)\n                WHERE alias_id = ?\n                AND domain_admin_id = ?\n            ';\n            break;\n        case 'alssub':\n            $query = '\n                SELECT subdomain_alias_mount AS mount_point,\n                    subdomain_alias_document_root AS document_root\n                FROM subdomain_alias\n                JOIN domain_aliasses USING(alias_id)\n                JOIN domain USING(domain_id)\n                WHERE subdomain_alias_id = ?\n                AND domain_admin_id = ?\n            ';\n            break;\n        default:\n            throw new Exception('Unknown domain type');\n    }\n\n    $stmt = exec_query($query, [$domainId, $ownerId]);\n    if (!$stmt->rowCount()) {\n        throw new Exception(\"Couldn't find domain data\");\n    }\n\n    return $stmt->fetchRow(PDO::FETCH_NUM);\n}\n\n/**\n * Parse data from the given maildirsize file\n *\n * Because processing several maildirsize files can be time consuming, the data\n * are stored in session for next 5 minutes. It is possible to refresh data by\n * changing the $refreshData flag value to TRUE\n *\n * @see http://www.courier-mta.org/imap/README.maildirquota.html\n * @param string $maildirsizeFilePath\n * @param bool $refreshData Flag indicating if data must be refreshed\n * @return array|bool Array containing maildirsize data, FALSE on failure\n */\nfunction parseMaildirsize($maildirsizeFilePath, $refreshData = false)\n{\n    if (!$refreshData\n        && !empty($_SESSION['maildirsize'][$maildirsizeFilePath])\n        && $_SESSION['maildirsize'][$maildirsizeFilePath]['timestamp']\n        < (time() + 300)\n    ) {\n        return $_SESSION['maildirsize'][$maildirsizeFilePath];\n    }\n\n    unset($_SESSION['maildirsize'][$maildirsizeFilePath]);\n\n    $fh = @fopen($maildirsizeFilePath, 'r');\n    if (!$fh) {\n        return false;\n    }\n\n    $maildirsize = [\n        'quota_bytes'    => 0,\n        'quota_messages' => 0,\n        'byte_count'     => 0,\n        'file_count'     => 0,\n        'timestamp'      => time()\n    ];\n\n    // Parse quota definition\n\n    if (($line = fgets($fh)) === false) {\n        fclose($fh);\n        return false;\n    }\n\n    $quotaDefinition = explode(',', $line, 2);\n\n    if (!isset($quotaDefinition[0])\n        || !preg_match('/(\\d+)S/i', $quotaDefinition[0], $m)\n    ) {\n        // No quota definition. Skip processing...\n        fclose($fh);\n        return false;\n    }\n\n    $maildirsize['quota_bytes'] = $m[1];\n\n    if (isset($quotaDefinition[1])\n        && preg_match('/(\\d+)C/i', $quotaDefinition[1], $m)\n    ) {\n        $maildirsize['quota_messages'] = $m[1];\n    }\n\n    // Parse byte and file counts\n\n    while (($line = fgets($fh)) !== false) {\n        if (preg_match('/^\\s*(-?\\d+)\\s+(-?\\d+)\\s*$/', $line, $m)) {\n            $maildirsize['byte_count'] += $m[1];\n            $maildirsize['file_count'] += $m[2];\n        }\n    }\n\n    fclose($fh);\n    return $_SESSION['maildirsize'][$maildirsizeFilePath] = $maildirsize;\n}\n\n/**\n * Delete the given subdomain, including any entity that belong to it\n *\n * @param int $id Subdomain unique identifier\n * @return void\n */\nfunction deleteSubdomain($id)\n{\n    ignore_user_abort(true);\n    set_time_limit(0);\n\n    $stmt = exec_query(\n        \"\n            SELECT t1.domain_id, CONCAT(t1.subdomain_name, '.',\n                t2.domain_name) AS subdomain_name, t1.subdomain_mount\n            FROM subdomain AS t1\n            JOIN domain AS t2 USING(domain_id)\n            WHERE t1.subdomain_id = ?\n            AND t2.domain_admin_id = ?\n        \",\n        [$id, $_SESSION['user_id']]\n    );\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onBeforeDeleteSubdomain,\n            [\n                'subdomainId'   => $id,\n                'subdomainName' => $row['subdomain_name'],\n                'subdomainType' => 'sub',\n                // BC -- will be removed in a later version\n                'type'          => 'sub'\n            ]\n        );\n\n        // Delete FTP groups and FTP accounting/limit data\n        $stmt = exec_query(\n            \"\n                SELECT groupname, members\n                FROM ftp_group\n                JOIN ftp_users USING(gid)\n                WHERE userid LIKE CONCAT('%@', ?)\n                LIMIT 1\n            \",\n            $row['subdomain_name']\n        );\n        if ($stmt->rowCount()) {\n            $ftpGroupData = $stmt->fetchRow(PDO::FETCH_ASSOC);\n            $members = array_filter(\n                preg_split(\n                    '/,/', $ftpGroupData['members'], -1, PREG_SPLIT_NO_EMPTY\n                ),\n                function ($member) use ($row) {\n                    return !preg_match(\"/@{$row['subdomain_name']}$/\", $member);\n                }\n            );\n\n            if (empty($members)) {\n                exec_query(\n                    'DELETE FROM ftp_group WHERE groupname = ?',\n                    [$ftpGroupData['groupname']]\n                );\n                exec_query(\n                    'DELETE FROM quotalimits WHERE name = ?',\n                    [$ftpGroupData['groupname']]\n                );\n                exec_query(\n                    'DELETE FROM quotatallies WHERE name = ?',\n                    [$ftpGroupData['groupname']]\n                );\n            } else {\n                exec_query(\n                    'UPDATE ftp_group SET members = ? WHERE groupname = ?',\n                    [implode(',', $members), $ftpGroupData['groupname']]\n                );\n            }\n\n            unset($ftpGroupData, $members);\n        }\n\n        // Delete PHP ini entries\n        exec_query(\n            \"DELETE FROM php_ini WHERE domain_id = ? AND domain_type = 'sub'\",\n            [$id]\n        );\n\n        // Schedule FTP accounts deletion\n        exec_query(\n            \"UPDATE ftp_users SET status = 'todelete' WHERE userid LIKE ?\",\n            ['%@' . $row['subdomain_name']]\n        );\n\n        // Schedule mail accounts deletion\n        exec_query(\n            \"\n                UPDATE mail_users\n                SET status = 'todelete'\n                WHERE sub_id = ?\n                AND mail_type LIKE '%subdom_%'\n            \",\n            [$id]\n        );\n\n        // Schedule SSL certificates deletion\n        exec_query(\n            \"\n                UPDATE ssl_certs\n                SET status = 'todelete'\n                WHERE domain_id = ?\n                AND domain_type = 'sub'\n            \",\n            [$id]\n        );\n\n        // Schedule protected area deletion        \n        exec_query(\n            \"\n                UPDATE htaccess\n                SET status = 'todelete'\n                WHERE dmn_id = ?\n                AND path LIKE ?\n            \",\n            [\n                $row['domain_id'],\n                utils_normalizePath($row['subdomain_mount']) . '%'\n            ]\n        );\n\n        // Schedule subdomain deletion\n        exec_query(\n            \"\n                UPDATE subdomain\n                SET subdomain_status = 'todelete'\n                WHERE subdomain_id = ?\n            \",\n            [$id]\n        );\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onAfterDeleteSubdomain,\n            [\n                'subdomainId'   => $id,\n                'subdomainName' => $row['subdomain_name'],\n                'subdomainType' => 'sub',\n                // BC -- will be removed in a later version\n                'type'          => 'sub'\n            ]\n        );\n\n        $db->commit();\n        send_request();\n        write_log(\n            sprintf(\n                'Deletion of the %s subdomain has been scheduled by %s',\n                decode_idna($row['subdomain_alias_name']),\n                $_SESSION['user_logged']\n            ),\n            E_USER_NOTICE\n        );\n        set_page_message(tr('Subdomain scheduled for deletion.'), 'success');\n    } catch (Exception $e) {\n        $db->rollBack();\n        write_log(\n            sprintf(\n                'System was unable to remove a subdomain: %s',\n                $e->getMessage()\n            ),\n            E_ERROR\n        );\n        set_page_message(\n            tr(\"Couldn't delete subdomain. An unexpected error occurred.\"),\n            'error'\n        );\n    }\n}\n\n/**\n * Delete the given subdomain alias, including any entity that belong to it\n *\n * @param int $id Subdomain alias unique identifier\n * @return void\n */\nfunction deleteSubdomainAlias($id)\n{\n    ignore_user_abort(true);\n    set_time_limit(0);\n\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n\n    $stmt = exec_query(\n        \"\n            SELECT\n                CONCAT(t1.subdomain_alias_name, '.', t2.alias_name)\n                    AS subdomain_alias_name,\n                t1.subdomain_alias_mount\n            FROM subdomain_alias AS t1\n            JOIN domain_aliasses AS t2 USING(alias_id)\n            WHERE t2.domain_id = ?\n            AND t1.subdomain_alias_id = ?\n        \",\n        [$domainId, $id]\n    );\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onBeforeDeleteSubdomain,\n            [\n                'subdomainId'   => $id,\n                'subdomainName' => $row['subdomain_alias_name'],\n                'subdomainType' => 'alssub',\n                // BC -- will be removed in a later version\n                'type'          => 'alssub',\n            ]\n        );\n\n        // Delete FTP groups and FTP accounting/limit data\n        $stmt = exec_query(\n            \"\n                SELECT groupname, members\n                FROM ftp_group\n                JOIN ftp_users USING(gid)\n                WHERE userid LIKE CONCAT('%@', ?)\n                LIMIT 1\n            \",\n            $row['subdomain_alias_name']\n        );\n        if ($stmt->rowCount()) {\n            $ftpGroupData = $stmt->fetchRow(PDO::FETCH_ASSOC);\n            $members = array_filter(\n                preg_split(\n                    '/,/', $ftpGroupData['members'], -1, PREG_SPLIT_NO_EMPTY\n                ),\n                function ($member) use ($row) {\n                    return !preg_match(\n                        \"/@{$row['subdomain_alias_name']}$/\", $member\n                    );\n                }\n            );\n\n            if (empty($members)) {\n                exec_query(\n                    'DELETE FROM ftp_group WHERE groupname = ?',\n                    [$ftpGroupData['groupname']]\n                );\n                exec_query(\n                    'DELETE FROM quotalimits WHERE name = ?',\n                    [$ftpGroupData['groupname']]\n                );\n                exec_query(\n                    'DELETE FROM quotatallies WHERE name = ?',\n                    [$ftpGroupData['groupname']]\n                );\n            } else {\n                exec_query(\n                    'UPDATE ftp_group SET members = ? WHERE groupname = ?',\n                    [implode(',', $members), $ftpGroupData['groupname']]\n                );\n            }\n\n            unset($ftpGroupData, $members);\n        }\n\n        // Delete PHP ini entries\n        exec_query(\n            \"\n                DELETE FROM php_ini\n                WHERE domain_id = ?\n                AND domain_type = 'subals'\n            \",\n            [$id]\n        );\n\n        // Schedule FTP accounts deletion\n        exec_query(\n            \"UPDATE ftp_users SET status = 'todelete' WHERE userid LIKE ?\",\n            ['%@' . $row['subdomain_alias_name']]\n        );\n\n        // Schedule mail accounts deletion\n        exec_query(\n            \"\n                UPDATE mail_users\n                SET status = 'todelete'\n                WHERE sub_id = ?\n                AND mail_type LIKE '%alssub_%'\n            \",\n            [$id]\n        );\n\n        // Schedule SSL certificates deletion\n        exec_query(\n            \"\n                UPDATE ssl_certs\n                SET status = 'todelete'\n                WHERE domain_id = ?\n                AND domain_type = 'alssub'\n            \",\n            [$id]\n        );\n\n        // Schedule protected areas deletion\n        exec_query(\n            \"\n                UPDATE htaccess\n                SET status = 'todelete'\n                WHERE dmn_id = ? AND path LIKE ?\n            \",\n            [\n                $domainId,\n                utils_normalizePath($row['subdomain_alias_mount']) . '%'\n            ]\n        );\n\n        // Schedule subdomain aliases deletion\n        exec_query(\n            \"\n                UPDATE subdomain_alias\n                SET subdomain_alias_status = 'todelete'\n                WHERE subdomain_alias_id = ?\n            \",\n            [$id]\n        );\n\n        EventAggregator::getInstance()->dispatch(Events::onAfterDeleteSubdomain, [\n            'subdomainId'   => $id,\n            'subdomainName' => $row['subdomain_alias_name'],\n            'subdomainType' => 'alssub',\n            // BC -- will be removed in a later version\n            'type'          => 'alssub',\n        ]);\n\n        $db->commit();\n\n        send_request();\n        write_log(\n            sprintf(\n                'Deletion of the %s subdomain has been scheduled by %s',\n                decode_idna($row['subdomain_alias_name']),\n                $_SESSION['user_logged']\n            ),\n            E_USER_NOTICE\n        );\n        set_page_message(tr('Subdomain scheduled for deletion.'), 'success');\n    } catch (Exception $e) {\n        $db->rollBack();\n        write_log(\n            sprintf(\n                'System was unable to remove a subdomain: %s', $e->getMessage()\n            ),\n            E_ERROR\n        );\n        set_page_message(\n            tr(\"Couldn't delete subdomain. An unexpected error occurred.\"),\n            'error'\n        );\n        redirectTo('domains_manage.php');\n    }\n}\n\n/**\n * Check if SQL databases limit of the given customer is reached\n *\n * @return bool TRUE if SQL database limit is reached, FALSE otherwise\n */\nfunction customerSqlDbLimitIsReached()\n{\n    $domainProps = get_domain_default_props($_SESSION['user_id']);\n\n    if ($domainProps['domain_sqld_limit'] == 0\n        || get_customer_sql_databases_count(\n            $domainProps['domain_id']) < $domainProps['domain_sqld_limit']\n    ) {\n        return false;\n    }\n\n    return true;\n}\n"
  },
  {
    "path": "gui/include/Counting.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Registry;\n\n// Global counting functions\n\n/**\n * Retrieve count of administrator accounts, excluding those that are being\n * deleted\n *\n * @return int Count of administrator accounts\n */\nfunction get_administrators_count()\n{\n    return get_objects_count(\n        'admin',\n        'admin_id',\n        \"WHERE admin_type = 'admin' AND admin_status <> 'todelete'\"\n    );\n}\n\n/**\n * Retrieve count of reseller accounts, excluding those that are being deleted\n *\n * @return int Count of reseller accounts\n */\nfunction get_resellers_count()\n{\n    return get_objects_count(\n        'admin',\n        'admin_id',\n        \"WHERE admin_type = 'reseller' AND admin_status <> 'todelete'\"\n    );\n}\n\n/**\n * Retrieve count of customers accounts, excluding those that are being deleted\n *\n * @return int Count of customer accounts\n */\nfunction get_customers_count()\n{\n    return get_objects_count(\n        'admin',\n        'admin_id',\n        \"WHERE admin_type = 'user' AND admin_status <> 'todelete'\"\n    );\n}\n\n/**\n * Retrieve count of domains, excluding those that are being deleted\n *\n * @return int Count of domains\n */\nfunction get_domains_count()\n{\n    return get_objects_count(\n        'domain', 'domain_id', \"WHERE domain_status <> 'todelete'\"\n    );\n}\n\n/**\n * Retrieve count of subdomains, excluding those that are being deleted\n *\n *\n * @return int Count of subdomains\n */\nfunction get_subdomains_count()\n{\n    return get_objects_count(\n            'subdomain', 'subdomain_id', \"WHERE subdomain_status <> 'todelete'\"\n        ) + get_objects_count(\n            'subdomain_alias',\n            'subdomain_alias_id',\n            \"WHERE subdomain_alias_status <> 'todelete'\"\n        );\n}\n\n/**\n * Retrieve count of domain aliases, excluding those that are ordered or being\n * deleted\n *\n * @return int Count of domain aliases\n */\nfunction get_domain_aliases_count()\n{\n    return get_objects_count(\n        'domain_aliasses',\n        'alias_id',\n        \"WHERE alias_status NOT IN('ordered', 'todelete')\"\n    );\n}\n\n/**\n * Retrieve count of mail accounts, excluding those that are being deleted\n *\n * Default mail accounts are counted or not, depending of administrator\n * settings.\n *\n * @return int Count of mail accounts\n */\nfunction get_mail_accounts_count()\n{\n    $where = '';\n\n    if (!Registry::get('config')['COUNT_DEFAULT_EMAIL_ADDRESSES']) {\n        # A default mail account is composed of a name matching with:\n        # - abuse, hostmaster, postmaster or webmaster for a domain\n        # - webmaster for a subdomain\n        # and is set as forward mail account. If the customer turn a default\n        # mail account into a normal mail account, it is no longer seen as\n        # default mail account.\n        $where .= \"\n            WHERE ! (\n                mail_acc IN('abuse', 'hostmaster', 'postmaster', 'webmaster')\n                AND\n                mail_type IN('\" . MT_NORMAL_FORWARD . \"', '\"\n            . MT_ALIAS_FORWARD . \"')\n            )\n            AND !(mail_acc = 'webmaster' AND mail_type IN('\"\n            . MT_SUBDOM_FORWARD . \"', '\" . MT_ALSSUB_FORWARD . \"'))\n        \";\n    }\n\n    $where .= ($where == '' ? 'WHERE ' : 'AND ') . \"status <> 'todelete'\";\n\n    return get_objects_count('mail_users', 'mail_id', $where);\n}\n\n/**\n * Retrieve count of FTP users, excluding those that are being deleted\n *\n * @return int Count of FTP users\n */\nfunction get_ftp_users_count()\n{\n    return get_objects_count(\n        'ftp_users', 'userid', \"WHERE status <> 'todelete'\"\n    );\n}\n\n/**\n * Retrieve count of SQL databases\n *\n * @return int Count of SQL databases;\n */\nfunction get_sql_databases_count()\n{\n    return get_objects_count('sql_database', 'sqld_id');\n}\n\n/**\n * Retrieve count of SQL users\n *\n * @return int Count of SQL users\n */\nfunction get_sql_users_count()\n{\n    return get_objects_count('sql_user', 'sqlu_name');\n}\n\n/**\n * Retrieve count of objects from the given table using the given identifier\n * field and optional WHERE clause\n *\n * @param string $table\n * @param string $idField Identifier field\n * @param string $where OPTIONAL Where clause\n * @return int Count of objects\n */\nfunction get_objects_count($table, $idField, $where = '')\n{\n    $table = quoteIdentifier($table);\n    $idField = quoteIdentifier($idField);\n\n    return execute_query(\n        \"SELECT COUNT(DISTINCT $idField) FROM $table $where\"\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of subdomains, domain aliases, mail accounts, FTP users,\n * SQL database and SQL users that belong to the given reseller, excluding\n * those that are being deleted\n *\n * @return array An array containing count of administrators, resellers,\n *              customers, domains, subdomains, domain aliases, mail accounts,\n *              FTP users, SQL databases and SQL users\n */\nfunction get_objects_counts()\n{\n    return [\n        get_administrators_count(),\n        get_resellers_count(),\n        get_customers_count(),\n        get_domains_count(),\n        get_subdomains_count(),\n        get_domain_aliases_count(),\n        get_mail_accounts_count(),\n        get_ftp_users_count(),\n        get_sql_databases_count(),\n        get_sql_users_count()\n    ];\n}\n\n// Per reseller counting functions\n\n/**\n * Retrieve count of customer accounts that belong to the given reseller,\n * excluding those that are being deleted\n *\n * @param int $resellerId Reseller unique identifier\n * @return int Count of subdomains\n */\nfunction get_reseller_customers_count($resellerId)\n{\n    return exec_query(\n        \"\n            SELECT COUNT(admin_id)\n            FROM admin\n            WHERE created_by = ?\n            AND admin_status <> 'todelete'\n        \",\n        [$resellerId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of domains that belong to the given reseller, excluding those\n * that are being deleted\n *\n * @param int $resellerId Reseller unique identifier\n * @return int Count of subdomains\n */\nfunction get_reseller_domains_count($resellerId)\n{\n    return exec_query(\n        \"\n            SELECT COUNT(domain_id)\n            FROM domain\n            JOIN admin ON(admin_id = domain_admin_id)\n            WHERE created_by = ?\n            AND domain_status <> 'todelete'\n        \",\n        [$resellerId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of subdomains that belong to the given reseller, excluding\n * those that are being deleted\n *\n * @param int $resellerId Reseller unique identifier\n * @return int Count of subdomains\n */\nfunction get_reseller_subdomains_count($resellerId)\n{\n    return exec_query(\n            \"\n                SELECT COUNT(subdomain_id)\n                FROM subdomain\n                JOIN domain USING(domain_id)\n                JOIN admin ON(admin_id = domain_admin_id)\n                WHERE created_by = ?\n                AND subdomain_status <> 'todelete'\n            \",\n            [$resellerId]\n        )->fetchRow(PDO::FETCH_COLUMN)\n        +\n        exec_query(\n            \"\n                SELECT COUNT(subdomain_alias_id)\n                FROM subdomain_alias\n                JOIN domain_aliasses USING(alias_id)\n                JOIN domain USING(domain_id)\n                JOIN admin ON(admin_id = domain_admin_id)\n                WHERE created_by = ?\n                AND subdomain_alias_status <> 'todelete'\n            \",\n            [$resellerId]\n        )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of domain aliases that belong to the given reseller,\n * excluding those that are ordered or being deleted\n *\n * @param int $resellerId Reseller unique identifier\n * @return int Count of domain aliases\n */\nfunction get_reseller_domain_aliases_count($resellerId)\n{\n    return exec_query(\n        \"\n            SELECT COUNT(alias_id)\n            FROM domain_aliasses\n            JOIN domain USING(domain_id)\n            JOIN admin ON(admin_id = domain_admin_id)\n            WHERE created_by = ?\n            AND alias_status <> 'todelete'\n        \",\n        [$resellerId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of mail accounts that belong to the given reseller, excluding\n * those that are being deleted\n *\n * Default mail accounts are counted or not, depending of administrator settings.\n *\n * @param int $resellerId Domain unique identifier\n * @return int Count of mail accounts\n */\nfunction get_reseller_mail_accounts_count($resellerId)\n{\n    $query = '\n        SELECT COUNT(mail_id)\n        FROM mail_users\n        JOIN domain USING(domain_id)\n        JOIN admin ON(admin_id = domain_admin_id)\n        WHERE created_by = ?\n    ';\n\n    if (!Registry::get('config')['COUNT_DEFAULT_EMAIL_ADDRESSES']) {\n        # A default mail account is composed of a name matching with:\n        # - abuse, hostmaster, postmaster or webmaster for a domain\n        # - webmaster for a subdomain\n        # and is set as forward mail account. If the customeer turn a default\n        # mail account into a normal mail account, it is no longer seen as\n        # default mail account.\n        $query .= \"\n            AND !(\n                mail_acc IN('abuse', 'hostmaster', 'postmaster', 'webmaster')\n                AND\n                mail_type IN(\n                '\" . MT_NORMAL_FORWARD . \"', '\" . MT_ALIAS_FORWARD . \"')\n            )    \n            AND !(mail_acc = 'webmaster' AND mail_type IN('\" . MT_SUBDOM_FORWARD\n            . \"', '\" . MT_ALSSUB_FORWARD . \"'))\n        \";\n    }\n\n    $query .= \"AND status <> 'todelete'\";\n\n    return exec_query($query, [$resellerId])->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of FTP users that belong to the given reseller, excluding\n * those that are being deleted\n *\n * @param int $resellerId Reseller unique identifier\n * @return int Count of FTP users\n */\nfunction get_reseller_ftp_users_count($resellerId)\n{\n    return exec_query(\n        \"\n            SELECT COUNT(userid)\n            FROM ftp_users JOIN\n            admin USING(admin_id)\n            WHERE created_by = ? AND status <> 'todelete'\n        \",\n        [$resellerId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of SQL databases that belong to the given reseller\n *\n * @param int $resellerId Reseller unique identifier\n * @return int Count of SQL databases\n */\nfunction get_reseller_sql_databases_count($resellerId)\n{\n    return exec_query(\n        '\n            SELECT COUNT(sqld_id)\n            FROM sql_database\n            JOIN domain USING(domain_id)\n            JOIN admin ON(admin_id = domain_admin_id)\n            WHERE created_by = ?\n        ',\n        [$resellerId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of SQL users that belong to the given reseller\n *\n * @param int $resellerId Domain unique identifier\n * @return int Count of SQL users\n */\nfunction get_reseller_sql_users_count($resellerId)\n{\n    return exec_query(\n        '\n            SELECT COUNT(DISTINCT sqlu_name)\n            FROM sql_user\n            JOIN sql_database USING(sqld_id)\n            JOIN domain USING(domain_id)\n            JOIN admin ON(admin_id = domain_admin_id)\n            WHERE created_by = ?\n        ',\n        [$resellerId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of subdomains, domain aliases, mail accounts, FTP users,\n * SQL database and SQL users that belong to the given reseller, excluding\n * those that are being deleted\n *\n * @param int $resellerId Customer unique identifier\n * @return array An array containing count of customers, domains, subdomains,\n *               domain aliases, mail accounts, FTP users, SQL databases and\n *               SQL users\n */\nfunction get_reseller_objects_counts($resellerId)\n{\n    return [\n        get_reseller_customers_count($resellerId),\n        get_reseller_domains_count($resellerId),\n        get_reseller_subdomains_count($resellerId),\n        get_reseller_domain_aliases_count($resellerId),\n        get_reseller_mail_accounts_count($resellerId),\n        get_reseller_ftp_users_count($resellerId),\n        get_reseller_sql_databases_count($resellerId),\n        get_reseller_sql_users_count($resellerId)\n    ];\n}\n\n// Per domain/customer counting functions\n\n/**\n * Retrieve count of subdomains that belong to the given customer, excluding\n * those that are being deleted\n *\n * @param int $domainId Customer main domain unique identifier\n * @return int Count of subdomains\n */\nfunction get_customer_subdomains_count($domainId)\n{\n    return exec_query(\n            \"\n                SELECT COUNT(subdomain_id)\n                FROM subdomain\n                WHERE domain_id = ?\n                AND subdomain_status <> 'todelete'\n            \",\n            [$domainId]\n        )->fetchRow(PDO::FETCH_COLUMN)\n        + exec_query(\n            \"\n                SELECT COUNT(subdomain_alias_id)\n                FROM subdomain_alias\n                JOIN domain_aliasses USING(alias_id)\n                WHERE domain_id = ?\n                AND subdomain_alias_status <> 'todelete'\n            \",\n            [$domainId]\n        )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of domain aliases that belong to the given customer,\n * excluding those that are ordered or being deleted\n *\n * @param int $domainId Customer main domain unique identifier\n * @return int Count of domain aliases\n */\nfunction get_customer_domain_aliases_count($domainId)\n{\n    return exec_query(\n        \"\n            SELECT COUNT(alias_id)\n            FROM domain_aliasses\n            WHERE domain_id = ? AND alias_status NOT IN('ordered', 'todelete')\n        \",\n        [$domainId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of mail accounts that belong to the given customer, excluding\n * those that are being deleted\n *\n * Default mail accounts are counted or not, depending of administrator settings.\n *\n * @param int $domainId Customer main domain unique identifier\n * @return int Count of mail accounts\n */\nfunction get_customer_mail_accounts_count($domainId)\n{\n    $query = 'SELECT COUNT(mail_id) FROM mail_users WHERE domain_id = ?';\n\n    if (!Registry::get('config')['COUNT_DEFAULT_EMAIL_ADDRESSES']) {\n        # A default mail account is composed of a name matching with:\n        # - abuse, hostmaster, postmaster or webmaster for a domain\n        # - webmaster for a subdomain\n        # and is set as forward mail account. If the customeer turn a default\n        # mail account into a normal mail account, it is no longer seen as\n        # default mail account.\n        $query .= \"\n            AND !(\n                mail_acc IN('abuse', 'hostmaster', 'postmaster', 'webmaster')\n                AND\n                mail_type IN('\"\n            . MT_NORMAL_FORWARD . \"', '\" . MT_ALIAS_FORWARD . \"')\n            )    \n            AND !(mail_acc = 'webmaster' AND mail_type IN('\"\n            . MT_SUBDOM_FORWARD . \"', '\" . MT_ALSSUB_FORWARD . \"'))\n        \";\n    }\n\n    $query .= \"AND status <> 'todelete'\";\n\n    return exec_query($query, [$domainId])->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of FTP users that belong to the given customer, excluding\n * those that are being deleted\n *\n * @param int $customerId Customer unique identifier\n * @return int Count of FTP users\n */\nfunction get_customer_ftp_users_count($customerId)\n{\n    return exec_query(\n        \"\n            SELECT COUNT(userid)\n            FROM ftp_users\n            WHERE admin_id = ?\n            AND status <> 'todelete'\n        \",\n        [$customerId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of SQL databases that belong to the given customer\n *\n * @param int $domainId Customer main domain unique identifier\n * @return int Count of SQL databases\n */\nfunction get_customer_sql_databases_count($domainId)\n{\n    return exec_query(\n        'SELECT COUNT(sqld_id) FROM sql_database WHERE domain_id = ?',\n        [$domainId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of SQL users that belong to the given customer\n *\n * @param int $domainId Customer main domain unique identifier\n * @return int Count of SQL users\n */\nfunction get_customer_sql_users_count($domainId)\n{\n    return exec_query(\n        '\n            SELECT COUNT(DISTINCT sqlu_name)\n            FROM sql_user\n            JOIN sql_database USING(sqld_id)\n            WHERE domain_id = ?\n        ',\n        [$domainId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Retrieve count of subdomains, domain aliases, mail accounts, FTP users,\n * SQL database and SQL users that belong to the given customer, excluding\n * those that are being deleted\n *\n * @param int $customerId Customer unique identifier\n * @return array An array containing count of subdomains, domain aliases, mail\n *               accounts, FTP users, SQL databases and SQL users\n */\nfunction get_customer_objects_counts($customerId)\n{\n    $domainId = get_user_domain_id($customerId);\n\n    return [\n        get_customer_subdomains_count($domainId),\n        get_customer_domain_aliases_count($domainId),\n        get_customer_mail_accounts_count($domainId),\n        get_customer_ftp_users_count($customerId),\n        get_customer_sql_databases_count($domainId),\n        get_customer_sql_users_count($domainId)\n    ];\n}\n"
  },
  {
    "path": "gui/include/Email.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\n\n/**\n * Gets data for the given email template and the given user\n *\n * @param int $userId User unique identifier\n * @param string $tplName Template name\n * @return array An associative array containing mail data:\n *                - sender_name:  Sender name\n *                - sender_email: Sender email\n *                - subject:      Subject\n *                - message:      Message\n */\nfunction get_email_tpl_data($userId, $tplName)\n{\n    $stmt = exec_query(\n        \"\n            SELECT admin_name, fname, lname, email,\n                IFNULL(subject, '') AS subject,\n                IFNULL(message, '') AS message\n            FROM admin\n            LEFT JOIN email_tpls ON(\n                owner_id = IF(admin_type = 'admin', 0, admin_id) AND name = ?\n            )\n            WHERE admin_id = ?\n        \",\n        [$tplName, $userId]\n    );\n\n    if (!$stmt->rowCount()) {\n        throw new Exception(\"Couldn't find user data\");\n    }\n    $row = $stmt->fetchRow();\n\n    if ($row['fname'] != '' && $row['lname'] != '') {\n        $data['sender_name'] = $row['fname'] . ' ' . $row['lname'];\n    } else if ($row['fname'] != '') {\n        $data['sender_name'] = $row['fname'];\n    } else if ($row['lname'] != '') {\n        $data['sender_name'] = $row['lname'];\n    } else {\n        $data['sender_name'] = $row['admin_name'];\n    }\n\n    $data['sender_email'] = $row['email'];\n    $data['subject'] = $row['subject'];\n    $data['message'] = $row['message'];\n    return $data;\n}\n\n/**\n * Sets data for the given email template and the given user using the given\n * data\n *\n * @param int $userId User unique identifier\n * @param string $tplName Template name\n * @param array $data An associative array containing mail data:\n *                     - subject: Subject\n *                     - message: Message\n * @return void\n */\nfunction set_email_tpl_data($userId, $tplName, $data)\n{\n    $stmt = exec_query(\n        '\n            SELECT subject, message\n            FROM email_tpls\n            WHERE owner_id = ?\n            AND name = ?\n        ',\n        [$userId, $tplName]\n    );\n\n    if ($stmt->rowCount()) {\n        $query = '\n            UPDATE email_tpls\n            SET subject = ?, message = ?\n            WHERE owner_id = ?\n            AND name = ?\n        ';\n    } else {\n        $query = '\n            INSERT INTO email_tpls (\n                subject, message, owner_id, name\n            ) VALUES (\n                ?, ?, ?, ?\n            )\n        ';\n    }\n\n    exec_query($query, [$data['subject'], $data['message'], $userId, $tplName]);\n}\n\n/**\n * Gets welcome email data for the given user\n *\n * @param int $userId User unique identifier - Template owner\n * @return array An associative array containing mail data:\n *                - sender_name:  Sender name\n *                - sender_email: Sender email\n *                - subject:      Subject\n *                - message:      Message\n * @see get_email_tpl_data()\n */\nfunction get_welcome_email($userId)\n{\n    $data = get_email_tpl_data($userId, 'add-user-auto-msg');\n\n    if ($data['subject'] == '') {\n        $data['subject'] = tr('Welcome {USERNAME} to i-MSCP');\n    }\n    if ($data['message'] == '') {\n        $data['message'] = tr('Dear {NAME},\n\nA new account has been created for you.\n\nYour account information:\n\nAccount type: {USERTYPE}\nUser name: {USERNAME}\nPassword: {PASSWORD}\n\nRemember to change your password often and the first time you login.\n\nYou can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\n\nPlease do not reply to this email.\n\n___________________________\ni-MSCP Mailer');\n    }\n\n    return $data;\n}\n\n/**\n * Sets welcome email data for the given user using the given data\n *\n * @param int $userId Template owner unique identifier (0 for administrators)\n * @param array $data An associative array containing mail data:\n *                     - subject: Subject\n *                     - message: Message\n * @return void\n * @see set_email_tpl_data()\n */\nfunction set_welcome_email($userId, $data)\n{\n    set_email_tpl_data($userId, 'add-user-auto-msg', $data);\n}\n\n/**\n * Gets lostpassword activation email data for the given user\n *\n * @param int $userId User unique identifier - Template owner\n * @return array An associative array containing mail data:\n *                - sender_name:  Sender name\n *                - sender_email: Sender email\n *                - subject:      Subject\n *                - message:      Message\n * @see get_email_tpl_data()\n */\nfunction get_lostpassword_activation_email($userId)\n{\n    $data = get_email_tpl_data($userId, 'lostpw-msg-1');\n\n    if ($data['subject'] == '') {\n        $data['subject'] = tr('Please activate your new i-MSCP password');\n    }\n\n    if ($data['message'] == '') {\n        $data['message'] = tr('Dear {NAME},\n\nPlease click on the link below to renew your password:\n\n{LINK}\n\nNote: If you do not have requested the renewal of your password, you can ignore this email.\n\nPlease do not reply to this email.\n\n___________________________\ni-MSCP Mailer');\n    }\n\n    return $data;\n}\n\n/**\n * Sets lostpassword activation email template data for the given user, using\n * given data\n *\n * @param int $adminId User unique identifier\n * @param array $data An associative array containing mail data:\n *                     - subject: Subject\n *                     - message: Message\n * @return void\n * @see set_email_tpl_data()\n */\nfunction set_lostpassword_activation_email($adminId, $data)\n{\n    set_email_tpl_data($adminId, 'lostpw-msg-1', $data);\n}\n\n/**\n * Get lostpassword password email for the given user\n *\n * @param int $userId User uniqaue identifier - Template owner\n * @return array An associative array containing mail data:\n *                - sender_name:  Sender name\n *                - sender_email: Sender email\n *                - subject:      Subject\n *                - message:      Message\n * @see get_email_tpl_data()\n */\nfunction get_lostpassword_password_email($userId)\n{\n    $data = get_email_tpl_data($userId, 'lostpw-msg-2');\n\n    if ($data['subject'] == '') {\n        $data['subject'] = tr('Your new i-MSCP login');\n    }\n\n    if ($data['message'] == '') {\n        $data['message'] = tr('Dear {NAME},\n\nYour password has been successfully renewed.\n\nYour new password is: {PASSWORD}\n\nYou can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\n\nPlease do not reply to this email.\n\n___________________________\ni-MSCP Mailer');\n    }\n\n    return $data;\n}\n\n/**\n * Sets lostpassword password email template data for the given user, using\n * given data\n *\n * @param int $userId User unique identifier - Template owner\n * @param array $data An associative array containing mail data:\n *                     - subject: Subject\n *                     - message: Message\n * @return void\n * @see set_email_tpl_data()\n */\nfunction set_lostpassword_password_email($userId, $data)\n{\n    set_email_tpl_data($userId, 'lostpw-msg-2', $data);\n}\n\n/**\n * Get alias order email for the given reseller\n *\n * @param int $resellerId Reseller User unique identifier\n * @return array An associative array containing mail data:\n *                - sender_name:  Sender name\n *                - sender_email: Sender email\n *                - subject:      Subject\n *                - message:      Message\n * @see get_email_tpl_data()\n */\nfunction get_alias_order_email($resellerId)\n{\n    $data = get_email_tpl_data($resellerId, 'alias-order-msg');\n\n    if ($data['subject'] == '') {\n        $data['subject'] = tr('New alias order for {CUSTOMER}');\n    }\n\n    if ($data['message'] == '') {\n        $data['message'] = tr('Dear {NAME},\n\nYour customer {CUSTOMER} is awaiting for approval of a new domain alias:\n\n{ALIAS}\n\nLogin at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\nthis domain alias.\n\nPlease do not reply to this email.\n\n___________________________\ni-MSCP Mailer');\n    }\n\n    return $data;\n}\n\n/**\n * Encode a string to be valid as mail header\n *\n * @source php.net/manual/en/function.mail.php\n * @param string $string String to be encoded [should be in the $charset charset]\n * @param string $charset OPTIONAL charset in that string will be encoded\n * @return string encoded string\n */\nfunction encode_mime_header($string, $charset = 'UTF-8')\n{\n    if (!$string || !$charset) {\n        return $string;\n    }\n\n    if (function_exists('mb_encode_mimeheader')) {\n        return mb_encode_mimeheader($string, $charset, 'Q', \"\\r\\n\", 8);\n    }\n\n    // define start delimiter, end delimiter and spacer\n    $end = '?=';\n    $start = '=?' . $charset . '?B?';\n    $spacer = $end . \"\\r\\n \" . $start;\n\n    // Determine length of encoded text withing chunks and ensure length is even\n    $length = 75 - strlen($start) - strlen($end);\n    $length = floor($length / 4) * 4;\n\n    // Encode the string and split it into chunks with spacers after each chunk\n    $string = base64_encode($string);\n    $string = chunk_split($string, $length, $spacer);\n\n    // Remove trailing spacer and add start and end delimiters\n    $spacer = preg_quote($spacer);\n    $string = preg_replace('/' . $spacer . '$/', '', $string);\n\n    return $start . $string . $end;\n}\n\n/**\n * Send a mail using given data\n *\n * @param array $data An associative array containing mail data:\n *  - mail_id      : Email identifier\n *  - fname        : OPTIONAL Receiver firstname\n *  - lname        : OPTIONAL Receiver lastname\n *  - username     : Receiver username\n *  - email        : Receiver email\n *  - sender_name  : OPTIONAL sender name (if present, passed through `Reply-To' header)\n *  - sender_email : OPTIONAL Sender email (if present, passed through `Reply-To' header)\n *  - subject      : Subject of the email to be sent\n *  - message      : Message to be sent\n *  - placeholders : OPTIONAL An array where keys are placeholders to replace\n *                   and values, the replacement values. Those placeholders\n *                   take precedence on the default placeholders.\n * @return bool TRUE on success, FALSE on failure\n */\nfunction send_mail($data)\n{\n    $data = new ArrayObject($data);\n    $response = EventAggregator::getInstance()->dispatch(\n        Events::onSendMail, ['mail_data' => new ArrayObject($data)]\n    );\n\n    if ($response->isStopped()) {\n        return true;\n    }\n\n    foreach (\n        ['mail_id', 'username', 'email', 'subject', 'message'] as $parameter\n    ) {\n        if (!isset($data[$parameter]) || !is_string($data[$parameter])) {\n            throw new  Exception(sprintf(\n                \"The '%s' parameter is not defined or not a string\", $parameter\n            ));\n        }\n    }\n\n    if (isset($data['placeholders']) && !is_array($data['placeholders'])) {\n        throw new  Exception(\n            \"The 'placeholders' parameter must be an array of placeholders/replacements\"\n        );\n    }\n\n    $username = decode_idna($data['username']);\n\n    if (isset($data['fname'])\n        && $data['fname'] != ''\n        && isset($data['lname'])\n        && $data['lname'] != ''\n    ) {\n        $name = $data['fname'] . ' ' . $data['lname'];\n    } else if (isset($data['fname']) && $data['fname'] != '') {\n        $name = $data['fname'];\n    } else if (isset($data['lname']) && $data['lname'] != '') {\n        $name = $data['lname'];\n    } else {\n        $name = $username;\n    }\n\n    $cfg = Registry::get('config');\n    $scheme = $cfg['BASE_SERVER_VHOST_PREFIX'];\n    $host = $cfg['BASE_SERVER_VHOST'];\n    $port = $scheme == 'http://'\n        ? $cfg['BASE_SERVER_VHOST_HTTP_PORT']\n        : $cfg['BASE_SERVER_VHOST_HTTPS_PORT'];\n\n    # Prepare default replacements\n    $replacements = [\n        '{NAME}'                     => $name,\n        '{USERNAME}'                 => $username,\n        '{BASE_SERVER_VHOST_PREFIX}' => $scheme,\n        '{BASE_SERVER_VHOST}'        => $host,\n        '{BASE_SERVER_VHOST_PORT}'   => \":$port\"\n    ];\n\n    if (isset($data['placeholders'])) {\n        // Merge user defined replacements if any (those replacements take\n        // precedence on default replacements)\n        $replacements = array_merge($replacements, $data['placeholders']);\n    }\n\n    $replacements[\"\\n\"] = \"\\r\\n\";\n    $search = array_keys($replacements);\n    $replace = array_values($replacements);\n    unset($replacements);\n\n    # Process replacements in placeholder replacement values\n    foreach ($replace as &$value) {\n        $value = str_replace($search, $replace, $value);\n    }\n\n    # Prepare sender\n    $from = \"noreply@$host\";\n\n    # Prepare recipient\n    $to = encode_mime_header($name) . ' <' . $data['email'] . '>';\n\n    # Prepare subject\n    $subject = encode_mime_header(\n        str_replace($search, $replace, $data['subject'])\n    );\n\n    # Prepare message\n    $message = wordwrap(\n        str_replace($search, $replace, $data['message']), 75, \"\\r\\n\"\n    );\n\n    # Prepare headers\n    $headers[] = 'From: ' . encode_mime_header(\"i-MSCP ($host)\") . \" <$from>\";\n    if (isset($data['sender_email'])) {\n        // Note: We cannot use the real sender email address in the FROM header\n        // because the email's domain could be hosted on external server,\n        // meaning that if the domain implements SPF, the mail could be\n        // rejected. However we pass the real sender email through the\n        // 'Reply-To' header\n        if (isset($data['sender_name'])) {\n            $headers[] = 'Reply-To: ' . encode_mime_header($data['sender_name'])\n                . ' <' . $data['sender_email'] . '>';\n        } else {\n            $headers[] = 'Reply-To: ' . $data['sender_email'];\n        }\n    } else {\n        $headers[] = 'Reply-To: ' . $cfg['DEFAULT_ADMIN_ADDRESS'];\n    }\n\n    $headers[] = 'MIME-Version: 1.0';\n    $headers[] = 'Content-Type: text/plain; charset=utf-8';\n    $headers[] = 'Content-Transfer-Encoding: 8bit';\n    $headers[] = 'X-Mailer: i-MSCP Mailer (frontEnd)';\n\n    return mail($to, $subject, $message, implode(\"\\r\\n\", $headers), \"-f $from\");\n}\n"
  },
  {
    "path": "gui/include/Input.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\nuse Zend\\Escaper\\Escaper;\nuse iMSCP\\Validate\\CommonValidation as CommonValidation;\n\nglobal $ESCAPER;\n$ESCAPER = new Escaper('UTF-8');\n\n/**\n * clean_html replaces up defined inputs\n *\n * @param string $text text string to be cleaned\n * @return string cleared text string\n */\nfunction clean_html($text)\n{\n    return strip_tags(preg_replace(\n        [\n            '@<script[^>]*?>.*?</script\\s*>@si', // remove JavaScript\n            '@<[/!]*?[^<>]*?>@si', // remove HTML tags\n            '@([\\r\\n])[\\s]+@', // remove spaces\n            '@&(quot|#34|#034);@i', // change HTML entities\n            '@&(apos|#39|#039);@i', // change HTML entities\n            '@&(amp|#38);@i',\n            '@&(lt|#60);@i',\n            '@&(gt|#62);@i',\n            '@&(nbsp|#160);@i',\n            '@&(iexcl|#161);@i',\n            '@&(cent|#162);@i',\n            '@&(pound|#163);@i',\n            '@&(copy|#169);@i'\n            /*'@&#(\\d+);@e'*/\n        ],\n        [\n            '', '', '\\1', '\"', \"'\", '&', '<', '>', ' ', chr(161), chr(162),\n            chr(163), chr(169)\n        ],\n        $text\n    ));\n}\n\n/**\n * Clean input\n *\n * @param string $input input data (eg. post-var) to be cleaned\n * @return string space trimmed input string\n */\nfunction clean_input($input)\n{\n    return trim($input, \"\\x20\");\n}\n\n/**\n * Filter digits from the given string\n *\n * In case filtering lead to an empty string and if there is no $default value\n * defined, a bad request error (400) is raised.\n *\n * @param string $input String to filter\n * @param string $default Default value if $input is empty after filtering\n * @return string containing only digits\n */\nfunction filter_digits($input, $default = NULL)\n{\n    static $filter = NULL;\n\n    if (NULL === $filter) {\n        $filter = new Zend_Filter_Digits();\n    }\n\n    $input = $filter->filter(clean_input($input));\n\n    if ($input === '') {\n        if (NULL === $default) {\n            showBadRequestErrorPage();\n        }\n\n        $input = $default;\n    }\n\n    return $input;\n}\n\n/**\n * Escape a string for the HTML Body context\n *\n * @param string $string String to be converted\n * @param string $escapeType Escape type (html|htmlAttr)\n * @return string\n */\nfunction tohtml($string, $escapeType = 'html')\n{\n    global $ESCAPER;\n\n    $string = (string)$string;\n\n    if ($escapeType == 'html') {\n        return $ESCAPER->escapeHtml($string);\n    }\n\n    if ($escapeType == 'htmlAttr') {\n        return $ESCAPER->escapeHtmlAttr($string);\n    }\n\n    throw new Exception(sprintf('Unknown escape type: %s', $escapeType));\n}\n\n/**\n * Escape a string for the Javascript context\n *\n * @param string $string String to be converted\n * @return string\n */\nfunction tojs($string)\n{\n    global $ESCAPER;\n    return $ESCAPER->escapeJs($string);\n}\n\n/**\n * Escape a string for the URI or Parameter contexts.\n *\n * @param string $string String to be converted\n * @return string\n */\nfunction tourl($string)\n{\n    global $ESCAPER;\n    return $ESCAPER->escapeUrl($string);\n}\n\n/**\n * Checks if the syntax of the given password is valid\n *\n * @param string $password username to be checked\n * @param string $unallowedChars RegExp for unallowed characters\n * @param bool $noErrorMsg Whether or not error message should be discarded\n * @return bool TRUE if the password is valid, FALSE otherwise\n */\nfunction checkPasswordSyntax(\n    $password, $unallowedChars = '/[^\\x21-\\x7e]/', $noErrorMsg = false\n)\n{\n    /** @var $cfg FileConfig */\n    $cfg = Registry::get('config');\n    $ret = true;\n    $passwordLength = strlen($password);\n\n    if ($cfg['PASSWD_CHARS'] < 6) {\n        $cfg['PASSWD_CHARS'] = 6;\n    } elseif ($cfg['PASSWD_CHARS'] > 30) {\n        $cfg['PASSWD_CHARS'] = 30;\n    }\n\n    if ($passwordLength < $cfg['PASSWD_CHARS'] || $passwordLength > 30) {\n        if (!$noErrorMsg) {\n            set_page_message(tr(\n                'The password must be between %d and %d characters.',\n                $cfg['PASSWD_CHARS'],\n                30\n            ),\n                'error'\n            );\n        }\n\n        $ret = false;\n    }\n\n    if (!empty($unallowedChars) && preg_match($unallowedChars, $password)) {\n        if (!$noErrorMsg) {\n            set_page_message(\n                tr('Password contains unallowed characters.'), 'error'\n            );\n        }\n\n        $ret = false;\n    }\n\n    if ($cfg['PASSWD_STRONG']\n        && !(preg_match('/[0-9]/', $password)\n            && preg_match('/[a-zA-Z]/', $password))\n    ) {\n        if (!$noErrorMsg) {\n            set_page_message(\n                tr('Password must contain letters and digits.'),\n                'error'\n            );\n        }\n\n        $ret = false;\n    }\n\n    return $ret;\n}\n\n/**\n * Validates a username\n *\n * This function validates syntax of usernames. The characters allowed are all\n * alphanumeric in upper or lower case, the hyphen , the low dash and  the dot,\n * the three latter  being banned at the beginning and end of string.\n *\n * Successive instances of a dot or underscore are prohibited\n *\n * @param string $username the username to be checked\n * @param int $min_char number of min. chars\n * @param int $max_char number min. chars\n * @return boolean True if the username is valid, FALSE otherwise\n */\nfunction validates_username($username, $min_char = 2, $max_char = 30)\n{\n    $pattern = '@^[[:alnum:]](:?(?<![-_])(:?-*|[_.])?(?![-_])[[:alnum:]]*)*?(?<![-_.])$@';\n\n    return (bool)(preg_match($pattern, $username)\n        && strlen($username) >= $min_char\n        && strlen($username) <= $max_char\n    );\n}\n\n/**\n * Check syntax of the given email\n *\n * @param string $email Email address to check\n * @param bool $localPartOnly If true, check only the local part\n * @return bool\n */\nfunction chk_email($email, $localPartOnly = false)\n{\n    $options = [];\n\n    if ($localPartOnly) {\n        $options['onlyLocalPart'] = true;\n    }\n\n    return CommonValidation::getInstance()->email($email, $options);\n}\n\n/**\n * Validate a domain name\n *\n * @param string $domainName Domain name\n * @return bool TRUE if the given domain name is valid, FALSE otherwise\n */\nfunction isValidDomainName($domainName)\n{\n    global $dmnNameValidationErrMsg;\n\n    if (strpos($domainName, '.') === 0 || substr($domainName, -1) == '.') {\n        $dmnNameValidationErrMsg = tr(\n            'Domain name cannot start nor end with dot.'\n        );\n        return false;\n    }\n\n    if (($asciiDomainName = encode_idna($domainName)) === false) {\n        $dmnNameValidationErrMsg = tr('Invalid domain name.');\n        return false;\n    }\n\n    $asciiDomainName = strtolower($asciiDomainName);\n\n    if (strlen($asciiDomainName) > 255) {\n        $dmnNameValidationErrMsg = tr(\n            'Domain name (ASCII form) cannot be greater than 255 characters.'\n        );\n        return false;\n    }\n\n    if (preg_match(\"/([^a-z0-9\\-.])/\", $asciiDomainName, $m)) {\n        $dmnNameValidationErrMsg = tr(\n            'Domain name contains an invalid character: %s', $m[1]\n        );\n        return false;\n    }\n\n    if (strpos($asciiDomainName, '..') !== false) {\n        $dmnNameValidationErrMsg = tr(\n            'Usage of dot in domain name labels is prohibited.'\n        );\n        return false;\n    }\n\n    $labels = explode('.', $asciiDomainName);\n\n    if (sizeof($labels) < 2) {\n        $dmnNameValidationErrMsg = tr('Invalid domain name.');\n        return false;\n    }\n\n    foreach ($labels as $label) {\n        if (strlen($label) > 63) {\n            $dmnNameValidationErrMsg = tr(\n                'Domain name labels cannot be greater than 63 characters.'\n            );\n            return false;\n        }\n\n        if (preg_match('/^[\\-]|[\\-]$/', $label)) {\n            $dmnNameValidationErrMsg = tr(\n                'Domain name labels cannot start nor end with hyphen.'\n            );\n            return false;\n        }\n    }\n\n    return true;\n}\n\n/**\n * Function for checking i-MSCP limits syntax.\n *\n * @param string $data Limit field data (by default valid are numbers greater\n *                     equal 0)\n * @param mixed $extra single extra permitted value or array of permitted\n *                     values\n * @return bool false incorrect syntax (ranges) true correct syntax (ranges)\n */\nfunction imscp_limit_check($data, $extra = -1)\n{\n    if ($extra !== NULL\n        && !is_bool($extra)\n    ) {\n        if (is_array($extra)) {\n            $nextra = '';\n            $max = count($extra);\n\n            foreach ($extra as $n => $element) {\n                $nextra = $element . ($n < $max) ? '|' : '';\n            }\n\n            $extra = $nextra;\n        } else {\n            $extra .= '|';\n        }\n    } else {\n        $extra = '';\n    }\n\n    return (bool)preg_match(\"/^(${extra}0|[1-9][0-9]*)$/D\", $data);\n}\n\n/**\n * Checks if a file match the given mimetype(s)\n *\n * @param string $pathFile File to check for mimetype\n * @param array|string $mimeTypes Accepted mimetype(s)\n * @return bool TRUE if the file match the givem mimetype(s), FALSE otherwise\n */\nfunction checkMimeType($pathFile, array $mimeTypes)\n{\n    $mimeTypes['headerCheck'] = true;\n    $validator = new Zend_Validate_File_MimeType($mimeTypes);\n\n    if ($validator->isValid($pathFile)) {\n        return true;\n    }\n\n    return false;\n}\n\n/**\n * Get user login data form\n *\n * @param bool $usernameRequired Flag indicating whether username is required\n * @param bool $passwordRequired Flag indicating whether password is required\n * @return Zend_Form\n */\nfunction getUserLoginDataForm(\n    $usernameRequired = true, $passwordRequired = true\n)\n{\n    $cfg = Registry::get('config');\n    $minPasswordLength = intval($cfg['PASSWD_CHARS']);\n\n    if ($minPasswordLength < 6) {\n        $minPasswordLength = 6;\n    }\n\n    $form = new Zend_Form([\n        'elements' => [\n            'admin_name'              => [\n                'text',\n                [\n                    'validators' => [\n                        [\n                            'NotEmpty',\n                            true,\n                            [\n                                'type'     => 'string',\n                                'messages' => tr('The username cannot be empty.')\n                            ]\n                        ],\n                        [\n                            'Regex',\n                            true,\n                            '/^[[:alnum:]](:?(?<![-_])(:?-*|[_.])?(?![-_])[[:alnum:]]*)*?(?<![-_.])$/',\n                            'messages' => tr('Invalid username.')\n                        ],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 2,\n                                'max'      => 30,\n                                'messages' => tr(\n                                    'The username must be between %d and %d characters.',\n                                    2,\n                                    30\n                                )\n                            ]\n                        ],\n                        [\n                            'Callback',\n                            true,\n                            [\n                                function ($username) {\n                                    return !exec_query(\n                                        '\n                                            SELECT COUNT(admin_id)\n                                            FROM admin\n                                            WHERE admin_name = ?\n                                        ',\n                                        [$username]\n                                    )->fetchRow(PDO::FETCH_COLUMN);\n                                },\n                                'messages' => tr(\n                                    \"The '%value%' username is not available.\"\n                                )\n                            ]\n                        ]\n                    ],\n                    'Required'   => true\n                ]\n            ],\n            'admin_pass'              => [\n                'password',\n                [\n                    'validators' => [\n                        [\n                            'NotEmpty',\n                            true,\n                            [\n                                'type'     => 'string',\n                                'messages' => tr('The password cannot be empty.')\n                            ]\n                        ],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => $minPasswordLength,\n                                'max'      => 30,\n                                'messages' => tr(\n                                    'The password must be between %d and %d characters.',\n                                    $minPasswordLength,\n                                    30\n                                )\n                            ]\n                        ],\n                        [\n                            'Regex',\n                            true,\n                            ['/^[\\x21-\\x7e]+$/',\n                                'messages' => tr(\n                                    'The password contains unallowed characters.'\n                                )\n                            ]\n                        ]\n                    ],\n                    'Required'   => true\n                ]\n            ],\n            'admin_pass_confirmation' => [\n                'password',\n                [\n                    'validators' => [\n                        [\n                            'Identical',\n                            true,\n                            [\n                                'admin_pass',\n                                'messages' => tr(\n                                    'Passwords do not match.'\n                                )\n                            ]\n                        ]\n                    ]\n                ]\n            ]\n        ]\n    ]);\n\n    if ($cfg['PASSWD_STRONG']) {\n        $form->getElement('admin_pass')->addValidator('Callback', true, [\n            function ($password) {\n                return preg_match('/[0-9]/', $password)\n                    && preg_match('/[a-zA-Z]/', $password);\n            },\n            'messages' => tr('The password must contain letters and digits.'),\n        ]);\n    }\n\n    if (!$usernameRequired) {\n        $form->getElement('admin_name')\n            ->removeValidator('NoEmpty')\n            ->setRequired(false);\n    }\n\n    if (!$passwordRequired) {\n        $form->getElement('admin_pass')\n            ->removeValidator('NoEmpty')\n            ->setRequired(false);\n    }\n\n    $form->setElementFilters(['StripTags', 'StringTrim']);\n    return $form;\n}\n\n/**\n * Get user personal data form\n *\n * @return Zend_Form\n */\nfunction getUserPersonalDataForm()\n{\n    $form = new Zend_Form([\n        //'elementPrefixPath' => [\n        //    'validate' => [\n        //        'prefix' => 'iMSCP_Validate',\n        //        'path'   => 'iMSCP/Validate/'\n        //    ]\n        //],\n        'elements'          => [\n            'fname'   => [\n                'text', [\n                    'validators' => [\n                        //['AlnumAndHyphen', true, ['allowWhiteSpace' => true, 'messages' => tr('Invalid first name.')]],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 1,\n                                'max'      => 200,\n                                'messages' => tr('The first name must be between %d and %d characters.',\n                                    1,\n                                    200\n                                )\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'lname'   => [\n                'text',\n                [\n                    'validators' => [\n                        //['AlnumAndHyphen', true, ['allowWhiteSpace' => true, 'messages' => tr('Invalid last name.')]],\n                        [\n                            'StringLength',\n                            true,\n                            ['min'      => 1,\n                             'max'      => 200,\n                             'messages' => tr(\n                                 'The last name must be between %d and %d characters.',\n                                 1,\n                                 200\n                             )\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'gender'  => [\n                'select',\n                [\n                    'validators' => [\n                        [\n                            'InArray',\n                            true,\n                            [\n                                'haystack' => ['M', 'F', 'U'],\n                                'strict'   => true,\n                                'messages' => tr('Invalid gender.')\n                            ]\n                        ],\n                    ]\n                ]\n            ],\n            'firm'    => [\n                'text', [\n                    'validators' => [\n                        //['AlnumAndHyphen', true, ['allowWhiteSpace' => true, 'messages' => tr('Invalid company.')]],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 1,\n                                'max'      => 200,\n                                'messages' => tr(\n                                    'The company name must be between %d and %d characters.',\n                                    1,\n                                    200\n                                )\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'street1' => [\n                'text', [\n                    'validators' => [\n                        //['AlnumAndHyphen', true, ['allowWhiteSpace' => true, 'messages' => tr('Invalid street 1.')]],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 1,\n                                'max'      => 200,\n                                'messages' => tr(\n                                    'The street 1 name must be between %d and %d characters',\n                                    1,\n                                    200\n                                )\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'street2' => [\n                'text', [\n                    'validators' => [\n                        //['AlnumAndHyphen', true, ['allowWhiteSpace' => true, 'messages' => tr('Invalid street 2.')]],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 1,\n                                'max'      => 200,\n                                'messages' => tr(\n                                    'The street 2 name must be between %d and %d characters.',\n                                    1,\n                                    200\n                                )\n                            ]\n                        ]\n                    ]]],\n            'zip'     => [\n                'text', [\n                    'validators' => [\n                        //['Alnum', true, ['allowWhiteSpace' => true, 'messages' => tr('Invalid zipcode.')]],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 1,\n                                'max'      => 10,\n                                'messages' => tr(\n                                    'The zipcode must be between %d and %d characters.',\n                                    1,\n                                    10\n                                )\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'city'    => [\n                'text', [\n                    'validators' => [\n                        //['AlnumAndHyphen', true, ['allowWhiteSpace' => true, 'messages' => tr('Invalid city.')]],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 1,\n                                'max'      => 200,\n                                'messages' => tr(\n                                    'The city name must be between %d and %d characters.',\n                                    1,\n                                    200\n                                )\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'state'   => [\n                'text',\n                [\n                    'validators' => [\n                        //['AlnumAndHyphen', true, ['allowWhiteSpace' => true, 'messages' => tr('Invalid state/province.')]],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 1,\n                                'max'      => 200,\n                                'messages' => tr(\n                                    'The state/province name must be between %d and %d characters.',\n                                    1,\n                                    200\n                                )\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'country' => [\n                'text',\n                [\n                    'validators' => [\n                        //['AlnumAndHyphen', true, ['allowWhiteSpace' => true, 'messages' => tr('Invalid country.')]],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 1,\n                                'max'      => 200,\n                                'messages' => tr(\n                                    'The country name must be between %d and %d characters.',\n                                    1,\n                                    200\n                                )\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'email'   => ['text', [\n                'validators' => [\n                    [\n                        'NotEmpty',\n                        true,\n                        [\n                            'type'     => 'string',\n                            'messages' => tr(\n                                'The email address cannot be empty.'\n                            )\n                        ]\n                    ],\n                    [\n                        'EmailAddress',\n                        true,\n                        [\n                            'messages' => tr('Invalid email address.')\n                        ]\n                    ]\n                ],\n                'Required'   => true\n            ]],\n            'phone'   => [\n                'text',\n                [\n                    'validators' => [\n                        [\n                            'Regex',\n                            true,\n                            [\n                                '/^[0-9()\\s.+-]+$/',\n                                'messages' => tr('Invalid phone.')\n                            ]\n                        ],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 1,\n                                'max'      => 200,\n                                'messages' => tr(\n                                    'The phone number must be between %d and %d characters.',\n                                    1,\n                                    200\n                                )\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'fax'     => [\n                'text',\n                [\n                    'validators' => [\n                        [\n                            'Regex',\n                            true,\n                            [\n                                '/^[0-9()\\s.+]+$/',\n                                'messages' => tr('Invalid phone.')\n                            ]\n                        ],\n                        [\n                            'StringLength',\n                            true,\n                            [\n                                'min'      => 1,\n                                'max'      => 200,\n                                'messages' => tr(\n                                    'The fax number must be between %d and %d characters.',\n                                    1,\n                                    200\n                                )\n                            ]\n                        ]\n                    ]\n                ]\n            ]\n        ]\n    ]);\n\n    $form->setElementFilters(['StripTags', 'StringTrim']);\n    $form->getElement('email')->addFilter('stringToLower');\n    return $form;\n}\n"
  },
  {
    "path": "gui/include/Intl.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\I18n\\GettextParser;\nuse iMSCP\\Registry;\nuse iMSCP\\Utility\\OpcodeCache;\n\n/**\n * Translates the given string\n *\n * @param string $messageId Translation string, or Array for plural translations\n * @param mixed $substitution,... Substitution value(s)\n * @return string\n */\nfunction tr($messageId, $substitution = NULL)\n{\n    static $translator = NULL;\n\n    if (NULL == $translator) {\n        if (Registry::isRegistered('translator')) {\n            /** @var Zend_Translate_Adapter $translator */\n            $translator = Registry::get('Zend_Translate');\n        } else {\n            $message = $messageId;\n\n            if ($substitution !== NULL) {\n                $argv = func_get_args();\n                unset($argv[0]);\n                $message = vsprintf($message, $argv);\n            }\n\n            return $message;\n        }\n    }\n\n    $message = $translator->translate($messageId);\n\n    // Process included parameter\n    if ($substitution !== NULL) {\n        $argv = func_get_args();\n        unset($argv[0]);\n        $message = vsprintf($message, $argv);\n    }\n\n    return $message;\n}\n\n/**\n * Translates the given string using plural notations\n *\n * @param string $singular Singular translation string\n * @param string $plural Plural translation string\n * @param integer $number Number for detecting the correct plural\n * @return string\n */\nfunction ntr($singular, $plural, $number)\n{\n    static $translator = NULL;\n\n    if (NULL == $translator) {\n        /** @var Zend_Translate_Adapter $translator */\n        $translator = Registry::get('Zend_Translate');\n    }\n\n    $message = $translator->plural($singular, $plural, $number);\n    $argv = func_get_args();\n    return vsprintf($message, array_splice($argv, 2));\n}\n\n/**\n * Replaces special encoded strings back to their original signs\n *\n * @param string $string String to replace chars\n * @return String with replaced chars\n */\nfunction replace_html($string)\n{\n    $pattern = [\n        '#&lt;[ ]*b[ ]*&gt;#i', '#&lt;[ ]*/[ ]*b[ ]*&gt;#i',\n        '#&lt;[ ]*strong[ ]*&gt;#i', '#&lt;[ ]*/[ ]*strong[ ]*&gt;#i',\n        '#&lt;[ ]*em[ ]*&gt;#i', '#&lt;[ ]*/[ ]*em[ ]*&gt;#i',\n        '#&lt;[ ]*i[ ]*&gt;#i', '#&lt;[ ]*/[ ]*i[ ]*&gt;#i',\n        '#&lt;[ ]*small[ ]*&gt;#i', '#&lt;[ ]*/[ ]*small[ ]*&gt;#i',\n        '#&lt;[ ]*br[ ]*(/|)[ ]*&gt;#i'];\n\n    $replacement = [\n        '<b>', '</b>', '<strong>', '</strong>', '<em>', '</em>', '<i>', '</i>',\n        '<small>', '</small>', '<br>'\n    ];\n\n    return preg_replace($pattern, $replacement, $string);\n}\n\n/**\n * Build languages index from machine object files\n *\n * @return void\n */\nfunction i18n_buildLanguageIndex()\n{\n    $cfg = Registry::get('config');\n\n    // Clear translation cache\n    /** @var Zend_Translate $translator */\n    $translator = Registry::get('Zend_Translate');\n\n    if ($translator->hasCache()) {\n        $translator->clearCache();\n    }\n\n    # Clear opcode cache if any\n    OpcodeCache::clearAllActive();\n\n    $iterator = new RecursiveIteratorIterator(\n        new RecursiveDirectoryIterator(\n            $cfg['GUI_ROOT_DIR'] . '/i18n/locales/',\n            FilesystemIterator::SKIP_DOTS\n        )\n    );\n\n    $availableLanguages = [];\n\n    /** @var $item SplFileInfo */\n    foreach ($iterator as $item) {\n        if (!$item->isReadable()) {\n            continue;\n        }\n\n        $basename = $item->getBasename();\n        $parser = new GettextParser($item->getPathname());\n        $translationTable = $parser->getTranslationTable();\n\n        if (!empty($translationTable)) {\n            $poCreationDate = DateTime::createFromFormat(\n                'Y-m-d H:i O', $parser->getPotCreationDate()\n            );\n            $availableLanguages[$basename] = [\n                'locale'            => $parser->getLanguage(),\n                'creation'          => $poCreationDate->format('Y-m-d H:i'),\n                'translatedStrings' => $parser->getNumberOfTranslatedStrings(),\n                'lastTranslator'    => $parser->getLastTranslator()\n            ];\n\n            if (isset($translationTable['_: Localised language'])) {\n                $availableLanguages[$basename]['language'] =\n                    $translationTable['_: Localised language'];\n            } else {\n                $availableLanguages[$basename]['language'] = tr('Unknown');\n            }\n\n            continue;\n        }\n\n        if (PHP_SAPI != 'cli') {\n            set_page_message(\n                tr(\n                    'The %s translation file has been ignored: Translation table is empty.',\n                    $basename\n                ),\n                'warning'\n            );\n        }\n    }\n\n    $dbConfig = Registry::get('dbConfig');\n    sort($availableLanguages);\n    $serializedData = serialize($availableLanguages);\n    $dbConfig['AVAILABLE_LANGUAGES'] = $serializedData;\n    $cfg['AVAILABLE_LANGUAGES'] = $serializedData;\n}\n\n/**\n * Returns list of available languages\n *\n * @param bool $localesOnly Flag indicating whether or not only list of locales\n *                          must be returned\n * @return array Array that contains information about available languages\n */\nfunction i18n_getAvailableLanguages($localesOnly = false)\n{\n    $cfg = Registry::get('config');\n\n    if (!isset($cfg['AVAILABLE_LANGUAGES'])\n        || !isSerialized($cfg['AVAILABLE_LANGUAGES'])\n    ) {\n        i18n_buildLanguageIndex();\n    }\n\n    $languages = unserialize($cfg['AVAILABLE_LANGUAGES']);\n\n    if ($localesOnly) {\n        $locales = [Zend_Locale::BROWSER];\n\n        foreach ($languages as $language) {\n            $locales[] = $language['locale'];\n        }\n\n        return $locales;\n    }\n\n    array_unshift($languages, [\n        'locale'            => Zend_Locale::BROWSER,\n        'creation'          => tr('N/A'),\n        'translatedStrings' => tr('N/A'),\n        'lastTranslator'    => tr('N/A'),\n        'language'          => tr('Auto (Browser language)')\n    ]);\n\n    return $languages;\n}\n\n/**\n * Import Machine object file in languages directory\n *\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction i18n_importMachineObjectFile()\n{\n    // closure that is run before move_uploaded_file() function - See the\n    // Utils_UploadFile() function for further information about implementation\n    // details.\n    $beforeMove = function () {\n        $localesDirectory = Registry::get('config')['GUI_ROOT_DIR']\n            . '/i18n/locales';\n        $filePath = $_FILES['languageFile']['tmp_name'];\n\n        if (!is_readable($filePath)) {\n            set_page_message(tr('File is not readable.'), 'error');\n            return false;\n        }\n\n        try {\n            $parser = new GettextParser($filePath);\n            $encoding = $parser->getContentType();\n            $locale = $parser->getLanguage();\n            $creation = $parser->getPotCreationDate();\n            $translationTable = $parser->getTranslationTable();\n        } catch (Exception $e) {\n            set_page_message(\n                tr(\n                    'Only gettext Machine Object files (MO files) are accepted.'\n                ),\n                'error'\n            );\n\n            return false;\n        }\n\n        $language = isset($translationTable['_: Localised language'])\n            ? $translationTable['_: Localised language'] : '';\n\n        if (empty($encoding)\n            || empty($locale)\n            || empty($creation)\n            || empty($lastTranslator)\n            || empty($language)\n        ) {\n            set_page_message(\n                tr(\n                    \"%s is not a valid i-MSCP language file.\",\n                    tohtml($_FILES['languageFile']['name'])\n                ),\n                'error'\n            );\n            return false;\n        }\n\n        if (!is_dir(\"$localesDirectory/$locale\")) {\n            if (!@mkdir(\"$localesDirectory/$locale\", 0700)) {\n                set_page_message(\n                    tr(\n                        \"Unable to create '%s' directory for language file.\",\n                        tohtml($locale)\n                    ),\n                    'error'\n                );\n                return false;\n            }\n        }\n\n        if (!is_dir(\"$localesDirectory/$locale/LC_MESSAGES\")) {\n            if (!@mkdir(\"$localesDirectory/$locale/LC_MESSAGES\", 0700)) {\n                set_page_message(\n                    tr(\n                        \"Unable to create 'LC_MESSAGES' directory for language file.\"\n                    ),\n                    'error'\n                );\n                return false;\n            }\n        }\n\n        // Return destination file path\n        return \"$localesDirectory/$locale/LC_MESSAGES/$locale.mo\";\n    };\n\n    if (utils_uploadFile('languageFile', [$beforeMove]) === false) {\n        return false;\n    }\n\n    // Rebuild language index\n    i18n_buildLanguageIndex();\n    return true;\n}\n\n/**\n * Change panel default language\n *\n * @return bool TRUE if language name is valid, FALSE otherwise\n */\nfunction i18n_changeDefaultLanguage()\n{\n    if (!isset($_POST['defaultLanguage'])) {\n        return false;\n    }\n\n    $defaultLanguage = clean_input($_POST['defaultLanguage']);\n    $availableLanguages = i18n_getAvailableLanguages();\n\n    // Check for language availability\n    $isValidLanguage = false;\n    foreach ($availableLanguages as $languageDefinition) {\n        if ($languageDefinition['locale'] == $defaultLanguage) {\n            $isValidLanguage = true;\n        }\n    }\n\n    if (!$isValidLanguage) {\n        return false;\n    }\n\n    $dbConfig = Registry::get('dbConfig');\n    $dbConfig['USER_INITIAL_LANG'] = $defaultLanguage;\n    Registry::get('config')['USER_INITIAL_LANG'] = $defaultLanguage;\n\n    // Ensures language change on next load for current user in case he has not\n    // yet his gui properties explicitly set (eg. for the first admin user\n    //when i-MSCP was just installed\n    $stmt = exec_query(\n        'SELECT lang FROM user_gui_props WHERE user_id = ?',\n        [$_SESSION['user_id']]\n    );\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) == NULL) {\n        unset($_SESSION['user_def_lang']);\n    }\n\n    return true;\n}\n\n/**\n * Add translations\n *\n * This function allow any plugin to add its translation resources.\n *\n * @param string $dir Absolute path to the translations root directory\n * @param string $type Translations type (array, Csv, Gettext, Ini, Qt, Tbx,\n *                     Tmx, Xliff, XmlTm)\n * @param string $tag Tag which is used for caching (eg. plugin name)\n * @param string|null $scan If set to NULL, no scanning of the directory\n *                          structure will be done. If set to\n *                          Translator::LOCALE_DIRECTORY the locale will be\n *                          detected within the directory.\n *                          If set to Translator::LOCALE_FILENAME the locale\n *                          will be detected within the filename.\n * @return void\n */\nfunction l10n_addTranslations(\n    $dir,\n    $type = 'Array',\n    $tag = 'iMSCP_Translate',\n    $scan = Zend_Translate::LOCALE_FILENAME\n)\n{\n    /** @var Zend_Translate_Adapter $primaryTranslator */\n    $primaryTranslator = Registry::get('Zend_Translate')->getAdapter();\n    $locale = $primaryTranslator->getLocale();\n\n    $pluginTranslator = new Zend_Translate([\n        'adapter'        => $type,\n        'content'        => $dir,\n        'scan'           => $scan,\n        'locale'         => $locale,\n        'disableNotices' => true,\n        'tag'            => $tag\n    ]);\n\n    if ($pluginTranslator->getAdapter()->isAvailable($locale)) {\n        $primaryTranslator->addTranslation([\n            'content' => $pluginTranslator\n        ]);\n    }\n}\n\n/**\n * Get JS translations strings\n *\n * Note: Plugins can register their own JS translation strings by listening on\n * the onGetJsTranslations event, and add them to the translations ArrayObject\n * which is a parameter of that event.\n *\n * For instance:\n *\n * EventAggregator::getInstance()->registerListener(\n *   'onGetJsTranslations',\n *   function(\\iMSCP\\Event\\Event $e) {\n *     $e->getParam('translations')->my_namespace = array(\n *        'first_tr_string_identifier' => tr('my first translation string'),\n *        'second_tr_string_identifier' => tr('my second translation string')\n *    );\n * });\n *\n * Then, in your JS script, you can access your translation strings as follow:\n *\n * imscp_i18n.my_namespace.first_translation_string_identifier\n * imscp_i18n.my_namespace.second_translation_string_identifier\n * ...\n *\n * @return string JS object as string\n */\nfunction i18n_getJsTranslations()\n{\n    $translations = new ArrayObject([\n        // Core translation strings\n        'core' => [\n            'ok'                      => tr('Ok'),\n            'warning'                 => tr('Warning!'),\n            'yes'                     => tr('Yes'),\n            'no'                      => tr('No'),\n            'confirmation_required'   => tr('Confirmation required'),\n            'close'                   => tr('Close'),\n            'generate'                => tr('Generate'),\n            'show'                    => tr('Show'),\n            'your_new_password'       => tr('Your new password'),\n            'password_generate_alert' => tr(\n                'You must first generate a password by clicking on the generate button.'\n            ),\n            'password_length'         => Registry::get('config')['PASSWD_CHARS']\n        ]],\n        ArrayObject::ARRAY_AS_PROPS\n    );\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onGetJsTranslations, ['translations' => $translations]\n    );\n    return json_encode($translations, JSON_FORCE_OBJECT);\n}\n"
  },
  {
    "path": "gui/include/Layout.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Must be documented\n *\n * @param int $userId User unique identifier\n * @return array\n */\nfunction get_user_gui_props($userId)\n{\n    $cfg = Registry::get('config');\n\n    $stmt = exec_query(\n        'SELECT lang, layout FROM user_gui_props WHERE user_id = ?',\n        [$userId]\n    );\n\n    if (!$stmt->rowCount()) {\n        return [$cfg['USER_INITIAL_LANG'], $cfg['USER_INITIAL_THEME']];\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n    if (empty($row['lang'])\n        && empty($row['layout'])\n    ) {\n        return [$cfg['USER_INITIAL_LANG'], $cfg['USER_INITIAL_THEME']];\n    }\n\n    if (empty($row['lang'])) {\n        return [$cfg['USER_INITIAL_LANG'], $row['layout']];\n    }\n\n    if (empty($row['layout'])) {\n        return [$row['lang'], $cfg['USER_INITIAL_THEME']];\n    }\n\n    return [$row['lang'], $row['layout']];\n}\n\n/**\n * Sets a page message to display on client browser\n *\n * @param string $message $message Message to display\n * @param string $level Message level (static_)?(info|warning|error|success)\n * @return void\n */\nfunction set_page_message($message, $level = 'info')\n{\n    $level = strtolower($level);\n\n    if (Registry::isRegistered('flashMessenger')) {\n        $flashMessenger = Registry::get('flashMessenger');\n    } else {\n        $flashMessenger = new Zend_Controller_Action_Helper_FlashMessenger();\n        Registry::set('flashMessenger', $flashMessenger);\n    }\n\n    $flashMessenger->addMessage($message, $level);\n}\n\n/**\n * Generates page messages\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePageMessage(TemplateEngine $tpl)\n{\n    $flashMessenger = Registry::isRegistered('flashMessenger')\n        ? Registry::get('flashMessenger')\n        : new Zend_Controller_Action_Helper_FlashMessenger();\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onGeneratePageMessages, ['flashMessenger' => $flashMessenger]\n    );\n\n    $tpl->assign('PAGE_MESSAGE', '');\n\n    foreach (\n        [\n            'success', 'error', 'warning', 'info', 'static_success',\n            'static_error', 'static_warning', 'static_info'\n        ] as $level\n    ) {\n        if (!$flashMessenger->hasCurrentMessages($level)) {\n            continue;\n        }\n\n        $tpl->assign([\n            'MESSAGE_CLS' => $level,\n            'MESSAGE'     => implode(\n                \"<br>\\n\", $flashMessenger->getCurrentMessages($level)\n            )\n        ]);\n        $tpl->parse('PAGE_MESSAGE', '.page_message');\n\n        $flashMessenger->clearCurrentMessages($level);\n    }\n\n    foreach (\n        [\n            'success', 'error', 'warning', 'info', 'static_success',\n            'static_error', 'static_warning', 'static_info'\n        ] as $level\n    ) {\n        if (!$flashMessenger->hasMessages($level)) {\n            continue;\n        }\n\n        $tpl->assign([\n            'MESSAGE_CLS' => $level,\n            'MESSAGE'     => implode(\n                \"<br>\\n\", $flashMessenger->getMessages($level)\n            )\n        ]);\n        $tpl->parse('PAGE_MESSAGE', '.page_message');\n    }\n}\n\n/**\n * format message(s) to be displayed on client browser as page message\n *\n * @param string|array $messages Message or stack of messages\n * @return string Concatenated messages\n */\nfunction format_message($messages)\n{\n    $string = '';\n\n    if (is_array($messages)) {\n        foreach ($messages as $message) {\n            $string .= $message . \"<br>\\n\";\n        }\n    } elseif (is_string($messages)) {\n        $string = $messages;\n    } else {\n        throw new Exception(\n            'set_page_message() expects a string or an array for $messages.'\n        );\n    }\n\n    return $string;\n}\n\n/**\n * Returns available color set for current layout\n *\n * @return array\n */\nfunction layout_getAvailableColorSet()\n{\n    static $colorSet = NULL;\n\n    if (NULL !== $colorSet) {\n        return $colorSet;\n    }\n\n    $cfg = Registry::get('config');\n\n    if (file_exists($cfg['ROOT_TEMPLATE_PATH'] . '/info.php')) {\n        $themeInfo = include_once($cfg['ROOT_TEMPLATE_PATH'] . '/info.php');\n\n        if (is_array($themeInfo)) {\n            $colorSet = (array)$themeInfo['theme_color_set'];\n        } else {\n            ini_set('display_errors', 1);\n            trigger_error(\n                sprintf(\n                    \"The 'theme_color'_set parameter is missing in the %s file\",\n                    $cfg['ROOT_TEMPLATE_PATH'] . '/info.php'\n                ),\n                E_USER_ERROR\n            );\n        }\n    } else {\n        trigger_error(\n            sprintf(\n                \"File %s is missing or not readable\",\n                $cfg['ROOT_TEMPLATE_PATH'] . '/info.php'\n            ),\n            E_USER_ERROR\n        );\n    }\n\n    return $colorSet;\n}\n\n/**\n * Returns layout color for given user\n *\n * @param int $userId user unique identifier\n * @return string User layout color\n */\nfunction layout_getUserLayoutColor($userId)\n{\n    static $layoutColor = NULL;\n\n    if (NULL !== $layoutColor) {\n        return $layoutColor;\n    }\n\n    if (isset($_SESSION['user_theme_color'])) {\n        $layoutColor = $_SESSION['user_theme_color'];\n        return $layoutColor;\n    }\n\n    $allowedColors = layout_getAvailableColorSet();\n    $layoutColor = exec_query(\n        'SELECT layout_color FROM user_gui_props WHERE user_id = ?', [$userId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n\n    if (!$layoutColor || !in_array($layoutColor, $allowedColors)) {\n        $layoutColor = array_shift($allowedColors);\n    }\n\n    return $layoutColor;\n}\n\n/**\n * Init layout\n *\n * @param Event $event\n * @return void\n */\nfunction layout_init(Event $event)\n{\n    $cfg = Registry::get('config');\n\n    if ($cfg['DEBUG']) {\n        $themesAssetsVersion = time();\n    } else {\n        $themesAssetsVersion = $cfg['THEME_ASSETS_VERSION'];\n    }\n\n    if (isset($_SESSION['user_theme_color'])) {\n        $color = $_SESSION['user_theme_color'];\n    } elseif (isset($_SESSION['user_id'])) {\n        $userId = isset($_SESSION['logged_from_id'])\n            ? $_SESSION['logged_from_id'] : $_SESSION['user_id'];\n        $color = layout_getUserLayoutColor($userId);\n        $_SESSION['user_theme_color'] = $color;\n    } else {\n        $colors = layout_getAvailableColorSet();\n        $color = array_shift($colors);\n    }\n\n    /** @var $tpl TemplateEngine */\n    $tpl = $event->getParam('templateEngine');\n    $tpl->assign([\n        'THEME_CHARSET'        => 'UTF-8',\n        'THEME_ASSETS_PATH'    => '/themes/' . $cfg['USER_INITIAL_THEME']\n            . '/assets',\n        'THEME_ASSETS_VERSION' => $themesAssetsVersion,\n        'THEME_COLOR'          => $color,\n        'ISP_LOGO'             => isset($_SESSION['user_id'])\n            ? layout_getUserLogo() : '',\n        'JS_TRANSLATIONS'      => i18n_getJsTranslations()\n    ]);\n    $tpl->parse('LAYOUT', 'layout');\n}\n\n/**\n * Sets given layout color for given user\n *\n * @param int $userId User unique identifier\n * @param string $color Layout color\n * @return bool TRUE on success false otherwise\n */\nfunction layout_setUserLayoutColor($userId, $color)\n{\n    if (!in_array($color, layout_getAvailableColorSet())) {\n        return false;\n    }\n\n    exec_query(\n        'UPDATE user_gui_props SET layout_color = ? WHERE user_id = ?',\n        [$color, $userId]\n    );\n\n    $sessionId = session_id();\n    $stmt = exec_query(\n        'SELECT session_id FROM login WHERE user_name = ? AND session_id <> ?',\n        [encode_idna($_SESSION['user_logged']), $sessionId]\n    );\n\n    if (!$stmt->rowCount()) {\n        return true;\n    }\n\n    foreach ($stmt->fetchAll(PDO::FETCH_COLUMN) as $otherSessionId) {\n        session_write_close();\n        session_id($otherSessionId);\n        session_start();\n        // Update user layout color\n        $_SESSION['user_theme_color'] = $color;\n    }\n\n    // Return back to the previous session\n    session_write_close();\n    session_id($sessionId);\n    session_start();\n\n    return true;\n}\n\n/**\n * Get user logo path\n *\n * Only administrators and resellers can have their own logo.\n *\n * Search is done in the following order:\n *  user logo -> user's creator logo -> theme logo --> isp logo\n *\n * @param bool $searchForCreator Tell whether or not search must be done for\n *                               user's creator in case no logo is found for\n *                               user\n * @param bool $returnDefault Tell whether or not default logo must be returned\n * @return string User logo path.\n */\nfunction layout_getUserLogo($searchForCreator = true, $returnDefault = true)\n{\n    $cfg = Registry::get('config');\n\n    // On switched level, we want show logo from logged user\n    if (isset($_SESSION['logged_from_id']) && $searchForCreator) {\n        $userId = $_SESSION['logged_from_id'];\n        // Customers inherit the logo of their reseller\n    } elseif ($_SESSION['user_type'] == 'user') {\n        $userId = $_SESSION['user_created_by'];\n    } else {\n        $userId = $_SESSION['user_id'];\n    }\n\n\n    $stmt = exec_query(\n        'SELECT logo FROM user_gui_props WHERE user_id= ?', [$userId]\n    );\n\n    // No logo is found for the user, let see for it creator\n    if ($searchForCreator && $userId != 1 && empty($stmt->fields['logo'])) {\n        $stmt = exec_query(\n            '\n                SELECT b.logo\n                FROM admin a\n                LEFT JOIN user_gui_props b ON (b.user_id = a.created_by)\n                WHERE a.admin_id= ?\n            ',\n            [$userId]\n        );\n    }\n\n    // No user logo found\n    if (empty($stmt->fields['logo'])\n        || !file_exists(\n            $cfg['GUI_ROOT_DIR'] . '/data/persistent/ispLogos/'\n            . $stmt->fields['logo']\n        )\n    ) {\n        if (!$returnDefault) {\n            return '';\n        }\n\n        if (file_exists(\n            $cfg['ROOT_TEMPLATE_PATH'] . '/assets/images/imscp_logo.png')\n        ) {\n            return '/themes/' . $_SESSION['user_theme']\n                . '/assets/images/imscp_logo.png';\n        }\n\n        // no logo available, we are using default\n        return $cfg['ISP_LOGO_PATH'] . '/' . 'isp_logo.gif';\n    }\n\n    return $cfg['ISP_LOGO_PATH'] . '/' . $stmt->fields['logo'];\n}\n\n/**\n * Updates user logo\n *\n * Note: Only administrators and resellers can have their own logo.\n *\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction layout_updateUserLogo()\n{\n    $cfg = Registry::get('config');\n\n    // closure that is run before move_uploaded_file() function - See the\n    // Utils_UploadFile() function for further information about implementation\n    // details\n    $beforeMove = function ($cfg) {\n        $tmpFilePath = $_FILES['logoFile']['tmp_name'];\n\n        // Checking file mime type\n        if (!($fileMimeType = checkMimeType(\n            $tmpFilePath,\n            ['image/gif', 'image/jpeg', 'image/pjpeg', 'image/png']\n        ))) {\n            set_page_message(tr('You can only upload images.'), 'error');\n            return false;\n        }\n\n        // Retrieving file extension (gif|jpeg|png)\n        if ($fileMimeType == 'image/pjpeg' || $fileMimeType == 'image/jpeg') {\n            $fileExtension = 'jpeg';\n        } else {\n            $fileExtension = substr($fileMimeType, -3);\n        }\n\n        // Getting the image size\n        list($imageWidth, $imageHeight) = getimagesize($tmpFilePath);\n\n        // Checking image size\n        if ($imageWidth > 500 || $imageHeight > 90) {\n            set_page_message(\n                tr('Images have to be smaller than 500 x 90 pixels.'), 'error'\n            );\n            return false;\n        }\n\n        // Building an unique file name\n        $fileName = sha1(Crypt::randomStr(15) . '-' . $_SESSION['user_id'])\n            . '.' . $fileExtension;\n\n        // Return destination file path\n        return $cfg['GUI_ROOT_DIR'] . '/data/persistent/ispLogos/' . $fileName;\n    };\n\n    $logoPath = utils_uploadFile('logoFile', [$beforeMove, $cfg]);\n\n    if ($logoPath === false) {\n        return false;\n    }\n\n    if ($_SESSION['user_type'] == 'admin') {\n        $userId = 1;\n    } else {\n        $userId = $_SESSION['user_id'];\n    }\n\n    // We must catch old logo before update\n    $oldLogoFile = layout_getUserLogo(false, false);\n\n    exec_query(\n        'UPDATE user_gui_props SET logo = ? WHERE user_id = ?',\n        [basename($logoPath), $userId]\n    );\n\n    // Deleting old logo (we are safe here) - We don't return FALSE on failure.\n    // The administrator will be warned through logs.\n    layout_deleteUserLogo($oldLogoFile, true);\n    return true;\n}\n\n/**\n * Deletes user logo\n *\n * @param string $logoFilePath OPTIONAL Logo file path\n * @param bool $onlyFile OPTIONAL Tell whether or not only logo file must be\n *                       deleted\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction layout_deleteUserLogo($logoFilePath = NULL, $onlyFile = false)\n{\n    $cfg = Registry::get('config');\n\n    if (NULL === $logoFilePath) {\n        if ($_SESSION['user_type'] == 'admin') {\n            $logoFilePath = layout_getUserLogo(true);\n        } else {\n            $logoFilePath = layout_getUserLogo(false);\n        }\n    }\n\n    $userId = ($_SESSION['user_type'] == 'admin') ? 1 : $_SESSION['user_id'];\n\n    if (!$onlyFile) {\n        exec_query(\n            'UPDATE user_gui_props SET logo = ? WHERE user_id = ?',\n            [NULL, $userId]\n        );\n    }\n\n    if (strpos($logoFilePath, $cfg['ISP_LOGO_PATH']) === false) {\n        return true;\n    }\n\n    $logoFilePath = $cfg['GUI_ROOT_DIR'] . '/data/persistent/ispLogos/'\n        . basename($logoFilePath);\n\n    if (file_exists($logoFilePath) && !@unlink($logoFilePath)) {\n        write_log(\n            sprintf(\"Couldn't remove the %s file.\", $logoFilePath),\n            E_USER_WARNING\n        );\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Is user logo?\n *\n * @param string $logoPath Logo path to match against\n * @return bool TRUE if $logoPath is a user's logo, FALSE otherwise\n */\nfunction layout_isUserLogo($logoPath)\n{\n    if ($logoPath == '/themes/' . $_SESSION['user_theme']\n        . '/assets/images/imscp_logo.png'\n        || $logoPath == Registry::get('config')['ISP_LOGO_PATH'] . '/'\n        . 'isp_logo.gif'\n    ) {\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Load navigation file for current UI level\n *\n * @return void\n */\nfunction layout_LoadNavigation()\n{\n    if (!isset($_SESSION['user_type'])) {\n        return;\n    }\n\n    switch ($_SESSION['user_type']) {\n        case 'admin':\n            $userLevel = 'admin';\n            break;\n        case 'reseller':\n            $userLevel = 'reseller';\n            break;\n        default:\n            $userLevel = 'client';\n    }\n\n    Registry::set(\n        'navigation',\n        new Zend_Navigation(\n            include(\n                Registry::get('config')['ROOT_TEMPLATE_PATH']\n                . \"/$userLevel/navigation.php\"\n            )\n        ));\n\n    // Set main menu labels visibility for the current environment\n    EventAggregator::getInstance()->registerListener(\n        Events::onBeforeGenerateNavigation,\n        'layout_setMainMenuLabelsVisibilityEvt'\n    );\n}\n\n/**\n * Tells whether or not main menu labels are visible for the given user\n *\n * @param int $userId User unique identifier\n * @return bool\n */\nfunction layout_isMainMenuLabelsVisible($userId)\n{\n    $stmt = exec_query(\n        'SELECT show_main_menu_labels FROM user_gui_props WHERE user_id = ?',\n        [$userId]\n    );\n\n    if ($stmt->rowCount()) {\n        return (bool)$stmt->fetchRow(PDO::FETCH_COLUMN);\n    }\n\n    return true;\n}\n\n/**\n * Sets main menu label visibility for the given user\n *\n * @param int $userId User unique identifier\n * @param int $visibility (0|1)\n * @return void\n */\nfunction layout_setMainMenuLabelsVisibility($userId, $visibility)\n{\n    $visibility = ($visibility) ? 1 : 0;\n\n    exec_query(\n        'UPDATE user_gui_props SET show_main_menu_labels = ? WHERE user_id = ?',\n        [$visibility, $userId]\n    );\n\n    if (!isset($_SESSION['logged_from_id'])) {\n        $_SESSION['show_main_menu_labels'] = $visibility;\n    }\n}\n\n/**\n * Sets main menu visibility for current environment\n *\n * @return void\n */\nfunction layout_setMainMenuLabelsVisibilityEvt()\n{\n    if (!isset($_SESSION['show_main_menu_labels'])\n        && isset($_SESSION['user_type'])\n    ) {\n        $userId = isset($_SESSION['logged_from_id'])\n            ? $_SESSION['logged_from_id'] : $_SESSION['user_id'];\n        $_SESSION['show_main_menu_labels'] = layout_isMainMenuLabelsVisible(\n            $userId\n        );\n    }\n}\n"
  },
  {
    "path": "gui/include/Login.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Authentication\\AuthEvent;\nuse iMSCP\\Authentication\\AuthResult;\nuse iMSCP\\Authentication\\AuthService;\nuse iMSCP\\Crypt;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\EventManagerInterface;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Plugin\\BruteForce;\nuse iMSCP\\Registry;\n\n/**\n * Initialize login\n *\n * @param EventManagerInterface $eventManager\n * @return void\n */\nfunction init_login(EventManagerInterface $eventManager)\n{\n    do_session_timeout();\n\n    if (Registry::get('config')['BRUTEFORCE']) {\n        $bruteforce = new BruteForce(Registry::get('pluginManager'));\n        $bruteforce->register($eventManager);\n    }\n\n    // Register default authentication handler with high-priority\n    $eventManager->registerListener(\n        Events::onAuthentication, 'login_credentials', 99\n    );\n\n    // Register listener that is responsible to check domain status and expire\n    // date\n    $eventManager->registerListener(\n        Events::onBeforeSetIdentity, 'login_checkDomainAccount'\n    );\n}\n\n/**\n * Credentials authentication handler\n *\n * @param AuthEvent $authEvent\n */\nfunction login_credentials(AuthEvent $authEvent)\n{\n    $username = (!empty($_POST['uname']))\n        ? encode_idna(clean_input($_POST['uname'])) : '';\n    $password = (!empty($_POST['upass'])) ? clean_input($_POST['upass']) : '';\n\n    if ($username === '' || $password === '') {\n        $message = [];\n\n        if (empty($username)) {\n            $message[] = tr('The username field is empty.');\n        }\n\n        if (empty($password)) {\n            $message[] = tr('The password field is empty.');\n        }\n\n        $authEvent->setAuthenticationResult(new AuthResult(\n            (count($message) == 2)\n                ? AuthResult::FAILURE_CREDENTIAL_EMPTY\n                : AuthResult::FAILURE_CREDENTIAL_INVALID,\n            NULL,\n            $message\n        ));\n        return;\n    }\n\n    $stmt = exec_query(\n        '\n            SELECT admin_id, admin_name, admin_pass, admin_type, email,\n                created_by\n            FROM admin\n            WHERE admin_name = ?\n        ',\n        [$username]\n    );\n\n    if (!$stmt->rowCount()) {\n        $authEvent->setAuthenticationResult(new AuthResult(\n            AuthResult::FAILURE_IDENTITY_NOT_FOUND,\n            NULL,\n            tr('Unknown username.')\n        ));\n        return;\n    }\n\n    $identity = $stmt->fetchRow(PDO::FETCH_OBJ);\n\n    if (!Crypt::hashEqual($identity->admin_pass, md5($password))\n        && !Crypt::verify($password, $identity->admin_pass)\n    ) {\n        $authEvent->setAuthenticationResult(new AuthResult(\n            AuthResult::FAILURE_CREDENTIAL_INVALID,\n            NULL,\n            tr('Bad password.')\n        ));\n        return;\n    }\n\n    if (strpos($identity->admin_pass, '$apr1$') !== 0) {\n        // Not an APR-1 hashed password, we recreate the hash\n\n        // We must postpone update until the onAfterAuthentication event to\n        // handle cases where the authentication process fail later on (case\n        //of a multi-factor authentication process)\n        EventAggregator::getInstance()->registerListener(\n            Events::onAfterAuthentication,\n            function (Event $event) use ($password) {\n                /** @var AuthResult $authResult */\n                $authResult = $event->getParam('authResult');\n\n                if (!$authResult->isValid()) {\n                    return;\n                }\n\n                $identity = $authResult->getIdentity();\n\n                exec_query(\n                    '\n                        UPDATE admin\n                        SET admin_pass = ?, admin_status = ?\n                        WHERE admin_id = ?\n                    ',\n                    [\n                        Crypt::apr1MD5($password),\n                        ($identity->admin_type) == 'user'\n                            ? 'tochangepwd' : 'ok',\n                        $identity->admin_id\n                    ]\n                );\n\n                write_log(\n                    sprintf(\n                        'Password for user %s has been re-encrypted using APR-1 algorithm',\n                        $identity->admin_name\n                    ),\n                    E_USER_NOTICE\n                );\n\n                if ($identity->admin_type == 'user') {\n                    send_request();\n                }\n            },\n            ['password' => $password, 'identity' => $identity]\n        );\n    }\n\n    $authEvent->setAuthenticationResult(new AuthResult(\n        AuthResult::SUCCESS, $identity\n    ));\n}\n\n/**\n * Check domain account state (status and expires date)\n *\n * Note: Listen to the onBeforeSetIdentity event triggered in the\n * AuthService component.\n *\n * @param Event $event\n * @return void\n */\nfunction login_checkDomainAccount(Event $event)\n{\n    /** @var $identity stdClass */\n    $identity = $event->getParam('identity');\n\n    if ($identity->admin_type != 'user') {\n        return;\n    }\n\n    $stmt = exec_query(\n        '\n            SELECT domain_expires, domain_status, admin_status\n            FROM domain\n            JOIN admin ON(domain_admin_id = admin_id)\n            WHERE domain_admin_id = ?\n        ',\n        [$identity->admin_id]\n    );\n\n    $event->stopPropagation();\n\n    if (!$stmt->rowCount()) {\n        write_log(\n            sprintf(\n                'Account data not found in database for the %s user',\n                $identity->admin_name\n            ),\n            E_USER_ERROR\n        );\n        set_page_message(\n            tohtml(tr('An unexpected error occurred. Please contact your reseller.')),\n            'error'\n        );\n        return;\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n    if ($row['admin_status'] == 'disabled'\n        || $row['domain_status'] == 'disabled'\n    ) {\n        set_page_message(\n            tohtml(tr(\n                'Your account has been disabled. Please, contact your reseller.'\n            )),\n            'error'\n        );\n        return;\n    }\n\n    if ($row['domain_expires'] > 0 && $row['domain_expires'] < time()) {\n        set_page_message(\n            tohtml(tr(\n                'Your account has expired. Please, contact your reseller.'\n            )),\n            'error'\n        );\n        return;\n    }\n\n    $event->stopPropagation(false);\n}\n\n/**\n * Session garbage collector\n *\n * @return void\n */\nfunction do_session_timeout()\n{\n    exec_query(\n        'DELETE FROM login WHERE lastaccess < ? AND user_name <> ?',\n        [\n            time() - Registry::get('config')['SESSION_TIMEOUT'] * 60,\n            '__bruteforce__'\n        ]\n    );\n}\n\n/**\n * Check login\n *\n * @param string $userLevel User level (admin|reseller|user)\n * @param bool $preventExternalLogin If TRUE, external login is disallowed\n */\nfunction check_login($userLevel, $preventExternalLogin = true)\n{\n    do_session_timeout();\n    $auth = AuthService::getInstance();\n\n    if (!$auth->hasIdentity()) {\n        // Ensure deletion of all identity data\n        $auth->unsetIdentity();\n\n        if (is_xhr()) {\n            showForbiddenErrorPage();\n        }\n\n        redirectTo('/index.php');\n    }\n\n    $identity = $auth->getIdentity();\n\n    // When the panel is in maintenance mode, only administrators can access\n    // the interface\n    /** @noinspection PhpUndefinedFieldInspection */\n    if (Registry::get('config')['MAINTENANCEMODE']\n        && $identity->admin_type != 'admin'\n        && (!isset($_SESSION['logged_from_type'])\n            || $_SESSION['logged_from_type'] != 'admin'\n        )\n    ) {\n        $auth->unsetIdentity();\n        redirectTo('/index.php');\n    }\n\n    // Check user level\n    /** @noinspection PhpUndefinedFieldInspection */\n    if (empty($userLevel) || ($userLevel !== 'all'\n            && $identity->admin_type != $userLevel)\n    ) {\n        $auth->unsetIdentity();\n        redirectTo('/index.php');\n    }\n\n    // prevent external login / check for referer\n    if ($preventExternalLogin\n        && !empty($_SERVER['HTTP_REFERER'])\n        && ($fromHost = parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST))\n        && $fromHost !== getRequestHost()\n    ) {\n        $auth->unsetIdentity();\n        showForbiddenErrorPage();\n    }\n\n    // If all goes fine update session and last access\n    $_SESSION['user_login_time'] = time();\n    exec_query(\n        'UPDATE login SET lastaccess = ? WHERE session_id = ?',\n        [$_SESSION['user_login_time'], session_id()]\n    );\n}\n\n/**\n * Switch between user's interfaces\n *\n * @param int $fromId User ID to switch from\n * @param int $toId User ID to switch on\n * @return void\n */\nfunction change_user_interface($fromId, $toId)\n{\n    $toActionScript = false;\n\n    // We loop over nothing here, it's just a way to avoid code repetition\n    while (1) {\n        $stmt = exec_query(\n            '\n              SELECT admin_id, admin_name, admin_type, email, created_by\n              FROM admin\n              WHERE admin_id IN(?, ?)\n              ORDER BY FIELD(admin_id, ?, ?)\n              LIMIT 2\n            ',\n            [$fromId, $toId, $fromId, $toId]\n        );\n\n        if ($stmt->rowCount() < 2) {\n            set_page_message(tr('Bad request.'), 'error');\n        }\n\n        list($from, $to) = $stmt->fetchAll(PDO::FETCH_OBJ);\n\n        $fromToMap = [\n            'admin'    => [\n                'reseller' => 'users.php',\n                'user'     => 'domains_manage.php',\n                'back'     => 'users.php'\n            ],\n            'reseller' => [\n                'user' => 'domains_manage.php',\n                'back' => 'users.php'\n            ]\n        ];\n\n        if (!isset($fromToMap[$from->admin_type][$to->admin_type])\n            || ($from->admin_type == $to->admin_type)\n        ) {\n            if (!isset($_SESSION['logged_from_id'])\n                || $_SESSION['logged_from_id'] != $to->admin_id\n            ) {\n                set_page_message(tr('Bad request.'), 'error');\n                write_log(\n                    sprintf(\n                        \"%s tried to switch onto %s's interface\",\n                        $from->admin_name,\n                        decode_idna($to->admin_name)\n                    ),\n                    E_USER_WARNING\n                );\n                break;\n            }\n\n            $toActionScript = $fromToMap[$to->admin_type]['back'];\n        }\n\n        $toActionScript = $toActionScript\n            ?: $fromToMap[$from->admin_type][$to->admin_type];\n\n        // Set new identity\n        $auth = AuthService::getInstance();\n        $auth->unsetIdentity();\n\n        if ($from->admin_type != 'user' && $to->admin_type != 'admin') {\n            // Set additional data about user from which we are logged from\n            $_SESSION['logged_from_type'] = $from->admin_type;\n            $_SESSION['logged_from'] = $from->admin_name;\n            $_SESSION['logged_from_id'] = $from->admin_id;\n            write_log(\n                sprintf(\"%s switched onto %s's interface\",\n                    $from->admin_name,\n                    decode_idna($to->admin_name)\n                ),\n                E_USER_NOTICE\n            );\n        } else {\n            write_log(\n                sprintf(\n                    \"%s switched back from %s's interface\",\n                    $to->admin_name,\n                    decode_idna($from->admin_name)\n                ),\n                E_USER_NOTICE\n            );\n        }\n\n        $auth->setIdentity($to);\n        break;\n    }\n\n    redirectToUiLevel($toActionScript);\n}\n\n/**\n * Redirects to user ui level\n *\n * @param string $actionScript Action script on which user should be redirected\n * @return void\n */\nfunction redirectToUiLevel($actionScript = NULL)\n{\n    $auth = AuthService::getInstance();\n\n    if (!$auth->hasIdentity()) {\n        return;\n    }\n\n    /** @noinspection PhpUndefinedFieldInspection */\n    switch ($auth->getIdentity()->admin_type) {\n        case 'user':\n            $userType = 'client';\n            if (NULL === $actionScript) {\n                $actionScript = 'domains_manage.php';\n            }\n            break;\n        case 'admin':\n            $userType = 'admin';\n            if (NULL === $actionScript) {\n                $actionScript = 'users.php';\n            }\n            break;\n        case 'reseller':\n            $userType = 'reseller';\n            if (NULL === $actionScript) {\n                $actionScript = 'users.php';\n            }\n            break;\n        default:\n            throw new Exception('Unknown UI level');\n    }\n\n    redirectTo('/' . $userType . '/' . $actionScript);\n}\n"
  },
  {
    "path": "gui/include/LostPassword.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\n\n/**\n * Create captcha image\n *\n * @param string $strSessionVar\n * @return void\n */\nfunction createImage($strSessionVar)\n{\n    $cfg = Registry::get('config');\n    $rgBgColor = $cfg['LOSTPASSWORD_CAPTCHA_BGCOLOR'];\n    $rgTextColor = $cfg['LOSTPASSWORD_CAPTCHA_TEXTCOLOR'];\n    $image = imagecreate(\n        $cfg['LOSTPASSWORD_CAPTCHA_WIDTH'], $cfg['LOSTPASSWORD_CAPTCHA_HEIGHT']\n    );\n\n    if ($image === FALSE) {\n        throw new Exception('Cannot initialize new GD image stream.');\n    }\n\n    imagecolorallocate($image, $rgBgColor[0], $rgBgColor[1], $rgBgColor[2]);\n    $textColor = imagecolorallocate(\n        $image, $rgTextColor[0], $rgTextColor[1], $rgTextColor[2]\n    );\n    $nbLetters = 6;\n\n    $x = ($cfg['LOSTPASSWORD_CAPTCHA_WIDTH'] / 2) - ($nbLetters * 20 / 2);\n    $y = mt_rand(15, 25);\n\n    $string = Crypt::randomStr(\n        $nbLetters,\n        'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'\n    );\n\n    for ($i = 0; $i < $nbLetters; $i++) {\n        $fontFile = GUI_ROOT_DIR . '/resources/fonts/'\n            . $cfg['LOSTPASSWORD_CAPTCHA_FONTS'][mt_rand(\n                0, count($cfg['LOSTPASSWORD_CAPTCHA_FONTS']) - 1\n            )];\n        imagettftext(\n            $image, 17, rand(-30, 30), $x, $y, $textColor, $fontFile,\n            $string[$i]\n        );\n        $x += 20;\n        $y = mt_rand(15, 25);\n    }\n\n    $_SESSION[$strSessionVar] = $string;\n\n    // obfuscation\n    $white = imagecolorallocate($image, 0xFF, 0xFF, 0xFF);\n    for ($i = 0; $i < 5; $i++) {\n        $x1 = mt_rand(0, $x - 1);\n        $y1 = mt_rand(0, round($y / 10, 0));\n        $x2 = mt_rand(0, round($x / 10, 0));\n        $y2 = mt_rand(0, $y - 1);\n        imageline($image, $x1, $y1, $x2, $y2, $white);\n        $x1 = mt_rand(0, $x - 1);\n        $y1 = $y - mt_rand(1, round($y / 10, 0));\n        $x2 = $x - mt_rand(1, round($x / 10, 0));\n        $y2 = mt_rand(0, $y - 1);\n        imageline($image, $x1, $y1, $x2, $y2, $white);\n    }\n\n    header('Content-type: image/png');\n    imagepng($image); // create and send PNG image\n    imagedestroy($image); // destroy image from server\n}\n\n/**\n * Remove old keys\n *\n * @param int $ttl\n * @return void\n */\nfunction removeOldKeys($ttl)\n{\n    exec_query(\n        '\n            UPDATE admin\n            SET uniqkey = NULL, uniqkey_time = NULL\n            WHERE uniqkey_time < ?\n        ',\n        [date('Y-m-d H:i:s', time() - $ttl * 60)]\n    );\n}\n\n/**\n * Sets unique key\n *\n * @param string $adminName\n * @param string $uniqueKey\n * @return void\n */\nfunction setUniqKey($adminName, $uniqueKey)\n{\n    exec_query(\n        '\n            UPDATE admin\n            SET uniqkey = ?, uniqkey_time = ?\n            WHERE admin_name = ?\n        ',\n        [$uniqueKey, date('Y-m-d H:i:s', time()), $adminName]\n    );\n}\n\n/**\n * Set password\n *\n * @param string $userType User type (admin|reseller|user)\n * @param string $uniqueKey\n * @param string $userPassword\n * @return void\n */\nfunction setPassword($userType, $uniqueKey, $userPassword)\n{\n    $passwordHash = Crypt::apr1MD5($userPassword);\n\n    if ($userType == 'user') {\n        exec_query(\n            '\n                UPDATE admin\n                SET admin_pass = ?, uniqkey = NULL, uniqkey_time = NULL,\n                    admin_status = ?\n                WHERE uniqkey = ?\n            ',\n            [$passwordHash, 'tochangepwd', $uniqueKey]\n        );\n\n        send_request();\n        return;\n    }\n\n    exec_query(\n        '\n            UPDATE admin\n            SET admin_pass = ?, uniqkey = NULL, uniqkey_time = NULL\n            WHERE uniqkey = ?\n         ',\n        [$passwordHash, $uniqueKey]\n    );\n}\n\n/**\n * Checks for unique key existence\n *\n * @param string $uniqueKey\n * @return bool TRUE if the key exists, FALSE otherwise\n */\nfunction uniqueKeyExists($uniqueKey)\n{\n    return (bool)exec_query(\n        'SELECT COUNT(admin_id) FROM admin WHERE uniqkey = ?', [$uniqueKey]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * generate unique key\n *\n * @return string Unique key\n */\nfunction uniqkeygen()\n{\n    do {\n        $uniqueKey = sha1(Crypt::randomStr(32));\n    } while (uniqueKeyExists($uniqueKey));\n\n    return $uniqueKey;\n}\n\n/**\n * Send password request validation\n *\n * @param string $adminName\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction sendPasswordRequestValidation($adminName)\n{\n    $stmt = exec_query(\n        '\n            SELECT admin_id, created_by, fname, lname, email\n            FROM admin\n            WHERE admin_name = ?\n        ',\n        [$adminName]\n    );\n\n    if (!$stmt->rowCount()) {\n        set_page_message(tr('Wrong username.'), 'error');\n        return false;\n    }\n\n    $row = $stmt->fetchRow();\n    $createdBy = $row['created_by'];\n\n    if ($createdBy == 0) {\n        // Force usage of default template for any admin request\n        $createdBy = $row['admin_id'];\n    }\n\n    $data = get_lostpassword_activation_email($createdBy);\n\n    # Create uniq key for password request validation\n    $uniqueKey = uniqkeygen();\n    setUniqKey($adminName, $uniqueKey);\n\n    $ret = send_mail([\n        'mail_id'      => 'lostpw-msg-1',\n        'fname'        => $row['fname'],\n        'lname'        => $row['lname'],\n        'username'     => $adminName,\n        'email'        => $row['email'],\n        'subject'      => $data['subject'],\n        'message'      => $data['message'],\n        'placeholders' => [\n            '{LINK}' => getRequestBaseUrl() . '/lostpassword.php?key='\n                . $uniqueKey\n        ]\n    ]);\n\n    if (!$ret) {\n        write_log(\n            sprintf(\n                \"Couldn't send new password request validation to %s\",\n                $adminName\n            ),\n            E_USER_ERROR\n        );\n        set_page_message(\n            tr(\n                'An unexpected error occurred. Please contact your administrator.'\n            ),\n            'error'\n        );\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Send new password\n *\n * @param string $uniqueKey\n * @return bool TRUE when new password is sent successfully, FALSE otherwise\n */\nfunction sendPassword($uniqueKey)\n{\n    $stmt = exec_query(\n        \"\n          SELECT admin_id, admin_name, admin_type, created_by, fname, lname,\n            email, uniqkey, admin_status\n          FROM admin\n          WHERE uniqkey = ?\n        \",\n        [$uniqueKey]\n    );\n\n    if (!$stmt->rowCount()) {\n        set_page_message(\n            tr(\n                'Your request for password renewal is either invalid or has expired.'\n            ),\n            'error'\n        );\n        return false;\n    }\n\n    $row = $stmt->fetchRow();\n\n    if ($row['admin_status'] != 'ok') {\n        set_page_message(\n            tr(\n                'Your request for password renewal cannot be honored. Please retry in few minutes.'\n            ),\n            'error'\n        );\n        return false;\n    }\n\n    $cfg = Registry::get('config');\n    $userPassword = Crypt::randomStr(\n        isset($cfg['PASSWD_CHARS']) ? $cfg['PASSWD_CHARS'] : 6,\n        'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'\n    );\n    setPassword($row['admin_type'], $uniqueKey, $userPassword);\n    write_log(\n        sprintf(\n            'Lostpassword: A New password has been set for the %s user', $row['admin_name']\n        ),\n        E_USER_NOTICE\n    );\n\n    $createdBy = $row['created_by'];\n    if ($createdBy == 0) {\n        $createdBy = $row['admin_id'];\n    }\n\n    $data = get_lostpassword_password_email($createdBy);\n    $ret = send_mail([\n        'mail_id'      => 'lostpw-msg-2',\n        'fname'        => $row['fname'],\n        'lname'        => $row['lname'],\n        'username'     => $row['admin_name'],\n        'email'        => $row['email'],\n        'subject'      => $data['subject'],\n        'message'      => $data['message'],\n        'placeholders' => [\n            '{PASSWORD}' => $userPassword\n        ]\n    ]);\n\n    if (!$ret) {\n        write_log(\n            sprintf(\n                \"Couldn't send new password to %s\", $row['admin_name']\n            ),\n            E_USER_ERROR\n        );\n        set_page_message(\n            tr(\n                'An unexpected error occurred. Please contact your administrator.'\n            )\n        );\n        return false;\n    }\n\n    return true;\n}\n"
  },
  {
    "path": "gui/include/Reseller.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\n\n/**\n * Check that limits for the given hosting plan are not exceeding limits of the\n * given reseller\n *\n * @param int $resellerId Reseller unique identifier\n * @param int|string $hp Hosting plan unique identifier or string representing\n *                       hosting plan properties to check against\n * @return bool TRUE if none of the given hosting plan limits is exceeding\n *              limits of the given reseller, FALSE otherwise\n */\nfunction reseller_limits_check($resellerId, $hp)\n{\n    $ret = true;\n\n    if (is_number($hp)) {\n        if (isset($_SESSION['ch_hpprops'])) {\n            $hostingPlanProperties = $_SESSION['ch_hpprops'];\n        } else {\n            $stmt = exec_query(\n                'SELECT props FROM hosting_plans WHERE id = ?', [$hp]\n            );\n\n            if ($stmt->rowCount()) {\n                $data = $stmt->fetchRow();\n                $hostingPlanProperties = $data['props'];\n            } else {\n                throw new Exception('Hosting plan not found');\n            }\n        }\n    } else {\n        $hostingPlanProperties = $hp;\n    }\n\n    list(\n        , , $newSubLimit, $newAlsLimit, $newMailLimit, $newFtpLimit,\n        $newSqlDbLimit, $newSqlUserLimit, $newTrafficLimit, $newDiskspaceLimit\n        ) = explode(';', $hostingPlanProperties);\n\n    $stmt = exec_query(\n        'SELECT * FROM reseller_props WHERE reseller_id = ?', [$resellerId]\n    );\n    $data = $stmt->fetchRow();\n    $currentDmnLimit = $data['current_dmn_cnt'];\n    $maxDmnLimit = $data['max_dmn_cnt'];\n    $currentSubLimit = $data['current_sub_cnt'];\n    $maxSubLimit = $data['max_sub_cnt'];\n    $currentAlsLimit = $data['current_als_cnt'];\n    $maxAlsLimit = $data['max_als_cnt'];\n    $currentMailLimit = $data['current_mail_cnt'];\n    $maxMailLimit = $data['max_mail_cnt'];\n    $currentFtpLimit = $data['current_ftp_cnt'];\n    $ftpMaxLimit = $data['max_ftp_cnt'];\n    $currentSqlDbLimit = $data['current_sql_db_cnt'];\n    $maxSqlDbLimit = $data['max_sql_db_cnt'];\n    $currentSqlUserLimit = $data['current_sql_user_cnt'];\n    $maxSqlUserLimit = $data['max_sql_user_cnt'];\n    $currentTrafficLimit = $data['current_traff_amnt'];\n    $maxTrafficLimit = $data['max_traff_amnt'];\n    $currentDiskspaceLimit = $data['current_disk_amnt'];\n    $maxDiskspaceLimit = $data['max_disk_amnt'];\n\n    if ($maxDmnLimit != 0 && $currentDmnLimit + 1 > $maxDmnLimit) {\n        set_page_message(\n            tr(\n                'You have reached your domains limit. You cannot add more domains.'\n            ),\n            'error'\n        );\n        $ret = false;\n    }\n\n    if ($maxSubLimit != 0 && $newSubLimit != -1) {\n        if ($newSubLimit == 0) {\n            set_page_message(\n                tr(\n                    'You have a subdomains limit. You cannot add a user with unlimited subdomains.'\n                ),\n                'error'\n            );\n            $ret = false;\n        } else if ($currentSubLimit + $newSubLimit > $maxSubLimit) {\n            set_page_message(\n                tr('You are exceeding your subdomains limit.'), 'error'\n            );\n            $ret = false;\n        }\n    }\n\n    if ($maxAlsLimit != 0 && $newAlsLimit != -1) {\n        if ($newAlsLimit == 0) {\n            set_page_message(\n                tr(\n                    'You have a domain aliases limit. You cannot add a user with unlimited domain aliases.'\n                ),\n                'error'\n            );\n            $ret = false;\n        } else if ($currentAlsLimit + $newAlsLimit > $maxAlsLimit) {\n            set_page_message(tr('You are exceeding you domain aliases limit.'), 'error');\n            $ret = false;\n        }\n    }\n\n    if ($maxMailLimit != 0) {\n        if ($newMailLimit == 0) {\n            set_page_message(\n                tr(\n                    'You have a mail accounts limit. You cannot add a user with unlimited mail accounts.'\n                ),\n                'error'\n            );\n            $ret = false;\n        } else if ($currentMailLimit + $newMailLimit > $maxMailLimit) {\n            set_page_message(\n                tr('You are exceeding your mail accounts limit.'), 'error'\n            );\n            $ret = false;\n        }\n    }\n\n    if ($ftpMaxLimit != 0) {\n        if ($newFtpLimit == 0) {\n            set_page_message(\n                tr(\n                    'You have a FTP accounts limit. You cannot add a user with unlimited FTP accounts.'\n                ),\n                'error'\n            );\n            $ret = false;\n        } else if ($currentFtpLimit + $newFtpLimit > $ftpMaxLimit) {\n            set_page_message(\n                tr('You are exceeding your FTP accounts limit.'), 'error'\n            );\n            $ret = false;\n        }\n    }\n\n    if ($maxSqlDbLimit != 0 && $newSqlDbLimit != -1) {\n        if ($newSqlDbLimit == 0) {\n            set_page_message(\n                tr(\n                    'You have a SQL databases limit. You cannot add a user with unlimited SQL databases.'\n                ),\n                'error'\n            );\n            $ret = false;\n        } else if ($currentSqlDbLimit + $newSqlDbLimit > $maxSqlDbLimit) {\n            set_page_message(tr('You are exceeding your SQL databases limit.'), 'error');\n            $ret = false;\n        }\n    }\n\n    if ($maxSqlUserLimit != 0 && $newSqlUserLimit != -1) {\n        if ($newSqlUserLimit == 0) {\n            set_page_message(\n                tr(\n                    'You have a SQL users limit. You cannot add a user with unlimited SQL users.'\n                ),\n                'error'\n            );\n            $ret = false;\n        } elseif ($newSqlDbLimit == -1) {\n            set_page_message(\n                tr(\n                    'You have disabled SQL databases for this user. You cannot have SQL users here.'\n                ),\n                'error'\n            );\n            $ret = false;\n        } elseif ($currentSqlUserLimit + $newSqlUserLimit > $maxSqlUserLimit) {\n            set_page_message(\n                tr('You are exceeding your SQL users limit.'), 'error'\n            );\n            $ret = false;\n        }\n    }\n\n    if ($maxTrafficLimit != 0) {\n        if ($newTrafficLimit == 0) {\n            set_page_message(\n                tr(\n                    'You have a monthly traffic limit. You cannot add a user with unlimited monthly traffic.'\n                ),\n                'error'\n            );\n            $ret = false;\n        } elseif ($currentTrafficLimit + $newTrafficLimit > $maxTrafficLimit) {\n            set_page_message(\n                tr('You are exceeding your monthly traffic limit.'),\n                'error'\n            );\n            $ret = false;\n        }\n    }\n\n    if ($maxDiskspaceLimit != 0) {\n        if ($newDiskspaceLimit == 0) {\n            set_page_message(\n                tr(\n                    'You have a disk space limit. You cannot add a user with unlimited disk space.'\n                ),\n                'error'\n            );\n            $ret = false;\n        } elseif (\n            ($currentDiskspaceLimit + $newDiskspaceLimit) > $maxDiskspaceLimit\n        ) {\n            set_page_message(\n                tr('You are exceeding your disk space limit.'), 'error'\n            );\n            $ret = false;\n        }\n    }\n\n    return $ret;\n}\n\n/**\n * Tells whether or not the given feature is available for the reseller\n *\n * @param string $featureName Feature name\n * @param bool $forceReload If true force data to be reloaded\n * @return bool TRUE if $featureName is available for reseller, FALSE otherwise\n */\nfunction resellerHasFeature($featureName, $forceReload = false)\n{\n    static $availableFeatures = NULL;\n    $featureName = strtolower($featureName);\n\n    if (NULL == $availableFeatures || $forceReload) {\n        $cfg = Registry::get('config');\n        $resellerProps = imscp_getResellerProperties($_SESSION['user_id']);\n        $availableFeatures = [\n            'domains'            => $resellerProps['max_dmn_cnt'] != '-1',\n            'subdomains'         => $resellerProps['max_sub_cnt'] != '-1',\n            'domain_aliases'     => $resellerProps['max_als_cnt'] != '-1',\n            'mail'               => $resellerProps['max_mail_cnt'] != '-1',\n            'ftp'                => $resellerProps['max_ftp_cnt'] != '-1',\n            'sql'                => $resellerProps['max_sql_db_cnt'] != '-1',\n            'sql_db'             => $resellerProps['max_sql_db_cnt'] != '-1',\n            'sql_user'           => $resellerProps['max_sql_user_cnt'] != '-1',\n            'php'                => true,\n            'php_editor'         => $resellerProps['php_ini_system'] == 'yes',\n            'cgi'                => true,\n            'custom_dns_records' => $cfg['NAMED_PACKAGE'] != 'Servers::noserver',\n            'external_mail'      => true,\n            'backup'             => $cfg['BACKUP_DOMAINS'] != 'no',\n            'support'            => $cfg['IMSCP_SUPPORT_SYSTEM']\n                && $resellerProps['support_system'] == 'yes'\n        ];\n    }\n\n    if (!array_key_exists($featureName, $availableFeatures)) {\n        throw new Exception(\n            sprintf(\n                \"Feature %s is not known by the resellerHasFeature() function.\",\n                $featureName\n            )\n        );\n    }\n\n    return $availableFeatures[$featureName];\n}\n\n/**\n * Whether or not the logged-in reseller has a least the given number of\n * registered customers\n *\n * @param int $minNbCustomers Minimum number of customers\n * @return bool TRUE if the logged-in reseller has a least the given number of\n *              registered customer, FALSE otherwise\n */\nfunction resellerHasCustomers($minNbCustomers = 1)\n{\n    static $customerCount = NULL;\n\n    if (NULL === $customerCount) {\n        $customerCount = exec_query(\n            \"\n                SELECT COUNT(admin_id)\n                FROM admin\n                WHERE admin_type = 'user'\n                AND created_by = ?\n                AND admin_status <> 'todelete'\n            \",\n            [$_SESSION['user_id']]\n        )->fetchRow(PDO::FETCH_COLUMN);\n    }\n\n    return $customerCount >= $minNbCustomers;\n}\n"
  },
  {
    "path": "gui/include/Shared.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse Algo26\\IdnaConvert\\IdnaConvert;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Database\\DatabaseResultSet;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n// Available mail types\ndefine('MT_NORMAL_MAIL', 'normal_mail');\ndefine('MT_NORMAL_FORWARD', 'normal_forward');\ndefine('MT_ALIAS_MAIL', 'alias_mail');\ndefine('MT_ALIAS_FORWARD', 'alias_forward');\ndefine('MT_SUBDOM_MAIL', 'subdom_mail');\ndefine('MT_SUBDOM_FORWARD', 'subdom_forward');\ndefine('MT_ALSSUB_MAIL', 'alssub_mail');\ndefine('MT_ALSSUB_FORWARD', 'alssub_forward');\ndefine('MT_NORMAL_CATCHALL', 'normal_catchall');\ndefine('MT_SUBDOM_CATCHALL', 'subdom_catchall');\ndefine('MT_ALIAS_CATCHALL', 'alias_catchall');\ndefine('MT_ALSSUB_CATCHALL', 'alssub_catchall');\n\n/**\n * Create default mails accounts\n *\n * @param int $mainDmnId Customer main domain unique identifier\n * @param string $userEmail Customer email address\n * @param string $dmnName Domain name\n * @param string $forwardType Forward type (MT_NORMAL_FORWARD|MT_ALIAS_FORWARD|\n *                                    MT_SUBDOM_FORWARD|MT_ALSSUB_FORWARD)\n * @param int $subId OPTIONAL Sub-ID if default mail accounts are being created\n *                            for a domain alias or subdomain\n * @return void\n */\nfunction createDefaultMailAccounts(\n    $mainDmnId, $userEmail, $dmnName, $forwardType = MT_NORMAL_FORWARD,\n    $subId = 0\n)\n{\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        if ($subId == 0 && $forwardType != MT_NORMAL_FORWARD) {\n            throw new Exception(\n                \"Mail account forward type doesn't match with provided child domain ID\"\n            );\n        }\n\n        if (empty($userEmail) || !chk_email($userEmail)) {\n            write_log(\n                sprintf(\n                    \"Couldn't create default mail accounts for the %s domain. Customer email address is not set or invalid.\",\n                    $dmnName\n                ),\n                E_USER_WARNING\n            );\n            return;\n        }\n\n        $userEmail = encode_idna($userEmail);\n\n        $db->beginTransaction();\n\n        $stmt = $db->prepare(\n            \"\n                INSERT INTO mail_users (\n                    mail_acc, mail_forward, domain_id, mail_type, sub_id, status, po_active, mail_addr\n                ) VALUES (\n                    ?, ?, ?, ? ,?, 'toadd', 'no', ?\n                )\n            \"\n        );\n\n        if (in_array($forwardType, [MT_NORMAL_FORWARD, MT_ALIAS_FORWARD])) {\n            $mailAccounts = ['abuse', 'hostmaster', 'postmaster', 'webmaster'];\n        } else {\n            $mailAccounts = ['webmaster'];\n        }\n\n        foreach ($mailAccounts as $mailAccount) {\n            $db->execute($stmt, [\n                $mailAccount, $userEmail, $mainDmnId, $forwardType, $subId,\n                $mailAccount . '@' . $dmnName\n            ]);\n        }\n\n        $db->commit();\n    } catch (PDOException $e) {\n        $db->rollBack();\n        throw new DatabaseException($e->getMessage(), $e->getCode(), NULL, $e);\n    }\n}\n\n/**\n * Delete all autoreplies log for which no mail address is found in the\n * mail_users database table\n *\n * @return void\n */\nfunction delete_autoreplies_log_entries()\n{\n    execute_query(\n        \"\n            DELETE FROM autoreplies_log\n            WHERE `from` NOT IN (\n                SELECT mail_addr FROM mail_users WHERE status <> 'todelete'\n            )\n        \"\n    );\n}\n\n/*******************************************************************************\n * Account functions\n */\n\n/**\n * Returns user name matching identifier\n *\n * @param int $userId User unique identifier\n * @return string Username\n */\nfunction get_user_name($userId)\n{\n    return exec_query(\n        'SELECT admin_name FROM admin WHERE admin_id = ?', [$userId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/*******************************************************************************\n * Domain related functions\n */\n\n/**\n * Checks if the given domain name already exist\n *\n * Rules:\n *\n * A domain is considered as existing if:\n *\n * - It is found either in the domain table or in the domain_aliasses table\n * - It is a subzone of another domain which doesn't belong to the given\n *   reseller\n * - It already exist as subdomain, whatever the subdomain type (sub,alssub)\n *\n * @param string $domainName Domain name to match\n * @param int $resellerId Reseller unique identifier\n * @return bool TRUE if the domain already exist, FALSE otherwise\n */\nfunction imscp_domain_exists($domainName, $resellerId)\n{\n    // Be sure to work with ASCII domain name\n    $domainName = encode_idna($domainName);\n\n    // $domainName already exist in the domain table?\n    $stmt = exec_query(\n        'SELECT COUNT(domain_id) FROM domain WHERE domain_name = ?',\n        [$domainName]\n    );\n\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) > 0) {\n        return true;\n    }\n\n    // $domainName already exists in the domain_aliasses table?\n    $stmt = exec_query(\n        'SELECT COUNT(alias_id) FROM domain_aliasses WHERE alias_name = ?',\n        [$domainName]\n    );\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) > 0) {\n        return true;\n    }\n\n    # $domainName is a subzone of another domain which doesn't belong to the\n    # given reseller?\n    $queryDomain = '\n        SELECT COUNT(domain_id)\n        FROM domain\n        JOIN admin ON(admin_id = domain_admin_id)\n        WHERE domain_name = ?\n        AND created_by <> ?\n    ';\n    $queryAliases = '\n        SELECT COUNT(alias_id)\n        FROM domain_aliasses\n        JOIN domain USING(domain_id)\n        JOIN admin ON(admin_id = domain_admin_id)\n        WHERE alias_name = ?\n        AND created_by <> ?\n    ';\n\n    $domainLabels = explode('.', trim($domainName));\n    $domainPartCnt = 0;\n\n    for ($i = 0, $countDomainLabels = count($domainLabels) - 1;\n         $i < $countDomainLabels; $i++\n    ) {\n        $domainPartCnt = $domainPartCnt + strlen($domainLabels[$i]) + 1;\n        $parentDomain = substr($domainName, $domainPartCnt);\n\n        // Execute query the redefined queries for domains/accounts and aliases\n        // tables\n        if (exec_query($queryDomain, [$parentDomain, $resellerId])\n                ->fetchRow(PDO::FETCH_COLUMN) > 0\n        ) {\n            return true;\n        }\n\n        if (exec_query($queryAliases, [$parentDomain, $resellerId])\n                ->fetchRow(PDO::FETCH_COLUMN) > 0\n        ) {\n            return true;\n        }\n    }\n\n    // $domainName already exists as subdomain?\n    $stmt = exec_query(\n        \"\n            SELECT COUNT(subdomain_id)\n            FROM subdomain\n            JOIN domain USING(domain_id)\n            WHERE CONCAT(subdomain_name, '.', domain_name) = ?\n        \",\n        [$domainName]\n    );\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) > 0) {\n        return true;\n    }\n\n    $stmt = exec_query(\n        \"\n            SELECT COUNT(subdomain_alias_id)\n            FROM subdomain_alias\n            JOIN domain_aliasses USING(alias_id)\n            WHERE CONCAT(subdomain_alias_name, '.', alias_name) = ?\n        \",\n        [$domainName]\n    );\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) > 0) {\n        return true;\n    }\n\n    return false;\n}\n\n/**\n * Returns domain default properties\n *\n * Note: For performance reasons, the data are retrieved once per request.\n *\n * @param int $domainAdminId Customer unique identifier\n * @param int|null $createdBy OPTIONAL reseller unique identifier\n * @return array Returns an associative array where each key is a domain\n *               property name.\n */\nfunction get_domain_default_props($domainAdminId, $createdBy = NULL)\n{\n    static $domainProperties = NULL;\n\n    if (NULL !== $domainProperties) {\n        return $domainProperties;\n    }\n\n    if (is_null($createdBy)) {\n        $stmt = exec_query(\n            'SELECT * FROM domain WHERE domain_admin_id = ?', [$domainAdminId]\n        );\n    } else {\n        $stmt = exec_query(\n            '\n                SELECT *\n                FROM domain\n                JOIN admin ON(admin_id = domain_admin_id)\n                WHERE domain_admin_id = ?\n                AND created_by = ?\n            ',\n            [$domainAdminId, $createdBy]\n        );\n    }\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $domainProperties = $stmt->fetchRow(PDO::FETCH_ASSOC);\n    return $domainProperties;\n}\n\n/**\n * Return main domain unique identifier of the given customer\n *\n * @param int $customerId Customer unique identifier\n * @return int main domain unique identifier\n */\nfunction get_user_domain_id($customerId)\n{\n    static $domainId = NULL;\n\n    if (NULL !== $domainId) {\n        return $domainId;\n    }\n\n    $stmt = exec_query(\n        'SELECT domain_id FROM domain WHERE domain_admin_id = ?', [$customerId]\n    );\n\n    if (!$stmt->rowCount()) {\n        throw new Exception(\n            sprintf(\"Couldn't find domain ID of user with ID %s\", $customerId)\n        );\n    }\n\n    return $stmt->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Returns translated item status\n *\n * @param string $status Item status to translate\n * @param bool $showError Whether or not show true error string\n * @return string Translated status\n */\nfunction translate_dmn_status($status, $showError = false)\n{\n    switch ($status) {\n        case 'ok':\n            return tr('Ok');\n        case 'toadd':\n            return tr('Addition in progress...');\n        case 'tochange':\n        case 'tochangepwd':\n        case 'torestore':\n            return tr('Modification in progress...');\n        case 'todelete':\n            return tr('Deletion in progress...');\n        case 'disabled':\n            return tr('Deactivated');\n        case 'toenable':\n            return tr('Activation in progress...');\n        case 'todisable':\n            return tr('Deactivation in progress...');\n        case 'ordered':\n            return tr('Awaiting for approval');\n        default:\n            return $showError ? $status : tr('Unexpected error');\n    }\n}\n\n/**\n * Recalculates count of assigned items for the given reseller\n *\n * This is not based on the objects consumed by customers. This is based on\n * objects assigned by the reseller to its customers.\n *\n * @param int $resellerId unique reseller identifier\n * @return void\n */\nfunction update_reseller_c_props($resellerId)\n{\n    exec_query(\n        \"\n            UPDATE reseller_props AS t1\n            JOIN (\n                SELECT COUNT(domain_id) AS dmn_count,\n                    IFNULL(\n                        SUM(IF(domain_subd_limit >= 0, domain_subd_limit, 0)),\n                        0\n                    ) AS sub_limit,\n                    IFNULL(\n                        SUM(IF(domain_alias_limit >= 0, domain_alias_limit, 0)),\n                        0\n                    ) AS als_limit,\n                    IFNULL(\n                        SUM(IF(domain_mailacc_limit >= 0, domain_mailacc_limit, 0)),\n                        0\n                    ) AS mail_limit,\n                    IFNULL(\n                        SUM(IF(domain_ftpacc_limit >= 0, domain_ftpacc_limit, 0)),\n                        0\n                    ) AS ftp_limit,\n                    IFNULL(\n                        SUM(IF(domain_sqld_limit >= 0, domain_sqld_limit, 0)), 0\n                    ) AS sqld_limit,\n                    IFNULL(\n                        SUM(IF(domain_sqlu_limit >= 0, domain_sqlu_limit, 0)), 0\n                    ) AS sqlu_limit,\n                    IFNULL(\n                        SUM(domain_disk_limit), 0) AS disk_limit,\n                    IFNULL(\n                        SUM(domain_traffic_limit), 0) AS traffic_limit\n                FROM admin\n                JOIN domain ON(domain_admin_id = admin_id)\n                WHERE created_by = ?\n                AND domain_status <> 'todelete'\n            ) AS t2\n            SET t1.current_dmn_cnt = t2.dmn_count,\n              t1.current_sub_cnt = t2.sub_limit,\n              t1.current_als_cnt = t2.als_limit,\n              t1.current_mail_cnt = t2.mail_limit,\n              t1.current_ftp_cnt = t2.ftp_limit,\n              t1.current_sql_db_cnt = t2.sqld_limit,\n              t1.current_sql_user_cnt = t2.sqlu_limit,\n              t1.current_disk_amnt = t2.disk_limit,\n              t1.current_traff_amnt = t2.traffic_limit\n            WHERE t1.reseller_id = ?\n        \",\n        [$resellerId, $resellerId]\n    );\n}\n\n/**\n * Activate or deactivate the given customer account\n *\n * @param int $customerId Customer unique identifier\n * @param string $action Action to schedule\n * @return void\n */\nfunction change_domain_status($customerId, $action)\n{\n    ignore_user_abort(true);\n    set_time_limit(0);\n\n    if ($action == 'deactivate') {\n        $newStatus = 'todisable';\n    } else if ($action == 'activate') {\n        $newStatus = 'toenable';\n    } else {\n        throw new Exception(\"Unknown action: $action\");\n    }\n\n    $stmt = exec_query(\n        '\n            SELECT domain_id, admin_name\n            FROM domain\n            JOIN admin ON(admin_id = domain_admin_id)\n            WHERE domain_admin_id = ?\n        ',\n        [$customerId]\n    );\n\n    if (!$stmt->rowCount()) {\n        throw new Exception(sprintf(\n            \"Couldn't find domain for user with ID %s\", $customerId\n        ));\n    }\n\n    $row = $stmt->fetchRow();\n    $domainId = $row['domain_id'];\n    $adminName = decode_idna($row['admin_name']);\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onBeforeChangeDomainStatus,\n            [\n                'customerId' => $customerId,\n                'action'     => $action\n            ]\n        );\n\n        if ($action == 'deactivate') {\n            if (Registry::get('config')['HARD_MAIL_SUSPENSION']) {\n                # SMTP/IMAP/POP disabled\n                exec_query(\n                    '\n                        UPDATE mail_users\n                        SET status = ?, po_active = ?\n                        WHERE domain_id = ?\n                    ',\n                    ['todisable', 'no', $domainId]\n                );\n            } else { # IMAP/POP disabled\n                exec_query(\n                    'UPDATE mail_users SET po_active = ? WHERE domain_id = ?',\n                    ['no', $domainId]\n                );\n            }\n        } else {\n            exec_query(\n                \"\n                    UPDATE mail_users\n                    SET status = ?, po_active = IF(\n                        mail_type LIKE '%_mail%', 'yes', po_active\n                    )\n                    WHERE domain_id = ? AND status = ?\n                \",\n                ['toenable', $domainId, 'disabled']\n            );\n            exec_query(\n                \"\n                    UPDATE mail_users\n                    SET po_active = IF(\n                        mail_type LIKE '%_mail%', 'yes', po_active\n                    )\n                    WHERE domain_id = ?\n                    AND status <> ?\",\n                [$domainId, 'disabled']\n            );\n        }\n\n        exec_query(\n            'UPDATE ftp_users SET status = ? WHERE admin_id = ?',\n            [$newStatus, $customerId]\n        );\n        exec_query(\n            'UPDATE htaccess SET status = ? WHERE dmn_id = ?',\n            [$newStatus, $domainId]\n        );\n        exec_query(\n            'UPDATE htaccess_groups SET status = ? WHERE dmn_id = ?',\n            [$newStatus, $domainId]\n        );\n        exec_query(\n            'UPDATE htaccess_users SET status = ? WHERE dmn_id = ?',\n            [$newStatus, $domainId]\n        );\n        exec_query(\n            \"UPDATE domain SET domain_status = ? WHERE domain_id = ?\",\n            [$newStatus, $domainId]\n        );\n        exec_query(\n            \"UPDATE subdomain SET subdomain_status = ? WHERE domain_id = ?\",\n            [$newStatus, $domainId]\n        );\n        exec_query(\n            \"UPDATE domain_aliasses SET alias_status = ? WHERE domain_id = ?\",\n            [$newStatus, $domainId]\n        );\n        exec_query(\n            '\n                UPDATE subdomain_alias\n                JOIN domain_aliasses USING(alias_id)\n                SET subdomain_alias_status = ?\n                WHERE domain_id = ?\n            ',\n            [$newStatus, $domainId]\n        );\n        exec_query(\n            'UPDATE domain_dns SET domain_dns_status = ? WHERE domain_id = ?',\n            [$newStatus, $domainId]\n        );\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onAfterChangeDomainStatus,\n            [\n                'customerId' => $customerId,\n                'action'     => $action\n            ]\n        );\n\n        $db->commit();\n        send_request();\n\n        if ($action == 'deactivate') {\n            write_log(\n                sprintf(\n                    '%s: scheduled deactivation of customer account: %s',\n                    $_SESSION['user_logged'],\n                    $adminName\n                ),\n                E_USER_NOTICE\n            );\n            set_page_message(\n                tr('Customer account successfully scheduled for deactivation.'),\n                'success'\n            );\n        } else {\n            write_log(\n                sprintf(\n                    '%s: scheduled activation of customer account: %s',\n                    $_SESSION['user_logged'],\n                    $adminName\n                ),\n                E_USER_NOTICE\n            );\n            set_page_message(\n                tr('Customer account successfully scheduled for activation.'),\n                'success'\n            );\n        }\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n}\n\n/**\n * Deletes an SQL user\n *\n * @param int $dmnId Domain unique identifier\n * @param int $userId Sql user unique identifier\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction sql_delete_user($dmnId, $userId)\n{\n    ignore_user_abort(true);\n    set_time_limit(0);\n\n    $stmt = exec_query(\n        '\n            SELECT sqlu_name, sqlu_host, sqld_name\n            FROM sql_user\n            JOIN sql_database USING(sqld_id)\n            WHERE sqlu_id = ?\n            AND domain_id = ?\n        ',\n        [$userId, $dmnId]\n    );\n\n    if (!$stmt->rowCount()) {\n        return false;\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n    $user = $row['sqlu_name'];\n    $host = $row['sqlu_host'];\n    $dbName = $row['sqld_name'];\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onBeforeDeleteSqlUser,\n        [\n            'sqlUserId'   => $userId,\n            'sqlUsername' => $user,\n            'sqlUserHost' => $host\n        ]\n    );\n\n    $stmt = exec_query(\n        '\n            SELECT COUNT(sqlu_id) AS cnt\n            FROM sql_user\n            WHERE sqlu_name = ?\n            AND sqlu_host = ?\n        ',\n        [$user, $host]\n    );\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n    if ($row['cnt'] < 2) {\n        exec_query(\n            'DELETE FROM mysql.user WHERE User = ? AND Host = ?', [$user, $host]\n        );\n        exec_query(\n            'DELETE FROM mysql.db WHERE Host = ? AND User = ?', [$host, $user]\n        );\n    } else {\n        $dbName = preg_replace('/([%_])/', '\\\\\\\\$1', $dbName);\n        exec_query(\n            'DELETE FROM mysql.db WHERE Host = ? AND Db = ? AND User = ?',\n            [$host, $dbName, $user]\n        );\n    }\n\n    exec_query('DELETE FROM sql_user WHERE sqlu_id = ?', $userId);\n    execute_query('FLUSH PRIVILEGES');\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onAfterDeleteSqlUser,\n        [\n            'sqlUserId'   => $userId,\n            'sqlUsername' => $user,\n            'sqlUserHost' => $host\n        ]\n    );\n\n    return true;\n}\n\n/**\n * Deletes the given SQL database\n *\n * @param int $dmnId Domain unique identifier\n * @param int $dbId Database unique identifier\n * @return bool TRUE on success, false otherwise\n */\nfunction delete_sql_database($dmnId, $dbId)\n{\n    ignore_user_abort(true);\n    set_time_limit(0);\n\n    $stmt = exec_query(\n        '\n            SELECT sqld_name\n            FROM sql_database\n            WHERE domain_id = ?\n            AND sqld_id = ?\n        ',\n        [$dmnId, $dbId]\n    );\n    if (!$stmt->rowCount()) {\n        return false;\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n    $dbName = $row['sqld_name'];\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onBeforeDeleteSqlDb,\n        [\n            'sqlDbId'         => $dbId,\n            'sqlDatabaseName' => $dbName\n        ]\n    );\n\n    $stmt = exec_query(\n        '\n            SELECT sqlu_id\n            FROM sql_user\n            JOIN sql_database USING(sqld_id)\n            WHERE sqld_id = ?\n            AND domain_id = ?\n        ',\n        [$dbId, $dmnId]\n    );\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        if (!sql_delete_user($dmnId, $row['sqlu_id'])) {\n            return false;\n        }\n    }\n\n    exec_query(\n        sprintf('DROP DATABASE IF EXISTS %s', quoteIdentifier($dbName))\n    );\n    exec_query(\n        'DELETE FROM sql_database WHERE domain_id = ? AND sqld_id = ?',\n        [$dmnId, $dbId]\n    );\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onAfterDeleteSqlDb,\n        [\n            'sqlDbId'         => $dbId,\n            'sqlDatabaseName' => $dbName\n        ]\n    );\n\n    return true;\n}\n\n/**\n * Deletes the given customer\n *\n * @param integer $customerId Customer unique identifier\n * @param boolean $checkCreatedBy Tell whether or not customer must have been\n *                                created by logged-in user\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction deleteCustomer($customerId, $checkCreatedBy = false)\n{\n    ignore_user_abort(true);\n    set_time_limit(0);\n\n    // Get username, uid and gid of domain user\n    $query = '\n        SELECT admin_name, created_by, domain_id\n        FROM admin\n        JOIN domain ON(domain_admin_id = admin_id)\n        WHERE admin_id = ?\n    ';\n\n    if ($checkCreatedBy) {\n        $query .= ' AND created_by = ?';\n        $stmt = exec_query($query, [$customerId, $_SESSION['user_id']]);\n    } else {\n        $stmt = exec_query($query, [$customerId]);\n    }\n\n    if (!$stmt->rowCount()) {\n        return false;\n    }\n\n    $data = $stmt->fetchRow();\n\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        // Delete customer session data\n        exec_query(\n            'DELETE FROM login WHERE user_name = ?', [$data['admin_name']]\n        );\n\n        // Delete SQL databases and SQL users\n        $stmt = exec_query(\n            'SELECT sqld_id FROM sql_database WHERE domain_id = ?',\n            [$data['domain_id']]\n        );\n        while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n            delete_sql_database($data['domain_id'], $row['sqld_id']);\n        }\n\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onBeforeDeleteCustomer,\n            [\n                'customerId' => $customerId\n            ]\n        );\n\n        // Delete protected areas\n        exec_query(\n            '\n                DELETE t2, t3, t4\n                FROM domain AS t1\n                LEFT JOIN htaccess AS t2 ON (t2.dmn_id = t1.domain_id)\n                LEFT JOIN htaccess_users AS t3 ON (t3.dmn_id = t1.domain_id)\n                LEFT JOIN htaccess_groups AS t4 ON (t4.dmn_id = t1.domain_id)\n                WHERE t1.domain_id = ?\n            ',\n            [$data['domain_id']]\n        );\n\n        // Delete traffic data\n        exec_query(\n            'DELETE FROM domain_traffic WHERE domain_id = ?',\n            [$data['domain_id']]\n        );\n\n        // Delete custom DNS\n        exec_query(\n            'DELETE FROM domain_dns WHERE domain_id = ?', [$data['domain_id']]\n        );\n\n        // Delete FTP group and FTP accounting/limit data\n        exec_query(\n            'DELETE FROM ftp_group WHERE groupname = ?', [$data['admin_name']]\n        );\n        exec_query(\n            'DELETE FROM quotalimits WHERE name = ?', [$data['admin_name']]\n        );\n        exec_query(\n            'DELETE FROM quotatallies WHERE name = ?', [$data['admin_name']]\n        );\n\n        // Delete support tickets\n        exec_query(\n            'DELETE FROM tickets WHERE ticket_from = ? OR ticket_to = ?',\n            [$customerId, $customerId]\n        );\n\n        // Delete user gui properties\n        exec_query(\n            'DELETE FROM user_gui_props WHERE user_id = ?', [$customerId]\n        );\n\n        // Delete PHP ini\n        exec_query('DELETE FROM php_ini WHERE admin_id = ?', [$customerId]);\n\n        // Schedule FTP accounts deletion\n        exec_query(\n            \"UPDATE ftp_users SET status = 'todelete' WHERE admin_id = ?\",\n            [$customerId]\n        );\n\n        // Schedule mail accounts deletion\n        exec_query(\n            \"UPDATE mail_users SET status = 'todelete' WHERE domain_id = ?\",\n            [$data['domain_id']]\n        );\n\n        // Schedule subdomain aliases deletion\n        exec_query(\n            \"\n                UPDATE subdomain_alias AS t1\n                JOIN domain_aliasses AS t2 ON(t2.domain_id = ?)\n                SET t1.subdomain_alias_status = 'todelete'\n                WHERE t1.alias_id = t2.alias_id\n            \",\n            [$data['domain_id']]\n        );\n\n        // Schedule domain aliases deletion\n        exec_query(\n            \"\n                UPDATE domain_aliasses\n                SET alias_status = 'todelete'\n                WHERE domain_id = ?\n            \",\n            [$data['domain_id']]\n        );\n\n        // Schedule subdomains deletion\n        exec_query(\n            \"\n                UPDATE subdomain\n                SET subdomain_status = 'todelete'\n                WHERE domain_id = ?\n            \",\n            [$data['domain_id']]\n        );\n\n        // Schedule domain deletion\n        exec_query(\n            \"UPDATE domain SET domain_status = 'todelete' WHERE domain_id = ?\",\n            [$data['domain_id']]\n        );\n\n        // Schedule customer deletion\n        exec_query(\n            \"UPDATE admin SET admin_status = 'todelete' WHERE admin_id = ?\",\n            [$customerId]\n        );\n\n        // Schedule SSL certificates deletion\n        exec_query(\n            \"\n                UPDATE ssl_certs\n                SET status = 'todelete'\n                WHERE domain_type = 'dmn'\n                AND domain_id = ?\n            \",\n            [$data['domain_id']]\n        );\n        exec_query(\n            \"\n                UPDATE ssl_certs\n                SET status = 'todelete'\n                WHERE domain_id IN (\n                    SELECT alias_id FROM domain_aliasses WHERE domain_id = ?\n                )\n                AND domain_type = 'als'\n\n            \",\n            [$data['domain_id']]\n        );\n        exec_query(\n            \"\n                UPDATE ssl_certs\n                SET status = 'todelete'\n                WHERE domain_id IN (\n                    SELECT subdomain_id FROM subdomain WHERE domain_id = ?\n                )\n                AND domain_type = 'sub'\n            \",\n            [$data['domain_id']]\n        );\n        exec_query(\n            \"\n                UPDATE ssl_certs\n                SET status = 'todelete'\n                WHERE domain_id IN (\n                    SELECT subdomain_alias_id\n                    FROM subdomain_alias\n                    WHERE alias_id IN (\n                        SELECT alias_id FROM domain_aliasses WHERE domain_id = ?\n                    )\n                )\n                AND domain_type = 'alssub'\n            \",\n            [$data['domain_id']]\n        );\n\n        // Delete autoreplies log entries\n        delete_autoreplies_log_entries();\n\n        // Update reseller properties\n        update_reseller_c_props($data['created_by']);\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onAfterDeleteCustomer,\n            [\n                'customerId' => $customerId\n            ]\n        );\n\n        $db->commit();\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n\n    // We are now ready to send a request to the daemon for delegated tasks.\n    // Note: We are safe here. If the daemon doesn't answer, some entities wil\n    // not be removed. In such case the sysadmin will have to fix the problem\n    // causing deletion break and send a request to the daemon manually via the\n    // panel, or run the imscp-rqst-mngr script manually.\n    send_request();\n    return true;\n}\n\n/**\n * Delete the given domain alias, including any entity that belong to it\n *\n * @param int $customerId Customer unique identifier\n * @param int $mainDomainId Customer main domain identifier\n * @param int $aliasId Domain alias unique identifier\n * @param string $aliasName Domain alias name\n * @param string $aliasMount Domain alias mount point\n * @return void\n */\nfunction deleteDomainAlias(\n    $customerId, $mainDomainId, $aliasId, $aliasName, $aliasMount\n)\n{\n    ignore_user_abort(true);\n    set_time_limit(0);\n\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onBeforeDeleteDomainAlias,\n            [\n                'domainAliasId'   => $aliasId,\n                'domainAliasName' => $aliasName\n            ]\n        );\n\n        // Delete FTP groups and FTP accounting/limit data\n        $stmt = exec_query(\n            '\n                SELECT t1.groupname, t1.members\n                FROM ftp_group AS t1\n                JOIN admin AS t2 ON(t2.admin_name = t1.groupname)\n                WHERE admin_id = ?\n            ',\n            [$customerId]\n        );\n        if ($stmt->rowCount()) {\n            $ftpGroupData = $stmt->fetchRow(PDO::FETCH_ASSOC);\n            $members = array_filter(\n                preg_split(\n                    '/,/', $ftpGroupData['members'], -1, PREG_SPLIT_NO_EMPTY\n                ),\n                function ($member) use ($aliasName) {\n                    return !preg_match(\"/@(?:.+\\\\.)*$aliasName$/\", $member);\n                }\n            );\n\n            if (empty($members)) {\n                exec_query(\n                    'DELETE FROM ftp_group WHERE groupname = ?',\n                    [$ftpGroupData['groupname']]\n                );\n                exec_query(\n                    'DELETE FROM quotalimits WHERE name = ?',\n                    [$ftpGroupData['groupname']]\n                );\n                exec_query(\n                    'DELETE FROM quotatallies WHERE name = ?',\n                    [$ftpGroupData['groupname']]\n                );\n            } else {\n                exec_query(\n                    'UPDATE ftp_group SET members = ? WHERE groupname = ?',\n                    [implode(',', $members), $ftpGroupData['groupname']]\n                );\n            }\n\n            unset($ftpGroupData, $members);\n        }\n\n        // Delete custom DNS\n        exec_query('DELETE FROM domain_dns WHERE alias_id = ?', [$aliasId]);\n\n        // Delete PHP ini\n        exec_query(\n            \"DELETE FROM php_ini WHERE domain_id = ? AND domain_type = 'als'\",\n            [$aliasId]\n        );\n        exec_query(\n            \"\n                DELETE t1 FROM php_ini AS t1\n                JOIN subdomain_alias AS t2 ON(\n                    t2.subdomain_alias_id = t1.domain_id\n                    AND t1.domain_type = 'subals'\n                )\n                WHERE alias_id = ?\n            \",\n            [$aliasId]\n        );\n\n        // Schedule FTP accounts deletion\n        exec_query(\n            \"\n                UPDATE ftp_users AS t1\n                LEFT JOIN domain_aliasses AS t2 ON(alias_id = ?)\n                LEFT JOIN subdomain_alias AS t3 USING(alias_id)\n                SET status = 'todelete'\n                WHERE (\n                    userid LIKE CONCAT(\n                        '%@', t3.subdomain_alias_name, '.', t2.alias_name\n                    )\n                    OR\n                    userid LIKE CONCAT('%@', t2.alias_name)\n                )\n            \",\n            [$aliasId]\n        );\n\n        // Schedule mail accounts deletion\n        exec_query(\n            \"\n                UPDATE mail_users\n                SET status = 'todelete'\n                WHERE (\n                    sub_id = ? AND mail_type LIKE '%alias_%'\n                ) OR (\n                    sub_id IN (\n                        SELECT subdomain_alias_id\n                        FROM subdomain_alias\n                        WHERE alias_id = ?\n                    )\n                    AND mail_type LIKE '%alssub_%'\n                )\n            \",\n            [$aliasId, $aliasId]\n        );\n\n        // Schedule SSL certificates deletion\n        exec_query(\n            \"\n                UPDATE ssl_certs\n                SET status = 'todelete'\n                WHERE domain_id IN (\n                    SELECT subdomain_alias_id\n                    FROM subdomain_alias\n                    WHERE alias_id = ?\n                )\n                AND domain_type = 'alssub'\n            \",\n            [$aliasId]\n        );\n        exec_query(\n            \"\n                UPDATE ssl_certs\n                SET status = 'todelete'\n                WHERE domain_id = ?\n                AND domain_type = 'als'\n            \",\n            [$aliasId]\n        );\n\n        // Schedule protected areas deletion\n        exec_query(\n            \"\n                UPDATE htaccess\n                SET status = 'todelete'\n                WHERE dmn_id = ? AND path LIKE ?\n            \",\n            [$mainDomainId, utils_normalizePath($aliasMount) . '%']\n        );\n\n        // Schedule subdomain aliases deletion\n        exec_query(\n            \"\n                UPDATE subdomain_alias\n                SET subdomain_alias_status = 'todelete'\n                 WHERE alias_id = ?\n            \",\n            [$aliasId]\n        );\n\n        // Schedule domain alias deletion\n        exec_query(\n            \"\n                UPDATE domain_aliasses\n                SET alias_status = 'todelete'\n                WHERE alias_id = ?\n            \",\n            [$aliasId]\n        );\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onAfterDeleteDomainAlias,\n            [\n                'domainAliasId'   => $aliasId,\n                'domainAliasName' => $aliasName\n            ]\n        );\n\n        $db->commit();\n\n        send_request();\n        write_log(\n            sprintf(\n                '%s scheduled deletion of the %s domain alias',\n                $_SESSION['user_logged'],\n                $aliasName\n            ),\n            E_USER_NOTICE\n        );\n        set_page_message(\n            tr('Domain alias successfully scheduled for deletion.'), 'success'\n        );\n    } catch (Exception $e) {\n        $db->rollBack();\n        write_log(\n            sprintf(\n                'System was unable to remove a domain alias: %s',\n                $e->getMessage()\n            ),\n            E_ERROR\n        );\n        set_page_message(\n            tr(\"Couldn't delete domain alias. An unexpected error occurred.\"),\n            'error'\n        );\n    }\n}\n\n/*******************************************************************************\n * Reseller related functions\n */\n\n/**\n * Returns properties for the given reseller\n *\n * @param int $resellerId Reseller unique identifier\n * @param bool $forceReload Whether or not force properties reload from database\n * @return array\n */\nfunction imscp_getResellerProperties($resellerId, $forceReload = false)\n{\n    static $properties = NULL;\n\n    if (NULL === $properties || $forceReload) {\n        $stmt = exec_query(\n            'SELECT * FROM reseller_props WHERE reseller_id = ? LIMIT 1',\n            [$resellerId]\n        );\n\n        if (!$stmt->rowCount()) {\n            throw new Exception(\n                tr(\n                    'Properties for reseller with ID %d were not found in database.',\n                    $resellerId\n                )\n            );\n        }\n\n        $properties = $stmt->fetchRow(PDO::FETCH_ASSOC);\n    }\n\n    return $properties;\n}\n\n/**\n * Update reseller properties\n *\n * @param int $resellerId Reseller unique identifier.\n * @param string $props String containing new properties, each semicolon\n *                       separated\n * @return iMSCP\\Database\\DatabaseResultSet|null\n */\nfunction update_reseller_props($resellerId, $props)\n{\n    ignore_user_abort(true);\n    set_time_limit(0);\n\n    if (empty($props)) {\n        return NULL;\n    }\n\n    list(\n        $dmnCur, $dmnMax, $subCur, $subMax, $alsCur, $alsMax, $mailCur,\n        $mailMax, $ftpCur, $ftpMax, $sqlDbCur, $sqlDbMax, $sqlUserCur,\n        $sqlUserMax, $traffCur, $traffMax, $diskCur, $diskMax\n        ) = explode(';', $props);\n\n    $stmt = exec_query(\n        '\n            UPDATE reseller_props SET current_dmn_cnt = ?, max_dmn_cnt = ?,\n                current_sub_cnt = ?, max_sub_cnt = ?, current_als_cnt = ?,\n                max_als_cnt = ?, current_mail_cnt = ?, max_mail_cnt = ?,\n                current_ftp_cnt = ?, max_ftp_cnt = ?, current_sql_db_cnt = ?,\n                max_sql_db_cnt = ?, current_sql_user_cnt = ?,\n                max_sql_user_cnt = ?, current_traff_amnt = ?,\n                max_traff_amnt = ?, current_disk_amnt = ?, max_disk_amnt = ?\n            WHERE reseller_id = ?\n        ',\n        [\n            $dmnCur, $dmnMax, $subCur, $subMax, $alsCur, $alsMax, $mailCur,\n            $mailMax, $ftpCur, $ftpMax, $sqlDbCur, $sqlDbMax, $sqlUserCur,\n            $sqlUserMax, $traffCur, $traffMax, $diskCur, $diskMax, $resellerId\n        ]\n    );\n\n    return $stmt;\n}\n\n/*******************************************************************************\n * Mail functions\n */\n\n/**\n * Synchronizes mailboxes quota that belong to the given domain using the given\n * quota limit\n *\n * Algorithm:\n *\n * 1. In case the new quota limit is 0 (unlimited), equal or bigger than the sum\n *    of current quotas, we do nothing\n * 2. We have a running total, which start at zero\n * 3. We divide the quota of each mailbox by the sum of current quotas, then we\n *    multiply the result by the new quota limit\n * 4. We store the original value of the running total elsewhere, then we add\n *    the amount we have just calculated in #3\n * 5. We ensure that new quota is a least 1 MiB (each mailbox must have 1 MiB\n *    minimum quota)\n * 5. We round both old value and new value of the running total to integers,\n *    and take the difference\n * 6. We update the mailbox quota result calculated in step 5\n * 7. We repeat steps 3-6 for each quota\n *\n * This algorithm guarantees to have the total amount prorated equal to the sum\n * of all quota after update. It also ensure that each mailboxes has 1 MiB quota\n * minimum.\n *\n * Note:  For the sum calculation of current quotas, we consider that a mailbox\n * with a value equal to 0 (unlimited) is equal to the new quota limit.\n *\n * @param int $domainId Customer main domain unique identifier\n * @param int $newQuota New quota limit in bytes\n * @return void\n */\nfunction sync_mailboxes_quota($domainId, $newQuota)\n{\n    ignore_user_abort(true);\n    set_time_limit(0);\n\n    if ($newQuota == 0) {\n        return;\n    }\n\n    $cfg = Registry::get('config');\n    $stmt = exec_query(\n        '\n            SELECT mail_id, quota\n            FROM mail_users\n            WHERE domain_id = ?\n            AND quota IS NOT NULL\n        ',\n        [$domainId]\n    );\n\n    if (!$stmt->rowCount()) {\n        return;\n    }\n\n    $mailboxes = $stmt->fetchAll(PDO::FETCH_ASSOC);\n    $totalQuota = 0;\n\n    foreach ($mailboxes as $mailbox) {\n        $totalQuota += ($mailbox['quota'] == 0)\n            ? $newQuota : $mailbox['quota'];\n    }\n\n    $totalQuota /= 1048576;\n    $newQuota /= 1048576;\n\n    if ($newQuota < $totalQuota\n        || (isset($cfg['EMAIL_QUOTA_SYNC_MODE'])\n            && $cfg['EMAIL_QUOTA_SYNC_MODE']\n        )\n        || $totalQuota == 0\n    ) {\n        $db = DatabaseMySQL::getInstance();\n        $stmt = $db->prepare(\n            'UPDATE mail_users SET quota = ? WHERE mail_id = ?'\n        );\n        $result = 0;\n\n        foreach ($mailboxes as $mailbox) {\n            $oldResult = $result;\n            $mailboxQuota = $mailbox['quota']\n                ? $mailbox['quota'] / 1048576 : $newQuota;\n            $result += $newQuota * $mailboxQuota / $totalQuota;\n\n            if ($result < 1) {\n                $result = 1;\n            }\n\n            $db->execute(\n                $stmt,\n                [((int)$result - (int)$oldResult) * 1048576, $mailbox['mail_id']]\n            );\n        }\n    }\n}\n\n/*******************************************************************************\n * Utils functions\n */\n\n/**\n * Redirect to the given location\n *\n * @param string $location URL to redirect to\n * @return void\n */\nfunction redirectTo($location)\n{\n    header('Location: ' . $location);\n    exit;\n}\n\n/**\n * Should be documented\n *\n * @param  $array\n * @param bool $asPath\n * @return array|string\n */\nfunction array_decode_idna($array, $asPath = false)\n{\n    if ($asPath && !is_array($array)) {\n        return implode('/', array_decode_idna(explode('/', $array)));\n    }\n\n    foreach ($array as $k => $v) {\n        $arr[$k] = decode_idna($v);\n    }\n\n    return $array;\n}\n\n/**\n * Must be documented\n *\n * @param array|string $array Indexed array that contain\n * @param bool $asPath\n * @return array|string\n */\nfunction array_encode_idna($array, $asPath = false)\n{\n    if ($asPath && !is_array($array)) {\n        return implode('/', array_encode_idna(explode('/', $array)));\n    }\n\n    foreach ($array as $k => $v) {\n        $array[$k] = encode_idna($v);\n    }\n\n    return $array;\n}\n\n/**\n * Convert a domain name or email to IDNA ASCII form\n *\n * @param string String to convert\n * @return string Encoded string or original string on failure\n */\nfunction encode_idna($string)\n{\n    if (!Registry::isRegistered('IdnaConvert')) {\n        Registry::set('IdnaConvert', new IdnaConvert());\n    }\n\n    try {\n        /** @var IdnaConvert $idnaConvert */\n        $idnaConvert = Registry::get('IdnaConvert');\n\n        return $idnaConvert->encode($string);\n    } catch (\\Exception $e) {\n        return $string;\n    }\n}\n\n/**\n * Convert a domain name or email from IDNA ASCII to Unicode\n *\n * @param string String to convert\n * @return string Decoded string or original string on failure\n */\nfunction decode_idna($string)\n{\n    if (!Registry::isRegistered('IdnaConvert')) {\n        Registry::set('IdnaConvert', new IdnaConvert());\n    }\n\n    try {\n        /** @var IdnaConvert $idnaConvert */\n        $idnaConvert = Registry::get('IdnaConvert');\n\n        return $idnaConvert->decode($string);\n    } catch (\\Exception $e) {\n        return $string;\n    }\n}\n\n/**\n * Utils function to upload file\n *\n * @param string $inputFieldName upload input field name\n * @param string|array $destPath Destination path string or an array where the\n *                               first item is an anonymous function to run\n *                               before moving file and any other items the\n *                               arguments passed to the anonymous function. The\n *                               anonymous function must return a string that is\n *                               the destination path or FALSE on failure.\n *\n * @return string|bool File destination path on success, FALSE otherwise\n */\nfunction utils_uploadFile($inputFieldName, $destPath)\n{\n    if (isset($_FILES[$inputFieldName])\n        && $_FILES[$inputFieldName]['error'] == UPLOAD_ERR_OK\n    ) {\n        $tmpFilePath = $_FILES[$inputFieldName]['tmp_name'];\n\n        if (!is_readable($tmpFilePath)) {\n            set_page_message(tr('File is not readable.'), 'error');\n            return false;\n        }\n\n        if (!is_string($destPath) && is_array($destPath)) {\n            if (!($destPath = call_user_func_array(\n                array_shift($destPath), $destPath))\n            ) {\n                return false;\n            }\n        }\n\n        if (!@move_uploaded_file($tmpFilePath, $destPath)) {\n            set_page_message(tr('Unable to move file.'), 'error');\n            return false;\n        }\n    } else {\n        switch ($_FILES[$inputFieldName]['error']) {\n            case UPLOAD_ERR_INI_SIZE:\n            case UPLOAD_ERR_FORM_SIZE:\n                set_page_message(tr('File exceeds the size limit.'), 'error');\n                break;\n            case UPLOAD_ERR_PARTIAL:\n                set_page_message(\n                    tr('The uploaded file was only partially uploaded.'),\n                    'error'\n                );\n                break;\n            case UPLOAD_ERR_NO_FILE:\n                set_page_message(tr('No file was uploaded.'), 'error');\n                break;\n            case UPLOAD_ERR_NO_TMP_DIR:\n                set_page_message(tr('Temporary folder not found.'), 'error');\n                break;\n            case UPLOAD_ERR_CANT_WRITE:\n                set_page_message(tr('Failed to write file to disk.'), 'error');\n                break;\n            case UPLOAD_ERR_EXTENSION:\n                set_page_message(\n                    tr('A PHP extension stopped the file upload.'), 'error'\n                );\n                break;\n            default:\n                set_page_message(\n                    tr(\n                        'An unknown error occurred during file upload: %s',\n                        $_FILES[$inputFieldName]['error']\n                    ),\n                    'error'\n                );\n        }\n\n        return false;\n    }\n\n    return $destPath;\n}\n\n/**\n * Returns Upload max file size in bytes\n *\n * @return int Upload max file size in bytes\n */\nfunction utils_getMaxFileUpload()\n{\n    $uploadMaxFilesize = utils_getPhpValueInBytes(\n        ini_get('upload_max_filesize')\n    );\n    $postMaxSize = utils_getPhpValueInBytes(ini_get('post_max_size'));\n    $memoryLimit = utils_getPhpValueInBytes(ini_get('memory_limit'));\n\n    return min($uploadMaxFilesize, $postMaxSize, $memoryLimit);\n}\n\n/**\n * Returns PHP directive value in bytes\n *\n * Note: If $value do not come with shorthand byte value, the value is retured\n * as this.\n *\n * See http://fr2.php.net/manual/en/faq.using.php#faq.using.shorthandbytes for\n * further explaination\n *\n * @param int|string PHP directive value\n * @return int Value in bytes\n */\nfunction utils_getPhpValueInBytes($value)\n{\n    $value = trim($value);\n\n    if (ctype_digit($value)) {\n        return $value;\n    }\n\n    $unit = strtolower($value[strlen($value) - 1]);\n    $value = substr($value, 0, -1);\n\n    if ($unit == 'g') {\n        return ($value * 1024);\n    }\n\n    if ($unit == 'm') {\n        return ($value * 1024 * 1024);\n    }\n\n    if ($unit == 'k') {\n        return ($value * 1024 * 1024 * 1024);\n    }\n\n    return $value;\n}\n\n/**\n * Normalize the given path (e.g. A//B, A/./B and A/foo/../B all become A/B)\n *\n * It should be understood that this may change the meaning of the path if it\n * contains symbolic links.\n *\n * @param string $path Path\n * @param bool $posixCompliant Be POSIX compliant regarding initial slashes?\n * @return string Normalized path\n */\nfunction utils_normalizePath($path, $posixCompliant = false)\n{\n    if (strlen($path) == 0)\n        return '.';\n\n    // Attempt to avoid path encoding problems.\n    $path = iconv('UTF-8', 'UTF-8//IGNORE//TRANSLIT', $path);\n\n    $initialSlashes = strpos($path, '/') === 0;\n    // POSIX allows one or two initial slashes, but treats three or more as\n    // single slash.\n    if ($posixCompliant\n        && $initialSlashes\n        && strpos($path, '//') === 0\n        && strpos($path, '///') !== 0\n    ) {\n        $initialSlashes = 2;\n    }\n\n    $segments = explode('/', $path);\n    $newSegments = [];\n\n    foreach ($segments as $segment) {\n        if ($segment === '' || $segment === '.')\n            continue;\n\n        if ($segment !== '..'\n            || (!$initialSlashes && !$newSegments)\n            || ($newSegments && end($newSegments) === '..')\n        ) {\n            array_push($newSegments, $segment);\n        } elseif ($newSegments) {\n            array_pop($newSegments);\n        }\n    }\n\n    $path = implode('/', $newSegments);\n\n    if ($initialSlashes)\n        $path = str_repeat('/', $initialSlashes) . $path;\n\n    return (isset($path)) ? $path : '.';\n}\n\n/**\n * Remove the given directory recursively\n *\n * @param string $directory Path of directory to remove\n * @return boolean TRUE on success, FALSE otherwise\n */\nfunction utils_removeDir($directory)\n{\n    $directory = rtrim($directory, '/');\n\n    if (!is_dir($directory)) {\n        return true;\n    }\n\n    if (false === $handle = opendir($directory)) {\n        return false;\n    }\n\n    while (false !== ($item = readdir($handle))) {\n        if ($item == '.' || $item == '..') {\n            continue;\n        }\n\n        $path = $directory . '/' . $item;\n\n        if (is_dir($path)) {\n            utils_removeDir($path);\n        } else {\n            @unlink($path);\n        }\n\n    }\n\n    closedir($handle);\n\n    if (!@rmdir($directory)) {\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Merge two arrays\n *\n * For duplicate keys, the following is done:\n *  - Nested arrays are recursively merged\n *  - Items in $array2 with INTEGER keys are appended\n *  - Items in $array2 with STRING keys overwrite current values\n *\n * @param array $array1\n * @param array $array2\n * @return array\n */\nfunction utils_arrayMergeRecursive(array $array1, array $array2)\n{\n    foreach ($array2 as $key => $value) {\n        if (!array_key_exists($key, $array1)) {\n            $array1[$key] = $value;\n            continue;\n        }\n\n        if (is_int($key)) {\n            $array1[] = $value;\n        } elseif (is_array($value) && is_array($array1[$key])) {\n            $array1[$key] = utils_arrayMergeRecursive($array1[$key], $value);\n        } else {\n            $array1[$key] = $value;\n        }\n    }\n\n    return $array1;\n}\n\n/**\n * Compares array1 against array2 (recursively) and returns the difference\n *\n * @param array $array1 The array to compare from\n * @param array $array2 An array to compare against\n * @return array An array containing all the entries from array1 that are not\n *               present in $array2.\n */\nfunction utils_arrayDiffRecursive(array $array1, array $array2)\n{\n    $diff = [];\n    foreach ($array1 as $key => $value) {\n        if (!array_key_exists($key, $array2)) {\n            $diff[$key] = $value;\n            continue;\n        }\n\n        if (is_array($value)) {\n            $arrDiff = utils_arrayDiffRecursive($value, $array2[$key]);\n\n            if (count($arrDiff)) {\n                $diff[$key] = $arrDiff;\n            }\n        } elseif ($value != $array2[$key]) {\n            $diff[$key] = $value;\n        }\n    }\n\n    return $diff;\n}\n\n/*******************************************************************************\n * Checks functions\n */\n\n/**\n * Checks if all of the characters in the provided string are numerical\n *\n * @param string $number string to be checked\n * @return bool TRUE if all characters are numerical, FALSE otherwise\n */\nfunction is_number($number)\n{\n    return (bool)preg_match('/^[0-9]+$/D', $number);\n}\n\n/**\n * Is the request a Javascript XMLHttpRequest?\n *\n * Returns true if the request‘s \"X-Requested-With\" header contains\n * \"XMLHttpRequest\".\n *\n * Note: jQuery and Prototype Javascript libraries both set this header with\n *       every Ajax request.\n *\n * @return boolean TRUE if the request‘s \"X-Requested-With\" header contains\n *                 \"XMLHttpRequest\", FALSE otherwise\n */\nfunction is_xhr()\n{\n    if (isset($_SERVER['HTTP_X_REQUESTED_WITH'])\n        && $_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest'\n    ) {\n        return true;\n    }\n\n    return false;\n}\n\n/**\n * Check if a data is serialized.\n *\n * @param string $data Data to be checked\n * @return boolean TRUE if serialized data, FALSE otherwise\n */\nfunction isSerialized($data)\n{\n    if (!is_string($data)) {\n        return false;\n    }\n\n    $data = trim($data);\n\n    if ('N;' == $data) {\n        return true;\n    }\n\n    if (preg_match(\"/^[aOs]:[0-9]+:.*[;}]\\$/s\", $data) ||\n        preg_match(\"/^[bid]:[0-9.E-]+;\\$/\", $data)\n    ) {\n        return true;\n    }\n\n    return false;\n}\n\n/**\n * Check if the given string look like json data\n *\n * @param $string $string $string to be checked\n * @return boolean TRUE if the given string look like json data, FALSE\n *                 otherwise\n */\nfunction isJson($string)\n{\n    json_decode($string);\n    return (json_last_error() == JSON_ERROR_NONE);\n}\n\n/**\n * Is https secure request\n *\n * @return boolean TRUE if is https secure request, FALSE otherwise\n */\nfunction isSecureRequest()\n{\n    if (empty($_SERVER['HTTP_X_FORWARDED_PROTO'])) {\n        if (!empty(\n            $_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) !== 'off'\n        ) {\n            return true;\n        }\n\n        return false;\n    }\n\n    if (in_array(\n        strtolower(current(explode(',', $_SERVER['HTTP_X_FORWARDED_PROTO']))),\n        ['https', 'on', 'ssl', '1']\n    )) {\n        return true;\n    }\n\n    return false;\n}\n\n/**\n * Get request scheme\n *\n * @return string\n */\nfunction getRequestScheme()\n{\n    return isSecureRequest() ? 'https' : 'http';\n}\n\n/**\n * Get request host\n *\n * Code borrowed to Symfony project\n *\n * @return string\n */\nfunction getRequestHost()\n{\n    $possibleHostSources = [\n        'HTTP_X_FORWARDED_HOST', 'HTTP_HOST', 'SERVER_NAME', 'SERVER_ADDR'\n    ];\n    $sourceTransformations = [\n        \"HTTP_X_FORWARDED_HOST\" => function ($value) {\n            $elements = explode(',', $value);\n            return trim(end($elements));\n        }\n    ];\n\n    $host = '';\n    foreach ($possibleHostSources as $source) {\n        if (!empty($host)) {\n            break;\n        }\n\n        if (empty($_SERVER[$source])) {\n            continue;\n        }\n\n        $host = $_SERVER[$source];\n\n        if (array_key_exists($source, $sourceTransformations)) {\n            $host = $sourceTransformations[$source]($host);\n        }\n    }\n\n    // trim and remove port number from host\n    // host is lowercase as per RFC 952/2181\n    $host = strtolower(preg_replace('/:\\d+$/', '', trim($host)));\n\n    // as the host can come from the user (HTTP_HOST and depending on the\n    // configuration, SERVER_NAME too can come from the user) check that it\n    // does not contain forbidden characters (see RFC 952 and RFC 2181)\n    // use preg_replace() instead of preg_match() to prevent DoS attacks with\n    // long host names\n    if ($host && '' !== preg_replace(\n            '/(?:^\\[)?[a-zA-Z0-9-:\\]_]+\\.?/', '', $host\n        )) {\n        throw new UnexpectedValueException(\n            sprintf('Invalid Host \"%s\"', $host)\n        );\n    }\n\n    return $host;\n}\n\n/**\n * Get request port\n *\n * @return string\n */\nfunction getRequestPort()\n{\n    if (!empty($_SERVER['HTTP_X_FORWARDED_PORT'])) {\n        return $_SERVER['HTTP_X_FORWARDED_PORT'];\n    }\n\n    if (!empty($_SERVER['HTTP_X_FORWARDED_PROTO'])\n        && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https'\n    ) {\n        return 443;\n    }\n\n    if ($host = $_SERVER['HTTP_HOST']) {\n        if ($host[0] === '[') {\n            $pos = strpos($host, ':', strrpos($host, ']'));\n        } else {\n            $pos = strrpos($host, ':');\n        }\n\n        if (false !== $pos) {\n            return (int)substr($host, $pos + 1);\n        }\n\n        return 'https' === getRequestScheme() ? 443 : 80;\n    }\n\n    return $_SERVER['SERVER_PORT'];\n}\n\n/**\n * Get HTTP host\n *\n * The port name will be appended to the host if it's non-standard.\n *\n * @return string\n */\nfunction getHttpHost()\n{\n    $scheme = getRequestScheme();\n    $port = getRequestPort();\n\n    if (('http' == $scheme && $port == 80)\n        || ('https' == $scheme && $port == 443)\n    ) {\n        return getRequestHost();\n    }\n\n    return getRequestHost() . ':' . $port;\n}\n\n/**\n * Get request base URL\n *\n * @return string\n */\nfunction getRequestBaseUrl()\n{\n    $scheme = getRequestScheme();\n    $port = getRequestPort();\n\n    if (('http' == $scheme && $port == 80)\n        || ('https' == $scheme && $port == 443)\n    ) {\n        return $scheme . '://' . getRequestHost();\n    }\n\n    return $scheme . '://' . getRequestHost() . ':' . $port;\n}\n\n/*******************************************************************************\n * Logging related functions\n */\n\n/**\n * Writes a log message in database and notify administrator by email\n *\n * @param string $msg Message\n * @param int $logLevel Log level\n * @return void\n */\nfunction write_log($msg, $logLevel = E_USER_WARNING)\n{\n    if (defined('IMSCP_SETUP')) {\n        return;\n    }\n\n    $msg = '[' . getIpAddr() . '] ' . replace_html($msg);\n    exec_query(\n        'INSERT INTO `log` (`log_time`,`log_message`) VALUES(NOW(), ?)', [$msg]\n    );\n\n    $cfg = Registry::get('config');\n    if ($logLevel > $cfg['LOG_LEVEL']) {\n        return;\n    }\n\n    $msg = strip_tags(preg_replace('/<br\\s*\\/?>/', \"\\n\", $msg));\n\n    if ($logLevel == E_USER_NOTICE) {\n        $severity = 'Notice';\n    } elseif ($logLevel == E_USER_WARNING) {\n        $severity = 'Warning';\n    } elseif ($logLevel == E_USER_ERROR) {\n        $severity = 'Error';\n    } else {\n        $severity = 'Unknown error';\n    }\n\n    send_mail([\n        'mail_id'      => 'imscp-log',\n        'username'     => tr('administrator'),\n        'email'        => $cfg['DEFAULT_ADMIN_ADDRESS'],\n        'subject'      => \"i-MSCP Notification ($severity)\",\n        'message'      => tr('Dear {NAME},\n\nThis is an automatic email sent by your i-MSCP control panel:\n\nServer name: {HOSTNAME}\nServer IP:   {SERVER_IP}\nClient IP:   {CLIENT_IP}\nVersion:     {VERSION}\nBuild:       {BUILDDATE}\nSeverity:    {MESSAGE_SEVERITY}\n\n==========================================================================\n{MESSAGE}\n==========================================================================\n\nPlease do not reply to this email.\n\n________________\ni-MSCP Mailer'),\n        'placeholders' => [\n            '{USERNAME}'         => tr('administrator'),\n            '{HOSTNAME}'         => $cfg['SERVER_HOSTNAME'],\n            '{SERVER_IP}'        => $cfg['BASE_SERVER_PUBLIC_IP'],\n            '{CLIENT_IP}'        => getIpAddr() ? getIpAddr() : 'unknown',\n            '{VERSION}'          => $cfg['Version'],\n            '{BUILDDATE}'        => $cfg['Build'] ?: tr('Unavailable'),\n            '{MESSAGE_SEVERITY}' => $severity,\n            '{MESSAGE}'          => $msg\n        ],\n    ]);\n}\n\n/**\n * Send add user email\n *\n * @param int $adminId Administrator or reseller unique identifier\n * @param string $uname Username\n * @param string $upass User password\n * @param string $uemail User email\n * @param string $ufname User firstname\n * @param string $ulname User lastname\n * @param string $utype User type\n * @return bool TRUE on success, FALSE on failure\n */\nfunction send_add_user_auto_msg(\n    $adminId, $uname, $upass, $uemail, $ufname, $ulname, $utype\n)\n{\n    $data = get_welcome_email($adminId);\n    $ret = send_mail([\n        'mail_id'      => 'add-user-auto-msg',\n        'fname'        => $ufname,\n        'lname'        => $ulname,\n        'username'     => $uname,\n        'email'        => decode_idna($uemail),\n        'subject'      => $data['subject'],\n        'message'      => $data['message'],\n        'placeholders' => [\n            '{USERTYPE}' => $utype,\n            '{PASSWORD}' => $upass\n        ]\n    ]);\n\n    if (!$ret) {\n        write_log(\n            sprintf(\"Lost Password: Couldn't send welcome email to %s\", $uname),\n            E_USER_ERROR\n        );\n        return false;\n    }\n\n    return true;\n}\n\n/*******************************************************************************\n * iMSCP daemon related functions\n */\n\n/**\n * Read an answer from i-MSCP daemon\n *\n * @param resource &$socket\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction daemon_readAnswer(&$socket)\n{\n    if (($answer = @socket_read($socket, 1024, PHP_NORMAL_READ)) === false) {\n        write_log(\n            sprintf(\n                'Unable to read answer from the i-MSCP daemon: %s',\n                socket_strerror(socket_last_error())\n            ),\n            E_USER_ERROR\n        );\n        return false;\n    }\n\n    list($code) = explode(' ', $answer);\n    $code = intval($code);\n\n    if ($code != 250) {\n        write_log(\n            sprintf(\n                'i-MSCP daemon returned an unexpected answer: %s', $answer\n            ),\n            E_USER_ERROR\n        );\n        return false;\n    }\n\n\n    return true;\n}\n\n/**\n * Send a command to i-MSCP daemon\n *\n * @param resource &$socket\n * @param string $command Command\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction daemon_sendCommand(&$socket, $command)\n{\n    $command .= \"\\n\";\n    $commandLength = strlen($command);\n\n    while (true) {\n        $bytesSent = @socket_write($socket, $command, $commandLength);\n        if ($bytesSent === false) {\n            write_log(\n                sprintf(\n                    \"Couldn't send command to i-MSCP daemon: %s\",\n                    socket_strerror(socket_last_error())\n                ),\n                E_USER_ERROR\n            );\n            return false;\n        }\n\n        if ($bytesSent < $commandLength) {\n            $command = substr($command, $bytesSent);\n            $commandLength -= $bytesSent;\n        } else {\n            return true;\n        }\n    }\n\n    return false;\n}\n\n/**\n * Send a request to the daemon\n *\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction send_request()\n{\n    if (\n        ($socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP)) === false\n        || @socket_connect(\n            $socket, '127.0.0.1', Registry::get('config')['DAEMON_LISTEN_PORT']\n        ) === false\n    ) {\n        write_log(\n            sprintf(\n                \"Couldn't connect to the i-MSCP daemon: %s\",\n                socket_strerror(socket_last_error())\n            ),\n            E_USER_ERROR\n        );\n        return false;\n    }\n\n    $version = Registry::get('config')['Version'];\n\n    if (\n        // Read Welcome message from i-MSCP daemon\n        daemon_readAnswer($socket)\n        // Send helo command to i-MSCP daemon\n        && daemon_sendCommand($socket, \"helo $version\")\n        // Read answer from i-MSCP daemon\n        && daemon_readAnswer($socket)\n        // Send execute query command to i-MSCP daemon\n        && daemon_sendCommand($socket, 'execute query')\n        // Read answer from i-MSCP daemon\n        && daemon_readAnswer($socket)\n        // Send bye command to i-MSCP daemon\n        && daemon_sendCommand($socket, 'bye')\n        // Read answer from i-MSCP daemon\n        && daemon_readAnswer($socket)\n    ) {\n        $ret = true;\n    } else {\n        $ret = false;\n    }\n\n    socket_close($socket);\n    return $ret;\n}\n\n/*******************************************************************************\n * Database related functions\n */\n\n/**\n * Executes a SQL statement\n *\n * Note: You may pass additional parameters. They will be treated as though you\n * called PDOStatement::setFetchMode() on the resultant statement object that is\n * wrapped by the iMSCP\\Database\\DatabaseResultSet object.\n *\n * @param string $query Sql statement to be executed\n * @param array|int|string $parameters OPTIONAL parameters - See Database::execute()\n * @return DatabaseResultSet\n * @see Database::execute()\n */\nfunction execute_query($query, $parameters = NULL)\n{\n    static $db = NULL;\n\n    if (NULL === $db) {\n        $db = DatabaseMySQL::getInstance();\n    }\n\n    try {\n        if (NULL !== $parameters) {\n            $parameters = func_get_args();\n            array_shift($parameters);\n            $stmt = call_user_func_array([$db, 'execute'], $parameters);\n        } else {\n            $stmt = $db->execute($query);\n        }\n\n        if ($stmt == false) {\n            throw new DatabaseException($db->getLastErrorMessage(), $query);\n        }\n    } catch (PDOException $e) {\n        throw new DatabaseException($e->getMessage(), $query, $e->getCode(), $e);\n    }\n\n    return $stmt;\n}\n\n/**\n * Convenience method to prepare and execute a query.\n *\n * @param string $query Sql statement\n * @param string|int|array $bind Data to bind to the placeholders\n * @return DatabaseResultSet|null\n */\nfunction exec_query($query, $bind = NULL)\n{\n    static $db = NULL;\n\n    if (NULL === $db) {\n        $db = DatabaseMySQL::getInstance();\n    }\n\n    try {\n        $stmt = $db->execute($db->prepare($query), $bind);\n    } catch (PDOException $e) {\n        throw new DatabaseException($e->getMessage(), $query, $e->getCode(), $e);\n    }\n\n    return $stmt;\n}\n\n/**\n * Quote SQL identifier.\n *\n * Note: An Identifier is essentially a name of a database, table, or table column.\n *\n * @param string $identifier Identifier to quote\n * @return string quoted identifier\n */\nfunction quoteIdentifier($identifier)\n{\n    static $db = NULL;\n\n    if (NULL === $db) {\n        $db = DatabaseMySQL::getInstance();\n    }\n\n    return $db->quoteIdentifier($identifier);\n}\n\n/**\n * Quote value\n *\n * @param mixed $value Value to quote\n * @param int $parameterType Parameter type\n * @return mixed quoted value\n */\nfunction quoteValue($value, $parameterType = PDO::PARAM_STR)\n{\n    static $db = NULL;\n\n    if (NULL === $db) {\n        $db = DatabaseMySQL::getInstance();\n    }\n\n    return $db->quote($value, $parameterType);\n}\n\n/*******************************************************************************\n * Unclassified functions\n */\n\n/**\n * Unset global variables\n *\n * @return void\n */\nfunction unsetMessages()\n{\n    $glToUnset = [\n        'user_updated', 'dmn_tpl', 'chtpl', 'step_one', 'step_two_data',\n        'ch_hpprops', 'user_add3_added', 'user_has_domain', 'local_data',\n        'reseller_added', 'user_added', 'aladd', 'edit_ID', 'aldel', 'hpid',\n        'user_deleted', 'hdomain', 'aledit', 'acreated_by', 'dhavesub', 'ddel',\n        'dhavealias', 'dhavealias', 'dadel', 'local_data'\n    ];\n\n    foreach ($glToUnset as $toUnset) {\n        if (array_key_exists($toUnset, $GLOBALS)) {\n            unset($GLOBALS[$toUnset]);\n        }\n    }\n\n    $sessToUnset = [\n        'reseller_added', 'dmn_name', 'dmn_tpl', 'chtpl', 'step_one',\n        'step_two_data', 'ch_hpprops', 'user_add3_added', 'user_has_domain',\n        'user_added', 'aladd', 'edit_ID', 'aldel', 'hpid', 'user_deleted',\n        'hdomain', 'aledit', 'acreated_by', 'dhavesub', 'ddel', 'dhavealias',\n        'dadel', 'local_data', 'dmn_expire', 'dmn_url_forward',\n        'dmn_type_forward', 'dmn_host_forward'\n    ];\n\n    foreach ($sessToUnset as $toUnset) {\n        if (array_key_exists($toUnset, $_SESSION)) {\n            unset($_SESSION[$toUnset]);\n        }\n    }\n}\n\nif (!function_exists('http_build_url')) {\n    // Replace every part of the first URL when there's one of the second URL\n    define('HTTP_URL_REPLACE', 1);\n    // Join relative paths\n    define('HTTP_URL_JOIN_PATH', 2);\n    // Join query strings\n    define('HTTP_URL_JOIN_QUERY', 4);\n    // Strip any user authentication information\n    define('HTTP_URL_STRIP_USER', 8);\n    // Strip any password authentication information\n    define('HTTP_URL_STRIP_PASS', 16);\n    // Strip any authentication information\n    define('HTTP_URL_STRIP_AUTH', 32);\n    // Strip explicit port numbers\n    define('HTTP_URL_STRIP_PORT', 64);\n    // Strip complete path\n    define('HTTP_URL_STRIP_PATH', 128);\n    // Strip query string\n    define('HTTP_URL_STRIP_QUERY', 256);\n    // Strip any fragments (#identifier)\n    define('HTTP_URL_STRIP_FRAGMENT', 512);\n    // Strip anything but scheme and host\n    define('HTTP_URL_STRIP_ALL', 1024);\n\n    /**\n     * Build an URL.\n     *\n     * The parts of the second URL will be merged into the first according to\n     * the flags argument.\n     *\n     * @param mixed $url (Part(s) of) an URL in form of a string or associative\n     *                   array like parse_url() returns\n     * @param mixed $parts Same as the first argument\n     * @param int $flags A bitmask of binary or'ed HTTP_URL constants (Optional)\n     *                   HTTP_URL_REPLACE is the default\n     * @param bool|array $newUrl If set, it will be filled with the parts of\n     *                   the composed url like parse_url() would return\n     * @return string URL\n     */\n    function http_build_url(\n        $url, $parts = [], $flags = HTTP_URL_REPLACE, &$newUrl = false)\n\n    {\n        $keys = ['user', 'pass', 'port', 'path', 'query', 'fragment'];\n\n        // HTTP_URL_STRIP_ALL becomes all the HTTP_URL_STRIP_Xs\n        if ($flags & HTTP_URL_STRIP_ALL) {\n            $flags |= HTTP_URL_STRIP_USER;\n            $flags |= HTTP_URL_STRIP_PASS;\n            $flags |= HTTP_URL_STRIP_PORT;\n            $flags |= HTTP_URL_STRIP_PATH;\n            $flags |= HTTP_URL_STRIP_QUERY;\n            $flags |= HTTP_URL_STRIP_FRAGMENT;\n        } else if ($flags & HTTP_URL_STRIP_AUTH) {\n            // HTTP_URL_STRIP_AUTH becomes HTTP_URL_STRIP_USER and\n            // HTTP_URL_STRIP_PASS\n            $flags |= HTTP_URL_STRIP_USER;\n            $flags |= HTTP_URL_STRIP_PASS;\n        }\n\n        // Parse the original URL\n        $parseUrl = parse_url($url);\n\n        // Scheme and Host are always replaced\n        if (isset($parts['scheme'])) {\n            $parseUrl['scheme'] = $parts['scheme'];\n        }\n\n        if (isset($parts['host'])) {\n            $parseUrl['host'] = $parts['host'];\n        }\n\n        // (If applicable) Replace the original URL with it's new parts\n        if ($flags & HTTP_URL_REPLACE) {\n            foreach ($keys as $key) {\n                if (isset($parts[$key])) {\n                    $parseUrl[$key] = $parts[$key];\n                }\n            }\n        } else {\n            // Join the original URL path with the new path\n            if (isset($parts['path']) && ($flags & HTTP_URL_JOIN_PATH)) {\n                if (isset($parseUrl['path'])) {\n                    $parseUrl['path'] = rtrim(\n                            str_replace(\n                                basename($parseUrl['path']), '', $parseUrl['path']\n                            ), '/') . '/' . ltrim($parts['path'], '/');\n                } else {\n                    $parseUrl['path'] = $parts['path'];\n                }\n            }\n\n            // Join the original query string with the new query string\n            if (isset($parts['query']) && ($flags & HTTP_URL_JOIN_QUERY)) {\n                if (isset($parseUrl['query'])) {\n                    $parseUrl['query'] .= '&' . $parts['query'];\n                } else {\n                    $parseUrl['query'] = $parts['query'];\n                }\n            }\n        }\n\n        // Strips all the applicable sections of the URL\n        // Note: Scheme and Host are never stripped\n        foreach ($keys as $key) {\n            if ($flags & (int)constant('HTTP_URL_STRIP_' . strtoupper($key))) {\n                unset($parseUrl[$key]);\n            }\n        }\n\n        $newUrl = $parseUrl;\n\n        return\n            (isset($parseUrl['scheme']) ? $parseUrl['scheme'] . '://' : '')\n            . (isset($parseUrl['user'])\n                ? $parseUrl['user'] . (isset($parseUrl['pass'])\n                    ? ':' . $parseUrl['pass'] : '') . '@' : '')\n            . (isset($parseUrl['host']) ? $parseUrl['host'] : '')\n            . (isset($parseUrl['port']) ? ':' . $parseUrl['port'] : '')\n            . (isset($parseUrl['path']) ? $parseUrl['path'] : '')\n            . (isset($parseUrl['query']) ? '?' . $parseUrl['query'] : '')\n            . (isset($parseUrl['fragment']) ? '#' . $parseUrl['fragment'] : '');\n    }\n}\n\n/**\n * Turns byte counts to human readable format\n *\n * If you feel like a hard-drive manufacturer, you can start counting bytes by\n * power of 1000 (instead of the generous 1024). Just set power to 1000.\n *\n * But if you are a floppy disk manufacturer and want to start counting in units\n * of 1024 (for your \"1.44 MB\" disks ?) let the default value for power.\n *\n * The units for power 1000 are:\n *  'B', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'\n *\n * Those for power 1024 are:\n *  'B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'\n *\n * with the horrible names: bytes, kibibytes, mebibytes, etc.\n *\n * @see http://physics.nist.gov/cuu/Units/binary.html\n * @param int|float $bytes Bytes value to convert\n * @param string $unit OPTIONAL Unit to calculate to\n * @param int $decimals OPTIONAL Number of decimal to be show\n * @param int $power OPTIONAL Power to use for conversion (1024 or 1000)\n * @return string\n */\nfunction bytesHuman($bytes, $unit = NULL, $decimals = 2, $power = 1024)\n{\n    if ($power == 1000) {\n        $units = [\n            'B'  => 0, 'kB' => 1, 'MB' => 2, 'GB' => 3, 'TB' => 4, 'PB' => 5,\n            'EB' => 6, 'ZB' => 7, 'YB' => 8\n        ];\n    } elseif ($power == 1024) {\n        $units = [\n            'B'   => 0, 'kiB' => 1, 'MiB' => 2, 'GiB' => 3, 'TiB' => 4,\n            'PiB' => 5, 'EiB' => 6, 'ZiB' => 7, 'YiB' => 8\n        ];\n    } else {\n        throw new Exception('Unknown power value');\n    }\n\n    $value = 0;\n\n    if ($bytes > 0) {\n        if (!array_key_exists($unit, $units)) {\n            if (NULL === $unit) {\n                $pow = floor(log($bytes) / log($power));\n                $unit = array_search($pow, $units);\n            } else {\n                throw new Exception('Unknown unit value');\n            }\n        }\n\n        $value = ($bytes / pow($power, floor($units[$unit])));\n    } else {\n        $unit = 'B';\n    }\n\n    // If decimals is not numeric or decimals is less than 0\n    // then set default value\n    if (!is_numeric($decimals)\n        || $decimals < 0\n    ) {\n        $decimals = 2;\n    }\n\n    // units Translation\n    switch ($unit) {\n        case 'B':\n            $unit = tr('B');\n            break;\n        case 'kB':\n            $unit = tr('kB');\n            break;\n        case 'kiB':\n            $unit = tr('kiB');\n            break;\n        case 'MB':\n            $unit = tr('MB');\n            break;\n        case 'MiB':\n            $unit = tr('MiB');\n            break;\n        case 'GB':\n            $unit = tr('GB');\n            break;\n        case 'GiB':\n            $unit = tr('GiB');\n            break;\n        case 'TB':\n            $unit = tr('TB');\n            break;\n        case 'TiB':\n            $unit = tr('TiB');\n            break;\n        case 'PB':\n            $unit = tr('PB');\n            break;\n        case 'PiB':\n            $unit = tr('PiB');\n            break;\n        case 'EB':\n            $unit = tr('EB');\n            break;\n        case 'EiB':\n            $unit = tr('EiB');\n            break;\n        case 'ZB':\n            $unit = tr('ZB');\n            break;\n        case 'ZiB':\n            $unit = tr('ZiB');\n            break;\n        case 'YB':\n            $unit = tr('YB');\n            break;\n        case 'YiB':\n            $unit = tr('YiB');\n            break;\n    }\n\n    return sprintf('%.' . $decimals . 'f ' . $unit, $value);\n}\n\n/**\n * Turns mebibyte counts to human readable format\n *\n * @param int|float $mebibyte Mebibyte value to convert\n * @param string $unit OPTIONAL Unit to calculate to\n * @param int $decimals OPTIONAL Number of decimal to be show\n * @param int $power OPTIONAL Power to use for conversion (1024 or 1000)\n * @return string\n * @see bytesHuman()\n */\nfunction mebibytesHuman($mebibyte, $unit = NULL, $decimals = 2, $power = 1024)\n{\n    return bytesHuman($mebibyte * 1048576, $unit, $decimals, $power);\n}\n\n/**\n * Translates '-1', 'no', 'yes', '0' or mebibyte value string into human\n * readable string\n *\n * @param int $value variable to be translated\n * @param bool $autosize calculate value in different unit (default false)\n * @param string $to OPTIONAL Unit to calculate to ('B', 'kB', 'MB', 'GB', 'TB',\n *                           'PB', 'EB', 'ZB', 'YB')\n * @return String\n */\nfunction translate_limit_value($value, $autosize = false, $to = NULL)\n{\n    $trEnabled = '<span style=\"color:green\">' . tr('Enabled') . '</span>';\n    $trDisabled = '<span style=\"color:red\">' . tr('Disabled') . '</span>';\n\n    switch ($value) {\n        case '-1':\n            return '-';\n        case  '0':\n            return '∞';\n        case '_yes_':\n        case 'yes':\n            return $trEnabled;\n        case '_no_':\n        case 'no':\n            return $trDisabled;\n        case 'full':\n            return '<span style=\"color:green\">'\n                . tr('Domain and SQL databases') . '</span>';\n        case 'dmn':\n            return '<span style=\"color:green\">'\n                . tr('Web files only') . '</span>';\n        case 'sql':\n            return '<span style=\"color:green\">'\n                . tr('SQL databases only') . '</span>';\n        default:\n            return !$autosize ? $value : mebibytesHuman($value, $to);\n    }\n}\n\n/**\n * Return UNIX timestamp representing first day of month for the given month and\n * year\n *\n * @param int $month OPTIONAL a month (date('n')\n * @param int $year OPTIONAL A year (date('Y'))\n * @return int\n */\nfunction getFirstDayOfMonth($month = NULL, $year = NULL)\n{\n    $date = new Zend_Date(NULL, NULL, Registry::get('Zend_Locale'));\n    $date->setYear($year ?: date('Y'));\n    $date->setMonth($month ?: date('n'));\n    $date->setDay(1);\n    $date->setHour(0);\n    $date->setMinute(0);\n    $date->setSecond(0);\n\n    return $date->getTimestamp();\n}\n\n/**\n * Return UNIX timestamp representing last day of month for the given month and\n * year\n *\n * @param int $month OPTIONAL a month (date('n')\n * @param int $year OPTIONAL A year (date('Y'))\n * @return int\n */\nfunction getLastDayOfMonth($month = NULL, $year = NULL)\n{\n    $date = new Zend_Date(NULL, NULL, Registry::get('Zend_Locale'));\n    $date->setYear($year ?: date('Y'));\n    $date->setMonth($month ?: date('n'));\n    $date->setDay($date->get(Zend_Date::MONTH_DAYS));\n    $date->setHour(23);\n    $date->setMinute(59);\n    $date->setSecond(59);\n\n    return $date->getTimestamp();\n}\n\n/**\n * Return list of available SQL administration tool packages\n *\n * @return array\n */\nfunction getSqlAdminToolPackages()\n{\n    return array_filter(\n        explode(',', Registry::get('config')['SQL_ADMIN_TOOL_PACKAGES']),\n        function ($value) {\n            return $value != 'No';\n        }\n    );\n}\n\n/**\n * Return list of available Web-based FTP client packages\n *\n * @return array\n */\nfunction getWebFtpClientPackages()\n{\n    return array_filter(\n        explode(',', Registry::get('config')['WEB_FTP_CLIENT_PACKAGES']),\n        function ($value) {\n            return $value != 'No';\n        }\n    );\n}\n\n/**\n * Return list of available Webmail client packages\n *\n * @return array\n */\nfunction getWebmailClientPackages()\n{\n    return array_filter(\n        explode(',', Registry::get('config')['WEB_MAIL_CLIENT_PACKAGES']),\n        function ($value) {\n            return $value != 'No';\n        }\n    );\n}\n\n/**\n * Return list of available Web statistic packages\n *\n * @return array\n */\nfunction getWebStatisticPackages()\n{\n    return array_filter(\n        explode(',', Registry::get('config')['WEB_STATISTIC_PACKAGES']),\n        function ($value) {\n            return $value != 'No';\n        }\n    );\n}\n\n/**\n * Returns the user Ip address\n *\n * @return string User's Ip address\n */\nfunction getIpAddr()\n{\n    $ipAddr = !empty($_SERVER['HTTP_CLIENT_IP'])\n        ? $_SERVER['HTTP_CLIENT_IP'] : false;\n\n    if (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) {\n        $ipAddrs = explode(', ', $_SERVER['HTTP_X_FORWARDED_FOR']);\n\n        if ($ipAddr) {\n            array_unshift($ipAddrs, $ipAddr);\n            $ipAddr = false;\n        }\n\n        $countIpAddrs = count($ipAddrs);\n\n        // Loop over ip stack as long an ip out of private range is not found\n        for ($i = 0; $i < $countIpAddrs; $i++) {\n            if (filter_var(\n                $ipAddrs[$i], FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE)\n            ) {\n                $ipAddr = $ipAddrs[$i];\n                break;\n            }\n        }\n    }\n\n    return $ipAddr\n        ? $ipAddr\n        : (isset($_SERVER['REMOTE_ADDR'])\n            ? $_SERVER['REMOTE_ADDR'] : tr('Unknown')\n        );\n}\n"
  },
  {
    "path": "gui/include/Statistics.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\n/**\n * Return usage in percent\n *\n * @param int $usage Current value\n * @param int $usageMax (0 = unlimited)\n * @return int Usage in percent or infinity mathematical symbol if $usageMax\n *             lower than 1\n */\nfunction getPercentUsage($usage, $usageMax)\n{\n    return sprintf(\n        '%.2f',\n        min(\n            [\n                100,\n                $usageMax > 0\n                    ? round($usage / $usageMax * 100, PHP_ROUND_HALF_ODD)\n                    : 0\n            ]\n        )\n    );\n}\n\n/**\n * Get monthly traffic data for the given customer\n *\n * @param int $domainId Customer main domain ID\n * @return array An array container Web, FTP, SMTP, POP and total traffic for\n *              the current month\n */\nfunction getClientMonthlyTrafficStats($domainId)\n{\n    $stmt = exec_query(\n        '\n          SELECT IFNULL(SUM(dtraff_web), 0) AS dtraff_web,\n            IFNULL(SUM(dtraff_ftp), 0) AS dtraff_ftp,\n            IFNULL(SUM(dtraff_mail), 0) AS dtraff_mail,\n            IFNULL(SUM(dtraff_pop), 0) AS dtraff_pop\n          FROM domain_traffic\n          WHERE dtraff_time BETWEEN ? AND ?\n          AND domain_id = ?\n        ',\n        [getFirstDayOfMonth(), getLastDayOfMonth(), $domainId]\n    );\n\n    if (!$stmt->rowCount()) {\n        return array_fill(0, 5, 0);\n    }\n\n    $row = $stmt->fetchRow();\n\n    return [\n        $row['dtraff_web'],\n        $row['dtraff_ftp'],\n        $row['dtraff_mail'],\n        $row['dtraff_pop'],\n        $row['dtraff_web'] + $row['dtraff_ftp'] + $row['dtraff_mail']\n        + $row['dtraff_pop']\n    ];\n}\n\n/**\n * Get statistiques for the given client\n *\n * @param int $clientId User unique identifier\n * @return array\n */\nfunction getClientTrafficAndDiskStats($clientId)\n{\n    $stmt = exec_query(\n        '\n            SELECT domain_id, IFNULL(domain_disk_usage, 0) AS disk_usage\n            FROM domain\n            WHERE domain_admin_id = ?\n        ',\n        [$clientId]\n    );\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow();\n\n    list(\n        $webTraffic, $ftpTraffic, $smtpTraffic, $popTraffic, $totalTraffic\n        ) = getClientMonthlyTrafficStats($row['domain_id']);\n\n    return [\n        $webTraffic, $ftpTraffic, $smtpTraffic, $popTraffic, $totalTraffic,\n        $row['disk_usage']\n    ];\n}\n\n/**\n * Get counts of consumed and max items for the given customer\n *\n * Note: For disk and traffic, only limit are returned.\n *\n * @param int $clientId Client unique identifier\n * @return array\n */\nfunction getClientItemCountsAndLimits($clientId)\n{\n    $stmt = exec_query(\n        '\n            SELECT domain_id, domain_subd_limit, domain_alias_limit,\n                domain_mailacc_limit, domain_ftpacc_limit, domain_sqld_limit,\n                domain_sqlu_limit, domain_traffic_limit, domain_disk_limit\n            FROM domain\n            WHERE domain_admin_id = ?\n        ',\n        [$clientId]\n    );\n\n    if (!$stmt->rowCount()) {\n        return array_fill(0, 14, 0);\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n    return [\n        $row['domain_subd_limit'] == -1\n            ? 0 : get_customer_subdomains_count($row['domain_id']),\n        $row['domain_subd_limit'],\n        $row['domain_alias_limit'] == -1\n            ? 0 : get_customer_domain_aliases_count($row['domain_id']),\n        $row['domain_alias_limit'],\n        $row['domain_mailacc_limit'] == -1\n            ? 0 : get_customer_mail_accounts_count($row['domain_id']),\n        $row['domain_mailacc_limit'],\n        $row['domain_ftpacc_limit'] == -1\n            ? 0 : get_customer_ftp_users_count($clientId),\n        $row['domain_ftpacc_limit'],\n        $row['domain_sqld_limit'] == -1\n            ? 0 : get_customer_sql_databases_count($row['domain_id']),\n        $row['domain_sqld_limit'],\n        $row['domain_sqlu_limit'] == -1\n            ? 0 : get_customer_sql_users_count($row['domain_id']),\n        $row['domain_sqlu_limit'],\n        $row['domain_traffic_limit'] * 1048576,\n        $row['domain_disk_limit'] * 1048576\n    ];\n}\n\n/**\n * Returns statistics about consumed items for the given reseller\n *\n * @param int $resellerId Reseller unique identifier\n * @return array An array containing total consumed for each items\n */\nfunction getResellerStats($resellerId)\n{\n    $stmt = exec_query(\n        '\n            SELECT t1.domain_id, t1.domain_admin_id\n            FROM domain AS t1\n            JOIN admin AS t2 ON(t2.admin_id = t1.domain_admin_id)\n            WHERE t2.created_by = ?\n        ',\n        [$resellerId]\n    );\n\n    if (!$stmt->rowCount()) {\n        return array_fill(0, 9, 0);\n    }\n\n    $rtraffConsumed = $rdiskConsumed = 0;\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $customerStats = getClientTrafficAndDiskStats($row['domain_admin_id']);\n        $rtraffConsumed += $customerStats[4];\n        $rdiskConsumed += $customerStats[5];\n    }\n\n    return [\n        get_reseller_domains_count($resellerId),\n        get_reseller_subdomains_count($resellerId),\n        get_reseller_domain_aliases_count($resellerId),\n        get_reseller_mail_accounts_count($resellerId),\n        get_reseller_ftp_users_count($resellerId),\n        get_reseller_sql_databases_count($resellerId),\n        get_reseller_sql_users_count($resellerId),\n        $rtraffConsumed,\n        $rdiskConsumed\n    ];\n}\n"
  },
  {
    "path": "gui/include/Tickets.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Creates a ticket and informs the recipient\n *\n * @param int $userId User unique identifier\n * @param int $adminId Creator unique identifier\n * @param int $urgency The ticket's urgency\n * @param String $subject Ticket's subject\n * @param String $message Ticket's message\n * @param int $userLevel User's level (client = 1; reseller = 2)\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction createTicket(\n    $userId, $adminId, $urgency, $subject, $message, $userLevel\n)\n{\n    if ($userLevel < 1\n        || $userLevel > 2\n    ) {\n        set_page_message(tr('Wrong user level provided.'), 'error');\n        return false;\n    }\n\n    $subject = clean_input($subject);\n    $userMessage = clean_input($message);\n\n    exec_query(\n        '\n            INSERT INTO tickets (\n                ticket_level, ticket_from, ticket_to, ticket_status,\n                ticket_reply, ticket_urgency, ticket_date, ticket_subject,\n                ticket_message\n            ) VALUES (\n                ?, ?, ?, ?, ?, ?, ?, ?, ?\n            )\n        ',\n        [\n            $userLevel, $userId, $adminId, 1, 0, $urgency, time(), $subject,\n            $userMessage\n        ]\n    );\n\n    set_page_message(tr('Your message has been successfully sent.'), 'success');\n    sendTicketNotification($adminId, $subject, $userMessage, 0, $urgency);\n    return true;\n}\n\n/**\n * Gets the content of the selected ticket and generates its output\n *\n * @param TemplateEngine $tpl Template engine\n * @param int $ticketId Id of the ticket to display\n * @param int $userId Id of the user\n * @return bool TRUE if ticket is found, FALSE otherwise\n */\nfunction showTicketContent(TemplateEngine $tpl, $ticketId, $userId)\n{\n    # Always show last replies first\n    _showTicketReplies($tpl, $ticketId);\n\n    $stmt = exec_query(\n        '\n            SELECT ticket_id, ticket_status, ticket_reply, ticket_urgency,\n                ticket_date, ticket_subject, ticket_message\n            FROM tickets\n            WHERE ticket_id = ?\n            AND (ticket_from = ? OR ticket_to = ?)\n        ',\n        [$ticketId, $userId, $userId]\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign('TICKET', '');\n        set_page_message(\n            tr(\"Ticket with Id '%d' was not found.\", $ticketId), 'error'\n        );\n        return false;\n    }\n\n    $row = $stmt->fetchRow();\n\n    if ($row['ticket_status'] == 0) {\n        $trAction = tr('Open ticket');\n        $action = 'open';\n    } else {\n        $trAction = tr('Close the ticket');\n        $action = 'close';\n    }\n\n    $from = _getTicketSender($ticketId);\n    $tpl->assign([\n        'TR_TICKET_ACTION'      => $trAction,\n        'TICKET_ACTION_VAL'     => $action,\n        'TICKET_DATE_VAL'       => date(Registry::get('config')['DATE_FORMAT']\n            . ' (H:i)', $row['ticket_date']),\n        'TICKET_SUBJECT_VAL'    => tohtml($row['ticket_subject']),\n        'TICKET_CONTENT_VAL'    => nl2br(tohtml($row['ticket_message'])),\n        'TICKET_ID_VAL'         => $row['ticket_id'],\n        'TICKET_URGENCY_VAL'    => getTicketUrgency($row['ticket_urgency']),\n        'TICKET_URGENCY_ID_VAL' => $row['ticket_urgency'],\n        'TICKET_FROM_VAL'       => tohtml($from)\n    ]);\n    $tpl->parse('TICKET_MESSAGE', '.ticket_message');\n    return true;\n}\n\n/**\n * Updates a ticket with a new answer and informs the recipient\n *\n * @param int $ticketId id of the ticket's parent ticket\n * @param int $userId User unique identifier\n * @param int $urgency The parent ticket's urgency\n * @param String $subject The parent ticket's subject\n * @param String $message The ticket replys' message\n * @param int $ticketLevel The tickets's level (1 = user; 2 = super)\n * @param int $userLevel The user's level (1 = client; 2 = reseller; 3 = admin)\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction updateTicket(\n    $ticketId, $userId, $urgency, $subject, $message, $ticketLevel, $userLevel\n)\n{\n    $db = DatabaseMySQL::getInstance();\n    $subject = clean_input($subject);\n    $userMessage = clean_input($message);\n    $stmt = exec_query(\n        '\n            SELECT ticket_from, ticket_to, ticket_status\n            FROM tickets\n            WHERE ticket_id = ?\n            AND (ticket_from = ? OR ticket_to = ?)\n        ',\n        [$ticketId, $userId, $userId]\n    );\n\n    if (!$stmt->rowCount()) {\n        set_page_message(\n            tr(\"Ticket with Id '%d' was not found.\", $ticketId), 'error'\n        );\n        return false;\n    }\n\n    $row = $stmt->fetchRow();\n\n    try {\n        /* Ticket levels:\n        *  1: Client -> Reseller\n        *  2: Reseller -> Admin\n        *  NULL: Reply\n        */\n        if (($ticketLevel == 1 && $userLevel == 1)\n            || ($ticketLevel == 2 && $userLevel == 2)\n        ) {\n            $ticketTo = $row['ticket_to'];\n            $ticketFrom = $row['ticket_from'];\n        } else {\n            $ticketTo = $row['ticket_from'];\n            $ticketFrom = $row['ticket_to'];\n        }\n\n        exec_query(\n            '\n                INSERT INTO tickets (\n                    ticket_from, ticket_to, ticket_status, ticket_reply,\n                    ticket_urgency, ticket_date, ticket_subject, ticket_message\n                ) VALUES (\n                    ?, ?, ?, ?, ?, ?, ?, ?\n                )\n             ',\n            [\n                $ticketFrom, $ticketTo, NULL, $ticketId, $urgency, time(),\n                $subject, $userMessage\n            ]\n        );\n\n        if ($userLevel != 2) {\n            // Level User: Set ticket status to \"client answered\"\n            if ($ticketLevel == 1\n                && ($row['ticket_status'] == 0 || $row['ticket_status'] == 3)\n            ) {\n                changeTicketStatus($ticketId, 4);\n                // Level Super: set ticket status to \"reseller answered\"\n            } elseif ($ticketLevel == 2\n                && ($row['ticket_status'] == 0 || $row['ticket_status'] == 3)\n            ) {\n                changeTicketStatus($ticketId, 2);\n            }\n        } else {\n            // Set ticket status to 'reseller answered' or 'client answered'\n            // depending on ticket\n            if ($ticketLevel == 1\n                && ($row['ticket_status'] == 0 || $row['ticket_status'] == 3)\n            ) {\n                changeTicketStatus($ticketId, 2);\n            } elseif ($ticketLevel == 2\n                && ($row['ticket_status'] == 0 || $row['ticket_status'] == 3)\n            ) {\n                if (!changeTicketStatus($ticketId, 4)) {\n                    return false;\n                }\n            }\n        }\n\n        set_page_message(\n            tr('Your message has been successfully sent.'), 'success'\n        );\n        sendTicketNotification(\n            $ticketTo, $subject, $userMessage, $ticketId, $urgency\n        );\n        return true;\n    } catch (PDOException $e) {\n        $db->rollBack();\n        write_log(\n            sprintf(\n                'System was unable to create ticket answer: %s',\n                $e->getMessage()\n            ),\n            E_USER_ERROR\n        );\n        set_page_message('System was unable to create ticket answer.', 'error');\n    }\n\n    return false;\n}\n\n/**\n * Deletes a ticket\n *\n * @param int $ticketId Ticket unique identifier\n * @return void\n */\nfunction deleteTicket($ticketId)\n{\n    exec_query(\n        'DELETE FROM tickets WHERE ticket_id = ? OR ticket_reply = ?',\n        [$ticketId, $ticketId]\n    );\n}\n\n/**\n * Deletes all open/closed tickets that are belong to a user\n *\n * @param string $status Ticket status ('open' or 'closed')\n * @param int $userId The user's ID\n * @return void\n */\nfunction deleteTickets($status, $userId)\n{\n    $condition = $status == 'open'\n        ? \"ticket_status != '0'\" : \"ticket_status = '0'\";\n\n    exec_query(\n        \"\n            DELETE FROM tickets\n            WHERE (ticket_from = ? OR ticket_to = ?)\n            AND {$condition}\n        \",\n        [$userId, $userId]\n    );\n}\n\n/**\n * Generates a ticket list\n *\n * @param TemplateEngine $tpl Template engine\n * @param int $userId User unique identifier\n * @param int $start First ticket to show (pagination)\n * @param int $count Maximal count of shown tickets (pagination)\n * @param String $userLevel User level\n * @param String $status Status of the tickets to be showed: 'open' or 'closed'\n * @return void\n */\nfunction generateTicketList(TemplateEngine $tpl, $userId, $start, $count, $userLevel, $status)\n{\n    $condition = $status == 'open' ? \"ticket_status != 0\" : 'ticket_status = 0';\n    $rowsCount = exec_query(\n        \"\n            SELECT COUNT(ticket_id)\n            FROM tickets\n            WHERE (ticket_from = ? OR ticket_to = ?)\n            AND ticket_reply = '0'\n            AND $condition\n        \",\n        [$userId, $userId]\n    )->fetchRow(PDO::FETCH_COLUMN);\n\n    if ($rowsCount) {\n        $stmt = exec_query(\n            \"\n                SELECT ticket_id, ticket_status, ticket_urgency, ticket_level,\n                    ticket_date, ticket_subject\n                FROM tickets WHERE (ticket_from = ? OR ticket_to = ?)\n                AND ticket_reply = 0\n                AND $condition\n                ORDER BY ticket_date DESC\n                LIMIT {$start}, {$count}\n            \",\n            [$userId, $userId]\n        );\n\n        $prevSi = $start - $count;\n\n        if ($start == 0) {\n            $tpl->assign('SCROLL_PREV', '');\n        } else {\n            $tpl->assign([\n                'SCROLL_PREV_GRAY' => '',\n                'PREV_PSI'         => $prevSi\n            ]);\n        }\n\n        $nextSi = $start + $count;\n\n        if ($nextSi + 1 > $rowsCount) {\n            $tpl->assign('SCROLL_NEXT', '');\n        } else {\n            $tpl->assign([\n                'SCROLL_NEXT_GRAY' => '',\n                'NEXT_PSI'         => $nextSi\n            ]);\n        }\n\n        while ($row = $stmt->fetchRow()) {\n            if ($row['ticket_status'] == 1) {\n                $tpl->assign('TICKET_STATUS_VAL', tr('[New]'));\n            } elseif (\n                $row['ticket_status'] == 2 &&\n                (($row['ticket_level'] == 1 && $userLevel == 'client')\n                    || ($row['ticket_level'] == 2 && $userLevel == 'reseller')\n                )\n            ) {\n                $tpl->assign('TICKET_STATUS_VAL', tr('[Re]'));\n            } elseif (\n                $row['ticket_status'] == 4 &&\n                (($row['ticket_level'] == 1 && $userLevel == 'reseller')\n                    || ($row['ticket_level'] == 2 && $userLevel == 'admin')\n                )\n            ) {\n                $tpl->assign('TICKET_STATUS_VAL', tr('[Re]'));\n            } else {\n                $tpl->assign('TICKET_STATUS_VAL', '[Read]');\n            }\n\n            $tpl->assign([\n                'TICKET_URGENCY_VAL'   => getTicketUrgency(\n                    $row['ticket_urgency']\n                ),\n                'TICKET_FROM_VAL'      => tohtml(_getTicketSender(\n                        $row['ticket_id'])\n                ),\n                'TICKET_LAST_DATE_VAL' => _ticketGetLastDate($row['ticket_id']),\n                'TICKET_SUBJECT_VAL'   => tohtml($row['ticket_subject']),\n                'TICKET_SUBJECT2_VAL'  => addslashes(\n                    clean_html($row['ticket_subject'])\n                ),\n                'TICKET_ID_VAL'        => $row['ticket_id']\n            ]);\n            $tpl->parse('TICKETS_ITEM', '.tickets_item');\n        }\n\n        return;\n    }\n\n    // no ticket to display\n    $tpl->assign([\n        'TICKETS_LIST' => '',\n        'SCROLL_PREV'  => '',\n        'SCROLL_NEXT'  => ''\n    ]);\n\n    if ($status == 'open') {\n        set_page_message(tr('You have no open tickets.'), 'static_info');\n    } else {\n        set_page_message(tr('You have no closed tickets.'), 'static_info');\n    }\n}\n\n/**\n * Closes the given ticket.\n *\n * @param int $ticketId Ticket id\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction closeTicket($ticketId)\n{\n    if (!changeTicketStatus($ticketId, 0)) {\n        set_page_message(\n            tr(\"Unable to close the ticket with Id '%s'.\", $ticketId), 'error'\n        );\n        write_log(\n            sprintf(\"Unable to close the ticket with Id '%s'.\", $ticketId),\n            E_USER_ERROR\n        );\n        return false;\n    }\n\n    set_page_message(tr('Ticket successfully closed.'), 'success');\n    return true;\n}\n\n/**\n * Reopens the given ticket\n *\n * @param int $ticketId Ticket id\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction reopenTicket($ticketId)\n{\n    if (!changeTicketStatus($ticketId, 3)) {\n        set_page_message(\n            tr(\"Unable to reopen ticket with Id '%s'.\", $ticketId), 'error'\n        );\n        write_log(sprintf(\n            \"Unable to reopen ticket with Id '%s'.\", $ticketId), E_USER_ERROR\n        );\n        return false;\n    }\n\n    set_page_message(tr('Ticket successfully reopened.'), 'success');\n    return true;\n}\n\n/**\n * Returns ticket status\n *\n * Possible status values are:\n *  0 - closed\n *  1 - new\n *  2 - answered by reseller\n *  3 - read (if status was 2 or 4)\n *  4 - answered by client\n *\n * @param int $ticketId Ticket unique identifier\n * @return int ticket status identifier\n */\nfunction getTicketStatus($ticketId)\n{\n    $stmt = exec_query(\n        '\n            SELECT ticket_status\n            FROM tickets\n            WHERE ticket_id = ?\n            AND (ticket_from = ? OR ticket_to = ?)\n        ',\n        [$ticketId, $_SESSION['user_id'], $_SESSION['user_id']]\n    );\n\n    if (!$stmt->rowCount()) {\n        set_page_message(\n            tr(\"Ticket with Id '%d' was not found.\", $ticketId), 'error'\n        );\n        return false;\n    }\n\n    return $stmt->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Changes ticket status\n *\n * Possible status values are:\n *\n *    0 - closed\n *    1 - new\n *    2 - answered by reseller\n *    3 - read (if status was 2 or 4)\n *    4 - answered by client\n *\n * @param int $ticketId Ticket unique identifier\n * @param int $ticketStatus New status identifier\n * @return bool TRUE if ticket status was changed, FALSE otherwise\n */\nfunction changeTicketStatus($ticketId, $ticketStatus)\n{\n    $stmt = exec_query(\n        '\n            UPDATE tickets\n            SET ticket_status = ?\n            WHERE ticket_id = ? OR ticket_reply = ?\n            AND (ticket_from = ? OR ticket_to = ?)\n        ',\n        [\n            $ticketStatus, $ticketId, $ticketId, $_SESSION['user_id'],\n            $_SESSION['user_id']\n        ]\n    );\n\n    return (bool)$stmt->rowCount();\n}\n\n/**\n * Reads the user's level from ticket info\n *\n * @param int $ticketId Ticket id\n * @return int User's level (1 = user, 2 = super) or FALSE if ticket is not\n *             found\n */\nfunction getUserLevel($ticketId)\n{\n    // Get info about the type of message\n    $stmt = exec_query(\n        'SELECT ticket_level FROM tickets WHERE ticket_id = ?', [$ticketId]\n    );\n\n    if (!$stmt->rowCount()) {\n        set_page_message(\n            tr(\"Ticket with Id '%d' was not found.\", $ticketId), 'error'\n        );\n        return false;\n    }\n\n    return $stmt->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Returns translated ticket priority\n *\n * @param int $ticketUrgency Values from 1 to 4\n * @return string Translated priority string\n */\nfunction getTicketUrgency($ticketUrgency)\n{\n    switch ($ticketUrgency) {\n        case 1:\n            return tr('Low');\n        case 3:\n            return tr('High');\n        case 4:\n            return tr('Very high');\n        case 2:\n        default:\n            return tr('Medium');\n    }\n}\n\n/**\n * Returns ticket'ssender of a ticket answer\n *\n * @access private\n * @usedby showTicketContent\n * @usedby generateTicketList\n * @usedby _showTicketReplies()\n * @param int $ticketId Id of the ticket to display\n * @return mixed Formatted ticket sender or FALSE if ticket is not found.\n */\nfunction _getTicketSender($ticketId)\n{\n    $stmt = exec_query(\n        '\n            SELECT a.admin_name, a.fname, a.lname, a.admin_type\n            FROM tickets t\n            LEFT JOIN admin a ON (t.ticket_from = a.admin_id)\n            WHERE ticket_id = ?\n        ',\n        [$ticketId]\n    );\n\n    if (!$stmt->rowCount()) {\n        set_page_message(\n            tr(\"Ticket with Id '%d' was not found.\", $ticketId), 'error'\n        );\n        return false;\n    }\n\n    $row = $stmt->fetchRow();\n\n    return $row['fname'] . ' ' . $row['lname'] . ' (' .\n        (($row['admin_type'] == 'user')\n            ? decode_idna($row['admin_name']) : $row['admin_name']\n        ) . ')';\n}\n\n/**\n * Returns the last modification date of a ticket\n *\n * @access private\n * @usedby generateTicketList\n * @param int $ticketId Ticket to get last date for\n * @return string Last modification date of a ticket\n */\nfunction _ticketGetLastDate($ticketId)\n{\n    $stmt = exec_query(\n        '\n            SELECT ticket_date\n            FROM tickets\n            WHERE ticket_reply = ?\n            ORDER BY ticket_date DESC LIMIT 1\n        ',\n        [$ticketId]\n    );\n\n    if (!$stmt->rowCount()) {\n        return tr('Never');\n    }\n\n    $row = $stmt->fetchRow();\n    return date(Registry::get('config')['DATE_FORMAT'], $row['ticket_date']);\n}\n\n/**\n * Checks if the support ticket system is globally enabled, and optionally, if a\n * specific reseller has permissions to access to it\n *\n * Note: If a reseller has not access to the support ticket system, it's means\n * that all his customers have not access to it too.\n *\n * @param int $userId OPTIONAL Id of the user created the current user or null\n *                    if admin\n * @return bool TRUE if support ticket system is available, FALSE otherwise\n */\nfunction hasTicketSystem($userId = NULL)\n{\n    if (!Registry::get('config')['IMSCP_SUPPORT_SYSTEM']) {\n        return false;\n    }\n\n    if ($userId === NULL) {\n        return true;\n    }\n\n    $stmt = exec_query(\n        'SELECT support_system FROM reseller_props WHERE reseller_id = ?',\n        [$userId]\n    );\n\n    if (!$stmt->rowCount() || $stmt->fetchRow(PDO::FETCH_COLUMN) == 'no') {\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Gets the answers of the selected ticket and generates its output.\n *\n * @access private\n * @usedby showTicketContent()\n * @param TemplateEngine $tpl The Template object\n * @param int $ticketId Id of the ticket to display\n * @çeturn void\n */\nfunction _showTicketReplies(TemplateEngine $tpl, $ticketId)\n{\n    $stmt = exec_query(\n        '\n            SELECT ticket_id, ticket_urgency, ticket_date, ticket_message\n            FROM tickets\n            WHERE ticket_reply = ?\n            ORDER BY ticket_date DESC\n        ',\n        [$ticketId]\n    );\n\n    if (!$stmt->rowCount()) {\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'TICKET_FROM_VAL'    => _getTicketSender($row['ticket_id']),\n            'TICKET_DATE_VAL'    => date(\n                Registry::get('config')['DATE_FORMAT'] . ' (H:i)',\n                $row['ticket_date']\n            ),\n            'TICKET_CONTENT_VAL' => nl2br(tohtml($row['ticket_message']))\n        ]);\n        $tpl->parse('TICKET_MESSAGE', '.ticket_message');\n    }\n}\n\n/**\n * Notify users about new tickets and ticket answers\n *\n * @access private\n * @usedby updateTicket()\n * @usedby createTicket()\n * @param int $toId ticket recipient\n * @param string $ticketSubject ticket subject\n * @param string $ticketMessage ticket content / message\n * @param int $ticketStatus ticket status\n * @param int $urgency ticket urgency\n * @return bool TRUE on success, FALSE on failure\n */\nfunction sendTicketNotification(\n    $toId, $ticketSubject, $ticketMessage, $ticketStatus, $urgency\n)\n{\n    $stmt = exec_query(\n        '\n            SELECT admin_name, fname, lname, email, admin_name\n            FROM admin\n            WHERE admin_id = ?\n        ',\n        [$toId]\n    );\n    $toData = $stmt->fetchRow();\n\n    if ($ticketStatus == 0) {\n        $message = tr('Dear {NAME},\n\nYou have a new support ticket:\n\n==========================================================================\nPriority: {PRIORITY}\n\n{MESSAGE}\n==========================================================================\n\nYou can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\n\nPlease do not reply to this email.\n\n___________________________\ni-MSCP Mailer');\n    } else {\n        $message = tr('Dear {NAME},\n\nYou have a new answer to a support ticket:\n\n==========================================================================\nPriority: {PRIORITY}\n\n{MESSAGE}\n==========================================================================\n\nYou can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\n\nPlease do not reply to this email.\n\n___________________________\ni-MSCP Mailer');\n    }\n\n    $ret = send_mail([\n        'mail_id'      => 'support-ticket-notification',\n        'fname'        => $toData['fname'],\n        'lname'        => $toData['lname'],\n        'username'     => $toData['admin_name'],\n        'email'        => $toData['email'],\n        'subject'      => \"i-MSCP - [Ticket] $ticketSubject\",\n        'message'      => $message,\n        'placeholders' => [\n            '{PRIORITY}' => getTicketUrgency($urgency),\n            '{MESSAGE}'  => $ticketMessage,\n        ]\n    ]);\n\n    if (!$ret) {\n        write_log(\n            sprintf(\n                \"Couldn't send ticket notification to %s\", $toData['admin_name']\n            ),\n            E_USER_ERROR\n        );\n        return false;\n    }\n\n    return true;\n}\n"
  },
  {
    "path": "gui/include/View.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nuse iMSCP\\Assertion\\CallbackAssertion;\nuse iMSCP\\Assertion\\ClientHasFtpFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasMailFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasSqlFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasWebstatsFeatureAssertion;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n// Common\n\n/**\n * Generates list of available languages\n *\n * @param TemplateEngine $tpl\n * @param string $selectedLanguage Selected language\n * @return void\n */\nfunction generateLanguagesList(TemplateEngine $tpl, $selectedLanguage)\n{\n    foreach (i18n_getAvailableLanguages() as $language) {\n        $tpl->assign([\n            'LANG_VALUE'    => tohtml($language['locale'], 'htmlAttr'),\n            'LANG_SELECTED' => $language['locale'] == $selectedLanguage\n                ? ' selected' : '',\n            'LANG_NAME'     => tohtml($language['language'])\n        ]);\n        $tpl->parse('DEF_LANGUAGE', '.def_language');\n    }\n}\n\n/**\n * Generate lists for days, months and years\n *\n * @param TemplateEngine $tpl\n * @param int $day Selected day\n * @param int $month Selected month (date(\n * @param int $year Selected year (4 digits expected)\n * @param int $nPastYears Number of past years to display in years select list\n * @return void\n */\nfunction generateDMYlists(TemplateEngine $tpl, $day, $month, $year, $nPastYears)\n{\n    if (!in_array($month, range(1, 12))) {\n        $month = date('n');\n    }\n\n    if ($tpl->is_dynamic_tpl('day_list')) {\n        $nDays = date('t', mktime(0, 0, 0, $month, 1, $year));\n\n        // 0 = all days\n        if (!in_array($day, range(0, $nDays))) {\n            $day = 0;\n        }\n\n        foreach (range(0, $nDays) as $lday) {\n            $tpl->assign([\n                'OPTION_SELECTED' => $lday == $day ? ' selected' : '',\n                'VALUE'           => tohtml($lday, 'htmlAttr'),\n                'HUMAN_VALUE'     => $lday == 0 ? tohtml(tr('All')) : tohtml($lday)\n            ]);\n            $tpl->parse('DAY_LIST', '.day_list');\n        }\n    }\n\n    foreach (range(1, 12) as $lmonth) {\n        $tpl->assign([\n            'OPTION_SELECTED' => ($lmonth == $month) ? ' selected' : '',\n            'MONTH_VALUE'     => tohtml($lmonth)\n        ]);\n        $tpl->parse('MONTH_LIST', '.month_list');\n    }\n\n    $curYear = date('Y');\n\n    foreach (range($curYear - $nPastYears, $curYear) as $lyear) {\n        $tpl->assign([\n            'OPTION_SELECTED' => ($lyear == $year) ? ' selected' : '',\n            'YEAR_VALUE'      => tohtml($lyear, 'htmlAttr'),\n        ]);\n        $tpl->parse('YEAR_LIST', '.year_list');\n    }\n}\n\n/**\n * Generate navigation\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generateNavigation(TemplateEngine $tpl)\n{\n    EventAggregator::getInstance()->dispatch(\n        Events::onBeforeGenerateNavigation, ['templateEngine' => $tpl]\n    );\n\n    /** @var $navigation Zend_Navigation */\n    $navigation = Registry::get('navigation');\n\n    $cfg = Registry::get('config');\n\n    if ($cfg['IMSCP_SUPPORT_SYSTEM']) {\n        // Dynamic links (All levels)\n        $tpl->assign([\n            'SUPPORT_SYSTEM_PATH'   => 'ticket_system.php',\n            'SUPPORT_SYSTEM_TARGET' => '_self'\n        ]);\n    }\n\n    // Custom menus\n    if ($customMenus = getCustomMenus($_SESSION['user_type'])) {\n        foreach ($customMenus as $customMenu) {\n            $navigation->addPage([\n                'order'  => $customMenu['menu_order'],\n                'label'  => tohtml($customMenu['menu_name']),\n                'uri'    => $customMenu['menu_link'],\n                'target' => !empty($customMenu['menu_target']\n                    ? tohtml($customMenu['menu_target']) : '_self'),\n                'class'  => 'custom_link'\n            ]);\n        }\n    }\n\n    $currentUriPath = parse_url(\n        (new Zend_Controller_Request_Http)->getRequestUri(), PHP_URL_PATH\n    );\n    $acl = new Zend_Acl();\n    $acl->addRole($_SESSION['user_type']);\n\n    /** @var Zend_Navigation_Page_Uri $page */\n    foreach ($navigation as $page) {\n        $page->setCurrentUriPath($currentUriPath);\n        $resource = $page->getResource();\n        $assertion = $page->get('assertion');\n        if ($resource && $assertion) {\n            $acl->addResource($resource);\n            $acl->allow(\n                $_SESSION['user_type'],\n                $resource,\n                $page->getPrivilege(),\n                new $assertion\n            );\n        }\n\n        foreach (new RecursiveIteratorIterator(\n                     $page, RecursiveIteratorIterator::SELF_FIRST) as $childPage\n        ) {\n            $childPage->setCurrentUriPath($currentUriPath);\n            $resource = $childPage->getResource();\n            $assertion = $childPage->get('assertion');\n            if ($resource && $assertion) {\n                $acl->addResource($resource);\n                $acl->allow(\n                    $_SESSION['user_type'],\n                    $resource,\n                    $childPage->getPrivilege(),\n                    new $assertion\n                );\n                continue;\n            }\n\n            // Only for backward compatibility with plugins. Will be removed in\n            //a later release.\n            if ($callbacks = $childPage->get('privilege_callback')) {\n                $callbacks = isset($callbacks['name'])\n                    ? [$callbacks] : $callbacks;\n                $resource = $childPage->getUri();\n                $assertion = new CallbackAssertion(\n                    function () use ($callbacks) {\n                        foreach ($callbacks as $callback) {\n                            if (!call_user_func_array(\n                                $callback['name'], isset($callback['param'])\n                                ? (array)$callback['param'] : [])\n                            ) {\n                                return false;\n                            }\n                        }\n\n                        return true;\n                    }\n                );\n                $childPage->setResource($resource);\n                $acl->addResource($resource);\n                $acl->allow(\n                    $_SESSION['user_type'],\n                    $resource,\n                    $childPage->getPrivilege(),\n                    $assertion\n                );\n            }\n        }\n    }\n\n    // Dynamic pages (user level)\n    if ($_SESSION['user_type'] === 'user') {\n        if ($sqlAdminToolPackages = getSqlAdminToolPackages()) {\n            $acl->addResource('sql_admin_tool');\n            $acl->allow(\n                $_SESSION['user_type'],\n                'sql_admin_tool',\n                NULL,\n                new ClientHasSqlFeatureAssertion()\n            );\n            $parentPage = $navigation->findOneBy('class', 'database');\n\n            foreach ($sqlAdminToolPackages as $sqlAdminToolPackage) {\n                $parentPage->addPage([\n                    'label'    => $sqlAdminToolPackage,\n                    'uri'      => '/' . strtolower($sqlAdminToolPackage) . '/',\n                    'target'   => '_blank',\n                    'resource' => 'sql_admin_tool'\n                ]);\n            }\n        }\n\n        if ($webFtpClientPackages = getWebFtpClientPackages()) {\n            $acl->addResource('web_ftp');\n            $acl->allow(\n                $_SESSION['user_type'],\n                'web_ftp',\n                NULL,\n                new ClientHasFtpFeatureAssertion()\n            );\n            $parentPage = $navigation->findOneBy('class', 'ftp');\n\n            foreach ($webFtpClientPackages as $webFtpClientPackage) {\n                $parentPage->addPage([\n                    'label'    => $webFtpClientPackage,\n                    'uri'      => '/' . strtolower($webFtpClientPackage) . '/',\n                    'target'   => '_blank',\n                    'resource' => 'web_ftp'\n                ]);\n            }\n        }\n\n        if ($webmailClientPackages = getWebmailClientPackages()) {\n            $acl->addResource('webmail');\n            $acl->allow(\n                $_SESSION['user_type'],\n                'webmail',\n                NULL,\n                new ClientHasMailFeatureAssertion()\n            );\n            $parentPage = $navigation->findOneBy('class', 'email');\n\n            foreach ($webmailClientPackages as $webmailClientPackage) {\n                $parentPage->addPage([\n                    'label'    => $webmailClientPackage,\n                    'uri'      => '/' . strtolower($webmailClientPackage) . '/',\n                    'target'   => '_blank',\n                    'resource' => 'webmail'\n                ]);\n            }\n        }\n\n        if ($webStatisticPackages = getWebStatisticPackages()) {\n            $acl->addResource('webstats');\n            $acl->allow(\n                $_SESSION['user_type'],\n                'webstats',\n                NULL,\n                new ClientHasWebstatsFeatureAssertion()\n            );\n            $parentPage = $navigation->findOneBy('class', 'statistics');\n\n            foreach ($webStatisticPackages as $webStatisticPackage) {\n                $parentPage->addPage([\n                    'label'    => $webStatisticPackage,\n                    'uri'      => decode_idna(get_domain_default_props(\n                            $_SESSION['user_id'])['domain_name']\n                        ) . '/' . strtolower($webStatisticPackage) . '/',\n                    'target'   => '_blank',\n                    'resource' => 'webstats'\n                ]);\n            }\n        }\n    }\n\n    /** @var Zend_View_Helper_Navigation $navigationHelper */\n    $navigationHelper = new Zend_View_Helper_Navigation();\n    $navigationHelper->setContainer($navigation)\n        ->setAcl($acl)\n        ->setRole($_SESSION['user_type'])\n        ->setView(new Zend_View());\n\n    /** @noinspection PhpUndefinedFieldInspection */\n    $tpl->navigation = $navigationHelper;\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onAfterGenerateNavigation, ['templateEngine' => $tpl]\n    );\n}\n\n/**\n * Get custom menus for the given user\n *\n * @param string $userLevel User type (admin, reseller or user)\n * @return null|[] Array containing custom menus definitions or NULL in case no\n *                 custom menu is found\n */\nfunction getCustomMenus($userLevel)\n{\n    if ($userLevel == 'admin') {\n        $param = 'A';\n    } elseif ($userLevel == 'reseller') {\n        $param = 'R';\n    } elseif ($userLevel == 'user') {\n        $param = 'C';\n    } else {\n        throw new Exception(\n            \"Unknown user level '$userLevel' for getCustomMenus() function.\"\n        );\n    }\n\n    $stmt = exec_query(\n        'SELECT * FROM custom_menus WHERE menu_level LIKE ?', [\"%$param%\"]\n    );\n    if ($stmt->rowCount()) {\n        return $stmt->fetchAll();\n    }\n\n    return NULL;\n}\n\n// Admin\n\n/**\n * Generate administrator list\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction gen_admin_list(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n          SELECT t1.admin_id, t1.admin_name, t1.domain_created,\n            t2.admin_name AS created_by\n          FROM admin AS t1\n          LEFT JOIN admin AS t2 ON (t1.created_by = t2.admin_id)\n          WHERE t1.admin_type = 'admin'\n          ORDER BY t1.admin_name ASC\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign('ADMINISTRATOR_LIST', '');\n        return;\n    }\n\n    $tpl->assign('ADMINISTRATOR_MESSAGE', '');\n\n    $cfg = Registry::get('config');\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $tpl->assign([\n            'ADMINISTRATOR_USERNAME'   => tohtml($row['admin_name']),\n            'ADMINISTRATOR_CREATED_ON' => tohtml(($row['domain_created'] == 0)\n                ? tr('N/A') : date($cfg['DATE_FORMAT'], $row['domain_created'])\n            ),\n            'ADMINISTRATOR_CREATED_BY' => tohtml(\n                is_null($row['created_by']) ? tr('System') : $row['created_by']\n            ),\n            'ADMINISTRATOR_ID'         => $row['admin_id']\n        ]);\n\n        if (is_null($row['created_by'])\n            || $row['admin_id'] == $_SESSION['user_id']\n        ) {\n            $tpl->assign('ADMINISTRATOR_DELETE_LINK', '');\n        } else {\n            $tpl->parse('ADMINISTRATOR_DELETE_LINK', 'administrator_delete_link');\n        }\n\n        $tpl->parse('ADMINISTRATOR_ITEM', '.administrator_item');\n    }\n}\n\n/**\n * Generate reseller list\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction gen_reseller_list(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n          SELECT t1.admin_id, t1.admin_name, t1.domain_created,\n            t2.admin_name AS created_by\n          FROM admin AS t1\n          LEFT JOIN admin AS t2 ON (t1.created_by = t2.admin_id)\n          WHERE t1.admin_type = 'reseller'\n          ORDER BY t1.admin_name ASC\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign('RESELLER_LIST', '');\n        return;\n    }\n\n    $tpl->assign('RESELLER_MESSAGE', '');\n\n    $cfg = Registry::get('config');\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $tpl->assign([\n            'RESELLER_USERNAME'   => tohtml($row['admin_name']),\n            'RESELLER_CREATED_ON' => tohtml(($row['domain_created'] == 0)\n                ? tr('N/A') : date($cfg['DATE_FORMAT'], $row['domain_created'])\n            ),\n            'RESELLER_CREATED_BY' => tohtml(\n                is_null($row['created_by']) ? tr('Unknown') : $row['created_by']\n            ),\n            'RESELLER_ID'         => $row['admin_id']\n        ]);\n        $tpl->parse('RESELLER_ITEM', '.reseller_item');\n    }\n}\n\n// Admin/reseller\n\n/**\n * Get count and search queries for users search\n *\n * @param int $sLimit Start limit\n * @param int $eLimit End limit\n * @param string|null $searchField Field to search\n * @param string|null $searchValue Value to search\n * @param string|null $searchStatus Status to search\n * @return array Array containing count and search queries\n */\nfunction get_search_user_queries(\n    $sLimit, $eLimit, $searchField = NULL, $searchValue = NULL,\n    $searchStatus = NULL\n)\n{\n    $sLimit = intval($sLimit);\n    $eLimit = intval($eLimit);\n    $where = '';\n\n    if ($_SESSION['user_type'] == 'reseller') {\n        $where .= 'WHERE t2.created_by = ' . intval($_SESSION['user_id']);\n    }\n\n    if ($searchStatus !== NULL && $searchStatus != 'anything') {\n        $where .= (($where == '') ? 'WHERE ' : ' AND ') . 't1.domain_status' . (\n            ($searchStatus == 'ok' || $searchStatus == 'disabled')\n                ? ' = ' . quoteValue($searchStatus)\n                : \" NOT IN (\n                        'ok', 'disabled', 'toadd', 'tochange', 'toenable',\n                        'torestore', 'todisable', 'todelete'\n                    )\n                \"\n            );\n    }\n\n    if ($searchField !== NULL && $searchField != 'anything') {\n        if ($searchField == 'domain_name') {\n            $where .= (($where == '') ? 'WHERE ' : ' AND ') . 't1.domain_name';\n        } elseif ($_SESSION['user_type'] == 'admin'\n            && $searchField == 'reseller_name'\n        ) {\n            $where .= (($where == '') ? 'WHERE ' : ' AND ') . 't3.admin_name';\n        } elseif (in_array(\n            $searchField,\n            ['fname', 'lname', 'firm', 'city', 'state', 'country'], true\n        )) {\n            $where .= ($where == '' ? 'WHERE ' : ' AND ') . \"t2.$searchField\";\n        } else {\n            showBadRequestErrorPage();\n        }\n\n        $searchValue = str_replace(\n            ['!', '_', '%'], ['!!!', '!_', '!%'], $searchValue\n        );\n        $where .= ' LIKE ' . quoteValue(\n                '%' . ($searchField == 'domain_name'\n                    ? encode_idna($searchValue) : $searchValue) . '%'\n            ) . \" ESCAPE '!'\";\n    }\n\n    return [\n        \"\n            SELECT COUNT(t1.domain_id)\n            FROM domain AS t1\n            JOIN admin AS t2 ON(t2.admin_id = t1.domain_admin_id)\n            JOIN admin AS t3 ON(t3.admin_id = t2.created_by)\n            $where\n        \",\n        \"\n            SELECT t1.domain_id, t1.domain_name, t1.domain_created,\n                t1.domain_status, t1.domain_disk_limit, t1.domain_disk_usage,\n                t2.admin_id, t2.admin_status, t3.admin_name AS reseller_name\n            FROM domain AS t1\n            JOIN admin AS t2 ON(t2.admin_id = t1.domain_admin_id)\n            JOIN admin AS t3 ON(t3.admin_id = t2.created_by)\n            $where\n            ORDER BY t1.domain_name ASC\n            LIMIT $sLimit, $eLimit\n        \"\n    ];\n}\n\n/**\n * Generate user search fields\n *\n * @param TemplateEngine $tpl\n * @param string|null $searchField Field to search\n * @param string|null $searchValue Value to search\n * @param string|null $searchStatus Status to search\n * @return void\n */\nfunction gen_search_user_fields(\n    TemplateEngine $tpl, $searchField = NULL, $searchValue = NULL,\n    $searchStatus = NULL\n)\n{\n    $none = $domain = $customerId = $firstname = $lastname = $company = $city =\n    $state = $country = $resellerName = $anything = $ok = $suspended =\n    $error = '';\n\n    if ($searchField === NULL\n        && $searchValue === NULL\n        && $searchStatus === NULL\n    ) {\n        $none = $anything = ' selected';\n        $tpl->assign('SEARCH_VALUE', '');\n    } else {\n        if ($searchField == NULL || $searchField == 'anything') {\n            $none = ' selected';\n        } elseif ($searchField == 'domain_name') {\n            $domain = ' selected';\n        } elseif ($searchField == 'fname') {\n            $firstname = ' selected';\n        } elseif ($searchField == 'lname') {\n            $lastname = ' selected';\n        } elseif ($searchField == 'firm') {\n            $company = ' selected';\n        } elseif ($searchField == 'city') {\n            $city = ' selected';\n        } elseif ($searchField == 'state') {\n            $state = ' selected';\n        } elseif ($searchField == 'country') {\n            $country = ' selected';\n        } elseif ($_SESSION['user_type'] == 'admin'\n            && $searchField == 'reseller_name'\n        ) {\n            $resellerName = ' selected';\n        } else {\n            showBadRequestErrorPage();\n        }\n\n        if ($searchStatus === NULL || $searchStatus == 'anything') {\n            $anything = 'selected ';\n        } elseif ($searchStatus == 'ok') {\n            $ok = ' selected';\n        } elseif ($searchStatus == 'disabled') {\n            $suspended = ' selected';\n        } elseif (($searchStatus == 'error')) {\n            $error = ' selected';\n        } else {\n            showBadRequestErrorPage();\n        }\n\n        $tpl->assign(\n            'SEARCH_VALUE',\n            $searchValue !== NULL ? tohtml($searchValue, 'htmlAttr') : ''\n        );\n    }\n\n    $tpl->assign([\n        # search_field select\n        'CLIENT_NONE_SELECTED'          => $none,\n        'CLIENT_DOMAIN_NAME_SELECTED'   => $domain,\n        'CLIENT_FIRST_NAME_SELECTED'    => $firstname,\n        'CLIENT_LAST_NAME_SELECTED'     => $lastname,\n        'CLIENT_COMPANY_SELECTED'       => $company,\n        'CLIENT_CITY_SELECTED'          => $city,\n        'CLIENT_STATE_SELECTED'         => $state,\n        'CLIENT_COUNTRY_SELECTED'       => $country,\n        'CLIENT_RESELLER_NAME_SELECTED' => $resellerName,\n        # search_status select\n        'CLIENT_ANYTHING_SELECTED'      => $anything,\n        'CLIENT_OK_SELECTED'            => $ok,\n        'CLIENT_DISABLED_SELECTED'      => $suspended,\n        'CLIENT_ERROR_SELECTED'         => $error\n    ]);\n}\n\n/**\n * Generates user domain_aliases_list\n *\n * @param TemplateEngine $tpl\n * @param int $domainId Domain unique identifier\n * @return void\n */\nfunction gen_user_domain_aliases_list(TemplateEngine $tpl, $domainId)\n{\n    $tpl->assign('CLIENT_DOMAIN_ALIAS_BLK', '');\n\n    if (!isset($_SESSION['client_domain_aliases_switch'])\n        || $_SESSION['client_domain_aliases_switch'] != 'show'\n    ) {\n        return;\n    }\n\n    $stmt = exec_query(\n        '\n            SELECT alias_name\n            FROM domain_aliasses\n            WHERE domain_id = ?\n            ORDER BY alias_name ASC\n        ',\n        [$domainId]\n    );\n\n    if (!$stmt->rowCount()) {\n        return;\n    }\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $tpl->assign([\n            'CLIENT_DOMAIN_ALIAS_URL' => tohtml($row['alias_name'], 'htmlAttr'),\n            'CLIENT_DOMAIN_ALIAS'     => tohtml(decode_idna($row['alias_name']))\n        ]);\n        $tpl->parse('CLIENT_DOMAIN_ALIAS_BLK', '.client_domain_alias_blk');\n    }\n}\n\n/**\n * Generate user list\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction gen_user_list(TemplateEngine $tpl)\n{\n    $cfg = Registry::get('config');\n\n    if (!empty($_POST)) {\n        if (!isset($_POST['search_status'])\n            || !isset($_POST['search_field'])\n            || !isset($_POST['client_domain_aliases_switch'])\n            || !in_array(\n                $_POST['client_domain_aliases_switch'], ['show', 'hide']\n            )\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $_SESSION['client_domain_aliases_switch'] = clean_input(\n            $_POST['client_domain_aliases_switch']\n        );\n        $_SESSION['search_field'] = clean_input($_POST['search_field']);\n        $_SESSION['search_value'] = isset($_POST['search_value'])\n            ? clean_input($_POST['search_value']) : '';\n        $_SESSION['search_status'] = clean_input($_POST['search_status']);\n    } elseif (!isset($_GET['psi'])) {\n        unset(\n            $_SESSION['search_field'], $_SESSION['search_value'],\n            $_SESSION['search_status']\n        );\n    }\n\n    $sLimit = isset($_GET['psi']) ? intval($_GET['psi']) : 0;\n    $eLimit = intval($cfg['DOMAIN_ROWS_PER_PAGE']);\n\n    if (!empty($_POST)) {\n        list($cQuery, $sQuery) = get_search_user_queries(\n            $sLimit, $eLimit, $_SESSION['search_field'],\n            $_SESSION['search_value'], $_SESSION['search_status']\n        );\n        gen_search_user_fields(\n            $tpl, $_SESSION['search_field'], $_SESSION['search_value'],\n            $_SESSION['search_status']\n        );\n    } else {\n        list($cQuery, $sQuery) = get_search_user_queries($sLimit, $eLimit);\n        gen_search_user_fields($tpl);\n    }\n\n    if (isset($_SESSION['client_domain_aliases_switch'])) {\n        $tpl->assign([\n            'CLIENT_DOMAIN_ALIASES_SWITCH_VALUE'                              =>\n                $_SESSION['client_domain_aliases_switch'],\n            $_SESSION['client_domain_aliases_switch'] == 'show'\n                ? 'CLIENT_DOMAIN_ALIASES_SHOW' : 'CLIENT_DOMAIN_ALIASES_HIDE' =>\n                ''\n        ]);\n    } else {\n        $tpl->assign([\n            'CLIENT_DOMAIN_ALIASES_SWITCH_VALUE' => 'hide',\n            'CLIENT_DOMAIN_ALIASES_HIDE'         => ''\n        ]);\n    }\n\n    $rowCount = execute_query($cQuery)->fetchRow(PDO::FETCH_COLUMN);\n\n    if ($rowCount == 0) {\n        if (!empty($_POST)) {\n            $tpl->assign([\n                'CLIENT_DOMAIN_ALIASES_SWITCH' => '',\n                'CLIENT_LIST'                  => '',\n            ]);\n        } else {\n            $tpl->assign([\n                'CLIENT_SEARCH_FORM' => '',\n                'CLIENT_LIST'        => ''\n            ]);\n        }\n        return;\n    }\n\n    if ($sLimit == 0) {\n        $tpl->assign('CLIENT_SCROLL_PREV', '');\n    } else {\n        $prevSi = $sLimit - $eLimit;\n        $tpl->assign([\n            'CLIENT_SCROLL_PREV_GRAY' => '',\n            'CLIENT_PREV_PSI'         => $prevSi > 0 ? $prevSi : 0\n        ]);\n    }\n\n    $nextSi = $sLimit + $eLimit;\n\n    if ($nextSi + 1 > $rowCount) {\n        $tpl->assign('CLIENT_SCROLL_NEXT', '');\n    } else {\n        $tpl->assign([\n            'CLIENT_SCROLL_NEXT_GRAY' => '',\n            'CLIENT_NEXT_PSI'         => $nextSi\n        ]);\n    }\n\n    $tpl->assign('CLIENT_MESSAGE', '');\n    $stmt = execute_query($sQuery);\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $statusOk = true;\n        $statusTxt = $statusTooltip = translate_dmn_status(\n            $row['admin_status'] != 'ok'\n                ? $row['admin_status'] : $row['domain_status']\n        );\n\n        if ($row['admin_status'] == 'ok' && $row['domain_status'] == 'ok') {\n            $class = 'i_ok';\n            $statusTooltip = tr('Click to suspend this customer account.');\n        } elseif ($row['domain_status'] == 'disabled') {\n            $class = 'i_disabled';\n            $statusTooltip = tr('Click to unsuspend this customer account.');\n        } elseif (in_array($row['admin_status'], ['tochange', 'tochangepw'])\n            || in_array(\n                $row['domain_status'],\n                [\n                    'toadd', 'tochange', 'torestore', 'toenable', 'todisable',\n                    'todelete'\n                ]\n            )\n        ) {\n            $class = 'i_reload';\n            $statusOk = false;\n        } else {\n            $class = 'i_error';\n            $statusTooltip = tr('An unexpected error occurred.');\n            $statusOk = false;\n        }\n\n        $tpl->assign([\n            'CLIENT_STATUS_CLASS'      => $class,\n            'TR_CLIENT_STATUS_TOOLTIP' => $statusTooltip,\n            'TR_CLIENT_STATUS'         => $statusTxt,\n            'CLIENT_USERNAME'          => tohtml(\n                decode_idna($row['domain_name']), 'htmlAttr'\n            ),\n            'CLIENT_DOMAIN_ID'         => $row['domain_id'],\n            'CLIENT_ID'                => $row['admin_id'],\n            'CLIENT_CREATED_ON'        => tohtml(\n                $row['domain_created'] == 0\n                    ? tr('N/A')\n                    : date($cfg['DATE_FORMAT'], $row['domain_created'])\n            ),\n            'CLIENT_CREATED_BY'        => tohtml($row['reseller_name'])\n        ]);\n\n        if ($statusOk) {\n            $tpl->assign([\n                'CLIENT_DOMAIN_STATUS_NOT_OK' => '',\n                'CLIENT_DOMAIN_URL'           => tohtml(\n                    $row['domain_name'], 'htmlAttr'\n                )\n            ]);\n            $tpl->parse('CLIENT_DOMAIN_STATUS_OK', 'client_domain_status_ok');\n            $tpl->parse('CLIENT_RESTRICTED_LINKS', 'client_restricted_links');\n        } else {\n            $tpl->assign([\n                'CLIENT_DOMAIN_STATUS_OK' => '',\n                'CLIENT_RESTRICTED_LINKS' => ''\n            ]);\n            $tpl->parse('CLIENT_DOMAIN_STATUS_NOT_OK', 'client_domain_status_not_ok');\n        }\n\n        gen_user_domain_aliases_list($tpl, $row['domain_id']);\n        $tpl->parse('CLIENT_ITEM', '.client_item');\n    }\n}\n\n/**\n * Generate manage users page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction get_admin_manage_users(TemplateEngine $tpl)\n{\n    gen_admin_list($tpl);\n    gen_reseller_list($tpl);\n    gen_user_list($tpl);\n}\n\n// Reseller\n\n/**\n * Returns reseller Ip list\n *\n * @param TemplateEngine $tpl\n * @param int $resellerId Reseller unique identifier\n * @param int $domainIp Identifier of the selected domain IP\n * @return void\n */\nfunction reseller_generate_ip_list(TemplateEngine $tpl, $resellerId, $domainIp)\n{\n    $stmt = exec_query(\n        'SELECT reseller_ips FROM reseller_props WHERE reseller_id = ?',\n        [$resellerId]\n    );\n    $row = $stmt->fetchRow();\n    $resellerIps = explode(';', rtrim($row['reseller_ips'], ';'));\n\n    $stmt = execute_query('SELECT * FROM server_ips');\n    while ($row = $stmt->fetchRow()) {\n        if (!in_array($row['ip_id'], $resellerIps)) {\n            continue;\n        }\n\n        $tpl->assign([\n            'IP_NUM'      => tohtml(($row['ip_number'] == '0.0.0.0')\n                ? tr('Any') : $row['ip_number'], 'htmlAttr'),\n            'IP_VALUE'    => $row['ip_id'],\n            'IP_SELECTED' => $domainIp === $row['ip_id'] ? ' selected' : ''\n        ]);\n        $tpl->parse('IP_ENTRY', '.ip_entry');\n    }\n}\n\n/**\n * Returns translation for jQuery DataTables plugin.\n *\n * @param bool $json Does the data must be encoded to JSON?\n * @param array $override Allow to override or add plugin translation\n * @return string|array\n */\nfunction getDataTablesPluginTranslations($json = true, array $override = [])\n{\n    $tr = [\n        'sLengthMenu'  => tr(\n            'Show %s records per page',\n            '\n                <select>\n                <option value=\"10\">10</option>\n                <option value=\"15\">15</option>\n                <option value=\"20\">20</option>\n                <option value=\"50\">50</option>\n                <option value=\"100\">100</option>\n                </select>\n            '\n        ),\n        //'sLengthMenu' => tr('Show %s records per page', '_MENU_'),\n        'zeroRecords'  => tr('Nothing found - sorry'),\n        'info'         => tr(\n            'Showing %s to %s of %s records', '_START_', '_END_', '_TOTAL_'\n        ),\n        'infoEmpty'    => tr('Showing 0 to 0 of 0 records'),\n        'infoFiltered' => tr('(filtered from %s total records)', '_MAX_'),\n        'search'       => tr('Search'),\n        'paginate'     => ['previous' => tr('Previous'), 'next' => tr('Next')],\n        'processing'   => tr('Loading data...')\n    ];\n\n    if (!empty($override)) {\n        $tr = array_merge($tr, $override);\n    }\n\n    return ($json) ? json_encode($tr) : $tr;\n}\n\n/**\n * Show the given error page\n *\n * @param int $code Code of error page to show (400, 403 or 404)\n * @return void\n */\nfunction showErrorPage($code)\n{\n    switch ($code) {\n        case 400:\n            $message = 'Bad Request';\n            break;\n        case 403:\n            $message = 'Forbidden';\n            break;\n        case 404:\n            $message = 'Not Found';\n            break;\n        case 405:\n            $message = 'Method Not Allowed';\n            break;\n        default:\n            throw new Exception(500, 'Unknown error page');\n    }\n\n    header(\"Status: $code $message\");\n\n    if (isset($_SERVER['HTTP_ACCEPT'])) {\n        if (strpos($_SERVER['HTTP_ACCEPT'], 'application/json') !== false) {\n            header(\"Content-type: application/json\");\n            exit(json_encode(['code' => $code, 'message' => $message]));\n        }\n\n        if (strpos($_SERVER['HTTP_ACCEPT'], 'application/xmls') !== false) {\n            header(\"Content-type: text/xml;charset=utf-8\");\n            exit(<<<EOF\n<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<response>\n    <code>$code</code>\n    <message>$message</message>\n</response>\nEOF\n            );\n        }\n    }\n\n    if (!is_xhr()) {\n        /** @noinspection PhpIncludeInspection */\n        include(Registry::get('config')['GUI_ROOT_DIR'] . \"/public/errordocs/$code.html\");\n    }\n\n    exit;\n}\n\n/**\n * Show 400 error page\n *\n * @return void\n */\nfunction showBadRequestErrorPage()\n{\n    showErrorPage(400);\n}\n\n/**\n * Show 403 error page\n *\n * @return void\n */\nfunction showForbiddenErrorPage()\n{\n    showErrorPage(403);\n}\n\n/**\n * Show 404 error page\n *\n * @return void\n */\nfunction showNotFoundErrorPage()\n{\n    showErrorPage(404);\n}\n\n/**\n * Show 405 error page\n *\n * @return void\n */\nfunction showMethodNotAllowedErrorPage()\n{\n    showErrorPage(405);\n}\n"
  },
  {
    "path": "gui/include/imscp-lib.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpIncludeInspection */\n\ndefined('GUI_ROOT_DIR') || define('GUI_ROOT_DIR', dirname(__DIR__));\ndefined('LIBRARY_PATH') || define('LIBRARY_PATH', GUI_ROOT_DIR . '/library');\ndefined('CACHE_PATH') || define('CACHE_PATH', GUI_ROOT_DIR . '/data/cache');\ndefined('PERSISTENT_PATH') || define(\n    'PERSISTENT_PATH', GUI_ROOT_DIR . '/data/persistent'\n);\ndefined('CONFIG_FILE_PATH') || define(\n    'CONFIG_FILE_PATH', getenv('IMSCP_CONF') ?: '/etc/imscp/imscp.conf'\n);\ndefined('APPLICATION_ENV') || define(\n    'APPLICATION_ENV',\n    (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') : 'production')\n);\n\n(function () {\n    $autoloader = include __DIR__ .'/../vendor/autoload.php';\n    $app = new iMSCP\\Application($autoloader, APPLICATION_ENV);\n    $app->bootstrap(CONFIG_FILE_PATH);\n})();\n"
  },
  {
    "path": "gui/patches/001_php_deprecations.patch",
    "content": "diff --git a/library/Zend/Cache/Backend.php b/library/Zend/Cache/Backend.php\nindex 83f1af5f1..e64ebc142 100644\n--- a/library/Zend/Cache/Backend.php\n+++ b/library/Zend/Cache/Backend.php\n@@ -76,7 +76,7 @@ class Zend_Cache_Backend\n     public function setDirectives($directives)\n     {\n         if (!is_array($directives)) Zend_Cache::throwException('Directives parameter must be an array');\n-        while (list($name, $value) = each($directives)) {\n+        foreach($directives as $name => $value) {\n             if (!is_string($name)) {\n                 Zend_Cache::throwException(\"Incorrect option name : $name\");\n             }\ndiff --git a/library/Zend/Form.php b/library/Zend/Form.php\nindex 0512dc850..f16b05f54 100644\n--- a/library/Zend/Form.php\n+++ b/library/Zend/Form.php\n@@ -1170,7 +1170,7 @@ class Zend_Form implements Iterator, Countable, Zend_Validate_Interface\n                 } else {\n                     switch ($argc) {\n                         case 0:\n-                            continue;\n+                            break;\n                         case (1 <= $argc):\n                             $type = array_shift($spec);\n                         case (2 <= $argc):\n@@ -1687,7 +1687,7 @@ class Zend_Form implements Iterator, Countable, Zend_Validate_Interface\n                 $order = null;\n                 switch ($argc) {\n                     case 0:\n-                        continue;\n+                        break;\n                     case (1 <= $argc):\n                         $subForm = array_shift($spec);\n \n"
  },
  {
    "path": "gui/patches/002_zend_form_docblock_fix.patch",
    "content": "diff --git a/library/Zend/Form/Element.php b/library/Zend/Form/Element.php\nindex 26bad9af3..b1e57af3c 100644\n--- a/library/Zend/Form/Element.php\n+++ b/library/Zend/Form/Element.php\n@@ -1312,7 +1312,7 @@ class Zend_Form_Element implements Zend_Validate_Interface\n      * Remove a single validator by name\n      *\n      * @param  string $name\n-     * @return bool\n+     * @return Zend_Form_Element\n      */\n     public function removeValidator($name)\n     {\n"
  },
  {
    "path": "gui/patches/003_zend_navigation_patch",
    "content": "diff --git a/library/Zend/Navigation/Page/Uri.php b/library/Zend/Navigation/Page/Uri.php\nindex 130b0d4d1..9f2b12605 100644\n--- a/library/Zend/Navigation/Page/Uri.php\n+++ b/library/Zend/Navigation/Page/Uri.php\n@@ -44,6 +44,11 @@ class Zend_Navigation_Page_Uri extends Zend_Navigation_Page\n     protected $_uri = null;\n \n     /**\n+     * @var string\n+     */\n+    protected $_currentUriPath;\n+\n+    /**\n      * Sets page URI\n      *\n      * @param  string $uri                page URI, must a string or null\n@@ -93,7 +98,52 @@ class Zend_Navigation_Page_Uri extends Zend_Navigation_Page\n         return $uri;\n     }\n \n-    // Public methods:\n+    /**\n+     * Returns whether page should be considered active or not\n+     *\n+     * This method will compare the page properties against the request uri.\n+     *\n+     * @param bool $recursive\n+     *            [optional] whether page should be considered\n+     *            active if any child pages are active. Default is\n+     *            false.\n+     * @return bool whether page should be considered active or not\n+     */\n+    public function isActive($recursive = false)\n+    {\n+        if (! $this->_active) {\n+            if (null !== $this->_currentUriPath) {\n+                if ($this->_currentUriPath === $this->getUri()) {\n+                    $this->_active = true;\n+                    return true;\n+                }\n+            }\n+        }\n+\n+        return parent::isActive($recursive);\n+    }\n+\n+    /**\n+     * Get current URI path\n+     *\n+     * @return string\n+     */\n+    public function getCurrentUriPath()\n+    {\n+        return $this->_currentUriPath;\n+    }\n+\n+    /**\n+     * Sets current URI path\n+     *\n+     * @param null $uriPath\n+     * @return $this\n+     */\n+    public function setCurrentUriPath($uriPath = null)\n+    {\n+        $this->_currentUriPath = $uriPath;\n+        return $this;\n+    }\n \n     /**\n      * Returns an array representation of the page\n"
  },
  {
    "path": "gui/patches/004_zend_validate_file_upload.patch",
    "content": "Index: library/Zend/Validate/File/Upload.php\nIDEA additional info:\nSubsystem: com.intellij.openapi.diff.impl.patch.CharsetEP\n<+>UTF-8\n===================================================================\n--- a/library/Zend/Validate/File/Upload.php\t(revision 136735e776f520b081cd374012852cb88cef9a88)\n+++ b/library/Zend/Validate/File/Upload.php\t(date 1561369646000)\n@@ -223,7 +223,7 @@\n             }\n         }\n \n-        if (count($this->_messages) > 0) {\n+        if (null !== $this->_messages && count($this->_messages) > 0) {\n             return false;\n         } else {\n             return true;\n"
  },
  {
    "path": "gui/patches/005_zend_validate_file_count.patch",
    "content": "Index: library/Zend/Validate/File/Count.php\nIDEA additional info:\nSubsystem: com.intellij.openapi.diff.impl.patch.CharsetEP\n<+>UTF-8\n===================================================================\n--- a/library/Zend/Validate/File/Count.php\t(revision 136735e776f520b081cd374012852cb88cef9a88)\n+++ b/library/Zend/Validate/File/Count.php\t(date 1561371014000)\n@@ -254,7 +254,12 @@\n             $this->addFile($value);\n         }\n \n-        $this->_count = count($this->_files);\n+        if (NULL !== $this->_files) {\n+            $this->_count = count($this->_files);\n+        } else {\n+            $this->_count = 0;\n+        }\n+\n         if (($this->_max !== null) && ($this->_count > $this->_max)) {\n             return $this->_throw($file, self::TOO_MANY);\n         }\n"
  },
  {
    "path": "gui/plugins/.gitkeep",
    "content": ""
  },
  {
    "path": "gui/public/admin/admin_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Add admin user\n *\n * @param Zend_Form $form\n * @return void\n */\nfunction addAdminUser(Zend_Form $form)\n{\n    if (!$form->isValid($_POST)) {\n        foreach ($form->getMessages() as $fieldname => $msgsStack) {\n            set_page_message(reset($msgsStack), 'error');\n        }\n\n        return;\n    }\n\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(Events::onBeforeAddUser, [\n            'userData' => $form->getValues()\n        ]);\n\n        exec_query(\n            \"\n                INSERT INTO admin (\n                    admin_name, admin_pass, admin_type, domain_created, created_by, fname, lname, firm, zip, city,\n                    state, country, email, phone, fax, street1, street2, gender\n                ) VALUES (\n                    ?, ?, 'admin', unix_timestamp(), ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?\n                )\n            \",\n            [\n                $form->getValue('admin_name'), Crypt::apr1MD5($form->getValue('admin_pass')), $_SESSION['user_id'],\n                $form->getValue('fname'), $form->getValue('lname'), $form->getValue('firm'), $form->getValue('zip'),\n                $form->getValue('city'), $form->getValue('state'), $form->getValue('country'),\n                encode_idna($form->getValue('email')), $form->getValue('phone'), $form->getValue('fax'),\n                $form->getValue('street1'), $form->getValue('street2'), $form->getValue('gender')\n            ]\n        );\n\n        $adminId = $db->insertId();\n        $cfg = Registry::get('config');\n\n        exec_query('INSERT INTO user_gui_props (user_id, lang, layout) VALUES (?, ?, ?)', [\n            $adminId, $cfg['USER_INITIAL_LANG'], $cfg['USER_INITIAL_THEME']\n        ]);\n\n        EventAggregator::getInstance()->dispatch(Events::onAfterAddUser, [\n            'userId'   => $adminId,\n            'userData' => $form->getValues()\n        ]);\n\n        $db->commit();\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n\n    send_add_user_auto_msg(\n        $_SESSION['user_id'], $form->getValue('admin_name'), $form->getValue('admin_pass'), $form->getValue('email'),\n        $form->getValue('fname'), $form->getValue('lname'), tr('Administrator')\n    );\n    write_log(\n        sprintf('The %s administrator has been added by %s', $form->getValue('admin_name'), $_SESSION['user_logged']),\n        E_USER_NOTICE\n    );\n    set_page_message('Administrator has been added.', 'success');\n    redirectTo('users.php');\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$form = getUserLoginDataForm(true, true)->addElements(getUserPersonalDataForm()->getElements());\n$form->setDefault('gender', 'U');\n\nif (!empty($_POST)) {\n    addAdminUser($form);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'admin/admin_add.phtml',\n    'page_message' => 'layout'\n]);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Admin / Users / Add Admin')));\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n/** @noinspection PhpUndefinedFieldInspection */\n$tpl->form = $form;\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/admin_log.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\EventDescription;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Send JSON response\n *\n * @param int $statusCode\n * @param array $data\n */\nfunction admin_sendJsonResponse($statusCode = 200, array $data = [])\n{\n    header('Cache-Control: no-cache, must-revalidate');\n    header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');\n    header('Content-type: application/json');\n\n    switch ($statusCode) {\n        case 202:\n            header('Status: 202 Accepted');\n            break;\n        case 400:\n            header('Status: 400 Bad Request');\n            break;\n        case 404:\n            header('Status: 404 Not Found');\n            break;\n        case 500:\n            header('Status: 500 Internal Server Error');\n            break;\n        case 501:\n            header('Status: 501 Not Implemented');\n            break;\n        default:\n            header('Status: 200 OK');\n    }\n\n    exit(json_encode($data));\n}\n\n/**\n * Clear logs\n *\n * @return void\n */\nfunction admin_clearLogs()\n{\n    switch ($_POST['uaction_clear']) {\n        case 0:\n            $query = 'DELETE FROM log';\n            $msg = sprintf('%s deleted the full admin log.', $_SESSION['user_logged']);\n            break;\n        case 2:\n            $query = 'DELETE FROM log WHERE DATE_SUB(CURDATE(), INTERVAL 14 DAY) >= log_time';\n            $msg = sprintf('%s deleted the admin log older than two weeks!', $_SESSION['user_logged']);\n            break;\n        case 4:\n            $query = 'DELETE FROM log WHERE DATE_SUB(CURDATE(), INTERVAL 1 MONTH) >= log_time';\n            $msg = sprintf('%s deleted the admin log older than one month.', $_SESSION['user_logged']);\n            break;\n        case 12:\n            $query = 'DELETE FROM log WHERE DATE_SUB(CURDATE(), INTERVAL 3 MONTH) >= log_time';\n            $msg = sprintf('%s deleted the admin log older than three months.', $_SESSION['user_logged']);\n            break;\n\n        case 26:\n            $query = 'DELETE FROM log WHERE DATE_SUB(CURDATE(), INTERVAL 6 MONTH) >= log_time';\n            $msg = sprintf('%s deleted the admin log older than six months.', $_SESSION['user_logged']);\n            break;\n        case 52;\n            $query = 'DELETE FROM log WHERE DATE_SUB(CURDATE(), INTERVAL 1 YEAR) >= log_time';\n            $msg = sprintf('%s deleted the admin log older than one year.', $_SESSION['user_logged']);\n            break;\n        default:\n            admin_sendJsonResponse(400, ['message' => tr('Bad request.')]);\n            exit;\n    }\n\n    try {\n        $stmt = execute_query($query);\n\n        if ($stmt->rowCount()) {\n            write_log($msg, E_USER_NOTICE);\n            admin_sendJsonResponse(200, ['message' => tr('Log entries successfully deleted.')]);\n        } else {\n            admin_sendJsonResponse(202, ['message' => tr('Nothing has been deleted.')]);\n        }\n    } catch (DatabaseException $e) {\n        admin_sendJsonResponse(500, ['message' => tr('An unexpected error occurred: %s', $e->getMessage())]);\n    }\n}\n\n/**\n * Get logs\n */\nfunction admin_getLogs()\n{\n    try {\n        // Filterable / orderable columns\n        $columns = ['log_time', 'log_message'];\n\n        $nbColumns = count($columns);\n\n        $indexColumn = 'log_id';\n\n        /* DB table to use */\n        $table = 'log';\n\n        /* Paging */\n        $limit = '';\n\n        if (isset($_GET['iDisplayStart']) && isset($_GET['iDisplayLength']) && $_GET['iDisplayLength'] !== '-1') {\n            $limit = 'LIMIT ' . intval($_GET['iDisplayStart']) . ', ' . intval($_GET['iDisplayLength']);\n        }\n\n        /* Ordering */\n        $order = '';\n\n        if (isset($_GET['iSortCol_0']) && isset($_GET['iSortingCols'])) {\n            $order = 'ORDER BY ';\n\n            for ($i = 0; $i < intval($_GET['iSortingCols']); $i++) {\n                if ($_GET['bSortable_' . intval($_GET['iSortCol_' . $i])] === 'true') {\n                    $sortDir = (\n                        isset($_GET['sSortDir_' . $i]) && in_array($_GET['sSortDir_' . $i], ['asc', 'desc'])\n                    ) ? $_GET['sSortDir_' . $i] : 'asc';\n\n                    $order .= $columns[intval($_GET['iSortCol_' . $i])] . ' ' . $sortDir . ', ';\n                }\n            }\n\n            $order = substr_replace($order, '', -2);\n\n            if ($order == 'ORDER BY ') {\n                $order = '';\n            }\n        }\n\n        /* Filtering */\n        $where = '';\n\n        if (isset($_GET['sSearch']) && $_GET['sSearch'] != '') {\n            $where .= 'WHERE (';\n\n            for ($i = 0; $i < $nbColumns; $i++) {\n                $where .= $columns[$i] . ' LIKE ' . quoteValue('%' . $_GET['sSearch'] . '%') . ' OR ';\n            }\n\n            $where = substr_replace($where, '', -3);\n            $where .= ')';\n        }\n\n        /* Individual column filtering */\n        for ($i = 0; $i < $nbColumns; $i++) {\n            if (isset($_GET['bSearchable_' . $i]) && $_GET['bSearchable_' . $i] === 'true' && $_GET['sSearch_' . $i] !== '') {\n                $where .= \"AND {$columns[$i]} LIKE \" . quoteValue('%' . $_GET['sSearch_' . $i] . '%');\n            }\n        }\n\n        /* Get data to display */\n        $rResult = execute_query(\n            '\n                SELECT SQL_CALC_FOUND_ROWS ' . str_replace(' , ', ' ', implode(', ', $columns)) . \"\n                FROM $table\n                $where\n                $order\n                $limit\n            \"\n        );\n\n        /* Data set length after filtering */\n        $resultFilterTotal = execute_query('SELECT FOUND_ROWS()');\n        $resultFilterTotal = $resultFilterTotal->fetchRow(PDO::FETCH_NUM);\n        $filteredTotal = $resultFilterTotal[0];\n\n        /* Total data set length */\n        $resultTotal = exec_query(\"SELECT COUNT($indexColumn) FROM $table\");\n        $resultTotal = $resultTotal->fetchRow(PDO::FETCH_NUM);\n        $total = $resultTotal[0];\n\n        /* Output */\n        $output = [\n            'sEcho'                => intval($_GET['sEcho']),\n            'iTotalRecords'        => $total,\n            'iTotalDisplayRecords' => $filteredTotal,\n            'aaData'               => []\n        ];\n\n        $dateFormat = Registry::get('config')['DATE_FORMAT'] . ' H:i:s';\n\n        while ($data = $rResult->fetchRow(PDO::FETCH_ASSOC)) {\n            $row = [];\n\n            for ($i = 0; $i < $nbColumns; $i++) {\n                if ($columns[$i] == 'log_time') {\n                    $row[$columns[$i]] = date($dateFormat, strtotime($data[$columns[$i]]));\n                } else {\n                    $replaces = [\n                        '/\\b(deactivated|delete[sd]?|deletion|deactivation|failed)\\b/i' => '<strong style=\"color:#FF0000\">\\\\1</strong>',\n                        '/\\b(remove[sd]?)\\b/i'                                          => '<strong style=\"color:#FF0000\">\\\\1</strong>',\n                        '/\\b(unable)\\b/i'                                               => ' <strong style=\"color:#FF0000\">\\\\1</strong>',\n                        '/\\b(activated|activation|addition|add(s|ed)?|switched)\\b/i'    => '<strong style=\"color:#33CC66\">\\\\1</strong>',\n                        '/\\b(created|ordered)\\b/i'                                      => '<strong style=\"color:#3300FF\">\\\\1</strong>',\n                        '/\\b(update[sd]?)\\b/i'                                          => '<strong style=\"color:#3300FF\">\\\\1</strong>',\n                        '/\\b(edit(s|ed)?)\\b/i'                                          => '<strong style=\"color:#33CC66\">\\\\1</strong>',\n                        '/\\b(unknown)\\b/i'                                              => '<strong style=\"color:#CC00FF\">\\\\1</strong>',\n                        '/\\b(logged)\\b/i'                                               => '<strong style=\"color:#336600\">\\\\1</strong>',\n                        '/\\b(Warning[\\!]?)\\b/i'                                         => '<strong style=\"color:#FF0000\">\\\\1</strong>',\n                    ];\n\n                    foreach ($replaces as $pattern => $replacement) {\n                        $data[$columns[$i]] = preg_replace($pattern, $replacement, $data[$columns[$i]]);\n                    }\n\n                    $row[$columns[$i]] = $data[$columns[$i]];\n                }\n            }\n\n            $output['aaData'][] = $row;\n        }\n\n        admin_sendJsonResponse(200, $output);\n    } catch (DatabaseException $e) {\n        write_log(sprintf('Unable to get logs: %s', $e->getMessage()), E_USER_ERROR);\n\n        admin_sendJsonResponse(\n            500, ['message' => tr('An unexpected error occurred: %s', $e->getMessage())]\n        );\n    }\n\n    admin_sendJsonResponse(400, ['message' => tr('Bad request.')]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (isset($_REQUEST['action'])) {\n    if (is_xhr()) {\n        switch (clean_input($_REQUEST['action'])) {\n            case 'get_logs':\n                admin_getLogs();\n                break;\n            case 'clear_logs':\n                admin_clearLogs();\n                break;\n            default:\n                admin_sendJsonResponse(400, ['message' => tr('Bad request.')]);\n        }\n    }\n\n    showBadRequestErrorPage();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'admin/admin_log.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'           => tr('Admin / General / Admin Log'),\n    'TR_CLEAR_LOG'            => tr('Clear log'),\n    'ROWS_PER_PAGE'           => json_encode(Registry::get('config')['DOMAIN_ROWS_PER_PAGE']),\n    'TR_DATE'                 => tr('Date'),\n    'TR_MESSAGE'              => tr('Message'),\n    'TR_CLEAR_LOG_MESSAGE'    => tr('Delete from log:'),\n    'TR_CLEAR_LOG_EVERYTHING' => tr('everything'),\n    'TR_CLEAR_LOG_LAST2'      => tr('older than 2 weeks'),\n    'TR_CLEAR_LOG_LAST4'      => tr('older than 1 month'),\n    'TR_CLEAR_LOG_LAST12'     => tr('older than 3 months'),\n    'TR_CLEAR_LOG_LAST26'     => tr('older than 6 months'),\n    'TR_CLEAR_LOG_LAST52'     => tr('older than 12 months'),\n    'TR_LOADING_DATA'         => tr('Loading data...'),\n    'TR_TIMEOUT_ERROR'        => json_encode(tr('Request Timeout: The server took too long to send the data.')),\n    'TR_UNEXPECTED_ERROR'     => json_encode(tr('An unexpected error occurred.'))\n]);\n\nEventAggregator::getInstance()->registerListener('onGetJsTranslations', function (EventDescription $e) {\n    $e->getParam('translations')->core['dataTable'] = getDataTablesPluginTranslations(false);\n});\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/change_user_interface.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (!isset($_SESSION['user_id'])\n    || !isset($_GET['to_id'])\n) {\n    showBadRequestErrorPage();\n}\n\nchange_user_interface($_SESSION['user_id'], intval($_GET['to_id']));\n"
  },
  {
    "path": "gui/public/admin/circular.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Send email\n *\n * @param string $senderName Sender name\n * @param string $senderEmail Sender email\n * @param string $subject Subject\n * @param string $body Body\n * @param array $rcptToData Recipient data\n * @return bool TRUE on success, FALSE on failure\n */\nfunction admin_sendEmail($senderName, $senderEmail, $subject, $body, $rcptToData)\n{\n    if ($rcptToData['email'] == '') {\n        return true;\n    }\n\n    $ret = send_mail([\n        'mail_id'      => 'admin-circular',\n        'fname'        => $rcptToData['fname'],\n        'lname'        => $rcptToData['lname'],\n        'username'     => $rcptToData['admin_name'],\n        'email'        => $rcptToData['email'],\n        'sender_name'  => $senderName,\n        'sender_email' => encode_idna($senderEmail),\n        'subject'      => $subject,\n        'message'      => $body\n    ]);\n\n    if (!$ret) {\n        write_log(sprintf('Could not send admin circular to %s', $rcptToData['admin_name']), E_USER_ERROR);\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Send circular to administrators\n *\n * @param string $senderName Sender name\n * @param string $senderEmail Sender email\n * @param string $subject Subject\n * @param string $body Body\n * @return void\n */\nfunction admin_sendToAdministrators($senderName, $senderEmail, $subject, $body)\n{\n    if (!systemHasManyAdmins()) {\n        return;\n    }\n\n    $stmt = execute_query(\n        \"\n            SELECT MIN(admin_name) as admin_name, MIN(fname) as fname, MIN(lname) as lname, email\n            FROM admin\n            WHERE admin_type = 'admin'\n            GROUP BY email\n        \"\n    );\n\n    while ($rcptToData = $stmt->fetchRow()) {\n        admin_sendEmail($senderName, $senderEmail, $subject, $body, $rcptToData);\n    }\n}\n\n/**\n * Send circular to resellers\n *\n * @param string $senderName Sender name\n * @param string $senderEmail Sender email\n * @param string $subject Subject\n * @param string $body Body\n * @return void\n */\nfunction admin_sendToResellers($senderName, $senderEmail, $subject, $body)\n{\n    if (!systemHasResellers()) {\n        return;\n    }\n\n    $stmt = execute_query(\n        \"\n            SELECT MIN(admin_name) as admin_name, MIN(fname) as fname, MIN(lname) as lname, email\n            FROM admin\n            WHERE admin_type = 'reseller'\n            GROUP BY email\n        \"\n    );\n    while ($rcptToData = $stmt->fetchRow()) {\n        admin_sendEmail($senderName, $senderEmail, $subject, $body, $rcptToData);\n    }\n}\n\n/**\n * Send circular to customers\n *\n * @param string $senderName Sender name\n * @param string $senderEmail Sender email\n * @param string $subject Subject\n * @param string $body Body\n * @return void\n */\nfunction admin_sendToCustomers($senderName, $senderEmail, $subject, $body)\n{\n    if (!systemHasCustomers()) {\n        return;\n    }\n\n    $stmt = execute_query(\n        \"\n            SELECT MIN(admin_name) as admin_name, MIN(fname) as fname, MIN(lname) as lname, email\n            FROM admin\n            WHERE admin_type = 'user'\n            GROUP BY email\n        \"\n    );\n    while ($rcptToData = $stmt->fetchRow()) {\n        admin_sendEmail($senderName, $senderEmail, $subject, $body, $rcptToData);\n    }\n}\n\n/**\n * Validate circular\n *\n * @param string $senderName Sender name\n * @param string $senderEmail Sender Email\n * @param string $subject Subject\n * @param string $body Body\n * @return bool TRUE if circular is valid, FALSE otherwise\n */\nfunction admin_isValidCircular($senderName, $senderEmail, $subject, $body)\n{\n    $ret = true;\n    if ($senderName == '') {\n        set_page_message(tr('Sender name is missing.'), 'error');\n        $ret = false;\n    }\n\n    if ($senderEmail == '') {\n        set_page_message(tr('Reply-To email is missing.'), 'error');\n        $ret = false;\n    } elseif (!chk_email($senderEmail)) {\n        set_page_message(tr(\"Incorrect email length or syntax.\"), 'error');\n        $ret = false;\n    }\n\n    if ($subject == '') {\n        set_page_message(tr('Subject is missing.'), 'error');\n        $ret = false;\n    }\n\n    if ($body == '') {\n        set_page_message(tr('Body is missing.'), 'error');\n        $ret = false;\n    }\n\n    return $ret;\n}\n\n/**\n * Send circular\n *\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction admin_sendCircular()\n{\n    if (!isset($_POST['sender_name'])\n        || !isset($_POST['sender_email'])\n        || !isset($_POST['rcpt_to'])\n        || !isset($_POST['subject'])\n        || !isset($_POST['body'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $senderName = clean_input($_POST['sender_name']);\n    $senderEmail = clean_input($_POST['sender_email']);\n    $rcptTo = clean_input($_POST['rcpt_to']);\n    $subject = clean_input($_POST['subject']);\n    $body = clean_input($_POST['body']);\n\n    if (!admin_isValidCircular($senderName, $senderEmail, $subject, $body)) {\n        return false;\n    }\n\n    $responses = EventAggregator::getInstance()->dispatch(Events::onBeforeSendCircular, [\n        'sender_name'  => $senderName,\n        'sender_email' => $senderEmail,\n        'rcpt_to'      => $rcptTo,\n        'subject'      => $subject,\n        'body'         => $body\n    ]);\n\n    if ($responses->isStopped()) {\n        return true;\n    }\n\n    set_time_limit(0);\n    ignore_user_abort(true);\n\n    if ($rcptTo == 'all_users'\n        || $rcptTo == 'administrators_resellers'\n        || $rcptTo == 'administrators_customers'\n        || $rcptTo == 'administrators'\n    ) {\n        admin_sendToAdministrators($senderName, $senderEmail, $subject, $body);\n    }\n\n    if ($rcptTo == 'all_users'\n        || $rcptTo == 'administrators_resellers'\n        || $rcptTo == 'resellers_customers'\n        || $rcptTo == 'resellers'\n    ) {\n        admin_sendToResellers($senderName, $senderEmail, $subject, $body);\n    }\n\n    if ($rcptTo == 'all_users'\n        || $rcptTo == 'administrators_customers'\n        || $rcptTo == 'resellers_customers'\n        || $rcptTo == 'customers'\n    ) {\n        admin_sendToCustomers($senderName, $senderEmail, $subject, $body);\n    }\n\n    EventAggregator::getInstance()->dispatch(Events::onAfterSendCircular, [\n        'sender_name'  => $senderName,\n        'sender_email' => $senderEmail,\n        'rcpt_to'      => $rcptTo,\n        'subject'      => $subject,\n        'body'         => $body\n    ]);\n    set_page_message(tr('Circular successfully sent.'), 'success');\n    write_log(sprintf('A circular has been sent by %s', $_SESSION['user_logged']), E_USER_NOTICE);\n    return true;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage($tpl)\n{\n    $senderName = isset($_POST['sender_name']) ? $_POST['sender_name'] : '';\n    $senderEmail = isset($_POST['sender_email']) ? $_POST['sender_email'] : '';\n    $rcptTo = isset($_POST['rcpt_to']) ? $_POST['rcpt_to'] : '';\n    $subject = isset($_POST['subject']) ? $_POST['subject'] : '';\n    $body = isset($_POST['body']) ? $_POST['body'] : '';\n\n    if ($senderName == ''\n        && $senderEmail == ''\n    ) {\n        $stmt = exec_query('SELECT admin_name, fname, lname, email FROM admin WHERE admin_id = ?', $_SESSION['user_id']);\n        $row = $stmt->fetchRow();\n\n        if (!empty($row['fname']) && !empty($row['lname'])) {\n            $senderName = $row['fname'] . ' ' . $row['lname'];\n        } elseif (!empty($row['fname'])) {\n            $senderName = $row['fname'];\n        } elseif (!empty($row['lname'])) {\n            $senderName = $row['lname'];\n        } else {\n            $senderName = $row['admin_name'];\n        }\n\n        if ($row['email'] != '') {\n            $senderEmail = $row['email'];\n        } else {\n            $config = Registry::get('config');\n            if (isset($config['DEFAULT_ADMIN_ADDRESS']) && $config['DEFAULT_ADMIN_ADDRESS'] != '') {\n                $senderEmail = $config['DEFAULT_ADMIN_ADDRESS'];\n            } else {\n                $senderEmail = 'webmaster@' . $config['BASE_SERVER_VHOST'];\n            }\n        }\n    }\n\n    $tpl->assign([\n        'SENDER_NAME'  => tohtml($senderName),\n        'SENDER_EMAIL' => tohtml($senderEmail),\n        'SUBJECT'      => tohtml($subject),\n        'BODY'         => tohtml($body)\n    ]);\n\n    $rcptToOptions = [\n        ['all_users', tr('All users')]\n    ];\n\n    if (systemHasManyAdmins() && systemHasResellers()) {\n        $rcptToOptions[] = ['administrators_resellers', tr('Administrators and resellers')];\n    }\n\n    if (systemHasManyAdmins() && systemHasCustomers()) {\n        $rcptToOptions[] = ['administrators_customers', tr('Administrators and customers')];\n    }\n\n    if (systemHasResellers() && systemHasCustomers()) {\n        $rcptToOptions[] = ['resellers_customers', tr('Resellers and customers')];\n    }\n\n    if (systemHasManyAdmins()) {\n        $rcptToOptions[] = ['administrators', tr('Administrators')];\n    }\n\n    if (systemHasResellers()) {\n        $rcptToOptions[] = ['resellers', tr('Resellers')];\n    }\n\n    if (systemHasCustomers()) {\n        $rcptToOptions[] = ['customers', tr('Customers')];\n    }\n\n    foreach ($rcptToOptions as $option) {\n        $tpl->assign([\n            'RCPT_TO'    => $option[0],\n            'TR_RCPT_TO' => $option[1],\n            'SELECTED'   => $rcptTo == $option[0] ? ' selected=\"selected\"' : ''\n        ]);\n        $tpl->parse('RCPT_TO_OPTION', '.rcpt_to_option');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (!systemHasAdminsOrResellersOrCustomers()) {\n    showBadRequestErrorPage();\n}\n\nif (!empty($_POST) && admin_sendCircular()) {\n    redirectTo('users.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'         => 'shared/layouts/ui.tpl',\n    'page'           => 'admin/circular.tpl',\n    'page_message'   => 'layout',\n    'rcpt_to_option' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'    => tr('Admin / Users / Circular'),\n    'TR_CIRCULAR'      => tr('Circular'),\n    'TR_SEND_TO'       => tr('Send to'),\n    'TR_SUBJECT'       => tr('Subject'),\n    'TR_BODY'          => tr('Body'),\n    'TR_SENDER_EMAIL'  => tr('Reply-To email'),\n    'TR_SENDER_NAME'   => tr('Reply-To name'),\n    'TR_SEND_CIRCULAR' => tr('Send circular'),\n    'TR_CANCEL'        => tr('Cancel')\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/custom_menus.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\EventDescription;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generates menus list\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction admin_generateMenusList($tpl)\n{\n    $stmt = execute_query('SELECT * FROM custom_menus');\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign('MENUS_LIST_BLOCK', '');\n        set_page_message(tr('No custom menu found.'), 'static_info');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        if ($row['menu_level'] == 'A') {\n            $row['menu_level'] = tr('Administrator');\n        } elseif ($row['menu_level'] == 'R') {\n            $row['menu_level'] = tr('Reseller');\n        } elseif ($row['menu_level'] == 'C') {\n            $row['menu_level'] = tr('Customer');\n        } elseif ($row['menu_level'] == 'AR') {\n            $row['menu_level'] = tr('Administrator and reseller');\n        } elseif ($row['menu_level'] == 'AC') {\n            $row['menu_level'] = tr('Administrator and customer');\n        } elseif ($row['menu_level'] == 'RC') {\n            $row['menu_level'] = tr('Reseller and customer');\n        } elseif ($row['menu_level'] == 'ARC') {\n            $row['menu_level'] = tr('All');\n        }\n\n        $tpl->assign([\n            'MENU_LINK'    => tohtml($row['menu_link']),\n            'MENU_ID'      => $row['menu_id'],\n            'LEVEL'        => tohtml($row['menu_level']),\n            'ORDER'        => intval($row['menu_order'], 0),\n            'MENU_NAME'    => tohtml($row['menu_name']),\n            'MENU_NAME_JS' => tojs($row['menu_name']),\n            'LINK'         => tohtml($row['menu_link'])\n        ]);\n        $tpl->parse('MENU_BLOCK', '.menu_block');\n    }\n}\n\n/**\n * Generate form.\n *\n * @param TemplateEngine $tpl Template engine\n */\nfunction admin_generateForm($tpl)\n{\n    $customMenu = [\n        'menu_id'     => '',\n        'menu_name'   => '',\n        'menu_link'   => '',\n        'menu_target' => '_self',\n        'menu_level'  => 'a',\n        'menu_order'  => 0\n    ];\n\n    if (empty($_POST) && isset($_GET['edit_id'])) {\n        $stmt = exec_query('SELECT * FROM custom_menus WHERE menu_id = ?', intval($_GET['edit_id']));\n\n        if (!$stmt->rowCount()) {\n            set_page_message(tr(\"The menu you are trying to edit doesn't exist.\"), 'error');\n            redirectTo('custom_menus.php');\n        }\n\n        $customMenu = $stmt->fetchRow();\n    } elseif (!empty($_POST)) {\n        $customMenu = $_POST;\n    }\n\n    if (isset($_REQUEST['edit_id'])) {\n        $tpl->assign([\n            'TR_DYNAMIC_TITLE' => tohtml(tr('Edit custom menu')),\n            'TR_UPDATE'        => tohtml(tr('Update')),\n            'EDIT_ID'          => tohtml($_REQUEST['edit_id'], 'htmlAttr'),\n            'ADD_MENU'         => ''\n        ]);\n    } else {\n        $tpl->assign([\n            'TR_DYNAMIC_TITLE' => tohtml(tr('Add custom menu')),\n            'TR_ADD'           => tohtml(tr('Add')),\n            'EDIT_MENU'        => ''\n        ]);\n    }\n\n    foreach (['_blank', '_parent', '_self', '_top'] as $target) {\n        $tpl->assign([\n            'TR_TARGET'       => tohtml(tr('%s page', str_replace('_', '', $target))),\n            'TARGET_VALUE'    => $target,\n            'SELECTED_TARGET' => ($customMenu['menu_target'] == $target) ? ' selected' : ''\n        ]);\n        $tpl->parse('MENU_TARGET_BLOCK', '.menu_target_block');\n    }\n\n    foreach ([\n                 'A'   => tohtml(tr('Administrator level')),\n                 'R'   => tohtml(tr('Reseller level')),\n                 'C'   => tohtml(tr('Customer level')),\n                 'AR'  => tohtml(tr('Administrator and Reseller levels')),\n                 'AC'  => tohtml(tr('Administrator and customer levels')),\n                 'RC'  => tohtml(tr('Reseller and customer levels')),\n                 'ARC' => tohtml(tr('All levels'))\n             ] as $level => $trLevel\n    ) {\n        $tpl->assign([\n            'TR_LEVEL'       => $trLevel,\n            'LEVEL_VALUE'    => $level,\n            'SELECTED_LEVEL' => ($customMenu['menu_level'] == $level) ? ' selected' : ''\n        ]);\n        $tpl->parse('MENU_LEVEL_BLOCK', '.menu_level_block');\n    }\n\n    $tpl->assign([\n        'MENU_NAME'  => tohtml($customMenu['menu_name']),\n        'MENU_LINK'  => tohtml($customMenu['menu_link']),\n        'MENU_ORDER' => $customMenu['menu_order']\n    ]);\n}\n\n/**\n * Check if menu is valid\n *\n * @param string $menuName Menu name\n * @param string $menuLink Menu link\n * @param string $menuTarget Menu target\n * @param string $menuLevel Menu level\n * @param int $menuOrder Menu order\n * @return bool TRUE if menu data are valid, FALSE otherwise\n */\nfunction admin_isValidMenu($menuName, $menuLink, $menuTarget, $menuLevel, $menuOrder)\n{\n    $errorFieldsStack = [];\n\n    if (empty($menuName)) {\n        set_page_message(tr('Invalid name.'), 'error');\n        $errorFieldsStack[] = 'menu_name';\n    }\n\n    if (empty($menuLink) || !filter_var(\n            $menuLink, FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED | FILTER_FLAG_HOST_REQUIRED)\n    ) {\n        set_page_message(tr('Invalid URL.'), 'error');\n        $errorFieldsStack[] = 'menu_link';\n    }\n\n    if (!empty($menuTarget) && !in_array($menuTarget, ['_blank', '_parent', '_self', '_top'])) {\n        set_page_message(tr('Invalid target.'), 'error');\n        $errorFieldsStack[] = 'menu_target';\n    }\n\n    if (!in_array($menuLevel, ['A', 'R', 'C', 'AR', 'AC', 'RC', 'ARC'])) {\n        showBadRequestErrorPage();\n    }\n\n    if ($menuOrder !== '' && !is_number($menuOrder)) {\n        set_page_message(tr('Invalid menu order.'), 'error');\n        $errorFieldsStack[] = 'menu_order';\n    }\n\n    if (!empty($errorFieldsStack)) {\n        Registry::set('errorFieldsStack', $errorFieldsStack);\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Add custom menu\n *\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction admin_addMenu()\n{\n    $menuName = isset($_POST['menu_name']) ? clean_input($_POST['menu_name']) : '';\n    $menuLink = isset($_POST['menu_link']) ? clean_input($_POST['menu_link']) : '';\n    $menuTarget = isset($_POST['menu_target']) ? clean_input($_POST['menu_target']) : '';\n    $visibilityLevel = isset($_POST['menu_level']) ? clean_input($_POST['menu_level']) : '';\n    $menuOrder = isset($_POST['menu_order']) ? clean_input($_POST['menu_order']) : 0;\n\n    if (!admin_isValidMenu($menuName, $menuLink, $menuTarget, $visibilityLevel, $menuOrder)) {\n        return false;\n    }\n\n    exec_query(\n        '\n            INSERT INTO custom_menus (\n                menu_level, menu_order, menu_name, menu_link, menu_target\n            ) VALUES (\n                ?, ?, ?, ?, ?\n            )\n        ',\n        [$visibilityLevel, $menuOrder, $menuName, $menuLink, $menuTarget]\n    );\n    set_page_message(tr('Custom menu successfully added.'), 'success');\n    return true;\n}\n\n/**\n * Update custom menu\n *\n * @param int $menuId menu unique identifier\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction admin_updateMenu($menuId)\n{\n    $menuName = isset($_POST['menu_name']) ? clean_input($_POST['menu_name']) : '';\n    $menuLink = isset($_POST['menu_link']) ? clean_input($_POST['menu_link']) : '';\n    $menuTarget = isset($_POST['menu_target']) ? clean_input($_POST['menu_target']) : '';\n    $menuLevel = isset($_POST['menu_level']) ? clean_input($_POST['menu_level']) : '';\n    $menuOrder = isset($_POST['menu_order']) ? intval($_POST['menu_order'], 0) : NULL;\n\n    if (!admin_isValidMenu($menuName, $menuLink, $menuTarget, $menuLevel, $menuOrder)) {\n        return false;\n    }\n\n    exec_query(\n        '\n            UPDATE custom_menus\n            SET menu_level = ?, menu_order = ?, menu_name = ?, menu_link = ?, menu_target = ?\n            WHERE menu_id = ?\n        ',\n        [$menuLevel, $menuOrder, $menuName, $menuLink, $menuTarget, intval($menuId)]\n    );\n    set_page_message(tr('Custom menu successfully updated.'), 'success');\n    return true;\n}\n\n/**\n * Delete custom menu\n *\n * @param int $menuId menu unique identifier\n * @return void\n */\nfunction admin_deleteMenu($menuId)\n{\n    $stmt = exec_query('DELETE FROM custom_menus WHERE menu_id = ?', intval($menuId));\n\n    if ($stmt->rowCount()) {\n        set_page_message(tr('Custom menu successfully deleted.'), 'success');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (isset($_POST['uaction'])) {\n    if ($_POST['uaction'] == 'menu_add') {\n        if (admin_addMenu()) {\n            redirectTo('custom_menus.php');\n        }\n    } elseif ($_POST['uaction'] == 'menu_update' && isset($_POST['edit_id'])) {\n        if (admin_updateMenu($_POST['edit_id'])) {\n            redirectTo('custom_menus.php');\n        }\n    } else {\n        showBadRequestErrorPage();\n    }\n} elseif (isset($_GET['delete_id'])) {\n    admin_deleteMenu($_GET['delete_id']);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'            => 'shared/layouts/ui.tpl',\n    'page'              => 'admin/custom_menus.tpl',\n    'page_message'      => 'layout',\n    'hosting_plans'     => 'page',\n    'menus_list_block'  => 'page',\n    'menu_block'        => 'menus_list_block',\n    'menu_target_block' => 'page',\n    'menu_level_block'  => 'page',\n    'add_menu'          => 'page',\n    'edit_menu'         => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'             => tr('Admin / Settings / {TR_DYNAMIC_TITLE}'),\n    'TR_CUSTOM_MENU_PROPERTIES' => tr('Custom menu properties'),\n    'TR_MENU_NAME'              => tr('Name'),\n    'TR_MENU_LINK'              => tr('Link'),\n    'TR_MENU_TARGET'            => tr('Target'),\n    'TR_VIEW_FROM'              => tr('Show in'),\n    'TR_MENU_NAME_AND_LINK'     => tr('Custom menu name and link'),\n    'TR_MENU_ORDER'             => tr('Order'),\n    'TR_OPTIONAL'               => tr('Optional'),\n    'TR_ACTIONS'                => tr('Actions'),\n    'TR_EDIT'                   => tr('Edit'),\n    'TR_DELETE'                 => tr('Delete'),\n    'TR_TH_LEVEL'               => tr('Level'),\n    'TR_TH_ORDER'               => tr('Order'),\n    'TR_CANCEL'                 => tr('Cancel'),\n    'TR_MESSAGE_DELETE_JS'      => tojs(tr('Are you sure you want to delete the %s menu?', '%s')),\n    'ERR_FIELDS_STACK'          => Registry::isRegistered('errorFieldsStack')\n        ? json_encode(Registry::get('errorFieldsStack')) : '[]'\n]);\n\nEventAggregator::getInstance()->registerListener('onGetJsTranslations', function (EventDescription $e) {\n    $e->getParam('translations')->core['dataTable'] = getDataTablesPluginTranslations(false);\n});\n\ngenerateNavigation($tpl);\nadmin_generateMenusList($tpl);\nadmin_generateForm($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/domain_details.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate mail quota limit msg\n *\n * @param int $customerId Customer unique identifier\n * @return array\n */\nfunction admin_gen_mail_quota_limit_mgs($customerId)\n{\n    $domainProps = get_domain_default_props($customerId);\n    $mailQuota = exec_query(\n        'SELECT IFNULL(SUM(quota), 0) FROM mail_users WHERE domain_id = ?', $domainProps['domain_id']\n    )->fetchRow(PDO::FETCH_COLUMN);\n\n    return [bytesHuman($mailQuota), ($domainProps['mail_quota'] == 0) ? '∞' : bytesHuman($domainProps['mail_quota'])];\n}\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl Template instance engine\n * @param int $domainId Domain unique identifier\n * @return void\n */\nfunction admin_generatePage($tpl, $domainId)\n{\n    $stmt = exec_query('SELECT * FROM domain WHERE domain_id = ?', $domainId);\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $domainData = $stmt->fetchRow();\n\n    // Domain IP address info\n    $stmt = exec_query(\"SELECT ip_number FROM server_ips WHERE ip_id = ?\", $domainData['domain_ip_id']);\n    if (!$stmt->rowCount()) {\n        $domainIpAddr = tr('Not found.');\n    } else {\n        $row = $stmt->fetchRow();\n        $domainIpAddr = $row['ip_number'];\n    }\n\n    // Domain status\n    if ($domainData['domain_status'] == 'ok' || $domainData['domain_status'] == 'disabled' ||\n        $domainData['domain_status'] == 'todelete' || $domainData['domain_status'] == 'toadd' ||\n        $domainData['domain_status'] == 'torestore' || $domainData['domain_status'] == 'tochange' ||\n        $domainData['domain_status'] == 'toenable' || $domainData['domain_status'] == 'todisable'\n    ) {\n        $domainStatus = '<span style=\"color:green;\">' . tohtml(translate_dmn_status($domainData['domain_status'])) . '</span>';\n    } else {\n        $domainStatus = '<span style=\"color:red;font-weight: bold;\">' . $domainData['domain_status'] . \"</font>\";\n    }\n\n    // Get total monthly traffic usage in bytes\n    $trafficData = getClientMonthlyTrafficStats($domainId);\n    $trafficUsageBytes = $trafficData[4];\n    unset($trafficData);\n\n    // Get limits in bytes\n    $trafficLimitBytes = $domainData['domain_traffic_limit'] * 1048576;\n    $diskspaceLimitBytes = $domainData['domain_disk_limit'] * 1048576;\n\n    // Get usages in percent\n    $trafficUsagePercent = getPercentUsage($trafficUsageBytes, $trafficLimitBytes);\n    $diskspaceUsagePercent = getPercentUsage($domainData['domain_disk_usage'], $diskspaceLimitBytes);\n\n    // Get mail quota info\n    list($quota, $quotaLimit) = admin_gen_mail_quota_limit_mgs($domainData['domain_admin_id']);\n\n    # Features\n    $tpl->assign([\n        'DOMAIN_ID'                  => $domainId,\n        'VL_DOMAIN_NAME'             => tohtml(decode_idna($domainData['domain_name'])),\n        'VL_DOMAIN_IP'               => tohtml(($domainIpAddr == '0.0.0.0') ? tr('Any') : $domainIpAddr),\n        'VL_STATUS'                  => $domainStatus,\n        'VL_PHP_SUPP'                => translate_limit_value($domainData['domain_php']),\n        'VL_PHP_EDITOR_SUPP'         => translate_limit_value($domainData['phpini_perm_system']),\n        'VL_CGI_SUPP'                => translate_limit_value($domainData['domain_cgi']),\n        'VL_DNS_SUPP'                => translate_limit_value($domainData['domain_dns']),\n        'VL_EXT_MAIL_SUPP'           => translate_limit_value($domainData['domain_external_mail']),\n        'VL_BACKUP_SUP'              => translate_limit_value($domainData['allowbackup']),\n        'VL_TRAFFIC_PERCENT'         => $trafficUsagePercent,\n        'VL_TRAFFIC_USED'            => bytesHuman($trafficUsageBytes),\n        'VL_TRAFFIC_LIMIT'           => bytesHuman($trafficLimitBytes),\n        'VL_DISK_PERCENT'            => $diskspaceUsagePercent,\n        'VL_DISK_USED'               => bytesHuman($domainData['domain_disk_usage']),\n        'VL_DISK_LIMIT'              => bytesHuman($diskspaceLimitBytes),\n        'VL_MAIL_ACCOUNTS_USED'      => get_customer_mail_accounts_count($domainId),\n        'VL_MAIL_ACCOUNTS_LIMIT'     => translate_limit_value($domainData['domain_mailacc_limit']),\n        'VL_MAIL_QUOTA_USED'         => tohtml($quota),\n        'VL_MAIL_QUOTA_LIMIT'        => ($domainData['domain_mailacc_limit'] != '-1') ? $quotaLimit : tr('Disabled'),\n        'VL_FTP_ACCOUNTS_USED'       => get_customer_ftp_users_count($domainData['domain_admin_id']),\n        'VL_FTP_ACCOUNTS_LIMIT'      => translate_limit_value($domainData['domain_ftpacc_limit']),\n        'VL_SQL_DB_ACCOUNTS_USED'    => get_customer_sql_databases_count($domainId),\n        'VL_SQL_DB_ACCOUNTS_LIMIT'   => translate_limit_value($domainData['domain_sqld_limit']),\n        'VL_SQL_USER_ACCOUNTS_USED'  => get_customer_sql_users_count($domainId),\n        'VL_SQL_USER_ACCOUNTS_LIMIT' => translate_limit_value($domainData['domain_sqlu_limit']),\n        'VL_SUBDOM_ACCOUNTS_USED'    => get_customer_subdomains_count($domainId),\n        'VL_SUBDOM_ACCOUNTS_LIMIT'   => translate_limit_value($domainData['domain_subd_limit']),\n        'VL_DOMALIAS_ACCOUNTS_USED'  => get_customer_domain_aliases_count($domainId),\n        'VL_DOMALIAS_ACCOUNTS_LIMIT' => translate_limit_value($domainData['domain_alias_limit']),\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nisset($_GET['domain_id']) or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'        => 'shared/layouts/ui.tpl',\n    'page'          => 'admin/domain_details.tpl',\n    'page_message' => 'layout',\n]);\n$tpl->assign([\n        'TR_PAGE_TITLE'        => tr('Admin / Users / Overview / Domain Details'),\n        'TR_DOMAIN_DETAILS'    => tr('Domain details'),\n        'TR_DOMAIN_NAME'       => tr('Domain name'),\n        'TR_DOMAIN_IP'         => tr('Domain IP'),\n        'TR_STATUS'            => tr('Status'),\n        'TR_PHP_SUPP'          => tr('PHP'),\n        'TR_PHP_EDITOR_SUPP'   => tr('PHP Editor'),\n        'TR_CGI_SUPP'          => tr('CGI'),\n        'TR_DNS_SUPP'          => tr('Custom DNS records'),\n        'TR_EXT_MAIL_SUPP'     => tr('Ext. mail server'),\n        'TR_BACKUP_SUPP'       => tr('Backup'),\n        'TR_TRAFFIC'           => tr('Traffic'),\n        'TR_DISK'              => tr('Disk'),\n        'TR_FEATURE'           => tr('Feature'),\n        'TR_USED'              => tr('Used'),\n        'TR_LIMIT'             => tr('Limit'),\n        'TR_SUBDOM_ACCOUNTS'   => tr('Subdomains'),\n        'TR_DOMALIAS_ACCOUNTS' => tr('Domain aliases'),\n        'TR_MAIL_ACCOUNTS'     => tr('Mail accounts'),\n        'TR_MAIL_QUOTA'        => tr('Mail quota'),\n        'TR_FTP_ACCOUNTS'      => tr('FTP accounts'),\n        'TR_SQL_DB_ACCOUNTS'   => tr('SQL databases'),\n        'TR_SQL_USER_ACCOUNTS' => tr('SQL users'),\n        'TR_UPDATE_DATA'       => tr('Submit changes'),\n        'TR_BACK'              => tr('Back')]\n);\n\ngenerateNavigation($tpl);\nadmin_generatePage($tpl, intval($_GET['domain_id']));\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/domain_status_change.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (isset($_GET['domain_id'])) {\n    $domainId = intval($_GET['domain_id']);\n    $stmt = exec_query('SELECT domain_admin_id, domain_status FROM domain WHERE domain_id = ?', $domainId);\n\n    if ($stmt->rowCount()) {\n        $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n        if ($row['domain_status'] == 'ok') {\n            change_domain_status($row['domain_admin_id'], 'deactivate');\n        } elseif ($row['domain_status'] == 'disabled') {\n            change_domain_status($row['domain_admin_id'], 'activate');\n        } else {\n            showBadRequestErrorPage();\n        }\n\n        redirectTo('users.php');\n    }\n}\n\nshowBadRequestErrorPage();\n"
  },
  {
    "path": "gui/public/admin/imscp_debugger.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Plugin\\AbstractPlugin as AbstractPluginAlias;\nuse iMSCP\\Plugin\\PluginManager;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get user errors\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction debugger_getUserErrors(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n            SELECT admin_name, admin_status, admin_id\n            FROM admin\n            WHERE admin_type = 'user'\n            AND admin_status NOT IN ('ok', 'toadd', 'tochange', 'tochangepwd', 'todelete')\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign(['USER_ITEM' => '', 'TR_USER_MESSAGE' => tr('No error found')]);\n        $tpl->parse('USER_MESSAGE', 'user_message');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'USER_MESSAGE' => '',\n            'USER_NAME'    => tohtml(decode_idna($row['admin_name'])),\n            'USER_ERROR'   => tohtml($row['admin_status']),\n            'CHANGE_ID'    => tohtml($row['admin_id']),\n            'CHANGE_TYPE'  => 'user'\n        ]);\n        $tpl->parse('USER_ITEM', '.user_item');\n    }\n}\n\n/**\n * Get domain errors\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction debugger_getDmnErrors(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n            SELECT domain_name, domain_status, domain_id\n            FROM domain\n            WHERE domain_status\n            NOT IN ('ok', 'disabled', 'toadd', 'tochange', 'torestore', 'toenable', 'todisable', 'todelete')\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign(['DMN_ITEM' => '', 'TR_DMN_MESSAGE' => tr('No error found')]);\n        $tpl->parse('DMN_MESSAGE', 'dmn_message');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'DMN_MESSAGE' => '',\n            'DMN_NAME'    => tohtml(decode_idna($row['domain_name'])),\n            'DMN_ERROR'   => tohtml($row['domain_status']),\n            'CHANGE_ID'   => tohtml($row['domain_id']),\n            'CHANGE_TYPE' => 'domain'\n        ]);\n        $tpl->parse('DMN_ITEM', '.dmn_item');\n    }\n}\n\n/**\n * Get domain aliases errors\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction debugger_getAlsErrors(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n            SELECT alias_name, alias_status, alias_id\n            FROM domain_aliasses\n            WHERE alias_status NOT IN (\n                'ok', 'disabled', 'toadd', 'tochange', 'torestore', 'toenable', 'todisable', 'todelete', 'ordered'\n            )\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign(['ALS_ITEM' => '', 'TR_ALS_MESSAGE' => tr('No error found')]);\n        $tpl->parse('ALS_MESSAGE', 'als_message');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'ALS_MESSAGE' => '',\n            'ALS_NAME'    => tohtml(decode_idna($row['alias_name'])),\n            'ALS_ERROR'   => tohtml($row['alias_status']),\n            'CHANGE_ID'   => $row['alias_id'],\n            'CHANGE_TYPE' => 'alias',\n        ]);\n        $tpl->parse('ALS_ITEM', '.als_item');\n    }\n}\n\n/**\n * Get subdomains errors\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction debugger_getSubErrors(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n            SELECT subdomain_name, subdomain_status, subdomain_id, domain_name\n            FROM subdomain\n            LEFT JOIN domain ON (subdomain.domain_id = domain.domain_id)\n            WHERE subdomain_status NOT IN (\n                'ok', 'disabled', 'toadd', 'tochange', 'torestore', 'toenable', 'todisable', 'todelete'                \n            )\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign(['SUB_ITEM' => '', 'TR_SUB_MESSAGE' => tr('No error found')]);\n        $tpl->parse('SUB_MESSAGE', 'sub_message');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'SUB_MESSAGE' => '',\n            'SUB_NAME'    => tohtml(decode_idna($row['subdomain_name'] . '.' . $row['domain_name'])),\n            'SUB_ERROR'   => tohtml($row['subdomain_status']),\n            'CHANGE_ID'   => $row['subdomain_id'],\n            'CHANGE_TYPE' => 'subdomain'\n        ]);\n        $tpl->parse('SUB_ITEM', '.sub_item');\n    }\n}\n\n/**\n * Get subdomain aliases errors\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction debugger_getAlssubErrors(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n            SELECT subdomain_alias_name, subdomain_alias_status, subdomain_alias_id, alias_name\n            FROM subdomain_alias\n            LEFT JOIN domain_aliasses ON (subdomain_alias_id = domain_aliasses.alias_id)\n            WHERE subdomain_alias_status NOT IN (\n                'ok', 'disabled', 'toadd', 'tochange', 'torestore', 'toenable', 'todisable', 'todelete'\n            )\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign(['ALSSUB_ITEM' => '', 'TR_ALSSUB_MESSAGE' => tr('No error found')]);\n        $tpl->parse('ALSSUB_MESSAGE', 'alssub_message');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'ALSSUB_MESSAGE' => '',\n            'ALSSUB_NAME'    => tohtml(decode_idna($row['subdomain_alias_name'] . '.' . $row['alias_name'])),\n            'ALSSUB_ERROR'   => tohtml($row['subdomain_alias_status']),\n            'CHANGE_ID'      => $row['subdomain_alias_id'],\n            'CHANGE_TYPE'    => 'subdomain_alias'\n        ]);\n        $tpl->parse('ALSSUB_ITEM', '.alssub_item');\n    }\n}\n\n/**\n * Get custom dns errors\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction debugger_getCustomDNSErrors(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n            SELECT domain_dns, domain_dns_status, domain_dns_id\n            FROM domain_dns\n            WHERE domain_dns_status NOT IN (\n                'ok', 'disabled', 'toadd', 'tochange', 'torestore', 'toenable', 'todisable', 'todelete'\n            )\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign(['CUSTOM_DNS_ITEM' => '', 'TR_CUSTOM_DNS_MESSAGE' => tr('No error found')]);\n        $tpl->parse('CUSTOM_DNS_MESSAGE', 'custom_dns_message');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'CUSTOM_DNS_MESSAGE' => '',\n            'CUSTOM_DNS_NAME'    => tohtml(decode_idna($row['domain_dns'])),\n            'CUSTOM_DNS_ERROR'   => tohtml($row['domain_dns_status']),\n            'CHANGE_ID'          => tohtml($row['domain_dns_id']),\n            'CHANGE_TYPE'        => 'custom_dns'\n        ]);\n        $tpl->parse('CUSTOM_DNS_ITEM', '.custom_dns_item');\n    }\n}\n\n/**\n * Gets htaccess errors\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction debugger_getHtaccessErrors(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n            SELECT id, dmn_id, auth_name AS name, status, 'htaccess' AS type\n            FROM htaccess\n            WHERE status NOT IN ('ok', 'disabled', 'toadd', 'tochange', 'todelete')\n            UNION ALL\n            SELECT id, dmn_id, ugroup AS name, status, 'htgroup' AS type\n            FROM htaccess_groups\n            WHERE status NOT IN ('ok', 'disabled', 'toadd', 'tochange', 'todelete')\n            UNION ALL\n            SELECT id, dmn_id, uname AS name, status, 'htpasswd' AS type\n            FROM htaccess_users\n            WHERE status NOT IN ('ok', 'disabled', 'toadd', 'tochange', 'todelete')\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign(['HTACCESS_ITEM' => '', 'TR_HTACCESS_MESSAGE' => tr('No error found')]);\n        $tpl->parse('HTACCESS_MESSAGE', 'htaccess_message');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'HTACCESS_MESSAGE' => '',\n            'HTACCESS_NAME'    => tohtml($row['name']),\n            'HTACCESS_TYPE'    => tohtml($row['type']),\n            'HTACCESS_ERROR'   => tohtml($row['status']),\n            'CHANGE_ID'        => $row['id'],\n            'CHANGE_TYPE'      => $row['type']\n        ]);\n        $tpl->parse('HTACCESS_ITEM', '.htaccess_item');\n    }\n}\n\n/**\n * Get FTP user errors\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction debugger_getFtpUserErrors(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n            SELECT userid, status\n            FROM ftp_users\n            WHERE status NOT IN (\n                'ok', 'disabled', 'toadd', 'tochange', 'toenable', 'todisable', 'todelete'\n            )\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign(['FTP_ITEM' => '', 'TR_FTP_MESSAGE' => tr('No error found')]);\n        $tpl->parse('FTP_MESSAGE', 'ftp_message');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'FTP_MESSAGE' => '',\n            'FTP_NAME'    => tohtml(decode_idna($row['userid'])),\n            'FTP_ERROR'   => tohtml($row['status']),\n            'CHANGE_ID'   => tohtml($row['userid']),\n            'CHANGE_TYPE' => 'ftp'\n        ]);\n        $tpl->parse('FTP_ITEM', '.ftp_item');\n    }\n}\n\n/**\n * Get mails errors\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction debugger_getMailsErrors(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n            SELECT mail_acc, domain_id, mail_type, status, mail_id FROM mail_users\n            WHERE status NOT IN (\n                'ok', 'disabled', 'toadd', 'tochange', 'torestore', 'toenable', 'todisable', 'todelete', 'ordered'\n            )\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign(['MAIL_ITEM' => '', 'TR_MAIL_MESSAGE' => tr('No error found')]);\n        $tpl->parse('MAIL_MESSAGE', 'mail_message');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $searchedId = $row['domain_id'];\n        $mailAcc = $row['mail_acc'];\n        $mailType = $row['mail_type'];\n        $mailId = $row['mail_id'];\n        $mailStatus = $row['status'];\n\n        switch ($mailType) {\n            case MT_NORMAL_MAIL:\n            case MT_NORMAL_FORWARD:\n            case MT_NORMAL_MAIL . ',' . MT_NORMAL_FORWARD:\n                $query = \"SELECT CONCAT('@', domain_name) AS domain_name FROM domain WHERE domain_id = ?\";\n                break;\n            case MT_SUBDOM_MAIL:\n            case MT_SUBDOM_FORWARD:\n            case MT_SUBDOM_MAIL . ',' . MT_SUBDOM_FORWARD:\n                $query = \"\n                    SELECT CONCAT(\n                        '@', subdomain_name, '.', IF(t2.domain_name IS NULL,'\" . tr('missing domain') . \"',t2.domain_name)\n                    ) AS 'domain_name'\n                    FROM subdomain AS t1\n                    LEFT JOIN domain AS t2 ON (t1.domain_id = t2.domain_id)\n                    WHERE subdomain_id = ?\n                \";\n                break;\n            case MT_ALSSUB_MAIL:\n            case MT_ALSSUB_FORWARD:\n            case MT_ALSSUB_MAIL . ',' . MT_ALSSUB_FORWARD:\n                $query = \"\n                    SELECT CONCAT('@', t1.subdomain_alias_name, '.', IF(t2.alias_name IS NULL,'\" . tr('missing alias')\n                    . \"',t2.alias_name) ) AS domain_name\n                    FROM subdomain_alias AS t1\n                    LEFT JOIN domain_aliasses AS t2 ON (t1.alias_id = t2.alias_id)\n                    WHERE subdomain_alias_id = ?\n                \";\n                break;\n            case MT_NORMAL_CATCHALL:\n            case MT_ALIAS_CATCHALL:\n            case MT_ALSSUB_CATCHALL:\n            case MT_SUBDOM_CATCHALL:\n                $query = 'SELECT mail_addr AS domain_name FROM mail_users WHERE mail_id = ?';\n                $searchedId = $mailId;\n                $mailAcc = '';\n                break;\n            case MT_ALIAS_MAIL:\n            case MT_ALIAS_FORWARD:\n            case MT_ALIAS_MAIL . ',' . MT_ALIAS_FORWARD:\n                $query = \"SELECT CONCAT('@', alias_name) AS domain_name FROM domain_aliasses WHERE alias_id = ?\";\n                break;\n            default:\n                throw new Exception('FIXME: ' . __FILE__ . ':' . __LINE__ . $mailType);\n        }\n\n        $domainName = ltrim(exec_query($query, $searchedId)->fetchRow(PDO::FETCH_COLUMN), '@');\n        $tpl->assign([\n            'MAIL_MESSAGE' => '',\n            'MAIL_NAME'    => tohtml($mailAcc . '@' . (\n                $domainName == '' ? ' ' . tr('orphan entry') : decode_idna($domainName))\n            ),\n            'MAIL_ERROR'   => tohtml($mailStatus),\n            'CHANGE_ID'    => $mailId,\n            'CHANGE_TYPE'  => 'mail'\n        ]);\n        $tpl->parse('MAIL_ITEM', '.mail_item');\n    }\n}\n\n/**\n * Get IP errors\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction debugger_getIpErrors(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\n        \"\n            SELECT ip_id, ip_number, ip_card, ip_status\n            FROM server_ips\n            WHERE ip_status NOT IN ('ok', 'toadd', 'tochange', 'todelete')\n        \"\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign(['IP_ITEM' => '', 'TR_IP_MESSAGE' => tr('No error found')]);\n        $tpl->parse('IP_MESSAGE', 'ip_message');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'IP_MESSAGE'  => '',\n            'IP_NAME'     => tohtml((($row['ip_number'] == '0.0.0.0') ? tr('Any') : $row['ip_number'])\n                . ' ' . '(' . $row['ip_card'] . (strpos($row['ip_number'], ':') == FALSE ? ':'\n                    . ($row['ip_id'] + 1000) : '') . ')'),\n            'IP_ERROR'    => tohtml($row['ip_status']),\n            'CHANGE_ID'   => tohtml($row['ip_id']),\n            'CHANGE_TYPE' => 'ip'\n        ]);\n        $tpl->parse('IP_ITEM', '.ip_item');\n    }\n}\n\n/**\n * Get plugin items errors\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction debugger_getPluginItemErrors(TemplateEngine $tpl)\n{\n    /** @var PluginManager $pluginManager */\n    $pluginManager = Registry::get('pluginManager');\n\n    /** @var AbstractPluginAlias[] $plugins */\n    $plugins = $pluginManager->pluginGetLoaded();\n\n    $itemFound = false;\n    foreach ($plugins as $plugin) {\n        $items = $plugin->getItemWithErrorStatus();\n\n        if (!empty($items)) {\n            $itemFound = true;\n            foreach ($items as $item) {\n                $tpl->assign([\n                    'PLUGIN_ITEM_MESSAGE' => '',\n                    'PLUGIN_NAME'         => tohtml($plugin->getName()) . ' (' . tohtml($item['item_name']) . ')',\n                    'PLUGIN_ITEM_ERROR'   => tohtml($item['status']),\n                    'CHANGE_ID'           => $item['item_id'],\n                    'CHANGE_TYPE'         => tohtml($plugin->getName()),\n                    'TABLE'               => tohtml($item['table']),\n                    'FIELD'               => tohtml($item['field'])\n                ]);\n                $tpl->parse('PLUGIN_ITEM_ITEM', '.plugin_item_item');\n            }\n        }\n    }\n\n    if (!$itemFound) {\n        $tpl->assign(['PLUGIN_ITEM_ITEM' => '', 'TR_PLUGIN_ITEM_MESSAGE' => tr('No error found')]);\n        $tpl->parse('PLUGIN_ITEM_MESSAGE', 'plugin_item_message');\n    }\n}\n\n/**\n * Change plugin item status\n *\n * @param string $pluginName Plugin name\n * @param string $table Table name\n * @param string $field Status field name\n * @param int $itemId item unique identifier\n * @return bool\n */\nfunction debugger_changePluginItemStatus($pluginName, $table, $field, $itemId)\n{\n    /** @var PluginManager $pluginManager */\n    $pluginManager = Registry::get('pluginManager');\n\n    if ($pluginManager->pluginIsLoaded($pluginName)) {\n        $pluginManager->pluginGet($pluginName)->changeItemStatus($table, $field, $itemId);\n        return true;\n    }\n\n    return false;\n}\n\n/**\n * Returns the number of requests that still to run.\n *\n * Note: Without any argument, this function will trigger the getCountRequests() method on all enabled plugins\n *\n * @param string $statusField status database field name\n * @param string $tableName i-MSCP database table name\n * @return int Number of request\n */\nfunction debugger_countRequests($statusField = NULL, $tableName = NULL)\n{\n    if ($statusField && $tableName) {\n        $stmt = execute_query(\n            \"\n                SELECT `$statusField`\n                FROM `$tableName`\n                WHERE `$statusField` IN (\n                    'toinstall', 'toupdate', 'touninstall', 'toadd', 'tochange', 'torestore', 'toenable', 'todisable',\n                    'todelete'\n                )\n            \"\n        );\n        return $stmt->rowCount();\n    }\n\n    /** @var PluginManager $pluginManager */\n    $pluginManager = Registry::get('pluginManager');\n\n    /** @var AbstractPluginAlias[] $plugins */\n    $plugins = $pluginManager->pluginGetLoaded();\n    $nbRequests = 0;\n\n    if (!empty($plugins)) {\n        foreach ($plugins as $plugin) {\n            $nbRequests += $plugin->getCountRequests();\n        }\n    }\n\n    return $nbRequests;\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n/** @var PluginManager $plugingManager */\n$plugingManager = Registry::get('pluginManager');\n\n$rqstCount = debugger_countRequests('admin_status', 'admin');\n$rqstCount += debugger_countRequests('domain_status', 'domain');\n$rqstCount += debugger_countRequests('alias_status', 'domain_aliasses');\n$rqstCount += debugger_countRequests('subdomain_status', 'subdomain');\n$rqstCount += debugger_countRequests('subdomain_alias_status', 'subdomain_alias');\n$rqstCount += debugger_countRequests('domain_dns_status', 'domain_dns');\n$rqstCount += debugger_countRequests('status', 'ftp_users');\n$rqstCount += debugger_countRequests('status', 'mail_users');\n$rqstCount += debugger_countRequests('status', 'htaccess');\n$rqstCount += debugger_countRequests('status', 'htaccess_groups');\n$rqstCount += debugger_countRequests('status', 'htaccess_users');\n$rqstCount += debugger_countRequests('ip_status', 'server_ips');\n$rqstCount += debugger_countRequests(); // Plugin items\n\nif (isset($_GET['action'])) {\n    if ($_GET['action'] == 'run') {\n        // Make it possible to trigger backend requests through GUI manually\n        // even if there are not perceptible tasks from the frontEnd POV.\n        //if ($rqstCount > 0) {\n        if (send_request()) {\n            set_page_message(tr('Daemon request successful.'), 'success');\n        } else {\n            set_page_message(tr('Daemon request failed.'), 'error');\n        }\n        //} else {\n        //    set_page_message(tr('There is no pending task. Operation canceled.'), 'warning');\n        //}\n\n        redirectTo('imscp_debugger.php');\n    } elseif ($_GET['action'] == 'change' && (isset($_GET['id']) && isset($_GET['type']))) {\n        switch ($_GET['type']) {\n            case 'user':\n                $query = \"UPDATE admin SET admin_status = ? WHERE admin_id = ?\";\n                break;\n            case 'domain':\n                $query = \"UPDATE domain SET domain_status = ? WHERE domain_id = ?\";\n                break;\n            case 'alias':\n                $query = \"UPDATE domain_aliasses SET alias_status = ? WHERE alias_id = ?\";\n                break;\n            case 'subdomain':\n                $query = \"UPDATE subdomain SET subdomain_status = ? WHERE subdomain_id = ?\";\n                break;\n            case 'subdomain_alias':\n                $query = \"UPDATE subdomain_alias SET subdomain_alias_status = ? WHERE subdomain_alias_id = ?\";\n                break;\n            case 'custom_dns':\n                $query = \"UPDATE domain_dns SET domain_dns_status = ? WHERE domain_dns_id = ?\";\n                break;\n            case 'ftp':\n                $query = \"UPDATE ftp_users SET status = ? WHERE userid = ?\";\n                break;\n            case 'mail':\n                $query = \"UPDATE mail_users SET status = ? WHERE mail_id = ?\";\n                break;\n            case 'htaccess':\n                $query = 'UPDATE htaccess SET status = ? WHERE id = ?';\n                break;\n            case 'htgroup':\n                $query = 'UPDATE htaccess_groups SET status = ? WHERE id = ?';\n                break;\n            case 'htpasswd':\n                $query = 'UPDATE htaccess_users SET status = ? WHERE id = ?';\n                break;\n            case 'ip':\n                $query = 'UPDATE server_ips SET ip_status = ? WHERE ip_id = ?';\n                break;\n            case 'plugin':\n                $query = \"UPDATE plugin SET plugin_status = ? WHERE plugin_id = ?\";\n                break;\n            default:\n                if (isset($_GET['table']) && isset($_GET['field'])) {\n                    if (!debugger_changePluginItemStatus($_GET['type'], $_GET['table'], $_GET['field'], $_GET['id'])) {\n                        set_page_message(tr('Unknown type.'), 'error');\n                    } else {\n                        set_page_message(tr('Done'), 'success');\n                    }\n                } else {\n                    showBadRequestErrorPage();\n                }\n\n                redirectTo('imscp_debugger.php');\n        }\n\n        $stmt = exec_query($query, ['tochange', $_GET['id']]);\n\n        if ($stmt !== false) {\n            set_page_message(tr('Done'), 'success');\n        } else {\n            $db = DatabaseMySQL::getInstance();\n            set_page_message(tr('Unknown Error') . '<br>' . $db->errorMsg(), 'error');\n        }\n\n        redirectTo('imscp_debugger.php');\n    }\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'              => 'shared/layouts/ui.tpl',\n    'page'                => 'admin/imscp_debugger.tpl',\n    'page_message'        => 'layout',\n    'user_message'        => 'page',\n    'user_item'           => 'page',\n    'dmn_message'         => 'page',\n    'dmn_item'            => 'page',\n    'als_message'         => 'page',\n    'als_item'            => 'page',\n    'sub_message'         => 'page',\n    'sub_item'            => 'page',\n    'alssub_message'      => 'page',\n    'alssub_item'         => 'page',\n    'custom_dns_message'  => 'page',\n    'custom_dns_item'     => 'page',\n    'htaccess_message'    => 'page',\n    'htaccess_item'       => 'page',\n    'ftp_message'         => 'page',\n    'ftp_item'            => 'page',\n    'mail_message'        => 'page',\n    'mail_item'           => 'page',\n    'ip_message'          => 'page',\n    'ip_item'             => 'page',\n    'plugin_message'      => 'page',\n    'plugin_item'         => 'page',\n    'plugin_item_message' => 'page',\n    'plugin_item_item'    => 'page'\n]);\n\ndebugger_getUserErrors($tpl);\ndebugger_getDmnErrors($tpl);\ndebugger_getAlsErrors($tpl);\ndebugger_getSubErrors($tpl);\ndebugger_getAlssubErrors($tpl);\ndebugger_getCustomDNSErrors($tpl);\ndebugger_getFtpUserErrors($tpl);\ndebugger_getMailsErrors($tpl);\ndebugger_getHtaccessErrors($tpl);\ndebugger_getIpErrors($tpl);\ndebugger_getPluginItemErrors($tpl);\n\n$tpl->assign([\n    'TR_PAGE_TITLE'         => tr('Admin / System Tools / Debugger'),\n    'TR_USER_ERRORS'        => tr('User errors'),\n    'TR_DMN_ERRORS'         => tr('Domain errors'),\n    'TR_ALS_ERRORS'         => tr('Domain alias errors'),\n    'TR_SUB_ERRORS'         => tr('Subdomain errors'),\n    'TR_ALSSUB_ERRORS'      => tr('Subdomain alias errors'),\n    'TR_CUSTOM_DNS_ERRORS'  => tr('Custom DNS errors'),\n    'TR_FTP_ERRORS'         => tr('FTP user errors'),\n    'TR_MAIL_ERRORS'        => tr('Mail account errors'),\n    'TR_IP_ERRORS'          => tr('IP errors'),\n    'TR_HTACCESS_ERRORS'    => tr('Htaccess, htgroups and htpasswd errors'),\n    'TR_PLUGINS_ERRORS'     => tr('Plugin errors'),\n    'TR_PLUGIN_ITEM_ERRORS' => tr('Plugin item errors'),\n    'TR_PENDING_TASKS'      => tr('Pending tasks'),\n    'TR_EXEC_TASKS'         => tr('Execute tasks'),\n    'TR_CHANGE_STATUS'      => tr(\"Change status of this item for a new attempt\"),\n    'EXEC_COUNT'            => $rqstCount\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/imscp_updates.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Update\\VersionUpdate;\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction admin_generatePage(TemplateEngine $tpl)\n{\n    $cfg = Registry::get('config');\n\n    if (!isset($cfg['CHECK_FOR_UPDATES']) || !$cfg['CHECK_FOR_UPDATES']) {\n        set_page_message(tr('i-MSCP version update checking is disabled'), 'static_warning');\n    } else {\n        $updateVersion = VersionUpdate::getInstance();\n\n        if ($updateVersion->isAvailableUpdate()) {\n            if (($updateInfo = $updateVersion->getUpdateInfo())) {\n                $date = new DateTime($updateInfo['published_at']);\n                $tpl->assign(\n                    [\n                        'TR_UPDATE_INFO'         => tr('Update info'),\n                        'TR_RELEASE_VERSION'     => tr('Release version'),\n                        'RELEASE_VERSION'        => tohtml($updateInfo['tag_name']),\n                        'TR_RELEASE_DATE'        => tr('Release date'),\n                        'RELEASE_DATE'           => tohtml($date->format($cfg['DATE_FORMAT'])),\n                        'TR_RELEASE_DESCRIPTION' => tr('Release description'),\n                        'RELEASE_DESCRIPTION'    => tohtml($updateInfo['body']),\n                        'TR_DOWNLOAD_LINKS'      => tr('Download links'),\n                        'TR_DOWNLOAD_ZIP'        => tr('Download ZIP'),\n                        'TR_DOWNLOAD_TAR'        => tr('Download TAR'),\n                        'TARBALL_URL'            => tohtml($updateInfo['tarball_url']),\n                        'ZIPBALL_URL'            => tohtml($updateInfo['zipball_url'])\n                    ]\n                );\n                return;\n            } else {\n                set_page_message($updateVersion->getError(), 'error');\n            }\n        } elseif ($updateVersion->getError()) {\n            set_page_message($updateVersion, 'error');\n        } else {\n            set_page_message(tr('No update available'), 'static_info');\n        }\n    }\n\n    $tpl->assign('UPDATE_INFO', '');\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nstripos(Registry::get('config')['Version'], 'git') === false\n&& Registry::get('config')['CHECK_FOR_UPDATES'] or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic(\n    [\n        'layout'       => 'shared/layouts/ui.tpl',\n        'page'         => 'admin/imscp_updates.tpl',\n        'page_message' => 'layout',\n        'update_info'  => 'page'\n    ]\n);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Admin / System Tools / i-MSCP Updates')));\n\ngenerateNavigation($tpl);\nadmin_generatePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/index.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Update\\VersionUpdate;\n\n/**\n * Generates support questions notice for administrator\n *\n * @return void\n */\nfunction admin_generateSupportQuestionsMessage()\n{\n    $ticketsCount = exec_query(\n        'SELECT COUNT(ticket_id) FROM tickets WHERE ticket_to = ? AND ticket_status IN (1, 2) AND ticket_reply = 0',\n        $_SESSION['user_id']\n    )->fetchRow(PDO::FETCH_COLUMN);\n\n    if ($ticketsCount > 0) {\n        set_page_message(\n            ntr('You have a new support ticket.', 'You have %d new support tickets.', $ticketsCount, $ticketsCount),\n            'static_info'\n        );\n    }\n}\n\n/**\n * Generates update messages\n *\n * Generates update messages for both database updates and i-MSCP updates.\n *\n * @return void\n */\nfunction admin_generateUpdateMessages()\n{\n    if (!Registry::get('config')['CHECK_FOR_UPDATES']\n        || stripos(Registry::get('config')['Version'], 'git') !== false\n    ) {\n        return;\n    }\n\n    $updateVersion = VersionUpdate::getInstance();\n\n    if ($updateVersion->isAvailableUpdate()) {\n        set_page_message('<a href=\"imscp_updates.php\" class=\"link\">' . tr('A new i-MSCP version is available') . '</a>', 'static_info');\n    } elseif (($error = $updateVersion->getError())) {\n        set_page_message($error, 'error');\n    }\n}\n\n/**\n * Generates admin general information\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction admin_getAdminGeneralInfo(TemplateEngine $tpl)\n{\n    $tpl->assign([\n        'ADMIN_USERS'     => tohtml(get_administrators_count()),\n        'RESELLER_USERS'  => tohtml(get_resellers_count()),\n        'NORMAL_USERS'    => tohtml(get_customers_count()),\n        'DOMAINS'         => tohtml(get_domains_count()),\n        'SUBDOMAINS'      => tohtml(get_subdomains_count()),\n        'DOMAINS_ALIASES' => tohtml(get_domain_aliases_count()),\n        'MAIL_ACCOUNTS'   => tohtml(get_mail_accounts_count())\n            . (!Registry::get('config')['COUNT_DEFAULT_EMAIL_ADDRESSES']\n                ? ' (' . tohtml('Excl. default mail accounts') . ')' : ''\n            ),\n        'FTP_ACCOUNTS'    => tohtml(get_ftp_users_count()),\n        'SQL_DATABASES'   => tohtml(get_sql_databases_count()),\n        'SQL_USERS'       => tohtml(get_sql_users_count())\n    ]);\n}\n\n/**\n * Generates server traffic bar\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction admin_generateServerTrafficInfo(TemplateEngine $tpl)\n{\n    $cfg = Registry::get('config');\n    $trafficLimitBytes = filter_digits($cfg['SERVER_TRAFFIC_LIMIT']) * 1048576;\n    $trafficWarningBytes = filter_digits($cfg['SERVER_TRAFFIC_WARN']) * 1048576;\n\n    if (!$trafficWarningBytes) {\n        $trafficWarningBytes = $trafficLimitBytes;\n    }\n\n    // Get server traffic usage in bytes for the current month\n    $stmt = exec_query(\n        '\n            SELECT IFNULL(SUM(bytes_in), 0) + IFNULL(SUM(bytes_out), 0) AS serverTrafficUsage\n            FROM server_traffic\n            WHERE traff_time BETWEEN ? AND ?\n        ',\n        [getFirstDayOfMonth(), getLastDayOfMonth()]\n    );\n\n    if ($stmt->rowCount()) {\n        $row = $stmt->fetchRow();\n        $trafficUsageBytes = $row['serverTrafficUsage'];\n    } else {\n        $trafficUsageBytes = 0;\n    }\n\n    // Get traffic usage in percent\n    $trafficUsagePercent = getPercentUsage($trafficUsageBytes, $trafficLimitBytes);\n    $trafficMessage = ($trafficLimitBytes > 0)\n        ? sprintf('[%s / %s]', bytesHuman($trafficUsageBytes), bytesHuman($trafficLimitBytes))\n        : sprintf('[%s / ∞]', bytesHuman($trafficUsageBytes));\n\n    // traffic warning \n    if ($trafficUsageBytes\n        && (\n            $trafficWarningBytes && $trafficUsageBytes > $trafficWarningBytes\n            || $trafficLimitBytes && $trafficUsageBytes > $trafficLimitBytes\n        )\n    ) {\n        set_page_message(tr('You are exceeding the monthly server traffic limit.'), 'static_warning');\n    }\n\n    $tpl->assign([\n        'TRAFFIC_WARNING'       => tohtml($trafficMessage),\n        'TRAFFIC_PERCENT_WIDTH' => tohtml($trafficUsagePercent, 'htmlAttr'),\n        'TRAFFIC_PERCENT'       => tohtml($trafficUsagePercent)\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin', Registry::get('config')['PREVENT_EXTERNAL_LOGIN_ADMIN']);\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                  => 'shared/layouts/ui.tpl',\n    'page'                    => 'admin/index.tpl',\n    'page_message'            => 'layout',\n    'traffic_warning_message' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'      => tohtml(tr('Admin / General / Overview')),\n    'TR_PROPERTIES'      => tohtml(tr('Properties')),\n    'TR_VALUES'          => tohtml(tr('Values')),\n    'TR_ADMIN_USERS'     => tohtml(tr('Admin users')),\n    'TR_RESELLER_USERS'  => tohtml(tr('Reseller users')),\n    'TR_NORMAL_USERS'    => tohtml(tr('Client users')),\n    'TR_DOMAINS'         => tohtml(tr('Domains')),\n    'TR_SUBDOMAINS'      => tohtml(tr('Subdomains')),\n    'TR_DOMAINS_ALIASES' => tohtml(tr('Domain aliases')),\n    'TR_MAIL_ACCOUNTS'   => tohtml(tr('Mail accounts')),\n    'TR_FTP_ACCOUNTS'    => tohtml(tr('FTP accounts')),\n    'TR_SQL_DATABASES'   => tohtml(tr('SQL databases')),\n    'TR_SQL_USERS'       => tohtml(tr('SQL users')),\n    'TR_SERVER_TRAFFIC'  => tohtml(tr('Monthly server traffic'))\n]);\n\ngenerateNavigation($tpl);\nadmin_generateSupportQuestionsMessage();\nadmin_generateUpdateMessages();\nadmin_getAdminGeneralInfo($tpl);\nadmin_generateServerTrafficInfo($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/ip_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (!isset($_GET['ip_id'])) {\n    showBadRequestErrorPage();\n}\n\n$ipId = intval($_GET['ip_id']);\n\n$stmt = exec_query('SELECT ip_number FROM server_ips WHERE ip_id = ?', $ipId);\nif (!$stmt->rowCount()) {\n    showBadRequestErrorPage();\n}\n\n$row = $stmt->fetchRow();\n$ipAddr = $row['ip_number'];\n\n$stmt = execute_query('SELECT reseller_ips FROM reseller_props');\nwhile ($row = $stmt->fetchRow()) {\n    if (in_array($ipId, explode(';', $row['reseller_ips'], -1))) {\n        set_page_message(tr('You cannot remove an IP that is assigned to a reseller.'), 'error');\n        redirectTo('ip_manage.php');\n    }\n}\n\n$stmt = execute_query('SELECT count(*) cnt FROM server_ips');\n$row = $stmt->fetchRow();\n\nif ($row ['cnt'] < 2) {\n    set_page_message(tr('You cannot delete the last active IP address.'), 'error');\n    redirectTo('ip_manage.php');\n}\n\nEventAggregator::getInstance()->dispatch(Events::onDeleteIpAddr);\nexec_query('UPDATE server_ips SET ip_status = ? WHERE ip_id = ?', ['todelete', $ipId]);\nsend_request();\nwrite_log(sprintf(\"An IP address (%s) has been deleted by %s\", $ipAddr, $_SESSION['user_logged']), E_USER_NOTICE);\nset_page_message(tr('IP address successfully scheduled for deletion.'), 'success');\nredirectTo('ip_manage.php');\n"
  },
  {
    "path": "gui/public/admin/ip_manage.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\EventDescription;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Net;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Send Json response\n *\n * @param int $statusCode HTTPD status code\n * @param array $data JSON data\n * @return void\n */\nfunction sendJsonResponse($statusCode = 200, array $data = [])\n{\n    header('Cache-Control: no-cache, must-revalidate');\n    header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');\n    header('Content-type: application/json');\n\n    switch ($statusCode) {\n        case 400:\n            header('Status: 400 Bad Request');\n            break;\n        case 404:\n            header('Status: 404 Not Found');\n            break;\n        case 500:\n            header('Status: 500 Internal Server Error');\n            break;\n        case 501:\n            header('Status: 501 Not Implemented');\n            break;\n        default:\n            header('Status: 200 OK');\n    }\n\n    echo json_encode($data);\n    exit;\n}\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generatePage($tpl)\n{\n    generateIpsList($tpl);\n    generateDevicesList($tpl);\n\n    $ipConfigMode = isset($_POST['ip_config_mode']) && in_array($_POST['ip_config_mode'], ['auto', 'manual'])\n        ? $_POST['ip_config_mode']\n        : 'auto';\n\n    $tpl->assign([\n        'VALUE_IP'         => isset($_POST['ip_number']) ? tohtml($_POST['ip_number']) : '',\n        'VALUE_IP_NETMASK' => isset($_POST['ip_netmask']) ? tohtml($_POST['ip_netmask']) : 24,\n        'IP_CONFIG_AUTO'   => $ipConfigMode == 'auto' ? ' checked' : '',\n        'IP_CONFIG_MANUAL' => $ipConfigMode == 'manual' ? ' checked' : ''\n    ]);\n}\n\n/**\n * Generates IPs list\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generateIpsList($tpl)\n{\n    $assignedIps = [];\n    $stmt = execute_query('SELECT reseller_ips FROM reseller_props');\n    while ($row = $stmt->fetchRow()) {\n        $resellerIps = explode(';', $row['reseller_ips'], -1);\n        foreach ($resellerIps as $ipId) {\n            if (!in_array($ipId, $assignedIps)) {\n                $assignedIps[] = $ipId;\n            }\n        }\n    }\n\n    $stmt = execute_query('SELECT * FROM server_ips');\n    if (!$stmt->rowCount()) {\n        $tpl->assign('IP_ADDRESSES_BLOCK', '');\n        set_page_message(tr('No IP address found.'), 'info');\n        return;\n    }\n\n    $cfg = Registry::get('config');\n    $net = Net::getInstance();\n    $baseServerIp = ($net->getVersion($cfg['BASE_SERVER_IP']) == 6)\n        ? $net->compress($cfg['BASE_SERVER_IP'])\n        : $cfg['BASE_SERVER_IP'];\n\n    while ($row = $stmt->fetchRow()) {\n        $ipAddr = ($net->getVersion($row['ip_number']) == 6) ? $net->compress($row['ip_number']) : $row['ip_number'];\n\n        if ($baseServerIp === $ipAddr) {\n            $actionName = $row['ip_status'] == 'ok' ? tr('Protected') : translate_dmn_status($row['ip_status']);\n            $actionIpId = NULL;\n        } elseif (in_array($row['ip_id'], $assignedIps)) {\n            $actionName = ($row['ip_status'] == 'ok')\n                ? tr('Assigned to at least one reseller') : translate_dmn_status($row['ip_status']);\n            $actionIpId = NULL;\n        } elseif ($row['ip_status'] == 'ok') {\n            $actionName = tr('Remove IP');\n            $actionIpId = $row['ip_id'];\n        } else {\n            $actionName = translate_dmn_status($row['ip_status']);\n            $actionIpId = NULL;\n        }\n\n        $tpl->assign([\n            'IP'           => tohtml(($row['ip_number'] == '0.0.0.0') ? tr('Any') : $row['ip_number']),\n            'IP_NETMASK'   => $net->getIpPrefixLength($net->compress($row['ip_number'])) ?: $row['ip_netmask'] ?: tr('N/A'),\n            'IP_EDITABLE'  => ($row['ip_status'] == 'ok'\n                && $baseServerIp != $ipAddr\n                && $row['ip_config_mode'] != 'manual'\n            ) ? true : false,\n            'NETWORK_CARD' => ($row['ip_card'] === NULL)\n                ? '' : (($row['ip_card'] !== 'any') ? tohtml($row['ip_card']) : tohtml(tr('Any')))\n        ]);\n\n        if ($row['ip_status'] == 'ok' && $row['ip_card'] != 'any' && $row['ip_number'] !== '0.0.0.0') {\n            $tpl->assign([\n                'IP_ID'            => $row['ip_id'],\n                'IP_CONFIG_AUTO'   => $row['ip_config_mode'] != 'manual' ? ' checked' : '',\n                'IP_CONFIG_MANUAL' => $row['ip_config_mode'] == 'manual' ? ' checked' : ''\n            ]);\n            $tpl->parse('IP_CONFIG_MODE_BLOCK', 'ip_config_mode_block');\n        } else {\n            $tpl->assign('IP_CONFIG_MODE_BLOCK', tr('N/A'));\n        }\n\n        if ($actionIpId === NULL) {\n            $tpl->assign('IP_ACTION_DELETE', $actionName);\n        } else {\n            $tpl->assign([\n                'ACTION_NAME'  => $actionName,\n                'ACTION_IP_ID' => $actionIpId\n            ]);\n            $tpl->parse('IP_ACTION_DELETE', 'ip_action_delete');\n        }\n\n        $tpl->parse('IP_ADDRESS_BLOCK', '.ip_address_block');\n    }\n}\n\n/**\n * Generates network devices list\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generateDevicesList($tpl)\n{\n    $netDevices = array_filter(Net::getInstance()->getDevices(), function ($device) {\n        return $device != 'lo';\n    });\n\n    if (empty($netDevices)) {\n        set_page_message(tr('Could not find any network interface. You cannot add new IP addresses.'), 'error');\n        $tpl->assign('IP_ADDRESS_FORM_BLOCK', '');\n        return;\n    }\n\n    sort($netDevices);\n    foreach ($netDevices as $netDevice) {\n        $tpl->assign([\n            'NETWORK_CARD' => $netDevice,\n            'SELECTED'     => isset($_POST['ip_card']) && $_POST['ip_card'] == $netDevice ? ' selected' : ''\n        ]);\n        $tpl->parse('NETWORK_CARD_BLOCK', '.network_card_block');\n    }\n}\n\n/**\n * Checks IP data\n *\n * @param string $ipAddr IP address\n * @param int $ipNetmask IP netmask\n * @param string $ipConfigMode IP configuration mode\n * @param string $ipCard IP network card\n * @return bool TRUE if data are valid, FALSE otherwise\n */\nfunction checkIpData($ipAddr, $ipNetmask, $ipConfigMode, $ipCard)\n{\n    $errFieldsStack = [];\n\n    // Validate IP addr\n    if (filter_var($ipAddr, FILTER_VALIDATE_IP, FILTER_FLAG_NO_RES_RANGE) === false) {\n        set_page_message(tr('Wrong or unallowed IP address.'), 'error');\n        $errFieldsStack[] = 'ip_number';\n    }\n\n    $net = Net::getInstance();\n\n    // Validate IP netmask\n    $isIPv6 = $net->getVersion($ipAddr) == 6;\n    if (!ctype_digit($ipNetmask)\n        || $ipNetmask < 1\n        || ($isIPv6 && $ipNetmask > 128)\n        || (!$isIPv6 && $ipNetmask > 32)\n    ) {\n        set_page_message(tr('Wrong or unallowed IP netmask.'), 'error');\n        $errFieldsStack[] = 'ip_netmask';\n    }\n\n    // Validate Network interface\n    $networkCards = Net::getInstance()->getDevices();\n    if (!in_array($ipCard, $networkCards) || $ipCard == 'lo') {\n        showBadRequestErrorPage();\n    }\n\n    // Validate IP addr configuration mode\n    if (!in_array($ipConfigMode, ['auto', 'manual'], true)) {\n        showBadRequestErrorPage();\n    }\n\n    if (!empty($errFieldsStack)) {\n        if (!is_xhr()) {\n            Registry::set('errFieldsStack', $errFieldsStack);\n        }\n\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Edit IP address\n *\n * @return void\n */\nfunction editIpAddr()\n{\n    try {\n        if (!isset($_POST['ip_id'])) {\n            sendJsonResponse(400, ['message' => tr('Bad request.')]);\n        }\n\n        $ipId = intval($_POST['ip_id']);\n\n        $stmt = exec_query('SELECT * FROM server_ips WHERE ip_id = ? AND ip_status = ?', [$ipId, 'ok']);\n        if (!$stmt->rowCount()) {\n            sendJsonResponse(400, ['message' => tr('Bad request.')]);\n        }\n\n        $net = Net::getInstance();\n        $row = $stmt->fetchRow();\n        $ipNetmask = isset($_POST['ip_netmask'])\n            ? clean_input($_POST['ip_netmask'])\n            : ($net->getIpPrefixLength($row['ip_number']) ?: ($row['ip_netmask'] ?: ($net->getVersion($row['ip_number']) == 4 ? 24 : 64)));\n        $ipCard = isset($_POST['ip_card']) ? clean_input($_POST['ip_card']) : $row['ip_card'];\n        $ipConfigMode = isset($_POST['ip_config_mode'][$ipId])\n            ? clean_input($_POST['ip_config_mode'][$ipId]) : $row['ip_config_mode'];\n\n        if (!checkIpData($row['ip_number'], $ipNetmask, $ipConfigMode, $ipCard)) {\n            Zend_Session::namespaceUnset('pageMessages');\n            sendJsonResponse(400, ['message' => tr('Bad request.')]);\n        }\n\n        EventAggregator::getInstance()->dispatch(Events::onEditIpAddr, [\n            'ip_id'          => $ipId,\n            'ip_number'      => $row['ip_number'],\n            'ip_netmask'     => $ipNetmask,\n            'ip_card'        => $ipCard,\n            'ip_config_mode' => $ipConfigMode\n        ]);\n\n        exec_query(\n            'UPDATE server_ips SET ip_netmask = ?, ip_card = ?, ip_config_mode = ?, ip_status = ? WHERE ip_id = ?',\n            [$ipNetmask, $ipCard, $ipConfigMode, 'tochange', $ipId\n            ]);\n\n        send_request();\n        write_log(sprintf(\"Configuration for the %s IP address has been updated by %s\", $row['ip_number'], $_SESSION['user_logged']), E_USER_NOTICE);\n        set_page_message(tr('IP address successfully scheduled for modification.'), 'success');\n        sendJsonResponse(200);\n    } catch (Exception $e) {\n        sendJsonResponse(500, ['message' => sprintf('An unexpected error occurred: %s', $e->getMessage())]);\n    }\n}\n\n/**\n * Add IP addr\n *\n * @return void\n */\nfunction addIpAddr()\n{\n    $ipAddr = isset($_POST['ip_number']) ? clean_input($_POST['ip_number']) : '';\n    $ipNetmask = isset($_POST['ip_netmask']) ? clean_input($_POST['ip_netmask']) : '';\n    $ipCard = isset($_POST['ip_card']) ? clean_input($_POST['ip_card']) : '';\n    $ipConfigMode = isset($_POST['ip_config_mode']) ? clean_input($_POST['ip_config_mode']) : '';\n\n    if (!checkIpData($ipAddr, $ipNetmask, $ipConfigMode, $ipCard)) {\n        return;\n    }\n\n    $net = Net::getInstance();\n\n    if ($net->getVersion($ipAddr) == 6) {\n        $ipAddr = $net->compress($ipAddr);\n    }\n\n    // Make sure that $ipAddr is not already under the control of i-MSCP\n    $stmt = execute_query('SELECT ip_number FROM server_ips');\n    while ($row = $stmt->fetchRow()) {\n        $cIpaddr = ($net->getVersion($row['ip_number']) == 6) ? $net->compress($row['ip_number']) : $row['ip_number'];\n        if ($cIpaddr === $ipAddr) {\n            set_page_message(tr('IP address already under the control of i-MSCP.'), 'error');\n            $errFieldsStack[] = 'ip_number';\n            break;\n        }\n    }\n\n    EventAggregator::getInstance()->dispatch(Events::onAddIpAddr, [\n        'ip_number'      => $ipAddr,\n        'ip_netmask'     => $ipNetmask,\n        'ip_card'        => $ipCard,\n        'ip_config_mode' => $ipConfigMode\n    ]);\n\n    exec_query(\n        'INSERT INTO server_ips (ip_number, ip_netmask, ip_card, ip_config_mode, ip_status) VALUES (?, ?, ?, ?, ?)',\n        [$ipAddr, $ipNetmask, $ipCard, $ipConfigMode, 'toadd']\n    );\n\n    send_request();\n    set_page_message(tr('IP address successfully scheduled for addition.'), 'success');\n    write_log(sprintf(\"An IP address (%s) has been added by %s\", $ipAddr, $_SESSION['user_logged']), E_USER_NOTICE);\n    redirectTo('ip_manage.php');\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (!empty($_POST)) {\n    if (is_xhr()) {\n        editIpAddr();\n    }\n\n    addIpAddr();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                => 'shared/layouts/ui.tpl',\n    'page'                  => 'admin/ip_manage.tpl',\n    'page_message'          => 'layout',\n    'ip_addresses_block'    => 'page',\n    'ip_address_block'      => 'ip_addresses_block',\n    'ip_config_mode_block'  => 'ip_address_block',\n    'ip_action_delete'      => 'ip_address_block',\n    'ip_address_form_block' => 'page',\n    'network_card_block'    => 'ip_address_form_block'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'           => tr('Admin / Settings / IP Management'),\n    'TR_IP'                   => tr('IP address'),\n    'TR_IP_NETMASK'           => tr('IP netmask'),\n    'TR_ACTION'               => tr('Action'),\n    'TR_NETWORK_CARD'         => tr('Network interface (NIC)'),\n    'TR_ADD'                  => tr('Add'),\n    'TR_CANCEL'               => tr('Cancel'),\n    'TR_CONFIGURED_IPS'       => tr('IP addresses under control of i-MSCP'),\n    'TR_ADD_NEW_IP'           => tr('Add new IP address'),\n    'TR_TIP'                  => tr('This interface allow to add or remove IP addresses.'),\n    'TR_CONFIG_MODE'          => tr('Configuration mode'),\n    'TR_CONFIG_MODE_TOOLTIPS' => tr(\"When set to `Auto', the IP address is automatically configured.\") . '<br>'\n        . tr(\"When set to `Manual', the configuration is left to the administrator.\") . '<br><br>'\n        . tr('Note that in manual mode, the NIC and the subnet mask are only indicative.'),\n    'TR_AUTO'                 => tr('Auto'),\n    'TR_MANUAL'               => tr('Manual')\n]);\n\nEventAggregator::getInstance()->registerListener('onGetJsTranslations', function (EventDescription $e) {\n    $translation = $e->getParam('translations');\n    $translation['core']['datatable'] = getDataTablesPluginTranslations(false);\n    $translation['core']['err_fields_stack'] = Registry::isRegistered('errFieldsStack') ? Registry::get('errFieldsStack') : [];\n    $translation['core']['confirm_deletion_msg'] = tr(\"Are you sure you want to delete the `%%s' IP address?\");\n    $translation['core']['edit_tooltip'] = tr(\"Click to edit\");\n});\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/ip_usage.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate List of Domains assigned to IPs\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction listIPDomains(TemplateEngine $tpl)\n{\n    $stmt = execute_query('SELECT ip_id, ip_number FROM server_ips');\n\n    while ($ip = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $stmt2 = exec_query(\n            '\n                SELECT t1.domain_name, t3.admin_name\n                FROM domain AS t1\n                JOIN admin AS t2 ON(t2.admin_id = t1.domain_admin_id)\n                JOIN admin as t3 ON(t3.admin_id = t2.created_by)\n                WHERE t1.domain_ip_id = :ip_id\n                UNION ALL\n                SELECT t1.alias_name AS domain_name, t4.admin_name\n                FROM domain_aliasses AS t1\n                JOIN domain AS t2 USING(domain_id)\n                JOIN admin AS t3 ON(admin_id = domain_admin_id)\n                JOIN admin AS t4 ON(t4.admin_id = t3.created_by)\n                WHERE alias_ip_id = :ip_id\n            ',\n            ['ip_id' => $ip['ip_id']]\n        );\n\n        $domainsCount = $stmt2->rowCount();\n\n        $tpl->assign([\n            'IP'           => tohtml($ip['ip_number'] == '0.0.0.0'\n                ? tr('Any') : $ip['ip_number']\n            ),\n            'RECORD_COUNT' => tr('Total Domains') . ': ' . ($domainsCount)\n        ]);\n\n        if ($domainsCount) {\n            while ($data = $stmt2->fetchRow(PDO::FETCH_ASSOC)) {\n                $tpl->assign([\n                    'DOMAIN_NAME'   => tohtml(\n                        decode_idna($data['domain_name'])\n                    ),\n                    'RESELLER_NAME' => tohtml($data['admin_name'])\n                ]);\n                $tpl->parse('DOMAIN_ROW', '.domain_row');\n            }\n        } else {\n            $tpl->assign('DOMAIN_NAME', tr('No used yet'));\n            $tpl->parse('DOMAIN_ROW', 'domain_row');\n        }\n\n        $tpl->parse('IP_ROW', '.ip_row');\n        $tpl->assign('DOMAIN_ROW', '');\n    }\n}\n\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(\n    Events::onAdminScriptStart\n);\n\nif (!systemHasCustomers()) {\n    showBadRequestErrorPage();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'admin/ip_usage.tpl',\n    'page_message' => 'layout',\n    'ip_row'       => 'page',\n    'domain_row'   => 'ip_row'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                => tohtml(\n        tr('Admin / Statistics / IP Usage')\n    ),\n    'TR_SERVER_STATISTICS'         => tohtml(tr('Server statistics')),\n    'TR_IP_ADMIN_USAGE_STATISTICS' => tohtml(tr('Admin/IP usage statistics')),\n    'TR_DOMAIN_NAME'               => tohtml(tr('Domain Name')),\n    'TR_RESELLER_NAME'             => tohtml(tr('Reseller Name'))\n]);\n\ngenerateNavigation($tpl);\nlistIPDomains($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onAdminScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/language.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'              => 'shared/layouts/ui.tpl',\n    'page'                => 'admin/language.tpl',\n    'page_message'        => 'layout',\n    'languages_available' => 'page',\n    'def_language'        => 'languages_available'\n]);\n\n$adminCurrentLanguage = $_SESSION['user_def_lang'];\n\nif (!empty($_POST)) {\n    $adminNewLanguage = clean_input($_POST['def_language']);\n\n    if (!in_array($adminNewLanguage, i18n_getAvailableLanguages(true), true)) {\n        showBadRequestErrorPage();\n    }\n\n    if ($adminCurrentLanguage != $adminNewLanguage) {\n        exec_query('UPDATE user_gui_props SET lang = ? WHERE user_id = ?', [$adminNewLanguage, $_SESSION['user_id']]);\n        $_SESSION['user_def_lang'] = $adminNewLanguage;\n        set_page_message(tr('Language has been updated.'), 'success');\n    } else {\n        set_page_message(tr('Nothing has been changed.'), 'info');\n    }\n\n    redirectTo('language.php');\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'      => tr('Admin / Profile / Language'),\n    'TR_LANGUAGE'        => tr('Language'),\n    'TR_CHOOSE_LANGUAGE' => tr('Choose your language'),\n    'TR_UPDATE'          => tr('Update')\n]);\n\ngenerateNavigation($tpl);\ngenerateLanguagesList($tpl, $adminCurrentLanguage);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/layout.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate layout color form.\n *\n * @param $tpl TemplateEngine Template engine instance\n * @return void\n */\nfunction admin_generateLayoutColorForm(TemplateEngine $tpl)\n{\n    $colors = layout_getAvailableColorSet();\n\n    if (!empty($POST) && isset($_POST['layoutColor']) && in_array($_POST['layoutColor'], $colors)) {\n        $selectedColor = $_POST['layoutColor'];\n    } else {\n        $selectedColor = $_SESSION['user_theme_color'];\n    }\n\n    if (!empty($colors)) {\n        foreach ($colors as $color) {\n            $tpl->assign([\n                'COLOR'          => $color,\n                'SELECTED_COLOR' => ($color == $selectedColor) ? ' selected' : ''\n            ]);\n            $tpl->parse('LAYOUT_COLOR_BLOCK', '.layout_color_block');\n        }\n    } else {\n        $tpl->assign('LAYOUT_COLORS_BLOCK', '');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'              => 'shared/layouts/ui.tpl',\n    'page'                => 'admin/layout.tpl',\n    'page_message'        => 'layout',\n    'logo_remove_button'  => 'page',\n    'layout_colors_block' => 'page',\n    'layout_color_block'  => 'layout_colors_block'\n]);\n\n/**\n * Dispatches request\n */\nif (isset($_POST['uaction'])) {\n    if ($_POST['uaction'] == 'updateIspLogo') {\n        if (layout_updateUserLogo()) {\n            set_page_message(tr('Logo successfully updated.'), 'success');\n        }\n    } elseif ($_POST['uaction'] == 'deleteIspLogo') {\n        if (layout_deleteUserLogo()) {\n            set_page_message(tr('Logo successfully removed.'), 'success');\n        }\n    } elseif ($_POST['uaction'] == 'changeShowLabels') {\n        layout_setMainMenuLabelsVisibility($_SESSION['user_id'], intval($_POST['mainMenuShowLabels']));\n        set_page_message(tr('Main menu labels visibility successfully updated.'), 'success');\n\n    } elseif ($_POST['uaction'] == 'changeLayoutColor' && isset($_POST['layoutColor'])) {\n        $userId = isset($_SESSION['logged_from_id']) ? $_SESSION['logged_from_id'] : $_SESSION['user_id'];\n\n        if (layout_setUserLayoutColor($userId, $_POST['layoutColor'])) {\n            $_SESSION['user_theme_color'] = $_POST['layoutColor'];\n            set_page_message(tr('Layout color successfully updated.'), 'success');\n        } else {\n            set_page_message(tr('Unknown layout color.'), 'error');\n        }\n    } else {\n        set_page_message(tr('Unknown action: %s', tohtml($_POST['uaction'])), 'error');\n    }\n}\n\nif ($_SESSION['show_main_menu_labels']) {\n    $tpl->assign([\n        'MAIN_MENU_SHOW_LABELS_ON'  => ' selected',\n        'MAIN_MENU_SHOW_LABELS_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'MAIN_MENU_SHOW_LABELS_ON'  => '',\n        'MAIN_MENU_SHOW_LABELS_OFF' => ' selected'\n    ]);\n}\n\n$ispLogo = layout_getUserLogo();\n\nif (layout_isUserLogo($ispLogo)) {\n    $tpl->parse('LOGO_REMOVE_BUTTON', '.logo_remove_button');\n} else {\n    $tpl->assign('LOGO_REMOVE_BUTTON', '');\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'            => tr('Admin / Profile / Layout'),\n    'ISP_LOGO'                 => $ispLogo,\n    'OWN_LOGO'                 => $ispLogo,\n    'TR_UPLOAD_LOGO'           => tr('Upload logo'),\n    'TR_LOGO_FILE'             => tr('Logo file'),\n    'TR_ENABLED'               => tr('Enabled'),\n    'TR_DISABLED'              => tr('Disabled'),\n    'TR_UPLOAD'                => tr('Upload'),\n    'TR_REMOVE'                => tr('Remove'),\n    'TR_LAYOUT_COLOR'          => tr('Layout color'),\n    'TR_CHOOSE_LAYOUT_COLOR'   => tr('Choose layout color'),\n    'TR_CHANGE'                => tr('Change'),\n    'TR_OTHER_SETTINGS'        => tr('Other settings'),\n    'TR_MAIN_MENU_SHOW_LABELS' => tr('Show labels for main menu links')\n]);\n\ngenerateNavigation($tpl);\nadmin_generateLayoutColorForm($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/manage_reseller_owners.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Move the given reseller from the given administrator to the given administrator\n *\n * @param int $resellerId Reseller unique identifier\n * @param int $fromAdministratorId Administrator unique identifier\n * @param int $toAdministratorId Administrator unique identifier\n * @return void\n */\nfunction moveReseller($resellerId, $fromAdministratorId, $toAdministratorId)\n{\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        // Move reseller to (TO) administrator\n        exec_query('UPDATE admin SET created_by = ? WHERE admin_id = ?', [$toAdministratorId, $resellerId]);\n\n        EventAggregator::getInstance()->dispatch(Events::onMoveReseller, [\n            'resellerId'          => $resellerId,\n            'fromAdministratorId' => $fromAdministratorId,\n            'toAdministratorId'   => $toAdministratorId\n        ]);\n\n        $db->commit();\n    } catch (Exception $e) {\n        $db->rollBack();\n        write_log(sprintf(\"Couldn't move reseller with ID %d: %s\", $resellerId, $e->getMessage()));\n        throw new Exception(tr(\"Couldn't move reseller with ID %d: %s\", $resellerId, $e->getMessage()), $e->getCode(), $e);\n    }\n}\n\n/**\n * Move selected resellers\n *\n * @return void\n */\nfunction moveResellers()\n{\n    if (!isset($_POST['from_administrator'])\n        || !isset($_POST['to_administrator'])\n        || !isset($_POST['administrator_resellers'])\n        || !is_array($_POST['administrator_resellers'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    set_time_limit(0);\n    ignore_user_abort(true);\n\n    try {\n        $fromAdministratorId = intval($_POST['from_administrator']);\n        $toAdministratorId = intval($_POST['to_administrator']);\n\n        if ($fromAdministratorId == $toAdministratorId) {\n            showBadRequestErrorPage();\n        }\n\n        foreach ($_POST['administrator_resellers'] as $resellerId) {\n            moveReseller(intval($resellerId), $fromAdministratorId, $toAdministratorId);\n        }\n        set_page_message(tr('Reseller(s) successfully moved.'), 'success');\n        redirectTo('users.php');\n    } catch (Exception $e) {\n        set_page_message(tohtml($e->getMessage()), 'error');\n        redirectTo('manage_reseller_owners.php');\n    }\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $administrators = $stmt = execute_query(\"SELECT admin_id, admin_name FROM admin WHERE admin_type = 'admin'\")->fetchAll();\n    $fromAdministratorId = isset($_POST['from_administrator']) ? intval($_POST['from_administrator']) : $administrators[0]['admin_id'];\n    $toAdministratorId = isset($_POST['to_administrator']) ? intval($_POST['to_administrator']) : $administrators[1]['admin_id'];\n\n    // Generate From/To reseller lists\n    foreach ($administrators as $administrator) {\n        $tpl->assign([\n            'FROM_ADMINISTRATOR_ID'       => tohtml($administrator['admin_id'], 'htmlAttr'),\n            'FROM_ADMINISTRATOR_NAME'     => tohtml($administrator['admin_name']),\n            'FROM_ADMINISTRATOR_SELECTED' => $fromAdministratorId == $administrator['admin_id'] ? ' selected' : ''\n        ]);\n        $tpl->parse('FROM_ADMINISTRATOR_ITEM', '.from_administrator_item');\n        $tpl->assign([\n            'TO_ADMINISTRATOR_ID'       => tohtml($administrator['admin_id'], 'htmlAttr'),\n            'TO_ADMINISTRATOR_NAME'     => tohtml($administrator['admin_name']),\n            'TO_ADMINISTRATOR_SELECTED' => $toAdministratorId == $administrator['admin_id'] ? ' selected' : ''\n        ]);\n        $tpl->parse('TO_ADMINISTRATOR_ITEM', '.to_administrator_item');\n    }\n\n    // Generate resellers list for the selected (FROM) administrator\n    $resellers = exec_query(\"SELECT admin_id, admin_name FROM admin WHERE created_by = ? AND admin_type = 'reseller'\", [$fromAdministratorId]);\n\n    if (!$resellers->rowCount()) {\n        $tpl->assign('FROM_ADMINISTRATOR_RESELLERS_LIST', '');\n        return;\n    }\n\n    $selectedResellers = isset($_POST['administrator_resellers']) ? $_POST['administrator_resellers'] : [];\n    while ($reseller = $resellers->fetchRow()) {\n        $tpl->assign([\n            'RESELLER_ID'                    => tohtml($reseller['admin_id'], 'htmlAttr'),\n            'RESELLER_NAME'                  => tohtml(decode_idna($reseller['admin_name'])),\n            'ADMINISTRATOR_RESELLER_CHECKED' => in_array($reseller['admin_id'], $selectedResellers) ? ' checked' : ''\n        ]);\n        $tpl->parse('FROM_ADMINISTRATOR_RESELLER_ITEM', '.from_administrator_reseller_item');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\nsystemHasManyAdmins() or showBadRequestErrorPage();\n\nif (isset($_POST['uaction']) && $_POST['uaction'] == 'move_resellers') {\n    moveResellers();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                            => 'shared/layouts/ui.tpl',\n    'page'                              => 'admin/manage_reseller_owners.phtml',\n    'page_message'                      => 'layout',\n    'from_administrator_resellers_list' => 'page',\n    'from_administrator_reseller_item'  => 'from_administrator_resellers_list',\n    'from_administrator_item'           => 'page',\n    'to_administrator_item'             => 'page'\n]);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Admin / Users / Reseller Assignments')));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/manage_reseller_users.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\PhpEditor as PhpEditorAlias;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Move the given customer from the given reseller to the given reseller\n *\n * @param int $customerId Customer unique identifier\n * @param int $fromResellerId Reseller unique identifier\n * @param int $toResellerId Reseller unique identifier\n * @return void\n */\nfunction moveCustomer($customerId, $fromResellerId, $toResellerId)\n{\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $toResellerProps = imscp_getResellerProperties($toResellerId);\n        $customerToResellerLimits = [\n            'domain_subd_limit'    => ['current_sub_cnt', 'max_sub_cnt'],\n            'domain_alias_limit'   => ['current_als_cnt', 'max_als_cnt'],\n            'domain_mailacc_limit' => ['current_mail_cnt', 'max_mail_cnt'],\n            'domain_ftpacc_limit'  => ['current_ftp_cnt', 'max_ftp_cnt'],\n            'domain_sqld_limit'    => ['current_sql_db_cnt', 'max_sql_db_cnt'],\n            'domain_sqlu_limit'    => ['current_sql_user_cnt', 'max_sql_user_cnt'],\n            'domain_traffic_limit' => ['current_traff_amnt', 'max_traff_amnt'],\n            'domain_disk_limit'    => ['current_disk_amnt', 'max_disk_amnt']\n        ];\n        $resellerToCustomerPerms = [\n            'phpini_perm_system'            => 'php_ini_system',\n            'phpini_perm_allow_url_fopen'   => 'php_ini_al_allow_url_fopen',\n            'phpini_perm_display_errors'    => 'php_ini_al_display_errors',\n            'phpini_perm_disable_functions' => 'php_ini_al_disable_functions',\n            'phpini_perm_mail_function'     => 'php_ini_al_mail_function'\n        ];\n\n        $stmt = exec_query(\n            '\n                SELECT domain_subd_limit, domain_alias_limit, domain_mailacc_limit, domain_ftpacc_limit,\n                    domain_sqld_limit, domain_sqlu_limit, domain_traffic_limit, domain_disk_limit, domain_ip_id,\n                    phpini_perm_system, phpini_perm_allow_url_fopen, \n                    phpini_perm_display_errors, phpini_perm_disable_functions, phpini_perm_mail_function\n                FROM domain\n                WHERE domain_admin_id = ?\n            ',\n            [$customerId]\n        );\n\n        if (!$stmt->rowCount()) {\n            throw new Exception(tr(\"Couldn't find domain properties for customer with ID %d.\", $customerId));\n        }\n\n        $customerProps = $stmt->fetchAll(PDO::FETCH_ASSOC);\n        $db->beginTransaction();\n\n        // For each item (sub, mail, ftp....), we adjust the target reseller\n        // limits according the customer limits. We cannot do the reverse side\n        // because this would involve too much works and unpredictable result.\n        // Most of time, the administrator do not want downgrade limits of\n        // customers.\n        foreach ($customerToResellerLimits as $customerLimit => $resellerLimit) {\n            if ($toResellerProps[$resellerLimit[1]] == 0 || $customerProps[$customerLimit] == -1) {\n                // The target reseller is not limited for the item, or the\n                // customer has no rights for the item.\n                continue;\n            }\n            if ($customerProps[$customerLimit] == 0) {\n                // Customer is not limited for the item. The target reseller\n                // must not be limited.\n                $toResellerProps[$resellerLimit[1]] = 0;\n                continue;\n            }\n            if ($toResellerProps[$resellerLimit[1]] == -1) {\n                // The target reseller has no rights for the item but customer.\n                // The Target reseller limit must be at least equal to customer\n                // limit.\n                $toResellerProps[$resellerLimit[1]] = $customerProps[$customerLimit];\n                continue;\n            }\n            if (($toResellerProps[$resellerLimit[1]] - $toResellerProps[$resellerLimit[0]]) < $customerProps[$customerLimit]) {\n                // The target reseller limit after subtraction of total consumed\n                // items, taking into account the customer limit would be\n                // negative. The target reseller limit must be increased up to customer limit.\n                $toResellerProps[$resellerLimit[1]] += $customerProps[$customerLimit] - (\n                        $toResellerProps[$resellerLimit[1]] - $toResellerProps[$resellerLimit[0]]);\n            }\n        }\n\n        // Adjust the customer permissions according target reseller permissions\n        foreach ($resellerToCustomerPerms as $resellerPerms => $customerPerm) {\n            if ($customerProps[$customerPerm] == 'yes' && $toResellerProps[$resellerPerms] != 'yes') {\n                $customerProps[$customerPerm] = 'no';\n            }\n        }\n\n        // The customer IP address must be in the target reseller IP addresses list\n        $newResellerIps = explode(';', $toResellerProps['reseller_ips']);\n        $newResellerIps[] = $customerProps['domain_ip_id'];\n        sort($newResellerIps, SORT_NUMERIC);\n        $toResellerProps['reseller_ips'] = implode(';', array_unique($newResellerIps)) . ';';\n        unset($newResellerIps);\n\n        // Move the customer to the target reseller\n        exec_query('UPDATE admin SET created_by = ? WHERE admin_id = ?', [$toResellerId, $customerId]);\n\n        // Update the customer permissions according the target reseller permissions\n        PhpEditorAlias::getInstance()->syncClientPermissionsWithResellerPermissions($toResellerId, $customerId);\n\n        // Update the target reseller limits, permissions and IP addresses \n        exec_query(\n            '\n                UPDATE reseller_props \n                SET max_sub_cnt = ?, max_als_cnt = ?, max_mail_cnt = ?, max_ftp_cnt = ?, max_sql_db_cnt = ?, max_sql_user_cnt = ?, max_traff_amnt = ?,\n                    max_disk_amnt = ?, reseller_ips = ?\n                WHERE reseller_id = ?\n            ',\n            [\n                $toResellerProps['max_sub_cnt'], $toResellerProps['max_als_cnt'], $toResellerProps['max_mail_cnt'], $toResellerProps['max_ftp_cnt'],\n                $toResellerProps['max_sql_db_cnt'], $toResellerProps['max_sql_user_cnt'], $toResellerProps['max_traff_amnt'],\n                $toResellerProps['max_disk_amnt'], $toResellerProps['reseller_ips'], $toResellerId\n            ]\n        );\n\n        // Recalculate count of assigned items for both source and target resellers\n        update_reseller_c_props($toResellerId);\n        update_reseller_c_props($fromResellerId);\n\n        Registry::get('iMSCP_Application')->getEventsManager()->dispatch(Events::onMoveCustomer, [\n            'customerId'     => $customerId,\n            'fromResellerId' => $fromResellerId,\n            'toResellerId'   => $toResellerId\n        ]);\n\n        $db->commit();\n    } catch (Exception $e) {\n        $db->rollBack();\n        write_log(sprintf(\"Couldn't move customer with ID %d: %s\", $customerId, $e->getMessage()));\n        throw new Exception(\n            tr(\"Couldn't move customer with ID %d: %s\", $customerId, $e->getMessage()), $e->getCode(), $e\n        );\n    }\n}\n\n/**\n * Move selected customers\n *\n * @return void\n */\nfunction moveCustomers()\n{\n    if (!isset($_POST['from_reseller'])\n        || !isset($_POST['to_reseller'])\n        || !isset($_POST['reseller_customers'])\n        || !is_array($_POST['reseller_customers'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    set_time_limit(0);\n    ignore_user_abort(true);\n\n    try {\n        $fromResellerId = intval($_POST['from_reseller']);\n        $toResellerId = intval($_POST['to_reseller']);\n\n        if ($fromResellerId == $toResellerId) {\n            showBadRequestErrorPage();\n        }\n\n        foreach ($_POST['reseller_customers'] as $customerId) {\n            moveCustomer(intval($customerId), $fromResellerId, $toResellerId);\n        }\n\n        set_page_message(tr('Customer(s) successfully moved.'), 'success');\n        redirectTo('users.php');\n    } catch (Exception $e) {\n        set_page_message(tohtml($e->getMessage()), 'error');\n        redirectTo('manage_reseller_users.php');\n    }\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $resellers = $stmt = execute_query(\"SELECT admin_id, admin_name FROM admin WHERE admin_type = 'reseller'\")->fetchAll();\n    $fromResellerId = isset($_POST['from_reseller']) ? intval($_POST['from_reseller']) : $resellers[0]['admin_id'];\n    $toResellerId = isset($_POST['to_reseller']) ? intval($_POST['to_reseller']) : $resellers[1]['admin_id'];\n\n    // Generate source/target reseller lists\n    foreach ($resellers as $reseller) {\n        $tpl->assign([\n            'FROM_RESELLER_ID'       => tohtml($reseller['admin_id'], 'htmlAttr'),\n            'FROM_RESELLER_NAME'     => tohtml($reseller['admin_name']),\n            'FROM_RESELLER_SELECTED' => $fromResellerId == $reseller['admin_id'] ? ' selected' : ''\n        ]);\n        $tpl->parse('FROM_RESELLER_ITEM', '.from_reseller_item');\n        $tpl->assign([\n            'TO_RESELLER_ID'       => tohtml($reseller['admin_id'], 'htmlAttr'),\n            'TO_RESELLER_NAME'     => tohtml($reseller['admin_name']),\n            'TO_RESELLER_SELECTED' => $toResellerId == $reseller['admin_id'] ? ' selected' : ''\n        ]);\n        $tpl->parse('TO_RESELLER_ITEM', '.to_reseller_item');\n    }\n\n    // Generate customers list for the selected (FROM) reseller\n    $customers = exec_query(\"SELECT admin_id, admin_name FROM admin WHERE created_by = ? AND admin_type = 'user' AND admin_status <> 'todelete'\", [\n        $fromResellerId\n    ]);\n\n    if (!$customers->rowCount()) {\n        $tpl->assign('FROM_RESELLER_CUSTOMERS_LIST', '');\n        return;\n    }\n\n    $selectedCustomers = isset($_POST['reseller_customers']) ? $_POST['reseller_customers'] : [];\n    while ($customer = $customers->fetchRow()) {\n        $tpl->assign([\n            'CUSTOMER_ID'               => tohtml($customer['admin_id'], 'htmlAttr'),\n            'CUSTOMER_NAME'             => tohtml(decode_idna($customer['admin_name'])),\n            'RESELLER_CUSTOMER_CHECKED' => in_array($customer['admin_id'], $selectedCustomers) ? ' checked' : ''\n        ]);\n        $tpl->parse('FROM_RESELLER_CUSTOMER_ITEM', '.from_reseller_customer_item');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\nsystemHasResellers(2) or showBadRequestErrorPage();\n\nif (isset($_POST['uaction']) && $_POST['uaction'] == 'move_customers') {\n    moveCustomers();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                       => 'shared/layouts/ui.tpl',\n    'page'                         => 'admin/manage_reseller_users.phtml',\n    'page_message'                 => 'layout',\n    'from_reseller_customers_list' => 'page',\n    'from_reseller_customer_item'  => 'from_reseller_customers_list',\n    'from_reseller_item'           => 'page',\n    'to_reseller_item'             => 'page'\n]);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Admin / Users / Customer Assignments')));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/multilanguage.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction admin_generateLanguagesList(TemplateEngine $tpl)\n{\n    $defaultLanguage = Registry::get('config')['USER_INITIAL_LANG'];\n\n    foreach (i18n_getAvailableLanguages() as $language) {\n        $tpl->assign([\n            'LANGUAGE_NAME'             => tohtml($language['language']),\n            'NUMBER_TRANSLATED_STRINGS' => ($language['locale'] == Zend_Locale::BROWSER)\n                ? $language['translatedStrings'] : tohtml(tr('%d strings translated', $language['translatedStrings'])),\n            'LANGUAGE_CREATION_DATE'    => tohtml($language['creation']),\n            'LAST_TRANSLATOR'           => tohtml($language['lastTranslator']),\n            'LOCALE_CHECKED'            => ($language['locale'] == $defaultLanguage) ? ' checked' : '',\n            'LOCALE'                    => tohtml($language['locale'], 'htmlAttr')\n        ]);\n        $tpl->parse('LANGUAGE_BLOCK', '.language_block');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (isset($_POST['uaction'])) {\n    if ($_POST['uaction'] == 'uploadLanguage') {\n        if (i18n_importMachineObjectFile()) {\n            set_page_message(tr('Language file successfully installed.'), 'success');\n        }\n    } elseif ($_POST['uaction'] == 'changeLanguage') {\n        if (i18n_changeDefaultLanguage()) {\n            set_page_message(tr('Default language successfully updated.'), 'success');\n        } else {\n            set_page_message(tr('Unknown language name.'), 'error');\n        }\n    } elseif ($_POST['uaction'] == 'rebuildIndex') {\n        i18n_buildLanguageIndex();\n        set_page_message(tr('Languages index was successfully re-built.'), 'success');\n    }\n\n    redirectTo('multilanguage.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'            => 'shared/layouts/ui.tpl',\n    'page'              => 'admin/multilanguage.phtml',\n    'page_message'      => 'layout',\n    'languages_block'   => 'page',\n    'language_block_js' => 'page',\n    'language_block'    => 'languages_block'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                => tohtml(tr('Admin / Settings / Languages')),\n    'TR_MULTILANGUAGE'             => tohtml(tr('Internationalization')),\n    'TR_LANGUAGE_NAME'             => tohtml(tr('Language')),\n    'TR_NUMBER_TRANSLATED_STRINGS' => tohtml(tr('Translated strings')),\n    'TR_LANGUAGE_CREATION_DATE'    => tohtml(tr('Creation date')),\n    'TR_LAST_TRANSLATOR'           => tohtml(tr('Last translator')),\n    'TR_DEFAULT_LANGUAGE'          => tohtml(tr('Default language')),\n    'TR_DEFAULT'                   => tohtml(tr('Default')),\n    'TR_SAVE'                      => tohtml(tr('Save'), 'htmlAttr'),\n    'TR_IMPORT_NEW_LANGUAGE'       => tohtml(tr('Import new language file')),\n    'TR_LANGUAGE_FILE'             => tohtml(tr('Language file')),\n    'TR_REBUILD_INDEX'             => tohtml(tr('Rebuild languages index'), 'htmlAttr'),\n    'TR_UPLOAD_HELP'               => tohtml(tr('Only gettext Machine Object files (MO files) are accepted.'), 'htmlAttr'),\n    'TR_IMPORT'                    => tohtml(tr('Import'), 'htmlAttr')\n]);\n\ngenerateNavigation($tpl);\nadmin_generateLanguagesList($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/password_update.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\nrequire_once '../shared/password_update.php';\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Admin / Profile / Password')));\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/personal_change.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\nrequire_once '../shared/personal_change.php';\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Admin / Profile / Personal Data')));\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/profile.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $stmt = exec_query('SELECT domain_created FROM admin WHERE admin_id = ?', $_SESSION['user_id']);\n    $row = $stmt->fetchRow();\n    $tpl->assign([\n        'TR_ACCOUNT_SUMMARY'   => tr('Account summary'),\n        'TR_USERNAME'          => tr('Username'),\n        'USERNAME'             => tohtml($_SESSION['user_logged']),\n        'TR_ACCOUNT_TYPE'      => tr('Account type'),\n        'ACCOUNT_TYPE'         => tr('Administrator'),\n        'TR_REGISTRATION_DATE' => tr('Registration date'),\n        'REGISTRATION_DATE'    => ($row['domain_created'] != 0)\n            ? tohtml(date(Registry::get('config')['DATE_FORMAT'], $row['domain_created'])) : tr('N/A')\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'shared/partials/profile.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign('TR_PAGE_TITLE', tr('Admin / Profile / Account Summary'));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/reseller_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Retrieve form data\n *\n * @return array Reference to array of data\n */\nfunction getFormData()\n{\n    static $data = NULL;\n\n    if (NULL !== $data) {\n        return $data;\n    }\n\n    $stmt = exec_query('SELECT ip_id, ip_number FROM server_ips ORDER BY ip_number');\n\n    if ($stmt->rowCount()) {\n        $data['server_ips'] = $stmt->fetchAll();\n    } else {\n        set_page_message(tr('Unable to get the IP address list. Please fix this problem.'), 'error');\n        redirectTo('users.php');\n    }\n\n    $phpini = PhpEditor::getInstance();\n\n    foreach (\n        [\n            'max_dmn_cnt'                  => '0',\n            'max_sub_cnt'                  => '0',\n            'max_als_cnt'                  => '0',\n            'max_mail_cnt'                 => '0',\n            'max_ftp_cnt'                  => '0',\n            'max_sql_db_cnt'               => '0',\n            'max_sql_user_cnt'             => '0',\n            'max_traff_amnt'               => '0',\n            'max_disk_amnt'                => '0',\n            'support_system'               => 'yes',\n            'php_ini_system'               => $phpini->getResellerPermission('phpiniSystem'),\n            'php_ini_al_allow_url_fopen'   => $phpini->getResellerPermission('phpiniAllowUrlFopen'),\n            'php_ini_al_display_errors'    => $phpini->getResellerPermission('phpiniDisplayErrors'),\n            'php_ini_al_disable_functions' => $phpini->getResellerPermission('phpiniDisableFunctions'),\n            'php_ini_al_mail_function'     => $phpini->getResellerPermission('phpiniMailFunction'),\n            'post_max_size'                => $phpini->getResellerPermission('phpiniPostMaxSize'),\n            'upload_max_filesize'          => $phpini->getResellerPermission('phpiniUploadMaxFileSize'),\n            'max_execution_time'           => $phpini->getResellerPermission('phpiniMaxExecutionTime'),\n            'max_input_time'               => $phpini->getResellerPermission('phpiniMaxInputTime'),\n            'memory_limit'                 => $phpini->getResellerPermission('phpiniMemoryLimit')\n        ] as $key => $value\n    ) {\n        if (isset($_POST[$key])) {\n            $data[$key] = clean_input($_POST[$key]);\n            continue;\n        }\n\n        $data[$key] = $value;\n    }\n\n    if (isset($_POST['reseller_ips']) && is_array($_POST['reseller_ips'])) {\n        foreach ($_POST['reseller_ips'] as $key => $value) {\n            $_POST['reseller_ips'][$key] = clean_input($value);\n        }\n\n        $data['reseller_ips'] = $_POST['reseller_ips'];\n    } else { // We are safe here\n        $data['reseller_ips'] = [];\n    }\n\n    return $data;\n}\n\n/**\n * Generates IP list form\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generateIpListForm(TemplateEngine $tpl)\n{\n    $data = getFormData();\n    $tpl->assign([\n        'TR_IP_ADDRESS' => tr('IP address'),\n        'TR_IP_LABEL'   => tr('Label'),\n        'TR_ASSIGN'     => tr('Assign')\n    ]);\n\n    EventAggregator::getInstance()->registerListener(\n        Events::onGetJsTranslations,\n        function (Event $e) {\n            $e->getParam('translations')->core['dataTable'] =\n                getDataTablesPluginTranslations(false);\n        }\n    );\n\n    $checkFirst = sizeof($data['server_ips']) == 1;\n\n    foreach ($data['server_ips'] as $ipData) {\n        $tpl->assign([\n            'IP_ID'       => tohtml($ipData['ip_id']),\n            'IP_NUMBER'   => tohtml(($ipData['ip_number'] == '0.0.0.0') ? tr('Any') : $ipData['ip_number']),\n            'IP_ASSIGNED' => ($checkFirst || in_array($ipData['ip_id'], $data['reseller_ips'])) ? ' checked' : ''\n        ]);\n        $tpl->parse('IP_BLOCK', '.ip_block');\n    }\n}\n\n/**\n * Generates features form\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generateLimitsForm(TemplateEngine $tpl)\n{\n    $data = getFormData();\n    $tpl->assign([\n        'TR_ACCOUNT_LIMITS'   => tr('Account limits'),\n        'TR_MAX_DMN_CNT'      => tr('Domains limit') . '<br/><i>(0 ∞)</i>',\n        'MAX_DMN_CNT'         => tohtml($data['max_dmn_cnt']),\n        'TR_MAX_SUB_CNT'      => tr('Subdomains limit') . '<br><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_SUB_CNT'         => tohtml($data['max_sub_cnt']),\n        'TR_MAX_ALS_CNT'      => tr('Domain aliases limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_ALS_CNT'         => tohtml($data['max_als_cnt']),\n        'TR_MAX_MAIL_CNT'     => tr('Mail accounts limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_MAIL_CNT'        => tohtml($data['max_mail_cnt']),\n        'TR_MAX_FTP_CNT'      => tr('FTP accounts limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_FTP_CNT'         => tohtml($data['max_ftp_cnt']),\n        'TR_MAX_SQL_DB_CNT'   => tr('SQL databases limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_SQL_DB_CNT'      => tohtml($data['max_sql_db_cnt']),\n        'TR_MAX_SQL_USER_CNT' => tr('SQL users limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_SQL_USER_CNT'    => tohtml($data['max_sql_user_cnt']),\n        'TR_MAX_TRAFF_AMNT'   => tr('Monthly traffic limit [MiB]') . '<br/><i>(0 ∞)</i>',\n        'MAX_TRAFF_AMNT'      => tohtml($data['max_traff_amnt']),\n        'TR_MAX_DISK_AMNT'    => tr('Disk space limit [MiB]') . '<br/><i>(0 ∞)</i>',\n        'MAX_DISK_AMNT'       => tohtml($data['max_disk_amnt'])\n    ]);\n}\n\n/**\n * Generates features form\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generateFeaturesForm(TemplateEngine $tpl)\n{\n    $data = getFormData();\n    $tpl->assign([\n        'TR_FEATURES'                      => tr('Features'),\n        'TR_SETTINGS'                      => tr('PHP Settings'),\n        'TR_PHP_EDITOR'                    => tr('PHP Editor'),\n        'TR_PHP_EDITOR_SETTINGS'           => tr('PHP Settings'),\n        'TR_PERMISSIONS'                   => tr('PHP Permissions'),\n        'TR_DIRECTIVES_VALUES'             => tr('PHP Configuration options'),\n        'TR_FIELDS_OK'                     => tr('All fields are valid.'),\n        'PHP_INI_SYSTEM_YES'               => $data['php_ini_system'] == 'yes' ? ' checked' : '',\n        'PHP_INI_SYSTEM_NO'                => $data['php_ini_system'] != 'yes' ? ' checked' : '',\n        'TR_PHP_INI_AL_ALLOW_URL_FOPEN'    => tr('Can edit the PHP %s configuration option', '<b>allow_url_fopen</b>'),\n        'PHP_INI_AL_ALLOW_URL_FOPEN_YES'   => $data['php_ini_al_allow_url_fopen'] == 'yes' ? ' checked' : '',\n        'PHP_INI_AL_ALLOW_URL_FOPEN_NO'    => $data['php_ini_al_allow_url_fopen'] != 'yes' ? ' checked' : '',\n        'TR_PHP_INI_AL_DISPLAY_ERRORS'     => tr('Can edit the PHP %s configuration option', '<b>display_errors</b>'),\n        'PHP_INI_AL_DISPLAY_ERRORS_YES'    => $data['php_ini_al_display_errors'] == 'yes' ? ' checked' : '',\n        'PHP_INI_AL_DISPLAY_ERRORS_NO'     => $data['php_ini_al_display_errors'] != 'yes' ? ' checked' : '',\n        'TR_MEMORY_LIMIT'                  => tr('PHP %s configuration option', '<b>memory_limit</b>'),\n        'MEMORY_LIMIT'                     => tohtml($data['memory_limit']),\n        'TR_UPLOAD_MAX_FILESIZE'           => tr('PHP %s configuration option', '<b>upload_max_filesize</b>'),\n        'UPLOAD_MAX_FILESIZE'              => tohtml($data['upload_max_filesize']),\n        'TR_POST_MAX_SIZE'                 => tr('PHP %s configuration option', '<b>post_max_size</b>'),\n        'POST_MAX_SIZE'                    => tohtml($data['post_max_size']),\n        'TR_MAX_EXECUTION_TIME'            => tr('PHP %s configuration option', '<b>max_execution_time</b>'),\n        'MAX_EXECUTION_TIME'               => tohtml($data['max_execution_time']),\n        'TR_MAX_INPUT_TIME'                => tr('PHP %s configuration option', '<b>max_input_time</b>'),\n        'MAX_INPUT_TIME'                   => tohtml($data['max_input_time']),\n        'TR_SUPPORT_SYSTEM'                => tr('Support system'),\n        'SUPPORT_SYSTEM_YES'               => $data['support_system'] == 'yes' ? ' checked' : '',\n        'SUPPORT_SYSTEM_NO'                => $data['support_system'] != 'yes' ? ' checked' : '',\n        'TR_PHP_INI_PERMISSION_HELP'       => tohtml(tr('If set to `yes`, the reseller can allows his customers to edit this PHP configuration option.'), 'htmlAttr'),\n        'TR_PHP_INI_AL_MAIL_FUNCTION_HELP' => tohtml(tr('If set to `yes`, the reseller can enable/disable the PHP mail function for his customers, else, the PHP mail function is disabled.'), 'htmlAttr'),\n        'TR_YES'                           => tr('Yes'),\n        'TR_NO'                            => tr('No'),\n        'TR_MIB'                           => tr('MiB'),\n        'TR_SEC'                           => tr('Sec.')\n    ]);\n\n    EventAggregator::getInstance()->registerListener(\n        Events::onGetJsTranslations,\n        function (Event $e) {\n            $translations = $e->getParam('translations');\n            $translations['core']['close'] = tr('Close');\n            $translations['core']['fields_ok'] = tr('All fields are valid.');\n            $translations['core']['out_of_range_value_error'] = tr('Value for the PHP %%s directive must be in range %%d to %%d.');\n            $translations['core']['lower_value_expected_error'] = tr('%%s cannot be greater than %%s.');\n            $translations['core']['error_field_stack'] = Registry::isRegistered('errFieldsStack')\n                ? Registry::get('errFieldsStack') : [];\n        }\n    );\n\n    if (Registry::get('config')['HTTPD_PACKAGE'] != 'Servers::httpd::apache_itk') {\n        $tpl->assign([\n            'TR_PHP_INI_AL_DISABLE_FUNCTIONS'  => tr('Can edit the PHP %s configuration option', '<b>disable_functions</b>'),\n            'PHP_INI_AL_DISABLE_FUNCTIONS_YES' => $data['php_ini_al_disable_functions'] == 'yes' ? ' checked' : '',\n            'PHP_INI_AL_DISABLE_FUNCTIONS_NO'  => $data['php_ini_al_disable_functions'] != 'yes' ? ' checked' : '',\n            'TR_PHP_INI_AL_MAIL_FUNCTION'      => tr('Can use the PHP %s function', '<b>mail</b>'),\n            'PHP_INI_AL_MAIL_FUNCTION_YES'     => $data['php_ini_al_mail_function'] == 'yes' ? ' checked' : '',\n            'PHP_INI_AL_MAIL_FUNCTION_NO'      => $data['php_ini_al_mail_function'] != 'yes' ? ' checked' : '',\n        ]);\n        return;\n    }\n\n    $tpl->assign('PHP_EDITOR_DISABLE_FUNCTIONS_BLOCK', '');\n    $tpl->assign('PHP_EDITOR_MAIL_FUNCTION_BLOCK', '');\n}\n\n/**\n * Add reseller user\n *\n * @param Zend_Form $form\n * @return void\n */\nfunction addResellerUser(Zend_Form $form)\n{\n    $error = false;\n    $errFieldsStack = [];\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        // Check for login and personal data\n        if (!$form->isValid($_POST)) {\n            foreach ($form->getMessages() as $fieldname => $msgsStack) {\n                $errFieldsStack[] = $fieldname;\n                set_page_message(reset($msgsStack), 'error');\n            }\n        }\n\n        $data = getFormData();\n\n        // Check for ip addresses - We are safe here\n        $resellerIps = [];\n        foreach ($data['server_ips'] as $serverIpData) {\n            if (in_array($serverIpData['ip_id'], $data['reseller_ips'])) {\n                $resellerIps[] = $serverIpData['ip_id'];\n            }\n        }\n        sort($resellerIps);\n\n        if (empty($resellerIps)) {\n            set_page_message(tr('You must assign at least one IP to this reseller.'), 'error');\n            $error = true;\n        }\n\n        // Check for max domains limit\n        if (!imscp_limit_check($data['max_dmn_cnt'], NULL)) {\n            set_page_message(tr('Incorrect limit for %s.', tr('domain')), 'error');\n            $errFieldsStack[] = 'max_dmn_cnt';\n        }\n\n        // Check for max subdomains limit\n        if (!imscp_limit_check($data['max_sub_cnt'])) {\n            set_page_message(tr('Incorrect limit for %s.', tr('subdomains')), 'error');\n            $errFieldsStack[] = 'max_sub_cnt';\n        }\n\n        // check for max domain aliases limit\n        if (!imscp_limit_check($data['max_als_cnt'])) {\n            set_page_message(tr('Incorrect limit for %s.', tr('domain aliases')), 'error');\n            $errFieldsStack[] = 'max_als_cnt';\n        }\n\n        // Check for max mail accounts limit\n        if (!imscp_limit_check($data['max_mail_cnt'])) {\n            set_page_message(tr('Incorrect limit for %s.', tr('mail accounts')), 'error');\n            $errFieldsStack[] = 'max_mail_cnt';\n        }\n\n        // Check for max ftp accounts limit\n        if (!imscp_limit_check($data['max_ftp_cnt'])) {\n            set_page_message(tr('Incorrect limit for %s.', tr('Ftp accounts')), 'error');\n            $errFieldsStack[] = 'max_ftp_cnt';\n        }\n\n        // Check for max Sql databases limit\n        if (!imscp_limit_check($data['max_sql_db_cnt'])) {\n            set_page_message(tr('Incorrect limit for %s.', tr('SQL databases')), 'error');\n            $errFieldsStack[] = 'max_sql_db_cnt';\n        } elseif ($_POST['max_sql_db_cnt'] == -1 && $_POST['max_sql_user_cnt'] != -1) {\n            set_page_message(tr('SQL database limit is disabled but SQL user limit is not.'), 'error');\n            $errFieldsStack[] = 'max_sql_db_cnt';\n        }\n\n        // Check for max Sql users limit\n        if (!imscp_limit_check($data['max_sql_user_cnt'])) {\n            set_page_message(tr('Incorrect limit for %s.', tr('SQL users')), 'error');\n            $errFieldsStack[] = 'max_sql_user_cnt';\n        } elseif ($_POST['max_sql_user_cnt'] == -1 && $_POST['max_sql_db_cnt'] != -1) {\n            set_page_message(tr('SQL user limit is disabled but SQL database limit is not.'), 'error');\n            $errFieldsStack[] = 'max_sql_user_cnt';\n        }\n\n        // Check for max monthly traffic limit\n        if (!imscp_limit_check($data['max_traff_amnt'], NULL)) {\n            set_page_message(tr('Incorrect limit for %s.', tr('traffic')), 'error');\n            $errFieldsStack[] = 'max_traff_amnt';\n        }\n\n        // Check for max disk space limit\n        if (!imscp_limit_check($data['max_disk_amnt'], NULL)) {\n            set_page_message(tr('Incorrect limit for %s.', tr('Disk space')), 'error');\n            $errFieldsStack[] = 'max_disk_amnt';\n        }\n\n        $db->beginTransaction();\n\n        // Check for PHP settings\n        $phpini = PhpEditor::getInstance();\n        $phpini->setResellerPermission('phpiniSystem', $data['php_ini_system']);\n\n        if ($phpini->resellerHasPermission('phpiniSystem')) {\n            $phpini->setResellerPermission('phpiniAllowUrlFopen', $data['php_ini_al_allow_url_fopen']);\n            $phpini->setResellerPermission('phpiniDisplayErrors', $data['php_ini_al_display_errors']);\n            $phpini->setResellerPermission('phpiniDisableFunctions', $data['php_ini_al_disable_functions']);\n            $phpini->setResellerPermission('phpiniMailFunction', $data['php_ini_al_mail_function']);\n\n            $phpini->setResellerPermission('phpiniMemoryLimit', $data['memory_limit']); // Must be set before phpiniPostMaxSize\n            $phpini->setResellerPermission('phpiniPostMaxSize', $data['post_max_size']); // Must be set before phpiniUploadMaxFileSize\n            $phpini->setResellerPermission('phpiniUploadMaxFileSize', $data['upload_max_filesize']);\n            $phpini->setResellerPermission('phpiniMaxExecutionTime', $data['max_execution_time']);\n            $phpini->setResellerPermission('phpiniMaxInputTime', $data['max_input_time']);\n        }\n\n        if (empty($errFieldsStack) && !$error) {\n            EventAggregator::getInstance()->dispatch(Events::onBeforeAddUser, [\n                'userData' => $form->getValues()\n            ]);\n\n            exec_query(\n                '\n                    INSERT INTO admin (\n                        admin_name, admin_pass, admin_type, domain_created, created_by, fname, lname, firm, zip, city,\n                        state, country, email, phone, fax, street1, street2, gender\n                    ) VALUES (\n                        ?, ?, ?, unix_timestamp(), ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?\n                    )\n                ',\n                [\n                    $form->getValue('admin_name'), Crypt::apr1MD5($form->getValue('admin_pass')), 'reseller',\n                    $_SESSION['user_id'], $form->getValue('fname'), $form->getValue('lname'), $form->getValue('firm'),\n                    $form->getValue('zip'), $form->getValue('city'), $form->getValue('state'), $form->getValue('country'),\n                    encode_idna($form->getValue('email')), $form->getValue('phone'), $form->getValue('fax'),\n                    $form->getValue('street1'), $form->getValue('street2'), $form->getValue('gender')\n                ]\n            );\n\n            $resellerId = $db->insertId();\n            $cfg = Registry::get('config');\n\n            exec_query('INSERT INTO user_gui_props (user_id, lang, layout) VALUES (?, ?, ?)', [\n                $resellerId, $cfg['USER_INITIAL_LANG'], $cfg['USER_INITIAL_THEME']\n            ]);\n            exec_query(\n                '\n                    INSERT INTO reseller_props (\n                        reseller_id, reseller_ips, max_dmn_cnt, current_dmn_cnt, max_sub_cnt, current_sub_cnt,\n                        max_als_cnt, current_als_cnt, max_mail_cnt, current_mail_cnt, max_ftp_cnt, current_ftp_cnt,\n                        max_sql_db_cnt, current_sql_db_cnt, max_sql_user_cnt, current_sql_user_cnt, max_traff_amnt,\n                        current_traff_amnt, max_disk_amnt, current_disk_amnt, support_system,php_ini_system,\n                        php_ini_al_disable_functions, php_ini_al_mail_function, php_ini_al_allow_url_fopen,\n                        php_ini_al_display_errors, php_ini_max_post_max_size, php_ini_max_upload_max_filesize,\n                        php_ini_max_max_execution_time, php_ini_max_max_input_time, php_ini_max_memory_limit\n                    ) VALUES (\n                        ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?\n                    )\n                ',\n                [\n                    $resellerId, implode(';', $resellerIps) . ';', $data['max_dmn_cnt'], '0', $data['max_sub_cnt'], '0',\n                    $data['max_als_cnt'], '0', $data['max_mail_cnt'], '0', $data['max_ftp_cnt'], '0', $data['max_sql_db_cnt'],\n                    '0', $data['max_sql_user_cnt'], '0', $data['max_traff_amnt'], '0', $data['max_disk_amnt'], '0',\n                    $data['support_system'],\n                    $phpini->getResellerPermission('phpiniSystem'),\n                    $phpini->getResellerPermission('phpiniDisableFunctions'),\n                    $phpini->getResellerPermission('phpiniMailFunction'),\n                    $phpini->getResellerPermission('phpiniAllowUrlFopen'),\n                    $phpini->getResellerPermission('phpiniDisplayErrors'),\n                    $phpini->getResellerPermission('phpiniPostMaxSize'),\n                    $phpini->getResellerPermission('phpiniUploadMaxFileSize'),\n                    $phpini->getResellerPermission('phpiniMaxExecutionTime'),\n                    $phpini->getResellerPermission('phpiniMaxInputTime'),\n                    $phpini->getResellerPermission('phpiniMemoryLimit')\n                ]\n            );\n\n            EventAggregator::getInstance()->dispatch(Events::onAfterAddUser, [\n                'userId'   => $resellerId,\n                'userData' => $form->getValues()\n            ]);\n\n            $db->commit();\n            send_add_user_auto_msg(\n                $_SESSION['user_id'], $form->getValue('admin_name'), $form->getValue('admin_pass'),\n                $form->getValue('email'), $form->getValue('fname'),\n                $form->getValue('lname'), tr('Reseller')\n            );\n            write_log(\n                sprintf('The %s reseller has been added by %s', $form->getValue('admin_name'), $_SESSION['user_logged']),\n                E_USER_NOTICE\n            );\n            set_page_message('Reseller has been added.', 'success');\n            redirectTo('users.php');\n        } elseif (!empty($errFieldsStack)) {\n            Registry::set('errFieldsStack', $errFieldsStack);\n        }\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @param Zend_Form $form\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, Zend_Form $form)\n{\n    /** @noinspection PhpUndefinedFieldInspection */\n    $tpl->form = $form;\n\n    generateIpListForm($tpl);\n    generateLimitsForm($tpl);\n    generateFeaturesForm($tpl);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$phpini = PhpEditor::getInstance();\n$phpini->loadResellerPermissions(); // Load reseller default PHP permissions\n\n$form = getUserLoginDataForm(true, true)->addElements(getUserPersonalDataForm()->getElements());\n$form->setDefault('gender', 'U');\n\nif (!empty($_POST)) {\n    addResellerUser($form);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                             => 'shared/layouts/ui.tpl',\n    'page'                               => 'admin/reseller_add.phtml',\n    'page_message'                       => 'layout',\n    'ips_block'                          => 'page',\n    'ip_block'                           => 'ips_block',\n    'php_editor_disable_functions_block' => 'page',\n    'php_editor_mail_function_block'     => 'page'\n]);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Admin / Users / Add Reseller')));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $form);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/reseller_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Retrieve form data\n *\n * @param int $resellerId Domain unique identifier\n * @param bool $forUpdate Tell whether or not data are fetched for update\n * @return array Reference to array of data\n */\nfunction getFormData($resellerId, $forUpdate = false)\n{\n    static $data = NULL;\n\n    if (NULL !== $data) {\n        return $data;\n    }\n\n    $stmt = exec_query(\n        '\n            SELECT t1.*, t2.*\n            FROM admin AS t1\n            JOIN reseller_props AS t2 ON(t2.reseller_id = t1.admin_id)\n            WHERE t1.admin_id = ?\n        ',\n        $resellerId\n    );\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $data = $stmt->fetchRow();\n    $data['admin_pass'] = '';\n\n    // Getting total of consumed items for the given reseller.\n    list($data['nbDomains'], $data['nbSubdomains'], $data['nbDomainAliases'], $data['nbMailAccounts'],\n        $data['nbFtpAccounts'], $data['nbSqlDatabases'], $data['nbSqlUsers'], $data['totalTraffic'],\n        $data['totalDiskspace']) = getResellerStats($resellerId);\n\n    // Ip data begin\n\n    // Fetch server ip list\n    $stmt = exec_query('SELECT ip_id, ip_number FROM server_ips  ORDER BY ip_number');\n\n    if (!$stmt->rowCount()) {\n        set_page_message(tr('Unable to get the IP address list. Please fix this problem.'), 'error');\n        redirectTo('users.php');\n    }\n\n    $data['server_ips'] = $stmt->fetchAll();\n\n    // Convert reseller ip list to array\n    $data['reseller_ips'] = explode(';', trim($data['reseller_ips'], ';'));\n\n    // Fetch all ip id used by reseller's customers\n    $stmt = exec_query(\n        'SELECT DISTINCT domain_ip_id FROM domain JOIN admin ON(admin_id = domain_admin_id) WHERE created_by = ?',\n        $resellerId\n    );\n\n    if ($stmt->rowCount()) {\n        $data['used_ips'] = $stmt->fetchAll(PDO::FETCH_COLUMN);\n    } else {\n        $data['used_ips'] = [];\n    }\n\n    $fallbackData = [];\n    foreach ($data as $key => $value) {\n        $fallbackData[\"fallback_$key\"] = $value;\n    }\n\n    $data = array_merge($data, $fallbackData);\n\n    $phpini = PhpEditor::getInstance();\n\n    $data['php_ini_system'] = $phpini->getResellerPermission('phpiniSystem');\n    $data['php_ini_al_disable_functions'] = $phpini->getResellerPermission('phpiniDisableFunctions');\n    $data['php_ini_al_mail_function'] = $phpini->getResellerPermission('phpiniMailFunction');\n    $data['php_ini_al_allow_url_fopen'] = $phpini->getResellerPermission('phpiniAllowUrlFopen');\n    $data['php_ini_al_display_errors'] = $phpini->getResellerPermission('phpiniDisplayErrors');\n    $data['post_max_size'] = $phpini->getResellerPermission('phpiniPostMaxSize');\n    $data['upload_max_filesize'] = $phpini->getResellerPermission('phpiniUploadMaxFileSize');\n    $data['max_execution_time'] = $phpini->getResellerPermission('phpiniMaxExecutionTime');\n    $data['max_input_time'] = $phpini->getResellerPermission('phpiniMaxInputTime');\n    $data['memory_limit'] = $phpini->getResellerPermission('phpiniMemoryLimit');\n\n    if (!$forUpdate) {\n        return $data;\n    }\n\n    foreach (\n        [\n            'max_dmn_cnt', 'max_sub_cnt', 'max_als_cnt', 'max_mail_cnt', 'max_ftp_cnt', 'max_sql_db_cnt',\n            'max_sql_user_cnt', 'max_traff_amnt', 'max_disk_amnt', 'support_system'\n        ] as $key\n    ) {\n        if (isset($_POST[$key])) {\n            $data[$key] = clean_input($_POST[$key]);\n        }\n    }\n\n    if (isset($_POST['reseller_ips']) && is_array($data['reseller_ips'])) {\n        foreach ($_POST['reseller_ips'] as $key => $value) {\n            $_POST['reseller_ips'][$key] = clean_input($value);\n        }\n\n        $data['reseller_ips'] = $_POST['reseller_ips'];\n    } else { // We are safe here\n        $data['reseller_ips'] = [];\n    }\n\n    if (isset($_POST['php_ini_system'])) {\n        $data['php_ini_system'] = clean_input($_POST['php_ini_system']);\n    }\n\n    if (isset($_POST['php_ini_al_disable_functions'])) {\n        $data['php_ini_al_disable_functions'] = clean_input($_POST['php_ini_al_disable_functions']);\n    }\n\n    if (isset($_POST['php_ini_al_mail_function'])) {\n        $data['php_ini_al_mail_function'] = clean_input($_POST['php_ini_al_mail_function']);\n    }\n\n    if (isset($_POST['php_ini_al_allow_url_fopen'])) {\n        $data['php_ini_al_allow_url_fopen'] = clean_input($_POST['php_ini_al_allow_url_fopen']);\n    }\n\n    if (isset($_POST['php_ini_al_display_errors'])) {\n        $data['php_ini_al_display_errors'] = clean_input($_POST['php_ini_al_display_errors']);\n    }\n\n    if (isset($_POST['post_max_size'])) {\n        $data['post_max_size'] = clean_input($_POST['post_max_size']);\n    }\n\n    if (isset($_POST['upload_max_filesize'])) {\n        $data['upload_max_filesize'] = clean_input($_POST['upload_max_filesize']);\n    }\n\n    if (isset($_POST['max_execution_time'])) {\n        $data['max_execution_time'] = clean_input($_POST['max_execution_time']);\n    }\n\n    if (isset($_POST['max_input_time'])) {\n        $data['max_input_time'] = clean_input($_POST['max_input_time']);\n    }\n\n    if (isset($_POST['memory_limit'])) {\n        $data['memory_limit'] = clean_input($_POST['memory_limit']);\n    }\n\n    return $data;\n}\n\n/**\n * Generates IP list form\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generateIpListForm(TemplateEngine $tpl)\n{\n    global $resellerId;\n\n    $data = getFormData($resellerId);\n    $assignedTranslation = tr('Already in use');\n    $unusedTranslation = tr('Not used');\n\n    $tpl->assign([\n        'TR_IP_ADDRESS' => tr('IP address'),\n        'TR_IP_LABEL'   => tr('Label'),\n        'TR_ASSIGN'     => tr('Assign'),\n        'TR_STATUS'     => tr('Usage status')\n    ]);\n\n    EventAggregator::getInstance()->registerListener(\n        Events::onGetJsTranslations,\n        function (Event $e) {\n            $e->getParam('translations')->core['dataTable'] = getDataTablesPluginTranslations(false);\n        }\n    );\n\n    foreach ($data['server_ips'] as $ipData) {\n        $resellerHasIp = in_array($ipData['ip_id'], $data['reseller_ips']);\n        $isUsedIp = in_array($ipData['ip_id'], $data['used_ips']);\n        $tpl->assign([\n            'IP_ID'       => tohtml($ipData['ip_id']),\n            'IP_NUMBER'   => tohtml(($ipData['ip_number'] == '0.0.0.0') ? tr('Any') : $ipData['ip_number']),\n            'IP_ASSIGNED' => $resellerHasIp ? ' checked' : '',\n            'IP_STATUS'   => $isUsedIp ? $assignedTranslation : $unusedTranslation,\n            'IP_READONLY' => $isUsedIp ? ' title=\"' . tohtml(tr('You cannot unassign an IP address already in use.'), 'htmlAttr') . '\" readonly' : ''\n        ]);\n        $tpl->parse('IP_BLOCK', '.ip_block');\n    }\n}\n\n/**\n * Generates features form\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generateLimitsForm(TemplateEngine $tpl)\n{\n    global $resellerId;\n\n    $data = getFormData($resellerId);\n    $tpl->assign([\n        'TR_ACCOUNT_LIMITS'   => tr('Account limits'),\n        'TR_MAX_DMN_CNT'      => tr('Domains limit') . '<br/><i>(0 ∞)</i>',\n        'MAX_DMN_CNT'         => tohtml($data['max_dmn_cnt']),\n        'TR_MAX_SUB_CNT'      => tr('Subdomains limit') . '<br><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_SUB_CNT'         => tohtml($data['max_sub_cnt']),\n        'TR_MAX_ALS_CNT'      => tr('Domain aliases limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_ALS_CNT'         => tohtml($data['max_als_cnt']),\n        'TR_MAX_MAIL_CNT'     => tr('Mail accounts limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_MAIL_CNT'        => tohtml($data['max_mail_cnt']),\n        'TR_MAX_FTP_CNT'      => tr('FTP accounts limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_FTP_CNT'         => tohtml($data['max_ftp_cnt']),\n        'TR_MAX_SQL_DB_CNT'   => tr('SQL databases limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_SQL_DB_CNT'      => tohtml($data['max_sql_db_cnt']),\n        'TR_MAX_SQL_USER_CNT' => tr('SQL users limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n        'MAX_SQL_USER_CNT'    => tohtml($data['max_sql_user_cnt']),\n        'TR_MAX_TRAFF_AMNT'   => tr('Monthly traffic limit [MiB]') . '<br/><i>(0 ∞)</i>',\n        'MAX_TRAFF_AMNT'      => tohtml($data['max_traff_amnt']),\n        'TR_MAX_DISK_AMNT'    => tr('Disk space limit [MiB]') . '<br/><i>(0 ∞)</i>',\n        'MAX_DISK_AMNT'       => tohtml($data['max_disk_amnt'])\n    ]);\n}\n\n/**\n * Generates features form\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generateFeaturesForm(TemplateEngine $tpl)\n{\n    global $resellerId;\n\n    $data = getFormData($resellerId);\n    $tpl->assign([\n        'TR_FEATURES'                      => tr('Features'),\n        'TR_SETTINGS'                      => tr('PHP Settings'),\n        'TR_PHP_EDITOR'                    => tr('PHP Editor'),\n        'TR_PHP_EDITOR_SETTINGS'           => tr('PHP Settings'),\n        'TR_PERMISSIONS'                   => tr('PHP Permissions'),\n        'TR_DIRECTIVES_VALUES'             => tr('PHP directives values'),\n        'TR_FIELDS_OK'                     => tr('All fields are valid.'),\n        'PHP_INI_SYSTEM_YES'               => $data['php_ini_system'] == 'yes' ? ' checked' : '',\n        'PHP_INI_SYSTEM_NO'                => $data['php_ini_system'] != 'yes' ? ' checked' : '',\n        'TR_PHP_INI_AL_ALLOW_URL_FOPEN'    => tr('Can edit the PHP %s configuration option', '<b>allow_url_fopen</b>'),\n        'PHP_INI_AL_ALLOW_URL_FOPEN_YES'   => $data['php_ini_al_allow_url_fopen'] == 'yes' ? ' checked' : '',\n        'PHP_INI_AL_ALLOW_URL_FOPEN_NO'    => $data['php_ini_al_allow_url_fopen'] != 'yes' ? ' checked' : '',\n        'TR_PHP_INI_AL_DISPLAY_ERRORS'     => tr('Can edit the PHP %s configuration option', '<b>display_errors</b>'),\n        'PHP_INI_AL_DISPLAY_ERRORS_YES'    => $data['php_ini_al_display_errors'] == 'yes' ? ' checked' : '',\n        'PHP_INI_AL_DISPLAY_ERRORS_NO'     => $data['php_ini_al_display_errors'] != 'yes' ? ' checked' : '',\n        'TR_PHP_INI_AL_DISABLE_FUNCTIONS'  => tr('Can edit the PHP %s configuration option', '<b>disable_functions</b>'),\n        'PHP_INI_AL_DISABLE_FUNCTIONS_YES' => $data['php_ini_al_disable_functions'] == 'yes' ? ' checked' : '',\n        'PHP_INI_AL_DISABLE_FUNCTIONS_NO'  => $data['php_ini_al_disable_functions'] != 'yes' ? ' checked' : '',\n        'TR_MEMORY_LIMIT'                  => tr('PHP %s configuration option', '<b>memory_limit</b>'),\n        'MEMORY_LIMIT'                     => tohtml($data['memory_limit']),\n        'TR_UPLOAD_MAX_FILESIZE'           => tr('PHP %s configuration option', '<b>upload_max_filesize</b>'),\n        'UPLOAD_MAX_FILESIZE'              => tohtml($data['upload_max_filesize']),\n        'TR_POST_MAX_SIZE'                 => tr('PHP %s configuration option', '<b>post_max_size</b>'),\n        'POST_MAX_SIZE'                    => tohtml($data['post_max_size']),\n        'TR_MAX_EXECUTION_TIME'            => tr('PHP %s configuration option', '<b>max_execution_time</b>'),\n        'MAX_EXECUTION_TIME'               => tohtml($data['max_execution_time']),\n        'TR_MAX_INPUT_TIME'                => tr('PHP %s configuration option', '<b>max_input_time</b>'),\n        'MAX_INPUT_TIME'                   => tohtml($data['max_input_time']),\n        'TR_SUPPORT_SYSTEM'                => tr('Support system'),\n        'SUPPORT_SYSTEM_YES'               => $data['support_system'] == 'yes' ? ' checked' : '',\n        'SUPPORT_SYSTEM_NO'                => $data['support_system'] != 'yes' ? ' checked' : '',\n        'TR_PHP_INI_PERMISSION_HELP'       => tohtml(tr('If set to `yes`, the reseller can allows his customers to edit this PHP configuration option.'), 'htmlAttr'),\n        'TR_PHP_INI_AL_MAIL_FUNCTION_HELP' => tohtml(tr('If set to `yes`, the reseller can enable/disable the PHP mail function for his customers, else, the PHP mail function is disabled.'), 'htmlAttr'),\n        'TR_YES'                           => tr('Yes'),\n        'TR_NO'                            => tr('No'),\n        'TR_MIB'                           => tr('MiB'),\n        'TR_SEC'                           => tr('Sec.')\n    ]);\n\n    EventAggregator::getInstance()->registerListener(\n        Events::onGetJsTranslations,\n        function (Event $e) {\n            $translations = $e->getParam('translations');\n            $translations['core']['close'] = tr('Close');\n            $translations['core']['fields_ok'] = tr('All fields are valid.');\n            $translations['core']['out_of_range_value_error'] = tr('Value for the PHP %%s directive must be in range %%d to %%d.');\n            $translations['core']['lower_value_expected_error'] = tr('%%s cannot be greater than %%s.');\n            $translations['core']['error_field_stack'] = Registry::isRegistered('errFieldsStack')\n                ? Registry::get('errFieldsStack') : [];\n        }\n    );\n\n    if (Registry::get('config')['HTTPD_PACKAGE'] != 'Servers::httpd::apache_itk') {\n        $tpl->assign([\n            'TR_PHP_INI_AL_DISABLE_FUNCTIONS'  => tr('Can edit the PHP %s configuration option', '<b>disable_functions</b>'),\n            'PHP_INI_AL_DISABLE_FUNCTIONS_YES' => $data['php_ini_al_disable_functions'] == 'yes' ? ' checked' : '',\n            'PHP_INI_AL_DISABLE_FUNCTIONS_NO'  => $data['php_ini_al_disable_functions'] != 'yes' ? ' checked' : '',\n\n            'TR_PHP_INI_AL_MAIL_FUNCTION'  => tr('Can use the PHP %s function', '<b>mail</b>'),\n            'PHP_INI_AL_MAIL_FUNCTION_YES' => $data['php_ini_al_mail_function'] == 'yes' ? ' checked' : '',\n            'PHP_INI_AL_MAIL_FUNCTION_NO'  => $data['php_ini_al_mail_function'] != 'yes' ? ' checked' : '',\n        ]);\n        return;\n    }\n\n    $tpl->assign('PHP_EDITOR_DISABLE_FUNCTIONS_BLOCK', '');\n    $tpl->assign('PHP_EDITOR_MAIL_FUNCTION_BLOCK', '');\n}\n\n/**\n * Update reseller user\n *\n * @param Zend_Form $form\n * @return void\n */\nfunction updateResellerUser(Zend_Form $form)\n{\n    global $resellerId;\n\n    $error = false;\n    $errFieldsStack = [];\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $data = getFormData($resellerId, true);\n\n        $stmt = exec_query(\n            \"\n            SELECT\n                IFNULL(SUM(t1.domain_subd_limit), 0) AS subdomains,\n                IFNULL(SUM(t1.domain_alias_limit), 0) AS domainAliases,\n                IFNULL(SUM(t1.domain_mailacc_limit), 0) AS mailAccounts,\n                IFNULL(SUM(t1.domain_ftpacc_limit), 0) AS ftpAccounts,\n                IFNULL(SUM(t1.domain_sqld_limit), 0) AS sqlDatabases,\n                IFNULL(SUM(t1.domain_sqlu_limit), 0) AS sqlUsers,\n                IFNULL(SUM(t1.domain_traffic_limit), 0) AS traffic,\n                IFNULL(SUM(t1.domain_disk_limit), 0) AS diskspace\n            FROM domain AS t1\n            JOIN admin AS t2 ON(t2.admin_id = t1.domain_admin_id)\n            WHERE t2.created_by = ?\n        \",\n            $resellerId\n        );\n\n        $unlimitedItems = array_map(\n            function ($element) {\n                return $element == -1 ? false : $element == 0;\n            },\n            $stmt->fetchRow(PDO::FETCH_ASSOC)\n        );\n\n        // Check for login and personal data\n        if (!$form->isValid($_POST)) {\n            foreach ($form->getMessages() as $fieldname => $msgsStack) {\n                $errFieldsStack[] = $fieldname;\n                set_page_message(reset($msgsStack), 'error');\n            }\n        }\n\n        $form->setDefault('admin_name', $data['fallback_admin_name']);\n\n        // Make sure to compare and store email in IDNA form\n        $form->setDefault('email', encode_idna($form->getValue('email')));\n\n        // Check for ip addresses\n        $resellerIps = [];\n        foreach ($data['server_ips'] as $serverIpData) {\n            if (in_array($serverIpData['ip_id'], $data['reseller_ips'], true)) {\n                $resellerIps[] = $serverIpData['ip_id'];\n            }\n        }\n\n        $resellerIps = array_unique(array_merge($resellerIps, $data['used_ips']));\n        sort($resellerIps);\n\n        if (empty($resellerIps)) {\n            set_page_message(tr('You must assign at least one IP to this reseller.'), 'error');\n            $error = true;\n        }\n\n        // Check for max domains limit\n        if (imscp_limit_check($data['max_dmn_cnt'], NULL)) {\n            $rs = checkResellerLimit(\n                $data['max_dmn_cnt'], $data['current_dmn_cnt'], $data['nbDomains'], false, tr('domains')\n            );\n        } else {\n            set_page_message(tr('Incorrect limit for %s.', tr('domain')), 'error');\n            $rs = false;\n        }\n\n        if (!$rs) {\n            $errFieldsStack[] = 'max_dmn_cnt';\n        }\n\n        // Check for max subdomains limit\n        if (imscp_limit_check($data['max_sub_cnt'])) {\n            $rs = checkResellerLimit(\n                $data['max_sub_cnt'], $data['current_sub_cnt'], $data['nbSubdomains'], $unlimitedItems['subdomains'],\n                tr('subdomains')\n            );\n        } else {\n            set_page_message(tr('Incorrect limit for %s.', tr('subdomains')), 'error');\n            $rs = false;\n        }\n\n        if (!$rs) {\n            $errFieldsStack[] = 'max_sub_cnt';\n        }\n\n        // check for max domain aliases limit\n        if (imscp_limit_check($data['max_als_cnt'])) {\n            $rs = checkResellerLimit(\n                $data['max_als_cnt'], $data['current_als_cnt'], $data['nbDomainAliases'],\n                $unlimitedItems['domainAliases'], tr('domain aliases')\n            );\n        } else {\n            set_page_message(tr('Incorrect limit for %s.', tr('domain aliases')), 'error');\n            $rs = false;\n        }\n\n        if (!$rs) {\n            $errFieldsStack[] = 'max_als_cnt';\n        }\n\n        // Check for max mail accounts limit\n        if (imscp_limit_check($data['max_mail_cnt'])) {\n            $rs = checkResellerLimit(\n                $data['max_mail_cnt'], $data['current_mail_cnt'], $data['nbMailAccounts'],\n                $unlimitedItems['mailAccounts'], tr('mail')\n            );\n        } else {\n            set_page_message(tr('Incorrect limit for %s.', tr('mail accounts')), 'error');\n            $rs = false;\n        }\n\n        if (!$rs) {\n            $errFieldsStack[] = 'max_mail_cnt';\n        }\n\n        // Check for max FTP accounts limit\n        if (imscp_limit_check($data['max_ftp_cnt'])) {\n            $rs = checkResellerLimit(\n                $data['max_ftp_cnt'], $data['current_ftp_cnt'], $data['nbFtpAccounts'], $unlimitedItems['ftpAccounts'],\n                tr('Ftp')\n            );\n        } else {\n            set_page_message(tr('Incorrect limit for %s.', tr('Ftp accounts')), 'error');\n            $rs = false;\n        }\n\n        if (!$rs) {\n            $errFieldsStack[] = 'max_ftp_cnt';\n        }\n\n        // Check for max SQL databases limit\n        if (!$rs = imscp_limit_check($data['max_sql_db_cnt'])) {\n            set_page_message(tr('Incorrect limit for %s.', tr('SQL databases')), 'error');\n        } elseif ($data['max_sql_db_cnt'] == -1 && $data['max_sql_user_cnt'] != -1) {\n            set_page_message(tr('SQL database limit is disabled but SQL user limit is not.'), 'error');\n            $rs = false;\n        } else {\n            $rs = checkResellerLimit(\n                $data['max_sql_db_cnt'], $data['current_sql_db_cnt'], $unlimitedItems['nbSqlDatabases'],\n                $data['sqlDatabases'], tr('SQL databases')\n            );\n        }\n\n        if (!$rs) {\n            $errFieldsStack[] = 'max_sql_db_cnt';\n        }\n\n        // Check for max SQL users limit\n        if (!$rs = imscp_limit_check($data['max_sql_user_cnt'])) {\n            set_page_message(tr('Incorrect limit for %s.', tr('SQL users')), 'error');\n        } elseif ($data['max_sql_db_cnt'] != -1 && $data['max_sql_user_cnt'] == -1) {\n            set_page_message(tr('SQL user limit is disabled but SQL database limit is not.'), 'error');\n            $rs = false;\n        } else {\n            $rs = checkResellerLimit(\n                $data['max_sql_user_cnt'], $data['current_sql_user_cnt'], $data['nbSqlUsers'],\n                $unlimitedItems['sqlUsers'], tr('SQL users')\n            );\n        }\n\n        if (!$rs) {\n            $errFieldsStack[] = 'max_sql_user_cnt';\n        }\n\n        // Check for max monthly traffic limit\n        if (imscp_limit_check($data['max_traff_amnt'], NULL)) {\n            $rs = checkResellerLimit(\n                $data['max_traff_amnt'], $data['current_traff_amnt'], $data['totalTraffic'] / 1048576,\n                $unlimitedItems['traffic'], tr('traffic')\n            );\n        } else {\n            set_page_message(tr('Incorrect limit for %s.', tr('traffic')), 'error');\n            $rs = false;\n        }\n\n        if (!$rs) {\n            $errFieldsStack[] = 'max_traff_amnt';\n        }\n\n        // Check for max disk space limit\n        if (imscp_limit_check($data['max_disk_amnt'], NULL)) {\n            $rs = checkResellerLimit(\n                $data['max_disk_amnt'], $data['current_disk_amnt'], $data['totalDiskspace'] / 1048576,\n                $unlimitedItems['diskspace'], tr('disk space')\n            );\n        } else {\n            set_page_message(tr('Incorrect limit for %s.', tr('disk space')), 'error');\n            $rs = false;\n        }\n\n        if (!$rs) {\n            $errFieldsStack[] = 'max_disk_amnt';\n        }\n\n        $db->beginTransaction();\n\n        // Check for PHP settings\n        $phpini = PhpEditor::getInstance();\n        $curResPhpPerms = $phpini->getResellerPermission();\n        $phpini->setResellerPermission('phpiniSystem', $data['php_ini_system']);\n\n        if ($phpini->resellerHasPermission('phpiniSystem')) {\n            // We are safe here; If a value is not valid, previous value is used\n            $phpini->setResellerPermission('phpiniDisableFunctions', $data['php_ini_al_disable_functions']);\n            $phpini->setResellerPermission('phpiniMailFunction', $data['php_ini_al_mail_function']);\n            $phpini->setResellerPermission('phpiniAllowUrlFopen', $data['php_ini_al_allow_url_fopen']);\n            $phpini->setResellerPermission('phpiniDisplayErrors', $data['php_ini_al_display_errors']);\n\n            // Must be set before phpiniPostMaxSize\n            $phpini->setResellerPermission('phpiniMemoryLimit', $data['memory_limit']);\n\n            // Must be set before phpiniUploadMaxFileSize\n            $phpini->setResellerPermission('phpiniPostMaxSize', $data['post_max_size']);\n\n            $phpini->setResellerPermission('phpiniUploadMaxFileSize', $data['upload_max_filesize']);\n            $phpini->setResellerPermission('phpiniMaxExecutionTime', $data['max_execution_time']);\n            $phpini->setResellerPermission('phpiniMaxInputTime', $data['max_input_time']);\n        } else {\n            $phpini->loadResellerPermissions(); // Reset reseller PHP permissions to default values\n        }\n\n        if (empty($errFieldsStack) && !$error) {\n            EventAggregator::getInstance()->dispatch(Events::onBeforeEditUser, [\n                'userId'   => $resellerId,\n                'userData' => $form->getValues()\n            ]);\n\n            $oldValues = $newValues = [];\n\n            foreach ($data as $property => $value) {\n                if (strpos($property, 'fallback_') !== false) {\n                    $property = substr($property, 9);\n                    $oldValues[$property] = $value;\n\n                    if (($formVal = $form->getValue($property)) !== NULL) {\n                        $newValues[$property] = $formVal;\n                        continue;\n                    }\n\n                    $newValues[$property] = $data[$property];\n                }\n            }\n\n            $needPHPiniChange = ($curResPhpPerms != $phpini->getResellerPermission());\n            unset($curResPhpPerms);\n\n            // Nothing has been changed ?\n            if ($newValues == $oldValues && !$needPHPiniChange) {\n                set_page_message(tr('Nothing has been changed.'), 'info');\n                redirectTo('users.php');\n            }\n\n            // Update reseller personal data (including password if needed)\n\n            $bindParams = [\n                $form->getValue('fname'), $form->getValue('lname'), $form->getValue('gender'), $form->getValue('firm'),\n                $form->getValue('zip'), $form->getValue('city'), $form->getValue('state'), $form->getValue('country'),\n                $form->getValue('email'), $form->getValue('phone'), $form->getValue('fax'),\n                $form->getValue('street1'), $form->getValue('street2'), $resellerId\n            ];\n\n            if ($form->getValue('admin_pass') != '') {\n                $setPassword = 'admin_pass = ?,';\n                array_unshift($bindParams, Crypt::apr1MD5($form->getValue('admin_pass')));\n            } else {\n                $setPassword = '';\n            }\n\n            exec_query(\n                \"\n                    UPDATE admin SET {$setPassword} fname = ?, lname = ?, gender = ?, firm = ?, zip = ?, city = ?,\n                        state = ?, country = ?, email = ?, phone = ?, fax = ?, street1 = ?, street2 = ?\n                    WHERE admin_id = ?\n                \",\n                $bindParams\n            );\n\n            exec_query(\n                '\n                    UPDATE\n                        reseller_props\n                    SET\n                        max_dmn_cnt = ?, max_sub_cnt = ?, max_als_cnt = ?, max_mail_cnt = ?, max_ftp_cnt = ?,\n                        max_sql_db_cnt = ?, max_sql_user_cnt = ?, max_traff_amnt = ?, max_disk_amnt = ?,\n                        reseller_ips = ?, support_system = ?, php_ini_system = ?,\n                        php_ini_al_disable_functions = ?, php_ini_al_mail_function = ?,\n                        php_ini_al_allow_url_fopen = ?, php_ini_al_display_errors = ?, php_ini_max_post_max_size = ?,\n                        php_ini_max_upload_max_filesize = ?, php_ini_max_max_execution_time = ?,\n                        php_ini_max_max_input_time = ?, php_ini_max_memory_limit = ?\n                    WHERE\n                        reseller_id = ?\n                ',\n                [\n                    $data['max_dmn_cnt'], $data['max_sub_cnt'], $data['max_als_cnt'], $data['max_mail_cnt'],\n                    $data['max_ftp_cnt'], $data['max_sql_db_cnt'], $data['max_sql_user_cnt'], $data['max_traff_amnt'],\n                    $data['max_disk_amnt'], implode(';', $resellerIps) . ';', $data['support_system'],\n                    $phpini->getResellerPermission('phpiniSystem'),\n                    $phpini->getResellerPermission('phpiniDisableFunctions'),\n                    $phpini->getResellerPermission('phpiniMailFunction'),\n                    $phpini->getResellerPermission('phpiniAllowUrlFopen'),\n                    $phpini->getResellerPermission('phpiniDisplayErrors'),\n                    $phpini->getResellerPermission('phpiniPostMaxSize'),\n                    $phpini->getResellerPermission('phpiniUploadMaxFileSize'),\n                    $phpini->getResellerPermission('phpiniMaxExecutionTime'),\n                    $phpini->getResellerPermission('phpiniMaxInputTime'),\n                    $phpini->getResellerPermission('phpiniMemoryLimit'),\n                    $resellerId\n                ]\n            );\n\n            // Sync client PHP permissions with reseller PHP permissions\n            if ($needPHPiniChange && $phpini->syncClientPermissionsWithResellerPermissions($resellerId)) {\n                $needDaemonRequest = true;\n            } else {\n                $needDaemonRequest = false;\n            }\n\n            // Force user to login again (needed due to possible password or email change)\n            exec_query('DELETE FROM login WHERE user_name = ?', $data['fallback_admin_name']);\n\n            EventAggregator::getInstance()->dispatch(Events::onAfterEditUser, [\n                'userId'   => $resellerId,\n                'userData' => $form->getValues()\n            ]);\n\n            $db->commit();\n\n            // Send mail to reseller for new password\n            if ($form->getValue('admin_pass') !== '') {\n                send_add_user_auto_msg(\n                    $_SESSION['user_id'], $data['admin_name'], $form->getValue('admin_pass'), $form->getValue('email'),\n                    $form->getValue('fname'), $form->getValue('lname'), tr('Reseller')\n                );\n            }\n\n            if ($needDaemonRequest) {\n                send_request();\n            }\n\n            write_log(\n                sprintf('The %s reseller has been updated by %s', $form->getValue('admin_name'), $_SESSION['user_logged']),\n                E_USER_NOTICE\n            );\n            set_page_message('Reseller has been updated.', 'success');\n            redirectTo('users.php');\n        } elseif (!empty($errFieldsStack)) {\n            Registry::set('errFieldsStack', $errFieldsStack);\n        }\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n}\n\n/**\n * Check reseller limit\n *\n * @param int $newLimit New limit (-1 for deactivation, 0 for ∞, $newLimit > 0 to limit items quantity)\n * @param int $assignedByReseller How many items are already assigned to reseller's customers\n * @param int $consumedByCustomers How many items are already consumed by reseller's customers.\n * @param bool $unlimitedService Tells whether or not the service is set as unlimited for a reseller's customer\n * @param String $serviceName Service name for which new limit is verified\n * @return bool TRUE if new limit is valid, FALSE otherwise\n */\nfunction checkResellerLimit($newLimit, $assignedByReseller, $consumedByCustomers, $unlimitedService, $serviceName)\n{\n    $retVal = true;\n\n    // We process only if the new limit value is not equal to 0 (unlimited)\n    if ($newLimit == 0) {\n        return $retVal;\n    }\n\n    // The service is limited for all customers\n    if ($unlimitedService == false) {\n        // If the new limit is lower than the already consomed item by customer\n        if ($newLimit < $consumedByCustomers && $newLimit != -1) {\n            set_page_message(\n                tr(\n                    \"%s: The clients consumption (%s) for this reseller is greater than the new limit.\",\n                    '<b>' . ucfirst($serviceName) . '</b>', $consumedByCustomers),\n                'error'\n            );\n            $retVal = false;\n            // If the new limit is lower than the items already assigned by the reseller\n        } elseif ($newLimit < $assignedByReseller && $newLimit != -1) {\n            set_page_message(\n                tr(\n                    '%s: The total of items (%s) already assigned by the reseller is greater than the new limit.',\n                    '<b>' . ucfirst($serviceName) . '</b>', $assignedByReseller\n                ),\n                'error'\n            );\n            $retVal = false;\n            // If the new limit is -1 (disabled) and assigned items are already consumed by customer\n        } elseif ($newLimit == -1 && $consumedByCustomers > 0) {\n            set_page_message(\n                tr(\n                    \"%s: You cannot disable a service already consumed by reseller's customers.\",\n                    '<b>' . ucfirst($serviceName) . '</b>'\n                ),\n                'error'\n            );\n            $retVal = false;\n            // If the new limit is -1 (disabled) and the already assigned accounts/limits by reseller is greater 0\n        } elseif ($newLimit == -1 && $assignedByReseller > 0) {\n            set_page_message(\n                tr(\n                    \"%s: You cannot disable a service already sold to reseller's customers.\",\n                    '<b>' . ucfirst($serviceName) . '</b>'\n                ),\n                'error'\n            );\n            $retVal = false;\n        }\n        // One or more reseller's customers have unlimited items\n    } elseif ($newLimit != 0) {\n        set_page_message(\n            tr('%s: This reseller has customer(s) with unlimited items.', '<b>' . ucfirst($serviceName) . '</b>'),\n            'error'\n        );\n        set_page_message(tr('If you want to limit the reseller, you must first limit its customers.'), 'error');\n        $retVal = false;\n    }\n\n\n    return $retVal;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @param Zend_Form $form\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, Zend_Form $form)\n{\n    global $resellerId;\n\n    /** @noinspection PhpUndefinedFieldInspection */\n    $tpl->form = $form;\n\n    if (empty($_POST)) {\n        $form->setDefaults(getFormData($resellerId));\n        $form->setDefault('email', decode_idna(getFormData($resellerId)['email']));\n    }\n\n    generateIpListForm($tpl);\n    generateLimitsForm($tpl);\n    generateFeaturesForm($tpl);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (!isset($_GET['edit_id'])) {\n    showBadRequestErrorPage();\n}\n\nglobal $resellerId;\n$resellerId = intval($_GET['edit_id']);\n\n$phpini = PhpEditor::getInstance();\n$phpini->loadResellerPermissions($resellerId); // Load reseller PHP permissions\n\n$form = getUserLoginDataForm(false, false)->addElements(getUserPersonalDataForm()->getElements());\n\nif (!empty($_POST)) {\n    updateResellerUser($form);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                             => 'shared/layouts/ui.tpl',\n    'page'                               => 'admin/reseller_edit.phtml',\n    'page_message'                       => 'layout',\n    'ips_block'                          => 'page',\n    'ip_block'                           => 'ips_block',\n    'php_editor_disable_functions_block' => 'page',\n    'php_editor_mail_function_block'     => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE' => tohtml(tr('Admin / Users / Edit Reseller')),\n    'EDIT_ID'       => tourl($resellerId)\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $form);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/reseller_statistics.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generates statistics for the given reseller\n *\n * @param TemplateEngine $tpl Template engine instance\n * @param int $resellerId Reseller unique identifier\n * @param string $resellerName Reseller name\n * @return void\n */\nfunction _generateResellerStatistics(TemplateEngine $tpl, $resellerId, $resellerName)\n{\n    $resellerProps = imscp_getResellerProperties($resellerId, true);\n    $rtraffLimit = $resellerProps['max_traff_amnt'] * 1048576;\n    $rdiskLimit = $resellerProps['max_disk_amnt'] * 1048576;\n    list($rdmnConsumed, $rsubConsumed, $ralsConsumed, $rmailConsumed, $rftpConsumed, $rsqlDbConsumed,\n        $rsqlUserConsumed, $rtraffConsumed, $rdiskConsumed) = getResellerStats($resellerId);\n\n    $diskUsagePercent = getPercentUsage($rdiskConsumed, $rdiskLimit);\n    $trafficPercent = getPercentUsage($rtraffConsumed, $rtraffLimit);\n\n    $tpl->assign([\n        'RESELLER_NAME'         => tohtml($resellerName),\n        'RESELLER_ID'           => tohtml($resellerId),\n        'DISK_PERCENT_WIDTH'    => tohtml($diskUsagePercent, 'htmlAttr'),\n        'DISK_PERCENT'          => tohtml($diskUsagePercent),\n        'DISK_MSG'              => ($rdiskLimit == 0)\n            ? tohtml(sprintf('%s / ∞', bytesHuman($rdiskConsumed)))\n            : tohtml(sprintf('%s / %s', bytesHuman($rdiskConsumed), bytesHuman($rdiskLimit))),\n        'TRAFFIC_PERCENT_WIDTH' => tohtml($trafficPercent, 'htmlAttr'),\n        'TRAFFIC_PERCENT'       => tohtml($trafficPercent),\n        'TRAFFIC_MSG'           => ($rtraffLimit == 0)\n            ? tohtml(sprintf('%s / ∞', bytesHuman($rtraffConsumed)))\n            : tohtml(sprintf('%s / %s', bytesHuman($rtraffConsumed), bytesHuman($rtraffLimit))),\n        'DMN_MSG'               => ($resellerProps['max_dmn_cnt'] == 0)\n            ? tohtml(sprintf('%s / ∞', $rdmnConsumed))\n            : ($resellerProps['max_dmn_cnt'] == -1\n                ? '-' : tohtml(sprintf('%s / %s', $rdmnConsumed, $resellerProps['max_dmn_cnt']))),\n        'SUB_MSG'               => ($resellerProps['max_sub_cnt'] == 0)\n            ? tohtml(sprintf('%s / ∞', $rsubConsumed))\n            : ($resellerProps['max_sub_cnt'] == -1\n                ? '-' : tohtml(sprintf('%s / %s', $rsubConsumed, $resellerProps['max_sub_cnt']))),\n        'ALS_MSG'               => ($resellerProps['max_als_cnt'] == 0)\n            ? tohtml(sprintf('%s / ∞', $ralsConsumed))\n            : ($resellerProps['max_als_cnt'] == -1\n                ? '-' : tohtml(sprintf('%s / %s', $ralsConsumed, $resellerProps['max_als_cnt']))),\n        'MAIL_MSG'              => ($resellerProps['max_mail_cnt'] == 0)\n            ? tohtml(sprintf('%s / ∞', $rmailConsumed))\n            : ($resellerProps['max_mail_cnt'] == -1\n                ? '-' : tohtml(sprintf('%s / %s', $rmailConsumed, $resellerProps['max_mail_cnt']))),\n        'FTP_MSG'               => ($resellerProps['max_ftp_cnt'] == 0)\n            ? tohtml(sprintf('%s / ∞', $rftpConsumed))\n            : ($resellerProps['max_ftp_cnt'] == -1\n                ? '-' : tohtml(sprintf('%s / %s', $rftpConsumed, $resellerProps['max_ftp_cnt']))),\n        'SQL_DB_MSG'            => ($resellerProps['max_sql_db_cnt'] == 0)\n            ? tohtml(sprintf('%s / ∞', $rsqlDbConsumed))\n            : ($resellerProps['max_sql_db_cnt'] == -1\n                ? '-' : tohtml(sprintf('%s / %s', $rsqlDbConsumed, $resellerProps['max_sql_db_cnt']))),\n        'SQL_USER_MSG'          => ($resellerProps['max_sql_user_cnt'] == 0)\n            ? tohtml(sprintf('%s / ∞', $rsqlUserConsumed))\n            : ($resellerProps['max_sql_user_cnt'] == -1\n                ? '-' : tohtml(sprintf('%s / %s', $rsqlUserConsumed, $resellerProps['max_sql_user_cnt'])))\n    ]);\n}\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $stmt = execute_query(\"SELECT admin_id, admin_name FROM admin WHERE admin_type = 'reseller'\");\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        _generateResellerStatistics($tpl, $row['admin_id'], $row['admin_name']);\n        $tpl->parse('RESELLER_STATISTICS_BLOCK', '.reseller_statistics_block');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\nsystemHasResellers() or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                    => 'shared/layouts/ui.tpl',\n    'page'                      => 'admin/reseller_statistics.tpl',\n    'page_message'              => 'layout',\n    'reseller_statistics_block' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'              => tohtml(tr('Admin / Statistics / Reseller Statistics')),\n    'TR_RESELLER_NAME'           => tohtml(tr('Reseller')),\n    'TR_TRAFFIC_USAGE'           => tohtml(tr('Monthly traffic usage')),\n    'TR_DISK_USAGE'              => tohtml(tr('Disk usage')),\n    'TR_DOMAINS'                 => tohtml(tr('Domains')),\n    'TR_SUBDOMAINS'              => tohtml(tr('Subdomains')),\n    'TR_DOMAIN_ALIASES'          => tohtml(tr('Domain aliases')),\n    'TR_MAIL_ACCOUNTS'           => tohtml(tr('Mail accounts')),\n    'TR_FTP_ACCOUNTS'            => tohtml(tr('FTP accounts')),\n    'TR_SQL_DATABASES'           => tohtml(tr('SQL databases')),\n    'TR_SQL_USERS'               => tohtml(tr('SQL users')),\n    'TR_DETAILED_STATS_TOOLTIPS' => tohtml(tr('Show detailed statistics for this reseller'), 'htmlAttr')\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $e->getParam('translations')->core['dataTable'] = getDataTablesPluginTranslations(false);\n    }\n);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/reseller_user_statistics.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Genrate statistics entry for the given user\n *\n * @param TemplateEngine $tpl Template engine instance\n * @param int $adminId User unique identifier\n * @return void\n */\nfunction _generateUserStatistics(TemplateEngine $tpl, $adminId)\n{\n    list($webTraffic, $ftpTraffic, $smtpTraffic, $pop3Traffic, $trafficUsage, $diskUsage\n        ) = getClientTrafficAndDiskStats($adminId);\n    list($subCount, $subLimit, $alsCount, $alsLimit, $mailCount, $mailLimit, $ftpCount, $ftpLimit, $sqlDbCount,\n        $sqlDbLimit, $sqlUsersCount, $sqlUsersLlimit, $trafficLimit, $diskLimit\n        ) = getClientItemCountsAndLimits($adminId);\n    $trafficUsagePercent = getPercentUsage($trafficUsage, $trafficLimit);\n    $diskspaceUsagePercent = getPercentUsage($diskUsage, $diskLimit);\n    $tpl->assign([\n        'USER_NAME'             => tohtml(decode_idna(get_user_name($adminId))),\n        'USER_ID'               => tohtml($adminId),\n        'TRAFFIC_PERCENT_WIDTH' => tohtml($trafficUsagePercent, 'htmlAttr'),\n        'TRAFFIC_PERCENT'       => tohtml($trafficUsagePercent),\n        'TRAFFIC_MSG'           => ($trafficLimit > 0)\n            ? tohtml(sprintf('%s / %s', bytesHuman($trafficUsage), bytesHuman($trafficLimit)))\n            : tohtml(sprintf('%s / ∞', bytesHuman($trafficUsage))),\n        'DISK_PERCENT_WIDTH'    => tohtml($diskspaceUsagePercent, 'htmlAttr'),\n        'DISK_PERCENT'          => tohtml($diskspaceUsagePercent),\n        'DISK_MSG'              => ($diskLimit > 0)\n            ? tohtml(sprintf('%s / %s', bytesHuman($diskUsage), bytesHuman($diskLimit)))\n            : tohtml(sprintf('%s / ∞', bytesHuman($diskUsage))),\n        'WEB'                   => tohtml(bytesHuman($webTraffic)),\n        'FTP'                   => tohtml(bytesHuman($ftpTraffic)),\n        'SMTP'                  => tohtml(bytesHuman($smtpTraffic)),\n        'POP3'                  => tohtml(bytesHuman($pop3Traffic)),\n        'SUB_MSG'               => tohtml(sprintf('%s / %s', $subCount, translate_limit_value($subLimit))),\n        'ALS_MSG'               => tohtml(sprintf('%s / %s', $alsCount, translate_limit_value($alsLimit))),\n        'MAIL_MSG'              => tohtml(sprintf('%s / %s', $mailCount, translate_limit_value($mailLimit))),\n        'FTP_MSG'               => tohtml(sprintf('%s / %s', $ftpCount, translate_limit_value($ftpLimit))),\n        'SQL_DB_MSG'            => tohtml(sprintf('%s / %s', $sqlDbCount, translate_limit_value($sqlDbLimit))),\n        'SQL_USER_MSG'          => tohtml(sprintf('%s / %s', $sqlUsersCount, translate_limit_value($sqlUsersLlimit)))\n    ]);\n}\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @param int $resellerId Reseller unique identifier\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, $resellerId)\n{\n    $stmt = exec_query('SELECT admin_id FROM admin WHERE created_by = ?', $resellerId);\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign('RESELLER_USER_STATISTICS_BLOCK', '');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        _generateUserStatistics($tpl, $row['admin_id']);\n        $tpl->parse('RESELLER_USER_STATISTICS_BLOCK', '.reseller_user_statistics_block');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (isset($_GET['reseller_id'])) {\n    $resellerId = intval($_GET['reseller_id']);\n    $_SESSION['stats_reseller_id'] = $resellerId;\n} elseif (isset($_SESSION['stats_reseller_id'])) {\n    redirectTo('reseller_user_statistics.php?reseller_id=' . $_SESSION['stats_reseller_id']);\n    exit;\n} else {\n    showBadRequestErrorPage();\n    exit;\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                         => 'shared/layouts/ui.tpl',\n    'page'                           => 'admin/reseller_user_statistics.tpl',\n    'page_message'                   => 'layout',\n    'reseller_user_statistics_block' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'             => tohtml(tr('Admin / Statistics / Reseller Statistics / User Statistics')),\n    'TR_USERNAME'               => tohtml(tr('User')),\n    'TR_TRAFF'                  => tohtml(tr('Monthly traffic usage')),\n    'TR_DISK'                   => tohtml(tr('Disk usage')),\n    'TR_WEB'                    => tohtml(tr('HTTP traffic')),\n    'TR_FTP_TRAFF'              => tohtml(tr('FTP traffic')),\n    'TR_SMTP'                   => tohtml(tr('SMTP traffic')),\n    'TR_POP3'                   => tohtml(tr('POP3/IMAP traffic')),\n    'TR_SUBDOMAIN'              => tohtml(tr('Subdomains')),\n    'TR_ALIAS'                  => tohtml(tr('Domain aliases')),\n    'TR_MAIL'                   => tohtml(tr('Mail accounts')),\n    'TR_FTP'                    => tohtml(tr('FTP accounts')),\n    'TR_SQL_DB'                 => tohtml(tr('SQL databases')),\n    'TR_SQL_USER'               => tohtml(tr('SQL users')),\n    'TR_DETAILED_STATS_TOOLTIP' => tohtml(tr('Show detailed statistics for this user'), 'htmlAttr')\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $e->getParam('translations')->core['dataTable'] = getDataTablesPluginTranslations(false);\n    }\n);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $resellerId);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/reseller_user_statistics_details.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get traffic data for the given user and period\n *\n * @param int $domainId User main domain unique identifier\n * @param int $startDate An UNIX timestamp representing a start date\n * @param int $endDate An UNIX timestamp representing an end date\n * @return array\n */\nfunction getUserTraffic($domainId, $startDate, $endDate)\n{\n    $stmt = exec_query(\n        '\n            SELECT IFNULL(SUM(dtraff_web), 0) AS web_traffic,\n                IFNULL(SUM(dtraff_ftp), 0) AS ftp_traffic,\n                IFNULL(SUM(dtraff_mail), 0) AS smtp_traffic,\n                IFNULL(SUM(dtraff_pop),0) AS pop_traffic\n            FROM domain_traffic\n            WHERE domain_id = ?\n            AND dtraff_time BETWEEN ? AND ?\n        ',\n        [$domainId, $startDate, $endDate]\n    );\n\n    if (!$stmt->rowCount()) {\n        return array_fill(0, 4, 0);\n    }\n\n    $row = $stmt->fetchRow();\n\n    return [$row['web_traffic'], $row['ftp_traffic'], $row['smtp_traffic'], $row['pop_traffic']];\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $userId = intval($_GET['user_id']);\n\n    $stmt = exec_query(\n        'SELECT admin_name, domain_id FROM admin JOIN domain ON(domain_admin_id = admin_id) WHERE admin_id = ?', $userId\n    );\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow();\n    $domainId = $row['domain_id'];\n    $adminName = decode_idna($row['admin_name']);\n    $month = isset($_GET['month']) ? filter_digits($_GET['month']) : date('n');\n    $year = isset($_GET['year']) ? filter_digits($_GET['year']) : date('Y');\n    $stmt = exec_query(\n        'SELECT dtraff_time FROM domain_traffic WHERE domain_id = ? ORDER BY dtraff_time ASC LIMIT 1', $domainId\n    );\n    $nPastYears = $stmt->rowCount() ? date('Y') - date('Y', $stmt->fetchRow(PDO::FETCH_COLUMN)) : 0;\n\n    generateDMYlists($tpl, 0, $month, $year, $nPastYears);\n\n    $stmt = exec_query(\n        'SELECT COUNT(domain_id) FROM domain_traffic WHERE domain_id = ? AND dtraff_time BETWEEN ? AND ?',\n        [$domainId, getFirstDayOfMonth($month, $year), getLastDayOfMonth($month, $year)]\n    );\n\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) < 1) {\n        set_page_message(tr('No statistics found for the given period. Try another period.'), 'static_info');\n        $tpl->assign([\n            'USERNAME'                              => tohtml($adminName),\n            'USER_ID'                               => tohtml($userId),\n            'RESELLER_USER_STATISTICS_DETAIL_BLOCK' => ''\n        ]);\n        return;\n    }\n    $requestedPeriod = getLastDayOfMonth($month, $year);\n    $toDay = ($requestedPeriod < time()) ? date('j', $requestedPeriod) : date('j');\n    $dateFormat = Registry::get('config')['DATE_FORMAT'];\n    $all = array_fill(0, 8, 0);\n\n    for ($fromDay = 1; $fromDay <= $toDay; $fromDay++) {\n        $startDate = mktime(0, 0, 0, $month, $fromDay, $year);\n        $endDate = mktime(23, 59, 59, $month, $fromDay, $year);\n\n        list($webTraffic, $ftpTraffic, $smtpTraffic, $popTraffic) = getUserTraffic($domainId, $startDate, $endDate);\n\n        $tpl->assign([\n            'DATE'         => date($dateFormat, strtotime($year . '-' . $month . '-' . $fromDay)),\n            'WEB_TRAFFIC'  => tohtml(bytesHuman($webTraffic)),\n            'FTP_TRAFFIC'  => tohtml(bytesHuman($ftpTraffic)),\n            'SMTP_TRAFFIC' => tohtml(bytesHuman($smtpTraffic)),\n            'POP3_TRAFFIC' => tohtml(bytesHuman($popTraffic)),\n            'ALL_TRAFFIC'  => tohtml(bytesHuman($webTraffic + $ftpTraffic + $smtpTraffic + $popTraffic))\n        ]);\n\n        $all[0] += $webTraffic;\n        $all[1] += $ftpTraffic;\n        $all[2] += $smtpTraffic;\n        $all[3] += $popTraffic;\n\n        $tpl->parse('TRAFFIC_TABLE_ITEM', '.traffic_table_item');\n    }\n\n    $tpl->assign([\n        'USERNAME'         => tohtml($adminName),\n        'USER_ID'          => tohtml($userId, 'htmlAttr'),\n        'ALL_WEB_TRAFFIC'  => tohtml(bytesHuman($all[0])),\n        'ALL_FTP_TRAFFIC'  => tohtml(bytesHuman($all[1])),\n        'ALL_SMTP_TRAFFIC' => tohtml(bytesHuman($all[2])),\n        'ALL_POP3_TRAFFIC' => tohtml(bytesHuman($all[3])),\n        'ALL_ALL_TRAFFIC'  => tohtml(bytesHuman(array_sum($all)))\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\nsystemHasCustomers() && isset($_GET['user_id']) or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                                => 'shared/layouts/ui.tpl',\n    'page'                                  => 'admin/reseller_user_statistics_details.tpl',\n    'page_message'                          => 'layout',\n    'month_list'                            => 'page',\n    'year_list'                             => 'page',\n    'reseller_user_statistics_detail_block' => 'page',\n    'traffic_table_item'                    => 'reseller_user_statistics_detail_block'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'   => tohtml(tr(\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user statistics\")),\n    'TR_MONTH'        => tohtml(tr('Month')),\n    'TR_YEAR'         => tohtml(tr('Year')),\n    'TR_WEB_TRAFFIC'  => tohtml(tr('Web traffic')),\n    'TR_FTP_TRAFFIC'  => tohtml(tr('FTP traffic')),\n    'TR_SMTP_TRAFFIC' => tohtml(tr('SMTP traffic')),\n    'TR_POP3_TRAFFIC' => tohtml(tr('POP3/IMAP traffic')),\n    'TR_ALL_TRAFFIC'  => tohtml(tr('All traffic')),\n    'TR_ALL'          => tohtml(tr('All')),\n    'TR_DAY'          => tohtml(tr('Day'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/rootkit_log.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nsystemHasAntiRootkits() or showBadRequestErrorPage();\n\n$config = Registry::get('config');\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'           => 'shared/layouts/ui.tpl',\n    'page'             => 'admin/rootkit_log.tpl',\n    'page_message'     => 'layout',\n    'antirootkits_log' => 'page'\n]);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Admin / System Tools / Anti-Rootkits Logs')));\n\n$antiRootkits = explode(',', $config['ANTI_ROOTKIT_PACKAGES']);\n$antiRootkitLogFiles = [\n    'Chkrootkit' => 'CHKROOTKIT_LOG',\n    'Rkhunter'   => 'RKHUNTER_LOG'\n];\n\nforeach ($antiRootkitLogFiles as $antiRootkit => $logVar) {\n    if (!in_array($antiRootkit, $antiRootkits) || !isset($config[$logVar]) || $config[$logVar] == '') {\n        unset($antiRootkitLogFiles[$antiRootkit]);\n    }\n}\n\nif (!empty($antiRootkitLogFiles)) {\n    /** @var Zend_Cache_Core $cache */\n    $cache = Registry::get('iMSCP_Application')->getCache();\n\n    foreach ($antiRootkitLogFiles AS $antiRootkit => $logVar) {\n        $logFile = $config[$logVar];\n        $cacheId = 'iMSCP_Rootkit_' . pathinfo($logFile, PATHINFO_FILENAME);\n\n        if (!($content = $cache->load($cacheId))) {\n            if (@is_readable($logFile) && @filesize($logFile) > 0) {\n                $handle = fopen($logFile, 'r');\n                $log = fread($handle, filesize($logFile));\n                fclose($handle);\n                $content = nl2br(tohtml($log));\n                $content = '<div>' . $content . '</div>';\n                $search = [];\n                $replace = [];\n\n                // rkhunter-like log colouring\n                if ($antiRootkit == 'Rkhunter') {\n                    $search [] = '/[^\\-]WARNING/i';\n                    $replace[] = '<strong style=\"color:orange\">$0</strong>';\n                    $search [] = '/([^a-z])(OK)([^a-z])/i';\n                    $replace[] = '$1<span style=\"color:green\">$2</span>$3';\n                    $search [] = '/[ \\t]+clean[ \\t]+/i';\n                    $replace[] = '<span style=\"color:green\">$0</span>';\n                    $search [] = '/Not found/i';\n                    $replace[] = '<span style=\"color:blue\">$0</span>';\n                    $search [] = '/None found/i';\n                    $replace[] = '<span style=\"color:magenta\">$0</span>';\n                    $search [] = '/Skipped/i';\n                    $replace[] = '<span style=\"color:blue\">$0</span>';\n                    $search [] = '/unknown[^)]/i';\n                    $replace[] = '<strong style=\"color:#bf55bf\">$0</strong>';\n                    $search [] = '/Unsafe/i';\n                    $replace[] = '<strong style=\"color:#cfcf00\">$0</strong>';\n                    $search [] = '/[1-9][0-9]*[ \\t]+vulnerable/i';\n                    $replace[] = '<strong style=\"color:red\">$0</strong>';\n                    $search [] = '/0[ \\t]+vulnerable/i';\n                    $replace[] = '<span style=\"color:green\">$0</span>';\n                } elseif ($antiRootkit == 'Chkrootkit') {\n                    // chkrootkit-like log colouring\n                    $search [] = '/([^a-z][ \\t]+)(INFECTED)/i';\n                    $replace[] = '$1<strong style=\"color:red\">$2</strong>';\n                    $search [] = '/Nothing found/i';\n                    $replace[] = '<span style=\"color:green\">$0</span>';\n                    $search [] = '/Nothing detected/i';\n                    $replace[] = '<span style=\"color:green\">$0</span>';\n                    $search [] = '/Not infected/i';\n                    $replace[] = '<span style=\"color:green\">$0</span>';\n                    $search [] = '/no packet sniffer/i';\n                    $replace[] = '<span style=\"color:green\">$0</span>';\n                    $search [] = '/(: )(PACKET SNIFFER)/i';\n                    $replace[] = '$1<span style=\"color:orange\">$2</span>';\n                    $search [] = '/not promisc/i';\n                    $replace[] = '<span style=\"color:green\">$0</span>';\n                    $search [] = '/no suspect file(s|)/i';\n                    $replace[] = '<span style=\"color:green\">$0</span>';\n                    $search [] = '/([0-9]+) process(|es) hidden/i';\n                    $replace[] = '<span style=\"color:#cfcf00\">$0</span>';\n                }\n\n                $content = preg_replace($search, $replace, $content);\n            } else {\n                $content = '<strong style=\"color:red\">' . tr(\"%s doesn't exist or is empty.\", $logFile) . '</strong>';\n            }\n\n            $cache->save($content, $cacheId, [], 86400);\n        }\n\n        $tpl->assign([\n            'LOG'      => $content,\n            'FILENAME' => $logFile\n        ]);\n        $tpl->parse('ANTIROOTKITS_LOG', '.antirootkits_log');\n    }\n\n    $tpl->assign('NB_LOG', sizeof($antiRootkitLogFiles));\n} else {\n    $tpl->assign('ANTIROOTKITS_LOG', '');\n    set_page_message(tr('No anti-rootkits logs'), 'static_info');\n}\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/server_statistic.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get server traffic for the given period\n *\n * @param int $startDate UNIX timestamp representing a start date\n * @param int $endDate UNIX timestamp representing an end date\n * @return array\n */\nfunction getServerTraffic($startDate, $endDate)\n{\n    $stmt = exec_query(\n        '\n            SELECT IFNULL(SUM(bytes_in), 0) AS sbin,\n                IFNULL(SUM(bytes_out), 0) AS sbout,\n                IFNULL(SUM(bytes_mail_in), 0) AS smbin,\n                IFNULL(SUM(bytes_mail_out), 0) AS smbout,\n                IFNULL(SUM(bytes_pop_in), 0) AS spbin,\n                IFNULL(SUM(bytes_pop_out), 0) AS spbout,\n                IFNULL(SUM(bytes_web_in), 0) AS swbin,\n                IFNULL(SUM(bytes_web_out), 0) AS swbout\n            FROM server_traffic\n            WHERE traff_time BETWEEN ? AND ?\n        ',\n        [$startDate, $endDate]\n    );\n\n    if (!$stmt->rowCount()) {\n        return array_fill(0, 10, 0);\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n    return [\n        $row['swbin'], $row['swbout'], $row['smbin'], $row['smbout'], $row['spbin'], $row['spbout'],\n        $row['sbin'] - ($row['swbin'] + $row['smbin'] + $row['spbin']),\n        $row['sbout'] - ($row['swbout'] + $row['smbout'] + $row['spbout']),\n        $row['sbin'], $row['sbout']\n    ];\n}\n\n/**\n * Generate server statistics by day\n *\n * @param TemplateEngine $tpl\n * @param int $day Selected day\n * @param int $month Selected month\n * @param int $year Selected year\n */\nfunction generateServerStatsByDay(TemplateEngine $tpl, $day, $month, $year)\n{\n    $stmt = exec_query(\n        '\n            SELECT traff_time AS period, bytes_in AS all_in, bytes_out AS all_out, bytes_mail_in AS mail_in,\n                bytes_mail_out AS mail_out, bytes_pop_in AS pop_in, bytes_pop_out AS pop_out, bytes_web_in AS web_in,\n                bytes_web_out AS web_out\n            FROM server_traffic\n            WHERE traff_time BETWEEN ? AND ?\n        ',\n        [mktime(0, 0, 0, $month, $day, $year), mktime(23, 59, 59, $month, $day, $year)]\n    );\n\n    if (!$stmt->rowCount()) {\n        set_page_message(tr('No statistics found for the given period. Try another period.'), 'static_info');\n        $tpl->assign('SERVER_STATS_BY_DAY', '');\n        return;\n    }\n\n    $all = array_fill(0, 8, 0);\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $otherIn = $row['all_in'] - ($row['mail_in'] + $row['pop_in'] + $row['web_in']);\n        $otherOut = $row['all_out'] - ($row['mail_out'] + $row['pop_out'] + $row['web_out']);\n\n        $tpl->assign([\n            'HOUR'      => tohtml(date('H:i', $row['period'])),\n            'WEB_IN'    => tohtml(bytesHuman($row['web_in'])),\n            'WEB_OUT'   => tohtml(bytesHuman($row['web_out'])),\n            'SMTP_IN'   => tohtml(bytesHuman($row['mail_in'])),\n            'SMTP_OUT'  => tohtml(bytesHuman($row['mail_out'])),\n            'POP_IN'    => tohtml(bytesHuman($row['pop_in'])),\n            'POP_OUT'   => tohtml(bytesHuman($row['pop_out'])),\n            'OTHER_IN'  => tohtml(bytesHuman($otherIn)),\n            'OTHER_OUT' => tohtml(bytesHuman($otherOut)),\n            'ALL_IN'    => tohtml(bytesHuman($row['all_in'])),\n            'ALL_OUT'   => tohtml(bytesHuman($row['all_out'])),\n            'ALL'       => tohtml(bytesHuman($row['all_in'] + $row['all_out']))\n        ]);\n\n        $all[0] += $row['web_in'];\n        $all[1] += $row['web_out'];\n        $all[2] += $row['mail_in'];\n        $all[3] += $row['mail_out'];\n        $all[4] += $row['pop_in'];\n        $all[5] += $row['pop_out'];\n        $all[6] += $row['all_in'];\n        $all[7] += $row['all_out'];\n\n        $tpl->parse('SERVER_STATS_HOUR', '.server_stats_hour');\n    }\n\n    $allOtherIn = $all[6] - ($all[0] + $all[2] + $all[4]);\n    $allOtherOut = $all[7] - ($all[1] + $all[3] + $all[5]);\n\n    $tpl->assign([\n        'WEB_IN_ALL'    => tohtml(bytesHuman($all[0])),\n        'WEB_OUT_ALL'   => tohtml(bytesHuman($all[1])),\n        'SMTP_IN_ALL'   => tohtml(bytesHuman($all[2])),\n        'SMTP_OUT_ALL'  => tohtml(bytesHuman($all[3])),\n        'POP_IN_ALL'    => tohtml(bytesHuman($all[4])),\n        'POP_OUT_ALL'   => tohtml(bytesHuman($all[5])),\n        'OTHER_IN_ALL'  => tohtml(bytesHuman($allOtherIn)),\n        'OTHER_OUT_ALL' => tohtml(bytesHuman($allOtherOut)),\n        'ALL_IN_ALL'    => tohtml(bytesHuman($all[6])),\n        'ALL_OUT_ALL'   => tohtml(bytesHuman($all[7])),\n        'ALL_ALL'       => tohtml(bytesHuman($all[6] + $all[7]))\n    ]);\n}\n\n/**\n * Generate server statistics by month\n *\n * @param TemplateEngine $tpl\n * @param int $month Selected month\n * @param int $year Selected year\n * @return void\n */\nfunction generateServerStatsByMonth(TemplateEngine $tpl, $month, $year)\n{\n    $stmt = exec_query(\n        'SELECT COUNT(*) FROM server_traffic WHERE traff_time BETWEEN ? AND ?',\n        [getFirstDayOfMonth($month, $year), getLastDayOfMonth($month, $year)]\n    );\n\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) < 1) {\n        set_page_message(tr('No statistics found for the given period. Try another period.'), 'static_info');\n        $tpl->assign('SERVER_STATS_BY_MONTH', '');\n        return;\n    }\n\n    $curday = ($month == date('n') && $year == date('Y')) ? date('j') : date('j', getLastDayOfMonth($month, $year));\n    $all = array_fill(0, 8, 0);\n\n    for ($day = 1; $day <= $curday; $day++) {\n        $startDate = mktime(0, 0, 0, $month, $day, $year);\n        $endDate = mktime(23, 59, 59, $month, $day, $year);\n\n        list(\n            $webIn, $webOut, $smtpIn, $smtpOut, $popIn, $popOut, $otherIn, $otherOut, $allIn, $allOut\n            ) = getServerTraffic($startDate, $endDate);\n\n        $tpl->assign([\n            'DAY'       => tohtml($day),\n            'YEAR'      => tohtml($year),\n            'MONTH'     => tohtml($month),\n            'WEB_IN'    => tohtml(bytesHuman($webIn)),\n            'WEB_OUT'   => tohtml(bytesHuman($webOut)),\n            'SMTP_IN'   => tohtml(bytesHuman($smtpIn)),\n            'SMTP_OUT'  => tohtml(bytesHuman($smtpOut)),\n            'POP_IN'    => tohtml(bytesHuman($popIn)),\n            'POP_OUT'   => tohtml(bytesHuman($popOut)),\n            'OTHER_IN'  => tohtml(bytesHuman($otherIn)),\n            'OTHER_OUT' => tohtml(bytesHuman($otherOut)),\n            'ALL_IN'    => tohtml(bytesHuman($allIn)),\n            'ALL_OUT'   => tohtml(bytesHuman($allOut)),\n            'ALL'       => tohtml(bytesHuman($allIn + $allOut))\n        ]);\n\n        $all[0] += $webIn;\n        $all[1] += $webOut;\n        $all[2] += $smtpIn;\n        $all[3] += $smtpOut;\n        $all[4] += $popIn;\n        $all[5] += $popOut;\n        $all[6] += $allIn;\n        $all[7] += $allOut;\n\n        $tpl->parse('SERVER_STATS_DAY', '.server_stats_day');\n    }\n\n    $allOtherIn = $all[6] - ($all[0] + $all[2] + $all[4]);\n    $allOtherOut = $all[7] - ($all[1] + $all[3] + $all[5]);\n\n    $tpl->assign([\n        'WEB_IN_ALL'    => tohtml(bytesHuman($all[0])),\n        'WEB_OUT_ALL'   => tohtml(bytesHuman($all[1])),\n        'SMTP_IN_ALL'   => tohtml(bytesHuman($all[2])),\n        'SMTP_OUT_ALL'  => tohtml(bytesHuman($all[3])),\n        'POP_IN_ALL'    => tohtml(bytesHuman($all[4])),\n        'POP_OUT_ALL'   => tohtml(bytesHuman($all[5])),\n        'OTHER_IN_ALL'  => tohtml(bytesHuman($allOtherIn)),\n        'OTHER_OUT_ALL' => tohtml(bytesHuman($allOtherOut)),\n        'ALL_IN_ALL'    => tohtml(bytesHuman($all[6])),\n        'ALL_OUT_ALL'   => tohtml(bytesHuman($all[7])),\n        'ALL_ALL'       => tohtml(bytesHuman($all[6] + $all[7]))\n    ]);\n}\n\n/**\n * Generates statistics page for the given period\n *\n * @param TemplateEngine $tpl template engine instance\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $day = isset($_GET['day']) ? filter_digits($_GET['day']) : 0;\n    $month = isset($_GET['month']) ? filter_digits($_GET['month']) : date('n');\n    $year = isset($_GET['year']) ? filter_digits($_GET['year']) : date('Y');\n    $stmt = exec_query('SELECT traff_time FROM server_traffic ORDER BY traff_time ASC LIMIT 1');\n    $nPastYears = $stmt->rowCount() ? date('Y') - date('Y', $stmt->fetchRow(PDO::FETCH_COLUMN)) : 0;\n\n    generateDMYlists($tpl, $day, $month, $year, $nPastYears);\n\n    if ($day == 0) {\n        generateServerStatsByMonth($tpl, $month, $year);\n        $tpl->assign('SERVER_STATS_BY_DAY', '');\n        return;\n    }\n\n    $tpl->assign('SERVER_STATS_BY_MONTH', '');\n    generateServerStatsByDay($tpl, $day, $month, $year);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                => 'shared/layouts/ui.tpl',\n    'page'                  => 'admin/server_statistic.tpl',\n    'page_message'          => 'layout',\n    'day_list'              => 'page',\n    'month_list'            => 'page',\n    'year_list'             => 'page',\n    'server_stats_by_month' => 'page',\n    'server_stats_day'      => 'server_stats_by_month',\n    'server_stats_by_day'   => 'page',\n    'server_stats_hour'     => 'server_stats_by_day'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE' => tohtml(tr('Admin / Statistics / Server Statistics')),\n    'TR_MONTH'      => tohtml(tr('Month')),\n    'TR_YEAR'       => tohtml(tr('Year')),\n    'TR_DAY'        => tohtml(tr('Day')),\n    'TR_HOUR'       => tohtml(tr('Hour')),\n    'TR_WEB_IN'     => tohtml(tr('Web in')),\n    'TR_WEB_OUT'    => tohtml(tr('Web out')),\n    'TR_SMTP_IN'    => tohtml(tr('SMTP in')),\n    'TR_SMTP_OUT'   => tohtml(tr('SMTP out')),\n    'TR_POP_IN'     => tohtml(tr('POP3/IMAP in')),\n    'TR_POP_OUT'    => tohtml(tr('POP3/IMAP out')),\n    'TR_OTHER_IN'   => tohtml(tr('Other in')),\n    'TR_OTHER_OUT'  => tohtml(tr('Other out')),\n    'TR_ALL_IN'     => tohtml(tr('All in')),\n    'TR_ALL_OUT'    => tohtml(tr('All out')),\n    'TR_ALL'        => tohtml(tr('All'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/service_statuses.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Services;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $services = new Services(isset($_GET['refresh']));\n\n    foreach ($services as $service) {\n        $isRunning = $services->isRunning();\n\n        if (!$service[3]) {\n            continue;\n        }\n\n        $tpl->assign([\n            'SERVICE'        => tohtml($service[2]),\n            'IP'             => $service[4] === '0.0.0.0'\n                ? tr('Any') : tohtml($service[4]),\n            'PORT'           => tohtml($service[0]),\n            'STATUS'         => $isRunning ? tr('UP') : tr('DOWN'),\n            'CLASS'          => $isRunning ? 'up' : 'down',\n            'STATUS_TOOLTIP' => tohtml($isRunning\n                ? tr('Service is running') : tr('Service is not running'),\n                'htmlAttr'\n            )\n        ]);\n        $tpl->parse('SERVICE_STATUS', '.service_status');\n    }\n\n    if (isset($_GET['refresh'])) {\n        set_page_message('Service statuses were refreshed.', 'success');\n        redirectTo('service_statuses.php');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'         => 'shared/layouts/ui.tpl',\n    'page'           => 'admin/service_statuses.tpl',\n    'page_message'   => 'layout',\n    'service_status' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'    => tohtml(tr('Admin / General / Services Status')),\n    'TR_SERVICE'       => tohtml(tr('Service name')),\n    'TR_IP'            => tohtml(tr('IP address')),\n    'TR_PORT'          => tohtml(tr('Port')),\n    'TR_STATUS'        => tohtml(tr('Status')),\n    'TR_SERVER_STATUS' => tohtml(tr('Server status')),\n    'TR_FORCE_REFRESH' => tohtml(tr('Force refresh', 'htmlAttr'))\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $e->getParam('translations')->core['dataTable'] =\n            getDataTablesPluginTranslations(false);\n    }\n);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/sessions_manage.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Authentication\\AuthService;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Kill user session\n *\n * @return void\n */\nfunction kill_session()\n{\n    if (isset($_GET['kill']) && $_GET['kill'] !== '' && isset($_GET['username'])) {\n        $username = clean_input($_GET['username']);\n        $sessionId = clean_input($_GET['kill']);\n        // Getting current session id\n        $currentSessionId = session_id();\n\n        // Close current session\n        session_write_close();\n\n        // Switch to session to handle\n        session_id($sessionId);\n        session_start();\n\n        if (isset($_GET['logout_only'])) {\n            AuthService::getInstance()->unsetIdentity();\n            session_write_close();\n            $message = tr('User successfully disconnected.');\n        } else {\n            AuthService::getInstance()->unsetIdentity();\n            session_destroy();\n            $message = tr('User session successfully destroyed.');\n        }\n\n        session_id($currentSessionId);\n        session_start();\n        set_page_message($message, 'success');\n        write_log(sprintf('The session of the %s user has been disconnected/destroyed by %s', $username, $_SESSION['user_logged']), E_USER_NOTICE);\n    } elseif (isset($_GET['own'])) {\n        set_page_message(tr(\"You are not allowed to act on your own session.\"), 'warning');\n    }\n}\n\n/**\n * Generates users session list.\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction client_generatePage(TemplateEngine $tpl)\n{\n    $userLoggedASCII = encode_idna($_SESSION['user_logged']);\n    $currentUserSessionId = session_id();\n    $stmt = exec_query('SELECT session_id, user_name, lastaccess FROM login');\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $username = tohtml($row['user_name']);\n        $sessionId = $row['session_id'];\n\n        if ($username === NULL) {\n            $tpl->assign([\n                'ADMIN_USERNAME' => tr('Unknown'),\n                'LOGIN_TIME'     => date('G:i:s', $row['lastaccess'])\n            ]);\n        } else {\n            $tpl->assign([\n                'ADMIN_USERNAME' => $username\n                    . (($username == $userLoggedASCII && $currentUserSessionId !== $sessionId)\n                        ? ' (' . tr('from other browser') . ')' : ''\n                    ),\n                'LOGIN_TIME'     => date('G:i:s', $row['lastaccess'])\n            ]);\n        }\n\n        if ($currentUserSessionId === $sessionId) { // Deletion of our own session is not allowed\n            $tpl->assign([\n                'DISCONNECT_LINK' => 'sessions_manage.php?own=1',\n                'KILL_LINK'       => 'sessions_manage.php?own=1'\n            ]);\n        } else {\n            $tpl->assign([\n                'DISCONNECT_LINK'\n                            => \"sessions_manage.php?logout_only&kill={$row['session_id']}&username={$username}\",\n                'KILL_LINK' => \"sessions_manage.php?kill={$row['session_id']}&username={$username}\"\n            ]);\n        }\n\n        $tpl->parse('USER_SESSION', '.user_session');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'admin/sessions_manage.tpl',\n    'page_message' => 'layout',\n    'user_session' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE' => tr('Admin / Users / Sessions'),\n    'TR_USERNAME'   => tr('Username'),\n    'TR_USERTYPE'   => tr('User type'),\n    'TR_LOGIN_ON'   => tr('Last access'),\n    'TR_ACTIONS'    => tr('Actions'),\n    'TR_DISCONNECT' => tr('Disconnect'),\n    'TR_KILL'       => tr('Kill session')\n]);\n\ngenerateNavigation($tpl);\nkill_session();\nclient_generatePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/settings.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Application;\nuse iMSCP\\Config\\DbConfig;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$cfg = Registry::get('config');\n\nif (!empty($_POST)) {\n    EventAggregator::getInstance()->dispatch(Events::onBeforeEditAdminGeneralSettings);\n\n    $checkForUpdate = isset($_POST['checkforupdate']) ? clean_input($_POST['checkforupdate']) : $cfg['CHECK_FOR_UPDATES'];\n\n    $lostPasswd = isset($_POST['lostpassword']) ? clean_input($_POST['lostpassword']) : $cfg['LOSTPASSWORD'];\n    $lostPasswdTimeout = isset($_POST['lostpassword_timeout']) ? clean_input($_POST['lostpassword_timeout']) : $cfg['LOSTPASSWORD_TIMEOUT'];\n\n    $passwdStrong = isset($_POST['passwd_strong']) ? clean_input($_POST['passwd_strong']) : $cfg['PASSWD_STRONG'];\n    $passwdChars = isset($_POST['passwd_chars']) ? clean_input($_POST['passwd_chars']) : $cfg['PASSWD_CHARS'];\n\n    $bruteforce = isset($_POST['bruteforce']) ? clean_input($_POST['bruteforce']) : $cfg['BRUTEFORCE'];\n    $bruteforceBetween = isset($_POST['bruteforce_between'])\n        ? clean_input($_POST['bruteforce_between']) : $cfg['BRUTEFORCE_BETWEEN'];\n    $bruteforceMaxLogin = isset($_POST['bruteforce_max_login'])\n        ? clean_input($_POST['bruteforce_max_login']) : $cfg['BRUTEFORCE_MAX_LOGIN'];\n    $bruteforceBlockTime = isset($_POST['bruteforce_block_time'])\n        ? clean_input($_POST['bruteforce_block_time']) : $cfg['BRUTEFORCE_BLOCK_TIME'];\n    $bruteforceBetweenTime = isset($_POST['bruteforce_block_time'])\n        ? clean_input($_POST['bruteforce_between_time']) : $cfg['BRUTEFORCE_BETWEEN_TIME'];\n    $bruteforceMaxCapcha = isset($_POST['bruteforce_max_capcha'])\n        ? clean_input($_POST['bruteforce_max_capcha']) : $cfg['BRUTEFORCE_MAX_CAPTCHA'];\n    $bruteforceMaxAttemptsBeforeWait = isset($_POST['bruteforce_max_attempts_before_wait'])\n        ? clean_input($_POST['bruteforce_max_attempts_before_wait']) : $cfg['BRUTEFORCE_MAX_ATTEMPTS_BEFORE_WAIT'];\n\n    $createDefaultEmails = isset($_POST['create_default_email_addresses'])\n        ? clean_input($_POST['create_default_email_addresses']) : $cfg['CREATE_DEFAULT_EMAIL_ADDRESSES'];\n    $countDefaultEmails = isset($_POST['count_default_email_addresses'])\n        ? clean_input($_POST['count_default_email_addresses']) : $cfg['COUNT_DEFAULT_EMAIL_ADDRESSES'];\n    $protecttDefaultEmails = isset($_POST['protect_default_email_addresses'])\n        ? clean_input($_POST['protect_default_email_addresses']) : $cfg['PROTECT_DEFAULT_EMAIL_ADDRESSES'];\n    $hardMailSuspension = isset($_POST['hard_mail_suspension'])\n        ? clean_input($_POST['hard_mail_suspension']) : $cfg['HARD_MAIL_SUSPENSION'];\n    $emailQuotaSyncMode = isset($_POST['email_quota_sync_mode'])\n        ? clean_input($_POST['email_quota_sync_mode']) : $cfg['EMAIL_QUOTA_SYNC_MODE'];\n\n    $userInitialLang = isset($_POST['def_language'])\n        ? clean_input($_POST['def_language']) : $cfg['USER_INITIAL_LANG'];\n    $supportSystem = isset($_POST['support_system'])\n        ? clean_input($_POST['support_system']) : $cfg['IMSCP_SUPPORT_SYSTEM'];\n    $domainRowsPerPage = isset($_POST['domain_rows_per_page'])\n        ? clean_input($_POST['domain_rows_per_page']) : $cfg['DOMAIN_ROWS_PER_PAGE'];\n    $logLevel = isset($_POST['log_level']) && in_array($_POST['log_level'], ['0', 'E_USER_ERROR', 'E_USER_WARNING', 'E_USER_NOTICE'])\n        ? $_POST['log_level'] : $cfg['LOG_LEVEL'];\n    $prevExtLoginAdmin = isset($_POST['prevent_external_login_admin'])\n        ? clean_input($_POST['prevent_external_login_admin']) : $cfg['PREVENT_EXTERNAL_LOGIN_ADMIN'];\n    $prevExtLoginReseller = isset($_POST['prevent_external_login_reseller'])\n        ? clean_input($_POST['prevent_external_login_reseller']) : $cfg['PREVENT_EXTERNAL_LOGIN_RESELLER'];\n    $prevExtLoginClient = isset($_POST['prevent_external_login_client'])\n        ? clean_input($_POST['prevent_external_login_client']) : $cfg['PREVENT_EXTERNAL_LOGIN_CLIENT'];\n    $enableSSL = isset($_POST['enableSSL']) ? clean_input($_POST['enableSSL']) : $cfg['ENABLE_SSL'];\n\n    if (\n        !is_number($checkForUpdate) || !is_number($lostPasswd) || !is_number($passwdStrong) || !is_number($bruteforce)\n        || !is_number($bruteforceBetween) || !is_number($createDefaultEmails) || !is_number($countDefaultEmails)\n        || !is_number($protecttDefaultEmails) || !is_number($hardMailSuspension) || !is_number($emailQuotaSyncMode)\n        || !is_number($supportSystem) || !is_number($prevExtLoginAdmin) || !is_number($prevExtLoginReseller)\n        || !is_number($prevExtLoginClient) || !is_number($enableSSL)\n        || !in_array($userInitialLang, i18n_getAvailableLanguages(true), true)\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    if (\n        !is_number($lostPasswdTimeout) || !is_number($passwdChars) || !is_number($bruteforceMaxLogin)\n        || !is_number($bruteforceBlockTime) || !is_number($bruteforceBetweenTime) || !is_number($bruteforceMaxCapcha)\n        || !is_number($bruteforceMaxAttemptsBeforeWait) || !is_number($domainRowsPerPage)\n    ) {\n        set_page_message(tr('Only positive numbers are allowed.'), 'error');\n    } elseif ($domainRowsPerPage < 1) {\n        $domainRowsPerPage = 1;\n    } else {\n        /** @var Application $app */\n        $app = Registry::get('iMSCP_Application');\n        $dbCfg = $app->getDbConfig();\n\n        $dbCfg['CHECK_FOR_UPDATES'] = $checkForUpdate;\n        $dbCfg['LOSTPASSWORD'] = $lostPasswd;\n        $dbCfg['LOSTPASSWORD_TIMEOUT'] = $lostPasswdTimeout;\n        $dbCfg['PASSWD_STRONG'] = $passwdStrong;\n        $dbCfg['PASSWD_CHARS'] = $passwdChars;\n        $dbCfg['BRUTEFORCE'] = $bruteforce;\n        $dbCfg['BRUTEFORCE_BETWEEN'] = $bruteforceBetween;\n        $dbCfg['BRUTEFORCE_MAX_LOGIN'] = $bruteforceMaxLogin;\n        $dbCfg['BRUTEFORCE_BLOCK_TIME'] = $bruteforceBlockTime;\n        $dbCfg['BRUTEFORCE_BETWEEN_TIME'] = $bruteforceBetweenTime;\n        $dbCfg['BRUTEFORCE_MAX_CAPTCHA'] = $bruteforceMaxCapcha;\n        $dbCfg['BRUTEFORCE_MAX_ATTEMPTS_BEFORE_WAIT'] = $bruteforceMaxAttemptsBeforeWait;\n        $dbCfg['CREATE_DEFAULT_EMAIL_ADDRESSES'] = $createDefaultEmails;\n        $dbCfg['COUNT_DEFAULT_EMAIL_ADDRESSES'] = $countDefaultEmails;\n        $dbCfg['PROTECT_DEFAULT_EMAIL_ADDRESSES'] = $protecttDefaultEmails;\n        $dbCfg['HARD_MAIL_SUSPENSION'] = $hardMailSuspension;\n        $dbCfg['EMAIL_QUOTA_SYNC_MODE'] = $emailQuotaSyncMode;\n        $dbCfg['USER_INITIAL_LANG'] = $userInitialLang;\n        $dbCfg['IMSCP_SUPPORT_SYSTEM'] = $supportSystem;\n        $dbCfg['DOMAIN_ROWS_PER_PAGE'] = $domainRowsPerPage;\n        $dbCfg['LOG_LEVEL'] = defined($logLevel) ? constant($logLevel) : 0;\n        $dbCfg['PREVENT_EXTERNAL_LOGIN_ADMIN'] = $prevExtLoginAdmin;\n        $dbCfg['PREVENT_EXTERNAL_LOGIN_RESELLER'] = $prevExtLoginReseller;\n        $dbCfg['PREVENT_EXTERNAL_LOGIN_CLIENT'] = $prevExtLoginClient;\n        $dbCfg['ENABLE_SSL'] = $enableSSL;\n\n        $cfg->merge($dbCfg);\n        EventAggregator::getInstance()->dispatch(Events::onAfterEditAdminGeneralSettings);\n\n        $updtCount = $dbCfg->countQueries('update');\n        $newCount = $dbCfg->countQueries('insert');\n\n        if ($updtCount > 0) {\n            set_page_message(\n                ntr('The configuration parameter has been updated.',\n                    '%d configuration parameters were updated',\n                    $updtCount,\n                    $updtCount\n                ),\n                'success'\n            );\n        }\n\n        if ($newCount > 0) {\n            set_page_message(\n                ntr('A new configuration parameter has been created.',\n                    '%d configuration parameters were created',\n                    $newCount,\n                    $newCount\n                ),\n                'success'\n            );\n        }\n\n        if ($newCount == 0 && $updtCount == 0) {\n            set_page_message(tr('Nothing has been changed.'), 'info');\n        } else {\n            write_log(sprintf('Settings were updated by %s.', $_SESSION['user_logged']), E_USER_NOTICE);\n        }\n    }\n\n    redirectTo('settings.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'admin/settings.tpl',\n    'page_message' => 'layout',\n    'def_language' => 'page'\n]);\n\nif ($cfg['CHECK_FOR_UPDATES']) {\n    $tpl->assign([\n        'CHECK_FOR_UPDATES_SELECTED_ON'  => ' selected',\n        'CHECK_FOR_UPDATES_SELECTED_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'CHECK_FOR_UPDATES_SELECTED_ON'  => '',\n        'CHECK_FOR_UPDATES_SELECTED_OFF' => ' selected'\n    ]);\n}\n\nif ($cfg['LOSTPASSWORD']) {\n    $tpl->assign([\n        'LOSTPASSWORD_SELECTED_ON'  => ' selected',\n        'LOSTPASSWORD_SELECTED_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'LOSTPASSWORD_SELECTED_ON' => '',\n        'LOSTPASSWORD_SELECTED_OFF', ' selected'\n    ]);\n}\n\nif ($cfg['PASSWD_STRONG']) {\n    $tpl->assign([\n        'PASSWD_STRONG_ON'  => ' selected',\n        'PASSWD_STRONG_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'PASSWD_STRONG_ON'  => '',\n        'PASSWD_STRONG_OFF' => ' selected'\n    ]);\n}\n\nif ($cfg['BRUTEFORCE']) {\n    $tpl->assign([\n        'BRUTEFORCE_SELECTED_ON'  => 'selected',\n        'BRUTEFORCE_SELECTED_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'BRUTEFORCE_SELECTED_ON'  => '',\n        'BRUTEFORCE_SELECTED_OFF' => ' selected'\n    ]);\n}\n\nif ($cfg['BRUTEFORCE_BETWEEN']) {\n    $tpl->assign([\n        'BRUTEFORCE_BETWEEN_SELECTED_ON'  => ' selected',\n        'BRUTEFORCE_BETWEEN_SELECTED_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'BRUTEFORCE_BETWEEN_SELECTED_ON'  => '',\n        'BRUTEFORCE_BETWEEN_SELECTED_OFF' => ' selected'\n    ]);\n}\n\nif ($cfg['IMSCP_SUPPORT_SYSTEM']) {\n    $tpl->assign([\n        'SUPPORT_SYSTEM_SELECTED_ON'  => ' selected',\n        'SUPPORT_SYSTEM_SELECTED_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'SUPPORT_SYSTEM_SELECTED_ON'  => '',\n        'SUPPORT_SYSTEM_SELECTED_OFF' => ' selected'\n    ]);\n}\n\nif ($cfg['CREATE_DEFAULT_EMAIL_ADDRESSES']) {\n    $tpl->assign([\n        'CREATE_DEFAULT_EMAIL_ADDRESSES_ON'  => ' selected',\n        'CREATE_DEFAULT_EMAIL_ADDRESSES_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'CREATE_DEFAULT_EMAIL_ADDRESSES_ON'  => '',\n        'CREATE_DEFAULT_EMAIL_ADDRESSES_OFF' => ' selected'\n    ]);\n}\n\nif ($cfg['PROTECT_DEFAULT_EMAIL_ADDRESSES']) {\n    $tpl->assign([\n        'PROTECT_DEFAULT_EMAIL_ADDRESSES_ON'  => ' selected',\n        'PROTECT_DEFAULT_EMAIL_ADDRESSES_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'PROTECT_DEFAULT_EMAIL_ADDRESSESL_ON' => '',\n        'PROTECT_DEFAULT_EMAIL_ADDRESSES_OFF' => ' selected'\n    ]);\n}\n\nif ($cfg['COUNT_DEFAULT_EMAIL_ADDRESSES']) {\n    $tpl->assign([\n        'COUNT_DEFAULT_EMAIL_ADDRESSES_ON'  => ' selected',\n        'COUNT_DEFAULT_EMAIL_ADDRESSES_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'COUNT_DEFAULT_EMAIL_ADDRESSES_ON'  => '',\n        'COUNT_DEFAULT_EMAIL_ADDRESSES_OFF' => ' selected'\n    ]);\n}\n\nif ($cfg['HARD_MAIL_SUSPENSION']) {\n    $tpl->assign([\n        'HARD_MAIL_SUSPENSION_ON'  => ' selected',\n        'HARD_MAIL_SUSPENSION_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'HARD_MAIL_SUSPENSION_ON'  => '',\n        'HARD_MAIL_SUSPENSION_OFF' => ' selected'\n    ]);\n}\n\nif (isset($cfg['EMAIL_QUOTA_SYNC_MODE']) && $cfg['EMAIL_QUOTA_SYNC_MODE']) {\n    $tpl->assign([\n        'REDISTRIBUTE_EMAIl_QUOTA_YES' => ' selected',\n        'REDISTRIBUTE_EMAIl_QUOTA_NO'  => ''\n    ]);\n} else {\n    $tpl->assign([\n        'REDISTRIBUTE_EMAIl_QUOTA_YES' => '',\n        'REDISTRIBUTE_EMAIl_QUOTA_NO'  => ' selected'\n    ]);\n}\n\nif ($cfg['PREVENT_EXTERNAL_LOGIN_ADMIN']) {\n    $tpl->assign([\n        'PREVENT_EXTERNAL_LOGIN_ADMIN_SELECTED_ON'  => ' selected',\n        'PREVENT_EXTERNAL_LOGIN_ADMIN_SELECTED_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'PREVENT_EXTERNAL_LOGIN_ADMIN_SELECTED_ON'  => '',\n        'PREVENT_EXTERNAL_LOGIN_ADMIN_SELECTED_OFF' => ' selected'\n    ]);\n}\n\nif ($cfg['PREVENT_EXTERNAL_LOGIN_RESELLER']) {\n    $tpl->assign([\n        'PREVENT_EXTERNAL_LOGIN_RESELLER_SELECTED_ON'  => ' selected',\n        'PREVENT_EXTERNAL_LOGIN_RESELLER_SELECTED_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'PREVENT_EXTERNAL_LOGIN_RESELLER_SELECTED_ON'  => '',\n        'PREVENT_EXTERNAL_LOGIN_RESELLER_SELECTED_OFF' => ' selected'\n    ]);\n}\n\nif ($cfg['PREVENT_EXTERNAL_LOGIN_CLIENT']) {\n    $tpl->assign([\n            'PREVENT_EXTERNAL_LOGIN_CLIENT_SELECTED_ON'  => ' selected',\n            'PREVENT_EXTERNAL_LOGIN_CLIENT_SELECTED_OFF' => ''\n        ]\n    );\n} else {\n    $tpl->assign([\n        'PREVENT_EXTERNAL_LOGIN_CLIENT_SELECTED_ON'  => '',\n        'PREVENT_EXTERNAL_LOGIN_CLIENT_SELECTED_OFF' => ' selected'\n    ]);\n}\n\nswitch ($cfg['LOG_LEVEL']) {\n    case 0:\n        $tpl->assign([\n            'LOG_LEVEL_SELECTED_OFF'     => ' selected',\n            'LOG_LEVEL_SELECTED_NOTICE'  => '',\n            'LOG_LEVEL_SELECTED_WARNING' => '',\n            'LOG_LEVEL_SELECTED_ERROR'   => ''\n        ]);\n        break;\n    case E_USER_NOTICE:\n        $tpl->assign([\n            'LOG_LEVEL_SELECTED_OFF'     => '',\n            'LOG_LEVEL_SELECTED_NOTICE'  => ' selected',\n            'LOG_LEVEL_SELECTED_WARNING' => '',\n            'LOG_LEVEL_SELECTED_ERROR'   => ''\n        ]);\n        break;\n    case E_USER_WARNING:\n        $tpl->assign([\n            'LOG_LEVEL_SELECTED_OFF'     => '',\n            'LOG_LEVEL_SELECTED_NOTICE'  => '',\n            'LOG_LEVEL_SELECTED_WARNING' => ' selected',\n            'LOG_LEVEL_SELECTED_ERROR'   => ''\n        ]);\n        break;\n    default:\n        $tpl->assign([\n            'LOG_LEVEL_SELECTED_OFF'     => '',\n            'LOG_LEVEL_SELECTED_NOTICE'  => '',\n            'LOG_LEVEL_SELECTED_WARNING' => '',\n            'LOG_LEVEL_SELECTED_ERROR'   => ' selected'\n        ]);\n}\n\nif ($cfg['ENABLE_SSL']) {\n    $tpl->assign([\n        'ENABLE_SSL_ON'  => ' selected',\n        'ENABLE_SSL_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'ENABLE_SSL_ON'  => '',\n        'ENABLE_SSL_OFF' => ' selected'\n    ]);\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'                          => tohtml(tr('Admin / Settings')),\n    'TR_UPDATES'                             => tohtml(tr('Updates')),\n    'LOSTPASSWORD_TIMEOUT_VALUE'             => tohtml($cfg['LOSTPASSWORD_TIMEOUT'], 'htmlAttr'),\n    'PASSWD_CHARS'                           => tohtml($cfg['PASSWD_CHARS'], 'htmlAttr'),\n    'BRUTEFORCE_MAX_LOGIN_VALUE'             => tohtml($cfg['BRUTEFORCE_MAX_LOGIN'], 'htmlAttr'),\n    'BRUTEFORCE_BLOCK_TIME_VALUE'            => tohtml($cfg['BRUTEFORCE_BLOCK_TIME'], 'htmlAttr'),\n    'BRUTEFORCE_BETWEEN_TIME_VALUE'          => tohtml($cfg['BRUTEFORCE_BETWEEN_TIME'], 'htmlAttr'),\n    'BRUTEFORCE_MAX_CAPTCHA'                 => tohtml($cfg['BRUTEFORCE_MAX_CAPTCHA'], 'htmlAttr'),\n    'BRUTEFORCE_MAX_ATTEMPTS_BEFORE_WAIT'    => tohtml($cfg['BRUTEFORCE_MAX_ATTEMPTS_BEFORE_WAIT'], 'htmlAttr'),\n    'DOMAIN_ROWS_PER_PAGE'                   => tohtml($cfg['DOMAIN_ROWS_PER_PAGE'], 'htmlAttr'),\n    'TR_SETTINGS'                            => tohtml(tr('Settings')),\n    'TR_MESSAGE'                             => tohtml(tr('Message')),\n    'TR_LOSTPASSWORD'                        => tohtml(tr('Lost password')),\n    'TR_LOSTPASSWORD_TIMEOUT'                => tohtml(tr('Activation link expire time in minutes')),\n    'TR_PASSWORD_SETTINGS'                   => tohtml(tr('Password settings')),\n    'TR_PASSWD_STRONG'                       => tohtml(tr('Strong passwords')),\n    'TR_PASSWD_CHARS'                        => tohtml(tr('Password minimum length')),\n    'TR_BRUTEFORCE'                          => tohtml(tr('Bruteforce detection')),\n    'TR_BRUTEFORCE_BETWEEN'                  => tohtml(tr('Blocking time between logins and captcha attempts')),\n    'TR_BRUTEFORCE_MAX_LOGIN'                => tohtml(tr('Max number of login attempts')),\n    'TR_BRUTEFORCE_BLOCK_TIME'               => tohtml(tr('Blocktime in minutes')),\n    'TR_BRUTEFORCE_BETWEEN_TIME'             => tohtml(tr('Blocking time between login/captcha attempts in seconds')),\n    'TR_BRUTEFORCE_MAX_CAPTCHA'              => tohtml(tr('Maximum number of captcha validation attempts')),\n    'TR_BRUTEFORCE_MAX_ATTEMPTS_BEFORE_WAIT' => tohtml(tr('Maximum number of validation attempts before waiting restriction intervenes')),\n    'TR_OTHER_SETTINGS'                      => tohtml(tr('Other settings')),\n    'TR_MAIL_SETTINGS'                       => tohtml(tr('Email settings')),\n    'TR_CREATE_DEFAULT_EMAIL_ADDRESSES'      => tohtml(tr('Create default mail accounts')),\n    'TR_COUNT_DEFAULT_EMAIL_ADDRESSES'       => tohtml(tr('Count default mail accounts')),\n    'PROTECT_DEFAULT_EMAIL_ADDRESSES'        => tohtml(tr('Protect default mail accounts against change and removal')),\n    'TR_HARD_MAIL_SUSPENSION'                => tohtml(tr('Mail accounts are hard suspended')),\n    'TR_EMAIL_QUOTA_SYNC_MODE'               => tohtml(tr('Redistribute unused quota across existing mail accounts')),\n    'TR_USER_INITIAL_LANG'                   => tohtml(tr('Panel default language')),\n    'TR_SUPPORT_SYSTEM'                      => tohtml(tr('Support system')),\n    'TR_ENABLED'                             => tohtml(tr('Enabled')),\n    'TR_DISABLED'                            => tohtml(tr('Disabled')),\n    'TR_YES'                                 => tohtml(tr('Yes')),\n    'TR_NO'                                  => tohtml(tr('No')),\n    'TR_UPDATE'                              => tohtml(tr('Update')),\n    'TR_SERVERPORTS'                         => tohtml(tr('Server ports')),\n    'TR_ADMIN'                               => tohtml(tr('Admin')),\n    'TR_RESELLER'                            => tohtml(tr('Reseller')),\n    'TR_DOMAIN_ROWS_PER_PAGE'                => tohtml(tr('Domains per page')),\n    'TR_LOG_LEVEL'                           => tohtml(tr('Mail Log Level')),\n    'TR_E_USER_OFF'                          => tohtml(tr('Disabled')),\n    'TR_E_USER_NOTICE'                       => tohtml(tr('Notices, Warnings and Errors')),\n    'TR_E_USER_WARNING'                      => tohtml(tr('Warnings and Errors')),\n    'TR_E_USER_ERROR'                        => tohtml(tr('Errors')),\n    'TR_CHECK_FOR_UPDATES'                   => tohtml(tr('Check for update')),\n    'TR_ENABLE_SSL'                          => tohtml(tr('Enable SSL')),\n    'TR_SSL_HELP'                            => tohtml(tr('Defines whether or not customers can add/change SSL certificates for their domains.')),\n    'TR_PREVENT_EXTERNAL_LOGIN_ADMIN'        => tohtml(tr('Prevent external login for admins')),\n    'TR_PREVENT_EXTERNAL_LOGIN_RESELLER'     => tohtml(tr('Prevent external login for resellers')),\n    'TR_PREVENT_EXTERNAL_LOGIN_CLIENT'       => tohtml(tr('Prevent external login for clients'))\n]);\n\ngenerateNavigation($tpl);\ngenerateLanguagesList($tpl, $cfg['USER_INITIAL_LANG']);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/settings_lostpassword.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (isset($_POST['uaction']) && $_POST['uaction'] == 'apply') {\n    $errorMessage = '';\n    $activationEmailData['subject'] = isset($_POST['subject1']) ? clean_input($_POST['subject1']) : '';\n    $activationEmailData['message'] = isset($_POST['subject1']) ? clean_input($_POST['message1']) : '';\n    $passwordEmailData['subject'] = isset($_POST['subject1']) ? clean_input($_POST['subject2']) : '';\n    $passwordEmailData['message'] = isset($_POST['subject1']) ? clean_input($_POST['message2']) : '';\n\n    if ($activationEmailData['subject'] == '' || $passwordEmailData['subject'] == '') {\n        $errorMessage = tr('Please specify a message subject.');\n    }\n\n    if ($activationEmailData['message'] == '' || $passwordEmailData['message'] == '') {\n        $errorMessage = tr('Please specify a message content.');\n    }\n\n    if (!empty($errorMessage)) {\n        set_page_message($errorMessage, 'error');\n    } else {\n        set_lostpassword_activation_email(0, $activationEmailData);\n        set_lostpassword_password_email(0, $passwordEmailData);\n        set_page_message(tr('Lost password email templates were updated.'), 'success');\n        redirectTo('settings_lostpassword.php');\n    }\n} else {\n    $activationEmailData = get_lostpassword_activation_email($_SESSION['user_id']);\n    $passwordEmailData = get_lostpassword_password_email($_SESSION['user_id']);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'admin/settings_lostpassword.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'               => tr('Admin / Settings / Lost Password Email'),\n    'TR_LOSTPW_EMAIL'             => tr('Lost password email'),\n    'TR_MESSAGE_TEMPLATE_INFO'    => tr('Message template info'),\n    'TR_MESSAGE_TEMPLATE'         => tr('Message template'),\n    'SUBJECT_VALUE1'              => tohtml($activationEmailData['subject']),\n    'MESSAGE_VALUE1'              => tohtml($activationEmailData['message']),\n    'SUBJECT_VALUE2'              => tohtml($passwordEmailData['subject']),\n    'MESSAGE_VALUE2'              => tohtml($passwordEmailData['message']),\n    'SENDER_EMAIL_VALUE'          => tohtml($activationEmailData['sender_email']),\n    'SENDER_NAME_VALUE'           => tohtml($activationEmailData['sender_name']),\n    'TR_ACTIVATION_EMAIL'         => tr('Activation email'),\n    'TR_PASSWORD_EMAIL'           => tr('Password email'),\n    'TR_USER_LOGIN_NAME'          => tr('User login (system) name'),\n    'TR_USER_PASSWORD'            => tr('User password'),\n    'TR_USER_REAL_NAME'           => tr('User (first and last) name'),\n    'TR_LOSTPW_LINK'              => tr('Lost password link'),\n    'TR_SUBJECT'                  => tr('Subject'),\n    'TR_MESSAGE'                  => tr('Message'),\n    'TR_SENDER_EMAIL'             => tr('Reply-To email'),\n    'TR_SENDER_NAME'              => tr('Reply-To name'),\n    'TR_APPLY_CHANGES'            => tr('Apply changes'),\n    'TR_BASE_SERVER_VHOST_PREFIX' => tr('URL protocol'),\n    'TR_BASE_SERVER_VHOST'        => tr('URL to this admin panel'),\n    'TR_BASE_SERVER_VHOST_PORT'   => tr('URL port')\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/settings_maintenance_mode.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'admin/settings_maintenance_mode.tpl',\n    'page_message' => 'layout'\n]);\n\n$cfg = Registry::get('config');\n\nif (isset($_POST['uaction']) and $_POST['uaction'] == 'apply') {\n    $maintenancemode = $_POST['maintenancemode'];\n    $maintenancemode_message = clean_input($_POST['maintenancemode_message']);\n    $db_cfg = Registry::get('dbConfig');\n    $db_cfg->MAINTENANCEMODE = $maintenancemode;\n    $db_cfg->MAINTENANCEMODE_MESSAGE = $maintenancemode_message;\n    $cfg->merge($db_cfg);\n    set_page_message(tr('Settings saved.'), 'success');\n}\n\n$selected_on = '';\n$selected_off = '';\n\nif ($cfg['MAINTENANCEMODE']) {\n    $selected_on = ' selected';\n    set_page_message(tr('Maintenance mode is activated. In this mode, only administrators can login.'), 'static_info');\n} else {\n    $selected_off = ' selected';\n    set_page_message(tr('In maintenance mode, only administrators can login.'), 'static_info');\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'          => tr('Admin / System Tools / Maintenance Settings'),\n    'TR_MAINTENANCEMODE'     => tr('Maintenance mode'),\n    'TR_MESSAGE'             => tr('Message'),\n    'MESSAGE_VALUE'          => (isset($cfg['MAINTENANCEMODE_MESSAGE']))\n        ? tohtml($cfg['MAINTENANCEMODE_MESSAGE'])\n        : tr(\"We are sorry, but the system is currently under maintenance.\\nPlease try again later.\"),\n    'SELECTED_ON'            => $selected_on,\n    'SELECTED_OFF'           => $selected_off,\n    'TR_ENABLED'             => tr('Enabled'),\n    'TR_DISABLED'            => tr('Disabled'),\n    'TR_APPLY'               => tr('Apply'),\n    'TR_MAINTENANCE_MESSAGE' => tr('Maintenance message')\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/settings_plugins.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Plugin\\PluginActionStoppedException;\nuse iMSCP\\Plugin\\PluginException;\nuse iMSCP\\Plugin\\PluginManager;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Execute the given action on the given plugin\n *\n * @param PluginManager $pm\n * @param string $action Action (install|uninstall|update|change|enable|disable|\n *                       delete|protect)\n * @param string $plugin Plugin name\n * @return void\n */\nfunction execPluginAction(PluginManager $pm, $action, $plugin)\n{\n    call_user_func([$pm, 'plugin' . ucfirst($action)], $plugin);\n\n    if ($action == 'protect') {\n        set_page_message(\n            tr(\"Plugin '%s' has been successfully protected.\", $plugin),\n            'success'\n        );\n        return;\n    }\n\n    if ($action != 'delete' && $pm->pluginHasBackend($plugin)) {\n        set_page_message(\n            tr(\n                \"Action '%s' successfully scheduled for the %s plugin.\",\n                $action,\n                $plugin\n            ),\n            'success'\n        );\n        return;\n    }\n\n    set_page_message(\n        tr(\n            \"Action '%s' successfully executed for the %s plugin.\",\n            $action,\n            $plugin\n        ),\n        'success'\n    );\n}\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl\n * @param PluginManager $pm\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, PluginManager $pm)\n{\n    $plugins = $pm->pluginGetList(false);\n\n    if (empty($plugins)) {\n        $tpl->assign('PLUGINS_BLOCK', '');\n        return;\n    }\n\n    natsort($plugins);\n    $loadedPlugins = 0;\n    foreach ($plugins as $plugin) {\n        try {\n            $pluginInstance = $pm->pluginGet($plugin);\n        } catch (PluginException $e) {\n            set_page_message($e->getMessage(), 'static_error');\n            continue;\n        }\n\n        $loadedPlugins++;\n        $info =& $pluginInstance->getInfo();\n        $status = $pm->pluginGetStatus($plugin);\n\n        if (is_array($info['author'])) {\n            if (count($info['author']) == 2) {\n                $info['author'] = implode(\n                    ' ' . tohtml(tr('and')) . ' ', $info['author']\n                );\n            } else {\n                $lastEntry = array_pop($info['author']);\n                $info['author'] = implode(', ', $info['author']);\n                $info['author'] .= ' ' . tohtml(tr('and')) . ' ' . $lastEntry;\n            }\n        }\n\n        $tpl->assign([\n            'PLUGIN_NAME'        => tohtml($plugin),\n            'PLUGIN_DESCRIPTION' => tohtml(tr($info['desc'])),\n            'PLUGIN_STATUS'      => $pm->pluginHasError($plugin)\n                ? tohtml(tr('Unexpected error'))\n                : tohtml($pm->pluginTranslateStatus($status)),\n            'PLUGIN_VERSION'     => tohtml($info['__nversion__']),\n            'PLUGIN_BUILD'       => tohtml($info['__nbuild__']),\n            'PLUGIN_AUTHOR'      => tohtml($info['author']),\n            'PLUGIN_MAILTO'      => tohtml($info['email'], 'htmlAttr'),\n            'PLUGIN_SITE'        => tohtml($info['url'], 'htmlAttr')\n        ]);\n\n        if ($pm->pluginHasError($plugin)) {\n            $tpl->assign(\n                'PLUGIN_STATUS_DETAILS', tohtml($pm->pluginGetError($plugin))\n            );\n            $tpl->parse(\n                'PLUGIN_STATUS_DETAILS_BLOCK', 'plugin_status_details_block'\n            );\n            $tpl->assign([\n                'PLUGIN_DEACTIVATE_LINK' => '',\n                'PLUGIN_ACTIVATE_LINK'   => '',\n                'PLUGIN_PROTECTED_LINK'  => ''\n            ]);\n        } else {\n            $tpl->assign('PLUGIN_STATUS_DETAILS_BLOCK', '');\n\n            if ($pm->pluginIsProtected($plugin)) {\n                $tpl->assign([\n                    'PLUGIN_ACTIVATE_LINK'   => '',\n                    'PLUGIN_DEACTIVATE_LINK' => '',\n                    'TR_UNPROTECT_TOOLTIP'   => tohtml(\n                        tr('To unprotect this plugin, you must edit the %s file',\n                            $pm->pluginGetPersistentDataDir()\n                            . '/protected_plugins.php'\n                        ),\n                        'htmlAttr'\n                    )\n                ]);\n                $tpl->parse('PLUGIN_PROTECTED_LINK', 'plugin_protected_link');\n            } elseif ($pm->pluginIsUninstalled($plugin)) {\n                $tpl->assign([\n                    'PLUGIN_DEACTIVATE_LINK' => '',\n                    'ACTIVATE_ACTION'        => 'install',\n                    'TR_ACTIVATE_TOOLTIP'    => tohtml(\n                        tr('Install this plugin'), 'htmlAttr'\n                    ),\n                    'UNINSTALL_ACTION'       => 'delete',\n                    'TR_UNINSTALL_TOOLTIP'   => tohtml(\n                        tr('Delete this plugin'), 'htmlAttr'\n                    ),\n                    'PLUGIN_PROTECTED_LINK'  => ''\n                ]);\n                $tpl->parse('PLUGIN_ACTIVATE_LINK', 'plugin_activate_link');\n            } elseif ($pm->pluginIsDisabled($plugin)) {\n                $isUninstallable = $pm->pluginIsUninstallable($plugin);\n                $tpl->assign([\n                    'PLUGIN_DEACTIVATE_LINK' => '',\n                    'ACTIVATE_ACTION'        => 'enable',\n                    'TR_ACTIVATE_TOOLTIP'    => tohtml(\n                        tr('Activate this plugin'), 'htmlAttr'\n                    ),\n                    'UNINSTALL_ACTION'       => $isUninstallable\n                        ? 'uninstall' : 'delete',\n                    'TR_UNINSTALL_TOOLTIP'   => $isUninstallable\n                        ? tohtml(tr('Uninstall this plugin'), 'htmlAttr')\n                        : tohtml(tr('Delete this plugin'), 'htmlAttr'),\n                    'PLUGIN_PROTECTED_LINK'  => ''\n                ]);\n                $tpl->parse('PLUGIN_ACTIVATE_LINK', 'plugin_activate_link');\n            } elseif ($pm->pluginIsEnabled($plugin)) {\n                $tpl->assign([\n                    'PLUGIN_ACTIVATE_LINK'  => '',\n                    'PLUGIN_PROTECTED_LINK' => ''\n                ]);\n                $tpl->parse('PLUGIN_DEACTIVATE_LINK', 'plugin_deactivate_link');\n            } else {\n                // Plugin with unknown status\n                $tpl->assign([\n                    'PLUGIN_DEACTIVATE_LINK' => '',\n                    'PLUGIN_ACTIVATE_LINK'   => '',\n                    'PLUGIN_PROTECTED_LINK'  => ''\n                ]);\n            }\n        }\n\n        $tpl->parse('PLUGIN_BLOCK', '.plugin_block');\n    }\n\n    if ($loadedPlugins < 1) {\n        $tpl->assign('PLUGINS_BLOCK', '');\n        return;\n    }\n\n    $tpl->assign('PLUGINS_LIST_EMPTY_BLOCK', '');\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n/** @var PluginManager $pm */\n$pm = Registry::get('pluginManager');\n\nif (!empty($_POST) || !empty($_FILES['plugin_archive']) || !empty($_GET)) {\n    try {\n        if (!empty($_FILES['plugin_archive'])) {\n            $pm->pluginUpload();\n        } elseif (isset($_GET['sync'])) {\n            $pm->pluginSyncData();\n        } elseif (isset($_GET['action']) && isset($_GET['plugin'])) {\n            $plugin = clean_input($_GET['plugin']);\n            $action = clean_input($_GET['action']);\n            if ($action == 'retry') {\n                $action = $pm->pluginGuessAction($plugin);\n            }\n            execPluginAction($pm, $action, $plugin);\n        } elseif (isset($_POST['bulk_actions'])) {\n            if (empty($_POST['checked']) || !is_array($_POST['checked'])) {\n                set_page_message(\n                    tr('You must select at least one plugin.'), 'error'\n                );\n            } else {\n                $action = clean_input($_POST['bulk_actions']);\n                foreach ($_POST['checked'] as $plugin) {\n                    execPluginAction($pm, $action, clean_input($plugin));\n                }\n            }\n        } else {\n            showBadRequestErrorPage();\n        }\n    } catch (PluginException $e) {\n        set_page_message(\n            $e->getMessage(),\n            $e instanceof PluginActionStoppedException\n                ? 'static_warning' : 'error'\n        );\n    }\n\n    redirectTo('settings_plugins.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                      => 'shared/layouts/ui.tpl',\n    'page'                        => 'admin/settings_plugins.phtml',\n    'page_message'                => 'layout',\n    'plugins_list_empty_block'    => 'page',\n    'plugins_block'               => 'page',\n    'plugin_block'                => 'plugins_block',\n    'plugin_status_details_block' => 'plugin_block',\n    'plugin_activate_link'        => 'plugin_block',\n    'plugin_deactivate_link'      => 'plugin_block',\n    'plugin_protected_link'       => 'plugin_block'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'         => tohtml(\n        tr('Admin / Settings / Plugin Management')\n    ),\n    'TR_DEACTIVATE_TOOLTIP' => tohtml(tr('Deactivate this plugin'), 'htmlAttr'),\n]);\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $tr = $e->getParam('translations');\n        $tr['core']['dataTable'] = getDataTablesPluginTranslations(false);\n        $tr['core']['force_retry'] = tohtml(tr('Retry'));\n        $tr['core']['close'] = tohtml(tr('Close'));\n        $tr['core']['error_details'] = tohtml(tr('Error details'));\n    }\n);\ngenerateNavigation($tpl);\ngeneratePage($tpl, $pm);\ngeneratePageMessage($tpl);\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/settings_ports.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Config\\ArrayConfig;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\nuse iMSCP\\Services;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Validates a service port and sets an appropriate message on error\n *\n * @param string $name Service name\n * @param string $ip Ip address\n * @param int $port Port\n * @param string $protocol Protocol\n * @param bool $show Tell whether or not service must be show on status page\n * @param string $index Item index on update, empty value otherwise\n * @return bool TRUE if valid, FALSE otherwise\n */\nfunction validatesService($name, $ip, $port, $protocol, $show, $index = '')\n{\n    $dbConfig = Registry::get('dbConfig');\n\n    if (Registry::isRegistered('errorFieldsIds')) {\n        $errorFieldsIds = Registry::get('errorFieldsIds');\n    } else {\n        $errorFieldsIds = [];\n    }\n\n    $dbServiceName = \"PORT_$name\";\n    $ip = ($ip == 'localhost') ? '127.0.0.1' : $ip;\n\n    if (!preg_match('/^[\\w\\-]+$/D', $name)) {\n        set_page_message(tr(\"Invalid service name: %s\", $name), 'error');\n        $errorFieldsIds[] = \"name$index\";\n    } elseif (strlen($name) > 25) {\n        set_page_message(\n            tohtml(\n                tr(\"Service name cannot be greater than 25 characters.\", $name)\n            ),\n            'error'\n        );\n        $errorFieldsIds[] = \"name$index\";\n    }\n\n    if (filter_var($ip, FILTER_VALIDATE_IP) === false) {\n        set_page_message(tohtml(tr(' Wrong IP address.')), 'error');\n        $errorFieldsIds[] = \"ip$index\";\n    }\n\n    if (!is_number($port) || $port < 1 || $port > 65535) {\n        set_page_message(\n            tohtml(tr('Only numbers in range from 0 to 65535 are allowed.')),\n            'error'\n        );\n        $errorFieldsIds[] = \"port$index\";\n    }\n\n    if (!is_int($index) && isset($dbConfig[$dbServiceName])) {\n        set_page_message(\n            tohtml(tr('Service with same name already exists.')), 'error'\n        );\n        $errorFieldsIds[] = \"name$index\";\n    }\n\n    if (($protocol != 'tcp' && $protocol != 'udp')\n        || ($show != '0' && $show != '1')\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    if (Registry::isRegistered('errorFieldsIds')) {\n        Registry::set(\n            'errorFieldsIds', Registry::get('errorFieldsIds') + $errorFieldsIds\n        );\n    } elseif (!empty($errorFieldsIds)) {\n        Registry::set('errorFieldsIds', $errorFieldsIds);\n    }\n\n    return empty($errorFieldsIds);\n}\n\n/**\n * Remove a service port from the database\n *\n * @param string $serviceName Service name\n * @return void\n */\nfunction deleteService($serviceName)\n{\n    $dbConfig = Registry::get('dbConfig');\n\n    if (isset($dbConfig[$serviceName])) {\n        unset($dbConfig[$serviceName]);\n\n        // Remove cache entry for this service if any\n        $identifier = Services::class\n            . '_' . preg_replace('/[^a-zA-Z0-9_]/', '_', $serviceName);\n        /** @var Zend_Cache_Core $cache */\n        $cache = Registry::get('iMSCP_Application')->getCache();\n        $cache->remove($identifier);\n\n        write_log(\n            sprintf(\n                'A service port (%s) has been removed by %s',\n                $serviceName,\n                $_SESSION['user_logged']\n            ),\n            E_USER_NOTICE\n        );\n        set_page_message(tr('Service port successfully removed.'), 'success');\n    } else {\n        set_page_message(\n            tohtml(tr(\"Unknown service name '%s'.\", $serviceName)),\n            'error'\n        );\n    }\n\n    redirectTo('settings_ports.php');\n}\n\n/**\n * Adds or updates services ports\n *\n * @param string $mode Mode in witch act (add or update)\n * @return void\n */\nfunction addOrUpdateServices($mode = 'add')\n{\n    $dbConfig = Registry::get('dbConfig');\n\n    if ($mode == 'add') {\n        if (!isset($_POST['port_new'])\n            || !isset($_POST['port_type_new'])\n            || !isset($_POST['port_type_new'])\n            || !isset($_POST['show_val_new'])\n            || !isset($_POST['ip_new'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $port = clean_input($_POST['port_new']);\n        $protocol = clean_input($_POST['port_type_new']);\n        $name = strtoupper(clean_input($_POST['srv_new']));\n        $show = clean_input($_POST['show_val_new']);\n        $ip = clean_input($_POST['ip_new']);\n\n        if (validatesService($name, $ip, $port, $protocol, $show)) {\n            $dbServiceName = \"PORT_$name\";\n            $dbConfig[$dbServiceName] = \"$port;$protocol;$name;$show;$ip\";\n            write_log(\n                sprintf(\n                    'A service port (%s:%s) has been added by %s',\n                    $name,\n                    $port,\n                    $_SESSION['user_logged']\n                ),\n                E_USER_NOTICE\n            );\n        }\n    } elseif ($mode == 'update') {\n        if (!isset($_POST['name'])\n            || !is_array($_POST['name'])\n            || !isset($_POST['var_name'])\n            || !is_array($_POST['var_name'])\n            || !isset($_POST['ip'])\n            || !is_array($_POST['ip'])\n            || !isset($_POST['port'])\n            || !is_array($_POST['port'])\n            || !isset($_POST['port_type'])\n            || !is_array($_POST['port_type'])\n            || !isset($_POST['show_val'])\n            || !is_array($_POST['show_val'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        // Reset counter of update queries\n        $dbConfig->resetQueriesCounter('update');\n\n        foreach ($_POST['name'] as $index => $name) {\n            $name = strtoupper(clean_input($name));\n            $ip = clean_input($_POST['ip'][$index]);\n            $port = clean_input($_POST['port'][$index]);\n            $protocol = clean_input($_POST['port_type'][$index]);\n            $show = $_POST['show_val'][$index];\n\n            if (validatesService($name, $ip, $port, $protocol, $show, $index)) {\n                $dbServiceName = $_POST['var_name'][$index];\n                $dbConfig[$dbServiceName] = \"$port;$protocol;$name;$show;$ip\";\n\n                if (!$show) {\n                    // Remove cache entry for this service if any\n                    $identifier = Services::class\n                        . '_'\n                        . preg_replace('/[^a-zA-Z0-9_]/', '_', $dbServiceName);\n                    /** @var Zend_Cache_Core $cache */\n                    $cache = Registry::get('iMSCP_Application')->getCache();\n                    $cache->remove($identifier);\n                }\n            }\n        }\n    } else {\n        throw new Exception(\n            'addOrUpdateServices(): Wrong argument for $mode'\n        );\n    }\n\n    if (Registry::isRegistered('errorFieldsIds')) {\n        if ($mode == 'add') {\n            Registry::set('error_on_add', [\n                'srv_new'       => $_POST['srv_new'],\n                'ip_new'        => $_POST['ip_new'],\n                'port_new'      => $_POST['port_new'],\n                'port_type_new' => $_POST['port_type_new'],\n                'show_val_new'  => $_POST['show_val_new']\n            ]);\n        } else {\n            $errorOnUpdt = [];\n            foreach ($_POST['var_name'] as $index => $service) {\n                $name = $_POST['name'][$index];\n                $ip = $_POST['ip'][$index];\n                $port = $_POST['port'][$index];\n                $protocol = $_POST['port_type'][$index];\n                $show = $_POST['show_val'][$index];\n                $errorOnUpdt[] = \"$port;$protocol;$name;$show;$ip\";\n            }\n\n            Registry::set('error_on_updt', $errorOnUpdt);\n        }\n\n        return;\n    }\n\n    if ($mode == 'add') {\n        set_page_message(tr('Service port successfully added'), 'success');\n        return;\n    }\n\n    $updateCount = $dbConfig->countQueries('update');\n\n    if ($updateCount > 0) {\n        set_page_message(\n            tohtml(ntr(\n                'Service port has been updated.',\n                '%d service ports were updated.',\n                $updateCount,\n                $updateCount\n            )),\n            'success'\n        );\n    } else {\n        set_page_message(tohtml(tr('Nothing has been changed.')), 'info');\n    }\n\n    redirectTo('settings_ports.php');\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void;\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    if (Registry::isRegistered('error_on_updt')) {\n        $values = new ArrayConfig(Registry::get('error_on_updt'));\n        $services = array_keys($values->toArray());\n    } else {\n        $values = Registry::get('dbConfig');\n        $services = array_filter(\n            array_keys($values->toArray()),\n            function ($name) {\n                return (strlen($name) > 5 && substr($name, 0, 5) == 'PORT_');\n            }\n        );\n\n        if (Registry::isRegistered('error_on_add')) {\n            $errorOnAdd = new ArrayConfig(Registry::get('error_on_add'));\n        }\n    }\n\n    if (empty($services)) {\n        $tpl->assign('SERVICE_PORTS', '');\n        set_page_message(tr('There are no service ports yet.'), 'static_info');\n        return;\n    }\n\n    foreach ($services as $index => $service) {\n        list($port, $protocol, $name, $status, $ip) = explode(\n            ';', $values->{$service}\n        );\n\n        $tpl->assign([\n            'NAME'         => tohtml($name, 'htmlAttr'),\n            'TR_DELETE'    => tohtml(tr('Delete')),\n            'DELETE_ID'    => tourl($service),\n            'NUM'          => tohtml($index, 'htmlAttr'),\n            'VAR_NAME'     => tohtml($service, 'htmlAttr'),\n            'IP'           => $ip == 'localhost'\n                ? '127.0.0.1' : (!$ip ? '0.0.0.0' : tohtml($ip, 'htmlAttr')),\n            'PORT'         => tohtml($port, 'htmlAttr'),\n            'SELECTED_UDP' => $protocol == 'udp' ? ' selected' : '',\n            'SELECTED_TCP' => $protocol == 'udp' ? '' : ' selected',\n            'SELECTED_ON'  => $status ? ' selected' : '',\n            'SELECTED_OFF' => $status ? '' : ' selected'\n        ]);\n        $tpl->parse('SERVICE_PORTS', '.service_ports');\n    }\n\n    $tpl->assign(\n        isset($errorOnAdd) ? [\n            'VAL_FOR_SRV_NEW'  => $errorOnAdd['srv_new'],\n            'VAL_FOR_IP_NEW'   => $errorOnAdd['ip_new'],\n            'VAL_FOR_PORT_NEW' => $errorOnAdd['port_new']\n        ] : [\n            'VAL_FOR_SRV_NEW'  => '',\n            'VAL_FOR_IP_NEW'   => '',\n            'VAL_FOR_PORT_NEW' => ''\n        ]\n    );\n\n    $tpl->assign(\n        'ERROR_FIELDS_IDS',\n        Registry::isRegistered('errorFieldsIds')\n            ? json_encode(Registry::get('errorFieldsIds')) : '[]'\n    );\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (isset($_POST['uaction']) && $_POST['uaction'] != 'reset') {\n    addOrUpdateServices((clean_input($_POST['uaction'])));\n} elseif (isset($_GET['delete'])) {\n    deleteService(clean_input($_GET['delete']));\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'        => 'shared/layouts/ui.tpl',\n    'page'          => 'admin/settings_ports.tpl',\n    'page_message'  => 'layout',\n    'service_ports' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'            => tohtml(tr(\n        'Admin / Settings / Service Ports'\n    )),\n    'TR_YES'                   => tohtml(tr('Yes'), 'htmlAttr'),\n    'TR_NO'                    => tohtml(tr('No'), 'htmlAttr'),\n    'TR_SERVICE'               => tohtml(tr('Service name')),\n    'TR_IP'                    => tohtml(tr('IP address')),\n    'TR_PORT'                  => tohtml(tr('Port')),\n    'TR_PROTOCOL'              => tohtml(tr('Protocol')),\n    'TR_SHOW'                  => tohtml(tr('Show')),\n    'TR_DELETE'                => tohtml(tr('Delete')),\n    'TR_MESSAGE_DELETE'        => tojs(tr(\n        'Are you sure you want to delete the %s service port ?', '%s'\n    )),\n    'TR_ACTION'                => tohtml(tr('Actions')),\n    'VAL_FOR_SUBMIT_ON_UPDATE' => tohtml(tr('Update'), 'htmlAttr'),\n    'VAL_FOR_SUBMIT_ON_ADD'    => tohtml(tr('Add'), 'htmlAttr'),\n    'VAL_FOR_SUBMIT_ON_RESET'  => tohtml(tr('Reset'), 'htmlAttr')\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $e->getParam('translations')->core['dataTable']\n            = getDataTablesPluginTranslations(false);\n    }\n);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/settings_server_traffic.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Config\\DbConfig;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Update server traffic settings.\n *\n * @param int $trafficLimit Monthly traffic limit\n * @param int $trafficWarning Traffic warning\n * @return bool TRUE on success FALSE otherwise\n */\nfunction admin_updateServerTrafficSettings($trafficLimit, $trafficWarning)\n{\n    $retVal = true;\n\n    if (!is_numeric($trafficLimit)) {\n        set_page_message(tr('Monthly traffic limit must be a number.'), 'error');\n        $retVal = false;\n    }\n\n    if (!is_numeric($trafficWarning)) {\n        set_page_message(tr('Monthly traffic warning must be a number.'), 'error');\n        $retVal = false;\n    }\n\n    if ($retVal && $trafficWarning > $trafficLimit) {\n        set_page_message(tr('Monthly traffic warning cannot be bigger than monthly traffic limit.'), 'error');\n        $retVal = false;\n    }\n\n    if ($retVal) {\n        /** @var $dbConfig Dbconfig */\n        $dbConfig = Registry::get('dbConfig');\n\n        $dbConfig['SERVER_TRAFFIC_LIMIT'] = $trafficLimit;\n        $dbConfig['SERVER_TRAFFIC_WARN'] = $trafficWarning;\n\n        // gets the number of queries that were been executed\n        $updtCount = $dbConfig->countQueries('update');\n        $newCount = $dbConfig->countQueries('insert');\n\n        // An Update was been made in the database ?\n        if ($updtCount || $newCount) {\n            set_page_message(tr('Monthly server traffic settings successfully updated.', $updtCount), 'success');\n            write_log(sprintf('Server monthly traffic settings were updated by %s', $_SESSION['user_logged']), E_USER_NOTICE);\n        } else {\n            set_page_message(tr('Nothing has been changed.'), 'info');\n        }\n    }\n\n    return $retVal;\n}\n\n/**\n * Generates page.\n *\n * @param TemplateEngine $tpl\n * @param int $trafficLimit Monthly traffic limit\n * @param int $trafficWarning Traffic warning\n * @return void\n */\nfunction admin_generatePage(TemplateEngine $tpl, $trafficLimit, $trafficWarning)\n{\n    $cfg = Registry::get('config');\n\n    if (empty($_POST)) {\n        $trafficLimit = $cfg['SERVER_TRAFFIC_LIMIT'];\n        $trafficWarning = $cfg['SERVER_TRAFFIC_WARN'];\n    }\n\n    $tpl->assign([\n        'MAX_TRAFFIC'     => tohtml($trafficLimit),\n        'TRAFFIC_WARNING' => tohtml($trafficWarning)\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$trafficLimit = $trafficWarning = 0;\n\nif (!empty($_POST)) {\n    $trafficLimit = !isset($_POST['max_traffic']) ?: clean_input($_POST['max_traffic']);\n    $trafficWarning = !isset($_POST['traffic_warning']) ?: clean_input($_POST['traffic_warning']);\n    admin_updateServerTrafficSettings($trafficLimit, $trafficWarning);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'        => 'shared/layouts/ui.tpl',\n    'page'          => 'admin/settings_server_traffic.tpl',\n    'page_message'  => 'layout',\n    'hosting_plans' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                  => tr('Admin / Settings / Monthly Server Traffic'),\n    'TR_SET_SERVER_TRAFFIC_SETTINGS' => tr('Monthly server traffic settings'),\n    'TR_MAX_TRAFFIC'                 => tr('Max traffic'),\n    'TR_WARNING'                     => tr('Warning traffic'),\n    'TR_MIB'                         => tr('MiB'),\n    'TR_UPDATE'                      => tr('Update'),\n]);\n\ngenerateNavigation($tpl);\nadmin_generatePage($tpl, $trafficLimit, $trafficWarning);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/settings_welcome_mail.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'admin/settings_welcome_mail.tpl',\n    'page_message' => 'layout'\n]);\n\nif (isset($_POST['uaction']) && $_POST['uaction'] == 'email_setup') {\n    $data['subject'] = isset($_POST['auto_subject']) ? clean_input($_POST['auto_subject']) : '';\n    $data['message'] = isset($_POST['auto_message']) ? clean_input($_POST['auto_message']) : '';\n    $error = false;\n\n    if ($data['subject'] == '') {\n        set_page_message(tr('Please specify a message subject.'), 'error');\n        $error = true;\n    }\n\n    if ($data['message'] == '') {\n        set_page_message(tr('Please specify a message content.'), 'error');\n        $error = true;\n    }\n\n    if (!$error) {\n        set_welcome_email(0, $data);\n        set_page_message(tr('Welcome email template has been updated.'), 'success');\n        redirectTo('settings_welcome_mail.php');\n    }\n}\n\n$data = get_welcome_email($_SESSION['user_id']);\n\n$tpl->assign([\n    'TR_PAGE_TITLE'               => tr('Admin / Settings / Welcome Email'),\n    'TR_EMAIL_SETUP'              => tr('Email setup'),\n    'TR_MESSAGE_TEMPLATE_INFO'    => tr('Message template info'),\n    'TR_USER_LOGIN_NAME'          => tr('User login (system) name'),\n    'TR_USER_PASSWORD'            => tr('User password'),\n    'TR_USER_REAL_NAME'           => tr('User real (first and last) name'),\n    'TR_MESSAGE_TEMPLATE'         => tr('Message template'),\n    'TR_SUBJECT'                  => tr('Subject'),\n    'TR_MESSAGE'                  => tr('Message'),\n    'TR_SENDER_EMAIL'             => tr('Reply-To email'),\n    'TR_SENDER_NAME'              => tr('Reply-To name'),\n    'TR_UPDATE'                   => tr('Update'),\n    'TR_USERTYPE'                 => tr('User type (admin, reseller, user)'),\n    'TR_BASE_SERVER_VHOST_PREFIX' => tr('URL protocol'),\n    'TR_BASE_SERVER_VHOST'        => tr('URL to this admin panel'),\n    'TR_BASE_SERVER_VHOST_PORT'   => tr('URL port'),\n    'SUBJECT_VALUE'               => tohtml($data['subject']),\n    'MESSAGE_VALUE'               => tohtml($data['message']),\n    'SENDER_EMAIL_VALUE'          => tohtml($data['sender_email']),\n    'SENDER_NAME_VALUE'           => tohtml($data['sender_name'])\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/system_info.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\EventDescription;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\SystemInfo;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'admin/system_info.tpl',\n    'page_message' => 'layout',\n    'device_block' => 'page'\n]);\n\n$sysinfo = new SystemInfo();\n\n$tpl->assign([\n    'CPU_MODEL'       => tohtml($sysinfo->cpu['model']),\n    'CPU_CORES'       => tohtml($sysinfo->cpu['cpus']),\n    'CPU_CLOCK_SPEED' => tohtml($sysinfo->cpu['cpuspeed']),\n    'CPU_CACHE'       => tohtml($sysinfo->cpu['cache']),\n    'CPU_BOGOMIPS'    => tohtml($sysinfo->cpu['bogomips']),\n    'UPTIME'          => tohtml($sysinfo->uptime),\n    'KERNEL'          => tohtml($sysinfo->kernel),\n    'LOAD'            => sprintf('%s %s %s', $sysinfo->load[0], $sysinfo->load[1], $sysinfo->load[2]),\n    'RAM_TOTAL'       => bytesHuman($sysinfo->ram['total'] * 1024),\n    'RAM_USED'        => bytesHuman($sysinfo->ram['used'] * 1024),\n    'RAM_FREE'        => bytesHuman($sysinfo->ram['free'] * 1024),\n    'SWAP_TOTAL'      => bytesHuman($sysinfo->swap['total'] * 1024),\n    'SWAP_USED'       => bytesHuman($sysinfo->swap['used'] * 1024),\n    'SWAP_FREE'       => bytesHuman($sysinfo->swap['free'] * 1024)\n]);\n\n$devices = $sysinfo->filesystem;\n\nforeach ($devices as $device) {\n    $tpl->assign([\n        'MOUNT'     => tohtml($device['mount']),\n        'TYPE'      => tohtml($device['fstype']),\n        'PARTITION' => tohtml($device['disk']),\n        'PERCENT'   => $device['percent'],\n        'FREE'      => bytesHuman($device['free'] * 1024),\n        'USED'      => bytesHuman($device['used'] * 1024),\n        'SIZE'      => bytesHuman($device['size'] * 1024)\n    ]);\n    $tpl->parse('DEVICE_BLOCK', '.device_block');\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'       => tr('Admin / System Tools / System Information'),\n    'TR_SYSTEM_INFO'      => tr('System data'),\n    'TR_KERNEL'           => tr('Kernel Version'),\n    'TR_UPTIME'           => tr('Uptime'),\n    'TR_LOAD'             => tr('Load (1 Min, 5 Min, 15 Min)'),\n    'TR_CPU_INFO'         => tr('CPU Information'),\n    'TR_CPU'              => tr('Processor data'),\n    'TR_CPU_MODEL'        => tr('Model'),\n    'TR_CPU_CORES'        => tr('Cores'),\n    'TR_CPU_CLOCK_SPEED'  => tr('Clock speed (MHz)'),\n    'TR_CPU_CACHE'        => tr('Cache'),\n    'TR_CPU_BOGOMIPS'     => tr('Bogomips'),\n    'TR_MEMORY_INFO'      => tr('Memory information'),\n    'TR_RAM'              => tr('RAM'),\n    'TR_TOTAL'            => tr('Total'),\n    'TR_USED'             => tr('Used'),\n    'TR_FREE'             => tr('Free'),\n    'TR_SWAP'             => tr('Swap'),\n    'TR_FILE_SYSTEM_INFO' => tr('Filesystem system Info'),\n    'TR_MOUNT'            => tr('Mount'),\n    'TR_TYPE'             => tr('Type'),\n    'TR_PARTITION'        => tr('Partition'),\n    'TR_PERCENT'          => tr('Percent'),\n    'TR_SIZE'             => tr('Size')\n]);\n\nEventAggregator::getInstance()->registerListener(\n    'onGetJsTranslations', function (EventDescription $e) {\n    $e->getParam('translations')->core['dataTable'] = getDataTablesPluginTranslations();\n});\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/ticket_closed.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (!hasTicketSystem()) {\n    redirectTo('index.php');\n} elseif (isset($_GET['ticket_id']) && !empty($_GET['ticket_id'])) {\n    reopenTicket(intval($_GET['ticket_id']));\n}\n\nif (isset($_GET['psi'])) {\n    $start = $_GET['psi'];\n} else {\n    $start = 0;\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'           => 'shared/layouts/ui.tpl',\n    'page'             => 'admin/ticket_closed.tpl',\n    'page_message'     => 'layout',\n    'tickets_list'     => 'page',\n    'tickets_item'     => 'tickets_list',\n    'scroll_prev_gray' => 'page',\n    'scroll_prev'      => 'page',\n    'scroll_next_gray' => 'page',\n    'scroll_next'      => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tr('Admin / Support / Closed Tickets'),\n    'TR_TICKET_STATUS'              => tr('Status'),\n    'TR_TICKET_FROM'                => tr('From'),\n    'TR_TICKET_SUBJECT'             => tr('Subject'),\n    'TR_TICKET_URGENCY'             => tr('Priority'),\n    'TR_TICKET_LAST_ANSWER_DATE'    => tr('Last reply date'),\n    'TR_TICKET_ACTION'              => tr('Actions'),\n    'TR_TICKET_DELETE'              => tr('Delete'),\n    'TR_TICKET_READ_LINK'           => tr('Read ticket'),\n    'TR_TICKET_DELETE_LINK'         => tr('Delete ticket'),\n    'TR_TICKET_REOPEN'              => tr('Reopen'),\n    'TR_TICKET_REOPEN_LINK'         => tr('Reopen ticket'),\n    'TR_TICKET_DELETE_ALL'          => tr('Delete all tickets'),\n    'TR_TICKETS_DELETE_MESSAGE'     => tr(\"Are you sure you want to delete the '%s' ticket?\", '%s'),\n    'TR_TICKETS_DELETE_ALL_MESSAGE' => tr('Are you sure you want to delete all tickets?'),\n    'TR_PREVIOUS'                   => tr('Previous'),\n    'TR_NEXT'                       => tr('Next')\n]);\n\ngenerateNavigation($tpl);\ngenerateTicketList(\n    $tpl, $_SESSION['user_id'], $start, Registry::get('config')['DOMAIN_ROWS_PER_PAGE'], 'admin', 'closed'\n);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/ticket_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (!hasTicketSystem()) {\n    redirectTo('index.php');\n}\n\n$previousPage = 'ticket_system';\n\nif (isset($_GET['ticket_id']) && !empty($_GET['ticket_id'])) {\n    $ticketId = intval($_GET['ticket_id']);\n    $stmt = exec_query(\n        'SELECT ticket_status FROM tickets WHERE ticket_id = ? AND (ticket_from = ? OR ticket_to = ?)', [\n        $ticketId, $_SESSION['user_id'], $_SESSION['user_id']\n    ]);\n\n    if ($stmt->rowCount() == 0) {\n        set_page_message(tr(\"Ticket with Id '%d' was not found.\", $ticketId), 'error');\n        redirectTo($previousPage . '.php');\n    }\n\n    // The ticket status was 0 so we come from ticket_closed.php\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) == 0) {\n        $previousPage = 'ticket_closed';\n    }\n\n    deleteTicket($ticketId);\n    set_page_message(tr('Ticket successfully deleted.'), 'success');\n    write_log(sprintf(\"%s: deleted ticket %d\", $_SESSION['user_logged'], $ticketId), E_USER_NOTICE);\n} elseif (isset($_GET['delete']) && $_GET['delete'] == 'open') {\n    deleteTickets('open', $_SESSION['user_id']);\n    set_page_message(tr('All open tickets were successfully deleted.'), 'success');\n    write_log(sprintf(\"%s: deleted all open tickets.\", $_SESSION['user_logged']), E_USER_NOTICE);\n} elseif (isset($_GET['delete']) && $_GET['delete'] == 'closed') {\n    deleteTickets('closed', $_SESSION['user_id']);\n    set_page_message(tr('All closed tickets were successfully deleted.'), 'success');\n    write_log(sprintf(\"%s: deleted all closed tickets.\", $_SESSION['user_logged']), E_USER_NOTICE);\n    $previousPage = 'ticket_closed';\n} else {\n    set_page_message(tr('Unknown action requested.'), 'error');\n}\n\nredirectTo($previousPage . '.php');\n"
  },
  {
    "path": "gui/public/admin/ticket_system.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (!hasTicketSystem()) {\n    redirectTo('index.php');\n} elseif (isset($_GET['ticket_id']) && !empty($_GET['ticket_id'])) {\n    closeTicket(intval($_GET['ticket_id']));\n}\n\nif (isset($_GET['psi'])) {\n    $start = $_GET['psi'];\n} else {\n    $start = 0;\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'           => 'shared/layouts/ui.tpl',\n    'page'             => 'admin/ticket_system.tpl',\n    'page_message'     => 'layout',\n    'tickets_list'     => 'page',\n    'tickets_item'     => 'tickets_list',\n    'scroll_prev_gray' => 'page',\n    'scroll_prev'      => 'page',\n    'scroll_next_gray' => 'page',\n    'scroll_next'      => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tr(' Admin / Support / Open Tickets'),\n    'TR_TICKET_STATUS'              => tr('Status'),\n    'TR_TICKET_FROM'                => tr('From'),\n    'TR_TICKET_SUBJECT'             => tr('Subject'),\n    'TR_TICKET_URGENCY'             => tr('Priority'),\n    'TR_TICKET_LAST_ANSWER_DATE'    => tr('Last reply date'),\n    'TR_TICKET_ACTIONS'             => tr('Actions'),\n    'TR_TICKET_DELETE'              => tr('Delete'),\n    'TR_TICKET_CLOSE'               => tr('Close'),\n    'TR_TICKET_READ_LINK'           => tr('Read ticket'),\n    'TR_TICKET_DELETE_LINK'         => tr('Delete ticket'),\n    'TR_TICKET_CLOSE_LINK'          => tr('Close ticket'),\n    'TR_TICKET_DELETE_ALL'          => tr('Delete all tickets'),\n    'TR_TICKETS_DELETE_MESSAGE'     => tr(\"Are you sure you want to delete the '%s' ticket?\", '%s'),\n    'TR_TICKETS_DELETE_ALL_MESSAGE' => tr('Are you sure you want to delete all tickets?'),\n    'TR_PREVIOUS'                   => tr('Previous'),\n    'TR_NEXT'                       => tr('Next')\n]);\n\ngenerateNavigation($tpl);\ngenerateTicketList(\n    $tpl, $_SESSION['user_id'], $start, Registry::get('config')['DOMAIN_ROWS_PER_PAGE'], 'admin', 'open'\n);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/ticket_view.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (!hasTicketSystem() || !isset($_GET['ticket_id'])) {\n    showBadRequestErrorPage();\n}\n\n$ticketId = intval($_GET['ticket_id']);\n$status = getTicketStatus($ticketId);\n\nif ($status == 1 || $status == 4) {\n    if (!changeTicketStatus($ticketId, 3)) {\n        redirectTo('ticket_system.php');\n    }\n}\n\nif (isset($_POST['uaction'])) {\n    if ($_POST['uaction'] == 'close') {\n        closeTicket($ticketId);\n        redirectTo('ticket_system.php');\n    }\n\n    if (isset($_POST['user_message'])) {\n        if (empty($_POST['user_message'])) {\n            set_page_message(tr('Please type your message.'), 'error');\n        } else {\n            updateTicket($ticketId, $_SESSION['user_id'], $_POST['urgency'], $_POST['subject'], $_POST['user_message'], 2, 3);\n            redirectTo(\"ticket_view.php?ticket_id=$ticketId\");\n        }\n    }\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'         => 'shared/layouts/ui.tpl',\n    'page'           => 'admin/ticket_view.tpl',\n    'page_message'   => 'layout',\n    'ticket'         => 'page',\n    'ticket_message' => 'ticket'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'       => tr('Admin / Support / View Ticket'),\n    'TR_TICKET_INFO'      => tr('Ticket information'),\n    'TR_TICKET_URGENCY'   => tr('Priority'),\n    'TR_TICKET_SUBJECT'   => tr('Subject'),\n    'TR_TICKET_FROM'      => tr('From'),\n    'TR_TICKET_DATE'      => tr('Date'),\n    'TR_TICKET_CONTENT'   => tr('Message'),\n    'TR_TICKET_NEW_REPLY' => tr('Reply'),\n    'TR_TICKET_REPLY'     => tr('Send reply')\n]);\n\ngenerateNavigation($tpl);\nshowTicketContent($tpl, $ticketId, $_SESSION['user_id']);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/user_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\n\n/**\n * Deletes an admin or reseller user\n *\n * @param int $userId User unique identifier\n */\nfunction admin_deleteUser($userId)\n{\n    $userId = intval($userId);\n    $cfg = Registry::get('config');\n    $db = DatabaseMySQL::getInstance();\n    $stmt = exec_query(\n        '\n            SELECT a.admin_type, b.logo FROM admin a LEFT JOIN user_gui_props b ON (b.user_id = a.admin_id)\n            WHERE admin_id = ?\n        ',\n        $userId\n    );\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n    $userType = $row['admin_type'];\n\n    if (empty($userType) || $userType == 'user') {\n        showBadRequestErrorPage();\n    }\n\n    // Users (admins/resellers) common items to delete\n    $itemsToDelete = [\n        'admin'          => 'admin_id = ?',\n        'email_tpls'     => 'owner_id = ?',\n        'tickets'        => 'ticket_from = ? OR ticket_to = ?',\n        'user_gui_props' => 'user_id = ?'\n    ];\n\n    // Note: Admin can also have they own hosting_plans bug must not be considered\n    // as common item since first admin must be never removed\n    if ($userType == 'reseller') {\n        // Getting custom reseller isp logo if set\n        $resellerLogo = $row['logo'];\n\n        // Add specific reseller items to remove\n        $itemsToDelete = array_merge(\n            [\n                'hosting_plans'  => 'reseller_id = ?',\n                'reseller_props' => 'reseller_id = ?'\n            ],\n            $itemsToDelete\n        );\n    }\n\n    // We are using transaction to ensure data consistency and prevent any garbage in\n    // the database. If one query fail, the whole process is reverted.\n\n    try {\n        // Cleanup database\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(Events::onBeforeDeleteUser, ['userId' => $userId]);\n\n        foreach ($itemsToDelete as $table => $where) {\n            $query = \"DELETE FROM \" . quoteIdentifier($table) . ($where ? \" WHERE $where\" : '');\n            exec_query($query, array_fill(0, substr_count($where, '?'), $userId));\n        }\n\n        EventAggregator::getInstance()->dispatch(Events::onAfterDeleteUser, ['userId' => $userId]);\n\n        $db->commit();\n\n        // Deleting user logo\n        if (isset($resellerLogo) && !empty($resellerLogo)) {\n            $logoPath = $cfg['GUI_ROOT_DIR'] . '/data/persistent/ispLogos/' . $resellerLogo;\n\n            if (file_exists($logoPath) && @unlink($logoPath) == false) {\n                write_log(sprintf('Could not remove user logo %s', $logoPath), E_USER_ERROR);\n            }\n        }\n\n        $userTr = $userType == 'reseller' ? tr('Reseller') : tr('Admin');\n        set_page_message(tr('%s account successfully deleted.', $userTr), 'success');\n        write_log($_SESSION['user_logged'] . \": deletes user \" . $userId, E_USER_NOTICE);\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n\n    redirectTo('users.php');\n}\n\n/**\n * Validates admin or reseller deletion\n *\n * @param int $userId User unique identifier\n * @return bool TRUE if deletion can be done, FALSE otherwise\n */\nfunction admin_validateUserDeletion($userId)\n{\n    $stmt = exec_query('SELECT admin_type, created_by FROM admin WHERE admin_id = ?', $userId);\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage(); # No user found; assume a bad request\n    }\n\n    $row = $stmt->fetchRow();\n\n    if ($row['created_by'] == 0) {\n        set_page_message(tr('You cannot delete the default administrator.'), 'error');\n    }\n\n    if (!in_array($row['admin_type'], ['admin', 'reseller'])) {\n        showBadRequestErrorPage(); # Not an administrator, nor a reseller; assume a bad request\n    }\n\n    $stmt = exec_query('SELECT COUNT(admin_id) AS user_count FROM admin WHERE created_by = ?', $userId);\n    $row2 = $stmt->fetchRow();\n\n    if ($row2['user_count'] > 0) {\n        if ($row['admin_type'] == 'admin') {\n            set_page_message(tr('Prior to removing this administrator, please move his resellers to another administrator.'), 'error');\n        } else {\n            set_page_message(tr('You cannot delete a reseller that has customer accounts.'), 'error');\n        }\n\n        return false;\n    }\n\n    return true;\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (isset($_GET['delete_id']) && !empty($_GET['delete_id'])) { # admin/reseller deletion\n    if (admin_validateUserDeletion($_GET['delete_id'])) {\n        admin_deleteUser($_GET['delete_id']);\n    }\n} elseif (isset($_GET['user_id'])) {\n    $userId = intval($_GET['user_id']);\n\n    try {\n        if (!deleteCustomer($userId)) {\n            showBadRequestErrorPage();\n        }\n\n        set_page_message(tr('Customer account successfully scheduled for deletion.'), 'success');\n        write_log(sprintf('%s scheduled deletion of the customer account with ID %d', $_SESSION['user_logged'], $userId), E_USER_NOTICE);\n    } catch (Exception $e) {\n        if (($previous = $e->getPrevious()) && $previous instanceof DatabaseException) {\n            $queryMessagePart = ' Query was: ' . $previous->getQuery();\n        } elseif ($e instanceof DatabaseException) {\n            $queryMessagePart = ' Query was: ' . $e->getQuery();\n        } else {\n            $queryMessagePart = '';\n        }\n\n        set_page_message(tr('Unable to schedule deletion of the customer account. Please consult admin logs or your mail for more information.'), 'error');\n        write_log(\n            sprintf(\n                \"System was unable to schedule deletion of customer account with ID %s. Message was: %s.\",\n                $userId, $e->getMessage() . $queryMessagePart\n            ),\n            E_USER_ERROR\n        );\n    }\n}\n\nredirectTo('users.php');\n"
  },
  {
    "path": "gui/public/admin/user_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Update user data\n *\n * @param Zend_Form $form\n * @param int $userId User unique identifier\n * @return void\n */\nfunction updateUserData(Zend_Form $form, $userId)\n{\n    global $userType;\n\n    $data = exec_query('SELECT admin_name, admin_type FROM admin WHERE admin_id = ?', $userId)->fetchRow();\n\n    if (!$data) {\n        showBadRequestErrorPage();\n    }\n\n    $userType = $data['admin_type'];\n\n    if (!$form->isValid($_POST)) {\n        foreach ($form->getMessages() as $fieldname => $msgsStack) {\n            set_page_message(reset($msgsStack), 'error');\n        }\n\n        return;\n    }\n\n    $passwordUpdated = $form->getValue('admin_pass') !== '';\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(Events::onBeforeEditUser, [\n            'userId'   => $userId,\n            'userData' => $form->getValues()\n        ]);\n\n        exec_query(\n            \"\n                UPDATE admin\n                SET admin_pass = IFNULL(?, admin_pass), fname = ?, lname = ?, firm = ?, zip = ?, city = ?, state = ?,\n                    country = ?, email = ?, phone = ?, fax = ?, street1 = ?, street2 = ?, gender = ?,\n                    admin_status = IF(admin_type = 'user', IF(?, 'tochangepwd', admin_status), admin_status)\n                WHERE admin_id = ?\n            \",\n            [\n                $passwordUpdated ? Crypt::apr1MD5($form->getValue('admin_pass')) : NULL, $form->getValue('fname'),\n                $form->getValue('lname'), $form->getValue('firm'), $form->getValue('zip'), $form->getValue('city'),\n                $form->getValue('state'), $form->getValue('country'), encode_idna($form->getValue('email')),\n                $form->getValue('phone'), $form->getValue('fax'), $form->getValue('street1'), $form->getValue('street2'),\n                $form->getValue('gender'), $passwordUpdated ? 1 : 0, $userId\n            ]\n        );\n\n        // Force user to login again (needed due to possible password or email change)\n        exec_query('DELETE FROM login WHERE user_name = ?', $data['admin_name']);\n\n        EventAggregator::getInstance()->dispatch(Events::onAfterEditUser, [\n            'userId'   => $userId,\n            'userData' => $form->getValues()\n        ]);\n        $db->commit();\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n\n    $ret = false;\n\n    if ($passwordUpdated) {\n        $ret = send_add_user_auto_msg(\n            $userId, $data['admin_name'], $form->getValue('admin_pass'), $form->getValue('email'),\n            $form->getValue('fname'), $form->getValue('lname'),\n            ($data['admin_type'] == 'admin') ? tr('Administrator') : tr('Customer')\n        );\n    }\n\n    if ($userType == 'user') {\n        send_request();\n    }\n\n    write_log(\n        sprintf('The %s user has been updated by %s', $data['admin_name'], $_SESSION['user_logged']), E_USER_NOTICE\n    );\n    set_page_message('User has been updated.', 'success');\n\n    if ($ret) {\n        set_page_message(tr('New login data were sent to the %s user.', decode_idna($data['admin_name'])), 'success');\n    }\n\n    redirectTo(\"user_edit.php?edit_id=$userId\");\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @param Zend_Form $form\n * @param int $userId User unique identifier\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, Zend_Form $form, $userId)\n{\n    global $userType;\n\n    /** @noinspection PhpUndefinedFieldInspection */\n    $tpl->form = $form;\n    /** @noinspection PhpUndefinedFieldInspection */\n    $tpl->editId = $userId;\n\n    if (!empty($_POST)) {\n        $form->setDefault('admin_name', get_user_name($userId));\n        return;\n    }\n\n    $stmt = exec_query(\n        \"\n            SELECT admin_name, admin_type, fname, lname, IFNULL(gender, 'U') as gender, firm, zip, city, state, country,\n                street1, street2, email, phone, fax\n            FROM admin\n            WHERE admin_id = ?\n        \",\n        $userId\n    );\n\n    if (!($data = $stmt->fetchRow())) {\n        showBadRequestErrorPage();\n    }\n\n    $userType = $data['admin_type'];\n    $form->setDefaults($data);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\nif (!isset($_GET['edit_id'])) {\n    showBadRequestErrorPage();\n}\n\n$userId = intval($_GET['edit_id']);\n\nif ($userId == $_SESSION['user_id']) {\n    redirectTo('personal_change.php');\n}\n\nglobal $userType;\n\n$form = getUserLoginDataForm(false, false)->addElements(getUserPersonalDataForm()->getElements());\n\nif (!empty($_POST)) {\n    updateUserData($form, $userId);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'shared/partials/user_edit.phtml',\n    'page_message' => 'layout'\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $form, $userId);\ngeneratePageMessage($tpl);\n\nif ($userType == 'admin') {\n    $tpl->assign([\n        'TR_PAGE_TITLE'       => tohtml(tr('Admin / Users / Overview / Edit Admin')),\n        'TR_DYNAMIC_TITLE'    => tr('Edit admin'),\n        'DYNAMIC_TITLE_CLASS' => 'user_yellow'\n    ]);\n} else {\n    $tpl->assign([\n        'TR_PAGE_TITLE'       => tohtml(tr('Admin / Users / Overview / Edit Customer')),\n        'TR_DYNAMIC_TITLE'    => tr('Edit customer'),\n        'DYNAMIC_TITLE_CLASS' => 'user_blue'\n    ]);\n}\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/admin/users.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('admin');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                         => 'shared/layouts/ui.tpl',\n    'page'                           => 'admin/users.phtml',\n    'page_message'                   => 'layout',\n    'administrator_message'          => 'page',\n    'administrator_list'             => 'page',\n    'administrator_item'             => 'administrator_list',\n    'administrator_delete_link'      => 'administrator_item',\n    'reseller_message'               => 'page',\n    'reseller_list'                  => 'page',\n    'reseller_item'                  => 'reseller_list',\n    'client_search_form'             => 'page',\n    'client_show_domain_aliases_blk' => 'client_search_form',\n    'client_domain_aliases_switch'   => 'client_search_form',\n    'client_domain_aliases_show'     => 'client_domain_aliases_switch',\n    'client_domain_aliases_hide'     => 'client_domain_aliases_switch',\n    'client_message'                 => 'page',\n    'client_list'                    => 'page',\n    'client_item'                    => 'client_list',\n    'client_domain_status_ok'        => 'client_item',\n    'client_domain_status_not_ok'    => 'client_item',\n    'client_restricted_links'        => 'client_item',\n    'client_domain_alias_blk'        => 'client_item',\n    'client_scroll_prev'             => 'client_list',\n    'client_scroll_prev_gray'        => 'client_list',\n    'client_scroll_next_gray'        => 'client_list',\n    'client_scroll_next'             => 'client_list'\n]);\n\n$tpl->assign([\n    'TR_PAGE_TITLE' => tr('Admin / Users / Overview'),\n]);\n\nif (isset($_POST['details']) && !empty($_POST['details'])) {\n    $_SESSION['details'] = $_POST['details'];\n} elseif (!isset($_SESSION['details'])) {\n    $_SESSION['details'] = 'hide';\n}\n\nif (isset($_SESSION['user_added'])) {\n    unset($_SESSION['user_added']);\n    set_page_message(tr('Customer successfully scheduled for addition.'), 'success');\n} elseif (isset($_SESSION['reseller_added'])) {\n    unset($_SESSION['reseller_added']);\n    set_page_message(tr('Reseller successfully added.'), 'success');\n} elseif (isset($_SESSION['user_updated'])) {\n    unset($_SESSION['user_updated']);\n    set_page_message(tr('Customer account successfully updated.'), 'success');\n} elseif (isset($_SESSION['user_deleted'])) {\n    unset($_SESSION['user_deleted']);\n    set_page_message(tr('Customer successfully scheduled for deletion.'), 'success');\n} elseif (isset($_SESSION['email_updated'])) {\n    unset($_SESSION['email_updated']);\n    set_page_message(tr('Email successfully updated.'), 'success');\n} elseif (isset($_SESSION['hdomain'])) {\n    unset($_SESSION['hdomain']);\n    set_page_message(tr('The reseller you want to remove has one or more customers accounts. Please remove them first.'), 'error');\n}\n\ngenerateNavigation($tpl);\nget_admin_manage_users($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onAdminScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/alias_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Authentication\\AuthService;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Uri\\UriException;\nuse iMSCP\\Uri\\UriRedirect;\n\n/**\n * Send alias order email\n *\n * @param string $aliasName\n * @return bool TRUE on success, FALSE on failure\n */\nfunction send_alias_order_email($aliasName)\n{\n    $stmt = exec_query(\n        '\n            SELECT admin_name, created_by, fname, lname, email\n            FROM admin\n            WHERE admin_id = ?\n        ',\n        $_SESSION['user_id']\n    );\n    $row = $stmt->fetchRow();\n    $data = get_alias_order_email($row['created_by']);\n    $ret = send_mail([\n        'mail_id'      => 'alias-order-msg',\n        'fname'        => $row['fname'],\n        'lname'        => $row['lname'],\n        'username'     => $row['admin_name'],\n        'email'        => $row['email'],\n        'subject'      => $data['subject'],\n        'message'      => $data['message'],\n        'placeholders' => [\n            '{CUSTOMER}' => decode_idna($row['admin_name']),\n            '{ALIAS}'    => $aliasName\n        ]\n    ]);\n\n    if (!$ret) {\n        write_log(\n            sprintf(\"Couldn't send alias order to %s\", $row['admin_name']),\n            E_USER_ERROR\n        );\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Get domains list\n *\n * @return array Domains list\n */\nfunction getDomainsList()\n{\n    static $domainsList = NULL;\n\n    if (NULL !== $domainsList) {\n        return $domainsList;\n    }\n\n    $domainsList = [];\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n\n    if ($mainDmnProps['url_forward'] == 'no') {\n        $domainsList = [\n            [\n                'name'        => $mainDmnProps['domain_name'],\n                'id'          => $mainDmnProps['domain_id'],\n                'type'        => 'dmn',\n                'mount_point' => '/'\n            ]\n        ];\n    }\n\n    $stmt = exec_query(\n        \"\n            SELECT CONCAT(t1.subdomain_name, '.', t2.domain_name) AS name,\n                t1.subdomain_mount AS mount_point\n            FROM subdomain AS t1\n            JOIN domain AS t2 USING(domain_id)\n            WHERE t1.domain_id = :domain_id\n            AND t1.subdomain_status = :status_ok\n            AND t1.subdomain_url_forward = 'no'\n            UNION ALL\n            SELECT alias_name AS name, alias_mount AS mount_point\n            FROM domain_aliasses\n            WHERE domain_id = :domain_id\n            AND alias_status = :status_ok\n            AND url_forward = 'no'\n            UNION ALL\n            SELECT CONCAT(t1.subdomain_alias_name, '.', t2.alias_name) AS name,\n                t1.subdomain_alias_mount AS mount_point\n            FROM subdomain_alias AS t1\n            JOIN domain_aliasses AS t2 USING(alias_id)\n            WHERE t2.domain_id = :domain_id\n            AND t1.subdomain_alias_status = :status_ok\n            AND t1.subdomain_alias_url_forward = 'no'\n        \",\n        ['domain_id' => $mainDmnProps['domain_id'], 'status_ok' => 'ok']\n    );\n\n    if ($stmt->rowCount()) {\n        $domainsList = array_merge(\n            $domainsList, $stmt->fetchAll(PDO::FETCH_ASSOC)\n        );\n        usort($domainsList, function ($a, $b) {\n            return strnatcmp(decode_idna($a['name']), decode_idna($b['name']));\n        });\n    }\n\n    return $domainsList;\n}\n\n/**\n * Generate page\n *\n * @param $tpl TemplateEngine\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $forwardType = (\n        isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'],\n            ['301', '302', '303', '307', 'proxy'],\n            true\n        )\n    ) ? $_POST['forward_type'] : '302';\n    $forwardHost = ($forwardType == 'proxy' && isset($_POST['forward_host']))\n        ? 'On' : 'Off';\n\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    $tpl->assign([\n        'DOMAIN_ALIAS_NAME'  => isset($_POST['domain_alias_name'])\n            ? tohtml($_POST['domain_alias_name']) : '',\n        'FORWARD_URL_YES'    => isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? ' checked' : '',\n        'FORWARD_URL_NO'     => isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? '' : ' checked',\n        'HTTP_YES'           => isset($_POST['forward_url_scheme'])\n        && $_POST['forward_url_scheme'] == 'http://'\n            ? ' selected' : '',\n        'HTTPS_YES'          => isset($_POST['forward_url_scheme'])\n        && $_POST['forward_url_scheme'] == 'https://'\n            ? ' selected' : '',\n        'FORWARD_URL'        => isset($_POST['forward_url'])\n            ? tohtml($_POST['forward_url']) : '',\n        'FORWARD_TYPE_301'   => $forwardType == '301' ? ' checked' : '',\n        'FORWARD_TYPE_302'   => $forwardType == '302' ? ' checked' : '',\n        'FORWARD_TYPE_303'   => $forwardType == '303' ? ' checked' : '',\n        'FORWARD_TYPE_307'   => $forwardType == '307' ? ' checked' : '',\n        'FORWARD_TYPE_PROXY' => $forwardType == 'proxy' ? ' checked' : '',\n        'FORWARD_HOST'       => $forwardHost == 'On' ? ' checked' : '',\n        'WILDCARD_ALIAS_YES' => $wildcardAlias == 'yes' ? ' checked' : '',\n        'WILDCARD_ALIAS_NO'  => $wildcardAlias == 'no' ? ' checked' : ''\n    ]);\n\n    $domainList = getDomainsList();\n\n    if (!empty($domainList)) {\n        $tpl->assign([\n            'SHARED_MOUNT_POINT_YES' => isset($_POST['shared_mount_point'])\n            && $_POST['shared_mount_point'] == 'yes'\n                ? ' checked' : '',\n            'SHARED_MOUNT_POINT_NO'  => isset($_POST['shared_mount_point'])\n            && $_POST['shared_mount_point'] == 'yes'\n                ? '' : ' checked',\n        ]);\n\n        foreach ($domainList as $domain) {\n            $tpl->assign([\n                'DOMAIN_NAME'                        => tohtml($domain['name'], 'htmlAttr'),\n                'DOMAIN_NAME_UNICODE'                => tohtml(decode_idna($domain['name'])),\n                'SHARED_MOUNT_POINT_DOMAIN_SELECTED' => isset($_POST['shared_mount_point_domain'])\n                && $_POST['shared_mount_point_domain'] == $domain['name']\n                    ? ' selected' : ''\n            ]);\n            $tpl->parse('SHARED_MOUNT_POINT_DOMAIN', '.shared_mount_point_domain');\n        }\n    } else {\n        $tpl->assign('SHARED_MOUNT_POINT_OPTION_JS', '');\n        $tpl->assign('SHARED_MOUNT_POINT_OPTION', '');\n    }\n}\n\n/**\n * Add new domain alias\n *\n * @return bool TRUE on success, FALSE on failure\n */\nfunction addDomainAlias()\n{\n    global $mainDmnProps;\n\n    // Basic check\n    if (empty($_POST['domain_alias_name'])) {\n        set_page_message(tr('You must enter a domain alias name.'), 'error');\n        return false;\n    }\n\n    $domainAliasName = mb_strtolower(clean_input($_POST['domain_alias_name']));\n\n    // www is considered as an alias of the domain alias\n    while (strpos($domainAliasName, 'www.') === 0) {\n        $domainAliasName = substr($domainAliasName, 4);\n    }\n\n    // Check for domain alias name syntax\n    global $dmnNameValidationErrMsg;\n    if (!isValidDomainName($domainAliasName)) {\n        set_page_message($dmnNameValidationErrMsg, 'error');\n        return false;\n    }\n\n    // Check for domain alias existence\n    if (imscp_domain_exists($domainAliasName, $_SESSION['user_created_by'])) {\n        set_page_message(\n            tohtml(tr('Domain %s is unavailable.', $domainAliasName)),\n            'error'\n        );\n        return false;\n    }\n\n    $domainAliasNameAscii = encode_idna($domainAliasName);\n\n    // Set default mount point\n    $mountPoint = \"/$domainAliasNameAscii\";\n\n    // Check for shared mount point option\n    if (isset($_POST['shared_mount_point'])\n        && $_POST['shared_mount_point'] == 'yes'\n    ) {\n        // We are safe here\n        if (!isset($_POST['shared_mount_point_domain'])) {\n            showBadRequestErrorPage();\n        }\n\n        $sharedMountPointDomain = clean_input(\n            $_POST['shared_mount_point_domain']\n        );\n        $domainList = getDomainsList();\n\n        if (!empty($domainList)) {\n            // Get shared mount point\n            foreach ($domainList as $domain) {\n                if ($domain['name'] == $sharedMountPointDomain) {\n                    $mountPoint = $domain['mount_point'];\n                }\n            }\n        } else {\n            showBadRequestErrorPage();\n        }\n    }\n\n    // Default values\n    $documentRoot = '/htdocs';\n    $forwardUrl = 'no';\n    $forwardType = NULL;\n    $forwardHost = 'Off';\n\n    // Check for URL forwarding option\n    if (isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n        && isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true\n        )\n    ) {\n        if (!isset($_POST['forward_url_scheme'])\n            || !isset($_POST['forward_url'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $forwardUrl = clean_input($_POST['forward_url_scheme'])\n            . clean_input($_POST['forward_url']);\n        $forwardType = clean_input($_POST['forward_type']);\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        try {\n            try {\n                $uri = UriRedirect::fromString($forwardUrl);\n            } catch (UriException $e) {\n                throw new Exception(tr('Forward URL %s is not valid.', $forwardUrl));\n            }\n\n            // Normalize URI host\n            $uri->setHost(encode_idna(mb_strtolower($uri->getHost())));\n            // Normalize URI path\n            $uri->setPath(rtrim(utils_normalizePath($uri->getPath()), '/') . '/');\n\n            if ($uri->getHost() == $domainAliasNameAscii\n                && ($uri->getPath() == '/'\n                    && in_array($uri->getPort(), ['', 80, 443])\n                )\n            ) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl) . ' ' .\n                    tr(\n                        'Domain alias %s cannot be forwarded on itself.',\n                        $domainAliasName\n                    )\n                );\n            }\n\n            if ($forwardType == 'proxy') {\n                $port = $uri->getPort();\n                if ($port && $port < 1025) {\n                    throw new Exception(tohtml(\n                        tr('Unallowed port in forward URL. Only ports above 1024 are allowed.')\n                    ));\n                }\n            }\n\n            $forwardUrl = $uri->getUri();\n        } catch (Exception $e) {\n            set_page_message(tohtml($e->getMessage()), 'error');\n            return false;\n        }\n    }\n\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    # See http://youtrack.i-mscp.net/issue/IP-1486\n    $isSuUser = isset($_SESSION['logged_from_type']);\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onBeforeAddDomainAlias,\n            [\n                'domainId'        => $mainDmnProps['domain_id'],\n                'domainAliasName' => $domainAliasNameAscii,\n                'mountPoint'      => $mountPoint,\n                'documentRoot'    => $documentRoot,\n                'forwardUrl'      => $forwardUrl,\n                'forwardType'     => $forwardType,\n                'forwardHost'     => $forwardHost,\n                'wildcardAlias'   => $wildcardAlias\n            ]\n        );\n\n        exec_query(\n            '\n                INSERT INTO domain_aliasses (\n                    domain_id, alias_name, alias_mount, alias_document_root,\n                    alias_status, alias_ip_id, url_forward, type_forward,\n                    host_forward, wildcard_alias\n                ) VALUES (\n                    ?, ?, ?, ?, ?, ?, ?, ?, ?, ?\n                )\n            ',\n            [\n                $mainDmnProps['domain_id'], $domainAliasNameAscii, $mountPoint,\n                $documentRoot, $isSuUser ? 'toadd' : 'ordered',\n                $mainDmnProps['domain_ip_id'], $forwardUrl, $forwardType,\n                $forwardHost, $wildcardAlias\n            ]\n        );\n\n        $id = $db->insertId();\n\n        // Create the phpini entry for that domain alias\n        $phpini = PhpEditor::getInstance();\n        // Load reseller PHP permissions\n        $phpini->loadResellerPermissions($_SESSION['user_created_by']);\n        // Load client PHP permissions\n        $phpini->loadClientPermissions($_SESSION['user_id']);\n        // Load main domain PHP configuration options\n        $phpini->loadDomainIni($_SESSION['user_id'], $mainDmnProps['domain_id'], 'dmn');\n        $phpini->saveDomainIni($_SESSION['user_id'], $id, 'als');\n\n        if ($isSuUser) {\n            $cfg = Registry::get('config');\n\n            if ($cfg['CREATE_DEFAULT_EMAIL_ADDRESSES']) {\n                createDefaultMailAccounts(\n                    $mainDmnProps['domain_id'],\n                    AuthService::getInstance()->getIdentity()->email,\n                    $domainAliasNameAscii,\n                    MT_ALIAS_FORWARD,\n                    $id\n                );\n            }\n        }\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onAfterAddDomainAlias,\n            [\n                'domainId'        => $mainDmnProps['domain_id'],\n                'domainAliasName' => $domainAliasNameAscii,\n                'domainAliasId'   => $id,\n                'mountPoint'      => $mountPoint,\n                'documentRoot'    => $documentRoot,\n                'forwardUrl'      => $forwardUrl,\n                'forwardType'     => $forwardType,\n                'forwardHost'     => $forwardHost,\n                'wildcardAlias'   => $wildcardAlias\n            ]\n        );\n\n        $db->commit();\n\n        if ($isSuUser) {\n            send_request();\n            write_log(\n                sprintf(\n                    'A new domain alias (%s) has been created by %s',\n                    $domainAliasName,\n                    $_SESSION['user_logged']\n                ),\n                E_USER_NOTICE\n            );\n            set_page_message(\n                tohtml(tr('Domain alias successfully created.')),\n                'success'\n            );\n        } else {\n            send_alias_order_email($domainAliasName);\n            write_log(\n                sprintf(\n                    'A new domain alias (%s) has been ordered by %s',\n                    $domainAliasName,\n                    $_SESSION['user_logged']\n                ),\n                E_USER_NOTICE\n            );\n            set_page_message(\n                tohtml(tr('Domain alias successfully ordered.')),\n                'success'\n            );\n        }\n    } catch (Exception $e) {\n        $db->rollBack();\n        write_log(\n            sprintf(\n                'System was unable to create the %s domain alias: %s',\n                $domainAliasName,\n                $e->getMessage()\n            ),\n            E_USER_ERROR\n        );\n        set_page_message(\n            tohtml(tr('Could not create domain alias. An unexpected error occurred.')),\n            'error'\n        );\n        return false;\n    }\n\n    return true;\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('domain_aliases') or showBadRequestErrorPage();\n\n$mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n$domainAliasesCount = get_customer_domain_aliases_count(\n    $mainDmnProps['domain_id']\n);\n\nif ($mainDmnProps['domain_alias_limit'] != 0\n    && $domainAliasesCount >= $mainDmnProps['domain_alias_limit']\n) {\n    set_page_message(\n        tohtml(tr('You have reached the maximum number of domain aliases allowed by your subscription.')),\n        'warning'\n    );\n    redirectTo('domains_manage.php');\n}\n\nif (!empty($_POST) && addDomainAlias()) {\n    redirectTo('domains_manage.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                       => 'shared/layouts/ui.tpl',\n    'page'                         => 'client/alias_add.tpl',\n    'page_message'                 => 'layout',\n    'shared_mount_point_option_js' => 'page',\n    'shared_mount_point_option'    => 'page',\n    'shared_mount_point_domain'    => 'shared_mount_point_option'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tohtml(tr('Client / Domains / Add Domain Alias')),\n    'TR_DOMAIN_ALIAS'               => tohtml(tr('Domain alias')),\n    'TR_DOMAIN_ALIAS_NAME'          => tohtml(tr('Domain alias name')),\n    'TR_SHARED_MOUNT_POINT'         => tohtml(tr('Shared mount point')),\n    'TR_SHARED_MOUNT_POINT_TOOLTIP' => tohtml(tr('Allows to share the mount point of another domain.'), 'htmlAttr'),\n    'TR_URL_FORWARDING'             => tohtml(tr('URL forwarding')),\n    'TR_URL_FORWARDING_TOOLTIP'     => tohtml(tr('Allows to forward any request made to this domain to a specific URL.'), 'htmlAttr'),\n    'TR_FORWARD_TO_URL'             => tohtml(tr('Forward to URL')),\n    'TR_YES'                        => tohtml(tr('Yes')),\n    'TR_NO'                         => tohtml(tr('No')),\n    'TR_HTTP'                       => tohtml('http://'),\n    'TR_HTTPS'                      => tohtml('https://'),\n    'TR_FORWARD_TYPE'               => tohtml(tr('Forward type')),\n    'TR_301'                        => tohtml('301'),\n    'TR_302'                        => tohtml('302'),\n    'TR_303'                        => tohtml('303'),\n    'TR_307'                        => tohtml('307'),\n    'TR_PROXY'                      => tohtml('PROXY'),\n    'TR_PROXY_PRESERVE_HOST'        => tohtml(tr('Preserve Host')),\n    'TR_WILDCARD_ALIAS_TOOLTIP'     => tohtml(tr(\"If enabled, a wildcard alias entry such as '*.domain.tld' will be added in the Web server configuration. This option is most suitable for software that provide multisite feature such as the Wordpress CMS. Be aware that the control panel won't check for possible conflicts with subdomains.\"), 'htmlAttr'),\n    'TR_WILDCARD_ALIAS'             => tohtml(tr('Wildcard alias')),\n    'TR_ADD'                        => tohtml(tr('Add'), 'htmlAttr'),\n    'TR_CANCEL'                     => tohtml(tr('Cancel'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/alias_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('domain_aliases') || !isset($_GET['id'])) {\n    showBadRequestErrorPage();\n}\n\n$id = intval($_GET['id']);\n\n$stmt = exec_query(\n    '\n        SELECT t1.domain_id, t1.alias_name, t1.alias_mount\n        FROM domain_aliasses AS t1\n        JOIN domain AS t2 USING(domain_id)\n        WHERE t1.alias_id = ?\n        AND t2.domain_admin_id = ?\n    ',\n    [$id, $_SESSION['user_id']]\n);\n\nif ($stmt->rowCount()) {\n    $row = $stmt->fetchRow();\n    deleteDomainAlias($_SESSION['user_id'], $row['domain_id'], $id, $row['alias_name'], $row['alias_mount']);\n    redirectTo('domains_manage.php');\n}\n\nshowBadRequestErrorPage();\n"
  },
  {
    "path": "gui/public/client/alias_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Uri\\UriException;\nuse iMSCP\\Uri\\UriRedirect;\nuse iMSCP\\VirtualFileSystem;\n\n/**\n * Get domain alias data\n *\n * @access private\n * @param int $domainAliasId Subdomain unique identifier\n * @return array|bool Domain alias data or FALSE on error\n */\nfunction _client_getAliasData($domainAliasId)\n{\n    static $domainAliasData = NULL;\n\n    if (NULL !== $domainAliasData) {\n        return $domainAliasData;\n    }\n\n    $stmt = exec_query(\n        '\n            SELECT alias_name, alias_mount, alias_document_root, url_forward,\n                type_forward, host_forward, wildcard_alias\n            FROM domain_aliasses\n            WHERE alias_id = ?\n            AND domain_id = ?\n            AND alias_status = ?\n        ',\n        [$domainAliasId, get_user_domain_id($_SESSION['user_id']), 'ok']\n    );\n\n    if (!$stmt->rowCount()) {\n        return false;\n    }\n\n    $domainAliasData = $stmt->fetchRow();\n    $domainAliasData['alias_name_utf8'] = decode_idna(\n        $domainAliasData['alias_name']\n    );\n    return $domainAliasData;\n}\n\n/**\n * Generate page\n *\n * @param $tpl TemplateEngine\n * @return void\n */\nfunction client_generatePage(TemplateEngine $tpl)\n{\n    if (!isset($_GET['id'])) {\n        showBadRequestErrorPage();\n    }\n\n    $domainAliasId = intval($_GET['id']);\n    $domainAliasData = _client_getAliasData($domainAliasId);\n    if ($domainAliasData === false) {\n        showBadRequestErrorPage();\n    }\n\n    $forwardHost = 'Off';\n\n    if (empty($_POST)) {\n        $documentRoot = strpos(\n            $domainAliasData['alias_document_root'], '/htdocs'\n        ) !== false ? substr($domainAliasData['alias_document_root'], 7) : '';\n\n        if ($domainAliasData['url_forward'] != 'no') {\n            $urlForwarding = true;\n            $uri = UriRedirect::fromString($domainAliasData['url_forward']);\n            $uri->setHost(decode_idna($uri->getHost()));\n            $forwardUrlScheme = $uri->getScheme() . '://';\n            $forwardUrl = substr($uri->getUri(), strlen($forwardUrlScheme));\n            $forwardType = $domainAliasData['type_forward'];\n            $forwardHost = $domainAliasData['host_forward'];\n        } else {\n            $urlForwarding = false;\n            $forwardUrlScheme = 'http';\n            $forwardUrl = '';\n            $forwardType = '302';\n        }\n\n        $wildcardAlias = $domainAliasData['wildcard_alias'];\n    } else {\n        $documentRoot = isset($_POST['document_root'])\n            ? $_POST['document_root'] : '';\n        $urlForwarding = isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? true : false;\n        $forwardUrlScheme = isset($_POST['forward_url_scheme'])\n            ? $_POST['forward_url_scheme'] : 'http://';\n        $forwardUrl = isset($_POST['forward_url'])\n            ? $_POST['forward_url'] : '';\n        $forwardType = isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'],\n            ['301', '302', '303', '307', 'proxy'],\n            true\n        )\n            ? $_POST['forward_type'] : '302';\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        $wildcardAlias = isset($_POST['wildcard_alias'])\n        && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n            ? $_POST['wildcard_alias'] : 0;\n    }\n\n    $tpl->assign([\n        'DOMAIN_ALIAS_ID'    => tohtml($domainAliasId, 'htmlAttr'),\n        'DOMAIN_ALIAS_NAME'  => tohtml($domainAliasData['alias_name_utf8'], 'htmlAttr'),\n        'DOCUMENT_ROOT'      => tohtml($documentRoot, 'htmlAttr'),\n        'FORWARD_URL_YES'    => $urlForwarding ? ' checked' : '',\n        'FORWARD_URL_NO'     => $urlForwarding ? '' : ' checked',\n        'HTTP_YES'           => $forwardUrlScheme == 'http://'\n            ? ' selected' : '',\n        'HTTPS_YES'          => $forwardUrlScheme == 'https://'\n            ? ' selected' : '',\n        'FORWARD_URL'        => tohtml($forwardUrl, 'htmlAttr'),\n        'FORWARD_TYPE_301'   => $forwardType == '301' ? ' checked' : '',\n        'FORWARD_TYPE_302'   => $forwardType == '302' ? ' checked' : '',\n        'FORWARD_TYPE_303'   => $forwardType == '303' ? ' checked' : '',\n        'FORWARD_TYPE_307'   => $forwardType == '307' ? ' checked' : '',\n        'FORWARD_TYPE_PROXY' => $forwardType == 'proxy' ? ' checked' : '',\n        'FORWARD_HOST'       => $forwardHost == 'On' ? ' checked' : '',\n        'WILDCARD_ALIAS_YES' => $wildcardAlias == 'yes' ? ' checked' : '',\n        'WILDCARD_ALIAS_NO'  => $wildcardAlias == 'no' ? ' checked' : ''\n    ]);\n\n    // Cover the case where URL forwarding feature is activated and that the\n    // default /htdocs directory doesn't exists yet\n    if ($domainAliasData['url_forward'] != 'no') {\n        $vfs = new VirtualFileSystem(\n            $_SESSION['user_logged'], $domainAliasData['alias_mount']\n        );\n\n        if (!$vfs->exists('/htdocs', VirtualFileSystem::VFS_TYPE_DIR)) {\n            $tpl->assign('DOCUMENT_ROOT_BLOC', '');\n            return;\n        }\n    }\n\n    # Set parameters for the FTP chooser\n    $_SESSION['ftp_chooser_domain_id'] = get_user_domain_id(\n        $_SESSION['user_id']\n    );\n    $_SESSION['ftp_chooser_user'] = $_SESSION['user_logged'];\n    $_SESSION['ftp_chooser_root_dir'] = utils_normalizePath(\n        $domainAliasData['alias_mount'] . '/htdocs'\n    );\n    $_SESSION['ftp_chooser_hidden_dirs'] = [];\n    $_SESSION['ftp_chooser_unselectable_dirs'] = [];\n}\n\n/**\n * Edit domain alias\n *\n * @return bool TRUE on success, FALSE on failure\n */\nfunction client_editDomainAlias()\n{\n    if (!isset($_GET['id'])) {\n        showBadRequestErrorPage();\n    }\n\n    $domainAliasId = intval($_GET['id']);\n    $domainAliasData = _client_getAliasData($domainAliasId);\n\n    if ($domainAliasData === false) {\n        showBadRequestErrorPage();\n    }\n\n    // Default values\n    $documentRoot = $domainAliasData['alias_document_root'];\n    $forwardUrl = 'no';\n    $forwardType = NULL;\n    $forwardHost = 'Off';\n\n    // Check for URL forwarding option\n    if (isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n        && isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true\n        )\n    ) {\n        if (!isset($_POST['forward_url_scheme'])\n            || !isset($_POST['forward_url'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $forwardUrl = clean_input($_POST['forward_url_scheme'])\n            . clean_input($_POST['forward_url']);\n        $forwardType = clean_input($_POST['forward_type']);\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        try {\n            try {\n                $uri = UriRedirect::fromString($forwardUrl);\n            } catch (UriException $e) {\n                throw new Exception(tohtml(\n                    tr('Forward URL %s is not valid.', $forwardUrl)\n                ));\n            }\n\n            // Normalize URI host\n            $uri->setHost(encode_idna(mb_strtolower($uri->getHost())));\n            // Normalize URI path\n            $uri->setPath(rtrim(utils_normalizePath($uri->getPath()), '/') . '/');\n\n            if ($uri->getHost() == $domainAliasData['alias_name']\n                && ($uri->getPath() == '/' && in_array($uri->getPort(), ['', 80, 443]))\n            ) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl) . ' ' .\n                    tr(\n                        'Domain alias %s cannot be forwarded on itself.',\n                        $domainAliasData['alias_name_utf8']\n                    )\n                );\n            }\n\n            if ($forwardType == 'proxy') {\n                $port = $uri->getPort();\n                if ($port && $port < 1025) {\n                    throw new Exception(tohtml(\n                        tr('Unallowed port in forward URL. Only ports above 1024 are allowed.')\n                    ));\n                }\n            }\n\n            $forwardUrl = $uri->getUri();\n        } catch (Exception $e) {\n            set_page_message(tohtml($e->getMessage()), 'error');\n            return false;\n        }\n    } elseif (isset($_POST['document_root'])) {\n        // Check for alternative DocumentRoot option\n        $documentRoot = utils_normalizePath('/' . clean_input($_POST['document_root']));\n\n        if ($documentRoot !== '') {\n            $vfs = new VirtualFileSystem(\n                $_SESSION['user_logged'],\n                $domainAliasData['alias_mount'] . '/htdocs'\n            );\n\n            if ($documentRoot !== '/'\n                && !$vfs->exists($documentRoot, VirtualFileSystem::VFS_TYPE_DIR)\n            ) {\n                set_page_message(\n                    tohtml(tr('The new document root must pre-exists inside the /htdocs directory.')),\n                    'error'\n                );\n                return false;\n            }\n        }\n\n        $documentRoot = utils_normalizePath('/htdocs' . $documentRoot);\n    }\n\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onBeforeEditDomainAlias,\n        [\n            'domainAliasId' => $domainAliasId,\n            'mountPoint'    => $domainAliasData['alias_mount'],\n            'documentRoot'  => $documentRoot,\n            'forwardUrl'    => $forwardUrl,\n            'forwardType'   => $forwardType,\n            'forwardHost'   => $forwardHost,\n            'wildcardAlias' => $wildcardAlias\n        ]\n    );\n\n    exec_query(\n        '\n          UPDATE domain_aliasses\n          SET alias_document_root = ?, url_forward = ?, type_forward = ?,\n            host_forward = ?, wildcard_alias = ?, alias_status = ?\n          WHERE alias_id = ?\n        ',\n        [\n            $documentRoot, $forwardUrl, $forwardType, $forwardHost,\n            $wildcardAlias, 'tochange', $domainAliasId\n        ]\n    );\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onAfterEditDomainAlias,\n        [\n            'domainAliasId' => $domainAliasId,\n            'mountPoint'    => $domainAliasData['alias_mount'],\n            'documentRoot'  => $documentRoot,\n            'forwardUrl'    => $forwardUrl,\n            'forwardType'   => $forwardType,\n            'forwardHost'   => $forwardHost,\n            'wildcardAlias' => $wildcardAlias\n        ]\n    );\n\n    send_request();\n    write_log(\n        sprintf(\n            '%s updated properties of the %s domain alias',\n            $_SESSION['user_logged'],\n            $domainAliasData['alias_name_utf8']\n        ),\n        E_USER_NOTICE\n    );\n    return true;\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('domain_aliases') or showBadRequestErrorPage();\n\nif (!empty($_POST) && client_editDomainAlias()) {\n    set_page_message(tr('Domain alias successfully scheduled for update.'), 'success');\n    redirectTo('domains_manage.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'             => 'shared/layouts/ui.tpl',\n    'page'               => 'client/alias_edit.tpl',\n    'page_message'       => 'layout',\n    'document_root_bloc' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'             => tohtml(tr('Client / Domains / Edit Domain Alias')),\n    'TR_DOMAIN_ALIAS'           => tohtml(tr('Domain alias')),\n    'TR_DOMAIN_ALIAS_NAME'      => tohtml(tr('Domain alias name')),\n    'TR_DOCUMENT_ROOT'          => tohtml(tr('Document root')),\n    'TR_DOCUMENT_ROOT_TOOLTIP'  => tohtml(tr(\"You can set an alternative document root. This is mostly needed when using a PHP framework such as Symfony. Note that the new document root will live inside the default  `/htdocs' document root. Be aware that the directory for the new document root must pre-exist.\"), 'htmlAttr'),\n    'TR_CHOOSE_DIR'             => tohtml(tr('Choose dir')),\n    'TR_URL_FORWARDING'         => tohtml(tr('URL forwarding')),\n    'TR_FORWARD_TO_URL'         => tohtml(tr('Forward to URL')),\n    'TR_URL_FORWARDING_TOOLTIP' => tohtml(tr('Allows to forward any request made to this domain to a specific URL.'), 'htmlAttr'),\n    'TR_YES'                    => tohtml(tr('Yes')),\n    'TR_NO'                     => tohtml(tr('No')),\n    'TR_HTTP'                   => tohtml('http://'),\n    'TR_HTTPS'                  => tohtml('https://'),\n    'TR_FORWARD_TYPE'           => tohtml(tr('Forward type')),\n    'TR_301'                    => tohtml('301'),\n    'TR_302'                    => tohtml('302'),\n    'TR_303'                    => tohtml('303'),\n    'TR_307'                    => tohtml('307'),\n    'TR_PROXY'                  => tohtml('PROXY'),\n    'TR_PROXY_PRESERVE_HOST'    => tohtml(tr('Preserve Host')),\n    'TR_WILDCARD_ALIAS_TOOLTIP' => tohtml(tr(\"If enabled, a wildcard alias entry such as '*.domain.tld' will be added in the Web server configuration. This option is most suitable for software that provide multisite feature such as the Wordpress CMS. Be aware that the control panel won't check for possible conflicts with subdomains.\"), 'htmlAttr'),\n    'TR_WILDCARD_ALIAS'         => tohtml(tr('Wildcard alias')),\n    'TR_UPDATE'                 => tohtml(tr('Update'), 'htmlAttr'),\n    'TR_CANCEL'                 => tohtml(tr('Cancel'))\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $translations = $e->getParam('translations');\n        $translations['core']['close'] = tr('Close');\n        $translations['core']['ftp_directories'] = tr(\n            'Select your own document root'\n        );\n    }\n);\n\ngenerateNavigation($tpl);\nclient_generatePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/alias_order_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('domain_aliases') || !isset($_GET['del_id'])) {\n    showBadRequestErrorPage();\n}\n\n$stmt = exec_query('DELETE FROM domain_aliasses WHERE alias_id = ? AND domain_id = ? AND alias_status = ?', [\n    intval($_GET['del_id']), get_user_domain_id($_SESSION['user_id']), 'ordered'\n]);\n\nif ($stmt->rowCount()) {\n    set_page_message(tr('Order successfully deleted.'), 'success');\n    redirectTo('domains_manage.php');\n}\n\nshowBadRequestErrorPage();\n"
  },
  {
    "path": "gui/public/client/alssub_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('domain_aliases')\n    || !isset($_GET['id'])\n) {\n    showBadRequestErrorPage();\n}\n\ndeleteSubdomainAlias(intval($_GET['id']));\nredirectTo('domains_manage.php');\n"
  },
  {
    "path": "gui/public/client/backup.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Schedule backup restoration.\n *\n * @param int $userId Customer unique identifier\n * @return void\n */\nfunction scheduleBackupRestoration($userId)\n{\n    exec_query(\"UPDATE domain SET domain_status = ? WHERE domain_admin_id = ?\", ['torestore', $userId]);\n    send_request();\n    write_log(sprintf('A backup restore has been scheduled by %s.', $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('Backup has been successfully scheduled for restoration.'), 'success');\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('backup') or showBadRequestErrorPage();\n\nif (!empty($_POST)) {\n    scheduleBackupRestoration($_SESSION['user_id']);\n    redirectTo('backup.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/backup.tpl',\n    'page_message' => 'layout'\n]);\n\n$cfg = Registry::get('config');\n$algo = strtolower($cfg['BACKUP_COMPRESS_ALGORITHM']);\n\nif ($algo == 'no') {\n    $name = 'web-backup-.*-%Y.%m.%d-%H-%M.tar';\n} elseif ($algo == 'gzip' || $algo == 'pigz') {\n    $name = 'web-backup-.*-%Y.%m.%d-%H-%M.tar.gz';\n} elseif ($algo == 'bzip2' || $algo == 'pbzip2') {\n    $name = 'web-backup-.*-%Y.%m.%d-%H-%M.tar.bz2';\n} elseif ($algo == 'lzma') {\n    $name = 'web-backup-.*-%Y.%m.%d-%H-%M.tar.lzma';\n} elseif ($algo == 'xz') {\n    $name = 'web-backup-.*-%Y.%m.%d-%H-%M.tar.xz';\n} else {\n    $name = NULL;\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'         => tr('Client / Webtools / Daily Backup'),\n    'TR_BACKUP'             => tr('Backup'),\n    'TR_DAILY_BACKUP'       => tr('Daily backup'),\n    'TR_DOWNLOAD_DIRECTION' => tr(\"Instructions to download today's backup\"),\n    'TR_FTP_LOG_ON'         => tr('Login with your FTP account'),\n    'TR_SWITCH_TO_BACKUP'   => tr('Switch to the backups directory'),\n    'TR_DOWNLOAD_FILE'      => tr('Download the archives stored in this directory'),\n    'TR_USUALY_NAMED'       => is_null($name) ? '' : tr('(usually named') . ' ' . tohtml($name) . ')',\n    'TR_RESTORE_BACKUP'     => tr('Restore backup'),\n    'TR_RESTORE_DIRECTIONS' => tr('Click the Restore button and the system will restore the last daily backup'),\n    'TR_RESTORE'            => tr('Restore'),\n    'TR_CONFIRM_MESSAGE'    => tr('Are you sure you want to restore the backup?')\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/cert_view.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get domain name\n *\n * @param int $domainId Domain entity unique identifier\n * @param string $domainType Domain entity type to update (dmn|als|sub|alssub)\n * @return string|false Domain name or FALSE if the domain name is not found or not owned by logged-in customer\n */\nfunction _client_getDomainName($domainId, $domainType)\n{\n    static $domainName = NULL;\n\n    if ($domainName === NULL) {\n        switch ($domainType) {\n            case 'dmn':\n                $query = 'SELECT domain_name FROM domain WHERE domain_id = ? AND domain_admin_id = ?';\n                break;\n            case 'als':\n                $query = '\n                    SELECT alias_name AS domain_name FROM domain_aliasses\n                    JOIN domain USING(domain_id)\n                    WHERE alias_id = ?\n                    AND domain_admin_id = ?\n            ';\n                break;\n            case 'sub':\n                $query = \"\n                    SELECT CONCAT(subdomain_name, '.', domain_name) AS domain_name\n                    FROM subdomain\n                    JOIN domain USING(domain_id)\n                    WHERE subdomain_id = ?\n                    AND domain_admin_id = ?\n                \";\n                break;\n            default:\n                $query = \"\n                    SELECT CONCAT(subdomain_alias_name, '.', alias_name) AS domain_name\n                    FROM subdomain_alias\n                    JOIN domain_aliasses USING(alias_id)\n                    JOIN domain USING(domain_id)\n                    WHERE subdomain_alias_id = ?\n                    AND domain_admin_id = ?\n                \";\n        }\n\n        $stmt = exec_query($query, [$domainId, $_SESSION['user_id']]);\n\n        if (!$stmt->rowCount()) {\n            return false;\n        }\n\n        $row = $stmt->fetchRow();\n        $domainName = $row['domain_name'];\n    }\n\n    return $domainName;\n}\n\n/**\n * Update status for the given domain\n *\n * @param int $domainId Domain entity unique identifier\n * @param string $domainType Domain entity type to update (dmn|als|sub|alssub)\n * @return void\n */\nfunction _client_updateDomainStatus($domainId, $domainType)\n{\n    switch ($domainType) {\n        case 'dmn':\n            $query = \"UPDATE domain SET domain_status = 'tochange' WHERE domain_id = ?\";\n            break;\n        case 'als':\n            $query = \"UPDATE domain_aliasses SET alias_status = 'tochange' WHERE alias_id = ?\";\n            break;\n        case 'sub':\n            $query = \"UPDATE subdomain SET subdomain_status = 'tochange' WHERE subdomain_id = ?\";\n            break;\n        default:\n            $query = \"UPDATE subdomain_alias SET subdomain_alias_status = 'tochange' WHERE subdomain_alias_id = ?\";\n    }\n\n    exec_query($query, $domainId);\n}\n\n/**\n * Generate temporary openssl configuration file\n *\n * @param array $data User data\n * @return bool|string Path to generate openssl temporary file, FALSE on failure\n * @throws Zend_Exception\n */\nfunction _client_generateOpenSSLConfFile($data)\n{\n    global $domainType, $domainId;\n\n    $config = Registry::get('config');\n\n    $altNames = <<<'EOF'\nDNS.1 = {DOMAIN_NAME}\nDNS.2 = www.{DOMAIN_NAME}\nEOF;\n\n    if ($domainType == 'dmn') {\n        $altNames .= \"\\nDNS.3 = dmn{DOMAIN_ID}.{BASE_SERVER_VHOST}\\n\";\n    } elseif ($domainType == 'als') {\n        $altNames .= \"\\nDNS.3 = als{DOMAIN_ID}.{BASE_SERVER_VHOST}\\n\";\n    } elseif ($domainType == 'sub') {\n        $altNames .= \"\\nDNS.3 = sub{DOMAIN_ID}.{BASE_SERVER_VHOST}\\n\";\n    } else {\n        $altNames .= \"\\nDNS.3 = alssub{DOMAIN_ID}.{BASE_SERVER_VHOST}\\n\";\n    }\n\n    ini_set('display_errors', 1);\n    $sslTpl = new TemplateEngine();\n    $sslTpl->setRootDir($config['CONF_DIR'] . '/openssl');\n    $sslTpl->define_dynamic('tpl', 'openssl.cnf.tpl');\n    $sslTpl->assign([\n        'COMMON_NAME'       => $data['domain_name'],\n        'EMAIL_ADDRESS'     => $data['email'],\n        'DOMAIN_NAME'       => $data['domain_name'],\n        'ALT_NAMES'         => $altNames,\n        'DOMAIN_ID'         => $domainId,\n        'BASE_SERVER_VHOST' => $config['BASE_SERVER_VHOST']\n    ]);\n    $sslTpl->parse('TPL', 'tpl');\n\n    $opensslConfFile = @tempnam(sys_get_temp_dir(), $_SESSION['user_id'] . '-openssl.cnf');\n    if ($opensslConfFile === false) {\n        write_log('Could not create temporary openssl configuration file.', E_USER_ERROR);\n        return false;\n    }\n\n    register_shutdown_function(function ($file) {\n        @unlink($file);\n    }, $opensslConfFile);\n\n    if (!@file_put_contents($opensslConfFile, $sslTpl->getLastParseResult())) {\n        write_log(sprintf('Could not write in %s openssl temporary configuration file.', $opensslConfFile), E_USER_ERROR);\n        return false;\n    }\n\n    return $opensslConfFile;\n}\n\n/**\n * Generate an self-signed certificate\n *\n * @param string $domainName Domain name\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction client_generateSelfSignedCert($domainName)\n{\n    $stmt = exec_query(\n        'SELECT admin_sys_name, firm, city, state, country, email FROM admin WHERE admin_id = ?', $_SESSION['user_id']\n    );\n\n    if (!$stmt->rowCount()) {\n        return false;\n    }\n\n    $row = $stmt->fetchRow();\n    $row['domain_name'] = $domainName;\n\n    if (!($sslConfigFilePath = _client_generateOpenSSLConfFile($row))) {\n        return false;\n    }\n\n    $distinguishedName = [\n        'countryName'         => 'US', // TODO map of country names to ISO-3166 codes\n        'stateOrProvinceName' => !empty($row['state']) ? $row['state'] : 'N/A',\n        'localityName'        => !empty($row['city']) ? $row['city'] : 'N/A',\n        'organizationName'    => !empty($row['firm']) ? $row['firm'] : 'N/A',\n        'commonName'          => $domainName,\n        'emailAddress'        => $row['email']\n    ];\n\n    $sslConfig = ['config' => $sslConfigFilePath];\n    $csr = @openssl_csr_new($distinguishedName, $pkey, $sslConfig);\n    if (!is_resource($csr)) {\n        write_log(sprintf('Could not generate SSL certificate signing request: %s', openssl_error_string()), E_USER_ERROR);\n        return false;\n    }\n\n    if (@openssl_pkey_export($pkey, $pkeyStr, NULL, $sslConfig) !== true) {\n        write_log(sprintf('Could not export private key: %s', openssl_error_string()), E_USER_ERROR);\n        return false;\n    }\n\n    $cert = @openssl_csr_sign($csr, NULL, $pkeyStr, 365, $sslConfig, (int)($_SESSION['user_id'] . time()));\n    if (!is_resource($cert)) {\n        write_log(sprintf('Could not generate SSL certificate: %s', openssl_error_string()));\n        return false;\n    }\n\n    if (@openssl_x509_export($cert, $certStr) !== true) {\n        write_log(sprintf('Could not export SSL certificate: %s', openssl_error_string()), E_USER_ERROR);\n        return false;\n    }\n\n    openssl_pkey_free($pkey);\n    openssl_x509_free($cert);\n\n    $_POST['passphrase'] = '';\n    $_POST['private_key'] = $pkeyStr;\n    $_POST['certificate'] = $certStr;\n    $_POST['ca_bundle'] = '';\n\n    return true;\n}\n\n/**\n * Add or update an SSL certificate\n *\n * @param int $domainId domain unique identifier\n * @param string $domainType Domain type (dmn|als|sub|alssub)\n * @return void\n */\nfunction client_addSslCert($domainId, $domainType)\n{\n    $config = Registry::get('config');\n    $domainName = _client_getDomainName($domainId, $domainType);\n    $allowHSTS = (isset($_POST['allow_hsts']) && in_array($_POST['allow_hsts'], ['on', 'off'], true))\n        ? $_POST['allow_hsts'] : 'off';\n    $hstsMaxAge = ($allowHSTS == 'on' && isset($_POST['hsts_max_age']) && is_number($_POST['hsts_max_age'])\n        && $_POST['hsts_max_age'] >= 0) ? intval($_POST['hsts_max_age']) : '31536000';\n    $hstsIncludeSubDomains = ($allowHSTS == 'on' && isset($_POST['hsts_include_subdomains'])\n        && in_array($_POST['hsts_include_subdomains'], ['on', 'off'], true))\n        ? $_POST['hsts_include_subdomains'] : 'off';\n    $selfSigned = (isset($_POST['selfsigned']) && $_POST['selfsigned'] === 'on');\n\n    if ($domainName === false) {\n        showBadRequestErrorPage();\n    }\n\n    if ($selfSigned && !client_generateSelfSignedCert($domainName)) {\n        set_page_message(tr('Could not generate SSL certificate. An unexpected error occurred.'), 'error');\n        return;\n    }\n\n    if (!isset($_POST['passphrase'])\n        || !isset($_POST['private_key'])\n        || !isset($_POST['certificate'])\n        || !isset($_POST['ca_bundle'])\n        || !isset($_POST['cert_id'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $passPhrase = clean_input($_POST['passphrase']);\n    $privateKey = clean_input($_POST['private_key']);\n    $certificate = clean_input($_POST['certificate']);\n    $caBundle = clean_input($_POST['ca_bundle']);\n    $certId = intval($_POST['cert_id']);\n\n    if (!$selfSigned) { // Validate SSL certificate (private key, SSL certificate and certificate chain)\n        $privateKey = @openssl_pkey_get_private($privateKey, $passPhrase);\n        if (!is_resource($privateKey)) {\n            set_page_message(tr('Invalid private key or passphrase.'), 'error');\n            return;\n        }\n\n        $certificateStr = $certificate;\n        $certificate = @openssl_x509_read($certificate);\n\n        if (!is_resource($certificate)) {\n            set_page_message(tr('Invalid SSL certificate.'), 'error');\n            return;\n        }\n\n        if (@openssl_x509_check_private_key($certificate, $privateKey) !== true) {\n            set_page_message(tr(\"The private key doesn't belong to the provided SSL certificate.\"), 'error');\n            return;\n        }\n\n        $tmpfname = @tempnam(sys_get_temp_dir(), $_SESSION['user_id'] . 'ssl-ca');\n        if ($tmpfname === false) {\n            write_log('Could not create temporary file for CA bundle.', E_USER_ERROR);\n            set_page_message(tr('Could not add/update SSL certificate. An unexpected error occurred.'), 'error');\n            return;\n        }\n\n        register_shutdown_function(function ($file) {\n            @unlink($file);\n        }, $tmpfname);\n\n        if ($caBundle !== '') {\n            if (@file_put_contents($tmpfname, $caBundle) === false) {\n                write_log('Could not write CA bundle in temporary file.', E_USER_ERROR);\n                set_page_message(tr('Could not add/update SSL certificate. An unexpected error occurred.'), 'error');\n                return;\n            }\n\n            if (@openssl_x509_checkpurpose($certificate, X509_PURPOSE_SSL_SERVER, [$config['DISTRO_CA_BUNDLE']], $tmpfname) !== true) {\n                set_page_message(tr('At least one intermediate certificate is invalid or missing.'), 'error');\n                return;\n            }\n        } else {\n            if (@file_put_contents($tmpfname, $certificateStr) === false) {\n                write_log('Could not write SSL certificate in temporary file.', E_USER_ERROR);\n                set_page_message(tr('Could not add/update SSL certificate. An unexpected error occurred.'), 'error');\n                return;\n            }\n\n            // Note: Here we also add the certificate in the trusted chain to support self-signed certificates\n            if (@openssl_x509_checkpurpose($certificate, X509_PURPOSE_SSL_SERVER, [$config['DISTRO_CA_BUNDLE'], $tmpfname]) !== true) {\n                set_page_message(tr('At least one intermediate certificate is invalid or missing.'), 'error');\n                return;\n            }\n        }\n    }\n\n    // Preparing data for insertion in database\n    if (!$selfSigned) {\n        if (@openssl_pkey_export($privateKey, $privateKeyStr) === false) {\n            write_log('Could not export private key.', E_USER_ERROR);\n            set_page_message(tr('Could not add/update SSL certificate. An unexpected error occurred.'), 'error');\n            return;\n        }\n\n        @openssl_pkey_free($privateKey);\n        if (@openssl_x509_export($certificate, $certificateStr) === false) {\n            write_log('Could not export SSL certificate.', E_USER_ERROR);\n            set_page_message(tr('Could not add/update SSL certificate. An unexpected error occurred.'), 'error');\n            return;\n        }\n\n        @openssl_x509_free($certificate);\n        $caBundleStr = str_replace(\"\\r\\n\", \"\\n\", $caBundle);\n    } else {\n        $privateKeyStr = $privateKey;\n        $certificateStr = $certificate;\n        $caBundleStr = $caBundle;\n    }\n\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        if ($certId == 0) { // Add new certificate\n            exec_query(\n                \"\n                    INSERT INTO ssl_certs (\n                        domain_id, domain_type, private_key, certificate, ca_bundle, allow_hsts, hsts_max_age,\n                        hsts_include_subdomains, status\n                    ) VALUES (\n                        ?, ?, ?, ?, ?, ?, ?, ?, 'toadd'\n                    )\n                \",\n                [\n                    $domainId, $domainType, $privateKeyStr, $certificateStr, $caBundleStr, $allowHSTS,\n                    $hstsMaxAge, $hstsIncludeSubDomains\n                ]\n            );\n        } else { // Update existing certificate\n            exec_query(\n                \"\n                    UPDATE ssl_certs SET private_key = ?, certificate = ?, ca_bundle = ?, allow_hsts = ?,\n                        hsts_max_age = ?, hsts_include_subdomains = ?, status = 'tochange'\n                    WHERE cert_id = ?\n                    AND domain_id = ?\n                    AND domain_type = ?\n                \",\n                [\n                    $privateKeyStr, $certificateStr, $caBundleStr, $allowHSTS, $hstsMaxAge, $hstsIncludeSubDomains,\n                    $certId, $domainId, $domainType\n                ]\n            );\n        }\n\n        _client_updateDomainStatus($domainId, $domainType);\n\n        $db->commit();\n\n        send_request();\n\n        if ($certId == 0) {\n            set_page_message(tr('SSL certificate successfully scheduled for addition.'), 'success');\n            write_log(sprintf('%s added a new SSL certificate for the %s domain', $_SESSION['user_logged'], decode_idna($domainName)), E_USER_NOTICE);\n        } else {\n            set_page_message(tr('SSL certificate successfully scheduled for update.'), 'success');\n            write_log(sprintf('%s updated an SSL certificate for the %s domain', $_SESSION['user_logged'], $domainName), E_USER_NOTICE);\n        }\n\n        redirectTo(\"cert_view.php?domain_id=$domainId&domain_type=$domainType\");\n    } catch (Exception $e) {\n        $db->rollBack();\n        write_log('Unable to add/update SSL certificate in database', E_USER_ERROR);\n        set_page_message(tr('An unexpected error occurred. Please contact your reseller.'), 'error');\n    }\n}\n\n/**\n * Delete an SSL certificate\n *\n * @param int $domainId domain unique identifier\n * @param string $domainType Domain type (dmn, als, sub, alssub)\n * @return void\n */\nfunction client_deleteSslCert($domainId, $domainType)\n{\n    $domainName = _client_getDomainName($domainId, $domainType);\n\n    if ($domainName === false) {\n        showBadRequestErrorPage();\n    }\n\n    if (!isset($_POST['cert_id'])) {\n        showBadRequestErrorPage();\n    }\n\n    $certId = intval($_POST['cert_id']);\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        exec_query(\"UPDATE ssl_certs SET status = 'todelete' WHERE cert_id = ? AND domain_id = ? AND domain_type = ?\", [\n            $certId, $domainId, $domainType\n        ]);\n\n        _client_updateDomainStatus($domainId, $domainType);\n\n        $db->commit();\n\n        send_request();\n        set_page_message(tr('SSL certificate successfully scheduled for deletion.'), 'success');\n        write_log(sprintf('%s deleted SSL certificate for the %s domain.', $_SESSION['user_logged'], decode_idna($domainName)), E_USER_NOTICE);\n        redirectTo('domains_manage.php');\n    } catch (Exception $e) {\n        $db->rollBack();\n        write_log(sprintf('Could not export SSL certificate: %s', $e->getMessage()), E_USER_ERROR);\n        set_page_message(tr('Could not delete SSL certificate. An unexpected error occurred.'), 'error');\n    }\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @param int $domainId Domain entity unique identifier\n * @param string $domainType Domain entity type\n * @return void\n */\nfunction client_generatePage(TemplateEngine $tpl, $domainId, $domainType)\n{\n    $domainName = _client_getDomainName($domainId, $domainType);\n\n    if ($domainName === false) {\n        showBadRequestErrorPage();\n    }\n\n    $stmt = exec_query('SELECT * FROM ssl_certs WHERE domain_id = ? AND domain_type = ?', [$domainId, $domainType]);\n\n    if ($stmt->rowCount()) {\n        $row = $stmt->fetchRow();\n        $dynTitle = (customerHasFeature('ssl') && $row['status'] == 'ok')\n            ? tr('Edit SSL certificate') : tr('Show SSL certificate');\n        $certId = $row['cert_id'];\n        $privateKey = tohtml($row['private_key']);\n        $certificate = tohtml($row['certificate']);\n        $caBundle = tohtml($row['ca_bundle']);\n        $allowHSTS = ($row['allow_hsts'] == 'on');\n        $hstsMaxAge = $row['hsts_max_age'];\n        $hstsIncludeSubDomains = ($row['hsts_include_subdomains'] == 'on');\n        $trAction = tr('Update');\n        $status = $row['status'];\n        $tpl->assign('STATUS', in_array($status, ['toadd', 'tochange', 'todelete', 'ok'])\n            ? translate_dmn_status($status) : '<span style=\"color: red;font-weight: bold\">' . $status . \"</span>\"\n        );\n    } elseif (customerHasFeature('ssl')) {\n        $dynTitle = tr('Add SSL certificate');\n        $trAction = tr('Add');\n        $certId = '0';\n        $privateKey = '';\n        $certificate = '';\n        $caBundle = '';\n        $allowHSTS = false;\n        $hstsMaxAge = '31536000';\n        $hstsIncludeSubDomains = false;\n        $tpl->assign([\n            'SSL_CERTIFICATE_STATUS'        => '',\n            'SSL_CERTIFICATE_ACTION_DELETE' => ''\n        ]);\n    } else {\n        set_page_message('SSL feature is currently disabled.', 'static_warning');\n        redirectTo('domains_manage.php');\n        return;\n    }\n\n    if (customerHasFeature('ssl') && isset($_POST['cert_id']) && isset($_POST['private_key'])\n        && isset($_POST['certificate']) && isset($_POST['ca_bundle'])\n    ) {\n        $certId = $_POST['cert_id'];\n        $privateKey = $_POST['private_key'];\n        $certificate = $_POST['certificate'];\n        $caBundle = $_POST['ca_bundle'];\n        $allowHSTS = (isset($_POST['allow_hsts']) && $_POST['allow_hsts'] === 'on');\n        $hstsMaxAge = ($allowHSTS && isset($_POST['hsts_max_age']) && is_number($_POST['hsts_max_age'])\n            && $_POST['hsts_max_age'] >= 0) ? intval($_POST['hsts_max_age']) : '31536000';\n        $hstsIncludeSubDomains = ($allowHSTS && isset($_POST['hsts_include_subdomains'])\n            && $_POST['hsts_include_subdomains'] === 'on');\n    }\n\n    $tpl->assign([\n        'TR_DYNAMIC_TITLE'           => $dynTitle,\n        'DOMAIN_NAME'                => tohtml(decode_idna($domainName)),\n        'HSTS_CHECKED_ON'            => $allowHSTS ? ' checked' : '',\n        'HSTS_CHECKED_OFF'           => !$allowHSTS ? ' checked' : '',\n        'HSTS_MAX_AGE'               => tohtml($hstsMaxAge, 'htmlAttr'),\n        'HSTS_INCLUDE_SUBDOMAIN_ON'  => $hstsIncludeSubDomains ? ' checked' : '',\n        'HSTS_INCLUDE_SUBDOMAIN_OFF' => !$hstsIncludeSubDomains ? ' checked' : '',\n        'KEY_CERT'                   => tohtml(trim($privateKey)),\n        'CERTIFICATE'                => tohtml(trim($certificate)),\n        'CA_BUNDLE'                  => tohtml(trim($caBundle)),\n        'CERT_ID'                    => tohtml($certId),\n        'TR_ACTION'                  => tohtml($trAction, 'htmlAttr'),\n        'TR_YES'                     => tr('Yes'),\n        'TR_NO'                      => tr('No')\n    ]);\n\n    if (!customerHasFeature('ssl')\n        || (isset($status) && in_array($status, ['toadd', 'tochange', 'todelete']))\n    ) {\n        $tpl->assign('SSL_CERTIFICATE_ACTIONS', '');\n\n        if (!customerHasFeature('ssl')) {\n            set_page_message(tr('SSL feature is not available. You can only view your certificate.'), 'static_warning');\n        }\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                  => 'shared/layouts/ui.tpl',\n    'page'                    => 'client/cert_view.tpl',\n    'page_message'            => 'layout',\n    'ssl_certificate_status'  => 'page',\n    'ssl_certificate_actions' => 'page'\n]);\n\nif (!isset($_GET['domain_id']) || !isset($_GET['domain_type']) ||\n    !in_array($_GET['domain_type'], ['dmn', 'als', 'sub', 'alssub'])\n) {\n    showBadRequestErrorPage();\n}\n\n$domainId = intval($_GET['domain_id']);\n$domainType = clean_input($_GET['domain_type']);\n\nif (customerHasFeature('ssl') && !empty($_POST)) {\n    if (isset($_POST['add_update'])) {\n        client_addSslCert($domainId, $domainType);\n    } elseif (isset($_POST['delete'])) {\n        client_deleteSslCert($domainId, $domainType);\n    } else {\n        showBadRequestErrorPage();\n    }\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'                      => tohtml(tr('Client / Domains / SSL Certificate')),\n    'TR_CERTIFICATE_DATA'                => tohtml(tr('Certificate data')),\n    'TR_CERT_FOR'                        => tohtml(tr('Common name')),\n    'TR_STATUS'                          => tohtml(tr('Status')),\n    'TR_ALLOW_HSTS'                      => tohtml(tr('HSTS (HTTP Strict Transport Security)')),\n    'TR_HSTS_MAX_AGE'                    => tohtml(tr('HSTS max-age directive value')),\n    'TR_SEC'                             => tohtml(tr('Sec.')),\n    'TR_HSTS_INCLUDE_SUBDOMAINS'         => tohtml(tr('HSTS includeSubDomains directive')),\n    'TR_HSTS_INCLUDE_SUBDOMAINS_TOOLTIP' => tohtml(tr(\"You should enable this directive only if all subdomains of this domain are served through SSL. Note that even if you add this directive, this will not automatically activate the HSTS feature for the subdomains of this domain.\"), 'htmlAttr'),\n    'TR_GENERATE_SELFSIGNED_CERTIFICAT'  => tohtml(tr('Generate a self-signed certificate')),\n    'TR_PASSWORD'                        => tohtml(tr('Private key passphrase if any')),\n    'TR_PRIVATE_KEY'                     => tohtml(tr('Private key')),\n    'TR_CERTIFICATE'                     => tohtml(tr('Certificate')),\n    'TR_CA_BUNDLE'                       => tohtml(tr('Intermediate certificate(s)')),\n    'TR_DELETE'                          => tohtml(tr('Delete')),\n    'TR_CANCEL'                          => tohtml(tr('Cancel')),\n    'DOMAIN_ID'                          => tohtml($domainId),\n    'DOMAIN_TYPE'                        => tohtml($domainType)\n]);\n\ngenerateNavigation($tpl);\nclient_generatePage($tpl, $domainId, $domainType);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/change_user_interface.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!isset($_SESSION['logged_from'])\n    || !isset($_SESSION['logged_from_id'])\n    || !isset($_GET['action'])\n    || $_GET['action'] != 'go_back'\n) {\n    showBadRequestErrorPage();\n}\n\nchange_user_interface($_SESSION['user_id'], $_SESSION['logged_from_id']);\n"
  },
  {
    "path": "gui/public/client/dns_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\nrequire_once 'dns_edit.php';\n"
  },
  {
    "path": "gui/public/client/dns_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('custom_dns_records') || !isset($_GET['id'])) {\n    showBadRequestErrorPage();\n}\n\nEventAggregator::getInstance()->dispatch(Events::onBeforeDeleteCustomDNSrecord, [\n    'id' => $dnsRecordId\n]);\n\n$dnsRecordId = intval($_GET['id']);\n$stmt = exec_query(\n    \"\n      UPDATE domain_dns\n      JOIN domain USING(domain_id)\n      SET domain_dns_status = ?\n      WHERE domain_dns_id = ?\n      AND domain_admin_id = ?\n      AND owned_by = 'custom_dns_feature'\n      AND domain_dns_status NOT IN('toadd', 'tochange', 'todelete')\n    \",\n    ['todelete', $dnsRecordId, $_SESSION['user_id']]\n);\n\nif (!$stmt->rowCount()) {\n    showBadRequestErrorPage();\n}\n\nEventAggregator::getInstance()->dispatch(Events::onAfterDeleteCustomDNSrecord, [\n    'id' => $dnsRecordId\n]);\n\nsend_request();\nwrite_log(sprintf('%s scheduled deletion of a custom DNS record', $_SESSION['user_logged']), E_USER_NOTICE);\nset_page_message(tr('Custom DNS record successfully scheduled for deletion.'), 'success');\nredirectTo('domains_manage.php');\n"
  },
  {
    "path": "gui/public/client/dns_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n * PhpUnused\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get quoted and unquoted strings from the given string\n *\n * @param $string String to be parsed\n * @return array Array containing arrays of quoted and unquoted strings\n * TODO: TO be improved as current version is ugly\n */\nfunction getQuotedAndUnquotedStrings($string)\n{\n    $string = trim(str_replace([\"\\r\\n\", \"\\n\", \"\\r\"], ' ', $string));\n    $quotedStrings = $unquotedStrings = [];\n    $unquotedIdx = 0;\n    $escaped = $afterQuoted = false;\n\n    for ($i = 0, $length = strlen($string); $i < $length; $i++) {\n        if ($afterQuoted && $string[$i] == ' ') continue;\n\n        if (!$escaped && $string[$i] == '\"') {\n            $quotedString = '';\n\n            while (isset($string[++$i]) && ($escaped || $string[$i] != '\"')) {\n                $quotedString .= $string[$i];\n                $escaped = $string[$i] == '\\\\';\n            }\n\n            if (isset($string[$i])) {\n                if ($quotedString != '') {\n                    $quotedStrings[] = $quotedString;\n                }\n\n                $afterQuoted = true;\n            } else {\n                $afterQuoted = false;\n                $unquotedStrings[] = '\"' . $quotedString;\n            }\n\n            $unquotedIdx++;\n            $escaped = false;\n            continue;\n        }\n\n        $afterQuoted = false;\n        $escaped = $string[$i] == '\\\\';\n\n        if (isset($unquotedStrings[$unquotedIdx])) {\n            $unquotedStrings[$unquotedIdx] .= $string[$i];\n        } else {\n            $unquotedStrings[$unquotedIdx] = $string[$i];\n        }\n    }\n\n    return [$quotedStrings, $unquotedStrings];\n}\n\n/**\n * Get value for the given POST variable\n *\n * @param string $varname POST variable name\n * @param string $defaultValue Default value\n * @return string\n */\nfunction client_getPost($varname, $defaultValue = '')\n{\n    return isset($_POST[$varname]) ? clean_input($_POST[$varname]) : $defaultValue;\n}\n\n/**\n * Is the given name in conflict with existent CNAME\n *\n * Cover the following cases:\n *  - CNAME and other data\n *  - CNAME RRs singleton\n *\n * @param string $rrName Name\n * @param string $rrType Type\n * @param bool $isNewRecord\n * @param string &$errorString Reference to error string\n * @return bool TRUE if a conflict is found, FALSE otherwise\n */\nfunction hasConflict($rrName, $rrType, $isNewRecord, &$errorString)\n{\n    $resolver = new Net_DNS2_Resolver(['nameservers' => ['127.0.0.1']]);\n\n    try {\n        /** @var Net_DNS2_Packet_Response $response */\n        $response = $resolver->query($rrName, 'CNAME');\n\n        if (empty($response->answer)\n            || (!$isNewRecord && $rrType == 'CNAME' && $rrName == $response->answer[0]->name)\n        ) {\n            return false;\n        }\n\n        $errorString = tr(\"Conflict with the `%s' DNS resource record.\", $response->answer[0]);\n        return true;\n    } catch (Net_DNS2_Exception $e) {\n        // In case of failure, we just go ahead.\n    }\n\n    return false;\n}\n\n/**\n * Validate name for a DNS resource record\n *\n * - As per RFC 1034: Names that are not host names can consist of any printable\n *   ASCII character\n * - AS per RFC 4871: All DKIM keys are stored in a subdomain named\n *   \"_domainkey\" ...\n *\n * @param string $name Name\n * @param string &$errorString Error string\n * @return bool TRUE if name is valid, FALSE otherwise\n */\nfunction client_validate_NAME($name, &$errorString)\n{\n    if ($name === '') {\n        $errorString .= tr('The %s field cannot be empty.', tr('Name'));\n        return false;\n    }\n\n\n    if (strpos($name, '_') == 0) {\n        $name = substr($name, 1);\n    }\n\n    if (strpos($name, '*.') == 0) {\n        $name = substr($name, 2);\n    }\n\n    if (!isValidDomainName($name)) {\n        $errorString .= tr('Invalid field: %s', tr('Name'));\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Validate canonical name for a CNAME DNS resource record\n *\n * @param string $cname Cname\n * @param string &$errorString Error string\n * @return bool TRUE if cname is valid, FALSE otherwise\n */\nfunction client_validate_CNAME($cname, &$errorString)\n{\n    if ($cname === '') {\n        $errorString .= tr('The %s field cannot be empty.', tr('Canonical name'));\n        return false;\n    }\n\n    // As per RFC 1034: Names that are not host names can consist of any printable ASCII character\n    // AS per RFC 4871: All DKIM keys are stored in a subdomain named \"_domainkey\" ...\n    // Here we remove any underscore to pass hostname validation\n    if (!isValidDomainName(str_replace('_', '', $cname))) {\n        $errorString .= tr('Invalid field: %s', tr('Canonical name'));\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Validate IP address a A DNS resource record\n *\n * @param string $ip IPv4 address\n * @param string &$errorString Error string\n * @return bool\n */\nfunction client_validate_A($ip, &$errorString)\n{\n    if ($ip === '') {\n        $errorString .= tr('The %s field cannot be empty.', tr('IP address'));\n        return false;\n    }\n\n    if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4) === false) {\n        $errorString .= tr('Invalid field: %s', tr('IP address'));\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Validate IP address for a AAAA DNS resource record\n *\n * @param string $ip IPv6 address\n * @param string &$errorString Reference to variable, which contain error string\n * @return bool TRUE if the record is valid, FALSE otherwise\n */\nfunction client_validate_AAAA($ip, &$errorString)\n{\n    if ($ip === '') {\n        $errorString .= tr('The %s field cannot be empty.', tr('IPv6 address'));\n        return false;\n    }\n\n    if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6) === false) {\n        $errorString .= tr('Invalid field: %s', tr('IPv6 address'));\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Validate hostname for a MX DNS resource record\n *\n * @param string $pref MX preference\n * @param string $host MX host\n * @param string &$errorString Reference to variable, which contain error string\n * @return bool TRUE if the record is valid, FALSE otherwise\n */\nfunction client_validate_MX($pref, $host, &$errorString)\n{\n    if (!is_number($pref) || $pref > 65535) {\n        showBadRequestErrorPage();\n    }\n\n    if ($host === '') {\n        $errorString .= tr('The %s field cannot be empty.', tr('Host'));\n        return false;\n    }\n\n    if (!isValidDomainName($host)) {\n        $errorString .= tr('Invalid field: %s', tr('Host'));\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Validate hostname for a NS DNS resource record\n *\n * @param string $host MX host\n * @param string &$errorString Reference to variable, which contain error string\n * @return bool TRUE if the record is valid, FALSE otherwise\n */\nfunction client_validate_NS($host, &$errorString)\n{\n    if ($host === '') {\n        $errorString .= tr('The %s field cannot be empty.', tr('Host'));\n        return false;\n    }\n\n    if (!isValidDomainName($host)) {\n        $errorString .= tr('Invalid field: %s', tr('Host'));\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Validate and format SPF/TXT DNS resource record\n *\n * @param string $data DNS record data\n * @param string &$errorString Reference to variable, which contain error string\n * @return bool TRUE if the record is valid, FALSE otherwise\n */\nfunction client_validateAndFormat_TXT(&$data, &$errorString)\n{\n    $data = trim($data, \"\\t\\n\\r\\0\\x0B\\x28\\x29\");\n\n    if ($data === '') {\n        $errorString .= tr(\"The '%s' field cannot be empty.\", tr('Data'));\n        return false;\n    }\n\n    if (!preg_match('/^[[:print:]\\s]+$/', $data)) {\n        $errorString .= tr(\n            \"Invalid character found in the '%s' field. Only printable ASCII characters and line breaks are allowed.\", tr('Data')\n        );\n        return false;\n    }\n\n    list($quotedStrings, $unquotedStrings) = getQuotedAndUnquotedStrings($data);\n\n    if (!empty($quotedStrings) && !empty($unquotedStrings)) {\n        $errorString .= tr('The %s field cannot have both unquoted strings and quoted strings.', tr('Data'));\n        return false;\n    }\n\n    if (!empty($unquotedStrings)) {\n        foreach ($unquotedStrings as $unquotedString) {\n            if (preg_match('/(?<!\\\\\\\\)(?:\\\\\\\\{2})*\\K\"/', $unquotedString)) {\n                $errorString .= tr(\n                    \"Unescaped quote found in '%s' field. A quote that is not a string delimiter must be escaped.\",\n                    tr('Data')\n                );\n                return false;\n            }\n        }\n    }\n\n    $data = join('', empty($quotedStrings) ? $unquotedStrings : $quotedStrings);\n\n    // Split <character-string> into several <character-string>s when\n    // <character-string> is longer than 255 bytes (excluding delimiters).\n    // See: https://tools.ietf.org/html/rfc4408#section-3.1.3\n    if (strlen($data) > 255) {\n        $quotedStrings = [];\n\n        for ($i = 0; $length = strlen($data), $i < $length; $i += 255) {\n            $quotedStrings[] = '\"' . substr($data, $i, 255) . '\"';\n        }\n\n        $data = join(' ', $quotedStrings);\n    } else {\n        $data = '\"' . $data . '\"';\n    }\n\n    return true;\n}\n\n/**\n * Validate SRV DNS record\n *\n * @param string $srvName Service name\n * @param string $proto Protocol\n * @param string $priority Priority\n * @param string $weight Weight\n * @param int $port Port\n * @param string $host Target host\n * @param string $errorString Error string\n * @return bool\n */\nfunction client_validate_SRV($srvName, $proto, $priority, $weight, $port, $host, &$errorString)\n{\n    if ($srvName === '') {\n        $errorString .= tr('The %s field cannot be empty.', tr('Service name'));\n        return false;\n    }\n\n    if (!preg_match('/^_[a-z0-9]+/i', $srvName)) {\n        $errorString .= tr('Invalid field: %s', tr('Service name'));\n        return false;\n    }\n\n    if (!in_array($proto, ['udp', 'tcp', 'tls'])) {\n        showBadRequestErrorPage();\n    }\n\n    if (!is_number($priority) || $priority > 65535) {\n        showBadRequestErrorPage();\n    }\n\n    if (!is_number($weight) || $weight > 65535) {\n        showBadRequestErrorPage();\n    }\n\n    if ($port === '') {\n        $errorString .= tr('The %s field cannot be empty.', tr('Target port'));\n        return false;\n    }\n\n    if (!is_number($port)) {\n        $errorString .= tr('Target port must be a number.');\n        return false;\n    }\n\n    if ($host === '') {\n        $errorString .= tr('The %s field cannot be empty.', tr('Host'));\n        return false;\n    }\n\n    if (!isValidDomainName($host)) {\n        $errorString .= tr('Invalid field: %s', tr('Host'));\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Validate TTL for a DNS resource record\n *\n * @param int $ttl TTL value\n * @return int TTL\n */\nfunction client_validate_TTL($ttl)\n{\n    if (!is_number($ttl) || $ttl < 60 || $ttl > 2147483647) {\n        showBadRequestErrorPage();\n    }\n\n    return $ttl;\n}\n\n/**\n * Create HTML option elements\n *\n * @param array $data Options data\n * @param null|string $value\n * @return string\n */\nfunction client_create_options($data, $value = NULL)\n{\n    $options = \"\\n\";\n    reset($data);\n\n    foreach ($data as $item) {\n        $options .= \"\\t\\t\\t\\t\\t\" . '<option value=\"' . $item . '\"' . ($item == $value ? ' selected' : '') . '>' . $item . \"</option>\\n\";\n    }\n\n    return $options;\n}\n\n/**\n * Decode DNS record data\n *\n * @param array|null $data DNS record data or NULL\n * @return array\n */\nfunction client_decodeDnsRecordData($data)\n{\n    $ipv4 = $ipv6 = $srvName = $srvProto = $cname = $txt = $name = $dnsTTL = $srvTargetPort = $srvTargetHost = '';\n    $ownedBy = 'custom_dns_feature';\n\n    $srvPrio = 0; // Default priority for SRV records\n    $srvWeight = 0; // Default weight for SRV records\n    $ttl = 3600; // Default TTL (1 hour)\n\n    if (is_array($data)) {\n        # Extract name and ttl field for any record type excepted SRV record\n        if ($data['domain_type'] != 'SRV'\n            && preg_match('/^(?P<name>([^\\s]+))(?:\\s+(?P<ttl>\\d+))?/', $data['domain_dns'], $matches)\n        ) {\n            $name = $matches['name'];\n            $ttl = isset($matches['ttl']) ? $matches['ttl'] : $ttl;\n        }\n\n        $ownedBy = $data['owned_by'];\n\n        switch ($data['domain_type']) {\n            case 'A':\n                $ipv4 = $data['domain_text'];\n                break;\n            case 'AAAA':\n                $ipv6 = $data['domain_text'];\n                break;\n            case 'CNAME':\n                $cname = $data['domain_text'];\n                break;\n            case 'MX':\n                # Extract priority and host fields\n                if (preg_match('/^(?P<pref>\\d+)\\s+(?P<host>[^\\s]+)/', $data['domain_text'], $matches)) {\n                    $srvPrio = $matches['pref'];\n                    $srvTargetHost = $matches['host'];\n                }\n                break;\n            case 'NS':\n                $srvTargetHost = $data['domain_text'];\n                break;\n            case 'SRV':\n                # Extract service name, protocol name, owner name and ttl fields\n                if (preg_match(\n                    '/^(?P<srvname>_[^\\s.]+)\\.(?P<proto>_[^\\s.]+)\\.(?P<name>[^\\s]+)\\s+(?P<ttl>\\d+)/',\n                    $data['domain_dns'],\n                    $matches\n                )) {\n                    $srvName = $matches['srvname'];\n                    $srvProto = $matches['proto'];\n                    $name = $matches['name'];\n                    $ttl = $matches['ttl'];\n                }\n\n                # Extract priority, weight, port and target fields\n                if (preg_match(\n                    '/^(?P<prio>\\d+)\\s+(?P<weight>\\d+)\\s(?P<port>\\d+)\\s+(?P<host>[^\\s]+)/',\n                    $data['domain_text'],\n                    $matches\n                )) {\n                    $srvPrio = $matches['prio'];\n                    $srvWeight = $matches['weight'];\n                    $srvTargetPort = $matches['port'];\n                    $srvTargetHost = $matches['host'];\n                }\n                break;\n            default:\n                $txt = $data['domain_text'];\n        }\n    }\n\n    return [\n        $name, $ipv4, $ipv6, $srvName, $srvProto, $ttl, $srvPrio, $srvWeight, $srvTargetPort, $srvTargetHost, $cname,\n        $txt, $ownedBy\n    ];\n}\n\n/**\n * Check and save DNS record\n *\n * @param int $dnsRecordId DNS record unique identifier (0 for new record)\n * @return bool\n */\nfunction client_saveDnsRecord($dnsRecordId)\n{\n    $error = false;\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n    $mainDmnId = $mainDmnProps['domain_id'];\n    $errorString = '';\n    $dnsRecordClass = client_getPost('class');\n\n    if ($dnsRecordId == 0) {\n        $dnsRecordType = client_getPost('type');\n\n        if ($dnsRecordClass != 'IN'\n            || !in_array($dnsRecordType, ['A', 'AAAA', 'CNAME', 'MX', 'NS', 'SPF', 'SRV', 'TXT'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        if (client_getPost('zone_id') == 0) {\n            $domainName = $mainDmnProps['domain_name'];\n            $domainId = 0;\n        } else {\n            $stmt = exec_query(\n                'SELECT alias_id, alias_name FROM domain_aliasses WHERE alias_id = ? AND domain_id = ?',\n                [intval($_POST['zone_id']), $mainDmnId]\n            );\n\n            if (!$stmt->rowCount()) {\n                showBadRequestErrorPage();\n            }\n\n            $row = $stmt->fetchRow();\n            $domainName = $row['alias_name'];\n            $domainId = $row['alias_id'];\n        }\n    } else {\n        $stmt = exec_query(\n            '\n                SELECT t1.*, IFNULL(t3.alias_name, t2.domain_name) AS domain_name,\n                    IFNULL(t3.alias_status, t2.domain_status) AS domain_status\n                FROM domain_dns AS t1\n                LEFT JOIN domain AS t2 USING(domain_id)\n                LEFT JOIN domain_aliasses AS t3 USING (alias_id)\n                WHERE domain_dns_id = ?\n                AND t1.domain_id = ?\n            ',\n            [$dnsRecordId, $mainDmnId]\n        );\n\n        if (!$stmt->rowCount()) {\n            showBadRequestErrorPage();\n        }\n\n        $row = $stmt->fetchRow();\n\n        if ($row['owned_by'] != 'custom_dns_feature') {\n            showBadRequestErrorPage();\n        }\n\n        $domainId = $row['alias_id'] ? $row['alias_id'] : $row['domain_id'];\n        $domainName = $row['domain_name'];\n        $dnsRecordType = $row['domain_type'];\n    }\n\n    $nameValidationError = '';\n    $dnsRecordName = mb_strtolower(client_getPost('dns_name'));\n    $ttl = client_validate_TTL(client_getPost('dns_ttl')); // Raise a bad request error page on invalid TTL\n\n    // Substitute @ sign and blank with $ORIGIN\n    if ($dnsRecordName === '@' || $dnsRecordName === '') {\n        $dnsRecordName = $domainName . '.';\n    } // No fully-qualified name, complete it\n    elseif ($dnsRecordName != '' && substr($dnsRecordName, -1) !== '.') {\n        $dnsRecordName .= '.' . $domainName . '.';\n    }\n\n    // Convert to punycode representation\n    $dnsRecordName = encode_idna($dnsRecordName);\n\n    # Disallow out-of-zone record\n    if ($dnsRecordName !== '' && !preg_match(\"/(?:.*?\\\\.)?$domainName\\\\.$/\", $dnsRecordName)) {\n        set_page_message(tr(\"Couldn't validate DNS resource record: %s\", 'out-of-zone data'), 'error');\n        $error = true;\n    } else {\n        // Remove trailing dot for validation process (will be re-added after)\n        $dnsRecordName = rtrim($dnsRecordName, '.');\n        if (!client_validate_NAME($dnsRecordName, $nameValidationError)) {\n            set_page_message(tr(\"Couldn't validate DNS resource record: %s\", $nameValidationError), 'error');\n            $error = true;\n        }\n    }\n\n    if ($error) {\n        return false;\n    }\n\n    switch ($dnsRecordType) {\n        case 'A':\n            $dnsRecordData = client_getPost('dns_A_address');\n\n            // Process validation\n            if (!client_validate_A($dnsRecordData, $errorString)) {\n                set_page_message(tr(\"Couldn't validate DNS resource record: %s\", $errorString), 'error');\n                $error = true;\n            }\n            break;\n        case 'AAAA':\n            $dnsRecordData = client_getPost('dns_AAAA_address');\n\n            // Process validation\n            if (!client_validate_AAAA($dnsRecordData, $errorString)) {\n                set_page_message(tr(\"Couldn't validate DNS resource record: %s\", $errorString), 'error');\n                $error = true;\n            }\n            break;\n        case 'CNAME':\n            $dnsRecordData = mb_strtolower(client_getPost('dns_cname'));\n\n            // Not a fully-qualified canonical name; append $ORIGIN to it\n            if ($dnsRecordData !== ''\n                && substr($dnsRecordData, -1) !== '.'\n            ) {\n                $dnsRecordData .= '.' . $domainName;\n            }\n\n            // Remove trailing dot for validation process (will be re-added after)\n            $dnsRecordData = rtrim($dnsRecordData, '.');\n\n            // Convert to punycode representation\n            $dnsRecordData = encode_idna($dnsRecordData);\n\n            // Process validation\n            if (!client_validate_CNAME($dnsRecordData, $errorString)) {\n                set_page_message(tr(\"Couldn't validate DNS resource record: %s\", $errorString), 'error');\n                $error = true;\n            }\n\n            $dnsRecordData .= '.';\n            break;\n        case'MX':\n            $pref = client_getPost('dns_srv_prio');\n            $host = mb_strtolower(client_getPost('dns_srv_host'));\n\n            // Not a fully-qualified host; append $ORIGIN to it\n            if ($host !== '' && substr($host, -1) !== '.') {\n                $host .= '.' . $domainName;\n            }\n\n            // Remove trailing dot for validation process (will be re-added after)\n            $host = rtrim($host, '.');\n\n            // Convert to punycode representation\n            $host = encode_idna($host);\n\n            // Process validation\n            if (!client_validate_MX($pref, $host, $errorString)) {\n                set_page_message(tr(\"Couldn't validate DNS resource record: %s\", $errorString), 'error');\n                $error = true;\n            }\n\n            $dnsRecordData = sprintf('%d %s.', $pref, $host);\n            break;\n        case 'NS';\n            $host = mb_strtolower(client_getPost('dns_srv_host'));\n\n            // Not a fully-qualified host; append $ORIGIN to it\n            if ($host !== '' && substr($host, -1) !== '.') {\n                $host .= '.' . $domainName;\n            }\n\n            // Remove trailing dot for validation process (will be re-added after)\n            $host = rtrim($host, '.');\n\n            // Convert to punycode representation\n            $host = encode_idna($host);\n\n            // Process validation\n            if (!client_validate_NS($host, $errorString)) {\n                set_page_message(tr(\"Couldn't validate DNS resource record: %s\", $errorString), 'error');\n                $error = true;\n            } elseif ($dnsRecordName == $domainName) {\n                set_page_message(\n                    tr(\"Couldn't validate DNS resource record: %s\",\n                        tr('NS DNS resource records are only allowed for subzone delegation.')\n                    ),\n                    'error'\n                );\n                $error = true;\n            }\n\n            $dnsRecordData = $host . '.';\n            break;\n        case 'SRV':\n            $srvName = mb_strtolower(client_getPost('dns_srv_name'));\n            $srvProto = client_getPost('srv_proto');\n            $srvPrio = client_getPost('dns_srv_prio');\n            $srvWeight = client_getPost('dns_srv_weight');\n            $srvPort = client_getPost('dns_srv_port');\n            $srvTarget = mb_strtolower(client_getPost('dns_srv_host'));\n\n            // Not a fully-qualified target host; append $ORIGIN to it\n            if ($srvTarget != '' && substr($srvTarget, -1) !== '.') {\n                $srvTarget .= '.' . $domainName;\n            }\n\n            // Remove trailing dot for validation process (will be re-added after)\n            $srvTarget = rtrim($srvTarget, '.');\n\n            // Convert to punycode representation\n            $srvTarget = encode_idna($srvTarget);\n\n            // Process validation\n            if (!client_validate_SRV($srvName, $srvProto, $srvPrio, $srvWeight, $srvPort, $srvTarget, $errorString)) {\n                set_page_message(tr(\"Couldn't validate DNS resource record: %s\", $errorString), 'error');\n                $error = true;\n            }\n\n            $dnsRecordName = sprintf('%s._%s.%s', $srvName, $srvProto, $dnsRecordName);\n            $dnsRecordData = sprintf('%d %d %d %s.', $srvPrio, $srvWeight, $srvPort, $srvTarget);\n            break;\n        case 'SPF':\n        case 'TXT':\n            $dnsRecordData = client_getPost('dns_txt_data');\n\n            // Process validation and formatting\n            if (!client_validateAndFormat_TXT($dnsRecordData, $errorString)) {\n                set_page_message(tr(\"Couldn't validate DNS resource record: %s\", $errorString), 'error');\n                $error = true;\n            }\n\n            break;\n        default :\n            showBadRequestErrorPage();\n            exit;\n    }\n\n    if ($error) {\n        return false;\n    }\n\n    // Check for conflict with existent CNAME\n    // Check removed because it prevent user to override default CNAME record\n    // See 10_named_override_default_rr.pl listener file\n    //if (hasConflict($dnsRecordName, $dnsRecordType, ($dnsRecordId > 0) ? false : true, $errorString)) {\n    //    set_page_message(tr(\"Couldn't validate DNS resource record: %s\", $errorString), 'error');\n    //    $error = true;\n    //}\n\n    //if ($error) {\n    //    return false;\n    //}\n\n    $dnsRecordName .= '.'; // Add trailing dot\n    $dnsRecordName .= \"\\t$ttl\"; // Add TTL\n\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        if (!$dnsRecordId) {\n            EventAggregator::getInstance()->dispatch(Events::onBeforeAddCustomDNSrecord, [\n                'domainId' => $mainDmnId,\n                'aliasId'  => $domainId,\n                'name'     => $dnsRecordName,\n                'class'    => $dnsRecordClass,\n                'type'     => $dnsRecordType,\n                'data'     => $dnsRecordData\n            ]);\n\n            exec_query(\n                '\n                  INSERT INTO domain_dns (\n                    domain_id, alias_id, domain_dns, domain_class, domain_type, domain_text, owned_by, domain_dns_status\n                  ) VALUES (\n                   ?, ?, ?, ?, ?, ?, ?, ?\n                  )\n                ',\n                [\n                    $mainDmnId, $domainId, $dnsRecordName, $dnsRecordClass, $dnsRecordType, $dnsRecordData,\n                    'custom_dns_feature', 'toadd'\n                ]\n            );\n\n            EventAggregator::getInstance()->dispatch(Events::onAfterAddCustomDNSrecord, [\n                'id'       => $db->insertId(),\n                'domainId' => $mainDmnId,\n                'aliasId'  => $domainId,\n                'name'     => $dnsRecordName,\n                'class'    => $dnsRecordClass,\n                'type'     => $dnsRecordType,\n                'data'     => $dnsRecordData\n            ]);\n        } else {\n            EventAggregator::getInstance()->dispatch(Events::onBeforeEditCustomDNSrecord, [\n                'id'       => $dnsRecordId,\n                'domainId' => $mainDmnId,\n                'aliasId'  => $domainId,\n                'name'     => $dnsRecordName,\n                'class'    => $dnsRecordClass,\n                'type'     => $dnsRecordType,\n                'data'     => $dnsRecordData\n            ]);\n\n            exec_query(\n                '\n                  UPDATE domain_dns\n                  SET domain_dns = ?, domain_class = ?, domain_type = ?, domain_text = ?, domain_dns_status = ?\n                  WHERE domain_dns_id = ?\n                ',\n                [$dnsRecordName, $dnsRecordClass, $dnsRecordType, $dnsRecordData, 'tochange', $dnsRecordId]\n            );\n\n            // Also update status of any DNS resource record with error\n            // Not needed as the CustomDNS module select all records, except those with\n            # 'todisable', 'todelete' and 'disabled' status\n            /*exec_query(\n                \"\n                  UPDATE domain_dns\n                  SET domain_dns_status = 'tochange'\n                  WHERE domain_id = ?\n                  AND domain_dns_status NOT IN('ok', 'toadd', 'tochange', 'todelete')\n                \",\n                $mainDmnId\n            );\n            */\n\n            EventAggregator::getInstance()->dispatch(Events::onAfterEditCustomDNSrecord, [\n                'id'       => $dnsRecordId,\n                'domainId' => $mainDmnId,\n                'aliasId'  => $domainId,\n                'name'     => $dnsRecordName,\n                'class'    => $dnsRecordClass,\n                'type'     => $dnsRecordType,\n                'data'     => $dnsRecordData\n            ]);\n        }\n\n        $db->commit();\n        send_request();\n        write_log(\n            sprintf(\n                'DNS resource record has been scheduled for %s by %s',\n                ($dnsRecordId) ? tr('update') : tr('addition'),\n                $_SESSION['user_logged']\n            ),\n            E_USER_NOTICE\n        );\n    } catch (Exception $e) {\n        $db->rollBack();\n        if ($e->getCode() == 23000) { // Duplicate entries\n            set_page_message(tr('DNS record already exist.'), 'error');\n            return false;\n        }\n\n        throw $e;\n    }\n\n    return true;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @param int $dnsRecordId DNS record unique identifier (0 for new record)\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, $dnsRecordId)\n{\n    $mainDomainId = get_user_domain_id($_SESSION['user_id']);\n\n    // Add DNS record\n    if ($dnsRecordId == 0) {\n        $stmt = exec_query(\n            \"\n                SELECT '0' AS domain_id, domain_name FROM domain WHERE domain_id = ?\n                UNION\n                SELECT alias_id AS domain_id, alias_name AS domain_name FROM domain_aliasses\n                WHERE domain_id = ? AND alias_status <> ?\n            \",\n            [$mainDomainId, $mainDomainId, 'ordered']\n        );\n\n        $domainId = client_getPost('zone_id', '0');\n        $selectOptions = \"\\n\";\n\n        while ($data = $stmt->fetchRow()) {\n            $selectOptions .= \"\\t\\t\\t\\t\\t\" . '<option value=\"' . $data['domain_id'] . '\"' .\n                ($data['domain_id'] == $domainId ? ' selected' : '') . '>' . decode_idna($data['domain_name'])\n                . \"</option>\\n\";\n        }\n\n        $tpl->assign([\n            'ORIGIN'             => '',\n            'SELECT_ZONES'       => $selectOptions,\n            'SELECT_ZONES_ATTRS' => '',\n            'DNS_TYPE_DISABLED'  => ''\n        ]);\n    } // Edit DNS record\n    else {\n        $stmt = exec_query('SELECT * FROM `domain_dns` WHERE `domain_dns_id` = ? AND `domain_id` = ?', [\n            $dnsRecordId, $mainDomainId\n        ]);\n\n        if (!$stmt->rowCount()) {\n            showBadRequestErrorPage();\n        }\n\n        $data = $stmt->fetchRow();\n\n        if ($data['alias_id'] == 0) {\n            $origin = exec_query('SELECT domain_name FROM domain WHERE domain_id = ?', [$mainDomainId])->fetchRow(PDO::FETCH_COLUMN);\n        } else {\n            $origin = exec_query(\"SELECT alias_name FROM domain_aliasses WHERE alias_id = ?\", [$data['alias_id']])->fetchRow(PDO::FETCH_COLUMN);\n        }\n\n        $idnaOrigin = decode_idna($origin);\n        $tpl->assign([\n            'ADD_RECORD_JS'      => '',\n            'SELECT_ZONES'       => \"\\t\\t\\t\\t\\t<option value=\\\"{$data['domain_id']}\\\" selected >\" . $idnaOrigin . \"</option>\\n\",\n            'SELECT_ZONES_ATTRS' => ' disabled readonly',\n            'TR_ZONE_HELP'       => tohtml($idnaOrigin),\n            'ORIGIN'             => tohtml($origin),\n            'DNS_TYPE_DISABLED'  => ' disabled'\n        ]);\n    }\n\n    list($name, $ipv4, $ipv6, $srvName, $srvProto, $srvTTL, $srvPriority, $srvWeight, $srvTargetPort, $srvTargetHost,\n        $cname, $txt, $ownedBy) = client_decodeDnsRecordData($data);\n\n    if ($ownedBy != 'custom_dns_feature') {\n        showBadRequestErrorPage();\n    }\n\n    $dnsTypes = client_create_options(\n        ['A', 'AAAA', 'SRV', 'CNAME', 'MX', 'NS', 'SPF', 'TXT'],\n        client_getPost('type', $data['domain_type'])\n    );\n    $dnsClasses = client_create_options(['IN'], client_getPost('class', $data['domain_class']));\n    $tpl->assign([\n        'ID'                      => tohtml($dnsRecordId),\n        'DNS_SRV_NAME'            => tohtml(client_getPost('dns_srv_name', $srvName)),\n        'SELECT_DNS_SRV_PROTOCOL' => client_create_options(['tcp', 'udp', 'tls'], client_getPost('srv_proto', $srvProto)),\n        'DNS_NAME'                => tohtml(client_getPost('dns_name', $name)),\n        'DNS_TTL'                 => tohtml(client_getPost('dns_ttl', $srvTTL)),\n        'SELECT_DNS_TYPE'         => $dnsTypes,\n        'SELECT_DNS_CLASS'        => $dnsClasses,\n        'DNS_ADDRESS'             => tohtml(client_getPost('dns_A_address', $ipv4)),\n        'DNS_ADDRESS_V6'          => tohtml(client_getPost('dns_AAAA_address', $ipv6)),\n        'DNS_SRV_PRIO'            => tohtml(client_getPost('dns_srv_prio', $srvPriority)),\n        'DNS_SRV_WEIGHT'          => tohtml(client_getPost('dns_srv_weight', $srvWeight)),\n        'DNS_SRV_PORT'            => tohtml(client_getPost('dns_srv_port', $srvTargetPort)),\n        'DNS_SRV_HOST'            => tohtml(client_getPost('dns_srv_host', $srvTargetHost)),\n        'DNS_CNAME'               => tohtml(client_getPost('dns_cname', $cname)),\n        'DNS_TXT_DATA'            => tohtml(client_getPost('dns_txt_data', $txt))\n    ]);\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('custom_dns_records') or showBadRequestErrorPage();\n\n$dnsRecordId = isset($_GET['id']) ? intval($_GET['id']) : 0;\n\nif (!empty($_POST)) {\n    if (client_saveDnsRecord($dnsRecordId)) {\n        if ($dnsRecordId > 0) {\n            set_page_message(tr('DNS resource record scheduled for update.'), 'success');\n        } else {\n            set_page_message(tr('DNS resource record scheduled for addition.'), 'success');\n        }\n\n        redirectTo('domains_manage.php');\n    }\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'        => 'shared/layouts/ui.tpl',\n    'page'          => 'client/dns_edit.tpl',\n    'page_message'  => 'layout',\n    'add_record_js' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'        => ($dnsRecordId > 0)\n        ? tohtml(tr('Client / Domain / Edit DNS resource record'))\n        : tohtml(tr('Client / Domains / Add DNS resource record')),\n    'ACTION_MODE'          => ($dnsRecordId > 0) ? 'dns_edit.php?id={ID}' : 'dns_add.php',\n    'TR_CUSTOM_DNS_RECORD' => tohtml(tr('DNS resource record')),\n    'TR_ZONE'              => tohtml(tr('Zone')),\n    'TR_ZONE_HELP'         => tohtml(tr('DNS zone in which you want add this DNS resource record.'), 'htmlAttr'),\n    'TR_NAME'              => tohtml(tr('Name')),\n    'TR_DNS_TYPE'          => tohtml(tr('Type')),\n    'TR_DNS_CLASS'         => tohtml(tr('Class')),\n    'TR_DNS_NAME'          => tohtml(tr('Name')),\n    'TR_DNS_SRV_NAME'      => tohtml(tr('Service name')),\n    'TR_DNS_IP_ADDRESS'    => tohtml(tr('IP address')),\n    'TR_DNS_IP_ADDRESS_V6' => tohtml(tr('IPv6 address')),\n    'TR_DNS_SRV_PROTOCOL'  => tohtml(tr('Service protocol')),\n    'TR_DNS_TTL'           => tohtml(tr('TTL')),\n    'TR_DNS_SRV_PRIO'      => tohtml(tr('Priority')),\n    'TR_DNS_SRV_WEIGHT'    => tohtml(tr('Relative weight')),\n    'TR_DNS_SRV_HOST'      => tohtml(tr('Host')),\n    'TR_DNS_SRV_PORT'      => tohtml(tr('Target port')),\n    'TR_DNS_CNAME'         => tohtml(tr('Canonical name')),\n    'TR_DNS_TXT_DATA'      => tohtml(tr('Data')),\n    'TR_ADD'               => tohtml(tr('Add'), 'htmlAttr'),\n    'TR_SEC'               => tohtml(tr('Sec.')),\n    'TR_UPDATE'            => tohtml(tr('Update'), 'htmlAttr'),\n    'TR_CANCEL'            => tohtml(tr('Cancel'))\n]);\n\n$tpl->assign(($dnsRecordId > 0) ? 'FORM_ADD_MODE' : 'FORM_EDIT_MODE', '');\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $dnsRecordId);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/domain_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Uri\\UriException;\nuse iMSCP\\Uri\\UriRedirect;\nuse iMSCP\\VirtualFileSystem;\n\n/**\n * Get domain data\n *\n * @access private\n * @param int $domainId Domain unique identifier\n * @return array|bool Domain data or FALSE on error\n */\nfunction _client_getDomainData($domainId)\n{\n    static $domainData = NULL;\n\n    if (NULL !== $domainData) {\n        return $domainData;\n    }\n\n    $stmt = exec_query(\n        '\n            SELECT domain_name, document_root, url_forward, type_forward,\n                host_forward, wildcard_alias\n            FROM domain\n            WHERE domain_id = ?\n            AND domain_admin_id = ?\n            AND domain_status = ?\n        ',\n        [$domainId, $_SESSION['user_id'], 'ok']\n    );\n\n    if (!$stmt->rowCount()) {\n        return false;\n    }\n\n    $domainData = $stmt->fetchRow();\n    $domainData['domain_name_utf8'] = decode_idna($domainData['domain_name']);\n    return $domainData;\n}\n\n/**\n * Generate page\n *\n * @param $tpl TemplateEngine\n * @return void\n */\nfunction client_generatePage(TemplateEngine $tpl)\n{\n    if (!isset($_GET['id'])) {\n        showBadRequestErrorPage();\n    }\n\n    $domainId = intval($_GET['id']);\n    $domainData = _client_getDomainData($domainId);\n    if ($domainData === false) {\n        showBadRequestErrorPage();\n    }\n\n    $forwardHost = 'Off';\n\n    if (empty($_POST)) {\n        $documentRoot = strpos($domainData['document_root'], '/htdocs') !== false\n            ? substr($domainData['document_root'], 7) : '';\n\n        if ($domainData['url_forward'] != 'no') {\n            $urlForwarding = true;\n            $uri = UriRedirect::fromString($domainData['url_forward']);\n            $uri->setHost(decode_idna($uri->getHost()));\n            $forwardUrlScheme = $uri->getScheme() . '://';\n            $forwardUrl = substr($uri->getUri(), strlen($forwardUrlScheme));\n            $forwardType = $domainData['type_forward'];\n            $forwardHost = $domainData['host_forward'];\n        } else {\n            $urlForwarding = false;\n            $forwardUrlScheme = 'http';\n            $forwardUrl = '';\n            $forwardType = '302';\n        }\n\n        $wildcardAlias = $domainData['wildcard_alias'];\n    } else {\n        $documentRoot = isset($_POST['document_root'])\n            ? $_POST['document_root'] : '';\n        $urlForwarding = isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? true : false;\n        $forwardUrlScheme = isset($_POST['forward_url_scheme'])\n            ? $_POST['forward_url_scheme'] : 'http://';\n        $forwardUrl = isset($_POST['forward_url']) ? $_POST['forward_url'] : '';\n        $forwardType = isset($_POST['forward_type'])\n        && in_array($_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true)\n            ? $_POST['forward_type'] : '302';\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        $wildcardAlias = isset($_POST['wildcard_alias'])\n        && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n            ? $_POST['wildcard_alias'] : 'no';\n    }\n\n    $tpl->assign([\n        'DOMAIN_ID'          => tohtml($domainId, 'htmlAttr'),\n        'DOMAIN_NAME'        => tohtml($domainData['domain_name_utf8'], 'htmlAttr'),\n        'DOCUMENT_ROOT'      => tohtml($documentRoot, 'htmlAttr'),\n        'FORWARD_URL_YES'    => $urlForwarding ? ' checked' : '',\n        'FORWARD_URL_NO'     => $urlForwarding ? '' : ' checked',\n        'HTTP_YES'           => $forwardUrlScheme == 'http://'\n            ? ' selected' : '',\n        'HTTPS_YES'          => $forwardUrlScheme == 'https://'\n            ? ' selected' : '',\n        'FORWARD_URL'        => tohtml($forwardUrl, 'htmlAttr'),\n        'FORWARD_TYPE_301'   => $forwardType == '301' ? ' checked' : '',\n        'FORWARD_TYPE_302'   => $forwardType == '302' ? ' checked' : '',\n        'FORWARD_TYPE_303'   => $forwardType == '303' ? ' checked' : '',\n        'FORWARD_TYPE_307'   => $forwardType == '307' ? ' checked' : '',\n        'FORWARD_TYPE_PROXY' => $forwardType == 'proxy' ? ' checked' : '',\n        'FORWARD_HOST'       => $forwardHost == 'On' ? ' checked' : '',\n        'WILDCARD_ALIAS_YES' => $wildcardAlias == 'yes' ? ' checked' : '',\n        'WILDCARD_ALIAS_NO'  => $wildcardAlias == 'no' ? ' checked' : ''\n    ]);\n\n    // Cover the case where URL forwarding feature is activated and that the\n    // default /htdocs directory doesn't exists yet\n    if ($domainData['url_forward'] != 'no') {\n        $vfs = new VirtualFileSystem($_SESSION['user_logged']);\n        if (!$vfs->exists('/htdocs', VirtualFileSystem::VFS_TYPE_DIR)) {\n            $tpl->assign('DOCUMENT_ROOT_BLOC', '');\n            return;\n        }\n    }\n\n    # Set parameters for the FTP chooser\n    $_SESSION['ftp_chooser_domain_id'] = $domainId;\n    $_SESSION['ftp_chooser_user'] = $_SESSION['user_logged'];\n    $_SESSION['ftp_chooser_root_dir'] = '/htdocs';\n    $_SESSION['ftp_chooser_hidden_dirs'] = ['.well-known'];\n    $_SESSION['ftp_chooser_unselectable_dirs'] = ['.well-known'];\n}\n\n/**\n * Edit domain\n *\n * @return bool TRUE on success, FALSE on failure\n */\nfunction client_editDomain()\n{\n    if (!isset($_GET['id'])) {\n        showBadRequestErrorPage();\n    }\n\n    $domainId = intval($_GET['id']);\n    $domainData = _client_getDomainData($domainId);\n\n    if ($domainData === false) {\n        showBadRequestErrorPage();\n    }\n\n    // Default values\n    $documentRoot = $domainData['document_root'];\n    $forwardUrl = 'no';\n    $forwardType = NULL;\n    $forwardHost = 'Off';\n\n    // Check for URL forwarding option\n    if (isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n        && isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'],\n            ['301', '302', '303', '307', 'proxy'],\n            true\n        )\n    ) {\n        if (!isset($_POST['forward_url_scheme'])\n            || !isset($_POST['forward_url'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $forwardUrl = clean_input($_POST['forward_url_scheme'])\n            . clean_input($_POST['forward_url']);\n        $forwardType = clean_input($_POST['forward_type']);\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        try {\n            try {\n                $uri = UriRedirect::fromString($forwardUrl);\n            } catch (UriException $e) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl)\n                );\n            }\n\n            // Normalize URI host\n            $uri->setHost(encode_idna(mb_strtolower($uri->getHost())));\n            // Normalize URI path\n            $uri->setPath(rtrim(utils_normalizePath($uri->getPath()), '/') . '/');\n\n            if ($uri->getHost() == $domainData['domain_name']\n                && ($uri->getPath() == '/'\n                    && in_array($uri->getPort(), ['', 80, 443])\n                )\n            ) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl) . ' ' .\n                    tr(\n                        'Domain %s cannot be forwarded on itself.',\n                        $domainData['domain_name_utf8']\n                    )\n                );\n            }\n\n            if ($forwardType == 'proxy') {\n                $port = $uri->getPort();\n                if ($port && $port < 1025) {\n                    throw new Exception(\n                        tr('Unallowed port in forward URL. Only ports above 1024 are allowed.')\n                    );\n                }\n            }\n\n            $forwardUrl = $uri->getUri();\n        } catch (Exception $e) {\n            set_page_message(tohtml($e->getMessage()), 'error');\n            return false;\n        }\n    } // Check for alternative DocumentRoot option\n    elseif (isset($_POST['document_root'])) {\n        $documentRoot = utils_normalizePath(\n            '/' . clean_input($_POST['document_root'])\n        );\n\n        if ($documentRoot !== '') {\n            $vfs = new VirtualFileSystem(\n                $_SESSION['user_logged'], '/htdocs'\n            );\n\n            if ($documentRoot !== '/'\n                && !$vfs->exists($documentRoot, VirtualFileSystem::VFS_TYPE_DIR)\n            ) {\n                set_page_message(\n                    tohtml(tr('The new document root must pre-exists inside the /htdocs directory.')),\n                    'error'\n                );\n                return false;\n            }\n        }\n\n        $documentRoot = utils_normalizePath('/htdocs' . $documentRoot);\n    }\n\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onBeforeEditDomain,\n        [\n            'domainId'      => $domainId,\n            'domainName'    => $domainData['domain_name'],\n            'mountPoint'    => '/',\n            'documentRoot'  => $documentRoot,\n            'forwardUrl'    => $forwardUrl,\n            'forwardType'   => $forwardType,\n            'forwardHost'   => $forwardHost,\n            'wildcardAlias' => $wildcardAlias\n        ]\n    );\n\n    exec_query(\n        '\n          UPDATE domain\n          SET document_root = ?, url_forward = ?, type_forward = ?,\n            host_forward = ?, wildcard_alias = ?, domain_status = ?\n          WHERE domain_id = ?\n        ',\n        [\n            $documentRoot, $forwardUrl, $forwardType, $forwardHost,\n            $wildcardAlias, 'tochange', $domainId\n        ]\n    );\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onAfterEditDomain,\n        [\n            'domainId'      => $domainId,\n            'domainName'    => $domainData['domain_name'],\n            'mountPoint'    => '/',\n            'documentRoot'  => $documentRoot,\n            'forwardUrl'    => $forwardUrl,\n            'forwardType'   => $forwardType,\n            'forwardHost'   => $forwardHost,\n            'wildcardAlias' => $wildcardAlias\n        ]\n    );\n\n    send_request();\n    write_log(\n        sprintf(\n            'The %s domain properties were updated by %s',\n            $_SESSION['user_logged'],\n            $_SESSION['user_logged']\n        ),\n        E_USER_NOTICE\n    );\n    return true;\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!empty($_POST) && client_editDomain()) {\n    set_page_message(tohtml(tr('Domain successfully scheduled for update.')), 'success');\n    redirectTo('domains_manage.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'             => 'shared/layouts/ui.tpl',\n    'page'               => 'client/domain_edit.tpl',\n    'page_message'       => 'layout',\n    'document_root_bloc' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'             => tohtml(tr('Client / Domains / Edit Domain')),\n    'TR_DOMAIN'                 => tohtml(tr('Domain')),\n    'TR_DOMAIN_NAME'            => tohtml(tr('Domain name')),\n    'TR_DOCUMENT_ROOT'          => tohtml(tr('Document root')),\n    'TR_DOCUMENT_ROOT_TOOLTIP'  => tohtml(tr(\"You can set an alternative document root. This is mostly needed when using a PHP framework such as Symfony. Note that the new document root will live inside the default  `/htdocs' document root. Be aware that the directory for the new document root must pre-exist.\"), 'htmlAttr'),\n    'TR_CHOOSE_DIR'             => tohtml(tr('Choose dir')),\n    'TR_URL_FORWARDING'         => tohtml(tr('URL forwarding')),\n    'TR_FORWARD_TO_URL'         => tohtml(tr('Forward to URL')),\n    'TR_URL_FORWARDING_TOOLTIP' => tohtml(tr('Allows to forward any request made to this domain to a specific URL.'), 'htmlAttr'),\n    'TR_YES'                    => tohtml(tr('Yes')),\n    'TR_NO'                     => tohtml(tr('No')),\n    'TR_HTTP'                   => tohtml('http://'),\n    'TR_HTTPS'                  => tohtml('https://'),\n    'TR_FORWARD_TYPE'           => tohtml(tr('Forward type')),\n    'TR_301'                    => tohtml('301'),\n    'TR_302'                    => tohtml('302'),\n    'TR_303'                    => tohtml('303'),\n    'TR_307'                    => tohtml('307'),\n    'TR_PROXY'                  => tohtml('PROXY'),\n    'TR_PROXY_PRESERVE_HOST'    => tohtml(tr('Preserve Host')),\n    'TR_WILDCARD_ALIAS_TOOLTIP' => tohtml(tr(\"If enabled, a wildcard alias entry such as '*.domain.tld' will be added in the Web server configuration. This option is most suitable for software that provide multisite feature such as the Wordpress CMS. Be aware that the control panel won't check for possible conflicts with subdomains.\"), 'htmlAttr'),\n    'TR_WILDCARD_ALIAS'         => tohtml(tr('Wildcard alias')),\n    'TR_UPDATE'                 => tohtml(tr('Update'), 'htmlAttr'),\n    'TR_CANCEL'                 => tohtml(tr('Cancel'))\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $translations = $e->getParam('translations');\n        $translations['core']['close'] = tr('Close');\n        $translations['core']['ftp_directories'] = tr('Select your own document root');\n    }\n);\n\ngenerateNavigation($tpl);\nclient_generatePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/domains_manage.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generates domain redirect and edit link\n *\n * @param int $id Domain unique identifier\n * @param string $status Domain status\n * @param string $redirectUrl Target URL for redirect request\n * @return array\n */\nfunction generateDomainRedirectAndEditLink($id, $status, $redirectUrl)\n{\n    if ($redirectUrl == 'no') {\n        if ($status == 'ok') {\n            return [tr('N/A'), tohtml(\"domain_edit.php?id=$id\", 'htmlAttr'), tr('Edit')];\n        }\n\n        return [tr('N/A'), '#', tr('N/A')];\n    }\n\n    if ($status == 'ok') {\n        return [$redirectUrl, tohtml(\"domain_edit.php?id=$id\", 'htmlAttr'), tr('Edit')];\n    }\n\n    return [tr('N/A'), '#', tr('N/A')];\n}\n\n/**\n * Generates domains list\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generateDomainsList(TemplateEngine $tpl)\n{\n    global $baseServerVhostUtf8;\n    $cfg = Registry::get('config');\n\n    $stmt = exec_query(\n        \"\n            SELECT t1.domain_id, t1.domain_name, t1.document_root, t1.domain_status, t1.url_forward, t2.status as ssl_status\n            FROM domain AS t1\n            LEFT JOIN ssl_certs AS t2 ON(t2.domain_id = t1.domain_id AND t2.domain_type = 'dmn')\n            WHERE domain_admin_id = ? ORDER BY domain_name\n        \",\n        $_SESSION['user_id']\n    );\n\n    while ($row = $stmt->fetchRow()) {\n        list($redirectUrl, $editLink, $edit) = generateDomainRedirectAndEditLink($row['domain_id'], $row['domain_status'], $row['url_forward']);\n        $domainName = decode_idna($row['domain_name']);\n        $redirectUrl = decode_idna($redirectUrl);\n\n        if ($row['domain_status'] == 'ok') {\n            if ($cfg['CLIENT_WEBSITES_ALT_URLS'] == 'yes') {\n                $alternateUrlHost = 'dmn' . $row['domain_id'] . '.' . $baseServerVhostUtf8;\n                $tpl->assign([\n                    'ALTERNATE_URL'         => tohtml($alternateUrlHost, 'htmlAttr'),\n                    'TR_ALT_URL'            => tohtml(tr('Alt. URL')),\n                    'ALTERNATE_URL_TOOLTIP' => tohtml(tr('Alternate URL to reach your website.'), 'htmlAttr'),\n                ]);\n                $tpl->parse('DMN_ALT_URL', 'dmn_alt_url');\n            } else {\n                $tpl->assign('DMN_ALT_URL', '');\n            }\n\n            $tpl->assign([\n                'DOMAIN_NAME'                => tohtml($domainName),\n                'DOMAIN_STATUS_RELOAD_FALSE' => ''\n            ]);\n            $tpl->parse('DOMAIN_STATUS_RELOAD_TRUE', 'domain_status_reload_true');\n        } else {\n            $tpl->assign([\n                'DOMAIN_NAME'               => tohtml($domainName),\n                'DOMAIN_STATUS_RELOAD_TRUE' => ''\n            ]);\n            $tpl->parse('DOMAIN_STATUS_RELOAD_FALSE', 'domain_status_reload_false');\n        }\n\n        $tpl->assign([\n            'DOMAIN_NAME'          => tohtml($domainName),\n            'DOMAIN_MOUNT_POINT'   => tohtml(($row['url_forward'] == 'no') ? '/' : tr('N/A')),\n            'DOMAIN_DOCUMENT_ROOT' => tohtml(\n                ($row['url_forward'] == 'no') ? utils_normalizePath($row['document_root']) : tr('N/A')\n            ),\n            'DOMAIN_STATUS'        => translate_dmn_status($row['domain_status']),\n            'DOMAIN_SSL_STATUS'    => is_null($row['ssl_status'])\n                ? tr('Disabled')\n                : (\n                in_array($row['ssl_status'], ['toadd', 'tochange', 'todelete', 'ok'])\n                    ? translate_dmn_status($row['ssl_status'])\n                    : '<span style=\"color: red;font-weight: bold\">' . tr('Invalid SSL certificate') . \"</span>\"\n                ),\n            'DOMAIN_REDIRECT'      => tohtml($redirectUrl),\n            'DOMAIN_EDIT_LINK'     => $editLink,\n            'DOMAIN_EDIT'          => $edit,\n            'CERT_SCRIPT'          => tohtml('cert_view.php?domain_id=' . $row['domain_id'] . '&domain_type=dmn', 'htmlAttr'),\n            'VIEW_CERT'            => customerHasFeature('ssl') ? tr('Manage SSL certificate') : tr('View SSL certificate'),\n        ]);\n        $tpl->parse('DOMAIN_ITEM', '.domain_item');\n    }\n}\n\n/**\n * Generates domain alias action\n *\n * @access private\n * @param int $id Alias unique identifier\n * @param string $status Alias status\n * @return array\n */\nfunction generateDomainAliasAction($id, $status)\n{\n    if ($status == 'ok') {\n        return [\n            tr('Delete'),\n            tohtml(\"alias_delete.php?id=$id\", 'htmlAttr'),\n            true,\n            customerHasFeature('ssl') ? tr('Manage SSL certificate') : tr('View SSL certificate'),\n            tohtml(\"cert_view.php?domain_id=$id&domain_type=als\", 'htmlAttr')\n        ];\n    }\n\n    if ($status == 'ordered') {\n        return [tr('Delete order'), tohtml(\"alias_order_delete.php?del_id=$id\"), false, '-', '#'];\n    }\n\n    return [tr('N/A'), '#', false, tr('N/A'), '#'];\n}\n\n/**\n * Generates domain alias redirect and edit link\n *\n * @access private\n * @param int $id Alias unique identifier\n * @param string $status Alias status\n * @param string $redirectUrl Target URL for redirect request\n * @return array\n */\nfunction generateDomainAliasRedirectAndEditLink($id, $status, $redirectUrl)\n{\n    if ($redirectUrl == 'no') {\n        if ($status == 'ok') {\n            return [tr('N/A'), tohtml(\"alias_edit.php?id=$id\", 'htmlAttr'), tr('Edit')];\n        }\n\n        if ($status == 'ordered') {\n            return [tr('N/A'), '#', tr('N/A')];\n        }\n\n        return [tr('N/A'), '#', tr('N/A')];\n    }\n\n    if ($status == 'ok') {\n        return [$redirectUrl, tohtml(\"alias_edit.php?id=$id\", 'htmlAttr'), tr('Edit')];\n    }\n\n    if ($status == 'ordered') {\n        return [$redirectUrl, '#', tr('N/A')];\n    }\n\n    return [tr('N/A'), '#', tr('N/A')];\n}\n\n/**\n * Generates domain aliases list\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generateDomainAliasesList(TemplateEngine $tpl)\n{\n    if (!customerHasFeature('domain_aliases')) {\n        $tpl->assign('DOMAIN_ALIASES_BLOCK', '');\n        return;\n    }\n\n    global $baseServerVhostUtf8;\n    $cfg = Registry::get('config');\n\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n    $stmt = exec_query(\n        \"\n            SELECT t1.alias_id, t1.alias_name, t1.alias_status, t1.alias_mount, t1.alias_document_root, t1.alias_ip_id, t1.url_forward,\n                t2.status AS ssl_status\n            FROM domain_aliasses AS t1\n            LEFT JOIN ssl_certs AS t2 ON(t1.alias_id = t2.domain_id AND t2.domain_type = 'als')\n            WHERE t1.domain_id = ? ORDER BY t1.alias_mount, t1.alias_name\n        \",\n        $domainId\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign([\n            'ALS_MSG'  => tr('You do not have domain aliases.'),\n            'ALS_LIST' => ''\n        ]);\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        list($action, $actionScript, $isStatusOk, $certText, $certScript) = generateDomainAliasAction(\n            $row['alias_id'], $row['alias_status']\n        );\n        list($redirectUrl, $editLink, $edit) = generateDomainAliasRedirectAndEditLink(\n            $row['alias_id'], $row['alias_status'], $row['url_forward']\n        );\n        $alsName = decode_idna($row['alias_name']);\n        $redirectUrl = decode_idna($redirectUrl);\n\n        if ($isStatusOk) {\n            if ($cfg['CLIENT_WEBSITES_ALT_URLS'] == 'yes') {\n                $alternateUrlHost = 'als' . $row['alias_id'] . '.' . $baseServerVhostUtf8;\n                $tpl->assign([\n                    'ALTERNATE_URL'         => tohtml($alternateUrlHost, 'htmlAttr'),\n                    'TR_ALT_URL'            => tohtml(tr('Alt. URL')),\n                    'ALTERNATE_URL_TOOLTIP' => tohtml(tr('Alternate URL to reach your website.'), 'htmlAttr'),\n                ]);\n                $tpl->parse('ALS_ALT_URL', 'als_alt_url');\n            } else {\n                $tpl->assign('ALS_ALT_URL', '');\n            }\n\n            $tpl->assign([\n                'ALS_NAME'                => tohtml($alsName),\n                'ALS_STATUS_RELOAD_FALSE' => ''\n            ]);\n            $tpl->parse('ALS_STATUS_RELOAD_TRUE', 'als_status_reload_true');\n        } else {\n            $tpl->assign([\n                'ALS_NAME'               => tohtml($alsName),\n                'ALS_STATUS_RELOAD_TRUE' => ''\n            ]);\n            $tpl->parse('ALS_STATUS_RELOAD_FALSE', 'als_status_reload_false');\n        }\n\n        $tpl->assign([\n            'ALS_NAME'          => tohtml($alsName),\n            'ALS_MOUNT_POINT'   => tohtml(\n                ($row['url_forward'] == 'no') ? utils_normalizePath($row['alias_mount']) : tr('N/A')\n            ),\n            'ALS_DOCUMENT_ROOT' => tohtml(\n                ($row['url_forward'] == 'no') ? utils_normalizePath($row['alias_document_root']) : tr('N/A')\n            ),\n            'ALS_STATUS'        => translate_dmn_status($row['alias_status']),\n            'ALS_SSL_STATUS'    => is_null($row['ssl_status'])\n                ? tr('Disabled')\n                : (\n                in_array($row['ssl_status'], ['toadd', 'tochange', 'todelete', 'ok'])\n                    ? translate_dmn_status($row['ssl_status'])\n                    : '<span style=\"color: red;font-weight: bold\">' . tr('Invalid SSL certificate') . \"</span>\"\n                ),\n            'ALS_REDIRECT'      => tohtml($redirectUrl),\n            'ALS_EDIT_LINK'     => $editLink,\n            'ALS_EDIT'          => $edit,\n            'ALS_ACTION'        => $action,\n            'CERT_SCRIPT'       => $certScript,\n            'VIEW_CERT'         => $certText,\n            'ALS_ACTION_SCRIPT' => $actionScript\n        ]);\n        $tpl->parse('ALS_ITEM', '.als_item');\n    }\n\n    $tpl->assign('ALS_MESSAGE', '');\n}\n\n/**\n * Generates subdomain action\n *\n * @access private\n * @param int $id Subdomain unique identifier\n * @param string $subdomainType Subdomain type (dmn|als)\n * @param string $status Subdomain status\n * @return array\n */\nfunction generateSubdomainAction($id, $subdomainType, $status)\n{\n    if ($status != 'ok') {\n        return [tr('N/A'), '#', false, tr('N/A'), '#'];\n    }\n\n    if ($subdomainType == 'dmn') {\n        return [\n            tr('Delete'),\n            tohtml(\"subdomain_delete.php?id=$id\", 'htmlAttr'),\n            true,\n            customerHasFeature('ssl') ? tr('Manage SSL certificate') : tr('View SSL certificate'),\n            tohtml(\"cert_view.php?domain_id=$id&domain_type=\" . ($subdomainType == 'dmn' ? 'sub' : 'alssub'), 'htmlAttr')\n        ];\n    }\n\n    return [\n        tr('Delete'),\n        tohtml(\"alssub_delete.php?id=$id\", 'htmlAttr'),\n        true,\n        customerHasFeature('ssl') ? tr('Manage SSL certificate') : tr('View SSL certificate'),\n        tohtml(\"cert_view.php?domain_id=$id&domain_type=alssub\", 'htmlAttr')\n    ];\n}\n\n/**\n * Generates subdomain redirect and edit link\n *\n * @access private\n * @param int $id Subdomain unique identifier\n * @param string $subdomainType Subdomain type (dmn|als)\n * @param string $status Subdomain status\n * @param string $redirectUrl Target URL for redirect request\n * @return array\n */\nfunction generateSubdomainRedirectAndEditLink($id, $subdomainType, $status, $redirectUrl)\n{\n    if ($status == 'ok') {\n        return [\n            $redirectUrl == 'no' ? tr('N/A') : $redirectUrl,\n            tohtml(\"subdomain_edit.php?id=$id&type=$subdomainType\", 'htmlAttr'),\n            tr('Edit')\n        ];\n    }\n\n    if ($status == 'ordered') {\n        return [$redirectUrl == 'no' ? tr('N/A') : $redirectUrl, '#', tr('N/A')];\n    }\n\n    return [tr('N/A'), '#', tr('N/A')];\n}\n\n/**\n * Generates subdomains list\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generateSubdomainsList(TemplateEngine $tpl)\n{\n    if (!customerHasFeature('subdomains')) {\n        $tpl->assign('SUBDOMAINS_BLOCK', '');\n        return;\n    }\n\n    global $baseServerVhostUtf8;\n    $cfg = Registry::get('config');\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n\n    $stmt = exec_query(\n        \"\n            SELECT\n                t1.subdomain_id,\n                t1.subdomain_name,\n                'dmn' AS sub_type,\n                t1.subdomain_mount,\n                t1.subdomain_document_root,\n                t1.subdomain_status,\n                t1.subdomain_url_forward,\n                t2.domain_name,\n                t3.status AS ssl_status\n            FROM subdomain AS t1\n            JOIN domain AS t2 USING(domain_id)\n            LEFT JOIN ssl_certs AS t3 ON(t1.subdomain_id = t3.domain_id AND t3.domain_type = 'sub')\n            WHERE t1.domain_id = ?\n            UNION ALL\n            SELECT\n                t1.subdomain_alias_id,\n                t1.subdomain_alias_name,\n                'als',\n                t1.subdomain_alias_mount,\n                t1.subdomain_alias_document_root,\n                t1.subdomain_alias_status,\n                t1.subdomain_alias_url_forward,\n                t2.alias_name,\n                t3.status\n            FROM subdomain_alias AS t1\n            JOIN domain_aliasses AS t2 USING(alias_id)\n            LEFT JOIN ssl_certs AS t3 ON(t1.subdomain_alias_id = t3.domain_id AND t3.domain_type = 'alssub')\n            WHERE t2.domain_id = ?\n        \",\n        [$domainId, $domainId]\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign([\n            'SUB_MSG'  => tr('You do not have subdomains.'),\n            'SUB_LIST' => ''\n        ]);\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        list($action, $actionScript, $isStatusOk, $certText, $certScript) = generateSubdomainAction(\n            $row['subdomain_id'], $row['sub_type'], $row['subdomain_status']\n        );\n        list($redirectUrl, $editLink, $edit) = generateSubdomainRedirectAndEditLink(\n            $row['subdomain_id'], $row['sub_type'], $row['subdomain_status'], $row['subdomain_url_forward']\n        );\n\n        $domainName = decode_idna($row['domain_name']);\n        $subName = decode_idna($row['subdomain_name']);\n        $redirectUrl = decode_idna($redirectUrl);\n\n        if ($isStatusOk) {\n            if ($cfg['CLIENT_WEBSITES_ALT_URLS'] == 'yes') {\n                $alternateUrlHost = ($row['sub_type'] == 'dmn' ? 'sub' : 'alssub') . $row['subdomain_id'] . '.'\n                    . $baseServerVhostUtf8;\n\n                $tpl->assign([\n                    'ALTERNATE_URL'         => tohtml($alternateUrlHost, 'htmlAttr'),\n                    'TR_ALT_URL'            => tohtml(tr('Alt. URL')),\n                    'ALTERNATE_URL_TOOLTIP' => tohtml(tr('Alternate URL to reach your website.'), 'htmlAttr'),\n                ]);\n                $tpl->parse('SUB_ALT_URL', 'sub_alt_url');\n            } else {\n                $tpl->assign('SUB_ALT_URL', '');\n            }\n\n            $tpl->assign([\n                'SUB_NAME'                => tohtml($subName),\n                'SUB_ALIAS_NAME'          => tohtml($domainName),\n                'SUB_STATUS_RELOAD_FALSE' => ''\n            ]);\n            $tpl->parse('SUB_STATUS_RELOAD_TRUE', 'sub_status_reload_true');\n        } else {\n            $tpl->assign([\n                'SUB_NAME'               => tohtml($subName),\n                'SUB_ALIAS_NAME'         => tohtml($domainName),\n                'SUB_STATUS_RELOAD_TRUE' => ''\n            ]);\n            $tpl->parse('SUB_STATUS_RELOAD_FALSE', 'sub_status_reload_false');\n        }\n\n        $tpl->assign([\n            'SUB_MOUNT_POINT'   => tohtml(\n                ($row['subdomain_url_forward'] == 'no') ? utils_normalizePath($row['subdomain_mount']) : tr('N/A')\n            ),\n            'SUB_DOCUMENT_ROOT' => tohtml(\n                ($row['subdomain_url_forward'] == 'no')\n                    ? utils_normalizePath($row['subdomain_document_root']) : tr('N/A')\n            ),\n            'SUB_REDIRECT'      => $redirectUrl,\n            'SUB_STATUS'        => translate_dmn_status($row['subdomain_status']),\n            'SUB_SSL_STATUS'    => is_null($row['ssl_status'])\n                ? tr('Disabled')\n                : (\n                in_array($row['ssl_status'], ['toadd', 'tochange', 'todelete', 'ok'])\n                    ? translate_dmn_status($row['ssl_status'])\n                    : '<span style=\"color: red;font-weight: bold\">' . tr('Invalid SSL certificate') . \"</span>\"\n                ),\n            'SUB_EDIT_LINK'     => $editLink,\n            'SUB_EDIT'          => $edit,\n            'CERT_SCRIPT'       => $certScript,\n            'VIEW_CERT'         => $certText,\n            'SUB_ACTION'        => $action,\n            'SUB_ACTION_SCRIPT' => $actionScript\n        ]);\n        $tpl->parse('SUB_ITEM', '.sub_item');\n    }\n\n    $tpl->assign('SUB_MESSAGE', '');\n}\n\n/**\n * Generates custom DNS record action\n *\n * @access private\n * @param string $action Action\n * @param string|null $id Custom DNS record unique identifier\n * @param string $status Custom DNS record status\n * @param string $ownedBy Owner of the DNS record\n * @return array\n */\nfunction generateCustomDnsRecordAction($action, $id, $status, $ownedBy = 'custom_dns_feature')\n{\n    if (in_array($status, ['toadd', 'tochange', 'todelete'])) {\n        return [tr('N/A'), '#'];\n    }\n\n    if ($action == 'edit' && $ownedBy == 'custom_dns_feature') {\n        return [tr('Edit'), tohtml(\"dns_edit.php?id=$id\", 'htmlAttr')];\n    }\n\n    if ($ownedBy == 'custom_dns_feature') {\n        return [tr('Delete'), tohtml(\"dns_delete.php?id=$id\", 'htmlAttr')];\n    }\n\n    return [tr('N/A'), '#'];\n}\n\n/**\n * Generates custom DNS records list\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generateCustomDnsRecordsList(TemplateEngine $tpl)\n{\n    if (!customerHasFeature('custom_dns_records')) {\n        $filterCond = \"AND owned_by <> 'custom_dns_feature'\";\n    } else {\n        $filterCond = '';\n    }\n\n    $stmt = exec_query(\n        \"\n            SELECT t1.*, IFNULL(t3.alias_name, t2.domain_name) zone_name\n            FROM domain_dns AS t1 LEFT JOIN domain AS t2 USING (domain_id)\n            LEFT JOIN domain_aliasses AS t3 USING (alias_id)\n            WHERE t1.domain_id = ? $filterCond ORDER BY t1.domain_id, t1.alias_id, t1.domain_dns, t1.domain_type\n        \",\n        get_user_domain_id($_SESSION['user_id'])\n    );\n\n    if (!$stmt->rowCount()) {\n        if (customerHasFeature('custom_dns_records')) {\n            $tpl->assign([\n                'DNS_MSG'  => tr('You do not have DNS resource records.'),\n                'DNS_LIST' => ''\n            ]);\n            return;\n        }\n\n        $tpl->assign('CUSTOM_DNS_RECORDS_BLOCK', '');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        list($actionEdit, $actionScriptEdit) = generateCustomDnsRecordAction(\n            'edit', $row['domain_dns_id'], $row['domain_dns_status'], $row['owned_by']\n        );\n\n        if ($row['owned_by'] !== 'custom_dns_feature') {\n            $tpl->assign('DNS_DELETE_LINK', '');\n        } else {\n            list($actionDelete, $actionScriptDelete) = generateCustomDnsRecordAction(\n                'Delete', $row['domain_dns_id'], $row['domain_dns_status']\n            );\n            $tpl->assign([\n                'DNS_ACTION_SCRIPT_DELETE' => $actionScriptDelete,\n                'DNS_ACTION_DELETE'        => $actionDelete,\n                'DNS_TYPE_RECORD'          => tr(\"%s record\", $row['domain_type'])\n            ]);\n            $tpl->parse('DNS_DELETE_LINK', '.dns_delete_link');\n        }\n\n        $dnsName = $row['domain_dns'];\n        $ttl = tr('Default');\n        if (preg_match('/^(?P<name>([^\\s]+))(?:\\s+(?P<ttl>\\d+))/', $dnsName, $matches)) {\n            $dnsName = (substr($matches['name'], -1) == '.')\n                ? $matches['name'] : \"{$matches['name']}.{$row['zone_name']}.\";\n            $ttl = $matches['ttl'] . ' ' . tr('Sec.');\n        } else {\n            $dnsName = (substr($row['domain_dns'], -1) == '.')\n                ? $row['domain_dns'] : \"{$row['domain_dns']}.{$row['zone_name']}.\";\n        }\n\n        $status = translate_dmn_status($row['domain_dns_status'], true);\n\n        $tpl->assign([\n            'DNS_DOMAIN'             => tohtml(decode_idna($row['zone_name'])),\n            'DNS_NAME'               => tohtml($dnsName),\n            'DNS_TTL'                => tohtml($ttl),\n            'DNS_CLASS'              => tohtml($row['domain_class']),\n            'DNS_TYPE'               => tohtml($row['domain_type']),\n            'LONG_DNS_DATA'          => tohtml($row['domain_text'], 'htmlAttr'),\n            'SHORT_DNS_DATA'         => tohtml(\n                strlen($row['domain_text']) > 30 ? substr($row['domain_text'], 0, 30) . ' ...' : $row['domain_text']\n            ),\n            'LONG_DNS_STATUS'        => tohtml(nl2br($status), 'htmlAttr'),\n            'SHORT_DNS_STATUS'       => strlen($status) > 15 ? substr($status, 0, 15) . ' ...' : $status,\n            'DNS_ACTION_SCRIPT_EDIT' => $actionScriptEdit,\n            'DNS_ACTION_EDIT'        => $actionEdit\n        ]);\n        $tpl->parse('DNS_ITEM', '.dns_item');\n        $tpl->assign('DNS_DELETE_LINK', '');\n    }\n\n    $tpl->parse('DNS_LIST', 'dns_list');\n    $tpl->assign('DNS_MESSAGE', '');\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                     => 'shared/layouts/ui.tpl',\n    'page'                       => 'client/domains_manage.tpl',\n    'page_message'               => 'layout',\n    'domain_list'                => 'page',\n    'domain_item'                => 'domain_list',\n    'domain_status_reload_true'  => 'domain_item',\n    'dmn_alt_url'                => 'domain_status_reload_true',\n    'domain_status_reload_false' => 'domain_item',\n    'domain_aliases_block'       => 'page',\n    'als_message'                => 'domain_aliases_block',\n    'als_list'                   => 'domain_aliases_block',\n    'als_item'                   => 'als_list',\n    'als_status_reload_true'     => 'als_item',\n    'als_alt_url'                => 'als_status_reload_true',\n    'als_status_reload_false'    => 'als_item',\n    'subdomains_block'           => 'page',\n    'sub_message'                => 'subdomains_block',\n    'sub_list'                   => 'subdomains_block',\n    'sub_item'                   => 'sub_list',\n    'sub_status_reload_true'     => 'sub_item',\n    'sub_alt_url'                => 'sub_status_reload_true',\n    'sub_status_reload_false'    => 'sub_item',\n    'custom_dns_records_block'   => 'page',\n    'dns_message'                => 'custom_dns_records_block',\n    'dns_list'                   => 'custom_dns_records_block',\n    'dns_item'                   => 'dns_list',\n    'dns_edit_link'              => 'dns_item',\n    'dns_delete_link'            => 'dns_item'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'     => tr('Client / Domains'),\n    'TR_DOMAINS'        => tr('Domains'),\n    'TR_ZONE'           => tr('Zone'),\n    'TR_TTL'            => tr('TTL'),\n    'TR_DOMAIN_ALIASES' => tr('Domain aliases'),\n    'TR_SUBDOMAINS'     => tr('Subdomains'),\n    'TR_NAME'           => tr('Name'),\n    'TR_MOUNT_POINT'    => tr('Mount point'),\n    'TR_DOCUMENT_ROOT'  => tr('Document root'),\n    'TR_REDIRECT'       => tr('Redirect'),\n    'TR_STATUS'         => tr('Status'),\n    'TR_SSL_STATUS'     => tr('SSL status'),\n    'TR_ACTIONS'        => tr('Actions'),\n    'TR_DNS'            => tr('DNS resource records'),\n    'TR_DNS_NAME'       => tr('Name'),\n    'TR_DNS_CLASS'      => tr('Class'),\n    'TR_DNS_TYPE'       => tr('Type'),\n    'TR_DNS_STATUS'     => tr('Status'),\n    'TR_DNS_ACTION'     => tr('Actions'),\n    'TR_DNS_DATA'       => tr('Record data'),\n    'TR_DOMAIN_NAME'    => tr('Domain')\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $tr = $e->getParam('translations');\n        $tr['core']['als_delete_alert'] = tr('Are you sure you want to delete this domain alias?');\n        $tr['core']['sub_delete_alert'] = tr('Are you sure you want to delete this subdomain?');\n        $tr['core']['dns_delete_alert'] = tr('Are you sure you want to delete this DNS record?');\n        $tr['core']['dataTable'] = getDataTablesPluginTranslations(false);\n    }\n);\n\nglobal $baseServerVhostUtf8;\n\nif (Registry::get('config')->get('CLIENT_WEBSITES_ALT_URLS') == 'yes') {\n    $baseServerVhostUtf8 = decode_idna(Registry::get('config')->get('BASE_SERVER_VHOST'));\n}\n\ngenerateNavigation($tpl);\ngenerateDomainsList($tpl);\ngenerateSubdomainsList($tpl);\ngenerateDomainAliasesList($tpl);\ngenerateCustomDnsRecordsList($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/error_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\VirtualFileSystem;\n\n/**\n * Write error page\n *\n * @param int $eid Error page unique identifier\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction writeErrorPage($eid)\n{\n    $vfs = new VirtualFileSystem($_SESSION['user_logged'], '/errors');\n    return $vfs->put($eid . '.html', $_POST['error']);\n}\n\n/**\n * Edit an error page\n *\n * @param int $eid Error page unique identifier\n * @return TRUE on success, FALSE on failure\n */\nfunction editErrorPage($eid)\n{\n    if (!isset($_POST['error'])) {\n        showBadRequestErrorPage();\n    }\n\n    if (in_array($eid, [401, 403, 404, 500, 503]) && writeErrorPage($eid)) {\n        set_page_message(tr('Custom error page updated.'), 'success');\n        return true;\n    }\n\n    set_page_message(tr('System error - custom error page was not updated.'), 'error');\n    return false;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @param int $eid Error page unique identifier\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, $eid)\n{\n    $vfs = new VirtualFileSystem($_SESSION['user_logged'], '/errors');\n    $errorPageContent = $vfs->get($eid . '.html');\n    $tpl->assign('ERROR', ($errorPageContent !== false) ? tohtml($errorPageContent) : '');\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('custom_error_pages') || !isset($_REQUEST['eid'])) {\n    showBadRequestErrorPage();\n}\n\n$eid = intval($_REQUEST['eid']);\n\nif (!in_array($eid, ['401', '403', '404', '500', '503'])) {\n    showBadRequestErrorPage();\n}\n\nif (!empty($_POST) && editErrorPage($eid)) {\n    redirectTo('error_pages.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/error_edit.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'      => tr(' Client / Webtools / Custom Error Pages / Edit Custom Error Page'),\n    'TR_ERROR_EDIT_PAGE' => tr('Edit error page'),\n    'TR_SAVE'            => tr('Save'),\n    'TR_CANCEL'          => tr('Cancel'),\n    'EID'                => $eid\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $eid);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/error_pages.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('custom_error_pages') or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/error_pages.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'  => tr('Client / Webtools / Custom Error Pages'),\n    'DOMAIN'         => tohtml('http://www.' . $_SESSION['user_logged'], 'htmlAttr'),\n    'TR_ERROR_401'   => tr('Unauthorized'),\n    'TR_ERROR_403'   => tr('Forbidden'),\n    'TR_ERROR_404'   => tr('Not Found'),\n    'TR_ERROR_500'   => tr('Internal Server Error'),\n    'TR_ERROR_503'   => tr('Service Unavailable'),\n    'TR_ERROR_PAGES' => tr('Custom error pages'),\n    'TR_EDIT'        => tr('Edit'),\n    'TR_VIEW'        => tr('View')\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/ftp_accounts.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $stmt = exec_query('SELECT userid, status FROM ftp_users WHERE admin_id = ?', $_SESSION['user_id']);\n\n    if (!$stmt->rowCount()) {\n        set_page_message(tr('You do not have FTP accounts.'), 'static_info');\n        $tpl->assign('FTP_ACCOUNTS', '');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'FTP_ACCOUNT'        => tohtml($row['userid']),\n            'UID'                => tohtml($row['userid'], 'htmlAttr'),\n            'FTP_ACCOUNT_STATUS' => translate_dmn_status($row['status'])\n        ]);\n\n        if ($row['status'] != 'ok') {\n            $tpl->assign('FTP_ACTIONS', '');\n        } else {\n            $tpl->parse('FTP_ACTIONS', 'ftp_actions');\n        }\n\n        $tpl->parse('FTP_ITEM', '.ftp_item');\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('ftp') or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/ftp_accounts.tpl',\n    'page_message' => 'layout',\n    'ftp_message'  => 'page',\n    'ftp_accounts' => 'page',\n    'ftp_item'     => 'ftp_accounts',\n    'ftp_actions'  => 'ftp_item'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'         => tr('Client / FTP / Overview'),\n    'TR_FTP_ACCOUNT'        => tr('FTP account'),\n    'TR_FTP_ACTIONS'        => tr('Actions'),\n    'TR_FTP_ACCOUNT_STATUS' => tr('Status'),\n    'TR_EDIT'               => tr('Edit'),\n    'TR_DELETE'             => tr('Delete'),\n    'TR_MESSAGE_DELETE'     => tr('Are you sure you want to delete the %s FTP account?', '%s'),\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $tr = $e->getParam('translations');\n        $tr['core']['dataTable'] = getDataTablesPluginTranslations();\n        $tr['core']['deletion_confirm_msg'] = tr('Are you sure you want to delete the `%%s` FTP user?');\n    }\n);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/ftp_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\ndeclare(strict_types=1);\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Database\\DatabaseMysql;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\VirtualFileSystem;\n\n/**\n * Generate domain type list\n *\n * @param int $mainDmnId Customer main domain id\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generateDomainTypeList($mainDmnId, TemplateEngine $tpl): void\n{\n    $stmt = exec_query(\n        '\n            SELECT count(`t2`.`subdomain_id`) AS `sub_count`,\n                count(`t3`.`alias_id`) AS `als_count`,\n                count(`t4`.`subdomain_alias_id`) AS `alssub_count`\n            FROM `domain` AS `t1`\n            LEFT JOIN `subdomain` AS `t2` ON(`t2`.`domain_id` = `t1`.`domain_id`)\n            LEFT JOIN `domain_aliasses` AS `t3` ON(\n                `t3`.`domain_id` = `t1`.`domain_id`\n            )\n            LEFT JOIN `subdomain_alias` AS `t4` ON(\n                `t4`.`alias_id` = `t3`.`alias_id`\n            )\n            WHERE `t1`.`domain_id` = ?\n        ',\n        $mainDmnId\n    );\n    $row = $stmt->fetchRow();\n\n    $domains = [\n        [\n            'count' => '1',\n            'type' => 'dmn',\n            'tr' => tr('Domain')\n        ],\n        [\n            'count' => $row['sub_count'],\n            'type' => 'sub',\n            'tr' => tr('Subdomain')\n        ],\n        [\n            'count' => $row['als_count'],\n            'type' => 'als',\n            'tr' => tr('Domain alias')\n        ],\n        [\n            'count' => $row['alssub_count'],\n            'type' => 'alssub', 'tr' => tr('Subdomain alias')\n        ]\n    ];\n\n    foreach ($domains as $domain) {\n        if ($domain['count']) {\n            $tpl->assign([\n                'DOMAIN_TYPE'          => tohtml($domain['type']),\n                'DOMAIN_TYPE_SELECTED' => isset($_POST['domain_type'])\n                && $_POST['domain_type'] == $domain['type']\n                    ? ' selected'\n                    : ($domain['type'] == 'dmn' ? ' selected' : ''),\n                'TR_DOMAIN_TYPE'       => $domain['tr']\n            ]);\n            $tpl->parse('DOMAIN_TYPES', '.domain_types');\n        }\n    }\n}\n\n/**\n * Get domain list\n *\n * @param string $mainDmnName Customer main domain name\n * @param string $mainDmnId Customer main domain id\n * @param string $dmnType Domain type (dmn|sub|als|alssub)\n * @return array Domain list\n */\nfunction getDomainList($mainDmnName, $mainDmnId, $dmnType = 'dmn'): array\n{\n    if ($dmnType == 'dmn') {\n        $domainName = decode_idna($mainDmnName);\n        return [[\n            'domain_name_val' => $domainName,\n            'domain_name'     => $domainName\n        ]];\n    }\n\n    switch ($dmnType) {\n        case 'sub':\n            $query = \"\n                SELECT CONCAT(`subdomain_name`, '.', '$mainDmnName') AS `name`\n                FROM `subdomain`\n                WHERE `domain_id` = ? AND `subdomain_status` = ?\n            \";\n            break;\n        case 'als':\n            $query = '\n                SELECT `alias_name` AS `name`\n                FROM `domain_aliasses`\n                WHERE `domain_id` = ?\n                AND `alias_status` = ?\n            ';\n            break;\n        case 'alssub':\n            $query = \"\n                SELECT CONCAT(\n                    `t2`.`subdomain_alias_name`, '.', `t1`.`alias_name`\n                ) AS `name`\n                FROM `domain_aliasses` AS `t1`\n                JOIN `subdomain_alias` AS `t2` ON(\n                    `t2`.`alias_id` = `t1`.`alias_id`\n                )\n                WHERE `t1`.`domain_id` = ?\n                AND `t2`.`subdomain_alias_status` = ?\n            \";\n            break;\n        default:\n            showBadRequestErrorPage();\n            exit;\n    }\n\n\n    $stmt = exec_query($query, [$mainDmnId, 'ok']);\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $dmnList = [];\n    while ($row = $stmt->fetchRow()) {\n        $domainName = decode_idna($row['name']);\n        $dmnList[] = [\n            'domain_name_val' => $domainName,\n            'domain_name'     => $domainName\n        ];\n    }\n\n    return $dmnList;\n}\n\n/**\n * Add Ftp account\n *\n * @return bool TRUE on success, FALSE on failure\n */\nfunction addAccount(): bool\n{\n    if (!isset($_POST['domain_type'])\n        || !isset($_POST['username'])\n        || !isset($_POST['domain_name'])\n        || !isset($_POST['password'])\n        || !isset($_POST['password_repeat'])\n        || !isset($_POST['home_dir'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $error = false;\n    $username = clean_input($_POST['username']);\n    $dmnName = mb_strtolower(clean_input($_POST['domain_name']));\n    $passwd = clean_input($_POST['password']);\n    $passwdRepeat = clean_input($_POST['password_repeat']);\n    $homeDir = utils_normalizePath('/' . clean_input($_POST['home_dir']));\n\n    if (!customerHasDomain($dmnName, $_SESSION['user_id'])) {\n        showBadRequestErrorPage();\n    }\n\n    if (!validates_username($username)) {\n        set_page_message(tr('Invalid FTP username.'), 'error');\n        $error = true;\n    }\n\n    if ($passwd !== $passwdRepeat) {\n        set_page_message(tr('Passwords do not match.'), 'error');\n        $error = true;\n    } elseif (!checkPasswordSyntax($passwd)) {\n        $error = true;\n    }\n\n    if ($homeDir === '') {\n        set_page_message(tr('FTP home directory cannot be empty.'), 'error');\n        $error = true;\n    }\n\n    if ($error) {\n        return false;\n    }\n\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n\n    $vfs = new VirtualFileSystem($_SESSION['user_logged']);\n    if ($homeDir !== '/'\n        && !$vfs->exists($homeDir, VirtualFileSystem::VFS_TYPE_DIR)\n    ) {\n        set_page_message(tr(\"Directory '%s' doesn't exists.\", $homeDir), 'error');\n        return false;\n    }\n\n    $username .= '@' . encode_idna($dmnName);\n    $homeDir = utils_normalizePath(\n        '/'\n        . Registry::get('config')['USER_WEB_DIR']\n        . '/'\n        . $mainDmnProps['domain_name']\n        . '/'\n        . $homeDir\n    );\n    $stmt = exec_query(\n        '\n            SELECT `t1`.`admin_name`, `t1`.`admin_sys_uid`,\n                `t1`.`admin_sys_gid`, `t2`.`domain_disk_limit`,\n                `t3`.`name` AS `quota_entry`\n            FROM `admin` AS `t1`\n            JOIN `domain` AS `t2` ON (`t2`.`domain_admin_id` = `t1`.`admin_id`)\n            LEFT JOIN `quotalimits` AS `t3` ON (`t3`.`name` = `t1`.`admin_name`)\n            WHERE `t1`.`admin_id` = ?\n        ',\n        $_SESSION['user_id']\n    );\n    $row1 = $stmt->fetchRow();\n\n    $db = DatabaseMysql::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(Events::onBeforeAddFtp, [\n            'ftpUserId'    => $username,\n            'ftpPassword'  => $passwd,\n            'ftpUserUid'   => $row1['admin_sys_uid'],\n            'ftpUserGid'   => $row1['admin_sys_gid'],\n            'ftpUserShell' => '/bin/sh',\n            'ftpUserHome'  => $homeDir\n        ]);\n\n        exec_query(\n            \"\n                INSERT INTO ftp_users (\n                    `userid`, `admin_id`, `passwd`, `uid`, `gid`, `shell`,\n                    `homedir`, `status`\n                ) VALUES (\n                    ?, ?, ?, ?, ?, '/bin/sh', ?, 'toadd'\n                )\n            \",\n            [\n                $username,\n                $_SESSION['user_id'],\n                Crypt::sha512($passwd),\n                $row1['admin_sys_uid'],\n                $row1['admin_sys_gid'],\n                $homeDir\n            ]\n        );\n\n        exec_query(\n            \"\n                INSERT INTO `ftp_group` (\n                    `groupname`, `gid`, `members`\n                ) VALUES (\n                    ?, ?, ?\n                ) ON DUPLICATE KEY UPDATE\n                    `members` = CONCAT(`members`, ',', ?)\n            \",\n            [$row1['admin_name'], $row1['admin_sys_gid'], $username, $username]\n        );\n\n        if (!$row1['quota_entry']) {\n            exec_query(\n                \"\n                    INSERT INTO `quotalimits` (\n                        `name`, `quota_type`, `per_session`, `limit_type`,\n                        `bytes_in_avail`, `bytes_out_avail`, `bytes_xfer_avail`,\n                        `files_in_avail`, `files_out_avail`, `files_xfer_avail`\n                    ) VALUES (\n                        ?, 'group', 'false', 'hard', ?, 0, 0, 0, 0, 0\n                     )\n                \",\n                [\n                    $row1['admin_name'],\n                    $row1['domain_disk_limit'] > 0\n                        ? $row1['domain_disk_limit'] * 1024 * 1024\n                        : 0\n                ]\n            );\n        }\n\n        EventAggregator::getInstance()->dispatch(Events::onAfterAddFtp, [\n            'ftpUserId'    => $username,\n            'ftpPassword'  => $passwd,\n            'ftpUserUid'   => $row1['admin_sys_uid'],\n            'ftpUserGid'   => $row1['admin_sys_gid'],\n            'ftpUserShell' => '/bin/sh',\n            'ftpUserHome'  => $homeDir\n        ]);\n\n        $db->commit();\n        send_request();\n        write_log(\n            sprintf(\n                'A new FTP account (%s) has been created by %s',\n                $username,\n                $_SESSION['user_logged']\n            ),\n            E_USER_NOTICE\n        );\n        set_page_message(tr('FTP account successfully added.'), 'success');\n    } catch (Exception $e) {\n        $db->rollBack();\n        if ($e->getCode() == 23000) {\n            set_page_message(tr('FTP account already exists.'), 'error');\n            return false;\n        }\n\n        throw $e;\n    }\n\n    return true;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl): void\n{\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n\n    # Set parameters for the FTP chooser\n    $_SESSION['ftp_chooser_domain_id'] = $mainDmnProps['domain_id'];\n    $_SESSION['ftp_chooser_user'] = $_SESSION['user_logged'];\n    $_SESSION['ftp_chooser_root_dir'] = '/';\n    $_SESSION['ftp_chooser_hidden_dirs'] = ['.well-known'];\n    $_SESSION['ftp_chooser_unselectable_dirs'] = ['.well-known'];\n\n    $tpl->assign([\n        'USERNAME' => isset($_POST['username'])\n            ? tohtml($_POST['username'], 'htmlAttr') : '',\n        'HOME_DIR' => isset($_POST['home_dir'])\n            ? tohtml($_POST['home_dir'], 'htmlAttr') : '/'\n    ]);\n\n    generateDomainTypeList($mainDmnProps['domain_id'], $tpl);\n    $dmnList = getDomainList(\n        $mainDmnProps['domain_name'],\n        $mainDmnProps['domain_id'],\n        isset($_POST['domain_type']) ? clean_input($_POST['domain_type']) : 'dmn'\n    );\n\n    foreach ($dmnList as $dmn) {\n        $tpl->assign([\n            'DOMAIN_NAME_VAL'      => tohtml($dmn['domain_name_val'], 'htmlAttr'),\n            'DOMAIN_NAME'          => tohtml($dmn['domain_name']),\n            'DOMAIN_NAME_SELECTED' => isset($_POST['domain_name'])\n            && $_POST['domain_name'] == $dmn['domain_name'] ? ' selected' : ''\n        ]);\n        $tpl->parse('DOMAIN_LIST', '.domain_list');\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('ftp') or showBadRequestErrorPage();\n\n$mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n\nif (is_xhr()\n    && isset($_POST['domain_type'])\n) {\n    echo json_encode(\n        getDomainList(\n            $mainDmnProps['domain_name'],\n            $mainDmnProps['domain_id'],\n            clean_input($_POST['domain_type'])\n        )\n    );\n    return;\n}\n\nif (!empty($_POST)) {\n    $nbFtpAccounts = get_customer_ftp_users_count($_SESSION['user_id']);\n\n    if ($mainDmnProps['domain_ftpacc_limit']\n        && $nbFtpAccounts >= $mainDmnProps['domain_ftpacc_limit']\n    ) {\n        set_page_message(tr('FTP account limit reached.'), 'error');\n        redirectTo('ftp_accounts.php');\n    }\n\n    if (addAccount()) {\n        redirectTo('ftp_accounts.php');\n    }\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/ftp_add.tpl',\n    'page_message' => 'layout',\n    'domain_list'  => 'page',\n    'domain_types' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'        => tohtml(tr('Client / FTP / Add FTP Account')),\n    'TR_FTP_ACCOUNT_DATA'  => tohtml(tr('Ftp account data')),\n    'TR_DOMAIN_TYPE_LABEL' => tohtml(tr('Domain type')),\n    'TR_USERNAME'          => tohtml(tr('Username')),\n    'TR_PASSWORD'          => tohtml(tr('Password')),\n    'TR_PASSWORD_REPEAT'   => tohtml(tr('Repeat password')),\n    'TR_HOME_DIR'          => tohtml(tr('Home directory')),\n    'TR_CHOOSE_DIR'        => tohtml(tr('Choose dir')),\n    'TR_ADD'               => tohtml(tr('Add'), 'htmlAttr'),\n    'TR_CANCEL'            => tohtml(tr('Cancel'))\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $tr = $e->getParam('translations');\n        $tr['core']['close'] = tr('Close');\n        $tr['core']['ftp_directories'] = tr('FTP home directory');\n    }\n);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/ftp_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('ftp')\n    || !isset($_GET['id'])\n) {\n    showBadRequestErrorPage();\n}\n\n$userid = clean_input($_GET['id']);\n\n$stmt = exec_query(\n    'SELECT admin_name as groupname FROM ftp_users JOIN admin USING(admin_id) WHERE userid = ? AND admin_id = ?',\n    [$userid, $_SESSION['user_id']]\n);\n\nif (!$stmt->rowCount()) {\n    showBadRequestErrorPage();\n}\n\n$row = $stmt->fetchRow();\n$groupname = $row['groupname'];\n\n$db = DatabaseMySQL::getInstance();\n\ntry {\n    $db->beginTransaction();\n\n    EventAggregator::getInstance()->dispatch(Events::onBeforeDeleteFtp, ['ftpUserId' => $userid]);\n\n    $stmt = exec_query('SELECT members FROM ftp_group WHERE groupname = ?', $groupname);\n\n    if ($stmt->rowCount()) {\n        $row = $stmt->fetchRow();\n        $members = preg_split('/,/', $row['members'], -1, PREG_SPLIT_NO_EMPTY);\n        $member = array_search($userid, $members);\n\n        if (false !== $member) {\n            unset($members[$member]);\n\n            if (empty($members)) {\n                exec_query('DELETE FROM ftp_group WHERE groupname = ?', $groupname);\n                exec_query('DELETE FROM quotalimits WHERE name = ?', $groupname);\n                exec_query('DELETE FROM quotatallies WHERE name = ?', $groupname);\n            } else {\n                exec_query('UPDATE ftp_group SET members = ? WHERE groupname = ?', [\n                        implode(',', $members), $groupname]\n                );\n            }\n        }\n    }\n\n    exec_query(\"UPDATE ftp_users SET status = 'todelete' WHERE userid = ?\", $userid);\n\n    $cfg = Registry::get('config');\n\n    EventAggregator::getInstance()->dispatch(Events::onAfterDeleteFtp, ['ftpUserId' => $userid]);\n\n    $db->commit();\n    send_request();\n    write_log(sprintf('An FTP account has been deleted by %s', $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('FTP account successfully deleted.'), 'success');\n} catch (Exception $e) {\n    $db->rollBack();\n    throw $e;\n}\n\nredirectTo('ftp_accounts.php');\n"
  },
  {
    "path": "gui/public/client/ftp_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\VirtualFileSystem;\n\n/**\n * Update Ftp account\n *\n * @param string $userid Ftp userid\n * @return bool TRUE on success, FALSE on failure\n */\nfunction updateFtpAccount($userid)\n{\n    if (!isset($_POST['password'])\n        || !isset($_POST['password_repeat'])\n        || !isset($_POST['home_dir'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $error = false;\n    $passwd = clean_input($_POST['password']);\n    $passwdRepeat = clean_input($_POST['password_repeat']);\n    $homeDir = utils_normalizePath('/' . clean_input($_POST['home_dir']));\n\n    if ($passwd !== '') {\n        if ($passwd !== $passwdRepeat) {\n            set_page_message(tr('Passwords do not match.'), 'error');\n            $error = true;\n        }\n\n        if (!checkPasswordSyntax($_POST['password'])) {\n            $error = true;\n        }\n    }\n\n    if ($homeDir === '') {\n        set_page_message(tr('FTP home directory cannot be empty.'), 'error');\n        $error = true;\n    }\n\n    if ($error) {\n        return false;\n    }\n\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n\n    $vfs = new VirtualFileSystem($_SESSION['user_logged']);\n    if ($homeDir !== '/'\n        && !$vfs->exists($homeDir, VirtualFileSystem::VFS_TYPE_DIR)\n    ) {\n        set_page_message(tr(\"Directory '%s' doesn't exists.\", $homeDir), 'error');\n        return false;\n    }\n\n    $homeDir = utils_normalizePath(\n        Registry::get('config')['USER_WEB_DIR'] . '/' . $mainDmnProps['domain_name'] . '/' . $homeDir\n    );\n\n    EventAggregator::getInstance()->dispatch(Events::onBeforeEditFtp, [\n        'ftpUserId'   => $userid,\n        'ftpPassword' => $passwd,\n        'ftpUserHome' => $homeDir\n    ]);\n\n    if ($passwd !== '') {\n        exec_query(\n            \"UPDATE ftp_users SET passwd = ?, homedir = ?, status = 'tochange' WHERE userid = ? AND admin_id = ?\",\n            [Crypt::sha512($passwd), $homeDir, $userid, $_SESSION['user_id']]\n        );\n    } else {\n        exec_query(\"UPDATE ftp_users SET homedir = ?, status = 'tochange' WHERE userid = ? AND admin_id = ?\", [\n            $homeDir, $userid, $_SESSION['user_id']\n        ]);\n    }\n\n    EventAggregator::getInstance()->dispatch(Events::onAfterEditFtp, [\n        'ftpUserId'   => $userid,\n        'ftpPassword' => $passwd,\n        'ftpUserHome' => $homeDir\n    ]);\n\n    send_request();\n    write_log(sprintf('An FTP account (%s) has been updated by: %s', $userid, $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('FTP account successfully updated.'), 'success');\n    return true;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @param string $ftpUserId Ftp userid\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, $ftpUserId)\n{\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n\n    # Set parameters for the FTP chooser\n    $_SESSION['ftp_chooser_domain_id'] = $mainDmnProps['domain_id'];\n    $_SESSION['ftp_chooser_user'] = $_SESSION['user_logged'];\n    $_SESSION['ftp_chooser_root_dir'] = '/';\n    $_SESSION['ftp_chooser_hidden_dirs'] = [];\n    $_SESSION['ftp_chooser_unselectable_dirs'] = [];\n\n    $cfg = Registry::get('config');\n    $stmt = exec_query('SELECT homedir FROM ftp_users WHERE userid = ?', $ftpUserId);\n    $row = $stmt->fetchRow();\n\n    $ftpHomeDir = utils_normalizePath('/' . $row['homedir']);\n    $customerHomeDir = utils_normalizePath('/' . $cfg['USER_WEB_DIR'] . '/' . $mainDmnProps['domain_name']);\n\n    if ($ftpHomeDir == $customerHomeDir) {\n        $customFtpHomeDir = '/';\n    } else {\n        $customFtpHomeDir = substr($ftpHomeDir, strlen($customerHomeDir));\n    }\n\n    $tpl->assign([\n        'USERNAME' => tohtml(decode_idna($ftpUserId), 'htmlAttr'),\n        'HOME_DIR' => (isset($_POST['home_dir'])) ? tohtml($_POST['home_dir']) : tohtml($customFtpHomeDir),\n        'ID'       => tohtml($ftpUserId, 'htmlAttr'),\n    ]);\n}\n\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('ftp') || !isset($_GET['id'])) {\n    showBadRequestErrorPage();\n}\n\n$userid = clean_input($_GET['id']);\n$stmt = exec_query('SELECT COUNT(admin_id) FROM ftp_users WHERE userid = ? AND admin_id = ?', [\n    $userid, $_SESSION['user_id']\n]);\n\nif ($stmt->fetchRow(PDO::FETCH_COLUMN) == 0) {\n    showBadRequestErrorPage();\n}\n\nif (!empty($_POST)) {\n    if (updateFtpAccount($userid)) {\n        redirectTo('ftp_accounts.php');\n    }\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/ftp_edit.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'      => tr('Client / FTP / Overview / Edit FTP Account'),\n    'TR_FTP_USER_DATA'   => tr('Ftp account data'),\n    'TR_USERNAME'        => tr('Username'),\n    'TR_PASSWORD'        => tr('Password'),\n    'TR_PASSWORD_REPEAT' => tr('Repeat password'),\n    'TR_HOME_DIR'        => tr('Home directory'),\n    'TR_CHOOSE_DIR'      => tr('Choose dir'),\n    'TR_CHANGE'          => tr('Update'),\n    'TR_CANCEL'          => tr('Cancel')\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $tr = $e->getParam('translations');\n        $tr['core']['close'] = tr('Close');\n        $tr['core']['ftp_directories'] = tr('FTP home directory');\n    }\n);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $userid);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/index.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generates limit\n *\n * @param $num\n * @param $limit\n * @return string\n */\nfunction gen_num_limit_msg($num, $limit)\n{\n    if ($limit == -1) {\n        return '<span style=\"color: red;\">' . tr('Disabled') . '</span>';\n    }\n\n    if ($limit == 0) {\n        return $num . ' / ∞';\n    }\n\n    return $num . ' / ' . $limit;\n}\n\n/**\n * Generate mail quota limit msg\n *\n * @return string\n */\nfunction gen_mail_quota_limit_mgs()\n{\n    $domainProps = get_domain_default_props($_SESSION['user_id']);\n    $mailQuota = exec_query(\n        'SELECT IFNULL(SUM(quota), 0) FROM mail_users WHERE domain_id = ?', $domainProps['domain_id']\n    )->fetchRow(PDO::FETCH_COLUMN);\n\n    if ($domainProps['mail_quota'] == 0) {\n        return bytesHuman($mailQuota) . ' / ∞';\n    }\n\n    return bytesHuman($mailQuota) . ' / ' . bytesHuman($domainProps['mail_quota']);\n}\n\n/**\n * Generates notice for support system\n *\n * @return void\n */\nfunction client_generateSupportSystemNotices()\n{\n    $ticketsCount = exec_query(\n        \"SELECT COUNT(ticket_id) FROM tickets WHERE ticket_from = ? AND ticket_status = '2' AND ticket_reply = '0'\",\n        $_SESSION['user_id']\n    )->fetchRow(PDO::FETCH_COLUMN);\n\n    if ($ticketsCount) {\n        set_page_message(\n            ntr(\n                'You have a new answer to your support ticket.', 'You have %d new answers to your support tickets.',\n                $ticketsCount, $ticketsCount\n            ),\n            'static_info'\n        );\n    }\n}\n\n/**\n * Generates traffic usage bar\n *\n * @param TemplateEngine $tpl Template engine\n * @param int $usage Usage in bytes\n * @param int $maxUsage Max usage in bytes\n * @return void\n */\nfunction client_generateTrafficUsageBar(TemplateEngine $tpl, $usage, $maxUsage)\n{\n\n    $trafficUsagePercent = getPercentUsage($usage, $maxUsage);\n    $trafficUsageData = ($maxUsage > 0)\n        ? sprintf('[%s / %s]', bytesHuman($usage), bytesHuman($maxUsage))\n        : sprintf('[%s / ∞]', bytesHuman($usage));\n    $tpl->assign([\n        'TRAFFIC_PERCENT_WIDTH' => tohtml($trafficUsagePercent, 'htmlAttr'),\n        'TRAFFIC_PERCENT'       => tohtml($trafficUsagePercent),\n        'TRAFFIC_USAGE_DATA'    => tohtml($trafficUsageData)\n    ]);\n\n    if ($maxUsage > 0 && $usage > $maxUsage) {\n        $tpl->assign('TR_TRAFFIC_WARNING', tr('You are exceeding your monthly traffic limit.'));\n    } else {\n        $tpl->assign('TRAFFIC_WARNING', '');\n    }\n}\n\n/**\n * Generates disk usage bar\n *\n * @param TemplateEngine  $tpl Template engine\n * @param int $usage Usage in bytes\n * @param int $maxUsage Max usage in bytes\n * @return void\n */\nfunction client_generateDiskUsageBar(TemplateEngine $tpl, $usage, $maxUsage)\n{\n\n    $diskUsagePercent = getPercentUsage($usage, $maxUsage);\n    $diskUsageData = ($maxUsage > 0)\n        ? sprintf('[%s / %s]', bytesHuman($usage), bytesHuman($maxUsage))\n        : sprintf('[%s / ∞]', bytesHuman($usage));\n    $tpl->assign([\n        'DISK_PERCENT_WIDTH' => tohtml($diskUsagePercent, 'htmlAttr'),\n        'DISK_PERCENT'       => tohtml($diskUsagePercent),\n        'DISK_USAGE_DATA'    => tohtml($diskUsageData),\n    ]);\n\n    if ($maxUsage > 0 && $usage > $maxUsage) {\n        $tpl->assign('TR_DISK_WARNING', tr('You are exceeding your disk space limit.'));\n    } else {\n        $tpl->assign('DISK_WARNING', '');\n    }\n}\n\n/**\n * Generates feature status\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n * @todo hide features that are not available for reseller\n */\nfunction client_generateFeatureStatus(TemplateEngine $tpl)\n{\n    $trYes = '<span style=\"color: green;\">' . tr('Enabled') . '</span>';\n    $trNo = '<span style=\"color: red;\">' . tr('Disabled') . '</span>';;\n    $tpl->assign(\n        [\n            //'DOMAIN_FEATURE_STATUS' =>  customerHasFeature('domain') ? $trYes : $trNo,\n            'DOMAIN_FEATURE_STATUS'                => $trYes,\n            'PHP_FEATURE_STATUS'                   => customerHasFeature('php') ? $trYes : $trNo,\n            'PHP_DIRECTIVES_EDITOR_STATUS'         => customerHasFeature('php_editor') ? $trYes : $trNo,\n            'CGI_FEATURE_STATUS'                   => customerHasFeature('cgi') ? $trYes : $trNo,\n            'CUSTOM_DNS_RECORDS_FEATURE_STATUS'    => customerHasFeature('custom_dns_records') ? $trYes : $trNo,\n            'EXTERNAL_MAIL_SERVERS_FEATURE_STATUS' => customerHasFeature('external_mail') ? $trYes : $trNo,\n            'WEBSTATS_FEATURE_STATUS'              => customerHasFeature('webstats') ? $trYes : $trNo\n        ]\n    );\n\n    if (customerHasFeature('backup')) {\n        $domainProperties = get_domain_default_props($_SESSION['user_id']);\n        // Backup feature for customer can also be disabled by reseller via GUI\n        $domainProperties['allowbackup'] = explode('|', $domainProperties['allowbackup']);\n\n        $bkTranslation = [];\n        foreach ($domainProperties['allowbackup'] as $bkvalue) {\n            switch ($bkvalue) {\n                case 'dmn':\n                    $bkTranslation[] = tr('domain data');\n                    break;\n                case 'sql':\n                    $bkTranslation[] = tr('SQL databases');\n                    break;\n                case 'mail':\n                    $bkTranslation[] = tr('mail accounts');\n                    break;\n                default:\n            }\n        }\n\n        if (count($bkTranslation) > 0) {\n            $tpl->assign(\n                'BACKUP_FEATURE_STATUS',\n                '<span style=\"color:green;\">' . tr('Enabled for: %s', implode(', ', $bkTranslation)) . '</span>'\n            );\n        } else {\n            $tpl->assign('BACKUP_FEATURE_STATUS', $trNo);\n        }\n    } else {\n        $tpl->assign('BACKUP_FEATURE_STATUS', $trNo);\n    }\n}\n\n/**\n * Calculate monthly traffic usage for the given domain\n *\n * @param int $domainId Domain unique identifier\n * @return array An array that contain traffic information\n */\nfunction client_makeTrafficUsage($domainId)\n{\n    $domainProperties = get_domain_default_props($_SESSION['user_id']);\n\n    $trafficData = getClientMonthlyTrafficStats($domainId);\n    $totalTraffic = $trafficData[4];\n    unset($trafficData);\n\n    if ($totalTraffic > 0) {\n        $totalTraffic = ($totalTraffic / 1024) / 1024;\n    } else {\n        $totalTraffic = 0;\n    }\n    unset($trafficData);\n\n    if ($domainProperties['domain_traffic_limit'] == 0) {\n        $percent = 0;\n    } else {\n        if ($totalTraffic > 0) {\n            $percent = ($totalTraffic / $domainProperties['domain_traffic_limit']) * 100;\n        } else {\n            $percent = 0;\n        }\n        $percent = sprintf('%.2f', $percent);\n    }\n\n    return [$percent, $totalTraffic];\n}\n\n/**\n * Returns domain remaining time before expire\n *\n * @access private\n * @param $domainExpireDate\n * @return array\n */\nfunction _client_getDomainRemainingTime($domainExpireDate)\n{\n    $mi = 60;\n    $h = $mi * $mi;\n    $d = $h * 24;\n    $mo = $d * 30;\n    $y = $d * 365;\n    $difftime = $domainExpireDate - time();\n    $years = floor($difftime / $y);\n    $difftime = $difftime % $y;\n    $month = floor($difftime / $mo);\n    $difftime = $difftime % $mo;\n    $days = floor($difftime / $d);\n    return [$years, $month, $days];\n}\n\n/**\n * Generates domain expires information\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction client_generateDomainExpiresInformation(TemplateEngine $tpl)\n{\n    $cfg = Registry::get('config');\n    $domainProperties = get_domain_default_props($_SESSION['user_id']);\n\n    if ($domainProperties['domain_expires'] != 0) {\n        $domainRemainingTime = '';\n        $domainExpiresDate = date($cfg['DATE_FORMAT'], $domainProperties['domain_expires']);\n\n        if (time() < $domainProperties['domain_expires']) {\n            list($years, $month, $days) = _client_getDomainRemainingTime($domainProperties['domain_expires']);\n\n            if ($years == 0 && $month == 0 && $days <= 14) {\n                $domainRemainingTime = '<span style=\"color:red\">'\n                    . ntr('%d day remaining until account expiration', '%d days remaining until account expiration', $days, $days)\n                    . '</span>';\n                $domainExpiresDate = '<strong>(' . $domainExpiresDate . ')</strong>';\n            }\n        } else {\n            $domainExpiresDate = '<strong>(' . $domainExpiresDate . ')</strong>';\n            $domainRemainingTime = '<span style=\"color:red\">' . tr('Domain account expired.') . '</span>';\n            set_page_message(tr('Your account has expired. Please renew your subscription.'), 'warning');\n        }\n\n        $tpl->assign([\n            'DOMAIN_REMAINING_TIME' => $domainRemainingTime,\n            'DOMAIN_EXPIRES_DATE'   => $domainExpiresDate\n        ]);\n    } else {\n        $tpl->assign([\n            'DOMAIN_REMAINING_TIME' => '',\n            'DOMAIN_EXPIRES_DATE'   => tr('Never')\n        ]);\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\n$cfg = Registry::get('config');\ncheck_login('user', $cfg['PREVENT_EXTERNAL_LOGIN_CLIENT']);\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                 => 'shared/layouts/ui.tpl',\n    'page'                   => 'client/index.tpl',\n    'page_message'           => 'layout',\n    'alternative_domain_url' => 'page',\n    'backup_domain_feature'  => 'page',\n    'traffic_warning'        => 'page',\n    'disk_warning'           => 'page'\n]);\n$tpl->assign('TR_PAGE_TITLE', tr('Client / General / Overview'));\n\ngenerateNavigation($tpl);\nclient_generateSupportSystemNotices();\nclient_generateDomainExpiresInformation($tpl);\nclient_generateFeatureStatus($tpl);\n\n$domainProperties = get_domain_default_props($_SESSION['user_id']);\n\nlist($domainTrafficPercent, $domainTrafficUsage) = client_makeTrafficUsage($domainProperties['domain_id']);\n\nclient_generateTrafficUsageBar($tpl, $domainTrafficUsage * 1048576, $domainProperties['domain_traffic_limit'] * 1048576);\nclient_generateDiskUsageBar($tpl, $domainProperties['domain_disk_usage'], $domainProperties['domain_disk_limit'] * 1048576);\n\n$tpl->assign('CREATE_DATE', tohtml(date($cfg['DATE_FORMAT'], $domainProperties['domain_created'])));\n\nlist(\n    $subdomainCount, $domainAliasCount, $mailAccountsCount, $ftpAccountsCount, $sqlDatabasesCount, $sqlUsersCount\n    ) = get_customer_objects_counts($_SESSION['user_id']);\n\n$tpl->assign([\n    'TR_DOMAIN_ACCOUNT'                        => tr('Domain account'),\n    'TR_ACCOUNT_NAME'                          => tr('Account name'),\n    'TR_DOMAIN_NAME'                           => tr('Domain name'),\n    'DOMAIN_NAME'                              => tohtml(decode_idna($domainProperties['domain_name'])),\n    'TR_DOMAIN_ALTERNATIVE_URL'                => tr('Alternative URL to reach your website'),\n    'TR_CREATE_DATE'                           => tr('Creation date'),\n    'TR_DOMAIN_EXPIRES_DATE'                   => tr('Domain expiration date'),\n    'TR_FEATURE'                               => tr('Feature'),\n    'TR_FEATURE_STATUS'                        => tr('Status'),\n    'TR_DOMAIN_FEATURE'                        => tr('Domain'),\n    'TR_DOMAIN_ALIASES_FEATURE'                => tr('Domain aliases'),\n    'DOMAIN_ALIASES_FEATURE_STATUS'            => gen_num_limit_msg($domainAliasCount, $domainProperties['domain_alias_limit']),\n    'SUBDOMAINS_FEATURE_STATUS'                => gen_num_limit_msg($subdomainCount, $domainProperties['domain_subd_limit']),\n    'TR_SUBDOMAINS_FEATURE'                    => tr('Subdomains'),\n    'TR_FTP_ACCOUNTS_FEATURE'                  => tr('FTP accounts'),\n    'FTP_ACCOUNTS_FEATURE_STATUS'              => gen_num_limit_msg($ftpAccountsCount, $domainProperties['domain_ftpacc_limit']),\n    'TR_MAIL_ACCOUNTS_FEATURE'                 => tr('Mail accounts'),\n    'MAIL_ACCOUNTS_FEATURE_STATUS'             => gen_num_limit_msg($mailAccountsCount, $domainProperties['domain_mailacc_limit']),\n    'TR_MAIL_QUOTA'                            => tr('Mail quota'),\n    'EMAIL_QUOTA_STATUS'                       => gen_mail_quota_limit_mgs(),\n    'TR_SQL_DATABASES_FEATURE'                 => tr('SQL databases'),\n    'SQL_DATABASE_FEATURE_STATUS'              => gen_num_limit_msg($sqlDatabasesCount, $domainProperties['domain_sqld_limit']),\n    'TR_SQL_USERS_FEATURE'                     => tr('SQL users'),\n    'SQL_USERS_FEATURE_STATUS'                 => gen_num_limit_msg($sqlUsersCount, $domainProperties['domain_sqlu_limit']),\n    'TR_PHP_SUPPORT_FEATURE'                   => tr('PHP'),\n    'TR_PHP_DIRECTIVES_EDITOR_SUPPORT_FEATURE' => tr('PHP Editor'),\n    'TR_CGI_SUPPORT_FEATURE'                   => tr('CGI'),\n    'TR_CUSTOM_DNS_RECORDS_FEATURE'            => tr('Custom DNS records'),\n    'TR_EXTERNAL_MAIL_SERVER_FEATURE'          => tr('External mail feature'),\n    'TR_BACKUP_FEATURE'                        => tr('Backup'),\n    'TR_WEBSTATS_FEATURE'                      => tr('Web statistics'),\n    'TR_TRAFFIC_USAGE'                         => tr('Monthly traffic usage'),\n    'TR_DISK_USAGE'                            => tr('Disk usage'),\n    'TR_DISK_USAGE_DETAIL'                     => tr('Disk usage detail'),\n    'TR_DISK_FILE_USAGE'                       => tr('File usage'),\n    'DISK_FILESIZE'                            => bytesHuman($domainProperties['domain_disk_file']),\n    'TR_DISK_DATABASE_USAGE'                   => tr('Database usage'),\n    'DISK_SQLSIZE'                             => bytesHuman($domainProperties['domain_disk_sql']),\n    'TR_DISK_MAIL_USAGE'                       => tr('Mail usage'),\n    'DISK_MAILSIZE'                            => bytesHuman($domainProperties['domain_disk_mail'])\n]);\n\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/language.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic('layout', 'shared/layouts/ui.tpl');\n$tpl->define_dynamic([\n    'page'                => 'client/language.tpl',\n    'page_message'        => 'layout',\n    'languages_available' => 'page',\n    'def_language'        => 'languages_available'\n]);\n\n\nif (isset($_SESSION['logged_from']) && isset($_SESSION['logged_from_id'])) {\n    list($customerCurrentLanguage) = get_user_gui_props($_SESSION['user_id']);\n} else {\n    $customerCurrentLanguage = $_SESSION['user_def_lang'];\n}\n\nif (!empty($_POST)) {\n    $customerId = $_SESSION['user_id'];\n    $customerNewLanguage = clean_input($_POST['def_language']);\n\n    if (!in_array($customerNewLanguage, i18n_getAvailableLanguages(true), true)) {\n        showBadRequestErrorPage();\n    }\n\n    if ($customerCurrentLanguage != $customerNewLanguage) {\n        exec_query('UPDATE user_gui_props SET lang = ? WHERE user_id = ?', [\n            $customerNewLanguage, $_SESSION['user_id']\n        ]);\n\n        if (!isset($_SESSION['logged_from_id'])) {\n            unset($_SESSION['user_def_lang']);\n            $_SESSION['user_def_lang'] = $customerNewLanguage;\n        }\n\n        set_page_message(tr('Language has been updated.'), 'success');\n    } else {\n        set_page_message(tr('Nothing has been changed.'), 'info');\n    }\n\n    redirectTo('language.php');\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'      => tr('Client / Profile / Language'),\n    'TR_GENERAL_INFO'    => tr('General information'),\n    'TR_LANGUAGE'        => tr('Language'),\n    'TR_CHOOSE_LANGUAGE' => tr('Choose your language'),\n    'TR_UPDATE'          => tr('Update')\n]);\n\ngenerateNavigation($tpl);\ngenerateLanguagesList($tpl, $customerCurrentLanguage);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/layout.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate layout color form\n *\n * @param $tpl TemplateEngine Template engine instance\n * @return void\n */\nfunction client_generateLayoutColorForm(TemplateEngine $tpl)\n{\n    $colors = layout_getAvailableColorSet();\n\n    if (!empty($POST) && isset($_POST['layoutColor']) && in_array($_POST['layoutColor'], $colors)) {\n        $selectedColor = $_POST['layoutColor'];\n    } else {\n        $selectedColor = layout_getUserLayoutColor($_SESSION['user_id']);\n    }\n\n    if (!empty($colors)) {\n        foreach ($colors as $color) {\n            $tpl->assign([\n                'COLOR'          => $color,\n                'SELECTED_COLOR' => ($color == $selectedColor) ? ' selected' : '']);\n            $tpl->parse('LAYOUT_COLOR_BLOCK', '.layout_color_block');\n        }\n    } else {\n        $tpl->assign('LAYOUT_COLORS_BLOCK', '');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'              => 'shared/layouts/ui.tpl',\n    'page'                => 'client/layout.tpl',\n    'page_message'        => 'layout',\n    'layout_colors_block' => 'page',\n    'layout_color_block'  => 'layout_colors_block'\n]);\n\n/**\n * Dispatches request\n */\nif (isset($_POST['uaction'])) {\n    if ($_POST['uaction'] == 'changeLayoutColor' && isset($_POST['layoutColor'])) {\n        if (layout_setUserLayoutColor($_SESSION['user_id'], $_POST['layoutColor'])) {\n            if (!isset($_SESSION['logged_from_id'])) {\n                $_SESSION['user_theme_color'] = $_POST['layoutColor'];\n                set_page_message(tr('Layout color successfully updated.'), 'success');\n            } else {\n                set_page_message(tr(\"Customer's layout color successfully updated.\"), 'success');\n            }\n        } else {\n            set_page_message(tr('Unknown layout color.'), 'error');\n        }\n    } elseif ($_POST['uaction'] == 'changeShowLabels') {\n        layout_setMainMenuLabelsVisibility($_SESSION['user_id'], intval($_POST['mainMenuShowLabels']));\n        set_page_message(tr('Main menu labels visibility successfully updated.'), 'success');\n    } else {\n        set_page_message(tr('Unknown action: %s', tohtml($_POST['uaction'])), 'error');\n    }\n}\n\nif (layout_isMainMenuLabelsVisible($_SESSION['user_id'])) {\n    $tpl->assign([\n        'MAIN_MENU_SHOW_LABELS_ON'  => ' selected',\n        'MAIN_MENU_SHOW_LABELS_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'MAIN_MENU_SHOW_LABELS_ON'  => '',\n        'MAIN_MENU_SHOW_LABELS_OFF' => ' selected'\n    ]);\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'            => tr('Client / Profile / Layout'),\n    'TR_LAYOUT_COLOR'          => tr('Layout color'),\n    'TR_CHOOSE_LAYOUT_COLOR'   => tr('Choose layout color'),\n    'TR_ENABLED'               => tr('Enabled'),\n    'TR_DISABLED'              => tr('Disabled'),\n    'TR_UPDATE'                => tr('Update'),\n    'TR_OTHER_SETTINGS'        => tr('Other settings'),\n    'TR_MAIN_MENU_SHOW_LABELS' => tr('Show labels for main menu links')\n]);\n\ngenerateNavigation($tpl);\nclient_generateLayoutColorForm($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/mail_accounts.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get count of default mail accounts\n *\n * A default mail account is composed of a name matching with:\n *  - abuse, hostmaster, postmaster or webmaster for a domain\n *  - webmaster for a subdomain\n * and is set as forward mail account. If the customeer turn a default\n * mail account into a normal mail account, it is no longer seen as\n * default mail account.\n *\n * @param int $mainDmnId Main domain id\n * @return int Number of default mail accounts\n */\nfunction countDefaultMailAccounts($mainDmnId)\n{\n    static $count = NULL;\n\n    if (NULL !== $count) {\n        return $count;\n    }\n\n    return $count = exec_query(\n        \"\n            SELECT COUNT(mail_id)\n            FROM mail_users\n            WHERE\n            (\n                (\n                    mail_acc IN('abuse', 'hostmaster', 'postmaster', 'webmaster')\n                    AND mail_type IN('\" . MT_NORMAL_FORWARD . \"', '\" . MT_ALIAS_FORWARD . \"')\n                )\n                OR\n                (\n                    mail_acc = 'webmaster'\n                    AND mail_type IN('\" . MT_SUBDOM_FORWARD . \"', '\" . MT_ALSSUB_FORWARD . \"')\n                )\n            )\n            AND domain_id = ?\n        \",\n        $mainDmnId\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Generate dynamic template parts for the given mail account\n *\n * @param TemplateEngine $tpl pTemplate instance\n * @param string $mailAcc Mail account\n * @param string $mailType Mail account type\n * @param string $mailStatus Mail account status\n * @param int $mailAutoResponder Flag indicating whether or not auto-responder is enabled\n * @return void\n */\nfunction generateDynamicTplParts($tpl, $mailAcc, $mailType, $mailStatus, $mailAutoResponder)\n{\n    if ($mailStatus != 'ok') {\n        $tpl->assign([\n            'MAIL_ACCOUNT_AUTORESPONDER'              => '',\n            'MAIL_ACCOUNT_ACTION_LINKS'               => tr('N/A'),\n            'MAIL_ACCOUNT_DISABLED_DELETION_CHECKBOX' => ' disabled'\n        ]);\n        return;\n    }\n\n    if (strpos($mailType, 'catchall') !== false) {\n        $tpl->assign([\n            'MAIL_ACCOUNT_AUTORESPONDER'              => '',\n            'MAIL_ACCOUNT_EDIT_LINK'                  => '',\n            'MAIL_ACCOUNT_DELETE_LINK'                => '',\n            'MAIL_PROTECTED_MAIL_ACCOUNT'             => '',\n            'MAIL_ACCOUNT_DISABLED_DELETION_CHECKBOX' => ' disabled'\n        ]);\n        $tpl->parse('MAIL_CATCHALL_ACCOUNT_DELETE_LINK', 'mail_catchall_account_delete_link');\n        $tpl->parse('MAIL_ACCOUNT_ACTION_LINKS', 'mail_account_action_links');\n        return;\n    }\n\n    if (Registry::get('config')['PROTECT_DEFAULT_EMAIL_ADDRESSES']\n        && (\n            (in_array($mailType, [MT_NORMAL_FORWARD, MT_ALIAS_FORWARD])\n                && in_array($mailAcc, ['abuse', 'hostmaster', 'postmaster', 'webmaster'])\n            )\n            || ($mailAcc == 'webmaster' && in_array($mailType, [MT_SUBDOM_FORWARD, MT_ALSSUB_FORWARD]))\n        )\n    ) {\n        if ($mailAutoResponder) {\n            $tpl->assign('MAIL_ACCOUNT_AUTORESPONDER_ACTIVATION_LINK', '');\n            $tpl->parse('MAIL_ACCOUNT_AUTORESPONDER_DEACTIVATION_LINK', 'mail_account_autoresponder_deactivation_link');\n        } else {\n            $tpl->assign('MAIL_ACCOUNT_AUTORESPONDER_DEACTIVATION_LINK', '');\n            $tpl->parse('MAIL_ACCOUNT_AUTORESPONDER_ACTIVATION_LINK', 'mail_account_autoresponder_activation_link');\n        }\n\n        $tpl->parse('MAIL_ACCOUNT_AUTORESPONDER_ITEM', 'mail_account_autoresponder');\n        $tpl->assign([\n            'MAIL_ACCOUNT_EDIT_LINK'                  => '',\n            'MAIL_ACCOUNT_DELETE_LINK'                => '',\n            'MAIL_CATCHALL_ACCOUNT_DELETE_LINK'       => '',\n            'MAIL_ACCOUNT_DISABLED_DELETION_CHECKBOX' => ' disabled'\n        ]);\n        $tpl->parse('MAIL_PROTECTED_MAIL_ACCOUNT', 'mail_protected_mail_account');\n        $tpl->parse('MAIL_ACCOUNT_ACTION_LINKS', 'mail_account_action_links');\n        return;\n    }\n\n    if ($mailAutoResponder) {\n        $tpl->assign('MAIL_ACCOUNT_AUTORESPONDER_ACTIVATION_LINK', '');\n        $tpl->parse('MAIL_ACCOUNT_AUTORESPONDER_DEACTIVATION_LINK', 'mail_account_autoresponder_deactivation_link');\n    } else {\n        $tpl->assign('MAIL_ACCOUNT_AUTORESPONDER_DEACTIVATION_LINK', '');\n        $tpl->parse('MAIL_ACCOUNT_AUTORESPONDER_ACTIVATION_LINK', 'mail_account_autoresponder_activation_link');\n    }\n\n    $tpl->parse('MAIL_ACCOUNT_AUTORESPONDER', 'mail_account_autoresponder');\n    $tpl->assign([\n        'MAIL_CATCHALL_ACCOUNT_DELETE_LINK'       => '',\n        'MAIL_PROTECTED_MAIL_ACCOUNT'             => '',\n        'MAIL_ACCOUNT_DISABLED_DELETION_CHECKBOX' => ''\n    ]);\n    $tpl->parse('MAIL_ACCOUNT_EDIT_LINK', 'mail_account_edit_link');\n    $tpl->parse('MAIL_ACCOUNT_DELETE_LINK', 'mail_account_delete_link');\n    $tpl->parse('MAIL_ACCOUNT_ACTION_LINKS', 'mail_account_action_links');\n\n}\n\n/**\n * Generate Mail accounts list\n *\n * @param TemplateEngine $tpl Template engine\n * @param int $mainDmnId Customer main domain unique identifier\n * @return int number of mail accounts\n */\nfunction generateMailAccountsList($tpl, $mainDmnId)\n{\n    $where = '';\n    if (countDefaultMailAccounts($mainDmnId)) {\n        if (!isset($_SESSION['show_default_mail_accounts'])) {\n            $tpl->assign('MAIL_HIDE_DEFAULT_MAIL_ACCOUNTS_LINK', '');\n            $where .= \"\n                AND !(\n                    (\n                        mail_acc IN('abuse', 'hostmaster', 'postmaster', 'webmaster')\n                        AND\n                        mail_type IN('\" . MT_NORMAL_FORWARD . \"', '\" . MT_ALIAS_FORWARD . \"')\n                    )\n                    OR\n                    (\n                        mail_acc = 'webmaster'\n                        AND\n                        mail_type IN('\" . MT_SUBDOM_FORWARD . \"', '\" . MT_ALSSUB_FORWARD . \"')\n                    )\n                )\n            \";\n        } else {\n            $tpl->assign('MAIL_SHOW_DEFAULT_MAIL_ACCOUNTS_LINK', '');\n        }\n    } else {\n        $tpl->assign('MAIL_HIDE_DEFAULT_MAIL_ACCOUNTS_LINK', '');\n        $tpl->assign('MAIL_SHOW_DEFAULT_MAIL_ACCOUNTS_LINK', '');\n    }\n\n    $stmt = exec_query(\n        \"\n          SELECT mail_id, mail_acc, mail_forward, mail_type, status, mail_auto_respond, quota, mail_addr\n          FROM mail_users\n          WHERE domain_id = ?\n          $where\n          ORDER BY mail_addr ASC, mail_type DESC\n        \",\n        $mainDmnId\n    );\n\n    unset($where);\n    $rowCount = $stmt->rowCount();\n\n    if ($rowCount == 0) {\n        $tpl->assign([\n            'MAIL_ACCOUNT'                      => '',\n            'MAIL_SYNC_QUOTA_INFO_LINK'         => '',\n            'MAIL_DELETE_SELECTED_ITEMS_BUTTON' => '',\n        ]);\n        return 0;\n    }\n\n    $postfixConfig = new FileConfig(utils_normalizePath(Registry::get('config')['CONF_DIR'] . '/postfix/postfix.data'));\n    $syncQuotaInfo = isset($_GET['sync_quota_info']);\n    $hasMailboxes = $overQuota = false;\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $mailQuotaInfo = '-';\n        $quotaPercent = 0;\n\n        foreach (explode(',', $row['mail_type']) as $type) {\n            $isCatchall = (strpos($type, 'catchall') !== FALSE);\n\n            if ($isCatchall || strpos($type, 'forward') !== false) {\n                $forwardList = implode(\n                    ', ', array_map('decode_idna', explode(',', $isCatchall ? $row['mail_acc'] : $row['mail_forward']))\n                );\n                $tpl->assign([\n                    'MAIL_ACCOUNT_LONG_FORWARD_LIST'  => tohtml(wordwrap($forwardList, 75)),\n                    'MAIL_ACCOUNT_SHORT_FORWARD_LIST' => tohtml(\n                        strlen($forwardList) > 50 ? substr($forwardList, 0, 50) . '...' : $forwardList, 'htmlAttr'\n                    )\n                ]);\n\n                $tpl->parse('MAIL_ACCOUNT_FORWARD_LIST', 'mail_account_forward_list');\n                continue;\n            }\n\n            $tpl->assign('MAIL_ACCOUNT_FORWARD_LIST', '');\n\n            $hasMailboxes = true;\n            list($user, $domain) = explode('@', $row['mail_addr']);\n\n            $maildirsize = ($row['quota'])\n                ? parseMaildirsize(\n                    utils_normalizePath($postfixConfig['MTA_VIRTUAL_MAIL_DIR'] . \"/$domain/$user/maildirsize\"),\n                    $syncQuotaInfo\n                ) : false;\n\n            if ($maildirsize === false) {\n                $mailQuotaInfo = ($row['quota']) ? '- / ' . bytesHuman($row['quota']) : '- / ∞';\n                continue;\n            }\n\n            $quotaPercent = min(100, round(($maildirsize['byte_count'] / max(1, $maildirsize['quota_bytes'])) * 100));\n\n            if (!$overQuota && $quotaPercent >= 100) {\n                $overQuota = true;\n            }\n\n            $mailQuotaInfo = sprintf(\n                '%s / %s (%.0f%%)',\n                bytesHuman($maildirsize['byte_count']),\n                bytesHuman($maildirsize['quota_bytes']),\n                $quotaPercent\n            );\n        }\n\n        $tpl->assign([\n            'MAIL_ACCOUNT_ID'         => tohtml($row['mail_id']),\n            'MAIL_ACCOUNT_ADDR'       => tohtml(substr(decode_idna('-' . $row['mail_addr']), 1)),\n            'MAIL_ACCOUNT_TYPE'       => tohtml(user_trans_mail_type($row['mail_acc'], $row['mail_type'])),\n            'MAIL_ACCOUNT_QUOTA_INFO' => tohtml($mailQuotaInfo),\n            'MAIL_ACCOUNT_STATUS'     => translate_dmn_status($row['status'])\n        ]);\n\n        if ($quotaPercent >= 95) {\n            $tpl->assign('MAIL_ACCOUNT_NO_QUOTA_WARNING', '');\n            $tpl->parse('MAIL_ACCOUNT_QUOTA_WARNING', 'mail_account_quota_warning');\n        } else {\n            $tpl->assign('MAIL_ACCOUNT_QUOTA_WARNING', '');\n            $tpl->parse('MAIL_ACCOUNT_NO_QUOTA_WARNING', 'mail_account_no_quota_warning');\n        }\n\n        generateDynamicTplParts($tpl, $row['mail_acc'], $row['mail_type'], $row['status'], $row['mail_auto_respond']);\n        $tpl->parse('MAIL_ACCOUNT', '.mail_account');\n    }\n\n    if ($syncQuotaInfo) {\n        set_page_message(tr('Mailboxes quota info were synced.'), 'success');\n        redirectTo('mail_accounts.php');\n    }\n\n    if (!$hasMailboxes) {\n        $tpl->assign([\n            'MAIL_SYNC_QUOTA_INFO_LINK'         => '',\n            'MAIL_DELETE_SELECTED_ITEMS_BUTTON' => ''\n        ]);\n    }\n\n    if ($overQuota) {\n        set_page_message(tr('At least one of your mailboxes is over quota.'), 'static_warning');\n    }\n\n    return $rowCount;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl Reference to the pTemplate object\n * @return void\n */\nfunction generatePage($tpl)\n{\n    if (!customerHasFeature('mail')) {\n        $tpl->assign('MAIL_FEATURE', '');\n        set_page_message(tr('Mail feature is disabled.'), 'static_info');\n        return;\n    }\n\n    if (isset($_GET['show_default_mail_accounts'])) {\n        if ($_GET['show_default_mail_accounts']) {\n            $_SESSION['show_default_mail_accounts'] = '1';\n        } else {\n            unset($_SESSION['show_default_mail_accounts']);\n        }\n    }\n\n    $dmnProps = get_domain_default_props($_SESSION['user_id']);\n    $mainDmnId = $dmnProps['domain_id'];\n    $dmnMailAccLimit = $dmnProps['domain_mailacc_limit'];\n    $mailAccountsCount = generateMailAccountsList($tpl, $mainDmnId);\n    $defaultMailAccountsCount = countDefaultMailAccounts($mainDmnId);\n\n    if (!Registry::get('config')['COUNT_DEFAULT_EMAIL_ADDRESSES']) {\n        if (isset($_SESSION['show_default_mail_accounts'])) {\n            $mailAccountsCount -= $defaultMailAccountsCount;\n        }\n    } elseif (!isset($_SESSION['show_default_mail_accounts'])) {\n        $mailAccountsCount += $defaultMailAccountsCount;\n    }\n\n    if ($mailAccountsCount || $defaultMailAccountsCount) {\n        $tpl->assign([\n            'MAIL_TOTAL_MAIL_ACCOUNTS' => tohtml($mailAccountsCount),\n            'MAIL_ACCOUNTS_LIMIT'      => tohtml(translate_limit_value($dmnMailAccLimit))\n        ]);\n        return;\n    }\n\n    $tpl->assign('MAIL_ACCOUNTS', '');\n    set_page_message(tr('Mail accounts list is empty.'), 'static_info');\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasMailOrExtMailFeatures()) {\n    showBadRequestErrorPage();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                                       => 'shared/layouts/ui.tpl',\n    'page'                                         => 'client/mail_accounts.phtml',\n    'page_message'                                 => 'layout',\n    'mail_feature'                                 => 'page',\n    'mail_accounts'                                => 'mail_feature',\n    'mail_account'                                 => 'mail_accounts',\n    'mail_account_autoresponder'                   => 'mail_account',\n    'mail_account_autoresponder_activation_link'   => 'mail_account_autoresponder',\n    'mail_account_autoresponder_deactivation_link' => 'mail_account_autoresponder',\n    'mail_account_forward_list'                    => 'mail_account',\n    'mail_account_no_quota_warning'                => 'mail_account',\n    'mail_account_quota_warning'                   => 'mail_account',\n    'mail_account_action_links'                    => 'mail_account',\n    'mail_account_edit_link'                       => 'mail_account_action_links',\n    'mail_account_delete_link'                     => 'mail_account_action_links',\n    'mail_catchall_account_delete_link'            => 'mail_account_action_links',\n    'mail_protected_mail_account'                  => 'mail_account_action_links',\n    'mail_show_default_mail_accounts_link'         => 'mail_accounts',\n    'mail_hide_default_mail_accounts_link'         => 'mail_accounts',\n    'mail_sync_quota_info_link'                    => 'mail_accounts',\n    'mail_delete_selected_items_button'            => 'mail_accounts'\n]);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Client / Mail / Overview')));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/mail_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get domains list\n *\n * @return array Domains list\n */\nfunction getDomainsList()\n{\n    static $domainsList = NULL;\n\n    if (NULL === $domainsList) {\n        $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n        $domainsList = [[\n            'name' => $mainDmnProps['domain_name'],\n            'id'   => $mainDmnProps['domain_id'],\n            'type' => 'dmn'\n        ]];\n        $stmt = exec_query(\n            \"\n              SELECT CONCAT(t1.subdomain_name, '.', t2.domain_name) AS name, t1.subdomain_id AS id, 'sub' AS type\n              FROM subdomain AS t1\n              JOIN domain AS t2 USING(domain_id)\n              WHERE t1.domain_id = :domain_id AND t1.subdomain_status = :status_ok\n              UNION ALL\n              SELECT alias_name AS name, alias_id AS id, 'als' AS type\n              FROM domain_aliasses\n              WHERE domain_id = :domain_id AND alias_status = :status_ok\n              UNION ALL\n              SELECT CONCAT(t1.subdomain_alias_name, '.', t2.alias_name) AS name, t1.subdomain_alias_id AS id,\n                'alssub' AS type\n              FROM subdomain_alias AS t1\n              JOIN domain_aliasses AS t2 USING(alias_id)\n              WHERE t2.domain_id = :domain_id AND subdomain_alias_status = :status_ok\n          \",\n            ['domain_id' => $mainDmnProps['domain_id'], 'status_ok' => 'ok']\n        );\n        if ($stmt->rowCount()) {\n            $domainsList = array_merge($domainsList, $stmt->fetchAll(PDO::FETCH_ASSOC));\n            usort($domainsList, function ($a, $b) {\n                return strnatcmp(decode_idna($a['name']), decode_idna($b['name']));\n            });\n        }\n    }\n\n    return $domainsList;\n}\n\n/**\n * Add mail account\n *\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction addMailAccount()\n{\n    if (!isset($_POST['username'])\n        || !isset($_POST['domain_name'])\n        || !isset($_POST['password'])\n        || !isset($_POST['password_rep'])\n        || !isset($_POST['quota'])\n        || !isset($_POST['forward_list'])\n        || !isset($_POST['account_type'])\n        || !in_array($_POST['account_type'], ['1', '2', '3'], true)\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n    $password = $forwardList = '_no_';\n    $mailType = $subId = '';\n    $mailTypeNormal = in_array($_POST['account_type'], ['1', '3']);\n    $mailTypeForward = in_array($_POST['account_type'], ['2', '3']);\n    $mailQuotaLimitBytes = NULL;\n\n    // Check for username\n    $username = mb_strtolower(clean_input($_POST['username']));\n\n    if ($_POST['username'] == '' || !chk_email($username, true)) {\n        set_page_message(tr('Invalid email username.'), 'error');\n        return false;\n    }\n\n    // Check for domain existence and owner\n    $domainName = mb_strtolower(clean_input($_POST['domain_name']));\n    $domainType = NULL;\n    $domainId = NULL;\n\n    foreach (getDomainsList() as $domain) {\n        if ($domain['name'] == $domainName) {\n            $domainType = $domain['type'];\n            $domainId = $domain['id'];\n            $subId = ($domainType != 'dmn') ? $domainId : '0';\n        }\n    }\n\n    if (NULL === $domainType) {\n        showBadRequestErrorPage();\n    }\n\n    if (Registry::get('config')['SERVER_HOSTNAME'] == $domainName && $mailTypeNormal) {\n        # SERVER_HOSTNAME is a canonical domain (local domain) which cannot be\n        # listed in both `mydestination' and `virtual_mailbox_domains' Postfix\n        # parameters. See http://www.postfix.org/VIRTUAL_README.html#canonical\n        # This necessarily means that Postfix canonical domains cannot have\n        # virtual mailboxes, hence their prohibition.\n        set_page_message(tr('You cannot create new mailboxes for that domain. Only forwarded mail accounts are allowed.'), 'warning');\n        return false;\n    }\n\n    $mailAddr = $username . '@' . $domainName;\n\n    if ($mailTypeNormal) {\n        // Check for password\n        $password = clean_input($_POST['password']);\n        $passwordRep = clean_input($_POST['password_rep']);\n\n        if ($password == '') {\n            set_page_message(tr('Password is missing.'), 'error');\n            return false;\n        }\n\n        if ($passwordRep == '') {\n            set_page_message(tr('You must confirm your password.'), 'error');\n            return false;\n        }\n\n        if ($password !== $passwordRep) {\n            set_page_message(tr('Passwords do not match.'), 'error');\n            return false;\n        }\n\n        if (!checkPasswordSyntax($password)) {\n            return false;\n        }\n\n        // Check for quota\n\n        $customerEmailQuotaLimitBytes = filter_digits($mainDmnProps['mail_quota'], 0);\n        $mailQuotaLimitBytes = filter_digits($_POST['quota']) * 1048576; // MiB to Bytes\n\n        if ($customerEmailQuotaLimitBytes > 0) {\n            if ($mailQuotaLimitBytes < 1) {\n                set_page_message(tr('Incorrect email quota.'), 'error');\n                return false;\n            }\n\n            $customerMailboxesQuotaSumBytes = exec_query(\n                'SELECT IFNULL(SUM(quota), 0) FROM mail_users WHERE domain_id = ?', $mainDmnProps['domain_id']\n            )->fetchRow(PDO::FETCH_COLUMN);\n\n            if ($customerMailboxesQuotaSumBytes >= $customerEmailQuotaLimitBytes) {\n                showBadRequestErrorPage(); # Customer should never goes here excepted if it try to bypass js code\n            }\n\n            if ($mailQuotaLimitBytes > $customerEmailQuotaLimitBytes - $customerMailboxesQuotaSumBytes) {\n                set_page_message(tr('Email quota cannot be bigger than %s', bytesHuman($mailQuotaLimitBytes)), 'error');\n                return false;\n            }\n        }\n\n        switch ($domainType) {\n            case 'dmn':\n                $mailType = MT_NORMAL_MAIL;\n                break;\n            case 'sub':\n                $mailType = MT_SUBDOM_MAIL;\n                break;\n            case 'als':\n                $mailType = MT_ALIAS_MAIL;\n                break;\n            case 'alssub':\n                $mailType = MT_ALSSUB_MAIL;\n        }\n\n        $password = Crypt::sha512($password);\n    }\n\n    if ($mailTypeForward) {\n        // Check forward list\n        $forwardList = clean_input($_POST['forward_list']);\n\n        if ($forwardList == '') {\n            set_page_message(tr('Forward list is empty.'), 'error');\n            return false;\n        }\n\n        $forwardList = array_unique(preg_split('/\\s|,/', $forwardList, -1, PREG_SPLIT_NO_EMPTY));\n\n        foreach ($forwardList as $key => &$forwardEmailAddr) {\n            $forwardEmailAddr = encode_idna(mb_strtolower($forwardEmailAddr));\n\n            if (!chk_email($forwardEmailAddr)) {\n                set_page_message(tr('Bad email address in forward list field.'), 'error');\n                return false;\n            }\n\n            if ($forwardEmailAddr == $mailAddr) {\n                set_page_message(tr('You cannot forward %s on itself.', $mailAddr), 'error');\n                return false;\n            }\n        }\n\n        if (empty($forwardList)) {\n            set_page_message(tr('Forward list is empty.'), 'error');\n            return false;\n        }\n\n        $forwardList = implode(',', $forwardList);\n\n        switch ($domainType) {\n            case 'dmn':\n                $mailType .= (($mailType != '') ? ',' : '') . MT_NORMAL_FORWARD;\n                break;\n            case 'sub':\n                $mailType .= (($mailType != '') ? ',' : '') . MT_SUBDOM_FORWARD;\n                break;\n            case 'als':\n                $mailType .= (($mailType != '') ? ',' : '') . MT_ALIAS_FORWARD;\n                break;\n            case 'alssub':\n                $mailType .= (($mailType != '') ? ',' : '') . MT_ALSSUB_FORWARD;\n        }\n    }\n\n    try {\n        $db = DatabaseMySQL::getInstance();\n\n        EventAggregator::getInstance()->dispatch(Events::onBeforeAddMail, [\n            'mailUsername' => $username,\n            'MailAddress'  => $mailAddr\n        ]);\n        exec_query(\n            '\n              INSERT INTO mail_users (\n                mail_acc, mail_pass, mail_forward, domain_id, mail_type, sub_id, status, po_active, mail_auto_respond,\n                mail_auto_respond_text, quota, mail_addr\n              ) VALUES(\n                ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?\n              )\n            ',\n            [\n                $username, $password, $forwardList, $mainDmnProps['domain_id'], $mailType, $subId, 'toadd',\n                $mailTypeNormal ? 'yes' : 'no', '0', NULL, $mailQuotaLimitBytes, $mailAddr\n            ]\n        );\n        EventAggregator::getInstance()->dispatch(Events::onAfterAddMail, [\n            'mailUsername' => $username,\n            'mailAddress'  => $mailAddr,\n            'mailId'       => $db->insertId()\n        ]);\n        send_request();\n        write_log(sprintf('A mail account has been added by %s', $_SESSION['user_logged']), E_USER_NOTICE);\n        set_page_message(tr('Mail account successfully scheduled for addition.'), 'success');\n    } catch (DatabaseException $e) {\n        if ($e->getCode() == 23000) {\n            set_page_message(tr('Mail account already exists.'), 'error');\n            return false;\n        }\n    }\n\n    return true;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n */\nfunction generatePage($tpl)\n{\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n    $customerMailboxesQuotaSumBytes = exec_query(\n        'SELECT IFNULL(SUM(quota), 0) FROM mail_users WHERE domain_id = ?',\n        $mainDmnProps['domain_id']\n    )->fetchRow(PDO::FETCH_COLUMN);\n    $customerEmailQuotaLimitBytes = filter_digits($mainDmnProps['mail_quota'], 0);\n\n    if ($customerEmailQuotaLimitBytes < 1) {\n        $tpl->assign([\n            'TR_QUOTA'  => tohtml(tr('Quota in MiB (0 ∞)')),\n            'MIN_QUOTA' => 0,\n            'MAX_QUOTA' => tohtml(17592186044416, 'htmlAttr'), // Max quota = MySQL UNSIGNED BIGINT in MiB\n            'QUOTA'     => isset($_POST['quota']) ? tohtml(filter_digits($_POST['quota']), 'htmlAttr') : 10\n        ]);\n        $mailTypeForwardOnly = false;\n    } else {\n        if ($customerEmailQuotaLimitBytes > $customerMailboxesQuotaSumBytes) {\n            $mailQuotaLimitBytes = $customerEmailQuotaLimitBytes - $customerMailboxesQuotaSumBytes;\n            $mailMaxQuotaLimitMib = $mailQuotaLimitBytes / 1048576;\n            $mailQuotaLimitMiB = $mailMaxQuotaLimitMib;\n            $mailTypeForwardOnly = false;\n        } else {\n            set_page_message(tr('You cannot add normal mail accounts because you have already assigned all your mail quota. If you want to add a normal mail account, you must first lower the quota assigned to one of your other mail account.'), 'static_info');\n            set_page_message(tr('For the time being, you can only add forwarded mail account.'), 'static_info');\n            # Only for sanity; Attempting to create account involving quota\n            # will fail because quota is already full assigned (expected)\n            $mailQuotaLimitBytes = 1048576; # 1 Mio\n            $mailMaxQuotaLimitMib = 1;\n            $mailQuotaLimitMiB = 1;\n            $mailTypeForwardOnly = true;\n        }\n\n        $tpl->assign([\n            'TR_QUOTA'  => tohtml(tr('Quota in MiB (Max: %s)', bytesHuman($mailQuotaLimitBytes))),\n            'MIN_QUOTA' => 1,\n            'MAX_QUOTA' => tohtml($mailMaxQuotaLimitMib, 'htmlAttr'),\n            'QUOTA'     => isset($_POST['quota'])\n                ? tohtml(filter_digits($_POST['quota']), 'htmlAttr') : tohtml(min(10, $mailQuotaLimitMiB), 'htmlAttr')\n        ]);\n    }\n\n    $mailType = (isset($_POST['account_type']) && in_array($_POST['account_type'], ['1', '2', '3']))\n        ? $_POST['account_type'] : '1';\n\n    $tpl->assign([\n        'USERNAME'               => isset($_POST['username']) ? tohtml($_POST['username']) : '',\n        'NORMAL_CHECKED'         => ($mailType == '1') ? ' checked' : '',\n        'FORWARD_CHECKED'        => ($mailType == '2') ? ' checked' : '',\n        'NORMAL_FORWARD_CHECKED' => ($mailType == '3') ? ' checked' : '',\n        'FORWARD_LIST'           => isset($_POST['forward_list']) ? tohtml($_POST['forward_list']) : '',\n    ]);\n\n    foreach (getDomainsList() as $domain) {\n        $tpl->assign([\n            'DOMAIN_NAME'          => tohtml($domain['name']),\n            'DOMAIN_NAME_UNICODE'  => tohtml(decode_idna($domain['name'])),\n            'DOMAIN_NAME_SELECTED' => (isset($_POST['domain_name']) && $_POST['domain_name'] == $domain['name'])\n                ? ' selected' : '',\n        ]);\n        $tpl->parse('DOMAIN_NAME_ITEM', '.domain_name_item');\n    }\n\n    EventAggregator::getInstance()->registerListener(\n        Events::onGetJsTranslations,\n        function (Event $e) use ($mailTypeForwardOnly) {\n            $e->getParam('translations')->core['mail_add_forward_only'] = $mailTypeForwardOnly;\n        }\n    );\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('mail') or showBadRequestErrorPage();\n\n$dmnProps = get_domain_default_props($_SESSION['user_id']);\n$emailAccountsLimit = $dmnProps['domain_mailacc_limit'];\n\nif ($emailAccountsLimit != '0') {\n    $nbEmailAccounts = get_customer_mail_accounts_count($dmnProps['domain_id']);\n\n    if ($nbEmailAccounts >= $emailAccountsLimit) {\n        set_page_message(tr('You have reached the maximum number of mail accounts allowed by your subscription.'), 'warning');\n        redirectTo('mail_accounts.php');\n    }\n}\n\nif (!empty($_POST) && addMailAccount()) {\n    redirectTo('mail_accounts.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'           => 'shared/layouts/ui.tpl',\n    'page'             => 'client/mail_add.tpl',\n    'page_message'     => 'layout',\n    'domain_name_item' => 'page',\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'          => tr('Client / Mail / Add Mail Account'),\n    'TR_MAIl_ACCOUNT_DATA'   => tr('Mail account data'),\n    'TR_USERNAME'            => tr('Username'),\n    'TR_DOMAIN_NAME'         => tr('Domain name'),\n    'TR_MAIL_ACCOUNT_TYPE'   => tr('Mail account type'),\n    'TR_NORMAL_MAIL'         => tr('Normal'),\n    'TR_FORWARD_MAIL'        => tr('Forward'),\n    'TR_FORWARD_NORMAL_MAIL' => tr('Normal & Forward'),\n    'TR_PASSWORD'            => tr('Password'),\n    'TR_PASSWORD_REPEAT'     => tr('Password confirmation'),\n    'TR_FORWARD_TO'          => tr('Forward to'),\n    'TR_FWD_HELP'            => tr('Separate addresses by a comma, line-break or space.'),\n    'TR_ADD'                 => tr('Add'),\n    'TR_CANCEL'              => tr('Cancel')\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/mail_autoresponder_disable.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\n/**\n * Checks the given mail account\n *\n * - Mail account must exists\n * - Mail account must be owned by customer\n * - Mail account must be of type normal, forward or normal & forward\n * - Mail account must must be in consistent state\n * - Mail account auto-responder must not be active\n *\n * @param int $mailAccountId Mail account unique identifier\n * @return bool TRUE if all conditions are meet, FALSE otherwise\n */\nfunction checkMailAccount($mailAccountId)\n{\n    return (bool)exec_query(\n        \"\n            SELECT COUNT(t1.mail_id) FROM mail_users AS t1\n            JOIN domain AS t2 USING(domain_id)\n            WHERE t1.mail_id = ? AND t2.domain_admin_id = ? AND t1.mail_type NOT RLIKE ? AND t1.status = 'ok'\n            AND t1.mail_auto_respond = 1\n        \",\n        [\n            $mailAccountId,\n            $_SESSION['user_id'],\n            MT_NORMAL_CATCHALL . '|' . MT_SUBDOM_CATCHALL . '|' . MT_ALIAS_CATCHALL . '|' . MT_ALSSUB_CATCHALL\n        ]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Deactivate auto-responder of the given mail account\n *\n * @param int $mailAccountId Mail account id\n * @return void\n */\nfunction deactivateAutoresponder($mailAccountId)\n{\n    exec_query(\"UPDATE mail_users SET status = 'tochange', mail_auto_respond = 0 WHERE mail_id = ?\", $mailAccountId);\n    send_request();\n    write_log(sprintf('A mail autoresponder has been deactivated by %s', $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('Autoresponder has been deactivated.'), 'success');\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('mail')\n    || !isset($_GET['id'])\n) {\n    showBadRequestErrorPage();\n}\n\n$mailAccountId = intval($_GET['id']);\n\nif (!checkMailAccount($mailAccountId)) {\n    showBadRequestErrorPage();\n}\n\ndeactivateAutoresponder($mailAccountId);\nredirectTo('mail_accounts.php');\n"
  },
  {
    "path": "gui/public/client/mail_autoresponder_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Checks the given mail account\n *\n * - Mail account must exists\n * - Mail account must be owned by customer\n * - Mail account must be of type normal, forward or normal & forward\n * - Mail account must be in consistent state\n *\n * @param int $mailAccountId Mail account unique identifier\n * @return bool TRUE if all conditions are meet, FALSE otherwise\n */\nfunction checkMailAccount($mailAccountId)\n{\n    return (bool)exec_query(\n        \"\n            SELECT COUNT(t1.mail_id) FROM mail_users AS t1\n            JOIN domain AS t2 USING(domain_id)\n            WHERE t1.mail_id = ? AND t2.domain_admin_id = ? AND t1.mail_type NOT RLIKE ? AND t1.status = 'ok'\n        \",\n        [\n            $mailAccountId,\n            $_SESSION['user_id'],\n            MT_NORMAL_CATCHALL . '|' . MT_SUBDOM_CATCHALL . '|' . MT_ALIAS_CATCHALL . '|' . MT_ALSSUB_CATCHALL\n        ]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Update autoresponder of the given mail account\n *\n * @param int $mailAccountId Mail account id\n * @param string $autoresponderMessage Auto-responder message\n * @return void\n */\nfunction updateAutoresponderMessage($mailAccountId, $autoresponderMessage)\n{\n    if ($autoresponderMessage === '') {\n        set_page_message(tr('Autoresponder message cannot be empty.'), 'error');\n        redirectTo(\"mail_autoresponder_enable.php?mail_account_id=$mailAccountId\");\n    }\n\n    exec_query(\n        \"\n            UPDATE mail_users\n            SET status = IF(mail_auto_respond, 'tochange', status), mail_auto_respond_text = ?\n            WHERE mail_id = ?\n        \",\n        [$autoresponderMessage, $mailAccountId]\n    );\n    send_request();\n    write_log(sprintf('A mail autoresponder has been edited by %s', $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('Autoresponder has been edited.'), 'success');\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @param int $mailAccountId Mail account id\n * @return void\n */\nfunction generatePage($tpl, $mailAccountId)\n{\n    $stmt = exec_query('SELECT mail_auto_respond_text, mail_acc FROM mail_users WHERE mail_id = ?', $mailAccountId);\n    $row = $stmt->fetchRow();\n    $tpl->assign('AUTORESPONDER_MESSAGE', tohtml($row['mail_auto_respond_text']));\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('mail')\n    || !isset($_REQUEST['id'])\n) {\n    showBadRequestErrorPage();\n}\n\n$mailAccountId = intval($_REQUEST['id']);\n\nif (!checkMailAccount($mailAccountId)) {\n    showBadRequestErrorPage();\n}\n\nif (!isset($_POST['id'])) {\n    $tpl = new TemplateEngine();\n    $tpl->define_dynamic([\n        'layout'       => 'shared/layouts/ui.tpl',\n        'page'         => 'client/mail_autoresponder.tpl',\n        'page_message' => 'layout'\n    ]);\n    $tpl->assign([\n        'TR_PAGE_TITLE'            => tohtml(tr('Client / Mail / Overview / Edit Autoresponder')),\n        'TR_AUTORESPONDER_MESSAGE' => tohtml(tr('Please edit your autoresponder message below')),\n        'TR_ACTION'                => tohtml(tr('Update')),\n        'TR_CANCEL'                => tohtml(tr('Cancel')),\n        'MAIL_ACCOUNT_ID'          => tohtml($mailAccountId)\n    ]);\n\n    generateNavigation($tpl);\n    generatePage($tpl, $mailAccountId);\n    generatePageMessage($tpl);\n\n    $tpl->parse('LAYOUT_CONTENT', 'page');\n    EventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n    $tpl->prnt();\n\n    unsetMessages();\n} elseif (isset($_POST['autoresponder_message'])) {\n    updateAutoresponderMessage($mailAccountId, clean_input($_POST['autoresponder_message']));\n    redirectTo('mail_accounts.php');\n} else {\n    showBadRequestErrorPage();\n}\n"
  },
  {
    "path": "gui/public/client/mail_autoresponder_enable.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Checks the given mail account\n *\n * - Mail account must exists\n * - Mail account must be owned by customer\n * - Mail account must be of type normal, forward or normal & forward\n * - Mail account must must be in consistent state\n * - Mail account autoresponder must not be active\n *\n * @param int $mailAccountId Mail account unique identifier\n * @return string|false string if all conditions are meet, FALSE otherwise\n */\nfunction checkMailAccount($mailAccountId)\n{\n    return exec_query(\n        \"\n            SELECT IFNULL(mail_auto_respond_text, '') FROM mail_users AS t1\n            JOIN domain AS t2 USING(domain_id)\n            WHERE t1.mail_id = ? AND t2.domain_admin_id = ? AND t1.mail_type NOT RLIKE ? AND t1.status = 'ok'\n            AND t1.mail_auto_respond = 0\n        \",\n        [\n            $mailAccountId,\n            $_SESSION['user_id'],\n            MT_NORMAL_CATCHALL . '|' . MT_SUBDOM_CATCHALL . '|' . MT_ALIAS_CATCHALL . '|' . MT_ALSSUB_CATCHALL\n        ]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Activate auto-responder of the given mail account with the given auto-reponder message\n *\n * @param int $mailAccountId Mail account id\n * @param string $autoresponderMessage Auto-responder message\n * @return void\n */\nfunction activateAutoresponder($mailAccountId, $autoresponderMessage)\n{\n    if ($autoresponderMessage === '') {\n        set_page_message(tr('Autoresponder message cannot be empty.'), 'error');\n        redirectTo(\"mail_autoresponder_enable.php?mail_account_id=$mailAccountId\");\n    }\n\n    exec_query(\n        \"\n            UPDATE mail_users\n            SET status = 'tochange', mail_auto_respond = 1, mail_auto_respond_text = ?\n            WHERE mail_id = ?\n        \",\n        [$autoresponderMessage, $mailAccountId]\n    );\n    send_request();\n    write_log(sprintf('A mail autoresponder has been activated by %s', $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('Autoresponder has been activated.'), 'success');\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @param int $mailAccountId Mail account id\n * @return void\n */\nfunction generatePage($tpl, $mailAccountId)\n{\n    $stmt = exec_query('SELECT mail_auto_respond_text FROM mail_users WHERE mail_id = ?', $mailAccountId);\n    $row = $stmt->fetchRow();\n    $tpl->assign('AUTORESPONDER_MESSAGE', tohtml($row['mail_auto_respond_text']));\n}\n\n/***********************************************************************************************************************\n * Main\n */\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('mail')\n    || !isset($_REQUEST['id'])\n) {\n    showBadRequestErrorPage();\n}\n\n$mailAccountId = intval($_REQUEST['id']);\n\nif (($autoresponderMsg = checkMailAccount($mailAccountId)) === FALSE) {\n    showBadRequestErrorPage();\n}\n\nif ($autoresponderMsg !== '') {\n    activateAutoresponder($mailAccountId, $autoresponderMsg);\n    redirectTo('mail_accounts.php');\n}\n\nif (!isset($_POST['id'])) {\n    $tpl = new TemplateEngine();\n    $tpl->define_dynamic([\n        'layout'       => 'shared/layouts/ui.tpl',\n        'page'         => 'client/mail_autoresponder.tpl',\n        'page_message' => 'layout'\n    ]);\n    $tpl->assign([\n        'TR_PAGE_TITLE'            => tohtml(tr('Client / Mail / Overview / Activate Autoresponder')),\n        'TR_AUTORESPONDER_MESSAGE' => tohtml(tr('Please enter your autoresponder message below')),\n        'TR_ACTION'                => tohtml(tr('Activate')),\n        'TR_CANCEL'                => tohtml(tr('Cancel')),\n        'MAIL_ACCOUNT_ID'          => tohtml($mailAccountId)\n    ]);\n\n    generateNavigation($tpl);\n    generatePage($tpl, $mailAccountId);\n    generatePageMessage($tpl);\n\n    $tpl->parse('LAYOUT_CONTENT', 'page');\n    EventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n    $tpl->prnt();\n\n    unsetMessages();\n} elseif (isset($_POST['autoresponder_message'])) {\n    activateAutoresponder($mailAccountId, clean_input($_POST['autoresponder_message']));\n    redirectTo('mail_accounts.php');\n} else {\n    showBadRequestErrorPage();\n}\n"
  },
  {
    "path": "gui/public/client/mail_catchall.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate catch-all item\n *\n *\n * @param TemplateEngine $tpl\n * @param string $domainName\n * @param int $mailId\n * @param string $mailAcc\n * @param int $domainId\n * @param string $mailStatus\n * @param string $mailType\n */\nfunction generateCatchallItem(TemplateEngine $tpl, $domainName, $mailId, $mailAcc, $domainId, $mailStatus, $mailType)\n{\n    if ($mailId > 0) {\n        $mailAcc = implode(', ', array_map('decode_idna', explode(',', $mailAcc)));\n\n        $tpl->assign([\n            'CATCHALL_DOMAIN'            => tohtml(decode_idna($domainName)),\n            'CATCHALL_LONG_FOWARD_LIST'  => tohtml(wordwrap($mailAcc, 75)),\n            'CATCHALL_SHORT_FOWARD_LIST' => tohtml(\n                strlen($mailAcc) > 50 ? substr($mailAcc, 0, 50) . '...' : $mailAcc, 'htmlAttr'\n            ),\n            'CATCHALL_STATUS'            => tohtml(translate_dmn_status($mailStatus)),\n        ]);\n\n        if ($mailStatus != 'ok') {\n            $tpl->assign([\n                'CATCHALL_ADD_LINK'    => tr('N/A'),\n                'CATCHALL_DELETE_LINK' => ''\n            ]);\n            return;\n        }\n\n        $tpl->assign([\n            'CATCHALL_ID'       => $mailId,\n            'CATCHALL_ADD_LINK' => ''\n        ]);\n        $tpl->parse('CATCHALL_DELETE_LINK', 'catchall_delete_link');\n        return;\n    }\n\n    $tpl->assign([\n        'CATCHALL_DOMAIN'            => tohtml(decode_idna($domainName)),\n        'CATCHALL_LONG_FOWARD_LIST'  => tohtml($mailAcc),\n        'CATCHALL_SHORT_FOWARD_LIST' => tohtml($mailAcc, 'htmlAttr'),\n        'CATCHALL_STATUS'            => tohtml($mailStatus),\n        'CATCHALL_ID'                => \"$domainId;$mailType\",\n        'CATCHALL_DELETE_LINK'       => ''\n    ]);\n    $tpl->parse('CATCHALL_ADD_LINK', 'catchall_add_link');\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @çeturn void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $dmnProps = get_domain_default_props($_SESSION['user_id']);\n\n    // Normal catch-all account\n\n    $stmt = exec_query(\n        'SELECT mail_id, mail_acc, status FROM mail_users WHERE domain_id = ? AND sub_id = ? AND mail_type = ?',\n        [$dmnProps['domain_id'], 0, MT_NORMAL_CATCHALL]\n    );\n\n\n    if (!$stmt->rowCount()) {\n        generateCatchallItem(\n            $tpl, $dmnProps['domain_name'], 0, tr('N/A'), $dmnProps['domain_id'], tr('N/A'), MT_NORMAL_CATCHALL\n        );\n    } else {\n        $row = $stmt->fetchRow();\n        generateCatchallItem(\n            $tpl, $dmnProps['domain_name'], $row['mail_id'], $row['mail_acc'], $dmnProps['domain_id'], $row['status'],\n            MT_NORMAL_CATCHALL\n        );\n    }\n\n    $tpl->parse('CATCHALL_ITEM', 'catchall_item');\n\n    // Subdomain aliases catch-all accounts\n\n    $stmt = exec_query(\n        \"\n            SELECT t1.subdomain_id, CONCAT(t1.subdomain_name, '.', t2.domain_name) AS subdomain_name\n            FROM subdomain AS t1\n            JOIN domain AS t2 USING(domain_id)\n            WHERE t1.domain_id = ?\n            AND t1.subdomain_status = 'ok'\n        \",\n        $dmnProps['domain_id']\n    );\n\n    while ($data = $stmt->fetchRow()) {\n        $stmt2 = exec_query(\n            'SELECT mail_id, mail_acc, status FROM mail_users WHERE domain_id = ? AND sub_id = ? AND mail_type = ?',\n            [$dmnProps['domain_id'], $data['subdomain_id'], MT_SUBDOM_CATCHALL]\n        );\n\n        if (!$stmt2->rowCount()) {\n            generateCatchallItem(\n                $tpl, $data['subdomain_name'], 0, tr('N/A'), $data['subdomain_id'], tr('N/A'), MT_SUBDOM_CATCHALL\n            );\n        } else {\n            $row = $stmt2->fetchRow();\n            generateCatchallItem(\n                $tpl, $data['subdomain_name'], $row['mail_id'], $row['mail_acc'], $data['subdomain_id'], $row['status'],\n                MT_SUBDOM_CATCHALL\n            );\n        }\n\n        $tpl->parse('CATCHALL_ITEM', '.catchall_item');\n    }\n\n    // Domain alias catch-all accounts\n\n    $stmt = exec_query(\n        \"SELECT alias_id, alias_name FROM domain_aliasses WHERE domain_id = ? AND alias_status = 'ok'\",\n        $dmnProps['domain_id']\n    );\n\n    while ($data = $stmt->fetchRow()) {\n        $stmt2 = exec_query(\n            'SELECT mail_id, mail_acc, status FROM mail_users WHERE domain_id = ? AND sub_id = ? AND mail_type = ?',\n            [$dmnProps['domain_id'], $data['alias_id'], MT_ALIAS_CATCHALL]\n        );\n\n        if (!$stmt2->rowCount()) {\n            generateCatchallItem(\n                $tpl, $data['alias_name'], 0, tr('N/A'), $data['alias_id'], tr('N/A'), MT_ALIAS_CATCHALL\n            );\n        } else {\n            $row = $stmt2->fetchRow();\n            generateCatchallItem(\n                $tpl, $data['alias_name'], $row['mail_id'], $row['mail_acc'], $data['alias_id'], $row['status'],\n                MT_ALIAS_CATCHALL\n            );\n        }\n\n        $tpl->parse('CATCHALL_ITEM', '.catchall_item');\n    }\n\n    $stmt = exec_query(\n        \"\n            SELECT t1.subdomain_alias_id, CONCAT(t1.subdomain_alias_name, '.', t2.alias_name) AS subdomain_name\n            FROM subdomain_alias AS t1\n            JOIN domain_aliasses AS t2 USING(alias_id)\n            JOIN domain as t3 USING(domain_id)\n            WHERE t2.domain_id = ?\n            AND t1.subdomain_alias_status = 'ok'\n        \",\n        $dmnProps['domain_id']\n    );\n\n    // Subdomain alias catch-all accounts\n\n    while ($data = $stmt->fetchRow()) {\n        $stmt2 = exec_query(\n            'SELECT mail_id, mail_acc, status FROM mail_users WHERE domain_id = ? AND sub_id = ? AND mail_type = ?',\n            [$dmnProps['domain_id'], $data['subdomain_alias_id'], MT_ALSSUB_CATCHALL]\n        );\n\n        if (!$stmt2->rowCount()) {\n            generateCatchallItem(\n                $tpl, $data['subdomain_name'], 0, tr('N/A'), $data['subdomain_alias_id'], tr('N/A'), MT_ALSSUB_CATCHALL\n            );\n        } else {\n            $row = $stmt2->fetchRow();\n            generateCatchallItem(\n                $tpl, $data['subdomain_name'], $row['mail_id'], $row['mail_acc'], $data['subdomain_alias_id'],\n                $row['status'], MT_ALSSUB_CATCHALL\n            );\n        }\n\n        $tpl->parse('CATCHALL_ITEM', '.catchall_item');\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('mail') or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'               => 'shared/layouts/ui.tpl',\n    'page'                 => 'client/mail_catchall.phtml',\n    'page_message'         => 'layout',\n    'catchall_item'        => 'page',\n    'catchall_add_link'    => 'catchall_item',\n    'catchall_delete_link' => 'catchall_item'\n\n]);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Client / Mail / Catch-all Accounts')));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/mail_catchall_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get catch-all domain\n *\n * @param int $catchallDomainId Domain unique identifier\n * @param int $catchalType Catch-all type\n * @return string Catch-all domain name if owner is verified, FALSE otherwise\n */\nfunction getCatchallDomain($catchallDomainId, $catchalType)\n{\n    switch ($catchalType) {\n        case MT_NORMAL_CATCHALL:\n            $stmt = exec_query(\n                'SELECT domain_name FROM domain WHERE domain_id = ? AND domain_admin_id = ?',\n                [$catchallDomainId, $_SESSION['user_id']]\n            );\n            break;\n        case MT_SUBDOM_CATCHALL:\n            $stmt = exec_query(\n                \"\n                    SELECT CONCAT(subdomain_name, '.', domain_name) FROM subdomain\n                    JOIN domain USING(domain_id)\n                    WHERE subdomain_id = ?\n                    AND domain_admin_id = ?\n                \",\n                [$catchallDomainId, $_SESSION['user_id']]\n            );\n            break;\n        case MT_ALIAS_CATCHALL:\n            $stmt = exec_query(\n                \"\n                    SELECT alias_name FROM domain_aliasses\n                    JOIN domain USING(domain_id)\n                    WHERE alias_id = ?\n                    AND domain_admin_id = ?\n                \",\n                [$catchallDomainId, $_SESSION['user_id']]\n            );\n            break;\n        case MT_ALSSUB_CATCHALL:\n            $stmt = exec_query(\n                \"\n                    SELECT CONCAT(subdomain_alias_name, '.', alias_name) FROM subdomain_alias\n                    JOIN domain_aliasses USING(alias_id)\n                    JOIN domain USING(domain_id)\n                    WHERE subdomain_alias_id = ?\n                    AND domain_admin_id = ?\n                \",\n                [$catchallDomainId, $_SESSION['user_id']]\n            );\n            break;\n        default:\n            return false;\n    }\n\n    return $stmt->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Add catch-all account\n *\n * @param int $catchallDomainId Catch-all domain unique identifier\n * @param string $catchallDomain Catch all domain name\n * @param string $catchallType Catch-all type\n * @return void\n */\nfunction addCatchallAccount($catchallDomainId, $catchallDomain, $catchallType)\n{\n    if (!isset($_POST['catchall_addresses_type'])\n        || !in_array($_POST['catchall_addresses_type'], ['auto', 'manual'])\n        || ($_POST['catchall_addresses_type'] == 'manual' && !isset($_POST['manual_catchall_addresses']))\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    if ($_POST['catchall_addresses_type'] == 'auto') {\n        if (!isset($_POST['automatic_catchall_addresses'])\n            || !is_array($_POST['automatic_catchall_addresses'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        if (empty($_POST['automatic_catchall_addresses'])) {\n            set_page_message(tr('You must select at least one catch-all address.'), 'error');\n            showBadRequestErrorPage();\n        }\n\n        $catchallAddresses = [];\n\n        foreach ($_POST['automatic_catchall_addresses'] as $catchallAddressId) {\n            $stmt = exec_query('SELECT mail_addr FROM mail_users WHERE mail_id = ? AND domain_id = ?', [\n                intval($catchallAddressId), get_user_domain_id($_SESSION['user_id'])\n            ]);\n\n            if (!$stmt->rowCount()) {\n                showBadRequestErrorPage();\n            }\n\n            $catchallAddresses[] = $stmt->fetchRow(PDO::FETCH_COLUMN);\n        }\n    } else {\n        $catchallAddresses = clean_input($_POST['manual_catchall_addresses']);\n\n        if ($catchallAddresses === '') {\n            set_page_message(tr('Catch-all addresses field cannot be empty.'), 'error');\n            return;\n        }\n\n        $catchallAddresses = array_unique(preg_split('/\\s|,/', $catchallAddresses, -1, PREG_SPLIT_NO_EMPTY));\n\n        foreach ($catchallAddresses as $key => &$catchallAddress) {\n            $catchallAddress = encode_idna(mb_strtolower(trim($catchallAddress)));\n\n            if (!chk_email($catchallAddress)) {\n                set_page_message(tr('Bad email address in catch-all addresses field.'), 'error');\n                return;\n            }\n        }\n\n        if (empty($catchallAddresses)) {\n            set_page_message(tr('Catch-all addresses field cannot be empty.'), 'error');\n            return;\n        }\n    }\n\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n\n    switch ($catchallType) {\n        case MT_NORMAL_CATCHALL:\n            $subId = '0';\n            break;\n        case MT_ALIAS_CATCHALL:\n        case MT_SUBDOM_CATCHALL:\n        case MT_ALSSUB_CATCHALL:\n            $subId = $catchallDomainId;\n            break;\n        default:\n            showBadRequestErrorPage();\n            exit;\n    }\n\n    EventAggregator::getInstance()->dispatch(Events::onBeforeAddMailCatchall, [\n        'mailCatchallDomain'    => $catchallDomain,\n        'mailCatchallAddresses' => $catchallAddresses\n    ]);\n    exec_query(\n        \"\n            INSERT INTO mail_users (\n                mail_acc, mail_forward, domain_id, mail_type, sub_id, status, po_active, mail_addr\n            ) VALUES (\n                ?, '_no_', ?, ?, ?, 'toadd', 'no', ?\n            )\n        \",\n        [implode(',', $catchallAddresses), $domainId, $catchallType, $subId, '@' . $catchallDomain]\n    );\n    EventAggregator::getInstance()->dispatch(Events::onAfterAddMailCatchall, [\n        'mailCatchallId'        => DatabaseMySQL::getInstance()->insertId(),\n        'mailCatchallDomain'    => $catchallDomain,\n        'mailCatchallAddresses' => $catchallAddresses\n    ]);\n    send_request();\n    write_log(sprintf('A catch-all account has been created by %s', $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('Catch-all successfully scheduled for addition.'), 'success');\n    redirectTo('mail_catchall.php');\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @param int $catchallDomainId Catch-all domain unique identifier\n * @param string $catchallType Catch-all type\n * @return void\n */\nfunction generatePage($tpl, $catchallDomainId, $catchallType)\n{\n    switch ($catchallType) {\n        case MT_NORMAL_CATCHALL:\n            $stmt = exec_query(\n                \"SELECT mail_id, mail_addr FROM mail_users WHERE domain_id = ? AND mail_type RLIKE ? AND status = 'ok'\",\n                [$catchallDomainId, MT_NORMAL_MAIL . '|' . MT_NORMAL_FORWARD]\n            );\n\n            if (!$stmt->rowCount()) {\n                $tpl->assign([\n                    'AUTOMATIC_CATCHALL_ADDRESSES_BLK'  => '',\n                    'MANUAL_CATCHALL_ADDRESSES_CHECKED' => ' checked',\n                    'MANUAL_CATCHALL_ADDRESSES'         => isset($_POST['manual_catchall_addresses'])\n                        ? tohtml($_POST['manual_catchall_addresses']) : ''\n                ]);\n            } else {\n                $tpl->assign([\n                    'AUTOMATIC_CATCHALL_ADDRESSES_CHECKED' => isset($_POST['catchall_addresses_type'])\n                    && $_POST['catchall_addresses_type'] == 'manual' ? '' : ' checked',\n                    'MANUAL_CATCHALL_ADDRESSES_CHECKED'    => isset($_POST['catchall_addresses_type'])\n                    && $_POST['catchall_addresses_type'] == 'manual' ? ' checked' : '',\n                    'MANUAL_CATCHALL_ADDRESSES'            => isset($_POST['manual_catchall_addresses'])\n                        ? tohtml($_POST['manual_catchall_addresses']) : ''\n                ]);\n\n                while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n                    $tpl->assign([\n                        'AUTOMATIC_CATCHALL_ADDRESS_ID' => $row['mail_id'],\n                        'AUTOMATIC_CATCHALL_ADDRESS'    => tohtml(decode_idna($row['mail_addr']))\n                    ]);\n                    $tpl->parse('AUTOMATIC_CATCHALL_ADDRESS_OPTION', '.automatic_catchall_address_option');\n                }\n            }\n            break;\n        case MT_SUBDOM_CATCHALL:\n            $stmt = exec_query(\n                \"\n                    SELECT mail_id, mail_addr\n                    FROM mail_users\n                    WHERE domain_id = ?\n                    AND sub_id = ?\n                    AND mail_type RLIKE ?\n                    AND status = 'ok'\",\n                [get_user_domain_id($_SESSION['user_id']), $catchallDomainId, MT_SUBDOM_MAIL . '|' . MT_SUBDOM_FORWARD]\n            );\n\n            if (!$stmt->rowCount()) {\n                $tpl->assign([\n                    'AUTOMATIC_CATCHALL_ADDRESSES_BLK'  => '',\n                    'MANUAL_CATCHALL_ADDRESSES_CHECKED' => ' checked',\n                    'MANUAL_CATCHALL_ADDRESSES'         => isset($_POST['manual_catchall_addresses'])\n                        ? tohtml($_POST['manual_catchall_addresses']) : ''\n                ]);\n            } else {\n                $tpl->assign([\n                    'AUTOMATIC_CATCHALL_ADDRESSES_CHECKED' => isset($_POST['catchall_addresses_type'])\n                    && $_POST['catchall_addresses_type'] == 'manual' ? '' : ' checked',\n                    'MANUAL_CATCHALL_ADDRESSES_CHECKED'    => isset($_POST['catchall_addresses_type'])\n                    && $_POST['catchall_addresses_type'] == 'manual' ? ' checked' : '',\n                    'MANUAL_CATCHALL_ADDRESSES'            => isset($_POST['manual_catchall_addresses'])\n                        ? tohtml($_POST['manual_catchall_addresses']) : ''\n                ]);\n\n                while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n                    $tpl->assign([\n                        'AUTOMATIC_CATCHALL_ADDRESS_ID' => $row['mail_id'],\n                        'AUTOMATIC_CATCHALL_ADDRESS'    => tohtml(decode_idna($row['mail_addr']))\n                    ]);\n                    $tpl->parse('AUTOMATIC_CATCHALL_ADDRESS_OPTION', '.automatic_catchall_address_option');\n                }\n            }\n            break;\n        case MT_ALIAS_CATCHALL:\n            $stmt = exec_query(\n                \"\n                    SELECT mail_id, mail_addr\n                    FROM mail_users\n                    WHERE domain_id = ?\n                    AND sub_id = ?\n                    AND mail_type RLIKE ?\n                    AND status = 'ok'\n                \",\n                [get_user_domain_id($_SESSION['user_id']), $catchallDomainId, MT_ALIAS_MAIL . '|' . MT_ALIAS_FORWARD]\n            );\n\n            if (!$stmt->rowCount()) {\n                $tpl->assign([\n                    'AUTOMATIC_CATCHALL_ADDRESSES_BLK'  => '',\n                    'MANUAL_CATCHALL_ADDRESSES_CHECKED' => ' checked',\n                    'MANUAL_CATCHALL_ADDRESSES'         => isset($_POST['manual_catchall_addresses'])\n                        ? tohtml($_POST['manual_catchall_addresses']) : ''\n\n                ]);\n            } else {\n                $tpl->assign([\n                    'AUTOMATIC_CATCHALL_ADDRESSES_CHECKED' => isset($_POST['catchall_addresses_type'])\n                    && $_POST['catchall_addresses_type'] == 'manual' ? '' : ' checked',\n                    'MANUAL_CATCHALL_ADDRESSES_CHECKED'    => isset($_POST['catchall_addresses_type'])\n                    && $_POST['catchall_addresses_type'] == 'manual' ? ' checked' : '',\n                    'MANUAL_CATCHALL_ADDRESSES'            => isset($_POST['manual_catchall_addresses'])\n                        ? tohtml($_POST['manual_catchall_addresses']) : ''\n                ]);\n\n                while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n                    $tpl->assign([\n                        'AUTOMATIC_CATCHALL_ADDRESS_ID' => $row['mail_id'],\n                        'AUTOMATIC_CATCHALL_ADDRESS'    => tohtml(decode_idna($row['mail_addr']))\n                    ]);\n                    $tpl->parse('AUTOMATIC_CATCHALL_ADDRESS_OPTION', '.automatic_catchall_address_option');\n                }\n            }\n            break;\n        case MT_ALSSUB_CATCHALL:\n            $stmt = exec_query(\n                \"\n                    SELECT mail_id, mail_addr\n                    FROM mail_users\n                    WHERE domain_id = ?\n                    AND sub_id = ?\n                    AND mail_type RLIKE ?\n                    AND status = 'ok'\n                \",\n                [get_user_domain_id($_SESSION['user_id']), $catchallDomainId, MT_ALSSUB_MAIL . '|' . MT_ALSSUB_FORWARD]\n            );\n\n            if (!$stmt->rowCount()) {\n                $tpl->assign([\n                    'AUTOMATIC_CATCHALL_ADDRESSES_BLK'  => '',\n                    'MANUAL_CATCHALL_ADDRESSES_CHECKED' => ' checked',\n                    'MANUAL_CATCHALL_ADDRESSES'         => isset($_POST['forward_list'])\n                        ? tohtml($_POST['manual_catchall_addresses']) : ''\n                ]);\n            } else {\n                $tpl->assign([\n                    'AUTOMATIC_CATCHALL_ADDRESSES_CHECKED' => isset($_POST['catchall_addresses_type'])\n                    && $_POST['catchall_addresses_type'] == 'manual' ? '' : ' checked',\n                    'MANUAL_CATCHALL_ADDRESSES_CHECKED'    => isset($_POST['catchall_addresses_type'])\n                    && $_POST['catchall_addresses_type'] == 'manual' ? ' checked' : '',\n                    'MANUAL_CATCHALL_ADDRESSES'            => isset($_POST['forward_list'])\n                        ? tohtml($_POST['manual_catchall_addresses']) : ''\n                ]);\n\n                while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n                    $tpl->assign([\n                        'AUTOMATIC_CATCHALL_ADDRESS_ID' => $row['mail_id'],\n                        'AUTOMATIC_CATCHALL_ADDRESS'    => tohtml(decode_idna($row['mail_addr']))\n                    ]);\n                    $tpl->parse('AUTOMATIC_CATCHALL_ADDRESS_OPTION', '.automatic_catchall_address_option');\n                }\n            }\n            break;\n        default:\n            showBadRequestErrorPage();\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('mail')\n    || !isset($_GET['id'])\n) {\n    showBadRequestErrorPage();\n}\n\n$catchallId = clean_input($_GET['id']);\n\nif (!preg_match(\n        '/^(?P<catchallDomainId>\\d+);(?P<catchallType>(?:'\n        . MT_NORMAL_CATCHALL . '|' . MT_SUBDOM_CATCHALL . '|' . MT_ALIAS_CATCHALL . '|' . MT_ALSSUB_CATCHALL\n        . '))$/',\n        $catchallId,\n        $matches\n    )\n    || ($catchallDomain = getCatchallDomain($matches['catchallDomainId'], $matches['catchallType'])) === false\n) {\n    showBadRequestErrorPage();\n    exit;\n}\n\nif (!empty($_POST)) {\n    addCatchallAccount($matches['catchallDomainId'], $catchallDomain, $matches['catchallType']);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                            => 'shared/layouts/ui.tpl',\n    'page'                              => 'client/mail_catchall_add.phtml',\n    'page_message'                      => 'layout',\n    'automatic_catchall_addresses_blk'  => 'page',\n    'automatic_catchall_address_option' => 'automatic_catchall_addresses_blk'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'   => tohtml(tr('Client / Mail / Catch-all Accounts / Add Catch-all account')),\n    'CATCHALL_DOMAIN' => tohtml(decode_idna($catchallDomain)),\n    'CATCHALL_ID'     => tohtml($catchallId, 'htmlAttr')\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $matches['catchallDomainId'], $matches['catchallType']);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/mail_catchall_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('mail') or showBadRequestErrorPage();\n\nif (!isset($_GET['id'])) {\n    showBadRequestErrorPage();\n}\n\n$catchallId = intval($_GET['id']);\n$stmt = exec_query(\n    '\n        SELECT COUNT(mail_id) FROM mail_users\n        JOIN domain USING(domain_id)\n        WHERE mail_id = ?\n        AND domain_admin_id = ?\n    ',\n    [$catchallId, $_SESSION['user_id']]\n);\n\nif ($stmt->fetchRow(PDO::FETCH_COLUMN) == 0) {\n    showBadRequestErrorPage();\n}\n\nEventAggregator::getInstance()->dispatch(Events::onBeforeDeleteMailCatchall, [\n    'mailCatchallId' => $catchallId\n]);\nexec_query(\"UPDATE mail_users SET status = 'todelete' WHERE mail_id = ?\", $catchallId);\nEventAggregator::getInstance()->dispatch(Events::onAfterDeleteMailCatchall, [\n    'mailCatchallId' => $catchallId\n]);\nsend_request();\nwrite_log(sprintf('A catch-all account has been deleted by %s', $_SESSION['user_logged']), E_USER_NOTICE);\nset_page_message(tr('Catch-all account successfully scheduled for deletion.'), 'success');\nredirectTo('mail_catchall.php');\n"
  },
  {
    "path": "gui/public/client/mail_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\n\n/**\n * Schedule deletion of the given mail account\n * @param int $mailId Mail account unique identifier\n * @param int $domainId Main domain unique identifier\n * @param FileConfig $config\n * @param FileConfig $mtaConfig\n * @param int &$nbDeletedMails Counter for deleted mail accounts\n * @return void\n */\nfunction deleteMailAccount($mailId, $domainId, FileConfig $config, FileConfig $mtaConfig, &$nbDeletedMails)\n{\n    $stmt = exec_query('SELECT mail_acc, mail_addr, mail_type FROM mail_users WHERE mail_id = ? AND domain_id = ?', [\n        $mailId, $domainId\n    ]);\n\n    if (!$stmt->rowCount()) {\n        return;\n    }\n\n    $row = $stmt->fetchRow();\n\n    if ($config['PROTECT_DEFAULT_EMAIL_ADDRESSES']\n        && (\n            (in_array($row['mail_type'], [MT_NORMAL_FORWARD, MT_ALIAS_FORWARD])\n                && in_array($row['mail_acc'], ['abuse', 'hostmaster', 'postmaster', 'webmaster'])\n            )\n            || ($row['mail_acc'] == 'webmaster' && in_array($row['mail_type'], [MT_SUBDOM_FORWARD, MT_ALSSUB_FORWARD]))\n        )\n    ) {\n        return;\n    }\n\n    EventAggregator::getInstance()->dispatch(Events::onBeforeDeleteMail, ['mailId' => $mailId]);\n    exec_query(\"UPDATE mail_users SET status = 'todelete' WHERE mail_id = ?\", $mailId);\n\n    if (strpos($row['mail_type'], '_mail') !== false) {\n        # Remove cached quota info if any\n        list($user, $domain) = explode('@', $row['mail_addr']);\n        unset($_SESSION['maildirsize'][utils_normalizePath($mtaConfig['MTA_VIRTUAL_MAIL_DIR'] . \"/$domain/$user/maildirsize\")]);\n    }\n\n    # Update or delete forward and/or catch-all accounts that list mail_addr of\n    # the account that is being deleted.\n    #\n    # Forward accounts:\n    #  A forward account that is only forwarded to the mail_addr of the account\n    #  that is being deleted will be also deleted, else the mail_addr will be\n    #  simply removed from its forward list\n    #\n    # Catch-all accounts:\n    #   A catch-all account that catch only on mail_addr of the account that is\n    #   being deleted will be also deleted, else the mail_addr will be simply\n    #   deleted from the catch-all addresses list.\n    $stmt = exec_query(\n        '\n            SELECT mail_id, mail_acc, mail_forward\n            FROM mail_users\n            WHERE mail_id <> ?\n            AND (mail_acc RLIKE ? OR mail_forward RLIKE ?) \n        ',\n        [$mailId, '(,|^)' . $row['mail_addr'] . '(,|$)', '(,|^)' . $row['mail_addr'] . '(,|$)']\n    );\n\n    if ($stmt->rowCount()) {\n        while ($row = $stmt->fetchRow()) {\n            if ($row['mail_forward'] == '_no_') {\n                # catch-all account\n                $row['mail_acc'] = implode(',', preg_grep(\n                    '/^' . quotemeta($row['mail_addr']) . '$/', explode(',', $row['mail_acc']), PREG_GREP_INVERT\n                ));\n            } else {\n                # Forward account\n                $row['mail_forward'] = implode(',', preg_grep(\n                    '/^' . quotemeta($row['mail_addr']) . '$/', explode(',', $row['mail_forward']), PREG_GREP_INVERT\n                ));\n            }\n\n            if ($row['mail_acc'] === '' || $row['mail_forward'] === '') {\n                exec_query(\"UPDATE mail_users SET status = 'todelete' WHERE mail_id = ?\", $row['mail_id']);\n            } else {\n                exec_query(\n                    \"UPDATE mail_users SET status = 'tochange', mail_acc = ?, mail_forward = ? WHERE mail_id = ?\",\n                    [$row['mail_acc'], $row['mail_forward'], $row['mail_id']]\n                );\n            }\n        }\n    }\n\n    delete_autoreplies_log_entries();\n    EventAggregator::getInstance()->dispatch(Events::onAfterDeleteMail, ['mailId' => $mailId]);\n    $nbDeletedMails++;\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('mail')\n    || !isset($_REQUEST['id'])\n) {\n    showBadRequestErrorPage();\n}\n\n$domainId = get_user_domain_id($_SESSION['user_id']);\n$nbDeletedMails = 0;\n$mailIds = (array)$_REQUEST['id'];\n\nif (empty($mailIds)) {\n    set_page_message(tr('You must select at least one mail account to delete.'), 'error');\n    redirectTo('mail_accounts.php');\n}\n\n$db = DatabaseMySQL::getInstance();\n\ntry {\n    $db->beginTransaction();\n    $config = Registry::get('config');\n    $mtaConfig = new FileConfig(utils_normalizePath(Registry::get('config')['CONF_DIR'] . '/postfix/postfix.data'));\n\n    foreach ($mailIds as $mailId) {\n        deleteMailAccount(intval($mailId), $domainId, $config, $mtaConfig, $nbDeletedMails);\n    }\n\n    $db->commit();\n    send_request();\n\n    if ($nbDeletedMails) {\n        write_log(sprintf('%d mail account(s) were deleted by %s', $_SESSION['user_logged'], $nbDeletedMails), E_USER_NOTICE);\n        set_page_message(\n            ntr(\n                'Mail account has been scheduled for deletion.',\n                '%d mail accounts were scheduled for deletion.',\n                $nbDeletedMails,\n                $nbDeletedMails\n            ),\n            'success'\n        );\n    } else {\n        set_page_message(tr('No mail account has been deleted.'), 'warning');\n    }\n} catch (Exception $e) {\n    $db->rollBack();\n    $errorMessage = $e->getMessage();\n    $code = $e->getCode();\n\n    write_log(sprintf('An unexpected error occurred while attempting to delete a mail account: %s', $errorMessage), E_USER_ERROR);\n\n    if ($code == 403) {\n        set_page_message(tr('Operation cancelled: %s', $errorMessage), 'warning');\n    } elseif ($e->getCode() == 400) {\n        showBadRequestErrorPage();\n    } else {\n        set_page_message(tr('An unexpected error occurred. Please contact your reseller.'), 'error');\n    }\n}\n\nredirectTo('mail_accounts.php');\n"
  },
  {
    "path": "gui/public/client/mail_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Crypt;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get mail account data\n *\n * @param int $mailId Mail account unique identifier\n * @return array mail account data\n */\nfunction client_getEmailAccountData($mailId)\n{\n    static $mailData = NULL;\n\n    if (NULL !== $mailData) {\n        return $mailData;\n    }\n\n    $stmt = exec_query('SELECT * FROM mail_users WHERE mail_id = ? AND domain_id = ?', [\n        $mailId, get_user_domain_id($_SESSION['user_id'])\n    ]);\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    return $stmt->fetchRow();\n}\n\n/**\n * Edit mail account\n *\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction client_editMailAccount()\n{\n    if (!isset($_POST['password'])\n        || !isset($_POST['password_rep'])\n        || !isset($_POST['quota'])\n        || !isset($_POST['forward_list'])\n        || !isset($_POST['account_type'])\n        || !in_array($_POST['account_type'], ['1', '2', '3'], true)\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $mailData = client_getEmailAccountData(clean_input($_GET['id']));\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n    $password = $forwardList = '_no_';\n    $mailType = '';\n    $mailQuotaLimitBytes = NULL;\n\n    if (!preg_match('/^(.*?)_(?:mail|forward)/', $mailData['mail_type'], $match)) {\n        throw new Exception('Could not determine mail type');\n    }\n\n    $domainType = $match[1];\n    $mailTypeNormal = in_array($_POST['account_type'], ['1', '3']);\n    $mailTypeForward = in_array($_POST['account_type'], ['2', '3']);\n\n    if (!$mailTypeNormal && !$mailTypeForward) {\n        showBadRequestErrorPage();\n    }\n\n    if (Registry::get('config')->{'SERVER_HOSTNAME'} == explode('@', $mailData['mail_addr'])[1]\n        && $mailTypeNormal\n    ) {\n        # SERVER_HOSTNAME is a canonical domain (local domain) which cannot be\n        # listed in both `mydestination' and `virtual_mailbox_domains' Postfix\n        # parameters. See http://www.postfix.org/VIRTUAL_README.html#canonical\n        # This necessarily means that Postfix canonical domains cannot have\n        # virtual mailboxes, hence their prohibition.\n        set_page_message(tr('You cannot create new mailboxes for that domain. Only forwarded mail accounts are allowed.'), 'warning');\n        return false;\n    }\n\n    $mailAddr = $mailData['mail_addr'];\n\n    if ($mailTypeNormal) {\n        $password = clean_input($_POST['password']);\n        $passwordRep = clean_input($_POST['password_rep']);\n\n        if ($mailData['mail_pass'] == '_no_' || $password != '' || $passwordRep != '') {\n            if ($password == '') {\n                set_page_message(tr('Password is missing.'), 'error');\n                return false;\n            }\n\n            if ($passwordRep == '') {\n                set_page_message(tr('You must confirm your password.'), 'error');\n                return false;\n            }\n\n            if ($password !== $passwordRep) {\n                set_page_message(tr('Passwords do not match.'), 'error');\n                return false;\n            }\n\n            if (!checkPasswordSyntax($password)) {\n                return false;\n            }\n\n            $password = Crypt::sha512($password);\n        } else {\n            $password = $mailData['mail_pass'];\n        }\n\n        // Check for quota\n\n        $customerEmailQuotaLimitBytes = filter_digits($mainDmnProps['mail_quota'], 0);\n        $mailQuotaLimitBytes = filter_digits($_POST['quota']) * 1048576; // MiB to Bytes\n\n        if ($customerEmailQuotaLimitBytes > 0) {\n            if ($mailQuotaLimitBytes < 1) {\n                set_page_message(tr('Incorrect mail quota.'), 'error');\n                return false;\n            }\n\n            $customerMailboxesQuotaSumBytes = exec_query(\n                'SELECT IFNULL(SUM(quota), 0) FROM mail_users WHERE mail_id <> ? AND domain_id = ?',\n                [$mailData['mail_id'], $mainDmnProps['domain_id']]\n            )->fetchRow(PDO::FETCH_COLUMN);\n\n            if ($customerMailboxesQuotaSumBytes >= $customerEmailQuotaLimitBytes) {\n                showBadRequestErrorPage(); # Customer should never goes here excepted if it try to bypass js code\n            }\n\n            if ($mailQuotaLimitBytes > $customerEmailQuotaLimitBytes - $customerMailboxesQuotaSumBytes) {\n                set_page_message(tr('Mail quota cannot be bigger than %s', bytesHuman($mailQuotaLimitBytes)), 'error');\n                return false;\n            }\n        }\n\n        switch ($domainType) {\n            case 'normal':\n                $mailType = MT_NORMAL_MAIL;\n                break;\n            case 'subdom':\n                $mailType = MT_SUBDOM_MAIL;\n                break;\n            case 'alias':\n                $mailType = MT_ALIAS_MAIL;\n                break;\n            case 'alssub':\n                $mailType = MT_ALSSUB_MAIL;\n        }\n    }\n\n    if ($mailTypeForward) {\n        $forwardList = clean_input($_POST['forward_list']);\n\n        if ($forwardList == '') {\n            set_page_message(tr('Forward list is empty.'), 'error');\n            return false;\n        }\n\n        $forwardList = array_unique(preg_split('/\\s|,/', $forwardList, -1, PREG_SPLIT_NO_EMPTY));\n\n        foreach ($forwardList as $key => &$forwardEmailAddr) {\n            $forwardEmailAddr = encode_idna(mb_strtolower($forwardEmailAddr));\n\n            if (!chk_email($forwardEmailAddr)) {\n                set_page_message(tr('Bad email address in forward list field.'), 'error');\n                return false;\n            }\n\n            if ($forwardEmailAddr == $mailAddr) {\n                set_page_message(tr('You cannot forward %s on itself.', $mailAddr), 'error');\n                return false;\n            }\n        }\n\n        if (empty($forwardList)) {\n            set_page_message(tr('Forward list is empty.'), 'error');\n            return false;\n        }\n\n        $forwardList = implode(',', $forwardList);\n\n        switch ($domainType) {\n            case 'normal':\n                $mailType .= (($mailType != '') ? ',' : '') . MT_NORMAL_FORWARD;\n                break;\n            case 'subdom':\n                $mailType .= (($mailType != '') ? ',' : '') . MT_SUBDOM_FORWARD;\n                break;\n            case 'alias':\n                $mailType .= (($mailType != '') ? ',' : '') . MT_ALIAS_FORWARD;\n                break;\n            case 'alssub':\n                $mailType .= (($mailType != '') ? ',' : '') . MT_ALSSUB_FORWARD;\n        }\n    }\n\n    EventAggregator::getInstance()->dispatch(Events::onBeforeEditMail, [\n        'mailId' => $mailData['mail_id']\n    ]);\n    exec_query(\n        '\n                UPDATE mail_users\n                SET mail_pass = ?, mail_forward = ?, mail_type = ?, status = ?, po_active = ?, quota = ?\n                WHERE mail_id = ?\n            ',\n        [\n            $password, $forwardList, $mailType, 'tochange', $mailTypeNormal ? 'yes' : 'no', $mailQuotaLimitBytes,\n            $mailData['mail_id']\n        ]\n    );\n\n    # Force syncing of quota info on next load (or remove cached data in case of normal account changed to forward account)\n    $postfixConfig = new FileConfig(\n        utils_normalizePath(Registry::get('config')['CONF_DIR'] . '/postfix/postfix.data')\n    );\n    list($user, $domain) = explode('@', $mailAddr);\n    unset($_SESSION['maildirsize'][utils_normalizePath($postfixConfig['MTA_VIRTUAL_MAIL_DIR'] . \"/$domain/$user/maildirsize\")]);\n\n    EventAggregator::getInstance()->dispatch(Events::onAfterEditMail, [\n        'mailId' => $mailData['mail_id']\n    ]);\n    send_request();\n    write_log(\n        sprintf(\n            'A mail account (%s) has been edited by %s', decode_idna($mailAddr), $_SESSION['user_logged']\n        ),\n        E_USER_NOTICE\n    );\n    set_page_message(tr('Mail account successfully scheduled for update.'), 'success');\n    return true;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n */\nfunction client_generatePage(TemplateEngine $tpl)\n{\n    $mailId = clean_input($_GET['id']);\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n    $mailData = client_getEmailAccountData($mailId);\n    list($username, $domainName) = explode('@', $mailData['mail_addr']);\n\n    $customerMailboxesQuotaSumBytes = exec_query(\n        'SELECT IFNULL(SUM(quota), 0) FROM mail_users WHERE mail_id <> ? AND domain_id = ?',\n        [$mailId, $mainDmnProps['domain_id']]\n    )->fetchRow(PDO::FETCH_COLUMN);\n\n    $customerEmailQuotaLimitBytes = filter_digits($mainDmnProps['mail_quota'], 0);\n\n    if ($customerEmailQuotaLimitBytes < 1) {\n        $tpl->assign([\n            'TR_QUOTA'  => tohtml(tr('Quota in MiB (0 ∞)')),\n            'MIN_QUOTA' => 0,\n            'MAX_QUOTA' => tohtml(17592186044416, 'htmlAttr'), // Max quota = MySQL UNSIGNED BIGINT in MiB\n            'QUOTA'     => isset($_POST['quota'])\n                ? tohtml(filter_digits($_POST['quota']), 'htmlAttr')\n                : tohtml($mailData['quota'] / 1048576, 'htmlAttr') // Bytes to MiB conversion\n        ]);\n        $mailTypeForwardOnly = false;\n    } else {\n        if ($customerEmailQuotaLimitBytes > $customerMailboxesQuotaSumBytes) {\n            $mailQuotaLimitBytes = $customerEmailQuotaLimitBytes - $customerMailboxesQuotaSumBytes;\n            $mailMaxQuotaLimitMib = $mailQuotaLimitBytes / 1048576;\n            $mailQuotaLimitMiB = ($mailData['quota'] > 0 && $mailData['quota'] < $mailQuotaLimitBytes)\n                ? $mailData['quota'] / 1048576 : $mailMaxQuotaLimitMib;\n            $mailTypeForwardOnly = false;\n        } else {\n            set_page_message(tr('You cannot make this account a normal mail account because you have already assigned all your mail quota. If you want make this account a normal mail account, you must first lower the quota assigned to one of your other mail account.'), 'static_info');\n            set_page_message(tr('For the time being, you can only edit your forwarded mail account.'), 'static_info');\n            $mailQuotaLimitBytes = 1048576; // Only for sanity. Customer won't be able to switch to normal mail account\n            $mailMaxQuotaLimitMib = 1;\n            $mailQuotaLimitMiB = 1;\n            $mailTypeForwardOnly = true;\n        }\n\n        $tpl->assign([\n            'TR_QUOTA'  => tohtml(tr('Quota in MiB (Max: %s)', bytesHuman($mailQuotaLimitBytes))),\n            'MIN_QUOTA' => 1,\n            'MAX_QUOTA' => tohtml($mailMaxQuotaLimitMib, 'htmlAttr'),\n            'QUOTA'     => isset($_POST['quota'])\n                ? tohtml(filter_digits($_POST['quota']), 'htmlAttr') : tohtml($mailQuotaLimitMiB, 'htmlAttr')\n        ]);\n    }\n\n    $mailType = '';\n\n    if (!isset($_POST['account_type'])\n        || !in_array($_POST['account_type'], ['1', '2', '3'])\n    ) {\n        if (preg_match('/_mail/', $mailData['mail_type'])) {\n            $mailType = '1';\n        }\n\n        if (preg_match('/_forward/', $mailData['mail_type'])) {\n            $mailType = ($mailType == '1') ? '3' : '2';\n        }\n    } else {\n        $mailType = $_POST['account_type'];\n    }\n\n    $tpl->assign([\n        'MAIL_ID'                => tohtml($mailId),\n        'USERNAME'               => tohtml($username),\n        'NORMAL_CHECKED'         => ($mailType == '1') ? ' checked' : '',\n        'FORWARD_CHECKED'        => ($mailType == '2') ? ' checked' : '',\n        'NORMAL_FORWARD_CHECKED' => ($mailType == '3') ? ' checked' : '',\n        'PASSWORD'               => isset($_POST['password']) ? tohtml($_POST['password']) : '',\n        'PASSWORD_REP'           => isset($_POST['password_rep']) ? tohtml($_POST['password_rep']) : '',\n        'FORWARD_LIST'           => isset($_POST['forward_list'])\n            ? tohtml($_POST['forward_list'])\n            : ($mailData['mail_forward'] != '_no_' ? tohtml($mailData['mail_forward']) : ''),\n        'DOMAIN_NAME'            => tohtml($domainName),\n        'DOMAIN_NAME_UNICODE'    => tohtml(decode_idna($domainName)),\n        'DOMAIN_NAME_SELECTED'   => ' selected'\n    ]);\n\n    EventAggregator::getInstance()->registerListener(\n        Events::onGetJsTranslations,\n        function (Event $e) use ($mailTypeForwardOnly) {\n            $e->getParam('translations')->core['mail_add_forward_only'] = $mailTypeForwardOnly;\n        }\n    );\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('mail') ||\n    !isset($_GET['id'])\n) {\n    showBadRequestErrorPage();\n}\n\nif (!empty($_POST) && client_editMailAccount()) {\n    redirectTo('mail_accounts.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/mail_edit.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'          => tr('Client / Mail / Edit Mail Account'),\n    'TR_MAIl_ACCOUNT_DATA'   => tr('Mail account data'),\n    'TR_USERNAME'            => tr('Username'),\n    'TR_DOMAIN_NAME'         => tr('Domain name'),\n    'TR_MAIL_ACCOUNT_TYPE'   => tr('Mail account type'),\n    'TR_NORMAL_MAIL'         => tr('Normal'),\n    'TR_FORWARD_MAIL'        => tr('Forward'),\n    'TR_FORWARD_NORMAL_MAIL' => tr('Normal + Forward'),\n    'TR_PASSWORD'            => tr('Password'),\n    'TR_PASSWORD_REPEAT'     => tr('Password confirmation'),\n    'TR_FORWARD_TO'          => tr('Forward to'),\n    'TR_FWD_HELP'            => tr('Separate addresses by a comma, line-break or space.'),\n    'TR_UPDATE'              => tr('Update'),\n    'TR_CANCEL'              => tr('Cancel')\n]);\n\nclient_generatePage($tpl);\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/mail_external.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Activate or deactivate external mail feature for the given domain\n *\n * @param string $action Action to be done (activate|deactivate)\n * @param int $domainId Domain unique identifier\n * @param string $domainType Domain type\n */\nfunction updateExternalMailFeature($action, $domainId, $domainType)\n{\n    switch ($domainType) {\n        case 'dmn';\n            $query = \"\n                UPDATE domain SET domain_status = 'tochange', external_mail = ?\n                WHERE domain_id = ? AND domain_admin_id = ?\n            \";\n            break;\n        case 'als';\n            $query = \"\n                UPDATE domain_aliasses AS t1\n                JOIN domain AS t2 USING(domain_id)\n                SET t1.alias_status = 'tochange', t1.external_mail = ?\n                WHERE t1.alias_id = ? AND t2.domain_admin_id = ?\n            \";\n            break;\n        default:\n            showBadRequestErrorPage();\n            return;\n    }\n\n    $stmt = exec_query($query, [$action == 'activate' ? 'on' : 'off', $domainId, $_SESSION['user_id']]);\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    if ($action == 'activate') {\n        write_log(sprintf('External mail feature has been activated by %s', $_SESSION['user_logged']));\n        set_page_message(tr('External mail server feature scheduled for activation.'), 'success');\n        return;\n    }\n\n    write_log(sprintf('External mail feature has been deactivated by %s', $_SESSION['user_logged']));\n    set_page_message(tr('External mail server feature scheduled for deactivation.'), 'success');\n}\n\n/**\n * Generate an external mail server item\n *\n * @access private\n * @param TemplateEngine $tpl Template instance\n * @param string $externalMail Status of external mail for the domain\n * @param int $domainId Domain id\n * @param string $domainName Domain name\n * @param string $status Item status\n * @param string $type Domain type (normal for domain or alias for domain alias)\n * @return void\n */\nfunction generateItem(TemplateEngine $tpl, $externalMail, $domainId, $domainName, $status, $type)\n{\n    if ($status == 'ok') {\n        if ($externalMail == 'off') {\n            $tpl->assign([\n                'DOMAIN'          => decode_idna($domainName),\n                'STATUS'          => ($status == 'ok') ? tr('Deactivated') : translate_dmn_status($status),\n                'DOMAIN_TYPE'     => $type,\n                'DOMAIN_ID'       => $domainId,\n                'TR_ACTIVATE'     => ($status == 'ok') ? tr('Activate') : tr('N/A'),\n                'DEACTIVATE_LINK' => ''\n            ]);\n            $tpl->parse('ACTIVATE_LINK', 'activate_link');\n            return;\n        }\n\n        $tpl->assign([\n            'DOMAIN'        => decode_idna($domainName),\n            'STATUS'        => ($status == 'ok') ? tr('Activated') : translate_dmn_status($status),\n            'DOMAIN_TYPE'   => $type,\n            'DOMAIN_ID'     => $domainId,\n            'ACTIVATE_LINK' => '',\n            'TR_DEACTIVATE' => ($status == 'ok') ? tr('Deactivate') : tr('N/A'),\n        ]);\n        $tpl->parse('DEACTIVATE_LINK', 'deactivate_link');\n        return;\n    }\n\n    $tpl->assign([\n        'DOMAIN'          => decode_idna($domainName),\n        'STATUS'          => translate_dmn_status($status),\n        'ACTIVATE_LINK'   => '',\n        'DEACTIVATE_LINK' => ''\n    ]);\n}\n\n/**\n * Generate external mail server item list\n *\n * @access private\n * @param TemplateEngine $tpl Template engine\n * @param int $domainId Domain id\n * @param string $domainName Domain name\n * @return void\n */\nfunction generateItemList(TemplateEngine $tpl, $domainId, $domainName)\n{\n    $stmt = exec_query('SELECT domain_status, external_mail FROM domain WHERE domain_id = ?', $domainId);\n    $data = $stmt->fetchRow();\n\n    generateItem($tpl, $data['external_mail'], $domainId, $domainName, $data['domain_status'], 'dmn');\n\n    $tpl->parse('ITEM', '.item');\n\n    $stmt = exec_query(\n        'SELECT alias_id, alias_name, alias_status, external_mail FROM domain_aliasses WHERE domain_id = ?', $domainId\n    );\n\n    if (!$stmt->rowCount()) {\n        return;\n    }\n\n    while ($data = $stmt->fetchRow()) {\n        generateItem($tpl, $data['external_mail'], $data['alias_id'], $data['alias_name'], $data['alias_status'], 'als');\n        $tpl->parse('ITEM', '.item');\n    }\n}\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    EventAggregator::getInstance()->registerListener(\n        Events::onGetJsTranslations,\n        function (Event $e) {\n            $tr = $e->getParam('translations');\n            $tr['core']['datatable'] = getDataTablesPluginTranslations(false);\n        }\n    );\n\n    $tpl->assign([\n        'TR_PAGE_TITLE' => tr('Client / Mail / External Mail Feature'),\n        'TR_INTRO'      => tr('Below, you can activate the external mail feature for one or many of your domains. Note that activating the external mail feature configures our server to relay your mail through your own mail server, but that no DNS record is created for it.'),\n        'TR_DOMAIN'     => tr('Domain'),\n        'TR_STATUS'     => tr('Status'),\n        'TR_ACTION'     => tr('Action'),\n        'TR_DEACTIVATE' => tr('Deactivate'),\n        'TR_CANCEL'     => tr('Cancel')\n    ]);\n\n    $domainProps = get_domain_default_props($_SESSION['user_id']);\n    $domainId = $domainProps['domain_id'];\n    $domainName = $domainProps['domain_name'];\n    generateItemList($tpl, $domainId, $domainName);\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('external_mail')) {\n    showBadRequestErrorPage();\n}\n\nif (isset($_GET['action'])\n    && isset($_GET['domain_id'])\n    && isset($_GET['domain_type'])\n) {\n    $action = clean_input($_GET['action']);\n    $domainId = intval($_GET['domain_id']);\n    $domainType = clean_input($_GET['domain_type']);\n\n    switch ($action) {\n        case 'activate':\n        case 'deactivate':\n            updateExternalMailFeature($action, $domainId, $domainType);\n            send_request();\n            break;\n        default:\n            showBadRequestErrorPage();\n    }\n\n    redirectTo('mail_external.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'          => 'shared/layouts/ui.tpl',\n    'page'            => 'client/mail_external.tpl',\n    'page_message'    => 'layout',\n    'item'            => 'page',\n    'activate_link'   => 'item',\n    'deactivate_link' => 'item'\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/password_update.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\nrequire_once '../shared/password_update.php';\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Client / Profile / Password')));\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/personal_change.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\nrequire_once __DIR__ . '/../shared/personal_change.php';\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Client / Profile / Personal Data')));\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/phpini.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Tells whether or not the status of the given domain\n *\n * @param int $domainId Domain unique identifier\n * @param string $domainType Domain type (dmn|als|sub|subals)\n * @return bool TRUE if domain status is 'ok', FALSE otherwise\n */\nfunction isDomainStatusOk($domainId, $domainType)\n{\n    switch ($domainType) {\n        case 'dmn':\n            $query = 'SELECT domain_status AS status FROM domain WHERE domain_id = ?';\n            break;\n        case 'als':\n            $query = 'SELECT alias_status AS status FROM domain_aliasses WHERE alias_id = ?';\n            break;\n        case 'sub':\n            $query = 'SELECT subdomain_status AS status FROM subdomain WHERE subdomain_id = ?';\n            break;\n        case 'subals':\n            $query = 'SELECT subdomain_alias_status AS status FROM subdomain_alias WHERE subdomain_alias_id = ?';\n            break;\n        default:\n            throw new Exception('Unknown domain type');\n    }\n\n    $stmt = exec_query($query, $domainId);\n\n    if ($stmt->rowCount()) {\n        $row = $stmt->fetchRow();\n        if ($row['status'] == 'ok') {\n            return true;\n        }\n    }\n\n    return false;\n}\n\n/**\n * Get domain data\n *\n * @param string $configLevel PHP configuration level\n * @return array\n */\nfunction getDomainData($configLevel)\n{\n    // Per user means only main domain\n    $query = \"\n        SELECT domain_name, domain_status, domain_id, 'dmn' AS domain_type FROM domain AS t1\n        WHERE domain_admin_id = :admin_id AND domain_status <> :domain_status\n    \";\n\n    # Per domain or per site means also domain aliases\n    if ($configLevel == 'per_domain' || $configLevel == 'per_site') {\n        $query .= \"\n            UNION ALL\n            SELECT t1.alias_name, t1.alias_status, alias_id, 'als' FROM domain_aliasses AS t1\n            JOIN domain AS t2 USING(domain_id)\n            WHERE t2.domain_admin_id = :admin_id AND t1.url_forward = 'no' AND t1.alias_status <> :domain_status\n        \";\n    }\n\n    # Per site also means also subdomains\n    if ($configLevel == 'per_site') {\n        $query .= \"\n            UNION ALL\n            SELECT CONCAT(t1.subdomain_name, '.', t2.domain_name), t1.subdomain_status, subdomain_id, 'sub'\n            FROM subdomain AS t1\n            JOIN domain AS t2 USING(domain_id)\n            WHERE t2.domain_admin_id  = :admin_id\n            AND t1.subdomain_status <> :domain_status\n            UNION ALL\n            SELECT CONCAT(t1.subdomain_alias_name, '.', t2.alias_name), t1.subdomain_alias_status,\n                subdomain_alias_id, 'subals'\n            FROM subdomain_alias AS t1\n            JOIN domain_aliasses t2 USING(alias_id)\n            JOIN domain AS t3 USING(domain_id)\n            WHERE domain_admin_id = :admin_id\n            AND subdomain_alias_status <> :domain_status\n        \";\n    }\n\n    $stmt = exec_query($query, ['admin_id' => $_SESSION['user_id'], 'domain_status' => 'todelete']);\n    return $stmt->fetchAll();\n}\n\n/**\n * Update PHP configuration options\n *\n * @param PhpEditor $phpini PHP editor instance\n * @param string $configLevel PHP configuration level\n * @çeturn void\n */\nfunction updatePhpConfig($phpini, $configLevel)\n{\n    global $phpini, $configLevel;\n\n    if (isset($_POST['domain_id']) && isset($_POST['domain_type'])) {\n        $dmnId = intval($_POST['domain_id']);\n        $dmnType = clean_input($_POST['domain_type']);\n    } else {\n        $dmnId = get_user_domain_id($_SESSION['user_id']);\n        $dmnType = 'dmn';\n    }\n\n    if ($configLevel == 'per_user' && $dmnType != 'dmn'\n        || $configLevel == 'per_domain' && !in_array($dmnType, ['dmn', 'als'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    if ($configLevel == 'per_user' && $dmnType != 'dmn' || $configLevel == 'per_domain' &&\n        !in_array($dmnType, ['dmn', 'als'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    if (!isDomainStatusOk($dmnId, $dmnType)) {\n        set_page_message(tr('Domain status is not ok.'), 'error');\n        return;\n    }\n\n    $phpini->loadDomainIni($_SESSION['user_id'], $dmnId, $dmnType);\n    $oldData = $phpini->getDomainIni();\n\n    if (isset($_POST['allow_url_fopen'])) {\n        $phpini->setDomainIni('phpiniAllowUrlFopen', clean_input($_POST['allow_url_fopen']));\n    }\n\n    if (isset($_POST['display_errors'])) {\n        $phpini->setDomainIni('phpiniDisplayErrors', clean_input($_POST['display_errors']));\n    }\n\n    if (isset($_POST['error_reporting'])) {\n        $phpini->setDomainIni('phpiniErrorReporting', clean_input($_POST['error_reporting']));\n    }\n\n    if ($phpini->getClientPermission('phpiniDisableFunctions') == 'yes') {\n        $disabledFunctions = [];\n\n        foreach (\n            [\n                'show_source', 'system', 'shell_exec', 'shell_exec', 'passthru', 'exec', 'phpinfo', 'shell',\n                'symlink', 'proc_open', 'popen'\n            ] as $function\n        ) {\n            if (isset($_POST[$function])) {\n                $disabledFunctions[] = $function;\n            }\n        }\n\n        if ((isset($_POST['mail']) && $phpini->clientHasPermission('phpiniMailFunction'))\n            || !$phpini->clientHasPermission('phpiniMailFunction')\n        ) {\n            $disabledFunctions[] = 'mail';\n        }\n\n        $phpini->setDomainIni('phpiniDisableFunctions', $phpini->assembleDisableFunctions($disabledFunctions));\n    } elseif ($phpini->getClientPermission('phpiniDisableFunctions') == 'exec') {\n        $disabledFunctions = explode(',', $phpini->getDomainIni('phpiniDisableFunctions'));\n\n        if (isset($_POST['exec']) && $_POST['exec'] == 'yes') {\n            $disabledFunctions = array_diff($disabledFunctions, ['exec']);\n        } elseif (!in_array('exec', $disabledFunctions, true)) {\n            $disabledFunctions[] = 'exec';\n        }\n\n        $phpini->setDomainIni('phpiniDisableFunctions', $phpini->assembleDisableFunctions($disabledFunctions));\n    }\n\n    if ($phpini->getDomainIni() == $oldData) {\n        set_page_message(tr('Nothing has been changed.'), 'info');\n        redirectTo('domains_manage.php');\n    }\n\n    $phpini->saveDomainIni($_SESSION['user_id'], $dmnId, $dmnType);\n    $phpini->updateDomainStatuses($configLevel, $_SESSION['user_id'], $dmnId, $dmnType);\n\n    send_request();\n    set_page_message(tr('PHP configuration scheduled for update.'), 'success');\n    redirectTo('domains_manage.php');\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl Template engine\n * @param PhpEditor $phpini PHP editor instance\n * @param FileConfig $config Configuration handler\n * @param string $configLevel PHP configuration level\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, PhpEditor $phpini, FileConfig $config, $configLevel)\n{\n    if (isset($_GET['domain_id']) && isset($_GET['domain_type'])) {\n        $dmnId = intval($_GET['domain_id']);\n        $dmnType = clean_input($_GET['domain_type']);\n    } else {\n        $dmnId = get_user_domain_id($_SESSION['user_id']);\n        $dmnType = 'dmn';\n    }\n\n    if ($configLevel == 'per_user' && $dmnType != 'dmn'\n        || $configLevel == 'per_domain' && !in_array($dmnType, ['dmn', 'als'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $dmnsData = getDomainData($configLevel);\n\n    $knowDomain = false;\n    foreach ($dmnsData as $dmnData) {\n        if ($dmnData['domain_id'] == $dmnId && $dmnData['domain_type'] == $dmnType) {\n            $knowDomain = true;\n        }\n    }\n\n    if (!$knowDomain) {\n        showBadRequestErrorPage();\n    }\n\n    $phpini->loadDomainIni($_SESSION['user_id'], $dmnId, $dmnType);\n\n    if ($configLevel != 'per_user') {\n        foreach ($dmnsData as $dmnData) {\n            $tpl->assign([\n                'DOMAIN_ID'           => tohtml($dmnData['domain_id'], 'htmlAttr'),\n                'DOMAIN_TYPE'         => tohtml($dmnData['domain_type'], 'htmlAttr'),\n                'DOMAIN_NAME_UNICODE' => tohtml(decode_idna($dmnData['domain_name'])),\n                'SELECTED'            => ($dmnData['domain_id'] == $dmnId && $dmnData['domain_type'] == $dmnType) ? ' selected' : ''\n            ]);\n\n            $tpl->parse('DOMAIN_NAME_BLOCK', '.domain_name_block');\n        }\n\n        $tpl->assign('DOMAIN_TYPE', $dmnType);\n    } else {\n        $tpl->assign('DOMAIN_LIST_BLOCK', '');\n    }\n\n    if (!$phpini->clientHasPermission('phpiniAllowUrlFopen')) {\n        $tpl->assign('ALLOW_URL_FOPEN_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_ALLOW_URL_FOPEN'  => tr('Allow URL fopen'),\n            'ALLOW_URL_FOPEN_ON'  => $phpini->getDomainIni('phpiniAllowUrlFopen') == 'on' ? ' checked' : '',\n            'ALLOW_URL_FOPEN_OFF' => $phpini->getDomainIni('phpiniAllowUrlFopen') == 'off' ? ' checked' : ''\n        ]);\n    }\n\n    if (!$phpini->clientHasPermission('phpiniDisplayErrors')) {\n        $tpl->assign('DISPLAY_ERRORS_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_DISPLAY_ERRORS'  => tr('Display errors'),\n            'DISPLAY_ERRORS_ON'  => $phpini->getDomainIni('phpiniDisplayErrors') == 'on' ? ' checked' : '',\n            'DISPLAY_ERRORS_OFF' => $phpini->getDomainIni('phpiniDisplayErrors') == 'off' ? ' checked' : ''\n        ]);\n    }\n\n    if (!$phpini->clientHasPermission('phpiniDisplayErrors') || $config['HTTPD_SERVER'] == 'apache_itk') {\n        $tpl->assign('ERROR_REPORTING_BLOCK', '');\n    } else {\n        $errorReporting = $phpini->getDomainIni('phpiniErrorReporting');\n        $tpl->assign([\n            'TR_ERROR_REPORTING'              => tohtml(tr('Error reporting')),\n            'TR_ERROR_REPORTING_DEFAULT'      => tohtml(tr('All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)')),\n            'TR_ERROR_REPORTING_DEVELOPEMENT' => tohtml(tr('All errors (Development)')),\n            'TR_ERROR_REPORTING_PRODUCTION'   => tohtml(tr('All errors, except E_DEPRECATED and E_STRICT (Production)')),\n            'ERROR_REPORTING_0'               => $errorReporting == 'E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED' ? ' selected' : '',\n            'ERROR_REPORTING_1'               => $errorReporting == 'E_ALL & ~E_DEPRECATED & ~E_STRICT' ? ' selected' : '',\n            'ERROR_REPORTING_2'               => $errorReporting == '-1' ? ' selected' : ''\n        ]);\n    }\n\n    if ($config['HTTPD_SERVER'] == 'apache_itk' || !$phpini->clientHasPermission('phpiniDisableFunctions')) {\n        $tpl->assign([\n            'DISABLE_FUNCTIONS_BLOCK' => '',\n            'DISABLE_EXEC_BLOCK'      => ''\n        ]);\n    } elseif ($phpini->getClientPermission('phpiniDisableFunctions') == 'exec') {\n        $disableFunctions = explode(',', $phpini->getDomainIni('phpiniDisableFunctions'));\n        $execYes = in_array('exec', $disableFunctions) ? false : true;\n        $tpl->assign([\n            'TR_DISABLE_FUNCTIONS_EXEC' => tohtml(tr('PHP exec() function')),\n            'TR_EXEC_HELP'              => tohtml(tr(\"When set to 'yes', your PHP scripts can call the PHP exec() function.\"), 'htmlAttr'),\n            'EXEC_YES'                  => $execYes ? ' checked' : '',\n            'EXEC_NO'                   => $execYes ? '' : ' checked',\n            'DISABLE_FUNCTIONS_BLOCK'   => ''\n        ]);\n    } else {\n        $disableableFunctions = [\n            'EXEC', 'PASSTHRU', 'PHPINFO', 'POPEN', 'PROC_OPEN', 'SHOW_SOURCE', 'SYSTEM', 'SHELL', 'SHELL_EXEC', 'SYMLINK'\n        ];\n\n        if ($phpini->clientHasPermission('phpiniMailFunction')) {\n            $disableableFunctions[] = 'MAIL';\n        } else {\n            $tpl->assign('MAIL_FUNCTION_BLOCK', '');\n        }\n\n        $disabledFunctions = explode(',', $phpini->getDomainIni('phpiniDisableFunctions'));\n        foreach ($disableableFunctions as $function) {\n            $tpl->assign($function, in_array(strtolower($function), $disabledFunctions, true) ? ' checked' : '');\n        }\n\n        $tpl->assign([\n            'TR_DISABLE_FUNCTIONS' => tohtml(tr('Disabled functions')),\n            'DISABLE_EXEC_BLOCK'   => ''\n        ]);\n    }\n\n    $tpl->assign([\n        'TR_PHP_SETTINGS' => tohtml(tr('PHP Settings')),\n        'TR_YES'          => tohtml(tr('Yes')),\n        'TR_NO'           => tohtml(tr('No'))\n    ]);\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('php_editor') or showBadRequestErrorPage();\n\n$phpini = PhpEditor::getInstance();\n$phpini->loadResellerPermissions($_SESSION['user_created_by']); // Load reseller PHP permissions\n$phpini->loadClientPermissions($_SESSION['user_id']); // Load client PHP permissions\n\n$config = Registry::get('config');\n$confDir = $config['CONF_DIR'];\n$srvConfig = new FileConfig(\"$confDir/php/php.data\");\n$configLevel = $srvConfig['PHP_CONFIG_LEVEL'];\n\nif (!empty($_POST)) {\n    updatePhpConfig($phpini, $configLevel);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                  => 'shared/layouts/ui.tpl',\n    'page'                    => 'client/phpini.tpl',\n    'page_message'            => 'layout',\n    'domain_list_block'       => 'page',\n    'domain_name_block'       => 'domain_list_block',\n    'allow_url_fopen_block'   => 'page',\n    'display_errors_block'    => 'page',\n    'disable_functions_block' => 'page',\n    'mail_function_block'     => 'disable_functions_block',\n    'disable_exec_block'      => 'page',\n    'error_reporting_block'   => 'page'\n]);\n\n$tpl->assign([\n    'TR_PAGE_TITLE'     => tohtml(tr('Client / Domains / PHP Settings'), 'htmlAttr'),\n    'TR_MENU_PHPINI'    => tohtml(tr('PHP Editor')),\n    'TR_DOMAIN'         => tohtml(tr('Domain')),\n    'TR_DOMAIN_TOOLTIP' => tohtml(tr('Domain for which PHP Editor must act.'), 'htmlAttr'),\n    'TR_UPDATE'         => tohtml(tr('Update'), 'htmlAttr'),\n    'TR_CANCEL'         => tohtml(tr('Cancel'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $phpini, $config, $configLevel);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/profile.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $cfg = Registry::get('config');\n    $stmt = exec_query('SELECT domain_created FROM admin WHERE admin_id = ?', $_SESSION['user_id']);\n    $row = $stmt->fetchRow();\n    $tpl->assign([\n        'TR_ACCOUNT_SUMMARY'   => tr('Account summary'),\n        'TR_USERNAME'          => tr('Username'),\n        'USERNAME'             => tohtml($_SESSION['user_logged']),\n        'TR_ACCOUNT_TYPE'      => tr('Account type'),\n        'ACCOUNT_TYPE'         => tr('Customer'),\n        'TR_REGISTRATION_DATE' => tr('Registration date'),\n        'REGISTRATION_DATE'    => ($row['domain_created'] != 0)\n            ? tohtml(date($cfg['DATE_FORMAT'], $row['domain_created'])) : tr('Unknown')\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'shared/partials/profile.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign('TR_PAGE_TITLE', tr('Client / Profile / Account Summary'));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/protected_areas.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $stmt = exec_query('SELECT * FROM htaccess WHERE dmn_id = ?', get_user_domain_id($_SESSION['user_id']));\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign('PROTECTED_AREAS', '');\n        set_page_message(tr('You do not have protected areas.'), 'static_info');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'AREA_NAME' => tohtml($row['auth_name']),\n            'AREA_PATH' => tohtml($row['path']),\n            'STATUS'    => translate_dmn_status($row['status'])\n        ]);\n\n        if (!in_array($row['status'], ['toadd', 'tochange', 'todelete'])) {\n            $tpl->assign([\n                'ID'             => tohtml($row['id'], 'htmlAttr'),\n                'DATA_AREA_NAME' => tohtml($row['auth_name'], 'htmlAttr'),\n            ]);\n            $tpl->parse('ACTION_LINKS', 'action_links');\n        } else {\n            $tpl->assign('ACTION_LINKS', tr('N/A'));\n        }\n\n        $tpl->parse('DIR_ITEM', '.dir_item');\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('protected_areas') or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'          => 'shared/layouts/ui.tpl',\n    'page'            => 'client/protected_areas.tpl',\n    'page_message'    => 'layout',\n    'protected_areas' => 'page',\n    'dir_item'        => 'protected_areas',\n    'action_links'    => 'dir_item'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'              => tr('Client / Webtools / Protected Areas'),\n    'TR_NAME'                    => tr('Name'),\n    'TR_PATH'                    => tr('Path'),\n    'TR_STATUS'                  => tr('Status'),\n    'TR_ACTIONS'                 => tr('Actions'),\n    'TR_EDIT'                    => tr('Edit'),\n    'TR_DELETE'                  => tr('Delete'),\n    'TR_ADD_PROTECTED_AREA'      => tr('Add new protected area'),\n    'TR_MANAGE_USERS_AND_GROUPS' => tr('Manage users and groups')\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $tr = $e->getParam('translations');\n        $tr['core']['dataTable'] = getDataTablesPluginTranslations();\n        $tr['core']['deletion_confirm_msg'] = tr('Are you sure you want to delete the `%%s` protected area?');\n    }\n);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/protected_areas_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\VirtualFileSystem;\n\n/**\n * Is allowed directory?\n *\n * @param string $directory Directory path\n * @return bool\n */\nfunction isAllowedDir($directory)\n{\n    global $mountpoints;\n\n    $disallowedDirs = implode('|', array_map(function ($dir) {\n        return quotemeta(utils_normalizePath('/' . $dir));\n    }, ['/', '00_private', 'backups', 'errors', 'logs', 'phptmp']));\n\n    $mountpointsReg = implode('|', array_map(function ($dir) {\n        $path = utils_normalizePath('/' . $dir);\n        if ($path == '/') return '';\n        return quotemeta($path);\n    }, $mountpoints));\n\n    if (preg_match(\"%^(?:$mountpointsReg)(?:$disallowedDirs)?$%\", $directory))\n        return false;\n\n    return true;\n}\n\n/**\n * Add/update protected area\n *\n * @return void\n */\nfunction handleProtectedArea()\n{\n    if (!isset($_POST['protected_area_name']) || !isset($_POST['protected_area_path'])) {\n        showBadRequestErrorPage();\n    }\n\n    $protectionType = (\n        isset($_POST['protection_type']) && in_array($_POST['protection_type'], ['user', 'group'], true)\n    ) ? $_POST['protection_type'] : 'user';\n\n    $error = false;\n\n    if ($_POST['protected_area_name'] === '') {\n        set_page_message(tr('Please enter a name for the protected area.'), 'error');\n        $error = true;\n    }\n\n    if ($_POST['protected_area_path'] === '') {\n        set_page_message(tr('Please enter protected area path.'), 'error');\n        $error = true;\n    }\n\n    if ($protectionType == 'user' && empty($_POST['users'])) {\n        set_page_message(tr('Please choose at least one htaccess user.'), 'error');\n        $error = true;\n    } elseif ($protectionType == 'group' && empty($_POST['groups'])) {\n        set_page_message(tr('Please choose at least one htaccess user/group.'), 'error');\n        $error = true;\n    }\n\n    if ($error)\n        return;\n\n    $protectedAreaName = clean_input($_POST['protected_area_name']);\n    $protectedAreaPath = utils_normalizePath('/' . clean_input($_POST['protected_area_path']));\n\n    if (!isAllowedDir($protectedAreaPath)) {\n        set_page_message(tr(\"Directory '%s' is not allowed or invalid.\", $protectedAreaPath), 'error');\n        return;\n    }\n\n    $vfs = new VirtualFileSystem($_SESSION['user_logged']);\n    if ($protectedAreaPath !== '/'\n        && !$vfs->exists($protectedAreaPath, VirtualFileSystem::VFS_TYPE_DIR)\n    ) {\n        set_page_message(tr(\"Directory '%s' doesn't exists.\", $protectedAreaPath), 'error');\n        return;\n    }\n\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n\n    if ($protectionType === 'user') {\n        $stmt = exec_query(\n            '\n              SELECT id\n              FROM htaccess_users\n              WHERE id IN(' . implode(',', array_map('quoteValue', (array)$_POST['users'])) . ')\n              AND dmn_id = ?\n            ',\n            $mainDmnProps['domain_id']\n        );\n        if (!$stmt->rowCount()) {\n            showBadRequestErrorPage();\n        }\n\n        $userIdList = implode(',', $stmt->fetchAll(PDO::FETCH_COLUMN));\n        $groupIdList = 0;\n    } else {\n        $stmt = exec_query(\n            '\n              SELECT id\n              FROM htaccess_groups\n              WHERE id IN(' . implode(',', array_map('quoteValue', (array)$_POST['groups'])) . ')\n              AND dmn_id = ?\n            ',\n            $mainDmnProps['domain_id']\n        );\n        if (!$stmt->rowCount()) {\n            showBadRequestErrorPage();\n        }\n\n        $groupIdList = implode(',', $stmt->fetchAll(PDO::FETCH_COLUMN));\n        $userIdList = 0;\n    }\n\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        if (isset($_REQUEST['id']) && $_REQUEST['id'] > 0) {\n            $stmt = exec_query('UPDATE htaccess SET status = ? WHERE id = ? AND dmn_id = ?', [\n                'todelete', $_REQUEST['id'], $mainDmnProps['domain_id']\n            ]);\n\n            if (!$stmt->rowCount()) {\n                showBadRequestErrorPage();\n            }\n        }\n\n        exec_query(\n            '\n                INSERT INTO htaccess (\n                    dmn_id, user_id, group_id, auth_type, auth_name, path, status\n                ) VALUES (\n                    ?, ?, ?, ?, ?, ?, ?\n                )\n            ',\n            [\n                $mainDmnProps['domain_id'], $userIdList, $groupIdList, 'Basic', $protectedAreaName, $protectedAreaPath,\n                'toadd'\n            ]\n        );\n\n        $db->commit();\n    } catch (DatabaseException $e) {\n        $db->rollBack();\n        throw $e;\n    }\n\n    send_request();\n\n    if (isset($_REQUEST['id']) && $_REQUEST['id'] > 0) {\n        set_page_message(tr('Protected area successfully scheduled for update.'), 'success');\n    } else {\n        set_page_message(tr('Protected area successfully scheduled for addition.'), 'success');\n    }\n\n    redirectTo('protected_areas.php');\n}\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generatePage($tpl)\n{\n    global $mountpoints;\n\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n\n    # Set parameters for the FTP chooser\n    $_SESSION['ftp_chooser_domain_id'] = $mainDmnProps['domain_id'];\n    $_SESSION['ftp_chooser_user'] = $_SESSION['user_logged'];\n    $_SESSION['ftp_chooser_root_dir'] = '/';\n    $_SESSION['ftp_chooser_hidden_dirs'] = ['00_private', 'backups', 'errors', 'logs', 'phptmp'];\n    $_SESSION['ftp_chooser_unselectable_dirs'] = $mountpoints;\n\n    if (isset($_REQUEST['id']) && $_REQUEST['id'] > 0) {\n        $stmt = exec_query('SELECT * FROM htaccess WHERE dmn_id = ? AND id = ?', [\n            $mainDmnProps['domain_id'], intval($_REQUEST['id'])\n        ]);\n        if (!$stmt->rowCount()) {\n            showBadRequestErrorPage();\n        }\n\n        $row = $stmt->fetchRow();\n        $tpl->assign('ID', $row['id']);\n        $userIds = $row['user_id'];\n        $groupIds = $row['group_id'];\n        $authType = ((isset($_POST['protection_type']) && $_POST['protection_type'] === 'group') || $userIds == 0) ? 'group' : 'user';\n        $tpl->assign([\n            'AREA_NAME' => (isset($_POST['protected_area_name']))\n                ? tohtml($_POST['protected_area_name'], 'htmlAttr') : tohtml($row['auth_name'], 'htmlAttr'),\n            'PATH'      => (isset($_POST['protected_area_path']))\n                ? tohtml($_POST['protected_area_path'], 'htmlAttr') : tohtml($row['path'], 'htmlAttr')\n        ]);\n    } else {\n        $userIds = 0;\n        $groupIds = 0;\n        $authType = ((isset($_POST['protection_type']) && $_POST['protection_type'] === 'group')) ? 'group' : 'user';\n        $tpl->assign([\n            'ID'        => 0,\n            'AREA_NAME' => (isset($_POST['protected_area_name']))\n                ? tohtml($_POST['protected_area_name'], 'htmlAttr') : '',\n            'PATH'      => (isset($_POST['protected_area_path']))\n                ? tohtml($_POST['protected_area_path'], 'htmlAttr')\n                : tohtml(utils_normalizePath('/' . $mainDmnProps['document_root']), 'htmlAttr')\n        ]);\n    }\n\n    if ($authType == 'user') {\n        $tpl->assign([\n            'USER_CHECKED'  => ' checked',\n            'GROUP_CHECKED' => ''\n        ]);\n    }\n\n    if ($authType == 'group') {\n        $tpl->assign([\n            'USER_CHECKED'  => '',\n            'GROUP_CHECKED' => ' checked'\n        ]);\n    }\n\n    $stmt = exec_query('SELECT * FROM htaccess_users WHERE dmn_id = ?', $mainDmnProps['domain_id']);\n    if (!$stmt->rowCount()) {\n        set_page_message(tr('You must first create a user.'), 'error');\n        redirectTo('protected_areas.php');\n    }\n\n    # Create htuser list\n    $userIds = isset($_POST['users']) ? (array)$_POST['users'] : explode(',', $userIds);\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'USER_VALUE'    => tohtml($row['id']),\n            'USER_LABEL'    => tohtml($row['uname']),\n            'USER_SELECTED' => ($authType === 'user' && in_array($row['id'], $userIds)) ? ' selected' : ''\n        ]);\n        $tpl->parse('USER_ITEM', '.user_item');\n    }\n\n    # Create htgroup list\n    $stmt = exec_query('SELECT * FROM htaccess_groups WHERE dmn_id = ?', $mainDmnProps['domain_id']);\n    if (!$stmt->rowCount()) {\n        $tpl->assign([\n            'AUTH_SELECTORS_JS'      => '',\n            'AUTH_SELECTORS'         => '',\n            'AUTH_GROUP_LIST'        => '',\n            'TR_AUTHENTICATION_DATA' => tr('Authentication users'),\n        ]);\n    } else {\n        $tpl->assign('TR_AUTHENTICATION_DATA', tr('Authentication users/groups'));\n        $groupIds = isset($_POST['groups']) ? (array)$_POST['groups'] : explode(',', $groupIds);\n        while ($row = $stmt->fetchRow()) {\n            $tpl->assign([\n                'GROUP_VALUE'    => tohtml($row['id']),\n                'GROUP_LABEL'    => tohtml($row['ugroup']),\n                'GROUP_SELECTED' => ($authType == 'group' && in_array($row['id'], $groupIds)) ? ' selected' : ''\n            ]);\n            $tpl->parse('GROUP_ITEM', '.group_item');\n        }\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('protected_areas') or showBadRequestErrorPage();\n\n$mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n$mountpoints = getMountpoints($mainDmnProps['domain_id']);\n\nif (!empty($_POST))\n    handleProtectedArea();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'              => 'shared/layouts/ui.tpl',\n    'page'                => 'client/protect_it.tpl',\n    'page_message'        => 'layout',\n    'auth_selectors_js'   => 'page',\n    'auth_selectors'      => 'page',\n    'auth_group_selector' => 'auth_selectors',\n    'auth_group_list'     => 'page',\n    'group_item'          => 'auth_group_list',\n    'user_item'           => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'          => tr('Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}'),\n    'TR_DYNAMIC_TITLE'       => (isset($_REQUEST['id']) && $_REQUEST['id'] > 0)\n        ? tr('Edit protected area') : tr('Add protected area'),\n    'TR_PROTECTED_AREA_DATA' => tr('Protected area data'),\n    'TR_AREA_NAME'           => tr('Protected area name'),\n    'TR_PATH'                => tr('Protected area path'),\n    'TR_CHOOSE_DIR'          => tr('Choose dir'),\n    'TR_USER_AUTH'           => tr('Authentication by user'),\n    'TR_GROUP_AUTH'          => tr('Authentication by group'),\n    'TR_PROTECT_IT'          => (isset($_REQUEST['id']) && $_REQUEST['id'] > 0)\n        ? tr('Edit protected area') : tr('Add protected area'),\n    'TR_CANCEL'              => tr('Cancel')\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $tr = $e->getParam('translations');\n        $tr['core']['close'] = tr('Close');\n        $tr['core']['ftp_directories'] = tr('Protected area path');\n    }\n);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/protected_areas_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('protected_areas') || !isset($_GET['id'])) {\n    showBadRequestErrorPage();\n}\n\n$id = intval($_GET['id']);\n$stmt = exec_query('UPDATE htaccess SET status = ? WHERE id = ? AND dmn_id = ? AND status = ?', [\n    'todelete', $id, get_user_domain_id($_SESSION['user_id']), 'ok'\n]);\n\nif (!$stmt->rowCount()) {\n    showBadRequestErrorPage();\n}\n\nsend_request();\nwrite_log(sprintf('%s deleted protected area with ID %s', $_SESSION['user_logged'], $id), E_USER_NOTICE);\nset_page_message(tr('Protected area successfully scheduled for deletion.'), 'success');\nredirectTo('protected_areas.php');\n"
  },
  {
    "path": "gui/public/client/protected_group_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Adds Htaccess group\n *\n * @return void\n */\nfunction client_addHtaccessGroup()\n{\n    if (empty($_POST))\n        return;\n\n    if (!isset($_POST['groupname'])) {\n        showBadRequestErrorPage();\n    }\n\n    $htgroupName = clean_input($_POST['groupname']);\n\n    if (!validates_username($htgroupName)) {\n        set_page_message(tr('Invalid group name!'), 'error');\n        return;\n    }\n\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n\n    $stmt = exec_query('SELECT id FROM htaccess_groups WHERE ugroup = ? AND dmn_id = ?', [$htgroupName, $domainId]);\n    if ($stmt->rowCount()) {\n        set_page_message(tr('This htaccess group already exists.'), 'error');\n    }\n\n    exec_query('INSERT INTO htaccess_groups (dmn_id, ugroup, status) VALUES (?, ?, ?)', [\n        $domainId, $htgroupName, 'toadd'\n    ]);\n    send_request();\n    set_page_message(tr('Htaccess group successfully scheduled for addition.'), 'success');\n    write_log(sprintf('%s added htaccess group: %s', $_SESSION['user_logged'], $htgroupName), E_USER_NOTICE);\n    redirectTo('protected_user_manage.php');\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('protected_areas') or showBadRequestErrorPage();\nclient_addHtaccessGroup();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/puser_gadd.tpl',\n    'page_message' => 'layout',\n]);\n\n$tpl->assign([\n    'TR_PAGE_TITLE'     => tr('Client / Webtools / Protected Areas / Manage Users and Groups / Add Group'),\n    'TR_HTACCESS_GROUP' => tr('Htaccess group'),\n    'TR_GROUPNAME'      => tr('Group name'),\n    'GROUPNAME'         => (isset($_POST['groupname'])) ? tohtml($_POST['groupname']) : '',\n    'TR_ADD_GROUP'      => tr('Add'),\n    'TR_CANCEL'         => tr('Cancel')\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/protected_group_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('protected_areas') || !isset($_GET['gname'])) {\n    showBadRequestErrorPage();\n}\n\ntry {\n    DatabaseMySQL::getInstance()->beginTransaction();\n\n    $htgroupId = intval($_GET['gname']);\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n\n    // Schedule deletion or update of any .htaccess files in which the htgroup was used\n    $stmt = exec_query('SELECT * FROM htaccess WHERE dmn_id = ?', $domainId);\n\n    while ($row = $stmt->fetchRow()) {\n        $htgroupList = explode(',', $row['group_id']);\n        $candidate = array_search($htgroupId, $htgroupList);\n\n        if ($candidate === false)\n            continue;\n\n        unset($htgroupList[$candidate]);\n\n        if (empty($htgroupList)) {\n            $status = 'todelete';\n        } else {\n            $htgroupList = implode(',', $htgroupList);\n            $status = 'tochange';\n        }\n\n        exec_query('UPDATE htaccess SET group_id = ?, status = ? WHERE id = ?', [\n            $htgroupList, $status, $row['id']\n        ]);\n    }\n\n    // Schedule htgroup deletion\n    exec_query('UPDATE htaccess_groups SET status = ? WHERE id = ? AND dmn_id = ?', [\n        'todelete', $htgroupId, $domainId\n    ]);\n\n    DatabaseMySQL::getInstance()->commit();\n\n    set_page_message(tr('Htaccess group successfully scheduled for deletion.'), 'success');\n    send_request();\n    write_log(sprintf('%s deleted Htaccess group ID: %s', $_SESSION['user_logged'], $htgroupId), E_USER_NOTICE);\n} catch (DatabaseException $e) {\n    DatabaseMySQL::getInstance()->rollBack();\n    set_page_message(tr('An unexpected error occurred. Please contact your reseller.'), 'error');\n    write_log(sprintf('Could not delete htaccess group: %s', $e->getMessage()));\n}\n\nredirectTo('protected_user_manage.php');\n"
  },
  {
    "path": "gui/public/client/protected_user_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Add Htaccess user\n *\n * @return void\n */\nfunction client_addHtaccessUser()\n{\n    if (empty($_POST))\n        return;\n\n    if (!isset($_POST['username']) || !isset($_POST['pass']) || !isset($_POST['pass_rep'])) {\n        showBadRequestErrorPage();\n    }\n\n    $uname = clean_input($_POST['username']);\n\n    if (!validates_username($_POST['username'])) {\n        set_page_message(tr('Wrong username.'), 'error');\n        return;\n    }\n\n    $passwd = clean_input($_POST['pass']);\n\n    if ($passwd !== $_POST['pass_rep']) {\n        set_page_message(tr('Passwords do not match.'), 'error');\n        return;\n    }\n\n    if (!checkPasswordSyntax($passwd)) {\n        return;\n    }\n\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n\n    $stmt = exec_query('SELECT id FROM htaccess_users WHERE uname = ? AND dmn_id = ?', [$uname, $domainId]);\n    if ($stmt->rowCount()) {\n        set_page_message(tr('This htaccess user already exist.'), 'error');\n        return;\n    }\n\n    exec_query('INSERT INTO htaccess_users (dmn_id, uname, upass, status) VALUES (?, ?, ?, ?)', [\n        $domainId, $uname, Crypt::apr1MD5($passwd), 'toadd'\n    ]);\n\n    send_request();\n    set_page_message(tr('Htaccess user successfully scheduled for addition.'), 'success');\n    write_log(sprintf('%s added new htaccess user: %s', $uname, $_SESSION['user_logged']), E_USER_NOTICE);\n    redirectTo('protected_user_manage.php');\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('protected_areas') or showBadRequestErrorPage();\nclient_addHtaccessUser();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/puser_uadd.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'      => tr('Client / Webtools / Protected Areas / Manage Users and Groups / Add User'),\n    'TR_HTACCESS_USER'   => tr('Htaccess user'),\n    'TR_USERNAME'        => tr('Username'),\n    'USERNAME'           => (isset($_POST['username'])) ? tohtml($_POST['username']) : '',\n    'TR_PASSWORD'        => tr('Password'),\n    'TR_PASSWORD_REPEAT' => tr('Repeat password'),\n    'TR_ADD_USER'        => tr('Add'),\n    'TR_CANCEL'          => tr('Cancel')\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/protected_user_assign.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Return htaccess username\n *\n * @param int $htuserId Htaccess user unique identifier\n * @param int $domainId Domain unique identifier\n * @return string\n */\nfunction client_getHtaccessUsername($htuserId, $domainId)\n{\n    $stmt = exec_query('SELECT uname, status FROM htaccess_users WHERE id = ? AND dmn_id = ?', [\n        $htuserId, $domainId\n    ]);\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow();\n\n    if ($row['status'] != 'ok') {\n        set_page_message(tr('A task is in progress for this htuser.'));\n        redirectTo('protected_user_manage.php');\n    }\n\n    return $row['uname'];\n}\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction client_generatePage(TemplateEngine $tpl)\n{\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n\n    if (isset($_GET['uname']) && is_number($_GET['uname'])) {\n        $htuserId = intval($_GET['uname']);\n        $tpl->assign('UNAME', tohtml(client_getHtaccessUsername($htuserId, $domainId)));\n        $tpl->assign('UID', $htuserId);\n    } elseif (isset($_POST['nadmin_name']) && is_number($_POST['nadmin_name'])) {\n        $htuserId = intval($_POST['nadmin_name']);\n        $tpl->assign('UNAME', tohtml(client_getHtaccessUsername($htuserId, $domainId)));\n        $tpl->assign('UID', $htuserId);\n    } else {\n        redirectTo('protected_user_manage.php');\n        return; // Useless but avoid stupid IDE warning about possible undefined variable\n    }\n\n    // Get groups\n    $stmt = exec_query('SELECT * FROM htaccess_groups WHERE dmn_id = ?', $domainId);\n\n    if (!$stmt->rowCount()) {\n        set_page_message(tr('You have no groups.'), 'error');\n        redirectTo('protected_user_manage.php');\n    }\n\n    $addedIn = 0;\n    $notAddedIn = 0;\n\n    while ($row = $stmt->fetchRow()) {\n        $groupId = $row['id'];\n        $groupName = $row['ugroup'];\n        $members = $row['members'];\n\n        $members = explode(',', $members);\n        $grp_in = 0;\n        // let's generate all groups where the user is assigned\n        for ($i = 0, $cnt_members = count($members); $i < $cnt_members; $i++) {\n            if ($htuserId == $members[$i]) {\n                $tpl->assign([\n                    'GRP_IN'    => tohtml($groupName),\n                    'GRP_IN_ID' => $groupId,\n                ]);\n\n                $tpl->parse('ALREADY_IN', '.already_in');\n                $grp_in = $groupId;\n                $addedIn++;\n            }\n        }\n\n        if ($grp_in !== $groupId) {\n            $tpl->assign([\n                'GRP_NAME' => tohtml($groupName),\n                'GRP_ID'   => $groupId\n            ]);\n            $tpl->parse('GRP_AVLB', '.grp_avlb');\n            $notAddedIn++;\n        }\n    }\n\n    // generate add/remove buttons\n    if ($addedIn < 1) {\n        $tpl->assign('IN_GROUP', '');\n    }\n\n    if ($notAddedIn < 1) {\n        $tpl->assign('NOT_IN_GROUP', '');\n    }\n}\n\n/**\n * Assign a specific htaccess user to a specific htaccess group\n *\n * @return void\n */\nfunction client_addHtaccessUserToHtaccessGroup()\n{\n    if (empty($_POST))\n        return;\n\n    if (!isset($_POST['uaction'])) {\n        showBadRequestErrorPage();\n    }\n\n    if ($_POST['uaction'] != 'add') {\n        return;\n    }\n\n    if (!isset($_GET['uname'])\n        || !isset($_POST['groups'])\n        || empty($_POST['groups'])\n        || !isset($_POST['nadmin_name'])\n        || !is_number($_POST['groups'])\n        || !is_number($_POST['nadmin_name'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n    $htuserId = clean_input($_POST['nadmin_name']);\n    $htgroupId = $_POST['groups'];\n    $stmt = exec_query('SELECT id, ugroup, members FROM htaccess_groups WHERE dmn_id = ? AND id = ?', [\n        $domainId, $htgroupId\n    ]);\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow();\n    $members = $row['members'];\n    if ($members == '') {\n        $members = $htuserId;\n    } else {\n        $members = $members . ',' . $htuserId;\n    }\n\n    exec_query('UPDATE htaccess_groups SET members = ?, status = ? WHERE id = ? AND dmn_id = ?', [\n        $members, 'tochange', $htgroupId, $domainId\n    ]);\n\n    send_request();\n    set_page_message(tr('Htaccess user successfully assigned to the %s htaccess group', $row['ugroup']), 'success');\n    redirectTo('protected_user_manage.php');\n}\n\n/**\n * Remove user from a specific group\n *\n * @return void\n */\nfunction client_removeHtaccessUserFromHtaccessGroup()\n{\n    if (empty($_POST))\n        return;\n\n    if (!isset($_POST['uaction'])) {\n        showBadRequestErrorPage();\n    }\n\n    if ($_POST['uaction'] != 'remove') {\n        return;\n    }\n\n    if (!isset($_POST['groups_in'])\n        || empty($_POST['groups_in'])\n        || !isset($_POST['nadmin_name'])\n        || !is_number($_POST['groups_in'])\n        || !is_number($_POST['nadmin_name'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n    $htgroupId = intval($_POST['groups_in']);\n    $htuserId = clean_input($_POST['nadmin_name']);\n\n    $stmt = exec_query('SELECT ugroup, members FROM htaccess_groups WHERE id = ? AND dmn_id = ?', [\n        $htgroupId, $domainId\n    ]);\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow();\n\n    $members = explode(',', $row['members']);\n    $key = array_search($htuserId, $members);\n\n    if ($key === false) {\n        return;\n    }\n\n    unset($members[$key]);\n    $members = implode(',', $members);\n    exec_query('UPDATE htaccess_groups SET members = ?, status = ? WHERE id = ? AND dmn_id = ?', [\n        $members, 'tochange', $htgroupId, $domainId\n    ]);\n\n    send_request();\n    set_page_message(tr('Htaccess user successfully deleted from the %s htaccess group ', $row['ugroup']), 'success');\n    redirectTo('protected_user_manage.php');\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('protected_areas') or showBadRequestErrorPage();\n\nclient_addHtaccessUserToHtaccessGroup();\nclient_removeHtaccessUserFromHtaccessGroup();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'        => 'shared/layouts/ui.tpl',\n    'page'          => 'client/puser_assign.tpl',\n    'page_message'  => 'layout',\n    'in_group'      => 'page',\n    'already_in'    => 'in_group',\n    'remove_button' => 'in_group',\n    'not_in_group'  => 'page',\n    'grp_avlb'      => 'not_in_group',\n    'add_button'    => 'not_in_group'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'      => 'Client / Webtools / Protected Areas / Manage Users and Groups / Assign Group',\n    'TR_SELECT_GROUP'    => tr('Select group'),\n    'TR_MEMBER_OF_GROUP' => tr('Member of group'),\n    'TR_ADD'             => tr('Add'),\n    'TR_REMOVE'          => tr('Remove'),\n    'TR_CANCEL'          => tr('Cancel')\n]);\n\ngenerateNavigation($tpl);\nclient_generatePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/protected_user_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('protected_areas') || !isset($_GET['uname'])) {\n    showBadRequestErrorPage();\n}\n\ntry {\n    DatabaseMySQL::getInstance()->beginTransaction();\n\n    $htuserId = intval($_GET['uname']);\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n\n    $stmt = exec_query('SELECT uname FROM htaccess_users WHERE dmn_id = ? AND id = ?', [$domainId, $htuserId]);\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow();\n    $htuserName = $row['uname'];\n\n    // Remove the user from any group for which it is member and schedule .htgroup file change\n    $stmt = exec_query('SELECT id, members FROM htaccess_groups WHERE dmn_id = ?', $domainId);\n\n    while ($row = $stmt->fetchRow()) {\n        $htuserList = explode(',', $row['members']);\n        $candidate = array_search($row['id'], $htuserList);\n\n        if ($candidate === false)\n            continue;\n\n        unset($htuserList[$candidate]);\n\n        exec_query('UPDATE htaccess_groups SET members = ?, status = ? WHERE id = ?', [\n            implode(',', $htuserList), 'tochange', $row['id']\n        ]);\n    }\n\n    // Schedule deletion or update of any .htaccess files in which the htuser was used\n    $stmt = exec_query('SELECT * FROM htaccess WHERE dmn_id = ?', $domainId);\n\n    while ($row = $stmt->fetchRow()) {\n        $htuserList = explode(',', $row['user_id']);\n        $candidate = array_search($htuserId, $htuserList);\n\n        if ($candidate == false)\n            continue;\n\n        unset($htuserList[$candidate]);\n\n        if (empty($htuserList)) {\n            $status = 'todelete';\n        } else {\n            $htuserList = implode(',', $htuserList);\n            $status = 'tochange';\n        }\n\n        exec_query('UPDATE htaccess SET user_id = ?, status = ? WHERE id = ?', [$htuserList, $status, $row['id']]);\n    }\n\n    // Schedule htuser deletion\n    $stmt = exec_query('UPDATE htaccess_users SET status = ? WHERE id = ? AND dmn_id = ?', [\n        'todelete', $htuserId, $domainId\n    ]);\n\n    DatabaseMySQL::getInstance()->commit();\n\n    set_page_message(tr('User scheduled for deletion.'), 'success');\n    send_request();\n    write_log(sprintf('%s deletes user ID (protected areas): %s', $_SESSION['user_logged'], $htuserName), E_USER_NOTICE);\n} catch (DatabaseException $e) {\n    DatabaseMySQL::getInstance()->rollBack();\n    set_page_message(tr('An unexpected error occurred. Please contact your reseller.'), 'error');\n    write_log(sprintf('Could not delete htaccess user: %s', $e->getMessage()));\n}\n\nredirectTo('protected_user_manage.php');\n"
  },
  {
    "path": "gui/public/client/protected_user_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Updates htaccess user\n *\n * @param int $domainId Domain unique identifier\n * @param int $htuserId Htaccess user unique identifier\n * @return void\n */\nfunction client_updateHtaccessUser($domainId, $htuserId)\n{\n    if (empty($_POST))\n        return;\n\n    if (!isset($_POST['pass']) || !isset($_POST['pass_rep'])) {\n        showBadRequestErrorPage();\n    }\n\n    if ($_POST['pass'] !== $_POST['pass_rep']) {\n        set_page_message(tr('Passwords do not match.'), 'error');\n        return;\n    }\n\n    if (!checkPasswordSyntax($_POST['pass'])) {\n        return;\n    }\n\n    exec_query('UPDATE htaccess_users SET upass = ?, status = ? WHERE id = ? AND dmn_id = ?', [\n        Crypt::apr1MD5($_POST['pass']), 'tochange', $htuserId, $domainId\n    ]);\n\n    send_request();\n    write_log(sprintf('%s updated htaccess user ID: %s', $_SESSION['user_logged'], $htuserId), E_USER_NOTICE);\n    redirectTo('protected_user_manage.php');\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('protected_areas') or showBadRequestErrorPage();\n\nif (!isset($_REQUEST['uname'])) {\n    showBadRequestErrorPage();\n}\n\n$htuserId = intval($_REQUEST['uname']);\n$domainId = get_user_domain_id($_SESSION['user_id']);\n\n$stmt = exec_query('SELECT uname FROM htaccess_users WHERE id = ? AND dmn_id = ?', [$htuserId, $domainId]);\n\nif (!$stmt->rowCount()) {\n    showBadRequestErrorPage();\n}\n\n$row = $stmt->fetchRow();\n\nclient_updateHtaccessUser($domainId, $htuserId);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/puser_edit.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'      => tr('Client / Webtools / Protected Areas / Manage Users and Groups / Edit User'),\n    'TR_HTACCESS_USER'   => tr('Htaccess user'),\n    'TR_USERNAME'        => tr('Username'),\n    'UNAME'              => tohtml($row['uname']),\n    'TR_PASSWORD'        => tr('Password'),\n    'TR_PASSWORD_REPEAT' => tr('Repeat password'),\n    'UID'                => tohtml($htuserId),\n    'TR_UPDATE'          => tr('Update'),\n    'TR_CANCEL'          => tr('Cancel')\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/protected_user_manage.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generates user action\n *\n * @access private\n * @param string $status User status\n * @return array\n */\nfunction _client_generateUserAction($status)\n{\n    if ($status === 'ok') {\n        return [\n            tr('Delete'),\n            \"action_delete('protected_user_delete.php?uname={USER_ID}', '{UNAME}')\",\n            tr('Edit'),\n            \"protected_user_edit.php?uname={USER_ID}\"\n        ];\n    }\n\n    return [tr('N/A'), '', tr('N/A'), '#'];\n}\n\n/**\n * Generates group actions\n *\n * @access private\n * @param string $status Group status\n * @return array\n */\nfunction _client_generateHtgroupAction($status)\n{\n    if ($status === 'ok') {\n        return [tr('Delete'), \"action_delete('protected_group_delete.php?gname={GROUP_ID}', '{GNAME}')\"];\n    }\n\n    return [tr('N/A'), ''];\n}\n\n/**\n * Generates users list\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction client_generateUsersList(TemplateEngine $tpl)\n{\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n    $stmt = exec_query('SELECT * FROM `htaccess_users` WHERE `dmn_id` = ? ORDER BY `dmn_id` DESC', $domainId);\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign([\n            'USERS_BLOCK'   => '',\n            'USERS_MESSAGE' => tr('No user found.')\n        ]);\n        return;\n    }\n\n    $tpl->assign('USERS_MESSAGE_BLOCK', '');\n\n    while ($row = $stmt->fetchRow()) {\n        list(\n            $userDeleteTranslation, $userDeleteJsScript, $userEditTranslation, $htuserEditJsScript\n            ) = _client_generateUserAction($row['status']);\n\n        $tpl->assign([\n            'UNAME'              => tohtml($row['uname']),\n            'USTATUS'            => translate_dmn_status($row['status']),\n            'USER_ID'            => $row['id'],\n            'USER_DELETE'        => $userDeleteTranslation,\n            'USER_DELETE_SCRIPT' => $userDeleteJsScript,\n            'USER_EDIT'          => $userEditTranslation,\n            'USER_EDIT_SCRIPT'   => $htuserEditJsScript\n        ]);\n        $tpl->parse('USER_BLOCK', '.user_block');\n    }\n}\n\n/**\n * Generates groups list\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction client_generateGroupsList(TemplateEngine $tpl)\n{\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n    $stmt = exec_query('SELECT * FROM htaccess_groups WHERE dmn_id = ? ORDER BY dmn_id DESC', $domainId);\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign([\n            'GROUPS_MESSAGE' => tr('No group found.'),\n            'GROUP_BLOCKS'   => ''\n        ]);\n        return;\n    }\n\n    $tpl->assign('GROUPS_MESSAGE_BLOCK', '');\n\n    while ($row = $stmt->fetchRow()) {\n        list($groupDeleteTranslation, $groupDeleteJsScript) = _client_generateHtgroupAction($row['status']);\n\n        $tpl->assign([\n            'GNAME'               => tohtml($row['ugroup']),\n            'GSTATUS'             => translate_dmn_status($row['status']),\n            'GROUP_ID'            => $row['id'],\n            'GROUP_DELETE'        => $groupDeleteTranslation,\n            'GROUP_DELETE_SCRIPT' => $groupDeleteJsScript\n        ]);\n\n        if (empty($row['members'])) {\n            $tpl->assign('MEMBER', '');\n        } else {\n            $stmt2 = execute_query(\n                'SELECT uname FROM htaccess_users WHERE id IN(' . implode(', ', array_map('quoteValue', explode(',', $row['members']))) . ')'\n            );\n            $tpl->assign('MEMBER', tohtml(implode(', ', $stmt2->fetchAll(PDO::FETCH_COLUMN))));\n        }\n\n        $tpl->parse('GROUP_BLOCK', '.group_block');\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('protected_areas') or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'               => 'shared/layouts/ui.tpl',\n    'page'                 => 'client/puser_manage.tpl',\n    'page_message'         => 'layout',\n    'users_message_block'  => 'page',\n    'users_block'          => 'page',\n    'user_block'           => 'users_block',\n    'groups_message_block' => 'page',\n    'group_blocks'         => 'page',\n    'group_block'          => 'group_blocks'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'     => tr('Client / Webtools / Protected Areas / Manage Users and Groups'),\n    'TR_ACTIONS'        => tr('Actions'),\n    'TR_USERS'          => tr('Users'),\n    'TR_USERNAME'       => tr('Username'),\n    'TR_ADD_USER'       => tr('Add user'),\n    'TR_GROUPNAME'      => tr('Group name'),\n    'TR_GROUP_MEMBERS'  => tr('Group members'),\n    'TR_ADD_GROUP'      => tr('Add group'),\n    'TR_CANCEL'         => tr('Cancel'),\n    'TR_GROUP'          => tr('Group'),\n    'TR_GROUPS'         => tr('Groups'),\n    'TR_PASSWORD'       => tr('Password'),\n    'TR_STATUS'         => tr('Status'),\n    'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete %s?', '%s'),\n]);\n\n\ngenerateNavigation($tpl);\nclient_generateUsersList($tpl);\nclient_generateGroupsList($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/sql_change_password.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Update SQL user password\n *\n * @param int $sqluId SQL user unique identifier\n * @çeturn void\n */\nfunction updateSqlUserPassword($sqluId)\n{\n    $stmt = exec_query('SELECT sqlu_name, sqlu_host FROM sql_user WHERE sqlu_id = ?', $sqluId);\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n    if (!isset($_POST['password'])\n        || !isset($_POST['password_confirmation'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $password = clean_input($_POST['password']);\n    $passwordConf = clean_input($_POST['password_confirmation']);\n\n    if ($password === '') {\n        set_page_message(tr('The password cannot be empty.'), 'error');\n        return;\n    }\n\n    if ($passwordConf === '') {\n        set_page_message(tr('Please confirm the password.'), 'error');\n        return;\n    }\n\n    if ($password !== $passwordConf) {\n        set_page_message(tr('Passwords do not match.'), 'error');\n        return;\n    }\n\n    if (!checkPasswordSyntax($password)) {\n        return;\n    }\n\n    $config = Registry::get('config');\n    $mysqlConfig = new FileConfig($config['CONF_DIR'] . '/mysql/mysql.data');\n\n    EventAggregator::getInstance()->dispatch(Events::onBeforeEditSqlUser, [\n        'sqlUserId'       => $sqluId,\n        'sqlUserPassword' => $password\n    ]);\n\n    // Here we cannot use transaction due to statements that cause an implicit commit. Thus we execute\n    // those statements first to let the i-MSCP database in clean state if one of them fails.\n    // See https://dev.mysql.com/doc/refman/5.7/en/implicit-commit.html for more details\n\n    // Update SQL user password in the mysql system tables;\n    if ($mysqlConfig['SQLD_TYPE'] == 'mariadb' || version_compare($mysqlConfig['SQLD_VERSION'], '5.7.6', '<')) {\n        exec_query('SET PASSWORD FOR ?@? = PASSWORD(?)', [$row['sqlu_name'], $row['sqlu_host'], $password]);\n    } else {\n        exec_query('ALTER USER ?@? IDENTIFIED BY ? PASSWORD EXPIRE NEVER', [\n            $row['sqlu_name'], $row['sqlu_host'], $password\n        ]);\n    }\n\n    set_page_message(tr('SQL user password successfully updated.'), 'success');\n    write_log(\n        sprintf('%s updated %s@%s SQL user password.', $_SESSION['user_logged'], $row['sqlu_name'], $row['sqlu_host']),\n        E_USER_NOTICE\n    );\n    EventAggregator::getInstance()->dispatch(Events::onAfterEditSqlUser, [\n        'sqlUserId'       => $sqluId,\n        'sqlUserPassword' => $password\n    ]);\n    redirectTo('sql_manage.php');\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @param int $sqluId SQL user unique identifier\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, $sqluId)\n{\n    $stmt = exec_query('SELECT sqlu_name, sqlu_host FROM sql_user WHERE sqlu_id = ?', $sqluId);\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n    $tpl->assign([\n        'USER_NAME' => tohtml($row['sqlu_name']),\n        'SQLU_ID'   => tohtml($sqluId, 'htmlAttr')\n    ]);\n}\n\n/**\n * Checks if SQL user permissions\n *\n * @param int $sqlUserId SQL user unique identifier\n * @return bool TRUE if the logged-in user has permission on SQL user, FALSE otherwise\n */\nfunction checkSqlUserPerms($sqlUserId)\n{\n    return (bool)exec_query(\n        '\n            SELECT COUNT(t1.sqlu_id)\n            FROM sql_user AS t1\n            JOIN sql_database AS t2 USING(sqld_id)\n            JOIN domain AS t3 USING(domain_id)\n            WHERE t1.sqlu_id = ?\n            AND t3.domain_admin_id = ?\n        ',\n        [$sqlUserId, $_SESSION['user_id']]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('sql') && isset($_REQUEST['sqlu_id']) or showBadRequestErrorPage();\n\n$sqluId = intval($_REQUEST['sqlu_id']);\n\nif (!checkSqlUserPerms($sqluId)) {\n    showBadRequestErrorPage();\n}\n\nif (!empty($_POST)) {\n    updateSqlUserPassword($sqluId);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'client/sql_change_password.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'            => tohtml(tr('Client / Databases / Overview / Update SQL User Password')),\n    'TR_SQL_USER_PASSWORD'     => tohtml(tr('SQL user password')),\n    'TR_DB_USER'               => tohtml(tr('User')),\n    'TR_PASSWORD'              => tohtml(tr('Password')),\n    'TR_PASSWORD_CONFIRMATION' => tohtml(tr('Password confirmation')),\n    'TR_UPDATE'                => tohtml(tr('Update'), 'htmlAttr'),\n    'TR_CANCEL'                => tohtml(tr('Cancel'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $sqluId);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/sql_database_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Add SQL database\n *\n * @return void\n */\nfunction addSqlDb()\n{\n    if (!isset($_POST['db_name'])) {\n        showBadRequestErrorPage();\n    }\n\n    $dbName = clean_input($_POST['db_name']);\n\n    if ($_POST['db_name'] === '') {\n        set_page_message(tr('Please type database name.'), 'error');\n        return;\n    }\n\n    $mainDmnId = get_user_domain_id($_SESSION['user_id']);\n\n    if (isset($_POST['use_dmn_id'])\n        && $_POST['use_dmn_id'] == 'on'\n    ) {\n        if (isset($_POST['id_pos'])\n            && $_POST['id_pos'] == 'start'\n        ) {\n            $dbName = $mainDmnId . '_' . $dbName;\n        } elseif (isset($_POST['id_pos']) && $_POST['id_pos'] === 'end') {\n            $dbName = $dbName . '_' . $mainDmnId;\n        }\n    }\n\n    if (strlen($dbName) > 64) {\n        set_page_message(tr('Database name is too long.'), 'error');\n        return;\n    }\n\n    if (in_array($dbName, ['information_schema', 'mysql', 'performance_schema', 'sys', 'test'])\n        || exec_query('SHOW DATABASES LIKE ?', $dbName)->rowCount()\n    ) {\n        set_page_message(tr('Database name is unavailable or unallowed.'), 'error');\n        return;\n    }\n\n    try {\n        EventAggregator::getInstance()->dispatch(Events::onBeforeAddSqlDb, ['dbName' => $dbName]);\n        execute_query(sprintf('CREATE DATABASE IF NOT EXISTS %s', quoteIdentifier($dbName)));\n        exec_query('INSERT INTO sql_database (domain_id, sqld_name) VALUES (?, ?)', [$mainDmnId, $dbName]);\n        EventAggregator::getInstance()->dispatch(Events::onAfterAddSqlDb, [\n            'dbId'   => DatabaseMySQL::getInstance()->insertId(),\n            'dbName' => $dbName\n        ]);\n        set_page_message(tr('SQL database successfully created.'), 'success');\n        write_log(\n            sprintf('A new database (%s) has been created by %s', $dbName, $_SESSION['user_logged']), E_USER_NOTICE\n        );\n    } catch (Exception $e) {\n        write_log(sprintf(\"Couldn't create the %s database: %s\", $dbName, $e->getMessage()));\n        set_page_message(tr(\"Couldn't create the %s database.\", $dbName), 'error');\n    }\n\n    redirectTo('sql_manage.php');\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $cfg = Registry::get('config');\n\n    if ($cfg['MYSQL_PREFIX'] != 'none') {\n        $tpl->assign('MYSQL_PREFIX_YES', '');\n\n        if ($cfg['MYSQL_PREFIX'] == 'behind') {\n            $tpl->assign('MYSQL_PREFIX_INFRONT', '');\n            $tpl->parse('MYSQL_PREFIX_BEHIND', 'mysql_prefix_behind');\n            $tpl->assign('MYSQL_PREFIX_ALL', '');\n        } else {\n            $tpl->parse('MYSQL_PREFIX_INFRONT', 'mysql_prefix_infront');\n            $tpl->assign([\n                'MYSQL_PREFIX_BEHIND' => '',\n                'MYSQL_PREFIX_ALL'    => ''\n            ]);\n        }\n    } else {\n        $tpl->assign([\n            'MYSQL_PREFIX_NO'      => '',\n            'MYSQL_PREFIX_INFRONT' => '',\n            'MYSQL_PREFIX_BEHIND'  => ''\n        ]);\n        $tpl->parse('MYSQL_PREFIX_ALL', 'mysql_prefix_all');\n    }\n\n    $tpl->assign([\n        'DB_NAME'               => isset($_POST['db_name']) ? tohtml($_POST['db_name'], 'htmlAttr') : '',\n        'USE_DMN_ID'            => isset($_POST['use_dmn_id']) && $_POST['use_dmn_id'] === 'on' ? ' checked' : '',\n        'START_ID_POS_SELECTED' => isset($_POST['id_pos']) && $_POST['id_pos'] !== 'end' ? ' checked' : '',\n        'END_ID_POS_SELECTED'   => isset($_POST['id_pos']) && $_POST['id_pos'] === 'end' ? ' checked' : ''\n    ]);\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('sql') && !customerSqlDbLimitIsReached() or showBadRequestErrorPage();\n\nif (!empty($_POST)) {\n    addSqlDb();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'               => 'shared/layouts/ui.tpl',\n    'page'                 => 'client/sql_database_add.tpl',\n    'page_message'         => 'layout',\n    'mysql_prefix_yes'     => 'page',\n    'mysql_prefix_no'      => 'page',\n    'mysql_prefix_all'     => 'page',\n    'mysql_prefix_infront' => 'page',\n    'mysql_prefix_behind'  => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'   => tohtml(tr('Client / Databases / Add SQL Database')),\n    'TR_DATABASE'     => tohtml(tr('Database')),\n    'TR_DB_NAME'      => tohtml(tr('Database name')),\n    'TR_USE_DMN_ID'   => tohtml(tr('Database prefix/suffix')),\n    'TR_START_ID_POS' => tohtml(tr('In front')),\n    'TR_END_ID_POS'   => tohtml(tr('Behind')),\n    'TR_ADD'          => tohtml(tr('Add'), 'htmlAttr'),\n    'TR_CANCEL'       => tohtml(tr('Cancel'))\n]);\n\ngeneratePage($tpl);\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/sql_database_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('sql') && isset($_GET['sqld_id']) or showBadRequestErrorPage();\n\n$sqldId = intval($_GET['sqld_id']);\n\nif (!delete_sql_database(get_user_domain_id($_SESSION['user_id']), $sqldId)) {\n    write_log(\n        sprintf('Could not delete SQL database with ID %s. An unexpected error occurred.', $sqldId),\n        E_USER_NOTICE\n    );\n    set_page_message(tr('Could not delete SQL database. An unexpected error occurred.'), 'error');\n    redirectTo('sql_manage.php');\n}\n\nset_page_message(tr('SQL database successfully deleted.'), 'success');\nwrite_log(sprintf('%s deleted SQL database with ID %s', $_SESSION['user_logged'], $sqldId), E_USER_NOTICE);\nredirectTo('sql_manage.php');\n"
  },
  {
    "path": "gui/public/client/sql_delete_user.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('sql') && isset($_GET['sqlu_id']) or showBadRequestErrorPage();\n\n$sqluId = intval($_GET['sqlu_id']);\n\nif (!sql_delete_user(get_user_domain_id($_SESSION['user_id']), $sqluId)) {\n    write_log(sprintf('Could not delete SQL user with ID %d. An unexpected error occurred.', $sqluId), E_USER_ERROR);\n    set_page_message(tr('Could not delete SQL user. An unexpected error occurred.'), 'error');\n    redirectTo('sql_manage.php');\n}\n\nset_page_message(tr('SQL user successfully deleted.'), 'success');\nwrite_log(sprintf('%s deleted SQL user with ID %d', $_SESSION['user_logged'], $sqluId), E_USER_NOTICE);\nredirectTo('sql_manage.php');\n"
  },
  {
    "path": "gui/public/client/sql_manage.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Can add SQL user for the given SQL database?\n *\n * @param int $sqldId SQL database unique identifier\n * @return bool\n */\nfunction canAddSQLUserForDatabase($sqldId)\n{\n    $domainProps = get_domain_default_props($_SESSION['user_id']);\n\n    if ($domainProps['domain_sqlu_limit'] == 0) {\n        return true;\n    }\n\n    if (get_customer_sql_users_count($domainProps['domain_id']) >= $domainProps['domain_sqlu_limit']) {\n        // Count all SQL users that are owned by the customer, excluding those\n        // that are already assigned to $sqldId\n        return (bool)exec_query(\n            '\n                SELECT COUNT(sqlu_id)\n                FROM sql_user AS t1\n                JOIN sql_database as t2 USING(sqld_id)\n                WHERE t2.sqld_id <> ?\n                AND t2.domain_id = ?\n                AND CONCAT(t1.sqlu_name, t1.sqlu_host) NOT IN(\n                SELECT CONCAT(sqlu_name, sqlu_host) FROM sql_user WHERE sqld_id = ?\n            )\n            ',\n            [$sqldId, get_user_domain_id($_SESSION['user_id']), $sqldId]\n        )->fetchRow(PDO::FETCH_COLUMN);\n    }\n\n    return true;\n}\n\n/**\n * Generates database sql users list\n *\n * @param TemplateEngine $tpl Template engine\n * @param int $sqldId Database unique identifier\n * @return void\n */\nfunction generateDatabaseSqlUserList(TemplateEngine $tpl, $sqldId)\n{\n    $stmt = exec_query(\n        'SELECT sqlu_id, sqlu_name, sqlu_host FROM sql_user WHERE sqld_id = ? ORDER BY sqlu_name', $sqldId\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign('SQL_USERS_LIST', '');\n        return;\n    }\n\n    $tpl->assign([\n        'SQL_USERS_LIST'          => '',\n        'TR_DB_USER'              => tohtml(tr('User')),\n        'TR_DB_USER_HOST'         => tohtml(tr('Host')),\n        'TR_DB_USER_HOST_TOOLTIP' => tohtml(\n            tr('Host from which SQL user is allowed to connect to SQL server'), 'htmlAttr'\n        )\n    ]);\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $tpl->assign([\n            'DB_USER'      => tohtml($row['sqlu_name']),\n            'DB_USER_HOST' => tohtml(decode_idna($row['sqlu_host'])),\n            'DB_USER_JS'   => tojs($row['sqlu_name']),\n            'SQLU_ID'      => tohtml($row['sqlu_id'], 'htmlAttr')\n        ]);\n\n        $tpl->parse('SQL_USERS_LIST', '.sql_users_list');\n    }\n}\n\n/**\n * Generates databases list\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $stmt = exec_query(\n        'SELECT sqld_id, sqld_name FROM sql_database WHERE domain_id = ? ORDER BY sqld_name ',\n        get_user_domain_id($_SESSION['user_id'])\n    );\n\n    if (!$stmt->rowCount()) {\n        set_page_message(tr('You do not have databases.'), 'static_info');\n        $tpl->assign('SQL_DATABASES_USERS_LIST', '');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $tpl->assign([\n            'SQLD_ID'    => $row['sqld_id'],\n            'DB_NAME'    => tohtml($row['sqld_name']),\n            'DB_NAME_JS' => tojs($row['sqld_name'])\n        ]);\n\n        if (!canAddSQLUserForDatabase($row['sqld_id'])) {\n            $tpl->assign('SQL_USER_ADD_LINK', '');\n        } else {\n            $tpl->parse('SQL_USER_ADD_LINK', 'sql_user_add_link');\n        }\n\n        generateDatabaseSqlUserList($tpl, $row['sqld_id']);\n        $tpl->parse('SQL_DATABASES_LIST', '.sql_databases_list');\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('sql') or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                   => 'shared/layouts/ui.tpl',\n    'page'                     => 'client/sql_manage.tpl',\n    'page_message'             => 'layout',\n    'sql_databases_users_list' => 'page',\n    'sql_databases_list'       => 'sql_databases_users_list',\n    'sql_users_list'           => 'sql_databases_list',\n    'sql_user_add_link'        => 'sql_databases_list'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'              => tohtml(tr('Client / Databases / Overview')),\n    'TR_MANAGE_SQL'              => tohtml(tr('Manage SQL')),\n    'TR_DELETE'                  => tohtml(tr('Delete')),\n    'TR_DATABASE'                => tohtml(tr('Database Name and Users')),\n    'TR_CHANGE_PASSWORD'         => tohtml(tr('Update password')),\n    'TR_ACTIONS'                 => tohtml(tr('Actions')),\n    'TR_DATABASE_USERS'          => tohtml(tr('Database users')),\n    'TR_ADD_USER'                => tohtml(tr('Add SQL user')),\n    'TR_DATABASE_MESSAGE_DELETE' => tojs(tr(\"This database will be permanently deleted. This process cannot be recovered. All users linked to this database will also be deleted if not linked to another database. Are you sure you want to delete the '%s' database?\", '%s')),\n    'TR_USER_MESSAGE_DELETE'     => tojs(tr('Are you sure you want delete the %s SQL user?', '%s'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/sql_user_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Validate\\CommonValidation;\nuse Zend_Validate_Hostname as ValidateHostname;\n\n/**\n * Check SQL permissions\n *\n * @param TemplateEngine $tpl\n * @param int $sqldId Database unique identifier\n * @return void\n */\nfunction checkSqlUserPermissions(TemplateEngine $tpl, $sqldId)\n{\n    global $canAddNewSQLUser;\n\n    $canAddNewSQLUser = true;\n    $domainProps = get_domain_default_props($_SESSION['user_id']);\n\n    if ($domainProps['domain_sqlu_limit'] != 0\n        && get_customer_sql_users_count($domainProps['domain_id']) >= $domainProps['domain_sqlu_limit']\n    ) {\n        set_page_message(tr(\"SQL users limit is reached. You cannot add new SQL users.\"), 'static_info');\n        $canAddNewSQLUser = false;\n        $tpl->assign('CREATE_SQLUSER', '');\n    }\n\n    $stmt = exec_query(\n        'SELECT COUNT(sqld_id) FROM sql_database JOIN domain USING(domain_id) WHERE sqld_id = ? AND domain_id = ?',\n        [$sqldId, $domainProps['domain_id']]\n    );\n\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) < 1) {\n        showBadRequestErrorPage();\n    }\n}\n\n/**\n * Get SQL user list\n *\n * @param TemplateEngine $tpl\n * @param int $sqldId Database unique identifier\n * @return void\n */\nfunction generateSqlUserList(TemplateEngine $tpl, $sqldId)\n{\n    global $canAddNewSQLUser;\n\n    // Select all SQL users that are owned by the customer except those that are\n    // already assigned to $sqldId\n    $stmt = exec_query(\n        \"\n            SELECT MAX(t1.sqlu_id) AS sqlu_id, t1.sqlu_name, t1.sqlu_host\n            FROM sql_user AS t1\n            JOIN sql_database AS t2 USING(sqld_id)\n            WHERE t2.sqld_id <> ?\n            AND t2.domain_id = ?\n            AND CONCAT(t1.sqlu_name, t1.sqlu_host) NOT IN(\n                SELECT CONCAT(sqlu_name, sqlu_host) FROM sql_user WHERE sqld_id = ?\n            )\n            GROUP BY t1.sqlu_name, t1.sqlu_host\n        \",\n        [$sqldId, get_user_domain_id($_SESSION['user_id']), $sqldId]\n    );\n\n    if ($stmt->rowCount()) {\n        while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n            $tpl->assign([\n                'SQLUSER_ID'  => $row['sqlu_id'],\n                'SQLUSER_IDN' => tohtml($row['sqlu_name'] . '@' . decode_idna($row['sqlu_host'])),\n            ]);\n            $tpl->parse('SQLUSER_LIST', '.sqluser_list');\n        }\n\n        return;\n    }\n\n    if (!$canAddNewSQLUser) {\n        showBadRequestErrorPage();\n    }\n\n    $tpl->assign('SHOW_SQLUSER_LIST', '');\n}\n\n/**\n * Does the given SQL user already exists?\n *\n * @param string $sqlUser SQL user name\n * @param string $sqlUserHost SQL user host\n * @return bool TRUE if the given sql user already exists, FALSE otherwise\n */\nfunction isSqlUser($sqlUser, $sqlUserHost)\n{\n    return (bool)exec_query(\n        'SELECT COUNT(User) FROM mysql.user WHERE User = ? AND Host = ?', [$sqlUser, $sqlUserHost]\n    )->fetchRow(PDO::FETCH_COLUMN);\n}\n\n/**\n * Add SQL user for the given database\n *\n * @param int $sqldId Database unique identifier\n * @return void\n * @throws Exception\n */\nfunction addSqlUser($sqldId)\n{\n    if (!isset($_POST['uaction'])) {\n        showBadRequestErrorPage();\n    }\n\n    $dmnId = get_user_domain_id($_SESSION['user_id']);\n\n    if (!isset($_POST['reuse_sqluser'])) {\n        $needUserCreate = true;\n\n        if (!isset($_POST['user_name'])\n            || !isset($_POST['user_host'])\n            || !isset($_POST['pass'])\n            || !isset($_POST['pass_rep'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $user = clean_input($_POST['user_name']);\n        $host = clean_input($_POST['user_host']);\n        $password = clean_input($_POST['pass']);\n        $passwordConf = clean_input($_POST['pass_rep']);\n\n        if ($user === '') {\n            set_page_message(tr('Please enter an username.'), 'error');\n            return;\n        }\n\n        if ($host === '') {\n            set_page_message(tr('Please enter an SQL user host.'), 'error');\n            return;\n        }\n\n        $host = encode_idna(clean_input($_POST['user_host']));\n\n        # Fixme: Implement full validation...\n        if (strpos($host, '%') === FALSE\n            && strpos($host, '_') === FALSE\n            && $host !== 'localhost'\n            && !CommonValidation::getInstance()->hostname(\n                $host, ['allow' => ValidateHostname::ALLOW_DNS | ValidateHostname::ALLOW_IP]\n            )\n        ) {\n            set_page_message(\n                tr('Invalid SQL user host: %s', CommonValidation::getInstance()->getLastValidationMessages()), 'error'\n            );\n            return;\n        }\n\n        if ($password === '') {\n            set_page_message(tr('Please enter a password.'), 'error');\n            return;\n        }\n\n        if ($password !== $passwordConf) {\n            set_page_message(tr('Passwords do not match.'), 'error');\n            return;\n        }\n\n        if (!checkPasswordSyntax($password)) {\n            return;\n        }\n\n        if (isset($_POST['use_dmn_id'])\n            && $_POST['use_dmn_id'] == 'on'\n            && isset($_POST['id_pos'])\n            && $_POST['id_pos'] == 'start'\n        ) {\n            $user = $dmnId . '_' . clean_input($_POST['user_name']);\n        } elseif (isset($_POST['use_dmn_id'])\n            && $_POST['use_dmn_id'] == 'on'\n            && isset($_POST['id_pos'])\n            && $_POST['id_pos'] == 'end'\n        ) {\n            $user = clean_input($_POST['user_name']) . '_' . $dmnId;\n        } else {\n            $user = clean_input($_POST['user_name']);\n        }\n\n        if (strlen($user) > 16) {\n            set_page_message(tr('SQL username is too long.'), 'error');\n            return;\n        }\n\n        if (isSqlUser($user, $host)\n            || in_array($user, ['debian-sys-maint', 'mysql.user', 'root'])\n        ) {\n            set_page_message(\n                tr(\"The `%s' SQL user is not available or not permitted.\", $user . '@' . decode_idna($host)), 'error'\n            );\n            return;\n        }\n    } elseif (isset($_POST['sqluser_id'])) { // Using existing SQL user as specified in input data\n        $needUserCreate = false;\n        $stmt = exec_query(\n            '\n                SELECT t1.sqlu_name, t1.sqlu_host\n                FROM sql_user AS t1\n                JOIN sql_database as t2 USING(sqld_id)\n                WHERE t1.sqlu_id = ?\n                AND t1.sqld_id <> ?\n                AND t2.domain_id = ?\n            ',\n            [intval($_POST['sqluser_id']), $sqldId, $dmnId]\n        );\n\n        if (!$stmt->rowCount()) {\n            showBadRequestErrorPage();\n        }\n\n        $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n        $user = $row['sqlu_name'];\n        $host = $row['sqlu_host'];\n    } else {\n        showBadRequestErrorPage();\n        return;\n    }\n\n    # Retrieve database to which SQL user should be assigned\n    $stmt = exec_query('SELECT sqld_name FROM sql_database WHERE sqld_id = ? AND domain_id = ?', [$sqldId, $dmnId]);\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n    $mysqlConfig = new FileConfig(Registry::get('config')['CONF_DIR'] . '/mysql/mysql.data');\n\n    EventAggregator::getInstance()->dispatch(Events::onBeforeAddSqlUser, [\n        'SqlUsername'     => $user,\n        'SqlUserHost'     => $host,\n        'SqlUserPassword' => isset($password) ? $password : ''\n    ]);\n\n    // Here we cannot use transaction due to statements that cause an implicit commit. Thus we execute\n    // those statements first to let the i-MSCP database in clean state if one of them fails.\n    // See https://dev.mysql.com/doc/refman/5.7/en/implicit-commit.html for more details\n\n    if ($needUserCreate && isset($password)) {\n        if ($mysqlConfig['SQLD_TYPE'] == 'mariadb'\n            || version_compare($mysqlConfig['SQLD_VERSION'], '5.7.6', '<')\n        ) {\n            exec_query('CREATE USER ?@? IDENTIFIED BY ?', [$user, $host, $password]);\n        } else {\n            exec_query('CREATE USER ?@? IDENTIFIED BY ? PASSWORD EXPIRE NEVER', [$user, $host, $password]);\n        }\n    }\n\n    // According MySQL documentation (http://dev.mysql.com/doc/refman/5.5/en/grant.html#grant-accounts-passwords)\n    // The “_” and “%” wildcards are permitted when specifying database names in GRANT statements that grant privileges\n    // at the global or database levels. This means, for example, that if you want to use a “_” character as part of a\n    // database name, you should specify it as “\\_” in the GRANT statement, to prevent the user from being able to\n    // access additional databases matching the wildcard pattern; for example, GRANT ... ON `foo\\_bar`.* TO ....\n    //\n    // In practice, without escaping, an user added for db `a_c` would also have access to a db `abc`.\n    $row['sqld_name'] = preg_replace('/([%_])/', '\\\\\\\\$1', $row['sqld_name']);\n\n    exec_query(sprintf('GRANT ALL PRIVILEGES ON %s.* to ?@?', quoteIdentifier($row['sqld_name'])), [$user, $host]);\n    exec_query('INSERT INTO sql_user (sqld_id, sqlu_name, sqlu_host) VALUES (?, ?, ?)', [\n        $sqldId, $user, $host\n    ]);\n\n    EventAggregator::getInstance()->dispatch(Events::onAfterAddSqlUser, [\n        'SqlUserId'       => DatabaseMySQL::getInstance()->insertId(),\n        'SqlUsername'     => $user,\n        'SqlUserHost'     => $host,\n        'SqlUserPassword' => isset($password) ? $password : '',\n        'SqlDatabaseId'   => $sqldId\n    ]);\n    write_log(sprintf('A SQL user has been added by %s', $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('SQL user successfully added.'), 'success');\n    redirectTo('sql_manage.php');\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @param int $sqldId\n * @return void\n * @throws Zend_Exception\n */\nfunction generatePage(TemplateEngine $tpl, $sqldId)\n{\n    checkSqlUserPermissions($tpl, $sqldId);\n    generateSqlUserList($tpl, $sqldId);\n\n    $cfg = Registry::get('config');\n\n    if ($cfg['MYSQL_PREFIX'] != 'none') {\n        $tpl->assign('MYSQL_PREFIX_YES', '');\n\n        if ($cfg['MYSQL_PREFIX'] == 'behind') {\n            $tpl->assign('MYSQL_PREFIX_INFRONT', '');\n            $tpl->parse('MYSQL_PREFIX_BEHIND', 'mysql_prefix_behind');\n            $tpl->assign('MYSQL_PREFIX_ALL', '');\n        } else {\n            $tpl->parse('MYSQL_PREFIX_INFRONT', 'mysql_prefix_infront');\n            $tpl->assign([\n                'MYSQL_PREFIX_BEHIND' => '',\n                'MYSQL_PREFIX_ALL'    => ''\n            ]);\n        }\n    } else {\n        $tpl->assign([\n            'MYSQL_PREFIX_NO'      => '',\n            'MYSQL_PREFIX_INFRONT' => '',\n            'MYSQL_PREFIX_BEHIND'  => ''\n        ]);\n        $tpl->parse('MYSQL_PREFIX_ALL', 'mysql_prefix_all');\n    }\n\n    if (isset($_POST['uaction'])\n        && $_POST['uaction'] == 'add_user'\n    ) {\n        $tpl->assign([\n            'USER_NAME'             => isset($_POST['user_name']) ? tohtml($_POST['user_name'], true) : '',\n            'USER_HOST'             => isset($_POST['user_host']) ? tohtml($_POST['user_host'], true) : '',\n            'USE_DMN_ID'            => isset($_POST['use_dmn_id']) && $_POST['use_dmn_id'] === 'on' ? ' checked' : '',\n            'START_ID_POS_SELECTED' => isset($_POST['id_pos']) && $_POST['id_pos'] !== 'end' ? ' selected' : '',\n            'END_ID_POS_SELECTED'   => isset($_POST['id_pos']) && $_POST['id_pos'] === 'end' ? ' selected' : ''\n        ]);\n    } else {\n        $tpl->assign([\n            'USER_NAME'             => '',\n            'USER_HOST'             => tohtml(\n                $cfg['DATABASE_USER_HOST'] == '127.0.0.1' ? 'localhost' : decode_idna($cfg['DATABASE_USER_HOST'])\n            ),\n            'USE_DMN_ID'            => '',\n            'START_ID_POS_SELECTED' => ' selected',\n            'END_ID_POS_SELECTED'   => ''\n        ]);\n    }\n\n    $tpl->assign('SQLD_ID', $sqldId);\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('sql') && isset($_REQUEST['sqld_id']) or showBadRequestErrorPage();\n\n$sqldId = intval($_REQUEST['sqld_id']);\n\nif (!empty($_POST)) {\n    addSqlUser($sqldId);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'               => 'shared/layouts/ui.tpl',\n    'page'                 => 'client/sql_user_add.tpl',\n    'page_message'         => 'layout',\n    'show_sqluser_list'    => 'page',\n    'sqluser_list'         => 'show_sqluser_list',\n    'create_sqluser'       => 'page',\n    'mysql_prefix_yes'     => 'create_sqluser',\n    'mysql_prefix_no'      => 'create_sqluser',\n    'mysql_prefix_all'     => 'create_sqluser',\n    'mysql_prefix_infront' => 'create_sqluser',\n    'mysql_prefix_behind'  => 'create_sqluser'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'               => tohtml(tr('Client / Databases / Overview / Add SQL User')),\n    'TR_USER_NAME'                => tohtml(tr('SQL user name')),\n    'TR_USER_HOST'                => tohtml(tr('SQL user host')),\n    'TR_USER_HOST_TIP'            => tohtml(tr(\"This is the host from which this SQL user must be allowed to connect to the SQL server. Enter the %s wildcard character to allow this SQL user to connect from any host.\", '%'), 'htmlAttr'),\n    'TR_USE_DMN_ID'               => tohtml(tr('SQL user prefix/suffix')),\n    'TR_START_ID_POS'             => tohtml(tr('In front')),\n    'TR_END_ID_POS'               => tohtml(tr('Behind')),\n    'TR_ADD'                      => tohtml(tr('Add'), 'htmlAttr'),\n    'TR_CANCEL'                   => tohtml(tr('Cancel')),\n    'TR_ADD_EXIST'                => tohtml(tr('Assign'), 'htmlAttr'),\n    'TR_PASS'                     => tohtml(tr('Password')),\n    'TR_PASS_REP'                 => tohtml(tr('Repeat password')),\n    'TR_SQL_USER_NAME'            => tohtml(tr('SQL users')),\n    'TR_ASSIGN_EXISTING_SQL_USER' => tohtml(tr('Assign existing SQL user')),\n    'TR_NEW_SQL_USER_DATA'        => tohtml(tr('New SQL user data'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $sqldId);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/subdomain_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Authentication\\AuthService;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Uri\\UriException;\nuse iMSCP\\Uri\\UriRedirect;\n\n/**\n * Get domains list\n *\n * @return array Domains list\n */\nfunction getDomainsList()\n{\n    static $domainsList = NULL;\n\n    if (NULL !== $domainsList) {\n        return $domainsList;\n    }\n\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n    $domainsList = [\n        [\n            'name'        => $mainDmnProps['domain_name'],\n            'id'          => $mainDmnProps['domain_id'],\n            'type'        => 'dmn',\n            'mount_point' => '/',\n            'url_forward' => $mainDmnProps['url_forward']\n        ]\n    ];\n\n    $stmt = exec_query(\n        \"\n            SELECT CONCAT(t1.subdomain_name, '.', t2.domain_name) AS name,\n                t1.subdomain_id AS id, 'sub' AS type,\n                t1.subdomain_mount AS mount_point,\n                t1.subdomain_url_forward AS url_forward\n            FROM subdomain AS t1\n            JOIN domain AS t2 USING(domain_id)\n            WHERE t1.domain_id = :domain_id\n            AND t1.subdomain_status = :status_ok\n            UNION ALL\n            SELECT alias_name, alias_id, 'als', alias_mount, url_forward\n            FROM domain_aliasses\n            WHERE domain_id = :domain_id\n            AND alias_status = :status_ok\n            UNION ALL\n            SELECT CONCAT(t1.subdomain_alias_name, '.', t2.alias_name),\n                t1.subdomain_alias_id, 'alssub', t1.subdomain_alias_mount,\n                t1.subdomain_alias_url_forward AS url_forward\n            FROM subdomain_alias AS t1\n            JOIN domain_aliasses AS t2 USING(alias_id)\n            WHERE t2.domain_id = :domain_id\n            AND t1.subdomain_alias_status = :status_ok\n        \",\n        ['domain_id' => $mainDmnProps['domain_id'], 'status_ok' => 'ok']\n    );\n\n    if ($stmt->rowCount()) {\n        $domainsList = array_merge(\n            $domainsList, $stmt->fetchAll(PDO::FETCH_ASSOC)\n        );\n        usort($domainsList, function ($a, $b) {\n            return strnatcmp(decode_idna($a['name']), decode_idna($b['name']));\n        });\n    }\n\n    return $domainsList;\n}\n\n/**\n * Generate page\n *\n * @param $tpl TemplateEngine\n * @return void\n */\nfunction generatePage($tpl)\n{\n    $forwardType = isset($_POST['forward_type'])\n    && in_array($_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true)\n        ? $_POST['forward_type'] : '302';\n    $forwardHost = $forwardType == 'proxy' && isset($_POST['forward_host'])\n        ? 'On' : 'Off';\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    $tpl->assign([\n        'SUBDOMAIN_NAME'     => isset($_POST['subdomain_name'])\n            ? tohtml($_POST['subdomain_name'], 'htmlAttr') : '',\n        'FORWARD_URL_YES'    => isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? ' checked' : '',\n        'FORWARD_URL_NO'     => isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? '' : ' checked',\n        'HTTP_YES'           => isset($_POST['forward_url_scheme'])\n        && $_POST['forward_url_scheme'] == 'http://'\n            ? ' selected' : '',\n        'HTTPS_YES'          => isset($_POST['forward_url_scheme'])\n        && $_POST['forward_url_scheme'] == 'https://'\n            ? ' selected' : '',\n        'FORWARD_URL'        => isset($_POST['forward_url'])\n            ? tohtml($_POST['forward_url']) : '',\n        'FORWARD_TYPE_301'   => $forwardType == '301' ? ' checked' : '',\n        'FORWARD_TYPE_302'   => $forwardType == '302' ? ' checked' : '',\n        'FORWARD_TYPE_303'   => $forwardType == '303' ? ' checked' : '',\n        'FORWARD_TYPE_307'   => $forwardType == '307' ? ' checked' : '',\n        'FORWARD_TYPE_PROXY' => $forwardType == 'proxy' ? ' checked' : '',\n        'FORWARD_HOST'       => $forwardHost == 'On' ? ' checked' : '',\n        'WILDCARD_ALIAS_YES' => $wildcardAlias == 'yes' ? ' checked' : '',\n        'WILDCARD_ALIAS_NO'  => $wildcardAlias == 'no' ? ' checked' : ''\n    ]);\n\n    $shareableMountpointCount = 0;\n    foreach (getDomainsList() as $domain) {\n        if ($domain['url_forward'] == 'no') {\n            $shareableMountpointCount++;\n        }\n\n        $tpl->assign([\n            'DOMAIN_NAME'          => tohtml($domain['name'], 'htmlAttr'),\n            'DOMAIN_NAME_UNICODE'  => tohtml(decode_idna($domain['name'])),\n            'DOMAIN_NAME_SELECTED' => isset($_POST['domain_name'])\n            && $_POST['domain_name'] == $domain['name']\n                ? ' selected' : '',\n        ]);\n\n        if ($domain['type'] == 'dmn' || $domain['type'] == 'als') {\n            $tpl->parse('PARENT_DOMAIN', '.parent_domain');\n        }\n\n        if ($domain['url_forward'] == 'no') {\n            $tpl->assign(\n                'SHARED_MOUNT_POINT_DOMAIN_SELECTED',\n                isset($_POST['shared_mount_point_domain'])\n                && $_POST['shared_mount_point_domain'] == $domain['name']\n                    ? ' selected' : ''\n            );\n            $tpl->parse('SHARED_MOUNT_POINT_DOMAIN', '.shared_mount_point_domain');\n        }\n    }\n\n    if ($shareableMountpointCount == 0) {\n        $tpl->assign('SHARED_MOUNT_POINT_OPTION_JS', '');\n        $tpl->assign('SHARED_MOUNT_POINT_OPTION', '');\n    } else {\n        $tpl->assign([\n            'SHARED_MOUNT_POINT_YES' => isset($_POST['shared_mount_point'])\n            && $_POST['shared_mount_point'] == 'yes'\n                ? ' checked' : '',\n            'SHARED_MOUNT_POINT_NO'  => isset($_POST['shared_mount_point'])\n            && $_POST['shared_mount_point'] == 'yes'\n                ? '' : ' checked'\n        ]);\n    }\n}\n\n/**\n * Add new subdomain\n *\n * @return bool TRUE on success, FALSE on failure\n */\nfunction addSubdomain()\n{\n    global $mainDmnProps;\n\n    // Basic check\n    if (empty($_POST['subdomain_name'])) {\n        set_page_message(tr('You must enter a subdomain name.'), 'error');\n        return false;\n    }\n\n    if (empty($_POST['domain_name'])) {\n        showBadRequestErrorPage();\n    }\n\n    // Check for parent domain\n    $domainName = mb_strtolower(clean_input($_POST['domain_name']));\n    $domainType = $domainId = NULL;\n    $domainList = getDomainsList();\n\n    foreach ($domainList as $domain) {\n        if (($domain['type'] == 'dmn' || $domain['type'] == 'als')\n            && $domain['name'] == $domainName\n        ) {\n            $domainType = $domain['type'];\n            $domainId = $domain['id'];\n        }\n    }\n\n    if (NULL === $domainType) {\n        showBadRequestErrorPage();\n    }\n\n    $subLabel = mb_strtolower(clean_input($_POST['subdomain_name']));\n\n    if ($subLabel == 'www' || strpos($subLabel, 'www.') === 0) {\n        set_page_message(tohtml(tr('%s is not allowed as subdomain label.'), 'www'), 'error');\n        return false;\n    }\n\n    $subdomainName = $subLabel . '.' . $domainName;\n\n    // Check for subdomain syntax\n    if (!isValidDomainName($subdomainName)) {\n        set_page_message(tohtml(tr('Subdomain name is not valid.')), 'error');\n        return false;\n    }\n\n    // Ensure that this subdomain doesn't already exists as domain or domain alias\n    $stmt = exec_query(\n        '\n            SELECT domain_id FROM domain WHERE domain_name = ?\n            UNION ALL\n            SELECT alias_id FROM domain_aliasses WHERE alias_name = ?\n        ',\n        [$subdomainName, $subdomainName]\n    );\n    if ($stmt->rowCount()) {\n        set_page_message(\n            tohtml(tr('Subdomain %s is unavailable.', $subdomainName)),\n            'error'\n        );\n        return false;\n    }\n\n    $subLabelAscii = encode_idna($subLabel);\n    $subdomainNameAscii = encode_idna($subdomainName);\n\n    // Check for subdomain existence\n    foreach ($domainList as $domain) {\n        if ($domain['name'] == $subdomainNameAscii) {\n            set_page_message(tohtml(\n                tr('Subdomain %s already exist.', $subdomainName)),\n                'error'\n            );\n            return false;\n        }\n    }\n\n    // Set default mount point\n    if ($domainType == 'dmn') {\n        if (in_array($subLabelAscii, [\n            'backups', 'cgi-bin', 'errors', 'logs', 'phptmp'\n        ])) {\n            $mountPoint = \"/sub_$subLabelAscii\";\n        } else {\n            $mountPoint = \"/$subLabelAscii\";\n        }\n    } else {\n        if ($subLabelAscii === 'cgi-bin') {\n            $mountPoint = \"/$domainName/sub_$subLabelAscii\";\n        } else {\n            $mountPoint = \"/$domainName/$subLabelAscii\";\n        }\n    }\n\n    // Check for shared mount point option\n    if (isset($_POST['shared_mount_point'])\n        && $_POST['shared_mount_point'] == 'yes'\n    ) {\n        // We are safe here\n\n        if (!isset($_POST['shared_mount_point_domain'])) {\n            showBadRequestErrorPage();\n        }\n\n        $sharedMountPointDomain = clean_input(\n            $_POST['shared_mount_point_domain']\n        );\n\n        // Get shared mount point\n        foreach ($domainList as $domain) {\n            if ($domain['name'] == $sharedMountPointDomain) {\n                $mountPoint = $domain['mount_point'];\n            }\n        }\n    }\n\n\n    // Default values\n    $documentRoot = '/htdocs';\n    $forwardUrl = 'no';\n    $forwardType = NULL;\n    $forwardHost = 'Off';\n\n    // Check for URL forwarding option\n    if (isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n        && isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true\n        )\n    ) {\n        if (!isset($_POST['forward_url_scheme'])\n            || !isset($_POST['forward_url'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $forwardUrl = clean_input($_POST['forward_url_scheme'])\n            . clean_input($_POST['forward_url']);\n        $forwardType = clean_input($_POST['forward_type']);\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        try {\n            try {\n                $uri = UriRedirect::fromString($forwardUrl);\n            } catch (UriException $e) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl)\n                );\n            }\n\n            // Normalize URI host\n            $uri->setHost(encode_idna(mb_strtolower($uri->getHost())));\n            // Normalize URI path\n            $uri->setPath(rtrim(utils_normalizePath($uri->getPath()), '/') . '/');\n\n            if ($uri->getHost() == $subdomainNameAscii\n                && ($uri->getPath() == '/'\n                    && in_array($uri->getPort(), ['', 80, 443])\n                )\n            ) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl) . ' ' .\n                    tr('Subdomain %s cannot be forwarded on itself.', $subdomainName)\n                );\n            }\n\n            if ($forwardType == 'proxy') {\n                $port = $uri->getPort();\n                if ($port && $port < 1025) {\n                    throw new Exception(\n                        tr('Unallowed port in forward URL. Only ports above 1024 are allowed.')\n                    );\n                }\n            }\n\n            $forwardUrl = $uri->getUri();\n        } catch (Exception $e) {\n            set_page_message(tohtml($e->getMessage()), 'error');\n            return false;\n        }\n    }\n\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onBeforeAddSubdomain,\n            [\n                'subdomainName'  => $subdomainName,\n                'subdomainType'  => $domainType,\n                'parentDomainId' => $domainId,\n                'mountPoint'     => $mountPoint,\n                'documentRoot'   => $documentRoot,\n                'forwardUrl'     => $forwardUrl,\n                'forwardType'    => $forwardType,\n                'forwardHost'    => $forwardHost,\n                'wildcardAlias'  => $wildcardAlias,\n                'customerId'     => $_SESSION['user_id']\n            ]\n        );\n\n        if ($domainType == 'als') {\n            $query = \"\n                INSERT INTO subdomain_alias (\n                    alias_id, subdomain_alias_name, subdomain_alias_mount,\n                    subdomain_alias_document_root, subdomain_alias_url_forward,\n                    subdomain_alias_type_forward, subdomain_alias_host_forward,\n                    subdomain_alias_wildcard_alias, subdomain_alias_status\n                ) VALUES (\n                    ?, ?, ?, ?, ?, ?, ?, ?, ?\n                )\n            \";\n        } else {\n            $query = \"\n                INSERT INTO subdomain (\n                    domain_id, subdomain_name, subdomain_mount,\n                    subdomain_document_root, subdomain_url_forward,\n                    subdomain_type_forward, subdomain_host_forward,\n                    subdomain_wildcard_alias, subdomain_status\n                ) VALUES (\n                    ?, ?, ?, ?, ?, ?, ?, ?, ?\n                )\n            \";\n        }\n\n        exec_query($query, [\n            $domainId, $subLabelAscii, $mountPoint, $documentRoot, $forwardUrl,\n            $forwardType, $forwardHost, $wildcardAlias, 'toadd'\n        ]);\n\n        $subdomainId = $db->insertId();\n\n        // Create the phpini entry for that subdomain\n        $phpini = PhpEditor::getInstance();\n        // Load reseller PHP permissions\n        $phpini->loadResellerPermissions($_SESSION['user_created_by']);\n        // Load client PHP permissions\n        $phpini->loadClientPermissions($_SESSION['user_id']);\n        // Load main domain PHP configuration options\n        $phpini->loadDomainIni(\n            $_SESSION['user_id'], $mainDmnProps['domain_id'], 'dmn'\n        );\n        $phpini->saveDomainIni(\n            $_SESSION['user_id'],\n            $subdomainId,\n            $domainType == 'dmn' ? 'sub' : 'subals'\n        );\n\n        $cfg = Registry::get('config');\n\n        if ($cfg['CREATE_DEFAULT_EMAIL_ADDRESSES']) {\n            createDefaultMailAccounts(\n                $mainDmnProps['domain_id'],\n                AuthService::getInstance()->getIdentity()->email,\n                $subdomainNameAscii,\n                $domainType == 'dmn' ? MT_SUBDOM_FORWARD : MT_ALSSUB_FORWARD,\n                $subdomainId\n            );\n        }\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onAfterAddSubdomain,\n            [\n                'subdomainName'  => $subdomainName,\n                'subdomainType'  => $domainType,\n                'parentDomainId' => $domainId,\n                'mountPoint'     => $mountPoint,\n                'documentRoot'   => $documentRoot,\n                'forwardUrl'     => $forwardUrl,\n                'forwardType'    => $forwardType,\n                'forwardHost'    => $forwardHost,\n                'wildcardAlias'  => $wildcardAlias,\n                'customerId'     => $_SESSION['user_id'],\n                'subdomainId'    => $subdomainId\n            ]\n        );\n\n        $db->commit();\n        send_request();\n        write_log(\n            sprintf('A new subdomain (%s) has been created by %s',\n                $subdomainName,\n                $_SESSION['user_logged']),\n            E_USER_NOTICE\n        );\n        return true;\n    } catch (Exception $e) {\n        $db->rollBack();\n        write_log(\n            sprintf('System was unable to create the %s subdomain: %s',\n                $subdomainName,\n                $e->getMessage()\n            ),\n            E_USER_ERROR\n        );\n        set_page_message(\n            tohtml(tr('Could not create subdomain. An unexpected error occurred.')),\n            'error'\n        );\n        return false;\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('subdomains') or showBadRequestErrorPage();\n\n$mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n$subdomainsCount = get_customer_subdomains_count($mainDmnProps['domain_id']);\n\nif ($mainDmnProps['domain_subd_limit'] != 0\n    && $subdomainsCount >= $mainDmnProps['domain_subd_limit']\n) {\n    set_page_message(\n        tohtml(tr('You have reached the maximum number of subdomains allowed by your subscription.')),\n        'warning'\n    );\n    redirectTo('domains_manage.php');\n}\n\nif (!empty($_POST) && addSubdomain()) {\n    set_page_message(\n        tohtml(tr('Subdomain successfully scheduled for addition.')),\n        'success'\n    );\n    redirectTo('domains_manage.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                       => 'shared/layouts/ui.tpl',\n    'page'                         => 'client/subdomain_add.tpl',\n    'page_message'                 => 'layout',\n    'parent_domain'                => 'page',\n    'shared_mount_point_option_js' => 'page',\n    'shared_mount_point_option'    => 'page',\n    'shared_mount_point_domain'    => 'shared_mount_point_option'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tohtml(tr('Client / Domains / Add Subdomain')),\n    'TR_SUBDOMAIN'                  => tohtml(tr('Subdomain')),\n    'TR_SUBDOMAIN_NAME'             => tohtml(tr('Subdomain name')),\n    'TR_SHARED_MOUNT_POINT'         => tohtml(tr('Shared mount point')),\n    'TR_SHARED_MOUNT_POINT_TOOLTIP' => tohtml(tr('Allows to share the mount point of another domain.'), 'htmlAttr'),\n    'TR_URL_FORWARDING'             => tohtml(tr('URL forwarding')),\n    'TR_URL_FORWARDING_TOOLTIP'     => tohtml(tr('Allows to forward any request made to this domain to a specific URL.'), 'htmlAttr'),\n    'TR_FORWARD_TO_URL'             => tohtml(tr('Forward to URL')),\n    'TR_YES'                        => tohtml(tr('Yes')),\n    'TR_NO'                         => tohtml(tr('No')),\n    'TR_HTTP'                       => tohtml('http://'),\n    'TR_HTTPS'                      => tohtml('https://'),\n    'TR_FORWARD_TYPE'               => tohtml(tr('Forward type')),\n    'TR_301'                        => tohtml('301'),\n    'TR_302'                        => tohtml('302'),\n    'TR_303'                        => tohtml('303'),\n    'TR_307'                        => tohtml('307'),\n    'TR_PROXY'                      => tohtml('PROXY'),\n    'TR_PROXY_PRESERVE_HOST'        => tohtml(tr('Preserve Host')),\n    'TR_WILDCARD_ALIAS_TOOLTIP'     => tohtml(tr(\"If enabled, a wildcard alias entry such as '*.sub.domain.tld' will be added. This option is most suitable for software that provide multisite feature such as the Wordpress CMS. Be aware that the control panel doesn't check for possible conflicts with other subdomains.\"), 'htmlAttr'),\n    'TR_WILDCARD_ALIAS'             => tohtml(tr('Wildcard alias')),\n    'TR_ADD'                        => tohtml(tr('Add'), 'htmlAttr'),\n    'TR_CANCEL'                     => tohtml(tr('Cancel'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/subdomain_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('subdomains')\n    || !isset($_GET['id'])\n) {\n    showBadRequestErrorPage();\n}\n\ndeleteSubdomain(intval($_GET['id']));\nredirectTo('domains_manage.php');\n"
  },
  {
    "path": "gui/public/client/subdomain_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Uri\\UriException;\nuse iMSCP\\Uri\\UriRedirect;\nuse iMSCP\\VirtualFileSystem;\n\n/**\n * Get subdomain data\n *\n * @access private\n * @param int $subdomainId Subdomain unique identifier\n * @param string $subdomainType Subdomain Type\n * @return array|bool Subdomain data or FALSE on error\n */\nfunction _client_getSubdomainData($subdomainId, $subdomainType)\n{\n    static $subdomainData = NULL;\n\n    if (NULL !== $subdomainData) {\n        return $subdomainData;\n    }\n\n    $mainDmnProps = get_domain_default_props($_SESSION['user_id']);\n    $domainId = $mainDmnProps['domain_id'];\n    $domainName = $mainDmnProps['domain_name'];\n\n    if ($subdomainType == 'dmn') {\n        $query = '\n            SELECT subdomain_name , subdomain_mount AS subdomain_mount,\n                subdomain_document_root AS document_root,\n                subdomain_url_forward AS url_forward,\n                subdomain_type_forward AS type_forward,\n                subdomain_host_forward AS host_forward,\n                subdomain_wildcard_alias AS wildcard_alias\n            FROM subdomain\n            WHERE subdomain_id = ?\n            AND domain_id = ?\n            AND subdomain_status = ?\n        ';\n    } else {\n        $query = '\n            SELECT t1.subdomain_alias_name AS subdomain_name,\n                t1.subdomain_alias_mount AS subdomain_mount,\n                t1.subdomain_alias_document_root AS document_root,\n                t1.subdomain_alias_url_forward AS url_forward,\n                t1.subdomain_alias_type_forward AS type_forward,\n                t1.subdomain_alias_host_forward AS host_forward,\n                t1.subdomain_alias_wildcard_alias AS wildcard_alias,\n                t2.alias_name AS alias_name\n            FROM subdomain_alias AS t1\n            JOIN domain_aliasses AS t2 USING(alias_id)\n            WHERE subdomain_alias_id = ?\n            AND t2.domain_id = ?\n            AND t1.subdomain_alias_status = ?\n        ';\n    }\n\n    $stmt = exec_query($query, [$subdomainId, $domainId, 'ok']);\n    if (!$stmt->rowCount()) {\n        return false;\n    }\n\n    $subdomainData = $stmt->fetchRow();\n\n    if ($subdomainType == 'dmn') {\n        $subdomainData['subdomain_name'] .= '.' . $domainName;\n        $subdomainData['subdomain_name_utf8'] = decode_idna(\n            $subdomainData['subdomain_name']\n        );\n    } else {\n        $subdomainData['subdomain_name'] .= '.' . $subdomainData['alias_name'];\n        $subdomainData['subdomain_name_utf8'] = decode_idna(\n            $subdomainData['subdomain_name']\n        );\n    }\n\n    return $subdomainData;\n}\n\n/**\n * Generate page\n *\n * @param $tpl TemplateEngine\n * @return void\n */\nfunction client_generatePage(TemplateEngine $tpl)\n{\n    if (!isset($_GET['id'])\n        || !isset($_GET['type'])\n        || !($_GET['type'] == 'dmn'\n            || $_GET['type'] == 'als')\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $subdomainId = intval($_GET['id']);\n    $subdomainType = clean_input($_GET['type']);\n    $subdomainData = _client_getSubdomainData($subdomainId, $subdomainType);\n    if ($subdomainData === false) {\n        showBadRequestErrorPage();\n    }\n\n    $forwardHost = 'Off';\n\n    if (empty($_POST)) {\n        $documentRoot = strpos(\n            $subdomainData['document_root'], '/htdocs'\n        ) !== false\n            ? substr($subdomainData['document_root'], 7)\n            : '';\n\n        if ($subdomainData['url_forward'] != 'no') {\n            $urlForwarding = true;\n            $uri = UriRedirect::fromString(\n                $subdomainData['url_forward']\n            );\n            $uri->setHost(decode_idna($uri->getHost()));\n            $forwardUrlScheme = $uri->getScheme() . '://';\n            $forwardUrl = substr($uri->getUri(), strlen($forwardUrlScheme));\n            $forwardType = $subdomainData['type_forward'];\n            $forwardHost = $subdomainData['host_forward'];\n        } else {\n            $urlForwarding = false;\n            $forwardUrlScheme = 'http://';\n            $forwardUrl = '';\n            $forwardType = '302';\n        }\n\n        $wildcardAlias = $subdomainData['wildcard_alias'];\n    } else {\n        $documentRoot = isset($_POST['document_root'])\n            ? $_POST['document_root'] : '';\n        $urlForwarding = isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? true : false;\n        $forwardUrlScheme = isset($_POST['forward_url_scheme'])\n            ? $_POST['forward_url_scheme'] : 'http://';\n        $forwardUrl = isset($_POST['forward_url'])\n            ? $_POST['forward_url'] : '';\n        $forwardType = isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'],\n            ['301', '302', '303', '307', 'proxy'],\n            true\n        )\n            ? $_POST['forward_type'] : '302';\n\n        if ($forwardType == 'proxy'\n            && isset($_POST['forward_host'])\n        ) {\n            $forwardHost = 'On';\n        }\n\n        $wildcardAlias = isset($_POST['wildcard_alias'])\n        && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n            ? $_POST['wildcard_alias'] : 'no';\n    }\n\n    $tpl->assign([\n        'SUBDOMAIN_ID'       => tohtml($subdomainId, 'htmlAttr'),\n        'SUBDOMAIN_TYPE'     => tohtml($subdomainType, 'htmlAttr'),\n        'SUBDOMAIN_NAME'     => tohtml($subdomainData['subdomain_name_utf8'], 'htmlAttr'),\n        'DOCUMENT_ROOT'      => tohtml($documentRoot, 'htmlAttr'),\n        'FORWARD_URL_YES'    => $urlForwarding ? ' checked' : '',\n        'FORWARD_URL_NO'     => $urlForwarding ? '' : ' checked',\n        'HTTP_YES'           => $forwardUrlScheme == 'http://' ? ' selected' : '',\n        'HTTPS_YES'          => $forwardUrlScheme == 'https://' ? ' selected' : '',\n        'FORWARD_URL'        => tohtml($forwardUrl, 'htmlAttr'),\n        'FORWARD_TYPE_301'   => $forwardType == '301' ? ' checked' : '',\n        'FORWARD_TYPE_302'   => $forwardType == '302' ? ' checked' : '',\n        'FORWARD_TYPE_303'   => $forwardType == '303' ? ' checked' : '',\n        'FORWARD_TYPE_307'   => $forwardType == '307' ? ' checked' : '',\n        'FORWARD_TYPE_PROXY' => $forwardType == 'proxy' ? ' checked' : '',\n        'FORWARD_HOST'       => $forwardHost == 'On' ? ' checked' : '',\n        'WILDCARD_ALIAS_YES' => $wildcardAlias == 'yes' ? ' checked' : '',\n        'WILDCARD_ALIAS_NO'  => $wildcardAlias == 'no' ? ' checked' : ''\n    ]);\n\n    // Cover the case where URL forwarding feature is activated and that the\n    // default /htdocs directory doesn't exists yet\n    if ($subdomainData['url_forward'] != 'no') {\n        $vfs = new VirtualFileSystem(\n            $_SESSION['user_logged'], $subdomainData['subdomain_mount']\n        );\n\n        if (!$vfs->exists('/htdocs')) {\n            $tpl->assign('DOCUMENT_ROOT_BLOC', '');\n            return;\n        }\n    }\n\n    # Set parameters for the FTP chooser\n    $_SESSION['ftp_chooser_domain_id'] = get_user_domain_id(\n        $_SESSION['user_id']\n    );\n    $_SESSION['ftp_chooser_user'] = $_SESSION['user_logged'];\n    $_SESSION['ftp_chooser_root_dir'] = utils_normalizePath(\n        $subdomainData['subdomain_mount'] . '/htdocs'\n    );\n    $_SESSION['ftp_chooser_hidden_dirs'] = [];\n    $_SESSION['ftp_chooser_unselectable_dirs'] = [];\n}\n\n/**\n * Edit subdomain\n *\n * @return bool TRUE on success, FALSE on failure\n */\nfunction client_editSubdomain()\n{\n    if (!isset($_GET['id'])\n        | !isset($_GET['type'])\n        || !($_GET['type'] == 'dmn'\n            || $_GET['type'] == 'als')\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $subdomainId = clean_input($_GET['id']);\n    $subdomainType = clean_input($_GET['type']);\n    $subdomainData = _client_getSubdomainData($subdomainId, $subdomainType);\n\n    if ($subdomainData === false) {\n        showBadRequestErrorPage();\n    }\n\n    // Default values\n    $documentRoot = $subdomainData['document_root'];\n    $forwardUrl = 'no';\n    $forwardType = NULL;\n    $forwardHost = 'Off';\n\n    // Check for URL forwarding option\n    if (isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n        && isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true\n        )\n    ) {\n        if (!isset($_POST['forward_url_scheme'])\n            || !isset($_POST['forward_url'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $forwardUrl = clean_input($_POST['forward_url_scheme'])\n            . clean_input($_POST['forward_url']);\n        $forwardType = clean_input($_POST['forward_type']);\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        try {\n            try {\n                $uri = UriRedirect::fromString($forwardUrl);\n            } catch (UriException $e) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl)\n                );\n            }\n\n            // Normalize URI host\n            $uri->setHost(encode_idna(mb_strtolower($uri->getHost())));\n            // Normalize URI path\n            $uri->setPath(rtrim(utils_normalizePath($uri->getPath()), '/') . '/');\n\n            if ($uri->getHost() == $subdomainData['subdomain_name']\n                && ($uri->getPath() == '/'\n                    && in_array($uri->getPort(), ['', 80, 443])\n                )\n            ) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl) . ' ' .\n                    tr(\n                        'Subdomain %s cannot be forwarded on itself.',\n                        $subdomainData['subdomain_name_utf8']\n                    )\n                );\n            }\n\n            if ($forwardType == 'proxy') {\n                $port = $uri->getPort();\n                if ($port && $port < 1025) {\n                    throw new Exception(\n                        tr('Unallowed port in forward URL. Only ports above 1024 are allowed.')\n                    );\n                }\n            }\n\n            $forwardUrl = $uri->getUri();\n        } catch (Exception $e) {\n            set_page_message(tohtml($e->getMessage()), 'error');\n            return false;\n        }\n    } // Check for alternative DocumentRoot option\n    elseif (isset($_POST['document_root'])) {\n        $documentRoot = utils_normalizePath(\n            '/' . clean_input($_POST['document_root'])\n        );\n\n        if ($documentRoot !== '') {\n            $vfs = new VirtualFileSystem(\n                $_SESSION['user_logged'],\n                $subdomainData['subdomain_mount'] . '/htdocs'\n            );\n\n            if ($documentRoot !== '/'\n                && !$vfs->exists($documentRoot, VirtualFileSystem::VFS_TYPE_DIR)\n            ) {\n                set_page_message(\n                    tohtml(tr('The new document root must pre-exists inside the /htdocs directory.')),\n                    'error'\n                );\n                return false;\n            }\n        }\n\n        $documentRoot = utils_normalizePath('/htdocs' . $documentRoot);\n    }\n\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], [0, 1])\n        ? $_POST['wildcard_alias'] : 0;\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onBeforeEditSubdomain, [\n            'subdomainId'   => $subdomainId,\n            'subdomainName' => $subdomainData['subdomain_name'],\n            'subdomainType' => $subdomainType,\n            'mountPoint'    => $subdomainData['subdomain_mount'],\n            'documentRoot'  => $documentRoot,\n            'forwardUrl'    => $forwardUrl,\n            'forwardType'   => $forwardType,\n            'forwardHost'   => $forwardHost,\n            'wildcardAlias' => $wildcardAlias\n        ]\n    );\n\n    if ($subdomainType == 'dmn') {\n        $query = '\n            UPDATE subdomain\n            SET subdomain_document_root = ?, subdomain_url_forward = ?,\n                subdomain_type_forward = ?, subdomain_host_forward = ?,\n                subdomain_wildcard_alias = ?, subdomain_status = ?\n            WHERE subdomain_id = ?\n        ';\n    } else {\n        $query = '\n            UPDATE subdomain_alias\n            SET subdomain_alias_document_root = ?,\n                subdomain_alias_url_forward = ?,\n                subdomain_alias_type_forward = ?,\n                subdomain_alias_host_forward = ?,\n                subdomain_wildcard_alias = ?, subdomain_alias_status = ?\n            WHERE subdomain_alias_id = ?\n        ';\n    }\n\n    exec_query($query, [\n        $documentRoot, $forwardUrl, $forwardType, $forwardHost, $wildcardAlias,\n        'tochange', $subdomainId\n    ]);\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onAfterEditSubdomain,\n        [\n            'subdomainId'   => $subdomainId,\n            'subdomainName' => $subdomainData['subdomain_name'],\n            'subdomainType' => $subdomainType,\n            'mountPoint'    => $subdomainData['subdomain_mount'],\n            'documentRoot'  => $documentRoot,\n            'forwardUrl'    => $forwardUrl,\n            'forwardType'   => $forwardType,\n            'forwardHost'   => $forwardHost,\n            'wildcardAlias' => $wildcardAlias\n        ]\n    );\n\n    send_request();\n    write_log(\n        sprintf(\n            '%s updated properties of the %s subdomain',\n            $_SESSION['user_logged'], $subdomainData['subdomain_name_utf8']\n        ),\n        E_USER_NOTICE\n    );\n    return true;\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('subdomains') or showBadRequestErrorPage();\n\nif (!empty($_POST) && client_editSubdomain()) {\n    set_page_message(\n        tohtml(tr('Subdomain successfully scheduled for update')),\n        'success'\n    );\n    redirectTo('domains_manage.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'             => 'shared/layouts/ui.tpl',\n    'page'               => 'client/subdomain_edit.tpl',\n    'page_message'       => 'layout',\n    'document_root_bloc' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'             => tohtml(tr('Client / Domains / Edit Subdomain')),\n    'TR_SUBDOMAIN'              => tohtml(tr('Subdomain')),\n    'TR_SUBDOMAIN_NAME'         => tohtml(tr('Subdomain name')),\n    'TR_DOCUMENT_ROOT'          => tohtml(tr('Document root')),\n    'TR_DOCUMENT_ROOT_TOOLTIP'  => tohtml(tr(\"You can set an alternative document root. This is mostly needed when using a PHP framework such as Symfony. Note that the new document root will live inside the default  `/htdocs' document root. Be aware that the directory for the new document root must pre-exist.\")),\n    'TR_CHOOSE_DIR'             => tohtml(tr('Choose dir')),\n    'TR_URL_FORWARDING'         => tohtml(tr('URL forwarding')),\n    'TR_FORWARD_TO_URL'         => tohtml(tr('Forward to URL')),\n    'TR_URL_FORWARDING_TOOLTIP' => tohtml(tr('Allows to forward any request made to this domain to a specific URL.')),\n    'TR_YES'                    => tohtml(tr('Yes')),\n    'TR_NO'                     => tohtml(tr('No')),\n    'TR_HTTP'                   => tohtml('http://'),\n    'TR_HTTPS'                  => tohtml('https://'),\n    'TR_FORWARD_TYPE'           => tohtml(tr('Forward type')),\n    'TR_301'                    => tohtml('301'),\n    'TR_302'                    => tohtml('302'),\n    'TR_303'                    => tohtml('303'),\n    'TR_307'                    => tohtml('307'),\n    'TR_PROXY'                  => tohtml('PROXY'),\n    'TR_PROXY_PRESERVE_HOST'    => tohtml(tr('Preserve Host')),\n    'TR_WILDCARD_ALIAS_TOOLTIP' => tohtml(tr(\"If enabled, a wildcard alias entry such as '*.sub.domain.tld' will be added. This option is most suitable for software that provide multisite feature such as the Wordpress CMS. Be aware that the control panel doesn't check for possible conflicts with other subdomains.\"), 'htmlAttr'),\n    'TR_WILDCARD_ALIAS'         => tohtml(tr('Wildcard alias')),\n    'TR_UPDATE'                 => tohtml(tr('Update'), 'htmlAttr'),\n    'TR_CANCEL'                 => tohtml(tr('Cancel'))\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $translations = $e->getParam('translations');\n        $translations['core']['close'] = tr('Close');\n        $translations['core']['ftp_directories'] = tr(\n            'Select your own document root'\n        );\n    }\n);\n\ngenerateNavigation($tpl);\nclient_generatePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/ticket_closed.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('support')) {\n    showBadRequestErrorPage();\n} elseif (isset($_GET['ticket_id']) && !empty($_GET['ticket_id'])) {\n    reopenTicket(intval($_GET['ticket_id']));\n}\n\nif (isset($_GET['psi'])) {\n    $start = $_GET['psi'];\n} else {\n    $start = 0;\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic('layout', 'shared/layouts/ui.tpl');\n$tpl->define_dynamic([\n    'page'             => 'client/ticket_closed.tpl',\n    'page_message'     => 'layout',\n    'tickets_list'     => 'page',\n    'tickets_item'     => 'tickets_list',\n    'scroll_prev_gray' => 'page',\n    'scroll_prev'      => 'page',\n    'scroll_next_gray' => 'page',\n    'scroll_next'      => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tr('Client / Support / Closed Tickets'),\n    'TR_TICKET_STATUS'              => tr('Status'),\n    'TR_TICKET_FROM'                => tr('From'),\n    'TR_TICKET_SUBJECT'             => tr('Subject'),\n    'TR_TICKET_URGENCY'             => tr('Priority'),\n    'TR_TICKET_LAST_ANSWER_DATE'    => tr('Last reply date'),\n    'TR_TICKET_ACTION'              => tr('Actions'),\n    'TR_TICKET_DELETE'              => tr('Delete'),\n    'TR_TICKET_READ_LINK'           => tr('Read ticket'),\n    'TR_TICKET_DELETE_LINK'         => tr('Delete ticket'),\n    'TR_TICKET_REOPEN'              => tr('Reopen'),\n    'TR_TICKET_REOPEN_LINK'         => tr('Reopen ticket'),\n    'TR_TICKET_DELETE_ALL'          => tr('Delete all tickets'),\n    'TR_TICKETS_DELETE_MESSAGE'     => tr(\"Are you sure you want to delete the '%s' ticket?\", '%s'),\n    'TR_TICKETS_DELETE_ALL_MESSAGE' => tr('Are you sure you want to delete all closed tickets?'),\n    'TR_PREVIOUS'                   => tr('Previous'),\n    'TR_NEXT'                       => tr('Next')\n]);\n\ngenerateNavigation($tpl);\ngenerateTicketList(\n    $tpl, $_SESSION['user_id'], $start, Registry::get('config')['DOMAIN_ROWS_PER_PAGE'], 'client', 'closed'\n);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/ticket_create.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('support') or showBadRequestErrorPage();\n\nif (isset($_POST['uaction'])) {\n    if (empty($_POST['subject'])) {\n        set_page_message(tr('Please specify a message subject.'), 'error');\n    } elseif (empty($_POST['user_message'])) {\n        set_page_message(tr('Please type your message.'), 'error');\n    } else {\n        createTicket($_SESSION['user_id'], $_SESSION['user_created_by'],\n            $_POST['urgency'], $_POST['subject'], $_POST['user_message'], 1);\n        redirectTo('ticket_system.php');\n    }\n}\n\n$userdata = [\n    'OPT_URGENCY_1' => '',\n    'OPT_URGENCY_2' => '',\n    'OPT_URGENCY_3' => '',\n    'OPT_URGENCY_4' => ''\n];\n\nif (isset($_POST['urgency'])) {\n    $userdata['URGENCY'] = intval($_POST['urgency']);\n} else {\n    $userdata['URGENCY'] = 2;\n}\n\nswitch ($userdata['URGENCY']) {\n    case 1:\n        $userdata['OPT_URGENCY_1'] = ' selected';\n        break;\n    case 3:\n        $userdata['OPT_URGENCY_3'] = ' selected';\n        break;\n    case 4:\n        $userdata['OPT_URGENCY_4'] = 'selected';\n        break;\n    default:\n        $userdata['OPT_URGENCY_2'] = ' selected';\n}\n\n$userdata['SUBJECT'] = isset($_POST['subject']) ? clean_input($_POST['subject']) : '';\n$userdata['USER_MESSAGE'] = isset($_POST['user_message']) ? clean_input($_POST['user_message']) : '';\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic('layout', 'shared/layouts/ui.tpl');\n$tpl->define_dynamic([\n    'page'         => 'client/ticket_create.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'     => tr('Client / Support / New Ticket'),\n    'TR_NEW_TICKET'     => tr('New ticket'),\n    'TR_LOW'            => tr('Low'),\n    'TR_MEDIUM'         => tr('Medium'),\n    'TR_HIGH'           => tr('High'),\n    'TR_VERY_HIGH'      => tr('Very high'),\n    'TR_URGENCY'        => tr('Priority'),\n    'TR_EMAIL'          => tr('Email'),\n    'TR_SUBJECT'        => tr('Subject'),\n    'TR_YOUR_MESSAGE'   => tr('Your message'),\n    'TR_SEND_MESSAGE'   => tr('Send message'),\n    'TR_OPEN_TICKETS'   => tr('Open tickets'),\n    'TR_CLOSED_TICKETS' => tr('Closed tickets')\n]);\n\n$tpl->assign($userdata);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n\n"
  },
  {
    "path": "gui/public/client/ticket_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\ncustomerHasFeature('support') or showBadRequestErrorPage();\n\n$userId = $_SESSION['user_id'];\n$previousPage = 'ticket_system';\n\nif (isset($_GET['ticket_id']) && !empty($_GET['ticket_id'])) {\n    $ticketId = intval($_GET['ticket_id']);\n\n    $query = \"\n\t\tSELECT\n\t\t\t`ticket_status`\n\t\tFROM\n\t\t\t`tickets`\n\t\tWHERE\n\t\t\t`ticket_id` = ?\n\t\tAND\n\t\t\t(`ticket_from` = ? OR `ticket_to` = ?)\n\t\";\n    $stmt = exec_query($query, [$ticketId, $userId, $userId]);\n\n    if ($stmt->rowCount() == 0) {\n        set_page_message(tr(\"Ticket with Id '%d' was not found.\", $ticketId), 'error');\n        redirectTo($previousPage . '.php');\n    }\n\n    // The ticket status was 0 so we come from ticket_closed.php\n    if ($stmt->fields['ticket_status'] == 0) {\n        $previousPage = 'ticket_closed';\n    }\n\n    deleteTicket($ticketId);\n    set_page_message(tr('Ticket successfully deleted.'), 'success');\n    write_log(sprintf(\"%s: deleted ticket %d\", $_SESSION['user_logged'], $ticketId), E_USER_NOTICE);\n} elseif (isset($_GET['delete']) && $_GET['delete'] == 'open') {\n    deleteTickets('open', $userId);\n    set_page_message(tr('All open tickets were successfully deleted.'), 'success');\n    write_log(sprintf(\"%s: deleted all open tickets.\", $_SESSION['user_logged']), E_USER_NOTICE);\n} elseif (isset($_GET['delete']) && $_GET['delete'] == 'closed') {\n    deleteTickets('closed', $userId);\n    set_page_message(tr('All closed tickets were successfully deleted.'), 'success');\n    write_log(sprintf(\"%s: deleted all closed tickets.\", $_SESSION['user_logged']), E_USER_NOTICE);\n    $previousPage = 'ticket_closed';\n} else {\n    set_page_message(tr('Unknown action requested.'), 'error');\n}\n\nredirectTo($previousPage . '.php');\n"
  },
  {
    "path": "gui/public/client/ticket_system.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('support')) {\n    showBadRequestErrorPage();\n} elseif (isset($_GET['ticket_id']) && !empty($_GET['ticket_id'])) {\n    closeTicket(intval($_GET['ticket_id']));\n}\n\nif (isset($_GET['psi'])) {\n    $start = $_GET['psi'];\n} else {\n    $start = 0;\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'           => 'shared/layouts/ui.tpl',\n    'page'             => 'client/ticket_system.tpl',\n    'page_message'     => 'layout',\n    'tickets_list'     => 'page',\n    'tickets_item'     => 'tickets_list',\n    'scroll_prev_gray' => 'page',\n    'scroll_prev'      => 'page',\n    'scroll_next_gray' => 'page',\n    'scroll_next'      => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tr('Client / Support / Open Tickets'),\n    'TR_TICKET_STATUS'              => tr('Status'),\n    'TR_TICKET_FROM'                => tr('From'),\n    'TR_TICKET_SUBJECT'             => tr('Subject'),\n    'TR_TICKET_URGENCY'             => tr('Priority'),\n    'TR_TICKET_LAST_ANSWER_DATE'    => tr('Last reply date'),\n    'TR_TICKET_ACTIONS'             => tr('Actions'),\n    'TR_TICKET_DELETE'              => tr('Delete'),\n    'TR_TICKET_CLOSE'               => tr('Close'),\n    'TR_TICKET_READ_LINK'           => tr('Read ticket'),\n    'TR_TICKET_DELETE_LINK'         => tr('Delete ticket'),\n    'TR_TICKET_CLOSE_LINK'          => tr('Close ticket'),\n    'TR_TICKET_DELETE_ALL'          => tr('Delete all tickets'),\n    'TR_TICKETS_DELETE_MESSAGE'     => tr(\"Are you sure you want to delete the '%s' ticket?\", '%s'),\n    'TR_TICKETS_DELETE_ALL_MESSAGE' => tr('Are you sure you want to delete all tickets?'),\n    'TR_PREVIOUS'                   => tr('Previous'),\n    'TR_NEXT'                       => tr('Next')\n]);\n\ngenerateNavigation($tpl);\ngenerateTicketList(\n    $tpl, $_SESSION['user_id'], $start, Registry::get('config')['DOMAIN_ROWS_PER_PAGE'], 'client', 'open'\n);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/ticket_view.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\nif (!customerHasFeature('support') || !isset($_GET['ticket_id'])) {\n    showBadRequestErrorPage();\n}\n\n$ticketId = intval($_GET['ticket_id']);\n$status = getTicketStatus($ticketId);\n$ticketLevel = getUserLevel($ticketId);\n\nif (getTicketStatus($ticketId) == 2) {\n    changeTicketStatus($ticketId, 3);\n}\n\nif (isset($_POST['uaction'])) {\n    if ($_POST['uaction'] == 'close') {\n        closeTicket($ticketId);\n        redirectTo('ticket_system.php');\n    }\n\n    if (isset($_POST['user_message'])) {\n        if (empty($_POST['user_message'])) {\n            set_page_message(tr('Please type your message.'), 'error');\n        } else {\n            updateTicket($ticketId, $_SESSION['user_id'], $_POST['urgency'], $_POST['subject'], $_POST['user_message'], 1, 1);\n            redirectTo(\"ticket_view.php?ticket_id=$ticketId\");\n        }\n    }\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'         => 'shared/layouts/ui.tpl',\n    'page'           => 'client/ticket_view.tpl',\n    'page_message'   => 'layout',\n    'ticket'         => 'page',\n    'ticket_message' => 'ticket'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'       => tr('Client / Support / View Ticket'),\n    'TR_TICKET_INFO'      => tr('Ticket information'),\n    'TR_TICKET_URGENCY'   => tr('Priority'),\n    'TR_TICKET_SUBJECT'   => tr('Subject'),\n    'TR_TICKET_FROM'      => tr('From'),\n    'TR_TICKET_DATE'      => tr('Date'),\n    'TR_TICKET_CONTENT'   => tr('Message'),\n    'TR_TICKET_NEW_REPLY' => tr('Reply'),\n    'TR_TICKET_REPLY'     => tr('Send reply')\n]);\n\ngenerateNavigation($tpl);\nshowTicketContent($tpl, $ticketId, $_SESSION['user_id']);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/traffic_statistics.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n\n/**\n * Get traffic for the given domain and the given period\n *\n * @param int $domainId User main domain unique identifier\n * @param int $startDate An UNIX timestamp representing a start date\n * @param int $endDate An UNIX timestamp representing an end date\n * @return array\n */\nfunction getUserTraffic($domainId, $startDate, $endDate)\n{\n    $stmt = exec_query(\n        '\n          SELECT IFNULL(SUM(dtraff_web), 0) AS web_traffic,\n            IFNULL(SUM(dtraff_ftp), 0) AS ftp_traffic,\n            IFNULL(SUM(dtraff_mail), 0) AS smtp_traffic,\n            IFNULL(SUM(dtraff_pop), 0) AS pop_traffic\n          FROM domain_traffic\n          WHERE domain_id = ?\n          AND dtraff_time BETWEEN ? AND ?\n        ',\n        [$domainId, $startDate, $endDate]\n    );\n\n    if (!$stmt->rowCount()) {\n        return array_fill(0, 4, 0);\n    }\n\n    $row = $stmt->fetchRow();\n\n    return [$row['web_traffic'], $row['ftp_traffic'], $row['smtp_traffic'], $row['pop_traffic']];\n}\n\n/**\n * Generate statistics for the given period\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $domainId = get_user_domain_id($_SESSION['user_id']);\n    $month = isset($_GET['month']) ? filter_digits($_GET['month']) : date('n');\n    $year = isset($_GET['year']) ? filter_digits($_GET['year']) : date('Y');\n    $stmt = exec_query(\n        'SELECT dtraff_time FROM domain_traffic WHERE domain_id = ? ORDER BY dtraff_time ASC LIMIT 1', $domainId\n    );\n    $nPastYears = $stmt->rowCount() ? date('Y') - date('Y', $stmt->fetchRow(PDO::FETCH_COLUMN)) : 0;\n\n    generateDMYlists($tpl, 0, $month, $year, $nPastYears);\n\n    $stmt = exec_query(\n        'SELECT COUNT(domain_id) FROM domain_traffic WHERE domain_id = ? AND dtraff_time BETWEEN ? AND ? LIMIT 1',\n        [$domainId, getFirstDayOfMonth($month, $year), getLastDayOfMonth($month, $year)]\n    );\n\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) < 1) {\n        set_page_message(tr('No statistics found for the given period. Try another period.'), 'static_info');\n        $tpl->assign('STATISTICS_BLOCK', '');\n        return;\n    }\n\n    $requestedPeriod = getLastDayOfMonth($month, $year);\n    $toDay = ($requestedPeriod < time()) ? date('j', $requestedPeriod) : date('j');\n    $all = array_fill(0, 8, 0);\n    $dateFormat = Registry::get('config')['DATE_FORMAT'];\n\n    for ($fromDay = 1; $fromDay <= $toDay; $fromDay++) {\n        $startDate = mktime(0, 0, 0, $month, $fromDay, $year);\n        $endDate = mktime(23, 59, 59, $month, $fromDay, $year);\n\n        list($webTraffic, $ftpTraffic, $smtpTraffic, $popTraffic) = getUserTraffic($domainId, $startDate, $endDate);\n\n        $tpl->assign([\n            'DATE'       => tohtml(date($dateFormat, strtotime($year . '-' . $month . '-' . $fromDay))),\n            'WEB_TRAFF'  => tohtml(bytesHuman($webTraffic)),\n            'FTP_TRAFF'  => tohtml(bytesHuman($ftpTraffic)),\n            'SMTP_TRAFF' => tohtml(bytesHuman($smtpTraffic)),\n            'POP_TRAFF'  => tohtml(bytesHuman($popTraffic)),\n            'SUM_TRAFF'  => tohtml(bytesHuman($webTraffic + $ftpTraffic + $smtpTraffic + $popTraffic))\n        ]);\n\n        $all[0] += $webTraffic;\n        $all[1] += $ftpTraffic;\n        $all[2] += $smtpTraffic;\n        $all[3] += $popTraffic;\n\n        $tpl->parse('TRAFFIC_TABLE_ITEM', '.traffic_table_item');\n    }\n\n    $tpl->assign([\n        'WEB_ALL'  => tohtml(bytesHuman($all[0])),\n        'FTP_ALL'  => tohtml(bytesHuman($all[1])),\n        'SMTP_ALL' => tohtml(bytesHuman($all[2])),\n        'POP_ALL'  => tohtml(bytesHuman($all[3])),\n        'SUM_ALL'  => tohtml(bytesHuman(array_sum($all)))\n    ]);\n\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'             => 'shared/layouts/ui.tpl',\n    'page'               => 'client/traffic_statistics.tpl',\n    'page_message'       => 'layout',\n    'month_list'         => 'page',\n    'year_list'          => 'page',\n    'statistics_block'   => 'page',\n    'traffic_table_item' => 'statistics_block'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE' => tohtml(tr('Client / Statistics')),\n    'TR_STATISTICS' => tohtml(tr('Statistics')),\n    'TR_MONTH'      => tohtml(tr('Month')),\n    'TR_YEAR'       => tohtml(tr('Year')),\n    'TR_SHOW'       => tohtml(tr('Show')),\n    'TR_WEB_TRAFF'  => tohtml(tr('Web traffic')),\n    'TR_FTP_TRAFF'  => tohtml(tr('FTP traffic')),\n    'TR_SMTP_TRAFF' => tohtml(tr('SMTP traffic')),\n    'TR_POP_TRAFF'  => tohtml(tr('POP3/IMAP traffic')),\n    'TR_SUM'        => tohtml(tr('All traffic')),\n    'TR_ALL'        => tohtml(tr('All')),\n    'TR_DATE'       => tohtml(tr('Date'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/client/webtools.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Hide disabled features\n *\n * @param TemplateEngine $tpl Template engine instance\n */\nfunction client_hideDisabledFeatures(TemplateEngine $tpl)\n{\n    if (!customerHasFeature('backup')) {\n        $tpl->assign('BACKUP_FEATURE', '');\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('user');\nEventAggregator::getInstance()->dispatch(Events::onClientScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'         => 'shared/layouts/ui.tpl',\n    'page'           => 'client/webtools.tpl',\n    'page_message'   => 'layout',\n    'backup_feature' => 'page',\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'             => tohtml(tr('Client / Webtools / Overview')),\n    'TR_FEATURE'                => tohtml(tr('Feature')),\n    'TR_DESCRIPTION'            => tohtml(tr('Description')),\n    'TR_HTACCESS_TOOLTIPS'      => tohtml(tr('Protected areas'), 'htmlAttr'),\n    'TR_HTACCESS_TXT'           => tohtml(tr('Manage your protected areas, users and groups.')),\n    'TR_ERROR_PAGES_TOOLTIPS'   => tohtml(tr('Error pages'), 'htmlAttr'),\n    'TR_ERROR_PAGES_TXT'        => tohtml(tr('Customize error pages for your domain.')),\n    'TR_BACKUP_TOOLTIPS'        => tohtml(tr('Backup'), 'htmlAttr'),\n    'TR_BACKUP_TXT'             => tohtml(tr('Backup and restore settings.')),\n]);\n\ngenerateNavigation($tpl);\nclient_hideDisabledFeatures($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onClientScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\nunsetMessages();\n"
  },
  {
    "path": "gui/public/errordocs/400.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 400</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"shortcut icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 400</h1>\n        <p>Bad Request</p>\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "gui/public/errordocs/401.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 401</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"shortcut icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 401</h1>\n        <p>Unauthorised</p>\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "gui/public/errordocs/403.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 403</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"shortcut icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 403</h1>\n        <p>Forbidden</p>\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "gui/public/errordocs/404.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 404</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"shortcut icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 404</h1>\n        <p>Page Not Found</p>\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "gui/public/errordocs/405.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 405</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"shortcut icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 405</h1>\n        <p>Method Not Allowed</p>\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "gui/public/errordocs/500.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 500</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"shortcut icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 500</h1>\n        <p>Internal Server Error</p>\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "gui/public/errordocs/502.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 502</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"shortcut icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 502</h1>\n        <p>Bad Gateway</p>\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "gui/public/errordocs/503.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <title>i-MSCP internet - Multi Server Control Panel - Error 503</title>\n    <meta charset=\"utf-8\">\n    <meta name=\"application-name\" content=\"i-MSCP\">\n    <meta name='robots' content='nofollow, noindex'>\n    <link rel=\"shortcut icon\" href=\"/errors/inc/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/errors/inc/errordocs.css\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link rel=\"stylesheet\" href=\"/errors/inc/ie78overrides.css\">\n    <![endif]-->\n</head>\n<body>\n<div id=\"outer\">\n    <div id=\"inner\">\n        <h1>Error 503</h1>\n        <p>Service Unavailable</p>\n        <div id=backlink><a href=\"#\" onclick=\"window.history.go(-2)\" target=\"_self\">Back</a></div>\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "gui/public/errordocs/inc/errordocs.css",
    "content": "body {\n    font-family: Geneva, Arial, Helvetica, sans-serif;\n    margin: 0;\n}\n\nh1 {\n    color: rgb(255,0,0);\n    margin: 0;\n    padding: 0;\n}\n\np {\n    font-size: 16px;\n    letter-spacing: 7px;\n    color: #ffffff;\n}\n\na {\n    font-weight: bold;\n    color: rgb(102,102,102);\n    text-decoration: none;\n    font-size: 14px;\n    letter-spacing: normal;\n}\n\n#outer {\n    height: 1px;\n    left: 0;\n    overflow: visible;\n    position: absolute;\n    text-align: center;\n    top: 40%;\n    width: 100%;\n}\n\n#inner {\n    background-image: url('/errors/inc/imscp_logo90.png'), url(/errors/inc/gradient_box.png), url(/errors/inc/stripe_box.png);\n    background-position: left top, bottom, top;\n    background-repeat: no-repeat, repeat-x, repeat;\n    background-size: auto, 100% 100%, auto;\n    border: 1px solid silver;\n    border-radius: 20px;\n    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);\n    height: auto;\n    left: 50%;\n    margin-left: -227px;\n    padding-bottom: 12px;\n    padding-top: 70px;\n    position: absolute;\n    text-align: center;\n    top: -94px;\n    width: 453px;\n}\n\n#backlink {\n    text-align: right;\n    padding: 0 15px;\n}\n"
  },
  {
    "path": "gui/public/errordocs/inc/ie78overrides.css",
    "content": "#inner {\n    background-image: url('/errors/inc/imscp_logo90.png');\n    background-position: left top;\n    background-repeat: no-repeat;\n    background-size: auto;\n    background-color: black;\n}"
  },
  {
    "path": "gui/public/imagecode.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n *\n * The contents of this file are subject to the Mozilla Public License\n * Version 1.1 (the \"License\"); you may not use this file except in\n * compliance with the License. You may obtain a copy of the License at\n * http://www.mozilla.org/MPL/\n *\n * Software distributed under the License is distributed on an \"AS IS\"\n * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the\n * License for the specific language governing rights and limitations\n * under the License.\n *\n * The Original Code is \"VHCS - Virtual Hosting Control System\".\n *\n * The Initial Developer of the Original Code is moleSoftware GmbH.\n * Portions created by Initial Developer are Copyright (C) 2001-2006\n * by moleSoftware GmbH. All Rights Reserved.\n *\n * Portions created by the ispCP Team are Copyright (C) 2006-2010 by\n * isp Control Panel. All Rights Reserved.\n *\n * Portions created by the i-MSCP Team are Copyright (C) 2010-2017 by\n * i-MSCP - internet Multi Server Control Panel. All Rights Reserved.\n */\n\nrequire_once 'imscp-lib.php';\nrequire_once 'LostPassword.php';\n\ncreateImage('capcode');\n"
  },
  {
    "path": "gui/public/index.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by i-MSCP Team <team@i-mscp.net>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Authentication\\AuthService;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\nEventAggregator::getInstance()->dispatch(Events::onLoginScriptStart);\n\nif (isset($_REQUEST['action'])) {\n    init_login(EventAggregator::getInstance());\n    $auth = AuthService::getInstance();\n\n    switch ($_REQUEST['action']) {\n        case 'login':\n            $authResult = $auth->authenticate();\n\n            if ($authResult->isValid()) {\n                write_log(sprintf(\"%s logged in\", $authResult->getIdentity()->admin_name), E_USER_NOTICE);\n            } elseif (($messages = $authResult->getMessages())) {\n                $messages = format_message($messages);\n                set_page_message($messages, 'error');\n                write_log(sprintf(\"Authentication failed. Reason: %s\", $messages), E_USER_NOTICE);\n            }\n            break;\n        case 'logout':\n            if ($auth->hasIdentity()) {\n                $adminName = $auth->getIdentity()->admin_name;\n                $auth->unsetIdentity();\n                set_page_message(tr('You have been successfully logged out.'), 'success');\n                write_log(sprintf(\"%s logged out\", decode_idna($adminName)), E_USER_NOTICE);\n            }\n\n            redirectTo('index.php');\n    }\n}\n\nredirectToUiLevel();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'         => 'shared/layouts/simple.tpl',\n    'page_message'   => 'layout',\n    'lostpwd_button' => 'page'\n]);\n\n$tpl->assign([\n    'productLongName'  => tr('internet Multi Server Control Panel'),\n    'productLink'      => 'https://www.i-mscp.net',\n    'productCopyright' => tr('© 2010-2017 i-MSCP Team<br>All Rights Reserved')\n]);\n\n$cfg = Registry::get('config');\n\nif ($cfg['MAINTENANCEMODE'] && !isset($_GET['admin'])) {\n    $tpl->define_dynamic('page', 'message.tpl');\n    $tpl->assign([\n        'TR_PAGE_TITLE'           => tr('i-MSCP - Multi Server Control Panel / Maintenance'),\n        'HEADER_BLOCK'            => '',\n        'BOX_MESSAGE_TITLE'       => tr('System under maintenance'),\n        'BOX_MESSAGE'             => (isset($cfg['MAINTENANCEMODE_MESSAGE']))\n            ? preg_replace('/\\s\\s+/', '', nl2br(tohtml($cfg['MAINTENANCEMODE_MESSAGE'])))\n            : tr(\"We are sorry, but the system is currently under maintenance.\\nPlease try again later.\"),\n        'TR_BACK'                 => tr('Administrator login'),\n        'BACK_BUTTON_DESTINATION' => '/index.php?admin=1'\n    ]);\n} else {\n    $tpl->define_dynamic([\n        'page'                  => 'index.tpl',\n        'lost_password_support' => 'page',\n        'ssl_support'           => 'page'\n    ]);\n    $tpl->assign([\n        'TR_PAGE_TITLE' => tr('i-MSCP - Multi Server Control Panel / Login'),\n        'TR_LOGIN'      => tr('Login'),\n        'TR_USERNAME'   => tr('Username'),\n        'UNAME'         => isset($_POST['uname']) ? tohtml($_POST['uname'], 'htmlAttr') : '',\n        'TR_PASSWORD'   => tr('Password')\n    ]);\n\n    if ($cfg['PANEL_SSL_ENABLED'] == 'yes' && $cfg['BASE_SERVER_VHOST_PREFIX'] != 'https://') {\n        $isSecure = isSecureRequest() ? true : false;\n        $uri = [\n            ($isSecure ? 'http' : 'https') . '://',\n            getRequestHost(),\n            ($isSecure)\n                ? (getRequestPort() != 443 ? ':' . $cfg['BASE_SERVER_VHOST_HTTP_PORT'] : '')\n                : (getRequestPort() != 80 ? ':' . $cfg['BASE_SERVER_VHOST_HTTPS_PORT'] : '')\n        ];\n\n        $tpl->assign([\n            'SSL_LINK'           => tohtml(implode('', $uri), 'htmlAttr'),\n            'SSL_IMAGE_CLASS'    => ($isSecure) ? 'i_unlock' : 'i_lock',\n            'TR_SSL'             => ($isSecure) ? tr('Normal connection') : tr('Secure connection'),\n            'TR_SSL_DESCRIPTION' => ($isSecure)\n                ? tohtml(tr('Use normal connection (No SSL)'), 'htmlAttr')\n                : tohtml(tr('Use secure connection (SSL)'), 'htmlAttr')\n        ]);\n    } else {\n        $tpl->assign('SSL_SUPPORT', '');\n    }\n\n    if ($cfg['LOSTPASSWORD']) {\n        $tpl->assign('TR_LOSTPW', tr('Lost password'));\n    } else {\n        $tpl->assign('LOST_PASSWORD_SUPPORT', '');\n    }\n}\n\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onLoginScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n"
  },
  {
    "path": "gui/public/lostpassword.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Plugin\\BruteForce;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once 'LostPassword.php';\n\nEventAggregator::getInstance()->dispatch(Events::onLostPasswordScriptStart);\ndo_session_timeout();\n\n$cfg = Registry::get('config');\nif (!$cfg['LOSTPASSWORD']) {\n    showNotFoundErrorPage();\n}\n\nif (!function_exists('imagecreatetruecolor')) {\n    throw new Exception(tr('PHP GD extension not loaded.'));\n}\n\nremoveOldKeys($cfg['LOSTPASSWORD_TIMEOUT']);\n\nif (isset($_GET['key'])) {\n    $key = clean_input($_GET['key']);\n    if (sendPassword($key)) {\n        set_page_message(tr('Your password has been successfully scheduled for renewal. Check your mails.'), 'success');\n    }\n\n    redirectTo('index.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/simple.tpl',\n    'page'         => 'lostpassword.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'    => tr('i-MSCP - Multi Server Control Panel / Lost Password'),\n    'CONTEXT_CLASS'    => '',\n    'productLongName'  => tr('internet Multi Server Control Panel'),\n    'productLink'      => 'https://www.i-mscp.net',\n    'productCopyright' => tr('© 2010-2017 i-MSCP Team<br>All Rights Reserved'),\n    'TR_CAPCODE'       => tr('Security code'),\n    'GET_NEW_IMAGE'    => tr('Get a new security code'),\n    'CAPTCHA_WIDTH'    => tohtml($cfg['LOSTPASSWORD_CAPTCHA_WIDTH'], 'htmlAttr'),\n    'CAPTCHA_HEIGHT'   => tohtml($cfg['LOSTPASSWORD_CAPTCHA_HEIGHT'], 'htmlAttr'),\n    'TR_USERNAME'      => tr('Username'),\n    'TR_SEND'          => tr('Send'),\n    'TR_CANCEL'        => tr('Cancel'),\n    'UNAME'            => isset($_POST['uname']) ? $_POST['uname'] : ''\n]);\n\nif (!empty($_POST)) {\n    if ($cfg['BRUTEFORCE']) {\n        $bruteForce = new BruteForce(Registry::get('pluginManager'), 'captcha');\n        if ($bruteForce->isWaiting() || $bruteForce->isBlocked()) {\n            set_page_message($bruteForce->getLastMessage(), 'error');\n            redirectTo('index.php');\n        }\n\n        $bruteForce->logAttempt();\n    }\n\n    if (!isset($_POST['capcode']) || !isset($_POST['uname'])) {\n        showBadRequestErrorPage();\n    } elseif (!isset($_SESSION['capcode'])) {\n        set_page_message(tr('Security code has expired'), 'error');\n    } elseif ($_POST['capcode'] == '' || $_POST['uname'] == '') {\n        set_page_message(tr('All fields are required.'), 'error');\n    } else {\n        $uname = clean_input($_POST['uname']);\n        $capcode = clean_input($_POST['capcode']);\n\n        if (strtolower($_SESSION['capcode']) !== strtolower($capcode)) {\n            set_page_message(tr('Wrong security code'), 'error');\n        } else if (sendPasswordRequestValidation($uname)) {\n            set_page_message(tr('Your request for password renewal has been registered. You will receive a mail with instructions to complete the process.'), 'success');\n            redirectTo('index.php');\n        }\n    }\n}\n\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onLostPasswordScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n"
  },
  {
    "path": "gui/public/plugins.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Application;\nuse iMSCP\\Plugin\\PluginRoutesInjector;\nuse iMSCP\\Registry;\nuse Slim\\App as SlimApplication;\n\nrequire_once __DIR__ . '/../library/imscp-lib.php';\n\n(function (): SlimApplication {\n    /** @var Application $app */\n    $app = Registry::get('iMSCP_Application');\n    $slim = $app->getSlimApplication();\n    (new PluginRoutesInjector())(\n        $slim, $app->getEventsManager(), $app->getPluginManager()\n    );\n    return $slim;\n})()->run();\n"
  },
  {
    "path": "gui/public/reseller/alias.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by i-MSCP Team\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get table data\n *\n * @return array\n */\nfunction reseller_getDatatable()\n{\n    $columns = ['alias_name', 'alias_mount', 'url_forward', 'admin_name', 'alias_status'];\n    $columnAliases = ['t1.alias_name', 't1.alias_mount', 't1.url_forward', 't3.admin_name', 't1.alias_status'];\n    $nbColumns = count($columns);\n\n    /* Paging */\n    $limit = '';\n\n    if (isset($_GET['iDisplayStart'])\n        && isset($_GET['iDisplayLength'])\n        && $_GET['iDisplayLength'] != '-1'\n    ) {\n        $limit = 'LIMIT ' . intval($_GET['iDisplayStart']) . ', ' . intval($_GET['iDisplayLength']);\n    }\n\n    /* Ordering */\n    $order = '';\n\n    if (isset($_GET['iSortCol_0'])) {\n        $order = 'ORDER BY ';\n\n        if (isset($_GET['iSortingCols'])) {\n            $iSortingCols = intval($_GET['iSortingCols']);\n\n            for ($i = 0; $i < $iSortingCols; $i++) {\n                if (isset($_GET['iSortCol_' . $i])\n                    && isset($_GET['bSortable_' . intval($_GET['iSortCol_' . $i])])\n                    && $_GET['bSortable_' . intval($_GET['iSortCol_' . $i])] == 'true'\n                    && isset($_GET['sSortDir_' . $i])\n                    && in_array($_GET['sSortDir_' . $i], ['asc', 'desc'], true)\n                ) {\n                    $order .= $columnAliases[intval($_GET['iSortCol_' . $i])] . ' ' . $_GET['sSortDir_' . $i] . ', ';\n                }\n            }\n        }\n\n        $order = substr_replace($order, '', -2);\n        if ($order == 'ORDER BY') {\n            $order = '';\n        }\n    }\n\n    /* Filtering */\n    $where = 'WHERE created_by = ' . quoteValue($_SESSION['user_id'], PDO::PARAM_INT);\n\n    if (isset($_GET['sSearch'])\n        && $_GET['sSearch'] != ''\n    ) {\n        $where .= ' AND (';\n        for ($i = 0; $i < $nbColumns; $i++) {\n            $where .= \"{$columnAliases[$i]} LIKE \" . quoteValue(\"%{$_GET['sSearch']}%\") . ' OR ';\n        }\n\n        $where = substr_replace($where, '', -3);\n        $where .= ')';\n    }\n\n    /* Individual column filtering */\n    for ($i = 0; $i < $nbColumns; $i++) {\n        if (isset($_GET[\"bSearchable_$i\"])\n            && $_GET[\"bSearchable_$i\"] == 'true'\n            && isset($_GET[\"sSearch_$i\"])\n            && $_GET[\"sSearch_$i\"] != ''\n        ) {\n            $where .= \"AND {$columnAliases[$i]} LIKE \" . quoteValue(\"%{$_GET[\"sSearch_$i\"]}%\");\n        }\n    }\n\n    /* Get data to display */\n    $rResult = execute_query(\n        \"\n            SELECT SQL_CALC_FOUND_ROWS t1.alias_id, \" . implode(', ', $columnAliases) . \"\n            FROM domain_aliasses AS t1\n            JOIN domain AS t2 USING(domain_id)\n            JOIN admin AS t3 ON(t3.admin_id = t2.domain_admin_id)\n            $where $order $limit\n        \"\n    );\n\n    /* Total records after filtering (without limit) */\n    $stmt = execute_query('SELECT FOUND_ROWS()');\n    $iTotalDisplayRecords = $stmt->fetchRow(PDO::FETCH_NUM);\n    $iTotalDisplayRecords = $iTotalDisplayRecords[0];\n\n    /* Total record before any filtering */\n    $stmt = exec_query(\n        \"\n            SELECT COUNT(t1.alias_id) FROM domain_aliasses AS t1\n            JOIN domain AS t2 USING(domain_id)\n            JOIN admin AS t3 ON(t3.admin_id = t2.domain_admin_id)\n            WHERE t3.created_by = ?\n        \",\n        $_SESSION['user_id']\n    );\n    $iTotalRecords = $stmt->fetchRow(PDO::FETCH_NUM);\n    $iTotalRecords = $iTotalRecords[0];\n\n    /* Output */\n    $output = [\n        'sEcho'                => intval($_GET['sEcho']),\n        'iTotalDisplayRecords' => $iTotalDisplayRecords,\n        'iTotalRecords'        => $iTotalRecords,\n        'aaData'               => []\n    ];\n\n    $trDelete = tr('Delete');\n    $trEdit = tr('Edit');\n    $trActivate = tr('Activate');\n\n    while ($data = $rResult->fetchRow()) {\n        $row = [];\n        $aliasName = decode_idna($data['alias_name']);\n\n        for ($i = 0; $i < $nbColumns; $i++) {\n            if ($columns[$i] == 'alias_name') {\n                if ($data['alias_status'] == 'ok') {\n                    $row[$columns[$i]] = \"<a href=\\\"http://www.$aliasName\\\" target=\\\"_blank\\\" class=\\\"icon i_domain_icon\\\">\" .\n                        $aliasName . '</a>';\n                } else {\n                    $row[$columns[$i]] = '<span class=\"icon i_domain_icon\">' . decode_idna($data[$columns[$i]]) .\n                        '</span>';\n                }\n            } elseif ($columns[$i] == 't3.admin_name') {\n                $row[$columns[$i]] = tohtml(decode_idna($data[$columns[$i]]));\n            } elseif ($columns[$i] == 't1.alias_status') {\n                $row[$columns[$i]] = translate_dmn_status($data[$columns[$i]]);\n            } else {\n                $row[$columns[$i]] = tohtml($data[$columns[$i]]);\n            }\n        }\n\n        $aliasId = $data['alias_id'];\n\n        switch ($data['alias_status']) {\n            case 'ok':\n                $actions = \"<a href=\\\"alias_edit.php?id=$aliasId\\\" class=\\\"icon i_edit\\\" \" .\n                    \"title=\\\"$trEdit\\\">$trEdit</a>\";\n\n                $actions .= \"\\n<a href=\\\"alias_delete.php?id=$aliasId\\\" onclick=\\\"return delete_alias(this, '\" . tojs($aliasName) . \"')\\\" \" .\n                    \"class=\\\"icon i_close\\\" title=\\\"$trDelete\\\">$trDelete</a>\";\n                break;\n            case 'ordered':\n                $actions = \"<a href=\\\"alias_order.php?action=activate&act_id=$aliasId\\\" class=\\\"icon i_open\\\" \" .\n                    \"title=\\\"$trActivate\\\">$trActivate</a>\";\n\n                $actions .= \"\\n<a href=\\\"alias_order.php?action=delete&del_id=$aliasId\\\" \" .\n                    \"onclick=\\\"return delete_alias_order(this, '\" . tojs($aliasName) . \"')\\\" class=\\\"icon i_close\\\" \" .\n                    \"title=\\\"$trDelete\\\">$trDelete</a>\";\n                break;\n            default;\n                $actions = tr('n\\a');\n        }\n\n        $row['actions'] = $actions;\n        $output['aaData'][] = $row;\n    }\n\n    return $output;\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nresellerHasFeature('domain_aliases') && resellerHasCustomers() or showBadRequestErrorPage();\n\nif (is_xhr()) {\n    header('Cache-Control: no-cache, must-revalidate');\n    header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');\n    header('Content-type: application/json');\n    header('Status: 200 OK');\n    echo json_encode(reseller_getDatatable());\n    exit;\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'         => 'shared/layouts/ui.tpl',\n    'page'           => 'reseller/alias.tpl',\n    'page_message'   => 'layout',\n    'als_add_button' => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tr('Reseller / Customers / Domain Aliases'),\n    'TR_ALIAS_NAME'                 => tr('Domain alias name'),\n    'TR_MOUNT_POINT'                => tr('Mount point'),\n    'TR_FORWARD_URL'                => tr('Forward URL'),\n    'TR_STATUS'                     => tr('Status'),\n    'TR_CUSTOMER'                   => tr('Customer'),\n    'TR_ACTIONS'                    => tr('Actions'),\n    'TR_ADD_DOMAIN_ALIAS'           => tr('Add domain alias'),\n    'TR_MESSAGE_DELETE_ALIAS'       => tojs(tr('Are you sure you want to delete the %s domain alias?', '%s')),\n    'TR_MESSAGE_DELETE_ALIAS_ORDER' => tojs(tr('Are you sure you want to delete the %s domain alias order?', '%s')),\n    'TR_PROCESSING_DATA'            => tr('Processing...')\n]);\n\nEventAggregator::getInstance()->registerListener('onGetJsTranslations', function (Event $e) {\n    $e->getParam('translations')->core['dataTable'] = getDataTablesPluginTranslations(false);\n});\n\n$resellerProps = imscp_getResellerProperties($_SESSION['user_id']);\n\nif ($resellerProps['max_als_cnt'] != 0\n    && $resellerProps['current_als_cnt'] >= $resellerProps['max_als_cnt']\n) {\n    $tpl->assign('ALS_ADD_BUTTON', '');\n}\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/alias_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Uri\\UriException;\nuse iMSCP\\Uri\\UriRedirect;\n\n/**\n * Get customers list\n *\n * @return array Domains list\n */\nfunction getCustomersList()\n{\n    static $customersList = NULL;\n\n    if (NULL !== $customersList) {\n        return $customersList;\n    }\n\n    $stmt = exec_query(\n        '\n            SELECT admin_id, admin_name, domain_id\n            FROM admin\n            JOIN domain ON(domain_admin_id = admin_id)\n            WHERE created_by = ?\n            AND admin_status = ?\n            ORDER BY admin_name\n        ',\n        [$_SESSION['user_id'], 'ok']\n    );\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $customersList = $stmt->fetchAll();\n    return $customersList;\n}\n\n/**\n * Get domains list for the given customer\n *\n * @param int $customerId Customer unique identifier\n * @return array Domains list\n */\nfunction getDomainsList($customerId)\n{\n    static $domainsList = NULL;\n\n    if (NULL !== $domainsList) {\n        return $domainsList;\n    }\n\n    $domainsList = [];\n    $mainDmnProps = get_domain_default_props(\n        $customerId, $_SESSION['user_id']\n    );\n\n    $domainsList = [\n        [\n            'name'        => $mainDmnProps['domain_name'],\n            'id'          => $mainDmnProps['domain_id'],\n            'type'        => 'dmn',\n            'mount_point' => '/'\n        ]\n    ];\n\n    $stmt = exec_query(\n        \"\n            SELECT CONCAT(t1.subdomain_name, '.', t2.domain_name) AS name,\n                t1.subdomain_mount AS mount_point\n            FROM subdomain AS t1\n            JOIN domain AS t2 USING(domain_id)\n            WHERE t1.domain_id = :domain_id\n            AND t1.subdomain_status = :status_ok\n            AND t1.subdomain_url_forward = 'no'\n            UNION ALL\n            SELECT alias_name AS name, alias_mount AS mount_point\n            FROM domain_aliasses WHERE domain_id = :domain_id\n            AND alias_status = :status_ok\n            AND url_forward = 'no'\n            UNION ALL\n            SELECT CONCAT(t1.subdomain_alias_name, '.', t2.alias_name) AS name,\n                t1.subdomain_alias_mount AS mount_point\n            FROM subdomain_alias AS t1\n            JOIN domain_aliasses AS t2 USING(alias_id)\n            WHERE t2.domain_id = :domain_id\n            AND t1.subdomain_alias_status = :status_ok\n            AND t1.subdomain_alias_url_forward = 'no'\n        \",\n        [\n            'domain_id' => $mainDmnProps['domain_id'],\n            'status_ok' => 'ok'\n        ]\n    );\n\n    if ($stmt->rowCount()) {\n        $domainsList = array_merge($domainsList, $stmt->fetchAll());\n        usort($domainsList, function ($a, $b) {\n            return strnatcmp(decode_idna($a['name']), decode_idna($b['name']));\n        });\n    }\n\n    return $domainsList;\n}\n\n/**\n * Get Json domains list for the given customer\n *\n * @param int $customerId Customer unique identifier\n * @return string Json Domains list\n */\nfunction getJsonDomainsList($customerId)\n{\n    $jsonData = [];\n\n    foreach (getDomainsList($customerId) as $domain) {\n        $jsonData[] = [\n            'domain_name'         => tohtml($domain['name']),\n            'domain_name_unicode' => tohtml(decode_idna($domain['name']))\n        ];\n    }\n\n    return json_encode($jsonData);\n}\n\n/**\n * Generate page\n *\n * @param $tpl TemplateEngine\n * @return void\n */\nfunction generatePage($tpl)\n{\n    $customersList = getCustomersList();\n\n    foreach ($customersList as $customer) {\n        $tpl->assign([\n            'CUSTOMER_ID'       => tohtml($customer['admin_id']),\n            'CUSTOMER_NAME'     => tohtml(decode_idna($customer['admin_name'])),\n            'CUSTOMER_SELECTED' => isset($_POST['customer']) ? ' selected' : ''\n        ]);\n        $tpl->parse('CUSTOMER_OPTION', '.customer_option');\n    }\n\n    $forwardType = (\n        isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true\n        )\n    ) ? $_POST['forward_type'] : '302';\n    $forwardHost = $forwardType == 'proxy' && isset($_POST['forward_host'])\n        ? 'On' : 'Off';\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    $tpl->assign([\n        'DOMAIN_ALIAS_NAME'  => isset($_POST['domain_alias_name'])\n            ? tohtml($_POST['domain_alias_name'], 'htmlAttr') : '',\n        'FORWARD_URL_YES'    => isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? ' checked' : '',\n        'FORWARD_URL_NO'     => isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? '' : ' checked',\n        'HTTP_YES'           => isset($_POST['forward_url_scheme'])\n        && $_POST['forward_url_scheme'] == 'http://'\n            ? ' selected' : '',\n        'HTTPS_YES'          => isset($_POST['forward_url_scheme'])\n        && $_POST['forward_url_scheme'] == 'https://'\n            ? ' selected' : '',\n        'FORWARD_URL'        => isset($_POST['forward_url'])\n            ? tohtml($_POST['forward_url']) : '',\n        'FORWARD_TYPE_301'   => $forwardType == '301' ? ' checked' : '',\n        'FORWARD_TYPE_302'   => $forwardType == '302' ? ' checked' : '',\n        'FORWARD_TYPE_303'   => $forwardType == '303' ? ' checked' : '',\n        'FORWARD_TYPE_307'   => $forwardType == '307' ? ' checked' : '',\n        'FORWARD_TYPE_PROXY' => $forwardType == 'proxy' ? ' checked' : '',\n        'FORWARD_HOST'       => $forwardHost == 'On' ? ' checked' : '',\n        'WILDCARD_ALIAS_YES' => $wildcardAlias == 'yes' ? ' checked' : '',\n        'WILDCARD_ALIAS_NO'  => $wildcardAlias == 'no' ? ' checked' : ''\n    ]);\n\n    $domainList = getDomainsList(\n        isset($_POST['customer_id'])\n            ? clean_input($_POST['customer_id'])\n            : $customersList[0]['admin_id']\n    );\n\n    if (!empty($domainList)) {\n        $tpl->assign([\n            'SHARED_MOUNT_POINT_YES' => isset($_POST['shared_mount_point'])\n            && $_POST['shared_mount_point'] == 'yes'\n                ? ' checked' : '',\n            'SHARED_MOUNT_POINT_NO'  => isset($_POST['shared_mount_point'])\n            && $_POST['shared_mount_point'] == 'yes'\n                ? '' : ' checked',\n        ]);\n\n        foreach ($domainList as $domain) {\n            $tpl->assign([\n                'DOMAIN_NAME'                        => tohtml($domain['name']),\n                'DOMAIN_NAME_UNICODE'                => tohtml(decode_idna($domain['name'])),\n                'SHARED_MOUNT_POINT_DOMAIN_SELECTED' => isset($_POST['shared_mount_point_domain'])\n                && $_POST['shared_mount_point_domain'] == $domain['name']\n                    ? ' selected' : ''\n            ]);\n            $tpl->parse('SHARED_MOUNT_POINT_DOMAIN', '.shared_mount_point_domain');\n        }\n    } else {\n        $tpl->assign('SHARED_MOUNT_POINT_OPTION_JS', '');\n        $tpl->assign('SHARED_MOUNT_POINT_OPTION', '');\n    }\n}\n\n/**\n * Add new domain alias\n *\n * @return bool\n */\nfunction addDomainAlias()\n{\n    // Basic check\n    if (empty($_POST['customer_id'])) {\n        showBadRequestErrorPage();\n    }\n\n    $customerId = clean_input($_POST['customer_id']);\n\n    if (empty($_POST['domain_alias_name'])) {\n        set_page_message(tr('You must enter a domain alias name.'), 'error');\n        return false;\n    }\n\n    $domainAliasName = mb_strtolower(clean_input($_POST['domain_alias_name']));\n\n    // Check for domain alias name syntax\n    global $dmnNameValidationErrMsg;\n    if (!isValidDomainName($domainAliasName)) {\n        set_page_message($dmnNameValidationErrMsg, 'error');\n        return false;\n    }\n\n    // www is considered as an alias of the domain alias\n    while (strpos($domainAliasName, 'www.') !== false) {\n        $domainAliasName = substr($domainAliasName, 4);\n    }\n\n    // Check for domain alias existence\n    if (imscp_domain_exists($domainAliasName, $_SESSION['user_id'])) {\n        set_page_message(\n            tohtml(tr('Domain %s is unavailable.'), $domainAliasName),\n            'error'\n        );\n        return false;\n    }\n\n    $domainAliasNameAscii = encode_idna($domainAliasName);\n\n    // Set default mount point\n    $mountPoint = \"/$domainAliasNameAscii\";\n\n    // Check for shared mount point option\n    if (isset($_POST['shared_mount_point'])\n        && $_POST['shared_mount_point'] == 'yes'\n    ) {\n        if (!isset($_POST['shared_mount_point_domain'])) {\n            showBadRequestErrorPage();\n        }\n\n        $sharedMountPointDomain = clean_input(\n            $_POST['shared_mount_point_domain']\n        );\n        $domainList = getDomainsList($customerId);\n\n        if (!empty($domainList)) {\n            // Get shared mount point\n            foreach ($domainList as $domain) {\n                if ($domain['name'] == $sharedMountPointDomain) {\n                    $mountPoint = $domain['mount_point'];\n                }\n            }\n        } else {\n            showBadRequestErrorPage();\n        }\n    }\n\n    // Default values\n    $documentRoot = '/htdocs';\n    $forwardUrl = 'no';\n    $forwardType = NULL;\n    $forwardHost = 'Off';\n\n    // Check for URL forwarding option\n    if (isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n        && isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true\n        )\n    ) {\n        if (!isset($_POST['forward_url_scheme'])\n            || !isset($_POST['forward_url'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $forwardUrl = clean_input($_POST['forward_url_scheme'])\n            . clean_input($_POST['forward_url']);\n        $forwardType = clean_input($_POST['forward_type']);\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        try {\n            try {\n                $uri = UriRedirect::fromString($forwardUrl);\n            } catch (UriException $e) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl)\n                );\n            }\n\n            // Normalize URI host\n            $uri->setHost(encode_idna(mb_strtolower($uri->getHost())));\n            // Normalize URI path\n            $uri->setPath(rtrim(utils_normalizePath($uri->getPath()), '/') . '/');\n\n            if ($uri->getHost() == $domainAliasNameAscii\n                && ($uri->getPath() == '/'\n                    && in_array($uri->getPort(), ['', 80, 443])\n                )\n            ) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl) . ' ' .\n                    tr('Domain alias %s cannot be forwarded on itself.', $domainAliasName)\n                );\n            }\n\n            if ($forwardType == 'proxy') {\n                $port = $uri->getPort();\n                if ($port && $port < 1025) {\n                    throw new Exception(\n                        tr('Unallowed port in forward URL. Only ports above 1024 are allowed.')\n                    );\n                }\n            }\n\n            $forwardUrl = $uri->getUri();\n        } catch (Exception $e) {\n            set_page_message(tohtml($e->getMessage()), 'error');\n            return false;\n        }\n    }\n\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    $mainDmnProps = get_domain_default_props(\n        $customerId, $_SESSION['user_id']\n    );\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onBeforeAddDomainAlias,\n            [\n                'domainId'        => $mainDmnProps['domain_id'],\n                'domainAliasName' => $domainAliasNameAscii,\n                'mountPoint'      => $mountPoint,\n                'documentRoot'    => $documentRoot,\n                'forwardUrl'      => $forwardUrl,\n                'forwardType'     => $forwardType,\n                'forwardHost'     => $forwardHost,\n                'wildcardAlias'   => $wildcardAlias\n            ]\n        );\n\n        exec_query(\n            '\n                INSERT INTO domain_aliasses (\n                    domain_id, alias_name, alias_mount, alias_document_root,\n                        alias_status, alias_ip_id, url_forward, type_forward,\n                        host_forward, wildcard_alias\n                ) VALUES (\n                    ?, ?, ?, ?, ?, ?, ?, ?, ?, ?\n                )\n            ',\n            [\n                $mainDmnProps['domain_id'], $domainAliasNameAscii, $mountPoint,\n                $documentRoot, 'toadd', $mainDmnProps['domain_ip_id'],\n                $forwardUrl, $forwardType, $forwardHost, $wildcardAlias\n            ]\n        );\n\n        $id = $db->insertId();\n\n        // Create the phpini entry for that domain alias\n        $phpini = PhpEditor::getInstance();\n        // Load reseller PHP permissions\n        $phpini->loadResellerPermissions($_SESSION['user_id']);\n        // Load client PHP permissions\n        $phpini->loadClientPermissions($mainDmnProps['admin_id']);\n        // Load main domain PHP configuration options\n        $phpini->loadDomainIni(\n            $mainDmnProps['admin_id'], $mainDmnProps['domain_id'], 'dmn'\n        );\n        $phpini->saveDomainIni($mainDmnProps['admin_id'], $id, 'als');\n\n        // Create default email addresses if needed\n        if (Registry::get('config')['CREATE_DEFAULT_EMAIL_ADDRESSES']) {\n            createDefaultMailAccounts(\n                $mainDmnProps['domain_id'],\n                $mainDmnProps['email'],\n                $domainAliasNameAscii,\n                MT_ALIAS_FORWARD,\n                $id\n            );\n        }\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onAfterAddDomainAlias,\n            [\n                'domainId'        => $mainDmnProps['domain_id'],\n                'domainAliasName' => $domainAliasNameAscii,\n                'domainAliasId'   => $id,\n                'mountPoint'      => $mountPoint,\n                'documentRoot'    => $documentRoot,\n                'forwardUrl'      => $forwardUrl,\n                'forwardType'     => $forwardType,\n                'forwardHost'     => $forwardHost,\n                'wildcardAlias'   => $wildcardAlias\n            ]\n        );\n\n        $db->commit();\n        send_request();\n        write_log(\n            sprintf(\n                'A new domain alias (%s) has been added by %s',\n                $domainAliasName,\n                $_SESSION['user_logged']\n            ),\n            E_USER_NOTICE\n        );\n        set_page_message(\n            tohtml(tr('Domain alias successfully scheduled for addition.')),\n            'success'\n        );\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n\n    return true;\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nresellerHasFeature('domain_aliases')\n&& resellerHasCustomers() or showBadRequestErrorPage();\n\nif (is_xhr() && isset($_POST['customer_id'])) {\n    echo getJsonDomainsList(clean_input($_POST['customer_id']));\n    return;\n}\n\n$resellerProps = imscp_getResellerProperties($_SESSION['user_id']);\nif ($resellerProps['max_als_cnt'] != 0\n    && $resellerProps['current_als_cnt'] >= $resellerProps['max_als_cnt']\n) {\n    set_page_message(\n        tohtml(tr('You have reached the maximum number of domain aliases allowed by your subscription.')),\n        'warning'\n    );\n    redirectTo('users.php');\n}\n\nif (!empty($_POST) && addDomainAlias()) {\n    redirectTo('alias.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                       => 'shared/layouts/ui.tpl',\n    'page'                         => 'reseller/alias_add.tpl',\n    'page_message'                 => 'layout',\n    'customer_option'              => 'page',\n    'shared_mount_point_option_js' => 'page',\n    'shared_mount_point_option'    => 'page',\n    'shared_mount_point_domain'    => 'shared_mount_point_option'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tohtml(tr('Reseller / Domains / Add Domain Alias')),\n    'TR_CUSTOMER_ACCOUNT'           => tohtml(tr('Customer account')),\n    'TR_DOMAIN_ALIAS'               => tohtml(tr('Domain alias')),\n    'TR_DOMAIN_ALIAS_NAME'          => tohtml(tr('Domain alias name')),\n    'TR_SHARED_MOUNT_POINT'         => tohtml(tr('Shared mount point')),\n    'TR_SHARED_MOUNT_POINT_TOOLTIP' => tohtml(tr('Allows to share the mount point of another domain.'), 'htmlAttr'),\n    'TR_URL_FORWARDING'             => tohtml(tr('URL forwarding')),\n    'TR_URL_FORWARDING_TOOLTIP'     => tohtml(tr('Allows to forward any request made to this domain to a specific URL.'), 'htmlAttr'),\n    'TR_FORWARD_TO_URL'             => tohtml(tr('Forward to URL')),\n    'TR_YES'                        => tohtml(tr('Yes')),\n    'TR_NO'                         => tohtml(tr('No')),\n    'TR_HTTP'                       => tohtml('http://'),\n    'TR_HTTPS'                      => tohtml('https://'),\n    'TR_FORWARD_TYPE'               => tohtml(tr('Forward type')),\n    'TR_301'                        => tohtml('301'),\n    'TR_302'                        => tohtml('302'),\n    'TR_303'                        => tohtml('303'),\n    'TR_307'                        => tohtml('307'),\n    'TR_PROXY'                      => tohtml('PROXY'),\n    'TR_PROXY_PRESERVE_HOST'        => tohtml(tr('Preserve Host')),\n    'TR_WILDCARD_ALIAS_TOOLTIP'     => tohtml(tr(\"If enabled, a wildcard alias entry such as '*.domain.tld' will be added in the Web server configuration. This option is most suitable for software that provide multisite feature such as the Wordpress CMS. Be aware that the control panel won't check for possible conflicts with subdomains.\"), 'htmlAttr'),\n    'TR_WILDCARD_ALIAS'             => tohtml(tr('Wildcard alias')),\n    'TR_ADD'                        => tohtml(tr('Add'), 'htmlAttr'),\n    'TR_CANCEL'                     => tohtml(tr('Cancel'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/alias_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nrequire 'imscp-lib.php';\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (!resellerHasFeature('domain_aliases') || !isset($_GET['id'])) {\n    showBadRequestErrorPage();\n}\n\n$id = intval($_GET['id']);\n\n$stmt = exec_query(\n    '\n        SELECT t1.domain_id, t2.domain_admin_id, t1.alias_name, t1.alias_mount\n        FROM domain_aliasses AS t1\n        JOIN domain AS t2 USING (domain_id)\n        JOIN admin AS t3 ON(t3.admin_id = t2.domain_admin_id)\n        WHERE t1.alias_id = ?\n        AND t3.created_by = ?\n    ',\n    [$id, $_SESSION['user_id']]\n);\n\nif ($stmt->rowCount()) {\n    $row = $stmt->fetchRow();\n    deleteDomainAlias($row['domain_admin_id'], $row['domain_id'], $id, $row['alias_name'], $row['alias_mount']);\n    redirectTo('alias.php');\n}\n\nshowBadRequestErrorPage();\n"
  },
  {
    "path": "gui/public/reseller/alias_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Uri\\UriException;\nuse iMSCP\\Uri\\UriRedirect;\nuse iMSCP\\VirtualFileSystem;\n\n/**\n * Get domain alias data\n *\n * @access private\n * @param int $domainAliasId Subdomain unique identifier\n * @return array|bool Domain alias data. If any error occurs FALSE is returned\n */\nfunction _reseller_getAliasData($domainAliasId)\n{\n    static $domainAliasData = NULL;\n\n    if (NULL === $domainAliasData) {\n        $stmt = exec_query(\n            \"\n                SELECT t1.alias_name, t1.alias_mount, t1.alias_document_root,\n                    t1.url_forward, t1.type_forward, t1.host_forward,\n                    t1.wildcard_alias, t2.domain_id\n                FROM domain_aliasses AS t1\n                JOIN domain AS t2 USING(domain_id)\n                JOIN admin AS t3 ON(admin_id = domain_admin_id)\n                WHERE t1.alias_id = ?\n                AND t1.alias_status = ?\n                AND t3.created_by = ?\n            \",\n            [$domainAliasId, 'ok', $_SESSION['user_id']]\n        );\n\n        if (!$stmt->rowCount()) {\n            return false;\n        }\n\n        $domainAliasData = $stmt->fetchRow(PDO::FETCH_ASSOC);\n        $domainAliasData['alias_name_utf8'] = decode_idna(\n            $domainAliasData['alias_name']\n        );\n    }\n\n    return $domainAliasData;\n}\n\n/**\n * Generate page\n *\n * @param $tpl TemplateEngine\n * @return void\n */\nfunction reseller_generatePage($tpl)\n{\n    if (!isset($_GET['id'])) {\n        showBadRequestErrorPage();\n    }\n\n    $domainAliasId = clean_input($_GET['id']);\n    $domainAliasData = _reseller_getAliasData($domainAliasId);\n\n    if ($domainAliasData === false) {\n        showBadRequestErrorPage();\n    }\n\n    $forwardHost = 'Off';\n\n    if (empty($_POST)) {\n        $documentRoot = strpos(\n            $domainAliasData['alias_document_root'], '/htdocs'\n        ) !== false\n            ? substr($domainAliasData['alias_document_root'], 7)\n            : '';\n\n        if ($domainAliasData['url_forward'] != 'no') {\n            $urlForwarding = true;\n            $uri = UriRedirect::fromString(\n                $domainAliasData['url_forward']\n            );\n            $uri->setHost(decode_idna($uri->getHost()));\n            $forwardUrlScheme = $uri->getScheme() . '://';\n            $forwardUrl = substr($uri->getUri(), strlen($forwardUrlScheme));\n            $forwardType = $domainAliasData['type_forward'];\n            $forwardHost = $domainAliasData['host_forward'];\n        } else {\n            $urlForwarding = false;\n            $forwardUrlScheme = 'http://';\n            $forwardUrl = '';\n            $forwardType = '302';\n        }\n\n        $wildcardAlias = $domainAliasData['wildcard_alias'];\n    } else {\n        $documentRoot = isset($_POST['document_root'])\n            ? $_POST['document_root'] : '';\n        $urlForwarding = isset($_POST['url_forwarding']) && $_POST['url_forwarding'] == 'yes'\n            ? true : false;\n        $forwardUrlScheme = isset($_POST['forward_url_scheme'])\n            ? $_POST['forward_url_scheme'] : 'http://';\n        $forwardUrl = isset($_POST['forward_url'])\n            ? $_POST['forward_url'] : '';\n        $forwardType = isset($_POST['forward_type'])\n        && in_array($_POST['forward_type'],\n            ['301', '302', '303', '307', 'proxy'],\n            true\n        )\n            ? $_POST['forward_type'] : '302';\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        $wildcardAlias = isset($_POST['wildcard_alias'])\n        && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n            ? $_POST['wildcard_alias'] : 'no';\n    }\n\n    $tpl->assign([\n        'DOMAIN_ALIAS_ID'    => tohtml($domainAliasId, 'htmlAttr'),\n        'DOMAIN_ALIAS_NAME'  => tohtml($domainAliasData['alias_name_utf8'], 'htmlAttr'),\n        'DOCUMENT_ROOT'      => tohtml($documentRoot, 'htmlAttr'),\n        'FORWARD_URL_YES'    => $urlForwarding ? ' checked' : '',\n        'FORWARD_URL_NO'     => $urlForwarding ? '' : ' checked',\n        'HTTP_YES'           => $forwardUrlScheme == 'http://' ? ' selected' : '',\n        'HTTPS_YES'          => $forwardUrlScheme == 'https://' ? ' selected' : '',\n        'FORWARD_URL'        => tohtml($forwardUrl, 'htmlAttr'),\n        'FORWARD_TYPE_301'   => $forwardType == '301' ? ' checked' : '',\n        'FORWARD_TYPE_302'   => $forwardType == '302' ? ' checked' : '',\n        'FORWARD_TYPE_303'   => $forwardType == '303' ? ' checked' : '',\n        'FORWARD_TYPE_307'   => $forwardType == '307' ? ' checked' : '',\n        'FORWARD_TYPE_PROXY' => $forwardType == '307' ? ' checked' : '',\n        'FORWARD_HOST'       => $forwardHost == 'On' ? ' checked' : '',\n        'WILDCARD_ALIAS_YES' => $wildcardAlias == 'yes' ? ' checked' : '',\n        'WILDCARD_ALIAS_NO'  => $wildcardAlias == 'no' ? ' checked' : ''\n    ]);\n\n    // Cover the case where URL forwarding feature is activated and that the\n    // default /htdocs directory doesn't exists yet\n    if ($domainAliasData['url_forward'] != 'no') {\n        $vfs = new VirtualFileSystem(\n            $_SESSION['user_logged'], $domainAliasData['alias_mount']\n        );\n\n        if (!$vfs->exists('/htdocs', VirtualFileSystem::VFS_TYPE_DIR)) {\n            $tpl->assign('DOCUMENT_ROOT_BLOC', '');\n            return;\n        }\n    }\n\n    # Set parameters for the FTP chooser\n    $_SESSION['ftp_chooser_domain_id'] = $domainAliasData['domain_id'];\n    $_SESSION['ftp_chooser_user'] = $_SESSION['user_logged'];\n    $_SESSION['ftp_chooser_root_dir'] = utils_normalizePath(\n        $domainAliasData['alias_mount'] . '/htdocs'\n    );\n    $_SESSION['ftp_chooser_hidden_dirs'] = [];\n    $_SESSION['ftp_chooser_unselectable_dirs'] = [];\n}\n\n/**\n * Edit domain alias\n *\n * @return bool TRUE on success, FALSE on failure\n */\nfunction reseller_editDomainAlias()\n{\n    if (!isset($_GET['id'])) {\n        showBadRequestErrorPage();\n    }\n\n    $domainAliasId = clean_input($_GET['id']);\n    $domainAliasData = _reseller_getAliasData($domainAliasId);\n\n    if ($domainAliasData === false) {\n        showBadRequestErrorPage();\n    }\n\n    // Default values\n    $documentRoot = $domainAliasData['alias_document_root'];\n    $forwardUrl = 'no';\n    $forwardType = NULL;\n    $forwardHost = 'Off';\n\n    if (isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n        && isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true\n        )\n    ) {\n        if (!isset($_POST['forward_url_scheme'])\n            || !isset($_POST['forward_url'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $forwardUrl = clean_input($_POST['forward_url_scheme'])\n            . clean_input($_POST['forward_url']);\n        $forwardType = clean_input($_POST['forward_type']);\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        try {\n            try {\n                $uri = UriRedirect::fromString($forwardUrl);\n            } catch (UriException $e) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl)\n                );\n            }\n\n            // Normalize URI host\n            $uri->setHost(encode_idna(mb_strtolower($uri->getHost())));\n            // Normalize URI path\n            $uri->setPath(rtrim(utils_normalizePath($uri->getPath()), '/') . '/');\n\n            if ($uri->getHost() == $domainAliasData['alias_name']\n                && ($uri->getPath() == '/' && in_array($uri->getPort(), ['', 80, 443]))\n            ) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl) . ' ' .\n                    tr(\n                        'Domain alias %s cannot be forwarded on itself.',\n                        $domainAliasData['alias_name_utf8']\n                    )\n                );\n            }\n\n            if ($forwardType == 'proxy') {\n                $port = $uri->getPort();\n                if ($port && $port < 1025) {\n                    throw new Exception(\n                        tr('Unallowed port in forward URL. Only ports above 1024 are allowed.')\n                    );\n                }\n            }\n\n            $forwardUrl = $uri->getUri();\n        } catch (Exception $e) {\n            set_page_message(tohtml($e->getMessage()), 'error');\n            return false;\n        }\n    } // Check for alternative DocumentRoot option\n    elseif (isset($_POST['document_root'])) {\n        $documentRoot = utils_normalizePath('/'\n            . clean_input($_POST['document_root']));\n\n        if ($documentRoot !== '') {\n            $vfs = new VirtualFileSystem(\n                $_SESSION['user_logged'],\n                $domainAliasData['alias_mount'] . '/htdocs'\n            );\n\n            if ($documentRoot !== '/'\n                && !$vfs->exists($documentRoot, VirtualFileSystem::VFS_TYPE_DIR)\n            ) {\n                set_page_message(\n                    tohtml(tr('The new document root must pre-exists inside the /htdocs directory.')),\n                    'error'\n                );\n                return false;\n            }\n        }\n\n        $documentRoot = utils_normalizePath('/htdocs' . $documentRoot);\n    }\n\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onBeforeEditDomainAlias,\n        [\n            'domainAliasId' => $domainAliasId,\n            'mountPoint'    => $domainAliasData['alias_mount'],\n            'documentRoot'  => $documentRoot,\n            'forwardUrl'    => $forwardUrl,\n            'forwardType'   => $forwardType,\n            'forwardHost'   => $forwardHost,\n            'wildcardAlias' => $wildcardAlias\n        ]\n    );\n\n    exec_query(\n        '\n          UPDATE domain_aliasses\n          SET alias_document_root = ?, url_forward = ?, type_forward = ?,\n            host_forward = ?, wildcard_alias = ?, alias_status = ?\n          WHERE alias_id = ?\n        ',\n        [\n            $documentRoot, $forwardUrl, $forwardType, $forwardHost,\n            $wildcardAlias, 'tochange', $domainAliasId\n        ]\n    );\n\n    EventAggregator::getInstance()->dispatch(\n        Events::onAfterEditDomainAlias,\n        [\n            'domainAliasId' => $domainAliasId,\n            'mountPoint'    => $domainAliasData['alias_mount'],\n            'documentRoot'  => $documentRoot,\n            'forwardUrl'    => $forwardUrl,\n            'forwardType'   => $forwardType,\n            'forwardHost'   => $forwardHost,\n            'wildcardAlias' => $wildcardAlias\n        ]\n    );\n\n    send_request();\n    write_log(\n        sprintf(\n            '%s updated properties of the %s domain alias',\n            $_SESSION['user_logged'],\n            $domainAliasData['alias_name_utf8']\n        ),\n        E_USER_NOTICE\n    );\n    return true;\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nresellerHasFeature('domain_aliases')\n&& resellerHasCustomers() or showBadRequestErrorPage();\n\nif (!empty($_POST) && reseller_editDomainAlias()) {\n    set_page_message(\n        tohtml(tr('Domain alias successfully scheduled for update.')),\n        'success'\n    );\n    redirectTo('alias.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'             => 'shared/layouts/ui.tpl',\n    'page'               => 'reseller/alias_edit.tpl',\n    'page_message'       => 'layout',\n    'document_root_bloc' => 'page'\n]);\n\n$tpl->assign([\n    'TR_PAGE_TITLE'             => tohtml(tr('Reseller / Domains / Edit Domain Alias')),\n    'TR_DOMAIN_ALIAS'           => tohtml(tr('Domain alias')),\n    'TR_DOMAIN_ALIAS_NAME'      => tohtml(tr('Domain alias name')),\n    'TR_DOCUMENT_ROOT'          => tohtml(tr('Document root')),\n    'TR_DOCUMENT_ROOT_TOOLTIP'  => tohtml(tr(\"You can set an alternative document root. This is mostly needed when using a PHP framework such as Symfony. Note that the new document root will live inside the default  `/htdocs' document root. Be aware that the directory for the new document root must pre-exist.\"), 'htmlAttr'),\n    'TR_CHOOSE_DIR'             => tohtml(tr('Choose dir')),\n    'TR_URL_FORWARDING'         => tohtml(tr('URL forwarding')),\n    'TR_FORWARD_TO_URL'         => tohtml(tr('Forward to URL')),\n    'TR_URL_FORWARDING_TOOLTIP' => tohtml(tr('Allows to forward any request made to this domain to a specific URL.'), 'htmlAttr'),\n    'TR_YES'                    => tohtml(tr('Yes')),\n    'TR_NO'                     => tohtml(tr('No')),\n    'TR_HTTP'                   => tohtml('http://'),\n    'TR_HTTPS'                  => tohtml('https://'),\n    'TR_FORWARD_TYPE'           => tohtml(tr('Forward type')),\n    'TR_301'                    => tohtml('301'),\n    'TR_302'                    => tohtml('302'),\n    'TR_303'                    => tohtml('303'),\n    'TR_307'                    => tohtml('307'),\n    'TR_PROXY'                  => tohtml('PROXY'),\n    'TR_PROXY_PRESERVE_HOST'    => tohtml(tr('Preserve Host')),\n    'TR_WILDCARD_ALIAS_TOOLTIP' => tohtml(tr(\"If enabled, a wildcard alias entry such as '*.domain.tld' will be added in the Web server configuration. This option is most suitable for software that provide multisite feature such as the Wordpress CMS. Be aware that the control panel won't check for possible conflicts with subdomains.\"), 'htmlAttr'),\n    'TR_WILDCARD_ALIAS'         => tohtml(tr('Wildcard alias')),\n    'TR_UPDATE'                 => tohtml(tr('Update'), 'htmlAttr'),\n    'TR_CANCEL'                 => tohtml(tr('Cancel'))\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $translations = $e->getParam('translations');\n        $translations['core']['close'] = tr('Close');\n        $translations['core']['ftp_directories'] = tr('Select your own document root');\n    }\n);\n\ngenerateNavigation($tpl);\nreseller_generatePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/alias_order.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nresellerHasFeature('domain_aliases') or showBadRequestErrorPage();\n\nif (isset($_GET['action']) && $_GET['action'] === 'delete' && isset($_GET['del_id'])) {\n    $id = intval($_GET['del_id']);\n    $stmt = exec_query(\n        '\n            SELECT alias_id\n            FROM domain_aliasses\n            JOIN domain USING(domain_id)\n            JOIN admin ON(admin_id = domain_admin_id)\n            WHERE alias_id = ?\n            AND created_by = ?\n        ',\n        [$id, $_SESSION['user_id']]\n    );\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n        exec_query('DELETE FROM php_ini WHERE domain_id = ? AND domain_type = ?', [$id, 'als']);\n        exec_query('DELETE FROM domain_aliasses WHERE alias_id = ? AND alias_status = ?', [$id, 'ordered']);\n        $db->commit();\n        write_log(sprintf('An alias order has been deleted by %s.', $_SESSION['user_logged']), E_USER_NOTICE);\n        set_page_message('Alias order successfully deleted.', 'success');\n    } catch (Exception $e) {\n        $db->rollBack();\n        write_log(sprintf('System was unable to remove alias order: %s', $e->getMessage()), E_USER_ERROR);\n        set_page_message('Could not remove alias order. An unexpected error occurred.');\n    }\n\n    redirectTo('alias.php');\n}\n\nif (!isset($_GET['action']) || $_GET['action'] !== 'activate' || !isset($_GET['act_id'])) {\n    showBadRequestErrorPage();\n}\n\n$id = intval($_GET['act_id']);\n$stmt = exec_query(\n    '\n        SELECT alias_name, domain_id, email\n        FROM domain_aliasses\n        JOIN domain USING(domain_id)\n        JOIN admin ON(admin_id = domain_admin_id)\n        WHERE alias_id = ?\n        AND alias_status = ?\n        AND created_by = ?\n    ',\n    [$id, 'ordered', $_SESSION['user_id']]\n);\nif (!$stmt->rowCount()) {\n    showBadRequestErrorPage();\n}\n\n$row = $stmt->fetchRow();\n$db = DatabaseMySQL::getInstance();\n\ntry {\n    $db->beginTransaction();\n\n    EventAggregator::getInstance()->dispatch(Events::onBeforeAddDomainAlias, [\n        'domainId'        => $row['domain_id'],\n        'domainAliasName' => $row['alias_name']\n    ]);\n\n    exec_query('UPDATE domain_aliasses SET alias_status = ? WHERE alias_id = ?', ['toadd', $id]);\n\n    $cfg = Registry::get('config');\n\n    if ($cfg['CREATE_DEFAULT_EMAIL_ADDRESSES']) {\n        createDefaultMailAccounts($row['domain_id'], $row['email'], $row['alias_name'], MT_ALIAS_FORWARD, $id);\n    }\n\n    EventAggregator::getInstance()->dispatch(Events::onAfterAddDomainAlias, [\n        'domainId'        => $row['domain_id'],\n        'domainAliasName' => $row['alias_name'],\n        'domainAliasId'   => $id\n    ]);\n\n    $db->commit();\n    send_request();\n    write_log(sprintf('An alias order has been processed by %s.', $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('Order successfully processed.'), 'success');\n} catch (Exception $e) {\n    $db->rollBack();\n    write_log(sprintf('System was unable to process alias order: %s', $e->getMessage()), E_USER_ERROR);\n    set_page_message('Could not process alias order. An unexpected error occurred.', 'error');\n}\n\nredirectTo('alias.php');\n"
  },
  {
    "path": "gui/public/reseller/change_user_interface.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by i-MSCP Team\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n// Switch back to admin\nif (isset($_SESSION['logged_from'])\n    && isset($_SESSION['logged_from_id'])\n    && isset($_GET['action'])\n    && $_GET['action'] == 'go_back'\n) {\n    change_user_interface($_SESSION['user_id'], $_SESSION['logged_from_id']);\n}\n\nif (isset($_SESSION['user_id']) && isset($_GET['to_id'])) {\n    // Switch to customer\n    $toUserId = intval($_GET['to_id']);\n\n    if (isset($_SESSION['logged_from']) && isset($_SESSION['logged_from_id'])) {\n        // Admin logged as reseller\n        $fromUserId = $_SESSION['logged_from_id'];\n    } else {\n        // reseller to customer\n        $fromUserId = $_SESSION['user_id'];\n        $stmt = exec_query(\n            'SELECT COUNT(admin_id) FROM admin WHERE admin_id = ? AND created_by = ?', [$toUserId, $fromUserId]\n        );\n\n        if ($stmt->fetchRow(PDO::FETCH_COLUMN) == 0) {\n            showBadRequestErrorPage();\n        }\n    }\n\n    change_user_interface($fromUserId, $toUserId);\n}\n\nshowBadRequestErrorPage();\n"
  },
  {
    "path": "gui/public/reseller/circular.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Send email\n *\n * @param string $senderName Sender name\n * @param string $senderEmail Sender email\n * @param string $subject Subject\n * @param string $body Body\n * @param array $rcptToData Recipient data\n * @return bool TRUE on success, FALSE on failure\n */\nfunction reseller_sendEmail($senderName, $senderEmail, $subject, $body, $rcptToData)\n{\n    if ($rcptToData['email'] == '') {\n        return true;\n    }\n\n    $ret = send_mail([\n        'mail_id'      => 'admin-circular',\n        'fname'        => $rcptToData['fname'],\n        'lname'        => $rcptToData['lname'],\n        'username'     => $rcptToData['admin_name'],\n        'email'        => $rcptToData['email'],\n        'sender_name'  => $senderName,\n        'sender_email' => encode_idna($senderEmail),\n        'subject'      => $subject,\n        'message'      => $body\n    ]);\n\n    if (!$ret) {\n        write_log(sprintf('Could not send reseller circular to %s', $rcptToData['admin_name']), E_USER_ERROR);\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Send circular to customers\n *\n * @param string $senderName Sender name\n * @param string $senderEmail Sender email\n * @param string $subject Subject\n * @param string $body Body\n * @return void\n */\nfunction reseller_sendToCustomers($senderName, $senderEmail, $subject, $body)\n{\n    if (!resellerHasCustomers()) {\n        return;\n    }\n\n    $stmt = exec_query(\n        \"\n            SELECT MIN(admin_name) as admin_name, MIN(fname) as fname, MIN(lname) as lname, email\n            FROM admin\n            WHERE created_by = ?\n            GROUP BY email\n        \",\n        $_SESSION['user_id']\n    );\n    while ($rcptToData = $stmt->fetchRow()) {\n        reseller_sendEmail($senderName, $senderEmail, $subject, $body, $rcptToData);\n    }\n}\n\n/**\n * Validate circular\n *\n * @param string $senderName Sender name\n * @param string $senderEmail Sender Email\n * @param string $subject Subject\n * @param string $body Body\n * @return bool TRUE if circular is valid, FALSE otherwise\n */\nfunction reseller_isValidCircular($senderName, $senderEmail, $subject, $body)\n{\n    $ret = true;\n    if ($senderName == '') {\n        set_page_message(tr('Sender name is missing.'), 'error');\n        $ret = false;\n    }\n    if ($senderEmail == '') {\n        set_page_message(tr('Reply-To email is missing.'), 'error');\n        $ret = false;\n    } elseif (!chk_email($senderEmail)) {\n        set_page_message(tr(\"Incorrect email length or syntax.\"), 'error');\n        $ret = false;\n    }\n    if ($subject == '') {\n        set_page_message(tr('Subject is missing.'), 'error');\n        $ret = false;\n    }\n    if ($body == '') {\n        set_page_message(tr('Body is missing.'), 'error');\n        $ret = false;\n    }\n\n    return $ret;\n}\n\n/**\n * Send circular\n *\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction reseller_sendCircular()\n{\n    if (!isset($_POST['sender_name']) || !isset($_POST['sender_email']) || !isset($_POST['subject'])\n        || !isset($_POST['body'])\n    ) {\n        showBadRequestErrorPage();\n    }\n\n    $senderName = clean_input($_POST['sender_name']);\n    $senderEmail = clean_input($_POST['sender_email']);\n    $subject = clean_input($_POST['subject']);\n    $body = clean_input($_POST['body']);\n\n    if (!reseller_isValidCircular($senderName, $senderEmail, $subject, $body)) {\n        return false;\n    }\n\n    $responses = EventAggregator::getInstance()->dispatch(Events::onBeforeSendCircular, [\n        'sender_name'  => $senderName,\n        'sender_email' => $senderEmail,\n        'rcpt_to'      => 'customers',\n        'subject'      => $subject,\n        'body'         => $body\n    ]);\n\n    if ($responses->isStopped()) {\n        return true;\n    }\n\n    set_time_limit(0);\n    ignore_user_abort(true);\n    reseller_sendToCustomers($senderName, $senderEmail, $subject, $body);\n    EventAggregator::getInstance()->dispatch(Events::onAfterSendCircular, [\n        'sender_name'  => $senderName,\n        'sender_email' => $senderEmail,\n        'rcpt_to'      => 'customers',\n        'subject'      => $subject,\n        'body'         => $body\n    ]);\n    set_page_message(tr('Circular successfully sent.'), 'success');\n    write_log(sprintf('A circular has been sent by a reseller: %s', $_SESSION['user_logged']), E_USER_NOTICE);\n    return true;\n}\n\n/**\n * Generate page data\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction reseller_generatePageData(TemplateEngine $tpl)\n{\n    $senderName = isset($_POST['sender_name']) ? $_POST['sender_name'] : '';\n    $senderEmail = isset($_POST['sender_email']) ? $_POST['sender_email'] : '';\n    $subject = isset($_POST['subject']) ? $_POST['subject'] : '';\n    $body = isset($_POST['body']) ? $_POST['body'] : '';\n\n    if ($senderName == '' && $senderEmail == '') {\n        $stmt = exec_query('SELECT admin_name, fname, lname, email FROM admin WHERE admin_id = ?', $_SESSION['user_id']);\n        $row = $stmt->fetchRow();\n\n        if (!empty($row['fname']) && !empty($row['lname'])) {\n            $senderName = $row['fname'] . ' ' . $row['lname'];\n        } elseif (!empty($row['fname'])) {\n            $senderName = $row['fname'];\n        } elseif (!empty($row['lname'])) {\n            $senderName = $row['lname'];\n        } else {\n            $senderName = $row['admin_name'];\n        }\n\n        if ($row['email'] != '') {\n            $senderEmail = $row['email'];\n        } else {\n            $config = Registry::get('config');\n            if (isset($config['DEFAULT_ADMIN_ADDRESS']) && $config['DEFAULT_ADMIN_ADDRESS'] != '') {\n                $senderEmail = $config['DEFAULT_ADMIN_ADDRESS'];\n            } else {\n                $senderEmail = 'webmaster@' . $config['BASE_SERVER_VHOST'];\n            }\n        }\n    }\n\n    $tpl->assign([\n        'SENDER_NAME'  => tohtml($senderName),\n        'SENDER_EMAIL' => tohtml($senderEmail),\n        'SUBJECT'      => tohtml($subject),\n        'BODY'         => tohtml($body)\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (!resellerHasCustomers()) {\n    showBadRequestErrorPage();\n}\n\nif (!empty($_POST) && reseller_sendCircular()) {\n    redirectTo('users.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'reseller/circular.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'    => tr('Reseller / Customers / Circular'),\n    'TR_CIRCULAR'      => tr('Circular'),\n    'TR_SEND_TO'       => tr('Send to'),\n    'TR_SUBJECT'       => tr('Subject'),\n    'TR_BODY'          => tr('Body'),\n    'TR_SENDER_EMAIL'  => tr('Reply-To email'),\n    'TR_SENDER_NAME'   => tr('Reply-To name'),\n    'TR_SEND_CIRCULAR' => tr('Send circular'),\n    'TR_CANCEL'        => tr('Cancel')\n]);\n\ngenerateNavigation($tpl);\nreseller_generatePageData($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/domain_details.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n *\n * The contents of this file are subject to the Mozilla Public License\n * Version 1.1 (the \"License\"); you may not use this file except in\n * compliance with the License. You may obtain a copy of the License at\n * http://www.mozilla.org/MPL/\n *\n * Software distributed under the License is distributed on an \"AS IS\"\n * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the\n * License for the specific language governing rights and limitations\n * under the License.\n *\n * The Original Code is \"VHCS - Virtual Hosting Control System\".\n *\n * The Initial Developer of the Original Code is moleSoftware GmbH.\n * Portions created by Initial Developer are Copyright (C) 2001-2006\n * by moleSoftware GmbH. All Rights Reserved.\n *\n * Portions created by the ispCP Team are Copyright (C) 2006-2010 by\n * isp Control Panel. All Rights Reserved.\n *\n * Portions created by the i-MSCP Team are Copyright (C) 2010-2017 by\n * i-MSCP - internet Multi Server Control Panel. All Rights Reserved.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate mail quota limit msg\n *\n * @param int $customerId Customer unique identifier\n * @return array\n */\nfunction reseller_gen_mail_quota_limit_mgs($customerId)\n{\n    $domainProps = get_domain_default_props($customerId, $_SESSION['user_id']);\n    $mailQuota = exec_query(\n        'SELECT IFNULL(SUM(quota), 0) FROM mail_users WHERE domain_id = ?', $domainProps['domain_id']\n    )->fetchRow(PDO::FETCH_COLUMN);\n\n    return [bytesHuman($mailQuota), ($domainProps['mail_quota'] == 0) ? '∞' : bytesHuman($domainProps['mail_quota'])];\n}\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl Template instance engine\n * @param int $domainId Domain unique identifier\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, $domainId)\n{\n    $stmt = exec_query(\n        '\n            SELECT *\n            FROM domain\n            JOIN admin ON(admin_id = domain_admin_id)\n            WHERE domain_id = ?\n            AND created_by = ?\n        ',\n        [$domainId, $_SESSION['user_id']]\n    );\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $domainData = $stmt->fetchRow();\n\n    // Domain IP address info\n    $stmt = exec_query(\"SELECT ip_number FROM server_ips WHERE ip_id = ?\", $domainData['domain_ip_id']);\n\n    if ($stmt->rowCount()) {\n        $row = $stmt->fetchRow();\n        $domainIpAddr = $row['ip_number'];\n    } else {\n        $domainIpAddr = tr('Not found.');\n    }\n\n    // Domain status\n    if ($domainData['domain_status'] == 'ok' || $domainData['domain_status'] == 'disabled' ||\n        $domainData['domain_status'] == 'todelete' || $domainData['domain_status'] == 'toadd' ||\n        $domainData['domain_status'] == 'torestore' || $domainData['domain_status'] == 'tochange' ||\n        $domainData['domain_status'] == 'toenable' || $domainData['domain_status'] == 'todisable'\n    ) {\n        $domainStatus = '<span style=\"color:green\">' . tohtml(translate_dmn_status($domainData['domain_status'])) . '</span>';\n    } else {\n        $domainStatus = '<span style=\"font-weight:bold;color:red\">' . $domainData['domain_status'] . \"</span>\";\n    }\n\n    // Get total monthly traffic usage in bytes\n    $trafficData = getClientMonthlyTrafficStats($domainId);\n    $trafficUsageBytes = $trafficData[4];\n    unset($trafficData);\n\n    $trafficLimitBytes = $domainData['domain_traffic_limit'] * 1048576;\n    $diskspaceLimitBytes = $domainData['domain_disk_limit'] * 1048576;\n\n    // Get usages in percent\n    $trafficUsagePercent = getPercentUsage($trafficUsageBytes, $trafficLimitBytes);\n    $diskspaceUsagePercent = getPercentUsage($domainData['domain_disk_usage'], $diskspaceLimitBytes);\n\n    // Get Email quota info\n    list($quota, $quotaLimit) = reseller_gen_mail_quota_limit_mgs($domainData['domain_admin_id']);\n\n    # Features\n    $trEnabled = '<span style=\"color:green\">' . tr('Enabled') . '</span>';\n    $trDisabled = '<span style=\"color:red\">' . tr('Disabled') . '</span>';\n    $tpl->assign([\n        'DOMAIN_ID'                  => $domainId,\n        'VL_DOMAIN_NAME'             => tohtml(decode_idna($domainData['domain_name'])),\n        'VL_DOMAIN_IP'               => tohtml(($domainIpAddr == '0.0.0.0') ? tr('Any') : $domainIpAddr),\n        'VL_STATUS'                  => $domainStatus,\n        'VL_PHP_SUPP'                => ($domainData['domain_php'] == 'yes') ? $trEnabled : $trDisabled,\n        'VL_PHP_EDITOR_SUPP'         => ($domainData['phpini_perm_system'] == 'yes') ? $trEnabled : $trDisabled,\n        'VL_CGI_SUPP'                => ($domainData['domain_cgi'] == 'yes') ? $trEnabled : $trDisabled,\n        'VL_DNS_SUPP'                => ($domainData['domain_dns'] == 'yes') ? $trEnabled : $trDisabled,\n        'VL_EXT_MAIL_SUPP'           => ($domainData['domain_external_mail'] == 'yes') ? $trEnabled : $trDisabled,\n        'VL_BACKUP_SUP'              => translate_limit_value($domainData['allowbackup']),\n        'VL_TRAFFIC_PERCENT'         => $trafficUsagePercent,\n        'VL_TRAFFIC_USED'            => bytesHuman($trafficUsageBytes),\n        'VL_TRAFFIC_LIMIT'           => bytesHuman($trafficLimitBytes),\n        'VL_DISK_PERCENT'            => $diskspaceUsagePercent,\n        'VL_DISK_USED'               => bytesHuman($domainData['domain_disk_usage']),\n        'VL_DISK_LIMIT'              => bytesHuman($diskspaceLimitBytes),\n        'VL_MAIL_ACCOUNTS_USED'      => get_customer_mail_accounts_count($domainId),\n        'VL_MAIL_ACCOUNTS_LIMIT'     => translate_limit_value($domainData['domain_mailacc_limit']),\n        'VL_MAIL_QUOTA_USED'         => tohtml($quota),\n        'VL_MAIL_QUOTA_LIMIT'        => ($domainData['domain_mailacc_limit'] != '-1') ? $quotaLimit : tr('Disabled'),\n        'VL_FTP_ACCOUNTS_USED'       => get_customer_ftp_users_count($domainData['domain_admin_id']),\n        'VL_FTP_ACCOUNTS_LIMIT'      => translate_limit_value($domainData['domain_ftpacc_limit']),\n        'VL_SQL_DB_ACCOUNTS_USED'    => get_customer_sql_databases_count($domainId),\n        'VL_SQL_DB_ACCOUNTS_LIMIT'   => translate_limit_value($domainData['domain_sqld_limit']),\n        'VL_SQL_USER_ACCOUNTS_USED'  => get_customer_sql_users_count($domainId),\n        'VL_SQL_USER_ACCOUNTS_LIMIT' => translate_limit_value($domainData['domain_sqlu_limit']),\n        'VL_SUBDOM_ACCOUNTS_USED'    => get_customer_subdomains_count($domainId),\n        'VL_SUBDOM_ACCOUNTS_LIMIT'   => translate_limit_value($domainData['domain_subd_limit']),\n        'VL_DOMALIAS_ACCOUNTS_USED'  => get_customer_domain_aliases_count($domainId),\n        'VL_DOMALIAS_ACCOUNTS_LIMIT' => translate_limit_value($domainData['domain_alias_limit'])\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nisset($_GET['domain_id']) or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'        => 'shared/layouts/ui.tpl',\n    'page'          => 'reseller/domain_details.tpl',\n    'page_message' => 'layout'\n]);\n\n$tpl->assign([\n    'TR_PAGE_TITLE'        => tr('Reseller / Customers / Overview / Domain Details'),\n    'TR_DOMAIN_DETAILS'    => tr('Domain details'),\n    'TR_DOMAIN_NAME'       => tr('Domain name'),\n    'TR_DOMAIN_IP'         => tr('Domain IP'),\n    'TR_STATUS'            => tr('Status'),\n    'TR_PHP_SUPP'          => tr('PHP'),\n    'TR_PHP_EDITOR_SUPP'   => tr('PHP Editor'),\n    'TR_CGI_SUPP'          => tr('CGI'),\n    'TR_DNS_SUPP'          => tr('Custom DNS records'),\n    'TR_EXT_MAIL_SUPP'     => tr('Ext. mail server'),\n    'TR_BACKUP_SUPP'       => tr('Backup'),\n    'TR_TRAFFIC'           => tr('Traffic'),\n    'TR_DISK'              => tr('Disk'),\n    'TR_FEATURE'           => tr('Feature'),\n    'TR_USED'              => tr('Used'),\n    'TR_LIMIT'             => tr('Limit'),\n    'TR_SUBDOM_ACCOUNTS'   => tr('Subdomains'),\n    'TR_DOMALIAS_ACCOUNTS' => tr('Domain aliases'),\n    'TR_MAIL_ACCOUNTS'     => tr('Mail accounts'),\n    'TR_MAIL_QUOTA'        => tr('Mail quota'),\n    'TR_FTP_ACCOUNTS'      => tr('FTP accounts'),\n    'TR_SQL_DB_ACCOUNTS'   => tr('SQL databases'),\n    'TR_SQL_USER_ACCOUNTS' => tr('SQL users'),\n    'TR_UPDATE_DATA'       => tr('Submit changes'),\n    'TR_EDIT'              => tr('Edit'),\n    'TR_BACK'              => tr('Back')\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $_GET['domain_id']);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/domain_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n\n/**\n * Get mail data\n *\n * @param int $domainId Domain id\n * @param int $mailQuota Mail quota limit\n * @return array An array which contain in order sum of all mailbox quota, current quota limit, number of mailboxes)\n */\nfunction getMailData($domainId, $mailQuota)\n{\n    static $mailData = NULL;\n\n    if (NULL === $mailData) {\n        $stmt = exec_query(\n            '\n                SELECT IFNULL(SUM(quota), 0) AS quota, COUNT(mail_id) AS nb_mailboxes\n                FROM mail_users\n                WHERE domain_id = ?\n            ',\n            $domainId\n        );\n        $row = $stmt->fetchRow();\n\n        $mailData = [\n            'quota_sum'    => bytesHuman($row['quota']),\n            'quota_limit'  => $mailQuota == 0 ? '∞' : mebibytesHuman($mailQuota),\n            'nb_mailboxes' => $row['nb_mailboxes']\n        ];\n    }\n\n    return $mailData;\n}\n\n/**\n * Return properties for the given reseller\n *\n * @param int $resellerId Reseller id\n * @return array Reseller properties\n */\nfunction reseller_getResellerProps($resellerId)\n{\n    $stmt = exec_query(\n        '\n            SELECT reseller_id, current_sub_cnt, max_sub_cnt, current_als_cnt, max_als_cnt, current_mail_cnt,\n                max_mail_cnt, current_ftp_cnt, max_ftp_cnt, current_sql_db_cnt, max_sql_db_cnt, current_sql_user_cnt,\n                max_sql_user_cnt, current_disk_amnt, max_disk_amnt, current_traff_amnt, max_traff_amnt, reseller_ips\n            FROM reseller_props WHERE reseller_id = ?\n        ',\n        $resellerId\n    );\n\n    return $stmt->fetchRow();\n}\n\n/**\n * Return properties for the given domain\n *\n * @param int $domainId Domain id\n * @return array Array containing domain properties\n */\nfunction reseller_getDomainProps($domainId)\n{\n    $stmt = exec_query(\n        '\n            SELECT admin_id, domain_id, domain_name, domain_expires, domain_status, domain_ip_id, domain_subd_limit,\n                domain_alias_limit, domain_mailacc_limit, domain_ftpacc_limit, domain_sqld_limit,\n                domain_sqlu_limit, domain_disk_limit, domain_disk_usage, domain_traffic_limit, domain_php,\n                domain_cgi, domain_dns, allowbackup, domain_external_mail,\n                web_folder_protection, mail_quota\n            FROM domain\n            JOIN admin ON(admin_id = domain_admin_id)\n            WHERE domain_id = ?\n        ',\n        $domainId\n    );\n    $data = $stmt->fetchRow();\n    $data['mail_quota'] = $data['mail_quota'] / 1048576;\n\n    $trafficData = getClientMonthlyTrafficStats($domainId);\n    $data['domainTraffic'] = $trafficData[4];\n    return $data;\n}\n\n/**\n * Returns domain data\n *\n * @param int $domainId Domain unique identifier\n * @param bool $forUpdate Tell whether or not data are fetched for update\n * @return array Reference to array of data\n */\nfunction &getData($domainId, $forUpdate = false)\n{\n    static $data = NULL;\n\n    if (NULL !== $data) {\n        return $data;\n    }\n\n    $statusOk = 'ok|disabled|ordered';\n\n    // Checks for domain existence and status\n    $stmt = exec_query(\n        '\n            SELECT\n                t1.domain_status, t2.admin_id, COUNT(t3.subdomain_status) + COUNT(t4.alias_status) +\n                COUNT(t5.subdomain_alias_status) AS status_not_ok\n            FROM domain AS t1\n            JOIN admin AS t2 ON(admin_id = domain_admin_id)\n            LEFT JOIN subdomain AS t3 ON (t1.domain_id = t3.domain_id AND t3.subdomain_status NOT RLIKE ?)\n            LEFT JOIN domain_aliasses AS t4 ON (t1.domain_id = t4.domain_id AND t4.alias_status NOT RLIKE ?)\n            LEFT JOIN subdomain_alias AS t5 ON (t5.alias_id = t4.alias_id AND t5.subdomain_alias_status NOT RLIKE ?)\n            WHERE t1.domain_id = ?\n            AND t2.created_by = ?\n        ',\n        [$statusOk, $statusOk, $statusOk, $domainId, $_SESSION['user_id']]\n    );\n    $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n    if ($row['domain_status'] == '') {\n        set_page_message(tr(\"The domain you are trying to edit doesn't exist.\"), 'error');\n        redirectTo('users.php');\n    }\n\n    if (($row['domain_status'] != 'ok'\n        && ($row['domain_status'] != 'disabled') || $row['status_not_ok'] > 0)\n    ) {\n        set_page_message(tr(\"The domain or at least one of its entities has a different status than 'ok'.\"), 'warning');\n        redirectTo('users.php');\n    }\n\n    if ($row['domain_status'] == 'disabled') {\n        set_page_message(tr('The domain is currently deactivated. The modification of some of its properties will result by a complete or partial reactivation of it.'), 'warning');\n    }\n\n    $domainProps = reseller_getDomainProps($domainId);\n    $resellerProps = reseller_getResellerProps($_SESSION['user_id']);\n    $resellerProps['reseller_ips'] = explode(';', rtrim($resellerProps['reseller_ips'], ';'));\n\n    list($subCount, $alsCount, $mailCount, $ftpCount, $sqlDbCount, $sqlUsersCount) = get_customer_objects_counts(\n        $row['admin_id']\n    );\n\n    $data['nbSubdomains'] = $subCount;\n    $data['nbAliasses'] = $alsCount;\n    $data['nbMailAccounts'] = $mailCount;\n    $data['nbFtpAccounts'] = $ftpCount;\n    $data['nbSqlDatabases'] = $sqlDbCount;\n    $data['nbSqlUsers'] = $sqlUsersCount;\n    $data = array_merge($data, $domainProps, $resellerProps);\n\n    // Fallback values\n    $data['fallback_domain_expires'] = $data['domain_expires'];\n    $data['fallback_domain_ip_id'] = $data['domain_ip_id'];\n    $data['fallback_domain_subd_limit'] = $data['domain_subd_limit'];\n    $data['fallback_domain_alias_limit'] = $data['domain_alias_limit'];\n    $data['fallback_domain_mailacc_limit'] = $data['domain_mailacc_limit'];\n    $data['fallback_domain_ftpacc_limit'] = $data['domain_ftpacc_limit'];\n    $data['fallback_domain_sqld_limit'] = $data['domain_sqld_limit'];\n    $data['fallback_domain_sqlu_limit'] = $data['domain_sqlu_limit'];\n    $data['fallback_domain_traffic_limit'] = $data['domain_traffic_limit'];\n    $data['fallback_domain_disk_limit'] = $data['domain_disk_limit'];\n    $data['fallback_domain_php'] = $data['domain_php'];\n    $data['fallback_domain_cgi'] = $data['domain_cgi'];\n    $data['fallback_domain_dns'] = $data['domain_dns'];\n    $data['fallback_allowbackup'] = $data['allowbackup'] = explode('|', $data['allowbackup']);\n    $data['fallback_domain_external_mail'] = $data['domain_external_mail'];\n    $data['fallback_web_folder_protection'] = $data['web_folder_protection'];\n    $data['fallback_mail_quota'] = $data['mail_quota'];\n    $data['domain_expires_ok'] = true;\n    $data['domain_never_expires'] = ($data['domain_expires'] == 0) ? 'on' : 'off';\n\n    $phpini = PhpEditor::getInstance();\n    $phpini->loadResellerPermissions($_SESSION['user_id']); // Load reseller PHP permissions\n    $phpini->loadClientPermissions($data['admin_id']); // Load client PHP permissions\n    $phpini->loadDomainIni($data['admin_id'], $data['domain_id'], 'dmn'); // Load domain PHP configuration options\n\n    if ($forUpdate) { // Post request\n        foreach (\n            [\n                'domain_subd_limit'    => 'max_sub_cnt',\n                'domain_alias_limit'   => 'max_als_cnt',\n                'domain_mailacc_limit' => 'max_mail_cnt',\n                'mail_quota'           => 'max_mail_cnt',\n                'domain_ftpacc_limit'  => 'max_ftp_cnt',\n                'domain_sqld_limit'    => 'max_sql_db_cnt',\n                'domain_sqlu_limit'    => 'max_sql_user_cnt',\n                'domain_traffic_limit' => 'max_traff_amnt',\n                'domain_disk_limit'    => 'max_disk_amnt'\n            ] as $customerLimit => $resellerMaxLimit\n        ) {\n            if (array_key_exists($customerLimit, $_POST)\n                && $data[$resellerMaxLimit] != -1\n            ) {\n                $data[$customerLimit] = clean_input($_POST[$customerLimit]);\n            }\n        }\n\n        $data['domain_ip_id'] = isset($_POST['domain_ip_id'])\n            ? clean_input($_POST['domain_ip_id']) : $data['domain_ip_id'];\n        $data['domain_expires'] = isset($_POST['domain_expires'])\n            ? clean_input($_POST['domain_expires']) : $data['domain_expires'];\n        $data['domain_never_expires'] = isset($_POST['domain_never_expires'])\n            ? clean_input($_POST['domain_never_expires']) : 'off';\n        $data['domain_php'] = isset($_POST['domain_php']) ? clean_input($_POST['domain_php']) : $data['domain_php'];\n        $data['domain_cgi'] = isset($_POST['domain_cgi']) ? clean_input($_POST['domain_cgi']) : $data['domain_cgi'];\n        $data['domain_dns'] = isset($_POST['domain_dns']) ? clean_input($_POST['domain_dns']) : $data['domain_dns'];\n\n        if (Registry::get('config')['BACKUP_DOMAINS'] == 'yes') {\n            $data['allowbackup'] = isset($_POST['allowbackup']) && is_array($_POST['allowbackup'])\n                ? array_intersect($_POST['allowbackup'], ['dmn', 'sql', 'mail']) : [];\n        } else {\n            $data['allowbackup'] = [];\n        }\n\n        $data['domain_external_mail'] = isset($_POST['domain_external_mail'])\n            ? clean_input($_POST['domain_external_mail']) : $data['domain_external_mail'];\n        $data['web_folder_protection'] = isset($_POST['web_folder_protection'])\n            ? clean_input($_POST['web_folder_protection']) : $data['web_folder_protection'];\n    }\n\n    return $data;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @param array &$data Domain related data\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, &$data)\n{\n    generateLimitsForm($tpl, $data);\n    generateFeaturesForm($tpl, $data);\n}\n\n/**\n * Generates domain limits form\n *\n * Note: Only shows the limits on which the domain reseller has permissions.\n *\n * @param TemplateEngine $tpl\n * @param array $data Domain data\n * @return void\n */\nfunction generateLimitsForm(TemplateEngine $tpl, &$data)\n{\n    list(, $subdomainCount, $domainAliasesCount, $mailsCount, $ftpUsersCount, $sqlDbCount, $sqlUserCount, $trafficUsage,\n        $diskUsage\n        ) = getResellerStats($_SESSION['user_id']);\n\n    $tpl->assign([\n        'TR_DOMAIN_LIMITS'        => tohtml(tr('Domains limit')),\n        'TR_LIMIT_VALUE'          => tohtml(tr('Limit value')),\n        'TR_CUSTOMER_CONSUMPTION' => tohtml(tr('Customer consumption')),\n        'TR_RESELLER_CONSUMPTION' => tohtml(isset($_SESSION['logged_from'])\n            ? tr('Reseller consumption') : tr('Your consumption'))\n    ]);\n\n    // Subdomains limit\n    if ($data['max_sub_cnt'] == -1) { // Reseller has no permissions on this service\n        $tpl->assign('SUBDOMAIN_LIMIT_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_SUBDOMAINS_LIMIT'               => tohtml(tr('Subdomains limit')) . '<br><i>(-1 ' . tohtml(tr('disabled')) . ', 0 ∞)</i>',\n            'SUBDOMAIN_LIMIT'                   => tohtml($data['domain_subd_limit']),\n            'TR_CUSTOMER_SUBDOMAINS_COMSUPTION' => $data['fallback_domain_subd_limit'] != -1\n                ? tohtml($data['nbSubdomains']) . ' / ' . (\n                $data['fallback_domain_subd_limit'] != 0 ? tohtml($data['fallback_domain_subd_limit']) : '∞'\n                ) : tohtml(tr('Disabled')),\n            'TR_RESELLER_SUBDOMAINS_COMSUPTION' => tohtml($subdomainCount) . ' / ' . (\n                $data['max_sub_cnt'] != 0 ? tohtml($data['max_sub_cnt']) : '∞'\n                )\n        ]);\n    }\n\n    // Domain aliases limit\n    if ($data['max_als_cnt'] == -1) { // Reseller has no permissions on this service\n        $tpl->assign('DOMAIN_ALIASES_LIMIT_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_ALIASSES_LIMIT'                      => tohtml(tr('Domain aliases limit')) . '<br><i>(-1 ' . tohtml(tr('disabled'))\n                . ', 0 ∞)</i>',\n            'DOMAIN_ALIASSES_LIMIT'                  => tohtml($data['domain_alias_limit']),\n            'TR_CUSTOMER_DOMAIN_ALIASSES_COMSUPTION' => $data['fallback_domain_alias_limit'] != -1\n                ? tohtml($data['nbAliasses']) . ' / ' . ($data['fallback_domain_alias_limit'] != 0\n                    ? tohtml($data['fallback_domain_alias_limit']) : '∞') : tohtml(tr('Disabled')),\n            'TR_RESELLER_DOMAIN_ALIASSES_COMSUPTION' => tohtml($domainAliasesCount) . ' / '\n                . ($data['max_als_cnt'] != 0 ? tohtml($data['max_als_cnt']) : '∞')\n        ]);\n    }\n\n    // Mail accounts limit\n    if ($data['max_mail_cnt'] == -1) { // Reseller has no permissions on this service\n        $tpl->assign('MAIL_ACCOUNTS_LIMIT_BLOCK', '');\n    } else {\n        $mailData = getMailData($data['domain_id'], $data['fallback_mail_quota']);\n\n        $tpl->assign([\n            'TR_MAIL_ACCOUNTS_LIMIT'               => tohtml(tr('Mail accounts limit')) . '<br><i>(-1 ' . tohtml(tr('disabled')) . ', 0 ∞)</i>',\n            'MAIL_ACCOUNTS_LIMIT'                  => tohtml($data['domain_mailacc_limit']),\n            'TR_CUSTOMER_MAIL_ACCOUNTS_COMSUPTION' => $data['fallback_domain_mailacc_limit'] != -1\n                ? tohtml($data['nbMailAccounts']) . ' / ' . ($data['fallback_domain_mailacc_limit'] != 0\n                    ? tohtml($data['fallback_domain_mailacc_limit']) : '∞') : tr('Disabled'),\n            'TR_RESELLER_MAIL_ACCOUNTS_COMSUPTION' => tohtml($mailsCount) . ' / '\n                . ($data['max_mail_cnt'] != 0 ? tohtml($data['max_mail_cnt']) : '∞'),\n\n            'TR_MAIL_QUOTA'                     => tohtml(tr('Mail quota [MiB]')) . '<br/><i>(0 ∞)</i>',\n            'MAIL_QUOTA'                        => $data['mail_quota'] != 0 ? tohtml($data['mail_quota']) : 0,\n            'TR_CUSTOMER_MAIL_QUOTA_COMSUPTION' => $mailData['quota_sum'] . ' / ' . $mailData['quota_limit'],\n            'TR_NO_AVAILABLE'                   => tohtml(tr('N/A'))\n        ]);\n    }\n\n    // Ftp accounts limit\n    if ($data['max_ftp_cnt'] == -1) { // Reseller has no permissions on this service\n        $tpl->assign('FTP_ACCOUNTS_LIMIT_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_FTP_ACCOUNTS_LIMIT'               => tohtml(tr('FTP accounts limit')) . '<br><i>(-1 ' . tohtml(tr('disabled'))\n                . ', 0 ∞)</i>',\n            'FTP_ACCOUNTS_LIMIT'                  => tohtml($data['domain_ftpacc_limit']),\n            'TR_CUSTOMER_FTP_ACCOUNTS_COMSUPTION' => $data['fallback_domain_ftpacc_limit'] != -1\n                ? tohtml($data['nbFtpAccounts']) . ' / ' . ($data['fallback_domain_ftpacc_limit'] != 0\n                    ? tohtml($data['fallback_domain_ftpacc_limit']) : '∞') : tohtml(tr('Disabled')),\n            'TR_RESELLER_FTP_ACCOUNTS_COMSUPTION' => tohtml($ftpUsersCount) . ' / '\n                . ($data['max_ftp_cnt'] != 0 ? tohtml($data['max_ftp_cnt']) : '∞')\n        ]);\n    }\n\n    // SQL Database - Sql Users limits\n    if ($data['max_sql_db_cnt'] == -1 || $data['max_sql_user_cnt'] == -1) { // Reseller has no permissions on this service\n        $tpl->assign('SQL_DB_AND_USERS_LIMIT_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_SQL_DATABASES_LIMIT'               => tohtml(tr('SQL databases limit')) . '<br><i>(-1 ' . tohtml(tr('disabled'))\n                . ', 0 ∞)</i>',\n            'SQL_DATABASES_LIMIT'                  => tohtml($data['domain_sqld_limit']),\n            'TR_CUSTOMER_SQL_DATABASES_COMSUPTION' => $data['fallback_domain_sqld_limit'] != -1\n                ? tohtml($data['nbSqlDatabases']) . ' / ' . ($data['fallback_domain_sqld_limit'] != 0\n                    ? tohtml($data['fallback_domain_sqld_limit']) : '∞') : tr('Disabled'),\n            'TR_RESELLER_SQL_DATABASES_COMSUPTION' => tohtml($sqlDbCount) . ' / '\n                . ($data['max_sql_db_cnt'] != 0 ? tohtml($data['max_sql_db_cnt']) : '∞'),\n            'TR_SQL_USERS_LIMIT'                   => tohtml(tr('SQL users limit')) . '<br><i>(-1 ' . tohtml(tr('disabled'))\n                . ', 0 ∞)</i>',\n            'SQL_USERS_LIMIT'                      => tohtml($data['domain_sqlu_limit']),\n            'TR_CUSTOMER_SQL_USERS_COMSUPTION'     => $data['fallback_domain_sqlu_limit'] != -1\n                ? tohtml($data['nbSqlUsers']) . ' / ' . ($data['fallback_domain_sqlu_limit'] != 0\n                    ? tohtml($data['fallback_domain_sqlu_limit']) : '∞') : tohtml(tr('Disabled')),\n            'TR_RESELLER_SQL_USERS_COMSUPTION'     => tohtml($sqlUserCount) . ' / '\n                . ($data['max_sql_user_cnt'] != 0 ? tohtml($data['max_sql_user_cnt']) : '∞')\n        ]);\n    }\n\n    // Traffic limit\n    $tpl->assign([\n        'TR_TRAFFIC_LIMIT'                => tohtml(tr('Monthly traffic limit [MiB]')) . '<br/><i>(0 ∞)</i>',\n        'TRAFFIC_LIMIT'                   => tohtml($data['domain_traffic_limit']),\n        'TR_CUSTOMER_TRAFFIC_COMSUPTION'  => tohtml(bytesHuman($data['domainTraffic'])) . ' / '\n            . ($data['fallback_domain_traffic_limit'] != 0\n                ? tohtml(mebibytesHuman($data['fallback_domain_traffic_limit'])) : '∞'),\n        'TR_RESELLER_TRAFFIC_COMSUPTION'  => tohtml(bytesHuman($trafficUsage)) . ' / '\n            . ($data['max_traff_amnt'] != 0 ? tohtml(mebibytesHuman($data['max_traff_amnt'])) : '∞'),\n\n        // Disk space limit\n        'TR_DISK_LIMIT'                   => tohtml(tr('Disk space limit [MiB]')) . '<br/><i>(0 ∞)</span>',\n        'DISK_LIMIT'                      => tohtml($data['domain_disk_limit']),\n        'TR_CUSTOMER_DISKPACE_COMSUPTION' => tohtml(bytesHuman($data['domain_disk_usage'])) . ' / '\n            . ($data['fallback_domain_disk_limit'] != 0\n                ? tohtml(mebibytesHuman($data['fallback_domain_disk_limit'])) : '∞'),\n        'TR_RESELLER_DISKPACE_COMSUPTION' => tohtml(bytesHuman($diskUsage)) . ' / '\n            . ($data['max_disk_amnt'] != 0 ? tohtml(mebibytesHuman($data['max_disk_amnt'])) : '∞')\n    ]);\n} // end _reseller_generateLimitsForm()\n\n/**\n * Generates features form\n *\n * Note: For now most block for the features are always show. That will change when\n * admin will be able to disable them for a specific reseller.\n *\n * @param TemplateEngine $tpl\n * @param array $data Domain data\n * @return void\n */\nfunction generateFeaturesForm(TemplateEngine $tpl, &$data)\n{\n    $tpl->assign([\n        'TR_FEATURES' => tr('Features'),\n        'TR_PHP'      => tr('PHP'),\n        'PHP_YES'     => $data['domain_php'] == 'yes' ? ' checked' : '',\n        'PHP_NO'      => $data['domain_php'] != 'yes' ? ' checked' : ''\n    ]);\n\n    $phpini = PhpEditor::getInstance();\n\n    // PHP editor - begin\n    if (!$phpini->resellerHasPermission('phpiniSystem')) {\n        $tpl->assign('PHP_EDITOR_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_SETTINGS'            => tohtml(tr('PHP Settings')),\n            'TR_PHP_EDITOR'          => tohtml(tr('PHP Editor')),\n            'TR_PHP_EDITOR_SETTINGS' => tohtml(tr('PHP Settings')),\n            'TR_PERMISSIONS'         => tohtml(tr('PHP Permissions')),\n            'TR_DIRECTIVES_VALUES'   => tohtml(tr('PHP directives values')),\n            'TR_FIELDS_OK'           => tohtml(tr('All fields are valid.')),\n            'TR_MIB'                 => tohtml(tr('MiB')),\n            'TR_SEC'                 => tohtml(tr('Sec.')),\n            'PHP_EDITOR_YES'         => $phpini->clientHasPermission('phpiniSystem') ? ' checked' : '',\n            'PHP_EDITOR_NO'          => $phpini->clientHasPermission('phpiniSystem') ? '' : ' checked'\n        ]);\n\n        $permissionsBlock = false;\n\n        if (!$phpini->resellerHasPermission('phpiniAllowUrlFopen')) {\n            $tpl->assign('PHP_EDITOR_ALLOW_URL_FOPEN_BLOCK', '');\n        } else {\n            $tpl->assign([\n                'TR_CAN_EDIT_ALLOW_URL_FOPEN' => tr('Can edit the PHP %s configuration option', '<b>allow_url_fopen</b>'),\n                'ALLOW_URL_FOPEN_YES'         => $phpini->clientHasPermission('phpiniAllowUrlFopen') ? ' checked' : '',\n                'ALLOW_URL_FOPEN_NO'          => $phpini->clientHasPermission('phpiniAllowUrlFopen') ? '' : ' checked'\n            ]);\n            $permissionsBlock = true;\n        }\n\n        if (!$phpini->resellerHasPermission('phpiniDisplayErrors')) {\n            $tpl->assign('PHP_EDITOR_DISPLAY_ERRORS_BLOCK', '');\n        } else {\n            $tpl->assign([\n                'TR_CAN_EDIT_DISPLAY_ERRORS' => tr('Can edit the PHP %s configuration option', '<b>display_errors</b>'),\n                'DISPLAY_ERRORS_YES'         => $phpini->clientHasPermission('phpiniDisplayErrors') ? ' checked' : '',\n                'DISPLAY_ERRORS_NO'          => $phpini->clientHasPermission('phpiniDisplayErrors') ? '' : ' checked'\n            ]);\n            $permissionsBlock = true;\n        }\n\n        if (Registry::get('config')['HTTPD_SERVER'] == 'apache_itk') {\n            $tpl->assign([\n                'PHP_EDITOR_DISABLE_FUNCTIONS_BLOCK' => '',\n                'PHP_EDITOR_MAIL_FUNCTION_BLOCK'     => ''\n            ]);\n        } else {\n            if ($phpini->resellerHasPermission('phpiniDisableFunctions')) {\n                $tpl->assign([\n                    'TR_CAN_EDIT_DISABLE_FUNCTIONS' => tr('Can edit the PHP %s configuration option', '<b>disable_functions</b>'),\n                    'DISABLE_FUNCTIONS_YES'         => $phpini->getClientPermission('phpiniDisableFunctions') == 'yes'\n                        ? ' checked' : '',\n                    'DISABLE_FUNCTIONS_NO'          => $phpini->getClientPermission('phpiniDisableFunctions') == 'no'\n                        ? ' checked' : '',\n                    'TR_ONLY_EXEC'                  => tr('Only exec'),\n                    'DISABLE_FUNCTIONS_EXEC'        => ($phpini->getClientPermission('phpiniDisableFunctions') == 'exec')\n                        ? ' checked' : ''\n                ]);\n            } else {\n                $tpl->assign('PHP_EDITOR_DISABLE_FUNCTIONS_BLOCK', '');\n            }\n\n            if ($phpini->resellerHasPermission('phpiniMailFunction')) {\n                $tpl->assign([\n                    'TR_CAN_USE_MAIL_FUNCTION' => tr('Can use the PHP %s function', '<b>mail</b>'),\n                    'MAIL_FUNCTION_YES'        => $phpini->clientHasPermission('phpiniMailFunction') == 'yes'\n                        ? ' checked' : '',\n                    'MAIL_FUNCTION_NO'         => $phpini->clientHasPermission('phpiniMailFunction') == 'no'\n                        ? '' : ' checked'\n                ]);\n            } else {\n                $tpl->assign('PHP_EDITOR_MAIL_FUNCTION_BLOCK', '');\n            }\n\n            $permissionsBlock = true;\n        }\n\n        if (!$permissionsBlock) {\n            $tpl->assign('PHP_EDITOR_PERMISSIONS_BLOCK', '');\n        }\n\n        $tpl->assign([\n            'TR_POST_MAX_SIZE'          => tr('PHP %s configuration option', '<b>post_max_size</b>'),\n            'POST_MAX_SIZE'             => tohtml($phpini->getDomainIni('phpiniPostMaxSize'), 'htmlAttr'),\n            'TR_UPLOAD_MAX_FILEZISE'    => tr('PHP %s configuration option', '<b>upload_max_filesize</b>'),\n            'UPLOAD_MAX_FILESIZE'       => tohtml($phpini->getDomainIni('phpiniUploadMaxFileSize'), 'htmlAttr'),\n            'TR_MAX_EXECUTION_TIME'     => tr('PHP %s configuration option', '<b>max_execution_time</b>'),\n            'MAX_EXECUTION_TIME'        => tohtml($phpini->getDomainIni('phpiniMaxExecutionTime'), 'htmlAttr'),\n            'TR_MAX_INPUT_TIME'         => tr('PHP %s configuration option', '<b>max_input_time</b>'),\n            'MAX_INPUT_TIME'            => tohtml($phpini->getDomainIni('phpiniMaxInputTime'), 'htmlAttr'),\n            'TR_MEMORY_LIMIT'           => tr('PHP %s configuration option', '<b>memory_limit</b>'),\n            'MEMORY_LIMIT'              => tohtml($phpini->getDomainIni('phpiniMemoryLimit'), 'htmlAttr'),\n            'POST_MAX_SIZE_LIMIT'       => tohtml($phpini->getResellerPermission('phpiniPostMaxSize'), 'htmlAttr'),\n            'UPLOAD_MAX_FILESIZE_LIMIT' => tohtml($phpini->getResellerPermission('phpiniUploadMaxFileSize'), 'htmlAttr'),\n            'MAX_EXECUTION_TIME_LIMIT'  => tohtml($phpini->getResellerPermission('phpiniMaxExecutionTime'), 'htmlAttr'),\n            'MAX_INPUT_TIME_LIMIT'      => tohtml($phpini->getResellerPermission('phpiniMaxInputTime'), 'htmlAttr'),\n            'MEMORY_LIMIT_LIMIT'        => tohtml($phpini->getResellerPermission('phpiniMemoryLimit'), 'htmlAttr')\n        ]);\n    }\n\n    EventAggregator::getInstance()->registerListener(\n        Events::onGetJsTranslations,\n        function (Event $e) {\n            $translations = $e->getParam('translations');\n            $translations['core']['close'] = tr('Close');\n            $translations['core']['fields_ok'] = tr('All fields are valid.');\n            $translations['core']['out_of_range_value_error'] = tr('Value for the PHP %%s directive must be in range %%d to %%d.');\n            $translations['core']['lower_value_expected_error'] = tr('%%s cannot be greater than %%s.');\n            $translations['core']['error_field_stack'] = Registry::isRegistered('errFieldsStack')\n                ? Registry::get('errFieldsStack') : [];\n        }\n    );\n\n    // PHP editor - end\n\n    // CGI support\n    $tpl->assign([\n        'TR_CGI'  => tr('CGI'),\n        'CGI_YES' => $data['domain_cgi'] == 'yes' ? ' checked' : '',\n        'CGI_NO'  => $data['domain_cgi'] != 'yes' ? ' checked' : ''\n    ]);\n\n    // Custom DNS records\n    if (resellerHasFeature('custom_dns_records')) {\n        $tpl->assign([\n            'TR_DNS'  => tr('Custom DNS records'),\n            'DNS_YES' => $data['domain_dns'] == 'yes' ? ' checked' : '',\n            'DNS_NO'  => $data['domain_dns'] != 'yes' ? ' checked' : ''\n        ]);\n    } else {\n        $tpl->assign('CUSTOM_DNS_RECORDS_FEATURE', '');\n    }\n\n    // External mail support\n    if ($data['max_mail_cnt'] == '-1') {\n        $tpl->assign('EXT_MAIL_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_EXTMAIL'  => tr('External mail server'),\n            'EXTMAIL_YES' => $data['domain_external_mail'] == 'yes' ? ' checked' : '',\n            'EXTMAIL_NO'  => $data['domain_external_mail'] != 'yes' ? ' checked' : ''\n        ]);\n    }\n\n    if (Registry::get('config')['BACKUP_DOMAINS'] == 'yes') {\n        // Backup support\n        $tpl->assign([\n            'TR_BACKUP'        => tohtml(tr('Backup')),\n            'TR_BACKUP_DOMAIN' => tohtml(tr('Domain')),\n            'BACKUP_DOMAIN'    => in_array('dmn', $data['allowbackup']) ? ' checked' : '',\n            'TR_BACKUP_SQL'    => tohtml(tr('SQL')),\n            'BACKUP_SQL'       => in_array('sql', $data['allowbackup']) ? ' checked' : '',\n            'TR_BACKUP_MAIL'   => tohtml(tr('Mail')),\n            'BACKUP_MAIL'      => in_array('mail', $data['allowbackup']) ? ' checked' : ''\n        ]);\n    } else {\n        $tpl->assign('BACKUP_BLOCK', '');\n    }\n\n    $tpl->assign([\n        'TR_WEB_FOLDER_PROTECTION'      => tohtml(tr('Web folder protection')),\n        'TR_WEB_FOLDER_PROTECTION_HELP' => tohtml(tr('If set to `yes`, Web folders will be protected against deletion.'), 'htmlAttr'),\n        'WEB_FOLDER_PROTECTION_YES'     => $data['web_folder_protection'] == 'yes' ? ' checked' : '',\n        'WEB_FOLDER_PROTECTION_NO'      => $data['web_folder_protection'] != 'yes' ? ' checked' : '',\n        'TR_YES'                        => tohtml(tr('Yes')),\n        'TR_NO'                         => tohtml(tr('No'))\n    ]);\n}\n\n/**\n * Check and updates domain data\n *\n * @param int $domainId Domain unique identifier\n * @return bool\n */\nfunction reseller_checkAndUpdateData($domainId)\n{\n    $db = DatabaseMySQL::getInstance();\n    $errFieldsStack = [];\n\n    try {\n        // Getting domain data\n        $data =& getData($domainId, true);\n\n        // Check for expires date\n        if ($data['domain_never_expires'] == 'off') {\n            if (!preg_match('%^\\d{2}/\\d{2}/\\d{4}$%', $data['domain_expires'])\n                || ($timestamp = strtotime($data['domain_expires'])) === false\n            ) {\n                $data['domain_expires_ok'] = false;\n                set_page_message(tr('Wrong syntax for new expire date.'), 'error');\n                $errFieldsStack[] = 'domain_expires';\n            } elseif ($timestamp != 0 && $timestamp <= time()) {\n                $data['domain_expires'] = $timestamp;\n                set_page_message(tr('You cannot set expire date in past.'), 'error');\n                $errFieldsStack[] = 'domain_expires';\n            } else {\n                $data['domain_expires'] = $timestamp;\n            }\n        } else {\n            $data['domain_expires'] = 0;\n        }\n\n        // Check for domain IP id\n        if (!in_array($data['domain_ip_id'], $data['reseller_ips'])) {\n            $data['domain_ip_id'] = $data['fallback_domain_ip_id'];\n        }\n\n        // Check for the subdomains limit\n        if ($data['fallback_domain_subd_limit'] != -1) {\n            if (!imscp_limit_check($data['domain_subd_limit'])) {\n                set_page_message(tr('Wrong syntax for the %s limit.', tr('subdomains')), 'error');\n                $errFieldsStack[] = 'domain_subd_limit';\n            } elseif (!isValidServiceLimit(\n                $data['domain_subd_limit'], $data['nbSubdomains'], $data['fallback_domain_subd_limit'],\n                $data['current_sub_cnt'], $data['max_sub_cnt'],\n                $data['nbSubdomains'] > 1 ? tr('subdomains') : tr('subdomain'))\n            ) {\n                $errFieldsStack[] = 'domain_subd_limit';\n            }\n        }\n\n        // Check for the domain aliases limit\n        if ($data['fallback_domain_alias_limit'] != -1) {\n            if (!imscp_limit_check($data['domain_alias_limit'])) {\n                set_page_message(tr('Wrong syntax for the %s limit.', tr('domain aliases')), 'error');\n                $errFieldsStack[] = 'domain_alias_limit';\n            } elseif (!isValidServiceLimit(\n                $data['domain_alias_limit'], $data['nbAliasses'], $data['fallback_domain_alias_limit'],\n                $data['current_als_cnt'], $data['max_als_cnt'],\n                $data['nbAliasses'] > 1 ? tr('domain aliases') : tr('domain alias'))\n            ) {\n                $errFieldsStack[] = 'domain_alias_limit';\n            }\n        }\n\n        // Check for the mail accounts limit\n        if ($data['fallback_domain_mailacc_limit'] != -1) {\n            if (!imscp_limit_check($data['domain_mailacc_limit'])) {\n                set_page_message(tr('Wrong syntax for the %s limit.', tr('mail accounts')), 'error');\n                $errFieldsStack[] = 'domain_mailacc_limit';\n            } elseif (!isValidServiceLimit(\n                $data['domain_mailacc_limit'], $data['nbMailAccounts'], $data['fallback_domain_mailacc_limit'],\n                $data['current_mail_cnt'], $data['max_mail_cnt'],\n                $data[\"nbMailAccounts\"] > 1 ? tr('mail accounts') : tr('mail account'))\n            ) {\n                $errFieldsStack[] = 'domain_mailacc_limit';\n            }\n        }\n\n        // Check for the Ftp accounts limit\n        if ($data['fallback_domain_ftpacc_limit'] != -1) {\n            if (!imscp_limit_check($data['domain_ftpacc_limit'])) {\n                set_page_message(tr('Wrong syntax for the %s limit.', tr('Ftp accounts')), 'error');\n                $errFieldsStack[] = 'domain_ftpacc_limit';\n            } elseif (!isValidServiceLimit(\n                $data['domain_ftpacc_limit'], $data['nbFtpAccounts'], $data['fallback_domain_ftpacc_limit'],\n                $data['current_ftp_cnt'], $data['max_ftp_cnt'],\n                $data['nbFtpAccounts'] > 1 ? tr('Ftp accounts') : tr('Ftp account'))\n            ) {\n                $errFieldsStack[] = 'domain_ftpacc_limit';\n            }\n        }\n\n        // Check for the Sql databases limit\n        if ($data['fallback_domain_sqld_limit'] != -1) {\n            if (!imscp_limit_check($data['domain_sqld_limit'])) {\n                set_page_message(tr('Wrong syntax for the %s limit.', tr('SQL databases')), 'error');\n                $errFieldsStack[] = 'domain_sqld_limit';\n            } elseif (!isValidServiceLimit(\n                $data['domain_sqld_limit'], $data['nbSqlDatabases'], $data['fallback_domain_sqld_limit'],\n                $data['current_sql_db_cnt'], $data['max_sql_db_cnt'],\n                $data['nbSqlDatabases'] > 1 ? tr('SQL databases') : tr('SQL database'))\n            ) {\n                $errFieldsStack[] = 'domain_sqld_limit';\n            } elseif ($data['domain_sqld_limit'] != -1 && $data['domain_sqlu_limit'] == -1) {\n                set_page_message(tr('SQL users limit is disabled.'), 'error');\n                $errFieldsStack[] = 'domain_sqld_limit';\n                $errFieldsStack[] = 'domain_sqlu_limit';\n            }\n        }\n\n        // Check for the Sql users limit\n        if ($data['fallback_domain_sqlu_limit'] != -1) {\n            if (!imscp_limit_check($data['domain_sqlu_limit'])) {\n                set_page_message(tr('Wrong syntax for the %s limit.', tr('SQL users')), 'error');\n                $errFieldsStack[] = 'domain_sqlu_limit';\n            } elseif (!isValidServiceLimit(\n                $data['domain_sqlu_limit'], $data['nbSqlUsers'], $data['fallback_domain_sqlu_limit'],\n                $data['current_sql_user_cnt'], $data['max_sql_user_cnt'],\n                $data['nbSqlUsers'] > 1 ? tr('SQL users') : tr('SQL user'))\n            ) {\n                $errFieldsStack[] = 'domain_sqlu_limit';\n            } elseif ($data['domain_sqlu_limit'] != -1 && $data['domain_sqld_limit'] == -1) {\n                set_page_message(tr('SQL databases limit is disabled.'), 'error');\n                $errFieldsStack[] = 'domain_sqlu_limit';\n                $errFieldsStack[] = 'domain_sqld_limit';\n            }\n        }\n\n        // Check for the monthly traffic limit\n        if (!imscp_limit_check($data['domain_traffic_limit'], NULL)) {\n            set_page_message(tr('Wrong syntax for the %s limit.', tr('traffic')), 'error');\n            $errFieldsStack[] = 'domain_traffic_limit';\n        } elseif (!isValidServiceLimit(\n            $data['domain_traffic_limit'], $data['domainTraffic'] / 1048576, $data['fallback_domain_traffic_limit'],\n            $data['current_traff_amnt'], $data['max_traff_amnt'], tr('traffic'))\n        ) {\n            $errFieldsStack[] = 'domain_traffic_limit';\n        }\n\n        // Check for the disk space limit\n        if (!imscp_limit_check($data['domain_disk_limit'], NULL)) {\n            set_page_message(tr('Wrong syntax for the %s limit.', tr('disk space')), 'error');\n            $errFieldsStack[] = 'domain_disk_limit';\n        } elseif (!isValidServiceLimit(\n            $data['domain_disk_limit'], $data['domain_disk_usage'] / 1048576, $data['fallback_domain_disk_limit'],\n            $data['current_disk_amnt'], $data['max_disk_amnt'], tr('disk space'))\n        ) {\n            $errFieldsStack[] = 'domain_disk_limit';\n        }\n\n        // Check for mail quota\n        if ($data['fallback_domain_mailacc_limit'] != -1) {\n            if (!imscp_limit_check($data['mail_quota'], NULL)) {\n                set_page_message(tr('Wrong syntax for the mail quota value.'), 'error');\n                $errFieldsStack[] = 'mail_quota';\n            } elseif ($data['domain_disk_limit'] != 0 && $data['mail_quota'] > $data['domain_disk_limit']) {\n                set_page_message(tr('Mail quota cannot be bigger than disk space limit.'), 'error');\n                $errFieldsStack[] = 'mail_quota';\n            } elseif ($data['domain_disk_limit'] != 0 && $data['mail_quota'] == 0) {\n                set_page_message(\n                    tr('Mail quota cannot be unlimited. Max value is %d MiB.', $data['domain_disk_limit']), 'error'\n                );\n                $errFieldsStack[] = 'mail_quota';\n            } else {\n                $mailData = getMailData($data['domain_id'], $data['fallback_mail_quota']);\n\n                if ($data['mail_quota'] != 0 && $data['mail_quota'] < $mailData['nb_mailboxes']) {\n                    set_page_message(\n                        tr(\n                            'Mail quota cannot be lower than %d. Each mail account must have a least 1 MiB quota.',\n                            $mailData['nb_mailboxes']\n                        ),\n                        'error'\n                    );\n                    $errFieldsStack[] = 'mail_quota';\n                }\n            }\n        } else {\n            $data['mail_quota'] = 0;\n        }\n\n        // Check for PHP support\n        $data['domain_php'] = in_array($data['domain_php'], ['no', 'yes'])\n            ? $data['domain_php'] : $data['fallback_domain_php'];\n\n        // PHP editor\n        $phpini = PhpEditor::getInstance();\n\n        // Needed to track changes\n        $phpiniClientPerms = $phpini->getClientPermission();\n        $phpiniDomainConf = $phpini->getDomainIni();\n\n        if (isset($_POST['php_ini_system'])\n            && $data['domain_php'] == 'yes'\n            && $phpini->resellerHasPermission('phpiniSystem')\n        ) {\n            $phpini->setClientPermission('phpiniSystem', clean_input($_POST['php_ini_system']));\n\n            if ($phpini->clientHasPermission('phpiniSystem')) {\n                if (isset($_POST['phpini_perm_allow_url_fopen'])) {\n                    $phpini->setClientPermission(\n                        'phpiniAllowUrlFopen', clean_input($_POST['phpini_perm_allow_url_fopen'])\n                    );\n                }\n\n                if (isset($_POST['phpini_perm_display_errors'])) {\n                    $phpini->setClientPermission(\n                        'phpiniDisplayErrors', clean_input($_POST['phpini_perm_display_errors'])\n                    );\n                }\n\n                if (isset($_POST['phpini_perm_disable_functions'])) {\n                    $phpini->setClientPermission(\n                        'phpiniDisableFunctions', clean_input($_POST['phpini_perm_disable_functions'])\n                    );\n                }\n\n                if (isset($_POST['phpini_perm_mail_function'])) {\n                    $phpini->setClientPermission(\n                        'phpiniMailFunction', clean_input($_POST['phpini_perm_mail_function'])\n                    );\n                }\n\n                if (isset($_POST['memory_limit'])) { // Must be set before phpiniPostMaxSize\n                    $phpini->setDomainIni('phpiniMemoryLimit', clean_input($_POST['memory_limit']));\n                }\n\n                if (isset($_POST['post_max_size'])) { // Must be set before phpiniUploadMaxFileSize\n                    $phpini->setDomainIni('phpiniPostMaxSize', clean_input($_POST['post_max_size']));\n                }\n\n                if (isset($_POST['upload_max_filesize'])) {\n                    $phpini->setDomainIni('phpiniUploadMaxFileSize', clean_input($_POST['upload_max_filesize']));\n                }\n\n                if (isset($_POST['max_execution_time'])) {\n                    $phpini->setDomainIni('phpiniMaxExecutionTime', clean_input($_POST['max_execution_time']));\n                }\n\n                if (isset($_POST['max_input_time'])) {\n                    $phpini->setDomainIni('phpiniMaxInputTime', clean_input($_POST['max_input_time']));\n                }\n            } else {\n                $phpini->loadClientPermissions(); // Reset client PHP permissions\n                $phpini->loadDomainIni(); // Reset domain PHP configuration options\n            }\n        } else {\n            $phpini->loadClientPermissions(); // Reset client PHP permissions\n            $phpini->loadDomainIni(); // Reset domain PHP configuration options\n        }\n\n        // Check for CGI support\n        $data['domain_cgi'] = in_array($data['domain_cgi'], ['no', 'yes'])\n            ? $data['domain_cgi'] : $data['fallback_domain_cgi'];\n\n        // Check for custom DNS records support\n        $data['domain_dns'] = in_array($data['domain_dns'], ['no', 'yes'])\n            ? $data['domain_dns'] : $data['fallback_domain_dns'];\n\n        // Check for External mail server support\n        $data['domain_external_mail'] = in_array($data['domain_external_mail'], ['no', 'yes'])\n            ? $data['domain_external_mail'] : $data['fallback_domain_external_mail'];\n\n        // Check for backup support\n        $data['allowbackup'] = is_array($data['allowbackup'])\n            ? (array_intersect($data['allowbackup'], ['dmn', 'sql', 'mail'])) : $data['fallback_allowbackup'];\n\n        // Check for Web folder protection support\n        $data['web_folder_protection'] = in_array($data['web_folder_protection'], ['no', 'yes'])\n            ? $data['web_folder_protection'] : $data['fallback_web_folder_protection'];\n\n        if (empty($errFieldsStack)) { // Update process begin here\n            $oldValues = [];\n            $newValues = [];\n\n            foreach ($data as $property => $value) {\n                if (strpos($property, 'fallback_') !== false) {\n                    $property = substr($property, 9);\n                    $oldValues[$property] = $value;\n                    $newValues[$property] = $data[$property];\n                }\n            }\n\n            $needDaemonRequest = false;\n\n            if ($newValues == $oldValues\n                && $phpiniClientPerms == $phpini->getClientPermission()\n                && $phpiniDomainConf == $phpini->getDomainIni()\n            ) {\n                set_page_message(tr('Nothing has been changed.'), 'info');\n                return true;\n            }\n\n            $db->beginTransaction();\n\n            EventAggregator::getInstance()->dispatch(Events::onBeforeEditDomain, ['domainId' => $domainId]);\n\n            if ($phpini->updateClientDomainIni($phpini->getDomainIni(), $data['admin_id'])) {\n                $needDaemonRequest = true;\n            }\n\n            // Domain IP has been changed\n            // Mail feature has been enabled/disabled or\n            // PHP feature has been enabled/disabled or\n            // CGI feature has been enabled/disabled or\n            // Web folder protection feature has been enabled or disabled\n            if ($data['domain_ip_id'] != $data['fallback_domain_ip_id']\n                || ($data['domain_mailacc_limit'] == '-1' && $data['fallback_domain_mailacc_limit'] != '-1'\n                    || $data['domain_mailacc_limit'] != '-1' && $data['fallback_domain_mailacc_limit'] == '-1'\n                )\n                || $data['domain_php'] != $data['fallback_domain_php']\n                || $data['domain_cgi'] != $data['fallback_domain_cgi']\n                || $data['web_folder_protection'] != $data['fallback_web_folder_protection']\n            ) {\n                $needDaemonRequest = true;\n            }\n\n            if ($data['domain_dns'] != $data['fallback_domain_dns'] && $data['domain_dns'] == 'no') {\n                // Support for custom DNS records is now disabled - We must delete all custom DNS records\n                // (except those that are protected), and update the DNS zone file\n                exec_query('DELETE FROM domain_dns WHERE domain_id = ? AND owned_by = ?', [\n                    $domainId, 'custom_dns_feature'\n                ]);\n                $needDaemonRequest = true;\n            }\n\n            // Update domain properties\n            exec_query(\n                '\n                    UPDATE\n                        domain\n                    SET\n                        domain_expires = ?, domain_last_modified = ?, domain_mailacc_limit = ?, domain_ftpacc_limit = ?,\n                        domain_traffic_limit = ?, domain_sqld_limit = ?, domain_sqlu_limit = ?, domain_status = ?,\n                        domain_alias_limit = ?, domain_subd_limit = ?, domain_ip_id = ?, domain_disk_limit = ?,\n                        domain_php = ?, domain_cgi = ?, allowbackup = ?, domain_dns = ?,\n                        phpini_perm_system = ?, phpini_perm_allow_url_fopen = ?, phpini_perm_display_errors = ?,\n                        phpini_perm_disable_functions = ?, phpini_perm_mail_function = ?, domain_external_mail = ?,\n                        web_folder_protection = ?,\n                        mail_quota = ?\n                    WHERE\n                        domain_id = ?\n                ',\n                [\n                    $data['domain_expires'], time(), $data['domain_mailacc_limit'], $data['domain_ftpacc_limit'],\n                    $data['domain_traffic_limit'], $data['domain_sqld_limit'], $data['domain_sqlu_limit'],\n                    $needDaemonRequest ? 'tochange' : 'ok', $data['domain_alias_limit'], $data['domain_subd_limit'],\n                    $data['domain_ip_id'], $data['domain_disk_limit'], $data['domain_php'], $data['domain_cgi'],\n                    implode('|', $data['allowbackup']), $data['domain_dns'],\n                    $phpini->getClientPermission('phpiniSystem'),\n                    $phpini->getClientPermission('phpiniAllowUrlFopen'),\n                    $phpini->getClientPermission('phpiniDisplayErrors'),\n                    $phpini->getClientPermission('phpiniDisableFunctions'),\n                    $phpini->getClientPermission('phpiniMailFunction'),\n                    $data['domain_external_mail'], $data['web_folder_protection'], $data['mail_quota'] * 1048576,\n                    $domainId\n                ]\n            );\n\n            if ($needDaemonRequest) {\n                exec_query(\n                    '\n                        UPDATE domain_aliasses\n                        SET alias_ip_id = ?, alias_status = ?\n                        WHERE domain_id = ?\n                        AND alias_status <> ?\n                    ',\n                    [$data['domain_ip_id'], 'tochange', $domainId, 'ordered']\n                );\n                exec_query(\n                    'UPDATE domain_aliasses SET alias_ip_id = ? WHERE domain_id = ? AND alias_status = ?',\n                    [$data['domain_ip_id'], $domainId, 'ordered']\n                );\n            }\n\n            // Sync mailboxes quota if needed\n            if ($data['fallback_mail_quota'] != ($data['mail_quota'] * 1048576)) {\n                sync_mailboxes_quota($domainId, $data['mail_quota'] * 1048576);\n            }\n\n            // Update Ftp quota limit if needed\n            if ($data['domain_disk_limit'] != $data['fallback_domain_disk_limit']) {\n                exec_query(\n                    '\n                        REPLACE INTO quotalimits (\n                            name, quota_type, per_session, limit_type, bytes_in_avail, bytes_out_avail,\n                            bytes_xfer_avail, files_in_avail, files_out_avail, files_xfer_avail\n                        ) VALUES (\n                            ?, ?, ?, ?, ?, ?, ?, ?, ?, ?\n                        )\n                    ',\n                    [\n                        $data['domain_name'], 'group', 'false', 'hard', $data['domain_disk_limit'] * 1048576, 0, 0, 0,\n                        0, 0\n                    ]\n                );\n            }\n\n            // Update reseller properties\n            update_reseller_c_props($data['reseller_id']);\n\n            EventAggregator::getInstance()->dispatch(\n                Events::onAfterEditDomain, ['domainId' => $domainId]\n            );\n\n            $db->commit();\n\n            if ($needDaemonRequest) {\n                send_request();\n                set_page_message(tr('Domain scheduled for update.'), 'success');\n            } else {\n                set_page_message(tr('Domain successfully updated.'), 'success');\n            }\n\n            $userLogged = isset($_SESSION['logged_from']) ? $_SESSION['logged_from'] : $_SESSION['user_logged'];\n            write_log(\n                sprintf('Domain %s has been updated by %s', decode_idna($data['domain_name']), $userLogged),\n                E_USER_NOTICE\n            );\n            return true;\n        }\n\n        Registry::set('errFieldsStack', $errFieldsStack);\n        return false;\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n}\n\n/**\n * Validates a new service limit\n *\n * @param int $newCustomerLimit New customer service limit\n * @param int $customerConsumption Customer consumption\n * @param int $customerLimit Limit for customer\n * @param int $resellerConsumption Reseller consumption\n * @param int $resellerLimit Limit for reseller\n * @param int $translatedServiceName Translation of service name\n * @return bool TRUE if new limit is valid, FALSE otherwise\n */\nfunction isValidServiceLimit(\n    $newCustomerLimit, $customerConsumption, $customerLimit, $resellerConsumption, $resellerLimit,\n    $translatedServiceName\n)\n{\n    // Please, don't change test order.\n    if (($resellerLimit == -1 || $resellerLimit > 0) && $newCustomerLimit == 0) {\n        set_page_message(\n            tr(\n                'The %s limit for this customer cannot be unlimited because your are limited for this service.',\n                $translatedServiceName\n            ),\n            'error'\n        );\n        return false;\n    }\n\n    if ($newCustomerLimit == -1 && $customerConsumption > 0) {\n        set_page_message(\n            tr(\n                \"The %s limit for this customer cannot be set to 'disabled' because he has already %d %s.\",\n                $translatedServiceName,\n                $customerConsumption,\n                $translatedServiceName\n            ),\n            'error'\n        );\n        return false;\n    }\n\n    if ($resellerLimit != 0\n        && $newCustomerLimit > ($resellerLimit - $resellerConsumption) + $customerLimit\n    ) {\n        set_page_message(\n            tr(\n                'The %s limit for this customer cannot be greater than %d, your calculated limit.',\n                $translatedServiceName,\n                ($resellerLimit - $resellerConsumption) + $customerLimit\n            ),\n            'error'\n        );\n        return false;\n    }\n\n    if ($newCustomerLimit != -1 && $newCustomerLimit != 0 && $newCustomerLimit < $customerConsumption) {\n        set_page_message(\n            tr(\n                'The %s limit for this customer cannot be lower than %d, the total of %s already used by him.',\n                $translatedServiceName,\n                round($customerConsumption),\n                $translatedServiceName\n            ),\n            'error'\n        );\n        return false;\n    }\n\n    return true;\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n$cfg = Registry::get('config');\n\nif (!isset($_GET['edit_id'])) {\n    showBadRequestErrorPage();\n}\n\n$domainId = intval($_GET['edit_id']);\n\nif (!empty($_POST) && reseller_checkAndUpdateData($domainId)) {\n    redirectTo('users.php');\n}\n\n$data =& getData($domainId);\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                             => 'shared/layouts/ui.tpl',\n    'page'                               => 'reseller/domain_edit.tpl',\n    'page_message'                       => 'layout',\n    'ip_entry'                           => 'page',\n    'subdomain_limit_block'              => 'page',\n    'domain_aliasses_limit_block'        => 'page',\n    'mail_accounts_limit_block'          => 'page',\n    'ftp_accounts_limit_block'           => 'page',\n    'sql_db_and_users_limit_block'       => 'page',\n    'ext_mail_block'                     => 'page',\n    'php_block'                          => 'page',\n    'php_editor_block'                   => 'php_block',\n    'php_editor_permissions_block'       => 'php_editor_block',\n    'php_editor_allow_url_fopen_block'   => 'php_editor_permissions_block',\n    'php_editor_display_errors_block'    => 'php_editor_permissions_block',\n    'php_editor_disable_functions_block' => 'php_editor_permissions_block',\n    'php_editor_mail_function_block'     => 'php_editor_permissions_block',\n    'php_editor_default_values_block'    => 'php_directives_editor_block',\n    'cgi_block'                          => 'page',\n    'custom_dns_records_feature'         => 'page',\n    'aps_block'                          => 'page',\n    'backup_block'                       => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                   => tohtml(tr('Reseller / Customers / Overview / Edit Domain')),\n    'EDIT_ID'                         => tohtml($domainId, 'htmlAttr'),\n    'TR_DOMAIN_OVERVIEW'              => tohtml(tr('Domain overview')),\n    'TR_DOMAIN_NAME'                  => tohtml(tr('Domain name')),\n    'DOMAIN_NAME'                     => tohtml(decode_idna($data['domain_name'])),\n    'TR_DOMAIN_EXPIRE_DATE'           => tohtml(tr('Domain expiration date')),\n    'DOMAIN_EXPIRE_DATE'              => tohtml($data['fallback_domain_expires'] != 0\n        ? date($cfg['DATE_FORMAT'], $data['fallback_domain_expires']) : tr('N/A')),\n    'TR_DOMAIN_NEW_EXPIRE_DATE'       => tohtml(tr('Domain new expiration date')),\n    'DOMAIN_NEW_EXPIRE_DATE'          => tohtml(\n        ($data['domain_expires'] != 0)\n            ? ($data['domain_expires_ok'] ? date('m/d/Y', $data['domain_expires']) : $data['domain_expires'])\n            : '',\n        'htmlAttr'\n    ),\n    'DOMAIN_NEW_EXPIRE_DATE_DISABLED' => $data['domain_never_expires'] == 'on' ? ' disabled' : '',\n    'TR_DOMAIN_NEVER_EXPIRES'         => tohtml(tr('Never')),\n    'DOMAIN_NEVER_EXPIRES_CHECKED'    => $data['domain_never_expires'] == 'on' ? ' checked' : '',\n    'TR_DOMAIN_IP'                    => tohtml(tr('Domain IP')),\n    'TR_UPDATE'                       => tohtml(tr('Update'), 'htmlAttr'),\n    'TR_CANCEL'                       => tohtml(tr('Cancel'))\n]);\n\nreseller_generate_ip_list($tpl, $_SESSION['user_id'], $data['domain_ip_id']);\ngenerateNavigation($tpl);\ngeneratePage($tpl, $data);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/domain_status_change.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (isset($_GET['domain_id'])) {\n    $domainId = intval($_GET['domain_id']);\n    $resellerId = intval($_SESSION['user_id']);\n\n    $stmt = exec_query(\n        '\n            SELECT admin_id, created_by, domain_status\n            FROM domain\n            JOIN admin ON(admin_id = domain_admin_id)\n            WHERE domain_id = ?\n            AND created_by = ?\n        ',\n        [$domainId, $resellerId]\n    );\n\n    if ($stmt->rowCount()) {\n        $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n        if ($row['domain_status'] == 'ok') {\n            change_domain_status($row['admin_id'], 'deactivate');\n        } elseif ($row['domain_status'] == 'disabled') {\n            change_domain_status($row['admin_id'], 'activate');\n        } else {\n            showBadRequestErrorPage();\n        }\n\n        redirectTo('users.php');\n    }\n}\n\nshowBadRequestErrorPage();\n"
  },
  {
    "path": "gui/public/reseller/hosting_plan.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $stmt = exec_query(\n        'SELECT id, name, status FROM hosting_plans WHERE reseller_id = ? ORDER BY id', $_SESSION['user_id']\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign('HOSTING_PLANS', '');\n        set_page_message(tr('No hosting plan available.'), 'static_info');\n        return;\n    }\n\n    $tpl->assign([\n        'TR_ID'     => tr('Id'),\n        'TR_NAME'   => tr('Name'),\n        'TR_STATUS' => tr('Status'),\n        'TR_EDIT'   => tr('Edit'),\n        'TR_ACTION' => tr('Actions'),\n        'TR_DELETE' => tr('Delete')\n    ]);\n\n    EventAggregator::getInstance()->registerListener('onGetJsTranslations', function (Event $e) {\n        $translations = $e->getParam('translations');\n        $translations['core']['hp_delete_confirmation'] = tr('Are you sure you want to delete this hosting plan?');\n    });\n\n    while ($row = $stmt->fetchRow()) {\n        $tpl->assign([\n            'ID'     => $row['id'],\n            'NAME'   => tohtml($row['name']),\n            'STATUS' => $row['status'] ? tr('Available') : tr('Unavailable'),\n        ]);\n        $tpl->parse('HOSTING_PLAN', '.hosting_plan');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'        => 'shared/layouts/ui.tpl',\n    'page'          => 'reseller/hosting_plan.tpl',\n    'page_message'  => 'layout',\n    'hosting_plans' => 'page',\n    'hosting_plan'  => 'hosting_plans'\n]);\n\n$tpl->assign('TR_PAGE_TITLE', tr('Reseller / Hosting Plans / Overview'));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/hosting_plan_add.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate PHP editor block\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePhpBlock(TemplateEngine $tpl)\n{\n    $phpini = PhpEditor::getInstance();\n\n    if (!$phpini->resellerHasPermission('phpiniSystem')) {\n        $tpl->assign('PHP_EDITOR_BLOCK', '');\n    }\n\n    $cfg = Registry::get('config');\n\n    $tpl->assign([\n        'PHP_EDITOR_YES'         => $phpini->clientHasPermission('phpiniSystem') ? ' checked' : '',\n        'PHP_EDITOR_NO'          => $phpini->clientHasPermission('phpiniSystem') ? '' : ' checked',\n        'TR_PHP_EDITOR'          => tr('PHP Editor'),\n        'TR_PHP_EDITOR_SETTINGS' => tr('PHP Settings'),\n        'TR_SETTINGS'            => tr('PHP Settings'),\n        'TR_DIRECTIVES_VALUES'   => tr('PHP Configuration options'),\n        'TR_FIELDS_OK'           => tr('All fields are valid.'),\n        'TR_MIB'                 => tr('MiB'),\n        'TR_SEC'                 => tr('Sec.')\n    ]);\n\n    EventAggregator::getInstance()->registerListener('onGetJsTranslations', function (Event $e) {\n        $translations = $e->getParam('translations');\n        $translations['core']['close'] = tr('Close');\n        $translations['core']['fields_ok'] = tr('All fields are valid.');\n        $translations['core']['out_of_range_value_error'] = tr('Value for the PHP %%s directive must be in range %%d to %%d.');\n        $translations['core']['lower_value_expected_error'] = tr('%%s cannot be greater than %%s.');\n    });\n\n    $permissionsBlock = false;\n\n    if (!$phpini->resellerHasPermission('phpiniAllowUrlFopen')) {\n        $tpl->assign('PHP_EDITOR_ALLOW_URL_FOPEN_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_CAN_EDIT_ALLOW_URL_FOPEN' => tr('Can edit the PHP %s configuration option', '<b>allow_url_fopen</b>'),\n            'ALLOW_URL_FOPEN_YES'         => $phpini->clientHasPermission('phpiniAllowUrlFopen') ? ' checked' : '',\n            'ALLOW_URL_FOPEN_NO'          => $phpini->clientHasPermission('phpiniAllowUrlFopen') ? '' : ' checked'\n        ]);\n        $permissionsBlock = true;\n    }\n\n    if (!$phpini->resellerHasPermission('phpiniDisplayErrors')) {\n        $tpl->assign('PHP_EDITOR_DISPLAY_ERRORS_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_CAN_EDIT_DISPLAY_ERRORS' => tr('Can edit the PHP %s configuration option', '<b>display_errors</b>'),\n            'DISPLAY_ERRORS_YES'         => $phpini->clientHasPermission('phpiniDisplayErrors') ? ' checked' : '',\n            'DISPLAY_ERRORS_NO'          => $phpini->clientHasPermission('phpiniDisplayErrors') ? '' : ' checked'\n        ]);\n        $permissionsBlock = true;\n    }\n\n    if ($cfg['HTTPD_SERVER'] == 'apache_itk') {\n        $tpl->assign([\n            'PHP_EDITOR_DISABLE_FUNCTIONS_BLOCK' => '',\n            'PHP_EDITOR_MAIL_FUNCTION_BLOCK'     => ''\n        ]);\n    } else {\n        if ($phpini->resellerHasPermission('phpiniDisableFunctions')) {\n            $tpl->assign([\n                'TR_CAN_EDIT_DISABLE_FUNCTIONS' => tr('Can edit the PHP %s configuration option', '<b>disable_functions</b>'),\n                'DISABLE_FUNCTIONS_YES'         => $phpini->getClientPermission('phpiniDisableFunctions') == 'yes' ? ' checked' : '',\n                'DISABLE_FUNCTIONS_NO'          => $phpini->getClientPermission('phpiniDisableFunctions') == 'no' ? ' checked' : '',\n                'TR_ONLY_EXEC'                  => tr('Only exec'),\n                'DISABLE_FUNCTIONS_EXEC'        => $phpini->getClientPermission('phpiniDisableFunctions') == 'exec' ? ' checked' : ''\n            ]);\n        } else {\n            $tpl->assign('PHP_EDITOR_DISABLE_FUNCTIONS_BLOCK', '');\n        }\n\n        if ($phpini->resellerHasPermission('phpiniMailFunction')) {\n            $tpl->assign([\n                'TR_CAN_USE_MAIL_FUNCTION' => tr('Can use the PHP %s function', '<b>mail</b>'),\n                'MAIL_FUNCTION_YES'        => $phpini->clientHasPermission('phpiniMailFunction') ? ' checked' : '',\n                'MAIL_FUNCTION_NO'         => $phpini->clientHasPermission('phpiniMailFunction') ? '' : ' checked'\n            ]);\n        } else {\n            $tpl->assign('PHP_EDITOR_MAIL_FUNCTION_BLOCK', '');\n        }\n\n        $permissionsBlock = true;\n    }\n\n    if (!$permissionsBlock) {\n        $tpl->assign('PHP_EDITOR_PERMISSIONS_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_PERMISSIONS' => tr('PHP Permissions'),\n            'TR_ONLY_EXEC'   => tr('Only exec')\n        ]);\n    }\n\n    $tpl->assign([\n        'TR_POST_MAX_SIZE'          => tr('PHP %s configuration option', '<b>post_max_size</b>'),\n        'POST_MAX_SIZE'             => tohtml($phpini->getDomainIni('phpiniPostMaxSize'), 'htmlAttr'),\n        'TR_UPLOAD_MAX_FILEZISE'    => tr('PHP %s configuration option', '<b>upload_max_filesize</b>'),\n        'UPLOAD_MAX_FILESIZE'       => tohtml($phpini->getDomainIni('phpiniUploadMaxFileSize'), 'htmlAttr'),\n        'TR_MAX_EXECUTION_TIME'     => tr('PHP %s configuration option', '<b>max_execution_time</b>'),\n        'MAX_EXECUTION_TIME'        => tohtml($phpini->getDomainIni('phpiniMaxExecutionTime'), 'htmlAttr'),\n        'TR_MAX_INPUT_TIME'         => tr('PHP %s configuration option', '<b>max_input_time</b>'),\n        'MAX_INPUT_TIME'            => tohtml($phpini->getDomainIni('phpiniMaxInputTime'), 'htmlAttr'),\n        'TR_MEMORY_LIMIT'           => tr('PHP %s configuration option', '<b>memory_limit</b>'),\n        'MEMORY_LIMIT'              => tohtml($phpini->getDomainIni('phpiniMemoryLimit'), 'htmlAttr'),\n        'POST_MAX_SIZE_LIMIT'       => tohtml($phpini->getResellerPermission('phpiniPostMaxSize'), 'htmlAttr'),\n        'UPLOAD_MAX_FILESIZE_LIMIT' => tohtml($phpini->getResellerPermission('phpiniUploadMaxFileSize'), 'htmlAttr'),\n        'MAX_EXECUTION_TIME_LIMIT'  => tohtml($phpini->getResellerPermission('phpiniMaxExecutionTime'), 'htmlAttr'),\n        'MAX_INPUT_TIME_LIMIT'      => tohtml($phpini->getResellerPermission('phpiniMaxInputTime'), 'htmlAttr'),\n        'MEMORY_LIMIT_LIMIT'        => tohtml($phpini->getResellerPermission('phpiniMemoryLimit'), 'htmlAttr')\n    ]);\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    global $name, $description, $sub, $als, $mail, $mailQuota, $ftp, $sqld, $sqlu, $traffic, $diskSpace, $php, $cgi,\n           $backup, $dns, $extMail, $webFolderProtection, $status;\n\n    $tpl->assign([\n        'NAME_VALUE'                 => tohtml($name, 'htmlAttr'),\n        'DESCRIPTION_VALUE'          => tohtml($description),\n        'MAX_SUB_LIMITS'             => tohtml($sub, 'htmlAttr'),\n        'MAX_ALS_VALUES'             => tohtml($als, 'htmlAttr'),\n        'MAIL_VALUE'                 => tohtml($mail, 'htmlAttr'),\n        'MAIL_QUOTA_VALUE'           => tohtml($mailQuota, 'htmlAttr'),\n        'FTP_VALUE'                  => tohtml($ftp, 'htmlAttr'),\n        'SQL_DB_VALUE'               => tohtml($sqld, 'htmlAttr'),\n        'SQL_USER_VALUE'             => tohtml($sqlu, 'htmlAttr'),\n        'TRAFF_VALUE'                => tohtml($traffic, 'htmlAttr'),\n        'DISK_VALUE'                 => tohtml($diskSpace, 'htmlAttr'),\n        'TR_PHP_YES'                 => $php == '_yes_' ? ' checked' : '',\n        'TR_PHP_NO'                  => $php == '_yes_' ? '' : 'checked',\n        'TR_CGI_YES'                 => $cgi == '_yes_' ? ' checked' : '',\n        'TR_CGI_NO'                  => $cgi == '_yes_' ? '' : ' checked',\n        'TR_DNS_YES'                 => $dns == '_yes_' ? ' checked' : '',\n        'TR_DNS_NO'                  => $dns == '_yes_' ? '' : ' checked',\n        'TR_EXTMAIL_YES'             => $extMail == '_yes_' ? ' checked' : '',\n        'TR_EXTMAIL_NO'              => $extMail == '_yes_' ? '' : ' checked',\n        'VL_BACKUPD'                 => in_array('_dmn_', $backup) ? ' checked' : '',\n        'VL_BACKUPS'                 => in_array('_sql_', $backup) ? ' checked' : '',\n        'VL_BACKUPM'                 => in_array('_mail_', $backup) ? ' checked' : '',\n        'TR_PROTECT_WEB_FOLDERS_YES' => $webFolderProtection == '_yes_' ? ' checked' : '',\n        'TR_PROTECT_WEB_FOLDERS_NO'  => $webFolderProtection == '_yes_' ? '' : ' checked',\n        'TR_STATUS_YES'              => $status ? ' checked' : ' checked',\n        'TR_STATUS_NO'               => $status ? '' : ' checked'\n    ]);\n\n    EventAggregator::getInstance()->registerListener('onGetJsTranslations', function (Event $e) {\n        $translations = $e->getParam('translations');\n        $translations['core']['error_field_stack'] = Registry::isRegistered('errFieldsStack')\n            ? Registry::get('errFieldsStack') : [];\n    });\n\n    if (!resellerHasFeature('subdomains')) {\n        $tpl->assign('NB_SUBDOMAIN', '');\n    }\n\n    if (!resellerHasFeature('domain_aliases')) {\n        $tpl->assign('NB_DOMAIN_ALIASES', '');\n    }\n\n    if (!resellerHasFeature('mail')) {\n        $tpl->assign('NB_MAIL', '');\n    }\n\n    if (!resellerHasFeature('ftp')) {\n        $tpl->assign('NB_FTP', '');\n    }\n\n    if (!resellerHasFeature('sql_db')) {\n        $tpl->assign('NB_SQLD', '');\n    }\n\n    if (!resellerHasFeature('sql_user')) {\n        $tpl->assign('NB_SQLU', '');\n    }\n\n    if (!resellerHasFeature('php')) {\n        $tpl->assign('PHP_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('php_editor')) {\n        $tpl->assign('PHP_EDITOR_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('cgi')) {\n        $tpl->assign('CGI_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('custom_dns_records')) {\n        $tpl->assign('CUSTOM_DNS_RECORDS_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('external_mail')) {\n        $tpl->assign('EXT_MAIL_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('backup')) {\n        $tpl->assign('BACKUP_FEATURE', '');\n    }\n\n    generatePhpBlock($tpl);\n}\n\n/**\n * Check input data\n *\n * @return bool TRUE if data are valid, FALSE otherwise\n */\nfunction checkInputData()\n{\n    global $name, $description, $sub, $als, $mail, $mailQuota, $ftp, $sqld, $sqlu, $traffic, $diskSpace, $php, $cgi,\n           $dns, $backup, $extMail, $webFolderProtection, $status;\n\n    $name = isset($_POST['name']) ? clean_input($_POST['name']) : $name;\n    $description = isset($_POST['description']) ? clean_input($_POST['description']) : $description;\n    $sub = isset($_POST['sub']) ? clean_input($_POST['sub']) : $sub;\n    $als = isset($_POST['als']) ? clean_input($_POST['als']) : $als;\n    $mail = isset($_POST['mail']) ? clean_input($_POST['mail']) : $mail;\n    $mailQuota = isset($_POST['mail_quota']) ? clean_input($_POST['mail_quota']) : $mailQuota;\n    $ftp = isset($_POST['ftp']) ? clean_input($_POST['ftp']) : $ftp;\n    $sqld = isset($_POST['sql_db']) ? clean_input($_POST['sql_db']) : $sqld;\n    $sqlu = isset($_POST['sql_user']) ? clean_input($_POST['sql_user']) : $sqlu;\n    $traffic = isset($_POST['traff']) ? clean_input($_POST['traff']) : $traffic;\n    $diskSpace = isset($_POST['disk']) ? clean_input($_POST['disk']) : $diskSpace;\n    $php = isset($_POST['php']) ? clean_input($_POST['php']) : $php;\n    $cgi = isset($_POST['cgi']) ? clean_input($_POST['cgi']) : $cgi;\n    $dns = isset($_POST['dns']) ? clean_input($_POST['dns']) : $dns;\n    $backup = isset($_POST['backup']) && is_array($_POST['backup']) ? $_POST['backup'] : $backup;\n    $extMail = isset($_POST['external_mail']) ? clean_input($_POST['external_mail']) : $extMail;\n    $webFolderProtection = isset($_POST['protected_webfolders']) ? clean_input($_POST['protected_webfolders']) : $webFolderProtection;\n    $status = isset($_POST['status']) ? clean_input($_POST['status']) : $status;\n\n    $php = $php === '_yes_' ? '_yes_' : '_no_';\n    $cgi = $cgi === '_yes_' ? '_yes_' : '_no_';\n    $dns = resellerHasFeature('custom_dns_records') && $dns === '_yes_' ? '_yes_' : '_no_';\n    $backup = resellerHasFeature('backup') ? array_intersect($backup, ['_dmn_', '_sql_', '_mail_']) : [];\n    $extMail = $extMail === '_yes_' ? '_yes_' : '_no_';\n    $webFolderProtection = $webFolderProtection === '_yes_' ? '_yes_' : '_no_';\n\n    $errFieldsStack = [];\n\n    if ($name === '') {\n        set_page_message(tr('Name cannot be empty.'), 'error');\n        $errFieldsStack[] = 'name';\n    }\n\n    if ($description === '') {\n        set_page_message(tr('Description cannot be empty.'), 'error');\n        $errFieldsStack[] = 'description';\n    }\n\n    if (!resellerHasFeature('subdomains')) {\n        $sub = '-1';\n    } elseif (!imscp_limit_check($sub, -1)) {\n        set_page_message(tr('Incorrect subdomains limit.'), 'error');\n        $errFieldsStack[] = 'sub';\n    }\n\n    if (!resellerHasFeature('domain_aliases')) {\n        $als = '-1';\n    } elseif (!imscp_limit_check($als, -1)) {\n        set_page_message(tr('Incorrect domain aliases limit.'), 'error');\n        $errFieldsStack[] = 'als';\n    }\n\n    if (!resellerHasFeature('mail')) {\n        $mail = '-1';\n    } elseif (!imscp_limit_check($mail, -1)) {\n        set_page_message(tr('Incorrect mail accounts limit.'), 'error');\n        $errFieldsStack[] = 'mail';\n    }\n\n    if (!resellerHasFeature('ftp')) {\n        $ftp = '-1';\n    } elseif (!imscp_limit_check($ftp, -1)) {\n        set_page_message(tr('Incorrect FTP accounts limit.'), 'error');\n        $errFieldsStack[] = 'ftp';\n    }\n\n    if (!resellerHasFeature('sql_db')) {\n        $sqld = '-1';\n    } elseif (!imscp_limit_check($sqld, -1)) {\n        set_page_message(tr('Incorrect SQL databases limit.'), 'error');\n        $errFieldsStack[] = 'sql_db';\n    } elseif ($sqlu != -1 && $sqld == -1) {\n        set_page_message(tr('SQL user limit is disabled.'), 'error');\n        $errFieldsStack[] = 'sql_db';\n        $errFieldsStack[] = 'sql_user';\n    }\n\n    if (!resellerHasFeature('sql_user')) {\n        $sqlu = '-1';\n    } elseif (!imscp_limit_check($sqlu, -1)) {\n        set_page_message(tr('Incorrect SQL users limit.'), 'error');\n        $errFieldsStack[] = 'sql_user';\n    } elseif ($sqlu == -1 && $sqld != -1) {\n        set_page_message(tr('SQL databases limit is not disabled.'), 'error');\n        $errFieldsStack[] = 'sql_user';\n        $errFieldsStack[] = 'sql_db';\n    }\n\n    if (!imscp_limit_check($traffic, NULL)) {\n        set_page_message(tr('Incorrect monthly traffic limit.'), 'error');\n        $errFieldsStack[] = 'traff';\n    }\n\n    if (!imscp_limit_check($diskSpace, NULL)) {\n        set_page_message(tr('Incorrect disk space limit.'), 'error');\n        $errFieldsStack[] = 'disk';\n    }\n\n    if ($mail != '-1') {\n        if (!imscp_limit_check($mailQuota, NULL)) {\n            set_page_message(tr('Wrong syntax for the mail quota value.'), 'error');\n            $errFieldsStack[] = 'mail_quota';\n        } elseif ($diskSpace != 0 && $mailQuota > $diskSpace) {\n            set_page_message(tr('Mail quota cannot be bigger than disk space limit.'), 'error');\n            $errFieldsStack[] = 'mail_quota';\n        } elseif ($diskSpace != 0 && $mailQuota == 0) {\n            set_page_message(tr('Mail quota cannot be unlimited. Max value is %d MiB.', $diskSpace), 'error');\n            $errFieldsStack[] = 'mail_quota';\n        }\n    } else {\n        $mailQuota = $diskSpace;\n    }\n\n    $phpini = PhpEditor::getInstance();\n\n    if (isset($_POST['php_ini_system']) && $php != '_no_' && $phpini->resellerHasPermission('phpiniSystem')) {\n        $phpini->setClientPermission('phpiniSystem', clean_input($_POST['php_ini_system']));\n\n        if ($phpini->clientHasPermission('phpiniSystem')) {\n            if (isset($_POST['phpini_perm_allow_url_fopen'])) {\n                $phpini->setClientPermission('phpiniAllowUrlFopen', clean_input($_POST['phpini_perm_allow_url_fopen']));\n            }\n\n            if (isset($_POST['phpini_perm_display_errors'])) {\n                $phpini->setClientPermission('phpiniDisplayErrors', clean_input($_POST['phpini_perm_display_errors']));\n            }\n\n            if (isset($_POST['phpini_perm_disable_functions'])) {\n                $phpini->setClientPermission('phpiniDisableFunctions', clean_input($_POST['phpini_perm_disable_functions']));\n            }\n\n            if (isset($_POST['phpini_perm_mail_function'])) {\n                $phpini->setClientPermission('phpiniMailFunction', clean_input($_POST['phpini_perm_mail_function']));\n            }\n\n            if (isset($_POST['memory_limit'])) { // Must be set before phpiniPostMaxSize\n                $phpini->setDomainIni('phpiniMemoryLimit', clean_input($_POST['memory_limit']));\n            }\n\n            if (isset($_POST['post_max_size'])) { // Must be set before phpiniUploadMaxFileSize\n                $phpini->setDomainIni('phpiniPostMaxSize', clean_input($_POST['post_max_size']));\n            }\n\n            if (isset($_POST['upload_max_filesize'])) {\n                $phpini->setDomainIni('phpiniUploadMaxFileSize', clean_input($_POST['upload_max_filesize']));\n            }\n\n            if (isset($_POST['max_execution_time'])) {\n                $phpini->setDomainIni('phpiniMaxExecutionTime', clean_input($_POST['max_execution_time']));\n            }\n\n            if (isset($_POST['max_input_time'])) {\n                $phpini->setDomainIni('phpiniMaxInputTime', clean_input($_POST['max_input_time']));\n            }\n        }\n    }\n\n    if (!empty($errFieldsStack)) {\n        Registry::set('errFieldsStack', $errFieldsStack);\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Add hosting plan\n *\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction addHostingPlan()\n{\n    global $name, $description, $sub, $als, $mail, $mailQuota, $ftp, $sqld, $sqlu, $traffic, $diskSpace, $php, $cgi,\n           $dns, $backup, $extMail, $webFolderProtection, $status;\n\n    $stmt = exec_query('SELECT id FROM hosting_plans WHERE name = ? AND reseller_id = ? LIMIT 1', [\n        $name, $_SESSION['user_id']\n    ]);\n\n    if ($stmt->rowCount()) {\n        set_page_message(tr('A hosting plan with same name already exists.'), 'error');\n        return false;\n    }\n\n    $phpini = PhpEditor::getInstance();\n    $props = \"$php;$cgi;$sub;$als;$mail;$ftp;$sqld;$sqlu;$traffic;$diskSpace;\" . implode('|', $backup) . \";$dns\";\n    $props .= ';' . $phpini->getClientPermission('phpiniSystem');\n    $props .= ';' . $phpini->getClientPermission('phpiniAllowUrlFopen');\n    $props .= ';' . $phpini->getClientPermission('phpiniDisplayErrors');\n    $props .= ';' . $phpini->getClientPermission('phpiniDisableFunctions');\n    $props .= ';' . $phpini->getClientPermission('phpiniMailFunction');\n    $props .= ';' . $phpini->getDomainIni('phpiniPostMaxSize');\n    $props .= ';' . $phpini->getDomainIni('phpiniUploadMaxFileSize');\n    $props .= ';' . $phpini->getDomainIni('phpiniMaxExecutionTime');\n    $props .= ';' . $phpini->getDomainIni('phpiniMaxInputTime');\n    $props .= ';' . $phpini->getDomainIni('phpiniMemoryLimit');\n    $props .= ';' . $extMail . ';' . $webFolderProtection . ';' . $mailQuota * 1048576;\n\n    if (!reseller_limits_check($_SESSION['user_id'], $props)) {\n        set_page_message(tr('Hosting plan limits exceed your limits.'), 'error');\n        return false;\n    }\n\n    exec_query('INSERT INTO hosting_plans(reseller_id, name, description, props, status) VALUES (?, ?, ?, ?, ?)', [\n        $_SESSION['user_id'], $name, $description, $props, $status\n    ]);\n\n    return true;\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n// Initialize global variables\n$name = $description = '';\n$sub = $als = $mail = $mailQuota = $ftp = $sqld = $sqlu = $traffic = $diskSpace = 0;\n$php = $cgi = $dns = $extMail = '_no_';\n$webFolderProtection = '_yes_';\n$status = 1;\n$backup = [];\n\n$phpini = PhpEditor::getInstance();\n$phpini->loadResellerPermissions($_SESSION['user_id']); // Load reseller permissions\n$phpini->loadClientPermissions(); // Load client default PHP permissions\n$phpini->loadDomainIni(); // Load domain default PHP configuration options\n\nif (!empty($_POST) && checkInputData() && addHostingPlan()) {\n    set_page_message(tr('Hosting plan successfully created.'), 'success');\n    redirectTo('hosting_plan.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                             => 'shared/layouts/ui.tpl',\n    'page'                               => 'reseller/hosting_plan_add.tpl',\n    'page_message'                       => 'layout',\n    'nb_subdomains'                      => 'page',\n    'nb_domain_aliases'                  => 'page',\n    'nb_mail'                            => 'page',\n    'nb_ftp'                             => 'page',\n    'nb_sqld'                            => 'page',\n    'nb_sqlu'                            => 'page',\n    'php_feature'                        => 'page',\n    'php_editor_feature'                 => 'page',\n    'php_editor_permissions_block'       => 'php_editor_feature',\n    'php_editor_allow_url_fopen_block'   => 'php_editor_permissions_block',\n    'php_editor_display_errors_block'    => 'php_editor_permissions_block',\n    'php_editor_disable_functions_block' => 'php_editor_permissions_block',\n    'php_editor_mail_function_block'     => 'php_editor_permissions_block',\n    'php_editor_default_values_block'    => 'php_editor_feature',\n    'cgi_feature'                        => 'page',\n    'custom_dns_records_feature'         => 'page',\n    'backup_feature'                     => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tr('Reseller / Hosting Plans / Add Hosting Plan'),\n    'TR_HOSTING_PLAN'               => tr('Hosting plan'),\n    'TR_NAME'                       => tr('Name'),\n    'TR_DESCRIPTON'                 => tr('Description'),\n    'TR_HOSTING_PLAN_LIMITS'        => tr('Limits'),\n    'TR_MAX_SUBDOMAINS'             => tr('Subdomains limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAX_ALIASES'                => tr('Domain aliases limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAX_MAILACCOUNTS'           => tr('Mail accounts limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAIL_QUOTA'                 => tr('Mail quota [MiB]') . '<br/><i>(0 ∞)</i>',\n    'TR_MAX_FTP'                    => tr('FTP accounts limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAX_SQL'                    => tr('SQL databases limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAX_SQL_USERS'              => tr('SQL users limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAX_TRAFFIC'                => tr('Monthly traffic limit [MiB]') . '<br/><i>(0 ∞)</i>',\n    'TR_DISK_LIMIT'                 => tr('Disk space limit [MiB]') . '<br/><i>(0 ∞)</i>',\n    'TR_HOSTING_PLAN_FEATURES'      => tr('Features'),\n    'TR_PHP'                        => tr('PHP'),\n    'TR_CGI'                        => tr('CGI'),\n    'TR_DNS'                        => tr('Custom DNS records'),\n    'TR_BACKUP'                     => tr('Backup'),\n    'TR_BACKUP_DOMAIN'              => tr('Domain'),\n    'TR_BACKUP_SQL'                 => tr('SQL'),\n    'TR_BACKUP_MAIL'                => tr('Mail'),\n    'TR_EXTMAIL'                    => tr('External mail server'),\n    'TR_WEB_FOLDER_PROTECTION'      => tr('Web folder protection'),\n    'TR_WEB_FOLDER_PROTECTION_HELP' => tr('If set to `yes`, Web folders will be protected against deletion.'),\n    'TR_HP_AVAILABILITY'            => tr('Hosting plan availability'),\n    'TR_STATUS'                     => tr('Available'),\n    'TR_YES'                        => tr('yes'),\n    'TR_NO'                         => tr('no'),\n    'TR_ADD'                        => tr('Add'),\n    'TR_CANCEL'                     => tr('Cancel')\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/hosting_plan_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (!isset($_GET['id'])) {\n    showBadRequestErrorPage();\n}\n\n$stmt = exec_query('DELETE FROM hosting_plans WHERE id = ? AND reseller_id = ?', [\n    intval($_GET['id']), $_SESSION['user_id']\n]);\n\nif ($stmt->rowCount()) {\n    set_page_message(tr('Hosting plan successfully deleted.'), 'success');\n    redirectTo('hosting_plan.php');\n}\n\nshowBadRequestErrorPage();\n"
  },
  {
    "path": "gui/public/reseller/hosting_plan_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Load hosting plan\n *\n * @return bool TRUE on success, FALSE on failure\n */\nfunction loadHostingPlan()\n{\n    global $name, $description, $sub, $als, $mail, $mailQuota, $ftp, $sqld, $sqlu, $traffic, $diskSpace, $php, $cgi,\n           $id, $backup, $dns, $extMail, $webFolderProtection, $status;\n\n    $stmt = exec_query('SELECT * FROM hosting_plans WHERE id = ? AND reseller_id = ?', [$id, $_SESSION['user_id']]);\n    if (!$stmt->rowCount()) {\n        return false;\n    }\n\n    $data = $stmt->fetchRow();\n    $name = $data['name'];\n    $description = $data['description'];\n    $status = $data['status'];\n\n    list(\n        $php, $cgi, $sub, $als, $mail, $ftp, $sqld, $sqlu, $traffic, $diskSpace, $backup, $dns, $phpEditor,\n        $phpAllowUrlFopen, $phpDisplayErrors, $phpDisableFunctions, $phpiniMailFunction, $phpPostMaxSizeValue,\n        $phpUploadMaxFilesizeValue, $phpMaxExecutionTimeValue, $phpMaxInputTimeValue, $phpMemoryLimitValue, $extMail,\n        $webFolderProtection, $mailQuota\n        ) = explode(';', $data['props']);\n\n    $backup = explode('|', $backup);\n    $mailQuota = $mailQuota / 1048576;\n\n    $phpini = PhpEditor::getInstance();\n    $phpini->loadResellerPermissions($_SESSION['user_id']); // Load reseller permissions\n    $phpini->loadClientPermissions(); // Load client default PHP permissions\n    $phpini->loadDomainIni(); // Load domain default PHP configuration options\n\n    $phpini->setClientPermission('phpiniSystem', $phpEditor);\n    $phpini->setClientPermission('phpiniAllowUrlFopen', $phpAllowUrlFopen);\n    $phpini->setClientPermission('phpiniDisplayErrors', $phpDisplayErrors);\n    $phpini->setClientPermission('phpiniDisableFunctions', $phpDisableFunctions);\n    $phpini->setClientPermission('phpiniMailFunction', $phpiniMailFunction);\n    $phpini->setDomainIni('phpiniMemoryLimit', $phpMemoryLimitValue); // Must be set before phpiniPostMaxSize\n    $phpini->setDomainIni('phpiniPostMaxSize', $phpPostMaxSizeValue); // Must be set before phpiniUploadMaxFileSize\n    $phpini->setDomainIni('phpiniUploadMaxFileSize', $phpUploadMaxFilesizeValue);\n    $phpini->setDomainIni('phpiniMaxExecutionTime', $phpMaxExecutionTimeValue);\n    $phpini->setDomainIni('phpiniMaxInputTime', $phpMaxInputTimeValue);\n    $phpini->setDomainIni('phpiniMemoryLimit', $phpMemoryLimitValue);\n    return true;\n}\n\n/**\n * Generate PHP editor block\n *\n * @param TemplateEngine $tpl\n * @return void\n */\nfunction generatePhpBlock(TemplateEngine $tpl)\n{\n    $phpini = PhpEditor::getInstance();\n\n    if (!$phpini->resellerHasPermission('phpiniSystem')) {\n        $tpl->assign('PHP_EDITOR_BLOCK', '');\n    }\n\n    $tpl->assign([\n        'PHP_EDITOR_YES'         => $phpini->clientHasPermission('phpiniSystem') ? ' checked' : '',\n        'PHP_EDITOR_NO'          => $phpini->clientHasPermission('phpiniSystem') ? '' : ' checked',\n        'TR_PHP_EDITOR'          => tr('PHP Editor'),\n        'TR_PHP_EDITOR_SETTINGS' => tr('PHP Settings'),\n        'TR_SETTINGS'            => tr('PHP Settings'),\n        'TR_DIRECTIVES_VALUES'   => tr('PHP Configuration options'),\n        'TR_FIELDS_OK'           => tr('All fields are valid.'),\n        'TR_MIB'                 => tr('MiB'),\n        'TR_SEC'                 => tr('Sec.')\n    ]);\n\n    EventAggregator::getInstance()->registerListener('onGetJsTranslations', function (Event $e) {\n        $translations = $e->getParam('translations');\n        $translations['core']['close'] = tr('Close');\n        $translations['core']['fields_ok'] = tr('All fields are valid.');\n        $translations['core']['out_of_range_value_error'] = tr('Value for the PHP %%s directive must be in range %%d to %%d.');\n        $translations['core']['lower_value_expected_error'] = tr('%%s cannot be greater than %%s.');\n    });\n\n    $permissionsBlock = false;\n\n    if (!$phpini->resellerHasPermission('phpiniAllowUrlFopen')) {\n        $tpl->assign('PHP_EDITOR_ALLOW_URL_FOPEN_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_CAN_EDIT_ALLOW_URL_FOPEN' => tr('Can edit the PHP %s configuration option', '<b>allow_url_fopen</b>'),\n            'ALLOW_URL_FOPEN_YES'         => $phpini->clientHasPermission('phpiniAllowUrlFopen') ? ' checked' : '',\n            'ALLOW_URL_FOPEN_NO'          => $phpini->clientHasPermission('phpiniAllowUrlFopen') ? '' : ' checked'\n        ]);\n        $permissionsBlock = true;\n    }\n\n    if (!$phpini->resellerHasPermission('phpiniDisplayErrors')) {\n        $tpl->assign('PHP_EDITOR_DISPLAY_ERRORS_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_CAN_EDIT_DISPLAY_ERRORS' => tr('Can edit the PHP %s configuration option', '<b>display_errors</b>'),\n            'DISPLAY_ERRORS_YES'         => $phpini->clientHasPermission('phpiniDisplayErrors') ? ' checked' : '',\n            'DISPLAY_ERRORS_NO'          => $phpini->clientHasPermission('phpiniDisplayErrors') ? '' : ' checked'\n        ]);\n        $permissionsBlock = true;\n    }\n\n    $cfg = Registry::get('config');\n\n    if ($cfg['HTTPD_SERVER'] == 'apache_itk') {\n        $tpl->assign([\n            'PHP_EDITOR_DISABLE_FUNCTIONS_BLOCK' => '',\n            'PHP_EDITOR_MAIL_FUNCTION_BLOCK'     => ''\n        ]);\n    } else {\n        if ($phpini->resellerHasPermission('phpiniDisableFunctions')) {\n            $tpl->assign([\n                'TR_CAN_EDIT_DISABLE_FUNCTIONS' => tr('Can edit the PHP %s configuration option', '<b>disable_functions</b>'),\n                'DISABLE_FUNCTIONS_YES'         => $phpini->getClientPermission('phpiniDisableFunctions') == 'yes' ? ' checked' : '',\n                'DISABLE_FUNCTIONS_NO'          => $phpini->getClientPermission('phpiniDisableFunctions') == 'no' ? ' checked' : '',\n                'TR_ONLY_EXEC'                  => tr('Only exec'),\n                'DISABLE_FUNCTIONS_EXEC'        => $phpini->getClientPermission('phpiniDisableFunctions') == 'exec' ? ' checked' : '',\n            ]);\n        } else {\n            $tpl->assign('PHP_EDITOR_DISABLE_FUNCTIONS_BLOCK', '');\n        }\n\n        if ($phpini->resellerHasPermission('phpiniMailFunction')) {\n            $tpl->assign([\n                'TR_CAN_USE_MAIL_FUNCTION' => tr('Can use the PHP %s function', '<b>mail</b>'),\n                'MAIL_FUNCTION_YES'        => $phpini->clientHasPermission('phpiniMailFunction') ? ' checked' : '',\n                'MAIL_FUNCTION_NO'         => $phpini->clientHasPermission('phpiniMailFunction') ? '' : ' checked'\n            ]);\n        } else {\n            $tpl->assign('PHP_EDITOR_MAIL_FUNCTION_BLOCK', '');\n        }\n\n        $permissionsBlock = true;\n    }\n\n    if (!$permissionsBlock) {\n        $tpl->assign('PHP_EDITOR_PERMISSIONS_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_PERMISSIONS' => tr('PHP Permissions'),\n            'TR_ONLY_EXEC'   => tr('Only exec')\n        ]);\n    }\n\n    $tpl->assign([\n        'TR_POST_MAX_SIZE'          => tr('PHP %s configuration option', '<b>post_max_size</b>'),\n        'POST_MAX_SIZE'             => tohtml($phpini->getDomainIni('phpiniPostMaxSize'), 'htmlAttr'),\n        'TR_UPLOAD_MAX_FILEZISE'    => tr('PHP %s configuration option', '<b>upload_max_filesize</b>'),\n        'UPLOAD_MAX_FILESIZE'       => tohtml($phpini->getDomainIni('phpiniUploadMaxFileSize'), 'htmlAttr'),\n        'TR_MAX_EXECUTION_TIME'     => tr('PHP %s configuration option', '<b>max_execution_time</b>'),\n        'MAX_EXECUTION_TIME'        => tohtml($phpini->getDomainIni('phpiniMaxExecutionTime'), 'htmlAttr'),\n        'TR_MAX_INPUT_TIME'         => tr('PHP %s configuration option', '<b>max_input_time</b>'),\n        'MAX_INPUT_TIME'            => tohtml($phpini->getDomainIni('phpiniMaxInputTime'), 'htmlAttr'),\n        'TR_MEMORY_LIMIT'           => tr('PHP %s configuration option', '<b>memory_limit</b>'),\n        'MEMORY_LIMIT'              => tohtml($phpini->getDomainIni('phpiniMemoryLimit'), 'htmlAttr'),\n        'POST_MAX_SIZE_LIMIT'       => tohtml($phpini->getResellerPermission('phpiniPostMaxSize'), 'htmlAttr'),\n        'UPLOAD_MAX_FILESIZE_LIMIT' => tohtml($phpini->getResellerPermission('phpiniUploadMaxFileSize'), 'htmlAttr'),\n        'MAX_EXECUTION_TIME_LIMIT'  => tohtml($phpini->getResellerPermission('phpiniMaxExecutionTime'), 'htmlAttr'),\n        'MAX_INPUT_TIME_LIMIT'      => tohtml($phpini->getResellerPermission('phpiniMaxInputTime'), 'htmlAttr'),\n        'MEMORY_LIMIT_LIMIT'        => tohtml($phpini->getResellerPermission('phpiniMemoryLimit'), 'htmlAttr')\n    ]);\n}\n\n/**\n * Generate page\n *\n * @param $tpl TemplateEngine\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    global $id, $name, $description, $sub, $als, $mail, $mailQuota, $ftp, $sqld, $sqlu, $traffic, $diskSpace, $php, $cgi,\n           $backup, $dns, $extMail, $webFolderProtection, $status;\n\n    $tpl->assign([\n        'ID'                      => tohtml($id, 'htmlAttr'),\n        'NAME'                    => tohtml($name, 'htmlAttr'),\n        'DESCRIPTION'             => tohtml($description),\n        'MAX_SUB'                 => tohtml($sub, 'htmlAttr'),\n        'MAX_ALS'                 => tohtml($als, 'htmlAttr'),\n        'MAX_MAIL'                => tohtml($mail, 'htmlAttr'),\n        'MAIL_QUOTA'              => tohtml($mailQuota, 'htmlAttr'),\n        'MAX_FTP'                 => tohtml($ftp, 'htmlAttr'),\n        'MAX_SQLD'                => tohtml($sqld, 'htmlAttr'),\n        'MAX_SQLU'                => tohtml($sqlu, 'htmlAttr'),\n        'MONTHLY_TRAFFIC'         => tohtml($traffic, 'htmlAttr'),\n        'MAX_DISKSPACE'           => tohtml($diskSpace, 'htmlAttr'),\n        'PHP_YES'                 => $php == '_yes_' ? ' checked' : '',\n        'PHP_NO'                  => $php == '_yes_' ? '' : ' checked',\n        'CGI_YES'                 => $cgi == '_yes_' ? ' checked' : '',\n        'CGI_NO'                  => $cgi == '_yes_' ? '' : ' checked',\n        'DNS_YES'                 => $dns == '_yes_' ? ' checked' : '',\n        'DNS_NO'                  => $dns == '_yes_' ? '' : ' checked',\n        'EXTMAIL_YES'             => $extMail == '_yes_' ? ' checked' : '',\n        'EXTMAIL_NO'              => $extMail == '_yes_' ? '' : ' checked',\n        'BACKUPD'                 => in_array('_dmn_', $backup) ? ' checked' : '',\n        'BACKUPS'                 => in_array('_sql_', $backup) ? ' checked' : '',\n        'BACKUPM'                 => in_array('_mail_', $backup) ? ' checked' : '',\n        'PROTECT_WEB_FOLDERS_YES' => $webFolderProtection == '_yes_' ? ' checked' : '',\n        'PROTECT_WEB_FOLDERS_NO'  => $webFolderProtection == '_yes_' ? '' : ' checked',\n        'STATUS_YES'              => $status ? ' checked' : '',\n        'STATUS_NO'               => !$status ? ' checked' : ''\n    ]);\n\n    EventAggregator::getInstance()->registerListener('onGetJsTranslations', function (Event $e) {\n        $translations = $e->getParam('translations');\n        $translations['core']['error_field_stack'] = Registry::isRegistered('errFieldsStack')\n            ? Registry::get('errFieldsStack') : [];\n    });\n\n    if (!resellerHasFeature('subdomains')) {\n        $tpl->assign('NB_SUBDOMAIN', '');\n    }\n\n    if (!resellerHasFeature('domain_aliases')) {\n        $tpl->assign('NB_DOMAIN_ALIASES', '');\n    }\n\n    if (!resellerHasFeature('mail')) {\n        $tpl->assign('NB_MAIL', '');\n    }\n\n    if (!resellerHasFeature('ftp')) {\n        $tpl->assign('NB_FTP', '');\n    }\n\n    if (!resellerHasFeature('sql_db')) {\n        $tpl->assign('NB_SQLD', '');\n    }\n\n    if (!resellerHasFeature('sql_user')) {\n        $tpl->assign('NB_SQLU', '');\n    }\n\n    if (!resellerHasFeature('php')) {\n        $tpl->assign('PHP_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('php_editor')) {\n        $tpl->assign('PHP_EDITOR_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('cgi')) {\n        $tpl->assign('CGI_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('custom_dns_records')) {\n        $tpl->assign('CUSTOM_DNS_RECORDS_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('external_mail')) {\n        $tpl->assign('EXT_MAIL_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('backup')) {\n        $tpl->assign('BACKUP_FEATURE', '');\n    }\n\n    generatePhpBlock($tpl);\n}\n\n/**\n * Check input data\n *\n * @return bool TRUE if data are valid, FALSE otherwise\n */\nfunction checkInputData()\n{\n    global $name, $description, $sub, $als, $mail, $mailQuota, $ftp, $sqld, $sqlu, $traffic, $diskSpace, $php, $cgi,\n           $dns, $backup, $extMail, $webFolderProtection, $status;\n\n    $name = isset($_POST['name']) ? clean_input($_POST['name']) : $name;\n    $description = isset($_POST['description']) ? clean_input($_POST['description']) : $description;\n    $sub = isset($_POST['sub']) ? clean_input($_POST['sub']) : $sub;\n    $als = isset($_POST['als']) ? clean_input($_POST['als']) : $als;\n    $mail = isset($_POST['mail']) ? clean_input($_POST['mail']) : $mail;\n    $mailQuota = isset($_POST['mail_quota']) ? clean_input($_POST['mail_quota']) : $mailQuota;\n    $ftp = isset($_POST['ftp']) ? clean_input($_POST['ftp']) : $ftp;\n    $sqld = isset($_POST['sql_db']) ? clean_input($_POST['sql_db']) : $sqld;\n    $sqlu = isset($_POST['sql_user']) ? clean_input($_POST['sql_user']) : $sqlu;\n    $traffic = isset($_POST['traff']) ? clean_input($_POST['traff']) : $traffic;\n    $diskSpace = isset($_POST['disk']) ? clean_input($_POST['disk']) : $diskSpace;\n    $php = isset($_POST['php']) ? clean_input($_POST['php']) : $php;\n    $cgi = isset($_POST['cgi']) ? clean_input($_POST['cgi']) : $cgi;\n    $dns = isset($_POST['dns']) ? clean_input($_POST['dns']) : $dns;\n    $backup = isset($_POST['backup']) && is_array($_POST['backup']) ? $_POST['backup'] : $backup;\n    $extMail = isset($_POST['external_mail']) ? clean_input($_POST['external_mail']) : $extMail;\n    $webFolderProtection = isset($_POST['protected_webfolders']) ? clean_input($_POST['protected_webfolders']) : $webFolderProtection;\n    $status = isset($_POST['status']) ? clean_input($_POST['status']) : $status;\n\n    $php = $php === '_yes_' ? '_yes_' : '_no_';\n    $cgi = $cgi === '_yes_' ? '_yes_' : '_no_';\n    $dns = resellerHasFeature('custom_dns_records') && $dns === '_yes_' ? '_yes_' : '_no_';\n    $backup = resellerHasFeature('backup') ? array_intersect($backup, ['_dmn_', '_sql_', '_mail_']) : [];\n    $extMail = $extMail === '_yes_' ? '_yes_' : '_no_';\n    $webFolderProtection = $webFolderProtection === '_yes_' ? '_yes_' : '_no_';\n\n    $errFieldsStack = [];\n\n    if ($name === '') {\n        set_page_message(tr('Name cannot be empty.'), 'error');\n        $errFieldsStack[] = 'name';\n    }\n\n    if ($description === '') {\n        set_page_message(tr('Description cannot be empty.'), 'error');\n        $errFieldsStack[] = 'description';\n    }\n\n    if (!resellerHasFeature('subdomains')) {\n        $sub = '-1';\n    } elseif (!imscp_limit_check($sub, -1)) {\n        set_page_message(tr('Incorrect subdomain limit.'), 'error');\n        $errFieldsStack[] = 'sub';\n    }\n\n    if (!resellerHasFeature('domain_aliases')) {\n        $als = '-1';\n    } elseif (!imscp_limit_check($als, -1)) {\n        set_page_message(tr('Incorrect domain aliases limit.'), 'error');\n        $errFieldsStack[] = 'als';\n    }\n\n    if (!resellerHasFeature('mail')) {\n        $mail = '-1';\n    } elseif (!imscp_limit_check($mail, -1)) {\n        set_page_message(tr('Incorrect mail account limit.'), 'error');\n        $errFieldsStack[] = 'mail';\n    }\n\n    if (!resellerHasFeature('ftp')) {\n        $ftp = '-1';\n    } elseif (!imscp_limit_check($ftp, -1)) {\n        set_page_message(tr('Incorrect FTP accounts limit.'), 'error');\n        $errFieldsStack[] = 'ftp';\n    }\n\n    if (!resellerHasFeature('sql_db')) {\n        $sqld = '-1';\n    } elseif (!imscp_limit_check($sqld, -1)) {\n        set_page_message(tr('Incorrect SQL databases limit.'), 'error');\n        $errFieldsStack[] = 'sql_db';\n    } elseif ($sqlu != -1 && $sqld == -1) {\n        set_page_message(tr('SQL user limit is <i>disabled</i>.'), 'error');\n        $errFieldsStack[] = 'sql_db';\n        $errFieldsStack[] = 'sql_user';\n    }\n\n    if (!resellerHasFeature('sql_user')) {\n        $sqlu = '-1';\n    } elseif (!imscp_limit_check($sqlu, -1)) {\n        set_page_message(tr('Incorrect SQL user limit.'), 'error');\n        $errFieldsStack[] = 'sql_user';\n    } elseif ($sqlu == -1 && $sqld != -1) {\n        set_page_message(tr('SQL database limit is not <i>disabled</i>.'), 'error');\n        $errFieldsStack[] = 'sql_user';\n        $errFieldsStack[] = 'sql_db';\n    }\n\n    if (!imscp_limit_check($traffic, NULL)) {\n        set_page_message(tr('Incorrect monthly traffic limit.'), 'error');\n        $errFieldsStack[] = 'traff';\n    }\n\n    if (!imscp_limit_check($diskSpace, NULL)) {\n        set_page_message(tr('Incorrect disk space limit.'), 'error');\n        $errFieldsStack[] = 'disk';\n    }\n\n    if ($mail != '-1') {\n        if (!imscp_limit_check($mailQuota, NULL)) {\n            set_page_message(tr('Wrong syntax for the mail quota value.'), 'error');\n            $errFieldsStack[] = 'mail_quota';\n        } elseif ($diskSpace != 0 && $mailQuota > $diskSpace) {\n            set_page_message(tr('Mail quota cannot be bigger than disk space limit.'), 'error');\n            $errFieldsStack[] = 'mail_quota';\n        } elseif ($diskSpace != 0 && $mailQuota == 0) {\n            set_page_message(tr('Mail quota cannot be unlimited. Max value is %d MiB.', $diskSpace), 'error');\n            $errFieldsStack[] = 'mail_quota';\n        }\n    } else {\n        $mailQuota = $diskSpace;\n    }\n\n    $phpini = PhpEditor::getInstance();\n\n    if (isset($_POST['php_ini_system']) && $php != '_no_' && $phpini->resellerHasPermission('phpiniSystem')) {\n        $phpini->setClientPermission('phpiniSystem', clean_input($_POST['php_ini_system']));\n\n        if ($phpini->clientHasPermission('phpiniSystem')) {\n            if (isset($_POST['phpini_perm_allow_url_fopen'])) {\n                $phpini->setClientPermission('phpiniAllowUrlFopen', clean_input($_POST['phpini_perm_allow_url_fopen']));\n            }\n\n            if (isset($_POST['phpini_perm_display_errors'])) {\n                $phpini->setClientPermission('phpiniDisplayErrors', clean_input($_POST['phpini_perm_display_errors']));\n            }\n\n            if (isset($_POST['phpini_perm_disable_functions'])) {\n                $phpini->setClientPermission('phpiniDisableFunctions', clean_input($_POST['phpini_perm_disable_functions']));\n            }\n\n            if (isset($_POST['phpini_perm_mail_function'])) {\n                $phpini->setClientPermission('phpiniMailFunction', clean_input($_POST['phpini_perm_mail_function']));\n            }\n\n            if (isset($_POST['memory_limit'])) { // Must be set before phpiniPostMaxSize\n                $phpini->setDomainIni('phpiniMemoryLimit', clean_input($_POST['memory_limit']));\n            }\n\n            if (isset($_POST['post_max_size'])) { // Must be set before phpiniUploadMaxFileSize\n                $phpini->setDomainIni('phpiniPostMaxSize', clean_input($_POST['post_max_size']));\n            }\n\n            if (isset($_POST['upload_max_filesize'])) {\n                $phpini->setDomainIni('phpiniUploadMaxFileSize', clean_input($_POST['upload_max_filesize']));\n            }\n\n            if (isset($_POST['max_execution_time'])) {\n                $phpini->setDomainIni('phpiniMaxExecutionTime', clean_input($_POST['max_execution_time']));\n            }\n\n            if (isset($_POST['max_input_time'])) {\n                $phpini->setDomainIni('phpiniMaxInputTime', clean_input($_POST['max_input_time']));\n            }\n        } else {\n            $phpini->loadClientPermissions(); // Reset client PHP permissions to default values\n            $phpini->loadDomainIni(); // Reset domain PHP configuration options to default values\n        }\n    } else {\n        $phpini->loadClientPermissions(); // Reset client PHP permissions to default values\n        $phpini->loadDomainIni(); // Reset domain PHP configuration options to default values\n    }\n\n    if (!empty($errFieldsStack)) {\n        Registry::set('errFieldsStack', $errFieldsStack);\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Update hosting plan\n *\n * @return bool TRUE on success, FALSE otherwise\n */\nfunction updateHostingPlan()\n{\n    global $id, $name, $description, $sub, $als, $mail, $mailQuota, $ftp, $sqld, $sqlu, $traffic, $diskSpace, $php,\n           $cgi, $dns, $backup, $extMail, $webFolderProtection, $status;\n\n    $phpini = PhpEditor::getInstance();\n    $props = \"$php;$cgi;$sub;$als;$mail;$ftp;$sqld;$sqlu;$traffic;$diskSpace;\" . implode('|', $backup) . \";$dns\";\n    $props .= ';' . $phpini->getClientPermission('phpiniSystem');\n    $props .= ';' . $phpini->getClientPermission('phpiniAllowUrlFopen');\n    $props .= ';' . $phpini->getClientPermission('phpiniDisplayErrors');\n    $props .= ';' . $phpini->getClientPermission('phpiniDisableFunctions');\n    $props .= ';' . $phpini->getClientPermission('phpiniMailFunction');\n    $props .= ';' . $phpini->getDomainIni('phpiniPostMaxSize');\n    $props .= ';' . $phpini->getDomainIni('phpiniUploadMaxFileSize');\n    $props .= ';' . $phpini->getDomainIni('phpiniMaxExecutionTime');\n    $props .= ';' . $phpini->getDomainIni('phpiniMaxInputTime');\n    $props .= ';' . $phpini->getDomainIni('phpiniMemoryLimit');\n    $props .= ';' . $extMail . ';' . $webFolderProtection . ';' . $mailQuota * 1048576;\n\n    if (!reseller_limits_check($_SESSION['user_id'], $props)) {\n        set_page_message(tr('Hosting plan limits exceed your limits.'), 'error');\n        return false;\n    }\n\n    exec_query('UPDATE hosting_plans SET name = ?, description = ?, props = ?, status = ? WHERE id = ?', [\n        $name, $description, $props, $status, $id\n    ]);\n    return true;\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (!isset($_GET['id'])) {\n    showBadRequestErrorPage();\n}\n\n$id = intval($_GET['id']);\n\nif (!loadHostingPlan()) {\n    showBadRequestErrorPage();\n}\n\nif (!empty($_POST) && checkInputData() && updateHostingPlan()) {\n    set_page_message(tr('Hosting plan successfully updated.'), 'success');\n    redirectTo('hosting_plan.php');\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                             => 'shared/layouts/ui.tpl',\n    'page'                               => 'reseller/hosting_plan_edit.tpl',\n    'page_message'                       => 'layout',\n    'nb_subdomains'                      => 'page',\n    'nb_domain_aliases'                  => 'page',\n    'nb_mail'                            => 'page',\n    'nb_ftp'                             => 'page',\n    'nb_sqld'                            => 'page',\n    'nb_sqlu'                            => 'page',\n    'php_feature'                        => 'page',\n    'php_editor_feature'                 => 'page',\n    'php_editor_permissions_block'       => 'php_editor_feature',\n    'php_editor_allow_url_fopen_block'   => 'php_editor_permissions_block',\n    'php_editor_display_errors_block'    => 'php_editor_permissions_block',\n    'php_editor_disable_functions_block' => 'php_editor_permissions_block',\n    'php_editor_mail_function_block'     => 'php_editor_permissions_block',\n    'php_editor_default_values_block'    => 'php_editor_feature',\n    'cgi_feature'                        => 'page',\n    'custom_dns_feature'                 => 'page',\n    'backup_feature'                     => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tr('Reseller /Hosting Plans / Edit Hosting Plan'),\n    'TR_HOSTING_PLAN'               => tr('Hosting plan'),\n    'TR_NAME'                       => tr('Name'),\n    'TR_DESCRIPTON'                 => tr('Description'),\n    'TR_HOSTING_PLAN_LIMITS'        => tr('Limits'),\n    'TR_MAX_SUB'                    => tr('Subdomains limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAX_ALS'                    => tr('Domain aliases limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAX_MAIL'                   => tr('Mail accounts limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAIL_QUOTA'                 => tr('Mail quota [MiB]') . '<br/><i>(0 ∞)</i>',\n    'TR_MAX_FTP'                    => tr('FTP accounts limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAX_SQLD'                   => tr('SQL databases limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MAX_SQLU'                   => tr('SQL users limit') . '<br/><i>(-1 ' . tr('disabled') . ', 0 ∞)</i>',\n    'TR_MONTHLY_TRAFFIC'            => tr('Monthly traffic limit [MiB]') . '<br/><i>(0 ∞)</i>',\n    'TR_MAX_DISKSPACE'              => tr('Disk space limit [MiB]') . '<br/><i>(0 ∞)</i>',\n    'TR_HOSTING_PLAN_FEATURES'      => tr('Features'),\n    'TR_PHP'                        => tr('PHP'),\n    'TR_CGI'                        => tr('CGI'),\n    'TR_DNS'                        => tr('Custom DNS records'),\n    'TR_EXTMAIL'                    => tr('External mail server'),\n    'TR_WEB_FOLDER_PROTECTION'      => tr('Web folder protection'),\n    'TR_WEB_FOLDER_PROTECTION_HELP' => tr('If set to `yes`, Web folders will be protected against deletion.'),\n    'TR_BACKUP'                     => tr('Backup'),\n    'TR_BACKUP_DOMAIN'              => tr('Domain'),\n    'TR_BACKUP_SQL'                 => tr('SQL'),\n    'TR_BACKUP_MAIL'                => tr('Mail'),\n    'TR_AVAILABILITY'               => tr('Hosting plan availability'),\n    'TR_STATUS'                     => tr('Available'),\n    'TR_YES'                        => tr('yes'),\n    'TR_NO'                         => tr('no'),\n    'TR_UPDATE'                     => tr('Update'),\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/index.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generates support questions notice for reseller\n *\n * Notice reseller about any new support questions and answers.\n *\n * @return void\n */\nfunction generateSupportQuestionsMessage()\n{\n    $ticketsCount = exec_query(\n        'SELECT count(ticket_id) FROM tickets WHERE ticket_to = ? AND ticket_status IN (1, 4) AND ticket_reply = 0',\n        $_SESSION['user_id']\n    )->fetchRow(PDO::FETCH_COLUMN);\n\n    if ($ticketsCount > 0) {\n        set_page_message(\n            ntr('You have a new support ticket.', 'You have %d new support tickets.', $ticketsCount, $ticketsCount),\n            'static_info'\n        );\n    }\n}\n\n/**\n * Generates message for new domain aliases orders.\n *\n * @return void\n */\nfunction generateOrdersAliasesMessage()\n{\n    $stmt = exec_query(\n        '\n            SELECT COUNT(alias_id) AS cnt\n            FROM domain_aliasses\n            JOIN domain USING(domain_id)\n            JOIN admin ON(admin_id = domain_admin_id)\n            WHERE alias_status = ?\n            AND created_by = ?\n        ',\n        ['ordered', $_SESSION['user_id']]\n    );\n    $row = $stmt->fetchRow();\n\n    if ($row['cnt'] > 0) {\n        set_page_message(\n            ntr('You have a new domain alias order.', 'You have %d new domain alias orders', $row['cnt']), 'static_info'\n        );\n    }\n}\n\n/**\n * Generates traffic usage bar\n *\n * @param TemplateEngine $tpl Template engine\n * @param int $trafficUsageBytes Current traffic usage\n * @param int $trafficLimitBytes Traffic max usage\n * @return void\n */\nfunction generateTrafficUsageBar(TemplateEngine $tpl, $trafficUsageBytes, $trafficLimitBytes)\n{\n    $trafficUsagePercent = getPercentUsage($trafficUsageBytes, $trafficLimitBytes);\n    $trafficUsageData = ($trafficLimitBytes > 0)\n        ? sprintf('[%s / %s]', bytesHuman($trafficUsageBytes), bytesHuman($trafficLimitBytes))\n        : sprintf('[%s / ∞]', bytesHuman($trafficUsageBytes));\n    $tpl->assign([\n        'TRAFFIC_PERCENT_WIDTH' => tohtml($trafficUsagePercent, 'htmlAttr'),\n        'TRAFFIC_PERCENT'       => tohtml($trafficUsagePercent),\n        'TRAFFIC_USAGE_DATA'    => tohtml($trafficUsageData)\n    ]);\n}\n\n/**\n * Generates disk usage bar\n *\n * @param TemplateEngine $tpl Template engine\n * @param int $diskspaceUsageBytes Disk usage\n * @param int $diskspaceLimitBytes Max disk usage\n * @return void\n */\nfunction generateDiskUsageBar(TemplateEngine $tpl, $diskspaceUsageBytes, $diskspaceLimitBytes)\n{\n    $diskspaceUsagePercent = getPercentUsage($diskspaceUsageBytes, $diskspaceLimitBytes);\n    $diskUsageData = ($diskspaceLimitBytes > 0)\n        ? sprintf('[%s / %s]', bytesHuman($diskspaceUsageBytes), bytesHuman($diskspaceLimitBytes))\n        : sprintf('[%s / ∞]', bytesHuman($diskspaceUsageBytes));\n    $tpl->assign([\n        'DISK_PERCENT_WIDTH' => tohtml($diskspaceUsagePercent, 'htmlAttr'),\n        'DISK_PERCENT'       => tohtml($diskspaceUsagePercent),\n        'DISK_USAGE_DATA'    => tohtml($diskUsageData)\n    ]);\n}\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl Template engine\n * @param int $resellerId Reseller unique identifier\n * @param string $resellerName Reseller name\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, $resellerId, $resellerName)\n{\n    generateSupportQuestionsMessage();\n    generateOrdersAliasesMessage();\n\n    $resellerProperties = imscp_getResellerProperties($resellerId);\n    $domainsCount = get_reseller_domains_count($resellerId);\n    $subdomainsCount = get_reseller_subdomains_count($resellerId);\n    $domainAliasesCount = get_reseller_domain_aliases_count($resellerId);\n    $mailAccountsCount = get_reseller_mail_accounts_count($resellerId);\n    $ftpUsersCount = get_reseller_ftp_users_count($resellerId);\n    $sqlDatabasesCount = get_reseller_sql_databases_count($resellerId);\n    $sqlUsersCount = get_reseller_sql_users_count($resellerId);\n\n    $totalConsumedMonthlyTraffic = exec_query(\n        '\n            SELECT IFNULL(SUM(dtraff_web), 0) + IFNULL(SUM(dtraff_ftp), 0) + IFNULL(SUM(dtraff_mail), 0) +\n                IFNULL(SUM(dtraff_pop), 0) AS monthly_traffic\n            FROM domain AS t1\n            JOIN admin AS t2 ON(t2.admin_id = t1.domain_admin_id)\n            JOIN domain_traffic AS t3 ON(t3.domain_id = t1.domain_id AND t3.dtraff_time BETWEEN ? AND ?)\n            WHERE created_by = ?\n        ',\n        [getFirstDayOfMonth(), getLastDayOfMonth(), $_SESSION['user_id']]\n    )->fetchRow(PDO::FETCH_COLUMN);\n    $monthlyTrafficLimit = $resellerProperties['max_traff_amnt'] * 1048576;\n\n    generateTrafficUsageBar($tpl, $totalConsumedMonthlyTraffic, $monthlyTrafficLimit);\n\n    if ($monthlyTrafficLimit > 0\n        && $totalConsumedMonthlyTraffic > $monthlyTrafficLimit\n    ) {\n        $tpl->assign('TR_TRAFFIC_WARNING', tohtml(tr('You are exceeding your monthly traffic limit.')));\n    } else {\n        $tpl->assign('TRAFFIC_WARNING_MESSAGE', '');\n    }\n\n    $totalDiskUsage = exec_query(\n        '\n            SELECT IFNULL(SUM(domain_disk_usage), 0) AS disk_usage\n            FROM domain AS t1\n            JOIN admin AS t2 ON(t2.admin_id = t1.domain_admin_id)\n            WHERE created_by = ?\n        ',\n        $_SESSION['user_id']\n    )->fetchRow(PDO::FETCH_COLUMN);\n    $diskUsageLimit = $resellerProperties['max_disk_amnt'] * 1048576;\n    generateDiskUsageBar($tpl, $totalDiskUsage, $diskUsageLimit);\n\n    if ($diskUsageLimit > 0\n        && $totalDiskUsage > $diskUsageLimit\n    ) {\n        $tpl->assign('TR_DISK_WARNING', tohtml(tr('You are exceeding your disk space limit.')));\n    } else {\n        $tpl->assign('DISK_WARNING_MESSAGE', '');\n    }\n\n    $tpl->assign([\n        'TR_ACCOUNT_LIMITS' => tohtml(tr('Account limits')),\n        'TR_FEATURES'       => tohtml(tr('Features')),\n        'DOMAINS'           => tohtml(tr('Domain accounts')),\n        'SUBDOMAINS'        => tohtml(tr('Subdomains')),\n        'ALIASES'           => tohtml(tr('Domain aliases')),\n        'MAIL_ACCOUNTS'     => tohtml(tr('Mail accounts')),\n        'TR_FTP_ACCOUNTS'   => tohtml(tr('FTP accounts')),\n        'SQL_DATABASES'     => tohtml(tr('SQL databases')),\n        'SQL_USERS'         => tohtml(tr('SQL users')),\n        'RESELLER_NAME'     => tohtml($resellerName),\n        'DMN_MSG'           => tohtml(($resellerProperties['max_dmn_cnt'])\n            ? sprintf('%s / %s', $domainsCount, $resellerProperties['max_dmn_cnt']) : sprintf('%s / ∞', $domainsCount)),\n        'SUB_MSG'           => tohtml(($resellerProperties['max_sub_cnt'] > 0)\n            ? sprintf('%s / %s', $subdomainsCount, $resellerProperties['max_sub_cnt'])\n            : (($resellerProperties['max_sub_cnt'] == '-1') ? '-' : sprintf('%s / ∞', $subdomainsCount))),\n        'ALS_MSG'           => tohtml(($resellerProperties['max_als_cnt'] > 0)\n            ? sprintf('%s / %s', $domainAliasesCount, $resellerProperties['max_als_cnt'])\n            : (($resellerProperties['max_als_cnt'] == '-1') ? '-' : sprintf('%s / ∞', $domainAliasesCount))),\n        'MAIL_MSG'          => tohtml(($resellerProperties['max_mail_cnt'] > 0)\n            ? sprintf('%s / %s', $mailAccountsCount, $resellerProperties['max_mail_cnt'])\n            : (($resellerProperties['max_mail_cnt'] == '-1') ? '-' : sprintf('%s / ∞', $mailAccountsCount))),\n        'FTP_MSG'           => tohtml(($resellerProperties['max_ftp_cnt'] > 0)\n            ? sprintf('%s / %s', $ftpUsersCount, $resellerProperties['max_ftp_cnt'])\n            : (($resellerProperties['max_ftp_cnt'] == '-1') ? '-' : sprintf('%s / ∞', $ftpUsersCount))),\n        'SQL_DB_MSG'        => tohtml(($resellerProperties['max_sql_db_cnt'] > 0)\n            ? sprintf('%s / %s', $sqlDatabasesCount, $resellerProperties['max_sql_db_cnt'])\n            : (($resellerProperties['max_sql_db_cnt'] == '-1') ? '-' : sprintf('%s / ∞', $sqlDatabasesCount))),\n        'SQL_USER_MSG'      => tohtml(($resellerProperties['max_sql_db_cnt'] > 0)\n            ? sprintf('%s / %s', $sqlUsersCount, $resellerProperties['max_sql_user_cnt'])\n            : (($resellerProperties['max_sql_user_cnt'] == '-1') ? '-' : sprintf('%s / ∞', $sqlUsersCount))),\n        'TR_SUPPORT'        => tohtml(tr('Support system')),\n        'SUPPORT_STATUS'    => ($resellerProperties['support_system'] == 'yes')\n            ? '<span style=\"color:green;\">' . tohtml(tr('Enabled')) . '</span>'\n            : '<span style=\"color:red;\">' . tohtml(tr('Disabled')) . '</span>',\n        'TR_PHP_EDITOR'     => tohtml(tr('PHP Editor')),\n        'PHP_EDITOR_STATUS' => ($resellerProperties['php_ini_system'] == 'yes')\n            ? '<span style=\"color:green;\">' . tohtml(tr('Enabled')) . '</span>'\n            : '<span style=\"color:red;\">' . tohtml(tr('Disabled')) . '</span>',\n        'TR_TRAFFIC_USAGE'  => tohtml(tr('Monthly traffic usage')),\n        'TR_DISK_USAGE'     => tohtml(tr('Disk usage')),\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller', Registry::get('config')['PREVENT_EXTERNAL_LOGIN_RESELLER']);\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                  => 'shared/layouts/ui.tpl',\n    'page'                    => 'reseller/index.tpl',\n    'page_message'            => 'layout',\n    'traffic_warning_message' => 'page',\n    'disk_warning_message'    => 'page'\n]);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Reseller / General / Overview')));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $_SESSION['user_id'], $_SESSION['user_logged']);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptEnd, ['templateEngine' => $tpl]);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/ip_usage.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate List of Domains assigned to IPs\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generatePage($tpl)\n{\n    $stmt = exec_query(\n        'SELECT reseller_ips FROM reseller_props WHERE reseller_id = ?', [\n        $_SESSION['user_id']\n    ]);\n    $data = $stmt->fetchRow();\n    $resellerIps = explode(';', substr($data['reseller_ips'], 0, -1));\n\n    $stmt = execute_query(\n        '\n            SELECT ip_id, ip_number\n            FROM server_ips\n            WHERE ip_id IN (' . implode(',', $resellerIps) . ')\n        '\n    );\n\n    while ($ip = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        $stmt2 = exec_query(\n            '\n                SELECT domain_name\n                FROM domain\n                JOIN admin ON(admin_id = domain_admin_id)\n                WHERE domain_ip_id = ?\n                AND created_by = ?\n                UNION ALL\n                SELECT alias_name AS domain_name\n                FROM domain_aliasses\n                JOIN domain USING(domain_id)\n                JOIN admin ON(admin_id = domain_admin_id)\n                WHERE alias_ip_id = ?\n                AND created_by = ?\n            ',\n            [\n                $ip['ip_id'], $_SESSION['user_id'], $ip['ip_id'],\n                $_SESSION['user_id']\n            ]\n        );\n\n        $domainsCount = $stmt2->rowCount();\n\n        $tpl->assign(\n            [\n                'IP'           => tohtml($ip['ip_number'] == '0.0.0.0'\n                    ? tr('Any') : $ip['ip_number']\n                ),\n                'RECORD_COUNT' => tr('Total Domains') . ': ' . ($domainsCount)\n            ]\n        );\n\n        if ($domainsCount) {\n            while ($data = $stmt2->fetchRow(PDO::FETCH_ASSOC)) {\n                $tpl->assign(\n                    'DOMAIN_NAME', tohtml(decode_idna($data['domain_name']))\n                );\n                $tpl->parse('DOMAIN_ROW', '.domain_row');\n            }\n        } else {\n            $tpl->assign('DOMAIN_NAME', tr('No used yet'));\n            $tpl->parse('DOMAIN_ROW', 'domain_row');\n        }\n\n        $tpl->parse('IP_ROW', '.ip_row');\n        $tpl->assign('DOMAIN_ROW', '');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (!resellerHasCustomers()) {\n    showBadRequestErrorPage();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'reseller/ip_usage.tpl',\n    'page_message' => 'layout',\n    'ip_row'       => 'page',\n    'domain_row'   => 'ip_row'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                   => tohtml(\n        tr('Reseller / Statistics / IP Usage')\n    ),\n    'TR_DOMAIN_STATISTICS'            => tohtml(tr('Domain statistics')),\n    'TR_IP_RESELLER_USAGE_STATISTICS' => tohtml(\n        tr('Reseller/IP usage statistics')\n    ),\n    'TR_DOMAIN_NAME'                  => tohtml(tr('Domain Name'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/language.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'              => 'shared/layouts/ui.tpl',\n    'page'                => 'reseller/language.tpl',\n    'page_message'        => 'layout',\n    'languages_available' => 'page',\n    'def_language'        => 'languages_available'\n]);\n\nif (isset($_SESSION['logged_from']) && isset($_SESSION['logged_from_id'])) {\n    list($resellerCurrentLanguage) = get_user_gui_props($_SESSION['user_id']);\n} else {\n    $resellerCurrentLanguage = $_SESSION['user_def_lang'];\n}\n\nif (!empty($_POST)) {\n    $resellerNewLanguage = clean_input($_POST['def_language']);\n\n    if (!in_array($resellerNewLanguage, i18n_getAvailableLanguages(true), true)) {\n        showBadRequestErrorPage();\n    }\n\n    if ($resellerCurrentLanguage != $resellerNewLanguage) {\n        exec_query('UPDATE user_gui_props SET lang = ? WHERE user_id = ?', [\n                $resellerNewLanguage, $_SESSION['user_id']]\n        );\n\n        if (!isset($_SESSION['logged_from_id'])) {\n            unset($_SESSION['user_def_lang']);\n            $_SESSION['user_def_lang'] = $resellerNewLanguage;\n        }\n\n        set_page_message(tr('Language has been updated.'), 'success');\n    } else {\n        set_page_message(tr('Nothing has been changed.'), 'info');\n    }\n\n    redirectTo('language.php');\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'      => tr('Reseller / Profile / Language'),\n    'TR_LANGUAGE'        => tr('Language'),\n    'TR_CHOOSE_LANGUAGE' => tr('Choose your language'),\n    'TR_UPDATE'          => tr('Update')\n]);\n\ngenerateNavigation($tpl);\ngenerateLanguagesList($tpl, $resellerCurrentLanguage);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/layout.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generate layout color form\n *\n * @since iMSCP 1.0.1.6\n * @param $tpl TemplateEngine Template engine instance\n * @return void\n */\nfunction reseller_generateLayoutColorForm(TemplateEngine $tpl)\n{\n    $colors = layout_getAvailableColorSet();\n\n    if (!empty($POST) && isset($_POST['layoutColor']) && in_array($_POST['layoutColor'], $colors)) {\n        $selectedColor = $_POST['layoutColor'];\n    } else {\n        $selectedColor = layout_getUserLayoutColor($_SESSION['user_id']);\n    }\n\n    if (!empty($colors)) {\n        foreach ($colors as $color) {\n            $tpl->assign([\n                'COLOR'          => $color,\n                'SELECTED_COLOR' => ($color == $selectedColor) ? ' selected' : ''\n            ]);\n            $tpl->parse('LAYOUT_COLOR_BLOCK', '.layout_color_block');\n        }\n    } else {\n        $tpl->assign('LAYOUT_COLORS_BLOCK', '');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'              => 'shared/layouts/ui.tpl',\n    'page'                => 'reseller/layout.tpl',\n    'page_message'        => 'layout',\n    'logo_remove_button'  => 'page',\n    'layout_colors_block' => 'page',\n    'layout_color_block'  => 'layout_colors_block'\n]);\n\n/**\n * Dispatches request\n */\nif (isset($_POST['uaction'])) {\n    if ($_POST['uaction'] == 'updateIspLogo') {\n        layout_updateUserLogo() ?:\n            set_page_message(tr('Logo successfully updated.'), 'success');\n    } elseif ($_POST['uaction'] == 'deleteIspLogo') {\n        layout_deleteUserLogo() ?: set_page_message(tr('Logo successfully removed.'), 'success');\n    } elseif ($_POST['uaction'] == 'changeLayoutColor' && isset($_POST['layoutColor'])) {\n        if (layout_setUserLayoutColor($_SESSION['user_id'], $_POST['layoutColor'])) {\n            if (!isset($_SESSION['logged_from_id'])) {\n                $_SESSION['user_theme_color'] = $_POST['layoutColor'];\n                set_page_message(tr('Layout color successfully updated.'), 'success');\n            } else {\n                set_page_message(tr(\"Reseller's layout color successfully updated.\"), 'success');\n            }\n        } else {\n            set_page_message(tr('Unknown layout color.'), 'error');\n        }\n    } elseif ($_POST['uaction'] == 'changeShowLabels') {\n        layout_setMainMenuLabelsVisibility($_SESSION['user_id'], intval($_POST['mainMenuShowLabels']));\n        set_page_message(tr('Main menu labels visibility successfully updated.'), 'success');\n    } else {\n        set_page_message(tr('Unknown action: %s', tohtml($_POST['uaction'])), 'error');\n    }\n}\n\nif (layout_isMainMenuLabelsVisible($_SESSION['user_id'])) {\n    $tpl->assign([\n        'MAIN_MENU_SHOW_LABELS_ON'  => ' selected',\n        'MAIN_MENU_SHOW_LABELS_OFF' => ''\n    ]);\n} else {\n    $tpl->assign([\n        'MAIN_MENU_SHOW_LABELS_ON'  => '',\n        'MAIN_MENU_SHOW_LABELS_OFF' => ' selected'\n    ]);\n}\n\n\n$ispLogo = layout_getUserLogo(false);\n\nif (layout_isUserLogo($ispLogo)) {\n    $tpl->parse('LOGO_REMOVE_BUTTON', '.logo_remove_button');\n} else {\n    $tpl->assign('LOGO_REMOVE_BUTTON', '');\n}\n\n$tpl->assign([\n    'TR_PAGE_TITLE'            => tr('Reseller / Profile / Layout'),\n    'OWN_LOGO'                 => $ispLogo,\n    'TR_LAYOUT_SETTINGS'       => tr('Layout'),\n    'TR_UPLOAD_LOGO'           => tr('Upload logo'),\n    'TR_LOGO_FILE'             => tr('Logo file'),\n    'TR_ENABLED'               => tr('Enabled'),\n    'TR_DISABLED'              => tr('Disabled'),\n    'TR_UPLOAD'                => tr('Upload'),\n    'TR_REMOVE'                => tr('Remove'),\n    'TR_LAYOUT_COLOR'          => tr('Layout color'),\n    'TR_CHOOSE_LAYOUT_COLOR'   => tr('Choose layout color'),\n    'TR_CHANGE'                => tr('Change'),\n    'TR_OTHER_SETTINGS'        => tr('Other settings'),\n    'TR_MAIN_MENU_SHOW_LABELS' => tr('Show labels for main menu links')\n]);\n\ngenerateNavigation($tpl);\nreseller_generateLayoutColorForm($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/password_update.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nrequire_once __DIR__ . '/../shared/password_update.php';\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Reseller / Profile / Password')));\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/personal_change.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nrequire_once __DIR__ . '/../shared/personal_change.php';\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Reseller / Profile / Personal Data')));\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/profile.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generates page\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generatePage($tpl)\n{\n    $cfg = Registry::get('config');\n    $stmt = exec_query('SELECT domain_created FROM admin WHERE admin_id = ?', $_SESSION['user_id']);\n    $row = $stmt->fetchRow();\n    $tpl->assign([\n        'TR_ACCOUNT_SUMMARY'   => tr('Account summary'),\n        'TR_USERNAME'          => tr('Username'),\n        'USERNAME'             => tohtml($_SESSION['user_logged']),\n        'TR_ACCOUNT_TYPE'      => tr('Account type'),\n        'ACCOUNT_TYPE'         => tr('Reseller'),\n        'TR_REGISTRATION_DATE' => tr('Registration date'),\n        'REGISTRATION_DATE'    => ($row['domain_created'] != 0)\n            ? tohtml(date($cfg['DATE_FORMAT'], $row['domain_created'])) : tr('Unknown')\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'shared/partials/profile.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign('TR_PAGE_TITLE', tr('Reseller / Profile / Account Summary'));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/settings_lostpassword.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'         => 'shared/layouts/ui.tpl',\n    'page'           => 'reseller/settings_lostpassword.tpl',\n    'page_message'   => 'layout',\n    'custom_buttons' => 'page'\n]);\n\n$selected_on = '';\n$selected_off = '';\n$data_1 = get_lostpassword_activation_email($_SESSION['user_id']);\n$data_2 = get_lostpassword_password_email($_SESSION['user_id']);\n\nif (isset($_POST['uaction']) && $_POST['uaction'] == 'apply') {\n    $error = false;\n    $data_1['subject'] = clean_input($_POST['subject1']);\n    $data_1['message'] = clean_input($_POST['message1']);\n    $data_2['subject'] = clean_input($_POST['subject2']);\n    $data_2['message'] = clean_input($_POST['message2']);\n\n    if (empty($data_1['subject']) || empty($data_2['subject'])) {\n        set_page_message(tr('You must specify a subject.'), 'error');\n        $error = true;\n    }\n\n    if (empty($data_1['message']) || empty($data_2['message'])) {\n        set_page_message(tr('You must specify a message.'), 'error');\n        $error = true;\n    }\n\n    if ($error) {\n        return false;\n    }\n\n    set_lostpassword_activation_email($_SESSION['user_id'], $data_1);\n    set_lostpassword_password_email($_SESSION['user_id'], $data_2);\n    set_page_message(tr('Lost password email templates were updated.'), 'success');\n\n}\n\ngenerateNavigation($tpl);\n\n$tpl->assign([\n    'TR_PAGE_TITLE'               => tr('Reseller / Customers / Lost Password Email'),\n    'TR_MESSAGE_TEMPLATE_INFO'    => tr('Message template info'),\n    'TR_MESSAGE_TEMPLATE'         => tr('Message template'),\n    'SUBJECT_VALUE1'              => tohtml($data_1['subject']),\n    'MESSAGE_VALUE1'              => tohtml($data_1['message']),\n    'SUBJECT_VALUE2'              => tohtml($data_2['subject']),\n    'MESSAGE_VALUE2'              => tohtml($data_2['message']),\n    'SENDER_EMAIL_VALUE'          => tohtml($data_1['sender_email']),\n    'SENDER_NAME_VALUE'           => tohtml($data_1['sender_name']),\n    'TR_ACTIVATION_EMAIL'         => tr('Activation email'),\n    'TR_PASSWORD_EMAIL'           => tr('Password email'),\n    'TR_USER_LOGIN_NAME'          => tr('User login (system) name'),\n    'TR_USER_PASSWORD'            => tr('User password'),\n    'TR_USER_REAL_NAME'           => tr('User (first and last) name'),\n    'TR_LOSTPW_LINK'              => tr('Lost password link'),\n    'TR_SUBJECT'                  => tr('Subject'),\n    'TR_MESSAGE'                  => tr('Message'),\n    'TR_SENDER_EMAIL'             => tr('Reply-To email'),\n    'TR_SENDER_NAME'              => tr('Reply-To name'),\n    'TR_UPDATE'                   => tr('Update'),\n    'TR_BASE_SERVER_VHOST_PREFIX' => tr('URL protocol'),\n    'TR_BASE_SERVER_VHOST'        => tr('URL to this admin panel'),\n    'TR_BASE_SERVER_VHOST_PORT'   => tr('URL port'),\n    'TR_CANCEL'                   => tr('Cancel')\n]);\n\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/settings_welcome_mail.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'reseller/settings_welcome_mail.tpl',\n    'page_message' => 'layout'\n]);\n\nif (isset($_POST['uaction']) && $_POST['uaction'] == 'email_setup') {\n    $data['subject'] = (isset($_POST['auto_subject'])) ? clean_input($_POST['auto_subject']) : '';\n    $data['message'] = (isset($_POST['auto_message'])) ? clean_input($_POST['auto_message']) : '';\n    $error = false;\n\n    if ($data['subject'] == '') {\n        set_page_message(tr('You must specify a subject.'), 'error');\n        $error = true;\n    }\n\n    if ($data['message'] == '') {\n        set_page_message(tr('You must specify a message.'), 'error');\n        $error = true;\n    }\n\n    if (!$error) {\n        set_welcome_email($_SESSION['user_id'], $data);\n        set_page_message(tr('Welcome email template has been updated.'), 'success');\n        redirectTo('settings_welcome_mail.php');\n    }\n}\n\n$data = get_welcome_email($_SESSION['user_id']);\n\n$tpl->assign([\n    'TR_PAGE_TITLE'               => tr('Reseller / Customers / Welcome Email'),\n    'TR_MESSAGE_TEMPLATE_INFO'    => tr('Message template info'),\n    'TR_USER_LOGIN_NAME'          => tr('User login (system) name'),\n    'TR_USER_PASSWORD'            => tr('User password'),\n    'TR_USER_REAL_NAME'           => tr('User real (first and last) name'),\n    'TR_MESSAGE_TEMPLATE'         => tr('Message template'),\n    'TR_SUBJECT'                  => tr('Subject'),\n    'TR_MESSAGE'                  => tr('Message'),\n    'TR_SENDER_EMAIL'             => tr('Reply-To email'),\n    'TR_SENDER_NAME'              => tr('Reply-To name'),\n    'TR_UPDATE'                   => tr('Update'),\n    'TR_USERTYPE'                 => tr('User type (admin, reseller, user)'),\n    'TR_BASE_SERVER_VHOST_PREFIX' => tr('URL protocol'),\n    'TR_BASE_SERVER_VHOST'        => tr('URL to this admin panel'),\n    'TR_BASE_SERVER_VHOST_PORT'   => tr('URL port'),\n    'SUBJECT_VALUE'               => tohtml($data['subject']),\n    'MESSAGE_VALUE'               => tohtml($data['message']),\n    'SENDER_EMAIL_VALUE'          => tohtml($data['sender_email']),\n    'SENDER_NAME_VALUE'           => tohtml(!empty($data['sender_name'])) ? $data['sender_name'] : tr('Unknown')\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/ticket_closed.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nresellerHasFeature('support') or showBadRequestErrorPage();\n\nif (!hasTicketSystem($_SESSION['user_id'])) {\n    redirectTo('index.php');\n} elseif (isset($_GET['ticket_id']) && !empty($_GET['ticket_id'])) {\n    reopenTicket(intval($_GET['ticket_id']));\n}\n\nif (isset($_GET['psi'])) {\n    $start = $_GET['psi'];\n} else {\n    $start = 0;\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'           => 'shared/layouts/ui.tpl',\n    'page'             => 'reseller/ticket_closed.tpl',\n    'page_message'     => 'layout',\n    'tickets_list'     => 'page',\n    'tickets_item'     => 'tickets_list',\n    'scroll_prev_gray' => 'page',\n    'scroll_prev'      => 'page',\n    'scroll_next_gray' => 'page',\n    'scroll_next'      => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tr('Reseller / Support / Closed Tickets'),\n    'TR_TICKET_STATUS'              => tr('Status'),\n    'TR_TICKET_FROM'                => tr('From'),\n    'TR_TICKET_SUBJECT'             => tr('Subject'),\n    'TR_TICKET_URGENCY'             => tr('Priority'),\n    'TR_TICKET_LAST_ANSWER_DATE'    => tr('Last reply date'),\n    'TR_TICKET_ACTION'              => tr('Actions'),\n    'TR_TICKET_DELETE'              => tr('Delete'),\n    'TR_TICKET_READ_LINK'           => tr('Read ticket'),\n    'TR_TICKET_DELETE_LINK'         => tr('Delete ticket'),\n    'TR_TICKET_REOPEN'              => tr('Reopen'),\n    'TR_TICKET_REOPEN_LINK'         => tr('Reopen ticket'),\n    'TR_TICKET_DELETE_ALL'          => tr('Delete all tickets'),\n    'TR_TICKETS_DELETE_MESSAGE'     => tr(\"Are you sure you want to delete the '%s' ticket?\", '%s'),\n    'TR_TICKETS_DELETE_ALL_MESSAGE' => tr('Are you sure you want to delete all closed tickets?'),\n    'TR_PREVIOUS'                   => tr('Previous'),\n    'TR_NEXT'                       => tr('Next')\n]);\n\ngenerateNavigation($tpl);\ngenerateTicketList(\n    $tpl, $_SESSION['user_id'], $start, Registry::get('config')['DOMAIN_ROWS_PER_PAGE'], 'reseller', 'closed'\n);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/ticket_create.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nresellerHasFeature('support') or showBadRequestErrorPage();\n\nif (!hasTicketSystem($_SESSION['user_id'])) {\n    redirectTo('index.php');\n}\n\nif (isset($_POST['uaction'])) {\n    if (empty($_POST['subject'])) {\n        set_page_message(tr('You must specify a subject.'), 'error');\n    } elseif (empty($_POST['user_message'])) {\n        set_page_message(tr('You must specify a message.'), 'error');\n    } else {\n        createTicket($_SESSION['user_id'], $_SESSION['user_created_by'],\n            $_POST['urgency'], $_POST['subject'], $_POST['user_message'], 2);\n        redirectTo('ticket_system.php');\n    }\n}\n\n$userdata = [\n    'OPT_URGENCY_1' => '',\n    'OPT_URGENCY_2' => '',\n    'OPT_URGENCY_3' => '',\n    'OPT_URGENCY_4' => ''];\n\nif (isset($_POST['urgency'])) {\n    $userdata['URGENCY'] = intval($_POST['urgency']);\n} else {\n    $userdata['URGENCY'] = 2;\n}\n\nswitch ($userdata['URGENCY']) {\n    case 1:\n        $userdata['OPT_URGENCY_1'] = ' selected';\n        break;\n    case 3:\n        $userdata['OPT_URGENCY_3'] = ' selected';\n        break;\n    case 4:\n        $userdata['OPT_URGENCY_4'] = ' selected';\n        break;\n    default:\n        $userdata['OPT_URGENCY_2'] = ' selected';\n}\n\n$userdata['SUBJECT'] = isset($_POST['subject']) ? clean_input($_POST['subject']) : '';\n$userdata['USER_MESSAGE'] = isset($_POST['user_message']) ? clean_input($_POST['user_message']) : '';\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'reseller/ticket_create.tpl',\n    'page_message' => 'layout'\n]);\n$tpl->assign(\n    [\n        'TR_PAGE_TITLE'     => tr('Reseller / Support / New Ticket'),\n        'TR_NEW_TICKET'     => tr('New ticket'),\n        'TR_LOW'            => tr('Low'),\n        'TR_MEDIUM'         => tr('Medium'),\n        'TR_HIGH'           => tr('High'),\n        'TR_VERY_HIGH'      => tr('Very high'),\n        'TR_URGENCY'        => tr('Priority'),\n        'TR_EMAIL'          => tr('Email'),\n        'TR_SUBJECT'        => tr('Subject'),\n        'TR_YOUR_MESSAGE'   => tr('Message'),\n        'TR_CREATE'         => tr('Create'),\n        'TR_OPEN_TICKETS'   => tr('Open tickets'),\n        'TR_CLOSED_TICKETS' => tr('Closed tickets')]);\n\n$tpl->assign($userdata);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/ticket_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nresellerHasFeature('support') or showBadRequestErrorPage();\n\nif (!hasTicketSystem($_SESSION['user_id'])) {\n    redirectTo('index.php');\n}\n\n$previousPage = 'ticket_system';\n\nif (isset($_GET['ticket_id']) && !empty($_GET['ticket_id'])) {\n    $ticketId = intval($_GET['ticket_id']);\n    $stmt = exec_query(\n        'SELECT ticket_status FROM tickets WHERE ticket_id = ? AND (ticket_from = ? OR ticket_to = ?)', [\n        $ticketId, $_SESSION['user_id'], $_SESSION['user_id']\n    ]);\n\n    if (!$stmt->rowCount()) {\n        set_page_message(tr(\"Ticket with Id '%d' was not found.\", $ticketId), 'error');\n        redirectTo($previousPage . '.php');\n    }\n\n    // The ticket status was 0 so we come from ticket_closed.php\n    if ($stmt->fields['ticket_status'] == 0) {\n        $previousPage = 'ticket_closed';\n    }\n\n    deleteTicket($ticketId);\n    set_page_message(tr('Ticket successfully deleted.'), 'success');\n    write_log(sprintf(\"%s: deleted ticket %d\", $_SESSION['user_logged'], $ticketId), E_USER_NOTICE);\n} elseif (isset($_GET['delete']) && $_GET['delete'] == 'open') {\n    deleteTickets('open', $_SESSION['user_id']);\n    set_page_message(tr('All open tickets were successfully deleted.'), 'success');\n    write_log(sprintf(\"%s: deleted all open tickets.\", $_SESSION['user_logged']), E_USER_NOTICE);\n} elseif (isset($_GET['delete']) && $_GET['delete'] == 'closed') {\n    deleteTickets('closed', $_SESSION['user_id']);\n    set_page_message(tr('All closed tickets were successfully deleted.'), 'success');\n    write_log(sprintf(\"%s: deleted all closed tickets.\", $_SESSION['user_logged']), E_USER_NOTICE);\n    $previousPage = 'ticket_closed';\n} else {\n    set_page_message(tr('Unknown action requested.'), 'error');\n}\n\nredirectTo($previousPage . '.php');\n"
  },
  {
    "path": "gui/public/reseller/ticket_system.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nresellerHasFeature('support') or showBadRequestErrorPage();\n\n$_SESSION['previousPage'] = 'ticket_system.php';\n\n// Checks if support ticket system is activated and if the reseller can access to it\nif (!hasTicketSystem($_SESSION['user_id'])) {\n    redirectTo('index.php');\n} elseif (isset($_GET['ticket_id']) && !empty($_GET['ticket_id'])) {\n    closeTicket(intval($_GET['ticket_id']));\n}\n\nif (isset($_GET['psi'])) {\n    $start = $_GET['psi'];\n} else {\n    $start = 0;\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'           => 'shared/layouts/ui.tpl',\n    'page'             => 'reseller/ticket_system.tpl',\n    'page_message'     => 'layout',\n    'tickets_list'     => 'page',\n    'tickets_item'     => 'tickets_list',\n    'scroll_prev_gray' => 'page',\n    'scroll_prev'      => 'page',\n    'scroll_next_gray' => 'page',\n    'scroll_next'      => 'page'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tr('Reseller / Support / Open Tickets'),\n    'TR_TICKET_STATUS'              => tr('Status'),\n    'TR_TICKET_FROM'                => tr('From'),\n    'TR_TICKET_SUBJECT'             => tr('Subject'),\n    'TR_TICKET_URGENCY'             => tr('Priority'),\n    'TR_TICKET_LAST_ANSWER_DATE'    => tr('Last reply date'),\n    'TR_TICKET_ACTIONS'             => tr('Actions'),\n    'TR_TICKET_DELETE'              => tr('Delete'),\n    'TR_TICKET_CLOSE'               => tr('Close'),\n    'TR_TICKET_READ_LINK'           => tr('Read ticket'),\n    'TR_TICKET_DELETE_LINK'         => tr('Delete ticket'),\n    'TR_TICKET_CLOSE_LINK'          => tr('Close ticket'),\n    'TR_TICKET_DELETE_ALL'          => tr('Delete all tickets'),\n    'TR_TICKETS_DELETE_MESSAGE'     => tr(\"Are you sure you want to delete the '%s' ticket?\", '%s'),\n    'TR_TICKETS_DELETE_ALL_MESSAGE' => tr('Are you sure you want to delete all tickets?'),\n    'TR_PREVIOUS'                   => tr('Previous'),\n    'TR_NEXT'                       => tr('Next')\n]);\n\ngenerateNavigation($tpl);\ngenerateTicketList(\n    $tpl, $_SESSION['user_id'], $start, Registry::get('config')['DOMAIN_ROWS_PER_PAGE'], 'reseller', 'open'\n);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/ticket_view.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\nrequire_once 'imscp-lib.php';\nrequire_once LIBRARY_PATH . '/Functions/Tickets.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (!resellerHasFeature('support') || !hasTicketSystem($_SESSION['user_id'])) {\n    redirectTo('index.php');\n}\n\nif (!isset($_GET['ticket_id'])) {\n    showBadRequestErrorPage();\n}\n\n$ticketId = intval($_GET['ticket_id']);\n$status = getTicketStatus($ticketId);\n$ticketLevel = getUserLevel($ticketId);\n\nif (($ticketLevel == 1 && ($status == 1 || $status == 4)) || ($ticketLevel == 2 && ($status == 2))) {\n    changeTicketStatus($ticketId, 3);\n}\n\nif (isset($_POST['uaction'])) {\n    if ($_POST['uaction'] == 'close') {\n        closeTicket($ticketId);\n        redirectTo('ticket_system.php');\n    }\n\n    if (isset($_POST['user_message'])) {\n        if (empty($_POST['user_message'])) {\n            set_page_message(tr('Please type your message.'), 'error');\n        } else {\n            updateTicket($ticketId, $_SESSION['user_id'], $_POST['urgency'], $_POST['subject'], $_POST['user_message'], 2, 3);\n            redirectTo(\"ticket_view.php?ticket_id=$ticketId\");\n        }\n    }\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'         => 'shared/layouts/ui.tpl',\n    'page'           => 'reseller/ticket_view.tpl',\n    'page_message'   => 'layout',\n    'ticket'         => 'page',\n    'ticket_message' => 'ticket'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'       => tr('Reseller / Support / View Ticket'),\n    'TR_TICKET_INFO'      => tr('Ticket information'),\n    'TR_TICKET_URGENCY'   => tr('Priority'),\n    'TR_TICKET_SUBJECT'   => tr('Subject'),\n    'TR_TICKET_FROM'      => tr('From'),\n    'TR_TICKET_DATE'      => tr('Date'),\n    'TR_TICKET_CONTENT'   => tr('Message'),\n    'TR_TICKET_NEW_REPLY' => tr('Reply'),\n    'TR_TICKET_REPLY'     => tr('Send reply')\n]);\n\ngenerateNavigation($tpl);\nshowTicketContent($tpl, $ticketId, $_SESSION['user_id']);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/user_add1.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Uri\\UriException;\nuse iMSCP\\Uri\\UriRedirect;\n\n/**\n * Check input data\n *\n * @return void\n */\nfunction reseller_checkData()\n{\n    if (!isset($_POST['dmn_name']) || $_POST['dmn_name'] === '') {\n        set_page_message(tr('Domain name cannot be empty.'), 'error');\n        return;\n    }\n\n    $dmnName = mb_strtolower(clean_input($_POST['dmn_name']));\n\n    global $dmnNameValidationErrMsg;\n    if (!isValidDomainName($dmnName)) {\n        set_page_message($dmnNameValidationErrMsg, 'error');\n        return;\n    }\n\n    // www is considered as an alias of the domain\n    while (strpos($dmnName, 'www.') !== false) {\n        $dmnName = substr($dmnName, 4);\n    }\n\n    $asciiDmnName = encode_idna($dmnName);\n\n    if (imscp_domain_exists($asciiDmnName, $_SESSION['user_id'])) {\n        set_page_message(\n            tohtml(tr('Domain %s is unavailable.'), $dmnName),\n            'error'\n        );\n        return;\n    }\n\n    $forwardUrl = 'no';\n    $forwardType = NULL;\n    $forwardHost = 'Off';\n\n    // Check for URL forwarding option\n    if (isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n        && isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true\n        )\n    ) {\n        if (!isset($_POST['forward_url_scheme'])\n            || !isset($_POST['forward_url'])\n        ) {\n            showBadRequestErrorPage();\n        }\n\n        $forwardUrl = clean_input($_POST['forward_url_scheme'])\n            . clean_input($_POST['forward_url']);\n        $forwardType = clean_input($_POST['forward_type']);\n\n        if ($forwardType == 'proxy' && isset($_POST['forward_host'])) {\n            $forwardHost = 'On';\n        }\n\n        try {\n            try {\n                $uri = UriRedirect::fromString($forwardUrl);\n            } catch (UriException $e) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl)\n                );\n            }\n\n            // Normalize URI host\n            $uri->setHost(encode_idna(mb_strtolower($uri->getHost())));\n            // Normalize URI path\n            $uri->setPath(rtrim(utils_normalizePath($uri->getPath()), '/') . '/');\n\n            if ($uri->getHost() == $asciiDmnName\n                && ($uri->getPath() == '/' && in_array($uri->getPort(), ['', 80, 443]))\n            ) {\n                throw new Exception(\n                    tr('Forward URL %s is not valid.', $forwardUrl) . ' ' .\n                    tr('Domain %s cannot be forwarded on itself.', $dmnName)\n                );\n            }\n\n            if ($forwardType == 'proxy') {\n                $port = $uri->getPort();\n                if ($port && $port < 1025) {\n                    throw new Exception(\n                        tr('Unallowed port in forward URL. Only ports above 1024 are allowed.')\n                    );\n                }\n            }\n\n            $forwardUrl = $uri->getUri();\n        } catch (Exception $e) {\n            set_page_message(tohtml($e->getMessage()), 'error');\n            return;\n        }\n    }\n\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    if ((!isset($_POST['datepicker'])\n            || $_POST['datepicker'] === '')\n        && !isset($_POST['never_expire'])\n    ) {\n        set_page_message(\n            tohtml(tr('Domain expiration date must be filled.')), 'error'\n        );\n        return;\n    }\n\n    $dmnExpire = isset($_POST['datepicker'])\n        ? @strtotime(clean_input($_POST['datepicker'])) : 0;\n\n    if ($dmnExpire === false) {\n        set_page_message('Invalid expiration date.', 'error');\n        return;\n    }\n\n    $hpId = isset($_POST['dmn_tpl']) ? clean_input($_POST['dmn_tpl']) : 0;\n    $customizeHp = $hpId > 0 && isset($_POST['chtpl']) ? $_POST['chtpl'] : '_no_';\n\n    if ($hpId == 0 || $customizeHp == '_yes_') {\n        $_SESSION['dmn_name'] = $asciiDmnName;\n        $_SESSION['dmn_expire'] = $dmnExpire;\n        $_SESSION['dmn_url_forward'] = $forwardUrl;\n        $_SESSION['dmn_type_forward'] = $forwardType;\n        $_SESSION['dmn_host_forward'] = $forwardHost;\n        $_SESSION['dmn_wildcard_alias'] = $wildcardAlias;\n        $_SESSION['dmn_tpl'] = $hpId;\n        $_SESSION['chtpl'] = '_yes_';\n        $_SESSION['step_one'] = '_yes_';\n        redirectTo('user_add2.php');\n    }\n\n    if (!reseller_limits_check($_SESSION['user_id'], $hpId)) {\n        set_page_message(\n            tohtml(tr('Hosting plan limits exceed reseller limits.')),\n            'error'\n        );\n        return;\n    }\n\n    $_SESSION['dmn_name'] = $asciiDmnName;\n    $_SESSION['dmn_expire'] = $dmnExpire;\n    $_SESSION['dmn_url_forward'] = $forwardUrl;\n    $_SESSION['dmn_type_forward'] = $forwardType;\n    $_SESSION['dmn_host_forward'] = $forwardHost;\n    $_SESSION['dmn_wildcard_alias'] = $wildcardAlias;\n    $_SESSION['dmn_tpl'] = $hpId;\n    $_SESSION['chtpl'] = $customizeHp;\n    $_SESSION['step_one'] = '_yes_';\n    redirectTo('user_add3.php');\n}\n\n/**\n * Show first page of add user with data\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction reseller_generatePage(TemplateEngine $tpl)\n{\n    $forwardType = (\n        isset($_POST['forward_type'])\n        && in_array(\n            $_POST['forward_type'], ['301', '302', '303', '307', 'proxy'], true\n        )\n    ) ? $_POST['forward_type'] : '302';\n    $forwardHost = $forwardType == 'proxy' && isset($_POST['forward_host'])\n        ? 'On' : 'Off';\n    $wildcardAlias = isset($_POST['wildcard_alias'])\n    && in_array($_POST['wildcard_alias'], ['yes', 'no'], true)\n        ? $_POST['wildcard_alias'] : 'no';\n\n    $tpl->assign([\n        'DOMAIN_NAME_VALUE'    => isset($_POST['dmn_name'])\n            ? tohtml($_POST['dmn_name']) : '',\n        'FORWARD_URL_YES'      => isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? ' checked' : '',\n        'FORWARD_URL_NO'       => isset($_POST['url_forwarding'])\n        && $_POST['url_forwarding'] == 'yes'\n            ? '' : ' checked',\n        'HTTP_YES'             => isset($_POST['forward_url_scheme'])\n        && $_POST['forward_url_scheme'] == 'http://'\n            ? ' selected' : '',\n        'HTTPS_YES'            => isset($_POST['forward_url_scheme'])\n        && $_POST['forward_url_scheme'] == 'https://'\n            ? ' selected' : '',\n        'FORWARD_URL'          => isset($_POST['forward_url'])\n            ? tohtml($_POST['forward_url']) : '',\n        'FORWARD_TYPE_301'     => $forwardType == '301' ? ' checked' : '',\n        'FORWARD_TYPE_302'     => $forwardType == '302' ? ' checked' : '',\n        'FORWARD_TYPE_303'     => $forwardType == '303' ? ' checked' : '',\n        'FORWARD_TYPE_307'     => $forwardType == '307' ? ' checked' : '',\n        'FORWARD_TYPE_PROXY'   => $forwardType == 'proxy' ? ' checked' : '',\n        'FORWARD_HOST'         => $forwardHost == 'On' ? ' checked' : '',\n        'WILDCARD_ALIAS_YES'   => $wildcardAlias == 'yes' ? ' checked' : '',\n        'WILDCARD_ALIAS_NO'    => $wildcardAlias == 'no' ? ' checked' : '',\n        'DATEPICKER_VALUE'     => isset($_POST['datepicker'])\n            ? tohtml($_POST['datepicker']) : '',\n        'DATEPICKER_DISABLED'  => isset($_POST['datepicker'])\n            ? '' : ' disabled',\n        'NEVER_EXPIRE_CHECKED' => isset($_POST['datepicker'])\n            ? '' : ' checked',\n        'CHTPL1_VAL'           => isset($_POST['chtpl'])\n        && $_POST['chtpl'] == '_yes_'\n            ? ' checked' : '',\n        'CHTPL2_VAL'           => isset($_POST['chtpl'])\n        && $_POST['chtpl'] == '_yes_'\n            ? '' : ' checked'\n    ]);\n\n    $stmt = exec_query(\n        '\n            SELECT id, name\n            FROM hosting_plans\n            WHERE reseller_id = ?\n            AND status = ?\n            ORDER BY name\n        ',\n        [$_SESSION['user_id'], '1']\n    );\n\n    if (!$stmt->rowCount()) {\n        $tpl->assign('HOSTING_PLAN_ENTRIES_BLOCK', '');\n        return;\n    }\n\n    while ($row = $stmt->fetchRow()) {\n        $hpId = isset($_POST['dmn_tpl']) ? $_POST['dmn_tpl'] : '';\n        $tpl->assign([\n            'HP_NAME'     => tohtml($row['name']),\n            'HP_ID'       => tohtml($row['id'], 'htmlAttr'),\n            'HP_SELECTED' => $row['id'] == $hpId ? ' selected' : ''\n        ]);\n        $tpl->parse('HOSTING_PLAN_ENTRY_BLOCK', '.hosting_plan_entry_block');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (!empty($_POST)) {\n    reseller_checkData();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                       => 'shared/layouts/ui.tpl',\n    'page'                         => 'reseller/user_add1.tpl',\n    'page_message'                 => 'layout',\n    'hosting_plan_entries_block'   => 'page',\n    'hosting_plan_entry_block'     => 'hosting_plan_entries_block',\n    'customize_hosting_plan_block' => 'hosting_plan_entries_block'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'             => tohtml(tr('Reseller / Customers / Add Customer')),\n    'TR_CORE_DATA'              => tohtml(tr('Domain data')),\n    'TR_DOMAIN_NAME'            => tohtml(tr('Domain name')),\n    'TR_DOMAIN_EXPIRE'          => tohtml(tr('Domain expiration date')),\n    'TR_EXPIRE_CHECKBOX'        => tohtml(tr('Never')),\n    'TR_CHOOSE_HOSTING_PLAN'    => tohtml(tr('Choose hosting plan')),\n    'TR_PERSONALIZE_TEMPLATE'   => tohtml(tr('Personalise template')),\n    'TR_URL_FORWARDING'         => tohtml(tr('URL forwarding')),\n    'TR_URL_FORWARDING_TOOLTIP' => tohtml(tr('Allows to forward any request made to this domain to a specific URL.'), 'htmlAttr'),\n    'TR_FORWARD_TO_URL'         => tohtml(tr('Forward to URL')),\n    'TR_YES'                    => tohtml(tr('Yes')),\n    'TR_NO'                     => tohtml(tr('No')),\n    'TR_HTTP'                   => tohtml('http://'),\n    'TR_HTTPS'                  => tohtml('https://'),\n    'TR_FORWARD_TYPE'           => tohtml(tr('Forward type')),\n    'TR_301'                    => tohtml('301'),\n    'TR_302'                    => tohtml('302'),\n    'TR_303'                    => tohtml('303'),\n    'TR_307'                    => tohtml('307'),\n    'TR_PROXY'                  => tohtml('PROXY'),\n    'TR_PROXY_PRESERVE_HOST'    => tohtml(tr('Preserve Host')),\n    'TR_WILDCARD_ALIAS_TOOLTIP' => tohtml(tr(\"If enabled, a wildcard alias entry such as '*.domain.tld' will be added in the Web server configuration. This option is most suitable for software that provide multisite feature such as the Wordpress CMS. Be aware that the control panel won't check for possible conflicts with subdomains.\"), 'htmlAttr'),\n    'TR_WILDCARD_ALIAS'         => tohtml(tr('Wildcard alias')),\n    'TR_NEXT_STEP'              => tohtml(tr('Next step'), 'htmlAttr')\n]);\n\ngenerateNavigation($tpl);\nreseller_generatePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n"
  },
  {
    "path": "gui/public/reseller/user_add2.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get first step data\n *\n * @return bool TRUE if parameters from first step are found, FALSE otherwise\n */\nfunction getFirstStepData()\n{\n    global $dmnName, $hpId;\n\n    foreach (\n        [\n            'dmn_name', 'dmn_expire', 'dmn_url_forward', 'dmn_type_forward',\n            'dmn_host_forward', 'dmn_tpl'\n        ] as $data\n    ) {\n        if (!array_key_exists($data, $_SESSION)) {\n            return false;\n        }\n    }\n\n    $dmnName = $_SESSION['dmn_name'];\n    $hpId = $_SESSION['dmn_tpl'];\n    return true;\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    global $hpName, $php, $cgi, $sub, $als, $mail, $mailQuota, $ftp, $sqld,\n           $sqlu, $traffic, $diskspace, $backup, $dns, $extMail,\n           $webFolderProtection;\n\n    $cfg = Registry::get('config');\n\n    $tpl->assign([\n        'VL_TEMPLATE_NAME_VAL' => tohtml($hpName, 'htmlAttr'),\n        'VL_TEMPLATE_NAME'     => tohtml($hpName),\n        'MAX_SUBDMN_CNT'       => tohtml($sub, 'htmlAttr'),\n        'MAX_DMN_ALIAS_CNT'    => tohtml($als, 'htmlAttr'),\n        'MAX_MAIL_CNT'         => tohtml($mail, 'htmlAttr'),\n        'MAIL_QUOTA'           => tohtml($mailQuota, 'htmlAttr'),\n        'MAX_FTP_CNT'          => tohtml($ftp, 'htmlAttr'),\n        'MAX_SQL_CNT'          => tohtml($sqld, 'htmlAttr'),\n        'VL_MAX_SQL_USERS'     => tohtml($sqlu, 'htmlAttr'),\n        'VL_MAX_TRAFFIC'       => tohtml($traffic, 'htmlAttr'),\n        'VL_MAX_DISK_USAGE'    => tohtml($diskspace, 'htmlAttr'),\n        'VL_EXTMAILY'          => $extMail == '_yes_' ? ' checked' : '',\n        'VL_EXTMAILN'          => $extMail == '_yes_' ? '' : ' checked',\n        'VL_PHPY'              => $php == '_yes_' ? ' checked' : '',\n        'VL_PHPN'              => $php == '_yes_' ? '' : ' checked',\n        'VL_CGIY'              => $cgi == '_yes_' ? ' checked' : '',\n        'VL_CGIN'              => $cgi == '_yes_' ? '' : ' checked'\n    ]);\n\n    if (!resellerHasFeature('subdomains')) {\n        $tpl->assign('SUBDOMAIN_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('domain_aliases')) {\n        $tpl->assign('ALIAS_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('custom_dns_records')) {\n        $tpl->assign('CUSTOM_DNS_RECORDS_FEATURE', '');\n    } else {\n        $tpl->assign([\n            'VL_DNSY' => $dns == '_yes_' ? ' checked' : '',\n            'VL_DNSN' => $dns == '_yes_' ? '' : ' checked'\n        ]);\n    }\n\n    if (!resellerHasFeature('mail')) {\n        $tpl->assign('MAIL_FEATURE', '');\n        $tpl->assign('EXT_MAIL_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('ftp')) {\n        $tpl->assign('FTP_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('sql')) {\n        $tpl->assign('SQL_FEATURE', '');\n    }\n\n    if (!resellerHasFeature('backup')) {\n        $tpl->assign('BACKUP_FEATURE', '');\n    } else {\n        $tpl->assign([\n            'VL_BACKUPD' => in_array('_dmn_', $backup) ? ' checked' : '',\n            'VL_BACKUPS' => in_array('_sql_', $backup) ? ' checked' : '',\n            'VL_BACKUPM' => in_array('_mail_', $backup) ? ' checked' : ''\n        ]);\n    }\n\n    $tpl->assign([\n        'VL_WEB_FOLDER_PROTECTION_YES' => $webFolderProtection == '_yes_'\n            ? ' checked' : '',\n        'VL_WEB_FOLDER_PROTECTION_NO'  => $webFolderProtection == '_yes_'\n            ? '' : ' checked'\n    ]);\n\n    $phpini = PhpEditor::getInstance();\n\n    if (!$phpini->resellerHasPermission('phpiniSystem')) {\n        $tpl->assign('PHP_EDITOR_BLOCK', '');\n        return;\n    }\n\n    $tpl->assign([\n        'PHP_EDITOR_YES'         => $phpini->clientHasPermission('phpiniSystem')\n            ? ' checked' : '',\n        'PHP_EDITOR_NO'          => $phpini->clientHasPermission('phpiniSystem')\n            ? '' : ' checked',\n        'TR_PHP_EDITOR'          => tohtml(tr('PHP Editor')),\n        'TR_PHP_EDITOR_SETTINGS' => tohtml(tr('PHP Settings')),\n        'TR_SETTINGS'            => tohtml(tr('PHP Settings')),\n        'TR_DIRECTIVES_VALUES'   => tohtml(tr('PHP Configuration options')),\n        'TR_FIELDS_OK'           => tohtml(tr('All fields are valid.')),\n        'TR_MIB'                 => tohtml(tr('MiB')),\n        'TR_SEC'                 => tohtml(tr('Sec.'))\n    ]);\n\n    EventAggregator::getInstance()->registerListener(\n        Events::onGetJsTranslations,\n        function (Event $e) {\n            $translations = $e->getParam('translations');\n            $translations['core']['close'] = tr('Close');\n            $translations['core']['fields_ok'] = tr('All fields are valid.');\n            $translations['core']['out_of_range_value_error'] = tr('Value for the PHP %%s directive must be in range %%d to %%d.');\n            $translations['core']['lower_value_expected_error'] = tr('%%s cannot be greater than %%s.');\n            $translations['core']['error_field_stack'] = Registry::isRegistered('errFieldsStack')\n                ? Registry::get('errFieldsStack') : [];\n        }\n    );\n\n    $permissionsBlock = false;\n\n    if (!$phpini->resellerHasPermission('phpiniAllowUrlFopen')) {\n        $tpl->assign('PHP_EDITOR_ALLOW_URL_FOPEN_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_CAN_EDIT_ALLOW_URL_FOPEN' => tohtml(tr(\n                'Can edit the PHP %s configuration option',\n                'allow_url_fopen'\n            )),\n            'ALLOW_URL_FOPEN_YES'         => $phpini->clientHasPermission(\n                'phpiniAllowUrlFopen'\n            ) ? ' checked' : '',\n            'ALLOW_URL_FOPEN_NO'          => $phpini->clientHasPermission(\n                'phpiniAllowUrlFopen'\n            ) ? '' : ' checked'\n        ]);\n        $permissionsBlock = true;\n    }\n\n    if (!$phpini->resellerHasPermission('phpiniDisplayErrors')) {\n        $tpl->assign('PHP_EDITOR_DISPLAY_ERRORS_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_CAN_EDIT_DISPLAY_ERRORS' => tohtml(tr(\n                'Can edit the PHP %s configuration option',\n                'display_errors'\n            )),\n            'DISPLAY_ERRORS_YES'         => $phpini->clientHasPermission(\n                'phpiniDisplayErrors'\n            ) ? ' checked' : '',\n            'DISPLAY_ERRORS_NO'          => $phpini->clientHasPermission(\n                'phpiniDisplayErrors'\n            ) ? '' : ' checked'\n        ]);\n        $permissionsBlock = true;\n    }\n\n    if ($cfg['HTTPD_SERVER'] == 'apache_itk') {\n        $tpl->assign([\n            'PHP_EDITOR_DISABLE_FUNCTIONS_BLOCK' => '',\n            'PHP_EDITOR_MAIL_FUNCTION_BLOCK'     => ''\n        ]);\n    } else {\n        if ($phpini->resellerHasPermission('phpiniDisableFunctions')) {\n            $tpl->assign([\n                'TR_CAN_EDIT_DISABLE_FUNCTIONS' => tohtml(tr(\n                    'Can edit the PHP %s configuration option',\n                    'disable_functions'\n                )),\n                'DISABLE_FUNCTIONS_YES'         => $phpini->getClientPermission(\n                    'phpiniDisableFunctions'\n                ) == 'yes' ? ' checked' : '',\n                'DISABLE_FUNCTIONS_NO'          => $phpini->getClientPermission(\n                    'phpiniDisableFunctions'\n                ) == 'no' ? ' checked' : '',\n                'DISABLE_FUNCTIONS_EXEC'        => $phpini->getClientPermission(\n                    'phpiniDisableFunctions'\n                ) == 'exec' ? ' checked' : '',\n                'TR_ONLY_EXEC'                  => tr('Only exec')\n            ]);\n        } else {\n            $tpl->assign('PHP_EDITOR_DISABLE_FUNCTIONS_BLOCK', '');\n        }\n\n        if ($phpini->resellerHasPermission('phpiniMailFunction')) {\n            $tpl->assign([\n                'TR_CAN_USE_MAIL_FUNCTION' => tohtml(\n                    tr('Can use the PHP %s function', 'mail')\n                ),\n                'MAIL_FUNCTION_YES'        => $phpini->clientHasPermission(\n                    'phpiniMailFunction'\n                ) ? ' checked' : '',\n                'MAIL_FUNCTION_NO'         => $phpini->clientHasPermission(\n                    'phpiniMailFunction'\n                ) ? '' : ' checked'\n            ]);\n        } else {\n            $tpl->assign('PHP_EDITOR_MAIL_FUNCTION_BLOCK', '');\n        }\n\n        $permissionsBlock = true;\n    }\n\n    if (!$permissionsBlock) {\n        $tpl->assign('PHP_EDITOR_PERMISSIONS_BLOCK', '');\n    } else {\n        $tpl->assign([\n            'TR_PERMISSIONS' => tr('Permissions'),\n            'TR_ONLY_EXEC'   => tr(\"Only exec\")\n        ]);\n    }\n\n    $tpl->assign([\n        'TR_POST_MAX_SIZE'          => tohtml(\n            tr('PHP %s configuration option', 'post_max_size')\n        ),\n        'POST_MAX_SIZE'             => tohtml(\n            $phpini->getDomainIni('phpiniPostMaxSize'), 'htmlAttr'\n        ),\n        'TR_UPLOAD_MAX_FILEZISE'    => tohtml(\n            tr('PHP %s configuration option', 'upload_max_filesize')\n        ),\n        'UPLOAD_MAX_FILESIZE'       => tohtml(\n            $phpini->getDomainIni('phpiniUploadMaxFileSize'), 'htmlAttr'\n        ),\n        'TR_MAX_EXECUTION_TIME'     => tohtml(\n            tr('PHP %s configuration option', 'max_execution_time')),\n        'MAX_EXECUTION_TIME'        => tohtml(\n            $phpini->getDomainIni('phpiniMaxExecutionTime'), 'htmlAttr'\n        ),\n        'TR_MAX_INPUT_TIME'         => tohtml(\n            tr('PHP %s configuration option', 'max_input_time')\n        ),\n        'MAX_INPUT_TIME'            => tohtml(\n            $phpini->getDomainIni('phpiniMaxInputTime'), 'htmlAttr'\n        ),\n        'TR_MEMORY_LIMIT'           => tohtml(\n            tr('PHP %s configuration option', 'memory_limit')\n        ),\n        'MEMORY_LIMIT'              => tohtml(\n            $phpini->getDomainIni('phpiniMemoryLimit'), 'htmlAttr'\n        ),\n        'POST_MAX_SIZE_LIMIT'       => tohtml(\n            $phpini->getResellerPermission('phpiniPostMaxSize'), 'htmlAttr'\n        ),\n        'UPLOAD_MAX_FILESIZE_LIMIT' => tohtml(\n            $phpini->getResellerPermission('phpiniUploadMaxFileSize'),\n            'htmlAttr'\n        ),\n        'MAX_EXECUTION_TIME_LIMIT'  => tohtml(\n            $phpini->getResellerPermission('phpiniMaxExecutionTime'),\n            'htmlAttr'\n        ),\n        'MAX_INPUT_TIME_LIMIT'      => tohtml(\n            $phpini->getResellerPermission('phpiniMaxInputTime'), 'htmlAttr'\n        ),\n        'MEMORY_LIMIT_LIMIT'        => tohtml(\n            $phpini->getResellerPermission('phpiniMemoryLimit'), 'htmlAttr'\n        )\n    ]);\n}\n\n/**\n * Get hosting plan data\n *\n * @return void\n */\nfunction getHostingPlanData()\n{\n    global $hpId, $hpName, $php, $cgi, $sub, $als, $mail, $mailQuota, $ftp,\n           $sqld, $sqlu, $traffic, $diskspace, $backup, $dns, $extMail,\n           $webFolderProtection;\n\n    if ($hpId == 0) {\n        return;\n    }\n\n    $stmt = exec_query(\n        '\n            SELECT name, props\n            FROM hosting_plans\n            WHERE reseller_id = ?\n            AND id = ?\n        ',\n        [$_SESSION['user_id'], $hpId]\n    );\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $data = $stmt->fetchRow();\n\n    list(\n        $php, $cgi, $sub, $als, $mail, $ftp, $sqld, $sqlu, $traffic,\n        $diskspace, $backup, $dns, $phpEditor, $phpiniAllowUrlFopen,\n        $phpiniDisplayErrors, $phpiniDisableFunctions, $phpiniMailFunction,\n        $phpiniPostMaxSize, $phpiniUploadMaxFileSize, $phpiniMaxExecutionTime,\n        $phpiniMaxInputTime, $phpiniMemoryLimit, $extMail,\n        $webFolderProtection, $mailQuota\n        ) = explode(';', $data['props']);\n\n    $backup = explode('|', $backup);\n    $mailQuota = ($mailQuota != '0') ? $mailQuota / 1048576 : '0';\n    $hpName = $data['name'];\n\n    $phpini = PhpEditor::getInstance();\n    $phpini->setClientPermission('phpiniSystem', $phpEditor);\n    $phpini->setClientPermission('phpiniAllowUrlFopen', $phpiniAllowUrlFopen);\n    $phpini->setClientPermission('phpiniDisplayErrors', $phpiniDisplayErrors);\n    $phpini->setClientPermission(\n        'phpiniDisableFunctions', $phpiniDisableFunctions\n    );\n    $phpini->setClientPermission('phpiniMailFunction', $phpiniMailFunction);\n\n    // Must be set before phpiniPostMaxSize\n    $phpini->setDomainIni('phpiniMemoryLimit', $phpiniMemoryLimit);\n    // Must be set before phpiniUploadMaxFileSize\n    $phpini->setDomainIni('phpiniPostMaxSize', $phpiniPostMaxSize);\n    $phpini->setDomainIni('phpiniUploadMaxFileSize', $phpiniUploadMaxFileSize);\n    $phpini->setDomainIni('phpiniMaxExecutionTime', $phpiniMaxExecutionTime);\n    $phpini->setDomainIni('phpiniMaxInputTime', $phpiniMaxInputTime);\n}\n\n/**\n * Check input data\n *\n * @return bool TRUE if all data are valid, FALSE otherwise\n */\nfunction checkInputData()\n{\n    global $php, $cgi, $sub, $als, $mail, $mailQuota, $ftp, $sqld, $sqlu,\n           $traffic, $diskspace, $backup, $dns, $extMail, $webFolderProtection;\n\n    $sub = isset($_POST['nreseller_max_subdomain_cnt'])\n        ? clean_input($_POST['nreseller_max_subdomain_cnt']) : $sub;\n    $als = isset($_POST['nreseller_max_alias_cnt'])\n        ? clean_input($_POST['nreseller_max_alias_cnt']) : $als;\n    $mail = isset($_POST['nreseller_max_mail_cnt'])\n        ? clean_input($_POST['nreseller_max_mail_cnt']) : $mail;\n    $mailQuota = isset($_POST['nreseller_mail_quota'])\n        ? clean_input($_POST['nreseller_mail_quota']) : $mailQuota;\n    $ftp = isset($_POST['nreseller_max_ftp_cnt'])\n        ? clean_input($_POST['nreseller_max_ftp_cnt']) : $ftp;\n    $sqld = isset($_POST['nreseller_max_sql_db_cnt'])\n        ? clean_input($_POST['nreseller_max_sql_db_cnt']) : $sqld;\n    $sqlu = isset($_POST['nreseller_max_sql_user_cnt'])\n        ? clean_input($_POST['nreseller_max_sql_user_cnt']) : $sqlu;\n    $traffic = isset($_POST['nreseller_max_traffic'])\n        ? clean_input($_POST['nreseller_max_traffic']) : $traffic;\n    $diskspace = isset($_POST['nreseller_max_disk'])\n        ? clean_input($_POST['nreseller_max_disk']) : $diskspace;\n    $php = isset($_POST['php']) ? clean_input($_POST['php']) : $php;\n    $cgi = isset($_POST['cgi']) ? clean_input($_POST['cgi']) : $cgi;\n    $dns = isset($_POST['dns']) ? clean_input($_POST['dns']) : $dns;\n    $backup = isset($_POST['backup']) && is_array($_POST['backup'])\n        ? $_POST['backup'] : $backup;\n    $extMail = isset($_POST['external_mail'])\n        ? clean_input($_POST['external_mail']) : $extMail;\n    $webFolderProtection = isset($_POST['web_folder_protection'])\n        ? clean_input($_POST['web_folder_protection']) : $webFolderProtection;\n\n    $php = $php === '_yes_' ? '_yes_' : '_no_';\n    $cgi = $cgi === '_yes_' ? '_yes_' : '_no_';\n    $dns = resellerHasFeature('custom_dns_records') && $dns === '_yes_'\n        ? '_yes_' : '_no_';\n    $backup = resellerHasFeature('backup')\n        ? array_intersect($backup, ['_dmn_', '_sql_', '_mail_']) : [];\n    $extMail = $extMail === '_yes_' ? '_yes_' : '_no_';\n    $webFolderProtection = $webFolderProtection === '_yes_' ? '_yes_' : '_no_';\n\n    $errFieldsStack = [];\n\n    // Subdomains limit\n    if (!resellerHasFeature('subdomains')) {\n        $sub = '-1';\n    } elseif (!imscp_limit_check($sub, -1)) {\n        set_page_message(tohtml(tr('Incorrect subdomain limit.')), 'error');\n        $errFieldsStack[] = 'nreseller_max_subdomain_cnt';\n    }\n\n    if (!resellerHasFeature('domain_aliases')) {\n        $als = '-1';\n    } elseif (!imscp_limit_check($als, -1)) {\n        set_page_message(tohtml(tr('Incorrect alias limit.')), 'error');\n        $errFieldsStack[] = 'nreseller_max_alias_cnt';\n    }\n\n    // Mail accounts limit\n    if (!resellerHasFeature('mail')) {\n        $mail = '-1';\n    } elseif (!imscp_limit_check($mail, -1)) {\n        set_page_message(\n            tohtml(tr('Incorrect mail accounts limit.')), 'error'\n        );\n        $errFieldsStack[] = 'nreseller_max_mail_cnt';\n    }\n\n    // Mail quota limit\n    if (!imscp_limit_check($mailQuota, NULL)) {\n        set_page_message(tr('Incorrect mail quota.'), 'error');\n        $errFieldsStack[] = 'nreseller_mail_quota';\n    } elseif ($diskspace != '0' && $mailQuota > $diskspace) {\n        set_page_message(\n            tohtml(tr('Mail quota cannot be bigger than disk space limit.')),\n            'error'\n        );\n        $errFieldsStack[] = 'nreseller_mail_quota';\n    } elseif ($diskspace != '0' && $mailQuota == '0') {\n        set_page_message(\n            tohtml(tr(\n                'Mail quota cannot be unlimited. Max value is %d MiB.',\n                $diskspace\n            )),\n            'error'\n        );\n        $errFieldsStack[] = 'nreseller_mail_quota';\n    }\n\n    // Ftp accounts limit\n    if (!resellerHasFeature('ftp')) {\n        $ftp = '-1';\n    } elseif (!imscp_limit_check($ftp, -1)) {\n        set_page_message(tohtml(tr('Incorrect FTP accounts limit.')), 'error');\n        $errFieldsStack[] = 'nreseller_max_ftp_cnt';\n    }\n\n    // SQL database limit\n    if (!resellerHasFeature('sql_db')) {\n        $sqld = -1;\n    } elseif (!imscp_limit_check($sqld, -1)) {\n        set_page_message(\n            tohtml(tr('Incorrect SQL databases limit.')), 'error'\n        );\n        $errFieldsStack[] = 'nreseller_max_sql_db_cnt';\n    } elseif ($sqld != -1 && $sqlu == -1) {\n        set_page_message(tr('SQL users limit is disabled.'), 'error');\n        $errFieldsStack[] = 'nreseller_max_sql_db_cnt';\n        $errFieldsStack[] = 'nreseller_max_sql_user_cnt';\n    }\n\n    // SQL users limit\n    if (!resellerHasFeature('sql_user')) {\n        $sqlu = -1;\n    } elseif (!imscp_limit_check($sqlu, -1)) {\n        set_page_message(tohtml(tr('Incorrect SQL users limit.')), 'error');\n        $errFieldsStack[] = 'nreseller_max_sql_user_cnt';\n    } elseif ($sqlu != -1 && $sqld == -1) {\n        set_page_message(\n            tohtml(tr(\"SQL databases limit is disabled.\"), 'error')\n        );\n        $errFieldsStack[] = 'nreseller_max_sql_user_cnt';\n        $errFieldsStack[] = 'nreseller_max_sql_db_cnt';\n    }\n\n    // Monthly traffic limit\n    if (!imscp_limit_check($traffic, NULL)) {\n        set_page_message(\n            tohtml(tr('Incorrect monthly traffic limit.')), 'error'\n        );\n        $errFieldsStack[] = 'nreseller_max_traffic';\n    }\n\n    // Disk space limit\n    if (!imscp_limit_check($diskspace, NULL)) {\n        set_page_message(\n            tohtml(tr('Incorrect disk space limit.')), 'error'\n        );\n        $errFieldsStack[] = 'nreseller_max_disk';\n    }\n\n    // PHP Editor feature\n    $phpini = PhpEditor::getInstance();\n\n    if (isset($_POST['php_ini_system']) && $php != '_no_'\n        && $phpini->resellerHasPermission('phpiniSystem')\n    ) {\n        $phpini->setClientPermission(\n            'phpiniSystem', clean_input($_POST['php_ini_system'])\n        );\n\n        if ($phpini->clientHasPermission('phpiniSystem')) {\n            if (isset($_POST['phpini_perm_allow_url_fopen'])) {\n                $phpini->setClientPermission(\n                    'phpiniAllowUrlFopen',\n                    clean_input($_POST['phpini_perm_allow_url_fopen'])\n                );\n            }\n\n            if (isset($_POST['phpini_perm_display_errors'])) {\n                $phpini->setClientPermission(\n                    'phpiniDisplayErrors',\n                    clean_input($_POST['phpini_perm_display_errors'])\n                );\n            }\n\n            if (isset($_POST['phpini_perm_disable_functions'])) {\n                $phpini->setClientPermission(\n                    'phpiniDisableFunctions',\n                    clean_input($_POST['phpini_perm_disable_functions'])\n                );\n            }\n\n            if (isset($_POST['phpini_perm_mail_function'])) {\n                $phpini->setClientPermission(\n                    'phpiniMailFunction',\n                    clean_input($_POST['phpini_perm_mail_function'])\n                );\n            }\n\n            if (isset($_POST['memory_limit'])) {\n                // Must be set before phpiniPostMaxSize\n                $phpini->setDomainIni(\n                    'phpiniMemoryLimit', clean_input($_POST['memory_limit'])\n                );\n            }\n\n            if (isset($_POST['post_max_size'])) {\n                // Must be set before phpiniUploadMaxFileSize\n                $phpini->setDomainIni('phpiniPostMaxSize',\n                    clean_input($_POST['post_max_size'])\n                );\n            }\n\n            if (isset($_POST['upload_max_filesize'])) {\n                $phpini->setDomainIni(\n                    'phpiniUploadMaxFileSize',\n                    clean_input($_POST['upload_max_filesize'])\n                );\n            }\n\n            if (isset($_POST['max_execution_time'])) {\n                $phpini->setDomainIni(\n                    'phpiniMaxExecutionTime',\n                    clean_input($_POST['max_execution_time'])\n                );\n            }\n\n            if (isset($_POST['max_input_time'])) {\n                $phpini->setDomainIni(\n                    'phpiniMaxInputTime', clean_input($_POST['max_input_time'])\n                );\n            }\n        }\n    }\n\n    if (!empty($errFieldsStack)) {\n        Registry::set('errFieldsStack', $errFieldsStack);\n        return false;\n    }\n\n    return true;\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n// Initialize global variables\nglobal $dmnName, $hpId;\n$hpName = 'Custom';\n$sub = $als = $mail = $mailQuota = $ftp = $sqld = $sqlu = $traffic\n    = $diskspace = '0';\n$php = $cgi = $dns = $extMail = '_no_';\n$webFolderProtection = '_yes_';\n$backup = [];\n\nif (!getFirstStepData()) {\n    set_page_message(\n        tohtml(tr('Domain data were altered. Please try again.')),\n        'error'\n    );\n    unsetMessages();\n    redirectTo('user_add1.php');\n}\n\n$phpini = PhpEditor::getInstance();\n// Load reseller PHP permissions\n$phpini->loadResellerPermissions($_SESSION['user_id']);\n// Load client default PHP permissions\n$phpini->loadClientPermissions();\n// Load domain default PHP configuration options\n$phpini->loadDomainIni();\n\nif (isset($_POST['uaction'])\n    && 'user_add2_nxt' == $_POST['uaction']\n    && !isset($_SESSION['step_one'])\n) {\n    if (checkInputData()) {\n        $_SESSION['step_two_data'] = \"$dmnName;0\";\n        $_SESSION['ch_hpprops'] =\n            \"$php;$cgi;$sub;$als;$mail;$ftp;$sqld;$sqlu;$traffic;$diskspace;\"\n            . implode('|', $backup) . \";$dns;\" .\n            $phpini->getClientPermission('phpiniSystem') . ';' .\n            $phpini->getClientPermission('phpiniAllowUrlFopen') . ';' .\n            $phpini->getClientPermission('phpiniDisplayErrors') . ';' .\n            $phpini->getClientPermission('phpiniDisableFunctions') . ';' .\n            $phpini->getClientPermission('phpiniMailFunction') . ';' .\n            $phpini->getDomainIni('phpiniPostMaxSize') . ';' .\n            $phpini->getDomainIni('phpiniUploadMaxFileSize') . ';' .\n            $phpini->getDomainIni('phpiniMaxExecutionTime') . ';' .\n            $phpini->getDomainIni('phpiniMaxInputTime') . ';' .\n            $phpini->getDomainIni('phpiniMemoryLimit') . ';' .\n            $extMail . ';' . $webFolderProtection . ';' . $mailQuota * 1048576;\n\n        if (reseller_limits_check(\n            $_SESSION['user_id'], $_SESSION['ch_hpprops'])\n        ) {\n            redirectTo('user_add3.php');\n        }\n    }\n} else {\n    unset($_SESSION['step_one']);\n    getHostingPlanData();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                             => 'shared/layouts/ui.tpl',\n    'page'                               => 'reseller/user_add2.tpl',\n    'page_message'                       => 'layout',\n    'subdomain_feature'                  => 'page',\n    'alias_feature'                      => 'page',\n    'mail_feature'                       => 'page',\n    'custom_dns_records_feature'         => 'page',\n    'ext_mail_feature'                   => 'page',\n    'ftp_feature'                        => 'page',\n    'sql_feature'                        => 'page',\n    'backup_feature'                     => 'page',\n    'php_editor_block'                   => 'page',\n    'php_editor_permissions_block'       => 'php_editor_block',\n    'php_editor_allow_url_fopen_block'   => 'php_editor_permissions_block',\n    'php_editor_display_errors_block'    => 'php_editor_permissions_block',\n    'php_editor_disable_functions_block' => 'php_editor_permissions_block',\n    \"php_mail_function_block\"            => 'php_editor_permissions_block',\n    'php_editor_default_values_block'    => 'php_editor_block'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'                 => tohtml(tr('Reseller / Customers / Add Customer - Next Step')),\n    'TR_HOSTING_PLAN'               => tohtml(tr('Hosting plan')),\n    'TR_NAME'                       => tohtml(tr('Name')),\n    'TR_MAX_SUBDOMAIN'              => tohtml(tr('Subdomains limit')) . '<br/><i>(-1 ' . tohtml(tr('disabled')) . ', 0 ∞)</i>',\n    'TR_MAX_DOMAIN_ALIAS'           => tohtml(tr('Domain aliases limit')) . '<br/><i>(-1 ' . tohtml(tr('disabled')) . ', 0 ∞)</i>',\n    'TR_MAX_MAIL_COUNT'             => tohtml(tr('Mail accounts limit')) . '<br/><i>(-1 ' . tohtml(tr('disabled')) . ', 0 ∞)</i>',\n    'TR_MAIL_QUOTA'                 => tohtml(tr('Mail quota [MiB]')) . '<br/><i>(0 ∞)</i>',\n    'TR_MAX_FTP'                    => tohtml(tr('FTP accounts limit')) . '<br/><i>(-1 ' . tohtml(tr('disabled')) . ', 0 ∞)</i>',\n    'TR_MAX_SQL_DB'                 => tohtml(tr('SQL databases limit')) . '<br/><i>(-1 ' . tohtml(tr('disabled')) . ', 0 ∞)</i>',\n    'TR_MAX_SQL_USERS'              => tohtml(tr('SQL users limit')) . '<br/><i>(-1 ' . tohtml(tr('disabled')) . ', 0 ∞)</i>',\n    'TR_MAX_TRAFFIC'                => tohtml(tr('Monthly traffic limit [MiB]')) . '<br/><i>(0 ∞)</i>',\n    'TR_MAX_DISK_USAGE'             => tohtml(tr('Disk space limit [MiB]')) . '<br/><i>(0 ∞)</i>',\n    'TR_EXTMAIL'                    => tohtml(tr('External mail server')),\n    'TR_PHP'                        => tohtml(tr('PHP')),\n    'TR_CGI'                        => tohtml(tr('CGI')),\n    'TR_BACKUP'                     => tohtml(tr('Backup')),\n    'TR_BACKUP_DOMAIN'              => tohtml(tr('Domain')),\n    'TR_BACKUP_SQL'                 => tohtml(tr('SQL')),\n    'TR_BACKUP_MAIL'                => tohtml(tr('Mail')),\n    'TR_DNS'                        => tohtml(tr('Custom DNS records')),\n    'TR_YES'                        => tohtml(tr('yes')),\n    'TR_NO'                         => tohtml(tr('no')),\n    'TR_NEXT_STEP'                  => tohtml(tr('Next step')),\n    'TR_FEATURES'                   => tohtml(tr('Features')),\n    'TR_LIMITS'                     => tohtml(tr('Limits')),\n    'TR_WEB_FOLDER_PROTECTION'      => tohtml(tr('Web folder protection')),\n    'TR_WEB_FOLDER_PROTECTION_HELP' => tohtml(tr('If set to `yes`, Web folders will be protected against deletion.'), 'htmlAttr')\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n"
  },
  {
    "path": "gui/public/reseller/user_add3.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get data from previous step\n *\n * @return bool\n */\nfunction getPreviousStepData()\n{\n    global $adminName, $hpId, $dmnName, $dmnExpire, $dmnUrlForward,\n           $dmnTypeForward, $dmnHostForward, $dmnWildcardAlias;\n\n    $dmnExpire = $_SESSION['dmn_expire'];\n    $dmnUrlForward = $_SESSION['dmn_url_forward'];\n    $dmnTypeForward = $_SESSION['dmn_type_forward'];\n    $dmnHostForward = $_SESSION['dmn_host_forward'];\n    $dmnWildcardAlias = $_SESSION['dmn_wildcard_alias'];\n\n    if (isset($_SESSION['step_one'])) {\n        $stepTwo = $_SESSION['dmn_name'] . ';' . $_SESSION['dmn_tpl'];\n        $hpId = $_SESSION['dmn_tpl'];\n        unset($_SESSION['dmn_name']);\n        unset($_SESSION['dmn_tpl']);\n        unset($_SESSION['chtpl']);\n        unset($_SESSION['step_one']);\n    } elseif (isset($_SESSION['step_two_data'])) {\n        $stepTwo = $_SESSION['step_two_data'];\n        unset($_SESSION['step_two_data']);\n    } elseif (isset($_SESSION['local_data'])) {\n        $stepTwo = $_SESSION['local_data'];\n        unset($_SESSION['local_data']);\n    } else {\n        $stepTwo = \"'';0\";\n    }\n\n    list($dmnName, $hpId) = explode(';', $stepTwo);\n    $adminName = $dmnName;\n\n    if (!isValidDomainName($dmnName) || $hpId == '') {\n        return false;\n    }\n\n    return true;\n}\n\n/**\n * Add customer user\n *\n * @param Zend_Form $form\n * @return void\n */\nfunction addCustomer(Zend_Form $form)\n{\n    global $hpId, $dmnName, $dmnExpire, $dmnUrlForward, $dmnTypeForward,\n           $dmnHostForward, $dmnWildcardAlias, $domainIp, $adminName;\n\n    if (!isset($_POST['domain_ip'])) {\n        showBadRequestErrorPage();\n    }\n\n    if (!$form->isValid($_POST)) {\n        foreach ($form->getMessages() as $fieldname => $msgsStack) {\n            set_page_message(reset($msgsStack), 'error');\n        }\n\n        return;\n    }\n\n    $domainIp = intval($_POST['domain_ip']);\n    $stmt = exec_query(\n        'SELECT reseller_ips FROM reseller_props WHERE reseller_id = ?',\n        [$_SESSION['user_id']]\n    );\n    if (!$stmt->rowCount()) {\n        throw new Exception(sprintf(\n            'Could not find IPs for reseller with ID %s', $_SESSION['user_id']\n        ));\n    }\n\n    $resellerIps = $stmt->fetchRow();\n    $resellerIps = explode(';', rtrim($resellerIps['reseller_ips'], ';'));\n    if (!in_array($domainIp, $resellerIps)) {\n        showBadRequestErrorPage();\n    }\n\n    $cfg = Registry::get('config');\n\n    if (isset($_SESSION['ch_hpprops'])) {\n        $props = $_SESSION['ch_hpprops'];\n        unset($_SESSION['ch_hpprops']);\n    } else {\n        $stmt = exec_query(\n            'SELECT props FROM hosting_plans WHERE reseller_id = ? AND id = ?',\n            [$_SESSION['user_id'], $hpId]\n        );\n        $data = $stmt->fetchRow();\n        $props = $data['props'];\n    }\n\n    list(\n        $php, $cgi, $sub, $als, $mail, $ftp, $sql_db, $sql_user, $traff, $disk,\n        $backup, $dns, $phpEditor, $phpiniAllowUrlFopen,\n        $phpiniDisplayErrors, $phpiniDisableFunctions, $phpMailFunction,\n        $phpiniPostMaxSize, $phpiniUploadMaxFileSize, $phpiniMaxExecutionTime,\n        $phpiniMaxInputTime, $phpiniMemoryLimit, $extMailServer,\n        $webFolderProtection, $mailQuota\n        ) = explode(';', $props);\n\n    $php = str_replace('_', '', $php);\n    $cgi = str_replace('_', '', $cgi);\n    $backup = str_replace('_', '', $backup);\n    $dns = str_replace('_', '', $dns);\n    $extMailServer = str_replace('_', '', $extMailServer);\n    $webFolderProtection = str_replace('_', '', $webFolderProtection);\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        exec_query(\n            \"\n                INSERT INTO admin (\n                    admin_name, admin_pass, admin_type, domain_created,\n                    created_by, fname, lname, firm, zip, city, state, country,\n                    email, phone, fax, street1, street2, gender, admin_status\n                ) VALUES (\n                    ?, ?, ?, unix_timestamp(), ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,\n                    ?, ?, ?, 'toadd'\n                )\n            \",\n            [\n                $adminName, iMSCP\\Crypt::apr1MD5($form->getValue('admin_pass')),\n                'user', $_SESSION['user_id'], $form->getValue('fname'),\n                $form->getValue('lname'), $form->getValue('firm'),\n                $form->getValue('zip'), $form->getValue('city'),\n                $form->getValue('state'), $form->getValue('country'),\n                encode_idna($form->getValue('email')), $form->getValue('phone'),\n                $form->getValue('fax'),\n                $form->getValue('street1'), $form->getValue('street2'),\n                $form->getValue('gender')\n            ]\n        );\n\n        $adminId = $db->insertId();\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onBeforeAddDomain,\n            [\n                'createdBy'     => $_SESSION['user_id'],\n                'customerId'    => $adminId,\n                'customerEmail' => $form->getValue('email'),\n                'domainName'    => $dmnName,\n                'mountPoint'    => '/',\n                'documentRoot'  => '/htdocs',\n                'forwardUrl'    => $dmnUrlForward,\n                'forwardType'   => $dmnTypeForward,\n                'forwardHost'   => $dmnHostForward,\n                'wildcardAlias' => $dmnWildcardAlias\n            ]\n        );\n\n        exec_query(\n            '\n                INSERT INTO domain (\n                    domain_name, domain_admin_id, domain_created,\n                    domain_expires, domain_mailacc_limit, domain_ftpacc_limit,\n                    domain_traffic_limit, domain_sqld_limit, domain_sqlu_limit,\n                    domain_status, domain_alias_limit, domain_subd_limit,\n                    domain_ip_id, domain_disk_limit, domain_disk_usage,\n                    domain_php, domain_cgi, allowbackup, domain_dns,\n                    phpini_perm_system, phpini_perm_allow_url_fopen,\n                    phpini_perm_display_errors, phpini_perm_disable_functions,\n                    phpini_perm_mail_function, domain_external_mail,\n                    web_folder_protection, mail_quota, url_forward, type_forward,\n                    host_forward, wildcard_alias\n                ) VALUES (\n                    ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,\n                    ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?\n                )\n            ',\n            [\n                $dmnName, $adminId, time(), $dmnExpire, $mail, $ftp, $traff,\n                $sql_db, $sql_user, 'toadd', $als, $sub, $domainIp, $disk, 0,\n                $php, $cgi, $backup, $dns, $phpEditor,\n                $phpiniAllowUrlFopen, $phpiniDisplayErrors,\n                $phpiniDisableFunctions, $phpMailFunction, $extMailServer,\n                $webFolderProtection, $mailQuota, $dmnUrlForward,\n                $dmnTypeForward, $dmnHostForward, $dmnWildcardAlias\n            ]\n        );\n\n        $dmnId = $db->insertId();\n\n        $phpini = PhpEditor::getInstance();\n        // Load reseller PHP permissions\n        $phpini->loadResellerPermissions($_SESSION['user_id']);\n        // Load client default PHP permissions\n        $phpini->loadClientPermissions();\n        // Load domain default PHP configuration options\n        $phpini->loadDomainIni();\n\n        // Must be set before phpiniPostMaxSize\n        $phpini->setDomainIni('phpiniMemoryLimit', $phpiniMemoryLimit);\n        // Must be set before phpiniUploadMaxFileSize\n        $phpini->setDomainIni('phpiniPostMaxSize', $phpiniPostMaxSize);\n        $phpini->setDomainIni(\n            'phpiniUploadMaxFileSize', $phpiniUploadMaxFileSize\n        );\n        $phpini->setDomainIni(\n            'phpiniMaxExecutionTime', $phpiniMaxExecutionTime\n        );\n        $phpini->setDomainIni('phpiniMaxInputTime', $phpiniMaxInputTime);\n        $phpini->saveDomainIni($adminId, $dmnId, 'dmn');\n\n        if ($cfg['CREATE_DEFAULT_EMAIL_ADDRESSES']) {\n            createDefaultMailAccounts(\n                $dmnId, $form->getValue('email'), $dmnName\n            );\n        }\n\n        send_add_user_auto_msg(\n            $_SESSION['user_id'], $adminName, $form->getValue('admin_pass'),\n            $form->getValue('email'), $form->getValue('fname'),\n            $form->getValue('lname'), tr('Customer')\n        );\n        exec_query(\n            '\n                INSERT INTO user_gui_props (\n                    user_id, lang, layout\n                ) VALUES (?, ?, ?)\n            ',\n            [$adminId, $cfg['USER_INITIAL_LANG'], $cfg['USER_INITIAL_THEME']]\n        );\n        update_reseller_c_props($_SESSION['user_id']);\n\n        EventAggregator::getInstance()->dispatch(\n            Events::onAfterAddDomain,\n            [\n                'createdBy'     => $_SESSION['user_id'],\n                'customerId'    => $adminId,\n                'customerEmail' => $form->getValue('email'),\n                'domainId'      => $dmnId,\n                'domainName'    => $dmnName,\n                'mountPoint'    => '/',\n                'documentRoot'  => '/htdocs',\n                'forwardUrl'    => $dmnUrlForward,\n                'forwardType'   => $dmnTypeForward,\n                'forwardHost'   => $dmnHostForward,\n                'wildcardAlias' => $dmnWildcardAlias\n            ]\n        );\n\n        $db->commit();\n        send_request();\n        write_log(\n            sprintf(\n                'A new customer (%s) has been created by: %s',\n                $adminName, $_SESSION['user_logged']\n            ),\n            E_USER_NOTICE\n        );\n        set_page_message(\n            tohtml(tr('Customer account successfully scheduled for creation.')),\n            'success'\n        );\n        unsetMessages();\n        redirectTo('users.php');\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n}\n\n/**\n * Generates page\n *\n * @param  TemplateEngine $tpl Template engine\n * @param Zend_Form $form\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, Zend_Form $form)\n{\n    global $hpId, $dmnName, $domainIp;\n\n    $form->setDefault('admin_name', $dmnName);\n    /** @noinspection PhpUndefinedFieldInspection */\n    $tpl->form = $form;\n\n    reseller_generate_ip_list($tpl, $_SESSION['user_id'], $domainIp);\n    $_SESSION['local_data'] = \"$dmnName;$hpId\";\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (!getPreviousStepData()) {\n    set_page_message(\n        tohtml(tr('Data were altered. Please try again.')), 'error'\n    );\n    unsetMessages();\n    redirectTo('user_add1.php');\n}\n\n$form = getUserLoginDataForm(false, true)->addElements(\n    getUserPersonalDataForm()->getElements()\n);\n$form->setDefault('gender', 'U');\n\nif (isset($_POST['uaction'])\n    && 'user_add3_nxt' == $_POST['uaction']\n    && !isset($_SESSION['step_two_data'])\n) {\n    addCustomer($form);\n} else {\n    unset($_SESSION['step_two_data']);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'reseller/user_add3.phtml',\n    'page_message' => 'layout',\n    'ip_entry'     => 'page'\n]);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Reseller / Customers / Add Customer - Next Step')));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $form);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n"
  },
  {
    "path": "gui/public/reseller/user_delete.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (!isset($_GET['user_id'])) {\n    showBadRequestErrorPage();\n}\n\n$customerId = intval($_GET['user_id']);\n\ntry {\n    if (!deleteCustomer($customerId, true)) {\n        showBadRequestErrorPage();\n    }\n\n    set_page_message(tr('Customer account successfully scheduled for deletion.'), 'success');\n    write_log(sprintf('%s scheduled deletion of the customer account with ID %d', $_SESSION['user_logged'], $customerId), E_USER_NOTICE);\n} catch (Exception $e) {\n    set_page_message(tr('Unable to schedule deletion of the customer account. A message has been sent to the administrator.'), 'error');\n    write_log(sprintf(\"System was unable to schedule deletion of the customer account with ID %s. Message was: %s\", $customerId, $e->getMessage()), E_USER_ERROR);\n}\n\nredirectTo('users.php');\n"
  },
  {
    "path": "gui/public/reseller/user_edit.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt as Crypt;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\TemplateEngine;\nuse Zend_Form as Form;\n\n/**\n * Update user data\n *\n * @param Form $form\n * @param int $userId User unique identifier\n * @return void\n * @throws Exception\n */\nfunction updateUserData(Form $form, $userId)\n{\n    $data = exec_query(\n        'SELECT admin_name FROM admin WHERE admin_id = ? AND created_by = ?', [$userId, $_SESSION['user_id']]\n    )->fetchRow();\n\n    if (!$data) {\n        showBadRequestErrorPage();\n    }\n\n    if (!$form->isValid($_POST)) {\n        foreach ($form->getMessages() as $fieldname => $msgsStack) {\n            set_page_message(reset($msgsStack), 'error');\n        }\n\n        return;\n    }\n\n    $passwordUpdated = $form->getValue('admin_pass') !== '';\n    $db = DatabaseMySQL::getInstance();\n\n    try {\n        $db->beginTransaction();\n\n        EventAggregator::getInstance()->dispatch(Events::onBeforeEditUser, [\n            'userId'   => $userId,\n            'userData' => $form->getValues()\n        ]);\n\n        exec_query(\n            \"\n                UPDATE admin\n                SET admin_pass = IFNULL(?, admin_pass), fname = ?, lname = ?, firm = ?, zip = ?, city = ?, state = ?,\n                    country = ?, email = ?, phone = ?, fax = ?, street1 = ?, street2 = ?, gender = ?,\n                    admin_status = IF(?, 'tochangepwd', admin_status)\n                WHERE admin_id = ?\n            \",\n            [\n                $passwordUpdated ? Crypt::apr1MD5($form->getValue('admin_pass')) : NULL, $form->getValue('fname'),\n                $form->getValue('lname'), $form->getValue('firm'), $form->getValue('zip'), $form->getValue('city'),\n                $form->getValue('state'), $form->getValue('country'), encode_idna($form->getValue('email')),\n                $form->getValue('phone'), $form->getValue('fax'), $form->getValue('street1'), $form->getValue('street2'),\n                $form->getValue('gender'), $passwordUpdated ? 1 : 0, $userId\n            ]\n        );\n\n\n        // Force user to login again (needed due to possible password or email change)\n        exec_query('DELETE FROM login WHERE user_name = ?', $data['admin_name']);\n\n        EventAggregator::getInstance()->dispatch(Events::onAfterEditUser, [\n            'userId'   => $userId,\n            'userData' => $form->getValues()\n        ]);\n        $db->commit();\n    } catch (Exception $e) {\n        $db->rollBack();\n        throw $e;\n    }\n\n    $ret = false;\n\n    if ($passwordUpdated) {\n        $ret = send_add_user_auto_msg(\n            $userId, $data['admin_name'], $form->getValue('admin_pass'), $form->getValue('email'),\n            $form->getValue('fname'), $form->getValue('lname'), tr('Customer')\n        );\n    }\n\n    send_request();\n    write_log(\n        sprintf('The %s user has been updated by %s', $data['admin_name'], $_SESSION['user_logged']),\n        E_USER_NOTICE\n    );\n    set_page_message('User has been updated.', 'success');\n\n    if ($ret) {\n        set_page_message(tr('New login data were sent to the %s user.', decode_idna($data['admin_name'])), 'success');\n    }\n\n    redirectTo(\"user_edit.php?edit_id=$userId\");\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @param Form $form\n * @param int $userId User unique identifier\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, Form $form, $userId)\n{\n    /** @noinspection PhpUndefinedFieldInspection */\n    $tpl->form = $form;\n    /** @noinspection PhpUndefinedFieldInspection */\n    $tpl->editId = $userId;\n\n    if (!empty($_POST)) {\n        $form->setDefault('admin_name', get_user_name($userId));\n        return;\n    }\n\n    $stmt = exec_query(\n        \"\n            SELECT admin_name, fname, lname, IFNULL(gender, 'U') as gender, firm, zip, city, state, country, street1,\n                street2, email, phone, fax\n            FROM admin\n            WHERE admin_id = ?\n            AND created_by = ?\n        \",\n        [$userId, $_SESSION['user_id']]\n    );\n\n    if (!($data = $stmt->fetchRow())) {\n        showBadRequestErrorPage();\n    }\n\n    $form->setDefaults($data);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\nif (!isset($_GET['edit_id'])) {\n    showBadRequestErrorPage();\n}\n\n$userId = intval($_GET['edit_id']);\n\nif ($userId == $_SESSION['user_id']) {\n    redirectTo('personal_change.php');\n}\n\n$form = getUserLoginDataForm(false, false)->addElements(getUserPersonalDataForm()->getElements());\n\nif (!empty($_POST)) {\n    updateUserData($form, $userId);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'shared/partials/user_edit.phtml',\n    'page_message' => 'layout'\n]);\n$tpl->assign('TR_PAGE_TITLE', tohtml(tr('Reseller / Customers / Overview / Edit Customer')));\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $form, $userId);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/user_statistics.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Generates statistics for the given user\n *\n * @access private\n * @param TemplateEngine $tpl Template engine instance\n * @param int $adminId User unique identifier\n * @return void\n */\nfunction _generateUserStatistics(TemplateEngine $tpl, $adminId)\n{\n    list($webTraffic, $ftpTraffic, $smtpTraffic, $pop3Traffic, $trafficUsage, $diskUsage\n        ) = getClientTrafficAndDiskStats($adminId);\n    list($subCount, $subLimit, $alsCount, $alsLimit, $mailCount, $mailLimit, $ftpCount, $ftpLimit, $sqlDbCount,\n        $sqlDbLimit, $sqlUsersCount, $sqlUsersLlimit, $trafficLimit, $diskLimit\n        ) = getClientItemCountsAndLimits($adminId);\n    $trafficPercent = getPercentUsage($trafficUsage, $trafficLimit);\n    $diskPercent = getPercentUsage($diskUsage, $diskLimit);\n    $tpl->assign([\n        'USER_ID'               => tohtml($adminId),\n        'USERNAME'              => tohtml(decode_idna(get_user_name($adminId))),\n        'TRAFFIC_PERCENT_WIDTH' => tohtml($trafficPercent, 'htmlAttr'),\n        'TRAFFIC_PERCENT'       => tohtml($trafficPercent),\n        'TRAFFIC_MSG'           => ($trafficLimit > 0)\n            ? tohtml(sprintf('%s / %s', bytesHuman($trafficUsage), bytesHuman($trafficLimit)))\n            : tohtml(sprintf('%s / ∞', bytesHuman($trafficUsage))),\n        'DISK_PERCENT_WIDTH'    => tohtml($diskPercent, 'htmlAttr'),\n        'DISK_PERCENT'          => tohtml($diskPercent),\n        'DISK_MSG'              => ($diskLimit > 0)\n            ? tohtml(sprintf('%s / %s', bytesHuman($diskUsage), bytesHuman($diskLimit)))\n            : tohtml(sprintf('%s / ∞', bytesHuman($diskUsage))),\n        'WEB'                   => tohtml(bytesHuman($webTraffic)),\n        'FTP'                   => tohtml(bytesHuman($ftpTraffic)),\n        'SMTP'                  => tohtml(bytesHuman($smtpTraffic)),\n        'POP3'                  => tohtml(bytesHuman($pop3Traffic)),\n        'SUB_MSG'               => tohtml(sprintf('%s / %s', $subCount, translate_limit_value($subLimit))),\n        'ALS_MSG'               => tohtml(sprintf('%s / %s', $alsCount, translate_limit_value($alsLimit))),\n        'MAIL_MSG'              => tohtml(sprintf('%s / %s', $mailCount, translate_limit_value($mailLimit))),\n        'FTP_MSG'               => tohtml(sprintf('%s / %s', $ftpCount, translate_limit_value($ftpLimit))),\n        'SQL_DB_MSG'            => tohtml(sprintf('%s / %s', $sqlDbCount, translate_limit_value($sqlDbLimit))),\n        'SQL_USER_MSG'          => tohtml(sprintf('%s / %s', $sqlUsersCount, translate_limit_value($sqlUsersLlimit)))\n    ]);\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl Template engine\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $stmt = exec_query('SELECT admin_id FROM admin WHERE created_by = ?', $_SESSION['user_id']);\n\n    while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n        _generateUserStatistics($tpl, $row['admin_id']);\n        $tpl->parse('USER_STATISTICS_ENTRY_BLOCK', '.user_statistics_entry_block');\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nresellerHasCustomers() or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                        => 'shared/layouts/ui.tpl',\n    'page'                          => 'reseller/user_statistics.tpl',\n    'page_message'                  => 'layout',\n    'user_statistics_entries_block' => 'page',\n    'user_statistics_entry_block'   => 'user_statistics_entries_block'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'   => tohtml(tr('Reseller / Statistics / Overview')),\n    'TR_USER'         => tohtml(tr('User'), 'htmlAttr'),\n    'TR_TRAFF'        => tohtml(tr('Monthly traffic usage')),\n    'TR_DISK'         => tohtml(tr('Disk usage')),\n    'TR_WEB'          => tohtml(tr('HTTP traffic')),\n    'TR_FTP_TRAFF'    => tohtml(tr('FTP traffic')),\n    'TR_SMTP'         => tohtml(tr('SMTP traffic')),\n    'TR_POP3'         => tohtml(tr('POP3/IMAP')),\n    'TR_SUBDOMAIN'    => tohtml(tr('Subdomains')),\n    'TR_ALIAS'        => tohtml(tr('Domain aliases')),\n    'TR_MAIL'         => tohtml(tr('Mail accounts')),\n    'TR_FTP'          => tohtml(tr('FTP accounts')),\n    'TR_SQL_DB'       => tohtml(tr('SQL databases')),\n    'TR_SQL_USER'     => tohtml(tr('SQL users')),\n    'TR_USER_TOOLTIP' => tohtml(tr('Show detailed statistics for this user'), 'htmlAttr')\n]);\n\nEventAggregator::getInstance()->registerListener(\n    Events::onGetJsTranslations,\n    function (Event $e) {\n        $e->getParam('translations')->core['dataTable'] = getDataTablesPluginTranslations(false);\n    }\n);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/user_statistics_details.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Get traffic information for the given period\n *\n * @param int $domainId User main domain unique identifier\n * @param int $startDate An UNIX timestamp representing a start date\n * @param int $endDate An UNIX timestamp representing an end date\n * @return array\n */\nfunction getDomainTraffic($domainId, $startDate, $endDate)\n{\n    $stmt = exec_query(\n        '\n          SELECT IFNULL(SUM(dtraff_web), 0) AS web_traffic,\n            IFNULL(SUM(dtraff_ftp), 0) AS ftp_traffic,\n            IFNULL(SUM(dtraff_mail), 0) AS mail_traffic,\n            IFNULL(SUM(dtraff_pop), 0) AS pop_traffic\n          FROM domain_traffic\n          WHERE domain_id = ?\n          AND dtraff_time BETWEEN ? AND ?\n        ',\n        [$domainId, $startDate, $endDate]\n    );\n\n    if (!$stmt->rowCount()) {\n        return [0, 0, 0, 0];\n    }\n\n    $row = $stmt->fetchRow();\n\n    return [$row['web_traffic'], $row['ftp_traffic'], $row['mail_traffic'], $row['pop_traffic']];\n}\n\n/**\n * Generate domain statistics for the given period\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl)\n{\n    $userId = intval($_GET['user_id']);\n    $stmt = exec_query(\n        '\n          SELECT admin_name, domain_id\n          FROM admin\n          JOIN domain ON(domain_admin_id = admin_id)\n          WHERE admin_id = ?\n          AND created_by = ?\n        ',\n        [$userId, $_SESSION['user_id']]\n    );\n\n    if (!$stmt->rowCount()) {\n        showBadRequestErrorPage();\n    }\n\n    $row = $stmt->fetchRow();\n    $domainId = $row['domain_id'];\n    $adminName = decode_idna($row['admin_name']);\n    $month = isset($_GET['month']) ? filter_digits($_GET['month']) : date('n');\n    $year = isset($_GET['year']) ? filter_digits($_GET['year']) : date('Y');\n    $stmt = exec_query(\n        'SELECT dtraff_time FROM domain_traffic WHERE domain_id = ? ORDER BY dtraff_time ASC LIMIT 1', $domainId\n    );\n    $nPastYears = $stmt->rowCount() ? date('Y') - date('Y', $stmt->fetchRow(PDO::FETCH_COLUMN)) : 0;\n\n    generateDMYlists($tpl, 0, $month, $year, $nPastYears);\n\n    $stmt = exec_query(\n        'SELECT COUNT(domain_id) FROM domain_traffic WHERE dtraff_time BETWEEN ? AND ? LIMIT 1',\n        [getFirstDayOfMonth($month, $year), getLastDayOfMonth($month, $year)]\n    );\n\n    if ($stmt->fetchRow(PDO::FETCH_COLUMN) < 1) {\n        set_page_message(tr('No statistics found for the given period. Try another period.'), 'static_info');\n        $tpl->assign([\n            'USERNAME'                      => tohtml($adminName),\n            'USER_ID'                       => tohtml($userId),\n            'USER_STATISTICS_DETAILS_BLOCK' => ''\n        ]);\n        return;\n    }\n\n    $requestedPeriod = getLastDayOfMonth($month, $year);\n    $toDay = ($requestedPeriod < time()) ? date('j', $requestedPeriod) : date('j');\n    $dateFormat = Registry::get('config')['DATE_FORMAT'];\n    $all = array_fill(0, 8, 0);\n\n    for ($fromDay = 1; $fromDay <= $toDay; $fromDay++) {\n        $beginTime = mktime(0, 0, 0, $month, $fromDay, $year);\n        $endTime = mktime(23, 59, 59, $month, $fromDay, $year);\n\n        list($webTraffic, $ftpTraffic, $smtpTraffic, $popTraffic) = getDomainTraffic($domainId, $beginTime, $endTime);\n\n        $tpl->assign([\n            'DATE'         => date($dateFormat, strtotime($year . '-' . $month . '-' . $fromDay)),\n            'WEB_TRAFFIC'  => bytesHuman($webTraffic),\n            'FTP_TRAFFIC'  => bytesHuman($ftpTraffic),\n            'SMTP_TRAFFIC' => bytesHuman($smtpTraffic),\n            'POP3_TRAFFIC' => bytesHuman($popTraffic),\n            'ALL_TRAFFIC'  => bytesHuman($webTraffic + $ftpTraffic + $smtpTraffic + $popTraffic),\n        ]);\n\n        $all[0] += $webTraffic;\n        $all[1] += $ftpTraffic;\n        $all[2] += $smtpTraffic;\n        $all[3] += $popTraffic;\n        $tpl->parse('TRAFFIC_TABLE_ITEM', '.traffic_table_item');\n    }\n\n    $tpl->assign([\n        'USER_ID'          => tohtml($userId),\n        'USERNAME'         => tohtml($adminName),\n        'ALL_WEB_TRAFFIC'  => tohtml(bytesHuman($all[0])),\n        'ALL_FTP_TRAFFIC'  => tohtml(bytesHuman($all[1])),\n        'ALL_SMTP_TRAFFIC' => tohtml(bytesHuman($all[2])),\n        'ALL_POP3_TRAFFIC' => tohtml(bytesHuman($all[3])),\n        'ALL_ALL_TRAFFIC'  => tohtml(bytesHuman(array_sum($all)))\n    ]);\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\nresellerHasCustomers() && isset($_GET['user_id']) or showBadRequestErrorPage();\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                        => 'shared/layouts/ui.tpl',\n    'page'                          => 'reseller/user_statistics_details.tpl',\n    'page_message'                  => 'layout',\n    'month_list'                    => 'page',\n    'year_list'                     => 'page',\n    'user_statistics_details_block' => 'page',\n    'traffic_table_item'            => 'user_statistics_details_block'\n]);\n$tpl->assign([\n    'TR_PAGE_TITLE'   => tohtml(tr('Reseller / Statistics / Overview / {USERNAME} USER Statistics')),\n    'TR_MONTH'        => tohtml(tr('Month')),\n    'TR_YEAR'         => tohtml(tr('Year')),\n    'TR_SHOW'         => tohtml(tr('Show')),\n    'TR_WEB_TRAFFIC'  => tohtml(tr('Web traffic')),\n    'TR_FTP_TRAFFIC'  => tohtml(tr('FTP traffic')),\n    'TR_SMTP_TRAFFIC' => tohtml(tr('SMTP traffic')),\n    'TR_POP3_TRAFFIC' => tohtml(tr('POP3/IMAP traffic')),\n    'TR_ALL_TRAFFIC'  => tohtml(tr('All traffic')),\n    'TR_ALL'          => tohtml(tr('All')),\n    'TR_DAY'          => tohtml(tr('Day'))\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl);\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/reseller/users.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Checks for external event\n *\n * @return void\n */\nfunction check_external_events()\n{\n    if (isset($_SESSION['edit'])) {\n        if ('_yes_' == $_SESSION['edit']) {\n            set_page_message(tr('User data were successfully updated.'), 'success');\n        } else {\n            set_page_message(tr('User data were not updated.'), 'error');\n        }\n        unset($_SESSION['edit']);\n        return;\n    }\n\n    if (isset($_SESSION['user_has_domain'])) {\n        if ($_SESSION['user_has_domain'] == '_yes_') {\n            set_page_message(tr('This user has domain record. First remove the domain from the system.'), 'error');\n        }\n\n        unset($_SESSION['user_has_domain']);\n        return;\n    }\n\n    if (isset($_SESSION['user_deleted'])) {\n        if ($_SESSION['user_deleted'] == '_yes_') {\n            set_page_message(tr('User scheduled for deletion.'), 'info');\n        } else {\n            set_page_message(tr('User has not been deleted.'), 'error');\n        }\n\n        unset($_SESSION['user_deleted']);\n    }\n}\n\nrequire 'imscp-lib.php';\n\ncheck_login('reseller');\nEventAggregator::getInstance()->dispatch(Events::onResellerScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'                         => 'shared/layouts/ui.tpl',\n    'page'                           => 'reseller/users.phtml',\n    'page_message'                   => 'layout',\n    'client_search_form'             => 'page',\n    'client_show_domain_aliases_blk' => 'client_search_form',\n    'client_domain_aliases_switch'   => 'client_search_form',\n    'client_domain_aliases_show'     => 'client_domain_aliases_switch',\n    'client_domain_aliases_hide'     => 'client_domain_aliases_switch',\n    'client_message'                 => 'page',\n    'client_list'                    => 'page',\n    'client_item'                    => 'client_list',\n    'client_domain_status_ok'        => 'client_item',\n    'client_domain_status_not_ok'    => 'client_item',\n    'client_restricted_links'        => 'client_item',\n    'client_domain_alias_blk'        => 'client_item',\n    'client_scroll_prev'             => 'client_list',\n    'client_scroll_prev_gray'        => 'client_list',\n    'client_scroll_next_gray'        => 'client_list',\n    'client_scroll_next'             => 'client_list'\n]);\n$tpl->assign('TR_PAGE_TITLE', tr('Reseller / Customers / Overview'));\n\ngenerateNavigation($tpl);\ngen_user_list($tpl);\ncheck_external_events();\ngeneratePageMessage($tpl);\n\n$tpl->parse('LAYOUT_CONTENT', 'page');\nEventAggregator::getInstance()->dispatch(\n    Events::onResellerScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n\nunset($_SESSION['dmn_name']);\nunset($_SESSION['ch_hpprops']);\nunset($_SESSION['local_data']);\nunset($_SESSION['dmn_ip']);\nunset($_SESSION['dmn_id']);\nunset($GLOBALS['dmn_name']);\nunset($GLOBALS['ch_hpprops']);\nunset($GLOBALS['local_data']);\nunset($GLOBALS['user_add3_added']);\nunset($GLOBALS['user_add3_added']);\nunset($GLOBALS['dmn_ip']);\nunset($GLOBALS['dmn_id']);\n\nunsetMessages();\n"
  },
  {
    "path": "gui/public/robots.txt",
    "content": "User-agent: *\nDisallow: /\n"
  },
  {
    "path": "gui/public/shared/ftp_choose_dir.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\ndeclare(strict_types=1);\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\VirtualFileSystem;\n\n/**\n * Is the given directory hidden inside the mountpoints?\n *\n * @param string $directory Directory path\n * @return bool\n */\nfunction isHiddenDir(string $directory): bool\n{\n    global $vfsHiddenDirs, $mountPoints;\n\n    if ($vfsHiddenDirs === '') {\n        return false;\n    }\n\n    if (preg_match(\"%^(?:$mountPoints)(?:$vfsHiddenDirs)$%\", $directory)) {\n        return true;\n    }\n\n    return false;\n}\n\n/**\n * Is the given directory unselectable inside the mountpoints?\n *\n * @param string $directory Directory path\n * @return bool\n */\nfunction isUnselectable(string $directory): bool\n{\n    global $vfsUnselectableDirs, $mountPoints;\n\n    if ($vfsUnselectableDirs === '') {\n        return false;\n    }\n\n    if (preg_match(\n        \"%^(?:$mountPoints)(?:$vfsUnselectableDirs)$%\", $directory\n    )) {\n        return true;\n    }\n\n    return false;\n}\n\n/**\n * Generates directory list\n *\n * @param TemplateEngine $tpl Template engine instance\n * @return void\n */\nfunction generateDirectoryList(TemplateEngine $tpl): void\n{\n    global $vfsUser, $vfsRootDir;\n\n    try {\n        $curDir = isset($_GET['cur_dir']) ? clean_input($_GET['cur_dir'] ?: '/') : '/';\n        \n        $vfs = new VirtualFileSystem($vfsUser, $vfsRootDir);\n        $list = $vfs->ls($curDir);\n        $parentDir = $curDir != '/' ? dirname($curDir) : $curDir;\n\n        $tpl->assign([\n            'LINK'  => tohtml(\n                \"/shared/ftp_choose_dir.php?cur_dir=$parentDir\", 'htmlAttr'\n            ),\n            'ICON'     => 'parent',\n            'DIR_NAME' => tr('Parent directory')\n        ]);\n\n        // Only check for unselectable parent directory when needed\n        if (substr_count($parentDir, '/') < 2 && isUnselectable($parentDir)) {\n            $tpl->assign('ACTION_LINK', '');\n        } else {\n            $tpl->assign('DIRECTORY', tohtml($parentDir, 'htmlAttr'));\n        }\n\n        $tpl->parse('DIR_ITEM', '.dir_item');\n        \n        foreach ($list as $entry) {\n            if ($entry['type'] != VirtualFileSystem::VFS_TYPE_DIR) {\n                continue;\n            }\n\n            $directory = utils_normalizePath(\n                '/' . $curDir . '/' . $entry['basename']\n            );\n\n            // Only check for hidden/unselectable directories when needed\n            if (substr_count($directory, '/') < 3) {\n                if (isHiddenDir($directory)) {\n                    continue;\n                }\n\n                if (isUnselectable($directory)) {\n                    $tpl->assign([\n                        'ICON'      => 'locked',\n                        'DIR_NAME'  => tohtml($entry['basename']),\n                        'LINK'      => tohtml(\n                            '/shared/ftp_choose_dir.php?cur_dir=' . $directory,\n                            'htmlAttr'\n                        ),\n                        'DIRECTORY' => tohtml($directory, 'htmlAttr'),\n                    ]);\n                    $tpl->assign('ACTION_LINK', '');\n                    $tpl->parse('DIR_ITEM', '.dir_item');\n                    continue;\n                }\n            }\n\n            $tpl->assign([\n                'ICON'      => 'folder',\n                'DIR_NAME'  => tohtml($entry['basename']),\n                'LINK'      => tohtml(\n                    '/shared/ftp_choose_dir.php?cur_dir=' . $directory,\n                    'htmlAttr'\n                ),\n                'DIRECTORY' => tohtml($directory, 'htmlAttr'),\n            ]);\n            $tpl->parse('ACTION_LINK', 'action_link');\n            $tpl->parse('DIR_ITEM', '.dir_item');\n        }\n    } catch (Throwable $exception) {\n        set_page_message(tr('Could not retrieve directories: %s', $exception->getMessage()), 'error');\n        $tpl->assign('FTP_CHOOSER', '');\n    }\n}\n\nrequire_once 'imscp-lib.php';\n\ncheck_login('all');\nEventAggregator::getInstance()->dispatch(Events::onSharedScriptStart);\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'partial'      => 'shared/partials/ftp_choose_dir.tpl',\n    'page_message' => 'partial',\n    'ftp_chooser'  => 'partial',\n    'dir_item'     => 'ftp_chooser',\n    'action_link'  => 'dir_item',\n    'layout'       => ''\n]);\n$tpl->assign([\n    'TOOLTIP_CHOOSE' => tohtml(tr('Choose'), 'htmlAttr'),\n    'CHOOSE'         => tr('Choose'),\n    'layout'         => ''\n]);\n\nif (!isset($_SESSION['ftp_chooser_user'])\n    || !isset($_SESSION['ftp_chooser_domain_id'])\n) {\n    $tpl->assign('FTP_CHOOSER', '');\n    throw new LogicException('Missing parameters for the FTP chooser.');\n} else {\n    $vftpDomainId = $_SESSION['ftp_chooser_domain_id'];\n    $vfsUser = $_SESSION['ftp_chooser_user'];\n    $vfsRootDir = !empty($_SESSION['ftp_chooser_root_dir'])\n        ? $_SESSION['ftp_chooser_root_dir'] : '/';\n    $vfsHiddenDirs = !empty($_SESSION['ftp_chooser_hidden_dirs'])\n        ? implode('|', array_map(function ($dir) {\n            return quotemeta(utils_normalizePath('/' . $dir));\n        }, (array)$_SESSION['ftp_chooser_hidden_dirs']))\n        : '';\n    $vfsUnselectableDirs = !empty($_SESSION['ftp_chooser_unselectable_dirs'])\n        ? implode('|', array_map(function ($dir) {\n            return quotemeta(utils_normalizePath('/' . $dir));\n        }, (array)$_SESSION['ftp_chooser_unselectable_dirs']))\n        : '';\n    $mountPoints = implode('|', array_map(function ($dir) {\n        $path = utils_normalizePath('/' . $dir);\n        if ($path == '/') {\n            return '';\n        }\n\n        return quotemeta($path);\n    }, getMountpoints($vftpDomainId)));\n\n    generateDirectoryList($tpl);\n}\n\ngeneratePageMessage($tpl);\n\n$tpl->parse('PARTIAL', 'partial');\nEventAggregator::getInstance()->dispatch(\n    Events::onSharedScriptEnd, ['templateEngine' => $tpl]\n);\n$tpl->prnt();\n"
  },
  {
    "path": "gui/public/shared/password_update.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\nuse iMSCP\\Crypt as Crypt;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Update password\n *\n * @return void\n */\nfunction updatePassword()\n{\n    $form = getUserLoginDataForm(false, true);\n\n    if (!$form->isValid($_POST)) {\n        foreach ($form->getMessages() as $fieldname => $msgsStack) {\n            set_page_message(reset($msgsStack), 'error');\n        }\n\n        return;\n    }\n\n    EventAggregator::getInstance()->dispatch(Events::onBeforeEditUser, [\n        'userId'   => $_SESSION['user_id'],\n        'userData' => [\n            'admin_name' => get_user_name($_SESSION['user_id']),\n            'admin_pass' => [$form->getValue('admin_pass')]\n        ]\n    ]);\n    exec_query(\n        \"\n            UPDATE admin\n            SET admin_pass = ?, admin_status = IF(admin_type = 'user', 'tochangepwd', admin_status)\n            WHERE admin_id = ?\n        \",\n        [Crypt::apr1MD5($form->getValue('admin_pass')), $_SESSION['user_id']]\n    );\n    EventAggregator::getInstance()->dispatch(Events::onAfterEditUser, [\n        'userId'   => $_SESSION['user_id'],\n        'userData' => [\n            'admin_name' => get_user_name($_SESSION['user_id']),\n            'admin_pass' => [$form->getValue('admin_pass')]\n        ]\n    ]);\n\n    if ($_SESSION['user_type'] == 'user') {\n        send_request();\n    }\n\n    write_log(sprintf('Password has been updated for the %s user.', $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('Password successfully updated.'), 'success');\n    redirectTo('password_update.php');\n}\n\nif (!empty($_POST)) {\n    updatePassword();\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'shared/partials/password_update.phtml',\n    'page_message' => 'layout'\n]);\n\ngenerateNavigation($tpl);\ngeneratePageMessage($tpl);\n"
  },
  {
    "path": "gui/public/shared/personal_change.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\nuse iMSCP\\Authentication\\AuthService;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\TemplateEngine;\nuse Zend_Form as Form;\n\n/**\n * Update personal data\n *\n * @param Form $form\n * @return void\n */\nfunction updatePersonalData(Form $form)\n{\n    if (!$form->isValid($_POST)) {\n        foreach ($form->getMessages() as $fieldname => $msgsStack) {\n            set_page_message(reset($msgsStack), 'error');\n        }\n\n        return;\n    }\n\n    $idnaEmail = $form->getValue('email');\n\n    EventAggregator::getInstance()->dispatch(Events::onBeforeEditUser, [\n        'userId'   => $_SESSION['user_id'],\n        'userData' => $form->getValues()\n    ]);\n    exec_query(\n        \"\n            UPDATE admin\n            SET fname = ?, lname = ?, firm = ?, zip = ?, city = ?, state = ?, country = ?, email = ?, phone = ?, fax = ?,\n                street1 = ?, street2 = ?, gender = ?\n            WHERE admin_id = ?\n        \",\n        [\n            $form->getValue('fname'), $form->getValue('lname'), $form->getValue('firm'), $form->getValue('zip'),\n            $form->getValue('city'), $form->getValue('state'), $form->getValue('country'),\n            $idnaEmail, $form->getValue('phone'), $form->getValue('fax'), $form->getValue('street1'),\n            $form->getValue('street2'), $form->getValue('gender'), $_SESSION['user_id']\n        ]\n    );\n\n    # We need also update user email in session\n    AuthService::getInstance()->getIdentity()->email = $idnaEmail;\n    $_SESSION['user_email'] = $idnaEmail; // Only for backward compatibility\n\n    EventAggregator::getInstance()->dispatch(Events::onAfterEditUser, [\n        'userId'   => $_SESSION['user_id'],\n        'userData' => $form->getValues()\n    ]);\n    write_log(sprintf('The %s user data were updated', $_SESSION['user_logged']), E_USER_NOTICE);\n    set_page_message(tr('Personal data were updated.'), 'success');\n    redirectTo('personal_change.php');\n}\n\n/**\n * Generate page\n *\n * @param TemplateEngine $tpl\n * @param Form $form\n * @return void\n */\nfunction generatePage(TemplateEngine $tpl, Form $form)\n{\n    /** @noinspection PhpUndefinedFieldInspection */\n    $tpl->form = $form;\n\n    if (!empty($_POST)) {\n        return;\n    }\n\n    $stmt = exec_query(\n        \"\n            SELECT admin_name, admin_type, fname, lname, IFNULL(gender, 'U') as gender, firm, zip, city, state, country,\n                street1, street2, email, phone, fax\n            FROM admin\n            WHERE admin_id = ?\n        \",\n        $_SESSION['user_id']\n    );\n\n    if (!($data = $stmt->fetchRow())) {\n        showBadRequestErrorPage();\n    }\n\n    $form->setDefaults($data);\n}\n\n$form = getUserPersonalDataForm();\n\nif (!empty($_POST)) {\n    updatePersonalData($form);\n}\n\n$tpl = new TemplateEngine();\n$tpl->define_dynamic([\n    'layout'       => 'shared/layouts/ui.tpl',\n    'page'         => 'shared/partials/personal_change.phtml',\n    'page_message' => 'layout'\n]);\n\ngenerateNavigation($tpl);\ngeneratePage($tpl, $form);\ngeneratePageMessage($tpl);\n"
  },
  {
    "path": "gui/public/tools/index.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndie('Nothing to see here...');\n"
  },
  {
    "path": "gui/resources/fonts/AUTHORS",
    "content": "-*-text-*-\n$Id: AUTHORS,v 1.5 2003/10/08 12:22:24 peterlin Exp $\n\nThe free UCS scalable font collection is being maintained by Primo\nPeterlin <primoz.peterlin AT biofiz.mf.uni-lj.si>. The folowing list\ncites the other contributors that contributed to particular ISO 10646\nblocks.\n\n* URW++ Design & Development GmbH <http://www.urwpp.de/>\n\n\tBasic Latin\t\t\t\t(U+0041-U+007A)\n\tLatin-1 Supplement                      (U+00C0-U+00FF) (most)\n\tLatin Extended-A                        (U+0100-U+017F)\n\tSpacing Modifier Letters\t\t(U+02B0-U+02FF)\n\tMathematical Operators\t\t\t(U+2200-U+22FF) (parts)\n\tBlock Elements\t\t\t\t(U+2580-U+259F)\n\tDingbats\t\t\t\t(U+2700-U+27BF)\n\n* Yannis Haralambous <yannis.haralambous AT enst-bretagne.fr> and John\n  Plaice <plaice AT omega.cse.unsw.edu.au>\n\n\tLatin Extended-B                        (U+0180-U+024F)\n\tIPA Extensions\t\t\t\t(U+0250-U+02AF)\n\tGreek\t\t\t\t\t(U+0370-U+03FF)\n\tArmenian\t\t\t\t(U+0530-U+058F)\n\tHebrew\t\t\t\t\t(U+0590-U+05FF)\n\tArabic\t\t\t\t\t(U+0600-U+06FF)\n\tCurrency Symbols\t\t\t(U+20A0-U+20CF)\n\tArabic Presentation Forms-A\t\t(U+FB50-U+FDFF)\n\tArabic Presentation Forms-B\t\t(U+FE70-U+FEFF)\n\n* Young U. Ryu <ryoung AT utdallas.edu>\n\n\tArrows\t\t\t\t\t(U+2190-U+21FF)\n\tMathematical Symbols\t\t\t(U+2200-U+22FF)\n\n* Valek Filippov <frob AT df.ru>\n\n\tCyrillic\t\t\t\t(U+0400-U+04FF)\n\n* Wadalab Kanji Comittee\n\n\tHiragana\t\t\t\t(U+3040-U+309F)\n\tKatakana\t\t\t\t(U+30A0-U+30FF)\n\n* Angelo Haritsis <ah AT computer.org>\n\n\tGreek\t\t\t\t\t(U+0370-U+03FF)\n\n* Yannis Haralambous and Virach Sornlertlamvanich\n\n\tThai\t\t\t\t\t(U+0E00-U+0E7F)\n\n* Shaheed R. Haque <srhaque AT iee.org>\n\n\tBengali\t\t\t\t\t(U+0980-U+09FF)\n\n* Sam Stepanyan <sam AT arminco.com>\n\n\tArmenian\t\t\t\t(U+0530-U+058F)\n\n* Mohamed Ishan <ishan AT mitf.f2s.com>\n\n\tThaana\t\t\t\t\t(U+0780-U+07BF)\n\n* Sushant Kumar Dash <sushant AT writeme.com>\n\n\tOriya\t\t\t\t\t(U+0B00-U+0B7F)\n\n* Harsh Kumar <harshkumar AT vsnl.com>\n\n\tDevanagari\t\t\t\t(U+0900-U+097F)\n\tBengali\t\t\t\t\t(U+0980-U+09FF)\n\tGurmukhi\t\t\t\t(U+0A00-U+0A7F)\n\tGujarati\t\t\t\t(U+0A80-U+0AFF)\n\n* Prasad A. Chodavarapu <chprasad AT hotmail.com>\n\n\tTelugu\t\t\t\t\t(U+0C00-U+0C7F)\n\n* Frans Velthuis <velthuis AT rc.rug.nl> and Anshuman Pandey\n  <apandey AT u.washington.edu> \n\n\tDevanagari\t\t\t\t(U+0900-U+097F)\n\n* Hardip Singh Pannu <HSPannu AT aol.com>\n\n\tGurmukhi\t\t\t\t(U+0A00-U+0A7F)\n\n* Jeroen Hellingman <jehe AT kabelfoon.nl>\n\n\tOriya\t\t\t\t\t(U+0B00-U+0B7F)\n\tMalayalam\t\t\t\t(U+0D00-U+0D7F)\n\n* Thomas Ridgeway <email needed>\n\n\tTamil\t\t\t\t\t(U+0B80-U+0BFF)\n\n* Berhanu Beyene <1beyene AT informatik.uni-hamburg.de>,\n  Prof. Dr. Manfred Kudlek <kudlek AT informatik.uni-hamburg.de>, Olaf\n  Kummer <kummer AT informatik.uni-hamburg.de>, and Jochen Metzinger <?>\n\n\tEthiopic\t\t\t\t(U+1200-U+137F)\n\n* Maxim Iorsh <iorsh AT users.sourceforge.net>\n\n\tHebrew\t\t\t\t\t(U+0590-U+05FF)\n\n\n* Vyacheslav Dikonov <sdiconov AT mail.ru>\n\n\tSyriac\t\t\t\t\t(U+0700-U+074A)\n\tBraille\t\t\t\t\t(U+2800-U+28FF)\n\n* M.S. Sridhar <mssridhar AT vsnl.com>\n\n\tDevanagari\t\t\t\t(U+0900-U+097F)\n\tBengali\t\t\t\t\t(U+0980-U+09FF)\n\tGurmukhi\t\t\t\t(U+0A00-U+0A7F)\n\tGujarati\t\t\t\t(U+0A80-U+0AFF)\n\tOriya\t\t\t\t\t(U+0B00-U+0B7F)\n\tTamil\t\t\t\t\t(U+0B80-U+0BFF)\n\tTelugu\t\t\t\t\t(U+0C00-U+0C7F)\n\tKannada\t\t\t\t\t(U+0C80-U+0CFF)\t\n\tMalayalam\t\t\t\t(U+0D00-U+0D7F)\n\n* DMS Electronics, The Sri Lanka Tipitaka Project, and Noah Levitt\n  <nlevitt AT columbia.edu>\n\n\tSinhala\t\t\t\t\t(U+0D80-U+0DFF)\n        \n* Dan Shurovich Chirkov <dansh AT chirkov.com>\n\n\tCyrillic\t\t\t\t(U+0400-U+04FF)\n\n* Abbas Izad <abbasizad AT hotmail.com>\n\n\tArabic\t\t\t\t\t(U+0600-U+06FF)\n\tArabic Presentation Forms-A\t\t(U+FB50-U+FDFF)\n\tArabic Presentation Forms-B\t\t(U+FE70-U+FEFF)\n\nPlease see the CREDITS file for details on who contributed particular\nsubsets of the glyphs in font files.\n"
  },
  {
    "path": "gui/resources/fonts/CREDITS",
    "content": "-*-text-*-\n$Id: CREDITS,v 1.4 2003/03/27 08:40:03 peterlin Exp $\n\nThis file lists the contributors and contributions to the free UCS\nscalable font project.\n\n\n* URW++ Design & Development GmbH <http://www.urwpp.de/>\n\nURW++ donated a set of 35 core PostScript Type 1 fonts to the\nGhostscript project <http://www.cs.wisc.edu/~ghost/>, to be available\nunder the terms of GNU General Public License (GPL).\n\n\tBasic Latin\t\t\t\t(U+0041-U+007A)\n\tLatin-1 Supplement                      (U+00C0-U+00FF)\n\tLatin Extended-A                        (U+0100-U+017F)\n\tSpacing Modifier Letters\t\t(U+02B0-U+02FF)\n\tMathematical Operators\t\t\t(U+2200-U+22FF)\n\tBlock Elements\t\t\t\t(U+2580-U+259F)\n\tDingbats\t\t\t\t(U+2700-U+27BF)\n\n\n* Yannis Haralambous <yannis.haralambous AT enst-bretagne.fr> and John\n  Plaice <plaice AT omega.cse.unsw.edu.au>\n\nYannis Haralambous and John Plaice are the authors of Omega\ntypesetting system, <http://omega.cse.unsw.edu.au/>. Omega is an\nextension of TeX. Its first release, aims primarily at improving TeX's\nmultilingual abilities. In Omega all characters and pointers into\ndata-structures are 16-bit wide, instead of 8-bit, thereby eliminating\nmany of the trivial limitations of TeX. Omega also allows multiple\ninput and output character sets, and uses programmable filters to\ntranslate from one encoding to another, to perform contextual\nanalysis, etc. Internally, Omega uses the universal 16-bit Unicode\nstandard character set, based on ISO-10646. These improvements not\nonly make it a lot easier for TeX users to cope with multiple or\ncomplex languages, like Arabic, Indic, Khmer, Chinese, Japanese or\nKorean, in one document, but will also form the basis for future\ndevelopments in other areas, such as native color support and\nhypertext features. ... Fonts for UT1 (omlgc family) and UT2 (omah\nfamily) are under development: these fonts are in PostScript format\nand visually close to Times and Helvetica font families. (from the\nOmega WWW site). Omega fonts are available subject to GPL\n<http://www.ctan.org/tex-archive/help/Catalogue/entries/omegafonts.html>.\n\n\tLatin Extended-B                        (U+0180-U+024F)\n\tIPA Extensions\t\t\t\t(U+0250-U+02AF)\n\tGreek\t\t\t\t\t(U+0370-U+03FF)\n\tArmenian\t\t\t\t(U+0530-U+058F)\n\tHebrew\t\t\t\t\t(U+0590-U+05FF)\n\tArabic\t\t\t\t\t(U+0600-U+06FF)\n\tCurrency Symbols\t\t\t(U+20A0-U+20CF)\n\tArabic Presentation Forms-A\t\t(U+FB50-U+FDFF)\n\tArabic Presentation Forms-B\t\t(U+FE70-U+FEFF)\n\n\n* Valek Filippov <frob AT df.ru>\n\nValek Filippov added Cyrillic glyphs and composite Latin Extended A to\nthe whole set of the abovementioned URW set of 35 PostScript core\nfonts, <ftp://ftp.gnome.ru/fonts/urw/>. The fonts are available under\nGPL.\n\n\tLatin Extended-A                        (U+0100-U+017F)\n\tCyrillic\t\t\t\t(U+0400-U+04FF)\n\n\n* Wadalab Kanji Comittee\n\nBetween April 1990 and March 1992, Wadalab Kanji Comittee put together\na series of scalable font files with Japanese scripts, in four forms:\nSai Micho, Chu Mincho, Cho Kaku and Saimaru. The font files are\nwritten in custom file format, while tools for conversion into\nMetafont and PostScript Type 1 are also supplied. The Wadalab Kanji\nComittee has later been dismissed, and the resulting files can be now\nfound on the FTP server of the Depertment of Mathematical Engineering\nand Information Physics, Faculty of Engineering, University of Tokyo\n<ftp://ftp.ipl.t.u-tokyo.ac.jp/Font/>.\n\n\tHiragana\t\t\t\t(U+3040-U+309F)\n\tKatakana\t\t\t\t(U+30A0-U+30FF)\n\n\n* Young U. Ryu <ryoung AT utdallas.edu>\n\nYoung Ryu is the author of Txfonts, a set of mathematical symbols\ndesigned to accompany text typeset in Times or its variants. In the\ndocumentation, Young adresses the design of mathematical symbols: \"The\nAdobe Times fonts are thicker than the CM fonts. Designing math fonts\nfor Times based on the rule thickness of Times = , , + , / , < ,\netc. would result in too thick math symbols, in my opinion. In the TX\nfonts, these glyphs are thinner than those of original Times\nfonts. That is, the rule thickness of these glyphs is around 85% of\nthat of the Times fonts, but still thicker than that of the CM fonts.\"\nTX fonts are are distributed under the GNU public license\n(GPL). Pointers to their location are available on\n<http://www.utdallas.edu/~ryoung/txfonts/>.\n\n\tArrows\t\t\t\t\t(U+2190-U+21FF)\n\tMathematical Symbols\t\t\t(U+2200-U+22FF)\n\n\n* Angelo Haritsis <ah AT computer.org>\n\nAngelo Haritsis has compiled a set of Greek Type 1 fonts, available on\n<ftp://ftp.hellug.gr/pub/unix/linux/GREEK/fonts/greekXfonts-Type1-1.1.tgz>.\nThe glyphs from this source has been used to compose Greek glyphs in\nFreeSans and FreeMono.\n\nAngelo's licence says: \"You can enjoy free use of these fonts for\neducational or commercial purposes.  All derived works should include\nthis paragraph.  If you want to change something please let me have\nyour changes (via email) so that they can go into the next\nversion. You can also send comments etc to the above address.\"\n\n\tGreek\t\t\t\t\t(U+0370-U+03FF)\n\n\n* Yannis Haralambous and Virach Sornlertlamvanich\n\nIn 1999, Yannis Haralambous and Virach Sornlertlamvanich made a set of\nglyphs covering the Thai national standard NF3, in both upright and\nslanted shape. The collection of glyphs have been made part of GNU\nintlfonts 1.2 package and is available on\n<ftp://ftp.gnu.org/pub/gnu/intlfonts/> under GPL.\n\n\tThai\t\t\t\t\t(U+0E00-U+0E7F)\n\n\n* Shaheed R. Haque <srhaque AT iee.org>\n\nShaheed Haque has developed a basic set of basic Bengali glyphs\n(without ligatures), using ISO10646 encoding. They are available under\nthe XFree86 license at <http://www.btinternet.com/~shaheedhaque/>.\n\nCopyright (C) 2001 S.R.Haque <srhaque AT iee.org>.  All Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL S.R.HAQUE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nExcept as contained in this notice, the name of S.R.Haque shall not be\nused in advertising or otherwise to promote the sale, use or other\ndealings in this Software without prior written authorization from\nS.R.Haque.\n\n\tBengali\t\t\t\t\t(U+0980-U+09FF)\n\n\n* Sam Stepanyan <sam AT arminco.com>\n\nSam Stepanyan created a set of Armenian sans serif glyphs visually\ncompatible with Helvetica or Arial. Available on\n<http://www.editum.com.ar/mashtots/html/fonts/ara.tar.gz>. On\n2002-01-24, Sam writes: \"Arial Armenian font is free for\nnon-commercial use, so it is OK to use under GPL license.\"\n\n\tArmenian\t\t\t\t(U+0530-U+058F)\n\n\n* Mohamed Ishan <ishan AT mitf.f2s.com>\n\nMohamed Ishan has started a Thaana Unicode Project\n<http://thaana.sourceforge.net/> and among other things created a\ncouple of Thaana fonts, available under FDL or BDF license.\n\n\tThaana\t\t\t\t\t(U+0780-U+07BF)\n\n\n* Sushant Kumar Dash <sushant AT writeme.com> (*)\n\nSushant Dash has created a font in his mother tongue, Oriya. As he\nstates on his web page <http://members.tripod.com/~sushantdash/>:\n\"Please feel free to foreword this mail to your Oriya friends. No\ncopyright law is applied for this font. It is totally free!!! Feel\nfree to modify this using any font editing tools. This is designed for\npeople like me, who are away from Orissa and want to write letters\nhome using Computers, but suffer due to unavailability of Oriya\nfonts.(Or the cost of the available packages are too much).\"\n\n\tOriya\t\t\t\t\t(U+0B00-U+0B7F)\n\n\n* Harsh Kumar <harshkumar AT vsnl.com>\n\nHarsh Kumar has started BharatBhasha <http://www.bharatbhasha.net/> -\nan effort to provide \"FREE software, Tutorial, Source Codes\netc. available for working in Hindi, Marathi, Gujarati, Gurmukhi and\nBangla. You can type text, write Web pages or develop Indian Languages\nApplications on Windows and on Linux. We also offer FREE help to\nusers, enthusiasts and software developers for their work in Indian\nlanguages.\"\n\n\tDevanagari\t\t\t\t(U+0900-U+097F)\n\tBengali\t\t\t\t\t(U+0980-U+09FF)\n\tGurmukhi\t\t\t\t(U+0A00-U+0A7F)\n\tGujarati\t\t\t\t(U+0A80-U+0AFF)\n\n\n* Prasad A. Chodavarapu <chprasad AT hotmail.com>\n\nPrasad A. Chodavarapu created Tikkana, a Telugu font available in Type\n1 and TrueType format on <http://chaitanya.bhaavana.net/fonts/>. \nTikkana exceeds the Unicode Telugu range with some composite glyphs.\nAvailable under the GNU General Public License.\n\n\tTelugu\t\t\t\t\t(U+0C00-U+0C7F)\n\n\n* Frans Velthuis <velthuis AT rc.rug.nl> and Anshuman Pandey\n  <apandey AT u.washington.edu>\n\nIn 1991, Frans Velthuis from the Groningen University, The\nNetherlands, released a Devanagari font as Metafont source, available\nunder the terms of GNU GPL. Later, Anshuman Pandey from the Washington\nUniversity, Seattle, USA, took over the maintenance of font. Fonts can\nbe found on CTAN, <ftp://ftp.dante.de/tex-archive/language/devanagari/>. I\nconverted the font to Type 1 format using Pter Szab's TeXtrace\nprogram <http://www.inf.bme.hu/~pts/textrace/> and removed some\nredundant control points with PfaEdit.\n\n\tDevanagari\t\t\t\t(U+0900-U+097F)\n\n\n* Hardip Singh Pannu <HSPannu AT aol.com>\n\nIn 1991, Hardip Singh Pannu has created a free Gurmukhi TrueType font,\navailable as regular, bold, oblique and bold oblique form. Its license\nsays \"Please remember that these fonts are copyrighted (by me) and are\nfor non-profit use only.\" \n\n\tGurmukhi\t\t\t\t(U+0A00-U+0A7F)\n\n\n* Jeroen Hellingman <jehe AT kabelfoon.nl>\n\nJeroen Hellingman created a set of Malayalam metafonts in 1994, and a\nset of Oriya metafonts in 1996. Malayalam fonts were created as\nuniform stroke only, while Oriya metafonts exist in both uniform and\nmodulated stroke. From private communication: \"It is my intention to\nrelease the fonts under GPL, but not all copies around have this\nnotice on them.\" Metafonts can be found on CTAN,\n<ftp://ftp.dante.de/tex-archive/language/oriya/> and\n<ftp://ftp.dante.de/tex-archive/language/malayalam/>.\n\n\tOriya\t\t\t\t\t(U+0B00-U+0B7F)\n\tMalayalam\t\t\t\t(U+0D00-U+0D7F)\n\n\n* Thomas Ridgeway <> (*)\n\nThomas Ridgeway, then at the Humanities And Arts Computing Center,\nWashington University, Seattle, USA, (now defunct), created a Tamil\nmetafont in 1990. Anshuman Pandey from the same university took over\nthe maintenance of font. Fonts can be found at CTAN,\n<ftp://ftp.dante.de/tex-archive/language/tamil/wntamil/>.\n\n\tTamil\t\t\t\t\t(U+0B80-U+0BFF)\n\n\n* Berhanu Beyene <1beyene AT informatik.uni-hamburg.de>,\n  Prof. Dr. Manfred Kudlek <kudlek AT informatik.uni-hamburg.de>, Olaf\n  Kummer <kummer AT informatik.uni-hamburg.de>, and Jochen Metzinger <?>\n\nBeyene, Kudlek, Kummer and Metzinger from the Theoretical Foundations\nof Computer Science, University of Hamburg, prepared a set of Ethiopic\nmetafonts, found on\n<ftp://ftp.dante.de/tex-archive/language/ethiopia/ethiop/>. They also\nmaintain home page on the Ethiopic font project,\n<http://www.informatik.uni-hamburg.de/TGI/mitarbeiter/wimis/kummer/ethiop_eng.html>,\nand can be reached at <ethiop AT informatik.uni-hamburg.de>. The current\nversion of fonts is 0.7 (1998), and they are released under GNU GPL. I\nconverted the fonts to Type 1 format using Pter Szab's TeXtrace\nprogram <http://www.inf.bme.hu/~pts/textrace/> and removed some\nredundant control points with PfaEdit.\n\n\tEthiopic\t\t\t\t(U+1200-U+137F)\n\n\n* Maxim Iorsh <iorsh AT users.sourceforge.net>\n\nIn 2002, Maxim Iorsh started the Culmus project, aiming at providing\nHebrew-speaking Linux and Unix community with a basic collection of\nHebrew fonts for X Windows. The fonts are visually compatible with\nURW++ Century Schoolbook L, URW++ Nimbus Sans L and URW++ Nimbus Mono\nL families, respectively, and are released under GNU GPL license. See\nalso <http://culmus.sourceforge.net/>.\n\n\tHebrew\t\t\t\t\t(U+0590-U+05FF)\n\n\n* Vyacheslav Dikonov <sdiconov AT mail.ru>\n\nVyacheslav Dikonov made a braille unicode font that could be merged\nwith the UCS fonts to fill the 2800-28FF range completely. (uniform\nscaling is possible to adapt it to any cell size). He also contributed\na free syriac font, whose glyphs (about half of them) are borrowed\nfrom the \"Carlo Ator\" font freely downloadable from\n<http://www.aacf.asso.fr/>. Vyacheslav also filled in a few missing\nspots in the U+2000-U+27FF area, e.g. the box drawing section, sets of\nsubscript and superscript digits and capital Roman numbers.\n\n\tSyriac\t\t\t\t\t(U+0700-U+074A)\n\tBox Drawing\t\t\t\t(U+2500-U+257F)\n\tBraille\t\t\t\t\t(U+2800-U+28FF)\n\n\n* M.S. Sridhar <mssridhar AT vsnl.com>\n\nM/S Cyberscape Multimedia Limited, Mumbai, developers of Akruti\nSoftware for Indian Languages (http://www.akruti.com/), have released\na set of TTF fonts for nine Indian scripts (Devanagari, Gujarati,\nTelugu, Tamil, Malayalam, Kannada, Bengali, Oriya, and Gurumukhi)\nunder the GNU General Public License (GPL). You can download the fonts\nfrom the Free Software Foundation of India WWW site\n(http://www.gnu.org.in/software/software.html#akruti) or from the\nAkruti website.\n\nFor any further information or assistance regarding these fonts,\nplease contact mssridhar AT vsnl.com.\n\n\tDevanagari\t\t\t\t(U+0900-U+097F)\n\tBengali\t\t\t\t\t(U+0980-U+09FF)\n\tGurmukhi\t\t\t\t(U+0A00-U+0A7F)\n\tGujarati\t\t\t\t(U+0A80-U+0AFF)\n\tOriya\t\t\t\t\t(U+0B00-U+0B7F)\n\tTamil\t\t\t\t\t(U+0B80-U+0BFF)\n\tTelugu\t\t\t\t\t(U+0C00-U+0C7F)\n\tKannada\t\t\t\t\t(U+0C80-U+0CFF)\t\n\tMalayalam\t\t\t\t(U+0D00-U+0D7F)\n\n\n* DMS Electronics, The Sri Lanka Tipitaka Project, and Noah Levitt\n  <nlevitt AT columbia.edu>\n\nNoah Levitt found out that the Sinhalese fonts available on the site\n<http://www.metta.lk/fonts/> are released under GNU GPL, or,\nprecisely, \"Public Domain under GNU Licence\r Produced by DMS\nElectronics for The Sri Lanka Tipitaka Project\" (taken from the font\ncomment), and took the effort of recoding the font to Unicode.\n\n\tSinhala\t\t\t\t\t(U+0D80-U+0DFF)\n       \n\n* Daniel Shurovich Chirkov <dansh AT chirkov.com>\n\nDan Chirkov updated the FreeSerif font with the missing Cyrillic\nglyphs needed for conformance to Unicode 3.2. The effort is part of\nthe Slavjanskij package for Mac OS X,\n<http://www.versiontracker.com/dyn/moreinfo/macosx/18680>.\n\n\tCyrillic\t\t\t\t(U+0400-U+04FF)\n\n\n* Primo Peterlin <primoz.peterlin AT biofiz.mf.uni-lj.si>\n\nPrimo Peterlin filled in missing glyphs here and there (e.g. Latin\nExtended-B and IPA Extensions ranges in the FreeMono familiy), and\ncreated the following UCS blocks:\n\n\tLatin Extended-B                        (U+0180-U+024F)\n\tIPA Extensions\t\t\t\t(U+0250-U+02AF)\n\tArrows\t\t\t\t\t(U+2190-U+21FF)\n\tBox Drawing\t\t\t\t(U+2500-U+257F)\n\tBlock Elements\t\t\t\t(U+2580-U+259F)\n\tGeometrical Shapes\t\t\t(U+25A0-U+25FF)\n\n\nNotes:\n\n*: The glyph collection looks license-compatible, but its author has\n   not yet replied and agreed on his/her work being used in part of\n   this glyph collection.\n"
  },
  {
    "path": "gui/resources/fonts/ChangeLog",
    "content": "2003-10-08  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* FreeMonoOblique.sfd, FreeSerifBoldItalic.sfd,\n\tFreeSerifItalic.sfd - applied Josef Segur's corrections from\n\tOct. 5.\n\n2003-10-02  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Abbas Izad's contributed Arabic/Farsi\n\tcharacters added.\n\t\n\t* sfd/FreeMono.sfd, sfd/FreeMonoOblique.sfd, sfd/FreeMonoBold.sfd,\n\tsfd/FreeMonoBoldOblique.sfd, sfd/FreeSans.sfd,\n\tsfd/FreeSansOblique.sfd, sfd/FreeSansBold.sfd,\n\tsfd/FreeSansBoldOblique.sfd, sfd/FreeSerif.sfd,\n\tsfd/FreeSerifItalic.sfd, sfd/FreeSerifBold.sfd,\n\tsfd/FreeSerifBoldItalic.sfd - Combining characters (U+0300 -\n\tU+036F) moved left, so that they have negative horizontal values\n\tand zero advance width.\n\n2003-09-15  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerifBold.sfd, sfd/FreeSerifItalic.sfd - Started working\n\ton super- and subscripts. \n\n2003-09-12  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd, sfd/FreeSerif.sfd - Added some missing\n\t Hiragana and Katakana characters.\n\n\t* sfd/FreeSansBold.sfd - Cleared background characters in Latin\n\tExtended-A. Added some automatically constructed characters in\n\tLatin Extended-B. Started with superscripts and subscripts.\n\n\t* sfd/FreeSans.sfd - Subscript numerals (U+2080-U+2089) completed.\n\t\n2003-05-19  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Thai characters po pla and bo baimai\n\tswapped; Thai character fongman corrected; all courtesy Theppitak\n\tKaroonboonyanan.\n\n2003-05-17  Panayotis Katsaloulis  <panayotis@panayotis.com>\n\n\t* sfd/FreeSerif.sfd, sfd/FreeSerifItalic.sfd,\n\tsfd/FreeSerifBold.sfd, sfd/FreeSerifBoldItalic.sfd - Full support\n\tof all ancient greek glyphs\n\n2003-05-15  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* tools/KerningNumerals.pl - A Perl script for moving kerning\n\tinformation from ASCII numerals (U+0030...) to characters in the\n\tAdobe corporate use area (U+F6xx).\n\n\t* sfd/FreeSansBold.sfd, sfd/FreeSansOblique.sfd,\n\tsfd/FreeSansBoldOblique.sfd - Created kerned numerals in the Adobe\n\tcorporate use area (U+F6xx) and moved kerning information from\n\tASCII numerals to the kerned numerals.\n\n2003-05-14  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd - First approximation of super- and subscript\n\tnumerals and vulgar fractions.\n\n\t* sfd/FreeSerif.sfd - Super- and subscript numerals complete,\n\tvulgar fractions completed and redone as references rather than\n\toutlines.\n\n2003-05-12  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Clean-up of the Cyrillic letters added on\n\tMarch 27; super- and subscripts, vulgar fractions.\n\n2003-05-09  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMonoBold.sfd - Added a couple of characters to\n\tthe Latin Extended-B area and the IPA extensions area.\n\n2003-05-08  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerifBoldItalic.sfd - Added a couple of characters to\n\tthe Latin Extended-B area.\n\n\t* sfd/FreeSerif.sfd, sfd/FreeSerifItalic.sfd,\n\tsfd/FreeSerifBold.sfd, sfd/FreeSerifBoldItalic.sfd - ASCII\n\tnumerals now monospaced; kerned numerals moved to Adobe corporate\n\tuse area\n\t(U+F6xx).\n\n2003-05-07  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Roman numerals now more complete.\n\n\t* sfd/FreeSansOblique.sfd, sfd/FreeSansBoldOblique.sfd - Accented\n\tcharacters added in the Latin Extended-B area.\n\n\t* sfd/FreeSans.sfd - Greek accents added in the Greek Extended\n\tarea, characters added in the Latin Extended-B area, Roman\n\tnumerals added.\n\n\t* sfd/FreeMonoOblique.sfd - Kerning pairs removed (what were they\n\tdoing in a monospaced font, anyway?).\n\n\t* sfd/FreeMonoBoldOblique.sfd - Additions in Latin Extended-B and\n\tBasic Greek.\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoBold.sfd, sfd/FreeMonoOblique.sfd,\n\tsfd/FreeMonoBoldOblique.sfd, sfd/FreeSans.sfd,\n\tsfd/FreeSansBold.sfd, sfd/FreeSansOblique.sfd,\n\tsfd/FreeSansBoldOblique.sfd - Major cleanup (fixed widths, open\n\tpaths, path directions (clockwise/counter-clockwise), points\n\trounded to integer values; outlines simplified etc.)\n\n2003-05-06  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* tools/OS2UnicodeRange - A simple script to display OS/2 Unicode\n\trange table in TrueType fonts.\n\n\t* sfd/FreeSans.sfd, sfd/FreeSansBold.sfd - ASCII numerals now\n\tmonospaced; kerned numerals moved to Adobe corporate use area\n\t(U+F6xx). FreeSans is done, FreeSansBold half-way.\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoOblique.sfd, sfd/FreeMonoBold.sfd,\n\tsfd/FreeMonoBoldOblique.sfd, sfd/FreeSans.sfd,\n\tsfd/FreeSansOblique.sfd, sfd/FreeSansBold.sfd,\n\tsfd/FreeSansBoldOblique.sfd, sfd/FreeSerif.sfd,\n\tsfd/FreeSerifItalic.sfd, sfd/FreeSerifBold.sfd,\n\tsfd/FreeSerifBoldItalic.sfd - Added 2003 in copyright info.\n\n2003-03-27  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Cyrillic and Cyrillic Supplement blocks\n\tbrought to conformance with Unicode 3.2, courtesy Daniel Shurovich\n\tChirkov.\n\n2003-03-19  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd, sfd/FreeSansOblique.sfd - somewhat wider\n\tgermandbls (U+00DF), due to complaints by Walter Schmidt.\n\n2003-03-18  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd - Added Sinhala glyphs from the Tipitaka\n\tproject <http://www.metta.lk>, recoded to Unicode by Noah Levitt.\n\n2003-02-19  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd - Minor changes on mathematical operators.\n\n2003-02-18  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - minor cleanup of glyph backgrounds; changed\n\tintegral signs (U+222B - U+2230)\n\n2003-02-05  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd - added a couple of glyphs in the IPA and\n\tAfrican Latin ranges.\n\n2003-01-30  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd, sfd/FreeSansOblique.sfd, sfd/FreeSansBold.sfd,\n\tsfd/FreeSansBoldOblique.sfd, sfd/FreeMonoBold.sfd,\n\tsfd/FreeMonoBoldOblique.sfd - Corrected Maltese Hbar (U+0126)\n\tand/or hbar (U+0127).\n\n2003-01-28  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerifItalic.sfd - Corrected Maltese hbar (U+0127).\n\n2002-12-18  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* tools/ConvertFont - PfaEdit script for converting SFD files to\n\tTrueType fonts.\n\n\t* sfd/FreeSans.sfd - Added Tamil and Kannada glyphs from the\n\tAkruti Indic fonts.\n\n2002-12-17  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd - Added Devanagari and Gujarati glyphs from the\n\tAkruti Indic fonts.\n\n\t* www/index.html - Added information on Rogier van Dalen's tools.\n\n\t* AUTHORS - Added M.S. Sridhar.\n\n\t* CREDITS - Correct spelling of Culmus project. Added M.S. Sridhar.\n\n2002-12-06  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Added Braille glyphs, courtesy Vyacheslav\n\tDikonov.\n\n\t* sfd/FreeSans.sfd - Added Unicode Syriac glyphs, courtesy\n\tVyacheslav Dikonov.\n\n2002-10-11  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* www/index.html - Added information on the availability of the\n\tDebian GNU/Linux package.\n\n\t* sfd/FreeSerif.sfd, sfd/FreeSans.sfd - added some kern pairs\n\tbeyond Latin-1 area.\n\n\t* sfd/FreeSerif.sfd, sfd/FreeSerifItalic.sfd,\n\tsfd/FreeSerifBold.sfd, sfd/FreeSerifBoldItalic.sfd - re-introduced\n\tall the emtpy glyph slots (changes from Sep 23 made PfaEdit\n\tcrash). \n\n2002-09-23  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd, sfd/FreeSerifItalic.sfd,\n\tsfd/FreeSerifBold.sfd, sfd/FreeSerifBoldItalic.sfd - imported\n\tkerning information from the URW++ AFM files\n\n2002-09-11  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoOblique.sfd, sfd/FreeMonoBold.sfd,\n\tsfd/FreeMonoOblique.sfd - updated Hebrew parts to comply with\n\tCulmus v0.6.\n\n\t* sfd/FreeSans.sfd, sfd/FreeSansOblique.sfd, sfd/FreeSansBold.sfd,\n\tsfd/FreeSansOblique.sfd - Added Danilo Segan's Serbian Cyrillic\n\tglyphs; updated Hebrew parts to comply with Culmus v0.6.\n\n2002-09-09  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoOblique.sfd, sfd/FreeMonoBold.sfd,\n\tsfd/FreeMonoOblique.sfd, sfd/FreeSans.sfd,\n\tsfd/FreeSansOblique.sfd, sfd/FreeSansBold.sfd,\n\tsfd/FreeSansOblique.sfd - Updated Cyrillic part to match\n\tFilippov's 1.0.7pre14\n\n\t* sfd/FreeSansOblique.sfd - added Sam Stepanyan's Armenian glyphs\n\tfrom FreeSans (skewed for 12 degrees).\n\n2002-09-06  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd, sfd/FreeSansOblique.sfd,\n\tsfd/FreeSansBold.sfd, sfd/FreeSansOblique.sfd - Added Maxim\n\tIorsh's Hebrew characters.\n\n2002-08-29  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoOblique.sfd,\n\tsfd/FreeMonoBold.sfd, sfd/FreeMonoOblique.sfd - Added Maxim\n\tIorsh's Hebrew characters.\n\n\t* AUTHORS, CREDITS - Added Maxim Iorsh as author.\n\n2002-08-28  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* www/index.html - Added information of Microsoft's withdrawal of\n\tfreely available Unicode TrueType fonts\n\n\t* www/resources.html - Added link to Maxim Iorsh's Culmus project.\n\t\n2002-07-26  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Added a couple of characters (Arrows area).\n\n2002-06-11  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Applied Michalis Kabrianis's patch concerning\n\tperispomeni in Greek politoniko.\n\n2002-05-23  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Applied Michalis Kabrianis's patch concerning\n\tpsili in Greek politoniko. Also added two working variants of\n\tchars in the IPA range.\n\n2002-05-15  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd, sfd/FreeSansBold.sfd, sfd/FreeSerif.sfd,\n\tsfd/FreeSerifBold.sfd - Deleted explicit \".notdef\" character with\n\tno contours.\n\n2002-05-14  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoOblique.sfd, sfd/FreeMonoBold.sfd,\n\tsfd/FreeMonoBoldOblique.sfd, sfd/FreeSans.sfd,\n\tsfd/FreeSansOblique.sfd, sfd/FreeSansBold.sfd,\n\tsfd/FreeSansBoldOblique.sfd, sfd/FreeSerif.sfd,\n\tsfd/FreeSerifItalic.sfd, sfd/FreeSerifBold.sfd,\n\tsfd/FreeSerifBoldItalic.sfd - The new version of PfaEdit saves\n\tcorrectly formed Panose and LineGap lines.\n\n\t* sfd/FreeSansBoldOblique.sfd - Filled-in the missing TTFWidth and\n\tTTFWeight values.\n\n2002-05-09  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd - Added diacritics to the Spacing Modifier\n\tLetters and Combining Diacritical Marks areas. Added composed\n\tglyphs to the Latin Extended-B area.\n\n2002-05-07  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoOblique.sfd, sfd/FreeMonoBold.sfd,\n\tsfd/FreeMonoBoldOblique.sfd, sfd/FreeSans.sfd,\n\tsfd/FreeSansOblique.sfd, sfd/FreeSansBold.sfd,\n\tsfd/FreeSansBoldOblique.sfd, sfd/FreeSerif.sfd,\n\tsfd/FreeSerifItalic.sfd, sfd/FreeSerifBold.sfd,\n\tsfd/FreeSerifBoldItalic.sfd - Updated Panose information with data\n\tprovided by Josef W. Segur. Updated TTF headers with English and\n\tSlovenian text.\n\n2002-04-30  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMonoBold.sfd - Working on Greek small letters. Several\n\tminor changes (lower carons etc.)\n\n2002-04-29  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* FreeMonoBoldOblique.sfd - Started adding Greek.\n\n\t* sfd/FreeMonoBold.sfd - Added glyphs in the Geometrical Shapes\n\tand Miscellaneous Symbols area. Harmonizing Greek with Latin. Done\n\twith capitals.\n\n\t* sfd/FreeMono.sfd - Deleted the explicit .notdef character. Added\n\tone glyph to the Geometrical Shapes area, which is now completed;\n\tadded three glyphs to the Miscellaneous Symbols area. Harmonizing\n\tGreek with Latin. Done with the capitals.\n\n2002-04-26  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd - Adjusted accent positions on several glyphs\n\tin the Latin Extended-A area.\n\n2002-04-25  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMonoBold.sfd - Box Drawing area completed. Added a\n\tcouple of glyphs in the Geometrical Shapes area.\n\n\t* sfd/FreeMono.sfd - Small corrections in the Box Drawing area.\n\n2002-04-24  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Box Drawing area completed.\n\n2002-04-23  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* tools/WGL4.lst - corrected.\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoBold.sfd - Working on Box Drawing\n\tarea.\n\n2002-04-22  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoBold.sfd - Working on Latin\n\tExtended-B and Greek.\n\n2002-04-19  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Somewhat cleaner chess figures.\n\n\t* tools/MES-2.txt, tools/MES-2.lst - Corrected list (it is not\n\t203C-203E, it is 203C and 203E).\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoOblique.sfd, sfd/FreeMonoBold.sfd,\n\tsfd/FreeMonoBoldOblique.sfd, sfd/FreeSans.sfd,\n\tsfd/FreeSansOblique.sfd, sfd/FreeSansBold.sfd,\n\tsfd/FreeSansBoldOblique.sfd, sfd/FreeSerif.sfd,\n\tsfd/FreeSerifItalic.sfd, sfd/FreeSerifBold.sfd,\n\tsfd/FreeSerifBoldItalic.sfd - Changed \"Family Name\" from Free to\n\tFreeSerif, FreeSans and FreeMono, as appropriate. Changed Font\n\tModifiers from MonoBold etc. to Bold, Italic, Oblique, BoldOblique\n\tand BoldItalic.\n\n2002-04-18  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoOblique.sfd, sfd/FreeMonoBold.sfd,\n\tsfd/FreeMonoBoldOblique.sfd - Corrected metrics; now all character\n\twidths are set to 600.\n\n2002-04-17  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Corrected glyphs in the Box Drawing area and\n\tBlock Elements area, which should extend through the ascender *and\n\tdescender* height.\n\n\t* sfd/FreeMonoBold.sfd - Continued working on harmonizing Greek\n\tletters with Latin and Cyrillic.\n\n\t* sfd/FreeMonoBold.sfd - Added some box drawing characters.\n\n2002-04-16  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* www/design-notes.html - Updated notes on stroke width for\n\tsymbols in Free Mono Bold.\n\n\t* sfd/FreeMono.sfd - Added a handful of characters in the\n\tMiscellaneous Symbols area.\n\n\t* sfd/FreeMonoBoldOblique.sfd - Added subscripts, superscripts and\n\tvulgar fractions.\n\n\t* sfd/FreeMonoBold.sfd - Started harmonizing Greek letters with\n\tLatin and Cyrillic.\n\n\t* sfd/FreeMonoBold.sfd - Added subscripts, superscripts and vulgar\n\tfractions.\n\n2002-04-15  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* www/design-notes.html - Updated notes on super-/subscripts in\n\tFree Mono Bold. Separate subsections for Free Mono regular and\n\tFree Mono Bold.\n\n2002-04-12  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Added Ethiopian glyphs, converted from the\n\tMetafont sources from TGI, Universitt Hamburg (authors Berhanu\n\tBeyene, Prof. Dr. Manfred Kudlek, Olaf Kummer, and Jochen\n\tMetzinger) using Szabo's TeXtrace and retouched using\n\tPfaEdit. Ethiopian metafonts are released under GNU GPL,\n\t<http://www.informatik.uni-hamburg.de/TGI/mitarbeiter/wimis/kummer/ethiop_eng.html>.\n\n\t* sfd/FreeMonoBold.sfd - Added 40 characters, mostly in the Latin\n\tExtended-B and IPA Extensions areas.\n\n2002-04-11  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Added a handful of characters in the Latin\n\tExtended-B, IPA Extensions, Currency Symbols and Miscellaneous\n\tSymbols areas.\n\n2002-04-09  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Correcting accent positioning in the Extended\n\tGreek area; adding a couple of characters here and there. Still 20\n\tcharacters short of MES-2 conformance.\n\n2002-04-08  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Added some characters in the Arrows area;\n\tmore or less completed Extended Greek area (accents still need to\n\tbe fine-tuned).\n\n2002-04-05  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Modern non-Russian Cyrilic mostly completed.\n\n\t* sfd/FreeMonoOblique.sfd - Synchronized with FreeMono.\n\n\t* sfd/FreeSerif.sfd - Added Thomas Ridgeway's Tamil characters\n\t(converted from Metafont and edited somehwat).\n\t\n2002-04-04  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMonoOblique.sfd - Armenian letters added.\n\n\t* sfd/FreeMonoBold.sfd - Serbian Cyrillic letters dje, tshe, lje\n\tand nje corrected.\n\n\t* sfd/FreeMono.sfd - Serbian Cyrillic letters dje and tshe\n\tcorrected. Some other non-Russian Cyrillic letters modified and\n\t\"welded together\".\n\n2002-04-03  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Added more or less complete Armenian\n\tarea. The glyphs are a tidied-up version based on the Armenian\n\tCourier on the <http://www.cilicia.com/armo8.html>. Now we have\n\t1673 characters.\n\n2002-03-28  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Added some mathematical symbols.\n\n2002-03-26  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSans.sfd - took H.S. Pannu's Gurmukhi from FreeSerif. It\n\tactually fits to FreeSans much better. It seems I'll have to look\n\tfor another Gurmukhi font with modulated stroke for FreeSerif.\n\n\t* sfd/FreeSerifItalic.sfd - replaced existing Hebrew glyphs by\n\tthose from FreeSerif (slanted for 15.5 degrees).\n\n\t* sfd/FreeSerif.sfd - Added dotted Hebrew letters. Changed barred H.\n\n\t* sfd/FreeMono.sfd - Completed vulgar fractions; minor changes in\n\tGreek; added some mathematical operators.\n\n\t* sfd/FreeMonoBold.sfd - added 12 characters to Latin Extended-B\n\tand IPA Extensions areas (total 984).\n\n2002-03-25  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMonoBold.sfd - started adding Latin Extended-B and IPA\n\tExtensions.\n\n\t* sfd/FreeMono.sfd - Minor cosmetic changes; cleaning up Greek\n\t(removing redundant control points), added some non-European\n\tCyrillic glyphs as a test.\n\n2002-03-22  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - Some minor modifications; letters in Latin\n\tExtended-B area \"welded\" together.\n\n2002-03-20  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* www/index.html - finally linked the resources and design notes\n\tpages.\n\n\t* www/design-notes.html - added scaling information for super- and\n\tsubscript numerals in FreeMono.\n\n2002-03-19  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - the Latin Extended-B and IPA Extension area\n\tcharacters moved from FreeMono and skewed for 12 degrees.\n\n2002-03-18  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - added a dozen or two of new characters, in\n\tparticular in the Latin Extended-B and IPA Extension area.\n\n2002-03-15  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - added a dozen of two of new characters, in\n\tparticular in the IPA Extension area.\n\n\t* www/design-notes.html - Corrected data for x-height in FreeMono;\n\tinformation on constructing small caps.\n\n2002-03-14  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeMono.sfd - added three smiley characters to the\n\tMiscallaneous Symbols area.\n\n2002-03-10  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Anshuman Pandey has only converted Gurmukhi\n\tfrom TrueType to Metafont; the original author of Gurkmukhi font\n\tis Hardip Singh Pannu <http://members.aol.com/hspannu/punjabi.html>.\n\tGot the permission from him to include the Gurmukhi glyph set.\n\n2002-03-08  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Added some more glyphs in the Mathematical\n\tSymbols area to a total number of 3374.\n\n2002-03-06  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Added a basic Gurmukhi set.\n\n\t* www/design-notes.html - started a page on design notes\n\n\t* sfd/FreeMono.sfd - realized that glyphs in the Box Drawing area\n\tand Block Elements area should extend through the ascender *and\n\tdescender* height, and corrected it.\n\n\t* sfd/FreeMono.sfd, sfd/FreeMonoOblique.sfd - added some musical\n\tglyphs, linking \"no-break space\" to space, \"soft hyphen\" to\n\thyphen-minus etc.\n\n2002-03-05  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* tools/WGL4.lst - Added Windows Glyph List 4.0\n\n\t* tools/LigatureList.pl - Wrote a Perl script, which lists the\n\tGSUB list (ligature list) of a OpenType font.\n\n\t* sfd/FreeSerifBold.sfd, sfd/FreeSerifBoldItalic.sfd,\n\tsfd/FreeSerifItalic.sfd - auxilliary Hebrew glyphs added. They are\n\ttoo light compared with Latin and will be substituted with better\n\tones.\n\n2002-03-04  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Added some more glyphs to the Mathematical\n\tOperators area (page 0x22).\n\n\t* sfd/FreeSerif.sfd - Incomplete and fragmentary support for\n\tDevanagari, originating from Harsh Kumar's Shusha fonts was\n\treplaced by Frans Velthuis' Devanagari metafont, now maintained by\n\tAnshuman Pandey <apandey@u.washington.edu> and available under\n\tGPL. Until I figure out how to provide glyph substitution table in\n\tOpenType, only the Unicode part is there.\n\n2002-02-28  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* ChangeLog file created\n\n\t* sfd/FreeSerif.sfd - Added some Telugu glyphs to page 0x0C,\n\tcourtesy  Prasad A. Chodavarapu <http://chaitanya.bhaavana.net/fonts/>\n\n\t* sfd/FreeSerif.sfd - Added some glyphs to the Miscellaneous\n\tSymbols page (0x26).\n\t\n2002-02-26  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* mailing lists freefont-announce and freefont-bugs created\n\n2002-02-25  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/FreeSerif.sfd - Added a couple of glyphs in Mathematics\n\tOperators area.\n\n\t* sfd/FreeMono.sfd \n\t- Added some more glyphs, in particular in the Mathematical\n\tOperators section.\n\t- Changed FamilyName to Free, FontName to FreeMono, and Full name\n\tto \"Free Monospaced\".\n\n2002-02-20  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* sfd/ directory added containing FreeSerif, FreeSans and FreeMono\n\tfamilies.\n\n\t* tools/ directory added containing lists with characters required\n\tfor MES (Multilinguag European Subset) compliance.\n\n\t* tools/mes-list-expand.pl created - a Perl script for expanding MES\n\tranges into simple one-char-per-line format\n\n\t* tools/CheckConformance.pl created - a Perl script for checking\n\tconformance of a font file with a given coded character set\n\n\t* homepage <http://www.freesoftware.fsf.org/freefont/> created\n\n2002-02-19  Primoz Peterlin  <primoz.peterlin@biofiz.mf.uni-lj.si>\n\n\t* freefont (Free UCS Scalable Fonts) project approved on\n\tsavannah.gnu.org: <http://savannah.gnu.org/projects/freefont/>\n"
  },
  {
    "path": "gui/resources/fonts/FreeMono.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeMono\nFullName: Free Monospaced\nFamilyName: FreeMono\nWeight: Medium\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.10 $\nItalicAngle: 0\nUnderlinePosition: -100\nUnderlineWidth: 50\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 49\nTTFWeight: 400\nTTFWidth: 5\nPanose: 2 7 4 9 2 2 5 2 4 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 2\n 1 latn 1 dflt \n 1 hebr 1 dflt \nLangName: 1027 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"Zel de grum: quetxup, whisky, caf+AOgA, bon vi; ja!\" \nLangName: 1029 \"\" \"\" \"oby+AQ0A-ejn+AOkA\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1030 \"\" \"\" \"normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1031 \"\" \"\" \"Standard\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"Zw+APYA-lf Boxk+AOQA-mpfer jagen Victor quer +APwA-ber den gro+AN8A-en Sylter Deich.\" \nLangName: 1032 \"\" \"\" \"+A5oDsQO9A78DvQO5A7oDrAAA\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1034 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"Jovencillo emponzo+APEA-ado de whisky, qu+AOkA mala figurota exhibes.\" \nLangName: 1035 \"\" \"\" \"Normaali\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1036 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"Portez ce vieux whisky au juge blond qui fume.\" \nLangName: 1038 \"\" \"\" \"Norm+AOEA-l\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1040 \"\" \"\" \"Normale\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"Pranzo d'acqua fa volti sghembi.\" \nLangName: 1043 \"\" \"\" \"Standaard\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"Zweedse ex-VIP, behoorl+ATMA-k gek op quantumfysica.\" \nLangName: 1044 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1045 \"\" \"\" \"Normalny\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1046 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1049 \"\" \"\" \"+BB4EMQRLBEcEPQRLBDkA\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+BBIA +BEcEMARJBDD/////+BE4EMwQ///+BDYEOAQEMQRLBDsA +BEYEOARCBEAEQwRBICYgFAQ0//8A, +BD3/////+BEQEMAQ7BEwESAQ4BDIESwQ///+BE0EOgQ3BDUEPAT/////.\" \nLangName: 1051 \"\" \"\" \"Norm+AOEA-lne\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1053 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1055 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1060 \"\" \"\" \"navadno\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nLangName: 1066 \"\" \"\" \"th+AbABoQMA-ng\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1069 \"\" \"\" \"Arrunta\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 2058 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 2070 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 3082 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 3084 \"\" \"\" \"Normal\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nEncoding: unicode\nUnicodeInterp: none\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 8368 16 11\nBeginPrivate: 8\nUniqueID 7 5020945\nBlueValues 31 [-20 0 417 437 563 583 603 623]\nBlueScale 8 0.039625\nStdHW 4 [43]\nStdVW 4 [41]\nStemSnapH 4 [43]\nStemSnapV 4 [41]\nForceBold 5 false\nEndPrivate\nBeginChars: 65537 2584\nStartChar: space\nEncoding: 32 32 0\nWidth: 600\nFlags: HW\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 600\nFlags: HMW\nHStem: -15 20\nFore\n338 563 m 1\n 320 237 l 1\n 319 217 313 209 299 209 c 0\n 286 209 280 218 279 237 c 2\n 261 563 l 1\n 260 570 260 575 260 579 c 0\n 260 601 277 618 300 618 c 0\n 322 618 339 601 339 579 c 0\n 339 577 339 571 338 563 c 1\n293 85 m 2\n 306 85 l 2\n 336 85 360 63 360 35 c 0\n 360 7 336 -15 306 -15 c 2\n 293 -15 l 2\n 263 -15 240 7 240 35 c 0\n 240 63 263 85 293 85 c 2\nEndSplineSet\nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 600\nFlags: HW\nFore\n146 604 m 1\n 274 604 l 1\n 240 351 l 1\n 237 326 228 315 210 315 c 0\n 192 315 183 326 180 351 c 1\n 146 604 l 1\n326 604 m 1\n 454 604 l 1\n 420 351 l 1\n 417 326 408 315 390 315 c 0\n 372 315 363 326 360 351 c 1\n 326 604 l 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 600\nFlags: HMW\nHStem: 189 41<119 206 249 337 381 461> 356 41<139 217 261 349 392 481>\nFore\n390 356 m 1\n 381 230 l 1\n 461 230 l 2\n 479 230 488 223 488 210 c 0\n 488 196 479 189 461 189 c 2\n 378 189 l 1\n 362 -36 l 1\n 361 -54 354 -62 341 -62 c 0\n 330 -62 320 -51 321 -41 c 1\n 328.592 33.4077 330.478 113.522 337 189 c 1\n 246 189 l 1\n 231 -36 l 1\n 229 -54 223 -62 210 -62 c 0\n 199 -62 190 -53 190 -41 c 2\n 190 -33 l 1\n 206 189 l 1\n 119 189 l 2\n 101 189 92 196 92 210 c 0\n 92 223 101 230 119 230 c 2\n 208 230 l 1\n 217 356 l 1\n 139 356 l 2\n 121 356 112 363 112 377 c 0\n 112 390 121 397 139 397 c 2\n 220 397 l 1\n 236 622 l 1\n 237 639 244 647 257 647 c 0\n 270.609 647 278.275 634.924 276 619 c 1\n 261 397 l 1\n 352 397 l 1\n 368 622 l 1\n 369 639 375 647 388 647 c 0\n 402 647 409 636 408 619 c 1\n 392 397 l 1\n 481 397 l 2\n 499 397 508 390 508 377 c 0\n 508 363 499 356 481 356 c 2\n 390 356 l 1\n349 356 m 1\n 258 356 l 1\n 249 230 l 1\n 340 230 l 1\n 349 356 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 600\nFlags: HW\nHStem: -92 185<294 307.5> 538 117<294 307.5> 543 20<439.5 453>\nVStem: 113 41<92 108> 136 41<421 462.5> 280 41<-65 54 576 628> 446 41<169.5 216>\nFore\n280 576 m 1\n 280 628 l 2\n 280 646 287 655 301 655 c 0\n 314 655 321 646 321 628 c 2\n 321 576 l 1\n 366 572 389 562 425 534 c 1\n 426 553 433 563 446 563 c 0\n 460 563 466 554 466 536 c 2\n 466 476 l 2\n 466 458 459 449 446 449 c 0\n 433 449 427 455 425 471 c 0\n 420 507 363 538 302 538 c 0\n 233 538 177 491 177 434 c 0\n 177 370.369 236.54 356.069 312 342 c 0\n 384 328 410 320 438 301 c 0\n 469 280 487 244 487 201 c 0\n 487 122 423 65 321 54 c 1\n 321 -65 l 2\n 321 -83 314 -92 301 -92 c 0\n 287 -92 280 -83 280 -65 c 2\n 280 54 l 1\n 234 56 180 79 154 108 c 1\n 154 92 l 2\n 154 74 147 65 134 65 c 0\n 120 65 113 74 113 92 c 2\n 113 171 l 2\n 113 189 120 198 134 198 c 0\n 147 198 152 191 154 173 c 0\n 158 130 225 93 299 93 c 0\n 384 93 446 138 446 201 c 0\n 446 272.305 386.36 286.632 302 303 c 0\n 238 315 209 325 183 341 c 1\n 154 361 136 397 136 435 c 0\n 136 507 196 566 280 576 c 1\nEndSplineSet\nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 600\nFlags: HMW\nHStem: -12 38<338.5 385> 198 38<338 385> 363 38<214.5 260.5> 573 38<214 261>\nVStem: 115 38<463.5 510.5> 239 38<88.5 136> 322 38<463 510.5> 446 38<88 135.5>\nFore\n361 236 m 0\n 430 236 484 181 484 110 c 0\n 484 44 428 -12 362 -12 c 0\n 294 -12 239 44 239 112 c 0\n 239 180 294 236 361 236 c 0\n361 198 m 0\n 315 198 277 160 277 112 c 0\n 277 65 315 26 362 26 c 0\n 408 26 446 65 446 111 c 0\n 446 160 409 198 361 198 c 0\n237 611 m 0\n 306 611 360 556 360 486 c 0\n 360 419 304 363 238 363 c 0\n 170 363 115 419 115 487 c 0\n 115 555 170 611 237 611 c 0\n237 573 m 0\n 191 573 153 534 153 487 c 0\n 153 440 191 401 238 401 c 0\n 283 401 322 440 322 486 c 0\n 322 535 285 573 237 573 c 0\n495 344 m 2\n 116 222 l 2\n 111 220 106 219 104 219 c 0\n 96 219 87 228 87 238 c 0\n 87 248 92 254 105 258 c 2\n 484 380 l 2\n 488 381 492 382 496 382 c 0\n 505 382 513 373 513 363 c 0\n 513 354 508 348 495 344 c 2\nEndSplineSet\nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 600\nFlags: HW\nHStem: -16 41<221.5 266.5> 0 41<413 451> 208 41<439 451 439 439> 478 41<267.5 300.5>\nVStem: 105 41<110.5 169.5> 166 41<386.5 419>\nFore\n393 0 m 1\n 362 48 l 1\n 332 5 296 -16 250 -16 c 0\n 172 -16 105 57 105 142 c 0\n 105 211 147 266 216 287 c 1\n 171 360 166 371 166 400 c 0\n 166 465 222 519 289 519 c 0\n 312 519 332 513 355 499 c 1\n 361.675 503.005 373.013 510 381 510 c 0\n 391 510 400 500 400 489 c 0\n 400 480 396 475 384 468 c 2\n 352 452 l 1\n 331 470 312 478 289 478 c 0\n 246 478 207 440 207 398 c 0\n 207 375 218 350 251 298 c 2\n 362 121 l 1\n 382 158 398 201 408 249 c 1\n 451 249 l 2\n 469 249 478 242 478 229 c 0\n 478 215 469 208 451 208 c 2\n 439 208 l 1\n 425 156 406 110 386 82 c 1\n 413 41 l 1\n 451 41 l 2\n 469 41 478 34 478 21 c 0\n 478 7 469 0 451 0 c 2\n 393 0 l 1\n338 86 m 1\n 233 251 l 1\n 180 239 146 197 146 142 c 0\n 146 79 194 25 249 25 c 0\n 284 25 316 47 338 86 c 1\nEndSplineSet\nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 600\nFlags: HW\nFore\n236 604 m 1\n 364 604 l 1\n 330 351 l 1\n 327 326 318 315 300 315 c 0\n 282 315 273 326 270 351 c 1\n 236 604 l 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 600\nFlags: HMW\nVStem: 294 61<191.5 293>\nFore\n438 604 m 0\n 449 604 458 595 458 584 c 0\n 458 580 457 578 455 573 c 0\n 386 451 355 347 355 240 c 0\n 355 133 386 31 455 -93 c 0\n 457 -98 458 -100 458 -104 c 0\n 458 -115 448 -124 437 -124 c 0\n 427 -124 418 -114 395 -77 c 0\n 327 36 294 140 294 243 c 0\n 294 343 333 460 404 570 c 0\n 421 597 428 604 438 604 c 0\nEndSplineSet\nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 600\nFlags: HMW\nVStem: 250 61<187 288.5>\nFore\n168 604 m 0\n 178 604 187 595 210 557 c 0\n 278 445 311 340 311 237 c 0\n 311 137 272 20 201 -90 c 0\n 184 -117 177 -124 167 -124 c 0\n 156 -124 147 -115 147 -104 c 0\n 147 -100 148 -98 150 -93 c 0\n 219 29 250 133 250 240 c 0\n 250 348 220 448 150 573 c 0\n 148 578 147 580 147 584 c 0\n 147 595 157 604 168 604 c 0\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 600\nFlags: HMW\nVStem: 279 41<438 577>\nFore\n279 438 m 1\n 279 577 l 2\n 279 595 286 604 300 604 c 0\n 313 604 320 595 320 577 c 2\n 320 438 l 1\n 453 481 l 2\n 458 483 465 484 468 484 c 0\n 478 484 487 474 487 464 c 0\n 487 453 481 447 466 442 c 2\n 333 400 l 1\n 414 288 l 1\n 418 281 421 275 421 270 c 0\n 421 259 412 250 401 250 c 0\n 393 250 389 253 381 264 c 2\n 299 376 l 1\n 218 264 l 2\n 210 254 205 250 197 250 c 0\n 186 250 177 259 177 271 c 0\n 177 276 178 278 185 288 c 2\n 266 400 l 1\n 133 442 l 1\n 121.586 444.853 113 450.337 113 463 c 0\n 113 474 122 483 133 483 c 0\n 137 483 139 482 146 480 c 2\n 279 438 l 1\nEndSplineSet\nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 600\nFlags: HMW\nHStem: 261 41<99 279 320 500>\nVStem: 279 41<59 261 302 503>\nFore\n320 261 m 1\n 320 59 l 2\n 320 41 313 32 300 32 c 0\n 286 32 279 41 279 59 c 2\n 279 261 l 1\n 99 261 l 2\n 81 261 72 268 72 282 c 0\n 72 295 81 302 99 302 c 2\n 279 302 l 1\n 279 503 l 2\n 279 521 286 530 300 530 c 0\n 313 530 320 521 320 503 c 2\n 320 302 l 1\n 500 302 l 2\n 519 302 528 295 528 282 c 0\n 528 268 519 261 500 261 c 2\n 320 261 l 1\nEndSplineSet\nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 600\nFlags: HW\nFore\n207 145 m 1\n 340 145 l 1\n 195 -120 l 2\n 185 -139 177 -145 164 -145 c 0\n 148 -145 135 -132 135 -116 c 0\n 135 -112 136 -109 137 -105 c 2\n 207 145 l 1\nEndSplineSet\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 600\nFlags: HMW\nHStem: 258 41<99 501>\nFore\n501 258 m 2\n 99 258 l 2\n 81 258 72 265 72 279 c 0\n 72 292 81 299 99 299 c 2\n 501 299 l 2\n 519 299 528 292 528 279 c 0\n 528 265 519 258 501 258 c 2\nEndSplineSet\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 600\nFlags: HMW\nHStem: -15 20\nFore\n295 116 m 2\n 305 116 l 2\n 344 116 374 88 374 51 c 0\n 374 13 344 -15 305 -15 c 2\n 295 -15 l 2\n 256 -15 226 14 226 51 c 0\n 226 88 256 116 295 116 c 2\nEndSplineSet\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 600\nFlags: HW\nFore\n482 633 m 2\n 155 -63 l 2\n 148 -77 143 -81 133 -81 c 0\n 123 -81 113 -72 113 -62 c 0\n 113 -58 114 -53 118 -46 c 1\n 445 650 l 2\n 452 664 457 668 467 668 c 0\n 477 668 487 659 487 649 c 0\n 487 645 486 641 482 633 c 2\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 600\nFlags: HMW\nHStem: -15 41<279 321> 577 41<279 321>\nVStem: 113 41<251 257 257 346> 446 41<257 346 346 351>\nFore\n487 351 m 2\n 487 251 l 2\n 487 93 411 -15 300 -15 c 0\n 189 -15 113 93 113 251 c 2\n 113 351 l 2\n 113 510 189 618 300 618 c 0\n 411 618 487 510 487 351 c 2\n154 346 m 2\n 154 257 l 2\n 154 193 172 125 202 79 c 0\n 224 45 258 26 300 26 c 0\n 342 26 376 45 398 79 c 0\n 428 125 446 193 446 257 c 2\n 446 346 l 2\n 446 410 428 478 398 524 c 0\n 376 558 342 577 300 577 c 0\n 258 577 224 558 202 524 c 0\n 172 478 154 410 154 346 c 2\nEndSplineSet\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 600\nFlags: HMW\nHStem: 0 41<141 280 321 460>\nVStem: 280 41<41 557 557 557>\nFore\n321 612 m 1\n 321 41 l 1\n 460 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 478 0 460 0 c 2\n 141 0 l 2\n 123 0 113 7 113 21 c 0\n 113 34 122 41 141 41 c 2\n 280 41 l 1\n 280 557 l 1\n 148 515 l 2\n 144 514 136 512 134 512 c 0\n 125 512 115 522 115 532 c 0\n 115 543 120 549 136 554 c 2\n 321 612 l 1\nEndSplineSet\nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 600\nFlags: HW\nHStem: 0 41<123 437> 577 41<259.5 328>\nVStem: 433 41<424.5 481.5> 437 41<41 77>\nFore\n123 41 m 1\n 437 41 l 1\n 437 77 l 2\n 437 95 444 104 458 104 c 0\n 471 104 478 95 478 77 c 2\n 478 0 l 1\n 84 0 l 1\n 84 60 l 1\n 320 282 l 2\n 414 374 433 402 433 447 c 0\n 433 516 366 577 290 577 c 0\n 222 577 160 532 144 472 c 0\n 140 458 134 452 123 452 c 0\n 113 452 104 461 104 470 c 0\n 104 488 117 518 136 542 c 0\n 173 590 229 618 290 618 c 0\n 388 618 474 537 474 446 c 0\n 474 387 454 358 330 237 c 0\n 243 151 180 92 123 44 c 1\n 123 41 l 1\nEndSplineSet\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 600\nFlags: HW\nHStem: -15 41<265.5 336.5> 577 41<275 338.5>\nVStem: 436 41<442 495.5> 458 41<129.5 202>\nFore\n374 328 m 1\n 452 296 499 236 499 168 c 0\n 499 67 405 -15 290 -15 c 0\n 241 -15 194 -2 142 26 c 0\n 109 43 96 56 96 69 c 0\n 96 79 105 88 115 88 c 0\n 121 88 125 86 132 81 c 0\n 179 45 235 26 291 26 c 0\n 382 26 458 91 458 168 c 0\n 458 246 376 312 279 312 c 0\n 261 312 252 319 252 333 c 0\n 252 346 262 353 279 353 c 0\n 329 353 345 354 366 364 c 0\n 408 382 436 421 436 463 c 0\n 436 528 377 577 300 577 c 0\n 244 577 195 557 166 523 c 0\n 156 511 153 509 145 509 c 0\n 134 509 125 518 125 528 c 0\n 125 538 139 556 160 572 c 0\n 199 602 249 618 301 618 c 0\n 401 618 477 551 477 464 c 0\n 477 407 439 355 379 330 c 0\n 378 330 376 329 374 328 c 1\nEndSplineSet\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 600\nFlags: HMW\nHStem: 0 41<300 376 417 451> 169 41<144 376 417 451> 563 41<352 376 352 352>\nVStem: 376 41<41 169 210 563 563 563>\nFore\n376 169 m 1\n 105 169 l 1\n 105 216 l 1\n 333 604 l 1\n 417 604 l 1\n 417 210 l 1\n 451 210 l 2\n 469 210 478 203 478 189 c 0\n 478 176 469 169 451 169 c 2\n 417 169 l 1\n 417 41 l 1\n 451 41 l 2\n 469 41 478 34 478 21 c 0\n 478 7 469 0 451 0 c 2\n 300 0 l 2\n 282 0 273 7 273 21 c 0\n 273 34 282 41 300 41 c 2\n 376 41 l 1\n 376 169 l 1\n376 210 m 1\n 376 563 l 1\n 352 563 l 1\n 144 210 l 1\n 376 210 l 1\nEndSplineSet\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 600\nFlags: HMW\nHStem: -15 41<268.5 342> 354 41<300 358> 563 41<190 190 190 431>\nVStem: 149 41<365 563> 458 41<150.5 247.5>\nFore\n190 563 m 1\n 190 365 l 1\n 241 386 278 395 322 395 c 0\n 424 395 499 313 499 201 c 0\n 499 75 414 -15 295 -15 c 0\n 242 -15 192 1 142 34 c 0\n 110 55 96 70 96 82 c 0\n 96 93 105 102 116 102 c 0\n 122 102 126 100 133 93 c 0\n 181 49 235 26 293 26 c 0\n 391 26 458 98 458 203 c 0\n 458 292 400 354 316 354 c 0\n 276 354 232 343 190 321 c 0\n 178 315 173 313 168 313 c 0\n 157 313 149 322 149 335 c 2\n 149 604 l 1\n 431 604 l 2\n 450 604 459 597 459 584 c 0\n 459 570 450 563 431 563 c 2\n 190 563 l 1\nEndSplineSet\nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 600\nFlags: HMW\nHStem: -15 41<304 375> 323 41<323.5 377> 543 20<485.5 493.5> 577 41<395.5 433.5>\nVStem: 136 39<280.5 317> 469 41<135 217.5>\nFore\n177 242 m 1\n 218 324 272 364 343 364 c 0\n 434 364 510 280 510 178 c 0\n 510 70 434 -15 337 -15 c 0\n 219 -15 136 107 136 282 c 0\n 136 398 171 484 245 547 c 0\n 298 593 363 618 428 618 c 0\n 471 618 507 602 507 583 c 0\n 507 572 499 563 488 563 c 0\n 483 563 479 564 471 569 c 0\n 461 574 443 577 424 577 c 0\n 348 577 269 530 220 455 c 0\n 192 411 175 349 175 285 c 0\n 175 276 176 261 177 242 c 1\n183 188 m 1\n 210.182 83.8028 256.13 26 338 26 c 0\n 412 26 469 92 469 178 c 0\n 469 257 412 323 342 323 c 0\n 305 323 265 302 233 266 c 0\n 218 250 207 232 183 188 c 1\nEndSplineSet\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 600\nFlags: HMW\nHStem: -1 20 563 41<146 437 146 146>\nVStem: 105 41<528 563> 437 41<545 563 563 563>\nFore\n437 545 m 1\n 437 563 l 1\n 146 563 l 1\n 146 528 l 2\n 146 509 139 500 126 500 c 0\n 112 500 105 509 105 528 c 2\n 105 604 l 1\n 478 604 l 1\n 478 539 l 1\n 315 20 l 2\n 310 4 305 -1 295 -1 c 0\n 284 -1 275 8 275 19 c 0\n 275 22 276 28 277 32 c 2\n 437 545 l 1\nEndSplineSet\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 600\nFlags: HW\nHStem: -15 41<259.5 340> 293 40<262 337.5> 577 41<262 338>\nVStem: 113 41<123.5 194> 123 41<422.5 486> 436 41<422.5 485.5> 446 41<123 194>\nFore\n375 313 m 1\n 448 280 487 227 487 161 c 0\n 487 64 403 -15 300 -15 c 0\n 197 -15 113 64 113 161 c 0\n 113 227 152 279 225 313 c 1\n 155 349 123 392 123 453 c 0\n 123 543 204 618 300 618 c 0\n 396 618 477 543 477 453 c 0\n 477 392 446 349 375 313 c 1\n300 577 m 0\n 224 577 164 521 164 451 c 0\n 164 385 224 333 300 333 c 0\n 375 333 436 385 436 450 c 0\n 436 521 376 577 300 577 c 0\n300 293 m 0\n 218 293 154 235 154 161 c 0\n 154 86 219 26 300 26 c 0\n 380 26 446 86 446 160 c 0\n 446 236 383 293 300 293 c 0\nEndSplineSet\nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 600\nFlags: HMW\nHStem: -15 41<212.5 250.5> 239 41<269 322.5> 577 41<271 342>\nVStem: 136 41<385.5 468> 471 39<286 322.5>\nFore\n469 361 m 1\n 428 279 374 239 303 239 c 0\n 212 239 136 323 136 425 c 0\n 136 533 212 618 309 618 c 0\n 427 618 510 496 510 321 c 0\n 510 205 475 119 401 56 c 0\n 348 10 283 -15 218 -15 c 0\n 175 -15 139 1 139 20 c 0\n 139 31 147 40 158 40 c 0\n 163 40 167 39 175 34 c 0\n 185 29 203 26 222 26 c 0\n 298 26 377 73 426 148 c 0\n 454 192 471 254 471 318 c 0\n 471 327 470 342 469 361 c 1\n463 415 m 1\n 435.818 519.197 389.87 577 308 577 c 0\n 234 577 177 511 177 425 c 0\n 177 346 234 280 304 280 c 0\n 341 280 381 301 413 337 c 0\n 428 353 439 371 463 415 c 1\nEndSplineSet\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 600\nFlags: HMW\nHStem: -15 20 397 20<295 305 305 324.5>\nFore\n295 116 m 2\n 305 116 l 2\n 344 116 374 88 374 51 c 0\n 374 13 344 -15 305 -15 c 2\n 295 -15 l 2\n 256 -15 226 14 226 51 c 0\n 226 88 256 116 295 116 c 2\n295 417 m 2\n 305 417 l 2\n 344 417 374 388 374 351 c 0\n 374 314 344 285 305 285 c 2\n 295 285 l 2\n 256 285 226 314 226 351 c 0\n 226 388 256 417 295 417 c 2\nEndSplineSet\nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 600\nFlags: HMW\nHStem: 397 20<271 281 281 300.5>\nFore\n211 145 m 1\n 344 145 l 1\n 199 -120 l 2\n 189 -139 181 -145 168 -145 c 0\n 152 -145 139 -132 139 -116 c 0\n 139 -112 140 -109 141 -105 c 2\n 211 145 l 1\n271 417 m 2\n 281 417 l 2\n 320 417 350 388 350 351 c 0\n 350 314 320 285 281 285 c 2\n 271 285 l 2\n 232 285 202 314 202 351 c 0\n 202 388 232 417 271 417 c 2\nEndSplineSet\nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 600\nFlags: HW\nFore\n72 281 m 1\n 490 513 l 2\n 495 516 499 518 502 518 c 0\n 511.765 518 522 505.812 522 496 c 0\n 522 488 518 483 509 478 c 2\n 154 281 l 1\n 509 84 l 2\n 518 79 522 73 522 67 c 0\n 522 64 521 60 519 57 c 2\n 517 54 l 2\n 514 48 508 44 502 44 c 0\n 499 44 494 46 489 49 c 2\n 72 281 l 1\nEndSplineSet\nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 600\nFlags: HMW\nHStem: 190 41<78 522> 334 41<78 522>\nFore\n522 334 m 2\n 78 334 l 2\n 60 334 51 341 51 355 c 0\n 51 368 60 375 78 375 c 2\n 522 375 l 2\n 540 375 549 368 549 355 c 0\n 549 341 540 334 522 334 c 2\n522 190 m 2\n 78 190 l 2\n 60 190 51 197 51 211 c 0\n 51 224 60 231 78 231 c 2\n 522 231 l 2\n 540 231 549 224 549 211 c 0\n 549 197 540 190 522 190 c 2\nEndSplineSet\nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 600\nFlags: HW\nFore\n528 281 m 1\n 110 49 l 2\n 105 46 101 44 98 44 c 0\n 87.4565 44 78 55.9876 78 67 c 0\n 78 74 82 79 91 84 c 2\n 446 281 l 1\n 91 478 l 2\n 82 483 78 489 78 496 c 0\n 78 499 79 502 81 505 c 2\n 83 508 l 2\n 86 514 92 518 98 518 c 0\n 101 518 106 516 111 513 c 2\n 528 281 l 1\nEndSplineSet\nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 600\nFlags: HMW\nHStem: -15 100<287 314> 414 20<148 161.5> 536 41<283.5 345.5>\nVStem: 134 41<461 502> 281 41<206 247> 446 41<394.5 456>\nFore\n322 247 m 1\n 322 206 l 2\n 322 188 315 179 302 179 c 0\n 288 179 281 188 281 206 c 2\n 281 274 l 1\n 397 323 446 366 446 423 c 0\n 446 489 387 536 304 536 c 0\n 259 536 227 528 175 502 c 1\n 175 461 l 2\n 175 443 168 434 155 434 c 0\n 141 434 134 443 134 461 c 2\n 134 529 l 1\n 143 532 155 538 163 541 c 0\n 226 569 258 577 309 577 c 0\n 415 577 487 515 487 423 c 0\n 487 349 447 306 322 247 c 1\n287 85 m 2\n 314 85 l 2\n 348 85 371 65 371 35 c 0\n 371 6 348 -15 314 -15 c 2\n 287 -15 l 2\n 253 -15 230 5 230 35 c 0\n 230 65 253 85 287 85 c 2\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 600\nFlags: HMW\nHStem: -62 41<280 326.5> 0 20<425.5 434.5> 147 41<352 383> 583 41<255.5 335>\nVStem: 105 41<198 358> 242 41<248 303> 418 41<192 376 376 376 416 463>\nFore\n418 145 m 1\n 418 150 l 1\n 398 148 388 147 378 147 c 0\n 300 147 242 201 242 272 c 0\n 242 356 316 417 418 416 c 1\n 418 463 l 2\n 418 533 369 583 301 583 c 0\n 210 583 146 490 146 358 c 2\n 146 198 l 2\n 146 138 163 81 193 36 c 0\n 220 -3 255 -21 305 -21 c 0\n 348 -21 389 -9 410 9 c 0\n 421 19 422 20 429 20 c 0\n 440 20 449 11 449 1 c 0\n 449 -30 373 -62 299 -62 c 0\n 239 -62 195 -38 159 13 c 0\n 123 65 105 127 105 198 c 2\n 105 361 l 2\n 105 513 187 624 300 624 c 0\n 391 624 459 555 459 463 c 2\n 459 186 l 1\n 471 184 478 177 478 166 c 0\n 478 152 469 145 451 145 c 2\n 418 145 l 1\n418 192 m 1\n 418 376 l 1\n 340 376 283 333 283 273 c 0\n 283 223 323 188 381 188 c 0\n 392 188 406 189 418 192 c 1\nEndSplineSet\nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 600\nFlags: HMW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nFore\n428 188 m 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\nEndSplineSet\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 124 165 373 373 376> 272 41<165 312 312 314> 522 41<70 124 165 165 165 328 328 329>\nVStem: 124 41<41 272 313 522> 458 41<392.5 448> 500 41<122 171>\nFore\n124 41 m 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 328 563 l 2\n 425 563 499 500 499 418 c 0\n 499 367 473 330 414 298 c 1\n 498 268 541 220 541 153 c 0\n 541 69 467 0 376 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n165 313 m 1\n 312 313 l 2\n 397 313 458 357 458 419 c 0\n 458 477 402 522 329 522 c 2\n 165 522 l 1\n 165 313 l 1\n165 41 m 1\n 373 41 l 2\n 444 41 500 91 500 153 c 0\n 500 189 478 224 441 246 c 0\n 409 265 375 272 314 272 c 2\n 165 272 l 1\n 165 41 l 1\nEndSplineSet\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 600\nFlags: HW\nHStem: -16 41<263 354> 397 20 535 41<271.5 338> 543 20<492 505.5>\nVStem: 63 41<242 248 248 319> 478 41<507 536>\nFore\n478 507 m 1\n 478 536 l 2\n 478 554 485 563 499 563 c 0\n 512 563 519 554 519 536 c 2\n 519 424 l 2\n 519 406 512 397 498 397 c 0\n 486 397 479 405 478 421 c 0\n 474 482 394 535 305 535 c 0\n 194 535 104 438 104 319 c 2\n 104 248 l 2\n 104 128 204 25 322 25 c 0\n 391 25 442 51 496 115 c 0\n 503 123 507 125 514 125 c 0\n 526 125 534 117 534 106 c 0\n 534 96 522 79 496 55 c 0\n 447 9 386 -16 322 -16 c 0\n 186 -16 63 107 63 242 c 2\n 63 325 l 2\n 63 386 91 456 134 502 c 0\n 179 550 238 576 305 576 c 0\n 371 576 431 552 478 507 c 1\nEndSplineSet\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 104 145 290> 522 41<70 104 145 145 145 288>\nVStem: 104 41<41 522> 479 41<245 254 254 310>\nFore\n104 41 m 1\n 104 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 290 563 l 2\n 419 563 520 451 520 310 c 2\n 520 254 l 2\n 520 112 419 0 290 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 104 41 l 1\n145 41 m 1\n 295 41 l 2\n 391 41 479 139 479 245 c 2\n 479 318 l 2\n 479 371 454 431 414 472 c 0\n 379 507 342 522 288 522 c 2\n 145 522 l 1\n 145 41 l 1\nEndSplineSet\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nFore\n165 272 m 1\n 165 41 l 1\n 479 41 l 1\n 479 160 l 2\n 479 178 486 187 500 187 c 0\n 513 187 520 178 520 160 c 2\n 520 0 l 1\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 499 563 l 1\n 499 424 l 2\n 499 406 492 397 478 397 c 0\n 465 397 458 406 458 424 c 2\n 458 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 331 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 331 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\nEndSplineSet\nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 124 165 303> 272 41<165 310> 397 20 522 41<70 124 165 165 165 479>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 479 41<424 522 522 522>\nFore\n165 272 m 1\n 165 41 l 1\n 303 41 l 2\n 322 41 331 34 331 21 c 0\n 331 7 321 0 303 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 520 563 l 1\n 520 424 l 2\n 520 406 513 397 499 397 c 0\n 486 397 479 406 479 424 c 2\n 479 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 330 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 330 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\nEndSplineSet\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 600\nFlags: HW\nHStem: -16 41<264 362> 209 41<340 479 520 534 520 520> 398 20<493.5 506.5> 535 41<287 346> 543 20<493 507>\nVStem: 63 41<244 317> 479 41<59 209 522 536>\nFore\n520 209 m 1\n 520 36 l 1\n 461 2 395 -16 333 -16 c 0\n 169 -16 63 86 63 244 c 2\n 63 318 l 2\n 63 389 94 463 144 511 c 0\n 189 553 247 576 313 576 c 0\n 379 576 434 558 479 522 c 1\n 479 536 l 2\n 479 554 486 563 500 563 c 0\n 514 563 520 555 520 536 c 2\n 520 445 l 2\n 520 427 513 418 500 418 c 0\n 487 418 481 426 480 443 c 0\n 476 494 404 535 315 535 c 0\n 259 535 214 518 176 481 c 0\n 132 440 104 376 104 317 c 2\n 104 244 l 2\n 104 108 192 25 336 25 c 0\n 388 25 423 33 479 59 c 1\n 479 209 l 1\n 340 209 l 2\n 322 209 313 216 313 230 c 0\n 313 243 322 250 340 250 c 2\n 534 250 l 2\n 553 250 562 243 562 230 c 0\n 562 216 553 209 534 209 c 2\n 520 209 l 1\nEndSplineSet\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 600\nFlags: HMW\nHStem: 0 41<81 126 167 221 383 437 478 524> 272 41<167 437> 522 41<101 126 167 167 167 221 383 437 478 478 478 503>\nVStem: 126 41<41 272 313 522> 437 41<41 272 272 272 313 522>\nFore\n437 272 m 1\n 167 272 l 1\n 167 41 l 1\n 221 41 l 2\n 239 41 248 34 248 21 c 0\n 248 7 239 0 221 0 c 2\n 81 0 l 2\n 63 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 522 l 1\n 101 522 l 2\n 83 522 74 529 74 543 c 0\n 74 556 83 563 101 563 c 2\n 221 563 l 2\n 239 563 248 556 248 543 c 0\n 248 529 239 522 221 522 c 2\n 167 522 l 1\n 167 313 l 1\n 437 313 l 1\n 437 522 l 1\n 383 522 l 2\n 365 522 356 529 356 543 c 0\n 356 556 365 563 383 563 c 2\n 503 563 l 2\n 521 563 530 556 530 543 c 0\n 530 529 521 522 503 522 c 2\n 478 522 l 1\n 478 41 l 1\n 524 41 l 2\n 542 41 551 34 551 21 c 0\n 551 7 541 0 524 0 c 2\n 383 0 l 2\n 365 0 356 7 356 21 c 0\n 356 34 365 41 383 41 c 2\n 437 41 l 1\n 437 272 l 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 600\nFlags: HMW\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522>\nFore\n320 522 m 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 477 0 459 0 c 2\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 600\nFlags: HMW\nHStem: -16 41<248 313.5> 522 41<260 419 460 556 460 460>\nVStem: 84 41<93 223> 419 41<165 522>\nFore\n460 522 m 1\n 460 165 l 2\n 460 66 375 -16 272 -16 c 0\n 208 -16 156 9 84 74 c 1\n 84 223 l 2\n 84 241 91 250 105 250 c 0\n 118 250 125 241 125 223 c 2\n 125 93 l 1\n 176 47 223 25 273 25 c 0\n 354 25 419 87 419 165 c 2\n 419 522 l 1\n 260 522 l 2\n 242 522 233 529 233 543 c 0\n 233 556 242 563 260 563 c 2\n 556 563 l 2\n 574 563 583 556 583 543 c 0\n 583 529 574 522 556 522 c 2\n 460 522 l 1\nEndSplineSet\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 124 165 240 489 545> 522 41<70 124 165 165 165 240 400 445 502 502 502 518>\nVStem: 124 41<41 221 273 522>\nFore\n165 221 m 1\n 165 41 l 1\n 240 41 l 2\n 258 41 267 34 267 21 c 0\n 267 7 258 0 240 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 240 563 l 2\n 258 563 267 556 267 543 c 0\n 267 529 258 522 240 522 c 2\n 165 522 l 1\n 165 273 l 1\n 445 522 l 1\n 400 522 l 2\n 381 522 372 529 372 543 c 0\n 372 556 381 563 400 563 c 2\n 518 563 l 2\n 537 563 546 556 546 543 c 0\n 546 529 537 522 518 522 c 2\n 502 522 l 1\n 280 324 l 1\n 377 284 414 233 489 41 c 1\n 545 41 l 2\n 563 41 572 34 572 21 c 0\n 572 7 563 0 545 0 c 2\n 458 0 l 1\n 385 203 341 263 246 294 c 1\n 165 221 l 1\nEndSplineSet\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 600\nFlags: HMW\nHStem: 0 41<90 186 227 500> 522 41<90 186 227 323 227 227>\nVStem: 186 41<41 522> 500 41<41 201>\nFore\n227 522 m 1\n 227 41 l 1\n 500 41 l 1\n 500 201 l 2\n 500 219 507 228 521 228 c 0\n 534 228 541 219 541 201 c 2\n 541 0 l 1\n 90 0 l 2\n 72 0 63 7 63 21 c 0\n 63 34 72 41 90 41 c 2\n 186 41 l 1\n 186 522 l 1\n 90 522 l 2\n 72 522 63 529 63 543 c 0\n 63 556 72 563 90 563 c 2\n 323 563 l 2\n 341 563 350 556 350 543 c 0\n 350 529 341 522 323 522 c 2\n 227 522 l 1\nEndSplineSet\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 600\nFlags: HMW\nHStem: 0 41<38 72 113 187 417 491 532 566> 522 41<47 72 113 121 113 113 483 483 483 491 532 532 532 557>\nVStem: 72 41<41 522> 491 41<41 522>\nFore\n326 169 m 1\n 280 169 l 1\n 121 522 l 1\n 113 522 l 1\n 113 41 l 1\n 187 41 l 2\n 206 41 215 34 215 21 c 0\n 215 7 205 0 187 0 c 2\n 38 0 l 2\n 20 0 11 7 11 21 c 0\n 11 34 20 41 38 41 c 2\n 72 41 l 1\n 72 522 l 1\n 47 522 l 2\n 29 522 20 529 20 543 c 0\n 20 556 29 563 47 563 c 2\n 146 563 l 1\n 303 215 l 1\n 457 563 l 1\n 557 563 l 2\n 575 563 584 556 584 543 c 0\n 584 529 575 522 557 522 c 2\n 532 522 l 1\n 532 41 l 1\n 566 41 l 2\n 584 41 593 34 593 21 c 0\n 593 7 584 0 566 0 c 2\n 417 0 l 2\n 399 0 390 7 390 21 c 0\n 390 34 399 41 417 41 c 2\n 491 41 l 1\n 491 522 l 1\n 483 522 l 1\n 326 169 l 1\nEndSplineSet\nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 600\nFlags: HMW\nHStem: 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535>\nVStem: 103 41<41 504> 460 41<59 522>\nFore\n501 0 m 1\n 449 0 l 1\n 144 504 l 1\n 144 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 236 0 219 0 c 2\n 69 0 l 2\n 51 0 42 7 42 21 c 0\n 42 34 51 41 69 41 c 2\n 103 41 l 1\n 103 522 l 1\n 49 522 l 2\n 31 522 22 529 22 543 c 0\n 22 556 31 563 49 563 c 2\n 155 563 l 1\n 460 59 l 1\n 460 522 l 1\n 386 522 l 2\n 367 522 358 529 358 543 c 0\n 358 556 367 563 386 563 c 2\n 535 563 l 2\n 553 563 562 556 562 543 c 0\n 562 529 553 522 535 522 c 2\n 501 522 l 1\n 501 0 l 1\nEndSplineSet\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 600\nFlags: HMW\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nFore\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\nEndSplineSet\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 124 165 303> 231 41<165 296> 522 41<70 124 165 165 165 310 310 314>\nVStem: 124 41<41 231 272 522> 458 41<363.5 432>\nFore\n165 231 m 1\n 165 41 l 1\n 303 41 l 2\n 322 41 331 34 331 21 c 0\n 331 7 321 0 303 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 310 563 l 2\n 416 563 499 491 499 398 c 0\n 499 305 410 231 296 231 c 2\n 165 231 l 1\n165 272 m 1\n 299 272 l 2\n 386 272 458 329 458 398 c 0\n 458 466 393 522 314 522 c 2\n 165 522 l 1\n 165 272 l 1\nEndSplineSet\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 600\nFlags: HW\nHStem: -115 41<438.5 455.5> -89 41<307.5 330.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nFore\n305 -16 m 1\n 251 -56 l 1\n 281 -50 297 -48 318 -48 c 0\n 347 -48 370 -52 400 -63 c 0\n 424 -72 432 -74 445 -74 c 0\n 466 -74 483 -67 514 -47 c 0\n 518 -44 522 -43 526 -43 c 0\n 537 -43 546 -52 546 -64 c 0\n 546 -84 484 -115 442 -115 c 0\n 426 -115 415 -112 386 -102 c 0\n 359 -92 343 -89 318 -89 c 0\n 288 -89 221 -100 178 -112 c 0\n 174 -113 171 -114 168 -114 c 0\n 157 -114 148 -105 148 -93 c 0\n 148 -86 152 -80 159 -75 c 2\n 249 -10 l 1\n 135 15 51 139 51 280 c 0\n 51 445 161 576 300 576 c 0\n 439 576 549 445 549 280 c 0\n 549 116 443 -12 305 -16 c 1\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\nEndSplineSet\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 124 165 240 531 562> 251 41<165 279 279 297> 522 41<70 124 165 165 165 318>\nVStem: 124 41<41 251 292 522> 457 41<376 438>\nFore\n165 251 m 1\n 165 41 l 1\n 240 41 l 2\n 258 41 267 34 267 21 c 0\n 267 7 258 0 240 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 318 563 l 2\n 415 563 498 491 498 407 c 0\n 498 342 452 294 359 262 c 1\n 422 219 450 182 531 41 c 1\n 562 41 l 2\n 580 41 589 34 589 21 c 0\n 589 7 580 0 562 0 c 2\n 505 0 l 1\n 417 162 373 216 297 251 c 1\n 165 251 l 1\n165 292 m 1\n 279 292 l 2\n 377 292 457 344 457 408 c 0\n 457 468 390 522 318 522 c 2\n 165 522 l 1\n 165 292 l 1\nEndSplineSet\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nFore\n445 517 m 1\n 445 536 l 2\n 445 554 452 563 466 563 c 0\n 479 563 486 554 486 536 c 2\n 486 433 l 2\n 486 415 479 406 466 406 c 0\n 453 406 446 414 445 430 c 0\n 441 490 380 535 302 535 c 0\n 220 535 159 486 159 420 c 0\n 159 344.478 225.239 322.832 311 309 c 0\n 388 296 416 288 446 269 c 0\n 485 245 508 202 508 151 c 0\n 508 54 422 -16 302 -16 c 0\n 233 -16 174 9 133 56 c 1\n 133 27 l 2\n 133 9 126 0 112 0 c 0\n 99 0 92 9 92 27 c 2\n 92 139 l 2\n 92 157 99 166 113 166 c 0\n 126 166 132 158 133 142 c 0\n 136 76 210 25 301 25 c 0\n 394 25 464 79 464 153 c 0\n 464 188 447 220 419 237 c 0\n 395 253 374 259 303 271 c 0\n 233 283 197 295 167 317 c 0\n 134 340 115 379 115 421 c 0\n 115 509 194 576 299 576 c 0\n 358 576 403 558 445 517 c 1\nEndSplineSet\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 600\nFlags: HMW\nHStem: 0 41<175 280 321 426> 402 20<85.5 99 502 515> 522 41<113 280 113 113 321 321 321 487>\nVStem: 72 41<449 522> 280 41<41 522> 487 41<449 522 522 522>\nFore\n321 41 m 1\n 426 41 l 2\n 444 41 453 34 453 21 c 0\n 453 7 444 0 426 0 c 2\n 175 0 l 2\n 157 0 148 7 148 21 c 0\n 148 34 157 41 175 41 c 2\n 280 41 l 1\n 280 522 l 1\n 113 522 l 1\n 113 449 l 2\n 113 431 106 422 92 422 c 0\n 79 422 72 431 72 449 c 2\n 72 563 l 1\n 528 563 l 1\n 528 449 l 2\n 528 430 522 422 508 422 c 0\n 496 422 487 433 487 449 c 2\n 487 522 l 1\n 321 522 l 1\n 321 41 l 1\nEndSplineSet\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 600\nFlags: HMW\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 458 41<185 522>\nFore\n499 522 m 1\n 499 185 l 2\n 499 71 412 -16 300 -16 c 0\n 187 -16 101 71 101 185 c 2\n 101 522 l 1\n 67 522 l 2\n 49 522 40 529 40 543 c 0\n 40 557 49 563 67 563 c 2\n 216 563 l 2\n 234 563 243 556 243 543 c 0\n 243 529 234 522 216 522 c 2\n 142 522 l 1\n 142 185 l 2\n 142 95 211 25 300 25 c 0\n 388 25 458 95 458 185 c 2\n 458 522 l 1\n 384 522 l 2\n 366 522 357 529 357 543 c 0\n 357 557 365 563 384 563 c 2\n 533 563 l 2\n 552 563 560 557 560 543 c 0\n 560 529 551 522 533 522 c 2\n 499 522 l 1\nEndSplineSet\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 600\nFlags: HMW\nHStem: 0 20 522 41<36 67 110 110 110 187 414 492 533 533 533 564>\nFore\n267 0 m 1\n 67 522 l 1\n 36 522 l 2\n 18 522 9 529 9 543 c 0\n 9 557 18 563 36 563 c 2\n 187 563 l 2\n 205 563 214 557 214 543 c 0\n 214 529 205 522 187 522 c 2\n 110 522 l 1\n 296 41 l 1\n 299 41 l 1\n 492 522 l 1\n 414 522 l 2\n 396 522 387 529 387 543 c 0\n 387 556 395 563 414 563 c 2\n 564 563 l 2\n 582 563 591 557 591 543 c 0\n 591 529 582 522 564 522 c 2\n 533 522 l 1\n 324 0 l 1\n 267 0 l 1\nEndSplineSet\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 600\nFlags: HMW\nHStem: 0 20 522 41<47 62 103 103 103 196 403 499 538 538 538 553>\nFore\n122 0 m 1\n 62 522 l 1\n 47 522 l 2\n 29 522 20 529 20 543 c 0\n 20 556 29 563 47 563 c 2\n 196 563 l 2\n 215 563 224 556 224 543 c 0\n 224 529 215 522 196 522 c 2\n 103 522 l 1\n 159 46 l 1\n 271 438 l 1\n 333 438 l 1\n 442 46 l 1\n 499 522 l 1\n 403 522 l 2\n 385 522 376 529 376 543 c 0\n 376 556 385 563 403 563 c 2\n 553 563 l 2\n 571 563 580 556 580 543 c 0\n 580 529 571 522 553 522 c 2\n 538 522 l 1\n 476 0 l 1\n 412 0 l 1\n 300 400 l 1\n 185 0 l 1\n 122 0 l 1\nEndSplineSet\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 600\nFlags: HMW\nHStem: 0 41<67 84 134 198 401 463 516 533> 522 41<78 93 145 145 145 188 408 453 504 504 504 519>\nFore\n325 288 m 1\n 516 41 l 1\n 533 41 l 2\n 551 41 560 34 560 21 c 0\n 560 7 551 0 533 0 c 2\n 401 0 l 2\n 383 0 374 7 374 21 c 0\n 374 34 383 41 401 41 c 2\n 463 41 l 1\n 298 255 l 1\n 134 41 l 1\n 198 41 l 2\n 216 41 225 34 225 21 c 0\n 225 7 216 0 198 0 c 2\n 67 0 l 2\n 49 0 40 7 40 21 c 0\n 40 34 49 41 67 41 c 2\n 84 41 l 1\n 272 288 l 1\n 93 522 l 1\n 78 522 l 2\n 60 522 51 529 51 543 c 0\n 51 556 60 563 78 563 c 2\n 188 563 l 2\n 206 563 215 556 215 543 c 0\n 215 529 206 522 188 522 c 2\n 145 522 l 1\n 300 321 l 1\n 453 522 l 1\n 408 522 l 2\n 390 522 381 529 381 543 c 0\n 381 556 390 563 408 563 c 2\n 519 563 l 2\n 537 563 546 557 546 543 c 0\n 546 529 537 522 519 522 c 2\n 504 522 l 1\n 325 288 l 1\nEndSplineSet\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 600\nFlags: HMW\nHStem: 0 41<176 281 322 427> 522 41<78 102 151 151 151 189 412 452 498 498 498 522>\nVStem: 281 41<41 254>\nFore\n322 254 m 1\n 322 41 l 1\n 427 41 l 2\n 445 41 454 34 454 21 c 0\n 454 7 445 0 427 0 c 2\n 176 0 l 2\n 158 0 149 7 149 21 c 0\n 149 34 158 41 176 41 c 2\n 281 41 l 1\n 281 254 l 1\n 102 522 l 1\n 78 522 l 2\n 60 522 51 529 51 543 c 0\n 51 556 60 563 78 563 c 2\n 189 563 l 2\n 207 563 216 556 216 543 c 0\n 216 529 207 522 189 522 c 2\n 151 522 l 1\n 303 295 l 1\n 452 522 l 1\n 412 522 l 2\n 393 522 384 529 384 543 c 0\n 384 556 393 563 412 563 c 2\n 522 563 l 2\n 539 563 549 555 549 543 c 0\n 549 530 538 522 522 522 c 2\n 498 522 l 1\n 322 254 l 1\nEndSplineSet\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 600\nFlags: HMW\nHStem: 0 41<142 456> 522 41<162 431 162 162>\nVStem: 121 41<404 522> 456 41<41 182>\nFore\n497 0 m 1\n 103 0 l 1\n 103 59 l 1\n 431 519 l 1\n 431 522 l 1\n 162 522 l 1\n 162 404 l 2\n 162 385 155 376 142 376 c 0\n 128 376 121 385 121 404 c 2\n 121 563 l 1\n 470 563 l 1\n 470 505 l 1\n 142 45 l 1\n 142 41 l 1\n 456 41 l 1\n 456 182 l 2\n 456 200 462 209 476 209 c 0\n 490 209 497 200 497 182 c 2\n 497 0 l 1\nEndSplineSet\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 600\nFlags: HMW\nHStem: -124 41<321 418> 563 41<321 321 321 418>\nVStem: 280 41<-83 563>\nFore\n321 563 m 1\n 321 -83 l 1\n 418 -83 l 2\n 436 -83 445 -90 445 -103 c 0\n 445 -117 436 -124 418 -124 c 2\n 280 -124 l 1\n 280 604 l 1\n 418 604 l 2\n 436 604 445 597 445 584 c 0\n 445 570 436 563 418 563 c 2\n 321 563 l 1\nEndSplineSet\nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 600\nFlags: HW\nFore\n155 650 m 2\n 482 -46 l 1\n 486 -53 487 -58 487 -62 c 0\n 487 -72 477 -81 467 -81 c 0\n 457 -81 452 -77 445 -63 c 2\n 118 633 l 2\n 114 641 113 645 113 649 c 0\n 113 659 123 668 134 668 c 0\n 143 668 148 664 155 650 c 2\nEndSplineSet\nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 600\nFlags: HMW\nHStem: -124 41<182 279> 563 41<182 279>\nVStem: 279 41<-83 563 563 563>\nFore\n279 -83 m 1\n 279 563 l 1\n 182 563 l 2\n 164 563 155 570 155 583 c 0\n 155 597 164 604 182 604 c 2\n 320 604 l 1\n 320 -124 l 1\n 182 -124 l 2\n 164 -124 155 -117 155 -104 c 0\n 155 -90 164 -83 182 -83 c 2\n 279 -83 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 600\nFlags: HW\nFore\n300 615 m 1\n 478 392 l 2\n 484 385 487 379 487 374 c 0\n 487 363 478 354 467 354 c 0\n 459 354 454 357 447 367 c 1\n 300 552 l 1\n 153 367 l 1\n 146 357 141 354 133 354 c 0\n 122 354 113 363 113 374 c 0\n 113 380 115 384 122 392 c 2\n 300 615 l 1\nEndSplineSet\nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 600\nFlags: HMW\nHStem: -125 50<-12 612>\nFore\n612 -75 m 1\n 612 -125 l 1\n -12 -125 l 1\n -12 -75 l 1\n 612 -75 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 600\nFlags: HW\nFore\n194 630 m 2\n 308 530 l 1\n 315 522 l 2\n 320 517 320 517 320 511 c 0\n 320 499 311 490 299 490 c 0\n 294 490 288 493 281 499 c 2\n 167 599 l 2\n 158 607 155 611 155 619 c 0\n 155 630 164 639 175 639 c 0\n 181 639 186 636 194 630 c 2\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5> 419 41\nFore\n419 0 m 1\n 419 67 l 1\n 358 10 298 -16 228 -16 c 0\n 135 -16 72 36 72 112 c 0\n 72 199 158 258 283 258 c 0\n 329 258 360 253 419 237 c 1\n 419 308 l 2\n 419 357 369 390 296 390 c 0\n 260 390 232 384 154 360 c 0\n 150 359 146 358 144 358 c 0\n 134 358 125 367 125 378 c 0\n 125 388 131 395 142 399 c 0\n 197 418 262 431 299 431 c 0\n 392 431 460 379 460 308 c 2\n 460 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 419 0 l 1\n419 112 m 1\n 419 202 l 1\n 383 211 335 217 291 217 c 0\n 185 217 113 174 113 111 c 0\n 113 59 158 25 227 25 c 0\n 298 25 352 49 419 112 c 1\nEndSplineSet\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 600\nFlags: HW\nHStem: -16 41<287.5 370.5> 0 41<49 103> 390 41<287 372> 563 41<49 103>\nVStem: 22 122<14 27.5 577 590.5> 103 41<41 88 157.5 258.5 328 563 563 563> 500 41<156 257>\nFore\n144 604 m 1\n 144 328 l 1\n 194 399 250 431 324 431 c 0\n 446 431 541 334 541 210 c 0\n 541 85 444 -16 324 -16 c 0\n 251 -16 191 18 144 88 c 1\n 144 0 l 1\n 49 0 l 2\n 31 0 22 7 22 21 c 0\n 22 34 31 41 49 41 c 2\n 103 41 l 1\n 103 563 l 1\n 49 563 l 2\n 31 563 22 570 22 584 c 0\n 22 597 31 604 49 604 c 2\n 144 604 l 1\n322 390 m 0\n 223 390 144 309 144 208 c 0\n 144 107 223 25 322 25 c 0\n 419 25 500 107 500 205 c 0\n 500 309 422 390 322 390 c 0\nEndSplineSet\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 600\nFlags: HW\nHStem: -16 41<256.5 342> 390 41<256 344.5> 397 20<484 497.5>\nVStem: 84 41<152.5 260> 470 41<376 389>\nFore\n470 376 m 1\n 470 389 l 2\n 470 408 477 417 491 417 c 0\n 504 417 511 408 511 389 c 2\n 511 298 l 2\n 511 280 504 271 491 271 c 0\n 478 271 472 278 470 295 c 0\n 466 348 395 390 311 390 c 0\n 201 390 125 315 125 205 c 0\n 125 100 202 25 311 25 c 0\n 384 25 446 49 498 97 c 0\n 506 105 509 107 516 107 c 0\n 526 107 535 98 535 88 c 0\n 535 76 520 58 492 39 c 0\n 441 4 375 -16 309 -16 c 0\n 178 -16 84 76 84 204 c 0\n 84 336 180 431 314 431 c 0\n 375 431 429 412 470 376 c 1\nEndSplineSet\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 600\nFlags: HW\nHStem: -16 41<233 316.5> 0 41<502 556> 390 41<232.5 316.5> 563 41<407 461>\nVStem: 63 41<157 258.5> 461 41<41 89 89 89 156 258 327 563 563 563> 461 122<14 27.5> 461 41\nFore\n502 604 m 1\n 502 41 l 1\n 556 41 l 2\n 574 41 583 34 583 21 c 0\n 583 7 574 0 556 0 c 2\n 461 0 l 1\n 461 89 l 1\n 414 19 354 -16 279 -16 c 0\n 160 -16 63 85 63 208 c 0\n 63 331 160 431 279 431 c 0\n 354 431 412 398 461 327 c 1\n 461 563 l 1\n 407 563 l 2\n 389 563 380 570 380 584 c 0\n 380 597 389 604 407 604 c 2\n 502 604 l 1\n282 390 m 0\n 183 390 104 309 104 208 c 0\n 104 106 183 25 283 25 c 0\n 381 25 461 106 461 206 c 0\n 461 310 383 390 282 390 c 0\nEndSplineSet\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 600\nFlags: HMW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nFore\n520 199 m 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 31 396 -16 305 -16 c 0\n 170 -16 63 87 63 217 c 0\n 63 338 163 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\nEndSplineSet\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 600\nFlags: HMW\nHStem: 0 41<132 230 271 449> 376 41<142 230 271 460> 563 41<349 393>\nVStem: 230 41<41 376 417 478>\nFore\n271 376 m 1\n 271 41 l 1\n 449 41 l 2\n 467 41 476 34 476 21 c 0\n 476 7 466 0 449 0 c 2\n 132 0 l 2\n 114 0 105 7 105 21 c 0\n 105 34 114 41 132 41 c 2\n 230 41 l 1\n 230 376 l 1\n 142 376 l 2\n 124 376 115 383 115 397 c 0\n 115 410 124 417 142 417 c 2\n 230 417 l 1\n 230 478 l 2\n 230 551 294 604 384 604 c 0\n 422 604 491 597 523 591 c 0\n 535 588 541 581 541 571 c 0\n 541 559 532 551 520 551 c 0\n 518 551 518 551 470 557 c 0\n 443 560 404 563 382 563 c 0\n 316 563 271 528 271 478 c 2\n 271 417 l 1\n 460 417 l 2\n 478 417 487 410 487 397 c 0\n 487 383 478 376 460 376 c 2\n 271 376 l 1\nEndSplineSet\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 600\nFlags: HW\nHStem: -186 41<202 316> 10 41<225.5 305> 376 41<481 535 481 481> 390 41<225 305.5>\nVStem: 63 41<173.5 268> 440 41<-22 107 107 107 172.5 267.5 334 376> 440 122<390 403.5> 440 41\nFore\n440 334 m 1\n 440 417 l 1\n 535 417 l 2\n 553 417 562 410 562 397 c 0\n 562 383 553 376 535 376 c 2\n 481 376 l 1\n 481 -28 l 2\n 481 -69 468 -100 438 -132 c 0\n 403 -169 366 -186 316 -186 c 2\n 202 -186 l 2\n 184 -186 175 -179 175 -165 c 0\n 175 -152 184 -145 202 -145 c 2\n 318 -145 l 2\n 386 -145 440 -90 440 -22 c 2\n 440 107 l 1\n 395 41 341 10 269 10 c 0\n 156 10 63 105 63 221 c 0\n 63 337 156 431 269 431 c 0\n 342 431 395 401 440 334 c 1\n272 390 m 0\n 178 390 104 315 104 221 c 0\n 104 126 179 51 272 51 c 0\n 365 51 440 126 440 219 c 0\n 440 316 367 390 272 390 c 0\nEndSplineSet\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 600\nFlags: HMW\nHStem: 0 41<78 124 165 210 392 437 478 523> 390 41<288.5 334> 563 41<70 124>\nVStem: 124 41<41 296 347 563 563 563> 437 41<41 288 288 291>\nFore\n165 604 m 1\n 165 347 l 1\n 216 408 258 431 319 431 c 0\n 412 431 478 372 478 291 c 2\n 478 41 l 1\n 523 41 l 2\n 542 41 551 34 551 21 c 0\n 551 7 542 0 523 0 c 2\n 392 0 l 2\n 374 0 365 7 365 21 c 0\n 365 34 374 41 392 41 c 2\n 437 41 l 1\n 437 288 l 2\n 437 318 424 344 399 364 c 0\n 376 383 354 390 314 390 c 0\n 258 390 230 373 176 309 c 2\n 165 296 l 1\n 165 41 l 1\n 210 41 l 2\n 229 41 238 34 238 21 c 0\n 238 7 228 0 210 0 c 2\n 78 0 l 2\n 61 0 51 7 51 21 c 0\n 51 34 60 41 78 41 c 2\n 124 41 l 1\n 124 563 l 1\n 70 563 l 2\n 52 563 43 570 43 584 c 0\n 43 597 52 604 70 604 c 2\n 165 604 l 1\nEndSplineSet\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 600\nFlags: HW\nHStem: 0 41<119 279 320 480> 376 41<161 279> 520 104<259 318>\nVStem: 259 59<520 624> 279 41<41 376 376 376>\nFore\n320 417 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 376 l 1\n 161 376 l 2\n 143 376 134 383 134 397 c 0\n 134 410 143 417 161 417 c 2\n 320 417 l 1\n318 624 m 1\n 318 520 l 1\n 259 520 l 1\n 259 624 l 1\n 318 624 l 1\nEndSplineSet\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 600\nFlags: HMW\nHStem: -186 41<174 302 302 303> 376 41<176 417> 520 104<355 414>\nVStem: 355 59<520 624> 417 41<-28 376 376 376>\nFore\n417 376 m 1\n 176 376 l 2\n 158 376 149 383 149 397 c 0\n 149 410 158 417 176 417 c 2\n 458 417 l 1\n 458 -28 l 2\n 458 -121 394 -186 303 -186 c 2\n 174 -186 l 2\n 156 -186 147 -179 147 -165 c 0\n 147 -152 156 -145 174 -145 c 2\n 302 -145 l 2\n 368 -145 417 -96 417 -28 c 2\n 417 376 l 1\n414 624 m 1\n 414 520 l 1\n 355 520 l 1\n 355 624 l 1\n 414 624 l 1\nEndSplineSet\nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 600\nFlags: HW\nHStem: 0 41<90 144 383 411 469 514> 376 41<336 358 419 419 419 466> 563 41<90 144>\nVStem: 63 122<14 27.5 577 590.5> 144 41<41 180 229 563 563 563>\nFore\n185 180 m 1\n 185 0 l 1\n 90 0 l 2\n 72 0 63 7 63 21 c 0\n 63 34 72 41 90 41 c 2\n 144 41 l 1\n 144 563 l 1\n 90 563 l 2\n 72 563 63 570 63 584 c 0\n 63 597 72 604 90 604 c 2\n 185 604 l 1\n 185 229 l 1\n 358 376 l 1\n 336 376 l 2\n 318 376 309 383 309 397 c 0\n 309 410 318 417 336 417 c 2\n 466 417 l 2\n 484 417 493 410 493 397 c 0\n 493 383 484 376 466 376 c 2\n 419 376 l 1\n 262 245 l 1\n 469 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 383 0 l 2\n 365 0 356 7 356 21 c 0\n 356 34 365 41 383 41 c 2\n 411 41 l 1\n 231 219 l 1\n 185 180 l 1\nEndSplineSet\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 600\nFlags: HMW\nHStem: 0 41<119 279 320 480> 563 41<162 279>\nVStem: 279 41<41 563 563 563>\nFore\n320 604 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 563 l 1\n 162 563 l 2\n 144 563 135 570 135 584 c 0\n 135 597 144 604 162 604 c 2\n 320 604 l 1\nEndSplineSet\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 600\nFlags: HW\nHStem: 0 41<38 72 112 146 322 356 532 566> 376 41<38 72> 390 41<199.5 234 408 443.5>\nVStem: 11 101<390 403.5> 72 40<41 308 365 376 376 376> 282 40<41 308> 492 40<41 319 319 323>\nFore\n112 417 m 1\n 112 365 l 1\n 146 413 175 431 217 431 c 0\n 260 431 292 408 314 360 c 1\n 353 410 386 431 427 431 c 0\n 485 431 532 382 532 323 c 2\n 532 41 l 1\n 566 41 l 2\n 584 41 593 34 593 21 c 0\n 593 7 584 0 566 0 c 2\n 492 0 l 1\n 492 319 l 2\n 492 357 461 390 426 390 c 0\n 390 390 360 366 322 308 c 1\n 322 41 l 1\n 356 41 l 2\n 374 41 383 34 383 21 c 0\n 383 7 374 0 356 0 c 2\n 282 0 l 1\n 282 316 l 2\n 282 355 251 390 217 390 c 0\n 182 390 150 365 112 308 c 1\n 112 41 l 1\n 146 41 l 2\n 164 41 173 34 173 21 c 0\n 173 7 163 0 146 0 c 2\n 37 0 l 2\n 20 0 11 7 11 21 c 0\n 11 34 20 41 38 41 c 2\n 72 41 l 1\n 72 376 l 1\n 38 376 l 2\n 20 376 11 383 11 397 c 0\n 11 410 20 417 38 417 c 2\n 112 417 l 1\nEndSplineSet\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 600\nFlags: HW\nHStem: 0 41<81 126 167 212 405 439 480 514> 376 41<92 126> 390 41<300 338.5>\nVStem: 65 102<390 403.5> 126 41<41 294 348 376 376 376> 439 41<41 288 288 295>\nFore\n167 417 m 1\n 167 348 l 1\n 225 412 261 431 323 431 c 0\n 412 431 480 372 480 295 c 2\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 405 0 l 2\n 387 0 378 7 378 21 c 0\n 378 34 387 41 405 41 c 2\n 439 41 l 1\n 439 288 l 2\n 439 318 426 343 401 364 c 0\n 377 384 358 390 319 390 c 0\n 281 390 252 380 224 357 c 0\n 209 346 199 335 167 294 c 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 81 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 167 417 l 1\nEndSplineSet\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 600\nFlags: HMW\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\nEndSplineSet\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 600\nFlags: HW\nHStem: -186 41<49 103 144 242> 10 41<284.5 371> 376 41<49 103> 390 41<285 372.5>\nVStem: 22 122<390 403.5> 103 41<-145 106 173.5 268 335 376 376 376> 500 41<172.5 267.5>\nFore\n144 417 m 1\n 144 335 l 1\n 197 404 247 431 323 431 c 0\n 447 431 541 340 541 221 c 0\n 541 102 446 10 323 10 c 0\n 246 10 190 40 144 106 c 1\n 144 -145 l 1\n 242 -145 l 2\n 260 -145 269 -152 269 -165 c 0\n 269 -179 260 -186 242 -186 c 2\n 49 -186 l 2\n 31 -186 22 -179 22 -165 c 0\n 22 -152 31 -145 49 -145 c 2\n 103 -145 l 1\n 103 376 l 1\n 49 376 l 2\n 31 376 22 383 22 397 c 0\n 22 410 31 417 49 417 c 2\n 144 417 l 1\n322 390 m 0\n 223 390 144 315 144 221 c 0\n 144 126 223 51 322 51 c 0\n 420 51 500 126 500 219 c 0\n 500 316 423 390 322 390 c 0\nEndSplineSet\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 600\nFlags: HW\nHStem: -186 41<363 461 502 556> 10 41<232 320> 376 41<502 556 502 502> 390 41<232 320.5>\nVStem: 63 41<173.5 268.5> 461 41<-145 106 106 106 172.5 267.5 335 376> 461 122<390 403.5> 461 41 461 122 461 41\nFore\n461 335 m 1\n 461 417 l 1\n 556 417 l 2\n 574 417 583 410 583 397 c 0\n 583 383 574 376 556 376 c 2\n 502 376 l 1\n 502 -145 l 1\n 556 -145 l 2\n 574 -145 583 -152 583 -165 c 0\n 583 -179 574 -186 556 -186 c 2\n 363 -186 l 2\n 345 -186 336 -179 336 -165 c 0\n 336 -152 345 -145 363 -145 c 2\n 461 -145 l 1\n 461 106 l 1\n 415 40 359 10 281 10 c 0\n 158 10 63 102 63 221 c 0\n 63 340 158 431 282 431 c 0\n 359 431 414 401 461 335 c 1\n282 390 m 0\n 182 390 104 316 104 221 c 0\n 104 126 182 51 282 51 c 0\n 381 51 461 126 461 219 c 0\n 461 316 383 390 282 390 c 0\nEndSplineSet\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 600\nFlags: HW\nHStem: 0 41<111 207 248 427> 376 41<132 207> 386 41<415.5 449>\nVStem: 207 41<41 262 315 376 376 376>\nFore\n248 417 m 1\n 248 315 l 1\n 341 399 390 427 441 427 c 0\n 470 427 492 418 518 396 c 0\n 535 382 541 374 541 365 c 0\n 541 353 532 344 520 344 c 0\n 513 344 511 345 504 352 c 0\n 480 375 460 386 438 386 c 0\n 393 386 358 363 248 262 c 1\n 248 41 l 1\n 427 41 l 2\n 444 41 454 33 454 20 c 0\n 454 8 444 0 427 0 c 2\n 111 0 l 2\n 94 0 84 8 84 21 c 0\n 84 33 94 41 111 41 c 2\n 207 41 l 1\n 207 376 l 1\n 132 376 l 2\n 115 376 105 384 105 397 c 0\n 105 409 115 417 132 417 c 2\n 248 417 l 1\nEndSplineSet\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 600\nFlags: HW\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nFore\n432 385 m 1\n 432 389 l 2\n 432 406 440 417 453 417 c 0\n 466 417 473 408 473 389 c 2\n 473 320 l 2\n 473 302 466 293 453 293 c 0\n 441 293 434 300 432 316 c 0\n 427 361 375 390 299 390 c 0\n 225 390 169 358 169 315 c 0\n 169 299 180 282 201 270 c 0\n 223 256 229 254 317 245 c 0\n 378 238 415 227 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 40 414 -16 301 -16 c 0\n 236 -16 186 1 144 38 c 1\n 144 27 l 2\n 144 9 137 0 124 0 c 0\n 110 0 103 9 103 27 c 2\n 103 110 l 2\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 355 201 300 207 c 0\n 226 215 198 222 170 239 c 0\n 142 257 124 287 124 318 c 0\n 124 383 197 431 295 431 c 0\n 352 431 397 416 432 385 c 1\nEndSplineSet\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 600\nFlags: HMW\nHStem: -16 41<263.5 326> 376 41<71 145 186 406> 543 20<159 173>\nVStem: 145 41<107 109 109 376 417 536>\nFore\n186 417 m 1\n 406 417 l 2\n 424 417 433 410 433 397 c 0\n 433 383 424 376 406 376 c 2\n 186 376 l 1\n 186 109 l 2\n 186 58 229 25 298 25 c 0\n 354 25 425 42 464 65 c 0\n 472 70 475 71 480 71 c 0\n 490 71 499 61 499 51 c 0\n 499 22 385 -16 300 -16 c 0\n 206 -16 145 32 145 107 c 2\n 145 376 l 1\n 71 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 71 417 c 2\n 145 417 l 1\n 145 536 l 2\n 145 554 152 563 166 563 c 0\n 180 563 186 555 186 536 c 2\n 186 417 l 1\nEndSplineSet\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 600\nFlags: HW\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5> 439 41 439 102\nFore\n439 0 m 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\nEndSplineSet\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 600\nFlags: HMW\nHStem: 0 41<293 312> 376 41<57 98 143 143 143 208 391 459 502 502 502 543>\nFore\n336 0 m 1\n 266 0 l 1\n 98 376 l 1\n 57 376 l 2\n 39 376 30 383 30 397 c 0\n 30 410 39 417 57 417 c 2\n 208 417 l 2\n 227 417 236 410 236 397 c 0\n 236 383 227 376 208 376 c 2\n 143 376 l 1\n 293 41 l 1\n 312 41 l 1\n 459 376 l 1\n 391 376 l 2\n 373 376 364 383 364 397 c 0\n 364 410 373 417 391 417 c 2\n 543 417 l 2\n 561 417 570 410 570 397 c 0\n 570 383 561 376 543 376 c 2\n 502 376 l 1\n 336 0 l 1\nEndSplineSet\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 600\nFlags: HMW\nHStem: 0 20 376 41<57 76 115 115 115 168 432 482 524 524 524 543>\nFore\n441 0 m 1\n 391 0 l 1\n 300 259 l 1\n 211 0 l 1\n 160 0 l 1\n 76 376 l 1\n 57 376 l 2\n 39 376 30 383 30 397 c 0\n 30 410 39 417 57 417 c 2\n 168 417 l 2\n 186 417 195 410 195 397 c 0\n 195 383 186 376 168 376 c 2\n 115 376 l 1\n 187 56 l 1\n 273 311 l 1\n 324 311 l 1\n 413 56 l 1\n 482 376 l 1\n 432 376 l 2\n 414 376 405 383 405 397 c 0\n 405 410 414 417 432 417 c 2\n 543 417 l 2\n 561 417 570 410 570 397 c 0\n 570 383 561 376 543 376 c 2\n 524 376 l 1\n 441 0 l 1\nEndSplineSet\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 600\nFlags: HMW\nHStem: 0 41<78 87 143 211 390 455 513 522> 376 41<101 108 166 166 166 212 389 437 492 492 492 499>\nFore\n329 219 m 1\n 513 41 l 1\n 522 41 l 2\n 540 41 549 34 549 21 c 0\n 549 7 540 0 522 0 c 2\n 390 0 l 2\n 372 0 363 7 363 21 c 0\n 363 34 372 41 390 41 c 2\n 455 41 l 1\n 300 190 l 1\n 143 41 l 1\n 211 41 l 2\n 229 41 238 34 238 21 c 0\n 238 7 229 0 211 0 c 2\n 78 0 l 2\n 60 0 51 7 51 21 c 0\n 51 34 60 41 78 41 c 2\n 87 41 l 1\n 271 219 l 1\n 108 376 l 1\n 101 376 l 2\n 83 376 74 383 74 397 c 0\n 74 410 83 417 101 417 c 2\n 212 417 l 2\n 230 417 239 411 239 397 c 0\n 239 383 230 376 212 376 c 2\n 166 376 l 1\n 300 246 l 1\n 437 376 l 1\n 389 376 l 2\n 371 376 362 383 362 397 c 0\n 362 410 371 417 389 417 c 2\n 499 417 l 2\n 517 417 526 410 526 397 c 0\n 526 383 517 376 499 376 c 2\n 492 376 l 1\n 329 219 l 1\nEndSplineSet\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 600\nFlags: HW\nHStem: -186 186 -186 41<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522>\nFore\n282 0 m 1\n 94 376 l 1\n 78 376 l 2\n 60 376 51 383 51 397 c 0\n 51 410 60 417 78 417 c 2\n 193 417 l 2\n 211 417 220 410 220 397 c 0\n 220 383 211 376 193 376 c 2\n 141 376 l 1\n 305 45 l 1\n 466 376 l 1\n 412 376 l 2\n 394 376 385 383 385 397 c 0\n 385 410 394 417 412 417 c 2\n 522 417 l 2\n 540 417 549 410 549 397 c 0\n 549 383 540 376 522 376 c 2\n 508 376 l 1\n 252 -145 l 1\n 317 -145 l 2\n 335 -145 344 -152 344 -165 c 0\n 344 -179 335 -186 317 -186 c 2\n 84 -186 l 2\n 66 -186 57 -179 57 -165 c 0\n 57 -152 66 -145 84 -145 c 2\n 211 -145 l 1\n 282 0 l 1\nEndSplineSet\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 600\nFlags: HMW\nHStem: 0 41<171 448> 376 41<165 416 165 165>\nVStem: 124 41<321 376> 448 41<41 97>\nFore\n474 417 m 1\n 474 381 l 1\n 171 41 l 1\n 448 41 l 1\n 448 97 l 2\n 448 115 455 124 469 124 c 0\n 482 124 489 115 489 97 c 2\n 489 0 l 1\n 115 0 l 1\n 115 36 l 1\n 416 376 l 1\n 165 376 l 1\n 165 321 l 2\n 165 303 158 294 145 294 c 0\n 131 294 124 303 124 321 c 2\n 124 417 l 1\n 474 417 l 1\nEndSplineSet\nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 600\nFlags: HMW\nVStem: 281 41<-19 154 326 499>\nFore\n322 499 m 2\n 322 326 l 2\n 322 285 311 264 278 240 c 1\n 311 216 322 195 322 154 c 2\n 322 -19 l 2\n 322 -53 345 -80 377 -83 c 0\n 396 -85 403 -90 403 -104 c 0\n 403 -116 394 -124 379 -124 c 0\n 324 -124 281 -78 281 -19 c 2\n 281 154 l 2\n 281 190 257 216 221 219 c 0\n 205 220 197 226 197 240 c 0\n 197 253 205 260 221 261 c 0\n 257 264 281 289 281 326 c 2\n 281 499 l 2\n 281 558 324 604 379 604 c 0\n 394 604 403 596 403 584 c 0\n 403 570 396 565 377 563 c 0\n 345 560 322 533 322 499 c 2\nEndSplineSet\nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 600\nFlags: HMW\nVStem: 280 40<-97 577>\nFore\n320 577 m 2\n 320 -97 l 2\n 320 -115 313 -124 300 -124 c 0\n 287 -124 280 -115 280 -97 c 2\n 280 577 l 2\n 280 595 287 604 300 604 c 0\n 313 604 320 595 320 577 c 2\nEndSplineSet\nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 600\nFlags: HMW\nVStem: 278 41<-19 154 326 499>\nFore\n278 -19 m 2\n 278 154 l 2\n 278 195 289 216 322 240 c 1\n 289 264 278 285 278 326 c 2\n 278 499 l 2\n 278 533 255 560 223 563 c 0\n 204 565 197 570 197 584 c 0\n 197 596 206 604 221 604 c 0\n 276 604 319 558 319 499 c 2\n 319 326 l 2\n 319 290 343 264 379 261 c 0\n 395 260 403 254 403 240 c 0\n 403 227 395 220 379 219 c 0\n 343 216 319 191 319 154 c 2\n 319 -19 l 2\n 319 -78 276 -124 221 -124 c 0\n 206 -124 197 -116 197 -104 c 0\n 197 -90 204 -85 223 -83 c 0\n 255 -80 278 -53 278 -19 c 2\nEndSplineSet\nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 600\nFlags: HMW\nHStem: 212 41<378 398> 307 41<199 220.5>\nFore\n488 330 m 0\n 499 330 508 321 508 311 c 0\n 508 303 500 291 483 271 c 0\n 449 230 420 212 389 212 c 0\n 357 212 336 224 273 277 c 0\n 248 297 229 307 212 307 c 0\n 186 307 175 298 131 242 c 0\n 124 233 119 230 111 230 c 0\n 101 230 92 239 92 249 c 0\n 92 257 100 271 120 294 c 0\n 154 333 179 348 212 348 c 0\n 244 348 259 340 313 297 c 0\n 357 261 370 253 386 253 c 0\n 410 253 434 270 459 305 c 0\n 474 327 478 330 488 330 c 0\nEndSplineSet\nEndChar\nStartChar: nonbreakingspace\nEncoding: 160 160 95\nWidth: 600\nFlags: HW\nRef: 32 32 N 1 0 0 1 0 0\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 96\nWidth: 600\nFlags: HMW\nHStem: 397 20<294 307 307 322>\nFore\n262 -161 m 1\n 280 165 l 1\n 281 185 287 193 301 193 c 0\n 314 193 320 184 321 165 c 2\n 339 -161 l 1\n 340 -168 340 -173 340 -177 c 0\n 340 -199 323 -216 300 -216 c 0\n 278 -216 261 -199 261 -177 c 0\n 261 -175 261 -169 262 -161 c 1\n307 317 m 2\n 294 317 l 2\n 264 317 240 339 240 367 c 0\n 240 395 264 417 294 417 c 2\n 307 417 l 2\n 337 417 360 395 360 367 c 0\n 360 339 337 317 307 317 c 2\nEndSplineSet\nEndChar\nStartChar: cent\nEncoding: 162 162 97\nWidth: 600\nFlags: HMW\nHStem: -13 178<294 307.5> 458 172<294 307.5>\nVStem: 113 41<269 342> 280 41<14 127 497 603>\nFore\n280 496 m 1\n 280 603 l 2\n 280 621 287 630 301 630 c 0\n 314 630 321 621 321 603 c 2\n 321 497 l 1\n 359 497 400 483 425 461 c 1\n 428 472 435 478 445 478 c 0\n 458 478 466 469 466 453 c 2\n 466 392 l 2\n 466 373 459 364 446 364 c 0\n 434 364 428 371 426 387 c 0\n 420 430 375 458 311 458 c 0\n 220 458 154 397 154 311 c 0\n 154 227 219 165 307 165 c 0\n 353 165 399 180 432 207 c 0\n 441 214 444 215 450 215 c 0\n 461 215 469 207 469 195 c 0\n 469 168 388 130 321 127 c 1\n 321 14 l 2\n 321 -4 314 -13 301 -13 c 0\n 287 -13 280 -4 280 14 c 2\n 280 127 l 1\n 183 138 113 216 113 311 c 0\n 113 373 143 429 194 463 c 0\n 217 478 238 487 280 496 c 1\nEndSplineSet\nEndChar\nStartChar: sterling\nEncoding: 163 163 98\nWidth: 600\nFlags: HMW\nHStem: 0 41<182 434 434 436> 273 41<90 184 234 234 234 324> 537 41<272 316>\nVStem: 157 41<423.5 462.5> 198 41<182 225>\nFore\n182 41 m 1\n 434 41 l 2\n 459 41 477 60 479 92 c 0\n 481 108 487 115 500 115 c 0\n 512 115 520 106 520 93 c 0\n 520 42 482 0 436 0 c 2\n 113 0 l 2\n 95 0 86 7 86 21 c 0\n 86 32 94 40 108 40 c 0\n 155 42 198 128 198 220 c 0\n 198 237 196 260 194 273 c 1\n 90 273 l 2\n 72 273 63 280 63 294 c 0\n 63 307 72 314 90 314 c 2\n 184 314 l 1\n 163 380 157 409 157 435 c 0\n 157 514 220 578 298 578 c 0\n 334 578 367 565 396 539 c 0\n 415 522 427 505 427 495 c 0\n 427 486 416 476 407 476 c 0\n 401 476 396 479 389 488 c 0\n 361 522 334 537 299 537 c 0\n 245 537 198 490 198 435 c 0\n 198 412 201 397 221 328 c 0\n 222 327 223 321 225 314 c 1\n 324 314 l 2\n 342 314 351 307 351 293 c 0\n 351 280 342 273 324 273 c 2\n 234 273 l 1\n 237 252 239 234 239 216 c 0\n 239 148 219 87 182 41 c 1\nEndSplineSet\nEndChar\nStartChar: currency\nEncoding: 164 164 99\nWidth: 600\nFlags: HW\nHStem: 127 41<281.5 318.5> 403 20<198 198 402 402> 417 41<281.5 318.5>\nVStem: 135 41<274 310.5> 424 42<274.5 311>\nFore\n199 162 m 1\n 142 106 l 1\n 134 97 130 95 124 95 c 0\n 112 95 103 104 103 115 c 0\n 103 122 106 127 114 135 c 2\n 170 191 l 1\n 146 223 135 256 135 292 c 0\n 135 329 147 366 169 394 c 1\n 114 450 l 1\n 105 458 103 462 103 469 c 0\n 103 480 112 489 123 489 c 0\n 130 489 134 486 142 478 c 2\n 198 423 l 1\n 227 446 263 458 300 458 c 0\n 337 458 374 445 402 423 c 1\n 457 478 l 2\n 466 487 470 489 477 489 c 0\n 488 489 497 480 497 468 c 0\n 497 461 496 459 487 450 c 2\n 432 394 l 1\n 455 362 466 329 466 293 c 0\n 466 256 454 220 431 191 c 1\n 486 135 l 2\n 492 129 496 121 496 115 c 0\n 496 104 487 95 476 95 c 0\n 470 95 464 98 457 106 c 2\n 401 162 l 1\n 369 138 337 127 300 127 c 0\n 263 127 229 139 199 162 c 1\n300 417 m 0\n 232 417 176 361 176 293 c 0\n 176 224 232 168 300 168 c 0\n 367 168 424 224 424 291 c 0\n 424 361 369 417 300 417 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 100\nWidth: 600\nFlags: HMW\nHStem: 0 41<194 280 321 407> 141 37<150 280 321 452> 238 37<150 266 334 452> 522 41<78 102 149 149 149 188 412 451 498 498 498 522>\nVStem: 280 41<41 141 178 238>\nFore\n321 238 m 1\n 321 178 l 1\n 452 178 l 2\n 467 178 473 173 473 160 c 0\n 473 146 467 141 452 141 c 2\n 321 141 l 1\n 321 41 l 1\n 407 41 l 2\n 425 41 434 34 434 21 c 0\n 434 7 425 0 407 0 c 2\n 194 0 l 2\n 176 0 167 7 167 21 c 0\n 167 34 176 41 194 41 c 2\n 280 41 l 1\n 280 141 l 1\n 150 141 l 2\n 134 141 128 146 128 160 c 0\n 128 173 134 178 150 178 c 2\n 280 178 l 1\n 280 238 l 1\n 150 238 l 2\n 134 238 128 243 128 257 c 0\n 128 270 133 275 150 275 c 2\n 266 275 l 1\n 102 522 l 1\n 78 522 l 2\n 60 522 51 529 51 543 c 0\n 51 556 60 563 78 563 c 2\n 188 563 l 2\n 206 563 215 556 215 543 c 0\n 215 529 206 522 188 522 c 2\n 149 522 l 1\n 300 295 l 1\n 451 522 l 1\n 412 522 l 2\n 394 522 385 529 385 543 c 0\n 385 556 394 563 412 563 c 2\n 522 563 l 2\n 540 563 549 556 549 543 c 0\n 549 529 540 522 522 522 c 2\n 498 522 l 1\n 334 275 l 1\n 452 275 l 2\n 468 275 473 270 473 257 c 0\n 473 243 468 238 452 238 c 2\n 321 238 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 101\nWidth: 600\nFlags: HMW\nVStem: 280 40<-97 170 310 577>\nFore\n320 577 m 2\n 320 310 l 2\n 320 292 313 283 300 283 c 0\n 287 283 280 292 280 310 c 2\n 280 577 l 2\n 280 595 287 604 300 604 c 0\n 313 604 320 595 320 577 c 2\n320 170 m 2\n 320 -97 l 2\n 320 -115 313 -124 300 -124 c 0\n 287 -124 280 -115 280 -97 c 2\n 280 170 l 2\n 280 188 287 197 300 197 c 0\n 313 197 320 188 320 170 c 2\nEndSplineSet\nEndChar\nStartChar: section\nEncoding: 167 167 102\nWidth: 600\nFlags: HW\nHStem: -62 40<146 311 311 312> 563 40<284 287 287 455>\nVStem: 66 43<342.5 370> 105 41<-22 49> 156 40<478 507.5> 404 41<32 61.5> 455 41<494 563 563 563> 491 43<172 198.5>\nFore\n496 603 m 1\n 496 494 l 2\n 496 479 489 470 476 470 c 0\n 463 470 455 479 455 494 c 2\n 455 563 l 1\n 287 563 l 2\n 238 563 196 528 196 487 c 0\n 196 450 226 424 345 358 c 2\n 401 327 l 2\n 495 276 534 234 534 185 c 0\n 534 159 521 137 498 121 c 0\n 481 110 466 105 432 101 c 1\n 441 86 445 71 445 52 c 0\n 445 -13 388 -62 312 -62 c 2\n 105 -62 l 1\n 105 49 l 2\n 105 64 112 73 126 73 c 0\n 139 73 146 64 146 49 c 2\n 146 -22 l 1\n 311 -22 l 2\n 364 -22 404 11 404 53 c 0\n 404 88 369 121 273 175 c 2\n 208 211 l 2\n 110 266 66 312 66 358 c 0\n 66 403 107 436 169 441 c 1\n 160 456 156 469 156 487 c 0\n 156 550 215 603 284 603 c 2\n 496 603 l 1\n384 290 m 2\n 320 326 l 2\n 256 361 228 379 201 403 c 1\n 195 402 195 402 183 402 c 0\n 141 402 109 383 109 357 c 0\n 109 328 151 290 234 243 c 2\n 296 208 l 2\n 351 177 382 157 400 139 c 1\n 404 141 404 141 418 142 c 0\n 463 143 491 159 491 184 c 0\n 491 213 449 255 384 290 c 2\nEndSplineSet\nEndChar\nStartChar: dieresis\nEncoding: 168 168 103\nWidth: 600\nFlags: HMW\nVStem: 140 100<547.5 574> 361 100<547.5 574>\nFore\n190 611 m 0\n 218 611 240 588 240 560 c 0\n 240 534 217 511 190 511 c 0\n 163 511 140 534 140 561 c 0\n 140 588 163 611 190 611 c 0\n411 611 m 0\n 439 611 461 588 461 560 c 0\n 461 534 438 511 411 511 c 0\n 384 511 361 534 361 561 c 0\n 361 588 384 611 411 611 c 0\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 104\nWidth: 600\nFlags: HW\nHStem: -15 41<227.5 368.5> 111 36<271 320> 401 20 414 36<264 308> 537 41<229.5 370>\nVStem: 3 41<212 352.5> 153 36<260 263 263 302> 555 41<210.5 352>\nFore\n153 260 m 2\n 153 305 l 2\n 153 385 216 450 292 450 c 0\n 324 450 346 443 381 421 c 1\n 381 435 388 443 399 443 c 0\n 410 443 417 435 417 423 c 2\n 417 358 l 2\n 417 346 410 338 399 338 c 0\n 389 338 383 345 381 357 c 0\n 378 388 338 414 293 414 c 0\n 235 414 189 364 189 302 c 2\n 189 263 l 2\n 189 200 240 147 302 147 c 0\n 338 147 363 160 392 194 c 0\n 397 200 401 202 408 202 c 0\n 417 202 425 194 425 185 c 0\n 425 177 418 166 402 152 c 0\n 373 125 338 111 302 111 c 0\n 223 111 153 181 153 260 c 2\n300 578 m 0\n 463 578 596 445 596 282 c 0\n 596 116 464 -15 296 -15 c 0\n 136 -15 3 120 3 282 c 0\n 3 445 136 578 300 578 c 0\n300 537 m 0\n 159 537 44 423 44 282 c 0\n 44 142 159 26 296 26 c 0\n 441 26 555 139 555 282 c 0\n 555 422 440 537 300 537 c 0\nEndSplineSet\nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 105\nWidth: 600\nFlags: HW\nHStem: 279 37<235.5 273> 282 37<398 424> 420 35<261.5 299.5> 537 37<287 315.5>\nVStem: 155 37<344 374.5> 361 37<350 409 409 409 446 490> 361 86<294.5 306> 361 37\nFore\n361 282 m 1\n 361 308 l 1\n 320 286 293 279 254 279 c 0\n 195 279 155 311 155 358 c 0\n 155 415 211 455 288 455 c 0\n 311 455 331 452 361 446 c 1\n 361 490 l 2\n 361 518 335 537 296 537 c 0\n 278 537 250 530 220 518 c 0\n 212 514 210 514 206 514 c 0\n 197 514 189 523 189 533 c 0\n 189 542 193 547 203 552 c 0\n 233 564 274 574 298 574 c 0\n 356 574 398 539 398 490 c 2\n 398 319 l 1\n 424 319 l 2\n 439 319 447 312 447 300 c 0\n 447 289 438 282 424 282 c 2\n 361 282 l 1\n361 350 m 1\n 361 409 l 1\n 345 415 313 420 290 420 c 0\n 233 420 192 393 192 356 c 0\n 192 332 217 316 254 316 c 0\n 292 316 326 327 361 350 c 1\nEndSplineSet\nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 106\nWidth: 600\nFlags: HMW\nHStem: 0 20 397 20<288.5 297.5 517.5 526.5>\nFore\n63 209 m 1\n 271 406 l 2\n 279 414 285 417 292 417 c 0\n 303 417 312 408 312 397 c 0\n 312 390 311 388 301 377 c 2\n 158 209 l 1\n 301 40 l 2\n 311 29 312 27 312 20 c 0\n 312 9 303 0 292 0 c 0\n 286 0 279 4 271 11 c 2\n 63 209 l 1\n292 209 m 1\n 500 406 l 2\n 508 414 514 417 521 417 c 0\n 532 417 541 408 541 397 c 0\n 541 390 540 388 530 377 c 2\n 387 209 l 1\n 530 40 l 2\n 540 29 541 27 541 20 c 0\n 541 9 532 0 521 0 c 0\n 515 0 508 4 500 11 c 2\n 292 209 l 1\nEndSplineSet\nEndChar\nStartChar: logicalnot\nEncoding: 172 172 107\nWidth: 600\nFlags: HMW\nHStem: 397 41<99 487>\nVStem: 487 41<195 397 397 397>\nFore\n487 397 m 1\n 99 397 l 2\n 81 397 72 404 72 418 c 0\n 72 431 81 438 99 438 c 2\n 528 438 l 1\n 528 195 l 2\n 528 177 521 168 507 168 c 0\n 494 168 487 177 487 195 c 2\n 487 397 l 1\nEndSplineSet\nEndChar\nStartChar: softhyphen\nEncoding: 173 173 108\nWidth: 600\nFlags: HW\nHStem: 258 41<99 501>\nRef: 45 45 N 1 0 0 1 0 0\nEndChar\nStartChar: registered\nEncoding: 174 174 109\nWidth: 600\nFlags: HMW\nHStem: -15 41<227.5 368.5> 120 36<173 197 233 269 431 446> 258 36<233 289 289 296> 407 36<173 197 233 233 233 310> 537 41<229.5 370>\nVStem: 3 41<212 352.5> 197 36<156 258 294 407> 380 36<334 368> 555 41<210.5 352>\nFore\n233 258 m 1\n 233 156 l 1\n 269 156 l 2\n 281 156 289 149 289 138 c 0\n 289 127 281 120 269 120 c 2\n 173 120 l 2\n 160 120 152 127 152 138 c 0\n 152 149 160 156 173 156 c 2\n 197 156 l 1\n 197 407 l 1\n 173 407 l 2\n 160 407 152 414 152 425 c 0\n 152 436 160 443 173 443 c 2\n 311 443 l 2\n 372 443 416 404 416 350 c 0\n 416 312 389 281 346 269 c 1\n 379 243 390 228 431 156 c 1\n 446 156 l 2\n 458 156 466 149 466 138 c 0\n 466 127 458 120 446 120 c 2\n 407 120 l 1\n 370 198 331 246 296 258 c 1\n 233 258 l 1\n233 294 m 1\n 289 294 l 2\n 345 294 380 316 380 352 c 0\n 380 384 351 407 310 407 c 2\n 233 407 l 1\n 233 294 l 1\n300 578 m 0\n 463 578 596 445 596 282 c 0\n 596 116 464 -15 296 -15 c 0\n 136 -15 3 120 3 282 c 0\n 3 445 136 578 300 578 c 0\n300 537 m 0\n 159 537 44 423 44 282 c 0\n 44 142 159 26 296 26 c 0\n 441 26 555 139 555 282 c 0\n 555 422 440 537 300 537 c 0\nEndSplineSet\nEndChar\nStartChar: macron\nEncoding: 175 175 110\nWidth: 600\nFlags: HMW\nHStem: 536 40<182 418>\nFore\n418 536 m 2\n 182 536 l 2\n 164 536 155 543 155 556 c 0\n 155 569 164 576 182 576 c 2\n 418 576 l 2\n 436 576 445 569 445 556 c 0\n 445 543 436 536 418 536 c 2\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 111\nWidth: 600\nFlags: HMW\nHStem: 346 41<271 328.5> 595 41<271.5 328.5>\nVStem: 155 41<463 520> 404 41<462.5 519.5>\nFore\n300 636 m 0\n 380 636 445 571 445 491 c 0\n 445 411 380 346 300 346 c 0\n 219 346 155 411 155 493 c 0\n 155 571 221 636 300 636 c 0\n300 595 m 0\n 243 595 196 548 196 492 c 0\n 196 434 242 387 300 387 c 0\n 357 387 404 434 404 491 c 0\n 404 548 357 595 300 595 c 0\nEndSplineSet\nEndChar\nStartChar: plusminus\nEncoding: 177 177 112\nWidth: 600\nFlags: HMW\nHStem: 0 40<99 501> 301 40<99 279 320 500>\nVStem: 279 41<139 301 341 502>\nFore\n320 301 m 1\n 320 139 l 2\n 320 121 313 112 300 112 c 0\n 286 112 279 121 279 139 c 2\n 279 301 l 1\n 99 301 l 2\n 81 301 72 308 72 321 c 0\n 72 334 81 341 99 341 c 2\n 279 341 l 1\n 279 502 l 2\n 279 520 286 529 300 529 c 0\n 313 529 320 520 320 502 c 2\n 320 341 l 1\n 500 341 l 2\n 519 341 528 335 528 321 c 0\n 528 308 519 301 500 301 c 2\n 320 301 l 1\n99 40 m 2\n 501 40 l 2\n 519 40 528 33 528 20 c 0\n 528 7 519 0 501 0 c 2\n 99 0 l 2\n 81 0 72 7 72 20 c 0\n 72 33 81 40 99 40 c 2\nEndSplineSet\nEndChar\nStartChar: twosuperior\nEncoding: 178 178 113\nWidth: 600\nFlags: HW\nHStem: 259 36<219 369> 576 36<278 314>\nVStem: 175 230<259 298> 367 36<500 528.5>\nFore\n219 295 m 1\n 369 295 l 1\n 369 298 l 2\n 369 310 376 318 387 318 c 0\n 398 318 405 310 405 298 c 2\n 405 259 l 1\n 175 259 l 1\n 175 302 l 1\n 307 425 l 1\n 357 475 367 489 367 511 c 0\n 367 546 333 576 295 576 c 0\n 261 576 230 555 221 524 c 0\n 218 513 212 508 203 508 c 0\n 194 508 186 516 186 525 c 0\n 186 536 194 554 205 568 c 0\n 227 596 260 612 295 612 c 0\n 353 612 403 565 403 511 c 0\n 403 468 386 448 219 295 c 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 114\nWidth: 600\nFlags: HW\nHStem: 251 36<280 318> 576 36<285.5 319.5>\nVStem: 368 36<505 536> 380 36<339 376>\nFore\n358 446 m 1\n 397 422 416 394 416 358 c 0\n 416 299 361 251 295 251 c 0\n 245 251 181 281 181 304 c 0\n 181 313 189 321 198 321 c 0\n 203 321 206 320 211 316 c 0\n 241 295 265 287 295 287 c 0\n 341 287 380 320 380 358 c 0\n 380 398 341 430 288 431 c 0\n 275 432 267 438 267 449 c 0\n 267 455 270 461 276 465 c 0\n 279 467 279 467 304 467 c 0\n 341 467 368 490 368 520 c 0\n 368 552 339 576 300 576 c 0\n 271 576 246 566 231 549 c 0\n 225 541 221 539 215 539 c 0\n 205 539 197 547 197 556 c 0\n 197 581 254 612 300 612 c 0\n 359 612 404 572 404 520 c 0\n 404 490 391 468 358 446 c 1\nEndSplineSet\nEndChar\nStartChar: acute\nEncoding: 180 180 115\nWidth: 600\nFlags: HW\nFore\n433 599 m 2\n 319 499 l 2\n 310 492 306 490 300 490 c 0\n 289 490 280 499 280 511 c 0\n 280 518 282 521 292 530 c 2\n 406 630 l 2\n 415 637 419 639 425 639 c 0\n 436 639 445 630 445 618 c 0\n 445 611 442 607 433 599 c 2\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 116\nWidth: 600\nFlags: HW\nHStem: -200 20 -16 40<237.5 290> 0 40<480 514> 377 40<70 124 365 439>\nVStem: 43 122<390.5 404> 124 41<-173 16 88 115 115 377 377 377> 439 41<40 59 59 59 115 377 377 377> 439 102<13.5 27> 439 41 439 102\nFore\n165 16 m 1\n 165 -173 l 2\n 165 -191 158 -200 144 -200 c 0\n 131 -200 124 -191 124 -173 c 2\n 124 377 l 1\n 70 377 l 2\n 52 377 43 384 43 397 c 0\n 43 411 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 61 202 24 256 24 c 0\n 324 24 384 54 439 115 c 1\n 439 377 l 1\n 365 377 l 2\n 346 377 337 384 337 397 c 0\n 337 411 346 417 365 417 c 2\n 480 417 l 1\n 480 40 l 1\n 514 40 l 2\n 532 40 541 34 541 20 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\n 439 59 l 1\n 387 10 323 -16 258 -16 c 0\n 217 -16 192 -8 165 16 c 1\nEndSplineSet\nEndChar\nStartChar: paragraph\nEncoding: 182 182 117\nWidth: 600\nFlags: HMW\nHStem: -62 41<187 284 437 499> 563 41<325 397 325 325 437 498 437 437>\nVStem: 79 70<406 414 414 451> 284 41<-21 260 260 260 307 558 558 558> 397 40<-21 563>\nFore\n437 563 m 1\n 437 -21 l 1\n 499 -21 l 2\n 516 -21 525 -28 525 -41 c 0\n 525 -55 516 -62 499 -62 c 2\n 401 -62 l 2\n 386 -62 376 -54 376 -41 c 0\n 376 -30 384 -22 397 -21 c 1\n 397 563 l 1\n 325 563 l 1\n 325 -21 l 1\n 338 -22 346 -30 346 -41 c 0\n 346 -55 337 -62 321 -62 c 2\n 187 -62 l 2\n 171 -62 161 -54 161 -41 c 0\n 161 -28 170 -21 187 -21 c 2\n 284 -21 l 1\n 284 260 l 1\n 237 263 203 271 173 284 c 0\n 115 310 79 357 79 406 c 2\n 79 453 l 2\n 79 543 168 604 298 604 c 2\n 498 604 l 2\n 514 604 523 596 523 584 c 0\n 523 571 514 563 498 563 c 2\n 437 563 l 1\n284 307 m 1\n 284 558 l 1\n 207 550 149 504 149 451 c 2\n 149 414 l 2\n 149 361 207 315 284 307 c 1\nEndSplineSet\nEndChar\nStartChar: periodcentered\nEncoding: 183 183 118\nWidth: 600\nFlags: HW\nFore\n295 348 m 2\n 305 348 l 2\n 344 348 374 320 374 283 c 0\n 374 245 344 217 305 217 c 2\n 295 217 l 2\n 256 217 226 246 226 283 c 0\n 226 320 256 348 295 348 c 2\nEndSplineSet\nEndChar\nStartChar: cedilla\nEncoding: 184 184 119\nWidth: 600\nFlags: HMW\nHStem: -173 38<288.5 309> -81 81<274 294>\nVStem: 274 38<-47 0> 340 37<-114.5 -97.5>\nFore\n274 0 m 1\n 312 0 l 1\n 312 -47 l 1\n 353 -48 377 -70 377 -108 c 0\n 377 -147 345 -173 298 -173 c 0\n 278 -173 247 -165 228 -155 c 0\n 214 -148 210 -143 210 -133 c 0\n 210 -122 219 -114 230 -114 c 0\n 234 -114 237 -115 245 -119 c 0\n 267 -131 281 -135 296 -135 c 0\n 322 -135 340 -123 340 -106 c 0\n 340 -89 325 -81 294 -81 c 2\n 274 -81 l 1\n 274 0 l 1\nEndSplineSet\nEndChar\nStartChar: onesuperior\nEncoding: 185 185 120\nWidth: 600\nFlags: HMW\nHStem: 259 36<319 390>\nVStem: 283 36<295 563 563 563>\nFore\n319 612 m 1\n 319 295 l 1\n 390 295 l 2\n 402 295 410 288 410 277 c 0\n 410 266 402 259 390 259 c 2\n 212 259 l 2\n 199 259 191 266 191 277 c 0\n 191 290 201 296 222 296 c 0\n 230 296 261 296 283 295 c 1\n 283 563 l 1\n 218 542 l 2\n 214 541 211 540 209 540 c 0\n 201 540 192 549 192 558 c 0\n 192 573 192 573 319 612 c 1\nEndSplineSet\nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 121\nWidth: 600\nFlags: HMW\nHStem: 284 37<271 331> 540 37<270.5 332>\nVStem: 154 37<400.5 461> 411 37<399.5 460>\nFore\n301 577 m 0\n 383 577 448 512 448 429 c 0\n 448 350 381 284 301 284 c 0\n 220 284 154 350 154 431 c 0\n 154 511 220 577 301 577 c 0\n301 540 m 0\n 240 540 191 491 191 431 c 0\n 191 370 241 321 301 321 c 0\n 361 321 411 370 411 429 c 0\n 411 491 363 540 301 540 c 0\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 122\nWidth: 600\nFlags: HMW\nHStem: 0 20 397 20<77.5 86 307.5 316>\nFore\n311 208 m 1\n 104 11 l 2\n 96 3 90 0 83 0 c 0\n 72 0 63 9 63 20 c 0\n 63 27 64 29 74 40 c 2\n 216 208 l 1\n 74 377 l 2\n 64 388 63 390 63 397 c 0\n 63 408 72 417 83 417 c 0\n 89 417 96 413 104 406 c 2\n 311 208 l 1\n541 208 m 1\n 334 11 l 2\n 326 3 320 0 313 0 c 0\n 302 0 293 9 293 20 c 0\n 293 27 294 29 304 40 c 2\n 446 208 l 1\n 304 377 l 2\n 294 388 293 390 293 397 c 0\n 293 408 302 417 313 417 c 0\n 319 417 326 413 334 406 c 2\n 541 208 l 1\nEndSplineSet\nEndChar\nStartChar: onequarter\nEncoding: 188 188 123\nWidth: 600\nFlags: HW\nHStem: 0 36<489.5 510 546 559> 93 36<401 510 546 555> 259 36<144 215>\nVStem: 108 36<295 563 563 563> 361 219<105 116.5> 510 36<36 93 129 309 309 309>\nFore\n144 612 m 1\n 144 295 l 1\n 215 295 l 2\n 228 295 236 288 236 277 c 0\n 236 266 227 259 215 259 c 2\n 37 259 l 2\n 24 259 16 266 16 277 c 0\n 16 290 26 296 47 296 c 0\n 55 296 86 296 108 295 c 1\n 108 563 l 1\n 43 542 l 2\n 39 541 36 540 34 540 c 0\n 26 540 17 549 17 558 c 0\n 17 573 17 573 144 612 c 1\n492 477 m 1\n 141 63 l 2\n 133 53 129 51 123 51 c 0\n 112 51 103 60 103 71 c 0\n 103 75 106 81 112 88 c 2\n 462 502 l 2\n 471 512 474 514 480 514 c 0\n 491 514 500 505 500 494 c 0\n 500 490 496 483 492 477 c 1\n510 93 m 1\n 361 93 l 1\n 361 127 l 1\n 489 345 l 1\n 546 345 l 1\n 546 129 l 1\n 559 129 l 2\n 572 129 580 122 580 111 c 0\n 580 99 571 93 555 93 c 2\n 546 93 l 1\n 546 36 l 1\n 559 36 l 2\n 572 36 580 29 580 18 c 0\n 580 7 572 0 559 0 c 2\n 474 0 l 2\n 461 0 453 7 453 18 c 0\n 453 25 458 32 464 35 c 0\n 469 36 469 36 510 36 c 1\n 510 93 l 1\n510 129 m 1\n 510 309 l 1\n 508 309 l 1\n 401 129 l 1\n 510 129 l 1\nEndSplineSet\nEndChar\nStartChar: onehalf\nEncoding: 189 189 124\nWidth: 600\nFlags: HW\nHStem: 0 36<387 537> 259 36<151 222> 317 36<446 482>\nVStem: 115 36<295 563 563 563> 343 230<0 39> 535 36<241 269.5>\nFore\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\n151 612 m 1\n 151 295 l 1\n 222 295 l 2\n 234 295 242 288 242 277 c 0\n 242 266 234 259 222 259 c 2\n 44 259 l 2\n 31 259 23 266 23 277 c 0\n 23 290 33 296 54 296 c 0\n 62 296 93 296 115 295 c 1\n 115 563 l 1\n 50 542 l 2\n 46 541 43 540 41 540 c 0\n 33 540 24 549 24 558 c 0\n 24 573 24 573 151 612 c 1\n387 36 m 1\n 537 36 l 1\n 537 39 l 2\n 537 51 544 59 555 59 c 0\n 566 59 573 51 573 39 c 2\n 573 0 l 1\n 343 0 l 1\n 343 43 l 1\n 475 166 l 1\n 525 216 535 230 535 252 c 0\n 535 287 501 317 463 317 c 0\n 429 317 398 296 389 265 c 0\n 386 254 380 249 371 249 c 0\n 362 249 354 257 354 266 c 0\n 354 277 362 295 373 309 c 0\n 395 337 428 353 463 353 c 0\n 521 353 571 306 571 252 c 0\n 571 209 554 189 387 36 c 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 125\nWidth: 600\nFlags: HW\nHStem: 0 36<489.5 510 546 559> 93 36<401 510 546 555> 251 36<105 143> 576 36<110.5 144.5>\nVStem: 193 36<505 536> 205 36<339 376> 361 219<105 116.5> 510 36<36 93 129 309 309 309>\nFore\n183 446 m 1\n 222 422 241 394 241 358 c 0\n 241 299 186 251 120 251 c 0\n 70 251 6 281 6 304 c 0\n 6 313 14 321 23 321 c 0\n 28 321 31 320 36 316 c 0\n 66 295 90 287 120 287 c 0\n 166 287 205 320 205 358 c 0\n 205 398 166 430 113 431 c 0\n 100 432 92 438 92 449 c 0\n 92 455 95 461 101 465 c 0\n 104 467 104 467 129 467 c 0\n 166 467 193 490 193 520 c 0\n 193 552 164 576 125 576 c 0\n 96 576 71 566 56 549 c 0\n 50 541 46 539 40 539 c 0\n 30 539 22 547 22 556 c 0\n 22 581 79 612 125 612 c 0\n 184 612 229 572 229 520 c 0\n 229 490 216 468 183 446 c 1\n491 477 m 1\n 140 63 l 2\n 132 53 128 51 122 51 c 0\n 111 51 102 60 102 71 c 0\n 102 76 104 80 111 88 c 2\n 461 502 l 2\n 470 512 473 514 479 514 c 0\n 490 514 499 505 499 494 c 0\n 499 490 495 483 491 477 c 1\n510 93 m 1\n 361 93 l 1\n 361 127 l 1\n 489 345 l 1\n 546 345 l 1\n 546 129 l 1\n 559 129 l 2\n 572 129 580 122 580 111 c 0\n 580 99 571 93 555 93 c 2\n 546 93 l 1\n 546 36 l 1\n 559 36 l 2\n 572 36 580 29 580 18 c 0\n 580 7 572 0 559 0 c 2\n 474 0 l 2\n 461 0 453 7 453 18 c 0\n 453 25 458 32 464 35 c 0\n 469 36 469 36 510 36 c 1\n 510 93 l 1\n510 129 m 1\n 510 309 l 1\n 508 309 l 1\n 401 129 l 1\n 510 129 l 1\nEndSplineSet\nEndChar\nStartChar: questiondown\nEncoding: 191 191 126\nWidth: 600\nFlags: HMW\nHStem: -175 41<254.5 316.5> 317 100<286 313>\nVStem: 113 41<-54 7.5> 278 41<155 196> 425 41<-100 -59>\nFore\n278 155 m 1\n 278 196 l 2\n 278 214 285 223 298 223 c 0\n 312 223 319 214 319 196 c 2\n 319 128 l 1\n 203 80 154 36 154 -21 c 0\n 154 -87 213 -134 296 -134 c 0\n 341 -134 372 -126 425 -100 c 1\n 425 -59 l 2\n 425 -41 432 -32 445 -32 c 0\n 459 -32 466 -41 466 -59 c 2\n 466 -126 l 1\n 456 -131 448 -134 437 -139 c 0\n 374 -167 342 -175 291 -175 c 0\n 185 -175 113 -113 113 -21 c 0\n 113 53 153 96 278 155 c 1\n313 317 m 2\n 286 317 l 2\n 252 317 229 338 229 367 c 0\n 229 396 252 417 286 417 c 2\n 313 417 l 2\n 347 417 370 397 370 367 c 0\n 370 337 347 317 313 317 c 2\nEndSplineSet\nEndChar\nStartChar: Agrave\nEncoding: 192 192 127\nWidth: 600\nFlags: HMW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nFore\n428 188 m 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\n204 780 m 2\n 318 680 l 1\n 325 672 l 2\n 330 667 330 667 330 661 c 0\n 330 649 321 640 309 640 c 0\n 304 640 298 643 291 649 c 2\n 177 749 l 2\n 168 757 165 761 165 769 c 0\n 165 780 174 789 185 789 c 0\n 191 789 196 786 204 780 c 2\nEndSplineSet\nEndChar\nStartChar: Aacute\nEncoding: 193 193 128\nWidth: 600\nFlags: HMW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nFore\n428 188 m 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\n371 749 m 2\n 257 649 l 2\n 248 642 244 640 238 640 c 0\n 227 640 218 649 218 661 c 0\n 218 668 220 671 230 680 c 2\n 344 780 l 2\n 353 787 357 789 363 789 c 0\n 374 789 383 780 383 768 c 0\n 383 761 380 757 371 749 c 2\nEndSplineSet\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 129\nWidth: 600\nFlags: HMW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nFore\n428 188 m 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\n273 789 m 1\n 405 681 l 2\n 416 672 418 668 418 660 c 0\n 418 649 409 640 398 640 c 0\n 393 640 387 643 380 648 c 2\n 273 736 l 1\n 166 648 l 2\n 159 643 153 640 148 640 c 0\n 137 640 128 649 128 660 c 0\n 128 668 131 673 141 680 c 1\n 273 789 l 1\nEndSplineSet\nEndChar\nStartChar: Atilde\nEncoding: 195 195 130\nWidth: 600\nFlags: HW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 666 41<328.5 343.5> 714 41<203 219>\nFore\n428 188 m 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\n408 753 m 0\n 418 753 428 744 428 733 c 0\n 428 725 424 719 406 702 c 0\n 380 676 360 666 337 666 c 0\n 315 666 296 673 256 697 c 0\n 236 710 225 714 213 714 c 0\n 193 714 184 708 155 677 c 0\n 151 672 144 669 138 669 c 0\n 127 669 118 677 118 688 c 0\n 118 696 124 705 137 718 c 0\n 166 745 187 755 212 755 c 0\n 232 755 244 751 276 732 c 0\n 314 711 322 707 335 707 c 0\n 352 707 362 714 392 745 c 0\n 398 751 402 753 408 753 c 0\nEndSplineSet\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 131\nWidth: 600\nFlags: HW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nVStem: 9 100 230 100\nFore\n428 188 m 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\n162 761 m 0\n 190 761 212 738 212 710 c 0\n 212 684 189 661 162 661 c 0\n 135 661 112 684 112 711 c 0\n 112 738 135 761 162 761 c 0\n383 761 m 0\n 411 761 433 738 433 710 c 0\n 433 684 410 661 383 661 c 0\n 356 661 333 684 333 711 c 0\n 333 738 356 761 383 761 c 0\nEndSplineSet\nEndChar\nStartChar: Aring\nEncoding: 197 197 132\nWidth: 600\nFlags: HW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 630 33<260.5 293.5> 778 33<260.5 293.5>\nVStem: 9 33 162 33\nFore\n428 188 m 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\n277 811 m 0\n 329 811 370 771 370 719 c 0\n 370 671 328 630 277 630 c 0\n 226 630 184 671 184 721 c 0\n 184 770 226 811 277 811 c 0\n277 778 m 0\n 244 778 217 752 217 721 c 0\n 217 689 244 663 277 663 c 0\n 310 663 337 689 337 720 c 0\n 337 752 310 778 277 778 c 0\nEndSplineSet\nEndChar\nStartChar: AE\nEncoding: 198 198 133\nWidth: 600\nFlags: HW\nHStem: 0 41<37 74 115 141 245 297 338 549> 189 41<167 297> 273 41<338 416> 522 41<144 207 247 247 247 297 338 338 338 529>\nVStem: 297 41<41 189 189 189 230 273 314 522> 416 40<246 273 273 273 314 342> 529 41<411 522 522 522> 549 41<41 134>\nFore\n297 189 m 1\n 156 189 l 1\n 115 41 l 1\n 141 41 l 2\n 159 41 168 34 168 21 c 0\n 168 7 159 0 141 0 c 2\n 37 0 l 2\n 19 0 10 7 10 21 c 0\n 10 34 19 41 37 41 c 2\n 74 41 l 1\n 207 522 l 1\n 144 522 l 2\n 126 522 117 529 117 543 c 0\n 117 556 126 563 144 563 c 2\n 570 563 l 1\n 570 411 l 2\n 570 393 563 384 549 384 c 0\n 536 384 529 393 529 411 c 2\n 529 522 l 1\n 338 522 l 1\n 338 314 l 1\n 416 314 l 1\n 416 342 l 2\n 416 360 423 369 436 369 c 0\n 450 369 456 360 456 342 c 2\n 456 246 l 2\n 456 228 449 219 436 219 c 0\n 423 219 416 229 416 246 c 2\n 416 273 l 1\n 338 273 l 1\n 338 41 l 1\n 549 41 l 1\n 549 134 l 2\n 549 153 555 160 569 160 c 0\n 582 160 590 149 590 134 c 2\n 590 0 l 1\n 245 0 l 2\n 227 0 218 7 218 21 c 0\n 218 34 227 41 245 41 c 2\n 297 41 l 1\n 297 189 l 1\n297 230 m 1\n 297 522 l 1\n 247 522 l 1\n 167 230 l 1\n 297 230 l 1\nEndSplineSet\nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 134\nWidth: 600\nFlags: HW\nHStem: -173 38<293.5 314> -16 41<317 317 317 330> 397 20 535 41<271.5 338> 543 20<492 505.5>\nVStem: 63 41<242 248 248 319> 279 38<-47 -16> 345 37<-114.5 -97.5> 478 41<507 536>\nFore\n317 -16 m 1\n 317 -47 l 1\n 358 -48 382 -70 382 -108 c 0\n 382 -147 350 -173 303 -173 c 0\n 283 -173 252 -165 233 -155 c 0\n 219 -148 215 -143 215 -133 c 0\n 215 -122 224 -114 235 -114 c 0\n 238 -114 242 -115 250 -119 c 0\n 273 -131 286 -135 301 -135 c 0\n 327 -135 345 -123 345 -106 c 0\n 345 -89 330 -81 299 -81 c 2\n 279 -81 l 1\n 279 -12 l 1\n 235 -1 211 8 183 28 c 0\n 110 78 63 161 63 242 c 2\n 63 325 l 2\n 63 386 91 456 134 502 c 0\n 179 550 238 576 305 576 c 0\n 371 576 431 552 478 507 c 1\n 478 536 l 2\n 478 554 485 563 499 563 c 0\n 512 563 519 554 519 536 c 2\n 519 424 l 2\n 519 406 512 397 498 397 c 0\n 486 397 479 405 478 421 c 0\n 474 482 394 535 305 535 c 0\n 194 535 104 438 104 319 c 2\n 104 248 l 2\n 104 128 204 25 322 25 c 0\n 391 25 442 51 496 115 c 0\n 503 123 507 125 514 125 c 0\n 526 125 534 117 534 106 c 0\n 534 96 522 79 496 55 c 0\n 450 12 385 -16 330 -16 c 2\n 317 -16 l 1\nEndSplineSet\nEndChar\nStartChar: Egrave\nEncoding: 200 200 135\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nFore\n165 272 m 1\n 165 41 l 1\n 479 41 l 1\n 479 160 l 2\n 479 178 486 187 500 187 c 0\n 513 187 520 178 520 160 c 2\n 520 0 l 1\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 499 563 l 1\n 499 424 l 2\n 499 406 492 397 478 397 c 0\n 465 397 458 406 458 424 c 2\n 458 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 331 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 331 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\n215 780 m 2\n 329 680 l 1\n 336 672 l 2\n 341 667 341 667 341 661 c 0\n 341 649 332 640 320 640 c 0\n 315 640 309 643 302 649 c 2\n 188 749 l 2\n 179 757 176 761 176 769 c 0\n 176 780 185 789 196 789 c 0\n 202 789 207 786 215 780 c 2\nEndSplineSet\nEndChar\nStartChar: Eacute\nEncoding: 201 201 136\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nFore\n165 272 m 1\n 165 41 l 1\n 479 41 l 1\n 479 160 l 2\n 479 178 486 187 500 187 c 0\n 513 187 520 178 520 160 c 2\n 520 0 l 1\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 499 563 l 1\n 499 424 l 2\n 499 406 492 397 478 397 c 0\n 465 397 458 406 458 424 c 2\n 458 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 331 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 331 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\n389 749 m 2\n 275 649 l 2\n 266 642 262 640 256 640 c 0\n 245 640 236 649 236 661 c 0\n 236 668 238 671 248 680 c 2\n 362 780 l 2\n 371 787 375 789 381 789 c 0\n 392 789 401 780 401 768 c 0\n 401 761 398 757 389 749 c 2\nEndSplineSet\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 137\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nFore\n165 272 m 1\n 165 41 l 1\n 479 41 l 1\n 479 160 l 2\n 479 178 486 187 500 187 c 0\n 513 187 520 178 520 160 c 2\n 520 0 l 1\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 499 563 l 1\n 499 424 l 2\n 499 406 492 397 478 397 c 0\n 465 397 458 406 458 424 c 2\n 458 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 331 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 331 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\n291 789 m 1\n 423 681 l 2\n 434 672 436 668 436 660 c 0\n 436 649 427 640 416 640 c 0\n 411 640 405 643 398 648 c 2\n 291 736 l 1\n 184 648 l 2\n 177 643 171 640 166 640 c 0\n 155 640 146 649 146 660 c 0\n 146 668 149 673 159 680 c 1\n 291 789 l 1\nEndSplineSet\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 138\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 43 100 124 41<41 272 313 522> 264 100 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nFore\n165 272 m 1\n 165 41 l 1\n 479 41 l 1\n 479 160 l 2\n 479 178 486 187 500 187 c 0\n 513 187 520 178 520 160 c 2\n 520 0 l 1\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 499 563 l 1\n 499 424 l 2\n 499 406 492 397 478 397 c 0\n 465 397 458 406 458 424 c 2\n 458 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 331 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 331 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\n181 761 m 0\n 209 761 231 738 231 710 c 0\n 231 684 208 661 181 661 c 0\n 154 661 131 684 131 711 c 0\n 131 738 154 761 181 761 c 0\n402 761 m 0\n 430 761 452 738 452 710 c 0\n 452 684 429 661 402 661 c 0\n 375 661 352 684 352 711 c 0\n 352 738 375 761 402 761 c 0\nEndSplineSet\nEndChar\nStartChar: Igrave\nEncoding: 204 204 139\nWidth: 600\nFlags: HMW\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522>\nFore\n320 522 m 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 477 0 459 0 c 2\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\n230 780 m 2\n 344 680 l 1\n 351 672 l 2\n 356 667 356 667 356 661 c 0\n 356 649 347 640 335 640 c 0\n 330 640 324 643 317 649 c 2\n 203 749 l 2\n 194 757 191 761 191 769 c 0\n 191 780 200 789 211 789 c 0\n 217 789 222 786 230 780 c 2\nEndSplineSet\nEndChar\nStartChar: Iacute\nEncoding: 205 205 140\nWidth: 600\nFlags: HMW\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522>\nFore\n320 522 m 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 477 0 459 0 c 2\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\n433 749 m 2\n 319 649 l 2\n 310 642 306 640 300 640 c 0\n 289 640 280 649 280 661 c 0\n 280 668 282 671 292 680 c 2\n 406 780 l 2\n 415 787 419 789 425 789 c 0\n 436 789 445 780 445 768 c 0\n 445 761 442 757 433 749 c 2\nEndSplineSet\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 141\nWidth: 600\nFlags: HMW\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522>\nFore\n320 522 m 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 477 0 459 0 c 2\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\n300 789 m 1\n 432 681 l 2\n 443 672 445 668 445 660 c 0\n 445 649 436 640 425 640 c 0\n 420 640 414 643 407 648 c 2\n 300 736 l 1\n 193 648 l 2\n 186 643 180 640 175 640 c 0\n 164 640 155 649 155 660 c 0\n 155 668 158 673 168 680 c 1\n 300 789 l 1\nEndSplineSet\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 142\nWidth: 600\nFlags: HMW\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320> 661 100<175.5 202.5 397.5 424.5>\nVStem: 139 100<697.5 724> 279 41<41 522> 361 100<697.5 724>\nFore\n320 522 m 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 477 0 459 0 c 2\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\n189 761 m 0\n 217 761 239 738 239 710 c 0\n 239 684 216 661 189 661 c 0\n 162 661 139 684 139 711 c 0\n 139 738 162 761 189 761 c 0\n411 761 m 0\n 439 761 461 738 461 710 c 0\n 461 684 438 661 411 661 c 0\n 384 661 361 684 361 711 c 0\n 361 738 384 761 411 761 c 0\nEndSplineSet\nEndChar\nStartChar: Eth\nEncoding: 208 208 143\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 104 145 290> 272 41<27 104 145 307> 522 41<70 104 145 288 145 145>\nVStem: 104 41<41 272 313 522> 479 41<245 254 254 310>\nFore\n104 272 m 1\n 27 272 l 2\n 9 272 0 279 0 293 c 0\n 0 306 9 313 27 313 c 2\n 104 313 l 1\n 104 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 290 563 l 2\n 416 563 520 448 520 310 c 2\n 520 254 l 2\n 520 115 416 0 290 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 104 41 l 1\n 104 272 l 1\n145 522 m 1\n 145 313 l 1\n 307 313 l 2\n 325 313 334 306 334 293 c 0\n 334 279 325 272 307 272 c 2\n 145 272 l 1\n 145 41 l 1\n 295 41 l 2\n 389 41 479 140 479 245 c 2\n 479 319 l 2\n 479 371 454 431 414 472 c 0\n 379 507 342 522 288 522 c 2\n 145 522 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 144\nWidth: 600\nFlags: HW\nHStem: 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535> 666 41<353.5 368.5> 714 41<228 244>\nVStem: 103 41<41 504> 460 41<59 522>\nFore\n501 0 m 1\n 449 0 l 1\n 144 504 l 1\n 144 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 236 0 219 0 c 2\n 69 0 l 2\n 51 0 42 7 42 21 c 0\n 42 34 51 41 69 41 c 2\n 103 41 l 1\n 103 522 l 1\n 49 522 l 2\n 31 522 22 529 22 543 c 0\n 22 556 31 563 49 563 c 2\n 155 563 l 1\n 460 59 l 1\n 460 522 l 1\n 386 522 l 2\n 367 522 358 529 358 543 c 0\n 358 556 367 563 386 563 c 2\n 535 563 l 2\n 553 563 562 556 562 543 c 0\n 562 529 553 522 535 522 c 2\n 501 522 l 1\n 501 0 l 1\n433 753 m 0\n 443 753 453 744 453 733 c 0\n 453 725 449 719 431 702 c 0\n 405 676 385 666 362 666 c 0\n 340 666 321 673 281 697 c 0\n 261 710 250 714 238 714 c 0\n 218 714 209 708 180 677 c 0\n 176 672 169 669 163 669 c 0\n 152 669 143 677 143 688 c 0\n 143 696 149 705 162 718 c 0\n 191 745 212 755 237 755 c 0\n 257 755 269 751 301 732 c 0\n 339 711 347 707 360 707 c 0\n 377 707 387 714 417 745 c 0\n 423 751 427 753 433 753 c 0\nEndSplineSet\nEndChar\nStartChar: Ograve\nEncoding: 210 210 145\nWidth: 600\nFlags: HMW\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nFore\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\n224 780 m 2\n 338 680 l 1\n 345 672 l 2\n 350 667 350 667 350 661 c 0\n 350 649 341 640 329 640 c 0\n 324 640 318 643 311 649 c 2\n 197 749 l 2\n 188 757 185 761 185 769 c 0\n 185 780 194 789 205 789 c 0\n 211 789 216 786 224 780 c 2\nEndSplineSet\nEndChar\nStartChar: Oacute\nEncoding: 211 211 146\nWidth: 600\nFlags: HMW\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nFore\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\n404 749 m 2\n 290 649 l 2\n 281 642 277 640 271 640 c 0\n 260 640 251 649 251 661 c 0\n 251 668 253 671 263 680 c 2\n 377 780 l 2\n 386 787 390 789 396 789 c 0\n 407 789 416 780 416 768 c 0\n 416 761 413 757 404 749 c 2\nEndSplineSet\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 147\nWidth: 600\nFlags: HMW\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nFore\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\n300 789 m 1\n 432 681 l 2\n 443 672 445 668 445 660 c 0\n 445 649 436 640 425 640 c 0\n 420 640 414 643 407 648 c 2\n 300 736 l 1\n 193 648 l 2\n 186 643 180 640 175 640 c 0\n 164 640 155 649 155 660 c 0\n 155 668 158 673 168 680 c 1\n 300 789 l 1\nEndSplineSet\nEndChar\nStartChar: Otilde\nEncoding: 213 213 148\nWidth: 600\nFlags: HW\nHStem: -16 41<243 356.5> 535 41<242.5 358> 666 41<361.5 376.5> 714 41<236 252>\nVStem: 51 41<210 350> 508 41<208.5 349>\nFore\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\n441 753 m 0\n 451 753 461 744 461 733 c 0\n 461 725 457 719 439 702 c 0\n 413 676 393 666 370 666 c 0\n 348 666 329 673 289 697 c 0\n 269 710 258 714 246 714 c 0\n 226 714 217 708 188 677 c 0\n 184 672 177 669 171 669 c 0\n 160 669 151 677 151 688 c 0\n 151 696 157 705 170 718 c 0\n 199 745 220 755 245 755 c 0\n 265 755 277 751 309 732 c 0\n 347 711 355 707 368 707 c 0\n 385 707 395 714 425 745 c 0\n 431 751 435 753 441 753 c 0\nEndSplineSet\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 149\nWidth: 600\nFlags: HW\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 51 100 272 100 508 41<208.5 349>\nFore\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\n189 761 m 0\n 217 761 239 738 239 710 c 0\n 239 684 216 661 189 661 c 0\n 162 661 139 684 139 711 c 0\n 139 738 162 761 189 761 c 0\n410 761 m 0\n 438 761 460 738 460 710 c 0\n 460 684 437 661 410 661 c 0\n 383 661 360 684 360 711 c 0\n 360 738 383 761 410 761 c 0\nEndSplineSet\nEndChar\nStartChar: multiply\nEncoding: 215 215 150\nWidth: 600\nFlags: HW\nFore\n300 311 m 1\n 442 453 l 2\n 451 462 455 464 461 464 c 0\n 472 464 482 455 482 443 c 0\n 482 437 479 432 471 424 c 2\n 329 282 l 1\n 471 139 l 1\n 480 131 482 127 482 120 c 0\n 482 109 473 100 461 100 c 0\n 455 100 450 102 442 110 c 2\n 300 253 l 1\n 158 110 l 1\n 150 103 145 100 139 100 c 0\n 127 100 118 109 118 120 c 0\n 118 127 121 132 128 139 c 2\n 271 282 l 1\n 128 424 l 1\n 121 432 118 437 118 443 c 0\n 118 455 127 464 139 464 c 0\n 145 464 149 461 157 453 c 2\n 300 311 l 1\nEndSplineSet\nEndChar\nStartChar: Oslash\nEncoding: 216 216 151\nWidth: 600\nFlags: HMW\nHStem: -16 41<275.5 357> 535 41<242.5 324.5>\nVStem: 51 41<249 350> 508 41<210 311.5>\nFore\n141 51 m 1\n 76 -31 l 2\n 69 -40 64 -43 58 -43 c 0\n 48 -43 40 -35 40 -25 c 0\n 40 -21 41 -18 48 -9 c 2\n 117 78 l 1\n 72 138 51 204 51 280 c 0\n 51 446 161 576 300 576 c 0\n 360 576 409 555 458 510 c 1\n 524 593 l 2\n 531 602 535 605 542 605 c 0\n 552 605 560 597 560 587 c 0\n 560 582 558 579 552 571 c 2\n 482 483 l 1\n 525 430 549 356 549 280 c 0\n 549 115 439 -16 300 -16 c 0\n 240 -16 186 7 141 51 c 1\n144 112 m 1\n 432 476 l 1\n 392 516 349 535 300 535 c 0\n 185 535 92 420 92 280 c 0\n 92 218 109 164 144 112 c 1\n456 449 m 1\n 167 84 l 1\n 206 45 251 25 300 25 c 0\n 414 25 508 140 508 280 c 0\n 508 343 490 400 456 449 c 1\nEndSplineSet\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 152\nWidth: 600\nFlags: HMW\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 458 41<185 522>\nFore\n499 522 m 1\n 499 185 l 2\n 499 71 412 -16 300 -16 c 0\n 187 -16 101 71 101 185 c 2\n 101 522 l 1\n 67 522 l 2\n 49 522 40 529 40 543 c 0\n 40 557 49 563 67 563 c 2\n 216 563 l 2\n 234 563 243 556 243 543 c 0\n 243 529 234 522 216 522 c 2\n 142 522 l 1\n 142 185 l 2\n 142 95 211 25 300 25 c 0\n 388 25 458 95 458 185 c 2\n 458 522 l 1\n 384 522 l 2\n 366 522 357 529 357 543 c 0\n 357 557 365 563 384 563 c 2\n 533 563 l 2\n 552 563 560 557 560 543 c 0\n 560 529 551 522 533 522 c 2\n 499 522 l 1\n227 780 m 2\n 341 680 l 1\n 348 672 l 2\n 353 667 353 667 353 661 c 0\n 353 649 344 640 332 640 c 0\n 327 640 321 643 314 649 c 2\n 200 749 l 2\n 191 757 188 761 188 769 c 0\n 188 780 197 789 208 789 c 0\n 214 789 219 786 227 780 c 2\nEndSplineSet\nEndChar\nStartChar: Uacute\nEncoding: 218 218 153\nWidth: 600\nFlags: HMW\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 458 41<185 522>\nFore\n499 522 m 1\n 499 185 l 2\n 499 71 412 -16 300 -16 c 0\n 187 -16 101 71 101 185 c 2\n 101 522 l 1\n 67 522 l 2\n 49 522 40 529 40 543 c 0\n 40 557 49 563 67 563 c 2\n 216 563 l 2\n 234 563 243 556 243 543 c 0\n 243 529 234 522 216 522 c 2\n 142 522 l 1\n 142 185 l 2\n 142 95 211 25 300 25 c 0\n 388 25 458 95 458 185 c 2\n 458 522 l 1\n 384 522 l 2\n 366 522 357 529 357 543 c 0\n 357 557 365 563 384 563 c 2\n 533 563 l 2\n 552 563 560 557 560 543 c 0\n 560 529 551 522 533 522 c 2\n 499 522 l 1\n401 749 m 2\n 287 649 l 2\n 278 642 274 640 268 640 c 0\n 257 640 248 649 248 661 c 0\n 248 668 250 671 260 680 c 2\n 374 780 l 2\n 383 787 387 789 393 789 c 0\n 404 789 413 780 413 768 c 0\n 413 761 410 757 401 749 c 2\nEndSplineSet\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 154\nWidth: 600\nFlags: HMW\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 458 41<185 522>\nFore\n499 522 m 1\n 499 185 l 2\n 499 71 412 -16 300 -16 c 0\n 187 -16 101 71 101 185 c 2\n 101 522 l 1\n 67 522 l 2\n 49 522 40 529 40 543 c 0\n 40 557 49 563 67 563 c 2\n 216 563 l 2\n 234 563 243 556 243 543 c 0\n 243 529 234 522 216 522 c 2\n 142 522 l 1\n 142 185 l 2\n 142 95 211 25 300 25 c 0\n 388 25 458 95 458 185 c 2\n 458 522 l 1\n 384 522 l 2\n 366 522 357 529 357 543 c 0\n 357 557 365 563 384 563 c 2\n 533 563 l 2\n 552 563 560 557 560 543 c 0\n 560 529 551 522 533 522 c 2\n 499 522 l 1\n300 789 m 1\n 432 681 l 2\n 443 672 445 668 445 660 c 0\n 445 649 436 640 425 640 c 0\n 420 640 414 643 407 648 c 2\n 300 736 l 1\n 193 648 l 2\n 186 643 180 640 175 640 c 0\n 164 640 155 649 155 660 c 0\n 155 668 158 673 168 680 c 1\n 300 789 l 1\nEndSplineSet\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 155\nWidth: 600\nFlags: HW\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 40 100 101 41<185 522> 261 100 458 41<185 522>\nFore\n499 522 m 1\n 499 185 l 2\n 499 71 412 -16 300 -16 c 0\n 187 -16 101 71 101 185 c 2\n 101 522 l 1\n 67 522 l 2\n 49 522 40 529 40 543 c 0\n 40 557 49 563 67 563 c 2\n 216 563 l 2\n 234 563 243 556 243 543 c 0\n 243 529 234 522 216 522 c 2\n 142 522 l 1\n 142 185 l 2\n 142 95 211 25 300 25 c 0\n 388 25 458 95 458 185 c 2\n 458 522 l 1\n 384 522 l 2\n 366 522 357 529 357 543 c 0\n 357 557 365 563 384 563 c 2\n 533 563 l 2\n 552 563 560 557 560 543 c 0\n 560 529 551 522 533 522 c 2\n 499 522 l 1\n189 761 m 0\n 217 761 239 738 239 710 c 0\n 239 684 216 661 189 661 c 0\n 162 661 139 684 139 711 c 0\n 139 738 162 761 189 761 c 0\n410 761 m 0\n 438 761 460 738 460 710 c 0\n 460 684 437 661 410 661 c 0\n 383 661 360 684 360 711 c 0\n 360 738 383 761 410 761 c 0\nEndSplineSet\nEndChar\nStartChar: Yacute\nEncoding: 221 221 156\nWidth: 600\nFlags: HMW\nHStem: 0 41<176 281 322 427> 522 41<78 102 151 151 151 189 412 452 498 498 498 522>\nVStem: 281 41<41 254>\nFore\n322 254 m 1\n 322 41 l 1\n 427 41 l 2\n 445 41 454 34 454 21 c 0\n 454 7 445 0 427 0 c 2\n 176 0 l 2\n 158 0 149 7 149 21 c 0\n 149 34 158 41 176 41 c 2\n 281 41 l 1\n 281 254 l 1\n 102 522 l 1\n 78 522 l 2\n 60 522 51 529 51 543 c 0\n 51 556 60 563 78 563 c 2\n 189 563 l 2\n 207 563 216 556 216 543 c 0\n 216 529 207 522 189 522 c 2\n 151 522 l 1\n 303 295 l 1\n 452 522 l 1\n 412 522 l 2\n 393 522 384 529 384 543 c 0\n 384 556 393 563 412 563 c 2\n 522 563 l 2\n 539 563 549 555 549 543 c 0\n 549 530 538 522 522 522 c 2\n 498 522 l 1\n 322 254 l 1\n401 749 m 2\n 287 649 l 2\n 278 642 274 640 268 640 c 0\n 257 640 248 649 248 661 c 0\n 248 668 250 671 260 680 c 2\n 374 780 l 2\n 383 787 387 789 393 789 c 0\n 404 789 413 780 413 768 c 0\n 413 761 410 757 401 749 c 2\nEndSplineSet\nEndChar\nStartChar: Thorn\nEncoding: 222 222 157\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 124 165 303> 131 41<165 296> 422 41<165 310 310 314> 522 41<70 124 165 165 165 303>\nVStem: 124 41<41 131 172 422 463 522> 458 41<263.5 332>\nFore\n165 131 m 1\n 165 41 l 1\n 303 41 l 2\n 322 41 331 34 331 21 c 0\n 331 7 321 0 303 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 303 563 l 2\n 322 563 331 556 331 543 c 0\n 331 529 322 522 303 522 c 2\n 165 522 l 1\n 165 463 l 1\n 310 463 l 2\n 416 463 499 391 499 298 c 0\n 499 205 410 131 296 131 c 2\n 165 131 l 1\n165 172 m 1\n 299 172 l 2\n 386 172 458 229 458 298 c 0\n 458 366 393 422 314 422 c 2\n 165 422 l 1\n 165 172 l 1\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 158\nWidth: 600\nFlags: HW\nHStem: -16 41<346 391> 0 41<70 124 165 180> 563 41<238 295>\nVStem: 124 41<41 476> 371 41<437.5 487.5> 458 41<123.5 187>\nFore\n124 41 m 1\n 124 476 l 2\n 124 547 188 604 266 604 c 0\n 347 604 412 539 412 458 c 0\n 412 417 394 386 354 359 c 1\n 450 320 499 253 499 161 c 0\n 499 60 441 -16 365 -16 c 0\n 305 -16 259 35 259 101 c 0\n 259 115 267 124 279 124 c 0\n 292 124 299 116 300 100 c 0\n 303 54 327 25 365 25 c 0\n 417 25 458 85 458 162 c 0\n 458 212 436 258 397 290 c 0\n 365 316 317 334 279 334 c 2\n 274 334 l 2\n 256 334 247 341 247 355 c 0\n 247 367 256 375 270 375 c 2\n 275 375 l 2\n 326 375 371 415 371 459 c 0\n 371 516 324 563 266 563 c 0\n 210 563 165 525 165 476 c 2\n 165 41 l 1\n 180 41 l 2\n 198 41 207 34 207 21 c 0\n 207 7 198 0 180 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\nEndSplineSet\nEndChar\nStartChar: agrave\nEncoding: 224 224 159\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5> 419 41\nFore\n419 0 m 1\n 419 67 l 1\n 358 10 298 -16 228 -16 c 0\n 135 -16 72 36 72 112 c 0\n 72 199 158 258 283 258 c 0\n 329 258 360 253 419 237 c 1\n 419 308 l 2\n 419 357 369 390 296 390 c 0\n 260 390 232 384 154 360 c 0\n 150 359 146 358 144 358 c 0\n 134 358 125 367 125 378 c 0\n 125 388 131 395 142 399 c 0\n 197 418 262 431 299 431 c 0\n 392 431 460 379 460 308 c 2\n 460 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 419 0 l 1\n419 112 m 1\n 419 202 l 1\n 383 211 335 217 291 217 c 0\n 185 217 113 174 113 111 c 0\n 113 59 158 25 227 25 c 0\n 298 25 352 49 419 112 c 1\n213 630 m 2\n 327 530 l 1\n 334 522 l 2\n 339 517 339 517 339 511 c 0\n 339 499 330 490 318 490 c 0\n 313 490 307 493 300 499 c 2\n 186 599 l 2\n 177 607 174 611 174 619 c 0\n 174 630 183 639 194 639 c 0\n 200 639 205 636 213 630 c 2\nEndSplineSet\nEndChar\nStartChar: aacute\nEncoding: 225 225 160\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5> 419 41\nFore\n419 0 m 1\n 419 67 l 1\n 358 10 298 -16 228 -16 c 0\n 135 -16 72 36 72 112 c 0\n 72 199 158 258 283 258 c 0\n 329 258 360 253 419 237 c 1\n 419 308 l 2\n 419 357 369 390 296 390 c 0\n 260 390 232 384 154 360 c 0\n 150 359 146 358 144 358 c 0\n 134 358 125 367 125 378 c 0\n 125 388 131 395 142 399 c 0\n 197 418 262 431 299 431 c 0\n 392 431 460 379 460 308 c 2\n 460 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 419 0 l 1\n419 112 m 1\n 419 202 l 1\n 383 211 335 217 291 217 c 0\n 185 217 113 174 113 111 c 0\n 113 59 158 25 227 25 c 0\n 298 25 352 49 419 112 c 1\n387 599 m 2\n 273 499 l 2\n 264 492 260 490 254 490 c 0\n 243 490 234 499 234 511 c 0\n 234 518 236 521 246 530 c 2\n 360 630 l 2\n 369 637 373 639 379 639 c 0\n 390 639 399 630 399 618 c 0\n 399 611 396 607 387 599 c 2\nEndSplineSet\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 161\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5> 419 41\nFore\n419 0 m 1\n 419 67 l 1\n 358 10 298 -16 228 -16 c 0\n 135 -16 72 36 72 112 c 0\n 72 199 158 258 283 258 c 0\n 329 258 360 253 419 237 c 1\n 419 308 l 2\n 419 357 369 390 296 390 c 0\n 260 390 232 384 154 360 c 0\n 150 359 146 358 144 358 c 0\n 134 358 125 367 125 378 c 0\n 125 388 131 395 142 399 c 0\n 197 418 262 431 299 431 c 0\n 392 431 460 379 460 308 c 2\n 460 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 419 0 l 1\n419 112 m 1\n 419 202 l 1\n 383 211 335 217 291 217 c 0\n 185 217 113 174 113 111 c 0\n 113 59 158 25 227 25 c 0\n 298 25 352 49 419 112 c 1\n290 639 m 1\n 422 531 l 2\n 433 522 435 518 435 510 c 0\n 435 499 426 490 415 490 c 0\n 410 490 404 493 397 498 c 2\n 290 586 l 1\n 183 498 l 2\n 176 493 170 490 165 490 c 0\n 154 490 145 499 145 510 c 0\n 145 518 148 523 158 530 c 1\n 290 639 l 1\nEndSplineSet\nEndChar\nStartChar: atilde\nEncoding: 227 227 162\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 516 41<345.5 360.5> 564 41<220 236>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5> 419 41\nFore\n419 0 m 1\n 419 67 l 1\n 358 10 298 -16 228 -16 c 0\n 135 -16 72 36 72 112 c 0\n 72 199 158 258 283 258 c 0\n 329 258 360 253 419 237 c 1\n 419 308 l 2\n 419 357 369 390 296 390 c 0\n 260 390 232 384 154 360 c 0\n 150 359 146 358 144 358 c 0\n 134 358 125 367 125 378 c 0\n 125 388 131 395 142 399 c 0\n 197 418 262 431 299 431 c 0\n 392 431 460 379 460 308 c 2\n 460 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 419 0 l 1\n419 112 m 1\n 419 202 l 1\n 383 211 335 217 291 217 c 0\n 185 217 113 174 113 111 c 0\n 113 59 158 25 227 25 c 0\n 298 25 352 49 419 112 c 1\n425 603 m 0\n 435 603 445 594 445 583 c 0\n 445 575 441 569 423 552 c 0\n 397 526 377 516 354 516 c 0\n 332 516 313 523 273 547 c 0\n 253 560 242 564 230 564 c 0\n 210 564 201 558 172 527 c 0\n 168 522 161 519 155 519 c 0\n 144 519 135 527 135 538 c 0\n 135 546 141 555 154 568 c 0\n 183 595 204 605 229 605 c 0\n 249 605 261 601 293 582 c 0\n 331 561 339 557 352 557 c 0\n 369 557 379 564 409 595 c 0\n 415 601 419 603 425 603 c 0\nEndSplineSet\nEndChar\nStartChar: adieresis\nEncoding: 228 228 163\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 72 100 293 100 419 122<14 27.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122\nFore\n419 0 m 1\n 419 67 l 1\n 358 10 298 -16 228 -16 c 0\n 135 -16 72 36 72 112 c 0\n 72 199 158 258 283 258 c 0\n 329 258 360 253 419 237 c 1\n 419 308 l 2\n 419 357 369 390 296 390 c 0\n 260 390 232 384 154 360 c 0\n 150 359 146 358 144 358 c 0\n 134 358 125 367 125 378 c 0\n 125 388 131 395 142 399 c 0\n 197 418 262 431 299 431 c 0\n 392 431 460 379 460 308 c 2\n 460 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 419 0 l 1\n419 112 m 1\n 419 202 l 1\n 383 211 335 217 291 217 c 0\n 185 217 113 174 113 111 c 0\n 113 59 158 25 227 25 c 0\n 298 25 352 49 419 112 c 1\n179 611 m 0\n 207 611 229 588 229 560 c 0\n 229 534 206 511 179 511 c 0\n 152 511 129 534 129 561 c 0\n 129 588 152 611 179 611 c 0\n400 611 m 0\n 428 611 450 588 450 560 c 0\n 450 534 427 511 400 511 c 0\n 373 511 350 534 350 561 c 0\n 350 588 373 611 400 611 c 0\nEndSplineSet\nEndChar\nStartChar: aring\nEncoding: 229 229 164\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 480 33<273.5 306.5> 628 33<273.5 306.5>\nVStem: 72 41<85 142.5> 72 33 225 33 419 122<14 27.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122\nFore\n419 0 m 1\n 419 67 l 1\n 358 10 298 -16 228 -16 c 0\n 135 -16 72 36 72 112 c 0\n 72 199 158 258 283 258 c 0\n 329 258 360 253 419 237 c 1\n 419 308 l 2\n 419 357 369 390 296 390 c 0\n 260 390 232 384 154 360 c 0\n 150 359 146 358 144 358 c 0\n 134 358 125 367 125 378 c 0\n 125 388 131 395 142 399 c 0\n 197 418 262 431 299 431 c 0\n 392 431 460 379 460 308 c 2\n 460 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 419 0 l 1\n419 112 m 1\n 419 202 l 1\n 383 211 335 217 291 217 c 0\n 185 217 113 174 113 111 c 0\n 113 59 158 25 227 25 c 0\n 298 25 352 49 419 112 c 1\n290 661 m 0\n 342 661 383 621 383 569 c 0\n 383 521 341 480 290 480 c 0\n 239 480 197 521 197 571 c 0\n 197 620 239 661 290 661 c 0\n290 628 m 0\n 257 628 230 602 230 571 c 0\n 230 539 257 513 290 513 c 0\n 323 513 350 539 350 570 c 0\n 350 602 323 628 290 628 c 0\nEndSplineSet\nEndChar\nStartChar: ae\nEncoding: 230 230 165\nWidth: 600\nFlags: HW\nHStem: -16 41<131.5 180.5 421 460> 0 20 199 41<320 535> 216 41<179.5 209> 390 41<184 216.5 406 446.5>\nVStem: 12 45<93 133> 280 40<27 52 52 52>\nFore\n430 431 m 0\n 532.864 431 574.499 331.568 577 199 c 1\n 319 199 l 1\n 326 97 379 25 446 25 c 0\n 475 25 497 38 545 82 c 0\n 549 85 554 87 558 87 c 0\n 569 87 578 77 578 67 c 0\n 578 57 570 48 547 29 c 1\n 506 -2 476 -16 444 -16 c 0\n 398 -16 352 12 320 61 c 1\n 320 27 l 2\n 320 9 313 0 300 0 c 0\n 287 0 280 9 280 27 c 2\n 280 52 l 1\n 241 5 204 -16 160 -16 c 0\n 75 -16 12 47 12 132 c 0\n 12 166 27 193 57 217 c 0\n 88 240 146 257 195 257 c 0\n 223 257 251 253 280 245 c 1\n 280 305 l 2\n 280 352 241 390 192 390 c 0\n 165 390 133 381 108 365 c 0\n 101 361 94 358 90 358 c 0\n 81 358 71 369 71 378 c 0\n 71 389 79 397 100 406 c 0\n 138 423 169 431 199 431 c 0\n 248 431 293 398 312 347 c 1\n 336 399 382 431 430 431 c 0\n280 110 m 1\n 280 203 l 1\n 253 211 224 216 201 216 c 0\n 158 216 100 197 78 176 c 0\n 64 162 57 145 57 121 c 0\n 57 65 101 25 162 25 c 0\n 199 25 233 50 280 110 c 1\n320 240 m 1\n 535 240 l 1\n 529 288 523 313 512 335 c 0\n 495 370 464 390 429 390 c 0\n 369 390 333 340 320 240 c 1\nEndSplineSet\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 166\nWidth: 600\nFlags: HW\nHStem: -173 38<291.5 312> 390 41<256 345> 397 20<484 497.5>\nVStem: 84 41<167.5 260> 277 38<-47 -16> 343 37<-114.5 -97.5> 470 41<376 389>\nFore\n315 -16 m 1\n 315 -47 l 1\n 356 -48 380 -70 380 -108 c 0\n 380 -147 348 -173 301 -173 c 0\n 281 -173 250 -165 231 -155 c 0\n 217 -148 213 -143 213 -134 c 0\n 213 -123 222 -114 233 -114 c 0\n 237 -114 240 -115 248 -119 c 0\n 271 -131 284 -135 299 -135 c 0\n 325 -135 343 -123 343 -106 c 0\n 343 -89 328 -81 298 -81 c 2\n 277 -81 l 1\n 277 -14 l 1\n 228 -7 202 3 172 25 c 0\n 116 66 84 131 84 204 c 0\n 84 336 180 431 314 431 c 0\n 376 431 429 412 470 376 c 1\n 470 389 l 2\n 470 408 477 417 491 417 c 0\n 504 417 511 408 511 389 c 2\n 511 298 l 2\n 511 280 504 271 491 271 c 0\n 478 271 471 278 470 295 c 0\n 465 348 395 390 311 390 c 0\n 201 390 125 315 125 205 c 0\n 125 100 202 25 311 25 c 0\n 384 25 446 49 498 97 c 0\n 506 105 509 107 516 107 c 0\n 526 107 535 98 535 88 c 0\n 535 71 503 42 459 19 c 0\n 416 -3 373 -13 315 -16 c 1\nEndSplineSet\nEndChar\nStartChar: egrave\nEncoding: 232 232 167\nWidth: 600\nFlags: HMW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nFore\n520 199 m 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 31 396 -16 305 -16 c 0\n 170 -16 63 87 63 217 c 0\n 63 338 163 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\n228 630 m 2\n 342 530 l 1\n 349 522 l 2\n 354 517 354 517 354 511 c 0\n 354 499 345 490 333 490 c 0\n 328 490 322 493 315 499 c 2\n 201 599 l 2\n 192 607 189 611 189 619 c 0\n 189 630 198 639 209 639 c 0\n 215 639 220 636 228 630 c 2\nEndSplineSet\nEndChar\nStartChar: eacute\nEncoding: 233 233 168\nWidth: 600\nFlags: HMW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nFore\n520 199 m 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 31 396 -16 305 -16 c 0\n 170 -16 63 87 63 217 c 0\n 63 338 163 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\n402 599 m 2\n 288 499 l 2\n 279 492 275 490 269 490 c 0\n 258 490 249 499 249 511 c 0\n 249 518 251 521 261 530 c 2\n 375 630 l 2\n 384 637 388 639 394 639 c 0\n 405 639 414 630 414 618 c 0\n 414 611 411 607 402 599 c 2\nEndSplineSet\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 169\nWidth: 600\nFlags: HMW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nFore\n520 199 m 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 31 396 -16 305 -16 c 0\n 170 -16 63 87 63 217 c 0\n 63 338 163 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\n305 639 m 1\n 437 531 l 2\n 448 522 450 518 450 510 c 0\n 450 499 441 490 430 490 c 0\n 425 490 419 493 412 498 c 2\n 305 586 l 1\n 198 498 l 2\n 191 493 185 490 180 490 c 0\n 169 490 160 499 160 510 c 0\n 160 518 163 523 173 530 c 1\n 305 639 l 1\nEndSplineSet\nEndChar\nStartChar: edieresis\nEncoding: 235 235 170\nWidth: 600\nFlags: HW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nVStem: 63 100 284 100\nFore\n520 199 m 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 31 396 -16 305 -16 c 0\n 170 -16 63 87 63 217 c 0\n 63 338 163 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\n194 611 m 0\n 222 611 244 588 244 560 c 0\n 244 534 221 511 194 511 c 0\n 167 511 144 534 144 561 c 0\n 144 588 167 611 194 611 c 0\n415 611 m 0\n 443 611 465 588 465 560 c 0\n 465 534 442 511 415 511 c 0\n 388 511 365 534 365 561 c 0\n 365 588 388 611 415 611 c 0\nEndSplineSet\nEndChar\nStartChar: igrave\nEncoding: 236 236 171\nWidth: 600\nFlags: HMW\nHStem: 0 41<119 279 320 480> 376 41<161 279>\nVStem: 279 41<41 376 376 376>\nFore\n320 417 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 376 l 1\n 161 376 l 2\n 143 376 134 383 134 397 c 0\n 134 410 143 417 161 417 c 2\n 320 417 l 1\n217 630 m 2\n 331 530 l 1\n 338 522 l 2\n 343 517 343 517 343 511 c 0\n 343 499 334 490 322 490 c 0\n 317 490 311 493 304 499 c 2\n 190 599 l 2\n 181 607 178 611 178 619 c 0\n 178 630 187 639 198 639 c 0\n 204 639 209 636 217 630 c 2\nEndSplineSet\nEndChar\nStartChar: iacute\nEncoding: 237 237 172\nWidth: 600\nFlags: HMW\nHStem: 0 41<119 279 320 480> 376 41<161 279>\nVStem: 279 41<41 376 376 376>\nFore\n320 417 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 376 l 1\n 161 376 l 2\n 143 376 134 383 134 397 c 0\n 134 410 143 417 161 417 c 2\n 320 417 l 1\n391 599 m 2\n 277 499 l 2\n 268 492 264 490 258 490 c 0\n 247 490 238 499 238 511 c 0\n 238 518 240 521 250 530 c 2\n 364 630 l 2\n 373 637 377 639 383 639 c 0\n 394 639 403 630 403 618 c 0\n 403 611 400 607 391 599 c 2\nEndSplineSet\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 173\nWidth: 600\nFlags: HMW\nHStem: 0 41<119 279 320 480> 376 41<161 279>\nVStem: 279 41<41 376 376 376>\nFore\n320 417 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 376 l 1\n 161 376 l 2\n 143 376 134 383 134 397 c 0\n 134 410 143 417 161 417 c 2\n 320 417 l 1\n283 639 m 1\n 415 531 l 2\n 426 522 428 518 428 510 c 0\n 428 499 419 490 408 490 c 0\n 403 490 397 493 390 498 c 2\n 283 586 l 1\n 176 498 l 2\n 169 493 163 490 158 490 c 0\n 147 490 138 499 138 510 c 0\n 138 518 141 523 151 530 c 1\n 283 639 l 1\nEndSplineSet\nEndChar\nStartChar: idieresis\nEncoding: 239 239 174\nWidth: 600\nFlags: HMW\nHStem: 0 41<119 279 320 480> 376 41<161 279> 511 100<162.5 189.5 384.5 411.5>\nVStem: 126 100<547.5 574> 279 41<41 376 376 376> 348 100<547.5 574>\nFore\n320 417 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 376 l 1\n 161 376 l 2\n 143 376 134 383 134 397 c 0\n 134 410 143 417 161 417 c 2\n 320 417 l 1\n176 611 m 0\n 204 611 226 588 226 560 c 0\n 226 534 203 511 176 511 c 0\n 149 511 126 534 126 561 c 0\n 126 588 149 611 176 611 c 0\n398 611 m 0\n 426 611 448 588 448 560 c 0\n 448 534 425 511 398 511 c 0\n 371 511 348 534 348 561 c 0\n 348 588 371 611 398 611 c 0\nEndSplineSet\nEndChar\nStartChar: eth\nEncoding: 240 240 175\nWidth: 600\nFlags: HMW\nHStem: -17 42<249 331> 390 40<249 325.5> 552 20<328 328>\nVStem: 72 42<157 258.5> 488 40<184.5 257.5>\nFore\n440 577 m 2\n 365 543 l 1\n 465 457 528 331 528 221 c 0\n 528 148 507 93 462 48 c 0\n 419 6 362 -17 300 -17 c 0\n 173 -17 72 82 72 207 c 0\n 72 330 173 430 298 430 c 0\n 353 430 390 416 444 377 c 1\n 410 441 365 495 323 525 c 1\n 232 483 l 2\n 230 482 228 482 225 482 c 0\n 215 482 205 493 205 505 c 0\n 205 512 208 519 214 521 c 2\n 277 549 l 1\n 239 565 219 572 179 580 c 0\n 165 583 159 588 159 598 c 0\n 159 611 168 620 180 620 c 0\n 207 620 269 600 328 572 c 1\n 423 614 l 1\n 430 615 l 2\n 440 615 449 606 449 594 c 0\n 449 586 445 579 440 577 c 2\n301 390 m 0\n 197 390 114 309 114 208 c 0\n 114 106 197 25 301 25 c 0\n 404 25 488 106 488 205 c 0\n 488 310 406 390 301 390 c 0\nEndSplineSet\nEndChar\nStartChar: ntilde\nEncoding: 241 241 176\nWidth: 600\nFlags: HW\nHStem: 0 41<81 126 167 212 405 439 480 514> 376 41<92 126> 390 41<300 338.5> 516 41<345.5 360.5> 564 41<220 236>\nVStem: 65 102<390 403.5> 126 41<41 294 348 376 376 376> 439 41<41 288 288 295>\nFore\n167 417 m 1\n 167 348 l 1\n 225 412 261 431 323 431 c 0\n 412 431 480 372 480 295 c 2\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 405 0 l 2\n 387 0 378 7 378 21 c 0\n 378 34 387 41 405 41 c 2\n 439 41 l 1\n 439 288 l 2\n 439 318 426 343 401 364 c 0\n 377 384 358 390 319 390 c 0\n 281 390 252 380 224 357 c 0\n 209 346 199 335 167 294 c 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 81 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 167 417 l 1\n425 603 m 0\n 435 603 445 594 445 583 c 0\n 445 575 441 569 423 552 c 0\n 397 526 377 516 354 516 c 0\n 332 516 313 523 273 547 c 0\n 253 560 242 564 230 564 c 0\n 210 564 201 558 172 527 c 0\n 168 522 161 519 155 519 c 0\n 144 519 135 527 135 538 c 0\n 135 546 141 555 154 568 c 0\n 183 595 204 605 229 605 c 0\n 249 605 261 601 293 582 c 0\n 331 561 339 557 352 557 c 0\n 369 557 379 564 409 595 c 0\n 415 601 419 603 425 603 c 0\nEndSplineSet\nEndChar\nStartChar: ograve\nEncoding: 242 242 177\nWidth: 600\nFlags: HMW\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\n230 630 m 2\n 344 530 l 1\n 351 522 l 2\n 356 517 356 517 356 511 c 0\n 356 499 347 490 335 490 c 0\n 330 490 324 493 317 499 c 2\n 203 599 l 2\n 194 607 191 611 191 619 c 0\n 191 630 200 639 211 639 c 0\n 217 639 222 636 230 630 c 2\nEndSplineSet\nEndChar\nStartChar: oacute\nEncoding: 243 243 178\nWidth: 600\nFlags: HMW\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\n398 599 m 2\n 284 499 l 2\n 275 492 271 490 265 490 c 0\n 254 490 245 499 245 511 c 0\n 245 518 247 521 257 530 c 2\n 371 630 l 2\n 380 637 384 639 390 639 c 0\n 401 639 410 630 410 618 c 0\n 410 611 407 607 398 599 c 2\nEndSplineSet\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 179\nWidth: 600\nFlags: HMW\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\n300 639 m 1\n 432 531 l 2\n 443 522 445 518 445 510 c 0\n 445 499 436 490 425 490 c 0\n 420 490 414 493 407 498 c 2\n 300 586 l 1\n 193 498 l 2\n 186 493 180 490 175 490 c 0\n 164 490 155 499 155 510 c 0\n 155 518 158 523 168 530 c 1\n 300 639 l 1\nEndSplineSet\nEndChar\nStartChar: otilde\nEncoding: 245 245 180\nWidth: 600\nFlags: HW\nHStem: -16 41<248 351.5> 390 41<248 352.5> 516 41<361.5 376.5> 564 41<236 252>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\n441 603 m 0\n 451 603 461 594 461 583 c 0\n 461 575 457 569 439 552 c 0\n 413 526 393 516 370 516 c 0\n 348 516 329 523 289 547 c 0\n 269 560 258 564 246 564 c 0\n 226 564 217 558 188 527 c 0\n 184 522 177 519 171 519 c 0\n 160 519 151 527 151 538 c 0\n 151 546 157 555 170 568 c 0\n 199 595 220 605 245 605 c 0\n 265 605 277 601 309 582 c 0\n 347 561 355 557 368 557 c 0\n 385 557 395 564 425 595 c 0\n 431 601 435 603 441 603 c 0\nEndSplineSet\nEndChar\nStartChar: odieresis\nEncoding: 246 246 181\nWidth: 600\nFlags: HW\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 72 100 293 100 487 41<155.5 257.5>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\n189 611 m 0\n 217 611 239 588 239 560 c 0\n 239 534 216 511 189 511 c 0\n 162 511 139 534 139 561 c 0\n 139 588 162 611 189 611 c 0\n410 611 m 0\n 438 611 460 588 460 560 c 0\n 460 534 437 511 410 511 c 0\n 383 511 360 534 360 561 c 0\n 360 588 383 611 410 611 c 0\nEndSplineSet\nEndChar\nStartChar: divide\nEncoding: 247 247 182\nWidth: 600\nFlags: HMW\nHStem: 25 99<286.5 313.5> 262 40<99 501> 441 99<286.5 313.5>\nVStem: 251 99<61 88 477 504>\nFore\n501 262 m 2\n 99 262 l 2\n 81 262 72 269 72 282 c 0\n 72 295 81 302 99 302 c 2\n 501 302 l 2\n 519 302 528 295 528 282 c 0\n 528 269 519 262 501 262 c 2\n300 124 m 0\n 328 124 350 102 350 74 c 0\n 350 47 327 25 300 25 c 0\n 273 25 251 47 251 75 c 0\n 251 101 273 124 300 124 c 0\n300 540 m 0\n 328 540 350 518 350 490 c 0\n 350 463 327 441 300 441 c 0\n 273 441 251 463 251 491 c 0\n 251 517 273 540 300 540 c 0\nEndSplineSet\nEndChar\nStartChar: oslash\nEncoding: 248 248 183\nWidth: 600\nFlags: HMW\nHStem: -16 41<278 352> 390 41<248 321.5>\nVStem: 72 41<186 258.5> 487 41<156.5 230>\nFore\n154 35 m 1\n 88 -33 l 2\n 80 -41 76 -43 71 -43 c 0\n 61 -43 53 -35 53 -25 c 0\n 53 -20 55 -16 63 -8 c 2\n 129 59 l 1\n 92 102 72 153 72 208 c 0\n 72 332 173 431 300 431 c 0\n 354 431 402 415 444 382 c 1\n 508 448 l 1\n 517 456 520 458 526 458 c 0\n 535 458 543 450 543 440 c 0\n 543 435 541 431 533 423 c 2\n 469 358 l 1\n 508 315 528 264 528 207 c 0\n 528 83 427 -16 300 -16 c 0\n 245 -16 198 1 154 35 c 1\n441 329 m 1\n 183 65 l 1\n 216 39 256 25 300 25 c 0\n 404 25 487 106 487 207 c 0\n 487 253 471 294 441 329 c 1\n158 89 m 1\n 415 352 l 1\n 382 377 343 390 300 390 c 0\n 196 390 113 309 113 208 c 0\n 113 164 129 122 158 89 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 184\nWidth: 600\nFlags: HW\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5> 439 41 439 102\nFore\n439 0 m 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\n222 630 m 2\n 336 530 l 1\n 343 522 l 2\n 348 517 348 517 348 511 c 0\n 348 499 339 490 327 490 c 0\n 322 490 316 493 309 499 c 2\n 195 599 l 2\n 186 607 183 611 183 619 c 0\n 183 630 192 639 203 639 c 0\n 209 639 214 636 222 630 c 2\nEndSplineSet\nEndChar\nStartChar: uacute\nEncoding: 250 250 185\nWidth: 600\nFlags: HW\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5> 439 41 439 102\nFore\n439 0 m 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\n383 599 m 2\n 269 499 l 2\n 260 492 256 490 250 490 c 0\n 239 490 230 499 230 511 c 0\n 230 518 232 521 242 530 c 2\n 356 630 l 2\n 365 637 369 639 375 639 c 0\n 386 639 395 630 395 618 c 0\n 395 611 392 607 383 599 c 2\nEndSplineSet\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 186\nWidth: 600\nFlags: HW\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5> 439 41 439 102\nFore\n439 0 m 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\n292 639 m 1\n 424 531 l 2\n 435 522 437 518 437 510 c 0\n 437 499 428 490 417 490 c 0\n 412 490 406 493 399 498 c 2\n 292 586 l 1\n 185 498 l 2\n 178 493 172 490 167 490 c 0\n 156 490 147 499 147 510 c 0\n 147 518 150 523 160 530 c 1\n 292 639 l 1\nEndSplineSet\nEndChar\nStartChar: udieresis\nEncoding: 252 252 187\nWidth: 600\nFlags: HW\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 43 100 124 41<115 376 376 376> 264 100 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5> 439 41 439 102\nFore\n439 0 m 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\n181 611 m 0\n 209 611 231 588 231 560 c 0\n 231 534 208 511 181 511 c 0\n 154 511 131 534 131 561 c 0\n 131 588 154 611 181 611 c 0\n402 611 m 0\n 430 611 452 588 452 560 c 0\n 452 534 429 511 402 511 c 0\n 375 511 352 534 352 561 c 0\n 352 588 375 611 402 611 c 0\nEndSplineSet\nEndChar\nStartChar: yacute\nEncoding: 253 253 188\nWidth: 600\nFlags: HW\nHStem: -186 186 -186 41<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522>\nFore\n282 0 m 1\n 94 376 l 1\n 78 376 l 2\n 60 376 51 383 51 397 c 0\n 51 410 60 417 78 417 c 2\n 193 417 l 2\n 211 417 220 410 220 397 c 0\n 220 383 211 376 193 376 c 2\n 141 376 l 1\n 305 45 l 1\n 466 376 l 1\n 412 376 l 2\n 394 376 385 383 385 397 c 0\n 385 410 394 417 412 417 c 2\n 522 417 l 2\n 540 417 549 410 549 397 c 0\n 549 383 540 376 522 376 c 2\n 508 376 l 1\n 252 -145 l 1\n 317 -145 l 2\n 335 -145 344 -152 344 -165 c 0\n 344 -179 335 -186 317 -186 c 2\n 84 -186 l 2\n 66 -186 57 -179 57 -165 c 0\n 57 -152 66 -145 84 -145 c 2\n 211 -145 l 1\n 282 0 l 1\n433 599 m 2\n 319 499 l 2\n 310 492 306 490 300 490 c 0\n 289 490 280 499 280 511 c 0\n 280 518 282 521 292 530 c 2\n 406 630 l 2\n 415 637 419 639 425 639 c 0\n 436 639 445 630 445 618 c 0\n 445 611 442 607 433 599 c 2\nEndSplineSet\nEndChar\nStartChar: thorn\nEncoding: 254 254 189\nWidth: 600\nFlags: HMW\nHStem: -186 41<49 103 144 242> 10 41<284.5 371> 390 41<285 372.5> 549 41<49 103>\nVStem: 103 41<-145 106 173.5 268 335 549 549 549> 500 41<172.5 267.5>\nFore\n144 590 m 1\n 144 335 l 1\n 197 404 247 431 323 431 c 0\n 447 431 541 340 541 221 c 0\n 541 102 446 10 323 10 c 0\n 246 10 190 40 144 106 c 1\n 144 -145 l 1\n 242 -145 l 2\n 260 -145 269 -152 269 -165 c 0\n 269 -179 260 -186 242 -186 c 2\n 49 -186 l 2\n 31 -186 22 -179 22 -165 c 0\n 22 -152 31 -145 49 -145 c 2\n 103 -145 l 1\n 103 549 l 1\n 49 549 l 2\n 31 549 22 556 22 570 c 0\n 22 583 31 590 49 590 c 2\n 144 590 l 1\n322 390 m 0\n 223 390 144 315 144 221 c 0\n 144 126 223 51 322 51 c 0\n 420 51 500 126 500 219 c 0\n 500 316 423 390 322 390 c 0\nEndSplineSet\nEndChar\nStartChar: ydieresis\nEncoding: 255 255 190\nWidth: 600\nFlags: HW\nHStem: -186 186 -186 41<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522>\nVStem: 51 100 272 100\nFore\n282 0 m 1\n 94 376 l 1\n 78 376 l 2\n 60 376 51 383 51 397 c 0\n 51 410 60 417 78 417 c 2\n 193 417 l 2\n 211 417 220 410 220 397 c 0\n 220 383 211 376 193 376 c 2\n 141 376 l 1\n 305 45 l 1\n 466 376 l 1\n 412 376 l 2\n 394 376 385 383 385 397 c 0\n 385 410 394 417 412 417 c 2\n 522 417 l 2\n 540 417 549 410 549 397 c 0\n 549 383 540 376 522 376 c 2\n 508 376 l 1\n 252 -145 l 1\n 317 -145 l 2\n 335 -145 344 -152 344 -165 c 0\n 344 -179 335 -186 317 -186 c 2\n 84 -186 l 2\n 66 -186 57 -179 57 -165 c 0\n 57 -152 66 -145 84 -145 c 2\n 211 -145 l 1\n 282 0 l 1\n189 611 m 0\n 217 611 239 588 239 560 c 0\n 239 534 216 511 189 511 c 0\n 162 511 139 534 139 561 c 0\n 139 588 162 611 189 611 c 0\n410 611 m 0\n 438 611 460 588 460 560 c 0\n 460 534 437 511 410 511 c 0\n 383 511 360 534 360 561 c 0\n 360 588 383 611 410 611 c 0\nEndSplineSet\nEndChar\nStartChar: Amacron\nEncoding: 256 256 191\nWidth: 600\nFlags: HW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 686 40<182 418>\nFore\n428 188 m 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\n418 686 m 2\n 182 686 l 2\n 164 686 155 693 155 706 c 0\n 155 719 164 726 182 726 c 2\n 418 726 l 2\n 436 726 445 719 445 706 c 0\n 445 693 436 686 418 686 c 2\nEndSplineSet\nEndChar\nStartChar: amacron\nEncoding: 257 257 192\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 536 40<182 418>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5> 419 41\nFore\n419 0 m 1\n 419 67 l 1\n 358 10 298 -16 228 -16 c 0\n 135 -16 72 36 72 112 c 0\n 72 199 158 258 283 258 c 0\n 329 258 360 253 419 237 c 1\n 419 308 l 2\n 419 357 369 390 296 390 c 0\n 260 390 232 384 154 360 c 0\n 150 359 146 358 144 358 c 0\n 134 358 125 367 125 378 c 0\n 125 388 131 395 142 399 c 0\n 197 418 262 431 299 431 c 0\n 392 431 460 379 460 308 c 2\n 460 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 419 0 l 1\n419 112 m 1\n 419 202 l 1\n 383 211 335 217 291 217 c 0\n 185 217 113 174 113 111 c 0\n 113 59 158 25 227 25 c 0\n 298 25 352 49 419 112 c 1\n418 536 m 2\n 182 536 l 2\n 164 536 155 543 155 556 c 0\n 155 569 164 576 182 576 c 2\n 418 576 l 2\n 436 576 445 569 445 556 c 0\n 445 543 436 536 418 536 c 2\nEndSplineSet\nEndChar\nStartChar: Abreve\nEncoding: 258 258 193\nWidth: 600\nFlags: HW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 640 41<272 328>\nFore\n428 188 m 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\n176 770 m 0\n 188 770 194 763 196 748 c 0\n 199 710 244 681 300 681 c 0\n 356 681 400 710 404 748 c 0\n 406 763 412 770 425 770 c 0\n 436 770 445 761 445 747 c 0\n 445 687 382 640 300 640 c 0\n 218 640 155 687 155 747 c 0\n 155 761 163 770 176 770 c 0\nEndSplineSet\nEndChar\nStartChar: abreve\nEncoding: 259 259 194\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 490 41<272 328>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5> 419 41\nFore\n419 0 m 1\n 419 67 l 1\n 358 10 298 -16 228 -16 c 0\n 135 -16 72 36 72 112 c 0\n 72 199 158 258 283 258 c 0\n 329 258 360 253 419 237 c 1\n 419 308 l 2\n 419 357 369 390 296 390 c 0\n 260 390 232 384 154 360 c 0\n 150 359 146 358 144 358 c 0\n 134 358 125 367 125 378 c 0\n 125 388 131 395 142 399 c 0\n 197 418 262 431 299 431 c 0\n 392 431 460 379 460 308 c 2\n 460 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 419 0 l 1\n419 112 m 1\n 419 202 l 1\n 383 211 335 217 291 217 c 0\n 185 217 113 174 113 111 c 0\n 113 59 158 25 227 25 c 0\n 298 25 352 49 419 112 c 1\n176 620 m 0\n 188 620 194 613 196 598 c 0\n 199 560 244 531 300 531 c 0\n 356 531 400 560 404 598 c 0\n 406 613 412 620 425 620 c 0\n 436 620 445 611 445 597 c 0\n 445 537 382 490 300 490 c 0\n 218 490 155 537 155 597 c 0\n 155 611 163 620 176 620 c 0\nEndSplineSet\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 195\nWidth: 600\nFlags: HMW\nHStem: -155 32<514.5 539> 0 41<36 67 108 187 408 484> 188 41<178 413> 522 41<126 246 286 286 286 301>\nVStem: 447 39<-100.5 -73.5>\nFore\n330 563 m 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 9 588 6 567 -3 c 0\n 519 -24 486 -58 486 -89 c 0\n 486 -112 500 -123 529 -123 c 0\n 549 -123 554 -121 578 -107 c 0\n 581 -105 584 -104 586 -104 c 0\n 593 -104 600 -111 600 -119 c 0\n 600 -136 561 -155 523 -155 c 0\n 475 -155 447 -132 447 -94 c 0\n 447 -52 468 -27 524 0 c 1\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\nEndSplineSet\nEndChar\nStartChar: aogonek\nEncoding: 261 261 196\nWidth: 600\nFlags: HW\nHStem: -155 32<471 495> -16 41<192.5 262.5> 0 41<460 480> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 403 39<-100.5 -73.5> 419 122<16.5 27.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122 419 41\nFore\n460 41 m 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 12 537 6 529 2 c 0\n 467 -31 442 -58 442 -89 c 0\n 442 -112 457 -123 485 -123 c 0\n 505 -123 510 -121 534 -107 c 0\n 537 -105 540 -104 542 -104 c 0\n 549 -104 556 -111 556 -119 c 0\n 556 -136 517 -155 479 -155 c 0\n 431 -155 403 -132 403 -94 c 0\n 403 -52 424 -27 480 0 c 1\n 419 0 l 1\n 419 67 l 1\n 358 10 298 -16 228 -16 c 0\n 135 -16 72 36 72 112 c 0\n 72 199 158 258 283 258 c 0\n 329 258 360 253 419 237 c 1\n 419 308 l 2\n 419 357 369 390 296 390 c 0\n 260 390 232 384 154 360 c 0\n 150 359 146 358 144 358 c 0\n 134 358 125 367 125 378 c 0\n 125 388 131 395 142 399 c 0\n 197 418 262 431 299 431 c 0\n 392 431 460 379 460 308 c 2\n 460 41 l 1\n419 112 m 1\n 419 202 l 1\n 383 211 335 217 291 217 c 0\n 185 217 113 174 113 111 c 0\n 113 59 158 25 227 25 c 0\n 298 25 352 49 419 112 c 1\nEndSplineSet\nEndChar\nStartChar: Cacute\nEncoding: 262 262 197\nWidth: 600\nFlags: HW\nHStem: -16 41<263 354> 397 20 535 41<271.5 338> 543 20<492 505.5>\nVStem: 63 41<242 248 248 319> 478 41<507 536>\nFore\n478 507 m 1\n 478 536 l 2\n 478 554 485 563 499 563 c 0\n 512 563 519 554 519 536 c 2\n 519 424 l 2\n 519 406 512 397 498 397 c 0\n 486 397 479 405 478 421 c 0\n 474 482 394 535 305 535 c 0\n 194 535 104 438 104 319 c 2\n 104 248 l 2\n 104 128 204 25 322 25 c 0\n 391 25 442 51 496 115 c 0\n 503 123 507 125 514 125 c 0\n 526 125 534 117 534 106 c 0\n 534 96 522 79 496 55 c 0\n 447 9 386 -16 322 -16 c 0\n 186 -16 63 107 63 242 c 2\n 63 325 l 2\n 63 386 91 456 134 502 c 0\n 179 550 238 576 305 576 c 0\n 371 576 431 552 478 507 c 1\n433 749 m 2\n 319 649 l 2\n 310 642 306 640 300 640 c 0\n 289 640 280 649 280 661 c 0\n 280 668 282 671 292 680 c 2\n 406 780 l 2\n 415 787 419 789 425 789 c 0\n 436 789 445 780 445 768 c 0\n 445 761 442 757 433 749 c 2\nEndSplineSet\nEndChar\nStartChar: cacute\nEncoding: 263 263 198\nWidth: 600\nFlags: HW\nHStem: -16 41<256.5 342> 390 41<256 344.5> 397 20<484 497.5>\nVStem: 84 41<152.5 260> 470 41<376 389>\nFore\n470 376 m 1\n 470 389 l 2\n 470 408 477 417 491 417 c 0\n 504 417 511 408 511 389 c 2\n 511 298 l 2\n 511 280 504 271 491 271 c 0\n 478 271 472 278 470 295 c 0\n 466 348 395 390 311 390 c 0\n 201 390 125 315 125 205 c 0\n 125 100 202 25 311 25 c 0\n 384 25 446 49 498 97 c 0\n 506 105 509 107 516 107 c 0\n 526 107 535 98 535 88 c 0\n 535 76 520 58 492 39 c 0\n 441 4 375 -16 309 -16 c 0\n 178 -16 84 76 84 204 c 0\n 84 336 180 431 314 431 c 0\n 375 431 429 412 470 376 c 1\n433 599 m 2\n 319 499 l 2\n 310 492 306 490 300 490 c 0\n 289 490 280 499 280 511 c 0\n 280 518 282 521 292 530 c 2\n 406 630 l 2\n 415 637 419 639 425 639 c 0\n 436 639 445 630 445 618 c 0\n 445 611 442 607 433 599 c 2\nEndSplineSet\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 199\nWidth: 600\nFlags: H\nHStem: -16 41<263 354> 397 20 535 41<271.5 338> 543 20<492 505.5>\nVStem: 63 41<242 248 248 319> 478 41<507 536>\nRef: 710 710 N 1 0 0 1 -2 153\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 200\nWidth: 600\nFlags: H\nHStem: -16 41<256.5 342> 390 41<256 344.5> 397 20<484 497.5>\nVStem: 84 41<152.5 260> 470 41<376 389>\nRef: 710 710 N 1 0 0 1 10 1\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 201\nWidth: 600\nFlags: H\nHStem: -16 41<303 335> 535 41<287 324> 603 100<296.5 300.5>\nVStem: 63 41<240 336> 248 100<651 655> 478 41<508 544>\nRef: 729 729 N 1 0 0 1 -2 92\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 202\nWidth: 600\nFlags: H\nHStem: -16 41<292 324> 271 146<484 497> 390 41<292 324> 457 100<307.5 311.5>\nVStem: 84 41<192 224> 260 100<505 509> 470 41<377 400>\nRef: 729 729 N 1 0 0 1 10 -54\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 203\nWidth: 600\nFlags: HW\nHStem: -16 41<263 354> 397 20 535 41<271.5 338> 543 20<492 505.5>\nVStem: 63 41<242 248 248 319> 478 41<507 536>\nFore\n478 507 m 1\n 478 536 l 2\n 478 554 485 563 499 563 c 0\n 512 563 519 554 519 536 c 2\n 519 424 l 2\n 519 406 512 397 498 397 c 0\n 486 397 479 405 478 421 c 0\n 474 482 394 535 305 535 c 0\n 194 535 104 438 104 319 c 2\n 104 248 l 2\n 104 128 204 25 322 25 c 0\n 391 25 442 51 496 115 c 0\n 503 123 507 125 514 125 c 0\n 526 125 534 117 534 106 c 0\n 534 96 522 79 496 55 c 0\n 447 9 386 -16 322 -16 c 0\n 186 -16 63 107 63 242 c 2\n 63 325 l 2\n 63 386 91 456 134 502 c 0\n 179 550 238 576 305 576 c 0\n 371 576 431 552 478 507 c 1\n300 640 m 1\n 168 749 l 1\n 158 756 155 760 155 769 c 0\n 155 780 164 789 175 789 c 0\n 180 789 186 786 193 781 c 2\n 300 693 l 1\n 407 781 l 2\n 414 786 420 789 425 789 c 0\n 435 789 445 779 445 769 c 0\n 445 761 443 757 432 748 c 2\n 300 640 l 1\nEndSplineSet\nEndChar\nStartChar: ccaron\nEncoding: 269 269 204\nWidth: 600\nFlags: HW\nHStem: -16 41<256.5 342> 390 41<256 344.5> 397 20<484 497.5>\nVStem: 84 41<152.5 260> 470 41<376 389>\nFore\n470 376 m 1\n 470 389 l 2\n 470 408 477 417 491 417 c 0\n 504 417 511 408 511 389 c 2\n 511 298 l 2\n 511 280 504 271 491 271 c 0\n 478 271 472 278 470 295 c 0\n 466 348 395 390 311 390 c 0\n 201 390 125 315 125 205 c 0\n 125 100 202 25 311 25 c 0\n 384 25 446 49 498 97 c 0\n 506 105 509 107 516 107 c 0\n 526 107 535 98 535 88 c 0\n 535 76 520 58 492 39 c 0\n 441 4 375 -16 309 -16 c 0\n 178 -16 84 76 84 204 c 0\n 84 336 180 431 314 431 c 0\n 375 431 429 412 470 376 c 1\n330 490 m 1\n 198 599 l 1\n 188 606 185 610 185 619 c 0\n 185 630 194 639 205 639 c 0\n 210 639 216 636 223 631 c 2\n 330 543 l 1\n 437 631 l 2\n 444 636 450 639 455 639 c 0\n 465 639 475 629 475 619 c 0\n 475 611 473 607 462 598 c 2\n 330 490 l 1\nEndSplineSet\nEndChar\nStartChar: Dcaron\nEncoding: 270 270 205\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 104 145 290> 522 41<70 104 145 145 145 288>\nVStem: 104 41<41 522> 479 41<245 254 254 310>\nFore\n104 41 m 1\n 104 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 290 563 l 2\n 419 563 520 451 520 310 c 2\n 520 254 l 2\n 520 112 419 0 290 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 104 41 l 1\n145 41 m 1\n 295 41 l 2\n 391 41 479 139 479 245 c 2\n 479 318 l 2\n 479 371 454 431 414 472 c 0\n 379 507 342 522 288 522 c 2\n 145 522 l 1\n 145 41 l 1\n300 640 m 1\n 168 749 l 1\n 158 756 155 760 155 769 c 0\n 155 780 164 789 175 789 c 0\n 180 789 186 786 193 781 c 2\n 300 693 l 1\n 407 781 l 2\n 414 786 420 789 425 789 c 0\n 435 789 445 779 445 769 c 0\n 445 761 443 757 432 748 c 2\n 300 640 l 1\nEndSplineSet\nEndChar\nStartChar: dcaron\nEncoding: 271 271 206\nWidth: 600\nFlags: HW\nHStem: -16 41<233 316.5> 0 41<502 556> 390 41<232.5 316.5> 419 20<531.5 541.5> 563 41<407 461>\nVStem: 63 41<157 258.5> 461 41<41 89 89 89 156 258 327 563 563 563> 461 122<14 27.5> 461 41\nFore\n502 604 m 1\n 502 41 l 1\n 556 41 l 2\n 574 41 583 34 583 21 c 0\n 583 7 574 0 556 0 c 2\n 461 0 l 1\n 461 89 l 1\n 414 19 354 -16 279 -16 c 0\n 160 -16 63 85 63 208 c 0\n 63 331 160 431 279 431 c 0\n 354 431 412 398 461 327 c 1\n 461 563 l 1\n 407 563 l 2\n 389 563 380 570 380 584 c 0\n 380 597 389 604 407 604 c 2\n 502 604 l 1\n282 390 m 0\n 183 390 104 309 104 208 c 0\n 104 106 183 25 283 25 c 0\n 381 25 461 106 461 206 c 0\n 461 310 383 390 282 390 c 0\n642 579 m 1\n 558 453 l 2\n 550 442 546 439 537 439 c 0\n 526 439 517 448 517 460 c 0\n 517 464 519 469 524 476 c 2\n 608 602 l 2\n 615 612 621 616 629 616 c 0\n 641 616 650 607 650 595 c 0\n 650 590.842 645.055 583.074 642 579 c 1\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 207\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 104 145 290> 272 41<27 104 145 307> 522 41<70 104 145 288 145 145>\nVStem: 104 41<41 272 313 522> 479 41<245 254 254 310>\nRef: 208 208 N 1 0 0 1 0 0\nEndChar\nStartChar: dcroat\nEncoding: 273 273 208\nWidth: 600\nFlags: HW\nHStem: -16 41<233 317> 0 41<502 556> 390 41<232.5 317> 479 41<323 461 502 556> 563 41<407 461>\nVStem: 63 41<157 258.5> 461 122<14 27.5> 461 41<41 81 81 81 155.5 257.5 335 479 520 563 563 563> 461 122 461 41\nFore\n502 520 m 1\n 556 520 l 2\n 574 520 583 513 583 500 c 0\n 583 486 574 479 556 479 c 2\n 502 479 l 1\n 502 41 l 1\n 556 41 l 2\n 574 41 583 34 583 21 c 0\n 583 7 574 0 556 0 c 2\n 461 0 l 1\n 461 81 l 1\n 414 16 354 -16 280 -16 c 0\n 160 -16 63 84 63 208 c 0\n 63 331 160 431 280 431 c 0\n 354 431 412 400 461 335 c 1\n 461 479 l 1\n 323 479 l 2\n 305 479 296 486 296 500 c 0\n 296 513 305 520 323 520 c 2\n 461 520 l 1\n 461 563 l 1\n 407 563 l 2\n 389 563 380 570 380 584 c 0\n 380 597 389 604 407 604 c 2\n 502 604 l 1\n 502 520 l 1\n282 390 m 0\n 183 390 104 309 104 208 c 0\n 104 106 183 25 283 25 c 0\n 381 25 461 106 461 205 c 0\n 461 310 383 390 282 390 c 0\nEndSplineSet\nEndChar\nStartChar: Emacron\nEncoding: 274 274 209\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458> 686 40<182 418>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nFore\n165 272 m 1\n 165 41 l 1\n 479 41 l 1\n 479 160 l 2\n 479 178 486 187 500 187 c 0\n 513 187 520 178 520 160 c 2\n 520 0 l 1\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 499 563 l 1\n 499 424 l 2\n 499 406 492 397 478 397 c 0\n 465 397 458 406 458 424 c 2\n 458 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 331 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 331 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\n418 686 m 2\n 182 686 l 2\n 164 686 155 693 155 706 c 0\n 155 719 164 726 182 726 c 2\n 418 726 l 2\n 436 726 445 719 445 706 c 0\n 445 693 436 686 418 686 c 2\nEndSplineSet\nEndChar\nStartChar: emacron\nEncoding: 275 275 210\nWidth: 600\nFlags: HW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339> 536 40<182 418>\nFore\n520 199 m 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 31 396 -16 305 -16 c 0\n 170 -16 63 87 63 217 c 0\n 63 338 163 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\n418 536 m 2\n 182 536 l 2\n 164 536 155 543 155 556 c 0\n 155 569 164 576 182 576 c 2\n 418 576 l 2\n 436 576 445 569 445 556 c 0\n 445 543 436 536 418 536 c 2\nEndSplineSet\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 211\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458> 643 41<253.5 309.5>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 728 728 N 1 0 0 1 -18 153\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: ebreve\nEncoding: 277 277 212\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339> 491 41<263.5 319.5>\nRef: 728 728 N 1 0 0 1 -8 1\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 213\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nFore\n165 272 m 1\n 165 41 l 1\n 479 41 l 1\n 479 160 l 2\n 479 178 486 187 500 187 c 0\n 513 187 520 178 520 160 c 2\n 520 0 l 1\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 499 563 l 1\n 499 424 l 2\n 499 406 492 397 478 397 c 0\n 465 397 458 406 458 424 c 2\n 458 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 331 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 331 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\n300 761 m 0\n 328 761 350 738 350 710 c 0\n 350 684 327 661 300 661 c 0\n 273 661 250 684 250 711 c 0\n 250 738 273 761 300 761 c 0\nEndSplineSet\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 214\nWidth: 600\nFlags: HMW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nFore\n520 199 m 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 31 396 -16 305 -16 c 0\n 170 -16 63 87 63 217 c 0\n 63 338 163 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\n300 611 m 0\n 328 611 350 588 350 560 c 0\n 350 534 327 511 300 511 c 0\n 273 511 250 534 250 561 c 0\n 250 588 273 611 300 611 c 0\nEndSplineSet\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 215\nWidth: 600\nFlags: HW\nHStem: -155 32<463.5 487.5> 0 41<70 124 165 473> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 395 39<-100.5 -75.5> 458 41<424 522 522 522> 479 41<41 160>\nFore\n165 272 m 1\n 165 41 l 1\n 479 41 l 1\n 479 160 l 2\n 479 178 486 187 500 187 c 0\n 513 187 520 178 520 160 c 2\n 520 0 l 1\n 493 -15 l 2\n 455 -36 434 -62 434 -89 c 0\n 434 -112 449 -123 478 -123 c 0\n 497 -123 502 -121 526 -107 c 0\n 530 -105 533 -104 535 -104 c 0\n 542 -104 549 -111 549 -119 c 0\n 549 -136 509 -155 472 -155 c 0\n 424 -155 395 -132 395 -94 c 0\n 395 -53 416 -27 473 0 c 1\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 499 563 l 1\n 499 424 l 2\n 499 406 492 397 478 397 c 0\n 465 397 458 406 458 424 c 2\n 458 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 331 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 331 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\nEndSplineSet\nEndChar\nStartChar: eogonek\nEncoding: 281 281 216\nWidth: 600\nFlags: HMW\nHStem: -155 32<374.5 399> -16 41<252 314.5> 199 41<104 478> 390 41<242.5 339>\nVStem: 307 39<-100.5 -77>\nFore\n520 199 m 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 53 503 42 468 22 c 0\n 370 -32 346 -54 346 -89 c 0\n 346 -112 360 -123 389 -123 c 0\n 409 -123 414 -121 438 -107 c 0\n 441 -105 444 -104 446 -104 c 0\n 453 -104 460 -111 460 -119 c 0\n 460 -136 421 -155 383 -155 c 0\n 335 -155 307 -132 307 -94 c 0\n 307 -60 325 -33 361 -11 c 1\n 337 -15 323 -16 306 -16 c 0\n 170 -16 63 86 63 217 c 0\n 63 338 163 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\nEndSplineSet\nEndChar\nStartChar: Ecaron\nEncoding: 282 282 217\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nFore\n165 272 m 1\n 165 41 l 1\n 479 41 l 1\n 479 160 l 2\n 479 178 486 187 500 187 c 0\n 513 187 520 178 520 160 c 2\n 520 0 l 1\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 499 563 l 1\n 499 424 l 2\n 499 406 492 397 478 397 c 0\n 465 397 458 406 458 424 c 2\n 458 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 331 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 331 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\n300 640 m 1\n 168 749 l 1\n 158 756 155 760 155 769 c 0\n 155 780 164 789 175 789 c 0\n 180 789 186 786 193 781 c 2\n 300 693 l 1\n 407 781 l 2\n 414 786 420 789 425 789 c 0\n 435 789 445 779 445 769 c 0\n 445 761 443 757 432 748 c 2\n 300 640 l 1\nEndSplineSet\nEndChar\nStartChar: ecaron\nEncoding: 283 283 218\nWidth: 600\nFlags: HMW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nFore\n520 199 m 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 31 396 -16 305 -16 c 0\n 170 -16 63 87 63 217 c 0\n 63 338 163 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\n300 490 m 1\n 168 599 l 1\n 158 606 155 610 155 619 c 0\n 155 630 164 639 175 639 c 0\n 180 639 186 636 193 631 c 2\n 300 543 l 1\n 407 631 l 2\n 414 636 420 639 425 639 c 0\n 435 639 445 629 445 619 c 0\n 445 611 443 607 432 598 c 2\n 300 490 l 1\nEndSplineSet\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 219\nWidth: 600\nFlags: H\nHStem: -16 41<264 362> 209 41<340 479 520 534 520 520> 398 20<493.5 506.5> 535 41<287 346> 543 20<493 507>\nVStem: 63 41<244 317> 479 41<59 209 522 536>\nRef: 710 710 N 1 0 0 1 12 153\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 220\nWidth: 600\nFlags: H\nHStem: -186 41<202 316> 10 41<225.5 305> 376 41<481 535 481 481> 390 41<225 305.5>\nVStem: 63 41<173.5 268> 440 41<-22 107 107 107 172.5 267.5 334 376> 440 122<390 403.5>\nRef: 710 710 N 1 0 0 1 12 1\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 221\nWidth: 600\nFlags: HW\nHStem: -16 41<264 362> 209 41<340 479 520 534 520 520> 398 20<493.5 506.5> 535 41<287 346> 543 20<493 507> 640 41<302 358>\nVStem: 63 41<244 317> 479 41<59 209 522 536>\nFore\n520 209 m 1\n 520 36 l 1\n 461 2 395 -16 333 -16 c 0\n 169 -16 63 86 63 244 c 2\n 63 318 l 2\n 63 389 94 463 144 511 c 0\n 189 553 247 576 313 576 c 0\n 379 576 434 558 479 522 c 1\n 479 536 l 2\n 479 554 486 563 500 563 c 0\n 514 563 520 555 520 536 c 2\n 520 445 l 2\n 520 427 513 418 500 418 c 0\n 487 418 481 426 480 443 c 0\n 476 494 404 535 315 535 c 0\n 259 535 214 518 176 481 c 0\n 132 440 104 376 104 317 c 2\n 104 244 l 2\n 104 108 192 25 336 25 c 0\n 388 25 423 33 479 59 c 1\n 479 209 l 1\n 340 209 l 2\n 322 209 313 216 313 230 c 0\n 313 243 322 250 340 250 c 2\n 534 250 l 2\n 553 250 562 243 562 230 c 0\n 562 216 553 209 534 209 c 2\n 520 209 l 1\n206 770 m 0\n 218 770 224 763 226 748 c 0\n 229 710 274 681 330 681 c 0\n 386 681 430 710 434 748 c 0\n 436 763 442 770 455 770 c 0\n 466 770 475 761 475 747 c 0\n 475 687 412 640 330 640 c 0\n 248 640 185 687 185 747 c 0\n 185 761 193 770 206 770 c 0\nEndSplineSet\nEndChar\nStartChar: gbreve\nEncoding: 287 287 222\nWidth: 600\nFlags: HW\nHStem: -186 41<202 316> 10 41<225.5 305> 376 41<481 535 481 481> 390 41<225 305.5> 490 41<272 328>\nVStem: 63 41<173.5 268> 440 41<-22 107 107 107 172.5 267.5 334 376> 440 122<390 403.5> 440 41\nFore\n440 334 m 1\n 440 417 l 1\n 535 417 l 2\n 553 417 562 410 562 397 c 0\n 562 383 553 376 535 376 c 2\n 481 376 l 1\n 481 -28 l 2\n 481 -69 468 -100 438 -132 c 0\n 403 -169 366 -186 316 -186 c 2\n 202 -186 l 2\n 184 -186 175 -179 175 -165 c 0\n 175 -152 184 -145 202 -145 c 2\n 318 -145 l 2\n 386 -145 440 -90 440 -22 c 2\n 440 107 l 1\n 395 41 341 10 269 10 c 0\n 156 10 63 105 63 221 c 0\n 63 337 156 431 269 431 c 0\n 342 431 395 401 440 334 c 1\n272 390 m 0\n 178 390 104 315 104 221 c 0\n 104 126 179 51 272 51 c 0\n 365 51 440 126 440 219 c 0\n 440 316 367 390 272 390 c 0\n176 620 m 0\n 188 620 194 613 196 598 c 0\n 199 560 244 531 300 531 c 0\n 356 531 400 560 404 598 c 0\n 406 613 412 620 425 620 c 0\n 436 620 445 611 445 597 c 0\n 445 537 382 490 300 490 c 0\n 218 490 155 537 155 597 c 0\n 155 611 163 620 176 620 c 0\nEndSplineSet\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 223\nWidth: 600\nFlags: H\nHStem: -16 41<312 351> 209 41<332 478 520 543> 535 41<303 338> 603 100<310.5 314.5>\nVStem: 63 41<224 336> 262 100<651 655> 479 41<59 209 523 544>\nRef: 729 729 N 1 0 0 1 12 92\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 224\nWidth: 600\nFlags: H\nHStem: -186 41<191.47 320> 10 41<255 287> 376 41<481 543> 390 41<255 287> 457 100<310.5 314.5>\nVStem: 63 41<214 230> 262 100<505 509> 440 41<-29 106 214 230 335 376> 440 122<390 399>\nRef: 729 729 N 1 0 0 1 12 -54\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 225\nWidth: 600\nFlags: HW\nHStem: -16 41<264 362> 209 41<340 479 520 534 520 520> 398 20<493.5 506.5> 535 41<287 346> 543 20<493 507>\nVStem: 63 41<244 317> 479 41<59 209 522 536>\nFore\n520 209 m 1\n 520 36 l 1\n 461 2 395 -16 333 -16 c 0\n 169 -16 63 86 63 244 c 2\n 63 318 l 2\n 63 389 94 463 144 511 c 0\n 189 553 247 576 313 576 c 0\n 379 576 434 558 479 522 c 1\n 479 536 l 2\n 479 554 486 563 500 563 c 0\n 514 563 520 555 520 536 c 2\n 520 445 l 2\n 520 427 513 418 500 418 c 0\n 487 418 481 426 480 443 c 0\n 476 494 404 535 315 535 c 0\n 259 535 214 518 176 481 c 0\n 132 440 104 376 104 317 c 2\n 104 244 l 2\n 104 108 192 25 336 25 c 0\n 388 25 423 33 479 59 c 1\n 479 209 l 1\n 340 209 l 2\n 322 209 313 216 313 230 c 0\n 313 243 322 250 340 250 c 2\n 534 250 l 2\n 553 250 562 243 562 230 c 0\n 562 216 553 209 534 209 c 2\n 520 209 l 1\n358 -97 m 1\n 274 -223 l 2\n 266 -234 262 -237 253 -237 c 0\n 242 -237 233 -228 233 -216 c 0\n 233 -212 235 -207 240 -200 c 2\n 324 -74 l 2\n 331 -64 337 -60 345 -60 c 0\n 357 -60 366 -69 366 -81 c 0\n 366 -85.1582 361.055 -92.9261 358 -97 c 1\nEndSplineSet\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 226\nWidth: 600\nFlags: HW\nHStem: -186 41<202 316> 10 41<225.5 305> 376 41<481 535 481 481> 390 41<225 305.5>\nVStem: 63 41<173.5 268> 440 41<-22 107 107 107 172.5 267.5 334 376> 440 122<390 403.5> 440 41\nFore\n440 334 m 1\n 440 417 l 1\n 535 417 l 2\n 553 417 562 410 562 397 c 0\n 562 383 553 376 535 376 c 2\n 481 376 l 1\n 481 -28 l 2\n 481 -69 468 -100 438 -132 c 0\n 403 -169 366 -186 316 -186 c 2\n 202 -186 l 2\n 184 -186 175 -179 175 -165 c 0\n 175 -152 184 -145 202 -145 c 2\n 318 -145 l 2\n 386 -145 440 -90 440 -22 c 2\n 440 107 l 1\n 395 41 341 10 269 10 c 0\n 156 10 63 105 63 221 c 0\n 63 337 156 431 269 431 c 0\n 342 431 395 401 440 334 c 1\n272 390 m 0\n 178 390 104 315 104 221 c 0\n 104 126 179 51 272 51 c 0\n 365 51 440 126 440 219 c 0\n 440 316 367 390 272 390 c 0\n358 629 m 1\n 274 503 l 2\n 266 492 262 489 253 489 c 0\n 242 489 233 498 233 510 c 0\n 233 514 235 519 240 526 c 2\n 324 652 l 2\n 331 662 337 666 345 666 c 0\n 357 666 366 657 366 645 c 0\n 366 640.842 361.055 633.073 358 629 c 1\nEndSplineSet\nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 227\nWidth: 600\nFlags: H\nHStem: 0 41<81 126 167 221 383 437 478 524> 272 41<167 437> 522 41<101 126 167 167 167 221 383 437 478 478 478 503>\nVStem: 126 41<41 272 313 522> 437 41<41 272 272 272 313 522>\nRef: 710 710 N 1 0 0 1 2 153\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 228\nWidth: 600\nFlags: H\nHStem: 0 41<69 123 166 219 381.47 436 478 525> 390 41<299 331> 563 41<59.4704 123>\nVStem: 124 41<41 296 348 563> 437 41<41 298>\nDStem: 297 740 297 793 404 652 429 685 297 793 297 740 165 684 190 652 297 740 297 793 404 652 429 685 297 793 297 740 165 684 190 652 297 740 297 793 404 652 429 685 297 793 297 740 165 684 190 652 297 740 297 793 404 652 429 685 297 793 297 740 165 684 190 652 297 740 297 793 404 652 429 685 297 793 297 740 165 684 190 652 297 740 297 793 404 652 429 685 297 793 297 740 165 684 190 652 297 740 297 793 404 652 429 685 297 793 297 740 165 684 190 652\nRef: 710 710 N 1 0 0 1 -3 154\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: Hbar\nEncoding: 294 294 229\nWidth: 600\nFlags: HW\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 381 40<90.43 125 168 436 479 505> 522 41<90.4704 125 168 229 373 436 479 505>\nVStem: 126 41<41 271 314 380 422 522> 437 41<41 271 314 380 422 522>\nFore\n478 421 m 1\n 503 421 l 2\n 521 421 530 414 530 401 c 0\n 530 388 521 381 503 381 c 2\n 478 381 l 1\n 478 41 l 1\n 524 41 l 2\n 542 41 551 34 551 21 c 0\n 551 7 541 0 524 0 c 2\n 383 0 l 2\n 365 0 356 7 356 21 c 0\n 356 34 365 41 383 41 c 2\n 437 41 l 1\n 437 272 l 1\n 167 272 l 1\n 167 41 l 1\n 221 41 l 2\n 239 41 248 34 248 21 c 0\n 248 7 239 0 221 0 c 2\n 81 0 l 2\n 63 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 381 l 1\n 101 381 l 2\n 83 381 74 388 74 401 c 0\n 74 414 83 421 101 421 c 2\n 126 421 l 1\n 126 522 l 1\n 101 522 l 2\n 83 522 74 529 74 543 c 0\n 74 556 83 563 101 563 c 2\n 221 563 l 2\n 239 563 248 556 248 543 c 0\n 248 529 239 522 221 522 c 2\n 167 522 l 1\n 167 421 l 1\n 437 421 l 1\n 437 522 l 1\n 383 522 l 2\n 365 522 356 529 356 543 c 0\n 356 556 365 563 383 563 c 2\n 503 563 l 2\n 521 563 530 556 530 543 c 0\n 530 529 521 522 503 522 c 2\n 478 522 l 1\n 478 421 l 1\n437 381 m 1\n 167 381 l 1\n 167 313 l 1\n 437 313 l 1\n 437 381 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x45,42 x45,44 x38,41 x38,39 x12,9 x12,11 x5,8 x5,6 x0,3 x0,1 x35,32 x35,34 x28,31 x28,29 x23,26 x23,24 x22,19 x22,21 x15,18 x15,16 \nEndChar\nStartChar: hbar\nEncoding: 295 295 230\nWidth: 600\nFlags: HW\nHStem: 0 41<69 123 166 219 381.47 436 478 525> 390 41<299 335> 469 40<59.43 123 165 316> 563 41<59.4704 123>\nVStem: 124 41<41 296 348 469 509 563> 437 41<41 298>\nFore\n124 509 m 1\n 124 563 l 1\n 70 563 l 2\n 52 563 43 570 43 584 c 0\n 43 597 52 604 70 604 c 2\n 165 604 l 1\n 165 509 l 1\n 306 509 l 2\n 324 509 333 502 333 489 c 0\n 333 476 324 469 306 469 c 2\n 165 469 l 1\n 165 347 l 1\n 216 408 258 431 319 431 c 0\n 412 431 478 372 478 291 c 2\n 478 41 l 1\n 523 41 l 2\n 542 41 551 34 551 21 c 0\n 551 7 542 0 523 0 c 2\n 392 0 l 2\n 374 0 365 7 365 21 c 0\n 365 34 374 41 392 41 c 2\n 437 41 l 1\n 437 288 l 2\n 437 318 424 344 399 364 c 0\n 376 383 354 390 314 390 c 0\n 258 390 230 373 176 309 c 2\n 165 296 l 1\n 165 41 l 1\n 210 41 l 2\n 229 41 238 34 238 21 c 0\n 238 7 228 0 210 0 c 2\n 78 0 l 2\n 61 0 51 7 51 21 c 0\n 51 34 60 41 78 41 c 2\n 124 41 l 1\n 124 469 l 1\n 70 469 l 2\n 52 469 43 476 43 489 c 0\n 43 502 52 509 70 509 c 2\n 124 509 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: Itilde\nEncoding: 296 296 231\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 522 41<129.47 278 321 465> 603 41<353 369> 651 41<228.337 242>\nVStem: 279 41<41 522>\nRef: 732 732 N 1 0 0 1 -0.5 120\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: itilde\nEncoding: 297 297 232\nWidth: 600\nFlags: H\nHStem: 0 41<108.47 278 320 482> 376 41<156 278> 457 41<353 369> 505 41<228.337 242>\nVStem: 279 41<41 376>\nRef: 732 732 N 1 0 0 1 -1 -25\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Imacron\nEncoding: 298 298 233\nWidth: 600\nFlags: HW\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320> 686 40<182 418>\nVStem: 279 41<41 522>\nFore\n320 522 m 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 477 0 459 0 c 2\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\n418 686 m 2\n 182 686 l 2\n 164 686 155 693 155 706 c 0\n 155 719 164 726 182 726 c 2\n 418 726 l 2\n 436 726 445 719 445 706 c 0\n 445 693 436 686 418 686 c 2\nEndSplineSet\nEndChar\nStartChar: imacron\nEncoding: 299 299 234\nWidth: 600\nFlags: HW\nHStem: 0 41<119 279 320 480> 376 41<161 279> 536 40<182 418>\nVStem: 279 41<41 376 376 376>\nFore\n320 417 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 376 l 1\n 161 376 l 2\n 143 376 134 383 134 397 c 0\n 134 410 143 417 161 417 c 2\n 320 417 l 1\n418 536 m 2\n 182 536 l 2\n 164 536 155 543 155 556 c 0\n 155 569 164 576 182 576 c 2\n 418 576 l 2\n 436 576 445 569 445 556 c 0\n 445 543 436 536 418 536 c 2\nEndSplineSet\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 235\nWidth: 600\nFlags: H\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320> 643 41<272 328>\nVStem: 279 41<41 522>\nRef: 728 728 N 1 0 0 1 0 153\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: ibreve\nEncoding: 301 301 236\nWidth: 600\nFlags: H\nHStem: 0 41<108.47 278 320 482> 376 41<156 278> 457 41<283 315>\nVStem: 279 41<41 376>\nRef: 728 728 N 1 0 0 1 0 -33\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 237\nWidth: 600\nFlags: HMW\nHStem: -155 32<414.5 439> 0 41<140 279 320 424> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522> 347 39<-100.5 -80.5>\nFore\n320 522 m 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 11 482 5 468 -1 c 0\n 451 -10 421 -30 409 -41 c 0\n 394 -55 386 -72 386 -89 c 0\n 386 -112 400 -123 429 -123 c 0\n 449 -123 454 -121 478 -107 c 0\n 481 -105 484 -104 486 -104 c 0\n 493 -104 500 -111 500 -119 c 0\n 500 -136 461 -155 423 -155 c 0\n 375 -155 347 -132 347 -94 c 0\n 347 -52 368 -27 424 0 c 1\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\nEndSplineSet\nEndChar\nStartChar: iogonek\nEncoding: 303 303 238\nWidth: 600\nFlags: HW\nHStem: -155 32<434.5 459> 0 41<119 279 320 444> 376 41<161 279> 520 104<259 318>\nVStem: 259 59<520 624> 279 41<41 376 376 376> 367 39<-100.5 -73>\nFore\n320 417 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 12 504 6 495 2 c 0\n 426 -35 406 -56 406 -89 c 0\n 406 -112 420 -123 449 -123 c 0\n 469 -123 474 -121 498 -107 c 0\n 501 -105 504 -104 506 -104 c 0\n 513 -104 520 -111 520 -119 c 0\n 520 -136 481 -155 443 -155 c 0\n 395 -155 367 -132 367 -94 c 0\n 367 -52 388 -27 444 0 c 1\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 376 l 1\n 161 376 l 2\n 143 376 134 383 134 397 c 0\n 134 410 143 417 161 417 c 2\n 320 417 l 1\n318 624 m 1\n 318 520 l 1\n 259 520 l 1\n 259 624 l 1\n 318 624 l 1\nEndSplineSet\nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 239\nWidth: 600\nFlags: HMW\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522>\nFore\n320 522 m 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 477 0 459 0 c 2\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\n300 761 m 0\n 328 761 350 738 350 710 c 0\n 350 684 327 661 300 661 c 0\n 273 661 250 684 250 711 c 0\n 250 738 273 761 300 761 c 0\nEndSplineSet\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 240\nWidth: 600\nFlags: HMW\nHStem: 0 41<119 279 320 480> 376 41<161 279>\nVStem: 279 41<41 376 376 376>\nFore\n320 417 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 376 l 1\n 161 376 l 2\n 143 376 134 383 134 397 c 0\n 134 410 143 417 161 417 c 2\n 320 417 l 1\nEndSplineSet\nEndChar\nStartChar: IJ\nEncoding: 306 306 241\nWidth: 600\nFlags: HW\nHStem: -16 41<332 365> 0 41<45.4704 99 142 189> 522 41<45.4704 99 142 189 349 452 494 546>\nVStem: 100 41<41 522> 210 41<93 225> 453 41<144 522>\nFore\n494 522 m 1\n 494 165 l 2\n 494 66 454 -16 351 -16 c 0\n 287 -16 251 12 210 74 c 1\n 210 223 l 2\n 210 241 217 250 231 250 c 0\n 244 250 251 241 251 223 c 2\n 251 93 l 1\n 283 38 302 25 352 25 c 0\n 433 25 453 87 453 165 c 2\n 453 522 l 1\n 358 522 l 2\n 340 522 331 529 331 543 c 0\n 331 556 340 563 358 563 c 2\n 544 563 l 2\n 562 563 571 556 571 543 c 0\n 571 529 562 522 544 522 c 2\n 494 522 l 1\n141 522 m 1\n 141 41 l 1\n 185 41 l 2\n 204 41 213 34 213 21 c 0\n 213 7 203 0 185 0 c 2\n 56 0 l 2\n 38 0 29 7 29 21 c 0\n 29 34 38 41 56 41 c 2\n 100 41 l 1\n 100 522 l 1\n 56 522 l 2\n 38 522 29 529 29 543 c 0\n 29 556 38 563 56 563 c 2\n 185 563 l 2\n 204 563 213 556 213 543 c 0\n 213 529 204 522 185 522 c 2\n 141 522 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 242\nWidth: 600\nFlags: HW\nHStem: -186 41<188 332> 0 41<140.47 216 258 332> 376 41<151 216 348 434> 520 104<211 268 425 482>\nVStem: 210 59<521 623> 217 41<41 376> 435 41<-42 376>\nFore\n435 376 m 1\n 354 376 l 2\n 336 376 327 383 327 397 c 0\n 327 410 336 417 354 417 c 2\n 476 417 l 1\n 476 -28 l 2\n 476 -121 412 -186 321 -186 c 2\n 192 -186 l 2\n 174 -186 165 -179 165 -165 c 0\n 165 -152 174 -145 192 -145 c 2\n 320 -145 l 2\n 386 -145 435 -96 435 -28 c 2\n 435 376 l 1\n483 624 m 1\n 483 520 l 1\n 424 520 l 1\n 424 624 l 1\n 483 624 l 1\n258 417 m 1\n 258 41 l 1\n 322 41 l 2\n 341 41 350 34 350 21 c 0\n 350 7 340 0 322 0 c 2\n 151 0 l 2\n 133 0 124 7 124 21 c 0\n 124 34 133 41 151 41 c 2\n 217 41 l 1\n 217 376 l 1\n 161 376 l 2\n 143 376 134 383 134 397 c 0\n 134 410 143 417 161 417 c 2\n 258 417 l 1\n269 624 m 1\n 269 520 l 1\n 210 520 l 1\n 210 624 l 1\n 269 624 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 243\nWidth: 600\nFlags: H\nHStem: -16 41<259 276> 522 41<249.47 418 460 564>\nVStem: 84 41<93 225> 419 41<160 522>\nDStem: 400.5 699 400.5 752 507.5 611 532.5 644 400.5 752 400.5 699 268.5 643 293.5 611 400.5 699 400.5 752 507.5 611 532.5 644 400.5 752 400.5 699 268.5 643 293.5 611 400.5 699 400.5 752 507.5 611 532.5 644 400.5 752 400.5 699 268.5 643 293.5 611 400.5 699 400.5 752 507.5 611 532.5 644 400.5 752 400.5 699 268.5 643 293.5 611 400.5 699 400.5 752 507.5 611 532.5 644 400.5 752 400.5 699 268.5 643 293.5 611 400.5 699 400.5 752 507.5 611 532.5 644 400.5 752 400.5 699 268.5 643 293.5 611 400.5 699 400.5 752 507.5 611 532.5 644 400.5 752 400.5 699 268.5 643 293.5 611\nRef: 710 710 N 1 0 0 1 100 113\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 244\nWidth: 600\nFlags: H\nHStem: -186 41<169 307> 376 41<169 416>\nVStem: 417 41<-42 376>\nDStem: 302.5 672 302.5 725 409.5 584 434.5 617 302.5 725 302.5 672 170.5 616 195.5 584 302.5 672 302.5 725 409.5 584 434.5 617 302.5 725 302.5 672 170.5 616 195.5 584 302.5 672 302.5 725 409.5 584 434.5 617 302.5 725 302.5 672 170.5 616 195.5 584 302.5 672 302.5 725 409.5 584 434.5 617 302.5 725 302.5 672 170.5 616 195.5 584 302.5 672 302.5 725 409.5 584 434.5 617 302.5 725 302.5 672 170.5 616 195.5 584 302.5 672 302.5 725 409.5 584 434.5 617 302.5 725 302.5 672 170.5 616 195.5 584 302.5 672 302.5 725 409.5 584 434.5 617 302.5 725 302.5 672 170.5 616 195.5 584\nFore\n417 376 m 1\n 176 376 l 2\n 158 376 149 383 149 397 c 0\n 149 410 158 417 176 417 c 2\n 458 417 l 1\n 458 -28 l 2\n 458 -121 394 -186 303 -186 c 2\n 174 -186 l 2\n 156 -186 147 -179 147 -165 c 0\n 147 -152 156 -145 174 -145 c 2\n 302 -145 l 2\n 368 -145 417 -96 417 -28 c 2\n 417 376 l 1\n302 725 m 1\n 434 617 l 2\n 446 608 448 604 448 596 c 0\n 448 585 438 576 428 576 c 0\n 422 576 416 579 410 584 c 2\n 302 672 l 1\n 196 584 l 2\n 188 579 182 576 178 576 c 0\n 166 576 158 585 158 596 c 0\n 158 604 160 609 170 616 c 1\n 302 725 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 245\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 124 165 240 489 545> 522 41<70 124 165 165 165 240 400 445 502 502 502 518>\nVStem: 124 41<41 221 273 522>\nFore\n165 221 m 1\n 165 41 l 1\n 240 41 l 2\n 258 41 267 34 267 21 c 0\n 267 7 258 0 240 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 240 563 l 2\n 258 563 267 556 267 543 c 0\n 267 529 258 522 240 522 c 2\n 165 522 l 1\n 165 273 l 1\n 445 522 l 1\n 400 522 l 2\n 381 522 372 529 372 543 c 0\n 372 556 381 563 400 563 c 2\n 518 563 l 2\n 537 563 546 556 546 543 c 0\n 546 529 537 522 518 522 c 2\n 502 522 l 1\n 280 324 l 1\n 377 284 414 233 489 41 c 1\n 545 41 l 2\n 563 41 572 34 572 21 c 0\n 572 7 563 0 545 0 c 2\n 458 0 l 1\n 385 203 341 263 246 294 c 1\n 165 221 l 1\n358 -97 m 1\n 274 -223 l 2\n 266 -234 262 -237 253 -237 c 0\n 242 -237 233 -228 233 -216 c 0\n 233 -212 235 -207 240 -200 c 2\n 324 -74 l 2\n 331 -64 337 -60 345 -60 c 0\n 357 -60 366 -69 366 -81 c 0\n 366 -85.1582 361.055 -92.9261 358 -97 c 1\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 246\nWidth: 600\nFlags: HW\nHStem: 0 41<90 144 383 411 469 514> 376 41<336 358 419 419 419 466> 563 41<90 144>\nVStem: 63 122<14 27.5 577 590.5> 144 41<41 180 229 563 563 563>\nFore\n185 180 m 1\n 185 0 l 1\n 90 0 l 2\n 72 0 63 7 63 21 c 0\n 63 34 72 41 90 41 c 2\n 144 41 l 1\n 144 563 l 1\n 90 563 l 2\n 72 563 63 570 63 584 c 0\n 63 597 72 604 90 604 c 2\n 185 604 l 1\n 185 229 l 1\n 358 376 l 1\n 336 376 l 2\n 318 376 309 383 309 397 c 0\n 309 410 318 417 336 417 c 2\n 466 417 l 2\n 484 417 493 410 493 397 c 0\n 493 383 484 376 466 376 c 2\n 419 376 l 1\n 262 245 l 1\n 469 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 383 0 l 2\n 365 0 356 7 356 21 c 0\n 356 34 365 41 383 41 c 2\n 411 41 l 1\n 231 219 l 1\n 185 180 l 1\n318 -97 m 1\n 234 -223 l 2\n 226 -234 222 -237 213 -237 c 0\n 202 -237 193 -228 193 -216 c 0\n 193 -212 195 -207 200 -200 c 2\n 284 -74 l 2\n 291 -64 297 -60 305 -60 c 0\n 317 -60 326 -69 326 -81 c 0\n 326 -85.1582 321.055 -92.9261 318 -97 c 1\nEndSplineSet\nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 247\nWidth: 600\nFlags: HW\nHStem: 0 41<86.4704 151 363 400 457 506> 376 41<86.4704 151 332.47 365 425 475>\nVStem: 151 41<40 191 240 376> 316 184<395 401>\nDStem: 192 191 223 217 400 41 458 41 365 376 426 376 192 240 223 217\nRef: 1082 1082 N 1 0 0 1 0 0\nEndChar\nStartChar: Lacute\nEncoding: 313 313 248\nWidth: 600\nFlags: HMW\nHStem: 0 41<90 186 227 500> 522 41<90 186 227 323 227 227>\nVStem: 186 41<41 522> 500 41<41 201>\nFore\n227 522 m 1\n 227 41 l 1\n 500 41 l 1\n 500 201 l 2\n 500 219 507 228 521 228 c 0\n 534 228 541 219 541 201 c 2\n 541 0 l 1\n 90 0 l 2\n 72 0 63 7 63 21 c 0\n 63 34 72 41 90 41 c 2\n 186 41 l 1\n 186 522 l 1\n 90 522 l 2\n 72 522 63 529 63 543 c 0\n 63 556 72 563 90 563 c 2\n 323 563 l 2\n 341 563 350 556 350 543 c 0\n 350 529 341 522 323 522 c 2\n 227 522 l 1\n353 749 m 2\n 239 649 l 2\n 230 642 226 640 220 640 c 0\n 209 640 200 649 200 661 c 0\n 200 668 202 671 212 680 c 2\n 326 780 l 2\n 335 787 339 789 345 789 c 0\n 356 789 365 780 365 768 c 0\n 365 761 362 757 353 749 c 2\nEndSplineSet\nEndChar\nStartChar: lacute\nEncoding: 314 314 249\nWidth: 600\nFlags: HMW\nHStem: 0 41<119 279 320 480> 563 41<162 279>\nVStem: 279 41<41 563 563 563>\nFore\n320 604 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 563 l 1\n 162 563 l 2\n 144 563 135 570 135 584 c 0\n 135 597 144 604 162 604 c 2\n 320 604 l 1\n433 749 m 2\n 319 649 l 2\n 310 642 306 640 300 640 c 0\n 289 640 280 649 280 661 c 0\n 280 668 282 671 292 680 c 2\n 406 780 l 2\n 415 787 419 789 425 789 c 0\n 436 789 445 780 445 768 c 0\n 445 761 442 757 433 749 c 2\nEndSplineSet\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 250\nWidth: 600\nFlags: HMW\nHStem: 0 41<90 186 227 500> 522 41<90 186 227 323 227 227>\nVStem: 186 41<41 522> 500 41<41 201>\nFore\n227 522 m 1\n 227 41 l 1\n 500 41 l 1\n 500 201 l 2\n 500 219 507 228 521 228 c 0\n 534 228 541 219 541 201 c 2\n 541 0 l 1\n 90 0 l 2\n 72 0 63 7 63 21 c 0\n 63 34 72 41 90 41 c 2\n 186 41 l 1\n 186 522 l 1\n 90 522 l 2\n 72 522 63 529 63 543 c 0\n 63 556 72 563 90 563 c 2\n 323 563 l 2\n 341 563 350 556 350 543 c 0\n 350 529 341 522 323 522 c 2\n 227 522 l 1\n328 -97 m 1\n 244 -223 l 2\n 236 -234 232 -237 223 -237 c 0\n 212 -237 203 -228 203 -216 c 0\n 203 -212 205 -207 210 -200 c 2\n 294 -74 l 2\n 301 -64 307 -60 315 -60 c 0\n 327 -60 336 -69 336 -81 c 0\n 336 -85.1582 331.055 -92.9261 328 -97 c 1\nEndSplineSet\nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 251\nWidth: 600\nFlags: HMW\nHStem: 0 41<119 279 320 480> 563 41<162 279>\nVStem: 279 41<41 563 563 563>\nFore\n320 604 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 563 l 1\n 162 563 l 2\n 144 563 135 570 135 584 c 0\n 135 597 144 604 162 604 c 2\n 320 604 l 1\n318 -97 m 1\n 234 -223 l 2\n 226 -234 222 -237 213 -237 c 0\n 202 -237 193 -228 193 -216 c 0\n 193 -212 195 -207 200 -200 c 2\n 284 -74 l 2\n 291 -64 297 -60 305 -60 c 0\n 317 -60 326 -69 326 -81 c 0\n 326 -85.1582 321.055 -92.9261 318 -97 c 1\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 252\nWidth: 600\nFlags: HW\nHStem: 0 41<90 186 227 500> 522 41<90 186 227 323 227 227> 546 20<484 494>\nVStem: 186 41<41 522> 500 41<41 201>\nFore\n227 522 m 1\n 227 41 l 1\n 500 41 l 1\n 500 201 l 2\n 500 219 507 228 521 228 c 0\n 534 228 541 219 541 201 c 2\n 541 0 l 1\n 90 0 l 2\n 72 0 63 7 63 21 c 0\n 63 34 72 41 90 41 c 2\n 186 41 l 1\n 186 522 l 1\n 90 522 l 2\n 72 522 63 529 63 543 c 0\n 63 556 72 563 90 563 c 2\n 323 563 l 2\n 341 563 350 556 350 543 c 0\n 350 529 341 522 323 522 c 2\n 227 522 l 1\n501 529 m 1\n 417 403 l 2\n 409 392 405 389 396 389 c 0\n 385 389 376 398 376 410 c 0\n 376 414 378 419 383 426 c 2\n 467 552 l 2\n 474 562 480 566 488 566 c 0\n 500 566 509 557 509 545 c 0\n 509 540.842 504.055 533.073 501 529 c 1\nEndSplineSet\nEndChar\nStartChar: lcaron\nEncoding: 318 318 253\nWidth: 600\nFlags: HW\nHStem: 0 41<119 279 320 480> 419 20<389.5 399.5> 563 41<162 279>\nVStem: 279 41<41 563 563 563>\nFore\n320 604 m 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 563 l 1\n 162 563 l 2\n 144 563 135 570 135 584 c 0\n 135 597 144 604 162 604 c 2\n 320 604 l 1\n500 579 m 1\n 416 453 l 2\n 408 442 404 439 395 439 c 0\n 384 439 375 448 375 460 c 0\n 375 464 377 469 382 476 c 2\n 466 602 l 2\n 473 612 479 616 487 616 c 0\n 499 616 508 607 508 595 c 0\n 508 590.842 503.055 583.074 500 579 c 1\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 254\nWidth: 600\nFlags: H\nHStem: 0 41<79.4704 185 228 500> 214 131<355 372> 522 41<79.4704 185 228 325>\nVStem: 186 41<41 522> 291 148<278 282> 500 41<41 208>\nRef: 183 183 N 1 0 0 1 65 -3\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: ldot\nEncoding: 320 320 255\nWidth: 600\nFlags: HW\nHStem: 0 41<73.47 243 285 447> 217 131<415 432> 563 41<121 243>\nVStem: 244 41<41 563> 351 148<281 285>\nRef: 183 183 N 1 0 0 1 125 0\nRef: 108 108 N 1 0 0 1 -35 0\nEndChar\nStartChar: Lslash\nEncoding: 321 321 256\nWidth: 600\nFlags: HMW\nHStem: 0 41<89 185 226 500> 522 41<89 185 226 322 226 226>\nVStem: 185 41<41 246 246 246 310 522> 500 41<41 202>\nFore\n226 522 m 1\n 226 310 l 1\n 360 390 l 2\n 365 392 373 395 377 395 c 0\n 388 395 397 385 397 375 c 0\n 397 366 393 362 380 355 c 2\n 226 263 l 1\n 226 41 l 1\n 500 41 l 1\n 500 202 l 2\n 500 220 507 229 521 229 c 0\n 534 229 541 220 541 202 c 2\n 541 0 l 1\n 89 0 l 2\n 71 0 62 7 62 21 c 0\n 62 34 71 41 89 41 c 2\n 185 41 l 1\n 185 246 l 1\n 79 184 l 2\n 73 180 66 178 62 178 c 0\n 53 178 43 188 43 199 c 0\n 43 207 47 212 59 219 c 2\n 185 293 l 1\n 185 522 l 1\n 89 522 l 2\n 71 522 62 529 62 543 c 0\n 62 556 71 563 89 563 c 2\n 322 563 l 2\n 340 563 349 556 349 543 c 0\n 349 529 340 522 322 522 c 2\n 226 522 l 1\nEndSplineSet\nEndChar\nStartChar: lslash\nEncoding: 322 322 257\nWidth: 600\nFlags: HMW\nHStem: 0 41<119 278 319 481> 563 41<161 278>\nVStem: 278 41<41 280 280 280 343 563 563 563>\nFore\n319 604 m 1\n 319 343 l 1\n 407 394 l 2\n 414 398 419 400 424 400 c 0\n 434 400 443 391 443 380 c 0\n 443 370 439 366 427 359 c 2\n 319 297 l 1\n 319 41 l 1\n 481 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 499 0 481 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 278 41 l 1\n 278 280 l 1\n 191 230 l 2\n 182 225 180 224 174 224 c 0\n 164 224 155 234 155 245 c 0\n 155 254 159 259 171 266 c 2\n 278 327 l 1\n 278 563 l 1\n 161 563 l 2\n 143 563 134 570 134 584 c 0\n 134 597 143 604 161 604 c 2\n 319 604 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 258\nWidth: 600\nFlags: HMW\nHStem: 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535>\nVStem: 103 41<41 504> 460 41<59 522>\nFore\n501 0 m 1\n 449 0 l 1\n 144 504 l 1\n 144 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 236 0 219 0 c 2\n 69 0 l 2\n 51 0 42 7 42 21 c 0\n 42 34 51 41 69 41 c 2\n 103 41 l 1\n 103 522 l 1\n 49 522 l 2\n 31 522 22 529 22 543 c 0\n 22 556 31 563 49 563 c 2\n 155 563 l 1\n 460 59 l 1\n 460 522 l 1\n 386 522 l 2\n 367 522 358 529 358 543 c 0\n 358 556 367 563 386 563 c 2\n 535 563 l 2\n 553 563 562 556 562 543 c 0\n 562 529 553 522 535 522 c 2\n 501 522 l 1\n 501 0 l 1\n433 749 m 2\n 319 649 l 2\n 310 642 306 640 300 640 c 0\n 289 640 280 649 280 661 c 0\n 280 668 282 671 292 680 c 2\n 406 780 l 2\n 415 787 419 789 425 789 c 0\n 436 789 445 780 445 768 c 0\n 445 761 442 757 433 749 c 2\nEndSplineSet\nEndChar\nStartChar: nacute\nEncoding: 324 324 259\nWidth: 600\nFlags: HW\nHStem: 0 41<81 126 167 212 405 439 480 514> 376 41<92 126> 390 41<300 338.5>\nVStem: 65 102<390 403.5> 126 41<41 294 348 376 376 376> 439 41<41 288 288 295>\nFore\n167 417 m 1\n 167 348 l 1\n 225 412 261 431 323 431 c 0\n 412 431 480 372 480 295 c 2\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 405 0 l 2\n 387 0 378 7 378 21 c 0\n 378 34 387 41 405 41 c 2\n 439 41 l 1\n 439 288 l 2\n 439 318 426 343 401 364 c 0\n 377 384 358 390 319 390 c 0\n 281 390 252 380 224 357 c 0\n 209 346 199 335 167 294 c 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 81 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 167 417 l 1\n433 599 m 2\n 319 499 l 2\n 310 492 306 490 300 490 c 0\n 289 490 280 499 280 511 c 0\n 280 518 282 521 292 530 c 2\n 406 630 l 2\n 415 637 419 639 425 639 c 0\n 436 639 445 630 445 618 c 0\n 445 611 442 607 433 599 c 2\nEndSplineSet\nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 260\nWidth: 600\nFlags: HMW\nHStem: 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535>\nVStem: 103 41<41 504> 460 41<59 522>\nFore\n501 0 m 1\n 449 0 l 1\n 144 504 l 1\n 144 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 236 0 219 0 c 2\n 69 0 l 2\n 51 0 42 7 42 21 c 0\n 42 34 51 41 69 41 c 2\n 103 41 l 1\n 103 522 l 1\n 49 522 l 2\n 31 522 22 529 22 543 c 0\n 22 556 31 563 49 563 c 2\n 155 563 l 1\n 460 59 l 1\n 460 522 l 1\n 386 522 l 2\n 367 522 358 529 358 543 c 0\n 358 556 367 563 386 563 c 2\n 535 563 l 2\n 553 563 562 556 562 543 c 0\n 562 529 553 522 535 522 c 2\n 501 522 l 1\n 501 0 l 1\n338 -97 m 1\n 254 -223 l 2\n 246 -234 242 -237 233 -237 c 0\n 222 -237 213 -228 213 -216 c 0\n 213 -212 215 -207 220 -200 c 2\n 304 -74 l 2\n 311 -64 317 -60 325 -60 c 0\n 337 -60 346 -69 346 -81 c 0\n 346 -85.1582 341.055 -92.9261 338 -97 c 1\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 261\nWidth: 600\nFlags: HW\nHStem: 0 41<81 126 167 212 405 439 480 514> 376 41<92 126> 390 41<300 338.5>\nVStem: 65 102<390 403.5> 126 41<41 294 348 376 376 376> 439 41<41 288 288 295>\nFore\n167 417 m 1\n 167 348 l 1\n 225 412 261 431 323 431 c 0\n 412 431 480 372 480 295 c 2\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 405 0 l 2\n 387 0 378 7 378 21 c 0\n 378 34 387 41 405 41 c 2\n 439 41 l 1\n 439 288 l 2\n 439 318 426 343 401 364 c 0\n 377 384 358 390 319 390 c 0\n 281 390 252 380 224 357 c 0\n 209 346 199 335 167 294 c 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 81 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 167 417 l 1\n318 -97 m 1\n 234 -223 l 2\n 226 -234 222 -237 213 -237 c 0\n 202 -237 193 -228 193 -216 c 0\n 193 -212 195 -207 200 -200 c 2\n 284 -74 l 2\n 291 -64 297 -60 305 -60 c 0\n 317 -60 326 -69 326 -81 c 0\n 326 -85.1582 321.055 -92.9261 318 -97 c 1\nEndSplineSet\nEndChar\nStartChar: Ncaron\nEncoding: 327 327 262\nWidth: 600\nFlags: HMW\nHStem: 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535>\nVStem: 103 41<41 504> 460 41<59 522>\nFore\n501 0 m 1\n 449 0 l 1\n 144 504 l 1\n 144 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 236 0 219 0 c 2\n 69 0 l 2\n 51 0 42 7 42 21 c 0\n 42 34 51 41 69 41 c 2\n 103 41 l 1\n 103 522 l 1\n 49 522 l 2\n 31 522 22 529 22 543 c 0\n 22 556 31 563 49 563 c 2\n 155 563 l 1\n 460 59 l 1\n 460 522 l 1\n 386 522 l 2\n 367 522 358 529 358 543 c 0\n 358 556 367 563 386 563 c 2\n 535 563 l 2\n 553 563 562 556 562 543 c 0\n 562 529 553 522 535 522 c 2\n 501 522 l 1\n 501 0 l 1\n300 640 m 1\n 168 749 l 1\n 158 756 155 760 155 769 c 0\n 155 780 164 789 175 789 c 0\n 180 789 186 786 193 781 c 2\n 300 693 l 1\n 407 781 l 2\n 414 786 420 789 425 789 c 0\n 435 789 445 779 445 769 c 0\n 445 761 443 757 432 748 c 2\n 300 640 l 1\nEndSplineSet\nEndChar\nStartChar: ncaron\nEncoding: 328 328 263\nWidth: 600\nFlags: HW\nHStem: 0 41<81 126 167 212 405 439 480 514> 376 41<92 126> 390 41<300 338.5>\nVStem: 65 102<390 403.5> 126 41<41 294 348 376 376 376> 439 41<41 288 288 295>\nFore\n167 417 m 1\n 167 348 l 1\n 225 412 261 431 323 431 c 0\n 412 431 480 372 480 295 c 2\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 405 0 l 2\n 387 0 378 7 378 21 c 0\n 378 34 387 41 405 41 c 2\n 439 41 l 1\n 439 288 l 2\n 439 318 426 343 401 364 c 0\n 377 384 358 390 319 390 c 0\n 281 390 252 380 224 357 c 0\n 209 346 199 335 167 294 c 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 81 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 167 417 l 1\n300 490 m 1\n 168 599 l 1\n 158 606 155 610 155 619 c 0\n 155 630 164 639 175 639 c 0\n 180 639 186 636 193 631 c 2\n 300 543 l 1\n 407 631 l 2\n 414 636 420 639 425 639 c 0\n 435 639 445 629 445 619 c 0\n 445 611 443 607 432 598 c 2\n 300 490 l 1\nEndSplineSet\nEndChar\nStartChar: napostrophe\nEncoding: 329 329 264\nWidth: 600\nFlags: HW\nHStem: 0 41<-1130.04 -1075 -1032 -986 -800 -762 -720 -683> 376 41<-1118 -1075> 390 41<-891 -859>\nVStem: -1074 41<41 294 349 376> -761 41<41 297>\nRef: 110 110 N 1 0 0 1 0 0\nRef: 700 700 N 1 0 0 1 -247 0\nEndChar\nStartChar: Eng\nEncoding: 330 330 265\nWidth: 600\nFlags: HW\nHStem: -199 41<342 360> 0 41<58.4704 102 145 221> 522 41<41 102 374.96 459 501 537>\nVStem: 103 41<41 503> 460 41<-55 0 60 522>\nDStem: 144 504 155 563 449 0 460 59\nFore\n460 0 m 1\n 449 0 l 1\n 144 504 l 1\n 144 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 236 0 219 0 c 2\n 69 0 l 2\n 51 0 42 7 42 21 c 0\n 42 34 51 41 69 41 c 2\n 103 41 l 1\n 103 522 l 1\n 49 522 l 2\n 31 522 22 529 22 543 c 0\n 22 556 31 563 49 563 c 2\n 155 563 l 1\n 460 59 l 1\n 460 522 l 1\n 386 522 l 2\n 367 522 358 529 358 543 c 0\n 358 556 367 563 386 563 c 2\n 535 563 l 2\n 553 563 562 556 562 543 c 0\n 562 529 553 522 535 522 c 2\n 501 522 l 1\n 501 -48 l 1\n 501 -132 436 -199 354 -199 c 0\n 329 -199 297 -192 279 -183 c 0\n 271 -179 267 -173 267 -165 c 0\n 267 -154 275 -145 285 -145 c 0\n 290 -145 292 -146 317 -153 c 0\n 325 -156 343 -158 355 -158 c 0\n 416 -158 460 -110 460 -42 c 2\n 460 0 l 1\nEndSplineSet\nMinimumDistance: x21,-1 x24,21 x24,23 x17,20 x17,18 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 \nEndChar\nStartChar: eng\nEncoding: 331 331 266\nWidth: 600\nFlags: HW\nHStem: -199 41<318 341> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341>\nVStem: 126 41<41 294 349 376> 439 41<-55 297>\nFore\n439 -42 m 1\n 439 288 l 1\n 439 318 426 343 401 364 c 0\n 377 384 358 390 319 390 c 0\n 281 390 252 380 224 357 c 0\n 209 346 199 335 167 294 c 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 81 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 167 417 l 1\n 167 348 l 1\n 225 412 261 431 323 431 c 0\n 412 431 480 372 480 295 c 1\n 480 -48 l 1\n 480 -132 415 -199 333 -199 c 0\n 308 -199 276 -192 258 -183 c 0\n 250 -179 246 -173 246 -165 c 0\n 246 -154 254 -145 264 -145 c 0\n 269 -145 271 -146 296 -153 c 0\n 304 -156 322 -158 334 -158 c 0\n 395 -158 439 -110 439 -42 c 1\nEndSplineSet\nMinimumDistance: x21,-1 x14,17 x14,15 x13,10 x13,12 x6,9 x6,7 \nEndChar\nStartChar: Omacron\nEncoding: 332 332 267\nWidth: 600\nFlags: HW\nHStem: -16 41<243 356.5> 535 41<242.5 358> 686 40<182 418>\nVStem: 51 41<210 350> 508 41<208.5 349>\nFore\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\n418 686 m 2\n 182 686 l 2\n 164 686 155 693 155 706 c 0\n 155 719 164 726 182 726 c 2\n 418 726 l 2\n 436 726 445 719 445 706 c 0\n 445 693 436 686 418 686 c 2\nEndSplineSet\nEndChar\nStartChar: omacron\nEncoding: 333 333 268\nWidth: 600\nFlags: HW\nHStem: -16 41<248 351.5> 390 41<248 352.5> 536 40<182 418>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\n418 536 m 2\n 182 536 l 2\n 164 536 155 543 155 556 c 0\n 155 569 164 576 182 576 c 2\n 418 576 l 2\n 436 576 445 569 445 556 c 0\n 445 543 436 536 418 536 c 2\nEndSplineSet\nEndChar\nStartChar: Obreve\nEncoding: 334 334 269\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 643 41<272 328>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 728 728 N 1 0 0 1 0 153\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: obreve\nEncoding: 335 335 270\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 491 41<272 328>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 728 728 N 1 0 0 1 0 1\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 271\nWidth: 600\nFlags: HMW\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nFore\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\n331 743 m 2\n 234 649 l 2\n 227 643 221 640 215 640 c 0\n 204 640 195 649 195 661 c 0\n 195 668 196 670 207 680 c 2\n 305 774 l 2\n 311 780 317 783 323 783 c 0\n 334 783 343 774 343 762 c 0\n 343 756 341 753 331 743 c 2\n473 743 m 2\n 375 649 l 2\n 368 643 362 640 356 640 c 0\n 345 640 336 649 336 661 c 0\n 336 669.102 342.431 674.431 348 680 c 1\n 446 774 l 2\n 453 780 459 783 465 783 c 0\n 476 783 485 774 485 762 c 0\n 485 756 484 753 473 743 c 2\nEndSplineSet\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 272\nWidth: 600\nFlags: HMW\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\n291 593 m 2\n 194 499 l 2\n 187 493 181 490 175 490 c 0\n 164 490 155 499 155 511 c 0\n 155 518 156 520 167 530 c 2\n 265 624 l 2\n 271 630 277 633 283 633 c 0\n 294 633 303 624 303 612 c 0\n 303 606 301 603 291 593 c 2\n433 593 m 2\n 335 499 l 2\n 328 493 322 490 316 490 c 0\n 305 490 296 499 296 511 c 0\n 296 519.102 302.431 524.432 308 530 c 1\n 406 624 l 2\n 413 630 419 633 425 633 c 0\n 436 633 445 624 445 612 c 0\n 445 606 444 603 433 593 c 2\nEndSplineSet\nEndChar\nStartChar: OE\nEncoding: 338 338 273\nWidth: 600\nFlags: HW\nHStem: 0 41<265 297 338 549> 272 41<338 416> 522 41<255 265 265 297 338 529 338 338>\nVStem: 10 41<247 315> 297 41<41 272 313 522> 416 41<244 272 272 272 313 340> 529 41<409 522 522 522> 549 41<41 133>\nFore\n338 272 m 1\n 338 41 l 1\n 549 41 l 1\n 549 133 l 2\n 549 153 555 160 569 160 c 0\n 582 160 590 149 590 133 c 2\n 590 0 l 1\n 263 0 l 2\n 111 0 10 112 10 282 c 0\n 10 449 109 563 255 563 c 2\n 570 563 l 1\n 570 409 l 2\n 570 391 563 382 550 382 c 0\n 536 382 529 391 529 409 c 2\n 529 522 l 1\n 338 522 l 1\n 338 313 l 1\n 416 313 l 1\n 416 340 l 2\n 416 358 423 367 437 367 c 0\n 450 367 457 358 457 340 c 2\n 457 244 l 2\n 457 226 450 217 437 217 c 0\n 423 217 416 226 416 244 c 2\n 416 272 l 1\n 338 272 l 1\n297 522 m 1\n 265 522 l 2\n 192 522 142 500 104 452 c 0\n 69 408 51 349 51 281 c 0\n 51 213 69 155 104 111 c 0\n 142 63 193 41 265 41 c 2\n 297 41 l 1\n 297 522 l 1\nEndSplineSet\nEndChar\nStartChar: oe\nEncoding: 339 339 274\nWidth: 600\nFlags: HMW\nHStem: -16 41<136.5 194 414 460> 199 41<320 536> 390 41<136 192 415.5 447>\nVStem: 12 41<159.5 256.5>\nFore\n577 199 m 1\n 319 199 l 1\n 327 100 382 25 446 25 c 0\n 475 25 497 38 545 82 c 0\n 549 85 554 87 558 87 c 0\n 568 87 578 77 578 67 c 0\n 578 57 570 48 547 29 c 1\n 506 -2 476 -16 444 -16 c 0\n 384 -16 329 30 299 103 c 1\n 270 27 222 -16 166 -16 c 0\n 83 -16 12 89 12 212 c 0\n 12 330 82 431 165 431 c 0\n 219 431 271 387 299 317 c 1\n 316 360 326 376 346 395 c 0\n 371 419 400 431 431 431 c 0\n 490 431 538 392 560 325 c 0\n 572 288 577 252 577 199 c 1\n320 240 m 1\n 536 240 l 1\n 530 288 524 313 513 335 c 0\n 495 370 465 390 429 390 c 0\n 370 390 333 340 320 240 c 1\n166 390 m 0\n 106 390 53 305 53 208 c 0\n 53 111 106 25 167 25 c 0\n 226 25 280 111 280 206 c 0\n 280 305 228 390 166 390 c 0\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 275\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 124 165 240 531 562> 251 41<165 279 279 297> 522 41<70 124 165 165 165 318>\nVStem: 124 41<41 251 292 522> 457 41<376 438>\nFore\n165 251 m 1\n 165 41 l 1\n 240 41 l 2\n 258 41 267 34 267 21 c 0\n 267 7 258 0 240 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 318 563 l 2\n 415 563 498 491 498 407 c 0\n 498 342 452 294 359 262 c 1\n 422 219 450 182 531 41 c 1\n 562 41 l 2\n 580 41 589 34 589 21 c 0\n 589 7 580 0 562 0 c 2\n 505 0 l 1\n 417 162 373 216 297 251 c 1\n 165 251 l 1\n165 292 m 1\n 279 292 l 2\n 377 292 457 344 457 408 c 0\n 457 468 390 522 318 522 c 2\n 165 522 l 1\n 165 292 l 1\n433 749 m 2\n 319 649 l 2\n 310 642 306 640 300 640 c 0\n 289 640 280 649 280 661 c 0\n 280 668 282 671 292 680 c 2\n 406 780 l 2\n 415 787 419 789 425 789 c 0\n 436 789 445 780 445 768 c 0\n 445 761 442 757 433 749 c 2\nEndSplineSet\nEndChar\nStartChar: racute\nEncoding: 341 341 276\nWidth: 600\nFlags: HW\nHStem: 0 41<111 207 248 427> 376 41<132 207> 386 41<415.5 449>\nVStem: 207 41<41 262 315 376 376 376>\nFore\n248 417 m 1\n 248 315 l 1\n 341 399 390 427 441 427 c 0\n 470 427 492 418 518 396 c 0\n 535 382 541 374 541 365 c 0\n 541 353 532 344 520 344 c 0\n 513 344 511 345 504 352 c 0\n 480 375 460 386 438 386 c 0\n 393 386 358 363 248 262 c 1\n 248 41 l 1\n 427 41 l 2\n 444 41 454 33 454 20 c 0\n 454 8 444 0 427 0 c 2\n 111 0 l 2\n 94 0 84 8 84 21 c 0\n 84 33 94 41 111 41 c 2\n 207 41 l 1\n 207 376 l 1\n 132 376 l 2\n 115 376 105 384 105 397 c 0\n 105 409 115 417 132 417 c 2\n 248 417 l 1\n433 599 m 2\n 319 499 l 2\n 310 492 306 490 300 490 c 0\n 289 490 280 499 280 511 c 0\n 280 518 282 521 292 530 c 2\n 406 630 l 2\n 415 637 419 639 425 639 c 0\n 436 639 445 630 445 618 c 0\n 445 611 442 607 433 599 c 2\nEndSplineSet\nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 277\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 124 165 240 531 562> 251 41<165 279 279 297> 522 41<70 124 165 165 165 318>\nVStem: 124 41<41 251 292 522> 457 41<376 438>\nFore\n165 251 m 1\n 165 41 l 1\n 240 41 l 2\n 258 41 267 34 267 21 c 0\n 267 7 258 0 240 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 318 563 l 2\n 415 563 498 491 498 407 c 0\n 498 342 452 294 359 262 c 1\n 422 219 450 182 531 41 c 1\n 562 41 l 2\n 580 41 589 34 589 21 c 0\n 589 7 580 0 562 0 c 2\n 505 0 l 1\n 417 162 373 216 297 251 c 1\n 165 251 l 1\n165 292 m 1\n 279 292 l 2\n 377 292 457 344 457 408 c 0\n 457 468 390 522 318 522 c 2\n 165 522 l 1\n 165 292 l 1\n358 -97 m 1\n 274 -223 l 2\n 266 -234 262 -237 253 -237 c 0\n 242 -237 233 -228 233 -216 c 0\n 233 -212 235 -207 240 -200 c 2\n 324 -74 l 2\n 331 -64 337 -60 345 -60 c 0\n 357 -60 366 -69 366 -81 c 0\n 366 -85.1582 361.055 -92.9261 358 -97 c 1\nEndSplineSet\nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 278\nWidth: 600\nFlags: HW\nHStem: 0 41<111 207 248 427> 376 41<132 207> 386 41<415.5 449>\nVStem: 207 41<41 262 315 376 376 376>\nFore\n248 417 m 1\n 248 315 l 1\n 341 399 390 427 441 427 c 0\n 470 427 492 418 518 396 c 0\n 535 382 541 374 541 365 c 0\n 541 353 532 344 520 344 c 0\n 513 344 511 345 504 352 c 0\n 480 375 460 386 438 386 c 0\n 393 386 358 363 248 262 c 1\n 248 41 l 1\n 427 41 l 2\n 444 41 454 33 454 20 c 0\n 454 8 444 0 427 0 c 2\n 111 0 l 2\n 94 0 84 8 84 21 c 0\n 84 33 94 41 111 41 c 2\n 207 41 l 1\n 207 376 l 1\n 132 376 l 2\n 115 376 105 384 105 397 c 0\n 105 409 115 417 132 417 c 2\n 248 417 l 1\n278 -97 m 1\n 194 -223 l 2\n 186 -234 182 -237 173 -237 c 0\n 162 -237 153 -228 153 -216 c 0\n 153 -212 155 -207 160 -200 c 2\n 244 -74 l 2\n 251 -64 257 -60 265 -60 c 0\n 277 -60 286 -69 286 -81 c 0\n 286 -85.1582 281.055 -92.9261 278 -97 c 1\nEndSplineSet\nEndChar\nStartChar: Rcaron\nEncoding: 344 344 279\nWidth: 600\nFlags: HMW\nHStem: 0 41<70 124 165 240 531 562> 251 41<165 279 279 297> 522 41<70 124 165 165 165 318>\nVStem: 124 41<41 251 292 522> 457 41<376 438>\nFore\n165 251 m 1\n 165 41 l 1\n 240 41 l 2\n 258 41 267 34 267 21 c 0\n 267 7 258 0 240 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 318 563 l 2\n 415 563 498 491 498 407 c 0\n 498 342 452 294 359 262 c 1\n 422 219 450 182 531 41 c 1\n 562 41 l 2\n 580 41 589 34 589 21 c 0\n 589 7 580 0 562 0 c 2\n 505 0 l 1\n 417 162 373 216 297 251 c 1\n 165 251 l 1\n165 292 m 1\n 279 292 l 2\n 377 292 457 344 457 408 c 0\n 457 468 390 522 318 522 c 2\n 165 522 l 1\n 165 292 l 1\n300 640 m 1\n 168 749 l 1\n 158 756 155 760 155 769 c 0\n 155 780 164 789 175 789 c 0\n 180 789 186 786 193 781 c 2\n 300 693 l 1\n 407 781 l 2\n 414 786 420 789 425 789 c 0\n 435 789 445 779 445 769 c 0\n 445 761 443 757 432 748 c 2\n 300 640 l 1\nEndSplineSet\nEndChar\nStartChar: rcaron\nEncoding: 345 345 280\nWidth: 600\nFlags: HW\nHStem: 0 41<111 207 248 427> 376 41<132 207> 386 41<415.5 449>\nVStem: 207 41<41 262 315 376 376 376>\nFore\n248 417 m 1\n 248 315 l 1\n 341 399 390 427 441 427 c 0\n 470 427 492 418 518 396 c 0\n 535 382 541 374 541 365 c 0\n 541 353 532 344 520 344 c 0\n 513 344 511 345 504 352 c 0\n 480 375 460 386 438 386 c 0\n 393 386 358 363 248 262 c 1\n 248 41 l 1\n 427 41 l 2\n 444 41 454 33 454 20 c 0\n 454 8 444 0 427 0 c 2\n 111 0 l 2\n 94 0 84 8 84 21 c 0\n 84 33 94 41 111 41 c 2\n 207 41 l 1\n 207 376 l 1\n 132 376 l 2\n 115 376 105 384 105 397 c 0\n 105 409 115 417 132 417 c 2\n 248 417 l 1\n300 490 m 1\n 168 599 l 1\n 158 606 155 610 155 619 c 0\n 155 630 164 639 175 639 c 0\n 180 639 186 636 193 631 c 2\n 300 543 l 1\n 407 631 l 2\n 414 636 420 639 425 639 c 0\n 435 639 445 629 445 619 c 0\n 445 611 443 607 432 598 c 2\n 300 490 l 1\nEndSplineSet\nEndChar\nStartChar: Sacute\nEncoding: 346 346 281\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nFore\n445 517 m 1\n 445 536 l 2\n 445 554 452 563 466 563 c 0\n 479 563 486 554 486 536 c 2\n 486 433 l 2\n 486 415 479 406 466 406 c 0\n 453 406 446 414 445 430 c 0\n 441 490 380 535 302 535 c 0\n 220 535 159 486 159 420 c 0\n 159 344.478 225.239 322.832 311 309 c 0\n 388 296 416 288 446 269 c 0\n 485 245 508 202 508 151 c 0\n 508 54 422 -16 302 -16 c 0\n 233 -16 174 9 133 56 c 1\n 133 27 l 2\n 133 9 126 0 112 0 c 0\n 99 0 92 9 92 27 c 2\n 92 139 l 2\n 92 157 99 166 113 166 c 0\n 126 166 132 158 133 142 c 0\n 136 76 210 25 301 25 c 0\n 394 25 464 79 464 153 c 0\n 464 188 447 220 419 237 c 0\n 395 253 374 259 303 271 c 0\n 233 283 197 295 167 317 c 0\n 134 340 115 379 115 421 c 0\n 115 509 194 576 299 576 c 0\n 358 576 403 558 445 517 c 1\n433 749 m 2\n 319 649 l 2\n 310 642 306 640 300 640 c 0\n 289 640 280 649 280 661 c 0\n 280 668 282 671 292 680 c 2\n 406 780 l 2\n 415 787 419 789 425 789 c 0\n 436 789 445 780 445 768 c 0\n 445 761 442 757 433 749 c 2\nEndSplineSet\nEndChar\nStartChar: sacute\nEncoding: 347 347 282\nWidth: 600\nFlags: HW\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nFore\n432 385 m 1\n 432 389 l 2\n 432 406 440 417 453 417 c 0\n 466 417 473 408 473 389 c 2\n 473 320 l 2\n 473 302 466 293 453 293 c 0\n 441 293 434 300 432 316 c 0\n 427 361 375 390 299 390 c 0\n 225 390 169 358 169 315 c 0\n 169 299 180 282 201 270 c 0\n 223 256 229 254 317 245 c 0\n 378 238 415 227 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 40 414 -16 301 -16 c 0\n 236 -16 186 1 144 38 c 1\n 144 27 l 2\n 144 9 137 0 124 0 c 0\n 110 0 103 9 103 27 c 2\n 103 110 l 2\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 355 201 300 207 c 0\n 226 215 198 222 170 239 c 0\n 142 257 124 287 124 318 c 0\n 124 383 197 431 295 431 c 0\n 352 431 397 416 432 385 c 1\n433 599 m 2\n 319 499 l 2\n 310 492 306 490 300 490 c 0\n 289 490 280 499 280 511 c 0\n 280 518 282 521 292 530 c 2\n 406 630 l 2\n 415 637 419 639 425 639 c 0\n 436 639 445 630 445 618 c 0\n 445 611 442 607 433 599 c 2\nEndSplineSet\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 283\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nRef: 710 710 N 1 0 0 1 0 153\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 284\nWidth: 600\nFlags: H\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nRef: 710 710 N 1 0 0 1 0 1\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 285\nWidth: 600\nFlags: HW\nHStem: -173 38<289.5 310> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 274 38<-47 -16> 341 36<-114.5 -97.5> 445 41<517 536> 464 44<116 170.5>\nFore\n312 -16 m 1\n 312 -47 l 1\n 353 -48 377 -70 377 -108 c 0\n 377 -147 345 -173 298 -173 c 0\n 278 -173 247 -165 228 -155 c 0\n 214 -148 210 -143 210 -133 c 0\n 210 -122 219 -114 230 -114 c 0\n 234 -114 237 -115 245 -119 c 0\n 268 -131 282 -135 297 -135 c 0\n 323 -135 341 -123 341 -106 c 0\n 341 -89 326 -81 294 -81 c 2\n 274 -81 l 1\n 274 -15 l 1\n 215 -8 164 18 133 56 c 1\n 133 27 l 2\n 133 9 126 0 112 0 c 0\n 99 0 92 9 92 27 c 2\n 92 139 l 2\n 92 157 99 166 113 166 c 0\n 126 166 132 158 133 142 c 0\n 136 76 210 25 301 25 c 0\n 395 25 464 79 464 153 c 0\n 464 188 447 220 419 237 c 0\n 395 253 374 259 303 271 c 0\n 233 283 197 295 167 317 c 0\n 134 340 115 379 115 421 c 0\n 115 509 194 576 299 576 c 0\n 358 576 404 557 445 517 c 1\n 445 536 l 2\n 445 554 452 563 466 563 c 0\n 479 563 486 554 486 536 c 2\n 486 433 l 2\n 486 415 479 406 466 406 c 0\n 453 406 446 414 445 430 c 0\n 441 490 380 535 302 535 c 0\n 220 535 159 486 159 420 c 0\n 159 344.277 225.36 322.752 312 309 c 0\n 388 296 416 288 446 269 c 0\n 485 245 508 202 508 151 c 0\n 508 57 429 -10 312 -16 c 1\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 286\nWidth: 600\nFlags: HW\nHStem: -173 38<288.5 309> 0 20 390 41<261.5 323> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 274 38<-47 -16> 340 37<-114.5 -97.5> 432 41<385 389> 452 45<90.5 128.5>\nFore\n312 -16 m 1\n 312 -47 l 1\n 353 -48 377 -70 377 -108 c 0\n 377 -147 345 -173 298 -173 c 0\n 278 -173 247 -165 228 -155 c 0\n 214 -148 210 -143 210 -133 c 0\n 210 -122 219 -114 229 -114 c 0\n 233 -114 236 -115 245 -119 c 0\n 267 -131 281 -135 296 -135 c 0\n 322 -135 340 -123 340 -106 c 0\n 340 -89 325 -81 294 -81 c 2\n 274 -81 l 1\n 274 -15 l 1\n 216 -9 176 7 144 38 c 1\n 144 27 l 2\n 144 9 137 0 124 0 c 0\n 110 0 103 9 103 27 c 2\n 103 110 l 2\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 355 201 300 207 c 0\n 226 215 198 222 170 239 c 0\n 142 257 124 287 124 318 c 0\n 124 383 197 431 294 431 c 0\n 352 431 397 416 432 385 c 1\n 432 389 l 2\n 432 406 440 417 453 417 c 0\n 466 417 473 408 473 389 c 2\n 473 320 l 2\n 473 302 466 293 453 293 c 0\n 440 293 434 300 432 316 c 0\n 428 360 374 390 299 390 c 0\n 224 390 169 358 169 315 c 0\n 169 299 180 282 200 270 c 0\n 223 256 229 254 317 245 c 0\n 378 238 415 227 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 42 423 -11 312 -16 c 1\nEndSplineSet\nEndChar\nStartChar: Scaron\nEncoding: 352 352 287\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nFore\n445 517 m 1\n 445 536 l 2\n 445 554 452 563 466 563 c 0\n 479 563 486 554 486 536 c 2\n 486 433 l 2\n 486 415 479 406 466 406 c 0\n 453 406 446 414 445 430 c 0\n 441 490 380 535 302 535 c 0\n 220 535 159 486 159 420 c 0\n 159 344.478 225.239 322.832 311 309 c 0\n 388 296 416 288 446 269 c 0\n 485 245 508 202 508 151 c 0\n 508 54 422 -16 302 -16 c 0\n 233 -16 174 9 133 56 c 1\n 133 27 l 2\n 133 9 126 0 112 0 c 0\n 99 0 92 9 92 27 c 2\n 92 139 l 2\n 92 157 99 166 113 166 c 0\n 126 166 132 158 133 142 c 0\n 136 76 210 25 301 25 c 0\n 394 25 464 79 464 153 c 0\n 464 188 447 220 419 237 c 0\n 395 253 374 259 303 271 c 0\n 233 283 197 295 167 317 c 0\n 134 340 115 379 115 421 c 0\n 115 509 194 576 299 576 c 0\n 358 576 403 558 445 517 c 1\n310 640 m 1\n 178 749 l 1\n 168 756 165 760 165 769 c 0\n 165 780 174 789 185 789 c 0\n 190 789 196 786 203 781 c 2\n 310 693 l 1\n 417 781 l 2\n 424 786 430 789 435 789 c 0\n 445 789 455 779 455 769 c 0\n 455 761 453 757 442 748 c 2\n 310 640 l 1\nEndSplineSet\nEndChar\nStartChar: scaron\nEncoding: 353 353 288\nWidth: 600\nFlags: HW\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nFore\n432 385 m 1\n 432 389 l 2\n 432 406 440 417 453 417 c 0\n 466 417 473 408 473 389 c 2\n 473 320 l 2\n 473 302 466 293 453 293 c 0\n 441 293 434 300 432 316 c 0\n 427 361 375 390 299 390 c 0\n 225 390 169 358 169 315 c 0\n 169 299 180 282 201 270 c 0\n 223 256 229 254 317 245 c 0\n 378 238 415 227 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 40 414 -16 301 -16 c 0\n 236 -16 186 1 144 38 c 1\n 144 27 l 2\n 144 9 137 0 124 0 c 0\n 110 0 103 9 103 27 c 2\n 103 110 l 2\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 355 201 300 207 c 0\n 226 215 198 222 170 239 c 0\n 142 257 124 287 124 318 c 0\n 124 383 197 431 295 431 c 0\n 352 431 397 416 432 385 c 1\n306 490 m 1\n 174 599 l 1\n 164 606 161 610 161 619 c 0\n 161 630 170 639 181 639 c 0\n 186 639 192 636 199 631 c 2\n 306 543 l 1\n 413 631 l 2\n 420 636 426 639 431 639 c 0\n 441 639 451 629 451 619 c 0\n 451 611 449 607 438 598 c 2\n 306 490 l 1\nEndSplineSet\nEndChar\nStartChar: uni0162\nEncoding: 354 354 289\nWidth: 600\nFlags: H\nHStem: -173 38<296.5 312.5> -81 81<281.5 312.5> 0 41<168 279 322 428> 522 41<113 279 322 487>\nVStem: 72 41<438.47 521> 280 41<41 521> 280 38<-47 -1> 346 37<-112 -104> 487 41<440.137 521>\nRef: 184 184 N 1 0 0 1 6 0\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0163\nEncoding: 355 355 290\nWidth: 600\nFlags: H\nHStem: -189 38<267.5 283.5> -97 81<252.5 283.5> -16 41<283 315> 376 41<59.9599 145 187 411>\nVStem: 145 41<96 376 417 544> 252 38<-63 -17> 318 37<-128 -120>\nRef: 184 184 N 1 0 0 1 -22 -16\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: Tcaron\nEncoding: 356 356 291\nWidth: 600\nFlags: HMW\nHStem: 0 41<175 280 321 426> 402 20<85.5 99 502 515> 522 41<113 280 113 113 321 321 321 487>\nVStem: 72 41<449 522> 280 41<41 522> 487 41<449 522 522 522>\nFore\n321 41 m 1\n 426 41 l 2\n 444 41 453 34 453 21 c 0\n 453 7 444 0 426 0 c 2\n 175 0 l 2\n 157 0 148 7 148 21 c 0\n 148 34 157 41 175 41 c 2\n 280 41 l 1\n 280 522 l 1\n 113 522 l 1\n 113 449 l 2\n 113 431 106 422 92 422 c 0\n 79 422 72 431 72 449 c 2\n 72 563 l 1\n 528 563 l 1\n 528 449 l 2\n 528 430 522 422 508 422 c 0\n 496 422 487 433 487 449 c 2\n 487 522 l 1\n 321 522 l 1\n 321 41 l 1\n300 640 m 1\n 168 749 l 1\n 158 756 155 760 155 769 c 0\n 155 780 164 789 175 789 c 0\n 180 789 186 786 193 781 c 2\n 300 693 l 1\n 407 781 l 2\n 414 786 420 789 425 789 c 0\n 435 789 445 779 445 769 c 0\n 445 761 443 757 432 748 c 2\n 300 640 l 1\nEndSplineSet\nEndChar\nStartChar: tcaron\nEncoding: 357 357 292\nWidth: 600\nFlags: HW\nHStem: -16 41<263.5 326> 376 41<71 145 186 406> 419 20<389.5 399.5> 543 20<159 173>\nVStem: 145 41<107 109 109 376 417 536>\nFore\n186 417 m 1\n 406 417 l 2\n 424 417 433 410 433 397 c 0\n 433 383 424 376 406 376 c 2\n 186 376 l 1\n 186 109 l 2\n 186 58 229 25 298 25 c 0\n 354 25 425 42 464 65 c 0\n 472 70 475 71 480 71 c 0\n 490 71 499 61 499 51 c 0\n 499 22 385 -16 300 -16 c 0\n 206 -16 145 32 145 107 c 2\n 145 376 l 1\n 71 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 71 417 c 2\n 145 417 l 1\n 145 536 l 2\n 145 554 152 563 166 563 c 0\n 180 563 186 555 186 536 c 2\n 186 417 l 1\n500 579 m 1\n 416 453 l 2\n 408 442 404 439 395 439 c 0\n 384 439 375 448 375 460 c 0\n 375 464 377 469 382 476 c 2\n 466 602 l 2\n 473 612 479 616 487 616 c 0\n 499 616 508 607 508 595 c 0\n 508 590.842 503.055 583.074 500 579 c 1\nEndSplineSet\nEndChar\nStartChar: Tbar\nEncoding: 358 358 293\nWidth: 600\nFlags: HW\nHStem: 0 41<168 279 322 428> 297 40<174 279 322 428> 522 41<113 279 322 487>\nVStem: 72 41<438.47 521> 280 41<41 297 337 521> 487 41<440.137 521>\nFore\n321 337 m 1\n 420 337 l 2\n 438 337 447 330 447 317 c 0\n 447 304 438 297 420 297 c 2\n 321 297 l 1\n 321 41 l 1\n 426 41 l 2\n 444 41 453 34 453 21 c 0\n 453 7 444 0 426 0 c 2\n 175 0 l 2\n 157 0 148 7 148 21 c 0\n 148 34 157 41 175 41 c 2\n 280 41 l 1\n 280 297 l 1\n 184 297 l 2\n 166 297 157 304 157 317 c 0\n 157 330 166 337 184 337 c 2\n 280 337 l 1\n 280 522 l 1\n 113 522 l 1\n 113 449 l 2\n 113 431 106 422 92 422 c 0\n 79 422 72 431 72 449 c 2\n 72 563 l 1\n 528 563 l 1\n 528 449 l 2\n 528 430 522 422 508 422 c 0\n 496 422 487 433 487 449 c 2\n 487 522 l 1\n 321 522 l 1\n 321 337 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,0 y0,0 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: tbar\nEncoding: 359 359 294\nWidth: 600\nFlags: HW\nHStem: -16 41<283 315> 235 40<59.43 145 187 411> 376 41<69 145 187 411>\nVStem: 145 41<96 235 275 376 417 544>\nFore\n145 275 m 1\n 145 376 l 1\n 71 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 71 417 c 2\n 145 417 l 1\n 145 536 l 2\n 145 554 152 563 166 563 c 0\n 180 563 186 555 186 536 c 2\n 186 417 l 1\n 406 417 l 2\n 424 417 433 410 433 397 c 0\n 433 383 424 376 406 376 c 2\n 186 376 l 1\n 186 275 l 1\n 406 275 l 2\n 424 275 433 268 433 255 c 0\n 433 242 424 235 406 235 c 2\n 186 235 l 1\n 186 109 l 2\n 186 58 229 25 298 25 c 0\n 354 25 425 42 464 65 c 0\n 472 70 475 71 480 71 c 0\n 490 71 499 61 499 51 c 0\n 499 22 385 -16 300 -16 c 0\n 206 -16 145 32 145 107 c 2\n 145 235 l 1\n 70 235 l 2\n 52 235 43 242 43 255 c 0\n 43 268 52 275 70 275 c 2\n 145 275 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: Utilde\nEncoding: 360 360 295\nWidth: 600\nFlags: H\nHStem: -16 41<281.41 312> 522 41<56.4704 101 143 218 376 457 499 536> 603 41<353 369> 651 41<228.337 242>\nVStem: 101 41<176 522> 458 41<176 522>\nRef: 732 732 N 1 0 0 1 0 87\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: utilde\nEncoding: 361 361 296\nWidth: 600\nFlags: H\nHStem: -16 41<251 267> 0 41<480 523> 376 41<59.4704 124 363 438> 457 41<345 361> 505 41<220.337 234>\nVStem: 124 41<112 376> 439 41<41 65 115 376> 439 102<16 27>\nRef: 732 732 N 1 0 0 1 -8 -59\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Umacron\nEncoding: 362 362 297\nWidth: 600\nFlags: HW\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499> 686 40<182 418>\nVStem: 101 41<185 522> 458 41<185 522>\nFore\n499 522 m 1\n 499 185 l 2\n 499 71 412 -16 300 -16 c 0\n 187 -16 101 71 101 185 c 2\n 101 522 l 1\n 67 522 l 2\n 49 522 40 529 40 543 c 0\n 40 557 49 563 67 563 c 2\n 216 563 l 2\n 234 563 243 556 243 543 c 0\n 243 529 234 522 216 522 c 2\n 142 522 l 1\n 142 185 l 2\n 142 95 211 25 300 25 c 0\n 388 25 458 95 458 185 c 2\n 458 522 l 1\n 384 522 l 2\n 366 522 357 529 357 543 c 0\n 357 557 365 563 384 563 c 2\n 533 563 l 2\n 552 563 560 557 560 543 c 0\n 560 529 551 522 533 522 c 2\n 499 522 l 1\n418 686 m 2\n 182 686 l 2\n 164 686 155 693 155 706 c 0\n 155 719 164 726 182 726 c 2\n 418 726 l 2\n 436 726 445 719 445 706 c 0\n 445 693 436 686 418 686 c 2\nEndSplineSet\nEndChar\nStartChar: umacron\nEncoding: 363 363 298\nWidth: 600\nFlags: HW\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439> 536 40<182 418>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5> 439 41 439 102\nFore\n439 0 m 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\n418 536 m 2\n 182 536 l 2\n 164 536 155 543 155 556 c 0\n 155 569 164 576 182 576 c 2\n 418 576 l 2\n 436 576 445 569 445 556 c 0\n 445 543 436 536 418 536 c 2\nEndSplineSet\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 299\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499> 643 41<272 328>\nVStem: 101 41<185 522> 458 41<185 522>\nRef: 728 728 N 1 0 0 1 0 153\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: ubreve\nEncoding: 365 365 300\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439> 491 41<264 320>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 728 728 N 1 0 0 1 -8 1\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Uring\nEncoding: 366 366 301\nWidth: 600\nFlags: HW\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499> 630 33<283.5 316.5> 778 33<283.5 316.5>\nVStem: 40 33 101 41<185 522> 193 33 458 41<185 522>\nFore\n499 522 m 1\n 499 185 l 2\n 499 71 412 -16 300 -16 c 0\n 187 -16 101 71 101 185 c 2\n 101 522 l 1\n 67 522 l 2\n 49 522 40 529 40 543 c 0\n 40 557 49 563 67 563 c 2\n 216 563 l 2\n 234 563 243 556 243 543 c 0\n 243 529 234 522 216 522 c 2\n 142 522 l 1\n 142 185 l 2\n 142 95 211 25 300 25 c 0\n 388 25 458 95 458 185 c 2\n 458 522 l 1\n 384 522 l 2\n 366 522 357 529 357 543 c 0\n 357 557 365 563 384 563 c 2\n 533 563 l 2\n 552 563 560 557 560 543 c 0\n 560 529 551 522 533 522 c 2\n 499 522 l 1\n300 811 m 0\n 352 811 393 771 393 719 c 0\n 393 671 351 630 300 630 c 0\n 249 630 207 671 207 721 c 0\n 207 770 249 811 300 811 c 0\n300 778 m 0\n 267 778 240 752 240 721 c 0\n 240 689 267 663 300 663 c 0\n 333 663 360 689 360 720 c 0\n 360 752 333 778 300 778 c 0\nEndSplineSet\nEndChar\nStartChar: uring\nEncoding: 367 367 302\nWidth: 600\nFlags: HW\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439> 480 33<283.5 316.5> 628 33<283.5 316.5>\nVStem: 43 33 124 41<115 376 376 376> 196 33 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5> 439 41 439 102\nFore\n439 0 m 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\n300 661 m 0\n 352 661 393 621 393 569 c 0\n 393 521 351 480 300 480 c 0\n 249 480 207 521 207 571 c 0\n 207 620 249 661 300 661 c 0\n300 628 m 0\n 267 628 240 602 240 571 c 0\n 240 539 267 513 300 513 c 0\n 333 513 360 539 360 570 c 0\n 360 602 333 628 300 628 c 0\nEndSplineSet\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 303\nWidth: 600\nFlags: HMW\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 458 41<185 522>\nFore\n499 522 m 1\n 499 185 l 2\n 499 71 412 -16 300 -16 c 0\n 187 -16 101 71 101 185 c 2\n 101 522 l 1\n 67 522 l 2\n 49 522 40 529 40 543 c 0\n 40 557 49 563 67 563 c 2\n 216 563 l 2\n 234 563 243 556 243 543 c 0\n 243 529 234 522 216 522 c 2\n 142 522 l 1\n 142 185 l 2\n 142 95 211 25 300 25 c 0\n 388 25 458 95 458 185 c 2\n 458 522 l 1\n 384 522 l 2\n 366 522 357 529 357 543 c 0\n 357 557 365 563 384 563 c 2\n 533 563 l 2\n 552 563 560 557 560 543 c 0\n 560 529 551 522 533 522 c 2\n 499 522 l 1\n331 743 m 2\n 234 649 l 2\n 227 643 221 640 215 640 c 0\n 204 640 195 649 195 661 c 0\n 195 668 196 670 207 680 c 2\n 305 774 l 2\n 311 780 317 783 323 783 c 0\n 334 783 343 774 343 762 c 0\n 343 756 341 753 331 743 c 2\n473 743 m 2\n 375 649 l 2\n 368 643 362 640 356 640 c 0\n 345 640 336 649 336 661 c 0\n 336 669.102 342.431 674.431 348 680 c 1\n 446 774 l 2\n 453 780 459 783 465 783 c 0\n 476 783 485 774 485 762 c 0\n 485 756 484 753 473 743 c 2\nEndSplineSet\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 304\nWidth: 600\nFlags: HW\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5> 439 41 439 102\nFore\n439 0 m 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\n311 593 m 2\n 214 499 l 2\n 207 493 201 490 195 490 c 0\n 184 490 175 499 175 511 c 0\n 175 518 176 520 187 530 c 2\n 285 624 l 2\n 291 630 297 633 303 633 c 0\n 314 633 323 624 323 612 c 0\n 323 606 321 603 311 593 c 2\n453 593 m 2\n 355 499 l 2\n 348 493 342 490 336 490 c 0\n 325 490 316 499 316 511 c 0\n 316 519.102 322.432 524.432 328 530 c 1\n 426 624 l 2\n 433 630 439 633 445 633 c 0\n 456 633 465 624 465 612 c 0\n 465 606 464 603 453 593 c 2\nEndSplineSet\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 305\nWidth: 600\nFlags: HMW\nHStem: -155 32<368.5 392> -16 41<255.5 308.5> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 300 39<-100.5 -76> 458 41<185 522>\nFore\n499 522 m 1\n 499 185 l 2\n 499 133 482 86 452 54 c 0\n 443 43 412 14 399 3 c 0\n 360 -30 339 -62 339 -89 c 0\n 339 -112 354 -123 383 -123 c 0\n 401 -123 407 -121 431 -107 c 0\n 434 -105 437 -104 439 -104 c 0\n 446 -104 453 -111 453 -119 c 0\n 453 -136 414 -155 376 -155 c 0\n 329 -155 300 -132 300 -94 c 0\n 300 -58 317 -34 360 -8 c 1\n 331 -14 318 -16 299 -16 c 0\n 187 -16 101 71 101 185 c 2\n 101 522 l 1\n 67 522 l 2\n 49 522 40 529 40 543 c 0\n 40 557 49 563 67 563 c 2\n 216 563 l 2\n 234 563 243 556 243 543 c 0\n 243 529 234 522 216 522 c 2\n 142 522 l 1\n 142 185 l 2\n 142 95 211 25 300 25 c 0\n 388 25 458 95 458 185 c 2\n 458 522 l 1\n 384 522 l 2\n 366 522 357 529 357 543 c 0\n 357 557 365 563 384 563 c 2\n 533 563 l 2\n 552 563 560 557 560 543 c 0\n 560 529 551 522 533 522 c 2\n 499 522 l 1\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 306\nWidth: 600\nFlags: HW\nHStem: -155 32<471 495> -16 41<230.5 289.5> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 403 39<-100.5 -73.5> 439 102<16.5 27.5> 439 41<41 66 66 66 115 376 376 376> 439 102 439 41\nFore\n480 417 m 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 12 537 6 528 2 c 0\n 468 -31 442 -58 442 -89 c 0\n 442 -112 457 -123 485 -123 c 0\n 505 -123 510 -121 534 -107 c 0\n 537 -105 540 -104 542 -104 c 0\n 549 -104 556 -111 556 -119 c 0\n 556 -136 517 -155 479 -155 c 0\n 431 -155 403 -132 403 -94 c 0\n 403 -52 424 -27 480 0 c 1\n 439 0 l 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 1\nEndSplineSet\nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 307\nWidth: 600\nFlags: H\nHStem: 0 20 522 41<47 62 103 103 103 196 403 499 538 538 538 553>\nRef: 710 710 N 1 0 0 1 0 153\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 308\nWidth: 600\nFlags: H\nHStem: 0 20 376 41<57 76 115 115 115 168 432 482 524 524 524 543>\nRef: 710 710 N 1 0 0 1 0 1\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 309\nWidth: 600\nFlags: H\nHStem: 0 41<176 281 322 427> 522 41<78 102 151 151 151 189 412 452 498 498 498 522>\nVStem: 281 41<41 254>\nRef: 710 710 N 1 0 0 1 0 153\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 310\nWidth: 600\nFlags: H\nHStem: -186 186<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522>\nRef: 710 710 N 1 0 0 1 0 1\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 311\nWidth: 600\nFlags: HW\nHStem: 0 41<176 281 322 427> 522 41<78 102 151 151 151 189 412 452 498 498 498 522>\nVStem: 51 100 272 100 281 41<41 254>\nFore\n322 254 m 1\n 322 41 l 1\n 427 41 l 2\n 445 41 454 34 454 21 c 0\n 454 7 445 0 427 0 c 2\n 176 0 l 2\n 158 0 149 7 149 21 c 0\n 149 34 158 41 176 41 c 2\n 281 41 l 1\n 281 254 l 1\n 102 522 l 1\n 78 522 l 2\n 60 522 51 529 51 543 c 0\n 51 556 60 563 78 563 c 2\n 189 563 l 2\n 207 563 216 556 216 543 c 0\n 216 529 207 522 189 522 c 2\n 151 522 l 1\n 303 295 l 1\n 452 522 l 1\n 412 522 l 2\n 393 522 384 529 384 543 c 0\n 384 556 393 563 412 563 c 2\n 522 563 l 2\n 539 563 549 555 549 543 c 0\n 549 530 538 522 522 522 c 2\n 498 522 l 1\n 322 254 l 1\n189 761 m 0\n 217 761 239 738 239 710 c 0\n 239 684 216 661 189 661 c 0\n 162 661 139 684 139 711 c 0\n 139 738 162 761 189 761 c 0\n410 761 m 0\n 438 761 460 738 460 710 c 0\n 460 684 437 661 410 661 c 0\n 383 661 360 684 360 711 c 0\n 360 738 383 761 410 761 c 0\nEndSplineSet\nEndChar\nStartChar: Zacute\nEncoding: 377 377 312\nWidth: 600\nFlags: HMW\nHStem: 0 41<142 456> 522 41<162 431 162 162>\nVStem: 121 41<404 522> 456 41<41 182>\nFore\n497 0 m 1\n 103 0 l 1\n 103 59 l 1\n 431 519 l 1\n 431 522 l 1\n 162 522 l 1\n 162 404 l 2\n 162 385 155 376 142 376 c 0\n 128 376 121 385 121 404 c 2\n 121 563 l 1\n 470 563 l 1\n 470 505 l 1\n 142 45 l 1\n 142 41 l 1\n 456 41 l 1\n 456 182 l 2\n 456 200 462 209 476 209 c 0\n 490 209 497 200 497 182 c 2\n 497 0 l 1\n433 749 m 2\n 319 649 l 2\n 310 642 306 640 300 640 c 0\n 289 640 280 649 280 661 c 0\n 280 668 282 671 292 680 c 2\n 406 780 l 2\n 415 787 419 789 425 789 c 0\n 436 789 445 780 445 768 c 0\n 445 761 442 757 433 749 c 2\nEndSplineSet\nEndChar\nStartChar: zacute\nEncoding: 378 378 313\nWidth: 600\nFlags: HMW\nHStem: 0 41<171 448> 376 41<165 416 165 165>\nVStem: 124 41<321 376> 448 41<41 97>\nFore\n474 417 m 1\n 474 381 l 1\n 171 41 l 1\n 448 41 l 1\n 448 97 l 2\n 448 115 455 124 469 124 c 0\n 482 124 489 115 489 97 c 2\n 489 0 l 1\n 115 0 l 1\n 115 36 l 1\n 416 376 l 1\n 165 376 l 1\n 165 321 l 2\n 165 303 158 294 145 294 c 0\n 131 294 124 303 124 321 c 2\n 124 417 l 1\n 474 417 l 1\n433 599 m 2\n 319 499 l 2\n 310 492 306 490 300 490 c 0\n 289 490 280 499 280 511 c 0\n 280 518 282 521 292 530 c 2\n 406 630 l 2\n 415 637 419 639 425 639 c 0\n 436 639 445 630 445 618 c 0\n 445 611 442 607 433 599 c 2\nEndSplineSet\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 314\nWidth: 600\nFlags: HMW\nHStem: 0 41<142 456> 522 41<162 431 162 162>\nVStem: 121 41<404 522> 456 41<41 182>\nFore\n497 0 m 1\n 103 0 l 1\n 103 59 l 1\n 431 519 l 1\n 431 522 l 1\n 162 522 l 1\n 162 404 l 2\n 162 385 155 376 142 376 c 0\n 128 376 121 385 121 404 c 2\n 121 563 l 1\n 470 563 l 1\n 470 505 l 1\n 142 45 l 1\n 142 41 l 1\n 456 41 l 1\n 456 182 l 2\n 456 200 462 209 476 209 c 0\n 490 209 497 200 497 182 c 2\n 497 0 l 1\n300 761 m 0\n 328 761 350 738 350 710 c 0\n 350 684 327 661 300 661 c 0\n 273 661 250 684 250 711 c 0\n 250 738 273 761 300 761 c 0\nEndSplineSet\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 315\nWidth: 600\nFlags: HMW\nHStem: 0 41<171 448> 376 41<165 416 165 165>\nVStem: 124 41<321 376> 448 41<41 97>\nFore\n474 417 m 1\n 474 381 l 1\n 171 41 l 1\n 448 41 l 1\n 448 97 l 2\n 448 115 455 124 469 124 c 0\n 482 124 489 115 489 97 c 2\n 489 0 l 1\n 115 0 l 1\n 115 36 l 1\n 416 376 l 1\n 165 376 l 1\n 165 321 l 2\n 165 303 158 294 145 294 c 0\n 131 294 124 303 124 321 c 2\n 124 417 l 1\n 474 417 l 1\n300 611 m 0\n 328 611 350 588 350 560 c 0\n 350 534 327 511 300 511 c 0\n 273 511 250 534 250 561 c 0\n 250 588 273 611 300 611 c 0\nEndSplineSet\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 316\nWidth: 600\nFlags: HMW\nHStem: 0 41<142 456> 522 41<162 431 162 162>\nVStem: 121 41<404 522> 456 41<41 182>\nFore\n497 0 m 1\n 103 0 l 1\n 103 59 l 1\n 431 519 l 1\n 431 522 l 1\n 162 522 l 1\n 162 404 l 2\n 162 385 155 376 142 376 c 0\n 128 376 121 385 121 404 c 2\n 121 563 l 1\n 470 563 l 1\n 470 505 l 1\n 142 45 l 1\n 142 41 l 1\n 456 41 l 1\n 456 182 l 2\n 456 200 462 209 476 209 c 0\n 490 209 497 200 497 182 c 2\n 497 0 l 1\n296 640 m 1\n 164 749 l 1\n 154 756 151 760 151 769 c 0\n 151 780 160 789 171 789 c 0\n 176 789 182 786 189 781 c 2\n 296 693 l 1\n 403 781 l 2\n 410 786 416 789 421 789 c 0\n 431 789 441 779 441 769 c 0\n 441 761 439 757 428 748 c 2\n 296 640 l 1\nEndSplineSet\nEndChar\nStartChar: zcaron\nEncoding: 382 382 317\nWidth: 600\nFlags: HMW\nHStem: 0 41<171 448> 376 41<165 416 165 165>\nVStem: 124 41<321 376> 448 41<41 97>\nFore\n474 417 m 1\n 474 381 l 1\n 171 41 l 1\n 448 41 l 1\n 448 97 l 2\n 448 115 455 124 469 124 c 0\n 482 124 489 115 489 97 c 2\n 489 0 l 1\n 115 0 l 1\n 115 36 l 1\n 416 376 l 1\n 165 376 l 1\n 165 321 l 2\n 165 303 158 294 145 294 c 0\n 131 294 124 303 124 321 c 2\n 124 417 l 1\n 474 417 l 1\n298 490 m 1\n 166 599 l 1\n 156 606 153 610 153 619 c 0\n 153 630 162 639 173 639 c 0\n 178 639 184 636 191 631 c 2\n 298 543 l 1\n 405 631 l 2\n 412 636 418 639 423 639 c 0\n 433 639 443 629 443 619 c 0\n 443 611 441 607 430 598 c 2\n 298 490 l 1\nEndSplineSet\nEndChar\nStartChar: longs\nEncoding: 383 383 318\nWidth: 600\nFlags: HW\nHStem: 0 41<121.47 230 272 457> 376 41<132 230> 563 41<377 409>\nVStem: 230 41<41 376 417 480>\nFore\n271 41 m 1\n 449 41 l 2\n 467 41 476 34 476 21 c 0\n 476 7 466 0 449 0 c 2\n 132 0 l 2\n 114 0 105 7 105 21 c 0\n 105 34 114 41 132 41 c 2\n 230 41 l 1\n 230 376 l 1\n 142 376 l 2\n 124 376 115 383 115 397 c 0\n 115 410 124 417 142 417 c 2\n 230 417 l 1\n 230 478 l 2\n 230 551 294 604 384 604 c 0\n 422 604 491 597 523 591 c 0\n 535 588 541 581 541 571 c 0\n 541 559 532 551 520 551 c 0\n 518 551 518 551 470 557 c 0\n 443 560 404 563 382 563 c 0\n 316 563 271 528 271 478 c 2\n 271 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni0180\nEncoding: 384 384 319\nWidth: 600\nFlags: HW\nHStem: -16 41<308 326> 0 41<38.4704 102> 390 41<308 326> 479 41<38.4704 102 144 284> 563 41<38.4704 102>\nVStem: 103 41<41 87 192 224 329 479 520 563> 500 41<192 224>\nFore\n322 390 m 0\n 223 390 144 309 144 208 c 0\n 144 107 223 25 322 25 c 0\n 419 25 500 107 500 205 c 0\n 500 309 422 390 322 390 c 0\n103 520 m 1\n 103 563 l 1\n 49 563 l 2\n 31 563 22 570 22 584 c 0\n 22 597 31 604 49 604 c 2\n 144 604 l 1\n 144 520 l 1\n 282 520 l 1\n 300 520 309 513 309 500 c 0\n 309 486 300 479 282 479 c 1\n 144 479 l 1\n 144 328 l 1\n 194 399 250 431 324 431 c 0\n 446 431 541 334 541 210 c 0\n 541 85 444 -16 324 -16 c 0\n 251 -16 191 18 144 88 c 1\n 144 0 l 1\n 49 0 l 2\n 31 0 22 7 22 21 c 0\n 22 34 31 41 49 41 c 2\n 103 41 l 1\n 103 479 l 1\n 49 479 l 1\n 31 479 22 486 22 500 c 0\n 22 513 31 520 49 520 c 1\n 103 520 l 1\nEndSplineSet\nMinimumDistance: x17,-1 x8,10 y10,8 y10,9 x24,21 x24,23 x10,13 x10,11 x5,8 x5,6 x4,26 x4,28 \nEndChar\nStartChar: uni0181\nEncoding: 385 385 320\nWidth: 600\nFlags: HW\nHStem: 0 41<67 123 166 390> 272 41<166 331> 374 41<58.4325 72> 522 41<67 123 166 342>\nVStem: -26 41<458.196 469.937 471 472> 124 41<42 271 314 521> 458 41<414 432> 500 41<144 160>\nFore\n165 313 m 1\n 312 313 l 2\n 397 313 458 357 458 419 c 0\n 458 477 402 522 329 522 c 2\n 165 522 l 1\n 165 313 l 1\n165 41 m 1\n 373 41 l 2\n 444 41 500 91 500 153 c 0\n 500 189 478 224 441 246 c 0\n 409 265 375 272 314 272 c 2\n 165 272 l 1\n 165 41 l 1\n70 563 m 2\n 328 563 l 2\n 425 563 499 500 499 418 c 0\n 499 367 473 330 414 298 c 1\n 498 268 541 220 541 153 c 0\n 541 69 467 0 376 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 47 522 15 497 15 470 c 0\n 14 438 42 415 68 415 c 1\n 80 415 89 406 89 394 c 0\n 89 383 80 374 68 374 c 1\n 20 374 -26 414 -26 470 c 0\n -26 527 25 563 70 563 c 2\nEndSplineSet\nMinimumDistance: x15,-1 x20,17 x20,19 \nEndChar\nStartChar: uni0182\nEncoding: 386 386 321\nWidth: 600\nFlags: HW\nHStem: 0 41<60.4704 125 166 380> 282 41<166 333> 522 41<60.4704 125 166 470>\nVStem: 125 41<41 282 322 522> 470 41<415 522> 501 41<143 160>\nRef: 1041 1041 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0183\nEncoding: 387 387 322\nWidth: 600\nFlags: HW\nHStem: -16 41<310 326> 0 41<38.4704 102> 390 41<310 326> 563 41<38.4704 102 145 475>\nVStem: 103 41<41 87 192 224 329 563> 500 41<192 224>\nFore\n322 390 m 0\n 223 390 144 309 144 208 c 0\n 144 107 223 25 322 25 c 0\n 419 25 500 107 500 205 c 0\n 500 309 422 390 322 390 c 0\n144 563 m 1\n 144 328 l 1\n 194 399 250 431 324 431 c 0\n 446 431 541 334 541 210 c 0\n 541 85 444 -16 324 -16 c 0\n 251 -16 191 18 144 88 c 1\n 144 0 l 1\n 49 0 l 2\n 31 0 22 7 22 21 c 0\n 22 34 31 41 49 41 c 2\n 103 41 l 1\n 103 563 l 1\n 49 563 l 1\n 31 563 22 570 22 584 c 0\n 22 597 31 604 49 604 c 1\n 473 604 l 1\n 491 604 500 597 500 584 c 0\n 500 570 491 563 473 563 c 1\n 144 563 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x14,11 x14,13 x4,19 x4,21 \nEndChar\nStartChar: uni0184\nEncoding: 388 388 323\nWidth: 600\nFlags: HW\nHStem: 0 41<67.4704 132 174 398> 272 41<173 350>\nVStem: 132 41<42 271 313 432 526 565> 508 41<144 160>\nDStem: 247 577 267 542 62 449 82 413\nFore\n173 272 m 1\n 173 41 l 1\n 381 41 l 2\n 452 41 508 91 508 153 c 0\n 508 189 486 224 449 246 c 0\n 417 265 383 272 322 272 c 2\n 173 272 l 1\n173 476 m 1\n 173 313 l 1\n 320 313 l 2\n 504 313 549 220 549 153 c 0\n 549 69 475 0 384 0 c 2\n 78 0 l 2\n 60 0 51 7 51 21 c 0\n 51 34 60 41 78 41 c 2\n 132 41 l 1\n 132 448 l 1\n 82 413 l 2\n 82 413 71 407 65 407 c 0\n 55 407 46 417 46 428 c 0\n 46 437 50 442 62 449 c 2\n 132 497 l 1\n 132 563 l 1\n 132 581 139 590 152 590 c 0\n 166 590 173 581 173 563 c 1\n 173 526 l 1\n 247 577 l 2\n 247 577 259 583 264 583 c 0\n 274 583 283 574 283 563 c 0\n 283 553 279 549 267 542 c 2\n 173 476 l 1\nEndSplineSet\nEndChar\nStartChar: uni0185\nEncoding: 389 389 324\nWidth: 600\nFlags: HW\nHStem: -16 41<310 326> 0 41<39 103> 390 41<310 326>\nVStem: 103 41<41 87 192 224 329 433 525 567> 500 41<192 224>\nDStem: 223 579 243 544 38 451 58 415\nFore\n144 208 m 0\n 144 107 223 25 322 25 c 0\n 419 25 500 107 500 205 c 0\n 500 309 422 390 322 390 c 0\n 223 390 144 309 144 208 c 0\n144 475 m 1\n 144 328 l 1\n 194 399 250 431 324 431 c 0\n 446 431 541 334 541 210 c 0\n 541 85 444 -16 324 -16 c 0\n 251 -16 191 18 144 88 c 1\n 144 0 l 1\n 49 0 l 2\n 31 0 22 7 22 21 c 0\n 22 34 31 41 49 41 c 2\n 103 41 l 1\n 103 446 l 1\n 58 415 l 2\n 58 415 47 409 41 409 c 0\n 31 409 22 419 22 430 c 0\n 22 439 26 444 38 451 c 2\n 103 496 l 1\n 103 563 l 1\n 103 581 110 590 123 590 c 0\n 137 590 144 581 144 563 c 2\n 144 524 l 1\n 223 579 l 2\n 223 579 235 585 240 585 c 0\n 250 585 259 576 259 565 c 0\n 259 555 255 551 243 544 c 2\n 144 475 l 1\nEndSplineSet\nEndChar\nStartChar: uni0186\nEncoding: 390 390 325\nWidth: 600\nFlags: HW\nHStem: -16 41<255 294> 397 166<95 103> 535 41<271 303>\nVStem: 78 41<508 544> 493 41<240 336>\nFore\n119 507 m 1\n 166 552 226 576 292 576 c 0\n 359 576 418 550 463 502 c 0\n 506 456 534 386 534 325 c 2\n 534 242 l 2\n 534 107 411 -16 275 -16 c 0\n 211 -16 150 9 101 55 c 0\n 75 79 63 96 63 106 c 0\n 63 117 71 125 83 125 c 0\n 90 125 94 123 101 115 c 0\n 155 51 206 25 275 25 c 0\n 393 25 493 128 493 248 c 2\n 493 319 l 2\n 493 438 403 535 292 535 c 0\n 203 535 123 482 119 421 c 0\n 118 405 111 397 99 397 c 0\n 85 397 78 406 78 424 c 2\n 78 536 l 2\n 78 554 85 563 98 563 c 0\n 112 563 119 554 119 536 c 2\n 119 507 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0187\nEncoding: 391 391 326\nWidth: 600\nFlags: HW\nHStem: -16 41<303 335> 535 41<287 324> 592 40<570.031 575>\nVStem: 63 41<240 336> 478 41<508 544> 626 41<534 544>\nFore\n478 507 m 1\n 478 536 l 2\n 478 582 514 632 571 632 c 0\n 627 632 667 587 667 538 c 1\n 667 527 658 518 647 518 c 0\n 635 518 626 527 626 538 c 1\n 626 564 603 592 570 592 c 0\n 544 591 519 560 519 536 c 2\n 519 424 l 1\n 519 406 512 397 498 397 c 0\n 486 397 479 405 478 421 c 0\n 474 482 394 535 305 535 c 0\n 194 535 104 438 104 319 c 2\n 104 248 l 2\n 104 128 204 25 322 25 c 0\n 391 25 442 51 496 115 c 0\n 503 123 507 125 514 125 c 0\n 526 125 534 117 534 106 c 0\n 534 96 522 79 496 55 c 0\n 447 9 386 -16 322 -16 c 0\n 186 -16 63 107 63 242 c 2\n 63 325 l 2\n 63 386 91 456 134 502 c 0\n 179 550 238 576 305 576 c 0\n 371 576 431 552 478 507 c 1\nEndSplineSet\nEndChar\nStartChar: uni0188\nEncoding: 392 392 327\nWidth: 600\nFlags: HW\nHStem: -16 41<292 324> 390 41<292 324> 445 40<562.031 565>\nVStem: 84 41<192 224> 470 41<377 393> 618 41<388 400>\nFore\n470 376 m 1\n 470 389 l 2\n 470 435 506 485 563 485 c 0\n 619 485 659 440 659 391 c 1\n 659 380 650 371 639 371 c 0\n 627 371 618 380 618 391 c 1\n 618 417 595 445 562 445 c 0\n 536 444 511 413 511 389 c 2\n 511 298 l 2\n 511 280 504 271 491 271 c 0\n 478 271 472 278 470 295 c 0\n 466 348 395 390 311 390 c 0\n 201 390 125 315 125 205 c 0\n 125 100 202 25 311 25 c 0\n 384 25 446 49 498 97 c 0\n 506 105 509 107 516 107 c 0\n 526 107 535 98 535 88 c 0\n 535 76 520 58 492 39 c 0\n 441 4 375 -16 309 -16 c 0\n 178 -16 84 76 84 204 c 0\n 84 336 180 431 314 431 c 0\n 375 431 429 412 470 376 c 1\nEndSplineSet\nEndChar\nStartChar: uni0189\nEncoding: 393 393 328\nWidth: 600\nFlags: HW\nHStem: 0 41<70 104 145 290> 272 41<27 104 145 307> 522 41<70 104 145 288 145 145>\nVStem: 104 41<41 272 313 522> 479 41<245 254 254 310>\nRef: 208 208 N 1 0 0 1 0 0\nEndChar\nStartChar: uni018A\nEncoding: 394 394 329\nWidth: 600\nFlags: HW\nHStem: 0 41<66 103 146 306> 374 41<22.4307 36> 522 41<31 103 146 306>\nVStem: -62 40<464 471> 104 41<42 521> 479 41<240 320>\nFore\n145 41 m 1\n 295 41 l 2\n 391 41 479 139 479 245 c 2\n 479 318 l 2\n 479 371 454 431 414 472 c 0\n 379 507 342 522 288 522 c 2\n 145 522 l 1\n 145 41 l 1\n34 563 m 2\n 290 563 l 2\n 419 563 520 451 520 310 c 2\n 520 254 l 2\n 520 112 419 0 290 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 104 41 l 1\n 104 522 l 1\n 34 522 l 2\n 10 522 -21 497 -22 471 c 0\n -22 438 6 415 32 415 c 1\n 43 415 52 406 52 394 c 0\n 52 383 43 374 32 374 c 1\n -17 374 -62 414 -62 470 c 0\n -62 527 -11 563 34 563 c 2\nEndSplineSet\nMinimumDistance: x9,-1 x15,12 x15,14 \nEndChar\nStartChar: uni018B\nEncoding: 395 395 330\nWidth: 600\nFlags: HW\nHStem: 0 41<220 434 475 539.53> 282 41<267 434> 522 41<130 434 475 539.53>\nVStem: 58 41<143 160> 89 41<415 522> 434 41<41 282 322 522>\nRef: 1041 1041 S -1 0 0 1 600 0\nEndChar\nStartChar: uni018C\nEncoding: 396 396 331\nWidth: 600\nFlags: HW\nHStem: -16 41<230 246> 0 41<461 518> 390 41<230 246> 563 41<86 418 461 518>\nVStem: 22 41<192 224> 419 41<41 87 192 224 329 563> 419 122<16 27>\nFore\n241 390 m 0\n 141 390 63 309 63 205 c 0\n 63 107 144 25 241 25 c 0\n 340 25 419 107 419 208 c 0\n 419 309 340 390 241 390 c 0\n419 563 m 1\n 90 563 l 1\n 72 563 63 570 63 584 c 0\n 63 597 72 604 90 604 c 1\n 514 604 l 1\n 532 604 541 597 541 584 c 0\n 541 570 532 563 514 563 c 1\n 460 563 l 1\n 460 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 419 0 l 1\n 419 88 l 1\n 372 18 312 -16 239 -16 c 0\n 119 -16 22 85 22 210 c 0\n 22 334 117 431 239 431 c 0\n 313 431 369 399 419 328 c 1\n 419 563 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x12,15 x12,13 x4,7 x4,5 \nEndChar\nStartChar: uni018D\nEncoding: 397 397 332\nWidth: 600\nFlags: HW\nHStem: -204 134<107 116> -192 40<326 358> -4 43<278 310> 414 41<278 310>\nVStem: 477 41<-185 -154 -113 -89 -89 -69 215 247 215 247>\nRef: 948 948 N -1 0 0 -1 586 447\nEndChar\nStartChar: uni018E\nEncoding: 398 398 333\nWidth: 600\nFlags: HW\nHStem: 0 41<84 398 439 493> 272 41<253 398> 397 20 522 41<105 398 398 398 439 493>\nVStem: 398 41<41 160 41 272 227 272 272 272 313 358 313 522 424 522 522 522>\nRef: 69 69 N -1 0 0 1 563 0\nEndChar\nStartChar: uni018F\nEncoding: 399 399 334\nWidth: 600\nFlags: HW\nHStem: -16 41<274 306> 253 40<92 492> 535 41<258 294>\nVStem: 50 41<224 251> 493 41<224 251 294 320>\nFore\n493 253 m 1\n 91 252 l 9\n 91 241 l 2\n 91 122 181 25 292 25 c 0\n 403 25 493 122 493 241 c 2\n 493 253 l 1\n493 293 m 1\n 493 312 l 2\n 493 432 393 535 275 535 c 0\n 206 535 155 509 101 445 c 0\n 94 437 90 435 83 435 c 0\n 71 435 63 443 63 454 c 0\n 63 464 75 481 101 505 c 0\n 150 551 211 576 275 576 c 0\n 411 576 534 453 534 318 c 2\n 534 235 l 2\n 534 174 506 104 463 58 c 0\n 418 10 359 -16 292 -16 c 0\n 225 -16 166 10 121 58 c 0\n 78 104 50 174 50 235 c 2\n 50 293 l 17\n 493 293 l 1\nEndSplineSet\nMinimumDistance: x13,-1 y18,5 x5,18 x5,19 \nEndChar\nStartChar: uni0190\nEncoding: 400 400 335\nWidth: 600\nFlags: HW\nHStem: -16 41<284 316> 0 166<484 492> 270 41<296 364> 406 157<460 469> 535 41<284 316>\nVStem: 92 44<138 167> 114 44<406 434> 202 183<291 297> 444 41<518 544> 467 41<24 55>\nFore\n92 151 m 0\n 92 224 138 272 202 291 c 1\n 202 298 l 1\n 151 316 114 361 114 421 c 0\n 114 509 193 576 298 576 c 0\n 357 576 402 558 444 517 c 1\n 444 536 l 2\n 444 554 451 563 465 563 c 0\n 478 563 485 554 485 536 c 2\n 485 433 l 2\n 485 415 478 406 465 406 c 0\n 452 406 445 414 444 430 c 0\n 440 490 379 535 301 535 c 0\n 219 535 158 486 158 420 c 0\n 158 389 172 361 197 344 c 0\n 223 327 254 311 310 311 c 2\n 358 311 l 2\n 376 311 385 304 385 291 c 0\n 385 277 376 270 358 270 c 2\n 297 270 l 2\n 230 270 205 253 181 237 c 0\n 153 220 136 188 136 153 c 0\n 136 79 206 25 299 25 c 0\n 390 25 464 76 467 142 c 0\n 468 158 474 166 487 166 c 0\n 501 166 508 157 508 139 c 2\n 508 27 l 2\n 508 9 501 0 488 0 c 0\n 474 0 467 9 467 27 c 2\n 467 56 l 1\n 426 9 367 -16 298 -16 c 0\n 178 -16 92 54 92 151 c 0\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0191\nEncoding: 401 401 336\nWidth: 600\nFlags: HW\nHStem: -93 41<87 104> 272 41<210 355> 522 41<104.47 168 211 524>\nVStem: 169 41<43 271 314 521> 355 41<216.47 271 314 360> 524 41<419 522>\nFore\n169 64 m 2\n 169 522 l 1\n 115 522 l 2\n 97 522 88 529 88 543 c 0\n 88 556 97 563 115 563 c 2\n 565 563 l 1\n 565 424 l 2\n 565 406 558 397 544 397 c 0\n 531 397 524 406 524 424 c 2\n 524 522 l 1\n 210 522 l 1\n 210 313 l 1\n 355 313 l 1\n 355 358 l 2\n 355 376 362 385 375 385 c 0\n 389 385 396 376 396 358 c 2\n 396 227 l 2\n 396 209 389 200 375 200 c 0\n 362 200 355 209 355 227 c 2\n 355 272 l 1\n 210 272 l 1\n 210 272 211 46 210 41 c 0\n 202 -35 162 -92 95 -93 c 0\n 70 -93 38 -86 20 -77 c 0\n 12 -73 8 -67 8 -59 c 0\n 8 -48 16 -39 26 -39 c 0\n 31 -39 33 -40 58 -47 c 0\n 66 -50 84 -52 96 -52 c 0\n 140 -52 169 -4 169 64 c 2\nEndSplineSet\nMinimumDistance: x5,-1 y9,6 y9,8 y19,16 y19,18 y12,15 y12,13 x1,4 x1,2 \nEndChar\nStartChar: florin\nEncoding: 402 402 337\nWidth: 600\nFlags: HMW\nHStem: -93 41<169 205.5> 334 41<184 280 321 417> 546 20<497.5 504> 577 41<401 440>\nVStem: 280 41<64 334 375 462>\nFore\n321 375 m 1\n 417 375 l 2\n 435 375 444 368 444 355 c 0\n 444 341 435 334 417 334 c 2\n 321 334 l 1\n 321 58 l 2\n 321 -26 256 -93 174 -93 c 0\n 149 -93 117 -86 99 -77 c 0\n 91 -73 87 -67 87 -59 c 0\n 87 -48 95 -39 105 -39 c 0\n 110 -39 112 -40 137 -47 c 0\n 145 -50 163 -52 175 -52 c 0\n 236 -52 280 -4 280 64 c 2\n 280 334 l 1\n 184 334 l 2\n 166 334 157 341 157 355 c 0\n 157 368 166 375 184 375 c 2\n 280 375 l 1\n 280 462 l 2\n 280 549 346 618 431 618 c 0\n 456 618 485 613 504 604 c 0\n 514 600 518 595 518 586 c 0\n 518 575 509 566 499 566 c 0\n 496 566 496 566 474 572 c 0\n 465 575 445 577 435 577 c 0\n 367 577 321 530 321 462 c 2\n 321 375 l 1\nEndSplineSet\nEndChar\nStartChar: uni0193\nEncoding: 403 403 338\nWidth: 600\nFlags: HW\nHStem: -16 41<312 351> 209 41<332 478 520 543> 535 41<303 338> 592 40<571.031 575>\nVStem: 63 41<224 336> 479 41<59 209 523 544> 627 41<534 544>\nFore\n479 522 m 1\n 479 536 l 2\n 479 582 515 632 572 632 c 0\n 628 632 668 587 668 538 c 1\n 668 527 659 518 648 518 c 0\n 636 518 627 527 627 538 c 1\n 627 564 604 592 571 592 c 0\n 545 591 520 560 520 536 c 1\n 520 445 l 1\n 520 427 513 418 500 418 c 0\n 487 418 481 426 480 443 c 0\n 476 494 404 535 315 535 c 0\n 259 535 214 518 176 481 c 0\n 132 440 104 376 104 317 c 2\n 104 244 l 2\n 104 108 192 25 336 25 c 0\n 388 25 423 33 479 59 c 1\n 479 209 l 1\n 340 209 l 2\n 322 209 313 216 313 230 c 0\n 313 243 322 250 340 250 c 2\n 534 250 l 2\n 553 250 562 243 562 230 c 0\n 562 216 553 209 534 209 c 2\n 520 209 l 1\n 520 36 l 1\n 461 2 395 -16 333 -16 c 0\n 169 -16 63 86 63 244 c 2\n 63 318 l 2\n 63 389 94 463 144 511 c 0\n 189 553 247 576 313 576 c 0\n 379 576 434 558 479 522 c 1\nEndSplineSet\nMinimumDistance: x24,21 x24,23 x17,20 x17,18 \nEndChar\nStartChar: uni0194\nEncoding: 404 404 339\nWidth: 600\nFlags: HW\nHStem: -27 41<288.765 304> 522 41<64.4704 99 149 192 400 448 495 528>\nVStem: 199 41<85 117> 360 41<85 106> 381 165<542 549>\nDStem: 99 522 148 522 277 261 300 295 449 522 495 522 300 295 323 262\nFore\n300 227 m 1\n 270 180 239 156 240 104 c 0\n 240 64 252 14 300 14 c 0\n 354 14 360 68 360 104 c 0\n 359 146 332 179 300 227 c 1\n277 261 m 1\n 99 522 l 1\n 75 522 l 2\n 57 522 48 529 48 543 c 0\n 48 556 57 563 75 563 c 2\n 186 563 l 2\n 204 563 213 556 213 543 c 0\n 213 529 204 522 186 522 c 2\n 148 522 l 1\n 300 295 l 1\n 449 522 l 1\n 409 522 l 2\n 390 522 381 529 381 543 c 0\n 381 556 390 563 409 563 c 2\n 519 563 l 2\n 536 563 546 555 546 543 c 0\n 546 530 535 522 519 522 c 2\n 495 522 l 1\n 323 262 l 1\n 344 234 401 170 401 104 c 1\n 401 30 366 -27 300 -27 c 16\n 234 -27 199 38 199 104 c 17\n 199 183 255 232 277 261 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni0195\nEncoding: 405 405 340\nWidth: 600\nFlags: HW\nHStem: -16 41<439.167 467> 0 41<33 87 130 183> 376 41<454 538> 390 41<217.652 247> 563 41<23.4704 87>\nVStem: 7 121<583 586> 88 41<41 296 361 563> 321 41<101.402 315> 437 143<390 400> 539 42<104.069 376>\nFore\n340 41 m 24\n 321 65 321 115 321 115 c 1\n 321 290 l 1\n 321 319 322 346 300 368 c 0\n 274 394 270 390 230 390 c 0\n 174 390 141 330 136 316 c 2\n 129 296 l 1\n 129 41 l 1\n 174 41 l 2\n 193 41 202 34 202 21 c 0\n 202 7 192 0 174 0 c 2\n 42 0 l 2\n 25 0 15 7 15 21 c 0\n 15 34 24 41 42 41 c 2\n 88 41 l 1\n 88 563 l 1\n 34 563 l 2\n 16 563 7 570 7 584 c 0\n 7 597 16 604 34 604 c 2\n 129 604 l 1\n 128 360 l 1\n 150 406 174 432 235 431 c 0\n 332 429 362 372 362 291 c 1\n 362 115 l 1\n 362 65 402 25 453 25 c 0\n 520 25 539 85 539 118 c 2\n 539 376 l 1\n 465 376 l 2\n 446 376 437 383 437 397 c 0\n 437 410 446 417 465 417 c 2\n 580 417 l 1\n 581 116 l 1\n 581 116 579 -14 454 -16 c 0\n 403 -17 372 2 340 41 c 24\nEndSplineSet\nMinimumDistance: x30,-1 x26,29 x26,27 x15,18 x15,16 x14,11 x14,13 x7,10 x7,8 \nEndChar\nStartChar: uni0196\nEncoding: 406 406 341\nWidth: 600\nFlags: HW\nHStem: -8 41<365 381> 523 40<190.614 261>\nVStem: 261 41<104 523>\nFore\n261 120 m 10\n 261 523 l 1\n 200 523 l 2\n 185 523 173 530 173 543 c 0\n 173 559 183 563 200 563 c 2\n 302 563 l 1\n 302 120 l 18\n 302 58 328 33 370 33 c 0\n 416 33 452 60 466 80 c 1\n 472 89 485 91 494 84 c 0\n 503 78 505 65 498 56 c 1\n 478 28 434 -8 370 -8 c 0\n 302 -8 261 46 261 120 c 10\nEndSplineSet\nMinimumDistance: x5,-1 x1,4 x1,2 \nEndChar\nStartChar: uni0197\nEncoding: 407 407 342\nWidth: 600\nFlags: HW\nHStem: 0 41<129.47 278 321 465> 281 40<177 278 321 422> 522 41<129.47 278 321 465>\nVStem: 279 41<41 281 321 522>\nFore\n279 321 m 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\n 320 321 l 1\n 420 321 l 1\n 438 321 447 314 447 301 c 0\n 447 288 438 281 420 281 c 1\n 320 281 l 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 477 0 459 0 c 2\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 281 l 1\n 184 281 l 1\n 166 281 157 288 157 301 c 0\n 157 314 166 321 184 321 c 1\n 279 321 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x21,18 x21,20 x14,17 x14,15 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 x0,23 x0,25 \nEndChar\nStartChar: uni0198\nEncoding: 408 408 343\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 248 489 555> 374 41<517 523> 522 41<59.4704 123 166 248 395 444 503 523>\nVStem: 124 41<41 221 274 522> 574 40<464 471>\nDStem: 445 522 502 522 165 273 280 324 445 522 246 294 165 273 165 221\nFore\n502 522 m 1\n 280 324 l 1\n 377 284 414 233 489 41 c 1\n 545 41 l 2\n 563 41 572 34 572 21 c 0\n 572 7 563 0 545 0 c 2\n 458 0 l 1\n 385 203 341 263 246 294 c 1\n 165 221 l 1\n 165 41 l 1\n 240 41 l 2\n 258 41 267 34 267 21 c 0\n 267 7 258 0 240 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 240 563 l 2\n 258 563 267 556 267 543 c 0\n 267 529 258 522 240 522 c 2\n 165 522 l 1\n 165 273 l 1\n 445 522 l 1\n 400 522 l 1\n 381 522 372 529 372 543 c 0\n 372 556 381 563 400 563 c 1\n 518 563 l 1\n 563 563 614 527 614 470 c 0\n 614 414 569 374 520 374 c 1\n 509 374 500 383 500 394 c 0\n 500 406 509 415 520 415 c 1\n 546 415 574 438 574 471 c 0\n 573 497 542 522 518 522 c 2\n 502 522 l 1\nEndSplineSet\nEndChar\nStartChar: uni0199\nEncoding: 409 409 344\nWidth: 600\nFlags: HW\nHStem: 0 41<79.4704 144 381 410 469 516> 376 41<325.47 357 419 471> 577 41<287 311>\nVStem: 144 41<41 180 230 464> 309 184<396 400> 356 185<16 23>\nDStem: 231 219 262 245 411 41 469 41 358 376 419 376 185 229 262 245\nFore\n144 41 m 1\n 144 462 l 1\n 144 549 210 618 295 618 c 0\n 320 618 349 613 368 604 c 0\n 378 600 382 595 382 586 c 0\n 382 575 373 566 363 566 c 0\n 360 566 360 566 338 572 c 0\n 329 575 309 577 299 577 c 0\n 231 577 185 530 185 462 c 1\n 185 229 l 1\n 358 376 l 1\n 336 376 l 2\n 318 376 309 383 309 397 c 0\n 309 410 318 417 336 417 c 2\n 466 417 l 2\n 484 417 493 410 493 397 c 0\n 493 383 484 376 466 376 c 2\n 419 376 l 1\n 262 245 l 1\n 469 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 383 0 l 2\n 365 0 356 7 356 21 c 0\n 356 34 365 41 383 41 c 2\n 411 41 l 1\n 231 219 l 1\n 185 180 l 1\n 185 0 l 1\n 90 0 l 2\n 72 0 63 7 63 21 c 0\n 63 34 72 41 90 41 c 2\n 144 41 l 1\nEndSplineSet\nMinimumDistance: x21,-1 x0,30 x0,32 \nEndChar\nStartChar: uni019A\nEncoding: 410 410 345\nWidth: 600\nFlags: HW\nHStem: 0 41<108.47 278 321 482> 274 40<172 278 320 420> 563 41<154 278>\nVStem: 279 41<41 274 314 563>\nFore\n279 314 m 1\n 279 563 l 1\n 162 563 l 2\n 144 563 135 570 135 584 c 0\n 135 597 144 604 162 604 c 2\n 320 604 l 1\n 320 314 l 1\n 418 314 l 1\n 436 314 447 307 445 294 c 0\n 444 287 436 274 418 274 c 1\n 320 274 l 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 274 l 1\n 182 274 l 1\n 164 274 155 281 155 294 c 0\n 155 307 164 314 182 314 c 1\n 279 314 l 1\nEndSplineSet\nMinimumDistance: x12,-1 x4,6 y6,4 y6,5 x18,15 x18,17 x11,14 x11,12 x6,9 x6,7 x1,4 x1,2 x0,20 x0,22 \nEndChar\nStartChar: uni019B\nEncoding: 411 411 346\nWidth: 600\nFlags: HW\nHStem: -2 41<75.38 97 143 205 410 467 510.016 524> 573 41<108.094 212>\nVStem: 58 164<14 20> 91 165<573 594> 387 163<14 18>\nDStem: 238.389 517.62 256.098 480.457 158 462 178 426 256.098 480.457 289.079 503.455 283 424 510 39 283 424 305 379 97 39 142 39 305 379 289.079 503.455 468 39 510 39 343 590 363 555 271.458 540.501 289.079 503.455\nFore\n58 18 m 0\n 58 31.8158 70.172 39 85 39 c 2\n 97 39 l 1\n 283 424 l 1\n 256 480 l 1\n 178 426 l 2\n 178 426 167 420 161 420 c 0\n 151 420 142 430 142 441 c 0\n 142 450 146 455 158 462 c 2\n 238 518 l 1\n 212 573 l 1\n 118 573 l 2\n 103 573 91 579 91 594 c 0\n 91 609 102 614 118 614 c 2\n 203 614 l 2\n 213 614 231 611 236 606 c 0\n 240 602 256 579 256 573 c 1\n 271 541 l 1\n 343 590 l 2\n 343 590 355 596 360 596 c 0\n 370 596 379 587 379 576 c 0\n 379 566 375 562 363 555 c 2\n 289 503 l 1\n 510 39 l 1\n 527 39 541 41 546 31 c 1\n 550 18 l 1\n 550 3 539 -2 522 -2 c 2\n 412 -2 l 2\n 397.437 -2 387 3.35331 387 18 c 0\n 387 32 397 39 412 39 c 2\n 468 39 l 1\n 305 379 l 1\n 142 39 l 1\n 195 39 l 2\n 211 39 222 33 222 18 c 0\n 222 3 211 -2 195 -2 c 2\n 85 -2 l 2\n 78 -2 73 -1 70 0 c 0\n 64 0 58 13 58 18 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni019C\nEncoding: 412 412 347\nWidth: 600\nFlags: HW\nHStem: -14 41<171 187 379 395> 0 41<533 571> 522 41<27.4704 72 237.47 281 447.875 491 533 571>\nVStem: 72 40<93 522> 282 40<109 522> 492 40<41 51 109 522> 492 101<18 27>\nFore\n492 0 m 1\n 492 52 l 1\n 458 4 429 -14 387 -14 c 0\n 344 -14 312 9 290 57 c 1\n 251 7 218 -14 177 -14 c 0\n 119 -14 72 35 72 94 c 2\n 72 522 l 1\n 38 522 l 2\n 20 522 11 529 11 542 c 0\n 11 556 20 563 38 563 c 2\n 112 563 l 1\n 112 98 l 2\n 112 60 143 27 178 27 c 0\n 214 27 244 51 282 109 c 1\n 282 522 l 1\n 248 522 l 2\n 230 522 221 529 221 542 c 0\n 221 556 230 563 248 563 c 2\n 322 563 l 1\n 322 101 l 2\n 322 62 353 27 387 27 c 0\n 422 27 454 52 492 109 c 1\n 492 522 l 1\n 458 522 l 2\n 440 522 431 529 431 542 c 0\n 431 556 441 563 458 563 c 2\n 567 563 l 2\n 584 563 593 556 593 542 c 0\n 593 529 584 522 566 522 c 2\n 532 522 l 1\n 532 41 l 1\n 566 41 l 2\n 584 41 593 34 593 20 c 0\n 593 7 584 0 566 0 c 2\n 492 0 l 1\nEndSplineSet\nMinimumDistance: x27,-1 x30,33 x30,31 x22,25 x22,23 x14,17 x14,15 x6,9 x6,7 \nEndChar\nStartChar: uni019D\nEncoding: 413 413 348\nWidth: 600\nFlags: HW\nHStem: -93 41<87 104> 0 21G<483 535> 522 41<104.47 168 408.96 493 536 571>\nVStem: 169 41<43 503> 494 41<60 522>\nDStem: 210 504 221 563 483 0 494 59\nFore\n210 41 m 0\n 202 -35 162 -92 95 -93 c 0\n 70 -93 38 -86 20 -77 c 0\n 12 -73 8 -67 8 -59 c 0\n 8 -48 16 -39 26 -39 c 0\n 31 -39 33 -40 58 -47 c 0\n 66 -50 84 -52 96 -52 c 0\n 140 -52 169 -4 169 64 c 1\n 169 522 l 1\n 115 522 l 2\n 97 522 88 529 88 543 c 0\n 88 556 97 563 115 563 c 2\n 221 563 l 1\n 494 59 l 1\n 494 522 l 1\n 420 522 l 2\n 401 522 392 529 392 543 c 0\n 392 556 401 563 420 563 c 2\n 569 563 l 2\n 587 563 596 556 596 543 c 0\n 596 529 587 522 569 522 c 2\n 535 522 l 1\n 535 0 l 1\n 483 0 l 1\n 210 504 l 1\n 210 58 l 1\n 210 52 211 47 210 41 c 0\nEndSplineSet\nMinimumDistance: x18,-1 x23,21 y21,23 y21,22 x21,18 x21,20 x14,17 x14,15 x8,11 x8,9 \nEndChar\nStartChar: uni019E\nEncoding: 414 414 349\nWidth: 600\nFlags: HW\nHStem: -184 41<400 438 480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341>\nVStem: 126 41<41 294 349 376> 439 41<-143 297>\nFore\n167 417 m 1\n 167 348 l 1\n 225 412 261 431 323 431 c 0\n 412 431 480 372 480 295 c 2\n 480 -143 l 1\n 514 -143 l 2\n 532 -143 541 -150 541 -163 c 0\n 541 -177 532 -184 514 -184 c 2\n 405 -184 l 2\n 387 -184 378 -177 378 -163 c 0\n 378 -150 387 -143 405 -143 c 2\n 439 -143 l 1\n 439 288 l 2\n 439 318 426 343 401 364 c 0\n 377 384 358 390 319 390 c 0\n 281 390 252 380 224 357 c 0\n 209 346 199 335 167 294 c 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 81 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 167 417 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x11,8 x11,10 x4,7 x4,5 x25,28 x25,26 x24,21 x24,23 x17,20 x17,18 \nEndChar\nStartChar: uni019F\nEncoding: 415 415 350\nWidth: 600\nFlags: HW\nHStem: -16 41<291 307> 260 40<99 499> 535 41<291 307>\nVStem: 51 498<260 300>\nRef: 1256 1256 N 1 0 0 1 0 0\nEndChar\nStartChar: Ohorn\nEncoding: 416 416 351\nWidth: 600\nFlags: HW\nHStem: -16 41<291 307> 483 41<484 509> 535 41<291 307> 631 41<499 510>\nVStem: 51 41<256 304> 508 41<256 288> 557 40<575.031 578>\nFore\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\n443 524 m 1\n 501 524 l 2\n 525 524 556 549 557 575 c 0\n 557 608 529 631 503 631 c 1\n 492 631 483 640 483 652 c 0\n 483 663 492 672 503 672 c 1\n 552 672 597 632 597 576 c 0\n 597 519 547 483 501 483 c 2\n 483 483 l 1\n 524 430 549 357 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n 354 576 403 557 443 524 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: ohorn\nEncoding: 417 417 352\nWidth: 600\nFlags: HW\nHStem: -16 41<279.738 312> 350 41<478 498> 390 41<279.738 312> 498 41<493 504>\nVStem: 72 41<192 224> 487 41<192 224> 550 40<442.031 448>\nFore\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\n431 391 m 1\n 494 391 l 2\n 518 391 549 416 550 442 c 0\n 550 475 522 498 496 498 c 1\n 485 498 476 507 476 519 c 0\n 476 530 485 539 496 539 c 1\n 545 539 590 499 590 443 c 0\n 590 386 540 350 494 350 c 2\n 476 350 l 1\n 509 311 528 261 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n 349 431 394 416 431 391 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni01A2\nEncoding: 418 418 353\nWidth: 600\nFlags: HW\nHStem: -16 41<211 227> 0 41<468.47 503 545 568> 535 41<211 227> 594 44<403 429>\nVStem: 3 41<256 304> 390 40<256 304> 504 41<41 534>\nFore\n217 535 m 0\n 101 535 44 421 44 277 c 0\n 44 140 104 25 217 25 c 0\n 331 25 390 140 390 280 c 0\n 390 420 332 535 217 535 c 0\n281 565 m 1\n 306 609 354 638 424 638 c 0\n 518 638 545 566 545 522 c 2\n 545 41 l 1\n 566 41 l 2\n 585 41 594 34 594 21 c 0\n 594 7 584 0 566 0 c 2\n 479 0 l 2\n 461 0 452 7 452 21 c 0\n 452 34 461 41 479 41 c 2\n 504 41 l 1\n 504 522 l 2\n 504 546 494 594 410 594 c 0\n 367 594 344 584 317 546 c 1\n 387 500 428 406 429 313 c 8\n 429 297 430 272 430 272 c 1\n 427 111 354 -16 217 -16 c 0\n 80 -16 3 115 3 276 c 0\n 3 446 76 576 217 576 c 0\n 240 576 261 572 281 565 c 1\nEndSplineSet\nMinimumDistance: x8,-1 x14,11 x14,13 x7,10 x7,8 \nEndChar\nStartChar: uni01A3\nEncoding: 419 419 354\nWidth: 600\nFlags: HW\nHStem: -16 41<189 205> 0 41<426 481 522 573> 390 41<189 205> 432 36<409 426>\nVStem: 29 39<183 226> 334 36<185 227> 482 40<41 368>\nFore\n200 390 m 0\n 122 390 68 307 68 202 c 0\n 68 103 124 25 200 25 c 0\n 278 25 334 106 334 208 c 0\n 334 309 278 390 200 390 c 0\n280 408 m 1\n 317 452 361 468 424 468 c 16\n 477 468 522 428 522 360 c 2\n 522 41 l 1\n 568 41 l 2\n 586 41 596 34 596 21 c 0\n 596 7 586 0 568 0 c 2\n 436 0 l 2\n 418 0 410 7 410 21 c 0\n 410 34 418 41 436 41 c 2\n 482 41 l 1\n 482 360 l 2\n 482 404 458 432 414 432 c 8\n 368 432 339 418 308 386 c 1\n 346 350 371 294 371 225 c 8\n 371 209 370 184 370 184 c 1\n 371 74 289 -16 200 -16 c 0\n 106 -16 29 83 29 205 c 0\n 29 332 104 431 200 431 c 0\n 228 431 256 423 280 408 c 1\nEndSplineSet\nMinimumDistance: x8,-1 x14,11 x14,13 x7,10 x7,8 \nEndChar\nStartChar: uni01A4\nEncoding: 420 420 355\nWidth: 600\nFlags: HW\nHStem: 0 41<67 123 166 313> 231 41<166 316> 374 41<58.4307 72> 522 41<67 123 166 331>\nVStem: -26 40<464 471> 124 41<41 231 273 521> 458 41<384 400>\nFore\n165 522 m 1\n 165 272 l 1\n 299 272 l 2\n 386 272 458 329 458 398 c 0\n 458 466 393 522 314 522 c 2\n 165 522 l 1\n124 522 m 1\n 70 522 l 2\n 46 522 15 497 14 471 c 0\n 14 438 42 415 68 415 c 1\n 79 415 88 406 88 394 c 0\n 88 383 79 374 68 374 c 1\n 19 374 -26 414 -26 470 c 0\n -26 527 25 563 70 563 c 1\n 310 563 l 2\n 416 563 499 491 499 398 c 0\n 499 305 410 231 296 231 c 2\n 165 231 l 1\n 165 41 l 1\n 303 41 l 2\n 322 41 331 34 331 21 c 0\n 331 7 321 0 303 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\nEndSplineSet\nMinimumDistance: x14,-1 x24,21 x24,23 x17,20 x17,18 \nEndChar\nStartChar: uni01A5\nEncoding: 421 421 356\nWidth: 600\nFlags: HW\nHStem: -186 41<38.4704 103 145 246> 10 41<310 341> 390 41<310 342> 577 41<242 271>\nVStem: 103 41<-145 105 214 230 336 470> 500 41<214 230>\nFore\n144 221 m 0\n 144 126 223 51 322 51 c 0\n 420 51 500 126 500 219 c 0\n 500 316 423 390 322 390 c 0\n 223 390 144 315 144 221 c 0\n103 -145 m 1\n 103 462 l 2\n 103 549 169 618 254 618 c 0\n 279 618 308 613 327 604 c 0\n 337 600 341 595 341 586 c 0\n 341 575 332 566 322 566 c 0\n 319 566 319 566 297 572 c 0\n 288 575 268 577 258 577 c 0\n 190 577 144 530 144 462 c 2\n 144 335 l 1\n 197 404 247 431 323 431 c 0\n 447 431 541 340 541 221 c 0\n 541 102 446 10 323 10 c 0\n 246 10 190 40 144 106 c 1\n 144 -145 l 1\n 242 -145 l 2\n 260 -145 269 -152 269 -165 c 0\n 269 -179 260 -186 242 -186 c 2\n 49 -186 l 2\n 31 -186 22 -179 22 -165 c 0\n 22 -152 31 -145 49 -145 c 2\n 103 -145 l 1\nEndSplineSet\nMinimumDistance: x15,-1 x18,21 x18,19 x4,22 x4,24 \nEndChar\nStartChar: uni01A6\nEncoding: 422 422 357\nWidth: 600\nFlags: HW\nHStem: -186 41<489 518> 0 41<83 128 171 236> 181 40<171 283> 374 43<171 316> 522 41<83 128 171 236>\nVStem: 129 41<41 180 222 373 417 522> 419 41<294 310>\nFore\n170 221 m 1\n 267 221 l 2\n 348 221 419 255 419 302 c 0\n 419 344 358 374 302 374 c 2\n 170 374 l 1\n 170 221 l 1\n170 417 m 1\n 301 417 l 2\n 390 417 460 368 460 301 c 0\n 460 246 424 212 338 194 c 1\n 436 140 428 -50 489 -145 c 1\n 516 -145 l 2\n 532 -145 540 -156 540 -165 c 0\n 540 -176 532 -186 516 -186 c 2\n 466 -186 l 1\n 390 -90 398 146 283 181 c 1\n 170 181 l 1\n 170 41 l 1\n 233 41 l 2\n 249 41 257 30 257 21 c 0\n 257 10 249 0 233 0 c 2\n 84 0 l 2\n 68 0 60 10 60 21 c 0\n 60 30 68 41 84 41 c 2\n 129 41 l 1\n 129 522 l 1\n 84 522 l 2\n 68 522 60 533 60 542 c 0\n 60 553 68 563 84 563 c 2\n 233 563 l 2\n 249 563 257 553 257 542 c 0\n 257 533 249 522 233 522 c 2\n 170 522 l 1\n 170 417 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x31,28 x31,30 x24,27 x24,25 x23,20 x23,22 x16,19 x16,17 \nEndChar\nStartChar: uni01A7\nEncoding: 423 423 358\nWidth: 600\nFlags: HW\nHStem: -16 41<284 316> 0 166<484 492> 406 157<133 140> 535 41<284 316>\nVStem: 92 44<138 167> 114 41<518 544> 441 44<406 434> 467 41<24 55>\nFore\n155 517 m 1\n 197 558 242 576 301 576 c 0\n 406 576 485 509 485 421 c 0\n 485 379 466 340 433 317 c 0\n 403 295 367 283 297 271 c 0\n 226 259 205 253 181 237 c 0\n 153 220 136 188 136 153 c 0\n 136 79 206 25 299 25 c 0\n 390 25 464 76 467 142 c 0\n 468 158 474 166 487 166 c 0\n 501 166 508 157 508 139 c 2\n 508 27 l 2\n 508 9 501 0 488 0 c 0\n 474 0 467 9 467 27 c 2\n 467 56 l 1\n 426 9 367 -16 298 -16 c 0\n 178 -16 92 54 92 151 c 0\n 92 202 115 245 154 269 c 0\n 184 288 212 296 289 309 c 0\n 351 319 376 327 402 344 c 0\n 427 361 441 389 441 420 c 0\n 441 486 380 535 298 535 c 0\n 220 535 159 490 155 430 c 0\n 154 414 147 406 134 406 c 0\n 121 406 114 415 114 433 c 2\n 114 536 l 2\n 114 554 121 563 134 563 c 0\n 148 563 155 554 155 536 c 2\n 155 517 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni01A8\nEncoding: 424 424 359\nWidth: 600\nFlags: HW\nHStem: -16 41<279 311> 0 137<471 478> 293 124<146 153> 390 41<282 311>\nVStem: 103 45<107 119> 127 41<386 392> 431 45<314 322> 456 41<24 37 98.4446 119>\nFore\n168 385 m 1\n 203 416 248 431 305 431 c 0\n 403 431 476 383 476 318 c 0\n 476 287 458 257 430 239 c 0\n 402 222 374 215 300 207 c 0\n 245 201 218 194 192 180 c 0\n 165 165 148 140 148 117 c 0\n 148 64 214 25 302 25 c 0\n 387 25 456 62 456 108 c 2\n 456 115 l 2\n 456 128 464 137 476 137 c 0\n 490 137 497 128 497 110 c 2\n 497 27 l 2\n 497 9 490 0 476 0 c 0\n 463 0 456 9 456 27 c 2\n 456 38 l 1\n 414 1 364 -16 299 -16 c 0\n 186 -16 103 40 103 116 c 0\n 103 151 122 185 153 206 c 0\n 185 227 222 238 283 245 c 0\n 371 254 377 256 399 270 c 0\n 420 282 431 299 431 315 c 0\n 431 358 375 390 301 390 c 0\n 225 390 173 361 168 316 c 0\n 166 300 159 293 147 293 c 0\n 134 293 127 302 127 320 c 2\n 127 389 l 2\n 127 408 134 417 147 417 c 0\n 160 417 168 406 168 389 c 2\n 168 385 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni01A9\nEncoding: 425 425 360\nWidth: 600\nFlags: HW\nHStem: 0 43<142 449> 0 214<468 471> 535 42<140 449>\nVStem: 102 39<44 47 531 534> 449 41<44 192 403.134 534>\nDStem: 102 519 139 531 259 307 307 305 259 307 307 305 102 60 141 47\nRef: 931 931 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01AA\nEncoding: 426 426 361\nWidth: 600\nFlags: HW\nHStem: -93 41<417 433> 437 33<162.885 177> 585 33<162.839 177>\nVStem: 81 33<525 534> 234 33<525 531> 284 41<51 472>\nFore\n174 585 m 0\n 141 585 114 559 114 528 c 0\n 114 496 141 470 174 470 c 0\n 207 470 234 496 234 527 c 0\n 234 559 207 585 174 585 c 0\n267 532 m 1\n 267 526 l 0\n 267 478 225 437 174 437 c 0\n 123 437 81 478 81 528 c 0\n 81 577 123 618 174 618 c 0\n 259 618 325 549 325 462 c 2\n 325 64 l 2\n 325 -4 369 -52 430 -52 c 0\n 442 -52 460 -50 468 -47 c 0\n 493 -40 495 -39 500 -39 c 0\n 510 -39 518 -48 518 -59 c 0\n 518 -67 514 -73 506 -77 c 0\n 488 -86 456 -93 431 -93 c 0\n 349 -93 284 -26 284 58 c 2\n 284 462 l 2\n 284 487 278 511 267 532 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni01AB\nEncoding: 427 427 362\nWidth: 600\nFlags: HW\nHStem: -199 41<347 363> -16 41<278 317> 376 41<59.9599 145 187 411>\nVStem: 145 41<105 376 417 538> 458 41<-55 9>\nFore\n458 17 m 1\n 417 -1 353 -16 300 -16 c 0\n 206 -16 145 32 145 107 c 2\n 145 376 l 1\n 71 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 71 417 c 2\n 145 417 l 1\n 145 536 l 2\n 145 554 152 563 166 563 c 0\n 180 563 186 555 186 536 c 2\n 186 417 l 1\n 406 417 l 2\n 424 417 433 410 433 397 c 0\n 433 383 424 376 406 376 c 2\n 186 376 l 1\n 186 109 l 2\n 186 58 229 25 298 25 c 0\n 354 25 425 42 464 65 c 0\n 472 70 475 71 480 71 c 0\n 490 71 499 61 499 51 c 2\n 499 -48 l 2\n 499 -132 434 -199 352 -199 c 0\n 327 -199 295 -192 277 -183 c 0\n 269 -179 265 -173 265 -165 c 0\n 265 -154 273 -145 283 -145 c 0\n 288 -145 290 -146 315 -153 c 0\n 323 -156 341 -158 353 -158 c 0\n 414 -158 458 -110 458 -42 c 2\n 458 17 l 1\nEndSplineSet\nMinimumDistance: x20,-1 y7,10 y7,8 x11,14 x11,12 x3,6 x3,4 \nEndChar\nStartChar: uni01AC\nEncoding: 428 428 363\nWidth: 600\nFlags: HW\nHStem: 0 41<164.47 279 322 433> 374 41<101.431 115> 522 41<110 279 322 487>\nVStem: 17 40<464 471> 280 41<41 521> 487 41<440.137 521>\nFore\n113 522 m 1\n 89 522 58 497 57 471 c 0\n 57 438 85 415 111 415 c 1\n 122 415 131 406 131 394 c 0\n 131 383 122 374 111 374 c 1\n 62 374 17 414 17 470 c 0\n 17 527 68 563 113 563 c 1\n 528 563 l 1\n 528 449 l 2\n 528 430 522 422 508 422 c 0\n 496 422 487 433 487 449 c 2\n 487 522 l 1\n 321 522 l 1\n 321 41 l 1\n 426 41 l 2\n 444 41 453 34 453 21 c 0\n 453 7 444 0 426 0 c 2\n 175 0 l 2\n 157 0 148 7 148 21 c 0\n 148 34 157 41 175 41 c 2\n 280 41 l 1\n 280 522 l 1\n 113 522 l 1\nEndSplineSet\nMinimumDistance: x7,-1 y11,8 y11,10 x20,17 x20,19 x13,16 x13,14 \nEndChar\nStartChar: uni01AD\nEncoding: 429 429 364\nWidth: 600\nFlags: HW\nHStem: -16 41<283 315> 376 41<59.9599 145 187 411> 577 41<295 315>\nVStem: 145 41<96 376 417 464>\nFore\n186 462 m 1\n 186 417 l 1\n 406 417 l 2\n 424 417 433 410 433 397 c 0\n 433 383 424 376 406 376 c 2\n 186 376 l 1\n 186 109 l 1\n 186 58 229 25 298 25 c 0\n 354 25 425 42 464 65 c 0\n 472 70 475 71 480 71 c 0\n 490 71 499 61 499 51 c 0\n 499 22 385 -16 300 -16 c 0\n 206 -16 145 32 145 107 c 1\n 145 376 l 1\n 71 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 71 417 c 2\n 145 417 l 1\n 145 462 l 1\n 145 549 211 618 296 618 c 0\n 321 618 350 613 369 604 c 0\n 379 600 383 595 383 586 c 0\n 383 575 374 566 364 566 c 0\n 361 566 361 566 339 572 c 0\n 330 575 310 577 300 577 c 0\n 232 577 186 530 186 462 c 1\nEndSplineSet\nMinimumDistance: x2,-1 x13,16 x13,14 x1,4 x1,2 \nEndChar\nStartChar: uni01AE\nEncoding: 430 430 365\nWidth: 600\nFlags: HW\nHStem: -199 41<410.94 440> 522 41<113 280 322 487>\nVStem: 72 41<441 521> 280 41<-55 521> 487 41<441 521>\nFore\n321 522 m 1\n 321 -42 l 1\n 321 -110 365 -158 426 -158 c 0\n 438 -158 456 -156 464 -153 c 0\n 489 -146 491 -145 496 -145 c 0\n 506 -145 514 -154 514 -165 c 0\n 514 -173 510 -179 502 -183 c 0\n 484 -192 452 -199 427 -199 c 0\n 345 -199 280 -132 280 -48 c 1\n 280 522 l 1\n 113 522 l 1\n 113 449 l 2\n 113 431 106 422 92 422 c 0\n 79 422 72 431 72 449 c 2\n 72 563 l 1\n 528 563 l 1\n 528 449 l 2\n 528 430 522 422 508 422 c 0\n 496 422 487 433 487 449 c 2\n 487 522 l 1\n 321 522 l 1\nEndSplineSet\nMinimumDistance: x15,-1 y19,16 y19,18 y10,13 y10,11 \nEndChar\nStartChar: Uhorn\nEncoding: 431 431 366\nWidth: 600\nFlags: HW\nHStem: -16 41<281.41 312> 522 41<56.4704 101 143 218 376 457 499 537> 670 41<532 537>\nVStem: 101 41<176 522> 458 41<176 522> 589 40<614.031 624>\nFore\n499 522 m 1\n 499 185 l 2\n 499 71 412 -16 300 -16 c 0\n 187 -16 101 71 101 185 c 2\n 101 522 l 1\n 67 522 l 2\n 49 522 40 529 40 543 c 0\n 40 557 49 563 67 563 c 2\n 216 563 l 2\n 234 563 243 556 243 543 c 0\n 243 529 234 522 216 522 c 2\n 142 522 l 1\n 142 185 l 2\n 142 95 211 25 300 25 c 0\n 388 25 458 95 458 185 c 2\n 458 522 l 1\n 384 522 l 2\n 366 522 357 529 357 543 c 0\n 357 557 365 563 384 563 c 2\n 533 563 l 2\n 557 563 588 588 589 614 c 0\n 589 647 561 670 535 670 c 1\n 524 670 515 679 515 691 c 0\n 515 702 524 711 535 711 c 1\n 584 711 629 671 629 615 c 0\n 629 558 579 522 533 522 c 2\n 499 522 l 1\nEndSplineSet\nMinimumDistance: x1,4 x3,0 y0,3 y0,1 x15,18 x15,16 x11,8 x11,10 x4,7 x4,5 \nEndChar\nStartChar: uhorn\nEncoding: 432 432 367\nWidth: 600\nFlags: HW\nHStem: -16 41<251 267> 0 41<481 523> 376 41<59.4704 124 363 438 481 482> 524 41<475 482>\nVStem: 124 41<112 376> 439 41<41 65 115 376> 439 102<16 27> 534 40<468.031 471>\nFore\n480 376 m 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 2\n 504 417 533 443 534 468 c 0\n 534 501 506 524 480 524 c 1\n 469 524 460 533 460 545 c 0\n 460 556 469 565 480 565 c 1\n 529 565 574 525 574 469 c 0\n 574 413 525 377 480 376 c 1\nEndSplineSet\nMinimumDistance: x26,-1 x17,20 x17,18 x1,4 x1,2 x9,12 x9,10 \nEndChar\nStartChar: uni01B1\nEncoding: 433 433 368\nWidth: 600\nFlags: HW\nHStem: -2 40<260 350> 528 43<118 242 371 499>\nVStem: 78 40<417.408 527> 87 39<206 223> 243 42<431 527> 328 42<431 527> 489 41<206 223> 499 41<418.353 527>\nFore\n99 400 m 0\n 82.7792 400 78 412.334 78 427 c 2\n 78 571 l 1\n 285 571 l 1\n 285 396 l 1\n 238.624 391.583 203.587 380.046 179 353 c 0\n 144.509 316.784 126 276.602 126 216 c 0\n 126 169.641 136.257 136.778 158 105 c 0\n 170 86 182 72 195 65 c 0\n 215.881 53.7564 233.913 40.6763 258 38 c 2\n 350 38 l 1\n 386 42 414 55 434 77 c 0\n 467.438 115.454 489 153.37 489 216 c 0\n 489 282.735 457.844 344.345 411 369 c 0\n 378.862 385.915 384.458 385.676 356 392 c 2\n 328 396 l 1\n 328 571 l 1\n 540 571 l 1\n 540 427 l 2\n 540 412.975 531.617 400 518 400 c 0\n 503.663 400 499 413.352 499 427 c 2\n 499 528 l 1\n 370 528 l 1\n 370 431 l 1\n 415.621 421.396 442.14 403.574 473 371 c 0\n 504.067 338.106 530 283.868 530 221 c 0\n 530 163.769 516.093 122.149 491 82 c 0\n 476 58 458 39 436 26 c 0\n 401.572 5.65611 389.599 -2 350 -2 c 2\n 260 -2 l 1\n 206.802 4.93884 174.094 25.1226 142 59 c 0\n 106.568 94.4324 87 146.765 87 214 c 0\n 87 304.88 123.031 373.278 185 410 c 0\n 203 422 222 429 243 431 c 1\n 243 528 l 1\n 118 528 l 1\n 118 427 l 2\n 118 413.402 113.313 400 99 400 c 0\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni01B2\nEncoding: 434 434 369\nWidth: 600\nFlags: HW\nHStem: -12 41<282 316> 522 41<61.4848 124 165 220 472 528>\nVStem: 124 41<131 522> 431 42<131 522> 431 122<532.764 549>\nFore\n553 541 m 0\n 553 525 545 522 525 522 c 2\n 473 522 l 1\n 473 144 l 2\n 473 40 416 -12 302 -12 c 0\n 192 -12 124 37 124 146 c 2\n 124 522 l 1\n 71 522 l 2\n 56 522 43 529 43 543 c 0\n 43 559 53 563 71 563 c 2\n 212 563 l 2\n 228 563 243 557 243 543 c 0\n 243 526 231 522 214 522 c 2\n 165 522 l 1\n 165 148 l 2\n 165 67 228 29 300 29 c 0\n 337 29 368 38 393 55 c 0\n 418 72 431 102 431 144 c 2\n 431 563 l 1\n 525 563 l 2\n 541 563 553 557 553 541 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x2,19 x2,1 x6,9 x6,7 \nEndChar\nStartChar: uni01B3\nEncoding: 435 435 370\nWidth: 600\nFlags: HW\nHStem: 0 41<174 280 323 430> 374 41<66.4307 80> 522 41<75 102 152 191 400.96 451 498 526>\nVStem: -18 40<464 471> 281 41<41 254> 384 165<542 545>\nDStem: 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nFore\n151 522 m 1\n 303 295 l 1\n 452 522 l 1\n 412 522 l 2\n 393 522 384 529 384 543 c 0\n 384 556 393 563 412 563 c 2\n 522 563 l 2\n 539 563 549 555 549 543 c 0\n 549 530 538 522 522 522 c 2\n 498 522 l 1\n 322 254 l 1\n 322 41 l 1\n 427 41 l 2\n 445 41 454 34 454 21 c 0\n 454 7 445 0 427 0 c 2\n 176 0 l 2\n 158 0 149 7 149 21 c 0\n 149 34 158 41 176 41 c 2\n 281 41 l 1\n 281 254 l 1\n 102 522 l 1\n 78 522 l 2\n 54 522 23 497 22 471 c 0\n 22 438 50 415 76 415 c 1\n 87 415 96 406 96 394 c 0\n 96 383 87 374 76 374 c 1\n 27 374 -18 414 -18 470 c 0\n -18 527 33 563 78 563 c 2\n 189 563 l 2\n 207 563 216 556 216 543 c 0\n 216 529 207 522 189 522 c 1\n 151 522 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x18,15 x18,17 x11,14 x11,12 \nEndChar\nStartChar: uni01B4\nEncoding: 436 436 371\nWidth: 600\nFlags: HW\nHStem: -186 41<77 211 253 323> 376 41<67.4704 94 142 195 403 465 508 526> 524 41<521 531>\nVStem: 51 169<390 399> 57 287<-170 -163> 578 40<468.031 471>\nDStem: 94 376 141 376 282 0 305 45 282 0 508 376 211 -145 252 -145 466 376 508 376 305 45 252 -145\nFore\n508 376 m 1\n 252 -145 l 1\n 317 -145 l 2\n 335 -145 344 -152 344 -165 c 0\n 344 -179 335 -186 317 -186 c 2\n 84 -186 l 2\n 66 -186 57 -179 57 -165 c 0\n 57 -152 66 -145 84 -145 c 2\n 211 -145 l 1\n 282 0 l 1\n 94 376 l 1\n 78 376 l 2\n 60 376 51 383 51 397 c 0\n 51 410 60 417 78 417 c 2\n 193 417 l 2\n 211 417 220 410 220 397 c 0\n 220 383 211 376 193 376 c 2\n 141 376 l 1\n 305 45 l 1\n 466 376 l 1\n 412 376 l 1\n 394 376 385 383 385 397 c 0\n 385 410 394 417 412 417 c 2\n 522 417 l 2\n 546 417 577 442 578 468 c 0\n 578 501 550 524 524 524 c 1\n 513 524 504 533 504 545 c 0\n 504 556 513 565 524 565 c 1\n 573 565 618 525 618 469 c 0\n 618 412 568 376 522 376 c 2\n 508 376 l 1\nEndSplineSet\nEndChar\nStartChar: uni01B5\nEncoding: 437 437 372\nWidth: 600\nFlags: HW\nHStem: 0 41<143 456> 0 209<469 478> 281 40<173.43 247 343 430> 522 41<162 430>\nVStem: 103 39<42 45> 121 41<400 521> 121 349<522 562> 157 290<300 304> 431 39<519 521> 456 41<42 192>\nDStem: 261.296 281 310.278 281 103 59 142 45 431 519 470 505 289.817 321 338.8 321\nFore\n310 281 m 1\n 142 45 l 1\n 142 41 l 1\n 456 41 l 1\n 456 182 l 2\n 456 200 462 209 476 209 c 0\n 490 209 497 200 497 182 c 2\n 497 0 l 1\n 103 0 l 1\n 103 59 l 1\n 261 281 l 1\n 184 281 l 2\n 166 281 157 288 157 301 c 0\n 157 314 166 321 184 321 c 1\n 290 321 l 1\n 431 519 l 1\n 431 522 l 1\n 162 522 l 1\n 162 404 l 2\n 162 385 155 376 142 376 c 0\n 128 376 121 385 121 404 c 2\n 121 563 l 1\n 470 563 l 1\n 470 505 l 1\n 339 321 l 1\n 420 321 l 2\n 438 321 447 314 447 301 c 0\n 447 288 438 281 420 281 c 1\n 310 281 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y17,20 y17,18 y3,6 y3,4 \nEndChar\nStartChar: uni01B6\nEncoding: 438 438 373\nWidth: 600\nFlags: HW\nHStem: 0 41<172 448> 0 124<467 475> 201 40<179 259 355 422> 376 41<165 415>\nVStem: 124 41<310.47 375> 124 350<381 416> 157 290<220 224> 448 41<42 99>\nDStem: 261.074 201 313.588 201 115 36 171 41 416 376 474 381 296.485 241 349.235 241\nFore\n296 241 m 1\n 416 376 l 1\n 165 376 l 1\n 165 321 l 2\n 165 303 158 294 145 294 c 0\n 131 294 124 303 124 321 c 2\n 124 417 l 1\n 474 417 l 1\n 474 381 l 1\n 349 241 l 1\n 420 241 l 1\n 438 241 447 234 447 221 c 0\n 447 208 438 201 420 201 c 1\n 314 201 l 1\n 171 41 l 1\n 448 41 l 1\n 448 97 l 2\n 448 115 455 124 469 124 c 0\n 482 124 489 115 489 97 c 2\n 489 0 l 1\n 115 0 l 1\n 115 36 l 1\n 261 201 l 1\n 184 201 l 1\n 166 201 157 208 157 221 c 0\n 157 234 166 241 184 241 c 1\n 296 241 l 1\nEndSplineSet\nMinimumDistance: x18,-1 y2,5 y2,3 y15,18 y15,16 \nEndChar\nStartChar: uni01B7\nEncoding: 439 439 374\nWidth: 600\nFlags: HW\nHStem: -15 41<288 304> 354 41<297 324> 522 41<153 335 393 433>\nVStem: 112 41<465 521> 458 41<193 209>\nDStem: 336 522 393 522 156 349 249 383\nFore\n112 563 m 1\n 431 563 l 2\n 450 563 459 556 459 543 c 0\n 459 529 450 522 431 522 c 2\n 393 522 l 1\n 249 383 l 1\n 276 394 303 395 322 395 c 0\n 424 395 499 313 499 201 c 0\n 499 75 414 -15 295 -15 c 0\n 242 -15 192 1 142 34 c 0\n 110 55 96 70 96 82 c 0\n 96 93 105 102 116 102 c 0\n 122 102 126 100 133 93 c 0\n 181 49 235 26 293 26 c 0\n 391 26 458 98 458 203 c 0\n 458 292 400 354 316 354 c 0\n 276 354 232 343 190 321 c 0\n 179 316 166 308 155 320 c 0\n 147 328 148 341 156 349 c 2\n 336 522 l 1\n 153 522 l 1\n 153 467 l 2\n 153 449 146 440 133 440 c 0\n 119 440 112 449 112 467 c 2\n 112 563 l 1\nEndSplineSet\nMinimumDistance: x7,-1 y20,23 y20,21 \nEndChar\nStartChar: uni01B8\nEncoding: 440 440 375\nWidth: 600\nFlags: HW\nHStem: -15 41<275 291> 354 41<255 282> 522 41<146 186 244 426>\nVStem: 426 41<193 209 465 521>\nDStem: 186 522 243 522 330 383 423 349\nRef: 439 439 N -1 0 0 1 579 0\nEndChar\nStartChar: uni01B9\nEncoding: 441 441 376\nWidth: 600\nFlags: HW\nHStem: -158 40<260.477 277.477> 210 40<258.477 272.477> 376 41<117.477 139.477 197.477 403.477>\nVStem: 95 325<395 402> 108 40<50 66>\nDStem: 139.477 376 196.477 376 273.477 250 376.477 203\nRef: 658 658 N -1 0 0 1 532 0\nEndChar\nStartChar: uni01BA\nEncoding: 442 442 377\nWidth: 600\nFlags: HW\nHStem: -220 40<248 267> -20 40<232 249> 210 40<260 296> 376 41<129 335 393 420>\nVStem: 88 40<-118 -92> 384 40<117.5 136>\nDStem: 336 376 393 376 156 203 259 250\nFore\n424 136 m 0\n 424 7 309 -22 250 -20 c 0\n 184 -21 127 -50 128 -104 c 0\n 127 -162 182 -179 268 -180 c 0\n 335 -182 395 -129 397 -109 c 1\n 399 -99 410 -92 421 -95 c 0\n 431 -97 438 -108 435 -119 c 1\n 421 -167 353 -218 268 -220 c 0\n 182 -221 89 -198 88 -104 c 0\n 89 -17 175 21 250 20 c 0\n 303 22 384 37 384 136 c 1\n 382 202 335 210 272 210 c 0\n 224 210 212 197 190 175 c 1\n 190 175 166 162 155 174 c 0\n 147 182 148 195 156 203 c 2\n 336 376 l 1\n 136 376 l 2\n 120 376 112 387 112 396 c 0\n 112 407 120 417 136 417 c 2\n 409 417 l 2\n 428 417 437 410 437 397 c 0\n 437 383 428 376 409 376 c 2\n 393 376 l 1\n 259 250 l 25\n 272 250 l 2\n 368 250 424 222 424 136 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01BB\nEncoding: 443 443 378\nWidth: 600\nFlags: HW\nHStem: 0 41<124 437> 0 104<452 460> 261 40<200.43 292 395 452> 577 41<276 299>\nVStem: 84 39<42 44> 84 394<1 41> 433 41<432 453> 437 41<42 80>\nFore\n394 301 m 1\n 447 301 l 1\n 465 301 476 294 474 281 c 0\n 473 274 465 261 447 261 c 1\n 354 261 l 1\n 277 184 176 87 123 44 c 1\n 123 41 l 1\n 437 41 l 1\n 437 77 l 2\n 437 95 444 104 458 104 c 0\n 471 104 478 95 478 77 c 2\n 478 0 l 1\n 84 0 l 1\n 84 60 l 1\n 298 261 l 1\n 211 261 l 1\n 193 261 184 268 184 281 c 0\n 184 294 193 301 211 301 c 1\n 339 301 l 1\n 417 378 433 405 433 447 c 0\n 433 516 366 577 290 577 c 0\n 222 577 160 532 144 472 c 0\n 140 458 134 452 123 452 c 0\n 113 452 104 461 104 470 c 0\n 104 488 117 518 136 542 c 0\n 173 590 229 618 290 618 c 0\n 388 618 474 537 474 446 c 0\n 474 399 461 371 394 301 c 1\nEndSplineSet\nMinimumDistance: x10,-1 y7,10 y7,8 \nEndChar\nStartChar: uni01BC\nEncoding: 444 444 379\nWidth: 600\nFlags: HW\nHStem: -15 41<288 304> 354 41<304 324> 522 41<97 149 191 433>\nVStem: 149 41<366 522> 458 41<193 209>\nFore\n104 563 m 1\n 431 563 l 1\n 450 563 459 556 459 543 c 0\n 459 529 450 522 431 522 c 1\n 190 522 l 1\n 190 365 l 1\n 241 386 278 395 322 395 c 0\n 424 395 499 313 499 201 c 0\n 499 75 414 -15 295 -15 c 0\n 242 -15 192 1 142 34 c 0\n 110 55 96 70 96 82 c 0\n 96 93 105 102 116 102 c 0\n 122 102 126 100 133 93 c 0\n 181 49 235 26 293 26 c 0\n 391 26 458 98 458 203 c 0\n 458 292 400 354 316 354 c 0\n 276 354 232 343 190 321 c 0\n 178 315 173 313 168 313 c 0\n 157 313 149 322 149 335 c 2\n 149 522 l 1\n 104 522 l 2\n 88 522 80 533 80 542 c 0\n 80 553 88 563 104 563 c 1\nEndSplineSet\nMinimumDistance: x7,-1 x19,0 x19,20 x4,1 x4,3 \nEndChar\nStartChar: uni01BD\nEncoding: 445 445 380\nWidth: 600\nFlags: HW\nHStem: -20 40<245 271> 228 40<212.156 268> 376 41<114 121 164 399>\nVStem: 122 41<256 376> 378 40<108 140>\nFore\n122 376 m 1\n 104 376 95 383 95 397 c 0\n 95 410 104 417 123 417 c 2\n 396 417 l 2\n 412 417 420 407 420 396 c 0\n 420 387 412 376 396 376 c 1\n 163 376 l 1\n 163 255 l 1\n 193 268 214 269 246 268 c 0\n 351 268 418 218 418 126 c 0\n 418 44 364 -20 266 -20 c 0\n 207 -20 156 -4 120 41 c 1\n 113 50 114 63 123 70 c 0\n 132 77 145 76 152 67 c 1\n 180 32 213 20 266 20 c 0\n 345 20 378 64 378 126 c 0\n 378 198 341 228 246 228 c 0\n 202 227 199 229 152 204 c 1\n 142 199 129 202 124 212 c 0\n 122 217 122 219 122 226 c 2\n 122 376 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x6,3 x6,5 \nEndChar\nStartChar: uni01BE\nEncoding: 446 446 381\nWidth: 600\nFlags: HW\nHStem: 522 41<166 281 230 281 281 323 323 429 323 374>\nVStem: 134 41<61 112.53> 281 41<316 370 411 522> 446 41<128 147>\nRef: 673 673 N 1 0 0 -1 0 563\nEndChar\nStartChar: uni01BF\nEncoding: 447 447 382\nWidth: 600\nFlags: HW\nHStem: -186 41<38.4704 102 145 246> 376 41<38.4704 102> 404 40<358 421>\nVStem: 103 41<-145 -74 -20 294 347 376> 494 40<326 348>\nDStem: 195 386 221 354 144 346 144 294 421 206 447 174 144 -21 144 -74\nFore\n144 -21 m 1\n 421 206 l 2\n 464 241 494 284 494 336 c 0\n 494 396 452 404 397 404 c 0\n 342 404 284 403 221 354 c 2\n 144 294 l 1\n 144 -21 l 1\n144 -74 m 1\n 144 -145 l 1\n 242 -145 l 2\n 260 -145 269 -152 269 -165 c 0\n 269 -179 260 -186 242 -186 c 2\n 49 -186 l 2\n 31 -186 22 -179 22 -165 c 0\n 22 -152 31 -145 49 -145 c 2\n 103 -145 l 1\n 103 376 l 1\n 49 376 l 2\n 31 376 22 383 22 397 c 0\n 22 410 31 417 49 417 c 2\n 144 417 l 1\n 144 346 l 1\n 195 386 l 2\n 270 444 343 444 395 444 c 0\n 468 444 534 424 534 336 c 0\n 534 268 494 212 447 174 c 2\n 144 -74 l 1\nEndSplineSet\nMinimumDistance: x23,-1 x15,18 x15,16 x14,11 x14,13 x7,10 x7,8 \nEndChar\nStartChar: uni01C0\nEncoding: 448 448 383\nWidth: 600\nFlags: HW\nHStem: -124 728<296 302>\nVStem: 280 40<-107.57 580>\nFore\n320 577 m 2\n 320 -97 l 2\n 320 -115 313 -124 300 -124 c 0\n 287 -124 280 -115 280 -97 c 2\n 280 577 l 2\n 280 595 287 604 300 604 c 0\n 313 604 320 595 320 577 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01C1\nEncoding: 449 449 384\nWidth: 600\nFlags: HW\nHStem: -124 728<232 238 360 366>\nVStem: 216 40<-107.57 580> 344 40<-107.57 580>\nFore\n384 577 m 2\n 384 -97 l 2\n 384 -115 377 -124 364 -124 c 0\n 351 -124 344 -115 344 -97 c 2\n 344 577 l 2\n 344 595 351 604 364 604 c 0\n 377 604 384 595 384 577 c 2\n256 577 m 2\n 256 -97 l 2\n 256 -115 249 -124 236 -124 c 0\n 223 -124 216 -115 216 -97 c 2\n 216 577 l 2\n 216 595 223 604 236 604 c 0\n 249 604 256 595 256 577 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01C2\nEncoding: 450 450 385\nWidth: 600\nFlags: HW\nHStem: 190 41<67.4704 280 320 531> 334 41<67.4704 280 320 531>\nVStem: 280 40<-107.57 189 231 334 375 580>\nFore\n320 375 m 1\n 522 375 l 2\n 540 375 549 368 549 355 c 0\n 549 341 540 334 522 334 c 2\n 320 334 l 1\n 320 231 l 1\n 522 231 l 2\n 540 231 549 224 549 211 c 0\n 549 197 540 190 522 190 c 2\n 320 190 l 1\n 320 -97 l 2\n 320 -115 313 -124 300 -124 c 0\n 287 -124 280 -115 280 -97 c 2\n 280 190 l 1\n 78 190 l 2\n 60 190 51 197 51 211 c 0\n 51 224 60 231 78 231 c 2\n 280 231 l 1\n 280 334 l 1\n 78 334 l 2\n 60 334 51 341 51 355 c 0\n 51 368 60 375 78 375 c 2\n 280 375 l 1\n 280 577 l 2\n 280 595 287 604 300 604 c 0\n 313 604 320 595 320 577 c 2\n 320 375 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y0,23 y0,25 y13,10 y13,12 x18,21 x18,19 x13,16 x13,14 x5,8 x5,6 x0,3 x0,1 \nEndChar\nStartChar: uni01C3\nEncoding: 451 451 386\nWidth: 600\nFlags: HW\nHStem: -15 20\nRef: 33 33 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C4\nEncoding: 452 452 387\nWidth: 600\nFlags: HW\nHStem: 0 41<39.4704 67 110 151 367 520> 0 209<535 546> 522 41<39.4704 67 110 151 386 513>\nVStem: 68 41<42 521> 267 41<224 336> 327 39<42 45> 345 41<400 521> 345 208<522 562> 514 39<519 521> 520 41<42 192>\nDStem: 338.4 709 358.4 741 444 600 444 653 514 519 553 505 327 59 366 45 529.6 741 549.6 708 444 653 444 600\nFore\n444 600 m 1\n 338 709 l 1\n 330 716 328 720 328 729 c 0\n 328 740 335 749 344 749 c 0\n 348 749 353 746 358 741 c 2\n 444 653 l 1\n 530 741 l 2\n 535 746 540 749 544 749 c 0\n 552 749 560 739 560 729 c 0\n 560 721 558 717 550 708 c 2\n 444 600 l 1\n561 0 m 1\n 327 0 l 1\n 327 59 l 1\n 514 519 l 1\n 514 522 l 1\n 386 522 l 1\n 386 404 l 2\n 386 385 379 376 366 376 c 0\n 352 376 345 385 345 404 c 2\n 345 563 l 1\n 553 563 l 1\n 553 505 l 1\n 366 45 l 1\n 366 41 l 1\n 520 41 l 1\n 520 182 l 2\n 520 200 526 209 540 209 c 0\n 554 209 561 200 561 182 c 2\n 561 0 l 1\n68 41 m 1\n 68 522 l 1\n 50 522 l 2\n 32 522 23 529 23 543 c 0\n 23 556 32 563 50 563 c 2\n 142 563 l 2\n 271 563 308 451 308 310 c 2\n 308 254 l 2\n 308 112 271 0 142 0 c 2\n 50 0 l 2\n 32 0 23 7 23 21 c 0\n 23 34 32 41 50 41 c 2\n 68 41 l 1\n109 41 m 1\n 147 41 l 2\n 243 41 267 139 267 245 c 2\n 267 318 l 2\n 267 371 268 416 234 468 c 0\n 207 509 194 522 140 522 c 2\n 109 522 l 1\n 109 41 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y15,18 y15,16 y24,27 y24,25 x29,32 x29,30 x28,37 x28,39 \nEndChar\nStartChar: uni01C5\nEncoding: 453 453 388\nWidth: 600\nFlags: HW\nHStem: 0 41<39.4704 67 110 151 380 528> 0 124<543 555> 376 41<381 495> 522 41<39.4704 67 110 151>\nVStem: 68 41<42 521> 267 41<224 336> 340 41<311 375> 340 214<381 416> 528 41<42 99>\nDStem: 338.4 589 358.4 621 444 480 444 533 496 376 554 381 323 36 379 41 529.6 621 549.6 588 444 533 444 480\nFore\n444 480 m 1\n 338 589 l 1\n 330 596 328 600 328 609 c 0\n 328 620 335 629 344 629 c 0\n 348 629 353 626 358 621 c 2\n 444 533 l 1\n 530 621 l 2\n 535 626 540 629 544 629 c 0\n 552 629 560 619 560 609 c 0\n 560 601 558 597 550 588 c 2\n 444 480 l 1\n554 417 m 1\n 554 381 l 1\n 379 41 l 1\n 528 41 l 1\n 528 97 l 2\n 528 115 535 124 549 124 c 0\n 562 124 569 115 569 97 c 2\n 569 0 l 1\n 323 0 l 1\n 323 36 l 1\n 496 376 l 1\n 381 376 l 1\n 381 321 l 2\n 381 303 374 294 361 294 c 0\n 347 294 340 303 340 321 c 2\n 340 417 l 1\n 554 417 l 1\n68 41 m 1\n 68 522 l 1\n 50 522 l 2\n 32 522 23 529 23 543 c 0\n 23 556 32 563 50 563 c 2\n 142 563 l 2\n 271 563 308 451 308 310 c 2\n 308 254 l 2\n 308 112 271 0 142 0 c 2\n 50 0 l 2\n 32 0 23 7 23 21 c 0\n 23 34 32 41 50 41 c 2\n 68 41 l 1\n109 41 m 1\n 147 41 l 2\n 243 41 267 139 267 245 c 2\n 267 318 l 2\n 267 371 268 416 234 468 c 0\n 207 509 194 522 140 522 c 2\n 109 522 l 1\n 109 41 l 1\nEndSplineSet\nMinimumDistance: x16,-1 y21,24 y21,22 y13,16 y13,14 x27,30 x27,28 x26,35 x26,37 \nEndChar\nStartChar: uni01C6\nEncoding: 454 454 389\nWidth: 600\nFlags: HW\nHStem: 0 41<253 310 363 512> 0 124<526 539> 376 41<356 480> 390 41<119 134> 563 41<152 213>\nVStem: 25 41<175 241> 213 41<41 49 175 225 367 563> 316 41<310.47 376> 512 41<41 99>\nDStem: 322 589 342 621 428 480 428 533 480 376 538 381 310 41 363 41 514 621 534 588 428 533 428 480\nFore\n428 480 m 1\n 322 589 l 1\n 314 596 312 600 312 609 c 0\n 312 620 319 629 328 629 c 0\n 332 629 337 626 342 621 c 2\n 428 533 l 1\n 514 621 l 2\n 519 626 524 629 528 629 c 0\n 536 629 544 619 544 609 c 0\n 544 601 542 597 534 588 c 2\n 428 480 l 1\n124 390 m 0\n 78 390 66 309 66 208 c 0\n 66 106 90 24 125 25 c 0\n 194 26 213 106 213 206 c 0\n 213 310 182 390 124 390 c 0\n310 41 m 2\n 480 376 l 1\n 357 376 l 1\n 357 321 l 2\n 357 303 350 294 337 294 c 0\n 323 294 316 303 316 321 c 2\n 316 417 l 1\n 538 417 l 1\n 538 381 l 1\n 363 41 l 1\n 512 41 l 1\n 512 97 l 2\n 512 115 519 124 533 124 c 0\n 546 124 553 115 553 97 c 2\n 553 0 l 1\n 213 0 l 1\n 213 49 l 1\n 200 0 182 -16 121 -16 c 0\n 56 -16 25 85 25 208 c 0\n 25 331 44 432 121 431 c 0\n 176 430 194 410 213 367 c 1\n 213 563 l 1\n 159 563 l 2\n 141 563 132 570 132 584 c 0\n 132 597 141 604 159 604 c 2\n 254 604 l 1\n 254 41 l 1\n 310 41 l 2\nEndSplineSet\nMinimumDistance: x27,-1 y16,19 y16,17 x38,40 y40,38 y40,39 y24,27 y24,25 x35,38 x35,36 \nEndChar\nStartChar: uni01C7\nEncoding: 455 455 390\nWidth: 600\nFlags: HW\nHStem: -16 41<389 405> 0 41<21.4704 71 114 202> 0 228<222 229> 522 41<21.4704 71 113 171 373 472 514 566>\nVStem: 72 41<41 522> 202 41<41 208> 286 41<93 230> 473 41<144 522>\nFore\n113 522 m 1\n 113 41 l 1\n 202 41 l 1\n 202 201 l 2\n 202 219 209 228 223 228 c 0\n 236 228 243 219 243 201 c 2\n 243 0 l 1\n 32 0 l 2\n 14 0 5 7 5 21 c 0\n 5 34 14 41 32 41 c 2\n 72 41 l 1\n 72 522 l 1\n 32 522 l 2\n 14 522 5 529 5 543 c 0\n 5 556 14 563 32 563 c 1\n 83 564 118 564 169 563 c 1\n 187 563 196 556 196 543 c 0\n 196 529 187 522 169 522 c 2\n 113 522 l 1\n514 522 m 1\n 514 165 l 2\n 514 66 488 -16 399 -16 c 0\n 336 -16 327 12 286 74 c 1\n 286 223 l 2\n 286 241 293 250 307 250 c 0\n 320 250 327 241 327 223 c 2\n 327 93 l 1\n 359 38 364 26 400 25 c 0\n 472 24 473 87 473 165 c 2\n 473 522 l 1\n 378 522 l 2\n 360 522 351 529 351 543 c 0\n 351 556 360 563 378 563 c 2\n 564 563 l 2\n 582 563 591 556 591 543 c 0\n 591 529 582 522 564 522 c 2\n 514 522 l 1\nEndSplineSet\nMinimumDistance: x32,-1 y2,5 y2,3 x28,31 x28,29 x18,32 x18,34 x11,14 x11,12 x10,7 x10,9 x0,15 x0,17 \nEndChar\nStartChar: uni01C8\nEncoding: 456 456 391\nWidth: 600\nFlags: HW\nHStem: -186 41<282 429> 0 41<39.4704 145 188 360> 0 228<375 383> 376 41<443.47 534> 520 104<525 582> 522 41<39.4704 145 188 293>\nVStem: 146 41<41 522> 360 41<41 203> 535 41<-42 376>\nFore\n187 522 m 1\n 187 41 l 1\n 360 41 l 1\n 360 201 l 2\n 360 219 367 228 381 228 c 0\n 394 228 401 219 401 201 c 2\n 401 0 l 1\n 50 0 l 2\n 32 0 23 7 23 21 c 0\n 23 34 32 41 50 41 c 2\n 146 41 l 1\n 146 522 l 1\n 50 522 l 2\n 32 522 23 529 23 543 c 0\n 23 556 32 563 50 563 c 2\n 283 563 l 2\n 301 563 310 556 310 543 c 0\n 310 529 301 522 283 522 c 2\n 187 522 l 1\n535 376 m 1\n 454 376 l 2\n 436 376 427 383 427 397 c 0\n 427 410 436 417 454 417 c 2\n 576 417 l 1\n 576 -28 l 2\n 576 -121 512 -186 421 -186 c 2\n 292 -186 l 2\n 274 -186 265 -179 265 -165 c 0\n 265 -152 274 -145 292 -145 c 2\n 420 -145 l 2\n 486 -145 535 -96 535 -28 c 2\n 535 376 l 1\n583 624 m 1\n 583 520 l 1\n 524 520 l 1\n 524 624 l 1\n 583 624 l 1\nEndSplineSet\nMinimumDistance: x22,-1 y2,5 y2,3 x29,25 x29,27 x18,21 x18,19 x11,14 x11,12 x10,7 x10,9 x0,15 x0,17 \nEndChar\nStartChar: uni01C9\nEncoding: 457 457 392\nWidth: 600\nFlags: HW\nHStem: -186 41<188 332> 0 41<140.47 216 258 332> 376 41<348 434> 520 104<425 482> 563 41<151 216>\nVStem: 217 41<41 563> 435 41<-42 376>\nFore\n435 376 m 1\n 354 376 l 2\n 336 376 327 383 327 397 c 0\n 327 410 336 417 354 417 c 2\n 476 417 l 1\n 476 -28 l 2\n 476 -121 412 -186 321 -186 c 2\n 192 -186 l 2\n 174 -186 165 -179 165 -165 c 0\n 165 -152 174 -145 192 -145 c 2\n 320 -145 l 2\n 386 -145 435 -96 435 -28 c 2\n 435 376 l 1\n483 624 m 1\n 483 520 l 1\n 424 520 l 1\n 424 624 l 1\n 483 624 l 1\n258 604 m 1\n 258 41 l 1\n 322 41 l 2\n 341 41 350 34 350 21 c 0\n 350 7 340 0 322 0 c 2\n 151 0 l 2\n 133 0 124 7 124 21 c 0\n 124 34 133 41 151 41 c 2\n 217 41 l 1\n 217 563 l 1\n 161 563 l 2\n 143 563 134 570 134 584 c 0\n 134 597 143 604 161 604 c 2\n 258 604 l 1\nEndSplineSet\nMinimumDistance: x4,-1 x28,17 y17,28 y17,16 x11,7 x11,9 x0,3 x0,1 x25,28 x25,26 x24,21 x24,23 x17,20 x17,18 \nEndChar\nStartChar: uni01CA\nEncoding: 458 458 393\nWidth: 600\nFlags: HW\nHStem: -16 41<375.204 409 410.063 424.024> 0 41<44.4704 72 115 159> 522 41<27 72 234.96 287 330 365 440 488 530 568>\nVStem: 28 156<16 27> 73 41<41 471> 288 41<92 522> 489 41<144 522>\nDStem: 114 472 125 563 277 0 288 91\nFore\n327 -0 m 1\n 277 0 l 1\n 114 472 l 1\n 114 41 l 1\n 157 41 l 2\n 175 41 184 34 184 21 c 0\n 184 7 174 0 157 0 c 2\n 55 0 l 2\n 37 0 28 7 28 21 c 0\n 28 34 37 41 55 41 c 2\n 73 41 l 1\n 73 522 l 1\n 35 522 l 2\n 17 522 8 529 8 543 c 0\n 8 556 17 563 35 563 c 2\n 125 563 l 1\n 288 91 l 1\n 288 522 l 1\n 246 522 l 2\n 227 522 218 529 218 543 c 0\n 218 556 227 563 246 563 c 2\n 363 563 l 2\n 381 563 390 556 390 543 c 0\n 390 529 381 522 363 522 c 2\n 329 522 l 1\n 329 61 l 1\n 356 14 376 26 410 25 c 0\n 466 23 489 87 489 165 c 2\n 489 522 l 1\n 442 522 l 2\n 424 522 415 529 415 543 c 0\n 415 556 426 563 442 563 c 2\n 564 563 l 2\n 582 563 591 556 591 543 c 0\n 591 529 582 522 564 522 c 2\n 530 522 l 1\n 530 165 l 2\n 530 66 498 -16 409 -16 c 0\n 374 -16 351 -15 327 -0 c 1\nEndSplineSet\nMinimumDistance: x32,-1 x35,32 x35,34 x28,31 x28,29 x24,21 x24,23 x17,20 x17,18 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 \nEndChar\nStartChar: uni01CB\nEncoding: 459 459 394\nWidth: 600\nFlags: HW\nHStem: -186 41<285 436> 0 41<58.4704 102 145 221> 376 41<443.47 534> 520 104<525 582> 522 41<41 102 278 359 402 438>\nVStem: 103 41<41 487> 360 41<76 522> 535 41<-42 376>\nDStem: 144 488 155 563 349 0 360 75\nFore\n401 0 m 1\n 349 0 l 1\n 144 488 l 1\n 144 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 236 0 219 0 c 2\n 69 0 l 2\n 51 0 42 7 42 21 c 0\n 42 34 51 41 69 41 c 2\n 103 41 l 1\n 103 522 l 1\n 49 522 l 2\n 31 522 22 529 22 543 c 0\n 22 556 31 563 49 563 c 2\n 155 563 l 1\n 360 75 l 1\n 360 522 l 1\n 286 522 l 2\n 267 522 258 529 258 543 c 0\n 258 556 267 563 286 563 c 2\n 435 563 l 2\n 453 563 462 556 462 543 c 0\n 462 529 453 522 435 522 c 2\n 401 522 l 1\n 401 0 l 1\n535 376 m 1\n 454 376 l 2\n 436 376 427 383 427 397 c 0\n 427 410 436 417 454 417 c 2\n 576 417 l 1\n 576 -28 l 2\n 576 -121 512 -186 421 -186 c 2\n 292 -186 l 2\n 274 -186 265 -179 265 -165 c 0\n 265 -152 274 -145 292 -145 c 2\n 420 -145 l 2\n 486 -145 535 -96 535 -28 c 2\n 535 376 l 1\n583 624 m 1\n 583 520 l 1\n 524 520 l 1\n 524 624 l 1\n 583 624 l 1\nEndSplineSet\nMinimumDistance: x29,-1 x1,24 y24,1 y24,0 x36,32 x36,34 x25,28 x25,26 x24,21 x24,23 x17,20 x17,18 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 \nEndChar\nStartChar: uni01CC\nEncoding: 460 460 395\nWidth: 600\nFlags: HW\nHStem: -186 41<285 430> 0 41<29.9599 85 128 174 314 352 394 430> 376 41<42 85 445 534> 390 41<237 253> 520 104<525 582>\nVStem: 86 41<41 294 349 376> 353 41<41 297> 535 41<-42 376>\nFore\n127 417 m 1\n 127 348 l 1\n 180 420 198 431 242 431 c 0\n 333 432 394 372 394 295 c 2\n 394 41 l 1\n 428 41 l 2\n 446 41 455 34 455 21 c 0\n 455 7 446 0 428 0 c 2\n 319 0 l 2\n 301 0 292 7 292 21 c 0\n 292 34 301 41 319 41 c 2\n 353 41 l 1\n 353 288 l 2\n 353 318 335 338 315 364 c 0\n 302 381 277 390 238 390 c 0\n 200 390 180 354 162 333 c 0\n 150 319 159 335 127 294 c 1\n 127 41 l 1\n 172 41 l 2\n 190 41 199 34 199 21 c 0\n 199 7 190 0 172 0 c 2\n 41 0 l 2\n 22 0 13 7 13 21 c 0\n 13 34 22 41 41 41 c 2\n 86 41 l 1\n 86 376 l 1\n 52 376 l 2\n 34 376 25 383 25 397 c 0\n 25 410 34 417 52 417 c 2\n 127 417 l 1\n535 376 m 1\n 454 376 l 2\n 436 376 427 383 427 397 c 0\n 427 410 436 417 454 417 c 2\n 576 417 l 1\n 576 -28 l 2\n 576 -121 512 -186 421 -186 c 2\n 292 -186 l 2\n 274 -186 265 -179 265 -165 c 0\n 265 -152 274 -145 292 -145 c 2\n 420 -145 l 2\n 486 -145 535 -96 535 -28 c 2\n 535 376 l 1\n583 624 m 1\n 583 520 l 1\n 524 520 l 1\n 524 624 l 1\n 583 624 l 1\nEndSplineSet\nMinimumDistance: x33,-1 x40,36 x40,38 x29,32 x29,30 x11,8 x11,10 x4,7 x4,5 x25,28 x25,26 x24,21 x24,23 x17,20 x17,18 \nEndChar\nStartChar: uni01CD\nEncoding: 461 461 396\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nRef: 711 711 N 1 0 0 1 0 113\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 397\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 711 711 S 1 0 0 1 6 -33\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 398\nWidth: 600\nFlags: H\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522>\nRef: 711 711 S 1 0 0 1 0 113\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 399\nWidth: 600\nFlags: H\nHStem: 0 41<119 279 320 480> 376 41<161 279>\nVStem: 279 41<41 376 376 376>\nRef: 711 711 N 1 0 0 1 -1 -19\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 400\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 711 711 N 1 0 0 1 0 113\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 401\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 711 711 N 1 0 0 1 0 -33\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 402\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 458 41<185 522>\nRef: 711 711 N 1 0 0 1 0 113\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 403\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 711 711 N 1 0 0 1 -8 -33\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 404\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499> 801 40<182 418>\nVStem: 40 100 101 41<185 522> 261 100 458 41<185 522>\nRef: 175 175 N 1 0 0 1 0 265\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 405\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439> 644 40<174 410>\nVStem: 43 100 124 41<115 376 376 376> 264 100 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 175 175 N 1 0 0 1 -8 108\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 406\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 40 100 101 41<185 522> 261 100 458 41<185 522>\nRef: 180 180 N 1 0 0 1 -62 311\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 407\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 43 100 124 41<115 376 376 376> 264 100 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 180 180 N 1 0 0 1 -70 154\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 408\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 40 100 101 41<185 522> 261 100 458 41<185 522>\nRef: 711 711 N 1 0 0 1 0 311\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 409\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 43 100 124 41<115 376 376 376> 264 100 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 711 711 N 1 0 0 1 -8 154\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 410\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 40 100 101 41<185 522> 261 100 458 41<185 522>\nRef: 96 96 N 1 0 0 1 62 311\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 411\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 43 100 124 41<115 376 376 376> 264 100 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 96 96 N 1 0 0 1 54 154\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DD\nEncoding: 477 477 412\nWidth: 600\nFlags: HW\nHStem: -16 41<271 303> 175 41<106 478> 390 41<255 294>\nVStem: 63 457<192 216>\nFore\n63 216 m 1\n 479 216 l 1\n 465 321 385 390 277 390 c 0\n 215 390 142 368 102 336 c 0\n 95 331 91 329 86 329 c 0\n 76 329 67 338 67 349 c 0\n 67 384 187 431 278 431 c 0\n 413 431 520 328 520 198 c 0\n 520 77 420 -16 292 -16 c 0\n 196 -16 116 35 80 118 c 0\n 66 151 63 170 63 216 c 1\n479 175 m 1\n 105 175 l 1\n 121 84 195 25 292 25 c 0\n 389 25 461 83 479 175 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni01DE\nEncoding: 478 478 413\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 801 40<182 418>\nVStem: 9 100 230 100\nRef: 175 175 N 1 0 0 1 0 265\nRef: 196 196 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 414\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 644 40<188.5 424.5>\nVStem: 72 41<85 142.5> 72 100 293 100 419 122<14 27.5 41 67 67 67 112 202 202 202 237 308>\nRef: 175 175 N 1 0 0 1 6 108\nRef: 228 228 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E0\nEncoding: 480 480 415\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 743 40<182 418>\nRef: 175 175 N 1 0 0 1 0 207\nRef: 550 550 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E1\nEncoding: 481 481 416\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 597 40<188.5 424.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 175 175 N 1 0 0 1 6 61\nRef: 551 551 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 417\nWidth: 600\nFlags: H\nHStem: 0 41<37 74 115 141 245 297 338 549> 189 41<167 297> 273 41<338 416> 522 41<144 207 247 247 247 297 338 338 338 529> 603 40<182 418>\nVStem: 297 41<41 189 189 189 230 273 314 522> 416 40<246 273 273 273 314 342> 529 41<411 522 522 522> 549 41<41 134>\nRef: 175 175 N 1 0 0 1 0 67\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 418\nWidth: 600\nFlags: H\nHStem: -16 41<131.5 180.5 421 460> 0 20 199 41<320 535> 216 41<179.5 209> 390 41<184 216.5 406 446.5> 457 40<177 413>\nVStem: 12 45<93 133> 280 40<27 52 52 52>\nRef: 175 175 N 1 0 0 1 -5 -79\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E4\nEncoding: 484 484 419\nWidth: 600\nFlags: HW\nHStem: -16 41<312 351> 105 41<332 478 520 543> 209 41<332 478 520 543> 535 41<303 338>\nVStem: 63 41<224 336> 479 41<59 105 146 209 523 544>\nFore\n479 146 m 1\n 479 209 l 1\n 340 209 l 2\n 322 209 313 216 313 230 c 0\n 313 243 322 250 340 250 c 2\n 534 250 l 2\n 553 250 562 243 562 230 c 0\n 562 216 553 209 534 209 c 2\n 520 209 l 1\n 520 146 l 1\n 534 146 l 1\n 553 146 562 139 562 126 c 0\n 562 112 552 105 534 105 c 1\n 520 105 l 1\n 520 36 l 1\n 461 2 395 -16 333 -16 c 0\n 169 -16 63 86 63 244 c 2\n 63 318 l 2\n 63 389 94 463 144 511 c 0\n 189 553 247 576 313 576 c 0\n 379 576 434 558 479 522 c 1\n 479 536 l 2\n 479 554 486 563 500 563 c 0\n 514 563 520 555 520 536 c 2\n 520 445 l 2\n 520 427 513 418 500 418 c 0\n 487 418 481 426 480 443 c 0\n 476 494 404 535 315 535 c 0\n 259 535 214 518 176 481 c 0\n 132 440 104 376 104 317 c 2\n 104 244 l 2\n 104 108 192 25 336 25 c 0\n 388 25 423 33 479 59 c 1\n 479 105 l 1\n 340 105 l 1\n 322 105 313 112 313 126 c 0\n 313 139 322 146 340 146 c 1\n 479 146 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 x0,34 x0,36 \nEndChar\nStartChar: uni01E5\nEncoding: 485 485 420\nWidth: 600\nFlags: HW\nHStem: -186 41<191.47 320> -88 40<288.43 415 481 543> 10 41<255 287> 376 41<481 543> 390 41<255 287>\nVStem: 63 41<214 230> 440 41<-29 106 214 230 335 376> 440 122<390 399>\nFore\n272 390 m 0\n 178 390 104 315 104 221 c 0\n 104 126 179 51 272 51 c 0\n 365 51 440 126 440 219 c 0\n 440 316 367 390 272 390 c 0\n437 -48 m 1\n 439 -40 440 -31 440 -22 c 2\n 440 107 l 1\n 395 41 341 10 269 10 c 0\n 156 10 63 105 63 221 c 0\n 63 337 156 431 269 431 c 0\n 342 431 395 401 440 334 c 1\n 440 417 l 1\n 535 417 l 2\n 553 417 562 410 562 397 c 0\n 562 383 553 376 535 376 c 2\n 481 376 l 1\n 481 -28 l 2\n 481 -35 481 -42 480 -48 c 1\n 535 -48 l 1\n 553 -48 562 -55 562 -68 c 0\n 562 -81 553 -88 535 -88 c 1\n 469 -88 l 1\n 462 -103 452 -117 438 -132 c 0\n 403 -169 366 -186 316 -186 c 2\n 202 -186 l 2\n 184 -186 175 -179 175 -165 c 0\n 175 -152 184 -145 202 -145 c 2\n 318 -145 l 2\n 362 -145 400 -122 421 -88 c 1\n 299 -88 l 1\n 281 -88 272 -81 272 -68 c 0\n 272 -55 281 -48 299 -48 c 1\n 437 -48 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x15,12 x15,14 \nEndChar\nStartChar: Gcaron\nEncoding: 486 486 421\nWidth: 600\nFlags: H\nHStem: -16 41<264 362> 209 41<340 479 520 534 520 520> 398 20<493.5 506.5> 535 41<287 346> 543 20<493 507>\nVStem: 63 41<244 317> 479 41<59 209 522 536>\nRef: 711 711 S 1 0 0 1 12 113\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 422\nWidth: 600\nFlags: H\nHStem: -186 41<202 316> 10 41<225.5 305> 376 41<481 535 481 481> 390 41<225 305.5>\nVStem: 63 41<173.5 268> 440 41<-22 107 107 107 172.5 267.5 334 376> 440 122<390 403.5>\nRef: 711 711 N 1 0 0 1 12 -33\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 423\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 240 489 545> 522 41<70 124 165 165 165 240 400 445 502 502 502 518>\nVStem: 124 41<41 221 273 522>\nRef: 711 711 N 1 0 0 1 8 113\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 424\nWidth: 600\nFlags: H\nHStem: 0 41<90 144 383 411 469 514> 376 41<336 358 419 419 419 466> 563 41<90 144>\nVStem: 63 122<14 27.5 577 590.5> 144 41<41 180 229 563 563 563>\nRef: 711 711 N 1 0 0 1 2 154\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 425\nWidth: 600\nFlags: H\nHStem: -171 32<305.5 330> -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 238 39<-116.5 -91.5> 508 41<208.5 349>\nRef: 731 731 N 1 0 0 1 -42 -16\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 426\nWidth: 600\nFlags: H\nHStem: -171 32<305.5 330> -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 238 39<-116.5 -91.5> 487 41<155.5 257.5>\nRef: 731 731 N 1 0 0 1 -42 -16\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 427\nWidth: 600\nFlags: H\nHStem: -171 32<305.5 330> -16 41<243 356.5> 535 41<242.5 358> 603 40<182 418>\nVStem: 51 41<210 350> 238 39<-116.5 -91.5> 508 41<208.5 349>\nRef: 175 175 N 1 0 0 1 0 67\nRef: 490 490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 428\nWidth: 600\nFlags: H\nHStem: -171 32<305.5 330> -16 41<248 351.5> 390 41<248 352.5> 457 40<182 418>\nVStem: 72 41<157 258.5> 238 39<-116.5 -91.5> 487 41<155.5 257.5>\nRef: 175 175 N 1 0 0 1 0 -79\nRef: 491 491 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EE\nEncoding: 494 494 429\nWidth: 600\nFlags: H\nHStem: -15 41<288 304> 354 41<297 324> 522 41<153 335 393 433>\nVStem: 112 41<465 521> 458 41<193 209>\nDStem: 336 522 393 522 156 349 249 383\nRef: 711 711 N 1 0 0 1 -32 126\nRef: 439 439 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EF\nEncoding: 495 495 430\nWidth: 600\nFlags: H\nHStem: -158 40<255 272> 210 40<260 274> 376 41<129 335 393 415>\nVStem: 112 325<395 402> 384 40<50 66>\nDStem: 336 376 393 376 156 203 259 250\nRef: 711 711 N 1 0 0 1 -28 -19\nRef: 658 658 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F0\nEncoding: 496 496 431\nWidth: 600\nFlags: H\nHStem: -186 41<163.47 307> 376 41<173 416>\nVStem: 417 41<-42 376>\nDStem: 252 566 278 598 384 457 384 510 492 598 516 565 384 510 384 457\nFore\n417 376 m 1\n 176 376 l 2\n 158 376 149 383 149 397 c 0\n 149 410 158 417 176 417 c 2\n 458 417 l 1\n 458 -28 l 2\n 458 -121 394 -186 303 -186 c 2\n 174 -186 l 2\n 156 -186 147 -179 147 -165 c 0\n 147 -152 156 -145 174 -145 c 2\n 302 -145 l 2\n 368 -145 417 -96 417 -28 c 2\n 417 376 l 1\n384 457 m 1\n 252 566 l 1\n 242 573 240 577 240 586 c 0\n 240 597 248 606 260 606 c 0\n 264 606 270 603 278 598 c 2\n 384 510 l 1\n 492 598 l 2\n 498 603 504 606 510 606 c 0\n 520 606 530 596 530 586 c 0\n 530 578 528 574 516 565 c 2\n 384 457 l 1\nEndSplineSet\nMinimumDistance: x21,-1 x11,7 x11,9 x0,3 x0,1 \nEndChar\nStartChar: uni01F1\nEncoding: 497 497 432\nWidth: 600\nFlags: HW\nHStem: 0 41<39.4704 67 110 151 367 520> 0 209<535 542> 522 41<39.4704 67 110 151 386 513>\nVStem: 68 41<42 521> 267 41<224 336> 327 39<42 45> 345 41<400 521> 345 208<522 562> 514 39<519 521> 520 41<42 192>\nDStem: 514 519 553 505 327 59 366 45\nFore\n561 0 m 1\n 327 0 l 1\n 327 59 l 1\n 514 519 l 1\n 514 522 l 1\n 386 522 l 1\n 386 404 l 2\n 386 385 379 376 366 376 c 0\n 352 376 345 385 345 404 c 2\n 345 563 l 1\n 553 563 l 1\n 553 505 l 1\n 366 45 l 1\n 366 41 l 1\n 520 41 l 1\n 520 182 l 2\n 520 200 526 209 540 209 c 0\n 554 209 561 200 561 182 c 2\n 561 0 l 1\n68 41 m 1\n 68 522 l 1\n 50 522 l 2\n 32 522 23 529 23 543 c 0\n 23 556 32 563 50 563 c 2\n 142 563 l 2\n 271 563 308 451 308 310 c 2\n 308 254 l 2\n 308 112 271 0 142 0 c 2\n 50 0 l 2\n 32 0 23 7 23 21 c 0\n 23 34 32 41 50 41 c 2\n 68 41 l 1\n109 41 m 1\n 147 41 l 2\n 243 41 267 139 267 245 c 2\n 267 318 l 2\n 267 371 268 416 234 468 c 0\n 207 509 194 522 140 522 c 2\n 109 522 l 1\n 109 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y5,8 y5,6 y14,17 y14,15 x19,22 x19,20 x18,27 x18,29 \nEndChar\nStartChar: uni01F2\nEncoding: 498 498 433\nWidth: 600\nFlags: HW\nHStem: 0 41<39.4704 67 110 151 380 528> 0 124<548 555> 376 41<381 495> 522 41<39.4704 67 110 151>\nVStem: 68 41<42 521> 267 41<224 336> 340 41<311 375> 340 214<381 416> 528 41<42 99>\nDStem: 496 376 554 381 323 36 379 41\nFore\n554 417 m 1\n 554 381 l 1\n 379 41 l 1\n 528 41 l 1\n 528 97 l 2\n 528 115 535 124 549 124 c 0\n 562 124 569 115 569 97 c 2\n 569 0 l 1\n 323 0 l 1\n 323 36 l 1\n 496 376 l 1\n 381 376 l 1\n 381 321 l 2\n 381 303 374 294 361 294 c 0\n 347 294 340 303 340 321 c 2\n 340 417 l 1\n 554 417 l 1\n68 41 m 1\n 68 522 l 1\n 50 522 l 2\n 32 522 23 529 23 543 c 0\n 23 556 32 563 50 563 c 2\n 142 563 l 2\n 271 563 308 451 308 310 c 2\n 308 254 l 2\n 308 112 271 0 142 0 c 2\n 50 0 l 2\n 32 0 23 7 23 21 c 0\n 23 34 32 41 50 41 c 2\n 68 41 l 1\n109 41 m 1\n 147 41 l 2\n 243 41 267 139 267 245 c 2\n 267 318 l 2\n 267 371 268 416 234 468 c 0\n 207 509 194 522 140 522 c 2\n 109 522 l 1\n 109 41 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y11,14 y11,12 y3,6 y3,4 x17,20 x17,18 x16,25 x16,27 \nEndChar\nStartChar: uni01F3\nEncoding: 499 499 434\nWidth: 600\nFlags: HW\nHStem: -16 41<120 134> 0 41<254 309 364 512> 0 124<532 539> 376 41<357 479> 390 41<120 134> 563 41<153 212>\nVStem: 25 41<176 240> 213 41<41 48 176 224 368 563> 316 41<310.47 375> 316 222<381 416> 512 41<42 99>\nDStem: 480 376 538 381 307 36 363 41\nFore\n124 390 m 0\n 78 390 66 309 66 208 c 0\n 66 106 90 24 125 25 c 0\n 194 26 213 106 213 206 c 0\n 213 310 182 390 124 390 c 0\n310 41 m 2\n 480 376 l 1\n 357 376 l 1\n 357 321 l 2\n 357 303 350 294 337 294 c 0\n 323 294 316 303 316 321 c 2\n 316 417 l 1\n 538 417 l 1\n 538 381 l 1\n 363 41 l 1\n 512 41 l 1\n 512 97 l 2\n 512 115 519 124 533 124 c 0\n 546 124 553 115 553 97 c 2\n 553 0 l 1\n 213 0 l 1\n 213 49 l 1\n 200 0 182 -16 121 -16 c 0\n 56 -16 25 85 25 208 c 0\n 25 331 44 432 121 431 c 0\n 176 430 194 410 213 367 c 1\n 213 563 l 1\n 159 563 l 2\n 141 563 132 570 132 584 c 0\n 132 597 141 604 159 604 c 2\n 254 604 l 1\n 254 41 l 1\n 310 41 l 2\nEndSplineSet\nEndChar\nStartChar: uni01F4\nEncoding: 500 500 435\nWidth: 600\nFlags: H\nHStem: -16 41<264 362> 209 41<340 479 520 534 520 520> 398 20<493.5 506.5> 535 41<287 346> 543 20<493 507>\nVStem: 63 41<244 317> 479 41<59 209 522 536>\nRef: 180 180 N 1 0 0 1 -50 113\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F5\nEncoding: 501 501 436\nWidth: 600\nFlags: H\nHStem: -186 41<202 316> 10 41<225.5 305> 376 41<481 535 481 481> 390 41<225 305.5>\nVStem: 63 41<173.5 268> 440 41<-22 107 107 107 172.5 267.5 334 376> 440 122<390 403.5>\nRef: 180 180 N 1 0 0 1 -50 -33\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F6\nEncoding: 502 502 437\nWidth: 600\nFlags: HW\nHStem: -16 41<448 466> 2 41<36 88 131 194> 274 41<131 320> 376 41<453 537> 524 41<53.4704 88 131 176 272 320 362 388>\nVStem: 37 158<544 547> 89 41<43 273 316 524> 255 158<544 547> 320 41<101.402 273 316 524> 436 143<396 400> 538 42<104.069 376>\nFore\n361 524 m 1\n 361 115 l 1\n 361 65 401 25 452 25 c 0\n 519 25 538 85 538 118 c 2\n 538 376 l 1\n 464 376 l 2\n 445 376 436 383 436 397 c 0\n 436 410 445 417 464 417 c 2\n 579 417 l 1\n 580 116 l 1\n 580 116 578 -14 453 -16 c 0\n 402 -17 371 2 339 41 c 24\n 320 65 320 115 320 115 c 1\n 320 274 l 1\n 130 274 l 1\n 130 43 l 1\n 184 43 l 2\n 202 43 211 36 211 23 c 0\n 211 9 202 2 184 2 c 2\n 44 2 l 2\n 26 2 16 9 16 23 c 0\n 16 36 25 43 44 43 c 2\n 89 43 l 1\n 89 524 l 1\n 64 524 l 2\n 46 524 37 531 37 545 c 0\n 37 558 46 565 64 565 c 2\n 168 565 l 2\n 186 565 195 558 195 545 c 0\n 195 531 186 524 168 524 c 2\n 130 524 l 1\n 130 315 l 1\n 320 315 l 1\n 320 524 l 1\n 282 524 l 2\n 264 524 255 531 255 545 c 0\n 255 558 264 565 282 565 c 2\n 386 565 l 2\n 404 565 413 558 413 545 c 0\n 413 531 404 524 386 524 c 2\n 361 524 l 1\nEndSplineSet\nMinimumDistance: x8,-1 x4,7 x4,5 x33,36 x33,34 x0,37 x0,39 x30,27 x30,29 x23,26 x23,24 x22,19 x22,21 x15,18 x15,16 \nEndChar\nStartChar: uni01F7\nEncoding: 503 503 438\nWidth: 600\nFlags: HW\nHStem: -186 41<38.4704 102 145 246> 522 41<38.4704 102> 532 40<374 406>\nVStem: 103 41<-145 -11 47 426 478 522> 498 40<454 476>\nDStem: 206 521 230 487 144 477 144 426 431 328 461 300 144 46 144 -11\nFore\n144 477 m 1\n 206 521 l 2\n 262 560 318 572 392 572 c 0\n 476 572 538 538 538 462 c 0\n 538 387 494 333 461 300 c 2\n 144 -11 l 1\n 144 -145 l 1\n 242 -145 l 2\n 260 -145 269 -152 269 -165 c 0\n 269 -179 260 -186 242 -186 c 2\n 49 -186 l 2\n 31 -186 22 -179 22 -165 c 0\n 22 -152 31 -145 49 -145 c 2\n 103 -145 l 1\n 103 522 l 1\n 49 522 l 2\n 31 522 22 529 22 543 c 0\n 22 556 31 563 49 563 c 2\n 144 563 l 1\n 144 477 l 1\n144 426 m 1\n 144 46 l 1\n 431 328 l 2\n 462 359 498 410 498 462 c 0\n 498 513 468 532 392 532 c 0\n 322 532 278 521 230 487 c 2\n 144 426 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x14,17 x14,15 x13,10 x13,12 x6,9 x6,7 \nEndChar\nStartChar: uni01F8\nEncoding: 504 504 439\nWidth: 600\nFlags: H\nHStem: 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535>\nVStem: 103 41<41 504> 460 41<59 522>\nRef: 96 96 N 1 0 0 1 54 113\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F9\nEncoding: 505 505 440\nWidth: 600\nFlags: H\nHStem: 0 41<81 126 167 212 405 439 480 514> 376 41<92 126> 390 41<300 338.5>\nVStem: 65 102<390 403.5> 126 41<41 294 348 376 376 376> 439 41<41 288 288 295>\nRef: 96 96 N 1 0 0 1 60 -33\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 441\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 630 33<260.5 293.5> 778 33<260.5 293.5>\nVStem: 9 33 162 33\nRef: 180 180 N 1 0 0 1 -62 361\nRef: 197 197 S 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 442\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 480 33<273.5 306.5> 628 33<273.5 306.5>\nVStem: 72 41<85 142.5> 225 33 419 122<14 27.5 41 67 67 67 112 202 202 202 237 308>\nRef: 180 180 N 1 0 0 1 -56 211\nRef: 229 229 N 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 443\nWidth: 600\nFlags: H\nHStem: 0 41<37 74 115 141 245 297 338 549> 189 41<167 297> 273 41<338 416> 522 41<144 207 247 247 247 297 338 338 338 529>\nVStem: 297 41<41 189 189 189 230 273 314 522> 416 40<246 273 273 273 314 342> 529 41<411 522 522 522> 549 41<41 134>\nRef: 180 180 N 1 0 0 1 -62 113\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 444\nWidth: 600\nFlags: H\nHStem: -16 41<131.5 180.5 421 460> 0 20 199 41<320 535> 216 41<179.5 209> 390 41<184 216.5 406 446.5>\nVStem: 12 45<93 133> 280 40<27 52 52 52>\nRef: 180 180 N 1 0 0 1 -68 -33\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 445\nWidth: 600\nFlags: H\nHStem: -16 41<275.5 357> 535 41<242.5 324.5>\nVStem: 51 41<249 350> 508 41<210 311.5>\nRef: 180 180 N 1 0 0 1 -62 154\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 446\nWidth: 600\nFlags: H\nHStem: -16 41<278 352> 390 41<248 321.5>\nVStem: 72 41<186 258.5> 487 41<156.5 230>\nRef: 180 180 N 1 0 0 1 -64 8\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0200\nEncoding: 512 512 447\nWidth: 600\nFlags: H\nHStem: 0 41<636 667 708 787 1008 1084 1127 1164> 188 41<778 1013> 522 41<726 846 886 886 886 901>\nDStem: 167 706 194 737 265 612 292 643 167 706 292 643 265 612 295 640 309 706 335 737 406 612 433 643\nRef: 783 783 N 1 0 0 1 473.5 146\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0201\nEncoding: 513 513 448\nWidth: 600\nFlags: H\nHStem: -16 41<792.5 862.5> 0 41<1060 1114> 217 41<838 906> 390 41<880.5 932.5>\nVStem: 672 41<85 142.5> 1019 41<41 67 67 67 112 202 202 202 237 308> 1019 122<14 27.5>\nDStem: 173.5 560 200.5 591 271.5 466 298.5 497 173.5 560 298.5 497 271.5 466 301.5 494 315.5 560 341.5 591 412.5 466 439.5 497\nRef: 783 783 N 1 0 0 1 544.5 1\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 449\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 692 41<272 328>\nRef: 785 785 N 1 0 0 1 528 146\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 450\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 596 41<278.5 334.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 785 785 N 1 0 0 1 599 1\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0204\nEncoding: 516 516 451\nWidth: 600\nFlags: H\nHStem: 0 41<670 724 765 1079> 272 41<765 910> 397 20 522 41<670 724 765 765 765 1058>\nVStem: 724 41<41 272 313 522> 910 41<227 272 272 272 313 358> 1058 41<424 522 522 522> 1079 41<41 160>\nDStem: 148.5 706 175.5 737 246.5 612 273.5 643 148.5 706 273.5 643 246.5 612 276.5 640 290.5 706 316.5 737 387.5 612 414.5 643\nRef: 783 783 N 1 0 0 1 530 146\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0205\nEncoding: 517 517 452\nWidth: 600\nFlags: H\nHStem: -16 41<852 937> 199 41<704 1078> 390 41<842.5 939>\nDStem: 158.5 560 185.5 591 256.5 466 283.5 497 158.5 560 283.5 497 256.5 466 286.5 494 300.5 560 326.5 591 397.5 466 424.5 497\nRef: 783 783 N 1 0 0 1 536.5 1\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 453\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458> 692 41<253.5 309.5>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 785 785 N 1 0 0 1 584.5 146\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 454\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339> 596 41<263.5 319.5>\nRef: 785 785 N 1 0 0 1 591 1\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0208\nEncoding: 520 520 455\nWidth: 600\nFlags: H\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522>\nDStem: 167 706 194 737 265 612 292 643 309 706 335 737 406 612 433 643\nRef: 783 783 N 1 0 0 1 545 146\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0209\nEncoding: 521 521 456\nWidth: 600\nFlags: H\nHStem: 0 41<719 879 920 1080> 376 41<761 879>\nVStem: 879 41<41 376 376 376>\nDStem: 167 560 194 591 265 466 292 497 167 560 292 497 265 466 295 494 309 560 335 591 406 466 433 497\nRef: 783 783 N 1 0 0 1 544.5 1\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 457\nWidth: 600\nFlags: H\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320> 692 41<272 328>\nVStem: 279 41<41 522>\nRef: 785 785 N 1 0 0 1 599.5 146\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 458\nWidth: 600\nFlags: H\nHStem: 0 41<119 279 320 480> 376 41<161 279> 596 41<272 328>\nVStem: 279 41<41 376 376 376>\nRef: 785 785 N 1 0 0 1 599 1\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020C\nEncoding: 524 524 459\nWidth: 600\nFlags: H\nHStem: -16 41<843 956.5> 535 41<842.5 958>\nVStem: 651 41<210 350> 1108 41<208.5 349>\nDStem: 167 706 194 737 265 612 292 643 167 706 292 643 265 612 295 640 309 706 335 737 406 612 433 643\nRef: 783 783 N 1 0 0 1 545.5 146\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020D\nEncoding: 525 525 460\nWidth: 600\nFlags: H\nHStem: -16 41<848 951.5> 390 41<848 952.5>\nVStem: 672 41<157 258.5> 1087 41<155.5 257.5>\nDStem: 167 560 194 591 265 466 292 497 167 560 292 497 265 466 295 494 309 560 335 591 406 466 433 497\nRef: 783 783 N 1 0 0 1 545.5 1\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 461\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 692 41<272 328>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 785 785 N 1 0 0 1 600 146\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 462\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 596 41<272 328>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 785 785 N 1 0 0 1 600 1\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0210\nEncoding: 528 528 463\nWidth: 600\nFlags: H\nHStem: 0 41<670 724 765 840 1131 1162> 251 41<765 879 879 897> 522 41<670 724 765 765 765 918>\nVStem: 724 41<41 251 292 522> 1057 41<376 438>\nDStem: 183 706 210 737 281 612 308 643 183 706 308 643 281 612 311 640 325 706 351 737 422 612 449 643\nRef: 783 783 N 1 0 0 1 439.5 146\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0211\nEncoding: 529 529 464\nWidth: 600\nFlags: H\nHStem: 0 41<711 807 848 1027> 376 41<732 807> 386 41<1015.5 1049>\nVStem: 807 41<41 262 315 376 376 376>\nDStem: 179.5 560 206.5 591 277.5 466 304.5 497 179.5 560 304.5 497 277.5 466 307.5 494 321.5 560 347.5 591 418.5 466 445.5 497\nRef: 783 783 N 1 0 0 1 558 1\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 465\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 240 531 562> 251 41<165 279 279 297> 522 41<70 124 165 165 165 318> 692 41<288 344>\nVStem: 124 41<41 251 292 522> 457 41<376 438>\nRef: 785 785 N 1 0 0 1 494 146\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 466\nWidth: 600\nFlags: H\nHStem: 0 41<111 207 248 427> 376 41<132 207> 386 41<415.5 449> 596 41<284.5 340.5>\nVStem: 207 41<41 262 315 376 376 376>\nRef: 785 785 N 1 0 0 1 612.5 1\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0214\nEncoding: 532 532 467\nWidth: 600\nFlags: H\nHStem: -16 41<855.5 944> 522 41<667 701 742 742 742 816 984 1058 1099 1133 1099 1099>\nVStem: 701 41<185 522> 1058 41<185 522>\nDStem: 167 706 194 737 265 612 292 643 167 706 292 643 265 612 295 640 309 706 335 737 406 612 433 643\nRef: 783 783 N 1 0 0 1 545.5 146\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0215\nEncoding: 533 533 468\nWidth: 600\nFlags: H\nHStem: -16 41<830.5 889.5> 0 41<1080 1114> 376 41<670 724 965 1039>\nVStem: 724 41<115 376 376 376> 1039 41<41 66 66 66 115 376 376 376> 1039 102<14 27.5>\nDStem: 159 560 186 591 257 466 284 497 159 560 284 497 257 466 287 494 301 560 327 591 398 466 425 497\nRef: 783 783 N 1 0 0 1 520.5 1\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 469\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499> 692 41<272 328>\nVStem: 101 41<185 522> 458 41<185 522>\nRef: 785 785 N 1 0 0 1 600 146\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 470\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439> 596 41<264 320>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 785 785 N 1 0 0 1 575 1\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 471\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nFore\n445 517 m 1\n 445 536 l 2\n 445 554 452 563 466 563 c 0\n 479 563 486 554 486 536 c 2\n 486 433 l 2\n 486 415 479 406 466 406 c 0\n 453 406 446 414 445 430 c 0\n 441 490 380 535 302 535 c 0\n 220 535 159 486 159 420 c 0\n 159 344.478 225.239 322.832 311 309 c 0\n 388 296 416 288 446 269 c 0\n 485 245 508 202 508 151 c 0\n 508 54 422 -16 302 -16 c 0\n 233 -16 174 9 133 56 c 1\n 133 27 l 2\n 133 9 126 0 112 0 c 0\n 99 0 92 9 92 27 c 2\n 92 139 l 2\n 92 157 99 166 113 166 c 0\n 126 166 132 158 133 142 c 0\n 136 76 210 25 301 25 c 0\n 394 25 464 79 464 153 c 0\n 464 188 447 220 419 237 c 0\n 395 253 374 259 303 271 c 0\n 233 283 197 295 167 317 c 0\n 134 340 115 379 115 421 c 0\n 115 509 194 576 299 576 c 0\n 358 576 403 558 445 517 c 1\n318 -97 m 1\n 234 -223 l 2\n 226 -234 222 -237 213 -237 c 0\n 202 -237 193 -228 193 -216 c 0\n 193 -212 195 -207 200 -200 c 2\n 284 -74 l 2\n 291 -64 297 -60 305 -60 c 0\n 317 -60 326 -69 326 -81 c 0\n 326 -85.1582 321.055 -92.9261 318 -97 c 1\nEndSplineSet\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 472\nWidth: 600\nFlags: HW\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nFore\n432 385 m 1\n 432 389 l 2\n 432 406 440 417 453 417 c 0\n 466 417 473 408 473 389 c 2\n 473 320 l 2\n 473 302 466 293 453 293 c 0\n 441 293 434 300 432 316 c 0\n 427 361 375 390 299 390 c 0\n 225 390 169 358 169 315 c 0\n 169 299 180 282 201 270 c 0\n 223 256 229 254 317 245 c 0\n 378 238 415 227 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 40 414 -16 301 -16 c 0\n 236 -16 186 1 144 38 c 1\n 144 27 l 2\n 144 9 137 0 124 0 c 0\n 110 0 103 9 103 27 c 2\n 103 110 l 2\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 355 201 300 207 c 0\n 226 215 198 222 170 239 c 0\n 142 257 124 287 124 318 c 0\n 124 383 197 431 295 431 c 0\n 352 431 397 416 432 385 c 1\n318 -97 m 1\n 234 -223 l 2\n 226 -234 222 -237 213 -237 c 0\n 202 -237 193 -228 193 -216 c 0\n 193 -212 195 -207 200 -200 c 2\n 284 -74 l 2\n 291 -64 297 -60 305 -60 c 0\n 317 -60 326 -69 326 -81 c 0\n 326 -85.1582 321.055 -92.9261 318 -97 c 1\nEndSplineSet\nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 473\nWidth: 600\nFlags: HMW\nHStem: 0 41<175 280 321 426> 402 20<85.5 99 502 515> 522 41<113 280 113 113 321 321 321 487>\nVStem: 72 41<449 522> 280 41<41 522> 487 41<449 522 522 522>\nFore\n321 41 m 1\n 426 41 l 2\n 444 41 453 34 453 21 c 0\n 453 7 444 0 426 0 c 2\n 175 0 l 2\n 157 0 148 7 148 21 c 0\n 148 34 157 41 175 41 c 2\n 280 41 l 1\n 280 522 l 1\n 113 522 l 1\n 113 449 l 2\n 113 431 106 422 92 422 c 0\n 79 422 72 431 72 449 c 2\n 72 563 l 1\n 528 563 l 1\n 528 449 l 2\n 528 430 522 422 508 422 c 0\n 496 422 487 433 487 449 c 2\n 487 522 l 1\n 321 522 l 1\n 321 41 l 1\n318 -97 m 1\n 234 -223 l 2\n 226 -234 222 -237 213 -237 c 0\n 202 -237 193 -228 193 -216 c 0\n 193 -212 195 -207 200 -200 c 2\n 284 -74 l 2\n 291 -64 297 -60 305 -60 c 0\n 317 -60 326 -69 326 -81 c 0\n 326 -85.1582 321.055 -92.9261 318 -97 c 1\nEndSplineSet\nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 474\nWidth: 600\nFlags: HMW\nHStem: -16 41<263.5 326> 376 41<71 145 186 406> 543 20<159 173>\nVStem: 145 41<107 109 109 376 417 536>\nFore\n186 417 m 1\n 406 417 l 2\n 424 417 433 410 433 397 c 0\n 433 383 424 376 406 376 c 2\n 186 376 l 1\n 186 109 l 2\n 186 58 229 25 298 25 c 0\n 354 25 425 42 464 65 c 0\n 472 70 475 71 480 71 c 0\n 490 71 499 61 499 51 c 0\n 499 22 385 -16 300 -16 c 0\n 206 -16 145 32 145 107 c 2\n 145 376 l 1\n 71 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 71 417 c 2\n 145 417 l 1\n 145 536 l 2\n 145 554 152 563 166 563 c 0\n 180 563 186 555 186 536 c 2\n 186 417 l 1\n318 -97 m 1\n 234 -223 l 2\n 226 -234 222 -237 213 -237 c 0\n 202 -237 193 -228 193 -216 c 0\n 193 -212 195 -207 200 -200 c 2\n 284 -74 l 2\n 291 -64 297 -60 305 -60 c 0\n 317 -60 326 -69 326 -81 c 0\n 326 -85.1582 321.055 -92.9261 318 -97 c 1\nEndSplineSet\nEndChar\nStartChar: uni021C\nEncoding: 540 540 475\nWidth: 600\nFlags: HW\nHStem: 406 157<129 137> 535 41<285 304>\nVStem: 115 41<518 540> 442 44<406 434> 470 40<172 188>\nDStem: 403 344 356 265 262 252 286 220\nFore\n407 299 m 1\n 459 285 510 250 510 182 c 0\n 510 71 422 15 299 -0 c 2\n 134 -20 l 2\n 123 -21 113 -14 112 -2 c 0\n 110 9 118 19 130 20 c 2\n 293 40 l 2\n 413 55 470 97 470 182 c 0\n 470 234 410 265 356 265 c 1\n 286 220 l 2\n 275 213 264 214 256 224 c 0\n 250 234 254 247 262 252 c 2\n 403 344 l 2\n 428 360 442 389 442 420 c 0\n 442 486 381 535 299 535 c 0\n 221 535 160 490 156 430 c 0\n 155 414 148 406 135 406 c 0\n 122 406 115 415 115 433 c 2\n 115 536 l 2\n 115 554 122 563 135 563 c 0\n 149 563 156 554 156 536 c 2\n 156 517 l 1\n 198 558 243 576 302 576 c 0\n 407 576 486 509 486 421 c 0\n 486 379 468 339 434 317 c 2\n 407 299 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni021D\nEncoding: 541 541 476\nWidth: 600\nFlags: HW\nHStem: 293 124<140 146> 390 41<284 316>\nVStem: 124 41<386 395> 428 45<314 322> 454 40<123 139>\nDStem: 342 8 362 -28 194 -78 214 -114 396 270 369 207 210 168 234 134\nFore\n417 233 m 1\n 462 214 494 185 494 126 c 0\n 494 44 432 13 362 -28 c 2\n 214 -114 l 1\n 205 -119 192 -116 186 -106 c 0\n 181 -97 184 -84 194 -78 c 1\n 342 8 l 2\n 416 51 454 71 454 126 c 0\n 454 176 431 184 369 207 c 1\n 234 134 l 2\n 224 129 210 124 201 137 c 0\n 193 149 199 162 210 168 c 2\n 396 270 l 2\n 416 281 428 299 428 315 c 0\n 428 358 372 390 298 390 c 0\n 222 390 170 361 165 316 c 0\n 163 300 156 293 144 293 c 0\n 131 293 124 302 124 320 c 2\n 124 389 l 2\n 124 408 131 417 144 417 c 0\n 157 417 165 406 165 389 c 2\n 165 385 l 1\n 200 416 245 431 302 431 c 0\n 400 431 473 383 473 318 c 0\n 473 287 454 254 427 239 c 2\n 417 233 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni021E\nEncoding: 542 542 477\nWidth: 600\nFlags: H\nHStem: 0 41<81 126 167 221 383 437 478 524> 272 41<167 437> 522 41<101 126 167 167 167 221 383 437 478 478 478 503>\nVStem: 126 41<41 272 313 522> 437 41<41 272 272 272 313 522>\nRef: 711 711 N 1 0 0 1 2 113\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni021F\nEncoding: 543 543 478\nWidth: 600\nFlags: H\nHStem: 0 41<78 124 165 210 392 437 478 523> 390 41<288.5 334> 563 41<70 124>\nVStem: 124 41<41 296 347 563 563 563> 437 41<41 288 288 291>\nRef: 711 711 N 1 0 0 1 -3 154\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0224\nEncoding: 548 548 479\nWidth: 600\nFlags: HW\nHStem: -199 41<343 359> 0 41<143 455> 522 41<162 430>\nVStem: 103 39<42 45> 121 41<393 521> 431 39<519 521> 456 41<-55 -1 42 185>\nDStem: 431 519 470 505 103 59 142 45\nFore\n456 0 m 1\n 103 0 l 1\n 103 59 l 1\n 431 519 l 1\n 431 522 l 1\n 162 522 l 1\n 162 404 l 2\n 162 385 155 376 142 376 c 0\n 128 376 121 385 121 404 c 2\n 121 563 l 1\n 470 563 l 1\n 470 505 l 1\n 142 45 l 1\n 142 41 l 1\n 456 41 l 1\n 456 182 l 1\n 456 200 462 209 476 209 c 0\n 490 209 497 200 497 182 c 1\n 497 -48 l 1\n 497 -132 432 -199 350 -199 c 0\n 325 -199 293 -192 275 -183 c 0\n 267 -179 263 -173 263 -165 c 0\n 263 -154 271 -145 281 -145 c 0\n 286 -145 288 -146 313 -153 c 0\n 321 -156 339 -158 351 -158 c 0\n 412 -158 456 -110 456 -42 c 2\n 456 0 l 1\nEndSplineSet\nMinimumDistance: x17,-1 y5,8 y5,6 y14,17 y14,15 y2,0 x0,2 x0,1 \nEndChar\nStartChar: uni0225\nEncoding: 549 549 480\nWidth: 600\nFlags: HW\nHStem: -199 41<339 355> 0 41<172 447> 376 41<165 415>\nVStem: 124 41<313 375> 124 350<381 416> 448 41<-55 -1 42 105>\nDStem: 416 376 474 381 115 36 171 41\nFore\n448 0 m 1\n 115 0 l 1\n 115 36 l 1\n 416 376 l 1\n 165 376 l 1\n 165 321 l 2\n 165 303 158 294 145 294 c 0\n 131 294 124 303 124 321 c 2\n 124 417 l 1\n 474 417 l 1\n 474 381 l 1\n 171 41 l 1\n 448 41 l 1\n 448 97 l 2\n 448 115 455 124 469 124 c 0\n 483 124 489 114 489 97 c 1\n 489 -48 l 1\n 489 -132 424 -199 342 -199 c 0\n 317 -199 285 -192 267 -183 c 0\n 259 -179 255 -173 255 -165 c 0\n 255 -154 263 -145 273 -145 c 0\n 278 -145 280 -146 305 -153 c 0\n 313 -156 331 -158 343 -158 c 0\n 404 -158 448 -110 448 -42 c 2\n 448 0 l 1\nEndSplineSet\nMinimumDistance: x15,-1 y4,7 y4,5 y12,15 y12,13 y2,0 x0,2 x0,1 \nEndChar\nStartChar: uni0226\nEncoding: 550 550 481\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nRef: 729 729 N 1 0 0 1 0 92\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0227\nEncoding: 551 551 482\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 729 729 N 1 0 0 1 6 -54\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0228\nEncoding: 552 552 483\nWidth: 600\nFlags: H\nHStem: -173 38<277 297.5> -81 81<262.5 282.5> 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 262 38<-47 0> 310 41<227 272 272 272 313 358> 328 37<-114.5 -97.5> 458 41<424 522 522 522> 479 41<41 160>\nRef: 184 184 N 1 0 0 1 -12 0\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0229\nEncoding: 553 553 484\nWidth: 600\nFlags: H\nHStem: -189 38<287 307.5> -97 81<272.5 292.5> -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nVStem: 272 38<-63 -16> 338 37<-130.5 -113.5>\nRef: 184 184 N 1 0 0 1 -2 -16\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022A\nEncoding: 554 554 485\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 801 40<182 418>\nVStem: 51 41<210 350> 51 100 272 100 508 41<208.5 349>\nRef: 175 175 N 1 0 0 1 0 265\nRef: 214 214 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022B\nEncoding: 555 555 486\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 644 40<182 418>\nVStem: 72 41<157 258.5> 72 100 293 100 487 41<155.5 257.5>\nRef: 175 175 N 1 0 0 1 0 108\nRef: 246 246 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022C\nEncoding: 556 556 487\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 666 41<361.5 376.5> 714 41<236 252> 795 40<182 418>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 175 175 N 1 0 0 1 0 259\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022D\nEncoding: 557 557 488\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 516 41<361.5 376.5> 564 41<236 252> 644 40<182 418>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 175 175 N 1 0 0 1 0 108\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022E\nEncoding: 558 558 489\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 729 729 N 1 0 0 1 0 92\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022F\nEncoding: 559 559 490\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 729 729 N 1 0 0 1 0 -54\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0230\nEncoding: 560 560 491\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 743 40<182 418>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 175 175 N 1 0 0 1 0 207\nRef: 558 558 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0231\nEncoding: 561 561 492\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 597 40<182 418>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 175 175 N 1 0 0 1 0 61\nRef: 559 559 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0232\nEncoding: 562 562 493\nWidth: 600\nFlags: H\nHStem: 0 41<176 281 322 427> 522 41<78 102 151 151 151 189 412 452 498 498 498 522> 616 40<182 418>\nVStem: 281 41<41 254>\nRef: 175 175 N 1 0 0 1 0 80\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0233\nEncoding: 563 563 494\nWidth: 600\nFlags: H\nHStem: -186 186<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522> 471 40<182 418>\nRef: 175 175 N 1 0 0 1 0 -65\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0241\nEncoding: 577 577 495\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0242\nEncoding: 578 578 496\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0250\nEncoding: 592 592 497\nWidth: 600\nFlags: HW\nHStem: -14 41<296 332> 159 41<312 344> 376 41<88.4704 153> 392 41<376 392>\nVStem: 153 41<98 179 215 305 351 376> 500 41<293.239 308>\nFore\n194 417 m 1\n 194 350 l 1\n 255 407 315 433 385 433 c 0\n 478 433 541 381 541 305 c 0\n 541 218 455 159 330 159 c 0\n 284 159 253 164 194 180 c 1\n 194 109 l 2\n 194 60 244 27 317 27 c 0\n 353 27 381 33 459 57 c 0\n 463 58 467 59 469 59 c 0\n 479 59 488 50 488 39 c 0\n 488 29 482 22 471 18 c 0\n 416 -1 351 -14 314 -14 c 0\n 221 -14 153 38 153 109 c 2\n 153 376 l 1\n 99 376 l 2\n 81 376 72 383 72 396 c 0\n 72 410 81 417 99 417 c 2\n 194 417 l 1\n194 305 m 1\n 194 215 l 1\n 230 206 278 200 322 200 c 0\n 428 200 500 243 500 306 c 0\n 500 358 455 392 386 392 c 0\n 315 392 261 368 194 305 c 1\nEndSplineSet\nMinimumDistance: x3,-1 x14,17 x14,15 \nEndChar\nStartChar: uni0251\nEncoding: 593 593 498\nWidth: 600\nFlags: HW\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287>\nVStem: 63 41<192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nFore\n282 390 m 0\n 183 390 104 309 104 208 c 0\n 104 106 183 25 283 25 c 0\n 381 25 461 106 461 206 c 0\n 461 310 383 390 282 390 c 0\n461 385 m 1\n 461 403 468 412 481 412 c 0\n 496 412 502 402 502 385 c 1\n 502 41 l 1\n 556 41 l 2\n 574 41 583 34 583 21 c 0\n 583 7 574 0 556 0 c 2\n 461 0 l 1\n 461 89 l 1\n 414 19 354 -16 279 -16 c 0\n 160 -16 63 85 63 208 c 0\n 63 331 160 431 279 431 c 0\n 354 431 412 398 461 327 c 1\n 461 385 l 1\nEndSplineSet\nMinimumDistance: x9,-1 y7,4 y7,6 x7,10 x7,8 \nEndChar\nStartChar: uni0252\nEncoding: 594 594 499\nWidth: 600\nFlags: HW\nHStem: -14 41<319 337> 376 41<47.4704 112> 392 41<319 337>\nVStem: 112 41<-10.5342 89 197 229 329 376> 510 41<197 213>\nFore\n332 27 m 0\n 431 27 510 108 510 209 c 0\n 510 311 431 392 331 392 c 0\n 233 392 153 311 153 211 c 0\n 153 107 231 27 332 27 c 0\n153 0 m 1\n 153 -18 146 -27 133 -27 c 0\n 118 -27 112 -17 112 0 c 1\n 112 376 l 1\n 58 376 l 2\n 40 376 31 383 31 396 c 0\n 31 410 40 417 58 417 c 2\n 153 417 l 1\n 153 328 l 1\n 200 398 260 433 335 433 c 0\n 454 433 551 332 551 209 c 0\n 551 86 454 -14 335 -14 c 0\n 260 -14 202 19 153 90 c 1\n 153 0 l 1\nEndSplineSet\nMinimumDistance: x14,-1 y7,4 y7,6 x7,10 x7,8 \nEndChar\nStartChar: uni0253\nEncoding: 595 595 500\nWidth: 600\nFlags: HW\nHStem: -16 41<310 340> 0 41<38.4704 103> 390 41<310 341> 577 41<246 262>\nVStem: 103 41<41 87 192 224 329 464> 500 41<192 224>\nFore\n144 208 m 0\n 144 107 223 25 322 25 c 0\n 419 25 500 107 500 205 c 0\n 500 309 422 390 322 390 c 0\n 223 390 144 309 144 208 c 0\n103 41 m 1\n 103 462 l 1\n 103 549 169 618 254 618 c 0\n 279 618 308 613 327 604 c 0\n 337 600 341 595 341 586 c 0\n 341 575 332 566 322 566 c 0\n 319 566 319 566 297 572 c 0\n 288 575 268 577 258 577 c 0\n 190 577 144 530 144 462 c 1\n 144 328 l 1\n 194 399 250 431 324 431 c 0\n 446 431 541 334 541 210 c 0\n 541 85 444 -16 324 -16 c 0\n 251 -16 191 18 144 88 c 1\n 144 0 l 1\n 49 0 l 2\n 31 0 22 7 22 21 c 0\n 22 34 31 41 49 41 c 2\n 103 41 l 1\nEndSplineSet\nMinimumDistance: x15,-1 x4,19 x4,21 \nEndChar\nStartChar: uni0254\nEncoding: 596 596 501\nWidth: 600\nFlags: HW\nHStem: -16 41<292 324> 271 146<122 132> 390 41<292 324>\nVStem: 108 41<377 400> 494 41<192 224>\nFore\n149 376 m 1\n 190 412 244 431 305 431 c 0\n 439 431 535 336 535 204 c 0\n 535 76 441 -16 310 -16 c 0\n 244 -16 178 4 127 39 c 0\n 99 58 84 76 84 88 c 0\n 84 98 93 107 103 107 c 0\n 110 107 113 105 121 97 c 0\n 173 49 235 25 308 25 c 0\n 417 25 494 100 494 205 c 0\n 494 315 418 390 308 390 c 0\n 224 390 153 348 149 295 c 0\n 147 278 141 271 128 271 c 0\n 115 271 108 280 108 298 c 2\n 108 389 l 2\n 108 408 115 417 128 417 c 0\n 142 417 149 408 149 389 c 2\n 149 376 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0255\nEncoding: 597 597 502\nWidth: 600\nFlags: HW\nHStem: -16 41<289.071 327.985> 166 41<420 436> 271 146<484 497> 390 41<292 330>\nVStem: 84 41<187 219> 328 41<-117 -16 43 107> 470 41<377 395> 497 41<94 107>\nFore\n328 25 m 1\n 328 93 l 2\n 328 159 366 207 431 207 c 0\n 500 207 538 163 538 104 c 0\n 538 21 460 -6 369 -14 c 1\n 369 -112 l 1\n 369 -123 360 -132 348 -132 c 0\n 337 -132 328 -123 328 -112 c 1\n 328 -16 l 1\n 319 -16 300 -16 286 -15 c 0\n 167 -5 84 84 84 204 c 0\n 84 336 180 431 314 431 c 0\n 375 431 429 412 470 376 c 1\n 470 389 l 2\n 470 408 477 417 491 417 c 0\n 504 417 511 408 511 389 c 2\n 511 298 l 2\n 511 280 504 271 491 271 c 0\n 478 271 472 278 470 295 c 0\n 466 348 395 390 311 390 c 0\n 201 390 125 315 125 205 c 0\n 125 111 187 41 278 27 c 0\n 295 25 309 25 328 25 c 1\n369 28 m 1\n 452 37 497 60 497 104 c 0\n 497 143 480 166 431 166 c 0\n 393 166 369 142 369 93 c 2\n 369 28 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0256\nEncoding: 598 598 503\nWidth: 600\nFlags: HW\nHStem: -199 41<591.978 623> -16 41<271 287> 390 41<271 287> 563 41<399 460>\nVStem: 63 41<201 217> 461 41<-55 88 201 217 328 563>\nFore\n282 390 m 0\n 183 390 104 309 104 208 c 0\n 104 106 183 25 283 25 c 0\n 381 25 461 106 461 206 c 0\n 461 310 383 390 282 390 c 0\n502 604 m 1\n 502 -42 l 2\n 502 -110 546 -158 607 -158 c 0\n 619 -158 637 -156 645 -153 c 0\n 670 -146 672 -145 677 -145 c 0\n 687 -145 695 -154 695 -165 c 0\n 695 -173 691 -179 683 -183 c 0\n 665 -192 633 -199 608 -199 c 0\n 526 -199 461 -132 461 -48 c 2\n 461 89 l 1\n 414 19 354 -16 279 -16 c 0\n 160 -16 63 85 63 208 c 0\n 63 331 160 431 279 431 c 0\n 354 431 412 398 461 327 c 1\n 461 563 l 1\n 407 563 l 2\n 389 563 380 570 380 584 c 0\n 380 597 389 604 407 604 c 2\n 502 604 l 1\nEndSplineSet\nMinimumDistance: x4,-1 x18,21 x18,19 \nEndChar\nStartChar: uni0257\nEncoding: 599 599 504\nWidth: 600\nFlags: HW\nHStem: -16 41<271 287> 0 41<503 559> 390 41<271 287> 577 41<607 623>\nVStem: 63 41<192 224> 461 41<41 88 192 224 328 464> 461 122<16 27>\nFore\n461 206 m 0\n 461 310 383 390 282 390 c 0\n 183 390 104 309 104 208 c 0\n 104 106 183 25 283 25 c 0\n 381 25 461 106 461 206 c 0\n461 327 m 1\n 461 462 l 1\n 461 549 527 618 612 618 c 0\n 637 618 666 613 685 604 c 0\n 695 600 699 595 699 586 c 0\n 699 575 690 566 680 566 c 0\n 677 566 677 566 655 572 c 0\n 646 575 626 577 616 577 c 0\n 548 577 502 530 502 462 c 1\n 502 41 l 1\n 556 41 l 2\n 574 41 583 34 583 21 c 0\n 583 7 574 0 556 0 c 2\n 461 0 l 1\n 461 89 l 1\n 414 19 354 -16 279 -16 c 0\n 160 -16 63 85 63 208 c 0\n 63 331 160 431 279 431 c 0\n 354 431 412 398 461 327 c 1\nEndSplineSet\nMinimumDistance: x15,-1 x13,16 x13,14 \nEndChar\nStartChar: uni0258\nEncoding: 600 600 505\nWidth: 600\nFlags: HW\nHStem: -16 41<255 294> 199 41<106 478> 390 41<271 303>\nVStem: 63 457<199 224>\nFore\n63 199 m 1\n 63 245 66 264 80 297 c 0\n 116 380 196 431 292 431 c 0\n 420 431 520 338 520 217 c 0\n 520 87 413 -16 278 -16 c 0\n 187 -16 67 31 67 66 c 0\n 67 77 76 86 86 86 c 0\n 91 86 95 84 102 79 c 0\n 142 47 215 25 277 25 c 0\n 385 25 465 94 479 199 c 1\n 63 199 l 1\n479 240 m 1\n 461 332 389 390 292 390 c 0\n 195 390 121 331 105 240 c 1\n 479 240 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0259\nEncoding: 601 601 506\nWidth: 600\nFlags: HW\nHStem: -16 41<271 303> 175 41<106 478> 390 41<255 294>\nVStem: 63 457<192 216>\nFore\n63 216 m 1\n 479 216 l 1\n 465 321 385 390 277 390 c 0\n 215 390 142 368 102 336 c 0\n 95 331 91 329 86 329 c 0\n 76 329 67 338 67 349 c 0\n 67 384 187 431 278 431 c 0\n 413 431 520 328 520 198 c 0\n 520 77 420 -16 292 -16 c 0\n 196 -16 116 35 80 118 c 0\n 66 151 63 170 63 216 c 1\n479 175 m 1\n 105 175 l 1\n 121 84 195 25 292 25 c 0\n 389 25 461 83 479 175 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni025A\nEncoding: 602 602 507\nWidth: 600\nFlags: HW\nHStem: -16 41<275 307> 211 43<627 643> 390 41<259 294>\nVStem: 481 39<192 210>\nDStem: 446 306 465 270 80 118 136 100 524 300 540 354 547 259 583 280\nFore\n676 223 m 16\n 626 195 569 220 547 259 c 2\n 524 300 l 1\n 502 288 l 1\n 513 261 520 230 520 198 c 0\n 520 77 420 -16 292 -16 c 0\n 196 -16 116 35 80 118 c 1\n 446 306 l 1\n 410 359 350 390 277 390 c 0\n 215 390 142 368 102 336 c 0\n 95 331 91 329 86 329 c 0\n 76 329 67 338 67 349 c 0\n 67 384 187 431 278 431 c 0\n 364 431 439 389 482 324 c 1\n 540 354 l 1\n 583 280 l 2\n 595 259 632 246 655 257 c 8\n 668 263 684 265 691 252 c 16\n 698 239 687 229 676 223 c 16\n465 270 m 1\n 136 100 l 1\n 170 53 225 25 292 25 c 0\n 389 25 460 84 479 175 c 8\n 485 205 474 246 465 270 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni025B\nEncoding: 603 603 508\nWidth: 600\nFlags: HW\nHStem: -16 41<289 321> 0 137<474 481> 206 41<289 378.53> 293 124<454 457> 390 41<289 321>\nVStem: 127 45<107 119 314 322> 188 207<224 230> 456 41<24 37 98.4446 119 386 392>\nRef: 604 604 N -1 0 0 1 600 0\nEndChar\nStartChar: uni025C\nEncoding: 604 604 509\nWidth: 600\nFlags: HW\nHStem: -16 41<279 311> 0 137<119 126> 206 41<221.47 311> 293 124<143 146> 390 41<279 311>\nVStem: 103 41<24 37 98.4446 119> 124 41<386 392> 205 207<224 230> 428 45<314 322> 452 45<107 119>\nFore\n232 247 m 2\n 280 247 l 2\n 368 247 374 256 396 270 c 0\n 417 282 428 299 428 315 c 0\n 428 358 372 390 298 390 c 0\n 222 390 170 361 165 316 c 0\n 163 300 156 293 144 293 c 0\n 131 293 124 302 124 320 c 2\n 124 389 l 2\n 124 408 131 417 144 417 c 0\n 157 417 165 406 165 389 c 2\n 165 385 l 1\n 200 416 245 431 302 431 c 0\n 400 431 473 383 473 318 c 0\n 473 287 455 257 427 239 c 2\n 412 230 l 1\n 412 224 l 1\n 425 219 436 213 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 40 414 -16 301 -16 c 0\n 236 -16 186 1 144 38 c 1\n 144 27 l 2\n 144 9 137 0 124 0 c 0\n 110 0 103 9 103 27 c 2\n 103 110 l 2\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 358 206 300 206 c 2\n 232 206 l 2\n 214 206 205 213 205 227 c 0\n 205 240 214 247 232 247 c 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni025F\nEncoding: 607 607 510\nWidth: 600\nFlags: HW\nHStem: -186 41<163.47 307> 0 41<275 416 458 519> 376 41<173 416>\nVStem: 417 41<-42 -1 42 376>\nFore\n417 41 m 1\n 417 376 l 1\n 176 376 l 2\n 158 376 149 383 149 397 c 0\n 149 410 158 417 176 417 c 2\n 458 417 l 1\n 458 41 l 1\n 517 41 l 1\n 535 41 544 34 544 21 c 0\n 544 7 535 0 517 0 c 1\n 458 -0 l 1\n 458 -28 l 2\n 458 -121 394 -186 303 -186 c 2\n 174 -186 l 2\n 156 -186 147 -179 147 -165 c 0\n 147 -152 156 -145 174 -145 c 2\n 302 -145 l 2\n 368 -145 417 -96 417 -28 c 2\n 417 0 l 1\n 284 0 l 1\n 266 0 257 7 257 21 c 0\n 257 34 266 41 284 41 c 1\n 417 41 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x4,6 y6,4 y6,5 x17,13 x17,15 x6,9 x6,7 x1,4 x1,2 \nEndChar\nStartChar: uni0260\nEncoding: 608 608 511\nWidth: 600\nFlags: HW\nHStem: -186 41<191.47 320> 10 41<255 287> 390 41<255 287> 577 41<590 607>\nVStem: 63 41<214 230> 440 41<-29 106 214 230 335 470>\nFore\n440 219 m 0\n 440 316 367 390 272 390 c 0\n 178 390 104 315 104 221 c 0\n 104 126 179 51 272 51 c 0\n 365 51 440 126 440 219 c 0\n440 334 m 1\n 440 462 l 1\n 440 549 506 618 591 618 c 0\n 616 618 645 613 664 604 c 0\n 674 600 678 595 678 586 c 0\n 678 575 669 566 659 566 c 0\n 656 566 656 566 634 572 c 0\n 625 575 605 577 595 577 c 0\n 527 577 481 530 481 462 c 1\n 481 -28 l 1\n 481 -69 468 -100 438 -132 c 0\n 403 -169 366 -186 316 -186 c 2\n 202 -186 l 2\n 184 -186 175 -179 175 -165 c 0\n 175 -152 184 -145 202 -145 c 2\n 318 -145 l 2\n 386 -145 440 -90 440 -22 c 1\n 440 107 l 1\n 395 41 341 10 269 10 c 0\n 156 10 63 105 63 221 c 0\n 63 337 156 431 269 431 c 0\n 342 431 395 401 440 334 c 1\nEndSplineSet\nMinimumDistance: x12,-1 x20,16 x20,18 \nEndChar\nStartChar: uni0261\nEncoding: 609 609 512\nWidth: 600\nFlags: HW\nHStem: -186 41<191.47 320> 10 41<255 287> 390 41<255 287>\nVStem: 63 41<214 230> 440 41<-29 106 214 230 335 422>\nFore\n272 390 m 0\n 178 390 104 315 104 221 c 0\n 104 126 179 51 272 51 c 0\n 365 51 440 126 440 219 c 0\n 440 316 367 390 272 390 c 0\n440 334 m 1\n 440 417 l 2\n 440 435 447 444 460 444 c 0\n 475 444 481 434 481 417 c 1\n 481 -28 l 1\n 481 -69 468 -100 438 -132 c 0\n 403 -169 366 -186 316 -186 c 2\n 202 -186 l 2\n 184 -186 175 -179 175 -165 c 0\n 175 -152 184 -145 202 -145 c 2\n 318 -145 l 2\n 386 -145 440 -90 440 -22 c 2\n 440 107 l 1\n 395 41 341 10 269 10 c 0\n 156 10 63 105 63 221 c 0\n 63 337 156 431 269 431 c 0\n 342 431 395 401 440 334 c 1\nEndSplineSet\nMinimumDistance: x7,-1 x15,11 x15,13 \nEndChar\nStartChar: uni0262\nEncoding: 610 610 513\nWidth: 600\nFlags: HW\nHStem: -12 40<296 333> 144 41<314 437 479 493> 309 107<451.879 462> 386 40<285 323>\nVStem: 77 41<164 244> 438 41<52 144 387 398>\nFore\n479 144 m 1\n 479 26 l 1\n 427 1 369 -12 315 -12 c 0\n 170 -12 77 63 77 180 c 2\n 77 235 l 2\n 77 288 104 342 148 378 c 0\n 188 409 239 426 297 426 c 0\n 355 426 400 413 440 386 c 1\n 440 396 l 2\n 440 410 447 416 460 416 c 0\n 472 416 481 411 481 396 c 2\n 481 329 l 2\n 481 316 471 309 460 309 c 0\n 448 309 442 307 441 320 c 0\n 437 357 377 386 299 386 c 0\n 249 386 210 376 176 349 c 0\n 138 318 118 278 118 234 c 2\n 118 180 l 2\n 118 80 190 28 317 28 c 0\n 363 28 389 33 438 52 c 1\n 438 144 l 1\n 321 144 l 2\n 305 144 297 155 297 165 c 0\n 297 175 305 185 321 185 c 2\n 491 185 l 2\n 508 185 516 175 516 165 c 0\n 516 155 508 144 491 144 c 2\n 479 144 l 1\nEndSplineSet\nMinimumDistance: x24,-1 x20,23 x20,21 x0,24 x0,26 \nEndChar\nStartChar: uni0263\nEncoding: 611 611 514\nWidth: 600\nFlags: HW\nHStem: -200 40<302 308> 376 41<68.4704 95 142 196 404 463 510 532>\nVStem: 52 165<392 399> 240 40<-137.937 -121.513> 320 40<-137.937 -121.513> 387 165<392 399>\nDStem: 95 376 141 376 277 -12 299 37 464 376 510 376 302 37 323 -13\nFore\n299 37 m 17\n 302 37 l 9\n 464 376 l 1\n 414 376 l 2\n 396 376 387 383 387 397 c 0\n 387 410 396 417 414 417 c 2\n 525 417 l 2\n 543 417 552 410 552 397 c 0\n 552 383 543 376 525 376 c 2\n 510 376 l 1\n 323 -13 l 1\n 343 -53 360 -90 360 -138 c 0\n 362 -162 345 -200 302 -200 c 0\n 259 -201 238 -164 240 -138 c 0\n 240 -91 257 -53 277 -12 c 1\n 95 376 l 1\n 79 376 l 2\n 61 376 52 383 52 397 c 0\n 52 410 61 417 79 417 c 2\n 190 417 l 2\n 208 417 217 410 217 397 c 0\n 217 383 208 376 190 376 c 2\n 141 376 l 1\n 299 37 l 17\n300 -60 m 1\n 288 -87 280 -111 280 -138 c 0\n 282 -148 285 -159 302 -160 c 0\n 315 -160 318 -150 320 -138 c 0\n 320 -111 312 -87 300 -60 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0264\nEncoding: 612 612 515\nWidth: 600\nFlags: HW\nHStem: -20 40<290 306> 376 40<146 162 434 466>\nVStem: 50 41<298 334> 200 40<92 124> 360 40<92 124> 509 41<298 331>\nFore\n510 401 m 1\n 513 411 520 416 530 416 c 0\n 542 416 550 408 550 389 c 2\n 550 306 l 2\n 550 288 543 279 530 279 c 0\n 516 279 509 288 509 306 c 2\n 509 332 l 1\n 503 372 486 376 450 376 c 0\n 402 376 361 358 328 329 c 1\n 376 269 400 184 400 100 c 0\n 400 43 367 -20 300 -20 c 0\n 233 -20 200 42 200 100 c 0\n 200 184 224 269 272 329 c 1\n 240 358 199 376 150 376 c 0\n 115 376 96 369 91 335 c 1\n 91 306 l 2\n 91 288 84 279 71 279 c 0\n 57 279 50 288 50 306 c 2\n 50 389 l 2\n 50 407 57 416 71 416 c 0\n 80 416 87 411 90 401 c 1\n 108 411 129 416 150 416 c 0\n 211 416 261 394 300 359 c 1\n 339 394 389 416 450 416 c 0\n 472 416 493 411 510 401 c 1\n300 299 m 1\n 261 247 240 175 240 100 c 0\n 240 55 265 20 300 20 c 0\n 336 20 360 55 360 100 c 0\n 360 175 339 247 300 299 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0265\nEncoding: 613 613 516\nWidth: 600\nFlags: HW\nHStem: -187 41<471 526> -14 41<267 283> 376 41<59.9599 116 158 204 379 428 471 526>\nVStem: 116 41<117 376> 429 41<-146 69 121 376> 429 122<-171 -165>\nFore\n429 -187 m 1\n 429 70 l 1\n 378 9 336 -14 275 -14 c 0\n 182 -14 116 45 116 126 c 2\n 116 376 l 1\n 71 376 l 2\n 52 376 43 383 43 396 c 0\n 43 410 52 417 71 417 c 2\n 202 417 l 2\n 220 417 229 410 229 396 c 0\n 229 383 220 376 202 376 c 2\n 157 376 l 1\n 157 129 l 2\n 157 99 170 73 195 53 c 0\n 218 34 240 27 280 27 c 0\n 336 27 364 44 418 108 c 2\n 429 121 l 1\n 429 376 l 1\n 384 376 l 2\n 365 376 356 383 356 396 c 0\n 356 410 366 417 384 417 c 2\n 516 417 l 2\n 533 417 543 410 543 396 c 0\n 543 383 534 376 516 376 c 2\n 470 376 l 1\n 470 -146 l 1\n 524 -146 l 2\n 542 -146 551 -153 551 -167 c 0\n 551 -180 542 -187 524 -187 c 2\n 429 -187 l 1\nEndSplineSet\nMinimumDistance: x27,-1 x25,28 x25,26 x24,21 x24,23 x17,20 x17,18 x11,8 x11,10 x4,7 x4,5 \nEndChar\nStartChar: uni0266\nEncoding: 614 614 517\nWidth: 600\nFlags: HW\nHStem: 0 41<67.8745 124 166 212 387 436 478 531> 390 41<307 323> 577 41<274 291>\nVStem: 124 41<41 296 348 464> 437 41<41 298>\nFore\n124 41 m 1\n 124 462 l 1\n 124 549 190 618 275 618 c 0\n 300 618 329 613 348 604 c 0\n 358 600 362 595 362 586 c 0\n 362 575 353 566 343 566 c 0\n 340 566 340 566 318 572 c 0\n 309 575 289 577 279 577 c 0\n 211 577 165 530 165 462 c 1\n 165 347 l 1\n 216 408 258 431 319 431 c 0\n 412 431 478 372 478 291 c 2\n 478 41 l 1\n 523 41 l 2\n 542 41 551 34 551 21 c 0\n 551 7 542 0 523 0 c 2\n 392 0 l 2\n 374 0 365 7 365 21 c 0\n 365 34 374 41 392 41 c 2\n 437 41 l 1\n 437 288 l 2\n 437 318 424 344 399 364 c 0\n 376 383 354 390 314 390 c 0\n 258 390 230 373 176 309 c 2\n 165 296 l 1\n 165 41 l 1\n 210 41 l 2\n 229 41 238 34 238 21 c 0\n 238 7 228 0 210 0 c 2\n 78 0 l 2\n 61 0 51 7 51 21 c 0\n 51 34 60 41 78 41 c 2\n 124 41 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x19,16 x19,18 x12,15 x12,13 x25,28 x25,26 x0,29 x0,31 \nEndChar\nStartChar: uni0267\nEncoding: 615 615 518\nWidth: 600\nFlags: HW\nHStem: -199 41<315 345> 0 41<67.8745 124 166 212> 390 41<307 334> 577 41<263 295>\nVStem: 124 41<41 296 348 473> 437 41<-55 298>\nFore\n478 291 m 1\n 478 -48 l 1\n 478 -132 413 -199 331 -199 c 0\n 306 -199 274 -192 256 -183 c 0\n 248 -179 244 -173 244 -165 c 0\n 244 -154 252 -145 262 -145 c 0\n 267 -145 269 -146 294 -153 c 0\n 302 -156 320 -158 332 -158 c 0\n 393 -158 437 -110 437 -42 c 1\n 437 288 l 1\n 437 318 424 344 399 364 c 0\n 376 383 354 390 314 390 c 0\n 258 390 230 373 176 309 c 2\n 165 296 l 1\n 165 41 l 1\n 210 41 l 2\n 229 41 238 34 238 21 c 0\n 238 7 228 0 210 0 c 2\n 78 0 l 2\n 61 0 51 7 51 21 c 0\n 51 34 60 41 78 41 c 2\n 124 41 l 1\n 124 462 l 1\n 124 549 190 618 275 618 c 0\n 300 618 329 613 348 604 c 0\n 358 600 362 595 362 586 c 0\n 362 575 353 566 343 566 c 0\n 340 566 340 566 318 572 c 0\n 309 575 289 577 279 577 c 0\n 211 577 165 530 165 462 c 1\n 165 347 l 1\n 216 408 258 431 319 431 c 0\n 412 431 478 372 478 291 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x21,18 x21,20 x14,17 x14,15 \nEndChar\nStartChar: uni0268\nEncoding: 616 616 519\nWidth: 600\nFlags: HW\nHStem: 0 41<108.47 278 321 482> 200 41<108.47 278 320 482> 376 41<156 278> 520 104<260 317>\nVStem: 259 59<521 623> 279 41<41 200 241 376>\nFore\n318 624 m 1\n 318 520 l 1\n 259 520 l 1\n 259 624 l 1\n 318 624 l 1\n279 200 m 1\n 119 200 l 2\n 101 200 92 207 92 221 c 0\n 92 234 101 241 119 241 c 2\n 279 241 l 1\n 279 376 l 1\n 161 376 l 2\n 143 376 134 383 134 397 c 0\n 134 410 143 417 161 417 c 2\n 320 417 l 1\n 320 241 l 1\n 480 241 l 2\n 499 241 508 234 508 221 c 0\n 508 207 498 200 480 200 c 2\n 320 200 l 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 200 l 1\nEndSplineSet\nMinimumDistance: x15,-1 x12,14 y14,12 y14,13 x26,23 x26,25 x9,12 x9,10 x4,7 x4,5 x19,22 x19,20 x14,17 x14,15 \nEndChar\nStartChar: uni0269\nEncoding: 617 617 520\nWidth: 600\nFlags: HW\nHStem: -8 41<365 381> 386 40<190.614 261>\nVStem: 261 41<104 386>\nFore\n261 120 m 10\n 261 386 l 1\n 200 386 l 2\n 185 386 173 393 173 406 c 0\n 173 422 183 426 200 426 c 2\n 302 426 l 1\n 302 120 l 18\n 302 58 328 33 370 33 c 0\n 416 33 452 60 466 80 c 1\n 472 89 485 91 494 84 c 0\n 503 78 505 65 498 56 c 1\n 478 28 434 -8 370 -8 c 0\n 302 -8 261 46 261 120 c 10\nEndSplineSet\nMinimumDistance: x5,-1 x1,4 x1,2 \nEndChar\nStartChar: uni026A\nEncoding: 618 618 521\nWidth: 600\nFlags: HW\nHStem: 0 41<158 279 322 442> 376 41<158 279 322 442>\nVStem: 280 41<41 376>\nFore\n321 376 m 1\n 321 41 l 1\n 440 41 l 2\n 457 41 465 30 465 21 c 0\n 465 10 456 0 440 0 c 2\n 159 0 l 2\n 143 0 135 10 135 21 c 0\n 135 30 143 41 159 41 c 2\n 280 41 l 1\n 280 376 l 1\n 159 376 l 2\n 143 376 135 387 135 397 c 0\n 135 407 143 417 159 417 c 2\n 440 417 l 2\n 457 417 465 407 465 397 c 0\n 465 387 457 376 440 376 c 2\n 321 376 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 x0,13 x0,15 \nEndChar\nStartChar: uni026B\nEncoding: 619 619 522\nWidth: 600\nFlags: HW\nHStem: 0 41<110 278 321 490> 212 41<380 396> 307 41<204 220> 563 41<156 278>\nVStem: 279 41<41 231 325 563>\nFore\n320 291 m 1\n 358 260 371 253 386 253 c 0\n 410 253 434 270 459 305 c 0\n 474 327 478 330 488 330 c 0\n 499 330 508 321 508 311 c 0\n 508 303 500 291 483 271 c 0\n 449 230 420 212 389 212 c 0\n 367 212 350 218 320 239 c 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 272 l 1\n 254 293 231 307 212 307 c 0\n 186 307 175 298 131 242 c 0\n 124 233 119 230 111 230 c 0\n 101 230 92 239 92 249 c 0\n 92 257 100 271 120 294 c 0\n 154 333 179 348 212 348 c 0\n 236 348 250 343 279 323 c 1\n 279 563 l 1\n 162 563 l 2\n 144 563 135 570 135 584 c 0\n 135 597 144 604 162 604 c 2\n 320 604 l 1\n 320 291 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x24,27 x24,25 x15,12 x15,14 x8,11 x8,9 \nEndChar\nStartChar: uni026C\nEncoding: 620 620 523\nWidth: 600\nFlags: HW\nHStem: 0 41<108.47 279 320 482> 260 40<220 278 320 482> 563 41<156 279>\nVStem: 279 41<41 259 300 352 427 563>\nFore\n279 427 m 1\n 279 563 l 1\n 162 563 l 2\n 144 563 135 570 135 584 c 0\n 135 597 144 604 162 604 c 2\n 320 604 l 1\n 320 300 l 1\n 479 300 l 2\n 490 300 499 291 499 280 c 0\n 499 269 490 260 479 260 c 2\n 320 260 l 1\n 320 41 l 1\n 480 41 l 2\n 499 41 508 34 508 21 c 0\n 508 7 498 0 480 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 279 41 l 1\n 279 260 l 1\n 229 260 l 2\n 173 260 138 306 139 350 c 0\n 137 404 180 442 229 440 c 0\n 249 441 266 436 279 427 c 1\n279 330 m 2\n 279 386 266 397 229 400 c 0\n 198 398 181 384 179 350 c 0\n 180 326 197 300 229 300 c 2\n 279 300 l 1\n 279 330 l 2\nEndSplineSet\nEndChar\nStartChar: uni026D\nEncoding: 621 621 524\nWidth: 600\nFlags: HW\nHStem: -199 41<409.94 439> 563 41<151.47 279>\nVStem: 279 41<-55 563>\nFore\n320 604 m 1\n 320 -42 l 1\n 320 -110 364 -158 425 -158 c 0\n 437 -158 455 -156 463 -153 c 0\n 488 -146 490 -145 495 -145 c 0\n 505 -145 513 -154 513 -165 c 0\n 513 -173 509 -179 501 -183 c 0\n 483 -192 451 -199 426 -199 c 0\n 344 -199 279 -132 279 -48 c 1\n 279 563 l 1\n 162 563 l 2\n 144 563 135 570 135 584 c 0\n 135 597 144 604 162 604 c 2\n 320 604 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x9,12 x9,10 \nEndChar\nStartChar: uni026F\nEncoding: 623 623 525\nWidth: 600\nFlags: HW\nHStem: -14 41<171 187 379 395> 0 41<533 571> 376 41<27.4704 72 237.47 281 447.875 491 533 571>\nVStem: 72 40<93 376> 282 40<109 376> 492 40<41 51 109 376> 492 101<18 27>\nFore\n492 0 m 1\n 492 52 l 1\n 458 4 429 -14 387 -14 c 0\n 344 -14 312 9 290 57 c 1\n 251 7 218 -14 177 -14 c 0\n 119 -14 72 35 72 94 c 2\n 72 376 l 1\n 38 376 l 2\n 20 376 11 383 11 396 c 0\n 11 410 20 417 38 417 c 2\n 112 417 l 1\n 112 98 l 2\n 112 60 143 27 178 27 c 0\n 214 27 244 51 282 109 c 1\n 282 376 l 1\n 248 376 l 2\n 230 376 221 383 221 396 c 0\n 221 410 230 417 248 417 c 2\n 322 417 l 1\n 322 101 l 2\n 322 62 353 27 387 27 c 0\n 422 27 454 52 492 109 c 1\n 492 376 l 1\n 458 376 l 2\n 440 376 431 383 431 396 c 0\n 431 410 441 417 458 417 c 2\n 567 417 l 2\n 584 417 593 410 593 396 c 0\n 593 383 584 376 566 376 c 2\n 532 376 l 1\n 532 41 l 1\n 566 41 l 2\n 584 41 593 34 593 20 c 0\n 593 7 584 0 566 0 c 2\n 492 0 l 1\nEndSplineSet\nMinimumDistance: x27,-1 x30,33 x30,31 x22,25 x22,23 x14,17 x14,15 x6,9 x6,7 \nEndChar\nStartChar: uni0270\nEncoding: 624 624 526\nWidth: 600\nFlags: HW\nHStem: -186 41<533 571> -14 41<171 187 379 395> 376 41<27.4704 72 237.47 281 447.875 491 533 571>\nVStem: 72 40<93 376> 282 40<109 376> 492 40<-145 51 109 376> 492 101<-170 -164>\nFore\n492 -186 m 1\n 492 52 l 1\n 458 4 429 -14 387 -14 c 0\n 344 -14 312 9 290 57 c 1\n 251 7 218 -14 177 -14 c 0\n 119 -14 72 35 72 94 c 2\n 72 376 l 1\n 38 376 l 2\n 20 376 11 383 11 396 c 0\n 11 410 20 417 38 417 c 2\n 112 417 l 1\n 112 98 l 2\n 112 60 143 27 178 27 c 0\n 214 27 244 51 282 109 c 1\n 282 376 l 1\n 248 376 l 2\n 230 376 221 383 221 396 c 0\n 221 410 230 417 248 417 c 2\n 322 417 l 1\n 322 101 l 2\n 322 62 353 27 387 27 c 0\n 422 27 454 52 492 109 c 1\n 492 376 l 1\n 458 376 l 2\n 440 376 431 383 431 396 c 0\n 431 410 441 417 458 417 c 2\n 567 417 l 2\n 584 417 593 410 593 396 c 0\n 593 383 584 376 566 376 c 2\n 532 376 l 1\n 532 -145 l 1\n 566 -145 l 2\n 584 -145 593 -152 593 -166 c 0\n 593 -179 584 -186 566 -186 c 2\n 492 -186 l 1\nEndSplineSet\nMinimumDistance: x27,-1 x30,33 x30,31 x22,25 x22,23 x14,17 x14,15 x6,9 x6,7 \nEndChar\nStartChar: uni0271\nEncoding: 625 625 527\nWidth: 600\nFlags: HW\nHStem: -199 41<379 395> 0 41<36 71 113 155 323 363> 376 41<36 71> 390 41<205.034 219 413.572 429>\nVStem: 72 40<41 308 366 376> 282 40<41 308> 282 101<20 25> 492 40<-55 329>\nFore\n532 323 m 1\n 532 -48 l 1\n 532 -132 468 -199 386 -199 c 0\n 361 -199 329 -192 311 -183 c 0\n 303 -179 299 -173 299 -165 c 0\n 299 -154 307 -145 317 -145 c 0\n 322 -145 324 -146 349 -153 c 0\n 357 -156 375 -158 387 -158 c 0\n 448 -158 492 -110 492 -42 c 1\n 492 319 l 1\n 492 357 461 390 426 390 c 0\n 390 390 360 366 322 308 c 1\n 322 41 l 1\n 356 41 l 2\n 374 41 383 34 383 21 c 0\n 383 7 374 0 356 0 c 2\n 282 0 l 1\n 282 316 l 2\n 282 355 251 390 217 390 c 0\n 182 390 150 365 112 308 c 1\n 112 41 l 1\n 146 41 l 2\n 164 41 173 34 173 21 c 0\n 173 7 163 0 146 0 c 2\n 37 0 l 2\n 20 0 11 7 11 21 c 0\n 11 34 20 41 38 41 c 2\n 72 41 l 1\n 72 376 l 1\n 38 376 l 2\n 20 376 11 383 11 397 c 0\n 11 410 20 417 38 417 c 2\n 112 417 l 1\n 112 365 l 1\n 146 413 175 431 217 431 c 0\n 260 431 292 408 314 360 c 1\n 353 410 386 431 427 431 c 0\n 485 431 532 382 532 323 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x12,15 x12,13 x28,31 x28,29 x20,23 x20,21 \nEndChar\nStartChar: uni0272\nEncoding: 626 626 528\nWidth: 600\nFlags: HW\nHStem: -199 41<13 29> 0 41<397 438 480 516> 376 41<81.4704 125> 390 41<301 333>\nVStem: 126 41<-55 294 349 376> 439 41<41 297>\nFore\n167 294 m 1\n 167 -48 l 1\n 167 -132 102 -199 20 -199 c 0\n -5 -199 -37 -192 -55 -183 c 0\n -63 -179 -67 -173 -67 -165 c 0\n -67 -154 -59 -145 -49 -145 c 0\n -44 -145 -42 -146 -17 -153 c 0\n -9 -156 9 -158 21 -158 c 0\n 82 -158 126 -110 126 -42 c 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 167 417 l 1\n 167 348 l 1\n 225 412 261 431 323 431 c 0\n 412 431 480 372 480 295 c 2\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 405 0 l 2\n 387 0 378 7 378 21 c 0\n 378 34 387 41 405 41 c 2\n 439 41 l 1\n 439 288 l 2\n 439 318 426 343 401 364 c 0\n 377 384 358 390 319 390 c 0\n 281 390 252 380 224 357 c 0\n 209 346 199 335 167 294 c 1\nEndSplineSet\nMinimumDistance: x18,-1 x24,21 x24,23 x17,20 x17,18 x9,12 x9,10 \nEndChar\nStartChar: uni0273\nEncoding: 627 627 529\nWidth: 600\nFlags: HW\nHStem: -199 41<581 597> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341>\nVStem: 126 41<41 294 349 376> 439 41<-55 297>\nFore\n480 295 m 1\n 480 -42 l 1\n 480 -110 524 -158 585 -158 c 0\n 597 -158 615 -156 623 -153 c 0\n 648 -146 650 -145 655 -145 c 0\n 665 -145 673 -154 673 -165 c 0\n 673 -173 669 -179 661 -183 c 0\n 643 -192 611 -199 586 -199 c 0\n 504 -199 439 -132 439 -48 c 1\n 439 288 l 1\n 439 318 426 343 401 364 c 0\n 377 384 358 390 319 390 c 0\n 281 390 252 380 224 357 c 0\n 209 346 199 335 167 294 c 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 81 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 167 417 l 1\n 167 348 l 1\n 225 412 261 431 323 431 c 0\n 412 431 480 372 480 295 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x22,25 x22,23 x21,18 x21,20 x14,17 x14,15 \nEndChar\nStartChar: uni0274\nEncoding: 628 628 530\nWidth: 600\nFlags: HW\nHStem: 0 41<95 122 165 230> 376 41<71 122 374 437 480 508>\nVStem: 123 41<41 362> 438 41<55 376>\nDStem: 164 363 171 417 430 0 438 54\nFore\n479 0 m 1\n 430 0 l 1\n 164 363 l 1\n 164 41 l 1\n 228 41 l 2\n 244 41 252 30 252 21 c 0\n 252 10 243 0 228 0 c 2\n 96 0 l 2\n 80 0 72 10 72 21 c 0\n 72 30 80 41 96 41 c 2\n 123 41 l 1\n 123 376 l 1\n 78 376 l 2\n 62 376 54 387 54 397 c 0\n 54 407 62 417 78 417 c 2\n 171 417 l 1\n 438 54 l 1\n 438 376 l 1\n 375 376 l 2\n 358 376 350 387 350 397 c 0\n 350 407 358 417 375 417 c 2\n 506 417 l 2\n 522 417 530 407 530 397 c 0\n 530 387 522 376 506 376 c 2\n 479 376 l 1\n 479 0 l 1\nEndSplineSet\nMinimumDistance: x21,-1 x1,24 y24,1 y24,0 x24,21 x24,23 x17,20 x17,18 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 \nEndChar\nStartChar: uni0275\nEncoding: 629 629 531\nWidth: 600\nFlags: HW\nHStem: -16 41<279.728 312> 188 40<120 472> 390 41<279.738 312>\nVStem: 72 456<188 224>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n486 228 m 1\n 475 321 397 390 300 390 c 0\n 203 390 124 319 114 228 c 1\n 486 228 l 1\n486 188 m 1\n 114 188 l 1\n 124 96 203 25 300 25 c 0\n 397 25 477 97 486 188 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0276\nEncoding: 630 630 532\nWidth: 600\nFlags: HW\nHStem: 0 41<253 299 342 546> 0 160<565 569> 198 41<342 416> 376 41<253 299 342 526>\nVStem: 13 40<200 217> 300 41<42 197 240 375> 416 41<160 197 240 272> 526 41<256 375> 546 41<42 142>\nFore\n587 0 m 1\n 265 0 l 2\n 111 0 12 88 13 218 c 0\n 10 334 89 417 258 417 c 2\n 567 417 l 1\n 567 263 l 2\n 567 245 560 236 547 236 c 0\n 533 236 526 245 526 263 c 2\n 526 376 l 1\n 341 376 l 1\n 341 239 l 1\n 416 239 l 1\n 416 266 l 2\n 416 284 423 293 437 293 c 0\n 450 293 457 284 457 266 c 2\n 457 170 l 2\n 457 152 450 143 437 143 c 0\n 423 143 416 152 416 170 c 2\n 416 198 l 1\n 341 198 l 1\n 341 41 l 1\n 546 41 l 1\n 546 133 l 2\n 546 153 552 160 566 160 c 0\n 579 160 587 149 587 133 c 2\n 587 0 l 1\n300 376 m 1\n 264 376 l 0\n 100 373 56 317 53 218 c 0\n 54 110 127 41 268 41 c 1\n 300 41 l 1\n 300 376 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y8,5 y8,7 y18,15 y18,17 y11,14 y11,12 y21,24 y21,22 \nEndChar\nStartChar: uni0278\nEncoding: 632 632 533\nWidth: 600\nFlags: HW\nHStem: 0 40<251 305 352 407> 377 40<251 306 351 416>\nVStem: 112 45<118 294> 306 45<-201 0 41 376 417 613> 500 45<118 294>\nFore\n351 417 m 1\n 404 417 l 2\n 487.52 417 545 362.817 545 284 c 2\n 545 131 l 2\n 545 94 530 60 500 30 c 1\n 474 8 437 0 385 0 c 2\n 351 0 l 1\n 351 -202 l 1\n 306 -202 l 1\n 306 0 l 1\n 253 0 l 2\n 169.481 0 112 54.1823 112 133 c 2\n 112 286 l 2\n 112 323 127 357 157 387 c 1\n 188 410 220 417 272 417 c 2\n 306 417 l 1\n 306 614 l 1\n 351 614 l 1\n 351 417 l 1\n306 377 m 1\n 252 377 l 2\n 225 377 202 370 189 358 c 0\n 168 339 157 320 157 286 c 2\n 157 133 l 2\n 157 105 163 85 176 74 c 0\n 199 54 218 40 257 40 c 2\n 306 40 l 1\n 306 377 l 1\n351 40 m 1\n 405 40 l 2\n 432 40 455 47 468 59 c 0\n 489 78 500 97 500 131 c 2\n 500 284 l 2\n 500 312 494 334 481 345 c 0\n 458 365 439 377 400 377 c 2\n 351 377 l 1\n 351 40 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y0,16 y0,17 y6,8 y6,7 \nEndChar\nStartChar: uni0279\nEncoding: 633 633 534\nWidth: 600\nFlags: HW\nHStem: 376 41<176 209.5 198 377 418 493 418 514>\nVStem: 377 41<41 102 41 41 155 376>\nRef: 114 114 N -1 0 0 -1 625 417\nEndChar\nStartChar: uni027A\nEncoding: 634 634 535\nWidth: 600\nFlags: HW\nHStem: 562 41<182 199 189 376 419 502.647 419 521>\nVStem: 377 41<41 101 155 562>\nRef: 636 636 N -1 0 0 -1 625 417\nEndChar\nStartChar: uni027B\nEncoding: 635 635 536\nWidth: 600\nFlags: HW\nHStem: -199 41<481 508> -10 41<148 168> 376 41<157 344 387 491>\nVStem: 345 41<-55 101 155 376>\nFore\n386 376 m 1\n 386 -42 l 1\n 386 -110 430 -158 491 -158 c 0\n 503 -158 521 -156 529 -153 c 0\n 554 -146 556 -145 561 -145 c 0\n 571 -145 579 -154 579 -165 c 0\n 579 -173 575 -179 567 -183 c 0\n 549 -192 517 -199 492 -199 c 0\n 410 -199 345 -132 345 -48 c 1\n 345 102 l 1\n 252 18 203 -10 152 -10 c 0\n 123 -10 101 -1 75 21 c 0\n 58 35 52 43 52 52 c 0\n 52 64 61 73 73 73 c 0\n 80 73 82 72 89 65 c 0\n 113 42 133 31 155 31 c 0\n 200 31 235 54 345 155 c 1\n 345 376 l 1\n 166 376 l 2\n 149 376 139 384 139 397 c 0\n 139 409 149 417 166 417 c 2\n 482 417 l 2\n 499 417 509 409 509 396 c 0\n 509 384 499 376 482 376 c 2\n 386 376 l 1\nEndSplineSet\nMinimumDistance: x21,-1 x17,20 x17,18 x0,21 x0,23 \nEndChar\nStartChar: uni027C\nEncoding: 636 636 537\nWidth: 600\nFlags: HW\nHStem: -186 41<104 206 249 436> 376 41<122.353 206> 386 41<426 443>\nVStem: 207 41<-145 262 316 376>\nFore\n248 417 m 1\n 248 315 l 1\n 341 399 390 427 441 427 c 0\n 470 427 492 418 518 396 c 0\n 535 382 541 374 541 365 c 0\n 541 353 532 344 520 344 c 0\n 513 344 511 345 504 352 c 0\n 480 375 460 386 438 386 c 0\n 393 386 358 363 248 262 c 1\n 248 -145 l 1\n 427 -145 l 2\n 444 -145 454 -153 454 -166 c 0\n 454 -178 444 -186 427 -186 c 2\n 111 -186 l 2\n 94 -186 84 -178 84 -165 c 0\n 84 -153 94 -145 111 -145 c 2\n 207 -145 l 1\n 207 376 l 1\n 132 376 l 2\n 115 376 105 384 105 397 c 0\n 105 409 115 417 132 417 c 2\n 248 417 l 1\nEndSplineSet\nMinimumDistance: x10,-1 x17,20 x17,18 x16,13 x16,15 x9,12 x9,10 \nEndChar\nStartChar: uni027D\nEncoding: 637 637 538\nWidth: 600\nFlags: HW\nHStem: -199 41<345 361> 376 41<122.353 207> 386 41<425 443>\nVStem: 207 41<-55 262 316 376>\nFore\n248 262 m 1\n 248 -42 l 1\n 248 -110 292 -158 353 -158 c 0\n 365 -158 383 -156 391 -153 c 0\n 416 -146 418 -145 423 -145 c 0\n 433 -145 441 -154 441 -165 c 0\n 441 -173 437 -179 429 -183 c 0\n 411 -192 379 -199 354 -199 c 0\n 272 -199 207 -132 207 -48 c 1\n 207 376 l 1\n 132 376 l 2\n 115 376 105 384 105 397 c 0\n 105 409 115 417 132 417 c 2\n 248 417 l 1\n 248 315 l 1\n 341 399 390 427 441 427 c 0\n 470 427 492 418 518 396 c 0\n 535 382 541 374 541 365 c 0\n 541 353 532 344 520 344 c 0\n 513 344 511 345 504 352 c 0\n 480 375 460 386 438 386 c 0\n 393 386 358 363 248 262 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x9,12 x9,10 \nEndChar\nStartChar: uni027E\nEncoding: 638 638 539\nWidth: 600\nFlags: HW\nHStem: 0 41<100.47 207 249 436> 376 41<356 500>\nVStem: 207 41<41 272>\nFore\n427 0 m 1\n 111 0 l 1\n 93 0 84 7 84 20 c 0\n 84 34 93 41 111 41 c 1\n 207 41 l 1\n 207 259 l 2\n 207 352 271 417 362 417 c 2\n 491 417 l 2\n 509 417 518 410 518 396 c 0\n 518 383 509 376 491 376 c 2\n 363 376 l 2\n 297 376 248 327 248 259 c 2\n 248 41 l 1\n 427 41 l 1\n 445 41 454 34 454 20 c 0\n 454 7 445 0 427 0 c 1\nEndSplineSet\nMinimumDistance: x7,-1 x12,0 x12,13 x11,7 x11,9 x4,1 x4,3 \nEndChar\nStartChar: uni027F\nEncoding: 639 639 540\nWidth: 600\nFlags: HW\nHStem: 0 41<166 353 395 501.53> 376 41<102 246>\nVStem: 354 41<41 272>\nRef: 638 638 N -1 0 0 1 602 0\nEndChar\nStartChar: uni0280\nEncoding: 640 640 541\nWidth: 600\nFlags: HW\nHStem: 0 41<83 128 171 236 489 518> 181 40<171 283> 374 43<83 128 171 316>\nVStem: 129 41<41 180 222 373> 419 41<292.983 301>\nFore\n170 181 m 1\n 170 41 l 1\n 233 41 l 2\n 249 41 257 30 257 21 c 0\n 257 10 249 0 233 0 c 2\n 84 0 l 2\n 68 0 60 10 60 21 c 0\n 60 30 68 41 84 41 c 2\n 129 41 l 1\n 129 374 l 1\n 84 374 l 2\n 68 374 60 386 60 396 c 0\n 60 406 68 417 84 417 c 2\n 302 417 l 2\n 387 417 460 364 460 301 c 0\n 460 253 415 213 338 194 c 1\n 389 166 418 145 489 41 c 1\n 516 41 l 2\n 532 41 540 30 540 21 c 0\n 540 10 532 0 516 0 c 2\n 466 0 l 1\n 389 120 350 155 283 181 c 1\n 170 181 l 1\n170 221 m 1\n 267 221 l 2\n 348 221 420 262 419 302 c 0\n 418 344 358 374 302 374 c 2\n 170 374 l 1\n 170 221 l 1\nEndSplineSet\nMinimumDistance: x14,-1 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 \nEndChar\nStartChar: uni0281\nEncoding: 641 641 542\nWidth: 600\nFlags: HW\nHStem: 0 43<83 128 171 316> 196 40<171 283> 376 41<83 128 171 236 489 518>\nVStem: 129 41<44 195 237 376> 419 41<116 124.017>\nRef: 640 640 N 1 0 -0 -1 0 417\nEndChar\nStartChar: uni0282\nEncoding: 642 642 543\nWidth: 600\nFlags: HW\nHStem: -199 41<233.94 263> -16 41<279 321> 293 124<447 455> 390 41<279 319>\nVStem: 103 41<-55 37 105 119> 124 45<313 322> 432 41<386 393> 452 45<107 121>\nFore\n103 -48 m 1\n 103 110 l 1\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 355 201 300 207 c 0\n 226 215 198 222 170 239 c 0\n 142 257 124 287 124 318 c 0\n 124 383 197 431 295 431 c 0\n 352 431 397 416 432 385 c 1\n 432 389 l 2\n 432 406 440 417 453 417 c 0\n 466 417 473 408 473 389 c 2\n 473 320 l 2\n 473 302 466 293 453 293 c 0\n 441 293 434 300 432 316 c 0\n 427 361 375 390 299 390 c 0\n 225 390 169 358 169 315 c 0\n 169 299 180 282 201 270 c 0\n 223 256 229 254 317 245 c 0\n 378 238 415 227 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 40 414 -16 301 -16 c 0\n 236 -16 186 1 144 38 c 1\n 144 -42 l 1\n 144 -110 188 -158 249 -158 c 0\n 261 -158 279 -156 287 -153 c 0\n 312 -146 314 -145 319 -145 c 0\n 329 -145 337 -154 337 -165 c 0\n 337 -173 333 -179 325 -183 c 0\n 307 -192 275 -199 250 -199 c 0\n 168 -199 103 -132 103 -48 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni0283\nEncoding: 643 643 544\nWidth: 600\nFlags: HW\nHStem: -93 41<167 183> 577 41<423 439>\nVStem: 280 41<51 467>\nFore\n321 462 m 2\n 321 58 l 2\n 321 -26 256 -93 174 -93 c 0\n 149 -93 117 -86 99 -77 c 0\n 91 -73 87 -67 87 -59 c 0\n 87 -48 95 -39 105 -39 c 0\n 110 -39 112 -40 137 -47 c 0\n 145 -50 163 -52 175 -52 c 0\n 236 -52 280 -4 280 64 c 2\n 280 462 l 2\n 280 549 346 618 431 618 c 0\n 456 618 485 613 504 604 c 0\n 514 600 518 595 518 586 c 0\n 518 575 509 566 499 566 c 0\n 496 566 496 566 474 572 c 0\n 465 575 445 577 435 577 c 0\n 367 577 321 530 321 462 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0284\nEncoding: 644 644 545\nWidth: 600\nFlags: HW\nHStem: -93 41<158 186> 0 41<174 263 322 423> 577 41<419 446>\nVStem: 280 41<51 467>\nFore\n310 0 m 1\n 288 -55 236 -93 174 -93 c 0\n 149 -93 117 -86 99 -77 c 0\n 91 -73 87 -67 87 -59 c 0\n 87 -48 95 -39 105 -39 c 0\n 110 -39 112 -40 137 -47 c 0\n 145 -50 163 -52 175 -52 c 0\n 214 -52 246 -32 264 -0 c 1\n 184 0 l 2\n 166 0 157 7 157 21 c 0\n 157 34 166 41 184 41 c 2\n 278 41 l 1\n 279 48 280 56 280 64 c 2\n 280 462 l 2\n 280 549 346 618 431 618 c 0\n 456 618 485 613 504 604 c 0\n 514 600 518 595 518 586 c 0\n 518 575 509 566 499 566 c 0\n 496 566 496 566 474 572 c 0\n 465 575 445 577 435 577 c 0\n 367 577 321 530 321 462 c 1\n 321 41 l 1\n 417 41 l 2\n 435 41 444 34 444 21 c 0\n 444 7 435 0 417 0 c 2\n 310 0 l 1\nEndSplineSet\nMinimumDistance: x22,-1 x21,24 x21,22 \nEndChar\nStartChar: uni0285\nEncoding: 645 645 546\nWidth: 600\nFlags: HW\nHStem: -93 41<423 439> 577 41<167 183>\nVStem: 284 41<51 467>\nFore\n284 462 m 2\n 284 530 238 577 170 577 c 0\n 160 577 140 575 131 572 c 0\n 109 566 109 566 106 566 c 0\n 96 566 87 575 87 586 c 0\n 87 595 91 600 101 604 c 0\n 120 613 149 618 174 618 c 0\n 259 618 325 549 325 462 c 2\n 325 64 l 2\n 325 -4 369 -52 430 -52 c 0\n 442 -52 460 -50 468 -47 c 0\n 493 -40 495 -39 500 -39 c 0\n 510 -39 518 -48 518 -59 c 0\n 518 -67 514 -73 506 -77 c 0\n 488 -86 456 -93 431 -93 c 0\n 349 -93 284 -26 284 58 c 2\n 284 462 l 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0286\nEncoding: 646 646 547\nWidth: 600\nFlags: HW\nHStem: -93 33<162.839 177> 55 33<162.885 177> 577 41<417 433>\nVStem: 81 33<-13 3> 234 33<-4 3> 284 41<51 469>\nFore\n174 -60 m 0\n 207 -60 234 -34 234 -2 c 0\n 234 29 207 55 174 55 c 0\n 141 55 114 29 114 -3 c 0\n 114 -34 141 -60 174 -60 c 0\n267 -7 m 1\n 278 14 284 38 284 63 c 1\n 284 467 l 1\n 284 551 349 618 431 618 c 0\n 456 618 488 611 506 602 c 0\n 514 598 518 592 518 584 c 0\n 518 573 510 564 500 564 c 0\n 495 564 493 565 468 572 c 0\n 460 575 442 577 430 577 c 0\n 369 577 325 529 325 461 c 1\n 325 63 l 1\n 325 -24 259 -93 174 -93 c 0\n 123 -93 81 -52 81 -3 c 0\n 81 47 123 88 174 88 c 0\n 225 88 267 47 267 -1 c 0\n 267 -7 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0287\nEncoding: 647 647 548\nWidth: 600\nFlags: HW\nHStem: -16 20<369 383> 522 41<136 356 216 278.5 397 471>\nVStem: 356 41<11 130 171 438 438 440>\nRef: 116 116 N -1 0 0 -1 542 547\nEndChar\nStartChar: uni0288\nEncoding: 648 648 549\nWidth: 600\nFlags: HW\nHStem: -200 41<283 315> 376 41<59.9599 145 187 411>\nVStem: 145 41<-88 376 417 538>\nFore\n186 417 m 1\n 406 417 l 2\n 424 417 433 410 433 397 c 0\n 433 383 424 376 406 376 c 2\n 186 376 l 1\n 186 -75 l 2\n 186 -126 229 -159 298 -159 c 0\n 354 -159 425 -142 464 -119 c 0\n 472 -114 475 -113 480 -113 c 0\n 490 -113 499 -123 499 -133 c 0\n 499 -162 385 -200 300 -200 c 0\n 206 -200 145 -152 145 -77 c 2\n 145 376 l 1\n 71 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 71 417 c 2\n 145 417 l 1\n 145 536 l 2\n 145 554 152 563 166 563 c 0\n 180 563 186 555 186 536 c 2\n 186 417 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y0,17 y0,19 x12,15 x12,13 x0,3 x0,1 \nEndChar\nStartChar: uni0289\nEncoding: 649 649 550\nWidth: 600\nFlags: HW\nHStem: -16 41<251 267> 0 41<481 523> 258 41<59.4704 124 166 438 480 523> 376 41<59.4704 124 363 438>\nVStem: 124 41<112 258 299 376> 439 41<41 65 115 257 300 376> 439 102<16 27>\nFore\n480 299 m 1\n 514 299 l 2\n 532 299 541 292 541 279 c 0\n 541 265 532 258 514 258 c 2\n 480 258 l 1\n 480 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 439 0 l 1\n 439 66 l 1\n 384 12 323 -16 257 -16 c 0\n 177 -16 124 36 124 115 c 2\n 124 258 l 1\n 70 258 l 2\n 52 258 43 265 43 279 c 0\n 43 292 52 299 70 299 c 2\n 124 299 l 1\n 124 376 l 1\n 70 376 l 2\n 52 376 43 383 43 397 c 0\n 43 410 52 417 70 417 c 2\n 165 417 l 1\n 165 299 l 1\n 439 299 l 1\n 439 376 l 1\n 365 376 l 2\n 346 376 337 383 337 397 c 0\n 337 410 346 417 365 417 c 2\n 480 417 l 1\n 480 299 l 1\n439 258 m 1\n 165 258 l 1\n 165 115 l 2\n 165 65 205 25 256 25 c 0\n 323 25 384 55 439 115 c 1\n 439 258 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x21,23 y23,21 y23,22 x28,0 y0,28 y0,29 x25,28 x25,26 x5,8 x5,6 x0,3 x0,1 x18,21 x18,19 x13,16 x13,14 \nEndChar\nStartChar: uni028C\nEncoding: 652 652 551\nWidth: 600\nFlags: HMW\nRef: 118 118 N -1 0 0 -1 600 417\nEndChar\nStartChar: uni028D\nEncoding: 653 653 552\nWidth: 600\nFlags: HMW\nRef: 119 119 N -1 0 0 -1 600 417\nEndChar\nStartChar: uni028E\nEncoding: 654 654 553\nWidth: 600\nFlags: HMW\nRef: 121 121 N -1 0 0 -1 600 417\nEndChar\nStartChar: uni028F\nEncoding: 655 655 554\nWidth: 600\nFlags: HW\nHStem: 0 41<181 280 323 422> 376 41<97.4704 132 182 225 370.96 421 468 497>\nVStem: 81 165<396 400> 281 41<41 154> 354 165<396 400>\nDStem: 132 376 181 376 281 154 303 195 422 376 468 376 303 195 322 154\nFore\n322 154 m 1\n 322 41 l 1\n 412 41 l 2\n 430 41 439 34 439 21 c 0\n 439 7 430 0 412 0 c 2\n 191 0 l 2\n 173 0 164 7 164 21 c 0\n 164 34 173 41 191 41 c 2\n 281 41 l 1\n 281 154 l 1\n 132 376 l 1\n 108 376 l 2\n 90 376 81 383 81 397 c 0\n 81 410 90 417 108 417 c 2\n 219 417 l 2\n 237 417 246 410 246 397 c 0\n 246 383 237 376 219 376 c 2\n 181 376 l 1\n 303 195 l 1\n 422 376 l 1\n 382 376 l 2\n 363 376 354 383 354 397 c 0\n 354 410 363 417 382 417 c 2\n 492 417 l 2\n 509 417 519 409 519 397 c 0\n 519 384 508 376 492 376 c 2\n 468 376 l 1\n 322 154 l 1\nEndSplineSet\nMinimumDistance: x24,-1 x8,5 x8,7 x1,4 x1,2 \nEndChar\nStartChar: uni0290\nEncoding: 656 656 555\nWidth: 600\nFlags: HW\nHStem: -199 41<578.978 611> 0 41<172 448> 376 41<165 415>\nVStem: 124 41<313 375> 124 350<381 416> 448 41<-55 -1 42 105>\nDStem: 416 376 474 381 115 36 171 41\nFore\n448 0 m 1\n 115 0 l 1\n 115 36 l 1\n 416 376 l 1\n 165 376 l 1\n 165 321 l 2\n 165 303 158 294 145 294 c 0\n 131 294 124 303 124 321 c 2\n 124 417 l 1\n 474 417 l 1\n 474 381 l 1\n 171 41 l 1\n 448 41 l 1\n 448 97 l 1\n 448 115 455 124 469 124 c 0\n 482 124 489 115 489 97 c 1\n 489 -42 l 1\n 489 -110 533 -158 594 -158 c 0\n 606 -158 624 -156 632 -153 c 0\n 657 -146 659 -145 664 -145 c 0\n 674 -145 682 -154 682 -165 c 0\n 682 -173 678 -179 670 -183 c 0\n 652 -192 620 -199 595 -199 c 0\n 513 -199 448 -132 448 -48 c 2\n 448 0 l 1\nEndSplineSet\nMinimumDistance: x15,-1 y4,7 y4,5 y12,15 y12,13 y2,0 x0,2 x0,1 \nEndChar\nStartChar: uni0291\nEncoding: 657 657 556\nWidth: 600\nFlags: HW\nHStem: 0 41<172 333 375 423> 376 41<165 303 305 333 335 415>\nVStem: 124 41<317 375> 124 350<381 416> 334 40<-83 -1 42 93>\nDStem: 416 376 474 381 115 36 171 41\nFore\n374 41 m 1\n 404 41 l 2\n 460 41 471 54 474 91 c 0\n 472 122 458 139 424 141 c 0\n 400 140 374 123 374 91 c 2\n 374 41 l 1\n334 0 m 1\n 115 0 l 1\n 115 36 l 1\n 416 376 l 1\n 165 376 l 1\n 165 321 l 2\n 165 303 158 294 145 294 c 0\n 131 294 124 303 124 321 c 2\n 124 417 l 1\n 474 417 l 1\n 474 381 l 1\n 171 41 l 1\n 334 41 l 1\n 334 91 l 2\n 334 147 380 182 424 181 c 0\n 478 183 516 140 514 91 c 0\n 517 32 468 1 404 1 c 2\n 374 1 l 1\n 374 -79 l 2\n 374 -90 365 -99 354 -99 c 0\n 343 -99 334 -90 334 -79 c 2\n 334 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0292\nEncoding: 658 658 557\nWidth: 600\nFlags: HW\nHStem: -158 40<255 272> 210 40<260 274> 376 41<129 335 393 415>\nVStem: 112 325<395 402> 384 40<50 66>\nDStem: 336 376 393 376 156 203 259 250\nFore\n259 250 m 25\n 272 250 l 2\n 368 250 424 154 424 58 c 0\n 424 -47 364 -158 260 -158 c 0\n 186 -158 136 -111 102 -79 c 1\n 94 -71 93 -58 101 -50 c 0\n 109 -42 122 -41 130 -49 c 1\n 164 -81 205 -118 260 -118 c 0\n 328 -118 384 -33 384 58 c 0\n 384 140 335 210 272 210 c 0\n 225 210 212 197 190 175 c 1\n 190 175 166 162 155 174 c 0\n 147 182 148 195 156 203 c 2\n 336 376 l 1\n 136 376 l 2\n 120 376 112 387 112 396 c 0\n 112 407 120 417 136 417 c 2\n 409 417 l 2\n 428 417 437 410 437 397 c 0\n 437 383 428 376 409 376 c 2\n 393 376 l 1\n 259 250 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0294\nEncoding: 660 660 558\nWidth: 600\nFlags: HW\nHStem: 0 41<230 281 323 374> 536 41<281 323>\nVStem: 134 41<450.47 502> 281 41<41 247> 446 41<416 435>\nFore\n281 41 m 1\n 281 274 l 1\n 397 323 446 366 446 423 c 0\n 446 489 387 536 304 536 c 0\n 259 536 227 528 175 502 c 1\n 175 461 l 2\n 175 443 168 434 155 434 c 0\n 141 434 134 443 134 461 c 2\n 134 529 l 1\n 143 532 155 538 163 541 c 0\n 226 569 258 577 309 577 c 0\n 415 577 487 515 487 423 c 0\n 487 349 447 306 322 247 c 1\n 322 41 l 1\n 367 41 l 2\n 386 41 395 34 395 21 c 0\n 395 7 385 0 367 0 c 2\n 236 0 l 2\n 218 0 209 7 209 21 c 0\n 209 34 218 41 236 41 c 2\n 281 41 l 1\nEndSplineSet\nMinimumDistance: x11,-1 x13,16 x13,14 x0,17 x0,19 \nEndChar\nStartChar: uni0295\nEncoding: 661 661 559\nWidth: 600\nFlags: HW\nHStem: 0 41<247 298 340 391> 536 41<298 340>\nVStem: 446 41<41 247 416 435 450.47 502>\nRef: 660 660 N -1 0 0 1 621 0\nEndChar\nStartChar: uni0296\nEncoding: 662 662 560\nWidth: 600\nFlags: HW\nHStem: 522 41<230 281 281 323 323 374>\nVStem: 134 41<61 112.53> 281 41<316 522> 446 41<128 147>\nRef: 660 660 S 1 0 -0 -1 0 563\nEndChar\nStartChar: uni0297\nEncoding: 663 663 561\nWidth: 600\nFlags: HW\nHStem: -202 41<303 335> 535 41<287 324>\nVStem: 63 41<54 327> 478 41<508 538>\nFore\n478 507 m 1\n 478 536 l 2\n 478 554 485 563 499 563 c 0\n 512 563 519 554 519 536 c 2\n 519 424 l 2\n 519 406 512 397 498 397 c 0\n 486 397 479 405 478 421 c 0\n 474 482 394 535 305 535 c 0\n 194 535 104 438 104 319 c 2\n 104 62 l 2\n 104 -58 204 -161 322 -161 c 0\n 391 -161 442 -135 496 -71 c 0\n 503 -63 507 -61 514 -61 c 0\n 526 -61 534 -69 534 -80 c 0\n 534 -90 522 -107 496 -131 c 0\n 447 -177 386 -202 322 -202 c 0\n 186 -202 63 -79 63 56 c 2\n 63 325 l 2\n 63 386 91 456 134 502 c 0\n 179 550 238 576 305 576 c 0\n 371 576 431 552 478 507 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0299\nEncoding: 665 665 562\nWidth: 600\nFlags: HW\nHStem: 0 41<96 141 184 377> 196 41<184 329> 376 41<96 141 184 345>\nVStem: 142 41<42 195 238 375> 433 41<304 320> 470 41<101.559 115>\nFore\n142 41 m 1\n 142 376 l 1\n 97 376 l 2\n 81 376 73 387 73 397 c 0\n 73 407 81 417 97 417 c 2\n 324 417 l 2\n 409 417 474 370 474 310 c 0\n 474 272 451 244 399 221 c 1\n 473 199 511 163 511 113 c 0\n 511 51 446 0 366 0 c 2\n 97 0 l 2\n 81 0 73 10 73 21 c 0\n 73 30 81 41 97 41 c 2\n 142 41 l 1\n183 237 m 1\n 310 237 l 2\n 384 237 433 264 433 310 c 0\n 433 353 389 376 325 376 c 2\n 183 376 l 1\n 183 237 l 1\n183 41 m 1\n 363 41 l 2\n 426 41 470 68 470 113 c 0\n 470 140 456 162 423 178 c 0\n 395 192 365 196 311 196 c 2\n 183 196 l 1\n 183 41 l 1\nEndSplineSet\nMinimumDistance: x8,-1 x1,4 x1,2 x0,10 x0,12 \nEndChar\nStartChar: uni029B\nEncoding: 667 667 563\nWidth: 600\nFlags: HW\nHStem: -12 40<296 333> 144 41<314 437 479 493> 386 40<285 323> 452 40<532.031 541>\nVStem: 77 41<164 244> 438 41<52 144 387 404> 588 41<395 404>\nFore\n440 386 m 1\n 440 396 l 2\n 440 442 476 492 533 492 c 0\n 589 492 629 447 629 398 c 1\n 629 387 620 378 609 378 c 0\n 597 378 588 387 588 398 c 1\n 588 424 565 452 532 452 c 0\n 506 451 481 420 481 396 c 2\n 481 329 l 1\n 481 316 471 309 460 309 c 0\n 448 309 442 307 441 320 c 0\n 437 357 377 386 299 386 c 0\n 249 386 210 376 176 349 c 0\n 138 318 118 278 118 234 c 2\n 118 180 l 2\n 118 80 190 28 317 28 c 0\n 363 28 389 33 438 52 c 1\n 438 144 l 1\n 321 144 l 2\n 305 144 297 155 297 165 c 0\n 297 175 305 185 321 185 c 2\n 491 185 l 2\n 508 185 516 175 516 165 c 0\n 516 155 508 144 491 144 c 2\n 479 144 l 1\n 479 26 l 1\n 427 1 369 -12 315 -12 c 0\n 170 -12 77 63 77 180 c 2\n 77 235 l 2\n 77 288 104 342 148 378 c 0\n 188 409 239 426 297 426 c 0\n 355 426 400 413 440 386 c 1\nEndSplineSet\nMinimumDistance: x24,21 x24,23 x17,20 x17,18 \nEndChar\nStartChar: uni029C\nEncoding: 668 668 564\nWidth: 600\nFlags: HW\nHStem: 0 41<100 144 187 233 371 417 460 504> 196 41<187 417> 376 41<124 144 187 233 371 417 460 483>\nVStem: 101 153<396 400> 145 41<41 195 238 376> 350 153<396 400> 418 41<41 195 238 376>\nFore\n418 196 m 1\n 186 196 l 1\n 186 41 l 1\n 231 41 l 2\n 247 41 254 30 254 21 c 0\n 254 10 247 0 231 0 c 2\n 108 0 l 2\n 92 0 83 10 83 21 c 0\n 83 30 91 41 108 41 c 2\n 145 41 l 1\n 145 376 l 1\n 125 376 l 2\n 109 376 101 387 101 397 c 0\n 101 407 109 417 125 417 c 2\n 231 417 l 2\n 247 417 254 407 254 397 c 0\n 254 387 247 376 231 376 c 2\n 186 376 l 1\n 186 237 l 1\n 418 237 l 1\n 418 376 l 1\n 373 376 l 2\n 357 376 350 387 350 397 c 0\n 350 407 357 417 373 417 c 2\n 479 417 l 2\n 495 417 503 407 503 397 c 0\n 503 387 495 376 479 376 c 2\n 459 376 l 1\n 459 41 l 1\n 497 41 l 2\n 513 41 521 30 521 21 c 0\n 521 10 512 0 497 0 c 2\n 373 0 l 2\n 357 0 350 10 350 21 c 0\n 350 30 357 41 373 41 c 2\n 418 41 l 1\n 418 196 l 1\nEndSplineSet\nMinimumDistance: x29,-1 x35,32 x35,34 x28,31 x28,29 x27,24 x27,26 x20,23 x20,21 x17,14 x17,16 x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 \nEndChar\nStartChar: uni029D\nEncoding: 669 669 565\nWidth: 600\nFlags: HW\nHStem: -186 40<272 320> 0 41<272 416 458 528> 376 41<165.47 416> 520 104<356 413>\nVStem: 144 40<-74 -70> 355 59<521 623> 417 41<-42 -1 41 376>\nFore\n414 624 m 1\n 414 520 l 1\n 355 520 l 1\n 355 624 l 1\n 414 624 l 1\n458 0 m 1\n 458 -33 l 2\n 458 -140 365 -186 308 -186 c 2\n 276 -186 l 2\n 202 -186 144 -134 144 -72 c 0\n 145 4 218 41 276 41 c 2\n 417 41 l 1\n 417 376 l 1\n 176 376 l 2\n 158 376 149 383 149 397 c 0\n 149 410 158 417 176 417 c 2\n 458 417 l 1\n 458 41 l 1\n 526 41 l 2\n 537 41 546 31 546 20 c 0\n 546 9 537 -0 526 -0 c 2\n 458 0 l 1\n417 0 m 1\n 276 -0 l 2\n 232 0 183 -28 184 -72 c 0\n 184 -106 222 -146 276 -146 c 2\n 308 -146 l 2\n 351 -146 415 -110 417 -28 c 2\n 417 0 l 1\nEndSplineSet\nMinimumDistance: x17,-1 x14,16 y16,14 y16,15 x16,19 x16,17 x11,14 x11,12 y7,10 x10,7 x10,9 \nEndChar\nStartChar: uni029E\nEncoding: 670 670 566\nWidth: 600\nFlags: HW\nHStem: 563 41<90 135 138 185 185 185 193 221 246 268 460 514 460 514>\nVStem: 419 122<13.5 27 41 375 41 41 424 563 576.5 590>\nRef: 107 107 N -1 0 0 -1 604 604\nEndChar\nStartChar: uni029F\nEncoding: 671 671 567\nWidth: 600\nFlags: HW\nHStem: 0 41<108 197 240 471> 0 169<491 494> 376 41<108 197 240 322>\nVStem: 198 41<41 376> 471 41<41 151>\nFore\n239 376 m 1\n 239 41 l 1\n 471 41 l 1\n 471 149 l 2\n 471 162 479 169 492 169 c 0\n 503 169 512 162 512 149 c 2\n 512 0 l 1\n 115 0 l 2\n 100 0 92 10 92 21 c 0\n 92 30 100 41 115 41 c 2\n 198 41 l 1\n 198 376 l 1\n 115 376 l 2\n 100 376 92 387 92 397 c 0\n 92 407 100 417 115 417 c 2\n 320 417 l 2\n 336 417 344 407 344 397 c 0\n 344 387 336 376 320 376 c 2\n 239 376 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y2,5 y2,3 x11,14 x11,12 x10,7 x10,9 x0,15 x0,17 \nEndChar\nStartChar: uni02A0\nEncoding: 672 672 568\nWidth: 600\nFlags: HW\nHStem: -186 41<352.47 460 503 559> 10 41<271 287> 390 41<271 287> 577 41<607 623>\nVStem: 63 41<214 230> 461 41<-145 105 214 230 336 470>\nFore\n461 219 m 0\n 461 316 383 390 282 390 c 0\n 182 390 104 316 104 221 c 0\n 104 126 182 51 282 51 c 0\n 381 51 461 126 461 219 c 0\n502 462 m 1\n 502 -145 l 1\n 556 -145 l 2\n 574 -145 583 -152 583 -165 c 0\n 583 -179 574 -186 556 -186 c 2\n 363 -186 l 2\n 345 -186 336 -179 336 -165 c 0\n 336 -152 345 -145 363 -145 c 2\n 461 -145 l 1\n 461 106 l 1\n 415 40 359 10 281 10 c 0\n 158 10 63 102 63 221 c 0\n 63 340 158 431 282 431 c 0\n 359 431 414 401 461 335 c 1\n 461 462 l 1\n 461 549 527 618 612 618 c 0\n 637 618 666 613 685 604 c 0\n 695 600 699 595 699 586 c 0\n 699 575 690 566 680 566 c 0\n 677 566 677 566 655 572 c 0\n 646 575 626 577 616 577 c 0\n 548 577 502 530 502 462 c 1\nEndSplineSet\nMinimumDistance: x6,-1 x12,9 x12,11 x5,8 x5,6 \nEndChar\nStartChar: uni02A1\nEncoding: 673 673 569\nWidth: 600\nFlags: HW\nHStem: 0 41<230 281 323 374> 152 41<166 281 323 429> 536 41<281 323>\nVStem: 134 41<450.47 502> 281 41<41 152 193 247> 446 41<416 435>\nFore\n281 152 m 1\n 176 152 l 1\n 158 152 149 159 149 173 c 0\n 149 186 158 193 176 193 c 2\n 281 193 l 1\n 281 274 l 1\n 397 323 446 366 446 423 c 0\n 446 489 387 536 304 536 c 0\n 259 536 227 528 175 502 c 1\n 175 461 l 2\n 175 443 168 434 155 434 c 0\n 141 434 134 443 134 461 c 2\n 134 529 l 1\n 143 532 155 538 163 541 c 0\n 226 569 258 577 309 577 c 0\n 415 577 487 515 487 423 c 0\n 487 349 447 306 322 247 c 1\n 322 193 l 1\n 427 193 l 2\n 446 193 455 186 455 173 c 0\n 455 159 445 152 427 152 c 2\n 322 152 l 1\n 322 41 l 1\n 367 41 l 2\n 386 41 395 34 395 21 c 0\n 395 7 385 0 367 0 c 1\n 236 0 l 1\n 218 0 209 7 209 21 c 0\n 209 34 218 41 236 41 c 2\n 281 41 l 1\n 281 152 l 1\nEndSplineSet\nMinimumDistance: x15,-1 x29,26 x29,28 x22,25 x22,23 x17,20 x17,18 x4,1 x4,3 \nEndChar\nStartChar: uni02A2\nEncoding: 674 674 570\nWidth: 600\nFlags: HW\nHStem: 0 41<247 298 340 391> 152 41<192 298 340 455> 536 41<298 340>\nVStem: 446 41<41 152 193 247 416 435 450.47 502>\nRef: 673 673 N -1 0 0 1 621 0\nEndChar\nStartChar: uni02A3\nEncoding: 675 675 571\nWidth: 600\nFlags: HW\nHStem: -16 41<157 169.592> 0 41<302 323 324.016 334.57 380 528> 0 124<548 555> 376 41<302 324 325 495> 390 41<152 159> 563 41<201 260>\nVStem: 41 41<192 224> 261 41<41 48 192 224 368 375 418 563> 261 293<381 417> 528 41<42 99>\nDStem: 496 376 554 381 323 36 379 41\nFore\n156 390 m 0\n 116 390 82 309 82 208 c 0\n 82 106 124 26 157 25 c 0\n 218 24 261 106 261 206 c 0\n 261 310 214 390 156 390 c 0\n302 376 m 1\n 302 41 l 1\n 326 41 l 2\n 496 376 l 1\n 302 376 l 1\n302 417 m 1\n 554 417 l 1\n 554 381 l 1\n 379 41 l 1\n 528 41 l 1\n 528 97 l 2\n 528 115 535 124 549 124 c 0\n 562 124 569 115 569 97 c 2\n 569 0 l 1\n 261 0 l 1\n 261 49 l 1\n 248 0 200 -17 153 -16 c 0\n 90 -14 41 85 41 208 c 0\n 41 331 84 432 153 431 c 0\n 208 430 242 410 261 367 c 1\n 261 563 l 1\n 207 563 l 2\n 189 563 180 570 180 584 c 0\n 180 597 189 604 207 604 c 2\n 302 604 l 1\n 302 417 l 1\nEndSplineSet\nEndChar\nStartChar: uni02A4\nEncoding: 676 676 572\nWidth: 600\nFlags: HW\nHStem: -158 40<392 416> 0 41<286 334> 210 40<403 426> 376 41<286 480 536 554> 390 41<135 143> 563 41<184 245>\nVStem: 25 41<185 227> 245 41<40 49 177 227 367 376 416 563> 245 106<17 27> 528 40<39 67>\nDStem: 480 376 537 376 300 203 403 250\nFore\n140 390 m 0\n 100 390 66 309 66 208 c 0\n 66 106 106 26 141 25 c 0\n 208 24 245 106 245 206 c 0\n 245 310 198 390 140 390 c 0\n286 417 m 1\n 545 417 l 1\n 564 417 573 410 573 397 c 0\n 573 383 564 376 545 376 c 2\n 537 376 l 1\n 403 250 l 25\n 416 250 l 2\n 512 250 568 154 568 58 c 0\n 568 -47 508 -158 404 -158 c 0\n 330 -158 280 -111 246 -79 c 1\n 238 -71 237 -58 245 -50 c 0\n 253 -42 266 -41 274 -49 c 1\n 308 -81 349 -118 404 -118 c 0\n 472 -118 528 -33 528 58 c 0\n 528 140 479 210 416 210 c 0\n 369 210 356 197 334 175 c 1\n 334 175 310 162 299 174 c 0\n 291 182 292 195 300 203 c 2\n 480 376 l 1\n 286 376 l 1\n 286 41 l 1\n 324 41 l 2\n 342 41 351 34 351 21 c 0\n 351 7 342 0 324 0 c 2\n 245 0 l 1\n 245 49 l 1\n 232 0 184 -16 137 -16 c 0\n 72 -16 25 85 25 208 c 0\n 25 331 68 432 137 431 c 0\n 192 430 226 410 245 367 c 1\n 245 563 l 1\n 191 563 l 2\n 173 563 164 570 164 584 c 0\n 164 597 173 604 191 604 c 2\n 286 604 l 1\n 286 417 l 1\nEndSplineSet\nMinimumDistance: x11,-1 x37,4 y4,37 y4,38 x34,37 x34,35 x24,27 x24,25 x4,7 x4,5 \nEndChar\nStartChar: uni02A6\nEncoding: 678 678 573\nWidth: 600\nFlags: HW\nHStem: -16 41<443 459> 376 41<219.96 305 347 475>\nVStem: 305 41<128 376 417 544>\nFore\n305 376 m 17\n 231 376 l 2\n 212 376 203 383 203 397 c 0\n 203 410 212 417 231 417 c 2\n 305 417 l 1\n 305 536 l 2\n 305 554 312 563 326 563 c 0\n 340 563 346 555 346 536 c 2\n 346 417 l 1\n 470 417 l 2\n 488 417 497 410 497 397 c 0\n 497 383 488 376 470 376 c 2\n 346 376 l 9\n 346 141 l 2\n 346 73 390 25 451 25 c 0\n 463 25 481 27 489 30 c 0\n 514 37 516 38 521 38 c 0\n 531 38 539 29 539 18 c 0\n 539 10 535 4 527 0 c 0\n 509 -9 477 -16 452 -16 c 0\n 370 -16 305 51 305 135 c 2\n 305 376 l 17\nEndSplineSet\nMinimumDistance: x9,-1 y4,7 y4,5 x8,11 x8,9 x0,3 x0,1 \nEndChar\nStartChar: uni02A7\nEncoding: 679 679 574\nWidth: 600\nFlags: HW\nHStem: -16 42<259 280> 376 41<40.9599 126 168 296> 577 41<488 504>\nVStem: 126 41<128 376 417 544>\nDStem: 344 462 385 462 379 141 420 135\nFore\n167 141 m 2\n 167 74.7813 207.431 25 272 25 c 0\n 337 25 386 79 379 141 c 2\n 344 462 l 2\n 335 547 410 618 495 618 c 0\n 520 618 549 613 568 604 c 0\n 578 600 582 595 582 586 c 0\n 582 575 573 566 563 566 c 0\n 560 566 560 566 538 572 c 0\n 529 575 509 577 499 577 c 0\n 431 577 378 528 385 462 c 2\n 420 135 l 2\n 428 57 355 -16 273 -16 c 0\n 191 -16 126 51 126 135 c 2\n 126 376 l 17\n 52 376 l 2\n 33 376 24 383 24 397 c 0\n 24 410 33 417 52 417 c 2\n 126 417 l 1\n 126 536 l 2\n 126 554 133 563 147 563 c 0\n 161 563 167 555 167 536 c 2\n 167 417 l 1\n 291 417 l 2\n 309 417 318 410 318 397 c 0\n 318 383 309 376 291 376 c 2\n 167 376 l 9\n 167 141 l 2\nEndSplineSet\nMinimumDistance: x11,-1 y18,21 y18,19 x11,14 y14,11 y14,13 x22,25 x22,23 x14,17 x14,15 \nEndChar\nStartChar: uni02BB\nEncoding: 699 699 575\nWidth: 600\nFlags: HW\nFore\n331 490 m 1\n 251 490 l 1\n 338 649 l 2\n 344 660 349 664 357 664 c 0\n 366 664 374 656 374 647 c 0\n 374 644 373 642 373 640 c 2\n 331 490 l 1\nEndSplineSet\nEndChar\nStartChar: afii57929\nEncoding: 700 700 576\nWidth: 600\nFlags: HW\nFore\n294 664 m 1\n 374 664 l 1\n 287 505 l 2\n 281 494 276 490 268 490 c 0\n 259 490 251 498 251 507 c 0\n 251 510 252 512 252 514 c 2\n 294 664 l 1\nEndSplineSet\nEndChar\nStartChar: afii64937\nEncoding: 701 701 577\nWidth: 600\nFlags: HW\nFore\n331 664 m 1\n 373 514 l 2\n 373 512 374 510 374 507 c 0\n 374 498 366 490 357 490 c 0\n 349 490 344 494 338 505 c 2\n 251 664 l 1\n 331 664 l 1\nEndSplineSet\nEndChar\nStartChar: uni02BE\nEncoding: 702 702 578\nWidth: 600\nFlags: HW\nHStem: 480 33<300 381.452 301 301> 628 33<300 405.077 300.063 311.115>\nVStem: 360 33<560 576>\nFore\n300 513 m 1\n 334 513 360 539 360 570 c 0\n 360 602 333 628 300 628 c 1\n 300 661 l 1\n 353 660 393 621 393 569 c 0\n 393 521 351 480 300 480 c 1\n 300 513 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni02BF\nEncoding: 703 703 579\nWidth: 600\nFlags: HW\nHStem: 480 33<218.548 300 299 299> 628 33<194.898 300 288.885 299.937>\nVStem: 207 33<560 576>\nFore\n300 513 m 1\n 300 480 l 1\n 249 480 207 521 207 569 c 0\n 207 621 247 660 300 661 c 1\n 300 628 l 1\n 267 628 240 602 240 570 c 0\n 240 539 266 513 300 513 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: circumflex\nEncoding: 710 710 580\nWidth: 600\nFlags: HW\nFore\n300 639 m 1\n 432 531 l 2\n 443 522 445 518 445 510 c 0\n 445 499 436 490 425 490 c 0\n 420 490 414 493 407 498 c 2\n 300 586 l 1\n 193 498 l 2\n 186 493 180 490 175 490 c 0\n 164 490 155 499 155 510 c 0\n 155 518 158 523 168 530 c 1\n 300 639 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 581\nWidth: 600\nFlags: HW\nFore\n300 490 m 1\n 168 599 l 1\n 158 606 155 610 155 619 c 0\n 155 630 164 639 175 639 c 0\n 180 639 186 636 193 631 c 2\n 300 543 l 1\n 407 631 l 2\n 414 636 420 639 425 639 c 0\n 435 639 445 629 445 619 c 0\n 445 611 443 607 432 598 c 2\n 300 490 l 1\nEndSplineSet\nEndChar\nStartChar: uni02C8\nEncoding: 712 712 582\nWidth: 600\nFlags: HW\nHStem: 490 145<296 302>\nVStem: 280 40<506 618>\nFore\n320 611 m 2\n 320 513 l 2\n 320 502 314 490 300 490 c 0\n 286 490 280 501 280 513 c 2\n 280 611 l 2\n 280 623 286 635 300 635 c 0\n 314 635 320 623 320 611 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni02C9\nEncoding: 713 713 583\nWidth: 600\nFlags: HW\nHStem: 536 40<182 418>\nRef: 175 175 N 1 0 0 1 0 0\nEndChar\nStartChar: uni02CA\nEncoding: 714 714 584\nWidth: 600\nFlags: HW\nRef: 180 180 N 1 0 0 1 0 0\nEndChar\nStartChar: uni02CB\nEncoding: 715 715 585\nWidth: 600\nFlags: HW\nRef: 96 96 N 1 0 0 1 0 0\nEndChar\nStartChar: uni02D0\nEncoding: 720 720 586\nWidth: 600\nFlags: HW\nHStem: 0 147<299 302> 270 147<299 302>\nVStem: 230 141<13 16 400 404>\nFore\n250 417 m 10\n 350 417 l 18\n 369 417 374 406 368 393 c 10\n 314 281 l 18\n 307 266 293 266 286 281 c 10\n 232 393 l 18\n 226 406 231 417 250 417 c 10\n250 0 m 18\n 231 0 226 11 232 24 c 10\n 286 136 l 18\n 293 151 307 151 314 136 c 10\n 368 24 l 18\n 374 11 369 0 350 0 c 10\n 250 0 l 18\nEndSplineSet\nEndChar\nStartChar: uni02D1\nEncoding: 721 721 587\nWidth: 600\nFlags: HW\nHStem: 270 147<299 302>\nVStem: 230 139<397 404>\nFore\n250 417 m 10\n 350 417 l 18\n 369 417 374 406 368 393 c 10\n 314 281 l 18\n 307 266 293 266 286 281 c 10\n 232 393 l 18\n 226 406 231 417 250 417 c 10\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni02D2\nEncoding: 722 722 588\nWidth: 600\nFlags: HW\nHStem: 192 33<300 381.477 301 301> 340 33<300 405.038 300.063 311.115>\nVStem: 360 33<272 288>\nRef: 702 702 N 1 0 0 1 0 -288\nEndChar\nStartChar: uni02D3\nEncoding: 723 723 589\nWidth: 600\nFlags: HW\nHStem: 192 33<218.548 300 299 299> 340 33<194.898 300 288.885 299.937>\nVStem: 207 33<272 288>\nRef: 703 703 N 1 0 0 1 0 -288\nEndChar\nStartChar: uni02D4\nEncoding: 724 724 590\nWidth: 600\nFlags: HW\nHStem: 536 40<203.43 280 320 395> 536 133<299 302>\nVStem: 280 40<576 648>\nFore\n386 536 m 2\n 214 536 l 2\n 196 536 187 543 187 556 c 0\n 187 569 196 576 214 576 c 2\n 280 576 l 1\n 280 642 l 2\n 280 660 287 669 300 669 c 0\n 313 669 320 660 320 642 c 2\n 320 576 l 1\n 386 576 l 2\n 404 576 413 569 413 556 c 0\n 413 543 404 536 386 536 c 2\nEndSplineSet\nMinimumDistance: x0,-1 y4,7 y4,5 x8,0 x8,9 x4,1 x4,3 \nEndChar\nStartChar: uni02D5\nEncoding: 725 725 591\nWidth: 600\nFlags: HW\nHStem: 583 40<203.43 280 320 395>\nVStem: 280 40<506.43 583>\nFore\n214 623 m 2\n 386 623 l 2\n 404 623 413 616 413 603 c 0\n 413 590 404 583 386 583 c 2\n 320 583 l 1\n 320 517 l 2\n 320 499 313 490 300 490 c 0\n 287 490 280 499 280 517 c 2\n 280 583 l 1\n 214 583 l 2\n 196 583 187 590 187 603 c 0\n 187 616 196 623 214 623 c 2\nEndSplineSet\nMinimumDistance: x1,-1 y4,7 y4,5 x8,0 x8,9 x4,1 x4,3 \nEndChar\nStartChar: uni02D6\nEncoding: 726 726 592\nWidth: 600\nFlags: HW\nHStem: 583 40<203.43 280 320 395>\nVStem: 280 40<506.43 583 623 698>\nFore\n280 623 m 1\n 280 689 l 2\n 280 707 287 716 300 716 c 0\n 313 716 320 707 320 689 c 2\n 320 623 l 1\n 386 623 l 2\n 404 623 413 616 413 603 c 0\n 413 590 404 583 386 583 c 2\n 320 583 l 1\n 320 517 l 2\n 320 499 313 490 300 490 c 0\n 287 490 280 499 280 517 c 2\n 280 583 l 1\n 214 583 l 2\n 196 583 187 590 187 603 c 0\n 187 616 196 623 214 623 c 2\n 280 623 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y8,11 y8,9 y0,3 y0,1 x4,7 x4,5 x0,13 x0,15 \nEndChar\nStartChar: uni02D7\nEncoding: 727 727 593\nWidth: 600\nFlags: HW\nHStem: 536 40<203.43 395>\nVStem: 187 226<552 558>\nFore\n386 536 m 2\n 214 536 l 2\n 196 536 187 543 187 556 c 0\n 187 569 196 576 214 576 c 2\n 386 576 l 2\n 404 576 413 569 413 556 c 0\n 413 543 404 536 386 536 c 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: breve\nEncoding: 728 728 594\nWidth: 600\nFlags: HMW\nHStem: 490 41<272 328>\nFore\n176 620 m 0\n 188 620 194 613 196 598 c 0\n 199 560 244 531 300 531 c 0\n 356 531 400 560 404 598 c 0\n 406 613 412 620 425 620 c 0\n 436 620 445 611 445 597 c 0\n 445 537 382 490 300 490 c 0\n 218 490 155 537 155 597 c 0\n 155 611 163 620 176 620 c 0\nEndSplineSet\nEndChar\nStartChar: dotaccent\nEncoding: 729 729 595\nWidth: 600\nFlags: W\nHStem: 591 20G<286.5 314>\nFore\n300 611 m 0\n 328 611 350 588 350 560 c 0\n 350 534 327 511 300 511 c 0\n 273 511 250 534 250 561 c 0\n 250 588 273 611 300 611 c 0\nEndSplineSet\nEndChar\nStartChar: ring\nEncoding: 730 730 596\nWidth: 600\nFlags: HMW\nHStem: 480 33<283.5 316.5> 628 33<283.5 316.5>\nVStem: 207 33<555 586.5> 360 33<554.5 586>\nFore\n300 661 m 0\n 352 661 393 621 393 569 c 0\n 393 521 351 480 300 480 c 0\n 249 480 207 521 207 571 c 0\n 207 620 249 661 300 661 c 0\n300 628 m 0\n 267 628 240 602 240 571 c 0\n 240 539 267 513 300 513 c 0\n 333 513 360 539 360 570 c 0\n 360 602 333 628 300 628 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 597\nWidth: 600\nFlags: HMW\nHStem: -155 32<347.5 372>\nVStem: 280 39<-100.5 -75.5>\nFore\n404 0 m 1\n 377 -15 l 2\n 340 -36 319 -62 319 -89 c 0\n 319 -112 333 -123 362 -123 c 0\n 382 -123 387 -121 411 -107 c 0\n 414 -105 417 -104 419 -104 c 0\n 426 -104 433 -111 433 -119 c 0\n 433 -136 394 -155 356 -155 c 0\n 308 -155 280 -132 280 -94 c 0\n 280 -53 302 -26 357 0 c 1\n 404 0 l 1\nEndSplineSet\nEndChar\nStartChar: tilde\nEncoding: 732 732 598\nWidth: 600\nFlags: HMW\nHStem: 516 41<355.5 370.5> 564 41<230 246>\nFore\n435 603 m 0\n 445 603 455 594 455 583 c 0\n 455 575 451 569 433 552 c 0\n 407 526 387 516 364 516 c 0\n 342 516 323 523 283 547 c 0\n 263 560 252 564 240 564 c 0\n 220 564 211 558 182 527 c 0\n 178 522 171 519 165 519 c 0\n 154 519 145 527 145 538 c 0\n 145 546 151 555 164 568 c 0\n 193 595 214 605 239 605 c 0\n 259 605 271 601 303 582 c 0\n 341 561 349 557 362 557 c 0\n 379 557 389 564 419 595 c 0\n 425 601 429 603 435 603 c 0\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 599\nWidth: 600\nFlags: HW\nFore\n291 593 m 2\n 194 499 l 2\n 187 493 181 490 175 490 c 0\n 164 490 155 499 155 511 c 0\n 155 518 156 520 167 530 c 2\n 265 624 l 2\n 271 630 277 633 283 633 c 0\n 294 633 303 624 303 612 c 0\n 303 606 301 603 291 593 c 2\n433 593 m 2\n 335 499 l 2\n 328 493 322 490 316 490 c 0\n 305 490 296 499 296 511 c 0\n 296 519.102 302.431 524.432 308 530 c 1\n 406 624 l 2\n 413 630 419 633 425 633 c 0\n 436 633 445 624 445 612 c 0\n 445 606 444 603 433 593 c 2\nEndSplineSet\nEndChar\nStartChar: uni02DF\nEncoding: 735 735 600\nWidth: 600\nFlags: HW\nDStem: 225 647 253 675 272 600 300 628 272 600 300 572 225 553 253 525 300 572 328 600 347 525 375 553 347 675 375 647 300 628 328 600\nFore\n272 600 m 1\n 225 647 l 2\n 212 659 211 671 220 680 c 0\n 229 689 241 688 253 675 c 2\n 300 628 l 1\n 347 675 l 2\n 359 688 371 689 380 680 c 0\n 389 671 388 659 375 647 c 2\n 328 600 l 1\n 375 553 l 2\n 388 541 389 529 380 520 c 0\n 371 511 359 512 347 525 c 2\n 300 572 l 1\n 253 525 l 2\n 241 512 229 511 220 520 c 0\n 211 529 212 541 225 553 c 2\n 272 600 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni02EE\nEncoding: 750 750 601\nWidth: 600\nFlags: HW\nFore\n366 664 m 1\n 446 664 l 1\n 359 505 l 2\n 353 494 348 490 340 490 c 0\n 331 490 323 498 323 507 c 0\n 323 510 324 512 324 514 c 2\n 366 664 l 1\n222 664 m 1\n 302 664 l 1\n 215 505 l 2\n 209 494 204 490 196 490 c 0\n 187 490 179 498 179 507 c 0\n 179 510 180 512 180 514 c 2\n 222 664 l 1\nEndSplineSet\nEndChar\nStartChar: gravecomb\nEncoding: 768 768 602\nWidth: 0\nFlags: HW\nRef: 96 96 N 1 0 0 1 -600 0\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 603\nWidth: 0\nFlags: HW\nRef: 180 180 S 1 0 0 1 -600 0\nEndChar\nStartChar: uni0302\nEncoding: 770 770 604\nWidth: 0\nFlags: HW\nRef: 710 710 S 1 0 0 1 -600 0\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 605\nWidth: 0\nFlags: HW\nHStem: 516 41<-244.5 -229.5> 564 41<-370 -354>\nRef: 732 732 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0304\nEncoding: 772 772 606\nWidth: 0\nFlags: HW\nHStem: 536 40<-418 -182>\nRef: 175 175 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0305\nEncoding: 773 773 607\nWidth: 0\nFlags: HMW\nHStem: 536 40<-528.57 -80>\nFore\n-82 536 m 2\n -518 536 l 2\n -536 536 -545 543 -545 556 c 0\n -545 569 -536 576 -518 576 c 2\n -82 576 l 2\n -64 576 -55 569 -55 556 c 0\n -55 543 -64 536 -82 536 c 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0306\nEncoding: 774 774 608\nWidth: 0\nFlags: HW\nHStem: 490 41<-328 -272>\nRef: 728 728 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0307\nEncoding: 775 775 609\nWidth: 0\nFlags: HW\nRef: 729 729 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0308\nEncoding: 776 776 610\nWidth: 0\nFlags: HW\nVStem: -460 100<547.5 574> -239 100<547.5 574>\nRef: 168 168 N 1 0 0 1 -600 0\nEndChar\nStartChar: hookabovecomb\nEncoding: 777 777 611\nWidth: 0\nFlags: W\nHStem: 666 42<-300 -288.147>\nVStem: -396 42<613 625> -320 40<501 529>\nFore\n-280 525 m 2\n -280 501 l 2\n -280 490 -289 480 -300 480 c 0\n -311 480 -320 490 -320 501 c 2\n -320 525 l 2\n -320 562 -290 579 -274 585 c 0\n -254 596 -249 596 -248 612 c 0\n -249 645 -267 666 -300 666 c 0\n -333 665 -354 648 -354 613 c 1\n -354 602 -364 592 -375 592 c 0\n -386 592 -396 602 -396 613 c 1\n -396 670 -351 709 -300 708 c 0\n -245 708 -207 663 -208 612 c 0\n -206.418 550.319 -280 564.606 -280 525 c 2\nEndSplineSet\nEndChar\nStartChar: uni030A\nEncoding: 778 778 612\nWidth: 0\nFlags: HW\nHStem: 480 33<-316.5 -283.5> 628 33<-316.5 -283.5>\nVStem: -393 33<555 586.5> -240 33<554.5 586>\nRef: 730 730 S 1 0 0 1 -600 0\nEndChar\nStartChar: uni030B\nEncoding: 779 779 613\nWidth: 0\nFlags: HW\nRef: 733 733 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030C\nEncoding: 780 780 614\nWidth: 0\nFlags: HW\nRef: 711 711 S 1 0 0 1 -600 0\nEndChar\nStartChar: uni030D\nEncoding: 781 781 615\nWidth: 0\nFlags: HMW\nVStem: -320 40<513 618>\nRef: 712 712 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030E\nEncoding: 782 782 616\nWidth: 0\nFlags: HMW\nVStem: -380 40<513 618> -260 40<513 618>\nFore\n-220 611 m 2\n -220 513 l 1\n -220 513 -220 490 -240 490 c 0\n -259 490 -260 503 -260 513 c 2\n -260 611 l 2\n -260 623 -259 635 -240 635 c 0\n -223 635 -220 621 -220 611 c 2\n-340 611 m 2\n -340 513 l 1\n -340 513 -340 490 -360 490 c 0\n -379 490 -380 503 -380 513 c 2\n -380 611 l 2\n -380 623 -379 635 -360 635 c 0\n -343 635 -340 621 -340 611 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni030F\nEncoding: 783 783 617\nWidth: 0\nFlags: W\nDStem: -433 593 -406 624 -335 499 -308 530 -291 593 -265 624 -194 499 -167 530\nFore\n-291 593 m 2\n -301 603 -303 606 -303 612 c 0\n -303 624 -294 633 -283 633 c 0\n -277 633 -271 630 -265 624 c 2\n -167 530 l 2\n -156 520 -155 518 -155 511 c 0\n -155 499 -164 490 -175 490 c 0\n -181 490 -187 493 -194 499 c 2\n -291 593 l 2\n-433 593 m 2\n -444 603 -445 606 -445 612 c 0\n -445 624 -436 633 -425 633 c 0\n -419 633 -413 630 -406 624 c 2\n -308 530 l 1\n -302.939 524.939 -296 519.249 -296 511 c 0\n -296 499 -305 490 -316 490 c 0\n -322 490 -328 493 -335 499 c 2\n -433 593 l 2\nEndSplineSet\nEndChar\nStartChar: uni0310\nEncoding: 784 784 618\nWidth: 0\nFlags: HW\nHStem: 490 41<-328 -272>\nRef: 729 729 N 1 0 0 1 -600 64\nRef: 728 728 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0311\nEncoding: 785 785 619\nWidth: 0\nFlags: HW\nHStem: 579 41<-328 -272>\nRef: 728 728 N 1 0 0 -1 -600 1110\nEndChar\nStartChar: uni031B\nEncoding: 795 795 620\nWidth: 0\nFlags: HW\nHStem: 376 41<-192 -118> 524 41<-123 -112>\nVStem: -66 40<468.031 472>\nFore\n-66 468 m 0\n -66 501 -94 524 -120 524 c 1\n -131 524 -140 533 -140 545 c 0\n -140 556 -131 565 -120 565 c 1\n -71 565 -26 525 -26 469 c 0\n -26 412 -76 376 -122 376 c 2\n -188 376 l 1\n -199 376 -208 385 -208 397 c 0\n -208 408 -199 417 -188 417 c 1\n -122 417 l 2\n -98 417 -67 442 -66 468 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0321\nEncoding: 801 801 621\nWidth: 0\nFlags: HW\nHStem: -199 41<-265 -249>\nVStem: -152 41<-55 -7>\nFore\n-111 0 m 1\n -111 -48 l 1\n -111 -132 -176 -199 -258 -199 c 0\n -283 -199 -315 -192 -333 -183 c 0\n -341 -179 -345 -173 -345 -165 c 0\n -345 -154 -337 -145 -327 -145 c 0\n -322 -145 -320 -146 -295 -153 c 0\n -287 -156 -269 -158 -257 -158 c 0\n -196 -158 -152 -110 -152 -42 c 1\n -152 0 l 1\n -111 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0322\nEncoding: 802 802 622\nWidth: 0\nFlags: HW\nHStem: -199 41<-214.06 -185> -20 20G<-345 -304>\nVStem: -345 41<-55 -1>\nFore\n-304 0 m 1\n -304 -42 l 1\n -304 -110 -260 -158 -199 -158 c 0\n -187 -158 -169 -156 -161 -153 c 0\n -136 -146 -134 -145 -129 -145 c 0\n -119 -145 -111 -154 -111 -165 c 0\n -111 -173 -115 -179 -123 -183 c 0\n -141 -192 -173 -199 -198 -199 c 0\n -280 -199 -345 -132 -345 -48 c 1\n -345 0 l 1\n -304 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0327\nEncoding: 807 807 623\nWidth: 0\nFlags: HW\nHStem: -173 38<-311.5 -291> -81 81<-326 -306>\nVStem: -326 38<-47 0> -260 37<-114.5 -97.5>\nRef: 184 184 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0328\nEncoding: 808 808 624\nWidth: 0\nFlags: HW\nHStem: -155 32<-252.5 -228>\nVStem: -320 39<-100.5 -75.5>\nRef: 731 731 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0333\nEncoding: 819 819 625\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0335\nEncoding: 821 821 626\nWidth: 0\nFlags: HMW\nHStem: 281 40<-426.57 -171>\nFore\n-180 281 m 1\n -416 281 l 1\n -434 281 -443 288 -443 301 c 0\n -443 314 -434 321 -416 321 c 1\n -180 321 l 1\n -162 321 -153 314 -153 301 c 0\n -153 288 -162 281 -180 281 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0336\nEncoding: 822 822 627\nWidth: 0\nFlags: HMW\nHStem: 236 40<-485.57 -134>\nFore\n-139 236 m 1\n -475 236 l 1\n -493 236 -502 243 -502 256 c 0\n -502 269 -493 276 -475 276 c 1\n -139 276 l 1\n -121 276 -112 269 -112 256 c 0\n -112 243 -121 236 -139 236 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0337\nEncoding: 823 823 628\nWidth: 0\nFlags: WO\nDStem: -244 394 -224 359 -429 266 -409 230\nFore\n-409 230 m 2\n -409 230 -420 224 -426 224 c 0\n -436 224 -445 234 -445 245 c 0\n -445 254 -441 259 -429 266 c 2\n -244 394 l 2\n -244 394 -232 400 -227 400 c 0\n -217 400 -208 391 -208 380 c 0\n -208 370 -212 366 -224 359 c 2\n -409 230 l 2\nEndSplineSet\nEndChar\nStartChar: uni0338\nEncoding: 824 824 629\nWidth: 0\nFlags: W\nDStem: -240 390 -220 355 -541 209 -521 174\nFore\n-521 174 m 2\n -521 174 -534 168 -538 168 c 0\n -547 168 -557 178 -557 189 c 0\n -557 197 -553 202 -541 209 c 2\n -240 390 l 2\n -240 390 -227 395 -223 395 c 0\n -212 395 -203 385 -203 375 c 0\n -203 366 -207 363 -220 355 c 2\n -521 174 l 2\nEndSplineSet\nEndChar\nStartChar: uni0342\nEncoding: 834 834 630\nWidth: 0\nFlags: W\nHStem: 544 20G<-370 -354> 583 20G<-168 -160> 585 20G<-373.5 -351>\nFore\n-165 603 m 0\n -155 603 -145 594 -145 583 c 0\n -145 575 -149 569 -167 552 c 0\n -193 526 -213 516 -236 516 c 0\n -258 516 -277 523 -317 547 c 0\n -337 560 -348 564 -360 564 c 0\n -380 564 -389 558 -418 527 c 0\n -422 522 -429 519 -435 519 c 0\n -446 519 -455 527 -455 538 c 0\n -455 546 -449 555 -436 568 c 0\n -407 595 -386 605 -361 605 c 0\n -341 605 -329 601 -297 582 c 0\n -259 561 -251 557 -238 557 c 0\n -221 557 -211 564 -181 595 c 0\n -175 601 -171 603 -165 603 c 0\nEndSplineSet\nEndChar\nStartChar: uni0344\nEncoding: 836 836 631\nWidth: 0\nFlags: W\nHStem: 591 20<-423.5 -396 -202.5 -175>\nVStem: -460 100<555 563> -239 100<555 563>\nDStem: -277 683 -247 671 -333 531 -303 519\nRef: 901 901 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni037A\nEncoding: 890 890 632\nWidth: 600\nFlags: HW\nHStem: -199 41<385.94 415> -20 20G<255 296>\nVStem: 255 41<-55 -1>\nFore\n296 0 m 1\n 296 -42 l 1\n 296 -110 340 -158 401 -158 c 0\n 413 -158 431 -156 439 -153 c 0\n 464 -146 466 -145 471 -145 c 0\n 481 -145 489 -154 489 -165 c 0\n 489 -173 485 -179 477 -183 c 0\n 459 -192 427 -199 402 -199 c 0\n 320 -199 255 -132 255 -48 c 1\n 255 0 l 1\n 296 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: tonos\nEncoding: 900 900 633\nWidth: 600\nFlags: HW\nDStem: 299 651 329 639 243 499 273 487\nFore\n299 651 m 1\n 302 659 311 664 320 660 c 0\n 328 657 333 648 329 639 c 1\n 273 487 l 1\n 270 479 261 474 252 478 c 0\n 244 481 239 490 243 499 c 1\n 299 651 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 634\nWidth: 600\nFlags: W\nHStem: 591 20G<176.5 204 397.5 425>\nVStem: 140 100<555 563> 361 100<555 563>\nDStem: 323 683 353 671 267 531 297 519\nFore\n323 683 m 2\n 326 691 335 696 344 692 c 0\n 352 689 356 680 353 671 c 2\n 297 519 l 2\n 294 511 285 506 276 510 c 0\n 268 513 264 522 267 531 c 2\n 323 683 l 2\n190 611 m 0\n 218 611 240 588 240 560 c 0\n 240 534 217 511 190 511 c 0\n 163 511 140 534 140 561 c 0\n 140 588 163 611 190 611 c 0\n411 611 m 0\n 439 611 461 588 461 560 c 0\n 461 534 438 511 411 511 c 0\n 384 511 361 534 361 561 c 0\n 361 588 384 611 411 611 c 0\nEndSplineSet\nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 635\nWidth: 600\nFlags: HW\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 522 41<121 245 286 301>\nVStem: 9 205<16 23> 381 210<16 23>\nDStem: 55 566 85 554 -1 414 29 402 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 900 900 S 1 0 0 1 -244 -85\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: anoteleia\nEncoding: 903 903 636\nWidth: 600\nFlags: HW\nRef: 183 183 N 1 0 0 1 0 0\nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 637\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 479> 0 187<498 502> 272 41<166 310> 431 145<6 12> 522 41<59.4704 123 166 458>\nVStem: -10 40<447 559> 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nRef: 712 712 N 1 0 0 1 -290 -59\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: Etatonos\nEncoding: 905 905 638\nWidth: 600\nFlags: HW\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 431 145<37 43> 522 41<90.4704 125 168 229 373 436 479 505>\nVStem: 21 40<447 559> 126 41<41 271 314 522> 437 41<41 271 314 522>\nRef: 712 712 N 1 0 0 1 -259 -59\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 639\nWidth: 600\nFlags: HW\nHStem: 0 41<129.47 278 321 465> 431 145<76 82> 522 41<129.47 278 321 465>\nVStem: 60 40<447 559> 279 41<41 522>\nRef: 712 712 N 1 0 0 1 -220 -59\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 640\nWidth: 600\nFlags: HW\nHStem: -16 41<291 307> 431 145<44 50> 535 41<291 307>\nVStem: 28 40<447 559> 51 41<256 304> 508 41<256 288>\nRef: 712 712 S 1 0 0 1 -252 -59\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 641\nWidth: 600\nFlags: HW\nHStem: 0 41<165.47 280 323 435> 431 145<14 20> 522 41<67.4704 102 152 195 403 451 498 531>\nVStem: -2 40<447 559> 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nRef: 712 712 N 1 0 0 1 -282 -59\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 642\nWidth: 600\nFlags: HW\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 431 145<36 42> 521 42<257 344>\nVStem: 20 40<447 559> 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nRef: 712 712 S 1 0 0 1 -260 -59\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 643\nWidth: 600\nFlags: HW\nHStem: -8 41<365 381> 386 40<190.614 261>\nVStem: 122 100<555 564> 261 41<104 386> 343 100<555 564>\nDStem: 305 683 335 671 249 531 279 519\nRef: 901 901 S 1 0 0 1 -18 0\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: Alpha\nEncoding: 913 913 644\nWidth: 600\nFlags: HW\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 522 41<121 245 286 301>\nVStem: 9 205<16 23> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nFore\n428 188 m 1\n 162 188 l 1\n 108 41 l 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 428 188 l 1\n413 229 m 1\n 301 522 l 1\n 286 522 l 1\n 178 229 l 1\n 413 229 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: Beta\nEncoding: 914 914 645\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 379> 272 41<166 331> 522 41<59.4704 123 166 347>\nVStem: 124 41<42 271 314 521> 458 41<416 432> 500 41<144 160>\nFore\n124 41 m 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 328 563 l 2\n 425 563 499 500 499 418 c 0\n 499 367 473 330 414 298 c 1\n 498 268 541 220 541 153 c 0\n 541 69 467 0 376 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n165 313 m 1\n 312 313 l 2\n 397 313 458 357 458 419 c 0\n 458 477 402 522 329 522 c 2\n 165 522 l 1\n 165 313 l 1\n165 41 m 1\n 373 41 l 2\n 444 41 500 91 500 153 c 0\n 500 189 478 224 441 246 c 0\n 409 265 375 272 314 272 c 2\n 165 272 l 1\n 165 41 l 1\nEndSplineSet\nMinimumDistance: x8,-1 x1,4 x1,2 x0,10 x0,12 \nEndChar\nStartChar: Gamma\nEncoding: 915 915 646\nWidth: 600\nFlags: HW\nHStem: 0 41<78 141 185 324> 522 41<78 141 185 498>\nVStem: 142 42<41 522> 498 40<416 522>\nFore\n184 41 m 1\n 322 41 l 2\n 340 41 350 34 350 21 c 0\n 350 7 340 0 322 0 c 2\n 88 0 l 2\n 70 0 62 7 62 21 c 0\n 62 34 70 41 88 41 c 2\n 142 41 l 1\n 142 522 l 1\n 88 522 l 2\n 70 522 62 529 62 543 c 0\n 62 556 70 563 88 563 c 2\n 538 563 l 1\n 538 424 l 2\n 538 406 532 397 518 397 c 0\n 504 397 498 406 498 424 c 2\n 498 522 l 1\n 184 522 l 1\n 184 41 l 1\nEndSplineSet\nMinimumDistance: x12,-1 y16,13 y16,15 x8,11 x8,9 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: uni0394\nEncoding: 916 916 647\nWidth: 600\nFlags: HW\nHStem: 0 41<25.4704 67 109 483 527 569> 522 41<121 245 286 301>\nVStem: 9 582<16 23>\nDStem: 246 522 286 522 67 41 108 41 301 522 330 563 484 41 527 41\nFore\n564 0 m 2\n 36 0 l 2\n 18 -0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n108 41 m 1\n 484 41 l 1\n 301 522 l 1\n 286 522 l 1\n 108 41 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 648\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 479> 0 187<498 502> 272 41<166 310> 522 41<59.4704 123 166 458>\nVStem: 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nFore\n165 272 m 1\n 165 41 l 1\n 479 41 l 1\n 479 160 l 2\n 479 178 486 187 500 187 c 0\n 513 187 520 178 520 160 c 2\n 520 0 l 1\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 499 563 l 1\n 499 424 l 2\n 499 406 492 397 478 397 c 0\n 465 397 458 406 458 424 c 2\n 458 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 1\n 310 358 l 2\n 310 376 317 385 331 385 c 0\n 344 385 351 376 351 358 c 2\n 351 227 l 2\n 351 209 344 200 331 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y19,16 y19,18 y29,26 y29,28 y22,25 y22,23 y2,5 y2,3 x11,14 x11,12 x10,7 x10,9 \nEndChar\nStartChar: Zeta\nEncoding: 918 918 649\nWidth: 600\nFlags: HW\nHStem: 0 41<143 456> 0 209<469 478> 522 41<162 430>\nVStem: 103 39<42 45> 121 41<400 521> 121 349<522 562> 431 39<519 521> 456 41<42 192>\nDStem: 431 519 470 505 103 59 142 45\nFore\n497 0 m 1\n 103 0 l 1\n 103 59 l 1\n 431 519 l 1\n 431 522 l 1\n 162 522 l 1\n 162 404 l 2\n 162 385 155 376 142 376 c 0\n 128 376 121 385 121 404 c 2\n 121 563 l 1\n 470 563 l 1\n 470 505 l 1\n 142 45 l 1\n 142 41 l 1\n 456 41 l 1\n 456 182 l 2\n 456 200 462 209 476 209 c 0\n 490 209 497 200 497 182 c 2\n 497 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y5,8 y5,6 y14,17 y14,15 \nEndChar\nStartChar: Eta\nEncoding: 919 919 650\nWidth: 600\nFlags: HW\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 522 41<90.4704 125 168 229 373 436 479 505>\nVStem: 126 41<41 271 314 522> 437 41<41 271 314 522>\nFore\n437 272 m 1\n 167 272 l 1\n 167 41 l 1\n 221 41 l 2\n 239 41 248 34 248 21 c 0\n 248 7 239 0 221 0 c 2\n 81 0 l 2\n 63 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 522 l 1\n 101 522 l 2\n 83 522 74 529 74 543 c 0\n 74 556 83 563 101 563 c 2\n 221 563 l 2\n 239 563 248 556 248 543 c 0\n 248 529 239 522 221 522 c 2\n 167 522 l 1\n 167 313 l 1\n 437 313 l 1\n 437 522 l 1\n 383 522 l 2\n 365 522 356 529 356 543 c 0\n 356 556 365 563 383 563 c 2\n 503 563 l 2\n 521 563 530 556 530 543 c 0\n 530 529 521 522 503 522 c 2\n 478 522 l 1\n 478 41 l 1\n 524 41 l 2\n 542 41 551 34 551 21 c 0\n 551 7 541 0 524 0 c 2\n 383 0 l 2\n 365 0 356 7 356 21 c 0\n 356 34 365 41 383 41 c 2\n 437 41 l 1\n 437 272 l 1\nEndSplineSet\nMinimumDistance: x29,-1 x35,32 x35,34 x28,31 x28,29 x27,24 x27,26 x20,23 x20,21 x17,14 x17,16 x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 \nEndChar\nStartChar: Theta\nEncoding: 920 920 651\nWidth: 600\nFlags: HW\nHStem: -16 41<291 307> 271 41<223 376> 535 41<291 307>\nVStem: 51 41<256 304> 184 39<224 270 313 368> 376 39<214.212 270 313 368> 508 41<256 288>\nFore\n415 226 m 2\n 415 207 412 197 396 197 c 0\n 381 197 376 208 376 226 c 2\n 376 271 l 1\n 223 271 l 1\n 223 226 l 2\n 223 210 218 197 204 197 c 0\n 187 197 184 205 184 226 c 2\n 184 360 l 2\n 184 378 187 387 204 387 c 0\n 217 387 223 376 223 360 c 2\n 223 312 l 1\n 376 312 l 1\n 376 360 l 2\n 376 376 383 387 396 387 c 0\n 411 387 415 378 415 360 c 2\n 415 226 l 2\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\nEndSplineSet\nMinimumDistance: x17,-1 y12,15 y12,13 y11,8 y11,10 y4,7 y4,5 y3,0 y3,2 \nEndChar\nStartChar: Iota\nEncoding: 921 921 652\nWidth: 600\nFlags: HW\nHStem: 0 41<129.47 278 321 465> 522 41<129.47 278 321 465>\nVStem: 279 41<41 522>\nFore\n320 522 m 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 477 0 459 0 c 2\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 x0,13 x0,15 \nEndChar\nStartChar: Kappa\nEncoding: 922 922 653\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 248 489 555> 522 41<59.4704 123 166 248 395 444 502 523>\nVStem: 124 41<41 221 274 522> 372 174<542 545>\nDStem: 445 522 502 522 165 273 280 324 445 522 246 294 165 273 165 221\nFore\n165 221 m 1\n 165 41 l 1\n 240 41 l 2\n 258 41 267 34 267 21 c 0\n 267 7 258 0 240 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 240 563 l 2\n 258 563 267 556 267 543 c 0\n 267 529 258 522 240 522 c 2\n 165 522 l 1\n 165 273 l 1\n 445 522 l 1\n 400 522 l 2\n 381 522 372 529 372 543 c 0\n 372 556 381 563 400 563 c 2\n 518 563 l 2\n 537 563 546 556 546 543 c 0\n 546 529 537 522 518 522 c 2\n 502 522 l 1\n 280 324 l 1\n 377 284 414 233 489 41 c 1\n 545 41 l 2\n 563 41 572 34 572 21 c 0\n 572 7 563 0 545 0 c 2\n 458 0 l 1\n 385 203 341 263 246 294 c 1\n 165 221 l 1\nEndSplineSet\nMinimumDistance: x23,-1 x16,13 x16,15 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 \nEndChar\nStartChar: Lambda\nEncoding: 923 923 654\nWidth: 600\nFlags: HMW\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 522 41<121 245 286 301>\nDStem: 246 522 286 522 67 41 108 41 301 522 330 563 484 41 527 41\nFore\n108 41 m 1\n 187 41 l 2\n 205 41 214 34 214 21 c 0\n 214 7 205 0 187 0 c 2\n 36 0 l 2\n 18 0 9 7 9 21 c 0\n 9 34 18 41 36 41 c 2\n 67 41 l 1\n 246 522 l 1\n 126 522 l 2\n 108 522 99 529 99 543 c 0\n 99 556 108 563 126 563 c 2\n 330 563 l 1\n 527 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n 591 7 582 0 564 0 c 2\n 408 0 l 2\n 390 0 381 7 381 21 c 0\n 381 34 390 41 408 41 c 2\n 484 41 l 1\n 301 522 l 1\n 286 522 l 1\n 108 41 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: Mu\nEncoding: 924 924 655\nWidth: 600\nFlags: HW\nHStem: 0 41<38 72 113 187 417 491 532 566> 522 41<47 72 113 121 113 113 483 483 483 491 532 532 532 557>\nVStem: 72 41<41 522> 491 41<41 522>\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: Nu\nEncoding: 925 925 656\nWidth: 600\nFlags: HW\nHStem: 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535>\nVStem: 103 41<41 504> 460 41<59 522>\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: Xi\nEncoding: 926 926 657\nWidth: 600\nFlags: HW\nHStem: 0 43<110 490> 0 171<85 92 508 511> 271 41<223 376> 521 42<110 490>\nVStem: 69 41<44 146 416 520> 184 39<224 270 313 368> 376 39<214.212 270 313 368> 490 41<44 146 416 520>\nFore\n509 392 m 0\n 497.432 392 490 404.975 490 421 c 2\n 490 521 l 1\n 110 521 l 1\n 110 421 l 2\n 110 406 104 392 90 392 c 0\n 75 392 69 404 69 421 c 2\n 69 563 l 1\n 531 563 l 1\n 531 421 l 2\n 531 405 524 392 509 392 c 0\n415 226 m 2\n 415 207 412 197 396 197 c 0\n 381 197 376 208 376 226 c 2\n 376 271 l 1\n 223 271 l 1\n 223 226 l 2\n 223 210 218 197 204 197 c 0\n 187 197 184 205 184 226 c 2\n 184 360 l 2\n 184 378 187 387 204 387 c 0\n 217 387 223 376 223 360 c 2\n 223 312 l 1\n 376 312 l 1\n 376 360 l 2\n 376 376 383 387 396 387 c 0\n 411 387 415 378 415 360 c 2\n 415 226 l 2\n90 171 m 0\n 102.406 171 110 158.733 110 144 c 2\n 110 43 l 1\n 490 43 l 1\n 490 144 l 2\n 490 157 497 171 509 171 c 0\n 523 171 531 160 531 144 c 2\n 531 0 l 1\n 69 0 l 1\n 69 144 l 2\n 69 158 76 171 90 171 c 0\nEndSplineSet\nMinimumDistance: x9,-1 y3,6 y3,4 y22,25 y22,23 y21,18 y21,20 y14,17 y14,15 y13,10 y13,12 y29,32 y29,30 \nEndChar\nStartChar: Omicron\nEncoding: 927 927 658\nWidth: 600\nFlags: HW\nHStem: -16 41<291 307> 535 41<291 307>\nVStem: 51 41<256 304> 508 41<256 288>\nFore\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n300 535 m 0\n 185 535 92 420 92 280 c 0\n 92 140 186 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Pi\nEncoding: 928 928 659\nWidth: 600\nFlags: HW\nHStem: 0 43<70 122 164 227 371 428 471 525> 521 42<97 122 164 428 471 499>\nVStem: 123 40<43 521> 429 41<43 521>\nFore\n543 20 m 0\n 543 6 532 0 515 0 c 2\n 376 0 l 2\n 363 0 349 9 349 20 c 0\n 349 35 360 43 376 43 c 2\n 429 43 l 1\n 429 521 l 1\n 163 521 l 1\n 163 43 l 1\n 217 43 l 2\n 226 43 233 41 239 37 c 1\n 242 32 244 27 244 20 c 0\n 244 15 242 11 239 6 c 1\n 233 2 226 0 217 0 c 2\n 79 0 l 2\n 63 0 51 6 51 20 c 0\n 51 37 60 43 79 43 c 2\n 123 43 l 1\n 123 521 l 1\n 98 521 l 2\n 87 521 71 530 71 541 c 0\n 71 556 83 563 98 563 c 2\n 496 563 l 2\n 513 563 523 557 523 541 c 0\n 523 528 510 521 496 521 c 2\n 470 521 l 1\n 470 43 l 1\n 515 43 l 2\n 533 43 543 37 543 20 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x26,1 x26,27 x25,22 x25,24 x5,2 x5,4 x18,21 x18,19 x17,14 x17,16 \nEndChar\nStartChar: Rho\nEncoding: 929 929 660\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 303> 231 41<165 296> 522 41<70 124 165 165 165 310 310 314>\nVStem: 124 41<41 231 272 522> 458 41<363.5 432>\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni03A2\nEncoding: 930 930 661\nWidth: 600\nFlags: H\nEndChar\nStartChar: Sigma\nEncoding: 931 931 662\nWidth: 600\nFlags: HW\nHStem: 0 43<142 449> 0 214<468 471> 535 42<140 449>\nVStem: 102 39<44 47 531 534> 449 41<44 192 403.134 534>\nDStem: 102 519 139 531 259 307 307 305 259 307 307 305 102 60 141 47\nFore\n490 0 m 1\n 102 0 l 1\n 102 60 l 1\n 259 307 l 1\n 102 519 l 1\n 102 577 l 1\n 490 577 l 1\n 490 414 l 2\n 490 397 484 386 469 386 c 0\n 455 386 449 397 449 414 c 2\n 449 535 l 1\n 139 535 l 1\n 139 531 l 1\n 307 305 l 1\n 141 47 l 1\n 141 43 l 1\n 449 43 l 1\n 449 186 l 2\n 449 202 455 214 469 214 c 0\n 484 214 490 204 490 186 c 2\n 490 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y10,7 y10,9 y16,19 y16,17 \nEndChar\nStartChar: Tau\nEncoding: 932 932 663\nWidth: 600\nFlags: HW\nHStem: 0 41<168 279 322 428> 522 41<113 279 322 487>\nVStem: 72 41<438.47 521> 280 41<41 521> 487 41<440.137 521>\nFore\n321 41 m 1\n 426 41 l 2\n 444 41 453 34 453 21 c 0\n 453 7 444 0 426 0 c 2\n 175 0 l 2\n 157 0 148 7 148 21 c 0\n 148 34 157 41 175 41 c 2\n 280 41 l 1\n 280 522 l 1\n 113 522 l 1\n 113 449 l 2\n 113 431 106 422 92 422 c 0\n 79 422 72 431 72 449 c 2\n 72 563 l 1\n 528 563 l 1\n 528 449 l 2\n 528 430 522 422 508 422 c 0\n 496 422 487 433 487 449 c 2\n 487 522 l 1\n 321 522 l 1\n 321 41 l 1\nEndSplineSet\nMinimumDistance: x14,-1 y18,15 y18,17 y9,12 y9,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: Upsilon\nEncoding: 933 933 664\nWidth: 600\nFlags: HW\nHStem: 0 41<165.47 280 323 435> 522 41<67.4704 102 152 195 403 451 498 531>\nVStem: 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nFore\n322 254 m 1\n 322 41 l 1\n 427 41 l 2\n 445 41 454 34 454 21 c 0\n 454 7 445 0 427 0 c 2\n 176 0 l 2\n 158 0 149 7 149 21 c 0\n 149 34 158 41 176 41 c 2\n 281 41 l 1\n 281 254 l 1\n 102 522 l 1\n 78 522 l 2\n 60 522 51 529 51 543 c 0\n 51 556 60 563 78 563 c 2\n 189 563 l 2\n 207 563 216 556 216 543 c 0\n 216 529 207 522 189 522 c 2\n 151 522 l 1\n 303 295 l 1\n 452 522 l 1\n 412 522 l 2\n 393 522 384 529 384 543 c 0\n 384 556 393 563 412 563 c 2\n 522 563 l 2\n 539 563 549 555 549 543 c 0\n 549 530 538 522 522 522 c 2\n 498 522 l 1\n 322 254 l 1\nEndSplineSet\nMinimumDistance: x24,-1 x8,5 x8,7 x1,4 x1,2 \nEndChar\nStartChar: Phi\nEncoding: 934 934 665\nWidth: 600\nFlags: HW\nHStem: 0 41<158 279 321 437> 130 41<222 279 321 382> 421 41<229 279 321 372> 522 41<158 279 321 437>\nVStem: 46 40<288 304> 280 40<41 130 172 420 462 522> 514 40<288 304>\nFore\n280 421 m 1\n 246 421 l 2\n 158 421 86 364 86 295 c 0\n 86 227 152 171 230 171 c 2\n 280 171 l 1\n 280 421 l 1\n280 41 m 1\n 280 130 l 1\n 234 130 l 2\n 128 130 46 202 46 295 c 0\n 46 388 134 462 248 462 c 2\n 280 462 l 1\n 280 522 l 1\n 163 522 l 2\n 145 522 137 529 137 543 c 0\n 137 556 145 563 163 563 c 2\n 435 563 l 2\n 453 563 463 556 463 543 c 0\n 463 529 453 522 435 522 c 2\n 320 522 l 1\n 320 462 l 1\n 352 462 l 2\n 466 462 554 388 554 295 c 0\n 554 202 472 130 366 130 c 2\n 320 130 l 1\n 320 41 l 1\n 435 41 l 2\n 453 41 463 34 463 21 c 0\n 463 7 453 0 435 0 c 2\n 163 0 l 2\n 145 0 137 7 137 21 c 0\n 137 34 145 41 163 41 c 2\n 280 41 l 1\n320 421 m 1\n 320 171 l 1\n 370 171 l 2\n 448 171 514 227 514 295 c 0\n 514 364 442 421 354 421 c 2\n 320 421 l 1\nEndSplineSet\nMinimumDistance: x21,-1 x24,27 x24,25 x18,15 x18,17 x11,14 x11,12 x5,28 x5,30 \nEndChar\nStartChar: Chi\nEncoding: 935 935 666\nWidth: 600\nFlags: HW\nHStem: 0 43<130 199 391 458 509 534> 535 42<66 88 140 186 395 446 498 519>\nVStem: 39 180<16 22> 47 163<554 560> 369 182<16 22> 374 164<554 560>\nDStem: 88 535 139 535 269 295 294 329 269 295 294 260 81 43 129 43 294 260 317 295 459 43 509 43 447 535 498 535 294 329 317 295\nFore\n538 555 m 0\n 538 544.847 528.7 535 511 535 c 2\n 498 535 l 1\n 317 295 l 1\n 509 43 l 1\n 525 43 l 2\n 542 43 551 36 551 20 c 0\n 551 6 540 -0 525 0 c 2\n 396 0 l 2\n 381 0 369 7 369 20 c 0\n 369 36 377 43 396 43 c 2\n 459 43 l 1\n 294 260 l 1\n 129 43 l 1\n 194 43 l 2\n 211 43 219 36 219 20 c 0\n 219 6 209 -0 194 0 c 2\n 65 0 l 2\n 49 0 39 7 39 20 c 0\n 39 35 44 35 51 41 c 1\n 81 43 l 1\n 269 295 l 1\n 88 535 l 1\n 75 535 l 2\n 59 535 47 542 47 555 c 0\n 47 572 55 577 75 577 c 2\n 184 577 l 2\n 200 577 210 570 210 555 c 0\n 210 542 198 535 184 535 c 2\n 139 535 l 1\n 294 329 l 1\n 447 535 l 1\n 402 535 l 2\n 390 535 374 543 374 555 c 0\n 374 570 386 577 402 577 c 2\n 511 577 l 2\n 530.556 577 538 569.376 538 555 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Psi\nEncoding: 936 936 667\nWidth: 600\nFlags: HW\nHStem: 0 43<243 283 322 357> 141 40<250 261 346.031 361.3> 521 42<46 81 259 283 322 345 525 563>\nVStem: 81 40<336 521> 284 37<43 140 181 521> 484 41<336 522> 484 102<540 544>\nFore\n586 541 m 0\n 586 528 572 522 559 522 c 2\n 525 522 l 1\n 525 350 l 2\n 525 309 515 272 496 240 c 0\n 476 208 456 186 437 174 c 0\n 410 156 384 142 346 142 c 2\n 321 140 l 1\n 321 43 l 1\n 355 43 l 2\n 370 43 382 36 382 22 c 0\n 382 8.02983 371.256 0 355 0 c 2\n 251 0 l 2\n 236 0 223 7 223 22 c 0\n 223 37 236 43 251 43 c 2\n 284 43 l 1\n 284 140 l 1\n 262 141 l 2\n 193 141 139 189 110 239 c 0\n 91 269 81 305 81 348 c 2\n 81 521 l 1\n 47 521 l 2\n 35 521 19 528 19 541 c 0\n 19 556 31 563 47 563 c 2\n 121 563 l 1\n 121 348 l 2\n 121 302 134 269 167 231 c 24\n 195 199 222 181 261 181 c 2\n 284 180 l 1\n 284 521 l 1\n 261 521 l 2\n 249 521 233 530 233 541 c 0\n 233 556 246 563 261 563 c 2\n 345 563 l 2\n 363 561 372 559 372 541 c 0\n 372 526 357 521 345 521 c 2\n 321 521 l 1\n 321 180 l 1\n 346 181 l 2\n 387 181 410 201 438 233 c 24\n 471 271 484 303 484 350 c 2\n 484 563 l 1\n 559 563 l 2\n 574 563 586 556 586 541 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y42,2 x2,42 x2,1 x36,33 x36,35 x29,32 x29,30 x15,12 x15,14 x20,23 x20,21 \nEndChar\nStartChar: uni03A9\nEncoding: 937 937 668\nWidth: 600\nFlags: HW\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 521 42<257 344>\nVStem: 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nFore\n362 133 m 1\n 362 40 l 1\n 490 40 l 1\n 490 138 l 2\n 490 149 499 158 510 158 c 0\n 521 158 530 149 530 138 c 2\n 530 0 l 1\n 320 0 l 1\n 320 172 l 1\n 342 172 l 2\n 424 172 490 262 490 349 c 0\n 490 433 438 521 324 521 c 2\n 276 521 l 2\n 159 521 110 450 110 349 c 0\n 110 262 178 172 258 172 c 2\n 280 172 l 1\n 280 0 l 1\n 70 0 l 1\n 70 138 l 2\n 70 149 80 158 91 158 c 0\n 102 158 112 149 112 138 c 2\n 112 40 l 1\n 240 40 l 1\n 240 133 l 1\n 136 145 70 250 70 349 c 0\n 70 464 137 563 276 563 c 2\n 324 563 l 2\n 464 563 530 448 530 349 c 0\n 530 250 465 146 362 133 c 1\nEndSplineSet\nMinimumDistance: x5,-1 y21,18 y21,20 y2,5 y2,3 \nBack\n540 -2 m 1\n 328 -2 l 1\n 328 173 l 1\n 374.641 179.663 370.891 178.89 411 200 c 0\n 456.719 224.063 489 284.811 489 353 c 0\n 489 414.869 466.956 454.1 434 492 c 0\n 414 514 386.222 531 350 531 c 2\n 258 531 l 2\n 237.25 528.694 213.788 514.117 195 504 c 0\n 168.714 489.846 140.317 440.926 133 408 c 0\n 128 390 126 372 126 353 c 0\n 126 293.591 145.523 251.151 179 216 c 0\n 206.572 185.671 236.418 177.627 285 173 c 1\n 285 -2 l 1\n 78 -2 l 1\n 78 142 l 2\n 78 158.144 83.5281 169 99 169 c 0\n 112.592 169 118 156.463 118 142 c 2\n 118 41 l 1\n 243 41 l 1\n 243 138 l 1\n 222 140 203 147 185 159 c 0\n 123.903 195.205 87 264.263 87 355 c 0\n 87 420.568 107.351 475.351 142 510 c 0\n 174.317 544.112 206 571 260 571 c 2\n 350 571 l 2\n 386.728 571 403.298 562.324 436 543 c 0\n 476.589 519.016 509.279 465.765 522 417 c 0\n 527 394 530 371 530 348 c 0\n 530 257.079 478.343 188.693 422 157 c 0\n 406 148 389 142 370 138 c 1\n 370 41 l 1\n 499 41 l 1\n 499 142 l 2\n 499 156.756 504.25 169 518 169 c 0\n 531.48 169 540 154.762 540 142 c 2\n 540 -2 l 1\nEndSplineSet\nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 669\nWidth: 600\nFlags: HW\nHStem: 0 41<129.47 278 321 465> 522 41<129.47 278 321 465>\nVStem: 139 100<652.5 679> 279 41<41 522> 360 100<652.5 679>\nRef: 168 168 N 1 0 0 1 -1 105\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 670\nWidth: 600\nFlags: HW\nHStem: 0 41<165.47 280 323 435> 522 41<67.4704 102 152 195 403 451 498 531>\nVStem: 51 165<542 545> 140 100<652.5 679> 281 41<41 254> 360 100<652.5 679> 384 165<542 545>\nDStem: 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nRef: 168 168 N 1 0 0 1 -0 105\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: alphatonos\nEncoding: 940 940 671\nWidth: 600\nFlags: HW\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 145<275 281>\nVStem: 63 41<192 224> 259 40<487 599> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 712 712 N 1 0 0 1 -21 -19\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 672\nWidth: 600\nFlags: HW\nHStem: -2 33<285 309> 16 120<467 477> 218 38<273 305> 412 31<289 321> 483 145<295 301>\nVStem: 145 45<133 136> 148 41<110 119> 156 39<321 323> 279 40<499 611> 452 41<30 57 89 118>\nRef: 712 712 N 1 0 0 1 -1 -7\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: etatonos\nEncoding: 942 942 673\nWidth: 600\nFlags: HW\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 474 145<317 323>\nVStem: 126 41<41 294 349 376> 301 40<490 602> 439 41<-145 297> 439 102<-170 -163>\nRef: 712 712 N 1 0 0 1 21 -16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: iotatonos\nEncoding: 943 943 674\nWidth: 600\nFlags: HW\nHStem: -8 41<365 381> 386 40<190.614 261> 471 145<247 253>\nVStem: 231 40<487 599> 261 41<104 386>\nRef: 712 712 N 1 0 0 1 -49 -19\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 675\nWidth: 600\nFlags: HW\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527>\nVStem: 123 42<132 377> 140 100<555 564> 361 100<555 564> 431 41<143 375>\nDStem: 323 683 353 671 267 531 297 519\nRef: 901 901 S 1 0 0 1 0 0\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: alpha\nEncoding: 945 945 676\nWidth: 600\nFlags: HW\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287>\nVStem: 63 41<192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nFore\n282 390 m 0\n 183 390 104 309 104 208 c 0\n 104 106 183 25 283 25 c 0\n 381 25 461 106 461 206 c 0\n 461 310 383 390 282 390 c 0\n461 385 m 1\n 461 403 468 412 481 412 c 0\n 496 412 502 402 502 385 c 1\n 502 41 l 1\n 556 41 l 2\n 574 41 583 34 583 21 c 0\n 583 7 574 0 556 0 c 2\n 461 0 l 1\n 461 89 l 1\n 414 19 354 -16 279 -16 c 0\n 160 -16 63 85 63 208 c 0\n 63 331 160 431 279 431 c 0\n 354 431 412 398 461 327 c 1\n 461 385 l 1\nEndSplineSet\nMinimumDistance: x9,-1 y7,4 y7,6 x7,10 x7,8 \nEndChar\nStartChar: beta\nEncoding: 946 946 677\nWidth: 600\nFlags: HW\nHStem: -186 40<76.2703 144 185 204> -25 41<293 330> 330 39<293 317> 569 35<298 332>\nVStem: 144 40<-146 -1 44 469> 438 38<456 470> 493 42<167.456 198>\nFore\n535 187 m 0\n 535 58 437 -25 306 -25 c 0\n 256 -25 225 -16 184 0 c 1\n 184 -146 l 1\n 201 -146 l 2\n 220 -146 230 -150 230 -166 c 0\n 230 -181 219 -186 201 -186 c 2\n 85 -186 l 2\n 71 -186 60 -179 60 -166 c 0\n 60 -151 67 -146 85 -146 c 2\n 144 -146 l 1\n 144 451 l 2\n 144 497 163 538 186 563 c 0\n 214 593 251 604 313 604 c 2\n 329 604 l 2\n 370 604 407 590 438 562 c 0\n 463 537 476 511 476 463 c 0\n 476 411 446 361 404 349 c 1\n 497 319 535 275 535 187 c 0\n493 186 m 8\n 493 284 415 330 294 330 c 0\n 281 330 277 336 275 348 c 2\n 275 350 l 2\n 275 362 284 369 296 369 c 0\n 319 369 377 374 392 381 c 0\n 405 387 419 410 426 423 c 0\n 432 434 438 452 438 468 c 0\n 438 498 430 518 407 540 c 24\n 383 563 362 569 329 569 c 0\n 281 569 247 564 221 542 c 0\n 197.681 522.268 185 491.933 185 455 c 2\n 185 44 l 1\n 223 30 268 16 315 16 c 0\n 415 16 493 93 493 186 c 8\nEndSplineSet\nMinimumDistance: x0,-1 x10,7 x10,9 x3,6 x3,4 \nEndChar\nStartChar: gamma\nEncoding: 947 947 678\nWidth: 600\nFlags: HW\nHStem: -186 40<211.657 281 326 397> 377 40<87 100 146 205 398.27 462 505 525>\nVStem: 61 164<396 399> 282 43<-146 0> 382 163<396 399>\nDStem: 100 377 145 377 282 0 304 45 463 377 505 377 304 45 325 0\nFore\n545 397 m 0\n 545 384 536 377 522 377 c 2\n 505 377 l 1\n 325 0 l 1\n 325 -146 l 1\n 390 -146 l 2\n 404 -146 417 -153 417 -168 c 0\n 417 -183 407 -186 390 -186 c 2\n 221 -186 l 2\n 206 -186 194 -179 194 -166 c 0\n 194 -151 204 -146 221 -146 c 2\n 282 -146 l 1\n 282 0 l 1\n 100 377 l 1\n 88 377 l 2\n 74 377 61 384 61 397 c 0\n 61 413 73 417 88 417 c 2\n 198 417 l 2\n 214 417 225 413 225 397 c 0\n 225 383 214 377 198 377 c 2\n 145 377 l 1\n 304 45 l 1\n 463 377 l 1\n 407 377 l 2\n 393 377 382 384 382 397 c 0\n 382 411 392 417 407 417 c 2\n 517 417 l 2\n 535 417 545 413 545 397 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x11,8 x11,10 x4,7 x4,5 \nEndChar\nStartChar: delta\nEncoding: 948 948 679\nWidth: 600\nFlags: HW\nHStem: -8 41<276 308> 408 43<276 308> 517 134<470 479> 599 40<228 260>\nVStem: 68 41<200 232> 112 41<516 536> 456 41<536 560 601 632> 477 41<200 232>\nFore\n518 220 m 0\n 518 141 485 92 435 42 c 0\n 402 9 355 -8 293 -8 c 0\n 168 -8 68 98 68 220 c 0\n 68 283 84 331 115 363 c 0\n 146 395 174 422 204 430 c 1\n 156 438 112 473 112 523 c 0\n 112 599 166 639 242 639 c 0\n 308 639 419 609 456 600 c 1\n 456 624 l 2\n 456 640 462 651 477 651 c 0\n 491 651 497 640 497 624 c 2\n 497 546 l 2\n 497 529 491 517 477 517 c 0\n 461 517 456 528 456 546 c 2\n 456 560 l 1\n 456 560 302 599 245 599 c 0\n 191 599 153 575 153 525 c 8\n 153 498 171 485 194 472 c 0\n 215 460 250 451 295 451 c 0\n 375 451 430 410 469 365 c 0\n 501 329 518 282 518 220 c 0\n477 220 m 0\n 477 274 458 318 422 353 c 0\n 394 380 344 408 293 408 c 0\n 188 408 109 324 109 220 c 0\n 109 168 124 129 164 88 c 24\n 204 48 243 33 293 33 c 0\n 344 33 383 47 410 75 c 0\n 450 115 477 151 477 220 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: epsilon\nEncoding: 949 949 680\nWidth: 600\nFlags: HW\nHStem: -2 33<285 309> 16 120<467 477> 218 38<273 305> 412 31<289 321>\nVStem: 145 45<133 136> 148 41<110 119> 156 39<321 323> 452 41<30 57 89 118>\nFore\n493 37 m 2\n 493 27 491 22 487 22 c 1\n 483 18 478 16 473 16 c 0\n 467 16 462 18 458 22 c 1\n 454 22 452 27 452 37 c 2\n 452 58 l 1\n 418 37 391 21 371 12 c 0\n 351 3 329 -2 305 -2 c 0\n 224 -2 148 43 148 119 c 1\n 145 132 l 1\n 145 155 153 178 169 199 c 0\n 184 220 206 233 234 239 c 1\n 193 250 156 272 156 317 c 0\n 156 354 170 384 197 406 c 1\n 224 431 248 443 299 443 c 0\n 373 443 424 413 475 377 c 1\n 480 369 484 364 485 363 c 0\n 485 354 477 344 469 344 c 1\n 466 342 l 1\n 447 342 420 367 403 381 c 0\n 384 396 340 412 307 412 c 0\n 263 412 238 398 215 375 c 0\n 202 362 195 344 195 321 c 1\n 203 290 210 274 239 264 c 0\n 253 259 268 256 283 256 c 2\n 295 256 l 2\n 312 256 322 253 322 237 c 0\n 322 224 309 218 297 218 c 1\n 275 218 l 1\n 217.153 218 189 176.167 189 119 c 0\n 189 99 198 80 216 62 c 1\n 243 42 254 31 297 31 c 0\n 361 31 409 64 452 89 c 1\n 452 111 l 2\n 452 125 460 136 473 136 c 0\n 485 136 493 124 493 111 c 2\n 493 37 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: zeta\nEncoding: 950 950 681\nWidth: 600\nFlags: HW\nHStem: -186 40<318.146 374 422 458> 0 40<255 304> 563 41<165 407>\nVStem: 122 40<136.186 182 502 502> 124 41<497.47 562> 124 350<568 603> 302 180<-170 -163> 408 40<-58 -41>\nDStem: 408 563 474 568 256 423 284 393\nFore\n408 563 m 1\n 165 563 l 1\n 165 508 l 2\n 165 490 158 481 145 481 c 0\n 131 481 124 490 124 508 c 2\n 124 604 l 1\n 474 604 l 1\n 474 568 l 1\n 284 393 l 2\n 192 308 162 254 162 152 c 0\n 162 90 208 40 268 40 c 0\n 344 40 448 41 448 -43 c 0\n 448 -80 435 -117 421 -146 c 1\n 455 -146 l 2\n 470 -146 482 -151 482 -165 c 0\n 482 -177 466 -186 455 -186 c 2\n 329 -186 l 2\n 313 -186 302 -181 302 -165 c 0\n 302 -150 311 -146 329 -146 c 1\n 374 -146 l 1\n 389 -118 408 -77 408 -45 c 0\n 408 -7 344 0 268 -0 c 0\n 182 -0 122 69 122 152 c 0\n 122 266 162 336 256 423 c 2\n 408 563 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y1,4 y1,2 \nBack\n482 -169 m 0\n 482 -180.573 466.298 -190 455 -190 c 2\n 329 -190 l 2\n 319 -190 312 -188 308 -184 c 1\n 304 -182 302 -177 302 -169 c 0\n 302 -154.038 310.99 -150 329 -150 c 2\n 369 -150 l 1\n 383.579 -128.132 401.179 -96.2057 404 -68 c 0\n 404 -35 373 -14 310 -5 c 0\n 247 4 201 15 171 29 c 0\n 140 42 125 83 125 151 c 0\n 125 281.068 203.69 396.69 274 467 c 0\n 315 508 361 545 410 579 c 1\n 173 579 l 1\n 173 533 l 2\n 173 516.987 166.087 505 150 505 c 0\n 145 505 140 508 137 513 c 0\n 134 516 133 522 133 533 c 2\n 133 620 l 1\n 476 620 l 1\n 476 577 l 1\n 392 524 319 457 258 376 c 0\n 197 295 166 220 166 153 c 0\n 166 97 190 61 237 46 c 1\n 281 38 325 30 370 23 c 1\n 417 11 441 -19 441 -66 c 0\n 441 -91 431 -119 412 -150 c 1\n 455 -150 l 2\n 469.812 -150 482 -155.491 482 -169 c 0\nEndSplineSet\nEndChar\nStartChar: eta\nEncoding: 951 951 682\nWidth: 600\nFlags: HW\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341>\nVStem: 126 41<41 294 349 376> 439 41<-145 297> 439 102<-170 -163>\nFore\n439 -186 m 1\n 439 288 l 2\n 439 318 426 343 401 364 c 0\n 377 384 358 390 319 390 c 0\n 281 390 252 380 224 357 c 0\n 209 346 199 335 167 294 c 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 81 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 167 417 l 1\n 167 348 l 1\n 225 412 261 431 323 431 c 0\n 412 431 480 372 480 295 c 2\n 480 -145 l 1\n 514 -145 l 2\n 532 -145 541 -152 541 -165 c 0\n 541 -179 532 -186 514 -186 c 2\n 439 -186 l 1\nEndSplineSet\nMinimumDistance: x24,-1 x22,25 x22,23 x14,17 x14,15 x13,10 x13,12 x6,9 x6,7 \nEndChar\nStartChar: theta\nEncoding: 952 952 683\nWidth: 600\nFlags: HW\nHStem: -15 41<289 305> 276 44<155 445> 577 41<289 305>\nVStem: 113 41<241 275 321 369> 446 41<241 275 321 369>\nFore\n487 351 m 2\n 487 251 l 2\n 487 93 411 -15 300 -15 c 0\n 189 -15 113 93 113 251 c 2\n 113 351 l 2\n 113 510 189 618 300 618 c 0\n 411 618 487 510 487 351 c 2\n446 276 m 1\n 154 276 l 1\n 154 257 l 2\n 154 193 172 125 202 79 c 0\n 224 45 258 26 300 26 c 0\n 342 26 376 45 398 79 c 0\n 428 125 446 193 446 257 c 2\n 446 276 l 1\n446 320 m 1\n 446 346 l 2\n 446 410 428 478 398 524 c 0\n 376 558 342 577 300 577 c 0\n 258 577 224 558 202 524 c 0\n 172 478 154 410 154 346 c 2\n 154 320 l 1\n 446 320 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: iota\nEncoding: 953 953 684\nWidth: 600\nFlags: HW\nHStem: -8 41<365 381> 386 40<190.614 261>\nVStem: 261 41<104 386>\nFore\n261 120 m 10\n 261 386 l 1\n 200 386 l 2\n 185 386 173 393 173 406 c 0\n 173 422 183 426 200 426 c 2\n 302 426 l 1\n 302 120 l 18\n 302 58 328 33 370 33 c 0\n 416 33 452 60 466 80 c 1\n 472 89 485 91 494 84 c 0\n 503 78 505 65 498 56 c 1\n 478 28 434 -8 370 -8 c 0\n 302 -8 261 46 261 120 c 10\nEndSplineSet\nMinimumDistance: x5,-1 x1,4 x1,2 \nEndChar\nStartChar: kappa\nEncoding: 954 954 685\nWidth: 600\nFlags: HW\nHStem: 0 41<86.4704 150 364 399 458 505> 376 41<86.4704 150 332.47 364 426 475>\nVStem: 151 41<41 190 241 376> 316 184<396 400> 345 185<16 23>\nDStem: 192 191 223 217 400 41 458 41 365 376 426 376 192 240 223 217\nFore\n192 0 m 1\n 97 0 l 2\n 79 0 70 7 70 21 c 0\n 70 34 79 41 97 41 c 2\n 151 41 l 1\n 151 376 l 1\n 97 376 l 2\n 79 376 70 383 70 397 c 0\n 70 410 79 417 97 417 c 2\n 192 417 l 1\n 192 240 l 1\n 365 376 l 1\n 343 376 l 2\n 325 376 316 383 316 397 c 0\n 316 410 325 417 343 417 c 2\n 473 417 l 2\n 491 417 500 410 500 397 c 0\n 500 383 491 376 473 376 c 2\n 426 376 l 1\n 223 217 l 1\n 458 41 l 1\n 503 41 l 2\n 521 41 530 34 530 21 c 0\n 530 7 521 0 503 0 c 2\n 372 0 l 2\n 354 0 345 7 345 21 c 0\n 345 34 354 41 372 41 c 2\n 400 41 l 1\n 192 191 l 1\n 192 0 l 1\nEndSplineSet\nMinimumDistance: x22,-1 x5,8 x5,6 x4,1 x4,3 \nEndChar\nStartChar: lambda\nEncoding: 955 955 686\nWidth: 600\nFlags: HMW\nHStem: -2 41<76.0333 97 143 205 410 467 510 527> 573 41<108.161 205>\nDStem: 212 573 256 569 283 424 510 39 283 424 305 379 97 39 142 39 305 379 256 569 468 39 510 39\nFore\n256 569 m 2\n 510 39 l 1\n 525 39 l 2\n 540 39 550 31 550 18 c 16\n 550 4 539 -2 522 -2 c 2\n 412 -2 l 2\n 398 -2 387 4 387 18 c 0\n 387 32 397 39 412 39 c 2\n 468 39 l 1\n 305 379 l 1\n 142 39 l 1\n 195 39 l 2\n 211 39 222 33 222 18 c 0\n 222 3 211 -2 195 -2 c 2\n 85 -2 l 2\n 72 -2 58 1 58 18 c 0\n 58 32 71 39 85 39 c 2\n 97 39 l 1\n 283 424 l 1\n 212 573 l 1\n 118 573 l 2\n 103 573 91 579 91 594 c 0\n 91 609 102 614 118 614 c 2\n 203 614 l 2\n 236 614 241 599 256 569 c 2\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni03BC\nEncoding: 956 956 687\nWidth: 600\nFlags: HW\nHStem: -13 37<251 267> 0 43<470 507> 386 40<59.3328 123 347 430>\nVStem: 123 42<-150 15 106 386> 431 39<43 59 117 386> 431 100<15 26>\nFore\n165 16 m 1\n 165 -146 l 2\n 165 -157 155 -166 144 -166 c 0\n 133 -166 123 -157 123 -146 c 1\n 123 386 l 1\n 71 386 l 2\n 55 386 43 390 43 406 c 0\n 43 423 53 426 71 426 c 2\n 165 426 l 1\n 165 117 l 1\n 165 91 173 69 188 50 c 1\n 205 35 235 24 265 24 c 0\n 322 24 377 55 431 117 c 1\n 431 386 l 1\n 357 386 l 2\n 342 386 327 390 327 405 c 0\n 327 422 341 426 357 426 c 2\n 470 426 l 1\n 470 43 l 1\n 505 43 l 2\n 522 43 531 36 531 20 c 0\n 531 6 520 -0 505 0 c 2\n 431 0 l 1\n 431 60 l 1\n 388 21 337 -13 263 -13 c 0\n 223 -13 186 -5 165 16 c 1\nEndSplineSet\nMinimumDistance: x20,-1 x16,18 y18,16 y18,17 x18,21 x18,19 x13,16 x13,14 x4,7 x4,5 \nEndChar\nStartChar: nu\nEncoding: 957 957 688\nWidth: 600\nFlags: HMW\nHStem: 0 41<293 312> 376 41<46.4704 98 144 210 382 458 502 545>\nDStem: 98 376 143 376 266 0 293 41 459 376 502 376 312 41 336 0\nFore\n336 0 m 1\n 266 0 l 1\n 98 376 l 1\n 57 376 l 2\n 39 376 30 383 30 397 c 0\n 30 410 39 417 57 417 c 2\n 208 417 l 2\n 227 417 236 410 236 397 c 0\n 236 383 227 376 208 376 c 2\n 143 376 l 1\n 293 41 l 1\n 312 41 l 1\n 459 376 l 1\n 391 376 l 2\n 373 376 364 383 364 397 c 0\n 364 410 373 417 391 417 c 2\n 543 417 l 2\n 561 417 570 410 570 397 c 0\n 570 383 561 376 543 376 c 2\n 502 376 l 1\n 336 0 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: xi\nEncoding: 958 958 689\nWidth: 600\nFlags: HW\nHStem: -186 40<319 376 441 460> 0 40<291 336> 316 40<375 441> 563 41<165 345>\nVStem: 124 40<134 150 502 562> 124 350<574 603> 252 40<438 454> 302 180<-170 -163> 438 40<-74 -58>\nFore\n292 442 m 0\n 292 395 335 356 384 356 c 2\n 436 356 l 2\n 447 356 456 347 456 336 c 0\n 456 325 447 316 436 316 c 2\n 384 316 l 2\n 247 313 164 258 164 140 c 0\n 164 74 230 40 314 40 c 0\n 394 40 477 19 478 -66 c 0\n 478 -105 461 -128 440 -146 c 1\n 455 -146 l 2\n 470 -146 482 -151 482 -165 c 0\n 482 -177 466 -186 455 -186 c 1\n 329 -186 l 1\n 313 -186 302 -181 302 -165 c 0\n 302 -150 311 -146 329 -146 c 1\n 376 -146 l 1\n 419 -110 l 2\n 427 -104 438 -85 438 -66 c 0\n 439 -19 394 -0 314 -0 c 0\n 226 0 124 39 124 140 c 0\n 124 258 194 325 296 348 c 1\n 270 370 252 403 252 442 c 0\n 252 488 268 529 318 551 c 2\n 346 563 l 1\n 165 563 l 1\n 165 508 l 2\n 165 490 158 481 145 481 c 0\n 131 481 124 490 124 508 c 2\n 124 604 l 1\n 474 604 l 1\n 474 574 l 1\n 334 513 l 2\n 297 495 292 484 292 442 c 0\nEndSplineSet\nMinimumDistance: x8,-1 x28,25 y25,28 y25,26 \nBack\n500 -181 m 0\n 500 -193.382 485.819 -201 472 -201 c 2\n 347 -201 l 2\n 336 -201 329 -199 325 -195 c 1\n 321 -193 319 -188 319 -181 c 0\n 319 -164.609 329.112 -160 347 -160 c 2\n 386 -160 l 1\n 407 -134 421 -115 429 -104 c 0\n 436 -95 439 -86 439 -77 c 0\n 439 -42.6834 402.017 -25.1148 339 -18 c 0\n 277 -11 230 0 198 16 c 0\n 165 31 149 76 149 149 c 0\n 149 196 166 239 200 276 c 0\n 233 313 262 333 285 337 c 0\n 308 340 324 342 332 342 c 2\n 342 342 l 2\n 344 342 345 342 346 341 c 0\n 290.498 357.959 258 381.356 258 445 c 0\n 258 454 259 465 261 477 c 1\n 280 526 314 559 365 574 c 1\n 178 574 l 1\n 178 528 l 2\n 178 510.437 172.885 500 157 500 c 0\n 150 500 146 503 143 508 c 0\n 140 511 139 517 139 528 c 2\n 139 615 l 1\n 482 615 l 1\n 482 576 l 1\n 432 576 l 1\n 412 571 l 1\n 359.546 549.63 315.858 524.383 297 472 c 0\n 294 462 293 452 293 443 c 0\n 293 392.425 338.058 371.904 381 356 c 1\n 431 356 l 2\n 446.17 356 457 348.032 457 335 c 0\n 457 320.479 446.856 314 431 314 c 2\n 384 314 l 2\n 266 314 199 260 184 153 c 1\n 184 89 207 49 252 32 c 1\n 391 11 l 2\n 439 3 467 -22 476 -65 c 2\n 476 -73 l 2\n 476 -83 474 -92 471 -100 c 0\n 466 -111 454 -131 433 -160 c 1\n 472 -160 l 2\n 486.686 -160 500 -166.595 500 -181 c 0\nEndSplineSet\nEndChar\nStartChar: omicron\nEncoding: 959 959 690\nWidth: 600\nFlags: HW\nHStem: -16 41<279.738 312> 390 41<279.738 312>\nVStem: 72 41<192 224> 487 41<192 224>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: pi\nEncoding: 960 960 691\nWidth: 600\nFlags: HW\nHStem: 0 41<108 142 185 231 360.47 415 458 498> 376 41<98.4704 142 185 415 458 498>\nVStem: 143 41<41 376> 416 41<41 376>\nFore\n109 417 m 2\n 491 417 l 2\n 509 417 518 410 518 397 c 0\n 518 383 509 376 491 376 c 2\n 457 376 l 1\n 457 41 l 1\n 491 41 l 2\n 509 41 518 34 518 21 c 0\n 518 7 509 0 491 0 c 2\n 371 0 l 2\n 353 0 344 7 344 21 c 0\n 344 34 353 41 371 41 c 2\n 416 41 l 1\n 416 376 l 1\n 184 376 l 1\n 184 41 l 1\n 229 41 l 2\n 247 41 256 34 256 21 c 0\n 256 7 247 0 229 0 c 2\n 110 0 l 2\n 91 0 82 7 82 21 c 0\n 82 34 91 41 110 41 c 2\n 143 41 l 1\n 143 376 l 1\n 109 376 l 2\n 91 376 82 383 82 397 c 0\n 82 410 91 417 109 417 c 2\nEndSplineSet\nMinimumDistance: x1,-1 x12,9 x12,11 x5,8 x5,6 x4,1 x4,3 x23,0 x23,24 x22,19 x22,21 x15,18 x15,16 \nEndChar\nStartChar: rho\nEncoding: 961 961 692\nWidth: 600\nFlags: HW\nHStem: -190 40<37.2295 101 144 245> 10 42<309 325> 400 43<309 325>\nVStem: 102 41<-150 100 221 228> 490 41<210 242>\nFore\n531 226 m 0\n 531 104.264 439.928 10 317 10 c 0\n 244 10 186 40 143 101 c 1\n 143 -150 l 1\n 241 -150 l 2\n 257 -150 267 -154 267 -169 c 0\n 267 -184 257 -190 241 -190 c 2\n 48 -190 l 2\n 32.0251 -190 21 -185.577 21 -169 c 0\n 21 -154 30 -150 48 -150 c 2\n 102 -150 l 1\n 102 202 l 1\n 100 220 l 1\n 100 310 156 384 219 420 c 0\n 248 435 280 443 317 443 c 0\n 353 443 390 433 427 414 c 1\n 485 381 531 311 531 226 c 0\n490 226 m 0\n 490 289 468 322 429 362 c 0\n 404 387 366 400 317 400 c 0\n 268 400 231 388 206 363 c 0\n 171 328 143 285 143 226 c 0\n 143 128 220 52 317 52 c 0\n 414 52 490 130 490 226 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x3,6 x3,4 \nEndChar\nStartChar: sigma1\nEncoding: 962 962 693\nWidth: 600\nFlags: HW\nHStem: -146 40<334 338> -6 40<292 320> 293 124<478 485> 384 40<354.063 370.206>\nVStem: 94 40<174 206> 462 41<315 336 389.016 398.757>\nFore\n462 336 m 1\n 436 361 399 384 354 384 c 0\n 238 381 136 341 134 190 c 0\n 135 83 215 36 292 34 c 0\n 385 35 457 23 460 -48 c 0\n 458 -132 373 -147 338 -146 c 1\n 327 -146 318 -137 318 -126 c 0\n 318 -115 327 -106 338 -106 c 1\n 369 -105 422 -92 420 -48 c 0\n 423 -23 389 -7 292 -6 c 0\n 199 -8 93 59 94 190 c 0\n 92 367 230 427 354 424 c 0\n 397 424 434 409 462 389 c 1\n 462 406 470 417 483 417 c 0\n 496 417 503 408 503 389 c 2\n 503 320 l 2\n 503 302 496 293 483 293 c 0\n 471 293 462 300 462 316 c 1\n 462 336 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nBack\n512 330 m 1\n 475 330 l 1\n 470 378 l 1\n 446 411 395 420 356 420 c 0\n 227 420 136 316 136 190 c 0\n 136 -46 462 86 462 -44 c 0\n 462 -113 396 -141 336 -142 c 1\n 325 -112 l 1\n 362 -111 425 -101 425 -52 c 0\n 425 37 93 -70 93 189 c 0\n 93 333 210 454 355 454 c 0\n 417 454 477 440 512 384 c 1\n 512 330 l 1\nEndSplineSet\nEndChar\nStartChar: sigma\nEncoding: 963 963 694\nWidth: 600\nFlags: HW\nHStem: -14 41<235 267> 384 42<235 267 375 515>\nVStem: 43 41<194 210> 421 42<194 210>\nFore\n421 204 m 0\n 421 304 350 384 253 384 c 0\n 155 384 84 301 84 204 c 0\n 84 106 158 27 253 27 c 0\n 300 27 336 39 372 76 c 24\n 410 115 421 155 421 204 c 0\n513 385 m 2\n 374 385 l 1\n 433 341 463 280 463 204 c 0\n 463 135 449 95 402 47 c 24\n 357 1 312 -14 253 -14 c 0\n 214 -14 187 -7 149 14 c 24\n 115 33 92 53 78 80 c 0\n 57 121 43 150 43 204 c 0\n 43 293 81 340 136 387 c 0\n 167 413 208 426 257 426 c 2\n 513 426 l 2\n 524 426 533 417 533 405 c 0\n 533 394 524 385 513 385 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: tau\nEncoding: 964 964 695\nWidth: 600\nFlags: HW\nHStem: -8 41<363 379> 375 42<70 261 303 529>\nVStem: 261 41<104 375>\nFore\n302 375 m 1\n 302 120 l 2\n 302 58 328 33 370 33 c 0\n 416 33 452 60 466 80 c 1\n 472 89 485 91 494 84 c 0\n 503 78 505 65 498 56 c 1\n 478 28 434 -8 370 -8 c 0\n 302 -8 261 46 261 120 c 2\n 261 375 l 1\n 71 375 l 2\n 55 375 43 379 43 395 c 0\n 43 409 58 417 73 417 c 2\n 525 417 l 2\n 543 417 553 413 553 397 c 0\n 553 383 537 375 527 375 c 2\n 302 375 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 696\nWidth: 600\nFlags: HW\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527>\nVStem: 123 42<132 377> 431 41<143 375>\nFore\n553 397 m 0\n 553 383 540 377 525 377 c 2\n 472 377 l 1\n 472 146 l 2\n 472 37 404 -12 294 -12 c 0\n 180 -12 123 40 123 144 c 2\n 123 377 l 1\n 71 377 l 2\n 55 377 43 381 43 397 c 0\n 43 413 55 417 71 417 c 2\n 165 417 l 1\n 165 144 l 2\n 165 102 187 67 203 55 c 0\n 224 40 259 29 296 29 c 0\n 331 29 371 45 390 58 c 0\n 410 72 431 107 431 148 c 2\n 431 375 l 1\n 382 375 l 2\n 365 375 353 380 353 397 c 0\n 353 411 368 417 384 417 c 2\n 525 417 l 2\n 543 417 553 413 553 397 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x2,20 x2,1 x6,9 x6,7 \nEndChar\nStartChar: phi\nEncoding: 966 966 697\nWidth: 600\nFlags: HW\nHStem: 0 40<220 275 315 385> 377 40<209 275 315 371>\nVStem: 81 45<118 294> 275 40<-170 0 41 376 417 586> 464 45<118 294>\nFore\n315 377 m 1\n 315 40 l 1\n 369 40 l 2\n 396 40 419 47 432 59 c 0\n 453 78 464 97 464 131 c 2\n 464 284 l 2\n 464 312 458 334 445 345 c 0\n 422 365 403 377 364 377 c 2\n 315 377 l 1\n275 377 m 1\n 221 377 l 2\n 194 377 171 370 158 358 c 0\n 137 339 126 320 126 286 c 2\n 126 133 l 2\n 126 105 132 85 145 74 c 0\n 168 54 187 40 226 40 c 2\n 275 40 l 1\n 275 377 l 1\n315 584 m 2\n 315 417 l 1\n 368 417 l 2\n 411 417 440 410 471 379 c 24\n 500 350 509 321 509 284 c 2\n 509 131 l 2\n 509 94 498 59 464 30 c 24\n 428 -1 401 0 349 0 c 2\n 315 0 l 1\n 315 -166 l 2\n 315 -177 306 -186 295 -186 c 0\n 284 -186 275 -177 275 -166 c 2\n 275 0 l 1\n 222 0 l 2\n 179 0 150 7 119 38 c 24\n 90 67 81 96 81 133 c 2\n 81 286 l 2\n 81 323 92 358 126 387 c 24\n 162 418 189 417 241 417 c 2\n 275 417 l 1\n 275 584 l 2\n 275 595 284 604 295 604 c 0\n 306 604 315 595 315 584 c 2\nEndSplineSet\nMinimumDistance: x20,-1 y17,36 y17,16 y24,27 y24,25 \nBack\n315 377 m 1\n 315 40 l 1\n 369 40 l 2\n 396 40 419 47 432 59 c 0\n 452.577 77.9941 464 96.8701 464 131 c 2\n 464 284 l 2\n 464 312 458 334 445 345 c 0\n 421.841 364.596 402.513 377 364 377 c 2\n 315 377 l 1\n275 377 m 1\n 221 377 l 2\n 194 377 171 370 158 358 c 0\n 137.423 339.006 126 320.13 126 286 c 2\n 126 133 l 2\n 126 105 132 85 145 74 c 0\n 168.159 54.4043 187.487 40 226 40 c 2\n 275 40 l 1\n 275 377 l 1\n315 584 m 2\n 315 417 l 1\n 368 417 l 2\n 411 417 445 404 471 379 c 1\n 496 353 509 321 509 284 c 2\n 509 131 l 2\n 509 94 494 60 464 30 c 5\n 437.694 8.47656 401.415 0 349 0 c 2\n 315 0 l 1\n 315 -166 l 2\n 315 -177 306 -186 295 -186 c 0\n 284 -186 275 -177 275 -166 c 2\n 275 0 l 1\n 222 0 l 2\n 179 0 145 13 119 38 c 1\n 94 64 81 96 81 133 c 2\n 81 286 l 2\n 81 323 96 357 126 387 c 1\n 157 410 188.585 417 241 417 c 2\n 275 417 l 1\n 275 584 l 2\n 275 595 284 604 295 604 c 0\n 306 604 315 595 315 584 c 2\nEndSplineSet\nEndChar\nStartChar: chi\nEncoding: 967 967 698\nWidth: 600\nFlags: HMW\nHStem: -186 39<49 112 162 207 461 515> 377 40<63 111 381 430 480 527>\nDStem: 111 377 135 417 263 107 291 146 263 107 292 70 112 -147 161 -145 292 70 315 107 437 -186 461 -147 431 375 480 377 291 146 315 107\nFore\n553 397 m 0\n 553 383 540 377 525 377 c 2\n 480 377 l 1\n 315 107 l 1\n 461 -147 l 1\n 513 -147 l 2\n 527 -147 541 -155 541 -166 c 0\n 541 -181 529 -186 513 -186 c 2\n 437 -186 l 1\n 292 70 l 1\n 161 -145 l 1\n 202 -145 l 2\n 218 -145 231 -151 231 -166 c 0\n 231 -181 216 -186 200 -186 c 2\n 59 -186 l 2\n 44 -186 31 -180 31 -166 c 0\n 31 -152 45 -147 59 -147 c 2\n 112 -147 l 1\n 263 107 l 1\n 111 377 l 1\n 71 377 l 2\n 63 377 55 379 48 383 c 1\n 45 388 43 392 43 397 c 0\n 43 413 55 417 71 417 c 2\n 135 417 l 1\n 291 146 l 1\n 431 375 l 1\n 382 375 l 2\n 365 375 353 380 353 397 c 0\n 353 411 368 417 384 417 c 2\n 525 417 l 2\n 543 417 553 413 553 397 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: psi\nEncoding: 968 968 699\nWidth: 600\nFlags: HW\nHStem: 0 40<226 275 315 370> 377 40<51.9682 103 485 532>\nVStem: 103 41<118 377> 275 40<-170 0 41 586> 444 41<118.619 377> 444 113<396 399>\nFore\n315 40 m 1\n 357 40 l 2\n 407 40 444 82 444 133 c 2\n 444 417 l 1\n 530 417 l 2\n 547 417 557 413 557 397 c 0\n 557 384 543 377 530 377 c 2\n 485 377 l 1\n 485 133 l 2\n 485 56 432 0 356 0 c 2\n 315 0 l 1\n 315 -166 l 2\n 315 -177 306 -186 295 -186 c 0\n 284 -186 275 -177 275 -166 c 2\n 275 0 l 1\n 232 0 l 2\n 155 0 103 58 103 134 c 2\n 103 377 l 1\n 62 377 l 2\n 47 377 34 383 34 397 c 0\n 34 413 45 417 62 417 c 2\n 144 417 l 1\n 144 134 l 2\n 144 107 151 87 164 74 c 0\n 180 58 202 40 230 40 c 2\n 275 40 l 1\n 275 584 l 2\n 275 595 284 604 295 604 c 0\n 306 604 315 595 315 584 c 2\n 315 40 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y10,13 y10,11 x4,2 y1,4 y1,3 y0,26 y0,28 x7,4 x7,6 x17,20 x17,18 \nEndChar\nStartChar: omega\nEncoding: 969 969 700\nWidth: 600\nFlags: HW\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20G<407 517>\nVStem: 43 38<192 224> 51 164<407 412> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nFore\n545 410 m 0\n 545 396 533 390 517 390 c 2\n 498 390 l 1\n 530 341 552 285 552 212 c 0\n 552 169 545 130 531 94 c 0\n 506 34 474 -14 396 -14 c 0\n 355 -14 338 -5 317 18 c 1\n 308 25 302 33 298 43 c 1\n 277 9 255 -16 200 -16 c 0\n 125.519 -16 92.4807 26.6809 66 92 c 0\n 51 129 43 168 43 211 c 0\n 43 283 65 338 98 388 c 1\n 79 388 l 2\n 63 388 51 394 51 408 c 0\n 51 423 62 428 79 428 c 2\n 188 428 l 2\n 205 428 215 425 215 408 c 0\n 215 391 203 388 188 388 c 2\n 139 388 l 1\n 107 344 81 284 81 215 c 0\n 81 178 87 144 99 114 c 0\n 115 70 131 49 166 33 c 0\n 178 27 189 24 198 24 c 0\n 224 24 240 37 259 56 c 0\n 272 69 278 89 278 117 c 2\n 278 255 l 2\n 278 264.445 286.369 273 302 273 c 0\n 312 273 319 263 319 255 c 2\n 319 117 l 2\n 319 88 326 68 343 53 c 0\n 357 39 373 27 398 27 c 0\n 425 27 447 43 464 57 c 0\n 474 66 485 86 497 117 c 0\n 509 148 515 182 515 218 c 0\n 515 292 492 341 457 390 c 1\n 407 390 l 2\n 393 390 380 397 380 410 c 0\n 380 425 391 430 407 430 c 2\n 517 430 l 2\n 531 430 545 425 545 410 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 701\nWidth: 600\nFlags: HW\nHStem: -8 41<365 381> 386 40<190.614 261>\nVStem: 90 100<507.5 534> 261 41<104 386> 312 100<507.5 534>\nRef: 168 168 N 1 0 0 1 -50 -40\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 702\nWidth: 600\nFlags: HW\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527>\nVStem: 123 42<132 377> 138 100<507.5 534> 358 100<507.5 534> 431 41<143 375>\nRef: 168 168 N 1 0 0 1 -2 -40\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 703\nWidth: 600\nFlags: HW\nHStem: -16 41<279.738 312> 390 41<279.738 312> 483 145<290 296>\nVStem: 72 41<192 224> 274 40<499 611> 487 41<192 224>\nRef: 712 712 N 1 0 0 1 -6 -7\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 704\nWidth: 600\nFlags: HW\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 471 145<294 300>\nVStem: 123 42<132 377> 278 40<487 599> 431 41<143 375>\nRef: 712 712 N 1 0 0 1 -2 -19\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omegatonos\nEncoding: 974 974 705\nWidth: 600\nFlags: HW\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 145<296 302>\nVStem: 43 38<192 224> 51 164<407 412> 278 41<112 257> 280 40<487 599> 380 165<407 416> 515 37<208 224>\nRef: 712 712 S 1 0 0 1 0 -19\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni03D0\nEncoding: 976 976 706\nWidth: 600\nFlags: HW\nHStem: -20 40<299 336> 208 40<160 334> 352 40<161 333> 574 40<299 336>\nVStem: 112 40<268 332> 452 40<124 142 449.667 476>\nFore\n160 392 m 1\n 300 392 l 2\n 397 392 452 414 452 460 c 0\n 452 535 401 574 332 574 c 2\n 306 574 l 2\n 225 574 177 490 160 392 c 1\n154 352 m 1\n 153 335 152 317 152 300 c 0\n 152 283 153 265 154 248 c 1\n 300 248 l 2\n 396 248 492 232 492 140 c 0\n 492 49 422 -20 326 -20 c 2\n 310 -20 l 2\n 160 -20 112 161 112 300 c 0\n 112 439 160 614 308 614 c 2\n 328 614 l 2\n 414 614 492 560 492 460 c 0\n 492 370 396 352 300 352 c 2\n 154 352 l 1\n159 208 m 1\n 175 108 226 20 308 20 c 2\n 330 20 l 2\n 405 20 452 69 452 140 c 0\n 452 188 398 208 300 208 c 2\n 159 208 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nBack\n160 392 m 1\n 300 392 l 2\n 397 392 452 414 452 460 c 0\n 452 535 404 571 328 574 c 2\n 324 574 321 574 318 574 c 0\n 315 574 313 574 310 574 c 2\n 221 569 177 490 160 392 c 1\n154 352 m 1\n 153 335 152 317 152 300 c 0\n 152 283 153 265 154 248 c 1\n 156 248 l 1\n 300 248 l 2\n 396 248 492 232 492 140 c 0\n 492 47 422 -20 318 -20 c 0\n 158 -20 112 159 112 300 c 0\n 112 439 156 607 308 614 c 6\n 311 614 315 614 318 614 c 0\n 321 614 325 614 328 614 c 2\n 418 610 492 560 492 460 c 0\n 492 370 396 352 300 352 c 2\n 156 352 l 1\n 154 352 l 1\n159 208 m 1\n 176 104 226 20 318 20 c 0\n 406 20 452 67 452 140 c 0\n 452 188 398 208 300 208 c 2\n 159 208 l 1\nEndSplineSet\nEndChar\nStartChar: theta1\nEncoding: 977 977 707\nWidth: 600\nFlags: HW\nHStem: -15 41<290 306> 179 41<82 119> 316 40<188 328> 577 41<290 306>\nVStem: 446 41<241 369>\nFore\n189 356 m 2\n 326 356 l 2\n 337 356 346 347 346 336 c 0\n 346 325 337 316 326 316 c 2\n 166 316 l 2\n 134 316 113 342 114 374 c 16\n 119 516 194 618 300 618 c 0\n 411 618 487 510 487 351 c 2\n 487 251 l 2\n 487 93 411 -15 300 -15 c 0\n 207 -15 138 61 119 179 c 1\n 86 179 l 2\n 75 179 66 189 66 200 c 0\n 66 211 75 220 86 220 c 2\n 130 220 l 2\n 160 220 158 195 164 171 c 0\n 181 98 219 26 300 26 c 0\n 342 26 376 45 398 79 c 0\n 428 125 446 193 446 257 c 2\n 446 346 l 2\n 446 410 428 478 398 524 c 0\n 376 558 342 577 300 577 c 0\n 204.267 577 171.817 481.903 157 393 c 16\n 154 372 169 356 189 356 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nBack\n130 220 m 2\n 160 220 158.474 194.693 163.995 171 c 0\n 181.034 97.8772 218.644 26 300 26 c 0\n 342 26 376 45 398 79 c 0\n 428 125 446 193 446 257 c 2\n 446 346 l 2\n 446 410 428 478 398 524 c 0\n 376 558 342 577 300 577 c 0\n 258 577 224 558 202 524 c 0\n 181.086 491.882 165.752 448.048 158.496 402.5 c 0\n 157.992 399.34 157.528 396.173 157.103 393 c 0\n 155.453 380.676 155.138 371.977 164 364 c 20\n 174 355 174.857 356 189 356 c 2\n 326 356 l 2\n 337 356 346 347 346 336 c 0\n 346 325 337 316 326 316 c 2\n 166 316 l 2\n 133.888 316 112.89 342.475 114 374 c 16\n 119 516 194 618 300 618 c 0\n 411 618 487 510 487 351 c 2\n 487 251 l 2\n 487 93 411 -15 300 -15 c 0\n 207 -15 138 61 119 179 c 1\n 86 179 l 2\n 75 179 66 189 66 200 c 0\n 66 211 75 220 86 220 c 2\n 130 220 l 2\nEndSplineSet\nEndChar\nStartChar: Upsilon1\nEncoding: 978 978 708\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni03D3\nEncoding: 979 979 709\nWidth: 600\nFlags: H\nEndChar\nStartChar: phi1\nEncoding: 981 981 710\nWidth: 600\nFlags: HW\nHStem: 0 40<245 306 352 421> 375 42<68 119 352 407>\nVStem: 119 46<118 375> 306 45<-201 0 42 372> 500 45<118 294>\nFore\n545 131 m 2\n 545 94 534 59 500 30 c 24\n 464 -1 437 0 385 0 c 2\n 351 0 l 1\n 351 -202 l 1\n 306 -202 l 1\n 306 0 l 1\n 261 0 l 2\n 179 0 119 49 119 129 c 2\n 119 375 l 1\n 69 375 l 2\n 51 375 37 378 37 397 c 0\n 37 412 55 417 73 417 c 2\n 165 417 l 1\n 165 131 l 2\n 165 105 172 83 187 70 c 0\n 208 50 221 40 256 40 c 2\n 306 40 l 1\n 306 417 l 1\n 404 417 l 2\n 447 417 476 410 507 379 c 24\n 536 350 545 321 545 284 c 2\n 545 131 l 2\n500 131 m 2\n 500 284 l 2\n 500 312 494 332 481 343 c 0\n 458 363 439 373 400 373 c 2\n 351 373 l 1\n 351 41 l 1\n 405 41 l 2\n 432 41 453 47 466 59 c 0\n 487 78 500 97 500 131 c 2\nEndSplineSet\nMinimumDistance: x0,-1 x19,17 y17,19 y17,18 y3,5 y3,4 \nEndChar\nStartChar: uni03DA\nEncoding: 986 986 711\nWidth: 600\nFlags: HW\nHStem: -146 39<208 286> 522 40<432 595>\nVStem: 80 43<190 222> 410 43<-50 -38>\nFore\n596 522 m 1\n 466 522 l 2\n 258 522 123 423 123 205 c 0\n 123 -15 453 113 453 -40 c 0\n 453 -153 286 -146 210 -146 c 0\n 200 -146 188 -145 178 -144 c 1\n 178 -104 l 1\n 198 -106 219 -107 240 -107 c 0\n 287 -107 410 -112 410 -42 c 0\n 410 4 315 12 284 17 c 0\n 173 34 80 74 80 203 c 0\n 80 437 227 562 456 562 c 2\n 596 562 l 1\n 596 522 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni03DB\nEncoding: 987 987 712\nWidth: 600\nFlags: HW\nHStem: -147 41<201 201 233 281> 399 40<361 537>\nVStem: 89 46<173 205> 403 42<-40 -35>\nFore\n538 439 m 1\n 538 399 l 1\n 377 399 l 2\n 241 399 135 334 135 187 c 0\n 135 158 142 129 164 109 c 0\n 229 48 445 71 445 -37 c 0\n 445 -131 324 -147 253 -147 c 0\n 226 -147 200 -144 173 -144 c 1\n 173 -104 l 1\n 199 -106 229 -106 256 -106 c 0\n 304 -106 403 -108 403 -39 c 0\n 403 65 89 -22 89 187 c 0\n 89 359 226 439 383 439 c 2\n 538 439 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni03DC\nEncoding: 988 988 713\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 312> 272 41<166 310> 522 41<59.4704 123 166 479>\nVStem: 124 41<41 271 313 521> 310 41<224 271> 479 41<416 522>\nFore\n351 272 m 10\n 351 227 l 2\n 351 209 344 200 330 200 c 0\n 317 200 310 209 310 227 c 2\n 310 272 l 1\n 165 272 l 1\n 165 41 l 1\n 303 41 l 2\n 322 41 331 34 331 21 c 0\n 331 7 321 0 303 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 520 563 l 1\n 520 424 l 2\n 520 406 513 397 499 397 c 0\n 486 397 479 406 479 424 c 2\n 479 522 l 1\n 165 522 l 1\n 165 313 l 1\n 310 313 l 2\n 336 313 351 299 351 272 c 10\nEndSplineSet\nMinimumDistance: x18,-1 y22,19 y22,21 y4,1 y4,3 x14,17 x14,15 x13,10 x13,12 x6,9 x6,7 \nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 714\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 96 96 N 1 0 0 1 44 113\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 715\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 140 100<671.5 698> 310 41<227 272 272 272 313 358> 361 100<671.5 698> 458 41<424 522 522 522> 479 41<41 160>\nRef: 168 168 N 1 0 0 1 0 124\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 716\nWidth: 600\nFlags: HW\nHStem: -137 41<340.063 359.43> 3 41<139.47 174 216 281> 296 41<335 362> 525 41<49 174 216 340>\nVStem: 8 42<449 525> 174 42<43 252 299 525> 340 40<448 525> 486 41<38 216>\nFore\n527 44 m 2\n 527 -56 444 -137 339 -137 c 1\n 340 -96 l 0\n 392 -97 429 -77 458 -38 c 0\n 477 -14 486 13 486 43 c 2\n 486 201 l 2\n 486 274 430 296 346 296 c 0\n 301 296 261 289 233 266 c 2\n 216 252 l 1\n 216 44 l 1\n 270 44 l 2\n 288 44 297 37 297 23 c 0\n 297 10 288 3 270 3 c 2\n 150 3 l 2\n 133 3 124 9 123 22 c 1\n 123 23 l 2\n 123 37 132 44 150 44 c 2\n 174 44 l 1\n 174 525 l 1\n 50 525 l 1\n 50 452 l 2\n 50 434 43 425 28 425 c 0\n 15 425 8 433 8 450 c 2\n 8 566 l 1\n 380 566 l 1\n 380 452 l 2\n 380 434 373 425 360 425 c 0\n 348 425 341 433 340 449 c 1\n 340 525 l 1\n 216 525 l 1\n 216 299 l 1\n 243 320 283 333 336 337 c 2\n 348 337 l 2\n 452 337 527 299 527 209 c 2\n 527 44 l 2\nEndSplineSet\nMinimumDistance: x0,-1 x9,12 x9,10 \nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 717\nWidth: 600\nFlags: HW\nHStem: 0 41<77 142 184 324> 522 41<77 142 184 498>\nVStem: 142 42<40 522> 498 40<415 522>\nDStem: 343 743 370 712 229 643 256 612\nFore\n184 41 m 1\n 322 41 l 2\n 340 41 350 34 350 21 c 0\n 350 7 340 0 322 0 c 2\n 88 0 l 2\n 70 0 62 7 62 21 c 0\n 62 34 70 41 88 41 c 2\n 142 41 l 1\n 142 522 l 1\n 88 522 l 2\n 70 522 62 529 62 543 c 0\n 62 556 70 563 88 563 c 2\n 538 563 l 1\n 538 424 l 2\n 538 406 532 397 518 397 c 0\n 504 397 498 406 498 424 c 2\n 498 522 l 1\n 184 522 l 1\n 184 41 l 1\n370 712 m 2\n 256 612 l 2\n 247 605 243 603 237 603 c 0\n 226 603 217 612 217 624 c 0\n 217 631 219 634 229 643 c 2\n 343 743 l 2\n 352 750 356 752 362 752 c 0\n 373 752 382 743 382 731 c 0\n 382 724 379 720 370 712 c 2\nEndSplineSet\nMinimumDistance: x12,-1 y16,13 y16,15 x8,11 x8,9 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 718\nWidth: 600\nFlags: HW\nHStem: -16 41<303 337> 272 41<106 385> 535 41<287 326>\nVStem: 64 42<239 272 312 337> 480 40<415 421 507 545>\nFore\n106 272 m 1\n 106 248 l 2\n 106 128 206 25 324 25 c 0\n 392 25 444 51 498 115 c 0\n 504 123 508 125 516 125 c 0\n 528 125 536 117 536 106 c 0\n 536 96 524 79 498 55 c 0\n 448 9 388 -16 324 -16 c 0\n 188 -16 64 107 64 242 c 2\n 64 325 l 2\n 64 386 92 456 136 502 c 0\n 180 550 240 576 306 576 c 0\n 372 576 432 552 480 507 c 1\n 480 536 l 2\n 480 554 486 563 500 563 c 0\n 514 563 520 554 520 536 c 2\n 520 424 l 2\n 520 406 514 397 500 397 c 0\n 488 397 480 405 480 421 c 0\n 476 482 396 535 306 535 c 0\n 196 535 106 438 106 319 c 2\n 106 313 l 1\n 376 313 l 2\n 394 313 402 306 402 293 c 0\n 402 279 394 272 376 272 c 2\n 106 272 l 1\nEndSplineSet\nMinimumDistance: x15,-1 x0,22 x0,24 \nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 719\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 720\nWidth: 600\nFlags: HW\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 721\nWidth: 600\nFlags: HW\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320>\nVStem: 139 100<639.5 666> 279 41<41 522> 360 100<639.5 666>\nRef: 168 168 N 1 0 0 1 -1 92\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 722\nWidth: 600\nFlags: HW\nHStem: -16 41<248 313.5> 522 41<260 419 460 556 460 460>\nVStem: 84 41<93 223> 419 41<165 522>\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 723\nWidth: 600\nFlags: HW\nHStem: 0 41<86 103 268.592 298 340 407> 291 41<340 401> 522 41<105.348 140 181 298 340 375>\nVStem: 6 42<74 101> 140 42<74 522> 298 42<41 291 331 522> 542 42<159 177>\nFore\n340 522 m 1\n 340 332 l 1\n 380 332 l 2\n 494 332 584 258 584 165 c 0\n 584 72 500 0 394 0 c 2\n 279 0 l 2\n 261 0 253 7 253 21 c 0\n 253 34 261 41 279 41 c 2\n 298 41 l 1\n 298 522 l 1\n 182 522 l 1\n 182 76 l 2\n 182 24 136 0 92 0 c 0\n 62 0 6 26 6 76 c 2\n 6 99 l 2\n 6 117 14 127 28 127 c 0\n 40 127 48 118 48 99 c 2\n 48 80 l 2\n 48 54 80 41 94 41 c 0\n 108 41 140 46 140 80 c 2\n 140 522 l 1\n 116 522 l 2\n 98 522 88 529 88 543 c 0\n 88 556 98 563 116 563 c 1\n 364 563 l 1\n 382 563 392 556 392 543 c 0\n 392 529 382 522 364 522 c 2\n 340 522 l 1\n340 291 m 1\n 340 41 l 1\n 398 41 l 2\n 478 41 542 97 542 165 c 0\n 542 234 470 291 384 291 c 2\n 340 291 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x13,10 y10,13 y10,11 x8,5 x8,7 x0,24 x0,26 x20,23 x20,21 \nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 724\nWidth: 600\nFlags: HW\nHStem: 0 41<27.3475 65 105 139 253.592 289 331 411> 272 41<105 289> 291 41<331 400> 522 41<36 65 105 139 253.592 289 331 363>\nVStem: 65 40<40 272 313 522> 289 42<41 272 331 522> 542 42<159 177>\nFore\n331 522 m 1\n 331 332 l 1\n 380 332 l 2\n 494 332 584 258 584 165 c 0\n 584 72 500 0 394 0 c 2\n 264 0 l 2\n 246 0 238 7 238 21 c 0\n 238 34 246 41 264 41 c 2\n 289 41 l 1\n 289 272 l 1\n 105 272 l 1\n 105 41 l 1\n 130 41 l 2\n 148 41 158 34 158 21 c 0\n 158 7 148 0 130 0 c 2\n 38 0 l 2\n 20 0 10 7 10 21 c 0\n 10 34 20 41 38 41 c 2\n 65 41 l 1\n 65 522 l 1\n 39 522 l 2\n 21 522 13 529 13 543 c 0\n 13 556 21 563 39 563 c 2\n 130 563 l 2\n 148 563 158 556 158 543 c 0\n 158 529 148 522 130 522 c 2\n 105 522 l 1\n 105 313 l 1\n 289 313 l 1\n 289 522 l 1\n 264 522 l 2\n 246 522 238 529 238 543 c 0\n 238 556 246 563 264 563 c 2\n 355 563 l 2\n 373 563 383 556 383 543 c 0\n 383 529 373 522 355 522 c 2\n 331 522 l 1\n331 291 m 1\n 331 41 l 1\n 398 41 l 2\n 478 41 542 97 542 165 c 0\n 542 234 470 291 384 291 c 2\n 331 291 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x29,32 x29,30 x8,5 x8,7 x0,33 x0,35 x26,23 x26,25 x19,22 x19,20 x18,15 x18,17 x11,14 x11,12 \nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 725\nWidth: 600\nFlags: HW\nHStem: 3 41<139.47 174 216 281 423 486 526 554> 296 41<335 362> 525 41<49 174 216 340>\nVStem: 8 42<449 525> 174 42<43 252 299 525> 340 40<448 525> 486 41<43 211>\nFore\n216 525 m 1\n 216 299 l 1\n 243 320 283 333 336 337 c 2\n 348 337 l 2\n 451.329 337 527 298.489 527 209 c 2\n 527 44 l 1\n 552 44 l 2\n 570 44 579 37 579 23 c 0\n 579 10 570 3 552 3 c 2\n 432 3 l 2\n 415 3 406 9 405 22 c 1\n 405 23 l 2\n 405 37 414 44 432 44 c 2\n 486 44 l 1\n 486 201 l 2\n 486 273.777 430.44 296 346 296 c 0\n 301 296 263 286 233 267 c 1\n 233 266 l 1\n 216 252 l 1\n 216 44 l 1\n 270 44 l 2\n 288 44 297 37 297 23 c 0\n 297 10 288 3 270 3 c 2\n 150 3 l 2\n 133 3 124 9 123 22 c 1\n 123 23 l 2\n 123 37 132 44 150 44 c 2\n 174 44 l 1\n 174 525 l 1\n 50 525 l 1\n 50 452 l 2\n 50 434 43 425 28 425 c 0\n 15 425 9 433 8 450 c 1\n 8 566 l 1\n 380 566 l 1\n 380 452 l 2\n 380 434 373 425 360 425 c 0\n 348 425 341 433 340 449 c 1\n 340 525 l 1\n 216 525 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x5,8 x5,6 x19,22 x19,20 \nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 726\nWidth: 600\nFlags: HW\nHStem: 0 41<51 116 158 239 481 549> 522 41<51 116 158 239 370 416 483 502>\nVStem: 116 42<40 279 328 522> 354 174<541 545>\nDStem: 343 743 370 712 229 643 256 612 416 522 484 522 158 328 192 309\nFore\n158 41 m 1\n 232 41 l 2\n 250 41 260 34 260 21 c 0\n 260 7 250 0 232 0 c 2\n 62 0 l 2\n 44 0 36 7 36 21 c 0\n 36 34 44 41 62 41 c 2\n 116 41 l 1\n 116 522 l 1\n 62 522 l 2\n 44 522 36 529 36 543 c 0\n 36 556 44 563 62 563 c 2\n 232 563 l 2\n 250 563 260 556 260 543 c 0\n 260 529 250 522 232 522 c 2\n 158 522 l 1\n 158 328 l 1\n 416 522 l 1\n 382 522 l 2\n 362 522 354 529 354 543 c 0\n 354 556 362 563 382 563 c 2\n 500 563 l 2\n 518 563 528 556 528 543 c 0\n 528 529 518 522 500 522 c 2\n 484 522 l 1\n 192 309 l 1\n 292 282 418 234 482 41 c 1\n 538 41 l 2\n 556 41 564 34 564 21 c 0\n 564 7 556 0 538 0 c 2\n 450 0 l 1\n 388 206 258 250 158 279 c 1\n 158 41 l 1\n370 712 m 2\n 256 612 l 2\n 247 605 243 603 237 603 c 0\n 226 603 217 612 217 624 c 0\n 217 631 219 634 229 643 c 2\n 343 743 l 2\n 352 750 356 752 362 752 c 0\n 373 752 382 743 382 731 c 0\n 382 724 379 720 370 712 c 2\nEndSplineSet\nMinimumDistance: x22,-1 x15,12 x15,14 x8,11 x8,9 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 727\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 230 370 435 476 532> 522 41<88.4704 124 165 230 370 435 476 504>\nVStem: 124 41<40 109 161 522> 435 41<40 378 429 522>\nDStem: 230 712 257 743 344 612 371 643 435 430 435 378 165 161 165 109\nFore\n435 378 m 1\n 165 109 l 1\n 165 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 237 0 219 0 c 2\n 79 0 l 2\n 61 0 51 7 51 21 c 0\n 51 34 60 41 79 41 c 2\n 124 41 l 1\n 124 522 l 1\n 99 522 l 2\n 81 522 72 529 72 543 c 0\n 72 556 81 563 99 563 c 2\n 219 563 l 2\n 237 563 246 556 246 543 c 0\n 246 529 237 522 219 522 c 2\n 165 522 l 1\n 165 161 l 1\n 435 430 l 1\n 435 522 l 1\n 381 522 l 2\n 363 522 354 529 354 543 c 0\n 354 556 363 563 381 563 c 2\n 501 563 l 2\n 519 563 528 556 528 543 c 0\n 528 529 519 522 501 522 c 2\n 476 522 l 1\n 476 41 l 1\n 522 41 l 2\n 540 41 549 34 549 21 c 0\n 549 7 539 0 522 0 c 2\n 381 0 l 2\n 363 0 354 7 354 21 c 0\n 354 34 363 41 381 41 c 2\n 435 41 l 1\n 435 378 l 1\n257 743 m 2\n 371 643 l 1\n 378 635 l 2\n 383 630 383 630 383 624 c 0\n 383 612 374 603 362 603 c 0\n 357 603 351 606 344 612 c 2\n 230 712 l 2\n 221 720 218 724 218 732 c 0\n 218 743 227 752 238 752 c 0\n 244 752 249 749 257 743 c 2\nEndSplineSet\nMinimumDistance: x29,-1 x35,32 x35,34 x28,31 x28,29 x27,24 x27,26 x20,23 x20,21 x17,14 x17,16 x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 \nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 728\nWidth: 600\nFlags: HW\nHStem: 0 41<113 184 234 259> 522 41<65 92 144 197 401 458 507 531> 603 41<288 316>\nVStem: 50 164<541 545> 94 184<15 23> 386 164<541 545>\nDStem: 92 522 144 522 290 227 314 265 290 227 508 522 184 41 234 41 458 522 508 522 314 265 234 41\nFore\n234 41 m 1\n 252 41 l 2\n 270 41 278 34 278 21 c 0\n 278 7 270 0 252 0 c 2\n 120 0 l 2\n 102 0 94 7 94 21 c 0\n 94 34 102 41 120 41 c 2\n 184 41 l 1\n 290 227 l 1\n 92 522 l 1\n 76 522 l 2\n 58 522 50 529 50 543 c 0\n 50 556 58 563 76 563 c 2\n 186 563 l 2\n 204 563 214 556 214 543 c 0\n 214 529 204 522 186 522 c 2\n 144 522 l 1\n 314 265 l 1\n 458 522 l 1\n 412 522 l 2\n 394 522 386 529 386 543 c 0\n 386 556 394 563 412 563 c 2\n 524 563 l 2\n 542 563 550 557 550 543 c 0\n 550 529 542 522 524 522 c 2\n 508 522 l 1\n 234 41 l 1\n176 733 m 0\n 188 733 194 726 196 711 c 0\n 199 673 244 644 300 644 c 0\n 356 644 400 673 404 711 c 0\n 406 726 412 733 425 733 c 0\n 436 733 445 724 445 710 c 0\n 445 650 382 603 300 603 c 0\n 218 603 155 650 155 710 c 0\n 155 724 163 733 176 733 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 729\nWidth: 600\nFlags: HW\nHStem: 0 41<88.4704 124 165 276 324 435 476 504> 522 41<70 124 165 228 370 435 476 532>\nVStem: 124 41<41 522> 276 48<-80 0> 435 41<41 522>\nFore\n165 41 m 1\n 435 41 l 1\n 435 522 l 1\n 381 522 l 2\n 364 522 355 528 354 541 c 1\n 354 542 l 2\n 354 556 363 563 381 563 c 2\n 521 563 l 2\n 539 563 548 556 549 543 c 1\n 549 542 l 2\n 549 529 540 522 521 522 c 2\n 476 522 l 1\n 476 41 l 1\n 501 41 l 2\n 519 41 528 34 528 20 c 0\n 528 7 519 0 501 0 c 1\n 324 0 l 1\n 324 -80 l 1\n 276 -80 l 1\n 276 0 l 1\n 99 0 l 1\n 82 0 73 6 72 19 c 1\n 72 20 l 2\n 72 34 81 41 99 41 c 2\n 124 41 l 1\n 124 522 l 1\n 78 522 l 2\n 61 522 52 528 51 541 c 1\n 51 542 l 2\n 51 556 60 563 78 563 c 2\n 219 563 l 2\n 237 563 246 556 246 542 c 0\n 246 529 237 522 219 522 c 2\n 165 522 l 1\n 165 41 l 1\nEndSplineSet\nMinimumDistance: x13,-1 y16,18 y16,17 x12,15 x12,13 x33,30 x33,32 \nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 730\nWidth: 600\nFlags: HW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 731\nWidth: 600\nFlags: HW\nHStem: 0 41<60.4704 125 166 380> 282 41<166 333> 522 41<60.4704 125 166 470>\nVStem: 125 41<41 282 322 522> 470 41<415 522> 501 41<143 160>\nFore\n313 323 m 2\n 497 323 542 225 542 158 c 0\n 542 74 468 0 377 0 c 2\n 71 0 l 2\n 53 0 44 7 44 21 c 0\n 44 34 53 41 71 41 c 2\n 125 41 l 1\n 125 522 l 1\n 71 522 l 2\n 53 522 44 529 44 543 c 0\n 44 556 53 563 71 563 c 2\n 511 563 l 1\n 511 424 l 2\n 511 406 504 397 490 397 c 0\n 477 397 470 406 470 424 c 2\n 470 522 l 1\n 166 522 l 1\n 166 323 l 1\n 313 323 l 2\n166 41 m 1\n 374 41 l 2\n 445 41 501 96 501 158 c 0\n 501 194 479 234 442 256 c 0\n 410 275 376 282 315 282 c 2\n 166 282 l 1\n 166 41 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y15,12 y15,14 x7,10 x7,8 x6,3 x6,5 \nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 732\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 373 373 376> 272 41<165 312 312 314> 522 41<70 124 165 165 165 328 328 329>\nVStem: 124 41<41 272 313 522> 458 41<392.5 448> 500 41<122 171>\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 733\nWidth: 600\nFlags: HW\nHStem: 0 41<77 142 183 324> 522 41<77 142 183 498>\nVStem: 142 41<40 522> 498 40<415 522>\nFore\n183 41 m 1\n 322 41 l 2\n 340 41 350 34 350 21 c 0\n 350 7 340 0 322 0 c 2\n 88 0 l 2\n 70 0 62 7 62 21 c 0\n 62 34 70 41 88 41 c 2\n 142 41 l 1\n 142 522 l 1\n 88 522 l 2\n 70 522 62 529 62 543 c 0\n 62 556 70 563 88 563 c 2\n 538 563 l 1\n 538 424 l 2\n 538 406 532 397 518 397 c 0\n 504 397 498 406 498 424 c 2\n 498 522 l 1\n 183 522 l 1\n 183 41 l 1\nEndSplineSet\nMinimumDistance: x12,-1 y16,13 y16,15 x8,11 x8,9 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 734\nWidth: 600\nFlags: HW\nHStem: 0 41<72 138 182 426 467 525> 522 41<136 172 212 426 467 497>\nVStem: 32 41<-108.53 0> 172 41<98 522> 426 41<41 522> 525 41<-108.53 0>\nFore\n138 41 m 1\n 138 41 172 75 172 109 c 2\n 172 522 l 1\n 147 522 l 2\n 129 522 120 529 120 543 c 0\n 120 556 129 563 147 563 c 1\n 492 563 l 1\n 510 563 519 556 519 543 c 0\n 519 529 510 522 492 522 c 2\n 467 522 l 1\n 467 41 l 1\n 566 41 l 1\n 566 -98 l 2\n 566 -116 559 -125 546 -125 c 0\n 532 -125 525 -116 525 -98 c 2\n 525 0 l 1\n 73 0 l 1\n 73 -98 l 2\n 73 -116 66 -125 52 -125 c 0\n 39 -125 32 -116 32 -98 c 2\n 32 41 l 1\n 138 41 l 1\n182 41 m 1\n 426 41 l 1\n 426 522 l 1\n 213 522 l 1\n 213 108 l 2\n 213 56 182 41 182 41 c 1\nEndSplineSet\nMinimumDistance: x11,-1 y16,19 y16,17 y15,12 y15,14 y12,10 x10,12 x10,11 x9,6 x9,8 x2,5 x2,3 y19,0 x1,19 x1,20 \nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 735\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 736\nWidth: 600\nFlags: HW\nHStem: 0 41<25.3475 63 244 280 321 361 537 569> 522 41<34 59 109 127 244 280 321 361 471 491 541 569>\nVStem: 11 142<541 545> 280 41<40 287 336 522> 447 142<541 545>\nDStem: 58 522 109 522 246 317 280 336 491 522 542 522 321 336 354 317\nFore\n350 563 m 2\n 368 563 378 556 378 543 c 0\n 378 529 368 522 350 522 c 2\n 321 522 l 1\n 321 336 l 1\n 491 522 l 1\n 475 522 l 2\n 457 522 447 529 447 543 c 0\n 447 556 457 563 475 563 c 2\n 561 563 l 2\n 581 563 589 556 589 543 c 0\n 589 529 581 522 561 522 c 2\n 542 522 l 1\n 354 317 l 1\n 442 274 504 224 538 41 c 1\n 564 41 l 2\n 582 41 592 34 592 21 c 0\n 592 7 582 0 564 0 c 2\n 508 0 l 1\n 466 190 415 244 321 287 c 1\n 321 41 l 1\n 350 41 l 2\n 368 41 378 34 378 21 c 0\n 378 7 368 0 350 0 c 2\n 250 0 l 2\n 232 0 222 7 222 21 c 0\n 222 34 232 41 250 41 c 2\n 280 41 l 1\n 280 287 l 1\n 186 244 134 190 92 0 c 1\n 36 0 l 2\n 18 0 8 7 8 21 c 0\n 8 34 18 41 36 41 c 2\n 62 41 l 1\n 96 224 158 274 246 317 c 1\n 58 522 l 1\n 39 522 l 2\n 19 522 11 529 11 543 c 0\n 11 556 19 563 39 563 c 2\n 125 563 l 2\n 143 563 153 556 153 543 c 0\n 153 529 143 522 125 522 c 2\n 109 522 l 1\n 280 336 l 1\n 280 522 l 1\n 250 522 l 2\n 232 522 222 529 222 543 c 0\n 222 556 232 563 250 563 c 2\n 350 563 l 2\nEndSplineSet\nMinimumDistance: x10,-1 x44,47 x44,45 x27,24 x27,26 x20,23 x20,21 x3,0 x3,2 \nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 737\nWidth: 600\nFlags: HW\nHStem: -16 41<283 317> 0 166<107 116> 270 41<235 305> 406 157<131 141> 535 41<283 317>\nVStem: 92 41<23 56> 442 44<405 434> 464 44<137 168>\nFore\n486 421 m 0\n 486 362.092 449.206 316.288 398 298 c 1\n 398 291 l 1\n 462.518 271.645 508 224.737 508 151 c 0\n 508 54 422 -16 302 -16 c 0\n 233 -16 174 9 133 56 c 1\n 133 27 l 2\n 133 9 126 0 112 0 c 0\n 99 0 92 9 92 27 c 2\n 92 139 l 2\n 92 157 99 166 113 166 c 0\n 126 166 132 158 133 142 c 0\n 136 76 210 25 301 25 c 0\n 394 25 464 79 464 153 c 0\n 464 188 447 220 419 237 c 0\n 395 253 370 270 303 270 c 2\n 242 270 l 2\n 224 270 215 277 215 291 c 0\n 215 304 224 311 242 311 c 2\n 290 311 l 2\n 346 311 377 327 403 344 c 0\n 428 361 442 389 442 420 c 0\n 442 486 381 535 299 535 c 0\n 221 535 160 490 156 430 c 0\n 155 414 148 406 135 406 c 0\n 122 406 115 415 115 433 c 2\n 115 536 l 2\n 115 554 122 563 135 563 c 0\n 149 563 156 554 156 536 c 2\n 156 517 l 1\n 198 558 243 576 302 576 c 0\n 407 576 486 509 486 421 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 738\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 228 371.47 436 477 531> 522 41<88.4704 124 165 228 371.47 436 477 504>\nVStem: 124 41<40 109 161 522> 436 41<40 378 429 522>\nDStem: 436 430 436 378 165 161 165 109\nFore\n436 378 m 1\n 165 109 l 1\n 165 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 237 0 219 0 c 2\n 79 0 l 2\n 61 0 51 7 51 21 c 0\n 51 34 60 41 79 41 c 2\n 124 41 l 1\n 124 522 l 1\n 99 522 l 2\n 81 522 72 529 72 543 c 0\n 72 556 81 563 99 563 c 2\n 219 563 l 2\n 237 563 246 556 246 543 c 0\n 246 529 237 522 219 522 c 2\n 165 522 l 1\n 165 161 l 1\n 436 430 l 1\n 436 522 l 1\n 382 522 l 2\n 364 522 355 529 355 543 c 0\n 355 556 364 563 382 563 c 2\n 502 563 l 2\n 520 563 529 556 529 543 c 0\n 529 529 520 522 502 522 c 2\n 477 522 l 1\n 477 41 l 1\n 523 41 l 2\n 541 41 550 34 550 21 c 0\n 550 7 540 0 523 0 c 2\n 382 0 l 2\n 364 0 355 7 355 21 c 0\n 355 34 364 41 382 41 c 2\n 436 41 l 1\n 436 378 l 1\nEndSplineSet\nMinimumDistance: x29,-1 x35,32 x35,34 x28,31 x28,29 x27,24 x27,26 x20,23 x20,21 x17,14 x17,16 x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 \nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 739\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 228 371.47 436 477 531> 522 41<88.4704 124 165 228 371.47 436 477 504> 641 41<290 308>\nVStem: 124 41<40 109 161 522> 436 41<40 378 429 522>\nDStem: 436 430 436 378 165 161 165 109\nFore\n176 771 m 0\n 188 771 194 764 196 749 c 0\n 199 711 244 682 300 682 c 0\n 356 682 400 711 404 749 c 0\n 406 764 412 771 425 771 c 0\n 436 771 445 762 445 748 c 0\n 445 688 382 641 300 641 c 0\n 218 641 155 688 155 748 c 0\n 155 762 163 771 176 771 c 0\n436 378 m 1\n 165 109 l 1\n 165 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 237 0 219 0 c 2\n 79 0 l 2\n 61 0 51 7 51 21 c 0\n 51 34 60 41 79 41 c 2\n 124 41 l 1\n 124 522 l 1\n 99 522 l 2\n 81 522 72 529 72 543 c 0\n 72 556 81 563 99 563 c 2\n 219 563 l 2\n 237 563 246 556 246 543 c 0\n 246 529 237 522 219 522 c 2\n 165 522 l 1\n 165 161 l 1\n 436 430 l 1\n 436 522 l 1\n 382 522 l 2\n 364 522 355 529 355 543 c 0\n 355 556 364 563 382 563 c 2\n 502 563 l 2\n 520 563 529 556 529 543 c 0\n 529 529 520 522 502 522 c 2\n 477 522 l 1\n 477 41 l 1\n 523 41 l 2\n 541 41 550 34 550 21 c 0\n 550 7 540 0 523 0 c 2\n 382 0 l 2\n 364 0 355 7 355 21 c 0\n 355 34 364 41 382 41 c 2\n 436 41 l 1\n 436 378 l 1\nEndSplineSet\nMinimumDistance: x37,-1 x43,40 x43,42 x36,39 x36,37 x35,32 x35,34 x28,31 x28,29 x25,22 x25,24 x18,21 x18,19 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 740\nWidth: 600\nFlags: HW\nHStem: 0 41<60 125 166 242 489 548> 522 41<60 125 166 242 380 424 491 510>\nVStem: 125 41<40 279 328 522> 362 174<541 545>\nDStem: 424 522 492 522 166 328 200 309\nFore\n166 41 m 1\n 240 41 l 2\n 258 41 268 34 268 21 c 0\n 268 7 258 0 240 0 c 2\n 71 0 l 2\n 53 0 45 7 45 21 c 0\n 45 34 53 41 71 41 c 2\n 125 41 l 1\n 125 522 l 1\n 71 522 l 2\n 53 522 45 529 45 543 c 0\n 45 556 53 563 71 563 c 2\n 240 563 l 2\n 258 563 268 556 268 543 c 0\n 268 529 258 522 240 522 c 2\n 166 522 l 1\n 166 328 l 1\n 424 522 l 1\n 390 522 l 2\n 370 522 362 529 362 543 c 0\n 362 556 370 563 390 563 c 2\n 508 563 l 2\n 526 563 536 556 536 543 c 0\n 536 529 526 522 508 522 c 2\n 492 522 l 1\n 200 309 l 1\n 300 282 426 234 490 41 c 1\n 546 41 l 2\n 564 41 572 34 572 21 c 0\n 572 7 564 0 546 0 c 2\n 458 0 l 1\n 396 206 266 250 166 279 c 1\n 166 41 l 1\nEndSplineSet\nMinimumDistance: x22,-1 x15,12 x15,14 x8,11 x8,9 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 741\nWidth: 600\nFlags: HW\nHStem: 0 41<136 154 376 437 478 532> 522 41<155.47 191 231 437 478 505>\nVStem: 57 41<74 101> 191 41<74 522> 437 41<40 522>\nFore\n98 80 m 2\n 98 54 131 41 144 41 c 0\n 159 41 191 46 191 80 c 2\n 191 522 l 1\n 166 522 l 2\n 148 522 139 529 139 543 c 0\n 139 556 148 563 166 563 c 1\n 503 563 l 1\n 521 563 530 556 530 543 c 0\n 530 529 521 522 503 522 c 2\n 478 522 l 1\n 478 41 l 1\n 524 41 l 2\n 542 41 551 34 551 21 c 0\n 551 7 541 0 524 0 c 2\n 383 0 l 2\n 365 0 356 7 356 21 c 0\n 356 34 365 41 383 41 c 2\n 437 41 l 1\n 437 522 l 1\n 232 522 l 1\n 232 76 l 2\n 232 24 186 0 142 0 c 0\n 113 0 57 26 57 76 c 2\n 57 99 l 2\n 57 117 64 127 78 127 c 0\n 91 127 98 118 98 99 c 2\n 98 80 l 2\nEndSplineSet\nMinimumDistance: x12,-1 x23,20 y20,23 y20,21 x18,15 x18,17 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 \nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 742\nWidth: 600\nFlags: HW\nHStem: 0 41<38 72 113 187 417 491 532 566> 522 41<47 72 113 121 113 113 483 483 483 491 532 532 532 557>\nVStem: 72 41<41 522> 491 41<41 522>\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 743\nWidth: 600\nFlags: HW\nHStem: 0 41<81 126 167 221 383 437 478 524> 272 41<167 437> 522 41<101 126 167 167 167 221 383 437 478 478 478 503>\nVStem: 126 41<41 272 313 522> 437 41<41 272 272 272 313 522>\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 744\nWidth: 600\nFlags: HW\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 745\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 228 370 435 476 532> 522 41<88.4704 124 165 435 476 504>\nVStem: 124 41<40 522> 435 41<40 522>\nFore\n435 522 m 1\n 165 522 l 1\n 165 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 237 0 219 0 c 2\n 79 0 l 2\n 61 0 51 7 51 21 c 0\n 51 34 60 41 79 41 c 2\n 124 41 l 1\n 124 522 l 1\n 99 522 l 2\n 81 522 72 529 72 543 c 0\n 72 556 81 563 99 563 c 1\n 501 563 l 1\n 519 563 528 556 528 543 c 0\n 528 529 519 522 501 522 c 2\n 476 522 l 1\n 476 41 l 1\n 522 41 l 2\n 540 41 549 34 549 21 c 0\n 549 7 539 0 522 0 c 2\n 381 0 l 2\n 363 0 354 7 354 21 c 0\n 354 34 363 41 381 41 c 2\n 435 41 l 1\n 435 522 l 1\nEndSplineSet\nMinimumDistance: x19,-1 x25,22 x25,24 x18,21 x18,19 x17,14 x17,16 x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 \nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 746\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 303> 231 41<165 296> 522 41<70 124 165 165 165 310 310 314>\nVStem: 124 41<41 231 272 522> 458 41<363.5 432>\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 747\nWidth: 600\nFlags: HW\nHStem: -16 41<263 354> 397 20 535 41<271.5 338> 543 20<492 505.5>\nVStem: 63 41<242 248 248 319> 478 41<507 536>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 748\nWidth: 600\nFlags: HW\nHStem: 0 41<175 280 321 426> 402 20<85.5 99 502 515> 522 41<113 280 113 113 321 321 321 487>\nVStem: 72 41<449 522> 280 41<41 522> 487 41<449 522 522 522>\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 749\nWidth: 600\nFlags: HW\nHStem: 0 41<113 184 234 259> 522 41<65 92 144 195 401 458 507 531>\nVStem: 50 164<541 545> 94 184<15 23> 386 164<541 545>\nDStem: 92 522 144 522 290 227 314 265 290 227 508 522 184 41 234 41 458 522 508 522 314 265 234 41\nFore\n234 41 m 1\n 252 41 l 2\n 270 41 278 34 278 21 c 0\n 278 7 270 0 252 0 c 2\n 120 0 l 2\n 102 0 94 7 94 21 c 0\n 94 34 102 41 120 41 c 2\n 184 41 l 1\n 290 227 l 1\n 92 522 l 1\n 76 522 l 2\n 58 522 50 529 50 543 c 0\n 50 556 58 563 76 563 c 2\n 186 563 l 2\n 204 563 214 556 214 543 c 0\n 214 529 204 522 186 522 c 2\n 144 522 l 1\n 314 265 l 1\n 458 522 l 1\n 412 522 l 2\n 394 522 386 529 386 543 c 0\n 386 556 394 563 412 563 c 2\n 524 563 l 2\n 542 563 550 557 550 543 c 0\n 550 529 542 522 524 522 c 2\n 508 522 l 1\n 234 41 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 750\nWidth: 600\nFlags: HW\nHStem: 0 41<157 280 320 437> 130 41<189 280 320 415> 421 41<196 280 320 404> 522 41<157 280 320 437>\nVStem: 14 40<287 305> 280 40<40 131 171 421 461 522> 546 40<287 305>\nFore\n280 421 m 1\n 214 421 l 2\n 126 421 54 364 54 295 c 0\n 54 227 120 171 198 171 c 2\n 280 171 l 1\n 280 421 l 1\n280 41 m 1\n 280 130 l 1\n 202 130 l 2\n 96 130 14 202 14 295 c 0\n 14 388 102 462 216 462 c 2\n 280 462 l 1\n 280 522 l 1\n 163 522 l 2\n 145 522 137 529 137 543 c 0\n 137 556 145 563 163 563 c 2\n 435 563 l 2\n 453 563 463 556 463 543 c 0\n 463 529 453 522 435 522 c 2\n 320 522 l 1\n 320 462 l 1\n 384 462 l 2\n 498 462 586 388 586 295 c 0\n 586 202 504 130 398 130 c 2\n 320 130 l 1\n 320 41 l 1\n 435 41 l 2\n 453 41 463 34 463 21 c 0\n 463 7 453 0 435 0 c 2\n 163 0 l 2\n 145 0 137 7 137 21 c 0\n 137 34 145 41 163 41 c 2\n 280 41 l 1\n320 421 m 1\n 320 171 l 1\n 402 171 l 2\n 480 171 546 227 546 295 c 0\n 546 364 474 421 386 421 c 2\n 320 421 l 1\nEndSplineSet\nMinimumDistance: x21,-1 x24,27 x24,25 x18,15 x18,17 x11,14 x11,12 x5,28 x5,30 \nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 751\nWidth: 600\nFlags: HW\nHStem: 0 41<67 84 134 198 401 463 516 533> 522 41<78 93 145 145 145 188 408 453 504 504 504 519>\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 752\nWidth: 600\nFlags: HW\nHStem: 0 41<87.5922 124 164 434 476 508> 522 41<70 124 164 227 369 434 476 532>\nVStem: 124 40<41 522> 434 42<41 522> 508 42<-108 0>\nFore\n508 0 m 1\n 98 0 l 2\n 80 0 72 7 72 20 c 0\n 72 34 80 41 98 41 c 2\n 124 41 l 1\n 124 522 l 1\n 78 522 l 2\n 60 522 50 529 50 542 c 0\n 50 556 60 563 78 563 c 2\n 218 563 l 2\n 236 563 246 556 246 542 c 0\n 246 529 236 522 218 522 c 2\n 164 522 l 1\n 164 41 l 1\n 434 41 l 1\n 434 522 l 1\n 380 522 l 2\n 362 522 354 529 354 542 c 0\n 354 556 362 563 380 563 c 2\n 522 563 l 2\n 538 563 548 556 548 542 c 0\n 548 529 540 522 522 522 c 2\n 476 522 l 1\n 476 41 l 1\n 550 41 l 1\n 550 -98 l 2\n 550 -116 542 -125 530 -125 c 0\n 516 -125 508 -116 508 -98 c 2\n 508 0 l 1\nEndSplineSet\nMinimumDistance: x24,-1 y0,25 y0,27 y25,23 x23,25 x23,24 x22,19 x22,21 x15,18 x15,16 x12,9 x12,11 x5,8 x5,6 x4,1 x4,3 \nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 753\nWidth: 600\nFlags: HW\nHStem: 0 41<376 436 477 531> 229 41<280 314> 522 41<89.4704 125 166 222 376 436 477 506>\nVStem: 125 41<351 522> 436 41<40 267 313 522>\nFore\n436 41 m 1\n 436 267 l 1\n 402 240 337 229 304 229 c 0\n 230 229 124 252 125 357 c 1\n 125 522 l 1\n 100 522 l 2\n 82 522 73 529 73 543 c 0\n 73 556 82 563 100 563 c 2\n 220 563 l 2\n 238 563 247 556 247 543 c 0\n 247 529 238 522 220 522 c 2\n 166 522 l 1\n 166 365 l 2\n 166 309 195 270 306 270 c 0\n 345 270 409 283 436 314 c 1\n 436 522 l 1\n 382 522 l 2\n 364 522 355 529 355 543 c 0\n 355 556 364 563 382 563 c 2\n 502 563 l 2\n 520 563 529 556 529 543 c 0\n 529 529 520 522 502 522 c 2\n 477 522 l 1\n 477 41 l 1\n 523 41 l 2\n 541 41 550 34 550 21 c 0\n 550 7 540 0 523 0 c 2\n 382 0 l 2\n 364 0 355 7 355 21 c 0\n 355 34 364 41 382 41 c 2\n 436 41 l 1\nEndSplineSet\nMinimumDistance: x24,-1 x23,26 x23,24 x22,19 x22,21 x15,18 x15,16 x0,27 x0,29 x11,8 x11,10 x4,7 x4,5 \nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 754\nWidth: 600\nFlags: HW\nHStem: 0 41<-8.65248 26 68 280 320 531 574 600> 522 41<-28 26 68 131 215.348 280 320 371 467.592 531 574 628>\nVStem: 26 42<41 522> 280 40<41 522> 532 42<41 522>\nFore\n320 41 m 1\n 532 41 l 1\n 532 522 l 1\n 478 522 l 2\n 460 522 452 529 452 542 c 0\n 452 556 460 563 478 563 c 2\n 620 563 l 2\n 636 563 646 556 646 542 c 0\n 646 529 638 522 620 522 c 2\n 574 522 l 1\n 574 41 l 1\n 598 41 l 2\n 616 41 626 34 626 20 c 0\n 626 7 616 0 598 0 c 1\n 2 0 l 1\n -16 0 -26 7 -26 20 c 0\n -26 34 -16 41 2 41 c 2\n 26 41 l 1\n 26 522 l 1\n -18 522 l 2\n -38 522 -46 529 -46 542 c 0\n -46 556 -36 563 -18 563 c 2\n 122 563 l 2\n 140 563 148 556 148 542 c 0\n 148 529 140 522 122 522 c 2\n 68 522 l 1\n 68 41 l 1\n 280 41 l 1\n 280 522 l 1\n 226 522 l 2\n 208 522 198 529 198 542 c 0\n 198 556 208 563 226 563 c 2\n 366 563 l 2\n 384 563 394 556 394 542 c 0\n 394 529 384 522 366 522 c 2\n 320 522 l 1\n 320 41 l 1\nEndSplineSet\nMinimumDistance: x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 x35,32 x35,34 x28,31 x28,29 x25,22 x25,24 x18,21 x18,19 x17,14 x17,16 \nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 755\nWidth: 600\nFlags: HW\nHStem: 0 41<20.4704 56 97 266 307 476 517 551> 522 41<29 56 97 133 230.47 266 307 341 440.47 476 517 553>\nVStem: 56 41<41 522> 266 41<41 522> 476 41<41 522> 550 41<-108.53 0>\nFore\n550 0 m 1\n 31 0 l 2\n 13 0 4 7 4 20 c 0\n 4 34 13 41 31 41 c 2\n 56 41 l 1\n 56 522 l 1\n 32 522 l 2\n 13 522 4 529 4 542 c 0\n 4 556 14 563 32 563 c 2\n 122 563 l 2\n 140 563 149 556 149 542 c 0\n 149 529 140 522 122 522 c 2\n 97 522 l 1\n 97 41 l 1\n 266 41 l 1\n 266 522 l 1\n 241 522 l 2\n 223 522 214 529 214 542 c 0\n 214 556 223 563 241 563 c 2\n 332 563 l 2\n 349 563 359 556 359 542 c 0\n 359 529 350 522 332 522 c 2\n 307 522 l 1\n 307 41 l 1\n 476 41 l 1\n 476 522 l 1\n 451 522 l 2\n 433 522 424 529 424 542 c 0\n 424 556 433 563 451 563 c 2\n 542 563 l 2\n 559 563 569 556 569 542 c 0\n 569 529 560 522 542 522 c 2\n 517 522 l 1\n 517 41 l 1\n 591 41 l 1\n 591 -98 l 2\n 591 -116 584 -125 571 -125 c 0\n 557 -125 550 -116 550 -98 c 2\n 550 0 l 1\nEndSplineSet\nMinimumDistance: x34,-1 y0,35 y0,37 y35,33 x33,35 x33,34 x32,29 x32,31 x25,28 x25,26 x22,19 x22,21 x15,18 x15,16 x12,9 x12,11 x5,8 x5,6 x4,1 x4,3 \nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 756\nWidth: 600\nFlags: HW\nHStem: 0 41<118 182 223 376> 291 41<223 376> 522 41<63 182 223 264>\nVStem: 23 41<415 522> 182 41<41 291 331 522> 516 41<159 177>\nFore\n64 522 m 1\n 64 424 l 2\n 64 406 57 397 44 397 c 0\n 30 397 23 406 23 424 c 2\n 23 563 l 1\n 253 563 l 2\n 271 563 281 556 281 542 c 0\n 281 529 272 522 253 522 c 2\n 223 522 l 1\n 223 332 l 1\n 354 332 l 2\n 468 332 557 258 557 165 c 0\n 557 72 474 0 368 0 c 2\n 128 0 l 2\n 110 0 101 7 101 20 c 0\n 101 34 110 41 128 41 c 2\n 182 41 l 1\n 182 522 l 1\n 64 522 l 1\n223 291 m 1\n 223 41 l 1\n 372 41 l 2\n 451 41 516 97 516 165 c 0\n 516 234 444 291 357 291 c 2\n 223 291 l 1\nEndSplineSet\nMinimumDistance: x11,-1 y0,3 y0,1 x16,13 x16,15 x8,5 x8,7 \nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 757\nWidth: 600\nFlags: HW\nHStem: 0 41<27.4704 67 108 268 458 495 536 572> 291 41<108 260> 522 41<27.4704 67 108 141 458 495 536 572>\nVStem: 67 41<41 291 331 522> 401 41<159 177> 495 41<40 522>\nFore\n536 522 m 1\n 536 41 l 1\n 565 41 l 2\n 584 41 593 34 593 21 c 0\n 593 7 583 0 565 0 c 2\n 464 0 l 2\n 446 0 437 7 437 21 c 0\n 437 34 446 41 464 41 c 2\n 495 41 l 1\n 495 522 l 1\n 464 522 l 2\n 446 522 437 529 437 543 c 0\n 437 556 446 563 464 563 c 2\n 565 563 l 2\n 584 563 593 556 593 543 c 0\n 593 529 584 522 565 522 c 2\n 536 522 l 1\n108 332 m 1\n 239 332 l 2\n 353 332 442 258 442 165 c 0\n 442 72 359 0 253 0 c 2\n 38 0 l 2\n 20 0 11 7 11 20 c 0\n 11 34 20 41 38 41 c 2\n 67 41 l 1\n 67 522 l 1\n 38 522 l 2\n 20 522 11 529 11 542 c 0\n 11 556 20 563 38 563 c 2\n 139 563 l 2\n 157 563 167 556 167 542 c 0\n 167 529 158 522 139 522 c 2\n 108 522 l 1\n 108 332 l 1\n108 291 m 1\n 108 41 l 1\n 257 41 l 2\n 336 41 401 97 401 165 c 0\n 401 234 329 291 242 291 c 2\n 108 291 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 x0,13 x0,15 x31,28 x31,30 x24,27 x24,25 x23,20 x23,22 \nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 758\nWidth: 600\nFlags: HW\nHStem: -1 41<59.4704 124 165 364> 290 41<165 352> 521 41<59.4704 124 165 285>\nVStem: 124 41<40 290 330 521> 494 41<158 176>\nFore\n165 290 m 1\n 165 40 l 1\n 350 40 l 2\n 429 40 494 96 494 164 c 0\n 494 233 422 290 335 290 c 2\n 165 290 l 1\n165 331 m 1\n 332 331 l 2\n 446 331 535 257 535 164 c 0\n 535 71 452 -1 346 -1 c 2\n 70 -1 l 2\n 52 -1 43 6 43 19 c 0\n 43 33 52 40 70 40 c 2\n 124 40 l 1\n 124 521 l 1\n 70 521 l 2\n 52 521 43 528 43 541 c 0\n 43 555 52 562 70 562 c 2\n 283 562 l 2\n 301 562 311 555 311 541 c 0\n 311 528 302 521 283 521 c 2\n 165 521 l 1\n 165 331 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x20,17 x20,19 x13,16 x13,14 x12,9 x12,11 \nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 759\nWidth: 600\nFlags: HW\nHStem: -16 41<255 296> 272 41<213.592 494> 397 166<95 104> 535 41<274 305>\nVStem: 80 40<415 421 507 545> 494 42<239 272 312 337>\nFore\n494 272 m 1\n 224 272 l 2\n 206 272 198 279 198 293 c 0\n 198 306 206 313 224 313 c 2\n 494 313 l 1\n 494 319 l 2\n 494 438 404 535 294 535 c 0\n 204 535 124 482 120 421 c 0\n 120 405 112 397 100 397 c 0\n 86 397 80 406 80 424 c 2\n 80 536 l 2\n 80 554 86 563 100 563 c 0\n 114 563 120 554 120 536 c 2\n 120 507 l 1\n 168 552 228 576 294 576 c 0\n 360 576 420 550 464 502 c 0\n 508 456 536 386 536 325 c 2\n 536 242 l 2\n 536 107 412 -16 276 -16 c 0\n 212 -16 152 9 102 55 c 0\n 76 79 64 96 64 106 c 0\n 64 117 72 125 84 125 c 0\n 92 125 96 123 102 115 c 0\n 156 51 208 25 276 25 c 0\n 394 25 494 128 494 248 c 2\n 494 272 l 1\nEndSplineSet\nMinimumDistance: x16,-1 x0,3 x0,1 \nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 760\nWidth: 600\nFlags: HW\nHStem: -16 41<370 388> 0 41<28 55 96 132> 272 41<96 170> 522 41<19.4704 55 96 124> 535 41<370 388>\nVStem: 55 41<40 272 313 522> 55 155<247.923 305> 170 41<255 272> 556 41<255 305>\nFore\n171 313 m 1\n 172 464 253 576 383 576 c 0\n 524 576 597 446 597 276 c 0\n 597 115 520 -16 383 -16 c 0\n 246 -16 173 111 170 272 c 1\n 96 272 l 1\n 96 41 l 1\n 121 41 l 2\n 139 41 148 34 148 21 c 0\n 148 7 139 0 121 0 c 2\n 34 0 l 2\n 16 0 6 7 6 21 c 0\n 6 34 15 41 34 41 c 2\n 55 41 l 1\n 55 522 l 1\n 30 522 l 2\n 12 522 3 529 3 543 c 0\n 3 556 12 563 30 563 c 2\n 120 563 l 2\n 138 563 147 556 147 543 c 0\n 147 529 138 522 120 522 c 2\n 96 522 l 1\n 96 313 l 1\n 171 313 l 1\n383 535 m 0\n 268 535 210 420 210 280 c 0\n 210 140 269 25 383 25 c 0\n 496 25 556 140 556 277 c 0\n 556 421 499 535 383 535 c 0\nEndSplineSet\nMinimumDistance: x2,-1 x21,18 x21,20 x14,17 x14,15 x13,10 x13,12 x6,9 x6,7 \nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 761\nWidth: 600\nFlags: HW\nHStem: 0 41<29.4704 71 351.47 437 478 542> 251 41<304 437> 522 41<268 437 478 542>\nVStem: 104 41<399 417> 437 41<40 251 292 522>\nFore\n437 292 m 1\n 437 522 l 1\n 284 522 l 2\n 212 522 145 468 145 408 c 0\n 145 344 225 292 323 292 c 2\n 437 292 l 1\n437 251 m 1\n 305 251 l 1\n 229 216 185 162 97 0 c 1\n 40 0 l 2\n 22 0 13 7 13 21 c 0\n 13 34 22 41 40 41 c 2\n 71 41 l 1\n 152 182 180 219 243 262 c 1\n 150 294 104 342 104 407 c 0\n 104 491 187 563 284 563 c 2\n 532 563 l 2\n 550 563 559 556 559 543 c 0\n 559 529 550 522 532 522 c 2\n 478 522 l 1\n 478 41 l 1\n 532 41 l 2\n 550 41 559 34 559 21 c 0\n 559 7 550 0 532 0 c 2\n 362 0 l 2\n 344 0 335 7 335 21 c 0\n 335 34 344 41 362 41 c 2\n 437 41 l 1\n 437 251 l 1\nEndSplineSet\nMinimumDistance: x15,-1 x26,23 x26,25 x19,22 x19,20 x18,15 x18,17 \nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 762\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 763\nWidth: 600\nFlags: HW\nHStem: -16 41<288 306> 390 41<288 306> 520 106<462 466> 521 41<384 442>\nVStem: 81 41<191 225> 442 42<561 609> 478 41<191 225>\nFore\n484 520 m 1\n 313 521 136 538 136 354 c 1\n 192 416 228 431 302 431 c 0\n 424 431 519 334 519 210 c 0\n 519 85 427 -15 302 -16 c 0\n 176 -17 82 82 81 210 c 1\n 82 486 101 563 442 562 c 1\n 442 600 l 2\n 442 618 450 626 464 626 c 0\n 476 626 484 618 484 600 c 2\n 484 520 l 1\n300 390 m 0\n 201 390 122 309 122 208 c 0\n 122 107 201 25 300 25 c 0\n 397 25 478 107 478 205 c 0\n 478 309 400 390 300 390 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 764\nWidth: 600\nFlags: HW\nHStem: 0 41<130 169 210 381> 196 41<210 324> 376 41<123 169 210 333>\nVStem: 169 41<41 196 237 376> 422 41<303 321> 451 41<96.6332 116>\nFore\n169 41 m 1\n 169 376 l 1\n 132 376 l 2\n 114 376 108 387 108 397 c 0\n 108 407 115 417 133 417 c 2\n 320 417 l 2\n 417 417 463 370 463 310 c 0\n 463 272 442 228 403 221 c 1\n 464 202 492 169 492 113 c 0\n 492 51 459 0 368 0 c 2\n 134 0 l 2\n 116 0 108 10 108 21 c 0\n 108 30 116 41 134 41 c 2\n 169 41 l 1\n210 237 m 1\n 304 237 l 2\n 389 237 422 264 422 310 c 0\n 422 353 394 376 321 376 c 2\n 210 376 l 1\n 210 237 l 1\n210 41 m 1\n 365 41 l 2\n 431 41 451 67 451 113 c 0\n 451 171 388 196 304 196 c 2\n 210 196 l 1\n 210 41 l 1\nEndSplineSet\nMinimumDistance: x8,-1 x0,10 x0,12 \nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 765\nWidth: 600\nFlags: HW\nHStem: 0 41<130.96 187 228 275> 376 41<142 187 228 445>\nVStem: 187 41<40 376> 445 41<274.43 376>\nFore\n486 285 m 2\n 486 268 481 258 465 258 c 0\n 452 258 445 267 445 285 c 2\n 445 376 l 1\n 228 376 l 1\n 228 41 l 1\n 273 41 l 2\n 291 41 300 34 300 21 c 0\n 300 7 291 0 273 0 c 2\n 142 0 l 2\n 123 0 114 7 114 21 c 0\n 114 34 123 41 142 41 c 2\n 187 41 l 1\n 187 376 l 1\n 153 376 l 2\n 135 376 126 383 126 397 c 0\n 126 410 135 417 153 417 c 2\n 486 417 l 1\n 486 285 l 2\nEndSplineSet\nMinimumDistance: x0,-1 y3,0 y3,2 x13,16 x13,14 x12,9 x12,11 x5,8 x5,6 \nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 766\nWidth: 600\nFlags: HW\nHStem: 0 41<95 171 216 410 451 511> 376 41<141.47 186 226 410 451 487>\nVStem: 55 41<-101.57 0> 186 41<73 376> 410 41<41 376> 511 41<-101.57 0>\nFore\n171 41 m 1\n 171 41 186 52 186 83 c 2\n 186 376 l 1\n 152 376 l 2\n 134 376 125 383 125 397 c 0\n 125 410 134 417 152 417 c 2\n 485 417 l 2\n 503 417 512 410 512 397 c 0\n 512 383 503 376 485 376 c 2\n 451 376 l 1\n 451 41 l 1\n 552 41 l 1\n 552 -91 l 2\n 552 -108 547 -118 531 -118 c 0\n 518 -118 511 -109 511 -91 c 2\n 511 0 l 1\n 96 0 l 1\n 96 -91 l 2\n 96 -109 89 -118 76 -118 c 0\n 60 -118 55 -108 55 -91 c 2\n 55 41 l 1\n 171 41 l 1\n227 82 m 2\n 227 57 216 41 216 41 c 1\n 410 41 l 1\n 410 376 l 1\n 227 376 l 1\n 227 82 l 2\nEndSplineSet\nMinimumDistance: x11,-1 y16,19 y16,17 y15,12 y15,14 y12,10 x10,12 x10,11 x9,6 x9,8 x2,5 x2,3 y19,0 x1,19 x1,20 \nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 767\nWidth: 600\nFlags: HW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 768\nWidth: 600\nFlags: HW\nHStem: 0 41<27 64 111 149 235 280 321 365 452 490 536 573> 376 41<37 66 125 157 235 280 321 365 443 476 534 563>\nVStem: 12 153<15 23> 22 153<395 401> 280 41<40 191 240 376> 426 153<395 401> 436 153<15 23>\nDStem: 66 376 125 376 248 217 280 240 476 376 535 376 321 240 353 217\nFore\n356 0 m 2\n 245 0 l 2\n 227 0 217 7 217 21 c 0\n 217 34 227 41 245 41 c 2\n 280 41 l 1\n 280 191 l 1\n 206 150 145 108 111 41 c 1\n 139 41 l 2\n 157 41 165 34 165 21 c 0\n 165 7 157 0 139 0 c 2\n 38 0 l 2\n 20 0 12 7 12 21 c 0\n 12 34 20 41 38 41 c 2\n 64 41 l 1\n 98 120 158 174 248 217 c 1\n 66 376 l 1\n 48 376 l 2\n 30 376 22 383 22 397 c 0\n 22 410 30 417 48 417 c 2\n 147 417 l 2\n 165 417 175 410 175 397 c 0\n 175 383 165 376 147 376 c 2\n 125 376 l 1\n 280 240 l 1\n 280 376 l 1\n 245 376 l 2\n 227 376 217 383 217 397 c 0\n 217 410 227 417 245 417 c 2\n 356 417 l 2\n 374 417 384 410 384 397 c 0\n 384 383 374 376 356 376 c 2\n 321 376 l 1\n 321 240 l 1\n 476 376 l 1\n 454 376 l 2\n 436 376 426 383 426 397 c 0\n 426 410 436 417 454 417 c 2\n 553 417 l 2\n 571 417 579 410 579 397 c 0\n 579 383 571 376 553 376 c 2\n 535 376 l 1\n 353 217 l 1\n 443 174 503 120 537 41 c 1\n 563 41 l 2\n 581 41 589 34 589 21 c 0\n 589 7 581 0 563 0 c 2\n 462 0 l 2\n 444 0 436 7 436 21 c 0\n 436 34 444 41 462 41 c 2\n 490 41 l 1\n 456 108 395 150 321 191 c 1\n 321 41 l 1\n 356 41 l 2\n 374 41 384 34 384 21 c 0\n 384 7 374 0 356 0 c 2\nEndSplineSet\nMinimumDistance: x44,-1 x51,0 x51,52 x31,28 x31,30 x24,27 x24,25 x4,1 x4,3 \nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 769\nWidth: 600\nFlags: HW\nHStem: -16 41<278 312> 0 137<118 126> 206 41<221.47 312> 293 124<142 146> 390 41<278 312>\nVStem: 103 41<23 38 98.4446 119> 428 45<313 323> 452 45<106 119>\nFore\n232 247 m 2\n 280 247 l 2\n 368 247 374 256 396 270 c 0\n 417 282 428 299 428 315 c 0\n 428 358 372 390 298 390 c 0\n 222 390 170 361 165 316 c 0\n 163 300 156 293 144 293 c 0\n 131 293 124 302 124 320 c 2\n 124 389 l 2\n 124 408 131 417 144 417 c 0\n 157 417 165 406 165 389 c 2\n 165 385 l 1\n 200 416 245 431 302 431 c 0\n 400 431 473 383 473 318 c 0\n 473 287 455 257 427 239 c 2\n 412 230 l 1\n 412 224 l 1\n 425 219 436 213 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 40 414 -16 301 -16 c 0\n 236 -16 186 1 144 38 c 1\n 144 27 l 2\n 144 9 137 0 124 0 c 0\n 110 0 103 9 103 27 c 2\n 103 110 l 2\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 358 206 300 206 c 2\n 232 206 l 2\n 214 206 205 213 205 227 c 0\n 205 240 214 247 232 247 c 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 770\nWidth: 600\nFlags: HW\nHStem: 0 41<90 126 167 214 384 433 474 514> 376 41<81.4704 126 167 214 384 433 474 514>\nVStem: 126 41<40 84 137 376> 433 41<40 272 324 376>\nDStem: 433 325 433 272 167 137 167 84\nFore\n167 376 m 1\n 167 137 l 1\n 433 325 l 1\n 433 376 l 1\n 388 376 l 2\n 370 376 361 383 361 397 c 0\n 361 410 370 417 388 417 c 1\n 508 417 l 1\n 526 417 535 410 535 397 c 0\n 535 383 526 376 508 376 c 2\n 474 376 l 1\n 474 41 l 1\n 508 41 l 2\n 526 41 535 34 535 21 c 0\n 535 7 526 0 508 0 c 2\n 388 0 l 2\n 370 0 361 7 361 21 c 0\n 361 34 370 41 388 41 c 2\n 433 41 l 1\n 433 272 l 1\n 167 84 l 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 93 0 l 2\n 74 0 65 7 65 21 c 0\n 65 34 74 41 93 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 212 417 l 2\n 230 417 239 410 239 397 c 0\n 239 383 230 376 212 376 c 2\n 167 376 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x18,15 x18,17 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 x29,32 x29,30 x28,25 x28,27 x21,24 x21,22 x0,33 x0,35 \nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 771\nWidth: 600\nFlags: HW\nHStem: 0 41<90 126 167 214 384 433 474 514> 376 41<81.4704 126 167 214 384 433 474 514> 517 41<288 306>\nVStem: 126 41<40 84 137 376> 433 41<40 272 324 376>\nDStem: 433 325 433 272 167 137 167 84\nFore\n167 376 m 1\n 167 137 l 1\n 433 325 l 1\n 433 376 l 1\n 388 376 l 2\n 370 376 361 383 361 397 c 0\n 361 410 370 417 388 417 c 1\n 508 417 l 1\n 526 417 535 410 535 397 c 0\n 535 383 526 376 508 376 c 2\n 474 376 l 1\n 474 41 l 1\n 508 41 l 2\n 526 41 535 34 535 21 c 0\n 535 7 526 0 508 0 c 2\n 388 0 l 2\n 370 0 361 7 361 21 c 0\n 361 34 370 41 388 41 c 2\n 433 41 l 1\n 433 272 l 1\n 167 84 l 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 93 0 l 2\n 74 0 65 7 65 21 c 0\n 65 34 74 41 93 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 212 417 l 2\n 230 417 239 410 239 397 c 0\n 239 383 230 376 212 376 c 2\n 167 376 l 1\n176 647 m 0\n 188 647 194 640 196 625 c 0\n 199 587 244 558 300 558 c 0\n 356 558 400 587 404 625 c 0\n 406 640 412 647 425 647 c 0\n 436 647 445 638 445 624 c 0\n 445 564 382 517 300 517 c 0\n 218 517 155 564 155 624 c 0\n 155 638 163 647 176 647 c 0\nEndSplineSet\nMinimumDistance: x7,-1 x18,15 x18,17 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 x29,32 x29,30 x28,25 x28,27 x21,24 x21,22 x0,33 x0,35 \nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 772\nWidth: 600\nFlags: HW\nHStem: 0 41<86.4704 151 363 400 457 506> 376 41<86.4704 151 332.47 365 425 475>\nVStem: 151 41<40 191 240 376> 316 184<395 401>\nDStem: 192 191 223 217 400 41 458 41 365 376 426 376 192 240 223 217\nFore\n192 0 m 1\n 97 0 l 2\n 79 0 70 7 70 21 c 0\n 70 34 79 41 97 41 c 2\n 151 41 l 1\n 151 376 l 1\n 97 376 l 2\n 79 376 70 383 70 397 c 0\n 70 410 79 417 97 417 c 2\n 192 417 l 1\n 192 240 l 1\n 365 376 l 1\n 343 376 l 2\n 325 376 316 383 316 397 c 0\n 316 410 325 417 343 417 c 2\n 473 417 l 2\n 491 417 500 410 500 397 c 0\n 500 383 491 376 473 376 c 2\n 426 376 l 1\n 223 217 l 1\n 458 41 l 1\n 503 41 l 2\n 521 41 530 34 530 21 c 0\n 530 7 521 0 503 0 c 2\n 372 0 l 2\n 354 0 345 7 345 21 c 0\n 345 34 354 41 372 41 c 2\n 400 41 l 1\n 192 191 l 1\n 192 0 l 1\nEndSplineSet\nMinimumDistance: x16,-1 x5,8 x5,6 x4,1 x4,3 \nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 773\nWidth: 600\nFlags: HW\nHStem: 0 40<153 157 359 409 451 489> 376 41<141.47 185 226 409 451 489>\nVStem: 88 41<57 97> 186 41<66 376> 410 41<40 376>\nFore\n129 65 m 2\n 129 48 141 40 155 40 c 0\n 175 40 186 50 186 65 c 2\n 186 376 l 1\n 152 376 l 2\n 134 376 125 383 125 397 c 0\n 125 410 134 417 152 417 c 2\n 485 417 l 2\n 503 417 512 410 512 397 c 0\n 512 383 503 376 485 376 c 2\n 451 376 l 1\n 451 41 l 1\n 485 41 l 2\n 503 41 512 34 512 21 c 0\n 512 7 503 0 485 0 c 2\n 365 0 l 2\n 347 0 338 7 338 21 c 0\n 338 34 347 41 365 41 c 2\n 410 41 l 1\n 410 376 l 1\n 227 376 l 1\n 227 67 l 1\n 229 20 205 0 153 0 c 0\n 116 -1 89 18 88 59 c 1\n 88 88 l 2\n 88 107 95 116 109 116 c 0\n 122 116 129 107 129 88 c 2\n 129 65 l 2\nEndSplineSet\nMinimumDistance: x7,-1 y15,18 x18,15 x18,17 y14,11 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 \nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 774\nWidth: 600\nFlags: HW\nHStem: 0 41<68.9599 109 150 197 403 447 488 533> 376 41<78 109 150 157 438 447 488 533>\nVStem: 109 41<40 376> 447 41<40 376>\nDStem: 157 376 181 417 283 127 300 180 415 417 439 376 300 180 314 127\nFore\n415 417 m 1\n 522 417 l 2\n 540 417 549 410 549 397 c 0\n 549 383 540 376 522 376 c 2\n 488 376 l 1\n 488 41 l 1\n 522 41 l 2\n 540 41 549 34 549 21 c 0\n 549 7 540 0 522 0 c 2\n 413 0 l 2\n 395 0 386 7 386 21 c 0\n 386 34 395 41 413 41 c 2\n 447 41 l 1\n 447 376 l 1\n 439 376 l 1\n 314 127 l 1\n 283 127 l 1\n 157 376 l 1\n 150 376 l 1\n 150 41 l 1\n 190 41 l 2\n 208 41 217 34 217 21 c 0\n 217 7 208 0 190 0 c 2\n 80 0 l 2\n 61 0 52 7 52 21 c 0\n 52 34 61 41 80 41 c 2\n 109 41 l 1\n 109 376 l 1\n 83 376 l 2\n 65 376 56 383 56 397 c 0\n 56 410 65 417 83 417 c 2\n 181 417 l 1\n 300 180 l 1\n 415 417 l 1\nEndSplineSet\nMinimumDistance: x1,-1 x12,9 x12,11 x5,8 x5,6 x4,1 x4,3 x27,30 x27,28 x26,23 x26,25 x19,22 x19,20 \nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 775\nWidth: 600\nFlags: HW\nHStem: 0 41<90 126 167 214 384 433 474 518> 184 41<167 433> 376 41<81.4704 126 167 214 384 433 474 518>\nVStem: 126 41<40 184 225 376> 433 41<40 184 225 376>\nFore\n167 376 m 1\n 167 225 l 1\n 433 225 l 1\n 433 376 l 1\n 388 376 l 2\n 370 376 361 383 361 397 c 0\n 361 410 370 417 388 417 c 1\n 516 417 l 1\n 534 417 543 410 543 397 c 0\n 543 383 534 376 516 376 c 2\n 474 376 l 1\n 474 41 l 1\n 516 41 l 2\n 534 41 543 34 543 21 c 0\n 543 7 534 0 516 0 c 2\n 388 0 l 2\n 370 0 361 7 361 21 c 0\n 361 34 370 41 388 41 c 2\n 433 41 l 1\n 433 184 l 1\n 167 184 l 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 93 0 l 2\n 74 0 65 7 65 21 c 0\n 65 34 74 41 93 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\n 212 417 l 2\n 230 417 239 410 239 397 c 0\n 239 383 230 376 212 376 c 2\n 167 376 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x18,15 x18,17 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 x29,32 x29,30 x28,25 x28,27 x21,24 x21,22 x0,33 x0,35 \nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 776\nWidth: 600\nFlags: HW\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 777\nWidth: 600\nFlags: HW\nHStem: 0 41<90 126 167 214 384 434 475 514> 376 41<81.4704 126 167 434 475 514>\nVStem: 126 41<40 376> 434 41<40 376>\nFore\n92 417 m 2\n 509 417 l 2\n 527 417 536 410 536 397 c 0\n 536 383 527 376 509 376 c 2\n 475 376 l 1\n 475 41 l 1\n 509 41 l 2\n 527 41 536 34 536 21 c 0\n 536 7 527 0 509 0 c 2\n 389 0 l 2\n 371 0 362 7 362 21 c 0\n 362 34 371 41 389 41 c 2\n 434 41 l 1\n 434 376 l 1\n 167 376 l 1\n 167 41 l 1\n 212 41 l 2\n 230 41 239 34 239 21 c 0\n 239 7 230 0 212 0 c 2\n 93 0 l 2\n 74 0 65 7 65 21 c 0\n 65 34 74 41 93 41 c 2\n 126 41 l 1\n 126 376 l 1\n 92 376 l 2\n 74 376 65 383 65 397 c 0\n 65 410 74 417 92 417 c 2\nEndSplineSet\nMinimumDistance: x1,-1 x12,9 x12,11 x5,8 x5,6 x4,1 x4,3 x23,0 x23,24 x22,19 x22,21 x15,18 x15,16 \nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 778\nWidth: 600\nFlags: HW\nHStem: -186 41<49 103 144 242> 10 41<284.5 371> 376 41<49 103> 390 41<285 372.5>\nVStem: 22 122<390 403.5> 103 41<-145 106 173.5 268 335 376 376 376> 500 41<172.5 267.5>\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 779\nWidth: 600\nFlags: HW\nHStem: -16 41<256.5 342> 390 41<256 344.5> 397 20<484 497.5>\nVStem: 84 41<152.5 260> 470 41<376 389>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 780\nWidth: 600\nFlags: HW\nHStem: -1 41<229 279 321 375> 376 41<143 279 321 457>\nVStem: 102 42<274.918 376> 280 41<39 376> 456 42<274.918 376>\nFore\n102 417 m 1\n 498 417 l 1\n 498 285 l 2\n 498 268 492 258 476 258 c 0\n 464 258 456 267 456 285 c 2\n 456 376 l 1\n 321 376 l 1\n 321 40 l 1\n 366 40 l 2\n 384 40 394 33 394 20 c 0\n 394 6 384 -1 366 -1 c 2\n 234 -1 l 2\n 216 -1 206 6 206 20 c 0\n 206 33 216 40 234 40 c 2\n 280 40 l 1\n 280 376 l 1\n 144 376 l 1\n 144 285 l 2\n 144 267 136 258 124 258 c 0\n 108 258 102 268 102 285 c 2\n 102 417 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y16,19 y16,17 y5,2 y5,4 x14,11 x14,13 x7,10 x7,8 \nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 781\nWidth: 600\nFlags: HW\nHStem: -186 41<84 211 252 317> -186 186 376 41<78 94 141 141 141 193 412 466 508 508 508 522>\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 782\nWidth: 600\nFlags: HW\nHStem: -186 41<215 280 320 376> 10 41<196 280 320 404> 390 41<196 280 320 409> 532 41<215 280>\nVStem: -8 42<213 231> 280 40<-146 10 51 390 430 532> 566 42<213 231>\nFore\n280 -145 m 1\n 280 10 l 1\n 280 10 288 10 210 10 c 0\n 88 10 -8 102 -8 221 c 0\n -8 340 86 431 210 431 c 0\n 286 431 280 431 280 431 c 1\n 280 532 l 1\n 226 532 l 2\n 208 532 198 539 198 553 c 0\n 198 566 208 573 226 573 c 2\n 320 573 l 1\n 320 431 l 1\n 320 431 314 431 390 431 c 0\n 514 431 608 340 608 221 c 0\n 608 102 512 10 390 10 c 0\n 312 10 320 10 320 10 c 1\n 320 -145 l 1\n 374 -145 l 2\n 392 -145 402 -152 402 -165 c 0\n 402 -179 392 -186 374 -186 c 2\n 226 -186 l 2\n 208 -186 198 -179 198 -165 c 0\n 198 -152 208 -145 226 -145 c 2\n 280 -145 l 1\n212 390 m 2\n 110 390 34 316 34 219 c 0\n 34 126 114 51 212 51 c 2\n 280 51 l 1\n 280 390 l 1\n 212 390 l 2\n388 390 m 2\n 320 390 l 1\n 320 51 l 1\n 388 51 l 2\n 486 51 566 126 566 219 c 0\n 566 316 490 390 388 390 c 2\nEndSplineSet\nMinimumDistance: x9,11 y11,9 y11,10 x16,19 x16,17 y12,15 y14,11 x11,14 x11,12 x6,9 x6,7 y2,5 y4,1 x1,4 x1,2 x0,20 x0,22 \nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 783\nWidth: 600\nFlags: HW\nHStem: 0 41<78 87 143 211 390 455 513 522> 376 41<101 108 166 166 166 212 389 437 492 492 492 499>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 784\nWidth: 600\nFlags: HW\nHStem: 0 41<81 126 167 434 475 490> 376 41<69.9599 126 167 214 389.47 434 475 518>\nVStem: 126 41<41 376> 434 41<41 376> 490 41<-101.57 0>\nFore\n490 0 m 1\n 92 0 l 2\n 74 0 65 7 65 20 c 0\n 65 34 74 41 92 41 c 2\n 126 41 l 1\n 126 376 l 1\n 81 376 l 2\n 62 376 53 383 53 396 c 0\n 53 410 62 417 81 417 c 2\n 212 417 l 2\n 230 417 239 410 239 396 c 0\n 239 383 230 376 212 376 c 2\n 167 376 l 1\n 167 41 l 1\n 434 41 l 1\n 434 376 l 1\n 400 376 l 2\n 382 376 373 383 373 396 c 0\n 373 410 382 417 400 417 c 2\n 509 417 l 2\n 527 417 536 410 536 396 c 0\n 536 383 527 376 509 376 c 2\n 475 376 l 1\n 475 41 l 1\n 531 41 l 1\n 531 -91 l 2\n 531 -108 526 -118 510 -118 c 0\n 497 -118 490 -109 490 -91 c 2\n 490 0 l 1\nEndSplineSet\nMinimumDistance: x24,-1 y0,25 y0,27 y25,23 x23,25 x23,24 x22,19 x22,21 x15,18 x15,16 x12,9 x12,11 x5,8 x5,6 x4,1 x4,3 \nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 785\nWidth: 600\nFlags: HW\nHStem: 0 41<367 404 445 481> 141 41<287 304> 376 41<112.47 157 198 245 367 404 445 481>\nVStem: 157 41<214 376> 404 41<40 172 216 376>\nFore\n198 376 m 1\n 198 215 l 1\n 203 192 258 181 302 182 c 0\n 345 183 388 200 404 217 c 1\n 404 376 l 1\n 370 376 l 2\n 352 376 343 383 343 397 c 0\n 343 410 352 417 370 417 c 1\n 479 417 l 1\n 497 417 506 410 506 397 c 0\n 506 383 497 376 479 376 c 2\n 445 376 l 1\n 445 41 l 1\n 479 41 l 2\n 497 41 506 34 506 21 c 0\n 506 7 497 0 479 0 c 2\n 370 0 l 2\n 352 0 343 7 343 21 c 0\n 343 34 352 41 370 41 c 2\n 404 41 l 1\n 404 172 l 1\n 380 152 345 141 302 141 c 0\n 233 141 160 142 157 214 c 1\n 157 376 l 1\n 123 376 l 2\n 105 376 96 383 96 397 c 0\n 96 410 105 417 123 417 c 2\n 243 417 l 2\n 261 417 270 410 270 397 c 0\n 270 383 261 376 243 376 c 2\n 198 376 l 1\nEndSplineSet\nMinimumDistance: x8,-1 x19,16 x19,18 x12,15 x12,13 x11,8 x11,10 x4,7 x4,5 x23,26 x23,24 x0,27 x0,29 \nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 786\nWidth: 600\nFlags: HW\nHStem: 0 41<25.5922 68 109 280 321 490 532 569> 376 41<25.4637 68 109 154 235.348 280 321 362 446.592 490 532 569>\nVStem: 68 41<41 376> 280 41<41 376> 491 41<41 376>\nFore\n321 41 m 1\n 491 41 l 1\n 491 376 l 1\n 457 376 l 2\n 439 376 431 383 431 396 c 0\n 431 410 439 417 457 417 c 2\n 566 417 l 2\n 584 417 592 410 592 396 c 0\n 592 383 584 376 566 376 c 2\n 532 376 l 1\n 532 41 l 1\n 565 41 l 2\n 583 41 591 34 591 20 c 0\n 591 7 583 0 565 0 c 2\n 36 0 l 2\n 18 0 10 7 10 20 c 0\n 10 34 18 41 36 41 c 2\n 68 41 l 1\n 68 376 l 1\n 37 376 l 2\n 17 376 9 383 9 396 c 0\n 9 410 17 417 37 417 c 2\n 143 417 l 2\n 161 417 171 410 171 396 c 0\n 171 383 161 376 143 376 c 2\n 109 376 l 1\n 109 41 l 1\n 280 41 l 1\n 280 376 l 1\n 246 376 l 2\n 228 376 218 383 218 396 c 0\n 218 410 228 417 246 417 c 2\n 355 417 l 2\n 373 417 383 410 383 396 c 0\n 383 383 373 376 355 376 c 2\n 321 376 l 1\n 321 41 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 x35,32 x35,34 x28,31 x28,29 x25,22 x25,24 x18,21 x18,19 x17,14 x17,16 \nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 787\nWidth: 600\nFlags: HW\nHStem: 0 41<25.4704 68 109 277 318 485 526 547> 376 41<34 68 109 154 232 277 318 351 441.47 485 526 569>\nVStem: 68 41<41 376> 277 41<41 376> 485 41<41 376> 547 41<-101.57 0>\nFore\n547 0 m 1\n 36 0 l 2\n 18 0 9 7 9 20 c 0\n 9 34 18 41 36 41 c 2\n 68 41 l 1\n 68 376 l 1\n 37 376 l 2\n 18 376 9 383 9 396 c 0\n 9 410 18 417 37 417 c 2\n 144 417 l 2\n 162 417 171 410 171 396 c 0\n 171 383 162 376 144 376 c 2\n 109 376 l 1\n 109 41 l 1\n 277 41 l 1\n 277 376 l 1\n 242 376 l 2\n 224 376 215 383 215 396 c 0\n 215 410 224 417 242 417 c 2\n 349 417 l 2\n 367 417 383 410 383 396 c 0\n 383 383 367 376 349 376 c 2\n 318 376 l 1\n 318 41 l 1\n 485 41 l 1\n 485 376 l 1\n 452 376 l 2\n 434 376 425 383 425 396 c 0\n 425 410 434 417 452 417 c 2\n 559 417 l 2\n 577 417 586 410 586 396 c 0\n 586 383 577 376 559 376 c 2\n 526 376 l 1\n 526 41 l 1\n 588 41 l 1\n 588 -91 l 2\n 588 -108 583 -118 567 -118 c 0\n 554 -118 547 -109 547 -91 c 2\n 547 0 l 1\nEndSplineSet\nMinimumDistance: x34,-1 y0,35 y0,37 y35,33 x33,35 x33,34 x32,29 x32,31 x25,28 x25,26 x22,19 x22,21 x15,18 x15,16 x12,9 x12,11 x5,8 x5,6 x4,1 x4,3 \nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 788\nWidth: 600\nFlags: HW\nHStem: 0 41<175 217 258 433> 196 41<258 421> 376 41<104 217 258 298>\nVStem: 64 41<275.43 376> 217 41<41 196 236 376> 499 41<95 129>\nFore\n64 417 m 1\n 294 417 l 2\n 312 417 319 407 319 397 c 0\n 319 387 313 376 295 376 c 2\n 258 376 l 1\n 258 237 l 1\n 418 237 l 2\n 499 237 540 176 540 113 c 0\n 540 51 507 0 416 0 c 2\n 182 0 l 2\n 164 0 156 10 156 21 c 0\n 156 30 164 41 182 41 c 2\n 217 41 l 1\n 217 376 l 1\n 105 376 l 1\n 105 286 l 2\n 105 268 98 259 85 259 c 0\n 69 259 64 269 64 286 c 2\n 64 417 l 1\n258 41 m 1\n 413 41 l 2\n 484 41 499 67 499 113 c 0\n 499 174 462 196 400 196 c 2\n 258 196 l 1\n 258 41 l 1\nEndSplineSet\nMinimumDistance: x7,-1 y14,17 y14,15 x12,9 x12,11 \nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 789\nWidth: 600\nFlags: HW\nHStem: 0 41<32 65 106 283 432.47 488 529 571> 196 41<106 269> 376 41<25 65 106 155 432.47 488 529 571>\nVStem: 65 41<41 196 236 376> 347 41<95 129> 488 41<40 376>\nFore\n488 41 m 1\n 488 376 l 1\n 443 376 l 2\n 425 376 416 383 416 397 c 0\n 416 410 425 417 443 417 c 1\n 563 417 l 1\n 581 417 590 410 590 397 c 0\n 590 383 581 376 563 376 c 2\n 529 376 l 1\n 529 41 l 1\n 563 41 l 2\n 581 41 590 34 590 21 c 0\n 590 7 581 0 563 0 c 2\n 443 0 l 2\n 425 0 416 7 416 21 c 0\n 416 34 425 41 443 41 c 2\n 488 41 l 1\n148 376 m 2\n 106 376 l 1\n 106 237 l 1\n 266 237 l 2\n 347 237 388 176 388 113 c 0\n 388 51 355 0 264 0 c 2\n 36 0 l 2\n 18 0 10 10 10 21 c 0\n 10 30 18 41 36 41 c 2\n 65 41 l 1\n 65 376 l 1\n 34 376 l 2\n 16 376 10 387 10 397 c 0\n 10 407 17 417 35 417 c 2\n 147 417 l 2\n 165 417 172 407 172 397 c 0\n 172 387 166 376 148 376 c 2\n106 41 m 1\n 261 41 l 2\n 332 41 347 67 347 113 c 0\n 347 174 310 196 248 196 c 2\n 106 196 l 1\n 106 41 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 x0,13 x0,15 x25,22 x25,24 \nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 790\nWidth: 600\nFlags: HW\nHStem: 0 41<130 169 210 381> 196 41<210 373> 376 41<123 169 210 253>\nVStem: 169 41<41 196 236 376> 451 41<95 129>\nFore\n247 376 m 2\n 210 376 l 1\n 210 237 l 1\n 370 237 l 2\n 451 237 492 176 492 113 c 0\n 492 51 459 0 368 0 c 2\n 134 0 l 2\n 116 0 108 10 108 21 c 0\n 108 30 116 41 134 41 c 2\n 169 41 l 1\n 169 376 l 1\n 132 376 l 2\n 114 376 108 387 108 397 c 0\n 108 407 115 417 133 417 c 2\n 246 417 l 2\n 264 417 271 407 271 397 c 0\n 271 387 265 376 247 376 c 2\n210 41 m 1\n 365 41 l 2\n 436 41 451 67 451 113 c 0\n 451 174 414 196 352 196 c 2\n 210 196 l 1\n 210 41 l 1\nEndSplineSet\nMinimumDistance: x4,-1 x9,6 x9,8 \nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 791\nWidth: 600\nFlags: HW\nHStem: -16 41<281 315> 184 41<201 484> 271 146<111 123> 390 41<281 315>\nFore\n484 184 m 1\n 212 184 l 2\n 194 184 184 191 184 205 c 0\n 184 218 194 225 212 225 c 2\n 484 225 l 1\n 474 323 401 390 298 390 c 0\n 214 390 144 348 140 295 c 0\n 138 278 132 271 118 271 c 0\n 106 271 98 280 98 298 c 2\n 98 389 l 2\n 98 408 106 417 118 417 c 0\n 132 417 140 408 140 389 c 2\n 140 376 l 1\n 180 412 234 431 296 431 c 0\n 430 431 526 336 526 204 c 0\n 526 76 432 -16 300 -16 c 0\n 234 -16 168 4 118 39 c 0\n 90 58 74 76 74 88 c 0\n 74 98 84 107 94 107 c 0\n 100 107 104 105 112 97 c 0\n 164 49 226 25 298 25 c 0\n 400 25 475 90 484 184 c 1\nEndSplineSet\nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 792\nWidth: 600\nFlags: HW\nHStem: -16 41<419 437> 0 41<-42.6525 14 54 102> 184 41<54 204> 376 41<-31 14 54 102> 390 41<419 437>\nVStem: 14 40<40 184 225 376> 14 230<191 225> 618 42<191 225>\nFore\n205 184 m 1\n 54 184 l 1\n 54 41 l 1\n 100 41 l 2\n 118 41 126 34 126 21 c 0\n 126 7 118 0 100 0 c 2\n -32 0 l 2\n -50 0 -60 7 -60 21 c 0\n -60 34 -50 41 -32 41 c 2\n 14 41 l 1\n 14 376 l 1\n -20 376 l 2\n -38 376 -48 383 -48 397 c 0\n -48 410 -38 417 -20 417 c 2\n 100 417 l 2\n 118 417 126 410 126 397 c 0\n 126 383 118 376 100 376 c 2\n 54 376 l 1\n 54 225 l 1\n 204 225 l 1\n 213 340 310 431 432 431 c 0\n 560 431 660 332 660 205 c 0\n 660 83 558 -16 432 -16 c 0\n 313 -16 217 71 205 184 c 1\n432 390 m 0\n 328 390 244 309 244 208 c 0\n 244 106 328 25 432 25 c 0\n 534 25 618 106 618 205 c 0\n 618 310 536 390 432 390 c 0\nEndSplineSet\nMinimumDistance: x17,14 x17,16 x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 \nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 793\nWidth: 600\nFlags: HW\nHStem: 0 41<103 160 218 256 365.383 409 452 490> 180 41<246 344> 376 41<244 409 452 490>\nVStem: 128 42<287 321> 410 42<40 180 221 376>\nDStem: 344 180 410 180 160 41 218 41\nFore\n344 180 m 1\n 250 180 l 2\n 170 180 128 241 128 304 c 0\n 128 366 162 417 252 417 c 2\n 486 417 l 2\n 504 417 512 407 512 396 c 0\n 512 387 504 376 486 376 c 2\n 452 376 l 1\n 452 41 l 1\n 488 41 l 2\n 506 41 512 30 512 20 c 0\n 512 10 506 0 488 0 c 2\n 374 0 l 2\n 356 0 350 10 350 20 c 0\n 350 30 356 41 374 41 c 2\n 410 41 l 1\n 410 180 l 1\n 218 41 l 1\n 246 41 l 2\n 264 41 272 34 272 21 c 0\n 272 7 264 0 246 0 c 2\n 114 0 l 2\n 96 0 88 7 88 21 c 0\n 88 34 96 41 114 41 c 2\n 160 41 l 1\n 344 180 l 1\n410 376 m 1\n 256 376 l 2\n 184 376 170 350 170 304 c 0\n 170 243 206 221 268 221 c 2\n 410 221 l 1\n 410 376 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x15,12 x15,14 x8,11 x8,9 x7,4 x7,6 \nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 794\nWidth: 600\nFlags: HW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nRef: 96 96 N 1 0 0 1 54 -19\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 795\nWidth: 600\nFlags: HW\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nVStem: 131 100<487.5 514> 352 100<487.5 514>\nRef: 168 168 N 1 0 0 1 -9 -60\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 796\nWidth: 600\nFlags: HW\nHStem: -151 41<250 336> 0 41<68 124 165 220> 349 41<298 334> 469 40<59.4825 124 164 315> 543 20G<70.167 124.167> 584 20G<70.1875 165.188>\nVStem: 43 122<582 586> 124 41<40 255 306 469 508 563> 437 41<39 257>\nFore\n319 390 m 0\n 407.17 390 478 337.804 478 251 c 1\n 478 41 l 1\n 479 -27 455 -109 410 -126 c 1\n 384 -143 354 -151 321 -151 c 2\n 256 -151 l 2\n 238 -151 229 -144 229 -130 c 0\n 229 -117 238 -110 256 -110 c 2\n 320 -110 l 2\n 364 -110 397 -92 418 -56 c 0\n 430.138 -36.1371 437 13.9837 437 41 c 1\n 437 247 l 2\n 437 277 424 302 400 322 c 2\n 399 323 l 2\n 378 340 350 349 314 349 c 0\n 258.722 349 221.29 322.148 192 287 c 1\n 192 286 l 1\n 165 255 l 1\n 165 41 l 1\n 210 41 l 2\n 228 41 237 35 238 22 c 1\n 238 21 l 2\n 238 7 229 0 210 0 c 2\n 78 0 l 2\n 61 0 52 6 51 19 c 1\n 51 21 l 2\n 51 34 60 41 78 41 c 2\n 124 41 l 1\n 124 469 l 1\n 70 469 l 2\n 53 469 44 475 43 488 c 1\n 43 489 l 2\n 43 502 52 509 70 509 c 2\n 124 509 l 1\n 124 563 l 1\n 70 563 l 2\n 52 563 43 570 43 584 c 0\n 43 597 52 604 70 604 c 2\n 165 604 l 1\n 165 509 l 1\n 306 509 l 2\n 323 509 332 503 333 490 c 1\n 333 489 l 2\n 333 476 324 469 306 469 c 2\n 165 469 l 1\n 165 306 l 1\n 205 354 245 381 287 388 c 0\n 297 389 307 390 319 390 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 797\nWidth: 600\nFlags: HW\nHStem: 0 41<130.96 187 228 275> 376 41<142 187 228 445>\nVStem: 187 41<40 376> 445 41<274.43 376>\nDStem: 343 597 370 566 229 497 256 466\nFore\n486 285 m 2\n 486 268 481 258 465 258 c 0\n 452 258 445 267 445 285 c 2\n 445 376 l 1\n 228 376 l 1\n 228 41 l 1\n 273 41 l 2\n 291 41 300 34 300 21 c 0\n 300 7 291 0 273 0 c 2\n 142 0 l 2\n 123 0 114 7 114 21 c 0\n 114 34 123 41 142 41 c 2\n 187 41 l 1\n 187 376 l 1\n 153 376 l 2\n 135 376 126 383 126 397 c 0\n 126 410 135 417 153 417 c 2\n 486 417 l 1\n 486 285 l 2\n370 566 m 2\n 256 466 l 2\n 247 459 243 457 237 457 c 0\n 226 457 217 466 217 478 c 0\n 217 485 219 488 229 497 c 2\n 343 597 l 2\n 352 604 356 606 362 606 c 0\n 373 606 382 597 382 585 c 0\n 382 578 379 574 370 566 c 2\nEndSplineSet\nMinimumDistance: x0,-1 y3,0 y3,2 x13,16 x13,14 x12,9 x12,11 x5,8 x5,6 \nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 798\nWidth: 600\nFlags: HW\nHStem: -16 41<281 315> 184 41<116 395> 271 146<480 488> 390 41<281 315>\nFore\n116 184 m 1\n 125 90 200 25 302 25 c 0\n 374 25 436 49 488 97 c 0\n 496 105 500 107 506 107 c 0\n 516 107 526 98 526 88 c 0\n 526 76 510 58 482 39 c 0\n 432 4 366 -16 300 -16 c 0\n 168 -16 74 76 74 204 c 0\n 74 336 170 431 304 431 c 0\n 366 431 420 412 460 376 c 1\n 460 389 l 2\n 460 408 468 417 482 417 c 0\n 494 417 502 408 502 389 c 2\n 502 298 l 2\n 502 280 494 271 482 271 c 0\n 468 271 462 278 460 295 c 0\n 456 348 386 390 302 390 c 0\n 199 390 126 323 116 225 c 1\n 388 225 l 2\n 406 225 416 218 416 205 c 0\n 416 191 406 184 388 184 c 2\n 116 184 l 1\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 799\nWidth: 600\nFlags: HW\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 800\nWidth: 600\nFlags: HW\nHStem: 0 41<119 279 320 480> 376 41<161 279> 520 104<259 318>\nVStem: 259 59<520 624> 279 41<41 376 376 376>\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 801\nWidth: 600\nFlags: HW\nHStem: 0 41<119 279 320 480> 376 41<161 279>\nVStem: 140 100<493.5 520> 279 41<41 376 376 376> 361 100<493.5 520>\nRef: 168 168 N 1 0 0 1 0 -54\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 802\nWidth: 600\nFlags: HW\nHStem: -186 41<174 302 302 303> 376 41<176 417> 520 104<355 414>\nVStem: 355 59<520 624> 417 41<-28 376 376 376>\nRef: 106 106 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 803\nWidth: 600\nFlags: HW\nHStem: 0 40<100 104 289 320 352 451> 196 41<352 446> 376 41<87.5922 131 173 320 352 387>\nVStem: 34 42<58 97> 132 42<66 376> 320 32<41 196 236 376> 524 42<95 129>\nFore\n352 376 m 1\n 352 237 l 1\n 444 237 l 2\n 524 237 566 176 566 113 c 0\n 566 51 532 0 442 0 c 2\n 294 0 l 2\n 276 0 266 7 266 21 c 0\n 266 34 276 41 294 41 c 2\n 320 41 l 1\n 320 376 l 1\n 174 376 l 1\n 174 67 l 1\n 176 20 152 0 100 0 c 0\n 62 -1 36 18 34 59 c 1\n 34 88 l 2\n 34 107 42 116 56 116 c 0\n 68 116 76 107 76 88 c 2\n 76 65 l 2\n 76 48 88 40 102 40 c 0\n 122 40 132 50 132 65 c 2\n 132 376 l 1\n 98 376 l 2\n 80 376 72 383 72 397 c 0\n 72 410 80 417 98 417 c 2\n 382 417 l 2\n 400 417 408 410 408 397 c 0\n 408 383 400 376 382 376 c 2\n 352 376 l 1\n352 41 m 1\n 438 41 l 2\n 510 41 524 67 524 113 c 0\n 524 174 488 196 426 196 c 2\n 352 196 l 1\n 352 41 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y5,8 x8,5 x8,7 x0,24 x0,26 x20,23 x20,21 \nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 804\nWidth: 600\nFlags: HW\nHStem: 0 41<45.3475 82 122 157 283 317 350 461> 196 41<122 317 350 452> 376 41<45.3475 82 122 157 283 317 350 382>\nVStem: 82 40<40 196 237 376> 318 32<41 196 237 376> 530 42<95 129>\nFore\n350 376 m 1\n 350 237 l 1\n 450 237 l 2\n 530 237 572 176 572 113 c 0\n 572 51 538 0 448 0 c 2\n 286 0 l 2\n 268 0 258 7 258 21 c 0\n 258 34 268 41 286 41 c 2\n 318 41 l 1\n 318 196 l 1\n 122 196 l 1\n 122 41 l 1\n 155 41 l 2\n 173 41 181 34 181 21 c 0\n 181 7 173 0 155 0 c 2\n 56 0 l 2\n 38 0 28 7 28 21 c 0\n 28 34 38 41 56 41 c 2\n 82 41 l 1\n 82 376 l 1\n 56 376 l 2\n 38 376 28 383 28 397 c 0\n 28 410 38 417 56 417 c 2\n 155 417 l 2\n 173 417 181 410 181 397 c 0\n 181 383 173 376 155 376 c 2\n 122 376 l 1\n 122 237 l 1\n 318 237 l 1\n 318 376 l 1\n 286 376 l 2\n 268 376 258 383 258 397 c 0\n 258 410 268 417 286 417 c 1\n 380 417 l 1\n 398 417 406 410 406 397 c 0\n 406 383 398 376 380 376 c 2\n 350 376 l 1\n350 41 m 1\n 444 41 l 2\n 516 41 530 67 530 113 c 0\n 530 174 494 196 432 196 c 2\n 350 196 l 1\n 350 41 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x29,32 x29,30 x8,5 x8,7 x0,33 x0,35 x26,23 x26,25 x19,22 x19,20 x18,15 x18,17 x11,14 x11,12 \nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 805\nWidth: 600\nFlags: HW\nHStem: 0 41<68 124 165 220 389 428 476 524> 349 41<298 334> 469 40<59.4485 124 164 315> 543 20G<70.1309 124.131> 584 20G<70.1504 165.15>\nVStem: 43 122<582 586> 124 41<40 255 306 469 508 563> 437 41<40 257>\nFore\n314 349 m 0\n 258.722 349 221.29 322.148 192 287 c 1\n 192 286 l 1\n 165 255 l 1\n 165 41 l 1\n 210 41 l 2\n 228 41 237 35 238 22 c 1\n 238 21 l 2\n 238 7 229 0 210 0 c 2\n 78 0 l 2\n 61 0 52 6 51 19 c 1\n 51 21 l 2\n 51 34 60 41 78 41 c 2\n 124 41 l 1\n 124 469 l 1\n 70 469 l 2\n 53 469 44 475 43 488 c 1\n 43 489 l 2\n 43 502 52 509 70 509 c 2\n 124 509 l 1\n 124 563 l 1\n 70 563 l 2\n 52 563 43 570 43 584 c 0\n 43 597 52 604 70 604 c 2\n 165 604 l 1\n 165 509 l 1\n 306 509 l 2\n 323 509 332 503 333 490 c 1\n 333 489 l 2\n 333 476 324 469 306 469 c 2\n 165 469 l 1\n 165 306 l 1\n 205 354 245 381 287 388 c 0\n 297 389 307 390 319 390 c 0\n 407.17 390 478 337.804 478 251 c 1\n 478 41 l 1\n 523 41 l 2\n 541 41 550 35 551 22 c 1\n 551 21 l 2\n 551 7 542 0 523 0 c 2\n 392 0 l 2\n 374 0 365 7 365 21 c 0\n 365 34 374 41 392 41 c 2\n 437 41 l 1\n 437 247 l 2\n 437 277 424 302 400 322 c 2\n 399 323 l 2\n 378 340 350 349 314 349 c 0\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 806\nWidth: 600\nFlags: HW\nHStem: 0 41<86.4704 151 361 400 457 506> 376 41<86.4704 151 332.47 364 425 475>\nVStem: 151 41<40 191 240 376> 316 184<395 401>\nDStem: 192 191 223 217 400 41 458 41 343 597 370 566 229 497 256 466 365 376 426 376 192 240 223 217\nFore\n192 0 m 1\n 97 0 l 2\n 79 0 70 7 70 21 c 0\n 70 34 79 41 97 41 c 2\n 151 41 l 1\n 151 376 l 1\n 97 376 l 2\n 79 376 70 383 70 397 c 0\n 70 410 79 417 97 417 c 2\n 192 417 l 1\n 192 240 l 1\n 365 376 l 1\n 343 376 l 2\n 325 376 316 383 316 397 c 0\n 316 410 325 417 343 417 c 2\n 473 417 l 2\n 491 417 500 410 500 397 c 0\n 500 383 491 376 473 376 c 2\n 426 376 l 1\n 223 217 l 1\n 458 41 l 1\n 503 41 l 2\n 521 41 530 34 530 21 c 0\n 530 7 521 0 503 0 c 2\n 372 0 l 2\n 354 0 345 7 345 21 c 0\n 345 34 354 41 372 41 c 2\n 400 41 l 1\n 192 191 l 1\n 192 0 l 1\n370 566 m 2\n 256 466 l 2\n 247 459 243 457 237 457 c 0\n 226 457 217 466 217 478 c 0\n 217 485 219 488 229 497 c 2\n 343 597 l 2\n 352 604 356 606 362 606 c 0\n 373 606 382 597 382 585 c 0\n 382 578 379 574 370 566 c 2\nEndSplineSet\nMinimumDistance: x16,-1 x5,8 x5,6 x4,1 x4,3 \nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 807\nWidth: 600\nFlags: HW\nHStem: 0 41<87 123 164 219 380 436 477 513> 376 41<78.4704 123 164 219 380 436 477 513>\nVStem: 123 41<40 84 137 376> 436 41<40 272 324 376>\nDStem: 229 566 256 597 343 466 370 497 436 325 436 272 164 137 164 84\nFore\n164 376 m 1\n 164 137 l 1\n 436 325 l 1\n 436 376 l 1\n 391 376 l 2\n 373 376 364 383 364 397 c 0\n 364 410 373 417 391 417 c 1\n 511 417 l 1\n 529 417 538 410 538 397 c 0\n 538 383 529 376 511 376 c 2\n 477 376 l 1\n 477 41 l 1\n 511 41 l 2\n 529 41 538 34 538 21 c 0\n 538 7 529 0 511 0 c 2\n 391 0 l 2\n 373 0 364 7 364 21 c 0\n 364 34 373 41 391 41 c 2\n 436 41 l 1\n 436 272 l 1\n 164 84 l 1\n 164 41 l 1\n 209 41 l 2\n 227 41 236 34 236 21 c 0\n 236 7 227 0 209 0 c 2\n 90 0 l 2\n 71 0 62 7 62 21 c 0\n 62 34 71 41 90 41 c 2\n 123 41 l 1\n 123 376 l 1\n 89 376 l 2\n 71 376 62 383 62 397 c 0\n 62 410 71 417 89 417 c 2\n 209 417 l 2\n 227 417 236 410 236 397 c 0\n 236 383 227 376 209 376 c 2\n 164 376 l 1\n256 597 m 2\n 370 497 l 1\n 377 489 l 2\n 382 484 382 484 382 478 c 0\n 382 466 373 457 361 457 c 0\n 356 457 350 460 343 466 c 2\n 229 566 l 2\n 220 574 217 578 217 586 c 0\n 217 597 226 606 237 606 c 0\n 243 606 248 603 256 597 c 2\nEndSplineSet\nMinimumDistance: x7,-1 x18,15 x18,17 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 x29,32 x29,30 x28,25 x28,27 x21,24 x21,22 x0,33 x0,35 \nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 808\nWidth: 600\nFlags: HW\nHStem: -186 41<84 211 252 317> -186 186 376 41<78 94 141 141 141 193 412 466 508 508 508 522> 457 41<272 328>\nRef: 728 728 N 1 0 0 1 0 -33\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 809\nWidth: 600\nFlags: HW\nHStem: 0 41<88 123 164 276 324 436 477 512> 376 41<78.4704 123 164 211 381 436 477 514>\nVStem: 123 41<41 376> 276 48<-80 0> 436 41<41 376>\nFore\n324 0 m 1\n 324 -80 l 1\n 276 -80 l 1\n 276 0 l 1\n 89 0 l 2\n 72 1 63 6 62 19 c 1\n 62 20 l 2\n 62 34 71 41 89 41 c 2\n 123 41 l 1\n 123 376 l 1\n 89 376 l 2\n 72 376 63 382 62 395 c 1\n 62 396 l 2\n 62 410 71 417 89 417 c 2\n 209 417 l 2\n 227 417 236 410 236 396 c 0\n 236 383 227 376 209 376 c 2\n 164 376 l 1\n 164 41 l 1\n 436 41 l 1\n 436 376 l 1\n 391 376 l 2\n 374 376 365 382 364 395 c 1\n 364 396 l 2\n 364 410 373 417 391 417 c 2\n 510 417 l 2\n 528 417 537 410 538 397 c 1\n 538 396 l 2\n 538 383 529 376 510 376 c 2\n 477 376 l 1\n 477 41 l 1\n 511 41 l 2\n 529 41 538 34 538 20 c 0\n 538 7 529 1 511 0 c 2\n 324 0 l 1\nEndSplineSet\nMinimumDistance: x25,-1 y0,2 y0,1 x30,31 x30,33 x17,14 x17,16 \nEndChar\nStartChar: uni0464\nEncoding: 1124 1124 810\nWidth: 600\nFlags: HW\nHStem: -16 41<375 403> 0 41<29 54 97 131> 272 41<97 163 207 419> 522 41<19.4704 54 97 123> 535 41<354.934 394>\nVStem: 55 41<41 272 313 522> 164 42<240 272 313 336> 516 40<508 545>\nFore\n164 313 m 1\n 164 325 l 2\n 164 386 182 454 220 502 c 0\n 260 553 308 576 374 576 c 0\n 440 576 494 558 516 507 c 1\n 516 536 l 2\n 516 554 522 563 536 563 c 0\n 550 563 556 554 556 536 c 2\n 556 424 l 2\n 556 406 550 397 536 397 c 0\n 524 397 520 405 516 421 c 0\n 502 480 464 535 374 535 c 0\n 264 535 206 438 206 319 c 2\n 206 313 l 1\n 412 313 l 2\n 430 313 438 306 438 293 c 0\n 438 279 430 272 412 272 c 2\n 206 272 l 1\n 206 248 l 2\n 206 128 289 25 392 25 c 0\n 447 25 480 51 534 115 c 0\n 540 123 544 125 552 125 c 0\n 564 125 572 117 572 106 c 0\n 572 96 558 81 534 55 c 0\n 498 17 461 -16 392 -16 c 0\n 261 -16 164 107 164 242 c 2\n 164 272 l 1\n 96 272 l 1\n 96 41 l 1\n 121 41 l 2\n 139 41 148 34 148 21 c 0\n 148 7 139 0 121 0 c 2\n 34 0 l 2\n 16 0 6 7 6 21 c 0\n 6 34 15 41 34 41 c 2\n 55 41 l 1\n 55 522 l 1\n 30 522 l 2\n 12 522 3 529 3 543 c 0\n 3 556 12 563 30 563 c 2\n 120 563 l 2\n 138 563 147 556 147 543 c 0\n 147 529 138 522 120 522 c 2\n 96 522 l 1\n 96 313 l 1\n 164 313 l 1\nEndSplineSet\nEndChar\nStartChar: uni046A\nEncoding: 1130 1130 811\nWidth: 600\nFlags: HW\nHStem: 0 41<25.3475 62 244 279 321 360 538 568> 0 336<280 320> 522 42<187 413>\nVStem: 280 40<41 286>\nDStem: 135 534 186 522 244.779 316.402 280 336 414 522 465 534 320 336 355.062 316.086\nFore\n245 316 m 1\n 135 534 l 2\n 127 549 134 564 153 564 c 2\n 447 564 l 2\n 470 564 472 546 465 534 c 2\n 355 316 l 1\n 445 272 503 225 538 41 c 1\n 564 41 l 2\n 582 41 592 34 592 21 c 0\n 592 7 582 0 564 0 c 2\n 508 0 l 1\n 466 190 414 244 320 287 c 1\n 320 41 l 1\n 350 41 l 2\n 368 41 378 34 378 21 c 0\n 378 7 368 0 350 0 c 2\n 250 0 l 2\n 232 0 222 7 222 21 c 0\n 222 34 232 41 250 41 c 2\n 280 41 l 1\n 280 287 l 1\n 186 244 134 190 92 0 c 1\n 36 0 l 2\n 18 0 8 7 8 21 c 0\n 8 34 18 41 36 41 c 2\n 62 41 l 1\n 96 223 157 274 245 316 c 1\n280 336 m 1\n 320 336 l 1\n 414 522 l 1\n 186 522 l 1\n 280 336 l 1\nEndSplineSet\nMinimumDistance: x4,-1 x19,16 x19,18 x12,15 x12,13 \nEndChar\nStartChar: uni046C\nEncoding: 1132 1132 812\nWidth: 600\nFlags: HW\nHStem: 0 41<29 55 102 131 242 279 321 359 538 566> 0 336<280 320> 304 41<96 211> 522 41<19.4704 35 37 55 96 130 195 403> 544 20G<153 447>\nVStem: 55 41<164 304 345 522> 280 40<42 286>\nDStem: 134.681 533.798 186.238 522.5 243.681 316.798 280.319 335.202 413.762 522.5 465.319 533.798 319.681 335.202 356.319 316.798\nFore\n356 317 m 1\n 356 315 356 315 357 315 c 0\n 444 273 504 222 538 41 c 1\n 564 41 l 2\n 582 41 592 34 592 21 c 0\n 592 7 582 0 564 0 c 2\n 508 0 l 1\n 466 190 414 244 320 287 c 1\n 320 41 l 1\n 350 41 l 2\n 368 41 378 34 378 21 c 0\n 378 7 368 0 350 0 c 2\n 250 0 l 2\n 232 0 222 7 222 21 c 0\n 222 34 232 41 250 41 c 2\n 280 41 l 1\n 280 287 l 1\n 193 247 142 198 102 41 c 1\n 121 41 l 2\n 139 41 148 34 148 21 c 0\n 148 7 139 0 121 0 c 2\n 34 0 l 2\n 16 -0 6 7 6 21 c 0\n 6 34 15 41 34 41 c 2\n 55 41 l 1\n 55 522 l 1\n 30 522 l 2\n 12 522 3 529 3 543 c 0\n 3 556 12 563 30 563 c 2\n 447 563 l 2\n 470 563 472 546 465 534 c 2\n 356 317 l 1\n230 345 m 1\n 141 522 l 1\n 96 522 l 1\n 96 345 l 1\n 230 345 l 1\n96 164 m 1\n 127 239 169 275 221 304 c 1\n 96 304 l 1\n 96 164 l 1\n280 336 m 1\n 320 336 l 1\n 414 522 l 1\n 186 522 l 1\n 280 336 l 1\nEndSplineSet\nEndChar\nStartChar: uni0470\nEncoding: 1136 1136 813\nWidth: 600\nFlags: HW\nHStem: 0 43<165.589 279 322 435> 521 42<46 81 236 279 322 369 519 563>\nVStem: 81 40<349 521> 280 41<43 138 181 521> 479 40<349 522> 479 102<540 544>\nFore\n321 180 m 1\n 426 188 479 251 479 370 c 2\n 479 563 l 1\n 554 563 l 2\n 569 563 581 556 581 541 c 0\n 581 528 567 522 554 522 c 2\n 519 522 l 1\n 519 350 l 2\n 519 224 436 145 321 138 c 1\n 321 43 l 1\n 426 43 l 2\n 441 43 453 36 453 22 c 0\n 453 7 441 0 426 0 c 2\n 175 0 l 2\n 160 0 147 7 147 22 c 0\n 147 37 160 43 175 43 c 2\n 280 43 l 1\n 280 138 l 1\n 157 148 81 227 81 370 c 2\n 81 521 l 1\n 47 521 l 2\n 35 521 19 528 19 541 c 0\n 19 556 31 563 47 563 c 2\n 121 563 l 1\n 121 350 l 2\n 121 243 182 187 280 179 c 1\n 280 521 l 1\n 237 521 l 2\n 225 521 209 530 209 541 c 0\n 209 556 222 563 237 563 c 2\n 369 563 l 2\n 387 561 396 559 396 541 c 0\n 396 526 381 521 369 521 c 2\n 321 521 l 1\n 321 180 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y3,6 x6,3 x6,5 x33,30 x33,32 x26,29 x26,27 x16,13 x16,15 x9,12 x9,10 x19,22 x19,20 \nEndChar\nStartChar: uni0471\nEncoding: 1137 1137 814\nWidth: 600\nFlags: HW\nHStem: 0 40<226 275 315 370> 377 40<51.9682 103 485 532>\nVStem: 103 41<118 377> 275 40<-170 0 41 586> 444 41<118.619 377> 444 113<396 399>\nRef: 968 968 N 1 0 0 1 0 0\nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 815\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 331> 291 41<166 316> 403 40<59.43 123 166 316> 522 41<59.4704 123 166 313>\nVStem: 124 41<42 290 332 403 443 522> 458 41<160 176>\nFore\n165 403 m 1\n 165 332 l 1\n 296 332 l 2\n 410 332 499 258 499 165 c 0\n 499 72 416 0 310 0 c 2\n 70 0 l 2\n 52 0 43 7 43 20 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 403 l 1\n 70 403 l 2\n 52 403 43 410 43 423 c 0\n 43 436 52 443 70 443 c 2\n 124 443 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 542 c 0\n 43 556 52 563 70 563 c 2\n 303 563 l 2\n 321 563 331 556 331 542 c 0\n 331 529 322 522 303 522 c 2\n 165 522 l 1\n 165 443 l 1\n 306 443 l 2\n 324 443 333 436 333 423 c 0\n 333 410 324 403 306 403 c 2\n 165 403 l 1\n165 291 m 1\n 165 41 l 1\n 314 41 l 2\n 393 41 458 97 458 165 c 0\n 458 234 386 291 299 291 c 2\n 165 291 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 816\nWidth: 600\nFlags: HW\nHStem: 0 41<131 168 211 380> 196 41<211 372> 293 40<122 168 211 257> 376 41<124 168 211 255>\nVStem: 108 163<304.321 320 396 400> 169 41<42 195 237 292 333 376> 451 41<96 128>\nFore\n210 41 m 1\n 365 41 l 2\n 436 41 451 67 451 113 c 0\n 451 174 414 196 352 196 c 2\n 210 196 l 1\n 210 41 l 1\n169 333 m 1\n 169 376 l 1\n 132 376 l 2\n 114 376 108 387 108 397 c 0\n 108 407 115 417 133 417 c 2\n 246 417 l 2\n 264 417 271 407 271 397 c 0\n 271 387 265 376 247 376 c 2\n 210 376 l 1\n 210 333 l 1\n 255 333 l 2\n 266 333 271 326 271 313 c 0\n 271 300 266 293 255 293 c 2\n 210 293 l 1\n 210 237 l 1\n 370 237 l 2\n 451 237 492 176 492 113 c 0\n 492 51 459 0 368 0 c 2\n 134 0 l 2\n 116 0 108 10 108 21 c 0\n 108 30 116 41 134 41 c 2\n 169 41 l 1\n 169 293 l 1\n 124 293 l 2\n 113 293 108 300 108 313 c 0\n 108 326 113 333 124 333 c 2\n 169 333 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 817\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 313> 231 41<166 316> 522 41<59.4704 123 166 331>\nVStem: 124 41<41 231 273 521> 458 41<384 400>\nDStem: 294.419 342.297 322.703 370.581 356.156 280.56 395.217 298.067 388.075 248.641 425.007 268.277 461.297 175.419 489.581 203.703\nFore\n395 298 m 1\n 433 321 458 358 458 398 c 0\n 458 466 393 522 314 522 c 2\n 165 522 l 1\n 165 272 l 1\n 299 272 l 2\n 319 272 338 275 356 281 c 1\n 294 342 l 2\n 282 355 280 366 289 376 c 0\n 299 385 310 383 323 371 c 2\n 395 298 l 1\n425 268 m 1\n 490 204 l 2\n 502 191 504 180 495 170 c 0\n 485 161 474 163 461 175 c 2\n 388 249 l 1\n 361 237 329 231 296 231 c 2\n 165 231 l 1\n 165 41 l 1\n 303 41 l 2\n 322 41 331 34 331 21 c 0\n 331 7 321 0 303 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 310 563 l 2\n 416 563 499 491 499 398 c 0\n 499 345 470 299 425 268 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 818\nWidth: 600\nFlags: HW\nHStem: -186 41<38.4704 102 145 246> 10 41<310 341> 376 41<38.4704 102> 390 41<310 342>\nVStem: 103 41<-145 105 214 230 336 376> 500 41<214 230>\nDStem: 334.419 136.297 362.703 164.581 401.87 68.8458 436.717 90.5674 433.073 37.6426 466.69 60.5943 501.297 -30.5811 529.581 -2.29688\nFore\n437 91 m 1\n 475 121 500 167 500 219 c 0\n 500 316 423 390 322 390 c 0\n 223 390 144 315 144 221 c 0\n 144 126 223 51 322 51 c 0\n 351 51 378 57 402 69 c 1\n 334 136 l 2\n 322 149 320 160 329 170 c 0\n 339 179 350 177 363 165 c 2\n 437 91 l 1\n467 61 m 1\n 530 -2 l 2\n 542 -15 544 -26 535 -36 c 0\n 525 -45 514 -43 501 -31 c 2\n 433 38 l 1\n 401 20 364 10 323 10 c 0\n 246 10 190 40 144 106 c 1\n 144 -145 l 1\n 242 -145 l 2\n 260 -145 269 -152 269 -165 c 0\n 269 -179 260 -186 242 -186 c 2\n 49 -186 l 2\n 31 -186 22 -179 22 -165 c 0\n 22 -152 31 -145 49 -145 c 2\n 103 -145 l 1\n 103 376 l 1\n 49 376 l 2\n 31 376 22 383 22 397 c 0\n 22 410 31 417 49 417 c 2\n 144 417 l 1\n 144 335 l 1\n 197 404 247 431 323 431 c 0\n 447 431 541 340 541 221 c 0\n 541 156 513 99 467 61 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 819\nWidth: 600\nFlags: HW\nHStem: 0 41<78 141 185 324> 522 41<78 141 185 498>\nVStem: 142 42<41 522> 498 40<563 672>\nFore\n538 522 m 1\n 184 522 l 1\n 184 41 l 1\n 322 41 l 2\n 340 41 350 34 350 21 c 0\n 350 7 340 0 322 0 c 2\n 88 0 l 2\n 70 0 62 7 62 21 c 0\n 62 34 70 41 88 41 c 2\n 142 41 l 1\n 142 522 l 1\n 88 522 l 2\n 70 522 62 529 62 543 c 0\n 62 556 70 563 88 563 c 2\n 498 563 l 1\n 498 661 l 2\n 498 679 504 688 518 688 c 0\n 532 688 538 679 538 661 c 2\n 538 522 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 y0,0 x0,0 x0,0 \nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 820\nWidth: 600\nFlags: HW\nHStem: 0 41<130.96 186 229 275> 376 41<143 186 229 445> 376 159<464 467>\nVStem: 187 41<41 376> 445 41<417 512>\nFore\n445 417 m 1\n 445 508 l 2\n 445 526 452 535 465 535 c 0\n 481 535 486 525 486 508 c 2\n 486 376 l 1\n 228 376 l 1\n 228 41 l 1\n 273 41 l 2\n 291 41 300 34 300 21 c 0\n 300 7 291 0 273 0 c 2\n 142 0 l 2\n 123 0 114 7 114 21 c 0\n 114 34 123 41 142 41 c 2\n 187 41 l 1\n 187 376 l 1\n 153 376 l 2\n 135 376 126 383 126 397 c 0\n 126 410 135 417 153 417 c 2\n 445 417 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 y0,0 x0,0 x0,0 \nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 821\nWidth: 600\nFlags: HW\nHStem: 0 41<78 141 185 327> 361 40<87 141 185 334> 522 41<78 141 185 498>\nVStem: 142 42<41 361 401 522> 498 40<416 522>\nFore\n184 401 m 1\n 325 401 l 2\n 343 401 352 394 352 381 c 0\n 352 368 343 361 325 361 c 2\n 184 361 l 1\n 184 41 l 1\n 322 41 l 2\n 340 41 350 34 350 21 c 0\n 350 7 340 0 322 0 c 2\n 88 0 l 2\n 70 0 62 7 62 21 c 0\n 62 34 70 41 88 41 c 2\n 142 41 l 1\n 142 361 l 1\n 89 361 l 2\n 71 361 62 368 62 381 c 0\n 62 394 71 401 89 401 c 2\n 142 401 l 1\n 142 522 l 1\n 88 522 l 2\n 70 522 62 529 62 543 c 0\n 62 556 70 563 88 563 c 2\n 538 563 l 1\n 538 424 l 2\n 538 406 532 397 518 397 c 0\n 504 397 498 406 498 424 c 2\n 498 522 l 1\n 184 522 l 1\n 184 401 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 822\nWidth: 600\nFlags: HW\nHStem: 0 41<130.96 186 229 275> 249 40<141 186 229 308> 376 41<143 186 229 445>\nVStem: 187 41<41 249 289 376> 445 41<274.43 376>\nFore\n187 289 m 1\n 187 376 l 1\n 153 376 l 2\n 135 376 126 383 126 397 c 0\n 126 410 135 417 153 417 c 2\n 486 417 l 1\n 486 285 l 2\n 486 268 481 258 465 258 c 0\n 452 258 445 267 445 285 c 2\n 445 376 l 1\n 228 376 l 1\n 228 289 l 1\n 306 289 l 2\n 319 289 325 282 325 269 c 0\n 325 256 319 249 306 249 c 2\n 228 249 l 1\n 228 41 l 1\n 273 41 l 2\n 291 41 300 34 300 21 c 0\n 300 7 291 0 273 0 c 2\n 142 0 l 2\n 123 0 114 7 114 21 c 0\n 114 34 123 41 142 41 c 2\n 187 41 l 1\n 187 249 l 1\n 145 249 l 2\n 132 249 126 256 126 269 c 0\n 126 282 132 289 145 289 c 2\n 187 289 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 823\nWidth: 600\nFlags: HW\nHStem: -93 41<398 415> 0 41<78 141 185 244> 291 41<185 377> 522 41<78 141 185 498>\nVStem: 142 42<41 290 332 522> 498 40<419 522> 518 42<51 179>\nFore\n184 291 m 1\n 184 41 l 1\n 242 41 l 2\n 260 41 270 34 270 21 c 0\n 270 7 260 0 242 0 c 2\n 88 0 l 2\n 70 0 62 7 62 21 c 0\n 62 34 70 41 88 41 c 2\n 142 41 l 1\n 142 522 l 1\n 88 522 l 2\n 70 522 62 529 62 543 c 0\n 62 556 70 563 88 563 c 2\n 538 563 l 1\n 538 424 l 2\n 538 406 532 397 518 397 c 0\n 504 397 498 406 498 424 c 2\n 498 522 l 1\n 184 522 l 1\n 184 332 l 1\n 356 332 l 2\n 470 332 560 258 560 165 c 2\n 560 58 l 2\n 560 -26 494 -93 412 -93 c 0\n 387 -93 355 -86 337 -77 c 0\n 329 -73 325 -67 325 -59 c 0\n 325 -48 333 -39 343 -39 c 0\n 348 -39 350 -40 375 -47 c 0\n 383 -50 401 -52 413 -52 c 0\n 474 -52 518 -4 518 64 c 2\n 518 165 l 2\n 518 234 446 291 360 291 c 2\n 184 291 l 1\nEndSplineSet\nMinimumDistance: x21,-1 y17,14 y17,16 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 \nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 824\nWidth: 600\nFlags: HW\nHStem: -188 41<322 341> 0 41<130.96 186 229 275> 196 41<229 338> 376 41<143 186 229 445>\nVStem: 187 41<41 195 237 376> 444 42<-44 116 276 376>\nFore\n228 196 m 1\n 228 41 l 1\n 273 41 l 2\n 291 41 300 34 300 21 c 0\n 300 7 291 0 273 0 c 2\n 142 0 l 2\n 123 0 114 7 114 21 c 0\n 114 34 123 41 142 41 c 2\n 187 41 l 1\n 187 376 l 1\n 153 376 l 2\n 135 376 126 383 126 397 c 0\n 126 410 135 417 153 417 c 2\n 486 417 l 1\n 486 285 l 2\n 486 268 481 258 465 258 c 0\n 452 258 445 267 445 285 c 2\n 445 376 l 1\n 228 376 l 1\n 228 237 l 1\n 314 237 l 2\n 416 237 486 188 486 102 c 2\n 486 -37 l 2\n 486 -121 420 -188 338 -188 c 0\n 313 -188 281 -181 263 -172 c 0\n 255 -168 251 -162 251 -154 c 0\n 251 -143 259 -134 269 -134 c 0\n 274 -134 276 -135 301 -142 c 0\n 309 -145 327 -147 339 -147 c 0\n 400 -147 444 -99 444 -31 c 2\n 444 102 l 2\n 444 164 392 196 318 196 c 2\n 228 196 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x14,17 y17,14 y17,16 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 \nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 825\nWidth: 600\nFlags: HW\nHStem: 0 41<25.3475 62 245 279 321 360 538 550> 522 41<35 58 110 127 245 279 321 360 472 490 542 572>\nVStem: 11 142<542 545> 280 40<41 286 337 522> 447 142<542 545> 550 42<-129 0>\nDStem: 58 522 109 522 246 317 280 336 491 522 542 522 320 336 354 317\nFore\n592 41 m 1\n 592 -119 l 2\n 592 -137 584 -146 572 -146 c 0\n 558 -146 550 -137 550 -119 c 2\n 550 0 l 1\n 508 0 l 1\n 466 190 414 244 320 287 c 1\n 320 41 l 1\n 350 41 l 2\n 368 41 378 34 378 21 c 0\n 378 7 368 0 350 0 c 2\n 250 0 l 2\n 232 0 222 7 222 21 c 0\n 222 34 232 41 250 41 c 2\n 280 41 l 1\n 280 287 l 1\n 186 244 134 190 92 0 c 1\n 36 0 l 2\n 18 0 8 7 8 21 c 0\n 8 34 18 41 36 41 c 2\n 62 41 l 1\n 96 224 158 274 246 317 c 1\n 58 522 l 1\n 39 522 l 2\n 19 522 11 529 11 543 c 0\n 11 556 19 563 39 563 c 2\n 125 563 l 2\n 143 563 153 556 153 543 c 0\n 153 529 143 522 125 522 c 2\n 109 522 l 1\n 280 336 l 1\n 280 522 l 1\n 250 522 l 2\n 232 522 222 529 222 543 c 0\n 222 556 232 563 250 563 c 2\n 350 563 l 2\n 368 563 378 556 378 543 c 0\n 378 529 368 522 350 522 c 2\n 320 522 l 1\n 320 336 l 1\n 491 522 l 1\n 475 522 l 2\n 457 522 447 529 447 543 c 0\n 447 556 457 563 475 563 c 2\n 561 563 l 2\n 581 563 589 556 589 543 c 0\n 589 529 581 522 561 522 c 2\n 542 522 l 1\n 354 317 l 1\n 442 274 504 224 538 41 c 1\n 592 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 x38,35 x38,37 x31,34 x31,32 x14,11 x14,13 x7,10 x7,8 \nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 826\nWidth: 600\nFlags: HW\nHStem: 0 41<28 64 112 149 236 279 322 364 453 489 537 547> 376 41<38 66 126 156 236 279 322 364 444 475 535 556>\nVStem: 12 153<14 23> 22 153<396 399> 280 41<41 190 241 376> 426 153<396 399> 547 42<-129 0>\nDStem: 66 376 125 376 248 217 280 240 476 376 535 376 321 240 353 217\nFore\n589 41 m 1\n 589 -119 l 2\n 589 -137 581 -146 569 -146 c 0\n 555 -146 547 -137 547 -119 c 2\n 547 0 l 1\n 462 0 l 2\n 444 0 436 7 436 21 c 0\n 436 34 444 41 462 41 c 2\n 490 41 l 1\n 456 108 395 150 321 191 c 1\n 321 41 l 1\n 356 41 l 2\n 374 41 384 34 384 21 c 0\n 384 7 374 0 356 0 c 2\n 245 0 l 2\n 227 0 217 7 217 21 c 0\n 217 34 227 41 245 41 c 2\n 280 41 l 1\n 280 191 l 1\n 206 150 145 108 111 41 c 1\n 139 41 l 2\n 157 41 165 34 165 21 c 0\n 165 7 157 0 139 0 c 2\n 38 0 l 2\n 20 0 12 7 12 21 c 0\n 12 34 20 41 38 41 c 2\n 64 41 l 1\n 98 120 158 174 248 217 c 1\n 66 376 l 1\n 48 376 l 2\n 30 376 22 383 22 397 c 0\n 22 410 30 417 48 417 c 2\n 147 417 l 2\n 165 417 175 410 175 397 c 0\n 175 383 165 376 147 376 c 2\n 125 376 l 1\n 280 240 l 1\n 280 376 l 1\n 245 376 l 2\n 227 376 217 383 217 397 c 0\n 217 410 227 417 245 417 c 2\n 356 417 l 2\n 374 417 384 410 384 397 c 0\n 384 383 374 376 356 376 c 2\n 321 376 l 1\n 321 240 l 1\n 476 376 l 1\n 454 376 l 2\n 436 376 426 383 426 397 c 0\n 426 410 436 417 454 417 c 2\n 553 417 l 2\n 571 417 579 410 579 397 c 0\n 579 383 571 376 553 376 c 2\n 535 376 l 1\n 353 217 l 1\n 443 174 503 120 537 41 c 1\n 589 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 x4,7 x4,5 x44,41 x44,43 x37,40 x37,38 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 827\nWidth: 600\nFlags: HW\nHStem: -173 38<289 305> -81 106<284 305> 0 166<108 116> 270 41<232 313> 406 157<132 140> 535 41<284 316>\nVStem: 92 41<19 55> 115 41<518 538> 274 38<-47 -16> 340 37<-112 -104> 442 44<406 434> 464 44<138 167>\nFore\n486 421 m 0\n 486 362.092 449.206 316.288 398 298 c 1\n 398 291 l 1\n 462.518 271.645 508 224.737 508 151 c 0\n 508 57 427 -12 312 -16 c 1\n 312 -47 l 1\n 353 -48 377 -70 377 -108 c 0\n 377 -147 345 -173 298 -173 c 0\n 278 -173 247 -165 228 -155 c 0\n 214 -148 210 -143 210 -133 c 0\n 210 -122 219 -114 230 -114 c 0\n 234 -114 237 -115 245 -119 c 0\n 267 -131 281 -135 296 -135 c 0\n 322 -135 340 -123 340 -106 c 0\n 340 -89 325 -81 294 -81 c 2\n 274 -81 l 1\n 274 -15 l 1\n 217 -9 168 15 133 56 c 1\n 133 27 l 2\n 133 9 126 0 112 0 c 0\n 99 0 92 9 92 27 c 2\n 92 139 l 2\n 92 157 99 166 113 166 c 0\n 126 166 132 158 133 142 c 0\n 136 76 210 25 301 25 c 0\n 394 25 464 79 464 153 c 0\n 464 188 447 220 419 237 c 0\n 395 253 370 270 303 270 c 2\n 242 270 l 2\n 224 270 215 277 215 291 c 0\n 215 304 224 311 242 311 c 2\n 290 311 l 2\n 346 311 377 327 403 344 c 0\n 428 361 442 389 442 420 c 0\n 442 486 381 535 299 535 c 0\n 221 535 160 490 156 430 c 0\n 155 414 148 406 135 406 c 0\n 122 406 115 415 115 433 c 2\n 115 536 l 2\n 115 554 122 563 135 563 c 0\n 149 563 156 554 156 536 c 2\n 156 517 l 1\n 198 558 243 576 302 576 c 0\n 407 576 486 509 486 421 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 828\nWidth: 600\nFlags: HW\nHStem: -173 38<293 304> -81 106<274 304> 0 137<119 126> 206 41<227 313> 293 124<143 146> 390 41<279 313>\nVStem: 103 41<19 37 99 119> 124 41<386 392> 274 38<-47 -16> 340 37<-112 -104> 428 45<307 323> 452 45<107 119>\nFore\n274 -15 m 1\n 222 -11 180 6 144 38 c 1\n 144 27 l 2\n 144 9 137 0 124 0 c 0\n 110 0 103 9 103 27 c 2\n 103 110 l 2\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 358 206 300 206 c 2\n 232 206 l 2\n 214 206 205 213 205 227 c 0\n 205 240 214 247 232 247 c 2\n 280 247 l 2\n 368 247 374 256 396 270 c 0\n 417 282 428 299 428 315 c 0\n 428 358 372 390 298 390 c 0\n 222 390 170 361 165 316 c 0\n 163 300 156 293 144 293 c 0\n 131 293 124 302 124 320 c 2\n 124 389 l 2\n 124 408 131 417 144 417 c 0\n 157 417 165 406 165 389 c 2\n 165 385 l 1\n 200 416 245 431 302 431 c 0\n 400 431 473 383 473 318 c 0\n 473 287 455 257 427 239 c 2\n 412 230 l 1\n 412 224 l 1\n 425 219 436 213 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 42 419 -12 312 -16 c 1\n 312 -47 l 1\n 353 -48 377 -70 377 -108 c 0\n 377 -147 345 -173 298 -173 c 0\n 278 -173 247 -165 228 -155 c 0\n 214 -148 210 -143 210 -133 c 0\n 210 -122 219 -114 230 -114 c 0\n 234 -114 237 -115 245 -119 c 0\n 267 -131 281 -135 296 -135 c 0\n 322 -135 340 -123 340 -106 c 0\n 340 -89 325 -81 294 -81 c 2\n 274 -81 l 1\n 274 -15 l 1\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 829\nWidth: 600\nFlags: HW\nHStem: 0 41<52 115 159 234 482 523> 522 41<52 115 159 234 372 415 484 502>\nVStem: 116 42<41 278 329 522> 523 42<-129 0>\nDStem: 416 522 484 522 158 328 192 309\nFore\n482 41 m 1\n 565 41 l 1\n 565 -119 l 2\n 565 -137 557 -146 545 -146 c 0\n 531 -146 523 -137 523 -119 c 2\n 523 0 l 1\n 450 0 l 1\n 388 206 258 250 158 279 c 1\n 158 41 l 1\n 232 41 l 2\n 250 41 260 34 260 21 c 0\n 260 7 250 0 232 0 c 2\n 62 0 l 2\n 44 0 36 7 36 21 c 0\n 36 34 44 41 62 41 c 2\n 116 41 l 1\n 116 522 l 1\n 62 522 l 2\n 44 522 36 529 36 543 c 0\n 36 556 44 563 62 563 c 2\n 232 563 l 2\n 250 563 260 556 260 543 c 0\n 260 529 250 522 232 522 c 2\n 158 522 l 1\n 158 328 l 1\n 416 522 l 1\n 382 522 l 2\n 362 522 354 529 354 543 c 0\n 354 556 362 563 382 563 c 2\n 500 563 l 2\n 518 563 528 556 528 543 c 0\n 528 529 518 522 500 522 c 2\n 484 522 l 1\n 192 309 l 1\n 292 282 418 234 482 41 c 1\nEndSplineSet\nMinimumDistance: x1,-1 y5,2 y5,4 x23,20 x23,22 x16,19 x16,17 x15,12 x15,14 x8,11 x8,9 \nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 830\nWidth: 600\nFlags: HW\nHStem: 0 41<86.4704 150 364 399 458 489> 376 41<86.4704 150 332.47 364 426 475>\nVStem: 151 41<41 190 241 376> 489 42<-129 0>\nDStem: 192 191 223 217 400 41 458 41 365 376 426 376 192 240 223 217\nFore\n458 41 m 1\n 531 41 l 1\n 531 -119 l 2\n 531 -137 523 -146 511 -146 c 0\n 497 -146 489 -137 489 -119 c 2\n 489 0 l 1\n 372 0 l 2\n 354 0 345 7 345 21 c 0\n 345 34 354 41 372 41 c 2\n 400 41 l 1\n 192 191 l 1\n 192 0 l 1\n 97 0 l 2\n 79 0 70 7 70 21 c 0\n 70 34 79 41 97 41 c 2\n 151 41 l 1\n 151 376 l 1\n 97 376 l 2\n 79 376 70 383 70 397 c 0\n 70 410 79 417 97 417 c 2\n 192 417 l 1\n 192 240 l 1\n 365 376 l 1\n 343 376 l 2\n 325 376 316 383 316 397 c 0\n 316 410 325 417 343 417 c 2\n 473 417 l 2\n 491 417 500 410 500 397 c 0\n 500 383 491 376 473 376 c 2\n 426 376 l 1\n 223 217 l 1\n 458 41 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y5,2 y5,4 x5,8 x5,6 x16,19 x16,17 x15,12 x15,14 \nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 831\nWidth: 600\nFlags: HW\nHStem: 0 41<52 115 159 236 482 548> 162 290<228 236> 278 50<164 196> 522 41<52 115 159 236 388 415 484 517>\nVStem: 116 42<41 278 329 522> 214 40<178.43 256 367 432> 369 174<542 545>\nDStem: 416 522 484 522 254 365.644 254 305.174\nFore\n254 305 m 1\n 346 275 426 209 482 41 c 1\n 538 41 l 2\n 556 41 564 34 564 21 c 0\n 564 7 556 0 538 0 c 2\n 450 0 l 1\n 403 158 337 228 254 262 c 1\n 254 189 l 2\n 254 171 247 162 234 162 c 0\n 221 162 214 171 214 189 c 2\n 214 279 l 1\n 214 279 169 276 158 279 c 1\n 158 41 l 1\n 232 41 l 2\n 250 41 260 34 260 21 c 0\n 260 7 250 0 232 0 c 2\n 62 0 l 2\n 44 0 36 7 36 21 c 0\n 36 34 44 41 62 41 c 2\n 116 41 l 1\n 116 522 l 1\n 62 522 l 2\n 44 522 36 529 36 543 c 0\n 36 556 44 563 62 563 c 2\n 232 563 l 2\n 250 563 260 556 260 543 c 0\n 260 529 250 522 232 522 c 2\n 158 522 l 1\n 158 328 l 1\n 214 328 l 1\n 214 425 l 2\n 214 443 221 452 234 452 c 0\n 247 452 254 443 254 425 c 2\n 254 366 l 1\n 416 522 l 1\n 397 522 l 2\n 377 522 369 529 369 543 c 0\n 369 556 377 563 397 563 c 2\n 515 563 l 2\n 533 563 543 556 543 543 c 0\n 543 529 533 522 515 522 c 2\n 484 522 l 1\n 254 305 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,0 y0,0 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 832\nWidth: 600\nFlags: HW\nHStem: 0 41<86.4704 150 370 399 458 505> 191 49<192 223> 376 41<86.4704 150 332.47 370 426 475>\nVStem: 151 41<41 190 241 376> 223 40<96 160 269 340> 316 184<396 400> 345 185<16 23>\nDStem: 263 166.798 263 214.043 400 41 458 41 371 376 426 376 263 267.528 263 214.043\nFore\n263 214 m 1\n 458 41 l 1\n 503 41 l 2\n 521 41 530 34 530 21 c 0\n 530 7 521 0 503 0 c 2\n 372 0 l 2\n 354 0 345 7 345 21 c 0\n 345 34 354 41 372 41 c 2\n 400 41 l 1\n 263 167 l 1\n 263 102 l 2\n 263 84 256 75 243 75 c 0\n 230 75 223 84 223 102 c 2\n 223 191 l 1\n 192 191 l 1\n 192 0 l 1\n 97 0 l 2\n 79 0 70 7 70 21 c 0\n 70 34 79 41 97 41 c 2\n 151 41 l 1\n 151 376 l 1\n 97 376 l 2\n 79 376 70 383 70 397 c 0\n 70 410 79 417 97 417 c 2\n 192 417 l 1\n 192 240 l 1\n 223 240 l 1\n 223 338 l 2\n 223 356 230 365 243 365 c 0\n 256 365 263 356 263 338 c 2\n 263 268 l 1\n 371 376 l 1\n 343 376 l 2\n 325 376 316 383 316 397 c 0\n 316 410 325 417 343 417 c 2\n 473 417 l 2\n 491 417 500 410 500 397 c 0\n 500 383 491 376 473 376 c 2\n 426 376 l 1\n 263 214 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,0 y0,0 x0,0 y0,0 y0,0 x0,0 y0,0 y0,0 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 833\nWidth: 600\nFlags: HW\nHStem: 0 41<52 115 159 240 482 548> 431 40<52 115 159 244> 522 41<52 115 159 240 372 415 484 502>\nVStem: 116 42<41 278 329 431 471 522> 354 174<542 545>\nDStem: 416 522 484 522 158 328 192 309\nFore\n158 471 m 1\n 239 471 l 2\n 253 471 260 464 260 451 c 0\n 260 438 253 431 239 431 c 2\n 158 431 l 1\n 158 328 l 1\n 416 522 l 1\n 382 522 l 2\n 362 522 354 529 354 543 c 0\n 354 556 362 563 382 563 c 2\n 500 563 l 2\n 518 563 528 556 528 543 c 0\n 528 529 518 522 500 522 c 2\n 484 522 l 1\n 192 309 l 1\n 292 282 418 234 482 41 c 1\n 538 41 l 2\n 556 41 564 34 564 21 c 0\n 564 7 556 0 538 0 c 2\n 450 0 l 1\n 388 206 258 250 158 279 c 1\n 158 41 l 1\n 232 41 l 2\n 250 41 260 34 260 21 c 0\n 260 7 250 0 232 0 c 2\n 62 0 l 2\n 44 0 36 7 36 21 c 0\n 36 34 44 41 62 41 c 2\n 116 41 l 1\n 116 431 l 1\n 57 431 l 2\n 43 431 36 438 36 451 c 0\n 36 464 43 471 57 471 c 2\n 116 471 l 1\n 116 522 l 1\n 62 522 l 2\n 44 522 36 529 36 543 c 0\n 36 556 44 563 62 563 c 2\n 232 563 l 2\n 250 563 260 556 260 543 c 0\n 260 529 250 522 232 522 c 2\n 158 522 l 1\n 158 471 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 834\nWidth: 600\nFlags: HW\nHStem: 0 41<87 150 364 399 458 505> 301 40<86 150 192 236> 376 41<87 150 332.47 364 426 475>\nVStem: 151 41<41 190 241 301 341 376> 316 184<396 400> 345 185<16 23>\nDStem: 192 191 223 217 400 41 458 41 365 376 426 376 192 240 223 217\nFore\n192 341 m 1\n 235 341 l 2\n 246 341 252 334 252 321 c 0\n 252 308 246 301 235 301 c 2\n 192 301 l 1\n 192 240 l 1\n 365 376 l 1\n 343 376 l 2\n 325 376 316 383 316 397 c 0\n 316 410 325 417 343 417 c 2\n 473 417 l 2\n 491 417 500 410 500 397 c 0\n 500 383 491 376 473 376 c 2\n 426 376 l 1\n 223 217 l 1\n 458 41 l 1\n 503 41 l 2\n 521 41 530 34 530 21 c 0\n 530 7 521 0 503 0 c 2\n 372 0 l 2\n 354 0 345 7 345 21 c 0\n 345 34 354 41 372 41 c 2\n 400 41 l 1\n 192 191 l 1\n 192 0 l 1\n 97 0 l 2\n 79 0 70 7 70 21 c 0\n 70 34 79 41 97 41 c 2\n 151 41 l 1\n 151 301 l 1\n 87 301 l 2\n 76 301 70 308 70 321 c 0\n 70 334 76 341 87 341 c 2\n 151 341 l 1\n 151 376 l 1\n 97 376 l 2\n 79 376 70 383 70 397 c 0\n 70 410 79 417 97 417 c 2\n 192 417 l 1\n 192 341 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 835\nWidth: 600\nFlags: HW\nHStem: 0 41<55 115 159 234 482 540> 522 41<17 115 159 234 375 415 484 503>\nVStem: -25 42<420.918 521> 116 42<41 278 329 522> 354 174<542 545>\nDStem: 416 522 484 522 158 328 192 309\nFore\n-25 563 m 1\n 232 563 l 1\n 250 563 260 556 260 543 c 0\n 260 529 250 522 232 522 c 2\n 158 522 l 1\n 158 328 l 1\n 416 522 l 1\n 382 522 l 2\n 362 522 354 529 354 543 c 0\n 354 556 362 563 382 563 c 2\n 500 563 l 2\n 518 563 528 556 528 543 c 0\n 528 529 518 522 500 522 c 2\n 484 522 l 1\n 192 309 l 1\n 292 282 418 234 482 41 c 1\n 538 41 l 2\n 556 41 564 34 564 21 c 0\n 564 7 556 0 538 0 c 2\n 450 0 l 1\n 388 206 258 250 158 279 c 1\n 158 41 l 1\n 232 41 l 2\n 250 41 260 34 260 21 c 0\n 260 7 250 0 232 0 c 2\n 62 0 l 2\n 44 0 36 7 36 21 c 0\n 36 34 44 41 62 41 c 2\n 116 41 l 1\n 116 522 l 1\n 17 522 l 1\n 17 431 l 2\n 17 413 9 404 -3 404 c 0\n -19 404 -25 414 -25 431 c 2\n -25 563 l 1\nEndSplineSet\nMinimumDistance: x11,-1 y30,33 y30,31 x28,25 x28,27 x21,24 x21,22 x4,1 x4,3 \nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 836\nWidth: 600\nFlags: HW\nHStem: 0 41<90 150 362 399 458 506> 376 41<52 150 332.47 364 426 475>\nVStem: 10 42<274.918 375> 151 41<41 190 241 375> 316 184<396 400> 345 185<16 23>\nDStem: 192 191 223 217 400 41 458 41 365 376 426 376 192 240 223 217\nFore\n10 417 m 1\n 192 417 l 1\n 192 240 l 1\n 365 376 l 1\n 343 376 l 2\n 325 376 316 383 316 397 c 0\n 316 410 325 417 343 417 c 2\n 473 417 l 2\n 491 417 500 410 500 397 c 0\n 500 383 491 376 473 376 c 2\n 426 376 l 1\n 223 217 l 1\n 458 41 l 1\n 503 41 l 2\n 521 41 530 34 530 21 c 0\n 530 7 521 0 503 0 c 2\n 372 0 l 2\n 354 0 345 7 345 21 c 0\n 345 34 354 41 372 41 c 2\n 400 41 l 1\n 192 191 l 1\n 192 0 l 1\n 97 0 l 2\n 79 0 70 7 70 21 c 0\n 70 34 79 41 97 41 c 2\n 151 41 l 1\n 151 376 l 1\n 52 376 l 1\n 52 285 l 2\n 52 267 44 258 32 258 c 0\n 16 258 10 268 10 285 c 2\n 10 417 l 1\nEndSplineSet\nMinimumDistance: x14,-1 y27,30 y27,28 x25,22 x25,24 \nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 837\nWidth: 600\nFlags: HW\nHStem: 0 41<73 125 168 229 373 436 479 509> 272 41<168 436> 522 41<90.4704 125 168 229 373 436 479 511>\nVStem: 126 41<41 271 314 522> 437 41<41 271 314 522> 509 42<-129 0>\nFore\n551 41 m 1\n 551 -119 l 2\n 551 -137 543 -146 531 -146 c 0\n 517 -146 509 -137 509 -119 c 2\n 509 0 l 1\n 383 0 l 2\n 365 0 356 7 356 21 c 0\n 356 34 365 41 383 41 c 2\n 437 41 l 1\n 437 272 l 1\n 167 272 l 1\n 167 41 l 1\n 221 41 l 2\n 239 41 248 34 248 21 c 0\n 248 7 239 0 221 0 c 2\n 81 0 l 2\n 63 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 522 l 1\n 101 522 l 2\n 83 522 74 529 74 543 c 0\n 74 556 83 563 101 563 c 2\n 221 563 l 2\n 239 563 248 556 248 543 c 0\n 248 529 239 522 221 522 c 2\n 167 522 l 1\n 167 313 l 1\n 437 313 l 1\n 437 522 l 1\n 383 522 l 2\n 365 522 356 529 356 543 c 0\n 356 556 365 563 383 563 c 2\n 503 563 l 2\n 521 563 530 556 530 543 c 0\n 530 529 521 522 503 522 c 2\n 478 522 l 1\n 478 41 l 1\n 551 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 y1,37 x37,1 x37,0 x36,33 x36,35 x29,32 x29,30 x8,5 x8,7 x26,23 x26,25 x19,22 x19,20 x18,15 x18,17 x11,14 x11,12 \nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 838\nWidth: 600\nFlags: HW\nHStem: 0 41<108 142 185 231 360.47 415 458 476> 184 41<185 415> 376 41<98.4704 142 185 231 360.47 415 458 500>\nVStem: 143 41<41 183 226 376> 416 41<41 183 226 376> 476 42<-129 0>\nFore\n518 41 m 1\n 518 -119 l 2\n 518 -137 510 -146 498 -146 c 0\n 484 -146 476 -137 476 -119 c 2\n 476 0 l 1\n 371 0 l 2\n 353 0 344 7 344 21 c 0\n 344 34 353 41 371 41 c 2\n 416 41 l 1\n 416 184 l 1\n 184 184 l 1\n 184 41 l 1\n 229 41 l 2\n 247 41 256 34 256 21 c 0\n 256 7 247 0 229 0 c 2\n 110 0 l 2\n 91 0 82 7 82 21 c 0\n 82 34 91 41 110 41 c 2\n 143 41 l 1\n 143 376 l 1\n 109 376 l 2\n 91 376 82 383 82 397 c 0\n 82 410 91 417 109 417 c 2\n 229 417 l 2\n 247 417 256 410 256 397 c 0\n 256 383 247 376 229 376 c 2\n 184 376 l 1\n 184 225 l 1\n 416 225 l 1\n 416 376 l 1\n 371 376 l 2\n 353 376 344 383 344 397 c 0\n 344 410 353 417 371 417 c 1\n 491 417 l 1\n 509 417 518 410 518 397 c 0\n 518 383 509 376 491 376 c 2\n 457 376 l 1\n 457 41 l 1\n 518 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 y1,37 x37,1 x37,0 x36,33 x36,35 x29,32 x29,30 x8,5 x8,7 x26,23 x26,25 x19,22 x19,20 x18,15 x18,17 x11,14 x11,12 \nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 839\nWidth: 600\nFlags: HW\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 522 41<90.4704 125 168 229 373 436 479 577>\nVStem: 126 41<41 271 314 522> 437 41<41 271 314 522> 577 42<420.918 522>\nFore\n577 522 m 1\n 478 522 l 1\n 478 41 l 1\n 524 41 l 2\n 542 41 551 34 551 21 c 0\n 551 7 541 0 524 0 c 2\n 383 0 l 2\n 365 0 356 7 356 21 c 0\n 356 34 365 41 383 41 c 2\n 437 41 l 1\n 437 272 l 1\n 167 272 l 1\n 167 41 l 1\n 221 41 l 2\n 239 41 248 34 248 21 c 0\n 248 7 239 0 221 0 c 2\n 81 0 l 2\n 63 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 522 l 1\n 101 522 l 2\n 83 522 74 529 74 543 c 0\n 74 556 83 563 101 563 c 2\n 221 563 l 2\n 239 563 248 556 248 543 c 0\n 248 529 239 522 221 522 c 2\n 167 522 l 1\n 167 313 l 1\n 437 313 l 1\n 437 522 l 1\n 383 522 l 2\n 365 522 356 529 356 543 c 0\n 356 556 365 563 383 563 c 1\n 619 563 l 1\n 619 431 l 2\n 619 414 613 404 597 404 c 0\n 585 404 577 413 577 431 c 2\n 577 522 l 1\nEndSplineSet\nMinimumDistance: y0,35 y0,37 x30,33 x30,31 x9,6 x9,8 x2,5 x2,3 x27,24 x27,26 x20,23 x20,21 x19,16 x19,18 x12,15 x12,13 \nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 840\nWidth: 600\nFlags: HW\nHStem: 0 41<108 142 185 231 360.47 415 458 498> 184 41<185 415> 376 41<98.4704 142 185 231 360.47 415 458 556>\nVStem: 143 41<41 183 226 376> 416 41<41 183 226 376> 556 42<274.918 376>\nFore\n556 376 m 1\n 457 376 l 1\n 457 41 l 1\n 491 41 l 2\n 509 41 518 34 518 21 c 0\n 518 7 509 0 491 0 c 2\n 371 0 l 2\n 353 0 344 7 344 21 c 0\n 344 34 353 41 371 41 c 2\n 416 41 l 1\n 416 184 l 1\n 184 184 l 1\n 184 41 l 1\n 229 41 l 2\n 247 41 256 34 256 21 c 0\n 256 7 247 0 229 0 c 2\n 110 0 l 2\n 91 0 82 7 82 21 c 0\n 82 34 91 41 110 41 c 2\n 143 41 l 1\n 143 376 l 1\n 109 376 l 2\n 91 376 82 383 82 397 c 0\n 82 410 91 417 109 417 c 2\n 229 417 l 2\n 247 417 256 410 256 397 c 0\n 256 383 247 376 229 376 c 2\n 184 376 l 1\n 184 225 l 1\n 416 225 l 1\n 416 376 l 1\n 371 376 l 2\n 353 376 344 383 344 397 c 0\n 344 410 353 417 371 417 c 1\n 598 417 l 1\n 598 285 l 2\n 598 268 592 258 576 258 c 0\n 564 258 556 267 556 285 c 2\n 556 376 l 1\nEndSplineSet\nMinimumDistance: x34,-1 y0,35 y0,37 x30,33 x30,31 x9,6 x9,8 x2,5 x2,3 x27,24 x27,26 x20,23 x20,21 x19,16 x19,18 x12,15 x12,13 \nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 841\nWidth: 600\nFlags: HW\nHStem: -93 41<451 467> 0 41<7 59 102 163 243 306 349 403> 291 41<349 451> 522 41<24.4704 59 102 306 349 379>\nVStem: 60 41<41 522> 307 41<41 290 332 522> 570 42<51 199>\nFore\n348 291 m 1\n 348 41 l 1\n 394 41 l 2\n 412 41 421 34 421 21 c 0\n 421 7 411 0 394 0 c 2\n 253 0 l 2\n 235 0 226 7 226 21 c 0\n 226 34 235 41 253 41 c 2\n 307 41 l 1\n 307 522 l 1\n 101 522 l 1\n 101 41 l 1\n 155 41 l 2\n 173 41 182 34 182 21 c 0\n 182 7 173 0 155 0 c 2\n 15 0 l 2\n -3 0 -13 7 -13 21 c 0\n -13 34 -4 41 15 41 c 2\n 60 41 l 1\n 60 522 l 1\n 35 522 l 2\n 17 522 8 529 8 543 c 0\n 8 556 17 563 35 563 c 2\n 373 563 l 2\n 391 563 400 556 400 543 c 0\n 400 529 391 522 373 522 c 2\n 348 522 l 1\n 348 332 l 1\n 440 332 l 2\n 537 332 612 273 612 197 c 2\n 612 58 l 2\n 612 -26 546 -93 464 -93 c 0\n 439 -93 407 -86 389 -77 c 0\n 381 -73 377 -67 377 -59 c 0\n 377 -48 385 -39 395 -39 c 0\n 400 -39 402 -40 427 -47 c 0\n 435 -50 453 -52 465 -52 c 0\n 526 -52 570 -4 570 64 c 2\n 570 197 l 2\n 570 249 515 291 444 291 c 2\n 348 291 l 1\nEndSplineSet\nMinimumDistance: x26,23 x26,25 x8,5 x8,7 x1,4 x1,2 x19,22 x19,20 x18,15 x18,17 x11,14 x11,12 \nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 842\nWidth: 600\nFlags: HW\nHStem: -188 41<434 450> 0 41<44 78 121 167 232.47 287 330 370> 196 41<330 437> 376 41<34.4704 78 121 287 330 370>\nVStem: 79 41<41 376> 288 41<41 195 237 376> 543 42<-44 116>\nFore\n329 196 m 1\n 329 41 l 1\n 363 41 l 2\n 381 41 390 34 390 21 c 0\n 390 7 381 0 363 0 c 2\n 243 0 l 2\n 225 0 216 7 216 21 c 0\n 216 34 225 41 243 41 c 2\n 288 41 l 1\n 288 376 l 1\n 120 376 l 1\n 120 41 l 1\n 165 41 l 2\n 183 41 192 34 192 21 c 0\n 192 7 183 0 165 0 c 2\n 46 0 l 2\n 27 0 18 7 18 21 c 0\n 18 34 27 41 46 41 c 2\n 79 41 l 1\n 79 376 l 1\n 45 376 l 2\n 27 376 18 383 18 397 c 0\n 18 410 27 417 45 417 c 2\n 363 417 l 2\n 381 417 390 410 390 397 c 0\n 390 383 381 376 363 376 c 2\n 329 376 l 1\n 329 237 l 1\n 413 237 l 2\n 515 237 585 188 585 102 c 2\n 585 -37 l 2\n 585 -121 519 -188 437 -188 c 0\n 412 -188 380 -181 362 -172 c 0\n 354 -168 350 -162 350 -154 c 0\n 350 -143 358 -134 368 -134 c 0\n 373 -134 375 -135 400 -142 c 0\n 408 -145 426 -147 438 -147 c 0\n 499 -147 543 -99 543 -31 c 2\n 543 102 l 2\n 543 164 491 196 417 196 c 2\n 329 196 l 1\nEndSplineSet\nMinimumDistance: x29,-1 x26,23 x26,25 x8,5 x8,7 x1,4 x1,2 x19,22 x19,20 x18,15 x18,17 x11,14 x11,12 \nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 843\nWidth: 600\nFlags: HW\nHStem: -16 41<303 335> 535 41<287 324>\nVStem: 63 41<240 336> 478 41<508 544>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 844\nWidth: 600\nFlags: HW\nHStem: -16 41<292 324> 271 146<484 497> 390 41<292 324>\nVStem: 84 41<192 224> 470 41<377 400>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 845\nWidth: 600\nFlags: HW\nHStem: -155 32<351 367> -16 41<303 324> 535 41<287 324>\nVStem: 63 41<229 327> 280 39<-95 -87> 478 41<508 538>\nFore\n328 -16 m 1\n 322 -16 l 0\n 186 -16 63 107 63 242 c 2\n 63 325 l 2\n 63 386 91 456 134 502 c 0\n 179 550 238 576 305 576 c 0\n 371 576 431 552 478 507 c 1\n 478 536 l 2\n 478 554 485 563 499 563 c 0\n 512 563 519 554 519 536 c 2\n 519 424 l 2\n 519 406 512 397 498 397 c 0\n 486 397 479 405 478 421 c 0\n 474 482 394 535 305 535 c 0\n 194 535 104 438 104 319 c 2\n 104 248 l 2\n 104 128 204 25 322 25 c 0\n 391 25 442 51 496 115 c 0\n 503 123 507 125 514 125 c 0\n 526 125 534 117 534 106 c 0\n 534 96 522 79 496 55 c 0\n 466 27 432 7 396 -5 c 1\n 377 -15 l 2\n 340 -36 319 -62 319 -89 c 0\n 319 -112 333 -123 362 -123 c 0\n 382 -123 387 -121 411 -107 c 0\n 414 -105 417 -104 419 -104 c 0\n 426 -104 433 -111 433 -119 c 0\n 433 -136 394 -155 356 -155 c 0\n 308 -155 280 -132 280 -94 c 0\n 280 -61 294 -37 328 -16 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 846\nWidth: 600\nFlags: HW\nHStem: -155 32<355 364> -16 41<292 324> 271 146<484 497> 390 41<292 330>\nVStem: 84 41<197 213> 280 39<-95 -87> 470 41<377 392>\nFore\n329 -15 m 1\n 322 -16 316 -16 309 -16 c 0\n 178 -16 84 76 84 204 c 0\n 84 336 180 431 314 431 c 0\n 375 431 429 412 470 376 c 1\n 470 389 l 2\n 470 408 477 417 491 417 c 0\n 504 417 511 408 511 389 c 2\n 511 298 l 2\n 511 280 504 271 491 271 c 0\n 478 271 472 278 470 295 c 0\n 466 348 395 390 311 390 c 0\n 201 390 125 315 125 205 c 0\n 125 100 202 25 311 25 c 0\n 384 25 446 49 498 97 c 0\n 506 105 509 107 516 107 c 0\n 526 107 535 98 535 88 c 0\n 535 76 520 58 492 39 c 0\n 464 20 431 5 396 -5 c 1\n 377 -15 l 2\n 340 -36 319 -62 319 -89 c 0\n 319 -112 333 -123 362 -123 c 0\n 382 -123 387 -121 411 -107 c 0\n 414 -105 417 -104 419 -104 c 0\n 426 -104 433 -111 433 -119 c 0\n 433 -136 394 -155 356 -155 c 0\n 308 -155 280 -132 280 -94 c 0\n 280 -61 294 -37 329 -15 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 847\nWidth: 600\nFlags: HW\nHStem: 0 41<168 279 322 411> 522 41<113 279 322 487>\nVStem: 72 41<446 521> 280 41<41 521> 411 42<-129 0> 487 41<446 521>\nFore\n453 41 m 1\n 453 -119 l 1\n 453 -137 445 -146 433 -146 c 0\n 419 -146 411 -137 411 -119 c 2\n 411 0 l 1\n 175 0 l 2\n 157 0 148 7 148 21 c 0\n 148 34 157 41 175 41 c 2\n 280 41 l 1\n 280 522 l 1\n 113 522 l 1\n 113 449 l 2\n 113 431 106 422 92 422 c 0\n 79 422 72 431 72 449 c 2\n 72 563 l 1\n 528 563 l 1\n 528 449 l 2\n 528 430 522 422 508 422 c 0\n 496 422 487 433 487 449 c 2\n 487 522 l 1\n 321 522 l 1\n 321 41 l 1\n 453 41 l 1\nEndSplineSet\nMinimumDistance: x15,-1 y19,16 y19,18 y10,13 y10,11 y4,1 y4,3 y1,21 x21,1 x21,0 x8,5 x8,7 \nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 848\nWidth: 600\nFlags: HW\nHStem: -1 41<223.348 279 321 352> 375 41<164 279 321 435>\nVStem: 122 42<273.918 374> 280 40<40 375> 352 42<-130 -1> 436 42<283 375>\nFore\n394 40 m 1\n 394 -120 l 2\n 394 -138 386 -147 374 -147 c 0\n 360 -147 352 -138 352 -120 c 2\n 352 -1 l 1\n 234 -1 l 2\n 216 -1 206 6 206 20 c 0\n 206 33 216 40 234 40 c 2\n 280 40 l 1\n 280 375 l 1\n 164 375 l 1\n 164 284 l 2\n 164 266 156 257 144 257 c 0\n 128 257 122 267 122 284 c 2\n 122 416 l 1\n 478 417 l 1\n 478 285 l 2\n 478 268 472 258 456 258 c 0\n 444 258 436 267 436 285 c 2\n 436 376 l 1\n 320 375 l 1\n 320 40 l 1\n 394 40 l 1\nEndSplineSet\nMinimumDistance: x15,-1 y10,13 y10,11 y4,1 y4,3 y1,21 x21,1 x21,0 x8,5 x8,7 \nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 849\nWidth: 600\nFlags: HW\nHStem: 0 41<165.47 280 323 435> 522 41<67.4704 102 152 195 403 451 498 531>\nVStem: 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nFore\n322 254 m 1\n 322 41 l 1\n 427 41 l 2\n 445 41 454 34 454 21 c 0\n 454 7 445 0 427 0 c 2\n 176 0 l 2\n 158 0 149 7 149 21 c 0\n 149 34 158 41 176 41 c 2\n 281 41 l 1\n 281 254 l 1\n 102 522 l 1\n 78 522 l 2\n 60 522 51 529 51 543 c 0\n 51 556 60 563 78 563 c 2\n 189 563 l 2\n 207 563 216 556 216 543 c 0\n 216 529 207 522 189 522 c 2\n 151 522 l 1\n 303 295 l 1\n 452 522 l 1\n 412 522 l 2\n 393 522 384 529 384 543 c 0\n 384 556 393 563 412 563 c 2\n 522 563 l 2\n 539 563 549 555 549 543 c 0\n 549 530 538 522 522 522 c 2\n 498 522 l 1\n 322 254 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 850\nWidth: 600\nFlags: HW\nHStem: -199 41<221 281 322 383> 376 41<46.4704 98 143 211 381 459 501 545>\nVStem: 30 206<392 399> 281 41<-159 -35> 364 206<392 399>\nDStem: 98 376 143 376 281 -35 293 41 459 376 502 376 312 41 322 -35\nFore\n281 -35 m 1\n 98 376 l 1\n 57 376 l 2\n 39 376 30 383 30 397 c 0\n 30 410 39 417 57 417 c 2\n 208 417 l 2\n 227 417 236 410 236 397 c 0\n 236 383 227 376 208 376 c 2\n 143 376 l 1\n 293 41 l 1\n 312 41 l 1\n 459 376 l 1\n 391 376 l 2\n 373 376 364 383 364 397 c 0\n 364 410 373 417 391 417 c 2\n 543 417 l 2\n 561 417 570 410 570 397 c 0\n 570 383 561 376 543 376 c 2\n 502 376 l 1\n 322 -35 l 1\n 322 -158 l 1\n 372 -158 l 2\n 391 -158 400 -165 400 -178 c 0\n 400 -192 390 -199 372 -199 c 2\n 230 -199 l 2\n 212 -199 203 -192 203 -178 c 0\n 203 -165 212 -158 230 -158 c 2\n 281 -158 l 1\n 281 -35 l 1\nEndSplineSet\nMinimumDistance: x16,-1 x27,24 x27,26 x20,23 x20,21 \nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 851\nWidth: 600\nFlags: HW\nHStem: 0 41<165.47 280 323 435> 214 40<177 280 323 429> 522 41<67.4704 102 152 195 403 451 498 531>\nVStem: 51 165<542 545> 281 41<41 214> 384 165<542 545>\nDStem: 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nFore\n281 214 m 1\n 187 214 l 2\n 169 214 160 221 160 234 c 0\n 160 247 169 254 187 254 c 2\n 281 254 l 1\n 102 522 l 1\n 78 522 l 2\n 60 522 51 529 51 543 c 0\n 51 556 60 563 78 563 c 2\n 189 563 l 2\n 207 563 216 556 216 543 c 0\n 216 529 207 522 189 522 c 2\n 151 522 l 1\n 303 295 l 1\n 452 522 l 1\n 412 522 l 2\n 393 522 384 529 384 543 c 0\n 384 556 393 563 412 563 c 2\n 522 563 l 2\n 539 563 549 555 549 543 c 0\n 549 530 538 522 522 522 c 2\n 498 522 l 1\n 322 254 l 1\n 423 254 l 2\n 441 254 450 247 450 234 c 0\n 450 221 441 214 423 214 c 2\n 322 214 l 1\n 322 41 l 1\n 427 41 l 2\n 445 41 454 34 454 21 c 0\n 454 7 445 0 427 0 c 2\n 176 0 l 2\n 158 0 149 7 149 21 c 0\n 149 34 158 41 176 41 c 2\n 281 41 l 1\n 281 214 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 852\nWidth: 600\nFlags: HW\nHStem: -273 41<222 281 323 382> -35 40<174 254 350 430> 376 41<46.4704 98 144 210 382 458 502 545>\nVStem: 30 206<396 399> 281 41<-232 -35> 364 206<396 399>\nDStem: 98 376 143 376 263.186 5 293 41 459 376 502 376 312 41 339.521 5\nFore\n322 -35 m 1\n 322 -232 l 1\n 372 -232 l 2\n 391 -232 400 -239 400 -252 c 0\n 400 -266 390 -273 372 -273 c 2\n 230 -273 l 2\n 212 -273 203 -266 203 -252 c 0\n 203 -239 212 -232 230 -232 c 2\n 281 -232 l 1\n 281 -35 l 1\n 184 -35 l 2\n 166 -35 157 -28 157 -15 c 0\n 157 -2 166 5 184 5 c 2\n 263 5 l 1\n 98 376 l 1\n 57 376 l 2\n 39 376 30 383 30 397 c 0\n 30 410 39 417 57 417 c 2\n 208 417 l 2\n 227 417 236 410 236 397 c 0\n 236 383 227 376 208 376 c 2\n 143 376 l 1\n 293 41 l 1\n 312 41 l 1\n 459 376 l 1\n 391 376 l 2\n 373 376 364 383 364 397 c 0\n 364 410 373 417 391 417 c 2\n 543 417 l 2\n 561 417 570 410 570 397 c 0\n 570 383 561 376 543 376 c 2\n 502 376 l 1\n 340 5 l 1\n 420 5 l 2\n 438 5 447 -2 447 -15 c 0\n 447 -28 438 -35 420 -35 c 2\n 322 -35 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 853\nWidth: 600\nFlags: HW\nHStem: 0 41<56.4704 84 135 200 392 462 516 518> 522 41<68 93 146 198 400 452 504 521>\nVStem: 40 185<14 23> 51 164<542 545> 381 165<542 545> 518 42<-129 0>\nDStem: 93 522 145 522 272 288 300 321 272 288 298 255 84 41 134 41 298 255 325 288 463 41 516 41 453 522 504 522 300 321 325 288\nFore\n560 41 m 1\n 560 -119 l 2\n 560 -137 552 -146 540 -146 c 0\n 526 -146 518 -137 518 -119 c 2\n 518 0 l 1\n 401 0 l 2\n 383 0 374 7 374 21 c 0\n 374 34 383 41 401 41 c 2\n 463 41 l 1\n 298 255 l 1\n 134 41 l 1\n 198 41 l 2\n 216 41 225 34 225 21 c 0\n 225 7 216 0 198 0 c 2\n 67 0 l 2\n 49 0 40 7 40 21 c 0\n 40 34 49 41 67 41 c 2\n 84 41 l 1\n 272 288 l 1\n 93 522 l 1\n 78 522 l 2\n 60 522 51 529 51 543 c 0\n 51 556 60 563 78 563 c 2\n 188 563 l 2\n 206 563 215 556 215 543 c 0\n 215 529 206 522 188 522 c 2\n 145 522 l 1\n 300 321 l 1\n 453 522 l 1\n 408 522 l 2\n 390 522 381 529 381 543 c 0\n 381 556 390 563 408 563 c 2\n 519 563 l 2\n 537 563 546 557 546 543 c 0\n 546 529 537 522 519 522 c 2\n 504 522 l 1\n 325 288 l 1\n 516 41 l 1\n 560 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 x4,7 x4,5 \nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 854\nWidth: 600\nFlags: HW\nHStem: 0 41<73 87 144 214 387 454> 376 41<99 108 167 214 387 436 492 509>\nVStem: 51 187<14 23> 74 165<396 399> 362 164<396 399> 507 42<-129 0>\nDStem: 108 376 166 376 271 219 300 246 271 219 300 190 87 41 143 41 300 190 329 219 455 41 513 41 437 376 492 376 300 246 329 219\nFore\n549 41 m 1\n 549 -119 l 2\n 549 -137 541 -146 529 -146 c 0\n 515 -146 507 -137 507 -119 c 2\n 507 0 l 1\n 390 0 l 2\n 372 0 363 7 363 21 c 0\n 363 34 372 41 390 41 c 2\n 455 41 l 1\n 300 190 l 1\n 143 41 l 1\n 211 41 l 2\n 229 41 238 34 238 21 c 0\n 238 7 229 0 211 0 c 2\n 78 0 l 2\n 60 0 51 7 51 21 c 0\n 51 34 60 41 78 41 c 2\n 87 41 l 1\n 271 219 l 1\n 108 376 l 1\n 101 376 l 2\n 83 376 74 383 74 397 c 0\n 74 410 83 417 101 417 c 2\n 212 417 l 2\n 230 417 239 411 239 397 c 0\n 239 383 230 376 212 376 c 2\n 166 376 l 1\n 300 246 l 1\n 437 376 l 1\n 389 376 l 2\n 371 376 362 383 362 397 c 0\n 362 410 371 417 389 417 c 2\n 499 417 l 2\n 517 417 526 410 526 397 c 0\n 526 383 517 376 499 376 c 2\n 492 376 l 1\n 329 219 l 1\n 513 41 l 1\n 549 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 x4,7 x4,5 \nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 855\nWidth: 600\nFlags: HW\nHStem: 0 41<94 124 164 433 477 508> 522 41<24 124 164 264 369.592 433 477 531>\nVStem: -18 42<420.918 522> 124 40<41 522> 264 42<420.918 522> 434 42<41 522> 508 42<-129 0>\nFore\n264 522 m 1\n 164 522 l 1\n 164 41 l 1\n 434 41 l 1\n 434 522 l 1\n 380 522 l 2\n 362 522 354 529 354 542 c 0\n 354 556 362 563 380 563 c 2\n 522 563 l 2\n 538 563 548 556 548 542 c 0\n 548 529 540 522 522 522 c 2\n 476 522 l 1\n 476 41 l 1\n 550 41 l 1\n 550 -119 l 2\n 550 -137 542 -146 530 -146 c 0\n 516 -146 508 -137 508 -119 c 2\n 508 0 l 1\n 98 0 l 2\n 80 0 72 7 72 20 c 0\n 72 34 80 41 98 41 c 2\n 124 41 l 1\n 124 522 l 1\n 24 522 l 1\n 24 431 l 2\n 24 413 16 404 4 404 c 0\n -12 404 -18 414 -18 431 c 2\n -18 563 l 1\n 306 563 l 1\n 306 431 l 2\n 306 414 300 404 284 404 c 0\n 272 404 264 413 264 431 c 2\n 264 522 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 856\nWidth: 600\nFlags: HW\nHStem: 0 41<104.47 148 191 421 464 478> 376 41<50 148 191 290 377.47 421 464 504>\nVStem: 8 42<282 375> 149 41<41 375> 290 42<282 375> 422 41<41 376> 478 41<-101.57 0>\nFore\n290 376 m 1\n 190 376 l 1\n 190 41 l 1\n 422 41 l 1\n 422 376 l 1\n 388 376 l 2\n 370 376 361 383 361 396 c 0\n 361 410 370 417 388 417 c 2\n 497 417 l 2\n 515 417 524 410 524 396 c 0\n 524 383 515 376 497 376 c 2\n 463 376 l 1\n 463 41 l 1\n 519 41 l 1\n 519 -91 l 2\n 519 -108 514 -118 498 -118 c 0\n 485 -118 478 -109 478 -91 c 2\n 478 0 l 1\n 115 0 l 2\n 97 0 88 7 88 20 c 0\n 88 34 97 41 115 41 c 2\n 149 41 l 1\n 149 376 l 1\n 50 376 l 1\n 50 285 l 2\n 50 267 42 258 30 258 c 0\n 14 258 8 268 8 285 c 2\n 8 417 l 1\n 332 417 l 1\n 332 285 l 2\n 332 268 326 258 310 258 c 0\n 298 258 290 267 290 285 c 2\n 290 376 l 1\nEndSplineSet\nMinimumDistance: x13,-1 y23,26 y23,24 y0,29 y0,31 y17,14 y17,16 y14,12 x12,14 x12,13 x11,8 x11,10 x4,7 x4,5 x21,18 x21,20 \nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 857\nWidth: 600\nFlags: HW\nHStem: 0 41<347.47 411 454 484> 198 41<266 298> 522 41<90.4704 126 168 223 347.47 411 454 486>\nVStem: 126 41<290 522> 412 41<41 240 292 522> 484 42<-129 0>\nFore\n526 41 m 1\n 526 -119 l 2\n 526 -137 518 -146 506 -146 c 0\n 492 -146 484 -137 484 -119 c 2\n 484 0 l 1\n 358 0 l 2\n 340 0 331 7 331 21 c 0\n 331 34 340 41 358 41 c 2\n 412 41 l 1\n 412 241 l 1\n 396 219 344 198 294 198 c 16\n 220 198 142 204 126 281 c 1\n 126 522 l 1\n 101 522 l 2\n 83 522 74 529 74 543 c 0\n 74 556 83 563 101 563 c 2\n 221 563 l 2\n 239 563 248 556 248 543 c 0\n 248 529 239 522 221 522 c 2\n 167 522 l 1\n 167 290 l 1\n 180 244 240 239 296 239 c 8\n 347 239 388 261 412 292 c 1\n 412 522 l 1\n 358 522 l 2\n 340 522 331 529 331 543 c 0\n 331 556 340 563 358 563 c 2\n 478 563 l 2\n 496 563 505 556 505 543 c 0\n 505 529 496 522 478 522 c 2\n 453 522 l 1\n 453 41 l 1\n 526 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 y1,31 x31,1 x31,0 x30,27 x30,29 x23,26 x23,24 x8,5 x8,7 x19,16 x19,18 x12,15 x12,13 \nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 858\nWidth: 600\nFlags: HW\nHStem: 0 41<368 403 446 464> 141 41<288 304> 376 41<112.47 157 199 245 368 403 446 488>\nVStem: 157 41<215 376> 404 41<41 171 217 376> 464 42<-129 0>\nFore\n506 41 m 1\n 506 -119 l 2\n 506 -137 498 -146 486 -146 c 0\n 472 -146 464 -137 464 -119 c 2\n 464 0 l 1\n 370 0 l 2\n 352 0 343 7 343 21 c 0\n 343 34 352 41 370 41 c 2\n 404 41 l 1\n 404 172 l 1\n 380 152 345 141 302 141 c 16\n 233 141 160 142 157 214 c 1\n 157 376 l 1\n 123 376 l 2\n 105 376 96 383 96 397 c 0\n 96 410 105 417 123 417 c 2\n 243 417 l 2\n 261 417 270 410 270 397 c 0\n 270 383 261 376 243 376 c 2\n 198 376 l 1\n 198 215 l 1\n 203 192 258 181 302 182 c 24\n 345 183 388 200 404 217 c 1\n 404 376 l 1\n 370 376 l 2\n 352 376 343 383 343 397 c 0\n 343 410 352 417 370 417 c 2\n 479 417 l 2\n 497 417 506 410 506 397 c 0\n 506 383 497 376 479 376 c 2\n 445 376 l 1\n 445 41 l 1\n 506 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 y1,31 x31,1 x31,0 x30,27 x30,29 x23,26 x23,24 x8,5 x8,7 x19,16 x19,18 x12,15 x12,13 \nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 859\nWidth: 600\nFlags: HW\nHStem: 0 41<347.47 411 454 507> 82 290<295 298> 522 41<90.4704 126 168 223 347.47 411 454 480>\nVStem: 126 41<290 522> 276 40<98.43 198 241 352> 412 41<41 241 292 522>\nFore\n316 240 m 1\n 358 245 391 265 412 292 c 1\n 412 522 l 1\n 358 522 l 2\n 340 522 331 529 331 543 c 0\n 331 556 340 563 358 563 c 2\n 478 563 l 2\n 496 563 505 556 505 543 c 0\n 505 529 496 522 478 522 c 2\n 453 522 l 1\n 453 41 l 1\n 499 41 l 2\n 517 41 526 34 526 21 c 0\n 526 7 516 0 499 0 c 2\n 358 0 l 2\n 340 0 331 7 331 21 c 0\n 331 34 340 41 358 41 c 2\n 412 41 l 1\n 412 241 l 1\n 398 222 359 204 316 199 c 1\n 316 109 l 2\n 316 91 309 82 296 82 c 0\n 283 82 276 91 276 109 c 2\n 276 198 l 1\n 208 199 141 210 126 281 c 1\n 126 522 l 1\n 101 522 l 2\n 83 522 74 529 74 543 c 0\n 74 556 83 563 101 563 c 2\n 221 563 l 2\n 239 563 248 556 248 543 c 0\n 248 529 239 522 221 522 c 2\n 167 522 l 1\n 167 290 l 1\n 178 249 226 241 276 239 c 1\n 276 345 l 2\n 276 363 283 372 296 372 c 0\n 309 372 316 363 316 345 c 2\n 316 240 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 860\nWidth: 600\nFlags: HW\nHStem: 0 41<368 403 446 481> 68 190<293.72 304> 376 41<112.47 157 199 245 368 403 446 481>\nVStem: 157 41<215 376> 282 40<80 141 184 242> 404 41<41 171 217 376>\nFore\n322 142 m 1\n 322 86 l 2\n 322 74 315 68 302 68 c 0\n 289 68 282 74 282 86 c 2\n 282 141 l 1\n 220 142 160 149 157 214 c 1\n 157 376 l 1\n 123 376 l 2\n 105 376 96 383 96 397 c 0\n 96 410 105 417 123 417 c 2\n 243 417 l 2\n 261 417 270 410 270 397 c 0\n 270 383 261 376 243 376 c 2\n 198 376 l 1\n 198 215 l 1\n 202 195 243 185 282 183 c 1\n 282 240 l 2\n 282 252 289 258 302 258 c 0\n 315 258 322 252 322 240 c 2\n 322 183 l 1\n 358 188 390 203 404 217 c 1\n 404 376 l 1\n 370 376 l 2\n 352 376 343 383 343 397 c 0\n 343 410 352 417 370 417 c 2\n 479 417 l 2\n 497 417 506 410 506 397 c 0\n 506 383 497 376 479 376 c 2\n 445 376 l 1\n 445 41 l 1\n 479 41 l 2\n 497 41 506 34 506 21 c 0\n 506 7 497 0 479 0 c 2\n 370 0 l 2\n 352 0 343 7 343 21 c 0\n 343 34 352 41 370 41 c 2\n 404 41 l 1\n 404 172 l 1\n 384 155 356 145 322 142 c 1\nEndSplineSet\nMinimumDistance: x25,-1 x36,33 x36,35 x29,32 x29,30 x28,25 x28,27 x21,24 x21,22 x13,10 x13,12 x6,9 x6,7 \nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 861\nWidth: 600\nFlags: HW\nHStem: 0 41<111.47 146 189 250 368.47 432 474 506> 324 41<298 335> 522 41<94 146 189 314>\nVStem: 147 41<41 271 323 522> 433 41<41 273>\nFore\n188 322 m 1\n 204 344 256 365 306 365 c 16\n 380 365 458 359 474 282 c 1\n 474 41 l 1\n 499 41 l 2\n 517 41 526 34 526 20 c 0\n 526 7 517 0 499 0 c 2\n 379 0 l 2\n 361 0 352 7 352 20 c 0\n 352 34 361 41 379 41 c 2\n 433 41 l 1\n 433 273 l 1\n 420 319 360 324 304 324 c 8\n 253 324 212 302 188 271 c 1\n 188 41 l 1\n 242 41 l 2\n 260 41 269 34 269 20 c 0\n 269 7 260 0 242 0 c 2\n 122 0 l 2\n 104 0 95 7 95 20 c 0\n 95 34 104 41 122 41 c 2\n 147 41 l 1\n 147 522 l 1\n 101 522 l 2\n 83 522 74 529 74 542 c 0\n 74 556 84 563 101 563 c 2\n 306 563 l 2\n 324 563 333 556 333 542 c 0\n 333 529 324 522 306 522 c 2\n 188 522 l 1\n 188 322 l 1\nEndSplineSet\nMinimumDistance: x4,-1 x10,7 x10,9 x3,6 x3,4 x29,26 x29,28 x22,25 x22,23 x21,18 x21,20 x14,17 x14,15 \nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 862\nWidth: 600\nFlags: HW\nHStem: 0 41<112.47 156 199 240 352 403 445 481> 235 41<288 320> 376 41<112.47 156 199 288>\nVStem: 157 41<41 200 246 376> 404 41<41 202>\nFore\n404 41 m 1\n 404 202 l 1\n 399 225 344 236 300 235 c 24\n 257 234 214 217 198 200 c 1\n 198 41 l 1\n 232 41 l 2\n 250 41 259 34 259 20 c 0\n 259 7 250 0 232 0 c 1\n 123 0 l 1\n 105 0 96 7 96 20 c 0\n 96 34 105 41 123 41 c 2\n 157 41 l 1\n 157 376 l 1\n 123 376 l 2\n 105 376 96 383 96 396 c 0\n 96 410 105 417 123 417 c 2\n 280 417 l 2\n 298 417 307 410 307 396 c 0\n 307 383 298 376 280 376 c 2\n 198 376 l 1\n 198 245 l 1\n 222 265 257 276 300 276 c 16\n 369 276 442 275 445 203 c 1\n 445 41 l 1\n 479 41 l 2\n 497 41 506 34 506 20 c 0\n 506 7 497 0 479 0 c 2\n 359 0 l 2\n 341 0 332 7 332 20 c 0\n 332 34 341 41 359 41 c 2\n 404 41 l 1\nEndSplineSet\nMinimumDistance: x24,-1 x23,26 x23,24 x0,27 x0,29 x19,16 x19,18 x12,15 x12,13 x11,8 x11,10 x4,7 x4,5 \nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 863\nWidth: 600\nFlags: HW\nHStem: -16 41<291 316> 266 41<9 50 92 492> 414 41<0.430692 14> 535 41<284 311>\nVStem: -84 40<358 368> 50 41<240 266 308 336> 493 41<308 336>\nFore\n91 307 m 1\n 493 308 l 9\n 493 319 l 2\n 493 438 403 535 292 535 c 0\n 181 535 91 438 91 319 c 2\n 91 307 l 1\n50 266 m 1\n 12 266 l 2\n -34 266 -84 302 -84 359 c 0\n -84 415 -38 455 10 455 c 1\n 22 455 30 446 30 435 c 0\n 30 423 22 414 10 414 c 1\n -16 414 -44 391 -44 358 c 0\n -42 332 -12 307 12 307 c 2\n 50 307 l 17\n 50 325 l 2\n 50 386 78 456 121 502 c 0\n 166 550 225 576 292 576 c 0\n 359 576 418 550 463 502 c 0\n 506 456 534 386 534 325 c 2\n 534 267 l 17\n 91 267 l 1\n 91 248 l 2\n 91 128 191 25 309 25 c 0\n 378 25 429 51 483 115 c 0\n 490 123 494 125 501 125 c 0\n 513 125 521 117 521 106 c 0\n 521 96 509 79 483 55 c 0\n 434 9 373 -16 309 -16 c 0\n 173 -16 50 107 50 242 c 2\n 50 266 l 1\nEndSplineSet\nMinimumDistance: x18,-1 y18,20 x20,18 x20,19 \nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 864\nWidth: 600\nFlags: HW\nHStem: -16 41<285 317> 199 41<42 63 105 477> 347 41<42 47> 390 41<268.609 308>\nVStem: -50 40<291 299>\nFore\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\n64 240 m 1\n 76 350 171 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 31 396 -16 305 -16 c 0\n 176 -16 73 78 64 199 c 1\n 46 199 l 2\n -0 199 -50 235 -50 292 c 0\n -50 348 -4 388 44 388 c 1\n 56 388 64 379 64 368 c 0\n 64 356 56 347 44 347 c 1\n 18 347 -10 324 -10 291 c 0\n -8 265 22 240 46 240 c 2\n 64 240 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 865\nWidth: 600\nFlags: HW\nHStem: -155 32<345 354> -16 41<291 316> 266 41<9 50 92 492> 414 41<0.430692 14> 535 41<284 311>\nVStem: -84 40<358 361> 50 41<229 266 308 327> 270 39<-95 -87> 493 41<308 327>\nFore\n91 307 m 1\n 493 308 l 9\n 493 319 l 2\n 493 438 403 535 292 535 c 0\n 181 535 91 438 91 319 c 2\n 91 307 l 1\n318 -16 m 1\n 309 -16 l 0\n 173 -16 50 107 50 242 c 2\n 50 266 l 1\n 12 266 l 2\n -34 266 -84 302 -84 359 c 0\n -84 415 -38 455 10 455 c 1\n 22 455 30 446 30 435 c 0\n 30 423 22 414 10 414 c 1\n -16 414 -44 391 -44 358 c 0\n -42 332 -12 307 12 307 c 2\n 50 307 l 17\n 50 325 l 2\n 50 386 78 456 121 502 c 0\n 166 550 225 576 292 576 c 0\n 359 576 418 550 463 502 c 0\n 506 456 534 386 534 325 c 2\n 534 267 l 17\n 91 267 l 1\n 91 248 l 2\n 91 128 191 25 309 25 c 0\n 378 25 429 51 483 115 c 0\n 490 123 494 125 501 125 c 0\n 513 125 521 117 521 106 c 0\n 521 96 509 79 483 55 c 0\n 455 29 424 10 390 -2 c 1\n 367 -15 l 2\n 330 -36 309 -62 309 -89 c 0\n 309 -112 323 -123 352 -123 c 0\n 372 -123 377 -121 401 -107 c 0\n 404 -105 407 -104 409 -104 c 0\n 416 -104 423 -111 423 -119 c 0\n 423 -136 384 -155 346 -155 c 0\n 298 -155 270 -132 270 -94 c 0\n 270 -61 284 -37 318 -16 c 1\nEndSplineSet\nMinimumDistance: x21,-1 y21,23 x23,21 x23,22 \nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 866\nWidth: 600\nFlags: HW\nHStem: -155 32<349 365> -16 41<285 320> 199 41<42 63 105 477> 347 41<42 47> 390 41<279 308>\nVStem: -50 40<291 299> 280 39<-95 -87>\nFore\n104 240 m 1\n 478 240 l 1\n 462 331 388 390 291 390 c 0\n 194 390 122 332 104 240 c 1\n329 -15 m 1\n 321 -16 313 -16 305 -16 c 0\n 176 -16 73 78 64 199 c 1\n 46 199 l 2\n -0 199 -50 235 -50 292 c 0\n -50 348 -4 388 44 388 c 1\n 56 388 64 379 64 368 c 0\n 64 356 56 347 44 347 c 1\n 18 347 -10 324 -10 291 c 0\n -8 265 22 240 46 240 c 2\n 64 240 l 1\n 76 350 171 431 291 431 c 0\n 387 431 467 380 503 297 c 0\n 517 264 520 245 520 199 c 1\n 104 199 l 1\n 118 94 198 25 306 25 c 0\n 368 25 441 47 481 79 c 0\n 488 84 492 86 497 86 c 0\n 507 86 516 77 516 66 c 0\n 516 43 462 14 399 -3 c 1\n 377 -15 l 2\n 340 -36 319 -62 319 -89 c 0\n 319 -112 333 -123 362 -123 c 0\n 382 -123 387 -121 411 -107 c 0\n 414 -105 417 -104 419 -104 c 0\n 426 -104 433 -111 433 -119 c 0\n 433 -136 394 -155 356 -155 c 0\n 308 -155 280 -132 280 -94 c 0\n 280 -61 294 -37 329 -15 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 867\nWidth: 600\nFlags: HW\nHStem: 0 41<129.47 278 321 465> 522 41<129.47 278 321 465>\nVStem: 279 41<41 522>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 868\nWidth: 600\nFlags: HW\nHStem: 0 41<25.3475 62 245 279 321 360 538 568> 522 41<35 58 110 127 245 279 321 360 472 490 542 568> 603 41<281.778 312>\nVStem: 11 142<542 545> 280 40<41 286 337 522> 447 142<542 545>\nDStem: 58 522 109 522 246 317 280 336 491 522 542 522 320 336 354 317\nFore\n350 563 m 2\n 368 563 378 556 378 543 c 0\n 378 529 368 522 350 522 c 2\n 320 522 l 1\n 320 336 l 1\n 491 522 l 1\n 475 522 l 2\n 457 522 447 529 447 543 c 0\n 447 556 457 563 475 563 c 2\n 561 563 l 2\n 581 563 589 556 589 543 c 0\n 589 529 581 522 561 522 c 2\n 542 522 l 1\n 354 317 l 1\n 442 274 504 224 538 41 c 1\n 564 41 l 2\n 582 41 592 34 592 21 c 0\n 592 7 582 0 564 0 c 2\n 508 0 l 1\n 466 190 414 244 320 287 c 1\n 320 41 l 1\n 350 41 l 2\n 368 41 378 34 378 21 c 0\n 378 7 368 0 350 0 c 2\n 250 0 l 2\n 232 0 222 7 222 21 c 0\n 222 34 232 41 250 41 c 2\n 280 41 l 1\n 280 287 l 1\n 186 244 134 190 92 0 c 1\n 36 0 l 2\n 18 0 8 7 8 21 c 0\n 8 34 18 41 36 41 c 2\n 62 41 l 1\n 96 224 158 274 246 317 c 1\n 58 522 l 1\n 39 522 l 2\n 19 522 11 529 11 543 c 0\n 11 556 19 563 39 563 c 2\n 125 563 l 2\n 143 563 153 556 153 543 c 0\n 153 529 143 522 125 522 c 2\n 109 522 l 1\n 280 336 l 1\n 280 522 l 1\n 250 522 l 2\n 232 522 222 529 222 543 c 0\n 222 556 232 563 250 563 c 2\n 350 563 l 2\n176 733 m 0\n 188 733 194 726 196 711 c 0\n 199 673 244 644 300 644 c 0\n 356 644 400 673 404 711 c 0\n 406 726 412 733 425 733 c 0\n 436 733 445 724 445 710 c 0\n 445 650 382 603 300 603 c 0\n 218 603 155 650 155 710 c 0\n 155 724 163 733 176 733 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 869\nWidth: 600\nFlags: HW\nHStem: 0 41<28 64 112 149 236 279 322 364 453 489 537 572> 376 41<38 66 126 157 236 279 322 364 444 475 535 563> 457 41<284 316>\nVStem: 12 153<16 23> 22 153<396 400> 280 41<41 190 241 376> 426 153<396 400> 436 153<16 23>\nDStem: 66 376 125 376 248 217 280 240 476 376 535 376 321 240 353 217\nFore\n356 0 m 2\n 245 0 l 2\n 227 0 217 7 217 21 c 0\n 217 34 227 41 245 41 c 2\n 280 41 l 1\n 280 191 l 1\n 206 150 145 108 111 41 c 1\n 139 41 l 2\n 157 41 165 34 165 21 c 0\n 165 7 157 0 139 0 c 2\n 38 0 l 2\n 20 0 12 7 12 21 c 0\n 12 34 20 41 38 41 c 2\n 64 41 l 1\n 98 120 158 174 248 217 c 1\n 66 376 l 1\n 48 376 l 2\n 30 376 22 383 22 397 c 0\n 22 410 30 417 48 417 c 2\n 147 417 l 2\n 165 417 175 410 175 397 c 0\n 175 383 165 376 147 376 c 2\n 125 376 l 1\n 280 240 l 1\n 280 376 l 1\n 245 376 l 2\n 227 376 217 383 217 397 c 0\n 217 410 227 417 245 417 c 2\n 356 417 l 2\n 374 417 384 410 384 397 c 0\n 384 383 374 376 356 376 c 2\n 321 376 l 1\n 321 240 l 1\n 476 376 l 1\n 454 376 l 2\n 436 376 426 383 426 397 c 0\n 426 410 436 417 454 417 c 2\n 553 417 l 2\n 571 417 579 410 579 397 c 0\n 579 383 571 376 553 376 c 2\n 535 376 l 1\n 353 217 l 1\n 443 174 503 120 537 41 c 1\n 563 41 l 2\n 581 41 589 34 589 21 c 0\n 589 7 581 0 563 0 c 2\n 462 0 l 2\n 444 0 436 7 436 21 c 0\n 436 34 444 41 462 41 c 2\n 490 41 l 1\n 456 108 395 150 321 191 c 1\n 321 41 l 1\n 356 41 l 2\n 374 41 384 34 384 21 c 0\n 384 7 374 0 356 0 c 2\n176 587 m 0\n 188 587 194 580 196 565 c 0\n 199 527 244 498 300 498 c 0\n 356 498 400 527 404 565 c 0\n 406 580 412 587 425 587 c 0\n 436 587 445 578 445 564 c 0\n 445 504 382 457 300 457 c 0\n 218 457 155 504 155 564 c 0\n 155 578 163 587 176 587 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 870\nWidth: 600\nFlags: HW\nHStem: -105 41<324 353> 0 41<52 115 159 234> 279 41<209 303> 522 41<52 115 159 234 372 415 484 502>\nVStem: 116 42<41 278 329 522> 444 42<39 167>\nDStem: 416 522 484 522 158 328 207.08 320\nFore\n207 320 m 1\n 282 320 l 2\n 403 320 486 254 486 153 c 2\n 486 46 l 2\n 486 -38 420 -105 338 -105 c 0\n 313 -105 281 -98 263 -89 c 0\n 255 -85 251 -79 251 -71 c 0\n 251 -60 259 -51 269 -51 c 0\n 274 -51 276 -52 301 -59 c 0\n 309 -62 327 -64 339 -64 c 0\n 400 -64 444 -16 444 52 c 2\n 444 153 l 2\n 444 231 379 279 286 279 c 2\n 158 279 l 1\n 158 41 l 1\n 232 41 l 2\n 250 41 260 34 260 21 c 0\n 260 7 250 0 232 0 c 2\n 62 0 l 2\n 44 0 36 7 36 21 c 0\n 36 34 44 41 62 41 c 2\n 116 41 l 1\n 116 522 l 1\n 62 522 l 2\n 44 522 36 529 36 543 c 0\n 36 556 44 563 62 563 c 2\n 232 563 l 2\n 250 563 260 556 260 543 c 0\n 260 529 250 522 232 522 c 2\n 158 522 l 1\n 158 328 l 1\n 416 522 l 1\n 382 522 l 2\n 362 522 354 529 354 543 c 0\n 354 556 362 563 382 563 c 2\n 500 563 l 2\n 518 563 528 556 528 543 c 0\n 528 529 518 522 500 522 c 2\n 484 522 l 1\n 207 320 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x29,26 x29,28 x22,25 x22,23 x21,18 x21,20 x14,17 x14,15 \nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 871\nWidth: 600\nFlags: HW\nHStem: -188 41<294 317> 0 41<86.4704 150> 192 41<246 302> 376 41<86.4704 150 332.47 364 426 475>\nVStem: 151 41<41 191 241 376> 408 42<-44 100>\nDStem: 365 376 426 376 192 240 243.428 233\nFore\n193 192 m 1\n 192 191 l 1\n 192 0 l 1\n 97 0 l 2\n 79 0 70 7 70 21 c 0\n 70 34 79 41 97 41 c 2\n 151 41 l 1\n 151 376 l 1\n 97 376 l 2\n 79 376 70 383 70 397 c 0\n 70 410 79 417 97 417 c 2\n 192 417 l 1\n 192 240 l 1\n 365 376 l 1\n 343 376 l 2\n 325 376 316 383 316 397 c 0\n 316 410 325 417 343 417 c 2\n 473 417 l 2\n 491 417 500 410 500 397 c 0\n 500 383 491 376 473 376 c 2\n 426 376 l 1\n 243 233 l 1\n 278 233 l 2\n 380 233 450 184 450 98 c 2\n 450 -37 l 2\n 450 -121 384 -188 302 -188 c 0\n 277 -188 245 -181 227 -172 c 0\n 219 -168 215 -162 215 -154 c 0\n 215 -143 223 -134 233 -134 c 0\n 238 -134 240 -135 265 -142 c 0\n 273 -145 291 -147 303 -147 c 0\n 364 -147 408 -99 408 -31 c 2\n 408 98 l 2\n 408 160 356 192 282 192 c 2\n 193 192 l 1\nEndSplineSet\nMinimumDistance: x23,-1 x7,10 x7,8 x6,3 x6,5 \nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 872\nWidth: 600\nFlags: HW\nHStem: -199 41<325 341> 0 41<73 125 168 229> 272 41<168 436> 522 41<90.4704 125 168 229 373 436 478 505>\nVStem: 126 41<41 271 314 522> 437 41<-55 271 314 522>\nFore\n478 522 m 1\n 478 -48 l 2\n 478 -132 413 -199 331 -199 c 0\n 306 -199 274 -192 256 -183 c 0\n 248 -179 244 -173 244 -165 c 0\n 244 -154 252 -145 262 -145 c 0\n 267 -145 269 -146 294 -153 c 0\n 302 -156 320 -158 332 -158 c 0\n 393 -158 437 -110 437 -42 c 2\n 437 272 l 1\n 167 272 l 1\n 167 41 l 1\n 221 41 l 2\n 239 41 248 34 248 21 c 0\n 248 7 239 0 221 0 c 2\n 81 0 l 2\n 63 0 53 7 53 21 c 0\n 53 34 62 41 81 41 c 2\n 126 41 l 1\n 126 522 l 1\n 101 522 l 2\n 83 522 74 529 74 543 c 0\n 74 556 83 563 101 563 c 2\n 221 563 l 2\n 239 563 248 556 248 543 c 0\n 248 529 239 522 221 522 c 2\n 167 522 l 1\n 167 313 l 1\n 437 313 l 1\n 437 522 l 1\n 383 522 l 2\n 365 522 356 529 356 543 c 0\n 356 556 365 563 383 563 c 2\n 503 563 l 2\n 521 563 530 556 530 543 c 0\n 530 529 521 522 503 522 c 2\n 478 522 l 1\nEndSplineSet\nMinimumDistance: x33,-1 x29,32 x29,30 x0,33 x0,35 x26,23 x26,25 x19,22 x19,20 x18,15 x18,17 x11,14 x11,12 \nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 873\nWidth: 600\nFlags: HW\nHStem: -199 41<306 322> 0 41<108 142 185 237> 184 41<185 415> 376 41<98.4704 142 185 237 360.47 415 457 498>\nVStem: 143 41<41 183 226 376> 416 41<-55 183 226 376>\nFore\n457 376 m 1\n 457 -48 l 2\n 457 -132 392 -199 310 -199 c 0\n 285 -199 253 -192 235 -183 c 0\n 227 -179 223 -173 223 -165 c 0\n 223 -154 231 -145 241 -145 c 0\n 246 -145 248 -146 273 -153 c 0\n 281 -156 299 -158 311 -158 c 0\n 372 -158 416 -110 416 -42 c 2\n 416 184 l 1\n 184 184 l 1\n 184 41 l 1\n 229 41 l 2\n 247 41 256 34 256 21 c 0\n 256 7 247 0 229 0 c 2\n 110 0 l 2\n 91 0 82 7 82 21 c 0\n 82 34 91 41 110 41 c 2\n 143 41 l 1\n 143 376 l 1\n 109 376 l 2\n 91 376 82 383 82 397 c 0\n 82 410 91 417 109 417 c 2\n 229 417 l 2\n 247 417 256 410 256 397 c 0\n 256 383 247 376 229 376 c 2\n 184 376 l 1\n 184 225 l 1\n 416 225 l 1\n 416 376 l 1\n 371 376 l 2\n 353 376 344 383 344 397 c 0\n 344 410 353 417 371 417 c 1\n 491 417 l 1\n 509 417 518 410 518 397 c 0\n 518 383 509 376 491 376 c 2\n 457 376 l 1\nEndSplineSet\nMinimumDistance: x33,-1 x29,32 x29,30 x0,33 x0,35 x26,23 x26,25 x19,22 x19,20 x18,15 x18,17 x11,14 x11,12 \nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 874\nWidth: 600\nFlags: HW\nHStem: 0 41<373 412 454 507> 198 41<266 298> 522 41<90.4704 126 168 223 350 411 454 480>\nVStem: 126 41<290 522> 331 42<-130 0> 412 41<41 240 292 522>\nFore\n331 40 m 1\n 340 40 412 41 412 41 c 1\n 412 241 l 1\n 396 219 344 198 294 198 c 16\n 220 198 142 204 126 281 c 1\n 126 522 l 1\n 101 522 l 2\n 83 522 74 529 74 543 c 0\n 74 556 83 563 101 563 c 2\n 221 563 l 2\n 239 563 248 556 248 543 c 0\n 248 529 239 522 221 522 c 2\n 167 522 l 1\n 167 290 l 1\n 180 244 240 239 296 239 c 8\n 347 239 388 261 412 292 c 1\n 412 522 l 1\n 358 522 l 2\n 340 522 331 529 331 543 c 0\n 331 556 340 563 358 563 c 2\n 478 563 l 2\n 496 563 505 556 505 543 c 0\n 505 529 496 522 478 522 c 2\n 453 522 l 1\n 453 41 l 1\n 499 41 l 2\n 517 41 526 34 526 21 c 0\n 526 7 516 0 499 0 c 2\n 374 0 l 1\n 373 -1 l 1\n 373 -120 l 2\n 373 -138 365 -147 351 -147 c 0\n 339 -147 331 -138 331 -120 c 2\n 331 40 l 1\nEndSplineSet\nMinimumDistance: x25,-1 x24,27 x24,25 x23,20 x23,22 x16,19 x16,17 y32,0 x1,32 x1,0 x12,9 x12,11 x5,8 x5,6 \nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 875\nWidth: 600\nFlags: HW\nHStem: 0 41<385 403 446 481> 141 41<288 304> 376 41<112.47 157 199 245 362 403 446 481>\nVStem: 157 41<215 376> 343 42<-129 0> 404 41<41 171 217 376>\nFore\n404 41 m 1\n 404 172 l 1\n 380 152 345 141 302 141 c 16\n 233 141 160 142 157 214 c 1\n 157 376 l 1\n 123 376 l 2\n 105 376 96 383 96 397 c 0\n 96 410 105 417 123 417 c 2\n 243 417 l 2\n 261 417 270 410 270 397 c 0\n 270 383 261 376 243 376 c 2\n 198 376 l 1\n 198 215 l 1\n 203 192 258 181 302 182 c 24\n 345 183 388 200 404 217 c 1\n 404 376 l 1\n 370 376 l 2\n 352 376 343 383 343 397 c 0\n 343 410 352 417 370 417 c 1\n 479 417 l 1\n 497 417 506 410 506 397 c 0\n 506 383 497 376 479 376 c 2\n 445 376 l 1\n 445 41 l 1\n 479 41 l 2\n 497 41 506 34 506 21 c 0\n 506 7 497 0 479 0 c 2\n 385 0 l 1\n 385 -119 l 2\n 385 -137 377 -146 363 -146 c 0\n 351 -146 343 -137 343 -119 c 2\n 343 41 l 1\n 404 41 l 1\nEndSplineSet\nMinimumDistance: x19,-1 y27,30 y27,28 x22,19 x22,21 x15,18 x15,16 y30,0 x0,30 x0,31 x23,24 x23,26 x11,8 x11,10 x4,7 x4,5 \nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 876\nWidth: 600\nFlags: HW\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 522 41<121 245 286 301> 603 41<283 315>\nVStem: 9 205<16 23> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 0 113\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 877\nWidth: 600\nFlags: HW\nHStem: -16 41<216 248> 0 41<460 520> 217 41<264 312> 390 41<280 312> 471 41<290 322>\nVStem: 72 41<97.9244 114> 419 41<41 66 112 202 238 310> 419 122<16 27>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 7 -19\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 878\nWidth: 600\nFlags: HW\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 522 41<121 245 286 301> 603 100<187 191 400.27 412>\nVStem: 9 205<16 23> 139 100<651 655> 360 100<651 655> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -1 92\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 879\nWidth: 600\nFlags: HW\nHStem: -16 41<216 248> 0 41<460 520> 217 41<264 312> 390 41<280 312> 471 100<194 198 407.27 419>\nVStem: 72 41<97.9244 114> 146 100<519 523> 367 100<519 523> 419 41<41 66 112 202 238 310> 419 122<16 27>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 6 -40\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 880\nWidth: 600\nFlags: HW\nHStem: 0 41<26.4704 74 116 146 234.47 296 339 549> 0 160<568 572> 189 41<168 296> 219 150<435 442> 273 41<339 416> 522 41<138 206 247 296 339 529>\nVStem: 10 158<16 23> 297 41<42 188 231 272 315 521> 416 40<240 272 315 352> 529 41<400.47 521> 549 41<41 136>\nDStem: 207 522 247 522 74 41 167 230 207 522 156 189 74 41 115 41\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 881\nWidth: 600\nFlags: HW\nHStem: -16 41<156 172 443 448> 199 41<321 534> 216 41<188 204> 390 41<188 204 415.188 432>\nVStem: 12 45<120 134> 280 40<24 51>\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 882\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 479> 272 41<166 310> 522 41<59.4704 123 166 458> 603 41<265 297>\nVStem: 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 -18 113\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 883\nWidth: 600\nFlags: HW\nHStem: -16 41<287 319> 199 41<105 477> 390 41<271 308> 471 41<275 307>\nVStem: 63 457<200 224>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 -8 -19\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 884\nWidth: 600\nFlags: HW\nHStem: -16 41<274 306> 253 40<92 492> 535 41<258 294>\nVStem: 50 41<224 251> 493 41<224 251 294 320>\nFore\n493 253 m 1\n 91 252 l 9\n 91 241 l 2\n 91 122 181 25 292 25 c 0\n 403 25 493 122 493 241 c 2\n 493 253 l 1\n493 293 m 1\n 493 312 l 2\n 493 432 393 535 275 535 c 0\n 206 535 155 509 101 445 c 0\n 94 437 90 435 83 435 c 0\n 71 435 63 443 63 454 c 0\n 63 464 75 481 101 505 c 0\n 150 551 211 576 275 576 c 0\n 411 576 534 453 534 318 c 2\n 534 235 l 2\n 534 174 506 104 463 58 c 0\n 418 10 359 -16 292 -16 c 0\n 225 -16 166 10 121 58 c 0\n 78 104 50 174 50 235 c 2\n 50 293 l 17\n 493 293 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,0 x0,0 x0,0 \nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 885\nWidth: 600\nFlags: HW\nHStem: -16 41<299 315> 189 40<120 491> 390 41<299 315>\nVStem: 75 0<229 272.962>\nFore\n493 229 m 1\n 484 324 410 390 308 390 c 0\n 235 390 173 366 121 318 c 0\n 113 310 110 308 103 308 c 0\n 93 308 84 317 84 327 c 0\n 84 339 99 357 127 376 c 0\n 178 411 244 431 310 431 c 0\n 441 431 535 339 535 211 c 0\n 535 79 439 -16 305 -16 c 0\n 171 -16 75 79 75 211 c 0\n 75 339 75 229 75 229 c 1\n 493 229 l 1\n493 189 m 1\n 117 189 l 1\n 126 91 198 25 308 25 c 0\n 411 25 484 91 493 189 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 886\nWidth: 600\nFlags: H\nHStem: -16 41<274 306> 253 40<92 492> 535 41<258 294> 603 100<186 190 399.27 411>\nVStem: 50 41<224 251> 138 100<651 655> 359 100<651 655> 493 41<224 251 294 320>\nRef: 168 168 N 1 0 0 1 -2 92\nRef: 1240 1240 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 887\nWidth: 600\nFlags: H\nHStem: -16 41<299 315> 189 40<120 491> 390 41<299 315> 457 100<197 201 410.27 422>\nVStem: 75 0<229 272.962> 149 100<505 509> 370 100<505 509>\nRef: 168 168 N 1 0 0 1 9 -54\nRef: 1241 1241 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 888\nWidth: 600\nFlags: HW\nHStem: 0 41<25.3475 62 240 279 321 360 538 568> 522 41<35 58 110 127 240 279 321 360 472 490 542 568> 603 100<184 192 408 413>\nVStem: 11 142<542 545> 140 100<651 656> 280 40<41 286 337 522> 361 100<651 656> 447 142<542 545>\nDStem: 58 522 109 522 246 317 280 336 491 522 542 522 320 336 354 317\nFore\n350 563 m 2\n 368 563 378 556 378 543 c 0\n 378 529 368 522 350 522 c 2\n 320 522 l 1\n 320 336 l 1\n 491 522 l 1\n 475 522 l 2\n 457 522 447 529 447 543 c 0\n 447 556 457 563 475 563 c 2\n 561 563 l 2\n 581 563 589 556 589 543 c 0\n 589 529 581 522 561 522 c 2\n 542 522 l 1\n 354 317 l 1\n 442 274 504 224 538 41 c 1\n 564 41 l 2\n 582 41 592 34 592 21 c 0\n 592 7 582 0 564 0 c 2\n 508 0 l 1\n 466 190 414 244 320 287 c 1\n 320 41 l 1\n 350 41 l 2\n 368 41 378 34 378 21 c 0\n 378 7 368 0 350 0 c 2\n 250 0 l 2\n 232 0 222 7 222 21 c 0\n 222 34 232 41 250 41 c 2\n 280 41 l 1\n 280 287 l 1\n 186 244 134 190 92 0 c 1\n 36 0 l 2\n 18 0 8 7 8 21 c 0\n 8 34 18 41 36 41 c 2\n 62 41 l 1\n 96 224 158 274 246 317 c 1\n 58 522 l 1\n 39 522 l 2\n 19 522 11 529 11 543 c 0\n 11 556 19 563 39 563 c 2\n 125 563 l 2\n 143 563 153 556 153 543 c 0\n 153 529 143 522 125 522 c 2\n 109 522 l 1\n 280 336 l 1\n 280 522 l 1\n 250 522 l 2\n 232 522 222 529 222 543 c 0\n 222 556 232 563 250 563 c 2\n 350 563 l 2\n190 703 m 0\n 218 703 240 680 240 652 c 0\n 240 626 217 603 190 603 c 0\n 163 603 140 626 140 653 c 0\n 140 680 163 703 190 703 c 0\n411 703 m 0\n 439 703 461 680 461 652 c 0\n 461 626 438 603 411 603 c 0\n 384 603 361 626 361 653 c 0\n 361 680 384 703 411 703 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 889\nWidth: 600\nFlags: HW\nHStem: 0 41<28 64 112 149 236 279 322 364 453 489 537 572> 376 41<38 66 126 156 236 279 322 364 444 475 535 563> 457 100<188 192 401.27 413>\nVStem: 12 153<16 23> 22 153<396 400> 140 100<505 512> 280 41<41 190 241 376> 361 100<505 512> 426 153<396 400> 436 153<16 23>\nDStem: 66 376 125 376 248 217 280 240 476 376 535 376 321 240 353 217\nFore\n356 0 m 2\n 245 0 l 2\n 227 0 217 7 217 21 c 0\n 217 34 227 41 245 41 c 2\n 280 41 l 1\n 280 191 l 1\n 206 150 145 108 111 41 c 1\n 139 41 l 2\n 157 41 165 34 165 21 c 0\n 165 7 157 0 139 0 c 2\n 38 0 l 2\n 20 0 12 7 12 21 c 0\n 12 34 20 41 38 41 c 2\n 64 41 l 1\n 98 120 158 174 248 217 c 1\n 66 376 l 1\n 48 376 l 2\n 30 376 22 383 22 397 c 0\n 22 410 30 417 48 417 c 2\n 147 417 l 2\n 165 417 175 410 175 397 c 0\n 175 383 165 376 147 376 c 2\n 125 376 l 1\n 280 240 l 1\n 280 376 l 1\n 245 376 l 2\n 227 376 217 383 217 397 c 0\n 217 410 227 417 245 417 c 2\n 356 417 l 2\n 374 417 384 410 384 397 c 0\n 384 383 374 376 356 376 c 2\n 321 376 l 1\n 321 240 l 1\n 476 376 l 1\n 454 376 l 2\n 436 376 426 383 426 397 c 0\n 426 410 436 417 454 417 c 2\n 553 417 l 2\n 571 417 579 410 579 397 c 0\n 579 383 571 376 553 376 c 2\n 535 376 l 1\n 353 217 l 1\n 443 174 503 120 537 41 c 1\n 563 41 l 2\n 581 41 589 34 589 21 c 0\n 589 7 581 0 563 0 c 2\n 462 0 l 2\n 444 0 436 7 436 21 c 0\n 436 34 444 41 462 41 c 2\n 490 41 l 1\n 456 108 395 150 321 191 c 1\n 321 41 l 1\n 356 41 l 2\n 374 41 384 34 384 21 c 0\n 384 7 374 0 356 0 c 2\n190 557 m 0\n 218 557 240 534 240 506 c 0\n 240 480 217 457 190 457 c 0\n 163 457 140 480 140 507 c 0\n 140 534 163 557 190 557 c 0\n411 557 m 0\n 439 557 461 534 461 506 c 0\n 461 480 438 457 411 457 c 0\n 384 457 361 480 361 507 c 0\n 361 534 384 557 411 557 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 890\nWidth: 600\nFlags: HW\nHStem: -16 41<284 316> 0 166<108 116> 270 41<236 305> 406 157<132 142> 535 41<284 316> 616 100<188 192 402 420>\nVStem: 92 41<24 55> 115 41<518 544> 140 100<664 672> 215 183<291 297> 361 100<664 672> 442 44<406 434> 464 44<138 167>\nFore\n486 421 m 0\n 486 362.092 449.206 316.288 398 298 c 1\n 398 291 l 1\n 462.518 271.645 508 224.737 508 151 c 0\n 508 54 422 -16 302 -16 c 0\n 233 -16 174 9 133 56 c 1\n 133 27 l 2\n 133 9 126 0 112 0 c 0\n 99 0 92 9 92 27 c 2\n 92 139 l 2\n 92 157 99 166 113 166 c 0\n 126 166 132 158 133 142 c 0\n 136 76 210 25 301 25 c 0\n 394 25 464 79 464 153 c 0\n 464 188 447 220 419 237 c 0\n 395 253 370 270 303 270 c 2\n 242 270 l 2\n 224 270 215 277 215 291 c 0\n 215 304 224 311 242 311 c 2\n 290 311 l 2\n 346 311 377 327 403 344 c 0\n 428 361 442 389 442 420 c 0\n 442 486 381 535 299 535 c 0\n 221 535 160 490 156 430 c 0\n 155 414 148 406 135 406 c 0\n 122 406 115 415 115 433 c 2\n 115 536 l 2\n 115 554 122 563 135 563 c 0\n 149 563 156 554 156 536 c 2\n 156 517 l 1\n 198 558 243 576 302 576 c 0\n 407 576 486 509 486 421 c 0\n190 716 m 0\n 218 716 240 693 240 665 c 0\n 240 639 217 616 190 616 c 0\n 163 616 140 639 140 666 c 0\n 140 693 163 716 190 716 c 0\n411 716 m 0\n 439 716 461 693 461 665 c 0\n 461 639 438 616 411 616 c 0\n 384 616 361 639 361 666 c 0\n 361 693 384 716 411 716 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 891\nWidth: 600\nFlags: HW\nHStem: -16 41<279 311> 0 137<119 126> 206 41<221.47 311> 293 124<139 146> 390 41<279 311> 471 100<183 199 407 413>\nVStem: 103 41<24 37 98.4446 119> 124 41<386 392> 140 100<512 528> 205 207<224 230> 361 100<512 528> 428 45<314 322> 452 45<107 119>\nFore\n232 247 m 2\n 280 247 l 2\n 368 247 374 256 396 270 c 0\n 417 282 428 299 428 315 c 0\n 428 358 372 390 298 390 c 0\n 222 390 170 361 165 316 c 0\n 163 300 156 293 144 293 c 0\n 131 293 124 302 124 320 c 2\n 124 389 l 2\n 124 408 131 417 144 417 c 0\n 157 417 165 406 165 389 c 2\n 165 385 l 1\n 200 416 245 431 302 431 c 0\n 400 431 473 383 473 318 c 0\n 473 287 455 257 427 239 c 2\n 412 230 l 1\n 412 224 l 1\n 425 219 436 213 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 40 414 -16 301 -16 c 0\n 236 -16 186 1 144 38 c 1\n 144 27 l 2\n 144 9 137 0 124 0 c 0\n 110 0 103 9 103 27 c 2\n 103 110 l 2\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 358 206 300 206 c 2\n 232 206 l 2\n 214 206 205 213 205 227 c 0\n 205 240 214 247 232 247 c 2\n190 571 m 0\n 218 571 240 548 240 520 c 0\n 240 494 217 471 190 471 c 0\n 163 471 140 494 140 521 c 0\n 140 548 163 571 190 571 c 0\n411 571 m 0\n 439 571 461 548 461 520 c 0\n 461 494 438 471 411 471 c 0\n 384 471 361 494 361 521 c 0\n 361 548 384 571 411 571 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 892\nWidth: 600\nFlags: HW\nHStem: -16 41<284 316> 0 166<108 116> 270 41<236 305> 406 157<132 140> 535 41<284 316>\nVStem: 92 41<24 55> 115 41<518 544> 215 183<291 297> 442 44<406 434> 464 44<138 167>\nFore\n486 421 m 0\n 486 362.092 449.206 316.288 398 298 c 1\n 398 291 l 1\n 462.518 271.645 508 224.737 508 151 c 0\n 508 54 422 -16 302 -16 c 0\n 233 -16 174 9 133 56 c 1\n 133 27 l 2\n 133 9 126 0 112 0 c 0\n 99 0 92 9 92 27 c 2\n 92 139 l 2\n 92 157 99 166 113 166 c 0\n 126 166 132 158 133 142 c 0\n 136 76 210 25 301 25 c 0\n 394 25 464 79 464 153 c 0\n 464 188 447 220 419 237 c 0\n 395 253 370 270 303 270 c 2\n 242 270 l 2\n 224 270 215 277 215 291 c 0\n 215 304 224 311 242 311 c 2\n 290 311 l 2\n 346 311 377 327 403 344 c 0\n 428 361 442 389 442 420 c 0\n 442 486 381 535 299 535 c 0\n 221 535 160 490 156 430 c 0\n 155 414 148 406 135 406 c 0\n 122 406 115 415 115 433 c 2\n 115 536 l 2\n 115 554 122 563 135 563 c 0\n 149 563 156 554 156 536 c 2\n 156 517 l 1\n 198 558 243 576 302 576 c 0\n 407 576 486 509 486 421 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 893\nWidth: 600\nFlags: HW\nHStem: -16 41<279 311> 0 137<119 126> 206 41<221.47 311> 293 124<143 146> 390 41<279 311>\nVStem: 103 41<24 37 98.4446 119> 124 41<386 392> 205 207<224 230> 428 45<314 322> 452 45<107 119>\nFore\n232 247 m 2\n 280 247 l 2\n 368 247 374 256 396 270 c 0\n 417 282 428 299 428 315 c 0\n 428 358 372 390 298 390 c 0\n 222 390 170 361 165 316 c 0\n 163 300 156 293 144 293 c 0\n 131 293 124 302 124 320 c 2\n 124 389 l 2\n 124 408 131 417 144 417 c 0\n 157 417 165 406 165 389 c 2\n 165 385 l 1\n 200 416 245 431 302 431 c 0\n 400 431 473 383 473 318 c 0\n 473 287 455 257 427 239 c 2\n 412 230 l 1\n 412 224 l 1\n 425 219 436 213 447 206 c 0\n 478 185 497 151 497 116 c 0\n 497 40 414 -16 301 -16 c 0\n 236 -16 186 1 144 38 c 1\n 144 27 l 2\n 144 9 137 0 124 0 c 0\n 110 0 103 9 103 27 c 2\n 103 110 l 2\n 103 128 110 137 124 137 c 0\n 136 137 144 128 144 115 c 2\n 144 108 l 2\n 144 62 213 25 298 25 c 0\n 386 25 452 64 452 117 c 0\n 452 140 435 165 408 180 c 0\n 382 194 358 206 300 206 c 2\n 232 206 l 2\n 214 206 205 213 205 227 c 0\n 205 240 214 247 232 247 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 894\nWidth: 600\nFlags: HW\nHStem: 0 41<71 123 166 227 371 434 477 531> 522 41<88.4704 123 166 227 371 434 477 503> 603 40<179 420>\nVStem: 124 41<41 109 162 522> 435 41<41 377 430 522>\nDStem: 435 430 435 378 165 161 165 109\nFore\n435 378 m 1\n 165 109 l 1\n 165 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 237 0 219 0 c 2\n 79 0 l 2\n 61 0 51 7 51 21 c 0\n 51 34 60 41 79 41 c 2\n 124 41 l 1\n 124 522 l 1\n 99 522 l 2\n 81 522 72 529 72 543 c 0\n 72 556 81 563 99 563 c 2\n 219 563 l 2\n 237 563 246 556 246 543 c 0\n 246 529 237 522 219 522 c 2\n 165 522 l 1\n 165 161 l 1\n 435 430 l 1\n 435 522 l 1\n 381 522 l 2\n 363 522 354 529 354 543 c 0\n 354 556 363 563 381 563 c 2\n 501 563 l 2\n 519 563 528 556 528 543 c 0\n 528 529 519 522 501 522 c 2\n 476 522 l 1\n 476 41 l 1\n 522 41 l 2\n 540 41 549 34 549 21 c 0\n 549 7 539 0 522 0 c 2\n 381 0 l 2\n 363 0 354 7 354 21 c 0\n 354 34 363 41 381 41 c 2\n 435 41 l 1\n 435 378 l 1\n418 603 m 2\n 182 603 l 2\n 164 603 155 610 155 623 c 0\n 155 636 164 643 182 643 c 2\n 418 643 l 2\n 436 643 445 636 445 623 c 0\n 445 610 436 603 418 603 c 2\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 895\nWidth: 600\nFlags: HW\nHStem: 0 41<88 122 165 211 382 435 478 513> 376 41<78.4704 122 165 211 382 435 478 513> 457 40<174 420>\nVStem: 123 41<41 84 138 376> 436 41<41 271 325 376>\nDStem: 436 325 436 272 164 137 164 84\nFore\n164 376 m 1\n 164 137 l 1\n 436 325 l 1\n 436 376 l 1\n 391 376 l 2\n 373 376 364 383 364 397 c 0\n 364 410 373 417 391 417 c 1\n 511 417 l 1\n 529 417 538 410 538 397 c 0\n 538 383 529 376 511 376 c 2\n 477 376 l 1\n 477 41 l 1\n 511 41 l 2\n 529 41 538 34 538 21 c 0\n 538 7 529 0 511 0 c 2\n 391 0 l 2\n 373 0 364 7 364 21 c 0\n 364 34 373 41 391 41 c 2\n 436 41 l 1\n 436 272 l 1\n 164 84 l 1\n 164 41 l 1\n 209 41 l 2\n 227 41 236 34 236 21 c 0\n 236 7 227 0 209 0 c 2\n 90 0 l 2\n 71 0 62 7 62 21 c 0\n 62 34 71 41 90 41 c 2\n 123 41 l 1\n 123 376 l 1\n 89 376 l 2\n 71 376 62 383 62 397 c 0\n 62 410 71 417 89 417 c 2\n 209 417 l 2\n 227 417 236 410 236 397 c 0\n 236 383 227 376 209 376 c 2\n 164 376 l 1\n418 457 m 2\n 182 457 l 2\n 164 457 155 464 155 477 c 0\n 155 490 164 497 182 497 c 2\n 418 497 l 2\n 436 497 445 490 445 477 c 0\n 445 464 436 457 418 457 c 2\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 896\nWidth: 600\nFlags: HW\nHStem: 0 41<71 123 166 227 371 434 477 531> 522 41<88.4704 123 166 227 371 434 477 503> 603 100<179.27 195 403 419>\nVStem: 124 41<41 109 162 522> 139 100<651 656> 360 100<651 656> 435 41<41 377 430 522>\nDStem: 435 430 435 378 165 161 165 109\nFore\n435 378 m 1\n 165 109 l 1\n 165 41 l 1\n 219 41 l 2\n 237 41 246 34 246 21 c 0\n 246 7 237 0 219 0 c 2\n 79 0 l 2\n 61 0 51 7 51 21 c 0\n 51 34 60 41 79 41 c 2\n 124 41 l 1\n 124 522 l 1\n 99 522 l 2\n 81 522 72 529 72 543 c 0\n 72 556 81 563 99 563 c 2\n 219 563 l 2\n 237 563 246 556 246 543 c 0\n 246 529 237 522 219 522 c 2\n 165 522 l 1\n 165 161 l 1\n 435 430 l 1\n 435 522 l 1\n 381 522 l 2\n 363 522 354 529 354 543 c 0\n 354 556 363 563 381 563 c 2\n 501 563 l 2\n 519 563 528 556 528 543 c 0\n 528 529 519 522 501 522 c 2\n 476 522 l 1\n 476 41 l 1\n 522 41 l 2\n 540 41 549 34 549 21 c 0\n 549 7 539 0 522 0 c 2\n 381 0 l 2\n 363 0 354 7 354 21 c 0\n 354 34 363 41 381 41 c 2\n 435 41 l 1\n 435 378 l 1\n189 703 m 0\n 217 703 239 680 239 652 c 0\n 239 626 216 603 189 603 c 0\n 162 603 139 626 139 653 c 0\n 139 680 162 703 189 703 c 0\n410 703 m 0\n 438 703 460 680 460 652 c 0\n 460 626 437 603 410 603 c 0\n 383 603 360 626 360 653 c 0\n 360 680 383 703 410 703 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 897\nWidth: 600\nFlags: HW\nHStem: 0 41<88 122 165 211 382 435 478 513> 376 41<78.4704 122 165 211 382 435 478 513> 457 100<180.27 192 401.27 414>\nVStem: 123 41<41 84 138 376> 140 100<505 512> 361 100<505 512> 436 41<41 271 325 376>\nDStem: 436 325 436 272 164 137 164 84\nFore\n164 376 m 1\n 164 137 l 1\n 436 325 l 1\n 436 376 l 1\n 391 376 l 2\n 373 376 364 383 364 397 c 0\n 364 410 373 417 391 417 c 1\n 511 417 l 1\n 529 417 538 410 538 397 c 0\n 538 383 529 376 511 376 c 2\n 477 376 l 1\n 477 41 l 1\n 511 41 l 2\n 529 41 538 34 538 21 c 0\n 538 7 529 0 511 0 c 2\n 391 0 l 2\n 373 0 364 7 364 21 c 0\n 364 34 373 41 391 41 c 2\n 436 41 l 1\n 436 272 l 1\n 164 84 l 1\n 164 41 l 1\n 209 41 l 2\n 227 41 236 34 236 21 c 0\n 236 7 227 0 209 0 c 2\n 90 0 l 2\n 71 0 62 7 62 21 c 0\n 62 34 71 41 90 41 c 2\n 123 41 l 1\n 123 376 l 1\n 89 376 l 2\n 71 376 62 383 62 397 c 0\n 62 410 71 417 89 417 c 2\n 209 417 l 2\n 227 417 236 410 236 397 c 0\n 236 383 227 376 209 376 c 2\n 164 376 l 1\n190 557 m 0\n 218 557 240 534 240 506 c 0\n 240 480 217 457 190 457 c 0\n 163 457 140 480 140 507 c 0\n 140 534 163 557 190 557 c 0\n411 557 m 0\n 439 557 461 534 461 506 c 0\n 461 480 438 457 411 457 c 0\n 384 457 361 480 361 507 c 0\n 361 534 384 557 411 557 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 898\nWidth: 600\nFlags: HW\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 139 100<652.5 679> 360 100<652.5 679> 508 41<208.5 349>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -1 105\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 899\nWidth: 600\nFlags: HW\nHStem: -16 41<279.738 312> 390 41<279.738 312> 471 100<188 192 401.27 413>\nVStem: 72 41<192 224> 140 100<519 523> 361 100<519 523> 487 41<192 224>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 0 -40\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 900\nWidth: 600\nFlags: HW\nHStem: -16 41<291 307> 260 40<99 499> 535 41<291 307>\nVStem: 51 498<260 300>\nFore\n300 576 m 0\n 441 576 549 446 549 276 c 0\n 549 115 437 -16 300 -16 c 0\n 161 -16 51 115 51 280 c 0\n 51 445 161 576 300 576 c 0\n507 300 m 1\n 498 433 410 535 300 535 c 0\n 191 535 101 431 93 300 c 1\n 507 300 l 1\n508 260 m 1\n 93 260 l 1\n 101 129 191 25 300 25 c 0\n 408 25 500 131 508 260 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 901\nWidth: 600\nFlags: HW\nHStem: -16 41<279.83 312> 184 40<120 472> 390 41<279.778 312>\nVStem: 72 456<192 224>\nFore\n300 431 m 0\n 428 431 528 332 528 205 c 0\n 528 83 426 -16 300 -16 c 0\n 173 -16 72 83 72 208 c 0\n 72 331 173 431 300 431 c 0\n486 224 m 1\n 477 320 399 390 300 390 c 0\n 202 390 122 317 114 224 c 1\n 486 224 l 1\n486 184 m 1\n 115 184 l 1\n 126 94 204 25 300 25 c 0\n 396 25 475 95 486 184 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 902\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 260 40<99 499> 535 41<291 307> 603 100<187.5 191.5 400.77 412.5>\nVStem: 51 498<260 300> 140 100<651 655> 360 100<651 655>\nRef: 168 168 N 1 0 0 1 -0 92\nRef: 1256 1256 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 903\nWidth: 600\nFlags: H\nHStem: -16 41<279.83 312> 184 40<120 472> 390 41<279.778 312> 457 100<187.5 191.5 400.77 412.5>\nVStem: 72 456<192 224> 140 100<505 509> 360 100<505 509>\nRef: 168 168 N 1 0 0 1 -0 -54\nRef: 1257 1257 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 904\nWidth: 600\nFlags: H\nHStem: -16 41<255 296> 272 41<213.592 494> 397 166<95 104> 535 41<274 305>\nVStem: 80 40<415 421 507 545> 140 100<639.5 666> 360 100<639.5 666> 494 42<239 272 312 337>\nRef: 168 168 N 1 0 0 1 -0 92\nRef: 1069 1069 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 905\nWidth: 600\nFlags: H\nHStem: -16 41<281 315> 184 41<201 484> 271 146<111 123> 390 41<281 315>\nVStem: 140 100<493.5 520> 360 100<493.5 520>\nRef: 168 168 N 1 0 0 1 -0 -54\nRef: 1101 1101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 906\nWidth: 600\nFlags: H\nHStem: 0 41<113 184 234 259> 522 41<65 92 144 195 401 458 507 531> 603 40<182 418>\nVStem: 50 164<541 545> 94 184<15 23> 386 164<541 545>\nDStem: 92 522 144 522 290 227 314 265 290 227 508 522 184 41 234 41 458 522 508 522 314 265 234 41\nRef: 175 175 S 1 0 0 1 0 67\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 907\nWidth: 600\nFlags: H\nHStem: -186 41<84 211 252 317> -186 186 376 41<78 94 141 141 141 193 412 466 508 508 508 522> 457 40<182 418>\nRef: 175 175 S 1 0 0 1 0 -79\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 908\nWidth: 600\nFlags: HW\nHStem: 0 41<113 184 234 259> 522 41<65 92 144 195 401 458 507 531>\nVStem: 50 164<541 545> 94 184<15 23> 140 100<639.5 666> 360 100<639.5 666> 386 164<541 545>\nDStem: 92 522 144 522 290 227 314 265 290 227 508 522 184 41 234 41 458 522 508 522 314 265 234 41\nRef: 168 168 N 1 0 0 1 -0 92\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 909\nWidth: 600\nFlags: HW\nHStem: -186 41<84 211 252 317> -186 186 376 41<78 94 141 141 141 193 412 466 508 508 508 522>\nVStem: 140 100<493.5 520> 360 100<493.5 520>\nRef: 168 168 N 1 0 0 1 -0 -54\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 910\nWidth: 600\nFlags: HW\nHStem: 0 41<113 184 234 259> 522 41<65 92 144 195 401 458 507 531>\nVStem: 50 164<541 545> 94 184<15 23> 386 164<541 545>\nDStem: 92 522 144 522 290 227 314 265 290 227 508 522 184 41 234 41 458 522 508 522 314 265 234 41\nRef: 733 733 N 1 0 0 1 0 113\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 911\nWidth: 600\nFlags: HW\nHStem: -186 41<84 211 252 317> -186 186 376 41<78 94 141 141 141 193 412 466 508 508 508 522>\nRef: 733 733 N 1 0 0 1 0 -33\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 912\nWidth: 600\nFlags: HW\nHStem: 0 41<376 436 477 531> 229 41<280 314> 522 41<89.4704 125 166 222 376 436 477 506>\nVStem: 125 41<351 522> 140 100<639.5 666> 360 100<639.5 666> 436 41<40 267 313 522>\nRef: 168 168 N 1 0 0 1 -0 92\nRef: 1063 1063 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 913\nWidth: 600\nFlags: HW\nHStem: 0 41<367 404 445 481> 141 41<287 304> 376 41<112.47 157 198 245 367 404 445 481>\nVStem: 140 100<493.5 520> 157 41<214 376> 362 100<493.5 520> 404 41<40 172 216 376>\nRef: 168 168 N 1 0 0 1 0 -54\nRef: 1095 1095 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 914\nWidth: 600\nFlags: HW\nHStem: 0 41<27.4704 67 108 268 458 495 536 572> 291 41<108 260> 522 41<27.4704 67 108 141 458 495 536 572>\nVStem: 67 41<41 291 331 522> 142 100<639.5 666> 362 100<639.5 666> 401 41<159 177> 495 41<40 522>\nRef: 168 168 N 1 0 0 1 2 92\nRef: 1067 1067 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 915\nWidth: 600\nFlags: HW\nHStem: 0 41<32 65 106 283 432.47 488 529 571> 196 41<106 269> 376 41<25 65 106 155 432.47 488 529 571>\nVStem: 65 41<41 196 236 376> 140 100<493.5 520> 347 41<95 129> 360 100<493.5 520> 488 41<40 376>\nRef: 168 168 N 1 0 0 1 -0 -54\nRef: 1099 1099 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0531\nEncoding: 1329 1329 916\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<281.565 313> 522 41<57.4704 103 145 221 377 457 499 537>\nVStem: 103 41<175 522> 458 41<175 522>\nFore\n563 -105 m 0\n 574 -106 580 -113 580 -125 c 0\n 580 -140 572 -147 557 -145 c 0\n 464 -132 404 -84 379 0 c 1\n 359 -11 333 -16 302 -16 c 0\n 227 -16 171 16 132 80 c 0\n 113 112 103 148 103 188 c 2\n 103 522 l 1\n 68 522 l 2\n 50 522 41 529 41 543 c 0\n 41 556 50 563 68 563 c 2\n 219 563 l 2\n 238 563 247 556 247 543 c 0\n 247 529 238 522 219 522 c 2\n 144 522 l 1\n 144 188 l 2\n 144 96 210 25 300 25 c 0\n 355 25 399 50 432 101 c 0\n 449 128 458 157 458 188 c 2\n 458 522 l 1\n 382 522 l 2\n 363 522 354 529 354 543 c 0\n 354 556 363 563 382 563 c 2\n 533 563 l 2\n 552 563 561 556 561 543 c 0\n 561 529 552 522 533 522 c 2\n 499 522 l 1\n 499 188 l 2\n 499 130 480 81 441 42 c 0\n 436 37 414 24 414 24 c 1\n 433 -52 483 -95 563 -105 c 0\nEndSplineSet\nMinimumDistance: x23,-1 x26,23 x26,25 x19,22 x19,20 x14,11 x14,13 x7,10 x7,8 \nEndChar\nStartChar: uni0532\nEncoding: 1330 1330 917\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<57.4704 103 145 222> 150 41<145 542> 278 41<425 457 499 542> 538 41<281.589 313>\nVStem: 103 41<41 150 191 384> 458 41<319 384>\nFore\n567 171 m 0\n 567 157 558 150 540 150 c 2\n 144 150 l 1\n 144 41 l 1\n 220 41 l 2\n 238 41 247 34 247 21 c 0\n 247 7 238 0 220 0 c 2\n 68 0 l 2\n 50 0 41 7 41 21 c 0\n 41 34 50 41 68 41 c 2\n 103 41 l 1\n 103 376 l 2\n 103 489.22 186.689 579 302 579 c 0\n 418 579 499 490 499 376 c 2\n 499 319 l 1\n 534 319 l 2\n 552 319 561 312 561 298 c 0\n 561 285 552 278 534 278 c 2\n 432 278 l 2\n 414 278 405 285 405 298 c 0\n 405 312 414 319 432 319 c 2\n 458 319 l 1\n 458 376 l 2\n 458 441 430 489 374 520 c 0\n 352 532 327 538 300 538 c 0\n 209 538 144 465 144 376 c 2\n 144 191 l 1\n 540 191 l 2\n 558 191 567 184 567 171 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x21,18 x21,20 x14,17 x14,15 x10,7 x10,9 x3,6 x3,4 x2,27 x2,1 \nEndChar\nStartChar: uni0533\nEncoding: 1331 1331 918\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<339 440 480 539> 150 41<480 564> 152 42<251 267> 538 42<251 267>\nVStem: 43 41<352 384> 439 41<42 150 192 241 352 384> 439 143<170 176>\nFore\n582 171 m 0\n 582 157 573 150 554 150 c 2\n 480 150 l 1\n 480 41 l 1\n 534 41 l 2\n 553 41 562 34 562 21 c 0\n 562 7 553 0 534 0 c 2\n 339 0 l 2\n 321 0 312 7 312 21 c 0\n 312 34 321 40 339 41 c 2\n 441 41 l 1\n 439 242 l 1\n 394 182 334 152 261 152 c 0\n 137 152 43 244 43 366 c 0\n 43 491 139 580 262 580 c 0\n 337 580 396 550 439 490 c 0\n 466 452 480 411 480 367 c 2\n 480 191 l 1\n 554 192 l 2\n 573 192 582 185 582 171 c 0\n439 366 m 0\n 439 466 360 538 261 538 c 0\n 160 538 84 464 84 366 c 0\n 84 266 162 194 261 194 c 0\n 362 194 439 268 439 366 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x3,6 x3,4 y18,2 x2,18 x2,1 \nEndChar\nStartChar: uni0534\nEncoding: 1332 1332 919\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<323 436 477 515> 150 41<477 568> 278 41<35.4704 81 123 150> 538 41<275 291>\nVStem: 81 41<319 384> 437 40<41 150 191 384> 437 156<169 176>\nFore\n593 170 m 0\n 593 157 584 150 566 150 c 2\n 477 150 l 1\n 477 41 l 1\n 512 41 l 2\n 530 41 539 34 539 21 c 0\n 539 7 530 0 512 0 c 2\n 330 0 l 2\n 312 0 303 7 303 21 c 0\n 303 34 312 41 330 41 c 2\n 437 41 l 1\n 437 376 l 2\n 437 466 369 538 280 538 c 0\n 224 538 180 513 147 463 c 0\n 130 438 122 409 122 376 c 2\n 122 319 l 1\n 148 319 l 2\n 166 319 175 312 175 298 c 0\n 175 285 166 278 148 278 c 2\n 46 278 l 2\n 28 278 19 285 19 298 c 0\n 19 312 28 319 46 319 c 2\n 81 319 l 1\n 81 376 l 2\n 81 492 164 579 278 579 c 0\n 351 579 408 547 447 483 c 0\n 467 450 477 415 477 376 c 2\n 477 191 l 1\n 566 191 l 2\n 584 191 593 184 593 170 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x10,7 x10,9 x3,6 x3,4 x2,28 x2,1 x22,19 x22,21 x15,18 x15,16 \nEndChar\nStartChar: uni0535\nEncoding: 1333 1333 920\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<274.579 306> 245 41<418 450 492 534> 381 41<138 534> 522 41<50.4704 96 138 214>\nVStem: 96 41<176 381 422 522> 451 41<176 245>\nFore\n560 401 m 0\n 560 388 551 381 532 381 c 2\n 137 381 l 1\n 137 188 l 2\n 137 96 203 25 293 25 c 0\n 348 25 392 50 425 101 c 0\n 442 128 451 157 451 188 c 2\n 451 245 l 1\n 425 245 l 2\n 406 245 397 252 397 266 c 0\n 397 279 406 286 425 286 c 2\n 526 286 l 2\n 545 286 554 279 554 266 c 0\n 554 252 545 245 526 245 c 2\n 492 245 l 1\n 492 188 l 2\n 492 72 409 -16 295 -16 c 0\n 221 -16 164 16 125 81 c 0\n 106 113 96 149 96 188 c 2\n 96 522 l 1\n 61 522 l 2\n 43 522 34 529 34 542 c 0\n 34 556 43 563 61 563 c 2\n 212 563 l 2\n 231 563 240 556 240 542 c 0\n 240 529 231 522 212 522 c 2\n 137 522 l 1\n 137 422 l 1\n 532 422 l 2\n 551 422 560 415 560 401 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x14,11 x14,13 x7,10 x7,8 x26,23 x26,25 x19,22 x19,20 x2,28 x2,1 \nEndChar\nStartChar: uni0536\nEncoding: 1334 1334 921\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -10 156<47 56> 0 40<162 552> 79 39<290 306> 538 40<290 306>\nVStem: 34 40<6 34 96 128> 46 39<310 342> 510 40<310 342>\nFore\n550 328 m 0\n 550 184 440 79 298 79 c 0\n 153 79 46 186 46 328 c 0\n 46 473 155 578 298 578 c 0\n 443 578 550 471 550 328 c 0\n546 0 m 2\n 172 0 l 2\n 135 0 102 12 74 35 c 1\n 74 10 l 2\n 74 -3 67 -10 54 -10 c 0\n 41 -10 34 -3 34 10 c 2\n 34 126 l 2\n 34 139 41 146 54 146 c 0\n 67 146 74 139 74 126 c 2\n 74 96 l 1\n 96 59 129 40 172 40 c 2\n 546 40 l 2\n 559 40 566 33 566 20 c 0\n 566 7 559 0 546 0 c 2\n510 328 m 0\n 510 449 417 538 298 538 c 0\n 177 538 85 446 85 328 c 0\n 85 207 179 118 298 118 c 0\n 419 118 510 209 510 328 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0537\nEncoding: 1335 1335 922\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<74.4704 179 221 409> 381 41<221 513> 522 41<74.4704 179 221 272 272.016 282.751>\nVStem: 180 40<41 381 422 522> 180 334<382 421>\nDStem: 409 0 427 41 479 -69 508 -40\nFore\n519 -59 m 0\n 519 -73 512 -80 498 -80 c 0\n 493 -80 486 -76 479 -69 c 2\n 409 0 l 1\n 85 0 l 2\n 67 0 58 7 58 21 c 0\n 58 34 67 41 85 41 c 2\n 180 41 l 1\n 180 522 l 1\n 85 522 l 2\n 67 522 58 529 58 543 c 0\n 58 556 67 563 85 563 c 2\n 272 563 l 2\n 290 563 299 556 299 543 c 0\n 299 528 290 521 272 522 c 2\n 220 522 l 1\n 220 422 l 1\n 514 422 l 1\n 514 381 l 1\n 220 381 l 1\n 220 41 l 1\n 427 41 l 1\n 508 -40 l 2\n 515 -47 518 -53 519 -59 c 0\nEndSplineSet\nMinimumDistance: x17,-1 x16,18 x16,17 x15,12 x15,14 x8,11 x8,9 x7,4 x7,6 \nEndChar\nStartChar: uni0538\nEncoding: 1336 1336 923\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<57.4704 103 145 536> 286 41<425 457 499 537> 538 41<281.589 313>\nVStem: 103 41<41 384> 458 41<327 384>\nFore\n561 306 m 0\n 561 293 552 286 534 286 c 2\n 432 286 l 2\n 414 286 405 293 405 306 c 0\n 405 320 414 327 432 327 c 2\n 458 327 l 1\n 458 376 l 2\n 458 441 430 489 374 520 c 0\n 352 532 327 538 300 538 c 0\n 209 538 144 465 144 376 c 2\n 144 41 l 1\n 526 41 l 2\n 544 41 553 34 553 21 c 0\n 553 7 544 0 526 0 c 2\n 68 0 l 2\n 50 0 41 7 41 21 c 0\n 41 34 50 41 68 41 c 2\n 103 41 l 1\n 103 376 l 2\n 103 489.22 186.689 579 302 579 c 0\n 418 579 499 491 499 376 c 2\n 499 327 l 1\n 534 327 l 2\n 552 327 561 320 561 306 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x21,1 x21,22 x5,2 x5,4 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni0539\nEncoding: 1337 1337 924\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<29.4704 75 117 193> 87 40<365 382> 285 41<260 487 529 568> 538 37<285 317>\nVStem: 75 41<41 375> 488 41<272 285 326 384>\nFore\n305 575 m 0\n 425.183 575 528 486.534 528 380 c 2\n 528 326 l 1\n 568 326 l 2\n 587 327 596 321 596 306 c 0\n 596 278.815 558.083 285 529 285 c 1\n 528 224 522 187 498 153 c 0\n 467 109 428 87 380 87 c 0\n 316 87 267 122 232 191 c 0\n 221 214 215 258 215 326 c 1\n 487 326 l 1\n 488 391 494 409 462 456 c 0\n 429 507 385 538 302 538 c 0\n 197 538 116 459 116 356 c 2\n 116 41 l 1\n 191 41 l 2\n 210 41 219 34 219 21 c 0\n 219 7 210 0 191 0 c 2\n 40 0 l 2\n 22 0 13 7 13 21 c 0\n 13 34 22 41 40 41 c 2\n 75 41 l 1\n 75 356 l 2\n 75 442 129 512 187 546 c 0\n 220 565 260 575 305 575 c 0\n488 285 m 1\n 259 285 l 1\n 259 217 261 206 292 170 c 0\n 317 141 346 127 379 127 c 0\n 410 127 439 141 464 169 c 0\n 481 188 489 227 488 285 c 1\nEndSplineSet\nMinimumDistance: x2,3 x21,18 x21,20 x14,17 x14,15 \nEndChar\nStartChar: uni053A\nEncoding: 1338 1338 925\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<245 261> 345 42<245 407 449 549> 522 41<309 407 449 485>\nVStem: 53 41<176 192> 408 41<176 344 387 522>\nFore\n572 365 m 0\n 572 352 563 345 544 345 c 2\n 449 345 l 1\n 449 188 l 2\n 449 72 366 -16 252 -16 c 0\n 178 -16 121 16 82 80 c 0\n 63 111 54 147 53 188 c 0\n 52 261 85 317 150 357 c 0\n 183 377 218 387 257 387 c 2\n 408 387 l 1\n 408 522 l 1\n 312 522 l 2\n 293 522 284 529 284 543 c 0\n 284 556 293 563 312 563 c 2\n 483 563 l 2\n 502 563 511 556 511 543 c 0\n 511 529 502 522 483 522 c 2\n 449 522 l 1\n 449 387 l 1\n 544 387 l 2\n 563 387 572 380 572 365 c 0\n408 188 m 2\n 408 345 l 1\n 256 345 l 2\n 165 345 94 277 94 188 c 0\n 94 97 161 25 250 25 c 0\n 305 25 349 50 382 101 c 0\n 399 128 408 157 408 188 c 2\nEndSplineSet\nMinimumDistance: x1,-1 x17,14 x17,16 x10,13 x10,11 x2,19 x2,1 \nEndChar\nStartChar: uni053B\nEncoding: 1339 1339 926\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<38.4704 113 156 293> 156 41<437 467 509 549> 396 41<309 325> 522 41<38.0826 113 156 197>\nVStem: 114 41<41 254 355 522> 468 41<197 240>\nFore\n571 176 m 0\n 571 163 562 156 544 156 c 2\n 442 156 l 2\n 424 156 415 163 415 176 c 0\n 415 190 424 197 442 197 c 2\n 468 197 l 1\n 468 234 l 2\n 468 324 399 397 310 396 c 0\n 232 395 163 325 155 254 c 1\n 155 41 l 1\n 290 41 l 2\n 308 41 317 34 317 21 c 0\n 317 7 308 0 290 0 c 2\n 49 0 l 2\n 31 0 22 7 22 21 c 0\n 22 34 31 41 49 41 c 2\n 114 41 l 1\n 114 522 l 1\n 49 522 l 2\n 30 522 21 529 21 542 c 0\n 21 556 30 563 49 563 c 2\n 189 563 l 2\n 207 563 216 556 216 542 c 0\n 216 529 207 522 189 522 c 2\n 155 522 l 1\n 155 354 l 1\n 194 409 247 436 312 437 c 0\n 424 438 509 343 509 234 c 2\n 509 197 l 1\n 544 197 l 2\n 562 197 571 190 571 176 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x28,1 x28,29 x5,2 x5,4 x24,21 x24,23 x17,20 x17,18 x16,13 x16,15 x9,12 x9,10 \nEndChar\nStartChar: uni053C\nEncoding: 1340 1340 927\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<79.4704 187 230 501> 0 121<521 527> 521 41<79.4704 187 230 335>\nVStem: 188 41<41 521> 501 42<41 96>\nFore\n543 0 m 1\n 90 0 l 2\n 72 0 63 7 63 21 c 0\n 63 34 72 41 90 41 c 2\n 188 41 l 1\n 188 521 l 1\n 90 521 l 2\n 72 521 63 528 63 542 c 0\n 63 555 72 562 90 562 c 2\n 327 562 l 2\n 345 562 354 555 354 542 c 0\n 354 528 345 521 327 521 c 2\n 229 521 l 1\n 229 41 l 1\n 501 41 l 1\n 501 94 l 2\n 501 112 508 121 522 121 c 0\n 536 121 543 112 543 94 c 2\n 543 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y14,17 y14,15 x12,9 x12,11 x5,8 x5,6 x4,1 x4,3 \nEndChar\nStartChar: uni053D\nEncoding: 1341 1341 928\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -12 37<355.09 384> 0 41<17.4704 53 96 132> 381 41<96 205 452.47 498 538 567> 522 41<17.0826 53 96 129>\nVStem: 54 41<41 380 422 522> 205 40<164 380> 499 39<164 381>\nFore\n592 401 m 0\n 592 388 583 381 565 381 c 2\n 538 381 l 1\n 538 186 l 2\n 538 73 478 -12 370 -12 c 0\n 305 -12 256 19 224 80 c 0\n 211 104 205 139 205 184 c 2\n 205 381 l 1\n 95 381 l 1\n 95 41 l 1\n 130 41 l 2\n 148 41 157 34 157 21 c 0\n 157 7 148 0 130 0 c 2\n 28 0 l 2\n 10 0 1 7 1 21 c 0\n 1 34 10 41 28 41 c 2\n 54 41 l 1\n 54 522 l 1\n 28 522 l 2\n 9 522 0 529 0 542 c 0\n 0 556 9 563 28 563 c 2\n 119 563 l 2\n 137 563 146 556 146 542 c 0\n 146 529 137 522 119 522 c 2\n 95 522 l 1\n 95 422 l 1\n 245 422 l 1\n 245 187 l 2\n 245 136 254 99 273 76 c 0\n 300 42 333 25 371 25 c 0\n 427 25 466 52 489 107 c 0\n 496 123 499 150 499 187 c 2\n 499 381 l 1\n 463 381 l 2\n 445 381 436 388 436 401 c 0\n 436 415 445 422 463 422 c 2\n 565 422 l 2\n 583 422 592 415 592 401 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x32,35 x32,33 x2,36 x2,1 x24,21 x24,23 x17,20 x17,18 x16,13 x16,15 x9,12 x9,10 \nEndChar\nStartChar: uni053E\nEncoding: 1342 1342 929\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -14 39<286 318> 445 40<286 318> 532 40<108 483>\nVStem: 46 39<226 242> 90 412<546 554> 510 40<226 242>\nFore\n502 551 m 0\n 502 544 496 532 481 532 c 2\n 109 532 l 2\n 96 532 90 539 90 552 c 0\n 90 565 97 572 110 572 c 2\n 481 572 l 2\n 495 572 502 565 502 551 c 0\n550 235 m 0\n 550 91 440 -14 298 -14 c 0\n 153 -14 46 93 46 235 c 0\n 46 380 155 485 298 485 c 0\n 443 485 550 378 550 235 c 0\n510 235 m 0\n 510 356 417 445 298 445 c 0\n 177 445 85 353 85 235 c 0\n 85 114 179 25 298 25 c 0\n 419 25 510 116 510 235 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni053F\nEncoding: 1343 1343 930\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<313 456 499 537> 114 41<293 313> 380 41<409 456 499 537> 522 41<57.4704 103 145 221>\nVStem: 103 41<304 522> 457 41<41 189 304 380>\nFore\n561 401 m 0\n 561 387 552 380 533 380 c 2\n 498 380 l 1\n 498 41 l 1\n 533 41 l 2\n 551 41 560 34 560 21 c 0\n 560 7 551 0 533 0 c 2\n 322 0 l 2\n 303 0 294 7 294 21 c 0\n 294 34 303 41 322 41 c 2\n 457 41 l 1\n 457 190 l 1\n 418 139 366 114 302 114 c 0\n 227 114 171 146 132 210 c 0\n 113 242 103 278 103 318 c 2\n 103 522 l 1\n 68 522 l 2\n 50 522 41 529 41 543 c 0\n 41 556 50 563 68 563 c 2\n 219 563 l 2\n 238 563 247 556 247 543 c 0\n 247 529 238 522 219 522 c 2\n 144 522 l 1\n 144 318 l 2\n 144 226 210 155 300 155 c 0\n 355 155 399 180 432 231 c 0\n 449 258 457 285 457 314 c 2\n 457 380 l 1\n 412 380 l 2\n 393 380 384 387 384 401 c 0\n 384 414 393 421 412 421 c 2\n 533 421 l 2\n 552 421 561 414 561 401 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x27,30 x27,28 x10,7 x10,9 x3,6 x3,4 x2,31 x2,1 x22,19 x22,21 x15,18 x15,16 \nEndChar\nStartChar: uni0540\nEncoding: 1344 1344 931\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 287 41<123.959 323> 530 41<133 331>\nVStem: 453 40<-4 172>\nFore\n493 166 m 2\n 493 0 l 2\n 493 -13 486 -20 473 -20 c 0\n 460 -20 453 -13 453 0 c 2\n 453 165 l 2\n 453 217 409 260 369 277 c 0\n 350 284 329 288 305 288 c 2\n 134 287 l 2\n 116 287 107 294 107 307 c 0\n 107 320 116 328 134 328 c 2\n 302 328 l 2\n 386.313 328 450 365.363 450 436 c 0\n 450 493 381 530 321 530 c 2\n 138 530 l 2\n 120 530 111 537 111 551 c 0\n 111 564 120 571 138 571 c 2\n 320 571 l 2\n 409 571 492 515 492 432 c 0\n 492 370 443 324 395 305 c 1\n 460 274 493 227 493 166 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0541\nEncoding: 1345 1345 932\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 38<170 205 273 309 552 552> 0 41<404 551> 124 40<105 110> 327 40<101 215> 543 41<261 291>\nVStem: 53 40<80 96> 56 182<343 352> 56 44<367 369> 485 42<320 349>\nFore\n577 22 m 0\n 577 7 568 -0 550 0 c 2\n 171 0 l 2\n 92 0 53 30 53 89 c 0\n 53 139 71 164 106 164 c 0\n 132 164 158 156 178 131 c 16\n 210 92 248 38 280 38 c 2\n 289 38 l 2\n 322 38 344 40 355 47 c 0\n 401 78 466 182 475 247 c 8\n 480 280 485 301 485 329 c 0\n 485 455 395 543 270 543 c 0\n 166 543 100 470 100 367 c 1\n 211 367 l 2\n 229 367 238 360 238 347 c 0\n 238 334 230 327 213 327 c 2\n 56 327 l 1\n 56 365 l 2\n 56 381 63 427 68 442 c 0\n 92.1922 523.881 171.913 584 272 584 c 0\n 339 584 399 561 450 514 c 0\n 501 467 527 411 527 344 c 0\n 527 240 501 199 462 115 c 0\n 453 95 433 70 403 41 c 1\n 550 41 l 2\n 568 41 577 36 577 22 c 0\n206 38 m 1\n 161 99 131 124 108 124 c 0\n 98 124 93 112 93 89 c 0\n 93 62 103 51 123 43 c 0\n 126 42 170 38 194 38 c 0\n 200 38 204 38 206 38 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni0542\nEncoding: 1346 1346 933\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 1 40<378.069 437 479 555> 286 41<37.4704 83 125 165> 538 41<261.356 293>\nVStem: 83 41<327 384> 438 41<41 384>\nFore\n581 21 m 0\n 581 7 572 -0 553 0 c 2\n 389 1 l 2\n 371 1 362 7 362 21 c 0\n 362 35 371 42 389 41 c 2\n 438 41 l 1\n 438 376 l 2\n 438 441 410 489 354 520 c 0\n 332 532 307 538 280 538 c 0\n 189 538 124 466 124 376 c 2\n 124 327 l 1\n 160 327 l 2\n 178 327 187 320 187 306 c 0\n 187 293 178 286 160 286 c 2\n 48 286 l 2\n 30 286 21 293 21 306 c 0\n 21 320 30 327 48 327 c 2\n 83 327 l 1\n 83 376 l 2\n 83 493 168 579 282 579 c 0\n 398 579 479 490 479 376 c 2\n 479 41 l 1\n 553 41 l 2\n 572 41 581 34 581 21 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x20,17 x18,21 y17,18 y17,20 y1,21 x21,1 x21,22 x5,2 x5,4 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni0543\nEncoding: 1347 1347 934\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<65 126 169 446 487 551> 382 41<49 126 170 305> 524 40<229.27 452>\nVStem: 127 41<41 381 423.063 441.471> 447 40<41 240>\nFore\n549 0 m 2\n 70 0 l 2\n 57 0 50 8 50 21 c 0\n 50 34 56 41 69 41 c 2\n 127 41 l 1\n 127 382 l 1\n 53 382 l 2\n 40 382 33 389 33 402 c 0\n 33 415 40 423 53 423 c 2\n 128 423 l 1\n 129 502 168 564 242 564 c 2\n 450 564 l 2\n 463 564 470 557 470 544 c 0\n 470 531 463 524 450 524 c 2\n 242 524 l 2\n 191 524 169 479 169 423 c 1\n 287 423 l 2\n 396 423 487 336 487 228 c 2\n 487 41 l 1\n 549 41 l 2\n 562 41 569 34 569 21 c 0\n 569 8 562 -0 549 0 c 2\n447 41 m 1\n 447 228 l 2\n 447 254 441 278 429 299 c 2\n 425 306 l 2\n 396 357 350 382 287 382 c 2\n 168 382 l 1\n 168 41 l 1\n 447 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x18,0 x18,19 x5,8 x5,6 \nEndChar\nStartChar: uni0544\nEncoding: 1348 1348 935\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<261 277> 522 41<37.4704 83 125 201 340 417 459 501> 544 20G<341 492>\nVStem: 83 41<176 522> 418 41<176 521> 547 40<439 464>\nFore\n587 440 m 0\n 587 427 580 420 567 420 c 0\n 554 420 547 427 547 440 c 0\n 547 493 538 522 490 522 c 2\n 459 522 l 1\n 459 188 l 2\n 459 77 377 -15 272 -16 c 0\n 215 -17 162 14 115 77 c 0\n 94 105 83 142 83 188 c 2\n 83 522 l 1\n 48 522 l 2\n 30 522 21 529 21 543 c 0\n 21 556 30 563 48 563 c 2\n 199 563 l 2\n 218 563 227 556 227 543 c 0\n 227 529 218 522 199 522 c 2\n 124 522 l 1\n 124 188 l 2\n 124 102 189 25 272 25 c 0\n 328 25 371 55 402 114 c 0\n 413 135 418 159 418 188 c 2\n 418 522 l 1\n 342 522 l 2\n 323 522 314 529 314 543 c 0\n 314 557 323 564 341 564 c 2\n 492 564 l 2\n 555 564 587 523 587 440 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y3,0 y3,2 x16,13 x16,15 x9,12 x9,10 \nEndChar\nStartChar: uni0545\nEncoding: 1349 1349 936\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 40<106 368> 287 40<211 314> 471 134<138 141> 542 41<282 314>\nVStem: 119 40<538 592> 437 42<417.623 432> 459 41<128 142>\nFore\n471 224 m 0\n 519.127 154.216 504.813 85.4305 449 33 c 0\n 431 16 408 6 381 2 c 0\n 372 1 344 -0 298 0 c 2\n 110 0 l 2\n 97 0 90 6 90 19 c 0\n 90 33 97 40 111 40 c 2\n 367 40 l 2\n 416.042 40 460.572 83.4124 459 140 c 0\n 458 195 420 242 345 281 c 0\n 337 285 324 287 307 287 c 2\n 215 287 l 2\n 197 287 188 294 188 307 c 0\n 188 320 196 327 212 327 c 2\n 307 327 l 2\n 370 327 437 371 437 430 c 0\n 437 496 367 542 300 542 c 0\n 241 542 196 524 165 487 c 0\n 158 478 150 471 139 471 c 0\n 126 471 119 478 119 491 c 2\n 119 585 l 2\n 119 598 126 605 139 605 c 0\n 152 605 159 598 159 585 c 2\n 159 537 l 1\n 201 568 248 583 300 583 c 0\n 395 583 479 519 479 430 c 0\n 479 372 428 324 384 303 c 1\n 416 288 445 262 471 224 c 0\nEndSplineSet\nEndChar\nStartChar: uni0546\nEncoding: 1350 1350 937\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<306 324> 286 41<386 467 509 546> 522 41<34.4704 133 175 213>\nVStem: 133 41<176 522> 468 41<176 286>\nFore\n322 -16 m 0\n 213.619 -16 133 80.6268 133 188 c 2\n 133 522 l 1\n 45 522 l 2\n 27 522 18 529 18 543 c 0\n 18 556 27 563 45 563 c 2\n 211 563 l 2\n 229 563 238 556 238 542 c 0\n 238 529 229 522 211 522 c 2\n 174 522 l 1\n 174 188 l 2\n 174 104 240 25 320 25 c 0\n 373 25 414 51 444 104 c 0\n 460 132 468 160 468 188 c 2\n 468 286 l 1\n 391 286 l 2\n 373 286 364 293 364 306 c 0\n 364 320 373 327 391 327 c 2\n 543 327 l 2\n 561 327 570 320 570 306 c 0\n 570 293 561 286 543 286 c 2\n 509 286 l 1\n 509 188 l 2\n 509 134 491 87 456 47 c 0\n 420 5 375 -16 322 -16 c 0\nEndSplineSet\nMinimumDistance: x20,-1 x14,17 x14,15 x21,18 x21,20 x9,6 x9,8 x2,5 x2,3 \nEndChar\nStartChar: uni0547\nEncoding: 1351 1351 938\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<305 333> 453 41<301 327> 572 40<119 349>\nVStem: 61 41<224 256> 480 41<423 485>\nFore\n537 108 m 0\n 537 101 530 89 516 74 c 0\n 462 14 398 -16 325 -16 c 0\n 252 -16 192 8 145 55 c 0\n 92 108 61 152 61 252 c 0\n 61 390 171 494 306 494 c 0\n 371 494 430 470 481 422 c 1\n 480 482 l 2\n 480 499 466 518 439 541 c 0\n 407 568 384 572 320 572 c 2\n 120 572 l 2\n 107 572 100 579 100 592 c 0\n 100 605 107 612 120 612 c 2\n 321 612 l 2\n 396 612 428 606 467 572 c 0\n 504 540 521 510 521 483 c 2\n 521 350 l 2\n 521 331 514 322 501 322 c 0\n 488 322 481 330 480 347 c 0\n 479 368 464 389 436 410 c 0\n 398 439 355 453 307 453 c 0\n 255 453 198 430 162 395 c 24\n 148 382 139 363 135 356 c 0\n 112 318 102 279 102 242 c 0\n 102 123 206 25 324 25 c 0\n 389 25 447 56 499 117 c 0\n 504 124 511 127 518 127 c 0\n 531 127 537 121 537 108 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni0548\nEncoding: 1352 1352 939\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<59.0828 104 146 223 375 458 500 538> 538 41<283.413 314>\nVStem: 104 41<41 384> 459 41<41 384>\nFore\n562 21 m 0\n 562 7 553 0 535 0 c 2\n 384 0 l 2\n 365 0 356 7 356 21 c 0\n 356 34 365 41 384 41 c 2\n 459 41 l 1\n 459 376 l 2\n 459 441 431 489 376 520 c 0\n 354 532 329 538 302 538 c 0\n 211 538 145 465 145 376 c 2\n 145 41 l 1\n 221 41 l 2\n 239 41 248 34 248 21 c 0\n 248 7 239 0 221 0 c 2\n 70 0 l 2\n 51 0 42 7 42 21 c 0\n 42 34 51 41 70 41 c 2\n 104 41 l 1\n 104 376 l 2\n 104 457 151 524 206 555 c 0\n 235 571 267 579 304 579 c 0\n 420 579 500 490 500 376 c 2\n 500 41 l 1\n 535 41 l 2\n 553 41 562 34 562 21 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x22,1 x22,23 x5,2 x5,4 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni0549\nEncoding: 1353 1353 940\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 132 41<283 298> 544 42<283 315>\nVStem: 69 41<340 372> 486 41<340 372>\nDStem: 59 35 294 26 500 -60 508 -21 334 136 402 157 247 36 294 26\nFore\n527 359 m 0\n 527 296 505 243 460 199 c 8\n 440 179 427 175 402 157 c 1\n 294 26 l 1\n 508 -21 l 2\n 519 -24 524 -30 524 -40 c 0\n 524 -57 516 -63 500 -60 c 2\n 59 35 l 2\n 48 37 43 44 43 55 c 0\n 43 72 51 78 67 75 c 2\n 247 36 l 1\n 334 136 l 1\n 298 132 l 1\n 167 132 69 230 69 359 c 0\n 69 490 169 586 298 586 c 0\n 429 586 527 488 527 359 c 0\n486 359 m 0\n 486 466 403 544 298 544 c 0\n 191 544 110 464 110 359 c 0\n 110 252 193 173 298 173 c 0\n 399 173 486 252 486 359 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni054A\nEncoding: 1354 1354 941\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<376 471 513 552> 150 41<236.96 282 325 361> 150 429<283 324> 278 41<40.9599 87 128 168> 537 41<280 282>\nVStem: 87 40<319 384> 283 41<191 536> 472 41<41 384>\nFore\n575 21 m 0\n 575 7 566 0 548 0 c 2\n 386 0 l 2\n 368 0 359 7 359 21 c 0\n 359 34 368 41 386 41 c 2\n 472 41 l 1\n 472 376 l 2\n 472 430 447 464 425 494 c 0\n 404 520 371 534 324 537 c 1\n 324 191 l 1\n 359 191 l 2\n 377 191 386 184 386 170 c 0\n 386 156 377 150 359 150 c 2\n 248 150 l 2\n 229 150 220 156 220 170 c 0\n 220 184 229 191 248 191 c 2\n 283 191 l 1\n 283 537 l 1\n 192 537 130 465 128 376 c 2\n 127 319 l 1\n 163 319 l 2\n 181 319 190 312 190 298 c 0\n 190 285 181 278 163 278 c 2\n 52 278 l 2\n 33 278 24 285 24 298 c 0\n 24 312 33 319 52 319 c 2\n 87 319 l 1\n 87 376 l 2\n 87 458 122 518 189 555 c 0\n 218 571 257 579 306 579 c 0\n 428 579 513 496 513 376 c 2\n 513 41 l 1\n 548 41 l 2\n 566 41 575 34 575 21 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x31,1 x31,32 x5,2 x5,4 x16,13 x16,15 x9,12 x9,10 x26,23 x26,25 \nEndChar\nStartChar: uni054B\nEncoding: 1355 1355 942\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -3 148<80 88> 0 41<240 336 413 560> 287 40<105 408> 523 41<105 304>\nVStem: 64 42<23 37 327 522> 495 41<326 349>\nFore\n584 21 m 0\n 584 7 575 0 557 0 c 2\n 258 0 l 2\n 189 0 138 13 106 38 c 1\n 106 11 99 -3 85 -3 c 0\n 71 -3 64 6 64 24 c 2\n 64 117 l 2\n 64 136 71 145 85 145 c 0\n 94 145 101 137 105 120 c 0\n 110 98 116 84 123 77 c 0\n 148 54 183 41 223 41 c 2\n 289 41 l 2\n 330 41 353 40 364 47 c 0\n 404 75 443 129 467 195 c 1\n 465 256 441 287 396 287 c 2\n 94 287 l 2\n 74 287 64 291 64 304 c 2\n 64 541 l 2\n 64 556 71 564 86 564 c 2\n 281 564 l 2\n 402 564 481 519 520 420 c 0\n 534 383 539 352 535 321 c 0\n 525 248 522 228 499 172 c 0\n 476 119 447 74 412 41 c 1\n 557 41 l 2\n 575 41 584 35 584 21 c 0\n488 268 m 1\n 491 291 495 316 495 344 c 0\n 495 450 397 523 283 523 c 2\n 104 523 l 1\n 104 327 l 1\n 406 327 l 2\n 439 327 467 307 488 268 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni054C\nEncoding: 1356 1356 943\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<49.0828 94 136 213 365 448 490 528> 287 40<490 576> 538 41<273.413 304>\nVStem: 94 41<41 384> 449 41<41 287 327 384> 449 141<304 309>\nFore\n570 287 m 2\n 490 287 l 1\n 490 41 l 1\n 525 41 l 2\n 543 41 552 34 552 21 c 0\n 552 7 543 0 525 0 c 2\n 374 0 l 2\n 355 0 346 7 346 21 c 0\n 346 34 355 41 374 41 c 2\n 449 41 l 1\n 449 376 l 2\n 449 441 421 489 366 520 c 0\n 344 532 319 538 292 538 c 0\n 201 538 135 465 135 376 c 2\n 135 41 l 1\n 211 41 l 2\n 229 41 238 34 238 21 c 0\n 238 7 229 0 211 0 c 2\n 60 0 l 2\n 41 0 32 7 32 21 c 0\n 32 34 41 41 60 41 c 2\n 94 41 l 1\n 94 376 l 2\n 94 457 141 524 196 555 c 0\n 225 571 257 579 294 579 c 0\n 411 579 487 490 490 376 c 2\n 490 327 l 1\n 570 327 l 2\n 583 327 590 320 590 307 c 0\n 590 294 583 287 570 287 c 2\nEndSplineSet\nMinimumDistance: x28,-1 x9,6 x9,8 x2,5 x2,3 x1,27 x1,0 x21,18 x21,20 x14,17 x14,15 \nEndChar\nStartChar: uni054D\nEncoding: 1357 1357 944\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<281.565 313> 522 41<57.4704 103 145 221 377 457 499 537>\nVStem: 103 41<176 522> 458 41<176 522>\nFore\n561 543 m 0\n 561 529 552 522 533 522 c 2\n 499 522 l 1\n 499 188 l 2\n 499 72 416 -16 302 -16 c 0\n 227 -16 171 16 132 80 c 0\n 113 112 103 148 103 188 c 2\n 103 522 l 1\n 68 522 l 2\n 50 522 41 529 41 543 c 0\n 41 556 50 563 68 563 c 2\n 219 563 l 2\n 238 563 247 556 247 543 c 0\n 247 529 238 522 219 522 c 2\n 144 522 l 1\n 144 188 l 2\n 144 96 210 25 300 25 c 0\n 355 25 399 50 432 101 c 0\n 449 128 458 157 458 188 c 2\n 458 522 l 1\n 382 522 l 2\n 363 522 354 529 354 543 c 0\n 354 556 363 563 382 563 c 2\n 533 563 l 2\n 552 563 561 556 561 543 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x19,22 x19,20 x2,23 x2,1 x14,11 x14,13 x7,10 x7,8 \nEndChar\nStartChar: uni054E\nEncoding: 1358 1358 945\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<331.47 435 479 532> 134 41<267 283> 381 41<27.4704 83 125 155> 523 41<395 435 478 507>\nVStem: 83 41<336 381> 436 42<41 217 317 522>\nFore\n551 21 m 0\n 551 7 542 0 524 0 c 2\n 342 0 l 2\n 324 0 315 7 315 21 c 0\n 315 34 324 41 342 41 c 2\n 436 41 l 1\n 436 218 l 1\n 395 162 343 134 279 134 c 0\n 165 134 83 230 83 343 c 2\n 83 381 l 1\n 38 381 l 2\n 20 381 11 388 11 401 c 0\n 11 415 20 422 38 422 c 2\n 150 422 l 2\n 168 422 177 415 177 401 c 0\n 177 388 168 381 150 381 c 2\n 124 381 l 1\n 124 343 l 2\n 124 273 152 223 207 193 c 0\n 231 181 254 175 277 175 c 0\n 357 175 428 245 436 317 c 2\n 436 523 l 1\n 402 523 l 2\n 383 523 374 530 374 543 c 0\n 374 557 383 564 402 564 c 2\n 503 564 l 2\n 521 564 530 557 530 543 c 0\n 530 530 522 522 503 522 c 2\n 478 522 l 1\n 478 41 l 1\n 524 41 l 2\n 542 41 551 34 551 21 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x29,1 x29,30 y25,28 x28,25 x28,27 x21,24 x21,22 x5,2 x5,4 x16,13 x16,15 x9,12 x9,10 \nEndChar\nStartChar: uni054F\nEncoding: 1359 1359 946\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0550\nEncoding: 1360 1360 947\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<59.0828 104 146 283> 286 41<413.083 458 500 538> 538 41<283.413 314>\nVStem: 104 41<41 384> 459 41<327 384>\nFore\n562 306 m 0\n 562 293 553 286 535 286 c 2\n 424 286 l 2\n 405 286 396 293 396 306 c 0\n 396 320 405 327 424 327 c 2\n 459 327 l 1\n 459 376 l 2\n 459 443 431 491 376 520 c 0\n 353 532 329 538 302 538 c 0\n 211 538 145 465 145 376 c 2\n 145 41 l 1\n 281 41 l 2\n 299 41 308 34 308 21 c 0\n 308 7 299 0 281 0 c 2\n 70 0 l 2\n 51 0 42 7 42 21 c 0\n 42 34 51 41 70 41 c 2\n 104 41 l 1\n 104 376 l 2\n 104 457 151 524 206 555 c 0\n 235 571 267 579 304 579 c 0\n 419 579 500 489 500 376 c 2\n 500 327 l 1\n 535 327 l 2\n 553 327 562 320 562 306 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x22,1 x22,23 x5,2 x5,4 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni0551\nEncoding: 1361 1361 948\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 40<213.078 393> 287 40<85 204> 287 45<289 307> 558 36<289 307>\nVStem: 131 42<443 450> 431 40<432 450> 478 42<134 160>\nFore\n520 153 m 0\n 520 82 481 22 427 6 c 0\n 414 2 391 0 358 0 c 2\n 206 0 l 2\n 156 -0 110 39 68 102 c 0\n 66 106 65 110 65 113 c 0\n 65 126 72 133 86 133 c 0\n 93 133 98 130 102 124 c 0\n 121 95 183 40 223 40 c 2\n 357 40 l 2\n 385 40 403 41 411 43 c 0\n 454 54 478 90 478 147 c 0\n 478 223 421 287 347 287 c 2\n 95 287 l 2\n 77 287 68 294 68 307 c 0\n 68 320 76 327 92 327 c 2\n 205 327 l 1\n 168 349 131 395 131 446 c 2\n 131 448 l 2\n 131 539 212 594 305 594 c 0\n 399 594 471 538 471 444 c 0\n 471 383 441 349 398 317 c 1\n 480 286 520 231 520 153 c 0\n303 332 m 0\n 369.2 332 431 377.401 431 444 c 0\n 431 513 370 558 300 558 c 0\n 230 558 173 516 173 448 c 0\n 173 381 238 332 303 332 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0552\nEncoding: 1362 1362 949\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<108.47 189 232 364> 287 41<232 484> 522 41<108.47 189 232 303>\nVStem: 190 41<41 287 328 522> 190 312<304 309>\nFore\n482 287 m 2\n 231 287 l 1\n 231 41 l 1\n 361 41 l 2\n 380 41 389 34 389 21 c 0\n 389 7 380 0 361 0 c 2\n 119 0 l 2\n 101 0 92 7 92 21 c 0\n 92 34 101 41 119 41 c 2\n 190 41 l 1\n 190 522 l 1\n 119 522 l 2\n 101 522 92 529 92 543 c 0\n 92 556 101 563 119 563 c 2\n 301 563 l 2\n 320 563 329 556 329 543 c 0\n 329 529 320 522 301 522 c 2\n 231 522 l 1\n 231 328 l 1\n 482 328 l 2\n 495 328 502 320 502 307 c 0\n 502 294 495 287 482 287 c 2\nEndSplineSet\nMinimumDistance: x20,-1 x17,14 x17,16 x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 x1,19 x1,0 \nEndChar\nStartChar: uni0553\nEncoding: 1363 1363 950\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<167 279 322 439> 41 29<321 342.999> 483 39<251.333 280 321 343.249> 522 41<167 279 322 439>\nVStem: 71 41<257.376 288> 280 41<112 441 483 522> 488 41<257.205 288>\nFore\n529 276 m 0\n 529 156 435 75 321 70 c 1\n 321 41 l 1\n 431 41 l 2\n 450 41 459 34 459 21 c 0\n 459 7 450 0 431 0 c 2\n 169 0 l 2\n 151 0 142 7 142 21 c 0\n 142 34 151 41 169 41 c 2\n 279 41 l 1\n 280 70 l 1\n 165 74 71 160 71 276 c 0\n 71 335 93 385 138 427 c 0\n 175 462 223 481 280 483 c 1\n 280 522 l 1\n 169 522 l 2\n 151 522 142 529 142 543 c 0\n 142 556 151 563 169 563 c 2\n 431 563 l 2\n 450 563 459 556 459 543 c 0\n 459 529 450 522 431 522 c 2\n 321 522 l 1\n 321 483 l 1\n 438 478 529 395 529 276 c 0\n488 276 m 0\n 488 373 412 437 321 442 c 1\n 321 111 l 1\n 413 116 488 182 488 276 c 0\n280 111 m 1\n 280 442 l 1\n 186 438 112 372 112 276 c 0\n 112 182 190 115 280 111 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x21,18 x21,20 x14,17 x14,15 x2,5 x2,3 \nEndChar\nStartChar: uni0554\nEncoding: 1364 1364 951\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<49.0828 114 156 274> 115 40<18 114 156 569> 202 42<322 338> 538 42<306.806 332.875>\nVStem: 114 41<41 115 155 289>\nFore\n567 115 m 2\n 155 115 l 1\n 155 41 l 1\n 266 41 l 2\n 284 41 293 34 293 21 c 0\n 293 7 284 0 266 0 c 2\n 60 0 l 2\n 41 0 32 7 32 21 c 0\n 32 35 41 42 60 41 c 2\n 114 41 l 1\n 114 116 l 1\n 22 115 l 2\n 9 115 2 122 2 135 c 0\n 2 148 9 155 22 155 c 2\n 114 155 l 1\n 114 377 l 2\n 114 501 210 581 333 580 c 0\n 447 579 534 505 538 398 c 0\n 542 280 449 202 334 202 c 0\n 259 202 199 231 155 290 c 1\n 155 155 l 1\n 567 155 l 2\n 580 155 587 148 587 135 c 0\n 587 122 580 115 567 115 c 2\n494 399 m 0\n 489 487 425 535 333 538 c 0\n 234 541 152 477 157 383 c 0\n 160.911 300.873 243.05 241.908 333 244 c 0\n 431 245 501 302 494 399 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x14,11 x14,13 x9,6 x9,8 x2,5 x2,3 x1,21 x1,0 \nEndChar\nStartChar: uni0555\nEncoding: 1365 1365 952\nWidth: 600\nFlags: HW\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0556\nEncoding: 1366 1366 953\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 168<106 113> 528 44<266 278 320 410>\nVStem: 90 41<24 50> 111 41<416 432> 279 41<27 271 319 527> 469 41<140 170>\nFore\n510 153 m 0\n 510 51 421 -12 318 -16 c 0\n 291 -17 277 -17 277 -15 c 1\n 218 -10 169 12 131 51 c 1\n 131 27 l 2\n 131 9 124 0 111 0 c 0\n 97 0 90 9 90 27 c 2\n 90 141 l 2\n 90 159 97 168 111 168 c 0\n 124 168 130 160 131 144 c 0\n 135 76 209 33 279 26 c 1\n 279 279 l 1\n 188 298 111 331 111 427 c 0\n 111 460 128 494 163 528 c 0\n 201 566 240 573 321 572 c 2\n 408 571 l 2\n 426 571 435 564 435 551 c 0\n 435 537 426 530 408 530 c 2\n 320 530 l 1\n 320 311 l 1\n 369 303 405 295 424 286 c 0\n 481 260 510 216 510 153 c 0\n152 426 m 0\n 152 361.618 203.452 333.905 279 318 c 1\n 279 528 l 1\n 244 528 213 518 192 499 c 0\n 165 474 152 449 152 426 c 0\n469 155 m 0\n 469 200 446 232 401 252 c 0\n 388 258 360 265 320 272 c 1\n 320 25 l 1\n 399 30 469 77 469 155 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y15,18 x18,15 x18,17 \nEndChar\nStartChar: uni0561\nEncoding: 1377 1377 954\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 42<170 186 378 394> -1 41<531 570> 382 41<26.4704 72 235.47 280 445.47 489>\nVStem: 72 41<93 382> 281 41<109 382> 490 41<109 382> 490 103<13 26>\nFore\n593 19 m 0\n 593 6 584 -1 566 -1 c 2\n 490 -1 l 1\n 490 40 l 1\n 455 3 420 -16 385 -16 c 0\n 342 -16 310 7 289 52 c 1\n 253 7 216 -16 178 -16 c 0\n 149 -16 125 -6 107 13 c 0\n 84 38 72 65 72 94 c 2\n 72 382 l 1\n 37 382 l 2\n 19 382 10 389 10 402 c 0\n 10 416 19 423 37 423 c 2\n 113 423 l 1\n 113 98 l 2\n 113 59 138 26 176 26 c 0\n 210 26 246 54 281 109 c 1\n 281 382 l 1\n 246 382 l 2\n 228 382 219 389 219 402 c 0\n 219 416 228 423 246 423 c 2\n 322 423 l 1\n 322 101 l 2\n 322 62 346 26 384 26 c 0\n 417 26 453 54 490 109 c 1\n 490 382 l 1\n 456 382 l 2\n 438 382 429 389 429 402 c 0\n 429 416 438 423 456 423 c 2\n 531 423 l 1\n 531 40 l 1\n 566 40 l 2\n 584 40 593 33 593 19 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x28,30 y30,28 y30,29 x30,1 x30,31 x25,28 x25,26 x17,20 x17,18 x9,12 x9,10 \nEndChar\nStartChar: uni0562\nEncoding: 1378 1378 955\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<80 132 175 316> 0 41<175 532> 381 41<68.2488 132>\nVStem: 133 41<-149 0 41 242 336 381> 449 41<170 277>\nFore\n557 21 m 0\n 557 7 548 0 530 0 c 2\n 174 0 l 1\n 174 -149 l 1\n 306 -149 l 2\n 324 -149 333 -156 333 -169 c 0\n 333 -183 324 -190 306 -190 c 2\n 80 -190 l 2\n 61 -190 52 -183 52 -169 c 0\n 52 -156 61 -150 80 -149 c 2\n 133 -149 l 1\n 133 381 l 1\n 79 381 l 2\n 61 380 52 387 52 402 c 0\n 52 415 61 422 79 422 c 2\n 174 422 l 1\n 174 335 l 1\n 184 349 204 378 232 397 c 24\n 261 417 288 431 314 432 c 0\n 394 436 458 386 480 326 c 0\n 484 315 490 290 490 256 c 2\n 490 174 l 2\n 490 160 483 146 468 146 c 0\n 454 146 449 158 449 171 c 2\n 449 278 l 2\n 449 301 440 324 425 346 c 0\n 408 372 356 395 315 392 c 0\n 245.94 388.054 174 306.583 174 233 c 2\n 174 41 l 1\n 530 41 l 2\n 548 41 557 34 557 21 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 x2,29 x2,1 \nEndChar\nStartChar: uni0563\nEncoding: 1379 1379 956\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<331 438 480 534 534.016 544.917> 0 41<480 564> 10 42<251 267> 396 42<251 267>\nVStem: 43 41<210 242> 439 41<-149 0 41 99 210 242> 439 143<18 23>\nFore\n582 21 m 0\n 582 7 573 0 554 0 c 2\n 480 0 l 1\n 480 -149 l 1\n 534 -149 l 2\n 553 -148 562 -155 562 -169 c 0\n 562 -183 553 -190 534 -190 c 2\n 339 -190 l 2\n 321 -190 312 -183 312 -169 c 0\n 312 -156 321 -149 339 -149 c 2\n 439 -149 l 1\n 439 100 l 1\n 394 40 334 10 261 10 c 0\n 137 10 43 102 43 224 c 0\n 43 349 139 438 262 438 c 0\n 337 438 396 408 439 348 c 0\n 466 310 480 269 480 225 c 2\n 480 41 l 1\n 554 41 l 2\n 573 41 582 35 582 21 c 0\n439 224 m 0\n 439 324 360 396 261 396 c 0\n 160 396 84 322 84 224 c 0\n 84 124 162 52 261 52 c 0\n 362 52 439 126 439 224 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x10,7 x10,9 x3,6 x3,4 x2,18 x2,1 \nEndChar\nStartChar: uni0564\nEncoding: 1380 1380 957\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<301 419 461 513> 0 41<49.4704 105 148 196 461 561> 381 42<62 105> 398 40<289 309>\nVStem: 106 41<41 298 359 381> 420 41<-149 0 41 300> 420 159<18 23>\nFore\n579 21 m 0\n 579 7 570 0 552 0 c 2\n 461 0 l 1\n 461 -149 l 1\n 507 -149 l 2\n 525 -149 534 -156 534 -169 c 0\n 534 -183 525 -190 507 -190 c 2\n 307 -190 l 2\n 288 -190 279 -183 279 -169 c 0\n 279 -156 288 -149 307 -149 c 2\n 420 -149 l 1\n 420 287 l 2\n 420 356 372 398 302 398 c 0\n 231 398 193 352 147 298 c 1\n 147 41 l 1\n 194 41 l 2\n 212 41 221 34 221 21 c 0\n 221 7 212 0 194 0 c 2\n 60 0 l 2\n 42 0 33 7 33 21 c 0\n 33 34 42 41 60 41 c 2\n 106 41 l 1\n 106 381 l 1\n 72 381 l 2\n 53 381 44 388 44 402 c 0\n 44 416 53 423 72 423 c 2\n 147 423 l 1\n 147 358 l 1\n 192 403 228 438 303 438 c 0\n 362 438 407 415 438 369 c 0\n 453 346 461 322 461 298 c 2\n 461 41 l 1\n 552 41 l 2\n 570 41 579 35 579 21 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x10,7 x10,9 x3,6 x3,4 x2,32 x2,1 x22,25 x22,23 x21,18 x21,20 x14,17 x14,15 \nEndChar\nStartChar: uni0565\nEncoding: 1381 1381 958\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<252 268> 0 41<479 524> 0 284<458 461> 381 41<169 543> 530 42<60.9599 127>\nVStem: 127 41<112 381 422 530> 438 41<41 58 116 257> 438 103<16 27>\nFore\n459 284 m 0\n 475.299 284 479 268.071 479 257 c 1\n 479 41 l 1\n 514 41 l 2\n 532 41 541 34 541 21 c 0\n 541 7 532 0 514 0 c 2\n 438 0 l 1\n 438 59 l 1\n 383 9 323 -16 259 -16 c 0\n 179 -16 127 37 127 117 c 2\n 127 530 l 1\n 72 530 l 2\n 53 530 44 537 44 551 c 0\n 44 565 53 572 72 572 c 2\n 168 572 l 1\n 168 422 l 1\n 532 422 l 2\n 551 422 560 415 560 401 c 0\n 560 388 551 381 532 381 c 2\n 168 381 l 1\n 168 117 l 2\n 168 63 204 25 257 25 c 0\n 322 25 383 55 438 116 c 1\n 438 256 l 2\n 438 275 444 284 459 284 c 0\nEndSplineSet\nMinimumDistance: x4,-1 x13,15 y15,13 y15,14 x2,5 x2,3 x10,13 x10,11 x19,16 x19,18 \nEndChar\nStartChar: uni0566\nEncoding: 1382 1382 959\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -189 42<480 565> 10 42<251 267> 381 42<480 539> 396 42<251 267>\nVStem: 43 41<211 243> 439 40<-147 99 211 243 349 381> 439 124<395 404> 439 144<-173 -166>\nFore\n583 -168 m 0\n 583 -181 574 -188 555 -188 c 2\n 439 -189 l 1\n 439 100 l 1\n 394 40 334 10 261 10 c 0\n 137 10 43 102 43 224 c 0\n 43 349 139 438 262 438 c 0\n 335 438 394 408 439 348 c 1\n 439 423 l 1\n 535 423 l 2\n 554 423 563 416 563 402 c 0\n 563 388 554 381 535 381 c 2\n 479 381 l 1\n 480 -147 l 1\n 555 -147 l 2\n 574 -147 583 -154 583 -168 c 0\n439 224 m 0\n 439 324 360 396 261 396 c 0\n 160 396 84 322 84 224 c 0\n 84 124 162 52 261 52 c 0\n 362 52 439 126 439 224 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0567\nEncoding: 1383 1383 960\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<151 209 252 436> 327 41<251 443> 531 41<141.47 209>\nVStem: 210 41<41 327 368 531> 210 234<328 367>\nFore\n444 327 m 1\n 251 327 l 1\n 251 41 l 1\n 437 41 l 1\n 437 0 l 1\n 155 0 l 2\n 137 0 128 7 128 21 c 0\n 128 34 137 41 155 41 c 2\n 210 41 l 1\n 210 531 l 1\n 152 531 l 2\n 134 531 125 538 125 551 c 0\n 125 565 134 572 152 572 c 2\n 251 572 l 1\n 251 368 l 1\n 444 368 l 1\n 444 327 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x12,14 y14,12 y14,13 x9,12 x9,10 x8,5 x8,7 x2,4 x2,3 x1,15 x1,0 \nEndChar\nStartChar: uni0568\nEncoding: 1384 1384 961\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<69.4704 125 168 517> 0 41<394.083 438 480 517> 381 42<82 125> 396 42<309 325>\nVStem: 126 41<-149 298 362 381> 439 41<41 306>\nFore\n542 21 m 0\n 542 7 533 0 515 0 c 2\n 405 0 l 2\n 386 0 377 7 377 21 c 0\n 377 34 386 41 405 41 c 2\n 439 41 l 1\n 439 292 l 2\n 439 357 387 396 323 396 c 0\n 290 396 260 386 234 367 c 0\n 219 356 196 333 167 298 c 1\n 167 -149 l 1\n 514 -149 l 2\n 532 -149 541 -156 541 -169 c 0\n 541 -183 532 -190 514 -190 c 2\n 80 -190 l 2\n 62 -190 53 -183 53 -169 c 0\n 53 -156 62 -149 80 -149 c 2\n 126 -149 l 1\n 126 381 l 1\n 92 381 l 2\n 73 381 64 388 64 402 c 0\n 64 416 73 423 92 423 c 2\n 167 423 l 1\n 167 361 l 1\n 218 412 270 438 323 438 c 0\n 383 438 428 415 458 369 c 0\n 473 346 480 323 480 299 c 2\n 480 41 l 1\n 515 41 l 2\n 533 41 542 34 542 21 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x27,1 x27,28 x5,2 x5,4 x18,21 x18,19 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni0569\nEncoding: 1385 1385 962\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<38.4704 104 147 278> 10 42<310 342> 193 40<149 497> 381 42<38.4704 104> 396 42<304 342>\nVStem: 105 41<-149 99 349 381> 105 437<210 233>\nFore\n542 224 m 0\n 542 100 447 10 324 10 c 0\n 251 10 191 40 146 100 c 1\n 146 -149 l 1\n 275 -149 l 2\n 293 -149 302 -156 302 -170 c 0\n 302 -183 293 -190 275 -190 c 2\n 49 -190 l 2\n 31 -190 22 -183 22 -170 c 0\n 22 -156 31 -149 49 -149 c 2\n 105 -149 l 1\n 105 381 l 1\n 49 381 l 2\n 31 381 22 388 22 402 c 0\n 22 416 31 423 49 423 c 2\n 146 423 l 1\n 146 348 l 1\n 195 408 254 438 323 438 c 0\n 410 438 474 402 514 330 c 0\n 533 297 542 261 542 224 c 0\n501 233 m 1\n 497 327 420 396 324 396 c 0\n 225 396 150 327 146 233 c 1\n 501 233 l 1\n498 193 m 1\n 148 193 l 1\n 162 113 236 52 324 52 c 0\n 412 52 484 115 498 193 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x11,14 x11,12 x10,7 x10,9 x3,6 x3,4 \nEndChar\nStartChar: uni056A\nEncoding: 1386 1386 963\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<245 261> 346 41<245 407 449 549> 531 41<449 485>\nVStem: 53 41<176 192> 408 41<176 345 387 531> 408 102<550 553>\nFore\n572 365 m 0\n 572 352 563 346 544 346 c 2\n 449 346 l 1\n 449 188 l 2\n 449 72 366 -16 252 -16 c 0\n 178 -16 121 16 82 80 c 0\n 63 111 54 147 53 188 c 0\n 52 261 85 317 150 357 c 0\n 183 377 218 387 257 387 c 2\n 408 387 l 1\n 408 572 l 1\n 483 572 l 2\n 501 572 510 565 510 551 c 0\n 510 538 501 531 483 531 c 2\n 448 531 l 1\n 448 387 l 1\n 544 387 l 2\n 563 387 572 380 572 365 c 0\n408 188 m 2\n 408 346 l 1\n 256 346 l 2\n 165 346 94 277 94 188 c 0\n 94 97 161 25 250 25 c 0\n 305 25 349 50 382 101 c 0\n 399 128 408 157 408 188 c 2\nEndSplineSet\nMinimumDistance: x1,-1 x11,9 y9,11 y9,10 x14,11 x14,13 x2,16 x2,1 \nEndChar\nStartChar: uni056B\nEncoding: 1387 1387 964\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<69.4704 125 168 296> 0 41<394.083 438 480 517> 396 42<309 325> 531 42<82 125>\nVStem: 126 41<-149 298 362 531> 439 41<41 306>\nFore\n542 21 m 0\n 542 7 533 0 515 0 c 2\n 405 0 l 2\n 386 0 377 7 377 21 c 0\n 377 34 386 41 405 41 c 2\n 439 41 l 1\n 439 292 l 2\n 439 357 387 396 323 396 c 0\n 290 396 260 386 234 367 c 0\n 219 356 196 333 167 298 c 1\n 167 -149 l 1\n 294 -149 l 2\n 312 -149 321 -156 321 -169 c 0\n 321 -183 312 -190 294 -190 c 2\n 80 -190 l 2\n 62 -190 53 -183 53 -169 c 0\n 53 -156 62 -149 80 -149 c 2\n 126 -149 l 1\n 126 531 l 1\n 92 531 l 2\n 73 531 64 538 64 552 c 0\n 64 566 73 573 92 573 c 2\n 167 573 l 1\n 167 361 l 1\n 218 412 270 438 323 438 c 0\n 383 438 428 415 458 369 c 0\n 473 346 480 323 480 299 c 2\n 480 41 l 1\n 515 41 l 2\n 533 41 542 34 542 21 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x27,1 x27,28 x5,2 x5,4 x18,21 x18,19 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni056C\nEncoding: 1388 1388 965\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<89.4704 187 229 508> 381 41<99 187>\nVStem: 188 41<-149 381>\nFore\n533 -170 m 0\n 533 -183 524 -190 506 -190 c 2\n 100 -190 l 2\n 82 -190 73 -183 73 -169 c 0\n 73 -156 82 -149 100 -149 c 2\n 188 -149 l 1\n 188 381 l 1\n 102 381 l 2\n 83 381 74 388 74 401 c 0\n 74 415 83 422 102 422 c 2\n 229 422 l 1\n 229 -149 l 1\n 505 -149 l 2\n 524 -149 533 -157 533 -170 c 0\nEndSplineSet\nMinimumDistance: x10,-1 x9,11 y11,9 y11,10 x6,9 x6,7 x5,2 x5,4 \nEndChar\nStartChar: uni056D\nEncoding: 1389 1389 966\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<19.4704 75 118 166> -16 41<339 355> 0 41<511 548> 381 42<118 217 412 469> 531 42<32 75>\nVStem: 76 41<-149 380 423 531> 217 41<114 380> 470 41<41 50 117 381> 470 103<18 27>\nFore\n573 21 m 0\n 573 7 564 0 546 0 c 2\n 470 0 l 1\n 470 51 l 1\n 470 51 441 12 413 -2 c 24\n 390 -14 378 -16 349 -16 c 0\n 269 -16 217 37 217 117 c 2\n 217 381 l 1\n 117 381 l 1\n 117 -149 l 1\n 164 -149 l 2\n 182 -149 191 -156 191 -169 c 0\n 191 -183 182 -190 164 -190 c 2\n 30 -190 l 2\n 12 -190 3 -183 3 -169 c 0\n 3 -156 12 -149 30 -149 c 2\n 76 -149 l 1\n 76 531 l 1\n 42 531 l 2\n 23 531 14 538 14 552 c 0\n 14 566 23 573 42 573 c 2\n 117 573 l 1\n 117 423 l 1\n 258 423 l 1\n 258 117 l 2\n 258 63 294 25 347 25 c 0\n 375 25 390 32 413 48 c 24\n 442 68 470 117 470 117 c 1\n 470 381 l 1\n 415 381 l 2\n 396 381 387 388 387 402 c 0\n 387 416 396 423 415 423 c 2\n 511 423 l 1\n 511 41 l 1\n 546 41 l 2\n 564 41 573 34 573 21 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x20,22 y22,20 y22,21 x31,33 y33,31 y33,32 x33,1 x33,34 x28,31 x28,29 x17,20 x17,18 x16,13 x16,15 x9,12 x9,10 \nEndChar\nStartChar: uni056E\nEncoding: 1390 1390 967\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<295 311> 382 40<279.687 336 448 583> 532 40<263 409>\nVStem: 71 41<192 208> 187 240<551 554> 488 41<192 224>\nDStem: 200 533 262 532 337 422 396 422\nFore\n71 200 m 0\n 71 318.509 175.525 422 298 422 c 2\n 337 422 l 1\n 200 533 l 2\n 190 541 187 548 187 552 c 0\n 187 565 197 572 216 572 c 2\n 407 572 l 2\n 420 572 427 565 427 552 c 0\n 427 539 420 532 407 532 c 2\n 262 532 l 1\n 396 422 l 1\n 576 422 l 2\n 589 422 596 415 596 402 c 0\n 596 389 589 382 576 382 c 2\n 447 382 l 1\n 460 371 l 2\n 506 332 529 275 529 200 c 0\n 529 139 506 88 460 46 c 0\n 415 5 361 -16 300 -16 c 0\n 240 -16 187 5 142 47 c 0\n 95 90 71 141 71 200 c 0\n488 200 m 0\n 488 259 474 310 437 340 c 2\n 385 382 l 1\n 298 382 l 2\n 200 382 112 295 112 200 c 0\n 112 101 201 25 300 25 c 0\n 401 25 488 102 488 200 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni056F\nEncoding: 1391 1391 968\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<282.47 428 470.031 520> -14 41<264 292> 380 42<394 428.969> 531 41<72.4704 118 160 200>\nVStem: 118 41<122 531> 429 41<-149 60 123 380>\nFore\n544 -169 m 0\n 544 -183 535 -190 517 -190 c 2\n 293 -190 l 2\n 275 -190 266 -183 266 -169 c 0\n 266 -156 275 -149 293 -149 c 2\n 429 -149 l 1\n 429 61 l 1\n 380 11 329 -14 274 -14 c 0\n 214 -14 170 9 140 54 c 0\n 125 77 118 100 118 124 c 2\n 118 531 l 1\n 83 531 l 2\n 65 531 56 538 56 551 c 0\n 56 565 65 572 83 572 c 2\n 193 572 l 2\n 212 572 221 565 221 551 c 0\n 221 538 212 531 193 531 c 2\n 159 531 l 1\n 159 131 l 2\n 159 67 211 27 275 27 c 0\n 349 27 382 67 429 123 c 1\n 429 380 l 1\n 402 381 366 377 366 401 c 0\n 366 415 375 422 394 422 c 2\n 470 422 l 1\n 470 -149 l 1\n 500 -149 544 -143 544 -169 c 0\nEndSplineSet\nMinimumDistance: x24,-1 x5,2 x5,4 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni0570\nEncoding: 1392 1392 969\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<69.4704 125 168 216 394.083 438 480 517> 396 42<309 325> 530 42<85 125>\nVStem: 126 41<41 298 362 530> 439 41<41 304>\nFore\n542 21 m 0\n 542 7 533 0 515 0 c 2\n 405 0 l 2\n 386 0 377 7 377 21 c 0\n 377 34 386 41 405 41 c 2\n 439 41 l 1\n 439 292 l 2\n 439 357 387 396 323 396 c 0\n 290 396 260 386 234 367 c 0\n 219 356 196 333 167 298 c 1\n 167 41 l 1\n 214 41 l 2\n 232 41 241 34 241 21 c 0\n 241 7 232 0 214 0 c 2\n 80 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 80 41 c 2\n 126 41 l 1\n 126 530 l 1\n 93 530 l 2\n 74 530 65 537 65 551 c 0\n 65 565 74 572 93 572 c 2\n 167 572 l 1\n 167 361 l 1\n 218 412 270 438 323 438 c 0\n 383 438 428 415 458 369 c 0\n 473 346 480 323 480 299 c 2\n 480 41 l 1\n 515 41 l 2\n 533 41 542 34 542 21 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x27,1 x27,28 x5,2 x5,4 x18,21 x18,19 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni0571\nEncoding: 1393 1393 970\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<289 311> 0 41<529 567> 396 0<297 302> 507 36<243 295 297 299>\nVStem: 71 41<192 224> 185 192<521 528> 488 41<41 79 192 224> 488 103<16 27>\nDStem: 193 505 242 507 260 433 309 437\nFore\n591 21 m 0\n 591 7 582 0 564 0 c 2\n 488 0 l 1\n 488 80 l 1\n 442 16 379 -16 300 -16 c 0\n 169 -16 71 82 71 210 c 0\n 71 330 154 417 260 433 c 1\n 193 505 l 2\n 188 510 185 515 185 522 c 0\n 185 536 192 543 205 543 c 2\n 300 543 l 1\n 269 571 l 2\n 265 574 263 579 263 584 c 0\n 263 601 272 609 290 609 c 0\n 295 609 299 607 303 603 c 2\n 369 542 l 2\n 374 537 377 531 377 524 c 0\n 377 513 370 507 357 507 c 2\n 242 507 l 1\n 309 437 l 1\n 435 433 529 337 529 210 c 2\n 529 41 l 1\n 564 41 l 2\n 582 41 591 34 591 21 c 0\n488 210 m 0\n 488 315 406 396 303 396 c 2\n 296 396 l 2\n 192 396 112 313 112 210 c 0\n 112 104 196 25 300 25 c 0\n 407 25 488 105 488 210 c 0\n303 396 m 2\n 301 395 299 395 296 396 c 1\n 303 396 l 2\nEndSplineSet\nMinimumDistance: x0,-1 x21,1 x21,22 x5,20 \nEndChar\nStartChar: uni0572\nEncoding: 1394 1394 971\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<387.083 440 482 569> 0 41<83.0828 139 182 229> 381 41<95 139> 396 42<322 338>\nVStem: 140 41<41 298 362 381> 441 41<-149 306>\nFore\n594 -170 m 0\n 594 -183 585 -190 567 -190 c 2\n 398 -190 l 2\n 379 -190 370 -183 370 -169 c 0\n 370 -156 379 -149 398 -149 c 2\n 441 -149 l 1\n 441 295 l 2\n 441 356 393 396 333 396 c 0\n 262 396 228 353 181 298 c 1\n 181 41 l 1\n 227 41 l 2\n 246 41 255 34 255 21 c 0\n 255 7 246 0 227 0 c 2\n 94 0 l 2\n 75 0 66 7 66 21 c 0\n 66 34 75 41 94 41 c 2\n 140 41 l 1\n 140 381 l 1\n 105 381 l 2\n 87 381 78 388 78 402 c 0\n 78 416 87 422 105 422 c 2\n 181 422 l 1\n 181 361 l 1\n 232 412 283 438 333 438 c 0\n 390 438 433 415 461 369 c 0\n 475 346 482 324 482 302 c 2\n 482 -149 l 1\n 567 -149 l 2\n 585 -149 594 -156 594 -170 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x26,1 x26,27 x5,2 x5,4 x17,20 x17,18 x16,13 x16,15 x9,12 x9,10 \nEndChar\nStartChar: uni0573\nEncoding: 1395 1395 972\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<96 165 207 435> 382 41<96 165 207 288> 532 40<266 438>\nVStem: 165 41<41 381 423.063 446.598> 436 40<41 224>\nFore\n477 19 m 2\n 477 6 470 -0 457 0 c 2\n 100 0 l 2\n 87 0 80 7 80 20 c 0\n 80 33 86 41 99 41 c 2\n 165 41 l 1\n 165 382 l 1\n 100 382 l 2\n 87 382 80 389 80 402 c 0\n 80 415 87 423 100 423 c 2\n 165 423 l 1\n 164 501 197 572 267 572 c 2\n 435 572 l 2\n 448 572 455 565 455 552 c 0\n 455 539 448 532 435 532 c 2\n 270 532 l 2\n 227 532 207 496 206 423 c 1\n 284 423 l 2\n 394 423 475 324 476 216 c 2\n 477 19 l 2\n436 41 m 1\n 436 214 l 2\n 436 283 408 333 351 364 c 0\n 329 376 307 382 286 382 c 2\n 206 382 l 1\n 206 41 l 1\n 436 41 l 1\nEndSplineSet\nMinimumDistance: x18,-1 x6,9 x6,7 \nEndChar\nStartChar: uni0574\nEncoding: 1396 1396 973\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<262 278> 0 41<471 534> 381 42<70.9599 137> 532 41<361.971 528>\nVStem: 137 41<112 381> 307 40<500.876 514> 430 41<41 59 117 371> 430 123<16 27>\nDStem: 332 450 358 481 430 371 457 401\nFore\n307 512 m 0\n 307 552 334 573 358 573 c 2\n 526 573 l 2\n 539 573 546 565 546 552 c 0\n 546 539 539 532 526 532 c 2\n 372 532 l 2\n 356 532 347 526 347 512 c 8\n 347 499 351 487 358 481 c 2\n 457 401 l 2\n 465 394 471 388 471 382 c 2\n 471 41 l 1\n 526 41 l 2\n 544 41 553 34 553 21 c 0\n 553 7 544 0 526 0 c 2\n 430 0 l 1\n 430 60 l 1\n 375 9 321 -16 269 -16 c 0\n 189 -16 137 37 137 117 c 2\n 137 381 l 1\n 82 381 l 2\n 63 381 54 388 54 402 c 0\n 54 416 63 423 82 423 c 2\n 178 423 l 1\n 178 117 l 2\n 178 63 214 25 267 25 c 0\n 320 25 375 56 430 117 c 1\n 430 371 l 1\n 332 450 l 2\n 315 463 307 485 307 512 c 0\nEndSplineSet\nMinimumDistance: x12,-1 x10,13 x10,11 x18,21 x18,19 \nEndChar\nStartChar: uni0575\nEncoding: 1397 1397 974\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 42<107.47 251> 380 42<117 363>\nVStem: 364 41<-46 380>\nFore\n405 -30 m 2\n 405 -97 376 -146 319 -175 c 0\n 300 -185 276 -190 249 -190 c 2\n 118 -190 l 2\n 100 -190 91 -183 91 -169 c 0\n 91 -155 100 -148 118 -148 c 2\n 248 -149 l 2\n 317 -149 364 -98 364 -30 c 2\n 364 380 l 1\n 121 380 l 2\n 102 380 93 387 93 401 c 0\n 93 415 102 422 121 422 c 2\n 405 422 l 1\n 405 -30 l 2\nEndSplineSet\nMinimumDistance: x0,-1 x8,11 x8,9 \nEndChar\nStartChar: uni0576\nEncoding: 1398 1398 975\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<242.345 271> 0 41<481 518> 381 42<354.083 439> 595 40<335 463>\nVStem: 127 41<112 432> 440 41<41 59 117 381> 440 103<16 27>\nFore\n543 21 m 0\n 543 7 534 0 516 0 c 2\n 440 0 l 1\n 440 60 l 1\n 384 9 324 -16 259 -16 c 0\n 179 -16 127 37 127 117 c 2\n 127 422 l 2\n 127 549 222 632 345 635 c 2\n 461 637 l 2\n 480 637 489 630 489 616 c 0\n 489 602 480 595 461 595 c 2\n 347 595 l 2\n 246 595 168 521 168 422 c 2\n 168 117 l 2\n 168 63 204 25 257 25 c 0\n 324 25 385 56 440 117 c 1\n 440 381 l 1\n 365 381 l 2\n 346 381 337 388 337 402 c 0\n 337 416 346 423 365 423 c 2\n 481 423 l 1\n 481 41 l 1\n 516 41 l 2\n 534 41 543 34 543 21 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x19,21 y21,19 y21,20 x21,1 x21,22 x16,19 x16,17 \nEndChar\nStartChar: uni0577\nEncoding: 1399 1399 976\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<112 206 263 519> 396 42<278.705 311>\nVStem: 71 42<210 227.782> 488 41<194 226>\nDStem: 424 71 432 22 206 -149 262 -149\nFore\n529 210 m 0\n 529 116 490 80 432 22 c 2\n 262 -149 l 1\n 514 -149 l 2\n 527 -149 533 -156 533 -170 c 0\n 533 -183 526 -190 513 -190 c 2\n 120 -190 l 2\n 102 -190 93 -183 93 -169 c 0\n 93 -156 102 -149 120 -149 c 2\n 206 -149 l 1\n 424 71 l 2\n 467 114 488 161 488 210 c 0\n 488 318 406 396 300 396 c 0\n 248 396 204 378 167 342 c 0\n 142 317 112 256 113 210 c 0\n 114 192 107 183 92 183 c 0\n 76 183 75 191 71 210 c 1\n 71 343 171 438 300 438 c 0\n 432 438 529 340 529 210 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0578\nEncoding: 1400 1400 977\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<69.4704 125 168 216 393.96 438 480 517> 381 42<81 125> 396 42<309 325>\nVStem: 126 41<41 298 362 381> 439 41<41 304>\nFore\n542 21 m 0\n 542 7 533 0 515 0 c 2\n 405 0 l 2\n 386 0 377 7 377 21 c 0\n 377 34 386 41 405 41 c 2\n 439 41 l 1\n 439 292 l 2\n 439 357 387 396 323 396 c 0\n 290 396 260 386 234 367 c 0\n 219 356 196 333 167 298 c 1\n 167 41 l 1\n 214 41 l 2\n 232 41 241 34 241 21 c 0\n 241 7 232 0 214 0 c 2\n 80 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 80 41 c 2\n 126 41 l 1\n 126 381 l 1\n 92 381 l 2\n 73 381 64 388 64 402 c 0\n 64 416 73 423 92 423 c 2\n 167 423 l 1\n 167 361 l 1\n 218 412 270 438 323 438 c 0\n 383 438 428 415 458 369 c 0\n 473 346 480 323 480 299 c 2\n 480 41 l 1\n 515 41 l 2\n 533 41 542 34 542 21 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x27,1 x27,28 x5,2 x5,4 x18,21 x18,19 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni0579\nEncoding: 1401 1401 978\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<109.47 168 214 516> 287 40<196 392>\nVStem: 128 40<354 435>\nDStem: 393 287 440 290 168 -149 213 -149\nFore\n514 -149 m 2\n 527 -149 533 -156 533 -170 c 0\n 533 -183 526 -190 513 -190 c 2\n 120 -190 l 2\n 102 -190 93 -183 93 -169 c 0\n 93 -156 102 -149 120 -149 c 2\n 168 -149 l 1\n 393 287 l 1\n 196 287 l 1\n 151 292 128 317 128 363 c 2\n 128 433 l 2\n 128 446 135 453 148 453 c 0\n 161 453 168 446 168 433 c 2\n 168 363 l 2\n 168 339 181 327 206 327 c 2\n 432 327 l 2\n 442 327 446 322 446 313 c 0\n 446 304 443 297 440 290 c 2\n 213 -149 l 1\n 514 -149 l 2\nEndSplineSet\nMinimumDistance: x17,-1 y14,10 y14,12 \nEndChar\nStartChar: uni057A\nEncoding: 1402 1402 979\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<386 489 532 570> -16 42<170 186 378 395> 381 41<26.4704 72 235.47 279 444.47 489 532 570>\nVStem: 72 41<93 381> 280 42<109 381> 490 41<-149 39 109 381>\nFore\n593 -170 m 0\n 593 -183 584 -190 566 -190 c 2\n 396 -190 l 2\n 378 -190 369 -183 369 -170 c 0\n 369 -156 378 -149 396 -149 c 2\n 490 -149 l 1\n 490 40 l 1\n 455 3 420 -16 385 -16 c 0\n 342 -16 310 7 289 52 c 1\n 253 7 216 -16 178 -16 c 0\n 149 -16 125 -6 107 13 c 0\n 84 38 72 65 72 94 c 2\n 72 381 l 1\n 37 381 l 2\n 19 381 10 388 10 401 c 0\n 10 415 19 422 37 422 c 2\n 113 422 l 1\n 113 98 l 2\n 113 59 138 26 176 26 c 0\n 210 26 245 54 280 109 c 1\n 280 381 l 1\n 246 381 l 2\n 228 381 219 388 219 401 c 0\n 219 415 228 422 246 422 c 2\n 322 422 l 1\n 322 101 l 2\n 322 62 346 26 384 26 c 0\n 417 26 453 54 490 109 c 1\n 490 381 l 1\n 455 381 l 2\n 437 381 428 388 428 401 c 0\n 428 415 437 422 455 422 c 2\n 566 422 l 2\n 584 422 593 415 593 401 c 0\n 593 388 584 381 566 381 c 2\n 531 381 l 1\n 531 -149 l 1\n 566 -149 l 2\n 584 -149 593 -156 593 -170 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x36,1 x36,37 x35,32 x35,34 x28,31 x28,29 x5,2 x5,4 x20,23 x20,21 x12,15 x12,13 \nEndChar\nStartChar: uni057B\nEncoding: 1403 1403 980\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<114 206 263 519> 131 40<141 377> 396 42<278.689 311>\nVStem: 71 44<211 223> 488 41<194 226>\nDStem: 424 71 432 22 206 -149 262 -149\nFore\n529 210 m 0\n 529 116 490 80 432 22 c 2\n 262 -149 l 1\n 514 -149 l 2\n 527 -149 533 -156 533 -170 c 0\n 533 -183 526 -190 513 -190 c 2\n 120 -190 l 2\n 102 -190 93 -183 93 -169 c 0\n 93 -156 102 -149 120 -149 c 2\n 206 -149 l 1\n 424 71 l 1\n 423 111 403 131 364 131 c 2\n 155 131 l 2\n 107 131 71 162 71 210 c 0\n 70 342 171 438 300 438 c 0\n 432 438 529 340 529 210 c 0\n488 210 m 0\n 488 318 406 396 300 396 c 0\n 248 396 204 378 167 342 c 0\n 145 320 113 265 115 224 c 0\n 116 196 124 178 139 171 c 1\n 375 171 l 2\n 416 171 442 149 453 105 c 1\n 476 136 488 171 488 210 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni057C\nEncoding: 1404 1404 981\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<69.4704 125 168 216 335 368 411 501> 381 42<82 125> 396 42<316 347>\nVStem: 126 41<41 298 362 381> 317 205<16 23> 449 43<304 320>\nDStem: 448 293 490 299 368 41 410 41\nFore\n522 21 m 0\n 522 7 513 0 495 0 c 2\n 345 0 l 2\n 326 0 317 7 317 21 c 0\n 317 34 326 41 345 41 c 2\n 368 41 l 1\n 448 293 l 2\n 449 296 449 306 449 310 c 0\n 449 365 390 396 333 396 c 0\n 295 396 263 387 238 370 c 0\n 223 359 199 335 167 298 c 1\n 167 41 l 1\n 214 41 l 2\n 232 41 241 34 241 21 c 0\n 241 7 232 0 214 0 c 2\n 80 0 l 2\n 62 0 53 7 53 21 c 0\n 53 34 62 41 80 41 c 2\n 126 41 l 1\n 126 381 l 1\n 92 381 l 2\n 73 381 64 388 64 402 c 0\n 64 416 73 423 92 423 c 2\n 167 423 l 1\n 167 361 l 1\n 213 407 251 438 333 438 c 0\n 393 438 436 419 468 375 c 0\n 485 352 492 331 492 316 c 0\n 492 312 491 302 490 299 c 2\n 410 41 l 1\n 495 41 l 2\n 513 41 522 34 522 21 c 0\nEndSplineSet\nMinimumDistance: x27,-1 x19,22 x19,20 x18,15 x18,17 x11,14 x11,12 \nEndChar\nStartChar: uni057D\nEncoding: 1405 1405 982\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<252 268> 0 41<481 524> 381 42<61.0828 127 354.083 439>\nVStem: 127 41<112 381> 440 41<41 59 117 381> 440 103<16 27>\nFore\n543 21 m 0\n 543 7 534 0 516 0 c 2\n 440 0 l 1\n 440 60 l 1\n 384 9 324 -16 259 -16 c 0\n 179 -16 127 37 127 117 c 2\n 127 381 l 1\n 72 381 l 2\n 53 381 44 388 44 402 c 0\n 44 416 53 423 72 423 c 2\n 168 423 l 1\n 168 117 l 2\n 168 63 204 25 257 25 c 0\n 324 25 385 56 440 117 c 1\n 440 381 l 1\n 365 381 l 2\n 346 381 337 388 337 402 c 0\n 337 416 346 423 365 423 c 2\n 481 423 l 1\n 481 41 l 1\n 516 41 l 2\n 534 41 543 34 543 21 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x17,19 y19,17 y19,18 x19,1 x19,20 x14,17 x14,15 x6,9 x6,7 \nEndChar\nStartChar: uni057E\nEncoding: 1406 1406 983\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<481 572> -16 41<252 268> 381 42<61.0828 127> 530 42<354.083 439>\nVStem: 127 41<114 381> 440 41<-149 59 117 530> 440 153<-174 -168>\nFore\n593 -170 m 0\n 593 -183 584 -190 565 -190 c 2\n 440 -190 l 1\n 440 60 l 1\n 384 9 324 -16 259 -16 c 0\n 179 -16 127 37 127 117 c 2\n 127 381 l 1\n 72 381 l 2\n 53 381 44 388 44 402 c 0\n 44 416 53 423 72 423 c 2\n 168 423 l 1\n 168 117 l 2\n 168 63 204 25 257 25 c 0\n 324 25 385 56 440 117 c 1\n 440 530 l 1\n 365 530 l 2\n 346 530 337 537 337 551 c 0\n 337 565 346 572 365 572 c 2\n 481 572 l 1\n 481 -149 l 1\n 565 -149 l 2\n 584 -149 593 -156 593 -170 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x17,19 y19,17 y19,18 x19,1 x19,20 x14,17 x14,15 x6,9 x6,7 \nEndChar\nStartChar: uni057F\nEncoding: 1407 1407 984\nWidth: 600\nFlags: HW\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0580\nEncoding: 1408 1408 985\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<69.4704 125 168 216> 0 41<394.083 438 480 517> 381 42<82 125> 396 42<309 325>\nVStem: 126 41<-149 298 362 381> 439 41<41 306>\nFore\n542 21 m 0\n 542 7 533 0 515 0 c 2\n 405 0 l 2\n 386 0 377 7 377 21 c 0\n 377 34 386 41 405 41 c 2\n 439 41 l 1\n 439 292 l 2\n 439 357 387 396 323 396 c 0\n 290 396 260 386 234 367 c 0\n 219 356 196 333 167 298 c 1\n 167 -149 l 1\n 214 -149 l 2\n 232 -149 241 -156 241 -169 c 0\n 241 -183 232 -190 214 -190 c 2\n 80 -190 l 2\n 62 -190 53 -183 53 -169 c 0\n 53 -156 62 -149 80 -149 c 2\n 126 -149 l 1\n 126 381 l 1\n 92 381 l 2\n 73 381 64 388 64 402 c 0\n 64 416 73 423 92 423 c 2\n 167 423 l 1\n 167 361 l 1\n 218 412 270 438 323 438 c 0\n 383 438 428 415 458 369 c 0\n 473 346 480 323 480 299 c 2\n 480 41 l 1\n 515 41 l 2\n 533 41 542 34 542 21 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x27,1 x27,28 x5,2 x5,4 x18,21 x18,19 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni0581\nEncoding: 1409 1409 986\nWidth: 600\nFlags: HW\nHStem: -186 41<202 316> 10 41<225.5 305> 376 41<481 535 481 481> 390 41<225 305.5>\nVStem: 63 41<173.5 268> 440 41<-22 107 107 107 172.5 267.5 334 376> 440 122<390 403.5>\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0582\nEncoding: 1410 1410 987\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<137.47 235 278 506> 381 41<137.47 235>\nVStem: 236 41<41 380>\nFore\n532 20 m 0\n 532 7 523 0 504 0 c 2\n 148 0 l 2\n 130 0 121 7 121 21 c 0\n 121 34 130 41 148 41 c 2\n 236 41 l 1\n 236 380 l 1\n 148 381 l 2\n 130 381 121 388 121 401 c 0\n 121 415 130 422 148 422 c 2\n 277 422 l 1\n 277 41 l 1\n 503 40 l 2\n 522 40 532 33 532 20 c 0\nEndSplineSet\nMinimumDistance: x10,-1 x5,2 x5,4 \nEndChar\nStartChar: uni0583\nEncoding: 1411 1411 988\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<158.47 279 322 433> -16 42<168 186> 0 41<530 570> 381 41<26.4704 72> 396 42<423 433> 530 42<244 279>\nVStem: 72 41<93 381> 219 103<546 553> 279 42<-147 42 110 314 380 529> 489 41<41 330> 489 103<14 27>\nFore\n426 396 m 0\n 387.785 396 338.206 354.515 322 314 c 1\n 321 -149 l 1\n 431 -149 l 2\n 450 -149 459 -156 459 -169 c 0\n 459 -183 450 -190 431 -190 c 2\n 169 -190 l 2\n 151 -190 142 -183 142 -169 c 0\n 142 -156 151 -149 169 -149 c 2\n 279 -148 l 1\n 280 43 l 1\n 257 17 223 -16 178 -16 c 0\n 149 -16 125 -6 107 13 c 0\n 84 38 72 65 72 94 c 2\n 72 381 l 1\n 37 381 l 2\n 19 381 10 388 10 401 c 0\n 10 415 19 422 37 422 c 2\n 113 422 l 1\n 113 98 l 2\n 113 59 138 26 176 26 c 0\n 210 26 245 54 280 109 c 1\n 279 530 l 1\n 245 530 l 2\n 229 530 219 537 219 551 c 0\n 219 565 228 572 246 572 c 2\n 322 572 l 1\n 322 379 l 1\n 346 405 378 438 424 438 c 0\n 454 438 478 428 495 409 c 0\n 518 384 530 357 530 328 c 2\n 530 41 l 1\n 565 41 l 2\n 583 41 592 34 592 21 c 0\n 592 7 583 0 565 0 c 2\n 489 0 l 1\n 489 324 l 2\n 489 363 464 396 426 396 c 0\nEndSplineSet\nMinimumDistance: x33,-1 x31,34 x31,32 x14,17 x14,15 \nEndChar\nStartChar: uni0584\nEncoding: 1412 1412 989\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<121.47 232 274 457> 381 41<133 232 274 473> 571 42<377 409>\nVStem: 232 41<41 381 422 496>\nFore\n544 579 m 0\n 544 566 537 559 522 559 c 0\n 518 559 514 559 509 560 c 0\n 458 567 417 571 385 571 c 0\n 324 571 273 542 273 485 c 2\n 273 422 l 1\n 465 422 l 2\n 483 422 492 416 492 402 c 0\n 492 388 483 381 465 381 c 2\n 273 381 l 1\n 273 41 l 1\n 453 41 l 2\n 471 41 480 34 480 21 c 0\n 480 7 471 0 453 0 c 2\n 132 0 l 2\n 114 0 105 7 105 21 c 0\n 105 34 114 41 132 41 c 2\n 232 41 l 1\n 232 381 l 1\n 143 381 l 2\n 124 381 115 387 115 401 c 0\n 115 415 124 422 143 422 c 2\n 232 422 l 1\n 232 485 l 2\n 232 564 304 613 385 613 c 0\n 424 613 466 609 509 602 c 0\n 532 598 544 590 544 579 c 0\nEndSplineSet\nMinimumDistance: x6,-1 x18,21 x18,19 x17,14 x17,16 x10,13 x10,11 x5,8 x5,6 \nEndChar\nStartChar: uni0585\nEncoding: 1413 1413 990\nWidth: 600\nFlags: HW\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0586\nEncoding: 1414 1414 991\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<186 278 321 426> 528 44<266 278 320 410>\nVStem: 111 41<418 434> 279 41<-149 -16 27 271 319 527> 469 41<140 170>\nFore\n510 153 m 0\n 510 51 421 -11 320 -16 c 1\n 320 -149 l 1\n 420 -149 l 2\n 438 -149 447 -156 447 -170 c 0\n 447 -183 438 -190 420 -190 c 2\n 189 -190 l 2\n 171 -190 162 -183 162 -170 c 0\n 162 -156 171 -149 189 -149 c 2\n 279 -149 l 1\n 279 -15 l 1\n 190 -8 93 55 90 140 c 0\n 89 159 96 168 111 168 c 0\n 124 168 130 160 131 144 c 0\n 135 76 209 33 279 26 c 1\n 279 279 l 1\n 188 298 111 331 111 427 c 0\n 111 460 128 494 163 528 c 0\n 201 566 240 573 321 572 c 2\n 408 571 l 2\n 426 571 435 564 435 551 c 0\n 435 537 426 530 408 530 c 2\n 320 530 l 1\n 320 311 l 1\n 369 303 405 295 424 286 c 0\n 481 260 510 216 510 153 c 0\n279 318 m 1\n 279 528 l 1\n 244 528 213 518 192 499 c 0\n 165 474 152 449 152 426 c 0\n 152 358 206 333 279 318 c 1\n469 155 m 0\n 469 200 446 232 401 252 c 0\n 388 258 360 265 320 272 c 1\n 320 25 l 1\n 399 30 469 77 469 155 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y19,22 x22,19 x22,21 x9,6 x9,8 x2,5 x2,3 \nEndChar\nStartChar: uni058A\nEncoding: 1418 1418 992\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 235 36<291 307>\nFore\n429 307 m 0\n 429 294 414 277 383 254 c 0\n 366 241 339 235 304 235 c 0\n 269 235 242 241 225 254 c 0\n 194 277 179 294 179 307 c 0\n 179 320 186 326 199 326 c 0\n 206 326 216 318 229 302 c 0\n 245 281 270 271 304 271 c 0\n 338 271 363 281 379 302 c 0\n 392 318 402 326 410 326 c 0\n 423 326 429 320 429 307 c 0\nEndSplineSet\nEndChar\nStartChar: afii57799\nEncoding: 1456 1456 993\nWidth: 600\nFlags: HW\nHStem: -236 58<298 304> -119 59<298 304>\nFore\n300 -178 m 0\n 316 -178 329 -191 329 -207 c 0\n 329 -223 316 -236 300 -236 c 0\n 284 -236 271 -223 271 -207 c 0\n 271 -191 284 -178 300 -178 c 0\n300 -60 m 0\n 316 -60 329 -73 329 -89 c 0\n 329 -106 316 -119 300 -119 c 0\n 284 -119 271 -106 271 -89 c 0\n 271 -73 284 -60 300 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57801\nEncoding: 1457 1457 994\nWidth: 600\nFlags: HW\nHStem: -236 58<239 243 416 426> -119 59<180 186 296 302 416 426>\nVStem: 153 59<-93 -87> 212 59<-209 -203> 271 58<-93 -87> 388 59<-209 -203 -93 -87>\nFore\n241 -178 m 0\n 257 -178 271 -191 271 -207 c 0\n 271 -223 257 -236 241 -236 c 0\n 225 -236 212 -223 212 -207 c 0\n 212 -191 225 -178 241 -178 c 0\n182 -60 m 0\n 199 -60 212 -73 212 -89 c 0\n 212 -106 199 -119 182 -119 c 0\n 166 -119 153 -106 153 -89 c 0\n 153 -73 166 -60 182 -60 c 0\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\n418 -60 m 0\n 434 -60 447 -73 447 -89 c 0\n 447 -106 434 -119 418 -119 c 0\n 401 -119 388 -106 388 -89 c 0\n 388 -73 401 -60 418 -60 c 0\n300 -60 m 0\n 316 -60 329 -73 329 -89 c 0\n 329 -106 316 -119 300 -119 c 0\n 284 -119 271 -106 271 -89 c 0\n 271 -73 284 -60 300 -60 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii57800\nEncoding: 1458 1458 995\nWidth: 600\nFlags: HW\nHStem: -236 58<416 426> -101 41<168 314>\nVStem: 388 59<-209 -203 -93 -87>\nFore\n174 -60 m 2\n 308 -60 l 2\n 320 -60 329 -69 329 -80 c 0\n 329 -92 320 -101 308 -101 c 2\n 174 -101 l 2\n 162 -101 153 -92 153 -80 c 0\n 153 -69 162 -60 174 -60 c 2\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\n418 -60 m 0\n 434 -60 447 -73 447 -89 c 0\n 447 -106 434 -119 418 -119 c 0\n 401 -119 388 -106 388 -89 c 0\n 388 -73 401 -60 418 -60 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii57802\nEncoding: 1459 1459 996\nWidth: 600\nFlags: HW\nHStem: -236 58<416 425> -101 41<167 219 259 313>\nVStem: 219 41<-207 -101> 388 59<-209 -200 -93 -87>\nFore\n219 -101 m 1\n 173 -101 l 2\n 162 -101 152 -92 152 -80 c 0\n 152 -69 162 -60 173 -60 c 2\n 308 -60 l 2\n 320 -60 329 -69 329 -80 c 0\n 329 -92 320 -101 308 -101 c 2\n 260 -101 l 1\n 260 -200 l 2\n 260 -211 251 -220 240 -220 c 0\n 228 -220 219 -211 219 -200 c 2\n 219 -101 l 1\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\n418 -60 m 0\n 434 -60 447 -73 447 -89 c 0\n 447 -106 434 -119 418 -119 c 0\n 401 -119 388 -106 388 -89 c 0\n 388 -73 401 -60 418 -60 c 0\nEndSplineSet\nMinimumDistance: x12,-1 y0,8 y0,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii57793\nEncoding: 1460 1460 997\nWidth: 600\nFlags: HW\nFore\n300 -60 m 0\n 316 -60 329 -73 329 -89 c 0\n 329 -106 316 -119 300 -119 c 0\n 284 -119 271 -106 271 -89 c 0\n 271 -73 284 -60 300 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57794\nEncoding: 1461 1461 998\nWidth: 600\nFlags: HW\nVStem: 212 59<-91 -87> 329 59<-91 -87>\nFore\n241 -60 m 0\n 257 -60 271 -73 271 -89 c 0\n 271 -106 257 -119 241 -119 c 0\n 225 -119 212 -106 212 -89 c 0\n 212 -73 225 -60 241 -60 c 0\n359 -60 m 0\n 375 -60 388 -73 388 -89 c 0\n 388 -106 375 -119 359 -119 c 0\n 343 -119 329 -106 329 -89 c 0\n 329 -73 343 -60 359 -60 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57795\nEncoding: 1462 1462 999\nWidth: 600\nFlags: HW\nHStem: -236 58<298 302> -119 59<239 245 355 361>\nVStem: 212 59<-93 -87> 271 58<-209 -203> 329 59<-93 -87>\nFore\n300 -178 m 0\n 316 -178 329 -191 329 -207 c 0\n 329 -223 316 -236 300 -236 c 0\n 284 -236 271 -223 271 -207 c 0\n 271 -191 284 -178 300 -178 c 0\n241 -60 m 0\n 257 -60 271 -73 271 -89 c 0\n 271 -106 257 -119 241 -119 c 0\n 225 -119 212 -106 212 -89 c 0\n 212 -73 225 -60 241 -60 c 0\n359 -60 m 0\n 375 -60 388 -73 388 -89 c 0\n 388 -106 375 -119 359 -119 c 0\n 343 -119 329 -106 329 -89 c 0\n 329 -73 343 -60 359 -60 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii57798\nEncoding: 1463 1463 1000\nWidth: 600\nFlags: HW\nHStem: -101 41<227 373>\nFore\n233 -60 m 2\n 368 -60 l 2\n 379 -60 388 -69 388 -80 c 0\n 388 -92 379 -101 368 -101 c 2\n 233 -101 l 2\n 222 -101 212 -92 212 -80 c 0\n 212 -69 222 -60 233 -60 c 2\nEndSplineSet\nEndChar\nStartChar: afii57797\nEncoding: 1464 1464 1001\nWidth: 600\nFlags: HW\nHStem: -101 41<227 279 319 373>\nVStem: 279 41<-205 -101>\nFore\n279 -101 m 1\n 233 -101 l 2\n 222 -101 212 -92 212 -80 c 0\n 212 -69 222 -60 233 -60 c 2\n 368 -60 l 2\n 380 -60 389 -69 389 -80 c 0\n 389 -92 380 -101 368 -101 c 2\n 320 -101 l 1\n 320 -200 l 2\n 320 -211 311 -220 300 -220 c 0\n 288 -220 279 -211 279 -200 c 2\n 279 -101 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y0,8 y0,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii57806\nEncoding: 1465 1465 1002\nWidth: 600\nFlags: HW\nFore\n0 599 m 2\n 16 599 29 586 29 569 c 0\n 29 553 16 540 0 540 c 0\n -16 540 -29 553 -29 569 c 0\n -29 586 -16 599 0 599 c 2\nEndSplineSet\nEndChar\nStartChar: afii57796\nEncoding: 1467 1467 1003\nWidth: 600\nFlags: HW\nHStem: -236 58<416 426> -178 59<296 302> -119 59<180 186>\nVStem: 153 59<-93 -87> 271 58<-150 -146> 388 59<-209 -203>\nFore\n300 -119 m 0\n 316 -119 329 -132 329 -148 c 0\n 329 -164 316 -178 300 -178 c 0\n 284 -178 271 -164 271 -148 c 0\n 271 -132 284 -119 300 -119 c 0\n182 -60 m 0\n 199 -60 212 -73 212 -89 c 0\n 212 -106 199 -119 182 -119 c 0\n 166 -119 153 -106 153 -89 c 0\n 153 -73 166 -60 182 -60 c 0\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii57807\nEncoding: 1468 1468 1004\nWidth: 600\nFlags: HW\nFore\n300 270 m 0\n 316 270 329 257 329 241 c 0\n 329 224 316 211 300 211 c 0\n 284 211 271 224 271 241 c 0\n 271 257 284 270 300 270 c 0\nEndSplineSet\nEndChar\nStartChar: afii57839\nEncoding: 1469 1469 1005\nWidth: 600\nFlags: HW\nVStem: 280 40<-221 -75>\nFore\n280 -216 m 2\n 280 -80 l 2\n 280 -69 289 -60 300 -60 c 0\n 311 -60 320 -69 320 -80 c 2\n 320 -216 l 2\n 320 -227 311 -236 300 -236 c 0\n 289 -236 280 -227 280 -216 c 2\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii57645\nEncoding: 1470 1470 1006\nWidth: 600\nFlags: HW\nHStem: 439 41<115 485>\nFore\n120 480 m 2\n 480 480 l 2\n 491 480 500 471 500 460 c 0\n 500 448 491 439 480 439 c 2\n 120 439 l 2\n 109 439 100 448 100 460 c 0\n 100 471 109 480 120 480 c 2\nEndSplineSet\nEndChar\nStartChar: afii57841\nEncoding: 1471 1471 1007\nWidth: 600\nFlags: HW\nHStem: 540 41<227 373>\nFore\n233 581 m 2\n 368 581 l 2\n 379 581 388 572 388 560 c 0\n 388 549 379 540 368 540 c 2\n 233 540 l 2\n 222 540 212 549 212 560 c 0\n 212 572 222 581 233 581 c 2\nEndSplineSet\nEndChar\nStartChar: afii57842\nEncoding: 1472 1472 1008\nWidth: 600\nFlags: HW\nVStem: 280 40<-105 585>\nFore\n280 -100 m 2\n 280 580 l 2\n 280 591 289 600 300 600 c 0\n 311 600 320 591 320 580 c 2\n 320 -100 l 2\n 320 -111 311 -120 300 -120 c 0\n 289 -120 280 -111 280 -100 c 2\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii57804\nEncoding: 1473 1473 1009\nWidth: 600\nFlags: HW\nFore\n549 599 m 2\n 565 599 578 586 578 569 c 0\n 578 553 565 540 549 540 c 0\n 532 540 519 553 519 569 c 0\n 519 586 532 599 549 599 c 2\nEndSplineSet\nEndChar\nStartChar: afii57803\nEncoding: 1474 1474 1010\nWidth: 600\nFlags: HW\nFore\n79 599 m 2\n 95 599 108 586 108 569 c 0\n 108 553 95 540 79 540 c 0\n 62 540 49 553 49 569 c 0\n 49 586 62 599 79 599 c 2\nEndSplineSet\nEndChar\nStartChar: afii57658\nEncoding: 1475 1475 1011\nWidth: 600\nFlags: HW\nHStem: -15 131<289 307> 285 132<289 307>\nFore\n295 116 m 2\n 305 116 l 2\n 344 116 374 88 374 51 c 0\n 374 13 344 -15 305 -15 c 2\n 295 -15 l 2\n 256 -15 226 14 226 51 c 0\n 226 88 256 116 295 116 c 2\n295 417 m 2\n 305 417 l 2\n 344 417 374 388 374 351 c 0\n 374 314 344 285 305 285 c 2\n 295 285 l 2\n 256 285 226 314 226 351 c 0\n 226 388 256 417 295 417 c 2\nEndSplineSet\nEndChar\nStartChar: uni05C4\nEncoding: 1476 1476 1012\nWidth: 600\nFlags: HW\nFore\n300 734 m 0\n 317 734 330 721 330 704 c 0\n 330 687 317 674 300 674 c 0\n 283 674 270 687 270 704 c 0\n 270 721 283 734 300 734 c 0\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 1013\nWidth: 600\nFlags: HW\nHStem: 0 41<101 156> 439 41<443 499>\nVStem: 60 41<40 177> 60 114<15 22> 499 41<303 439>\nDStem: 66 445 95 474 190 321 378 191 222 289 95 474 505 6 378 191 222 289 410 159 505 6 534 35\nFore\n378 191 m 1\n 446 217 500 249 499 313 c 1\n 499 439 l 1\n 446 439 l 2\n 435 439 426 448 426 459 c 0\n 426 471 435 480 446 480 c 2\n 540 480 l 1\n 540 313 l 1\n 539 228 474 186 410 159 c 1\n 534 35 l 2\n 542 27 542 14 534 6 c 0\n 526 -2 513 -2 505 6 c 2\n 222 289 l 1\n 151 263 101 230 101 167 c 2\n 101 41 l 1\n 154 41 l 2\n 165 41 174 32 174 20 c 0\n 174 9 165 0 154 0 c 2\n 60 0 l 1\n 60 167 l 2\n 60 250 123 294 190 321 c 1\n 66 445 l 2\n 58 453 58 466 66 474 c 0\n 74 482 87 482 95 474 c 2\n 378 191 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x2,5 x2,3 x14,17 x14,15 \nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 1014\nWidth: 600\nFlags: HW\nHStem: 0 41<75 408 449 542> 439 41<75 301>\nVStem: 409 41<40 337>\nFore\n409 41 m 1\n 409 313 l 2\n 409 358 406 380 379 408 c 1\n 350 436 328 439 283 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 283 480 l 2\n 328 480 371 475 408 437 c 0\n 445 400 451 358 450 313 c 1\n 450 41 l 1\n 540 41 l 2\n 551 41 560 32 560 20 c 0\n 560 9 551 0 540 0 c 2\n 80 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 80 41 c 2\n 409 41 l 1\nEndSplineSet\nMinimumDistance: x11,-1 x10,13 x10,11 x0,14 x0,16 \nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 1015\nWidth: 600\nFlags: HW\nHStem: 439 41<187 277>\nVStem: 389 41<184 336>\nDStem: 394.812 144.703 429.812 168.703 425.812 15.7031 465.812 24.7031\nFore\n389 185 m 1\n 389 313 l 2\n 389 360 386 380 359 408 c 1\n 329 436 312 438 263 439 c 2\n 190 439 l 2\n 179 439 170 448 170 460 c 0\n 170 471 179 480 190 480 c 2\n 263 480 l 2\n 312 481 351 475 388 437 c 1\n 425 401 431 360 430 313 c 1\n 430 169 l 1\n 466 25 l 2\n 469 14 462 3 451 1 c 0\n 440 -2 429 5 426 16 c 1\n 395 145 l 1\n 366 141 307 132 273 112 c 0\n 226 86 170 9 170 9 c 1\n 164 -1 151 -3 142 4 c 0\n 133 10 130 23 137 32 c 0\n 138 33 193 113 253 148 c 0\n 297 172 358 182 389 185 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 1016\nWidth: 600\nFlags: HW\nHStem: 439 41<75 389 429 525>\nVStem: 389 41<15 439>\nFore\n389 439 m 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 519 480 l 2\n 531 480 540 471 540 460 c 0\n 540 448 531 439 519 439 c 2\n 430 439 l 1\n 430 20 l 2\n 430 9 421 0 410 0 c 0\n 398 0 389 9 389 20 c 2\n 389 439 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y0,8 y0,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 1017\nWidth: 600\nFlags: HW\nHStem: 439 41<75 397>\nVStem: 95 41<15 279> 499 41<15 337>\nFore\n95 21 m 2\n 95 277 l 2\n 95 288 104 297 115 297 c 0\n 127 297 136 288 136 277 c 2\n 136 21 l 2\n 136 10 127 1 115 1 c 0\n 104 1 95 10 95 21 c 2\n540 313 m 2\n 540 20 l 2\n 540 9 531 0 519 0 c 0\n 508 0 499 9 499 20 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 439 436 421 438 373 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 421 481 461 475 497 437 c 1\n 535 400 540 358 540 313 c 2\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 1018\nWidth: 600\nFlags: HW\nHStem: 439 41<185 279>\nVStem: 279 41<15 439>\nFore\n320 480 m 1\n 320 20 l 2\n 320 9 311 0 300 0 c 0\n 289 0 279 9 279 20 c 2\n 279 439 l 1\n 190 439 l 2\n 179 439 170 448 170 460 c 0\n 170 471 179 480 190 480 c 2\n 320 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 x4,7 x4,5 \nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 1019\nWidth: 600\nFlags: HW\nHStem: 439 41<148 280 319 448>\nVStem: 279 41<15 439>\nFore\n279 439 m 1\n 154 439 l 2\n 142 439 133 448 133 460 c 0\n 133 471 142 480 154 480 c 2\n 446 480 l 2\n 458 480 467 471 467 460 c 0\n 467 448 458 439 446 439 c 2\n 320 439 l 1\n 320 20 l 2\n 320 9 311 0 300 0 c 0\n 289 0 279 9 279 20 c 2\n 279 439 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y0,8 y0,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 1020\nWidth: 600\nFlags: HW\nHStem: 439 41<75 166 224 397>\nVStem: 95 41<15 323> 499 41<15 337>\nDStem: 167 439 225 439 137 410 166 381\nFore\n225 439 m 1\n 166 381 l 1\n 149.106 362.807 136 348.781 136 322 c 2\n 136 20 l 2\n 136 9 127 0 115 0 c 0\n 104 0 95 9 95 20 c 2\n 95 322 l 1\n 94 340 99 354 106 367 c 0\n 119.55 399.182 144.058 416.823 167 439 c 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 419 481 460 475 497 437 c 1\n 535 400 540 358 540 313 c 2\n 540 20 l 2\n 540 9 531 0 519 0 c 0\n 508 0 499 9 499 20 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 440 436 419 438 373 439 c 2\n 225 439 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 1021\nWidth: 600\nFlags: HW\nHStem: 0 41<245 391> 439 41<37 96 399 494>\nVStem: 96 41<143 439> 494 41<143 439>\nDStem: 379 480 400 439 253 325 285 301\nFore\n400 439 m 1\n 285 301 l 1\n 279 292 266 290 257 297 c 0\n 248 303 246 316 253 325 c 2\n 379 480 l 1\n 535 480 l 1\n 535 167 l 2\n 535 121 530 79 492 43 c 1\n 455 5 413 0 368 0 c 2\n 262 0 l 2\n 215 -1 175 5 138 43 c 1\n 100 79 95 121 96 167 c 1\n 96 439 l 1\n 43 439 l 2\n 32 439 22 448 22 460 c 0\n 22 471 32 480 43 480 c 1\n 137 480 l 1\n 137 167 l 1\n 137 121 139 100 167 72 c 0\n 196 44 215 42 262 41 c 2\n 368 41 l 2\n 412 41 435 44 463 72 c 0\n 491 100 493 121 494 167 c 1\n 494 439 l 1\n 400 439 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x12,15 x12,13 \nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 1022\nWidth: 600\nFlags: HW\nHStem: 439 41<185 279>\nVStem: 279 41<234 439>\nFore\n320 480 m 1\n 320 240 l 2\n 320 229 311 219 300 219 c 0\n 289 219 279 229 279 240 c 2\n 279 439 l 1\n 190 439 l 2\n 179 439 170 448 170 460 c 0\n 170 471 179 480 190 480 c 2\n 320 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 x4,7 x4,5 \nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 1023\nWidth: 600\nFlags: HW\nHStem: 439 41<75 349>\nVStem: 458 41<-204 326>\nFore\n499 313 m 1\n 499 -199 l 2\n 499 -210 490 -219 478 -219 c 0\n 467 -219 458 -210 458 -199 c 2\n 458 313 l 1\n 457 360 455 380 427 408 c 0\n 399 436 379 438 332 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 332 480 l 2\n 379 481 420 475 456 437 c 1\n 494 401 499 360 499 313 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 1024\nWidth: 600\nFlags: HW\nHStem: 0 41<74 348> 439 41<74 348>\nVStem: 458 41<143 337>\nFore\n332 0 m 2\n 80 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 80 41 c 2\n 332 41 l 2\n 378 42 399 44 427 72 c 0\n 455 100 457 121 458 167 c 1\n 458 313 l 1\n 457 357 455 380 427 408 c 0\n 399 436 378 438 332 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 332 480 l 2\n 378 481 420 475 456 437 c 1\n 494 400 499 357 499 313 c 2\n 499 167 l 2\n 499 121 494 79 456 43 c 1\n 419 5 378 -1 332 0 c 2\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 1025\nWidth: 600\nFlags: HW\nHStem: 439 41<99 498> 439 178<74 81>\nVStem: 60 41<478 598> 499 41<303 439>\nDStem: 468 254 497 225 249 35 278 6\nFore\n497 225 m 2\n 278 6 l 2\n 270 -2 257 -2 249 6 c 0\n 241 14 241 27 249 35 c 2\n 468 254 l 2\n 488.527 274.527 499 284.028 499 313 c 2\n 499 439 l 1\n 60 439 l 1\n 60 597 l 1\n 60 608 69 617 80 617 c 0\n 92 617 101 608 101 597 c 2\n 101 480 l 1\n 540 480 l 1\n 540 313 l 1\n 540 271.985 519.15 247.15 497 225 c 2\nEndSplineSet\nMinimumDistance: x12,-1 y11,8 y11,10 \nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 1026\nWidth: 600\nFlags: HW\nHStem: 0 41<138 499> 439 41<75 214 271 397>\nVStem: 97 41<41 277> 499 41<41 337>\nDStem: 214 439 272 439 139 364 168 335\nFore\n272 439 m 1\n 168 335 l 2\n 155 322 152 319 145 304 c 0\n 138 290 138 291 138 277 c 2\n 138 41 l 1\n 499 41 l 1\n 499 313 l 1\n 498 359 496 380 468 408 c 0\n 440 436 419 438 373 439 c 2\n 272 439 l 1\n214 439 m 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 419 481 460 475 497 437 c 1\n 535 400 540 359 540 313 c 2\n 540 0 l 1\n 97 0 l 1\n 97 277 l 1\n 96 295 101 309 108 322 c 0\n 116 341 127 352 139 364 c 2\n 214 439 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 1027\nWidth: 600\nFlags: HW\nHStem: 0 41<261 499> 439 41<75 97 271 397>\nVStem: 97 41<15 275 363 439> 499 41<40 337>\nDStem: 263 480 272 439 139 364 168 335\nFore\n138 363 m 1\n 263 480 l 1\n 360.561 475.77 441.009 498.752 497 437 c 1\n 535 401 540 360 540 313 c 2\n 540 0 l 1\n 263 0 l 2\n 252 0 243 9 243 20 c 0\n 243 32 252 41 263 41 c 2\n 499 41 l 1\n 499 313 l 1\n 498 360 496 380 468 408 c 0\n 440 436 420 438 373 439 c 2\n 272 439 l 1\n 168 335 l 2\n 153 320 152 319 145 304 c 0\n 140 296 141 290 138 274 c 1\n 138 20 l 2\n 138 9 128 0 117 0 c 0\n 106 0 97 9 97 20 c 1\n 97 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 1\n 138 480 l 1\n 138 363 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x8,5 x8,7 x19,22 x19,20 \nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 1028\nWidth: 600\nFlags: HW\nHStem: 439 41<185 279>\nVStem: 279 41<-204 440>\nFore\n320 480 m 1\n 320 -199 l 2\n 320 -210 311 -219 300 -219 c 0\n 289 -219 279 -210 279 -199 c 2\n 279 439 l 1\n 190 439 l 2\n 179 439 170 448 170 460 c 0\n 170 471 179 480 190 480 c 2\n 320 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 x4,7 x4,5 \nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 1029\nWidth: 600\nFlags: HW\nHStem: 0 41<148 388> 439 41<225 278>\nVStem: 389 41<40 337>\nFore\n430 0 m 1\n 154 0 l 1\n 142 0 133 9 133 20 c 0\n 133 32 142 41 154 41 c 2\n 389 41 l 1\n 389 313 l 2\n 389 359 386 380 359 408 c 1\n 330 436 310 438 263 439 c 2\n 227 439 l 2\n 215 439 206 448 206 460 c 0\n 206 471 215 480 227 480 c 2\n 263 480 l 2\n 310 481 351 475 388 437 c 0\n 425 400 431 359 430 313 c 1\n 430 0 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x4,1 x4,3 \nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 1030\nWidth: 600\nFlags: HW\nHStem: 0 41<235 395> 439 41<75 214 271 397>\nVStem: 97 41<143 277> 499 41<165 337>\nDStem: 214 439 272 439 139 364 168 335 468 114 497 85 395 41 417 6\nFore\n272 439 m 1\n 168 335 l 2\n 155 322 152 319 145 304 c 0\n 139 291 138 290 138 277 c 2\n 138 167 l 2\n 138 121 140 100 168 72 c 0\n 197 44 218 41 263 41 c 2\n 395 41 l 1\n 468 114 l 2\n 483 129 484 130 492 145 c 0\n 498 159 499 160 499 173 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 440 436 419 438 373 439 c 2\n 272 439 l 1\n214 439 m 1\n 80 439 l 2\n 69 439 60 448 60 459 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 419 480 460 475 497 437 c 1\n 535 400 540 358 540 313 c 2\n 540 173 l 2\n 540 155 536 141 529 128 c 0\n 520 109 512 99 497 85 c 2\n 417 6 l 1\n 413.977 2.35596 410.844 -1.17722 403 0 c 1\n 263 0 l 2\n 218 -1 176 5 139 43 c 1\n 77.3758 100.397 101.83 179.364 97 277 c 1\n 94.787 314.621 119.954 344.954 139 364 c 2\n 214 439 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 1031\nWidth: 600\nFlags: HW\nHStem: 0 41<75 239 280 349> 439 41<75 173 408 496>\nDStem: 173 439 208 480 239 41 281 41 496 439 543 480 462 169 503 164\nFore\n239 41 m 1\n 173 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 208 480 l 1\n 281 41 l 1\n 337 41 l 2\n 383 42 402 44 432 72 c 0\n 446 84 458 126 462 169 c 1\n 496 439 l 1\n 410 439 l 2\n 398 439 389 448 389 460 c 0\n 389 471 398 480 410 480 c 2\n 543 480 l 1\n 503 164 l 1\n 497 118 490 72 460 42 c 0\n 423 6 383 -1 337 0 c 2\n 80 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 80 41 c 2\n 239 41 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 1032\nWidth: 600\nFlags: HW\nHStem: 219 41<138 302> 439 41<75 214 271 397>\nVStem: 499 41<-204 337>\nDStem: 214 439 272 439 139 364 168 335\nFore\n272 439 m 1\n 168 335 l 2\n 151.923 318.923 138 301.921 138 277 c 2\n 138 260 l 1\n 300 260 l 2\n 311 260 320 251 320 240 c 0\n 320 229 311 219 300 219 c 1\n 97 219 l 1\n 97 277 l 1\n 94.787 314.621 119.954 344.954 139 364 c 2\n 214 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 420 481 461 475 497 437 c 1\n 535 400 540 358 540 313 c 2\n 540 -199 l 2\n 540 -210 531 -219 519 -219 c 0\n 508 -219 499 -210 499 -199 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 440 436 420 438 373 439 c 2\n 272 439 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 1033\nWidth: 600\nFlags: HW\nHStem: 0 41<75 397> 219 41<138 302> 439 41<75 214 271 397>\nVStem: 499 41<143 337>\nDStem: 214 439 272 439 139 364 168 335\nFore\n272 439 m 1\n 168 335 l 2\n 157 323 152 318 145 304 c 0\n 138 290 138 291 138 277 c 2\n 138 260 l 1\n 300 260 l 2\n 311 260 320 251 320 240 c 0\n 320 229 311 219 300 219 c 1\n 97 219 l 1\n 97 277 l 1\n 96 295 101 309 108 322 c 0\n 117 341 127 353 139 364 c 2\n 214 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 420 481 461 475 497 437 c 1\n 535 400 540 359 540 313 c 2\n 540 167 l 2\n 540 122 535 80 497 43 c 1\n 460 5 418 0 373 0 c 2\n 81 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 81 41 c 2\n 373 41 l 2\n 418 41 440 44 468 72 c 0\n 496 100 498 122 499 167 c 1\n 499 313 l 1\n 498 359 496 380 468 408 c 0\n 440 436 420 438 373 439 c 2\n 272 439 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 1034\nWidth: 600\nFlags: HW\nHStem: 439 41<75 170 408 499>\nVStem: 60 151<458 462> 259 41<-204 232> 389 151<458 462>\nDStem: 170 405 211 410 259 235 285 272 499 415 540 394 285 272 300 232\nFore\n285 272 m 1\n 499 415 l 1\n 499 439 l 1\n 410 439 l 2\n 398 439 389 448 389 460 c 0\n 389 471 398 480 410 480 c 2\n 540 480 l 1\n 540 394 l 1\n 300 232 l 1\n 300 -199 l 2\n 300 -210 291 -219 279 -219 c 0\n 268 -219 259 -210 259 -199 c 2\n 259 235 l 1\n 170 405 l 1\n 170 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 211 480 l 1\n 211 410 l 1\n 285 272 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 1035\nWidth: 600\nFlags: HW\nHStem: 0 41<65 489> 439 41<65 160 398 489>\nVStem: 50 151<458 465> 489 41<40 67 413 439>\nDStem: 160 405 201 413 489 67 337 277 160 405 366 248 489 67 530 84 489 414 530 395 337 277 366 248\nFore\n337 277 m 1\n 489 414 l 1\n 489 439 l 1\n 400 439 l 2\n 388 439 379 448 379 460 c 0\n 379 471 388 480 400 480 c 2\n 530 480 l 1\n 530 395 l 1\n 366 248 l 1\n 530 84 l 1\n 530 0 l 1\n 71 0 l 2\n 59 0 50 9 50 20 c 0\n 50 32 59 41 71 41 c 2\n 489 41 l 1\n 489 67 l 1\n 160 405 l 1\n 160 439 l 1\n 71 439 l 2\n 59 439 50 448 50 460 c 0\n 50 471 59 480 71 480 c 2\n 201 480 l 1\n 201 413 l 1\n 337 277 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x14,11 x14,13 x2,5 x2,3 \nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 1036\nWidth: 600\nFlags: HW\nHStem: 439 41<64 488>\nVStem: 122 41<-204 279> 488 41<244 440>\nDStem: 459 201 484 169 240 37 265 4\nFore\n484 169 m 2\n 265 4 l 2\n 255 -3 243 -1 236 8 c 0\n 229 17 231 30 240 37 c 2\n 459 201 l 2\n 472 211 475 215 482 229 c 0\n 488 241 488 243 488 258 c 2\n 488 439 l 1\n 69 439 l 2\n 58 439 49 448 49 460 c 0\n 49 471 58 480 69 480 c 1\n 529 480 l 1\n 529 258 l 1\n 529 217.413 508.322 186.836 484 169 c 2\n163 277 m 2\n 163 -199 l 2\n 163 -210 154 -219 142 -219 c 0\n 131 -219 122 -210 122 -199 c 2\n 122 277 l 2\n 122 288 131 297 142 297 c 0\n 154 297 163 288 163 277 c 2\nEndSplineSet\nMinimumDistance: x11,-1 x7,10 x7,8 \nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 1037\nWidth: 600\nFlags: HW\nHStem: 439 41<75 397>\nVStem: 499 41<15 337>\nFore\n540 313 m 1\n 540 20 l 2\n 540 9 531 0 519 0 c 0\n 508 0 499 9 499 20 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 439 436 421 438 373 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 421 481 461 475 497 437 c 1\n 535 400 540 358 540 313 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 1038\nWidth: 600\nFlags: HW\nHStem: 0 41<92 242 283 388> 439 41<92 147 258 292 332 357 472 524>\nVStem: 51 41<41 439> 51 114<458 465> 243 132<458 465>\nDStem: 292 439 333 439 242 41 283 41 524 439 570 480 490 169 531 164\nFore\n263 480 m 2\n 355 480 l 2\n 366 480 375 471 375 460 c 0\n 375 448 366 439 355 439 c 2\n 333 439 l 1\n 283 41 l 1\n 364 41 l 2\n 409 41 431 44 459 72 c 1\n 476 87 485 125 490 169 c 1\n 524 439 l 1\n 474 439 l 2\n 462 439 453 448 453 460 c 0\n 453 471 462 480 474 480 c 2\n 570 480 l 1\n 531 164 l 1\n 525 119 518 73 488 43 c 0\n 451 5 409 0 364 0 c 2\n 51 0 l 1\n 51 480 l 1\n 145 480 l 2\n 156 480 165 471 165 460 c 0\n 165 448 156 439 145 439 c 2\n 92 439 l 1\n 92 41 l 1\n 242 41 l 1\n 292 439 l 1\n 263 439 l 2\n 252 439 243 448 243 460 c 0\n 243 471 252 480 263 480 c 2\nEndSplineSet\nMinimumDistance: x13,-1 x22,19 x22,21 \nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 1039\nWidth: 600\nFlags: HW\nHStem: 0 41<38 80> 439 41<78 170 210 392>\nVStem: 170 41<129 439> 499 41<15 337>\nFore\n211 439 m 1\n 211 130 l 2\n 211 94 207 62 177 33 c 1\n 149 4 116 -1 80 0 c 2\n 44 0 l 2\n 33 0 23 9 23 20 c 0\n 23 32 33 41 44 41 c 2\n 80 41 l 2\n 116 42 128 43 148 62 c 1\n 168 83 169 94 170 130 c 1\n 170 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 1\n 373 480 l 1\n 420 481 461 475 497 437 c 1\n 535 401 541 362 540 313 c 1\n 540 20 l 2\n 540 9 531 0 519 0 c 0\n 508 0 499 9 499 20 c 2\n 499 313 l 1\n 498 362 496 379 468 408 c 0\n 440 436 420 438 373 439 c 2\n 211 439 l 1\nEndSplineSet\nMinimumDistance: x16,-1 x10,13 x10,11 \nEndChar\nStartChar: afii57716\nEncoding: 1520 1520 1040\nWidth: 600\nFlags: HW\nHStem: 439 41<105 199 313 409>\nVStem: 199 41<15 439> 409 41<15 439>\nFore\n450 480 m 1\n 450 20 l 2\n 450 9 441 0 430 0 c 0\n 419 0 409 9 409 20 c 2\n 409 439 l 1\n 320 439 l 2\n 309 439 300 448 300 460 c 0\n 300 471 309 480 320 480 c 2\n 450 480 l 1\n240 480 m 1\n 240 20 l 2\n 240 9 231 0 220 0 c 0\n 209 0 199 9 199 20 c 2\n 199 439 l 1\n 110 439 l 2\n 99 439 90 448 90 460 c 0\n 90 471 99 480 110 480 c 2\n 240 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y12,9 y12,11 y4,1 y4,3 x4,7 x4,5 x12,15 x12,13 \nEndChar\nStartChar: afii57717\nEncoding: 1521 1521 1041\nWidth: 600\nFlags: HW\nHStem: 439 41<105 199 313 409>\nVStem: 199 41<238 439> 409 41<15 439>\nFore\n240 480 m 1\n 240 240 l 2\n 240 229 231 219 220 219 c 0\n 209 219 199 229 199 240 c 2\n 199 439 l 1\n 110 439 l 2\n 99 439 90 448 90 460 c 0\n 90 471 99 480 110 480 c 2\n 240 480 l 1\n450 480 m 1\n 450 20 l 2\n 450 9 441 0 430 0 c 0\n 419 0 409 9 409 20 c 2\n 409 439 l 1\n 320 439 l 2\n 309 439 300 448 300 460 c 0\n 300 471 309 480 320 480 c 2\n 450 480 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y12,9 y12,11 y4,1 y4,3 x12,15 x12,13 x4,7 x4,5 \nEndChar\nStartChar: afii57718\nEncoding: 1522 1522 1042\nWidth: 600\nFlags: HW\nHStem: 439 41<105 199 313 409>\nVStem: 199 41<234 439> 409 41<234 439>\nFore\n450 480 m 1\n 450 240 l 2\n 450 229 441 219 430 219 c 0\n 419 219 409 229 409 240 c 2\n 409 439 l 1\n 320 439 l 2\n 309 439 300 448 300 460 c 0\n 300 471 309 480 320 480 c 2\n 450 480 l 1\n240 480 m 1\n 240 240 l 2\n 240 229 231 219 220 219 c 0\n 209 219 199 229 199 240 c 2\n 199 439 l 1\n 110 439 l 2\n 99 439 90 448 90 460 c 0\n 90 471 99 480 110 480 c 2\n 240 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y12,9 y12,11 y4,1 y4,3 x4,7 x4,5 x12,15 x12,13 \nEndChar\nStartChar: uni05F3\nEncoding: 1523 1523 1043\nWidth: 600\nFlags: HW\nHStem: 584 20G<276 370>\nFore\n276 604 m 1\n 370 604 l 1\n 310 351 l 1\n 307 326 298 315 280 315 c 0\n 262 315 253 326 250 351 c 1\n 276 604 l 1\nEndSplineSet\nEndChar\nStartChar: uni05F4\nEncoding: 1524 1524 1044\nWidth: 600\nFlags: HW\nHStem: 584 20G<184 278 364 458>\nFore\n184 604 m 1\n 278 604 l 1\n 218 351 l 1\n 215 326 206 315 188 315 c 0\n 170 315 161 326 158 351 c 1\n 184 604 l 1\n364 604 m 1\n 458 604 l 1\n 398 351 l 1\n 395 326 386 315 368 315 c 0\n 350 315 341 326 338 351 c 1\n 364 604 l 1\nEndSplineSet\nEndChar\nStartChar: uni16A0\nEncoding: 5792 5792 1045\nWidth: 600\nFlags: HW\nVStem: 209 28<-103 394 441 559 606 788>\nDStem: 391 788 391 741 237 606 237 559 391 623 391 576 237 441 237 394\nFore\n391 576 m 1\n 237 394 l 1\n 237 -103 l 1\n 209 -103 l 1\n 209 788 l 1\n 237 788 l 1\n 237 606 l 1\n 391 788 l 1\n 391 741 l 1\n 237 559 l 1\n 237 441 l 1\n 391 623 l 1\n 391 576 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16A1\nEncoding: 5793 5793 1046\nWidth: 600\nFlags: HW\nHStem: 691 70<273 291>\nVStem: 178 28<-104 328 373 493 539 787> 251 59<714.118 729>\nDStem: 422 795 422 748 206 539 206 493 422 630 422 583 206 373 206 328 422 795 422 748 206 539 206 493 422 630 422 583 206 373 206 328 422 795 422 748 206 539 206 493 422 630 422 583 206 373 206 328 422 795 422 748 206 539 206 493 422 630 422 583 206 373 206 328 422 795 422 748 206 539 206 493 422 630 422 583 206 373 206 328 422 795 422 748 206 539 206 493 422 630 422 583 206 373 206 328\nFore\n310 726 m 0\n 310 702 301 691 281 691 c 0\n 261 691 251 702 251 726 c 0\n 251 749 261 761 281 761 c 0\n 301 761 310 749 310 726 c 0\n422 583 m 1\n 206 328 l 1\n 206 -104 l 1\n 178 -104 l 1\n 178 787 l 1\n 206 787 l 1\n 206 539 l 1\n 422 795 l 1\n 422 748 l 1\n 206 493 l 1\n 206 373 l 1\n 422 630 l 1\n 422 583 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni16A2\nEncoding: 5794 5794 1047\nWidth: 600\nFlags: HW\nVStem: 71 28<-103 744>\nFore\n529 -103 m 1\n 486 -103 l 1\n 99 744 l 1\n 99 -103 l 1\n 71 -103 l 1\n 71 788 l 1\n 99 788 l 1\n 529 -103 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni16A3\nEncoding: 5795 5795 1048\nWidth: 600\nFlags: HW\nVStem: 71 28<-103 744> 137 28<-103 348>\nFore\n529 -103 m 1\n 486 -103 l 1\n 99 744 l 1\n 99 -103 l 1\n 71 -103 l 1\n 71 788 l 1\n 99 788 l 1\n 529 -103 l 1\n165 -103 m 1\n 137 -103 l 1\n 137 348 l 1\n 165 348 l 1\n 165 -103 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni16A4\nEncoding: 5796 5796 1049\nWidth: 600\nFlags: HW\nHStem: 326 98<180 184>\nVStem: 71 28<-103 744> 140 83<365.107 379>\nFore\n529 -103 m 1\n 486 -103 l 1\n 99 744 l 1\n 99 -103 l 1\n 71 -103 l 1\n 71 788 l 1\n 99 788 l 1\n 529 -103 l 1\n223 376 m 0\n 223 350 206 326 182 326 c 0\n 157 326 140 350 140 376 c 0\n 140 401 158 424 182 424 c 0\n 206 424 223 400 223 376 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni16A5\nEncoding: 5797 5797 1050\nWidth: 600\nFlags: HW\nHStem: 394 32<99 152>\nVStem: 71 28<-103 394 425 744> 198 27<-103 346>\nFore\n529 -103 m 1\n 486 -103 l 1\n 99 744 l 1\n 99 426 l 1\n 148 426 l 2\n 194 426 225 382 225 335 c 2\n 225 -103 l 1\n 198 -103 l 1\n 198 335 l 2\n 198 365 176 394 148 394 c 2\n 99 394 l 1\n 99 -103 l 1\n 71 -103 l 1\n 71 788 l 1\n 99 788 l 1\n 529 -103 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y10,12 y10,11 y9,6 y9,7 \nEndChar\nStartChar: uni16A6\nEncoding: 5798 5798 1051\nWidth: 600\nFlags: HW\nVStem: 169 27<-103 57 103 565 611 788>\nDStem: 196 565 196 612 392 334 431 334 392 334 431 334 196 103 196 57\nFore\n431 334 m 1\n 196 57 l 1\n 196 -103 l 1\n 169 -103 l 1\n 169 788 l 1\n 196 788 l 1\n 196 612 l 1\n 431 334 l 1\n392 334 m 1\n 196 565 l 1\n 196 103 l 1\n 392 334 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16A7\nEncoding: 5799 5799 1052\nWidth: 600\nFlags: HW\nHStem: 295 70<264 273>\nVStem: 169 27<-103 57 103 565 611 788> 241 60<318.485 337>\nDStem: 196 565 196 612 392 334 431 334 392 334 431 334 196 103 196 57\nFore\n431 334 m 1\n 196 57 l 1\n 196 -103 l 1\n 169 -103 l 1\n 169 788 l 1\n 196 788 l 1\n 196 612 l 1\n 431 334 l 1\n392 334 m 1\n 196 565 l 1\n 196 103 l 1\n 392 334 l 1\n301 330 m 0\n 301 307 291 295 271 295 c 0\n 251 295 241 307 241 330 c 0\n 241 354 251 365 271 365 c 0\n 291 365 301 354 301 330 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16A8\nEncoding: 5800 5800 1053\nWidth: 600\nFlags: HW\nVStem: 209 28<-103 577 622 742>\nDStem: 237 742 237 788 391 560 391 607 237 577 237 623 391 395 391 442\nFore\n391 395 m 1\n 237 577 l 1\n 237 -103 l 1\n 209 -103 l 1\n 209 788 l 1\n 237 788 l 1\n 391 607 l 1\n 391 560 l 1\n 237 742 l 1\n 237 623 l 1\n 391 442 l 1\n 391 395 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16A9\nEncoding: 5801 5801 1054\nWidth: 600\nFlags: HW\nVStem: 184 27<-104 645 682 748>\nDStem: 211 748 211 787 301 679 301 718 211 645 211 683 301 575 301 614 401 796 416 768 301 718 301 679 401 692 416 666 301 614 301 575\nFore\n416 666 m 1\n 301 575 l 1\n 211 645 l 1\n 211 -104 l 1\n 184 -104 l 1\n 184 787 l 1\n 211 787 l 1\n 301 718 l 1\n 401 796 l 1\n 416 768 l 1\n 301 679 l 1\n 211 748 l 1\n 211 683 l 1\n 301 614 l 1\n 401 692 l 1\n 416 666 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16AA\nEncoding: 5802 5802 1055\nWidth: 600\nFlags: HW\nVStem: 184 27<-104 645 682 748>\nDStem: 211 748 211 787 301 679 301 718 211 645 211 683 293 581 308 607 401 796 416 768 301 718 301 679\nFore\n416 768 m 1\n 301 679 l 1\n 211 748 l 1\n 211 683 l 1\n 308 607 l 1\n 293 581 l 1\n 211 645 l 1\n 211 -104 l 1\n 184 -104 l 1\n 184 787 l 1\n 211 787 l 1\n 301 718 l 1\n 401 796 l 1\n 416 768 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16AB\nEncoding: 5803 5803 1056\nWidth: 600\nFlags: HW\nVStem: 166 28<-103 577 622 742>\nDStem: 194 742 194 788 434 459 434 506 194 577 194 623 434 294 434 341 194 742 194 788 434 459 434 506 194 577 194 623 434 294 434 341 194 742 194 788 434 459 434 506 194 577 194 623 434 294 434 341 194 742 194 788 434 459 434 506 194 577 194 623 434 294 434 341 194 742 194 788 434 459 434 506 194 577 194 623 434 294 434 341 194 742 194 788 434 459 434 506 194 577 194 623 434 294 434 341 194 742 194 788 434 459 434 506 194 577 194 623 434 294 434 341\nFore\n434 294 m 1\n 194 577 l 1\n 194 -103 l 1\n 166 -103 l 1\n 166 788 l 1\n 194 788 l 1\n 434 506 l 1\n 434 459 l 1\n 194 742 l 1\n 194 623 l 1\n 434 341 l 1\n 434 294 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16AC\nEncoding: 5804 5804 1057\nWidth: 600\nFlags: HW\nVStem: 286 27<-103 289 367 467 545 788>\nDStem: 176 628 176 675 286 499 286 545 176 450 176 497 286 321 286 367 313 467 313 512 424 335 424 382 313 289 313 334 424 157 424 204\nFore\n424 157 m 1\n 313 289 l 1\n 313 -103 l 1\n 286 -103 l 1\n 286 321 l 1\n 176 450 l 1\n 176 497 l 1\n 286 367 l 1\n 286 499 l 1\n 176 628 l 1\n 176 675 l 1\n 286 545 l 1\n 286 788 l 1\n 313 788 l 1\n 313 512 l 1\n 424 382 l 1\n 424 335 l 1\n 313 467 l 1\n 313 334 l 1\n 424 204 l 1\n 424 157 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16AD\nEncoding: 5805 5805 1058\nWidth: 600\nFlags: HW\nVStem: 231 27<-103 289 333 467 511 788>\nDStem: 258 467 258 512 369 335 369 382 258 289 258 334 369 157 369 204\nFore\n369 157 m 1\n 258 289 l 1\n 258 -103 l 1\n 231 -103 l 1\n 231 788 l 1\n 258 788 l 1\n 258 512 l 1\n 369 382 l 1\n 369 335 l 1\n 258 467 l 1\n 258 334 l 1\n 369 204 l 1\n 369 157 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16AE\nEncoding: 5806 5806 1059\nWidth: 600\nFlags: HW\nVStem: 342 27<-103 289 333 467 511 788>\nDStem: 342 512 342 467 231 382 231 335 342 334 342 289 231 204 231 157\nFore\n369 -103 m 1\n 342 -103 l 1\n 342 289 l 1\n 231 157 l 1\n 231 204 l 1\n 342 334 l 1\n 342 467 l 1\n 231 335 l 1\n 231 382 l 1\n 342 512 l 1\n 342 788 l 1\n 369 788 l 1\n 369 -103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16AF\nEncoding: 5807 5807 1060\nWidth: 600\nFlags: HW\nVStem: 287 27<-103 289 367 467 545 788>\nDStem: 287 512 287 467 176 382 176 335 287 334 287 289 176 204 176 157 424 675 424 628 314 545 314 499 424 497 424 450 314 367 314 321\nFore\n424 450 m 1\n 314 321 l 1\n 314 -103 l 1\n 287 -103 l 1\n 287 289 l 1\n 176 157 l 1\n 176 204 l 1\n 287 334 l 1\n 287 467 l 1\n 176 335 l 1\n 176 382 l 1\n 287 512 l 1\n 287 788 l 1\n 314 788 l 1\n 314 545 l 1\n 424 675 l 1\n 424 628 l 1\n 314 499 l 1\n 314 367 l 1\n 424 497 l 1\n 424 450 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16B0\nEncoding: 5808 5808 1061\nWidth: 600\nFlags: HW\nVStem: 287 27<-103 289 333 467 545 788>\nDStem: 287 512 287 467 176 382 176 335 287 334 287 289 176 204 176 157 424 675 424 628 314 545 314 499\nFore\n424 628 m 1\n 314 499 l 1\n 314 -103 l 1\n 287 -103 l 1\n 287 289 l 1\n 176 157 l 1\n 176 204 l 1\n 287 334 l 1\n 287 467 l 1\n 176 335 l 1\n 176 382 l 1\n 287 512 l 1\n 287 788 l 1\n 314 788 l 1\n 314 545 l 1\n 424 675 l 1\n 424 628 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16B1\nEncoding: 5809 5809 1062\nWidth: 600\nFlags: HW\nVStem: 162 28<-103 742>\nDStem: 190 742 190 788 398 498 438 497 223 291 263 292 428 51 428 96 398 498 438 497 223 291 263 292\nFore\n438 497 m 1\n 263 292 l 1\n 428 96 l 1\n 428 51 l 1\n 223 291 l 1\n 398 498 l 1\n 190 742 l 1\n 190 -103 l 1\n 162 -103 l 1\n 162 788 l 1\n 190 788 l 1\n 438 497 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16B2\nEncoding: 5810 5810 1063\nWidth: 600\nFlags: HW\nDStem: 203 345 242 345 397 116 397 162 397 574 397 527 203 345 242 345\nFore\n397 116 m 1\n 203 345 l 1\n 397 574 l 1\n 397 527 l 1\n 242 345 l 1\n 397 162 l 1\n 397 116 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16B3\nEncoding: 5811 5811 1064\nWidth: 600\nFlags: HW\nVStem: 164 27<-103 140 185 788>\nDStem: 191 140 191 186 397 -103 436 -103\nFore\n436 -103 m 1\n 397 -103 l 1\n 191 140 l 1\n 191 -103 l 1\n 164 -103 l 1\n 164 788 l 1\n 191 788 l 1\n 191 186 l 1\n 436 -103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16B4\nEncoding: 5812 5812 1065\nWidth: 600\nFlags: HW\nVStem: 163 28<-103 499 544 788>\nDStem: 397 789 437 789 191 544 191 499\nFore\n437 789 m 1\n 191 499 l 1\n 191 -103 l 1\n 163 -103 l 1\n 163 788 l 1\n 191 788 l 1\n 191 544 l 1\n 397 789 l 1\n 437 789 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16B5\nEncoding: 5813 5813 1066\nWidth: 600\nFlags: HW\nHStem: 693 65<245.382 260>\nVStem: 163 28<-103 499 544 788> 227 55<714 730>\nDStem: 397 789 437 789 191 544 191 499\nFore\n282 725 m 0\n 282 704 273 693 254 693 c 0\n 236 693 227 704 227 725 c 0\n 227 747 236 758 254 758 c 0\n 273 758 282 747 282 725 c 0\n437 789 m 1\n 191 499 l 1\n 191 -103 l 1\n 163 -103 l 1\n 163 788 l 1\n 191 788 l 1\n 191 544 l 1\n 397 789 l 1\n 437 789 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni16B6\nEncoding: 5814 5814 1067\nWidth: 600\nFlags: HW\nVStem: 145 102<504 522> 181 27<-103 452 568 788>\nDStem: 415 789 455 789 222 561 241 538\nFore\n455 789 m 1\n 241 538 l 1\n 245 529 247 520 247 511 c 0\n 247 480 234 460 208 452 c 1\n 208 -103 l 1\n 181 -103 l 1\n 181 454 l 1\n 157 462 145 481 145 511 c 0\n 145 540 157 559 181 568 c 1\n 181 788 l 1\n 208 788 l 1\n 208 569 l 1\n 213 567 218 565 222 561 c 1\n 415 789 l 1\n 455 789 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16B7\nEncoding: 5815 5815 1068\nWidth: 600\nFlags: HW\nDStem: 18 788 50 788 285 343 300 369 285 343 300 316 18 -103 50 -103 300 316 316 343 550 -103 582 -103 550 788 582 788 300 369 316 343\nFore\n582 -103 m 1\n 550 -103 l 1\n 300 316 l 1\n 50 -103 l 1\n 18 -103 l 1\n 285 343 l 1\n 18 788 l 1\n 50 788 l 1\n 300 369 l 1\n 550 788 l 1\n 582 788 l 1\n 316 343 l 1\n 582 -103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16B8\nEncoding: 5816 5816 1069\nWidth: 600\nFlags: HW\nHStem: 224 32<283 318> 428 31<283 318>\nVStem: 114 28<332.006 345> 460 27<332.772 345>\nDStem: 18 788 50 788 221 448 248 455 220 235 248 229 18 -103 50 -103 237 420 267 425 285 343 300 369 285 343 300 316 237 264 266 259 300 316 316 343 334 259 363 264 333 425 363 420 300 369 316 343 352 229 380 235 550 -103 582 -103 550 788 582 788 352 455 379 448\nFore\n582 -103 m 1\n 550 -103 l 1\n 352 229 l 1\n 335 225 318 224 300 224 c 0\n 282 224 265 225 248 229 c 1\n 50 -103 l 1\n 18 -103 l 1\n 220 235 l 1\n 149 256 114 292 114 342 c 0\n 114 392 150 428 221 448 c 1\n 18 788 l 1\n 50 788 l 1\n 248 455 l 1\n 283 461 317 461 352 455 c 1\n 550 788 l 1\n 582 788 l 1\n 379 448 l 1\n 451 428 487 392 487 342 c 0\n 487 292 451 256 380 235 c 1\n 582 -103 l 1\n460 342 m 0\n 460 381.292 403.799 410.152 363 420 c 1\n 316 343 l 1\n 363 264 l 1\n 401 273 460 301 460 342 c 0\n333 425 m 1\n 322 427 311 428 300 428 c 0\n 289 428 278 427 267 425 c 1\n 300 369 l 1\n 333 425 l 1\n334 259 m 1\n 300 316 l 1\n 266 259 l 1\n 277 257 288 256 300 256 c 0\n 312 256 323 257 334 259 c 1\n285 343 m 1\n 237 420 l 1\n 199 411 142 383 142 342 c 0\n 142 299 195 274 237 264 c 1\n 285 343 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16B9\nEncoding: 5817 5817 1070\nWidth: 600\nFlags: HW\nVStem: 169 27<-103 233 278 742>\nDStem: 196 742 196 788 392 510 431 510 392 510 431 510 196 278 196 233\nFore\n431 510 m 1\n 196 233 l 1\n 196 -103 l 1\n 169 -103 l 1\n 169 788 l 1\n 196 788 l 1\n 275 695 353 602 431 510 c 1\n392 510 m 1\n 196 742 l 1\n 196 278 l 1\n 392 510 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16BA\nEncoding: 5818 5818 1071\nWidth: 600\nFlags: HW\nVStem: 169 28<-103 400 446 788> 403 28<-103 157 204 788>\nDStem: 197 400 197 447 403 157 403 204\nFore\n431 -103 m 1\n 403 -103 l 1\n 403 157 l 1\n 197 400 l 1\n 197 -103 l 1\n 169 -103 l 1\n 169 788 l 1\n 197 788 l 1\n 197 447 l 1\n 403 204 l 1\n 403 788 l 1\n 431 788 l 1\n 431 -103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16BB\nEncoding: 5819 5819 1072\nWidth: 600\nFlags: HW\nVStem: 169 28<-103 351 395 534 579 788> 403 28<-103 108 155 290 335 788>\nDStem: 197 534 197 580 403 290 403 335 197 351 197 396 403 108 403 155 197 534 197 580 403 290 403 335 197 351 197 396 403 108 403 155 197 534 197 580 403 290 403 335 197 351 197 396 403 108 403 155 197 534 197 580 403 290 403 335 197 351 197 396 403 108 403 155\nFore\n431 -103 m 1\n 403 -103 l 1\n 403 108 l 1\n 197 351 l 1\n 197 -103 l 1\n 169 -103 l 1\n 169 788 l 1\n 197 788 l 1\n 197 580 l 1\n 403 335 l 1\n 403 788 l 1\n 431 788 l 1\n 431 -103 l 1\n403 155 m 1\n 403 290 l 1\n 197 534 l 1\n 197 396 l 1\n 403 155 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16BC\nEncoding: 5820 5820 1073\nWidth: 600\nFlags: HW\nVStem: 286 28<-103 288 366 789>\nDStem: 176 450 176 496 281 327 286 366 281 327 286 288 175 204 175 157 314 288 319 327 425 157 425 204 424 496 424 450 314 366 319 327\nFore\n425 157 m 1\n 314 288 l 1\n 314 -103 l 1\n 286 -103 l 1\n 286 288 l 1\n 175 157 l 1\n 175 204 l 1\n 281 327 l 1\n 176 450 l 1\n 176 496 l 1\n 286 366 l 1\n 286 789 l 1\n 314 789 l 1\n 314 366 l 1\n 424 496 l 1\n 424 450 l 1\n 319 327 l 1\n 425 204 l 1\n 425 157 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16BD\nEncoding: 5821 5821 1074\nWidth: 600\nFlags: HW\nVStem: 285 27<-103 266 432 788>\nFore\n372 350 m 0\n 372 308 346 273 312 266 c 1\n 312 -103 l 1\n 285 -103 l 1\n 285 266 l 1\n 252 275 228 310 228 350 c 0\n 228 390 252 425 285 432 c 1\n 285 788 l 1\n 312 788 l 1\n 312 433 l 1\n 347 426 372 391 372 350 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni16BE\nEncoding: 5822 5822 1075\nWidth: 600\nFlags: HW\nVStem: 286 27<-103 289 367 788>\nDStem: 176 450 176 497 286 321 286 367 313 289 313 334 424 157 424 204\nFore\n424 157 m 1\n 313 289 l 1\n 313 -103 l 1\n 286 -103 l 1\n 286 321 l 1\n 176 450 l 1\n 176 497 l 1\n 286 367 l 1\n 286 788 l 1\n 313 788 l 1\n 313 334 l 1\n 424 204 l 1\n 424 157 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16BF\nEncoding: 5823 5823 1076\nWidth: 600\nFlags: HW\nVStem: 231 27<-103 289 333 788>\nDStem: 258 289 258 334 369 157 369 204\nFore\n369 157 m 1\n 258 289 l 1\n 258 -103 l 1\n 231 -103 l 1\n 231 788 l 1\n 258 788 l 1\n 258 334 l 1\n 369 204 l 1\n 369 157 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16C0\nEncoding: 5824 5824 1077\nWidth: 600\nFlags: HW\nVStem: 286 27<-103 252 418 788>\nDStem: 176 450 176 497 238 376 256 402 336 261 357 283 424 157 424 204\nFore\n424 157 m 1\n 336 261 l 1\n 329 257 321 254 313 252 c 1\n 313 -103 l 1\n 286 -103 l 1\n 286 253 l 1\n 253 260 230 296 230 335 c 0\n 230 350 233 364 238 376 c 1\n 176 450 l 1\n 176 497 l 1\n 256 402 l 1\n 265 409 275 415 286 419 c 1\n 286 788 l 1\n 313 788 l 1\n 313 419 l 1\n 348 411 373 376 373 335 c 0\n 373 315 367 298 357 283 c 1\n 424 204 l 1\n 424 157 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16C1\nEncoding: 5825 5825 1078\nWidth: 600\nFlags: HW\nVStem: 286 28<-103 788>\nFore\n314 -103 m 1\n 286 -103 l 1\n 286 788 l 1\n 314 788 l 1\n 314 -103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16C2\nEncoding: 5826 5826 1079\nWidth: 600\nFlags: HW\nVStem: 285 27<-103 266 432 788>\nFore\n372 350 m 0\n 372 308 346 273 312 266 c 1\n 312 -103 l 1\n 285 -103 l 1\n 285 266 l 1\n 252 275 228 310 228 350 c 0\n 228 390 252 425 285 432 c 1\n 285 788 l 1\n 312 788 l 1\n 312 433 l 1\n 347 426 372 391 372 350 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni16C3\nEncoding: 5827 5827 1080\nWidth: 600\nFlags: HW\nDStem: 122 414 161 414 316 185 316 231 284 381 284 427 439 198 478 198 316 643 316 596 122 414 161 414 439 198 478 198 284 16 284 -31\nFore\n316 185 m 1\n 122 414 l 1\n 316 643 l 1\n 316 596 l 1\n 161 414 l 1\n 316 231 l 1\n 316 185 l 1\n478 198 m 1\n 284 -31 l 1\n 284 16 l 1\n 439 198 l 1\n 284 381 l 1\n 284 427 l 1\n 478 198 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni16C4\nEncoding: 5828 5828 1081\nWidth: 600\nFlags: HW\nVStem: 286 28<-103 57 103 565 611 788>\nDStem: 51 334 90 334 286 57 286 103 286 612 286 565 51 334 90 334 314 565 314 612 510 334 549 334 510 334 549 334 314 103 314 57\nFore\n549 334 m 1\n 314 57 l 1\n 314 -103 l 1\n 286 -103 l 1\n 286 57 l 1\n 51 334 l 1\n 286 612 l 1\n 286 788 l 1\n 314 788 l 1\n 314 612 l 1\n 549 334 l 1\n510 334 m 1\n 314 565 l 1\n 314 103 l 1\n 510 334 l 1\n286 103 m 1\n 286 565 l 1\n 90 334 l 1\n 286 103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16C5\nEncoding: 5829 5829 1082\nWidth: 600\nFlags: HW\nVStem: 287 27<-103 289 367 788>\nDStem: 287 334 287 289 176 204 176 157 424 497 424 450 314 367 314 321\nFore\n424 450 m 1\n 314 321 l 1\n 314 -103 l 1\n 287 -103 l 1\n 287 289 l 1\n 176 157 l 1\n 176 204 l 1\n 287 334 l 1\n 287 788 l 1\n 314 788 l 1\n 314 367 l 1\n 424 497 l 1\n 424 450 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16C6\nEncoding: 5830 5830 1083\nWidth: 600\nFlags: HW\nVStem: 342 27<-103 289 333 788>\nDStem: 342 334 342 289 231 204 231 157\nFore\n369 -103 m 1\n 342 -103 l 1\n 342 289 l 1\n 231 157 l 1\n 231 204 l 1\n 342 334 l 1\n 342 788 l 1\n 369 788 l 1\n 369 -103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16C7\nEncoding: 5831 5831 1084\nWidth: 600\nFlags: HW\nVStem: 286 27<-56 741>\nDStem: 176 27 176 73 286 -103 286 -56 313 741 313 788 424 611 424 658\nFore\n424 611 m 1\n 313 741 l 1\n 313 -103 l 1\n 286 -103 l 1\n 176 27 l 1\n 176 73 l 1\n 286 -56 l 1\n 286 788 l 1\n 313 788 l 1\n 424 658 l 1\n 424 611 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16C8\nEncoding: 5832 5832 1085\nWidth: 600\nFlags: HW\nVStem: 157 27<-56 741>\nDStem: 184 741 184 788 316 586 316 633 316 52 316 99 443 -98 443 -51 316 99 316 52 184 -56 184 -103 316 52 316 99 443 -98 443 -51 316 99 316 52 184 -56 184 -103 316 52 316 99 443 -98 443 -51 316 99 316 52 184 -56 184 -103 316 52 316 99 443 -98 443 -51 316 99 316 52 184 -56 184 -103 316 52 316 99 443 -98 443 -51 316 99 316 52 184 -56 184 -103 316 52 316 99 443 -98 443 -51 316 99 316 52 184 -56 184 -103 316 52 316 99 443 -98 443 -51 316 99 316 52 184 -56 184 -103 316 52 316 99 443 -98 443 -51 316 99 316 52 184 -56 184 -103 316 52 316 99 443 -98 443 -51 316 99 316 52 184 -56 184 -103 443 783 443 736 316 633 316 586\nFore\n443 -98 m 1\n 316 52 l 1\n 184 -103 l 1\n 157 -103 l 1\n 157 788 l 1\n 184 788 l 1\n 316 633 l 1\n 443 783 l 1\n 443 736 l 1\n 316 586 l 1\n 184 741 l 1\n 184 -56 l 1\n 316 99 l 1\n 443 -51 l 1\n 443 -98 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16C9\nEncoding: 5833 5833 1086\nWidth: 600\nFlags: HW\nVStem: 269 27<-103 532 580 788>\nDStem: 159 663 159 708 269 533 269 580 441 750 441 703 296 578 296 532\nFore\n441 703 m 1\n 296 532 l 1\n 296 -103 l 1\n 269 -103 l 1\n 269 533 l 1\n 159 663 l 1\n 159 708 l 1\n 269 580 l 1\n 269 788 l 1\n 296 788 l 1\n 296 578 l 1\n 441 750 l 1\n 441 703 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16CA\nEncoding: 5834 5834 1087\nWidth: 600\nFlags: HW\nDStem: 126 551 166 551 434 187 474 187 321 780 321 733 126 551 166 551 434 187 474 187 233 -49 233 -96\nFore\n474 187 m 1\n 233 -96 l 1\n 233 -49 l 1\n 434 187 l 1\n 126 551 l 1\n 321 780 l 1\n 321 733 l 1\n 166 551 l 1\n 474 187 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16CB\nEncoding: 5835 5835 1088\nWidth: 600\nFlags: HW\nVStem: 177 28<284 789> 395 28<-103 464>\nDStem: 423 542 395 464 205 284 177 206\nFore\n423 -103 m 1\n 395 -103 l 1\n 395 464 l 1\n 177 206 l 1\n 177 789 l 1\n 205 789 l 1\n 205 284 l 1\n 423 542 l 1\n 423 -103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16CC\nEncoding: 5836 5836 1089\nWidth: 600\nFlags: HW\nVStem: 286 28<284 737>\nFore\n314 285 m 1\n 286 284 l 1\n 286 737 l 1\n 314 737 l 1\n 314 285 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16CD\nEncoding: 5837 5837 1090\nWidth: 600\nFlags: HW\nVStem: 286 28<335 745>\nFore\n348 282 m 0\n 348 252 329 225 301 225 c 0\n 270 225 252 252 252 282 c 0\n 252 310 264 328 286 336 c 1\n 286 745 l 1\n 314 745 l 1\n 314 336 l 1\n 336 328 348 310 348 282 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni16CE\nEncoding: 5838 5838 1091\nWidth: 600\nFlags: HW\nVStem: 286 28<314 741>\nDStem: 155 422 175 445 299 253 286 314 425 445 445 422 314 312 299 253\nFore\n445 422 m 1\n 299 253 l 1\n 155 422 l 1\n 175 445 l 1\n 286 314 l 1\n 287 741 l 1\n 314 741 l 1\n 314 312 l 1\n 425 445 l 1\n 445 422 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16CF\nEncoding: 5839 5839 1092\nWidth: 600\nFlags: HW\nVStem: 269 27<-103 741>\nDStem: 269 788 269 741 159 655 159 610 296 744 296 788 441 572 441 619\nFore\n441 572 m 1\n 296 744 l 1\n 296 -103 l 1\n 269 -103 l 1\n 269 741 l 1\n 159 610 l 1\n 159 655 l 1\n 269 788 l 1\n 296 788 l 1\n 441 619 l 1\n 441 572 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16D0\nEncoding: 5840 5840 1093\nWidth: 600\nFlags: HW\nVStem: 363 28<-103 742>\nDStem: 363 788 363 742 209 607 209 560\nFore\n391 -103 m 1\n 363 -103 l 1\n 363 742 l 1\n 209 560 l 1\n 209 607 l 1\n 363 788 l 1\n 391 788 l 1\n 391 -103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16D1\nEncoding: 5841 5841 1094\nWidth: 600\nFlags: HW\nVStem: 334 27<-103 200 366 742>\nDStem: 334 788 334 742 180 607 180 560\nFore\n420 283 m 0\n 420 242 395 207 361 200 c 1\n 361 -103 l 1\n 334 -103 l 1\n 334 201 l 1\n 301 208 277 244 277 283 c 0\n 277 323 301 358 334 365 c 1\n 334 742 l 1\n 180 560 l 1\n 180 607 l 1\n 334 788 l 1\n 361 788 l 1\n 361 367 l 1\n 395 359 420 324 420 283 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni16D2\nEncoding: 5842 5842 1095\nWidth: 600\nFlags: HW\nVStem: 162 28<-57 742>\nDStem: 190 742 190 788 398 498 438 497 264 343 307 343 397 187 438 188 397 187 438 188 190 -57 190 -103 398 498 438 497 264 343 307 343\nFore\n438 188 m 1\n 190 -103 l 1\n 162 -103 l 1\n 162 788 l 1\n 190 788 l 1\n 438 497 l 1\n 307 343 l 1\n 438 188 l 1\n398 498 m 1\n 190 742 l 1\n 190 -57 l 1\n 397 187 l 1\n 264 343 l 1\n 398 498 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16D3\nEncoding: 5843 5843 1096\nWidth: 600\nFlags: HW\nVStem: 231 27<-103 173 218 352 396 788>\nDStem: 369 528 369 481 258 396 258 351 369 350 369 303 258 218 258 173\nFore\n369 303 m 1\n 258 173 l 1\n 258 -103 l 1\n 231 -103 l 1\n 231 788 l 1\n 258 788 l 1\n 258 396 l 1\n 369 528 l 1\n 369 481 l 1\n 258 351 l 1\n 258 218 l 1\n 369 350 l 1\n 369 303 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16D4\nEncoding: 5844 5844 1097\nWidth: 600\nFlags: HW\nHStem: 136 98<265 276> 460 98<265 276>\nVStem: 162 28<-57 742> 232 82<174.125 190 497 510>\nDStem: 190 742 190 788 398 498 438 497 264 343 307 343 397 187 438 188 397 187 438 188 190 -57 190 -103 398 498 438 497 264 343 307 343\nFore\n438 188 m 1\n 190 -103 l 1\n 162 -103 l 1\n 162 788 l 1\n 190 788 l 1\n 438 497 l 1\n 307 343 l 1\n 438 188 l 1\n398 498 m 1\n 190 742 l 1\n 190 -57 l 1\n 397 187 l 1\n 264 343 l 1\n 398 498 l 1\n314 508 m 0\n 314 483 297 460 274 460 c 0\n 248 460 232 482 232 508 c 0\n 232 534 249 558 274 558 c 0\n 298 558 314 533 314 508 c 0\n314 185 m 0\n 314 159 297 136 274 136 c 0\n 248 136 232 159 232 185 c 0\n 232 211 249 234 274 234 c 0\n 298 234 314 210 314 185 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16D5\nEncoding: 5845 5845 1098\nWidth: 600\nFlags: HW\nVStem: 150 27<-103 318 418 788>\nDStem: 177 318 180 370 428 -112 450 -94 426 798 448 777 177 418 180 370\nFore\n450 -94 m 1\n 428 -112 l 1\n 177 318 l 1\n 177 -103 l 1\n 150 -103 l 1\n 150 788 l 1\n 177 788 l 1\n 177 418 l 1\n 426 798 l 1\n 448 777 l 1\n 180 370 l 1\n 450 -94 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16D6\nEncoding: 5846 5846 1099\nWidth: 600\nFlags: HW\nVStem: 110 27<-103 744> 463 27<-103 744>\nDStem: 137 744 137 788 300 551 300 598 463 788 463 744 300 598 300 551\nFore\n490 -103 m 1\n 463 -103 l 1\n 463 744 l 1\n 300 551 l 1\n 137 744 l 1\n 137 -103 l 1\n 110 -103 l 1\n 110 788 l 1\n 137 788 l 1\n 300 598 l 1\n 463 788 l 1\n 490 788 l 1\n 490 -103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16D7\nEncoding: 5847 5847 1100\nWidth: 600\nFlags: HW\nVStem: 146 28<-103 744> 426 28<-103 744>\nDStem: 174 744 174 788 280 617 300 640 280 617 300 594 213 538 213 491 300 594 320 617 387 491 387 538 426 788 426 744 300 640 320 617\nFore\n454 -103 m 1\n 426 -103 l 1\n 426 744 l 1\n 320 617 l 1\n 387 538 l 1\n 387 491 l 1\n 300 594 l 1\n 213 491 l 1\n 213 538 l 1\n 280 617 l 1\n 174 744 l 1\n 174 -103 l 1\n 146 -103 l 1\n 146 788 l 1\n 174 788 l 1\n 300 640 l 1\n 426 788 l 1\n 454 788 l 1\n 454 -103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16D8\nEncoding: 5848 5848 1101\nWidth: 600\nFlags: HW\nVStem: 51 28<776 788> 288 27<-103 494 526 788> 521 28<776 788>\nFore\n549 788 m 1\n 549 637 450 504 315 494 c 1\n 315 -103 l 1\n 288 -103 l 1\n 288 494 l 1\n 151.262 500.215 51 633.481 51 788 c 1\n 79 788 l 1\n 79 651.403 163.659 534.43 288 526 c 1\n 288 788 l 1\n 315 788 l 1\n 315 526 l 1\n 436 537 521 655 521 788 c 1\n 549 788 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16D9\nEncoding: 5849 5849 1102\nWidth: 600\nFlags: HW\nVStem: 286 28<-103 677>\nFore\n348 732 m 0\n 348 703 336 685 314 677 c 1\n 314 -103 l 1\n 286 -103 l 1\n 286 677 l 1\n 264 685 252 703 252 732 c 0\n 252 762 272 788 301 788 c 0\n 329 788 348 761 348 732 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni16DA\nEncoding: 5850 5850 1103\nWidth: 600\nFlags: HW\nVStem: 214 27<-103 744>\nDStem: 241 744 241 788 386 572 386 619\nFore\n386 572 m 1\n 241 744 l 1\n 241 -103 l 1\n 214 -103 l 1\n 214 788 l 1\n 241 788 l 1\n 386 619 l 1\n 386 572 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16DB\nEncoding: 5851 5851 1104\nWidth: 600\nFlags: HW\nVStem: 235 27<-103 246 371 744>\nDStem: 262 744 262 788 407 572 407 619\nFore\n407 572 m 1\n 262 744 l 1\n 262 372 l 1\n 290 364 304 343 304 309 c 0\n 304 275 290 253 262 246 c 1\n 262 -103 l 1\n 235 -103 l 1\n 235 246 l 1\n 207 253 193 275 193 309 c 0\n 193 343 207 364 235 372 c 1\n 235 788 l 1\n 262 788 l 1\n 407 619 l 1\n 407 572 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16DC\nEncoding: 5852 5852 1105\nWidth: 600\nFlags: HW\nDStem: 105 389 145 389 300 159 300 206 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 300 571 300 618 455 388 495 389 300 618 300 571 105 389 145 389 455 388 495 389 300 206 300 159\nFore\n495 389 m 1\n 300 159 l 1\n 105 389 l 1\n 300 618 l 1\n 495 389 l 1\n455 388 m 1\n 300 571 l 1\n 145 389 l 1\n 300 206 l 1\n 455 388 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16DD\nEncoding: 5853 5853 1106\nWidth: 600\nFlags: HW\nDStem: 88 343 127 343 280 116 300 139 96 788 135 789 280 570 300 594 280 570 300 547 88 343 127 343 280 116 300 92 95 -103 135 -103 300 547 320 570 473 343 512 343 300 92 320 116 465 -103 505 -103 465 789 504 788 300 594 320 570 473 343 512 343 300 139 320 116\nFore\n512 343 m 1\n 320 116 l 1\n 505 -103 l 1\n 465 -103 l 1\n 300 92 l 1\n 135 -103 l 1\n 95 -103 l 1\n 280 116 l 1\n 88 343 l 1\n 280 570 l 1\n 96 788 l 1\n 135 789 l 1\n 300 594 l 1\n 465 789 l 1\n 504 788 l 1\n 320 570 l 1\n 512 343 l 1\n473 343 m 1\n 300 547 l 1\n 127 343 l 1\n 300 139 l 1\n 473 343 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16DE\nEncoding: 5854 5854 1107\nWidth: 600\nFlags: HW\nVStem: 18 28<-57 742> 554 28<-57 742>\nDStem: 46 742 50 788 285 343 300 369 285 343 300 316 46 -57 50 -103 300 316 316 343 550 -103 554 -57 550 788 554 742 300 369 316 343\nFore\n582 -103 m 1\n 550 -103 l 1\n 300 316 l 1\n 50 -103 l 1\n 18 -103 l 1\n 18 788 l 1\n 50 788 l 1\n 300 369 l 1\n 550 788 l 1\n 582 788 l 1\n 582 -103 l 1\n554 -57 m 1\n 554 742 l 1\n 316 343 l 1\n 554 -57 l 1\n285 343 m 1\n 46 742 l 1\n 46 -57 l 1\n 285 343 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16DF\nEncoding: 5855 5855 1108\nWidth: 600\nFlags: HW\nHStem: -4 21G<456 495> 1 21G<106 145>\nDStem: 105 410 145 410 279 205 300 227 279 205 298 182 106 1 145 1 298 182 319 202 456 -4 495 -4 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 300 592 300 639 455 409 495 410 300 639 300 592 105 410 145 410 455 409 495 410 300 227 319 202\nFore\n495 410 m 1\n 319 202 l 1\n 495 -4 l 1\n 456 -4 l 1\n 298 182 l 1\n 145 1 l 1\n 106 1 l 1\n 279 205 l 1\n 105 410 l 1\n 300 639 l 1\n 495 410 l 1\n455 409 m 1\n 300 592 l 1\n 145 410 l 1\n 300 227 l 1\n 455 409 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16E0\nEncoding: 5856 5856 1109\nWidth: 600\nFlags: HW\nVStem: 287 27<-103 740>\nDStem: 27 737 28 783 155 586 155 633 287 788 287 741 155 633 155 586 314 741 314 788 445 586 446 633 573 783 573 736 446 633 445 586\nFore\n573 783 m 1\n 573 736 l 1\n 445 586 l 1\n 314 741 l 1\n 314 -103 l 1\n 287 -103 l 1\n 287 741 l 1\n 155 586 l 1\n 27 737 l 1\n 28 783 l 1\n 155 633 l 1\n 287 788 l 1\n 314 788 l 1\n 446 633 l 1\n 573 783 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16E1\nEncoding: 5857 5857 1110\nWidth: 600\nFlags: HW\nVStem: 286 28<-103 425 503 788>\nDStem: 77 705 116 705 281 464 286 503 281 464 286 425 79 226 118 226 314 425 319 464 482 226 522 226 484 705 523 703 314 503 319 464\nFore\n523 703 m 1\n 319 464 l 1\n 522 226 l 1\n 482 226 l 1\n 314 425 l 1\n 314 -103 l 1\n 286 -103 l 1\n 286 425 l 1\n 118 226 l 1\n 79 226 l 1\n 281 464 l 1\n 77 705 l 1\n 116 705 l 1\n 286 503 l 1\n 286 788 l 1\n 314 788 l 1\n 314 503 l 1\n 484 705 l 1\n 523 703 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16E2\nEncoding: 5858 5858 1111\nWidth: 600\nFlags: HW\nVStem: 286 28<-56 741>\nDStem: 154 52 154 99 286 -103 286 -56 154 99 154 52 28 -51 28 -98 154 52 154 99 286 -103 286 -56 154 99 154 52 28 -51 28 -98 154 52 154 99 286 -103 286 -56 154 99 154 52 28 -51 28 -98 154 52 154 99 286 -103 286 -56 154 99 154 52 28 -51 28 -98 154 52 154 99 286 -103 286 -56 154 99 154 52 28 -51 28 -98 154 52 154 99 286 -103 286 -56 154 99 154 52 28 -51 28 -98 154 52 154 99 286 -103 286 -56 154 99 154 52 28 -51 28 -98 154 52 154 99 286 -103 286 -56 154 99 154 52 28 -51 28 -98 154 52 154 99 286 -103 286 -56 154 99 154 52 28 -51 28 -98 154 52 154 99 286 -103 286 -56 314 741 314 788 446 586 446 633 572 783 572 736 446 633 446 586\nFore\n572 783 m 1\n 572 736 l 1\n 446 586 l 1\n 314 741 l 1\n 314 -103 l 1\n 286 -103 l 1\n 154 52 l 1\n 28 -98 l 1\n 28 -51 l 1\n 154 99 l 1\n 286 -56 l 1\n 286 788 l 1\n 314 788 l 1\n 446 633 l 1\n 572 783 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16E3\nEncoding: 5859 5859 1112\nWidth: 600\nFlags: HW\nVStem: 269 27<-103 105 152 788>\nDStem: 269 152 269 105 159 22 159 -23 296 107 296 153 441 -65 441 -18\nFore\n441 -65 m 1\n 296 107 l 1\n 296 -103 l 1\n 269 -103 l 1\n 269 105 l 1\n 159 -23 l 1\n 159 22 l 1\n 269 152 l 1\n 269 788 l 1\n 296 788 l 1\n 296 153 l 1\n 441 -18 l 1\n 441 -65 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16E4\nEncoding: 5860 5860 1113\nWidth: 600\nFlags: HW\nVStem: 286 27<-103 57 103 291 394 565 611 788>\nDStem: 18 788 50 788 190 499 209 521 50 334 90 334 184 175 201 203 184 175 203 153 18 -103 50 -103 190 499 206 472 50 334 90 334 203 153 220 181 286 57 286 103 206 472 225 494 285 343 286 394 285 343 286 291 201 203 220 181 286 612 286 565 209 521 225 494 313 565 313 612 375 494 390 521 313 294 316 343 380 182 399 204 375 494 394 472 313 391 316 343 380 182 396 155 313 103 313 57 394 472 409 499 509 334 549 334 396 155 414 177 550 -103 582 -103 509 334 549 334 399 204 414 177 550 788 582 788 390 521 409 499\nFore\n582 -103 m 1\n 550 -103 l 1\n 396 155 l 1\n 313 57 l 1\n 313 -103 l 1\n 286 -103 l 1\n 286 57 l 1\n 203 153 l 1\n 50 -103 l 1\n 18 -103 l 1\n 184 175 l 1\n 50 334 l 1\n 190 499 l 1\n 18 788 l 1\n 50 788 l 1\n 209 521 l 1\n 286 612 l 1\n 286 788 l 1\n 313 788 l 1\n 313 612 l 1\n 390 521 l 1\n 550 788 l 1\n 582 788 l 1\n 409 499 l 1\n 549 334 l 1\n 414 177 l 1\n 582 -103 l 1\n375 494 m 1\n 313 565 l 1\n 313 391 l 1\n 375 494 l 1\n509 334 m 1\n 394 472 l 1\n 316 343 l 1\n 399 204 l 1\n 509 334 l 1\n286 394 m 1\n 286 565 l 1\n 225 494 l 1\n 286 394 l 1\n380 182 m 1\n 313 294 l 1\n 313 103 l 1\n 380 182 l 1\n285 343 m 1\n 206 472 l 1\n 90 334 l 1\n 201 203 l 1\n 285 343 l 1\n286 103 m 1\n 286 291 l 1\n 220 181 l 1\n 286 103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16E5\nEncoding: 5861 5861 1114\nWidth: 600\nFlags: HW\nVStem: 146 28<-59 194 239 445 491 744> 426 28<-59 194 239 445 491 744>\nDStem: 174 744 174 788 280 617 300 640 174 194 174 240 280 68 300 91 280 617 300 594 174 491 174 445 280 68 300 45 174 -59 174 -103 300 594 320 617 426 445 426 491 300 45 320 68 426 -103 426 -59 426 788 426 744 300 640 320 617 426 240 426 194 300 91 320 68\nFore\n454 -103 m 1\n 426 -103 l 1\n 300 45 l 1\n 174 -103 l 1\n 146 -103 l 1\n 146 788 l 1\n 174 788 l 1\n 300 640 l 1\n 426 788 l 1\n 454 788 l 1\n 454 -103 l 1\n426 491 m 1\n 426 744 l 1\n 320 617 l 1\n 426 491 l 1\n280 617 m 1\n 174 744 l 1\n 174 491 l 1\n 280 617 l 1\n426 240 m 1\n 426 445 l 1\n 300 594 l 1\n 174 445 l 1\n 174 240 l 1\n 300 91 l 1\n 426 240 l 1\n426 -59 m 1\n 426 194 l 1\n 320 68 l 1\n 426 -59 l 1\n280 68 m 1\n 174 194 l 1\n 174 -59 l 1\n 280 68 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16E6\nEncoding: 5862 5862 1115\nWidth: 600\nFlags: HW\nVStem: 51 28<-100.875 -76.4102> 288 27<-103 159 190 788> 521 28<-100.875 -76.3532>\nFore\n549 -101 m 1\n 521 -101 l 1\n 521 33 433 147 315 159 c 1\n 315 -103 l 1\n 288 -103 l 1\n 288 159 l 1\n 164 151 79 30 79 -101 c 1\n 51 -101 l 1\n 51 -23 74 44 120 101 c 0\n 166 157 222 188 288 191 c 1\n 288 788 l 1\n 315 788 l 1\n 315 191 l 1\n 452 180 549 46 549 -101 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16E7\nEncoding: 5863 5863 1116\nWidth: 600\nFlags: HW\nVStem: 286 28<-53 400>\nFore\n314 -52 m 1\n 286 -53 l 1\n 286 400 l 1\n 314 400 l 1\n 314 -52 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16E8\nEncoding: 5864 5864 1117\nWidth: 600\nFlags: HW\nVStem: 284 28<-56 741>\nDStem: 174 30 174 75 284 -103 284 -56 284 788 284 741 174 655 174 610 312 744 312 788 426 608 426 655 426 77 426 30 312 -59 312 -103\nFore\n426 30 m 1\n 312 -103 l 1\n 284 -103 l 1\n 174 30 l 1\n 174 75 l 1\n 284 -56 l 1\n 284 741 l 1\n 174 610 l 1\n 174 655 l 1\n 284 788 l 1\n 312 788 l 1\n 426 655 l 1\n 426 608 l 1\n 312 744 l 1\n 312 -59 l 1\n 426 77 l 1\n 426 30 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16E9\nEncoding: 5865 5865 1118\nWidth: 600\nFlags: HW\nVStem: 404 27<-103 233 278 742>\nDStem: 169 510 208 510 404 233 404 278 404 788 404 742 169 510 208 510\nFore\n431 -103 m 1\n 404 -103 l 1\n 404 233 l 1\n 169 510 l 1\n 404 788 l 1\n 431 788 l 1\n 431 -103 l 1\n404 278 m 1\n 404 742 l 1\n 208 510 l 1\n 404 278 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16EA\nEncoding: 5866 5866 1119\nWidth: 600\nFlags: HW\nHStem: 13 32<306 396 423 514> 652 33<86 178 205 294>\nVStem: 178 27<284 652 685 789> 396 27<-103 13 45 464>\nDStem: 423 542 396 464 205 284 178 206\nFore\n514 13 m 1\n 423 13 l 1\n 423 -103 l 1\n 396 -103 l 1\n 396 13 l 1\n 306 13 l 1\n 306 45 l 1\n 396 45 l 1\n 396 464 l 1\n 178 206 l 1\n 178 652 l 1\n 86 652 l 1\n 86 685 l 1\n 178 685 l 1\n 178 789 l 1\n 205 789 l 1\n 205 685 l 1\n 294 685 l 1\n 294 652 l 1\n 205 652 l 1\n 205 284 l 1\n 423 542 l 1\n 423 45 l 1\n 514 45 l 1\n 514 13 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y13,15 y13,14 y1,3 y1,2 x4,6 x4,5 x1,23 x1,0 x16,18 x16,17 x10,12 x10,11 \nEndChar\nStartChar: uni16EB\nEncoding: 5867 5867 1120\nWidth: 600\nFlags: HW\nFore\n363 406 m 0\n 363 367 337 332 300 332 c 0\n 262 332 237 367 237 406 c 0\n 237 445 263 480 300 480 c 0\n 338 480 363 445 363 406 c 0\nEndSplineSet\nEndChar\nStartChar: uni16EC\nEncoding: 5868 5868 1121\nWidth: 600\nFlags: HW\nRef: 5867 5867 N 1 0 0 1 0 -200\nRef: 5867 5867 N 1 0 0 1 0 57\nEndChar\nStartChar: uni16ED\nEncoding: 5869 5869 1122\nWidth: 600\nFlags: HW\nFore\n434 312 m 1\n 323 332 l 1\n 339 201 l 1\n 261 201 l 1\n 277 332 l 1\n 166 312 l 1\n 166 405 l 1\n 277 385 l 1\n 261 516 l 1\n 339 516 l 1\n 323 385 l 1\n 434 405 l 1\n 434 312 l 1\nEndSplineSet\nEndChar\nStartChar: uni16EE\nEncoding: 5870 5870 1123\nWidth: 600\nFlags: HW\nVStem: 300 28<-103 370 416 742>\nDStem: 300 417 300 370 118 203 157 203 328 742 328 788 482 560 482 607\nFore\n482 560 m 1\n 328 742 l 1\n 328 -103 l 1\n 300 -103 l 1\n 300 370 l 1\n 157 203 l 1\n 118 203 l 1\n 300 417 l 1\n 300 788 l 1\n 328 788 l 1\n 482 607 l 1\n 482 560 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16EF\nEncoding: 5871 5871 1124\nWidth: 600\nFlags: HW\nVStem: 51 28<-100.875 -76.4102 776 788> 288 27<-103 159 190 494 526 788> 521 28<-100.875 -76.3532 776 788>\nFore\n549 -101 m 1\n 521 -101 l 1\n 521 33 433 147 315 159 c 1\n 315 -103 l 1\n 288 -103 l 1\n 288 159 l 1\n 164 151 79 30 79 -101 c 1\n 51 -101 l 1\n 51 -23 74 44 120 101 c 0\n 166 157 222 188 288 191 c 1\n 288 494 l 1\n 151.262 500.215 51 633.481 51 788 c 1\n 79 788 l 1\n 79 651.403 163.659 534.43 288 526 c 1\n 288 788 l 1\n 315 788 l 1\n 315 526 l 1\n 436 537 521 655 521 788 c 1\n 549 788 l 1\n 549 637 450 504 315 494 c 1\n 315 191 l 1\n 452 180 549 46 549 -101 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni16F0\nEncoding: 5872 5872 1125\nWidth: 600\nFlags: HW\nVStem: 90 27<328 362> 286 27<-103 68 100 590 622 788> 483 27<328 362>\nFore\n510 346 m 0\n 510 272 491 208 453 155 c 0\n 415 101 368 72 313 68 c 1\n 313 -103 l 1\n 286 -103 l 1\n 286 68 l 1\n 165 77 90 212 90 346 c 0\n 90 419 109 482 147 536 c 0\n 184 589 231 618 286 623 c 1\n 286 788 l 1\n 313 788 l 1\n 313 623 l 1\n 434 613 510 479 510 346 c 0\n483 346 m 0\n 483 410 466 465 433 512 c 0\n 400 559 360 585 313 590 c 1\n 313 100 l 1\n 417 111 483 228 483 346 c 0\n286 100 m 1\n 286 590 l 1\n 183 579 117 463 117 346 c 0\n 117 227 185 111 286 100 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1E00\nEncoding: 7680 7680 1126\nWidth: 600\nFlags: H\nHStem: -221 33<283.5 316.5> -73 33<283.5 316.5> 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nVStem: 207 33<-146 -114.5> 360 33<-146.5 -115>\nRef: 730 730 N 1 0 0 1 0 -701\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E01\nEncoding: 7681 7681 1127\nWidth: 600\nFlags: H\nHStem: -237 33<290 323> -89 33<290 323> -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 214 33<-162 -130.5> 366 33<-162.5 -131> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 730 730 N 1 0 0 1 6 -717\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E02\nEncoding: 7682 7682 1128\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 373 373 376> 272 41<165 312 312 314> 522 41<70 124 165 165 165 328 328 329>\nVStem: 124 41<41 272 313 522> 458 41<392.5 448> 500 41<122 171>\nRef: 729 729 N 1 0 0 1 -8 92\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E03\nEncoding: 7683 7683 1129\nWidth: 600\nFlags: H\nHStem: -16 41<287.5 370.5> 0 41<49 103> 390 41<287 372> 563 41<49 103>\nVStem: 22 122<14 27.5 577 590.5> 103 41<41 88 157.5 258.5 328 563 563 563> 500 41<156 257>\nRef: 729 729 N 1 0 0 1 -18 133\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E04\nEncoding: 7684 7684 1130\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 373 373 376> 272 41<165 312 312 314> 522 41<70 124 165 165 165 328 328 329>\nVStem: 124 41<41 272 313 522> 458 41<392.5 448> 500 41<122 171>\nRef: 729 729 N 1 0 0 1 -8 -644\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E05\nEncoding: 7685 7685 1131\nWidth: 600\nFlags: H\nHStem: -16 41<287.5 370.5> 0 41<49 103> 390 41<287 372> 563 41<49 103>\nVStem: 22 122<14 27.5 577 590.5> 103 41<41 88 157.5 258.5 328 563 563 563> 500 41<156 257>\nRef: 729 729 N 1 0 0 1 -18 -660\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E06\nEncoding: 7686 7686 1132\nWidth: 600\nFlags: H\nHStem: -67 40<174 410> 0 41<70 124 165 373 373 376> 272 41<165 312 312 314> 522 41<70 124 165 165 165 328 328 329>\nVStem: 124 41<41 272 313 522> 458 41<392.5 448> 500 41<122 171>\nRef: 175 175 N 1 0 0 1 -8 -603\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E07\nEncoding: 7687 7687 1133\nWidth: 600\nFlags: H\nHStem: -83 40<163.5 399.5> -16 41<287.5 370.5> 0 41<49 103> 390 41<287 372> 563 41<49 103>\nVStem: 22 122<14 27.5 577 590.5> 103 41<41 88 157.5 258.5 328 563 563 563> 500 41<156 257>\nRef: 175 175 N 1 0 0 1 -18 -619\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E08\nEncoding: 7688 7688 1134\nWidth: 600\nFlags: H\nHStem: -173 38<293.5 314> -16 41<317 317 317 330> 397 20 535 41<271.5 338> 543 20<492 505.5>\nVStem: 63 41<242 248 248 319> 279 38<-47 -16> 345 37<-114.5 -97.5> 478 41<507 536>\nRef: 180 180 N 1 0 0 1 -64 113\nRef: 199 199 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E09\nEncoding: 7689 7689 1135\nWidth: 600\nFlags: H\nHStem: -173 38<291.5 312> 390 41<256 345> 397 20<484 497.5>\nVStem: 84 41<167.5 260> 277 38<-47 -16> 343 37<-114.5 -97.5> 470 41<376 389>\nRef: 180 180 N 1 0 0 1 -53 -33\nRef: 231 231 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0A\nEncoding: 7690 7690 1136\nWidth: 600\nFlags: H\nHStem: 0 41<70 104 145 290> 522 41<70 104 145 145 145 288>\nVStem: 104 41<41 522> 479 41<245 254 254 310>\nRef: 729 729 N 1 0 0 1 -18 92\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0B\nEncoding: 7691 7691 1137\nWidth: 600\nFlags: H\nHStem: -16 41<233 316.5> 0 41<502 556> 390 41<232.5 316.5> 563 41<407 461>\nVStem: 63 41<157 258.5> 461 41<41 89 89 89 156 258 327 563 563 563> 461 122<14 27.5>\nRef: 729 729 N 1 0 0 1 23 133\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0C\nEncoding: 7692 7692 1138\nWidth: 600\nFlags: H\nHStem: 0 41<70 104 145 290> 522 41<70 104 145 145 145 288>\nVStem: 104 41<41 522> 479 41<245 254 254 310>\nRef: 729 729 N 1 0 0 1 -18 -644\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0D\nEncoding: 7693 7693 1139\nWidth: 600\nFlags: H\nHStem: -16 41<233 316.5> 0 41<502 556> 390 41<232.5 316.5> 563 41<407 461>\nVStem: 63 41<157 258.5> 461 41<41 89 89 89 156 258 327 563 563 563> 461 122<14 27.5>\nRef: 729 729 N 1 0 0 1 23 -660\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0E\nEncoding: 7694 7694 1140\nWidth: 600\nFlags: H\nHStem: -67 40<163.5 399.5> 0 41<70 104 145 290> 522 41<70 104 145 145 145 288>\nVStem: 104 41<41 522> 479 41<245 254 254 310>\nRef: 175 175 N 1 0 0 1 -18 -603\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0F\nEncoding: 7695 7695 1141\nWidth: 600\nFlags: H\nHStem: -83 40<205 441> -16 41<233 316.5> 0 41<502 556> 390 41<232.5 316.5> 563 41<407 461>\nVStem: 63 41<157 258.5> 461 41<41 89 89 89 156 258 327 563 563 563> 461 122<14 27.5>\nRef: 175 175 N 1 0 0 1 23 -619\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E10\nEncoding: 7696 7696 1142\nWidth: 600\nFlags: H\nHStem: -173 38<277 297.5> -81 81<262.5 282.5> 0 41<70 104 145 290> 522 41<70 104 145 145 145 288>\nVStem: 104 41<41 522> 262 38<-47 0> 328 37<-114.5 -97.5> 479 41<245 254 254 310>\nRef: 184 184 N 1 0 0 1 -12 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E11\nEncoding: 7697 7697 1143\nWidth: 600\nFlags: H\nHStem: -189 38<318.5 339> -97 81<304 324> -16 41<233 316.5> 0 41<502 556> 390 41<232.5 316.5> 563 41<407 461>\nVStem: 63 41<157 258.5> 304 38<-63 -16> 370 37<-130.5 -113.5> 461 41<41 89 89 89 156 258 327 563 563 563> 461 122<14 27.5>\nRef: 184 184 N 1 0 0 1 30 -16\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E12\nEncoding: 7698 7698 1144\nWidth: 600\nFlags: H\nHStem: 0 41<70 104 145 290> 522 41<70 104 145 145 145 288>\nVStem: 104 41<41 522> 479 41<245 254 254 310>\nRef: 710 710 N 1 0 0 1 -18 -679\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E13\nEncoding: 7699 7699 1145\nWidth: 600\nFlags: H\nHStem: -16 41<233 316.5> 0 41<502 556> 390 41<232.5 316.5> 563 41<407 461>\nVStem: 63 41<157 258.5> 461 41<41 89 89 89 156 258 327 563 563 563> 461 122<14 27.5>\nRef: 710 710 N 1 0 0 1 23 -695\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E14\nEncoding: 7700 7700 1146\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458> 686 40<182 418>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 96 96 N 1 0 0 1 44 276\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E15\nEncoding: 7701 7701 1147\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339> 536 40<182 418>\nRef: 96 96 N 1 0 0 1 54 113\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E16\nEncoding: 7702 7702 1148\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458> 686 40<182 418>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 180 180 N 1 0 0 1 -81 276\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E17\nEncoding: 7703 7703 1149\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339> 536 40<182 418>\nRef: 180 180 N 1 0 0 1 -71 113\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E18\nEncoding: 7704 7704 1150\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 710 710 N 1 0 0 1 -18 -679\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E19\nEncoding: 7705 7705 1151\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nRef: 710 710 N 1 0 0 1 -8 -695\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1A\nEncoding: 7706 7706 1152\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479 211.5 227.5 337 352> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 732 732 N 1 0 0 1 -18 -644\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1B\nEncoding: 7707 7707 1153\nWidth: 600\nFlags: H\nHStem: -16 41<221.5 237.5 252 337 347 362> 199 41<104 478> 390 41<242.5 339>\nRef: 732 732 N 1 0 0 1 -8 -660\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1C\nEncoding: 7708 7708 1154\nWidth: 600\nFlags: H\nHStem: -173 38<277 297.5> -81 81<262.5 282.5> 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458> 603 41<253.5 309.5>\nVStem: 124 41<41 272 313 522> 262 38<-47 0> 310 41<227 272 272 272 313 358> 328 37<-114.5 -97.5> 458 41<424 522 522 522> 479 41<41 160>\nRef: 728 728 N 1 0 0 1 -18 113\nRef: 552 552 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1D\nEncoding: 7709 7709 1155\nWidth: 600\nFlags: H\nHStem: -189 38<287 307.5> -97 81<272.5 292.5> -16 41<252 337> 199 41<104 478> 390 41<242.5 339> 457 41<263.5 319.5>\nVStem: 272 38<-63 -16> 338 37<-130.5 -113.5>\nRef: 728 728 N 1 0 0 1 -8 -33\nRef: 553 553 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1E\nEncoding: 7710 7710 1156\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 303> 272 41<165 310> 397 20 522 41<70 124 165 165 165 479>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 479 41<424 522 522 522>\nRef: 729 729 N 1 0 0 1 -18 92\nRef: 70 70 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1F\nEncoding: 7711 7711 1157\nWidth: 600\nFlags: H\nHStem: 0 41<132 230 271 449> 376 41<142 230 271 460> 563 41<349 393>\nVStem: 230 41<41 376 417 478>\nRef: 729 729 N 1 0 0 1 23 133\nRef: 102 102 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E20\nEncoding: 7712 7712 1158\nWidth: 600\nFlags: H\nHStem: -16 41<264 362> 209 41<340 479 520 534 520 520> 398 20<493.5 506.5> 535 41<287 346> 543 20<493 507> 603 40<194.5 430.5>\nVStem: 63 41<244 317> 479 41<59 209 522 536>\nRef: 175 175 N 1 0 0 1 12 67\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E21\nEncoding: 7713 7713 1159\nWidth: 600\nFlags: H\nHStem: -186 41<202 316> 10 41<225.5 305> 376 41<481 535 481 481> 390 41<225 305.5> 457 40<194.5 430.5>\nVStem: 63 41<173.5 268> 440 41<-22 107 107 107 172.5 267.5 334 376> 440 122<390 403.5>\nRef: 175 175 N 1 0 0 1 12 -79\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E22\nEncoding: 7714 7714 1160\nWidth: 600\nFlags: H\nHStem: 0 41<81 126 167 221 383 437 478 524> 272 41<167 437> 522 41<101 126 167 167 167 221 383 437 478 478 478 503>\nVStem: 126 41<41 272 313 522> 437 41<41 272 272 272 313 522>\nRef: 729 729 N 1 0 0 1 2 92\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E23\nEncoding: 7715 7715 1161\nWidth: 600\nFlags: H\nHStem: 0 41<78 124 165 210 392 437 478 523> 390 41<288.5 334> 563 41<70 124>\nVStem: 124 41<41 296 347 563 563 563> 437 41<41 288 288 291>\nRef: 729 729 N 1 0 0 1 -3 133\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E24\nEncoding: 7716 7716 1162\nWidth: 600\nFlags: H\nHStem: 0 41<81 126 167 221 383 437 478 524> 272 41<167 437> 522 41<101 126 167 167 167 221 383 437 478 478 478 503>\nVStem: 126 41<41 272 313 522> 437 41<41 272 272 272 313 522>\nRef: 729 729 N 1 0 0 1 2 -644\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E25\nEncoding: 7717 7717 1163\nWidth: 600\nFlags: H\nHStem: 0 41<78 124 165 210 392 437 478 523> 390 41<288.5 334> 563 41<70 124>\nVStem: 124 41<41 296 347 563 563 563> 437 41<41 288 288 291>\nRef: 729 729 N 1 0 0 1 -3 -644\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E26\nEncoding: 7718 7718 1164\nWidth: 600\nFlags: H\nHStem: 0 41<81 126 167 221 383 437 478 524> 272 41<167 437> 522 41<101 126 167 167 167 221 383 437 478 478 478 503>\nVStem: 126 41<41 272 313 522> 142 100<639.5 666> 362 100<639.5 666> 437 41<41 272 272 272 313 522>\nRef: 168 168 N 1 0 0 1 2 92\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E27\nEncoding: 7719 7719 1165\nWidth: 600\nFlags: H\nHStem: 0 41<78 124 165 210 392 437 478 523> 390 41<288.5 334> 563 41<70 124>\nVStem: 124 41<41 296 347 563 563 563> 136 100<680.5 707> 358 100<680.5 707> 437 41<41 288 288 291>\nRef: 168 168 N 1 0 0 1 -3.5 153\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E28\nEncoding: 7720 7720 1166\nWidth: 600\nFlags: H\nHStem: -173 38<142.5 163> -81 81<128 148> 0 41<81 126 167 221 383 437 478 524> 272 41<167 437> 522 41<101 126 167 167 167 221 383 437 478 478 478 503>\nVStem: 126 41<41 272 313 522> 128 38<-47 0> 194 37<-114.5 -97.5> 437 41<41 272 272 272 313 522>\nRef: 184 184 N 1 0 0 1 -146 0\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E29\nEncoding: 7721 7721 1167\nWidth: 600\nFlags: H\nHStem: -173 38<140.5 161> -81 81<126 146> 0 41<78 124 165 210 392 437 478 523> 390 41<288.5 334> 563 41<70 124>\nVStem: 124 41<41 296 347 563 563 563> 126 38<-47 0> 192 37<-114.5 -97.5> 437 41<41 288 288 291>\nRef: 184 184 N 1 0 0 1 -148 0\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2A\nEncoding: 7722 7722 1168\nWidth: 600\nFlags: H\nHStem: 0 41<81 126 167 221 274 330 383 437 478 524> 272 41<167 437> 522 41<101 126 167 167 167 221 383 437 478 478 478 503>\nVStem: 126 41<41 272 313 522> 437 41<41 272 272 272 313 522>\nRef: 728 728 N 1 0 0 1 2 -644\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2B\nEncoding: 7723 7723 1169\nWidth: 600\nFlags: H\nHStem: 0 41<78 124 165 210 269 325 392 437 478 523> 390 41<288.5 334> 563 41<70 124>\nVStem: 124 41<41 296 347 563 563 563> 437 41<41 288 288 291>\nRef: 728 728 N 1 0 0 1 -3 -644\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2C\nEncoding: 7724 7724 1170\nWidth: 600\nFlags: H\nHStem: 0 41<140 279 230 246 320 459 355.5 370.5> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522>\nRef: 732 732 N 1 0 0 1 0 -644\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2D\nEncoding: 7725 7725 1171\nWidth: 600\nFlags: H\nHStem: 0 41<119 279 230 246 320 480 355.5 370.5> 376 41<161 279> 520 104<259 318>\nVStem: 259 59<520 624> 279 41<41 376 376 376>\nRef: 732 732 N 1 0 0 1 0 -644\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2E\nEncoding: 7726 7726 1172\nWidth: 600\nFlags: H\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320> 661 100<175.5 202.5 397.5 424.5>\nVStem: 139 100<697.5 724> 279 41<41 522> 361 100<697.5 724>\nRef: 180 180 N 1 0 0 1 -62 311\nRef: 207 207 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2F\nEncoding: 7727 7727 1173\nWidth: 600\nFlags: H\nHStem: 0 41<119 279 320 480> 376 41<161 279> 511 100<162.5 189.5 384.5 411.5>\nVStem: 126 100<547.5 574> 279 41<41 376 376 376> 348 100<547.5 574>\nRef: 180 180 N 1 0 0 1 -62 154\nRef: 239 239 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E30\nEncoding: 7728 7728 1174\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 240 489 545> 522 41<70 124 165 165 165 240 400 445 502 502 502 518>\nVStem: 124 41<41 221 273 522>\nRef: 180 180 N 1 0 0 1 -55 113\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E31\nEncoding: 7729 7729 1175\nWidth: 600\nFlags: H\nHStem: 0 41<90 144 383 411 469 514> 376 41<336 358 419 419 419 466> 563 41<90 144>\nVStem: 63 122<14 27.5 577 590.5> 144 41<41 180 229 563 563 563>\nRef: 180 180 N 1 0 0 1 -60 154\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E32\nEncoding: 7730 7730 1176\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 240 489 545> 522 41<70 124 165 165 165 240 400 445 502 502 502 518>\nVStem: 124 41<41 221 273 522>\nRef: 729 729 N 1 0 0 1 8 -644\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E33\nEncoding: 7731 7731 1177\nWidth: 600\nFlags: H\nHStem: 0 41<90 144 383 411 469 514> 376 41<336 358 419 419 419 466> 563 41<90 144>\nVStem: 63 122<14 27.5 577 590.5> 144 41<41 180 229 563 563 563>\nRef: 729 729 N 1 0 0 1 2 -644\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E34\nEncoding: 7732 7732 1178\nWidth: 600\nFlags: H\nHStem: -67 40<189.5 425.5> 0 41<70 124 165 240 489 545> 522 41<70 124 165 165 165 240 400 445 502 502 502 518>\nVStem: 124 41<41 221 273 522>\nRef: 175 175 N 1 0 0 1 8 -603\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E35\nEncoding: 7733 7733 1179\nWidth: 600\nFlags: H\nHStem: -67 40<184 420> 0 41<90 144 383 411 469 514> 376 41<336 358 419 419 419 466> 563 41<90 144>\nVStem: 63 122<14 27.5 577 590.5> 144 41<41 180 229 563 563 563>\nRef: 175 175 N 1 0 0 1 2 -603\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E36\nEncoding: 7734 7734 1180\nWidth: 600\nHStem: -53 20<288.5 316> 0 41<90 186 227 500> 522 41<90 186 227 323 227 227>\nVStem: 186 41<41 522> 500 41<41 201>\nRef: 729 729 N 1 0 0 1 2 -644\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E37\nEncoding: 7735 7735 1181\nWidth: 600\nFlags: H\nHStem: 0 41<119 279 320 480> 563 41<162 279>\nVStem: 279 41<41 563 563 563>\nRef: 729 729 N 1 0 0 1 0 -644\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E38\nEncoding: 7736 7736 1182\nWidth: 600\nFlags: H\nHStem: 0 41<90 186 227 500> 522 41<90 186 227 323 227 227> 603 40<184 420>\nVStem: 186 41<41 522> 500 41<41 201>\nRef: 175 175 N 1 0 0 1 -94 100\nRef: 7734 7734 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E39\nEncoding: 7737 7737 1183\nWidth: 600\nFlags: H\nHStem: 0 41<119 279 320 480> 563 41<162 279> 644 40<182 418>\nVStem: 279 41<41 563 563 563>\nRef: 175 175 N 1 0 0 1 -59 128\nRef: 7735 7735 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3A\nEncoding: 7738 7738 1184\nWidth: 600\nFlags: H\nHStem: -67 40<184 420> 0 41<90 186 227 500> 522 41<90 186 227 323 227 227>\nVStem: 186 41<41 522> 500 41<41 201>\nRef: 175 175 N 1 0 0 1 15.5 -636\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3B\nEncoding: 7739 7739 1185\nWidth: 600\nFlags: H\nHStem: -67 40<182 418> 0 41<119 279 320 480> 563 41<162 279>\nVStem: 279 41<41 563 563 563>\nRef: 175 175 N 1 0 0 1 -0.5 -636\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3C\nEncoding: 7740 7740 1186\nWidth: 600\nFlags: H\nHStem: 0 41<90 186 227 500> 522 41<90 186 227 323 227 227>\nVStem: 186 41<41 522> 500 41<41 201>\nRef: 710 710 N 1 0 0 1 2 -679\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3D\nEncoding: 7741 7741 1187\nWidth: 600\nFlags: H\nHStem: 0 41<119 279 320 480> 563 41<162 279>\nVStem: 279 41<41 563 563 563>\nRef: 710 710 N 1 0 0 1 0 -679\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3E\nEncoding: 7742 7742 1188\nWidth: 600\nFlags: H\nHStem: 0 41<38 72 113 187 417 491 532 566> 522 41<47 72 113 121 113 113 483 483 483 491 532 532 532 557>\nVStem: 72 41<41 522> 491 41<41 522>\nRef: 180 180 N 1 0 0 1 -60 113\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3F\nEncoding: 7743 7743 1189\nWidth: 600\nFlags: H\nHStem: 0 41<38 72 112 146 322 356 532 566> 376 41<38 72> 390 41<199.5 234 408 443.5>\nVStem: 11 101<390 403.5> 72 40<41 308 365 376 376 376> 282 40<41 308> 492 40<41 319 319 323>\nRef: 180 180 N 1 0 0 1 -60 -33\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E40\nEncoding: 7744 7744 1190\nWidth: 600\nFlags: H\nHStem: 0 41<38 72 113 187 417 491 532 566> 522 41<47 72 113 121 113 113 483 483 483 491 532 532 532 557>\nVStem: 72 41<41 522> 491 41<41 522>\nRef: 729 729 N 1 0 0 1 2 92\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E41\nEncoding: 7745 7745 1191\nWidth: 600\nFlags: H\nHStem: 0 41<38 72 112 146 322 356 532 566> 376 41<38 72> 390 41<199.5 234 408 443.5>\nVStem: 11 101<390 403.5> 72 40<41 308 365 376 376 376> 282 40<41 308> 492 40<41 319 319 323>\nRef: 729 729 N 1 0 0 1 2 -54\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E42\nEncoding: 7746 7746 1192\nWidth: 600\nFlags: H\nHStem: 0 41<38 72 113 187 417 491 532 566> 522 41<47 72 113 121 113 113 483 483 483 491 532 532 532 557>\nVStem: 72 41<41 522> 491 41<41 522>\nRef: 729 729 N 1 0 0 1 2 -644\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E43\nEncoding: 7747 7747 1193\nWidth: 600\nFlags: H\nHStem: 0 41<38 72 112 146 322 356 532 566> 376 41<38 72> 390 41<199.5 234 408 443.5>\nVStem: 11 101<390 403.5> 72 40<41 308 365 376 376 376> 282 40<41 308> 492 40<41 319 319 323>\nRef: 729 729 N 1 0 0 1 2 -644\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E44\nEncoding: 7748 7748 1194\nWidth: 600\nFlags: H\nHStem: 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535>\nVStem: 103 41<41 504> 460 41<59 522>\nRef: 729 729 N 1 0 0 1 -8 92\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E45\nEncoding: 7749 7749 1195\nWidth: 600\nFlags: H\nHStem: 0 41<81 126 167 212 405 439 480 514> 376 41<92 126> 390 41<300 338.5>\nVStem: 65 102<390 403.5> 126 41<41 294 348 376 376 376> 439 41<41 288 288 295>\nRef: 729 729 N 1 0 0 1 -3 -54\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E46\nEncoding: 7750 7750 1196\nWidth: 600\nFlags: H\nHStem: 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535>\nVStem: 103 41<41 504> 460 41<59 522>\nRef: 729 729 N 1 0 0 1 -8 -644\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E47\nEncoding: 7751 7751 1197\nWidth: 600\nFlags: H\nHStem: 0 41<81 126 167 212 405 439 480 514> 376 41<92 126> 390 41<300 338.5>\nVStem: 65 102<390 403.5> 126 41<41 294 348 376 376 376> 439 41<41 288 288 295>\nRef: 729 729 N 1 0 0 1 -3 -644\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E48\nEncoding: 7752 7752 1198\nWidth: 600\nFlags: H\nHStem: -67 40<174 410> 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535>\nVStem: 103 41<41 504> 460 41<59 522>\nRef: 175 175 N 1 0 0 1 -8 -603\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E49\nEncoding: 7753 7753 1199\nWidth: 600\nFlags: H\nHStem: -67 40<179 415> 0 41<81 126 167 212 405 439 480 514> 376 41<92 126> 390 41<300 338.5>\nVStem: 65 102<390 403.5> 126 41<41 294 348 376 376 376> 439 41<41 288 288 295>\nRef: 175 175 N 1 0 0 1 -3 -603\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4A\nEncoding: 7754 7754 1200\nWidth: 600\nFlags: H\nHStem: 0 41<69 103 144 219> 522 41<49 103 386 460 501 501 501 535>\nVStem: 103 41<41 504> 460 41<59 522>\nRef: 710 710 N 1 0 0 1 -8 -679\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4B\nEncoding: 7755 7755 1201\nWidth: 600\nFlags: H\nHStem: 0 41<81 126 167 212 405 439 480 514> 376 41<92 126> 390 41<300 338.5>\nVStem: 65 102<390 403.5> 126 41<41 294 348 376 376 376> 439 41<41 288 288 295>\nRef: 710 710 N 1 0 0 1 -3 -679\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4C\nEncoding: 7756 7756 1202\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 666 41<361.5 376.5> 714 41<236 252>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 180 180 N 1 0 0 1 -62 305\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4D\nEncoding: 7757 7757 1203\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 516 41<361.5 376.5> 564 41<236 252>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 180 180 N 1 0 0 1 -62 154\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4E\nEncoding: 7758 7758 1204\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 666 41<361.5 376.5> 714 41<236 252>\nVStem: 51 41<210 350> 140 100<831.5 858> 360 100<831.5 858> 508 41<208.5 349>\nRef: 168 168 N 1 0 0 1 -0 284\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4F\nEncoding: 7759 7759 1205\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 516 41<361.5 376.5> 564 41<236 252>\nVStem: 72 41<157 258.5> 140 100<680.5 707> 360 100<680.5 707> 487 41<155.5 257.5>\nRef: 168 168 N 1 0 0 1 -0 133\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E50\nEncoding: 7760 7760 1206\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 686 40<182 418>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 96 96 N 1 0 0 1 62 276\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E51\nEncoding: 7761 7761 1207\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 536 40<182 418>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 96 96 N 1 0 0 1 62 113\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E52\nEncoding: 7762 7762 1208\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 686 40<182 418>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 180 180 N 1 0 0 1 -62 276\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E53\nEncoding: 7763 7763 1209\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 536 40<182 418>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 180 180 N 1 0 0 1 -62 113\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E54\nEncoding: 7764 7764 1210\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 303> 231 41<165 296> 522 41<70 124 165 165 165 310 310 314>\nVStem: 124 41<41 231 272 522> 458 41<363.5 432>\nRef: 180 180 N 1 0 0 1 -92 113\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E55\nEncoding: 7765 7765 1211\nWidth: 600\nFlags: H\nHStem: -186 41<49 103 144 242> 10 41<284.5 371> 376 41<49 103> 390 41<285 372.5>\nVStem: 22 122<390 403.5> 103 41<-145 106 173.5 268 335 376 376 376> 500 41<172.5 267.5>\nRef: 180 180 N 1 0 0 1 -81 -33\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E56\nEncoding: 7766 7766 1212\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 303> 231 41<165 296> 522 41<70 124 165 165 165 310 310 314>\nVStem: 124 41<41 231 272 522> 458 41<363.5 432>\nRef: 729 729 N 1 0 0 1 -29 92\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E57\nEncoding: 7767 7767 1213\nWidth: 600\nFlags: H\nHStem: -186 41<49 103 144 242> 10 41<284.5 371> 376 41<49 103> 390 41<285 372.5>\nVStem: 22 122<390 403.5> 103 41<-145 106 173.5 268 335 376 376 376> 500 41<172.5 267.5>\nRef: 729 729 N 1 0 0 1 -18 -54\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E58\nEncoding: 7768 7768 1214\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 240 531 562> 251 41<165 279 279 297> 522 41<70 124 165 165 165 318>\nVStem: 124 41<41 251 292 522> 457 41<376 438>\nRef: 729 729 N 1 0 0 1 16 92\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E59\nEncoding: 7769 7769 1215\nWidth: 600\nFlags: H\nHStem: 0 41<111 207 248 427> 376 41<132 207> 386 41<415.5 449>\nVStem: 207 41<41 262 315 376 376 376>\nRef: 729 729 N 1 0 0 1 12 -54\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5A\nEncoding: 7770 7770 1216\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 240 531 562> 251 41<165 279 279 297> 522 41<70 124 165 165 165 318>\nVStem: 124 41<41 251 292 522> 457 41<376 438>\nRef: 729 729 N 1 0 0 1 16 -644\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5B\nEncoding: 7771 7771 1217\nWidth: 600\nFlags: H\nHStem: 0 41<111 207 248 427> 376 41<132 207> 386 41<415.5 449>\nVStem: 207 41<41 262 315 376 376 376>\nRef: 729 729 N 1 0 0 1 12 -644\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5C\nEncoding: 7772 7772 1218\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 240 531 562> 251 41<165 279 279 297> 522 41<70 124 165 165 165 318> 603 40<198 434>\nVStem: 124 41<41 251 292 522> 457 41<376 438>\nRef: 175 175 S 1 0 0 1 6 100\nRef: 7770 7770 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5D\nEncoding: 7773 7773 1219\nWidth: 600\nFlags: H\nHStem: 0 41<111 207 248 427> 376 41<132 207> 386 41<415.5 449> 457 40<194.5 430.5>\nVStem: 207 41<41 262 315 376 376 376>\nRef: 175 175 S 1 0 0 1 14 -45\nRef: 7771 7771 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5E\nEncoding: 7774 7774 1220\nWidth: 600\nFlags: H\nHStem: -67 40<198 434> 0 41<70 124 165 240 531 562> 251 41<165 279 279 297> 522 41<70 124 165 165 165 318>\nVStem: 124 41<41 251 292 522> 457 41<376 438>\nRef: 175 175 N 1 0 0 1 16 -636\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5F\nEncoding: 7775 7775 1221\nWidth: 600\nFlags: H\nHStem: -67 40<194.5 430.5> 0 41<111 207 248 427> 376 41<132 207> 386 41<415.5 449>\nVStem: 207 41<41 262 315 376 376 376>\nRef: 175 175 N 1 0 0 1 -31 -636\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E60\nEncoding: 7776 7776 1222\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nRef: 729 729 N 1 0 0 1 -1 125\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E61\nEncoding: 7777 7777 1223\nWidth: 600\nFlags: H\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nRef: 729 729 N 1 0 0 1 -5 -20\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E62\nEncoding: 7778 7778 1224\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nRef: 729 729 N 1 0 0 1 2 -687\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E63\nEncoding: 7779 7779 1225\nWidth: 600\nFlags: H\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nRef: 729 729 N 1 0 0 1 1 -687\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E64\nEncoding: 7780 7780 1226\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nRef: 729 729 N 1 0 0 1 0 318\nRef: 346 346 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E65\nEncoding: 7781 7781 1227\nWidth: 600\nFlags: H\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nRef: 729 729 N 1 0 0 1 0 168\nRef: 347 347 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E66\nEncoding: 7782 7782 1228\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nRef: 729 729 N 1 0 0 1 0 318\nRef: 352 352 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E67\nEncoding: 7783 7783 1229\nWidth: 600\nFlags: H\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nRef: 729 729 N 1 0 0 1 0 168\nRef: 353 353 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E68\nEncoding: 7784 7784 1230\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 347.5> 0 20 535 41<261 328.5> 543 20<459 472.5>\nVStem: 92 41<27 56> 115 44<404.5 453> 445 41<517 536> 464 44<116 170.5>\nRef: 729 729 N 1 0 0 1 -1 125\nRef: 7778 7778 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E69\nEncoding: 7785 7785 1231\nWidth: 600\nFlags: H\nHStem: -16 41<268.5 342> 0 20 390 41<262 323.5> 397 20<446.5 459.5>\nVStem: 103 41<27 38 85 108 108 110 110 115> 124 45<307 336.5> 432 41<385 389> 452 45<90.5 128.5>\nRef: 729 729 N 1 0 0 1 -5 -20\nRef: 7779 7779 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6A\nEncoding: 7786 7786 1232\nWidth: 600\nFlags: H\nHStem: 0 41<175 280 321 426> 402 20<85.5 99 502 515> 522 41<113 280 113 113 321 321 321 487>\nVStem: 72 41<449 522> 280 41<41 522> 487 41<449 522 522 522>\nRef: 729 729 N 1 0 0 1 0 92\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6B\nEncoding: 7787 7787 1233\nWidth: 600\nFlags: H\nHStem: -16 41<263.5 326> 376 41<71 145 186 406> 543 20<159 173>\nVStem: 145 41<107 109 109 376 417 536>\nRef: 729 729 N 1 0 0 1 -29 92\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6C\nEncoding: 7788 7788 1234\nWidth: 600\nFlags: H\nHStem: 0 41<175 280 321 426> 402 20<85.5 99 502 515> 522 41<113 280 113 113 321 321 321 487>\nVStem: 72 41<449 522> 280 41<41 522> 487 41<449 522 522 522>\nRef: 729 729 N 1 0 0 1 0.5 -671\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6D\nEncoding: 7789 7789 1235\nWidth: 600\nFlags: H\nHStem: -16 41<263.5 326> 376 41<71 145 186 406> 543 20<159 173>\nVStem: 145 41<107 109 109 376 417 536>\nRef: 729 729 N 1 0 0 1 0 -687\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6E\nEncoding: 7790 7790 1236\nWidth: 600\nFlags: H\nHStem: -67 40<182 418> 0 41<175 280 321 426> 402 20<85.5 99 502 515> 522 41<113 280 113 113 321 321 321 487>\nVStem: 72 41<449 522> 280 41<41 522> 487 41<449 522 522 522>\nRef: 175 175 N 1 0 0 1 0.5 -636\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6F\nEncoding: 7791 7791 1237\nWidth: 600\nFlags: H\nHStem: -83 40<153 389> -16 41<263.5 326> 376 41<71 145 186 406> 543 20<159 173>\nVStem: 145 41<107 109 109 376 417 536>\nRef: 175 175 N 1 0 0 1 0 -652\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E70\nEncoding: 7792 7792 1238\nWidth: 600\nFlags: H\nHStem: 0 41<175 280 321 426> 402 20<85.5 99 502 515> 522 41<113 280 113 113 321 321 321 487>\nVStem: 72 41<449 522> 280 41<41 522> 487 41<449 522 522 522>\nRef: 710 710 N 1 0 0 1 0 -679\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E71\nEncoding: 7793 7793 1239\nWidth: 600\nFlags: H\nHStem: -16 41<263.5 326> 376 41<71 145 186 406> 543 20<159 173>\nVStem: 145 41<107 109 109 376 417 536>\nRef: 710 710 N 1 0 0 1 -29 -695\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E72\nEncoding: 7794 7794 1240\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 140 100<-112.5 -86> 360 100<-112.5 -86> 458 41<185 522>\nRef: 168 168 N 1 0 0 1 -0 -660\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E73\nEncoding: 7795 7795 1241\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 132 100<-112.5 -86> 352 100<-112.5 -86> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 168 168 N 1 0 0 1 -8 -660\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E74\nEncoding: 7796 7796 1242\nWidth: 600\nFlags: H\nHStem: -16 41<230 246 255.5 344 355.5 370.5> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 458 41<185 522>\nRef: 732 732 N 1 0 0 1 0 -660\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E75\nEncoding: 7797 7797 1243\nWidth: 600\nFlags: H\nHStem: -16 41<222 238 230.5 289.5 347.5 362.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 732 732 N 1 0 0 1 -8 -660\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E76\nEncoding: 7798 7798 1244\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 458 41<185 522>\nRef: 710 710 N 1 0 0 1 0 -695\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E77\nEncoding: 7799 7799 1245\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 710 710 N 1 0 0 1 -8 -695\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E78\nEncoding: 7800 7800 1246\nWidth: 600\nFlags: H\nHStem: -16 41<281.41 312> 522 41<56.4704 101 143 218 376 457 499 536> 603 41<353 369> 651 41<228.337 242>\nVStem: 101 41<176 522> 458 41<176 522>\nRef: 180 180 N 1 0 0 1 -61 262\nRef: 360 360 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E79\nEncoding: 7801 7801 1247\nWidth: 600\nFlags: H\nHStem: -16 41<251 267> 0 41<480 523> 376 41<59.4704 124 363 438> 457 41<345 361> 505 41<220.337 234>\nVStem: 124 41<112 376> 439 41<41 65 115 376> 439 102<16 27>\nRef: 180 180 N 1 0 0 1 -70 96\nRef: 361 361 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7A\nEncoding: 7802 7802 1248\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499> 686 40<182 418>\nVStem: 101 41<185 522> 140 100<802.5 829> 360 100<802.5 829> 458 41<185 522>\nRef: 168 168 N 1 0 0 1 -0.5 275\nRef: 362 362 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7B\nEncoding: 7803 7803 1249\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439> 536 40<182 418>\nVStem: 124 41<115 376 376 376> 132 100<639.5 666> 352 100<639.5 666> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 168 168 N 1 0 0 1 -0.5 125\nRef: 363 363 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7C\nEncoding: 7804 7804 1250\nWidth: 600\nFlags: H\nHStem: 0 20 522 41<36 67 110 110 110 187 414 492 533 533 533 564> 603 41<355.5 370.5> 651 41<230 246>\nRef: 732 732 N 1 0 0 1 0 120\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7D\nEncoding: 7805 7805 1251\nWidth: 600\nFlags: H\nHStem: 0 41<293 312> 376 41<57 98 143 143 143 208 391 459 502 502 502 543> 457 41<355.5 370.5> 505 41<230 246>\nRef: 732 732 N 1 0 0 1 0 -25\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7E\nEncoding: 7806 7806 1252\nWidth: 600\nFlags: H\nHStem: 0 20 522 41<36 67 110 110 110 187 414 492 533 533 533 564>\nRef: 729 729 N 1 0 0 1 -4.5 -671\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7F\nEncoding: 7807 7807 1253\nWidth: 600\nFlags: H\nHStem: 0 41<293 312> 376 41<57 98 143 143 143 208 391 459 502 502 502 543>\nRef: 729 729 N 1 0 0 1 1 -671\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: Wgrave\nEncoding: 7808 7808 1254\nWidth: 600\nFlags: H\nHStem: 0 20 522 41<47 62 103 103 103 196 403 499 538 538 538 553>\nRef: 96 96 N 1 0 0 1 62 113\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wgrave\nEncoding: 7809 7809 1255\nWidth: 600\nFlags: H\nHStem: 0 20 376 41<57 76 115 115 115 168 432 482 524 524 524 543>\nRef: 96 96 N 1 0 0 1 62 -33\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wacute\nEncoding: 7810 7810 1256\nWidth: 600\nFlags: H\nHStem: 0 20 522 41<47 62 103 103 103 196 403 499 538 538 538 553>\nRef: 180 180 N 1 0 0 1 -62 113\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wacute\nEncoding: 7811 7811 1257\nWidth: 600\nFlags: H\nHStem: 0 20 376 41<57 76 115 115 115 168 432 482 524 524 524 543>\nRef: 180 180 N 1 0 0 1 -62 -33\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wdieresis\nEncoding: 7812 7812 1258\nWidth: 600\nFlags: H\nHStem: 0 20 522 41<47 62 103 103 103 196 403 499 538 538 538 553>\nVStem: 140 100<639.5 666> 360 100<639.5 666>\nRef: 168 168 N 1 0 0 1 -0.5 125\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wdieresis\nEncoding: 7813 7813 1259\nWidth: 600\nFlags: H\nHStem: 0 20 376 41<57 76 115 115 115 168 432 482 524 524 524 543>\nVStem: 140 100<493.5 520> 360 100<493.5 520>\nRef: 168 168 N 1 0 0 1 -0.5 -20\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E86\nEncoding: 7814 7814 1260\nWidth: 600\nFlags: H\nHStem: 0 20 522 41<47 62 103 103 103 196 403 499 538 538 538 553>\nRef: 729 729 N 1 0 0 1 0 125\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E87\nEncoding: 7815 7815 1261\nWidth: 600\nFlags: H\nHStem: 0 20 376 41<57 76 115 115 115 168 432 482 524 524 524 543>\nRef: 729 729 N 1 0 0 1 0 -20\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E88\nEncoding: 7816 7816 1262\nWidth: 600\nFlags: H\nHStem: 0 20 522 41<47 62 103 103 103 196 403 499 538 538 538 553>\nRef: 729 729 N 1 0 0 1 0 -644\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E89\nEncoding: 7817 7817 1263\nWidth: 600\nFlags: H\nHStem: 0 20 376 41<57 76 115 115 115 168 432 482 524 524 524 543>\nRef: 729 729 N 1 0 0 1 0 -644\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8A\nEncoding: 7818 7818 1264\nWidth: 600\nFlags: H\nHStem: 0 41<67 84 134 198 401 463 516 533> 522 41<78 93 145 145 145 188 408 453 504 504 504 519>\nRef: 729 729 N 1 0 0 1 0 92\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8B\nEncoding: 7819 7819 1265\nWidth: 600\nFlags: H\nHStem: 0 41<78 87 143 211 390 455 513 522> 376 41<101 108 166 166 166 212 389 437 492 492 492 499>\nRef: 729 729 N 1 0 0 1 0 -54\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8C\nEncoding: 7820 7820 1266\nWidth: 600\nFlags: H\nHStem: 0 41<67 84 134 198 401 463 516 533> 522 41<78 93 145 145 145 188 408 453 504 504 504 519>\nVStem: 140 100<639.5 666> 360 100<639.5 666>\nRef: 168 168 N 1 0 0 1 -0 92\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8D\nEncoding: 7821 7821 1267\nWidth: 600\nFlags: H\nHStem: 0 41<78 87 143 211 390 455 513 522> 376 41<101 108 166 166 166 212 389 437 492 492 492 499>\nVStem: 140 100<493.5 520> 360 100<493.5 520>\nRef: 168 168 N 1 0 0 1 -0 -54\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8E\nEncoding: 7822 7822 1268\nWidth: 600\nFlags: H\nHStem: 0 41<176 281 322 427> 522 41<78 102 151 151 151 189 412 452 498 498 498 522>\nVStem: 281 41<41 254>\nRef: 729 729 N 1 0 0 1 0 92\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8F\nEncoding: 7823 7823 1269\nWidth: 600\nFlags: H\nHStem: -186 186<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522>\nRef: 729 729 N 1 0 0 1 0 -54\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E90\nEncoding: 7824 7824 1270\nWidth: 600\nFlags: H\nHStem: 0 41<142 456> 522 41<162 431 162 162>\nVStem: 121 41<404 522> 456 41<41 182>\nRef: 710 710 N 1 0 0 1 -4.5 146\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E91\nEncoding: 7825 7825 1271\nWidth: 600\nFlags: H\nHStem: 0 41<171 448> 376 41<165 416 165 165>\nVStem: 124 41<321 376> 448 41<41 97>\nRef: 710 710 N 1 0 0 1 -1 1\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E92\nEncoding: 7826 7826 1272\nWidth: 600\nFlags: H\nHStem: 0 41<142 456> 522 41<162 431 162 162>\nVStem: 121 41<404 522> 456 41<41 182>\nRef: 729 729 N 1 0 0 1 0 -671\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E93\nEncoding: 7827 7827 1273\nWidth: 600\nFlags: H\nHStem: 0 41<171 448> 376 41<165 416 165 165>\nVStem: 124 41<321 376> 448 41<41 97>\nRef: 729 729 N 1 0 0 1 2 -671\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E94\nEncoding: 7828 7828 1274\nWidth: 600\nFlags: H\nHStem: -67 40<182 418> 0 41<142 456> 522 41<162 431 162 162>\nVStem: 121 41<404 522> 456 41<41 182>\nRef: 175 175 N 1 0 0 1 0 -636\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E95\nEncoding: 7829 7829 1275\nWidth: 600\nFlags: H\nHStem: -67 40<184 420> 0 41<171 448> 376 41<165 416 165 165>\nVStem: 124 41<321 376> 448 41<41 97>\nRef: 175 175 N 1 0 0 1 2 -636\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E96\nEncoding: 7830 7830 1276\nWidth: 600\nFlags: H\nHStem: -67 40<179 415> 0 41<78 124 165 210 392 437 478 523> 390 41<288.5 334> 563 41<70 124>\nVStem: 124 41<41 296 347 563 563 563> 437 41<41 288 288 291>\nRef: 175 175 N 1 0 0 1 0.5 -636\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E97\nEncoding: 7831 7831 1277\nWidth: 600\nHStem: -16 41<263.5 326> 376 41<71 145 186 406> 543 20<159 173>\nVStem: 4.5 100<659.5 686> 145 41<107 109 109 376 417 536> 225.5 100<659.5 686>\nRef: 168 168 N 1 0 0 1 -135.5 112\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E98\nEncoding: 7832 7832 1278\nWidth: 600\nFlags: H\nHStem: 0 20 376 41<57 76 115 115 115 168 432 482 524 524 524 543> 457 33<283.5 316.5> 605 33<283.5 316.5>\nVStem: 207 33<532 563.5> 360 33<531.5 563>\nRef: 730 730 N 1 0 0 1 0 -23\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E99\nEncoding: 7833 7833 1279\nWidth: 600\nFlags: H\nHStem: -186 186<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522> 457 33<283.5 316.5> 605 33<283.5 316.5>\nVStem: 207 33<532 563.5> 360 33<531.5 563>\nRef: 730 730 N 1 0 0 1 0 -23\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E9A\nEncoding: 7834 7834 1280\nWidth: 600\nFlags: HW\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 480 33<268 349.452 269 269> 628 33<268 373.077 268.063 279.115>\nVStem: 72 41<85 142.5> 328 33<560 576> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 702 702 S 1 0 0 1 -32 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E9B\nEncoding: 7835 7835 1281\nWidth: 600\nFlags: H\nHStem: 0 41<121.47 230 272 457> 376 41<132 230> 563 41<377 409>\nVStem: 230 41<41 376 417 480>\nRef: 729 729 N 1 0 0 1 23 133\nRef: 383 383 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA0\nEncoding: 7840 7840 1282\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nRef: 729 729 N 1 0 0 1 0 -644\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA1\nEncoding: 7841 7841 1283\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 729 729 N 1 0 0 1 6 -660\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA2\nEncoding: 7842 7842 1284\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 802 42<228.063 239.853>\nVStem: 132 42<744 760> 208 40<632 664>\nRef: 777 777 N 1 0 0 1 528 156\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA3\nEncoding: 7843 7843 1285\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 657 42<299.063 310.853>\nVStem: 72 41<85 142.5> 203 42<599 615> 279 40<487 519> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 777 777 N 1 0 0 1 599 11\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA4\nEncoding: 7844 7844 1286\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nRef: 180 180 N 1 0 0 1 -62 339\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA5\nEncoding: 7845 7845 1287\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 180 180 N 1 0 0 1 -56 189\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA6\nEncoding: 7846 7846 1288\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nRef: 96 96 N 1 0 0 1 62 339\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA7\nEncoding: 7847 7847 1289\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 96 96 N 1 0 0 1 69 189\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA8\nEncoding: 7848 7848 1290\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 1015 42<273.063 284.853>\nVStem: 177 42<957 973> 253 40<845 877>\nRef: 777 777 N 1 0 0 1 573 369\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA9\nEncoding: 7849 7849 1291\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 865 42<290.063 301.853>\nVStem: 72 41<85 142.5> 194 42<807 823> 270 40<695 727> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 777 777 N 1 0 0 1 590 219\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAA\nEncoding: 7850 7850 1292\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 829 41<355.5 370.5> 877 41<230 246>\nRef: 732 732 N 1 0 0 1 0 313\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAB\nEncoding: 7851 7851 1293\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 679 41<362 377> 727 41<236.5 252.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 732 732 N 1 0 0 1 6 163\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAC\nEncoding: 7852 7852 1294\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301>\nRef: 710 710 N 1 0 0 1 -72 146\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAD\nEncoding: 7853 7853 1295\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 710 710 N 1 0 0 1 -1 1\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAE\nEncoding: 7854 7854 1296\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 640 41<272 328>\nRef: 180 180 N 1 0 0 1 -62 320\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAF\nEncoding: 7855 7855 1297\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 490 41<272 328>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 180 180 N 1 0 0 1 -56 154\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB0\nEncoding: 7856 7856 1298\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 640 41<272 328>\nRef: 96 96 N 1 0 0 1 62 320\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB1\nEncoding: 7857 7857 1299\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 490 41<272 328>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 96 96 N 1 0 0 1 69 154\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB2\nEncoding: 7858 7858 1300\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 640 41<272 328> 996 42<300.563 312.353>\nVStem: 204 42<938 954> 280 40<826 858>\nRef: 777 777 N 1 0 0 1 600.5 350\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB3\nEncoding: 7859 7859 1301\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 490 41<272 328> 846 42<300.563 312.353>\nVStem: 72 41<85 142.5> 204 42<788 804> 280 40<676 708> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 777 777 N 1 0 0 1 600.5 200\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB4\nEncoding: 7860 7860 1302\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 640 41<272 328> 810 41<355.5 370.5> 858 41<230 246>\nRef: 732 732 N 1 0 0 1 0 294\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB5\nEncoding: 7861 7861 1303\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 490 41<272 328> 644 41<362 377> 692 41<236.5 252.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 732 732 N 1 0 0 1 6 128\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB6\nEncoding: 7862 7862 1304\nWidth: 600\nFlags: H\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 603 41<272 328>\nRef: 728 728 N 1 0 0 1 -72 146\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB7\nEncoding: 7863 7863 1305\nWidth: 600\nFlags: H\nHStem: -16 41<192.5 262.5> 0 41<460 514> 217 41<238 306> 390 41<280.5 332.5> 457 41<278.5 334.5>\nVStem: 72 41<85 142.5> 419 41<41 67 67 67 112 202 202 202 237 308> 419 122<14 27.5>\nRef: 728 728 N 1 0 0 1 -1 1\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB8\nEncoding: 7864 7864 1306\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 729 729 N 1 0 0 1 -5 -671\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB9\nEncoding: 7865 7865 1307\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nRef: 729 729 N 1 0 0 1 5 -687\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBA\nEncoding: 7866 7866 1308\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458> 802 42<284.563 296.353>\nVStem: 124 41<41 272 313 522> 188 42<744 760> 264 40<632 664> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 777 777 N 1 0 0 1 584.5 156\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBB\nEncoding: 7867 7867 1309\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339> 657 42<291.063 302.853>\nVStem: 195 42<599 615> 271 40<487 519>\nRef: 777 777 N 1 0 0 1 591 11\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBC\nEncoding: 7868 7868 1310\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458> 603 41<337 352> 651 41<211.5 227.5>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 732 732 N 1 0 0 1 -15.5 120\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBD\nEncoding: 7869 7869 1311\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339> 457 41<347 362> 505 41<221.5 237.5>\nRef: 732 732 N 1 0 0 1 -9 -25\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBE\nEncoding: 7870 7870 1312\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 180 180 N 1 0 0 1 -81 339\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBF\nEncoding: 7871 7871 1313\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nRef: 180 180 N 1 0 0 1 -71 189\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC0\nEncoding: 7872 7872 1314\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 96 96 N 1 0 0 1 44 339\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC1\nEncoding: 7873 7873 1315\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nRef: 96 96 N 1 0 0 1 54 189\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC2\nEncoding: 7874 7874 1316\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458> 1015 42<291.063 302.853>\nVStem: 124 41<41 272 313 522> 195 42<957 973> 271 40<845 877> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 777 777 N 1 0 0 1 591 369\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC3\nEncoding: 7875 7875 1317\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339> 865 42<305.063 316.853>\nVStem: 209 42<807 823> 285 40<695 727>\nRef: 777 777 N 1 0 0 1 605 219\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC4\nEncoding: 7876 7876 1318\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458> 829 41<337 352> 877 41<211.5 227.5>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 732 732 N 1 0 0 1 -18 313\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC5\nEncoding: 7877 7877 1319\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339> 679 41<347 362> 727 41<221.5 237.5>\nRef: 732 732 N 1 0 0 1 -8 163\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC6\nEncoding: 7878 7878 1320\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 479> 272 41<165 310> 397 20 522 41<70 124 165 165 165 458>\nVStem: 124 41<41 272 313 522> 310 41<227 272 272 272 313 358> 458 41<424 522 522 522> 479 41<41 160>\nRef: 710 710 N 1 0 0 1 -18 113\nRef: 7864 7864 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC7\nEncoding: 7879 7879 1321\nWidth: 600\nFlags: H\nHStem: -16 41<252 337> 199 41<104 478> 390 41<242.5 339>\nRef: 710 710 N 1 0 0 1 -8 -33\nRef: 7865 7865 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC8\nEncoding: 7880 7880 1322\nWidth: 600\nFlags: H\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320> 802 42<299.563 311.353>\nVStem: 204 42<744 760> 279 41<41 522> 280 40<632 664>\nRef: 777 777 N 1 0 0 1 599.5 156\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC9\nEncoding: 7881 7881 1323\nWidth: 600\nFlags: H\nHStem: 0 41<119 279 320 480> 376 41<161 279> 657 42<299.063 310.853>\nVStem: 203 42<599 615> 279 41<41 376 376 376 487 519>\nRef: 777 777 N 1 0 0 1 599 11\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECA\nEncoding: 7882 7882 1324\nWidth: 600\nFlags: H\nHStem: 0 41<140 279 320 459> 522 41<140 279 320 459 320 320>\nVStem: 279 41<41 522>\nRef: 729 729 N 1 0 0 1 -0.5 -671\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECB\nEncoding: 7883 7883 1325\nWidth: 600\nFlags: H\nHStem: 0 41<119 279 320 480> 376 41<161 279> 520 104<259 318>\nVStem: 259 59<520 624> 279 41<41 376 376 376>\nRef: 729 729 N 1 0 0 1 -0.5 -671\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECC\nEncoding: 7884 7884 1326\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 729 729 N 1 0 0 1 0 -687\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECD\nEncoding: 7885 7885 1327\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 729 729 N 1 0 0 1 0 -687\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECE\nEncoding: 7886 7886 1328\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 802 42<300.063 311.853>\nVStem: 51 41<210 350> 204 42<744 760> 280 40<632 664> 508 41<208.5 349>\nRef: 777 777 N 1 0 0 1 600 156\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECF\nEncoding: 7887 7887 1329\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 657 42<300.063 311.853>\nVStem: 72 41<157 258.5> 204 42<599 615> 280 40<487 519> 487 41<155.5 257.5>\nRef: 777 777 N 1 0 0 1 600 11\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED0\nEncoding: 7888 7888 1330\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 180 180 N 1 0 0 1 -62 339\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED1\nEncoding: 7889 7889 1331\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 180 180 N 1 0 0 1 -62 189\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED2\nEncoding: 7890 7890 1332\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 96 96 N 1 0 0 1 62 339\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED3\nEncoding: 7891 7891 1333\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 96 96 N 1 0 0 1 62 189\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED4\nEncoding: 7892 7892 1334\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 1015 42<300.063 311.853>\nVStem: 51 41<210 350> 204 42<957 973> 280 40<845 877> 508 41<208.5 349>\nRef: 777 777 N 1 0 0 1 600 369\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED5\nEncoding: 7893 7893 1335\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 865 42<300.063 311.853>\nVStem: 72 41<157 258.5> 204 42<807 823> 280 40<695 727> 487 41<155.5 257.5>\nRef: 777 777 N 1 0 0 1 600 219\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED6\nEncoding: 7894 7894 1336\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358> 829 41<355.5 370.5> 877 41<230 246>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 732 732 N 1 0 0 1 0 313\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED7\nEncoding: 7895 7895 1337\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5> 679 41<355.5 370.5> 727 41<230 246>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 732 732 N 1 0 0 1 0 163\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED8\nEncoding: 7896 7896 1338\nWidth: 600\nFlags: H\nHStem: -16 41<243 356.5> 535 41<242.5 358>\nVStem: 51 41<210 350> 508 41<208.5 349>\nRef: 710 710 N 1 0 0 1 0 146\nRef: 7884 7884 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED9\nEncoding: 7897 7897 1339\nWidth: 600\nFlags: H\nHStem: -16 41<248 351.5> 390 41<248 352.5>\nVStem: 72 41<157 258.5> 487 41<155.5 257.5>\nRef: 710 710 N 1 0 0 1 0 1\nRef: 7885 7885 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDA\nEncoding: 7898 7898 1340\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 483 41<483 509> 535 41<291 307> 631 41<499 510>\nVStem: 51 41<256 304> 508 41<256 288> 557 40<575.031 578>\nRef: 180 180 N 1 0 0 1 203 242\nRef: 416 416 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDB\nEncoding: 7899 7899 1341\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 350 41<477 498> 390 41<279.738 312> 498 41<493 504>\nVStem: 72 41<192 224> 487 41<192 224> 550 40<442.031 448>\nRef: 180 180 N 1 0 0 1 196 109\nRef: 417 417 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDC\nEncoding: 7900 7900 1342\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 483 41<483 509> 535 41<291 307> 631 41<499 510>\nVStem: 51 41<256 304> 508 41<256 288> 557 40<575.031 578>\nRef: 96 96 N 1 0 0 1 204 242\nRef: 416 416 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDD\nEncoding: 7901 7901 1343\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 350 41<477 498> 390 41<279.738 312> 498 41<493 504>\nVStem: 72 41<192 224> 487 41<192 224> 550 40<442.031 448>\nRef: 96 96 N 1 0 0 1 197 109\nRef: 417 417 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDE\nEncoding: 7902 7902 1344\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 483 41<484 509> 535 41<291 307> 631 41<499 510> 898 42<503.063 514.853>\nVStem: 51 41<256 304> 407 42<840 856> 483 40<728 760> 508 41<256 288> 557 40<575.031 578>\nRef: 777 777 N 1 0 0 1 803 252\nRef: 416 416 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDF\nEncoding: 7903 7903 1345\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 350 41<478 498> 390 41<279.738 312> 498 41<493 504> 765 42<496.063 507.853>\nVStem: 72 41<192 224> 400 42<707 723> 476 40<595 627> 487 41<192 224> 550 40<442.031 448>\nRef: 777 777 N 1 0 0 1 796 119\nRef: 417 417 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE0\nEncoding: 7904 7904 1346\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 483 41<483 509> 535 41<291 307> 631 41<499 510> 644 41<375.5 390.5> 692 41<250 266>\nVStem: 51 41<256 304> 508 41<256 288> 557 40<575.031 578>\nRef: 732 732 N 1 0 0 1 203 216\nRef: 416 416 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE1\nEncoding: 7905 7905 1347\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 350 41<477 498> 390 41<279.738 312> 498 41<493 504> 579 41<551.5 566.5> 627 41<426 442>\nVStem: 72 41<192 224> 487 41<192 224> 550 40<442.031 448>\nRef: 732 732 N 1 0 0 1 196 83\nRef: 417 417 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE2\nEncoding: 7906 7906 1348\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 483 41<483 509> 535 41<291 307> 631 41<499 510>\nVStem: 51 41<256 304> 508 41<256 288> 557 40<575.031 578>\nRef: 729 729 N 1 0 0 1 0 -687\nRef: 416 416 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE3\nEncoding: 7907 7907 1349\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 350 41<477 498> 390 41<279.738 312> 498 41<493 504>\nVStem: 72 41<192 224> 487 41<192 224> 550 40<442.031 448>\nRef: 729 729 N 1 0 0 1 0 -687\nRef: 417 417 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE4\nEncoding: 7908 7908 1350\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499>\nVStem: 101 41<185 522> 458 41<185 522>\nRef: 729 729 N 1 0 0 1 0 -687\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE5\nEncoding: 7909 7909 1351\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439>\nVStem: 124 41<115 376 376 376> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 729 729 N 1 0 0 1 -43 -687\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE6\nEncoding: 7910 7910 1352\nWidth: 600\nFlags: H\nHStem: -16 41<255.5 344> 522 41<67 101 142 142 142 216 384 458 499 533 499 499> 802 42<300.063 311.853>\nVStem: 101 41<185 522> 204 42<744 760> 280 40<632 664> 458 41<185 522>\nRef: 777 777 N 1 0 0 1 600 156\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE7\nEncoding: 7911 7911 1353\nWidth: 600\nFlags: H\nHStem: -16 41<230.5 289.5> 0 41<480 514> 376 41<70 124 365 439> 657 42<275.063 286.853>\nVStem: 124 41<115 376 376 376> 179 42<599 615> 255 40<487 519> 439 41<41 66 66 66 115 376 376 376> 439 102<14 27.5>\nRef: 777 777 N 1 0 0 1 575 11\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE8\nEncoding: 7912 7912 1354\nWidth: 600\nFlags: H\nHStem: -16 41<281.41 312> 522 41<56.4704 101 143 218 376 457 500 537> 670 41<532 532 534 537>\nVStem: 101 41<176 522> 458 41<176 521> 589 40<614.031 624>\nRef: 180 180 N 1 0 0 1 235 281\nRef: 431 431 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE9\nEncoding: 7913 7913 1355\nWidth: 600\nFlags: H\nHStem: -16 41<251 267> 0 41<480 523> 376 41<59.4704 124 363 438 478.062 482> 524 41<475 479 480.063 489.569>\nVStem: 124 41<112 376> 439 41<41 65 115 375> 439 102<16 27> 534 40<468.031 471>\nRef: 180 180 N 1 0 0 1 180 135\nRef: 432 432 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EEA\nEncoding: 7914 7914 1356\nWidth: 600\nFlags: H\nHStem: -16 41<281.41 312> 522 41<56.4704 101 143 218 376 457 500 537> 670 41<532 532 534 537>\nVStem: 101 41<176 522> 458 41<176 521> 589 40<614.031 624>\nRef: 96 96 N 1 0 0 1 236 281\nRef: 431 431 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EEB\nEncoding: 7915 7915 1357\nWidth: 600\nFlags: H\nHStem: -16 41<251 267> 0 41<480 523> 376 41<59.4704 124 363 438 478.062 482> 524 41<475 479 480.063 489.569>\nVStem: 124 41<112 376> 439 41<41 65 115 375> 439 102<16 27> 534 40<468.031 471>\nRef: 96 96 N 1 0 0 1 181 135\nRef: 432 432 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EEC\nEncoding: 7916 7916 1358\nWidth: 600\nFlags: H\nHStem: -16 41<281.41 312> 522 41<56.4704 101 143 218 376 457 499 537> 670 41<532 537> 937 42<535.063 546.853>\nVStem: 101 41<176 522> 439 42<879 895> 458 41<176 522> 589 40<614.031 624 767 799>\nRef: 777 777 N 1 0 0 1 835 291\nRef: 431 431 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EED\nEncoding: 7917 7917 1359\nWidth: 600\nFlags: H\nHStem: -16 41<251 267> 0 41<481 523> 376 41<59.4704 124 363 438 481 482> 524 41<475 482> 791 42<480.063 491.853>\nVStem: 124 41<112 376> 384 42<733 749> 439 41<41 65 115 376> 439 102<16 27> 534 40<468.031 471 621 653>\nRef: 777 777 N 1 0 0 1 780 145\nRef: 432 432 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EEE\nEncoding: 7918 7918 1360\nWidth: 600\nFlags: H\nHStem: -16 41<281.41 312> 522 41<56.4704 101 143 218 376 457 500 537> 670 41<532 532 534 537> 751 41<590.5 605.5> 799 41<465 481>\nVStem: 101 41<176 522> 458 41<176 521> 589 40<614.031 624>\nRef: 732 732 N 1 0 0 1 235 235\nRef: 431 431 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EEF\nEncoding: 7919 7919 1361\nWidth: 600\nFlags: H\nHStem: -16 41<251 267> 0 41<480 523> 376 41<59.4704 124 363 438 478.062 482> 524 41<475 479 480.063 489.569> 605 41<535.5 550.5> 653 41<410 426>\nVStem: 124 41<112 376> 439 41<41 65 115 375> 439 102<16 27> 534 40<468.031 471>\nRef: 732 732 N 1 0 0 1 180 89\nRef: 432 432 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF0\nEncoding: 7920 7920 1362\nWidth: 600\nFlags: H\nHStem: -16 41<281.41 312> 522 41<56.4704 101 143 218 376 457 500 537> 670 41<532 532 534 537>\nVStem: 101 41<176 522> 458 41<176 521> 589 40<614.031 624>\nRef: 729 729 N 1 0 0 1 0 -667\nRef: 431 431 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF1\nEncoding: 7921 7921 1363\nWidth: 600\nFlags: H\nHStem: -16 41<251 267> 0 41<480 523> 376 41<59.4704 124 363 438 478.062 482> 524 41<475 479 480.063 489.569>\nVStem: 124 41<112 376> 439 41<41 65 115 375> 439 102<16 27> 534 40<468.031 471>\nRef: 729 729 N 1 0 0 1 -43 -667\nRef: 432 432 N 1 0 0 1 0 0\nEndChar\nStartChar: Ygrave\nEncoding: 7922 7922 1364\nWidth: 600\nFlags: H\nHStem: 0 41<176 281 322 427> 522 41<78 102 151 151 151 189 412 452 498 498 498 522>\nVStem: 281 41<41 254>\nRef: 96 96 N 1 0 0 1 1 146\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ygrave\nEncoding: 7923 7923 1365\nWidth: 600\nFlags: H\nHStem: -186 186<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522>\nRef: 96 96 N 1 0 0 1 1 1\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF4\nEncoding: 7924 7924 1366\nWidth: 600\nFlags: H\nHStem: 0 41<176 281 322 427> 522 41<78 102 151 151 151 189 412 452 498 498 498 522>\nVStem: 281 41<41 254>\nRef: 729 729 N 1 0 0 1 1.5 -671\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF5\nEncoding: 7925 7925 1367\nWidth: 600\nFlags: H\nHStem: -186 186<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522>\nRef: 729 729 N 1 0 0 1 -99.5 -857\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF6\nEncoding: 7926 7926 1368\nWidth: 600\nFlags: H\nHStem: 0 41<176 281 322 427> 522 41<78 102 151 151 151 189 412 452 498 498 498 522> 802 42<300.063 311.853>\nVStem: 204 42<744 760> 280 40<632 664> 281 41<41 254>\nRef: 777 777 N 1 0 0 1 600 156\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF7\nEncoding: 7927 7927 1369\nWidth: 600\nFlags: H\nHStem: -186 186<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522> 657 42<300.063 311.853>\nVStem: 204 42<599 615> 280 40<487 519>\nRef: 777 777 N 1 0 0 1 600 11\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF8\nEncoding: 7928 7928 1370\nWidth: 600\nFlags: H\nHStem: 0 41<176 281 322 427> 522 41<78 102 151 151 151 189 412 452 498 498 498 522> 603 41<355.5 370.5> 651 41<230 246>\nVStem: 281 41<41 254>\nRef: 732 732 N 1 0 0 1 0 120\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF9\nEncoding: 7929 7929 1371\nWidth: 600\nFlags: H\nHStem: -186 186<84 211 252 317> 376 41<78 94 141 141 141 193 412 466 508 508 508 522> 457 41<355.5 370.5> 505 41<230 246>\nRef: 732 732 N 1 0 0 1 0 -25\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F00\nEncoding: 7936 7936 1372\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 33<243.563 254.907> 619 33<243.5 296.5 244.5 244.5>\nVStem: 63 41<192 224> 304 33<551 567> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 8127 8127 S 1 0 0 1 -4 -9\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F01\nEncoding: 7937 7937 1373\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 33<314.093 325.437> 619 33<272.5 325.5 324.5 324.5>\nVStem: 63 41<192 224> 232 33<551 567> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 8190 8190 N 1 0 0 1 -14 -9\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F02\nEncoding: 7938 7938 1374\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 474 33<171.859 183.203> 622 33<171.796 224.796 172.796 172.796>\nVStem: 63 41<192 224> 232 33<562.408 566.408> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 298.796 633.408 328.796 645.408 354.796 481.408 384.796 493.408\nRef: 8141 8141 N 1 0 0 1 -36 -6\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F03\nEncoding: 7939 7939 1375\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 474 33<245.389 256.734> 622 33<203.796 256.796 255.796 255.796>\nVStem: 63 41<192 224> 164 33<562.408 566.408> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 306.796 633.408 336.796 645.408 362.796 481.408 392.796 493.408\nRef: 8157 8157 N 1 0 0 1 -36 -6\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F04\nEncoding: 7940 7940 1376\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 474 33<171.859 183.203> 622 33<171.796 224.796 172.796 172.796>\nVStem: 63 41<192 224> 232 33<562.408 566.408> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 354.796 645.408 384.796 633.408 298.796 493.408 328.796 481.408\nRef: 8142 8142 N 1 0 0 1 -36 -6\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F05\nEncoding: 7941 7941 1377\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 474 33<245.389 256.734> 622 33<203.796 256.796 255.796 255.796>\nVStem: 63 41<192 224> 164 33<562.408 566.408> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 362.796 645.408 392.796 633.408 306.796 493.408 336.796 481.408\nRef: 8158 8158 N 1 0 0 1 -36 -6\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F06\nEncoding: 7942 7942 1378\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 33<226.063 237.407> 619 33<226 279 227 227> 675 41<315 331> 723 41<190.337 204>\nVStem: 63 41<192 224> 286 33<551 567> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 8143 8143 N 1 0 0 1 -21 -9\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F07\nEncoding: 7943 7943 1379\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 33<307.593 318.937> 619 33<266 319 318 318> 675 41<347 363> 723 41<222.337 236>\nVStem: 63 41<192 224> 226 33<551 567> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 8159 8159 N 1 0 0 1 -21 -9\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F08\nEncoding: 7944 7944 1380\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<-3.937 7.40701> 522 41<121 245 286 301> 543 33<-4 49 -3 -3>\nVStem: 9 205<16 23> 56 33<475 491> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8127 8127 S 1 0 0 1 -251 -85\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F09\nEncoding: 7945 7945 1381\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<74.593 85.937> 522 41<121 245 286 301> 543 33<33 86 85 85>\nVStem: -7 33<475 491> 9 205<16 23> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8190 8190 N 1 0 0 1 -254 -85\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0A\nEncoding: 7946 7946 1382\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<-128.345 -117.001> 522 41<121 245 286 301> 543 33<-128.408 -75.408 -127.408 -127.408>\nVStem: -68 33<482.592 486.592> 9 205<16 23> 381 210<16 23>\nDStem: -1.40799 553.592 28.592 565.592 54.592 401.592 84.592 413.592 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8141 8141 N 1 0 0 1 -336 -85\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0B\nEncoding: 7947 7947 1383\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<-62.8148 -51.4706> 522 41<121 245 286 301> 543 33<-104.408 -51.408 -52.408 -52.408>\nVStem: -144 33<482.592 486.592> 9 205<16 23> 381 210<16 23>\nDStem: -1.40799 553.592 28.592 565.592 54.592 401.592 84.592 413.592 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8157 8157 N 1 0 0 1 -344 -85\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0C\nEncoding: 7948 7948 1384\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<-128.345 -117.001> 522 41<121 245 286 301> 543 33<-128.408 -75.408 -127.408 -127.408>\nVStem: -68 33<482.592 486.592> 9 205<16 23> 381 210<16 23>\nDStem: 54.592 565.592 84.592 553.592 -1.40799 413.592 28.592 401.592 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8142 8142 N 1 0 0 1 -336 -85\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0D\nEncoding: 7949 7949 1385\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<-62.8148 -51.4706> 522 41<121 245 286 301> 543 33<-104.408 -51.408 -52.408 -52.408>\nVStem: -144 33<482.592 486.592> 9 205<16 23> 381 210<16 23>\nDStem: 54.592 565.592 84.592 553.592 -1.40799 413.592 28.592 401.592 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8158 8158 N 1 0 0 1 -344 -85\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0E\nEncoding: 7950 7950 1386\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 305 33<-101.937 -90.593> 453 33<-102 -49 -101 -101> 522 41<-13 3 121 245 286 301> 557 41<-137.663 -124>\nVStem: -42 33<385 401> 9 205<16 23> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8143 8143 S 1 0 0 1 -349 -175\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0F\nEncoding: 7951 7951 1387\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 305 33<-43.407 -32.063> 453 33<-85 -32 -33 -33> 522 41<-4 12 121 245 286 301> 557 41<-128.663 -115>\nVStem: -125 33<385 401> 9 205<16 23> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8159 8159 S 1 0 0 1 -372 -175\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F10\nEncoding: 7952 7952 1388\nWidth: 600\nFlags: H\nHStem: -2 33<285 309> 16 120<467 477> 218 38<273 305> 412 31<289 321> 483 33<272.563 283.907> 631 33<272.5 325.5 273.5 273.5>\nVStem: 145 45<133 136> 148 41<110 119> 156 39<321 323> 332 33<563 579> 452 41<30 57 89 118>\nRef: 8127 8127 N 1 0 0 1 26 3\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F11\nEncoding: 7953 7953 1389\nWidth: 600\nFlags: H\nHStem: -2 33<285 309> 16 120<467 477> 218 38<273 305> 412 31<289 321> 483 33<334.093 345.437> 631 33<292.5 345.5 344.5 344.5>\nVStem: 145 45<133 136> 148 41<110 119> 156 39<321 323> 252 33<563 579> 452 41<30 57 89 118>\nRef: 8190 8190 S 1 0 0 1 6 3\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F12\nEncoding: 7954 7954 1390\nWidth: 600\nFlags: H\nHStem: -2 33<285 309> 16 120<467 477> 218 38<273 305> 412 31<289 321> 486 33<191.859 203.203> 634 33<191.796 244.796 192.796 192.796>\nVStem: 145 45<133 136> 148 41<110 119> 156 39<321 323> 252 33<574.408 578.408> 452 41<30 57 89 118>\nDStem: 318.796 645.408 348.796 657.408 374.796 493.408 404.796 505.408\nRef: 8141 8141 N 1 0 0 1 -16 6\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F13\nEncoding: 7955 7955 1391\nWidth: 600\nFlags: H\nHStem: -2 33<285 309> 16 120<467 477> 218 38<273 305> 412 31<289 321> 486 33<265.389 276.734> 634 33<223.796 276.796 275.796 275.796>\nVStem: 145 45<133 136> 148 41<110 119> 156 39<321 323> 184 33<574.408 578.408> 452 41<30 57 89 118>\nDStem: 326.796 645.408 356.796 657.408 382.796 493.408 412.796 505.408\nRef: 8157 8157 N 1 0 0 1 -16 6\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F14\nEncoding: 7956 7956 1392\nWidth: 600\nFlags: H\nHStem: -2 33<285 309> 16 120<467 477> 218 38<273 305> 412 31<289 321> 486 33<191.859 203.203> 634 33<191.796 244.796 192.796 192.796>\nVStem: 145 45<133 136> 148 41<110 119> 156 39<321 323> 252 33<574.408 578.408> 452 41<30 57 89 118>\nDStem: 374.796 657.408 404.796 645.408 318.796 505.408 348.796 493.408\nRef: 8142 8142 N 1 0 0 1 -16 6\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F15\nEncoding: 7957 7957 1393\nWidth: 600\nFlags: H\nHStem: -2 33<285 309> 16 120<467 477> 218 38<273 305> 412 31<289 321> 486 33<265.389 276.734> 634 33<223.796 276.796 275.796 275.796>\nVStem: 145 45<133 136> 148 41<110 119> 156 39<321 323> 184 33<574.408 578.408> 452 41<30 57 89 118>\nDStem: 382.796 657.408 412.796 645.408 326.796 505.408 356.796 493.408\nRef: 8158 8158 N 1 0 0 1 -16 6\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F18\nEncoding: 7960 7960 1394\nWidth: 600\nFlags: H\nHStem: 0 41<59.4704 123 166 479> 0 187<498 502> 272 41<166 310> 395 33<-55.937 -44.593> 522 41<59.4704 123 166 458> 543 33<-56 -3 -55 -55>\nVStem: 4 33<475 491> 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nRef: 8127 8127 S 1 0 0 1 -303 -85\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F19\nEncoding: 7961 7961 1395\nWidth: 600\nFlags: H\nHStem: 0 41<59.4704 123 166 479> 0 187<498 502> 272 41<166 310> 395 33<18.593 29.937> 522 41<59.4704 123 166 458> 543 33<-23 30 29 29>\nVStem: -63 33<475 491> 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nRef: 8190 8190 N 1 0 0 1 -310 -85\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1A\nEncoding: 7962 7962 1396\nWidth: 600\nFlags: H\nHStem: 0 41<59.4704 123 166 479> 0 187<498 502> 272 41<166 310> 395 33<-184.345 -173.001> 522 41<59.4704 123 166 458> 543 33<-184.408 -131.408 -183.408 -183.408>\nVStem: -124 33<482.592 486.592> 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nDStem: -57.408 553.592 -27.408 565.592 -1.40799 401.592 28.592 413.592\nRef: 8141 8141 N 1 0 0 1 -392 -85\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1B\nEncoding: 7963 7963 1397\nWidth: 600\nFlags: H\nHStem: 0 41<59.4704 123 166 479> 0 187<498 502> 272 41<166 310> 395 33<-118.815 -107.471> 522 41<59.4704 123 166 458> 543 33<-160.408 -107.408 -108.408 -108.408>\nVStem: -200 33<482.592 486.592> 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nDStem: -57.408 553.592 -27.408 565.592 -1.40799 401.592 28.592 413.592\nRef: 8157 8157 N 1 0 0 1 -400 -85\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1C\nEncoding: 7964 7964 1398\nWidth: 600\nFlags: H\nHStem: 0 41<59.4704 123 166 479> 0 187<498 502> 272 41<166 310> 395 33<-184.345 -173.001> 522 41<59.4704 123 166 458> 543 33<-184.408 -131.408 -183.408 -183.408>\nVStem: -124 33<482.592 486.592> 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nDStem: -1.40799 565.592 28.592 553.592 -57.408 413.592 -27.408 401.592\nRef: 8142 8142 N 1 0 0 1 -392 -85\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1D\nEncoding: 7965 7965 1399\nWidth: 600\nFlags: H\nHStem: 0 41<59.4704 123 166 479> 0 187<498 502> 272 41<166 310> 395 33<-118.815 -107.471> 522 41<59.4704 123 166 458> 543 33<-160.408 -107.408 -108.408 -108.408>\nVStem: -200 33<482.592 486.592> 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nDStem: -1.40799 565.592 28.592 553.592 -57.408 413.592 -27.408 401.592\nRef: 8158 8158 N 1 0 0 1 -400 -85\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F20\nEncoding: 7968 7968 1400\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 471 33<276.563 287.907> 619 33<276.5 329.5 277.5 277.5>\nVStem: 126 41<41 294 349 376> 336 33<551 567> 439 41<-145 297> 439 102<-170 -163>\nRef: 8127 8127 S 1 0 0 1 30 -9\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F21\nEncoding: 7969 7969 1401\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 474 33<366.093 377.437> 622 33<324.5 377.5 376.5 376.5>\nVStem: 126 41<41 294 349 376> 284 33<554 570> 439 41<-145 297> 439 102<-170 -163>\nRef: 8190 8190 N 1 0 0 1 38 -6\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F22\nEncoding: 7970 7970 1402\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 477 33<223.859 235.203> 625 33<223.796 276.796 224.796 224.796>\nVStem: 126 41<41 294 349 376> 284 33<565.408 569.408> 439 41<-145 297> 439 102<-170 -163>\nDStem: 350.796 636.408 380.796 648.408 406.796 484.408 436.796 496.408\nRef: 8141 8141 N 1 0 0 1 16 -3\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F23\nEncoding: 7971 7971 1403\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 477 33<297.389 308.733> 625 33<255.796 308.796 307.796 307.796>\nVStem: 126 41<41 294 349 376> 216 33<565.408 569.408> 439 41<-145 297> 439 102<-170 -163>\nDStem: 358.796 636.408 388.796 648.408 414.796 484.408 444.796 496.408\nRef: 8157 8157 N 1 0 0 1 16 -3\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F24\nEncoding: 7972 7972 1404\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 477 33<223.859 235.203> 625 33<223.796 276.796 224.796 224.796>\nVStem: 126 41<41 294 349 376> 284 33<565.408 569.408> 439 41<-145 297> 439 102<-170 -163>\nDStem: 406.796 648.408 436.796 636.408 350.796 496.408 380.796 484.408\nRef: 8142 8142 N 1 0 0 1 16 -3\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F25\nEncoding: 7973 7973 1405\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 477 33<297.389 308.733> 625 33<255.796 308.796 307.796 307.796>\nVStem: 126 41<41 294 349 376> 216 33<565.408 569.408> 439 41<-145 297> 439 102<-170 -163>\nDStem: 414.796 648.408 444.796 636.408 358.796 496.408 388.796 484.408\nRef: 8158 8158 N 1 0 0 1 16 -3\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F26\nEncoding: 7974 7974 1406\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 474 33<278.063 289.407> 622 33<278 331 279 279> 678 41<367 383> 726 41<242.337 256>\nVStem: 126 41<41 294 349 376> 338 33<554 570> 439 41<-145 297> 439 102<-170 -163>\nRef: 8143 8143 N 1 0 0 1 31 -6\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F27\nEncoding: 7975 7975 1407\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 474 33<337.593 348.937> 622 33<296 349 348 348> 678 41<377 393> 726 41<252.337 266>\nVStem: 126 41<41 294 349 376> 256 33<554 570> 439 41<-145 297> 439 102<-170 -163>\nRef: 8159 8159 S 1 0 0 1 9 -6\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F28\nEncoding: 7976 7976 1408\nWidth: 600\nFlags: H\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<-23.937 -12.593> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<-24 29 -23 -23>\nVStem: 36 33<475 491> 126 41<41 271 314 522> 437 41<41 271 314 522>\nRef: 8127 8127 N 1 0 0 1 -271 -85\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F29\nEncoding: 7977 7977 1409\nWidth: 600\nFlags: H\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<49.593 60.937> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<8 61 60 60>\nVStem: -32 33<475 491> 126 41<41 271 314 522> 437 41<41 271 314 522>\nRef: 8190 8190 N 1 0 0 1 -279 -85\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2A\nEncoding: 7978 7978 1410\nWidth: 600\nFlags: H\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<-153.345 -142.001> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<-153.408 -100.408 -152.408 -152.408>\nVStem: -93 33<482.592 486.592> 126 41<41 271 314 522> 437 41<41 271 314 522>\nDStem: -26.408 553.592 3.59201 565.592 29.592 401.592 59.592 413.592\nRef: 8141 8141 N 1 0 0 1 -361 -85\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2B\nEncoding: 7979 7979 1411\nWidth: 600\nFlags: H\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<-87.8148 -76.4706> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<-129.408 -76.408 -77.408 -77.408>\nVStem: -169 33<482.592 486.592> 126 41<41 271 314 522> 437 41<41 271 314 522>\nDStem: -26.408 553.592 3.59201 565.592 29.592 401.592 59.592 413.592\nRef: 8157 8157 N 1 0 0 1 -369 -85\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2C\nEncoding: 7980 7980 1412\nWidth: 600\nFlags: H\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<-153.345 -142.001> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<-153.408 -100.408 -152.408 -152.408>\nVStem: -93 33<482.592 486.592> 126 41<41 271 314 522> 437 41<41 271 314 522>\nDStem: 29.592 565.592 59.592 553.592 -26.408 413.592 3.59201 401.592\nRef: 8142 8142 N 1 0 0 1 -361 -85\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2D\nEncoding: 7981 7981 1413\nWidth: 600\nFlags: H\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<-87.8148 -76.4706> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<-129.408 -76.408 -77.408 -77.408>\nVStem: -169 33<482.592 486.592> 126 41<41 271 314 522> 437 41<41 271 314 522>\nDStem: 29.592 565.592 59.592 553.592 -26.408 413.592 3.59201 401.592\nRef: 8158 8158 N 1 0 0 1 -369 -85\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2E\nEncoding: 7982 7982 1414\nWidth: 600\nFlags: H\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 305 33<-123.937 -112.593> 453 33<-124 -71 -123 -123> 522 41<-35 -19 90.4704 125 168 229 373 436 479 505> 557 41<-159.663 -146>\nVStem: -64 33<385 401> 126 41<41 271 314 522> 437 41<41 271 314 522>\nRef: 8143 8143 S 1 0 0 1 -371 -175\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2F\nEncoding: 7983 7983 1415\nWidth: 600\nFlags: H\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 305 33<-69.407 -58.063> 453 33<-111 -58 -59 -59> 522 41<-30 -14 90.4704 125 168 229 373 436 479 505> 557 41<-154.663 -141>\nVStem: -151 33<385 401> 126 41<41 271 314 522> 437 41<41 271 314 522>\nRef: 8159 8159 S 1 0 0 1 -398 -175\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F30\nEncoding: 7984 7984 1416\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 471 33<207.563 218.907> 619 33<207.5 260.5 208.5 208.5>\nVStem: 261 41<104 386> 268 33<551 567>\nRef: 8127 8127 S 1 0 0 1 -40 -9\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F31\nEncoding: 7985 7985 1417\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 471 33<286.093 297.437> 619 33<244.5 297.5 296.5 296.5>\nVStem: 204 33<551 567> 261 41<104 386>\nRef: 8190 8190 N 1 0 0 1 -42 -9\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F32\nEncoding: 7986 7986 1418\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 474 33<143.859 155.203> 622 33<143.796 196.796 144.796 144.796>\nVStem: 204 33<562.408 566.408> 261 41<104 386>\nDStem: 270.796 633.408 300.796 645.408 326.796 481.408 356.796 493.408\nRef: 8141 8141 N 1 0 0 1 -64 -6\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F33\nEncoding: 7987 7987 1419\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 474 33<217.389 228.734> 622 33<175.796 228.796 227.796 227.796>\nVStem: 136 33<562.408 566.408> 261 41<104 386>\nDStem: 278.796 633.408 308.796 645.408 334.796 481.408 364.796 493.408\nRef: 8157 8157 N 1 0 0 1 -64 -6\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F34\nEncoding: 7988 7988 1420\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 474 33<143.859 155.203> 622 33<143.796 196.796 144.796 144.796>\nVStem: 204 33<562.408 566.408> 261 41<104 386>\nDStem: 326.796 645.408 356.796 633.408 270.796 493.408 300.796 481.408\nRef: 8142 8142 N 1 0 0 1 -64 -6\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F35\nEncoding: 7989 7989 1421\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 474 33<217.389 228.734> 622 33<175.796 228.796 227.796 227.796>\nVStem: 136 33<562.408 566.408> 261 41<104 386>\nDStem: 334.796 645.408 364.796 633.408 278.796 493.408 308.796 481.408\nRef: 8158 8158 N 1 0 0 1 -64 -6\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F36\nEncoding: 7990 7990 1422\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 471 33<198.063 209.407> 619 33<198 251 199 199> 675 41<287 303> 723 41<162.337 176>\nVStem: 258 33<551 567> 261 41<104 386>\nRef: 8143 8143 N 1 0 0 1 -49 -9\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F37\nEncoding: 7991 7991 1423\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 471 33<279.593 290.937> 619 33<238 291 290 290> 675 41<319 335> 723 41<194.337 208>\nVStem: 198 33<551 567> 261 41<104 386>\nRef: 8159 8159 N 1 0 0 1 -49 -9\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F38\nEncoding: 7992 7992 1424\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 395 33<18.063 29.407> 522 41<129.47 278 321 465> 543 33<18 71 19 19>\nVStem: 78 33<475 491> 279 41<41 522>\nRef: 8127 8127 S 1 0 0 1 -229 -85\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F39\nEncoding: 7993 7993 1425\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 395 33<88.593 99.937> 522 41<129.47 278 321 465> 543 33<47 100 99 99>\nVStem: 7 33<475 491> 279 41<41 522>\nRef: 8190 8190 N 1 0 0 1 -240 -85\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3A\nEncoding: 7994 7994 1426\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 395 33<-114.345 -103.001> 522 41<129.47 278 321 465> 543 33<-114.408 -61.408 -113.408 -113.408>\nVStem: -54 33<482.592 486.592> 279 41<41 522>\nDStem: 12.592 553.592 42.592 565.592 68.592 401.592 98.592 413.592\nRef: 8141 8141 N 1 0 0 1 -322 -85\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3B\nEncoding: 7995 7995 1427\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 395 33<-48.8148 -37.4706> 522 41<129.47 278 321 465> 543 33<-90.408 -37.408 -38.408 -38.408>\nVStem: -130 33<482.592 486.592> 279 41<41 522>\nDStem: 12.592 553.592 42.592 565.592 68.592 401.592 98.592 413.592\nRef: 8157 8157 N 1 0 0 1 -330 -85\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3C\nEncoding: 7996 7996 1428\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 395 33<-114.345 -103.001> 522 41<129.47 278 321 465> 543 33<-114.408 -61.408 -113.408 -113.408>\nVStem: -54 33<482.592 486.592> 279 41<41 522>\nDStem: 68.592 565.592 98.592 553.592 12.592 413.592 42.592 401.592\nRef: 8142 8142 N 1 0 0 1 -322 -85\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3D\nEncoding: 7997 7997 1429\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 395 33<-48.8148 -37.4706> 522 41<129.47 278 321 465> 543 33<-90.408 -37.408 -38.408 -38.408>\nVStem: -130 33<482.592 486.592> 279 41<41 522>\nDStem: 68.592 565.592 98.592 553.592 12.592 413.592 42.592 401.592\nRef: 8158 8158 N 1 0 0 1 -330 -85\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3E\nEncoding: 7998 7998 1430\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 305 33<-77.937 -66.593> 453 33<-78 -25 -77 -77> 522 41<11 27 129.47 278 321 465> 557 41<-113.663 -100>\nVStem: -18 33<385 401> 279 41<41 522>\nRef: 8143 8143 S 1 0 0 1 -325 -175\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3F\nEncoding: 7999 7999 1431\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 305 33<-29.407 -18.063> 453 33<-71 -18 -19 -19> 522 41<10 26 129.47 278 321 465> 557 41<-114.663 -101>\nVStem: -111 33<385 401> 279 41<41 522>\nRef: 8159 8159 S 1 0 0 1 -358 -175\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F40\nEncoding: 8000 8000 1432\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 390 41<279.738 312> 470 33<245.563 256.907> 618 33<245.5 298.5 246.5 246.5>\nVStem: 72 41<192 224> 306 33<550 566> 487 41<192 224>\nRef: 8127 8127 S 1 0 0 1 -2 -10\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F41\nEncoding: 8001 8001 1433\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 390 41<279.738 312> 471 33<335.093 346.437> 619 33<293.5 346.5 345.5 345.5>\nVStem: 72 41<192 224> 254 33<551 567> 487 41<192 224>\nRef: 8190 8190 N 1 0 0 1 6 -9\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F42\nEncoding: 8002 8002 1434\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 390 41<279.738 312> 474 33<192.859 204.203> 622 33<192.796 245.796 193.796 193.796>\nVStem: 72 41<192 224> 253 33<562.408 566.408> 487 41<192 224>\nDStem: 319.796 633.408 349.796 645.408 375.796 481.408 405.796 493.408\nRef: 8141 8141 N 1 0 0 1 -15 -6\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F43\nEncoding: 8003 8003 1435\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 390 41<279.738 312> 474 33<266.389 277.734> 622 33<224.796 277.796 276.796 276.796>\nVStem: 72 41<192 224> 185 33<562.408 566.408> 487 41<192 224>\nDStem: 327.796 633.408 357.796 645.408 383.796 481.408 413.796 493.408\nRef: 8157 8157 N 1 0 0 1 -15 -6\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F44\nEncoding: 8004 8004 1436\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 390 41<279.738 312> 474 33<192.859 204.203> 622 33<192.796 245.796 193.796 193.796>\nVStem: 72 41<192 224> 253 33<562.408 566.408> 487 41<192 224>\nDStem: 375.796 645.408 405.796 633.408 319.796 493.408 349.796 481.408\nRef: 8142 8142 N 1 0 0 1 -15 -6\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F45\nEncoding: 8005 8005 1437\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 390 41<279.738 312> 474 33<266.389 277.734> 622 33<224.796 277.796 276.796 276.796>\nVStem: 72 41<192 224> 185 33<562.408 566.408> 487 41<192 224>\nDStem: 383.796 645.408 413.796 633.408 327.796 493.408 357.796 481.408\nRef: 8158 8158 N 1 0 0 1 -15 -6\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F48\nEncoding: 8008 8008 1438\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 395 33<-23.937 -12.593> 535 41<291 307> 543 33<-24 29 -23 -23>\nVStem: 36 33<475 491> 51 41<256 304> 508 41<256 288>\nRef: 8127 8127 S 1 0 0 1 -271 -85\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F49\nEncoding: 8009 8009 1439\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 395 33<41.593 52.937> 535 41<291 307> 543 33<0 53 52 52>\nVStem: -40 33<475 491> 51 41<256 304> 508 41<256 288>\nRef: 8190 8190 S 1 0 0 1 -287 -85\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4A\nEncoding: 8010 8010 1440\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 395 33<-158.345 -147.001> 535 41<291 307> 543 33<-158.408 -105.408 -157.408 -157.408>\nVStem: -98 33<482.592 486.592> 51 41<256 304> 508 41<256 288>\nDStem: -31.408 553.592 -1.40799 565.592 24.592 401.592 54.592 413.592\nRef: 8141 8141 S 1 0 0 1 -366 -85\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4B\nEncoding: 8011 8011 1441\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 395 33<-94.8148 -83.4708> 535 41<291 307> 543 33<-136.408 -83.4078 -84.4078 -84.4078>\nVStem: -176 33<482.592 486.592> 51 41<256 304> 508 41<256 288>\nDStem: -33.4078 553.592 -3.40781 565.592 22.5922 401.592 52.5922 413.592\nRef: 8157 8157 S 1 0 0 1 -376 -85\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4C\nEncoding: 8012 8012 1442\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 395 33<-121.345 -110.001> 535 41<291 307> 543 33<-121.408 -68.408 -120.408 -120.408>\nVStem: -61 33<482.592 486.592> 51 41<256 304> 508 41<256 288>\nDStem: 61.592 565.592 91.592 553.592 5.59198 413.592 35.592 401.592\nRef: 8142 8142 S 1 0 0 1 -329 -85\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4D\nEncoding: 8013 8013 1443\nWidth: 600\nFlags: H\nHStem: -16 41<291 307> 395 33<-55.815 -44.471> 535 41<291 307> 543 33<-97.408 -44.408 -45.408 -45.408>\nVStem: -137 33<482.592 486.592> 51 41<256 304> 508 41<256 288>\nDStem: 61.592 565.592 91.592 553.592 5.59198 413.592 35.592 401.592\nRef: 8158 8158 S 1 0 0 1 -337 -85\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F50\nEncoding: 8016 8016 1444\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 471 33<241.563 252.907> 619 33<241.5 294.5 242.5 242.5>\nVStem: 123 42<132 377> 302 33<551 567> 431 41<143 375>\nRef: 8127 8127 S 1 0 0 1 -6 -9\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F51\nEncoding: 8017 8017 1445\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 471 33<333.093 344.437> 619 33<291.5 344.5 343.5 343.5>\nVStem: 123 42<132 377> 252 33<551 567> 431 41<143 375>\nRef: 8190 8190 N 1 0 0 1 4 -9\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F52\nEncoding: 8018 8018 1446\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 474 33<190.859 202.203> 622 33<190.796 243.796 191.796 191.796>\nVStem: 123 42<132 377> 251 33<562.408 566.408> 431 41<143 375>\nDStem: 317.796 633.408 347.796 645.408 373.796 481.408 403.796 493.408\nRef: 8141 8141 N 1 0 0 1 -17 -6\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F53\nEncoding: 8019 8019 1447\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 474 33<264.389 275.734> 622 33<222.796 275.796 274.796 274.796>\nVStem: 123 42<132 377> 183 33<562.408 566.408> 431 41<143 375>\nDStem: 325.796 633.408 355.796 645.408 381.796 481.408 411.796 493.408\nRef: 8157 8157 N 1 0 0 1 -17 -6\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F54\nEncoding: 8020 8020 1448\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 474 33<190.859 202.203> 622 33<190.796 243.796 191.796 191.796>\nVStem: 123 42<132 377> 251 33<562.408 566.408> 431 41<143 375>\nDStem: 373.796 645.408 403.796 633.408 317.796 493.408 347.796 481.408\nRef: 8142 8142 N 1 0 0 1 -17 -6\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F55\nEncoding: 8021 8021 1449\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 474 33<264.389 275.734> 622 33<222.796 275.796 274.796 274.796>\nVStem: 123 42<132 377> 183 33<562.408 566.408> 431 41<143 375>\nDStem: 381.796 645.408 411.796 633.408 325.796 493.408 355.796 481.408\nRef: 8158 8158 N 1 0 0 1 -17 -6\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F56\nEncoding: 8022 8022 1450\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 471 33<245.063 256.407> 619 33<245 298 246 246> 675 41<334 350> 723 41<209.337 223>\nVStem: 123 42<132 377> 305 33<551 567> 431 41<143 375>\nRef: 8143 8143 N 1 0 0 1 -2 -9\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F57\nEncoding: 8023 8023 1451\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 471 33<319.593 330.937> 619 33<278 331 330 330> 675 41<359 375> 723 41<234.337 248>\nVStem: 123 42<132 377> 238 33<551 567> 431 41<143 375>\nRef: 8159 8159 S 1 0 0 1 -9 -9\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F59\nEncoding: 8025 8025 1452\nWidth: 600\nFlags: H\nHStem: 0 41<165.47 280 323 435> 395 33<24.593 35.937> 522 41<67.4704 102 152 195 403 451 498 531> 543 33<-17 36 35 35>\nVStem: -57 33<475 491> 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nRef: 8190 8190 S 1 0 0 1 -304 -85\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5B\nEncoding: 8027 8027 1453\nWidth: 600\nFlags: H\nHStem: 0 41<165.47 280 323 435> 395 33<-98.8148 -87.4708> 522 41<67.4704 102 152 195 403 451 498 531> 543 33<-140.408 -87.4078 -88.4078 -88.4078>\nVStem: -180 33<482.592 486.592> 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: -37.4078 553.592 -7.40781 565.592 18.5922 401.592 48.5922 413.592 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nRef: 8157 8157 S 1 0 0 1 -380 -85\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5D\nEncoding: 8029 8029 1454\nWidth: 600\nFlags: H\nHStem: 0 41<165.47 280 323 435> 395 33<-113.815 -102.471> 522 41<67.4704 102 152 195 403 451 498 531> 543 33<-155.408 -102.408 -103.408 -103.408>\nVStem: -195 33<482.592 486.592> 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: 3.59219 565.592 33.5922 553.592 -52.4078 413.592 -22.4078 401.592 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nRef: 8158 8158 S 1 0 0 1 -395 -85\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5F\nEncoding: 8031 8031 1455\nWidth: 600\nFlags: H\nHStem: 0 41<165.47 280 323 435> 395 33<24.593 35.937> 522 41<67.4704 102 152 195 403 451 498 531> 543 33<-17 36 35 35> 616 41<125.5 140.5> 664 41<0 16>\nVStem: -57 33<475 491> 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nRef: 732 732 N 1 0 0 1 -230 100\nRef: 8025 8025 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F60\nEncoding: 8032 8032 1456\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 33<246.563 257.907> 619 33<246.5 299.5 247.5 247.5>\nVStem: 43 38<192 224> 51 164<407 412> 278 41<112 257> 306 33<551 567> 380 165<407 416> 515 37<208 224>\nRef: 8127 8127 S 1 0 0 1 -0 -9\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F61\nEncoding: 8033 8033 1457\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 33<341.093 352.437> 619 33<299.5 352.5 351.5 351.5>\nVStem: 43 38<192 224> 51 164<407 412> 260 33<551 567> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nRef: 8190 8190 S 1 0 0 1 12 -9\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F62\nEncoding: 8034 8034 1458\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 474 33<198.859 210.203> 622 33<198.796 251.796 199.796 199.796>\nVStem: 43 38<192 224> 51 164<407 412> 259 33<562.408 566.408> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 325.796 633.408 355.796 645.408 381.796 481.408 411.796 493.408\nRef: 8141 8141 S 1 0 0 1 -9 -6\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F63\nEncoding: 8035 8035 1459\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 474 33<268.389 279.733> 622 33<226.796 279.796 278.796 278.796>\nVStem: 43 38<192 224> 51 164<407 412> 187 33<562.408 566.408> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 329.796 633.408 359.796 645.408 385.796 481.408 415.796 493.408\nRef: 8157 8157 S 1 0 0 1 -13 -6\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F64\nEncoding: 8036 8036 1460\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 474 33<194.859 206.203> 622 33<194.796 247.796 195.796 195.796>\nVStem: 43 38<192 224> 51 164<407 412> 255 33<562.408 566.408> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 377.796 645.408 407.796 633.408 321.796 493.408 351.796 481.408\nRef: 8142 8142 S 1 0 0 1 -13 -6\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F65\nEncoding: 8037 8037 1461\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 474 33<268.389 279.733> 622 33<226.796 279.796 278.796 278.796>\nVStem: 43 38<192 224> 51 164<407 412> 187 33<562.408 566.408> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 385.796 645.408 415.796 633.408 329.796 493.408 359.796 481.408\nRef: 8158 8158 S 1 0 0 1 -13 -6\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F66\nEncoding: 8038 8038 1462\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 33<253.063 264.407> 619 33<253 306 254 254> 675 41<342 358> 723 41<217.337 231>\nVStem: 43 38<192 224> 51 164<407 412> 278 41<112 257> 313 33<551 567> 380 165<407 416> 515 37<208 224>\nRef: 8143 8143 S 1 0 0 1 6 -9\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F67\nEncoding: 8039 8039 1463\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 33<330.593 341.937> 619 33<289 342 341 341> 675 41<370 386> 723 41<245.337 259>\nVStem: 43 38<192 224> 51 164<407 412> 249 33<551 567> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nRef: 8159 8159 S 1 0 0 1 2 -9\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F68\nEncoding: 8040 8040 1464\nWidth: 600\nFlags: H\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<-22.937 -11.593> 521 42<257 344> 543 33<-23 30 -22 -22>\nVStem: 37 33<475 491> 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nRef: 8127 8127 S 1 0 0 1 -270 -85\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F69\nEncoding: 8041 8041 1465\nWidth: 600\nFlags: H\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<42.593 53.937> 521 42<257 344> 543 33<1 54 53 53>\nVStem: -39 33<475 491> 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nRef: 8190 8190 S 1 0 0 1 -286 -85\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6A\nEncoding: 8042 8042 1466\nWidth: 600\nFlags: H\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<-161.345 -150.001> 521 42<257 344> 543 33<-161.408 -108.408 -160.408 -160.408>\nVStem: -101 33<482.592 486.592> 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nDStem: -34.408 553.592 -4.40802 565.592 21.592 401.592 51.592 413.592\nRef: 8141 8141 S 1 0 0 1 -369 -85\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6B\nEncoding: 8043 8043 1467\nWidth: 600\nFlags: H\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<-92.815 -81.471> 521 42<257 344> 543 33<-134.408 -81.408 -82.408 -82.408>\nVStem: -174 33<482.592 486.592> 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nDStem: -31.408 553.592 -1.40802 565.592 24.592 401.592 54.592 413.592\nRef: 8157 8157 S 1 0 0 1 -374 -85\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6C\nEncoding: 8044 8044 1468\nWidth: 600\nFlags: H\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<-122.345 -111.001> 521 42<257 344> 543 33<-122.408 -69.408 -121.408 -121.408>\nVStem: -62 33<482.592 486.592> 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nDStem: 60.592 565.592 90.592 553.592 4.59198 413.592 34.592 401.592\nRef: 8142 8142 S 1 0 0 1 -330 -85\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6D\nEncoding: 8045 8045 1469\nWidth: 600\nFlags: H\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<-51.815 -40.471> 521 42<257 344> 543 33<-93.408 -40.408 -41.408 -41.408>\nVStem: -133 33<482.592 486.592> 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nDStem: 65.592 565.592 95.592 553.592 9.59198 413.592 39.592 401.592\nRef: 8158 8158 S 1 0 0 1 -333 -85\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6E\nEncoding: 8046 8046 1470\nWidth: 600\nFlags: H\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 283 33<-76.937 -65.593> 431 33<-77 -24 -76 -76> 487 41<12 28> 521 42<257 344> 535 41<-112.663 -99>\nVStem: -17 33<363 379> 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nRef: 8143 8143 S 1 0 0 1 -324 -197\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6F\nEncoding: 8047 8047 1471\nWidth: 600\nFlags: H\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 283 33<-13.407 -2.06299> 431 33<-55 -2 -3 -3> 487 41<26 42> 521 42<257 344> 535 41<-98.663 -85>\nVStem: -95 33<363 379> 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nRef: 8159 8159 S 1 0 0 1 -342 -197\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F70\nEncoding: 8048 8048 1472\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287>\nVStem: 63 41<192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 236 633.408 266 645.408 292 481.408 322 493.408\nRef: 8175 8175 N 1 0 0 1 -7 -6\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F71\nEncoding: 8049 8049 1473\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287>\nVStem: 63 41<192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 292 645.408 322 633.408 236 493.408 266 481.408\nRef: 8189 8189 N 1 0 0 1 -7 -6\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F72\nEncoding: 8050 8050 1474\nWidth: 600\nFlags: H\nHStem: -2 33<285 309> 16 120<467 477> 218 38<273 305> 412 31<289 321>\nVStem: 145 45<133 136> 148 41<110 119> 156 39<321 323> 452 41<30 57 89 118>\nDStem: 256 645.408 286 657.408 312 493.408 342 505.408\nRef: 8175 8175 N 1 0 0 1 13 6\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F73\nEncoding: 8051 8051 1475\nWidth: 600\nFlags: H\nHStem: -2 33<285 309> 16 120<467 477> 218 38<273 305> 412 31<289 321>\nVStem: 145 45<133 136> 148 41<110 119> 156 39<321 323> 452 41<30 57 89 118>\nDStem: 312 657.408 342 645.408 256 505.408 286 493.408\nRef: 8189 8189 N 1 0 0 1 13 6\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F74\nEncoding: 8052 8052 1476\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341>\nVStem: 126 41<41 294 349 376> 439 41<-145 297> 439 102<-170 -163>\nDStem: 288 636.408 318 648.408 344 484.408 374 496.408\nRef: 8175 8175 N 1 0 0 1 45 -3\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F75\nEncoding: 8053 8053 1477\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341>\nVStem: 126 41<41 294 349 376> 439 41<-145 297> 439 102<-170 -163>\nDStem: 344 648.408 374 636.408 288 496.408 318 484.408\nRef: 8189 8189 N 1 0 0 1 45 -3\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F76\nEncoding: 8054 8054 1478\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261>\nVStem: 261 41<104 386>\nDStem: 208 633.408 238 645.408 264 481.408 294 493.408\nRef: 8175 8175 N 1 0 0 1 -35 -6\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F77\nEncoding: 8055 8055 1479\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261>\nVStem: 261 41<104 386>\nDStem: 264 645.408 294 633.408 208 493.408 238 481.408\nRef: 8189 8189 N 1 0 0 1 -35 -6\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F78\nEncoding: 8056 8056 1480\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 390 41<279.738 312>\nVStem: 72 41<192 224> 487 41<192 224>\nDStem: 257 633.408 287 645.408 313 481.408 343 493.408\nRef: 8175 8175 N 1 0 0 1 14 -6\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F79\nEncoding: 8057 8057 1481\nWidth: 600\nFlags: H\nHStem: -16 41<279.738 312> 390 41<279.738 312>\nVStem: 72 41<192 224> 487 41<192 224>\nDStem: 313 645.408 343 633.408 257 493.408 287 481.408\nRef: 8189 8189 N 1 0 0 1 14 -6\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7A\nEncoding: 8058 8058 1482\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527>\nVStem: 123 42<132 377> 431 41<143 375>\nDStem: 255 633.408 285 645.408 311 481.408 341 493.408\nRef: 8175 8175 N 1 0 0 1 12 -6\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7B\nEncoding: 8059 8059 1483\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527>\nVStem: 123 42<132 377> 431 41<143 375>\nDStem: 311 645.408 341 633.408 255 493.408 285 481.408\nRef: 8189 8189 N 1 0 0 1 12 -6\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7C\nEncoding: 8060 8060 1484\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517>\nVStem: 43 38<192 224> 51 164<407 412> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 259 633.408 289 645.408 315 481.408 345 493.408\nRef: 8175 8175 S 1 0 0 1 16 -6\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7D\nEncoding: 8061 8061 1485\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517>\nVStem: 43 38<192 224> 51 164<407 412> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 315 645.408 345 633.408 259 493.408 289 481.408\nRef: 8189 8189 S 1 0 0 1 16 -6\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F80\nEncoding: 8064 8064 1486\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 33<243.563 254.907> 619 33<243.5 296.5 244.5 244.5>\nVStem: 258 41<-111 -57 192 224> 304 33<551 567> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 7936 7936 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F81\nEncoding: 8065 8065 1487\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 33<314.093 325.437> 619 33<272.5 325.5 324.5 324.5>\nVStem: 232 33<551 567> 258 41<-111 -57 192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 7937 7937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F82\nEncoding: 8066 8066 1488\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 474 33<171.859 183.203> 622 33<171.796 224.796 172.796 172.796>\nVStem: 232 33<562.408 566.408> 258 41<-111 -57 192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 298.796 633.408 328.796 645.408 354.796 481.408 384.796 493.408\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 7938 7938 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F83\nEncoding: 8067 8067 1489\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 474 33<245.389 256.734> 622 33<203.796 256.796 255.796 255.796>\nVStem: 164 33<562.408 566.408> 258 41<-111 -57 192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 306.796 633.408 336.796 645.408 362.796 481.408 392.796 493.408\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 7939 7939 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F84\nEncoding: 8068 8068 1490\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 474 33<171.859 183.203> 622 33<171.796 224.796 172.796 172.796>\nVStem: 232 33<562.408 566.408> 258 41<-111 -57 192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 354.796 645.408 384.796 633.408 298.796 493.408 328.796 481.408\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 7940 7940 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F85\nEncoding: 8069 8069 1491\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 474 33<245.389 256.734> 622 33<203.796 256.796 255.796 255.796>\nVStem: 164 33<562.408 566.408> 258 41<-111 -57 192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 362.796 645.408 392.796 633.408 306.796 493.408 336.796 481.408\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 7941 7941 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F86\nEncoding: 8070 8070 1492\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 33<226.063 237.407> 619 33<226 279 227 227> 675 41<315 331> 723 41<190.337 204>\nVStem: 63 41<192 224> 258 41<-111 -57> 286 33<551 567> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 7942 7942 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F87\nEncoding: 8071 8071 1493\nWidth: 600\nFlags: HW\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 33<307.593 318.937> 619 33<266 319 318 318> 675 41<347 363> 723 41<222.337 236>\nVStem: 63 41<192 224> 226 33<551 567> 258 41<-111 -57> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 7943 7943 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F88\nEncoding: 8072 8072 1494\nWidth: 600\nFlags: HW\nHStem: -256 41<409.94 439> -77 20<279 320> 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<-3.937 7.40701> 522 41<121 245 286 301> 543 33<-4 49 -3 -3>\nVStem: 9 205<16 23> 56 33<475 491> 279 41<-112 -58> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8126 8126 S 1 0 0 1 24 -57\nRef: 7944 7944 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F89\nEncoding: 8073 8073 1495\nWidth: 600\nFlags: HW\nHStem: -256 41<409.94 439> -77 20<279 320> 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<74.593 85.937> 522 41<121 245 286 301> 543 33<33 86 85 85>\nVStem: -7 33<475 491> 9 205<16 23> 279 41<-112 -58> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8126 8126 S 1 0 0 1 24 -57\nRef: 7945 7945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8A\nEncoding: 8074 8074 1496\nWidth: 600\nFlags: HW\nHStem: -256 41<409.94 439> -77 20<279 320> 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<-128.345 -117.001> 522 41<121 245 286 301> 543 33<-128.408 -75.408 -127.408 -127.408>\nVStem: -68 33<482.592 486.592> 9 205<16 23> 279 41<-112 -58> 381 210<16 23>\nDStem: -1.40799 553.592 28.592 565.592 54.592 401.592 84.592 413.592 246 522 162 188 67 41 108 41 246 522 286 522 67 41 178 229 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8126 8126 S 1 0 0 1 24 -57\nRef: 7946 7946 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8B\nEncoding: 8075 8075 1497\nWidth: 600\nFlags: HW\nHStem: -256 41<409.94 439> -77 20<279 320> 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<-62.8148 -51.4706> 522 41<121 245 286 301> 543 33<-104.408 -51.408 -52.408 -52.408>\nVStem: -144 33<482.592 486.592> 9 205<16 23> 279 41<-112 -58> 381 210<16 23>\nDStem: -1.40799 553.592 28.592 565.592 54.592 401.592 84.592 413.592 246 522 162 188 67 41 108 41 246 522 286 522 67 41 178 229 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8126 8126 S 1 0 0 1 24 -57\nRef: 7947 7947 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8C\nEncoding: 8076 8076 1498\nWidth: 600\nFlags: HW\nHStem: -256 41<409.94 439> -77 20<279 320> 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<-128.345 -117.001> 522 41<121 245 286 301> 543 33<-128.408 -75.408 -127.408 -127.408>\nVStem: -68 33<482.592 486.592> 9 205<16 23> 279 41<-112 -58> 381 210<16 23>\nDStem: 54.592 565.592 84.592 553.592 -1.40799 413.592 28.592 401.592 246 522 162 188 67 41 108 41 246 522 286 522 67 41 178 229 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8126 8126 S 1 0 0 1 24 -57\nRef: 7948 7948 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8D\nEncoding: 8077 8077 1499\nWidth: 600\nFlags: HW\nHStem: -256 41<409.94 439> -77 20<279 320> 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 395 33<-62.8148 -51.4706> 522 41<121 245 286 301> 543 33<-104.408 -51.408 -52.408 -52.408>\nVStem: -144 33<482.592 486.592> 9 205<16 23> 279 41<-112 -58> 381 210<16 23>\nDStem: 54.592 565.592 84.592 553.592 -1.40799 413.592 28.592 401.592 246 522 162 188 67 41 108 41 246 522 286 522 67 41 178 229 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8126 8126 S 1 0 0 1 24 -57\nRef: 7949 7949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8E\nEncoding: 8078 8078 1500\nWidth: 600\nFlags: HW\nHStem: -256 41<409.94 439> -77 20<279 320> 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 305 33<-101.937 -90.593> 453 33<-102 -49 -101 -101> 522 41<-13 3 121 245 286 301> 557 41<-137.663 -124>\nVStem: -42 33<385 401> 9 205<16 23> 279 41<-112 -58> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8126 8126 S 1 0 0 1 24 -57\nRef: 7950 7950 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8F\nEncoding: 8079 8079 1501\nWidth: 600\nFlags: HW\nHStem: -256 41<409.94 439> -77 20<279 320> 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 305 33<-43.407 -32.063> 453 33<-85 -32 -33 -33> 522 41<-4 12 121 245 286 301> 557 41<-128.663 -115>\nVStem: -125 33<385 401> 9 205<16 23> 279 41<-112 -58> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8126 8126 S 1 0 0 1 24 -57\nRef: 7951 7951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F90\nEncoding: 8080 8080 1502\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 471 33<276.563 287.907> 619 33<276.5 329.5 277.5 277.5>\nVStem: 137 41<-109 -55 41 294 349 376> 336 33<551 567> 439 41<-145 297> 439 102<-170 -163>\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 7968 7968 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F91\nEncoding: 8081 8081 1503\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 474 33<366.093 377.437> 622 33<324.5 377.5 376.5 376.5>\nVStem: 137 41<-109 -55 41 294 349 376> 284 33<554 570> 439 41<-145 297> 439 102<-170 -163>\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 7969 7969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F92\nEncoding: 8082 8082 1504\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 477 33<223.859 235.203> 625 33<223.796 276.796 224.796 224.796>\nVStem: 137 41<-109 -55 41 294 349 376> 284 33<565.408 569.408> 439 41<-145 297> 439 102<-170 -163>\nDStem: 350.796 636.408 380.796 648.408 406.796 484.408 436.796 496.408\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 7970 7970 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F93\nEncoding: 8083 8083 1505\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 477 33<297.389 308.733> 625 33<255.796 308.796 307.796 307.796>\nVStem: 137 41<-109 -55 41 294 349 376> 216 33<565.408 569.408> 439 41<-145 297> 439 102<-170 -163>\nDStem: 358.796 636.408 388.796 648.408 414.796 484.408 444.796 496.408\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 7971 7971 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F94\nEncoding: 8084 8084 1506\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 477 33<223.859 235.203> 625 33<223.796 276.796 224.796 224.796>\nVStem: 137 41<-109 -55 41 294 349 376> 284 33<565.408 569.408> 439 41<-145 297> 439 102<-170 -163>\nDStem: 406.796 648.408 436.796 636.408 350.796 496.408 380.796 484.408\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 7972 7972 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F95\nEncoding: 8085 8085 1507\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 477 33<297.389 308.733> 625 33<255.796 308.796 307.796 307.796>\nVStem: 137 41<-109 -55 41 294 349 376> 216 33<565.408 569.408> 439 41<-145 297> 439 102<-170 -163>\nDStem: 414.796 648.408 444.796 636.408 358.796 496.408 388.796 484.408\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 7973 7973 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F96\nEncoding: 8086 8086 1508\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 474 33<278.063 289.407> 622 33<278 331 279 279> 678 41<367 383> 726 41<242.337 256>\nVStem: 126 41<41 294 349 376> 137 41<-109 -55> 338 33<554 570> 439 41<-145 297> 439 102<-170 -163>\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 7974 7974 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F97\nEncoding: 8087 8087 1509\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 474 33<337.593 348.937> 622 33<296 349 348 348> 678 41<377 393> 726 41<252.337 266>\nVStem: 126 41<41 294 349 376> 137 41<-109 -55> 256 33<554 570> 439 41<-145 297> 439 102<-170 -163>\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 7975 7975 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F98\nEncoding: 8088 8088 1510\nWidth: 600\nFlags: HW\nHStem: -256 41<405.94 435> -77 20<275 316> 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<-23.937 -12.593> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<-24 29 -23 -23>\nVStem: 36 33<475 491> 275 41<-112 -58 41 271 314 522> 437 41<41 271 314 522>\nRef: 8126 8126 S 1 0 0 1 20 -57\nRef: 7976 7976 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F99\nEncoding: 8089 8089 1511\nWidth: 600\nFlags: HW\nHStem: -256 41<405.94 435> -77 20<275 316> 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<49.593 60.937> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<8 61 60 60>\nVStem: -32 33<475 491> 275 41<-112 -58 41 271 314 522> 437 41<41 271 314 522>\nRef: 8126 8126 S 1 0 0 1 20 -57\nRef: 7977 7977 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9A\nEncoding: 8090 8090 1512\nWidth: 600\nFlags: HW\nHStem: -256 41<405.94 435> -77 20<275 316> 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<-153.345 -142.001> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<-153.408 -100.408 -152.408 -152.408>\nVStem: -93 33<482.592 486.592> 275 41<-112 -58 41 271 314 522> 437 41<41 271 314 522>\nDStem: -26.408 553.592 3.59201 565.592 29.592 401.592 59.592 413.592\nRef: 8126 8126 S 1 0 0 1 20 -57\nRef: 7978 7978 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9B\nEncoding: 8091 8091 1513\nWidth: 600\nFlags: HW\nHStem: -256 41<405.94 435> -77 20<275 316> 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<-87.8148 -76.4706> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<-129.408 -76.408 -77.408 -77.408>\nVStem: -169 33<482.592 486.592> 275 41<-112 -58 41 271 314 522> 437 41<41 271 314 522>\nDStem: -26.408 553.592 3.59201 565.592 29.592 401.592 59.592 413.592\nRef: 8126 8126 S 1 0 0 1 20 -57\nRef: 7979 7979 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9C\nEncoding: 8092 8092 1514\nWidth: 600\nFlags: HW\nHStem: -256 41<405.94 435> -77 20<275 316> 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<-153.345 -142.001> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<-153.408 -100.408 -152.408 -152.408>\nVStem: -93 33<482.592 486.592> 275 41<-112 -58 41 271 314 522> 437 41<41 271 314 522>\nDStem: 29.592 565.592 59.592 553.592 -26.408 413.592 3.59201 401.592\nRef: 8126 8126 S 1 0 0 1 20 -57\nRef: 7980 7980 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9D\nEncoding: 8093 8093 1515\nWidth: 600\nFlags: HW\nHStem: -256 41<405.94 435> -77 20<275 316> 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 395 33<-87.8148 -76.4706> 522 41<90.4704 125 168 229 373 436 479 505> 543 33<-129.408 -76.408 -77.408 -77.408>\nVStem: -169 33<482.592 486.592> 275 41<-112 -58 41 271 314 522> 437 41<41 271 314 522>\nDStem: 29.592 565.592 59.592 553.592 -26.408 413.592 3.59201 401.592\nRef: 8126 8126 S 1 0 0 1 20 -57\nRef: 7981 7981 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9E\nEncoding: 8094 8094 1516\nWidth: 600\nFlags: HW\nHStem: -256 41<405.94 435> -77 20<275 316> 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 305 33<-123.937 -112.593> 453 33<-124 -71 -123 -123> 522 41<-35 -19 90.4704 125 168 229 373 436 479 505> 557 41<-159.663 -146>\nVStem: -64 33<385 401> 126 41<41 271 314 522> 275 41<-112 -58> 437 41<41 271 314 522>\nRef: 8126 8126 S 1 0 0 1 20 -57\nRef: 7982 7982 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9F\nEncoding: 8095 8095 1517\nWidth: 600\nFlags: HW\nHStem: -256 41<405.94 435> -77 20<275 316> 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 305 33<-69.407 -58.063> 453 33<-111 -58 -59 -59> 522 41<-30 -14 90.4704 125 168 229 373 436 479 505> 557 41<-154.663 -141>\nVStem: -151 33<385 401> 126 41<41 271 314 522> 275 41<-112 -58> 437 41<41 271 314 522>\nRef: 8126 8126 S 1 0 0 1 20 -57\nRef: 7983 7983 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA0\nEncoding: 8096 8096 1518\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 33<246.563 257.907> 619 33<246.5 299.5 247.5 247.5>\nVStem: 43 38<192 224> 51 164<407 412> 275 41<-111 -57> 278 41<112 257> 306 33<551 567> 380 165<407 416> 515 37<208 224>\nRef: 890 890 N 1 0 0 1 20 -56\nRef: 8032 8032 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA1\nEncoding: 8097 8097 1519\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 33<341.093 352.437> 619 33<299.5 352.5 351.5 351.5>\nVStem: 43 38<192 224> 51 164<407 412> 260 33<551 567> 275 41<-111 -57> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 8033 8033 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA2\nEncoding: 8098 8098 1520\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 474 33<198.859 210.203> 622 33<198.796 251.796 199.796 199.796>\nVStem: 43 38<192 224> 51 164<407 412> 259 33<562.408 566.408> 275 41<-111 -57> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 325.796 633.408 355.796 645.408 381.796 481.408 411.796 493.408\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 8034 8034 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA3\nEncoding: 8099 8099 1521\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 474 33<268.389 279.733> 622 33<226.796 279.796 278.796 278.796>\nVStem: 43 38<192 224> 51 164<407 412> 187 33<562.408 566.408> 275 41<-111 -57> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 329.796 633.408 359.796 645.408 385.796 481.408 415.796 493.408\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 8035 8035 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA4\nEncoding: 8100 8100 1522\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 474 33<194.859 206.203> 622 33<194.796 247.796 195.796 195.796>\nVStem: 43 38<192 224> 51 164<407 412> 255 33<562.408 566.408> 275 41<-111 -57> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 377.796 645.408 407.796 633.408 321.796 493.408 351.796 481.408\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 8036 8036 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA5\nEncoding: 8101 8101 1523\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 474 33<268.389 279.733> 622 33<226.796 279.796 278.796 278.796>\nVStem: 43 38<192 224> 51 164<407 412> 187 33<562.408 566.408> 275 41<-111 -57> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 385.796 645.408 415.796 633.408 329.796 493.408 359.796 481.408\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 8037 8037 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA6\nEncoding: 8102 8102 1524\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 33<253.063 264.407> 619 33<253 306 254 254> 675 41<342 358> 723 41<217.337 231>\nVStem: 43 38<192 224> 51 164<407 412> 275 41<-111 -57> 278 41<112 257> 313 33<551 567> 380 165<407 416> 515 37<208 224>\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 8038 8038 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA7\nEncoding: 8103 8103 1525\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 33<330.593 341.937> 619 33<289 342 341 341> 675 41<370 386> 723 41<245.337 259>\nVStem: 43 38<192 224> 51 164<407 412> 249 33<551 567> 275 41<-111 -57> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 8039 8039 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA8\nEncoding: 8104 8104 1526\nWidth: 600\nFlags: HW\nHStem: -258 41<416.94 446> -79 20<286 327> 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<-22.937 -11.593> 521 42<257 344> 543 33<-23 30 -22 -22>\nVStem: 37 33<475 491> 70 42<41 140 336 368> 240 40<41 133> 286 41<-114 -60> 320 42<41 133> 490 40<41 144 336 368>\nRef: 8126 8126 S 1 0 0 1 31 -59\nRef: 8040 8040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA9\nEncoding: 8105 8105 1527\nWidth: 600\nFlags: HW\nHStem: -258 41<416.94 446> -79 20<286 327> 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<42.593 53.937> 521 42<257 344> 543 33<1 54 53 53>\nVStem: -39 33<475 491> 70 42<41 140 336 368> 240 40<41 133> 286 41<-114 -60> 320 42<41 133> 490 40<41 144 336 368>\nRef: 8126 8126 S 1 0 0 1 31 -59\nRef: 8041 8041 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAA\nEncoding: 8106 8106 1528\nWidth: 600\nFlags: HW\nHStem: -258 41<416.94 446> -79 20<286 327> 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<-161.345 -150.001> 521 42<257 344> 543 33<-161.408 -108.408 -160.408 -160.408>\nVStem: -101 33<482.592 486.592> 70 42<41 140 336 368> 240 40<41 133> 286 41<-114 -60> 320 42<41 133> 490 40<41 144 336 368>\nDStem: -34.408 553.592 -4.40802 565.592 21.592 401.592 51.592 413.592\nRef: 8126 8126 S 1 0 0 1 31 -59\nRef: 8042 8042 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAB\nEncoding: 8107 8107 1529\nWidth: 600\nFlags: HW\nHStem: -258 41<416.94 446> -79 20<286 327> 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<-92.815 -81.471> 521 42<257 344> 543 33<-134.408 -81.408 -82.408 -82.408>\nVStem: -174 33<482.592 486.592> 70 42<41 140 336 368> 240 40<41 133> 286 41<-114 -60> 320 42<41 133> 490 40<41 144 336 368>\nDStem: -31.408 553.592 -1.40802 565.592 24.592 401.592 54.592 413.592\nRef: 8126 8126 S 1 0 0 1 31 -59\nRef: 8043 8043 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAC\nEncoding: 8108 8108 1530\nWidth: 600\nFlags: HW\nHStem: -258 41<416.94 446> -79 20<286 327> 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<-122.345 -111.001> 521 42<257 344> 543 33<-122.408 -69.408 -121.408 -121.408>\nVStem: -62 33<482.592 486.592> 70 42<41 140 336 368> 240 40<41 133> 286 41<-114 -60> 320 42<41 133> 490 40<41 144 336 368>\nDStem: 60.592 565.592 90.592 553.592 4.59198 413.592 34.592 401.592\nRef: 8126 8126 S 1 0 0 1 31 -59\nRef: 8044 8044 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAD\nEncoding: 8109 8109 1531\nWidth: 600\nFlags: HW\nHStem: -258 41<416.94 446> -79 20<286 327> 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 395 33<-51.815 -40.471> 521 42<257 344> 543 33<-93.408 -40.408 -41.408 -41.408>\nVStem: -133 33<482.592 486.592> 70 42<41 140 336 368> 240 40<41 133> 286 41<-114 -60> 320 42<41 133> 490 40<41 144 336 368>\nDStem: 65.592 565.592 95.592 553.592 9.59198 413.592 39.592 401.592\nRef: 8126 8126 S 1 0 0 1 31 -59\nRef: 8045 8045 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAE\nEncoding: 8110 8110 1532\nWidth: 600\nFlags: HW\nHStem: -258 41<416.94 446> -79 20<286 327> 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 283 33<-76.937 -65.593> 431 33<-77 -24 -76 -76> 487 41<12 28> 521 42<257 344> 535 41<-112.663 -99>\nVStem: -17 33<363 379> 70 42<41 140 336 368> 240 40<41 133> 286 41<-114 -60> 320 42<41 133> 490 40<41 144 336 368>\nRef: 8126 8126 S 1 0 0 1 31 -59\nRef: 8046 8046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAF\nEncoding: 8111 8111 1533\nWidth: 600\nFlags: HW\nHStem: -258 41<416.94 446> -79 20<286 327> 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 283 33<-13.407 -2.06299> 431 33<-55 -2 -3 -3> 487 41<26 42> 521 42<257 344> 535 41<-98.663 -85>\nVStem: -95 33<363 379> 70 42<41 140 336 368> 240 40<41 133> 286 41<-114 -60> 320 42<41 133> 490 40<41 144 336 368>\nRef: 8126 8126 S 1 0 0 1 31 -59\nRef: 8047 8047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB0\nEncoding: 8112 8112 1534\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 41<251 307>\nVStem: 63 41<192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 728 728 N 1 0 0 1 -21 -19\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB1\nEncoding: 8113 8113 1535\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 40<161 397>\nVStem: 63 41<192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 175 175 N 1 0 0 1 -21 -65\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB2\nEncoding: 8114 8114 1536\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287>\nVStem: 258 41<-111 -57 192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nDStem: 236 633.408 266 645.408 292 481.408 322 493.408\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 8048 8048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB3\nEncoding: 8115 8115 1537\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287>\nVStem: 258 41<-111 -57 192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB4\nEncoding: 8116 8116 1538\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 145<275 281>\nVStem: 258 41<-111 -57 192 224> 259 40<487 599> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 940 940 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB6\nEncoding: 8118 8118 1539\nWidth: 600\nFlags: H\nHStem: -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 41<356 372> 519 41<231.337 245>\nVStem: 63 41<192 224> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 8128 8128 S 1 0 0 1 3 -45\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB7\nEncoding: 8119 8119 1540\nWidth: 600\nFlags: H\nHStem: -255 41<388.94 418> -76 20<258 299> -16 41<271 287> 0 41<502 559> 0 412<479 483> 390 41<271 287> 471 41<356 372> 519 41<231.337 245>\nVStem: 63 41<192 224> 258 41<-111 -57> 461 41<41 88 192 224 328 392> 461 122<16 27>\nRef: 890 890 S 1 0 0 1 3 -56\nRef: 8118 8118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB8\nEncoding: 8120 8120 1541\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 522 41<121 245 286 301> 616 41<200 256>\nVStem: 9 205<16 23> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 728 728 N 1 0 0 1 -72 126\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB9\nEncoding: 8121 8121 1542\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 522 41<121 245 286 301> 616 40<110 346>\nVStem: 9 205<16 23> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 175 175 N 1 0 0 1 -72 80\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBA\nEncoding: 8122 8122 1543\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 522 41<121 245 286 301>\nVStem: 9 205<16 23> 381 210<16 23>\nDStem: -1.408 553.592 28.592 565.592 54.592 401.592 84.592 413.592 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8175 8175 N 1 0 0 1 -244 -85\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBB\nEncoding: 8123 8123 1544\nWidth: 600\nFlags: H\nHStem: 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 522 41<121 245 286 301>\nVStem: 9 205<16 23> 381 210<16 23>\nDStem: 54.592 565.592 84.592 553.592 -1.408 413.592 28.592 401.592 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8189 8189 S 1 0 0 1 -244 -85\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBC\nEncoding: 8124 8124 1545\nWidth: 600\nFlags: HW\nHStem: -256 41<409.94 439> -77 20<279 320> 0 41<25.4704 67 109 189 397.47 483 527 569> 188 41<179 412> 522 41<121 245 286 301>\nVStem: 9 205<16 23> 279 41<-112 -58> 381 210<16 23>\nDStem: 246 522 286 522 67 41 178 229 246 522 162 188 67 41 108 41 301 522 330 563 413 229 527 41 428 188 330 563 484 41 527 41\nRef: 8126 8126 S 1 0 0 1 24 -57\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBD\nEncoding: 8125 8125 1546\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni1FBE\nEncoding: 8126 8126 1547\nWidth: 600\nFlags: HW\nHStem: -199 41<385.94 415> -20 20G<255 296>\nVStem: 255 41<-55 -1>\nFore\n296 0 m 1\n 296 -42 l 1\n 296 -110 340 -158 401 -158 c 0\n 413 -158 431 -156 439 -153 c 0\n 464 -146 466 -145 471 -145 c 0\n 481 -145 489 -154 489 -165 c 0\n 489 -173 485 -179 477 -183 c 0\n 459 -192 427 -199 402 -199 c 0\n 320 -199 255 -132 255 -48 c 1\n 255 0 l 1\n 296 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FBF\nEncoding: 8127 8127 1548\nWidth: 600\nFlags: HW\nHStem: 480 33<247.063 258.407> 628 33<247 300 248 248>\nVStem: 307 33<560 576>\nFore\n247 513 m 1\n 281 513 307 539 307 570 c 0\n 307 602 280 628 247 628 c 1\n 247 661 l 1\n 300 660 340 621 340 569 c 0\n 340 521 298 480 247 480 c 1\n 247 513 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni1FC0\nEncoding: 8128 8128 1549\nWidth: 600\nFlags: HW\nHStem: 516 41<353 369> 564 41<228.337 242>\nFore\n435 603 m 0\n 445 603 455 594 455 583 c 0\n 455 575 451 569 433 552 c 0\n 407 526 387 516 364 516 c 0\n 342 516 323 523 283 547 c 0\n 263 560 252 564 240 564 c 0\n 220 564 211 558 182 527 c 0\n 178 522 171 519 165 519 c 0\n 154 519 145 527 145 538 c 0\n 145 546 151 555 164 568 c 0\n 193 595 214 605 239 605 c 0\n 259 605 271 601 303 582 c 0\n 341 561 349 557 362 557 c 0\n 379 557 389 564 419 595 c 0\n 425 601 429 603 435 603 c 0\nEndSplineSet\nEndChar\nStartChar: uni1FC1\nEncoding: 8129 8129 1550\nWidth: 600\nFlags: HW\nHStem: 511 100<181 192 401.27 420> 644 41<360 366> 692 41<236 242>\nVStem: 140 100<559 563> 361 100<559 563>\nFore\n435 731 m 0\n 445 731 455 722 455 711 c 0\n 455 703 451 697 433 680 c 0\n 407 654 387 644 364 644 c 0\n 342 644 323 651 283 675 c 0\n 263 688 252 692 240 692 c 0\n 220 692 211 686 182 655 c 0\n 178 650 171 647 165 647 c 0\n 154 647 145 655 145 666 c 0\n 145 674 151 683 164 696 c 0\n 193 723 214 733 239 733 c 0\n 259 733 271 729 303 710 c 0\n 341 689 349 685 362 685 c 0\n 379 685 389 692 419 723 c 0\n 425 729 429 731 435 731 c 0\n190 611 m 0\n 218 611 240 588 240 560 c 0\n 240 534 217 511 190 511 c 0\n 163 511 140 534 140 561 c 0\n 140 588 163 611 190 611 c 0\n411 611 m 0\n 439 611 461 588 461 560 c 0\n 461 534 438 511 411 511 c 0\n 384 511 361 534 361 561 c 0\n 361 588 384 611 411 611 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni1FC2\nEncoding: 8130 8130 1551\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341>\nVStem: 137 41<-109 -55 41 294 349 376> 439 41<-145 297> 439 102<-170 -163>\nDStem: 288 636.408 318 648.408 344 484.408 374 496.408\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 8052 8052 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC3\nEncoding: 8131 8131 1552\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341>\nVStem: 137 41<-109 -55 41 294 349 376> 439 41<-145 297> 439 102<-170 -163>\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC4\nEncoding: 8132 8132 1553\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 474 145<317 323>\nVStem: 137 41<-109 -55 41 294 349 376> 301 40<490 602> 439 41<-145 297> 439 102<-170 -163>\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 942 942 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC6\nEncoding: 8134 8134 1554\nWidth: 600\nFlags: H\nHStem: -186 41<480 517> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 474 41<369 385> 522 41<244.337 258>\nVStem: 126 41<41 294 349 376> 439 41<-145 297> 439 102<-170 -163>\nRef: 8128 8128 S 1 0 0 1 16 -42\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC7\nEncoding: 8135 8135 1555\nWidth: 600\nFlags: H\nHStem: -253 41<267.94 297> -186 41<480 517> -74 20<137 178> 0 41<69.9599 125 168 214> 376 41<82 125> 390 41<309 341> 474 41<369 385> 522 41<244.337 258>\nVStem: 126 41<41 294 349 376> 137 41<-109 -55> 439 41<-145 297> 439 102<-170 -163>\nRef: 890 890 S 1 0 0 1 -118 -54\nRef: 8134 8134 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC8\nEncoding: 8136 8136 1556\nWidth: 600\nFlags: H\nHStem: 0 41<59.4704 123 166 479> 0 187<498 502> 272 41<166 310> 522 41<59.4704 123 166 458>\nVStem: 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nDStem: -57.408 553.592 -27.408 565.592 -1.40799 401.592 28.592 413.592\nRef: 8175 8175 N 1 0 0 1 -300 -85\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC9\nEncoding: 8137 8137 1557\nWidth: 600\nFlags: H\nHStem: 0 41<59.4704 123 166 479> 0 187<498 502> 272 41<166 310> 522 41<59.4704 123 166 458>\nVStem: 124 41<42 271 314 521> 310 41<224 271 314 368> 458 41<416 522> 479 41<41 162>\nDStem: -1.40799 565.592 28.592 553.592 -57.408 413.592 -27.408 401.592\nRef: 8189 8189 N 1 0 0 1 -300 -85\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCA\nEncoding: 8138 8138 1558\nWidth: 600\nFlags: H\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 522 41<90.4704 125 168 229 373 436 479 505>\nVStem: 126 41<41 271 314 522> 437 41<41 271 314 522>\nDStem: -26.408 553.592 3.59201 565.592 29.592 401.592 59.592 413.592\nRef: 8175 8175 N 1 0 0 1 -269 -85\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCB\nEncoding: 8139 8139 1559\nWidth: 600\nFlags: H\nHStem: 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 522 41<90.4704 125 168 229 373 436 479 505>\nVStem: 126 41<41 271 314 522> 437 41<41 271 314 522>\nDStem: 29.592 565.592 59.592 553.592 -26.408 413.592 3.59201 401.592\nRef: 8189 8189 N 1 0 0 1 -269 -85\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCC\nEncoding: 8140 8140 1560\nWidth: 600\nFlags: HW\nHStem: -250 41<413.94 443> -71 20<283 324> 0 41<73 125 168 229 373 436 479 533> 272 41<168 436> 522 41<90.4704 125 168 229 373 436 479 505>\nVStem: 283 41<-106 -52 41 271 314 522> 437 41<41 271 314 522>\nRef: 8126 8126 S 1 0 0 1 28 -51\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCD\nEncoding: 8141 8141 1561\nWidth: 600\nFlags: HW\nHStem: 480 33<208.063 219.407> 628 33<208 261 209 209>\nVStem: 268 33<568 572>\nDStem: 335 639 365 651 391 487 421 499\nFore\n365 651 m 1\n 421 499 l 1\n 425 490 420 481 412 478 c 0\n 403 474 394 479 391 487 c 1\n 335 639 l 1\n 331 648 336 657 344 660 c 0\n 353 664 362 659 365 651 c 1\n208 513 m 1\n 242 513 268 539 268 570 c 0\n 268 602 241 628 208 628 c 1\n 208 661 l 1\n 261 660 301 621 301 569 c 0\n 301 521 259 480 208 480 c 1\n 208 513 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni1FCE\nEncoding: 8142 8142 1562\nWidth: 600\nFlags: HW\nHStem: 480 33<208.063 219.407> 628 33<208 261 209 209>\nVStem: 268 33<568 572>\nDStem: 391 651 421 639 335 499 365 487\nFore\n391 651 m 1\n 394 659 403 664 412 660 c 0\n 420 657 425 648 421 639 c 1\n 365 487 l 1\n 362 479 353 474 344 478 c 0\n 336 481 331 490 335 499 c 1\n 391 651 l 1\n208 513 m 1\n 242 513 268 539 268 570 c 0\n 268 602 241 628 208 628 c 1\n 208 661 l 1\n 261 660 301 621 301 569 c 0\n 301 521 259 480 208 480 c 1\n 208 513 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni1FCF\nEncoding: 8143 8143 1563\nWidth: 600\nFlags: HW\nHStem: 480 33<247.063 258.407> 628 33<247 300 248 248> 684 41<336 352> 732 41<211.337 225>\nVStem: 307 33<560 576>\nRef: 8128 8128 S 1 0 0 1 -17 168\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD0\nEncoding: 8144 8144 1564\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 471 41<223 279>\nVStem: 261 41<104 386>\nRef: 728 728 N 1 0 0 1 -49 -19\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD1\nEncoding: 8145 8145 1565\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 471 40<133 369>\nVStem: 261 41<104 386>\nRef: 175 175 N 1 0 0 1 -49 -65\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD2\nEncoding: 8146 8146 1566\nWidth: 600\nFlags: HW\nHStem: -8 41<365 381> 386 40<190.614 261>\nVStem: 92 100<518 527> 261 41<104 386> 313 100<518 527>\nDStem: 195 634 225 646 251 482 281 494\nRef: 8173 8173 S 1 0 0 1 -48 -37\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD3\nEncoding: 8147 8147 1567\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261>\nVStem: 90 100<517.408 526.408> 261 41<104 386> 312 100<517.408 526.408>\nDStem: 273.5 645.408 303.5 633.408 217.5 493.408 247.5 481.408\nRef: 8174 8174 S 1 0 0 1 -50 -38\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD6\nEncoding: 8150 8150 1568\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 471 41<304 320> 519 41<179.337 193>\nVStem: 261 41<104 386>\nRef: 8128 8128 N 1 0 0 1 -49 -45\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD7\nEncoding: 8151 8151 1569\nWidth: 600\nFlags: H\nHStem: -8 41<365 381> 386 40<190.614 261> 471 100<131.5 142.5 351.77 370.5> 604 41<310.5 316.5> 652 41<186.5 192.5>\nVStem: 90 100<519 523> 261 41<104 386> 312 100<519 523>\nRef: 8129 8129 N 1 0 0 1 -50 -40\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD8\nEncoding: 8152 8152 1570\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 522 41<129.47 278 321 465> 616 41<271.5 327.5>\nVStem: 279 41<41 522>\nRef: 728 728 N 1 0 0 1 -0 126\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD9\nEncoding: 8153 8153 1571\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 522 41<129.47 278 321 465> 616 40<181.5 417.5>\nVStem: 279 41<41 522>\nRef: 175 175 N 1 0 0 1 -0 80\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDA\nEncoding: 8154 8154 1572\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 522 41<129.47 278 321 465>\nVStem: 279 41<41 522>\nDStem: 12.592 553.592 42.592 565.592 68.592 401.592 98.592 413.592\nRef: 8175 8175 N 1 0 0 1 -230 -85\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDB\nEncoding: 8155 8155 1573\nWidth: 600\nFlags: H\nHStem: 0 41<129.47 278 321 465> 522 41<129.47 278 321 465>\nVStem: 279 41<41 522>\nDStem: 68.592 565.592 98.592 553.592 12.592 413.592 42.592 401.592\nRef: 8189 8189 N 1 0 0 1 -230 -85\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDD\nEncoding: 8157 8157 1574\nWidth: 600\nFlags: HW\nHStem: 480 33<281.593 292.937> 628 33<240 293 292 292>\nVStem: 200 33<568 572>\nDStem: 343 639 373 651 399 487 429 499\nFore\n373 651 m 1\n 429 499 l 1\n 433 490 428 481 420 478 c 0\n 411 474 402 479 399 487 c 1\n 343 639 l 1\n 339 648 344 657 352 660 c 0\n 361 664 370 659 373 651 c 1\n293 513 m 1\n 293 480 l 1\n 242 480 200 521 200 569 c 0\n 200 621 240 660 293 661 c 1\n 293 628 l 1\n 260 628 233 602 233 570 c 0\n 233 539 259 513 293 513 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni1FDE\nEncoding: 8158 8158 1575\nWidth: 600\nFlags: HW\nHStem: 480 33<281.593 292.937> 628 33<240 293 292 292>\nVStem: 200 33<568 572>\nDStem: 399 651 429 639 343 499 373 487\nFore\n399 651 m 1\n 402 659 411 664 420 660 c 0\n 428 657 433 648 429 639 c 1\n 373 487 l 1\n 370 479 361 474 352 478 c 0\n 344 481 339 490 343 499 c 1\n 399 651 l 1\n293 513 m 1\n 293 480 l 1\n 242 480 200 521 200 569 c 0\n 200 621 240 660 293 661 c 1\n 293 628 l 1\n 260 628 233 602 233 570 c 0\n 233 539 259 513 293 513 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni1FDF\nEncoding: 8159 8159 1576\nWidth: 600\nFlags: HW\nHStem: 480 33<328.593 339.937> 628 33<287 340 339 339> 684 41<368 384> 732 41<243.337 257>\nVStem: 247 33<560 576>\nRef: 8128 8128 S 1 0 0 1 15 168\nRef: 8190 8190 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE0\nEncoding: 8160 8160 1577\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 471 41<270 326>\nVStem: 123 42<132 377> 431 41<143 375>\nRef: 728 728 N 1 0 0 1 -2 -19\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE1\nEncoding: 8161 8161 1578\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 471 40<180 416>\nVStem: 123 42<132 377> 431 41<143 375>\nRef: 175 175 N 1 0 0 1 -2 -65\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE2\nEncoding: 8162 8162 1579\nWidth: 600\nFlags: HW\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527>\nVStem: 123 42<132 377> 138 100<519 528> 359 100<519 528> 431 41<143 375>\nDStem: 241 635 271 647 297 483 327 495\nRef: 8173 8173 S 1 0 0 1 -2 -36\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE3\nEncoding: 8163 8163 1580\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527>\nVStem: 123 42<132 377> 138 100<517 526> 359 100<517 526> 431 41<143 375>\nDStem: 321 645 351 633 265 493 295 481\nRef: 8174 8174 S 1 0 0 1 -2 -38\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE4\nEncoding: 8164 8164 1581\nWidth: 600\nFlags: H\nHStem: -190 40<37.2295 101 144 245> 10 42<309 325> 400 43<309 325> 483 33<270.563 281.907> 631 33<270.5 323.5 271.5 271.5>\nVStem: 102 41<-150 100 221 228> 330 33<563 579> 490 41<210 242>\nRef: 8127 8127 N 1 0 0 1 24 3\nRef: 961 961 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE5\nEncoding: 8165 8165 1582\nWidth: 600\nFlags: H\nHStem: -190 40<37.2295 101 144 245> 10 42<309 325> 400 43<309 325> 483 33<352.093 363.437> 631 33<310.5 363.5 362.5 362.5>\nVStem: 102 41<-150 100 221 228> 270 33<563 579> 490 41<210 242>\nRef: 8190 8190 N 1 0 0 1 24 3\nRef: 961 961 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE6\nEncoding: 8166 8166 1583\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 471 41<351 367> 519 41<226.337 240>\nVStem: 123 42<132 377> 431 41<143 375>\nRef: 8128 8128 N 1 0 0 1 -2 -45\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE7\nEncoding: 8167 8167 1584\nWidth: 600\nFlags: H\nHStem: -12 41<283 299> 377 40<59.5984 123 379 430 472 527> 471 100<178.5 189.5 398.77 417.5> 604 41<357.5 363.5> 652 41<233.5 239.5>\nVStem: 123 42<132 377> 138 100<519 523> 358 100<519 523> 431 41<143 375>\nRef: 8129 8129 N 1 0 0 1 -2 -40\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE8\nEncoding: 8168 8168 1585\nWidth: 600\nFlags: H\nHStem: 0 41<165.47 280 323 435> 522 41<67.4704 102 152 195 403 451 498 531> 616 41<272 328>\nVStem: 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nRef: 728 728 N 1 0 0 1 0 126\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE9\nEncoding: 8169 8169 1586\nWidth: 600\nFlags: H\nHStem: 0 41<165.47 280 323 435> 522 41<67.4704 102 152 195 403 451 498 531> 616 40<182 418>\nVStem: 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nRef: 175 175 N 1 0 0 1 0 80\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEA\nEncoding: 8170 8170 1587\nWidth: 600\nFlags: H\nHStem: 0 41<165.47 280 323 435> 522 41<67.4704 102 152 195 403 451 498 531>\nVStem: 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: -49.408 553.592 -19.408 565.592 6.59201 401.592 36.592 413.592 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nRef: 8175 8175 N 1 0 0 1 -292 -85\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEB\nEncoding: 8171 8171 1588\nWidth: 600\nFlags: H\nHStem: 0 41<165.47 280 323 435> 522 41<67.4704 102 152 195 403 451 498 531>\nVStem: 51 165<542 545> 281 41<41 254> 384 165<542 545>\nDStem: 6.59201 565.592 36.592 553.592 -49.408 413.592 -19.408 401.592 102 522 151 522 281 254 303 295 452 522 498 522 303 295 322 254\nRef: 8189 8189 N 1 0 0 1 -292 -85\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEC\nEncoding: 8172 8172 1589\nWidth: 600\nFlags: H\nHStem: 0 41<70 124 165 303> 231 41<165 296> 395 33<18.593 29.937> 522 41<70 124 165 165 165 310 310 314> 543 33<-23 30 29 29>\nVStem: -63 33<475 491> 124 41<41 231 272 522> 458 41<363.5 432>\nRef: 8190 8190 N 1 0 0 1 -310 -85\nRef: 929 929 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FED\nEncoding: 8173 8173 1590\nWidth: 600\nFlags: HW\nVStem: 140 100<555 564> 361 100<555 564>\nDStem: 243 671 273 683 299 519 329 531\nFore\n273 683 m 2\n 329 531 l 2\n 332 522 328 513 320 510 c 0\n 311 506 302 511 299 519 c 2\n 243 671 l 2\n 240 680 244 689 252 692 c 0\n 261 696 270 691 273 683 c 2\n190 611 m 0\n 218 611 240 588 240 560 c 0\n 240 534 217 511 190 511 c 0\n 163 511 140 534 140 561 c 0\n 140 588 163 611 190 611 c 0\n411 611 m 0\n 439 611 461 588 461 560 c 0\n 461 534 438 511 411 511 c 0\n 384 511 361 534 361 561 c 0\n 361 588 384 611 411 611 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1FEE\nEncoding: 8174 8174 1591\nWidth: 600\nFlags: HW\nVStem: 140 100<555 564> 361 100<555 564>\nDStem: 323 683 353 671 267 531 297 519\nFore\n323 683 m 2\n 326 691 335 696 344 692 c 0\n 352 689 356 680 353 671 c 2\n 297 519 l 2\n 294 511 285 506 276 510 c 0\n 268 513 264 522 267 531 c 2\n 323 683 l 2\n190 611 m 0\n 218 611 240 588 240 560 c 0\n 240 534 217 511 190 511 c 0\n 163 511 140 534 140 561 c 0\n 140 588 163 611 190 611 c 0\n411 611 m 0\n 439 611 461 588 461 560 c 0\n 461 534 438 511 411 511 c 0\n 384 511 361 534 361 561 c 0\n 361 588 384 611 411 611 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1FEF\nEncoding: 8175 8175 1592\nWidth: 600\nFlags: HW\nDStem: 243 639 273 651 299 487 329 499\nFore\n273 651 m 1\n 329 499 l 1\n 333 490 328 481 320 478 c 0\n 311 474 302 479 299 487 c 1\n 243 639 l 1\n 239 648 244 657 252 660 c 0\n 261 664 270 659 273 651 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni1FF2\nEncoding: 8178 8178 1593\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517>\nVStem: 43 38<192 224> 51 164<407 412> 275 41<-111 -57> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nDStem: 259 633.408 289 645.408 315 481.408 345 493.408\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 8060 8060 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF3\nEncoding: 8179 8179 1594\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517>\nVStem: 43 38<192 224> 51 164<407 412> 275 41<-111 -57> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF4\nEncoding: 8180 8180 1595\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 145<296 302>\nVStem: 43 38<192 224> 51 164<407 412> 275 41<-111 -57> 278 41<112 257> 280 40<487 599> 380 165<407 416> 515 37<208 224>\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 974 974 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF6\nEncoding: 8182 8182 1596\nWidth: 600\nFlags: H\nHStem: -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 41<355 371> 519 41<230.337 244>\nVStem: 43 38<192 224> 51 164<407 412> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nRef: 8128 8128 S 1 0 0 1 2 -45\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF7\nEncoding: 8183 8183 1597\nWidth: 600\nFlags: H\nHStem: -255 41<405.94 435> -76 20<275 316> -16 40<189 203> -14 41<395 409> 388 40<75 97 139 199 399 457 499 523> 410 20<407 517> 471 41<355 371> 519 41<230.337 244>\nVStem: 43 38<192 224> 51 164<407 412> 275 41<-111 -57> 278 41<112 257> 380 165<407 416> 515 37<208 224>\nRef: 890 890 S 1 0 0 1 20 -56\nRef: 8182 8182 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF8\nEncoding: 8184 8184 1598\nWidth: 600\nFlags: H\nHStem: 0 41<291 307> 551 41<291 307>\nVStem: 51 41<272 320> 508 41<272 304>\nDStem: -35.4078 553.592 -5.40781 565.592 20.5922 401.592 50.5922 413.592\nRef: 8175 8175 S 1 0 0 1 -278 -85\nRef: 927 927 N 1 0 0 1 0 16\nEndChar\nStartChar: uni1FF9\nEncoding: 8185 8185 1599\nWidth: 600\nFlags: H\nHStem: 1 41<291 307> 552 41<291 307>\nVStem: 51 41<273 321> 508 41<273 305>\nDStem: 64.5922 565.592 94.5922 553.592 8.59219 413.592 38.5922 401.592\nRef: 8189 8189 S 1 0 0 1 -234 -85\nRef: 927 927 N 1 0 0 1 0 17\nEndChar\nStartChar: uni1FFA\nEncoding: 8186 8186 1600\nWidth: 600\nFlags: H\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 521 42<257 344>\nVStem: 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nDStem: -37.4078 553.592 -7.40781 565.592 18.5922 401.592 48.5922 413.592\nRef: 8175 8175 S 1 0 0 1 -280 -85\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFB\nEncoding: 8187 8187 1601\nWidth: 600\nFlags: H\nHStem: 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 521 42<257 344>\nVStem: 70 42<41 140 336 368> 240 40<41 133> 320 42<41 133> 490 40<41 144 336 368>\nDStem: 77.5922 565.592 107.592 553.592 21.5922 413.592 51.5922 401.592\nRef: 8189 8189 S 1 0 0 1 -221 -85\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFC\nEncoding: 8188 8188 1602\nWidth: 600\nFlags: HW\nHStem: -246 41<416.94 446> -67 20<286 327> 0 40<112 239 363 490> 0 158<86 93 509 512> 0 172<246 279 321 344> 521 42<257 344>\nVStem: 70 42<41 140 336 368> 240 40<41 133> 286 41<-102 -48> 320 42<41 133> 490 40<41 144 336 368>\nRef: 8126 8126 N 1 0 0 1 31 -47\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFD\nEncoding: 8189 8189 1603\nWidth: 600\nFlags: HW\nDStem: 299 651 329 639 243 499 273 487\nFore\n299 651 m 1\n 302 659 311 664 320 660 c 0\n 328 657 333 648 329 639 c 1\n 273 487 l 1\n 270 479 261 474 252 478 c 0\n 244 481 239 490 243 499 c 1\n 299 651 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni1FFE\nEncoding: 8190 8190 1604\nWidth: 600\nFlags: HW\nHStem: 480 33<328.593 339.937> 628 33<287 340 339 339>\nVStem: 247 33<560 576>\nFore\n340 513 m 1\n 340 480 l 1\n 289 480 247 521 247 569 c 0\n 247 621 287 660 340 661 c 1\n 340 628 l 1\n 307 628 280 602 280 570 c 0\n 280 539 306 513 340 513 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2010\nEncoding: 8208 8208 1605\nWidth: 600\nFlags: HW\nHStem: 258 41<152.47 440>\nVStem: 136 328<274 281>\nFore\n437 258 m 2\n 163 258 l 2\n 145 258 136 265 136 279 c 0\n 136 292 145 299 163 299 c 2\n 437 299 l 2\n 455 299 464 292 464 279 c 0\n 464 265 455 258 437 258 c 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: endash\nEncoding: 8211 8211 1606\nWidth: 600\nFlags: HMW\nHStem: 261 41<99 501>\nFore\n501 261 m 2\n 99 261 l 2\n 81 261 72 268 72 282 c 0\n 72 295 81 302 99 302 c 2\n 501 302 l 2\n 519 302 528 295 528 282 c 0\n 528 268 519 261 501 261 c 2\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 1607\nWidth: 600\nFlags: HMW\nHStem: 261 41<28 572>\nFore\n572 261 m 2\n 28 261 l 2\n 10 261 1 268 1 282 c 0\n 1 295 10 302 28 302 c 2\n 572 302 l 2\n 590 302 599 295 599 282 c 0\n 599 268 590 261 572 261 c 2\nEndSplineSet\nEndChar\nStartChar: afii00208\nEncoding: 8213 8213 1608\nWidth: 600\nFlags: HW\nHStem: 261 41<28 572>\nRef: 8212 8212 N 1 0 0 1 0 0\nEndChar\nStartChar: underscoredbl\nEncoding: 8215 8215 1609\nWidth: 600\nFlags: HW\nHStem: -221 50<-11 611> -125 50<-11 611>\nVStem: -12 624<-220 -172 -124 -76>\nFore\n612 -75 m 1\n 612 -125 l 1\n -12 -125 l 1\n -12 -75 l 1\n 612 -75 l 1\n612 -171 m 1\n 612 -221 l 1\n -12 -221 l 1\n -12 -171 l 1\n 612 -171 l 1\nEndSplineSet\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 1610\nWidth: 600\nFlags: HW\nFore\n393 604 m 1\n 463 379 l 2\n 464 376 465 372 465 369 c 0\n 465 355 452 343 436 343 c 0\n 423 343 415 348 405 365 c 2\n 260 604 l 1\n 393 604 l 1\nEndSplineSet\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 1611\nWidth: 600\nFlags: HW\nFore\n207 604 m 1\n 340 604 l 1\n 195 339 l 2\n 185 320 177 314 164 314 c 0\n 148 314 135 327 135 343 c 0\n 135 347 136 350 137 354 c 2\n 207 604 l 1\nEndSplineSet\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 1612\nWidth: 600\nFlags: HW\nFore\n207 145 m 1\n 340 145 l 1\n 195 -120 l 2\n 185 -139 177 -145 164 -145 c 0\n 148 -145 135 -132 135 -116 c 0\n 135 -112 136 -109 137 -105 c 2\n 207 145 l 1\nEndSplineSet\nEndChar\nStartChar: quotereversed\nEncoding: 8219 8219 1613\nWidth: 600\nFlags: HW\nRef: 8216 8216 N 1 0 0 1 0 0\nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 1614\nWidth: 600\nFlags: HW\nFore\n435 604 m 1\n 505 379 l 2\n 506 376 507 372 507 369 c 0\n 507 355 494 343 478 343 c 0\n 465 343 456 349 447 365 c 2\n 310 604 l 1\n 435 604 l 1\n218 604 m 1\n 288 379 l 2\n 289 376 290 372 290 369 c 0\n 290 355 277 343 261 343 c 0\n 248 343 239 349 230 365 c 2\n 93 604 l 1\n 218 604 l 1\nEndSplineSet\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 1615\nWidth: 600\nFlags: HW\nFore\n165 604 m 1\n 290 604 l 1\n 153 365 l 2\n 144 349 135 343 122 343 c 0\n 106 343 93 355 93 369 c 0\n 93 372 94 376 95 379 c 2\n 165 604 l 1\n382 604 m 1\n 507 604 l 1\n 370 365 l 2\n 361 349 352 343 339 343 c 0\n 323 343 310 355 310 369 c 0\n 310 372 311 376 312 379 c 2\n 382 604 l 1\nEndSplineSet\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 1616\nWidth: 600\nFlags: HW\nFore\n165 145 m 1\n 290 145 l 1\n 153 -94 l 2\n 144 -110 135 -116 122 -116 c 0\n 106 -116 93 -104 93 -90 c 0\n 93 -87 94 -83 95 -80 c 2\n 165 145 l 1\n382 145 m 1\n 507 145 l 1\n 370 -94 l 2\n 361 -110 352 -116 339 -116 c 0\n 323 -116 310 -104 310 -90 c 0\n 310 -87 311 -83 312 -80 c 2\n 382 145 l 1\nEndSplineSet\nEndChar\nStartChar: uni201F\nEncoding: 8223 8223 1617\nWidth: 600\nFlags: HW\nRef: 8220 8220 N 1 0 0 1 0 0\nEndChar\nStartChar: dagger\nEncoding: 8224 8224 1618\nWidth: 600\nFlags: HMW\nHStem: 376 41<144 145 320 448>\nVStem: 279 41<-36 376 418 577>\nFore\n124 396 m 0\n 124 405.836 128.619 413.582 144 417 c 0\n 183.309 417 237.057 418 279 418 c 1\n 279 577 l 2\n 279 595 286 604 300 604 c 0\n 313 604 320 595 320 577 c 2\n 320 417 l 1\n 448 417 l 2\n 467 417 476 410 476 396 c 0\n 476 383 467 376 448 376 c 2\n 320 376 l 1\n 320 -36 l 2\n 320 -54 313 -63 300 -63 c 0\n 286 -63 279 -54 279 -36 c 2\n 279 376 l 1\n 151 376 l 2\n 133 376 124 383 124 396 c 0\nEndSplineSet\nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 1619\nWidth: 600\nFlags: HMW\nHStem: 124 41<151 279 320 448> 376 41<144 145 320 448>\nVStem: 279 41<-35 124 165 376 418 577>\nFore\n124 396 m 0\n 124 405.836 128.619 413.582 144 417 c 0\n 183.309 417 237.057 418 279 418 c 1\n 279 577 l 2\n 279 595 286 604 300 604 c 0\n 313 604 320 595 320 577 c 2\n 320 417 l 1\n 448 417 l 2\n 467 417 476 410 476 396 c 0\n 476 383 467 376 448 376 c 2\n 320 376 l 1\n 320 165 l 1\n 448 165 l 2\n 467 165 476 158 476 145 c 0\n 476 131 467 124 448 124 c 2\n 320 124 l 1\n 320 -35 l 2\n 320 -53 313 -62 300 -62 c 0\n 286 -62 279 -53 279 -35 c 2\n 279 124 l 1\n 151 124 l 2\n 133 124 124 131 124 145 c 0\n 124 158 133 165 151 165 c 2\n 279 165 l 1\n 279 376 l 1\n 151 376 l 2\n 133 376 124 383 124 396 c 0\nEndSplineSet\nEndChar\nStartChar: bullet\nEncoding: 8226 8226 1620\nWidth: 600\nFlags: HW\nFore\n302 337 m 0\n 354 337 398 292 398 239 c 0\n 398 185 354 141 300 141 c 0\n 246 141 202 185 202 240 c 0\n 202 294 246 337 302 337 c 0\nEndSplineSet\nEndChar\nStartChar: twodotenleader\nEncoding: 8229 8229 1621\nWidth: 600\nFlags: H\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 1622\nWidth: 600\nFlags: HMW\nHStem: -15 20\nVStem: 51 99<20.5 48> 250 99<20.5 47.5> 450 99<21 48>\nFore\n100 84 m 0\n 128 84 150 62 150 34 c 0\n 150 7 127 -15 101 -15 c 0\n 73 -15 51 7 51 34 c 0\n 51 62 73 84 100 84 c 0\n299 84 m 0\n 327 84 349 62 349 34 c 0\n 349 7 326 -15 299 -15 c 0\n 272 -15 250 7 250 34 c 0\n 250 61 272 84 299 84 c 0\n500 84 m 0\n 527 84 549 62 549 34 c 0\n 549 7 526 -15 500 -15 c 0\n 472 -15 450 7 450 35 c 0\n 450 62 473 84 500 84 c 0\nEndSplineSet\nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 1623\nWidth: 600\nFlags: HW\nHStem: -9 34<161 203 433 475> 180 34<161 203.5 433 475.5> 391 34<123 165> 401 20<495.5 501> 580 34<123 165.5>\nVStem: 34 34<481.5 524> 72 34<81.5 124> 220 34<481 524> 258 34<81 124> 344 34<81.5 124> 530 34<81 124>\nFore\n144 614 m 0\n 205 614 254 564 254 501 c 0\n 254 441 204 391 144 391 c 0\n 84 391 34 441 34 503 c 0\n 34 564 84 614 144 614 c 0\n144 580 m 0\n 102 580 68 545 68 503 c 0\n 68 460 102 425 144 425 c 0\n 186 425 220 460 220 502 c 0\n 220 546 187 580 144 580 c 0\n496 388 m 2\n 122 266 l 2\n 118 265 114 264 111 264 c 0\n 104 264 96 272 96 280 c 0\n 96 289 101 294 112 297 c 2\n 486 419 l 2\n 490 420 494 421 497 421 c 0\n 505 421 512 413 512 405 c 0\n 512 396 507 391 496 388 c 2\n182 214 m 0\n 243 214 292 164 292 101 c 0\n 292 41 242 -9 182 -9 c 0\n 122 -9 72 41 72 103 c 0\n 72 164 122 214 182 214 c 0\n182 180 m 0\n 140 180 106 145 106 103 c 0\n 106 60 140 25 182 25 c 0\n 224 25 258 60 258 102 c 0\n 258 146 225 180 182 180 c 0\n454 214 m 0\n 515 214 564 164 564 101 c 0\n 564 41 514 -9 454 -9 c 0\n 394 -9 344 41 344 103 c 0\n 344 164 394 214 454 214 c 0\n454 180 m 0\n 412 180 378 145 378 103 c 0\n 378 60 412 25 454 25 c 0\n 496 25 530 60 530 102 c 0\n 530 146 497 180 454 180 c 0\nEndSplineSet\nEndChar\nStartChar: uni2031\nEncoding: 8241 8241 1624\nWidth: 600\nFlags: HW\nHStem: -9 34<110 124 290 306 482 496> 180 34<110 124 290 306 482 496> 391 34<131.784 146> 580 34<131.784 146>\nVStem: 2 34<100 105> 34 34<500 505> 188 34<100 105> 220 34<500 505> 374 34<100 105> 560 34<100 105>\nDStem: 486 419 496 388 112 297 122 266\nFore\n144 614 m 0\n 205 614 254 564 254 501 c 0\n 254 441 204 391 144 391 c 0\n 84 391 34 441 34 503 c 0\n 34 564 84 614 144 614 c 0\n144 580 m 0\n 102 580 68 545 68 503 c 0\n 68 460 102 425 144 425 c 0\n 186 425 220 460 220 502 c 0\n 220 546 187 580 144 580 c 0\n496 388 m 2\n 122 266 l 2\n 118 265 114 264 111 264 c 0\n 104 264 96 272 96 280 c 0\n 96 289 101 294 112 297 c 2\n 486 419 l 2\n 490 420 494 421 497 421 c 0\n 505 421 512 413 512 405 c 0\n 512 396 507 391 496 388 c 2\n391 162 m 1\n 411 193 445 214 484 214 c 0\n 545 214 594 164 594 101 c 0\n 594 41 544 -9 484 -9 c 0\n 445 -9 411 12 391 43 c 1\n 372 12 337 -9 298 -9 c 0\n 259 -9 225 12 205 43 c 1\n 186 12 151 -9 112 -9 c 0\n 52 -9 2 41 2 103 c 0\n 2 164 52 214 112 214 c 0\n 151 214 185 193 205 162 c 1\n 225 193 259 214 298 214 c 0\n 337 214 371 193 391 162 c 1\n408 103 m 0\n 408 101 l 0\n 408 59 443 25 484 25 c 0\n 526 25 560 60 560 102 c 0\n 560 146 527 180 484 180 c 0\n 442 180 408 145 408 103 c 0\n374 103 m 1\n 374 147 341 180 298 180 c 0\n 256 180 222 145 222 103 c 0\n 222 60 256 25 298 25 c 0\n 340 25 374 60 374 102 c 2\n 374 103 l 1\n188 103 m 0\n 188 147 155 180 112 180 c 0\n 70 180 36 145 36 103 c 0\n 36 60 70 25 112 25 c 0\n 154 25 188 60 188 102 c 0\n 188 103 l 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: minute\nEncoding: 8242 8242 1625\nWidth: 600\nFlags: HW\nFore\n273 604 m 1\n 398 604 l 1\n 261 365 l 2\n 252 349 243 343 230 343 c 0\n 214 343 201 355 201 369 c 0\n 201 372 202 376 203 379 c 2\n 273 604 l 1\nEndSplineSet\nEndChar\nStartChar: second\nEncoding: 8243 8243 1626\nWidth: 600\nFlags: HW\nRef: 8221 8221 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2034\nEncoding: 8244 8244 1627\nWidth: 600\nFlags: HW\nFore\n274 604 m 1\n 399 604 l 1\n 262 365 l 2\n 253 349 244 343 231 343 c 0\n 215 343 202 355 202 369 c 0\n 202 372 203 376 204 379 c 2\n 274 604 l 1\n74 604 m 1\n 199 604 l 1\n 62 365 l 2\n 53 349 44 343 31 343 c 0\n 15 343 2 355 2 369 c 0\n 2 372 3 376 4 379 c 2\n 74 604 l 1\n474 604 m 1\n 599 604 l 1\n 462 365 l 2\n 453 349 444 343 431 343 c 0\n 415 343 402 355 402 369 c 0\n 402 372 403 376 404 379 c 2\n 474 604 l 1\nEndSplineSet\nEndChar\nStartChar: uni2035\nEncoding: 8245 8245 1628\nWidth: 600\nFlags: HW\nFore\n326 604 m 1\n 396 379 l 2\n 397 376 398 372 398 369 c 0\n 398 355 385 343 369 343 c 0\n 356 343 347 349 338 365 c 2\n 201 604 l 1\n 326 604 l 1\nEndSplineSet\nEndChar\nStartChar: uni2036\nEncoding: 8246 8246 1629\nWidth: 600\nFlags: HW\nRef: 8221 8221 N -1 0 0 1 600 0\nEndChar\nStartChar: uni2037\nEncoding: 8247 8247 1630\nWidth: 600\nFlags: HW\nFore\n327 604 m 1\n 397 379 l 2\n 398 376 399 372 399 369 c 0\n 399 355 386 343 370 343 c 0\n 357 343 348 349 339 365 c 2\n 202 604 l 1\n 327 604 l 1\n527 604 m 1\n 597 379 l 2\n 598 376 599 372 599 369 c 0\n 599 355 586 343 570 343 c 0\n 557 343 548 349 539 365 c 2\n 402 604 l 1\n 527 604 l 1\n127 604 m 1\n 197 379 l 2\n 198 376 199 372 199 369 c 0\n 199 355 186 343 170 343 c 0\n 157 343 148 349 139 365 c 2\n 2 604 l 1\n 127 604 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 1631\nWidth: 600\nFlags: HMW\nHStem: 0 20 397 20<288.5 297.5>\nFore\n63 209 m 1\n 271 406 l 2\n 279 414 285 417 292 417 c 0\n 303 417 312 408 312 397 c 0\n 312 390 311 388 301 377 c 2\n 158 209 l 1\n 301 40 l 2\n 311 29 312 27 312 20 c 0\n 312 9 303 0 292 0 c 0\n 286 0 279 4 271 11 c 2\n 63 209 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 1632\nWidth: 600\nFlags: HMW\nHStem: 0 20 397 20<307.5 316>\nFore\n541 208 m 1\n 334 11 l 2\n 326 3 320 0 313 0 c 0\n 302 0 293 9 293 20 c 0\n 293 27 294 29 304 40 c 2\n 446 208 l 1\n 304 377 l 2\n 294 388 293 390 293 397 c 0\n 293 408 302 417 313 417 c 0\n 319 417 326 413 334 406 c 2\n 541 208 l 1\nEndSplineSet\nEndChar\nStartChar: exclamdbl\nEncoding: 8252 8252 1633\nWidth: 600\nFlags: HW\nHStem: -15 100<160 180 416 436> 209 409<165 178 421 434>\nVStem: 133 77<564 581> 389 77<564 581>\nFore\n466 563 m 1\n 448 237 l 1\n 447 217 441 209 427 209 c 0\n 414 209 408 218 407 237 c 2\n 389 563 l 1\n 388 570 388 575 388 579 c 0\n 388 601 405 618 428 618 c 0\n 450 618 467 601 467 579 c 0\n 467 577 467 571 466 563 c 1\n421 85 m 2\n 434 85 l 2\n 464 85 488 63 488 35 c 0\n 488 7 464 -15 434 -15 c 2\n 421 -15 l 2\n 391 -15 368 7 368 35 c 0\n 368 63 391 85 421 85 c 2\n210 563 m 1\n 192 237 l 1\n 191 217 185 209 171 209 c 0\n 158 209 152 218 151 237 c 2\n 133 563 l 1\n 132 570 132 575 132 579 c 0\n 132 601 149 618 172 618 c 0\n 194 618 211 601 211 579 c 0\n 211 577 211 571 210 563 c 1\n165 85 m 2\n 178 85 l 2\n 208 85 232 63 232 35 c 0\n 232 7 208 -15 178 -15 c 2\n 165 -15 l 2\n 135 -15 112 7 112 35 c 0\n 112 63 135 85 165 85 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni203D\nEncoding: 8253 8253 1634\nWidth: 600\nFlags: HW\nHStem: -15 100<278 326> 179 319<299 308> 536 41<281 324>\nVStem: 134 41<458 502> 261 77<444 465> 281 41<195.47 223> 446 41<417 435>\nFore\n287 85 m 2\n 314 85 l 2\n 348 85 371 65 371 35 c 0\n 371 6 348 -15 314 -15 c 2\n 287 -15 l 2\n 253 -15 230 5 230 35 c 0\n 230 65 253 85 287 85 c 2\n281 224 m 1\n 280 227 279 232 279 237 c 2\n 261 443 l 1\n 260 450 260 455 260 459 c 0\n 260 481 277 498 300 498 c 0\n 322 498 339 481 339 459 c 0\n 339 457 339 451 338 443 c 1\n 325 294 l 1\n 410 335 446 374 446 423 c 0\n 446 489 387 536 304 536 c 0\n 259 536 227 528 175 502 c 1\n 175 461 l 2\n 175 443 168 434 155 434 c 0\n 141 434 134 443 134 461 c 2\n 134 529 l 1\n 143 532 155 538 163 541 c 0\n 226 569 258 577 309 577 c 0\n 415 577 487 515 487 423 c 0\n 487 349 447 306 322 247 c 1\n 322 206 l 2\n 322 188 315 179 302 179 c 0\n 288 179 281 188 281 206 c 2\n 281 224 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni203E\nEncoding: 8254 8254 1635\nWidth: 600\nFlags: HW\nHStem: 635 50<-11 611>\nVStem: -12 624<636 684>\nFore\n612 685 m 1\n 612 635 l 1\n -12 635 l 1\n -12 685 l 1\n 612 685 l 1\nEndSplineSet\nEndChar\nStartChar: uni2043\nEncoding: 8259 8259 1636\nWidth: 600\nFlags: H\nEndChar\nStartChar: fraction\nEncoding: 8260 8260 1637\nWidth: 600\nFlags: HW\nFore\n534 430 m 2\n 87 146 l 1\n 82.5408 142.656 75.8876 138 70 138 c 0\n 60 138 50 148 50 159 c 0\n 50 167 54 173 65 180 c 2\n 512 464 l 2\n 518 468 525 470 529 470 c 0\n 539 470 549 460 549 450 c 0\n 549 442 546 437 534 430 c 2\nEndSplineSet\nEndChar\nStartChar: uni2045\nEncoding: 8261 8261 1638\nWidth: 600\nFlags: HW\nVStem: 278 44<-28 168 313 501>\nFore\n322 313 m 1\n 327 284 348 264 379 261 c 0\n 395 260 403 254 403 240 c 0\n 403 227 395 220 379 219 c 0\n 348 216 327 197 322 168 c 1\n 322 -19 l 1\n 322 -53 345 -80 377 -83 c 0\n 396 -85 403 -90 403 -104 c 0\n 403 -116 394 -124 379 -124 c 0\n 324 -124 278 -78 278 -19 c 1\n 278 154 l 1\n 278 195 289 216 322 240 c 1\n 289 264 278 285 278 326 c 1\n 278 499 l 1\n 278 558 324 604 379 604 c 0\n 394 604 403 596 403 584 c 0\n 403 570 396 565 377 563 c 0\n 345 560 322 533 322 499 c 1\n 322 313 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2046\nEncoding: 8262 8262 1639\nWidth: 600\nFlags: HW\nVStem: 278 44<-28 168 313 501>\nFore\n278 313 m 1\n 278 499 l 1\n 278 533 255 560 223 563 c 0\n 204 565 197 570 197 584 c 0\n 197 596 206 604 221 604 c 0\n 276 604 322 558 322 499 c 1\n 322 326 l 1\n 322 285 311 264 278 240 c 1\n 311 216 322 195 322 154 c 1\n 322 -19 l 1\n 322 -78 276 -124 221 -124 c 0\n 206 -124 197 -116 197 -104 c 0\n 197 -90 204 -85 223 -83 c 0\n 255 -80 278 -53 278 -19 c 1\n 278 168 l 1\n 273 197 252 216 221 219 c 0\n 205 220 197 227 197 240 c 0\n 197 254 205 260 221 261 c 0\n 252 264 273 284 278 313 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2048\nEncoding: 8264 8264 1640\nWidth: 600\nFlags: HW\nHStem: -15 100<182 230 506.102 534> 209 409<517 530> 536 41<185 228>\nVStem: 38 41<450.47 502> 185 41<195.47 247> 350 41<417 435> 485 77<564 581>\nFore\n562 563 m 1\n 544 237 l 1\n 543 217 537 209 523 209 c 0\n 510 209 504 218 503 237 c 2\n 485 563 l 1\n 484 570 484 575 484 579 c 0\n 484 601 501 618 524 618 c 0\n 546 618 563 601 563 579 c 0\n 563 577 563 571 562 563 c 1\n517 85 m 2\n 530 85 l 2\n 560 85 584 63 584 35 c 0\n 584 7 560 -15 530 -15 c 2\n 517 -15 l 2\n 487 -15 464 7 464 35 c 0\n 464 63 487 85 517 85 c 2\n226 247 m 1\n 226 206 l 2\n 226 188 219 179 206 179 c 0\n 192 179 185 188 185 206 c 2\n 185 274 l 1\n 301 323 350 366 350 423 c 0\n 350 489 291 536 208 536 c 0\n 163 536 131 528 79 502 c 1\n 79 461 l 2\n 79 443 72 434 59 434 c 0\n 45 434 38 443 38 461 c 2\n 38 529 l 1\n 47 532 59 538 67 541 c 0\n 130 569 162 577 213 577 c 0\n 319 577 391 515 391 423 c 0\n 391 349 351 306 226 247 c 1\n191 85 m 2\n 218 85 l 2\n 252 85 275 65 275 35 c 0\n 275 6 252 -15 218 -15 c 2\n 191 -15 l 2\n 157 -15 134 5 134 35 c 0\n 134 65 157 85 191 85 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2049\nEncoding: 8265 8265 1641\nWidth: 600\nFlags: HW\nHStem: -15 100<64 84 344 388> 209 409<69 82> 536 41<345 388>\nVStem: 37 77<564 581> 198 41<450.47 502> 345 41<195.47 247> 510 41<417 435>\nFore\n114 563 m 1\n 96 237 l 1\n 95 217 89 209 75 209 c 0\n 62 209 56 218 55 237 c 2\n 37 563 l 1\n 36 570 36 575 36 579 c 0\n 36 601 53 618 76 618 c 0\n 98 618 115 601 115 579 c 0\n 115 577 115 571 114 563 c 1\n69 85 m 2\n 82 85 l 2\n 112 85 136 63 136 35 c 0\n 136 7 112 -15 82 -15 c 2\n 69 -15 l 2\n 39 -15 16 7 16 35 c 0\n 16 63 39 85 69 85 c 2\n386 247 m 1\n 386 206 l 2\n 386 188 379 179 366 179 c 0\n 352 179 345 188 345 206 c 2\n 345 274 l 1\n 461 323 510 366 510 423 c 0\n 510 489 451 536 368 536 c 0\n 323 536 291 528 239 502 c 1\n 239 461 l 2\n 239 443 232 434 219 434 c 0\n 205 434 198 443 198 461 c 2\n 198 529 l 1\n 207 532 219 538 227 541 c 0\n 290 569 322 577 373 577 c 0\n 479 577 551 515 551 423 c 0\n 551 349 511 306 386 247 c 1\n351 85 m 2\n 378 85 l 2\n 412 85 435 65 435 35 c 0\n 435 6 412 -15 378 -15 c 2\n 351 -15 l 2\n 317 -15 294 5 294 35 c 0\n 294 65 317 85 351 85 c 2\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni204B\nEncoding: 8267 8267 1642\nWidth: 600\nFlags: HW\nHStem: -62 41<105 167 320 417> 563 41<106 167 167 167 207 279 279 279>\nVStem: 167 40<-21 563> 279 41<-21 260 260 260 307 558 558 558> 455 70<406 414 414 451>\nRef: 182 182 N -1 0 0 1 604 0\nEndChar\nStartChar: zerosuperior\nEncoding: 8304 8304 1643\nWidth: 600\nFlags: HW\nHStem: 270 36<288.173 304> 603 36<288.173 304>\nVStem: 192 36<414 494> 372 36<414 494>\nFore\n408 483 m 2\n 408 425 l 2\n 408 333 364 270 300 270 c 0\n 236 270 192 333 192 425 c 2\n 192 483 l 2\n 192 576 236 639 300 639 c 0\n 364 639 408 576 408 483 c 2\n228 480 m 2\n 228 429 l 2\n 228 391 231 364 248 337 c 0\n 261 317 276 306 300 306 c 0\n 324 306 339 317 352 337 c 0\n 369 364 372 391 372 429 c 2\n 372 480 l 2\n 372 518 369 545 352 572 c 0\n 339 592 324 603 300 603 c 0\n 276 603 261 592 248 572 c 0\n 231 545 228 518 228 480 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2071\nEncoding: 8305 8305 1644\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2072\nEncoding: 8306 8306 1645\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2073\nEncoding: 8307 8307 1646\nWidth: 600\nFlags: H\nEndChar\nStartChar: foursuperior\nEncoding: 8308 8308 1647\nWidth: 600\nFlags: HW\nHStem: 262 36<295 334 372 394> 360 36<230 334 371 394>\nVStem: 281 127<278 282> 335 36<298 360 397 574>\nDStem: 316 614 335 575 183 388 229 396\nFore\n335 575 m 1\n 229 396 l 1\n 335 396 l 1\n 335 575 l 1\n183 388 m 1\n 316 614 l 1\n 371 614 l 1\n 371 396 l 1\n 392 396 l 2\n 402 396 408 386 408 378 c 0\n 408 371 402 360 392 360 c 2\n 371 360 l 1\n 371 298 l 1\n 392 298 l 2\n 402 298 408 288 408 280 c 0\n 408 272 402 262 392 262 c 2\n 296 262 l 2\n 286 262 281 272 281 280 c 0\n 281 288 286 298 296 298 c 2\n 335 298 l 1\n 335 360 l 1\n 183 360 l 1\n 183 388 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x4,6 y6,4 y6,5 y3,19 x19,3 x19,20 x18,15 x18,17 x11,14 x11,12 x6,9 x6,7 \nEndChar\nStartChar: fivesuperior\nEncoding: 8309 8309 1648\nWidth: 600\nFlags: HW\nHStem: 250 36<278.826 310> 459 36<297 314> 575 36<249 377>\nVStem: 211 37<478 575> 383 35<362 379>\nFore\n248 575 m 1\n 248 477 l 1\n 278 489 286 495 312 495 c 0\n 371 495 418 441 418 376 c 0\n 418 303 365 250 296 250 c 0\n 265 250 236 259 207 279 c 0\n 189 291 181 300 181 307 c 0\n 181 313 186 328 192 328 c 0\n 196 328 198 329 202 325 c 0\n 230 299 261 286 295 286 c 0\n 352 286 383 326 383 377 c 0\n 383 429 357 459 308 459 c 0\n 285 459 260 448 235 435 c 0\n 228 431 225 430 222 430 c 0\n 216 430 211 447 211 454 c 2\n 211 611 l 1\n 375 611 l 2\n 386 611 391 601 391 593 c 0\n 391 585 386 575 375 575 c 2\n 248 575 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x0,16 x0,18 \nEndChar\nStartChar: sixsuperior\nEncoding: 8310 8310 1649\nWidth: 600\nFlags: HW\nHStem: 254 36<333 338> 592 36<366 382>\nVStem: 206 36<429 450> 402 36<350 358>\nFore\n437 602 m 0\n 437 591 428 584 419 584 c 0\n 417 584 415 584 413 585 c 1\n 405 588 391 592 377 592 c 0\n 376 592 l 0\n 299 592 239 519 242 429 c 1\n 266 459 297 484 337 484 c 0\n 405 484 438 430 438 365 c 2\n 438 358 l 2\n 438 319 408 255 338 254 c 0\n 241 254 206 345 206 431 c 0\n 206 437 l 0\n 206 538 277 628 377 628 c 0\n 398 628 415 622 425 619 c 1\n 432 617 437 610 437 602 c 0\n249 374 m 1\n 260 323 284 292 338 290 c 2\n 340 290 l 2\n 381 290 402 335 402 358 c 0\n 400 421 378 448 334 448 c 0\n 306 448 252 404 249 374 c 1\nEndSplineSet\nBack\n334 448 m 0\n 305.699 451.62 252.063 391.821 249.584 369.153 c 1\n 247.461 359.447 237.86 353.293 228.153 355.416 c 0\n 218.447 357.539 212.293 367.14 214.416 376.847 c 1\n 225.938 418.179 274.301 480.38 334 484 c 0\n 402.903 483.424 438.603 418.615 438 358 c 0\n 437.852 319.461 407.891 255.418 338 254 c 0\n 239.097 254.397 204.762 348.004 206 436 c 0\n 205.739 537.823 277.069 627.684 377 628 c 0\n 397.549 627.957 415.206 622.194 424.692 619.076 c 1\n 434.118 615.935 439.219 605.734 436.076 596.308 c 0\n 432.935 586.882 422.734 581.781 413.308 584.924 c 1\n 404.793 587.806 390.654 592.043 377 592 c 0\n 300.93 592.316 242.262 522.177 242 436 c 0\n 243.238 351.995 268.903 289.604 338 290 c 0\n 380.108 288.582 402.149 334.54 402 358 c 0\n 401.397 407.832 375.544 448.577 334 448 c 0\nEndSplineSet\nEndChar\nStartChar: sevensuperior\nEncoding: 8311 8311 1650\nWidth: 600\nFlags: HW\nHStem: 578 36<220 362>\nVStem: 183 37<557 577> 183 217<578 613>\nFore\n400 576 m 1\n 400 576 304 271 304 270 c 2\n 303 267 l 1\n 300 258 290 252 280 255 c 0\n 271 258 266 268 269 278 c 1\n 363 578 l 1\n 220 578 l 1\n 220 558 l 2\n 220 546 210 541 203 541 c 0\n 194 541 183 546 183 558 c 2\n 183 614 l 1\n 400 614 l 1\n 400 576 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,9 y6,7 \nEndChar\nStartChar: eightsuperior\nEncoding: 8312 8312 1651\nWidth: 600\nFlags: HW\nHStem: 253 36<288 304> 427 35<288.258 304> 586 36<288 304>\nVStem: 192 35<349 365> 197 36<513.287 524.969 525.031 528> 367 36<523 528> 373 35<349 365>\nFore\n344 444 m 1\n 386 425 408 394 408 356 c 0\n 408 299 360 253 300 253 c 0\n 240 253 192 299 192 356 c 0\n 192 394 214 424 256 444 c 1\n 216 465 197 490 197 526 c 0\n 197 578 244 622 300 622 c 0\n 356 622 403 578 403 526 c 0\n 403 490 385 465 344 444 c 1\n300 586 m 0\n 256 586 233 560 233 525 c 1\n 232 498 256 462 300 462 c 1\n 344 462 367 497 367 524 c 0\n 367 559 344 586 300 586 c 0\n300 427 m 0\n 256 427 227 386 227 356 c 0\n 227 319 253 289 300 289 c 0\n 346 289 373 318 373 355 c 0\n 373 385 344 427 300 427 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: ninesuperior\nEncoding: 8313 8313 1652\nWidth: 600\nFlags: HW\nHStem: 254 36<265 273> 398 36<301 310> 592 36<301 319>\nVStem: 206 36<509 530> 402 36<429 448>\nFore\n395 509 m 1\n 384 559 356 592 306 592 c 0\n 264 593 242 547 242 524 c 0\n 243 474 268 433 310 434 c 0\n 336 430 389 482 395 509 c 1\n402 453 m 1\n 380 425 347 400 310 398 c 0\n 241 399 205 463 206 524 c 0\n 206 563 236 627 306 628 c 0\n 405 628 439 534 438 446 c 0\n 438 344 367 254 267 254 c 0\n 241.129 254 200.376 260.588 208 286 c 0\n 211 295 221 300 231 297 c 1\n 324 265 402 349 402 446 c 0\n 402 448 402 451 402 453 c 1\nEndSplineSet\nBack\n408 336 m 1\n 384 288 353 265 311 265 c 0\n 259 265 215 314 215 374 c 0\n 215 436 259 486 315 486 c 0\n 383 486 431 415 431 313 c 0\n 431 245 411 195 368 158 c 0\n 338 132 300 117 262 117 c 0\n 237 117 216 126 216 137 c 0\n 216 144 221 149 227 149 c 0\n 230 149 233 148 237 146 c 0\n 243 143 253 141 264 141 c 0\n 308 141 354 168 383 212 c 0\n 399 238 409 274 409 311 c 0\n 409 316 408 325 408 336 c 1\n404 368 m 1\n 401 381 401 382 399 387 c 0\n 383 436 354 462 314 462 c 0\n 271 462 238 424 238 374 c 0\n 238 327 271 289 312 289 c 0\n 333 289 357 301 375 322 c 0\n 384 332 390 342 404 368 c 1\nEndSplineSet\nEndChar\nStartChar: uni207A\nEncoding: 8314 8314 1653\nWidth: 600\nFlags: HW\nHStem: 439 35<198 282 316 400>\nVStem: 282 35<342 439 473 562>\nFore\n317 439 m 1\n 317 343 l 0\n 318 332 311 322 300 322 c 0\n 289 321 282 331 282 343 c 0\n 282 439 l 1\n 199 439 l 0\n 188 439 178 446 178 457 c 0\n 178 468 188 475 199 474 c 0\n 282 474 l 1\n 282 560 l 0\n 282 571 289 581 300 581 c 0\n 311 581 317 571 317 560 c 1\n 317 474 l 1\n 400 474 l 0\n 412 475 422 468 422 457 c 0\n 422 446 412 439 400 439 c 0\n 317 439 l 1\nEndSplineSet\nMinimumDistance: x13,-1 y8,11 y8,9 y0,3 y0,1 x4,7 x4,5 x0,13 x0,15 \nEndChar\nStartChar: uni207B\nEncoding: 8315 8315 1654\nWidth: 600\nFlags: HW\nHStem: 439 35<198 400>\nFore\n199 439 m 0\n 188 439 178 446 178 457 c 0\n 178 468 188 475 199 474 c 0\n 400 474 l 0\n 412 475 422 468 422 457 c 0\n 422 446 412 439 400 439 c 0\n 199 439 l 0\nEndSplineSet\nEndChar\nStartChar: uni207C\nEncoding: 8316 8316 1655\nWidth: 600\nFlags: HW\nHStem: 402 35<198 400> 475 35<199 400>\nFore\n200 475 m 0\n 188 475 178 482 178 493 c 0\n 178 504 188 511 200 510 c 0\n 400 510 l 0\n 412 511 422 504 422 493 c 0\n 423 482 412 475 400 475 c 0\n 200 475 l 0\n199 402 m 0\n 187 401 177 408 178 420 c 0\n 177 431 188 437 199 437 c 0\n 400 437 l 0\n 411 437 421 431 422 420 c 0\n 422 408 412 401 400 402 c 0\n 199 402 l 0\nEndSplineSet\nEndChar\nStartChar: parenleftsuperior\nEncoding: 8317 8317 1656\nWidth: 600\nFlags: HW\nFore\n355 679 m 0\n 367 680 370 672 372 662 c 1\n 371 659 371 655 369 653 c 1\n 288 511 293 400 370 257 c 1\n 370 254 372 252 372 249 c 1\n 373 237 365 234 355 232 c 0\n 342 233 332 250 325 263 c 0\n 241 400 243 521 330 656 c 0\n 339 669 345 677 355 679 c 0\nEndSplineSet\nEndChar\nStartChar: parenrightsuperior\nEncoding: 8318 8318 1657\nWidth: 600\nFlags: HW\nFore\n245 679 m 0\n 255 677 261 669 270 656 c 0\n 357 522 359 401 275 263 c 0\n 266.685 249.34 259.354 229.281 242 233 c 0\n 232 234 228 241 228 250 c 1\n 229 253 229 256 230 258 c 1\n 312 402 307 513 230 654 c 1\n 230 657 227 660 228 663 c 1\n 230.919 671.757 233.945 679 245 679 c 0\nEndSplineSet\nEndChar\nStartChar: nsuperior\nEncoding: 8319 8319 1658\nWidth: 600\nFlags: HW\nHStem: 271 35<169 192 227 249 364 380 414 430> 505 35<308 313>\nVStem: 192 35<306 452> 380 35<306 456>\nFore\n227 531 m 1\n 227 498 l 1\n 235 499 231 515 286 536 c 0\n 347 552 415 517 415 453 c 0\n 415 306 l 1\n 430 306 l 0\n 442 306 451 300 451 289 c 0\n 452 277 442 270 430 271 c 0\n 365 271 l 0\n 353 270 343 277 344 289 c 0\n 343 307 362 306 380 306 c 1\n 380 449 l 0\n 380 483 351 504 313 505 c 0\n 270 505 252 483 227 451 c 1\n 227 306 l 1\n 249 306 l 0\n 260 306 270 300 270 289 c 0\n 271 277 261 270 249 271 c 0\n 170 271 l 0\n 159 270 149 277 149 288 c 0\n 148 308 172 306 192 306 c 1\n 192 497 l 1\n 173.428 497 154.479 497.266 156 514 c 0\n 155 525 165 532 177 531 c 0\n 227 531 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x4,7 x4,5 y23,21 x21,23 x14,17 x14,15 \nEndChar\nStartChar: zeroinferior\nEncoding: 8320 8320 1659\nWidth: 600\nFlags: HW\nHStem: -178 36<291.173 307> 155 36<291.173 307>\nVStem: 195 36<-34 46> 375 36<-34 46>\nRef: 8304 8304 S 1 0 0 1 3 -448\nEndChar\nStartChar: oneinferior\nEncoding: 8321 8321 1660\nWidth: 600\nFlags: HW\nHStem: -189 36<322 393>\nVStem: 286 36<-153 115 115 115>\nRef: 185 185 S 1 0 0 1 3 -448\nEndChar\nStartChar: twoinferior\nEncoding: 8322 8322 1661\nWidth: 600\nFlags: HW\nHStem: -189 36<222 372> 128 36<281 317>\nVStem: 178 230<-189 -150> 370 36<52 80.5>\nRef: 178 178 N 1 0 0 1 3 -448\nEndChar\nStartChar: threeinferior\nEncoding: 8323 8323 1662\nWidth: 600\nFlags: HW\nHStem: -197 36<283 321> 128 36<288.5 322.5>\nVStem: 371 36<57 88> 383 36<-109 -72>\nRef: 179 179 S 1 0 0 1 3 -448\nEndChar\nStartChar: fourinferior\nEncoding: 8324 8324 1663\nWidth: 600\nFlags: HW\nHStem: -186 36<298 337 375 397> -88 36<233 337 374 397>\nVStem: 284 127<-170 -166> 338 36<-150 -88 -51 126>\nDStem: 319 166 338 127 186 -60 232 -52\nRef: 8308 8308 S 1 0 0 1 3 -448\nEndChar\nStartChar: fiveinferior\nEncoding: 8325 8325 1664\nWidth: 600\nFlags: HW\nHStem: -198 36<281.826 313> 11 36<300 317> 127 36<252 380>\nVStem: 214 37<30 127> 386 35<-86 -69>\nRef: 8309 8309 N 1 0 0 1 3 -448\nEndChar\nStartChar: sixinferior\nEncoding: 8326 8326 1665\nWidth: 600\nFlags: HW\nHStem: -194 36<336 341> 144 36<369 385>\nVStem: 209 36<-19 2> 405 36<-98 -90>\nRef: 8310 8310 N 1 0 0 1 3 -448\nEndChar\nStartChar: seveninferior\nEncoding: 8327 8327 1666\nWidth: 600\nFlags: HW\nHStem: 130 36<223 365>\nVStem: 186 37<109 129> 186 217<130 165>\nRef: 8311 8311 N 1 0 0 1 3 -448\nEndChar\nStartChar: eightinferior\nEncoding: 8328 8328 1667\nWidth: 600\nFlags: HW\nHStem: -195 36<291 307> -21 35<291.258 307> 138 36<291 307>\nVStem: 195 35<-99 -83> 200 36<65.287 76.969 77.031 80> 370 36<75 80> 376 35<-99 -83>\nRef: 8312 8312 N 1 0 0 1 3 -448\nEndChar\nStartChar: nineinferior\nEncoding: 8329 8329 1668\nWidth: 600\nFlags: HW\nHStem: -194 36<268 276> -50 36<304 313> 144 36<304 322>\nVStem: 209 36<61 82> 405 36<-19 0>\nRef: 8313 8313 N 1 0 0 1 3 -448\nEndChar\nStartChar: uni208A\nEncoding: 8330 8330 1669\nWidth: 600\nFlags: HW\nHStem: -11 35<198 282 316 400>\nVStem: 282 35<-108 -11 23 112>\nFore\n317 -11 m 1\n 317 -107 l 0\n 318 -118 311 -128 300 -128 c 0\n 289 -129 282 -119 282 -107 c 0\n 282 -11 l 1\n 199 -11 l 0\n 188 -11 178 -4 178 7 c 0\n 178 18 188 25 199 24 c 0\n 282 24 l 1\n 282 110 l 0\n 282 121 289 131 300 131 c 0\n 311 131 317 121 317 110 c 1\n 317 24 l 1\n 400 24 l 0\n 412 25 422 18 422 7 c 0\n 422 -4 412 -11 400 -11 c 0\n 317 -11 l 1\nEndSplineSet\nMinimumDistance: x13,-1 y8,11 y8,9 y0,3 y0,1 x4,7 x4,5 x0,13 x0,15 \nEndChar\nStartChar: uni208B\nEncoding: 8331 8331 1670\nWidth: 600\nFlags: HW\nHStem: -11 35<198 400>\nFore\n199 -11 m 0\n 188 -11 178 -4 178 7 c 0\n 178 18 188 25 199 24 c 0\n 400 24 l 0\n 412 25 422 18 422 7 c 0\n 422 -4 412 -11 400 -11 c 0\n 199 -11 l 0\nEndSplineSet\nEndChar\nStartChar: uni208C\nEncoding: 8332 8332 1671\nWidth: 600\nFlags: HW\nHStem: -48 35<198 400> 25 35<199 400>\nFore\n200 25 m 0\n 188 25 178 32 178 43 c 0\n 178 54 188 61 200 60 c 0\n 400 60 l 0\n 412 61 422 54 422 43 c 0\n 423 32 412 25 400 25 c 0\n 200 25 l 0\n199 -48 m 0\n 187 -49 177 -42 178 -30 c 0\n 177 -19 188 -13 199 -13 c 0\n 400 -13 l 0\n 411 -13 421 -19 422 -30 c 0\n 422 -42 412 -49 400 -48 c 0\n 199 -48 l 0\nEndSplineSet\nEndChar\nStartChar: parenleftinferior\nEncoding: 8333 8333 1672\nWidth: 600\nFlags: HW\nFore\n355 229 m 0\n 367 230 370 222 372 212 c 1\n 371 209 371 205 369 203 c 1\n 288 61 293 -50 370 -193 c 1\n 370 -196 372 -198 372 -201 c 1\n 373 -213 365 -216 355 -218 c 0\n 342 -217 332 -200 325 -187 c 0\n 241 -50 243 71 330 206 c 0\n 339 219 345 227 355 229 c 0\nEndSplineSet\nEndChar\nStartChar: parenrightinferior\nEncoding: 8334 8334 1673\nWidth: 600\nFlags: HW\nFore\n245 229 m 0\n 255 227 261 219 270 206 c 0\n 357 72 359 -49 275 -187 c 0\n 266.685 -200.66 259.354 -220.719 242 -217 c 0\n 232 -216 228 -209 228 -200 c 1\n 229 -197 229 -194 230 -192 c 1\n 312 -48 307 63 230 204 c 1\n 230 207 227 210 228 213 c 1\n 230.919 221.757 233.945 229 245 229 c 0\nEndSplineSet\nEndChar\nStartChar: franc\nEncoding: 8355 8355 1674\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 306> 216 41<59.4704 123 166 283> 313 41<59.4704 123 166 283> 522 41<59.4704 123 166 479>\nVStem: 124 41<41 216 257 313 354 522> 479 41<416 522>\nFore\n124 257 m 1\n 124 313 l 1\n 70 313 l 2\n 52 313 43 320 43 333 c 0\n 43 347 52 354 70 354 c 2\n 124 354 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 520 563 l 1\n 520 424 l 2\n 520 406 513 397 499 397 c 0\n 486 397 479 406 479 424 c 2\n 479 522 l 1\n 165 522 l 1\n 165 354 l 1\n 277 354 l 2\n 295 354 304 347 304 333 c 0\n 304 320 295 313 277 313 c 2\n 165 313 l 1\n 165 257 l 1\n 277 257 l 2\n 295 257 304 250 304 236 c 0\n 304 223 295 216 277 216 c 2\n 165 216 l 1\n 165 41 l 1\n 303 41 l 2\n 322 41 331 34 331 21 c 0\n 331 7 321 0 303 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 216 l 1\n 70 216 l 2\n 52 216 43 223 43 236 c 0\n 43 250 52 257 70 257 c 2\n 124 257 l 1\nEndSplineSet\nMinimumDistance: x10,-1 y14,11 y14,13 x33,30 x33,32 x26,29 x26,27 x21,24 x21,22 x16,19 x16,17 x6,9 x6,7 x1,4 x1,2 x0,35 x0,37 \nEndChar\nStartChar: lira\nEncoding: 8356 8356 1675\nWidth: 600\nFlags: HW\nHStem: 0 40<107 108 183 438> 216 41<85 191 239 326> 313 41<85 159 235 326> 537 41<287 303>\nVStem: 63 288<235 240 332 336> 157 41<432 448> 198 41<208 215>\nFore\n196 257 m 1\n 194 277 190 296 184 313 c 1\n 90 313 l 2\n 72 313 63 320 63 334 c 0\n 63 347 72 354 90 354 c 2\n 171 354 l 1\n 162 387 157 416 157 435 c 0\n 157 514 220 578 298 578 c 0\n 334 578 367 565 396 539 c 0\n 415 522 427 505 427 495 c 0\n 427 486 416 476 407 476 c 0\n 401 476 396 479 389 488 c 0\n 361 522 334 537 299 537 c 0\n 245 537 198 490 198 435 c 0\n 198 406 204 387 214 354 c 1\n 324 354 l 2\n 342 354 351 347 351 333 c 0\n 351 320 342 313 324 313 c 2\n 225 313 l 1\n 230 294 234 276 236 257 c 1\n 324 257 l 2\n 342 257 351 250 351 236 c 0\n 351 223 342 216 324 216 c 2\n 239 216 l 1\n 239 148 219 87 182 41 c 1\n 434 41 l 2\n 459 41 477 60 479 92 c 0\n 481 108 487 115 500 115 c 0\n 512 115 520 106 520 93 c 0\n 520 42 482 0 436 0 c 2\n 113 0 l 2\n 95 0 86 7 86 21 c 0\n 86 32 94 40 108 40 c 0\n 154 42 197 126 198 216 c 1\n 90 216 l 2\n 72 216 63 223 63 237 c 0\n 63 250 72 257 90 257 c 2\n 196 257 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: peseta\nEncoding: 8359 8359 1676\nWidth: 600\nFlags: HW\nHStem: -14 31<283.5 299 475 477> -2 74<380 389> 0 41<43.4704 107 150 178> 178 34<187 222 258 363> 185 35<475 491> 311 41<150 406> 522 41<43.4704 107 150 422>\nVStem: 108 41<41 311 353 521> 222 35<47 178 212 267> 370 31<10 15 58 63> 384 37<154 160> 530 41<431 447> 542 36<47 63 197 200>\nFore\n488 127 m 0\n 516 123 535 119 551 108 c 0\n 567 98 578 73 578 56 c 0\n 578 18 546 -16 480 -17 c 0\n 447 -17 417 -4 401 16 c 1\n 401 11 l 2\n 401 2 393 -2 386 -2 c 0\n 379 -2 370 2 370 11 c 2\n 370 58 l 2\n 370 68 379 72 386 72 c 0\n 393 72 401 68 401 61 c 2\n 401 58 l 17\n 416 45 442 17 478 17 c 0\n 517 17 542 33 542 54 c 8\n 542 84 514 90 479 94 c 8\n 448 98 422 98 404 113 c 8\n 389 125 384 141 384 156 c 0\n 384 194 428 220 476 220 c 0\n 512 220 525 212 542 196 c 1\n 542 198 l 2\n 542 206 552 212 559 212 c 0\n 565 212 576 208 576 198 c 2\n 576 158 l 2\n 576 148 567 144 561 144 c 0\n 548 144 547 150 542 156 c 0\n 530 171 512 185 478 185 c 0\n 449 185 421 174 421 155 c 0\n 421 129 464 130 488 127 c 0\n257 212 m 1\n 360 212 l 2\n 368 212 379 202 379 195 c 0\n 379 189 368 178 360 178 c 2\n 257 178 l 1\n 257 55 l 2\n 257 33 268 17 294 17 c 0\n 318 17 325 22 342 33 c 0\n 346 36 352 36 357 36 c 0\n 365 36 366 26 366 19 c 0\n 366 4 334 -14 294 -14 c 0\n 251 -14 222 13 222 51 c 2\n 222 178 l 1\n 192 178 l 2\n 182 178 172 189 172 195 c 0\n 172 202 182 212 192 212 c 2\n 222 212 l 1\n 222 265 l 2\n 222 274 232 285 240 285 c 0\n 246 285 257 275 257 265 c 2\n 257 212 l 1\n149 311 m 1\n 149 41 l 1\n 176 41 l 2\n 195 41 204 34 204 21 c 0\n 204 7 194 0 176 0 c 2\n 54 0 l 2\n 36 0 27 7 27 21 c 0\n 27 34 36 41 54 41 c 2\n 108 41 l 1\n 108 522 l 1\n 54 522 l 2\n 36 522 27 529 27 543 c 0\n 27 556 36 563 54 563 c 2\n 398 563 l 2\n 491 563 571 522 571 438 c 0\n 571 361 483 311 384 311 c 2\n 149 311 l 1\n149 352 m 1\n 387 352 l 2\n 448 352 530 378 530 438 c 0\n 530 498 472 522 402 522 c 2\n 149 522 l 1\n 149 352 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y27,44 y27,46 x39,42 x39,40 x27,30 x27,28 x56,59 x56,57 x55,52 x55,54 x48,51 x48,49 \nEndChar\nStartChar: afii57636\nEncoding: 8362 8362 1677\nWidth: 600\nFlags: HW\nHStem: 0 41<246 429> 439 41<100 253>\nVStem: 60 41<15 439> 206 41<41 315> 353 41<165 336> 499 41<129 465>\nFore\n499 130 m 1\n 499 459 l 2\n 499 471 508 480 519 480 c 0\n 531 480 540 471 540 459 c 2\n 540 130 l 2\n 540 96 536 62 506 33 c 0\n 477 4 442 0 410 0 c 2\n 206 0 l 1\n 206 313 l 2\n 206 324 215 334 227 334 c 0\n 238 334 247 324 247 313 c 2\n 247 41 l 1\n 410 41 l 2\n 442 41 458 43 477 62 c 0\n 497 83 498 96 499 130 c 1\n394 313 m 2\n 394 167 l 2\n 394 155 384 146 373 146 c 0\n 362 146 353 155 353 167 c 2\n 353 313 l 1\n 352 360 350 380 322 408 c 0\n 294 436 272 439 227 439 c 2\n 101 439 l 1\n 101 20 l 2\n 101 9 92 0 80 0 c 0\n 69 0 60 9 60 20 c 2\n 60 480 l 1\n 227 480 l 2\n 272 480 314 475 351 437 c 1\n 389 401 394 360 394 313 c 2\nEndSplineSet\nMinimumDistance: x3,-1 y21,24 y21,22 y11,8 y11,10 \nEndChar\nStartChar: Euro\nEncoding: 8364 8364 1678\nWidth: 600\nFlags: HW\nHStem: -16 41<269 354> 217 37<33 63 106 365 106 106> 314 37<33 63 106 394> 397 20 535 41<255 338> 543 20<492 505.5>\nVStem: 63 41<254 314> 478 41<507 536>\nFore\n106 351 m 1\n 394 351 l 2\n 410 351 415 346 415 333 c 0\n 415 319 410 314 394 314 c 2\n 104 314 l 1\n 104 254 l 1\n 365 254 l 2\n 381 254 386 249 386 236 c 0\n 386 222 380 217 365 217 c 2\n 106 217 l 1\n 124 107 216 25 322 25 c 0\n 391 25 442 51 496 115 c 0\n 503 123 507 125 514 125 c 0\n 526 125 534 117 534 106 c 0\n 534 96 522 79 496 55 c 0\n 446 9 386 -16 322 -16 c 0\n 196 -16 80 89 65 217 c 1\n 33 217 l 2\n 17 217 11 222 11 236 c 0\n 11 249 17 254 33 254 c 2\n 63 254 l 1\n 63 314 l 1\n 33 314 l 2\n 17 314 11 319 11 333 c 0\n 11 346 16 351 33 351 c 2\n 65 351 l 1\n 80 480 182 576 305 576 c 0\n 371 576 432 552 478 507 c 1\n 478 536 l 2\n 478 554 485 563 499 563 c 0\n 512 563 519 554 519 536 c 2\n 519 424 l 2\n 519 406 512 397 498 397 c 0\n 486 397 479 405 478 421 c 0\n 474 482 394 535 305 535 c 0\n 205 535 124 460 106 351 c 1\nEndSplineSet\nEndChar\nStartChar: uni2100\nEncoding: 8448 8448 1679\nWidth: 600\nFlags: HW\nHStem: -7 36<416.322 447> 187 99<546 553> 260 36<431 447> 334 37<104 133> 337 37<258 292> 475 35<133 160> 592 37<143 160>\nVStem: 15 37<404 415> 221 37<405 464 502 553> 221 86<354 361> 293 35<137 153> 533 36<260 269>\nDStem: 455 502 485 477 105 88 134 63\nFore\n533 259 m 1\n 533 267 l 2\n 533 280 543 286 551 286 c 0\n 559 286 569 280 569 267 c 2\n 569 206 l 2\n 569 194 559 187 551 187 c 0\n 543 187 537 192 533 204 c 0\n 522 236 487 260 434 260 c 0\n 366 260 328 215 328 141 c 0\n 328 70 367 29 434 29 c 0\n 480 29 517 41 550 74 c 0\n 555 79 558 80 562 80 c 0\n 568 80 574 70 574 64 c 0\n 574 55 564 43 547 30 c 0\n 515 7 474 -7 433 -7 c 0\n 352 -7 293 55 293 142 c 0\n 293 231 353 296 436 296 c 0\n 474 296 508 283 533 259 c 1\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\n221 337 m 1\n 221 363 l 1\n 180 341 153 334 114 334 c 0\n 55 334 15 366 15 413 c 0\n 15 470 71 510 148 510 c 0\n 171 510 191 507 221 501 c 1\n 221 545 l 2\n 221 573 195 592 156 592 c 0\n 138 592 110 585 80 573 c 0\n 72 569 70 569 66 569 c 0\n 57 569 49 578 49 588 c 0\n 49 597 53 602 63 607 c 0\n 93 619 134 629 158 629 c 0\n 216 629 258 594 258 545 c 2\n 258 374 l 1\n 284 374 l 2\n 299 374 307 367 307 355 c 0\n 307 344 298 337 284 337 c 2\n 221 337 l 1\n221 405 m 1\n 221 464 l 1\n 205 470 173 475 150 475 c 0\n 93 475 52 448 52 411 c 0\n 52 387 77 371 114 371 c 0\n 152 371 186 382 221 405 c 1\nEndSplineSet\nMinimumDistance: x3,-1 x39,42 x39,40 \nEndChar\nStartChar: uni2101\nEncoding: 8449 8449 1680\nWidth: 600\nFlags: HW\nHStem: 311 37<95 118> 314 37<246 275> 452 35<131 148> 569 37<131 148>\nVStem: 3 37<381 392> 209 37<382 441 479 531> 209 86<331 334>\nDStem: 455 502 485 477 105 88 134 63\nFore\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\n209 314 m 1\n 209 340 l 1\n 168 318 141 311 102 311 c 0\n 43 311 3 343 3 390 c 0\n 3 447 59 487 136 487 c 0\n 159 487 179 484 209 478 c 1\n 209 522 l 2\n 209 550 183 569 144 569 c 0\n 126 569 98 562 68 550 c 0\n 60 546 58 546 54 546 c 0\n 45 546 37 555 37 565 c 0\n 37 574 41 579 51 584 c 0\n 81 596 122 606 146 606 c 0\n 204 606 246 571 246 522 c 2\n 246 351 l 1\n 272 351 l 2\n 287 351 295 344 295 332 c 0\n 295 321 286 314 272 314 c 2\n 209 314 l 1\n209 382 m 1\n 209 441 l 1\n 193 447 161 452 138 452 c 0\n 81 452 40 425 40 388 c 0\n 40 364 65 348 102 348 c 0\n 140 348 174 359 209 382 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x22,25 x22,23 \nEndChar\nStartChar: uni2102\nEncoding: 8450 8450 1681\nWidth: 600\nFlags: HW\nHStem: -16 41<303 335> 535 41<287 324>\nVStem: 63 41<240 336> 164 41<105 464> 478 41<508 544>\nFore\n205 62 m 1\n 239 39 279 25 322 25 c 0\n 391 25 442 51 496 115 c 0\n 503 123 507 125 514 125 c 0\n 526 125 534 117 534 106 c 0\n 534 96 522 79 496 55 c 0\n 447 9 386 -16 322 -16 c 0\n 186 -16 63 107 63 242 c 2\n 63 325 l 2\n 63 386 91 456 134 502 c 0\n 179 550 238 576 305 576 c 0\n 371 576 431 552 478 507 c 1\n 478 536 l 2\n 478 554 485 563 499 563 c 0\n 512 563 519 554 519 536 c 2\n 519 424 l 2\n 519 406 512 397 498 397 c 0\n 486 397 479 405 478 421 c 0\n 474 482 394 535 305 535 c 0\n 269 535 234 525 205 507 c 1\n 205 62 l 1\n164 97 m 1\n 164 473 l 1\n 127 433 104 379 104 319 c 2\n 104 248 l 2\n 104 190 127 137 164 97 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni2103\nEncoding: 8451 8451 1682\nWidth: 600\nFlags: HW\nHStem: -16 41<368 403> 480 33<100.885 115> 535 41<355 388> 628 33<100.839 115>\nVStem: 19 33<562 578> 147 41<240 336> 172 33<560 578> 522 41<508 544>\nFore\n112 661 m 0\n 164 661 205 621 205 569 c 0\n 205 521 163 480 112 480 c 0\n 61 480 19 521 19 571 c 0\n 19 620 61 661 112 661 c 0\n112 628 m 0\n 79 628 52 602 52 571 c 0\n 52 539 79 513 112 513 c 0\n 145 513 172 539 172 570 c 0\n 172 602 145 628 112 628 c 0\n522 507 m 1\n 522 536 l 2\n 522 554 529 563 543 563 c 0\n 556 563 563 554 563 536 c 2\n 563 424 l 2\n 563 406 556 397 542 397 c 0\n 530 397 523 405 522 421 c 0\n 518 482 458 535 369 535 c 0\n 258 535 188 438 188 319 c 2\n 188 248 l 2\n 188 128 268 25 386 25 c 0\n 455 25 486 51 540 115 c 0\n 547 123 551 125 558 125 c 0\n 570 125 578 117 578 106 c 0\n 578 96 566 79 540 55 c 0\n 491 9 450 -16 386 -16 c 0\n 250 -16 147 107 147 242 c 2\n 147 325 l 2\n 147 454.866 230.197 576 369 576 c 0\n 435 576 475 552 522 507 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii61248\nEncoding: 8453 8453 1683\nWidth: 600\nFlags: HW\nHStem: -12 37<427.246 456> 244 37<427.051 457> 289 36<133 154> 483 99<262 269> 556 36<135 154>\nVStem: 9 35<420 452> 249 36<556 565> 295 37<132 148> 552 37<118.647 148>\nDStem: 455 502 485 477 105 88 134 63\nFore\n442 281 m 0\n 524 281 589 216 589 133 c 0\n 589 54 522 -12 442 -12 c 0\n 361 -12 295 54 295 135 c 0\n 295 215 361 281 442 281 c 0\n442 244 m 0\n 381 244 332 195 332 135 c 0\n 332 74 382 25 442 25 c 0\n 502 25 552 74 552 133 c 0\n 552 195 504 244 442 244 c 0\n249 555 m 1\n 249 563 l 2\n 249 576 259 582 267 582 c 0\n 275 582 285 576 285 563 c 2\n 285 502 l 2\n 285 490 275 483 267 483 c 0\n 259 483 253 488 249 500 c 0\n 238 532 203 556 150 556 c 0\n 82 556 44 511 44 437 c 0\n 44 366 83 325 150 325 c 0\n 196 325 233 337 266 370 c 0\n 271 375 274 376 278 376 c 0\n 284 376 290 366 290 360 c 0\n 290 351 280 339 263 326 c 0\n 231 303 190 289 149 289 c 0\n 68 289 9 351 9 438 c 0\n 9 527 69 592 152 592 c 0\n 190 592 224 579 249 555 c 1\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2106\nEncoding: 8454 8454 1684\nWidth: 600\nFlags: HW\nHStem: -12 37<427.246 456> 244 37<427.051 457> 289 36<133 154> 483 99<262 269> 556 36<135 154>\nVStem: 9 35<420 452> 249 36<556 565> 295 37<132 148> 552 37<118.647 148>\nDStem: 455 502 485 477 105 88 134 63\nFore\n442 281 m 0\n 524 281 589 216 589 133 c 0\n 589 54 522 -12 442 -12 c 0\n 361 -12 295 54 295 135 c 0\n 295 215 361 281 442 281 c 0\n442 244 m 0\n 381 244 332 195 332 135 c 0\n 332 74 382 25 442 25 c 0\n 502 25 552 74 552 133 c 0\n 552 195 504 244 442 244 c 0\n249 555 m 1\n 249 563 l 2\n 249 576 259 582 267 582 c 0\n 275 582 285 576 285 563 c 2\n 285 502 l 2\n 285 490 275 483 267 483 c 0\n 259 483 253 488 249 500 c 0\n 238 532 203 556 150 556 c 0\n 82 556 44 511 44 437 c 0\n 44 366 83 325 150 325 c 0\n 196 325 233 337 266 370 c 0\n 271 375 274 376 278 376 c 0\n 284 376 290 366 290 360 c 0\n 290 351 280 339 263 326 c 0\n 231 303 190 289 149 289 c 0\n 68 289 9 351 9 438 c 0\n 9 527 69 592 152 592 c 0\n 190 592 224 579 249 555 c 1\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2107\nEncoding: 8455 8455 1685\nWidth: 600\nFlags: HW\nHStem: -16 41<284 316> 0 166<484 492> 270 41<296 364> 406 157<460 469> 535 41<284 316>\nVStem: 92 44<138 167> 114 44<406 434> 202 183<291 297> 444 41<518 544> 467 41<24 55>\nRef: 400 400 N 1 0 0 1 0 0\nEndChar\nStartChar: uni210D\nEncoding: 8461 8461 1686\nWidth: 600\nFlags: HW\nHStem: 0 41<53 101 143 189 232 289 401 456 499 552> 272 41<232 456> 522 41<70.4704 101 143 189 232 289 401 456 499 529>\nVStem: 102 40<41 522> 190 41<41 271 314 522> 457 41<41 271 314 522>\nFore\n102 522 m 1\n 81 522 l 2\n 63 522 54 529 54 543 c 0\n 54 556 63 563 81 563 c 2\n 281 563 l 2\n 299 563 308 556 308 543 c 0\n 308 529 299 522 281 522 c 2\n 231 522 l 1\n 231 313 l 1\n 457 313 l 1\n 457 522 l 1\n 403 522 l 2\n 385 522 376 529 376 543 c 0\n 376 556 385 563 403 563 c 2\n 523 563 l 2\n 541 563 550 556 550 543 c 0\n 550 529 541 522 523 522 c 2\n 498 522 l 1\n 498 41 l 1\n 544 41 l 2\n 562 41 571 34 571 21 c 0\n 571 7 561 0 544 0 c 2\n 403 0 l 2\n 385 0 376 7 376 21 c 0\n 376 34 385 41 403 41 c 2\n 457 41 l 1\n 457 272 l 1\n 231 272 l 1\n 231 41 l 1\n 281 41 l 2\n 299 41 308 34 308 21 c 0\n 308 7 299 0 281 0 c 2\n 61 0 l 2\n 43 0 33 7 33 21 c 0\n 33 34 42 41 61 41 c 2\n 102 41 l 1\n 102 522 l 1\n142 522 m 1\n 142 41 l 1\n 190 41 l 1\n 190 522 l 1\n 142 522 l 1\nEndSplineSet\nMinimumDistance: x19,-1 x25,22 x25,24 x18,21 x18,19 x17,14 x17,16 x10,13 x10,11 x28,31 x28,29 x7,4 x7,6 x35,32 x35,34 x0,3 x0,1 \nEndChar\nStartChar: uni210E\nEncoding: 8462 8462 65535\nWidth: 600\nFlags: HW\nHStem: 0 41<87 133 174 210 400 446 487 524> 390 41<380.5 417> 563 41<198 244>\nVStem: 55 188<17.5 24.5> 369 187<17.5 24.5> 501 42<314.5 319.5>\nFore\n293 604 m 1\n 239 347 l 1\n 303 408 350 431 411 431 c 0\n 491 431 543 387 543 319 c 0\n 543 310 542 301 540 291 c 2\n 487 41 l 1\n 532 41 l 2\n 549 41 556 36 556 25 c 0\n 556 10 543 0 524 0 c 2\n 392 0 l 2\n 376 0 369 5 369 17 c 0\n 369 32 381 41 400 41 c 2\n 446 41 l 1\n 498 288 l 1\n 500 295 501 304 501 309 c 0\n 501 330 493 349 477 364 c 0\n 457 384 438 390 396 390 c 0\n 341 390 309 373 241 309 c 2\n 228 296 l 1\n 174 41 l 1\n 219 41 l 2\n 236 41 243 36 243 25 c 0\n 243 10 230 0 210 0 c 2\n 78 0 l 2\n 62 0 55 5 55 17 c 0\n 55 32 67 41 87 41 c 2\n 133 41 l 1\n 244 563 l 1\n 189 563 l 2\n 173 563 167 567 167 580 c 0\n 167 595 179 604 198 604 c 2\n 293 604 l 1\nEndSplineSet\nEndChar\nStartChar: uni210F\nEncoding: 8463 8463 65535\nWidth: 600\nFlags: HW\nHStem: 0 41<87 133 174 210 400 446 487 524> 390 41<380.5 417> 563 41<198 244>\nVStem: 55 188<17.5 24.5> 369 187<17.5 24.5> 501 42<314.5 319.5>\nFore\n214 423 m 1\n 162 387 l 2\n 162 387 151 381 145 381 c 0\n 135 381 126 391 126 402 c 0\n 126 411 130 416 142 423 c 2\n 227 482 l 1\n 244 563 l 1\n 189 563 l 2\n 173 563 167 567 167 580 c 0\n 167 595 179 604 198 604 c 2\n 293 604 l 1\n 274 514 l 1\n 327 551 l 2\n 327 551 339 557 344 557 c 0\n 354 557 363 548 363 537 c 0\n 363 527 359 523 347 516 c 2\n 262 457 l 1\n 239 347 l 1\n 303 408 350 431 411 431 c 0\n 491 431 543 387 543 319 c 0\n 543 310 542 301 540 291 c 2\n 487 41 l 1\n 532 41 l 2\n 549 41 556 36 556 25 c 0\n 556 10 543 0 524 0 c 2\n 392 0 l 2\n 376 0 369 5 369 17 c 0\n 369 32 381 41 400 41 c 2\n 446 41 l 1\n 498 288 l 1\n 500 295 501 304 501 309 c 0\n 501 330 493 349 477 364 c 0\n 457 384 438 390 396 390 c 0\n 341 390 309 373 241 309 c 2\n 228 296 l 1\n 174 41 l 1\n 219 41 l 2\n 236 41 243 36 243 25 c 0\n 243 10 230 0 210 0 c 2\n 78 0 l 2\n 62 0 55 5 55 17 c 0\n 55 32 67 41 87 41 c 2\n 133 41 l 1\n 214 423 l 1\nEndSplineSet\nEndChar\nStartChar: uni2110\nEncoding: 8464 8464 1687\nWidth: 600\nFlags: HW\nHStem: -28 37<172 197> 502 41<396 409>\nVStem: 158 39<450 456>\nFore\n320 31 m 0\n 248 -43 122 -59 52 49 c 1\n 46 58 49 71 58 77 c 0\n 67 83 80 80 86 71 c 1\n 142 -13 216 -6 292 59 c 0\n 414 164 318 438 453 516 c 1\n 384 483 364 516 276 523 c 0\n 229 527 177 457 205 433 c 1\n 211 424 210 411 202 404 c 0\n 193 398 180 399 173 407 c 1\n 123 479 203 562 276 563 c 0\n 372 563 365 514 522 565 c 0\n 562 578 572 540 536 528 c 0\n 325 455 483 195 320 31 c 0\nEndSplineSet\nEndChar\nStartChar: Ifraktur\nEncoding: 8465 8465 1688\nWidth: 600\nFlags: HW\nHStem: -15 41<294 310> 522 41<166 423 499 502>\nVStem: 367 41<319.365 343 343.125 346.938 347.063 367.912> 408 41<114.145 130>\nFore\n408 128 m 0\n 408 183 364 272 367 347 c 0\n 367 415 387 476 424 522 c 1\n 172 522 l 2\n 147 522 129 503 127 471 c 0\n 125 455 119 448 106 448 c 0\n 94 448 86 457 86 470 c 0\n 86 521 124 563 170 563 c 2\n 493 563 l 2\n 511 563 520 556 520 542 c 0\n 520 531 512 523 498 523 c 0\n 451 521 408 435 408 343 c 0\n 408 309 412 277 422 249 c 16\n 439 201 449 154 449 128 c 0\n 449 49 386 -15 308 -15 c 0\n 272 -15 239 -2 210 24 c 0\n 191 41 179 58 179 68 c 0\n 179 77 190 87 199 87 c 0\n 205 87 210 84 217 75 c 0\n 245 41 272 26 307 26 c 0\n 361 26 408 73 408 128 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni2112\nEncoding: 8466 8466 1689\nWidth: 600\nFlags: HW\nHStem: 0 40<107 108 183 438> 537 41<294 310>\nVStem: 157 41<432 448> 198 41<208 216 216.062 220 220.063 243.361>\nFore\n198 435 m 0\n 198 380 242 291 239 216 c 0\n 239 148 219 87 182 41 c 1\n 434 41 l 2\n 459 41 477 60 479 92 c 0\n 481 108 487 115 500 115 c 0\n 512 115 520 106 520 93 c 0\n 520 42 482 0 436 0 c 2\n 113 0 l 2\n 95 0 86 7 86 21 c 0\n 86 32 94 40 108 40 c 0\n 155 42 198 128 198 220 c 0\n 198 268 193 276 184 314 c 24\n 173 362 157 409 157 435 c 0\n 157 514 220 578 298 578 c 0\n 334 578 367 565 396 539 c 0\n 415 522 427 505 427 495 c 0\n 427 486 416 476 407 476 c 0\n 401 476 396 479 389 488 c 0\n 361 522 334 537 299 537 c 0\n 245 537 198 490 198 435 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii61289\nEncoding: 8467 8467 1690\nWidth: 600\nFlags: HW\nHStem: -28 40<261 277> 592 40<424 437>\nVStem: 187 39<84 132> 443 40<564 580>\nFore\n250 282 m 1\n 324 333 382 397 424 500 c 24\n 438 534 455 592 433 592 c 0\n 372 592 296 454 250 282 c 1\n203 252 m 1\n 242 448 340 632 432 632 c 0\n 513 632 478 529 460 484 c 0\n 409 359 333 284 237 226 c 1\n 226 169 222 111 228 58 c 0\n 231 30 245 12 269 12 c 0\n 322 12 363 64 384 107 c 1\n 389 117 401 121 411 116 c 0\n 421 111 425 99 420 89 c 1\n 397 44 354 -28 267 -28 c 0\n 221 -28 191 12 188 54 c 0\n 185 102 187 152 194 202 c 1\n 147 178 l 1\n 137 173 125 177 120 187 c 0\n 115 197 119 209 129 214 c 1\n 155 227 180 239 203 252 c 1\nEndSplineSet\nBack\n250 282 m 1\n 324 333 381 398 424 500 c 0\n 446 551 433 592 433 592 c 0\n 393 605 296 454 250 282 c 1\n203 252 m 1\n 242 448 343 627 435 632 c 4\n 514 616 478 529 460 484 c 0\n 409 359 333 284 237 226 c 1\n 226 169 222 111 228 58 c 0\n 231 30 244.917 12 269 12 c 0\n 322 12 363 64 384 107 c 1\n 389 117 401 121 411 116 c 0\n 421 111 425 99 420 89 c 1\n 397 44 354 -28 267 -28 c 0\n 220.902 -28 191 12 188 54 c 0\n 185 102 187 152 194 202 c 1\n 179 194 163 186 147 178 c 1\n 137 173 125 177 120 187 c 0\n 115 197 119 209 129 214 c 1\n 155 227 180 239 203 252 c 1\nEndSplineSet\nEndChar\nStartChar: uni2114\nEncoding: 8468 8468 1691\nWidth: 600\nFlags: HW\nHStem: -17 41<413 426> 0 41<46 112 152 280> 389 41<414 426> 542 20G<226 280> 563 41<72 112 216 280> 583 20G<226 321>\nVStem: 112 41<41 564> 280 41<41 87 190 224 327 562> 517 41<190 224>\nFore\n421 389 m 0\n 391 389 321 314 321 207 c 0\n 321 107 376 24 419 24 c 0\n 492 24 516 113 517 204 c 0\n 518 307 478 389 421 389 c 0\n153 41 m 1\n 280 41 l 1\n 280 562 l 1\n 226 562 l 2\n 208 562 199 569 199 583 c 0\n 199 596 208 603 226 603 c 2\n 321 603 l 1\n 321 327 l 1\n 332 382 389 430 415 430 c 0\n 520 430 558 333 558 209 c 0\n 558 63 493 -17 421 -17 c 0\n 378 -17 328 30 321 87 c 1\n 321 0 l 1\n 52 0 l 2\n 34 0 25 7 25 21 c 0\n 25 34 34 41 52 41 c 2\n 112 41 l 1\n 112 563 l 1\n 75 563 l 2\n 57 563 48 570 48 584 c 0\n 48 597 57 604 75 604 c 2\n 153 604 l 1\n 153 41 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x24,4 y4,24 y4,25 y9,6 x6,9 x6,7 x21,24 x21,22 x20,17 x20,19 \nEndChar\nStartChar: uni2115\nEncoding: 8469 8469 1692\nWidth: 600\nFlags: HW\nHStem: 0 41<46.4704 79 121 170 213 270> 522 41<46.4704 79 121 170 398 475 518 558>\nVStem: 80 40<41 521> 171 41<41 491> 476 41<60 522>\nDStem: 212 492 223 563 465 0 476 59\nFore\n80 522 m 1\n 57 522 l 2\n 39 522 30 529 30 543 c 0\n 30 556 39 563 57 563 c 2\n 223 563 l 1\n 476 59 l 1\n 476 522 l 1\n 402 522 l 2\n 383 522 374 529 374 543 c 0\n 374 556 383 563 402 563 c 2\n 551 563 l 2\n 569 563 578 556 578 543 c 0\n 578 529 569 522 551 522 c 2\n 517 522 l 1\n 517 0 l 1\n 465 0 l 1\n 212 492 l 1\n 212 41 l 1\n 267 41 l 2\n 285 41 294 34 294 21 c 0\n 294 7 284 0 267 0 c 2\n 57 0 l 2\n 39 0 30 7 30 21 c 0\n 30 34 39 41 57 41 c 2\n 80 41 l 1\n 80 522 l 1\n120 522 m 1\n 120 41 l 1\n 171 41 l 1\n 171 522 l 1\n 120 522 l 1\nEndSplineSet\nMinimumDistance: x10,-1 x15,13 y13,15 y13,14 x13,10 x13,12 x6,9 x6,7 x17,20 x17,18 x24,21 x24,23 x0,3 x0,1 \nEndChar\nStartChar: afii61352\nEncoding: 8470 8470 1693\nWidth: 600\nFlags: HW\nHStem: 0 41<79 89> 254 40<427.461 574.634> 327 30<490.96 503.709> 464 30<490.919 503.709> 522 41<50 112 399 560>\nVStem: 9 42<75 101> 113 42<75 473> 357 41<90 522> 417 30<408.193 415.575> 418 167<270 276> 555 30<400.812 415.575>\nDStem: 155 474 165 563 346 0 357 89\nFore\n113 80 m 2\n 113 522 l 1\n 59 522 l 2\n 41 522 32 529 32 543 c 0\n 32 556 41 563 59 563 c 2\n 165 563 l 1\n 357 89 l 1\n 357 563 l 1\n 558 563 l 2\n 576 563 585 556 585 543 c 0\n 585 529 576 522 558 522 c 2\n 398 522 l 1\n 398 0 l 1\n 346 0 l 1\n 155 474 l 1\n 155 76 l 2\n 155 24 124 0 80 0 c 0\n 50 0 9 26 9 76 c 2\n 9 99 l 2\n 9 117 17 127 31 127 c 0\n 43 127 51 118 51 99 c 2\n 51 80 l 2\n 51 54 68 41 82 41 c 0\n 96 41 113 46 113 80 c 2\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 y0,0 y0,0 x0,0 x0,0 x0,0 x0,0 \nRef: 175 175 N 0.575862 0 0 1 329 -282\nRef: 730 730 N 0.903226 0 0 0.922652 230 -116\nEndChar\nStartChar: uni2117\nEncoding: 8471 8471 1694\nWidth: 600\nFlags: HW\nHStem: -15 41<275 319> 121 36<195 225 263 302> 259 36<263 325> 408 36<195 225 263 342> 537 41<291 320>\nVStem: 3 41<260 296> 181 137<138 145> 226 36<157 259 296 407> 409 36<350 355> 555 41<259 296>\nFore\n325 259 m 9\n 262 259 l 1\n 262 157 l 1\n 298 157 l 2\n 310 157 318 150 318 139 c 0\n 318 128 310 121 298 121 c 2\n 202 121 l 2\n 189 121 181 128 181 139 c 0\n 181 150 189 157 202 157 c 2\n 226 157 l 1\n 226 408 l 1\n 202 408 l 2\n 189 408 181 415 181 426 c 0\n 181 437 189 444 202 444 c 2\n 340 444 l 2\n 401 444 445 405 445 351 c 0\n 445 313 407 279 375 270 c 0\n 325 259 l 9\n262 295 m 1\n 318 295 l 2\n 374 295 409 317 409 353 c 0\n 409 385 380 408 339 408 c 2\n 262 408 l 1\n 262 295 l 1\n300 578 m 0\n 463 578 596 445 596 282 c 0\n 596 116 464 -15 296 -15 c 0\n 136 -15 3 120 3 282 c 0\n 3 445 136 578 300 578 c 0\n300 537 m 0\n 159 537 44 423 44 282 c 0\n 44 142 159 26 296 26 c 0\n 441 26 555 139 555 282 c 0\n 555 422 440 537 300 537 c 0\nEndSplineSet\nMinimumDistance: x23,-1 x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 \nEndChar\nStartChar: weierstrass\nEncoding: 8472 8472 1695\nWidth: 600\nFlags: HW\nHStem: -150 40<132 142> -15 40<352 357> 414 40<372 388>\nVStem: 52 40<-38 -14 298 332> 190 40<-38 -22> 242 40<119 138> 499 43<234 266>\nFore\n542 254 m 0\n 542 139 492 -15 353 -15 c 0\n 264 -15 243 65 242 139 c 1\n 282 139 l 1\n 282 85 288 25 355 25 c 0\n 465 25 499 154 499 243 c 0\n 499 325 471 414 374 414 c 0\n 261 414 182 248 141 161 c 1\n 184 102 230 41 230 -35 c 0\n 230 -94 201 -150 135 -150 c 0\n 72 -150 52 -85 52 -33 c 0\n 52 32 71 96 98 155 c 1\n 60 210 52 268 52 333 c 1\n 92 333 l 1\n 92 291 89 231 117 197 c 1\n 166 302 249 454 383 454 c 0\n 489 454 542 348 542 254 c 0\n190 -34 m 0\n 190 18 154 79 123 120 c 1\n 106 75 92 18 92 -29 c 0\n 92 -56 99 -110 135 -110 c 0\n 177 -110 190 -70 190 -34 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2119\nEncoding: 8473 8473 1696\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 123 166 313> 231 41<166 316> 522 41<59.4704 123 166 331>\nVStem: 124 41<41 231 273 521> 361 41<304 480> 458 41<384 400>\nFore\n165 231 m 1\n 165 41 l 1\n 303 41 l 2\n 322 41 331 34 331 21 c 0\n 331 7 321 0 303 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 310 563 l 2\n 416 563 499 491 499 398 c 0\n 499 305 410 231 296 231 c 2\n 165 231 l 1\n361 515 m 1\n 346 520 330 522 314 522 c 2\n 165 522 l 1\n 165 272 l 1\n 299 272 l 2\n 321 272 342 276 361 282 c 1\n 361 515 l 1\n402 496 m 1\n 402 302 l 1\n 436 326 458 360 458 398 c 0\n 458 438 436 473 402 496 c 1\nEndSplineSet\nMinimumDistance: x14,-1 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 \nEndChar\nStartChar: uni211A\nEncoding: 8474 8474 1697\nWidth: 600\nFlags: HW\nHStem: -115 41<435 451> -89 41<299 339> 535 41<291 318>\nVStem: 51 41<269 301> 164 41<93 461> 508 41<253 301>\nDStem: 249 -10 305 -16 159 -75 251 -56\nFore\n305 -16 m 1\n 251 -56 l 1\n 281 -50 297 -48 318 -48 c 0\n 347 -48 370 -52 400 -63 c 0\n 424 -72 432 -74 445 -74 c 0\n 466 -74 483 -67 514 -47 c 0\n 518 -44 522 -43 526 -43 c 0\n 537 -43 546 -52 546 -64 c 0\n 546 -84 484 -115 442 -115 c 0\n 426 -115 415 -112 386 -102 c 0\n 359 -92 343 -89 318 -89 c 0\n 288 -89 221 -100 178 -112 c 0\n 174 -113 171 -114 168 -114 c 0\n 157 -114 148 -105 148 -93 c 0\n 148 -86 152 -80 159 -75 c 2\n 249 -10 l 1\n 135 15 51 139 51 280 c 0\n 51 445 161 576 300 576 c 0\n 439 576 549 445 549 280 c 0\n 549 116 443 -12 305 -16 c 1\n205 54 m 1\n 233 35 266 25 300 25 c 0\n 413 25 508 140 508 277 c 0\n 508 421 416 535 300 535 c 0\n 266 535 233 525 205 507 c 1\n 205 54 l 1\n164 88 m 1\n 164 473 l 1\n 120 426 92 357 92 280 c 0\n 92 204 120 135 164 88 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni211D\nEncoding: 8477 8477 1698\nWidth: 600\nFlags: HW\nHStem: 0 41<51.4704 81 123 169 212 243 531 564> 251 41<212 297> 522 41<51.4704 81 123 169 212 323>\nVStem: 82 40<41 521> 170 41<41 250 293 521> 457 41<400 416>\nFore\n211 292 m 1\n 279 292 l 2\n 377 292 457 344 457 408 c 0\n 457 468 390 522 318 522 c 2\n 211 522 l 1\n 211 292 l 1\n82 522 m 1\n 62 522 l 2\n 44 522 35 529 35 543 c 0\n 35 556 44 563 62 563 c 2\n 318 563 l 2\n 415 563 498 491 498 407 c 0\n 498 342 452 294 359 262 c 1\n 422 219 450 182 531 41 c 1\n 562 41 l 2\n 580 41 589 34 589 21 c 0\n 589 7 580 0 562 0 c 2\n 505 0 l 1\n 417 162 373 216 297 251 c 1\n 211 251 l 1\n 211 41 l 1\n 240 41 l 2\n 258 41 267 34 267 21 c 0\n 267 7 258 0 240 0 c 2\n 62 0 l 2\n 44 0 35 7 35 21 c 0\n 35 34 44 41 62 41 c 2\n 82 41 l 1\n 82 522 l 1\n122 522 m 1\n 122 41 l 1\n 170 41 l 1\n 170 522 l 1\n 122 522 l 1\nEndSplineSet\nMinimumDistance: x10,-1 x19,22 x19,20 x26,23 x26,25 x5,8 x5,6 \nEndChar\nStartChar: prescription\nEncoding: 8478 8478 1699\nWidth: 600\nFlags: W\nHStem: 0 41<59.4704 124 165 242 530 572> 251 41<165 297> 522 41<59.4704 124 70 335>\nVStem: 124 41<40 251 41 522> 457 41<399 417>\nDStem: 424 136 446 102 351 86 371 50 536 214 556 179 458 160 480 126\nFore\n165 292 m 1\n 279 292 l 2\n 377 292 457 344 457 408 c 0\n 457 468 390 522 318 522 c 2\n 165 522 l 1\n 165 292 l 1\n446 102 m 1\n 371 50 l 2\n 371 50 360 44 354 44 c 0\n 344 44 335 54 335 65 c 0\n 335 74 339 79 351 86 c 2\n 424 136 l 1\n 381 198 346 229 297 251 c 1\n 165 251 l 1\n 165 41 l 1\n 240 41 l 2\n 258 41 267 34 267 21 c 0\n 267 7 258 0 240 0 c 2\n 70 0 l 2\n 52 0 43 7 43 21 c 0\n 43 34 52 41 70 41 c 2\n 124 41 l 1\n 124 522 l 1\n 70 522 l 2\n 52 522 43 529 43 543 c 0\n 43 556 52 563 70 563 c 2\n 318 563 l 2\n 415 563 498 491 498 407 c 0\n 498 342 452 294 359 262 c 1\n 399 235 425 210 458 160 c 1\n 536 214 l 2\n 536 214 548 220 553 220 c 0\n 563 220 572 211 572 200 c 0\n 572 190 568 186 556 179 c 2\n 480 126 l 1\n 531 41 l 1\n 562 41 l 2\n 580 41 589 34 589 21 c 0\n 589 7 580 0 562 0 c 2\n 505 0 l 1\n 483 40 464 74 446 102 c 1\nEndSplineSet\nEndChar\nStartChar: trademark\nEncoding: 8482 8482 1700\nWidth: 600\nFlags: HW\nHStem: 243 33<52 107 142 197 285 300 335 373 492 530 565 581> 530 33<37 107 142 212 285 300 565 580>\nVStem: 4 33<451 529> 108 33<276 529> 212 34<451 529> 268 122<259 262> 301 33<276 519> 475 123<259 262> 531 33<276 519>\nDStem: 334 520 350 563 417 336 433 379 514 563 531 520 433 379 449 336\nFore\n141 530 m 1\n 141 276 l 1\n 195 276 l 2\n 206 276 214 270 214 260 c 0\n 214 250 206 243 195 243 c 2\n 55 243 l 2\n 43 243 35 250 35 260 c 0\n 35 269 43 276 55 276 c 2\n 108 276 l 1\n 108 530 l 1\n 37 530 l 1\n 37 457 l 2\n 37 446 30 438 21 438 c 0\n 11 438 4 446 4 457 c 2\n 4 563 l 1\n 246 563 l 1\n 246 457 l 2\n 246 446 239 438 229 438 c 0\n 220 438 212 446 212 457 c 2\n 212 530 l 1\n 141 530 l 1\n598 260 m 0\n 598 247 590 243 578 243 c 2\n 493 243 l 2\n 483 243 475 250 475 260 c 0\n 475 270 482 276 494 276 c 2\n 531 276 l 1\n 531 520 l 1\n 449 336 l 1\n 417 336 l 1\n 334 520 l 1\n 334 276 l 1\n 371 276 l 2\n 382 276 390 269 390 260 c 0\n 390 250 382 243 371 243 c 2\n 286 243 l 2\n 276 243 268 250 268 260 c 0\n 268 270 275 276 287 276 c 2\n 301 276 l 1\n 301 530 l 1\n 291 530 l 2\n 280 530 272 537 272 547 c 0\n 272 557 279 563 291 563 c 2\n 350 563 l 1\n 433 379 l 1\n 514 563 l 1\n 574 563 l 2\n 586 563 593 557 593 547 c 0\n 593 537 585 530 574 530 c 2\n 564 530 l 1\n 564 276 l 1\n 579 276 l 2\n 590 276 598 270 598 260 c 0\nEndSplineSet\nMinimumDistance: x45,-1 y19,16 y19,18 y10,13 y10,11 x48,45 x48,47 x38,41 x38,39 x30,33 x30,31 x8,5 x8,7 x1,4 x1,2 \nEndChar\nStartChar: uni2124\nEncoding: 8484 8484 1701\nWidth: 600\nFlags: HW\nHStem: 0 41<89 144 197 510> 0 209<523 532> 522 41<108 376 428 484>\nVStem: 49 39<42 45> 67 41<400 521> 67 457<522 562> 485 39<519 521> 510 41<42 192>\nDStem: 377 519 428.882 522 49 59 88 45 485 519 524 505 144.062 41 196 45\nFore\n144 41 m 1\n 485 519 l 1\n 485 522 l 1\n 429 522 l 1\n 88 45 l 1\n 88 41 l 1\n 144 41 l 1\n377 522 m 1\n 108 522 l 1\n 108 404 l 2\n 108 385 101 376 88 376 c 0\n 74 376 67 385 67 404 c 2\n 67 563 l 1\n 524 563 l 1\n 524 505 l 1\n 196 45 l 1\n 196 41 l 1\n 510 41 l 1\n 510 182 l 2\n 510 200 516 209 530 209 c 0\n 544 209 551 200 551 182 c 2\n 551 0 l 1\n 49 0 l 1\n 49 59 l 1\n 377 519 l 1\n 377 522 l 1\nEndSplineSet\nMinimumDistance: x19,-1 y7,10 y7,8 y16,19 y16,17 \nEndChar\nStartChar: uni2125\nEncoding: 8485 8485 1702\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2126\nEncoding: 8486 8486 1703\nWidth: 600\nFlags: HW\nHStem: -2 43<118 242 371 499> -2 171<94 101 517 524> 531 40<260 350>\nVStem: 78 40<42 144> 87 39<334 366> 243 42<42 138> 328 42<42 138> 489 41<334 366> 499 41<42 144>\nFore\n540 -2 m 1\n 328 -2 l 1\n 328 173 l 1\n 375 180 371 179 411 200 c 0\n 457 224 489 285 489 353 c 0\n 489 415 467 454 434 492 c 0\n 414 514 386 527 350 531 c 1\n 258 531 l 2\n 237 529 214 514 195 504 c 0\n 169 490 140 441 133 408 c 0\n 128 390 126 372 126 353 c 0\n 126 294 146 251 179 216 c 0\n 207 186 236 178 285 173 c 1\n 285 -2 l 1\n 78 -2 l 1\n 78 142 l 2\n 78 158 84 169 99 169 c 0\n 113 169 118 156 118 142 c 2\n 118 41 l 1\n 243 41 l 1\n 243 138 l 1\n 222 140 203 147 185 159 c 0\n 124 195 87 264 87 355 c 0\n 87 421 107 475 142 510 c 0\n 174 544 206 564 260 571 c 1\n 350 571 l 2\n 387 571 403 562 436 543 c 0\n 477 519 509 466 522 417 c 0\n 527 394 530 371 530 348 c 0\n 530 257 478 189 422 157 c 0\n 406 148 389 142 370 138 c 1\n 370 41 l 1\n 499 41 l 1\n 499 142 l 2\n 499 157 504 169 518 169 c 0\n 532.039 169 540 155.408 540 142 c 2\n 540 -2 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y18,15 y18,17 \nEndChar\nStartChar: uni2127\nEncoding: 8487 8487 1704\nWidth: 600\nFlags: HW\nHStem: -2 40<260 350> 528 43<118 242 371 499>\nVStem: 78 40<416.912 527> 87 39<206 238> 243 42<431 527> 328 42<431 527> 489 41<206 223> 499 41<418.353 527>\nFore\n540 571 m 1\n 540 427 l 2\n 540 412.975 531.617 400 518 400 c 0\n 504 400 499 412 499 427 c 2\n 499 528 l 1\n 370 528 l 1\n 370 431 l 1\n 389 427 406 421 422 412 c 0\n 478 380 530 312 530 221 c 0\n 530 198 527 175 522 152 c 0\n 509 103 477 50 436 26 c 0\n 403 7 387 -2 350 -2 c 2\n 260 -2 l 1\n 206 5 174 25 142 59 c 0\n 107 94 87 148 87 214 c 0\n 87 305 124 374 185 410 c 0\n 203 422 222 429 243 431 c 1\n 243 528 l 1\n 118 528 l 1\n 118 427 l 2\n 118 413 113 400 99 400 c 0\n 84 400 78 411 78 427 c 2\n 78 571 l 1\n 285 571 l 1\n 285 396 l 1\n 236 391 207 383 179 353 c 0\n 146 318 126 275 126 216 c 0\n 126 197 128 179 133 161 c 0\n 140 128 169 79 195 65 c 0\n 214 55 237 40 258 38 c 2\n 350 38 l 1\n 386 42 414 55 434 77 c 0\n 467 115 489 154 489 216 c 0\n 489 284 457 345 411 369 c 0\n 371 390 375 389 328 396 c 1\n 328 571 l 1\n 540 571 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y18,21 y18,19 \nEndChar\nStartChar: uni212A\nEncoding: 8490 8490 1705\nWidth: 600\nFlags: HW\nHStem: 0 41<70 124 165 240 489 545> 522 41<70 124 165 165 165 240 400 445 502 502 502 518>\nVStem: 124 41<41 221 273 522>\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni212B\nEncoding: 8491 8491 1706\nWidth: 600\nFlags: HW\nHStem: 0 41<36 67 108 187 408 484 527 564> 188 41<178 413> 522 41<126 246 286 286 286 301> 630 33<260.5 293.5> 778 33<260.5 293.5>\nVStem: 9 33 162 33\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: uni212F\nEncoding: 8495 8495 65535\nWidth: 600\nFlags: HW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 530 40<255 292.5>\nFore\n570 262 m 0\n 570 207.405 528.348 199 486 199 c 2\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 450 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 58 521 48 491 32 c 0\n 437 2 364 -16 300 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n475 240 m 2\n 499 240 528 244 528 273 c 0\n 528 281 526.404 287.789 524 295 c 0\n 505 352 449 390 375 390 c 0\n 277 390 192 332 155 240 c 1\n 268 240 475 240 475 240 c 2\nEndSplineSet\nBack\n562 199 m 5\n 486 199 l 2\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 450 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 58 521 48 491 32 c 0\n 437 2 364 -16 300 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n 570 248 567 224 562 199 c 5\n155 240 m 1\n 466 240 l 2\n 529 240 l 1\n 530 245 530 250 530 252 c 0\n 530 333 466 390 375 390 c 0\n 277 390 192 332 155 240 c 1\nEndSplineSet\nEndChar\nStartChar: uni2132\nEncoding: 8498 8498 1707\nWidth: 600\nFlags: HW\nHStem: 0 41<84 398 398 398 439 493> 146 20 522 41<253 398 260 398 439 493>\nVStem: 398 41<41 139 41 41 41 250 205 250 291 336 291 291 291 522>\nRef: 70 70 N -1 0 0 -1 563 563\nEndChar\nStartChar: aleph\nEncoding: 8501 8501 1708\nWidth: 600\nFlags: HW\nHStem: 0 41<135 240> 244 41<222 234> 377 40<355.007 445>\nVStem: 94 40<41 156> 94 164<15 27> 446 42<300 377>\nDStem: 171 388 205 410 238.408 285 328.037 222 265.241 244 354.818 181.078 421 6 455 28\nRef: 1488 1488 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2136\nEncoding: 8502 8502 65535\nWidth: 600\nFlags: H\nRef: 1489 1489 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2137\nEncoding: 8503 8503 65535\nWidth: 600\nFlags: H\nRef: 1490 1490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2138\nEncoding: 8504 8504 65535\nWidth: 600\nFlags: H\nRef: 1491 1491 N 1 0 0 1 0 0\nEndChar\nStartChar: onethird\nEncoding: 8531 8531 1709\nWidth: 600\nFlags: HW\nHStem: -10 36<454 481> 170 36<463 476.854> 259 37<42 114 151 224> 315 36<462 487>\nVStem: 115 36<296 562> 543 36<249.161 262> 555 36<87 102>\nDStem: 455 502 485 477 105 88 134 63\nFore\n533 185 m 1\n 572 161 591 133 591 97 c 0\n 591 38 536 -10 470 -10 c 0\n 420 -10 356 20 356 43 c 0\n 356 52 364 60 373 60 c 0\n 378 60 381 59 386 55 c 0\n 416 34 440 26 470 26 c 0\n 516 26 555 59 555 97 c 0\n 555 137 516 169 463 170 c 0\n 450 171 442 177 442 188 c 0\n 442 194 445 200 451 204 c 0\n 454 206 454 206 479 206 c 0\n 516 206 543 229 543 259 c 0\n 543 291 514 315 475 315 c 0\n 446 315 421 305 406 288 c 0\n 400 280 396 278 390 278 c 0\n 380 278 372 286 372 295 c 0\n 372 320 429 351 475 351 c 0\n 534 351 579 311 579 259 c 0\n 579 229 566 207 533 185 c 1\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\n151 612 m 1\n 151 295 l 1\n 222 295 l 2\n 234 295 242 288 242 277 c 0\n 242 266 234 259 222 259 c 2\n 44 259 l 2\n 31 259 23 266 23 277 c 0\n 23 290 33 296 54 296 c 0\n 62 296 93 296 115 295 c 1\n 115 563 l 1\n 50 542 l 2\n 46 541 43 540 41 540 c 0\n 33 540 24 549 24 558 c 0\n 24 573 24 573 151 612 c 1\nEndSplineSet\nMinimumDistance: x1,-1 y31,28 x28,31 x28,29 \nEndChar\nStartChar: twothirds\nEncoding: 8532 8532 1710\nWidth: 600\nFlags: HW\nHStem: -10 36<456 481> 170 36<463 476.854> 261 36<53 202> 261 59<216 222> 315 36<461 488> 578 36<120 140>\nVStem: 8 230<262 297> 202 36<298 306 503 518> 543 36<249.161 262> 555 36<87 102>\nDStem: 461 502 491 477 111 88 140 63\nFore\n52 297 m 1\n 202 297 l 1\n 202 300 l 2\n 202 312 209 320 220 320 c 0\n 231 320 238 312 238 300 c 2\n 238 261 l 1\n 8 261 l 1\n 8 304 l 1\n 140 427 l 1\n 190 477 200 491 200 513 c 0\n 200 548 166 578 128 578 c 0\n 94 578 63 557 54 526 c 0\n 51 515 45 510 36 510 c 0\n 27 510 19 518 19 527 c 0\n 19 538 27 556 38 570 c 0\n 60 598 93 614 128 614 c 0\n 186 614 236 567 236 513 c 0\n 236 470 219 450 52 297 c 1\n533 185 m 1\n 572 161 591 133 591 97 c 0\n 591 38 536 -10 470 -10 c 0\n 420 -10 356 20 356 43 c 0\n 356 52 364 60 373 60 c 0\n 378 60 381 59 386 55 c 0\n 416 34 440 26 470 26 c 0\n 516 26 555 59 555 97 c 0\n 555 137 516 169 463 170 c 0\n 450 171 442 177 442 188 c 0\n 442 194 445 200 451 204 c 0\n 454 206 454 206 479 206 c 0\n 516 206 543 229 543 259 c 0\n 543 291 514 315 475 315 c 0\n 446 315 421 305 406 288 c 0\n 400 280 396 278 390 278 c 0\n 380 278 372 286 372 295 c 0\n 372 320 429 351 475 351 c 0\n 534 351 579 311 579 259 c 0\n 579 229 566 207 533 185 c 1\n491 477 m 1\n 140 63 l 2\n 132 53 128 51 122 51 c 0\n 111 51 102 60 102 71 c 0\n 102 76 104 80 111 88 c 2\n 461 502 l 2\n 470 512 473 514 479 514 c 0\n 490 514 499 505 499 494 c 0\n 499 490 495 483 491 477 c 1\nEndSplineSet\nMinimumDistance: x18,-1 y1,4 y1,2 \nEndChar\nStartChar: uni2155\nEncoding: 8533 8533 1711\nWidth: 600\nFlags: HW\nHStem: -12 36<471 492> 197 36<479 503> 259 37<42 114 151 224> 313 36<431 559>\nVStem: 115 36<296 562> 393 37<216 313> 565 35<100 117>\nDStem: 455 502 485 477 105 88 134 63\nFore\n430 313 m 1\n 430 215 l 1\n 460 227 468 233 494 233 c 0\n 553 233 600 179 600 114 c 0\n 600 41 547 -12 478 -12 c 0\n 447 -12 418 -3 389 17 c 0\n 371 29 363 38 363 45 c 0\n 363 51 368 66 374 66 c 0\n 378 66 380 67 384 63 c 0\n 412 37 443 24 477 24 c 0\n 534 24 565 64 565 115 c 0\n 565 167 539 197 490 197 c 0\n 467 197 442 186 417 173 c 0\n 410 169 407 168 404 168 c 0\n 398 168 393 185 393 192 c 2\n 393 349 l 1\n 557 349 l 2\n 568 349 573 339 573 331 c 0\n 573 323 568 313 557 313 c 2\n 430 313 l 1\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\n151 612 m 1\n 151 295 l 1\n 222 295 l 2\n 234 295 242 288 242 277 c 0\n 242 266 234 259 222 259 c 2\n 44 259 l 2\n 31 259 23 266 23 277 c 0\n 23 290 33 296 54 296 c 0\n 62 296 93 296 115 295 c 1\n 115 563 l 1\n 50 542 l 2\n 46 541 43 540 41 540 c 0\n 33 540 24 549 24 558 c 0\n 24 573 24 573 151 612 c 1\nEndSplineSet\nMinimumDistance: x0,16 x0,18 y31,28 x28,31 x28,29 \nEndChar\nStartChar: uni2156\nEncoding: 8534 8534 1712\nWidth: 600\nFlags: HW\nHStem: -12 36<472 492> 197 36<479 504> 261 36<53 202> 261 59<216 222> 313 36<431 559> 578 36<116 140>\nVStem: 8 230<262 297> 202 36<298 306 503 516> 393 37<216 313> 565 35<100 117>\nDStem: 455 502 485 477 105 88 134 63\nFore\n52 297 m 1\n 202 297 l 1\n 202 300 l 2\n 202 312 209 320 220 320 c 0\n 231 320 238 312 238 300 c 2\n 238 261 l 1\n 8 261 l 1\n 8 304 l 1\n 140 427 l 1\n 190 477 200 491 200 513 c 0\n 200 548 166 578 128 578 c 0\n 94 578 63 557 54 526 c 0\n 51 515 45 510 36 510 c 0\n 27 510 19 518 19 527 c 0\n 19 538 27 556 38 570 c 0\n 60 598 93 614 128 614 c 0\n 186 614 236 567 236 513 c 0\n 236 470 219 450 52 297 c 1\n430 313 m 1\n 430 215 l 1\n 460 227 468 233 494 233 c 0\n 553 233 600 179 600 114 c 0\n 600 41 547 -12 478 -12 c 0\n 447 -12 418 -3 389 17 c 0\n 371 29 363 38 363 45 c 0\n 363 51 368 66 374 66 c 0\n 378 66 380 67 384 63 c 0\n 412 37 443 24 477 24 c 0\n 534 24 565 64 565 115 c 0\n 565 167 539 197 490 197 c 0\n 467 197 442 186 417 173 c 0\n 410 169 407 168 404 168 c 0\n 398 168 393 185 393 192 c 2\n 393 349 l 1\n 557 349 l 2\n 568 349 573 339 573 331 c 0\n 573 323 568 313 557 313 c 2\n 430 313 l 1\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\nEndSplineSet\nMinimumDistance: y1,4 y1,2 x17,33 x17,35 \nEndChar\nStartChar: uni2157\nEncoding: 8535 8535 1713\nWidth: 600\nFlags: HW\nHStem: -12 36<470 492> 197 36<479 502> 251 36<104 133> 313 36<431 559> 431 36<113 126.854> 576 36<112 136>\nVStem: 193 36<513 522> 205 36<348 360> 393 37<216 313> 565 35<100 117>\nDStem: 455 502 485 477 105 88 134 63\nFore\n183 446 m 1\n 222 422 241 394 241 358 c 0\n 241 299 186 251 120 251 c 0\n 70 251 6 281 6 304 c 0\n 6 313 14 321 23 321 c 0\n 28 321 31 320 36 316 c 0\n 66 295 90 287 120 287 c 0\n 166 287 205 320 205 358 c 0\n 205 398 166 430 113 431 c 0\n 100 432 92 438 92 449 c 0\n 92 455 95 461 101 465 c 0\n 104 467 104 467 129 467 c 0\n 166 467 193 490 193 520 c 0\n 193 552 164 576 125 576 c 0\n 96 576 71 566 56 549 c 0\n 50 541 46 539 40 539 c 0\n 30 539 22 547 22 556 c 0\n 22 581 79 612 125 612 c 0\n 184 612 229 572 229 520 c 0\n 229 490 216 468 183 446 c 1\n430 313 m 1\n 430 215 l 1\n 460 227 468 233 494 233 c 0\n 553 233 600 179 600 114 c 0\n 600 41 547 -12 478 -12 c 0\n 447 -12 418 -3 389 17 c 0\n 371 29 363 38 363 45 c 0\n 363 51 368 66 374 66 c 0\n 378 66 380 67 384 63 c 0\n 412 37 443 24 477 24 c 0\n 534 24 565 64 565 115 c 0\n 565 167 539 197 490 197 c 0\n 467 197 442 186 417 173 c 0\n 410 169 407 168 404 168 c 0\n 398 168 393 185 393 192 c 2\n 393 349 l 1\n 557 349 l 2\n 568 349 573 339 573 331 c 0\n 573 323 568 313 557 313 c 2\n 430 313 l 1\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\nEndSplineSet\nMinimumDistance: x19,35 x19,37 \nEndChar\nStartChar: uni2158\nEncoding: 8536 8536 1714\nWidth: 600\nFlags: HW\nHStem: 0 36<470 509 547 566> 0 345<510 546> 93 36<402 509 546 561> 251 36<104 131> 309 36<508 509> 431 36<113 126.854> 576 36<111 134>\nVStem: 193 36<512 528> 205 36<352 368> 453 127<16 20> 510 36<36 93 130 308>\nDStem: 461 502 491 477 111 88 140 63 489 345 508 309 361 127 401 129\nFore\n183 446 m 1\n 222 422 241 394 241 358 c 0\n 241 299 186 251 120 251 c 0\n 70 251 6 281 6 304 c 0\n 6 313 14 321 23 321 c 0\n 28 321 31 320 36 316 c 0\n 66 295 90 287 120 287 c 0\n 166 287 205 320 205 358 c 0\n 205 398 166 430 113 431 c 0\n 100 432 92 438 92 449 c 0\n 92 455 95 461 101 465 c 0\n 104 467 104 467 129 467 c 0\n 166 467 193 490 193 520 c 0\n 193 552 164 576 125 576 c 0\n 96 576 71 566 56 549 c 0\n 50 541 46 539 40 539 c 0\n 30 539 22 547 22 556 c 0\n 22 581 79 612 125 612 c 0\n 184 612 229 572 229 520 c 0\n 229 490 216 468 183 446 c 1\n491 477 m 1\n 140 63 l 2\n 132 53 128 51 122 51 c 0\n 111 51 102 60 102 71 c 0\n 102 76 104 80 111 88 c 2\n 461 502 l 2\n 470 512 473 514 479 514 c 0\n 490 514 499 505 499 494 c 0\n 499 490 495 483 491 477 c 1\n510 93 m 1\n 361 93 l 1\n 361 127 l 1\n 489 345 l 1\n 546 345 l 1\n 546 129 l 1\n 559 129 l 2\n 572 129 580 122 580 111 c 0\n 580 99 571 93 555 93 c 2\n 546 93 l 1\n 546 36 l 1\n 559 36 l 2\n 572 36 580 29 580 18 c 0\n 580 7 572 0 559 0 c 2\n 474 0 l 2\n 461 0 453 7 453 18 c 0\n 453 25 458 32 464 35 c 0\n 469 36 469 36 510 36 c 1\n 510 93 l 1\n510 129 m 1\n 510 309 l 1\n 508 309 l 1\n 401 129 l 1\n 510 129 l 1\nEndSplineSet\nMinimumDistance: x33,-1 x30,32 y32,30 y32,31 x37,40 x37,38 y29,27 x27,29 x27,28 \nEndChar\nStartChar: uni2159\nEncoding: 8537 8537 1715\nWidth: 600\nFlags: HW\nHStem: -10 36<471 487> 184 36<471 487> 259 37<42 114 151 224> 328 36<503 519>\nVStem: 115 36<296 562> 346 36<165.842 186> 542 36<86 109>\nDStem: 455 502 485 477 105 88 134 63\nFore\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\n151 612 m 1\n 151 295 l 1\n 222 295 l 2\n 234 295 242 288 242 277 c 0\n 242 266 234 259 222 259 c 2\n 44 259 l 2\n 31 259 23 266 23 277 c 0\n 23 290 33 296 54 296 c 0\n 62 296 93 296 115 295 c 1\n 115 563 l 1\n 50 542 l 2\n 46 541 43 540 41 540 c 0\n 33 540 24 549 24 558 c 0\n 24 573 24 573 151 612 c 1\n382 166 m 1\n 404 195 436 220 474 220 c 0\n 549 220 578 165 578 94 c 0\n 578 55 548 -10 478 -10 c 0\n 379 -10 346 84 346 172 c 0\n 346 274 417 364 517 364 c 0\n 542.872 364 583.623 357.411 576 332 c 0\n 568.208 308.623 539.915 328 517 328 c 0\n 441 328 382 258 382 172 c 0\n 382 166 l 1\n389 108 m 1\n 401 58 428 26 478 26 c 0\n 516 26 542 71 542 94 c 0\n 542 153 525 184 474 184 c 0\n 434 184 398 136 389 108 c 1\nEndSplineSet\nMinimumDistance: x23,-1 y12,9 x9,12 x9,10 \nEndChar\nStartChar: uni215A\nEncoding: 8538 8538 1716\nWidth: 600\nFlags: HW\nHStem: -10 36<470 487> 184 36<470 487> 251 36<104 135> 328 36<502 519> 460 36<122 139> 576 36<74 202>\nVStem: 36 37<479 576> 208 35<363 390> 346 36<165.842 186> 542 36<86 109>\nDStem: 455 502 485 477 105 88 134 63\nFore\n73 576 m 1\n 73 478 l 1\n 103 490 111 496 137 496 c 0\n 196 496 243 442 243 377 c 0\n 243 304 190 251 121 251 c 0\n 90 251 61 260 32 280 c 0\n 14 292 6 301 6 308 c 0\n 6 314 11 329 17 329 c 0\n 21 329 23 330 27 326 c 0\n 55 300 86 287 120 287 c 0\n 177 287 208 327 208 378 c 0\n 208 430 182 460 133 460 c 0\n 110 460 85 449 60 436 c 0\n 53 432 50 431 47 431 c 0\n 41 431 36 448 36 455 c 2\n 36 612 l 1\n 200 612 l 2\n 211 612 216 602 216 594 c 0\n 216 586 211 576 200 576 c 2\n 73 576 l 1\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\n382 166 m 1\n 404 195 436 220 474 220 c 0\n 549 220 578 165 578 94 c 0\n 578 55 548 -10 478 -10 c 0\n 379 -10 346 84 346 172 c 0\n 346 274 417 364 517 364 c 0\n 542.872 364 583.623 357.411 576 332 c 0\n 568.208 308.623 539.915 328 517 328 c 0\n 441 328 382 258 382 172 c 0\n 382 166 l 1\n389 108 m 1\n 401 58 428 26 478 26 c 0\n 516 26 542 71 542 94 c 0\n 542 153 525 184 474 184 c 0\n 434 184 398 136 389 108 c 1\nEndSplineSet\nMinimumDistance: x29,-1 x0,16 x0,18 \nEndChar\nStartChar: oneeighth\nEncoding: 8539 8539 1717\nWidth: 600\nFlags: HW\nHStem: -10 36<471 487> 164 35<471 487> 259 37<42 114 151 224> 323 36<471 487>\nVStem: 115 36<296 562> 368 35<86 102> 373 36<250.287 261.969 262.031 265> 543 36<258 265> 549 35<86 102>\nDStem: 455 502 485 477 105 88 134 63\nFore\n520 181 m 1\n 562 162 584 131 584 93 c 0\n 584 36 536 -10 476 -10 c 0\n 416 -10 368 36 368 93 c 0\n 368 131 390 161 432 181 c 1\n 392 202 373 227 373 263 c 0\n 373 315 420 359 476 359 c 0\n 532 359 579 315 579 263 c 0\n 579 227 561 202 520 181 c 1\n476 323 m 0\n 432 323 409 297 409 262 c 1\n 408 235 432 199 476 199 c 1\n 520 199 543 234 543 261 c 0\n 543 296 520 323 476 323 c 0\n476 164 m 0\n 432 164 403 123 403 93 c 0\n 403 56 429 26 476 26 c 0\n 522 26 549 55 549 92 c 0\n 549 122 520 164 476 164 c 0\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\n151 612 m 1\n 151 295 l 1\n 222 295 l 2\n 234 295 242 288 242 277 c 0\n 242 266 234 259 222 259 c 2\n 44 259 l 2\n 31 259 23 266 23 277 c 0\n 23 290 33 296 54 296 c 0\n 62 296 93 296 115 295 c 1\n 115 563 l 1\n 50 542 l 2\n 46 541 43 540 41 540 c 0\n 33 540 24 549 24 558 c 0\n 24 573 24 573 151 612 c 1\nEndSplineSet\nMinimumDistance: x1,-1 y28,25 x25,28 x25,26 \nEndChar\nStartChar: threeeighths\nEncoding: 8540 8540 1718\nWidth: 600\nFlags: HW\nHStem: -10 36<462 490> 164 35<470 486> 251 36<104 131> 323 36<462 490> 431 36<113 126.854> 576 36<111 134>\nVStem: 193 36<513 522> 205 36<347.443 361> 368 35<86 102> 373 36<250.287 261.969 262.031 265> 543 36<251 265> 549 35<86 102>\nDStem: 461 502 491 477 111 88 140 63\nFore\n520 181 m 1\n 562 162 584 131 584 93 c 0\n 584 36 536 -10 476 -10 c 0\n 416 -10 368 36 368 93 c 0\n 368 131 390 161 432 181 c 1\n 392 202 373 227 373 263 c 0\n 373 315 420 359 476 359 c 0\n 532 359 579 315 579 263 c 0\n 579 227 561 202 520 181 c 1\n476 323 m 0\n 432 323 409 297 409 262 c 1\n 408 235 432 199 476 199 c 1\n 520 199 543 234 543 261 c 0\n 543 296 520 323 476 323 c 0\n476 164 m 0\n 432 164 403 123 403 93 c 0\n 403 56 429 26 476 26 c 0\n 522 26 549 55 549 92 c 0\n 549 122 520 164 476 164 c 0\n183 446 m 1\n 222 422 241 394 241 358 c 0\n 241 299 186 251 120 251 c 0\n 70 251 6 281 6 304 c 0\n 6 313 14 321 23 321 c 0\n 28 321 31 320 36 316 c 0\n 66 295 90 287 120 287 c 0\n 166 287 205 320 205 358 c 0\n 205 398 166 430 113 431 c 0\n 100 432 92 438 92 449 c 0\n 92 455 95 461 101 465 c 0\n 104 467 104 467 129 467 c 0\n 166 467 193 490 193 520 c 0\n 193 552 164 576 125 576 c 0\n 96 576 71 566 56 549 c 0\n 50 541 46 539 40 539 c 0\n 30 539 22 547 22 556 c 0\n 22 581 79 612 125 612 c 0\n 184 612 229 572 229 520 c 0\n 229 490 216 468 183 446 c 1\n491 477 m 1\n 140 63 l 2\n 132 53 128 51 122 51 c 0\n 111 51 102 60 102 71 c 0\n 102 76 104 80 111 88 c 2\n 461 502 l 2\n 470 512 473 514 479 514 c 0\n 490 514 499 505 499 494 c 0\n 499 490 495 483 491 477 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: fiveeighths\nEncoding: 8541 8541 1719\nWidth: 600\nFlags: HW\nHStem: -10 36<462 490> 164 35<470 486> 251 36<104 135> 323 36<462 490> 460 36<122 142> 576 36<74 202>\nVStem: 36 37<479 576> 36 180<593 598> 208 35<374 390> 368 35<86 102> 373 36<250.287 261.969 262.031 265> 543 36<251 265> 549 35<86 102>\nDStem: 461 502 491 477 111 88 140 63\nFore\n73 576 m 1\n 73 478 l 1\n 103 490 111 496 137 496 c 0\n 196 496 243 442 243 377 c 0\n 243 304 190 251 121 251 c 0\n 90 251 61 260 32 280 c 0\n 14 292 6 301 6 308 c 0\n 6 314 11 329 17 329 c 0\n 21 329 23 330 27 326 c 0\n 55 300 86 287 120 287 c 0\n 177 287 208 327 208 378 c 0\n 208 430 182 460 133 460 c 0\n 110 460 85 449 60 436 c 0\n 53 432 50 431 47 431 c 0\n 41 431 36 448 36 455 c 2\n 36 612 l 1\n 200 612 l 2\n 211 612 216 602 216 594 c 0\n 216 586 211 576 200 576 c 2\n 73 576 l 1\n520 181 m 1\n 562 162 584 131 584 93 c 0\n 584 36 536 -10 476 -10 c 0\n 416 -10 368 36 368 93 c 0\n 368 131 390 161 432 181 c 1\n 392 202 373 227 373 263 c 0\n 373 315 420 359 476 359 c 0\n 532 359 579 315 579 263 c 0\n 579 227 561 202 520 181 c 1\n476 323 m 0\n 432 323 409 297 409 262 c 1\n 408 235 432 199 476 199 c 1\n 520 199 543 234 543 261 c 0\n 543 296 520 323 476 323 c 0\n476 164 m 0\n 432 164 403 123 403 93 c 0\n 403 56 429 26 476 26 c 0\n 522 26 549 55 549 92 c 0\n 549 122 520 164 476 164 c 0\n491 477 m 1\n 140 63 l 2\n 132 53 128 51 122 51 c 0\n 111 51 102 60 102 71 c 0\n 102 76 104 80 111 88 c 2\n 461 502 l 2\n 470 512 473 514 479 514 c 0\n 490 514 499 505 499 494 c 0\n 499 490 495 483 491 477 c 1\nEndSplineSet\nMinimumDistance: x20,-1 x0,16 x0,18 \nEndChar\nStartChar: seveneighths\nEncoding: 8542 8542 1720\nWidth: 600\nFlags: HW\nHStem: -10 36<462 490> 164 35<472 481> 323 36<462 490> 578 36<93 235>\nVStem: 56 37<557 577> 56 217<578 613> 368 35<86 102> 373 36<250.287 261.969 262.031 272> 543 36<254 272> 549 35<86 102>\nDStem: 461 502 491 477 111 88 140 63\nFore\n273 576 m 1\n 273 576 177 271 177 270 c 2\n 176 267 l 1\n 173 258 163 252 153 255 c 0\n 144 258 139 268 142 278 c 1\n 236 578 l 1\n 93 578 l 1\n 93 558 l 2\n 93 546 83 541 76 541 c 0\n 67 541 56 546 56 558 c 2\n 56 614 l 1\n 273 614 l 1\n 273 576 l 1\n520 181 m 1\n 562 162 584 131 584 93 c 0\n 584 36 536 -10 476 -10 c 0\n 416 -10 368 36 368 93 c 0\n 368 131 390 161 432 181 c 1\n 392 202 373 227 373 263 c 0\n 373 315 420 359 476 359 c 0\n 532 359 579 315 579 263 c 0\n 579 227 561 202 520 181 c 1\n476 323 m 0\n 432 323 409 297 409 262 c 1\n 408 235 432 199 476 199 c 1\n 520 199 543 234 543 261 c 0\n 543 296 520 323 476 323 c 0\n476 164 m 0\n 432 164 403 123 403 93 c 0\n 403 56 429 26 476 26 c 0\n 522 26 549 55 549 92 c 0\n 549 122 520 164 476 164 c 0\n491 477 m 1\n 140 63 l 2\n 132 53 128 51 122 51 c 0\n 111 51 102 60 102 71 c 0\n 102 76 104 80 111 88 c 2\n 461 502 l 2\n 470 512 473 514 479 514 c 0\n 490 514 499 505 499 494 c 0\n 499 490 495 483 491 477 c 1\nEndSplineSet\nMinimumDistance: x13,-1 y6,9 y6,7 \nEndChar\nStartChar: uni215F\nEncoding: 8543 8543 1721\nWidth: 600\nFlags: HW\nHStem: 259 37<42 114 151 224>\nVStem: 115 36<296 562>\nDStem: 455 502 485 477 105 88 134 63\nFore\n485 477 m 1\n 134 63 l 2\n 126 53 122 51 116 51 c 0\n 105 51 96 60 96 71 c 0\n 96 75 99 81 105 88 c 2\n 455 502 l 2\n 464 512 467 514 473 514 c 0\n 484 514 493 505 493 494 c 0\n 493 490 489 483 485 477 c 1\n151 612 m 1\n 151 295 l 1\n 222 295 l 2\n 234 295 242 288 242 277 c 0\n 242 266 234 259 222 259 c 2\n 44 259 l 2\n 31 259 23 266 23 277 c 0\n 23 290 33 296 54 296 c 0\n 62 296 93 296 115 295 c 1\n 115 563 l 1\n 50 542 l 2\n 46 541 43 540 41 540 c 0\n 33 540 24 549 24 558 c 0\n 24 573 24 573 151 612 c 1\nEndSplineSet\nMinimumDistance: x0,-1 y12,9 x9,12 x9,10 \nEndChar\nStartChar: uni2160\nEncoding: 8544 8544 1722\nWidth: 600\nFlags: HW\nHStem: 0 41<129.47 278 321 465> 522 41<129.47 278 321 465>\nVStem: 279 41<41 522>\nFore\n320 522 m 1\n 320 41 l 1\n 459 41 l 2\n 478 41 487 34 487 21 c 0\n 487 7 477 0 459 0 c 2\n 140 0 l 2\n 122 0 113 7 113 21 c 0\n 113 34 122 41 140 41 c 2\n 279 41 l 1\n 279 522 l 1\n 140 522 l 2\n 122 522 113 529 113 543 c 0\n 113 556 122 563 140 563 c 2\n 459 563 l 2\n 478 563 487 556 487 543 c 0\n 487 529 478 522 459 522 c 2\n 320 522 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 x0,13 x0,15 \nEndChar\nStartChar: uni2161\nEncoding: 8545 8545 1723\nWidth: 600\nFlags: HW\nHStem: 0 41<65.4704 182 225 374 417 529> 522 41<65.4704 182 225 374 417 529>\nVStem: 183 41<41 522> 375 41<41 522>\nFore\n375 522 m 1\n 224 522 l 1\n 224 41 l 1\n 375 41 l 1\n 375 522 l 1\n76 563 m 1\n 523 563 l 1\n 542 563 551 556 551 543 c 0\n 551 529 542 522 523 522 c 2\n 416 522 l 1\n 416 41 l 1\n 523 41 l 2\n 542 41 551 34 551 21 c 0\n 551 7 541 0 523 0 c 1\n 76 0 l 1\n 58 0 49 7 49 21 c 0\n 49 34 58 41 76 41 c 2\n 183 41 l 1\n 183 522 l 1\n 76 522 l 2\n 58 522 49 529 49 543 c 0\n 49 556 58 563 76 563 c 1\nEndSplineSet\nMinimumDistance: x5,-1 x9,12 x9,10 x8,5 x8,7 x17,4 x17,18 x16,13 x16,15 \nEndChar\nStartChar: uni2162\nEncoding: 8546 8546 1724\nWidth: 600\nFlags: HW\nHStem: 0 41<49.4704 134 177 278 321 422 465 545> 522 41<49.4704 134 177 278 321 422 465 545>\nVStem: 135 41<41 522> 279 41<42 521> 423 41<41 522>\nFore\n60 563 m 1\n 539 563 l 1\n 558 563 567 556 567 543 c 0\n 567 529 558 522 539 522 c 1\n 464 522 l 1\n 464 41 l 1\n 539 41 l 1\n 558 41 567 34 567 21 c 0\n 567 7 557 0 539 0 c 1\n 60 0 l 1\n 42 0 33 7 33 21 c 0\n 33 34 42 41 60 41 c 1\n 135 41 l 1\n 135 522 l 1\n 60 522 l 1\n 42 522 33 529 33 543 c 0\n 33 556 42 563 60 563 c 1\n423 522 m 1\n 320 522 l 1\n 320 41 l 1\n 423 41 l 1\n 423 522 l 1\n176 41 m 1\n 279 41 l 1\n 279 522 l 1\n 176 522 l 1\n 176 41 l 1\nEndSplineSet\nMinimumDistance: x1,-1 x5,8 x5,6 x4,1 x4,3 x13,0 x13,14 x12,9 x12,11 \nEndChar\nStartChar: uni2163\nEncoding: 8547 8547 1725\nWidth: 600\nFlags: HW\nHStem: 0 41<53.4704 117 158 316 384 520> 522 41<53.4704 117 158 200 499.031 537>\nVStem: 117 41<41 521>\nDStem: 199 522 247 523 316 41 349 80 448 521 499 522 349 80 384 40\nFore\n499 522 m 2\n 384 40 l 25\n 519 41 l 2\n 537 42 546 34 547 21 c 0\n 547 7 538 0 519 0 c 1\n 64 0 l 1\n 46 0 37 7 37 21 c 0\n 37 34 46 41 64 41 c 2\n 117 41 l 25\n 118 522 l 1\n 64 522 l 2\n 46 522 37 529 37 543 c 0\n 37 556 46 563 64 563 c 2\n 201 563 l 1\n 222 563 239 549 247 523 c 1\n 349 80 l 9\n 448 521 l 17\n 456 549 472 563 499 563 c 9\n 535 563 l 2\n 553 563 562 556 563 543 c 0\n 563 517 528 522 499 522 c 2\n316 41 m 25\n 199 522 l 1\n 158 522 l 1\n 159 41 l 1\n 316 41 l 25\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2164\nEncoding: 8548 8548 1726\nWidth: 600\nFlags: HW\nHStem: 522 41<69 112 492 528>\nDStem: 112 522 160 523 279 18 302 80\nFore\n493 563 m 9\n 528 563 l 2\n 546 563 555 556 556 543 c 0\n 556 514.279 521.352 522 492 522 c 0\n 320 18 l 1\n 317 10 311 1 301 0 c 1\n 290 1 283 8 279 18 c 1\n 112 522 l 0\n 84.6055 522 43 514.378 43 543 c 0\n 43 556 52 563 70 563 c 1\n 114 563 l 1\n 135 563 152 549 160 523 c 1\n 302 80 l 9\n 441 521 l 17\n 449 549 465 563 493 563 c 9\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2165\nEncoding: 8549 8549 1727\nWidth: 600\nFlags: HW\nHStem: 0 40<80 216 284 441 482 538> 522 41<63 101 400 441 482 538>\nVStem: 441 41<41 521>\nDStem: 101 522 152 521 216 40 251 80 353 523 401 522 251 80 284 41\nFore\n101 522 m 0\n 72 522 37 517 37 543 c 0\n 38 556 47 563 65 563 c 2\n 101 563 l 17\n 128 563 144 549 152 521 c 9\n 251 80 l 17\n 353 523 l 1\n 361 549 378 563 399 563 c 1\n 536 563 l 2\n 554 563 563 556 563 543 c 0\n 563 529 554 522 536 522 c 2\n 482 522 l 1\n 483 41 l 25\n 536 41 l 2\n 554 41 563 34 563 21 c 0\n 563 7 554 0 536 0 c 1\n 81 0 l 1\n 62 0 53 7 53 21 c 0\n 54 34 63 42 81 41 c 2\n 216 40 l 25\n 170 233 101 522 101 522 c 0\n284 41 m 25\n 441 41 l 1\n 442 522 l 1\n 401 522 l 1\n 284 41 l 25\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni2166\nEncoding: 8550 8550 1728\nWidth: 600\nFlags: HW\nHStem: 0 40<75 191 259 387 427 469 509 533> 522 41<58 96 355 387 427 469 508 533>\nVStem: 386 41<41 521> 469 40<41 521>\nDStem: 96 522 147 521 191 40 226 80 308 523 356 522 226 80 259 41\nFore\n259 41 m 25\n 387 41 l 1\n 387 522 l 1\n 356 522 l 1\n 259 41 l 25\n509 41 m 1\n 531 41 l 2\n 549 41 558 34 558 21 c 0\n 558 7 549 0 531 0 c 1\n 76 0 l 1\n 57 0 48 7 48 21 c 0\n 49 34 58 42 76 41 c 2\n 191 40 l 25\n 96 522 l 2\n 67 522 32 517 32 543 c 0\n 33 556 42 563 60 563 c 2\n 96 563 l 17\n 123 563 139 549 147 521 c 9\n 226 80 l 17\n 308 523 l 1\n 316 549 333 563 354 563 c 1\n 531 563 l 2\n 549 563 558 556 558 543 c 0\n 558 529 549 522 531 522 c 2\n 509 522 l 1\n 509 41 l 1\n469 41 m 1\n 469 522 l 1\n 427 522 l 1\n 427 41 l 17\n 469 41 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x23,20 x23,22 y7,4 x4,7 x4,5 \nEndChar\nStartChar: uni2167\nEncoding: 8551 8551 1729\nWidth: 600\nFlags: HW\nHStem: 0 40<60 146 214 322 363 404 444 484 524 562> 522 41<34 71 290 322 363 404 444 484 524 562>\nVStem: 322 41<41 521> 404 40<41 521> 484 40<41 521>\nDStem: 71 522 122 521 146 40 181 80 243 523 291 522 181 80 214 41\nFore\n214 41 m 25\n 322 41 l 1\n 322 522 l 1\n 291 522 l 1\n 214 41 l 25\n404 41 m 1\n 404 522 l 1\n 363 522 l 1\n 363 41 l 17\n 404 41 l 1\n524 522 m 1\n 524 41 l 1\n 556 41 l 2\n 574 41 583 34 583 21 c 0\n 583 7 574 0 556 0 c 2\n 61 0 l 2\n 42 -0 33 7 33 21 c 0\n 34 34 43 42 61 41 c 2\n 146 40 l 25\n 71 522 l 2\n 42 522 17 517 17 543 c 0\n 18 556 27 563 45 563 c 2\n 71 563 l 18\n 98 563 114 549 122 521 c 9\n 181 80 l 17\n 243 523 l 1\n 251 549 268 563 289 563 c 2\n 556 563 l 2\n 574 563 583 556 583 543 c 0\n 583 529 574 522 556 522 c 2\n 524 522 l 1\n484 522 m 1\n 444 522 l 1\n 444 41 l 1\n 484 41 l 1\n 484 522 l 1\nEndSplineSet\nMinimumDistance: x10,-1 y12,9 x9,12 x9,10 x8,25 x8,27 \nEndChar\nStartChar: uni2168\nEncoding: 8552 8552 1730\nWidth: 600\nFlags: HW\nHStem: 0 41<31.3061 84 126 193 238 292 417.959 478 525 563> 522 41<31.3061 84 126 193 238 292 427 478 525 559>\nVStem: 84 42<41 522> 402 184<15 23> 412 164<541 545>\nDStem: 192 522 238 522 336 282 358 321 336 282 358 242 192 41 238 41 358 242 382 282 478 41 526 41 478 522 526 522 358 321 382 282\nFore\n42 563 m 1\n 282 563 l 1\n 300 563 310 556 310 543 c 0\n 310 529 300 522 282 522 c 2\n 238 522 l 1\n 358 321 l 1\n 478 522 l 1\n 438 522 l 2\n 420 522 412 529 412 543 c 0\n 412 556 421 563 438 563 c 2\n 548 563 l 2\n 566 563 576 556 576 543 c 0\n 576 529 566 522 548 522 c 2\n 526 522 l 1\n 382 282 l 1\n 526 41 l 1\n 560 41 l 2\n 578 41 586 34 586 21 c 0\n 586 7 578 0 560 0 c 2\n 428 0 l 2\n 410 0 402 7 402 21 c 0\n 402 34 411 41 428 41 c 2\n 478 41 l 1\n 358 242 l 1\n 238 41 l 1\n 290 41 l 2\n 308 41 316 34 316 21 c 0\n 316 7 308 0 290 0 c 2\n 42 0 l 2\n 23 0 14 7 14 21 c 0\n 14 34 24 41 42 41 c 2\n 84 41 l 1\n 84 522 l 1\n 42 522 l 2\n 23 522 14 529 14 543 c 0\n 14 556 24 563 42 563 c 1\n126 522 m 1\n 126 41 l 1\n 192 41 l 1\n 336 282 l 1\n 192 522 l 1\n 126 522 l 1\nEndSplineSet\nMinimumDistance: x11,-1 x32,0 x32,33 x31,28 x31,30 \nEndChar\nStartChar: uni2169\nEncoding: 8553 8553 1731\nWidth: 600\nFlags: HW\nHStem: 0 41<67 84 134 198 401 463 516 533> 522 41<78 93 145 145 145 188 408 453 504 504 504 519>\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216A\nEncoding: 8554 8554 1732\nWidth: 600\nFlags: HW\nHStem: 0 41<24.4704 69 120 168 296 344 402 468 511 555> 522 41<36 69 120 166 304 356 402 468 511 555>\nVStem: 8 185<16 23> 19 164<542 545> 469 41<42 521>\nDStem: 69.2393 522 115.816 522 212.712 281.5 236 320.538 212.712 281.5 236 242.462 69.2393 41 115.816 41 236 242.462 259.288 281.5 356.184 41 402.761 41 357 522 402.761 522 236 320.538 259.288 281.5\nFore\n312 563 m 1\n 553 563 l 1\n 572 563 581 556 581 543 c 0\n 581 529 572 522 553 522 c 2\n 510 522 l 1\n 510 41 l 1\n 553 41 l 2\n 572 41 581 34 581 21 c 0\n 581 7 571 0 553 0 c 1\n 305 0 l 1\n 287 0 278 7 278 21 c 0\n 278 34 287 41 305 41 c 2\n 356 41 l 1\n 236 242 l 1\n 116 41 l 1\n 166 41 l 2\n 184 41 193 34 193 21 c 0\n 193 7 184 0 166 0 c 1\n 35 0 l 1\n 17 0 8 7 8 21 c 0\n 8 34 17 41 35 41 c 1\n 69 41 l 1\n 213 282 l 1\n 69 522 l 1\n 46 522 l 1\n 28 522 19 529 19 543 c 0\n 19 556 28 563 46 563 c 1\n 156 563 l 1\n 174 563 183 556 183 543 c 0\n 183 529 174 522 156 522 c 2\n 116 522 l 1\n 236 321 l 1\n 357 522 l 1\n 312 522 l 2\n 294 522 285 529 285 543 c 0\n 285 556 294 563 312 563 c 1\n469 522 m 1\n 403 522 l 1\n 259 282 l 1\n 403 41 l 1\n 469 41 l 1\n 469 522 l 1\nEndSplineSet\nMinimumDistance: x1,-1 x5,8 x5,6 x4,1 x4,3 \nEndChar\nStartChar: uni216B\nEncoding: 8555 8555 1733\nWidth: 600\nFlags: HW\nHStem: 0 41<29 74 122 159 285 322 367 394 435 484 525 560> 522 41<41 74 122 152 288 322 367 394 435 484 525 560>\nVStem: 14 164<15 23> 24 144<541 545> 394 41<41 522> 484 41<41 522>\nDStem: 74 522 122 522 198 282 222 321 198 282 222 242 74 41 122 41 222 242 244 282 322 41 368 41 322 522 368 522 222 321 244 282\nFore\n394 522 m 1\n 368 522 l 1\n 244 282 l 1\n 368 41 l 1\n 394 41 l 1\n 394 522 l 1\n525 41 m 1\n 558 41 l 2\n 576 41 586 34 586 21 c 0\n 586 7 577 0 558 0 c 2\n 290 0 l 2\n 272 0 264 7 264 21 c 0\n 264 34 272 41 290 41 c 2\n 322 41 l 1\n 222 242 l 1\n 122 41 l 1\n 152 41 l 2\n 169 41 178 34 178 21 c 0\n 178 7 170 0 152 0 c 2\n 40 0 l 2\n 22 0 14 7 14 21 c 0\n 14 34 22 41 40 41 c 2\n 74 41 l 1\n 198 282 l 1\n 74 522 l 1\n 52 522 l 2\n 34 522 24 529 24 543 c 0\n 24 556 34 563 52 563 c 2\n 142 563 l 2\n 159 563 168 556 168 543 c 0\n 168 529 160 522 142 522 c 2\n 122 522 l 1\n 222 321 l 1\n 322 522 l 1\n 298 522 l 2\n 280 522 270 529 270 543 c 0\n 270 556 280 563 298 563 c 2\n 558 563 l 2\n 576 563 586 556 586 543 c 0\n 586 529 577 522 558 522 c 2\n 525 522 l 1\n 525 41 l 1\n484 41 m 1\n 484 522 l 1\n 435 522 l 1\n 435 41 l 1\n 484 41 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x39,36 x39,38 x5,8 x5,6 \nEndChar\nStartChar: uni216C\nEncoding: 8556 8556 1734\nWidth: 600\nFlags: HW\nHStem: 0 41<90 186 227 500> 522 41<90 186 227 323 227 227>\nVStem: 186 41<41 522> 500 41<41 201>\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216D\nEncoding: 8557 8557 1735\nWidth: 600\nFlags: HW\nHStem: -16 41<263 354> 397 20 535 41<271.5 338> 543 20<492 505.5>\nVStem: 63 41<242 248 248 319> 478 41<507 536>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216E\nEncoding: 8558 8558 1736\nWidth: 600\nFlags: HW\nHStem: 0 41<70 104 145 290> 522 41<70 104 145 145 145 288>\nVStem: 104 41<41 522> 479 41<245 254 254 310>\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216F\nEncoding: 8559 8559 1737\nWidth: 600\nFlags: HW\nHStem: 0 41<38 72 113 187 417 491 532 566> 522 41<47 72 113 121 113 113 483 483 483 491 532 532 532 557>\nVStem: 72 41<41 522> 491 41<41 522>\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2170\nEncoding: 8560 8560 65535\nWidth: 600\nFlags: H\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2174\nEncoding: 8564 8564 65535\nWidth: 600\nFlags: H\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2179\nEncoding: 8569 8569 65535\nWidth: 600\nFlags: H\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217C\nEncoding: 8572 8572 65535\nWidth: 600\nFlags: H\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217D\nEncoding: 8573 8573 65535\nWidth: 600\nFlags: H\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217E\nEncoding: 8574 8574 65535\nWidth: 600\nFlags: H\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217F\nEncoding: 8575 8575 65535\nWidth: 600\nFlags: H\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: arrowleft\nEncoding: 8592 8592 1738\nWidth: 600\nFlags: HW\nHStem: 261 41<162 505>\nDStem: 41 281 159 261 237 172 257 207 238 390 257 355 41 281 161 302\nFore\n159 261 m 1\n 257 207 l 2\n 266 202 270 196 270 190 c 0\n 270 187 269 183 267 180 c 2\n 265 177 l 2\n 262 171 256 167 250 167 c 0\n 247 167 242 169 237 172 c 2\n 41 281 l 1\n 238 390 l 2\n 243 393 247 395 250 395 c 0\n 259.765 395 270 382.813 270 373 c 0\n 270 365 266 360 257 355 c 2\n 161 302 l 1\n 501 302 l 2\n 519 302 528 295 528 282 c 0\n 528 268 519 261 501 261 c 2\n 159 261 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: arrowup\nEncoding: 8593 8593 1739\nWidth: 600\nFlags: HW\nVStem: 280 42<54.1093 403>\nDStem: 300 524 280 406 192 328 226 308 322 404 300 524 374 308 410 328\nFore\n280 406 m 1\n 226 308 l 2\n 222 300 216 296 210 296 c 0\n 206 296 202 296 200 298 c 2\n 196 300 l 2\n 190 304 186 310 186 316 c 0\n 186 318 188 324 192 328 c 2\n 300 524 l 1\n 410 328 l 2\n 412 322 414 318 414 316 c 0\n 414 308.104 407.328 303.328 402 298 c 1\n 398 296 396 296 392 296 c 0\n 384 296 380 300 374 308 c 2\n 322 404 l 1\n 322 64 l 2\n 322 46 314 38 302 38 c 0\n 288 38 280 46 280 64 c 2\n 280 406 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: arrowright\nEncoding: 8594 8594 1740\nWidth: 600\nFlags: HW\nHStem: 261 41<70.4704 420>\nDStem: 325 355 344 390 421 302 541 281 423 261 541 281 325 207 345 172\nFore\n423 261 m 1\n 81 261 l 2\n 63 261 54 268 54 282 c 0\n 54 295 63 302 81 302 c 2\n 421 302 l 1\n 325 355 l 2\n 316 360 312 365 312 373 c 0\n 312 382.373 322.226 395 332 395 c 0\n 335 395 339 393 344 390 c 2\n 541 281 l 1\n 345 172 l 2\n 340 169 335 167 332 167 c 0\n 326 167 320 171 317 177 c 2\n 315 180 l 2\n 313 183 312 187 312 190 c 0\n 312 196 316 202 325 207 c 2\n 423 261 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: arrowdown\nEncoding: 8595 8595 1741\nWidth: 600\nFlags: HW\nVStem: 280 42<159 502>\nDStem: 192 234 226 254 300 38 280 156 374 254 410 234 322 158 300 38\nFore\n280 156 m 1\n 280 498 l 2\n 280 516 288 524 302 524 c 0\n 314 524 322 516 322 498 c 2\n 322 158 l 1\n 374 254 l 2\n 380 262 384 266 392 266 c 0\n 404.507 266 414 255.397 414 246 c 0\n 414 244 412 240 410 234 c 2\n 300 38 l 1\n 192 234 l 2\n 188 238 186 244 186 246 c 0\n 186 252 190 258 196 262 c 2\n 200 264 l 2\n 202 266 206 266 210 266 c 0\n 216 266 222 262 226 254 c 2\n 280 156 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: arrowboth\nEncoding: 8596 8596 1742\nWidth: 600\nFlags: HW\nHStem: 261 41<146 454>\nDStem: 25 281 143 261 221 172 241 207 222 390 241 355 25 281 145 302 359 355 378 390 455 302 575 281 457 261 575 281 359 207 379 172\nFore\n143 261 m 1\n 241 207 l 2\n 250 202 254 196 254 190 c 0\n 254 187 253 183 251 180 c 2\n 249 177 l 2\n 246 171 240 167 234 167 c 0\n 231 167 226 169 221 172 c 2\n 25 281 l 1\n 222 390 l 2\n 227 393 231 395 234 395 c 0\n 243.765 395 254 382.813 254 373 c 0\n 254 365 250 360 241 355 c 2\n 145 302 l 1\n 455 302 l 1\n 359 355 l 2\n 350 360 346 365 346 373 c 0\n 346 382.373 356.226 395 366 395 c 0\n 369 395 373 393 378 390 c 2\n 575 281 l 1\n 379 172 l 2\n 374 169 369 167 366 167 c 0\n 360 167 354 171 351 177 c 2\n 349 180 l 2\n 347 183 346 187 346 190 c 0\n 346 196 350 202 359 207 c 2\n 457 261 l 1\n 143 261 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: arrowupdn\nEncoding: 8597 8597 1743\nWidth: 600\nFlags: HW\nVStem: 280 41<127 435>\nDStem: 191 202 226 222 300 6 280 124 300 556 280 438 191 360 226 340 321 436 300 556 374 340 409 359 374 222 409 203 321 126 300 6\nFore\n280 438 m 1\n 226 340 l 2\n 221 331 215 327 209 327 c 0\n 206 327 202 328 199 330 c 2\n 196 332 l 2\n 190 335 186 341 186 347 c 0\n 186 350 188 355 191 360 c 2\n 300 556 l 1\n 409 359 l 2\n 412 354 414 350 414 347 c 0\n 414 337.236 401.813 327 392 327 c 0\n 384 327 379 331 374 340 c 2\n 321 436 l 1\n 321 126 l 1\n 374 222 l 2\n 379 231 384 235 392 235 c 0\n 401.373 235 414 224.774 414 215 c 0\n 414 212 412 208 409 203 c 2\n 300 6 l 1\n 191 202 l 2\n 188 207 186 212 186 215 c 0\n 186 221 190 227 196 230 c 2\n 199 232 l 2\n 202 234 206 235 209 235 c 0\n 215 235 221 231 226 222 c 2\n 280 124 l 1\n 280 438 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni2196\nEncoding: 8598 8598 1744\nWidth: 600\nFlags: HW\nDStem: 112 453 182 355 174 238 213 248 182 355 212 383 423 114 452 143\nFore\n182 355 m 1\n 213 248 l 2\n 217.609 232.637 211.279 225.426 201 222 c 2\n 197 221 l 2\n 191 219 184 221 179 225 c 0\n 177 227 175 232 174 238 c 2\n 112 453 l 1\n 329 391 l 2\n 348.792 387.041 349.759 366.759 339 356 c 0\n 334 351 327 350 317 353 c 2\n 212 383 l 1\n 452 143 l 2\n 465 130 467 119 457 110 c 0\n 447 100 436 101 423 114 c 2\n 182 355 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni2197\nEncoding: 8599 8599 1745\nWidth: 600\nFlags: HW\nDStem: 374 384 403 352 132 142 162 112 403 352 472 453 371 248 411 236\nFore\n374 384 m 1\n 267 352 l 2\n 258 350 251 351 247 355 c 0\n 244 358 241 361 241 364 c 2\n 240 368 l 2\n 236.596 379.914 244.6 391 257 391 c 2\n 472 453 l 1\n 411 236 l 2\n 404.15 224.584 401.837 216.761 387 221 c 1\n 384 221 l 1\n 374.975 223.256 369.678 234.78 371 248 c 2\n 403 352 l 1\n 162 112 l 2\n 149 99 138 99 130 108 c 0\n 120 118 120 129 132 142 c 2\n 374 384 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2198\nEncoding: 8600 8600 1746\nWidth: 600\nFlags: HW\nDStem: 130 420 159 449 372 178 400 209 369 314 407 325 400 209 470 109\nFore\n372 178 m 1\n 130 420 l 2\n 118 433 116 444 126 454 c 0\n 135 463 147 462 159 449 c 2\n 400 209 l 1\n 369 314 l 2\n 362.179 336.737 386.735 350.012 403 337 c 0\n 405 335 406 331 407 325 c 2\n 470 109 l 1\n 254 170 l 2\n 240.691 174.436 233.793 179.275 238 194 c 2\n 238 197 l 2\n 240.759 208.035 250.311 213.407 265 209 c 2\n 372 178 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni2199\nEncoding: 8601 8601 1747\nWidth: 600\nFlags: HW\nDStem: 190 324 229 314 128 109 197 207 439 449 469 419 197 207 229 178\nFore\n197 207 m 1\n 439 449 l 2\n 452 461 463 461 473 451 c 0\n 482 443 482 432 469 419 c 2\n 229 178 l 1\n 333 210 l 2\n 347.516 211.452 357.765 205.941 360 197 c 1\n 360 188.005 361.742 181.742 356 176 c 0\n 354 174 350 173 345 170 c 2\n 128 109 l 1\n 190 324 l 2\n 190 337.165 200.791 344.488 213 341 c 2\n 217 340 l 2\n 220 340 223 337 226 334 c 0\n 230 330 231 323 229 314 c 2\n 197 207 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni219A\nEncoding: 8602 8602 1748\nWidth: 600\nFlags: HW\nHStem: 261 41<160 363 429 537>\nDStem: 40 281 158 261 236 172 256 207 237 390 256 355 40 281 160 302 363 261 408 261 327 189 363 171 430 393 466 375 384 302 429 302\nFore\n408 261 m 1\n 363 171 l 1\n 358 161 346 157 336 162 c 0\n 326 167 322 179 327 189 c 1\n 363 261 l 1\n 158 261 l 1\n 256 207 l 2\n 265 202 269 196 269 190 c 0\n 269 187 268 183 266 180 c 2\n 264 177 l 2\n 261 171 255 167 249 167 c 0\n 246 167 241 169 236 172 c 2\n 40 281 l 1\n 237 390 l 2\n 242 393 246 395 249 395 c 0\n 260.148 395 269 382.189 269 373 c 0\n 269 365 265 360 256 355 c 2\n 160 302 l 1\n 384 302 l 1\n 430 393 l 1\n 435 403 447 407 457 402 c 0\n 467 397 471 385 466 375 c 1\n 429 302 l 1\n 533 302 l 2\n 551 302 560 295 560 282 c 0\n 560 268 551 261 533 261 c 2\n 408 261 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni219B\nEncoding: 8603 8603 1749\nWidth: 600\nFlags: HW\nHStem: 261 41<56.4704 186 254 439>\nDStem: 187 261 232 261 151 189 187 171 254 393 290 375 208 302 253 302 344 355 363 390 440 302 560 281 442 261 560 281 344 207 364 172\nFore\n253 302 m 1\n 440 302 l 1\n 344 355 l 2\n 335 360 331 365 331 373 c 0\n 331 382.373 341.226 395 351 395 c 0\n 354 395 358 393 363 390 c 2\n 560 281 l 1\n 364 172 l 2\n 359 169 354 167 351 167 c 0\n 345 167 339 171 336 177 c 2\n 334 180 l 2\n 332 183 331 187 331 190 c 0\n 331 196 335 202 344 207 c 2\n 442 261 l 1\n 232 261 l 1\n 187 171 l 1\n 182 161 170 157 160 162 c 0\n 150 167 146 179 151 189 c 1\n 187 261 l 1\n 67 261 l 2\n 49 261 40 268 40 282 c 0\n 40 295 49 302 67 302 c 2\n 208 302 l 1\n 254 393 l 1\n 259 403 271 407 281 402 c 0\n 291 397 295 385 290 375 c 1\n 253 302 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni219C\nEncoding: 8604 8604 1750\nWidth: 600\nFlags: HW\nDStem: 77 374 162 290 175 172 211 189 162 290 187 322 203 247 227 278\nFore\n162 290 m 1\n 211 189 l 2\n 224.669 167.13 196.017 151.533 183 161 c 1\n 175 172 l 1\n 77 374 l 1\n 147.554 363.221 226.546 360.879 294 347 c 1\n 305.79 338.579 307.866 310 276 310 c 2\n 187 322 l 1\n 227 278 l 1\n 254 251 266 250 298 247 c 1\n 328 251 339 271 359 301 c 1\n 372 325 401 349 435 348 c 1\n 456 345 480 335 503 314 c 1\n 514 302 523 295 523 282 c 0\n 523 268 514 261 496 261 c 1\n 479 268 471 303 436 307 c 1\n 406 309 395 283 378 262 c 1\n 360 223 329 205 298 206 c 1\n 271 207 229 217 203 247 c 1\n 162 290 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni219D\nEncoding: 8605 8605 1751\nWidth: 600\nFlags: HW\nDStem: 413 322 438 290 373 278 397 247 438 290 523 374 389 189 425 172\nFore\n438 290 m 1\n 397 247 l 1\n 371 217 329 207 302 206 c 1\n 271 205 240 223 222 262 c 1\n 205 283 194 309 164 307 c 1\n 129 303 121 268 104 261 c 1\n 86 261 77 268 77 282 c 0\n 77 295 86 302 97 314 c 1\n 120 335 144 345 165 348 c 1\n 199 349 228 325 241 301 c 1\n 261 271 272 251 302 247 c 1\n 334 250 346 251 373 278 c 1\n 413 322 l 1\n 324 310 l 2\n 314 310 307 312 303 318 c 0\n 296 327 299 342 306 347 c 1\n 373.267 361.066 452.868 362.799 523 374 c 1\n 425 172 l 1\n 417 161 l 1\n 403.858 151.443 375.379 167.207 389 189 c 2\n 438 290 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni219E\nEncoding: 8606 8606 1752\nWidth: 600\nFlags: HW\nHStem: 261 41<161 236 321 536>\nDStem: 40 281 158 261 236 172 256 207 236 261 318 261 396 172 416 207 237 390 256 355 40 281 160 302 397 390 416 355 238 302 320 302\nFore\n158 261 m 1\n 256 207 l 2\n 265 202 269 196 269 190 c 0\n 269 187 268 183 266 180 c 2\n 264 177 l 2\n 261 171 255 167 249 167 c 0\n 246 167 241 169 236 172 c 2\n 40 281 l 1\n 237 390 l 2\n 242 393 246 395 249 395 c 0\n 258.765 395 269 382.813 269 373 c 0\n 269 365 265 360 256 355 c 2\n 160 302 l 1\n 238 302 l 1\n 397 390 l 2\n 402 393 406 395 409 395 c 0\n 418.765 395 429 382.813 429 373 c 0\n 429 365 425 360 416 355 c 2\n 320 302 l 1\n 533 302 l 2\n 551 302 560 295 560 282 c 0\n 560 268 551 261 533 261 c 2\n 318 261 l 1\n 416 207 l 2\n 425 202 429 196 429 190 c 0\n 429 187 428 183 426 180 c 2\n 424 177 l 2\n 421 171 415 167 409 167 c 0\n 406 167 401 169 396 172 c 2\n 236 261 l 1\n 158 261 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni219F\nEncoding: 8607 8607 1753\nWidth: 600\nFlags: HW\nVStem: 280 41<37.4704 260 345 420>\nDStem: 280 345 280 263 191 185 226 165 300 541 280 423 191 345 226 325 321 421 300 541 374 325 409 344 321 261 321 343 374 165 409 184\nFore\n280 423 m 1\n 226 325 l 2\n 221 316 215 312 209 312 c 0\n 206 312 202 313 199 315 c 2\n 196 317 l 2\n 190 320 186 326 186 332 c 0\n 186 335 188 340 191 345 c 2\n 300 541 l 1\n 409 344 l 2\n 412 339 414 335 414 332 c 0\n 414 322.236 401.813 312 392 312 c 0\n 384 312 379 316 374 325 c 2\n 321 421 l 1\n 321 343 l 1\n 409 184 l 2\n 412 179 414 175 414 172 c 0\n 414 162.235 401.813 152 392 152 c 0\n 384 152 379 156 374 165 c 2\n 321 261 l 1\n 321 48 l 2\n 321 30 314 21 301 21 c 0\n 287 21 280 30 280 48 c 2\n 280 263 l 1\n 226 165 l 2\n 221 156 215 152 209 152 c 0\n 206 152 202 153 199 155 c 2\n 196 157 l 2\n 190 160 186 166 186 172 c 0\n 186 175 188 180 191 185 c 2\n 280 345 l 1\n 280 423 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni21A0\nEncoding: 8608 8608 1754\nWidth: 600\nFlags: HW\nHStem: 260 41<64 279 364 439>\nDStem: 184 355 204 390 282 301 364 301 280 260 362 260 184 207 203 172 344 355 364 390 442 301 560 281 440 260 560 281 344 207 363 172\nRef: 8606 8606 N -1 0 0 -1 600 562\nEndChar\nStartChar: uni21A1\nEncoding: 8609 8609 1755\nWidth: 600\nFlags: HW\nVStem: 279 41<142 217 302 524.53>\nDStem: 191 218 226 237 300 21 279 141 191 378 226 397 279 219 279 301 374 397 409 377 320 299 320 217 374 237 409 217 320 139 300 21\nRef: 8607 8607 N -1 0 0 -1 600 562\nEndChar\nStartChar: uni21A2\nEncoding: 8610 8610 1756\nWidth: 600\nFlags: HW\nHStem: 261 41<169 344>\nDStem: 41 281 159.216 261 237 172 257 207 238 390 257 355 41 281 161.027 302 344.963 261 391 281 505 172 525 207 506 390 525 355 346.954 302 391 281\nFore\n345 261 m 1\n 159 261 l 1\n 257 207 l 2\n 266 202 270 196 270 190 c 0\n 270 187 269 183 267 180 c 2\n 265 177 l 2\n 262 171 256 167 250 167 c 0\n 247 167 242 169 237 172 c 2\n 41 281 l 1\n 238 390 l 2\n 243 393 247 395 250 395 c 0\n 259.765 395 270 382.813 270 373 c 0\n 270 365 266 360 257 355 c 2\n 161 302 l 1\n 347 302 l 1\n 506 390 l 2\n 511 393 515 395 518 395 c 0\n 527.765 395 538 382.813 538 373 c 0\n 538 365 534 360 525 355 c 2\n 391 281 l 1\n 525 207 l 2\n 534 202 538 196 538 190 c 0\n 538 187 537 183 535 180 c 2\n 533 177 l 2\n 530 171 524 167 518 167 c 0\n 515 167 510 169 505 172 c 2\n 345 261 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni21A3\nEncoding: 8611 8611 1757\nWidth: 600\nFlags: HW\nHStem: 261 41<256 431>\nDStem: 75 355 94 390 209 281 253.046 302 209 281 255.037 261 75 207 95 172 343 355 362 390 438.973 302 559 281 440.784 261 559 281 343 207 363 172\nRef: 8610 8610 N -1 0 0 1 600 0\nEndChar\nStartChar: uni21A4\nEncoding: 8612 8612 1758\nWidth: 600\nFlags: HW\nHStem: 261 42<163 524>\nVStem: 524 42<152 260 304 407>\nDStem: 42 281 160 261 238 173 258 207 238 391 258 355 42 281 162 303\nFore\n524 261 m 1\n 160 261 l 1\n 258 207 l 2\n 266 203 270 197 270 191 c 0\n 270 187 270 183 268 181 c 2\n 266 177 l 2\n 262 171 256 167 250 167 c 0\n 248 167 242 169 238 173 c 2\n 42 281 l 1\n 238 391 l 2\n 244 393 248 395 250 395 c 0\n 257.896 395 262.672 388.328 268 383 c 1\n 270 379 270 377 270 373 c 0\n 270 365 266 361 258 355 c 2\n 162 303 l 1\n 524 303 l 1\n 524 400 l 2\n 524 418 532 427 544 427 c 0\n 558 427 566 418 566 400 c 2\n 566 162 l 2\n 566 144 558 135 544 135 c 0\n 532 135 524 144 524 162 c 2\n 524 261 l 1\nEndSplineSet\nMinimumDistance: x18,-1 y15,18 y15,16 y0,19 y0,21 \nEndChar\nStartChar: uni21A5\nEncoding: 8613 8613 1759\nWidth: 600\nFlags: HW\nHStem: 0 41<170.47 279 323 426>\nVStem: 280 42<41 403>\nDStem: 300 524 280 406 192 328 226 308 322 404 300 524 374 308 410 328\nFore\n280 41 m 1\n 280 406 l 1\n 226 308 l 2\n 222 300 216 296 210 296 c 0\n 206 296 202 296 200 298 c 2\n 196 300 l 2\n 190 304 186 310 186 316 c 0\n 186 318 188 324 192 328 c 2\n 300 524 l 1\n 410 328 l 2\n 412 322 414 318 414 316 c 0\n 414 308.104 407.328 303.328 402 298 c 1\n 398 296 396 296 392 296 c 0\n 384 296 380 300 374 308 c 2\n 322 404 l 1\n 322 41 l 1\n 419 41 l 2\n 437 41 446 34 446 21 c 0\n 446 7 437 0 419 0 c 2\n 181 0 l 2\n 163 0 154 7 154 21 c 0\n 154 34 163 41 181 41 c 2\n 280 41 l 1\nEndSplineSet\nMinimumDistance: x16,-1 x15,18 x15,16 x0,19 x0,21 \nEndChar\nStartChar: uni21A6\nEncoding: 8614 8614 1760\nWidth: 600\nFlags: HW\nHStem: 261 42<84 445>\nVStem: 42 42<152 260 304 407>\nDStem: 350 355 370 391 446 303 566 281 448 261 566 281 350 207 370 173\nFore\n84 261 m 1\n 84 162 l 2\n 84 144 76 135 64 135 c 0\n 50 135 42 144 42 162 c 2\n 42 400 l 2\n 42 418 50 427 64 427 c 0\n 76 427 84 418 84 400 c 2\n 84 303 l 1\n 446 303 l 1\n 350 355 l 2\n 342 361 338 365 338 373 c 0\n 338 385.507 348.603 395 358 395 c 0\n 360 395 364 393 370 391 c 2\n 566 281 l 1\n 370 173 l 2\n 366 169 360 167 358 167 c 0\n 352 167 346 171 342 177 c 2\n 340 181 l 2\n 338 183 338 187 338 191 c 0\n 338 197 342 203 350 207 c 2\n 448 261 l 1\n 84 261 l 1\nEndSplineSet\nMinimumDistance: x13,-1 y7,4 y7,6 y0,3 y0,1 \nEndChar\nStartChar: uni21A7\nEncoding: 8615 8615 1761\nWidth: 600\nFlags: HW\nHStem: 521 41<170.47 277 321 426>\nVStem: 278 42<159 521>\nDStem: 190 234 226 254 300 38 278 158 374 254 408 234 320 156 300 38\nFore\n320 521 m 1\n 320 156 l 1\n 374 254 l 2\n 378 262 384 266 390 266 c 0\n 394 266 398 266 400 264 c 2\n 404 262 l 2\n 410 258 414 252 414 246 c 0\n 414 244 412 238 408 234 c 2\n 300 38 l 1\n 190 234 l 2\n 188 240 186 244 186 246 c 0\n 186 253.896 192.672 258.672 198 264 c 1\n 202 266 204 266 208 266 c 0\n 216 266 220 262 226 254 c 2\n 278 158 l 1\n 278 521 l 1\n 181 521 l 2\n 163 521 154 528 154 541 c 0\n 154 555 163 562 181 562 c 2\n 419 562 l 2\n 437 562 446 555 446 541 c 0\n 446 528 437 521 419 521 c 2\n 320 521 l 1\nEndSplineSet\nMinimumDistance: x19,-1 x15,18 x15,16 x0,19 x0,21 \nEndChar\nStartChar: arrowupdnbse\nEncoding: 8616 8616 1762\nWidth: 600\nFlags: HW\nHStem: -51 41<170.47 426>\nVStem: 280 41<127 435>\nDStem: 191 202 226 222 300 6 280 124 300 556 280 438 191 360 226 340 321 436 300 556 374 340 409 359 374 222 409 203 321 126 300 6\nFore\n181 -10 m 2\n 419 -10 l 2\n 437 -10 446 -17 446 -30 c 0\n 446 -44 437 -51 419 -51 c 2\n 181 -51 l 2\n 163 -51 154 -44 154 -30 c 0\n 154 -17 163 -10 181 -10 c 2\n280 438 m 1\n 226 340 l 2\n 221 331 215 327 209 327 c 0\n 206 327 202 328 199 330 c 2\n 196 332 l 2\n 190 335 186 341 186 347 c 0\n 186 350 188 355 191 360 c 2\n 300 556 l 1\n 409 359 l 2\n 412 354 414 350 414 347 c 0\n 414 337.236 401.813 327 392 327 c 0\n 384 327 379 331 374 340 c 2\n 321 436 l 1\n 321 126 l 1\n 374 222 l 2\n 379 231 384 235 392 235 c 0\n 401.373 235 414 224.774 414 215 c 0\n 414 212 412 208 409 203 c 2\n 300 6 l 1\n 191 202 l 2\n 188 207 186 212 186 215 c 0\n 186 221 190 227 196 230 c 2\n 199 232 l 2\n 202 234 206 235 209 235 c 0\n 215 235 221 231 226 222 c 2\n 280 124 l 1\n 280 438 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni21A9\nEncoding: 8617 8617 1763\nWidth: 600\nFlags: HW\nHStem: 261 41<162 441> 401 41<391 441>\nDStem: 41 281 159 261 237 172 257 207 238 390 257 355 41 281 161 302\nFore\n161 302 m 1\n 430 302 l 2\n 484 302 496 322 498 352 c 0\n 496 381 480 401 430 401 c 2\n 392 401 l 2\n 381 401 372 410 372 422 c 0\n 372 433 381 442 392 442 c 2\n 430 442 l 2\n 498 442 540 402 538 352 c 0\n 540 301 504 261 430 261 c 2\n 159 261 l 1\n 257 207 l 2\n 266 202 270 196 270 190 c 0\n 270 187 269 183 267 180 c 2\n 265 177 l 2\n 262 171 256 167 250 167 c 0\n 247 167 242 169 237 172 c 2\n 41 281 l 1\n 238 390 l 2\n 243 393 247 395 250 395 c 0\n 257 395 270 383 270 373 c 0\n 270 365 266 360 257 355 c 2\n 161 302 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni21AA\nEncoding: 8618 8618 1764\nWidth: 600\nFlags: HW\nHStem: 261 41<166.553 445.553> 401 41<166.553 216.553>\nDStem: 350.553 355 369.553 390 446.553 302 566.553 281 448.553 261 566.553 281 350.553 207 370.553 172\nRef: 8617 8617 N -1 0 0 1 608 0\nEndChar\nStartChar: uni21AB\nEncoding: 8619 8619 1765\nWidth: 600\nFlags: HW\nHStem: 261 41<162 339 382 438>\nVStem: 340 41<189 260 303 338>\nDStem: 41 281 159 261 237 172 257 207 238 390 257 355 41 281 161 302\nFore\n340 302 m 1\n 340 338 l 2\n 340 398 380 443 438 442 c 0\n 500 445 540 401 538 352 c 0\n 541 304 505 261 438 261 c 2\n 381 261 l 1\n 381 192 l 2\n 381 181 371 172 360 172 c 0\n 349 172 340 181 340 192 c 2\n 340 261 l 1\n 159 261 l 1\n 257 207 l 2\n 266 202 270 196 270 190 c 0\n 270 187 269 183 267 180 c 2\n 265 177 l 2\n 262 171 256 167 250 167 c 0\n 247 167 242 169 237 172 c 2\n 41 281 l 1\n 238 390 l 2\n 243 393 247 395 250 395 c 0\n 261.148 395 270 382.189 270 373 c 0\n 270 365 266 360 257 355 c 2\n 161 302 l 1\n 340 302 l 1\n381 302 m 1\n 438 302 l 2\n 491 302 495 319 498 352 c 0\n 496 382 484 399 438 401 c 0\n 400 399 381 382 381 338 c 2\n 381 302 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y5,8 y5,6 \nEndChar\nStartChar: uni21AC\nEncoding: 8620 8620 1766\nWidth: 600\nFlags: HW\nHStem: 261 41<169.669 225.669 268.669 445.669>\nVStem: 227 41<189 260 303 338>\nDStem: 350.669 355 369.669 390 446.669 302 566.669 281 448.669 261 566.669 281 350.669 207 370.669 172\nRef: 8619 8619 N -1 0 0 1 608 0\nEndChar\nStartChar: uni21AD\nEncoding: 8621 8621 1767\nWidth: 600\nFlags: HW\nDStem: 25 281 143 261 221 172 241 207 222 390 241 355 25 281 145 302 359 355 378 390 455 302 575 281 457 261 575 281 359 207 379 172\nFore\n143 261 m 1\n 241 207 l 2\n 256 198 255 193 251 180 c 1\n 246.943 173.915 244.046 167 234 167 c 1\n 221 172 l 1\n 25 281 l 1\n 222 390 l 1\n 234 395 l 1\n 242 395 254 384 254 373 c 0\n 254 366 250 360 241 355 c 2\n 145 302 l 1\n 172 276 200 276 213 282 c 1\n 231 291 245 343 300 346 c 1\n 352 344 370 292 388 284 c 1\n 410 274 437 289 455 302 c 1\n 359 355 l 2\n 351 360 347 366 346 373 c 0\n 346 385 357 395 366 395 c 1\n 378 390 l 1\n 575 281 l 1\n 379 172 l 1\n 366 167 l 1\n 353 167 349 179 346 190 c 1\n 346 197 350 202 359 207 c 2\n 457 261 l 1\n 431 253 416 238 387 242 c 1\n 345 246 346 304 300 305 c 1\n 250 304 250 250 214 241 c 1\n 186 236 165 254 143 261 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni21AE\nEncoding: 8622 8622 1768\nWidth: 600\nFlags: HW\nHStem: 261 41<121 265 333 479>\nDStem: 0 281 118 261 196 172 216 207 197 390 216 355 0 281 120 302 266 261 311 261 230 189 266 171 333 393 369 375 287 302 332 302 384 355 403 390 480 302 600 281 482 261 600 281 384 207 404 172\nFore\n311 261 m 1\n 266 171 l 2\n 261 161 249 157 239 162 c 0\n 229 167 225 179 230 189 c 2\n 266 261 l 1\n 118 261 l 1\n 216 207 l 2\n 225 202 229 196 229 190 c 0\n 229 187 228 183 226 180 c 2\n 224 177 l 2\n 221 171 215 167 209 167 c 0\n 206 167 201 169 196 172 c 2\n 0 281 l 1\n 197 390 l 2\n 202 393 206 395 209 395 c 0\n 220.148 395 229 382.189 229 373 c 0\n 229 365 225 360 216 355 c 2\n 120 302 l 1\n 287 302 l 1\n 333 393 l 2\n 338 403 350 407 360 402 c 0\n 370 397 374 385 369 375 c 2\n 332 302 l 1\n 480 302 l 1\n 384 355 l 2\n 375 360 371 365 371 373 c 0\n 371 384 382 395 391 395 c 0\n 394 395 398 393 403 390 c 2\n 600 281 l 1\n 404 172 l 2\n 399 169 394 167 391 167 c 0\n 385 167 379 171 376 177 c 2\n 374 180 l 2\n 372 183 371 187 371 190 c 0\n 371 196 375 202 384 207 c 2\n 482 261 l 1\n 311 261 l 1\nEndSplineSet\nEndChar\nStartChar: uni21AF\nEncoding: 8623 8623 1769\nWidth: 600\nFlags: HW\nDStem: 182 273 221 281 216 52 238 170 261 730 301 715 132 382 284 668 261 730 284 668 132 382 200 442 338 434 404 492 238 170 279 157 360 230 387 199 279 157 216 52\nFore\n238 170 m 1\n 338 434 l 1\n 132 382 l 1\n 261 730 l 1\n 268 745 278 751 291 746 c 0\n 303 742 307 732 301 715 c 2\n 284 668 l 1\n 200 442 l 1\n 404 492 l 1\n 279 157 l 1\n 360 230 l 1\n 373 239 379 236 389 231 c 1\n 392 224 399 217 395 209 c 1\n 387 199 l 1\n 216 52 l 1\n 182 273 l 1\n 175 287 184 296 195 298 c 2\n 199 299 l 2\n 201 300 205 299 210 297 c 0\n 215 296 219 290 221 281 c 1\n 238 170 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni21B0\nEncoding: 8624 8624 1770\nWidth: 600\nFlags: HW\nHStem: 376 41<226 420>\nVStem: 420 40<46 375>\nDStem: 105 396 223 376 301 287 321 322 302 505 321 470 105 396 225 417\nFore\n460 417 m 1\n 460 50 l 1\n 460 39 451 30 440 30 c 0\n 429 30 420 39 420 50 c 1\n 420 376 l 1\n 223 376 l 1\n 321 322 l 2\n 330 317 334 311 334 305 c 0\n 334 302 333 298 331 295 c 2\n 329 292 l 2\n 326 286 320 282 314 282 c 0\n 311 282 306 284 301 287 c 2\n 105 396 l 1\n 302 505 l 2\n 307 508 311 510 314 510 c 0\n 325.148 510 334 497.189 334 488 c 0\n 334 480 330 475 321 470 c 2\n 225 417 l 1\n 460 417 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 \nEndChar\nStartChar: uni21B1\nEncoding: 8625 8625 1771\nWidth: 600\nFlags: HW\nHStem: 376 41<180 374>\nVStem: 140 40<46 375>\nDStem: 279 470 298 505 375 417 495 396 377 376 495 396 279 322 299 287\nRef: 8624 8624 N -1 0 0 1 600 0\nEndChar\nStartChar: uni21B2\nEncoding: 8626 8626 1772\nWidth: 600\nFlags: HW\nHStem: 123 41<226 420>\nVStem: 420 40<165 494>\nDStem: 105 144 225 123 302 35 321 70 301 253 321 218 105 144 223 164\nRef: 8624 8624 N 1 0 0 -1 0 540\nEndChar\nStartChar: uni21B3\nEncoding: 8627 8627 1773\nWidth: 600\nFlags: HW\nHStem: 123 41<180 374>\nVStem: 140 40<165 494>\nDStem: 279 218 299 253 377 164 495 144 375 123 495 144 279 70 298 35\nRef: 8624 8624 N -1 0 0 -1 600 540\nEndChar\nStartChar: uni21B4\nEncoding: 8628 8628 1774\nWidth: 600\nFlags: HW\nHStem: 472 40<58 387>\nVStem: 388 42<149 472>\nDStem: 300 224 334 244 408 28 388 146 482 244 518 226 430 148 408 28\nFore\n430 512 m 1\n 430 148 l 1\n 482 244 l 2\n 488 254 492 258 500 258 c 0\n 507.998 258 522 248.433 522 238 c 0\n 522 234 520 230 518 226 c 2\n 408 28 l 1\n 300 224 l 2\n 296 230 294 234 294 238 c 0\n 294 244 298 250 304 252 c 2\n 308 254 l 2\n 310 256 314 258 318 258 c 0\n 324 258 330 254 334 244 c 2\n 388 146 l 1\n 388 472 l 1\n 62 472 l 1\n 51 472 42 480 42 492 c 0\n 42 503 51 512 62 512 c 1\n 430 512 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x14,17 x14,15 \nEndChar\nStartChar: carriagereturn\nEncoding: 8629 8629 1775\nWidth: 600\nFlags: HW\nHStem: 123 41<162 484> 123 387<503 506>\nVStem: 484 40<165 494>\nDStem: 41 144 161 123 238 35 257 70 237 253 257 218 41 144 159 164\nFore\n524 123 m 1\n 161 123 l 1\n 257 70 l 2\n 266 65 270 60 270 52 c 0\n 270 42.69 260.691 30 250 30 c 0\n 247 30 243 32 238 35 c 2\n 41 144 l 1\n 237 253 l 2\n 242 256 247 258 250 258 c 0\n 256 258 262 254 265 248 c 2\n 267 245 l 2\n 269 242 270 238 270 235 c 0\n 270 229 266 223 257 218 c 2\n 159 164 l 1\n 484 164 l 1\n 484 490 l 1\n 484 501 493 510 504 510 c 0\n 515 510 524 501 524 490 c 1\n 524 123 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y14,17 y14,15 \nEndChar\nStartChar: uni21B6\nEncoding: 8630 8630 1776\nWidth: 600\nFlags: HW\nHStem: 608 42<330.031 352.671>\nVStem: 132 42<148 413> 482 40<407 435.588>\nDStem: 44 226 80 244 154 28 132 148 228 244 262 224 174 146 154 28\nFore\n132 406 m 1\n 132 437 136 467 143 494 c 2\n 149 520 159 544 172 565 c 2\n 188 591 209 612 234 627 c 2\n 261 643 293 651 330 650 c 1\n 360 650 386 645 408 636 c 2\n 438 624 461 604 478 580 c 2\n 495 556 506 528 513 498 c 2\n 520 469 523 439 522 408 c 1\n 522 393 514 390 502 388 c 1\n 491 388 484 395 482 408 c 1\n 482 436 479 462 473 486 c 2\n 466 510 457 532 444 550 c 2\n 432 568 416 583 398 593 c 2\n 379 603 356 609 330 608 c 1\n 301 609 276 601 254 586 c 2\n 238 575 224 560 213 542 c 2\n 200 523 190 500 184 476 c 2\n 178 454 174 430 174 406 c 1\n 174 146 l 1\n 228 244 l 1\n 232 253 237 258 244 258 c 0\n 248 258 251 257 254 254 c 2\n 258 252 l 2\n 264 250 267 245 268 238 c 0\n 268 235 266 230 262 224 c 1\n 154 28 l 1\n 44 226 l 1\n 40 238 l 1\n 40 250 52 254 62 258 c 1\n 69 258 75 253 80 244 c 2\n 132 148 l 1\n 132 406 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni21B7\nEncoding: 8631 8631 1777\nWidth: 600\nFlags: HW\nVStem: 40 40<408.031 435.588> 388 42<148 413>\nDStem: 300 224 334 244 408 28 388 146 482 244 518 226 430 148 408 28\nFore\n430 406 m 1\n 430 148 l 1\n 482 244 l 2\n 487 253 493 258 500 258 c 1\n 510 254 522 250 522 238 c 1\n 518 226 l 1\n 408 28 l 1\n 300 224 l 1\n 296 230 294 235 294 238 c 0\n 295 245 298 250 304 252 c 2\n 308 254 l 2\n 311 257 314 258 318 258 c 0\n 325 258 330 253 334 244 c 1\n 388 146 l 1\n 388 406 l 1\n 388 430 384 454 378 476 c 2\n 372 500 362 523 349 542 c 2\n 338 560 324 575 308 586 c 2\n 286 601 261 609 232 608 c 1\n 206 609 183 603 164 593 c 2\n 146 583 130 568 118 550 c 2\n 105 532 96 510 89 486 c 2\n 83 462 80 436 80 408 c 1\n 78 395 71 388 60 388 c 1\n 48 390 40 393 40 408 c 1\n 39 439 42 469 49 498 c 2\n 56 528 67 556 84 580 c 2\n 101 604 124 624 154 636 c 2\n 176 645 202 650 232 650 c 1\n 269 651 301 643 328 627 c 2\n 353 612 374 591 390 565 c 2\n 403 544 413 520 419 494 c 2\n 426 467 430 437 430 406 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni21B8\nEncoding: 8632 8632 1778\nWidth: 600\nFlags: HW\nHStem: 529 42<60 540>\nDStem: 112 453 182 355 174 238 213 248 182 355 212 383 423 114 452 143\nFore\n533 530 m 1\n 70 529 l 1\n 53 529 43 536 43 549 c 0\n 43 563 52 571 70 571 c 2\n 533 571 l 2\n 551 571 560 564 560 550 c 0\n 560 537 551 530 533 530 c 1\n182 355 m 1\n 213 248 l 2\n 218 231 211 227 201 222 c 1\n 193 220 186 219 179 225 c 1\n 152.766 297.099 136.083 378.75 112 453 c 1\n 329 391 l 1\n 341 386 l 1\n 349 379 344 363 339 356 c 1\n 334 351 327 350 317 353 c 2\n 212 383 l 1\n 452 143 l 2\n 465 130 467 119 457 110 c 0\n 447 100 436 101 423 114 c 2\n 182 355 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni21B9\nEncoding: 8633 8633 1779\nWidth: 600\nFlags: HW\nHStem: 116 42<79 442> 403 42<162 524>\nVStem: 38 42<16 116 158 255> 524 42<303 403 445 542>\nDStem: 42 423 160 403 238 315 258 349 238 533 258 497 42 423 162 445 346 210 366 246 442 158 562 136 444 116 562 136 346 62 366 28\nFore\n524 403 m 1\n 160 403 l 1\n 258 349 l 2\n 271 342 271 336 268 323 c 1\n 264.31 315.62 257.925 309 250 309 c 0\n 246 309 242 311 238 315 c 1\n 42 423 l 1\n 238 533 l 1\n 250 537 l 1\n 259 537 262 531 268 525 c 1\n 270 515 l 1\n 270 509 266 503 258 497 c 1\n 162 445 l 1\n 524 445 l 1\n 524 542 l 2\n 524 560 531 569 544 569 c 0\n 558 569 565 560 566 542 c 1\n 566 304 l 2\n 566 286 559 277 544 277 c 0\n 531 277 525 286 524 304 c 1\n 524 403 l 1\n80 116 m 1\n 80 17 l 2\n 80 -1 73 -10 60 -10 c 0\n 46 -10 39 -1 38 17 c 1\n 38 255 l 2\n 38 273 45 282 60 282 c 0\n 73 282 79 273 80 255 c 1\n 80 158 l 1\n 442 158 l 1\n 346 210 l 1\n 335 219 332 225 336 238 c 1\n 336 238 346 250 354 250 c 1\n 366 246 l 1\n 562 136 l 1\n 366 28 l 1\n 362 24 358 22 354 22 c 0\n 340 22 337 33 334 46 c 1\n 334 53 338 58 346 62 c 2\n 444 116 l 1\n 80 116 l 1\nEndSplineSet\nMinimumDistance: x16,-1 y13,16 y13,14 y0,17 y0,19 y27,24 y27,26 y20,23 y20,21 \nEndChar\nStartChar: uni21BA\nEncoding: 8634 8634 1780\nWidth: 600\nFlags: HW\nHStem: 30 42<282 297>\nVStem: 59 40<253 270> 467 42<253 288>\nDStem: 311 514 380 416 373 299 411 309\nFore\n467 272 m 1\n 465 360 407 398 380 416 c 1\n 411 309 l 1\n 417 296 412 283 400 283 c 2\n 396 282 l 2\n 384.704 276.352 376.872 285.449 373 299 c 1\n 311 514 l 1\n 529 452 l 1\n 540 446 l 1\n 549 438 543 425 539 416 c 1\n 534 412 526 411 516 414 c 2\n 411 445 l 1\n 459 418 509 358 509 272 c 1\n 509 132 437 32 297 30 c 1\n 153 30 61 146 59 270 c 1\n 59 285 67 288 79 290 c 1\n 90 290 97 283 99 270 c 1\n 99 158 193 72 297 72 c 1\n 405 76 467 160 467 272 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni21BB\nEncoding: 8635 8635 1781\nWidth: 600\nFlags: HW\nHStem: 30 42<305 324.362>\nVStem: 93 42<253 288> 503 40<253 270>\nDStem: 222 416 291 514 191 309 229 299\nFore\n135 272 m 1\n 135 160 197 76 305 72 c 1\n 409 72 503 158 503 270 c 1\n 505 283 512 290 523 290 c 1\n 535 288 543 285 543 270 c 1\n 541 146 449 30 305 30 c 1\n 165 32 93 132 93 272 c 1\n 93 358 143 418 191 445 c 1\n 86 414 l 2\n 75 411 68 412 63 416 c 1\n 59 425 53 438 62 446 c 1\n 73 452 l 1\n 291 514 l 1\n 229 299 l 1\n 224.928 284.747 218.361 275.82 206 282 c 2\n 202 283 l 2\n 190 283 185 296 191 309 c 1\n 222 416 l 1\n 195 398 137 360 135 272 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni21BC\nEncoding: 8636 8636 1782\nWidth: 600\nFlags: HW\nHStem: 261 41<162 503>\nDStem: 238 390 257 355 41 281 161 302\nFore\n41 281 m 2\n 238 390 l 2\n 243 393 247 395 250 395 c 0\n 259.765 395 270 382.813 270 373 c 0\n 270 365 266 360 257 355 c 2\n 161 302 l 1\n 501 302 l 2\n 519 302 528 295 528 282 c 0\n 528 268 519 261 501 261 c 2\n 47 261 l 2\n 30 261 30 275 41 281 c 2\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni21BD\nEncoding: 8637 8637 1783\nWidth: 600\nFlags: HW\nHStem: 262 41<162 503>\nDStem: 41 283 161 262 238 174 257 209\nFore\n41 283 m 2\n 30 289 30 303 47 303 c 2\n 501 303 l 2\n 519 303 528 296 528 282 c 0\n 528 269 519 262 501 262 c 2\n 161 262 l 1\n 257 209 l 2\n 266 204 270 199 270 191 c 0\n 270 181.626 259.774 169 250 169 c 0\n 247 169 243 171 238 174 c 2\n 41 283 l 2\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni21BE\nEncoding: 8638 8638 1784\nWidth: 600\nFlags: HW\nVStem: 280 40<54.7317 405>\nDStem: 320 406 300 526 374 310 408 328\nFore\n300 526 m 2\n 408 328 l 2\n 412 324 414 320 414 316 c 0\n 414 310 410 304 404 300 c 1\n 398.302 300 395.661 296 392 296 c 0\n 384 296 378 300 374 310 c 2\n 320 406 l 1\n 320 66 l 2\n 320 48 314 38 300 38 c 0\n 286 38 280 48 280 66 c 2\n 280 520 l 2\n 280 536 293 537 300 526 c 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni21BF\nEncoding: 8639 8639 1785\nWidth: 600\nFlags: HW\nVStem: 280 41<54.4704 404>\nDStem: 301 525 280 405 192 328 227 309\nFore\n301 525 m 2\n 307 536 321 536 321 519 c 2\n 321 65 l 2\n 321 47 314 38 300 38 c 0\n 287 38 280 47 280 65 c 2\n 280 405 l 1\n 227 309 l 2\n 222 300 217 296 209 296 c 0\n 199.626 296 187 306.226 187 316 c 0\n 187 319 189 323 192 328 c 2\n 301 525 l 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni21C0\nEncoding: 8640 8640 1786\nWidth: 600\nFlags: HW\nHStem: 261 41<58.211 399.211>\nDStem: 304.211 355 323.211 390 400.211 302 520.211 281\nRef: 8636 8636 N -1 0 0 1 561 0\nEndChar\nStartChar: uni21C1\nEncoding: 8641 8641 1787\nWidth: 600\nFlags: HW\nHStem: 262 41<73.789 414.789>\nDStem: 415.789 262 535.789 283 319.789 209 338.789 174\nRef: 8637 8637 N -1 0 0 1 577 0\nEndChar\nStartChar: uni21C2\nEncoding: 8642 8642 1788\nWidth: 600\nFlags: HW\nVStem: 280 40<166.296 516.564>\nDStem: 374 261.296 408 243.296 320 165.296 300 45.296\nRef: 8638 8638 N 1 0 0 -1 0 571\nEndChar\nStartChar: uni21C3\nEncoding: 8643 8643 1789\nWidth: 600\nFlags: HW\nVStem: 280 41<166.621 516.151>\nDStem: 192 242.621 227 261.621 301 45.621 280 165.621\nRef: 8639 8639 N 1 0 0 -1 0 571\nEndChar\nStartChar: uni21C4\nEncoding: 8644 8644 1790\nWidth: 600\nFlags: HW\nHStem: 117 41<162 505> 404 41<90.4704 440>\nDStem: 41 137 159 117 237 28 257 63 238 246 257 211 41 137 161 158 345 499 365 534 443 445 561 425 441 404 561 425 345 351 364 316\nFore\n159 117 m 1\n 257 63 l 2\n 266 58 270 52 270 46 c 0\n 270 43 269 39 267 36 c 2\n 265 33 l 2\n 262 27 256 23 250 23 c 0\n 247 23 242 25 237 28 c 2\n 41 137 l 1\n 238 246 l 2\n 243 249 247 251 250 251 c 0\n 259.765 251 270 238.813 270 229 c 0\n 270 221 266 216 257 211 c 2\n 161 158 l 1\n 501 158 l 2\n 519 158 528 151 528 138 c 0\n 528 124 519 117 501 117 c 2\n 159 117 l 1\n443 445 m 1\n 345 499 l 2\n 336 504 332 510 332 516 c 0\n 332 519 333 523 335 526 c 2\n 337 529 l 2\n 340 535 346 539 352 539 c 0\n 355 539 360 537 365 534 c 2\n 561 425 l 1\n 364 316 l 2\n 359 313 355 311 352 311 c 0\n 342.235 311 332 323.187 332 333 c 0\n 332 341 336 346 345 351 c 2\n 441 404 l 1\n 101 404 l 2\n 83 404 74 411 74 424 c 0\n 74 438 83 445 101 445 c 2\n 443 445 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni21C5\nEncoding: 8645 8645 1791\nWidth: 600\nFlags: HW\nRef: 8644 8644 N 0 -1 1 0 20 582\nEndChar\nStartChar: uni21C6\nEncoding: 8646 8646 1792\nWidth: 600\nFlags: HW\nHStem: 117 41<97 440> 404 41<162 511.53>\nDStem: 41 425 161 404 238 316 257 351 237 534 257 499 41 425 159 445 345 211 364 246 441 158 561 137 443 117 561 137 345 63 365 28\nRef: 8644 8644 N -1 0 0 1 602 0\nEndChar\nStartChar: uni21C7\nEncoding: 8647 8647 1793\nWidth: 600\nFlags: HW\nHStem: 117 41<162 505> 405 41<162 505>\nDStem: 41 425 159 405 237 316 257 351 41 137 159 117 237 28 257 63 238 534 257 499 41 425 161 446 238 246 257 211 41 137 161 158\nFore\n159 117 m 1\n 257 63 l 2\n 266 58 270 52 270 46 c 0\n 270 43 269 39 267 36 c 2\n 265 33 l 2\n 262 27 256 23 250 23 c 0\n 247 23 242 25 237 28 c 2\n 41 137 l 1\n 238 246 l 2\n 243 249 247 251 250 251 c 0\n 259.765 251 270 238.813 270 229 c 0\n 270 221 266 216 257 211 c 2\n 161 158 l 1\n 501 158 l 2\n 519 158 528 151 528 138 c 0\n 528 124 519 117 501 117 c 2\n 159 117 l 1\n159 405 m 1\n 257 351 l 2\n 266 346 270 340 270 334 c 0\n 270 331 269 327 267 324 c 2\n 265 321 l 2\n 262 315 256 311 250 311 c 0\n 247 311 242 313 237 316 c 2\n 41 425 l 1\n 238 534 l 2\n 243 537 247 539 250 539 c 0\n 259.765 539 270 526.813 270 517 c 0\n 270 509 266 504 257 499 c 2\n 161 446 l 1\n 501 446 l 2\n 519 446 528 439 528 426 c 0\n 528 412 519 405 501 405 c 2\n 159 405 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni21C8\nEncoding: 8648 8648 1794\nWidth: 600\nFlags: HW\nVStem: 136 42<54.1093 403> 424 42<54.1093 403>\nDStem: 156 524 136 406 48 328 82 308 178 404 156 524 230 308 266 328 444 524 424 406 336 328 370 308 466 404 444 524 518 308 554 328\nFore\n136 406 m 1\n 82 308 l 2\n 78 300 72 296 66 296 c 0\n 62 296 58 296 56 298 c 2\n 52 300 l 2\n 46 304 42 310 42 316 c 0\n 42 318 44 324 48 328 c 2\n 156 524 l 1\n 266 328 l 2\n 268 322 270 318 270 316 c 0\n 270 308.104 263.328 303.328 258 298 c 1\n 254 296 252 296 248 296 c 0\n 240 296 236 300 230 308 c 2\n 178 404 l 1\n 178 64 l 2\n 178 46 170 38 158 38 c 0\n 144 38 136 46 136 64 c 2\n 136 406 l 1\n424 406 m 1\n 370 308 l 2\n 366 300 360 296 354 296 c 0\n 350 296 346 296 344 298 c 2\n 340 300 l 2\n 334 304 330 310 330 316 c 0\n 330 318 332 324 336 328 c 2\n 444 524 l 1\n 554 328 l 2\n 556 322 558 318 558 316 c 0\n 558 308.104 551.328 303.328 546 298 c 1\n 542 296 540 296 536 296 c 0\n 528 296 524 300 518 308 c 2\n 466 404 l 1\n 466 64 l 2\n 466 46 458 38 446 38 c 0\n 432 38 424 46 424 64 c 2\n 424 406 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni21C9\nEncoding: 8649 8649 1795\nWidth: 600\nFlags: HW\nHStem: 117 41<97 440> 405 41<97 440>\nDStem: 345 499 364 534 441 446 561 425 345 211 364 246 441 158 561 137 443 405 561 425 345 351 365 316 443 117 561 137 345 63 365 28\nRef: 8647 8647 N -1 0 0 1 602 0\nEndChar\nStartChar: uni21CA\nEncoding: 8650 8650 1796\nWidth: 600\nFlags: HW\nVStem: 136 42<159 507.891> 424 42<159 507.891>\nDStem: 48 234 82 254 156 38 136 156 230 254 266 234 178 158 156 38 336 234 370 254 444 38 424 156 518 254 554 234 466 158 444 38\nRef: 8648 8648 N 1 0 0 -1 0 562\nEndChar\nStartChar: uni21CB\nEncoding: 8651 8651 1797\nWidth: 600\nFlags: HW\nHStem: 190 41<65.4704 415> 333 41<162 503>\nDStem: 238 462 257 427 41 353 161 374 416 190 536 211 320 137 339 102\nFore\n536 211 m 2\n 339 102 l 2\n 334 99 330 97 327 97 c 0\n 317.235 97 307 109.187 307 119 c 0\n 307 127 311 132 320 137 c 2\n 416 190 l 1\n 76 190 l 2\n 58 190 49 197 49 210 c 0\n 49 224 58 231 76 231 c 2\n 530 231 l 2\n 547 231 547 217 536 211 c 2\n41 353 m 2\n 238 462 l 2\n 243 465 247 467 250 467 c 0\n 259.765 467 270 454.812 270 445 c 0\n 270 437 266 432 257 427 c 2\n 161 374 l 1\n 501 374 l 2\n 519 374 528 367 528 354 c 0\n 528 340 519 333 501 333 c 2\n 47 333 l 2\n 30 333 30 347 41 353 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21CC\nEncoding: 8652 8652 1798\nWidth: 600\nFlags: HW\nHStem: 190 41<162 511.53> 333 41<74 415>\nDStem: 41 211 161 190 238 102 257 137 320 427 339 462 416 374 536 353\nRef: 8651 8651 N -1 0 0 1 577 0\nEndChar\nStartChar: uni21CD\nEncoding: 8653 8653 1799\nWidth: 600\nFlags: HW\nHStem: 0 21G<150 196> 221 41<174 281 350 521> 300 42<176 330 397 521> 564 20G<500 540>\nDStem: 56 281 174 221 192 152 212 187 194 410 212 375 56 281 176 342 282 221 326 221 150 0 196 0 330 300 373 300 307 262 350 262 500 584 540 584 355 342 397 342\nFore\n373 300 m 1\n 350 262 l 1\n 516 262 l 2\n 534 262 544 255 544 242 c 0\n 544 228 534 221 516 221 c 2\n 326 221 l 1\n 196 0 l 9\n 150 0 l 17\n 282 221 l 1\n 174 221 l 1\n 212 187 l 2\n 220 180 226 177 226 170 c 1\n 222 160 l 1\n 218.126 154.188 214.844 147 206 147 c 1\n 192 152 l 1\n 56 281 l 1\n 194 410 l 1\n 206 415 l 1\n 214 415 226 404 226 393 c 0\n 225 386 220 380 212 375 c 2\n 176 342 l 1\n 355 342 l 1\n 500 584 l 9\n 540 584 l 17\n 397 342 l 1\n 516 342 l 2\n 534 342 544 335 544 322 c 0\n 544 308 534 300 516 300 c 2\n 373 300 l 1\n330 300 m 1\n 138 300 l 1\n 120 282 l 1\n 136 262 l 1\n 307 262 l 1\n 330 300 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni21CE\nEncoding: 8654 8654 1800\nWidth: 600\nFlags: HW\nHStem: 0 21G<112 158> 221 41<134 244 312 466> 300 42<136 292 359 462> 564 20G<462 502>\nDStem: 16 281 134 221 152 152 172 187 154 410 172 375 16 281 136 342 244 221 288 221 112 0 158 0 292 300 335 300 269 262 312 262 428 375 446 410 462 342 584 281 462 584 502 584 317 342 359 342 466 221 584 281 428 187 448 152\nFore\n312 262 m 1\n 504 262 l 1\n 520 282 l 1\n 502 300 l 1\n 335 300 l 1\n 312 262 l 1\n359 342 m 1\n 462 342 l 9\n 428 375 l 2\n 421 382 415 386 414 393 c 0\n 414 405 426 415 434 415 c 1\n 446 410 l 1\n 584 281 l 1\n 448 152 l 1\n 434 147 l 1\n 421 147 418 159 414 170 c 1\n 414 177 420 180 428 187 c 2\n 466 221 l 1\n 288 221 l 1\n 158 0 l 9\n 112 0 l 17\n 244 221 l 1\n 134 221 l 1\n 172 187 l 2\n 180 180 186 177 186 170 c 1\n 182 160 l 1\n 178.126 154.188 174.844 147 166 147 c 1\n 152 152 l 1\n 16 281 l 1\n 154 410 l 1\n 166 415 l 1\n 174 415 186 404 186 393 c 0\n 185 386 180 380 172 375 c 2\n 136 342 l 1\n 317 342 l 1\n 462 584 l 9\n 502 584 l 17\n 359 342 l 1\n269 262 m 1\n 292 300 l 1\n 98 300 l 1\n 80 282 l 1\n 96 262 l 1\n 269 262 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni21CF\nEncoding: 8655 8655 1801\nWidth: 600\nFlags: HW\nHStem: 0 21G<72 118> 221 41<73 204 273 426> 300 42<73 252 319 424> 564 20G<422 462>\nDStem: 204 221 248 221 72 0 118 0 252 300 295 300 229 262 273 262 388 375 406 410 424 342 542 280 422 584 462 584 277 342 319 342 426 221 542 280 388 187 408 152\nFore\n273 262 m 25\n 462 262 l 25\n 480 282 l 1\n 462 300 l 1\n 295 300 l 25\n 273 262 l 25\n406 410 m 1\n 542 280 l 25\n 408 152 l 1\n 394 147 l 1\n 381 147 378 159 374 170 c 1\n 374 177 380 180 388 187 c 2\n 426 221 l 1\n 248 221 l 1\n 118 0 l 9\n 72 0 l 17\n 204 221 l 1\n 84 221 l 2\n 66 221 56 228 56 242 c 0\n 56 255 66 262 84 262 c 2\n 229 262 l 25\n 252 300 l 25\n 84 300 l 2\n 66 300 56 308 56 322 c 0\n 56 335 66 342 84 342 c 2\n 277 342 l 1\n 422 584 l 9\n 462 584 l 17\n 319 342 l 1\n 424 342 l 1\n 388 375 l 2\n 380 380 375 386 374 393 c 0\n 374 405 386 415 394 415 c 1\n 406 410 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: arrowdblleft\nEncoding: 8656 8656 1802\nWidth: 600\nFlags: HW\nHStem: 221 41<174 521> 300 42<176 521>\nDStem: 56 281 174 221 192 152 212 187 194 410 212 375 56 281 176 342\nFore\n136 262 m 1\n 516 262 l 2\n 534 262 544 255 544 242 c 0\n 544 228 534 221 516 221 c 2\n 174 221 l 1\n 212 187 l 2\n 220 180 226 177 226 170 c 1\n 222 160 l 1\n 218.126 154.188 214.844 147 206 147 c 1\n 192 152 l 1\n 56 281 l 1\n 194 410 l 1\n 206 415 l 1\n 214 415 226 404 226 393 c 0\n 225 386 220 380 212 375 c 2\n 176 342 l 1\n 516 342 l 2\n 534 342 544 335 544 322 c 0\n 544 308 534 300 516 300 c 2\n 138 300 l 17\n 120 282 l 1\n 136 262 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: arrowdblup\nEncoding: 8657 8657 1803\nWidth: 600\nFlags: HW\nVStem: 240 42<63 640> 320 40<53 642>\nDStem: 300 760 240 640 172 623 206 604 360 642 300 760 394 604 430 624\nFore\n320 680 m 1\n 300 697 l 1\n 282 679 l 9\n 282 64 l 2\n 281 46 273 38 259 38 c 0\n 246 38 240 46 240 64 c 2\n 240 640 l 1\n 206 604 l 2\n 202 596 196 592 188 591 c 0\n 177 591 166 602 166 611 c 1\n 172 623 l 1\n 300 760 l 1\n 430 624 l 1\n 434 611 l 1\n 434 598 422 594 412 591 c 1\n 405 591 401 597 394 604 c 2\n 360 642 l 1\n 360 64 l 2\n 360 46 353 38 339 38 c 0\n 326 38 320 46 320 64 c 2\n 320 680 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: arrowdblright\nEncoding: 8658 8658 1804\nWidth: 600\nFlags: HW\nHStem: 221 41<73.3475 426> 300 42<73.8897 424>\nDStem: 388 375 406 410 424 342 544 281 426 221 544 281 388 187 408 152\nFore\n464 262 m 1\n 480 282 l 1\n 462 300 l 9\n 84 300 l 2\n 66 300 56 308 56 322 c 0\n 56 335 66 342 84 342 c 2\n 424 342 l 1\n 388 375 l 2\n 380 380 375 386 374 393 c 0\n 374 405 386 415 394 415 c 1\n 406 410 l 1\n 544 281 l 1\n 408 152 l 1\n 394 147 l 1\n 381 147 378 159 374 170 c 1\n 374 177 380 180 388 187 c 2\n 426 221 l 1\n 84 221 l 2\n 66 221 56 228 56 242 c 0\n 56 255 66 262 84 262 c 2\n 464 262 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: arrowdbldown\nEncoding: 8659 8659 1805\nWidth: 600\nFlags: HW\nVStem: 240 42<158 733> 320 40<156 743>\nDStem: 172 174 206 194 300 38 240 158 394 194 430 174 360 156 300 38\nFore\n320 118 m 1\n 320 733 l 2\n 320 751 326 760 339 760 c 0\n 353 760 360 751 360 733 c 2\n 360 156 l 1\n 394 194 l 2\n 401 201 405 206 412 206 c 1\n 422 204 l 1\n 427.133 198.867 434 195.792 434 186 c 1\n 430 174 l 1\n 300 38 l 1\n 172 174 l 1\n 166 186 l 1\n 166 195 177 206 188 206 c 0\n 196 206 202 202 206 194 c 2\n 240 158 l 1\n 240 733 l 2\n 240 751 246 760 259 760 c 0\n 273 760 281 751 282 733 c 2\n 282 118 l 17\n 300 100 l 1\n 320 118 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: arrowdblboth\nEncoding: 8660 8660 1806\nWidth: 600\nFlags: HW\nHStem: 221 41<134 466> 300 42<136 462>\nDStem: 16 281 134 221 152 152 172 187 154 410 172 375 16 281 136 342 428 375 446 410 462 342 584 281 466 221 584 281 428 187 448 152\nFore\n428 375 m 2\n 421 382 415 386 414 393 c 0\n 414 405 426 415 434 415 c 1\n 446 410 l 1\n 584 281 l 1\n 448 152 l 1\n 434 147 l 1\n 421 147 418 159 414 170 c 1\n 414 177 420 180 428 187 c 2\n 466 221 l 1\n 134 221 l 1\n 172 187 l 2\n 180 180 186 177 186 170 c 1\n 182 160 l 1\n 178.126 154.188 174.844 147 166 147 c 1\n 152 152 l 1\n 16 281 l 1\n 154 410 l 1\n 166 415 l 1\n 174 415 186 404 186 393 c 0\n 185 386 180 380 172 375 c 2\n 136 342 l 1\n 462 342 l 25\n 428 375 l 2\n504 262 m 1\n 520 282 l 1\n 502 300 l 9\n 98 300 l 17\n 80 282 l 1\n 96 262 l 1\n 504 262 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni21D5\nEncoding: 8661 8661 1807\nWidth: 600\nFlags: HW\nVStem: 239 42<118 683> 319 41<116 685>\nDStem: 171 134 206 154 300 -2 239 118 300 804 239 683 171 668 206 648 360 686 300 804 394 648 429 668 394 154 429 134 360 116 300 -2\nFore\n206 648 m 2\n 199 642 195 636 188 636 c 0\n 176 636 166 647 166 656 c 1\n 171 668 l 1\n 300 804 l 1\n 429 668 l 1\n 434 656 l 1\n 434 642 422 639 411 636 c 1\n 404 636 401 641 394 648 c 2\n 360 686 l 1\n 360 116 l 1\n 394 154 l 2\n 401 161 404 166 411 166 c 1\n 421 164 l 1\n 427.34 159.773 434 155.538 434 146 c 1\n 429 134 l 1\n 300 -2 l 1\n 171 134 l 1\n 166 146 l 1\n 166 155 177 166 188 166 c 0\n 195 166 201 162 206 154 c 2\n 239 118 l 1\n 239 683 l 25\n 206 648 l 2\n319 724 m 1\n 299 742 l 1\n 281 724 l 9\n 281 78 l 17\n 299 60 l 1\n 319 78 l 1\n 319 724 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: universal\nEncoding: 8704 8704 1808\nWidth: 600\nFlags: HW\nHStem: 0 41<296 299> 334 41<185 415> 522 41<25.4704 67 111 189 409 491 533 569>\nVStem: 9 205<542 545> 387 204<542 545>\nDStem: 67 522 110 522 267 0 166.844 375 67 522 182.699 334 267 0 296 41 416.565 334 533 522 299 41 324 0 492 522 533 522 433.017 375 324 0\nFore\n433 375 m 1\n 492 522 l 1\n 414 522 l 2\n 396 522 387 529 387 543 c 0\n 387 556 395 563 414 563 c 2\n 564 563 l 2\n 582 563 591 557 591 543 c 0\n 591 529 582 522 564 522 c 2\n 533 522 l 1\n 324 0 l 1\n 267 0 l 1\n 67 522 l 1\n 36 522 l 2\n 18 522 9 529 9 543 c 0\n 9 557 18 563 36 563 c 2\n 187 563 l 2\n 205 563 214 557 214 543 c 0\n 214 529 205 522 187 522 c 2\n 110 522 l 1\n 167 375 l 1\n 433 375 l 1\n417 334 m 1\n 183 334 l 1\n 296 41 l 1\n 299 41 l 1\n 417 334 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2201\nEncoding: 8705 8705 1809\nWidth: 600\nFlags: HW\nFore\n478 507 m 1\n 478 536 l 2\n 478 554 485 563 499 563 c 0\n 512 563 519 554 519 536 c 2\n 519 424 l 2\n 519 406 512 397 498 397 c 0\n 486 397 479 405 478 421 c 0\n 474 482 394 535 305 535 c 0\n 194 535 104 438 104 319 c 2\n 104 120 l 2\n 104 0 204 -103 322 -103 c 0\n 391 -103 442 -77 496 -13 c 0\n 503 -5 507 -3 514 -3 c 0\n 526 -3 534 -11 534 -22 c 0\n 534 -32 522 -49 496 -73 c 0\n 447 -119 386 -144 322 -144 c 0\n 186 -144 63 -21 63 114 c 2\n 63 325 l 2\n 63 386 91 456 134 502 c 0\n 179 550 238 576 305 576 c 0\n 371 576 431 552 478 507 c 1\nEndSplineSet\nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 1810\nWidth: 600\nFlags: HMW\nHStem: -17 42<248 351.5> 390 42<248 328> 541 41\nVStem: 71 42<157 258.5> 487 42<155.5 252.5>\nFore\n177 540 m 0\n 159.848 540 157.326 550.541 155 565 c 1\n 155 568 162 577 166 579 c 0\n 171 581 188 582 225 582 c 0\n 288 582 384 534 430 480 c 0\n 487 413 529 298 529 207 c 0\n 529 85 425 -17 300 -17 c 0\n 175 -17 71 85 71 208 c 0\n 71 330 175 432 300 432 c 0\n 356 432 406 413 451 376 c 1\n 394 483 308 540 203 541 c 1\n 187 540 178 540 177 540 c 0\n300 390 m 0\n 196 390 113 309 113 208 c 0\n 113 106 196 25 300 25 c 0\n 403 25 487 106 487 205 c 0\n 487 310 405 390 300 390 c 0\nEndSplineSet\nEndChar\nStartChar: existential\nEncoding: 8707 8707 1811\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 397 440 495> 272 41<59.4704 397> 522 41<59.4704 397 440 495>\nVStem: 398 41<41 272 313 522>\nFore\n70 313 m 1\n 398 313 l 1\n 398 522 l 1\n 70 522 l 1\n 52 522 43 529 43 542 c 0\n 43 556 52 563 70 563 c 1\n 493 563 l 1\n 511 563 520 556 520 543 c 0\n 520 529 511 522 493 522 c 2\n 439 522 l 1\n 439 41 l 1\n 493 41 l 2\n 511 41 520 34 520 21 c 0\n 520 7 511 0 493 0 c 1\n 70 0 l 1\n 52 0 43 7 43 20 c 0\n 43 34 52 41 70 41 c 1\n 398 41 l 1\n 398 272 l 1\n 70 272 l 1\n 52 272 43 279 43 292 c 0\n 43 306 52 313 70 313 c 1\nEndSplineSet\nMinimumDistance: x6,-1 x17,14 x17,16 x10,13 x10,11 x9,6 x9,8 x2,5 x2,3 x1,19 x1,0 \nEndChar\nStartChar: uni2204\nEncoding: 8708 8708 1812\nWidth: 600\nFlags: HW\nHStem: 0 41<59.4704 128 203 397 440 495> 272 41<59.4704 219 299 397> 522 41<59.4704 315 393 397 440 495>\nVStem: 398 41<42 271 314 521>\nDStem: 130.389 0 174.161 0 108 -61 147 -74 230.223 272 273.994 272 145.438 41 189.209 41 321.982 522 365.753 522 245.271 313 289.043 313 373 661 412 648 337.03 563 380.802 563\nFore\n230 272 m 1\n 70 272 l 1\n 52 272 43 279 43 292 c 0\n 43 306 52 313 70 313 c 1\n 245 313 l 1\n 322 522 l 1\n 70 522 l 1\n 52 522 43 529 43 542 c 0\n 43 556 52 563 70 563 c 1\n 337 563 l 1\n 373 661 l 2\n 379 676 384 680 394 681 c 0\n 404 682 414 674 415 664 c 0\n 416 660 415 656 412 648 c 2\n 381 563 l 1\n 493 563 l 1\n 511 563 520 556 520 543 c 0\n 520 529 511 522 493 522 c 2\n 439 522 l 1\n 439 41 l 1\n 493 41 l 2\n 511 41 520 34 520 21 c 0\n 520 7 511 0 493 0 c 1\n 174 0 l 1\n 147 -74 l 2\n 141 -89 136 -93 126 -94 c 0\n 111.006 -95.4994 100.239 -79.109 108 -61 c 1\n 130 0 l 1\n 70 0 l 1\n 52 0 43 7 43 20 c 0\n 43 34 52 41 70 41 c 1\n 145 41 l 1\n 230 272 l 1\n274 272 m 1\n 189 41 l 1\n 398 41 l 1\n 398 272 l 1\n 274 272 l 1\n366 522 m 1\n 289 313 l 1\n 398 313 l 1\n 398 522 l 1\n 366 522 l 1\nEndSplineSet\nMinimumDistance: x15,-1 x19,22 x19,20 x18,15 x18,17 \nEndChar\nStartChar: emptyset\nEncoding: 8709 8709 1813\nWidth: 600\nFlags: HW\nHStem: -15 41<289 305> 577 41<289 305>\nVStem: 113 41<239 367> 446 41<239 367>\nDStem: 166.284 56.77 195.902 24.0571 118 -46 155 -63 390.628 534.272 415.582 491.634 188.187 103.389 214.207 63.0179 445 650 482 633 409.354 574.129 438.158 539.685\nFore\n391 534 m 1\n 369 562 338 577 300 577 c 0\n 258 577 224 558 202 524 c 0\n 172 478 154 410 154 346 c 2\n 154 257 l 2\n 154 204 167 147 188 103 c 1\n 391 534 l 1\n409 574 m 1\n 445 650 l 2\n 452 664 457 668 467 668 c 0\n 477 668 487 659 487 649 c 0\n 487 645 486 641 482 633 c 2\n 438 540 l 1\n 469 493 487 428 487 351 c 2\n 487 251 l 2\n 487 93 411 -15 300 -15 c 0\n 260 -15 225 -1 196 24 c 1\n 155 -63 l 2\n 148 -77 143 -81 133 -81 c 0\n 123 -81 113 -72 113 -62 c 0\n 113 -58 114 -53 118 -46 c 1\n 166 57 l 1\n 133 104 113 171 113 251 c 2\n 113 351 l 2\n 113 510 189 618 300 618 c 0\n 342 618 379 602 409 574 c 1\n416 492 m 1\n 214 63 l 1\n 236 39 265 26 300 26 c 0\n 342 26 376 45 398 79 c 0\n 428 125 446 193 446 257 c 2\n 446 346 l 2\n 446 396 435 449 416 492 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Delta\nEncoding: 8710 8710 1814\nWidth: 600\nFlags: HMW\nHStem: 0 40<103 497> 543 20<278 322 322 322>\nFore\n43 0 m 1\n 278 563 l 1\n 322 563 l 1\n 557 0 l 1\n 43 0 l 1\n103 40 m 1\n 497 40 l 1\n 300 513 l 1\n 103 40 l 1\nEndSplineSet\nEndChar\nStartChar: gradient\nEncoding: 8711 8711 1815\nWidth: 600\nFlags: HW\nHStem: 0 21G<278 322> 523 40<104 496>\nDStem: 43 563 103 523 278 0 300 50 497 523 557 563 300 50 322 0\nFore\n43 563 m 1\n 557 563 l 1\n 322 0 l 1\n 278 0 l 1\n 43 563 l 1\n103 523 m 1\n 300 50 l 1\n 497 523 l 1\n 103 523 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: element\nEncoding: 8712 8712 1816\nWidth: 600\nFlags: HMW\nHStem: 30 40<262 518> 261 40<82 518> 490 40<262 518>\nFore\n81 261 m 1\n 88 153 158 70 274 70 c 2\n 516 70 l 2\n 527 70 536 61 536 50 c 0\n 536 39 527 30 516 30 c 2\n 274 30 l 2\n 136 30 38 147 38 281 c 0\n 38 417 135 530 274 530 c 2\n 516 530 l 2\n 527 530 536 521 536 510 c 0\n 536 499 527 490 516 490 c 2\n 274 490 l 2\n 156 490 88 412 81 301 c 1\n 516 301 l 2\n 527 301 536 292 536 281 c 0\n 536 270 527 261 516 261 c 2\n 81 261 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: notelement\nEncoding: 8713 8713 1817\nWidth: 600\nFlags: HMW\nHStem: 30 40<262 518> 261 40<86 246 342 518> 490 40<262 358 438 518>\nDStem: 166.231 56.6577 203.756 40.7734 118 -46 155 -63 262.237 261 307.224 261 182.318 90.896 220.529 76.474 369.828 490 414.815 490 281.03 301 326.017 301 445 650 482 633 388.621 530 433.608 530\nFore\n262 261 m 1\n 81 261 l 1\n 86 185 122 122 182 91 c 1\n 262 261 l 1\n307 261 m 1\n 221 76 l 1\n 237 72 255 70 274 70 c 2\n 516 70 l 2\n 527 70 536 61 536 50 c 0\n 536 39 527 30 516 30 c 2\n 274 30 l 2\n 249 30 226 34 204 41 c 1\n 155 -63 l 2\n 148 -77 143 -81 133 -81 c 0\n 123 -81 113 -72 113 -62 c 0\n 113 -58 114 -53 118 -46 c 1\n 166 57 l 1\n 88 99 38 186 38 281 c 0\n 38 417 135 530 274 530 c 2\n 389 530 l 1\n 445 650 l 2\n 452 664 457 668 467 668 c 0\n 477 668 487 659 487 649 c 0\n 487 645 486 641 482 633 c 2\n 434 530 l 1\n 516 530 l 2\n 527 530 536 521 536 510 c 0\n 536 499 527 490 516 490 c 2\n 415 490 l 1\n 326 301 l 1\n 516 301 l 2\n 527 301 536 292 536 281 c 0\n 536 270 527 261 516 261 c 2\n 307 261 l 1\n281 301 m 1\n 370 490 l 1\n 274 490 l 2\n 156 490 88 412 81 301 c 1\n 281 301 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni220A\nEncoding: 8714 8714 1818\nWidth: 600\nFlags: HMW\nHStem: 110 41<259 439> 260 41<158 439> 408 41<259 439>\nFore\n156 260 m 1\n 163 200 201 151 267 151 c 2\n 437 151 l 2\n 455 151 464 144 464 131 c 0\n 464 117 455 110 437 110 c 2\n 267 110 l 2\n 167 110 115 188 115 279 c 24\n 115 370 167 449 267 449 c 2\n 437 449 l 2\n 455 449 464 442 464 429 c 0\n 464 415 455 408 437 408 c 2\n 267 408 l 2\n 193 408 162 360 156 301 c 1\n 437 301 l 2\n 455 301 464 294 464 281 c 0\n 464 267 455 260 437 260 c 2\n 156 260 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: suchthat\nEncoding: 8715 8715 1819\nWidth: 600\nFlags: HW\nHStem: 30 40<56 312> 261 40<56 492> 490 40<56 312>\nRef: 8712 8712 N -1 0 0 1 574 0\nEndChar\nStartChar: uni220C\nEncoding: 8716 8716 1820\nWidth: 600\nFlags: HMW\nHStem: 30 40<54 153 218 310> 261 40<54 261 327 492> 490 40<54 310>\nDStem: 154 30 199 30 118 -46 155 -63 262 261 307 261 172 70 217 70 365 481 403 465 281 301 326 301 445 650 482 633 382 516 419 498\nFore\n172 70 m 1\n 262 261 l 1\n 58 261 l 2\n 47 261 38 270 38 281 c 0\n 38 292 47 301 58 301 c 2\n 281 301 l 1\n 365 481 l 1\n 346 487 324 490 300 490 c 2\n 58 490 l 2\n 47 490 38 499 38 510 c 0\n 38 521 47 530 58 530 c 2\n 300 530 l 2\n 329 530 357 525 382 516 c 1\n 445 650 l 2\n 452 664 457 668 467 668 c 0\n 477 668 487 659 487 649 c 0\n 487 645 486 641 482 633 c 2\n 419 498 l 1\n 491 455 536 373 536 281 c 0\n 536 147 438 30 300 30 c 2\n 199 30 l 1\n 155 -63 l 2\n 148 -77 143 -81 133 -81 c 0\n 123 -81 113 -72 113 -62 c 0\n 113 -58 115 -53 118 -46 c 2\n 154 30 l 1\n 58 30 l 2\n 47 30 38 39 38 50 c 0\n 38 61 47 70 58 70 c 2\n 172 70 l 1\n217 70 m 1\n 300 70 l 2\n 416 70 486 153 493 261 c 1\n 307 261 l 1\n 217 70 l 1\n403 465 m 1\n 326 301 l 1\n 493 301 l 1\n 489 374 457 433 403 465 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni220D\nEncoding: 8717 8717 1821\nWidth: 600\nFlags: HW\nHStem: 110 41<140 320> 260 41<140 421> 408 41<140 320>\nRef: 8714 8714 N -1 0 0 1 579 0\nEndChar\nStartChar: product\nEncoding: 8719 8719 1822\nWidth: 600\nFlags: HW\nHStem: -127 43<70 122 164 227 371 428 471 525> 535 42<88.3532 122 164 428 471 499>\nVStem: 123 40<-84 535> 429 41<-84 535>\nFore\n543 -107 m 0\n 543 -121 532 -127 515 -127 c 2\n 376 -127 l 2\n 363 -127 349 -118 349 -107 c 0\n 349 -92 360 -84 376 -84 c 2\n 429 -84 l 1\n 429 535 l 1\n 163 535 l 1\n 163 -84 l 1\n 217 -84 l 2\n 226 -84 233 -86 239 -90 c 1\n 242 -95 244 -100 244 -107 c 0\n 244 -112 242 -116 239 -121 c 1\n 233 -125 226 -127 217 -127 c 6\n 79 -127 l 2\n 63 -127 51 -121 51 -107 c 0\n 51 -90 60 -84 79 -84 c 2\n 123 -84 l 1\n 123 535 l 1\n 98 535 l 2\n 89 535 82 537 79 542 c 1\n 74 545 71 550 71 555 c 0\n 71 568.97 81.7437 577 98 577 c 2\n 496 577 l 2\n 513 577 523 571 523 555 c 0\n 523 542 510 535 496 535 c 2\n 470 535 l 1\n 470 -84 l 1\n 515 -84 l 2\n 533 -84 543 -90 543 -107 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x27,1 x27,28 x26,23 x26,25 x5,2 x5,4 x17,14 x17,16 \nEndChar\nStartChar: uni2210\nEncoding: 8720 8720 65535\nWidth: 600\nFlags: HW\nRef: 8719 8719 N -1 0 0 -1 594 450\nEndChar\nStartChar: summation\nEncoding: 8721 8721 1823\nWidth: 600\nFlags: HMW\nHStem: -127 40<156 464> 523 40<162 454 162 162>\nFore\n454 523 m 1\n 162 523 l 1\n 336 267 l 1\n 341 261 342 258 342 254 c 0\n 342 250 341 248 338 242 c 2\n 156 -87 l 1\n 464 -87 l 1\n 469 27 l 1\n 470 39 476 48 485 48 c 2\n 491 48 l 2\n 500 48 507 39 507 26 c 2\n 507 -105 l 2\n 507 -121 501 -127 485 -127 c 2\n 135 -127 l 2\n 120 -127 113 -120 113 -108 c 2\n 113 -92 l 2\n 113 -84 113 -84 117 -76 c 2\n 298 257 l 1\n 119 513 l 2\n 113 521 113 521 113 531 c 2\n 113 544 l 2\n 113 556 121 563 135 563 c 2\n 478 563 l 2\n 494 563 500 557 500 541 c 2\n 500 411 l 2\n 500 398 494 389 484 389 c 2\n 479 389 l 2\n 470 389 464 397 463 410 c 2\n 454 523 l 1\nEndSplineSet\nEndChar\nStartChar: minus\nEncoding: 8722 8722 1824\nWidth: 600\nFlags: HMW\nHStem: 261 41<99 501>\nFore\n99 302 m 2\n 501 302 l 2\n 519 302 528 295 528 282 c 0\n 528 268 519 261 501 261 c 2\n 99 261 l 2\n 81 261 72 268 72 282 c 0\n 72 295 81 302 99 302 c 2\nEndSplineSet\nEndChar\nStartChar: uni2213\nEncoding: 8723 8723 1825\nWidth: 600\nFlags: HW\nHStem: 188 40<88.43 279 320 504> 489 40<88.43 504>\nVStem: 279 41<16.4704 188 228 400>\nFore\n320 228 m 1\n 500 228 l 2\n 519 228 528 221 528 208 c 0\n 528 194 519 188 500 188 c 2\n 320 188 l 1\n 320 27 l 2\n 320 9 313 0 300 0 c 0\n 286 0 279 9 279 27 c 2\n 279 188 l 1\n 99 188 l 2\n 81 188 72 195 72 208 c 0\n 72 221 81 228 99 228 c 2\n 279 228 l 1\n 279 390 l 2\n 279 408 286 417 300 417 c 0\n 313 417 320 408 320 390 c 2\n 320 228 l 1\n99 489 m 2\n 81 489 72 496 72 509 c 0\n 72 522 81 529 99 529 c 2\n 501 529 l 2\n 519 529 528 522 528 509 c 0\n 528 496 519 489 501 489 c 2\n 99 489 l 2\nEndSplineSet\nMinimumDistance: x1,-1 y4,7 y4,5 y0,13 y0,15 x8,11 x8,9 x0,3 x0,1 \nEndChar\nStartChar: uni2214\nEncoding: 8724 8724 1826\nWidth: 600\nFlags: HW\nHStem: 188 40<88.43 279 320 504> 505 99<296 302>\nVStem: 279 41<16.4704 188 228 400>\nFore\n320 228 m 1\n 500 228 l 2\n 519 228 528 221 528 208 c 0\n 528 194 519 188 500 188 c 2\n 320 188 l 1\n 320 27 l 2\n 320 9 313 0 300 0 c 0\n 286 0 279 9 279 27 c 2\n 279 188 l 1\n 99 188 l 2\n 81 188 72 195 72 208 c 0\n 72 221 81 228 99 228 c 2\n 279 228 l 1\n 279 390 l 2\n 279 408 286 417 300 417 c 0\n 313 417 320 408 320 390 c 2\n 320 228 l 1\n300 604 m 0\n 328 604 350 582 350 554 c 0\n 350 527 327 505 300 505 c 0\n 273 505 251 527 251 555 c 0\n 251 581 273 604 300 604 c 0\nEndSplineSet\nMinimumDistance: x1,-1 y4,7 y4,5 y0,13 y0,15 x8,11 x8,9 x0,3 x0,1 \nEndChar\nStartChar: uni2215\nEncoding: 8725 8725 1827\nWidth: 600\nFlags: HW\nRef: 47 47 N 1 0 0 1 0 0\nEndChar\nStartChar: asteriskmath\nEncoding: 8727 8727 65535\nWidth: 600\nFlags: H\nRef: 42 42 S 1 0 0 1 0 -111\nEndChar\nStartChar: uni2218\nEncoding: 8728 8728 65535\nWidth: 600\nFlags: H\nRef: 176 176 S 1 0 0 1 0 -187\nEndChar\nStartChar: uni2219\nEncoding: 8729 8729 1828\nWidth: 600\nFlags: HW\nRef: 183 183 N 1 0 0 1 0 0\nEndChar\nStartChar: radical\nEncoding: 8730 8730 1829\nWidth: 600\nFlags: HMW\nHStem: 0 20 272 37<49 115> 663 36<431 606 431 431>\nFore\n147 309 m 1\n 202 99 l 1\n 402 699 l 1\n 606 699 l 2\n 620 699 628 693 628 681 c 0\n 628 670 620 663 606 663 c 2\n 431 663 l 1\n 199 0 l 1\n 115 272 l 1\n 49 272 l 2\n 35 272 27 279 27 290 c 2\n 27 291 l 2\n 27 302 35 309 49 309 c 2\n 147 309 l 1\nEndSplineSet\nEndChar\nStartChar: uni221B\nEncoding: 8731 8731 1830\nWidth: 600\nFlags: HW\nHStem: 272 37<41 115> 343 36<112 131> 523 36<113 126.854> 663 36<431 614> 668 36<112 134>\nVStem: 193 36<608 614> 205 36<448 452>\nDStem: 115 272 147 309 199 0 202 99\nFore\n183 538 m 1\n 222 514 241 486 241 450 c 0\n 241 391 186 343 120 343 c 0\n 70 343 6 373 6 396 c 0\n 6 405 14 413 23 413 c 0\n 28 413 31 412 36 408 c 0\n 66 387 90 379 120 379 c 0\n 166 379 205 412 205 450 c 0\n 205 490 166 522 113 523 c 0\n 100 524 92 530 92 541 c 0\n 92 547 95 553 101 557 c 0\n 104 559 104 559 129 559 c 0\n 166 559 193 582 193 612 c 0\n 193 644 164 668 125 668 c 0\n 96 668 71 658 56 641 c 0\n 50 633 46 631 40 631 c 0\n 30 631 22 639 22 648 c 0\n 22 673 79 704 125 704 c 0\n 184 704 229 664 229 612 c 0\n 229 582 216 560 183 538 c 1\n147 309 m 1\n 202 99 l 1\n 402 699 l 1\n 606 699 l 2\n 620 699 628 693 628 681 c 0\n 628 670 620 663 606 663 c 2\n 431 663 l 1\n 199 0 l 1\n 115 272 l 1\n 49 272 l 2\n 35 272 27 279 27 290 c 2\n 27 291 l 2\n 27 302 35 309 49 309 c 2\n 147 309 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni221C\nEncoding: 8732 8732 1831\nWidth: 600\nFlags: HW\nHStem: 272 37<40.5592 115> 355 36<130 166 204 218> 448 36<59 166 203 218> 664 35<165 166 431 610>\nVStem: 110 127<368 375> 167 36<391 448 485 663>\nDStem: 115 272 147 309 199 0 202 99 146 700 165 664 18 482 58 484\nFore\n167 448 m 1\n 18 448 l 1\n 18 482 l 1\n 146 700 l 1\n 203 700 l 1\n 203 484 l 1\n 216 484 l 2\n 229 484 237 477 237 466 c 0\n 237 454 228 448 212 448 c 2\n 203 448 l 1\n 203 391 l 1\n 216 391 l 2\n 229 391 237 384 237 373 c 0\n 237 362 229 355 216 355 c 2\n 131 355 l 2\n 118 355 110 362 110 373 c 0\n 110 380 115 387 121 390 c 0\n 126 391 126 391 167 391 c 1\n 167 448 l 1\n167 484 m 1\n 167 664 l 1\n 165 664 l 1\n 58 484 l 1\n 167 484 l 1\n147 309 m 1\n 202 99 l 1\n 402 699 l 1\n 606 699 l 2\n 620 699 628 693 628 681 c 0\n 628 670 620 663 606 663 c 2\n 431 663 l 1\n 199 0 l 1\n 115 272 l 1\n 49 272 l 2\n 35 272 27 279 27 290 c 2\n 27 291 l 2\n 27 302 35 309 49 309 c 2\n 147 309 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x3,5 y5,3 y5,4 x10,13 x10,11 \nEndChar\nStartChar: proportional\nEncoding: 8733 8733 1832\nWidth: 600\nFlags: HW\nHStem: 134 42<181 197 468 533> 428 40<181 197 468 533>\nVStem: 37 41<294 310>\nFore\n78 302 m 0\n 78 226 124 176 194 176 c 1\n 260 176 312 302 312 302 c 1\n 312 302 260 428 195 428 c 1\n 124 428 78 378 78 302 c 0\n470 174 m 1\n 526 174 l 1\n 545 174 554 167 554 154 c 0\n 554 140 545 134 526 134 c 2\n 472 134 l 0\n 406 134 368 182 332 252 c 1\n 296 182 253 134 192 134 c 1\n 102 134 37 206 37 302 c 0\n 37 398 102 468 192 468 c 1\n 253 468 296 421 332 349 c 1\n 368 421 411 468 472 468 c 1\n 526 468 l 1\n 545 468 554 461 554 448 c 0\n 554 434 545 428 526 428 c 2\n 469 428 l 10\n 400 428 352 302 352 302 c 1\n 352 302 404 174 470 174 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: infinity\nEncoding: 8734 8734 1833\nWidth: 600\nFlags: HW\nHStem: 134 42<149 165 436 453> 428 40<149 165 436 453>\nVStem: 5 41<294 310> 554 41<294 310>\nFore\n300 349 m 1\n 336 421 379 468 440 468 c 1\n 530 468 595 398 595 302 c 0\n 595 206 530 134 440 134 c 1\n 379 134 336 182 300 252 c 1\n 264 182 221 134 160 134 c 1\n 70 134 5 206 5 302 c 0\n 5 398 70 468 160 468 c 1\n 221 468 264 421 300 349 c 1\n554 302 m 0\n 554 378 508 428 437 428 c 1\n 372 428 320 302 320 302 c 1\n 320 302 372 176 438 176 c 1\n 508 176 554 226 554 302 c 0\n46 302 m 0\n 46 226 92 176 162 176 c 1\n 228 176 280 302 280 302 c 1\n 280 302 228 428 163 428 c 1\n 92 428 46 378 46 302 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: orthogonal\nEncoding: 8735 8735 1834\nWidth: 600\nFlags: HW\nHStem: 0 40<60 564>\nVStem: 20 40<40 544>\nFore\n20 20 m 0\n 20 540 l 2\n 20 551 29 560 40 560 c 0\n 51 560 60 551 60 540 c 2\n 60 40 l 1\n 560 40 l 2\n 571 40 580 31 580 20 c 0\n 580 9 571 0 560 0 c 2\n 40 0 l 0\n 26 3 23 6 20 20 c 0\nEndSplineSet\nMinimumDistance: x5,-1 y4,1 y4,3 x4,7 x4,5 \nEndChar\nStartChar: logicaland\nEncoding: 8743 8743 1835\nWidth: 600\nFlags: HW\nHStem: 0 21G<38 83 517 562>\nDStem: 294 562 300 489 38 0 83 0 300 489 305 562 517 0 562 0\nFore\n562 0 m 1\n 517 0 l 1\n 300 489 l 1\n 83 0 l 1\n 38 0 l 1\n 294 562 l 1\n 305 562 l 1\n 562 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: logicalor\nEncoding: 8744 8744 1836\nWidth: 600\nFlags: HW\nDStem: 38 541 83 541 294 -21 300 52 517 541 562 541 300 52 305 -21\nFore\n562 541 m 1\n 305 -21 l 1\n 294 -21 l 1\n 38 541 l 1\n 83 541 l 1\n 300 52 l 1\n 517 541 l 1\n 562 541 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: intersection\nEncoding: 8745 8745 1837\nWidth: 600\nFlags: HW\nHStem: 0 21G<40 83 497 540> 662 42<280 312>\nVStem: 40 43<1 480> 497 43<1 480>\nFore\n540 0 m 1\n 497 0 l 1\n 497 468 l 2\n 497 593 412 662 291 662 c 0\n 173 662 83 591 83 468 c 2\n 83 0 l 1\n 40 0 l 1\n 40 468 l 2\n 40 606 157 704 291 704 c 0\n 427 704 540 607 540 468 c 2\n 540 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: union\nEncoding: 8746 8746 1838\nWidth: 600\nFlags: HW\nHStem: -11 42<280 312>\nVStem: 40 43<213 692> 497 43<213 692>\nFore\n40 693 m 1\n 83 693 l 1\n 83 225 l 2\n 83 100 168 31 289 31 c 0\n 407 31 497 102 497 225 c 2\n 497 693 l 1\n 540 693 l 1\n 540 225 l 2\n 540 87 423 -11 289 -11 c 0\n 153 -11 40 86 40 225 c 2\n 40 693 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: integral\nEncoding: 8747 8747 1839\nWidth: 600\nFlags: HW\nHStem: 704 40<375 384>\nVStem: 280 40<13 643>\nFore\n384 744 m 0\n 418 746 446 729 463 696 c 1\n 469 687 466 675 456 669 c 0\n 447 663 435 666 429 676 c 1\n 410 703 410 702 384 704 c 0\n 337 703 320 670 320 626 c 2\n 320 32 l 2\n 320 -23 295 -81 224 -78 c 0\n 181 -77 152 -44 138 -14 c 1\n 133 -4 138 8 148 12 c 0\n 158 17 170 12 174 2 c 1\n 183 -18 207 -39 224 -38 c 0\n 273 -35 280 -6 280 32 c 2\n 280 626 l 2\n 280 681 311 745 384 744 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni222C\nEncoding: 8748 8748 1840\nWidth: 600\nFlags: HW\nHStem: 704 40<295 304>\nVStem: 200 39<14 643> 360 40<13 643>\nFore\n365 666 m 1\n 359 666 353 670 349 676 c 1\n 330 703 330 702 304 704 c 0\n 257 703 240 670 240 626 c 2\n 240 32 l 2\n 240 26 240 20 239 14 c 1\n 245 11 251 8 254 2 c 1\n 263 -18 287 -39 304 -38 c 0\n 353 -35 360 -6 360 32 c 2\n 360 626 l 2\n 360 639 362 653 365 666 c 1\n381 700 m 1\n 397 726 425 745 464 744 c 0\n 498 746 526 729 543 696 c 1\n 549 687 546 675 536 669 c 0\n 527 663 515 666 509 676 c 1\n 490 703 490 702 464 704 c 0\n 417 703 400 670 400 626 c 2\n 400 32 l 2\n 400 -23 375 -81 304 -78 c 0\n 269 -77 243 -55 227 -30 c 1\n 213 -59 187 -80 144 -78 c 0\n 101 -77 72 -44 58 -14 c 1\n 53 -4 58 8 68 12 c 0\n 78 17 90 12 94 2 c 1\n 103 -18 127 -39 144 -38 c 0\n 193 -35 200 -6 200 32 c 2\n 200 626 l 2\n 200 681 231 745 304 744 c 0\n 336 746 364 730 381 700 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni222D\nEncoding: 8749 8749 1841\nWidth: 600\nFlags: HW\nHStem: 704 40<255 264 382 384 495 504>\nVStem: 160 40<13 643> 280 40<13 643> 400 40<13 643>\nFore\n442 724 m 1\n 458 737 478 744 504 744 c 0\n 538 746 566 729 583 696 c 1\n 589 687 586 675 576 669 c 0\n 567 663 555 666 549 676 c 1\n 530 703 530 702 504 704 c 0\n 457 703 440 670 440 626 c 2\n 440 32 l 2\n 440 -23 415 -81 344 -78 c 0\n 315 -77 303 -68 290 -55 c 1\n 266.77 -84.4948 191.512 -85.7172 170 -55 c 1\n 155 -70 133 -79 104 -78 c 0\n 61 -77 32 -44 18 -14 c 1\n 13 -4 18 8 28 12 c 0\n 38 17 50 12 54 2 c 1\n 63 -18 87 -39 104 -38 c 0\n 153 -35 160 -6 160 32 c 2\n 160 626 l 2\n 160 681 191 745 264 744 c 0\n 286 745 306 738 322 724 c 1\n 338 737 358 744 384 744 c 0\n 406 745 426 738 442 724 c 1\n416 693 m 1\n 408 703 403 703 384 704 c 0\n 337 703 320 670 320 626 c 2\n 320 32 l 2\n 320 14 317 -5 311 -21 c 1\n 321 -31 334 -39 344 -38 c 0\n 393 -35 400 -6 400 32 c 2\n 400 626 l 2\n 400 649 405 673 416 693 c 1\n296 693 m 1\n 288 703 283 703 264 704 c 0\n 217 703 200 670 200 626 c 2\n 200 32 l 2\n 200 14 197 -5 191 -21 c 1\n 201 -31 214 -39 224 -38 c 0\n 273 -35 280 -6 280 32 c 2\n 280 626 l 2\n 280 649 285 673 296 693 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni222E\nEncoding: 8750 8750 1842\nWidth: 600\nFlags: HW\nHStem: -73 34<217 225> 154 28<281 283> 495 28<281 283> 704 34<379 381>\nVStem: 110 28<326 343> 283 34<91 517.836 518.094 580> 452 28<326 343>\nFore\n280 523 m 1\n 280 626 l 2\n 280 681 311 745 384 744 c 0\n 418 746 446 729 463 696 c 1\n 469 687 466 675 456 669 c 0\n 447 663 435 666 429 676 c 1\n 410 703 410 702 384 704 c 0\n 337 703 320 670 320 626 c 2\n 320 523 l 1\n 411 511 480 432 480 339 c 0\n 480 245 410 168 320 156 c 1\n 320 32 l 2\n 320 -23 295 -81 224 -78 c 0\n 181 -77 152 -44 138 -14 c 1\n 133 -4 138 8 148 12 c 0\n 158 17 170 12 174 2 c 1\n 183 -18 207 -39 224 -38 c 0\n 273 -35 280 -6 280 32 c 2\n 280 155 l 1\n 184 162 110 242 110 340 c 0\n 110 437 184 514 280 523 c 1\n280 183 m 1\n 280 495 l 1\n 201 487 138 423 138 340 c 0\n 138 258 199 190 280 183 c 1\n320 495 m 1\n 320 184 l 1\n 395 196 452 260 452 339 c 0\n 452 417 397 480 326 494 c 0\n 324 494 322 495 320 495 c 1\nEndSplineSet\nEndChar\nStartChar: uni222F\nEncoding: 8751 8751 1843\nWidth: 600\nFlags: HW\nHStem: 154 28<279 313> 496 28<279 341.788> 704 40<293 304>\nVStem: 70 28<321 355> 200 39<14 159 197 480 519 643> 360 40<13 161 202 482 521 643> 492 28<321 355>\nFore\n200 510 m 1\n 200 626 l 2\n 200 681 231 745 304 744 c 0\n 336 746 364 730 381 700 c 1\n 397 726 425 745 464 744 c 0\n 498 746 526 729 543 696 c 1\n 549 687 546 675 536 669 c 0\n 527 663 515 666 509 676 c 1\n 490 703 490 702 464 704 c 0\n 417 703 400 670 400 626 c 2\n 400 512 l 1\n 430 503 452 487 469 467 c 1\n 503 431 520 388 520 339 c 0\n 520 286 501 241 462 205 c 0\n 448 191 425 180 400 172 c 1\n 400 32 l 2\n 400 -23 375 -81 304 -78 c 0\n 269 -77 243 -55 227 -30 c 1\n 213 -59 187 -80 144 -78 c 0\n 101 -77 72 -44 58 -14 c 1\n 53 -4 58 8 68 12 c 0\n 78 17 90 12 94 2 c 1\n 103 -18 127 -39 144 -38 c 0\n 193 -35 200 -6 200 32 c 2\n 200 169 l 1\n 168 178 138 193 120 212 c 0\n 86 248 70 290 70 340 c 0\n 70 394 89 438 129 475 c 0\n 145 490 172 502 200 510 c 1\n200 197 m 1\n 200 480 l 1\n 174 471 151 459 137 444 c 0\n 111 415 98 381 98 340 c 0\n 98 292 115 252 151 221 c 0\n 162 211 180 203 200 197 c 1\n400 483 m 1\n 400 202 l 1\n 422 210 441 221 453 234 c 0\n 479 264 492 299 492 339 c 0\n 492 404 454 459 400 483 c 1\n360 161 m 1\n 336 156 313 154 295 154 c 0\n 279 154 260 156 240 159 c 1\n 240 32 l 2\n 240 26 240 20 239 14 c 1\n 245 11 251 8 254 2 c 1\n 263 -18 287 -39 304 -38 c 0\n 353 -35 360 -6 360 32 c 2\n 360 161 l 1\n360 521 m 1\n 360 626 l 2\n 360 639 362 653 365 666 c 1\n 359 666 353 670 349 676 c 1\n 330 703 330 702 304 704 c 0\n 257 703 240 670 240 626 c 2\n 240 519 l 1\n 261 522 281 524 298 524 c 1\n 321 525 342 524 360 521 c 1\n360 495 m 1\n 343 496 306 496 297 496 c 0\n 281 496 261 494 240 490 c 1\n 240 187 l 1\n 260 184 280 182 295 182 c 0\n 313 182 337 185 360 190 c 1\n 360 495 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni2230\nEncoding: 8752 8752 1844\nWidth: 600\nFlags: HW\nHStem: 154 28<206 280 320 386> 496 28<207 386> 704 40<255 264 373 384 495 504>\nVStem: 30 28<321 355> 160 40<13 154 191 485 523 643> 280 40<13 154 181 496 524 643> 400 40<13 156 195 483 522 643> 532 28<321 355>\nFore\n280 524 m 1\n 280 626 l 2\n 280 649 285 673 296 693 c 1\n 288 703 283 703 264 704 c 0\n 217 703 200 670 200 626 c 2\n 200 524 l 1\n 280 524 l 1\n280 154 m 1\n 254 155 226 153 200 154 c 1\n 200 32 l 2\n 200 14 197 -5 191 -21 c 1\n 201 -31 214 -39 224 -38 c 0\n 273 -35 280 -6 280 32 c 2\n 280 154 l 1\n280 182 m 1\n 280 496 l 1\n 280 496 225 497 200 495 c 1\n 200 182 l 1\n 225 181 254 183 280 182 c 1\n400 156 m 1\n 392 155 383 154 375 154 c 2\n 320 154 l 1\n 320 32 l 2\n 320 14 317 -5 311 -21 c 1\n 321 -31 334 -39 344 -38 c 0\n 393 -35 400 -6 400 32 c 2\n 400 156 l 1\n400 523 m 1\n 400 626 l 2\n 400 649 405 673 416 693 c 1\n 408 703 403 703 384 704 c 0\n 337 703 320 670 320 626 c 2\n 320 524 l 1\n 378 524 l 2\n 385 524 393 524 400 523 c 1\n400 495 m 1\n 392 496 385 496 377 496 c 0\n 320 496 l 1\n 320 182 l 1\n 375 182 l 2\n 383 182 392 183 400 184 c 1\n 400 495 l 1\n160 516 m 1\n 160 626 l 2\n 160 681 191 745 264 744 c 0\n 286 745 306 738 322 724 c 1\n 351 749 413 754 442 724 c 1\n 458 737 478 744 504 744 c 0\n 538 746 566 729 583 696 c 1\n 589 687 586 675 576 669 c 0\n 567 663 555 666 549 676 c 1\n 530 703 530 702 504 704 c 0\n 457 703 440 670 440 626 c 2\n 440 513 l 1\n 509 487 560 419 560 339 c 0\n 560 260 511 192 440 166 c 1\n 440 32 l 2\n 440 -23 415 -81 344 -78 c 0\n 315 -77 303 -68 290 -55 c 1\n 267 -85 192 -86 170 -55 c 1\n 155 -70 133 -79 104 -78 c 0\n 61 -77 32 -44 18 -14 c 1\n 13 -4 18 8 28 12 c 0\n 38 17 50 12 54 2 c 1\n 63 -18 87 -39 104 -38 c 0\n 153 -35 160 -6 160 32 c 2\n 160 162 l 1\n 85 184 30 254 30 340 c 0\n 30 422 84 492 160 516 c 1\n160 191 m 1\n 160 486 l 1\n 102 465 58 410 58 340 c 0\n 58 272 99 214 160 191 c 1\n440 483 m 1\n 440 196 l 1\n 494 220 532 273 532 339 c 0\n 532 404 494 459 440 483 c 1\nEndSplineSet\nEndChar\nStartChar: therefore\nEncoding: 8756 8756 1845\nWidth: 600\nFlags: HW\nHStem: -15 124<104 120 476.543 491> 332 124<296 302>\nVStem: 40 142<35.8834 49> 229 142<385 401> 418 142<35.8834 49>\nFore\n371 394 m 0\n 371 355 336 332 300 332 c 0\n 264 332 229 355 229 394 c 0\n 229 432 265 456 300 456 c 0\n 334 456 371 431 371 394 c 0\n560 47 m 0\n 560 8 525 -15 489 -15 c 0\n 453 -15 418 8 418 47 c 0\n 418 85 454 109 489 109 c 0\n 523 109 560 84 560 47 c 0\n182 47 m 0\n 182 8 147 -15 111 -15 c 0\n 75 -15 40 8 40 47 c 0\n 40 84 77 109 111 109 c 0\n 145 109 182 84 182 47 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni2235\nEncoding: 8757 8757 1846\nWidth: 600\nFlags: HW\nHStem: 332 124<104 120 296 302 476.543 491>\nVStem: 40 142<392 405.117> 229 142<40 56> 418 142<392 405.117>\nRef: 8756 8756 N 1 0 0 -1 0 441\nEndChar\nStartChar: uni2236\nEncoding: 8758 8758 65535\nWidth: 600\nFlags: H\nRef: 58 58 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2237\nEncoding: 8759 8759 1847\nWidth: 600\nFlags: HW\nHStem: -15 124<104 120 476.543 491> 332 124<104 120 476.543 491>\nVStem: 40 142<36.6236 49 385 401> 418 142<36.2559 49 385 401>\nFore\n560 394 m 0\n 560 356 524 332 489 332 c 0\n 454 332 418 356 418 394 c 0\n 418 432 454 456 489 456 c 0\n 524 456 560 432 560 394 c 0\n560 47 m 0\n 560 9 524 -15 489 -15 c 0\n 454 -15 418 9 418 47 c 0\n 418 85 454 109 489 109 c 0\n 524 109 560 85 560 47 c 0\n182 394 m 0\n 182 356 146 332 111 332 c 0\n 76 332 40 356 40 394 c 0\n 40 432 76 456 111 456 c 0\n 147 456 182 432 182 394 c 0\n182 47 m 0\n 182 9 146 -15 111 -15 c 0\n 77 -15 40 10 40 47 c 0\n 40 85 76 109 111 109 c 0\n 147 109 182 85 182 47 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: similar\nEncoding: 8764 8764 1848\nWidth: 600\nFlags: HW\nHStem: 212 41<380 396> 307 41<204 220>\nFore\n488 330 m 0\n 499 330 508 321 508 311 c 0\n 508 303 500 291 483 271 c 0\n 449 230 420 212 389 212 c 0\n 357 212 336 224 273 277 c 0\n 248 297 229 307 212 307 c 0\n 186 307 175 298 131 242 c 0\n 124 233 119 230 111 230 c 0\n 101 230 92 239 92 249 c 0\n 92 257 100 271 120 294 c 0\n 154 333 179 348 212 348 c 0\n 244 348 259 340 313 297 c 0\n 357 261 370 253 386 253 c 0\n 410 253 434 270 459 305 c 0\n 474 327 478 330 488 330 c 0\nEndSplineSet\nEndChar\nStartChar: uni223D\nEncoding: 8765 8765 1849\nWidth: 600\nFlags: HW\nHStem: 212 41<204 220> 307 41<380 396>\nFore\n488 230 m 0\n 478 230 474 233 459 255 c 0\n 434 290 410 307 386 307 c 0\n 370 307 357 299 313 263 c 0\n 259 220 244 212 212 212 c 0\n 179 212 154 227 120 266 c 0\n 100 289 92 303 92 311 c 0\n 92 321 101 330 111 330 c 0\n 119 330 124 327 131 318 c 0\n 175 262 186 253 212 253 c 0\n 229 253 248 263 273 283 c 0\n 340 338 357 348 389 348 c 0\n 420 348 449 330 483 289 c 0\n 500 269 508 257 508 249 c 0\n 508 239 499 230 488 230 c 0\nEndSplineSet\nEndChar\nStartChar: uni2241\nEncoding: 8769 8769 1850\nWidth: 600\nFlags: HW\nHStem: 212 41<378 397> 307 41<203 221>\nDStem: 274 276 306 250 231 190 276 190\nFore\n325 287 m 1\n 360 259 372 253 386 253 c 0\n 410 253 434 270 459 305 c 0\n 474 327 478 330 488 330 c 0\n 499 330 508 321 508 311 c 0\n 508 303 500 291 483 271 c 0\n 449 230 420 212 389 212 c 0\n 363 212 345 220 306 250 c 1\n 276 190 l 1\n 233 105 l 2\n 229 98 224 94 216 94 c 0\n 204 94 194 102 194 113 c 0\n 194 120 227 181 231 190 c 1\n 274 276 l 1\n 273 277 l 0\n 248 297 229 307 212 307 c 0\n 186 307 175 298 131 242 c 0\n 124 233 119 230 111 230 c 0\n 101 230 92 239 92 249 c 0\n 92 257 100 271 120 294 c 0\n 154 333 179 348 212 348 c 0\n 240 348 254 342 293 313 c 1\n 323 374 l 1\n 363 453 l 2\n 367 460 372 464 380 464 c 0\n 392 464 403 455 403 444 c 0\n 403 441 361 358 325 287 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni2242\nEncoding: 8770 8770 1851\nWidth: 600\nFlags: HMW\nHStem: 148 41<385 392> 243 41<200 216> 389 41<91 510>\nFore\n488 266 m 0\n 499 266 508 257 508 247 c 0\n 508 239 500 227 483 207 c 0\n 449 166 420 148 389 148 c 0\n 357 148 336 160 273 213 c 0\n 248 233 229 243 212 243 c 0\n 186 243 175 234 131 178 c 0\n 124 169 119 166 111 166 c 0\n 101 166 92 175 92 185 c 0\n 92 193 100 207 120 230 c 0\n 154 268 179 284 212 284 c 0\n 244 284 259 276 313 233 c 0\n 357 197 370 189 386 189 c 0\n 410 189 434 206 459 241 c 0\n 474 263 478 266 488 266 c 0\n99 430 m 2\n 501 430 l 2\n 519 430 528 423 528 410 c 0\n 528 396 519 389 501 389 c 2\n 99 389 l 2\n 81 389 72 396 72 410 c 0\n 72 423 81 430 99 430 c 2\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni2243\nEncoding: 8771 8771 1852\nWidth: 600\nFlags: HMW\nHStem: 148 41<91 510> 294 41<385 392> 389 41<200 216>\nFore\n488 412 m 0\n 499 412 508 403 508 393 c 0\n 508 385 500 373 483 353 c 0\n 449 312 420 294 389 294 c 0\n 357 294 336 306 273 359 c 0\n 248 379 229 389 212 389 c 0\n 186 389 175 380 131 324 c 0\n 124 315 119 312 111 312 c 0\n 101 312 92 321 92 331 c 0\n 92 339 100 353 120 376 c 0\n 154 415 179 430 212 430 c 0\n 244 430 259 422 313 379 c 0\n 357 343 370 335 386 335 c 0\n 410 335 434 352 459 387 c 0\n 474 409 478 412 488 412 c 0\n99 148 m 2\n 81 148 72 155 72 168 c 0\n 72 182 81 189 99 189 c 2\n 501 189 l 2\n 519 189 528 182 528 168 c 0\n 528 155 519 148 501 148 c 2\n 99 148 l 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni2244\nEncoding: 8772 8772 1853\nWidth: 600\nFlags: HW\nHStem: 148 41<90 209 275 510> 294 41<378 392> 389 41<199 219>\nFore\n355 346 m 1\n 369 338 377 335 386 335 c 0\n 410 335 434 352 459 387 c 0\n 474 409 478 412 488 412 c 0\n 499 412 508 403 508 393 c 0\n 508 385 500 373 483 353 c 0\n 449 312 420 294 389 294 c 0\n 371 294 357 298 337 310 c 1\n 315 271 298 227 275 189 c 1\n 501 189 l 2\n 519 189 528 182 528 168 c 0\n 528 155 519 148 501 148 c 2\n 255 148 l 1\n 233 105 l 2\n 229 98 224 94 216 94 c 0\n 204 94 194 102 194 113 c 0\n 194 116 201 132 209 148 c 1\n 99 148 l 2\n 81 148 72 155 72 168 c 0\n 72 182 81 189 99 189 c 2\n 230 189 l 1\n 257 235 277 287 303 334 c 1\n 280 353 241 389 212 389 c 0\n 186 389 175 380 131 324 c 0\n 124 315 119 312 111 312 c 0\n 101 312 92 321 92 331 c 0\n 92 339 100 353 120 376 c 0\n 154 415 179 430 212 430 c 0\n 244 430 259 422 313 379 c 0\n 322 372 l 1\n 323 374 l 1\n 363 453 l 2\n 367 460 372 464 380 464 c 0\n 392 464 403 455 403 444 c 0\n 403 442 381 398 355 346 c 1\nEndSplineSet\nEndChar\nStartChar: congruent\nEncoding: 8773 8773 1854\nWidth: 600\nFlags: HMW\nHStem: 113 41<67.4704 531> 267 41<67.4704 531> 366 41<385 391> 461 41<199.609 214>\nFore\n488 484 m 0\n 499 484 508 475 508 465 c 0\n 508 457 500 445 483 425 c 0\n 449 384 420 366 389 366 c 0\n 357 366 336 378 273 431 c 0\n 248 451 229 461 212 461 c 0\n 186 461 175 452 131 396 c 0\n 124 387 119 384 111 384 c 0\n 101 384 92 393 92 403 c 0\n 92 411 100 425 120 448 c 0\n 154 487 179 502 212 502 c 0\n 244 502 259 494 313 451 c 0\n 357 415 370 407 386 407 c 0\n 410 407 434 424 459 459 c 0\n 474 481 478 484 488 484 c 0\n522 267 m 2\n 78 267 l 2\n 60 267 51 274 51 288 c 0\n 51 301 60 308 78 308 c 2\n 522 308 l 2\n 540 308 549 301 549 288 c 0\n 549 274 540 267 522 267 c 2\n522 113 m 2\n 78 113 l 2\n 60 113 51 120 51 134 c 0\n 51 147 60 154 78 154 c 2\n 522 154 l 2\n 540 154 549 147 549 134 c 0\n 549 120 540 113 522 113 c 2\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: approxequal\nEncoding: 8776 8776 1855\nWidth: 600\nFlags: HW\nHStem: 148 41<380 396> 243 41<204 220> 294 41<380 396> 389 41<204 220>\nFore\n488 266 m 0\n 499 266 508 257 508 247 c 0\n 508 239 500 227 483 207 c 0\n 449 166 420 148 389 148 c 0\n 357 148 336 160 273 213 c 0\n 248 233 229 243 212 243 c 0\n 186 243 175 234 131 178 c 0\n 124 169 119 166 111 166 c 0\n 101 166 92 175 92 185 c 0\n 92 193 100 207 120 230 c 0\n 154 268 179 284 212 284 c 0\n 244 284 259 276 313 233 c 0\n 357 197 370 189 386 189 c 0\n 410 189 434 206 459 241 c 0\n 474 263 478 266 488 266 c 0\n488 412 m 0\n 499 412 508 403 508 393 c 0\n 508 385 500 373 483 353 c 0\n 449 312 420 294 389 294 c 0\n 357 294 336 306 273 359 c 0\n 248 379 229 389 212 389 c 0\n 186 389 175 380 131 324 c 0\n 124 315 119 312 111 312 c 0\n 101 312 92 321 92 331 c 0\n 92 339 100 353 120 376 c 0\n 154 415 179 430 212 430 c 0\n 244 430 259 422 313 379 c 0\n 357 343 370 335 386 335 c 0\n 410 335 434 352 459 387 c 0\n 474 409 478 412 488 412 c 0\nEndSplineSet\nEndChar\nStartChar: uni2250\nEncoding: 8784 8784 1856\nWidth: 600\nFlags: HW\nHStem: 190 41<67.4704 531> 334 41<67.4704 531> 466 99<291 307>\nVStem: 251 99<510 518>\nFore\n300 565 m 0\n 328 565 350 543 350 515 c 0\n 350 488 327 466 300 466 c 0\n 273 466 251 488 251 516 c 0\n 251 542 273 565 300 565 c 0\n522 334 m 2\n 78 334 l 2\n 60 334 51 341 51 355 c 0\n 51 368 60 375 78 375 c 2\n 522 375 l 2\n 540 375 549 368 549 355 c 0\n 549 341 540 334 522 334 c 2\n522 190 m 2\n 78 190 l 2\n 60 190 51 197 51 211 c 0\n 51 224 60 231 78 231 c 2\n 522 231 l 2\n 540 231 549 224 549 211 c 0\n 549 197 540 190 522 190 c 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2251\nEncoding: 8785 8785 1857\nWidth: 600\nFlags: HW\nHStem: 0 99<291 307> 190 41<67.4704 531> 334 41<67.4704 531> 466 99<291 307>\nVStem: 51 498<208 213 352 357> 251 99<48 52 512 518>\nFore\n300 99 m 0\n 328 99 350 77 350 49 c 0\n 350 22 327 0 300 0 c 0\n 273 0 251 22 251 50 c 0\n 251 76 273 99 300 99 c 0\n300 565 m 0\n 328 565 350 543 350 515 c 0\n 350 488 327 466 300 466 c 0\n 273 466 251 488 251 516 c 0\n 251 542 273 565 300 565 c 0\n522 334 m 2\n 78 334 l 2\n 60 334 51 341 51 355 c 0\n 51 368 60 375 78 375 c 2\n 522 375 l 2\n 540 375 549 368 549 355 c 0\n 549 341 540 334 522 334 c 2\n522 190 m 2\n 78 190 l 2\n 60 190 51 197 51 211 c 0\n 51 224 60 231 78 231 c 2\n 522 231 l 2\n 540 231 549 224 549 211 c 0\n 549 197 540 190 522 190 c 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2252\nEncoding: 8786 8786 1858\nWidth: 600\nFlags: HW\nHStem: 0 99<467 475> 190 41<67.4704 531> 334 41<67.4704 531> 466 99<117.31 131>\nVStem: 51 498<208 213 352 357> 78 99<512 518> 424 99<48 52>\nFore\n473 99 m 0\n 501 99 523 77 523 49 c 0\n 523 22 500 0 473 0 c 0\n 446 0 424 22 424 50 c 0\n 424 76 446 99 473 99 c 0\n127 565 m 0\n 155 565 177 543 177 515 c 0\n 177 488 154 466 127 466 c 0\n 100 466 78 488 78 516 c 0\n 78 542 100 565 127 565 c 0\n522 334 m 2\n 78 334 l 2\n 60 334 51 341 51 355 c 0\n 51 368 60 375 78 375 c 2\n 522 375 l 2\n 540 375 549 368 549 355 c 0\n 549 341 540 334 522 334 c 2\n522 190 m 2\n 78 190 l 2\n 60 190 51 197 51 211 c 0\n 51 224 60 231 78 231 c 2\n 522 231 l 2\n 540 231 549 224 549 211 c 0\n 549 197 540 190 522 190 c 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2253\nEncoding: 8787 8787 1859\nWidth: 600\nFlags: HW\nHStem: 0 99<125 133> 190 41<69 532.53> 334 41<69 532.53> 466 99<469 482.69>\nVStem: 51 498<208 213 352 357> 423 99<48 52 512 518>\nRef: 8786 8786 N -1 0 0 1 600 0\nEndChar\nStartChar: uni2259\nEncoding: 8793 8793 1860\nWidth: 600\nFlags: HMW\nHStem: 113 41<67.4704 531> 267 41<67.4704 531>\nDStem: 300 453.414 300 508.586 386.225 371.5 414 400 300 508.586 300 453.414 186.225 400.5 213.775 371.5 300 453.414 300 508.586 386.225 371.5 414 400 300 508.586 300 453.414 186.225 400.5 213.775 371.5 300 453.414 300 508.586 386.225 371.5 414 400 300 508.586 300 453.414 186.225 400.5 213.775 371.5 300 453.414 300 508.586 386.225 371.5 414 400 300 508.586 300 453.414 186.225 400.5 213.775 371.5 300 453.414 300 508.586 386.225 371.5 414 400 300 508.586 300 453.414 186.225 400.5 213.775 371.5 300 453.414 300 508.586 386.225 371.5 414 400\nFore\n300 509 m 1\n 414 400 l 2\n 422 393 422 380 414 372 c 0\n 407 364 394 364 386 372 c 2\n 300 453 l 1\n 214 372 l 2\n 206 364 193 364 186 372 c 0\n 178 380 178 393 186 400 c 2\n 300 509 l 1\n522 267 m 2\n 78 267 l 2\n 60 267 51 274 51 288 c 0\n 51 301 60 308 78 308 c 2\n 522 308 l 2\n 540 308 549 301 549 288 c 0\n 549 274 540 267 522 267 c 2\n522 113 m 2\n 78 113 l 2\n 60 113 51 120 51 134 c 0\n 51 147 60 154 78 154 c 2\n 522 154 l 2\n 540 154 549 147 549 134 c 0\n 549 120 540 113 522 113 c 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni225A\nEncoding: 8794 8794 1861\nWidth: 600\nFlags: HMW\nHStem: 113 41<67.4704 531> 267 41<67.4704 531>\nDStem: 186 480.086 213.775 508.586 300 371.5 300 426.672 386.225 508.586 413.775 479.586 300 426.672 300 371.5\nFore\n300 372 m 1\n 186 480 l 2\n 178 487 178 500 186 508 c 0\n 193 516 206 516 214 509 c 2\n 300 427 l 1\n 386 509 l 2\n 394 516 407 516 414 508 c 0\n 422 500 422 487 414 480 c 2\n 300 372 l 1\n522 267 m 2\n 78 267 l 2\n 60 267 51 274 51 288 c 0\n 51 301 60 308 78 308 c 2\n 522 308 l 2\n 540 308 549 301 549 288 c 0\n 549 274 540 267 522 267 c 2\n522 113 m 2\n 78 113 l 2\n 60 113 51 120 51 134 c 0\n 51 147 60 154 78 154 c 2\n 522 154 l 2\n 540 154 549 147 549 134 c 0\n 549 120 540 113 522 113 c 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: notequal\nEncoding: 8800 8800 1862\nWidth: 600\nFlags: HMW\nHStem: 190 40<78 231 297 522> 334 40<78 303 369 522>\nFore\n231 190 m 1\n 78 190 l 2\n 60 190 51 197 51 210 c 0\n 51 224 60 230 78 230 c 2\n 251 230 l 1\n 303 334 l 1\n 78 334 l 2\n 60 334 51 341 51 354 c 0\n 51 367 60 374 78 374 c 2\n 323 374 l 1\n 363 453 l 2\n 367 460 372 464 380 464 c 0\n 392 464 403 455 403 444 c 0\n 403 442 402 439 401 437 c 2\n 369 374 l 1\n 522 374 l 2\n 540 374 549 367 549 354 c 0\n 549 341 540 334 522 334 c 2\n 349 334 l 1\n 297 230 l 1\n 522 230 l 2\n 540 230 549 223 549 210 c 0\n 549 197 540 190 522 190 c 2\n 276 190 l 1\n 233 105 l 2\n 229 98 224 94 216 94 c 0\n 204 94 194 102 194 113 c 0\n 194 116 195 118 196 121 c 1\n 231 190 l 1\nEndSplineSet\nEndChar\nStartChar: equivalence\nEncoding: 8801 8801 1863\nWidth: 600\nFlags: HMW\nHStem: 107 41<67.4704 531> 261 41<67.4704 531> 405 41<67.4704 531>\nFore\n522 261 m 2\n 78 261 l 2\n 60 261 51 268 51 282 c 0\n 51 295 60 302 78 302 c 2\n 522 302 l 2\n 540 302 549 295 549 282 c 0\n 549 268 540 261 522 261 c 2\n522 405 m 2\n 78 405 l 2\n 60 405 51 412 51 426 c 0\n 51 439 60 446 78 446 c 2\n 522 446 l 2\n 540 446 549 439 549 426 c 0\n 549 412 540 405 522 405 c 2\n522 107 m 2\n 78 107 l 2\n 60 107 51 114 51 128 c 0\n 51 141 60 148 78 148 c 2\n 522 148 l 2\n 540 148 549 141 549 128 c 0\n 549 114 540 107 522 107 c 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 1864\nWidth: 600\nFlags: HMW\nHStem: 0 37<75 494>\nFore\n132 325 m 1\n 511 147 l 2\n 521 142 525 137 525 129 c 0\n 525 120 517 111 509 111 c 0\n 506 111 501 112 496 115 c 2\n 53 326 l 1\n 496 532 l 2\n 501 534 505 535 508 535 c 0\n 517 535 525 526 525 517 c 0\n 525 509 521 504 511 500 c 2\n 132 325 l 1\n516 19 m 2\n 516 18 l 2\n 516 7 508 0 494 0 c 2\n 75 0 l 2\n 61 0 53 7 53 18 c 2\n 53 19 l 2\n 53 30 61 37 75 37 c 2\n 494 37 l 2\n 508 37 516 30 516 19 c 2\nEndSplineSet\nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 1865\nWidth: 600\nFlags: HMW\nHStem: 0 37<90 509>\nFore\n531 326 m 1\n 88 115 l 2\n 83 112 78 111 76 111 c 0\n 67 111 59 120 59 129 c 0\n 59 137 63 143 73 147 c 2\n 453 325 l 1\n 73 500 l 2\n 63 504 59 509 59 517 c 0\n 59 526 67 535 76 535 c 0\n 79 535 83 534 88 532 c 2\n 531 326 l 1\n90 37 m 2\n 509 37 l 2\n 523 37 531 30 531 19 c 2\n 531 18 l 2\n 531 7 523 0 509 0 c 2\n 90 0 l 2\n 76 0 68 7 68 18 c 2\n 68 19 l 2\n 68 30 76 37 90 37 c 2\nEndSplineSet\nEndChar\nStartChar: uni2266\nEncoding: 8806 8806 1866\nWidth: 600\nFlags: HMW\nHStem: -20 37<69 501> 80 37<69 501>\nDStem: 53 406 132 405 496 195 511 227 496 612 511 580 53 406 132 405\nFore\n516 99 m 2\n 516 98 l 2\n 516 87 508 80 494 80 c 2\n 75 80 l 2\n 61 80 53 87 53 98 c 2\n 53 99 l 2\n 53 110 61 117 75 117 c 2\n 494 117 l 2\n 508 117 516 110 516 99 c 2\n132 405 m 1\n 511 227 l 2\n 521 222 525 217 525 209 c 0\n 525 200 517 191 509 191 c 0\n 506 191 501 192 496 195 c 2\n 53 406 l 1\n 496 612 l 2\n 501 614 505 615 508 615 c 0\n 517 615 525 606 525 597 c 0\n 525 589 521 584 511 580 c 2\n 132 405 l 1\n516 -1 m 2\n 516 -2 l 2\n 516 -13 508 -20 494 -20 c 2\n 75 -20 l 2\n 61 -20 53 -13 53 -2 c 2\n 53 -1 l 2\n 53 10 61 17 75 17 c 2\n 494 17 l 2\n 508 17 516 10 516 -1 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2267\nEncoding: 8807 8807 1867\nWidth: 600\nFlags: HMW\nHStem: -20 37<87 511> 80 37<87 511>\nDStem: 73 580 88 612 453 405 531 406 453 405 531 406 73 227 88 195\nFore\n90 117 m 2\n 509 117 l 2\n 523 117 531 110 531 99 c 2\n 531 98 l 2\n 531 87 523 80 509 80 c 2\n 90 80 l 2\n 76 80 68 87 68 98 c 2\n 68 99 l 2\n 68 110 76 117 90 117 c 2\n531 406 m 1\n 88 195 l 2\n 83 192 78 191 76 191 c 0\n 67 191 59 200 59 209 c 0\n 59 217 63 223 73 227 c 2\n 453 405 l 1\n 73 580 l 2\n 63 584 59 589 59 597 c 0\n 59 606 67 615 76 615 c 0\n 79 615 83 614 88 612 c 2\n 531 406 l 1\n90 17 m 2\n 509 17 l 2\n 523 17 531 10 531 -1 c 2\n 531 -2 l 2\n 531 -13 523 -20 509 -20 c 2\n 90 -20 l 2\n 76 -20 68 -13 68 -2 c 2\n 68 -1 l 2\n 68 10 76 17 90 17 c 2\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni226A\nEncoding: 8810 8810 1868\nWidth: 600\nFlags: HW\nDStem: 41 281 123 281 334 119 354 154 233 281 315 281 526 119 546 154 335 443 354 408 41 281 123 281 527 443 546 408 233 281 315 281\nFore\n233 281 m 1\n 527 443 l 2\n 532 446 536 448 539 448 c 0\n 548.765 448 559 435.813 559 426 c 0\n 559 418 555 413 546 408 c 2\n 315 281 l 1\n 546 154 l 2\n 555 149 559 143 559 137 c 0\n 559 134 558 130 556 127 c 2\n 554 124 l 2\n 551 118 545 114 539 114 c 0\n 536 114 531 116 526 119 c 2\n 233 281 l 1\n41 281 m 1\n 335 443 l 2\n 340 446 344 448 347 448 c 0\n 356.765 448 367 435.812 367 426 c 0\n 367 418 363 413 354 408 c 2\n 123 281 l 1\n 354 154 l 2\n 363 149 367 143 367 137 c 0\n 367 134 366 130 364 127 c 2\n 362 124 l 2\n 359 118 353 114 347 114 c 0\n 344 114 339 116 334 119 c 2\n 41 281 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni226B\nEncoding: 8811 8811 1869\nWidth: 600\nFlags: HW\nDStem: 54 408 73 443 285 281 367 281 246 408 265 443 477 281 559 281 285 281 367 281 54 154 74 119 477 281 559 281 246 154 266 119\nFore\n367 281 m 1\n 74 119 l 2\n 69 116 64 114 61 114 c 0\n 55 114 49 118 46 124 c 2\n 44 127 l 2\n 42 130 41 134 41 137 c 0\n 41 143 45 149 54 154 c 2\n 285 281 l 1\n 54 408 l 2\n 45 413 41 418 41 426 c 0\n 41 435.373 51.2263 448 61 448 c 0\n 64 448 68 446 73 443 c 2\n 367 281 l 1\n559 281 m 1\n 266 119 l 2\n 261 116 256 114 253 114 c 0\n 247 114 241 118 238 124 c 2\n 236 127 l 2\n 234 130 233 134 233 137 c 0\n 233 143 237 149 246 154 c 2\n 477 281 l 1\n 246 408 l 2\n 237 413 233 418 233 426 c 0\n 233 435.373 243.226 448 253 448 c 0\n 256 448 260 446 265 443 c 2\n 559 281 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni226C\nEncoding: 8812 8812 1870\nWidth: 600\nFlags: HW\nVStem: 206 61<212 260> 338 61<212 260>\nFore\n303 549 m 1\n 316 570 l 0\n 333 597 340 604 350 604 c 0\n 361 604 370 595 370 584 c 0\n 370 580 369 578 367 573 c 0\n 353 548 341 524 330 501 c 1\n 376 409 399 323 399 237 c 0\n 399 158 375 69 330 -20 c 1\n 340 -43 353 -68 367 -93 c 0\n 369 -98 370 -100 370 -104 c 0\n 370 -115 360 -124 349 -124 c 0\n 339 -124 330 -114 307 -77 c 0\n 302 -69 l 1\n 289 -90 l 0\n 272 -117 265 -124 255 -124 c 0\n 244 -124 235 -115 235 -104 c 0\n 235 -100 236 -98 238 -93 c 0\n 252 -68 265 -44 276 -20 c 1\n 229 71 206 157 206 243 c 0\n 206 322 230 412 276 500 c 1\n 265 524 252 548 238 573 c 0\n 236 578 235 580 235 584 c 0\n 235 595 245 604 256 604 c 0\n 266 604 275 595 298 557 c 0\n 303 549 l 1\n303 435 m 1\n 278 368 267 305 267 240 c 0\n 267 175 278 112 303 45 c 1\n 327 112 338 175 338 240 c 0\n 338 306 327 368 303 435 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni226E\nEncoding: 8814 8814 1871\nWidth: 600\nFlags: HW\nRef: 47 47 N 1 0 0 1 0 0\nRef: 60 60 N 1 0 0 1 0 0\nEndChar\nStartChar: uni226F\nEncoding: 8815 8815 1872\nWidth: 600\nFlags: HW\nRef: 47 47 N 1 0 0 1 0 0\nRef: 62 62 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2276\nEncoding: 8822 8822 1873\nWidth: 600\nFlags: HW\nDStem: 137 407 219 407 430 245 450 280 150 282 169 317 381 155 463 155 381 155 463 155 150 28 170 -7 431 569 450 534 137 407 219 407\nFore\n137 407 m 1\n 431 569 l 2\n 436 572 440 574 443 574 c 0\n 452.765 574 463 561.812 463 552 c 0\n 463 544 459 539 450 534 c 2\n 219 407 l 1\n 450 280 l 2\n 459 275 463 269 463 263 c 0\n 463 260 462 256 460 253 c 2\n 458 250 l 2\n 455 244 449 240 443 240 c 0\n 440 240 435 242 430 245 c 2\n 137 407 l 1\n463 155 m 1\n 170 -7 l 2\n 165 -10 160 -12 157 -12 c 0\n 151 -12 145 -8 142 -2 c 2\n 140 1 l 2\n 138 4 137 8 137 11 c 0\n 137 17 141 23 150 28 c 2\n 381 155 l 1\n 150 282 l 2\n 141 287 137 292 137 300 c 0\n 137 309.373 147.226 322 157 322 c 0\n 160 322 164 320 169 317 c 2\n 463 155 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni2277\nEncoding: 8823 8823 1874\nWidth: 600\nFlags: HW\nDStem: 137 155 219 155 430 -7 450 28 150 534 169 569 381 407 463 407 381 407 463 407 150 280 170 245 431 317 450 282 137 155 219 155\nRef: 8822 8822 N -1 0 0 1 600 0\nEndChar\nStartChar: propersubset\nEncoding: 8834 8834 1875\nWidth: 600\nFlags: HW\nHStem: 113 41<195 515> 411 41<195 515>\nVStem: 51 40<273 289>\nFore\n203 113 m 2\n 103 113 51 191 51 282 c 24\n 51 373 103 452 203 452 c 2\n 511 452 l 2\n 529 452 538 445 538 432 c 0\n 538 418 529 411 511 411 c 2\n 203 411 l 2\n 121 411 91 352 91 284 c 24\n 91 215 129 154 203 154 c 2\n 511 154 l 2\n 529 154 538 147 538 134 c 0\n 538 120 529 113 511 113 c 2\n 203 113 l 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: propersuperset\nEncoding: 8835 8835 1876\nWidth: 600\nFlags: HW\nHStem: 113 41<67.4704 388> 411 41<67.4704 403>\nVStem: 498 40<273 289>\nFore\n386 113 m 2\n 78 113 l 2\n 60 113 51 120 51 134 c 0\n 51 147 60 154 78 154 c 2\n 386 154 l 2\n 460 154 498 215 498 284 c 24\n 498 352 468 411 386 411 c 2\n 78 411 l 2\n 60 411 51 418 51 432 c 0\n 51 445 60 452 78 452 c 2\n 386 452 l 2\n 486 452 538 373 538 282 c 24\n 538 191 486 113 386 113 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: reflexsubset\nEncoding: 8838 8838 1877\nWidth: 600\nFlags: HW\nHStem: 0 37<90 518> 113 41<195 518> 411 41<195 518>\nVStem: 51 40<272 288>\nFore\n97 37 m 2\n 516 37 l 2\n 530 37 538 30 538 19 c 2\n 538 18 l 2\n 538 7 530 0 516 0 c 2\n 97 0 l 2\n 83 0 75 7 75 18 c 2\n 75 19 l 2\n 75 30 83 37 97 37 c 2\n203 113 m 2\n 103 113 51 191 51 282 c 24\n 51 373 103 452 203 452 c 2\n 511 452 l 2\n 529 452 538 445 538 432 c 0\n 538 418 529 411 511 411 c 2\n 203 411 l 2\n 121 411 91 352 91 284 c 24\n 91 215 129 154 203 154 c 2\n 511 154 l 2\n 529 154 538 147 538 134 c 0\n 538 120 529 113 511 113 c 2\n 203 113 l 2\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: reflexsuperset\nEncoding: 8839 8839 1878\nWidth: 600\nFlags: HW\nHStem: 0 37<71 499> 113 41<71 394> 411 41<71 394>\nVStem: 498 40<272 288>\nRef: 8838 8838 N -1 0 0 1 589 0\nEndChar\nStartChar: circleplus\nEncoding: 8853 8853 1879\nWidth: 600\nFlags: HW\nHStem: 239 42<69 278 322 531>\nVStem: 279 42<29 238 282 491>\nFore\n575 260 m 0\n 575 107 453 -15 300 -15 c 0\n 147 -15 24 106 24 260 c 0\n 24 413 148 535 300 535 c 0\n 452 535 575 412 575 260 c 0\n532 281 m 1\n 519 404 444 479 321 492 c 1\n 321 281 l 1\n 532 281 l 1\n279 281 m 1\n 279 492 l 1\n 153 479 83 405 68 281 c 1\n 279 281 l 1\n532 239 m 1\n 321 239 l 1\n 321 28 l 1\n 445 42 519 114 532 239 c 1\n279 28 m 1\n 279 239 l 1\n 68 239 l 1\n 79 115 157 41 279 28 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2296\nEncoding: 8854 8854 1880\nWidth: 600\nFlags: HW\nHStem: -15 43<280 312> 239 42<69 531> 492 43<280 312>\nVStem: 24 551<239 281>\nFore\n575 260 m 0\n 575 107 453 -15 300 -15 c 0\n 147 -15 24 106 24 260 c 0\n 24 413 148 535 300 535 c 0\n 452 535 575 412 575 260 c 0\n532 281 m 1\n 523 406 425 492 300 492 c 0\n 175 492 77 406 68 281 c 1\n 532 281 l 1\n532 239 m 1\n 68 239 l 1\n 77 114 175 28 300 28 c 0\n 425 28 523 114 532 239 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: circlemultiply\nEncoding: 8855 8855 1881\nWidth: 600\nFlags: HW\nHStem: -16 39<280 312> 498 37<279.902 312>\nVStem: 24 38<256 272> 538 37<256 272>\nDStem: 121 410 151 439 270 260 300 290 270 260 300 231 121 111 151 81 300 231 330 260 449 81 479 111 449 439 479 410 300 290 330 260\nFore\n300 535 m 0\n 448.885 535 575 414.038 575 260 c 0\n 575 112.588 451.031 -16 299 -16 c 0\n 152.272 -16 24 106.078 24 259 c 0\n 24 407.485 143.642 535 300 535 c 0\n449 439 m 1\n 401 478 350 498 300 498 c 0\n 249 498 199 478 151 439 c 1\n 300 290 l 1\n 449 439 l 1\n270 260 m 1\n 121 410 l 1\n 81 361 62 311 62 262 c 0\n 62 211 82 161 121 111 c 1\n 270 260 l 1\n479 410 m 1\n 330 260 l 1\n 479 111 l 1\n 518 160 538 211 538 261 c 0\n 538 311 518 361 479 410 c 1\n449 81 m 1\n 300 231 l 1\n 151 81 l 1\n 198 42 248 23 298 23 c 0\n 350 23 401 43 449 81 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2298\nEncoding: 8856 8856 1882\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 490 40<291 323>\nVStem: 35 40<256 288> 525 40<256 272>\nDStem: 441.633 439.797 470.236 411.834 126.927 121.389 155.034 92.9241\nFore\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\n470 412 m 1\n 155 93 l 1\n 194 60 245 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 321 504 372 470 412 c 1\n442 440 m 1\n 403 471 355 490 303 490 c 0\n 177 490 75 391 75 267 c 0\n 75 211 94 161 127 121 c 1\n 442 440 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2299\nEncoding: 8857 8857 1883\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 490 40<291 323>\nVStem: 35 40<256 288> 525 40<256 272>\nFore\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni229A\nEncoding: 8858 8858 1884\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 490 40<291 323>\nVStem: 35 40<256 288> 525 40<256 272>\nFore\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni229B\nEncoding: 8859 8859 1885\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 490 40<291 323>\nVStem: 35 40<256 288> 525 40<256 272>\nFore\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni229C\nEncoding: 8860 8860 1886\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 490 40<291 323>\nVStem: 35 40<256 288> 525 40<256 272>\nFore\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni229D\nEncoding: 8861 8861 1887\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 490 40<291 323>\nVStem: 35 40<256 288> 525 40<256 272>\nFore\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni22A2\nEncoding: 8866 8866 1888\nWidth: 600\nFlags: HW\nHStem: 381 40<80 560>\nVStem: 40 40<40 381 420 760>\nFore\n40 40 m 1\n 40 760 l 1\n 80 760 l 1\n 80 421 l 1\n 560 421 l 1\n 560 381 l 1\n 80 381 l 1\n 80 40 l 1\n 40 40 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y3,1 y3,2 y6,0 y6,7 x6,4 x6,5 \nEndChar\nStartChar: uni22A3\nEncoding: 8867 8867 1889\nWidth: 600\nFlags: HW\nHStem: 379 40<40 520>\nVStem: 520 40<40 379 419 760>\nFore\n560 760 m 1\n 560 40 l 1\n 520 40 l 1\n 520 379 l 1\n 40 379 l 1\n 40 419 l 1\n 520 419 l 1\n 520 760 l 1\n 560 760 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 y6,0 y6,7 x6,4 x6,5 \nEndChar\nStartChar: uni22A4\nEncoding: 8868 8868 1890\nWidth: 600\nFlags: HW\nHStem: -0 21G<280 320> 720 40<40 280 320 560>\nVStem: 280 40<14 720>\nFore\n40 760 m 1\n 560 760 l 1\n 560 720 l 1\n 320 720 l 1\n 320 -0 l 1\n 280 -0 l 1\n 280 720 l 1\n 40 720 l 1\n 40 760 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y6,4 y6,5 x3,1 x3,2 x6,0 x6,7 \nEndChar\nStartChar: perpendicular\nEncoding: 8869 8869 1891\nWidth: 600\nFlags: HW\nHStem: -0 40<40 280 319 560>\nVStem: 280 40<39 760>\nFore\n40 -0 m 1\n 40 40 l 1\n 280 40 l 1\n 280 760 l 1\n 320 760 l 1\n 320 40 l 1\n 560 40 l 1\n 560 -0 l 1\n 40 -0 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y2,4 y2,3 x5,7 x5,6 x2,0 x2,1 \nEndChar\nStartChar: uni22A6\nEncoding: 8870 8870 1892\nWidth: 600\nFlags: HW\nHStem: 381 40<80 350>\nVStem: 40 40<40 381 420 760>\nFore\n40 40 m 1\n 40 760 l 1\n 80 760 l 1\n 80 421 l 1\n 350 421 l 1\n 350 381 l 1\n 80 381 l 1\n 80 40 l 1\n 40 40 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y3,1 y3,2 y6,0 y6,7 x6,4 x6,5 \nEndChar\nStartChar: uni22A7\nEncoding: 8871 8871 1893\nWidth: 600\nFlags: HW\nHStem: 341 40<80 350> 421 40<80 350>\nVStem: 40 40<40 341 380 421 460 760>\nFore\n80 40 m 1\n 40 40 l 1\n 40 760 l 1\n 80 760 l 1\n 80 461 l 1\n 350 461 l 1\n 350 421 l 1\n 80 421 l 1\n 80 381 l 1\n 350 381 l 1\n 350 341 l 1\n 80 341 l 1\n 80 40 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y4,2 y4,3 y11,1 y11,0 x8,10 x8,9 x4,6 x4,5 \nEndChar\nStartChar: uni22A8\nEncoding: 8872 8872 1894\nWidth: 600\nFlags: HW\nHStem: 341 40<80 560> 421 40<80 560>\nVStem: 40 40<40 341 380 421 460 760>\nFore\n80 40 m 1\n 40 40 l 1\n 40 760 l 1\n 80 760 l 1\n 80 461 l 1\n 560 461 l 1\n 560 421 l 1\n 80 421 l 1\n 80 381 l 1\n 560 381 l 1\n 560 341 l 1\n 80 341 l 1\n 80 40 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y4,2 y4,3 y11,1 y11,0 x8,10 x8,9 x4,6 x4,5 \nEndChar\nStartChar: uni22A9\nEncoding: 8873 8873 1895\nWidth: 600\nFlags: HW\nHStem: 381 40<160 560>\nVStem: 40 40<40 760> 120 40<40 381 420 760>\nFore\n120 40 m 1\n 120 760 l 1\n 160 760 l 1\n 160 421 l 1\n 560 421 l 1\n 560 381 l 1\n 160 381 l 1\n 160 40 l 1\n 120 40 l 1\n80 40 m 1\n 40 40 l 1\n 40 760 l 1\n 80 760 l 1\n 80 40 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y3,1 y3,2 y6,0 y6,7 x6,4 x6,5 \nEndChar\nStartChar: uni22AA\nEncoding: 8874 8874 1896\nWidth: 600\nFlags: HW\nHStem: 381 40<240 560>\nVStem: 40 40<40 760> 120 40<40 760> 200 40<40 381 420 760>\nFore\n160 40 m 1\n 120 40 l 1\n 120 760 l 1\n 160 760 l 1\n 160 40 l 1\n200 40 m 1\n 200 760 l 1\n 240 760 l 1\n 240 421 l 1\n 560 421 l 1\n 560 381 l 1\n 240 381 l 1\n 240 40 l 1\n 200 40 l 1\n80 40 m 1\n 40 40 l 1\n 40 760 l 1\n 80 760 l 1\n 80 40 l 1\nEndSplineSet\nMinimumDistance: x9,-1 y7,5 y7,6 y10,4 y10,11 x10,8 x10,9 \nEndChar\nStartChar: uni22AB\nEncoding: 8875 8875 1897\nWidth: 600\nFlags: HW\nHStem: 341 40<160 560> 421 40<160 560>\nVStem: 40 40<40 760> 120 40<40 341 380 421 460 760>\nFore\n160 40 m 1\n 120 40 l 1\n 120 760 l 1\n 160 760 l 1\n 160 461 l 1\n 560 461 l 1\n 560 421 l 1\n 160 421 l 1\n 160 381 l 1\n 560 381 l 1\n 560 341 l 1\n 160 341 l 1\n 160 40 l 1\n80 40 m 1\n 40 40 l 1\n 40 760 l 1\n 80 760 l 1\n 80 40 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y4,2 y4,3 y11,1 y11,0 x8,10 x8,9 x4,6 x4,5 \nEndChar\nStartChar: uni22AC\nEncoding: 8876 8876 1898\nWidth: 600\nFlags: HW\nHStem: 0 21G<200 240> 381 40<80 345 410 560> 401 20G<409.5 560>\nVStem: 40 40<40 369 422 760>\nDStem: 352.999 380.667 393 381 200 0 240 0 520 798 560 798 368.334 421.001 409.5 421\nFore\n560 798 m 17\n 410 421 l 25\n 560 421 l 1\n 560 381 l 1\n 393 381 l 25\n 240 0 l 9\n 200 0 l 17\n 353 381 l 25\n 80 381 l 1\n 80 40 l 1\n 40 40 l 1\n 40 760 l 1\n 80 760 l 1\n 80 421 l 1\n 368 421 l 25\n 520 798 l 9\n 560 798 l 17\nEndSplineSet\nMinimumDistance: x0,-1 y8,10 y8,9 y13,11 y13,12 \nEndChar\nStartChar: uni22AD\nEncoding: 8877 8877 1899\nWidth: 600\nFlags: HW\nHStem: 0 21G<200 240> 341 40<80 329 406 560> 421 40<80 361 439 560>\nVStem: 40 40<40 341 381 421 461 760>\nDStem: 336.742 341 376.742 341 200 0 240 0 368.822 421 408.822 421 352.782 381 392.782 381 520 798 560 798 384.862 461 424.862 461\nFore\n377 341 m 1\n 240 0 l 9\n 200 0 l 17\n 337 341 l 1\n 80 341 l 1\n 80 40 l 1\n 40 40 l 1\n 40 760 l 1\n 80 760 l 1\n 80 461 l 1\n 385 461 l 1\n 520 798 l 9\n 560 798 l 17\n 425 461 l 1\n 560 461 l 1\n 560 421 l 1\n 409 421 l 1\n 393 381 l 1\n 560 381 l 1\n 560 341 l 1\n 377 341 l 1\n353 381 m 1\n 369 421 l 1\n 80 421 l 1\n 80 381 l 1\n 353 381 l 1\nEndSplineSet\nMinimumDistance: x12,-1 y9,7 y9,8 y4,6 y4,5 \nEndChar\nStartChar: uni22AE\nEncoding: 8878 8878 1900\nWidth: 600\nFlags: HW\nHStem: 0 21G<200 240> 381 40<160 345 423 560>\nVStem: 40 40<40 760> 120 40<40 381 421 760>\nDStem: 352.75 381 392.782 381 200 0 240 0 520 798 560 798 368.822 421 408.822 421\nFore\n160 381 m 1\n 160 40 l 1\n 120 40 l 1\n 120 760 l 1\n 160 760 l 1\n 160 421 l 1\n 369 421 l 1\n 520 798 l 9\n 560 798 l 17\n 409 421 l 1\n 560 421 l 1\n 560 381 l 1\n 393 381 l 1\n 240 0 l 9\n 200 0 l 17\n 353 381 l 25\n 160 381 l 1\n80 40 m 1\n 40 40 l 1\n 40 760 l 1\n 80 760 l 1\n 80 40 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y5,3 y5,4 y0,2 y0,1 \nEndChar\nStartChar: uni22AF\nEncoding: 8879 8879 1901\nWidth: 600\nFlags: HW\nHStem: 0 21G<200 240> 341 40<160 329 406 560> 421 40<160 361 439 560>\nVStem: 40 40<40 760> 120 40<40 341 381 421 461 760>\nDStem: 336.742 341 376.742 341 200 0 240 0 368.822 421 408.822 421 352.782 381 392.782 381 520 798 560 798 384.862 461 424.862 461\nFore\n80 40 m 1\n 40 40 l 1\n 40 760 l 1\n 80 760 l 1\n 80 40 l 1\n377 341 m 1\n 240 0 l 9\n 200 0 l 17\n 337 341 l 1\n 160 341 l 1\n 160 40 l 1\n 120 40 l 1\n 120 760 l 1\n 160 760 l 1\n 160 461 l 1\n 385 461 l 1\n 520 798 l 9\n 560 798 l 17\n 425 461 l 1\n 560 461 l 1\n 560 421 l 1\n 409 421 l 1\n 393 381 l 1\n 560 381 l 1\n 560 341 l 1\n 377 341 l 1\n353 381 m 1\n 369 421 l 1\n 160 421 l 1\n 160 381 l 1\n 353 381 l 1\nEndSplineSet\nMinimumDistance: x16,-1 y13,11 y13,12 y8,10 y8,9 \nEndChar\nStartChar: uni22BE\nEncoding: 8894 8894 1902\nWidth: 600\nFlags: HW\nHStem: 0 40<61 292 339 564>\nVStem: 20 40<40 279.418 319 544>\nFore\n560 0 m 2\n 40 0 l 0\n 26 3 23 6 20 20 c 1\n 20 540 l 1\n 20 551 29 560 40 560 c 0\n 51 560 60 551 60 540 c 2\n 60 320 l 1\n 207 312 329 190 339 40 c 1\n 560 40 l 2\n 571 40 580 31 580 20 c 0\n 580 9 571 0 560 0 c 2\n299 40 m 1\n 289 167 186 271 60 279 c 1\n 60 40 l 1\n 299 40 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: dotmath\nEncoding: 8901 8901 1903\nWidth: 600\nFlags: HW\nFore\n202 267 m 0\n 202 321.081 243.72 364 302 364 c 0\n 336 364 363 349 382 319 c 0\n 393 303 398 285 398 266 c 0\n 398 211.703 356.756 168 300 168 c 0\n 245.294 168 202 209.442 202 267 c 0\nEndSplineSet\nEndChar\nStartChar: uni22C6\nEncoding: 8902 8902 1904\nWidth: 600\nFlags: HW\nFore\n498 270 m 1\n 399 213 l 1\n 399 99 l 1\n 300 156 l 1\n 201 99 l 1\n 201 213 l 1\n 102 270 l 1\n 201 327 l 1\n 201 441 l 1\n 300 384 l 1\n 399 441 l 1\n 399 327 l 1\n 498 270 l 1\nEndSplineSet\nEndChar\nStartChar: uni2300\nEncoding: 8960 8960 1905\nWidth: 600\nFlags: HW\nHStem: 65 40<295 311> 425 40<295 311>\nVStem: 100 40<260 276> 460 40<260 276>\nDStem: 145 139 173 110 61 54 89 26 398 391 426 363 174 167 202 139 511 504 539 476 427 420 455 391\nFore\n426 363 m 1\n 202 139 l 1\n 229 118 263 105 300 105 c 0\n 388 105 460 177 460 265 c 0\n 460 302 447 336 426 363 c 1\n173 110 m 1\n 89 26 l 1\n 81 18 69 18 61 26 c 0\n 53 34 53 46 61 54 c 1\n 145 139 l 1\n 117 173 100 218 100 267 c 0\n 100 377 191 465 302 465 c 0\n 349 465 393 448 427 420 c 1\n 511 504 l 1\n 519 512 531 512 539 504 c 0\n 547 496 547 484 539 476 c 1\n 455 391 l 1\n 483 357 500 313 500 265 c 0\n 500 155 410 65 300 65 c 0\n 252 65 208 82 173 110 c 1\n398 391 m 1\n 371 412 338 425 302 425 c 0\n 212 425 140 354 140 267 c 0\n 140 229 153 194 174 167 c 1\n 398 391 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: house\nEncoding: 8962 8962 1906\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2303\nEncoding: 8963 8963 1907\nWidth: 600\nFlags: HW\nDStem: 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250 300 481 300 563 427 250 462 270 300 563 300 481 138 269 173 250\nFore\n300 563 m 1\n 462 270 l 2\n 465 265 467 260 467 257 c 0\n 467 251 463 245 457 242 c 2\n 454 240 l 2\n 451 238 447 237 444 237 c 0\n 438 237 432 241 427 250 c 2\n 300 481 l 1\n 173 250 l 2\n 168 241 163 237 155 237 c 0\n 145.626 237 133 247.226 133 257 c 0\n 133 260 135 264 138 269 c 2\n 300 563 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2308\nEncoding: 8968 8968 1908\nWidth: 600\nFlags: HW\nHStem: 0 21G<279 320> 720 40<320 560>\nVStem: 279 41<0 720>\nFore\n279 0 m 1\n 279 760 l 1\n 560 760 l 1\n 560 720 l 1\n 320 720 l 1\n 320 0 l 1\n 279 0 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y4,0 y4,5 x4,2 x4,3 \nEndChar\nStartChar: uni2309\nEncoding: 8969 8969 1909\nWidth: 600\nFlags: HW\nHStem: 0 21G<280 320> 720 40<40 280>\nVStem: 280 40<0 720>\nFore\n320 0 m 1\n 280 0 l 1\n 280 720 l 1\n 40 720 l 1\n 40 760 l 1\n 320 760 l 1\n 320 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,0 y2,1 x2,4 x2,3 \nEndChar\nStartChar: uni230A\nEncoding: 8970 8970 1910\nWidth: 600\nFlags: HW\nHStem: 0 40<319 560>\nVStem: 279 41<39 760>\nFore\n279 760 m 1\n 320 760 l 1\n 320 40 l 1\n 560 40 l 1\n 560 0 l 1\n 279 0 l 1\n 279 760 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y2,0 y2,1 x2,4 x2,3 \nEndChar\nStartChar: uni230B\nEncoding: 8971 8971 1911\nWidth: 600\nFlags: HW\nHStem: 0 40<40 280>\nVStem: 280 40<40 760>\nFore\n320 760 m 1\n 320 0 l 1\n 40 0 l 1\n 40 40 l 1\n 280 40 l 1\n 280 760 l 1\n 320 760 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,0 y4,5 x4,2 x4,3 \nEndChar\nStartChar: uni230C\nEncoding: 8972 8972 1912\nWidth: 600\nFlags: HW\nHStem: 720 40<320 560>\nVStem: 279 41<380 720>\nFore\n319 760 m 1\n 560 760 l 1\n 560 720 l 1\n 320 720 l 1\n 320 380 l 1\n 279 380 l 1\n 279 720 l 1\n 320 720 l 25\n 319 760 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni230D\nEncoding: 8973 8973 1913\nWidth: 600\nFlags: HW\nHStem: 720 40<40 280>\nVStem: 280 40<380 720>\nFore\n280 760 m 1\n 280 720 l 25\n 320 720 l 1\n 320 380 l 1\n 280 380 l 1\n 280 720 l 1\n 40 720 l 1\n 40 760 l 1\n 280 760 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y5,3 y5,4 x5,7 x5,6 \nEndChar\nStartChar: uni230E\nEncoding: 8974 8974 1914\nWidth: 600\nFlags: HW\nHStem: 0 40<319 560>\nVStem: 279 41<39 380>\nFore\n319 0 m 1\n 320 40 l 25\n 279 40 l 1\n 279 380 l 1\n 320 380 l 1\n 320 40 l 1\n 560 40 l 1\n 560 0 l 1\n 319 0 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y5,3 y5,4 x5,7 x5,6 \nEndChar\nStartChar: uni230F\nEncoding: 8975 8975 1915\nWidth: 600\nFlags: HW\nHStem: 0 40<40 280>\nVStem: 280 40<40 380>\nFore\n280 40 m 9\n 280 0 l 1\n 40 0 l 1\n 40 40 l 1\n 280 40 l 9\n280 40 m 17\n 280 380 l 1\n 320 380 l 1\n 320 40 l 1\n 280 40 l 17\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: revlogicalnot\nEncoding: 8976 8976 1916\nWidth: 600\nFlags: HW\nHStem: 397 41<113 501>\nVStem: 72 41<195 397 397 397>\nRef: 172 172 N -1 0 0 1 600 0\nEndChar\nStartChar: uni2315\nEncoding: 8981 8981 1917\nWidth: 600\nFlags: HW\nHStem: -10 40<295 311> 410 40<295 311>\nVStem: 70 40<215 231> 490 40<215 231>\nDStem: 124 72 152 44 61 9 89 -19 211 159 239 131 152 101 181 72\nFore\n181 72 m 1\n 213 46 255 30 300 30 c 0\n 405 30 490 115 490 220 c 0\n 490 324 405 410 302 410 c 0\n 196 410 110 326 110 222 c 0\n 110 176 126 134 152 101 c 1\n 211 159 l 1\n 219 167 231 167 239 159 c 0\n 247 151 247 139 239 131 c 1\n 181 72 l 1\n152 44 m 1\n 89 -19 l 1\n 81 -27 69 -27 61 -19 c 0\n 53 -11 53 1 61 9 c 1\n 124 72 l 1\n 90 113 70 165 70 222 c 0\n 70 349 175 450 303 450 c 0\n 428 450 530 346 530 220 c 0\n 530 93 427 -10 300 -10 c 0\n 244 -10 192 10 152 44 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni231C\nEncoding: 8988 8988 1918\nWidth: 600\nFlags: HW\nHStem: 720 40<319 552>\nVStem: 279 40<380 720>\nFore\n279 380 m 1\n 279 760 l 1\n 560 760 l 1\n 560 720 l 1\n 319 720 l 1\n 319 380 l 1\n 279 380 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y4,0 y4,5 x4,2 x4,3 \nEndChar\nStartChar: uni231D\nEncoding: 8989 8989 1919\nWidth: 600\nFlags: HW\nHStem: 720 40<40 280>\nVStem: 280 40<380 720>\nFore\n320 380 m 1\n 280 380 l 1\n 280 720 l 1\n 40 720 l 1\n 40 760 l 1\n 320 760 l 1\n 320 380 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,0 y2,1 x2,4 x2,3 \nEndChar\nStartChar: uni231E\nEncoding: 8990 8990 1920\nWidth: 600\nFlags: HW\nHStem: 0 40<318 552>\nVStem: 279 40<39 380>\nFore\n279 380 m 1\n 319 380 l 1\n 319 40 l 1\n 560 40 l 1\n 560 0 l 1\n 279 0 l 1\n 279 380 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y2,0 y2,1 x2,4 x2,3 \nEndChar\nStartChar: uni231F\nEncoding: 8991 8991 1921\nWidth: 600\nFlags: HW\nHStem: 0 40<40 280>\nVStem: 280 40<40 380>\nFore\n320 380 m 1\n 320 0 l 1\n 40 0 l 1\n 40 40 l 1\n 280 40 l 1\n 280 380 l 1\n 320 380 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,0 y4,5 x4,2 x4,3 \nEndChar\nStartChar: angleleft\nEncoding: 9001 9001 1922\nWidth: 600\nFlags: HW\nDStem: 196 239 240 239 362 -113 398 -95 362 591 398 573 196 239 240 239\nFore\n196 239 m 1\n 362 591 l 2\n 367 601 379 605 389 600 c 0\n 399 595 403 583 398 573 c 2\n 240 239 l 1\n 398 -95 l 2\n 403 -105 399 -117 389 -122 c 0\n 379 -127 367 -123 362 -113 c 2\n 196 239 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: angleright\nEncoding: 9002 9002 1923\nWidth: 600\nFlags: HW\nDStem: 202 573 238 591 360 239 404 239 360 239 404 239 202 -95 238 -113\nFore\n404 239 m 1\n 238 -113 l 2\n 233 -123 221 -127 211 -122 c 0\n 201 -117 197 -105 202 -95 c 2\n 360 239 l 1\n 202 573 l 2\n 197 583 201 595 211 600 c 0\n 221 605 233 601 238 591 c 2\n 404 239 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni239B\nEncoding: 9115 9115 1924\nWidth: 600\nFlags: HW\nVStem: 300 80<-245 284>\nFore\n300 250 m 1\n 300 294 304 334 313 372 c 2\n 324 421 342 466 366 506 c 2\n 388 544 414 578 443 610 c 2\n 473 642 506 672 540 700 c 1\n 513 667 489 633 467 596 c 2\n 447 562 430 525 417 486 c 2\n 404 450 394 411 388 370 c 2\n 382 332 379 292 380 250 c 1\n 380 -245 l 1\n 300 -245 l 1\n 300 250 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni239C\nEncoding: 9116 9116 1925\nWidth: 600\nFlags: HW\nVStem: 300 80<-245 844>\nFore\n300 845 m 1\n 380 845 l 1\n 380 -245 l 1\n 300 -245 l 1\n 300 845 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni239D\nEncoding: 9117 9117 1926\nWidth: 600\nFlags: HW\nVStem: 300 80<315 845>\nFore\n300 350 m 1\n 300 845 l 1\n 380 845 l 1\n 380 350 l 1\n 379 308 382 268 388 230 c 2\n 394 189 404 150 417 114 c 2\n 430 75 447 38 467 4 c 2\n 489 -33 513 -67 540 -100 c 1\n 506 -72 473 -42 443 -10 c 2\n 414 22 388 56 366 94 c 2\n 342 134 324 179 313 228 c 2\n 304 266 300 306 300 350 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni239E\nEncoding: 9118 9118 1927\nWidth: 600\nFlags: HW\nVStem: 220 80<-245 284>\nFore\n300 250 m 1\n 300 -245 l 1\n 220 -245 l 1\n 220 250 l 1\n 221 292 218 332 212 370 c 2\n 206 411 196 450 184 486 c 2\n 170 525 153 562 133 596 c 2\n 112 633 87 667 60 700 c 1\n 95 672 127 642 157 610 c 2\n 186 578 213 544 235 506 c 2\n 258 466 276 421 287 372 c 2\n 296 334 300 294 300 250 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni239F\nEncoding: 9119 9119 1928\nWidth: 600\nFlags: HW\nVStem: 220 80<-245 844>\nFore\n300 -245 m 1\n 220 -245 l 1\n 220 845 l 1\n 300 845 l 1\n 300 -245 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni23A0\nEncoding: 9120 9120 1929\nWidth: 600\nFlags: HW\nVStem: 220 80<315 845>\nFore\n300 350 m 1\n 300 306 296 266 287 228 c 2\n 276 179 258 134 235 94 c 2\n 213 56 186 22 157 -10 c 2\n 127 -42 95 -72 60 -100 c 1\n 87 -67 112 -33 133 4 c 2\n 153 38 170 75 184 114 c 2\n 196 150 206 189 212 230 c 2\n 218 268 221 308 220 350 c 1\n 220 845 l 1\n 300 845 l 1\n 300 350 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni23A1\nEncoding: 9121 9121 1930\nWidth: 600\nFlags: HW\nHStem: 658 41<339 483>\nVStem: 259 80<-245 658>\nFore\n259 -245 m 1\n 259 699 l 1\n 483 699 l 1\n 483 658 l 1\n 339 658 l 1\n 339 -245 l 1\n 259 -245 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y4,0 y4,5 x4,2 x4,3 \nEndChar\nStartChar: uni23A2\nEncoding: 9122 9122 1931\nWidth: 600\nFlags: HW\nVStem: 259 80<-245 844>\nFore\n259 845 m 1\n 339 845 l 1\n 339 -245 l 1\n 259 -245 l 1\n 259 845 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni23A3\nEncoding: 9123 9123 1932\nWidth: 600\nFlags: HW\nHStem: -99 41<338 483>\nVStem: 259 80<-59 845>\nFore\n259 845 m 1\n 339 845 l 1\n 339 -58 l 1\n 483 -58 l 1\n 483 -99 l 1\n 259 -99 l 1\n 259 845 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y2,0 y2,1 x2,4 x2,3 \nEndChar\nStartChar: uni23A4\nEncoding: 9124 9124 1933\nWidth: 600\nFlags: HW\nHStem: 657 41<115 259>\nVStem: 259 79<-245 657>\nFore\n259 -245 m 1\n 259 657 l 1\n 115 657 l 1\n 115 698 l 1\n 338 698 l 1\n 339 -245 l 1\n 259 -245 l 1\nEndSplineSet\nMinimumDistance: x4,-1 x5,1 y1,5 y1,0 x1,3 x1,2 \nEndChar\nStartChar: uni23A5\nEncoding: 9125 9125 1934\nWidth: 600\nFlags: HW\nVStem: 259 80<-245 844>\nFore\n259 845 m 1\n 339 845 l 1\n 339 -245 l 1\n 259 -245 l 1\n 259 845 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni23A6\nEncoding: 9126 9126 1935\nWidth: 600\nFlags: HW\nHStem: -99 41<35 259>\nVStem: 259 80<-58 845>\nFore\n259 845 m 1\n 339 845 l 1\n 339 -99 l 1\n 35 -99 l 1\n 35 -58 l 1\n 259 -58 l 1\n 259 845 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y5,1 y5,0 x5,3 x5,4 \nEndChar\nStartChar: uni23A7\nEncoding: 9127 9127 1936\nWidth: 600\nFlags: HW\nHStem: 658 42<499 533>\nVStem: 340 40<-244 605>\nFore\n340 -244 m 1\n 340 601 l 1\n 340 687 396 699 534 700 c 1\n 534 658 l 1\n 456 659 380 659 380 601 c 1\n 380 -244 l 1\n 340 -244 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni23A8\nEncoding: 9128 9128 1937\nWidth: 600\nFlags: HW\nVStem: 340 40<-245 100 500 844>\nFore\n340 845 m 1\n 380 845 l 1\n 380 501 l 1\n 373 375 279 325 220 303 c 1\n 280 282 373 229 380 100 c 1\n 380 -245 l 1\n 340 -245 l 1\n 340 100 l 1\n 340 221 217 277 104 300 c 1\n 216 339 341 387 340 500 c 1\n 340 845 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni23A9\nEncoding: 9129 9129 1938\nWidth: 600\nFlags: HW\nHStem: -99 41<499 533>\nVStem: 340 40<-4 845>\nFore\n340 845 m 1\n 380 845 l 1\n 380 0 l 1\n 380 -58 456 -58 534 -58 c 1\n 534 -99 l 1\n 396 -98 340 -86 340 -0 c 1\n 340 845 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x2,4 x2,3 \nEndChar\nStartChar: uni23AA\nEncoding: 9130 9130 1939\nWidth: 600\nFlags: HW\nVStem: 340 40<-245 844>\nFore\n380 845 m 1\n 380 -245 l 1\n 340 -245 l 1\n 340 845 l 1\n 380 845 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni23AB\nEncoding: 9131 9131 1940\nWidth: 600\nFlags: HW\nHStem: 659 41<186.125 240.817>\nVStem: 340 40<-244 605>\nFore\n380 -244 m 1\n 340 -244 l 1\n 340 601 l 1\n 340 660 264 659 186 659 c 1\n 186 700 l 1\n 324 700 380 687 380 601 c 1\n 380 -244 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x2,4 x2,3 \nEndChar\nStartChar: uni23AC\nEncoding: 9132 9132 1941\nWidth: 600\nFlags: HW\nVStem: 340 40<-245 99 499 844>\nFore\n380 -245 m 1\n 340 -245 l 1\n 340 99 l 1\n 347 225 441 275 500 297 c 1\n 440 318 347 371 340 500 c 1\n 340 845 l 1\n 380 845 l 1\n 380 500 l 1\n 380 379 503 323 616 300 c 1\n 504 261 379 213 380 100 c 1\n 380 -245 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni23AD\nEncoding: 9133 9133 1942\nWidth: 600\nFlags: HW\nHStem: -100 42<186.125 241.13>\nVStem: 340 40<-5 844>\nFore\n380 844 m 1\n 380 -1 l 1\n 380 -87 325 -100 186 -100 c 1\n 186 -58 l 1\n 265 -59 340 -60 340 -1 c 1\n 340 844 l 1\n 380 844 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni23AE\nEncoding: 9134 9134 1943\nWidth: 600\nFlags: HW\nVStem: 260 80<-245 844>\nFore\n260 845 m 1\n 340 845 l 1\n 340 -245 l 1\n 260 -245 l 1\n 260 845 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni23AF\nEncoding: 9135 9135 1944\nWidth: 600\nFlags: HW\nHStem: -200 80<0 600>\nFore\n600 -120 m 1\n 600 -200 l 1\n 0 -200 l 1\n 0 -120 l 1\n 600 -120 l 1\nEndSplineSet\nEndChar\nStartChar: uni23B0\nEncoding: 9136 9136 1945\nWidth: 600\nFlags: HW\nVStem: 280 40<-53 669>\nFore\n280 -44 m 1\n 280 645 l 1\n 280 673 283 697 288 719 c 2\n 295 744 306 766 321 783 c 2\n 334 797 350 808 369 817 c 2\n 387 826 407 832 429 836 c 2\n 461 842 498 845 540 845 c 1\n 502 843 469 837 441 827 c 2\n 422 820 405 812 390 801 c 2\n 375 790 362 777 351 762 c 2\n 340 746 333 728 327 708 c 2\n 323 689 320 668 320 645 c 1\n 320 -44 l 1\n 320 -77 316 -105 309 -128 c 2\n 302 -148 293 -165 281 -179 c 2\n 270 -192 256 -203 239 -212 c 2\n 225 -220 210 -226 192 -230 c 2\n 177 -234 159 -238 141 -240 c 2\n 116 -243 89 -244 60 -244 c 1\n 99 -242 133 -235 162 -225 c 2\n 184 -217 203 -206 219 -194 c 2\n 235 -180 248 -164 258 -146 c 2\n 266 -130 272 -112 276 -92 c 2\n 278 -77 280 -61 280 -44 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni23B1\nEncoding: 9137 9137 1946\nWidth: 600\nFlags: HW\nVStem: 280 40<-70 668>\nFore\n280 645 m 1\n 280 662 279 678 276 693 c 2\n 272 713 266 731 258 747 c 2\n 248 765 235 781 219 794 c 2\n 203 807 184 818 162 826 c 2\n 134 836 100 842 60 845 c 1\n 90 845 117 843 141 841 c 2\n 160 838 177 835 192 831 c 2\n 210 826 226 820 239 813 c 2\n 256 804 270 793 281 780 c 2\n 293 766 303 749 309 729 c 2\n 317 705 320 677 320 645 c 1\n 320 -45 l 1\n 320 -68 322 -89 327 -108 c 2\n 332 -128 340 -146 351 -162 c 2\n 361 -177 374 -190 390 -201 c 2\n 405 -212 422 -220 441 -227 c 2\n 469 -237 502 -243 540 -245 c 1\n 497 -245 461 -242 429 -236 c 2\n 406 -232 386 -226 369 -217 c 2\n 350 -208 334 -197 321 -183 c 2\n 306 -166 295 -144 288 -119 c 2\n 283 -97 280 -73 280 -45 c 1\n 280 645 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni23B2\nEncoding: 9138 9138 1947\nWidth: 600\nFlags: HW\nHStem: 654 36<217 482> 734 36<87 534>\nDStem: 161 690 217 654 486 -204 541 -246\nFore\n459 -246 m 1\n 73 654 l 1\n 11 686 l 1\n 11 770 l 1\n 570 770 l 1\n 570 505 l 1\n 522 505 l 1\n 482 655 l 1\n 217 654 l 1\n 541 -246 l 1\n 459 -246 l 1\n486 -204 m 1\n 161 690 l 1\n 497 691 l 1\n 534 734 l 1\n 87 734 l 1\n 120 675 l 1\n 486 -204 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni23B3\nEncoding: 9139 9139 1948\nWidth: 600\nFlags: HW\nHStem: -172 36<84 532> -92 36<215 479>\nDStem: 483 801 539 845 159 -92 215 -56\nFore\n457 845 m 1\n 539 845 l 1\n 215 -56 l 1\n 479 -56 l 1\n 520 94 l 1\n 568 94 l 1\n 568 -172 l 1\n 9 -171 l 1\n 9 -87 l 1\n 71 -56 l 1\n 457 845 l 1\n483 801 m 1\n 118 -76 l 1\n 84 -135 l 1\n 532 -136 l 1\n 495 -92 l 1\n 159 -92 l 1\n 483 801 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni23B4\nEncoding: 9140 9140 1949\nWidth: 600\nFlags: HW\nEndChar\nStartChar: uni23B7\nEncoding: 9143 9143 1950\nWidth: 600\nFlags: HW\nDStem: 34 77 75 77 171 -245 186 -179 280 846 321 846 186 -179 215 -245\nFore\n186 -179 m 1\n 280 846 l 1\n 321 846 l 1\n 215 -245 l 1\n 171 -245 l 1\n 34 77 l 1\n 75 77 l 1\n 186 -179 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni23BA\nEncoding: 9146 9146 1951\nWidth: 600\nFlags: HW\nHStem: 720 80<0 600>\nFore\n600 800 m 1\n 600 720 l 1\n 0 720 l 1\n 0 800 l 1\n 600 800 l 1\nEndSplineSet\nEndChar\nStartChar: uni23BB\nEncoding: 9147 9147 1952\nWidth: 600\nFlags: HW\nHStem: 485 80<0 600>\nFore\n600 565 m 1\n 600 485 l 1\n 0 485 l 1\n 0 565 l 1\n 600 565 l 1\nEndSplineSet\nEndChar\nStartChar: uni23BC\nEncoding: 9148 9148 1953\nWidth: 600\nFlags: HW\nHStem: 260 80<0 600>\nFore\n600 340 m 1\n 600 260 l 1\n 0 260 l 1\n 0 340 l 1\n 600 340 l 1\nEndSplineSet\nEndChar\nStartChar: uni23BD\nEncoding: 9149 9149 1954\nWidth: 600\nFlags: HW\nHStem: 35 80<0 600>\nFore\n600 115 m 1\n 600 35 l 1\n 0 35 l 1\n 0 115 l 1\n 600 115 l 1\nEndSplineSet\nEndChar\nStartChar: SF100000\nEncoding: 9472 9472 1955\nWidth: 600\nFlags: HW\nHStem: 280 40<1 599>\nVStem: 0 600<281 319>\nFore\n0 320 m 25\n 600 320 l 25\n 600 280 l 25\n 0 280 l 25\n 0 320 l 25\nEndSplineSet\nEndChar\nStartChar: uni2501\nEncoding: 9473 9473 1956\nWidth: 600\nFlags: HW\nHStem: 260 80<1 599>\nVStem: 0 600<261 339>\nFore\n0 340 m 25\n 600 340 l 25\n 600 260 l 25\n 0 260 l 25\n 0 340 l 25\nEndSplineSet\nEndChar\nStartChar: SF110000\nEncoding: 9474 9474 1957\nWidth: 600\nFlags: HW\nHStem: -200 1000<281 319>\nVStem: 280 40<-199 799>\nFore\n280 800 m 25\n 320 800 l 25\n 320 -200 l 25\n 280 -200 l 25\n 280 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2503\nEncoding: 9475 9475 1958\nWidth: 600\nFlags: HW\nHStem: -200 1000<261 339>\nVStem: 260 80<-199 799>\nFore\n260 800 m 25\n 340 800 l 25\n 340 -200 l 25\n 260 -200 l 25\n 260 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2504\nEncoding: 9476 9476 1959\nWidth: 600\nFlags: HW\nHStem: 280 40<1 99 201 399 501 599>\nVStem: 0 100<281 319> 200 200<281 319> 500 100<281 319>\nFore\n500 320 m 1\n 600 320 l 1\n 600 280 l 1\n 500 280 l 1\n 500 320 l 1\n400 280 m 1\n 200 280 l 1\n 200 320 l 1\n 400 320 l 1\n 400 280 l 1\n100 280 m 1\n 0 280 l 1\n 0 320 l 1\n 100 320 l 1\n 100 280 l 1\nEndSplineSet\nEndChar\nStartChar: uni2505\nEncoding: 9477 9477 1960\nWidth: 600\nFlags: HW\nHStem: 260 80<1 99 201 399 501 599>\nVStem: 0 100<261 339> 200 200<261 339> 500 100<261 339>\nFore\n500 340 m 1\n 600 340 l 1\n 600 260 l 1\n 500 260 l 1\n 500 340 l 1\n400 260 m 1\n 200 260 l 1\n 200 340 l 1\n 400 340 l 1\n 400 260 l 1\n100 260 m 1\n 0 260 l 1\n 0 340 l 1\n 100 340 l 1\n 100 260 l 1\nEndSplineSet\nEndChar\nStartChar: uni2506\nEncoding: 9478 9478 1961\nWidth: 600\nFlags: HW\nHStem: -200 200<281 319> 100 400<281 319> 600 200<281 319>\nVStem: 280 40<-199 -1 101 499 601 799>\nFore\n320 500 m 1\n 320 100 l 1\n 280 100 l 1\n 280 500 l 1\n 320 500 l 1\n280 600 m 1\n 280 800 l 1\n 320 800 l 1\n 320 600 l 1\n 280 600 l 1\n320 0 m 1\n 320 -200 l 1\n 280 -200 l 1\n 280 0 l 1\n 320 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2507\nEncoding: 9479 9479 1962\nWidth: 600\nFlags: HW\nHStem: -200 200<261 339> 100 400<261 339> 600 200<261 339>\nVStem: 260 80<-199 -1 101 499 601 799>\nFore\n340 500 m 1\n 340 100 l 1\n 260 100 l 1\n 260 500 l 1\n 340 500 l 1\n260 600 m 1\n 260 800 l 1\n 340 800 l 1\n 340 600 l 1\n 260 600 l 1\n340 0 m 1\n 340 -200 l 1\n 260 -200 l 1\n 260 0 l 1\n 340 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2508\nEncoding: 9480 9480 1963\nWidth: 600\nFlags: HW\nHStem: 280 40<1 64 136 264 336 464 536 599>\nVStem: 0 65<281 319> 135 130<281 319> 335 130<281 319> 535 65<281 319>\nFore\n465 280 m 1\n 335 280 l 1\n 335 320 l 1\n 465 320 l 1\n 465 280 l 1\n535 320 m 1\n 600 320 l 1\n 600 280 l 1\n 535 280 l 1\n 535 320 l 1\n265 280 m 1\n 135 280 l 1\n 135 320 l 1\n 265 320 l 1\n 265 280 l 1\n65 280 m 1\n 0 280 l 1\n 0 320 l 1\n 65 320 l 1\n 65 280 l 1\nEndSplineSet\nEndChar\nStartChar: uni2509\nEncoding: 9481 9481 1964\nWidth: 600\nFlags: HW\nHStem: 260 80<1 64 136 264 336 464 536 599>\nVStem: 0 65<261 339> 135 130<261 339> 335 130<261 339> 535 65<261 339>\nFore\n465 260 m 1\n 335 260 l 1\n 335 340 l 1\n 465 340 l 1\n 465 260 l 1\n535 340 m 1\n 600 340 l 1\n 600 260 l 1\n 535 260 l 1\n 535 340 l 1\n265 260 m 1\n 135 260 l 1\n 135 340 l 1\n 265 340 l 1\n 265 260 l 1\n65 260 m 1\n 0 260 l 1\n 0 340 l 1\n 65 340 l 1\n 65 260 l 1\nEndSplineSet\nEndChar\nStartChar: uni250A\nEncoding: 9482 9482 1965\nWidth: 600\nFlags: HW\nHStem: -200 103<281 319> 30 207<281 319> 364 207<281 319> 697 103<281 319>\nVStem: 280 40<-199 -98 31 236 365 570 698 799>\nFore\n320 571 m 1\n 320 364 l 1\n 280 364 l 1\n 280 571 l 1\n 320 571 l 1\n320 237 m 1\n 320 30 l 1\n 280 30 l 1\n 280 237 l 1\n 320 237 l 1\n280 697 m 1\n 280 800 l 1\n 320 800 l 1\n 320 697 l 1\n 280 697 l 1\n320 -97 m 1\n 320 -200 l 1\n 280 -200 l 1\n 280 -97 l 1\n 320 -97 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni250B\nEncoding: 9483 9483 1966\nWidth: 600\nFlags: HW\nHStem: -200 103<261 339> 30 207<261 339> 364 207<261 339> 697 103<261 339>\nVStem: 260 80<-199 -98 31 236 365 570 698 799>\nFore\n340 571 m 1\n 340 364 l 1\n 260 364 l 1\n 260 571 l 1\n 340 571 l 1\n340 237 m 1\n 340 30 l 1\n 260 30 l 1\n 260 237 l 1\n 340 237 l 1\n260 697 m 1\n 260 800 l 1\n 340 800 l 1\n 340 697 l 1\n 260 697 l 1\n340 -97 m 1\n 340 -200 l 1\n 260 -200 l 1\n 260 -97 l 1\n 340 -97 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: SF010000\nEncoding: 9484 9484 1967\nWidth: 600\nFlags: HW\nHStem: 280 40<321 599>\nVStem: 280 40<-199 280> 280 320<281 319>\nFore\n280 320 m 1\n 600 320 l 9\n 600 280 l 17\n 320 280 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 320 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni250D\nEncoding: 9485 9485 1968\nWidth: 600\nFlags: HW\nHStem: 260 80<321 599>\nVStem: 280 40<-199 260> 280 320<261 339>\nFore\n280 340 m 1\n 600 340 l 9\n 600 260 l 17\n 320 260 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 340 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni250E\nEncoding: 9486 9486 1969\nWidth: 600\nFlags: HW\nHStem: 280 40<341 599>\nVStem: 260 80<-199 280> 260 340<281 319>\nFore\n260 320 m 1\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\n 340 -200 l 9\n 260 -200 l 17\n 260 320 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni250F\nEncoding: 9487 9487 1970\nWidth: 600\nFlags: HW\nHStem: 260 80<341 599>\nVStem: 260 80<-199 260> 260 340<261 339>\nFore\n260 340 m 1\n 600 340 l 9\n 600 260 l 17\n 340 260 l 1\n 340 -200 l 9\n 260 -200 l 17\n 260 340 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: SF030000\nEncoding: 9488 9488 1971\nWidth: 600\nFlags: HW\nHStem: 280 40<1 279>\nVStem: 280 40<-199 279>\nFore\n320 320 m 1\n 320 -200 l 9\n 280 -200 l 17\n 280 280 l 1\n 0 280 l 9\n 0 320 l 17\n 320 320 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2511\nEncoding: 9489 9489 1972\nWidth: 600\nFlags: HW\nHStem: 260 80<1 279>\nVStem: 280 40<-199 259>\nFore\n320 340 m 1\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\n 0 260 l 9\n 0 340 l 17\n 320 340 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2512\nEncoding: 9490 9490 1973\nWidth: 600\nFlags: HW\nHStem: 280 40<1 259>\nVStem: 260 80<-199 279>\nFore\n340 320 m 1\n 340 -200 l 9\n 260 -200 l 17\n 260 280 l 1\n 0 280 l 9\n 0 320 l 17\n 340 320 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2513\nEncoding: 9491 9491 1974\nWidth: 600\nFlags: HW\nHStem: 260 80<1 259>\nVStem: 260 80<-199 259>\nFore\n340 340 m 1\n 340 -200 l 9\n 260 -200 l 17\n 260 260 l 1\n 0 260 l 9\n 0 340 l 17\n 340 340 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF020000\nEncoding: 9492 9492 1975\nWidth: 600\nFlags: HW\nHStem: 280 40<320 599>\nVStem: 280 40<320 799> 280 320<281 319>\nFore\n280 280 m 1\n 280 800 l 9\n 320 800 l 17\n 320 320 l 1\n 600 320 l 9\n 600 280 l 17\n 280 280 l 1\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2515\nEncoding: 9493 9493 1976\nWidth: 600\nFlags: HW\nHStem: 260 80<320 599>\nVStem: 280 40<340 799> 280 320<261 339>\nFore\n280 260 m 1\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\n 600 340 l 9\n 600 260 l 17\n 280 260 l 1\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2516\nEncoding: 9494 9494 1977\nWidth: 600\nFlags: HW\nHStem: 280 40<340 599>\nVStem: 260 80<320 799> 260 340<281 319>\nFore\n260 280 m 1\n 260 800 l 9\n 340 800 l 17\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 260 280 l 1\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2517\nEncoding: 9495 9495 1978\nWidth: 600\nFlags: HW\nHStem: 260 80<340 599>\nVStem: 260 80<340 799> 260 340<261 339>\nFore\n260 260 m 1\n 260 800 l 9\n 340 800 l 17\n 340 340 l 1\n 600 340 l 9\n 600 260 l 17\n 260 260 l 1\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF040000\nEncoding: 9496 9496 1979\nWidth: 600\nFlags: HW\nHStem: 280 40<1 280>\nVStem: 280 40<321 799>\nFore\n320 280 m 1\n 0 280 l 9\n 0 320 l 17\n 280 320 l 1\n 280 800 l 9\n 320 800 l 17\n 320 280 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni2519\nEncoding: 9497 9497 1980\nWidth: 600\nFlags: HW\nHStem: 260 80<1 280>\nVStem: 280 40<341 799>\nFore\n320 260 m 1\n 0 260 l 9\n 0 340 l 17\n 280 340 l 1\n 280 800 l 9\n 320 800 l 17\n 320 260 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni251A\nEncoding: 9498 9498 1981\nWidth: 600\nFlags: HW\nHStem: 280 40<1 260>\nVStem: 260 80<321 799>\nFore\n340 280 m 1\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\n 260 800 l 9\n 340 800 l 17\n 340 280 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni251B\nEncoding: 9499 9499 1982\nWidth: 600\nFlags: HW\nHStem: 260 80<1 260>\nVStem: 260 80<341 799>\nFore\n340 260 m 1\n 0 260 l 9\n 0 340 l 17\n 260 340 l 1\n 260 800 l 9\n 340 800 l 17\n 340 260 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: SF080000\nEncoding: 9500 9500 1983\nWidth: 600\nFlags: HW\nHStem: 280 40<320 599>\nVStem: 280 40<-199 280 320 799> 280 320<281 319>\nFore\n280 -200 m 17\n 280 800 l 9\n 320 800 l 17\n 320 320 l 1\n 600 320 l 9\n 600 280 l 17\n 320 280 l 1\n 320 -200 l 9\n 280 -200 l 17\nEndSplineSet\nMinimumDistance: y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni251D\nEncoding: 9501 9501 1984\nWidth: 600\nFlags: HW\nHStem: 260 80<320 599>\nVStem: 280 40<-199 260 340 799> 280 320<261 339>\nFore\n320 340 m 1\n 600 340 l 1\n 600 260 l 1\n 320 260 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,6 y0,7 x0,2 x0,1 \nEndChar\nStartChar: uni251E\nEncoding: 9502 9502 1985\nWidth: 600\nFlags: HW\nHStem: 280 40<340 599>\nVStem: 260 80<320 799> 280 40<-199 280>\nFore\n280 280 m 1\n 260 280 l 1\n 260 800 l 1\n 340 800 l 1\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 320 280 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 280 l 1\nEndSplineSet\nMinimumDistance: y4,2 y4,3 y0,8 y0,9 y2,0 x0,2 x0,1 x4,6 x4,5 \nEndChar\nStartChar: uni251F\nEncoding: 9503 9503 1986\nWidth: 600\nFlags: HW\nHStem: 280 40<341 599>\nVStem: 260 80<-199 280> 280 40<320 799>\nFore\n280 320 m 1\n 280 800 l 9\n 320 800 l 17\n 320 320 l 1\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\n 340 -200 l 1\n 260 -200 l 1\n 260 320 l 1\n 280 320 l 1\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 y8,0 x0,8 x0,9 x6,4 x6,5 \nEndChar\nStartChar: uni2520\nEncoding: 9504 9504 1987\nWidth: 600\nFlags: HW\nHStem: 280 40<340 599>\nVStem: 260 80<-199 280 320 799> 260 340<281 319>\nFore\n340 280 m 1\n 340 -200 l 1\n 260 -200 l 9\n 260 800 l 17\n 340 800 l 1\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\nEndSplineSet\nMinimumDistance: y5,3 y5,4 y0,2 y0,1 x0,6 x0,7 \nEndChar\nStartChar: uni2521\nEncoding: 9505 9505 1988\nWidth: 600\nFlags: HW\nHStem: 260 80<340 599>\nVStem: 260 80<340 799> 280 40<-199 260>\nFore\n280 260 m 1\n 260 260 l 1\n 260 800 l 1\n 340 800 l 1\n 340 340 l 1\n 600 340 l 9\n 600 260 l 17\n 320 260 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\nEndSplineSet\nMinimumDistance: y4,2 y4,3 y0,8 y0,9 y2,0 x0,2 x0,1 x4,6 x4,5 \nEndChar\nStartChar: uni2522\nEncoding: 9506 9506 1989\nWidth: 600\nFlags: HW\nHStem: 260 80<341 599>\nVStem: 260 80<-199 260> 280 40<340 799>\nFore\n320 340 m 1\n 600 340 l 1\n 600 260 l 1\n 340 260 l 1\n 340 -200 l 1\n 260 -200 l 1\n 260 340 l 1\n 280 340 l 1\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,8 y0,9 y5,7 x7,5 x7,6 x3,1 x3,2 \nEndChar\nStartChar: uni2523\nEncoding: 9507 9507 1990\nWidth: 600\nFlags: HW\nHStem: 260 80<340 599>\nVStem: 260 80<-199 260 340 799> 260 340<261 339>\nFore\n260 -200 m 17\n 260 800 l 9\n 340 800 l 17\n 340 340 l 1\n 600 340 l 9\n 600 260 l 17\n 340 260 l 1\n 340 -200 l 9\n 260 -200 l 17\nEndSplineSet\nMinimumDistance: y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF090000\nEncoding: 9508 9508 1991\nWidth: 600\nFlags: HW\nHStem: 280 40<1 280>\nVStem: 280 40<-199 279 321 799>\nFore\n320 -200 m 9\n 280 -200 l 17\n 280 280 l 1\n 0 280 l 9\n 0 320 l 17\n 280 320 l 1\n 280 800 l 9\n 320 800 l 17\n 320 -200 l 9\nEndSplineSet\nMinimumDistance: x0,-1 y5,7 y5,6 y2,0 y2,1 x2,4 x2,3 \nEndChar\nStartChar: uni2525\nEncoding: 9509 9509 1992\nWidth: 600\nFlags: HW\nHStem: 260 80<1 280>\nVStem: 280 40<-199 259 341 799>\nFore\n280 260 m 1\n 0 260 l 1\n 0 340 l 1\n 280 340 l 1\n 280 800 l 9\n 320 800 l 17\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y3,5 y3,4 y0,6 y0,7 x0,2 x0,1 \nEndChar\nStartChar: uni2526\nEncoding: 9510 9510 1993\nWidth: 600\nFlags: HW\nHStem: 280 40<1 260>\nVStem: 260 80<321 799> 280 40<-199 280>\nFore\n320 280 m 1\n 320 -200 l 9\n 280 -200 l 17\n 280 280 l 1\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\n 260 800 l 1\n 340 800 l 1\n 340 280 l 1\n 320 280 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y6,8 y6,7 y0,2 y0,1 y8,0 x0,8 x0,9 x6,4 x6,5 \nEndChar\nStartChar: uni2527\nEncoding: 9511 9511 1994\nWidth: 600\nFlags: HW\nHStem: 280 40<1 259>\nVStem: 260 80<-199 279> 280 40<320 799>\nFore\n320 320 m 1\n 340 320 l 1\n 340 -200 l 1\n 260 -200 l 1\n 260 280 l 1\n 0 280 l 9\n 0 320 l 17\n 280 320 l 1\n 280 800 l 9\n 320 800 l 17\n 320 320 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y4,2 y4,3 y0,8 y0,9 y2,0 x0,2 x0,1 x4,6 x4,5 \nEndChar\nStartChar: uni2528\nEncoding: 9512 9512 1995\nWidth: 600\nFlags: HW\nHStem: 280 40<1 260>\nVStem: 260 80<-199 279 321 799>\nFore\n260 320 m 1\n 260 800 l 1\n 340 800 l 9\n 340 -200 l 17\n 260 -200 l 1\n 260 280 l 1\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y5,3 y5,4 y0,2 y0,1 x0,6 x0,7 \nEndChar\nStartChar: uni2529\nEncoding: 9513 9513 1996\nWidth: 600\nFlags: HW\nHStem: 260 80<1 260>\nVStem: 260 80<341 799> 280 40<-199 260>\nFore\n320 260 m 1\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\n 0 260 l 1\n 0 340 l 1\n 260 340 l 1\n 260 800 l 1\n 340 800 l 1\n 340 260 l 1\n 320 260 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y6,8 y6,7 y0,2 y0,1 y8,0 x0,8 x0,9 x6,4 x6,5 \nEndChar\nStartChar: uni252A\nEncoding: 9514 9514 1997\nWidth: 600\nFlags: HW\nHStem: 260 80<1 259>\nVStem: 260 80<-199 259> 280 40<340 799>\nFore\n320 340 m 1\n 340 340 l 1\n 340 -200 l 1\n 260 -200 l 1\n 260 260 l 1\n 0 260 l 1\n 0 340 l 1\n 280 340 l 1\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y4,2 y4,3 y0,8 y0,9 y2,0 x0,2 x0,1 x4,6 x4,5 \nEndChar\nStartChar: uni252B\nEncoding: 9515 9515 1998\nWidth: 600\nFlags: HW\nHStem: 260 80<1 260>\nVStem: 260 80<-199 259 341 799>\nFore\n340 800 m 17\n 340 -200 l 9\n 260 -200 l 17\n 260 260 l 1\n 0 260 l 9\n 0 340 l 17\n 260 340 l 1\n 260 800 l 9\n 340 800 l 17\nEndSplineSet\nMinimumDistance: x0,-1 y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF060000\nEncoding: 9516 9516 1999\nWidth: 600\nFlags: HW\nHStem: 280 40<1 279 321 599>\nVStem: 280 40<-199 280>\nFore\n0 320 m 17\n 600 320 l 9\n 600 280 l 17\n 320 280 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 280 l 1\n 0 280 l 9\n 0 320 l 17\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni252D\nEncoding: 9517 9517 2000\nWidth: 600\nFlags: HW\nHStem: 260 80<1 279> 280 40<320 599>\nVStem: 280 40<-199 259>\nFore\n320 320 m 1\n 600 320 l 9\n 600 280 l 17\n 320 280 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\n 0 260 l 1\n 0 340 l 1\n 320 340 l 1\n 320 320 l 1\nEndSplineSet\nMinimumDistance: x8,0 y0,8 y0,9 y6,4 y6,5 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni252E\nEncoding: 9518 9518 2001\nWidth: 600\nFlags: HW\nHStem: 260 80<321 599> 280 40<1 280>\nVStem: 280 40<-199 260> 280 320<261 279 321 339>\nFore\n280 320 m 1\n 280 340 l 1\n 600 340 l 1\n 600 260 l 1\n 320 260 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 280 l 1\n 0 280 l 9\n 0 320 l 17\n 280 320 l 1\nEndSplineSet\nMinimumDistance: y0,2 y0,1 y4,6 y4,5 x4,2 x4,3 x0,8 x0,9 \nEndChar\nStartChar: uni252F\nEncoding: 9519 9519 2002\nWidth: 600\nFlags: HW\nHStem: 260 80<1 279 321 599>\nVStem: 280 40<-199 260>\nFore\n280 260 m 1\n 0 260 l 1\n 0 340 l 9\n 600 340 l 17\n 600 260 l 1\n 320 260 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\nEndSplineSet\nMinimumDistance: y0,6 y0,7 x5,3 x5,4 x0,2 x0,1 \nEndChar\nStartChar: uni2530\nEncoding: 9520 9520 2003\nWidth: 600\nFlags: HW\nHStem: 280 40<1 259 341 599>\nVStem: 260 80<-199 280>\nFore\n340 280 m 1\n 340 -200 l 1\n 260 -200 l 1\n 260 280 l 1\n 0 280 l 9\n 0 320 l 17\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\nEndSplineSet\nMinimumDistance: y0,2 y0,1 x3,5 x3,4 x0,6 x0,7 \nEndChar\nStartChar: uni2531\nEncoding: 9521 9521 2004\nWidth: 600\nFlags: HW\nHStem: 260 80<1 259> 280 40<340 599>\nVStem: 260 80<-199 259>\nFore\n340 280 m 1\n 340 -200 l 1\n 260 -200 l 1\n 260 260 l 1\n 0 260 l 1\n 0 340 l 1\n 340 340 l 1\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\nEndSplineSet\nMinimumDistance: x5,7 y7,5 y7,6 y3,1 y3,2 x3,5 x3,4 x0,8 x0,9 \nEndChar\nStartChar: uni2532\nEncoding: 9522 9522 2005\nWidth: 600\nFlags: HW\nHStem: 260 80<341 599> 280 40<1 260>\nVStem: 260 80<-199 260> 260 340<261 279 321 339>\nFore\n260 280 m 1\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\n 260 340 l 1\n 600 340 l 1\n 600 260 l 1\n 340 260 l 1\n 340 -200 l 1\n 260 -200 l 1\n 260 280 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y7,9 y7,8 x7,5 x7,6 x0,2 x0,1 \nEndChar\nStartChar: uni2533\nEncoding: 9523 9523 2006\nWidth: 600\nFlags: HW\nHStem: 260 80<1 259 341 599>\nVStem: 260 80<-199 260>\nFore\n0 340 m 17\n 600 340 l 9\n 600 260 l 17\n 340 260 l 1\n 340 -200 l 9\n 260 -200 l 17\n 260 260 l 1\n 0 260 l 9\n 0 340 l 17\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: SF070000\nEncoding: 9524 9524 2007\nWidth: 600\nFlags: HW\nHStem: 280 40<1 280 320 599> 280 520<281 319>\nVStem: 280 40<320 799>\nFore\n0 280 m 9\n 0 320 l 17\n 280 320 l 1\n 280 800 l 9\n 320 800 l 17\n 320 320 l 1\n 600 320 l 9\n 600 280 l 17\n 0 280 l 9\nEndSplineSet\nMinimumDistance: y2,4 y2,3 x5,7 x5,6 x2,0 x2,1 \nEndChar\nStartChar: uni2535\nEncoding: 9525 9525 2008\nWidth: 600\nFlags: HW\nHStem: 260 80<1 280> 280 40<320 599>\nVStem: 280 40<341 799>\nFore\n320 280 m 1\n 320 260 l 1\n 0 260 l 1\n 0 340 l 1\n 280 340 l 1\n 280 800 l 9\n 320 800 l 17\n 320 320 l 1\n 600 320 l 9\n 600 280 l 17\n 320 280 l 1\nEndSplineSet\nMinimumDistance: x2,0 y0,2 y0,1 y4,6 y4,5 x4,2 x4,3 x0,8 x0,9 \nEndChar\nStartChar: uni2536\nEncoding: 9526 9526 2009\nWidth: 600\nFlags: HW\nHStem: 260 80<320 599> 280 40<1 280>\nVStem: 280 40<340 799> 280 320<261 279 321 339>\nFore\n280 280 m 1\n 0 280 l 9\n 0 320 l 17\n 280 320 l 1\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\n 600 340 l 1\n 600 260 l 1\n 280 260 l 1\n 280 280 l 1\nEndSplineSet\nMinimumDistance: y0,8 y0,9 y6,4 y6,5 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni2537\nEncoding: 9527 9527 2010\nWidth: 600\nFlags: HW\nHStem: 260 80<1 280 320 599> 260 540<281 319>\nVStem: 280 40<340 799>\nFore\n320 340 m 1\n 600 340 l 1\n 600 260 l 9\n 0 260 l 17\n 0 340 l 1\n 280 340 l 1\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\nEndSplineSet\nMinimumDistance: y0,6 y0,7 x5,3 x5,4 x0,2 x0,1 \nEndChar\nStartChar: uni2538\nEncoding: 9528 9528 2011\nWidth: 600\nFlags: HW\nHStem: 280 40<1 260 340 599> 280 520<261 339>\nVStem: 260 80<320 799>\nFore\n260 320 m 1\n 260 800 l 1\n 340 800 l 1\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\nEndSplineSet\nMinimumDistance: y0,2 y0,1 x3,5 x3,4 x0,6 x0,7 \nEndChar\nStartChar: uni2539\nEncoding: 9529 9529 2012\nWidth: 600\nFlags: HW\nHStem: 260 80<1 260> 260 540<261 339> 280 40<340 599>\nVStem: 260 80<341 799>\nFore\n340 280 m 1\n 340 260 l 1\n 0 260 l 1\n 0 340 l 1\n 260 340 l 1\n 260 800 l 1\n 340 800 l 1\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\nEndSplineSet\nMinimumDistance: x2,0 y0,2 y0,1 y4,6 y4,5 x4,2 x4,3 x0,8 x0,9 \nEndChar\nStartChar: uni253A\nEncoding: 9530 9530 2013\nWidth: 600\nFlags: HW\nHStem: 260 80<340 599> 260 540<261 339> 280 40<1 260>\nVStem: 260 80<340 799> 260 340<261 279 321 339>\nFore\n260 280 m 1\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\n 260 800 l 1\n 340 800 l 1\n 340 340 l 1\n 600 340 l 1\n 600 260 l 1\n 260 260 l 1\n 260 280 l 1\nEndSplineSet\nMinimumDistance: y0,8 y0,9 y6,4 y6,5 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni253B\nEncoding: 9531 9531 2014\nWidth: 600\nFlags: HW\nHStem: 260 80<1 260 340 599> 260 540<261 339>\nVStem: 260 80<340 799>\nFore\n600 260 m 17\n 0 260 l 9\n 0 340 l 17\n 260 340 l 1\n 260 800 l 9\n 340 800 l 17\n 340 340 l 1\n 600 340 l 9\n 600 260 l 17\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: SF050000\nEncoding: 9532 9532 2015\nWidth: 600\nFlags: HW\nHStem: 280 40<1 280 320 599>\nVStem: 280 40<-199 280 320 799>\nFore\n280 280 m 1\n 0 280 l 9\n 0 320 l 17\n 280 320 l 1\n 280 800 l 9\n 320 800 l 17\n 320 320 l 1\n 600 320 l 9\n 600 280 l 17\n 320 280 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 280 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni253D\nEncoding: 9533 9533 2016\nWidth: 600\nFlags: HW\nHStem: 260 80<1 280> 280 40<320 599>\nVStem: 280 40<-199 259 341 799>\nFore\n280 340 m 1\n 280 800 l 9\n 320 800 l 17\n 320 320 l 1\n 600 320 l 9\n 600 280 l 17\n 320 280 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\n 0 260 l 1\n 0 340 l 1\n 280 340 l 1\nEndSplineSet\nMinimumDistance: y9,7 y9,8 y0,2 y0,1 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni253E\nEncoding: 9534 9534 2017\nWidth: 600\nFlags: HW\nHStem: 260 80<320 599> 280 40<1 280>\nVStem: 280 40<-199 260 340 799> 280 320<261 279 321 339>\nFore\n320 260 m 1\n 320 -200 l 9\n 280 -200 l 17\n 280 280 l 1\n 0 280 l 9\n 0 320 l 17\n 280 320 l 1\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\n 600 340 l 1\n 600 260 l 1\n 320 260 l 1\nEndSplineSet\nMinimumDistance: y9,7 y9,8 y0,2 y0,1 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni253F\nEncoding: 9535 9535 2018\nWidth: 600\nFlags: HW\nHStem: 260 80<1 280 320 599>\nVStem: 280 40<-199 260 340 799>\nFore\n280 260 m 1\n 0 260 l 9\n 0 340 l 17\n 280 340 l 1\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\n 600 340 l 9\n 600 260 l 17\n 320 260 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni2540\nEncoding: 9536 9536 2019\nWidth: 600\nFlags: HW\nHStem: 280 40<1 260 340 599> 280 520<261 279 321 339>\nVStem: 260 80<320 799> 280 40<-199 280>\nFore\n260 320 m 1\n 260 800 l 1\n 340 800 l 1\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 320 280 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 280 l 1\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni2541\nEncoding: 9537 9537 2020\nWidth: 600\nFlags: HW\nHStem: 280 40<1 259 341 599>\nVStem: 260 80<-199 280> 280 40<320 799>\nFore\n340 280 m 1\n 340 -200 l 1\n 260 -200 l 1\n 260 280 l 1\n 0 280 l 9\n 0 320 l 17\n 280 320 l 1\n 280 800 l 9\n 320 800 l 17\n 320 320 l 1\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni2542\nEncoding: 9538 9538 2021\nWidth: 600\nFlags: HW\nHStem: 280 40<1 260 340 599>\nVStem: 260 80<-199 280 320 799>\nFore\n260 280 m 1\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\n 260 800 l 9\n 340 800 l 17\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\n 340 -200 l 9\n 260 -200 l 17\n 260 280 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni2543\nEncoding: 9539 9539 2022\nWidth: 600\nFlags: HW\nHStem: 260 80<1 260> 280 40<340 599>\nVStem: 260 80<341 799> 280 40<-199 260>\nFore\n340 280 m 1\n 340 260 l 1\n 320 260 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\n 0 260 l 1\n 0 340 l 1\n 260 340 l 1\n 260 800 l 1\n 340 800 l 1\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\nEndSplineSet\nMinimumDistance: y8,10 y8,9 y2,4 y2,3 x8,6 x8,7 x0,12 x0,13 \nEndChar\nStartChar: uni2544\nEncoding: 9540 9540 2023\nWidth: 600\nFlags: HW\nHStem: 260 80<340 599> 280 40<1 260>\nVStem: 260 80<340 799> 280 40<-199 260>\nFore\n280 260 m 1\n 260 260 l 1\n 260 280 l 1\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\n 260 800 l 1\n 340 800 l 1\n 340 340 l 1\n 600 340 l 1\n 600 260 l 1\n 320 260 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\nEndSplineSet\nMinimumDistance: y8,6 y8,7 y0,12 y0,13 x8,10 x8,9 x2,4 x2,3 \nEndChar\nStartChar: uni2545\nEncoding: 9541 9541 2024\nWidth: 600\nFlags: HW\nHStem: 260 80<1 259> 280 40<340 599>\nVStem: 260 80<-199 259> 280 40<340 799>\nFore\n320 340 m 1\n 340 340 l 1\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\n 340 -200 l 1\n 260 -200 l 1\n 260 260 l 1\n 0 260 l 1\n 0 340 l 1\n 280 340 l 1\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\nEndSplineSet\nMinimumDistance: y8,6 y8,7 y0,12 y0,13 x8,10 x8,9 x2,4 x2,3 \nEndChar\nStartChar: uni2546\nEncoding: 9542 9542 2025\nWidth: 600\nFlags: HW\nHStem: 260 80<341 599> 280 40<1 260>\nVStem: 260 80<-199 260> 280 40<340 799>\nFore\n260 320 m 1\n 260 340 l 1\n 280 340 l 1\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\n 600 340 l 1\n 600 260 l 1\n 340 260 l 1\n 340 -200 l 1\n 260 -200 l 1\n 260 280 l 1\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\nEndSplineSet\nMinimumDistance: y8,10 y8,9 y2,4 y2,3 x8,6 x8,7 x0,12 x0,13 \nEndChar\nStartChar: uni2547\nEncoding: 9543 9543 2026\nWidth: 600\nFlags: HW\nHStem: 260 80<1 260 340 599> 260 540<261 279 321 339>\nVStem: 260 80<340 799> 280 40<-199 260>\nFore\n280 260 m 1\n 0 260 l 1\n 0 340 l 1\n 260 340 l 1\n 260 800 l 1\n 340 800 l 1\n 340 340 l 1\n 600 340 l 1\n 600 260 l 1\n 320 260 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 260 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2548\nEncoding: 9544 9544 2027\nWidth: 600\nFlags: HW\nHStem: 260 80<1 259 341 599>\nVStem: 260 80<-199 260> 280 40<340 799>\nFore\n320 340 m 1\n 600 340 l 1\n 600 260 l 1\n 340 260 l 1\n 340 -200 l 1\n 260 -200 l 1\n 260 260 l 1\n 0 260 l 1\n 0 340 l 1\n 280 340 l 1\n 280 800 l 9\n 320 800 l 17\n 320 340 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2549\nEncoding: 9545 9545 2028\nWidth: 600\nFlags: HW\nHStem: 260 80<1 260> 280 40<340 599>\nVStem: 260 80<-199 259 341 799>\nFore\n340 280 m 1\n 340 -200 l 1\n 260 -200 l 1\n 260 260 l 1\n 0 260 l 1\n 0 340 l 1\n 260 340 l 1\n 260 800 l 1\n 340 800 l 1\n 340 320 l 1\n 600 320 l 9\n 600 280 l 17\n 340 280 l 1\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y3,1 y3,2 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni254A\nEncoding: 9546 9546 2029\nWidth: 600\nFlags: HW\nHStem: 260 80<340 599> 280 40<1 260>\nVStem: 260 80<-199 260 340 799> 260 340<261 279 321 339>\nFore\n260 320 m 1\n 260 800 l 1\n 340 800 l 1\n 340 340 l 1\n 600 340 l 1\n 600 260 l 1\n 340 260 l 1\n 340 -200 l 1\n 260 -200 l 1\n 260 280 l 1\n 0 280 l 9\n 0 320 l 17\n 260 320 l 1\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y3,1 y3,2 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni254B\nEncoding: 9547 9547 2030\nWidth: 600\nFlags: HW\nHStem: 260 80<1 260 340 599>\nVStem: 260 80<-199 260 340 799>\nFore\n260 260 m 1\n 0 260 l 9\n 0 340 l 17\n 260 340 l 1\n 260 800 l 9\n 340 800 l 17\n 340 340 l 1\n 600 340 l 9\n 600 260 l 17\n 340 260 l 1\n 340 -200 l 9\n 260 -200 l 17\n 260 260 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni254C\nEncoding: 9548 9548 2031\nWidth: 600\nFlags: HW\nHStem: 280 40<1 249 351 599>\nVStem: 0 250<281 319> 350 250<281 319>\nFore\n600 280 m 1\n 350 280 l 1\n 350 320 l 1\n 600 320 l 1\n 600 280 l 1\n250 280 m 1\n 0 280 l 1\n 0 320 l 1\n 250 320 l 1\n 250 280 l 1\nEndSplineSet\nEndChar\nStartChar: uni254D\nEncoding: 9549 9549 2032\nWidth: 600\nFlags: HW\nHStem: 260 80<1 249 351 599>\nVStem: 0 250<261 339> 350 250<261 339>\nFore\n600 260 m 1\n 350 260 l 1\n 350 340 l 1\n 600 340 l 1\n 600 260 l 1\n250 260 m 1\n 0 260 l 1\n 0 340 l 1\n 250 340 l 1\n 250 260 l 1\nEndSplineSet\nEndChar\nStartChar: uni254E\nEncoding: 9550 9550 2033\nWidth: 600\nFlags: HW\nHStem: -200 450<281 319> 350 450<281 319>\nVStem: 280 40<-199 249 351 799>\nFore\n320 800 m 1\n 320 350 l 1\n 280 350 l 1\n 280 800 l 1\n 320 800 l 1\n320 250 m 1\n 320 -200 l 1\n 280 -200 l 1\n 280 250 l 1\n 320 250 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni254F\nEncoding: 9551 9551 2034\nWidth: 600\nFlags: HW\nHStem: -200 450<241 359> 350 450<241 359>\nVStem: 240 120<-199 249 351 799>\nFore\n360 800 m 1\n 360 350 l 1\n 240 350 l 1\n 240 800 l 1\n 360 800 l 1\n360 250 m 1\n 360 -200 l 1\n 240 -200 l 1\n 240 250 l 1\n 360 250 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: SF430000\nEncoding: 9552 9552 2035\nWidth: 600\nFlags: HW\nHStem: 220 40<1 599> 340 40<1 599>\nVStem: 0 600<221 259 341 379>\nFore\n0 260 m 25\n 600 260 l 25\n 600 220 l 25\n 0 220 l 25\n 0 260 l 25\n0 380 m 25\n 600 380 l 25\n 600 340 l 25\n 0 340 l 25\n 0 380 l 25\nEndSplineSet\nEndChar\nStartChar: SF240000\nEncoding: 9553 9553 2036\nWidth: 600\nFlags: HW\nHStem: -200 1000<221 259 341 379>\nVStem: 220 40<-199 799> 340 40<-199 799>\nFore\n220 800 m 25\n 260 800 l 25\n 260 -200 l 25\n 220 -200 l 25\n 220 800 l 25\n340 800 m 25\n 380 800 l 25\n 380 -200 l 25\n 340 -200 l 25\n 340 800 l 25\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: SF510000\nEncoding: 9554 9554 2037\nWidth: 600\nFlags: HW\nHStem: 220 40<321 599> 340 40<321 599>\nVStem: 280 40<-199 220 260 340> 280 320<221 259 341 379>\nFore\n280 -200 m 17\n 280 380 l 1\n 600 380 l 9\n 600 340 l 17\n 320 340 l 1\n 320 260 l 1\n 600 260 l 9\n 600 220 l 17\n 320 220 l 1\n 320 -200 l 9\n 280 -200 l 17\nEndSplineSet\nMinimumDistance: y8,0 y8,9 x5,7 x5,6 x4,2 x4,3 \nEndChar\nStartChar: SF520000\nEncoding: 9555 9555 2038\nWidth: 600\nFlags: HW\nHStem: 280 40<261 339 381 599>\nVStem: 220 40<-199 279> 340 40<-199 280>\nFore\n220 320 m 1\n 600 320 l 9\n 600 280 l 17\n 380 280 l 1\n 380 -200 l 9\n 340 -200 l 17\n 340 280 l 1\n 260 280 l 1\n 260 -200 l 9\n 220 -200 l 17\n 220 320 l 1\nEndSplineSet\nMinimumDistance: y7,9 y7,8 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: SF390000\nEncoding: 9556 9556 2039\nWidth: 600\nFlags: HW\nHStem: 220 40<381 599> 340 40<261 599>\nVStem: 220 40<-199 340> 340 40<-199 220> 340 260<221 259>\nFore\n340 260 m 1\n 600 260 l 9\n 600 220 l 17\n 380 220 l 1\n 380 -200 l 9\n 340 -200 l 17\n 340 260 l 1\n260 -200 m 9\n 220 -200 l 17\n 220 380 l 1\n 600 380 l 9\n 600 340 l 17\n 260 340 l 1\n 260 -200 l 9\nEndSplineSet\nMinimumDistance: y11,7 y11,6 y3,5 y3,4 x3,1 x3,2 x11,9 x11,10 \nEndChar\nStartChar: SF220000\nEncoding: 9557 9557 2040\nWidth: 600\nFlags: HW\nHStem: 220 40<1 279> 340 40<1 279>\nVStem: 280 40<-199 219 261 339>\nFore\n320 380 m 1\n 320 -200 l 9\n 280 -200 l 17\n 280 220 l 1\n 0 220 l 9\n 0 260 l 17\n 280 260 l 1\n 280 340 l 1\n 0 340 l 9\n 0 380 l 17\n 320 380 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x7,9 x7,8 x3,5 x3,4 \nEndChar\nStartChar: SF210000\nEncoding: 9558 9558 2041\nWidth: 600\nFlags: HW\nHStem: 280 40<1 219 261 339>\nVStem: 220 40<-199 279> 340 40<-199 279>\nFore\n380 320 m 1\n 380 -200 l 9\n 340 -200 l 17\n 340 280 l 1\n 260 280 l 1\n 260 -200 l 9\n 220 -200 l 17\n 220 280 l 1\n 0 280 l 9\n 0 320 l 17\n 380 320 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,6 y4,5 y3,1 y3,2 x7,9 x7,8 \nEndChar\nStartChar: SF250000\nEncoding: 9559 9559 2042\nWidth: 600\nFlags: HW\nHStem: 220 40<1 219> 340 40<1 339>\nVStem: 220 40<-199 219> 340 40<-199 339>\nFore\n260 260 m 1\n 260 -200 l 9\n 220 -200 l 17\n 220 220 l 1\n 0 220 l 9\n 0 260 l 17\n 260 260 l 1\n340 -200 m 17\n 340 340 l 1\n 0 340 l 9\n 0 380 l 17\n 380 380 l 1\n 380 -200 l 9\n 340 -200 l 17\nEndSplineSet\nMinimumDistance: x10,-1 y7,11 y7,6 y3,1 y3,2 x7,9 x7,8 x3,5 x3,4 \nEndChar\nStartChar: SF500000\nEncoding: 9560 9560 2043\nWidth: 600\nFlags: HW\nHStem: 220 40<321 599> 340 40<320 599>\nVStem: 280 40<260 340 380 799> 280 320<221 259 341 379>\nFore\n280 220 m 1\n 280 800 l 9\n 320 800 l 17\n 320 380 l 1\n 600 380 l 9\n 600 340 l 17\n 320 340 l 1\n 320 260 l 1\n 600 260 l 9\n 600 220 l 17\n 280 220 l 1\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x7,9 x7,8 x3,5 x3,4 \nEndChar\nStartChar: SF490000\nEncoding: 9561 9561 2044\nWidth: 600\nFlags: HW\nHStem: 280 40<260 340 380 599>\nVStem: 220 40<321 799> 340 40<320 799>\nFore\n600 280 m 17\n 220 280 l 1\n 220 800 l 9\n 260 800 l 17\n 260 320 l 1\n 340 320 l 1\n 340 800 l 9\n 380 800 l 17\n 380 320 l 1\n 600 320 l 9\n 600 280 l 17\nEndSplineSet\nMinimumDistance: y5,7 y5,6 y4,2 y4,3 x8,0 x8,9 \nEndChar\nStartChar: SF380000\nEncoding: 9562 9562 2045\nWidth: 600\nFlags: HW\nHStem: 220 40<260 599> 340 40<380 599>\nVStem: 220 40<260 799> 340 40<380 799> 340 260<341 379>\nFore\n340 340 m 1\n 340 800 l 9\n 380 800 l 17\n 380 380 l 1\n 600 380 l 9\n 600 340 l 17\n 340 340 l 1\n260 800 m 17\n 260 260 l 1\n 600 260 l 9\n 600 220 l 17\n 220 220 l 1\n 220 800 l 9\n 260 800 l 17\nEndSplineSet\nMinimumDistance: y3,1 y3,2 y7,11 y7,6 x3,5 x3,4 x7,9 x7,8 \nEndChar\nStartChar: SF280000\nEncoding: 9563 9563 2046\nWidth: 600\nFlags: HW\nHStem: 220 40<1 279> 340 40<1 280>\nVStem: 280 40<261 339 381 799>\nFore\n320 220 m 1\n 0 220 l 9\n 0 260 l 17\n 280 260 l 1\n 280 340 l 1\n 0 340 l 9\n 0 380 l 17\n 280 380 l 1\n 280 800 l 9\n 320 800 l 17\n 320 220 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y7,9 y7,8 x4,6 x4,5 x3,1 x3,2 \nEndChar\nStartChar: SF270000\nEncoding: 9564 9564 2047\nWidth: 600\nFlags: HW\nHStem: 280 40<1 220 260 340>\nVStem: 220 40<321 799> 340 40<321 799>\nFore\n380 280 m 1\n 0 280 l 9\n 0 320 l 17\n 220 320 l 1\n 220 800 l 9\n 260 800 l 17\n 260 320 l 1\n 340 320 l 1\n 340 800 l 9\n 380 800 l 17\n 380 280 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y7,9 y7,8 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: SF260000\nEncoding: 9565 9565 2048\nWidth: 600\nFlags: HW\nHStem: 220 40<1 340> 340 40<1 220>\nVStem: 220 40<381 799> 340 40<261 799>\nFore\n260 340 m 1\n 0 340 l 9\n 0 380 l 17\n 220 380 l 1\n 220 800 l 9\n 260 800 l 17\n 260 340 l 1\n340 800 m 9\n 380 800 l 17\n 380 220 l 1\n 0 220 l 9\n 0 260 l 17\n 340 260 l 1\n 340 800 l 9\nEndSplineSet\nMinimumDistance: x7,-1 y3,5 y3,4 y11,7 y11,6 x11,9 x11,10 x3,1 x3,2 \nEndChar\nStartChar: SF360000\nEncoding: 9566 9566 2049\nWidth: 600\nFlags: HW\nHStem: 220 40<321 599> 340 40<320 599>\nVStem: 280 40<-199 220 260 340 380 799> 280 320<221 259 341 379>\nFore\n280 -200 m 17\n 280 800 l 9\n 320 800 l 17\n 320 380 l 1\n 600 380 l 9\n 600 340 l 17\n 320 340 l 1\n 320 260 l 1\n 600 260 l 9\n 600 220 l 17\n 320 220 l 1\n 320 -200 l 9\n 280 -200 l 17\nEndSplineSet\nMinimumDistance: y3,1 y3,2 y10,0 y10,11 x7,9 x7,8 x3,5 x3,4 \nEndChar\nStartChar: SF370000\nEncoding: 9567 9567 2050\nWidth: 600\nFlags: HW\nHStem: 280 40<380 599>\nVStem: 220 40<-199 799> 340 40<-199 280 320 799> 340 260<281 319>\nFore\n340 800 m 9\n 380 800 l 17\n 380 320 l 1\n 600 320 l 9\n 600 280 l 17\n 380 280 l 1\n 380 -200 l 9\n 340 -200 l 17\n 340 800 l 9\n260 -200 m 9\n 220 -200 l 17\n 220 800 l 9\n 260 800 l 17\n 260 -200 l 9\nEndSplineSet\nMinimumDistance: y5,7 y5,6 y2,0 y2,1 x2,4 x2,3 \nEndChar\nStartChar: SF420000\nEncoding: 9568 9568 2051\nWidth: 600\nFlags: HW\nHStem: 220 40<380 600> 340 40<380 599>\nVStem: 220 40<-199 799> 340 40<-200 220 380 799> 340 260<220 260 341 379>\nFore\n220 -200 m 17\n 220 800 l 9\n 260 800 l 17\n 260 -200 l 9\n 220 -200 l 17\n600 260 m 9\n 600 220 l 17\n 380 220 l 1\n 380 -200 l 9\n 340 -200 l 17\n 340 260 l 2\n 340 262 600 260 600 260 c 9\n340 800 m 9\n 380 800 l 17\n 380 380 l 1\n 600 380 l 9\n 600 340 l 17\n 340 340 l 25\n 340 800 l 9\nEndSplineSet\nMinimumDistance: y12,10 y12,11 y6,8 y6,7 x12,14 x12,13 x6,4 x6,5 \nEndChar\nStartChar: SF190000\nEncoding: 9569 9569 2052\nWidth: 600\nFlags: HW\nHStem: 220 40<1 279> 340 40<1 280>\nVStem: 280 40<-199 219 261 339 381 799>\nFore\n320 800 m 17\n 320 -200 l 9\n 280 -200 l 17\n 280 220 l 1\n 0 220 l 9\n 0 260 l 17\n 280 260 l 1\n 280 340 l 1\n 0 340 l 9\n 0 380 l 17\n 280 380 l 1\n 280 800 l 9\n 320 800 l 17\nEndSplineSet\nMinimumDistance: x0,-1 y10,0 y10,11 y3,1 y3,2 x7,9 x7,8 x3,5 x3,4 \nEndChar\nStartChar: SF200000\nEncoding: 9570 9570 2053\nWidth: 600\nFlags: HW\nHStem: 280 40<1 220>\nVStem: 220 40<-199 279 321 799> 340 40<-199 799>\nFore\n380 800 m 17\n 380 -200 l 9\n 340 -200 l 17\n 340 800 l 9\n 380 800 l 17\n260 -200 m 9\n 220 -200 l 17\n 220 280 l 1\n 0 280 l 9\n 0 320 l 17\n 220 320 l 1\n 220 800 l 9\n 260 800 l 17\n 260 -200 l 9\nEndSplineSet\nMinimumDistance: x0,-1 y9,11 y9,10 y6,4 y6,5 x6,8 x6,7 \nEndChar\nStartChar: SF230000\nEncoding: 9571 9571 2054\nWidth: 600\nFlags: HW\nHStem: 220 40<6.25849e-05 220> 340 40<1 220>\nVStem: 220 40<-200 220 381 799> 340 40<-199 799>\nFore\n380 -200 m 9\n 340 -200 l 17\n 340 800 l 9\n 380 800 l 17\n 380 -200 l 9\n0 260 m 17\n 0 260 260 262 260 260 c 2\n 260 -200 l 9\n 220 -200 l 17\n 220 220 l 1\n 0 220 l 9\n 0 260 l 17\n260 800 m 17\n 260 340 l 25\n 0 340 l 9\n 0 380 l 17\n 220 380 l 1\n 220 800 l 9\n 260 800 l 17\nEndSplineSet\nMinimumDistance: x0,-1 y14,10 y14,15 y8,6 y8,7 x14,12 x14,13 x8,4 x8,9 \nEndChar\nStartChar: SF470000\nEncoding: 9572 9572 2055\nWidth: 600\nFlags: HW\nHStem: 220 40<1 279 321 599> 340 40<1 599>\nVStem: 280 40<-199 220>\nFore\n600 260 m 9\n 600 220 l 17\n 320 220 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 220 l 1\n 0 220 l 9\n 0 260 l 17\n 600 260 l 9\n0 340 m 9\n 0 380 l 17\n 600 380 l 9\n 600 340 l 17\n 0 340 l 9\nEndSplineSet\nMinimumDistance: y2,4 y2,3 x5,7 x5,6 x2,0 x2,1 \nEndChar\nStartChar: SF480000\nEncoding: 9573 9573 2056\nWidth: 600\nFlags: HW\nHStem: 280 40<1 219 261 339 381 599>\nVStem: 220 40<-199 279> 340 40<-199 280>\nFore\n0 320 m 17\n 600 320 l 9\n 600 280 l 17\n 380 280 l 1\n 380 -200 l 9\n 340 -200 l 17\n 340 280 l 1\n 260 280 l 1\n 260 -200 l 9\n 220 -200 l 17\n 220 280 l 1\n 0 280 l 9\n 0 320 l 17\nEndSplineSet\nMinimumDistance: y7,9 y7,8 y3,5 y3,4 x3,1 x3,2 x10,0 x10,11 \nEndChar\nStartChar: SF410000\nEncoding: 9574 9574 2057\nWidth: 600\nFlags: HW\nHStem: 220 40<0 220 380 600> 340 40<1 599>\nVStem: 220 40<-200 220> 340 40<-200 220> 340 260<220 259.998>\nFore\n0 340 m 9\n 0 380 l 17\n 600 380 l 9\n 600 340 l 17\n 0 340 l 9\n260 -200 m 9\n 220 -200 l 17\n 220 220 l 1\n 0 220 l 9\n 0 260 l 17\n 0 260 262 260 260 260 c 0\n 258 260 260 -200 260 -200 c 9\n600 260 m 9\n 600 220 l 17\n 380 220 l 1\n 380 -200 l 9\n 340 -200 l 17\n 340 -200 342 258 340 260 c 0\n 338 262 600 260 600 260 c 9\nEndSplineSet\nMinimumDistance: y12,14 y12,13 y6,4 y6,5 x12,10 x12,11 x6,8 x6,7 \nEndChar\nStartChar: SF450000\nEncoding: 9575 9575 2058\nWidth: 600\nFlags: HW\nHStem: 220 40<1 599> 340 40<1 280 320 599> 340 460<281 319>\nVStem: 280 40<380 799>\nFore\n600 220 m 17\n 0 220 l 9\n 0 260 l 17\n 600 260 l 9\n 600 220 l 17\n0 340 m 9\n 0 380 l 17\n 280 380 l 1\n 280 800 l 9\n 320 800 l 17\n 320 380 l 1\n 600 380 l 9\n 600 340 l 17\n 0 340 l 9\nEndSplineSet\nMinimumDistance: y6,8 y6,7 x9,11 x9,10 x6,4 x6,5 \nEndChar\nStartChar: SF460000\nEncoding: 9576 9576 2059\nWidth: 600\nFlags: HW\nHStem: 280 40<1 220 260 340 380 599> 280 520<221 259 341 379>\nVStem: 220 40<321 799> 340 40<320 799>\nFore\n600 280 m 17\n 0 280 l 9\n 0 320 l 17\n 220 320 l 1\n 220 800 l 9\n 260 800 l 17\n 260 320 l 1\n 340 320 l 1\n 340 800 l 9\n 380 800 l 17\n 380 320 l 1\n 600 320 l 9\n 600 280 l 17\nEndSplineSet\nMinimumDistance: y7,9 y7,8 y3,5 y3,4 x10,0 x10,11 x3,1 x3,2 \nEndChar\nStartChar: SF400000\nEncoding: 9577 9577 2060\nWidth: 600\nFlags: HW\nHStem: 220 40<1 599> 340 40<0 220 380 600> 340 460<220 260 341 379>\nVStem: 220 40<380 800> 340 40<380 800>\nFore\n0 260 m 17\n 600 260 l 9\n 600 220 l 17\n 0 220 l 9\n 0 260 l 17\n260 800 m 17\n 260 800 258 340 260 340 c 0\n 262 340 0 340 0 340 c 9\n 0 380 l 17\n 220 380 l 1\n 220 800 l 9\n 260 800 l 17\n600 340 m 17\n 600 340 338 338 340 340 c 0\n 342 342 340 800 340 800 c 9\n 380 800 l 17\n 380 380 l 1\n 600 380 l 9\n 600 340 l 17\nEndSplineSet\nMinimumDistance: y14,12 y14,13 y8,4 y8,9 x14,10 x14,15 x8,6 x8,7 \nEndChar\nStartChar: SF540000\nEncoding: 9578 9578 2061\nWidth: 600\nFlags: HW\nHStem: 220 40<1 279 321 599> 340 40<1 280 320 599>\nVStem: 280 40<-199 220 260 340 380 799>\nFore\n280 340 m 1\n 0 340 l 9\n 0 380 l 17\n 280 380 l 1\n 280 800 l 9\n 320 800 l 17\n 320 380 l 1\n 600 380 l 9\n 600 340 l 17\n 320 340 l 1\n 320 260 l 1\n 600 260 l 9\n 600 220 l 17\n 320 220 l 1\n 320 -200 l 9\n 280 -200 l 17\n 280 220 l 1\n 0 220 l 9\n 0 260 l 17\n 280 260 l 1\n 280 340 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y13,15 y13,14 x16,18 x16,17 x10,12 x10,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: SF530000\nEncoding: 9579 9579 2062\nWidth: 600\nFlags: HW\nHStem: 280 40<1 220 260 340 380 599>\nVStem: 220 40<-199 279 321 799> 340 40<-199 280 320 799>\nFore\n340 280 m 1\n 260 280 l 1\n 260 -200 l 9\n 220 -200 l 17\n 220 280 l 1\n 0 280 l 9\n 0 320 l 17\n 220 320 l 1\n 220 800 l 9\n 260 800 l 17\n 260 320 l 1\n 340 320 l 1\n 340 800 l 9\n 380 800 l 17\n 380 320 l 1\n 600 320 l 9\n 600 280 l 17\n 380 280 l 1\n 380 -200 l 9\n 340 -200 l 17\n 340 280 l 1\nEndSplineSet\nMinimumDistance: y11,13 y11,12 y7,9 y7,8 y1,3 y1,2 y0,18 y0,19 x14,16 x14,15 x4,6 x4,5 \nEndChar\nStartChar: SF440000\nEncoding: 9580 9580 2063\nWidth: 600\nFlags: HW\nHStem: 220 40<6.25253e-05 220 380 600> 340 40<1 220 380 600> 340 460<221 259 341 379>\nVStem: 220 40<-200 220 381 799> 340 40<-200 220 380 800> 340 260<220 260 340 380>\nFore\n260 -200 m 9\n 220 -200 l 17\n 220 220 l 1\n 0 220 l 9\n 0 260 l 17\n 0 260 262 262 260 260 c 0\n 258 258 260 -200 260 -200 c 9\n600 260 m 9\n 600 220 l 17\n 380 220 l 1\n 380 -200 l 9\n 340 -200 l 17\n 340 -200 342 260 340 260 c 0\n 338 260 600 260 600 260 c 9\n340 800 m 9\n 380 800 l 17\n 380 380 l 1\n 600 380 l 9\n 600 340 l 17\n 600 340 340 338 340 340 c 0\n 340 342 340 800 340 800 c 9\n0 340 m 9\n 0 380 l 17\n 220 380 l 1\n 220 800 l 9\n 260 800 l 17\n 260 340 l 25\n 0 340 l 9\nEndSplineSet\nMinimumDistance: y20,22 y20,21 y14,12 y14,13 y8,10 y8,9 y2,0 y2,1 x14,16 x14,15 x8,6 x8,7 x20,18 x20,19 x2,4 x2,3 \nEndChar\nStartChar: uni256D\nEncoding: 9581 9581 2064\nWidth: 600\nFlags: HW\nHStem: 280 40<472 599>\nVStem: 280 40<-199 120>\nFore\n500 320 m 2\n 600 320 l 1\n 600 280 l 1\n 500 280 l 2\n 368 280 320 232 320 100 c 2\n 320 -200 l 1\n 280 -200 l 1\n 280 100 l 2\n 280 256 344 320 500 320 c 2\nEndSplineSet\nMinimumDistance: y3,6 y3,5 x4,1 x4,2 \nEndChar\nStartChar: uni256E\nEncoding: 9582 9582 2065\nWidth: 600\nFlags: HW\nHStem: 280 40<1 128>\nVStem: 280 40<-199 120>\nRef: 9581 9581 N -1 0 0 1 600 0\nEndChar\nStartChar: uni256F\nEncoding: 9583 9583 2066\nWidth: 600\nFlags: HW\nHStem: 280 40<1 128>\nVStem: 280 40<480 799>\nRef: 9581 9581 N -1 -0 0 -1 600 600\nEndChar\nStartChar: uni2570\nEncoding: 9584 9584 2067\nWidth: 600\nFlags: HW\nHStem: 280 40<472 599>\nVStem: 280 40<480 799>\nRef: 9581 9581 N 1 0 -0 -1 0 600\nEndChar\nStartChar: uni2571\nEncoding: 9585 9585 2068\nWidth: 600\nFlags: HW\nDStem: 583 810 617 790 -17 -190 17 -210\nFore\n-17 -190 m 1\n 583 810 l 1\n 617 790 l 1\n 17 -210 l 1\n -17 -190 l 1\nEndSplineSet\nEndChar\nStartChar: uni2572\nEncoding: 9586 9586 2069\nWidth: 600\nFlags: HW\nDStem: -17 790 17 810 583 -210 617 -190\nRef: 9585 9585 N -1 0 0 1 600 0\nEndChar\nStartChar: uni2573\nEncoding: 9587 9587 2070\nWidth: 600\nFlags: HW\nDStem: -17 790 17 810 277 300 300 338.333 277 300 300 261.667 -17 -190 17 -210 300 261.667 323 300 583 -210 617 -190 583 810 617 790 300 338.333 323 300\nFore\n323 300 m 1\n 617 -190 l 1\n 583 -210 l 1\n 300 262 l 1\n 17 -210 l 1\n -17 -190 l 1\n 277 300 l 1\n -17 790 l 1\n 17 810 l 1\n 300 338 l 1\n 583 810 l 1\n 617 790 l 1\n 323 300 l 1\nEndSplineSet\nEndChar\nStartChar: uni2574\nEncoding: 9588 9588 2071\nWidth: 600\nFlags: HW\nHStem: 280 40<1 299>\nVStem: 0 300<281 319>\nFore\n0 320 m 25\n 300 320 l 25\n 300 280 l 25\n 0 280 l 25\n 0 320 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2575\nEncoding: 9589 9589 2072\nWidth: 600\nFlags: HW\nHStem: 300 500<281 319>\nVStem: 280 40<301 799>\nFore\n280 800 m 25\n 320 800 l 25\n 320 300 l 25\n 280 300 l 25\n 280 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2576\nEncoding: 9590 9590 2073\nWidth: 600\nFlags: HW\nHStem: 280 40<301 599>\nVStem: 300 300<281 319>\nRef: 9588 9588 N 1 0 0 1 300 0\nEndChar\nStartChar: uni2577\nEncoding: 9591 9591 2074\nWidth: 600\nFlags: HW\nHStem: -200 500<281 319>\nVStem: 280 40<-199 299>\nRef: 9589 9589 N 1 0 0 1 0 -500\nEndChar\nStartChar: uni2578\nEncoding: 9592 9592 2075\nWidth: 600\nFlags: HW\nHStem: 260 80<1 299>\nVStem: 0 300<261 339>\nFore\n0 340 m 25\n 300 340 l 25\n 300 260 l 25\n 0 260 l 25\n 0 340 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2579\nEncoding: 9593 9593 2076\nWidth: 600\nFlags: HW\nHStem: 300 500<261 339>\nVStem: 260 80<301 799>\nFore\n260 800 m 25\n 340 800 l 25\n 340 300 l 25\n 260 300 l 25\n 260 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni257A\nEncoding: 9594 9594 2077\nWidth: 600\nFlags: HW\nHStem: 260 80<301 599>\nVStem: 300 300<261 339>\nRef: 9592 9592 N 1 0 0 1 300 0\nEndChar\nStartChar: uni257B\nEncoding: 9595 9595 2078\nWidth: 600\nFlags: HW\nHStem: -200 500<261 339>\nVStem: 260 80<-199 299>\nRef: 9593 9593 N 1 0 0 1 0 -500\nEndChar\nStartChar: uni257C\nEncoding: 9596 9596 2079\nWidth: 600\nFlags: HW\nHStem: 260 80<300 599> 280 40<1 300>\nFore\n300 280 m 9\n 0 280 l 25\n 0 320 l 25\n 300 320 l 17\n 300 340 l 9\n 600 340 l 25\n 600 260 l 25\n 300 260 l 17\n 300 280 l 9\nEndSplineSet\nMinimumDistance: x5,3 y3,5 y3,4 x6,0 y0,6 y0,7 \nEndChar\nStartChar: uni257D\nEncoding: 9597 9597 2080\nWidth: 600\nFlags: HW\nVStem: 260 80<-199 300> 280 40<300 799>\nFore\n280 300 m 9\n 280 800 l 25\n 320 800 l 25\n 320 300 l 17\n 340 300 l 9\n 340 -200 l 25\n 260 -200 l 25\n 260 300 l 17\n 280 300 l 9\nEndSplineSet\nMinimumDistance: x4,-1 y5,3 x3,5 x3,4 y6,0 x0,6 x0,7 \nEndChar\nStartChar: uni257E\nEncoding: 9598 9598 2081\nWidth: 600\nFlags: HW\nHStem: 260 80<1 300> 280 40<300 599>\nRef: 9596 9596 N -1 0 0 1 600 0\nEndChar\nStartChar: uni257F\nEncoding: 9599 9599 2082\nWidth: 600\nFlags: HW\nVStem: 260 80<300 799> 280 40<-199 300>\nRef: 9597 9597 N 1 0 0 -1 0 600\nEndChar\nStartChar: upblock\nEncoding: 9600 9600 2083\nWidth: 600\nFlags: HW\nHStem: 300 500<1 599>\nVStem: 0 600<301 799>\nFore\n0 800 m 25\n 600 800 l 25\n 600 300 l 25\n 0 300 l 25\n 0 800 l 25\nEndSplineSet\nEndChar\nStartChar: uni2581\nEncoding: 9601 9601 2084\nWidth: 600\nFlags: HW\nHStem: -200 125<1 599>\nVStem: 0 600<-199 -76>\nFore\n0 -75 m 25\n 600 -75 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 -75 l 25\nEndSplineSet\nEndChar\nStartChar: uni2582\nEncoding: 9602 9602 2085\nWidth: 600\nFlags: HW\nHStem: -200 250<1 599>\nVStem: 0 600<-199 49>\nFore\n0 50 m 25\n 600 50 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 50 l 25\nEndSplineSet\nEndChar\nStartChar: uni2583\nEncoding: 9603 9603 2086\nWidth: 600\nFlags: HW\nHStem: -200 375<1 599>\nVStem: 0 600<-199 174>\nFore\n0 175 m 25\n 600 175 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 175 l 25\nEndSplineSet\nEndChar\nStartChar: dnblock\nEncoding: 9604 9604 2087\nWidth: 600\nFlags: HW\nHStem: -200 500<1 599>\nVStem: 0 600<-199 299>\nFore\n0 300 m 25\n 600 300 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 300 l 25\nEndSplineSet\nEndChar\nStartChar: uni2585\nEncoding: 9605 9605 2088\nWidth: 600\nFlags: HW\nHStem: -200 625<1 599>\nVStem: 0 600<-199 424>\nFore\n0 425 m 25\n 600 425 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 425 l 25\nEndSplineSet\nEndChar\nStartChar: uni2586\nEncoding: 9606 9606 2089\nWidth: 600\nFlags: HW\nHStem: -200 750<1 599>\nVStem: 0 600<-199 549>\nFore\n0 550 m 25\n 600 550 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 550 l 25\nEndSplineSet\nEndChar\nStartChar: uni2587\nEncoding: 9607 9607 2090\nWidth: 600\nFlags: HW\nHStem: -200 875<1 599>\nVStem: 0 600<-199 674>\nFore\n0 675 m 25\n 600 675 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 675 l 25\nEndSplineSet\nEndChar\nStartChar: block\nEncoding: 9608 9608 2091\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 599>\nVStem: 0 600<-199 799>\nFore\n0 800 m 25\n 600 800 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nEndChar\nStartChar: uni2589\nEncoding: 9609 9609 2092\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 524>\nVStem: 0 525<-199 799>\nFore\n0 800 m 25\n 525 800 l 25\n 525 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni258A\nEncoding: 9610 9610 2093\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 449>\nVStem: 0 450<-199 799>\nFore\n0 800 m 25\n 450 800 l 25\n 450 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni258B\nEncoding: 9611 9611 2094\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 374>\nVStem: 0 375<-199 799>\nFore\n0 800 m 25\n 375 800 l 25\n 375 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: lfblock\nEncoding: 9612 9612 2095\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 299>\nVStem: 0 300<-199 799>\nFore\n0 800 m 25\n 300 800 l 25\n 300 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni258D\nEncoding: 9613 9613 2096\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 224>\nVStem: 0 225<-199 799>\nFore\n0 800 m 25\n 225 800 l 25\n 225 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni258E\nEncoding: 9614 9614 2097\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 149>\nVStem: 0 150<-199 799>\nFore\n0 800 m 25\n 150 800 l 25\n 150 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni258F\nEncoding: 9615 9615 2098\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 74>\nVStem: 0 75<-199 799>\nFore\n0 800 m 25\n 75 800 l 25\n 75 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: rtblock\nEncoding: 9616 9616 2099\nWidth: 600\nFlags: HW\nHStem: -200 1000<301 599>\nVStem: 300 300<-199 799>\nFore\n300 800 m 25\n 600 800 l 25\n 600 -200 l 25\n 300 -200 l 25\n 300 800 l 25\nEndSplineSet\nEndChar\nStartChar: ltshade\nEncoding: 9617 9617 2100\nWidth: 600\nFlags: HW\nHStem: -200 50<1 49 201 249 401 449> -100 50<101 149 301 349 501 549> 0 50<1 49 201 249 401 449> 100 50<101 149 301 349 501 549> 200 50<1 49 201 249 401 449> 300 50<101 149 301 349 501 549> 400 50<1 49 201 249 401 449> 500 50<101 149 301 349 501 549> 600 50<1 49 201 249 401 449> 700 50<101 149 301 349 501 549>\nVStem: 0 50<-199 -151 1 49 201 249 401 449 601 649> 100 50<-99 -51 101 149 301 349 501 549 701 749> 200 50<-199 -151 1 49 201 249 401 449 601 649> 300 50<-99 -51 101 149 301 349 501 549 701 749> 400 50<-199 -151 1 49 201 249 401 449 601 649> 500 50<-99 -51 101 149 301 349 501 549 701 749>\nFore\n400 50 m 25\n 450 50 l 25\n 450 0 l 25\n 400 0 l 25\n 400 50 l 25\n200 50 m 25\n 250 50 l 25\n 250 0 l 25\n 200 0 l 25\n 200 50 l 25\n0 50 m 25\n 50 50 l 25\n 50 0 l 25\n 0 0 l 25\n 0 50 l 25\n500 150 m 25\n 550 150 l 25\n 550 100 l 25\n 500 100 l 25\n 500 150 l 25\n300 150 m 25\n 350 150 l 25\n 350 100 l 25\n 300 100 l 25\n 300 150 l 25\n100 150 m 25\n 150 150 l 25\n 150 100 l 25\n 100 100 l 25\n 100 150 l 25\n400 -150 m 25\n 450 -150 l 25\n 450 -200 l 25\n 400 -200 l 25\n 400 -150 l 25\n200 -150 m 25\n 250 -150 l 25\n 250 -200 l 25\n 200 -200 l 25\n 200 -150 l 25\n0 -150 m 25\n 50 -150 l 25\n 50 -200 l 25\n 0 -200 l 25\n 0 -150 l 25\n500 -50 m 25\n 550 -50 l 25\n 550 -100 l 25\n 500 -100 l 25\n 500 -50 l 25\n300 -50 m 25\n 350 -50 l 25\n 350 -100 l 25\n 300 -100 l 25\n 300 -50 l 25\n100 -50 m 25\n 150 -50 l 25\n 150 -100 l 25\n 100 -100 l 25\n 100 -50 l 25\n400 250 m 25\n 450 250 l 25\n 450 200 l 25\n 400 200 l 25\n 400 250 l 25\n200 250 m 25\n 250 250 l 25\n 250 200 l 25\n 200 200 l 25\n 200 250 l 25\n0 250 m 25\n 50 250 l 25\n 50 200 l 25\n 0 200 l 25\n 0 250 l 25\n500 350 m 25\n 550 350 l 25\n 550 300 l 25\n 500 300 l 25\n 500 350 l 25\n300 350 m 25\n 350 350 l 25\n 350 300 l 25\n 300 300 l 25\n 300 350 l 25\n100 350 m 25\n 150 350 l 25\n 150 300 l 25\n 100 300 l 25\n 100 350 l 25\n400 450 m 25\n 450 450 l 25\n 450 400 l 25\n 400 400 l 25\n 400 450 l 25\n200 450 m 25\n 250 450 l 25\n 250 400 l 25\n 200 400 l 25\n 200 450 l 25\n0 450 m 25\n 50 450 l 25\n 50 400 l 25\n 0 400 l 25\n 0 450 l 25\n500 550 m 25\n 550 550 l 25\n 550 500 l 25\n 500 500 l 25\n 500 550 l 25\n300 550 m 25\n 350 550 l 25\n 350 500 l 25\n 300 500 l 25\n 300 550 l 25\n100 550 m 25\n 150 550 l 25\n 150 500 l 25\n 100 500 l 25\n 100 550 l 25\n400 650 m 25\n 450 650 l 25\n 450 600 l 25\n 400 600 l 25\n 400 650 l 25\n200 650 m 25\n 250 650 l 25\n 250 600 l 25\n 200 600 l 25\n 200 650 l 25\n0 650 m 25\n 50 650 l 25\n 50 600 l 25\n 0 600 l 25\n 0 650 l 25\n500 750 m 25\n 550 750 l 25\n 550 700 l 25\n 500 700 l 25\n 500 750 l 25\n300 750 m 25\n 350 750 l 25\n 350 700 l 25\n 300 700 l 25\n 300 750 l 25\n100 750 m 25\n 150 750 l 25\n 150 700 l 25\n 100 700 l 25\n 100 750 l 25\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: shade\nEncoding: 9618 9618 2101\nWidth: 600\nFlags: HW\nHStem: -200 50<1 49 101 149 201 249 301 349 401 449 501 549> -100 50<51 99 151 199 251 299 351 399 451 499 551 599> 0 50<1 49 101 149 201 249 301 349 401 449 501 549> 100 50<51 99 151 199 251 299 351 399 451 499 551 599> 200 50<1 49 101 149 201 249 301 349 401 449 501 549> 300 50<51 99 151 199 251 299 351 399 451 499 551 599> 400 50<1 49 101 149 201 249 301 349 401 449 501 549> 500 50<51 99 151 199 251 299 351 399 451 499 551 599> 600 50<1 49 101 149 201 249 301 349 401 449 501 549> 700 50<51 99 151 199 251 299 351 399 451 499 551 599>\nVStem: 0 50<-199 -151 1 49 201 249 401 449 601 649> 50 50<-99 -51 101 149 301 349 501 549 701 749> 100 50<-199 -151 1 49 201 249 401 449 601 649> 150 50<-99 -51 101 149 301 349 501 549 701 749> 200 50<-199 -151 1 49 201 249 401 449 601 649> 250 50<-99 -51 101 149 301 349 501 549 701 749> 300 50<-199 -151 1 49 201 249 401 449 601 649> 350 50<-99 -51 101 149 301 349 501 549 701 749> 400 50<-199 -151 1 49 201 249 401 449 601 649> 450 50<-99 -51 101 149 301 349 501 549 701 749> 500 50<-199 -151 1 49 201 249 401 449 601 649> 550 50<-99 -51 101 149 301 349 501 549 701 749>\nFore\n400 50 m 25\n 450 50 l 25\n 450 0 l 25\n 400 0 l 25\n 400 50 l 25\n300 50 m 25\n 350 50 l 25\n 350 0 l 25\n 300 0 l 25\n 300 50 l 25\n200 50 m 25\n 250 50 l 25\n 250 0 l 25\n 200 0 l 25\n 200 50 l 25\n100 50 m 25\n 150 50 l 25\n 150 0 l 25\n 100 0 l 25\n 100 50 l 25\n0 50 m 25\n 50 50 l 25\n 50 0 l 25\n 0 0 l 25\n 0 50 l 25\n500 50 m 25\n 550 50 l 25\n 550 0 l 25\n 500 0 l 25\n 500 50 l 25\n450 150 m 25\n 500 150 l 25\n 500 100 l 25\n 450 100 l 25\n 450 150 l 25\n350 150 m 25\n 400 150 l 25\n 400 100 l 25\n 350 100 l 25\n 350 150 l 25\n250 150 m 25\n 300 150 l 25\n 300 100 l 25\n 250 100 l 25\n 250 150 l 25\n150 150 m 25\n 200 150 l 25\n 200 100 l 25\n 150 100 l 25\n 150 150 l 25\n50 150 m 25\n 100 150 l 25\n 100 100 l 25\n 50 100 l 25\n 50 150 l 25\n550 150 m 25\n 600 150 l 25\n 600 100 l 25\n 550 100 l 25\n 550 150 l 25\n400 -150 m 25\n 450 -150 l 25\n 450 -200 l 25\n 400 -200 l 25\n 400 -150 l 25\n300 -150 m 25\n 350 -150 l 25\n 350 -200 l 25\n 300 -200 l 25\n 300 -150 l 25\n200 -150 m 25\n 250 -150 l 25\n 250 -200 l 25\n 200 -200 l 25\n 200 -150 l 25\n100 -150 m 25\n 150 -150 l 25\n 150 -200 l 25\n 100 -200 l 25\n 100 -150 l 25\n0 -150 m 25\n 50 -150 l 25\n 50 -200 l 25\n 0 -200 l 25\n 0 -150 l 25\n500 -150 m 25\n 550 -150 l 25\n 550 -200 l 25\n 500 -200 l 25\n 500 -150 l 25\n450 -50 m 25\n 500 -50 l 25\n 500 -100 l 25\n 450 -100 l 25\n 450 -50 l 25\n350 -50 m 25\n 400 -50 l 25\n 400 -100 l 25\n 350 -100 l 25\n 350 -50 l 25\n250 -50 m 25\n 300 -50 l 25\n 300 -100 l 25\n 250 -100 l 25\n 250 -50 l 25\n150 -50 m 25\n 200 -50 l 25\n 200 -100 l 25\n 150 -100 l 25\n 150 -50 l 25\n50 -50 m 25\n 100 -50 l 25\n 100 -100 l 25\n 50 -100 l 25\n 50 -50 l 25\n550 -50 m 25\n 600 -50 l 25\n 600 -100 l 25\n 550 -100 l 25\n 550 -50 l 25\n400 250 m 25\n 450 250 l 25\n 450 200 l 25\n 400 200 l 25\n 400 250 l 25\n300 250 m 25\n 350 250 l 25\n 350 200 l 25\n 300 200 l 25\n 300 250 l 25\n200 250 m 25\n 250 250 l 25\n 250 200 l 25\n 200 200 l 25\n 200 250 l 25\n100 250 m 25\n 150 250 l 25\n 150 200 l 25\n 100 200 l 25\n 100 250 l 25\n0 250 m 25\n 50 250 l 25\n 50 200 l 25\n 0 200 l 25\n 0 250 l 25\n500 250 m 25\n 550 250 l 25\n 550 200 l 25\n 500 200 l 25\n 500 250 l 25\n450 350 m 25\n 500 350 l 25\n 500 300 l 25\n 450 300 l 25\n 450 350 l 25\n350 350 m 25\n 400 350 l 25\n 400 300 l 25\n 350 300 l 25\n 350 350 l 25\n250 350 m 25\n 300 350 l 25\n 300 300 l 25\n 250 300 l 25\n 250 350 l 25\n150 350 m 25\n 200 350 l 25\n 200 300 l 25\n 150 300 l 25\n 150 350 l 25\n50 350 m 25\n 100 350 l 25\n 100 300 l 25\n 50 300 l 25\n 50 350 l 25\n550 350 m 25\n 600 350 l 25\n 600 300 l 25\n 550 300 l 25\n 550 350 l 25\n400 450 m 25\n 450 450 l 25\n 450 400 l 25\n 400 400 l 25\n 400 450 l 25\n300 450 m 25\n 350 450 l 25\n 350 400 l 25\n 300 400 l 25\n 300 450 l 25\n200 450 m 25\n 250 450 l 25\n 250 400 l 25\n 200 400 l 25\n 200 450 l 25\n100 450 m 25\n 150 450 l 25\n 150 400 l 25\n 100 400 l 25\n 100 450 l 25\n0 450 m 25\n 50 450 l 25\n 50 400 l 25\n 0 400 l 25\n 0 450 l 25\n500 450 m 25\n 550 450 l 25\n 550 400 l 25\n 500 400 l 25\n 500 450 l 25\n450 550 m 25\n 500 550 l 25\n 500 500 l 25\n 450 500 l 25\n 450 550 l 25\n350 550 m 25\n 400 550 l 25\n 400 500 l 25\n 350 500 l 25\n 350 550 l 25\n250 550 m 25\n 300 550 l 25\n 300 500 l 25\n 250 500 l 25\n 250 550 l 25\n150 550 m 25\n 200 550 l 25\n 200 500 l 25\n 150 500 l 25\n 150 550 l 25\n50 550 m 25\n 100 550 l 25\n 100 500 l 25\n 50 500 l 25\n 50 550 l 25\n550 550 m 25\n 600 550 l 25\n 600 500 l 25\n 550 500 l 25\n 550 550 l 25\n400 650 m 25\n 450 650 l 25\n 450 600 l 25\n 400 600 l 25\n 400 650 l 25\n300 650 m 25\n 350 650 l 25\n 350 600 l 25\n 300 600 l 25\n 300 650 l 25\n200 650 m 25\n 250 650 l 25\n 250 600 l 25\n 200 600 l 25\n 200 650 l 25\n100 650 m 25\n 150 650 l 25\n 150 600 l 25\n 100 600 l 25\n 100 650 l 25\n0 650 m 25\n 50 650 l 25\n 50 600 l 25\n 0 600 l 25\n 0 650 l 25\n500 650 m 25\n 550 650 l 25\n 550 600 l 25\n 500 600 l 25\n 500 650 l 25\n450 750 m 25\n 500 750 l 25\n 500 700 l 25\n 450 700 l 25\n 450 750 l 25\n350 750 m 25\n 400 750 l 25\n 400 700 l 25\n 350 700 l 25\n 350 750 l 25\n250 750 m 25\n 300 750 l 25\n 300 700 l 25\n 250 700 l 25\n 250 750 l 25\n150 750 m 25\n 200 750 l 25\n 200 700 l 25\n 150 700 l 25\n 150 750 l 25\n50 750 m 25\n 100 750 l 25\n 100 700 l 25\n 50 700 l 25\n 50 750 l 25\n550 750 m 25\n 600 750 l 25\n 600 700 l 25\n 550 700 l 25\n 550 750 l 25\nEndSplineSet\nEndChar\nStartChar: dkshade\nEncoding: 9619 9619 2102\nWidth: 600\nFlags: HW\nHStem: -200 50<1 49 100 149 200 249 300 349 400 449 500 549> -150 50<50 100 150 200 250 300 350 400 450 500 550 599> -100 50<1 50 100 150 200 250 300 350 400 450 500 550> -50 50<50 100 150 200 250 300 350 400 450 500 550 599> 0 50<1 50 100 150 200 250 300 350 400 450 500 550> 50 50<50 100 150 200 250 300 350 400 450 500 550 599> 100 50<1 50 100 150 200 250 300 350 400 450 500 550> 150 50<50 100 150 200 250 300 350 400 450 500 550 599> 200 50<1 50 100 150 200 250 300 350 400 450 500 550> 250 50<50 100 150 200 250 300 350 400 450 500 550 599> 300 50<1 50 100 150 200 250 300 350 400 450 500 550> 350 50<50 100 150 200 250 300 350 400 450 500 550 599> 400 50<1 50 100 150 200 250 300 350 400 450 500 550> 450 50<50 100 150 200 250 300 350 400 450 500 550 599> 500 50<1 50 100 150 200 250 300 350 400 450 500 550> 550 50<50 100 150 200 250 300 350 400 450 500 550 599> 600 50<1 50 100 150 200 250 300 350 400 450 500 550> 650 50<50 100 150 200 250 300 350 400 450 500 550 599> 700 50<1 50 100 150 200 250 300 350 400 450 500 550> 750 50<51 100 151 200 251 300 351 400 451 500 551 599>\nVStem: 0 50<-199 -151 -100 -51 0 49 100 149 200 249 300 349 400 449 500 549 600 649 700 749> 50 50<-150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 799> 100 50<-199 -150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750> 150 50<-150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 799> 200 50<-199 -150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750> 250 50<-150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 799> 300 50<-199 -150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750> 350 50<-150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 799> 400 50<-199 -150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750> 450 50<-150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 799> 500 50<-199 -150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750> 550 50<-149 -100 -49 0 51 100 151 200 251 300 351 400 451 500 551 600 651 700 751 799>\nFore\n400 50 m 25\n 450 50 l 25\n 450 0 l 25\n 400 0 l 25\n 400 50 l 25\n300 50 m 25\n 350 50 l 25\n 350 0 l 25\n 300 0 l 25\n 300 50 l 25\n200 50 m 25\n 250 50 l 25\n 250 0 l 25\n 200 0 l 25\n 200 50 l 25\n100 50 m 25\n 150 50 l 25\n 150 0 l 25\n 100 0 l 25\n 100 50 l 25\n0 50 m 25\n 50 50 l 25\n 50 0 l 25\n 0 0 l 25\n 0 50 l 25\n500 50 m 25\n 550 50 l 25\n 550 0 l 25\n 500 0 l 25\n 500 50 l 25\n450 0 m 25\n 500 0 l 25\n 500 -50 l 25\n 450 -50 l 25\n 450 0 l 25\n350 0 m 25\n 400 0 l 25\n 400 -50 l 25\n 350 -50 l 25\n 350 0 l 25\n250 0 m 25\n 300 0 l 25\n 300 -50 l 25\n 250 -50 l 25\n 250 0 l 25\n150 0 m 25\n 200 0 l 25\n 200 -50 l 25\n 150 -50 l 25\n 150 0 l 25\n50 0 m 25\n 100 0 l 25\n 100 -50 l 25\n 50 -50 l 25\n 50 0 l 25\n550 0 m 25\n 600 0 l 25\n 600 -50 l 25\n 550 -50 l 25\n 550 0 l 25\n450 -100 m 25\n 500 -100 l 25\n 500 -150 l 25\n 450 -150 l 25\n 450 -100 l 25\n350 -100 m 25\n 400 -100 l 25\n 400 -150 l 25\n 350 -150 l 25\n 350 -100 l 25\n250 -100 m 25\n 300 -100 l 25\n 300 -150 l 25\n 250 -150 l 25\n 250 -100 l 25\n150 -100 m 25\n 200 -100 l 25\n 200 -150 l 25\n 150 -150 l 25\n 150 -100 l 25\n50 -100 m 25\n 100 -100 l 25\n 100 -150 l 25\n 50 -150 l 25\n 50 -100 l 25\n550 -100 m 25\n 600 -100 l 25\n 600 -150 l 25\n 550 -150 l 25\n 550 -100 l 25\n400 -50 m 25\n 450 -50 l 25\n 450 -100 l 25\n 400 -100 l 25\n 400 -50 l 25\n300 -50 m 25\n 350 -50 l 25\n 350 -100 l 25\n 300 -100 l 25\n 300 -50 l 25\n200 -50 m 25\n 250 -50 l 25\n 250 -100 l 25\n 200 -100 l 25\n 200 -50 l 25\n100 -50 m 25\n 150 -50 l 25\n 150 -100 l 25\n 100 -100 l 25\n 100 -50 l 25\n0 -50 m 25\n 50 -50 l 25\n 50 -100 l 25\n 0 -100 l 25\n 0 -50 l 25\n500 -50 m 25\n 550 -50 l 25\n 550 -100 l 25\n 500 -100 l 25\n 500 -50 l 25\n400 -150 m 25\n 450 -150 l 25\n 450 -200 l 25\n 400 -200 l 25\n 400 -150 l 25\n300 -150 m 25\n 350 -150 l 25\n 350 -200 l 25\n 300 -200 l 25\n 300 -150 l 25\n200 -150 m 25\n 250 -150 l 25\n 250 -200 l 25\n 200 -200 l 25\n 200 -150 l 25\n100 -150 m 25\n 150 -150 l 25\n 150 -200 l 25\n 100 -200 l 25\n 100 -150 l 25\n0 -150 m 25\n 50 -150 l 25\n 50 -200 l 25\n 0 -200 l 25\n 0 -150 l 25\n500 -150 m 25\n 550 -150 l 25\n 550 -200 l 25\n 500 -200 l 25\n 500 -150 l 25\n450 100 m 25\n 500 100 l 25\n 500 50 l 25\n 450 50 l 25\n 450 100 l 25\n350 100 m 25\n 400 100 l 25\n 400 50 l 25\n 350 50 l 25\n 350 100 l 25\n250 100 m 25\n 300 100 l 25\n 300 50 l 25\n 250 50 l 25\n 250 100 l 25\n150 100 m 25\n 200 100 l 25\n 200 50 l 25\n 150 50 l 25\n 150 100 l 25\n50 100 m 25\n 100 100 l 25\n 100 50 l 25\n 50 50 l 25\n 50 100 l 25\n550 100 m 25\n 600 100 l 25\n 600 50 l 25\n 550 50 l 25\n 550 100 l 25\n400 150 m 25\n 450 150 l 25\n 450 100 l 25\n 400 100 l 25\n 400 150 l 25\n300 150 m 25\n 350 150 l 25\n 350 100 l 25\n 300 100 l 25\n 300 150 l 25\n200 150 m 25\n 250 150 l 25\n 250 100 l 25\n 200 100 l 25\n 200 150 l 25\n100 150 m 25\n 150 150 l 25\n 150 100 l 25\n 100 100 l 25\n 100 150 l 25\n0 150 m 25\n 50 150 l 25\n 50 100 l 25\n 0 100 l 25\n 0 150 l 25\n500 150 m 25\n 550 150 l 25\n 550 100 l 25\n 500 100 l 25\n 500 150 l 25\n450 200 m 25\n 500 200 l 25\n 500 150 l 25\n 450 150 l 25\n 450 200 l 25\n350 200 m 25\n 400 200 l 25\n 400 150 l 25\n 350 150 l 25\n 350 200 l 25\n250 200 m 25\n 300 200 l 25\n 300 150 l 25\n 250 150 l 25\n 250 200 l 25\n150 200 m 25\n 200 200 l 25\n 200 150 l 25\n 150 150 l 25\n 150 200 l 25\n50 200 m 25\n 100 200 l 25\n 100 150 l 25\n 50 150 l 25\n 50 200 l 25\n550 200 m 25\n 600 200 l 25\n 600 150 l 25\n 550 150 l 25\n 550 200 l 25\n400 250 m 25\n 450 250 l 25\n 450 200 l 25\n 400 200 l 25\n 400 250 l 25\n300 250 m 25\n 350 250 l 25\n 350 200 l 25\n 300 200 l 25\n 300 250 l 25\n200 250 m 25\n 250 250 l 25\n 250 200 l 25\n 200 200 l 25\n 200 250 l 25\n100 250 m 25\n 150 250 l 25\n 150 200 l 25\n 100 200 l 25\n 100 250 l 25\n0 250 m 25\n 50 250 l 25\n 50 200 l 25\n 0 200 l 25\n 0 250 l 25\n500 250 m 25\n 550 250 l 25\n 550 200 l 25\n 500 200 l 25\n 500 250 l 25\n450 300 m 25\n 500 300 l 25\n 500 250 l 25\n 450 250 l 25\n 450 300 l 25\n350 300 m 25\n 400 300 l 25\n 400 250 l 25\n 350 250 l 25\n 350 300 l 25\n250 300 m 25\n 300 300 l 25\n 300 250 l 25\n 250 250 l 25\n 250 300 l 25\n150 300 m 25\n 200 300 l 25\n 200 250 l 25\n 150 250 l 25\n 150 300 l 25\n50 300 m 25\n 100 300 l 25\n 100 250 l 25\n 50 250 l 25\n 50 300 l 25\n550 300 m 25\n 600 300 l 25\n 600 250 l 25\n 550 250 l 25\n 550 300 l 25\n400 350 m 25\n 450 350 l 25\n 450 300 l 25\n 400 300 l 25\n 400 350 l 25\n300 350 m 25\n 350 350 l 25\n 350 300 l 25\n 300 300 l 25\n 300 350 l 25\n200 350 m 25\n 250 350 l 25\n 250 300 l 25\n 200 300 l 25\n 200 350 l 25\n100 350 m 25\n 150 350 l 25\n 150 300 l 25\n 100 300 l 25\n 100 350 l 25\n0 350 m 25\n 50 350 l 25\n 50 300 l 25\n 0 300 l 25\n 0 350 l 25\n500 350 m 25\n 550 350 l 25\n 550 300 l 25\n 500 300 l 25\n 500 350 l 25\n450 400 m 25\n 500 400 l 25\n 500 350 l 25\n 450 350 l 25\n 450 400 l 25\n350 400 m 25\n 400 400 l 25\n 400 350 l 25\n 350 350 l 25\n 350 400 l 25\n250 400 m 25\n 300 400 l 25\n 300 350 l 25\n 250 350 l 25\n 250 400 l 25\n150 400 m 25\n 200 400 l 25\n 200 350 l 25\n 150 350 l 25\n 150 400 l 25\n50 400 m 25\n 100 400 l 25\n 100 350 l 25\n 50 350 l 25\n 50 400 l 25\n550 400 m 25\n 600 400 l 25\n 600 350 l 25\n 550 350 l 25\n 550 400 l 25\n400 450 m 25\n 450 450 l 25\n 450 400 l 25\n 400 400 l 25\n 400 450 l 25\n300 450 m 25\n 350 450 l 25\n 350 400 l 25\n 300 400 l 25\n 300 450 l 25\n200 450 m 25\n 250 450 l 25\n 250 400 l 25\n 200 400 l 25\n 200 450 l 25\n100 450 m 25\n 150 450 l 25\n 150 400 l 25\n 100 400 l 25\n 100 450 l 25\n0 450 m 25\n 50 450 l 25\n 50 400 l 25\n 0 400 l 25\n 0 450 l 25\n500 450 m 25\n 550 450 l 25\n 550 400 l 25\n 500 400 l 25\n 500 450 l 25\n450 500 m 25\n 500 500 l 25\n 500 450 l 25\n 450 450 l 25\n 450 500 l 25\n350 500 m 25\n 400 500 l 25\n 400 450 l 25\n 350 450 l 25\n 350 500 l 25\n250 500 m 25\n 300 500 l 25\n 300 450 l 25\n 250 450 l 25\n 250 500 l 25\n150 500 m 25\n 200 500 l 25\n 200 450 l 25\n 150 450 l 25\n 150 500 l 25\n50 500 m 25\n 100 500 l 25\n 100 450 l 25\n 50 450 l 25\n 50 500 l 25\n550 500 m 25\n 600 500 l 25\n 600 450 l 25\n 550 450 l 25\n 550 500 l 25\n400 550 m 25\n 450 550 l 25\n 450 500 l 25\n 400 500 l 25\n 400 550 l 25\n300 550 m 25\n 350 550 l 25\n 350 500 l 25\n 300 500 l 25\n 300 550 l 25\n200 550 m 25\n 250 550 l 25\n 250 500 l 25\n 200 500 l 25\n 200 550 l 25\n100 550 m 25\n 150 550 l 25\n 150 500 l 25\n 100 500 l 25\n 100 550 l 25\n0 550 m 25\n 50 550 l 25\n 50 500 l 25\n 0 500 l 25\n 0 550 l 25\n500 550 m 25\n 550 550 l 25\n 550 500 l 25\n 500 500 l 25\n 500 550 l 25\n450 600 m 25\n 500 600 l 25\n 500 550 l 25\n 450 550 l 25\n 450 600 l 25\n350 600 m 25\n 400 600 l 25\n 400 550 l 25\n 350 550 l 25\n 350 600 l 25\n250 600 m 25\n 300 600 l 25\n 300 550 l 25\n 250 550 l 25\n 250 600 l 25\n150 600 m 25\n 200 600 l 25\n 200 550 l 25\n 150 550 l 25\n 150 600 l 25\n50 600 m 25\n 100 600 l 25\n 100 550 l 25\n 50 550 l 25\n 50 600 l 25\n550 600 m 25\n 600 600 l 25\n 600 550 l 25\n 550 550 l 25\n 550 600 l 25\n400 650 m 25\n 450 650 l 25\n 450 600 l 25\n 400 600 l 25\n 400 650 l 25\n300 650 m 25\n 350 650 l 25\n 350 600 l 25\n 300 600 l 25\n 300 650 l 25\n200 650 m 25\n 250 650 l 25\n 250 600 l 25\n 200 600 l 25\n 200 650 l 25\n100 650 m 25\n 150 650 l 25\n 150 600 l 25\n 100 600 l 25\n 100 650 l 25\n0 650 m 25\n 50 650 l 25\n 50 600 l 25\n 0 600 l 25\n 0 650 l 25\n500 650 m 25\n 550 650 l 25\n 550 600 l 25\n 500 600 l 25\n 500 650 l 25\n450 700 m 25\n 500 700 l 25\n 500 650 l 25\n 450 650 l 25\n 450 700 l 25\n350 700 m 25\n 400 700 l 25\n 400 650 l 25\n 350 650 l 25\n 350 700 l 25\n250 700 m 25\n 300 700 l 25\n 300 650 l 25\n 250 650 l 25\n 250 700 l 25\n150 700 m 25\n 200 700 l 25\n 200 650 l 25\n 150 650 l 25\n 150 700 l 25\n50 700 m 25\n 100 700 l 25\n 100 650 l 25\n 50 650 l 25\n 50 700 l 25\n550 700 m 25\n 600 700 l 25\n 600 650 l 25\n 550 650 l 25\n 550 700 l 25\n400 750 m 25\n 450 750 l 25\n 450 700 l 25\n 400 700 l 25\n 400 750 l 25\n300 750 m 25\n 350 750 l 25\n 350 700 l 25\n 300 700 l 25\n 300 750 l 25\n200 750 m 25\n 250 750 l 25\n 250 700 l 25\n 200 700 l 25\n 200 750 l 25\n100 750 m 25\n 150 750 l 25\n 150 700 l 25\n 100 700 l 25\n 100 750 l 25\n0 750 m 25\n 50 750 l 25\n 50 700 l 25\n 0 700 l 25\n 0 750 l 25\n500 750 m 25\n 550 750 l 25\n 550 700 l 25\n 500 700 l 25\n 500 750 l 25\n450 800 m 25\n 500 800 l 25\n 500 750 l 25\n 450 750 l 25\n 450 800 l 25\n350 800 m 25\n 400 800 l 25\n 400 750 l 25\n 350 750 l 25\n 350 800 l 25\n250 800 m 25\n 300 800 l 25\n 300 750 l 25\n 250 750 l 25\n 250 800 l 25\n150 800 m 25\n 200 800 l 25\n 200 750 l 25\n 150 750 l 25\n 150 800 l 25\n50 800 m 25\n 100 800 l 25\n 100 750 l 25\n 50 750 l 25\n 50 800 l 25\n550 800 m 25\n 600 800 l 25\n 600 750 l 25\n 550 750 l 25\n 550 800 l 25\nEndSplineSet\nEndChar\nStartChar: uni2594\nEncoding: 9620 9620 2103\nWidth: 600\nFlags: HW\nHStem: 675 125<1 599>\nVStem: 0 600<676 799>\nFore\n0 800 m 25\n 600 800 l 25\n 600 675 l 25\n 0 675 l 25\n 0 800 l 25\nEndSplineSet\nEndChar\nStartChar: uni2595\nEncoding: 9621 9621 2104\nWidth: 600\nFlags: HW\nHStem: -200 1000<526 599>\nVStem: 525 75<-199 799>\nFore\n525 800 m 25\n 600 800 l 25\n 600 -200 l 25\n 525 -200 l 25\n 525 800 l 25\nEndSplineSet\nEndChar\nStartChar: uni2596\nEncoding: 9622 9622 2105\nWidth: 600\nFlags: HW\nVStem: 0 300<-245 300>\nFore\n0 300 m 1\n 300 300 l 1\n 300 -245 l 1\n 0 -245 l 1\n 0 300 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2597\nEncoding: 9623 9623 2106\nWidth: 600\nFlags: HW\nVStem: 300 300<-245 300>\nFore\n300 300 m 1\n 600 300 l 1\n 600 -245 l 1\n 300 -245 l 1\n 300 300 l 1\nEndSplineSet\nEndChar\nStartChar: uni2598\nEncoding: 9624 9624 2107\nWidth: 600\nFlags: HW\nVStem: 0 300<300 845>\nFore\n0 846 m 1\n 300 845 l 1\n 300 300 l 1\n 0 301 l 1\n 0 846 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2599\nEncoding: 9625 9625 2108\nWidth: 600\nFlags: HW\nVStem: 0 300<299 844>\nFore\n0 845 m 1\n 300 845 l 1\n 300 300 l 1\n 600 300 l 1\n 600 -245 l 1\n 0 -245 l 1\n 0 845 l 1\nEndSplineSet\nMinimumDistance: y4,2 x2,4 x2,3 \nEndChar\nStartChar: uni259A\nEncoding: 9626 9626 2109\nWidth: 600\nFlags: HW\nVStem: 0 300<300 845> 300 300<-246 299>\nFore\n300 300 m 1\n 600 299 l 1\n 600 -246 l 1\n 300 -245 l 1\n 300 300 l 1\n0 846 m 1\n 300 845 l 1\n 300 300 l 1\n 0 301 l 1\n 0 846 l 1\nEndSplineSet\nEndChar\nStartChar: uni259B\nEncoding: 9627 9627 2110\nWidth: 600\nFlags: HW\nVStem: 0 300<-246 301>\nFore\n0 845 m 1\n 600 845 l 1\n 600 300 l 1\n 300 300 l 1\n 300 -246 l 1\n 0 -246 l 1\n 0 845 l 1\nEndSplineSet\nMinimumDistance: y1,3 x3,1 x3,2 \nEndChar\nStartChar: uni259C\nEncoding: 9628 9628 2111\nWidth: 600\nFlags: HW\nVStem: 300 300<-246 299>\nFore\n0 845 m 1\n 600 845 l 1\n 600 -246 l 1\n 300 -246 l 1\n 300 300 l 1\n 0 300 l 1\n 0 845 l 1\nEndSplineSet\nMinimumDistance: y0,4 x4,0 x4,5 \nEndChar\nStartChar: uni259D\nEncoding: 9629 9629 2112\nWidth: 600\nFlags: HW\nVStem: 300 300<300 845>\nFore\n300 846 m 1\n 600 845 l 1\n 600 300 l 1\n 300 301 l 1\n 300 846 l 1\nEndSplineSet\nEndChar\nStartChar: uni259E\nEncoding: 9630 9630 2113\nWidth: 600\nFlags: HW\nVStem: 0 300<-247 302> 300 300<301 845>\nFore\n0 302 m 1\n 300 301 l 1\n 300 -247 l 1\n 0 -246 l 1\n 0 302 l 1\n300 846 m 1\n 600 845 l 1\n 600 300 l 1\n 300 301 l 1\n 300 846 l 1\nEndSplineSet\nEndChar\nStartChar: uni259F\nEncoding: 9631 9631 2114\nWidth: 600\nFlags: HW\nVStem: 300 300<300 844>\nFore\n0 300 m 1\n 300 300 l 1\n 300 845 l 1\n 600 845 l 1\n 600 -245 l 1\n 0 -245 l 1\n 0 300 l 1\nEndSplineSet\nMinimumDistance: y5,1 x1,5 x1,0 \nEndChar\nStartChar: filledbox\nEncoding: 9632 9632 2115\nWidth: 600\nFlags: HW\nHStem: 0 500<51 549>\nVStem: 50 500<1 499>\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: H22073\nEncoding: 9633 9633 2116\nWidth: 600\nFlags: HW\nHStem: 0 40<91 509> 460 40<91 509>\nVStem: 50 40<41 459> 510 40<41 459>\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n90 40 m 25\n 510 40 l 25\n 510 460 l 25\n 90 460 l 25\n 90 40 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25A2\nEncoding: 9634 9634 2117\nWidth: 600\nFlags: HW\nHStem: 0 40<170 430> 460 40<170 430>\nVStem: 50 40<119 380> 510 40<119 380>\nFore\n82 32 m 0\n 50 64 50 120 50 120 c 2\n 50 380 l 2\n 50 380 49 436 82 468 c 0\n 114 500 170 500 170 500 c 2\n 430 500 l 2\n 430 500 486 500 518 468 c 0\n 550 436 550 380 550 380 c 2\n 550 120 l 2\n 550 120 550 64 518 32 c 0\n 486 0 430 0 430 0 c 2\n 170 0 l 2\n 170 0 114 0 82 32 c 0\n110 60 m 0\n 130 40 170 40 170 40 c 2\n 430 40 l 2\n 430 40 470 40 490 60 c 0\n 510 80 510 120 510 120 c 2\n 510 380 l 2\n 510 380 508 422 490 440 c 24\n 472 458 430 460 430 460 c 2\n 170 460 l 2\n 170 460 128 458 110 440 c 0\n 91 421 90 380 90 380 c 2\n 90 120 l 2\n 90 120 90 80 110 60 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni25A3\nEncoding: 9635 9635 2118\nWidth: 600\nFlags: HW\nHStem: 0 40<91 509> 125 250<176 424> 460 40<91 509>\nVStem: 50 40<41 459> 175 250<126 374> 510 40<41 459>\nFore\n175 125 m 25\n 175 375 l 25\n 425 375 l 25\n 425 125 l 25\n 175 125 l 25\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n90 40 m 25\n 510 40 l 25\n 510 460 l 25\n 90 460 l 25\n 90 40 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni25A4\nEncoding: 9636 9636 2119\nWidth: 600\nFlags: HW\nHStem: 0 40<91 509> 115 40<91 509> 230 40<91 509> 345 40<91 509> 460 40<91 509>\nVStem: 50 40<41 114 156 229 271 344 386 459> 510 40<41 114 156 229 271 344 386 459>\nFore\n90 345 m 1\n 90 270 l 1\n 510 270 l 1\n 510 345 l 1\n 90 345 l 1\n90 385 m 1\n 510 385 l 1\n 510 460 l 9\n 90 460 l 17\n 90 385 l 1\n90 115 m 1\n 90 40 l 9\n 510 40 l 17\n 510 115 l 1\n 90 115 l 1\n90 155 m 1\n 510 155 l 1\n 510 230 l 1\n 90 230 l 1\n 90 155 l 1\n50 0 m 17\n 50 500 l 9\n 550 500 l 17\n 550 0 l 9\n 50 0 l 17\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni25A5\nEncoding: 9637 9637 2120\nWidth: 600\nFlags: HW\nHStem: 0 40<91 164 206 279 321 394 436 509> 460 40<91 164 206 279 321 394 436 509>\nVStem: 50 40<41 459> 165 40<41 459> 280 40<41 459> 395 40<41 459> 510 40<41 459>\nFore\n205 40 m 1\n 280 40 l 1\n 280 460 l 1\n 205 460 l 1\n 205 40 l 1\n165 40 m 1\n 165 460 l 1\n 90 460 l 9\n 90 40 l 17\n 165 40 l 1\n435 40 m 1\n 510 40 l 9\n 510 460 l 17\n 435 460 l 1\n 435 40 l 1\n395 40 m 1\n 395 460 l 1\n 320 460 l 1\n 320 40 l 1\n 395 40 l 1\n550 0 m 17\n 50 0 l 9\n 50 500 l 17\n 550 500 l 9\n 550 0 l 17\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni25A6\nEncoding: 9638 9638 2121\nWidth: 600\nFlags: HW\nHStem: 0 40<91 165 206 279 321 394 436 509> 115 40<91 164 206 279 321 394 436 509> 230 40<91 164 206 279 321 394 436 509> 345 40<91 164 206 279 321 394 436 509> 460 40<91 164 206 279 321 394 436 509>\nVStem: 50 40<41 112 160 229 271 344 386 459> 165 40<41 112 160 229 271 344 386 459> 280 40<41 114 156 229 271 344 386 459> 395 40<41 114 156 229 271 344 386 459> 510 40<41 114 156 229 271 344 386 459>\nFore\n320 230 m 1\n 320 155 l 1\n 395 155 l 1\n 395 230 l 1\n 320 230 l 1\n320 115 m 1\n 320 40 l 1\n 395 40 l 1\n 395 115 l 1\n 320 115 l 1\n320 385 m 1\n 395 385 l 1\n 395 460 l 1\n 320 460 l 1\n 320 385 l 1\n320 345 m 1\n 320 270 l 1\n 395 270 l 1\n 395 345 l 1\n 320 345 l 1\n205 230 m 1\n 205 155 l 1\n 280 155 l 1\n 280 230 l 1\n 205 230 l 1\n205 115 m 1\n 205 40 l 1\n 280 40 l 1\n 280 115 l 1\n 205 115 l 1\n205 385 m 1\n 280 385 l 1\n 280 460 l 1\n 205 460 l 1\n 205 385 l 1\n205 345 m 1\n 205 270 l 1\n 280 270 l 1\n 280 345 l 1\n 205 345 l 1\n435 230 m 1\n 435 155 l 1\n 510 155 l 1\n 510 230 l 1\n 435 230 l 1\n435 115 m 1\n 435 40 l 1\n 510 40 l 1\n 510 115 l 1\n 435 115 l 1\n435 385 m 1\n 510 385 l 1\n 510 460 l 1\n 435 460 l 1\n 435 385 l 1\n435 345 m 1\n 435 270 l 1\n 510 270 l 1\n 510 345 l 1\n 435 345 l 1\n165 230 m 1\n 90 230 l 1\n 90 155 l 1\n 165 155 l 1\n 165 230 l 1\n165 115 m 1\n 90 115 l 1\n 90 40 l 1\n 165 40 l 1\n 165 115 l 1\n165 385 m 1\n 165 460 l 1\n 90 460 l 1\n 90 385 l 1\n 165 385 l 1\n165 345 m 1\n 90 345 l 1\n 90 270 l 1\n 165 270 l 1\n 165 345 l 1\n50 0 m 1\n 50 500 l 1\n 550 500 l 1\n 550 0 l 1\n 50 0 l 1\nEndSplineSet\nMinimumDistance: x66,-1 \nEndChar\nStartChar: uni25A7\nEncoding: 9639 9639 2122\nWidth: 600\nFlags: HW\nHStem: 0 40<91 254 312 481> 460 40<119 288 346 509>\nVStem: 50 40<41 204 262 431> 510 40<69 238 296 459>\nDStem: 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 90 432 118 460 482 40 510 68 90 205 90 262 255 40 312 40 288 460 345 460 510 238 510 295\nFore\n50 500 m 1\n 550 500 l 1\n 550 0 l 1\n 50 0 l 1\n 50 500 l 1\n345 460 m 1\n 510 295 l 1\n 510 460 l 1\n 345 460 l 1\n288 460 m 1\n 118 460 l 1\n 510 68 l 1\n 510 238 l 1\n 288 460 l 1\n90 262 m 1\n 312 40 l 1\n 482 40 l 1\n 90 432 l 1\n 90 262 l 1\n90 205 m 1\n 90 40 l 1\n 255 40 l 1\n 90 205 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25A8\nEncoding: 9640 9640 2123\nWidth: 600\nFlags: HW\nHStem: 0 40<119 288 346 509> 460 40<91 254 312 481>\nVStem: 50 40<69 238 296 459> 510 40<41 204 262 431>\nDStem: 255 460 312 460 90 295 90 238 482 460 510 432 90 68 118 40 510 262 510 205 288 40 345 40\nFore\n550 500 m 1\n 550 0 l 1\n 50 0 l 1\n 50 500 l 1\n 550 500 l 1\n255 460 m 1\n 90 460 l 1\n 90 295 l 1\n 255 460 l 1\n312 460 m 1\n 90 238 l 1\n 90 68 l 1\n 482 460 l 1\n 312 460 l 1\n510 262 m 1\n 510 432 l 1\n 118 40 l 1\n 288 40 l 1\n 510 262 l 1\n510 205 m 1\n 345 40 l 1\n 510 40 l 1\n 510 205 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25A9\nEncoding: 9641 9641 2124\nWidth: 600\nFlags: HW\nHStem: 0 40<119 254 346 481> 460 40<119 254 346 481>\nVStem: 50 40<69 204 296 431> 510 40<69 204 296 431>\nDStem: 90 432 118 460 158.5 363.5 186.5 391.5 90 205 102 250 158.5 136.5 187 165 158.5 363.5 187 335 90 295 102 250 158.5 136.5 186.5 108.5 90 68 118 40 186.5 108.5 215 137 255 40 300 52 187 335 215 363 272 250 300 278 255 460 300 448 186.5 391.5 215 363 272 250 300 222 187 165 215 137 300 448 345 460 385 363 413.5 391.5 300 222 328 250 385 137 413 165 385 363 413 335 300 278 328 250 385 137 413.5 108.5 300 52 345 40 413 335 441.5 363.5 498 250 510 295 413.5 108.5 441.5 136.5 482 40 510 68 482 460 510 432 413.5 391.5 441.5 363.5 498 250 510 205 413 165 441.5 136.5\nFore\n414 108 m 1\n 345 40 l 1\n 482 40 l 1\n 414 108 l 1\n442 136 m 1\n 510 68 l 1\n 510 205 l 1\n 442 136 l 1\n385 137 m 1\n 300 222 l 1\n 215 137 l 1\n 300 52 l 1\n 385 137 l 1\n498 250 m 1\n 413 335 l 1\n 328 250 l 1\n 413 165 l 1\n 498 250 l 1\n186 108 m 1\n 118 40 l 1\n 255 40 l 1\n 186 108 l 1\n442 364 m 1\n 510 295 l 1\n 510 432 l 1\n 442 364 l 1\n158 136 m 1\n 90 205 l 1\n 90 68 l 1\n 158 136 l 1\n272 250 m 1\n 187 335 l 1\n 102 250 l 1\n 187 165 l 1\n 272 250 l 1\n385 363 m 1\n 300 448 l 1\n 215 363 l 1\n 300 278 l 1\n 385 363 l 1\n414 392 m 1\n 482 460 l 1\n 345 460 l 1\n 414 392 l 1\n158 364 m 1\n 90 432 l 1\n 90 295 l 1\n 158 364 l 1\n186 392 m 1\n 255 460 l 1\n 118 460 l 1\n 186 392 l 1\n50 500 m 1\n 550 500 l 1\n 550 0 l 1\n 50 0 l 1\n 50 500 l 1\nEndSplineSet\nMinimumDistance: x41,-1 \nEndChar\nStartChar: H18543\nEncoding: 9642 9642 2125\nWidth: 600\nFlags: HW\nHStem: 0 250<176 424>\nVStem: 175 250<1 249>\nFore\n175 0 m 25\n 175 250 l 25\n 425 250 l 25\n 425 0 l 25\n 175 0 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: H18551\nEncoding: 9643 9643 2126\nWidth: 600\nFlags: HW\nHStem: 0 40<216 384> 210 40<216 384>\nVStem: 175 40<41 209> 385 40<41 209>\nFore\n215 40 m 25\n 385 40 l 25\n 385 210 l 25\n 215 210 l 25\n 215 40 l 25\n175 0 m 25\n 175 250 l 25\n 425 250 l 25\n 425 0 l 25\n 175 0 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: filledrect\nEncoding: 9644 9644 2127\nWidth: 600\nFlags: HW\nHStem: 0 300<51 549>\nVStem: 50 500<1 299>\nFore\n50 0 m 25\n 50 300 l 25\n 550 300 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25AD\nEncoding: 9645 9645 2128\nWidth: 600\nFlags: HW\nHStem: 0 40<91 509> 260 40<91 509>\nVStem: 50 40<41 259> 510 40<41 259>\nFore\n50 0 m 25\n 50 300 l 25\n 550 300 l 25\n 550 0 l 25\n 50 0 l 25\n90 40 m 25\n 510 40 l 25\n 510 260 l 25\n 90 260 l 25\n 90 40 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25AE\nEncoding: 9646 9646 2129\nWidth: 600\nFlags: HW\nHStem: 0 500<151 449>\nVStem: 150 300<1 499>\nFore\n150 0 m 25\n 150 500 l 25\n 450 500 l 25\n 450 0 l 25\n 150 0 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25AF\nEncoding: 9647 9647 2130\nWidth: 600\nFlags: HW\nHStem: 0 40<191 409> 460 40<191 409>\nVStem: 150 40<41 459> 410 40<41 459>\nFore\n150 0 m 25\n 150 500 l 25\n 450 500 l 25\n 450 0 l 25\n 150 0 l 25\n190 40 m 25\n 410 40 l 25\n 410 460 l 25\n 190 460 l 25\n 190 40 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25B0\nEncoding: 9648 9648 2131\nWidth: 600\nFlags: HW\nHStem: 0 300<75 525>\nDStem: 75 300 575 300 25 0 525 0\nFore\n25 0 m 25\n 75 300 l 25\n 575 300 l 25\n 525 0 l 25\n 25 0 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25B1\nEncoding: 9649 9649 2132\nWidth: 600\nFlags: HMW\nHStem: 0 40<72 491> 260 40<109 528>\nFore\n25 0 m 25\n 75 300 l 25\n 575 300 l 25\n 525 0 l 25\n 25 0 l 25\n71 40 m 25\n 491 40 l 25\n 529 260 l 25\n 109 260 l 25\n 71 40 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: triagup\nEncoding: 9650 9650 2133\nWidth: 600\nFlags: HW\nHStem: 0 21G<35 565>\nFore\n565 0 m 1\n 35 0 l 1\n 301 454 l 1\n 565 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni25B3\nEncoding: 9651 9651 2134\nWidth: 600\nFlags: HW\nHStem: 0 40<99 501>\nDStem: 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40\nFore\n502 40 m 1\n 300 374 l 1\n 98 40 l 1\n 502 40 l 1\n565 0 m 1\n 35 0 l 1\n 300 454 l 1\n 565 0 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25B4\nEncoding: 9652 9652 2135\nWidth: 600\nFlags: HW\nHStem: 0 21G<168 432>\nFore\n432 0 m 1\n 168 0 l 1\n 300 226 l 1\n 432 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni25B5\nEncoding: 9653 9653 2136\nWidth: 600\nFlags: HW\nHStem: 0 40<236 364>\nDStem: 300 146 300 226 365 40 432 0 300 226 300 146 168 0 235 40 300 146 300 226 365 40 432 0 300 226 300 146 168 0 235 40 300 146 300 226 365 40 432 0 300 226 300 146 168 0 235 40 300 146 300 226 365 40 432 0 300 226 300 146 168 0 235 40 300 146 300 226 365 40 432 0 300 226 300 146 168 0 235 40 300 146 300 226 365 40 432 0 300 226 300 146 168 0 235 40 300 146 300 226 365 40 432 0 300 226 300 146 168 0 235 40 300 146 300 226 365 40 432 0 300 226 300 146 168 0 235 40 300 146 300 226 365 40 432 0 300 226 300 146 168 0 235 40\nFore\n365 40 m 1\n 300 146 l 1\n 235 40 l 1\n 365 40 l 1\n432 0 m 1\n 168 0 l 1\n 300 226 l 1\n 432 0 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25B6\nEncoding: 9654 9654 2137\nWidth: 600\nFlags: HW\nFore\n543 265 m 1\n 84 0 l 1\n 84 530 l 1\n 543 265 l 1\nEndSplineSet\nEndChar\nStartChar: uni25B7\nEncoding: 9655 9655 2138\nWidth: 600\nFlags: HW\nVStem: 84 40<66 455>\nDStem: 124 456 84 530 467 265 543 265 467 265 543 265 124 65 84 0\nFore\n543 265 m 1\n 84 0 l 1\n 84 530 l 1\n 543 265 l 1\n467 265 m 1\n 124 456 l 1\n 124 65 l 1\n 467 265 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25B8\nEncoding: 9656 9656 2139\nWidth: 600\nFlags: HW\nFore\n428 133 m 1\n 199 0 l 1\n 199 266 l 1\n 428 133 l 1\nEndSplineSet\nEndChar\nStartChar: uni25B9\nEncoding: 9657 9657 2140\nWidth: 600\nFlags: HW\nVStem: 199 40<70 191>\nDStem: 239 192 199 262 349 133 427 133 349 133 427 133 239 69 199 0\nFore\n349 133 m 1\n 239 192 l 1\n 239 69 l 1\n 349 133 l 1\n427 133 m 1\n 199 0 l 1\n 199 262 l 1\n 427 133 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: triagrt\nEncoding: 9658 9658 2141\nWidth: 600\nFlags: HW\nFore\n506 133 m 1\n 121 0 l 1\n 121 266 l 1\n 506 133 l 1\nEndSplineSet\nEndChar\nStartChar: uni25BB\nEncoding: 9659 9659 2142\nWidth: 600\nFlags: HW\nVStem: 121 45<62 199>\nDStem: 166 200 121 262 373 133 505 133 373 133 505 133 166 61 121 0\nFore\n373 133 m 1\n 166 200 l 1\n 166 61 l 1\n 373 133 l 1\n505 133 m 1\n 121 0 l 1\n 121 262 l 1\n 505 133 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: triagdn\nEncoding: 9660 9660 2143\nWidth: 600\nFlags: HW\nFore\n565 454 m 1\n 301 0 l 1\n 35 454 l 1\n 565 454 l 1\nEndSplineSet\nEndChar\nStartChar: uni25BD\nEncoding: 9661 9661 2144\nWidth: 600\nFlags: HW\nHStem: 414 40<99 501>\nDStem: 35 454 98 414 300 0 300 80 502 414 565 454 300 80 300 0\nFore\n502 414 m 1\n 98 414 l 1\n 300 80 l 1\n 502 414 l 1\n565 454 m 1\n 300 0 l 1\n 35 454 l 1\n 565 454 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25BE\nEncoding: 9662 9662 2145\nWidth: 600\nFlags: HW\nFore\n432 226 m 1\n 300 0 l 1\n 168 226 l 1\n 432 226 l 1\nEndSplineSet\nEndChar\nStartChar: uni25BF\nEncoding: 9663 9663 2146\nWidth: 600\nFlags: HW\nHStem: 186 40<236 364>\nDStem: 168 226 235 186 300 0 300 80 365 186 432 226 300 80 300 0\nFore\n365 186 m 1\n 235 186 l 1\n 300 80 l 1\n 365 186 l 1\n432 226 m 1\n 300 0 l 1\n 168 226 l 1\n 432 226 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25C0\nEncoding: 9664 9664 2147\nWidth: 600\nFlags: HW\nFore\n57 265 m 1\n 516 530 l 1\n 516 0 l 1\n 57 265 l 1\nEndSplineSet\nEndChar\nStartChar: uni25C1\nEncoding: 9665 9665 2148\nWidth: 600\nFlags: HW\nVStem: 476 40<66 455>\nDStem: 57 265 133 265 516 0 476 65 516 530 476 456 57 265 133 265\nFore\n57 265 m 1\n 516 530 l 1\n 516 0 l 1\n 57 265 l 1\n133 265 m 1\n 476 65 l 1\n 476 456 l 1\n 133 265 l 1\nEndSplineSet\nEndChar\nStartChar: uni25C2\nEncoding: 9666 9666 2149\nWidth: 600\nFlags: HW\nFore\n172 133 m 1\n 401 266 l 1\n 401 0 l 1\n 172 133 l 1\nEndSplineSet\nEndChar\nStartChar: uni25C3\nEncoding: 9667 9667 2150\nWidth: 600\nFlags: HW\nVStem: 361 40<70 191>\nDStem: 173 133 251 133 401 0 361 69 401 262 361 192 173 133 251 133\nFore\n251 133 m 1\n 361 69 l 1\n 361 192 l 1\n 251 133 l 1\n173 133 m 1\n 401 262 l 1\n 401 0 l 1\n 173 133 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: triaglf\nEncoding: 9668 9668 2151\nWidth: 600\nFlags: HW\nFore\n94 133 m 1\n 479 266 l 1\n 479 0 l 1\n 94 133 l 1\nEndSplineSet\nEndChar\nStartChar: uni25C5\nEncoding: 9669 9669 2152\nWidth: 600\nFlags: HW\nVStem: 434 45<62 199>\nDStem: 95 133 227 133 479 0 434 61 479 262 434 200 95 133 227 133\nFore\n227 133 m 1\n 434 61 l 1\n 434 200 l 1\n 227 133 l 1\n95 133 m 1\n 479 262 l 1\n 479 0 l 1\n 95 133 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni25C6\nEncoding: 9670 9670 2153\nWidth: 600\nFlags: HW\nFore\n300 0 m 25\n 35 265 l 25\n 300 530 l 25\n 565 265 l 25\n 300 0 l 25\nEndSplineSet\nEndChar\nStartChar: uni25C7\nEncoding: 9671 9671 2154\nWidth: 600\nFlags: HW\nDStem: 35 265 91 265 300 0 300 56 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 509 265 565 265 300 56 300 0\nFore\n300 56 m 25\n 509 265 l 25\n 300 474 l 25\n 91 265 l 25\n 300 56 l 25\n300 0 m 25\n 35 265 l 25\n 300 530 l 25\n 565 265 l 25\n 300 0 l 25\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni25C8\nEncoding: 9672 9672 2155\nWidth: 600\nFlags: HW\nDStem: 35 265 91 265 300 0 300 56 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 300 474 300 530 509 265 565 265 300 530 300 474 35 265 91 265 509 265 565 265 300 56 300 0\nFore\n300 132 m 25\n 168 265 l 25\n 300 398 l 25\n 432 265 l 25\n 300 132 l 25\n300 56 m 25\n 509 265 l 25\n 300 474 l 25\n 91 265 l 25\n 300 56 l 25\n300 0 m 25\n 35 265 l 25\n 300 530 l 25\n 565 265 l 25\n 300 0 l 25\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni25C9\nEncoding: 9673 9673 2156\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 168 196<291 307> 490 40<291 323>\nVStem: 35 40<256 288> 202 196<256 272> 525 40<256 272>\nFore\n302 364 m 0\n 354 364 398 319 398 266 c 0\n 398 212 354 168 300 168 c 0\n 246 168 202 212 202 267 c 0\n 202 321 246 364 302 364 c 0\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 2157\nWidth: 600\nFlags: HMW\nHStem: -11 20 555 20<299 299>\nFore\n299 575 m 1\n 511 283 l 1\n 299 -11 l 1\n 89 283 l 1\n 299 575 l 1\n299 509 m 1\n 143 283 l 1\n 299 57 l 1\n 456 283 l 1\n 299 509 l 1\nEndSplineSet\nEndChar\nStartChar: circle\nEncoding: 9675 9675 2158\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 490 40<291 323>\nVStem: 35 40<256 288> 525 40<256 272>\nFore\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni25CC\nEncoding: 9676 9676 2159\nWidth: 600\nFlags: HW\nHStem: 0 40<299 302> 33 40<177 180 419 424> 123 39<83 90 511 515> 245 40<51 57 544 547> 368 39<83 90 511 515> 457 40<177 180 419 424> 490 40<299 302>\nVStem: 35 40<264 267> 68 40<142 145 384 389> 158 39<48 55 476 480> 280 40<16 22 509 512> 403 39<48 55 476 480> 492 40<142 145 384 389> 525 40<264 267>\nFore\n300 530 m 0\n 311 530 320 521 320 510 c 0\n 320 499 311 490 300 490 c 0\n 289 490 280 499 280 510 c 0\n 280 521 289 530 300 530 c 0\n300 40 m 0\n 311 40 320 31 320 20 c 0\n 320 9 311 0 300 0 c 0\n 289 0 280 9 280 20 c 0\n 280 31 289 40 300 40 c 0\n422 497 m 0\n 434 497 442 487 442 477 c 0\n 442 465 432 457 422 457 c 0\n 410 457 403 467 403 477 c 0\n 403 489 413 497 422 497 c 0\n178 73 m 0\n 190 73 197 63 197 52 c 0\n 197 40 188 33 178 33 c 0\n 166 33 158 43 158 53 c 0\n 158 65 168 73 178 73 c 0\n88 123 m 0\n 77 123 68 131 68 143 c 0\n 68 153 76 162 87 162 c 0\n 97 162 108 154 108 143 c 0\n 108 132 100 123 88 123 c 0\n513 368 m 0\n 503 368 492 376 492 387 c 0\n 492 397 501 407 512 407 c 0\n 523 407 532 398 532 387 c 0\n 532 377 524 368 513 368 c 0\n35 265 m 0\n 35 276 44 285 55 285 c 0\n 66 285 75 276 75 265 c 0\n 75 254 66 245 55 245 c 0\n 44 245 35 254 35 265 c 0\n525 265 m 0\n 525 276 534 285 545 285 c 0\n 556 285 565 276 565 265 c 0\n 565 254 556 245 545 245 c 0\n 534 245 525 254 525 265 c 0\n68 387 m 0\n 68 399 77 407 88 407 c 0\n 100 407 108 397 108 387 c 0\n 108 376 97 368 87 368 c 0\n 76 368 68 378 68 387 c 0\n492 143 m 0\n 492 154 503 162 513 162 c 0\n 525 162 532 153 532 143 c 0\n 532 131 523 123 512 123 c 0\n 500 123 492 133 492 143 c 0\n158 477 m 0\n 158 487 167 497 178 497 c 0\n 188 497 197 489 197 477 c 0\n 197 467 189 457 178 457 c 0\n 167 457 158 465 158 477 c 0\n403 53 m 0\n 403 63 411 73 422 73 c 0\n 432 73 442 64 442 53 c 0\n 442 43 433 33 422 33 c 0\n 412 33 403 41 403 53 c 0\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni25CD\nEncoding: 9677 9677 2160\nWidth: 600\nFlags: HW\nHStem: 0 530<281 320>\nVStem: 35 40<256 288> 165 40<86 432> 280 40<42 480> 395 40<87 444> 525 40<256 272>\nFore\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\n320 489 m 1\n 320 41 l 1\n 347 43 372 50 395 61 c 1\n 395 469 l 1\n 372 480 346 487 320 489 c 1\n280 41 m 1\n 280 489 l 1\n 253 486 228 479 205 469 c 1\n 205 61 l 1\n 228 50 253 43 280 41 c 1\n165 85 m 1\n 165 445 l 1\n 110 404 75 340 75 267 c 0\n 75 192 110 126 165 85 c 1\n435 445 m 1\n 435 85 l 1\n 490 126 525 192 525 265 c 0\n 525 338 489 404 435 445 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25CE\nEncoding: 9678 9678 2161\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 140 40<291 307> 350 40<291 307> 490 40<291 323>\nVStem: 35 40<256 288> 175 40<256 272> 385 40<256 272> 525 40<256 272>\nFore\n302 390 m 0\n 369 390 425 333 425 265 c 0\n 425 196 369 140 300 140 c 0\n 231 140 175 196 175 266 c 0\n 175 335 232 390 302 390 c 0\n301 350 m 0\n 254 350 215 313 215 266 c 0\n 215 218 253 180 300 180 c 0\n 347 180 385 218 385 265 c 0\n 385 311 347 350 301 350 c 0\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: H18533\nEncoding: 9679 9679 2162\nWidth: 600\nFlags: HW\nHStem: 0 530<291 323>\nVStem: 35 530<256 272>\nFore\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25D0\nEncoding: 9680 9680 2163\nWidth: 600\nFlags: HW\nHStem: 0 40<301.125 322.216> 490 40<301.125 307>\nVStem: 35 266<256 288> 525 40<256 272>\nFore\n301 490 m 1\n 301 40 l 1\n 425 40 525 141 525 265 c 0\n 525 388 422 490 301 490 c 1\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni25D1\nEncoding: 9681 9681 2164\nWidth: 600\nFlags: HW\nHStem: 0 40<291 298> 490 40<291 298>\nVStem: 35 40<256 272> 299 266<256 288>\nFore\n299 490 m 1\n 178 490 75 388 75 265 c 0\n 75 141 175 40 299 40 c 1\n 299 490 l 1\n296 530 m 0\n 445 530 565 413 565 267 c 0\n 565 119 447 0 300 0 c 0\n 154 0 35 119 35 265 c 0\n 35 410 154 530 296 530 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni25D2\nEncoding: 9682 9682 2165\nWidth: 600\nFlags: HW\nHStem: 0 266<291 307> 490 40<291 307>\nVStem: 35 40<266.125 272> 525 40<266.125 287.216>\nFore\n75 266 m 1\n 525 266 l 1\n 525 390 424 490 300 490 c 0\n 177 490 75 387 75 266 c 1\n35 269 m 0\n 35 411 155 530 300 530 c 0\n 446 530 565 411 565 265 c 0\n 565 118 446 0 298 0 c 0\n 152 0 35 120 35 269 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni25D3\nEncoding: 9683 9683 2166\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 264 266<291 307>\nVStem: 35 40<256 263> 525 40<256 263>\nFore\n75 264 m 1\n 75 143 177 40 300 40 c 0\n 424 40 525 140 525 264 c 1\n 75 264 l 1\n35 261 m 0\n 35 410 152 530 298 530 c 0\n 446 530 565 412 565 265 c 0\n 565 119 446 0 300 0 c 0\n 155 0 35 119 35 261 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni25D4\nEncoding: 9684 9684 2167\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 265 265<303 323> 490 40<291 302>\nVStem: 35 40<256 288> 525 40<256 264>\nFore\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 524 142 525 265 c 0\n 303 265 l 1\n 303 490 l 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni25D5\nEncoding: 9685 9685 2168\nWidth: 600\nFlags: HW\nHStem: 0 266<291 299> 490 40<291 299>\nVStem: 35 39<266.125 272> 300 265<266 288.048>\nFore\n74 266 m 1\n 300 266 l 1\n 300 490 l 17\n 175 490 74 390 74 266 c 1\n35 269 m 0\n 35 411 155 530 300 530 c 0\n 446 530 565 411 565 265 c 0\n 565 118 446 0 298 0 c 0\n 152 0 35 120 35 269 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni25D6\nEncoding: 9686 9686 2169\nWidth: 600\nFlags: HW\nHStem: 0 530<291 299>\nVStem: 35 265<256 288>\nFore\n300 0 m 0\n 152 0 35 119 35 267 c 0\n 35 413 151 530 300 530 c 1\n 300 0 l 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25D7\nEncoding: 9687 9687 2170\nWidth: 600\nFlags: HW\nHStem: 0 530<300.125 323.224>\nVStem: 300 265<256 288>\nFore\n300 0 m 0\n 300 530 l 1\n 449 530 565 413 565 267 c 0\n 565 119 448 0 300 0 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: invbullet\nEncoding: 9688 9688 2171\nWidth: 600\nFlags: HW\nHStem: 0 141<294 310> 337 263<294 310>\nVStem: 150 52<225.625 242> 150 300<1 141 337 599> 398 52<224.97 242>\nFore\n450 600 m 25\n 450 0 l 25\n 150 0 l 25\n 150 600 l 25\n 450 600 l 25\n302 337 m 0\n 246 337 202 294 202 240 c 0\n 202 185 246 141 300 141 c 0\n 354 141 398 185 398 239 c 0\n 398 292 354 337 302 337 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: invcircle\nEncoding: 9689 9689 2172\nWidth: 600\nFlags: HW\nHStem: 0 35<288 320> 85 430<288 320> 565 35<288 320>\nVStem: 0 35<288 320> 85 430<288 320> 565 35<288 320>\nFore\n303 515 m 0\n 418 515 515 418 515 300 c 0\n 515 182 418 85 300 85 c 0\n 181 85 85 182 85 302 c 0\n 85 420 182 515 303 515 c 0\n304 565 m 0\n 155 565 35 448 35 302 c 0\n 35 154 153 35 300 35 c 0\n 446 35 565 154 565 300 c 0\n 565 445 446 565 304 565 c 0\n0 600 m 25\n 600 600 l 25\n 600 0 l 25\n 0 0 l 25\n 0 600 l 25\nEndSplineSet\nEndChar\nStartChar: uni25DA\nEncoding: 9690 9690 2173\nWidth: 600\nFlags: HW\nHStem: 300 224<288 320> 300 300<1 35 525 525 565 599> 564 36<288 320>\nVStem: 0 35<300 310> 565 35<300.004 310>\nFore\n75 300 m 1\n 75 310 l 2\n 80 430 180 524 303 524 c 0\n 420 524 519 428 525 310 c 2\n 525 300 l 1\n 75 300 l 1\n35 300 m 1\n 0 300 l 9\n 0 600 l 25\n 600 600 l 25\n 600 300 l 17\n 565 300 l 1\n 565 310 l 2\n 559 450 442 564 304 564 c 0\n 158 564 40 452 35 310 c 2\n 35 307 35 300 35 300 c 1\nEndSplineSet\nEndChar\nStartChar: uni25DB\nEncoding: 9691 9691 2174\nWidth: 600\nFlags: HW\nHStem: 0 36<288 320> 0 300<1 35 565 599> 76 224<288 320>\nVStem: 0 35<290 299> 565 35<290 299>\nFore\n565 300 m 1\n 600 300 l 9\n 600 0 l 25\n 0 0 l 25\n 0 300 l 17\n 35 300 l 1\n 35 290 l 2\n 40 148 158 36 304 36 c 0\n 442 36 559 150 565 290 c 2\n 565 294 565 296 565 300 c 1\n75 300 m 1\n 525 300 l 1\n 525 290 l 2\n 519 172 420 76 303 76 c 0\n 180 76 80 170 75 290 c 2\n 75 293 75 297 75 300 c 1\nEndSplineSet\nEndChar\nStartChar: uni25DC\nEncoding: 9692 9692 2175\nWidth: 600\nFlags: HW\nHStem: 490 40<290 303>\nVStem: 35 40<266.004 276>\nFore\n303 490 m 1\n 290 490 l 2\n 173 483 80 392 75 276 c 2\n 75 266 l 1\n 35 266 l 1\n 35 276 l 2\n 40 413 151 523 290 530 c 2\n 304 530 l 1\n 303 490 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25DD\nEncoding: 9693 9693 2176\nWidth: 600\nFlags: HW\nHStem: 490 40<301 314>\nVStem: 529 40<266.004 276>\nFore\n301 490 m 1\n 300 530 l 1\n 314 530 l 2\n 453 523 564 413 569 276 c 2\n 569 266 l 1\n 529 266 l 1\n 529 276 l 2\n 524 392 431 483 314 490 c 2\n 310 490 301 490 301 490 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25DE\nEncoding: 9694 9694 2177\nWidth: 600\nFlags: HW\nHStem: 0 40<290 303>\nVStem: 35 40<254 263>\nFore\n303 40 m 1\n 304 0 l 1\n 290 0 l 2\n 151 7 40 117 35 254 c 2\n 35 264 l 1\n 75 264 l 1\n 75 254 l 2\n 80 138 173 46 290 40 c 2\n 294 40 303 40 303 40 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni25DF\nEncoding: 9695 9695 2178\nWidth: 600\nFlags: HW\nHStem: 0 40<301 314>\nVStem: 529 40<254 263>\nFore\n301 40 m 1\n 314 40 l 2\n 431 47 524 138 529 254 c 2\n 529 264 l 1\n 569 264 l 1\n 569 254 l 2\n 564 117 453 7 314 0 c 2\n 300 0 l 1\n 301 40 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni25E0\nEncoding: 9696 9696 2179\nWidth: 600\nFlags: HW\nHStem: 490 40<291 323>\nVStem: 35 40<266.004 276> 525 40<266.004 276>\nFore\n525 266 m 1\n 525 276 l 2\n 519 394 420 490 303 490 c 0\n 180 490 80 396 75 276 c 2\n 75 266 l 1\n 35 266 l 1\n 35 276 l 2\n 40 418 158 530 304 530 c 0\n 442 530 559 416 565 276 c 2\n 565 266 l 1\n 525 266 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni25E1\nEncoding: 9697 9697 2180\nWidth: 600\nFlags: HW\nHStem: 0 40<291 323>\nVStem: 35 40<254 263> 525 40<254 263>\nFore\n525 264 m 1\n 565 264 l 1\n 565 254 l 2\n 559 114 442 0 304 0 c 0\n 158 0 40 112 35 254 c 2\n 35 264 l 1\n 75 264 l 1\n 75 254 l 2\n 80 134 180 40 303 40 c 0\n 420 40 519 136 525 254 c 2\n 525 258 525 264 525 264 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25E2\nEncoding: 9698 9698 2181\nWidth: 600\nFlags: HW\nHStem: 0 21G<50 550>\nFore\n550 500 m 25\n 550 0 l 25\n 50 0 l 25\n 550 500 l 25\nEndSplineSet\nEndChar\nStartChar: uni25E3\nEncoding: 9699 9699 2182\nWidth: 600\nFlags: HW\nHStem: 0 21G<50 550>\nFore\n550 0 m 25\n 50 0 l 25\n 50 500 l 25\n 550 0 l 25\nEndSplineSet\nEndChar\nStartChar: uni25E4\nEncoding: 9700 9700 2183\nWidth: 600\nFlags: HW\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 50 0 l 25\nEndSplineSet\nEndChar\nStartChar: uni25E5\nEncoding: 9701 9701 2184\nWidth: 600\nFlags: HW\nFore\n50 500 m 25\n 550 500 l 25\n 550 0 l 25\n 50 500 l 25\nEndSplineSet\nEndChar\nStartChar: openbullet\nEncoding: 9702 9702 2185\nWidth: 600\nFlags: HW\nHStem: 141 40<298 304> 297 40<298 304>\nVStem: 202 40<237 242> 358 40<237 242>\nFore\n301 297 m 0\n 268 297 242 271 242 240 c 0\n 242 207 268 181 300 181 c 0\n 332 181 358 207 358 239 c 0\n 358 270 332 297 301 297 c 0\n302 337 m 0\n 354 337 398 292 398 239 c 0\n 398 185 354 141 300 141 c 0\n 246 141 202 185 202 240 c 0\n 202 294 246 337 302 337 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni25E7\nEncoding: 9703 9703 2186\nWidth: 600\nFlags: HW\nHStem: 0 40<301 509> 460 40<301 509>\nVStem: 50 250<41 459> 510 40<41 459>\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n300 40 m 25\n 510 40 l 25\n 510 460 l 25\n 300 460 l 25\n 300 40 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25E8\nEncoding: 9704 9704 2187\nWidth: 600\nFlags: HW\nHStem: 0 40<91 299> 460 40<91 299>\nVStem: 50 40<41 459> 300 250<41 459>\nFore\n550 0 m 25\n 50 0 l 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n300 40 m 25\n 300 460 l 25\n 90 460 l 25\n 90 40 l 25\n 300 40 l 25\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25E9\nEncoding: 9705 9705 2188\nWidth: 600\nFlags: HW\nHStem: 0 40<91 509>\nVStem: 510 40<41 459>\nFore\n90 40 m 25\n 510 40 l 25\n 510 460 l 25\n 90 40 l 25\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni25EA\nEncoding: 9706 9706 2189\nWidth: 600\nFlags: HW\nHStem: 0 21G<50 550> 460 40<91 509>\nVStem: 50 40<41 459>\nFore\n510 460 m 25\n 90 460 l 25\n 90 40 l 25\n 510 460 l 25\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25EB\nEncoding: 9707 9707 2190\nWidth: 600\nFlags: HW\nHStem: 0 40<91 279 321 509> 460 40<91 279 321 509>\nVStem: 50 40<41 459> 280 40<41 459> 510 40<41 459>\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n280 460 m 1\n 90 460 l 9\n 90 40 l 17\n 280 40 l 1\n 280 460 l 1\n320 460 m 1\n 320 40 l 1\n 510 40 l 9\n 510 460 l 17\n 320 460 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25EC\nEncoding: 9708 9708 2191\nWidth: 600\nFlags: HW\nHStem: 0 40<99 501> 111 100<291 307>\nVStem: 250 100<159 163>\nDStem: 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40 300 374 300 454 502 40 565 0 300 454 300 374 35 0 98 40\nFore\n300 211 m 0\n 328 211 350 188 350 160 c 0\n 350 134 327 111 300 111 c 0\n 273 111 250 134 250 161 c 0\n 250 188 273 211 300 211 c 0\n502 40 m 1\n 300 374 l 1\n 98 40 l 1\n 502 40 l 1\n565 0 m 1\n 35 0 l 1\n 300 454 l 1\n 565 0 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni25ED\nEncoding: 9709 9709 2192\nWidth: 600\nFlags: HW\nHStem: 0 40<301 501>\nDStem: 300 374 300 454 502 40 565 0\nFore\n502 40 m 1\n 300 374 l 1\n 300 40 l 1\n 502 40 l 1\n565 0 m 1\n 35 0 l 1\n 300 454 l 1\n 565 0 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25EE\nEncoding: 9710 9710 2193\nWidth: 600\nFlags: HW\nHStem: 0 40<99 299>\nDStem: 300 454 300 374 35 0 98 40\nFore\n300 40 m 1\n 300 374 l 1\n 98 40 l 1\n 300 40 l 1\n565 0 m 1\n 35 0 l 1\n 300 454 l 1\n 565 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25EF\nEncoding: 9711 9711 2194\nWidth: 600\nFlags: HW\nHStem: 0 40<288 320> 560 40<288 320>\nVStem: 0 40<288 320> 560 40<288 320>\nFore\n303 560 m 0\n 158 560 40 446 40 302 c 0\n 40 157 156 40 300 40 c 0\n 443 40 560 157 560 300 c 0\n 560 442 443 560 303 560 c 0\n305 600 m 0\n 465 600 600 464 600 300 c 0\n 600 135 465 0 300 0 c 0\n 134 0 0 135 0 302 c 0\n 0 468 136 600 305 600 c 0\nEndSplineSet\nEndChar\nStartChar: uni25F0\nEncoding: 9712 9712 2195\nWidth: 600\nFlags: HW\nHStem: 0 40<91 509> 230 40<91 279> 460 40<91 279 321 509>\nVStem: 50 40<41 230 271 459> 280 40<271 459> 510 40<41 459>\nFore\n90 230 m 1\n 90 40 l 9\n 510 40 l 25\n 510 460 l 17\n 320 460 l 1\n 320 230 l 1\n 90 230 l 1\n50 500 m 1\n 550 500 l 9\n 550 0 l 25\n 50 0 l 17\n 50 500 l 1\n90 460 m 25\n 90 270 l 25\n 280 270 l 25\n 280 460 l 25\n 90 460 l 25\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni25F1\nEncoding: 9713 9713 2196\nWidth: 600\nFlags: HW\nHStem: 0 40<91 279 320 509> 230 40<91 279> 460 40<91 509>\nVStem: 50 40<41 229 270 459> 280 40<41 229> 510 40<41 459>\nFore\n320 40 m 1\n 510 40 l 9\n 510 460 l 25\n 90 460 l 17\n 90 270 l 1\n 320 270 l 1\n 320 40 l 1\n50 0 m 1\n 50 500 l 9\n 550 500 l 25\n 550 0 l 17\n 50 0 l 1\n90 40 m 25\n 280 40 l 25\n 280 230 l 25\n 90 230 l 25\n 90 40 l 25\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni25F2\nEncoding: 9714 9714 2197\nWidth: 600\nFlags: HW\nHStem: 0 40<91 280 321 509> 230 40<321 509> 460 40<91 509>\nVStem: 50 40<41 459> 280 40<41 229> 510 40<41 229 271 459>\nFore\n510 270 m 1\n 510 460 l 9\n 90 460 l 25\n 90 40 l 17\n 280 40 l 1\n 280 270 l 1\n 510 270 l 1\n550 0 m 1\n 50 0 l 9\n 50 500 l 25\n 550 500 l 17\n 550 0 l 1\n510 40 m 25\n 510 230 l 25\n 320 230 l 25\n 320 40 l 25\n 510 40 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni25F3\nEncoding: 9715 9715 2198\nWidth: 600\nFlags: HW\nHStem: 0 40<91 509> 230 40<321 509> 460 40<91 279 321 509>\nVStem: 50 40<41 459> 280 40<271 459> 510 40<41 229 271 459>\nFore\n280 460 m 1\n 90 460 l 9\n 90 40 l 25\n 510 40 l 17\n 510 230 l 1\n 280 230 l 1\n 280 460 l 1\n550 500 m 1\n 550 0 l 9\n 50 0 l 25\n 50 500 l 17\n 550 500 l 1\n510 460 m 25\n 320 460 l 25\n 320 270 l 25\n 510 270 l 25\n 510 460 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni25F4\nEncoding: 9716 9716 2199\nWidth: 600\nFlags: HW\nHStem: 0 40<279 321> 245 40<77 279> 245 285<280 319>\nVStem: 280 40<286 480> 525 40<246 288>\nFore\n296 530 m 0\n 445 530 565 413 565 267 c 0\n 565 119 447 0 300 0 c 0\n 154 0 35 119 35 265 c 0\n 35 410 154 530 296 530 c 0\n320 489 m 1\n 320 245 l 1\n 76 245 l 1\n 86 130 183 40 300 40 c 0\n 425 40 525 141 525 267 c 0\n 525 383 435 478 320 489 c 1\n76 285 m 1\n 280 285 l 1\n 280 489 l 1\n 173 481 86 393 76 285 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25F5\nEncoding: 9717 9717 2200\nWidth: 600\nFlags: HW\nHStem: 245 40<77 279> 490 40<279 321>\nVStem: 280 40<48 244> 525 40<244 284>\nFore\n296 0 m 0\n 154 0 35 120 35 265 c 0\n 35 411 154 530 300 530 c 0\n 447 530 565 411 565 263 c 0\n 565 117 445 0 296 0 c 0\n320 41 m 1\n 435 52 525 147 525 263 c 0\n 525 389 425 490 300 490 c 0\n 183 490 86 400 76 285 c 1\n 320 285 l 1\n 320 41 l 1\n76 245 m 1\n 86 137 173 49 280 41 c 1\n 280 245 l 1\n 76 245 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25F6\nEncoding: 9718 9718 2201\nWidth: 600\nFlags: HW\nHStem: 245 40<321 515> 490 40<279 321>\nVStem: 35 40<244 284> 280 40<48 244> 280 285<245 285>\nFore\n304 0 m 0\n 155 0 35 117 35 263 c 0\n 35 411 153 530 300 530 c 0\n 446 530 565 411 565 265 c 0\n 565 120 446 0 304 0 c 0\n280 41 m 1\n 280 285 l 1\n 524 285 l 1\n 514 400 417 490 300 490 c 0\n 175 490 75 389 75 263 c 0\n 75 147 165 52 280 41 c 1\n524 245 m 1\n 320 245 l 1\n 320 41 l 1\n 427 49 514 137 524 245 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25F7\nEncoding: 9719 9719 2202\nWidth: 600\nFlags: HW\nHStem: 0 40<279 321> 245 40<321 515> 245 285<281 320>\nVStem: 35 40<246 288> 280 40<286 480> 280 285<245 285>\nFore\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\n280 489 m 1\n 165 478 75 383 75 267 c 0\n 75 141 175 40 300 40 c 0\n 417 40 514 130 524 245 c 1\n 280 245 l 1\n 280 489 l 1\n524 285 m 1\n 514 393 427 481 320 489 c 1\n 320 285 l 1\n 524 285 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25F8\nEncoding: 9720 9720 2203\nWidth: 600\nFlags: HW\nHStem: 459 40<96 446>\nVStem: 50 46<109 459>\nDStem: 446 459 550 500 96 109 50 0\nFore\n50 0 m 1\n 50 499 l 25\n 550 500 l 1\n 50 0 l 1\n96 109 m 1\n 446 459 l 1\n 96 459 l 1\n 96 109 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25F9\nEncoding: 9721 9721 2204\nWidth: 600\nFlags: HW\nHStem: 454 46<159 509>\nVStem: 509 40<104 454>\nDStem: 50 500 159 454 550 0 509 104\nFore\n50 500 m 1\n 549 500 l 25\n 550 0 l 1\n 50 500 l 1\n159 454 m 1\n 509 104 l 1\n 509 454 l 1\n 159 454 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25FA\nEncoding: 9722 9722 2205\nWidth: 600\nFlags: HW\nHStem: 0 46<91 441>\nVStem: 50 41<46 396>\nDStem: 91 396 50 500 441 46 550 0\nFore\n550 0 m 1\n 51 0 l 25\n 50 500 l 1\n 550 0 l 1\n441 46 m 1\n 91 396 l 1\n 91 46 l 1\n 441 46 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25FB\nEncoding: 9723 9723 2206\nWidth: 600\nFlags: HW\nHStem: 0 40<92 510> 460 40<92 510>\nVStem: 50 42<40 460> 510 40<40 460>\nFore\n50 0 m 1\n 50 500 l 1\n 550 500 l 1\n 550 0 l 1\n 50 0 l 1\n92 40 m 1\n 510 40 l 1\n 510 460 l 1\n 92 460 l 1\n 92 40 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25FC\nEncoding: 9724 9724 2207\nWidth: 600\nFlags: HW\nHStem: 0 500<50 550>\nVStem: 50 500<0 500>\nFore\n50 0 m 1\n 50 500 l 1\n 550 500 l 1\n 550 0 l 1\n 50 0 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25FD\nEncoding: 9725 9725 2208\nWidth: 600\nFlags: HW\nHStem: 75 28<154 446> 397 28<154 446>\nVStem: 125 29<103 396> 447 28<103 396>\nFore\n125 75 m 1\n 125 425 l 1\n 475 425 l 1\n 475 75 l 1\n 125 75 l 1\n154 103 m 1\n 447 103 l 1\n 447 397 l 1\n 154 397 l 1\n 154 103 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25FE\nEncoding: 9726 9726 2209\nWidth: 600\nFlags: HW\nHStem: 75 350<125 475>\nVStem: 125 350<75 425>\nFore\n125 75 m 1\n 125 425 l 1\n 475 425 l 1\n 475 75 l 1\n 125 75 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25FF\nEncoding: 9727 9727 2210\nWidth: 600\nFlags: HW\nHStem: 0 41<154 504>\nVStem: 504 46<41 391>\nDStem: 550 500 504 391 50 0 154 41\nFore\n550 500 m 1\n 550 1 l 25\n 50 0 l 1\n 550 500 l 1\n504 391 m 1\n 154 41 l 1\n 504 41 l 1\n 504 391 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2600\nEncoding: 9728 9728 2211\nWidth: 600\nFlags: HW\nHStem: 20 100<298 303> 280 40<36 104 497 564> 480 100<298 303>\nVStem: 20 100<299 303> 280 40<36 104 497 564> 480 100<299 303>\nDStem: 102 470 130 498 144 428 172 456 144 172 172 144 102 130 130 102 428 144 456 172 470 102 498 130 470 498 498 470 428 456 456 428\nFore\n102 470 m 1\n 94 478 94 491 102 498 c 0\n 109 506 122 506 130 498 c 1\n 172 456 l 1\n 180 448 180 435 172 428 c 0\n 165 420 152 420 144 428 c 1\n 102 470 l 1\n498 470 m 1\n 456 428 l 1\n 448 420 435 420 428 428 c 0\n 420 435 420 448 428 456 c 1\n 470 498 l 1\n 478 506 491 506 498 498 c 0\n 506 491 506 478 498 470 c 1\n428 144 m 1\n 420 152 420 165 428 172 c 0\n 435 180 448 180 456 172 c 1\n 498 130 l 1\n 506 122 506 109 498 102 c 0\n 491 94 478 94 470 102 c 1\n 428 144 l 1\n560 280 m 1\n 500 280 l 1\n 489 280 480 289 480 300 c 0\n 480 311 489 320 500 320 c 1\n 560 320 l 1\n 571 320 580 311 580 300 c 0\n 580 289 571 280 560 280 c 1\n172 144 m 1\n 130 102 l 1\n 122 94 109 94 102 102 c 0\n 94 109 94 122 102 130 c 1\n 144 172 l 1\n 152 180 165 180 172 172 c 0\n 180 165 180 152 172 144 c 1\n280 500 m 1\n 280 560 l 1\n 280 571 289 580 300 580 c 0\n 311 580 320 571 320 560 c 1\n 320 500 l 1\n 320 489 311 480 300 480 c 0\n 289 480 280 489 280 500 c 1\n100 280 m 1\n 40 280 l 1\n 29 280 20 289 20 300 c 0\n 20 311 29 320 40 320 c 1\n 100 320 l 1\n 111 320 120 311 120 300 c 0\n 120 289 111 280 100 280 c 1\n280 40 m 1\n 280 100 l 1\n 280 111 289 120 300 120 c 0\n 311 120 320 111 320 100 c 1\n 320 40 l 1\n 320 29 311 20 300 20 c 0\n 289 20 280 29 280 40 c 1\n301 430 m 0\n 371 429 428 371 428 300 c 0\n 428 229 370 171 299 170 c 0\n 227 170 169 229 170 301 c 0\n 170 372 228 430 301 430 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni2601\nEncoding: 9729 9729 2212\nWidth: 600\nFlags: H\nHStem: 174 106<488 498.403> 174 120<100.864 113> 174 232<335 351>\nVStem: 47 499<190 208>\nFore\n74 174 m 17\n 56 175 47 181 47 195 c 16\n 47 247 70 294 111 294 c 0\n 148 294 166 271 181 234 c 1\n 198 303 252 406 346 406 c 0\n 456 406 488 318 488 280 c 1\n 532 280 546 230 546 206 c 8\n 546 190 552 174 523 174 c 9\n 74 174 l 17\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2602\nEncoding: 9730 9730 2213\nWidth: 600\nFlags: HW\nHStem: 0 40<236 242> 384 128<240 360>\nVStem: 160 40<91 96> 280 40<80 320>\nFore\n240 0 m 0\n 189 0 157 39 160 90 c 1\n 160 101 169 110 180 110 c 0\n 191 110 200 101 200 90 c 1\n 203 49 220 40 240 40 c 0\n 259 40 280 52 280 88 c 2\n 280 316 l 2\n 280 327 289 336 300 336 c 0\n 311 336 320 327 320 316 c 2\n 320 88 l 2\n 320 27 288 0 240 0 c 0\n60 352 m 1\n 90 442 185 512 300 512 c 24\n 415 512 510 442 540 352 c 1\n 540 352 507 384 480 384 c 24\n 453 384 420 352 420 352 c 1\n 420 352 387 384 360 384 c 24\n 333 384 300 352 300 352 c 1\n 300 352 267 384 240 384 c 24\n 213 384 180 352 180 352 c 1\n 180 352 147 384 120 384 c 24\n 93 384 60 352 60 352 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni2605\nEncoding: 9733 9733 2214\nWidth: 600\nFlags: HW\nFore\n592 338 m 1\n 397 212 l 1\n 481 -6 l 1\n 300 142 l 1\n 119 -4 l 1\n 203 212 l 1\n 8 339 l 1\n 240 326 l 1\n 301 550 l 1\n 360 326 l 1\n 592 338 l 1\nEndSplineSet\nEndChar\nStartChar: uni2606\nEncoding: 9734 9734 2215\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2607\nEncoding: 9735 9735 2216\nWidth: 600\nFlags: HW\nHStem: 0 40<288 361> 0 161<408 416>\nVStem: 391 39<68 144>\nDStem: 120 281 177 281 362 40 391 67 382 543 410 515 120 281 177 281\nFore\n362 40 m 1\n 120 281 l 1\n 382 543 l 2\n 390 551 403 551 410 543 c 0\n 418 535 418 522 410 515 c 2\n 177 281 l 1\n 391 67 l 1\n 391 141 l 2\n 391 153 399 161 410 161 c 0\n 422 161 430 153 430 141 c 2\n 430 0 l 1\n 289 0 l 2\n 277 0 269 8 269 20 c 0\n 269 31 277 40 289 40 c 2\n 362 40 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2608\nEncoding: 9736 9736 2217\nWidth: 600\nFlags: HW\nHStem: 0 40<372 445> 0 161<490 496> 515 40<130 437>\nVStem: 90 40<-4 514> 475 39<68 143>\nDStem: 204 281 261 281 446 40 475 67 438 515 494 515 204 281 261 281\nFore\n505 535 m 0\n 505 526 499 520 494 515 c 2\n 261 281 l 1\n 475 67 l 1\n 475 141 l 2\n 475 153 483 161 494 161 c 0\n 506 161 514 153 514 141 c 2\n 514 0 l 1\n 373 0 l 2\n 361 0 353 8 353 20 c 0\n 353 31 361 40 373 40 c 2\n 446 40 l 1\n 204 281 l 1\n 438 515 l 1\n 130 515 l 1\n 130 0 l 2\n 130 -11 121 -20 110 -20 c 0\n 99 -20 90 -11 90 0 c 2\n 90 555 l 25\n 485 555 l 2\n 496 555 505 546 505 535 c 0\nEndSplineSet\nMinimumDistance: x6,-1 y14,17 y14,15 \nEndChar\nStartChar: uni2609\nEncoding: 9737 9737 2218\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 230 76<299 300> 490 40<291 323>\nVStem: 35 40<256 288> 263 73<264 272> 525 40<256 272>\nFore\n263 268 m 24\n 263 289 279 306 300 306 c 24\n 321 305 336 289 336 268 c 24\n 336 247 321 231 300 230 c 24\n 279 230 263 247 263 268 c 24\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2610\nEncoding: 9744 9744 2219\nWidth: 600\nFlags: HW\nHStem: 0 40<91 509> 460 40<91 509>\nVStem: 50 40<41 459> 510 40<41 459>\nRef: 9633 9633 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2611\nEncoding: 9745 9745 2220\nWidth: 600\nFlags: HW\nHStem: 0 40<91 509> 460 40<91 509>\nVStem: 50 40<41 459> 510 40<41 459>\nDStem: 125 202 159 224 217 60 234 107 435 415 468 392 234 107 250 60\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n90 40 m 25\n 510 40 l 25\n 510 460 l 25\n 90 460 l 25\n 90 40 l 25\n234 107 m 1\n 435 415 l 2\n 441 425 454 426 463 420 c 0\n 472 414 474 402 468 392 c 2\n 250 60 l 25\n 217 60 l 1\n 125 202 l 2\n 119 212 122 224 131 230 c 0\n 140 236 153 233 159 224 c 2\n 234 107 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2612\nEncoding: 9746 9746 2221\nWidth: 600\nFlags: HW\nHStem: 0 40<91 509> 460 40<91 509>\nVStem: 50 40<41 459> 510 40<41 459>\nDStem: 136 386 164 414 272 250 300 278 272 250 300 222 136 114 164 86 300 222 328 250 436 86 464 114 436 414 464 386 300 278 328 250\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n90 40 m 25\n 510 40 l 25\n 510 460 l 25\n 90 460 l 25\n 90 40 l 25\n328 250 m 1\n 464 114 l 2\n 472 106 472 94 464 86 c 0\n 456 78 444 78 436 86 c 2\n 300 222 l 1\n 164 86 l 2\n 156 78 144 78 136 86 c 0\n 128 94 128 106 136 114 c 2\n 272 250 l 1\n 136 386 l 2\n 128 394 128 406 136 414 c 0\n 144 422 156 422 164 414 c 2\n 300 278 l 1\n 436 414 l 2\n 444 422 456 422 464 414 c 0\n 472 406 472 394 464 386 c 2\n 328 250 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni261C\nEncoding: 9756 9756 2222\nWidth: 600\nFlags: HW\nHStem: 0 40<431 509> 40 40<287 389> 135 40<287 389> 230 40<257 389> 325 40<95 168 225 389> 420 40<95 390> 460 40<431 509>\nVStem: 38 38<391 400> 166 38<296 304> 198 38<201 208> 230 38<106 112> 390 40<81 134 176 229 271 324 366 419> 510 40<41 459>\nFore\n430 460 m 1\n 430 40 l 1\n 510 40 l 9\n 510 460 l 17\n 430 460 l 1\n202 234 m 1\n 181 242 166 264 166 300 c 0\n 166 310 167 318 169 325 c 1\n 96 325 l 1\n 64 325 38 348 38 395 c 0\n 38 445 70 460 98 460 c 9\n 390 460 l 17\n 390 500 l 9\n 550 500 l 25\n 550 0 l 25\n 390 0 l 17\n 390 40 l 9\n 288 40 l 17\n 256 40 230 63 230 110 c 0\n 230 121 232 131 234 139 c 1\n 213 147 198 169 198 205 c 0\n 198 216 200 226 202 234 c 1\n390 420 m 9\n 98 420 l 17\n 86 420 76 407 76 392 c 16\n 76 378 86 365 98 365 c 1\n 390 365 l 1\n 390 420 l 9\n226 270 m 1\n 390 270 l 1\n 390 325 l 9\n 226 325 l 18\n 214 325 204 312 204 297 c 16\n 204 283 214 270 226 270 c 1\n258 230 m 2\n 246 230 236 217 236 202 c 16\n 236 188 246 175 258 175 c 1\n 390 175 l 1\n 390 230 l 1\n 258 230 l 2\n390 135 m 9\n 290 135 l 18\n 278 135 268 122 268 107 c 16\n 268 93 278 80 290 80 c 9\n 390 80 l 17\n 390 135 l 9\nEndSplineSet\nMinimumDistance: x12,-1 x13,15 \nEndChar\nStartChar: uni261E\nEncoding: 9758 9758 2223\nWidth: 600\nFlags: HW\nHStem: 0 40<91 169> 40 40<211 314> 135 40<211 314> 230 40<211 344> 325 40<211 376 432 506> 420 40<210 506> 460 40<91 169>\nVStem: 50 40<41 459> 170 40<81 134 176 229 271 324 366 419> 332 38<106 112> 364 38<201 208> 396 38<296 304> 524 38<384 400>\nFore\n170 460 m 1\n 90 460 l 9\n 90 40 l 17\n 170 40 l 1\n 170 460 l 1\n398 234 m 1\n 401 226 402 216 402 205 c 0\n 402 169 387 147 366 139 c 1\n 369 131 370 121 370 110 c 0\n 370 63 344 40 312 40 c 9\n 210 40 l 17\n 210 0 l 9\n 50 0 l 25\n 50 500 l 25\n 210 500 l 17\n 210 460 l 9\n 502 460 l 17\n 530 460 563 445 562 395 c 0\n 562 348 536 325 504 325 c 1\n 431 325 l 1\n 433 318 434 310 434 300 c 0\n 434 264 419 242 398 234 c 1\n210 420 m 17\n 210 365 l 1\n 502 365 l 1\n 515 365 524 378 524 392 c 8\n 524 407 514 420 502 420 c 9\n 210 420 l 17\n210 270 m 1\n 374 270 l 1\n 387 270 396 283 396 297 c 8\n 396 312 386 325 374 325 c 10\n 210 325 l 17\n 210 270 l 1\n342 230 m 2\n 210 230 l 1\n 210 175 l 1\n 342 175 l 1\n 355 175 364 188 364 202 c 8\n 364 217 354 230 342 230 c 2\n210 135 m 17\n 210 80 l 9\n 310 80 l 17\n 323 80 332 93 332 107 c 8\n 332 122 322 135 310 135 c 10\n 210 135 l 17\nEndSplineSet\nMinimumDistance: x16,-1 x12,14 x11,9 \nEndChar\nStartChar: uni2626\nEncoding: 9766 9766 2224\nWidth: 600\nFlags: HW\nHStem: 346 40<96 279 321 502> 470 40<186 279 321 414>\nVStem: 280 40<-4 143 213 346 386 470 510 590>\nDStem: 280 189 280 144 176 129 196 95 404 261 424 227 320 212 320 167\nFore\n320 346 m 1\n 320 212 l 1\n 404 261 l 2\n 414 267 426 264 432 254 c 0\n 437 244 434 232 424 227 c 2\n 320 167 l 1\n 320 -0 l 2\n 320 -11 311 -20 300 -20 c 0\n 289 -20 280 -11 280 0 c 2\n 280 144 l 1\n 196 95 l 2\n 186 89 174 92 168 102 c 0\n 163 112 166 124 176 129 c 2\n 280 189 l 1\n 280 346 l 1\n 100 346 l 2\n 89 346 80 355 80 366 c 0\n 80 377 89 386 100 386 c 2\n 280 386 l 1\n 280 470 l 1\n 192 470 l 2\n 181 470 172 479 172 490 c 0\n 172 501 181 510 192 510 c 2\n 280 510 l 1\n 280 588 l 2\n 280 599 289 608 300 608 c 0\n 311 608 320 599 320 588 c 2\n 320 510 l 1\n 408 510 l 2\n 419 510 428 501 428 490 c 0\n 428 479 419 470 408 470 c 2\n 320 470 l 1\n 320 386 l 1\n 500 386 l 2\n 511 386 520 377 520 366 c 0\n 520 355 511 346 500 346 c 2\n 320 346 l 1\nEndSplineSet\nMinimumDistance: x33,-1 y23,26 y23,24 x27,30 x27,28 x19,22 x19,20 x14,17 x14,15 x0,33 x0,35 \nEndChar\nStartChar: uni2628\nEncoding: 9768 9768 2225\nWidth: 600\nFlags: HW\nHStem: 346 40<96 280 320 502> 470 40<191 280 320 410>\nVStem: 280 40<-4 346 386 470 510 590>\nFore\n280 346 m 1\n 100 346 l 2\n 89 346 80 355 80 366 c 0\n 80 377 89 386 100 386 c 2\n 280 386 l 1\n 280 470 l 1\n 192 470 l 2\n 181 470 172 479 172 490 c 0\n 172 501 181 510 192 510 c 2\n 280 510 l 1\n 280 588 l 2\n 280 599 289 608 300 608 c 0\n 311 608 320 599 320 588 c 2\n 320 510 l 1\n 408 510 l 2\n 419 510 428 501 428 490 c 0\n 428 479 419 470 408 470 c 2\n 320 470 l 1\n 320 386 l 1\n 500 386 l 2\n 511 386 520 377 520 366 c 0\n 520 355 511 346 500 346 c 2\n 320 346 l 1\n 320 -0 l 2\n 320 -11 311 -20 300 -20 c 0\n 289 -20 280 -11 280 0 c 2\n 280 346 l 1\nEndSplineSet\nMinimumDistance: x19,-1 y9,12 y9,10 x18,21 x18,19 x13,16 x13,14 x5,8 x5,6 x0,3 x0,1 \nEndChar\nStartChar: uni2629\nEncoding: 9769 9769 2226\nWidth: 600\nFlags: HW\nHStem: 0 40<149 279 321 452> 250 40<70 279 321 530> 500 40<149 279 321 452>\nVStem: 30 40<119 249 291 422> 280 40<40 249 291 500> 530 40<119 249 291 422>\nFore\n280 250 m 1\n 70 250 l 1\n 70 120 l 1\n 70 109 61 100 50 100 c 0\n 39 100 30 109 30 120 c 1\n 30 420 l 1\n 30 431 39 440 50 440 c 0\n 61 440 70 431 70 420 c 1\n 70 290 l 1\n 280 290 l 1\n 280 500 l 1\n 150 500 l 1\n 139 500 130 509 130 520 c 0\n 130 531 139 540 150 540 c 1\n 450 540 l 1\n 461 540 470 531 470 520 c 0\n 470 509 461 500 450 500 c 1\n 320 500 l 1\n 320 290 l 1\n 530 290 l 1\n 530 420 l 1\n 530 431 539 440 550 440 c 0\n 561 440 570 431 570 420 c 1\n 570 120 l 1\n 570 109 561 100 550 100 c 0\n 539 100 530 109 530 120 c 1\n 530 250 l 1\n 320 250 l 1\n 320 40 l 1\n 450 40 l 1\n 461 40 470 31 470 20 c 0\n 470 9 461 0 450 0 c 1\n 150 0 l 1\n 139 0 130 9 130 20 c 0\n 130 31 139 40 150 40 c 1\n 280 40 l 1\n 280 250 l 1\nEndSplineSet\nMinimumDistance: x22,-1 y26,23 y26,25 y19,22 y19,20 y8,5 y8,7 y1,4 y1,2 x35,32 x35,34 x28,31 x28,29 x17,14 x17,16 x10,13 x10,11 \nEndChar\nStartChar: uni262E\nEncoding: 9774 9774 2227\nWidth: 600\nFlags: HW\nHStem: 0 530<281 320>\nVStem: 35 40<256 288> 280 40<42 208 277 488> 525 40<256 279>\nDStem: 280 277.129 280 225.323 114.466 138.294 139.614 107.579 320 224.323 320 277.129 459.963 106.934 485.72 138.138\nFore\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\n460 107 m 1\n 320 224 l 1\n 320 41 l 1\n 375 46 424 70 460 107 c 1\n486 138 m 1\n 511 174 525 218 525 265 c 0\n 525 382 433 480 320 489 c 1\n 320 277 l 1\n 486 138 l 1\n114 138 m 1\n 280 277 l 1\n 280 489 l 1\n 165 478 75 383 75 267 c 0\n 75 219 90 175 114 138 c 1\n140 108 m 1\n 176 70 225 46 280 41 c 1\n 280 225 l 1\n 140 108 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2630\nEncoding: 9776 9776 2228\nWidth: 600\nFlags: HW\nHStem: 0 100<51 549> 200 100<51 549> 400 100<51 549>\nVStem: 50 500<1 99 201 299 401 499>\nFore\n50 0 m 25\n 50 100 l 25\n 550 100 l 25\n 550 0 l 25\n 50 0 l 25\n50 200 m 25\n 50 300 l 25\n 550 300 l 25\n 550 200 l 25\n 50 200 l 25\n50 400 m 25\n 50 500 l 25\n 550 500 l 25\n 550 400 l 25\n 50 400 l 25\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni2631\nEncoding: 9777 9777 2229\nWidth: 600\nFlags: HW\nHStem: 0 100<50 550> 200 100<50 550> 400 100<50 250 350 550>\nFore\n350 400 m 1\n 350 500 l 1\n 550 500 l 9\n 550 400 l 17\n 350 400 l 1\n250 500 m 1\n 250 400 l 1\n 50 400 l 9\n 50 500 l 17\n 250 500 l 1\n50 0 m 25\n 50 100 l 25\n 550 100 l 25\n 550 0 l 25\n 50 0 l 25\n50 200 m 25\n 50 300 l 25\n 550 300 l 25\n 550 200 l 25\n 50 200 l 25\nEndSplineSet\nEndChar\nStartChar: uni2632\nEncoding: 9778 9778 2230\nWidth: 600\nFlags: HW\nHStem: 0 100<50 550> 200 100<50 250 350 550> 400 100<50 550>\nFore\n50 0 m 25\n 50 100 l 25\n 550 100 l 25\n 550 0 l 25\n 50 0 l 25\n350 200 m 1\n 350 300 l 1\n 550 300 l 9\n 550 200 l 17\n 350 200 l 1\n250 300 m 1\n 250 200 l 1\n 50 200 l 9\n 50 300 l 17\n 250 300 l 1\n50 400 m 25\n 50 500 l 25\n 550 500 l 25\n 550 400 l 25\n 50 400 l 25\nEndSplineSet\nEndChar\nStartChar: uni2633\nEncoding: 9779 9779 2231\nWidth: 600\nFlags: HW\nHStem: 0 100<50 550> 200 100<50 250 350 550> 400 100<50 250 350 550>\nVStem: 50 200<200 300 400 500> 350 200<200 300 400 500>\nFore\n350 400 m 1\n 350 500 l 1\n 550 500 l 9\n 550 400 l 17\n 350 400 l 1\n250 500 m 1\n 250 400 l 1\n 50 400 l 9\n 50 500 l 17\n 250 500 l 1\n350 200 m 1\n 350 300 l 1\n 550 300 l 9\n 550 200 l 17\n 350 200 l 1\n250 300 m 1\n 250 200 l 1\n 50 200 l 9\n 50 300 l 17\n 250 300 l 1\n50 0 m 25\n 50 100 l 25\n 550 100 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2634\nEncoding: 9780 9780 2232\nWidth: 600\nFlags: HW\nHStem: 0 100<51 249 351 549> 200 100<51 549> 400 100<51 549>\nVStem: 50 200<1 99> 350 200<1 99>\nFore\n250 100 m 1\n 250 0 l 1\n 50 0 l 9\n 50 100 l 17\n 250 100 l 1\n350 0 m 1\n 350 100 l 1\n 550 100 l 9\n 550 0 l 17\n 350 0 l 1\n550 500 m 25\n 550 400 l 25\n 50 400 l 25\n 50 500 l 25\n 550 500 l 25\n550 300 m 25\n 550 200 l 25\n 50 200 l 25\n 50 300 l 25\n 550 300 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2635\nEncoding: 9781 9781 2233\nWidth: 600\nFlags: HW\nHStem: 0 100<50 250 350 550> 200 100<50 550> 400 100<50 250 350 550>\nVStem: 50 200<0 100 400 500> 350 200<0 100 400 500>\nFore\n350 400 m 1\n 350 500 l 1\n 550 500 l 9\n 550 400 l 17\n 350 400 l 1\n250 500 m 1\n 250 400 l 1\n 50 400 l 9\n 50 500 l 17\n 250 500 l 1\n350 0 m 1\n 350 100 l 1\n 550 100 l 9\n 550 0 l 17\n 350 0 l 1\n250 100 m 1\n 250 0 l 1\n 50 0 l 9\n 50 100 l 17\n 250 100 l 1\n50 200 m 25\n 50 300 l 25\n 550 300 l 25\n 550 200 l 25\n 50 200 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2636\nEncoding: 9782 9782 2234\nWidth: 600\nFlags: HW\nHStem: 0 100<51 249 351 549> 200 100<51 249 351 549> 400 100<51 549>\nVStem: 50 200<1 99 201 299> 350 200<1 99 201 299>\nFore\n350 100 m 1\n 550 100 l 9\n 550 0 l 17\n 350 0 l 1\n 350 100 l 1\n250 0 m 1\n 50 0 l 9\n 50 100 l 17\n 250 100 l 1\n 250 0 l 1\n350 300 m 1\n 550 300 l 9\n 550 200 l 17\n 350 200 l 1\n 350 300 l 1\n250 200 m 1\n 50 200 l 9\n 50 300 l 17\n 250 300 l 1\n 250 200 l 1\n50 500 m 25\n 550 500 l 25\n 550 400 l 25\n 50 400 l 25\n 50 500 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2637\nEncoding: 9783 9783 2235\nWidth: 600\nFlags: HW\nHStem: 0 100<50 250 350 550> 200 100<50 250 350 550> 400 100<50 250 350 550>\nVStem: 50 200<0 100 200 300 400 500> 350 200<0 100 200 300 400 500>\nFore\n350 400 m 1\n 350 500 l 1\n 550 500 l 9\n 550 400 l 17\n 350 400 l 1\n250 500 m 1\n 250 400 l 1\n 50 400 l 9\n 50 500 l 17\n 250 500 l 1\n350 200 m 1\n 350 300 l 1\n 550 300 l 9\n 550 200 l 17\n 350 200 l 1\n250 300 m 1\n 250 200 l 1\n 50 200 l 9\n 50 300 l 17\n 250 300 l 1\n350 0 m 1\n 350 100 l 1\n 550 100 l 9\n 550 0 l 17\n 350 0 l 1\n250 100 m 1\n 250 0 l 1\n 50 0 l 9\n 50 100 l 17\n 250 100 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2639\nEncoding: 9785 9785 2236\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 219 41<291 307> 312 76<195 200 399 400> 490 40<291 323>\nVStem: 35 40<256 288> 163 73<341.005 352> 363 73<341.005 352> 525 40<256 272>\nFore\n176 130 m 0\n 163 130 155 139 155 153 c 0\n 155 213 218 260 300 260 c 0\n 382 260 445 213 445 153 c 0\n 445 139 436 130 425 130 c 0\n 412 130 406 137 404 152 c 0\n 400 190 356 219 300 219 c 0\n 244 219 199 190 196 152 c 0\n 194 137 188 130 176 130 c 0\n163 350 m 24\n 163 371 179 388 200 388 c 24\n 221 387 236 371 236 350 c 24\n 236 329 221 313 200 312 c 24\n 179 312 163 329 163 350 c 24\n363 350 m 24\n 363 371 379 388 400 388 c 24\n 421 387 436 371 436 350 c 24\n 436 329 421 313 400 312 c 24\n 379 312 363 329 363 350 c 24\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: smileface\nEncoding: 9786 9786 2237\nWidth: 600\nFlags: HW\nHStem: 0 40<291 307> 110 41<291 307> 312 76<195 200 399 400> 490 40<291 323>\nVStem: 35 40<256 288> 163 73<341.005 352> 363 73<341.005 352> 525 40<256 272>\nFore\n176 240 m 0\n 188 240 194 233 196 218 c 0\n 199 180 244 151 300 151 c 0\n 356 151 400 180 404 218 c 0\n 406 233 412 240 425 240 c 0\n 436 240 445 231 445 217 c 0\n 445 157 382 110 300 110 c 0\n 218 110 155 157 155 217 c 0\n 155 231 163 240 176 240 c 0\n163 350 m 24\n 163 371 179 388 200 388 c 24\n 221 387 236 371 236 350 c 24\n 236 329 221 313 200 312 c 24\n 179 312 163 329 163 350 c 24\n363 350 m 24\n 363 371 379 388 400 388 c 24\n 421 387 436 371 436 350 c 24\n 436 329 421 313 400 312 c 24\n 379 312 363 329 363 350 c 24\n303 490 m 0\n 177 490 75 391 75 267 c 0\n 75 141 175 40 300 40 c 0\n 424 40 525 141 525 265 c 0\n 525 388 424 490 303 490 c 0\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: invsmileface\nEncoding: 9787 9787 2238\nWidth: 600\nFlags: HW\nHStem: 0 104<291 307> 149 381<291 307>\nVStem: 254 91<338.846 352>\nFore\n164 246 m 0\n 149 246 140 237 140 221 c 0\n 140 155 210 104 300 104 c 0\n 390 104 460 155 460 221 c 0\n 460 237 450 246 438 246 c 0\n 423 246 417 239 414 222 c 0\n 410 180 362 149 300 149 c 0\n 238 149 189 180 186 222 c 0\n 183 239 177 246 164 246 c 0\n145 350 m 24\n 145 318 169 293 200 293 c 24\n 232 294 254 318 254 350 c 24\n 254 382 232 406 200 407 c 24\n 169 407 145 382 145 350 c 24\n345 350 m 24\n 345 318 369 293 400 293 c 24\n 432 294 454 318 454 350 c 24\n 454 382 432 406 400 407 c 24\n 369 407 345 382 345 350 c 24\n304 530 m 0\n 446 530 565 410 565 265 c 0\n 565 119 446 0 300 0 c 0\n 153 0 35 119 35 267 c 0\n 35 413 155 530 304 530 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: sun\nEncoding: 9788 9788 2239\nWidth: 600\nFlags: HW\nHStem: 20 100<298 303> 147 40<292 308> 280 40<36 104 497 564> 413 40<292 308> 480 100<298 303>\nVStem: 20 100<299 303> 147 40<292 308> 280 40<36 104 497 564> 411 40<292 308> 480 100<299 303>\nDStem: 102 470 130 498 144 428 172 456 144 172 172 144 102 130 130 102 428 144 456 172 470 102 498 130 470 498 498 470 428 456 456 428\nFore\n102 470 m 1\n 94 478 94 491 102 498 c 0\n 109 506 122 506 130 498 c 1\n 172 456 l 1\n 180 448 180 435 172 428 c 0\n 165 420 152 420 144 428 c 1\n 102 470 l 1\n498 470 m 1\n 456 428 l 1\n 448 420 435 420 428 428 c 0\n 420 435 420 448 428 456 c 1\n 470 498 l 1\n 478 506 491 506 498 498 c 0\n 506 491 506 478 498 470 c 1\n428 144 m 1\n 420 152 420 165 428 172 c 0\n 435 180 448 180 456 172 c 1\n 498 130 l 1\n 506 122 506 109 498 102 c 0\n 491 94 478 94 470 102 c 1\n 428 144 l 1\n560 280 m 1\n 500 280 l 1\n 489 280 480 289 480 300 c 0\n 480 311 489 320 500 320 c 1\n 560 320 l 1\n 571 320 580 311 580 300 c 0\n 580 289 571 280 560 280 c 1\n172 144 m 1\n 130 102 l 1\n 122 94 109 94 102 102 c 0\n 94 109 94 122 102 130 c 1\n 144 172 l 1\n 152 180 165 180 172 172 c 0\n 180 165 180 152 172 144 c 1\n280 500 m 1\n 280 560 l 1\n 280 571 289 580 300 580 c 0\n 311 580 320 571 320 560 c 1\n 320 500 l 1\n 320 489 311 480 300 480 c 0\n 289 480 280 489 280 500 c 1\n100 280 m 1\n 40 280 l 1\n 29 280 20 289 20 300 c 0\n 20 311 29 320 40 320 c 1\n 100 320 l 1\n 111 320 120 311 120 300 c 0\n 120 289 111 280 100 280 c 1\n280 40 m 1\n 280 100 l 1\n 280 111 289 120 300 120 c 0\n 311 120 320 111 320 100 c 1\n 320 40 l 1\n 320 29 311 20 300 20 c 0\n 289 20 280 29 280 40 c 1\n301 453 m 0\n 384 452 451 384 451 300 c 0\n 451 216 383 148 299 147 c 0\n 214 147 146 216 147 301 c 0\n 147 385 216 453 301 453 c 0\n301 413 m 0\n 237 412 186 363 187 301 c 0\n 187 238 237 188 299 187 c 0\n 361 187 412 238 411 300 c 0\n 412 361 360 413 301 413 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni263F\nEncoding: 9791 9791 2240\nWidth: 600\nFlags: HW\nHStem: 72 40<157 279 321 448> 523 60<294 310>\nVStem: 118 40<364.771 396> 280 40<-4 72 112 200> 442 40<364.199 396>\nFore\n302 523 m 0\n 222 523 158 460 158 382 c 0\n 158 303 221 239 300 239 c 0\n 378 239 442 303 442 381 c 0\n 442 458 378 523 302 523 c 0\n240 552 m 1\n 191 570 159 606 159 649 c 0\n 159 663 167 672 180 672 c 0\n 192 672 198 665 200 650 c 0\n 203 612 248 583 304 583 c 0\n 360 583 404 612 408 650 c 0\n 410 665 416 672 429 672 c 0\n 440 672 449 663 449 649 c 0\n 449 605 415 568 365 551 c 1\n 433 525 482 459 482 381 c 0\n 482 288 411 210 320 200 c 1\n 320 112 l 1\n 442 112 l 2\n 453 112 462 103 462 92 c 0\n 462 81 453 72 442 72 c 2\n 320 72 l 1\n 320 -0 l 1\n 320 -11 311 -20 300 -20 c 0\n 289 -20 280 -11 280 0 c 1\n 280 72 l 1\n 158 72 l 2\n 147 72 138 81 138 92 c 0\n 138 103 147 112 158 112 c 2\n 280 112 l 1\n 280 200 l 1\n 189 210 118 288 118 382 c 0\n 118 461 169 528 240 552 c 1\nEndSplineSet\nMinimumDistance: x13,-1 y19,22 y19,20 x23,26 x23,24 x15,18 x15,16 \nEndChar\nStartChar: female\nEncoding: 9792 9792 2241\nWidth: 600\nFlags: HW\nHStem: 72 40<157 279 321 444> 523 40<294 310>\nVStem: 118 40<364.771 396> 280 40<-4 72 112 200> 442 40<364.199 396>\nFore\n302 523 m 0\n 222 523 158 460 158 382 c 0\n 158 303 221 239 300 239 c 0\n 378 239 442 303 442 381 c 0\n 442 458 378 523 302 523 c 0\n280 72 m 1\n 158 72 l 2\n 147 72 138 81 138 92 c 0\n 138 103 147 112 158 112 c 2\n 280 112 l 1\n 280 200 l 1\n 189 210 118 288 118 382 c 0\n 118 483 201 563 302 563 c 0\n 401 563 482 481 482 381 c 0\n 482 288 411 210 320 200 c 1\n 320 112 l 1\n 442 112 l 2\n 453 112 462 103 462 92 c 0\n 462 81 453 72 442 72 c 2\n 320 72 l 1\n 320 -0 l 1\n 320 -11 311 -20 300 -20 c 0\n 289 -20 280 -11 280 0 c 1\n 280 72 l 1\nEndSplineSet\nMinimumDistance: x12,-1 x14,17 x14,15 x4,7 x4,5 \nEndChar\nStartChar: uni2641\nEncoding: 9793 9793 2242\nWidth: 600\nFlags: HW\nHStem: 431 40<157 279 294 310 321 444>\nVStem: 118 40<147 178.229> 280 40<343 431 471 547> 442 40<147 178.801>\nRef: 9792 9792 S 1 0 0 -1 0 543\nEndChar\nStartChar: male\nEncoding: 9794 9794 2243\nWidth: 600\nFlags: HW\nHStem: 0 40<240 256> 324 40<240 256> 458 40<368 480>\nVStem: 64 40<176 192> 388 40<176 192> 522 40<304 416>\nDStem: 493.717 458 522 429.717 359.945 324.229 388.137 295.853\nFore\n248 324 m 0\n 168 324 104 261 104 183 c 0\n 104 104 167 40 246 40 c 0\n 324 40 388 104 388 182 c 0\n 388 259 324 324 248 324 c 0\n494 458 m 1\n 374 458 l 2\n 363 458 354 467 354 478 c 0\n 354 489 363 498 374 498 c 2\n 562 498 l 1\n 562 310 l 2\n 562 299 553 290 542 290 c 0\n 531 290 522 299 522 310 c 2\n 522 430 l 1\n 388 296 l 1\n 413 265 428 225 428 182 c 0\n 428 82 346 0 246 0 c 0\n 145 0 64 82 64 183 c 0\n 64 284 147 364 248 364 c 0\n 290 364 329 349 360 324 c 1\n 494 458 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni2669\nEncoding: 9833 9833 2244\nWidth: 600\nFlags: HW\nHStem: 0 134<214 230>\nVStem: 270 40<125 560>\nFore\n310 556 m 2\n 310 64 l 10\n 310 20 266 0 222 0 c 24\n 178 0 135 20 134 64 c 24\n 133 109 177 134 222 134 c 16\n 239 134 256 130 270 124 c 1\n 270 556 l 2\n 270 567 279 576 290 576 c 0\n 301 576 310 567 310 556 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: musicalnote\nEncoding: 9834 9834 2245\nWidth: 600\nFlags: HW\nHStem: 0 134<214 230>\nVStem: 270 40<125 401 496.563 560> 458 40<187 188>\nFore\n498 188 m 0\n 498 177 489 168 478 168 c 0\n 467 168 458 177 458 188 c 1\n 467 338 359 336 310 402 c 1\n 310 64 l 10\n 310 20 266 0 222 0 c 24\n 178 0 135 20 134 64 c 24\n 133 109 177 134 222 134 c 16\n 239 134 256 130 270 124 c 1\n 270 556 l 2\n 270 567 279 576 290 576 c 0\n 301 576 310 567 310 556 c 2\n 310 517 l 2\n 310 348 498 421 498 188 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nBack\n270 123.644 m 1\n 270 556 l 1\n 310 556 l 1\n 310 517.398 l 5\n 317.811 338.186 489.957 433.37 498 188 c 1\n 458 188 l 1\n 464.095 343.982 367.113 326.088 310 401.968 c 1\n 310 401.968 310.021 64.9777 310 64 c 8\n 309.061 20.4854 265.524 0 222 0 c 24\n 178.476 0 134.939 20.4853 134 64 c 24\n 133.029 108.968 177.021 134 222 134 c 16\n 238.92 134 255.7 130.458 270 123.644 c 1\nEndSplineSet\nEndChar\nStartChar: musicalnotedbl\nEncoding: 9835 9835 2246\nWidth: 600\nFlags: HW\nHStem: -2 134<424.412 454> 110 134<134 150>\nVStem: 190 40<235 510> 488 40<123 416>\nDStem: 230 513.938 190 572 488 416.79 528 445\nFore\n230 514 m 25\n 230 174 l 10\n 230 130 186 110 142 110 c 24\n 98 110 55 130 54 174 c 24\n 53 219 97 244 142 244 c 16\n 159 244 176 240 190 234 c 1\n 190 572 l 1\n 528 445 l 25\n 528 62 l 10\n 528 18 484 -2 440 -2 c 24\n 396 -2 353 18 352 62 c 24\n 351 107 395 132 440 132 c 16\n 457 132 474 128 488 122 c 1\n 488 417 l 1\n 230 514 l 25\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni266C\nEncoding: 9836 9836 2247\nWidth: 600\nFlags: HW\nHStem: -2 134<424.412 454> 110 134<134 150>\nVStem: 190 40<235 382 436 510> 488 40<123 296 342 416>\nDStem: 230 513.938 190 572 488 416.79 528 445 230 393.938 230 436.97 488 296.79 488 340.03\nFore\n230 394 m 2\n 230 174 l 10\n 230 130 186 110 142 110 c 24\n 98 110 55 130 54 174 c 24\n 53 219 97 244 142 244 c 16\n 159 244 176 240 190 234 c 1\n 190 572 l 1\n 528 445 l 2\n 528 62 l 10\n 528 18 484 -2 440 -2 c 24\n 396 -2 353 18 352 62 c 24\n 351 107 395 132 440 132 c 16\n 457 132 474 128 488 122 c 1\n 488 297 l 1\n 230 394 l 2\n230 437 m 1\n 488 340 l 1\n 488 417 l 1\n 230 514 l 1\n 230 437 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni266D\nEncoding: 9837 9837 2248\nWidth: 600\nFlags: HW\nHStem: 416 38<285 317>\nVStem: 109 40<36 377 419 618> 480 40<256 272>\nFore\n480 264 m 0\n 480 371 399 416 300 416 c 0\n 243 416 201 400 149 377 c 1\n 149 35 l 1\n 285 40 480 96 480 264 c 0\n149 616 m 2\n 149 418 l 1\n 200 439 252 454 307 454 c 0\n 420 454 520 391 520 269 c 0\n 520 59 277 3 109 0 c 1\n 109 616 l 2\n 109 627 118 636 129 636 c 0\n 140 636 149 627 149 616 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni266E\nEncoding: 9838 9838 2249\nWidth: 600\nFlags: HW\nVStem: 120 43<29 341 384 602> 437 43<-166 36 79 391>\nDStem: 437 79 437 37 163 28 120 -18 480 438 437 392 163 383 163 341\nFore\n480 -167 m 1\n 437 -167 l 1\n 437 37 l 1\n 120 -18 l 1\n 120 603 l 1\n 163 603 l 1\n 163 383 l 1\n 480 438 l 1\n 480 -167 l 1\n437 79 m 1\n 437 392 l 1\n 163 341 l 1\n 163 28 l 1\n 437 79 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni266F\nEncoding: 9839 9839 2250\nWidth: 600\nFlags: HW\nVStem: 150 43<-169 -10 38 342 390 558> 407 43<-124 29 77 381 429 603> 407 132<70 76 422 428>\nFore\n150 343 m 1\n 61 329 l 1\n 61 369 l 1\n 150 383 l 1\n 150 559 l 1\n 193 559 l 1\n 193 389 l 1\n 407 422 l 1\n 407 604 l 1\n 450 604 l 1\n 450 428 l 1\n 539 442 l 1\n 539 402 l 1\n 450 388 l 1\n 450 76 l 1\n 539 90 l 1\n 539 50 l 1\n 450 36 l 1\n 450 -125 l 1\n 407 -125 l 1\n 407 30 l 1\n 193 -3 l 1\n 193 -170 l 1\n 150 -170 l 1\n 150 -9 l 1\n 61 -23 l 1\n 61 17 l 1\n 150 31 l 1\n 150 343 l 1\n193 349 m 1\n 193 37 l 1\n 407 70 l 1\n 407 382 l 1\n 193 349 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni27E6\nEncoding: 10214 10214 2251\nWidth: 600\nFlags: HW\nHStem: -124 41<148 253 368 477> 563 21G<148 246 368 466> 584 20G<108 246 328 466>\nVStem: 108 40<-84 563> 328 40<-84 563>\nFore\n148 -83 m 1\n 246 -83 l 2\n 264 -83 272 -90 272 -104 c 0\n 272 -117 263 -124 246 -124 c 2\n 108 -124 l 1\n 108 604 l 1\n 246 604 l 2\n 264 604 272 597 272 583 c 0\n 272 570 263 563 246 563 c 2\n 148 563 l 1\n 148 -83 l 1\n368 -83 m 1\n 466 -83 l 2\n 484 -83 492 -90 492 -104 c 0\n 492 -117 483 -124 466 -124 c 2\n 328 -124 l 1\n 328 604 l 1\n 466 604 l 2\n 484 604 492 597 492 583 c 0\n 492 570 483 563 466 563 c 2\n 368 563 l 1\n 368 -83 l 1\nEndSplineSet\nMinimumDistance: x11,-1 y16,19 x19,16 x19,18 x10,13 x10,11 y6,9 x9,6 x9,8 x0,3 x0,1 \nEndChar\nStartChar: uni27E7\nEncoding: 10215 10215 2252\nWidth: 600\nFlags: HW\nHStem: -124 41<123 232 347 452> 543 20G<134 232 354 452> 584 20G<134 272 354 492>\nVStem: 232 40<-84 563> 452 40<-84 563>\nFore\n452 -83 m 1\n 452 563 l 1\n 354 563 l 2\n 337 563 328 570 328 583 c 0\n 328 597 336 604 354 604 c 2\n 492 604 l 1\n 492 -124 l 1\n 354 -124 l 2\n 337 -124 328 -117 328 -104 c 0\n 328 -90 336 -83 354 -83 c 2\n 452 -83 l 1\n232 -83 m 1\n 232 563 l 1\n 134 563 l 2\n 117 563 108 570 108 583 c 0\n 108 597 116 604 134 604 c 2\n 272 604 l 1\n 272 -124 l 1\n 134 -124 l 2\n 117 -124 108 -117 108 -104 c 0\n 108 -90 116 -83 134 -83 c 2\n 232 -83 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y4,1 x1,4 x1,2 x0,7 x0,9 y14,11 x11,14 x11,12 x10,17 x10,19 \nEndChar\nStartChar: uni27E8\nEncoding: 10216 10216 2253\nWidth: 600\nFlags: HW\nFore\n472 595 m 1\n 472 595 475 590 474 582 c 2\n 473 580 472 577 471 574 c 2\n 469 570 467 567 463 563 c 1\n 207 240 l 1\n 464 -81 l 1\n 468 -86 470 -90 472 -94 c 2\n 474 -99 475 -102 475 -105 c 2\n 475 -110 473 -113 473 -113 c 1\n 470 -118 464 -121 457 -121 c 1\n 453 -120 449 -119 445 -116 c 1\n 125 240 l 1\n 443 598 l 1\n 449 602 452 602 456 603 c 1\n 463 603 468 601 472 595 c 1\nEndSplineSet\nEndChar\nStartChar: uni27E9\nEncoding: 10217 10217 2254\nWidth: 600\nFlags: HW\nFore\n128 595 m 1\n 132 601 137 603 144 603 c 1\n 148 602 151 602 157 598 c 1\n 475 240 l 1\n 155 -116 l 1\n 151 -119 147 -120 143 -121 c 1\n 136 -121 130 -118 127 -113 c 1\n 127 -113 125 -110 125 -105 c 2\n 125 -102 126 -99 128 -94 c 2\n 130 -90 132 -86 136 -81 c 1\n 393 240 l 1\n 137 563 l 1\n 133 567 131 570 129 574 c 2\n 128 577 127 580 126 582 c 2\n 125 590 128 595 128 595 c 1\nEndSplineSet\nEndChar\nStartChar: uni27EA\nEncoding: 10218 10218 2255\nWidth: 600\nFlags: HW\nFore\n552 595 m 1\n 552 595 555 590 554 582 c 2\n 553 580 552 577 551 574 c 2\n 549 570 547 567 543 563 c 1\n 287 240 l 1\n 544 -81 l 1\n 548 -86 550 -90 552 -94 c 2\n 554 -99 555 -102 555 -105 c 2\n 555 -110 553 -113 553 -113 c 1\n 550 -118 544 -121 537 -121 c 1\n 533 -120 529 -119 525 -116 c 1\n 205 240 l 1\n 523 598 l 1\n 529 602 532 602 536 603 c 1\n 543 603 548 601 552 595 c 1\n392 595 m 1\n 392 595 395 590 394 582 c 2\n 393 580 392 577 391 574 c 2\n 389 570 387 567 383 563 c 1\n 127 240 l 1\n 384 -81 l 1\n 388 -86 390 -90 392 -94 c 2\n 394 -99 395 -102 395 -105 c 2\n 395 -110 393 -113 393 -113 c 1\n 390 -118 384 -121 377 -121 c 1\n 373 -120 369 -119 365 -116 c 1\n 45 240 l 1\n 363 598 l 1\n 369 602 372 602 376 603 c 1\n 383 603 388 601 392 595 c 1\nEndSplineSet\nEndChar\nStartChar: uni27EB\nEncoding: 10219 10219 2256\nWidth: 600\nFlags: HW\nFore\n48 595 m 1\n 52 601 57 603 64 603 c 1\n 68 602 71 602 77 598 c 1\n 395 240 l 1\n 75 -116 l 1\n 71 -119 67 -120 63 -121 c 1\n 56 -121 50 -118 47 -113 c 1\n 47 -113 45 -110 45 -105 c 2\n 45 -102 46 -99 48 -94 c 2\n 50 -90 52 -86 56 -81 c 1\n 313 240 l 1\n 57 563 l 1\n 53 567 51 570 49 574 c 2\n 48 577 47 580 46 582 c 2\n 45 590 48 595 48 595 c 1\n208 595 m 1\n 212 601 217 603 224 603 c 1\n 228 602 231 602 237 598 c 1\n 555 240 l 1\n 235 -116 l 1\n 231 -119 227 -120 223 -121 c 1\n 216 -121 210 -118 207 -113 c 1\n 207 -113 205 -110 205 -105 c 2\n 205 -102 206 -99 208 -94 c 2\n 210 -90 212 -86 216 -81 c 1\n 473 240 l 1\n 217 563 l 1\n 213 567 211 570 209 574 c 2\n 208 577 207 580 206 582 c 2\n 205 590 208 595 208 595 c 1\nEndSplineSet\nEndChar\nStartChar: uni2800\nEncoding: 10240 10240 2257\nWidth: 600\nVWidth: 1024\nFlags: HW\nEndChar\nStartChar: uni2801\nEncoding: 10241 10241 2258\nWidth: 600\nVWidth: 1024\nFlags: HW\nFore\n170 798 m 0\n 203 798 233 772 233 736 c 0\n 233 703 206 674 170 674 c 0\n 138 674 108 700 108 736 c 0\n 108 768 134 798 170 798 c 0\nEndSplineSet\nEndChar\nStartChar: uni2802\nEncoding: 10242 10242 2259\nWidth: 600\nVWidth: 1024\nFlags: HW\nFore\n170 538 m 0\n 203 538 232 512 232 475 c 0\n 232 444 205 413 170 413 c 0\n 138 413 108 440 108 475 c 0\n 108 507 134 538 170 538 c 0\nEndSplineSet\nEndChar\nStartChar: uni2803\nEncoding: 10243 10243 2260\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 449 124<159.101 173> 638 125<159.282 173>\nFore\n170 573 m 0\n 203 573 232 547 232 511 c 0\n 232 479 206 449 170 449 c 0\n 138 449 108 475 108 511 c 0\n 108 543 134 573 170 573 c 0\n170 763 m 0\n 203 763 233 737 233 700 c 0\n 233 669 207 638 170 638 c 0\n 138 638 108 665 108 700 c 0\n 108 732 134 763 170 763 c 0\nEndSplineSet\nEndChar\nStartChar: uni2804\nEncoding: 10244 10244 2261\nWidth: 600\nVWidth: 1024\nFlags: HW\nFore\n169 278 m 0\n 202 278 232 252 232 216 c 0\n 232 184 206 154 169 154 c 0\n 137 154 107 180 107 216 c 0\n 107 248 133 278 169 278 c 0\nEndSplineSet\nEndChar\nStartChar: uni2805\nEncoding: 10245 10245 2262\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<158.344 172> 603 124<167 173>\nFore\n232 287 m 0\n 232 252.308 205.284 225 169 225 c 0\n 138 225 107 251 107 287 c 0\n 107 319 134 349 169 349 c 0\n 202 349 232 323 232 287 c 0\n170 727 m 0\n 203 727 233 701 233 665 c 0\n 233 633 207 603 170 603 c 0\n 138 603 108 629 108 665 c 0\n 108 697 134 727 170 727 c 0\nEndSplineSet\nEndChar\nStartChar: uni2806\nEncoding: 10246 10246 2263\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 189 125<158.282 172> 378 124<167 173>\nFore\n169 314 m 0\n 202 314 232 288 232 251 c 0\n 232 218 205 189 169 189 c 0\n 137 189 107 216 107 251 c 0\n 107 283 133 314 169 314 c 0\n170 502 m 0\n 203 502 232 476 232 440 c 0\n 232 408 205 378 170 378 c 0\n 138 378 108 404 108 440 c 0\n 108 472 134 502 170 502 c 0\nEndSplineSet\nEndChar\nStartChar: uni2807\nEncoding: 10247 10247 2264\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<158.344 172> 413 125<167 173> 603 124<167 173>\nFore\n232 287 m 0\n 232 252.308 205.284 225 169 225 c 0\n 138 225 107 251 107 287 c 0\n 107 319 134 349 169 349 c 0\n 202 349 232 323 232 287 c 0\n170 538 m 0\n 203 538 232 512 232 475 c 0\n 232 445 204 413 170 413 c 0\n 138 413 108 440 108 475 c 0\n 108 508 134 538 170 538 c 0\n170 727 m 0\n 203 727 233 701 233 665 c 0\n 233 633 207 603 170 603 c 0\n 138 603 108 629 108 665 c 0\n 108 697 134 727 170 727 c 0\nEndSplineSet\nEndChar\nStartChar: uni2808\nEncoding: 10248 10248 2265\nWidth: 600\nVWidth: 1024\nFlags: HW\nFore\n430 798 m 0\n 463 798 493 772 493 735 c 0\n 493 703 466 673 430 673 c 0\n 398 673 368 700 368 735 c 0\n 368 767 394 798 430 798 c 0\nEndSplineSet\nEndChar\nStartChar: uni2809\nEncoding: 10249 10249 2266\nWidth: 600\nVWidth: 1024\nFlags: HW\nVStem: 144 124<733 739> 333 124<724.363 738>\nFore\n395 798 m 0\n 428 798 457 772 457 735 c 0\n 457 704 431 673 395 673 c 0\n 363 673 333 700 333 735 c 0\n 333 767 359 798 395 798 c 0\n206 798 m 0\n 239 798 268 772 268 736 c 0\n 268 702 241 674 206 674 c 0\n 174 674 144 700 144 736 c 0\n 144 768 170 798 206 798 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni280A\nEncoding: 10250 10250 2267\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 449 124<194.101 208> 638 124<384.101 400>\nVStem: 143 125<499.772 514> 333 124<689.16 706>\nFore\n268 511 m 0\n 268 476.308 241.283 449 205 449 c 0\n 173 449 143 475 143 511 c 0\n 143 543 169 573 205 573 c 0\n 238 573 268 547 268 511 c 0\n395 762 m 0\n 428 762 457 736 457 700 c 0\n 457 668 430 638 395 638 c 0\n 363 638 333 664 333 700 c 0\n 333 732 359 762 395 762 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni280B\nEncoding: 10251 10251 2268\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 449 124<194.101 208> 638 125<203 209 384.101 400>\nVStem: 143 125<499.828 514 689.452 706> 333 124<689.16 706>\nFore\n205 573 m 0\n 238 573 268 547 268 511 c 0\n 268 478 241 449 205 449 c 0\n 173 449 143 475 143 511 c 0\n 143 543 169 573 205 573 c 0\n395 762 m 0\n 428 762 457 736 457 700 c 0\n 457 668 430 638 395 638 c 0\n 363 638 333 664 333 700 c 0\n 333 732 359 762 395 762 c 0\n206 763 m 0\n 239 763 268 737 268 700 c 0\n 268 669 241 638 206 638 c 0\n 174 638 144 665 144 700 c 0\n 144 732 170 763 206 763 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni280C\nEncoding: 10252 10252 2269\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208> 602 125<384.282 400>\nVStem: 143 124<275.141 289> 333 124<656 674>\nFore\n267 286 m 0\n 267 252.787 240.123 225 205 225 c 0\n 173 225 143 251 143 286 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 286 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 634 429 602 395 602 c 0\n 363 602 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni280D\nEncoding: 10253 10253 2270\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208> 603 124<194.38 208 384.101 400>\nVStem: 143 124<275.772 290 656 674> 333 124<656 674>\nFore\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 631 430 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni280E\nEncoding: 10254 10254 2271\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208> 413 125<194.282 208> 602 125<384.282 400>\nVStem: 143 124<275.141 289 464 482> 333 124<656 674>\nFore\n267 286 m 0\n 267 252.787 240.123 225 205 225 c 0\n 173 225 143 251 143 286 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 286 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 444 242 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 507 169 538 205 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 634 429 602 395 602 c 0\n 363 602 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni280F\nEncoding: 10255 10255 2272\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208> 413 125<194.282 208> 603 124<194.38 208 384.101 400>\nVStem: 143 124<275.772 290 464 482 656 674> 333 124<656 674>\nFore\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n268 475 m 0\n 268 441.126 236.934 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n 238 538 268 512 268 475 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 631 430 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2810\nEncoding: 10256 10256 2273\nWidth: 600\nVWidth: 1024\nFlags: HW\nFore\n430 538 m 0\n 463 538 493 512 493 476 c 0\n 493 443 466 414 430 414 c 0\n 398 414 368 440 368 476 c 0\n 368 508 394 538 430 538 c 0\nEndSplineSet\nEndChar\nStartChar: uni2811\nEncoding: 10257 10257 2274\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 449 125<384.282 401> 638 125<195.282 209>\nVStem: 144 124<689.452 706> 333 124<500.363 514>\nFore\n395 574 m 0\n 428 574 457 548 457 511 c 0\n 457 480 431 449 395 449 c 0\n 363 449 333 476 333 511 c 0\n 333 543 359 574 395 574 c 0\n206 763 m 0\n 239 763 268 737 268 700 c 0\n 268 669 241 638 206 638 c 0\n 174 638 144 665 144 700 c 0\n 144 732 170 763 206 763 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2812\nEncoding: 10258 10258 2275\nWidth: 600\nVWidth: 1024\nFlags: HW\nVStem: 143 125<464.162 478> 333 124<473 479>\nFore\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 442 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 443 241 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 507 169 538 205 538 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2813\nEncoding: 10259 10259 2276\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 449 124<194.101 208 384.282 400> 638 125<203 209>\nVStem: 143 125<499.828 514 689.452 706> 333 124<500.16 514>\nFore\n395 574 m 0\n 428 574 457 548 457 511 c 0\n 457 479 430 449 395 449 c 0\n 363 449 333 476 333 511 c 0\n 333 543 359 574 395 574 c 0\n205 573 m 0\n 238 573 268 547 268 511 c 0\n 268 478 241 449 205 449 c 0\n 173 449 143 475 143 511 c 0\n 143 543 169 573 205 573 c 0\n206 763 m 0\n 239 763 268 737 268 700 c 0\n 268 669 241 638 206 638 c 0\n 174 638 144 665 144 700 c 0\n 144 732 170 763 206 763 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2814\nEncoding: 10260 10260 2277\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 189 125<194.282 208> 378 125<384.282 400>\nVStem: 143 124<240.363 254> 333 124<429.452 446>\nFore\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 220 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2815\nEncoding: 10261 10261 2278\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208> 414 124<384.101 400> 603 124<194.38 208>\nVStem: 143 124<275.772 290 656 674> 333 124<465.16 482>\nFore\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2816\nEncoding: 10262 10262 2279\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 189 125<194.282 208> 378 124<194.101 208 384.282 400>\nVStem: 143 124<240.363 254 429.143 446> 333 124<429.452 446>\nFore\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 220 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2817\nEncoding: 10263 10263 2280\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208> 413 125<194.282 208 384.101 400> 603 124<194.38 208>\nVStem: 143 124<275.772 290 464 482 656 674> 333 124<473 482>\nFore\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n268 475 m 0\n 268 441.126 236.934 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n 238 538 268 512 268 475 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2818\nEncoding: 10264 10264 2281\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 449 125<419.282 433> 638 124<419.101 433>\nFore\n430 574 m 0\n 463 574 493 548 493 511 c 0\n 493 478 466 449 430 449 c 0\n 398 449 368 476 368 511 c 0\n 368 543 394 574 430 574 c 0\n430 762 m 0\n 463 762 493 736 493 700 c 0\n 493 667 466 638 430 638 c 0\n 398 638 368 664 368 700 c 0\n 368 732 394 762 430 762 c 0\nEndSplineSet\nEndChar\nStartChar: uni2819\nEncoding: 10265 10265 2282\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 449 125<384.282 401> 638 125<195.282 209 384.101 401>\nVStem: 144 124<689.452 706> 333 124<500.363 514 689.024 706>\nFore\n395 574 m 0\n 428 574 457 548 457 511 c 0\n 457 480 431 449 395 449 c 0\n 363 449 333 476 333 511 c 0\n 333 543 359 574 395 574 c 0\n395 762 m 0\n 428 762 457 736 457 700 c 0\n 457 668 431 638 395 638 c 0\n 363 638 333 664 333 700 c 0\n 333 732 359 762 395 762 c 0\n206 763 m 0\n 239 763 268 737 268 700 c 0\n 268 669 241 638 206 638 c 0\n 174 638 144 665 144 700 c 0\n 144 732 170 763 206 763 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni281A\nEncoding: 10266 10266 2283\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 449 124<194.101 208 384.282 400> 638 124<384.101 400>\nVStem: 143 125<499.772 514> 333 124<500.16 514 689.16 706>\nFore\n395 573 m 0\n 428 573 457 547 457 511 c 0\n 457 479 430 449 395 449 c 0\n 363 449 333 476 333 511 c 0\n 333 543 359 573 395 573 c 0\n268 511 m 0\n 268 476.308 241.283 449 205 449 c 0\n 173 449 143 475 143 511 c 0\n 143 543 169 573 205 573 c 0\n 238 573 268 547 268 511 c 0\n395 762 m 0\n 428 762 457 736 457 700 c 0\n 457 668 430 638 395 638 c 0\n 363 638 333 664 333 700 c 0\n 333 732 359 762 395 762 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni281B\nEncoding: 10267 10267 2284\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 449 124<194.101 208 384.282 400> 638 125<203 209 384.101 400>\nVStem: 143 125<499.828 514 689.452 706> 333 124<500.16 514 689.16 706>\nFore\n395 574 m 0\n 428 574 457 548 457 511 c 0\n 457 479 430 449 395 449 c 0\n 363 449 333 476 333 511 c 0\n 333 543 359 574 395 574 c 0\n205 573 m 0\n 238 573 268 547 268 511 c 0\n 268 478 241 449 205 449 c 0\n 173 449 143 475 143 511 c 0\n 143 543 169 573 205 573 c 0\n395 762 m 0\n 428 762 457 736 457 700 c 0\n 457 668 430 638 395 638 c 0\n 363 638 333 664 333 700 c 0\n 333 732 359 762 395 762 c 0\n206 763 m 0\n 239 763 268 737 268 700 c 0\n 268 669 241 638 206 638 c 0\n 174 638 144 665 144 700 c 0\n 144 732 170 763 206 763 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni281C\nEncoding: 10268 10268 2285\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208> 414 124<384.101 400> 602 125<384.282 400>\nVStem: 143 124<275.141 289> 333 124<464 482 656 674>\nFore\n267 286 m 0\n 267 252.787 240.123 225 205 225 c 0\n 173 225 143 251 143 286 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 286 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 442 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 634 429 602 395 602 c 0\n 363 602 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni281D\nEncoding: 10269 10269 2286\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208> 414 124<384.101 400> 603 124<194.38 208 384.101 400>\nVStem: 143 124<275.772 290 656 674> 333 124<465.16 482 656 674>\nFore\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 631 430 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni281E\nEncoding: 10270 10270 2287\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208> 413 125<194.282 208 384.101 400> 602 125<384.282 400>\nVStem: 143 124<275.141 289 464 482> 333 124<464 482 656 674>\nFore\n267 286 m 0\n 267 252.787 240.123 225 205 225 c 0\n 173 225 143 251 143 286 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 286 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 442 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 444 242 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 507 169 538 205 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 634 429 602 395 602 c 0\n 363 602 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni281F\nEncoding: 10271 10271 2288\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208> 413 125<194.282 208 384.101 400> 603 124<194.38 208 384.101 400>\nVStem: 143 124<275.772 290 464 482 656 674> 333 124<473 482 656 674>\nFore\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n268 475 m 0\n 268 441.126 236.934 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n 238 538 268 512 268 475 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 631 430 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2820\nEncoding: 10272 10272 2289\nWidth: 600\nVWidth: 1024\nFlags: HW\nFore\n430 278 m 0\n 463 278 493 252 493 216 c 0\n 493 183 466 154 430 154 c 0\n 398 154 368 180 368 216 c 0\n 368 248 394 278 430 278 c 0\nEndSplineSet\nEndChar\nStartChar: uni2821\nEncoding: 10273 10273 2290\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<384.101 401> 603 124<195.101 209>\nVStem: 144 124<656 674> 333 124<275.772 290>\nFore\n457 287 m 0\n 457 252.691 430.227 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n 428 349 457 323 457 287 c 0\n206 727 m 0\n 239 727 268 701 268 665 c 0\n 268 633 241 603 206 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 206 727 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2822\nEncoding: 10274 10274 2291\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 189 125<384.282 400> 378 124<194.101 208>\nVStem: 143 125<428 446> 333 124<240.16 254>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2823\nEncoding: 10275 10275 2292\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<384.101 400> 413 125<194.282 208> 603 124<203 209>\nVStem: 143 125<464 482 656 674> 333 124<275.788 290>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 444 240 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n206 727 m 0\n 239 727 268 701 268 665 c 0\n 268 633 241 603 206 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 206 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2824\nEncoding: 10276 10276 2293\nWidth: 600\nVWidth: 1024\nFlags: HW\nVStem: 143 124<205.024 219> 333 124<205.16 219>\nFore\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 184 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n205 278 m 0\n 238 278 267 252 267 216 c 0\n 267 184 241 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2825\nEncoding: 10277 10277 2294\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 603 124<194.38 208>\nVStem: 143 124<275.772 290 656 674> 333 124<275.788 290>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2826\nEncoding: 10278 10278 2295\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 189 125<194.282 208 384.282 400> 378 124<194.101 208>\nVStem: 143 124<240.039 254 429.143 446> 333 124<240.16 254>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2827\nEncoding: 10279 10279 2296\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 413 125<194.282 208> 603 124<194.38 208>\nVStem: 143 124<275.772 290 464 482 656 674> 333 124<275.788 290>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n268 475 m 0\n 268 441.126 236.934 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n 238 538 268 512 268 475 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2828\nEncoding: 10280 10280 2297\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<419.101 433> 602 125<419.282 433>\nFore\n493 286 m 0\n 493 252.407 466.177 225 430 225 c 0\n 398 225 368 251 368 286 c 0\n 368 319 394 349 430 349 c 0\n 463 349 493 323 493 286 c 0\n430 727 m 0\n 463 727 493 701 493 664 c 0\n 493 633 465 602 430 602 c 0\n 398 602 368 629 368 664 c 0\n 368 697 394 727 430 727 c 0\nEndSplineSet\nEndChar\nStartChar: uni2829\nEncoding: 10281 10281 2298\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<384.101 401> 603 124<195.101 209 384.101 401>\nVStem: 144 124<656 674> 333 124<275.772 290 656 674>\nFore\n457 287 m 0\n 457 252.691 430.227 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n 428 349 457 323 457 287 c 0\n457 664 m 0\n 457 630.787 430.123 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n 428 727 457 701 457 664 c 0\n206 727 m 0\n 239 727 268 701 268 665 c 0\n 268 633 241 603 206 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 206 727 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni282A\nEncoding: 10282 10282 2299\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<384.101 400> 413 125<194.282 208> 602 125<384.282 400>\nVStem: 143 125<464 482> 333 124<275.128 289 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 286 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 286 c 0\n 333 319 359 349 395 349 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 443 241 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 507 169 538 205 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 634 429 602 395 602 c 0\n 363 602 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni282B\nEncoding: 10283 10283 2300\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<384.101 400> 413 125<194.282 208> 603 124<203 209 384.101 400>\nVStem: 143 125<464 482 656 674> 333 124<275.788 290 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 444 240 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 631 430 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n206 727 m 0\n 239 727 268 701 268 665 c 0\n 268 633 241 603 206 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 206 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni282C\nEncoding: 10284 10284 2301\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 602 125<384.282 400>\nVStem: 143 124<275.141 289> 333 124<275.128 289 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 286 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 286 c 0\n 333 319 359 349 395 349 c 0\n267 286 m 0\n 267 252.787 240.123 225 205 225 c 0\n 173 225 143 251 143 286 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 286 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 634 429 602 395 602 c 0\n 363 602 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni282D\nEncoding: 10285 10285 2302\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 603 124<194.38 208 384.101 400>\nVStem: 143 124<275.772 290 656 674> 333 124<275.788 290 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 631 430 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni282E\nEncoding: 10286 10286 2303\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 413 125<194.282 208> 602 125<384.282 400>\nVStem: 143 124<275.141 289 464 482> 333 124<275.128 289 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 286 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 286 c 0\n 333 319 359 349 395 349 c 0\n267 286 m 0\n 267 252.787 240.123 225 205 225 c 0\n 173 225 143 251 143 286 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 286 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 444 242 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 507 169 538 205 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 634 429 602 395 602 c 0\n 363 602 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni282F\nEncoding: 10287 10287 2304\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 413 125<194.282 208> 603 124<194.38 208 384.101 400>\nVStem: 143 124<275.772 290 464 482 656 674> 333 124<275.788 290 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n268 475 m 0\n 268 441.126 236.934 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n 238 538 268 512 268 475 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 631 430 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2830\nEncoding: 10288 10288 2305\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 189 125<419.282 433> 378 125<419.282 433>\nFore\n430 314 m 0\n 463 314 493 288 493 251 c 0\n 493 219 466 189 430 189 c 0\n 398 189 368 216 368 251 c 0\n 368 283 394 314 430 314 c 0\n430 503 m 0\n 463 503 493 477 493 440 c 0\n 493 408 466 378 430 378 c 0\n 398 378 368 405 368 440 c 0\n 368 472 394 503 430 503 c 0\nEndSplineSet\nEndChar\nStartChar: uni2831\nEncoding: 10289 10289 2306\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<384.101 401> 414 124<384.101 401> 603 124<195.101 209>\nVStem: 144 124<656 674> 333 124<275.772 290 465.024 482>\nFore\n457 287 m 0\n 457 252.691 430.227 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n 428 349 457 323 457 287 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 431 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n206 727 m 0\n 239 727 268 701 268 665 c 0\n 268 633 241 603 206 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 206 727 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2832\nEncoding: 10290 10290 2307\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 189 125<384.282 400> 378 124<194.101 208 384.282 400>\nVStem: 143 125<428 446> 333 124<240.452 254 429.452 446>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 220 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2833\nEncoding: 10291 10291 2308\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<384.101 400> 413 125<194.282 208 384.101 400> 603 124<203 209>\nVStem: 143 125<464 482 656 674> 333 124<275.788 290 473 482>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 444 240 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n206 727 m 0\n 239 727 268 701 268 665 c 0\n 268 633 241 603 206 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 206 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2834\nEncoding: 10292 10292 2309\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 189 125<194.282 208 384.282 400> 378 125<384.282 400>\nVStem: 143 124<240.363 254> 333 124<240.452 254 429.452 446>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 220 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 220 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2835\nEncoding: 10293 10293 2310\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 414 124<384.101 400> 603 124<194.38 208>\nVStem: 143 124<275.772 290 656 674> 333 124<275.788 290 465.16 482>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2836\nEncoding: 10294 10294 2311\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 189 125<194.282 208 384.282 400> 378 124<194.101 208 384.282 400>\nVStem: 143 124<240.363 254 429.143 446> 333 124<240.452 254 429.452 446>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 220 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 220 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2837\nEncoding: 10295 10295 2312\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 413 125<194.282 208 384.101 400> 603 124<194.38 208>\nVStem: 143 124<275.772 290 464 482 656 674> 333 124<275.788 290 473 482>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n268 475 m 0\n 268 441.126 236.934 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n 238 538 268 512 268 475 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2838\nEncoding: 10296 10296 2313\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<419.101 433> 414 124<419.101 433> 602 125<419.282 433>\nFore\n493 286 m 0\n 493 252.407 466.177 225 430 225 c 0\n 398 225 368 251 368 286 c 0\n 368 319 394 349 430 349 c 0\n 463 349 493 323 493 286 c 0\n493 476 m 0\n 493 441.308 466.284 414 430 414 c 0\n 398 414 368 440 368 476 c 0\n 368 508 394 538 430 538 c 0\n 463 538 493 512 493 476 c 0\n430 727 m 0\n 463 727 493 701 493 664 c 0\n 493 633 465 602 430 602 c 0\n 398 602 368 629 368 664 c 0\n 368 697 394 727 430 727 c 0\nEndSplineSet\nEndChar\nStartChar: uni2839\nEncoding: 10297 10297 2314\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<384.101 401> 414 124<384.101 401> 603 124<195.101 209 384.101 401>\nVStem: 144 124<656 674> 333 124<275.772 290 465.024 482 656 674>\nFore\n457 287 m 0\n 457 252.691 430.227 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n 428 349 457 323 457 287 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 431 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n457 664 m 0\n 457 630.787 430.123 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n 428 727 457 701 457 664 c 0\n206 727 m 0\n 239 727 268 701 268 665 c 0\n 268 633 241 603 206 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 206 727 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni283A\nEncoding: 10298 10298 2315\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<384.101 400> 413 125<194.282 208 384.101 400> 602 125<384.282 400>\nVStem: 143 125<464 482> 333 124<275.128 289 464 482 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 286 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 286 c 0\n 333 319 359 349 395 349 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 442 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 443 241 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 507 169 538 205 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 634 429 602 395 602 c 0\n 363 602 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni283B\nEncoding: 10299 10299 2316\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<384.101 400> 413 125<194.282 208 384.101 400> 603 124<203 209 384.101 400>\nVStem: 143 125<464 482 656 674> 333 124<275.788 290 473 482 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 444 240 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 631 430 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n206 727 m 0\n 239 727 268 701 268 665 c 0\n 268 633 241 603 206 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 206 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni283C\nEncoding: 10300 10300 2317\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 414 124<384.101 400> 602 125<384.282 400>\nVStem: 143 124<275.141 289> 333 124<275.128 289 464 482 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 286 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 286 c 0\n 333 319 359 349 395 349 c 0\n267 286 m 0\n 267 252.787 240.123 225 205 225 c 0\n 173 225 143 251 143 286 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 286 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 442 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 634 429 602 395 602 c 0\n 363 602 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni283D\nEncoding: 10301 10301 2318\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 414 124<384.101 400> 603 124<194.38 208 384.101 400>\nVStem: 143 124<275.772 290 656 674> 333 124<275.788 290 465.16 482 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 631 430 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni283E\nEncoding: 10302 10302 2319\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 413 125<194.282 208 384.101 400> 602 125<384.282 400>\nVStem: 143 124<275.141 289 464 482> 333 124<275.128 289 464 482 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 286 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 286 c 0\n 333 319 359 349 395 349 c 0\n267 286 m 0\n 267 252.787 240.123 225 205 225 c 0\n 173 225 143 251 143 286 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 286 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 442 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n205 538 m 0\n 238 538 268 512 268 475 c 0\n 268 444 242 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 507 169 538 205 538 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 634 429 602 395 602 c 0\n 363 602 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni283F\nEncoding: 10303 10303 2320\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 225 124<194.101 208 384.101 400> 413 125<194.282 208 384.101 400> 603 124<194.38 208 384.101 400>\nVStem: 143 124<275.772 290 464 482 656 674> 333 124<275.788 290 473 482 656 674>\nFore\n395 349 m 0\n 428 349 457 323 457 287 c 0\n 457 253 430 225 395 225 c 0\n 363 225 333 251 333 287 c 0\n 333 319 359 349 395 349 c 0\n267 287 m 0\n 267 252.691 240.227 225 205 225 c 0\n 173 225 143 251 143 287 c 0\n 143 319 169 349 205 349 c 0\n 238 349 267 323 267 287 c 0\n395 538 m 0\n 428 538 457 512 457 476 c 0\n 457 444 430 414 395 414 c 0\n 363 414 333 440 333 476 c 0\n 333 508 359 538 395 538 c 0\n268 475 m 0\n 268 441.126 236.934 413 205 413 c 0\n 173 413 143 440 143 475 c 0\n 143 508 169 538 205 538 c 0\n 238 538 268 512 268 475 c 0\n395 727 m 0\n 428 727 457 701 457 664 c 0\n 457 631 430 603 395 603 c 0\n 363 603 333 629 333 664 c 0\n 333 697 359 727 395 727 c 0\n205 727 m 0\n 238 727 268 701 268 665 c 0\n 268 632 241 603 205 603 c 0\n 174 603 144 629 144 665 c 0\n 144 697 170 727 205 727 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2840\nEncoding: 10304 10304 2321\nWidth: 600\nVWidth: 1024\nFlags: HW\nFore\n170 18 m 0\n 203 18 232 -8 232 -45 c 0\n 232 -76 205 -107 170 -107 c 0\n 138 -107 108 -80 108 -45 c 0\n 108 -13 134 18 170 18 c 0\nEndSplineSet\nEndChar\nStartChar: uni2841\nEncoding: 10305 10305 2322\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<159.101 173> 567 125<159.282 173>\nFore\n232 62 m 0\n 232 27.6911 205.227 0 170 0 c 0\n 138 0 108 26 108 62 c 0\n 108 94 134 124 170 124 c 0\n 203 124 232 98 232 62 c 0\n170 692 m 0\n 203 692 233 666 233 629 c 0\n 233 598 207 567 170 567 c 0\n 138 567 108 594 108 629 c 0\n 108 661 134 692 170 692 c 0\nEndSplineSet\nEndChar\nStartChar: uni2842\nEncoding: 10306 10306 2323\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<159.282 173> 342 125<159.282 173>\nFore\n170 89 m 0\n 203 89 232 63 232 26 c 0\n 232 -6 205 -36 170 -36 c 0\n 138 -36 108 -9 108 26 c 0\n 108 58 134 89 170 89 c 0\n170 467 m 0\n 203 467 232 441 232 404 c 0\n 232 373 205 342 170 342 c 0\n 138 342 108 369 108 404 c 0\n 108 436 134 467 170 467 c 0\nEndSplineSet\nEndChar\nStartChar: uni2843\nEncoding: 10307 10307 2324\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<159.101 173> 378 124<159.101 173> 567 125<159.282 173>\nFore\n232 62 m 0\n 232 27.6911 205.227 0 170 0 c 0\n 138 0 108 26 108 62 c 0\n 108 94 134 124 170 124 c 0\n 203 124 232 98 232 62 c 0\n170 502 m 0\n 203 502 232 476 232 440 c 0\n 232 408 206 378 170 378 c 0\n 138 378 108 404 108 440 c 0\n 108 472 134 502 170 502 c 0\n170 692 m 0\n 203 692 233 666 233 629 c 0\n 233 598 207 567 170 567 c 0\n 138 567 108 594 108 629 c 0\n 108 661 134 692 170 692 c 0\nEndSplineSet\nEndChar\nStartChar: uni2844\nEncoding: 10308 10308 2325\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -71 124<167 173> 118 125<158.282 172>\nFore\n170 53 m 0\n 203 53 232 27 232 -9 c 0\n 232 -41 205 -71 170 -71 c 0\n 138 -71 108 -45 108 -9 c 0\n 108 23 134 53 170 53 c 0\n169 243 m 0\n 202 243 232 217 232 180 c 0\n 232 148 205 118 169 118 c 0\n 137 118 107 145 107 180 c 0\n 107 212 133 243 169 243 c 0\nEndSplineSet\nEndChar\nStartChar: uni2845\nEncoding: 10309 10309 2326\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<167 173> 189 125<158.565 172> 567 125<167 173>\nFore\n170 124 m 0\n 203 124 232 98 232 62 c 0\n 232 28 205 0 170 0 c 0\n 138 0 108 26 108 62 c 0\n 108 94 134 124 170 124 c 0\n169 314 m 0\n 202 314 232 288 232 251 c 0\n 232 218 205 189 169 189 c 0\n 138 189 107 216 107 251 c 0\n 107 283 134 314 169 314 c 0\n170 692 m 0\n 203 692 233 666 233 629 c 0\n 233 598 207 567 170 567 c 0\n 138 567 108 594 108 629 c 0\n 108 661 134 692 170 692 c 0\nEndSplineSet\nEndChar\nStartChar: uni2846\nEncoding: 10310 10310 2327\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<167 173> 154 124<158.101 172> 342 125<167 173>\nFore\n170 89 m 0\n 203 89 232 63 232 26 c 0\n 232 -6 205 -36 170 -36 c 0\n 138 -36 108 -9 108 26 c 0\n 108 58 134 89 170 89 c 0\n232 215 m 0\n 232 181.407 205.177 154 169 154 c 0\n 137 154 107 180 107 215 c 0\n 107 248 133 278 169 278 c 0\n 202 278 232 252 232 215 c 0\n170 467 m 0\n 203 467 232 441 232 404 c 0\n 232 373 205 342 170 342 c 0\n 138 342 108 369 108 404 c 0\n 108 436 134 467 170 467 c 0\nEndSplineSet\nEndChar\nStartChar: uni2847\nEncoding: 10311 10311 2328\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<167 173> 189 125<158.565 172> 378 124<167 173> 567 125<167 173>\nFore\n170 124 m 0\n 203 124 232 98 232 62 c 0\n 232 28 205 0 170 0 c 0\n 138 0 108 26 108 62 c 0\n 108 94 134 124 170 124 c 0\n169 314 m 0\n 202 314 232 288 232 251 c 0\n 232 218 205 189 169 189 c 0\n 138 189 107 216 107 251 c 0\n 107 283 134 314 169 314 c 0\n170 502 m 0\n 203 502 232 476 232 440 c 0\n 232 408 205 378 170 378 c 0\n 138 378 108 404 108 440 c 0\n 108 472 134 502 170 502 c 0\n170 692 m 0\n 203 692 233 666 233 629 c 0\n 233 598 207 567 170 567 c 0\n 138 567 108 594 108 629 c 0\n 108 661 134 692 170 692 c 0\nEndSplineSet\nEndChar\nStartChar: uni2848\nEncoding: 10312 10312 2329\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 567 124<384.101 400>\nVStem: 143 125<50.1412 64> 333 124<623 631>\nFore\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2849\nEncoding: 10313 10313 2330\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 567 125<203 209 384.101 400>\nVStem: 143 125<50.7716 65 623 631> 333 124<623 631>\nFore\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni284A\nEncoding: 10314 10314 2331\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 378 124<194.101 208> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 431 449> 333 124<623 631>\nFore\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni284B\nEncoding: 10315 10315 2332\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 378 124<194.101 208> 567 125<203 209 384.101 400>\nVStem: 143 125<50.7716 65 431 449 623 631> 333 124<623 631>\nFore\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni284C\nEncoding: 10316 10316 2333\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<194.282 208> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 240.039 257> 333 124<623 631>\nFore\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni284D\nEncoding: 10317 10317 2334\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208> 567 125<194.601 208 384.101 400>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 333 124<623 631>\nFore\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni284E\nEncoding: 10318 10318 2335\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<194.282 208> 378 124<194.101 208> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 240.039 257 431 449> 333 124<623 631>\nFore\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni284F\nEncoding: 10319 10319 2336\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208> 378 124<194.101 208> 567 125<194.601 208 384.101 400>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 333 124<623 631>\nFore\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni2850\nEncoding: 10320 10320 2337\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208> 343 124<384.101 400>\nVStem: 143 125<15.1624 29> 333 124<395 413>\nFore\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 241 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2851\nEncoding: 10321 10321 2338\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 378 125<384.282 400> 567 125<203 209>\nVStem: 143 125<50.7716 65 623 631> 333 124<431 449>\nFore\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2852\nEncoding: 10322 10322 2339\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208> 342 125<194.282 208 384.101 400>\nVStem: 143 125<15.1624 29 395 413> 333 124<395 413>\nFore\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 241 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 240 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2853\nEncoding: 10323 10323 2340\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 378 124<194.101 208 384.282 400> 567 125<203 209>\nVStem: 143 125<50.7716 65 431 449 623 631> 333 124<431 449>\nFore\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2854\nEncoding: 10324 10324 2341\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208> 154 124<194.101 208> 343 124<384.101 400>\nVStem: 143 125<15.4379 29 204.772 221> 333 124<395 413>\nFore\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -5 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2855\nEncoding: 10325 10325 2342\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208> 378 125<384.282 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 333 124<431 449>\nFore\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2856\nEncoding: 10326 10326 2343\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208> 154 124<194.101 208> 342 125<194.282 208 384.101 400>\nVStem: 143 125<15.4379 29 204.772 221 395 413> 333 124<395 413>\nFore\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -5 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n268 404 m 0\n 268 370.126 236.934 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\n 238 467 268 441 268 404 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2857\nEncoding: 10327 10327 2344\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208> 378 124<194.101 208 384.282 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 333 124<431 449>\nFore\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2858\nEncoding: 10328 10328 2345\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 378 125<384.282 400> 567 124<384.101 400>\nVStem: 143 125<50.1412 64> 333 124<431 449 623 631>\nFore\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2859\nEncoding: 10329 10329 2346\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 378 125<384.282 400> 567 125<203 209 384.101 400>\nVStem: 143 125<50.7716 65 623 631> 333 124<431 449 623 631>\nFore\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni285A\nEncoding: 10330 10330 2347\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 378 124<194.101 208 384.282 400> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 431 449> 333 124<431 449 623 631>\nFore\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni285B\nEncoding: 10331 10331 2348\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 378 124<194.101 208 384.282 400> 567 125<203 209 384.101 400>\nVStem: 143 125<50.7716 65 431 449 623 631> 333 124<431 449 623 631>\nFore\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni285C\nEncoding: 10332 10332 2349\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<194.282 208> 378 125<384.282 400> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 240.039 257> 333 124<431 449 623 631>\nFore\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni285D\nEncoding: 10333 10333 2350\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208> 378 125<384.282 400> 567 125<194.601 208 384.101 400>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 333 124<431 449 623 631>\nFore\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni285E\nEncoding: 10334 10334 2351\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<194.282 208> 378 124<194.101 208 384.282 400> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 240.039 257 431 449> 333 124<431 449 623 631>\nFore\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni285F\nEncoding: 10335 10335 2352\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208> 378 124<194.101 208 384.282 400> 567 125<194.601 208 384.101 400>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 333 124<431 449 623 631>\nFore\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2860\nEncoding: 10336 10336 2353\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -71 124<194.101 208> 118 125<384.282 400>\nVStem: 143 125<-20.1721 -6> 333 124<169.452 186>\nFore\n395 243 m 0\n 428 243 457 217 457 180 c 0\n 457 149 430 118 395 118 c 0\n 363 118 333 145 333 180 c 0\n 333 212 359 243 395 243 c 0\n205 53 m 0\n 238 53 268 27 268 -9 c 0\n 268 -42 241 -71 205 -71 c 0\n 173 -71 143 -45 143 -9 c 0\n 143 23 169 53 205 53 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2861\nEncoding: 10337 10337 2354\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<384.282 400> 567 125<203 209>\nVStem: 143 125<50.7716 65 623 631> 333 124<240.16 257>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2862\nEncoding: 10338 10338 2355\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208> 154 124<384.101 400> 342 125<194.282 208>\nVStem: 143 125<15.039 29 395 413> 333 124<204.128 221>\nFore\n395 278 m 0\n 428 278 457 252 457 215 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 215 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -7 241 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 372 241 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 436 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2863\nEncoding: 10339 10339 2356\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<384.282 400> 378 124<194.101 208> 567 125<203 209>\nVStem: 143 125<50.7716 65 431 449 623 631> 333 124<240.16 257>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2864\nEncoding: 10340 10340 2357\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -71 124<194.101 208> 118 125<194.282 208 384.282 400>\nVStem: 143 125<-19.8573 -6 169.363 186> 333 124<169.452 186>\nFore\n395 243 m 0\n 428 243 457 217 457 180 c 0\n 457 149 430 118 395 118 c 0\n 363 118 333 145 333 180 c 0\n 333 212 359 243 395 243 c 0\n205 53 m 0\n 238 53 268 27 268 -9 c 0\n 268 -41 242 -71 205 -71 c 0\n 173 -71 143 -45 143 -9 c 0\n 143 23 169 53 205 53 c 0\n205 243 m 0\n 238 243 267 217 267 180 c 0\n 267 149 241 118 205 118 c 0\n 173 118 143 145 143 180 c 0\n 143 212 169 243 205 243 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2865\nEncoding: 10341 10341 2358\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208 384.282 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 333 124<240.16 257>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2866\nEncoding: 10342 10342 2359\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208> 154 124<194.101 208 384.101 400> 342 125<194.282 208>\nVStem: 143 125<15.1427 29 204.141 221 395 413> 333 124<204.128 221>\nFore\n395 278 m 0\n 428 278 457 252 457 215 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 215 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 215 m 0\n 267 181.787 240.123 154 205 154 c 0\n 173 154 143 180 143 215 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 215 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 242 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 436 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2867\nEncoding: 10343 10343 2360\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208 384.282 400> 378 124<194.101 208> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 333 124<240.16 257>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2868\nEncoding: 10344 10344 2361\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<384.282 400> 567 124<384.101 400>\nVStem: 143 125<50.1412 64> 333 124<240.16 257 623 631>\nFore\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2869\nEncoding: 10345 10345 2362\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<384.282 400> 567 125<203 209 384.101 400>\nVStem: 143 125<50.7716 65 623 631> 333 124<240.16 257 623 631>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni286A\nEncoding: 10346 10346 2363\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<384.282 400> 378 124<194.101 208> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 431 449> 333 124<240.16 257 623 631>\nFore\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni286B\nEncoding: 10347 10347 2364\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<384.282 400> 378 124<194.101 208> 567 125<203 209 384.101 400>\nVStem: 143 125<50.7716 65 431 449 623 631> 333 124<240.16 257 623 631>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni286C\nEncoding: 10348 10348 2365\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<194.282 208 384.282 400> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 240.039 257> 333 124<240.16 257 623 631>\nFore\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni286D\nEncoding: 10349 10349 2366\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208 384.282 400> 567 125<194.601 208 384.101 400>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 333 124<240.16 257 623 631>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni286E\nEncoding: 10350 10350 2367\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<194.282 208 384.282 400> 378 124<194.101 208> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 240.039 257 431 449> 333 124<240.16 257 623 631>\nFore\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni286F\nEncoding: 10351 10351 2368\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208 384.282 400> 378 124<194.101 208> 567 125<194.601 208 384.101 400>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 333 124<240.16 257 623 631>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2870\nEncoding: 10352 10352 2369\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208> 154 124<384.101 400> 343 124<384.101 400>\nVStem: 143 125<15.1624 29> 333 124<204.788 221 395 413>\nFore\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 241 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2871\nEncoding: 10353 10353 2370\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<384.282 400> 378 125<384.282 400> 567 125<203 209>\nVStem: 143 125<50.7716 65 623 631> 333 124<240.16 257 431 449>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2872\nEncoding: 10354 10354 2371\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208> 154 124<384.101 400> 342 125<194.282 208 384.101 400>\nVStem: 143 125<15.1624 29 395 413> 333 124<204.788 221 395 413>\nFore\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 241 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 240 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2873\nEncoding: 10355 10355 2372\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<384.282 400> 378 124<194.101 208> 567 125<203 209>\nVStem: 143 125<50.7716 65 431 449 623 631> 333 124<240.16 257>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2874\nEncoding: 10356 10356 2373\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208> 154 124<194.101 208 384.101 400> 343 124<384.101 400>\nVStem: 143 125<15.4379 29 204.772 221> 333 124<204.788 221 395 413>\nFore\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -5 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2875\nEncoding: 10357 10357 2374\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208 384.282 400> 378 125<384.282 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 333 124<240.16 257 431 449>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2876\nEncoding: 10358 10358 2375\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208> 154 124<194.101 208 384.101 400> 342 125<194.282 208 384.101 400>\nVStem: 143 125<15.4379 29 204.772 221 395 413> 333 124<204.788 221 395 413>\nFore\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -5 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n268 404 m 0\n 268 370.126 236.934 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\n 238 467 268 441 268 404 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2877\nEncoding: 10359 10359 2376\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208 384.282 400> 378 124<194.101 208 384.282 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 333 124<240.16 257 431 449>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2878\nEncoding: 10360 10360 2377\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<384.282 400> 378 125<384.282 400> 567 124<384.101 400>\nVStem: 143 125<50.1412 64> 333 124<240.16 257 431 449 623 631>\nFore\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2879\nEncoding: 10361 10361 2378\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<384.282 400> 378 125<384.282 400> 567 125<203 209 384.101 400>\nVStem: 143 125<50.7716 65 623 631> 333 124<240.16 257 431 449 623 631>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni287A\nEncoding: 10362 10362 2379\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<384.282 400> 378 124<194.101 208 384.282 400> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 431 449> 333 124<240.16 257 431 449 623 631>\nFore\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni287B\nEncoding: 10363 10363 2380\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<384.282 400> 378 124<194.101 208 384.282 400> 567 125<203 209 384.101 400>\nVStem: 143 125<50.7716 65 431 449 623 631> 333 124<240.16 257 431 449 623 631>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni287C\nEncoding: 10364 10364 2381\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<194.282 208 384.282 400> 378 125<384.282 400> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 240.039 257> 333 124<240.16 257 431 449 623 631>\nFore\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni287D\nEncoding: 10365 10365 2382\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208 384.282 400> 378 125<384.282 400> 567 125<194.601 208 384.101 400>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 333 124<240.16 257 431 449 623 631>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni287E\nEncoding: 10366 10366 2383\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 124<194.282 208 384.282 400> 378 124<194.101 208 384.282 400> 567 124<384.101 400>\nVStem: 143 125<50.1412 64 240.039 257 431 449> 333 124<240.16 257 431 449 623 631>\nFore\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni287F\nEncoding: 10367 10367 2384\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208> 189 125<194.282 208 384.282 400> 378 124<194.101 208 384.282 400> 567 125<194.601 208 384.101 400>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 333 124<240.16 257 431 449 623 631>\nFore\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2880\nEncoding: 10368 10368 2385\nWidth: 600\nVWidth: 1024\nFlags: HW\nFore\n430 18 m 0\n 463 18 492 -8 492 -45 c 0\n 492 -76 465 -107 430 -107 c 0\n 398 -107 368 -80 368 -45 c 0\n 368 -13 394 18 430 18 c 0\nEndSplineSet\nEndChar\nStartChar: uni2881\nEncoding: 10369 10369 2386\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383 401> 567 125<195.282 209>\nVStem: 144 124<623 631> 332 125<50.7716 65>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2882\nEncoding: 10370 10370 2387\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<383.282 400> 342 125<194.282 208>\nVStem: 143 125<395 413> 332 125<15.039 29>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -7 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 242 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 436 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2883\nEncoding: 10371 10371 2388\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 378 124<194.101 208> 567 125<194.601 208>\nVStem: 143 125<431 449 623 631> 332 125<50.7716 65>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2884\nEncoding: 10372 10372 2389\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -71 124<383.101 400> 118 125<194.282 208>\nVStem: 143 124<169.363 186> 332 125<-19.8573 -6>\nFore\n394 53 m 0\n 427 53 457 27 457 -9 c 0\n 457 -41 431 -71 394 -71 c 0\n 362 -71 332 -45 332 -9 c 0\n 332 23 358 53 394 53 c 0\n205 243 m 0\n 238 243 267 217 267 180 c 0\n 267 149 241 118 205 118 c 0\n 173 118 143 145 143 180 c 0\n 143 212 169 243 205 243 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2885\nEncoding: 10373 10373 2390\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208> 567 125<194.601 208>\nVStem: 143 124<240.039 257 623 631> 332 125<50.7716 65>\nFore\n457 62 m 0\n 457 27.7292 430.004 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2886\nEncoding: 10374 10374 2391\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<383.282 400> 154 124<194.101 208> 342 125<194.282 208>\nVStem: 143 124<204.141 221 395 413> 332 125<15.1427 29>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 431 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n267 215 m 0\n 267 181.787 240.123 154 205 154 c 0\n 173 154 143 180 143 215 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 215 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 242 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 436 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2887\nEncoding: 10375 10375 2392\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208> 378 124<194.101 208> 567 125<194.601 208>\nVStem: 143 124<240.039 257 431 449 623 631> 332 125<50.7716 65>\nFore\n457 62 m 0\n 457 27.7292 430.004 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2888\nEncoding: 10376 10376 2393\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<419.101 433> 567 124<419.101 433>\nFore\n492 61 m 0\n 492 27.7865 465.123 0 430 0 c 0\n 398 0 368 26 368 61 c 0\n 368 94 394 124 430 124 c 0\n 463 124 492 98 492 61 c 0\n430 691 m 0\n 463 691 493 665 493 629 c 0\n 493 597 467 567 430 567 c 0\n 398 567 368 593 368 629 c 0\n 368 661 394 691 430 691 c 0\nEndSplineSet\nEndChar\nStartChar: uni2889\nEncoding: 10377 10377 2394\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383 401> 567 125<195.282 209 392 401>\nVStem: 144 124<623 631> 333 124<50.7716 65 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 363 0 333 26 333 62 c 0\n 333 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 431 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni288A\nEncoding: 10378 10378 2395\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 378 124<194.101 208> 567 124<392 400>\nVStem: 143 125<431 449> 332 125<50.1412 64 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni288B\nEncoding: 10379 10379 2396\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 378 124<194.101 208> 567 125<203 209 392 400>\nVStem: 143 125<431 449 623 631> 332 125<50.7716 65 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni288C\nEncoding: 10380 10380 2397\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 124<194.282 208> 567 124<392 400>\nVStem: 143 124<240.039 257> 332 125<50.1412 64 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni288D\nEncoding: 10381 10381 2398\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208> 567 125<194.601 208 392 400>\nVStem: 143 124<240.039 257 623 631> 332 125<50.7716 65 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni288E\nEncoding: 10382 10382 2399\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 124<194.282 208> 378 124<194.101 208> 567 124<392 400>\nVStem: 143 124<240.039 257 431 449> 332 125<50.1412 64 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni288F\nEncoding: 10383 10383 2400\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208> 378 124<194.101 208> 567 125<194.601 208 392 400>\nVStem: 143 124<240.039 257 431 449 623 631> 332 125<50.7716 65 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2890\nEncoding: 10384 10384 2401\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<419.282 433> 343 124<419.101 433>\nFore\n430 89 m 0\n 463 89 492 63 492 26 c 0\n 492 -5 466 -36 430 -36 c 0\n 398 -36 368 -9 368 26 c 0\n 368 58 394 89 430 89 c 0\n430 467 m 0\n 463 467 493 441 493 405 c 0\n 493 373 467 343 430 343 c 0\n 398 343 368 369 368 405 c 0\n 368 437 394 467 430 467 c 0\nEndSplineSet\nEndChar\nStartChar: uni2891\nEncoding: 10385 10385 2402\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383 401> 378 125<392 401> 567 125<195.282 209>\nVStem: 144 124<623 631> 333 124<50.7716 65 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 363 0 333 26 333 62 c 0\n 333 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 431 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2892\nEncoding: 10386 10386 2403\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<383.282 400> 342 125<194.282 208 392 400>\nVStem: 143 125<395 413> 332 125<15.1624 29 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 359 89 394 89 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 240 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2893\nEncoding: 10387 10387 2404\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 378 124<194.101 208 392 400> 567 125<203 209>\nVStem: 143 125<431 449 623 631> 332 125<50.7716 65 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2894\nEncoding: 10388 10388 2405\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<383.282 400> 154 124<194.101 208> 343 124<392 400>\nVStem: 143 124<204.772 221> 332 125<15.1624 29 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2895\nEncoding: 10389 10389 2406\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208> 378 125<392 400> 567 125<194.601 208>\nVStem: 143 124<240.039 257 623 631> 332 125<50.7716 65 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2896\nEncoding: 10390 10390 2407\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<383.282 400> 154 124<194.101 208> 342 125<194.282 208 392 400>\nVStem: 143 124<204.772 221 395 413> 332 125<15.1624 29 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n268 404 m 0\n 268 370.126 236.934 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\n 238 467 268 441 268 404 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2897\nEncoding: 10391 10391 2408\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208> 378 124<194.101 208 392 400> 567 125<194.601 208>\nVStem: 143 124<240.039 257 431 449 623 631> 332 125<50.7716 65 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2898\nEncoding: 10392 10392 2409\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<419.101 433> 378 125<419.282 433> 567 124<419.101 433>\nFore\n492 61 m 0\n 492 27.7865 465.123 0 430 0 c 0\n 398 0 368 26 368 61 c 0\n 368 94 394 124 430 124 c 0\n 463 124 492 98 492 61 c 0\n430 503 m 0\n 463 503 493 477 493 440 c 0\n 493 408 467 378 430 378 c 0\n 398 378 368 405 368 440 c 0\n 368 472 394 503 430 503 c 0\n430 691 m 0\n 463 691 493 665 493 629 c 0\n 493 597 467 567 430 567 c 0\n 398 567 368 593 368 629 c 0\n 368 661 394 691 430 691 c 0\nEndSplineSet\nEndChar\nStartChar: uni2899\nEncoding: 10393 10393 2410\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383 401> 378 125<392 401> 567 125<195.282 209 392 401>\nVStem: 144 124<623 631> 333 124<50.7716 65 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 363 0 333 26 333 62 c 0\n 333 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 431 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 431 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni289A\nEncoding: 10394 10394 2411\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 378 124<194.101 208 392 400> 567 124<392 400>\nVStem: 143 125<431 449> 332 125<50.1412 64 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni289B\nEncoding: 10395 10395 2412\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 378 124<194.101 208 392 400> 567 125<203 209 392 400>\nVStem: 143 125<431 449 623 631> 332 125<50.7716 65 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni289C\nEncoding: 10396 10396 2413\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 124<194.282 208> 378 125<392 400> 567 124<392 400>\nVStem: 143 124<240.039 257> 332 125<50.1412 64 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni289D\nEncoding: 10397 10397 2414\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208> 378 125<392 400> 567 125<194.601 208 392 400>\nVStem: 143 124<240.039 257 623 631> 332 125<50.7716 65 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni289E\nEncoding: 10398 10398 2415\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 124<194.282 208> 378 124<194.101 208 392 400> 567 124<392 400>\nVStem: 143 124<240.039 257 431 449> 332 125<50.1412 64 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni289F\nEncoding: 10399 10399 2416\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208> 378 124<194.101 208 392 400> 567 125<194.601 208 392 400>\nVStem: 143 124<240.039 257 431 449 623 631> 332 125<50.7716 65 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28A0\nEncoding: 10400 10400 2417\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -71 124<419.101 433> 118 125<419.282 433>\nFore\n430 53 m 0\n 463 53 492 27 492 -9 c 0\n 492 -41 466 -71 430 -71 c 0\n 398 -71 368 -45 368 -9 c 0\n 368 23 394 53 430 53 c 0\n430 243 m 0\n 463 243 493 217 493 180 c 0\n 493 149 467 118 430 118 c 0\n 398 118 368 145 368 180 c 0\n 368 212 394 243 430 243 c 0\nEndSplineSet\nEndChar\nStartChar: uni28A1\nEncoding: 10401 10401 2418\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383 401> 189 125<392 401> 567 125<195.282 209>\nVStem: 144 124<623 631> 333 124<50.7716 65 240.039 257>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 363 0 333 26 333 62 c 0\n 333 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 431 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28A2\nEncoding: 10402 10402 2419\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<383.282 400> 154 124<392 400> 342 125<194.282 208>\nVStem: 143 125<395 413> 332 125<15.039 29 204.128 221>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -7 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 359 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 215 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 215 c 0\n 333 248 359 278 395 278 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 372 241 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 436 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28A3\nEncoding: 10403 10403 2420\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<392 400> 378 124<194.101 208> 567 125<203 209>\nVStem: 143 125<431 449 623 631> 332 125<50.7716 65 240.16 257>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28A4\nEncoding: 10404 10404 2421\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -71 124<383.101 400> 118 125<194.282 208 392 400>\nVStem: 143 124<169.363 186> 332 125<-20.1721 -6 169.452 186>\nFore\n394 53 m 0\n 427 53 457 27 457 -9 c 0\n 457 -42 430 -71 394 -71 c 0\n 362 -71 332 -45 332 -9 c 0\n 332 23 358 53 394 53 c 0\n395 243 m 0\n 428 243 457 217 457 180 c 0\n 457 149 430 118 395 118 c 0\n 363 118 333 145 333 180 c 0\n 333 212 359 243 395 243 c 0\n205 243 m 0\n 238 243 267 217 267 180 c 0\n 267 149 241 118 205 118 c 0\n 173 118 143 145 143 180 c 0\n 143 212 169 243 205 243 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28A5\nEncoding: 10405 10405 2422\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208 392 400> 567 125<194.601 208>\nVStem: 143 124<240.039 257 623 631> 332 125<50.7716 65 240.16 257>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28A6\nEncoding: 10406 10406 2423\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<383.282 400> 154 124<194.101 208 392 400> 342 125<194.282 208>\nVStem: 143 124<204.141 221 395 413> 332 125<15.039 29 204.128 221>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -7 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 215 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 215 c 0\n 333 248 359 278 395 278 c 0\n267 215 m 0\n 267 181.787 240.123 154 205 154 c 0\n 173 154 143 180 143 215 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 215 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 242 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 436 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28A7\nEncoding: 10407 10407 2424\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208 392 400> 378 124<194.101 208> 567 125<194.601 208>\nVStem: 143 124<240.039 257 431 449 623 631> 332 125<50.7716 65 240.16 257>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28A8\nEncoding: 10408 10408 2425\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<419.101 433> 189 124<419.282 433> 567 124<419.101 433>\nFore\n492 61 m 0\n 492 27.7865 465.123 0 430 0 c 0\n 398 0 368 26 368 61 c 0\n 368 94 394 124 430 124 c 0\n 463 124 492 98 492 61 c 0\n430 313 m 0\n 463 313 493 287 493 251 c 0\n 493 219 467 189 430 189 c 0\n 398 189 368 216 368 251 c 0\n 368 283 394 313 430 313 c 0\n430 691 m 0\n 463 691 493 665 493 629 c 0\n 493 597 467 567 430 567 c 0\n 398 567 368 593 368 629 c 0\n 368 661 394 691 430 691 c 0\nEndSplineSet\nEndChar\nStartChar: uni28A9\nEncoding: 10409 10409 2426\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383 401> 189 125<392 401> 567 125<195.282 209 392 401>\nVStem: 144 124<623 631> 333 124<50.7716 65 240.039 257 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 363 0 333 26 333 62 c 0\n 333 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 431 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 431 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28AA\nEncoding: 10410 10410 2427\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 124<392 400> 378 124<194.101 208> 567 124<392 400>\nVStem: 143 125<431 449> 332 125<50.1412 64 240.16 257 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28AB\nEncoding: 10411 10411 2428\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<392 400> 378 124<194.101 208> 567 125<203 209 392 400>\nVStem: 143 125<431 449 623 631> 332 125<50.7716 65 240.16 257 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28AC\nEncoding: 10412 10412 2429\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 124<194.282 208 392 400> 567 124<392 400>\nVStem: 143 124<240.039 257> 332 125<50.1412 64 240.16 257 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28AD\nEncoding: 10413 10413 2430\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208 392 400> 567 125<194.601 208 392 400>\nVStem: 143 124<240.039 257 623 631> 332 125<50.7716 65 240.16 257 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28AE\nEncoding: 10414 10414 2431\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 124<194.282 208 392 400> 378 124<194.101 208> 567 124<392 400>\nVStem: 143 124<240.039 257 431 449> 332 125<50.1412 64 240.16 257 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28AF\nEncoding: 10415 10415 2432\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208 392 400> 378 124<194.101 208> 567 125<194.601 208 392 400>\nVStem: 143 124<240.039 257 431 449 623 631> 332 125<50.7716 65 240.16 257 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28B0\nEncoding: 10416 10416 2433\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<419.282 433> 154 124<419.101 433> 343 124<419.101 433>\nFore\n430 89 m 0\n 463 89 492 63 492 26 c 0\n 492 -5 466 -36 430 -36 c 0\n 398 -36 368 -9 368 26 c 0\n 368 58 394 89 430 89 c 0\n493 216 m 0\n 493 181.729 466.004 154 430 154 c 0\n 398 154 368 180 368 216 c 0\n 368 248 394 278 430 278 c 0\n 463 278 493 252 493 216 c 0\n430 467 m 0\n 463 467 493 441 493 405 c 0\n 493 373 467 343 430 343 c 0\n 398 343 368 369 368 405 c 0\n 368 437 394 467 430 467 c 0\nEndSplineSet\nEndChar\nStartChar: uni28B1\nEncoding: 10417 10417 2434\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383 401> 189 125<392 401> 378 125<392 401> 567 125<195.282 209>\nVStem: 144 124<623 631> 333 124<50.7716 65 240.039 257 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 363 0 333 26 333 62 c 0\n 333 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 431 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 431 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28B2\nEncoding: 10418 10418 2435\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<383.282 400> 154 124<392 400> 342 125<194.282 208 392 400>\nVStem: 143 125<395 413> 332 125<15.1624 29 204.788 221 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 359 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 240 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28B3\nEncoding: 10419 10419 2436\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<392 400> 378 124<194.101 208 392 400> 567 125<203 209>\nVStem: 143 125<431 449 623 631> 332 125<50.7716 65 240.16 257 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28B4\nEncoding: 10420 10420 2437\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<383.282 400> 154 124<194.101 208 392 400> 343 124<392 400>\nVStem: 143 124<204.772 221> 332 125<15.1624 29 204.788 221 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28B5\nEncoding: 10421 10421 2438\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208 392 400> 378 125<392 400> 567 125<194.601 208>\nVStem: 143 124<240.039 257 623 631> 332 125<50.7716 65 240.16 257 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28B6\nEncoding: 10422 10422 2439\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<383.282 400> 154 124<194.101 208 392 400> 342 125<194.282 208 392 400>\nVStem: 143 124<204.772 221 395 413> 332 125<15.1624 29 204.788 221 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n268 404 m 0\n 268 370.126 236.934 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\n 238 467 268 441 268 404 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28B7\nEncoding: 10423 10423 2440\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208 392 400> 378 124<194.101 208 392 400> 567 125<194.601 208>\nVStem: 143 124<240.039 257 431 449 623 631> 332 125<50.7716 65 240.16 257 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28B8\nEncoding: 10424 10424 2441\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<419.101 433> 189 124<419.282 433> 378 125<419.282 433> 567 124<419.101 433>\nFore\n492 61 m 0\n 492 27.7865 465.123 0 430 0 c 0\n 398 0 368 26 368 61 c 0\n 368 94 394 124 430 124 c 0\n 463 124 492 98 492 61 c 0\n430 313 m 0\n 463 313 493 287 493 251 c 0\n 493 219 467 189 430 189 c 0\n 398 189 368 216 368 251 c 0\n 368 283 394 313 430 313 c 0\n430 503 m 0\n 463 503 493 477 493 440 c 0\n 493 408 467 378 430 378 c 0\n 398 378 368 405 368 440 c 0\n 368 472 394 503 430 503 c 0\n430 691 m 0\n 463 691 493 665 493 629 c 0\n 493 597 467 567 430 567 c 0\n 398 567 368 593 368 629 c 0\n 368 661 394 691 430 691 c 0\nEndSplineSet\nEndChar\nStartChar: uni28B9\nEncoding: 10425 10425 2442\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383 401> 189 125<392 401> 378 125<392 401> 567 125<195.282 209 392 401>\nVStem: 144 124<623 631> 333 124<50.7716 65 240.039 257 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 363 0 333 26 333 62 c 0\n 333 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 431 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 431 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 431 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28BA\nEncoding: 10426 10426 2443\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 124<392 400> 378 124<194.101 208 392 400> 567 124<392 400>\nVStem: 143 125<431 449> 332 125<50.1412 64 240.16 257 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28BB\nEncoding: 10427 10427 2444\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<392 400> 378 124<194.101 208 392 400> 567 125<203 209 392 400>\nVStem: 143 125<431 449 623 631> 332 125<50.7716 65 240.16 257 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28BC\nEncoding: 10428 10428 2445\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 124<194.282 208 392 400> 378 125<392 400> 567 124<392 400>\nVStem: 143 124<240.039 257> 332 125<50.1412 64 240.16 257 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28BD\nEncoding: 10429 10429 2446\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208 392 400> 378 125<392 400> 567 125<194.601 208 392 400>\nVStem: 143 124<240.039 257 623 631> 332 125<50.7716 65 240.16 257 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28BE\nEncoding: 10430 10430 2447\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 124<194.282 208 392 400> 378 124<194.101 208 392 400> 567 124<392 400>\nVStem: 143 124<240.039 257 431 449> 332 125<50.1412 64 240.16 257 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28BF\nEncoding: 10431 10431 2448\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<383.101 400> 189 125<194.282 208 392 400> 378 124<194.101 208 392 400> 567 125<194.601 208 392 400>\nVStem: 143 124<240.039 257 431 449 623 631> 332 125<50.7716 65 240.16 257 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28C0\nEncoding: 10432 10432 2449\nWidth: 600\nVWidth: 1024\nFlags: HW\nVStem: 143 125<-55.5621 -42> 332 125<-55.8376 -42>\nFore\n394 18 m 0\n 427 18 457 -8 457 -45 c 0\n 457 -77 430 -107 394 -107 c 0\n 362 -107 332 -80 332 -45 c 0\n 332 -13 358 18 394 18 c 0\n205 18 m 0\n 238 18 268 -8 268 -45 c 0\n 268 -76 242 -107 205 -107 c 0\n 173 -107 143 -80 143 -45 c 0\n 143 -13 169 18 205 18 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28C1\nEncoding: 10433 10433 2450\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 623 631> 332 125<50.7716 65>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28C2\nEncoding: 10434 10434 2451\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 342 125<194.282 208>\nVStem: 143 125<15.1427 29 395 413> 332 125<15.039 29>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -7 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 242 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 436 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28C3\nEncoding: 10435 10435 2452\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 378 124<194.101 208> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 431 449 623 631> 332 125<50.7716 65>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28C4\nEncoding: 10436 10436 2453\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -71 124<194.101 208 383.101 400> 118 125<194.282 208>\nVStem: 143 125<-19.8573 -6 169.363 186> 332 125<-19.8573 -6>\nFore\n394 53 m 0\n 427 53 457 27 457 -9 c 0\n 457 -41 431 -71 394 -71 c 0\n 362 -71 332 -45 332 -9 c 0\n 332 23 358 53 394 53 c 0\n205 53 m 0\n 238 53 268 27 268 -9 c 0\n 268 -41 242 -71 205 -71 c 0\n 173 -71 143 -45 143 -9 c 0\n 143 23 169 53 205 53 c 0\n205 243 m 0\n 238 243 267 217 267 180 c 0\n 267 149 241 118 205 118 c 0\n 173 118 143 145 143 180 c 0\n 143 212 169 243 205 243 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28C5\nEncoding: 10437 10437 2454\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 332 125<50.7716 65>\nFore\n457 62 m 0\n 457 27.7292 430.004 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28C6\nEncoding: 10438 10438 2455\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 154 124<194.101 208> 342 125<194.282 208>\nVStem: 143 125<15.1427 29 204.141 221 395 413> 332 125<15.1427 29>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 431 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 215 m 0\n 267 181.787 240.123 154 205 154 c 0\n 173 154 143 180 143 215 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 215 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 242 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 436 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28C7\nEncoding: 10439 10439 2456\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208> 378 124<194.101 208> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 332 125<50.7716 65>\nFore\n457 62 m 0\n 457 27.7292 430.004 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28C8\nEncoding: 10440 10440 2457\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 567 124<392 400>\nVStem: 143 125<50.1412 64> 332 125<50.1412 64 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28C9\nEncoding: 10441 10441 2458\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 567 125<203 209 392 400>\nVStem: 143 125<50.7716 65 623 631> 332 125<50.7716 65 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28CA\nEncoding: 10442 10442 2459\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 378 124<194.101 208> 567 124<392 400>\nVStem: 143 125<50.1412 64 431 449> 332 125<50.1412 64 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28CB\nEncoding: 10443 10443 2460\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 378 124<194.101 208> 567 125<203 209 392 400>\nVStem: 143 125<50.7716 65 431 449 623 631> 332 125<50.7716 65 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28CC\nEncoding: 10444 10444 2461\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<194.282 208> 378 124<194.101 208> 567 124<392 400>\nVStem: 143 125<50.1412 64 240.039 257 431 449> 332 125<50.1412 64 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28CD\nEncoding: 10445 10445 2462\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208> 567 125<194.601 208 392 400>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 332 125<50.7716 65 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28CE\nEncoding: 10446 10446 2463\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<194.282 208> 378 124<194.101 208> 567 124<392 400>\nVStem: 143 125<50.1412 64 240.039 257 431 449> 332 125<50.1412 64 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28CF\nEncoding: 10447 10447 2464\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208> 378 124<194.101 208> 567 125<194.601 208 392 400>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 332 125<50.7716 65 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28D0\nEncoding: 10448 10448 2465\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 343 124<392 400>\nVStem: 143 125<15.1624 29> 332 125<15.1624 29 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 359 89 394 89 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 241 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28D1\nEncoding: 10449 10449 2466\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 378 125<392 400> 567 125<203 209>\nVStem: 143 125<50.7716 65 623 631> 332 125<50.7716 65 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28D2\nEncoding: 10450 10450 2467\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 342 125<194.282 208 392 400>\nVStem: 143 125<15.1624 29 395 413> 332 125<15.1624 29 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 359 89 394 89 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 241 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 240 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28D3\nEncoding: 10451 10451 2468\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 378 124<194.101 208 392 400> 567 125<203 209>\nVStem: 143 125<50.7716 65 431 449 623 631> 332 125<50.7716 65 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28D4\nEncoding: 10452 10452 2469\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 154 124<194.101 208> 343 124<392 400>\nVStem: 143 125<15.4379 29 204.772 221> 332 125<15.1624 29 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -5 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28D5\nEncoding: 10453 10453 2470\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208> 378 125<392 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 332 125<50.7716 65 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28D6\nEncoding: 10454 10454 2471\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 154 124<194.101 208> 342 125<194.282 208 392 400>\nVStem: 143 125<15.4379 29 204.772 221 395 413> 332 125<15.1624 29 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -5 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n268 404 m 0\n 268 370.126 236.934 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\n 238 467 268 441 268 404 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28D7\nEncoding: 10455 10455 2472\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208> 378 124<194.101 208 392 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 332 125<50.7716 65 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28D8\nEncoding: 10456 10456 2473\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 378 125<392 400> 567 124<392 400>\nVStem: 143 125<50.1412 64> 332 125<50.1412 64 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28D9\nEncoding: 10457 10457 2474\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 378 125<392 400> 567 125<203 209 392 400>\nVStem: 143 125<50.7716 65 623 631> 332 125<50.7716 65 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28DA\nEncoding: 10458 10458 2475\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 378 124<194.101 208 392 400> 567 124<392 400>\nVStem: 143 125<50.1412 64 431 449> 332 125<50.1412 64 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28DB\nEncoding: 10459 10459 2476\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 378 124<194.101 208 392 400> 567 125<203 209 392 400>\nVStem: 143 125<50.7716 65 431 449 623 631> 332 125<50.7716 65 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28DC\nEncoding: 10460 10460 2477\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<194.282 208> 378 125<392 400> 567 124<392 400>\nVStem: 143 125<50.1412 64 240.039 257> 332 125<50.1412 64 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28DD\nEncoding: 10461 10461 2478\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208> 378 125<392 400> 567 125<194.601 208 392 400>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 332 125<50.7716 65 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28DE\nEncoding: 10462 10462 2479\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<194.282 208> 378 124<194.101 208 392 400> 567 124<392 400>\nVStem: 143 125<50.1412 64 240.039 257 431 449> 332 125<50.1412 64 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28DF\nEncoding: 10463 10463 2480\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208> 378 124<194.101 208 392 400> 567 125<194.601 208 392 400>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 332 125<50.7716 65 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28E0\nEncoding: 10464 10464 2481\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -71 124<194.101 208 383.101 400> 118 125<392 400>\nVStem: 143 125<-20.1721 -6> 332 125<-20.1721 -6 169.452 186>\nFore\n394 53 m 0\n 427 53 457 27 457 -9 c 0\n 457 -42 430 -71 394 -71 c 0\n 362 -71 332 -45 332 -9 c 0\n 332 23 359 53 394 53 c 0\n395 243 m 0\n 428 243 457 217 457 180 c 0\n 457 149 430 118 395 118 c 0\n 363 118 333 145 333 180 c 0\n 333 212 359 243 395 243 c 0\n205 53 m 0\n 238 53 268 27 268 -9 c 0\n 268 -42 241 -71 205 -71 c 0\n 173 -71 143 -45 143 -9 c 0\n 143 23 169 53 205 53 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28E1\nEncoding: 10465 10465 2482\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<392 400> 567 125<203 209>\nVStem: 143 125<50.7716 65 623 631> 332 125<50.7716 65 240.16 257>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28E2\nEncoding: 10466 10466 2483\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 154 124<392 400> 342 125<194.282 208>\nVStem: 143 125<15.039 29 395 413> 332 125<15.039 29 204.128 221>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -7 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 359 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 215 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 215 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -7 241 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 372 241 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 436 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28E3\nEncoding: 10467 10467 2484\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<392 400> 378 124<194.101 208> 567 125<203 209>\nVStem: 143 125<50.7716 65 431 449 623 631> 332 125<50.7716 65 240.16 257>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28E4\nEncoding: 10468 10468 2485\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -71 124<194.101 208 383.101 400> 118 125<194.282 208 392 400>\nVStem: 143 125<-19.8573 -6 169.363 186> 332 125<-20.1721 -6 169.452 186>\nFore\n394 53 m 0\n 427 53 457 27 457 -9 c 0\n 457 -42 430 -71 394 -71 c 0\n 362 -71 332 -45 332 -9 c 0\n 332 23 358 53 394 53 c 0\n395 243 m 0\n 428 243 457 217 457 180 c 0\n 457 149 430 118 395 118 c 0\n 363 118 333 145 333 180 c 0\n 333 212 359 243 395 243 c 0\n205 53 m 0\n 238 53 268 27 268 -9 c 0\n 268 -41 242 -71 205 -71 c 0\n 173 -71 143 -45 143 -9 c 0\n 143 23 169 53 205 53 c 0\n205 243 m 0\n 238 243 267 217 267 180 c 0\n 267 149 241 118 205 118 c 0\n 173 118 143 145 143 180 c 0\n 143 212 169 243 205 243 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28E5\nEncoding: 10469 10469 2486\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208 392 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 332 125<50.7716 65 240.16 257>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28E6\nEncoding: 10470 10470 2487\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 154 124<194.101 208 392 400> 342 125<194.282 208>\nVStem: 143 125<15.1427 29 204.141 221 395 413> 332 125<15.039 29 204.128 221>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -7 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 215 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 215 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 215 m 0\n 267 181.787 240.123 154 205 154 c 0\n 173 154 143 180 143 215 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 215 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 242 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 436 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28E7\nEncoding: 10471 10471 2488\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208 392 400> 378 124<194.101 208> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 332 125<50.7716 65 240.16 257>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28E8\nEncoding: 10472 10472 2489\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<392 400> 567 124<392 400>\nVStem: 143 125<50.1412 64> 332 125<50.1412 64 240.16 257 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28E9\nEncoding: 10473 10473 2490\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<392 400> 567 125<203 209 392 400>\nVStem: 143 125<50.7716 65 623 631> 332 125<50.7716 65 240.16 257 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28EA\nEncoding: 10474 10474 2491\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<392 400> 378 124<194.101 208> 567 124<392 400>\nVStem: 143 125<50.1412 64 431 449> 332 125<50.1412 64 240.16 257 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28EB\nEncoding: 10475 10475 2492\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<392 400> 378 124<194.101 208> 567 125<203 209 392 400>\nVStem: 143 125<50.7716 65 431 449 623 631> 332 125<50.7716 65 240.16 257 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28EC\nEncoding: 10476 10476 2493\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<194.282 208 392 400> 567 124<392 400>\nVStem: 143 125<50.1412 64 240.039 257> 332 125<50.1412 64 240.16 257 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28ED\nEncoding: 10477 10477 2494\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208 392 400> 567 125<194.601 208 392 400>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 332 125<50.7716 65 240.16 257 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28EE\nEncoding: 10478 10478 2495\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<194.282 208 392 400> 378 124<194.101 208> 567 124<392 400>\nVStem: 143 125<50.1412 64 240.039 257 431 449> 332 125<50.1412 64 240.16 257 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28EF\nEncoding: 10479 10479 2496\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208 392 400> 378 124<194.101 208> 567 125<194.601 208 392 400>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 332 125<50.7716 65 240.16 257 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28F0\nEncoding: 10480 10480 2497\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 154 124<392 400> 343 124<392 400>\nVStem: 143 125<15.1624 29> 332 125<15.1624 29 204.788 221 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 359 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 241 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28F1\nEncoding: 10481 10481 2498\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<392 400> 378 125<392 400> 567 125<203 209>\nVStem: 143 125<50.7716 65 623 631> 332 125<50.7716 65 240.16 257 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28F2\nEncoding: 10482 10482 2499\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 154 124<392 400> 342 125<194.282 208 392 400>\nVStem: 143 125<15.1624 29 395 413> 332 125<15.1624 29 204.788 221 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 359 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -6 241 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n205 467 m 0\n 238 467 268 441 268 404 c 0\n 268 373 240 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28F3\nEncoding: 10483 10483 2500\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<392 400> 378 124<194.101 208 392 400> 567 125<203 209>\nVStem: 143 125<50.7716 65 431 449 623 631> 332 125<50.7716 65 240.16 257 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28F4\nEncoding: 10484 10484 2501\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 154 124<194.101 208 392 400> 343 124<392 400>\nVStem: 143 125<15.4379 29 204.772 221> 332 125<15.1624 29 204.788 221 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -5 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28F5\nEncoding: 10485 10485 2502\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208 392 400> 378 125<392 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 332 125<50.7716 65 240.16 257 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28F6\nEncoding: 10486 10486 2503\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -36 125<194.282 208 383.282 400> 154 124<194.101 208 392 400> 342 125<194.282 208 392 400>\nVStem: 143 125<15.4379 29 204.772 221 395 413> 332 125<15.1624 29 204.788 221 395 413>\nFore\n394 89 m 0\n 427 89 457 63 457 26 c 0\n 457 -6 430 -36 394 -36 c 0\n 362 -36 332 -9 332 26 c 0\n 332 58 358 89 394 89 c 0\n395 278 m 0\n 428 278 457 252 457 216 c 0\n 457 182 430 154 395 154 c 0\n 363 154 333 180 333 216 c 0\n 333 248 359 278 395 278 c 0\n205 89 m 0\n 238 89 268 63 268 26 c 0\n 268 -5 242 -36 205 -36 c 0\n 173 -36 143 -9 143 26 c 0\n 143 58 169 89 205 89 c 0\n267 216 m 0\n 267 181.691 240.227 154 205 154 c 0\n 173 154 143 180 143 216 c 0\n 143 248 169 278 205 278 c 0\n 238 278 267 252 267 216 c 0\n395 467 m 0\n 428 467 457 441 457 405 c 0\n 457 373 430 343 395 343 c 0\n 363 343 333 369 333 405 c 0\n 333 437 359 467 395 467 c 0\n268 404 m 0\n 268 370.126 236.934 342 205 342 c 0\n 173 342 143 369 143 404 c 0\n 143 437 169 467 205 467 c 0\n 238 467 268 441 268 404 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni28F7\nEncoding: 10487 10487 2504\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208 392 400> 378 124<194.101 208 392 400> 567 125<194.601 208>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 332 125<50.7716 65 240.16 257 431 449>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28F8\nEncoding: 10488 10488 2505\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<392 400> 378 125<392 400> 567 124<392 400>\nVStem: 143 125<50.1412 64> 332 125<50.1412 64 240.16 257 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28F9\nEncoding: 10489 10489 2506\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<392 400> 378 125<392 400> 567 125<203 209 392 400>\nVStem: 143 125<50.7716 65 623 631> 332 125<50.7716 65 240.16 257 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28FA\nEncoding: 10490 10490 2507\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<392 400> 378 124<194.101 208 392 400> 567 124<392 400>\nVStem: 143 125<50.1412 64 431 449> 332 125<50.1412 64 240.16 257 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.4069 241.177 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28FB\nEncoding: 10491 10491 2508\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<392 400> 378 124<194.101 208 392 400> 567 125<203 209 392 400>\nVStem: 143 125<50.7716 65 431 449 623 631> 332 125<50.7716 65 240.16 257 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 359 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.3074 241.283 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 407 241 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n206 692 m 0\n 239 692 268 666 268 629 c 0\n 268 598 241 567 206 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 206 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28FC\nEncoding: 10492 10492 2509\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<194.282 208 392 400> 378 125<392 400> 567 124<392 400>\nVStem: 143 125<50.1412 64 240.039 257> 332 125<50.1412 64 240.16 257 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28FD\nEncoding: 10493 10493 2510\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208 392 400> 378 125<392 400> 567 125<194.601 208 392 400>\nVStem: 143 125<50.7716 65 240.039 257 623 631> 332 125<50.7716 65 240.16 257 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28FE\nEncoding: 10494 10494 2511\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 124<194.282 208 392 400> 378 124<194.101 208 392 400> 567 124<392 400>\nVStem: 143 125<50.1412 64 240.039 257 431 449> 332 125<50.1412 64 240.16 257 431 449 623 631>\nFore\n457 61 m 0\n 457 27.4069 430.177 0 394 0 c 0\n 362 0 332 26 332 61 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 61 c 0\n395 313 m 0\n 428 313 457 287 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 313 395 313 c 0\n268 61 m 0\n 268 27.8263 240.901 0 205 0 c 0\n 173 0 143 26 143 61 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 61 c 0\n205 313 m 0\n 238 313 267 287 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 313 205 313 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 408 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni28FF\nEncoding: 10495 10495 2512\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 124<194.101 208 383.101 400> 189 125<194.282 208 392 400> 378 124<194.101 208 392 400> 567 125<194.601 208 392 400>\nVStem: 143 125<50.7716 65 240.039 257 431 449 623 631> 332 125<50.7716 65 240.16 257 431 449 623 631>\nFore\n457 62 m 0\n 457 27.3074 430.283 0 394 0 c 0\n 362 0 332 26 332 62 c 0\n 332 94 358 124 394 124 c 0\n 427 124 457 98 457 62 c 0\n395 314 m 0\n 428 314 457 288 457 251 c 0\n 457 219 430 189 395 189 c 0\n 363 189 333 216 333 251 c 0\n 333 283 359 314 395 314 c 0\n268 62 m 0\n 268 27.7292 241.004 0 205 0 c 0\n 173 0 143 26 143 62 c 0\n 143 94 169 124 205 124 c 0\n 238 124 268 98 268 62 c 0\n205 314 m 0\n 238 314 267 288 267 251 c 0\n 267 219 241 189 205 189 c 0\n 173 189 143 216 143 251 c 0\n 143 283 169 314 205 314 c 0\n395 503 m 0\n 428 503 457 477 457 440 c 0\n 457 409 430 378 395 378 c 0\n 363 378 333 405 333 440 c 0\n 333 472 359 503 395 503 c 0\n205 502 m 0\n 238 502 268 476 268 440 c 0\n 268 408 242 378 205 378 c 0\n 173 378 143 404 143 440 c 0\n 143 472 169 502 205 502 c 0\n395 691 m 0\n 428 691 457 665 457 629 c 0\n 457 597 430 567 395 567 c 0\n 363 567 333 593 333 629 c 0\n 333 661 359 691 395 691 c 0\n205 692 m 0\n 238 692 268 666 268 629 c 0\n 268 597 241 567 205 567 c 0\n 174 567 144 594 144 629 c 0\n 144 661 170 692 205 692 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 2513\nWidth: 600\nFlags: HW\nFore\n359 -97 m 1\n 275 -223 l 2\n 267 -234 263 -237 254 -237 c 0\n 243 -237 234 -228 234 -216 c 0\n 234 -212 236 -207 241 -200 c 2\n 325 -74 l 2\n 332 -64 338 -60 346 -60 c 0\n 358 -60 367 -69 367 -81 c 0\n 367 -85.1582 362.055 -92.9261 359 -97 c 1\nEndSplineSet\nEndChar\nStartChar: ff\nEncoding: 64256 64256 2514\nWidth: 600\nFlags: HW\nHStem: 0 41<21.4704 115 157 230 309 397 439 517> 376 41<31 115 157 230 312 397 439 517> 563 41<213 230 501 517>\nVStem: 115 41<41 376 417 480> 397 41<41 376 417 480>\nFore\n438 376 m 1\n 438 41 l 1\n 510 41 l 2\n 528 41 537 34 537 21 c 0\n 537 7 528 0 510 0 c 2\n 314 0 l 2\n 296 0 287 7 287 21 c 0\n 287 34 296 41 314 41 c 2\n 397 41 l 1\n 397 376 l 1\n 320 376 l 2\n 302 376 293 383 293 397 c 0\n 293 410 302 417 320 417 c 2\n 397 417 l 1\n 397 476 l 2\n 397 547 445 604 504 604 c 0\n 524 604 559 597 579 589 c 0\n 589 585 595 578 595 569 c 0\n 595 558 587 549 576 549 c 0\n 574 549 574 549 563 552 c 0\n 536 560 519 563 505 563 c 0\n 467 563 438 525 438 476 c 2\n 438 417 l 1\n 510 417 l 2\n 528 417 537 410 537 397 c 0\n 537 383 528 376 510 376 c 2\n 438 376 l 1\n156 376 m 1\n 156 41 l 1\n 228 41 l 2\n 246 41 255 34 255 21 c 0\n 255 7 246 0 228 0 c 2\n 32 0 l 2\n 14 0 5 7 5 21 c 0\n 5 34 14 41 32 41 c 2\n 115 41 l 1\n 115 376 l 1\n 38 376 l 2\n 20 376 11 383 11 397 c 0\n 11 410 20 417 38 417 c 2\n 115 417 l 1\n 115 476 l 2\n 115 547 163 604 222 604 c 0\n 242 604 277 597 297 589 c 0\n 307 585 313 578 313 569 c 0\n 313 558 305 549 294 549 c 0\n 292 549 292 549 281 552 c 0\n 254 560 237 563 223 563 c 0\n 185 563 156 525 156 476 c 2\n 156 417 l 1\n 228 417 l 2\n 246 417 255 410 255 397 c 0\n 255 383 246 376 228 376 c 2\n 156 376 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x9,12 x9,10 x8,5 x8,7 x1,4 x1,2 x0,23 x0,25 x35,38 x35,36 x34,31 x34,33 x27,30 x27,28 x26,49 x26,51 \nLigature: 8 0 'liga' f f\nEndChar\nStartChar: fi\nEncoding: 64257 64257 2515\nWidth: 600\nFlags: HW\nHStem: 0 41<37 120 161 233 365 442 483 558> 376 41<43 120 161 233 385 442> 520 104<423 482> 563 41<209 235>\nVStem: 120 41<41 376 417 476> 423 59<520 624> 442 41<41 376 376 376>\nFore\n161 376 m 1\n 161 41 l 1\n 233 41 l 2\n 251 41 260 34 260 21 c 0\n 260 7 251 0 233 0 c 2\n 37 0 l 2\n 19 0 10 7 10 21 c 0\n 10 34 19 41 37 41 c 2\n 120 41 l 1\n 120 376 l 1\n 43 376 l 2\n 25 376 16 383 16 397 c 0\n 16 410 25 417 43 417 c 2\n 120 417 l 1\n 120 476 l 2\n 120 547 168 604 227 604 c 0\n 247 604 282 597 302 589 c 0\n 312 585 318 578 318 569 c 0\n 318 558 310 549 299 549 c 0\n 297 549 297 549 286 552 c 0\n 259 560 242 563 228 563 c 0\n 190 563 161 525 161 476 c 2\n 161 417 l 1\n 233 417 l 2\n 251 417 260 410 260 397 c 0\n 260 383 251 376 233 376 c 2\n 161 376 l 1\n483 417 m 1\n 483 41 l 1\n 558 41 l 2\n 576 41 585 34 585 21 c 0\n 585 7 576 0 558 0 c 2\n 365 0 l 2\n 347 0 338 7 338 21 c 0\n 338 34 347 41 365 41 c 2\n 442 41 l 1\n 442 376 l 1\n 385 376 l 2\n 367 376 358 383 358 397 c 0\n 358 410 367 417 385 417 c 2\n 483 417 l 1\n482 624 m 1\n 482 520 l 1\n 423 520 l 1\n 423 624 l 1\n 482 624 l 1\nEndSplineSet\nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 2516\nWidth: 600\nFlags: HMW\nHStem: 0 41<37 120 161 233 365 442 483 560> 376 41<43 120 161 233> 563 41<208.5 235 385 442>\nVStem: 120 41<41 376 417 476> 442 41<41 563 563 563>\nFore\n161 376 m 1\n 161 41 l 1\n 233 41 l 2\n 251 41 260 34 260 21 c 0\n 260 7 250 0 233 0 c 2\n 37 0 l 2\n 19 0 10 7 10 21 c 0\n 10 34 19 41 37 41 c 2\n 120 41 l 1\n 120 376 l 1\n 43 376 l 2\n 25 376 16 383 16 397 c 0\n 16 410 25 417 43 417 c 2\n 120 417 l 1\n 120 476 l 2\n 120 547 168 604 227 604 c 0\n 246 604 283 597 302 589 c 0\n 312 585 318 578 318 569 c 0\n 318 558 310 549 299 549 c 0\n 298 549 295 549 292 550 c 0\n 260 560 243 563 227 563 c 0\n 190 563 161 525 161 476 c 2\n 161 417 l 1\n 233 417 l 2\n 251 417 260 410 260 397 c 0\n 260 383 251 376 233 376 c 2\n 161 376 l 1\n483 604 m 1\n 483 41 l 1\n 560 41 l 2\n 578 41 587 34 587 21 c 0\n 587 7 578 0 560 0 c 2\n 365 0 l 2\n 347 0 338 7 338 21 c 0\n 338 34 347 41 365 41 c 2\n 442 41 l 1\n 442 563 l 1\n 385 563 l 2\n 367 563 358 570 358 584 c 0\n 358 597 367 604 385 604 c 2\n 483 604 l 1\nEndSplineSet\nLigature: 8 0 'liga' f l\nEndChar\nStartChar: uniFB05\nEncoding: 64261 64261 2517\nWidth: 600\nFlags: HW\nHStem: -16 41<485 502> 0 41<21.4704 115 157 230> 376 41<31 115 277 353 395 520> 563 41<213 230>\nVStem: 115 41<41 376 417 480> 353 41<128 376 417 528>\nFore\n353 376 m 17\n 279 376 l 2\n 260 376 251 383 251 397 c 0\n 251 410 260 417 279 417 c 2\n 353 417 l 1\n 353 524 l 2\n 353 542 360 551 374 551 c 0\n 388 551 394 543 394 524 c 2\n 394 417 l 1\n 518 417 l 2\n 536 417 545 410 545 397 c 0\n 545 383 536 376 518 376 c 2\n 394 376 l 9\n 394 141 l 2\n 394 73 438 25 499 25 c 0\n 511 25 529 27 537 30 c 0\n 562 37 564 38 569 38 c 0\n 579 38 587 29 587 18 c 0\n 587 10 583 4 575 0 c 0\n 557 -9 525 -16 500 -16 c 0\n 418 -16 353 51 353 135 c 2\n 353 376 l 17\n156 476 m 1\n 156 41 l 1\n 228 41 l 2\n 246 41 255 34 255 21 c 0\n 255 7 246 0 228 0 c 2\n 32 0 l 2\n 14 0 5 7 5 21 c 0\n 5 34 14 41 32 41 c 2\n 115 41 l 1\n 115 376 l 1\n 38 376 l 2\n 20 376 11 383 11 397 c 0\n 11 410 20 417 38 417 c 2\n 115 417 l 1\n 115 476 l 2\n 115 547 163 604 222 604 c 0\n 242 604 277 597 297 589 c 0\n 307 585 313 578 313 569 c 0\n 313 558 305 549 294 549 c 0\n 292 549 292 549 281 552 c 0\n 254 560 237 563 223 563 c 0\n 185 563 156 525 156 476 c 1\nEndSplineSet\nMinimumDistance: x9,-1 y4,7 y4,5 x8,11 x8,9 x0,3 x0,1 x30,33 x30,31 x29,26 x29,28 x22,25 x22,23 \nLigature: 8 0 'liga' longs t\nEndChar\nStartChar: uniFB06\nEncoding: 64262 64262 2518\nWidth: 600\nFlags: HW\nHStem: -16 41<443 459> 376 41<219.96 305 347 475>\nVStem: 305 41<128 376 417 544>\nFore\n305 376 m 17\n 231 376 l 2\n 212 376 203 383 203 397 c 0\n 203 410 212 417 231 417 c 2\n 305 417 l 1\n 305 536 l 2\n 305 554 312 563 326 563 c 0\n 340 563 346 555 346 536 c 2\n 346 417 l 1\n 470 417 l 2\n 488 417 497 410 497 397 c 0\n 497 383 488 376 470 376 c 2\n 346 376 l 9\n 346 141 l 2\n 346 73 390 25 451 25 c 0\n 463 25 481 27 489 30 c 0\n 514 37 516 38 521 38 c 0\n 531 38 539 29 539 18 c 0\n 539 10 535 4 527 0 c 0\n 509 -9 477 -16 452 -16 c 0\n 370 -16 305 51 305 135 c 2\n 305 376 l 17\nEndSplineSet\nMinimumDistance: x9,-1 y4,7 y4,5 x8,11 x8,9 x0,3 x0,1 \nLigature: 8 0 'liga' s t\nEndChar\nStartChar: uniFB1D\nEncoding: 64285 64285 2519\nWidth: 600\nFlags: HW\nHStem: 115 59<297 303> 439 41<185 279>\nVStem: 279 41<238 439>\nFore\n300 174 m 0\n 316 174 329 161 329 145 c 0\n 329 128 316 115 300 115 c 0\n 284 115 271 128 271 145 c 0\n 271 161 284 174 300 174 c 0\n320 480 m 1\n 320 240 l 2\n 320 229 311 219 300 219 c 0\n 289 219 279 229 279 240 c 2\n 279 439 l 1\n 190 439 l 2\n 179 439 170 448 170 460 c 0\n 170 471 179 480 190 480 c 2\n 320 480 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y8,5 y8,7 x8,11 x8,9 \nEndChar\nStartChar: uniFB1E\nEncoding: 64286 64286 2520\nWidth: 600\nFlags: HW\nFore\n338 591 m 0\n 355 599 360 607 382 624 c 0\n 391 631 404 629 411 620 c 0\n 417 611 415 598 406 591 c 0\n 390 579 381 566 356 554 c 0\n 338 545 322 540 300 540 c 0\n 278 540 262 545 244 554 c 0\n 219 566 210 579 194 591 c 0\n 185 598 183 611 189 620 c 0\n 196 629 209 631 218 624 c 0\n 240 607 245 599 262 591 c 0\n 279 583 283 581 300 581 c 0\n 317 581 321 583 338 591 c 0\nEndSplineSet\nEndChar\nStartChar: afii57705\nEncoding: 64287 64287 2521\nWidth: 600\nFlags: HW\nHStem: 113 41<249 395> 439 41<105 199 313 410>\nVStem: 199 41<238 439> 409 41<238 439>\nFore\n253 154 m 2\n 388 154 l 2\n 399 154 408 145 408 134 c 0\n 408 122 399 113 388 113 c 2\n 253 113 l 2\n 242 113 232 122 232 134 c 0\n 232 145 242 154 253 154 c 2\n240 480 m 1\n 240 240 l 2\n 240 229 231 219 220 219 c 0\n 209 219 199 229 199 240 c 2\n 199 439 l 1\n 110 439 l 2\n 99 439 90 448 90 460 c 0\n 90 471 99 480 110 480 c 2\n 240 480 l 1\n450 480 m 1\n 450 240 l 2\n 450 229 441 219 430 219 c 0\n 419 219 409 229 409 240 c 2\n 409 439 l 1\n 320 439 l 2\n 309 439 300 448 300 460 c 0\n 300 471 309 480 320 480 c 2\n 450 480 l 1\nEndSplineSet\nMinimumDistance: x14,-1 y18,15 y18,17 y10,7 y10,9 x18,21 x18,19 x10,13 x10,11 \nEndChar\nStartChar: uniFB20\nEncoding: 64288 64288 2522\nWidth: 600\nFlags: HW\nHStem: 0 41<75 239 280 349> 439 41<75 173 408 496>\nDStem: 173 439 208 480 239 41 281 41 496 439 543 480 462 169 503 164\nFore\n239 41 m 1\n 173 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 208 480 l 1\n 281 41 l 1\n 337 41 l 2\n 383 42 402 44 432 72 c 0\n 446 84 458 126 462 169 c 1\n 496 439 l 1\n 410 439 l 2\n 398 439 389 448 389 460 c 0\n 389 471 398 480 410 480 c 2\n 543 480 l 1\n 503 164 l 1\n 497 118 490 72 460 42 c 0\n 423 6 383 -1 337 0 c 2\n 80 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 80 41 c 2\n 239 41 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uniFB21\nEncoding: 64289 64289 2523\nWidth: 600\nFlags: HW\nHStem: 0 41<101 156> 439 41<443 499>\nVStem: 60 41<40 177> 60 114<15 22> 499 41<303 439>\nDStem: 66 445 95 474 190 321 378 191 222 289 95 474 505 6 378 191 222 289 410 159 505 6 534 35\nFore\n378 191 m 1\n 446 217 500 249 499 313 c 1\n 499 439 l 1\n 446 439 l 2\n 435 439 426 448 426 459 c 0\n 426 471 435 480 446 480 c 2\n 540 480 l 1\n 540 313 l 1\n 539 228 474 186 410 159 c 1\n 534 35 l 2\n 542 27 542 14 534 6 c 0\n 526 -2 513 -2 505 6 c 2\n 222 289 l 1\n 151 263 101 230 101 167 c 2\n 101 41 l 1\n 154 41 l 2\n 165 41 174 32 174 20 c 0\n 174 9 165 0 154 0 c 2\n 60 0 l 1\n 60 167 l 2\n 60 250 123 294 190 321 c 1\n 66 445 l 2\n 58 453 58 466 66 474 c 0\n 74 482 87 482 95 474 c 2\n 378 191 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x2,5 x2,3 x14,17 x14,15 \nEndChar\nStartChar: uniFB22\nEncoding: 64290 64290 2524\nWidth: 600\nFlags: HW\nHStem: 439 41<75 389 429 525>\nVStem: 389 41<15 439>\nFore\n389 439 m 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 519 480 l 2\n 531 480 540 471 540 460 c 0\n 540 448 531 439 519 439 c 2\n 430 439 l 1\n 430 20 l 2\n 430 9 421 0 410 0 c 0\n 398 0 389 9 389 20 c 2\n 389 439 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y0,8 y0,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: uniFB23\nEncoding: 64291 64291 2525\nWidth: 600\nFlags: HW\nHStem: 439 41<75 397>\nVStem: 95 41<15 279> 499 41<15 337>\nFore\n95 21 m 2\n 95 277 l 2\n 95 288 104 297 115 297 c 0\n 127 297 136 288 136 277 c 2\n 136 21 l 2\n 136 10 127 1 115 1 c 0\n 104 1 95 10 95 21 c 2\n540 313 m 2\n 540 20 l 2\n 540 9 531 0 519 0 c 0\n 508 0 499 9 499 20 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 439 436 421 438 373 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 421 481 461 475 497 437 c 1\n 535 400 540 358 540 313 c 2\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uniFB24\nEncoding: 64292 64292 2526\nWidth: 600\nFlags: HW\nHStem: 0 41<74 348> 439 41<74 348>\nVStem: 458 41<143 337>\nFore\n332 0 m 2\n 80 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 80 41 c 2\n 332 41 l 2\n 378 42 399 44 427 72 c 0\n 455 100 457 121 458 167 c 1\n 458 313 l 1\n 457 357 455 380 427 408 c 0\n 399 436 378 438 332 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 332 480 l 2\n 378 481 420 475 456 437 c 1\n 494 400 499 357 499 313 c 2\n 499 167 l 2\n 499 121 494 79 456 43 c 1\n 419 5 378 -1 332 0 c 2\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uniFB25\nEncoding: 64293 64293 2527\nWidth: 600\nFlags: HW\nHStem: 439 41<99 498> 439 178<74 81>\nVStem: 60 41<478 598> 499 41<303 439>\nDStem: 468 254 497 225 249 35 278 6\nFore\n497 225 m 2\n 278 6 l 2\n 270 -2 257 -2 249 6 c 0\n 241 14 241 27 249 35 c 2\n 468 254 l 2\n 488.527 274.527 499 284.028 499 313 c 2\n 499 439 l 1\n 60 439 l 1\n 60 597 l 1\n 60 608 69 617 80 617 c 0\n 92 617 101 608 101 597 c 2\n 101 480 l 1\n 540 480 l 1\n 540 313 l 1\n 540 271.985 519.15 247.15 497 225 c 2\nEndSplineSet\nMinimumDistance: x12,-1 y11,8 y11,10 \nEndChar\nStartChar: uniFB26\nEncoding: 64294 64294 2528\nWidth: 600\nFlags: HW\nHStem: 0 41<138 499> 439 41<75 214 271 397>\nVStem: 97 41<41 277> 499 41<41 337>\nDStem: 214 439 272 439 139 364 168 335\nFore\n272 439 m 1\n 168 335 l 2\n 155 322 152 319 145 304 c 0\n 138 290 138 291 138 277 c 2\n 138 41 l 1\n 499 41 l 1\n 499 313 l 1\n 498 359 496 380 468 408 c 0\n 440 436 419 438 373 439 c 2\n 272 439 l 1\n214 439 m 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 419 481 460 475 497 437 c 1\n 535 400 540 359 540 313 c 2\n 540 0 l 1\n 97 0 l 1\n 97 277 l 1\n 96 295 101 309 108 322 c 0\n 116 341 127 352 139 364 c 2\n 214 439 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uniFB27\nEncoding: 64295 64295 2529\nWidth: 600\nFlags: HW\nHStem: 439 41<75 397>\nVStem: 499 41<15 337>\nFore\n540 313 m 1\n 540 20 l 2\n 540 9 531 0 519 0 c 0\n 508 0 499 9 499 20 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 439 436 421 438 373 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 421 481 461 475 497 437 c 1\n 535 400 540 358 540 313 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB28\nEncoding: 64296 64296 2530\nWidth: 600\nFlags: HW\nHStem: 0 41<38 80> 439 41<78 170 210 392>\nVStem: 170 41<129 439> 499 41<15 337>\nFore\n211 439 m 1\n 211 130 l 2\n 211 94 207 62 177 33 c 1\n 149 4 116 -1 80 0 c 2\n 44 0 l 2\n 33 0 23 9 23 20 c 0\n 23 32 33 41 44 41 c 2\n 80 41 l 2\n 116 42 128 43 148 62 c 1\n 168 83 169 94 170 130 c 1\n 170 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 1\n 373 480 l 1\n 420 481 461 475 497 437 c 1\n 535 401 541 362 540 313 c 1\n 540 20 l 2\n 540 9 531 0 519 0 c 0\n 508 0 499 9 499 20 c 2\n 499 313 l 1\n 498 362 496 379 468 408 c 0\n 440 436 420 438 373 439 c 2\n 211 439 l 1\nEndSplineSet\nMinimumDistance: x16,-1 x10,13 x10,11 \nEndChar\nStartChar: uniFB29\nEncoding: 64297 64297 2531\nWidth: 600\nFlags: HW\nHStem: 261 41<88.4704 279 319 505>\nVStem: 279 41<301 506>\nFore\n99 261 m 2\n 81 261 72 268 72 282 c 0\n 72 295 81 302 99 302 c 2\n 279 302 l 1\n 279 503 l 2\n 279 521 286 530 300 530 c 0\n 313 530 320 521 320 503 c 2\n 320 302 l 1\n 500 302 l 2\n 519 302 528 295 528 282 c 0\n 528 268 519 261 500 261 c 2\n 99 261 l 2\nEndSplineSet\nMinimumDistance: x8,-1 y3,6 y3,4 x7,10 x7,8 x3,0 x3,2 \nEndChar\nStartChar: afii57694\nEncoding: 64298 64298 2532\nWidth: 600\nFlags: HW\nHStem: 0 41<92 242 283 388> 439 41<92 147 258 292 332 357 472 524> 540 59<546 552>\nVStem: 51 41<41 439> 51 114<458 465> 243 132<458 465> 519 59<567 577>\nDStem: 292 439 333 439 242 41 283 41 524 439 570 480 490 169 531 164\nFore\n549 599 m 0\n 565 599 578 586 578 569 c 0\n 578 553 565 540 549 540 c 0\n 532 540 519 553 519 569 c 0\n 519 586 532 599 549 599 c 0\n263 480 m 2\n 355 480 l 2\n 366 480 375 471 375 460 c 0\n 375 448 366 439 355 439 c 2\n 333 439 l 1\n 283 41 l 1\n 364 41 l 2\n 409 41 431 44 459 72 c 1\n 476 87 485 125 490 169 c 1\n 524 439 l 1\n 474 439 l 2\n 462 439 453 448 453 460 c 0\n 453 471 462 480 474 480 c 2\n 570 480 l 1\n 531 164 l 1\n 525 119 518 73 488 43 c 0\n 451 5 409 0 364 0 c 2\n 51 0 l 1\n 51 480 l 1\n 145 480 l 2\n 156 480 165 471 165 460 c 0\n 165 448 156 439 145 439 c 2\n 92 439 l 1\n 92 41 l 1\n 242 41 l 1\n 292 439 l 1\n 263 439 l 2\n 252 439 243 448 243 460 c 0\n 243 471 252 480 263 480 c 2\nEndSplineSet\nMinimumDistance: x1,-1 x26,23 x26,25 \nEndChar\nStartChar: afii57695\nEncoding: 64299 64299 2533\nWidth: 600\nFlags: HW\nHStem: 0 41<92 242 283 386> 439 41<92 147 256 292 332 358 472 524> 540 59<77 81>\nVStem: 51 41<41 439> 51 114<458 465> 243 132<458 465>\nDStem: 292 439 333 439 242 41 283 41 524 439 570 480 490 169 531 164\nFore\n79 599 m 0\n 95 599 108 586 108 569 c 0\n 108 553 95 540 79 540 c 0\n 62 540 49 553 49 569 c 0\n 49 586 62 599 79 599 c 0\n263 480 m 2\n 355 480 l 2\n 366 480 375 471 375 460 c 0\n 375 448 366 439 355 439 c 2\n 333 439 l 1\n 283 41 l 1\n 364 41 l 2\n 409 41 431 44 459 72 c 1\n 476 87 485 125 490 169 c 1\n 524 439 l 1\n 474 439 l 2\n 462 439 453 448 453 460 c 0\n 453 471 462 480 474 480 c 2\n 570 480 l 1\n 531 164 l 1\n 525 119 518 73 488 43 c 0\n 451 5 409 0 364 0 c 2\n 51 0 l 1\n 51 480 l 1\n 145 480 l 2\n 156 480 165 471 165 460 c 0\n 165 448 156 439 145 439 c 2\n 92 439 l 1\n 92 41 l 1\n 242 41 l 1\n 292 439 l 1\n 263 439 l 2\n 252 439 243 448 243 460 c 0\n 243 471 252 480 263 480 c 2\nEndSplineSet\nMinimumDistance: x17,-1 x26,23 x26,25 \nEndChar\nStartChar: uniFB2C\nEncoding: 64300 64300 2534\nWidth: 600\nFlags: HW\nHStem: 0 41<92 242 283 388> 211 59<402 408> 439 41<92 147 258 292 332 357 472 524> 540 59<546 552>\nVStem: 51 41<41 439> 51 114<458 465> 243 132<458 465> 377 58<239 243> 519 59<567 577>\nDStem: 292 439 333 439 242 41 283 41 524 439 570 480 490 169 531 164\nFore\n549 599 m 0\n 565 599 578 586 578 569 c 0\n 578 553 565 540 549 540 c 0\n 532 540 519 553 519 569 c 0\n 519 586 532 599 549 599 c 0\n263 480 m 2\n 355 480 l 2\n 366 480 375 471 375 460 c 0\n 375 448 366 439 355 439 c 2\n 333 439 l 1\n 283 41 l 1\n 364 41 l 2\n 409 41 431 44 459 72 c 1\n 476 87 485 125 490 169 c 1\n 524 439 l 1\n 474 439 l 2\n 462 439 453 448 453 460 c 0\n 453 471 462 480 474 480 c 2\n 570 480 l 1\n 531 164 l 1\n 525 119 518 73 488 43 c 0\n 451 5 409 0 364 0 c 2\n 51 0 l 1\n 51 480 l 1\n 145 480 l 2\n 156 480 165 471 165 460 c 0\n 165 448 156 439 145 439 c 2\n 92 439 l 1\n 92 41 l 1\n 242 41 l 1\n 292 439 l 1\n 263 439 l 2\n 252 439 243 448 243 460 c 0\n 243 471 252 480 263 480 c 2\n406 270 m 0\n 422 270 435 257 435 241 c 0\n 435 224 422 211 406 211 c 0\n 390 211 377 224 377 241 c 0\n 377 257 390 270 406 270 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x26,23 x26,25 \nEndChar\nStartChar: uniFB2D\nEncoding: 64301 64301 2535\nWidth: 600\nFlags: HW\nHStem: 0 41<92 242 283 386> 211 59<400 408> 439 41<92 147 256 292 332 358 472 524> 540 59<77 81>\nVStem: 51 41<41 439> 51 114<458 465> 243 132<458 465> 377 58<239 243>\nDStem: 292 439 333 439 242 41 283 41 524 439 570 480 490 169 531 164\nFore\n79 599 m 0\n 95 599 108 586 108 569 c 0\n 108 553 95 540 79 540 c 0\n 62 540 49 553 49 569 c 0\n 49 586 62 599 79 599 c 0\n263 480 m 2\n 355 480 l 2\n 366 480 375 471 375 460 c 0\n 375 448 366 439 355 439 c 2\n 333 439 l 1\n 283 41 l 1\n 364 41 l 2\n 409 41 431 44 459 72 c 1\n 476 87 485 125 490 169 c 1\n 524 439 l 1\n 474 439 l 2\n 462 439 453 448 453 460 c 0\n 453 471 462 480 474 480 c 2\n 570 480 l 1\n 531 164 l 1\n 525 119 518 73 488 43 c 0\n 451 5 409 0 364 0 c 2\n 51 0 l 1\n 51 480 l 1\n 145 480 l 2\n 156 480 165 471 165 460 c 0\n 165 448 156 439 145 439 c 2\n 92 439 l 1\n 92 41 l 1\n 242 41 l 1\n 292 439 l 1\n 263 439 l 2\n 252 439 243 448 243 460 c 0\n 243 471 252 480 263 480 c 2\n406 270 m 0\n 422 270 435 257 435 241 c 0\n 435 224 422 211 406 211 c 0\n 390 211 377 224 377 241 c 0\n 377 257 390 270 406 270 c 0\nEndSplineSet\nMinimumDistance: x17,-1 x26,23 x26,25 \nEndChar\nStartChar: uniFB2E\nEncoding: 64302 64302 2536\nWidth: 600\nFlags: HW\nHStem: -101 41<231 370> 0 41<101 156> 439 41<443 499>\nVStem: 60 41<40 172> 60 114<18 22> 212 176<-86 -78> 499 41<298 439>\nDStem: 66 445 95 474 190 321 378 191 222 289 95 474 505 6 378 191 222 289 410 159 505 6 534 35\nFore\n233 -60 m 2\n 368 -60 l 2\n 379 -60 388 -69 388 -80 c 0\n 388 -92 379 -101 368 -101 c 2\n 233 -101 l 2\n 222 -101 212 -92 212 -80 c 0\n 212 -69 222 -60 233 -60 c 2\n378 191 m 1\n 446 217 500 249 499 313 c 1\n 499 439 l 1\n 446 439 l 2\n 435 439 426 448 426 459 c 0\n 426 471 435 480 446 480 c 2\n 540 480 l 1\n 540 313 l 1\n 539 228 474 186 410 159 c 1\n 534 35 l 2\n 542 27 542 14 534 6 c 0\n 526 -2 513 -2 505 6 c 2\n 222 289 l 1\n 151 263 101 230 101 167 c 2\n 101 41 l 1\n 154 41 l 2\n 165 41 174 32 174 20 c 0\n 174 9 165 0 154 0 c 2\n 60 0 l 1\n 60 167 l 2\n 60 250 123 294 190 321 c 1\n 66 445 l 2\n 58 453 58 466 66 474 c 0\n 74 482 87 482 95 474 c 2\n 378 191 l 1\nEndSplineSet\nMinimumDistance: x12,-1 x8,11 x8,9 x20,23 x20,21 \nEndChar\nStartChar: uniFB2F\nEncoding: 64303 64303 2537\nWidth: 600\nFlags: HW\nHStem: -101 41<231 279 319 370> 0 41<101 156> 439 41<443 499>\nVStem: 60 41<40 181> 60 114<18 22> 279 41<-205 -101> 499 41<307 439>\nDStem: 66 445 95 474 190 321 378 191 222 289 95 474 505 6 378 191 222 289 410 159 505 6 534 35\nFore\n279 -101 m 1\n 233 -101 l 2\n 222 -101 212 -92 212 -80 c 0\n 212 -69 222 -60 233 -60 c 2\n 368 -60 l 2\n 380 -60 389 -69 389 -80 c 0\n 389 -92 380 -101 368 -101 c 2\n 320 -101 l 1\n 320 -200 l 2\n 320 -211 311 -220 300 -220 c 0\n 288 -220 279 -211 279 -200 c 2\n 279 -101 l 1\n378 191 m 1\n 446 217 500 249 499 313 c 1\n 499 439 l 1\n 446 439 l 2\n 435 439 426 448 426 459 c 0\n 426 471 435 480 446 480 c 2\n 540 480 l 1\n 540 313 l 1\n 539 228 474 186 410 159 c 1\n 534 35 l 2\n 542 27 542 14 534 6 c 0\n 526 -2 513 -2 505 6 c 2\n 222 289 l 1\n 151 263 101 230 101 167 c 2\n 101 41 l 1\n 154 41 l 2\n 165 41 174 32 174 20 c 0\n 174 9 165 0 154 0 c 2\n 60 0 l 1\n 60 167 l 2\n 60 250 123 294 190 321 c 1\n 66 445 l 2\n 58 453 58 466 66 474 c 0\n 74 482 87 482 95 474 c 2\n 378 191 l 1\nEndSplineSet\nMinimumDistance: x17,-1 y0,8 y0,10 x13,16 x13,14 x7,4 x7,6 x0,3 x0,1 x25,28 x25,26 \nEndChar\nStartChar: uniFB30\nEncoding: 64304 64304 2538\nWidth: 600\nFlags: HW\nHStem: 0 41<101 156> 95 59<250 254> 439 41<443 499>\nVStem: 60 41<40 177> 60 114<15 22> 223 58<123 129> 499 41<303 439>\nDStem: 66 445 95 474 190 321 378 191 222 289 95 474 505 6 378 191 222 289 410 159 505 6 534 35\nFore\n378 191 m 1\n 446 217 500 249 499 313 c 1\n 499 439 l 1\n 446 439 l 2\n 435 439 426 448 426 459 c 0\n 426 471 435 480 446 480 c 2\n 540 480 l 1\n 540 313 l 1\n 539 228 474 186 410 159 c 1\n 534 35 l 2\n 542 27 542 14 534 6 c 0\n 526 -2 513 -2 505 6 c 2\n 222 289 l 1\n 151 263 101 230 101 167 c 2\n 101 41 l 1\n 154 41 l 2\n 165 41 174 32 174 20 c 0\n 174 9 165 0 154 0 c 2\n 60 0 l 1\n 60 167 l 2\n 60 250 123 294 190 321 c 1\n 66 445 l 2\n 58 453 58 466 66 474 c 0\n 74 482 87 482 95 474 c 2\n 378 191 l 1\n252 154 m 0\n 268 154 281 141 281 125 c 0\n 281 108 268 95 252 95 c 0\n 236 95 223 108 223 125 c 0\n 223 141 236 154 252 154 c 0\nEndSplineSet\nMinimumDistance: x6,-1 x2,5 x2,3 x14,17 x14,15 \nEndChar\nStartChar: uniFB31\nEncoding: 64305 64305 2539\nWidth: 600\nFlags: HW\nHStem: 0 41<75 408 449 542> 211 59<298 302> 439 41<75 302>\nVStem: 271 58<239 243> 409 41<40 337>\nFore\n409 41 m 1\n 409 313 l 2\n 409 358 406 380 379 408 c 1\n 350 436 328 439 283 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 283 480 l 2\n 328 480 371 475 408 437 c 0\n 445 400 451 358 450 313 c 1\n 450 41 l 1\n 540 41 l 2\n 551 41 560 32 560 20 c 0\n 560 9 551 0 540 0 c 2\n 80 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 80 41 c 2\n 409 41 l 1\n300 270 m 0\n 316 270 329 257 329 241 c 0\n 329 224 316 211 300 211 c 0\n 284 211 271 224 271 241 c 0\n 271 257 284 270 300 270 c 0\nEndSplineSet\nMinimumDistance: x11,-1 x10,13 x10,11 x0,14 x0,16 \nEndChar\nStartChar: uniFB32\nEncoding: 64306 64306 2540\nWidth: 600\nFlags: HW\nHStem: 261 59<298 302> 439 41<187 277>\nVStem: 271 58<286 293> 389 41<184 336>\nDStem: 394.812 144.703 429.812 168.703 425.812 15.7031 465.812 24.7031\nFore\n389 185 m 1\n 389 313 l 2\n 389 360 386 380 359 408 c 1\n 329 436 312 438 263 439 c 2\n 190 439 l 2\n 179 439 170 448 170 460 c 0\n 170 471 179 480 190 480 c 2\n 263 480 l 2\n 312 481 351 475 388 437 c 1\n 425 401 431 360 430 313 c 1\n 430 169 l 1\n 466 25 l 2\n 469 14 462 3 451 1 c 0\n 440 -2 429 5 426 16 c 1\n 395 145 l 1\n 366 141 307 132 273 112 c 0\n 226 86 170 9 170 9 c 1\n 164 -1 151 -3 142 4 c 0\n 133 10 130 23 137 32 c 0\n 138 33 193 113 253 148 c 0\n 297 172 358 182 389 185 c 1\n300 320 m 0\n 316 320 329 307 329 291 c 0\n 329 274 316 261 300 261 c 0\n 284 261 271 274 271 291 c 0\n 271 307 284 320 300 320 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uniFB33\nEncoding: 64307 64307 2541\nWidth: 600\nFlags: HW\nHStem: 211 59<298 302> 439 41<75 389 429 525>\nVStem: 271 58<239 243> 389 41<15 439>\nFore\n389 439 m 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 519 480 l 2\n 531 480 540 471 540 460 c 0\n 540 448 531 439 519 439 c 2\n 430 439 l 1\n 430 20 l 2\n 430 9 421 0 410 0 c 0\n 398 0 389 9 389 20 c 2\n 389 439 l 1\n300 270 m 0\n 316 270 329 257 329 241 c 0\n 329 224 316 211 300 211 c 0\n 284 211 271 224 271 241 c 0\n 271 257 284 270 300 270 c 0\nEndSplineSet\nMinimumDistance: x4,-1 y0,8 y0,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: uniFB34\nEncoding: 64308 64308 2542\nWidth: 600\nFlags: HW\nHStem: 211 59<314 318> 439 41<75 397>\nVStem: 95 41<15 279> 287 58<239 243> 499 41<15 337>\nFore\n95 21 m 2\n 95 277 l 2\n 95 288 104 297 115 297 c 0\n 127 297 136 288 136 277 c 2\n 136 21 l 2\n 136 10 127 1 115 1 c 0\n 104 1 95 10 95 21 c 2\n540 313 m 2\n 540 20 l 2\n 540 9 531 0 519 0 c 0\n 508 0 499 9 499 20 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 439 436 421 438 373 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 421 481 461 475 497 437 c 1\n 535 400 540 358 540 313 c 2\n316 270 m 0\n 332 270 345 257 345 241 c 0\n 345 224 332 211 316 211 c 0\n 300 211 287 224 287 241 c 0\n 287 257 300 270 316 270 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57723\nEncoding: 64309 64309 2543\nWidth: 600\nFlags: HW\nHStem: 211 59<201 210> 439 41<185 279>\nVStem: 179 58<239 243> 279 41<15 439>\nFore\n208 270 m 0\n 224 270 237 257 237 241 c 0\n 237 224 224 211 208 211 c 0\n 192 211 179 224 179 241 c 0\n 179 257 192 270 208 270 c 0\n320 480 m 1\n 320 20 l 2\n 320 9 311 0 300 0 c 0\n 289 0 279 9 279 20 c 2\n 279 439 l 1\n 190 439 l 2\n 179 439 170 448 170 460 c 0\n 170 471 179 480 190 480 c 2\n 320 480 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y8,5 y8,7 x8,11 x8,9 \nEndChar\nStartChar: uniFB36\nEncoding: 64310 64310 2544\nWidth: 600\nFlags: HW\nHStem: 211 59<204 214> 439 41<148 280 319 448>\nVStem: 177 58<239 243> 279 41<15 439>\nFore\n206 270 m 0\n 222 270 235 257 235 241 c 0\n 235 224 222 211 206 211 c 0\n 190 211 177 224 177 241 c 0\n 177 257 190 270 206 270 c 0\n279 439 m 1\n 154 439 l 2\n 142 439 133 448 133 460 c 0\n 133 471 142 480 154 480 c 2\n 446 480 l 2\n 458 480 467 471 467 460 c 0\n 467 448 458 439 446 439 c 2\n 320 439 l 1\n 320 20 l 2\n 320 9 311 0 300 0 c 0\n 289 0 279 9 279 20 c 2\n 279 439 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y4,12 y4,14 x11,8 x11,10 x4,7 x4,5 \nEndChar\nStartChar: uniFB38\nEncoding: 64312 64312 2545\nWidth: 600\nFlags: HW\nHStem: 0 41<245 391> 175 59<325 334> 439 41<37 96 399 494>\nVStem: 96 41<143 439> 303 58<203 209> 494 41<143 439>\nDStem: 379 480 400 439 253 325 285 301\nFore\n332 234 m 0\n 348 234 361 221 361 205 c 0\n 361 188 348 175 332 175 c 0\n 316 175 303 188 303 205 c 0\n 303 221 316 234 332 234 c 0\n400 439 m 1\n 285 301 l 1\n 279 292 266 290 257 297 c 0\n 248 303 246 316 253 325 c 2\n 379 480 l 1\n 535 480 l 1\n 535 167 l 2\n 535 121 530 79 492 43 c 1\n 455 5 413 0 368 0 c 2\n 262 0 l 2\n 215 -1 175 5 138 43 c 1\n 100 79 95 121 96 167 c 1\n 96 439 l 1\n 43 439 l 2\n 32 439 22 448 22 460 c 0\n 22 471 32 480 43 480 c 1\n 137 480 l 1\n 137 167 l 1\n 137 121 139 100 167 72 c 0\n 196 44 215 42 262 41 c 2\n 368 41 l 2\n 412 41 435 44 463 72 c 0\n 491 100 493 121 494 167 c 1\n 494 439 l 1\n 400 439 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x16,19 x16,17 \nEndChar\nStartChar: uniFB39\nEncoding: 64313 64313 2546\nWidth: 600\nFlags: HW\nHStem: 299 59<188 196> 439 41<188 279>\nVStem: 163 58<327 331> 279 41<234 439>\nFore\n192 358 m 0\n 208 358 221 345 221 329 c 0\n 221 312 208 299 192 299 c 0\n 176 299 163 312 163 329 c 0\n 163 345 176 358 192 358 c 0\n320 480 m 1\n 320 240 l 2\n 320 229 311 219 300 219 c 0\n 289 219 279 229 279 240 c 2\n 279 439 l 1\n 190 439 l 2\n 179 439 170 448 170 460 c 0\n 170 471 179 480 190 480 c 2\n 320 480 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y8,5 y8,7 x8,11 x8,9 \nEndChar\nStartChar: uniFB3A\nEncoding: 64314 64314 2547\nWidth: 600\nFlags: HW\nHStem: 211 59<298 302> 439 41<75 349>\nVStem: 271 58<239 246> 458 41<-204 326>\nFore\n499 313 m 1\n 499 -199 l 2\n 499 -210 490 -219 478 -219 c 0\n 467 -219 458 -210 458 -199 c 2\n 458 313 l 1\n 457 360 455 380 427 408 c 0\n 399 436 379 438 332 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 332 480 l 2\n 379 481 420 475 456 437 c 1\n 494 401 499 360 499 313 c 1\n300 270 m 0\n 316 270 329 257 329 241 c 0\n 329 224 316 211 300 211 c 0\n 284 211 271 224 271 241 c 0\n 271 257 284 270 300 270 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB3B\nEncoding: 64315 64315 2548\nWidth: 600\nFlags: HW\nHStem: 0 41<74 348> 211 59<298 302> 439 41<74 348>\nVStem: 271 58<239 243> 458 41<143 337>\nFore\n332 0 m 2\n 80 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 80 41 c 2\n 332 41 l 2\n 378 42 399 44 427 72 c 0\n 455 100 457 121 458 167 c 1\n 458 313 l 1\n 457 357 455 380 427 408 c 0\n 399 436 378 438 332 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 332 480 l 2\n 378 481 420 475 456 437 c 1\n 494 400 499 357 499 313 c 2\n 499 167 l 2\n 499 121 494 79 456 43 c 1\n 419 5 378 -1 332 0 c 2\n300 270 m 0\n 316 270 329 257 329 241 c 0\n 329 224 316 211 300 211 c 0\n 284 211 271 224 271 241 c 0\n 271 257 284 270 300 270 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uniFB3C\nEncoding: 64316 64316 2549\nWidth: 600\nFlags: HW\nHStem: 259 59<306 316> 439 41<99 498> 439 178<74 81>\nVStem: 60 41<478 598> 279 58<283 291> 499 41<303 439>\nDStem: 468 254 497 225 249 35 278 6\nFore\n497 225 m 2\n 278 6 l 2\n 270 -2 257 -2 249 6 c 0\n 241 14 241 27 249 35 c 2\n 468 254 l 2\n 488.527 274.527 499 284.028 499 313 c 2\n 499 439 l 1\n 60 439 l 1\n 60 597 l 1\n 60 608 69 617 80 617 c 0\n 92 617 101 608 101 597 c 2\n 101 480 l 1\n 540 480 l 1\n 540 313 l 1\n 540 271.985 519.15 247.15 497 225 c 2\n308 318 m 0\n 324 318 337 305 337 289 c 0\n 337 272 324 259 308 259 c 0\n 292 259 279 272 279 289 c 0\n 279 305 292 318 308 318 c 0\nEndSplineSet\nMinimumDistance: x12,-1 y11,8 y11,10 \nEndChar\nStartChar: uniFB3E\nEncoding: 64318 64318 2550\nWidth: 600\nFlags: HW\nHStem: 0 41<261 499> 211 59<315 324> 439 41<75 97 271 397>\nVStem: 97 41<15 274 363 439> 293 58<239 243> 499 41<40 337>\nDStem: 263 480 272 439 139 364 168 335\nFore\n138 363 m 1\n 263 480 l 1\n 360.561 475.77 441.009 498.752 497 437 c 1\n 535 401 540 360 540 313 c 2\n 540 0 l 1\n 263 0 l 2\n 252 0 243 9 243 20 c 0\n 243 32 252 41 263 41 c 2\n 499 41 l 1\n 499 313 l 1\n 498 360 496 380 468 408 c 0\n 440 436 420 438 373 439 c 2\n 272 439 l 1\n 168 335 l 2\n 153 320 152 319 145 304 c 0\n 140 296 141 290 138 274 c 1\n 138 20 l 2\n 138 9 128 0 117 0 c 0\n 106 0 97 9 97 20 c 1\n 97 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 1\n 138 480 l 1\n 138 363 l 1\n322 270 m 0\n 338 270 351 257 351 241 c 0\n 351 224 338 211 322 211 c 0\n 306 211 293 224 293 241 c 0\n 293 257 306 270 322 270 c 0\nEndSplineSet\nMinimumDistance: x3,-1 x8,5 x8,7 x19,22 x19,20 \nEndChar\nStartChar: uniFB40\nEncoding: 64320 64320 2551\nWidth: 600\nFlags: HW\nHStem: 0 41<148 388> 211 59<292 302> 439 41<225 278>\nVStem: 271 58<239 243> 389 41<40 337>\nFore\n300 270 m 0\n 316 270 329 257 329 241 c 0\n 329 224 316 211 300 211 c 0\n 284 211 271 224 271 241 c 0\n 271 257 284 270 300 270 c 0\n430 0 m 1\n 154 0 l 1\n 142 0 133 9 133 20 c 0\n 133 32 142 41 154 41 c 2\n 389 41 l 1\n 389 313 l 2\n 389 359 386 380 359 408 c 1\n 330 436 310 438 263 439 c 2\n 227 439 l 2\n 215 439 206 448 206 460 c 0\n 206 471 215 480 227 480 c 2\n 263 480 l 2\n 310 481 351 475 388 437 c 0\n 425 400 431 359 430 313 c 1\n 430 0 l 1\nEndSplineSet\nMinimumDistance: x17,-1 x8,5 x8,7 \nEndChar\nStartChar: uniFB41\nEncoding: 64321 64321 2552\nWidth: 600\nFlags: HW\nHStem: 0 41<235 395> 211 59<315 321> 439 41<75 214 271 397>\nVStem: 97 41<143 277> 289 58<239 243> 499 41<165 337>\nDStem: 214 439 272 439 139 364 168 335 468 114 497 85 395 41 417 6\nFore\n272 439 m 1\n 168 335 l 2\n 155 322 152 319 145 304 c 0\n 139 291 138 290 138 277 c 2\n 138 167 l 2\n 138 121 140 100 168 72 c 0\n 197 44 218 41 263 41 c 2\n 395 41 l 1\n 468 114 l 2\n 483 129 484 130 492 145 c 0\n 498 159 499 160 499 173 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 440 436 419 438 373 439 c 2\n 272 439 l 1\n214 439 m 1\n 80 439 l 2\n 69 439 60 448 60 459 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 419 480 460 475 497 437 c 1\n 535 400 540 358 540 313 c 2\n 540 173 l 2\n 540 155 536 141 529 128 c 0\n 520 109 512 99 497 85 c 2\n 417 6 l 1\n 413.977 2.35596 410.844 -1.17722 403 0 c 1\n 263 0 l 2\n 218 -1 176 5 139 43 c 1\n 77.3758 100.397 101.83 179.364 97 277 c 1\n 94.787 314.621 119.954 344.954 139 364 c 2\n 214 439 l 1\n318 270 m 0\n 334 270 347 257 347 241 c 0\n 347 224 334 211 318 211 c 0\n 302 211 289 224 289 241 c 0\n 289 257 302 270 318 270 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uniFB43\nEncoding: 64323 64323 2553\nWidth: 600\nFlags: HW\nHStem: 219 41<138 302> 255 59<395 404> 439 41<75 214 271 397>\nVStem: 373 58<277 287> 499 41<-204 337>\nDStem: 214 439 272 439 139 364 168 335\nFore\n272 439 m 1\n 168 335 l 2\n 151.923 318.923 138 301.921 138 277 c 2\n 138 260 l 1\n 300 260 l 2\n 311 260 320 251 320 240 c 0\n 320 229 311 219 300 219 c 1\n 97 219 l 1\n 97 277 l 1\n 94.787 314.621 119.954 344.954 139 364 c 2\n 214 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 420 481 461 475 497 437 c 1\n 535 400 540 358 540 313 c 2\n 540 -199 l 2\n 540 -210 531 -219 519 -219 c 0\n 508 -219 499 -210 499 -199 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 440 436 420 438 373 439 c 2\n 272 439 l 1\n402 314 m 0\n 418 314 431 301 431 285 c 0\n 431 268 418 255 402 255 c 0\n 386 255 373 268 373 285 c 0\n 373 301 386 314 402 314 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uniFB44\nEncoding: 64324 64324 2554\nWidth: 600\nFlags: HW\nHStem: 0 41<75 402> 219 41<138 302> 263 59<395 404> 439 41<75 214 271 397>\nVStem: 373 58<287 295> 499 41<143 337>\nDStem: 214 439 272 439 139 364 168 335\nFore\n272 439 m 1\n 168 335 l 2\n 157 323 152 318 145 304 c 0\n 138 290 138 291 138 277 c 2\n 138 260 l 1\n 300 260 l 2\n 311 260 320 251 320 240 c 0\n 320 229 311 219 300 219 c 1\n 97 219 l 1\n 97 277 l 1\n 96 295 101 309 108 322 c 0\n 117 341 127 353 139 364 c 2\n 214 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 420 481 461 475 497 437 c 1\n 535 400 540 359 540 313 c 2\n 540 167 l 2\n 540 122 535 80 497 43 c 1\n 460 5 418 0 373 0 c 2\n 81 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 81 41 c 2\n 373 41 l 2\n 418 41 440 44 468 72 c 0\n 496 100 498 122 499 167 c 1\n 499 313 l 1\n 498 359 496 380 468 408 c 0\n 440 436 420 438 373 439 c 2\n 272 439 l 1\n402 322 m 0\n 418 322 431 309 431 293 c 0\n 431 276 418 263 402 263 c 0\n 386 263 373 276 373 293 c 0\n 373 309 386 322 402 322 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uniFB46\nEncoding: 64326 64326 2555\nWidth: 600\nFlags: HW\nHStem: 0 41<65 489> 141 59<209 216> 439 41<65 160 398 489>\nVStem: 50 151<458 465> 185 58<169 177> 489 41<40 67 413 439>\nDStem: 160 405 201 413 489 67 337 277 160 405 366 248 489 67 530 84 489 414 530 395 337 277 366 248\nFore\n214 200 m 0\n 230 200 243 187 243 171 c 0\n 243 154 230 141 214 141 c 0\n 198 141 185 154 185 171 c 0\n 185 187 198 200 214 200 c 0\n337 277 m 1\n 489 414 l 1\n 489 439 l 1\n 400 439 l 2\n 388 439 379 448 379 460 c 0\n 379 471 388 480 400 480 c 2\n 530 480 l 1\n 530 395 l 1\n 366 248 l 1\n 530 84 l 1\n 530 0 l 1\n 71 0 l 2\n 59 0 50 9 50 20 c 0\n 50 32 59 41 71 41 c 2\n 489 41 l 1\n 489 67 l 1\n 160 405 l 1\n 160 439 l 1\n 71 439 l 2\n 59 439 50 448 50 460 c 0\n 50 471 59 480 71 480 c 2\n 201 480 l 1\n 201 413 l 1\n 337 277 l 1\nEndSplineSet\nMinimumDistance: x10,-1 x18,15 x18,17 x6,9 x6,7 \nEndChar\nStartChar: uniFB47\nEncoding: 64327 64327 2556\nWidth: 600\nFlags: HW\nHStem: 241 59<318 322> 439 41<64 488>\nVStem: 122 41<-204 279> 291 58<269 279> 488 41<241 440>\nDStem: 459 201 484 169 240 37 265 4\nFore\n320 300 m 0\n 336 300 349 287 349 271 c 0\n 349 254 336 241 320 241 c 0\n 304 241 291 254 291 271 c 0\n 291 287 304 300 320 300 c 0\n484 169 m 2\n 265 4 l 2\n 255 -3 243 -1 236 8 c 0\n 229 17 231 30 240 37 c 2\n 459 201 l 2\n 472 211 475 215 482 229 c 0\n 488 241 488 243 488 258 c 2\n 488 439 l 1\n 69 439 l 2\n 58 439 49 448 49 460 c 0\n 49 471 58 480 69 480 c 1\n 529 480 l 1\n 529 258 l 1\n 529 217.413 508.322 186.836 484 169 c 2\n163 277 m 2\n 163 -199 l 2\n 163 -210 154 -219 142 -219 c 0\n 131 -219 122 -210 122 -199 c 2\n 122 277 l 2\n 122 288 131 297 142 297 c 0\n 154 297 163 288 163 277 c 2\nEndSplineSet\nMinimumDistance: x15,-1 x11,14 x11,12 \nEndChar\nStartChar: uniFB48\nEncoding: 64328 64328 2557\nWidth: 600\nFlags: HW\nHStem: 211 59<298 302> 439 41<75 397>\nVStem: 271 58<239 243> 499 41<15 337>\nFore\n540 313 m 1\n 540 20 l 2\n 540 9 531 0 519 0 c 0\n 508 0 499 9 499 20 c 2\n 499 313 l 1\n 498 358 496 380 468 408 c 0\n 439 436 421 438 373 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 421 481 461 475 497 437 c 1\n 535 400 540 358 540 313 c 1\n300 270 m 0\n 316 270 329 257 329 241 c 0\n 329 224 316 211 300 211 c 0\n 284 211 271 224 271 241 c 0\n 271 257 284 270 300 270 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB49\nEncoding: 64329 64329 2558\nWidth: 600\nFlags: HW\nHStem: 0 41<92 242 283 388> 211 59<402 408> 439 41<92 147 258 292 332 357 472 524>\nVStem: 51 41<41 439> 51 114<458 465> 243 132<458 465> 377 58<239 243>\nDStem: 292 439 333 439 242 41 283 41 524 439 570 480 490 169 531 164\nFore\n406 270 m 0\n 422 270 435 257 435 241 c 0\n 435 224 422 211 406 211 c 0\n 390 211 377 224 377 241 c 0\n 377 257 390 270 406 270 c 0\n263 480 m 2\n 355 480 l 2\n 366 480 375 471 375 460 c 0\n 375 448 366 439 355 439 c 2\n 333 439 l 1\n 283 41 l 1\n 364 41 l 2\n 409 41 431 44 459 72 c 1\n 476 87 485 125 490 169 c 1\n 524 439 l 1\n 474 439 l 2\n 462 439 453 448 453 460 c 0\n 453 471 462 480 474 480 c 2\n 570 480 l 1\n 531 164 l 1\n 525 119 518 73 488 43 c 0\n 451 5 409 0 364 0 c 2\n 51 0 l 1\n 51 480 l 1\n 145 480 l 2\n 156 480 165 471 165 460 c 0\n 165 448 156 439 145 439 c 2\n 92 439 l 1\n 92 41 l 1\n 242 41 l 1\n 292 439 l 1\n 263 439 l 2\n 252 439 243 448 243 460 c 0\n 243 471 252 480 263 480 c 2\nEndSplineSet\nMinimumDistance: x17,-1 x26,23 x26,25 \nEndChar\nStartChar: uniFB4A\nEncoding: 64330 64330 2559\nWidth: 600\nFlags: HW\nHStem: 0 41<38 80> 211 59<342 346> 439 41<78 170 210 392>\nVStem: 170 41<129 439> 315 58<239 243> 499 41<15 337>\nFore\n344 270 m 0\n 360 270 373 257 373 241 c 0\n 373 224 360 211 344 211 c 0\n 328 211 315 224 315 241 c 0\n 315 257 328 270 344 270 c 0\n211 439 m 1\n 211 130 l 2\n 211 94 207 62 177 33 c 1\n 149 4 116 -1 80 0 c 2\n 44 0 l 2\n 33 0 23 9 23 20 c 0\n 23 32 33 41 44 41 c 2\n 80 41 l 2\n 116 42 128 43 148 62 c 1\n 168 83 169 94 170 130 c 1\n 170 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 1\n 373 480 l 1\n 420 481 461 475 497 437 c 1\n 535 401 541 362 540 313 c 1\n 540 20 l 2\n 540 9 531 0 519 0 c 0\n 508 0 499 9 499 20 c 2\n 499 313 l 1\n 498 362 496 379 468 408 c 0\n 440 436 420 438 373 439 c 2\n 211 439 l 1\nEndSplineSet\nMinimumDistance: x20,-1 x14,17 x14,15 \nEndChar\nStartChar: afii57700\nEncoding: 64331 64331 2560\nWidth: 600\nFlags: HW\nHStem: 439 41<185 279> 540 59<272 281>\nVStem: 245 58<567 577> 279 41<15 439>\nFore\n274 599 m 0\n 290 599 303 586 303 569 c 0\n 303 553 290 540 274 540 c 0\n 258 540 245 553 245 569 c 0\n 245 586 258 599 274 599 c 0\n320 480 m 1\n 320 20 l 2\n 320 9 311 0 300 0 c 0\n 289 0 279 9 279 20 c 2\n 279 439 l 1\n 190 439 l 2\n 179 439 170 448 170 460 c 0\n 170 471 179 480 190 480 c 2\n 320 480 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y8,5 y8,7 x8,11 x8,9 \nEndChar\nStartChar: uniFB4C\nEncoding: 64332 64332 2561\nWidth: 600\nFlags: HW\nHStem: 0 41<75 408 449 542> 439 41<75 301> 540 41<195 334>\nVStem: 176 176<558 562> 409 41<40 337>\nFore\n197 581 m 2\n 332 581 l 2\n 343 581 352 572 352 560 c 0\n 352 549 343 540 332 540 c 2\n 197 540 l 2\n 186 540 176 549 176 560 c 0\n 176 572 186 581 197 581 c 2\n409 41 m 1\n 409 313 l 2\n 409 358 406 380 379 408 c 1\n 350 436 328 439 283 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 283 480 l 2\n 328 480 371 475 408 437 c 0\n 445 400 451 358 450 313 c 1\n 450 41 l 1\n 540 41 l 2\n 551 41 560 32 560 20 c 0\n 560 9 551 0 540 0 c 2\n 80 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 80 41 c 2\n 409 41 l 1\nEndSplineSet\nMinimumDistance: x17,-1 x16,19 x16,17 x6,20 x6,22 \nEndChar\nStartChar: uniFB4D\nEncoding: 64333 64333 2562\nWidth: 600\nFlags: HW\nHStem: 0 41<75 358> 439 41<75 358> 540 41<199 338>\nVStem: 458 41<143 337>\nFore\n201 581 m 2\n 336 581 l 2\n 347 581 356 572 356 560 c 0\n 356 549 347 540 336 540 c 2\n 201 540 l 2\n 190 540 180 549 180 560 c 0\n 180 572 190 581 201 581 c 2\n332 0 m 2\n 80 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 80 41 c 2\n 332 41 l 2\n 378 42 399 44 427 72 c 0\n 455 100 457 121 458 167 c 1\n 458 313 l 1\n 457 357 455 380 427 408 c 0\n 399 436 378 438 332 439 c 2\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 332 480 l 2\n 378 481 420 475 456 437 c 1\n 494 400 499 357 499 313 c 2\n 499 167 l 2\n 499 121 494 79 456 43 c 1\n 419 5 378 -1 332 0 c 2\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uniFB4E\nEncoding: 64334 64334 2563\nWidth: 600\nFlags: HW\nHStem: 0 41<75 397> 219 41<138 302> 439 41<75 214 271 397> 540 41<231 375>\nVStem: 212 176<558 562> 499 41<143 337>\nDStem: 214 439 272 439 139 364 168 335\nFore\n233 581 m 2\n 368 581 l 2\n 379 581 388 572 388 560 c 0\n 388 549 379 540 368 540 c 2\n 233 540 l 2\n 222 540 212 549 212 560 c 0\n 212 572 222 581 233 581 c 2\n272 439 m 1\n 168 335 l 2\n 157 323 152 318 145 304 c 0\n 138 290 138 291 138 277 c 2\n 138 260 l 1\n 300 260 l 2\n 311 260 320 251 320 240 c 0\n 320 229 311 219 300 219 c 1\n 97 219 l 1\n 97 277 l 1\n 96 295 101 309 108 322 c 0\n 117 341 127 353 139 364 c 2\n 214 439 l 1\n 80 439 l 2\n 69 439 60 448 60 460 c 0\n 60 471 69 480 80 480 c 2\n 373 480 l 2\n 420 481 461 475 497 437 c 1\n 535 400 540 359 540 313 c 2\n 540 167 l 2\n 540 122 535 80 497 43 c 1\n 460 5 418 0 373 0 c 2\n 81 0 l 2\n 69 0 60 9 60 20 c 0\n 60 32 69 41 81 41 c 2\n 373 41 l 2\n 418 41 440 44 468 72 c 0\n 496 100 498 122 499 167 c 1\n 499 313 l 1\n 498 359 496 380 468 408 c 0\n 440 436 420 438 373 439 c 2\n 272 439 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uniFB4F\nEncoding: 64335 64335 2564\nWidth: 600\nFlags: HW\nHStem: 439 41<443 499>\nVStem: 60 41<467 599> 499 41<303 439>\nDStem: 66 445 101 468 505 6 378 191 66 445 410 159 505 6 534 35\nFore\n60 460 m 2\n 60 597 l 2\n 60 608 69 617 80 617 c 0\n 92 617 101 608 101 597 c 2\n 101 468 l 1\n 378 191 l 1\n 446 217 500 249 499 313 c 1\n 499 439 l 1\n 446 439 l 2\n 435 439 426 448 426 459 c 0\n 426 471 435 480 446 480 c 2\n 540 480 l 1\n 540 313 l 1\n 539 228 474 186 410 159 c 1\n 534 35 l 2\n 542 27 542 14 534 6 c 0\n 526 -2 513 -2 505 6 c 2\n 66 445 l 2\n 62 449 60 454 60 460 c 2\nEndSplineSet\nMinimumDistance: x11,-1 x7,10 x7,8 \nLigature: 8 1 'liga' afii57664 afii57676\nEndChar\nStartChar: uniFFFD\nEncoding: 65533 65533 2565\nWidth: 600\nFlags: HW\nHStem: 141 44<275 315>\nVStem: 238 119<348 351>\nFore\n357 349 m 0\n 357 289.63 274 275.488 274 211 c 2\n 274 185 l 1\n 316 185 l 1\n 316 207 l 2\n 316 228 321 236 353 266 c 0\n 388 297 400 318 400 349 c 0\n 400 404 361 439 300 439 c 0\n 232 439 197 402 197 330 c 1\n 237 330 l 1\n 237 380.699 255.158 403 297 403 c 0\n 334 403 357 381 357 349 c 0\n316 141 m 1\n 274 141 l 1\n 274 92 l 1\n 316 92 l 1\n 316 141 l 1\n300 0 m 1\n 30 270 l 1\n 300 539 l 1\n 569 270 l 1\n 300 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FEE\nEncoding: 65536 8174 2566\nWidth: 600\nFlags: HW\nHStem: 511 100<188 192 401.27 413>\nVStem: 140 100<556 563> 361 100<556 563>\nDStem: 243 671 273 683 299 519 329 531\nFore\n273 683 m 2\n 329 531 l 2\n 332 522 328 513 320 510 c 0\n 311 506 302 511 299 519 c 2\n 243 671 l 2\n 240 680 244 689 252 692 c 0\n 261 696 270 691 273 683 c 2\n190 611 m 0\n 218 611 240 588 240 560 c 0\n 240 534 217 511 190 511 c 0\n 163 511 140 534 140 561 c 0\n 140 588 163 611 190 611 c 0\n411 611 m 0\n 439 611 461 588 461 560 c 0\n 461 534 438 511 411 511 c 0\n 384 511 361 534 361 561 c 0\n 361 588 384 611 411 611 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeMonoBold.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeMonoBold\nFullName: Free Monospaced Bold\nFamilyName: FreeMono\nWeight: Bold\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.8 $\nItalicAngle: 0\nUnderlinePosition: -100\nUnderlineWidth: 50\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 49\nTTFWeight: 700\nTTFWidth: 5\nPanose: 2 7 6 9 2 2 5 2 4 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 2\n 1 latn 1 dflt \n 1 DFLT 1 dflt \nLangName: 1027 \"\" \"\" \"Negreta\" \"\" \"Free Mono Negreta\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1029 \"\" \"\" \"tu+AQ0A-n+AOkA\" \"\" \"Free Mono New tu+AQ0A-n+AOkA\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1030 \"\" \"\" \"fed\" \"\" \"Free Mono fed\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1031 \"\" \"\" \"Fett\" \"\" \"Free Mono Fett\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1032 \"\" \"\" \"+A4gDvQPEA78DvQOx\" \"\" \"Free Mono +A4gDvQPEA78DvQOx\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1034 \"\" \"\" \"Negrita\" \"\" \"Free Mono Negrita\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1035 \"\" \"\" \"Lihavoitu\" \"\" \"Free Mono Lihavoitu\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1036 \"\" \"\" \"Gras\" \"\" \"Free Mono Gras\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1038 \"\" \"\" \"F+AOkA-lk+APYA-v+AOkA-r\" \"\" \"Free Mono F+AOkA-lk+APYA-v+AOkA-r\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1040 \"\" \"\" \"Grassetto\" \"\" \"Free Mono Grassetto\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1043 \"\" \"\" \"Vet\" \"\" \"Free Mono Vet\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1044 \"\" \"\" \"Halvfet\" \"\" \"Free Mono Halvfet\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1045 \"\" \"\" \"Pogrubiony\" \"\" \"Free Mono Pogrubiony\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1046 \"\" \"\" \"Negrito\" \"\" \"Free Mono Negrito\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1049 \"\" \"\" \"+BB8EPgQ7BEMENgQ4BEAEPQRLBDkA\" \"\" \"Free Mono +BB8EPgQ7BEMENgQ4BEAEPQRLBDkA\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1051 \"\" \"\" \"Tu+AQ0A-n+AOkA\" \"\" \"Free Mono Tu+AQ0A-n+AOkA\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1053 \"\" \"\" \"Fet\" \"\" \"Free Mono Fet\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1055 \"\" \"\" \"Kal+ATEA-n\" \"\" \"Free Mono Kal+ATEA-n\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1060 \"\" \"\" \"polkrepko\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nLangName: 1066 \"\" \"\" \"+AREA4gMj-m\" \"\" \"Free Mono +AREA4gMj-m\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1069 \"\" \"\" \"Lodia\" \"\" \"Free Mono Lodia\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 2058 \"\" \"\" \"Negrita\" \"\" \"Free Mono Negrita\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 2070 \"\" \"\" \"Negrito\" \"\" \"Free Mono Negrito\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 3082 \"\" \"\" \"Negrita\" \"\" \"Free Mono Negrita\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 3084 \"\" \"\" \"Gras\" \"\" \"Free Mono Gras\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nEncoding: unicode\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 752 16 4\nBeginPrivate: 8\nUniqueID 7 5020946\nBlueValues 31 [-20 0 437 457 583 603 623 643]\nBlueScale 8 0.039625\nStdHW 5 [101]\nStdVW 5 [101]\nStemSnapH 8 [93 101]\nStemSnapV 5 [101]\nForceBold 5 false\nEndPrivate\nBeginChars: 65536 1496\nStartChar: space\nEncoding: 32 32 0\nWidth: 600\nFlags: HW\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 600\nFlags: HMW\nHStem: -15 20\nFore\n379 525 m 1\n 350 228 l 2\n 347 197 329 179 301 179 c 0\n 273 179 254 198 251 228 c 2\n 222 525 l 1\n 221 537 220 551 220 558 c 0\n 220 604 254 638 301 638 c 0\n 347 638 381 604 381 558 c 0\n 381 552 380 538 379 525 c 1\n309 -15 m 2\n 292 -15 l 2\n 255 -15 225 15 225 51 c 0\n 225 87 255 117 292 117 c 2\n 309 117 l 2\n 346 117 375 88 375 51 c 0\n 375 14 346 -15 309 -15 c 2\nEndSplineSet\nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 600\nFlags: HMW\nHStem: 582 20<136 264 264 264 336 464 464 464>\nFore\n136 602 m 1\n 264 602 l 1\n 233 348 l 1\n 229 322 221 312 201 312 c 0\n 182 312 173 322 170 347 c 1\n 136 602 l 1\n336 602 m 1\n 464 602 l 1\n 433 348 l 1\n 429 322 421 312 401 312 c 0\n 382 312 373 322 370 347 c 1\n 336 602 l 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 600\nFlags: HMW\nHStem: 139 99<128 154 261 326 432 451 451 452> 344 100<149 168 276 340 447 472>\nFore\n447 444 m 1\n 472 444 l 2\n 499 444 507 442 517 435 c 0\n 530 425 538 410 538 394 c 0\n 538 377 529 360 514 351 c 0\n 505 346 496 344 472 344 c 2\n 440 344 l 1\n 432 238 l 1\n 451 238 l 2\n 478 238 488 236 497 229 c 0\n 510 219 518 204 518 188 c 0\n 518 171 509 155 494 146 c 0\n 485 141 475 139 452 139 c 2\n 425 139 l 1\n 414 -29 l 2\n 413 -44 406 -67 401 -73 c 0\n 391 -85 376 -92 362 -92 c 0\n 335 -92 311 -67 313 -41 c 1\n 319.152 17.1816 321.108 79.5586 326 139 c 1\n 254 139 l 1\n 242 -29 l 1\n 242 -70 225 -92 192 -92 c 0\n 163 -92 142 -70 142 -40 c 0\n 142 -36 142 -29 143 -22 c 1\n 154 139 l 1\n 128 139 l 2\n 103 139 93 141 83 148 c 0\n 70 158 62 173 62 189 c 0\n 62 205 71 222 86 231 c 0\n 95 237 102 238 128 238 c 2\n 161 238 l 1\n 168 344 l 1\n 149 344 l 2\n 122 344 113 346 103 353 c 0\n 90 363 82 379 82 394 c 0\n 82 411 91 428 106 437 c 0\n 115 443 122 444 149 444 c 2\n 175 444 l 1\n 187 612 l 1\n 188 638 190 645 198 656 c 0\n 208 668 223 675 238 675 c 0\n 267 675 289 651 288 623 c 1\n 284.634 562.699 279.789 503.879 276 444 c 1\n 347 444 l 1\n 359 612 l 1\n 360 640 362 646 370 656 c 0\n 380 668 395 675 410 675 c 0\n 436 675 462 650 460 627 c 2\n 458 605 l 1\n 447 444 l 1\n340 344 m 1\n 269 344 l 1\n 261 238 l 1\n 333 238 l 1\n 340 344 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 600\nFlags: HMW\nHStem: -123 247<293.5 309.5> 417 20 495 189<294 310.5>\nVStem: 107 104<419.5 451.5> 252 99<-56 27 592 618> 413 104<178.5 217.5>\nFore\n351 618 m 2\n 351 592 l 1\n 371.244 588.319 376.3 588.233 395 582 c 2\n 409 577 l 2\n 410 576 414 575 418 574 c 1\n 429 579 437 581 446 581 c 0\n 473 581 492 563 495 536 c 0\n 496 528 496 524 496 515 c 2\n 496 483 l 2\n 496 457 494 447 487 438 c 0\n 477 424 462 417 446 417 c 0\n 419 417 400 432 394 459 c 0\n 391 478 351 495 310 495 c 0\n 250 495 211 470 211 433 c 0\n 211 406 235 387 286 377 c 2\n 351 363 l 2\n 413 350 449 334 475 308 c 0\n 502 281 517 242 517 199 c 0\n 517 112 455 47 351 27 c 1\n 351 -56 l 2\n 351 -84 350 -92 342 -102 c 0\n 332 -115 317 -123 302 -123 c 0\n 285 -123 268 -114 259 -99 c 0\n 253 -90 252 -81 252 -56 c 2\n 252 27 l 1\n 210 36 205 38 173 52 c 1\n 157 38 148 34 134 34 c 0\n 116 34 100 43 90 58 c 0\n 85 67 83 76 83 101 c 2\n 83 162 l 2\n 83 189 85 198 92 208 c 0\n 102 221 117 229 133 229 c 0\n 146 229 160 223 169 215 c 1\n 176 207 176 207 184 180 c 0\n 192 149 245 124 300 124 c 0\n 365 124 413 157 413 200 c 0\n 413 235 389 254 333 265 c 2\n 259 280 l 2\n 160 300 107 354 107 435 c 0\n 107 513 166 577 252 592 c 1\n 252 618 l 2\n 252 645 254 653 261 664 c 1\n 271 676 286 684 302 684 c 0\n 319 684 335 675 344 660 c 0\n 350 651 351 644 351 618 c 2\nEndSplineSet\nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 600\nFlags: HMW\nHStem: -15 65<348.5 389> 199 65<348 389> 338 65<208 248.5> 552 65<208 249>\nVStem: 89 65<457.5 498> 229 65<104.5 145> 303 65<457 498> 443 65<104 145>\nFore\n228 617 m 0\n 307 617 368 555 368 476 c 0\n 368 401 305 338 229 338 c 0\n 152 338 89 401 89 478 c 0\n 89 554 152 617 228 617 c 0\n228 552 m 0\n 188 552 154 518 154 478 c 0\n 154 437 188 403 228 403 c 0\n 269 403 303 437 303 477 c 0\n 303 519 270 552 228 552 c 0\n491 331 m 1\n 129 213 l 2\n 122 211 113 209 109 209 c 0\n 94 209 80 224 80 241 c 0\n 80 257 88 265 110 272 c 2\n 472 390 l 2\n 484 394 486 394 492 394 c 0\n 507 394 521 379 521 362 c 0\n 521 346 513 337 491 331 c 1\n368 264 m 0\n 447 264 508 202 508 123 c 0\n 508 48 445 -15 368 -15 c 0\n 292 -15 229 48 229 125 c 0\n 229 201 292 264 368 264 c 0\n368 199 m 0\n 328 199 294 165 294 125 c 0\n 294 84 328 50 369 50 c 0\n 409 50 443 84 443 124 c 0\n 443 166 410 199 368 199 c 0\nEndSplineSet\nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 600\nFlags: HW\nHStem: -14 100<237 267> 0 100<435 463> 0 280<388 434> 450 100<283 299>\nVStem: 75 100<131.728 146> 137 100<398 402>\nDStem: 228 220 265 343 312 100 365 198\nFore\n365 198 m 1\n 388 280 l 1\n 441 280 l 2\n 468 280 477 278 487 270 c 0\n 500 260 507 246 507 229 c 0\n 507 203 488 182 464 180 c 1\n 453 139 446 121 434 100 c 1\n 442 100 l 2\n 469 100 477 98 487 91 c 0\n 500 81 508 66 508 50 c 0\n 508 33 499 16 484 7 c 0\n 476 2 463 0 442 0 c 2\n 381 0 l 1\n 370 15 l 1\n 340 -6 310 -14 257 -14 c 0\n 147 -14 75 48 75 144 c 0\n 75 211 109 267 171 303 c 1\n 144 349 137 368 137 399 c 0\n 137 480 208 550 289 550 c 0\n 313 550 333 545 359 533 c 1\n 371 537 380 540 387 540 c 0\n 412 540 435 515 435 490 c 0\n 435 467 426 456 394 438 c 2\n 353 416 l 1\n 324 442 310 450 290 450 c 0\n 261 450 237 428 237 400 c 0\n 237 389 246 370 265 343 c 2\n 365 198 l 1\n312 100 m 1\n 228 220 l 1\n 193 204 175 177 175 144 c 0\n 175 105 202 86 257 86 c 0\n 282 86 293 89 312 100 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 600\nFlags: HMW\nHStem: 582 20<236 364 364 364>\nFore\n236 602 m 1\n 364 602 l 1\n 333 348 l 1\n 329 322 321 312 301 312 c 0\n 282 312 273 322 270 347 c 1\n 236 602 l 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 600\nFlags: HMW\nVStem: 264 111<189 290.5>\nFore\n437 632 m 0\n 466 632 488 610 488 583 c 0\n 488 571 486 565 476 549 c 0\n 406 437 375 341 375 240 c 0\n 375 138 407 42 476 -70 c 0\n 486 -86 488 -92 488 -104 c 0\n 488 -131 466 -153 437 -153 c 0\n 413 -153 400 -142 371 -95 c 0\n 300 18 264 133 264 243 c 0\n 264 350 307 478 380 587 c 0\n 403 623 415 632 437 632 c 0\nEndSplineSet\nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 600\nFlags: HMW\nVStem: 230 111<188.5 290>\nFore\n168 632 m 0\n 192 632 205 621 234 574 c 0\n 305 461 341 346 341 236 c 0\n 341 129 298 1 225 -109 c 0\n 202 -144 190 -153 168 -153 c 0\n 139 -153 117 -131 117 -104 c 0\n 117 -92 119 -86 129 -70 c 0\n 199 42 230 138 230 239 c 0\n 230 341 198 437 129 549 c 0\n 119 565 117 571 117 583 c 0\n 117 610 139 632 168 632 c 0\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 600\nFlags: HMW\nVStem: 250 100<467 556>\nFore\n219 372 m 1\n 133 400 l 2\n 96 411 83 425 83 452 c 0\n 83 479 105 502 130 502 c 0\n 140 502 143 501 164 495 c 2\n 250 467 l 1\n 250 556 l 2\n 250 581 252 592 259 601 c 0\n 269 614 284 622 300 622 c 0\n 317 622 334 613 343 598 c 0\n 348 589 350 580 350 556 c 2\n 350 467 l 1\n 436 495 l 2\n 457 501 460 502 469 502 c 0\n 494 502 517 478 517 452 c 0\n 517 426 503 411 467 400 c 2\n 381 372 l 1\n 433 301 l 2\n 448 280 452 271 452 258 c 0\n 452 231 429 208 402 208 c 0\n 381 208 373 214 352 242 c 2\n 300 314 l 1\n 248 242 l 2\n 228 214 218 208 198 208 c 0\n 171 208 148 231 148 258 c 0\n 148 271 152 279 167 301 c 1\n 219 372 l 1\nEndSplineSet\nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 600\nFlags: HMW\nHStem: 0 20 230 100<108 250 350 491>\nVStem: 250 100<66 230 330 494>\nFore\n350 230 m 1\n 350 66 l 2\n 350 39 348 31 341 21 c 0\n 331 8 316 0 300 0 c 0\n 283 0 266 9 257 24 c 0\n 252 33 250 43 250 66 c 2\n 250 230 l 1\n 108 230 l 2\n 84 230 72 232 63 239 c 0\n 50 249 42 264 42 280 c 0\n 42 297 51 314 66 323 c 0\n 75 329 83 330 108 330 c 2\n 250 330 l 1\n 250 494 l 2\n 250 520 252 530 260 539 c 1\n 269 553 284 560 300 560 c 0\n 317 560 334 551 343 536 c 0\n 349 527 350 520 350 494 c 2\n 350 330 l 1\n 491 330 l 2\n 519 330 527 328 537 321 c 0\n 550 311 558 296 558 280 c 0\n 558 263 549 246 534 237 c 0\n 526 232 514 230 491 230 c 2\n 350 230 l 1\nEndSplineSet\nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 600\nFlags: HW\nFore\n219 134 m 1\n 351 134 l 1\n 210 -134 l 2\n 202 -150 190 -158 178 -158 c 0\n 161 -158 147 -145 147 -130 c 0\n 147 -124 147 -122 150 -111 c 2\n 219 134 l 1\nEndSplineSet\nKernsSLIF: 49 -128 1 0 8221 -137 1 0 8217 -166 1 0\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 600\nFlags: HMW\nHStem: 229 100<108 492>\nFore\n492 229 m 2\n 108 229 l 2\n 83 229 72 231 63 238 c 0\n 50 248 42 263 42 279 c 0\n 42 296 51 312 66 322 c 0\n 75 328 83 329 108 329 c 2\n 492 329 l 2\n 518 329 528 327 538 320 c 0\n 551 310 558 295 558 279 c 0\n 558 262 549 245 534 236 c 0\n 526 231 514 229 492 229 c 2\nEndSplineSet\nKernsSLIF: 65 -18 1 0 198 -14 1 0 193 -18 1 0 196 -18 1 0 197 -18 1 0 84 -90 1 0 86 -38 1 0 87 1 1 0 89 -81 1 0\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 600\nFlags: HMW\nHStem: -15 20\nFore\n309 -15 m 2\n 291 -15 l 2\n 255 -15 225 15 225 51 c 0\n 225 87 255 117 291 117 c 2\n 309 117 l 2\n 346 117 375 88 375 51 c 0\n 375 14 346 -15 309 -15 c 2\nEndSplineSet\nKernsSLIF: 49 -113 1 0 8221 -131 1 0 8217 -161 1 0\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 600\nFlags: HW\nDStem: 416 651 505 610 95 -27 185 -69\nFore\n505 610 m 1\n 185 -69 l 1\n 170 -103 157 -113 133 -113 c 0\n 107 -113 83 -90 83 -65 c 0\n 83 -55 86 -45 95 -27 c 2\n 416 651 l 1\n 431 685 444 695 467 695 c 0\n 494 695 517 672 517 647 c 0\n 517 636 515 630 505 610 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 600\nFlags: HMW\nHStem: -15 100<271.5 328.5> 538 100<271.5 328.5>\nVStem: 83 100<264 359 359 366> 417 100<257 264 264 359>\nFore\n300 638 m 0\n 450.106 638 517 501.65 517 359 c 2\n 517 264 l 2\n 517 120.046 449.076 -15 300 -15 c 0\n 149.894 -15 83 121.35 83 264 c 2\n 83 359 l 2\n 83 502.954 150.924 638 300 638 c 0\n183 366 m 2\n 183 257 l 2\n 183 153 229 85 300 85 c 128\n 371 85 417 153 417 257 c 2\n 417 366 l 2\n 417 470 371 538 300 538 c 128\n 229 538 183 470 183 366 c 2\nEndSplineSet\nKernsSLIF: 52 -59 1 0 49 -76 1 0 55 -68 1 0\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 600\nFlags: HMW\nHStem: 0 100<149 250 350 451>\nVStem: 250 100<100 509 509 509>\nFore\n350 638 m 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 509 81 517 66 517 50 c 0\n 517 33 508 17 493 7 c 0\n 486 3 471 0 451 0 c 2\n 149 0 l 2\n 126 0 112 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 509 l 1\n 163 486 l 2\n 144 481 141 480 131 480 c 0\n 105 480 85 503 85 532 c 128\n 85 561 98 573 138 583 c 2\n 350 638 l 1\nEndSplineSet\nKernsSLIF: 44 -99 1 0 56 -74 1 0 53 -55 1 0 52 -87 1 0 57 -73 1 0 49 -62 1 0 46 -114 1 0 55 -141 1 0 54 -98 1 0 51 -53 1 0 50 -47 1 0 48 -86 1 0\nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 600\nFlags: HMW\nHStem: 0 100<207 408> 538 100<268 320.5>\nVStem: 403 100<431 473.5>\nFore\n207 100 m 1\n 408 100 l 1\n 411 136 427 154 458 154 c 0\n 475 154 492 145 501 130 c 0\n 506 121 508 112 508 88 c 2\n 508 0 l 1\n 54 0 l 1\n 54 105 l 1\n 222 244 241 260 286 301 c 0\n 386 392 403 414 403 448 c 0\n 403 499 353 538 288 538 c 0\n 248 538 213 523 191 497 c 0\n 181 485 180 483 169 451 c 0\n 164 434 145 422 124 422 c 0\n 97 422 74 444 74 470 c 0\n 74 502 100 551 134 582 c 0\n 174 618 231 638 290 638 c 0\n 412 638 503 555 503 444 c 0\n 503 379 479 341 380 251 c 0\n 353 226 295 176 207 100 c 1\nEndSplineSet\nKernsSLIF: 52 -67 1 0 49 -66 1 0 55 -68 1 0\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 600\nFlags: HW\nHStem: -15 100<242 302> 538 100<276 316>\nVStem: 407 100<450.768 466> 429 100<177 193>\nFore\n276 383 m 2\n 316 383 l 2\n 365 383 407 420 407 462 c 0\n 407 509 364 538 295 538 c 0\n 240 538 212 527 180 492 c 0\n 171 483 158 477 144 477 c 0\n 117 477 95 500 95 527 c 0\n 95 585 194 638 301 638 c 0\n 367 638 419 619 457 580 c 1\n 489 549 507 505 507 464 c 0\n 507 409 481 372 416 333 c 1\n 492 296 529 246 529 182 c 0\n 529 124 501 68 455 32 c 0\n 411 -1 358 -15 271 -15 c 0\n 148 -15 66 19 66 70 c 0\n 66 98 88 120 116 120 c 0\n 128 120 132 118 148 108 c 0\n 174 91 204 85 268 85 c 0\n 337 85 374 95 401 119 c 0\n 418 135 429 160 429 183 c 0\n 429 220 400 255 353 274 c 0\n 332 283 319 285 276 287 c 0\n 243 289 224 306 224 333 c 0\n 224 362 246 383 276 383 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nKernsSLIF: 52 -52 1 0 49 -71 1 0 55 -64 1 0\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 600\nFlags: HMW\nHStem: 0 100<309 347> 138 100<197 347>\nVStem: 347 100<100 138 238 480 480 480>\nFore\n447 622 m 1\n 447 238 l 1\n 486 238 508 220 508 188 c 128\n 508 156 487 139 447 138 c 1\n 447 100 l 1\n 486 100 508 82 508 50 c 0\n 508 33 499 17 484 7 c 0\n 477 3 462 0 441 0 c 2\n 309 0 l 2\n 286 0 272 3 264 10 c 0\n 251 19 243 35 243 50 c 0\n 243 67 252 84 267 93 c 0\n 276 99 285 100 309 100 c 2\n 347 100 l 1\n 347 138 l 1\n 75 138 l 1\n 75 221 l 1\n 316 622 l 1\n 447 622 l 1\n347 238 m 1\n 347 480 l 1\n 197 238 l 1\n 347 238 l 1\nEndSplineSet\nKernsSLIF: 52 -62 1 0 49 -66 1 0 55 -93 1 0\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 600\nFlags: HMW\nHStem: -15 100<244.5 325> 324 100<303.5 350.5> 522 100<219 219 219 421>\nVStem: 119 100<407 522> 429 100<173 238>\nFore\n219 522 m 1\n 219 407 l 1\n 255 418 289 424 318 424 c 0\n 439 424 529 330 529 202 c 0\n 529 144 510 92 474 53 c 0\n 430 5 372 -15 278 -15 c 0\n 158 -15 66 28 66 84 c 0\n 66 111 89 133 116 133 c 0\n 130 133 137 130 152 118 c 0\n 182 93 212 85 277 85 c 0\n 381 85 429 122 429 201 c 0\n 429 275 384 324 317 324 c 0\n 284 324 240 312 197 290 c 0\n 184 284 178 282 169 282 c 0\n 140 282 119 306 119 338 c 2\n 119 622 l 1\n 421 622 l 2\n 448 622 456 620 467 613 c 1\n 479 603 487 588 487 572 c 0\n 487 555 478 538 463 529 c 0\n 456 524 442 522 421 522 c 2\n 219 522 l 1\nEndSplineSet\nKernsSLIF: 52 -52 1 0 49 -73 1 0 55 -73 1 0\nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 600\nFlags: HMW\nHStem: -15 100<301.5 364.5> 294 100<319.5 365> 535 103<377 433.5>\nVStem: 435 100<160.5 219>\nFore\n535 189 m 0\n 535 69.5688 461.673 -15 331 -15 c 0\n 248 -15 187 19 149 87 c 0\n 123 135 105 213 105 285 c 0\n 105 374 131 450 182 514 c 0\n 249 596 331 638 423 638 c 0\n 493 638 540 612 540 573 c 0\n 540 545 517 522 489 522 c 0\n 475.883 522 445.91 535 429 535 c 0\n 323 535 231 447 208 324 c 1\n 256 375 294 394 345 394 c 0\n 450 394 535 302 535 189 c 0\n218 209 m 1\n 233 122 269 85 334 85 c 0\n 397 85 435 125 435 190 c 0\n 435 248 392 294 338 294 c 0\n 295 294 245 258 218 209 c 1\nEndSplineSet\nKernsSLIF: 52 -49 1 0 49 -54 1 0 55 -46 1 0\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 600\nFlags: HMW\nHStem: -1 20 522 100<175 403 175 175>\nFore\n403 522 m 1\n 175 522 l 1\n 172 486 156 468 125 468 c 0\n 108 468 91 477 82 492 c 0\n 77 501 75 510 75 534 c 2\n 75 622 l 1\n 508 622 l 1\n 508 523 l 1\n 349 48 l 1\n 336 12 323 -1 297 -1 c 0\n 270 -1 246 21 246 47 c 0\n 246 56 248 64 253 81 c 1\n 403 522 l 1\nEndSplineSet\nKernsSLIF: 58 -156 1 0 44 -157 1 0 56 -74 1 0 53 -82 1 0 52 -101 1 0 49 -67 1 0 46 -176 1 0 55 -62 1 0 54 -93 1 0 51 -72 1 0 50 -64 1 0\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 600\nFlags: HW\nHStem: -15 100<291 307> 263 101<291 307> 538 100<291 307>\nVStem: 83 100<161 177> 92 100<449 459> 408 100<449 459> 417 100<161 177>\nFore\n420 319 m 1\n 484 279 517 227 517 165 c 0\n 517 58 429 -15 299 -15 c 0\n 171 -15 83 58 83 165 c 0\n 83 227 116 279 180 319 c 1\n 120 359 92 402 92 455 c 0\n 92 557 184 638 300 638 c 0\n 415 638 508 557 508 457 c 0\n 508 402 480 359 420 319 c 1\n300 538 m 0\n 236 538 192 502 192 451 c 128\n 192 400 237 364 300 364 c 128\n 363 364 408 400 408 450 c 0\n 408 502 364 538 300 538 c 0\n300 263 m 0\n 236 263 183 223 183 173 c 0\n 183 122 232 85 300 85 c 128\n 368 85 417 122 417 172 c 0\n 417 223 366 263 300 263 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nKernsSLIF: 52 -58 1 0 49 -72 1 0 55 -65 1 0\nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 600\nFlags: HMW\nHStem: -15 103<212.5 269> 229 100<281 327> 538 100<281.5 344.5>\nVStem: 111 100<404 462.5>\nFore\n111 434 m 0\n 111 553.431 184.327 638 315 638 c 0\n 398 638 459 604 497 536 c 0\n 523 489 541 409 541 338 c 0\n 541 250 515 173 464 109 c 0\n 397 27 315 -15 223 -15 c 0\n 153 -15 106 11 106 50 c 0\n 106 78 129 101 157 101 c 0\n 170.117 101 200.09 88 217 88 c 0\n 323 88 415 176 438 299 c 1\n 390 248 352 229 302 229 c 0\n 196 229 111 321 111 434 c 0\n428 414 m 1\n 413 501 377 538 312 538 c 0\n 249 538 211 498 211 433 c 0\n 211 375 254 329 308 329 c 0\n 351 329 401 365 428 414 c 1\nEndSplineSet\nKernsSLIF: 52 -53 1 0 49 -66 1 0 55 -57 1 0\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 600\nFlags: HMW\nHStem: -15 20 417 20<291 309 309 327.5>\nFore\n309 -15 m 2\n 291 -15 l 2\n 255 -15 225 15 225 51 c 128\n 225 87 255 117 291 117 c 2\n 309 117 l 2\n 346 117 375 88 375 51 c 128\n 375 14 346 -15 309 -15 c 2\n309 304 m 2\n 291 304 l 2\n 255 304 225 334 225 370 c 0\n 225 407 255 437 291 437 c 2\n 309 437 l 2\n 346 437 375 408 375 370 c 0\n 375 333 346 304 309 304 c 2\nEndSplineSet\nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 600\nFlags: HMW\nHStem: 417 20<253.5 299>\nFore\n219 134 m 1\n 351 134 l 1\n 210 -134 l 2\n 202 -150 190 -158 178 -158 c 0\n 161 -158 147 -145 147 -130 c 0\n 147 -124 147 -122 150 -111 c 2\n 219 134 l 1\n276 437 m 0\n 322 437 351 411 351 370 c 0\n 351 330 321 304 276 304 c 128\n 231 304 201 331 201 371 c 0\n 201 410 231 437 276 437 c 0\nEndSplineSet\nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 600\nFlags: HW\nDStem: 42 280 251 279 472 63 512 143 472 492 512 412 42 280 251 279\nFore\n251 279 m 1\n 512 143 l 2\n 535 131 544 119 544 100 c 0\n 544 95 542 88 539 81 c 2\n 538 79 l 2\n 532 65 516 54 502 54 c 0\n 494 54 483 57 472 63 c 2\n 42 280 l 1\n 472 492 l 2\n 484 498 494 501 502 501 c 0\n 516 501 532 490 538 476 c 2\n 539 474 l 2\n 542 468 544 461 544 455 c 0\n 544 436 535 424 512 412 c 2\n 251 279 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 600\nFlags: HMW\nHStem: 138 100<108 492> 322 100<108 492>\nFore\n108 422 m 2\n 492 422 l 2\n 519 422 527 420 537 413 c 0\n 550 403 558 388 558 372 c 0\n 558 355 549 338 534 329 c 0\n 526 324 514 322 492 322 c 2\n 108 322 l 2\n 84 322 72 324 63 332 c 1\n 50 341 42 356 42 372 c 0\n 42 389 51 406 66 415 c 0\n 75 421 83 422 108 422 c 2\n108 238 m 2\n 492 238 l 2\n 519 238 527 236 537 229 c 0\n 550 219 558 204 558 188 c 0\n 558 171 549 154 534 145 c 0\n 526 140 514 138 492 138 c 2\n 108 138 l 2\n 84 138 72 140 63 148 c 1\n 50 157 42 172 42 188 c 0\n 42 205 51 222 66 231 c 0\n 75 237 83 238 108 238 c 2\nEndSplineSet\nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 600\nFlags: HW\nDStem: 88 412 128 491 349 275 558 274 349 275 558 274 88 142 128 62\nFore\n349 275 m 1\n 88 412 l 2\n 65 423 56 435 56 453 c 0\n 56 459 58 466 61 473 c 2\n 62 475 l 2\n 67 488 84 500 98 500 c 0\n 106 500 117 497 128 491 c 2\n 558 274 l 1\n 128 62 l 2\n 116 56 105 53 98 53 c 0\n 84 53 68 64 62 78 c 2\n 61 80 l 2\n 58 87 56 93 56 100 c 0\n 56 118 65 130 88 142 c 2\n 349 275 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 600\nFlags: HMW\nHStem: -15 20 498 100<290 341>\nVStem: 417 100<392.5 439>\nFore\n104 460 m 2\n 104 539 l 1\n 200 585 244 598 308 598 c 0\n 432 598 517 521 517 409 c 0\n 517 328 474 281 353 228 c 1\n 349 192 332 174 303 174 c 0\n 286 174 269 183 260 198 c 0\n 255 207 253 217 253 240 c 2\n 253 296 l 1\n 381 345 417 371 417 414 c 0\n 417 464 373 498 309 498 c 0\n 271 498 237 490 204 474 c 1\n 204 460 l 2\n 204 434 202 424 195 415 c 0\n 185 402 169 394 154 394 c 0\n 137 394 120 404 111 418 c 0\n 106 426 104 437 104 460 c 2\n311 -15 m 2\n 294 -15 l 2\n 257 -15 227 15 227 51 c 128\n 227 87 257 117 294 117 c 2\n 311 117 l 2\n 348 117 377 88 377 51 c 128\n 377 14 348 -15 311 -15 c 2\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 600\nFlags: HMW\nHStem: -152 78<283 327> -25 20 72 81<357 378.5> 541 79<260 333>\nVStem: 76 79<154 161 161 317> 218 79<204.5 249.5> 407 79<155 316 316 316 397 429>\nFore\n407 397 m 1\n 407 429 l 2\n 407 495 364 541 302 541 c 0\n 218 541 155 445 155 317 c 2\n 155 161 l 2\n 155 85 172 23 206 -24 c 0\n 230 -59 261 -74 305 -74 c 128\n 349 -74 389 -62 408 -42 c 0\n 422 -28 427 -25 439 -25 c 0\n 461 -25 479 -43 479 -66 c 0\n 479 -113 397 -152 302 -152 c 0\n 220 -152 165 -119 123 -45 c 0\n 93 9 76 81 76 154 c 2\n 76 323 l 2\n 76 495 171 620 301 620 c 0\n 409 620 486 540 486 429 c 2\n 486 148 l 1\n 502 141 509 130 509 113 c 0\n 509 85 491 72 454 72 c 2\n 407 72 l 1\n 407 75 l 1\n 392 73 383 72 374 72 c 0\n 289 72 218 143 218 226 c 0\n 218 319 295 389 407 397 c 1\n407 155 m 1\n 407 316 l 1\n 341 310 297 274 297 225 c 0\n 297 184 333 153 381 153 c 0\n 388 153 393 153 407 155 c 1\nEndSplineSet\nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 600\nFlags: HMW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nFore\n416 158 m 1\n 178 158 l 1\n 155 100 l 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 90 c 0\n 613 81 621 66 621 50 c 0\n 621 33 612 16 597 7 c 0\n 589 2 576 0 555 0 c 2\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 416 158 l 1\n375 258 m 1\n 297 450 l 1\n 218 258 l 1\n 375 258 l 1\nEndSplineSet\nKernsSLIF: 67 -14 0 0 199 -22 0 0 71 -10 0 0 79 -15 0 0 214 -15 0 0 81 -16 0 0 84 -27 0 0 85 -23 0 0 218 -23 0 0 219 -23 0 0 220 -23 0 0 217 -23 0 0 86 -59 0 0 87 -13 0 0 89 -27 0 0 97 15 0 0 98 45 0 0 99 -4 0 0 231 -8 0 0 44 -47 0 0 100 4 0 0 101 2 0 0 171 -40 0 0 8249 -40 0 0 45 -19 0 0 111 -3 0 0 46 -62 0 0 113 -4 0 0 8221 -84 0 0 8217 -113 0 0 116 -20 0 0 117 -12 0 0 118 -39 0 0 119 -13 0 0 121 -39 0 0\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 381> 242 100<195 328> 483 100<61 93 195 334>\nVStem: 94 100<101 241 343 482> 428 100<416 421> 471 100<144 162>\nFore\n94 100 m 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 518 13 533 c 0\n 13 550 23 567 37 576 c 0\n 46 582 55 583 79 583 c 2\n 332 583 l 2\n 445 583 528 513 528 418 c 0\n 528 372 509 339 465 305 c 1\n 537 269 571 223 571 160 c 0\n 571 64 492 0 374 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n194 342 m 1\n 307 342 l 2\n 379 342 428 373 428 419 c 0\n 428 459 390 483 327 483 c 2\n 194 483 l 1\n 194 342 l 1\n194 100 m 1\n 369 100 l 2\n 437 100 471 118 471 154 c 0\n 471 178 454 204 428 220 c 0\n 403 235 371 242 329 242 c 2\n 194 242 l 1\n 194 100 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nKernsSLIF: 65 4 0 0 198 3 0 0 193 4 0 0 194 4 0 0 196 4 0 0 197 4 0 0 195 4 0 0 79 -9 0 0 338 11 0 0 211 -9 0 0 212 -9 0 0 214 -9 0 0 210 -9 0 0 216 -5 0 0 86 -18 0 0 87 -6 0 0 89 -39 0 0\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 367 216<497 501> 497 100<288.512 328>\nVStem: 33 100<242 322>\nFore\n447 563 m 2\n 457 559 l 1\n 470 577 482 583 499 583 c 0\n 517 583 533 574 542 559 c 0\n 548 550 549 542 549 517 c 2\n 549 433 l 2\n 549 408 547 397 540 388 c 0\n 530 375 515 367 499 367 c 0\n 486 367 472 373 464 381 c 128\n 456 389 454 396 450 420 c 0\n 445 444 435 457 406 473 c 0\n 379 488 343 497 309 497 c 0\n 207 497 133 420 133 315 c 2\n 133 251 l 2\n 133 151 210 86 330 86 c 0\n 375 86 415 94 440 109 c 0\n 451 115 451 115 478 143 c 0\n 489 154 501 159 514 159 c 0\n 541 159 564 136 564 109 c 0\n 564 86 545 60 511 36 c 0\n 467 4 399 -14 327 -14 c 0\n 157 -14 33 97 33 249 c 2\n 33 315 l 2\n 33 475 151 597 305 597 c 0\n 357 597 392 589 447 563 c 2\nEndSplineSet\nMinimumDistance: x12,-1 \nKernsSLIF: 65 8 0 0 198 7 0 0 193 8 0 0 196 8 0 0 197 8 0 0 72 -13 0 0 75 -8 0 0 79 -14 0 0 211 -14 0 0 214 -14 0 0\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 600\nFlags: HMW\nHStem: 0 100<68 74 174 284> 483 100<174 174 174 284>\nVStem: 74 100<100 483> 450 100<261 305>\nFore\n74 100 m 1\n 74 483 l 1\n 35 483 13 501 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 80 583 c 2\n 292 583 l 2\n 438 583 550 462 550 305 c 2\n 550 258 l 2\n 550 185 526 123 480 75 c 0\n 431 23 371 0 284 0 c 2\n 80 0 l 2\n 56 0 43 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 82 36 100 74 100 c 1\n174 100 m 1\n 285 100 l 2\n 345 100 378 112 409 144 c 1\n 437 175 450 210 450 261 c 2\n 450 307 l 2\n 450 354 434 398 405 432 c 0\n 375 467 337 483 284 483 c 2\n 174 483 l 1\n 174 100 l 1\nEndSplineSet\nKernsSLIF: 65 -25 0 0 193 -25 0 0 194 -25 0 0 196 -25 0 0 192 -25 0 0 197 -25 0 0 195 -25 0 0 74 -32 0 0 84 -27 0 0 86 -30 0 0 87 -13 0 0 88 -37 0 0 89 -51 0 0\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nFore\n194 243 m 1\n 194 100 l 1\n 450 100 l 1\n 450 152 l 2\n 450 180 452 188 459 198 c 0\n 469 212 484 219 500 219 c 0\n 517 219 533 210 543 195 c 0\n 548 186 550 177 550 152 c 2\n 550 0 l 1\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 34 13 50 c 0\n 13 67 22 83 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 528 583 l 1\n 528 433 l 2\n 528 405 526 397 519 387 c 0\n 509 374 494 366 478 366 c 0\n 461 366 445 375 435 390 c 0\n 430 399 428 409 428 433 c 2\n 428 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 376 281 385 288 395 c 0\n 298 408 313 416 328 416 c 0\n 355 416 373 398 377 370 c 0\n 378 361 378 358 378 349 c 2\n 378 236 l 2\n 378 210 376 200 369 191 c 0\n 359 178 344 170 329 170 c 0\n 312 170 295 179 286 194 c 0\n 281 203 279 212 279 236 c 2\n 279 243 l 1\n 194 243 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 600\nFlags: HMW\nHStem: 0 100<79 94 194 294> 243 99<194 279> 483 100<79 94 194 194 194 450>\nVStem: 94 100<100 243 342 483> 450 100<432 483 483 483>\nFore\n194 243 m 1\n 194 100 l 1\n 294 100 l 2\n 321 100 330 98 340 91 c 0\n 352 81 360 66 360 50 c 0\n 360 33 351 16 336 7 c 0\n 329 3 314 0 294 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 550 583 l 1\n 550 432 l 2\n 550 405 548 397 541 387 c 0\n 531 374 516 366 500 366 c 0\n 483 366 467 375 457 390 c 0\n 452 398 450 409 450 432 c 2\n 450 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 374 281 385 288 394 c 0\n 298 407 313 415 329 415 c 0\n 346 415 362 406 371 391 c 0\n 377 381 378 374 378 349 c 2\n 378 236 l 2\n 378 209 376 200 369 190 c 0\n 359 177 344 169 329 169 c 0\n 312 169 295 179 286 193 c 0\n 281 202 279 213 279 236 c 2\n 279 243 l 1\n 194 243 l 1\nEndSplineSet\nKernsSLIF: 65 -39 0 0 193 -39 0 0 194 -39 0 0 196 -39 0 0 192 -39 0 0 197 -39 0 0 195 -39 0 0 74 -78 0 0 79 -24 0 0 214 -24 0 0 97 -40 0 0 225 -40 0 0 228 -40 0 0 230 -18 0 0 229 -40 0 0 44 -168 0 0 101 -47 0 0 233 -47 0 0 45 -55 0 0 105 -46 0 0 106 -54 0 0 111 -51 0 0 243 -51 0 0 246 -51 0 0 339 -16 0 0 248 -51 0 0 46 -187 0 0 114 -32 0 0 117 -1 0 0\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 600\nFlags: HMW\nHStem: -14 100<293.5 349> 180 100<350 450> 497 100<290 344>\nVStem: 33 100<246 253 253 317> 450 100<111 180>\nFore\n550 180 m 1\n 550 48 l 1\n 461 1 409 -14 331 -14 c 0\n 233 -14 148 15 99 65 c 0\n 58 108 33 176 33 246 c 2\n 33 317 l 2\n 33 393 64 467 117 520 c 0\n 170 572 235 597 317 597 c 0\n 371 597 420 586 462 565 c 1\n 474 589 484 597 503 597 c 0\n 520 597 536 588 543 573 c 0\n 549 563 550 555 550 531 c 2\n 550 453 l 2\n 550 425 549 418 541 408 c 0\n 531 395 516 387 500 387 c 0\n 487 387 473 393 465 402 c 0\n 459 409 459 409 451 440 c 0\n 441 475 391 497 318 497 c 0\n 262 497 217 481 186 450 c 0\n 153 417 133 367 133 317 c 2\n 133 253 l 2\n 133 195 147 156 178 130 c 0\n 212 101 262 86 325 86 c 0\n 373 86 412 94 450 111 c 1\n 450 180 l 1\n 350 180 l 2\n 325 180 314 182 305 190 c 1\n 292 199 284 214 284 230 c 0\n 284 247 293 264 308 273 c 0\n 317 279 325 280 350 280 c 2\n 525 280 l 2\n 552 280 561 278 571 271 c 0\n 585 261 592 246 592 230 c 0\n 592 205 578 188 550 180 c 1\nEndSplineSet\nKernsSLIF: 65 6 0 0 198 5 0 0 193 6 0 0 194 6 0 0 196 6 0 0 192 6 0 0 197 6 0 0 195 6 0 0 84 -25 0 0 86 6 0 0 87 6 0 0 89 -14 0 0\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 600\nFlags: HMW\nHStem: 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 409 100<100 241 241 241 341 483>\nFore\n409 241 m 1\n 195 241 l 1\n 195 100 l 1\n 210 100 l 2\n 236 100 246 98 255 91 c 0\n 268 81 276 66 276 50 c 0\n 276 33 267 16 252 7 c 0\n 244 2 231 0 210 0 c 2\n 89 0 l 2\n 65 0 52 3 43 9 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 99 64 100 89 100 c 2\n 95 100 l 1\n 95 483 l 1\n 62 486 43 504 43 533 c 0\n 43 550 52 567 67 576 c 0\n 76 582 84 583 109 583 c 2\n 210 583 l 2\n 237 583 246 581 255 574 c 0\n 268 564 276 549 276 533 c 0\n 276 516 267 499 252 490 c 0\n 243 485 234 483 210 483 c 2\n 195 483 l 1\n 195 341 l 1\n 409 341 l 1\n 409 483 l 1\n 394 483 l 2\n 368 483 359 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 369 583 394 583 c 2\n 495 583 l 2\n 522 583 531 581 541 574 c 0\n 553 564 561 549 561 533 c 0\n 561 504 542 486 509 483 c 1\n 509 100 l 1\n 515 100 l 2\n 542 100 551 98 560 91 c 0\n 573 81 581 66 581 50 c 0\n 581 33 572 16 557 7 c 0\n 549 2 536 0 515 0 c 2\n 394 0 l 2\n 370 0 358 3 349 9 c 0\n 336 19 328 35 328 50 c 0\n 328 67 337 84 352 93 c 0\n 361 99 370 100 394 100 c 2\n 409 100 l 1\n 409 241 l 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 600\nFlags: HMW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 250 100<100 483>\nFore\n350 483 m 5\n 350 100 l 5\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 17 495 0 451 0 c 2\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 5\n 250 483 l 5\n 149 483 l 6\n 124 483 113 485 104 492 c 4\n 91 502 83 517 83 533 c 4\n 83 550 92 567 107 576 c 4\n 116 582 123 583 149 583 c 6\n 451 583 l 6\n 478 583 486 581 496 574 c 4\n 510 564 517 549 517 533 c 4\n 517 516 508 499 493 490 c 4\n 485 485 474 483 451 483 c 6\n 350 483 l 5\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 600\nFlags: HMW\nHStem: -14 100<254 289> 483 100<271 390 490 547 490 490>\nVStem: 54 100<117 213> 390 100<198 483>\nFore\n490 483 m 1\n 490 187 l 2\n 490 121 473 83 426 42 c 0\n 384 6 328 -14 269 -14 c 0\n 212 -14 145 6 54 51 c 1\n 54 213 l 2\n 54 239 56 250 63 259 c 0\n 73 272 88 280 104 280 c 0\n 121 280 138 271 147 256 c 0\n 153 247 154 238 154 213 c 2\n 154 117 l 1\n 203 95 237 86 271 86 c 0\n 307 86 343 100 366 122 c 0\n 387 143 390 152 390 198 c 2\n 390 483 l 1\n 271 483 l 2\n 246 483 235 485 226 492 c 0\n 213 502 205 517 205 533 c 0\n 205 550 214 567 229 576 c 0\n 238 582 245 583 271 583 c 2\n 547 583 l 2\n 574 583 583 581 592 574 c 0\n 605 564 613 549 613 533 c 0\n 613 516 604 499 589 490 c 0\n 581 485 570 483 547 483 c 2\n 490 483 l 1\nEndSplineSet\nKernsSLIF: 65 -8 0 0 198 -16 0 0 196 -8 0 0 197 -8 0 0\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 600\nFlags: HMW\nHStem: 0 100<79 94 194 229 504 536> 483 100<79 94 194 194 194 229 511 520.5>\nVStem: 94 100<100 208 334 483>\nFore\n341 532 m 0\n 341 569.155 368.279 583 407 583 c 2\n 507 583 l 2\n 534 583 543 581 553 574 c 0\n 565 564 573 549 573 533 c 0\n 573 500 552 483 511 483 c 1\n 335 330 l 1\n 396 298 458 215 504 100 c 1\n 536 100 l 2\n 563 100 571 98 581 91 c 0\n 594 81 602 66 602 50 c 0\n 602 33 593 16 578 7 c 0\n 571 3 556 0 536 0 c 2\n 426 0 l 1\n 379 143 315 240 254 259 c 1\n 194 208 l 1\n 194 100 l 1\n 229 100 l 2\n 256 100 264 98 274 91 c 0\n 287 81 295 66 295 50 c 0\n 295 33 286 16 271 7 c 0\n 264 3 249 0 229 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 229 583 l 2\n 256 583 265 581 274 574 c 0\n 287 564 295 549 295 533 c 0\n 295 516 286 499 271 490 c 0\n 263 485 252 483 229 483 c 2\n 194 483 l 1\n 194 334 l 1\n 372 487 l 1\n 351 495 341 509 341 532 c 0\nEndSplineSet\nKernsSLIF: 67 -24 0 0 71 -19 0 0 79 -25 0 0 338 -4 0 0 211 -25 0 0 214 -25 0 0 83 -9 0 0 84 -13 0 0 97 6 0 0 228 6 0 0 230 31 0 0 229 6 0 0 101 -6 0 0 45 -44 0 0 111 -12 0 0 243 -12 0 0 246 -12 0 0 117 -22 0 0 252 -22 0 0 121 -50 0 0\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 600\nFlags: HMW\nHStem: 0 100<99 156 256 471> 483 100<99 156 256 313 256 256>\nVStem: 156 100<100 483> 471 100<100 192>\nFore\n256 483 m 1\n 256 100 l 1\n 471 100 l 1\n 471 192 l 2\n 471 219 473 228 480 238 c 0\n 490 252 505 259 521 259 c 0\n 538 259 554 250 564 235 c 0\n 570 226 571 217 571 192 c 2\n 571 0 l 1\n 99 0 l 2\n 76 0 62 3 54 10 c 0\n 41 19 33 34 33 50 c 0\n 33 67 42 84 57 93 c 0\n 66 99 73 100 99 100 c 2\n 156 100 l 1\n 156 483 l 1\n 99 483 l 2\n 74 483 63 485 54 492 c 0\n 41 502 33 517 33 533 c 0\n 33 550 42 567 57 576 c 0\n 66 582 73 583 99 583 c 2\n 313 583 l 2\n 340 583 348 581 358 574 c 0\n 371 564 379 549 379 533 c 0\n 379 516 370 499 355 490 c 0\n 347 485 336 483 313 483 c 2\n 256 483 l 1\nEndSplineSet\nKernsSLIF: 65 16 0 0 198 16 0 0 193 16 0 0 196 16 0 0 197 16 0 0 67 -10 0 0 199 -11 0 0 71 -10 0 0 79 -7 0 0 211 -7 0 0 212 -7 0 0 214 -7 0 0 210 -7 0 0 213 -7 0 0 83 -24 0 0 84 -52 0 0 85 -29 0 0 220 -29 0 0 86 -57 0 0 87 -22 0 0 89 -52 0 0 45 9 0 0 8221 -72 0 0 8217 -99 0 0 117 -10 0 0 252 -11 0 0 121 -33 0 0\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 600\nFlags: HW\nHStem: 0 100<29 41 143 189 413 461 563 573> 563 20G<438 548>\nVStem: -19 262<48 52> 42 100<100 388> 361 262<48 52> 462 100<100 388>\nDStem: 142 389 165 583 260 138 303 286 438 583 462 389 303 286 351 138\nFore\n142 389 m 1\n 142 100 l 1\n 177 100 l 2\n 204 100 212 98 223 91 c 0\n 236 81 243 66 243 50 c 0\n 243 33 234 17 219 7 c 0\n 212 3 197 0 177 0 c 2\n 48 0 l 2\n 24 0 11 3 2 10 c 0\n -11 19 -19 34 -19 50 c 0\n -19 82 3 100 42 100 c 1\n 42 483 l 1\n 9 486 -10 504 -10 534 c 0\n -10 550 -1 567 14 577 c 0\n 19 580 40 584 52 584 c 0\n 86.6756 584 128.373 583 165 583 c 1\n 303 286 l 1\n 438 583 l 1\n 548 583 l 2\n 575 583 584 581 594 574 c 0\n 606 564 614 549 614 533 c 0\n 614 504 595 486 562 483 c 1\n 562 100 l 1\n 601 100 623 82 623 50 c 0\n 623 33 614 17 599 7 c 0\n 592 3 577 0 557 0 c 2\n 427 0 l 2\n 404 0 390 3 382 10 c 0\n 369 19 361 35 361 50 c 0\n 361 67 370 84 385 93 c 0\n 394 99 401 100 427 100 c 2\n 462 100 l 1\n 462 389 l 1\n 351 138 l 1\n 260 138 l 1\n 142 389 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 600\nFlags: HMW\nHStem: 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5>\nVStem: 73 100<100 394> 431 100<191 483>\nFore\n173 394 m 1\n 173 100 l 1\n 208 100 l 2\n 235 100 244 98 254 91 c 0\n 267 81 274 66 274 50 c 0\n 274 33 265 17 250 7 c 0\n 243 3 228 0 208 0 c 2\n 79 0 l 2\n 55 0 42 3 33 10 c 0\n 20 19 12 34 12 50 c 0\n 12 82 34 100 73 100 c 1\n 73 483 l 1\n 58 483 l 2\n 33 483 22 485 13 492 c 0\n 0 502 -8 517 -8 533 c 0\n -8 550 1 567 16 576 c 0\n 25 582 32 583 58 583 c 2\n 173 583 l 1\n 431 191 l 1\n 431 483 l 1\n 396 483 l 2\n 371 483 360 485 351 492 c 0\n 338 502 330 517 330 533 c 0\n 330 550 339 567 354 576 c 0\n 363 582 370 583 396 583 c 2\n 526 583 l 2\n 553 583 561 581 571 574 c 0\n 584 564 592 549 592 533 c 0\n 592 501 571 483 531 483 c 1\n 531 0 l 1\n 432 0 l 1\n 173 394 l 1\nEndSplineSet\nKernsSLIF: 65 -3 0 0 198 -3 0 0 193 -3 0 0 196 -3 0 0 197 -3 0 0 67 -7 0 0 199 -6 0 0 71 -6 0 0 79 -5 0 0 211 -5 0 0 214 -5 0 0 97 -11 0 0 225 -11 0 0 228 -11 0 0 230 18 0 0 229 -11 0 0 44 -75 0 0 101 -3 0 0 233 -3 0 0 111 -8 0 0 243 -8 0 0 246 -8 0 0 248 -3 0 0 46 -93 0 0 117 -8 0 0 252 -8 0 0\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 600\nFlags: HMW\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\nEndSplineSet\nKernsSLIF: 65 -14 0 0 198 -14 0 0 193 -14 0 0 196 -14 0 0 197 -14 0 0 84 -15 0 0 86 -23 0 0 87 -2 0 0 88 -26 0 0 89 -43 0 0\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 600\nFlags: HMW\nHStem: 0 100<79 94 194 293> 200 100<194 292> 483 100<79 94 194 312 194 194>\nVStem: 94 100<100 200 300 483> 423 106<371 419.5>\nFore\n194 200 m 1\n 194 100 l 1\n 293 100 l 2\n 320 100 328 98 338 91 c 0\n 351 81 359 66 359 50 c 0\n 359 33 350 16 335 7 c 0\n 328 3 313 0 293 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 518 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 312 583 l 2\n 439 583 529 505 529 394 c 0\n 529 348 511 301 479 266 c 0\n 435 217 385 200 292 200 c 2\n 194 200 l 1\n194 483 m 1\n 194 300 l 1\n 312 300 l 2\n 381 300 423 335 423 391 c 0\n 423 448 381 483 312 483 c 2\n 194 483 l 1\nEndSplineSet\nKernsSLIF: 65 -61 0 0 198 -59 0 0 193 -61 0 0 196 -61 0 0 197 -61 0 0 74 -73 0 0 97 -49 0 0 225 -49 0 0 228 -49 0 0 230 -27 0 0 229 -49 0 0 44 -160 0 0 101 -38 0 0 233 -38 0 0 45 -33 0 0 111 -42 0 0 243 -42 0 0 246 -42 0 0 339 -13 0 0 248 -42 0 0 46 -178 0 0\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 600\nFlags: HW\nHStem: -145 100<429 453> -117 92<309 325> -7 92<288 317> 497 100<288 317>\nVStem: 21 100<271 303> 117 460<-91 -63> 479 100<271 303>\nFore\n271 -6 m 1\n 267 -30 l 1\n 291 -26 303 -25 318 -25 c 0\n 344 -25 370 -29 402 -38 c 0\n 425 -44 432 -45 443 -45 c 0\n 458 -45 467 -42 486 -30 c 0\n 509 -15 515 -13 526 -13 c 0\n 555 -13 577 -35 577 -63 c 0\n 577 -84 567 -98 539 -114 c 0\n 503 -136 475 -145 444 -145 c 0\n 419 -145 415 -144 367 -125 c 0\n 356 -121 333 -117 319 -117 c 0\n 298 -117 236 -127 193 -138 c 0\n 181 -141 171 -143 165 -143 c 0\n 139 -143 117 -119 117 -91 c 0\n 117 -76 121 -68 137 -53 c 2\n 199 7 l 1\n 124 50 93 77 65 124 c 0\n 37 173 21 231 21 292 c 0\n 21 460 146 597 300 597 c 0\n 453 597 579 460 579 294 c 0\n 579 183 524 84 429 27 c 0\n 391 4 345 -7 289 -7 c 0\n 287 -7 279 -7 271 -6 c 1\n300 497 m 0\n 202 497 121 404 121 291 c 0\n 121 179 202 85 300 85 c 0\n 397 85 479 178 479 288 c 0\n 479 404 399 497 300 497 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 600\nFlags: HMW\nHStem: 0 100<79 94 194 229 540 553> 222 100<194 270 270 290> 483 100<79 94 194 194 194 302 302 306>\nVStem: 94 100<100 222 322 483> 416 106<383 429.5>\nFore\n194 222 m 1\n 194 100 l 1\n 229 100 l 2\n 256 100 265 98 275 91 c 0\n 287 81 295 66 295 50 c 0\n 295 33 286 16 271 7 c 0\n 264 3 249 0 229 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 302 583 l 2\n 432 583 522 510 522 405 c 0\n 522 342 487 294 414 254 c 1\n 461 213 498 167 540 100 c 1\n 553 100 l 2\n 578 100 589 98 599 91 c 0\n 611 82 619 66 619 50 c 0\n 619 33 610 16 595 7 c 0\n 588 3 573 0 553 0 c 2\n 474 0 l 1\n 424 97 332 207 290 222 c 1\n 194 222 l 1\n194 322 m 1\n 270 322 l 2\n 354 322 416 358 416 408 c 0\n 416 451 370 483 306 483 c 2\n 194 483 l 1\n 194 322 l 1\nEndSplineSet\nKernsSLIF: 67 -14 0 0 199 -17 0 0 71 -10 0 0 79 -14 0 0 338 5 0 0 211 -14 0 0 214 -14 0 0 84 -28 0 0 85 -16 0 0 220 -17 0 0 86 -24 0 0 87 -8 0 0 89 -28 0 0 97 14 0 0 225 14 0 0 228 14 0 0 230 40 0 0 229 14 0 0 101 2 0 0 233 2 0 0 45 -25 0 0 111 -3 0 0 243 -3 0 0 246 -3 0 0 339 29 0 0 117 -7 0 0 250 -8 0 0 252 -8 0 0 121 -18 0 0\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 600\nFlags: HMW\nHStem: -14 100<282 339> 497 100<267.5 324.5>\nVStem: 82 104<410.5 442.5> 434 104<140.5 172.5>\nFore\n517 531 m 2\n 517 443 l 2\n 517 415 515 407 508 397 c 0\n 498 384 483 376 468 376 c 0\n 454 376 440 382 432 390 c 0\n 425 398 425 398 418 430 c 0\n 409 470 361 497 299 497 c 0\n 236 497 186 464 186 421 c 0\n 186 400 201 377 223 366 c 0\n 243 356 248 354 323 340 c 0\n 410 324 448 310 479 285 c 0\n 519 253 538 212 538 160 c 0\n 538 56 446 -14 309 -14 c 0\n 255 -14 202 -1 153 25 c 1\n 136 5 129 1 113 1 c 0\n 78 1 62 22 62 67 c 2\n 62 133 l 2\n 62 158 64 169 71 179 c 0\n 81 192 96 199 112 199 c 0\n 126 199 139 194 148 185 c 0\n 155 178 155 178 163 151 c 0\n 173 115 236 86 302 86 c 0\n 376 86 434 119 434 162 c 0\n 434 183 420 203 398 215 c 0\n 377 226 361 230 293 242 c 0\n 228 253 196 263 164 281 c 0\n 113 310 82 363 82 420 c 0\n 82 521 175 597 299 597 c 0\n 350 597 394 586 429 564 c 1\n 439 589 448 597 468 597 c 0\n 485 597 502 588 510 574 c 0\n 516 565 517 557 517 531 c 2\nEndSplineSet\nKernsSLIF: 65 -10 0 0 198 -10 0 0 193 -10 0 0 196 -10 0 0 197 -10 0 0 84 -41 0 0 86 -10 0 0 87 -12 0 0 89 -31 0 0 116 -17 0 0\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 600\nFlags: HMW\nHStem: 0 100<184 249 349 415> 483 100<142 249 142 142 349 458 349 349>\nVStem: 42 100<390 483> 249 100<100 483> 458 100<390 483 483 483>\nFore\n349 483 m 1\n 349 100 l 1\n 415 100 l 2\n 442 100 450 98 460 91 c 0\n 473 81 481 66 481 50 c 0\n 481 33 472 16 457 7 c 0\n 450 3 435 0 415 0 c 2\n 184 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 35 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 184 100 c 2\n 249 100 l 1\n 249 483 l 1\n 142 483 l 1\n 142 390 l 2\n 142 363 140 355 133 345 c 0\n 123 332 108 324 92 324 c 0\n 75 324 58 333 49 348 c 0\n 44 357 42 367 42 390 c 2\n 42 583 l 1\n 558 583 l 1\n 558 390 l 2\n 558 362 557 355 549 345 c 0\n 539 332 524 324 508 324 c 0\n 491 324 474 334 465 348 c 0\n 460 357 458 367 458 390 c 2\n 458 483 l 1\n 349 483 l 1\nEndSplineSet\nKernsSLIF: 65 -28 0 0 198 -28 0 0 193 -28 0 0 194 -28 0 0 196 -28 0 0 192 -28 0 0 197 -28 0 0 195 -28 0 0 67 -19 0 0 71 -19 0 0 74 -65 0 0 79 -14 0 0 338 6 0 0 211 -14 0 0 212 -14 0 0 214 -14 0 0 210 -14 0 0 216 -14 0 0 213 -14 0 0 83 -41 0 0 86 10 0 0 87 4 0 0 89 -10 0 0 97 -34 0 0 230 -12 0 0 99 -37 0 0 58 -112 0 0 44 -130 0 0 101 -26 0 0 103 -24 0 0 171 -73 0 0 8249 -73 0 0 45 -91 0 0 105 -42 0 0 106 -49 0 0 111 -31 0 0 248 -31 0 0 46 -148 0 0 114 -28 0 0 115 -39 0 0 59 -100 0 0 117 4 0 0 118 10 0 0 119 10 0 0\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 600\nFlags: HMW\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nFore\n529 483 m 1\n 529 205 l 2\n 529 134 502 78 445 35 c 0\n 402 2 355 -14 300 -14 c 0\n 246 -14 198 2 155 35 c 0\n 99 78 71 134 71 205 c 2\n 71 483 l 1\n 31 484 10 501 10 533 c 0\n 10 550 19 567 34 576 c 0\n 43 582 51 583 76 583 c 2\n 206 583 l 2\n 234 583 241 582 252 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 263 499 248 490 c 0\n 240 485 229 483 206 483 c 2\n 171 483 l 1\n 171 196 l 2\n 171 135 229 86 300 86 c 128\n 371 86 429 135 429 196 c 2\n 429 483 l 1\n 394 483 l 2\n 368 483 358 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 368 583 394 583 c 2\n 524 583 l 2\n 551 583 559 581 570 574 c 0\n 583 564 590 549 590 533 c 0\n 590 501 569 483 529 483 c 1\nEndSplineSet\nKernsSLIF: 65 -19 0 0 198 -18 0 0 193 -19 0 0 194 -19 0 0 196 -19 0 0 197 -19 0 0 195 -19 0 0 44 -95 0 0 109 16 0 0 110 -8 0 0 46 -114 0 0 114 -34 0 0\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 600\nFlags: HMW\nHStem: 0 20 483 100<45 47 159 159 159 178 423 447 553 555 555 563.5>\nFore\n303 144 m 1\n 447 483 l 1\n 423 483 l 2\n 396 483 388 485 377 492 c 1\n 365 502 357 517 357 533 c 0\n 357 550 366 567 381 576 c 0\n 390 582 397 583 423 583 c 2\n 555 583 l 2\n 581 583 591 581 600 574 c 0\n 613 564 621 549 621 533 c 0\n 621 513 607 493 590 487 c 0\n 581 484 574 483 553 483 c 1\n 348 0 l 1\n 249 0 l 1\n 47 483 l 1\n 27 483 19 484 10 487 c 0\n -7 493 -21 513 -21 533 c 0\n -21 550 -12 567 3 576 c 0\n 12 582 19 583 45 583 c 2\n 178 583 l 2\n 204 583 214 581 224 574 c 0\n 236 564 244 549 244 533 c 0\n 244 516 235 499 220 490 c 0\n 211 485 202 483 178 483 c 2\n 159 483 l 1\n 303 144 l 1\nEndSplineSet\nKernsSLIF: 65 -4 0 0 198 -12 0 0 193 -4 0 0 194 -4 0 0 196 -4 0 0 192 -4 0 0 197 -4 0 0 195 -4 0 0 67 -24 0 0 71 -24 0 0 79 -23 0 0 211 -23 0 0 212 -23 0 0 214 -23 0 0 210 -23 0 0 216 -23 0 0 213 -23 0 0 83 -27 0 0 84 10 0 0 97 -54 0 0 230 -27 0 0 58 -132 0 0 44 -146 0 0 101 -47 0 0 103 -46 0 0 171 -75 0 0 8249 -75 0 0 45 -39 0 0 105 -59 0 0 111 -52 0 0 248 -48 0 0 46 -164 0 0 114 -45 0 0 59 -120 0 0 117 -15 0 0 121 -17 0 0\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 600\nFlags: HMW\nHStem: 0 20 483 100<139 139 139 187 413 466>\nFore\n300 277 m 1\n 209 0 l 1\n 98 0 l 1\n 36 483 l 1\n 6 487 -10 503 -10 531 c 0\n -10 550 -1 566 14 576 c 0\n 23 582 30 583 56 583 c 2\n 187 583 l 2\n 215 583 223 581 233 574 c 0\n 246 564 254 549 254 533 c 0\n 254 516 245 499 230 490 c 0\n 221 485 211 483 187 483 c 2\n 139 483 l 1\n 175 211 l 1\n 251 437 l 1\n 355 437 l 1\n 431 211 l 1\n 466 483 l 1\n 413 483 l 2\n 388 483 377 485 368 492 c 0\n 355 502 347 517 347 533 c 0\n 347 550 356 567 371 576 c 0\n 380 582 387 583 413 583 c 2\n 544 583 l 2\n 571 583 580 581 590 574 c 0\n 602 564 610 549 610 533 c 0\n 610 506 593 488 563 483 c 1\n 503 0 l 1\n 393 0 l 1\n 300 277 l 1\nEndSplineSet\nKernsSLIF: 65 -9 0 0 198 -9 0 0 193 -9 0 0 194 -9 0 0 196 -9 0 0 192 -9 0 0 197 -9 0 0 195 -9 0 0 67 -4 0 0 71 -3 0 0 79 -2 0 0 211 -2 0 0 212 -2 0 0 214 -2 0 0 210 -2 0 0 216 2 0 0 213 -2 0 0 83 -17 0 0 84 4 0 0 97 -11 0 0 230 17 0 0 58 -99 0 0 44 -83 0 0 101 -3 0 0 103 -3 0 0 171 -31 0 0 8249 -31 0 0 45 1 0 0 105 -38 0 0 111 -8 0 0 248 -4 0 0 46 -101 0 0 114 -25 0 0 59 -82 0 0 117 1 0 0 121 -2 0 0\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 600\nFlags: HW\nHStem: 0 21G<76 187 413 524> 1 99<58 69> 563 20G<85 176 422 512>\nVStem: 10 243<48 52> 19 224<528 535> 347 243<48 52> 355 223<528 535>\nDStem: 77 483 205 484 235 298 300 375 235 298 301 220 69 100 199 100 301 220 364 297 402 100 531 100 393 484 521 483 300 375 364 297\nFore\n19 533 m 0\n 19 568.559 48.2713 583 85 583 c 2\n 176 583 l 2\n 204 583 212 581 222 574 c 0\n 235 564 243 549 243 533 c 0\n 243 511 234 498 205 484 c 1\n 300 375 l 1\n 393 484 l 1\n 365 498 355 511 355 533 c 0\n 355 548 363 564 376 573 c 0\n 384 580 400 583 422 583 c 2\n 512 583 l 2\n 539 583 547 581 557 574 c 0\n 571 564 578 549 578 533 c 0\n 578 502 556 484 521 483 c 1\n 364 297 l 1\n 531 100 l 1\n 569 99 590 81 590 50 c 0\n 590 33 581 16 566 7 c 0\n 558 2 545 0 524 0 c 2\n 413 0 l 2\n 369 0 347 17 347 50 c 0\n 347 80 367 98 402 100 c 1\n 301 220 l 1\n 199 100 l 1\n 233 98 253 80 253 50 c 0\n 253 33 244 16 229 7 c 0\n 221 2 208 0 187 0 c 2\n 76 0 l 2\n 52 0 40 3 31 9 c 0\n 18 19 10 34 10 50 c 0\n 10 81 32 100 69 100 c 1\n 235 298 l 1\n 77 483 l 1\n 40 485 19 503 19 533 c 0\nEndSplineSet\nMinimumDistance: x17,-1 x8,13 x0,4 x21,17 x30,25 \nKernsSLIF: 67 -28 0 0 79 -26 0 0 214 -26 0 0 81 -26 0 0 101 -12 0 0 45 -50 0 0 111 -18 0 0 117 -28 0 0 121 -43 0 0\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 600\nFlags: HMW\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5>\nVStem: 250 100<100 245>\nFore\n21 533 m 0\n 21 568.794 49.4486 583 88 583 c 2\n 177 583 l 2\n 204 583 213 581 223 574 c 0\n 235 564 243 549 243 533 c 0\n 243 510 231 495 205 484 c 1\n 300 348 l 1\n 394 484 l 1\n 367 494 354 510 354 533 c 0\n 354 550 363 567 378 576 c 0\n 387 582 396 583 421 583 c 2\n 513 583 l 2\n 540 583 549 581 558 574 c 0\n 572 564 579 549 579 533 c 0\n 579 502 551 479 516 483 c 2\n 514 483 l 1\n 350 245 l 1\n 350 100 l 1\n 415 100 l 2\n 443 100 451 98 461 91 c 0\n 474 81 482 66 482 50 c 0\n 482 33 473 16 458 7 c 0\n 451 3 436 0 415 0 c 2\n 185 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 34 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 185 100 c 2\n 250 100 l 1\n 250 245 l 1\n 85 483 l 1\n 44 483 21 501 21 533 c 0\nEndSplineSet\nKernsSLIF: 65 -25 0 0 198 -28 0 0 193 -25 0 0 194 -25 0 0 196 -25 0 0 192 -25 0 0 197 -25 0 0 195 -25 0 0 67 -45 0 0 71 -45 0 0 79 -44 0 0 211 -44 0 0 212 -44 0 0 214 -44 0 0 210 -44 0 0 216 -43 0 0 213 -44 0 0 83 -48 0 0 84 -10 0 0 97 -53 0 0 230 -28 0 0 58 -150 0 0 44 -118 0 0 101 -59 0 0 103 -59 0 0 171 -94 0 0 8249 -94 0 0 45 -81 0 0 105 -58 0 0 111 -64 0 0 248 -51 0 0 112 -30 0 0 46 -136 0 0 59 -133 0 0 117 -43 0 0 118 -33 0 0\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 600\nFlags: HMW\nHStem: 0 100<201 427> 483 100<196 375 196 196>\nVStem: 96 100<413 483> 427 100<100 172>\nFore\n201 100 m 1\n 427 100 l 1\n 427 172 l 2\n 427 197 429 208 436 218 c 0\n 446 230 461 238 477 238 c 0\n 494 238 511 229 520 214 c 0\n 526 205 527 198 527 172 c 2\n 527 0 l 1\n 73 0 l 1\n 73 100 l 1\n 375 483 l 1\n 196 483 l 1\n 196 413 l 2\n 196 386 194 377 187 368 c 0\n 177 355 162 347 146 347 c 0\n 129 347 113 356 103 371 c 0\n 98 380 96 388 96 413 c 2\n 96 583 l 1\n 504 583 l 1\n 504 486 l 1\n 201 100 l 1\nEndSplineSet\nKernsSLIF: 118 -41 0 0 121 -52 0 0\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 600\nFlags: HMW\nHStem: -148 100<350 409> 527 100<350 350 350 408>\nVStem: 250 100<-48 527>\nFore\n350 527 m 1\n 350 -48 l 1\n 409 -48 l 2\n 436 -48 444 -50 454 -57 c 0\n 467 -67 475 -82 475 -98 c 0\n 475 -115 466 -131 451 -141 c 0\n 443 -146 431 -148 409 -148 c 2\n 250 -148 l 1\n 250 627 l 1\n 408 627 l 2\n 435 627 443 625 454 618 c 0\n 467 608 474 593 474 577 c 0\n 474 560 465 543 450 534 c 0\n 442 529 430 527 408 527 c 2\n 350 527 l 1\nEndSplineSet\nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 600\nFlags: HW\nDStem: 95 610 184 651 415 -69 505 -27\nFore\n184 651 m 1\n 505 -27 l 2\n 514 -45 517 -55 517 -65 c 0\n 517 -90 493 -113 467 -113 c 0\n 443 -113 431 -103 415 -69 c 2\n 95 610 l 1\n 85 630 83 636 83 647 c 0\n 83 672 106 695 133 695 c 0\n 156 695 169 685 184 651 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 600\nFlags: HMW\nHStem: -148 100<192 250> 527 100<191 250>\nVStem: 250 100<-48 527 527 527>\nFore\n250 -48 m 1\n 250 527 l 1\n 191 527 l 2\n 164 527 156 529 146 536 c 0\n 133 546 125 561 125 577 c 0\n 125 594 134 610 149 620 c 0\n 157 625 169 627 191 627 c 2\n 350 627 l 1\n 350 -148 l 1\n 192 -148 l 2\n 165 -148 157 -146 146 -139 c 0\n 133 -129 126 -114 126 -98 c 0\n 126 -81 135 -64 150 -55 c 0\n 158 -50 170 -48 192 -48 c 2\n 250 -48 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 600\nFlags: HW\nDStem: 299 494 299 652 418 355 495 419 299 652 299 494 105 419 182 356 299 494 299 652 418 355 495 419 299 652 299 494 105 419 182 356 299 494 299 652 418 355 495 419 299 652 299 494 105 419 182 356 299 494 299 652 418 355 495 419 299 652 299 494 105 419 182 356 299 494 299 652 418 355 495 419 299 652 299 494 105 419 182 356 299 494 299 652 418 355 495 419 299 652 299 494 105 419 182 356 299 494 299 652 418 355 495 419 299 652 299 494 105 419 182 356 299 494 299 652 418 355 495 419\nFore\n299 494 m 1\n 182 356 l 2\n 160 330 153 325 133 325 c 0\n 106 325 83 348 83 375 c 0\n 83 390 87 398 105 419 c 2\n 299 652 l 1\n 495 419 l 2\n 513 398 517 390 517 375 c 0\n 517 348 494 325 467 325 c 0\n 448 325 439 330 418 355 c 2\n 299 494 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 600\nFlags: HMW\nHStem: -125 50<-12 612>\nFore\n612 -75 m 1\n 612 -125 l 1\n -12 -125 l 1\n -12 -75 l 1\n 612 -75 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 600\nFlags: HW\nDStem: 148 624 194 680 281 512 327 569\nFore\n194 680 m 2\n 327 569 l 2\n 343 556 350 545 350 532 c 0\n 350 513 333 496 313 496 c 0\n 303 496 296 500 281 512 c 2\n 148 624 l 1\n 131 637 125 647 125 660 c 0\n 125 680 141 696 162 696 c 0\n 173 696 178 693 194 680 c 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 600\nFlags: HW\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nFore\n388 0 m 1\n 388 23 l 1\n 340 -2 281 -16 222 -16 c 0\n 123 -16 42 45 42 119 c 0\n 42 150 57 185 81 212 c 0\n 126 262 195 288 284 288 c 0\n 316 288 347 285 388 278 c 1\n 388 301 l 2\n 388 335 359 350 295 350 c 0\n 262 350 225 345 179 333 c 0\n 162 329 148 327 139 327 c 0\n 111 327 90 349 90 378 c 0\n 90 399 100 413 120 420 c 0\n 168 437 242 450 292 450 c 0\n 415 450 489 395 489 302 c 2\n 489 100 l 1\n 505 100 l 2\n 532 100 541 98 551 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 16 547 7 c 0\n 540 2 526 0 505 0 c 2\n 388 0 l 1\n389 135 m 1\n 389 185 l 1\n 349 192 312 196 278 196 c 0\n 210 196 148 161 148 123 c 0\n 148 101 181 84 224 84 c 0\n 278 84 334 101 389 135 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nKernsSLIF: 106 -81 0 0 8217 -78 0 0 118 -21 0 0 119 -12 0 0 121 -31 0 0\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 600\nFlags: HMW\nHStem: -14 100<295.5 346.5> 351 100<298.5 347>\nVStem: 74 100<180.5 236.5 401 524 524 524> 471 100<202 235.5>\nFore\n174 624 m 1\n 174 401 l 1\n 217 435 264 451 324 451 c 0\n 399 451 455 430 501 386 c 128\n 547 342 571 284 571 218 c 0\n 571 153 547 96 501 51 c 0\n 455 7 399 -14 325 -14 c 0\n 266 -14 226 -1 174 35 c 1\n 174 0 l 1\n 58 0 l 2\n 34 0 21 3 12 9 c 0\n 0 19 -8 34 -8 50 c 0\n -8 67 1 84 16 93 c 0\n 25 99 33 100 58 100 c 2\n 74 100 l 1\n 74 524 l 1\n 58 524 l 2\n 32 524 22 526 12 533 c 0\n 0 543 -8 558 -8 574 c 0\n -8 591 1 608 16 617 c 0\n 25 623 34 624 58 624 c 2\n 174 624 l 1\n323 86 m 0\n 410.325 86 471 141.857 471 219 c 0\n 471 252 456 286 432 311 c 1\n 403 339 371 351 323 351 c 0\n 274 351 241 339 213 311 c 0\n 188 286 174 253 174 220 c 0\n 174 141 235 86 323 86 c 0\nEndSplineSet\nKernsSLIF: 119 4 0 0 121 -10 0 0\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 600\nFlags: HMW\nHStem: -16 100<274.5 350> 350 100<284.5 332>\nVStem: 54 100<176.5 226>\nFore\n310 350 m 0\n 215.259 350 154 291.698 154 207 c 0\n 154 125 213 84 330 84 c 0\n 370 84 411 89 435 97 c 0\n 454 103 459 107 485 128 c 0\n 494 136 503 140 515 140 c 0\n 542 140 565 117 565 89 c 0\n 565 63 542 37 501 16 c 0\n 460 -4 396 -16 323 -16 c 0\n 226 -16 164 5 115 53 c 0\n 75 93 54 146 54 207 c 0\n 54 350 159 450 310 450 c 0\n 367 450 415 440 454 420 c 1\n 460 441 471 450 492 450 c 0\n 525 450 540 430 540 384 c 2\n 540 307 l 2\n 540 281 538 271 531 262 c 0\n 521 249 506 241 490 241 c 0\n 477 241 462 247 454 255 c 1\n 446 261 444 267 439 289 c 0\n 435 307 429 316 416 325 c 0\n 390 341 354 350 310 350 c 0\nEndSplineSet\nKernsSLIF: 104 11 0 0 107 6 0 0\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 600\nFlags: HMW\nHStem: -14 100<258 306> 351 100<257 306>\nVStem: 33 100<202 235.5> 431 100<201 235 401 525 525 525>\nFore\n531 624 m 1\n 531 100 l 1\n 547 100 l 2\n 574 100 583 98 593 91 c 0\n 605 81 613 66 613 50 c 0\n 613 33 604 16 589 7 c 0\n 581 2 570 0 547 0 c 2\n 431 0 l 1\n 431 35 l 1\n 378 -1 339 -14 280 -14 c 0\n 205 -14 149 7 103 51 c 0\n 57 96 33 153 33 219 c 0\n 33 284 57 342 103 386 c 128\n 149 430 205 451 281 451 c 0\n 341 451 388 435 431 401 c 1\n 431 525 l 1\n 415 525 l 2\n 389 525 379 527 369 534 c 0\n 357 544 349 559 349 575 c 128\n 349 591 358 608 373 617 c 0\n 382 623 389 624 415 624 c 2\n 531 624 l 1\n281 351 m 0\n 233 351 200 339 172 311 c 0\n 147 286 133 252 133 219 c 0\n 133 144.162 192.228 86 282 86 c 0\n 330 86 364 99 392 126 c 0\n 417 151 431 185 431 217 c 0\n 431 253 417 286 392 311 c 0\n 363 339 331 351 281 351 c 0\nEndSplineSet\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 600\nFlags: HMW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nFore\n550 172 m 1\n 142 172 l 1\n 165 112 218 84 306 84 c 0\n 352 84 377 88 469 112 c 0\n 481 115 493 117 502 117 c 0\n 529 117 550 95 550 67 c 0\n 550 47 539 33 515 22 c 0\n 470 2 368 -16 297 -16 c 0\n 142 -16 33 80 33 216 c 0\n 33 348 145 450 291 450 c 0\n 440 450 550 349 550 211 c 2\n 550 172 l 1\n145 260 m 1\n 439 260 l 1\n 423 315 365 350 292 350 c 128\n 219 350 160 314 145 260 c 1\nEndSplineSet\nKernsSLIF: 8217 -65 0 0 116 -16 0 0 118 -9 0 0 119 -3 0 0 120 6 0 0 121 -20 0 0\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 600\nFlags: HMW\nHStem: 0 100<141 199 299 438> 337 100<153 199 299 450> 523 100<354.5 398.5>\nVStem: 199 100<100 337 437 474>\nFore\n299 337 m 1\n 299 100 l 1\n 438 100 l 2\n 465 100 474 98 484 91 c 0\n 496 81 504 66 504 50 c 0\n 504 33 495 17 480 7 c 0\n 473 3 458 0 438 0 c 2\n 141 0 l 2\n 118 0 104 3 95 10 c 0\n 83 19 75 35 75 50 c 0\n 75 67 84 84 99 93 c 0\n 108 99 115 100 141 100 c 2\n 199 100 l 1\n 199 337 l 1\n 152 337 l 2\n 128 337 116 339 107 347 c 1\n 94 356 86 371 86 387 c 0\n 86 404 95 421 110 430 c 0\n 119 436 126 437 153 437 c 2\n 199 437 l 1\n 199 474 l 2\n 199 566 273 623 392 623 c 0\n 434 623 497 616 529 607 c 0\n 556 600 571 583 571 560 c 0\n 571 531 550 509 524 509 c 0\n 518 509 508 510 496 512 c 0\n 462 518 414 523 383 523 c 0\n 326 523 299 507 299 474 c 2\n 299 437 l 1\n 450 437 l 2\n 477 437 485 435 495 428 c 0\n 508 418 516 403 516 387 c 0\n 516 370 507 354 492 344 c 0\n 484 339 472 337 450 337 c 2\n 299 337 l 1\nEndSplineSet\nKernsSLIF: 97 -32 0 0 225 -32 0 0 228 -32 0 0 230 -7 0 0 229 -32 0 0 101 -43 0 0 233 -43 0 0 102 -43 0 0 105 -37 0 0 106 -60 0 0 108 -25 0 0 111 -47 0 0 243 -47 0 0 246 -42 0 0 339 -15 0 0 248 -29 0 0 8217 -73 0 0 115 -42 0 0 116 -6 0 0\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 600\nFlags: HMW\nHStem: -205 100<207 316 316 319> -14 100<233 295> 351 100<233 296>\nVStem: 33 100<182 255.5> 410 100<-20 35 35 35 181 254.5>\nFore\n410 401 m 1\n 410 437 l 1\n 526 437 l 2\n 553 437 562 435 572 428 c 0\n 584 418 592 403 592 387 c 0\n 592 370 583 353 568 344 c 0\n 560 339 549 337 526 337 c 2\n 510 337 l 1\n 510 -20 l 2\n 510 -126 428 -205 319 -205 c 2\n 207 -205 l 2\n 182 -205 171 -203 162 -195 c 1\n 149 -186 141 -171 141 -155 c 0\n 141 -138 150 -121 165 -112 c 0\n 174 -106 181 -105 207 -105 c 2\n 316 -105 l 2\n 373 -105 410 -72 410 -20 c 2\n 410 35 l 1\n 364 1 321 -14 269 -14 c 0\n 135 -14 33 86 33 218 c 0\n 33 351 135 451 269 451 c 0\n 323 451 371 434 410 401 c 1\n271 351 m 0\n 195 351 133 292 133 219 c 0\n 133 145 195 86 271 86 c 128\n 347 86 410 145 410 217 c 0\n 410 292 349 351 271 351 c 0\nEndSplineSet\nKernsSLIF: 97 -4 0 0 228 -4 0 0 230 23 0 0 229 -4 0 0 101 1 0 0 233 1 0 0 108 -34 0 0 243 -3 0 0 246 -3 0 0\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 600\nFlags: HMW\nHStem: 0 20 350 100<306 336.5>\nVStem: 95 100<100 283 389 524 524 524> 409 100<100 271 271 284>\nFore\n195 624 m 1\n 195 389 l 1\n 235 430 280 450 332 450 c 0\n 438 450 509 384 509 284 c 2\n 509 100 l 1\n 515 100 l 2\n 542 100 551 98 561 91 c 0\n 573 81 581 66 581 50 c 0\n 581 33 572 16 557 7 c 0\n 549 2 536 0 515 0 c 2\n 403 0 l 2\n 379 0 366 3 357 9 c 0\n 344 19 336 34 336 50 c 0\n 336 67 345 83 360 93 c 0\n 369 98 378 100 403 100 c 2\n 409 100 l 1\n 409 271 l 2\n 409 305 405 317 388 331 c 128\n 371 345 352 350 321 350 c 0\n 274 350 252 338 195 283 c 1\n 195 100 l 1\n 201 100 l 2\n 229 100 237 98 247 91 c 0\n 260 81 268 66 268 50 c 0\n 268 33 259 17 244 7 c 0\n 236 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 44 9 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 524 l 1\n 79 524 l 2\n 53 524 43 526 33 533 c 0\n 21 543 13 559 13 574 c 0\n 13 591 22 608 37 617 c 0\n 46 622 55 624 79 624 c 2\n 195 624 l 1\nEndSplineSet\nKernsSLIF: 8217 -69 0 0 121 -23 0 0\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 600\nFlags: HW\nHStem: 0 100<110 249 350 478> 337 100<158 249> 518 105<219 335>\nVStem: 218 118<519 622> 250 100<100 337>\nFore\n350 437 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 34 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 337 l 1\n 172 337 l 2\n 147 337 135 339 126 347 c 1\n 113 356 105 371 105 387 c 0\n 105 404 114 421 129 430 c 0\n 138 436 146 437 172 437 c 2\n 350 437 l 1\n336 623 m 1\n 336 518 l 1\n 218 518 l 1\n 218 623 l 1\n 336 623 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x18,1 y1,18 y1,0 \nKernsSLIF: 84 -58 0 0 106 -143 0 0\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 600\nFlags: HW\nHStem: -205 100<165 310> 337 100<165 387> 518 105<312 429>\nVStem: 311 119<519 622> 388 100<-29 337>\nFore\n388 337 m 1\n 186 337 l 2\n 161 337 150 339 141 347 c 1\n 128 356 120 372 120 387 c 0\n 120 404 129 421 144 430 c 0\n 153 436 160 437 186 437 c 2\n 488 437 l 1\n 488 -20 l 2\n 488 -125 406 -205 297 -205 c 2\n 183 -205 l 2\n 158 -205 147 -203 138 -195 c 1\n 125 -186 117 -170 117 -155 c 0\n 117 -138 127 -121 141 -112 c 0\n 150 -106 158 -105 183 -105 c 2\n 294 -105 l 2\n 351 -105 388 -72 388 -20 c 2\n 388 337 l 1\n430 623 m 1\n 430 518 l 1\n 311 518 l 1\n 311 623 l 1\n 430 623 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 600\nFlags: HW\nHStem: 0 100<81.7263 114 471 525> 337 100<429 473> 524 100<81 114>\nVStem: 115 100<100 164 288 524> 278 245<384 389> 320 251<48 52>\nDStem: 233 178 311 241 336 87 471 100 294 350 429 337 215 287 311 241\nFore\n215 164 m 1\n 215 0 l 1\n 99 0 l 2\n 55 0 33 17 33 50 c 0\n 33 67 42 84 57 93 c 0\n 66 99 74 100 99 100 c 2\n 115 100 l 1\n 115 524 l 1\n 99 524 l 2\n 73 524 63 526 53 533 c 0\n 41 543 33 558 33 574 c 0\n 33 591 42 608 57 617 c 0\n 66 623 75 624 99 624 c 2\n 215 624 l 1\n 215 287 l 1\n 294 350 l 1\n 282 364 278 373 278 387 c 0\n 278 404 287 420 302 430 c 0\n 310 435 321 437 345 437 c 2\n 457 437 l 2\n 482 437 493 435 503 428 c 0\n 516 418 523 403 523 387 c 0\n 523 370 514 354 499 344 c 0\n 491 339 480 337 457 337 c 2\n 429 337 l 1\n 311 241 l 1\n 471 100 l 1\n 504 100 l 2\n 532 100 540 98 550 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 504 0 c 2\n 386 0 l 2\n 342 0 320 17 320 50 c 0\n 320 64 324 74 336 87 c 1\n 233 178 l 1\n 215 164 l 1\nEndSplineSet\nMinimumDistance: x29,-1 \nKernsSLIF: 97 1 0 0 225 1 0 0 228 1 0 0 230 26 0 0 229 1 0 0 44 -63 0 0 101 -11 0 0 233 -11 0 0 103 -14 0 0 45 -50 0 0 111 -17 0 0 243 -17 0 0 246 -17 0 0 46 -75 0 0 115 -9 0 0 117 -3 0 0 252 -3 0 0\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 600\nFlags: HMW\nHStem: 0 100<128 250 350 472> 524 100<172 250>\nVStem: 250 100<100 524 524 524>\nFore\n350 624 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 35 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 524 l 1\n 172 524 l 2\n 147 524 135 526 126 534 c 1\n 112 543 105 558 105 574 c 0\n 105 592 114 608 129 617 c 0\n 138 623 147 624 172 624 c 2\n 350 624 l 1\nEndSplineSet\nKernsSLIF: 118 -77 0 0 121 -77 0 0\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 600\nFlags: HW\nHStem: 0 21G<48 136 252 346 463 557> 1 99<28 40 141.031 156.045 352.031 366.367 563 573> 350 100<216 228 427 434> 417 20G<48 141>\nVStem: 41 100<100 305> 252 100<100 305> 252 160<48 52> 463 100<100 321> 463 160<48 52>\nFore\n-19 387 m 0\n -19 421.589 8.13758 437 48 437 c 2\n 141 437 l 1\n 141 413 l 1\n 176 441 196 450 226 450 c 0\n 265 450 298 434 328 401 c 1\n 359 435 391 450 432 450 c 0\n 507 450 563 394 563 319 c 2\n 563 100 l 1\n 601 100 623 82 623 50 c 0\n 623 17 601 0 557 0 c 2\n 463 0 l 1\n 463 311 l 2\n 463 340 454 350 428 350 c 128\n 402 350 386 341 352 305 c 1\n 352 100 l 1\n 390 100 412 81 412 50 c 0\n 412 33 403 17 388 7 c 0\n 380 2 367 0 346 0 c 2\n 252 0 l 1\n 252 311 l 2\n 252 339 242 350 217 350 c 0\n 190 350 171 339 141 305 c 1\n 141 100 l 1\n 180 100 202 82 202 50 c 0\n 202 33 193 17 178 7 c 0\n 170 2 157 0 136 0 c 2\n 48 0 l 2\n 24 0 11 3 2 10 c 0\n -11 19 -19 35 -19 50 c 0\n -19 82 3 100 41 100 c 1\n 41 337 l 1\n 3 338 -19 356 -19 387 c 0\nEndSplineSet\nKernsSLIF: 112 32 0 0 118 18 0 0 119 22 0 0 121 8 0 0\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 600\nFlags: HW\nHStem: 0 100<71 94 196 215 407 409 510 525.03> 350 100<311 334> 417 20G<101 195>\nVStem: 95 100<100 282> 410 100<100 288>\nFore\n34 387 m 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\n 432.124 450 510 391.537 510 282 c 2\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 16 547 7 c 0\n 539 2 526 0 505 0 c 2\n 416 0 l 2\n 371 0 349 17 349 50 c 0\n 349 82 371 100 410 100 c 1\n 410 278 l 2\n 410 327 382 350 320 350 c 0\n 274 350 242 333 195 282 c 1\n 195 100 l 1\n 201 100 l 2\n 228 100 236 98 246 91 c 0\n 259 81 267 66 267 50 c 0\n 267 33 258 17 243 7 c 0\n 235 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 43 10 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 337 l 1\n 56 338 34 355 34 387 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nKernsSLIF: 84 -40 0 0 112 4 0 0 8217 -68 0 0 118 -12 0 0 119 -5 0 0 121 -22 0 0\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 600\nFlags: HMW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nFore\n303 450 m 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 128\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 128\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\nEndSplineSet\nKernsSLIF: 84 -31 0 0 8217 -62 0 0 116 -13 0 0 118 -6 0 0 119 -3 0 0 120 -10 0 0 121 -17 0 0\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 600\nFlags: HMW\nHStem: -205 100<58 74 174 232> 10 100<299.5 366> 350 100<302 343.5>\nVStem: 74 100<-105 66 195.5 247> 471 100<195 246.5>\nFore\n174 66 m 1\n 174 -105 l 1\n 232 -105 l 2\n 258 -105 268 -107 278 -114 c 0\n 291 -124 298 -139 298 -155 c 0\n 298 -172 289 -188 274 -198 c 0\n 266 -203 254 -205 232 -205 c 2\n 58 -205 l 2\n 33 -205 22 -203 12 -195 c 0\n 0 -186 -8 -171 -8 -155 c 0\n -8 -138 1 -121 16 -112 c 0\n 25 -106 34 -105 58 -105 c 2\n 74 -105 l 1\n 74 337 l 1\n 58 337 l 2\n 32 337 22 339 12 346 c 0\n 0 356 -8 371 -8 387 c 0\n -8 404 1 421 16 430 c 0\n 25 435 34 437 58 437 c 2\n 174 437 l 1\n 174 392 l 1\n 223 434 265 450 327 450 c 0\n 467 450 571 353 571 224 c 0\n 571 101 468 10 329 10 c 0\n 270 10 226 26 174 66 c 1\n323 350 m 0\n 281 350 248 341 222 321 c 0\n 193 300 174 263 174 231 c 0\n 174 160 235 110 323 110 c 0\n 409 110 471 160 471 230 c 0\n 471 263 452 300 423 321 c 0\n 397 341 364 350 323 350 c 0\nEndSplineSet\nKernsSLIF: 116 -3 0 0 121 -6 0 0\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 600\nFlags: HMW\nHStem: -205 100<373 431 531 547> 10 100<261 303> 350 100<260.5 308.5>\nVStem: 33 100<213.5 246.5> 431 100<-105 66 66 66 213 264.5>\nFore\n431 -105 m 1\n 431 66 l 1\n 379 26 334 10 275 10 c 0\n 136 10 33 101 33 224 c 0\n 33 354 137 450 277 450 c 0\n 340 450 382 434 431 392 c 1\n 431 437 l 1\n 547 437 l 2\n 574 437 583 435 593 428 c 0\n 605 418 613 403 613 387 c 0\n 613 370 604 353 589 344 c 0\n 581 339 570 337 547 337 c 2\n 531 337 l 1\n 531 -105 l 1\n 547 -105 l 2\n 574 -105 583 -107 593 -114 c 0\n 605 -124 613 -139 613 -155 c 0\n 613 -172 604 -188 589 -198 c 0\n 581 -203 569 -205 547 -205 c 2\n 373 -205 l 2\n 348 -205 337 -203 327 -195 c 0\n 314 -185 307 -171 307 -155 c 0\n 307 -138 316 -121 331 -112 c 0\n 339 -107 349 -105 373 -105 c 2\n 431 -105 l 1\n281 350 m 0\n 240 350 207 340 181 321 c 0\n 152 299 133 263 133 230 c 128\n 133 197 152 161 181 139 c 0\n 206 120 240 110 282 110 c 128\n 324 110 358 120 383 139 c 0\n 412 161 431 197 431 229 c 0\n 431 300 370 350 281 350 c 0\nEndSplineSet\nKernsSLIF: 99 2 0 0 117 41 0 0\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 600\nFlags: HW\nHStem: 0 100<101 177 279 422> 337 100<134 177> 349 100<438 447>\nVStem: 178 100<100 247>\nFore\n278 437 m 1\n 278 372 l 1\n 358 432 396 449 445 449 c 0\n 480 449 512 437 543 411 c 0\n 564 394 571 382 571 364 c 0\n 571 336 548 313 521 313 c 0\n 507 313 497 318 482 331 c 128\n 467 344 457 349 443 349 c 0\n 411 349 373 325 278 247 c 1\n 278 100 l 1\n 417 100 l 2\n 445 100 453 98 463 91 c 0\n 476 81 484 66 484 50 c 0\n 484 33 475 16 460 7 c 0\n 453 3 438 0 417 0 c 2\n 120 0 l 2\n 97 0 83 3 74 10 c 0\n 62 19 54 35 54 50 c 0\n 54 67 63 84 78 93 c 0\n 87 99 94 100 120 100 c 2\n 178 100 l 1\n 178 337 l 1\n 143 337 l 2\n 118 337 107 339 98 347 c 1\n 85 356 77 371 77 387 c 0\n 77 417.958 99.046 437 143 437 c 2\n 278 437 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 97 -17 0 0 225 -17 0 0 226 -17 0 0 228 -17 0 0 230 4 0 0 224 -17 0 0 229 -17 0 0 99 -18 0 0 231 -15 0 0 58 -95 0 0 44 -108 0 0 100 -8 0 0 101 -7 0 0 233 -7 0 0 234 -7 0 0 232 -7 0 0 102 -16 0 0 103 -5 0 0 104 -20 0 0 45 -41 0 0 105 -25 0 0 106 -33 0 0 107 -30 0 0 108 -47 0 0 109 36 0 0 110 10 0 0 111 -12 0 0 243 -12 0 0 244 -12 0 0 246 -12 0 0 339 18 0 0 242 -12 0 0 248 -12 0 0 112 30 0 0 46 -122 0 0 113 -4 0 0 8217 -41 0 0 114 -11 0 0 115 -21 0 0 59 -83 0 0 116 20 0 0 117 20 0 0 118 26 0 0 119 26 0 0 120 7 0 0 121 16 0 0 122 -21 0 0\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 600\nFlags: HMW\nHStem: -16 100<275.5 332> 350 100<275.5 322>\nVStem: 92 110<310.5 324> 417 110<115.5 133.5>\nFore\n456 281 m 0\n 429.522 281 416.89 297.799 404 321 c 1\n 376 341 343 350 301 350 c 0\n 250 350 202 333 202 315 c 0\n 202 306 212 297 228 291 c 0\n 242 286 248 285 312 276 c 0\n 387 266 427 255 457 238 c 0\n 501 214 527 171 527 125 c 0\n 527 43 433 -16 304 -16 c 0\n 247 -16 196 -6 156 13 c 1\n 145 4 137 1 124 1 c 0\n 106 1 90 9 80 25 c 0\n 75 34 73 43 73 67 c 2\n 73 100 l 2\n 73 127 75 136 83 146 c 0\n 93 160 107 167 124 167 c 0\n 150 167 166 153 175 123 c 1\n 204 97 246 84 300 84 c 0\n 364 84 417 104 417 127 c 0\n 417 140 404 154 383 162 c 0\n 366 169 345 173 291 179 c 0\n 151 194 92 234 92 313 c 0\n 92 393 178 450 298 450 c 0\n 347 450 388 442 427 424 c 1\n 435 443 444 450 459 450 c 0\n 491 450 506 430 506 384 c 2\n 506 347 l 2\n 506 321 504 311 497 301 c 0\n 487 289 471 281 456 281 c 0\nEndSplineSet\nKernsSLIF: 8217 -60 0 0 116 -11 0 0\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 325> 337 100<79 114 214 395> 571 20<156 172.5>\nVStem: 114 100<130.5 141 141 337 437 525>\nFore\n214 337 m 1\n 214 141 l 2\n 214 120 216 111 222 104 c 0\n 234 91 262 84 300 84 c 0\n 353 84 401 95 446 118 c 0\n 463 127 470 129 481 129 c 0\n 508 129 529 106 529 78 c 0\n 529 54 517 41 479 24 c 0\n 430 1 351 -16 299 -16 c 0\n 185 -16 114 37 114 122 c 2\n 114 337 l 1\n 79 337 l 2\n 54 337 43 339 33 347 c 0\n 21 356 13 372 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 53 437 79 437 c 2\n 114 437 l 1\n 114 525 l 2\n 114 551 116 561 124 571 c 0\n 133 583 148 591 164 591 c 0\n 181 591 198 582 207 567 c 0\n 213 558 214 551 214 525 c 2\n 214 437 l 1\n 395 437 l 2\n 422 437 430 435 441 428 c 1\n 453 418 461 403 461 387 c 0\n 461 370 452 353 437 344 c 0\n 429 339 417 337 395 337 c 2\n 214 337 l 1\nEndSplineSet\nKernsSLIF: 83 -35 0 0 97 -16 0 0 225 -16 0 0 228 -16 0 0 230 9 0 0 229 -16 0 0 58 -117 0 0 101 -24 0 0 233 -24 0 0 104 -5 0 0 111 -30 0 0 243 -30 0 0 246 -30 0 0 8217 -102 0 0 59 -103 0 0\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 600\nFlags: HMW\nHStem: -13 100<253 300.5> 337 100<375 410>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nFore\n273 -13 m 0\n 171.545 -13 95 46.3552 95 156 c 2\n 95 337 l 1\n 68 337 l 2\n 35 337 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 345 336 330 347 c 24\n 316 358 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\nEndSplineSet\nKernsSLIF: 8217 -56 0 0\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 600\nFlags: HMW\nHStem: 0 20 417 20<66 198 198 211 399 534 534 547>\nFore\n302 122 m 1\n 409 337 l 1\n 399 337 l 2\n 374 337 363 339 354 346 c 0\n 341 356 333 371 333 387 c 0\n 333 404 342 421 357 430 c 0\n 366 435 375 437 399 437 c 2\n 534 437 l 2\n 560 437 570 435 580 428 c 0\n 592 418 600 403 600 387 c 0\n 600 370 591 353 576 344 c 0\n 568 339 557 337 534 337 c 2\n 518 337 l 1\n 351 0 l 1\n 247 0 l 1\n 80 337 l 1\n 66 337 l 2\n 41 337 30 339 21 346 c 0\n 8 356 0 371 0 387 c 0\n 0 404 9 421 24 430 c 0\n 33 435 42 437 66 437 c 2\n 198 437 l 2\n 224 437 234 435 244 428 c 0\n 256 418 264 403 264 387 c 0\n 264 370 255 353 240 344 c 0\n 232 339 221 337 198 337 c 2\n 193 337 l 1\n 302 122 l 1\nEndSplineSet\nKernsSLIF: 97 -3 0 0 225 -3 0 0 226 -3 0 0 228 -3 0 0 230 18 0 0 224 -3 0 0 229 -3 0 0 227 -3 0 0 99 -11 0 0 58 -81 0 0 44 -136 0 0 103 1 0 0 45 -23 0 0 108 -77 0 0 111 -5 0 0 243 -5 0 0 246 -5 0 0 242 -5 0 0 248 -5 0 0 46 -156 0 0 115 -11 0 0 59 -69 0 0\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 600\nFlags: HMW\nHStem: 0 20 417 20<66 158 158 171 441 534 534 547>\nFore\n375 387 m 0\n 375 417.038 395.575 437 441 437 c 2\n 534 437 l 2\n 560 437 570 435 579 428 c 0\n 592 418 600 403 600 387 c 0\n 600 358 581 340 548 338 c 1\n 464 0 l 1\n 372 0 l 1\n 301 181 l 1\n 233 0 l 1\n 139 0 l 1\n 54 338 l 1\n 20 340 0 358 0 387 c 0\n 0 422.752 27.7938 437 66 437 c 2\n 158 437 l 2\n 184 437 194 435 204 428 c 0\n 216 418 224 403 224 387 c 0\n 224 370 215 354 201 345 c 0\n 193 340 185 338 160 338 c 1\n 199 185 l 1\n 259 343 l 1\n 347 343 l 1\n 408 185 l 1\n 448 338 l 1\n 441 338 l 2\n 415 338 405 340 396 347 c 0\n 383 356 375 372 375 387 c 0\nEndSplineSet\nKernsSLIF: 97 -3 0 0 225 -3 0 0 226 -3 0 0 228 -3 0 0 230 23 0 0 224 -3 0 0 229 -3 0 0 227 -3 0 0 99 -6 0 0 58 -81 0 0 44 -90 0 0 101 2 0 0 233 2 0 0 234 2 0 0 232 2 0 0 103 3 0 0 45 3 0 0 108 -48 0 0 111 -2 0 0 243 -2 0 0 246 -2 0 0 242 -2 0 0 248 2 0 0 46 -109 0 0 115 -11 0 0 59 -69 0 0\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 600\nFlags: HMW\nHStem: 0 20 417 20<106 198 198 211 400 491 491 504>\nFore\n334 386 m 0\n 334 422.868 361.695 437 400 437 c 2\n 491 437 l 2\n 517 437 527 435 537 428 c 0\n 550 418 558 403 558 387 c 0\n 558 358 539 340 505 337 c 1\n 373 227 l 1\n 525 100 l 1\n 559 98 579 80 579 50 c 0\n 579 33 569 16 555 7 c 0\n 547 2 534 0 513 0 c 2\n 401 0 l 2\n 376 0 364 3 354 10 c 0\n 341 20 334 34 334 51 c 0\n 334 74 349 93 374 100 c 1\n 299 161 l 1\n 226 100 l 1\n 254 88 264 75 264 51 c 0\n 264 17 242 0 198 0 c 2\n 87 0 l 2\n 43 0 21 17 21 50 c 0\n 21 80 41 98 75 100 c 1\n 220 228 l 1\n 92 337 l 1\n 59 340 40 358 40 387 c 0\n 40 422.752 67.7938 437 106 437 c 2\n 198 437 l 2\n 224 437 234 435 244 427 c 0\n 256 418 264 403 264 388 c 0\n 264 370 255 353 238 342 c 1\n 299 293 l 1\n 360 343 l 1\n 341 356 334 369 334 386 c 0\nEndSplineSet\nKernsSLIF: 97 5 0 0 99 -14 0 0 101 -5 0 0 233 -5 0 0 111 -10 0 0 113 -8 0 0\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 600\nFlags: HMW\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526>\nFore\n354 387 m 0\n 354 422.659 381.779 437 421 437 c 2\n 513 437 l 2\n 539 437 549 435 558 428 c 0\n 572 418 579 403 579 387 c 0\n 579 358 560 340 527 337 c 1\n 297 -105 l 1\n 302 -105 l 2\n 328 -105 338 -107 348 -114 c 0\n 360 -124 368 -139 368 -155 c 0\n 368 -172 359 -188 344 -198 c 0\n 336 -203 324 -205 302 -205 c 2\n 87 -205 l 2\n 62 -205 57 -206 42 -195 c 24\n 28 -184 21 -171 21 -155 c 0\n 21 -138 30 -121 45 -112 c 0\n 54 -107 63 -105 87 -105 c 2\n 187 -105 l 1\n 242 3 l 1\n 70 337 l 1\n 39 341 21 359 21 387 c 0\n 21 422.421 49.5887 437 87 437 c 2\n 177 437 l 2\n 203 437 213 435 223 428 c 0\n 235 418 243 403 243 387 c 0\n 243 356 222 338 184 337 c 1\n 298 114 l 1\n 418 337 l 1\n 377 337 354 355 354 387 c 0\nEndSplineSet\nKernsSLIF: 97 -13 0 0 225 -13 0 0 226 -13 0 0 228 -13 0 0 230 8 0 0 224 -13 0 0 229 -13 0 0 227 -13 0 0 99 -21 0 0 58 -91 0 0 44 -134 0 0 101 -11 0 0 233 -11 0 0 234 -11 0 0 232 -11 0 0 103 -9 0 0 45 -19 0 0 108 -78 0 0 111 -15 0 0 243 -15 0 0 246 -15 0 0 242 -15 0 0 248 -15 0 0 46 -155 0 0 115 -21 0 0 59 -79 0 0\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 600\nFlags: HMW\nHStem: 0 100<244 419> 337 100<197 346 197 197>\nFore\n244 100 m 1\n 419 100 l 1\n 421 135 439 154 469 154 c 0\n 486 154 503 145 512 130 c 0\n 518 121 519 114 519 88 c 2\n 519 0 l 1\n 85 0 l 1\n 85 83 l 1\n 346 337 l 1\n 197 337 l 1\n 197 328 l 2\n 197 301 195 293 188 283 c 0\n 178 270 163 262 147 262 c 0\n 130 262 113 271 104 286 c 0\n 99 295 97 305 97 328 c 2\n 97 437 l 1\n 506 437 l 1\n 506 356 l 1\n 244 100 l 1\nEndSplineSet\nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 600\nFlags: HMW\nVStem: 248 100<-22 -15 -15 142 328 485>\nFore\n348 485 m 2\n 348 328 l 2\n 348 285 342 268 319 240 c 1\n 343 211 348 194 348 142 c 2\n 348 -15 l 2\n 348 -42 356 -50 384 -52 c 0\n 413 -54 433 -75 433 -103 c 0\n 433 -133 411 -153 378 -153 c 0\n 308 -153 248 -93 248 -22 c 2\n 248 151 l 2\n 248 179 242 186 216 189 c 0\n 184 193 167 210 167 240 c 0\n 167 269 184 287 216 290 c 0\n 242 293 248 301 248 328 c 2\n 248 492 l 2\n 248 563 308 623 377 623 c 0\n 411 623 433 603 433 573 c 0\n 433 545 413 524 384 522 c 0\n 356 521 348 512 348 485 c 2\nEndSplineSet\nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 600\nFlags: HMW\nVStem: 250 100<-87 556>\nFore\n350 556 m 2\n 350 -87 l 2\n 350 -112 348 -122 341 -132 c 0\n 331 -145 316 -153 300 -153 c 0\n 283 -153 267 -144 257 -129 c 0\n 252 -121 250 -110 250 -87 c 2\n 250 556 l 2\n 250 582 252 592 259 602 c 0\n 269 614 284 622 300 622 c 0\n 317 622 334 613 343 598 c 0\n 348 589 350 580 350 556 c 2\nEndSplineSet\nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 600\nFlags: HMW\nVStem: 252 100<-15 142 328 485 485 492>\nFore\n252 -15 m 2\n 252 142 l 2\n 252 185 258 202 281 230 c 1\n 257 259 252 276 252 328 c 2\n 252 485 l 2\n 252 512 244 520 216 522 c 0\n 187 524 167 545 167 573 c 0\n 167 603 189 623 222 623 c 0\n 292 623 352 563 352 492 c 2\n 352 319 l 2\n 352 291 358 284 384 281 c 0\n 416 277 433 260 433 230 c 0\n 433 201 416 183 384 180 c 0\n 358 177 352 169 352 142 c 2\n 352 -22 l 2\n 352 -93 292 -153 223 -153 c 0\n 189 -153 167 -133 167 -103 c 0\n 167 -75 187 -54 216 -52 c 0\n 244 -51 252 -42 252 -15 c 2\nEndSplineSet\nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 600\nFlags: HW\nHStem: 179 105<388 393> 281 104<211 215>\nFore\n488 364 m 0\n 515 364 538 341 538 314 c 0\n 538 294 530 280 497 241 c 0\n 460 197 430 179 391 179 c 128\n 352 179 314 200 254 254 c 0\n 233 272 220 281 212 281 c 0\n 202 281 192 272 165 239 c 0\n 139 207 131 201 113 201 c 0\n 86 201 62 225 62 252 c 0\n 62 271 72 290 101 322 c 0\n 140 367 172 385 213 385 c 0\n 255 385 282 370 350 307 c 1\n 368 292 380 284 389 284 c 0\n 400 284 413 297 438 330 c 0\n 458 357 468 364 488 364 c 0\nEndSplineSet\nEndChar\nStartChar: nonbreakingspace\nEncoding: 160 160 95\nWidth: 600\nFlags: HW\nRef: 32 32 N 1 0 0 1 0 0\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 96\nWidth: 600\nFlags: HMW\nHStem: -227 20\nFore\n222 -114 m 1\n 251 183 l 2\n 254 214 272 232 300 232 c 128\n 328 232 347 213 350 183 c 2\n 379 -114 l 1\n 380 -127 381 -141 381 -147 c 0\n 381 -193 347 -227 300 -227 c 0\n 254 -227 220 -193 220 -147 c 0\n 220 -140 221 -126 222 -114 c 1\n292 426 m 2\n 309 426 l 2\n 346 426 375 397 375 360 c 128\n 375 323 346 294 309 294 c 2\n 292 294 l 2\n 255 294 225 323 225 360 c 128\n 225 397 255 426 292 426 c 2\nEndSplineSet\nEndChar\nStartChar: cent\nEncoding: 162 162 97\nWidth: 600\nFlags: HMW\nHStem: -44 241<292.5 309> 427 234<293 309.5>\nVStem: 83 100<278.5 343.5> 251 100<22 99 527 594>\nFore\n351 99 m 1\n 351 22 l 2\n 351 -5 349 -13 342 -23 c 0\n 332 -36 317 -44 301 -44 c 0\n 284 -44 268 -35 258 -20 c 0\n 253 -12 251 -1 251 22 c 2\n 251 103 l 1\n 148 128 83 209 83 312 c 0\n 83 409 152 493 251 517 c 1\n 251 594 l 2\n 251 621 253 630 261 640 c 0\n 271 654 285 661 301 661 c 0\n 318 661 335 652 344 637 c 0\n 350 628 351 620 351 594 c 2\n 351 527 l 1\n 382 522 404 515 424 503 c 1\n 433 506 438 507 444 507 c 0\n 462 507 478 498 488 483 c 0\n 494 474 495 467 495 441 c 2\n 495 399 l 2\n 495 372 493 364 486 354 c 0\n 476 341 461 333 445 333 c 0\n 433 333 418 339 410 346 c 1\n 403 354 403 354 395 384 c 0\n 388 414 365 427 320 427 c 0\n 241 427 183 377 183 310 c 0\n 183 247 238 197 310 197 c 0\n 347 197 381 208 415 233 c 0\n 427 241 437 245 449 245 c 0\n 475 245 499 221 499 194 c 0\n 499 152 439 114 351 99 c 1\nEndSplineSet\nEndChar\nStartChar: sterling\nEncoding: 163 163 98\nWidth: 600\nFlags: HW\nHStem: 0 100<248 450> 243 100<77 142 270 321> 498 100<289 313>\nVStem: 33 348<288 295> 55 495<51 90> 126 100<416.987 445> 169 101<208 242>\nFore\n314 243 m 2\n 269 243 l 1\n 270 231 270 221 270 216 c 0\n 270 172 264 142 247 100 c 1\n 450 100 l 1\n 454 130 471 146 499 146 c 0\n 530 146 550 124 550 90 c 0\n 550 32 512 0 442 0 c 2\n 121 0 l 2\n 98 0 85 3 76 10 c 0\n 63 19 55 35 55 51 c 0\n 55 78 70 93 105 100 c 0\n 130 105 141 113 150 132 c 0\n 163 157 169 188 169 224 c 0\n 169 227 169 235 168 243 c 1\n 99 243 l 2\n 74 243 63 245 54 252 c 0\n 41 262 33 277 33 293 c 0\n 33 310 42 327 57 336 c 0\n 66 342 74 343 99 343 c 2\n 143 343 l 1\n 131 379 126 403 126 432 c 0\n 126 529 198 598 299 598 c 0\n 377 598 457 546 457 495 c 0\n 457 467 435 444 408 444 c 0\n 389 444 384 447 361 472 c 0\n 345 490 325 498 298 498 c 0\n 257 498 226 472 226 437 c 0\n 226 416 226 414 246 343 c 1\n 314 343 l 2\n 341 343 350 341 360 334 c 0\n 373 324 381 309 381 293 c 0\n 381 276 372 260 357 250 c 0\n 348 245 338 243 314 243 c 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: currency\nEncoding: 164 164 99\nWidth: 600\nFlags: HMW\nHStem: 97 100<282 317.5> 388 100<282 318>\nVStem: 106 100<274.5 310> 394 100<274.5 309.5>\nFore\n131 388 m 1\n 110.655 407.729 73 437.986 73 469 c 0\n 73 496 96 519 124 519 c 0\n 141 519 148 515 171 493 c 2\n 203 462 l 1\n 240 482 264 488 300 488 c 128\n 336 488 360 481 397 461 c 1\n 428 491 l 2\n 450 513 458 517 475 517 c 0\n 503 517 526 494 526 466 c 0\n 526 449 522 442 500 420 c 2\n 469 388 l 1\n 488 351 494 327 494 292 c 128\n 494 257 488 233 468 196 c 1\n 501 162 l 2\n 522 141 527 132 527 116 c 0\n 527 88 503 64 475 64 c 0\n 458 64 451 68 429 90 c 2\n 395 122 l 1\n 359 103 335 97 300 97 c 0\n 264 97 241 103 204 123 c 1\n 171 91 l 2\n 148 68 141 64 124 64 c 0\n 96 64 73 87 73 115 c 0\n 73 132 77 139 99 162 c 2\n 131 196 l 1\n 112 233 106 257 106 292 c 0\n 106 328 112 352 131 388 c 1\n300 388 m 0\n 248 388 206 346 206 293 c 0\n 206 241 249 197 300 197 c 128\n 351 197 394 241 394 292 c 0\n 394 346 353 388 300 388 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 100\nWidth: 600\nFlags: HMW\nHStem: 0 100<204 250 350 397> 135 56<153 250 350 447> 225 56<153 225 375 447>\nVStem: 250 100<100 135 191 225>\nFore\n301 348 m 1\n 396 481 l 1\n 370 488 355 506 355 530 c 0\n 355 547 364 564 379 573 c 0\n 388 579 396 580 422 580 c 2\n 513 580 l 2\n 541 580 548 578 558 571 c 0\n 571 561 579 546 579 530 c 0\n 579 513 570 497 555 487 c 0\n 548.168 482.901 523.115 480 514 480 c 1\n 375 281 l 1\n 447 281 l 2\n 467 281 478 271 478 253 c 128\n 478 235 467 225 447 225 c 2\n 350 225 l 1\n 350 191 l 1\n 447 191 l 2\n 467 191 478 181 478 163 c 128\n 478 145 467 135 447 135 c 2\n 350 135 l 1\n 350 100 l 1\n 397 100 l 2\n 424 100 432 98 442 91 c 0\n 456 81 463 66 463 50 c 0\n 463 17 441 0 397 0 c 2\n 203 0 l 2\n 180 0 166 3 158 10 c 0\n 145 19 137 35 137 50 c 0\n 137 67 146 84 161 93 c 0\n 170 99 178 100 204 100 c 2\n 250 100 l 1\n 250 135 l 1\n 153 135 l 2\n 133 135 122 145 122 163 c 128\n 122 181 133 191 153 191 c 2\n 250 191 l 1\n 250 225 l 1\n 153 225 l 2\n 133 225 122 235 122 253 c 128\n 122 271 132 281 153 281 c 2\n 225 281 l 1\n 87 481 l 1\n 85 480 83 480 82 480 c 0\n 48 477 21 499 21 530 c 0\n 21 547 30 564 45 573 c 0\n 54 579 61 580 87 580 c 2\n 179 580 l 2\n 208 580 215 578 226 570 c 0\n 239 560 246 546 246 530 c 0\n 246 506 230 486 207 482 c 1\n 301 348 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 101\nWidth: 600\nFlags: HMW\nVStem: 250 100<-87 116 353 556>\nFore\n350 556 m 2\n 350 353 l 2\n 350 326 348 318 341 308 c 0\n 331 295 316 287 300 287 c 0\n 283 287 266 296 257 311 c 0\n 252 319 250 330 250 353 c 2\n 250 556 l 2\n 250 581 252 592 259 601 c 0\n 269 614 284 622 300 622 c 0\n 327 622 345 605 349 577 c 0\n 350 566 350 564 350 556 c 2\n350 116 m 2\n 350 -87 l 2\n 350 -112 348 -122 341 -132 c 0\n 331 -145 316 -153 300 -153 c 0\n 283 -153 267 -144 257 -129 c 0\n 252 -121 250 -110 250 -87 c 2\n 250 116 l 2\n 250 142 252 152 259 162 c 0\n 269 174 284 182 300 182 c 0\n 317 182 334 173 343 158 c 0\n 348 149 350 140 350 116 c 2\nEndSplineSet\nEndChar\nStartChar: section\nEncoding: 167 167 102\nWidth: 600\nFlags: HW\nHStem: -170 88<169 326> -170 182<116 133> 493 90<274 431>\nVStem: 36 96<284 294> 81 88<-81 -28> 132 85<433 442> 381 86<-30 -26> 431 88<438 492> 468 96<118 128>\nFore\n431 493 m 1\n 287 493 l 2\n 248 493 217 469 217 440 c 0\n 217 415 252 383 324 342 c 2\n 416 291 l 2\n 533 226 564 191 564 129 c 0\n 564 68 527 25 462 10 c 1\n 466 -7 467 -16 467 -28 c 0\n 467 -63 454 -94 429 -123 c 0\n 399 -156 365 -170 312 -170 c 2\n 81 -170 l 1\n 81 -43 l 2\n 81 -6 95 12 125 12 c 0\n 141 12 155 4 163 -9 c 0\n 168 -16 169 -22 169 -43 c 2\n 169 -82 l 1\n 314 -82 l 2\n 350 -82 381 -57 381 -29 c 0\n 381 -3 347 29 276 69 c 2\n 170 130 l 2\n 71 187 36 226 36 283 c 0\n 36 342 72 384 137 402 c 1\n 133 414 132 420 132 432 c 0\n 132 469 147 507 174 535 c 0\n 205 569 241 583 294 583 c 2\n 519 583 l 1\n 519 456 l 2\n 519 433 518 427 511 419 c 0\n 503 408 489 401 475 401 c 0\n 460 401 445 409 437 421 c 0\n 433 428 431 437 431 456 c 2\n 431 493 l 1\n371 214 m 2\n 272 271 l 2\n 238 290 228 297 192 326 c 1\n 153 326 132 314 132 292 c 0\n 132 266 159 239 218 205 c 2\n 321 147 l 1\n 374 114 390 103 407 88 c 1\n 424 88 l 1\n 449 89 468 102 468 121 c 0\n 468 144 433 178 371 214 c 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: dieresis\nEncoding: 168 168 103\nWidth: 600\nFlags: HMW\nVStem: 136 120<577.5 610> 344 120<577.5 610>\nFore\n196 654 m 0\n 230 654 256 627 256 593 c 0\n 256 561 229 534 196 534 c 128\n 163 534 136 561 136 594 c 128\n 136 627 163 654 196 654 c 0\n404 654 m 0\n 438 654 464 627 464 593 c 0\n 464 561 437 534 404 534 c 128\n 371 534 344 561 344 594 c 128\n 344 627 371 654 404 654 c 0\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 104\nWidth: 600\nFlags: HW\nHStem: -15 73<281 313> 118 71<290 313> 395 71<281 305> 525 73<281 313>\nVStem: -7 73<271 307> 135 71<257 307> 533 73<270 307>\nFore\n135 269 m 2\n 135 305 l 2\n 135 397 202 466 291 466 c 0\n 319 466 342 461 370 447 c 1\n 375 459 384 466 398 466 c 0\n 418 466 431 451 431 428 c 1\n 431 368 l 1\n 431 340 418 324 396 324 c 0\n 375 324 365 335 360 360 c 0\n 357 379 327 395 293 395 c 0\n 242 395 206 357 206 304 c 2\n 206 270 l 2\n 206 221 244 189 303 189 c 0\n 342 189 355 194 378 218 c 0\n 385 225 394 229 403 229 c 0\n 422 229 439 212 439 193 c 0\n 439 154 373 118 302 118 c 0\n 206 118 135 182 135 269 c 2\n299 598 m 0\n 469 598 606 461 606 292 c 0\n 606 121 469 -15 296 -15 c 0\n 131 -15 -7 124 -7 292 c 0\n -7 461 130 598 299 598 c 0\n300 525 m 0\n 170 525 66 421 66 292 c 0\n 66 164 171 58 297 58 c 0\n 429 58 533 161 533 292 c 0\n 533 421 428 525 300 525 c 0\nEndSplineSet\nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 105\nWidth: 600\nFlags: HMW\nHStem: 182 77<176 431 431 432> 273 79<239.5 265.5> 417 70<267 297.5> 517 78<284.5 316.5>\nVStem: 118 91<367.5 379.5> 354 78<383 410 410 410 482 490>\nFore\n354 284 m 1\n 354 295 l 1\n 314 279 285 273 246 273 c 0\n 175 273 118 316 118 369 c 0\n 118 390 129 415 146 434 c 0\n 178 470 225 487 292 487 c 0\n 312 487 325 486 354 482 c 1\n 354 490 l 2\n 354 509 337 517 296 517 c 0\n 273 517 249 514 217 506 c 0\n 206 503 195 501 189 501 c 0\n 168 501 151 519 151 541 c 0\n 151 557 160 569 175 575 c 0\n 209 587 257 595 292 595 c 0\n 381 595 432 557 432 490 c 2\n 432 362 l 1\n 438 362 l 2\n 473 362 489 350 489 323 c 0\n 489 298 472 284 439 284 c 2\n 354 284 l 1\n354 383 m 1\n 354 410 l 1\n 322 416 307 417 288 417 c 0\n 246 417 209 397 209 374 c 0\n 209 361 227 352 252 352 c 0\n 284 352 328 365 354 383 c 1\n432 182 m 2\n 176 182 l 2\n 132 182 124 189 124 227 c 0\n 124 252 135 259 176 259 c 2\n 431 259 l 2\n 467 259 483 247 483 221 c 128\n 483 195 466 182 432 182 c 2\nEndSplineSet\nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 106\nWidth: 600\nFlags: HMW\nHStem: 0 20<304.5 318 533.5 547>\nFore\n175 218 m 1\n 326 77 l 2\n 337 67 342 59 342 50 c 0\n 342 34 327 20 309 20 c 0\n 300 20 295 22 281 33 c 2\n 33 218 l 1\n 281 402 l 2\n 295 413 300 415 310 415 c 0\n 327 415 342 401 342 385 c 0\n 342 376 338 368 326 358 c 1\n 175 218 l 1\n404 218 m 1\n 555 77 l 2\n 566 67 571 59 571 50 c 0\n 571 34 556 20 538 20 c 0\n 529 20 524 22 510 33 c 2\n 262 218 l 1\n 510 402 l 2\n 524 413 529 415 539 415 c 0\n 556 415 571 401 571 385 c 0\n 571 376 567 368 555 358 c 1\n 404 218 l 1\nEndSplineSet\nEndChar\nStartChar: logicalnot\nEncoding: 172 172 107\nWidth: 600\nFlags: HMW\nHStem: 345 100<108 365>\nVStem: 365 100<181 345 345 345>\nFore\n465 445 m 1\n 465 181 l 2\n 465 154 463 146 456 136 c 0\n 446 123 431 115 415 115 c 0\n 398 115 381 124 372 139 c 0\n 367 148 365 158 365 181 c 2\n 365 345 l 1\n 108 345 l 2\n 84 345 72 347 63 355 c 1\n 50 364 42 380 42 395 c 0\n 42 412 51 429 66 438 c 0\n 75 444 82 445 108 445 c 2\n 465 445 l 1\nEndSplineSet\nEndChar\nStartChar: softhyphen\nEncoding: 173 173 108\nWidth: 600\nFlags: HW\nHStem: 229 100<108 492>\nRef: 45 45 N 1 0 0 1 0 0\nEndChar\nStartChar: registered\nEncoding: 174 174 109\nWidth: 600\nFlags: HMW\nHStem: -15 73<234 363> 246 70<269 284> 387 71<269 269 269 292 292 294> 525 73<235.5 364>\nVStem: -7 73<228 356> 197 72<197 246 316 387> 348 71<344 364.5> 533 73<226.5 356>\nFore\n269 246 m 1\n 269 197 l 1\n 295 197 311 184 311 162 c 0\n 311 139 295 126 267 126 c 2\n 199 126 l 2\n 170 126 154 139 154 162 c 0\n 154 184 169 197 197 197 c 1\n 197 387 l 1\n 169 388 154 401 154 423 c 0\n 154 446 170 458 199 458 c 2\n 292 458 l 2\n 367 458 419 415 419 354 c 0\n 419 317 395 283 358 266 c 1\n 382 244 389 235 411 197 c 1\n 434 195 447 182 447 162 c 0\n 447 139 431 126 403 126 c 2\n 363 126 l 1\n 351 175 312 233 284 246 c 1\n 269 246 l 1\n269 316 m 1\n 294 316 l 2\n 325 316 348 333 348 355 c 0\n 348 374 327 387 294 387 c 2\n 269 387 l 1\n 269 316 l 1\n300 598 m 0\n 468 598 606 461 606 292 c 0\n 606 121 469 -15 296 -15 c 0\n 131 -15 -7 124 -7 292 c 128\n -7 460 131 598 300 598 c 0\n300 525 m 0\n 171 525 66 420 66 292 c 128\n 66 164 171 58 297 58 c 0\n 429 58 533 161 533 292 c 0\n 533 420 428 525 300 525 c 0\nEndSplineSet\nEndChar\nStartChar: macron\nEncoding: 175 175 110\nWidth: 600\nFlags: HMW\nHStem: 546 80<178 422>\nFore\n178 626 m 2\n 422 626 l 2\n 445 626 457 623 464 615 c 0\n 470 608 475 594 475 586 c 0\n 475 561 455 546 422 546 c 2\n 178 546 l 2\n 153 546 145 548 136 558 c 0\n 130 566 125 578 125 586 c 0\n 125 611 144 626 178 626 c 2\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 111\nWidth: 600\nFlags: HMW\nHStem: 243 61<268.5 331> 535 61<268.5 331.5>\nVStem: 125 61<388.5 451.5> 414 61<388 451.5>\nFore\n300 596 m 0\n 397 596 475 517 475 420 c 0\n 475 321 397 243 298 243 c 0\n 204 243 125 323 125 420 c 128\n 125 517 203 596 300 596 c 0\n300 535 m 0\n 237 535 186 483 186 420 c 128\n 186 357 238 304 299 304 c 0\n 363 304 414 356 414 420 c 0\n 414 483 363 535 300 535 c 0\nEndSplineSet\nEndChar\nStartChar: plusminus\nEncoding: 177 177 112\nWidth: 600\nFlags: HMW\nHStem: 0 100<108 492> 330 100<108 250 350 491>\nVStem: 250 100<230 330 430 558>\nFore\n350 330 m 1\n 350 230 l 2\n 350 203 348 195 341 185 c 0\n 331 172 316 164 300 164 c 0\n 283 164 266 174 257 188 c 0\n 252 197 250 207 250 230 c 2\n 250 330 l 1\n 108 330 l 2\n 84 330 72 332 63 340 c 1\n 50 349 42 365 42 380 c 0\n 42 397 52 414 66 423 c 0\n 75 429 83 430 108 430 c 2\n 250 430 l 1\n 250 558 l 2\n 250 584 252 594 260 603 c 1\n 269 616 284 624 300 624 c 0\n 317 624 334 615 343 600 c 0\n 349 591 350 584 350 558 c 2\n 350 430 l 1\n 491 430 l 2\n 519 430 527 428 537 421 c 0\n 550 411 558 396 558 380 c 0\n 558 363 549 346 534 337 c 0\n 526 332 514 330 491 330 c 2\n 350 330 l 1\n108 100 m 2\n 492 100 l 2\n 519 100 527 98 537 91 c 0\n 550 81 558 66 558 50 c 0\n 558 33 549 16 534 7 c 0\n 526 2 514 0 492 0 c 2\n 108 0 l 2\n 84 0 72 2 63 10 c 1\n 50 19 42 35 42 50 c 0\n 42 67 52 84 66 93 c 0\n 75 99 83 100 108 100 c 2\nEndSplineSet\nEndChar\nStartChar: twosuperior\nEncoding: 178 178 113\nWidth: 600\nFlags: HMW\nHStem: 247 67<253 362> 570 67<281.5 311.5>\nVStem: 358 67<506 534>\nFore\n253 314 m 1\n 362 314 l 1\n 365 335 376 346 395 346 c 0\n 418 346 429 332 429 303 c 2\n 429 247 l 1\n 149 247 l 1\n 149 315 l 1\n 335 469 358 492 358 520 c 128\n 358 548 330 570 293 570 c 0\n 270 570 250 562 237 546 c 0\n 232 540 231 539 225 520 c 0\n 221 508 208 500 195 500 c 0\n 176 500 161 515 161 533 c 0\n 161 553 177 583 198 602 c 0\n 223 624 258 637 294 637 c 0\n 369 637 425 586 425 517 c 0\n 425 466 402 439 253 314 c 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 114\nWidth: 600\nFlags: HW\nHStem: 238 67<269 304> 570 67<283 313>\nVStem: 362 67<526 534> 375 67<350 359>\nFore\n286 484 m 2\n 311 484 l 2\n 338 484 362 505 362 528 c 0\n 362 554 337 570 299 570 c 0\n 266 570 251 564 232 543 c 0\n 226 537 217 533 208 533 c 0\n 190 533 175 549 175 567 c 0\n 175 604 236 637 302 637 c 0\n 375 637 429 591 429 529 c 0\n 429 498 411 469 381 450 c 2\n 381 450 379 449 378 448 c 1\n 419 427 442 393 442 355 c 0\n 442 322 424 287 396 266 c 0\n 370 247 335 238 285 238 c 0\n 207 238 157 259 157 292 c 0\n 157 311 172 326 190 326 c 0\n 198 326 202 325 212 318 c 0\n 227 308 245 305 283 305 c 0\n 343 305 375 323 375 357 c 0\n 375 378 357 399 331 411 c 0\n 319 416 314 417 286 418 c 0\n 265 420 252 432 252 451 c 128\n 252 470 267 484 286 484 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: acute\nEncoding: 180 180 115\nWidth: 600\nFlags: HW\nDStem: 406 680 452 624 273 569 319 512\nFore\n452 624 m 1\n 319 512 l 2\n 304 500 297 496 287 496 c 0\n 267 496 250 513 250 532 c 0\n 250 545 257 556 273 569 c 2\n 406 680 l 2\n 422 693 427 696 438 696 c 0\n 459 696 475 680 475 659 c 0\n 475 647 469 637 452 624 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: mu\nEncoding: 181 181 116\nWidth: 600\nFlags: HW\nHStem: -16 100<252 269> 0 21G<410 505> 0 100<510.031 525.045> 337 100<61 95 365 409>\nVStem: 95 100<-105 -8 135 337> 410 100<138 337>\nFore\n195 -7 m 1\n 195 -87 l 2\n 195 -113 193 -122 186 -132 c 0\n 176 -145 161 -153 145 -153 c 0\n 128 -153 112 -144 102 -129 c 0\n 97 -121 95 -110 95 -87 c 2\n 95 337 l 1\n 79 337 l 2\n 54 337 43 339 33 347 c 0\n 21 356 13 372 13 387 c 0\n 13 404 22 421 37 430 c 0\n 47 436 52 437 79 437 c 2\n 195 437 l 1\n 195 144 l 2\n 195 101 214 84 260 84 c 0\n 304 84 346 99 410 138 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 339 339 330 347 c 1\n 317 356 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 22 l 1\n 356 -4 305 -16 253 -16 c 0\n 232 -16 215 -13 195 -7 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: paragraph\nEncoding: 182 182 117\nWidth: 600\nFlags: HMW\nHStem: -174 78<191 270 468 504> 505 78<348 392 348 348 468 468 468 502>\nVStem: 49 113<361 405> 270 78<-96 185 185 185 266 500 500 500> 392 76<-96 505>\nFore\n468 505 m 1\n 468 -96 l 1\n 504 -96 l 2\n 541 -96 558 -109 558 -135 c 128\n 558 -161 540 -174 504 -174 c 2\n 411 -174 l 2\n 390 -174 380 -165 371 -140 c 1\n 360 -168 352 -174 328 -174 c 2\n 191 -174 l 2\n 156 -174 138 -161 138 -135 c 0\n 138 -122 146 -109 157 -102 c 0\n 165 -97 170 -96 191 -96 c 2\n 270 -96 l 1\n 270 185 l 1\n 141 198 49 272 49 361 c 2\n 49 407 l 2\n 49 504 163 583 305 583 c 2\n 502 583 l 2\n 538 583 556 570 556 544 c 128\n 556 518 539 505 502 505 c 2\n 468 505 l 1\n270 266 m 1\n 270 500 l 1\n 203 486 162 450 162 405 c 2\n 162 361 l 2\n 162 316 203 280 270 266 c 1\n392 505 m 1\n 348 505 l 1\n 348 -96 l 1\n 361 -102 366 -108 371 -124 c 1\n 375 -109 381 -102 392 -96 c 1\n 392 505 l 1\nEndSplineSet\nEndChar\nStartChar: periodcentered\nEncoding: 183 183 118\nWidth: 600\nFlags: HW\nHStem: 214 132<289 311>\nVStem: 225 150<278 282>\nFore\n309 214 m 2\n 291 214 l 2\n 255 214 225 244 225 280 c 128\n 225 316 255 346 291 346 c 2\n 309 346 l 2\n 346 346 375 317 375 280 c 0\n 375 243 346 214 309 214 c 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: cedilla\nEncoding: 184 184 119\nWidth: 600\nFlags: HMW\nHStem: -229 70<292.5 312.5> -100 100<281.5 301>\nVStem: 262 70<-41 0> 337 70<-142 -123.5>\nFore\n300 -229 m 0\n 262.021 -229 180 -209.112 180 -166 c 0\n 180 -147 196 -131 215 -131 c 0\n 223 -131 226 -132 244 -142 c 128\n 262 -152 284 -159 301 -159 c 0\n 324 -159 337 -150 337 -134 c 0\n 337 -113 318 -100 284 -100 c 0\n 279 -100 275 -100 262 -102 c 1\n 262 0 l 1\n 332 0 l 1\n 332 -41 l 1\n 383 -52 407 -81 407 -132 c 0\n 407 -189 362 -229 300 -229 c 0\nEndSplineSet\nEndChar\nStartChar: onesuperior\nEncoding: 185 185 120\nWidth: 600\nFlags: HMW\nHStem: 247 67<210 267 334 391>\nVStem: 267 67<314 551 551 551>\nFore\n334 638 m 1\n 334 314 l 1\n 391 314 l 2\n 420 314 434 303 434 281 c 128\n 434 259 419 247 391 247 c 2\n 210 247 l 2\n 182 247 166 259 166 281 c 128\n 166 303 180 314 210 314 c 2\n 267 314 l 1\n 267 551 l 1\n 219 539 l 2\n 208 536 205 535 199 535 c 0\n 182 535 168 551 168 570 c 128\n 168 589 177 597 202 604 c 2\n 334 638 l 1\nEndSplineSet\nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 121\nWidth: 600\nFlags: HMW\nHStem: 182 77<174 428> 273 78<277 325> 517 78<276.5 325.5>\nVStem: 131 79<409 453.5> 392 79<409 453.5>\nFore\n301 595 m 0\n 396 595 471 521 471 428 c 0\n 471 343 394 273 301 273 c 0\n 207 273 131 343 131 430 c 0\n 131 520 208 595 301 595 c 0\n301 517 m 0\n 252 517 210 477 210 430 c 0\n 210 388 253 351 301 351 c 128\n 349 351 392 388 392 430 c 0\n 392 477 350 517 301 517 c 0\n428 182 m 2\n 174 182 l 2\n 139 182 122 195 122 221 c 0\n 122 233 129 246 140 253 c 0\n 148 258 153 259 174 259 c 2\n 428 259 l 2\n 464 259 480 247 480 221 c 128\n 480 195 463 182 428 182 c 2\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 122\nWidth: 600\nFlags: HMW\nHStem: 0 20<56.5 70 286.5 300>\nFore\n430 217 m 1\n 279 358 l 2\n 268 368 263 376 263 385 c 0\n 263 401 278 415 296 415 c 0\n 305 415 310 413 324 402 c 2\n 571 217 l 1\n 324 33 l 2\n 310 22 305 20 295 20 c 0\n 278 20 263 34 263 50 c 0\n 263 59 267 67 279 77 c 1\n 430 217 l 1\n200 217 m 1\n 49 358 l 2\n 38 368 33 376 33 385 c 0\n 33 401 48 415 66 415 c 0\n 75 415 80 413 94 402 c 2\n 341 217 l 1\n 94 33 l 2\n 80 22 75 20 65 20 c 0\n 48 20 33 34 33 50 c 0\n 33 59 37 67 49 77 c 1\n 200 217 l 1\nEndSplineSet\nKernsSLIF: 65 -37 1 0 198 -34 1 0 193 -37 1 0 196 -37 1 0 197 -37 1 0 84 -71 1 0 86 -72 1 0 87 -29 1 0 89 -92 1 0\nEndChar\nStartChar: onequarter\nEncoding: 188 188 123\nWidth: 600\nFlags: HMW\nHStem: 0 67<506 525> 83 67<446 525> 247 67<10 67 134 191>\nVStem: 67 67<314 551 551 551> 525 67<67 83 150 279 279 279>\nFore\n134 638 m 1\n 134 314 l 1\n 191 314 l 2\n 220 314 234 303 234 281 c 128\n 234 259 219 247 191 247 c 2\n 10 247 l 2\n -18 247 -34 259 -34 281 c 128\n -34 303 -20 314 10 314 c 2\n 67 314 l 1\n 67 551 l 1\n 19 539 l 2\n 8 536 5 535 -1 535 c 0\n -18 535 -32 551 -32 570 c 128\n -32 589 -23 597 2 604 c 2\n 134 638 l 1\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 1\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\n592 380 m 1\n 592 150 l 1\n 615 149 629 137 629 117 c 128\n 629 97 616 84 592 83 c 1\n 592 67 l 1\n 615 66 629 54 629 34 c 0\n 629 12 613 0 585 0 c 2\n 506 0 l 2\n 478 0 463 12 463 34 c 128\n 463 56 477 67 506 67 c 2\n 525 67 l 1\n 525 83 l 1\n 362 83 l 1\n 362 138 l 1\n 508 380 l 1\n 592 380 l 1\n525 150 m 1\n 525 279 l 1\n 446 150 l 1\n 525 150 l 1\nEndSplineSet\nEndChar\nStartChar: onehalf\nEncoding: 189 189 124\nWidth: 600\nFlags: HMW\nHStem: 0 67<453 562> 247 67<10 67 134 191> 323 67<481.5 511.5>\nVStem: 67 67<314 551 551 551> 558 67<259 287>\nFore\n134 638 m 1\n 134 314 l 1\n 191 314 l 2\n 220 314 234 303 234 281 c 128\n 234 259 219 247 191 247 c 2\n 10 247 l 2\n -18 247 -34 259 -34 281 c 128\n -34 303 -20 314 10 314 c 2\n 67 314 l 1\n 67 551 l 1\n 19 539 l 2\n 8 536 5 535 -1 535 c 0\n -18 535 -32 551 -32 570 c 128\n -32 589 -23 597 2 604 c 2\n 134 638 l 1\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 1\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\n453 67 m 1\n 562 67 l 1\n 565 88 576 99 595 99 c 0\n 618 99 629 85 629 56 c 2\n 629 0 l 1\n 349 0 l 1\n 349 68 l 1\n 535 222 558 245 558 273 c 128\n 558 301 530 323 493 323 c 0\n 470 323 450 315 437 299 c 0\n 432 293 431 292 425 273 c 0\n 421 261 408 253 395 253 c 0\n 376 253 361 268 361 286 c 0\n 361 306 377 336 398 355 c 0\n 423 377 458 390 494 390 c 0\n 569 390 625 339 625 270 c 0\n 625 219 602 192 453 67 c 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 125\nWidth: 600\nFlags: HW\nHStem: 0 67<501 525> 0 380<526 593> 83 67<447 525> 238 67<69 104> 570 67<83 113>\nVStem: 162 67<527 534> 175 67<352 359> 362 268<109 119> 463 167<32 36> 526 67<67 83 151 278>\nDStem: 416 561 474 528 155 110 213 77 509 380 526 279 362 138 446 150\nFore\n86 484 m 2\n 111 484 l 2\n 138 484 162 505 162 528 c 0\n 162 554 137 570 99 570 c 0\n 66 570 51 564 32 543 c 0\n 26 537 17 533 8 533 c 0\n -10 533 -25 549 -25 567 c 0\n -25 604 36 637 102 637 c 0\n 175 637 229 591 229 529 c 0\n 229 498 211 469 181 450 c 2\n 181 450 179 449 178 448 c 1\n 219 427 242 393 242 355 c 0\n 242 322 224 287 196 266 c 0\n 170 247 135 238 85 238 c 0\n 7 238 -43 259 -43 292 c 0\n -43 311 -28 326 -10 326 c 0\n -2 326 2 325 12 318 c 0\n 27 308 45 305 83 305 c 0\n 143 305 175 323 175 357 c 0\n 175 378 157 399 131 411 c 0\n 119 416 114 417 86 418 c 0\n 65 420 52 432 52 451 c 128\n 52 470 67 484 86 484 c 2\n474 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 66 145 84 c 0\n 145 91 147 97 155 110 c 2\n 416 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 549 480 539 474 528 c 2\n593 380 m 1\n 593 150 l 1\n 616 149 630 137 630 117 c 128\n 630 97 617 84 593 83 c 1\n 593 67 l 1\n 616 66 630 54 630 34 c 0\n 630 12 614 0 586 0 c 2\n 507 0 l 2\n 479 0 463 12 463 34 c 128\n 463 56 477 67 507 67 c 2\n 526 67 l 1\n 526 83 l 1\n 362 83 l 1\n 362 138 l 1\n 509 380 l 1\n 593 380 l 1\n526 150 m 1\n 526 279 l 1\n 446 150 l 1\n 526 150 l 1\nEndSplineSet\nMinimumDistance: x30,-1 y43,41 x41,43 x41,42 x40,37 x40,39 \nEndChar\nStartChar: questiondown\nEncoding: 191 191 126\nWidth: 600\nFlags: HMW\nHStem: -227 100<259 310> -23 20\nVStem: 83 100<-68 -21.5>\nFore\n496 -89 m 2\n 496 -168 l 1\n 399 -215 356 -227 292 -227 c 0\n 168 -227 83 -150 83 -38 c 0\n 83 43 126 90 247 143 c 1\n 251 179 268 197 297 197 c 0\n 314 197 331 188 340 173 c 0\n 345 164 347 154 347 131 c 2\n 347 75 l 1\n 219 26 183 0 183 -43 c 0\n 183 -93 227 -127 291 -127 c 0\n 329 -127 363 -119 396 -103 c 1\n 396 -89 l 2\n 396 -62 398 -54 405 -44 c 0\n 415 -31 431 -23 446 -23 c 0\n 463 -23 480 -33 489 -47 c 0\n 494 -55 496 -66 496 -89 c 2\n289 386 m 2\n 306 386 l 2\n 343 386 373 356 373 320 c 128\n 373 284 343 254 306 254 c 2\n 289 254 l 2\n 252 254 223 283 223 320 c 128\n 223 357 252 386 289 386 c 2\nEndSplineSet\nEndChar\nStartChar: Agrave\nEncoding: 192 192 127\nWidth: 600\nFlags: HMW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nFore\n416 158 m 1\n 178 158 l 1\n 155 100 l 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 90 c 0\n 613 81 621 66 621 50 c 0\n 621 33 612 16 597 7 c 0\n 589 2 576 0 555 0 c 2\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 416 158 l 1\n375 258 m 1\n 297 450 l 1\n 218 258 l 1\n 375 258 l 1\n210 824 m 2\n 343 712 l 2\n 359 699 366 688 366 676 c 0\n 366 657 349 640 329 640 c 0\n 320 640 310 645 297 656 c 2\n 164 767 l 2\n 147 781 141 790 141 803 c 0\n 141 823 157 839 178 839 c 0\n 188 839 196 835 210 824 c 2\nEndSplineSet\nKernsSLIF: 67 -14 0 0 71 -10 0 0 79 -15 0 0 81 -16 0 0 84 -27 0 0 85 -23 0 0 86 -59 0 0 87 -13 0 0 89 -27 0 0 44 -47 0 0 46 -62 0 0\nEndChar\nStartChar: Aacute\nEncoding: 193 193 128\nWidth: 600\nFlags: HMW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nFore\n416 158 m 1\n 178 158 l 1\n 155 100 l 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 90 c 0\n 613 81 621 66 621 50 c 0\n 621 33 612 16 597 7 c 0\n 589 2 576 0 555 0 c 2\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 416 158 l 1\n375 258 m 1\n 297 450 l 1\n 218 258 l 1\n 375 258 l 1\n410 767 m 1\n 277 656 l 2\n 264 645 254 640 245 640 c 0\n 225 640 208 657 208 676 c 0\n 208 688 215 700 231 712 c 1\n 364 824 l 2\n 378 835 386 839 396 839 c 0\n 417 839 433 823 433 803 c 0\n 433 790 427 780 410 767 c 1\nEndSplineSet\nKernsSLIF: 67 -14 0 0 71 -10 0 0 79 -15 0 0 81 -16 0 0 84 -27 0 0 85 -23 0 0 86 -59 0 0 87 -13 0 0 89 -27 0 0 97 15 0 0 98 45 0 0 99 -4 0 0 44 -47 0 0 100 4 0 0 101 2 0 0 171 -40 0 0 8249 -40 0 0 45 -19 0 0 111 -3 0 0 46 -62 0 0 113 -4 0 0 8217 -113 0 0 116 -20 0 0 117 -12 0 0 118 -39 0 0 119 -13 0 0 121 -39 0 0\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 129\nWidth: 600\nFlags: HMW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nFore\n416 158 m 1\n 178 158 l 1\n 155 100 l 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 90 c 0\n 613 81 621 66 621 50 c 0\n 621 33 612 16 597 7 c 0\n 589 2 576 0 555 0 c 2\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 416 158 l 1\n375 258 m 1\n 297 450 l 1\n 218 258 l 1\n 375 258 l 1\n284 750 m 1\n 171 653 l 2\n 159 643 152 640 143 640 c 0\n 124 640 108 657 108 675 c 0\n 108 689 110 692 132 711 c 2\n 284 839 l 1\n 435 711 l 1\n 445.247 701.891 459 693.024 459 675 c 0\n 459 657 443 640 425 640 c 0\n 415 640 407 644 396 653 c 2\n 284 750 l 1\nEndSplineSet\nKernsSLIF: 67 -14 0 0 71 -10 0 0 79 -15 0 0 81 -16 0 0 84 -27 0 0 85 -23 0 0 86 -59 0 0 87 -13 0 0 89 -27 0 0 44 -47 0 0 46 -62 0 0\nEndChar\nStartChar: Atilde\nEncoding: 195 195 130\nWidth: 600\nFlags: HMW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 730 69<201 217>\nFore\n416 158 m 1\n 178 158 l 1\n 155 100 l 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 90 c 0\n 613 81 621 66 621 50 c 0\n 621 33 612 16 597 7 c 0\n 589 2 576 0 555 0 c 2\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 416 158 l 1\n375 258 m 1\n 297 450 l 1\n 218 258 l 1\n 375 258 l 1\n436 799 m 0\n 453 799 468 785 468 771 c 0\n 468 756 460 741 439 715 c 0\n 412 681 388 667 359 667 c 0\n 337 667 304 681 260 709 c 0\n 233 726 224 730 210 730 c 0\n 192 730 184 723 155 685 c 0\n 147 675 139 670 129 670 c 0\n 112 670 98 683 98 700 c 0\n 98 714 108 733 125 754 c 0\n 150 783 179 799 208 799 c 0\n 231 799 249 792 298 762 c 0\n 331 742 345 736 356 736 c 0\n 371 736 375 739 397 769 c 0\n 411 789 424 799 436 799 c 0\nEndSplineSet\nKernsSLIF: 67 -14 0 0 71 -10 0 0 79 -15 0 0 81 -16 0 0 84 -27 0 0 85 -23 0 0 86 -59 0 0 87 -13 0 0 89 -27 0 0 44 -47 0 0 46 -62 0 0\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 131\nWidth: 600\nFlags: HMW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nVStem: -21 120 187 120\nFore\n416 158 m 1\n 178 158 l 1\n 155 100 l 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 90 c 0\n 613 81 621 66 621 50 c 0\n 621 33 612 16 597 7 c 0\n 589 2 576 0 555 0 c 2\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 416 158 l 1\n375 258 m 1\n 297 450 l 1\n 218 258 l 1\n 375 258 l 1\n179 798 m 0\n 213 798 239 771 239 737 c 0\n 239 705 212 678 179 678 c 128\n 146 678 119 705 119 738 c 128\n 119 771 146 798 179 798 c 0\n387 798 m 0\n 421 798 447 771 447 737 c 0\n 447 705 420 678 387 678 c 128\n 354 678 327 705 327 738 c 128\n 327 771 354 798 387 798 c 0\nEndSplineSet\nKernsSLIF: 67 -14 0 0 71 -10 0 0 79 -15 0 0 81 -16 0 0 84 -27 0 0 85 -23 0 0 86 -59 0 0 87 -13 0 0 89 -27 0 0 97 15 0 0 98 45 0 0 99 -4 0 0 44 -47 0 0 100 4 0 0 171 -40 0 0 8249 -40 0 0 45 -19 0 0 111 -3 0 0 46 -62 0 0 113 -4 0 0 8221 -84 0 0 8217 -113 0 0 116 -20 0 0 117 -12 0 0 118 -39 0 0 119 -13 0 0 121 -39 0 0\nEndChar\nStartChar: Aring\nEncoding: 197 197 132\nWidth: 600\nFlags: HMW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 630 54<264 301.5> 818 53<264 302>\nVStem: -21 53 172 53\nFore\n416 158 m 1\n 178 158 l 1\n 155 100 l 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 90 c 0\n 613 81 621 66 621 50 c 0\n 621 33 612 16 597 7 c 0\n 589 2 576 0 555 0 c 2\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 416 158 l 1\n375 258 m 1\n 297 450 l 1\n 218 258 l 1\n 375 258 l 1\n283 871 m 0\n 351 871 406 816 406 749 c 0\n 406 685 349 630 283 630 c 0\n 216 630 160 685 160 751 c 0\n 160 816 216 871 283 871 c 0\n283 818 m 0\n 245 818 213 787 213 751 c 128\n 213 715 245 684 283 684 c 0\n 320 684 353 715 353 750 c 0\n 353 787 321 818 283 818 c 0\nEndSplineSet\nKernsSLIF: 67 -14 0 0 71 -10 0 0 79 -15 0 0 81 -16 0 0 84 -27 0 0 85 -23 0 0 86 -59 0 0 87 -13 0 0 89 -27 0 0 97 15 0 0 98 45 0 0 99 -4 0 0 44 -47 0 0 100 4 0 0 101 2 0 0 171 -40 0 0 8249 -40 0 0 45 -19 0 0 111 -3 0 0 46 -62 0 0 113 -4 0 0 8221 -84 0 0 8217 -113 0 0 116 -20 0 0 117 -12 0 0 118 -39 0 0 119 -13 0 0 121 -39 0 0\nEndChar\nStartChar: AE\nEncoding: 198 198 133\nWidth: 600\nFlags: HW\nHStem: 0 100<28.7264 53 258 266 368 514> 0 189<556 572> 158 101<204 266> 187 210<428 444> 243 99<368 386> 483 100<140 167 368 493>\nVStem: -20 218<48 55> 267 100<101 157 343 470> 267 219<260 342> 493 100<396 482> 514 100<100 144>\nDStem: 168 483 267 471 53 100 203 259\nFore\n53 100 m 1\n 168 483 l 1\n 154 483 l 2\n 129 483 118 485 109 492 c 0\n 96 502 88 518 88 533 c 0\n 88 550 97 567 112 576 c 0\n 121 582 128 583 154 583 c 2\n 593 583 l 1\n 593 418 l 2\n 593 391 591 383 584 373 c 0\n 574 360 559 352 543 352 c 0\n 526 352 510 361 500 376 c 0\n 495 384 493 395 493 418 c 2\n 493 483 l 1\n 367 483 l 1\n 367 342 l 1\n 386 342 l 1\n 388 377 406 397 436 397 c 0\n 453 397 470 388 479 373 c 0\n 485 364 486 357 486 331 c 2\n 486 253 l 2\n 486 226 484 218 477 208 c 0\n 467 195 452 187 436 187 c 0\n 406 187 387 208 386 243 c 1\n 367 243 l 1\n 367 100 l 1\n 514 100 l 1\n 514 123 l 2\n 514 148 516 158 523 168 c 0\n 533 181 548 189 564 189 c 0\n 581 189 598 180 607 165 c 0\n 613 156 614 148 614 123 c 2\n 614 0 l 1\n 265 0 l 2\n 231 0 209 20 209 52 c 0\n 209 79 231 100 259 100 c 2\n 267 100 l 1\n 267 158 l 1\n 174 158 l 1\n 157 100 l 1\n 183 96 198 79 198 53 c 0\n 198 19 177 0 141 0 c 2\n 46 0 l 2\n 2 0 -20 17 -20 50 c 0\n -20 67 -11 84 4 93 c 0\n 13 99 22 100 46 100 c 2\n 53 100 l 1\n267 259 m 1\n 267 471 l 1\n 203 259 l 1\n 267 259 l 1\nEndSplineSet\nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 134\nWidth: 600\nFlags: HW\nHStem: -229 70<294 311> -100 186<292 329> 367 216<490 501> 497 100<289 328>\nVStem: 33 100<235 331> 267 70<-42 -14> 342 70<-141 -129>\nFore\n307 -229 m 0\n 266.936 -229 185 -211.097 185 -166 c 0\n 185 -147 201 -131 220 -131 c 0\n 228 -131 230 -132 249 -142 c 0\n 267 -153 289 -159 306 -159 c 0\n 329 -159 342 -150 342 -134 c 0\n 342 -113 323 -100 292 -100 c 0\n 288 -100 284 -100 267 -102 c 1\n 267 -9 l 1\n 208 3 174 16 137 43 c 0\n 71 92 33 167 33 249 c 2\n 33 315 l 2\n 33 475 150 597 305 597 c 0\n 357 597 392 589 447 563 c 2\n 457 559 l 1\n 470 577 482 583 499 583 c 0\n 517 583 533 574 542 559 c 0\n 548 550 549 542 549 517 c 2\n 549 433 l 2\n 549 408 547 397 540 388 c 0\n 530 375 515 367 499 367 c 0\n 486 367 472 373 464 381 c 128\n 456 389 454 396 449 420 c 0\n 445 444 435 457 406 473 c 0\n 379 488 343 497 309 497 c 0\n 207 497 133 421 133 315 c 2\n 133 251 l 2\n 133 151 210 86 329 86 c 0\n 375 86 415 94 440 109 c 0\n 451 115 451 115 478 143 c 0\n 489 154 501 159 514 159 c 0\n 541 159 564 136 564 108 c 0\n 564 82 535 48 491 23 c 0\n 451 1 406 -10 337 -14 c 1\n 337 -42 l 1\n 388 -52 412 -81 412 -132 c 0\n 412 -188 367 -229 307 -229 c 0\nEndSplineSet\nMinimumDistance: x35,-1 \nKernsSLIF: 65 3 0 0\nEndChar\nStartChar: Egrave\nEncoding: 200 200 135\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 165 767 211 824 298 656 344 712\nFore\n194 243 m 1\n 194 100 l 1\n 450 100 l 1\n 450 152 l 2\n 450 180 452 188 459 198 c 0\n 469 212 484 219 500 219 c 0\n 517 219 533 210 543 195 c 0\n 548 186 550 177 550 152 c 2\n 550 0 l 1\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 34 13 50 c 0\n 13 67 22 83 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 528 583 l 1\n 528 433 l 2\n 528 405 526 397 519 387 c 0\n 509 374 494 366 478 366 c 0\n 461 366 445 375 435 390 c 0\n 430 399 428 409 428 433 c 2\n 428 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 376 281 385 288 395 c 0\n 298 408 313 416 328 416 c 0\n 355 416 373 398 377 370 c 0\n 378 361 378 358 378 349 c 2\n 378 236 l 2\n 378 210 376 200 369 191 c 0\n 359 178 344 170 329 170 c 0\n 312 170 295 179 286 194 c 0\n 281 203 279 212 279 236 c 2\n 279 243 l 1\n 194 243 l 1\n211 824 m 2\n 344 712 l 2\n 360 699 367 688 367 676 c 0\n 367 657 350 640 330 640 c 0\n 321 640 311 645 298 656 c 2\n 165 767 l 2\n 148 781 142 790 142 803 c 0\n 142 823 158 839 179 839 c 0\n 189 839 197 835 211 824 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Eacute\nEncoding: 201 201 136\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 371 824 417 767 238 712 284 656\nFore\n194 243 m 1\n 194 100 l 1\n 450 100 l 1\n 450 152 l 2\n 450 180 452 188 459 198 c 0\n 469 212 484 219 500 219 c 0\n 517 219 533 210 543 195 c 0\n 548 186 550 177 550 152 c 2\n 550 0 l 1\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 34 13 50 c 0\n 13 67 22 83 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 528 583 l 1\n 528 433 l 2\n 528 405 526 397 519 387 c 0\n 509 374 494 366 478 366 c 0\n 461 366 445 375 435 390 c 0\n 430 399 428 409 428 433 c 2\n 428 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 376 281 385 288 395 c 0\n 298 408 313 416 328 416 c 0\n 355 416 373 398 377 370 c 0\n 378 361 378 358 378 349 c 2\n 378 236 l 2\n 378 210 376 200 369 191 c 0\n 359 178 344 170 329 170 c 0\n 312 170 295 179 286 194 c 0\n 281 203 279 212 279 236 c 2\n 279 243 l 1\n 194 243 l 1\n417 767 m 1\n 284 656 l 2\n 271 645 261 640 252 640 c 0\n 232 640 215 657 215 676 c 0\n 215 688 222 700 238 712 c 1\n 371 824 l 2\n 385 835 393 839 403 839 c 0\n 424 839 440 823 440 803 c 0\n 440 790 434 780 417 767 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 137\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653\nFore\n194 243 m 1\n 194 100 l 1\n 450 100 l 1\n 450 152 l 2\n 450 180 452 188 459 198 c 0\n 469 212 484 219 500 219 c 0\n 517 219 533 210 543 195 c 0\n 548 186 550 177 550 152 c 2\n 550 0 l 1\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 34 13 50 c 0\n 13 67 22 83 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 528 583 l 1\n 528 433 l 2\n 528 405 526 397 519 387 c 0\n 509 374 494 366 478 366 c 0\n 461 366 445 375 435 390 c 0\n 430 399 428 409 428 433 c 2\n 428 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 376 281 385 288 395 c 0\n 298 408 313 416 328 416 c 0\n 355 416 373 398 377 370 c 0\n 378 361 378 358 378 349 c 2\n 378 236 l 2\n 378 210 376 200 369 191 c 0\n 359 178 344 170 329 170 c 0\n 312 170 295 179 286 194 c 0\n 281 203 279 212 279 236 c 2\n 279 243 l 1\n 194 243 l 1\n292 750 m 1\n 179 653 l 2\n 167 643 160 640 151 640 c 0\n 132 640 116 657 116 675 c 0\n 116 689 118 692 140 711 c 2\n 292 839 l 1\n 443 711 l 1\n 453.247 701.891 467 693.024 467 675 c 0\n 467 657 451 640 433 640 c 0\n 423 640 415 644 404 653 c 2\n 292 750 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Edieresis\nEncoding: 203 203 138\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 678 120<176.067 195 384.067 397>\nVStem: 94 100<101 242 343 482> 127 120<736 740> 279 99<218 242 343 369> 335 120<736 740> 428 100<415 483> 450 100<100 171>\nFore\n194 243 m 1\n 194 100 l 1\n 450 100 l 1\n 450 152 l 2\n 450 180 452 188 459 198 c 0\n 469 212 484 219 500 219 c 0\n 517 219 533 210 543 195 c 0\n 548 186 550 177 550 152 c 2\n 550 0 l 1\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 34 13 50 c 0\n 13 67 22 83 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 528 583 l 1\n 528 433 l 2\n 528 405 526 397 519 387 c 0\n 509 374 494 366 478 366 c 0\n 461 366 445 375 435 390 c 0\n 430 399 428 409 428 433 c 2\n 428 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 376 281 385 288 395 c 0\n 298 408 313 416 328 416 c 0\n 355 416 373 398 377 370 c 0\n 378 361 378 358 378 349 c 2\n 378 236 l 2\n 378 210 376 200 369 191 c 0\n 359 178 344 170 329 170 c 0\n 312 170 295 179 286 194 c 0\n 281 203 279 212 279 236 c 2\n 279 243 l 1\n 194 243 l 1\n187 798 m 0\n 221 798 247 771 247 737 c 0\n 247 705 220 678 187 678 c 128\n 154 678 127 705 127 738 c 128\n 127 771 154 798 187 798 c 0\n395 798 m 0\n 429 798 455 771 455 737 c 0\n 455 705 428 678 395 678 c 128\n 362 678 335 705 335 738 c 128\n 335 771 362 798 395 798 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Igrave\nEncoding: 204 204 139\nWidth: 600\nFlags: HMW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 250 100<100 483>\nFore\n350 483 m 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 17 495 0 451 0 c 2\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 483 l 1\n 149 483 l 2\n 124 483 113 485 104 492 c 0\n 91 502 83 517 83 533 c 0\n 83 550 92 567 107 576 c 0\n 116 582 123 583 149 583 c 2\n 451 583 l 2\n 478 583 486 581 496 574 c 0\n 510 564 517 549 517 533 c 0\n 517 516 508 499 493 490 c 0\n 485 485 474 483 451 483 c 2\n 350 483 l 1\n220 824 m 2\n 353 712 l 2\n 369 699 376 688 376 676 c 0\n 376 657 359 640 339 640 c 0\n 330 640 320 645 307 656 c 2\n 174 767 l 2\n 157 781 151 790 151 803 c 0\n 151 823 167 839 188 839 c 0\n 198 839 206 835 220 824 c 2\nEndSplineSet\nEndChar\nStartChar: Iacute\nEncoding: 205 205 140\nWidth: 600\nFlags: HMW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 250 100<100 483>\nFore\n350 483 m 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 17 495 0 451 0 c 2\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 483 l 1\n 149 483 l 2\n 124 483 113 485 104 492 c 0\n 91 502 83 517 83 533 c 0\n 83 550 92 567 107 576 c 0\n 116 582 123 583 149 583 c 2\n 451 583 l 2\n 478 583 486 581 496 574 c 0\n 510 564 517 549 517 533 c 0\n 517 516 508 499 493 490 c 0\n 485 485 474 483 451 483 c 2\n 350 483 l 1\n452 767 m 1\n 319 656 l 2\n 306 645 296 640 287 640 c 0\n 267 640 250 657 250 676 c 0\n 250 688 257 700 273 712 c 1\n 406 824 l 2\n 420 835 428 839 438 839 c 0\n 459 839 475 823 475 803 c 0\n 475 790 469 780 452 767 c 1\nEndSplineSet\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 141\nWidth: 600\nFlags: HMW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 250 100<100 483>\nFore\n350 483 m 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 17 495 0 451 0 c 2\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 483 l 1\n 149 483 l 2\n 124 483 113 485 104 492 c 0\n 91 502 83 517 83 533 c 0\n 83 550 92 567 107 576 c 0\n 116 582 123 583 149 583 c 2\n 451 583 l 2\n 478 583 486 581 496 574 c 0\n 510 564 517 549 517 533 c 0\n 517 516 508 499 493 490 c 0\n 485 485 474 483 451 483 c 2\n 350 483 l 1\n300 750 m 1\n 187 653 l 2\n 175 643 168 640 159 640 c 0\n 140 640 124 657 124 675 c 0\n 124 689 126 692 148 711 c 2\n 300 839 l 1\n 451 711 l 1\n 461.247 701.891 475 693.024 475 675 c 0\n 475 657 459 640 441 640 c 0\n 431 640 423 644 412 653 c 2\n 300 750 l 1\nEndSplineSet\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 142\nWidth: 600\nFlags: HW\nHStem: 0 100<131 249 351 467> 483 100<131 249 351 467> 678 120<185.067 198 393.067 406>\nVStem: 136 120<736 740> 250 100<100 483> 344 120<736 740>\nFore\n350 483 m 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 17 495 0 451 0 c 2\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 483 l 1\n 149 483 l 2\n 124 483 113 485 104 492 c 0\n 91 502 83 517 83 533 c 0\n 83 550 92 567 107 576 c 0\n 116 582 123 583 149 583 c 2\n 451 583 l 2\n 478 583 486 581 496 574 c 0\n 510 564 517 549 517 533 c 0\n 517 516 508 499 493 490 c 0\n 485 485 474 483 451 483 c 2\n 350 483 l 1\n196 798 m 0\n 230 798 256 771 256 737 c 0\n 256 705 229 678 196 678 c 128\n 163 678 136 705 136 738 c 128\n 136 771 163 798 196 798 c 0\n404 798 m 0\n 438 798 464 771 464 737 c 0\n 464 705 437 678 404 678 c 128\n 371 678 344 705 344 738 c 128\n 344 771 371 798 404 798 c 0\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: Eth\nEncoding: 208 208 143\nWidth: 600\nFlags: HMW\nHStem: 0 100<67.5 74 174 284> 243 100<67 74 174 248> 483 100<174 174 174 284>\nVStem: 74 100<100 243 343 483> 450 100<261 305>\nFore\n74 243 m 1\n 66 243 l 2\n 43 243 30 246 21 253 c 0\n 8 262 0 277 0 293 c 0\n 0 310 9 327 24 336 c 0\n 33 342 40 343 67 343 c 2\n 74 343 l 1\n 74 483 l 1\n 35 483 13 501 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 80 583 c 2\n 292 583 l 2\n 438 583 550 462 550 305 c 2\n 550 258 l 2\n 550 185 526 123 480 75 c 0\n 431 23 371 0 284 0 c 2\n 79 0 l 2\n 56 0 43 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 82 36 100 74 100 c 1\n 74 243 l 1\n174 243 m 1\n 174 100 l 1\n 285 100 l 2\n 345 100 378 112 409 144 c 1\n 437 175 450 210 450 261 c 2\n 450 307 l 2\n 450 354 434 398 405 432 c 0\n 375 467 337 483 284 483 c 2\n 174 483 l 1\n 174 343 l 1\n 248 343 l 2\n 275 343 283 341 293 334 c 0\n 307 324 314 309 314 293 c 0\n 314 260 292 243 248 243 c 2\n 174 243 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 144\nWidth: 600\nFlags: HMW\nHStem: 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5> 730 69<217 233>\nVStem: 73 100<100 394> 431 100<191 483>\nFore\n173 394 m 1\n 173 100 l 1\n 208 100 l 2\n 235 100 244 98 254 91 c 0\n 267 81 274 66 274 50 c 0\n 274 33 265 17 250 7 c 0\n 243 3 228 0 208 0 c 2\n 79 0 l 2\n 55 0 42 3 33 10 c 0\n 20 19 12 34 12 50 c 0\n 12 82 34 100 73 100 c 1\n 73 483 l 1\n 58 483 l 2\n 33 483 22 485 13 492 c 0\n 0 502 -8 517 -8 533 c 0\n -8 550 1 567 16 576 c 0\n 25 582 32 583 58 583 c 2\n 173 583 l 1\n 431 191 l 1\n 431 483 l 1\n 396 483 l 2\n 371 483 360 485 351 492 c 0\n 338 502 330 517 330 533 c 0\n 330 550 339 567 354 576 c 0\n 363 582 370 583 396 583 c 2\n 526 583 l 2\n 553 583 561 581 571 574 c 0\n 584 564 592 549 592 533 c 0\n 592 501 571 483 531 483 c 1\n 531 0 l 1\n 432 0 l 1\n 173 394 l 1\n451 799 m 1\n 471 797 484 786 484 771 c 128\n 484 756 476 741 455 715 c 0\n 428 681 404 667 375 667 c 0\n 353 667 320 681 276 709 c 0\n 249 727 240 730 226 730 c 0\n 208 730 200 724 170 684 c 0\n 163 675 155 670 145 670 c 0\n 128 670 114 683 114 700 c 0\n 114 714 123 732 140 753 c 0\n 165 783 194 799 223 799 c 0\n 247 799 264 792 314 762 c 0\n 346 743 361 736 372 736 c 0\n 387 736 391 740 413 770 c 0\n 426 789 438 798 451 799 c 1\nEndSplineSet\nEndChar\nStartChar: Ograve\nEncoding: 210 210 145\nWidth: 600\nFlags: HMW\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\n223 824 m 2\n 356 712 l 2\n 372 699 379 688 379 676 c 0\n 379 657 362 640 342 640 c 0\n 333 640 323 645 310 656 c 2\n 177 767 l 2\n 160 781 154 790 154 803 c 0\n 154 823 170 839 191 839 c 0\n 201 839 209 835 223 824 c 2\nEndSplineSet\nKernsSLIF: 84 -15 0 0 86 -23 0 0 89 -43 0 0\nEndChar\nStartChar: Oacute\nEncoding: 211 211 146\nWidth: 600\nFlags: HMW\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\n423 767 m 1\n 290 656 l 2\n 277 645 267 640 258 640 c 0\n 238 640 221 657 221 676 c 0\n 221 688 228 700 244 712 c 1\n 377 824 l 2\n 391 835 399 839 409 839 c 0\n 430 839 446 823 446 803 c 0\n 446 790 440 780 423 767 c 1\nEndSplineSet\nKernsSLIF: 65 -14 0 0 84 -15 0 0 86 -23 0 0 87 -2 0 0 89 -43 0 0\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 147\nWidth: 600\nFlags: HMW\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\n300 750 m 1\n 187 653 l 2\n 175 643 168 640 159 640 c 0\n 140 640 124 657 124 675 c 0\n 124 689 126 692 148 711 c 2\n 300 839 l 1\n 451 711 l 1\n 461.247 701.891 475 693.024 475 675 c 0\n 475 657 459 640 441 640 c 0\n 431 640 423 644 412 653 c 2\n 300 750 l 1\nEndSplineSet\nKernsSLIF: 84 -15 0 0 86 -23 0 0 89 -43 0 0\nEndChar\nStartChar: Otilde\nEncoding: 213 213 148\nWidth: 600\nFlags: HMW\nHStem: -14 100<251 348.5> 497 100<251 333.5> 730 69<225 241>\nVStem: 21 100<235.5 348> 479 100<234 335>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\n460 799 m 0\n 477 799 492 785 492 771 c 0\n 492 756 484 741 463 715 c 0\n 436 681 412 667 383 667 c 0\n 361 667 328 681 284 709 c 0\n 257 726 248 730 234 730 c 0\n 216 730 208 723 179 685 c 0\n 171 675 163 670 153 670 c 0\n 136 670 122 683 122 700 c 0\n 122 714 132 733 149 754 c 0\n 174 783 203 799 232 799 c 0\n 255 799 273 792 322 762 c 0\n 355 742 369 736 380 736 c 0\n 395 736 399 739 421 769 c 0\n 435 789 448 799 460 799 c 0\nEndSplineSet\nKernsSLIF: 84 -15 0 0 86 -23 0 0 89 -43 0 0\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 149\nWidth: 600\nFlags: HMW\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 229 120 479 100<234 335>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\n196 798 m 0\n 230 798 256 771 256 737 c 0\n 256 705 229 678 196 678 c 128\n 163 678 136 705 136 738 c 128\n 136 771 163 798 196 798 c 0\n404 798 m 0\n 438 798 464 771 464 737 c 0\n 464 705 437 678 404 678 c 128\n 371 678 344 705 344 738 c 128\n 344 771 371 798 404 798 c 0\nEndSplineSet\nKernsSLIF: 65 -14 0 0 84 -15 0 0 86 -23 0 0 87 -2 0 0 88 -26 0 0 89 -43 0 0\nEndChar\nStartChar: multiply\nEncoding: 215 215 150\nWidth: 600\nFlags: HW\nDStem: 126 383 197 454 229 280 300 351 229 280 300 209 126 177 197 106 300 209 371 280 403 106 474 177 403 454 474 383 300 351 371 280\nFore\n300 209 m 1\n 197 106 l 2\n 176 86 166 80 150 80 c 0\n 123 80 100 103 100 131 c 0\n 100 147 105 156 126 177 c 2\n 229 280 l 1\n 126 383 l 2\n 105 405 100 413 100 430 c 0\n 100 457 123 480 150 480 c 0\n 166 480 176 474 197 454 c 2\n 300 351 l 1\n 403 454 l 2\n 425 475 433 480 450 480 c 0\n 477 480 500 457 500 430 c 0\n 500 414 494 404 474 383 c 2\n 371 280 l 1\n 474 177 l 2\n 494 157 500 146 500 130 c 0\n 500 103 477 80 450 80 c 0\n 433 80 424 85 403 106 c 2\n 300 209 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Oslash\nEncoding: 216 216 151\nWidth: 600\nFlags: HMW\nHStem: -14 100<286.5 348.5> 497 100<250 314.5>\nVStem: 20 100<270 348> 479 100<234.5 309>\nFore\n159 28 m 1\n 105 -40 l 2\n 85 -65 77 -70 58 -70 c 0\n 31 -70 9 -49 9 -23 c 0\n 9 -10 13 -2 30 19 c 2\n 87 92 l 1\n 42 151 20 214 20 292 c 0\n 20 460 145 597 300 597 c 0\n 352 597 401 581 449 549 c 1\n 495 607 l 2\n 514 632 523 638 542 638 c 0\n 568 638 590 616 590 590 c 0\n 590 577 586 569 570 548 c 2\n 518 483 l 1\n 559 429 579 364 579 291 c 0\n 579 123 454 -14 300 -14 c 0\n 251 -14 202 1 159 28 c 1\n452 400 m 1\n 221 107 l 1\n 246 93 273 86 300 86 c 0\n 397 86 479 179 479 290 c 0\n 479 328 469 369 452 400 c 1\n152 174 m 1\n 387 471 l 1\n 358 488 330 497 299 497 c 0\n 201 497 120 404 120 292 c 0\n 120 248 130 211 152 174 c 1\nEndSplineSet\nKernsSLIF: 65 -10 0 0\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 152\nWidth: 600\nFlags: HMW\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nFore\n529 483 m 1\n 529 205 l 2\n 529 134 502 78 445 35 c 0\n 402 2 355 -14 300 -14 c 0\n 246 -14 198 2 155 35 c 0\n 99 78 71 134 71 205 c 2\n 71 483 l 1\n 31 484 10 501 10 533 c 0\n 10 550 19 567 34 576 c 0\n 43 582 51 583 76 583 c 2\n 206 583 l 2\n 234 583 241 582 252 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 263 499 248 490 c 0\n 240 485 229 483 206 483 c 2\n 171 483 l 1\n 171 196 l 2\n 171 135 229 86 300 86 c 128\n 371 86 429 135 429 196 c 2\n 429 483 l 1\n 394 483 l 2\n 368 483 358 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 368 583 394 583 c 2\n 524 583 l 2\n 551 583 559 581 570 574 c 0\n 583 564 590 549 590 533 c 0\n 590 501 569 483 529 483 c 1\n223 824 m 2\n 356 712 l 2\n 372 699 379 688 379 676 c 0\n 379 657 362 640 342 640 c 0\n 333 640 323 645 310 656 c 2\n 177 767 l 2\n 160 781 154 790 154 803 c 0\n 154 823 170 839 191 839 c 0\n 201 839 209 835 223 824 c 2\nEndSplineSet\nKernsSLIF: 65 -19 0 0\nEndChar\nStartChar: Uacute\nEncoding: 218 218 153\nWidth: 600\nFlags: HMW\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nFore\n529 483 m 1\n 529 205 l 2\n 529 134 502 78 445 35 c 0\n 402 2 355 -14 300 -14 c 0\n 246 -14 198 2 155 35 c 0\n 99 78 71 134 71 205 c 2\n 71 483 l 1\n 31 484 10 501 10 533 c 0\n 10 550 19 567 34 576 c 0\n 43 582 51 583 76 583 c 2\n 206 583 l 2\n 234 583 241 582 252 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 263 499 248 490 c 0\n 240 485 229 483 206 483 c 2\n 171 483 l 1\n 171 196 l 2\n 171 135 229 86 300 86 c 128\n 371 86 429 135 429 196 c 2\n 429 483 l 1\n 394 483 l 2\n 368 483 358 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 368 583 394 583 c 2\n 524 583 l 2\n 551 583 559 581 570 574 c 0\n 583 564 590 549 590 533 c 0\n 590 501 569 483 529 483 c 1\n423 767 m 1\n 290 656 l 2\n 277 645 267 640 258 640 c 0\n 238 640 221 657 221 676 c 0\n 221 688 228 700 244 712 c 1\n 377 824 l 2\n 391 835 399 839 409 839 c 0\n 430 839 446 823 446 803 c 0\n 446 790 440 780 423 767 c 1\nEndSplineSet\nKernsSLIF: 65 -19 0 0 44 -95 0 0 109 16 0 0 110 -8 0 0 46 -114 0 0 114 -34 0 0\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 154\nWidth: 600\nFlags: HMW\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nFore\n529 483 m 1\n 529 205 l 2\n 529 134 502 78 445 35 c 0\n 402 2 355 -14 300 -14 c 0\n 246 -14 198 2 155 35 c 0\n 99 78 71 134 71 205 c 2\n 71 483 l 1\n 31 484 10 501 10 533 c 0\n 10 550 19 567 34 576 c 0\n 43 582 51 583 76 583 c 2\n 206 583 l 2\n 234 583 241 582 252 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 263 499 248 490 c 0\n 240 485 229 483 206 483 c 2\n 171 483 l 1\n 171 196 l 2\n 171 135 229 86 300 86 c 128\n 371 86 429 135 429 196 c 2\n 429 483 l 1\n 394 483 l 2\n 368 483 358 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 368 583 394 583 c 2\n 524 583 l 2\n 551 583 559 581 570 574 c 0\n 583 564 590 549 590 533 c 0\n 590 501 569 483 529 483 c 1\n300 750 m 1\n 187 653 l 2\n 175 643 168 640 159 640 c 0\n 140 640 124 657 124 675 c 0\n 124 689 126 692 148 711 c 2\n 300 839 l 1\n 451 711 l 1\n 461.247 701.891 475 693.024 475 675 c 0\n 475 657 459 640 441 640 c 0\n 431 640 423 644 412 653 c 2\n 300 750 l 1\nEndSplineSet\nKernsSLIF: 65 -19 0 0\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 155\nWidth: 600\nFlags: HW\nHStem: -14 100<282.431 314> 483 100<172 218 378 428 529.031 544.331> 678 120<186 206 394 410>\nVStem: 10 262<530 535> 71 100<194 483> 136 120<736 740> 328 262<530 535> 344 120<736 740> 429 100<194 483>\nFore\n529 483 m 1\n 529 205 l 2\n 529 134 502 78 445 35 c 0\n 402 2 355 -14 300 -14 c 0\n 246 -14 198 2 155 35 c 0\n 99 78 71 134 71 205 c 2\n 71 483 l 1\n 31 484 10 501 10 533 c 0\n 10 550 19 567 34 576 c 0\n 43 582 51 583 76 583 c 2\n 206 583 l 2\n 234 583 241 582 252 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 263 499 248 490 c 0\n 240 485 229 483 206 483 c 2\n 171 483 l 1\n 171 196 l 2\n 171 135 229 86 300 86 c 128\n 371 86 429 135 429 196 c 2\n 429 483 l 1\n 394 483 l 2\n 368 483 358 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 368 583 394 583 c 2\n 524 583 l 2\n 551 583 559 581 570 574 c 0\n 583 564 590 549 590 533 c 0\n 590 501 569 483 529 483 c 1\n196 798 m 0\n 230 798 256 771 256 737 c 0\n 256 705 229 678 196 678 c 128\n 163 678 136 705 136 738 c 128\n 136 771 163 798 196 798 c 0\n404 798 m 0\n 438 798 464 771 464 737 c 0\n 464 705 437 678 404 678 c 128\n 371 678 344 705 344 738 c 128\n 344 771 371 798 404 798 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 65 -19 0 0 98 27 0 0 44 -95 0 0 109 16 0 0 110 -8 0 0 46 -114 0 0 114 -34 0 0\nEndChar\nStartChar: Yacute\nEncoding: 221 221 156\nWidth: 600\nFlags: HMW\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5>\nVStem: 250 100<100 245>\nFore\n21 533 m 0\n 21 568.794 49.4486 583 88 583 c 2\n 177 583 l 2\n 204 583 213 581 223 574 c 0\n 235 564 243 549 243 533 c 0\n 243 510 231 495 205 484 c 1\n 300 348 l 1\n 394 484 l 1\n 367 494 354 510 354 533 c 0\n 354 550 363 567 378 576 c 0\n 387 582 396 583 421 583 c 2\n 513 583 l 2\n 540 583 549 581 558 574 c 0\n 572 564 579 549 579 533 c 0\n 579 502 551 479 516 483 c 2\n 514 483 l 1\n 350 245 l 1\n 350 100 l 1\n 415 100 l 2\n 443 100 451 98 461 91 c 0\n 474 81 482 66 482 50 c 0\n 482 33 473 16 458 7 c 0\n 451 3 436 0 415 0 c 2\n 185 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 34 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 185 100 c 2\n 250 100 l 1\n 250 245 l 1\n 85 483 l 1\n 44 483 21 501 21 533 c 0\n426 767 m 1\n 293 656 l 2\n 280 645 270 640 261 640 c 0\n 241 640 224 657 224 676 c 0\n 224 688 231 700 247 712 c 1\n 380 824 l 2\n 394 835 402 839 412 839 c 0\n 433 839 449 823 449 803 c 0\n 449 790 443 780 426 767 c 1\nEndSplineSet\nEndChar\nStartChar: Thorn\nEncoding: 222 222 157\nWidth: 600\nFlags: HMW\nHStem: 0 100<80 95 195 294> 140 100<195 293> 343 100<195 293 293 326> 483 100<80 95 195 195 195 294>\nVStem: 95 100<100 140 240 343 443 483> 421 102<275.5 308.5>\nFore\n195 140 m 1\n 195 100 l 1\n 294 100 l 2\n 321 100 329 98 339 91 c 0\n 352 81 360 66 360 50 c 0\n 360 33 351 16 336 7 c 0\n 329 3 314 0 294 0 c 2\n 80 0 l 2\n 57 0 43 3 35 10 c 0\n 22 19 14 35 14 50 c 0\n 14 67 23 84 38 93 c 0\n 47 99 56 100 80 100 c 2\n 95 100 l 1\n 95 483 l 1\n 80 483 l 2\n 53 483 45 485 35 492 c 0\n 22 502 14 517 14 533 c 0\n 14 550 23 567 38 576 c 0\n 46 581 59 583 80 583 c 2\n 294 583 l 2\n 318 583 330 580 339 574 c 0\n 352 564 360 549 360 533 c 0\n 360 516 351 499 336 490 c 0\n 327 484 318 483 294 483 c 2\n 195 483 l 1\n 195 443 l 1\n 293 443 l 2\n 395 443 447 427 488 382 c 0\n 510 358 523 325 523 292 c 128\n 523 259 510 225 488 201 c 0\n 447 156 395 140 293 140 c 2\n 195 140 l 1\n195 240 m 1\n 326 240 l 2\n 392 240 421 255 421 291 c 0\n 421 328 393 343 326 343 c 2\n 195 343 l 1\n 195 240 l 1\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 158\nWidth: 600\nFlags: HW\nHStem: -16 100<374 390> 0 100<61 95> 523 100<253 280>\nVStem: 13 225<48 53> 95 100<100 464> 346 100<455 464> 429 100<155 176>\nFore\n95 100 m 1\n 95 478 l 2\n 95 563 167 623 268 623 c 128\n 369 623 446 551 446 456 c 0\n 446 419 438 397 411 365 c 1\n 488 320 529 249 529 165 c 0\n 529 57 467 -16 374 -16 c 0\n 305 -16 255 31 255 97 c 0\n 255 134 274 156 305 156 c 0\n 318 156 332 151 340 142 c 0\n 346 135 347 134 352 113 c 0\n 356 94 366 84 382 84 c 0\n 410 84 429 116 429 164 c 0\n 429 200 414 234 388 259 c 0\n 361 285 330 297 278 303 c 0\n 241 307 223 323 223 353 c 0\n 223 381 242 399 276 402 c 0\n 302 405 310 407 321 415 c 0\n 337 425 346 442 346 459 c 0\n 346 496 314 523 268 523 c 0\n 221 523 195 502 195 461 c 2\n 195 100 l 1\n 223 95 238 78 238 51 c 0\n 238 16 217 0 172 0 c 2\n 79 0 l 2\n 55 0 42 3 33 9 c 0\n 21 19 13 35 13 50 c 0\n 13 67 23 84 37 93 c 0\n 46 99 54 100 79 100 c 2\n 95 100 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: agrave\nEncoding: 224 224 159\nWidth: 600\nFlags: HW\nHStem: -16 100<207 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nDStem: 160 624 206 680 293 512 339 569\nFore\n388 0 m 1\n 388 23 l 1\n 340 -2 281 -16 222 -16 c 0\n 123 -16 42 45 42 119 c 0\n 42 150 57 185 81 212 c 0\n 126 262 195 288 284 288 c 0\n 316 288 347 285 388 278 c 1\n 388 301 l 2\n 388 335 359 350 295 350 c 0\n 262 350 225 345 179 333 c 0\n 162 329 148 327 139 327 c 0\n 111 327 90 349 90 378 c 0\n 90 399 100 413 120 420 c 0\n 168 437 242 450 292 450 c 0\n 415 450 489 395 489 302 c 2\n 489 100 l 1\n 505 100 l 2\n 532 100 541 98 551 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 16 547 7 c 0\n 540 2 526 0 505 0 c 2\n 388 0 l 1\n389 135 m 1\n 389 185 l 1\n 349 192 312 196 278 196 c 0\n 210 196 148 161 148 123 c 0\n 148 101 181 84 224 84 c 0\n 278 84 334 101 389 135 c 1\n206 680 m 2\n 339 569 l 2\n 355 556 362 545 362 532 c 0\n 362 513 345 496 325 496 c 0\n 315 496 308 500 293 512 c 2\n 160 624 l 1\n 143 637 137 647 137 660 c 0\n 137 680 153 696 174 696 c 0\n 185 696 190 693 206 680 c 2\nEndSplineSet\nMinimumDistance: x14,-1 \nKernsSLIF: 118 -21 0 0 119 -12 0 0 121 -31 0 0\nEndChar\nStartChar: aacute\nEncoding: 225 225 160\nWidth: 600\nFlags: HW\nHStem: -16 100<216 242> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nDStem: 373 680 419 624 240 569 286 512\nFore\n388 0 m 1\n 388 23 l 1\n 340 -2 281 -16 222 -16 c 0\n 123 -16 42 45 42 119 c 0\n 42 150 57 185 81 212 c 0\n 126 262 195 288 284 288 c 0\n 316 288 347 285 388 278 c 1\n 388 301 l 2\n 388 335 359 350 295 350 c 0\n 262 350 225 345 179 333 c 0\n 162 329 148 327 139 327 c 0\n 111 327 90 349 90 378 c 0\n 90 399 100 413 120 420 c 0\n 168 437 242 450 292 450 c 0\n 415 450 489 395 489 302 c 2\n 489 100 l 1\n 505 100 l 2\n 532 100 541 98 551 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 16 547 7 c 0\n 540 2 526 0 505 0 c 2\n 388 0 l 1\n389 135 m 1\n 389 185 l 1\n 349 192 312 196 278 196 c 0\n 210 196 148 161 148 123 c 0\n 148 101 181 84 224 84 c 0\n 278 84 334 101 389 135 c 1\n419 624 m 1\n 286 512 l 2\n 271 500 264 496 254 496 c 0\n 234 496 217 513 217 532 c 0\n 217 545 224 556 240 569 c 2\n 373 680 l 2\n 389 693 394 696 405 696 c 0\n 426 696 442 680 442 659 c 0\n 442 647 436 637 419 624 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nKernsSLIF: 118 -21 0 0 119 -12 0 0 121 -31 0 0\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 161\nWidth: 600\nFlags: HW\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nDStem: 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567\nFore\n388 0 m 1\n 388 23 l 1\n 340 -2 281 -16 222 -16 c 0\n 123 -16 42 45 42 119 c 0\n 42 150 57 185 81 212 c 0\n 126 262 195 288 284 288 c 0\n 316 288 347 285 388 278 c 1\n 388 301 l 2\n 388 335 359 350 295 350 c 0\n 262 350 225 345 179 333 c 0\n 162 329 148 327 139 327 c 0\n 111 327 90 349 90 378 c 0\n 90 399 100 413 120 420 c 0\n 168 437 242 450 292 450 c 0\n 415 450 489 395 489 302 c 2\n 489 100 l 1\n 505 100 l 2\n 532 100 541 98 551 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 16 547 7 c 0\n 540 2 526 0 505 0 c 2\n 388 0 l 1\n389 135 m 1\n 389 185 l 1\n 349 192 312 196 278 196 c 0\n 210 196 148 161 148 123 c 0\n 148 101 181 84 224 84 c 0\n 278 84 334 101 389 135 c 1\n290 607 m 1\n 177 510 l 2\n 166 501 158 497 149 497 c 0\n 130 497 114 514 114 532 c 0\n 114 546 116 549 138 567 c 2\n 290 696 l 1\n 450 560 l 0\n 461 551 465 543 465 532 c 0\n 465 514 449 497 431 497 c 0\n 422 497 413 501 402 510 c 2\n 290 607 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: atilde\nEncoding: 227 227 162\nWidth: 600\nFlags: HW\nHStem: -16 100<217 234> 0 100<489 522> 196 92<266 308> 350 100<270 314> 523 69<362 371> 587 69<217 226>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nFore\n388 0 m 1\n 388 23 l 1\n 340 -2 281 -16 222 -16 c 0\n 123 -16 42 45 42 119 c 0\n 42 150 57 185 81 212 c 0\n 126 262 195 288 284 288 c 0\n 316 288 347 285 388 278 c 1\n 388 301 l 2\n 388 335 359 350 295 350 c 0\n 262 350 225 345 179 333 c 0\n 162 329 148 327 139 327 c 0\n 111 327 90 349 90 378 c 0\n 90 399 100 413 120 420 c 0\n 168 437 242 450 292 450 c 0\n 415 450 489 395 489 302 c 2\n 489 100 l 1\n 505 100 l 2\n 532 100 541 98 551 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 16 547 7 c 0\n 540 2 526 0 505 0 c 2\n 388 0 l 1\n389 135 m 1\n 389 185 l 1\n 349 192 312 196 278 196 c 0\n 210 196 148 161 148 123 c 0\n 148 101 181 84 224 84 c 0\n 278 84 334 101 389 135 c 1\n446 656 m 0\n 463 656 478 642 478 628 c 0\n 478 613 470 598 449 571 c 0\n 422 537 398 523 369 523 c 0\n 347 523 314 537 270 566 c 0\n 243 584 234 587 220 587 c 0\n 202 587 194 580 165 541 c 0\n 157 530 149 526 139 526 c 0\n 122 526 108 540 108 556 c 0\n 108 570 118 590 135 611 c 0\n 160 640 189 656 218 656 c 0\n 241 656 258 649 308 618 c 0\n 342 598 355 592 366 592 c 0\n 381 592 385 596 407 626 c 0\n 421 646 434 656 446 656 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: adieresis\nEncoding: 228 228 163\nWidth: 600\nFlags: HW\nHStem: -16 100<218 246> 0 100<489 522> 196 92<266 298> 350 100<277 314> 534 120<178 187 387 395>\nVStem: 42 106<118 128> 125 120<592 596> 333 120<592 596> 389 100<135 185 279 304>\nFore\n388 0 m 1\n 388 23 l 1\n 340 -2 281 -16 222 -16 c 0\n 123 -16 42 45 42 119 c 0\n 42 150 57 185 81 212 c 0\n 126 262 195 288 284 288 c 0\n 316 288 347 285 388 278 c 1\n 388 301 l 2\n 388 335 359 350 295 350 c 0\n 262 350 225 345 179 333 c 0\n 162 329 148 327 139 327 c 0\n 111 327 90 349 90 378 c 0\n 90 399 100 413 120 420 c 0\n 168 437 242 450 292 450 c 0\n 415 450 489 395 489 302 c 2\n 489 100 l 1\n 505 100 l 2\n 532 100 541 98 551 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 16 547 7 c 0\n 540 2 526 0 505 0 c 2\n 388 0 l 1\n389 135 m 1\n 389 185 l 1\n 349 192 312 196 278 196 c 0\n 210 196 148 161 148 123 c 0\n 148 101 181 84 224 84 c 0\n 278 84 334 101 389 135 c 1\n185 654 m 0\n 219 654 245 627 245 593 c 0\n 245 561 218 534 185 534 c 128\n 152 534 125 561 125 594 c 128\n 125 627 152 654 185 654 c 0\n393 654 m 0\n 427 654 453 627 453 593 c 0\n 453 561 426 534 393 534 c 128\n 360 534 333 561 333 594 c 128\n 333 627 360 654 393 654 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nKernsSLIF: 118 -21 0 0 119 -12 0 0 121 -31 0 0\nEndChar\nStartChar: aring\nEncoding: 229 229 164\nWidth: 600\nFlags: HW\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 486 54<278 298> 674 53<278 298>\nVStem: 42 106<118 128> 166 53<604 609> 359 53<604 609> 389 100<135 185 279 304>\nFore\n388 0 m 1\n 388 23 l 1\n 340 -2 281 -16 222 -16 c 0\n 123 -16 42 45 42 119 c 0\n 42 150 57 185 81 212 c 0\n 126 262 195 288 284 288 c 0\n 316 288 347 285 388 278 c 1\n 388 301 l 2\n 388 335 359 350 295 350 c 0\n 262 350 225 345 179 333 c 0\n 162 329 148 327 139 327 c 0\n 111 327 90 349 90 378 c 0\n 90 399 100 413 120 420 c 0\n 168 437 242 450 292 450 c 0\n 415 450 489 395 489 302 c 2\n 489 100 l 1\n 505 100 l 2\n 532 100 541 98 551 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 16 547 7 c 0\n 540 2 526 0 505 0 c 2\n 388 0 l 1\n389 135 m 1\n 389 185 l 1\n 349 192 312 196 278 196 c 0\n 210 196 148 161 148 123 c 0\n 148 101 181 84 224 84 c 0\n 278 84 334 101 389 135 c 1\n289 727 m 0\n 357 727 412 672 412 605 c 0\n 412 541 355 486 289 486 c 0\n 222 486 166 541 166 607 c 0\n 166 672 222 727 289 727 c 0\n289 674 m 0\n 251 674 219 643 219 607 c 128\n 219 571 251 540 289 540 c 0\n 326 540 359 571 359 606 c 0\n 359 643 327 674 289 674 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nKernsSLIF: 118 -21 0 0 119 -12 0 0 121 -31 0 0\nEndChar\nStartChar: ae\nEncoding: 230 230 165\nWidth: 600\nFlags: HW\nHStem: -16 100<147 163 431 451> 172 86<363 501> 197 89<194 211> 350 100<194 211 431 441>\nVStem: -13 101<131 147> 255 356<172 189>\nFore\n611 172 m 1\n 360 172 l 1\n 377 109 400 84 441 84 c 0\n 463 84 482 89 509 101 c 0\n 538 113 553 118 566 118 c 0\n 592 118 612 96 612 66 c 0\n 612 47 603 32 587 22 c 0\n 552 0 489 -16 442 -16 c 0\n 402 -16 379 -9 342 16 c 1\n 333 5 321 -1 305 -1 c 0\n 290 -1 279 5 269 16 c 1\n 232 -7 202 -16 159 -16 c 0\n 55 -16 -13 48 -13 145 c 0\n -13 189 3 216 45 242 c 0\n 85 268 148 286 195 286 c 0\n 210 286 229 284 255 281 c 1\n 255 301 l 2\n 255 329 235 350 207 350 c 0\n 190 350 181 348 117 329 c 0\n 108 326 100 325 94 325 c 0\n 68 325 46 348 46 376 c 0\n 46 401 60 417 87 426 c 0\n 124 438 182 450 207 450 c 0\n 253 450 288 433 323 394 c 1\n 359 433 393 450 435 450 c 0\n 482 450 528 426 563 381 c 0\n 594 341 611 285 611 218 c 2\n 611 172 l 1\n255 130 m 1\n 255 189 l 1\n 232 195 216 197 199 197 c 0\n 162 197 121 186 101 171 c 0\n 93 164 88 154 88 142 c 0\n 88 107 116 84 158 84 c 0\n 189 84 215 96 255 130 c 1\n362 258 m 1\n 502 258 l 1\n 498 285 495 299 487 313 c 0\n 476 335 454 350 432 350 c 0\n 409 350 386 333 375 307 c 0\n 369 294 366 281 362 258 c 1\nEndSplineSet\nKernsSLIF: 118 28 0 0 119 32 0 0 121 18 0 0\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 166\nWidth: 600\nFlags: HMW\nHStem: -229 70<302.5 322.5> 350 100<285 332.5>\nVStem: 54 100<168.5 226> 272 70<-42 -16> 347 70<-142 -123>\nFore\n312 -229 m 0\n 272.99 -229 190 -211.284 190 -166 c 0\n 190 -147 206 -131 225 -131 c 0\n 233 -131 236 -132 254 -142 c 128\n 272 -152 294 -159 311 -159 c 0\n 334 -159 347 -150 347 -134 c 0\n 347 -112 327 -100 291 -100 c 0\n 286 -100 281 -101 272 -102 c 1\n 272 -14 l 1\n 217 -8 184 2 148 26 c 0\n 87 66 54 131 54 206 c 0\n 54 350 159 450 311 450 c 0\n 367 450 415 440 454 420 c 1\n 460 441 471 450 491 450 c 0\n 508 450 526 441 533 428 c 0\n 539 419 540 411 540 384 c 2\n 540 307 l 2\n 540 281 538 271 531 262 c 0\n 521 249 506 241 490 241 c 0\n 477 241 462 247 454 255 c 1\n 446 261 444 267 439 289 c 0\n 435 307 429 316 417 325 c 1\n 391 341 354 350 311 350 c 0\n 259 350 222 336 194 307 c 0\n 168 281 154 245 154 207 c 0\n 154 125 213 84 330 84 c 0\n 370 84 411 89 435 97 c 0\n 454 103 460 107 485 128 c 0\n 494 136 503 140 515 140 c 0\n 542 140 565 117 565 89 c 0\n 565 58 528 23 475 5 c 0\n 436 -8 398 -14 342 -16 c 1\n 342 -42 l 1\n 393 -52 417 -81 417 -133 c 0\n 417 -188 372 -229 312 -229 c 0\nEndSplineSet\nEndChar\nStartChar: egrave\nEncoding: 232 232 167\nWidth: 600\nFlags: HMW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nFore\n550 172 m 1\n 142 172 l 1\n 165 112 218 84 306 84 c 0\n 352 84 377 88 469 112 c 0\n 481 115 493 117 502 117 c 0\n 529 117 550 95 550 67 c 0\n 550 47 539 33 515 22 c 0\n 470 2 368 -16 297 -16 c 0\n 142 -16 33 80 33 216 c 0\n 33 348 145 450 291 450 c 0\n 440 450 550 349 550 211 c 2\n 550 172 l 1\n145 260 m 1\n 439 260 l 1\n 423 315 365 350 292 350 c 128\n 219 350 160 314 145 260 c 1\n218 680 m 2\n 351 569 l 2\n 367 556 374 545 374 532 c 0\n 374 513 357 496 337 496 c 0\n 327 496 320 500 305 512 c 2\n 172 624 l 1\n 155 637 149 647 149 660 c 0\n 149 680 165 696 186 696 c 0\n 197 696 202 693 218 680 c 2\nEndSplineSet\nEndChar\nStartChar: eacute\nEncoding: 233 233 168\nWidth: 600\nFlags: HMW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nFore\n550 172 m 1\n 142 172 l 1\n 165 112 218 84 306 84 c 0\n 352 84 377 88 469 112 c 0\n 481 115 493 117 502 117 c 0\n 529 117 550 95 550 67 c 0\n 550 47 539 33 515 22 c 0\n 470 2 368 -16 297 -16 c 0\n 142 -16 33 80 33 216 c 0\n 33 348 145 450 291 450 c 0\n 440 450 550 349 550 211 c 2\n 550 172 l 1\n145 260 m 1\n 439 260 l 1\n 423 315 365 350 292 350 c 128\n 219 350 160 314 145 260 c 1\n431 624 m 1\n 298 512 l 2\n 283 500 276 496 266 496 c 0\n 246 496 229 513 229 532 c 0\n 229 545 236 556 252 569 c 2\n 385 680 l 2\n 401 693 406 696 417 696 c 0\n 438 696 454 680 454 659 c 0\n 454 647 448 637 431 624 c 1\nEndSplineSet\nKernsSLIF: 118 -9 0 0 119 -3 0 0 121 -20 0 0\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 169\nWidth: 600\nFlags: HMW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nFore\n550 172 m 1\n 142 172 l 1\n 165 112 218 84 306 84 c 0\n 352 84 377 88 469 112 c 0\n 481 115 493 117 502 117 c 0\n 529 117 550 95 550 67 c 0\n 550 47 539 33 515 22 c 0\n 470 2 368 -16 297 -16 c 0\n 142 -16 33 80 33 216 c 0\n 33 348 145 450 291 450 c 0\n 440 450 550 349 550 211 c 2\n 550 172 l 1\n145 260 m 1\n 439 260 l 1\n 423 315 365 350 292 350 c 128\n 219 350 160 314 145 260 c 1\n305 607 m 1\n 192 510 l 2\n 181 501 173 497 164 497 c 0\n 145 497 129 514 129 532 c 0\n 129 546 131 549 153 567 c 2\n 305 696 l 1\n 465 560 l 0\n 476 551 480 543 480 532 c 0\n 480 514 464 497 446 497 c 0\n 437 497 428 501 417 510 c 2\n 305 607 l 1\nEndSplineSet\nKernsSLIF: 118 -9 0 0 119 -3 0 0 121 -20 0 0\nEndChar\nStartChar: edieresis\nEncoding: 235 235 170\nWidth: 600\nFlags: HMW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nVStem: 33 120 241 120\nFore\n550 172 m 1\n 142 172 l 1\n 165 112 218 84 306 84 c 0\n 352 84 377 88 469 112 c 0\n 481 115 493 117 502 117 c 0\n 529 117 550 95 550 67 c 0\n 550 47 539 33 515 22 c 0\n 470 2 368 -16 297 -16 c 0\n 142 -16 33 80 33 216 c 0\n 33 348 145 450 291 450 c 0\n 440 450 550 349 550 211 c 2\n 550 172 l 1\n145 260 m 1\n 439 260 l 1\n 423 315 365 350 292 350 c 128\n 219 350 160 314 145 260 c 1\n200 654 m 0\n 234 654 260 627 260 593 c 0\n 260 561 233 534 200 534 c 128\n 167 534 140 561 140 594 c 128\n 140 627 167 654 200 654 c 0\n408 654 m 0\n 442 654 468 627 468 593 c 0\n 468 561 441 534 408 534 c 128\n 375 534 348 561 348 594 c 128\n 348 627 375 654 408 654 c 0\nEndSplineSet\nEndChar\nStartChar: igrave\nEncoding: 236 236 171\nWidth: 600\nFlags: HMW\nHStem: 0 100<128 250 350 472> 337 100<172 250>\nVStem: 250 100<100 337 337 337>\nFore\n350 437 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 34 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 337 l 1\n 172 337 l 2\n 147 337 135 339 126 347 c 1\n 113 356 105 371 105 387 c 0\n 105 404 114 421 129 430 c 0\n 138 436 146 437 172 437 c 2\n 350 437 l 1\n207 680 m 2\n 340 569 l 2\n 356 556 363 545 363 532 c 0\n 363 513 346 496 326 496 c 0\n 316 496 309 500 294 512 c 2\n 161 624 l 1\n 144 637 138 647 138 660 c 0\n 138 680 154 696 175 696 c 0\n 186 696 191 693 207 680 c 2\nEndSplineSet\nEndChar\nStartChar: iacute\nEncoding: 237 237 172\nWidth: 600\nFlags: HMW\nHStem: 0 100<128 250 350 472> 337 100<172 250>\nVStem: 250 100<100 337 337 337>\nFore\n350 437 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 34 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 337 l 1\n 172 337 l 2\n 147 337 135 339 126 347 c 1\n 113 356 105 371 105 387 c 0\n 105 404 114 421 129 430 c 0\n 138 436 146 437 172 437 c 2\n 350 437 l 1\n410 624 m 1\n 277 512 l 2\n 262 500 255 496 245 496 c 0\n 225 496 208 513 208 532 c 0\n 208 545 215 556 231 569 c 2\n 364 680 l 2\n 380 693 385 696 396 696 c 0\n 417 696 433 680 433 659 c 0\n 433 647 427 637 410 624 c 1\nEndSplineSet\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 173\nWidth: 600\nFlags: HMW\nHStem: 0 100<128 250 350 472> 337 100<172 250>\nVStem: 250 100<100 337 337 337>\nFore\n350 437 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 34 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 337 l 1\n 172 337 l 2\n 147 337 135 339 126 347 c 1\n 113 356 105 371 105 387 c 0\n 105 404 114 421 129 430 c 0\n 138 436 146 437 172 437 c 2\n 350 437 l 1\n284 607 m 1\n 171 510 l 2\n 160 501 152 497 143 497 c 0\n 124 497 108 514 108 532 c 0\n 108 546 110 549 132 567 c 2\n 284 696 l 1\n 444 560 l 0\n 455 551 459 543 459 532 c 0\n 459 514 443 497 425 497 c 0\n 416 497 407 501 396 510 c 2\n 284 607 l 1\nEndSplineSet\nEndChar\nStartChar: idieresis\nEncoding: 239 239 174\nWidth: 600\nFlags: HW\nHStem: 0 100<110 249 350 478> 337 100<158 249> 534 120<171 181 382 389>\nVStem: 119 120<592 596> 250 100<100 337> 327 120<592 596>\nFore\n350 437 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 34 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 337 l 1\n 172 337 l 2\n 147 337 135 339 126 347 c 1\n 113 356 105 371 105 387 c 0\n 105 404 114 421 129 430 c 0\n 138 436 146 437 172 437 c 2\n 350 437 l 1\n179 654 m 0\n 213 654 239 627 239 593 c 0\n 239 561 212 534 179 534 c 128\n 146 534 119 561 119 594 c 128\n 119 627 146 654 179 654 c 0\n387 654 m 0\n 421 654 447 627 447 593 c 0\n 447 561 420 534 387 534 c 128\n 354 534 327 561 327 594 c 128\n 327 627 354 654 387 654 c 0\nEndSplineSet\nMinimumDistance: x24,-1 x18,1 y1,18 y1,0 \nEndChar\nStartChar: eth\nEncoding: 240 240 175\nWidth: 600\nFlags: HW\nHStem: -16 100<282 314> 350 93<282 302>\nVStem: 42 102<208 224> 456 101<208 224>\nFore\n417 583 m 1\n 372 558 l 1\n 501 468 558 368 558 233 c 0\n 558 153 537 99 489 55 c 0\n 439 10 370 -16 300 -16 c 0\n 157 -16 42 85 42 211 c 0\n 42 339 151 443 286 443 c 0\n 336 443 367 433 430 396 c 1\n 391 445 341 490 293 518 c 1\n 201 468 l 2\n 182 457 178 456 169 456 c 0\n 152 456 139 472 139 493 c 0\n 139 507 142 510 163 522 c 2\n 213 551 l 1\n 197.792 557.759 182.181 563.909 174 568 c 2\n 158 573 l 2\n 141 579 132 590 132 604 c 0\n 132 623 151 640 172 640 c 0\n 195 640 225 631 271 609 c 2\n 299 596 l 1\n 376 637 l 2\n 388 643 399 646 409 646 c 0\n 426 646 440 632 440 613 c 0\n 440 601 432 590 417 583 c 1\n300 350 m 0\n 213 350 144 289 144 212 c 0\n 144 141 214 84 300 84 c 0\n 385 84 456 141 456 210 c 0\n 456 289 388 350 300 350 c 0\nEndSplineSet\nEndChar\nStartChar: ntilde\nEncoding: 241 241 176\nWidth: 600\nFlags: HW\nHStem: 0 100<71 94 196 222 407 409 510 525.03> 350 100<310 334> 417 20G<101 195> 523 69<366 375> 587 69<215 231>\nVStem: 95 100<100 282> 410 100<100 288>\nFore\n34 387 m 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\n 432.124 450 510 391.537 510 282 c 2\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 16 547 7 c 0\n 539 2 526 0 505 0 c 2\n 416 0 l 2\n 371 0 349 17 349 50 c 0\n 349 82 371 100 410 100 c 1\n 410 278 l 2\n 410 327 382 350 322 350 c 0\n 272 350 247 337 195 282 c 1\n 195 100 l 1\n 201 100 l 2\n 228 100 236 98 246 91 c 0\n 259 81 267 66 267 50 c 0\n 267 33 258 17 243 7 c 0\n 235 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 43 10 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 337 l 1\n 56 338 34 355 34 387 c 0\n446 656 m 1\n 466 654 479 643 479 627 c 0\n 479 613 471 598 450 571 c 0\n 423 537 399 523 370 523 c 0\n 348 523 315 537 271 566 c 0\n 243 584 235 587 221 587 c 0\n 203 587 195 581 165 540 c 0\n 158 531 150 526 140 526 c 0\n 123 526 109 540 109 556 c 0\n 109 570 119 589 136 610 c 0\n 161 640 190 656 218 656 c 0\n 242 656 259 649 309 618 c 0\n 342 598 355 592 367 592 c 0\n 382 592 387 596 411 631 c 0\n 421 645 435 655 446 656 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: ograve\nEncoding: 242 242 177\nWidth: 600\nFlags: HMW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nFore\n303 450 m 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 128\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 128\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n217 680 m 2\n 350 569 l 2\n 366 556 373 545 373 532 c 0\n 373 513 356 496 336 496 c 0\n 326 496 319 500 304 512 c 2\n 171 624 l 1\n 154 637 148 647 148 660 c 0\n 148 680 164 696 185 696 c 0\n 196 696 201 693 217 680 c 2\nEndSplineSet\nKernsSLIF: 118 -6 0 0 119 -3 0 0 121 -17 0 0\nEndChar\nStartChar: oacute\nEncoding: 243 243 178\nWidth: 600\nFlags: HMW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nFore\n303 450 m 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 128\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 128\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n430 624 m 1\n 297 512 l 2\n 282 500 275 496 265 496 c 0\n 245 496 228 513 228 532 c 0\n 228 545 235 556 251 569 c 2\n 384 680 l 2\n 400 693 405 696 416 696 c 0\n 437 696 453 680 453 659 c 0\n 453 647 447 637 430 624 c 1\nEndSplineSet\nKernsSLIF: 118 -6 0 0 119 -3 0 0 121 -17 0 0\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 179\nWidth: 600\nFlags: HMW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nFore\n303 450 m 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 128\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 128\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n300 607 m 1\n 187 510 l 2\n 176 501 168 497 159 497 c 0\n 140 497 124 514 124 532 c 0\n 124 546 126 549 148 567 c 2\n 300 696 l 1\n 460 560 l 0\n 471 551 475 543 475 532 c 0\n 475 514 459 497 441 497 c 0\n 432 497 423 501 412 510 c 2\n 300 607 l 1\nEndSplineSet\nKernsSLIF: 116 -13 0 0\nEndChar\nStartChar: otilde\nEncoding: 245 245 180\nWidth: 600\nFlags: HMW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 587 69<225 241>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nFore\n303 450 m 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 128\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 128\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n460 656 m 0\n 477 656 492 642 492 628 c 0\n 492 613 484 598 463 571 c 0\n 436 537 412 523 383 523 c 0\n 361 523 328 537 284 566 c 0\n 257 584 248 587 234 587 c 0\n 216 587 208 580 179 541 c 0\n 171 530 163 526 153 526 c 0\n 136 526 122 540 122 556 c 0\n 122 570 132 590 149 611 c 0\n 174 640 203 656 232 656 c 0\n 255 656 272 649 322 618 c 0\n 356 598 369 592 380 592 c 0\n 395 592 399 596 421 626 c 0\n 435 646 448 656 460 656 c 0\nEndSplineSet\nEndChar\nStartChar: odieresis\nEncoding: 246 246 181\nWidth: 600\nFlags: HMW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 250 120 458 100<179.5 254>\nFore\n303 450 m 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 128\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 128\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n196 654 m 0\n 230 654 256 627 256 593 c 0\n 256 561 229 534 196 534 c 128\n 163 534 136 561 136 594 c 128\n 136 627 163 654 196 654 c 0\n404 654 m 0\n 438 654 464 627 464 593 c 0\n 464 561 437 534 404 534 c 128\n 371 534 344 561 344 594 c 128\n 344 627 371 654 404 654 c 0\nEndSplineSet\nKernsSLIF: 116 -13 0 0 118 -6 0 0 119 -3 0 0 120 -10 0 0 121 -17 0 0\nEndChar\nStartChar: divide\nEncoding: 247 247 182\nWidth: 600\nFlags: HMW\nHStem: 230 100<108 492>\nFore\n108 330 m 2\n 492 330 l 2\n 519 330 527 328 537 321 c 0\n 550 311 558 296 558 280 c 0\n 558 263 549 246 534 237 c 0\n 526 232 514 230 492 230 c 2\n 108 230 l 2\n 84 230 72 232 63 240 c 1\n 50 249 42 265 42 280 c 0\n 42 297 52 314 66 323 c 0\n 75 329 83 330 108 330 c 2\n300 160 m 0\n 346 160 375 134 375 93 c 0\n 375 54 345 28 300 28 c 128\n 255 28 225 55 225 94 c 128\n 225 133 255 160 300 160 c 0\n300 532 m 0\n 346 532 375 506 375 465 c 0\n 375 426 345 400 300 400 c 128\n 255 400 225 427 225 466 c 128\n 225 505 255 532 300 532 c 0\nEndSplineSet\nEndChar\nStartChar: oslash\nEncoding: 248 248 183\nWidth: 600\nFlags: HMW\nHStem: -16 100<289 344> 350 100<255.5 309.5>\nVStem: 42 100<204.5 254.5> 458 100<179.5 229>\nFore\n548 402 m 1\n 506 359 l 1\n 540 316 558 267 558 217 c 0\n 558 87 444 -16 300 -16 c 0\n 255 -16 213 -6 172 14 c 1\n 116 -44 l 2\n 95 -65 87 -70 71 -70 c 0\n 44 -70 23 -49 23 -22 c 0\n 23 -7 28 2 48 22 c 2\n 96 72 l 1\n 62 114 42 167 42 217 c 0\n 42 347 156 450 298 450 c 0\n 342 450 398 437 432 419 c 1\n 480 468 l 2\n 501 489 509 494 526 494 c 0\n 552 494 573 473 573 447 c 0\n 573 430 569 422 548 402 c 1\n436 286 m 1\n 247 91 l 1\n 265 86 279 84 299 84 c 0\n 389 84 458 142 458 217 c 0\n 458 241 450 264 436 286 c 1\n167 145 m 1\n 357 342 l 1\n 336 347 319 350 300 350 c 0\n 211 350 142 292 142 217 c 0\n 142 192 150 168 167 145 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 184\nWidth: 600\nFlags: HMW\nHStem: -13 100<253 300.5> 337 100<375 410>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nFore\n273 -13 m 0\n 171.545 -13 95 46.3552 95 156 c 2\n 95 338 l 1\n 79 338 l 1\n 68 337 l 2\n 38 335 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 339 339 330 347 c 1\n 317 356 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\n215 680 m 2\n 348 569 l 2\n 364 556 371 545 371 532 c 0\n 371 513 354 496 334 496 c 0\n 324 496 317 500 302 512 c 2\n 169 624 l 1\n 152 637 146 647 146 660 c 0\n 146 680 162 696 183 696 c 0\n 194 696 199 693 215 680 c 2\nEndSplineSet\nEndChar\nStartChar: uacute\nEncoding: 250 250 185\nWidth: 600\nFlags: HMW\nHStem: -13 100<253 300.5> 337 100<375 410>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nFore\n273 -13 m 0\n 171.545 -13 95 46.3552 95 156 c 2\n 95 338 l 1\n 79 338 l 1\n 68 337 l 2\n 38 335 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 339 339 330 347 c 1\n 317 356 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\n418 624 m 1\n 285 512 l 2\n 270 500 263 496 253 496 c 0\n 233 496 216 513 216 532 c 0\n 216 545 223 556 239 569 c 2\n 372 680 l 2\n 388 693 393 696 404 696 c 0\n 425 696 441 680 441 659 c 0\n 441 647 435 637 418 624 c 1\nEndSplineSet\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 186\nWidth: 600\nFlags: HMW\nHStem: -13 100<253 300.5> 337 100<375 410>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nFore\n273 -13 m 0\n 171.545 -13 95 46.3552 95 156 c 2\n 95 338 l 1\n 79 338 l 1\n 68 337 l 2\n 38 335 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 339 339 330 347 c 1\n 317 356 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\n296 607 m 1\n 183 510 l 2\n 172 501 164 497 155 497 c 0\n 136 497 120 514 120 532 c 0\n 120 546 122 549 144 567 c 2\n 296 696 l 1\n 456 560 l 0\n 467 551 471 543 471 532 c 0\n 471 514 455 497 437 497 c 0\n 428 497 419 501 408 510 c 2\n 296 607 l 1\nEndSplineSet\nEndChar\nStartChar: udieresis\nEncoding: 252 252 187\nWidth: 600\nFlags: HW\nHStem: -13 100<269 285> 0 21G<410 505> 0 100<510.031 525.045> 338 99<79 95 365 409> 534 120<189 197 397 409>\nVStem: 95 100<147 337> 131 120<592 596> 339 120<592 596> 410 100<155 337>\nFore\n273 -13 m 0\n 171.545 -13 95 46.3552 95 156 c 2\n 95 338 l 1\n 79 338 l 1\n 68 337 l 2\n 38 335 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 339 339 330 347 c 1\n 317 356 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\n191 654 m 0\n 225 654 251 627 251 593 c 0\n 251 561 224 534 191 534 c 128\n 158 534 131 561 131 594 c 128\n 131 627 158 654 191 654 c 0\n399 654 m 0\n 433 654 459 627 459 593 c 0\n 459 561 432 534 399 534 c 128\n 366 534 339 561 339 594 c 128\n 339 627 366 654 399 654 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: yacute\nEncoding: 253 253 188\nWidth: 600\nFlags: HMW\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526>\nFore\n354 387 m 0\n 354 422.659 381.779 437 421 437 c 2\n 513 437 l 2\n 539 437 549 435 558 428 c 0\n 572 418 579 403 579 387 c 0\n 579 358 560 340 527 337 c 1\n 297 -105 l 1\n 302 -105 l 2\n 328 -105 338 -107 348 -114 c 0\n 360 -124 368 -139 368 -155 c 0\n 368 -172 359 -188 344 -198 c 0\n 336 -203 324 -205 302 -205 c 2\n 87 -205 l 2\n 62 -205 51 -203 42 -195 c 1\n 29 -186 21 -171 21 -155 c 0\n 21 -138 30 -121 45 -112 c 0\n 54 -107 63 -105 87 -105 c 2\n 187 -105 l 1\n 242 3 l 1\n 70 337 l 1\n 39 341 21 359 21 387 c 0\n 21 422.421 49.5887 437 87 437 c 2\n 177 437 l 2\n 203 437 213 435 223 428 c 0\n 235 418 243 403 243 387 c 0\n 243 356 222 338 184 337 c 1\n 298 114 l 1\n 418 337 l 1\n 377 337 354 355 354 387 c 0\n452 624 m 1\n 319 512 l 2\n 304 500 297 496 287 496 c 0\n 267 496 250 513 250 532 c 0\n 250 545 257 556 273 569 c 2\n 406 680 l 2\n 422 693 427 696 438 696 c 0\n 459 696 475 680 475 659 c 0\n 475 647 469 637 452 624 c 1\nEndSplineSet\nEndChar\nStartChar: thorn\nEncoding: 254 254 189\nWidth: 600\nFlags: HW\nHStem: -205 100<40 73 175 248> 10 100<312 331> 350 100<312 344> 524 100<40 73>\nVStem: -8 306<-157 -153> 74 100<-105 65 223 243 393 524> 471 100<223 243>\nFore\n174 66 m 1\n 174 -105 l 1\n 232 -105 l 2\n 258 -105 268 -107 278 -114 c 0\n 291 -124 298 -139 298 -155 c 0\n 298 -172 289 -188 274 -198 c 0\n 266 -203 254 -205 232 -205 c 2\n 58 -205 l 2\n 33 -205 22 -203 12 -195 c 0\n 0 -186 -8 -171 -8 -155 c 0\n -8 -138 1 -121 16 -112 c 0\n 25 -106 34 -105 58 -105 c 2\n 74 -105 l 1\n 74 524 l 1\n 58 524 l 2\n 32 524 22 526 12 533 c 0\n 0 543 -8 558 -8 574 c 0\n -8 591 1 608 16 617 c 0\n 25 622 34 624 58 624 c 2\n 174 624 l 1\n 174 392 l 1\n 223 434 265 450 328 450 c 0\n 467 450 571 354 571 224 c 0\n 571 101 468 10 329 10 c 0\n 270 10 226 26 174 66 c 1\n323 350 m 0\n 281 350 248 341 222 321 c 0\n 193 300 174 263 174 231 c 0\n 174 160 235 110 323 110 c 0\n 409 110 471 160 471 230 c 0\n 471 263 452 300 423 321 c 0\n 397 341 364 350 323 350 c 0\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: ydieresis\nEncoding: 255 255 190\nWidth: 600\nFlags: HMW\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526>\nVStem: 21 120 229 120\nFore\n354 387 m 0\n 354 422.659 381.779 437 421 437 c 2\n 513 437 l 2\n 539 437 549 435 558 428 c 0\n 572 418 579 403 579 387 c 0\n 579 358 560 340 527 337 c 1\n 297 -105 l 1\n 302 -105 l 2\n 328 -105 338 -107 348 -114 c 0\n 360 -124 368 -139 368 -155 c 0\n 368 -172 359 -188 344 -198 c 0\n 336 -203 324 -205 302 -205 c 2\n 87 -205 l 2\n 62 -205 51 -203 42 -195 c 1\n 29 -186 21 -171 21 -155 c 0\n 21 -138 30 -121 45 -112 c 0\n 54 -107 63 -105 87 -105 c 2\n 187 -105 l 1\n 242 3 l 1\n 70 337 l 1\n 39 341 21 359 21 387 c 0\n 21 422.421 49.5887 437 87 437 c 2\n 177 437 l 2\n 203 437 213 435 223 428 c 0\n 235 418 243 403 243 387 c 0\n 243 356 222 338 184 337 c 1\n 298 114 l 1\n 418 337 l 1\n 377 337 354 355 354 387 c 0\n196 654 m 0\n 230 654 256 627 256 593 c 0\n 256 561 229 534 196 534 c 128\n 163 534 136 561 136 594 c 128\n 136 627 163 654 196 654 c 0\n404 654 m 0\n 438 654 464 627 464 593 c 0\n 464 561 437 534 404 534 c 128\n 371 534 344 561 344 594 c 128\n 344 627 371 654 404 654 c 0\nEndSplineSet\nEndChar\nStartChar: Amacron\nEncoding: 256 256 191\nWidth: 600\nFlags: HMW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 689 80<178 422>\nFore\n416 158 m 1\n 178 158 l 1\n 155 100 l 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 90 c 0\n 613 81 621 66 621 50 c 0\n 621 33 612 16 597 7 c 0\n 589 2 576 0 555 0 c 2\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 416 158 l 1\n375 258 m 1\n 297 450 l 1\n 218 258 l 1\n 375 258 l 1\n178 769 m 2\n 422 769 l 2\n 445 769 457 766 464 758 c 0\n 470 751 475 737 475 729 c 0\n 475 704 455 689 422 689 c 2\n 178 689 l 2\n 153 689 145 691 136 701 c 0\n 130 709 125 721 125 729 c 0\n 125 754 144 769 178 769 c 2\nEndSplineSet\nEndChar\nStartChar: amacron\nEncoding: 257 257 192\nWidth: 600\nFlags: HW\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 546 80<170 426>\nVStem: 42 106<118 128> 125 350<585 592> 389 100<135 185 279 304>\nFore\n388 0 m 1\n 388 23 l 1\n 340 -2 281 -16 222 -16 c 0\n 123 -16 42 45 42 119 c 0\n 42 150 57 185 81 212 c 0\n 126 262 195 288 284 288 c 0\n 316 288 347 285 388 278 c 1\n 388 301 l 2\n 388 335 359 350 295 350 c 0\n 262 350 225 345 179 333 c 0\n 162 329 148 327 139 327 c 0\n 111 327 90 349 90 378 c 0\n 90 399 100 413 120 420 c 0\n 168 437 242 450 292 450 c 0\n 415 450 489 395 489 302 c 2\n 489 100 l 1\n 505 100 l 2\n 532 100 541 98 551 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 16 547 7 c 0\n 540 2 526 0 505 0 c 2\n 388 0 l 1\n389 135 m 1\n 389 185 l 1\n 349 192 312 196 278 196 c 0\n 210 196 148 161 148 123 c 0\n 148 101 181 84 224 84 c 0\n 278 84 334 101 389 135 c 1\n178 626 m 2\n 422 626 l 2\n 445 626 457 623 464 615 c 0\n 470 608 475 594 475 586 c 0\n 475 561 455 546 422 546 c 2\n 178 546 l 2\n 153 546 145 548 136 558 c 0\n 130 566 125 578 125 586 c 0\n 125 611 144 626 178 626 c 2\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Abreve\nEncoding: 258 258 193\nWidth: 600\nFlags: HMW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 647 68<272.5 327.5>\nFore\n416 158 m 1\n 178 158 l 1\n 155 100 l 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 90 c 0\n 613 81 621 66 621 50 c 0\n 621 33 612 16 597 7 c 0\n 589 2 576 0 555 0 c 2\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 416 158 l 1\n375 258 m 1\n 297 450 l 1\n 218 258 l 1\n 375 258 l 1\n159 831 m 0\n 179 831 186 822 193 791 c 0\n 203 745 245 715 300 715 c 128\n 355 715 397 745 407 791 c 0\n 414 822 421 831 441 831 c 128\n 461 831 475 816 475 793 c 0\n 475 717 392 647 300 647 c 128\n 208 647 125 717 125 793 c 0\n 125 816 139 831 159 831 c 0\nEndSplineSet\nEndChar\nStartChar: abreve\nEncoding: 259 259 194\nWidth: 600\nFlags: HW\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 302> 350 100<277 314> 503 68<283 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nFore\n388 0 m 1\n 388 23 l 1\n 340 -2 281 -16 222 -16 c 0\n 123 -16 42 45 42 119 c 0\n 42 150 57 185 81 212 c 0\n 126 262 195 288 284 288 c 0\n 316 288 347 285 388 278 c 1\n 388 301 l 2\n 388 335 359 350 295 350 c 0\n 262 350 225 345 179 333 c 0\n 162 329 148 327 139 327 c 0\n 111 327 90 349 90 378 c 0\n 90 399 100 413 120 420 c 0\n 168 437 242 450 292 450 c 0\n 415 450 489 395 489 302 c 2\n 489 100 l 1\n 505 100 l 2\n 532 100 541 98 551 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 16 547 7 c 0\n 540 2 526 0 505 0 c 2\n 388 0 l 1\n389 135 m 1\n 389 185 l 1\n 349 192 312 196 278 196 c 0\n 210 196 148 161 148 123 c 0\n 148 101 181 84 224 84 c 0\n 278 84 334 101 389 135 c 1\n159 687 m 0\n 179 687 186 678 193 647 c 0\n 203 601 245 571 300 571 c 128\n 355 571 397 601 407 647 c 0\n 414 678 421 687 441 687 c 128\n 461 687 475 672 475 649 c 0\n 475 573 392 503 300 503 c 128\n 208 503 125 573 125 649 c 0\n 125 672 139 687 159 687 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Aogonek\nEncoding: 260 260 195\nWidth: 600\nFlags: HMW\nHStem: -208 76<498.5 512> 0 100<33.5 45 45 46 155 178 416 439> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nVStem: 405 77<-118.5 -96>\nFore\n618 -146 m 0\n 618 -189.798 540.549 -208 499 -208 c 0\n 441 -208 405 -174 405 -119 c 0\n 405 -69 426 -38 484 0 c 1\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 416 158 l 1\n 178 158 l 1\n 155 100 l 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 91 c 0\n 613 81 621 66 621 50 c 0\n 621 27 611 15 576 -5 c 0\n 521 -36 482 -80 482 -112 c 0\n 482 -125 491 -132 506 -132 c 0\n 518 -132 529 -128 557 -114 c 0\n 567 -109 572 -108 579 -108 c 0\n 601 -108 618 -125 618 -146 c 0\n375 258 m 1\n 297 450 l 1\n 218 258 l 1\n 375 258 l 1\nEndSplineSet\nEndChar\nStartChar: aogonek\nEncoding: 261 261 196\nWidth: 600\nFlags: HW\nHStem: -208 76<460 474> -16 100<218 234> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 367 77<-118 -106> 389 100<135 185 279 304>\nFore\n580 -146 m 0\n 580 -189.798 502.549 -208 461 -208 c 0\n 403 -208 367 -174 367 -119 c 0\n 367 -69 388 -38 446 0 c 1\n 388 0 l 1\n 388 23 l 1\n 340 -2 281 -16 222 -16 c 0\n 123 -16 42 45 42 119 c 0\n 42 150 57 185 81 212 c 0\n 126 262 195 288 284 288 c 0\n 316 288 347 285 388 278 c 1\n 388 301 l 2\n 388 335 359 350 295 350 c 0\n 262 350 225 345 179 333 c 0\n 162 329 148 327 139 327 c 0\n 111 327 90 349 90 378 c 0\n 90 399 100 413 120 420 c 0\n 168 437 242 450 292 450 c 0\n 415 450 489 395 489 302 c 2\n 489 100 l 1\n 505 100 l 2\n 532 100 541 98 551 91 c 0\n 564 81 571 66 571 50 c 0\n 571 26 567 21 507 -25 c 0\n 465 -57 444 -87 444 -112 c 0\n 444 -125 453 -132 468 -132 c 0\n 480 -132 491 -128 519 -114 c 0\n 529 -109 534 -108 541 -108 c 0\n 563 -108 580 -125 580 -146 c 0\n389 135 m 1\n 389 185 l 1\n 349 192 312 196 278 196 c 0\n 210 196 148 161 148 123 c 0\n 148 101 181 84 224 84 c 0\n 278 84 334 101 389 135 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: Cacute\nEncoding: 262 262 197\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 367 216<497 501> 497 100<288.512 328>\nVStem: 33 100<242 322>\nDStem: 406 824 452 767 273 712 319 656\nFore\n447 563 m 2\n 457 559 l 1\n 470 577 482 583 499 583 c 0\n 517 583 533 574 542 559 c 0\n 548 550 549 542 549 517 c 2\n 549 433 l 2\n 549 408 547 397 540 388 c 0\n 530 375 515 367 499 367 c 0\n 486 367 472 373 464 381 c 128\n 456 389 454 396 450 420 c 0\n 445 444 435 457 406 473 c 0\n 379 488 343 497 309 497 c 0\n 207 497 133 420 133 315 c 2\n 133 251 l 2\n 133 151 210 86 330 86 c 0\n 375 86 415 94 440 109 c 0\n 451 115 451 115 478 143 c 0\n 489 154 501 159 514 159 c 0\n 541 159 564 136 564 109 c 0\n 564 86 545 60 511 36 c 0\n 467 4 399 -14 327 -14 c 0\n 157 -14 33 97 33 249 c 2\n 33 315 l 2\n 33 475 151 597 305 597 c 0\n 357 597 392 589 447 563 c 2\n452 767 m 1\n 319 656 l 2\n 306 645 296 640 287 640 c 0\n 267 640 250 657 250 676 c 0\n 250 688 257 700 273 712 c 1\n 406 824 l 2\n 420 835 428 839 438 839 c 0\n 459 839 475 823 475 803 c 0\n 475 790 469 780 452 767 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: cacute\nEncoding: 263 263 198\nWidth: 600\nFlags: HMW\nHStem: -16 100<274.5 350> 350 100<284.5 332>\nVStem: 54 100<176.5 226>\nFore\n310 350 m 0\n 215.259 350 154 291.698 154 207 c 0\n 154 125 213 84 330 84 c 0\n 370 84 411 89 435 97 c 0\n 454 103 459 107 485 128 c 0\n 494 136 503 140 515 140 c 0\n 542 140 565 117 565 89 c 0\n 565 63 542 37 501 16 c 0\n 460 -4 396 -16 323 -16 c 0\n 226 -16 164 5 115 53 c 0\n 75 93 54 146 54 207 c 0\n 54 350 159 450 310 450 c 0\n 367 450 415 440 454 420 c 1\n 460 441 471 450 492 450 c 0\n 525 450 540 430 540 384 c 2\n 540 307 l 2\n 540 281 538 271 531 262 c 0\n 521 249 506 241 490 241 c 0\n 477 241 462 247 454 255 c 1\n 446 261 444 267 439 289 c 0\n 435 307 429 316 416 325 c 0\n 390 341 354 350 310 350 c 0\n452 624 m 1\n 319 512 l 2\n 304 500 297 496 287 496 c 0\n 267 496 250 513 250 532 c 0\n 250 545 257 556 273 569 c 2\n 406 680 l 2\n 422 693 427 696 438 696 c 0\n 459 696 475 680 475 659 c 0\n 475 647 469 637 452 624 c 1\nEndSplineSet\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 199\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 367 216<497 501> 497 100<288.512 328>\nVStem: 33 100<242 322>\nDStem: 299 733 299 822 411 636 450 693 299 733 299 822 411 636 450 693 299 822 299 733 147 693 186 636 299 733 299 822 411 636 450 693 299 822 299 733 147 693 186 636 299 733 299 822 411 636 450 693 299 822 299 733 147 693 186 636 299 733 299 822 411 636 450 693 299 822 299 733 147 693 186 636 299 733 299 822 411 636 450 693 299 822 299 733 147 693 186 636\nRef: 710 710 N 1 0 0 1 -2 126\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 200\nWidth: 600\nFlags: HW\nHStem: -16 100<274.5 350> 350 100<284.5 332>\nVStem: 54 100<176.5 226>\nDStem: 310 587 310 676 422 490 461 547 310 587 310 676 422 490 461 547 310 676 310 587 158 547 197 490 310 587 310 676 422 490 461 547 310 676 310 587 158 547 197 490 310 587 310 676 422 490 461 547 310 676 310 587 158 547 197 490 310 587 310 676 422 490 461 547 310 676 310 587 158 547 197 490 310 587 310 676 422 490 461 547 310 676 310 587 158 547 197 490\nRef: 710 710 N 1 0 0 1 9 -20\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 201\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 367 216<497 501> 497 100<288.512 328> 623 120<287.067 302>\nVStem: 33 100<242 322> 238 120<681 687>\nRef: 729 729 N 1 0 0 1 -2 89\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 202\nWidth: 600\nFlags: HW\nHStem: -16 100<274.5 350> 350 100<284.5 332> 477 120<299.067 314>\nVStem: 54 100<176.5 226> 250 120<535 541>\nRef: 729 729 N 1 0 0 1 10 -57\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 203\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 367 216<497 501> 497 100<288.512 328>\nVStem: 33 100<242 322>\nDStem: 153 748 192 806 305 620 305 709 417 806 456 748 305 709 305 620\nFore\n447 563 m 2\n 457 559 l 1\n 470 577 482 583 499 583 c 0\n 517 583 533 574 542 559 c 0\n 548 550 549 542 549 517 c 2\n 549 433 l 2\n 549 408 547 397 540 388 c 0\n 530 375 515 367 499 367 c 0\n 486 367 472 373 464 381 c 128\n 456 389 454 396 450 420 c 0\n 445 444 435 457 406 473 c 0\n 379 488 343 497 309 497 c 0\n 207 497 133 420 133 315 c 2\n 133 251 l 2\n 133 151 210 86 330 86 c 0\n 375 86 415 94 440 109 c 0\n 451 115 451 115 478 143 c 0\n 489 154 501 159 514 159 c 0\n 541 159 564 136 564 109 c 0\n 564 86 545 60 511 36 c 0\n 467 4 399 -14 327 -14 c 0\n 157 -14 33 97 33 249 c 2\n 33 315 l 2\n 33 475 151 597 305 597 c 0\n 357 597 392 589 447 563 c 2\n305 709 m 1\n 417 806 l 1\n 429 815 436 819 446 819 c 0\n 464 819 480 802 480 784 c 0\n 480 766.127 467.469 758.195 456 748 c 1\n 305 620 l 1\n 153 748 l 2\n 131 767 129 770 129 783 c 0\n 129 802 145 819 164 819 c 0\n 173 819 180 815 192 806 c 1\n 305 709 l 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: ccaron\nEncoding: 269 269 204\nWidth: 600\nFlags: HW\nHStem: -16 100<309 358> 350 100<294 332>\nVStem: 54 100<192 224>\nDStem: 169 605 208 662 321 477 321 566 433 662 472 605 321 566 321 477\nFore\n310 350 m 0\n 215.259 350 154 291.698 154 207 c 0\n 154 125 213 84 330 84 c 0\n 370 84 411 89 435 97 c 0\n 454 103 459 107 485 128 c 0\n 494 136 503 140 515 140 c 0\n 542 140 565 117 565 89 c 0\n 565 63 542 37 501 16 c 0\n 460 -4 396 -16 323 -16 c 0\n 226 -16 164 5 115 53 c 0\n 75 93 54 146 54 207 c 0\n 54 350 159 450 310 450 c 0\n 367 450 415 440 454 420 c 1\n 460 441 471 450 492 450 c 0\n 525 450 540 430 540 384 c 2\n 540 307 l 2\n 540 281 538 271 531 262 c 0\n 521 249 506 241 490 241 c 0\n 477 241 462 247 454 255 c 1\n 446 261 444 267 439 289 c 0\n 435 307 429 316 416 325 c 0\n 390 341 354 350 310 350 c 0\n321 566 m 1\n 433 662 l 2\n 445 673 452 676 462 676 c 0\n 480 676 496 659 496 640 c 0\n 496 623.634 484 614.333 472 605 c 1\n 321 477 l 1\n 169 605 l 2\n 147 623 145 627 145 640 c 0\n 145 659 161 676 180 676 c 0\n 189 676 195 673 208 662 c 2\n 321 566 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: Dcaron\nEncoding: 270 270 205\nWidth: 600\nFlags: HW\nHStem: 0 100<61 73 175 301> 483 100<61 73 175 301>\nVStem: 74 100<101 482> 450 100<240 320>\nDStem: 94 738 133 796 246 610 246 699 358 796 397 738 246 699 246 610\nFore\n74 100 m 1\n 74 483 l 1\n 35 483 13 501 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 80 583 c 2\n 292 583 l 2\n 438 583 550 462 550 305 c 2\n 550 258 l 2\n 550 185 526 123 480 75 c 0\n 431 23 371 0 284 0 c 2\n 80 0 l 2\n 56 0 43 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 82 36 100 74 100 c 1\n174 100 m 1\n 285 100 l 2\n 345 100 378 112 409 144 c 1\n 437 175 450 210 450 261 c 2\n 450 307 l 2\n 450 354 434 398 405 432 c 0\n 375 467 337 483 284 483 c 2\n 174 483 l 1\n 174 100 l 1\n246 699 m 1\n 358 796 l 1\n 370 805 377 809 387 809 c 0\n 405 809 421 792 421 774 c 0\n 421 756.127 408.469 748.195 397 738 c 1\n 246 610 l 1\n 94 738 l 2\n 72 757 70 760 70 773 c 0\n 70 792 86 809 105 809 c 0\n 114 809 121 805 133 796 c 1\n 246 699 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: dcaron\nEncoding: 271 271 206\nWidth: 600\nFlags: HMW\nHStem: -14 100<258 306> 351 100<257 306>\nVStem: 33 100<202 235.5> 431 100<201 235 401 423 495 525 525 525>\nFore\n531 495 m 1\n 607 611 l 2\n 620 631 629 637 645 637 c 0\n 665 637 681 621 681 600 c 0\n 681 594 677 584 668 570 c 2\n 586 445 l 2\n 573 426 564 419 549 419 c 0\n 544 419 539 420 531 423 c 1\n 531 100 l 1\n 547 100 l 2\n 574 100 583 98 593 91 c 0\n 605 81 613 66 613 50 c 0\n 613 33 604 16 589 7 c 0\n 581 2 570 0 547 0 c 2\n 431 0 l 1\n 431 35 l 1\n 378 -1 339 -14 280 -14 c 0\n 205 -14 149 7 103 51 c 0\n 57 96 33 153 33 219 c 0\n 33 284 57 342 103 386 c 128\n 149 430 205 451 281 451 c 0\n 341 451 388 435 431 401 c 1\n 431 525 l 1\n 415 525 l 2\n 389 525 379 527 369 534 c 0\n 357 544 349 559 349 575 c 128\n 349 591 358 608 373 617 c 0\n 382 623 389 624 415 624 c 2\n 531 624 l 1\n 531 495 l 1\n281 351 m 0\n 233 351 200 339 172 311 c 0\n 147 286 133 252 133 219 c 0\n 133 144.162 192.228 86 282 86 c 0\n 330 86 364 99 392 126 c 0\n 417 151 431 185 431 217 c 0\n 431 253 417 286 392 311 c 0\n 363 339 331 351 281 351 c 0\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 207\nWidth: 600\nFlags: HMW\nHStem: 0 100<67.5 74 174 284> 243 100<67 74 174 248> 483 100<174 174 174 284>\nVStem: 74 100<100 243 343 483> 450 100<261 305>\nFore\n74 243 m 1\n 66 243 l 2\n 43 243 30 246 21 253 c 0\n 8 262 0 277 0 293 c 0\n 0 310 9 327 24 336 c 0\n 33 342 40 343 67 343 c 2\n 74 343 l 1\n 74 483 l 1\n 35 483 13 501 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 80 583 c 2\n 292 583 l 2\n 438 583 550 462 550 305 c 2\n 550 258 l 2\n 550 185 526 123 480 75 c 0\n 431 23 371 0 284 0 c 2\n 79 0 l 2\n 56 0 43 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 82 36 100 74 100 c 1\n 74 243 l 1\n174 243 m 1\n 174 100 l 1\n 285 100 l 2\n 345 100 378 112 409 144 c 1\n 437 175 450 210 450 261 c 2\n 450 307 l 2\n 450 354 434 398 405 432 c 0\n 375 467 337 483 284 483 c 2\n 174 483 l 1\n 174 343 l 1\n 248 343 l 2\n 275 343 283 341 293 334 c 0\n 307 324 314 309 314 293 c 0\n 314 260 292 243 248 243 c 2\n 174 243 l 1\nEndSplineSet\nEndChar\nStartChar: dcroat\nEncoding: 273 273 208\nWidth: 600\nFlags: HW\nHStem: -16 100<273 289> 0 100<532 561> 350 100<273 289> 407 100<531 561> 525 99<401 430>\nVStem: 33 100<192 224> 431 100<192 211 405 407 507 525> 431 182<448 464>\nFore\n531 507 m 1\n 547 507 l 2\n 574 507 582 505 593 498 c 0\n 606 488 613 473 613 457 c 0\n 613 424 591 407 547 407 c 2\n 531 407 l 1\n 531 100 l 1\n 547 100 l 2\n 574 100 583 98 593 91 c 0\n 605 81 613 66 613 50 c 0\n 613 33 604 16 589 7 c 0\n 581 2 570 0 547 0 c 2\n 431 0 l 1\n 431 24 l 1\n 385 -3 337 -16 283 -16 c 0\n 135 -16 33 76 33 209 c 0\n 33 345 141 450 281 450 c 0\n 337 450 381 437 431 404 c 1\n 431 525 l 1\n 415 525 l 2\n 389 525 379 527 370 534 c 0\n 357 544 349 559 349 575 c 128\n 349 591 358 608 373 617 c 0\n 382 623 389 624 415 624 c 2\n 531 624 l 1\n 531 507 l 1\n282 350 m 0\n 198 350 133 288 133 207 c 0\n 133 132 191 84 282 84 c 128\n 373 84 431 132 431 206 c 0\n 431 288 367 350 282 350 c 0\nEndSplineSet\nMinimumDistance: x23,0 y0,23 y0,24 \nEndChar\nStartChar: Emacron\nEncoding: 274 274 209\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 689 80<173 435>\nVStem: 94 100<101 242 343 482> 125 350<728 736> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nFore\n194 243 m 1\n 194 100 l 1\n 450 100 l 1\n 450 152 l 2\n 450 180 452 188 459 198 c 0\n 469 212 484 219 500 219 c 0\n 517 219 533 210 543 195 c 0\n 548 186 550 177 550 152 c 2\n 550 0 l 1\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 34 13 50 c 0\n 13 67 22 83 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 528 583 l 1\n 528 433 l 2\n 528 405 526 397 519 387 c 0\n 509 374 494 366 478 366 c 0\n 461 366 445 375 435 390 c 0\n 430 399 428 409 428 433 c 2\n 428 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 376 281 385 288 395 c 0\n 298 408 313 416 328 416 c 0\n 355 416 373 398 377 370 c 0\n 378 361 378 358 378 349 c 2\n 378 236 l 2\n 378 210 376 200 369 191 c 0\n 359 178 344 170 329 170 c 0\n 312 170 295 179 286 194 c 0\n 281 203 279 212 279 236 c 2\n 279 243 l 1\n 194 243 l 1\n178 769 m 2\n 422 769 l 2\n 445 769 457 766 464 758 c 0\n 470 751 475 737 475 729 c 0\n 475 704 455 689 422 689 c 2\n 178 689 l 2\n 153 689 145 691 136 701 c 0\n 130 709 125 721 125 729 c 0\n 125 754 144 769 178 769 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: emacron\nEncoding: 275 275 210\nWidth: 600\nFlags: HMW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 546 80<178 422>\nFore\n550 172 m 1\n 142 172 l 1\n 165 112 218 84 306 84 c 0\n 352 84 377 88 469 112 c 0\n 481 115 493 117 502 117 c 0\n 529 117 550 95 550 67 c 0\n 550 47 539 33 515 22 c 0\n 470 2 368 -16 297 -16 c 0\n 142 -16 33 80 33 216 c 0\n 33 348 145 450 291 450 c 0\n 440 450 550 349 550 211 c 2\n 550 172 l 1\n145 260 m 1\n 439 260 l 1\n 423 315 365 350 292 350 c 128\n 219 350 160 314 145 260 c 1\n178 626 m 2\n 422 626 l 2\n 445 626 457 623 464 615 c 0\n 470 608 475 594 475 586 c 0\n 475 561 455 546 422 546 c 2\n 178 546 l 2\n 153 546 145 548 136 558 c 0\n 130 566 125 578 125 586 c 0\n 125 611 144 626 178 626 c 2\nEndSplineSet\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 211\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 623 68<254.5 309.5>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nRef: 728 728 N 1 0 0 1 -18 120\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: ebreve\nEncoding: 277 277 212\nWidth: 600\nFlags: HW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 477 68<264.5 319.5>\nRef: 728 728 N 1 0 0 1 -8 -26\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 213\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 678 120<290 302>\nVStem: 94 100<101 242 343 482> 240 120<736 740> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nFore\n194 243 m 1\n 194 100 l 1\n 450 100 l 1\n 450 152 l 2\n 450 180 452 188 459 198 c 0\n 469 212 484 219 500 219 c 0\n 517 219 533 210 543 195 c 0\n 548 186 550 177 550 152 c 2\n 550 0 l 1\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 34 13 50 c 0\n 13 67 22 83 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 528 583 l 1\n 528 433 l 2\n 528 405 526 397 519 387 c 0\n 509 374 494 366 478 366 c 0\n 461 366 445 375 435 390 c 0\n 430 399 428 409 428 433 c 2\n 428 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 376 281 385 288 395 c 0\n 298 408 313 416 328 416 c 0\n 355 416 373 398 377 370 c 0\n 378 361 378 358 378 349 c 2\n 378 236 l 2\n 378 210 376 200 369 191 c 0\n 359 178 344 170 329 170 c 0\n 312 170 295 179 286 194 c 0\n 281 203 279 212 279 236 c 2\n 279 243 l 1\n 194 243 l 1\n300 798 m 0\n 334 798 360 771 360 737 c 0\n 360 705 333 678 300 678 c 128\n 267 678 240 705 240 738 c 128\n 240 771 267 798 300 798 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: edotaccent\nEncoding: 279 279 214\nWidth: 600\nFlags: HMW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nFore\n550 172 m 1\n 142 172 l 1\n 165 112 218 84 306 84 c 0\n 352 84 377 88 469 112 c 0\n 481 115 493 117 502 117 c 0\n 529 117 550 95 550 67 c 0\n 550 47 539 33 515 22 c 0\n 470 2 368 -16 297 -16 c 0\n 142 -16 33 80 33 216 c 0\n 33 348 145 450 291 450 c 0\n 440 450 550 349 550 211 c 2\n 550 172 l 1\n145 260 m 1\n 439 260 l 1\n 423 315 365 350 292 350 c 128\n 219 350 160 314 145 260 c 1\n300 654 m 0\n 334 654 360 627 360 593 c 0\n 360 561 333 534 300 534 c 128\n 267 534 240 561 240 594 c 128\n 240 627 267 654 300 654 c 0\nEndSplineSet\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 215\nWidth: 600\nFlags: HW\nHStem: -208 76<466 480> 0 100<61 93 195 450> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 373 77<-118 -106> 428 100<415 483> 450 100<100 171>\nFore\n587 -146 m 0\n 587 -189.992 509.459 -208 467 -208 c 0\n 409 -208 373 -174 373 -119 c 0\n 373 -69 394 -38 452 0 c 1\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 34 13 50 c 0\n 13 67 22 83 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 528 583 l 1\n 528 433 l 2\n 528 405 526 397 519 387 c 0\n 509 374 494 366 478 366 c 0\n 461 366 445 375 435 390 c 0\n 430 399 428 409 428 433 c 2\n 428 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 376 281 385 288 395 c 0\n 298 408 313 416 328 416 c 0\n 355 416 373 398 377 370 c 0\n 378 361 378 358 378 349 c 2\n 378 236 l 2\n 378 210 376 200 369 191 c 0\n 359 178 344 170 329 170 c 0\n 312 170 295 179 286 194 c 0\n 281 203 279 212 279 236 c 2\n 279 243 l 1\n 194 243 l 1\n 194 100 l 1\n 450 100 l 1\n 450 152 l 2\n 450 180 452 188 459 198 c 0\n 469 212 484 219 500 219 c 0\n 517 219 533 210 543 195 c 0\n 548 186 550 177 550 152 c 2\n 550 0 l 1\n 477 -49 450 -80 450 -112 c 0\n 450 -125 459 -132 474 -132 c 0\n 487 -132 497 -129 526 -114 c 0\n 536 -109 541 -108 548 -108 c 0\n 570 -108 587 -125 587 -146 c 0\nEndSplineSet\nMinimumDistance: x44,-1 \nEndChar\nStartChar: eogonek\nEncoding: 281 281 216\nWidth: 600\nFlags: HMW\nHStem: -208 76<376.5 390> -16 100<262 305> 172 88<145 439> 350 100<255.5 328.5>\nVStem: 283 77<-118.5 -98>\nFore\n496 -146 m 0\n 496 -189.798 418.549 -208 377 -208 c 0\n 319 -208 283 -174 283 -119 c 0\n 283 -77 302 -43 341 -14 c 1\n 321 -16 311 -16 299 -16 c 0\n 142 -16 33 79 33 216 c 0\n 33 348 145 450 291 450 c 0\n 440 450 550 349 550 211 c 2\n 550 172 l 1\n 142 172 l 1\n 165 112 218 84 306 84 c 0\n 352 84 377 88 469 112 c 0\n 481 115 493 117 502 117 c 0\n 529 117 550 95 550 67 c 0\n 550 45 538 32 508 19 c 0\n 418 -17 360 -68 360 -112 c 0\n 360 -125 369 -132 384 -132 c 0\n 396 -132 407 -128 435 -114 c 0\n 445 -109 450 -108 457 -108 c 0\n 479 -108 496 -125 496 -146 c 0\n145 260 m 1\n 439 260 l 1\n 423 315 365 350 292 350 c 128\n 219 350 160 314 145 260 c 1\nEndSplineSet\nEndChar\nStartChar: Ecaron\nEncoding: 282 282 217\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 149 738 188 796 301 610 301 699 413 796 452 738 301 699 301 610\nFore\n194 243 m 1\n 194 100 l 1\n 450 100 l 1\n 450 152 l 2\n 450 180 452 188 459 198 c 0\n 469 212 484 219 500 219 c 0\n 517 219 533 210 543 195 c 0\n 548 186 550 177 550 152 c 2\n 550 0 l 1\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 34 13 50 c 0\n 13 67 22 83 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 528 583 l 1\n 528 433 l 2\n 528 405 526 397 519 387 c 0\n 509 374 494 366 478 366 c 0\n 461 366 445 375 435 390 c 0\n 430 399 428 409 428 433 c 2\n 428 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 376 281 385 288 395 c 0\n 298 408 313 416 328 416 c 0\n 355 416 373 398 377 370 c 0\n 378 361 378 358 378 349 c 2\n 378 236 l 2\n 378 210 376 200 369 191 c 0\n 359 178 344 170 329 170 c 0\n 312 170 295 179 286 194 c 0\n 281 203 279 212 279 236 c 2\n 279 243 l 1\n 194 243 l 1\n301 699 m 1\n 413 796 l 1\n 425 805 432 809 442 809 c 0\n 460 809 476 792 476 774 c 0\n 476 756.127 463.469 748.195 452 738 c 1\n 301 610 l 1\n 149 738 l 2\n 127 757 125 760 125 773 c 0\n 125 792 141 809 160 809 c 0\n 169 809 176 805 188 796 c 1\n 301 699 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: ecaron\nEncoding: 283 283 218\nWidth: 600\nFlags: HMW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 566 20<301 301>\nFore\n550 172 m 1\n 142 172 l 1\n 165 112 218 84 306 84 c 0\n 352 84 377 88 469 112 c 0\n 481 115 493 117 502 117 c 0\n 529 117 550 95 550 67 c 0\n 550 47 539 33 515 22 c 0\n 470 2 368 -16 297 -16 c 0\n 142 -16 33 80 33 216 c 0\n 33 348 145 450 291 450 c 0\n 440 450 550 349 550 211 c 2\n 550 172 l 1\n145 260 m 1\n 439 260 l 1\n 423 315 365 350 292 350 c 128\n 219 350 160 314 145 260 c 1\n301 556 m 1\n 413 652 l 2\n 425 663 432 666 442 666 c 0\n 460 666 476 649 476 630 c 0\n 476 613.634 464 604.333 452 595 c 1\n 301 467 l 1\n 149 595 l 2\n 127 613 125 617 125 630 c 0\n 125 649 141 666 160 666 c 0\n 169 666 175 663 188 652 c 2\n 301 556 l 1\nEndSplineSet\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 219\nWidth: 600\nFlags: HW\nHStem: -14 100<293.5 349> 180 100<350 450> 497 100<290 344>\nVStem: 33 100<246 253 253 317> 450 100<111 180>\nDStem: 313 733 313 822 425 636 464 693 313 733 313 822 425 636 464 693 313 822 313 733 161 693 200 636 313 733 313 822 425 636 464 693 313 822 313 733 161 693 200 636 313 733 313 822 425 636 464 693 313 822 313 733 161 693 200 636 313 733 313 822 425 636 464 693 313 822 313 733 161 693 200 636 313 733 313 822 425 636 464 693 313 822 313 733 161 693 200 636\nRef: 710 710 N 1 0 0 1 12 126\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 220\nWidth: 600\nFlags: HW\nHStem: -205 100<207 316 316 319> -14 100<233 295> 351 100<233 296>\nVStem: 33 100<182 255.5> 410 100<-20 35 35 35 181 254.5>\nDStem: 313 587 313 676 425 490 464 547 313 587 313 676 425 490 464 547 313 676 313 587 161 547 200 490 313 587 313 676 425 490 464 547 313 676 313 587 161 547 200 490 313 587 313 676 425 490 464 547 313 676 313 587 161 547 200 490 313 587 313 676 425 490 464 547 313 676 313 587 161 547 200 490 313 587 313 676 425 490 464 547 313 676 313 587 161 547 200 490\nRef: 710 710 N 1 0 0 1 12 -20\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 221\nWidth: 600\nFlags: HMW\nHStem: -14 100<293.5 349> 180 100<350 450> 497 100<290 344> 647 68<285.5 340.5>\nVStem: 33 100<246 253 253 317> 450 100<111 180>\nFore\n550 180 m 1\n 550 48 l 1\n 461 1 409 -14 331 -14 c 0\n 233 -14 148 15 99 65 c 0\n 58 108 33 176 33 246 c 2\n 33 317 l 2\n 33 393 64 467 117 520 c 0\n 170 572 235 597 317 597 c 0\n 371 597 420 586 462 565 c 1\n 474 589 484 597 503 597 c 0\n 520 597 536 588 543 573 c 0\n 549 563 550 555 550 531 c 2\n 550 453 l 2\n 550 425 549 418 541 408 c 0\n 531 395 516 387 500 387 c 0\n 487 387 473 393 465 402 c 0\n 459 409 459 409 451 440 c 0\n 441 475 391 497 318 497 c 0\n 262 497 217 481 186 450 c 0\n 153 417 133 367 133 317 c 2\n 133 253 l 2\n 133 195 147 156 178 130 c 0\n 212 101 262 86 325 86 c 0\n 373 86 412 94 450 111 c 1\n 450 180 l 1\n 350 180 l 2\n 325 180 314 182 305 190 c 1\n 292 199 284 214 284 230 c 0\n 284 247 293 264 308 273 c 0\n 317 279 325 280 350 280 c 2\n 525 280 l 2\n 552 280 561 278 571 271 c 0\n 585 261 592 246 592 230 c 0\n 592 205 578 188 550 180 c 1\n172 831 m 0\n 192 831 199 822 206 791 c 0\n 216 745 258 715 313 715 c 128\n 368 715 410 745 420 791 c 0\n 427 822 434 831 454 831 c 128\n 474 831 488 816 488 793 c 0\n 488 717 405 647 313 647 c 128\n 221 647 138 717 138 793 c 0\n 138 816 152 831 172 831 c 0\nEndSplineSet\nEndChar\nStartChar: gbreve\nEncoding: 287 287 222\nWidth: 600\nFlags: HMW\nHStem: -205 100<207 316 316 319> -14 100<233 295> 351 100<233 296> 503 68<272.5 327.5>\nVStem: 33 100<182 255.5> 410 100<-20 35 35 35 181 254.5>\nFore\n410 401 m 1\n 410 437 l 1\n 526 437 l 2\n 553 437 562 435 572 428 c 0\n 584 418 592 403 592 387 c 0\n 592 370 583 353 568 344 c 0\n 560 339 549 337 526 337 c 2\n 510 337 l 1\n 510 -20 l 2\n 510 -126 428 -205 319 -205 c 2\n 207 -205 l 2\n 182 -205 171 -203 162 -195 c 1\n 149 -186 141 -171 141 -155 c 0\n 141 -138 150 -121 165 -112 c 0\n 174 -106 181 -105 207 -105 c 2\n 316 -105 l 2\n 373 -105 410 -72 410 -20 c 2\n 410 35 l 1\n 364 1 321 -14 269 -14 c 0\n 135 -14 33 86 33 218 c 0\n 33 351 135 451 269 451 c 0\n 323 451 371 434 410 401 c 1\n271 351 m 0\n 195 351 133 292 133 219 c 0\n 133 145 195 86 271 86 c 128\n 347 86 410 145 410 217 c 0\n 410 292 349 351 271 351 c 0\n159 687 m 0\n 179 687 186 678 193 647 c 0\n 203 601 245 571 300 571 c 128\n 355 571 397 601 407 647 c 0\n 414 678 421 687 441 687 c 128\n 461 687 475 672 475 649 c 0\n 475 573 392 503 300 503 c 128\n 208 503 125 573 125 649 c 0\n 125 672 139 687 159 687 c 0\nEndSplineSet\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 223\nWidth: 600\nFlags: HW\nHStem: -14 100<293.5 349> 180 100<350 450> 497 100<290 344> 623 120<301.067 316>\nVStem: 33 100<246 253 253 317> 252 120<681 687> 450 100<111 180>\nRef: 729 729 N 1 0 0 1 12 89\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 224\nWidth: 600\nFlags: HW\nHStem: -205 100<207 316 316 319> -14 100<233 295> 351 100<233 296> 477 120<301.067 316>\nVStem: 33 100<182 255.5> 252 120<535 541> 410 100<-20 35 35 35 181 254.5>\nRef: 729 729 N 1 0 0 1 12 -57\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 225\nWidth: 600\nFlags: HMW\nHStem: -14 100<293.5 349> 180 100<350 450> 497 100<290 344>\nVStem: 33 100<246 253 253 317> 450 100<111 180>\nFore\n550 180 m 1\n 550 48 l 1\n 461 1 409 -14 331 -14 c 0\n 233 -14 148 15 99 65 c 0\n 58 108 33 176 33 246 c 2\n 33 317 l 2\n 33 393 64 467 117 520 c 0\n 170 572 235 597 317 597 c 0\n 371 597 420 586 462 565 c 1\n 474 589 484 597 503 597 c 0\n 520 597 536 588 543 573 c 0\n 549 563 550 555 550 531 c 2\n 550 453 l 2\n 550 425 549 418 541 408 c 0\n 531 395 516 387 500 387 c 0\n 487 387 473 393 465 402 c 0\n 459 409 459 409 451 440 c 0\n 441 475 391 497 318 497 c 0\n 262 497 217 481 186 450 c 0\n 153 417 133 367 133 317 c 2\n 133 253 l 2\n 133 195 147 156 178 130 c 0\n 212 101 262 86 325 86 c 0\n 373 86 412 94 450 111 c 1\n 450 180 l 1\n 350 180 l 2\n 325 180 314 182 305 190 c 1\n 292 199 284 214 284 230 c 0\n 284 247 293 264 308 273 c 0\n 317 279 325 280 350 280 c 2\n 525 280 l 2\n 552 280 561 278 571 271 c 0\n 585 261 592 246 592 230 c 0\n 592 205 578 188 550 180 c 1\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 226\nWidth: 600\nFlags: HMW\nHStem: -205 100<207 316 316 319> -14 100<233 295> 351 100<233 296>\nVStem: 33 100<182 255.5> 410 100<-20 35 35 35 181 254.5>\nFore\n410 401 m 1\n 410 437 l 1\n 526 437 l 2\n 553 437 562 435 572 428 c 0\n 584 418 592 403 592 387 c 0\n 592 370 583 353 568 344 c 0\n 560 339 549 337 526 337 c 2\n 510 337 l 1\n 510 -20 l 2\n 510 -126 428 -205 319 -205 c 2\n 207 -205 l 2\n 182 -205 171 -203 162 -195 c 1\n 149 -186 141 -171 141 -155 c 0\n 141 -138 150 -121 165 -112 c 0\n 174 -106 181 -105 207 -105 c 2\n 316 -105 l 2\n 373 -105 410 -72 410 -20 c 2\n 410 35 l 1\n 364 1 321 -14 269 -14 c 0\n 135 -14 33 86 33 218 c 0\n 33 351 135 451 269 451 c 0\n 323 451 371 434 410 401 c 1\n271 351 m 0\n 195 351 133 292 133 219 c 0\n 133 145 195 86 271 86 c 128\n 347 86 410 145 410 217 c 0\n 410 292 349 351 271 351 c 0\n378 654 m 2\n 296 528 l 2\n 283 508 274 502 260 502 c 0\n 240 502 223 518 223 537 c 0\n 223 546 227 557 235 569 c 2\n 317 695 l 2\n 330 715 339 721 355 721 c 0\n 375 721 391 704 391 684 c 0\n 391 677 386 666 378 654 c 2\nEndSplineSet\nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 227\nWidth: 600\nFlags: HW\nHStem: 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 409 100<100 241 241 241 341 483>\nDStem: 303 733 303 822 415 636 454 693 303 733 303 822 415 636 454 693 303 822 303 733 151 693 190 636 303 733 303 822 415 636 454 693 303 822 303 733 151 693 190 636 303 733 303 822 415 636 454 693 303 822 303 733 151 693 190 636 303 733 303 822 415 636 454 693 303 822 303 733 151 693 190 636 303 733 303 822 415 636 454 693 303 822 303 733 151 693 190 636\nRef: 710 710 N 1 0 0 1 2 126\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 228\nWidth: 600\nFlags: HW\nHStem: 0 20 350 100<306 336.5>\nVStem: 95 100<100 283 389 524 524 524> 409 100<100 271 271 284>\nDStem: 195 774 195 863 307 677 346 734 195 774 195 863 307 677 346 734 195 863 195 774 43 734 82 677 195 774 195 863 307 677 346 734 195 863 195 774 43 734 82 677 195 774 195 863 307 677 346 734 195 863 195 774 43 734 82 677 195 774 195 863 307 677 346 734 195 863 195 774 43 734 82 677 195 774 195 863 307 677 346 734 195 863 195 774 43 734 82 677\nRef: 710 710 S 1 0 0 1 -106 167\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: Hbar\nEncoding: 294 294 229\nWidth: 600\nFlags: HW\nHStem: 0 100<69 96 196 233 375 409 510 537> 241 100<196 409> 340 100<87 96> 420 20G<100 175> 483 41<196 201> 483 100<375 409> 604 20G<109 184>\nVStem: 44 65<524 537> 96 100<99 241 439 483> 410 100<99 241 341 483>\nFore\n509 340 m 1\n 509 100 l 1\n 515 100 l 2\n 542 100 551 98 560 91 c 0\n 573 81 581 66 581 50 c 0\n 581 33 572 16 557 7 c 0\n 549 2 536 0 515 0 c 2\n 394 0 l 2\n 370 0 358 3 349 9 c 0\n 336 19 328 35 328 50 c 0\n 328 67 337 84 352 93 c 0\n 361 99 370 100 394 100 c 2\n 409 100 l 1\n 409 241 l 1\n 195 241 l 1\n 195 100 l 1\n 210 100 l 2\n 236 100 246 98 255 91 c 0\n 268 81 276 66 276 50 c 0\n 276 33 267 16 252 7 c 0\n 244 2 231 0 210 0 c 2\n 89 0 l 2\n 65 0 52 3 43 9 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 99 64 100 89 100 c 2\n 95 100 l 1\n 95 340 l 1\n 70 340 60 342 51 350 c 1\n 38 359 30 375 30 390 c 0\n 30 407 39 424 54 433 c 0\n 63 439 72 440 95 440 c 1\n 95 483 l 1\n 62 486 43 504 43 533 c 0\n 43 550 52 567 67 576 c 0\n 76 582 84 583 109 583 c 2\n 210 583 l 2\n 237 583 246 581 255 574 c 0\n 268 564 276 549 276 533 c 0\n 276 516 267 499 252 490 c 0\n 243 485 234 483 210 483 c 2\n 195 483 l 1\n 195 341 l 1\n 409 341 l 1\n 409 483 l 1\n 394 483 l 2\n 368 483 359 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 369 583 394 583 c 2\n 495 583 l 2\n 522 583 531 581 541 574 c 0\n 553 564 561 549 561 533 c 0\n 561 504 542 486 509 483 c 1\n 509 440 l 1\n 534 440 543 439 552 433 c 0\n 567 424 576 407 576 390 c 0\n 576 375 568 359 555 350 c 1\n 546 342 535 340 509 340 c 1\nEndSplineSet\nEndChar\nStartChar: hbar\nEncoding: 295 295 230\nWidth: 600\nFlags: HW\nHStem: 0 100<77 94 196 221 387 408 509 525> 350 100<317 338> 524 100<61 94 196 323>\nVStem: 13 360<564.534 576> 95 100<100 283 390 524> 409 100<100 288>\nFore\n79 624 m 2\n 307 624 l 2\n 331 624 340 622 349 617 c 0\n 364 608 373 591 373 574 c 0\n 373 559 365 543 353 533 c 0\n 343 526 333 524 307 524 c 2\n 195 524 l 1\n 195 389 l 1\n 235 430 280 450 332 450 c 0\n 438 450 509 384 509 284 c 2\n 509 100 l 1\n 515 100 l 2\n 542 100 551 98 561 91 c 0\n 573 81 581 66 581 50 c 0\n 581 33 572 16 557 7 c 0\n 549 2 536 0 515 0 c 2\n 403 0 l 2\n 379 0 366 3 357 9 c 0\n 344 19 336 34 336 50 c 0\n 336 67 345 83 360 93 c 0\n 369 98 378 100 403 100 c 2\n 409 100 l 1\n 409 271 l 2\n 409 305 405 317 388 331 c 128\n 371 345 352 350 321 350 c 0\n 274 350 252 338 195 283 c 1\n 195 100 l 1\n 201 100 l 2\n 229 100 237 98 247 91 c 0\n 260 81 268 66 268 50 c 0\n 268 33 259 17 244 7 c 0\n 236 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 44 9 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 524 l 1\n 79 524 l 2\n 53 524 43 526 33 533 c 0\n 21 543 13 559 13 574 c 0\n 13 591 22 608 37 617 c 0\n 46 622 55 624 79 624 c 2\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Itilde\nEncoding: 296 296 231\nWidth: 600\nFlags: HW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350> 623 69<371 378> 687 69<224 229>\nVStem: 250 100<100 483>\nRef: 732 732 N 1 0 0 1 0 100\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: itilde\nEncoding: 297 297 232\nWidth: 600\nFlags: HW\nHStem: 0 100<128 250 350 472> 337 100<172 250> 477 69<371 378> 541 69<224 229>\nVStem: 250 100<100 337 337 337>\nRef: 732 732 N 1 0 0 1 0 -46\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Imacron\nEncoding: 298 298 233\nWidth: 600\nFlags: HMW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350> 689 80<178 422>\nVStem: 250 100<100 483>\nFore\n350 483 m 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 17 495 0 451 0 c 2\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 483 l 1\n 149 483 l 2\n 124 483 113 485 104 492 c 0\n 91 502 83 517 83 533 c 0\n 83 550 92 567 107 576 c 0\n 116 582 123 583 149 583 c 2\n 451 583 l 2\n 478 583 486 581 496 574 c 0\n 510 564 517 549 517 533 c 0\n 517 516 508 499 493 490 c 0\n 485 485 474 483 451 483 c 2\n 350 483 l 1\n178 769 m 2\n 422 769 l 2\n 445 769 457 766 464 758 c 0\n 470 751 475 737 475 729 c 0\n 475 704 455 689 422 689 c 2\n 178 689 l 2\n 153 689 145 691 136 701 c 0\n 130 709 125 721 125 729 c 0\n 125 754 144 769 178 769 c 2\nEndSplineSet\nEndChar\nStartChar: imacron\nEncoding: 299 299 234\nWidth: 600\nFlags: HMW\nHStem: 0 100<128 250 350 472> 337 100<172 250> 546 80<178 422>\nVStem: 250 100<100 337 337 337>\nFore\n350 437 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 34 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 337 l 1\n 172 337 l 2\n 147 337 135 339 126 347 c 1\n 113 356 105 371 105 387 c 0\n 105 404 114 421 129 430 c 0\n 138 436 146 437 172 437 c 2\n 350 437 l 1\n178 626 m 2\n 422 626 l 2\n 445 626 457 623 464 615 c 0\n 470 608 475 594 475 586 c 0\n 475 561 455 546 422 546 c 2\n 178 546 l 2\n 153 546 145 548 136 558 c 0\n 130 566 125 578 125 586 c 0\n 125 611 144 626 178 626 c 2\nEndSplineSet\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 235\nWidth: 600\nFlags: HW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350> 623 68<272.5 327.5>\nVStem: 250 100<100 483>\nRef: 728 728 N 1 0 0 1 0 120\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: ibreve\nEncoding: 301 301 236\nWidth: 600\nFlags: HW\nHStem: 0 100<128 250 350 472> 337 100<172 250> 477 68<272.5 327.5>\nVStem: 250 100<100 337 337 337>\nRef: 728 728 N 1 0 0 1 0 -26\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 237\nWidth: 600\nFlags: HW\nHStem: -208 76<396 406> 0 100<131 249 351 381> 483 100<131 249 351 473>\nVStem: 250 100<100 483> 303 77<-118 -106>\nFore\n516 -146 m 0\n 516 -189.798 438.549 -208 397 -208 c 0\n 339 -208 303 -174 303 -119 c 0\n 303 -69 323 -38 382 0 c 1\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 483 l 1\n 149 483 l 2\n 124 483 113 485 104 492 c 0\n 91 502 83 517 83 533 c 0\n 83 550 92 567 107 576 c 0\n 116 582 123 583 149 583 c 2\n 451 583 l 2\n 478 583 486 581 496 574 c 0\n 510 564 517 549 517 533 c 0\n 517 516 508 499 493 490 c 0\n 485 485 474 483 451 483 c 2\n 350 483 l 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 27 508 16 473 -5 c 0\n 417 -38 380 -81 380 -112 c 0\n 380 -125 389 -132 404 -132 c 0\n 416 -132 427 -128 455 -114 c 0\n 465 -109 470 -108 477 -108 c 0\n 499 -108 516 -125 516 -146 c 0\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: iogonek\nEncoding: 303 303 238\nWidth: 600\nFlags: HW\nHStem: -208 76<420 430> 0 100<110 249 350 405> 337 100<158 249> 518 105<219 335>\nVStem: 218 118<519 622> 250 100<100 337> 327 77<-118 -106>\nFore\n540 -146 m 0\n 540 -189.798 462.549 -208 421 -208 c 0\n 363 -208 327 -174 327 -119 c 0\n 327 -69 348 -38 406 0 c 1\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 34 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 337 l 1\n 172 337 l 2\n 147 337 135 339 126 347 c 1\n 113 356 105 371 105 387 c 0\n 105 404 114 421 129 430 c 0\n 138 436 146 437 172 437 c 2\n 350 437 l 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 29 530 18 503 1 c 0\n 476 -15 431 -54 419 -71 c 0\n 410 -86 404 -101 404 -112 c 0\n 404 -125 413 -132 428 -132 c 0\n 440 -132 451 -128 479 -114 c 0\n 489 -109 494 -108 501 -108 c 0\n 523 -108 540 -125 540 -146 c 0\n336 623 m 1\n 336 518 l 1\n 218 518 l 1\n 218 623 l 1\n 336 623 l 1\nEndSplineSet\nMinimumDistance: x23,-1 x15,17 y17,15 y17,16 \nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 239\nWidth: 600\nFlags: HMW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 250 100<100 483>\nFore\n350 483 m 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 17 495 0 451 0 c 2\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 483 l 1\n 149 483 l 2\n 124 483 113 485 104 492 c 0\n 91 502 83 517 83 533 c 0\n 83 550 92 567 107 576 c 0\n 116 582 123 583 149 583 c 2\n 451 583 l 2\n 478 583 486 581 496 574 c 0\n 510 564 517 549 517 533 c 0\n 517 516 508 499 493 490 c 0\n 485 485 474 483 451 483 c 2\n 350 483 l 1\n300 798 m 0\n 334 798 360 771 360 737 c 0\n 360 705 333 678 300 678 c 128\n 267 678 240 705 240 738 c 128\n 240 771 267 798 300 798 c 0\nEndSplineSet\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 240\nWidth: 600\nFlags: HMW\nHStem: 0 100<128 250 350 472> 337 100<172 250>\nVStem: 250 100<100 337 337 337>\nFore\n350 437 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 34 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 337 l 1\n 172 337 l 2\n 147 337 135 339 126 347 c 1\n 113 356 105 371 105 387 c 0\n 105 404 114 421 129 430 c 0\n 138 436 146 437 172 437 c 2\n 350 437 l 1\nEndSplineSet\nEndChar\nStartChar: IJ\nEncoding: 306 306 241\nWidth: 600\nFlags: HW\nHStem: 0 100<131 249 351 467> 483 100<131 249 351 467>\nVStem: 250 100<100 483>\nFore\n350 483 m 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 17 495 0 451 0 c 2\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 483 l 1\n 149 483 l 2\n 124 483 113 485 104 492 c 0\n 91 502 83 517 83 533 c 0\n 83 550 92 567 107 576 c 0\n 116 582 123 583 149 583 c 2\n 451 583 l 2\n 478 583 486 581 496 574 c 0\n 510 564 517 549 517 533 c 0\n 517 516 508 499 493 490 c 0\n 485 485 474 483 451 483 c 2\n 350 483 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 242\nWidth: 600\nFlags: HW\nHStem: -205 100<165 310> 337 100<165 387> 518 105<312 429>\nVStem: 311 119<519 622> 388 100<-29 337>\nFore\n388 337 m 1\n 186 337 l 2\n 161 337 150 339 141 347 c 1\n 128 356 120 372 120 387 c 0\n 120 404 129 421 144 430 c 0\n 153 436 160 437 186 437 c 2\n 488 437 l 1\n 488 -20 l 2\n 488 -125 406 -205 297 -205 c 2\n 183 -205 l 2\n 158 -205 147 -203 138 -195 c 1\n 125 -186 117 -170 117 -155 c 0\n 117 -138 127 -121 141 -112 c 0\n 150 -106 158 -105 183 -105 c 2\n 294 -105 l 2\n 351 -105 388 -72 388 -20 c 2\n 388 337 l 1\n430 623 m 1\n 430 518 l 1\n 311 518 l 1\n 311 623 l 1\n 430 623 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 243\nWidth: 600\nFlags: HW\nHStem: -14 100<254 289> 483 100<271 390 490 547 490 490>\nVStem: 54 100<117 213> 390 100<198 483>\nDStem: 420 733 420 822 532 636 571 693 420 733 420 822 532 636 571 693 420 822 420 733 268 693 307 636 420 733 420 822 532 636 571 693 420 822 420 733 268 693 307 636 420 733 420 822 532 636 571 693 420 822 420 733 268 693 307 636 420 733 420 822 532 636 571 693 420 822 420 733 268 693 307 636 420 733 420 822 532 636 571 693 420 822 420 733 268 693 307 636\nRef: 710 710 S 1 0 0 1 119 126\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 244\nWidth: 600\nFlags: HW\nHStem: -205 100<161 309> 337 100<164 387>\nVStem: 388 100<-29 337>\nDStem: 303 708 303 797 415 611 454 668 303 797 303 708 151 668 190 611 303 708 303 797 415 611 454 668 303 797 303 708 151 668 190 611 303 708 303 797 415 611 454 668 303 797 303 708 151 668 190 611 303 708 303 797 415 611 454 668 303 797 303 708 151 668 190 611 303 708 303 797 415 611 454 668 303 797 303 708 151 668 190 611 303 708 303 797 415 611 454 668\nFore\n388 337 m 1\n 186 337 l 2\n 161 337 150 339 141 347 c 1\n 128 356 120 372 120 387 c 0\n 120 404 129 421 144 430 c 0\n 153 436 160 437 186 437 c 2\n 488 437 l 1\n 488 -20 l 2\n 488 -125 406 -205 297 -205 c 2\n 183 -205 l 2\n 158 -205 147 -203 138 -195 c 1\n 125 -186 117 -170 117 -155 c 0\n 117 -138 127 -121 141 -112 c 0\n 150 -106 158 -105 183 -105 c 2\n 294 -105 l 2\n 351 -105 388 -72 388 -20 c 2\n 388 337 l 1\n303 708 m 1\n 190 611 l 2\n 179 602 171 598 162 598 c 0\n 143 598 127 615 127 633 c 0\n 127 647 129 650 151 668 c 2\n 303 797 l 1\n 463 661 l 0\n 474 652 478 644 478 633 c 0\n 478 615 462 598 444 598 c 0\n 435 598 426 602 415 611 c 2\n 303 708 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 245\nWidth: 600\nFlags: HMW\nHStem: 0 100<79 94 194 229 504 536> 483 100<79 94 194 194 194 229 511 520.5>\nVStem: 94 100<100 208 334 483>\nFore\n341 532 m 0\n 341 569.155 368.279 583 407 583 c 2\n 507 583 l 2\n 534 583 543 581 553 574 c 0\n 565 564 573 549 573 533 c 0\n 573 500 552 483 511 483 c 1\n 335 330 l 1\n 396 298 458 215 504 100 c 1\n 536 100 l 2\n 563 100 571 98 581 91 c 0\n 594 81 602 66 602 50 c 0\n 602 33 593 16 578 7 c 0\n 571 3 556 0 536 0 c 2\n 426 0 l 1\n 379 143 315 240 254 259 c 1\n 194 208 l 1\n 194 100 l 1\n 229 100 l 2\n 256 100 264 98 274 91 c 0\n 287 81 295 66 295 50 c 0\n 295 33 286 16 271 7 c 0\n 264 3 249 0 229 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 229 583 l 2\n 256 583 265 581 274 574 c 0\n 287 564 295 549 295 533 c 0\n 295 516 286 499 271 490 c 0\n 263 485 252 483 229 483 c 2\n 194 483 l 1\n 194 334 l 1\n 372 487 l 1\n 351 495 341 509 341 532 c 0\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 246\nWidth: 600\nFlags: HW\nHStem: 0 100<81.7263 114 471 525> 337 100<429 473> 524 100<81 114>\nVStem: 115 100<100 164 288 524> 278 245<378 394> 320 251<42 58>\nDStem: 233 178 311 241 336 87 471 100 277 -85 338 -126 195 -211 256 -252 294 350 429 337 215 287 311 241\nFore\n215 164 m 1\n 215 0 l 1\n 99 0 l 2\n 55 0 33 17 33 50 c 0\n 33 67 42 84 57 93 c 0\n 66 99 74 100 99 100 c 2\n 115 100 l 1\n 115 524 l 1\n 99 524 l 2\n 73 524 63 526 53 533 c 0\n 41 543 33 558 33 574 c 0\n 33 591 42 608 57 617 c 0\n 66 623 75 624 99 624 c 2\n 215 624 l 1\n 215 287 l 1\n 294 350 l 1\n 282 364 278 373 278 387 c 0\n 278 404 287 420 302 430 c 0\n 310 435 321 437 345 437 c 2\n 457 437 l 2\n 482 437 493 435 503 428 c 0\n 516 418 523 403 523 387 c 0\n 523 370 514 354 499 344 c 0\n 491 339 480 337 457 337 c 2\n 429 337 l 1\n 311 241 l 1\n 471 100 l 1\n 504 100 l 2\n 532 100 540 98 550 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 504 0 c 2\n 386 0 l 2\n 342 0 320 17 320 50 c 0\n 320 64 324 74 336 87 c 1\n 233 178 l 1\n 215 164 l 1\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 247\nWidth: 600\nFlags: HW\nHStem: 0 100<100.726 133 448 500> 337 100<100 133 448 484>\nVStem: 134 100<100 163 288 337> 296 252<48 52> 298 244<384 389>\nDStem: 234 164 312 227 312 87 448 100 314 350 448 337 234 287 312 227\nFore\n234 0 m 1\n 118 0 l 2\n 74 0 52 17 52 50 c 0\n 52 67 62 84 76 93 c 0\n 86 99 94 100 118 100 c 2\n 134 100 l 1\n 134 337 l 1\n 118 337 l 2\n 92 337 82 339 72 346 c 0\n 60 356 52 371 52 387 c 0\n 52 404 62 421 76 430 c 0\n 86 436 94 437 118 437 c 2\n 234 437 l 1\n 234 287 l 1\n 314 350 l 1\n 302 364 298 373 298 387 c 0\n 298 404 306 420 322 430 c 0\n 330 435 340 437 364 437 c 2\n 476 437 l 2\n 502 437 512 435 522 428 c 0\n 536 418 542 403 542 387 c 0\n 542 370 534 354 518 344 c 0\n 510 339 500 337 476 337 c 2\n 448 337 l 1\n 312 227 l 1\n 448 100 l 1\n 480 100 l 2\n 508 100 516 98 526 91 c 0\n 540 81 548 66 548 50 c 0\n 548 33 538 17 524 7 c 0\n 516 2 502 0 480 0 c 2\n 362 0 l 2\n 318 0 296 17 296 50 c 0\n 296 64 300 74 312 87 c 1\n 234 164 l 1\n 234 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: Lacute\nEncoding: 313 313 248\nWidth: 600\nFlags: HMW\nHStem: 0 100<99 156 256 471> 483 100<99 156 256 313 256 256>\nVStem: 156 100<100 483> 471 100<100 192>\nFore\n256 483 m 1\n 256 100 l 1\n 471 100 l 1\n 471 192 l 2\n 471 219 473 228 480 238 c 0\n 490 252 505 259 521 259 c 0\n 538 259 554 250 564 235 c 0\n 570 226 571 217 571 192 c 2\n 571 0 l 1\n 99 0 l 2\n 76 0 62 3 54 10 c 0\n 41 19 33 34 33 50 c 0\n 33 67 42 84 57 93 c 0\n 66 99 73 100 99 100 c 2\n 156 100 l 1\n 156 483 l 1\n 99 483 l 2\n 74 483 63 485 54 492 c 0\n 41 502 33 517 33 533 c 0\n 33 550 42 567 57 576 c 0\n 66 582 73 583 99 583 c 2\n 313 583 l 2\n 340 583 348 581 358 574 c 0\n 371 564 379 549 379 533 c 0\n 379 516 370 499 355 490 c 0\n 347 485 336 483 313 483 c 2\n 256 483 l 1\n372 767 m 1\n 239 656 l 2\n 226 645 216 640 207 640 c 0\n 187 640 170 657 170 676 c 0\n 170 688 177 700 193 712 c 1\n 326 824 l 2\n 340 835 348 839 358 839 c 0\n 379 839 395 823 395 803 c 0\n 395 790 389 780 372 767 c 1\nEndSplineSet\nEndChar\nStartChar: lacute\nEncoding: 314 314 249\nWidth: 600\nFlags: HMW\nHStem: 0 100<128 250 350 472> 524 100<172 250>\nVStem: 250 100<100 524 524 524>\nFore\n350 624 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 35 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 524 l 1\n 172 524 l 2\n 147 524 135 526 126 534 c 1\n 112 543 105 558 105 574 c 0\n 105 592 114 608 129 617 c 0\n 138 623 147 624 172 624 c 2\n 350 624 l 1\n452 768 m 1\n 319 656 l 2\n 304 644 297 640 287 640 c 0\n 267 640 250 657 250 676 c 0\n 250 689 257 700 273 713 c 2\n 406 824 l 2\n 422 837 427 840 438 840 c 0\n 459 840 475 824 475 803 c 0\n 475 791 469 781 452 768 c 1\nEndSplineSet\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 250\nWidth: 600\nFlags: HMW\nHStem: 0 100<99 156 256 471> 483 100<99 156 256 313 256 256>\nVStem: 156 100<100 483> 471 100<100 192>\nFore\n256 483 m 1\n 256 100 l 1\n 471 100 l 1\n 471 192 l 2\n 471 219 473 228 480 238 c 0\n 490 252 505 259 521 259 c 0\n 538 259 554 250 564 235 c 0\n 570 226 571 217 571 192 c 2\n 571 0 l 1\n 99 0 l 2\n 76 0 62 3 54 10 c 0\n 41 19 33 34 33 50 c 0\n 33 67 42 84 57 93 c 0\n 66 99 73 100 99 100 c 2\n 156 100 l 1\n 156 483 l 1\n 99 483 l 2\n 74 483 63 485 54 492 c 0\n 41 502 33 517 33 533 c 0\n 33 550 42 567 57 576 c 0\n 66 582 73 583 99 583 c 2\n 313 583 l 2\n 340 583 348 581 358 574 c 0\n 371 564 379 549 379 533 c 0\n 379 516 370 499 355 490 c 0\n 347 485 336 483 313 483 c 2\n 256 483 l 1\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 251\nWidth: 600\nFlags: HMW\nHStem: 0 100<128 250 350 472> 524 100<172 250>\nVStem: 250 100<100 524 524 524>\nFore\n350 624 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 35 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 524 l 1\n 172 524 l 2\n 147 524 135 526 126 534 c 1\n 112 543 105 558 105 574 c 0\n 105 592 114 608 129 617 c 0\n 138 623 147 624 172 624 c 2\n 350 624 l 1\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 252\nWidth: 600\nFlags: HW\nHStem: 0 100<81 155 257 471> 0 259<513 529> 483 100<81 155 257 321>\nVStem: 156 100<100 483> 471 100<100 208>\nDStem: 496 572 557 531 414 446 475 405\nFore\n256 483 m 1\n 256 100 l 1\n 471 100 l 1\n 471 192 l 2\n 471 219 473 228 480 238 c 0\n 490 252 505 259 521 259 c 0\n 538 259 554 250 564 235 c 0\n 570 226 571 217 571 192 c 2\n 571 0 l 1\n 99 0 l 2\n 76 0 62 3 54 10 c 0\n 41 19 33 34 33 50 c 0\n 33 67 42 84 57 93 c 0\n 66 99 73 100 99 100 c 2\n 156 100 l 1\n 156 483 l 1\n 99 483 l 2\n 74 483 63 485 54 492 c 0\n 41 502 33 517 33 533 c 0\n 33 550 42 567 57 576 c 0\n 66 582 73 583 99 583 c 2\n 313 583 l 2\n 340 583 348 581 358 574 c 0\n 371 564 379 549 379 533 c 0\n 379 516 370 499 355 490 c 0\n 347 485 336 483 313 483 c 2\n 256 483 l 1\n557 531 m 2\n 475 405 l 2\n 462 385 453 379 439 379 c 0\n 419 379 402 395 402 414 c 0\n 402 423 406 434 414 446 c 2\n 496 572 l 2\n 509 592 518 598 534 598 c 0\n 554 598 570 581 570 561 c 0\n 570 554 565 543 557 531 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: lcaron\nEncoding: 318 318 253\nWidth: 600\nFlags: HMW\nHStem: 0 100<128 250 350 472> 524 100<172 250>\nVStem: 250 100<100 524 524 524>\nFore\n350 624 m 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 35 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 524 l 1\n 172 524 l 2\n 147 524 135 526 126 534 c 1\n 112 543 105 558 105 574 c 0\n 105 592 114 608 129 617 c 0\n 138 623 147 624 172 624 c 2\n 350 624 l 1\n517 570 m 2\n 435 445 l 2\n 423 426 413 419 399 419 c 0\n 379 419 362 435 362 453 c 0\n 362 462 366 473 374 486 c 2\n 456 611 l 2\n 469 631 478 637 494 637 c 0\n 514 637 530 621 530 600 c 0\n 530 594 526 583 517 570 c 2\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 254\nWidth: 600\nFlags: HW\nHStem: 0 100<99 156 256 471> 226 132<367 389> 483 100<99 156 256 313 256 256>\nVStem: 156 100<100 483> 303 150<290 294> 471 100<100 192>\nRef: 183 183 S 1 0 0 1 78 12\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: ldot\nEncoding: 320 320 255\nWidth: 600\nFlags: HW\nHStem: 0 100<128 250 350 472> 214 132<466 488> 524 100<172 250>\nVStem: 250 100<100 524 524 524> 402 150<278 282>\nRef: 183 183 N 1 0 0 1 177 0\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: Lslash\nEncoding: 321 321 256\nWidth: 600\nFlags: HMW\nHStem: 0 100<99 156 256 471> 483 100<99 156 256 313 256 256>\nVStem: 156 100<100 203 203 203 359 483> 471 100<100 191>\nFore\n256 483 m 1\n 256 359 l 1\n 344 411 l 2\n 363 422 373 426 385 426 c 0\n 410 426 432 402 432 376 c 0\n 432 353 424 343 393 325 c 2\n 256 244 l 1\n 256 100 l 1\n 471 100 l 1\n 471 191 l 2\n 471 218 473 228 480 237 c 0\n 490 251 505 258 521 258 c 0\n 539 258 554 249 564 234 c 0\n 569 225 571 216 571 191 c 2\n 571 0 l 1\n 99 0 l 2\n 55 0 33 17 33 50 c 0\n 33 67 42 84 57 93 c 0\n 66 99 73 100 99 100 c 2\n 156 100 l 1\n 156 203 l 1\n 102 171 l 2\n 86 161 71 156 60 156 c 0\n 35 156 12 180 12 207 c 0\n 12 229 20 240 52 258 c 2\n 156 318 l 1\n 156 483 l 1\n 99 483 l 2\n 74 483 63 485 53 492 c 0\n 41 502 33 517 33 533 c 0\n 33 550 42 567 57 576 c 0\n 66 582 73 583 99 583 c 2\n 313 583 l 2\n 340 583 348 581 358 574 c 0\n 371 564 379 549 379 533 c 0\n 379 516 370 499 355 490 c 0\n 346 485 336 483 313 483 c 2\n 256 483 l 1\nEndSplineSet\nEndChar\nStartChar: lslash\nEncoding: 322 322 257\nWidth: 600\nFlags: HMW\nHStem: 0 100<128 250 350 472> 524 100<175 250>\nVStem: 250 100<100 243 243 243 399 524 524 524>\nFore\n350 624 m 1\n 350 399 l 1\n 368.442 409.538 405.981 435 425 435 c 0\n 451 435 474 411 474 383 c 0\n 474 361 464 348 435 332 c 2\n 350 283 l 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 531 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 34 62 50 c 0\n 62 67 71 83 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 243 l 1\n 231.499 232.117 197.46 209 176 209 c 0\n 150 209 127 233 127 260 c 0\n 127 282 136 294 167 312 c 2\n 250 359 l 1\n 250 524 l 1\n 175 524 l 2\n 149 524 138 526 129 534 c 1\n 116 543 108 559 108 574 c 0\n 108 591 117 608 132 617 c 0\n 141 623 150 624 175 624 c 2\n 350 624 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 258\nWidth: 600\nFlags: HMW\nHStem: 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5>\nVStem: 73 100<100 394> 431 100<191 483>\nFore\n173 394 m 1\n 173 100 l 1\n 208 100 l 2\n 235 100 244 98 254 91 c 0\n 267 81 274 66 274 50 c 0\n 274 33 265 17 250 7 c 0\n 243 3 228 0 208 0 c 2\n 79 0 l 2\n 55 0 42 3 33 10 c 0\n 20 19 12 34 12 50 c 0\n 12 82 34 100 73 100 c 1\n 73 483 l 1\n 58 483 l 2\n 33 483 22 485 13 492 c 0\n 0 502 -8 517 -8 533 c 0\n -8 550 1 567 16 576 c 0\n 25 582 32 583 58 583 c 2\n 173 583 l 1\n 431 191 l 1\n 431 483 l 1\n 396 483 l 2\n 371 483 360 485 351 492 c 0\n 338 502 330 517 330 533 c 0\n 330 550 339 567 354 576 c 0\n 363 582 370 583 396 583 c 2\n 526 583 l 2\n 553 583 561 581 571 574 c 0\n 584 564 592 549 592 533 c 0\n 592 501 571 483 531 483 c 1\n 531 0 l 1\n 432 0 l 1\n 173 394 l 1\n452 767 m 1\n 319 656 l 2\n 306 645 296 640 287 640 c 0\n 267 640 250 657 250 676 c 0\n 250 688 257 700 273 712 c 1\n 406 824 l 2\n 420 835 428 839 438 839 c 0\n 459 839 475 823 475 803 c 0\n 475 790 469 780 452 767 c 1\nEndSplineSet\nEndChar\nStartChar: nacute\nEncoding: 324 324 259\nWidth: 600\nFlags: HW\nHStem: 0 100<71 94 196 215 405 409 510 525.03> 350 100<311 334> 417 20G<101 195>\nVStem: 95 100<100 282> 410 100<100 288>\nDStem: 406 680 452 624 273 569 319 512\nFore\n34 387 m 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\n 432.124 450 510 391.537 510 282 c 2\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 16 547 7 c 0\n 539 2 526 0 505 0 c 2\n 416 0 l 2\n 371 0 349 17 349 50 c 0\n 349 82 371 100 410 100 c 1\n 410 278 l 2\n 410 327 382 350 320 350 c 0\n 274 350 242 333 195 282 c 1\n 195 100 l 1\n 201 100 l 2\n 228 100 236 98 246 91 c 0\n 259 81 267 66 267 50 c 0\n 267 33 258 17 243 7 c 0\n 235 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 43 10 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 337 l 1\n 56 338 34 355 34 387 c 0\n452 624 m 1\n 319 512 l 2\n 304 500 297 496 287 496 c 0\n 267 496 250 513 250 532 c 0\n 250 545 257 556 273 569 c 2\n 406 680 l 2\n 422 693 427 696 438 696 c 0\n 459 696 475 680 475 659 c 0\n 475 647 469 637 452 624 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 260\nWidth: 600\nFlags: HMW\nHStem: 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5>\nVStem: 73 100<100 394> 431 100<191 483>\nFore\n173 394 m 1\n 173 100 l 1\n 208 100 l 2\n 235 100 244 98 254 91 c 0\n 267 81 274 66 274 50 c 0\n 274 33 265 17 250 7 c 0\n 243 3 228 0 208 0 c 2\n 79 0 l 2\n 55 0 42 3 33 10 c 0\n 20 19 12 34 12 50 c 0\n 12 82 34 100 73 100 c 1\n 73 483 l 1\n 58 483 l 2\n 33 483 22 485 13 492 c 0\n 0 502 -8 517 -8 533 c 0\n -8 550 1 567 16 576 c 0\n 25 582 32 583 58 583 c 2\n 173 583 l 1\n 431 191 l 1\n 431 483 l 1\n 396 483 l 2\n 371 483 360 485 351 492 c 0\n 338 502 330 517 330 533 c 0\n 330 550 339 567 354 576 c 0\n 363 582 370 583 396 583 c 2\n 526 583 l 2\n 553 583 561 581 571 574 c 0\n 584 564 592 549 592 533 c 0\n 592 501 571 483 531 483 c 1\n 531 0 l 1\n 432 0 l 1\n 173 394 l 1\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 261\nWidth: 600\nFlags: HW\nHStem: 0 100<71 94 196 222 407 409 510 525.03> 350 100<311 340> 417 20G<101 195>\nVStem: 95 100<100 282> 410 100<100 284>\nDStem: 277 -85 338 -126 195 -211 256 -252\nFore\n34 387 m 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\n 432.124 450 510 391.537 510 282 c 2\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 16 547 7 c 0\n 539 2 526 0 505 0 c 2\n 416 0 l 2\n 371 0 349 17 349 50 c 0\n 349 82 371 100 410 100 c 1\n 410 278 l 2\n 410 327 382 350 320 350 c 0\n 274 350 242 333 195 282 c 1\n 195 100 l 1\n 201 100 l 2\n 228 100 236 98 246 91 c 0\n 259 81 267 66 267 50 c 0\n 267 33 258 17 243 7 c 0\n 235 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 43 10 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 337 l 1\n 56 338 34 355 34 387 c 0\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: Ncaron\nEncoding: 327 327 262\nWidth: 600\nFlags: HMW\nHStem: 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5>\nVStem: 73 100<100 394> 431 100<191 483>\nFore\n173 394 m 1\n 173 100 l 1\n 208 100 l 2\n 235 100 244 98 254 91 c 0\n 267 81 274 66 274 50 c 0\n 274 33 265 17 250 7 c 0\n 243 3 228 0 208 0 c 2\n 79 0 l 2\n 55 0 42 3 33 10 c 0\n 20 19 12 34 12 50 c 0\n 12 82 34 100 73 100 c 1\n 73 483 l 1\n 58 483 l 2\n 33 483 22 485 13 492 c 0\n 0 502 -8 517 -8 533 c 0\n -8 550 1 567 16 576 c 0\n 25 582 32 583 58 583 c 2\n 173 583 l 1\n 431 191 l 1\n 431 483 l 1\n 396 483 l 2\n 371 483 360 485 351 492 c 0\n 338 502 330 517 330 533 c 0\n 330 550 339 567 354 576 c 0\n 363 582 370 583 396 583 c 2\n 526 583 l 2\n 553 583 561 581 571 574 c 0\n 584 564 592 549 592 533 c 0\n 592 501 571 483 531 483 c 1\n 531 0 l 1\n 432 0 l 1\n 173 394 l 1\n301 699 m 1\n 413 796 l 1\n 425 805 432 809 442 809 c 0\n 460 809 476 792 476 774 c 0\n 476 756.127 463.469 748.195 452 738 c 1\n 301 610 l 1\n 149 738 l 2\n 127 757 125 760 125 773 c 0\n 125 792 141 809 160 809 c 0\n 169 809 176 805 188 796 c 1\n 301 699 l 1\nEndSplineSet\nEndChar\nStartChar: ncaron\nEncoding: 328 328 263\nWidth: 600\nFlags: HW\nHStem: 0 100<71 94 196 215 407 409 510 525.03> 350 100<311 334> 417 20G<101 195>\nVStem: 95 100<100 282> 410 100<100 288>\nDStem: 149 605 188 662 301 477 301 566 413 662 452 605 301 566 301 477\nFore\n34 387 m 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\n 432.124 450 510 391.537 510 282 c 2\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 16 547 7 c 0\n 539 2 526 0 505 0 c 2\n 416 0 l 2\n 371 0 349 17 349 50 c 0\n 349 82 371 100 410 100 c 1\n 410 278 l 2\n 410 327 382 350 320 350 c 0\n 274 350 242 333 195 282 c 1\n 195 100 l 1\n 201 100 l 2\n 228 100 236 98 246 91 c 0\n 259 81 267 66 267 50 c 0\n 267 33 258 17 243 7 c 0\n 235 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 43 10 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 337 l 1\n 56 338 34 355 34 387 c 0\n301 566 m 1\n 413 662 l 2\n 425 673 432 676 442 676 c 0\n 460 676 476 659 476 640 c 0\n 476 623.634 464 614.333 452 605 c 1\n 301 477 l 1\n 149 605 l 2\n 127 623 125 627 125 640 c 0\n 125 659 141 676 160 676 c 0\n 169 676 175 673 188 662 c 2\n 301 566 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: napostrophe\nEncoding: 329 329 264\nWidth: 600\nFlags: HW\nHStem: 0 100<71 94 196 215 407 409 510 525.03> 350 100<311 334> 417 20G<101 195>\nVStem: 95 100<100 282> 410 100<100 288>\nFore\n34 387 m 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\n 432.124 450 510 391.537 510 282 c 2\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 16 547 7 c 0\n 539 2 526 0 505 0 c 2\n 416 0 l 2\n 371 0 349 17 349 50 c 0\n 349 82 371 100 410 100 c 1\n 410 278 l 2\n 410 327 382 350 320 350 c 0\n 274 350 242 333 195 282 c 1\n 195 100 l 1\n 201 100 l 2\n 228 100 236 98 246 91 c 0\n 259 81 267 66 267 50 c 0\n 267 33 258 17 243 7 c 0\n 235 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 43 10 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 337 l 1\n 56 338 34 355 34 387 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: Eng\nEncoding: 330 330 265\nWidth: 600\nFlags: HW\nHStem: -203 100<344 360> 0 100<59 72 174 216> 483 100<40 72 376 430 531.031 546.331>\nVStem: 12 262<40.1997 53> 73 100<100 393> 330 262<523.191 535> 431 100<-27 2 192 483>\nDStem: 173 394 173 583 431 2 431 191\nFore\n431 2 m 1\n 173 394 l 1\n 173 100 l 1\n 208 100 l 2\n 235 100 244 98 254 91 c 0\n 267 81 274 66 274 50 c 0\n 274 33 265 17 250 7 c 0\n 243 3 228 0 208 0 c 2\n 79 0 l 2\n 55 0 42 3 33 10 c 0\n 20 19 12 34 12 50 c 0\n 12 82 34 100 73 100 c 1\n 73 483 l 1\n 58 483 l 2\n 33 483 22 485 13 492 c 0\n 0 502 -8 517 -8 533 c 0\n -8 550 1 567 16 576 c 0\n 25 582 32 583 58 583 c 2\n 173 583 l 1\n 431 191 l 1\n 431 483 l 1\n 396 483 l 2\n 371 483 360 485 351 492 c 0\n 338 502 330 517 330 533 c 0\n 330 550 339 567 354 576 c 0\n 363 582 370 583 396 583 c 2\n 526 583 l 2\n 553 583 561 581 571 574 c 0\n 584 564 592 549 592 533 c 0\n 592 501 571 483 531 483 c 1\n 531 -14 l 2\n 531 -121 455 -203 356 -203 c 0\n 279 -203 234 -179 234 -139 c 0\n 234 -112 257 -89 282 -89 c 0\n 288 -89 291 -90 305 -95 c 0\n 321 -100 337 -103 353 -103 c 0\n 399 -103 431 -67 431 -14 c 2\n 431 2 l 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: eng\nEncoding: 331 331 266\nWidth: 600\nFlags: HW\nHStem: -203 100<319 343> 0 100<71 94 196 215> 350 100<311 337> 417 20G<101 195>\nVStem: 95 100<100 282> 410 100<-27 293>\nFore\n332 450 m 0\n 432.124 450 510 391.537 510 282 c 2\n 510 -14 l 2\n 510 -121 434 -203 335 -203 c 0\n 258 -203 213 -179 213 -139 c 0\n 213 -112 236 -89 261 -89 c 0\n 267 -89 270 -90 284 -95 c 0\n 300 -100 316 -103 332 -103 c 0\n 378 -103 410 -67 410 -14 c 2\n 410 278 l 2\n 410 327 382 350 320 350 c 0\n 274 350 242 333 195 282 c 1\n 195 100 l 1\n 201 100 l 2\n 228 100 236 98 246 91 c 0\n 259 81 267 66 267 50 c 0\n 267 33 258 17 243 7 c 0\n 235 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 43 10 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 337 l 1\n 56 338 34 355 34 387 c 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Omacron\nEncoding: 332 332 267\nWidth: 600\nFlags: HMW\nHStem: -14 100<251 348.5> 497 100<251 333.5> 689 80<178 422>\nVStem: 21 100<235.5 348> 479 100<234 335>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\n178 769 m 2\n 422 769 l 2\n 445 769 457 766 464 758 c 0\n 470 751 475 737 475 729 c 0\n 475 704 455 689 422 689 c 2\n 178 689 l 2\n 153 689 145 691 136 701 c 0\n 130 709 125 721 125 729 c 0\n 125 754 144 769 178 769 c 2\nEndSplineSet\nEndChar\nStartChar: omacron\nEncoding: 333 333 268\nWidth: 600\nFlags: HMW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 546 80<178 422>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nFore\n303 450 m 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 128\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 128\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n178 626 m 2\n 422 626 l 2\n 445 626 457 623 464 615 c 0\n 470 608 475 594 475 586 c 0\n 475 561 455 546 422 546 c 2\n 178 546 l 2\n 153 546 145 548 136 558 c 0\n 130 566 125 578 125 586 c 0\n 125 611 144 626 178 626 c 2\nEndSplineSet\nEndChar\nStartChar: Obreve\nEncoding: 334 334 269\nWidth: 600\nFlags: HW\nHStem: -14 100<251 348.5> 497 100<251 333.5> 623 68<272.5 327.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nRef: 728 728 N 1 0 0 1 0 120\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: obreve\nEncoding: 335 335 270\nWidth: 600\nFlags: HW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 477 68<272.5 327.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nRef: 728 728 N 1 0 0 1 0 -26\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 271\nWidth: 600\nFlags: HMW\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\n331 765 m 2\n 229 656 l 2\n 219 645 209 639 200 639 c 0\n 182 639 165 657 165 676 c 0\n 165 688 166 690 186 712 c 2\n 288 822 l 2\n 300 834 306 838 317 838 c 0\n 335 838 351 821 351 801 c 0\n 351 791 345 780 331 765 c 2\n495 765 m 2\n 393 656 l 2\n 383 645 373 639 364 639 c 0\n 346 639 329 657 329 676 c 0\n 329 688 330 689 350 712 c 1\n 452 822 l 2\n 464 834 470 838 481 838 c 0\n 499 838 515 821 515 801 c 0\n 515 791 510 781 495 765 c 2\nEndSplineSet\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 272\nWidth: 600\nFlags: HMW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nFore\n303 450 m 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 128\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 128\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n331 622 m 2\n 229 512 l 2\n 220 502 209 496 200 496 c 0\n 182 496 165 514 165 533 c 0\n 165 544 166 546 186 569 c 1\n 288 679 l 2\n 299 690 306 694 317 694 c 0\n 335 694 351 677 351 658 c 0\n 351 647 346 638 331 622 c 2\n495 622 m 2\n 393 512 l 2\n 383 502 373 496 364 496 c 0\n 346 496 329 514 329 533 c 0\n 329 544 330 546 350 569 c 1\n 452 679 l 2\n 462 690 470 694 481 694 c 0\n 499 694 515 677 515 658 c 0\n 515 647 510 638 495 622 c 2\nEndSplineSet\nEndChar\nStartChar: OE\nEncoding: 338 338 273\nWidth: 600\nFlags: HW\nHStem: 0 100<252 265 367 513> 0 188<556 572> 243 99<367 385> 483 100<252 265 367 493>\nVStem: -20 100<272 304> 266 100<101 242 343 482> 266 218<243 342> 493 100<396 482> 513 99<101 144>\nFore\n366 243 m 1\n 366 100 l 1\n 513 100 l 1\n 513 122 l 2\n 513 149 515 158 522 168 c 0\n 532 180 547 188 563 188 c 0\n 580 188 597 179 605 164 c 0\n 611 155 612 148 612 122 c 2\n 612 0 l 1\n 259 0 l 2\n 97 0 -20 122 -20 292 c 0\n -20 461 96 583 259 583 c 2\n 593 583 l 1\n 593 418 l 2\n 593 391 591 382 584 372 c 0\n 574 360 559 352 543 352 c 0\n 526 352 510 361 500 376 c 0\n 495 384 493 395 493 418 c 2\n 493 483 l 1\n 366 483 l 1\n 366 342 l 1\n 385 342 l 1\n 387 378 404 397 434 397 c 0\n 452 397 468 388 477 373 c 0\n 483 364 484 357 484 331 c 2\n 484 253 l 2\n 484 226 482 218 475 208 c 0\n 465 195 450 187 434 187 c 0\n 405 187 386 208 385 243 c 1\n 366 243 l 1\n266 100 m 1\n 266 483 l 1\n 215 482 185 474 155 452 c 0\n 110 419 80 354 80 291 c 0\n 80 224 115 155 166 124 c 0\n 194 107 220 100 266 100 c 1\nEndSplineSet\nEndChar\nStartChar: oe\nEncoding: 339 339 274\nWidth: 600\nFlags: HMW\nHStem: -16 100<149.5 195 422.5 458> 171 86<363 504> 349 101<149.5 195.5 422.5 444.5>\nVStem: -11 100<180 252.5>\nFore\n612 171 m 1\n 360 171 l 1\n 373 113 401 84 444 84 c 0\n 472 84 485 88 540 112 c 0\n 548 115 556 117 564 117 c 0\n 591 117 613 94 613 65 c 0\n 613 41 603 28 576 14 c 0\n 543 -2 478 -16 438 -16 c 0\n 381 -16 338 8 303 58 c 1\n 268 10 221 -16 171 -16 c 0\n 70 -16 -11 86 -11 212 c 0\n -11 345 69 450 170 450 c 0\n 222 450 265 424 303 370 c 1\n 338 423 383 450 436 450 c 0\n 480 450 522 429 557 389 c 0\n 593 349 612 288 612 216 c 2\n 612 171 l 1\n172 349 m 0\n 127 349 89 289 89 216 c 0\n 89 144 127 84 172 84 c 0\n 218 84 256 143 256 215 c 0\n 256 290 219 349 172 349 c 0\n363 257 m 1\n 504 257 l 1\n 494.165 308.14 474.145 349 434 349 c 0\n 411 349 390 333 378 306 c 0\n 373 294 369 282 363 257 c 1\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 275\nWidth: 600\nFlags: HMW\nHStem: 0 100<79 94 194 229 540 553> 222 100<194 270 270 290> 483 100<79 94 194 194 194 302 302 306>\nVStem: 94 100<100 222 322 483> 416 106<383 429.5>\nFore\n194 222 m 1\n 194 100 l 1\n 229 100 l 2\n 256 100 265 98 275 91 c 0\n 287 81 295 66 295 50 c 0\n 295 33 286 16 271 7 c 0\n 264 3 249 0 229 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 302 583 l 2\n 432 583 522 510 522 405 c 0\n 522 342 487 294 414 254 c 1\n 461 213 498 167 540 100 c 1\n 553 100 l 2\n 578 100 589 98 599 91 c 0\n 611 82 619 66 619 50 c 0\n 619 33 610 16 595 7 c 0\n 588 3 573 0 553 0 c 2\n 474 0 l 1\n 424 97 332 207 290 222 c 1\n 194 222 l 1\n194 322 m 1\n 270 322 l 2\n 354 322 416 358 416 408 c 0\n 416 451 370 483 306 483 c 2\n 194 483 l 1\n 194 322 l 1\n452 767 m 1\n 319 656 l 2\n 306 645 296 640 287 640 c 0\n 267 640 250 657 250 676 c 0\n 250 688 257 700 273 712 c 1\n 406 824 l 2\n 420 835 428 839 438 839 c 0\n 459 839 475 823 475 803 c 0\n 475 790 469 780 452 767 c 1\nEndSplineSet\nEndChar\nStartChar: racute\nEncoding: 341 341 276\nWidth: 600\nFlags: HW\nHStem: 0 100<101 177 279 422> 337 100<134 177> 349 100<437 452>\nVStem: 178 100<100 247>\nDStem: 406 680 452 624 273 569 319 512\nFore\n278 437 m 1\n 278 372 l 1\n 358 432 396 449 445 449 c 0\n 480 449 512 437 543 411 c 0\n 564 394 571 382 571 364 c 0\n 571 336 548 313 521 313 c 0\n 507 313 497 318 482 331 c 128\n 467 344 457 349 443 349 c 0\n 411 349 373 325 278 247 c 1\n 278 100 l 1\n 417 100 l 2\n 445 100 453 98 463 91 c 0\n 476 81 484 66 484 50 c 0\n 484 33 475 16 460 7 c 0\n 453 3 438 0 417 0 c 2\n 120 0 l 2\n 97 0 83 3 74 10 c 0\n 62 19 54 35 54 50 c 0\n 54 67 63 84 78 93 c 0\n 87 99 94 100 120 100 c 2\n 178 100 l 1\n 178 337 l 1\n 143 337 l 2\n 118 337 107 339 98 347 c 1\n 85 356 77 371 77 387 c 0\n 77 417.958 99.046 437 143 437 c 2\n 278 437 l 1\n452 624 m 1\n 319 512 l 2\n 304 500 297 496 287 496 c 0\n 267 496 250 513 250 532 c 0\n 250 545 257 556 273 569 c 2\n 406 680 l 2\n 422 693 427 696 438 696 c 0\n 459 696 475 680 475 659 c 0\n 475 647 469 637 452 624 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 277\nWidth: 600\nFlags: HMW\nHStem: 0 100<79 94 194 229 540 553> 222 100<194 270 270 290> 483 100<79 94 194 194 194 302 302 306>\nVStem: 94 100<100 222 322 483> 416 106<383 429.5>\nFore\n194 222 m 1\n 194 100 l 1\n 229 100 l 2\n 256 100 265 98 275 91 c 0\n 287 81 295 66 295 50 c 0\n 295 33 286 16 271 7 c 0\n 264 3 249 0 229 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 302 583 l 2\n 432 583 522 510 522 405 c 0\n 522 342 487 294 414 254 c 1\n 461 213 498 167 540 100 c 1\n 553 100 l 2\n 578 100 589 98 599 91 c 0\n 611 82 619 66 619 50 c 0\n 619 33 610 16 595 7 c 0\n 588 3 573 0 553 0 c 2\n 474 0 l 1\n 424 97 332 207 290 222 c 1\n 194 222 l 1\n194 322 m 1\n 270 322 l 2\n 354 322 416 358 416 408 c 0\n 416 451 370 483 306 483 c 2\n 194 483 l 1\n 194 322 l 1\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 278\nWidth: 600\nFlags: HW\nHStem: 0 100<101 177 279 422> 337 100<134 177> 349 100<438 447>\nVStem: 178 100<100 247>\nDStem: 277 -85 338 -126 195 -211 256 -252\nFore\n278 437 m 1\n 278 372 l 1\n 358 432 396 449 445 449 c 0\n 480 449 512 437 543 411 c 0\n 564 394 571 382 571 364 c 0\n 571 336 548 313 521 313 c 0\n 507 313 497 318 482 331 c 128\n 467 344 457 349 443 349 c 0\n 411 349 373 325 278 247 c 1\n 278 100 l 1\n 417 100 l 2\n 445 100 453 98 463 91 c 0\n 476 81 484 66 484 50 c 0\n 484 33 475 16 460 7 c 0\n 453 3 438 0 417 0 c 2\n 120 0 l 2\n 97 0 83 3 74 10 c 0\n 62 19 54 35 54 50 c 0\n 54 67 63 84 78 93 c 0\n 87 99 94 100 120 100 c 2\n 178 100 l 1\n 178 337 l 1\n 143 337 l 2\n 118 337 107 339 98 347 c 1\n 85 356 77 371 77 387 c 0\n 77 417.958 99.046 437 143 437 c 2\n 278 437 l 1\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: Rcaron\nEncoding: 344 344 279\nWidth: 600\nFlags: HMW\nHStem: 0 100<79 94 194 229 540 553> 222 100<194 270 270 290> 483 100<79 94 194 194 194 302 302 306>\nVStem: 94 100<100 222 322 483> 416 106<383 429.5>\nFore\n194 222 m 1\n 194 100 l 1\n 229 100 l 2\n 256 100 265 98 275 91 c 0\n 287 81 295 66 295 50 c 0\n 295 33 286 16 271 7 c 0\n 264 3 249 0 229 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 302 583 l 2\n 432 583 522 510 522 405 c 0\n 522 342 487 294 414 254 c 1\n 461 213 498 167 540 100 c 1\n 553 100 l 2\n 578 100 589 98 599 91 c 0\n 611 82 619 66 619 50 c 0\n 619 33 610 16 595 7 c 0\n 588 3 573 0 553 0 c 2\n 474 0 l 1\n 424 97 332 207 290 222 c 1\n 194 222 l 1\n194 322 m 1\n 270 322 l 2\n 354 322 416 358 416 408 c 0\n 416 451 370 483 306 483 c 2\n 194 483 l 1\n 194 322 l 1\n301 729 m 1\n 413 826 l 1\n 425 835 432 839 442 839 c 0\n 460 839 476 822 476 804 c 0\n 476 786.128 463.469 778.195 452 768 c 1\n 301 640 l 1\n 149 768 l 2\n 127 787 125 790 125 803 c 0\n 125 822 141 839 160 839 c 0\n 169 839 176 835 188 826 c 1\n 301 729 l 1\nEndSplineSet\nEndChar\nStartChar: rcaron\nEncoding: 345 345 280\nWidth: 600\nFlags: HW\nHStem: 0 100<101 177 279 435> 337 100<134 177> 349 100<432 447>\nVStem: 178 100<100 247>\nDStem: 169 625 208 682 321 497 321 586 433 682 472 625 321 586 321 497\nFore\n278 437 m 1\n 278 372 l 1\n 358 432 396 449 445 449 c 0\n 480 449 512 437 543 411 c 0\n 564 394 571 382 571 364 c 0\n 571 336 548 313 521 313 c 0\n 507 313 497 318 482 331 c 128\n 467 344 457 349 443 349 c 0\n 411 349 373 325 278 247 c 1\n 278 100 l 1\n 417 100 l 2\n 445 100 453 98 463 91 c 0\n 476 81 484 66 484 50 c 0\n 484 33 475 16 460 7 c 0\n 453 3 438 0 417 0 c 2\n 120 0 l 2\n 97 0 83 3 74 10 c 0\n 62 19 54 35 54 50 c 0\n 54 67 63 84 78 93 c 0\n 87 99 94 100 120 100 c 2\n 178 100 l 1\n 178 337 l 1\n 143 337 l 2\n 118 337 107 339 98 347 c 1\n 85 356 77 371 77 387 c 0\n 77 417.958 99.046 437 143 437 c 2\n 278 437 l 1\n321 586 m 1\n 433 682 l 2\n 445 693 452 696 462 696 c 0\n 480 696 496 679 496 660 c 0\n 496 643.634 484 634.333 472 625 c 1\n 321 497 l 1\n 169 625 l 2\n 147 643 145 647 145 660 c 0\n 145 679 161 696 180 696 c 0\n 189 696 195 693 208 682 c 2\n 321 586 l 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: Sacute\nEncoding: 346 346 281\nWidth: 600\nFlags: HMW\nHStem: -14 100<282 339> 497 100<267.5 324.5>\nVStem: 82 104<410.5 442.5> 434 104<140.5 172.5>\nFore\n517 531 m 2\n 517 443 l 2\n 517 415 515 407 508 397 c 0\n 498 384 483 376 468 376 c 0\n 454 376 440 382 432 390 c 0\n 425 398 425 398 418 430 c 0\n 409 470 361 497 299 497 c 0\n 236 497 186 464 186 421 c 0\n 186 400 201 377 223 366 c 0\n 243 356 248 354 323 340 c 0\n 410 324 448 310 479 285 c 0\n 519 253 538 212 538 160 c 0\n 538 56 446 -14 309 -14 c 0\n 255 -14 202 -1 153 25 c 1\n 136 5 129 1 113 1 c 0\n 78 1 62 22 62 67 c 2\n 62 133 l 2\n 62 158 64 169 71 179 c 0\n 81 192 96 199 112 199 c 0\n 126 199 139 194 148 185 c 0\n 155 178 155 178 163 151 c 0\n 173 115 236 86 302 86 c 0\n 376 86 434 119 434 162 c 0\n 434 183 420 203 398 215 c 0\n 377 226 361 230 293 242 c 0\n 228 253 196 263 164 281 c 0\n 113 310 82 363 82 420 c 0\n 82 521 175 597 299 597 c 0\n 350 597 394 586 429 564 c 1\n 439 589 448 597 468 597 c 0\n 485 597 502 588 510 574 c 0\n 516 565 517 557 517 531 c 2\n452 767 m 1\n 319 656 l 2\n 306 645 296 640 287 640 c 0\n 267 640 250 657 250 676 c 0\n 250 688 257 700 273 712 c 1\n 406 824 l 2\n 420 835 428 839 438 839 c 0\n 459 839 475 823 475 803 c 0\n 475 790 469 780 452 767 c 1\nEndSplineSet\nEndChar\nStartChar: sacute\nEncoding: 347 347 282\nWidth: 600\nFlags: HMW\nHStem: -16 100<275.5 332> 350 100<275.5 322>\nVStem: 92 110<310.5 324> 417 110<115.5 133.5>\nFore\n456 281 m 0\n 429.522 281 416.89 297.799 404 321 c 1\n 376 341 343 350 301 350 c 0\n 250 350 202 333 202 315 c 0\n 202 306 212 297 228 291 c 0\n 242 286 248 285 312 276 c 0\n 387 266 427 255 457 238 c 0\n 501 214 527 171 527 125 c 0\n 527 43 433 -16 304 -16 c 0\n 247 -16 196 -6 156 13 c 1\n 145 4 137 1 124 1 c 0\n 106 1 90 9 80 25 c 0\n 75 34 73 43 73 67 c 2\n 73 100 l 2\n 73 127 75 136 83 146 c 0\n 93 160 107 167 124 167 c 0\n 150 167 166 153 175 123 c 1\n 204 97 246 84 300 84 c 0\n 364 84 417 104 417 127 c 0\n 417 140 404 154 383 162 c 0\n 366 169 345 173 291 179 c 0\n 151 194 92 234 92 313 c 0\n 92 393 178 450 298 450 c 0\n 347 450 388 442 427 424 c 1\n 435 443 444 450 459 450 c 0\n 491 450 506 430 506 384 c 2\n 506 347 l 2\n 506 321 504 311 497 301 c 0\n 487 289 471 281 456 281 c 0\n452 624 m 1\n 319 512 l 2\n 304 500 297 496 287 496 c 0\n 267 496 250 513 250 532 c 0\n 250 545 257 556 273 569 c 2\n 406 680 l 2\n 422 693 427 696 438 696 c 0\n 459 696 475 680 475 659 c 0\n 475 647 469 637 452 624 c 1\nEndSplineSet\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 283\nWidth: 600\nFlags: HW\nHStem: -14 100<282 339> 497 100<267.5 324.5>\nVStem: 82 104<410.5 442.5> 434 104<140.5 172.5>\nDStem: 301 733 301 822 413 636 452 693 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636\nRef: 710 710 N 1 0 0 1 -0 126\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 284\nWidth: 600\nFlags: HW\nHStem: -16 100<275.5 332> 350 100<275.5 322>\nVStem: 92 110<310.5 324> 417 110<115.5 133.5>\nDStem: 301 587 301 676 413 490 452 547 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490\nRef: 710 710 N 1 0 0 1 -0 -20\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 285\nWidth: 600\nFlags: HMW\nHStem: -229 70<292.5 312.5> -100 186<281.5 300.5> 497 100<266.5 323.5>\nVStem: 82 103<410.5 442.5> 262 70<-42 -13> 337 70<-142 -123.5> 434 104<140.5 172.5>\nFore\n299 -229 m 0\n 262.121 -229 180 -209.001 180 -166 c 0\n 180 -147 196 -131 215 -131 c 0\n 223 -131 225 -132 244 -142 c 0\n 262 -152 284 -159 301 -159 c 0\n 324 -159 337 -150 337 -134 c 0\n 337 -113 317 -100 284 -100 c 0\n 279 -100 274 -100 262 -102 c 1\n 262 -11 l 1\n 230 -7 185 8 153 25 c 1\n 136 5 129 1 112 1 c 0\n 78 1 62 22 62 67 c 2\n 62 133 l 2\n 62 158 64 169 71 179 c 0\n 81 192 96 199 112 199 c 0\n 126 199 139 194 148 185 c 0\n 155 178 155 178 162 151 c 0\n 173 115 235 86 301 86 c 0\n 376 86 434 119 434 162 c 0\n 434 183 420 203 398 215 c 0\n 376 226 361 230 293 242 c 0\n 227 253 196 263 164 281 c 0\n 113 310 82 363 82 420 c 0\n 82 521 175 597 298 597 c 0\n 349 597 394 586 429 564 c 1\n 439 589 448 597 468 597 c 0\n 485 597 502 588 510 574 c 0\n 516 565 517 557 517 531 c 2\n 517 443 l 2\n 517 415 515 407 508 397 c 0\n 498 384 483 376 467 376 c 0\n 454 376 440 382 431 390 c 1\n 424 398 424 398 417 430 c 0\n 409 470 361 497 298 497 c 128\n 235 497 185 464 185 421 c 0\n 185 400 200 377 222 366 c 0\n 242 356 248 354 322 340 c 0\n 409 324 447 310 479 285 c 0\n 519 253 538 212 538 160 c 0\n 538 62 460 -4 332 -13 c 1\n 332 -42 l 1\n 383 -52 407 -81 407 -132 c 0\n 407 -189 362 -229 299 -229 c 0\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 286\nWidth: 600\nFlags: HMW\nHStem: -229 70<292.5 312.5> -100 184<281.5 300.5> 350 100<275.5 322>\nVStem: 92 110<310.5 324> 262 70<-42 -15> 337 70<-142 -123.5> 417 110<115.5 133.5>\nFore\n300 -229 m 0\n 262.021 -229 180 -209.112 180 -166 c 0\n 180 -147 196 -131 215 -131 c 0\n 223 -131 225 -132 244 -142 c 0\n 262 -152 284 -159 301 -159 c 0\n 324 -159 337 -150 337 -134 c 0\n 337 -113 317 -100 284 -100 c 0\n 279 -100 274 -100 262 -102 c 1\n 262 -14 l 1\n 219 -10 184 -1 156 13 c 1\n 144 4 137 1 124 1 c 0\n 106 1 90 9 80 25 c 0\n 75 34 73 43 73 67 c 2\n 73 100 l 2\n 73 127 75 136 83 146 c 0\n 93 160 107 167 123 167 c 0\n 150 167 166 153 174 123 c 1\n 204 97 246 84 300 84 c 0\n 364 84 417 104 417 127 c 0\n 417 140 404 154 383 162 c 0\n 366 169 345 173 290 179 c 0\n 151 194 92 234 92 313 c 0\n 92 393 178 450 298 450 c 0\n 346 450 387 442 426 424 c 1\n 435 443 443 450 459 450 c 0\n 491 450 506 430 506 384 c 2\n 506 347 l 2\n 506 321 504 311 497 301 c 0\n 487 289 471 281 456 281 c 0\n 432 281 422 289 404 321 c 1\n 376 341 343 350 301 350 c 0\n 250 350 202 333 202 315 c 0\n 202 306 212 297 228 291 c 0\n 242 286 248 285 312 276 c 0\n 388 265 427 255 457 238 c 0\n 501 213 527 171 527 125 c 0\n 527 50 451 -5 332 -15 c 1\n 332 -42 l 1\n 383 -52 407 -81 407 -132 c 0\n 407 -189 362 -229 300 -229 c 0\nEndSplineSet\nEndChar\nStartChar: Scaron\nEncoding: 352 352 287\nWidth: 600\nFlags: HW\nHStem: -14 100<286 324> 1 198<110 115> 497 100<286 318>\nVStem: 82 104<418 431> 434 104<153 164>\nDStem: 162 748 201 806 314 620 314 709 426 806 465 748 314 709 314 620\nFore\n517 531 m 2\n 517 443 l 2\n 517 415 515 407 508 397 c 0\n 498 384 483 376 468 376 c 0\n 454 376 440 382 432 390 c 0\n 425 398 425 398 418 430 c 0\n 409 470 361 497 299 497 c 0\n 236 497 186 464 186 421 c 0\n 186 400 201 377 223 366 c 0\n 243 356 248 354 323 340 c 0\n 410 324 448 310 479 285 c 0\n 519 253 538 212 538 160 c 0\n 538 56 446 -14 309 -14 c 0\n 255 -14 202 -1 153 25 c 1\n 136 5 129 1 113 1 c 0\n 78 1 62 22 62 67 c 2\n 62 133 l 2\n 62 158 64 169 71 179 c 0\n 81 192 96 199 112 199 c 0\n 126 199 139 194 148 185 c 0\n 155 178 155 178 163 151 c 0\n 173 115 236 86 302 86 c 0\n 376 86 434 119 434 162 c 0\n 434 183 420 203 398 215 c 0\n 377 226 361 230 293 242 c 0\n 228 253 196 263 164 281 c 0\n 113 310 82 363 82 420 c 0\n 82 521 175 597 299 597 c 0\n 350 597 394 586 429 564 c 1\n 439 589 448 597 468 597 c 0\n 485 597 502 588 510 574 c 0\n 516 565 517 557 517 531 c 2\n314 709 m 1\n 426 806 l 1\n 438 815 445 819 455 819 c 0\n 473 819 489 802 489 784 c 0\n 489 766.127 476.469 758.195 465 748 c 1\n 314 620 l 1\n 162 748 l 2\n 140 767 138 770 138 783 c 0\n 138 802 154 819 173 819 c 0\n 182 819 189 815 201 806 c 1\n 314 709 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: scaron\nEncoding: 353 353 288\nWidth: 600\nFlags: HW\nHStem: -16 100<281 314> 1 166<121 135> 350 100<281 314>\nVStem: 92 110<311 317> 417 110<122 129>\nDStem: 158 605 197 662 310 477 310 566 422 662 461 605 310 566 310 477\nFore\n456 281 m 0\n 429.522 281 416.89 297.799 404 321 c 1\n 376 341 343 350 301 350 c 0\n 250 350 202 333 202 315 c 0\n 202 306 212 297 228 291 c 0\n 242 286 248 285 312 276 c 0\n 387 266 427 255 457 238 c 0\n 501 214 527 171 527 125 c 0\n 527 43 433 -16 304 -16 c 0\n 247 -16 196 -6 156 13 c 1\n 145 4 137 1 124 1 c 0\n 106 1 90 9 80 25 c 0\n 75 34 73 43 73 67 c 2\n 73 100 l 2\n 73 127 75 136 83 146 c 0\n 93 160 107 167 124 167 c 0\n 150 167 166 153 175 123 c 1\n 204 97 246 84 300 84 c 0\n 364 84 417 104 417 127 c 0\n 417 140 404 154 383 162 c 0\n 366 169 345 173 291 179 c 0\n 151 194 92 234 92 313 c 0\n 92 393 178 450 298 450 c 0\n 347 450 388 442 427 424 c 1\n 435 443 444 450 459 450 c 0\n 491 450 506 430 506 384 c 2\n 506 347 l 2\n 506 321 504 311 497 301 c 0\n 487 289 471 281 456 281 c 0\n310 566 m 1\n 422 662 l 2\n 434 673 441 676 451 676 c 0\n 469 676 485 659 485 640 c 0\n 485 623.634 473 614.333 461 605 c 1\n 310 477 l 1\n 158 605 l 2\n 136 623 134 627 134 640 c 0\n 134 659 150 676 169 676 c 0\n 178 676 184 673 197 662 c 2\n 310 566 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0162\nEncoding: 354 354 289\nWidth: 600\nFlags: HW\nHStem: -229 70<298.5 318.5> 0 100<184 249 287.5 307 349 415> 483 100<142 249 142 142 349 458 349 349>\nVStem: 42 100<390 483> 249 100<100 483> 268 70<-41 0> 343 70<-142 -123.5> 458 100<390 483 483 483>\nRef: 184 184 N 1 0 0 1 6 0\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0163\nEncoding: 355 355 290\nWidth: 600\nFlags: HW\nHStem: -245 70<270.5 290.5> -16 100<259.5 279 281 325> 337 100<79 114 214 395> 571 20<156 172.5>\nVStem: 114 100<130.5 141 141 337 437 525> 240 70<-57 -16> 315 70<-158 -139.5>\nRef: 184 184 N 1 0 0 1 -22 -16\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: Tcaron\nEncoding: 356 356 291\nWidth: 600\nFlags: HMW\nHStem: 0 100<184 249 349 415> 483 100<142 249 142 142 349 458 349 349>\nVStem: 42 100<390 483> 249 100<100 483> 458 100<390 483 483 483>\nFore\n349 483 m 1\n 349 100 l 1\n 415 100 l 2\n 442 100 450 98 460 91 c 0\n 473 81 481 66 481 50 c 0\n 481 33 472 16 457 7 c 0\n 450 3 435 0 415 0 c 2\n 184 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 35 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 184 100 c 2\n 249 100 l 1\n 249 483 l 1\n 142 483 l 1\n 142 390 l 2\n 142 363 140 355 133 345 c 0\n 123 332 108 324 92 324 c 0\n 75 324 58 333 49 348 c 0\n 44 357 42 367 42 390 c 2\n 42 583 l 1\n 558 583 l 1\n 558 390 l 2\n 558 362 557 355 549 345 c 0\n 539 332 524 324 508 324 c 0\n 491 324 474 334 465 348 c 0\n 460 357 458 367 458 390 c 2\n 458 483 l 1\n 349 483 l 1\n301 729 m 1\n 413 826 l 1\n 425 835 432 839 442 839 c 0\n 460 839 476 822 476 804 c 0\n 476 786.128 463.469 778.195 452 768 c 1\n 301 640 l 1\n 149 768 l 2\n 127 787 125 790 125 803 c 0\n 125 822 141 839 160 839 c 0\n 169 839 176 835 188 826 c 1\n 301 729 l 1\nEndSplineSet\nEndChar\nStartChar: tcaron\nEncoding: 357 357 292\nWidth: 600\nFlags: HW\nHStem: -16 100<285 317> 337 100<61 114 215 365>\nVStem: 114 100<122 337 438 544>\nDStem: 456 611 517 570 374 486 435 445\nFore\n214 437 m 1\n 366 437 l 1\n 363 444 362 447 362 453 c 0\n 362 462 366 473 374 486 c 2\n 456 611 l 1\n 470 631 478 637 494 637 c 0\n 514 637 530 621 530 600 c 0\n 530 594 525 583 517 570 c 2\n 435 445 l 2\n 432 441 431 439 427 434 c 1\n 449 426 461 409 461 387 c 0\n 461 370 452 353 437 344 c 0\n 429 339 417 337 395 337 c 2\n 214 337 l 1\n 214 141 l 2\n 214 120 216 111 222 104 c 0\n 234 91 262 84 300 84 c 0\n 353 84 401 95 446 118 c 0\n 463 127 470 129 481 129 c 0\n 508 129 529 106 529 78 c 0\n 529 54 517 41 479 24 c 0\n 430 1 351 -16 299 -16 c 0\n 185 -16 114 37 114 122 c 2\n 114 337 l 1\n 79 337 l 2\n 54 337 43 339 33 347 c 0\n 21 356 13 372 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 53 437 79 437 c 2\n 114 437 l 1\n 114 525 l 2\n 114 551 116 561 124 571 c 0\n 133 583 148 591 164 591 c 0\n 181 591 198 582 207 567 c 0\n 213 558 214 551 214 525 c 2\n 214 437 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Tbar\nEncoding: 358 358 293\nWidth: 600\nFlags: HW\nHStem: 0 100<170 248 350 426> 483 100<142 248 350 458>\nVStem: 42 100<367.667 482> 249 100<100 482> 458 100<367.667 482>\nFore\n349 483 m 1\n 349 100 l 1\n 415 100 l 2\n 442 100 450 98 460 91 c 0\n 473 81 481 66 481 50 c 0\n 481 33 472 16 457 7 c 0\n 450 3 435 0 415 0 c 2\n 184 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 35 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 184 100 c 2\n 249 100 l 1\n 249 483 l 1\n 142 483 l 1\n 142 390 l 2\n 142 363 140 355 133 345 c 0\n 123 332 108 324 92 324 c 0\n 75 324 58 333 49 348 c 0\n 44 357 42 367 42 390 c 2\n 42 583 l 1\n 558 583 l 1\n 558 390 l 2\n 558 362 557 355 549 345 c 0\n 539 332 524 324 508 324 c 0\n 491 324 474 334 465 348 c 0\n 460 357 458 367 458 390 c 2\n 458 483 l 1\n 349 483 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: tbar\nEncoding: 359 359 294\nWidth: 600\nFlags: HW\nHStem: -16 100<285 317> 337 100<61 114 215 413>\nVStem: 114 100<122 337 437 544>\nFore\n214 337 m 1\n 214 141 l 2\n 214 120 216 111 222 104 c 0\n 234 91 262 84 300 84 c 0\n 353 84 401 95 446 118 c 0\n 463 127 470 129 481 129 c 0\n 508 129 529 106 529 78 c 0\n 529 54 517 41 479 24 c 0\n 430 1 351 -16 299 -16 c 0\n 185 -16 114 37 114 122 c 2\n 114 337 l 1\n 79 337 l 2\n 54 337 43 339 33 347 c 0\n 21 356 13 372 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 53 437 79 437 c 2\n 114 437 l 1\n 114 525 l 2\n 114 551 116 561 124 571 c 0\n 133 583 148 591 164 591 c 0\n 181 591 198 582 207 567 c 0\n 213 558 214 551 214 525 c 2\n 214 437 l 1\n 395 437 l 2\n 422 437 430 435 441 428 c 1\n 453 418 461 403 461 387 c 0\n 461 370 452 353 437 344 c 0\n 429 339 417 337 395 337 c 2\n 214 337 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Utilde\nEncoding: 360 360 295\nWidth: 600\nFlags: HW\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5> 623 69<371 378> 687 69<224 229>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nRef: 732 732 N 1 0 0 1 0 100\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: utilde\nEncoding: 361 361 296\nWidth: 600\nFlags: HW\nHStem: -13 100<253 300.5> 337 100<375 410> 477 69<363 370> 541 69<216 221>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nRef: 732 732 N 1 0 0 1 -8 -46\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Umacron\nEncoding: 362 362 297\nWidth: 600\nFlags: HMW\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5> 689 80<178 422>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nFore\n529 483 m 1\n 529 205 l 2\n 529 134 502 78 445 35 c 0\n 402 2 355 -14 300 -14 c 0\n 246 -14 198 2 155 35 c 0\n 99 78 71 134 71 205 c 2\n 71 483 l 1\n 31 484 10 501 10 533 c 0\n 10 550 19 567 34 576 c 0\n 43 582 51 583 76 583 c 2\n 206 583 l 2\n 234 583 241 582 252 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 263 499 248 490 c 0\n 240 485 229 483 206 483 c 2\n 171 483 l 1\n 171 196 l 2\n 171 135 229 86 300 86 c 128\n 371 86 429 135 429 196 c 2\n 429 483 l 1\n 394 483 l 2\n 368 483 358 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 368 583 394 583 c 2\n 524 583 l 2\n 551 583 559 581 570 574 c 0\n 583 564 590 549 590 533 c 0\n 590 501 569 483 529 483 c 1\n178 769 m 2\n 422 769 l 2\n 445 769 457 766 464 758 c 0\n 470 751 475 737 475 729 c 0\n 475 704 455 689 422 689 c 2\n 178 689 l 2\n 153 689 145 691 136 701 c 0\n 130 709 125 721 125 729 c 0\n 125 754 144 769 178 769 c 2\nEndSplineSet\nEndChar\nStartChar: umacron\nEncoding: 363 363 298\nWidth: 600\nFlags: HMW\nHStem: -13 100<253 300.5> 337 100<375 410> 546 80<178 422>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nFore\n273 -13 m 0\n 171.545 -13 95 46.3552 95 156 c 2\n 95 338 l 1\n 79 338 l 1\n 68 337 l 2\n 38 335 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 339 339 330 347 c 1\n 317 356 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\n178 626 m 2\n 422 626 l 2\n 445 626 457 623 464 615 c 0\n 470 608 475 594 475 586 c 0\n 475 561 455 546 422 546 c 2\n 178 546 l 2\n 153 546 145 548 136 558 c 0\n 130 566 125 578 125 586 c 0\n 125 611 144 626 178 626 c 2\nEndSplineSet\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 299\nWidth: 600\nFlags: HW\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5> 623 68<272.5 327.5>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nRef: 728 728 N 1 0 0 1 0 120\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: ubreve\nEncoding: 365 365 300\nWidth: 600\nFlags: HW\nHStem: -13 100<253 300.5> 337 100<375 410> 477 68<264.5 319.5>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nRef: 728 728 N 1 0 0 1 -8 -26\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Uring\nEncoding: 366 366 301\nWidth: 600\nFlags: HMW\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5> 630 54<281 318.5> 818 53<281 319>\nVStem: 10 53 71 100<205 483> 203 53 429 100<196 205 205 483>\nFore\n529 483 m 1\n 529 205 l 2\n 529 134 502 78 445 35 c 0\n 402 2 355 -14 300 -14 c 0\n 246 -14 198 2 155 35 c 0\n 99 78 71 134 71 205 c 2\n 71 483 l 1\n 31 484 10 501 10 533 c 0\n 10 550 19 567 34 576 c 0\n 43 582 51 583 76 583 c 2\n 206 583 l 2\n 234 583 241 582 252 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 263 499 248 490 c 0\n 240 485 229 483 206 483 c 2\n 171 483 l 1\n 171 196 l 2\n 171 135 229 86 300 86 c 128\n 371 86 429 135 429 196 c 2\n 429 483 l 1\n 394 483 l 2\n 368 483 358 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 368 583 394 583 c 2\n 524 583 l 2\n 551 583 559 581 570 574 c 0\n 583 564 590 549 590 533 c 0\n 590 501 569 483 529 483 c 1\n300 871 m 0\n 368 871 423 816 423 749 c 0\n 423 685 366 630 300 630 c 0\n 233 630 177 685 177 751 c 0\n 177 816 233 871 300 871 c 0\n300 818 m 0\n 262 818 230 787 230 751 c 128\n 230 715 262 684 300 684 c 0\n 337 684 370 715 370 750 c 0\n 370 787 338 818 300 818 c 0\nEndSplineSet\nEndChar\nStartChar: uring\nEncoding: 367 367 302\nWidth: 600\nFlags: HMW\nHStem: -13 100<253 300.5> 337 100<375 410> 486 54<281 318.5> 674 53<281 319>\nVStem: 13 53 95 100<156 159 159 338 338 338> 206 53 410 100<155 337 337 337>\nFore\n273 -13 m 0\n 171.545 -13 95 46.3552 95 156 c 2\n 95 338 l 1\n 79 338 l 1\n 68 337 l 2\n 38 335 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 339 339 330 347 c 1\n 317 356 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\n300 727 m 0\n 368 727 423 672 423 605 c 0\n 423 541 366 486 300 486 c 0\n 233 486 177 541 177 607 c 0\n 177 672 233 727 300 727 c 0\n300 674 m 0\n 262 674 230 643 230 607 c 128\n 230 571 262 540 300 540 c 0\n 337 540 370 571 370 606 c 0\n 370 643 338 674 300 674 c 0\nEndSplineSet\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 303\nWidth: 600\nFlags: HMW\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nFore\n529 483 m 1\n 529 205 l 2\n 529 134 502 78 445 35 c 0\n 402 2 355 -14 300 -14 c 0\n 246 -14 198 2 155 35 c 0\n 99 78 71 134 71 205 c 2\n 71 483 l 1\n 31 484 10 501 10 533 c 0\n 10 550 19 567 34 576 c 0\n 43 582 51 583 76 583 c 2\n 206 583 l 2\n 234 583 241 582 252 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 263 499 248 490 c 0\n 240 485 229 483 206 483 c 2\n 171 483 l 1\n 171 196 l 2\n 171 135 229 86 300 86 c 128\n 371 86 429 135 429 196 c 2\n 429 483 l 1\n 394 483 l 2\n 368 483 358 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 368 583 394 583 c 2\n 524 583 l 2\n 551 583 559 581 570 574 c 0\n 583 564 590 549 590 533 c 0\n 590 501 569 483 529 483 c 1\n331 765 m 2\n 229 656 l 2\n 219 645 209 639 200 639 c 0\n 182 639 165 657 165 676 c 0\n 165 688 166 690 186 712 c 2\n 288 822 l 2\n 300 834 306 838 317 838 c 0\n 335 838 351 821 351 801 c 0\n 351 791 345 780 331 765 c 2\n495 765 m 2\n 393 656 l 2\n 383 645 373 639 364 639 c 0\n 346 639 329 657 329 676 c 0\n 329 688 330 689 350 712 c 1\n 452 822 l 2\n 464 834 470 838 481 838 c 0\n 499 838 515 821 515 801 c 0\n 515 791 510 781 495 765 c 2\nEndSplineSet\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 304\nWidth: 600\nFlags: HMW\nHStem: -13 100<253 300.5> 337 100<375 410>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nFore\n273 -13 m 0\n 171.545 -13 95 46.3552 95 156 c 2\n 95 338 l 1\n 79 338 l 1\n 68 337 l 2\n 38 335 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 339 339 330 347 c 1\n 317 356 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\n311 622 m 2\n 209 512 l 2\n 200 502 189 496 180 496 c 0\n 162 496 145 514 145 533 c 0\n 145 544 146 546 166 569 c 1\n 268 679 l 2\n 279 690 286 694 297 694 c 0\n 315 694 331 677 331 658 c 0\n 331 647 326 638 311 622 c 2\n475 622 m 2\n 373 512 l 2\n 363 502 353 496 344 496 c 0\n 326 496 309 514 309 533 c 0\n 309 544 310 546 330 569 c 1\n 432 679 l 2\n 442 690 450 694 461 694 c 0\n 479 694 495 677 495 658 c 0\n 495 647 490 638 475 622 c 2\nEndSplineSet\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 305\nWidth: 600\nFlags: HMW\nHStem: -208 76<371 385> -15 100<280 304> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 277 78<-119 -97.5> 429 100<196 205 205 483>\nFore\n490 -146 m 0\n 490 -192.026 405.347 -208 371 -208 c 0\n 313 -208 277 -174 277 -119 c 0\n 277 -76 291 -51 338 -11 c 1\n 321 -14 308 -15 300 -15 c 0\n 260 -15 212 -2 179 18 c 0\n 108 61 71 125 71 205 c 2\n 71 483 l 1\n 31 484 10 501 10 533 c 0\n 10 550 19 567 34 576 c 0\n 43 582 51 583 76 583 c 2\n 206 583 l 2\n 234 583 241 582 252 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 263 499 248 490 c 0\n 240 485 229 483 206 483 c 2\n 171 483 l 1\n 171 196 l 2\n 171 135 229 85 300 85 c 128\n 371 85 429 135 429 196 c 2\n 429 483 l 1\n 394 483 l 2\n 368 483 358 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 368 583 394 583 c 2\n 524 583 l 2\n 551 583 559 581 570 574 c 0\n 583 564 590 549 590 533 c 0\n 590 501 569 483 529 483 c 1\n 529 205 l 2\n 529 132 508 89 441 26 c 0\n 384 -27 355 -74 355 -113 c 0\n 355 -125 363 -132 379 -132 c 0\n 391 -132 405 -127 430 -114 c 0\n 439 -109 444 -108 452 -108 c 0\n 473 -108 490 -125 490 -146 c 0\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 306\nWidth: 600\nFlags: HW\nHStem: -208 76<450 461> -13 100<269 285> 338 99<79 95 356 409>\nVStem: 95 100<144 337> 357 77<-118 -106> 410 100<155 337>\nFore\n273 -13 m 0\n 171.545 -13 95 46.3552 95 156 c 2\n 95 338 l 1\n 79 338 l 1\n 68 337 l 2\n 38 335 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 339 339 330 347 c 1\n 317 356 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 28 563 17 534 1 c 0\n 480 -29 434 -81 434 -112 c 0\n 434 -125 443 -132 458 -132 c 0\n 470 -132 481 -128 509 -114 c 0\n 519 -109 524 -108 531 -108 c 0\n 553 -108 570 -125 570 -146 c 0\n 570 -189.798 492.549 -208 451 -208 c 0\n 393 -208 357 -174 357 -119 c 0\n 357 -69 378 -38 436 0 c 1\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 307\nWidth: 600\nFlags: HW\nHStem: 0 20 483 100<139 139 139 187 413 466>\nDStem: 301 733 301 822 413 636 452 693 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636\nRef: 710 710 N 1 0 0 1 -0 126\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 308\nWidth: 600\nFlags: HW\nHStem: 0 20 417 20<66 158 158 171 441 534 534 547>\nDStem: 301 587 301 676 413 490 452 547 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490\nRef: 710 710 N 1 0 0 1 -0 -20\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 309\nWidth: 600\nFlags: HW\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5>\nVStem: 250 100<100 245>\nDStem: 301 733 301 822 413 636 452 693 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636 301 733 301 822 413 636 452 693 301 822 301 733 149 693 188 636\nRef: 710 710 N 1 0 0 1 -0 126\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 310\nWidth: 600\nFlags: HW\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526>\nDStem: 301 587 301 676 413 490 452 547 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490 301 587 301 676 413 490 452 547 301 676 301 587 149 547 188 490\nRef: 710 710 N 1 0 0 1 -0 -20\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 311\nWidth: 600\nFlags: HMW\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5>\nVStem: 21 120 250 100<100 245>\nFore\n21 533 m 0\n 21 568.794 49.4486 583 88 583 c 2\n 177 583 l 2\n 204 583 213 581 223 574 c 0\n 235 564 243 549 243 533 c 0\n 243 510 231 495 205 484 c 1\n 300 348 l 1\n 394 484 l 1\n 367 494 354 510 354 533 c 0\n 354 550 363 567 378 576 c 0\n 387 582 396 583 421 583 c 2\n 513 583 l 2\n 540 583 549 581 558 574 c 0\n 572 564 579 549 579 533 c 0\n 579 502 551 479 516 483 c 2\n 514 483 l 1\n 350 245 l 1\n 350 100 l 1\n 415 100 l 2\n 443 100 451 98 461 91 c 0\n 474 81 482 66 482 50 c 0\n 482 33 473 16 458 7 c 0\n 451 3 436 0 415 0 c 2\n 185 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 34 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 185 100 c 2\n 250 100 l 1\n 250 245 l 1\n 85 483 l 1\n 44 483 21 501 21 533 c 0\n196 798 m 0\n 230 798 256 771 256 737 c 0\n 256 705 229 678 196 678 c 128\n 163 678 136 705 136 738 c 128\n 136 771 163 798 196 798 c 0\n404 798 m 0\n 438 798 464 771 464 737 c 0\n 464 705 437 678 404 678 c 128\n 371 678 344 705 344 738 c 128\n 344 771 371 798 404 798 c 0\nEndSplineSet\nEndChar\nStartChar: Zacute\nEncoding: 377 377 312\nWidth: 600\nFlags: HMW\nHStem: 0 100<201 427> 483 100<196 375 196 196>\nVStem: 96 100<413 483> 427 100<100 172>\nFore\n201 100 m 1\n 427 100 l 1\n 427 172 l 2\n 427 197 429 208 436 218 c 0\n 446 230 461 238 477 238 c 0\n 494 238 511 229 520 214 c 0\n 526 205 527 198 527 172 c 2\n 527 0 l 1\n 73 0 l 1\n 73 100 l 1\n 375 483 l 1\n 196 483 l 1\n 196 413 l 2\n 196 386 194 377 187 368 c 0\n 177 355 162 347 146 347 c 0\n 129 347 113 356 103 371 c 0\n 98 380 96 388 96 413 c 2\n 96 583 l 1\n 504 583 l 1\n 504 486 l 1\n 201 100 l 1\n452 767 m 1\n 319 656 l 2\n 306 645 296 640 287 640 c 0\n 267 640 250 657 250 676 c 0\n 250 688 257 700 273 712 c 1\n 406 824 l 2\n 420 835 428 839 438 839 c 0\n 459 839 475 823 475 803 c 0\n 475 790 469 780 452 767 c 1\nEndSplineSet\nEndChar\nStartChar: zacute\nEncoding: 378 378 313\nWidth: 600\nFlags: HMW\nHStem: 0 100<244 419> 337 100<197 346 197 197>\nFore\n244 100 m 1\n 419 100 l 1\n 421 135 439 154 469 154 c 0\n 486 154 503 145 512 130 c 0\n 518 121 519 114 519 88 c 2\n 519 0 l 1\n 85 0 l 1\n 85 83 l 1\n 346 337 l 1\n 197 337 l 1\n 197 328 l 2\n 197 301 195 293 188 283 c 0\n 178 270 163 262 147 262 c 0\n 130 262 113 271 104 286 c 0\n 99 295 97 305 97 328 c 2\n 97 437 l 1\n 506 437 l 1\n 506 356 l 1\n 244 100 l 1\n452 624 m 1\n 319 512 l 2\n 304 500 297 496 287 496 c 0\n 267 496 250 513 250 532 c 0\n 250 545 257 556 273 569 c 2\n 406 680 l 2\n 422 693 427 696 438 696 c 0\n 459 696 475 680 475 659 c 0\n 475 647 469 637 452 624 c 1\nEndSplineSet\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 314\nWidth: 600\nFlags: HMW\nHStem: 0 100<201 427> 483 100<196 375 196 196>\nVStem: 96 100<413 483> 427 100<100 172>\nFore\n201 100 m 1\n 427 100 l 1\n 427 172 l 2\n 427 197 429 208 436 218 c 0\n 446 230 461 238 477 238 c 0\n 494 238 511 229 520 214 c 0\n 526 205 527 198 527 172 c 2\n 527 0 l 1\n 73 0 l 1\n 73 100 l 1\n 375 483 l 1\n 196 483 l 1\n 196 413 l 2\n 196 386 194 377 187 368 c 0\n 177 355 162 347 146 347 c 0\n 129 347 113 356 103 371 c 0\n 98 380 96 388 96 413 c 2\n 96 583 l 1\n 504 583 l 1\n 504 486 l 1\n 201 100 l 1\n300 798 m 0\n 334 798 360 771 360 737 c 0\n 360 705 333 678 300 678 c 128\n 267 678 240 705 240 738 c 128\n 240 771 267 798 300 798 c 0\nEndSplineSet\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 315\nWidth: 600\nFlags: HMW\nHStem: 0 100<244 419> 337 100<197 346 197 197>\nFore\n244 100 m 1\n 419 100 l 1\n 421 135 439 154 469 154 c 0\n 486 154 503 145 512 130 c 0\n 518 121 519 114 519 88 c 2\n 519 0 l 1\n 85 0 l 1\n 85 83 l 1\n 346 337 l 1\n 197 337 l 1\n 197 328 l 2\n 197 301 195 293 188 283 c 0\n 178 270 163 262 147 262 c 0\n 130 262 113 271 104 286 c 0\n 99 295 97 305 97 328 c 2\n 97 437 l 1\n 506 437 l 1\n 506 356 l 1\n 244 100 l 1\n300 654 m 0\n 334 654 360 627 360 593 c 0\n 360 561 333 534 300 534 c 128\n 267 534 240 561 240 594 c 128\n 240 627 267 654 300 654 c 0\nEndSplineSet\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 316\nWidth: 600\nFlags: HMW\nHStem: 0 100<201 427> 483 100<196 375 196 196>\nVStem: 96 100<413 483> 427 100<100 172>\nFore\n201 100 m 1\n 427 100 l 1\n 427 172 l 2\n 427 197 429 208 436 218 c 0\n 446 230 461 238 477 238 c 0\n 494 238 511 229 520 214 c 0\n 526 205 527 198 527 172 c 2\n 527 0 l 1\n 73 0 l 1\n 73 100 l 1\n 375 483 l 1\n 196 483 l 1\n 196 413 l 2\n 196 386 194 377 187 368 c 0\n 177 355 162 347 146 347 c 0\n 129 347 113 356 103 371 c 0\n 98 380 96 388 96 413 c 2\n 96 583 l 1\n 504 583 l 1\n 504 486 l 1\n 201 100 l 1\n300 699 m 1\n 412 796 l 1\n 424 805 431 809 441 809 c 0\n 459 809 475 792 475 774 c 0\n 475 756.127 462.469 748.195 451 738 c 1\n 300 610 l 1\n 148 738 l 2\n 126 757 124 760 124 773 c 0\n 124 792 140 809 159 809 c 0\n 168 809 175 805 187 796 c 1\n 300 699 l 1\nEndSplineSet\nEndChar\nStartChar: zcaron\nEncoding: 382 382 317\nWidth: 600\nFlags: HW\nHStem: 0 100<245 419> 0 154<461 478> 337 100<197 345>\nVStem: 85 434<1 83> 97 100<320 336> 97 409<356 436>\nDStem: 150 595 189 652 302 467 302 556 346 337 506 356 85 83 244 100 414 652 453 595 302 556 302 467\nFore\n244 100 m 1\n 419 100 l 1\n 421 135 439 154 469 154 c 0\n 486 154 503 145 512 130 c 0\n 518 121 519 114 519 88 c 2\n 519 0 l 1\n 85 0 l 1\n 85 83 l 1\n 346 337 l 1\n 197 337 l 1\n 197 328 l 2\n 197 301 195 293 188 283 c 0\n 178 270 163 262 147 262 c 0\n 130 262 113 271 104 286 c 0\n 99 295 97 305 97 328 c 2\n 97 437 l 1\n 506 437 l 1\n 506 356 l 1\n 244 100 l 1\n302 556 m 1\n 414 652 l 2\n 426 663 433 666 443 666 c 0\n 461 666 477 649 477 630 c 0\n 477 613.634 465 604.333 453 595 c 1\n 302 467 l 1\n 150 595 l 2\n 128 613 126 617 126 630 c 0\n 126 649 142 666 161 666 c 0\n 170 666 176 663 189 652 c 2\n 302 556 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: longs\nEncoding: 383 383 318\nWidth: 600\nFlags: HW\nHStem: 0 100<123 199 300 443> 337 100<139 199> 523 100<379 395>\nVStem: 199 100<100 337 437 480>\nFore\n299 100 m 1\n 438 100 l 2\n 465 100 474 98 484 91 c 0\n 496 81 504 66 504 50 c 0\n 504 33 495 17 480 7 c 0\n 473 3 458 0 438 0 c 2\n 141 0 l 2\n 118 0 104 3 95 10 c 0\n 83 19 75 35 75 50 c 0\n 75 67 84 84 99 93 c 0\n 108 99 115 100 141 100 c 2\n 199 100 l 1\n 199 337 l 1\n 152 337 l 2\n 128 337 116 339 107 347 c 1\n 94 356 86 371 86 387 c 0\n 86 404 95 421 110 430 c 0\n 119 436 126 437 153 437 c 2\n 199 437 l 1\n 199 474 l 2\n 199 566 273 623 392 623 c 0\n 434 623 497 616 529 607 c 0\n 556 600 571 583 571 560 c 0\n 571 531 550 509 524 509 c 0\n 518 509 508 510 496 512 c 0\n 462 518 414 523 383 523 c 0\n 326 523 299 507 299 474 c 2\n 299 100 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0180\nEncoding: 384 384 319\nWidth: 600\nFlags: HW\nHStem: -14 100<312 344> 0 100<40 73> 351 100<312 344> 524 100<40 73 175 280>\nVStem: -8 347<564.147 578> 74 100<210 226 402 524> 471 100<210 226>\nFore\n323 86 m 0\n 410.325 86 471 141.857 471 219 c 0\n 471 252 456 286 432 311 c 1\n 403 339 371 351 323 351 c 0\n 274 351 241 339 213 311 c 0\n 188 286 174 253 174 220 c 0\n 174 141 235 86 323 86 c 0\n58 624 m 2\n 273 624 l 2\n 299 624 309 622 319 615 c 0\n 332 605 339 590 339 574 c 0\n 339 557 330 540 315 531 c 0\n 307 526 295 524 273 524 c 2\n 174 524 l 1\n 174 401 l 1\n 217 435 264 451 324 451 c 0\n 399 451 455 430 501 386 c 128\n 547 342 571 284 571 218 c 0\n 571 153 547 96 501 51 c 0\n 455 7 399 -14 325 -14 c 0\n 266 -14 226 -1 174 35 c 1\n 174 0 l 1\n 58 0 l 2\n 34 0 21 3 12 9 c 0\n 0 19 -8 34 -8 50 c 0\n -8 67 1 84 16 93 c 0\n 25 99 33 100 58 100 c 2\n 74 100 l 1\n 74 524 l 1\n 58 524 l 2\n 32 524 22 526 12 533 c 0\n 0 543 -8 558 -8 574 c 0\n -8 591 1 608 16 617 c 0\n 25 623 34 624 58 624 c 2\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0181\nEncoding: 385 385 320\nWidth: 600\nFlags: HW\nHStem: 0 100<62 93 195 382> 242 100<195 328> 483 100<56 93 195 334>\nVStem: -66 100<473 476> 94 100<101 241 343 482> 428 100<416 421> 471 100<144 162>\nFore\n194 342 m 1\n 307 342 l 2\n 379 342 428 373 428 419 c 0\n 428 459 390 483 327 483 c 2\n 194 483 l 1\n 194 342 l 1\n194 100 m 1\n 369 100 l 2\n 437 100 471 118 471 154 c 0\n 471 178 454 204 428 220 c 0\n 403 235 371 242 329 242 c 2\n 194 242 l 1\n 194 100 l 1\n94 483 m 1\n 79 483 l 2\n 40 483 34 479 34 474 c 8\n 34 468 37 463 41 461 c 0\n 64 446 69 414 54 391 c 0\n 38 369 6 362 -16 378 c 0\n -42 398 -66 427 -66 474 c 0\n -66 559 10 583 79 583 c 2\n 332 583 l 1\n 445 583 528 513 528 418 c 0\n 528 372 509 339 465 305 c 1\n 537 269 571 223 571 160 c 0\n 571 64 492 0 374 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni0182\nEncoding: 386 386 321\nWidth: 600\nFlags: HW\nHStem: 0 100<68 102 202 390> 242 100<202 390> 483 100<68 102 202 458>\nVStem: 102 100<100 241 341 483> 458 100<415 483> 475 104<159 179>\nRef: 1041 1041 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0183\nEncoding: 387 387 322\nWidth: 600\nFlags: HW\nHStem: -14 100<312 344> 0 100<40 73> 351 100<312 344> 524 100<40 73 175 488>\nVStem: 74 100<210 226 402 524> 471 100<210 226>\nFore\n323 86 m 0\n 410.325 86 471 141.857 471 219 c 0\n 471 252 456 286 432 311 c 1\n 403 339 371 351 323 351 c 0\n 274 351 241 339 213 311 c 0\n 188 286 174 253 174 220 c 0\n 174 141 235 86 323 86 c 0\n58 624 m 2\n 473 624 l 2\n 499 624 509 622 519 615 c 0\n 532 605 539 590 539 574 c 0\n 539 557 530 540 515 531 c 0\n 507 526 495 524 473 524 c 2\n 174 524 l 1\n 174 401 l 1\n 217 435 264 451 324 451 c 0\n 399 451 455 430 501 386 c 128\n 547 342 571 284 571 218 c 0\n 571 153 547 96 501 51 c 0\n 455 7 399 -14 325 -14 c 0\n 266 -14 226 -1 174 35 c 1\n 174 0 l 1\n 58 0 l 2\n 34 0 21 3 12 9 c 0\n 0 19 -8 34 -8 50 c 0\n -8 67 1 84 16 93 c 0\n 25 99 33 100 58 100 c 2\n 74 100 l 1\n 74 524 l 1\n 58 524 l 2\n 32 524 22 526 12 533 c 0\n 0 543 -8 558 -8 574 c 0\n -8 591 1 608 16 617 c 0\n 25 623 34 624 58 624 c 2\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0186\nEncoding: 390 390 323\nWidth: 600\nFlags: HW\nHStem: -14 100<269 308.488> 0 216<96 100> 497 100<244 292>\nVStem: 464 100<261 341>\nRef: 67 67 N -1 0 0 -1 597 583\nEndChar\nStartChar: uni0187\nEncoding: 391 391 324\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 497 100<288.512 328> 579 100<557 563>\nVStem: 33 100<242 322>\nFore\n449 562 m 1\n 454 617 486 679 558 679 c 0\n 605 679 634 655 654 629 c 0\n 670 607 663 575 641 559 c 0\n 618 544 586 549 571 572 c 0\n 569 576 564 579 558 579 c 16\n 553 579 549 573 549 534 c 2\n 549 433 l 2\n 549 408 547 397 540 388 c 0\n 530 375 515 367 499 367 c 0\n 486 367 472 373 464 381 c 128\n 456 389 454 396 450 420 c 0\n 445 444 435 457 406 473 c 0\n 379 488 343 497 309 497 c 0\n 207 497 133 420 133 315 c 2\n 133 251 l 2\n 133 151 210 86 330 86 c 0\n 375 86 415 94 440 109 c 0\n 451 115 451 115 478 143 c 0\n 489 154 501 159 514 159 c 0\n 541 159 564 136 564 109 c 0\n 564 86 545 60 511 36 c 0\n 467 4 399 -14 327 -14 c 0\n 157 -14 33 97 33 249 c 2\n 33 315 l 2\n 33 475 151 597 305 597 c 0\n 354.873 597 397.998 587.501 449 562 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0188\nEncoding: 392 392 325\nWidth: 600\nFlags: HW\nHStem: -16 100<309 358> 350 100<294 332> 446 100<548 551>\nVStem: 54 100<192 224>\nFore\n310 350 m 0\n 215.259 350 154 291.698 154 207 c 0\n 154 125 213 84 330 84 c 0\n 370 84 411 89 435 97 c 0\n 454 103 459 107 485 128 c 0\n 494 136 503 140 515 140 c 0\n 542 140 565 117 565 89 c 0\n 565 63 542 37 501 16 c 0\n 460 -4 396 -16 323 -16 c 0\n 226 -16 164 5 115 53 c 0\n 75 93 54 146 54 207 c 0\n 54 350 159 450 310 450 c 0\n 360 450 404 442 440 427 c 1\n 444 482 476 546 549 546 c 0\n 596 546 625 522 645 496 c 0\n 661 474 654 442 632 426 c 0\n 609 411 577 416 562 439 c 0\n 560 443 555 446 549 446 c 16\n 544 446 540 440 540 401 c 2\n 540 307 l 2\n 540 281 538 271 531 262 c 0\n 521 249 506 241 490 241 c 0\n 477 241 462 247 454 255 c 1\n 446 261 444 267 439 289 c 0\n 435 307 429 316 416 325 c 0\n 390 341 354 350 310 350 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0189\nEncoding: 393 393 326\nWidth: 600\nFlags: HW\nHStem: 0 100<67.5 74 174 284> 243 100<67 74 174 248> 483 100<174 174 174 284>\nVStem: 74 100<100 243 343 483> 450 100<261 305>\nRef: 208 208 N 1 0 0 1 0 0\nEndChar\nStartChar: uni018A\nEncoding: 394 394 327\nWidth: 600\nFlags: HW\nHStem: 0 100<72 73 175 312> 483 100<40 73 175 296>\nVStem: -88 100<473 476> 74 100<101 482> 450 100<240 320>\nFore\n174 100 m 1\n 285 100 l 2\n 345 100 378 112 409 144 c 1\n 437 175 450 210 450 261 c 2\n 450 307 l 2\n 450 354 434 398 405 432 c 0\n 375 467 337 483 284 483 c 2\n 174 483 l 1\n 174 100 l 1\n57 583 m 2\n 292 583 l 2\n 438 583 550 462 550 305 c 2\n 550 258 l 2\n 550 185 526 123 480 75 c 0\n 431 23 371 0 284 0 c 2\n 80 0 l 2\n 56 0 43 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 82 36 100 74 100 c 1\n 74 483 l 1\n 57 483 l 0\n 18 483 12 479 12 474 c 8\n 12 468 15 463 19 461 c 0\n 42 446 47 414 32 391 c 0\n 16 369 -16 362 -38 378 c 0\n -64 398 -88 427 -88 474 c 0\n -88 559 0 583 57 583 c 2\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni018B\nEncoding: 395 395 328\nWidth: 600\nFlags: HW\nHStem: 0 100<210 398 498 532> 242 100<210 398> 483 100<142 398 498 532>\nVStem: 21 104<159 179> 42 100<415 483> 398 100<100 241 341 483>\nRef: 1041 1041 N -1 0 0 1 600 0\nEndChar\nStartChar: uni018C\nEncoding: 396 396 329\nWidth: 600\nFlags: HW\nHStem: -14 100<273 289> 0 100<531 561> 351 100<273 289> 524 100<113 430>\nVStem: 33 100<210 226> 431 100<210 226 402 524>\nFore\n281 351 m 0\n 233 351 200 339 172 311 c 0\n 147 286 133 252 133 219 c 0\n 133 144.162 192.228 86 282 86 c 0\n 330 86 364 99 392 126 c 0\n 417 151 431 185 431 217 c 0\n 431 253 417 286 392 311 c 0\n 363 339 331 351 281 351 c 0\n431 524 m 1\n 131 524 l 1\n 106 524 95 526 86 533 c 0\n 73 543 65 558 65 574 c 0\n 65 591 74 607 89 617 c 0\n 98 623 106 624 131 624 c 1\n 531 624 l 1\n 531 100 l 1\n 547 100 l 2\n 574 100 583 98 593 91 c 0\n 605 81 613 66 613 50 c 0\n 613 33 604 16 589 7 c 0\n 581 2 570 0 547 0 c 2\n 431 0 l 1\n 431 35 l 1\n 378 -1 339 -14 280 -14 c 0\n 205 -14 149 7 103 51 c 0\n 57 96 33 153 33 219 c 0\n 33 284 57 342 103 386 c 128\n 149 430 205 451 281 451 c 0\n 341 451 388 435 431 401 c 1\n 431 524 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x12,14 y14,12 y14,13 \nEndChar\nStartChar: uni018D\nEncoding: 397 397 330\nWidth: 600\nFlags: HW\nHStem: -204 100<328 366> -198 169<94 100> 350 100<286 318 286 318>\nVStem: 458 100<-69 -51 210 226 210 226>\nRef: 948 948 N -1 0 0 -1 600 434\nEndChar\nStartChar: uni018E\nEncoding: 398 398 331\nWidth: 600\nFlags: HW\nHStem: 0 100<135 368 470 502> 241 99<284 368> 364 219<54 70> 483 100<113 368 470 502>\nVStem: 35 100<100 168 412 483> 185 99<214 240 341 365> 369 100<101 240 341 482>\nRef: 69 69 N -1 0 0 -1 563 583\nEndChar\nStartChar: uni0190\nEncoding: 400 400 332\nWidth: 600\nFlags: HW\nHStem: -14 100<286 309> 1 198<478 494> 240 101<297 382> 497 100<286 318>\nVStem: 62 104<153 164> 83 104<418 431>\nFore\n366 341 m 2\n 391 341 399 339 408 333 c 0\n 423 324 432 307 432 290 c 0\n 432 275 424 259 412 249 c 0\n 403 243 390 240 366 240 c 2\n 307 240 l 2\n 239 240 223 226 202 215 c 0\n 180 203 166 183 166 162 c 0\n 166 119 224 86 298 86 c 0\n 364 86 427 115 437 151 c 0\n 445 178 445 178 452 185 c 0\n 461 194 474 199 488 199 c 0\n 504 199 519 192 529 179 c 0\n 536 169 538 158 538 133 c 2\n 538 67 l 2\n 538 22 522 1 487 1 c 0\n 471 1 464 5 447 25 c 1\n 398 -1 345 -14 291 -14 c 0\n 154 -14 62 56 62 160 c 0\n 62 212 81 253 121 285 c 0\n 127 290 133 294 139 298 c 1\n 106 317 83 363 83 420 c 0\n 83 521 176 597 300 597 c 0\n 351 597 395 586 430 564 c 1\n 440 589 449 597 469 597 c 0\n 486 597 503 588 511 574 c 0\n 517 565 518 557 518 531 c 2\n 518 443 l 2\n 518 415 516 407 509 397 c 0\n 499 384 484 376 469 376 c 0\n 455 376 441 382 433 390 c 0\n 426 398 426 398 419 430 c 0\n 410 470 362 497 300 497 c 0\n 237 497 187 464 187 421 c 0\n 187 400 202 377 224 366 c 0\n 244 356 250 341 324 341 c 2\n 366 341 l 2\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: uni0191\nEncoding: 401 401 333\nWidth: 600\nFlags: HW\nHStem: -123 100<9 25> 243 99<194 279> 483 100<57 93 195 450>\nVStem: 94 100<53 242 343 482> 279 99<213.14 242 343 367> 450 100<414 483>\nFore\n194 243 m 1\n 194 66 l 2\n 194 -41 118 -123 19 -123 c 0\n -58 -123 -103 -99 -103 -59 c 0\n -103 -32 -80 -9 -55 -9 c 0\n -49 -9 -46 -10 -32 -15 c 0\n -16 -20 0 -23 16 -23 c 0\n 62 -23 94 13 94 66 c 2\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 550 583 l 1\n 550 432 l 2\n 550 405 548 397 541 387 c 0\n 531 374 516 366 500 366 c 0\n 483 366 467 375 457 390 c 0\n 452 398 450 409 450 432 c 2\n 450 483 l 1\n 194 483 l 1\n 194 342 l 1\n 279 342 l 1\n 279 349 l 2\n 279 374 281 385 288 394 c 0\n 298 407 313 415 329 415 c 0\n 346 415 362 406 371 391 c 0\n 377 381 378 374 378 349 c 2\n 378 236 l 2\n 378 209 376 200 369 190 c 0\n 359 177 344 169 329 169 c 0\n 312 169 295 179 286 193 c 0\n 281 202 279 213 279 236 c 2\n 279 243 l 1\n 194 243 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: florin\nEncoding: 402 402 334\nWidth: 600\nFlags: HMW\nHStem: -123 100<168 199> -9 20 304 100<197 254 354 411> 538 100<407 436>\nVStem: 254 100<66 304 404 456>\nFore\n354 404 m 1\n 411 404 l 2\n 440 404 447 403 457 395 c 0\n 470 385 478 370 478 354 c 0\n 478 337 469 320 454 311 c 0\n 446 306 434 304 411 304 c 2\n 354 304 l 1\n 354 66 l 2\n 354 -41 278 -123 179 -123 c 0\n 102 -123 57 -99 57 -59 c 0\n 57 -32 80 -9 105 -9 c 0\n 111 -9 114 -10 128 -15 c 0\n 144 -20 160 -23 176 -23 c 0\n 222 -23 254 13 254 66 c 2\n 254 304 l 1\n 197 304 l 2\n 171 304 160 306 151 313 c 0\n 138 323 130 338 130 354 c 0\n 130 371 139 388 154 397 c 0\n 163 403 170 404 197 404 c 2\n 254 404 l 1\n 254 459 l 2\n 254 558 332 638 428 638 c 0\n 503 638 548 615 548 577 c 0\n 548 547 527 524 500 524 c 0\n 493 524 488 525 476 529 c 0\n 460 535 445 538 427 538 c 0\n 387 538 354 501 354 456 c 2\n 354 404 l 1\nEndSplineSet\nEndChar\nStartChar: uni0193\nEncoding: 403 403 335\nWidth: 600\nFlags: HW\nHStem: -14 100<304 353> 180 100<330 449> 497 100<304 337> 576 100<558 561>\nVStem: 33 100<229 322> 284 308<226 232> 450 100<111 180>\nFore\n452 570 m 1\n 460 621 492 676 559 676 c 0\n 606 676 635 652 655 626 c 0\n 671 604 664 572 642 556 c 0\n 619 541 587 546 572 569 c 0\n 570 573 565 576 559 576 c 16\n 554 576 550 570 550 531 c 2\n 550 453 l 2\n 550 425 549 418 541 408 c 0\n 531 395 516 387 500 387 c 0\n 487 387 473 393 465 402 c 0\n 459 409 459 409 451 440 c 0\n 441 475 391 497 318 497 c 0\n 262 497 217 481 186 450 c 0\n 153 417 133 367 133 317 c 2\n 133 253 l 2\n 133 195 147 156 178 130 c 0\n 212 101 262 86 325 86 c 0\n 373 86 412 94 450 111 c 1\n 450 180 l 1\n 350 180 l 2\n 325 180 314 182 305 190 c 1\n 292 199 284 214 284 230 c 0\n 284 247 293 264 308 273 c 0\n 317 279 325 280 350 280 c 2\n 525 280 l 2\n 552 280 561 278 571 271 c 0\n 585 261 592 246 592 230 c 0\n 592 205 578 188 550 180 c 1\n 550 48 l 1\n 461 1 409 -14 331 -14 c 0\n 233 -14 148 15 99 65 c 0\n 58 108 33 176 33 246 c 2\n 33 317 l 2\n 33 393 64 467 117 520 c 0\n 170 572 235 597 317 597 c 0\n 367 597 412 588 452 570 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0195\nEncoding: 405 405 336\nWidth: 600\nFlags: HW\nHStem: -13 100<437.93 457> 0 100<37 54 156 181> 337 100<485 512> 350 100<213 230> 524 100<21 54>\nVStem: 55 100<100 315 422 524> 289 100<147 291> 513 100<147 337>\nFore\n389 284 m 2\n 389 159 l 2\n 389 110 413 87 451 87 c 152\n 489 87 513 110 513 159 c 2\n 513 337 l 1\n 486 337 l 2\n 453 337 431 358 431 387 c 0\n 431 404 440 421 455 430 c 0\n 464 436 472 437 497 437 c 2\n 613 437 l 1\n 613 156 l 2\n 613 97 604 56 562 24 c 0\n 528 -2 496 -13 451 -13 c 128\n 406 -13 374 -2 340 24 c 0\n 298 56 289 97 289 156 c 2\n 289 271 l 2\n 289 305 286 318 272 331 c 128\n 258 344 248 350 217 350 c 0\n 187 350 166 332 155 315 c 1\n 155 100 l 1\n 161 100 l 2\n 189 100 197 98 207 91 c 0\n 220 81 228 66 228 50 c 0\n 228 33 219 17 204 7 c 0\n 196 2 182 0 161 0 c 2\n 49 0 l 2\n 25 0 13 3 4 9 c 0\n -9 19 -17 35 -17 50 c 0\n -17 67 -8 84 7 93 c 0\n 16 98 24 100 49 100 c 2\n 55 100 l 1\n 55 524 l 1\n 39 524 l 2\n 13 524 3 526 -7 533 c 0\n -19 543 -27 559 -27 574 c 0\n -27 591 -18 608 -3 617 c 0\n 6 622 15 624 39 624 c 2\n 155 624 l 1\n 155 421 l 1\n 170 438 195 450 228 450 c 0\n 334 450 389 384 389 284 c 2\nEndSplineSet\nEndChar\nStartChar: uni0196\nEncoding: 406 406 337\nWidth: 600\nFlags: HW\nHStem: -16 100<424 441> 483 100<153 250>\nVStem: 250 100<160 483>\nFore\n350 583 m 1\n 350 173 l 2\n 350 120 382 84 428 84 c 0\n 444 84 460 87 476 92 c 0\n 490 97 493 98 499 98 c 0\n 524 98 547 75 547 48 c 0\n 547 8 502 -16 425 -16 c 0\n 326 -16 250 66 250 173 c 2\n 250 483 l 1\n 172 483 l 2\n 147 483 135 485 126 493 c 1\n 113 502 105 517 105 533 c 0\n 105 550 114 567 129 576 c 0\n 138 582 146 583 172 583 c 2\n 350 583 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0197\nEncoding: 407 407 338\nWidth: 600\nFlags: HW\nHStem: 0 100<131 249 351 467> 234 100<131 249 351 467> 483 100<131 249 351 467>\nVStem: 250 100<100 234 334 483>\nFore\n250 334 m 1\n 250 483 l 1\n 149 483 l 2\n 124 483 113 485 104 492 c 0\n 91 502 83 517 83 533 c 0\n 83 550 92 567 107 576 c 0\n 116 582 123 583 149 583 c 2\n 451 583 l 2\n 478 583 486 581 496 574 c 0\n 510 564 517 549 517 533 c 0\n 517 516 508 499 493 490 c 0\n 485 485 474 483 451 483 c 2\n 350 483 l 1\n 350 334 l 1\n 451 334 l 2\n 477 334 487 332 497 325 c 0\n 510 315 517 300 517 284 c 0\n 517 267 508 250 493 241 c 0\n 485 236 473 234 451 234 c 2\n 350 234 l 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 17 495 0 451 0 c 2\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 234 l 1\n 149 234 l 2\n 124 234 113 236 104 243 c 0\n 91 253 83 268 83 284 c 0\n 83 301 92 317 107 327 c 0\n 116 333 124 334 149 334 c 2\n 250 334 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni0199\nEncoding: 409 409 339\nWidth: 600\nFlags: HW\nHStem: 0 100<81.7263 115 471 525> 337 100<429 473> 538 100<277 305>\nVStem: 115 100<100 164 288 464> 278 245<384 389> 320 251<48 52>\nDStem: 233 178 311 241 336 87 471 100 294 350 429 337 215 287 311 241\nFore\n115 100 m 1\n 115 459 l 2\n 115 558 193 638 289 638 c 0\n 364 638 409 615 409 577 c 0\n 409 547 388 524 361 524 c 0\n 354 524 349 525 337 529 c 0\n 321 535 306 538 288 538 c 0\n 248 538 215 501 215 456 c 2\n 215 287 l 1\n 294 350 l 1\n 282 364 278 373 278 387 c 0\n 278 404 287 420 302 430 c 0\n 310 435 321 437 345 437 c 2\n 457 437 l 2\n 482 437 493 435 503 428 c 0\n 516 418 523 403 523 387 c 0\n 523 370 514 354 499 344 c 0\n 491 339 480 337 457 337 c 2\n 429 337 l 1\n 311 241 l 1\n 471 100 l 1\n 504 100 l 2\n 532 100 540 98 550 91 c 0\n 563 81 571 66 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 504 0 c 2\n 386 0 l 2\n 342 0 320 17 320 50 c 0\n 320 64 324 74 336 87 c 1\n 233 178 l 1\n 215 164 l 1\n 215 0 l 1\n 99 0 l 2\n 55 0 33 17 33 50 c 0\n 33 67 42 84 57 93 c 0\n 66 99 74 100 99 100 c 2\n 115 100 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni019A\nEncoding: 410 410 340\nWidth: 600\nFlags: HW\nHStem: 0 100<109 249 351 478> 234 100<127 249 350 472> 524 100<150 249>\nVStem: 250 100<100 234 334 524>\nFore\n250 334 m 1\n 250 524 l 1\n 172 524 l 2\n 147 524 135 526 126 534 c 1\n 112 543 105 558 105 574 c 0\n 105 592 114 608 129 617 c 0\n 138 623 147 624 172 624 c 2\n 350 624 l 1\n 350 334 l 1\n 451 334 l 2\n 477 334 487 332 497 325 c 0\n 510 315 517 300 517 284 c 0\n 517 267 508 250 493 241 c 0\n 485 236 473 234 451 234 c 2\n 350 234 l 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 35 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 234 l 1\n 149 234 l 2\n 124 234 113 236 104 243 c 0\n 91 253 83 268 83 284 c 0\n 83 301 92 317 107 327 c 0\n 116 333 124 334 149 334 c 2\n 250 334 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x6,8 y8,6 y8,7 \nEndChar\nStartChar: uni019B\nEncoding: 411 411 341\nWidth: 600\nFlags: HW\nHStem: 0 21G<87 177 421 513> 1 99<405 417> 524 100<81 196>\nVStem: 21 222<48 52> 31 409<565 568> 354 225<48 52>\nDStem: 240.889 431.843 298 323 70 100 184 100 298 323 329.863 478.218 418 100 527 100\nFore\n241 432 m 1\n 156 387 l 2\n 148 384 140 382 132 382 c 0\n 107 382 82 403 82 432 c 0\n 82 450 92 467 109 476 c 2\n 197 522 l 1\n 196 524 l 1\n 96 524 l 2\n 72 524 63 526 54 531 c 0\n 39 540 30 557 30 574 c 0\n 30 590 37 603 51 614 c 24\n 66 625 71 624 96 624 c 2\n 193 624 l 2\n 246 624 269 598 285 568 c 1\n 367 610 l 2\n 374 614 382 616 390 616 c 0\n 415 616 440 595 440 566 c 0\n 440 548 430 531 413 522 c 2\n 330 478 l 1\n 527 100 l 1\n 560 97 579 79 579 50 c 0\n 579 34 572 19 558 9 c 0\n 549 2 539 0 513 0 c 2\n 421 0 l 2\n 383 0 354 15 354 50 c 0\n 354 82 377 100 418 100 c 1\n 298 323 l 1\n 184 100 l 1\n 222 99 243 81 243 50 c 0\n 243 34 235 19 223 9 c 0\n 213 2 203 0 177 0 c 2\n 87 0 l 2\n 49 0 21 15 21 50 c 0\n 21 78 39 96 70 100 c 1\n 241 432 l 1\nEndSplineSet\nMinimumDistance: x20,-1 x24,20 x32,28 \nEndChar\nStartChar: uni019C\nEncoding: 412 412 342\nWidth: 600\nFlags: HW\nHStem: -13 100<171 189 377 389> 0 21G<463 556> 483 100<40 40 237.633 251.969 447.872 462.969 564 576> 563 20G<47 141 258 352 468 556>\nVStem: 41 100<115 483> 252 100<132 483> 463 100<132 483>\nFore\n623 50 m 0\n 623 15.4107 595.862 0 556 0 c 2\n 463 0 l 1\n 463 24 l 1\n 428 -4 408 -13 378 -13 c 0\n 339 -13 306 3 276 36 c 1\n 245 2 213 -13 172 -13 c 0\n 97 -13 41 43 41 118 c 2\n 41 483 l 1\n 3 483 -19 501 -19 533 c 0\n -19 566 3 583 47 583 c 2\n 141 583 l 1\n 141 126 l 2\n 141 97 150 87 176 87 c 128\n 202 87 218 96 252 132 c 1\n 252 483 l 1\n 214 483 192 502 192 533 c 0\n 192 550 201 566 216 576 c 0\n 224 581 237 583 258 583 c 2\n 352 583 l 1\n 352 126 l 2\n 352 98 362 87 387 87 c 0\n 414 87 433 98 463 132 c 1\n 463 483 l 1\n 424 483 402 501 402 533 c 0\n 402 550 411 566 426 576 c 0\n 434 581 447 583 468 583 c 2\n 556 583 l 2\n 580 583 593 580 602 573 c 0\n 615 564 623 548 623 533 c 0\n 623 501 601 483 563 483 c 1\n 563 100 l 1\n 601 99 623 81 623 50 c 0\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni019D\nEncoding: 413 413 343\nWidth: 600\nFlags: HW\nHStem: -123 100<-12 4> 0 21G<432 531> 483 100<36 72 372.499 430 531.031 546.331>\nVStem: 73 100<53 393> 330 262<523.191 535> 431 100<192 483>\nDStem: 173 394 173 583 432 0 431 191\nFore\n173 394 m 1\n 173 66 l 2\n 173 -41 97 -123 -2 -123 c 0\n -79 -123 -124 -99 -124 -59 c 0\n -124 -32 -101 -9 -76 -9 c 0\n -70 -9 -67 -10 -53 -15 c 0\n -37 -20 -21 -23 -5 -23 c 0\n 41 -23 73 13 73 66 c 2\n 73 483 l 1\n 58 483 l 2\n 33 483 22 485 13 492 c 0\n 0 502 -8 517 -8 533 c 0\n -8 550 1 567 16 576 c 0\n 25 582 32 583 58 583 c 2\n 173 583 l 1\n 431 191 l 1\n 431 483 l 1\n 396 483 l 2\n 371 483 360 485 351 492 c 0\n 338 502 330 517 330 533 c 0\n 330 550 339 567 354 576 c 0\n 363 582 370 583 396 583 c 2\n 526 583 l 2\n 553 583 561 581 571 574 c 0\n 584 564 592 549 592 533 c 0\n 592 501 571 483 531 483 c 1\n 531 0 l 1\n 432 0 l 1\n 173 394 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni019E\nEncoding: 414 414 344\nWidth: 600\nFlags: HW\nHStem: -205 21G<416 505> -205 100<407 409 510 525.03> 0 100<71 94 196 215> 350 100<311 334> 417 20G<101 195>\nVStem: 95 100<100 282> 410 100<-105 291>\nFore\n34 387 m 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\n 432.124 450 510 391.537 510 282 c 2\n 510 -105 l 1\n 549 -105 571 -123 571 -155 c 0\n 571 -172 562 -189 547 -198 c 0\n 539 -203 526 -205 505 -205 c 2\n 416 -205 l 2\n 371 -205 349 -188 349 -155 c 0\n 349 -123 371 -105 410 -105 c 1\n 410 278 l 2\n 410 327 382 350 320 350 c 0\n 274 350 242 333 195 282 c 1\n 195 100 l 1\n 201 100 l 2\n 228 100 236 98 246 91 c 0\n 259 81 267 66 267 50 c 0\n 267 33 258 17 243 7 c 0\n 235 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 43 10 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 337 l 1\n 56 338 34 355 34 387 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni019F\nEncoding: 415 415 345\nWidth: 600\nFlags: HW\nHStem: -14 100<293 309> 229 100<131 470> 497 100<293 309>\nVStem: 21 558<274 306>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n476 329 m 1\n 460 425 387 497 300 497 c 128\n 213 497 139 424 124 329 c 1\n 476 329 l 1\n471 229 m 1\n 130 229 l 1\n 153 146 221 86 300 86 c 128\n 379 86 447 147 471 229 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Ohorn\nEncoding: 416 416 346\nWidth: 600\nFlags: HW\nHStem: -14 100<293 309> 497 100<293 309>\nVStem: 21 100<274 306> 479 100<274 306> 501 100<558 562>\nFore\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\n533 462 m 1\n 564 413 579 354 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n 352 597 403 581 448 550 c 1\n 456 550 l 2\n 495 550 501 554 501 559 c 8\n 501 565 498 570 494 572 c 0\n 471 587 466 619 481 642 c 0\n 497 664 529 671 551 655 c 0\n 577 635 601 606 601 559 c 0\n 601 508 570 477 533 462 c 1\nEndSplineSet\nEndChar\nStartChar: ohorn\nEncoding: 417 417 347\nWidth: 600\nFlags: HW\nHStem: -16 100<282 314> 350 100<282 314>\nVStem: 42 100<208 224> 458 100<208 224> 503 100<414 417>\nFore\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 128\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n533 317 m 1\n 549 287 558 253 558 217 c 0\n 558 87 444 -16 300 -16 c 128\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n 359 450 410 434 452 406 c 1\n 458 406 l 2\n 497 406 503 410 503 415 c 8\n 503 421 500 426 496 428 c 0\n 473 443 468 475 483 498 c 0\n 499 520 531 527 553 511 c 0\n 579 491 603 462 603 415 c 0\n 603 364 571 333 533 317 c 1\nEndSplineSet\nEndChar\nStartChar: uni01A2\nEncoding: 418 418 348\nWidth: 600\nFlags: HW\nHStem: -15 100<211 227> 0 100<457 479 580 595> 497 100<211 227> 528 100<439 457>\nVStem: 3 100<241 337> 337 100<241 337> 480 100<100 481>\nFore\n103 325 m 2\n 103 257 l 2\n 103 153 149 85 220 85 c 128\n 291 85 337 153 337 257 c 2\n 337 325 l 2\n 337 429 291 497 220 497 c 128\n 149 497 103 429 103 325 c 2\n220 -15 m 0\n 69.8941 -15 3 121.35 3 264 c 2\n 3 318 l 2\n 3 461.954 70.9239 597 220 597 c 0\n 258 597 292 588 321 572 c 1\n 349 596 393 628 458 628 c 0\n 544 628 580 548 580 458 c 2\n 580 100 l 1\n 585 100 l 2\n 612 100 620 98 630 91 c 0\n 643 81 651 66 651 50 c 0\n 651 33 642 17 627 7 c 0\n 619 2 606 0 585 0 c 2\n 473 0 l 2\n 449 0 437 3 427 10 c 0\n 415 19 407 35 407 50 c 0\n 407 67 416 84 431 93 c 0\n 440 98 448 100 473 100 c 1\n 480 100 l 1\n 480 458 l 2\n 480 524 461 528 450 528 c 0\n 424 528 406 513 391 500 c 1\n 421 451 437 387 437 318 c 2\n 437 264 l 2\n 437 120.046 369.076 -15 220 -15 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni01A3\nEncoding: 419 419 349\nWidth: 600\nFlags: HW\nHStem: -16 100<191 208> 0 100<463 478 579 591> 350 100<191 223> 386 100<428 463>\nVStem: 479 100<100 358>\nFore\n206 350 m 0\n 114 348 70 296 67 217 c 0\n 69 139 116 86 204 84 c 0\n 292 86 339 139 341 217 c 0\n 339 294 291 349 206 350 c 0\n388 366 m 1\n 422 325 441 273 441 217 c 0\n 443 90 342 -18 204 -16 c 0\n 66 -18 -35 90 -33 217 c 0\n -35 345 66 453 206 450 c 0\n 244 450 279 442 310 428 c 1\n 312 430 l 0\n 350 479 407 486 446 486 c 0\n 522 486 579 431 579 358 c 2\n 579 100 l 1\n 585 100 l 1\n 612 100 620 98 630 91 c 0\n 643 81 651 66 651 50 c 0\n 651 33 642 17 627 7 c 0\n 619 2 606 0 585 0 c 2\n 473 0 l 2\n 449 0 437 3 427 10 c 0\n 415 19 407 35 407 50 c 0\n 407 67 416 84 431 93 c 0\n 440 98 448 100 473 100 c 2\n 479 100 l 1\n 479 358 l 2\n 479 390 468 386 446 386 c 0\n 422 386 402 382 388 366 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni01A4\nEncoding: 420 420 350\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 311> 200 100<195 317> 483 100<62 93 195 317>\nVStem: -83 100<473 476> 13 346<48 52> 94 100<100 200 301 482> 423 106<377 400>\nFore\n194 483 m 1\n 194 300 l 1\n 312 300 l 2\n 381 300 423 335 423 391 c 0\n 423 448 381 483 312 483 c 2\n 194 483 l 1\n94 483 m 1\n 62 483 l 2\n 23 483 17 479 17 474 c 8\n 17 468 20 463 24 461 c 0\n 47 446 52 414 37 391 c 0\n 21 369 -11 362 -33 378 c 0\n -59 398 -83 427 -83 474 c 0\n -83 559 4 583 62 583 c 2\n 312 583 l 2\n 439 583 529 505 529 394 c 0\n 529 348 511 301 479 266 c 0\n 435 217 385 200 292 200 c 2\n 194 200 l 1\n 194 100 l 1\n 293 100 l 2\n 320 100 328 98 338 91 c 0\n 351 81 359 66 359 50 c 0\n 359 33 350 16 335 7 c 0\n 328 3 313 0 293 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni01A5\nEncoding: 421 421 351\nWidth: 600\nFlags: HW\nHStem: -205 100<40 74 175 250> 10 100<312 331> 350 100<312 344> 538 100<235.642 264>\nVStem: -8 306<-157 -153> 74 100<-105 65 223 243 393 467> 471 100<223 243>\nFore\n174 231 m 0\n 174 160 235 110 323 110 c 0\n 409 110 471 160 471 230 c 0\n 471 263 452 300 423 321 c 0\n 397 341 364 350 323 350 c 0\n 281 350 248 341 222 321 c 0\n 193 300 174 263 174 231 c 0\n174 392 m 1\n 223 434 265 450 327 450 c 0\n 467 450 571 353 571 224 c 0\n 571 101 468 10 329 10 c 0\n 270 10 226 26 174 66 c 1\n 174 -105 l 5\n 232 -105 l 6\n 258 -105 268 -107 278 -114 c 4\n 291 -124 298 -139 298 -155 c 4\n 298 -172 289 -188 274 -198 c 4\n 266 -203 254 -205 232 -205 c 6\n 58 -205 l 6\n 33 -205 22 -203 12 -195 c 4\n 0 -186 -8 -171 -8 -155 c 4\n -8 -138 1 -121 16 -112 c 4\n 25 -106 34 -105 58 -105 c 6\n 74 -105 l 5\n 74 459 l 2\n 74 558 152 638 248 638 c 0\n 323 638 368 615 368 577 c 0\n 368 547 347 524 320 524 c 0\n 313 524 308 525 296 529 c 0\n 280 535 265 538 247 538 c 0\n 207 538 174 501 174 456 c 2\n 174 392 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni01A6\nEncoding: 422 422 352\nWidth: 600\nFlags: HW\nHStem: 0 21G<114 193> 151 100<207 329> 337 100<207 344> 483 100<67 107 207 235>\nVStem: 107 100<99 151 251 337 436 483> 390 106<289.062 308>\nFore\n207 337 m 1\n 207 251 l 1\n 289 251 l 2\n 373 251 390 258 390 294 c 0\n 390 316 389 337 325 337 c 2\n 207 337 l 1\n218 0 m 2\n 91 0 l 2\n 66 -0 55 2 45 10 c 0\n 33 19 25 34 25 50 c 0\n 25 67 34 84 49 93 c 0\n 58 99 67 100 91 100 c 2\n 107 100 l 1\n 107 483 l 1\n 89 483 l 2\n 64 483 53 485 44 492 c 0\n 31 502 23 517 23 533 c 0\n 23 550 32 567 47 576 c 0\n 56 582 63 583 89 583 c 2\n 213 583 l 2\n 240 583 248 581 258 574 c 0\n 272 564 279 549 279 533 c 0\n 279 516 270 499 255 490 c 0\n 247 485 236 483 213 483 c 2\n 207 483 l 1\n 207 437 l 1\n 321 437 l 2\n 451 437 496 362 496 291 c 0\n 494 240 474 202 426 183 c 1\n 470 100 486 -28 496 -105 c 1\n 508 -105 l 2\n 533 -105 544 -107 554 -114 c 0\n 566 -123 574 -139 574 -155 c 0\n 574 -172 565 -189 550 -198 c 0\n 543 -202 528 -205 508 -205 c 2\n 421 -205 l 1\n 404 -96 380 94 329 151 c 1\n 207 151 l 1\n 207 100 l 17\n 218 100 l 2\n 244 100 254 98 264 91 c 0\n 277 81 284 66 284 50 c 0\n 284 33 275 17 260 7 c 0\n 252 2 240 0 218 0 c 2\nEndSplineSet\nEndChar\nStartChar: uni01A7\nEncoding: 423 423 352\nWidth: 600\nFlags: HW\nHStem: -14 100<261 318> 497 100<275.5 332.5>\nVStem: 414 104<140.5 172.5 410.5 442.5>\nRef: 83 83 N -1 0 0 1 600 0\nEndChar\nStartChar: uni01A8\nEncoding: 424 424 353\nWidth: 600\nFlags: HW\nHStem: -16 100<268 324.5> 350 100<278 324.5>\nVStem: 398 110<115.5 133.5 310.5 324>\nRef: 115 115 N -1 0 0 1 600 0\nEndChar\nStartChar: uni01A9\nEncoding: 425 425 354\nWidth: 600\nFlags: HW\nHStem: 0 100<202 427> 0 238<473 479> 483 100<203 427>\nVStem: 73 454<1 100 486 582> 427 100<101 192 400 482>\nDStem: 73 486 202 483 225 293 352 293 225 293 352 293 73 100 201 100\nFore\n225 293 m 1\n 73 486 l 1\n 73 583 l 1\n 527 583 l 1\n 527 413 l 2\n 527 388 525 380 520 371 c 0\n 510 356 494 347 477 347 c 0\n 461 347 446 355 436 368 c 0\n 429 377 427 386 427 413 c 2\n 427 483 l 1\n 202 483 l 1\n 352 293 l 1\n 201 100 l 1\n 427 100 l 1\n 427 172 l 2\n 427 197 429 208 436 218 c 0\n 446 230 461 238 477 238 c 0\n 494 238 511 229 520 214 c 0\n 526 205 527 198 527 172 c 2\n 527 0 l 1\n 73 0 l 1\n 73 100 l 1\n 225 293 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni01AB\nEncoding: 427 427 355\nWidth: 600\nFlags: HW\nHStem: -203 100<334.58 356> -16 100<279 317> 337 100<61 114 215 413>\nVStem: 114 100<122 337 437 533> 429 100<-27 4>\nFore\n429 5 m 1\n 386 -8 336 -16 299 -16 c 0\n 185 -16 114 37 114 122 c 2\n 114 337 l 1\n 79 337 l 2\n 54 337 43 339 33 347 c 0\n 21 356 13 372 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 53 437 79 437 c 2\n 114 437 l 1\n 114 525 l 2\n 114 551 116 561 124 571 c 0\n 133 583 148 591 164 591 c 0\n 181 591 198 582 207 567 c 0\n 213 558 214 551 214 525 c 2\n 214 437 l 1\n 395 437 l 2\n 422 437 426 439 441 428 c 24\n 455 417 461 403 461 387 c 0\n 461 370 452 353 437 344 c 0\n 429 339 417 337 395 337 c 2\n 214 337 l 1\n 214 141 l 2\n 214 120 216 111 222 104 c 0\n 234 91 262 84 300 84 c 0\n 353 84 401 95 446 118 c 0\n 463 127 470 129 481 129 c 0\n 508 129 529 106 529 78 c 2\n 529 -14 l 2\n 529 -121 453 -203 354 -203 c 0\n 277 -203 232 -179 232 -139 c 0\n 232 -112 255 -89 280 -89 c 0\n 286 -89 289 -90 303 -95 c 0\n 319 -100 335 -103 351 -103 c 0\n 397 -103 429 -67 429 -14 c 2\n 429 5 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni01AC\nEncoding: 428 428 356\nWidth: 600\nFlags: HW\nHStem: 0 100<173 248 350 429> 483 100<125 248 350 458>\nVStem: -3 100<473 476> 249 100<100 482> 458 100<369 482>\nFore\n142 483 m 2\n 104 483 97 479 97 474 c 8\n 97 468 100 463 104 461 c 0\n 118 452 126 436 126 420 c 0\n 126 390 101 369 74 369 c 0\n 65 369 55 372 47 378 c 0\n 21 398 -3 427 -3 474 c 0\n -3 559 82 583 142 583 c 2\n 558 583 l 1\n 558 390 l 2\n 558 362 557 355 549 345 c 0\n 539 332 524 324 508 324 c 0\n 491 324 474 334 465 348 c 0\n 460 357 458 367 458 390 c 2\n 458 483 l 1\n 349 483 l 1\n 349 100 l 1\n 415 100 l 2\n 442 100 450 98 460 91 c 0\n 473 81 481 66 481 50 c 0\n 481 33 472 16 457 7 c 0\n 450 3 435 0 415 0 c 2\n 184 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 35 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 184 100 c 2\n 249 100 l 1\n 249 483 l 1\n 142 483 l 2\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni01AD\nEncoding: 429 429 357\nWidth: 600\nFlags: HW\nHStem: -16 100<285 317> 337 100<61 114 215 413> 538 100<285 302>\nVStem: 114 100<122 337 437 464>\nFore\n114 437 m 1\n 114 459 l 2\n 114 558 192 638 288 638 c 0\n 363 638 408 615 408 577 c 0\n 408 547 387 524 360 524 c 0\n 353 524 348 525 336 529 c 0\n 320 535 305 538 287 538 c 0\n 247 538 214 501 214 456 c 2\n 214 437 l 1\n 395 437 l 2\n 422 437 426 439 441 428 c 24\n 455 417 461 403 461 387 c 0\n 461 370 452 353 437 344 c 0\n 429 339 417 337 395 337 c 2\n 214 337 l 1\n 214 141 l 2\n 214 120 216 111 222 104 c 0\n 234 91 262 84 300 84 c 0\n 353 84 401 95 446 118 c 0\n 463 127 470 129 481 129 c 0\n 508 129 529 106 529 78 c 0\n 529 54 517 41 479 24 c 0\n 430 1 351 -16 299 -16 c 0\n 185 -16 114 37 114 122 c 2\n 114 337 l 1\n 79 337 l 2\n 54 337 43 339 33 347 c 0\n 21 356 13 372 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 53 437 79 437 c 2\n 114 437 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni01AE\nEncoding: 430 430 358\nWidth: 600\nFlags: HW\nHStem: -123 100<423 442> 483 100<142 249 350 458>\nVStem: 42 100<373 482> 249 100<53 482> 458 100<373 482>\nFore\n349 483 m 1\n 349 66 l 2\n 349 13 381 -23 427 -23 c 0\n 443 -23 459 -20 475 -15 c 0\n 489 -10 492 -9 498 -9 c 0\n 523 -9 546 -32 546 -59 c 0\n 546 -99 501 -123 424 -123 c 0\n 325 -123 249 -41 249 66 c 2\n 249 483 l 1\n 142 483 l 1\n 142 390 l 2\n 142 363 140 355 133 345 c 0\n 123 332 108 324 92 324 c 0\n 75 324 58 333 49 348 c 0\n 44 357 42 367 42 390 c 2\n 42 583 l 1\n 558 583 l 1\n 558 390 l 2\n 558 362 557 355 549 345 c 0\n 539 332 524 324 508 324 c 0\n 491 324 474 334 465 348 c 0\n 460 357 458 367 458 390 c 2\n 458 483 l 1\n 349 483 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: Uhorn\nEncoding: 431 431 359\nWidth: 600\nFlags: HW\nHStem: -14 100<282.431 314> 483 100<172 218 378 428>\nVStem: 10 262<530 535> 71 100<194 483> 429 100<194 483> 569 100<591 594>\nFore\n529 483 m 1\n 529 205 l 2\n 529 134 502 78 445 35 c 0\n 402 2 355 -14 300 -14 c 0\n 246 -14 198 2 155 35 c 0\n 99 78 71 134 71 205 c 2\n 71 483 l 1\n 31 484 10 501 10 533 c 0\n 10 550 19 567 34 576 c 0\n 43 582 51 583 76 583 c 2\n 206 583 l 2\n 234 583 241 582 252 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 263 499 248 490 c 0\n 240 485 229 483 206 483 c 2\n 171 483 l 1\n 171 196 l 2\n 171 135 229 86 300 86 c 128\n 371 86 429 135 429 196 c 2\n 429 483 l 1\n 394 483 l 2\n 368 483 358 485 349 492 c 0\n 336 502 328 517 328 533 c 0\n 328 550 337 567 352 576 c 0\n 361 582 368 583 394 583 c 2\n 524 583 l 2\n 563 583 569 587 569 592 c 8\n 569 598 566 603 562 605 c 0\n 539 620 534 652 549 675 c 0\n 565 697 597 704 619 688 c 0\n 645 668 669 639 669 592 c 0\n 669 509 587 480 529 483 c 1\nEndSplineSet\nEndChar\nStartChar: uhorn\nEncoding: 432 432 360\nWidth: 600\nFlags: HW\nHStem: -13 100<269 285> 0 21G<410 505> 0 100<510.031 525.045> 337 100<61 95 349.509 409 510.062 530.885>\nVStem: 95 100<147 337> 410 100<155 337> 555 100<445 451>\nFore\n273 -13 m 0\n 171.545 -13 95 46.3552 95 156 c 2\n 95 337 l 1\n 68 337 l 2\n 35 337 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 345 336 330 347 c 24\n 316 358 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 2\n 549 437 555 441 555 446 c 8\n 555 452 552 457 548 459 c 0\n 525 474 520 506 535 529 c 0\n 551 551 583 558 605 542 c 0\n 631 522 655 493 655 446 c 0\n 655 361 568 337 510 337 c 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\nEndSplineSet\nEndChar\nStartChar: uni01B3\nEncoding: 435 435 361\nWidth: 600\nFlags: HW\nHStem: 0 100<176 249 351 423> 483 100<68 85 514 516>\nVStem: -60 100<473 476> 250 100<100 245> 354 225<528 535>\nDStem: 85 483 205 484 250 245 300 348 394 484 514 483 300 348 350 245\nFore\n85 583 m 2\n 177 583 l 2\n 204 583 213 581 223 574 c 0\n 235 564 243 549 243 533 c 0\n 243 510 231 495 205 484 c 1\n 300 348 l 1\n 394 484 l 1\n 367 494 354 510 354 533 c 0\n 354 550 363 567 378 576 c 0\n 387 582 396 583 421 583 c 2\n 513 583 l 2\n 540 583 549 581 558 574 c 0\n 572 564 579 549 579 533 c 0\n 579 502 551 479 516 483 c 2\n 514 483 l 1\n 350 245 l 1\n 350 100 l 1\n 415 100 l 2\n 443 100 451 98 461 91 c 0\n 474 81 482 66 482 50 c 0\n 482 33 473 16 458 7 c 0\n 451 3 436 0 415 0 c 2\n 185 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 34 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 185 100 c 2\n 250 100 l 1\n 250 245 l 1\n 85 483 l 1\n 46 483 40 479 40 474 c 8\n 40 468 43 463 47 461 c 0\n 70 446 75 414 60 391 c 0\n 44 369 12 362 -10 378 c 0\n -36 398 -60 427 -60 474 c 0\n -60 559 27 583 85 583 c 2\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni01B4\nEncoding: 436 436 362\nWidth: 600\nFlags: HW\nHStem: -205 100<66 187 298 309> 337 100<405.713 417.969> 417 20G<87 177>\nVStem: 21 222<376.035 389> 21 347<-157 -153> 572 100<445 451>\nDStem: 70 337 184 337 242 3 298 114 242 3 527 337 187 -105 297 -105 418 337 527 337 298 114 297 -105\nFore\n354 387 m 0\n 354 422.659 381.779 437 421 437 c 2\n 527 437 l 2\n 566 437 572 441 572 446 c 8\n 572 452 569 457 565 459 c 0\n 542 474 537 506 552 529 c 0\n 568 551 600 558 622 542 c 0\n 648 522 672 493 672 446 c 0\n 672 361 585 332 527 337 c 1\n 297 -105 l 1\n 302 -105 l 2\n 328 -105 338 -107 348 -114 c 0\n 360 -124 368 -139 368 -155 c 0\n 368 -172 359 -188 344 -198 c 0\n 336 -203 324 -205 302 -205 c 2\n 87 -205 l 2\n 62 -205 57 -206 42 -195 c 24\n 28 -184 21 -171 21 -155 c 0\n 21 -138 30 -121 45 -112 c 0\n 54 -107 63 -105 87 -105 c 2\n 187 -105 l 1\n 242 3 l 1\n 70 337 l 1\n 39 341 21 359 21 387 c 0\n 21 422.421 49.5887 437 87 437 c 2\n 177 437 l 2\n 203 437 213 435 223 428 c 0\n 235 418 243 403 243 387 c 0\n 243 356 222 338 184 337 c 1\n 298 114 l 1\n 418 337 l 1\n 377 337 354 355 354 387 c 0\nEndSplineSet\nMinimumDistance: x23,27 \nEndChar\nStartChar: uni01B5\nEncoding: 437 437 363\nWidth: 600\nFlags: HW\nHStem: 0 100<202 427> 0 190<473 483> 234 100<121.498 169 393 436> 483 100<196 374>\nVStem: 73 454<1 100> 79 402<274.191 288> 96 100<448 482> 96 408<486 582> 427 100<101 144>\nDStem: 178.661 234 306.187 234 73 100 201 100 375 483 504 486 257.512 334 384.684 334\nFore\n306 234 m 5\n 201 100 l 1\n 427 100 l 1\n 427 124 l 2\n 427 149 429 160 436 170 c 0\n 446 182 461 190 477 190 c 0\n 494 190 511 181 520 166 c 0\n 526 157 527 150 527 124 c 2\n 527 0 l 1\n 73 0 l 1\n 73 100 l 1\n 179 234 l 1\n 145 234 l 2\n 120 234 109 236 100 243 c 0\n 87 253 79 268 79 284 c 0\n 79 301 88 317 103 327 c 0\n 112 333 120 334 145 334 c 2\n 258 334 l 1\n 375 483 l 1\n 196 483 l 1\n 196 461 l 2\n 196 434 194 425 187 416 c 0\n 177 403 162 395 146 395 c 0\n 129 395 113 404 103 419 c 0\n 98 428 96 436 96 461 c 2\n 96 583 l 1\n 504 583 l 1\n 504 486 l 1\n 385 334 l 5\n 415 334 l 6\n 441 334 451 332 461 325 c 4\n 474 315 481 300 481 284 c 4\n 481 267 472 250 457 241 c 4\n 449 236 437 234 415 234 c 6\n 306 234 l 5\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni01B6\nEncoding: 438 438 364\nWidth: 600\nFlags: HW\nHStem: 0 100<245 419> 0 154<457.65 471> 0 254<160 244> 337 100<197 345>\nVStem: 97 100<320 336> 97 409<356 436> 119 334<194.1 208>\nFore\n299 154 m 1\n 244 100 l 1\n 419 100 l 1\n 421 135 439 154 469 154 c 0\n 486 154 503 145 512 130 c 0\n 518 121 519 114 519 88 c 2\n 519 0 l 1\n 85 0 l 1\n 85 83 l 1\n 159 155 l 1\n 135 159 119 181 119 204 c 0\n 119 221 128 237 143 247 c 0\n 152 253 160 254 185 254 c 2\n 261 254 l 1\n 346 337 l 1\n 197 337 l 1\n 197 328 l 2\n 197 301 195 293 188 283 c 0\n 178 270 163 262 147 262 c 0\n 130 262 113 271 104 286 c 0\n 99 295 97 305 97 328 c 2\n 97 437 l 1\n 506 437 l 1\n 506 356 l 1\n 401 254 l 1\n 438.167 251.677 453 231.393 453 204 c 0\n 453 187 444 170 429 161 c 0\n 421 156 409 154 387 154 c 2\n 299 154 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni01B7\nEncoding: 439 439 365\nWidth: 600\nFlags: HW\nHStem: -50 100<300 332> 234 100<252 258> 483 100<196 374>\nVStem: 96 100<446 482> 96 408<486 582> 463 100<140 158>\nDStem: 375 483 504 486 258 334 385 334\nFore\n385 334 m 1\n 491 338 563 250 563 154 c 0\n 563 7 423 -50 314 -50 c 0\n 199 -50 100 10 54 68 c 1\n 38 90 42 121 64 138 c 0\n 86 154 117 150 134 128 c 1\n 152 102 240 50 314 50 c 0\n 401 50 463 84 463 154 c 0\n 463 208 440 234 384 234 c 2\n 258 234 l 2\n 230 234 208 256 208 284 c 128\n 208 312 230 334 258 334 c 1\n 375 483 l 1\n 196 483 l 1\n 196 461 l 2\n 196 434 194 425 187 416 c 0\n 177 403 162 395 146 395 c 0\n 129 395 113 404 103 419 c 0\n 98 428 96 436 96 461 c 2\n 96 583 l 1\n 504 583 l 1\n 504 486 l 1\n 385 334 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni01B8\nEncoding: 440 440 366\nWidth: 600\nFlags: HW\nHStem: -50 100<275.268 307.268> 234 100<349.268 355.268> 483 100<233.268 411.268>\nVStem: 44 100<140 158> 103 408<486 582> 411 100<446 482>\nDStem: 103.268 486 232.268 483 222.268 334 349.268 334\nRef: 439 439 N -1 0 0 1 607 0\nEndChar\nStartChar: uni01BB\nEncoding: 443 443 367\nWidth: 600\nFlags: HW\nHStem: 0 100<216 424> 0 154<470 476> 234 100<166 230> 498 100<278 294>\nVStem: 54 470<1 100> 111 402<274.191 288> 403 100<400 416>\nFore\n490 327 m 1\n 505 318 513 301 513 284 c 128\n 513 267 504 250 489 241 c 0\n 481 236 469 234 447 234 c 2\n 403 234 l 1\n 343 187 277 145 215 100 c 1\n 424 100 l 1\n 427 136 443 154 474 154 c 0\n 491 154 508 145 517 130 c 0\n 522 121 524 112 524 88 c 2\n 524 0 l 1\n 54 0 l 1\n 54 105 l 1\n 234 234 l 1\n 177 234 l 2\n 152 234 141 236 132 243 c 0\n 119 253 111 268 111 284 c 0\n 111 301 120 317 135 327 c 0\n 144 333 152 334 177 334 c 2\n 364 334 l 1\n 393 360 403 378 403 408 c 0\n 403 458 353 498 288 498 c 0\n 248 498 213 483 191 457 c 0\n 181 445 180 443 169 411 c 0\n 164 394 145 382 124 382 c 0\n 97 382 74 404 74 430 c 0\n 74 462 100 511 134 542 c 0\n 174 578 231 598 290 598 c 0\n 412 598 503 515 503 404 c 0\n 503 372 499 348 490 327 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni01C0\nEncoding: 448 448 368\nWidth: 600\nFlags: HW\nVStem: 250 100<-87 556>\nRef: 124 124 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C1\nEncoding: 449 449 369\nWidth: 600\nFlags: HW\nHStem: -153 775<202 206 394 398>\nVStem: 154 100<-105 567> 346 100<-105 567>\nFore\n446 556 m 2\n 446 -87 l 2\n 446 -112 444 -122 437 -132 c 0\n 427 -145 412 -153 396 -153 c 0\n 379 -153 363 -144 353 -129 c 0\n 348 -121 346 -110 346 -87 c 2\n 346 556 l 2\n 346 582 348 592 355 602 c 0\n 365 614 380 622 396 622 c 0\n 413 622 430 613 439 598 c 0\n 444 589 446 580 446 556 c 2\n254 556 m 2\n 254 -87 l 2\n 254 -112 252 -122 245 -132 c 0\n 235 -145 220 -153 204 -153 c 0\n 187 -153 171 -144 161 -129 c 0\n 156 -121 154 -110 154 -87 c 2\n 154 556 l 2\n 154 582 156 592 163 602 c 0\n 173 614 188 622 204 622 c 0\n 221 622 238 613 247 598 c 0\n 252 589 254 580 254 556 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01C3\nEncoding: 451 451 370\nWidth: 600\nFlags: HW\nHStem: -15 20\nRef: 33 33 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C7\nEncoding: 455 455 371\nWidth: 600\nFlags: W\nHStem: -20 20G<68 322.644> -14 100<380 398> 483 100<49 61 161 179 417 446 546 548>\nVStem: 61 100<100 483> 235 100<116 227> 361 237<529 535> 446 100<161 483>\nFore\n322.644 0 m 1\n 68 0 l 2\n 45 0 31 3 23 10 c 0\n 10 19 2 34 2 50 c 0\n 2 67 11 84 26 93 c 0\n 35 99 42.5 100 61 100 c 1\n 61 483 l 17\n 43.5 483 32 485 23 492 c 0\n 10 502 2 517 2 533 c 0\n 2 550 11 567 26 576 c 0\n 35 582 42 583 68 583 c 2\n 167 583 l 2\n 194 583 202 581 212 574 c 0\n 225 564 233 549 233 533 c 0\n 233 516 224 499 209 490 c 0\n 201 485 190 483 167 483 c 2\n 161 483 l 1\n 161 100 l 1\n 235 100 l 1\n 235 203 l 2\n 235 229 237 240 244 249 c 0\n 254 262 269 270 285 270 c 0\n 302 270 319 261 328 246 c 0\n 334 237 335 228 335 203 c 2\n 335 117 l 1\n 349 92 369 86 389 86 c 0\n 412 86 427 100 436 112 c 0\n 447.031 126.708 446 152 446 198 c 2\n 446 483 l 1\n 427 483 l 2\n 402 483 391 485 382 492 c 0\n 369 502 361 517 361 533 c 0\n 361 550 370 567 385 576 c 0\n 394 582 401 583 427 583 c 2\n 532 583 l 2\n 559 583 568 581 577 574 c 0\n 590 564 598 549 598 533 c 0\n 598 516 589 499 574 490 c 0\n 566 485 564 483 546 483 c 9\n 546 187 l 2\n 546 121 531.135 73.6374 505 42 c 0\n 486 19 441 -14 396 -14 c 0\n 369.655 -14 352.397 -9.30078 322.644 0 c 1\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: uni01C8\nEncoding: 456 456 371\nWidth: 600\nFlags: HW\nHStem: -205 100<249 390> 0 100<73 107 209 311> 0 259<350.683 368> 337 100<345 467> 483 100<73 107 209 249> 518 105<392 509>\nVStem: 108 100<100 483> 311 100<100 211> 391 119<519 622> 468 100<-29 337>\nFore\n208 483 m 1\n 208 100 l 1\n 311 100 l 1\n 311 192 l 2\n 311 219 313 228 320 238 c 0\n 330 252 345 259 361 259 c 0\n 378 259 394 250 404 235 c 0\n 410 226 411 217 411 192 c 2\n 411 0 l 1\n 91 0 l 2\n 68 0 54 3 46 10 c 0\n 33 19 25 34 25 50 c 0\n 25 67 34 84 49 93 c 0\n 58 99 65 100 91 100 c 2\n 108 100 l 1\n 108 483 l 1\n 91 483 l 2\n 66 483 55 485 46 492 c 0\n 33 502 25 517 25 533 c 0\n 25 550 34 567 49 576 c 0\n 58 582 65 583 91 583 c 2\n 233 583 l 2\n 260 583 268 581 278 574 c 0\n 291 564 299 549 299 533 c 0\n 299 516 290 499 275 490 c 0\n 267 485 256 483 233 483 c 2\n 208 483 l 1\n468 337 m 1\n 366 337 l 2\n 341 337 330 339 321 347 c 1\n 308 356 300 372 300 387 c 0\n 300 404 309 421 324 430 c 0\n 333 436 340 437 366 437 c 2\n 568 437 l 1\n 568 -20 l 2\n 568 -125 486 -205 377 -205 c 2\n 263 -205 l 2\n 238 -205 227 -203 218 -195 c 1\n 205 -186 197 -170 197 -155 c 0\n 197 -138 207 -121 221 -112 c 0\n 230 -106 238 -105 263 -105 c 2\n 374 -105 l 2\n 431 -105 468 -72 468 -20 c 2\n 468 337 l 1\n510 623 m 1\n 510 518 l 1\n 391 518 l 1\n 391 623 l 1\n 510 623 l 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: uni01C9\nEncoding: 457 457 372\nWidth: 600\nFlags: W\nHStem: -205 100<233 364> 0 100<73 154 253 331> 337 100<345 452> 518 105<380 499> 524 100<89 154>\nVStem: 154 100<99 524> 452 100<-30 337>\nFore\n452 337 m 1\n 360 337 l 2\n 335 337 324 339 315 347 c 1\n 302 356 294 372 294 387 c 0\n 294 404 303 421 318 430 c 0\n 327 436 334 437 360 437 c 2\n 552 437 l 1\n 552 -20 l 2\n 552 -125 470 -205 361 -205 c 2\n 247 -205 l 2\n 222 -205 211 -203 202 -195 c 1\n 189 -186 181 -170 181 -155 c 0\n 181 -138 191 -121 205 -112 c 0\n 214 -106 222 -105 247 -105 c 2\n 358 -105 l 2\n 415 -105 452 -72 452 -20 c 2\n 452 337 l 1\n499 623 m 5\n 499 518 l 5\n 380 518 l 5\n 380 623 l 5\n 499 623 l 5\n254 624 m 1\n 254 100 l 1\n 316 100 l 2\n 343 100 351 98 361 91 c 0\n 374 81 382 66 382 50 c 0\n 382 33 373 17 358 7 c 0\n 351 3 336 0 316 0 c 2\n 92 0 l 2\n 69 0 55 3 47 10 c 0\n 34 19 26 35 26 50 c 0\n 26 67 35 84 50 93 c 0\n 59 99 66 100 92 100 c 2\n 154 100 l 1\n 154 524 l 1\n 108 524 l 2\n 83 524 71 526 62 534 c 1\n 48 543 41 558 41 574 c 0\n 41 592 50 608 65 617 c 0\n 74 623 83 624 108 624 c 2\n 254 624 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x38,21 y21,38 y21,20 \nEndChar\nStartChar: uni01CB\nEncoding: 459 459 373\nWidth: 600\nFlags: W\nHStem: -205 100<262 395> 0 21G<76 158 281 380> 417 20G<492 583> 518 105<467 575> 563 20G<73 166 286 363>\nVStem: 66 100<99 314> 280 100<271 483> 483 100<-30 337>\nFore\n575 623 m 1\n 575 518 l 1\n 467 518 l 1\n 467 623 l 1\n 575 623 l 1\n483 337 m 17\n 473 337 456 339 447 347 c 1\n 434 356 426 372 426 387 c 0\n 426 404 435 421 450 430 c 0\n 459 436 466 437 492 437 c 2\n 583 437 l 1\n 583 -20 l 2\n 583 -125 501 -205 392 -205 c 2\n 278 -205 l 2\n 253 -205 242 -203 233 -195 c 1\n 220 -186 212 -170 212 -155 c 0\n 212 -138 222 -121 236 -112 c 0\n 245 -106 253 -105 278 -105 c 2\n 389 -105 l 2\n 446 -105 483 -72 483 -20 c 2\n 483 337 l 17\n166 314 m 1\n 166 100 l 17\n 187 100 194 98 204 91 c 0\n 217 81 224 66 224 50 c 0\n 224 33 215 17 200 7 c 0\n 193 3 178 0 158 0 c 2\n 76 0 l 2\n 52 0 39 3 30 10 c 0\n 17 19 9 34 9 50 c 0\n 9 82 34 100 66 100 c 1\n 66 483 l 17\n 41 483 37 485 28 492 c 0\n 15 502 7 517 7 533 c 0\n 7 550 16 567 31 576 c 0\n 40 582 47 583 73 583 c 2\n 166 583 l 1\n 280 271 l 1\n 280 483 l 17\n 255 483 250 485 241 492 c 0\n 228 502 220 517 220 533 c 0\n 220 550 229 567 244 576 c 0\n 253 582 260 583 286 583 c 2\n 363 583 l 2\n 390 583 398 581 408 574 c 0\n 421 564 429 549 429 533 c 0\n 429 501 410 484 380 483 c 1\n 380 0 l 1\n 281 0 l 1\n 166 314 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni01CC\nEncoding: 460 460 374\nWidth: 600\nFlags: HW\nFore\n560 623 m 5\n 560 518 l 5\n 441 518 l 5\n 441 623 l 5\n 560 623 l 5\n468 337 m 5\n 447 337 l 6\n 422 337 411 339 402 347 c 5\n 389 356 381 372 381 387 c 4\n 381 404 390 421 405 430 c 4\n 414 436 421 437 447 437 c 6\n 568 437 l 5\n 568 -20 l 6\n 568 -125 486 -205 377 -205 c 6\n 263 -205 l 6\n 238 -205 227 -203 218 -195 c 5\n 205 -186 197 -170 197 -155 c 4\n 197 -138 207 -121 221 -112 c 4\n 230 -106 238 -105 263 -105 c 6\n 374 -105 l 6\n 431 -105 468 -72 468 -20 c 6\n 468 337 l 5\n260 0 m 25\n 260 278 l 1\n 260 327 258 350 227 350 c 0\n 184 350 169 313 169 282 c 1\n 169 100 l 17\n 196 100 204 98 214 91 c 0\n 227 81 235 66 235 50 c 0\n 235 33 226 17 211 7 c 0\n 203 2 190 0 169 0 c 2\n 69 0 l 2\n 45 0 33 3 23 10 c 0\n 11 19 3 35 3 50 c 0\n 3 67 12 84 27 93 c 0\n 36 98 44 100 69 100 c 1\n 69 337 l 1\n 30 338 8 355 8 387 c 0\n 8 422.659 35.7793 437 75 437 c 2\n 169 437 l 1\n 169 389 l 1\n 180 429 218.845 450 248 450 c 0\n 325 450 360 391.537 360 282 c 2\n 360 100 l 1\n 399 100 421 82 421 50 c 0\n 421 33 412 16 397 7 c 0\n 389 2 376 0 355 0 c 2\n 260 0 l 25\nEndSplineSet\nEndChar\nStartChar: uni01CD\nEncoding: 461 461 373\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 706 20<247 247>\nRef: 711 711 N 1 0 0 1 -54 140\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 374\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 559 20<293 293>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nRef: 711 711 N 1 0 0 1 -8 -7\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 375\nWidth: 600\nFlags: H\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350> 706 20<301 301>\nVStem: 250 100<100 483>\nRef: 711 711 N 1 0 0 1 -0 140\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 376\nWidth: 600\nFlags: H\nHStem: 0 100<128 250 350 472> 337 100<172 250> 559 20<301 301>\nVStem: 250 100<100 337 337 337>\nRef: 711 711 N 1 0 0 1 -0 -7\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 377\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 706 20<301 301>\nVStem: 21 100<235.5 348> 479 100<234 335>\nRef: 711 711 N 1 0 0 1 -0 140\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 378\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 559 20<303 303>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nRef: 711 711 N 1 0 0 1 2 -7\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 379\nWidth: 600\nFlags: H\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5> 706 20<301 301>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nRef: 711 711 N 1 0 0 1 -0 140\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 380\nWidth: 600\nFlags: H\nHStem: -13 100<253 300.5> 337 100<375 410> 559 20<295 295>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nRef: 711 711 N 1 0 0 1 -6 -7\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 381\nWidth: 600\nFlags: H\nHStem: -14 100<282.431 314> 483 100<172 218 378 428 529.031 544.331> 678 120<186 206 394 410> 838 80<178 422>\nVStem: 10 262<530 535> 71 100<194 483> 136 120<736 740> 328 262<530 535> 344 120<736 740> 429 100<194 483>\nRef: 175 175 N 1 0 0 1 0 292\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 382\nWidth: 600\nFlags: H\nHStem: -13 100<269 285> 0 21<410 505> 0 100<510.031 525.045> 338 99<79 95 365 409> 534 120<189 197 397 409> 694 80<173 417>\nVStem: 95 100<147 337> 131 120<592 596> 339 120<592 596> 410 100<155 337>\nRef: 175 175 N 1 0 0 1 -5 148\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 383\nWidth: 600\nFlags: H\nHStem: -14 100<282.431 314> 483 100<172 218 378 428 529.031 544.331> 678 120<186 206 394 410>\nVStem: 10 262<530 535> 71 100<194 483> 136 120<736 740> 328 262<530 535> 344 120<736 740> 429 100<194 483>\nDStem: 419 1022 465 966 286 911 332 854\nRef: 180 180 N 1 0 0 1 13 342\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 384\nWidth: 600\nFlags: H\nHStem: -13 100<269 285> 0 21<410 505> 0 100<510.031 525.045> 338 99<79 95 365 409> 534 120<189 197 397 409>\nVStem: 95 100<147 337> 131 120<592 596> 339 120<592 596> 410 100<155 337>\nDStem: 414 878 460 822 281 767 327 710\nRef: 180 180 N 1 0 0 1 8 198\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 385\nWidth: 600\nFlags: H\nHStem: -14 100<282.431 314> 483 100<172 218 378 428 529.031 544.331> 678 120<186 206 394 410> 907 20<301 301>\nVStem: 10 262<530 535> 71 100<194 483> 136 120<736 740> 328 262<530 535> 344 120<736 740> 429 100<194 483>\nRef: 711 711 N 1 0 0 1 -0 341\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 386\nWidth: 600\nFlags: H\nHStem: -13 100<269 285> 0 21<410 505> 0 100<510.031 525.045> 338 99<79 95 365 409> 534 120<189 197 397 409> 763 20<295 295>\nVStem: 95 100<147 337> 131 120<592 596> 339 120<592 596> 410 100<155 337>\nRef: 711 711 N 1 0 0 1 -6 197\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 387\nWidth: 600\nFlags: H\nHStem: -14 100<282.431 314> 483 100<172 218 378 428 529.031 544.331> 678 120<186 206 394 410>\nVStem: 10 262<530 535> 71 100<194 483> 136 120<736 740> 328 262<530 535> 344 120<736 740> 429 100<194 483>\nDStem: 135 966 181 1022 268 854 314 911\nRef: 96 96 N 1 0 0 1 -13 342\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 388\nWidth: 600\nFlags: H\nHStem: -13 100<269 285> 0 21<410 505> 0 100<510.031 525.045> 338 99<79 95 365 409> 534 120<189 197 397 409>\nVStem: 95 100<147 337> 131 120<592 596> 339 120<592 596> 410 100<155 337>\nDStem: 130 822 176 878 263 710 309 767\nRef: 96 96 N 1 0 0 1 -18 198\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DD\nEncoding: 477 477 389\nWidth: 600\nFlags: HW\nHStem: -16 100<254.5 327.5> 174 88<144 438> 350 100<254 321>\nRef: 101 101 N -1 0 0 -1 583 434\nEndChar\nStartChar: uni01DE\nEncoding: 478 478 390\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 838 80<161 405>\nVStem: -21 120 187 120\nRef: 175 175 N 1 0 0 1 -17 292\nRef: 196 196 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 391\nWidth: 600\nFlags: H\nHStem: -16 100<218 246> 0 100<489 522> 196 92<266 298> 350 100<277 314> 534 120<178 187 387 395> 694 80<167 411>\nVStem: 42 106<118 128> 125 120<592 596> 333 120<592 596> 389 100<135 185 279 304>\nRef: 175 175 N 1 0 0 1 -11 148\nRef: 228 228 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E0\nEncoding: 480 480 392\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 637 120<235.067 250> 797 80<124 368>\nVStem: 186 120<695 701>\nRef: 175 175 N 1 0 0 1 -54 251\nRef: 550 550 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E1\nEncoding: 481 481 393\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 490 120<281.067 296> 650 80<170 414>\nVStem: 42 106<118 128> 232 120<548 554> 389 100<135 185 279 304>\nRef: 175 175 N 1 0 0 1 -8 104\nRef: 551 551 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 394\nWidth: 600\nFlags: H\nHStem: 0 100<28.7264 53 258 266 368 514> 0 189<556 572> 158 101<204 266> 187 210<428 444> 243 99<368 386> 483 100<140 167 368 493> 637 80<252 496>\nVStem: -20 218<48 55> 267 100<101 157 343 470> 267 219<260 342> 493 100<396 482> 514 100<100 144>\nDStem: 168 483 267 471 53 100 203 259\nRef: 175 175 N 1 0 0 1 74 91\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 395\nWidth: 600\nFlags: H\nHStem: -16 100<147 163 431 451> 172 86<363 501> 197 89<194 211> 350 100<194 211 431 441> 490 80<199 443>\nVStem: -13 101<131 147> 255 356<172 189>\nRef: 175 175 N 1 0 0 1 21 -56\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E4\nEncoding: 484 484 396\nWidth: 600\nFlags: W\nHStem: -14 100<268 301> 211 100<283 398> 497 100<283 318>\nVStem: 13 100<241 323> 398 197<151.1 164>\nFore\n498 111 m 1\n 498 48 l 1\n 409 1 365 -14 291 -14 c 0\n 198 -14 128 15 79 65 c 0\n 38 108 13 176 13 246 c 2\n 13 317 l 2\n 13 393 44 467 97 520 c 0\n 150 572 215 597 297 597 c 0\n 344 597 389 586 431 565 c 1\n 443 589 453 597 472 597 c 0\n 489 597 505 588 512 573 c 0\n 518 563 519 555 519 531 c 2\n 519 453 l 2\n 519 425 518 418 510 408 c 0\n 500 395 485 387 469 387 c 0\n 456 387 442 393 434 402 c 0\n 428 409 428 409 420 440 c 0\n 410 475 356 498 298 497 c 0\n 242.008 496.035 197 481 166 450 c 0\n 133 417 113 367 113 317 c 2\n 113 253 l 2\n 113 195 127 156 158 130 c 0\n 192 101 228 86 285 86 c 0\n 330 86 360 94 398 111 c 1\n 398 211 l 1\n 298 211 l 2\n 273 211 262 213 253 221 c 1\n 240 230 232 245 232 261 c 0\n 232 278 241 295 256 304 c 0\n 265 310 273 311 298 311 c 2\n 498 311 l 1\n 498 211 l 1\n 529 211 l 2\n 554 211 565 209 574 201 c 0\n 587 192 595 177 595 161 c 0\n 595 144 586 127 571 118 c 0\n 562 112 554 111 529 111 c 2\n 498 111 l 1\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni01E5\nEncoding: 485 485 396\nWidth: 600\nFlags: W\nHStem: -205 100<192 322> -14 100<256 273> 351 100<256 273> 417 20G<410 526>\nVStem: 33 100<210 228> 410 182<-55 -20>\nFore\n271 351 m 0\n 195 351 133 292 133 219 c 0\n 133 145 195 86 271 86 c 128\n 347 86 410 145 410 217 c 0\n 410 292 349 351 271 351 c 0\n490.22 -105 m 1\n 459.569 -165.55 396.026 -205 319 -205 c 2\n 207 -205 l 2\n 182 -205 171 -203 162 -195 c 1\n 149 -186 141 -171 141 -155 c 0\n 141 -138 150 -121 165 -112 c 0\n 174 -106 181 -105 207 -105 c 2\n 316 -105 l 2\n 373 -105 410 -72 410 -20 c 2\n 410 35 l 1\n 364 1 321 -14 269 -14 c 0\n 135 -14 33 86 33 218 c 0\n 33 351 135 451 269 451 c 0\n 323 451 371 434 410 401 c 1\n 410 437 l 1\n 526 437 l 2\n 553 437 562 435 572 428 c 0\n 584 418 592 403 592 387 c 0\n 592 370 583 353 568 344 c 0\n 560 339 549 337 526 337 c 2\n 510 337 l 1\n 510 -5 l 1\n 526 -5 l 2\n 552 -5 562 -7 572 -14 c 0\n 585 -24 592 -39 592 -55 c 0\n 592 -72 583 -89 568 -98 c 0\n 560 -103 548 -105 526 -105 c 2\n 490.22 -105 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: Gcaron\nEncoding: 486 486 396\nWidth: 600\nFlags: H\nHStem: -14 100<293.5 349> 180 100<350 450> 497 100<290 344> 686 20<315 315>\nVStem: 33 100<246 253 253 317> 450 100<111 180>\nRef: 711 711 N 1 0 0 1 14 120\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 397\nWidth: 600\nFlags: H\nHStem: -205 100<207 316 316 319> -14 100<233 295> 351 100<233 296> 540 20<285 285>\nVStem: 33 100<182 255.5> 410 100<-20 35 35 35 181 254.5>\nRef: 711 711 S 1 0 0 1 -16 -26\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 398\nWidth: 600\nFlags: H\nHStem: 0 100<79 94 194 229 504 536> 483 100<79 94 194 194 194 229 511 520.5> 676 20<285 285>\nVStem: 94 100<100 208 334 483>\nRef: 711 711 N 1 0 0 1 -16 110\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 399\nWidth: 600\nFlags: H\nHStem: 0 100<81.7263 114 471 525> 337 100<429 473> 524 100<81 114> 733 20<157 157>\nVStem: 115 100<100 164 288 524> 278 245<384 389> 320 251<48 52>\nDStem: 233 178 311 241 336 87 471 100 294 350 429 337 215 287 311 241\nRef: 711 711 N 1 0 0 1 -144 167\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 400\nWidth: 600\nFlags: H\nHStem: -215 76<265.5 279> -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 172 77<-125.5 -103> 479 100<234 335>\nRef: 731 731 N 1 0 0 1 -78 -7\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 401\nWidth: 600\nFlags: H\nHStem: -217 76<265.5 279> -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 172 77<-127.5 -105> 458 100<179.5 254>\nRef: 731 731 N 1 0 0 1 -78 -9\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 402\nWidth: 600\nFlags: H\nHStem: -215 76<265.5 279> -14 100<251 348.5> 497 100<251 333.5> 637 80<178 422>\nVStem: 21 100<235.5 348> 172 77<-125.5 -103> 479 100<234 335>\nRef: 175 175 N 1 0 0 1 0 91\nRef: 490 490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 403\nWidth: 600\nFlags: H\nHStem: -217 76<265.5 279> -16 100<255.5 344.5> 350 100<256.5 345.5> 490 80<181 425>\nVStem: 42 100<179.5 255> 172 77<-127.5 -105> 458 100<179.5 254>\nRef: 175 175 N 1 0 0 1 3 -56\nRef: 491 491 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EE\nEncoding: 494 494 404\nWidth: 600\nFlags: H\nHStem: -50 100<300 332> 234 100<252 258> 483 100<196 374> 676 20<300.5 300.5>\nVStem: 96 100<446 482> 96 408<486 582> 463 100<140 158>\nDStem: 375 483 504 486 258 334 385 334\nRef: 711 711 S 1 0 0 1 -0 110\nRef: 439 439 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F0\nEncoding: 496 496 405\nWidth: 600\nFlags: H\nHStem: -205 100<165 309> 337 100<165 387> 546 20<391 391>\nVStem: 388 100<-29 337>\nRef: 711 711 S 1 0 0 1 90 -20\nRef: 63166 63166 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F4\nEncoding: 500 500 406\nWidth: 600\nFlags: H\nHStem: -14 100<293.5 349> 180 100<350 450> 497 100<290 344>\nVStem: 33 100<246 253 253 317> 450 100<111 180>\nDStem: 433 821 479 765 300 710 346 653\nRef: 180 180 S 1 0 0 1 27 141\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F5\nEncoding: 501 501 407\nWidth: 600\nFlags: H\nHStem: -205 100<207 316 316 319> -14 100<233 295> 351 100<233 296>\nVStem: 33 100<182 255.5> 410 100<-20 35 35 35 181 254.5>\nDStem: 388 675 434 619 255 564 301 507\nRef: 180 180 N 1 0 0 1 -18 -5\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F6\nEncoding: 502 502 408\nWidth: 600\nFlags: HW\nHStem: 0 100<69 94 367 400> 241 100<195 266> 350 100<439 467> 563 20G<109 195 266 352>\nVStem: 95 100<100 240 342 483> 266 100<101 240 342 483> 266 152<528 535> 468 100<160 350>\nFore\n380 100 m 18\n 440 100 468 123 468 172 c 1\n 468 350 l 1\n 441 350 l 2\n 408 350 386 371 386 400 c 0\n 386 417 395 434 410 443 c 0\n 419 449 427 450 452 450 c 2\n 568 450 l 1\n 568 169 l 1\n 568 110 551 69 509 37 c 0\n 475 11 435 0 390 0 c 10\n 266 0 l 1\n 266 241 l 1\n 195 241 l 1\n 195 0 l 1\n 89 0 l 2\n 65 0 52 3 43 9 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 99 64 100 89 100 c 2\n 95 100 l 1\n 95 483 l 1\n 62 486 43 504 43 533 c 0\n 43 550 52 567 67 576 c 0\n 76 582 84 583 109 583 c 2\n 195 583 l 1\n 195 341 l 1\n 266 341 l 1\n 266 583 l 1\n 352 583 l 2\n 379 583 388 581 398 574 c 0\n 410 564 418 549 418 533 c 0\n 418 504 399 486 366 483 c 1\n 366 100 l 1\n 380 100 l 18\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni01F8\nEncoding: 504 504 409\nWidth: 600\nFlags: H\nHStem: 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5>\nVStem: 73 100<100 394> 431 100<191 483>\nDStem: 127 765 173 821 260 653 306 710\nRef: 96 96 N 1 0 0 1 -21 141\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F9\nEncoding: 505 505 410\nWidth: 600\nFlags: H\nHStem: 0 100<71 94 196 215 407 409 510 525.03> 350 100<311 334> 417 20<101 195>\nVStem: 95 100<100 282> 410 100<100 288>\nDStem: 132 618 178 674 265 506 311 563\nRef: 96 96 N 1 0 0 1 -16 -6\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 411\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 630 54<264 301.5> 818 53<264 302>\nVStem: -21 53 172 53\nDStem: 402 1095 448 1039 269 984 315 927\nRef: 180 180 N 1 0 0 1 -4 415\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 412\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 486 54<278 298> 674 53<278 298>\nVStem: 42 106<118 128> 166 53<604 609> 359 53<604 609> 389 100<135 185 279 304>\nDStem: 408 951 454 895 275 840 321 783\nRef: 180 180 N 1 0 0 1 2 271\nRef: 229 229 N 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 413\nWidth: 600\nFlags: H\nHStem: 0 100<28.7264 53 258 266 368 514> 0 189<556 572> 158 101<204 266> 187 210<428 444> 243 99<368 386> 483 100<140 167 368 493>\nVStem: -20 218<48 55> 267 100<101 157 343 470> 267 219<260 342> 493 100<396 482> 514 100<100 144>\nDStem: 168 483 267 471 53 100 203 259 492 821 538 765 359 710 405 653\nRef: 180 180 N 1 0 0 1 86 141\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 414\nWidth: 600\nFlags: H\nHStem: -16 100<147 163 431 451> 172 86<363 501> 197 89<194 211> 350 100<194 211 431 441>\nVStem: -13 101<131 147> 255 356<172 189>\nDStem: 440 674 486 618 307 563 353 506\nRef: 180 180 N 1 0 0 1 34 -6\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 415\nWidth: 600\nFlags: H\nHStem: -14 100<286.5 348.5> 497 100<250 314.5>\nVStem: 20 100<270 348> 479 100<234.5 309>\nDStem: 415 835 461 779 282 724 328 667\nRef: 180 180 S 1 0 0 1 9 155\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 416\nWidth: 600\nFlags: H\nHStem: -16 100<289 344> 350 100<255.5 309.5>\nVStem: 42 100<204.5 254.5> 458 100<179.5 229>\nDStem: 413 688 459 632 280 577 326 520\nRef: 180 180 S 1 0 0 1 7 8\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0200\nEncoding: 512 512 417\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nDStem: 33 763 76 820 135 653 178 710 197 763 240 820 299 653 342 710\nRef: 783 783 N 1 0 0 1 -112 141\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0201\nEncoding: 513 513 418\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nDStem: 79 616 122 673 181 506 224 563 243 616 286 673 345 506 388 563\nRef: 783 783 N 1 0 0 1 -66 -6\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 419\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 761 68<218.5 273.5>\nRef: 728 728 S 1 0 0 -1 -54 1332\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 420\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 632 68<264.5 319.5>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nRef: 728 728 N 1 0 0 -1 -8 1203\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0204\nEncoding: 516 516 421\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 91 763 134 820 193 653 236 710 255 763 298 820 357 653 400 710\nRef: 783 783 N 1 0 0 1 -54 141\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0205\nEncoding: 517 517 422\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nDStem: 78 616 121 673 180 506 223 563 242 616 285 673 344 506 387 563\nRef: 783 783 N 1 0 0 1 -67 -6\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 423\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 761 68<276.5 331.5>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nRef: 728 728 S 1 0 0 -1 4 1332\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 424\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 632 68<263.5 318.5>\nRef: 728 728 N 1 0 0 -1 -9 1203\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0208\nEncoding: 520 520 425\nWidth: 600\nFlags: H\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 250 100<100 483>\nDStem: 87 763 130 820 189 653 232 710 251 763 294 820 353 653 396 710\nRef: 783 783 N 1 0 0 1 -58 141\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0209\nEncoding: 521 521 426\nWidth: 600\nFlags: H\nHStem: 0 100<128 250 350 472> 337 100<172 250>\nVStem: 250 100<100 337 337 337>\nDStem: 87 616 130 673 189 506 232 563 251 616 294 673 353 506 396 563\nRef: 783 783 N 1 0 0 1 -58 -6\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 427\nWidth: 600\nFlags: H\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350> 761 68<272.5 327.5>\nVStem: 250 100<100 483>\nRef: 728 728 S 1 0 0 -1 0 1332\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 428\nWidth: 600\nFlags: H\nHStem: 0 100<128 250 350 472> 337 100<172 250> 632 68<272.5 327.5>\nVStem: 250 100<100 337 337 337>\nRef: 728 728 N 1 0 0 -1 0 1203\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020C\nEncoding: 524 524 429\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nDStem: 87 763 130 820 189 653 232 710 251 763 294 820 353 653 396 710\nRef: 783 783 N 1 0 0 1 -58 141\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020D\nEncoding: 525 525 430\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nDStem: 90 616 133 673 192 506 235 563 254 616 297 673 356 506 399 563\nRef: 783 783 N 1 0 0 1 -55 -6\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 431\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 761 68<272.5 327.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nRef: 728 728 S 1 0 0 -1 0 1332\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 432\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 632 68<275.5 330.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nRef: 728 728 N 1 0 0 -1 3 1203\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0210\nEncoding: 528 528 433\nWidth: 600\nFlags: H\nHStem: 0 100<79 94 194 229 540 553> 222 100<194 270 270 290> 483 100<79 94 194 194 194 302 302 306>\nVStem: 94 100<100 222 322 483> 416 106<383 429.5>\nDStem: 73 763 116 820 175 653 218 710 237 763 280 820 339 653 382 710\nRef: 783 783 S 1 0 0 1 -72 141\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0211\nEncoding: 529 529 434\nWidth: 600\nFlags: H\nHStem: 0 100<101 177 279 422> 337 100<134 177> 349 100<438 447>\nVStem: 178 100<100 247>\nDStem: 99 616 142 673 201 506 244 563 263 616 306 673 365 506 408 563\nRef: 783 783 N 1 0 0 1 -46 -6\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 435\nWidth: 600\nFlags: H\nHStem: 0 100<79 94 194 229 540 553> 222 100<194 270 270 290> 483 100<79 94 194 194 194 302 302 306> 761 68<226.5 281.5>\nVStem: 94 100<100 222 322 483> 416 106<383 429.5>\nRef: 728 728 S 1 0 0 -1 -46 1332\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 436\nWidth: 600\nFlags: H\nHStem: 0 100<101 177 279 422> 337 100<134 177> 349 100<438 447> 632 68<284.5 339.5>\nVStem: 178 100<100 247>\nRef: 728 728 N 1 0 0 -1 12 1203\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0214\nEncoding: 532 532 437\nWidth: 600\nFlags: H\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nDStem: 87 763 130 820 189 653 232 710 251 763 294 820 353 653 396 710\nRef: 783 783 N 1 0 0 1 -58 141\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0215\nEncoding: 533 533 438\nWidth: 600\nFlags: H\nHStem: -13 100<253 300.5> 337 100<375 410>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nDStem: 81 616 124 673 183 506 226 563 245 616 288 673 347 506 390 563\nRef: 783 783 N 1 0 0 1 -64 -6\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 439\nWidth: 600\nFlags: H\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5> 761 68<272.5 327.5>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nRef: 728 728 S 1 0 0 -1 0 1332\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 440\nWidth: 600\nFlags: H\nHStem: -13 100<253 300.5> 337 100<375 410> 632 68<266.5 321.5>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nRef: 728 728 N 1 0 0 -1 -6 1203\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 441\nWidth: 600\nFlags: HMW\nHStem: -14 100<282 339> 497 100<267.5 324.5>\nVStem: 82 104<410.5 442.5> 434 104<140.5 172.5>\nFore\n517 531 m 2\n 517 443 l 2\n 517 415 515 407 508 397 c 0\n 498 384 483 376 468 376 c 0\n 454 376 440 382 432 390 c 0\n 425 398 425 398 418 430 c 0\n 409 470 361 497 299 497 c 0\n 236 497 186 464 186 421 c 0\n 186 400 201 377 223 366 c 0\n 243 356 248 354 323 340 c 0\n 410 324 448 310 479 285 c 0\n 519 253 538 212 538 160 c 0\n 538 56 446 -14 309 -14 c 0\n 255 -14 202 -1 153 25 c 1\n 136 5 129 1 113 1 c 0\n 78 1 62 22 62 67 c 2\n 62 133 l 2\n 62 158 64 169 71 179 c 0\n 81 192 96 199 112 199 c 0\n 126 199 139 194 148 185 c 0\n 155 178 155 178 163 151 c 0\n 173 115 236 86 302 86 c 0\n 376 86 434 119 434 162 c 0\n 434 183 420 203 398 215 c 0\n 377 226 361 230 293 242 c 0\n 228 253 196 263 164 281 c 0\n 113 310 82 363 82 420 c 0\n 82 521 175 597 299 597 c 0\n 350 597 394 586 429 564 c 1\n 439 589 448 597 468 597 c 0\n 485 597 502 588 510 574 c 0\n 516 565 517 557 517 531 c 2\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 442\nWidth: 600\nFlags: HMW\nHStem: -16 100<275.5 332> 350 100<275.5 322>\nVStem: 92 110<310.5 324> 417 110<115.5 133.5>\nFore\n456 281 m 0\n 429.522 281 416.89 297.799 404 321 c 1\n 376 341 343 350 301 350 c 0\n 250 350 202 333 202 315 c 0\n 202 306 212 297 228 291 c 0\n 242 286 248 285 312 276 c 0\n 387 266 427 255 457 238 c 0\n 501 214 527 171 527 125 c 0\n 527 43 433 -16 304 -16 c 0\n 247 -16 196 -6 156 13 c 1\n 145 4 137 1 124 1 c 0\n 106 1 90 9 80 25 c 0\n 75 34 73 43 73 67 c 2\n 73 100 l 2\n 73 127 75 136 83 146 c 0\n 93 160 107 167 124 167 c 0\n 150 167 166 153 175 123 c 1\n 204 97 246 84 300 84 c 0\n 364 84 417 104 417 127 c 0\n 417 140 404 154 383 162 c 0\n 366 169 345 173 291 179 c 0\n 151 194 92 234 92 313 c 0\n 92 393 178 450 298 450 c 0\n 347 450 388 442 427 424 c 1\n 435 443 444 450 459 450 c 0\n 491 450 506 430 506 384 c 2\n 506 347 l 2\n 506 321 504 311 497 301 c 0\n 487 289 471 281 456 281 c 0\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 443\nWidth: 600\nFlags: HMW\nHStem: 0 100<184 249 349 415> 483 100<142 249 142 142 349 458 349 349>\nVStem: 42 100<390 483> 249 100<100 483> 458 100<390 483 483 483>\nFore\n349 483 m 1\n 349 100 l 1\n 415 100 l 2\n 442 100 450 98 460 91 c 0\n 473 81 481 66 481 50 c 0\n 481 33 472 16 457 7 c 0\n 450 3 435 0 415 0 c 2\n 184 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 35 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 184 100 c 2\n 249 100 l 1\n 249 483 l 1\n 142 483 l 1\n 142 390 l 2\n 142 363 140 355 133 345 c 0\n 123 332 108 324 92 324 c 0\n 75 324 58 333 49 348 c 0\n 44 357 42 367 42 390 c 2\n 42 583 l 1\n 558 583 l 1\n 558 390 l 2\n 558 362 557 355 549 345 c 0\n 539 332 524 324 508 324 c 0\n 491 324 474 334 465 348 c 0\n 460 357 458 367 458 390 c 2\n 458 483 l 1\n 349 483 l 1\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 444\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 325> 337 100<79 114 214 395> 571 20<156 172.5>\nVStem: 114 100<130.5 141 141 337 437 525>\nFore\n214 337 m 1\n 214 141 l 2\n 214 120 216 111 222 104 c 0\n 234 91 262 84 300 84 c 0\n 353 84 401 95 446 118 c 0\n 463 127 470 129 481 129 c 0\n 508 129 529 106 529 78 c 0\n 529 54 517 41 479 24 c 0\n 430 1 351 -16 299 -16 c 0\n 185 -16 114 37 114 122 c 2\n 114 337 l 1\n 79 337 l 2\n 54 337 43 339 33 347 c 0\n 21 356 13 372 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 53 437 79 437 c 2\n 114 437 l 1\n 114 525 l 2\n 114 551 116 561 124 571 c 0\n 133 583 148 591 164 591 c 0\n 181 591 198 582 207 567 c 0\n 213 558 214 551 214 525 c 2\n 214 437 l 1\n 395 437 l 2\n 422 437 430 435 441 428 c 1\n 453 418 461 403 461 387 c 0\n 461 370 452 353 437 344 c 0\n 429 339 417 337 395 337 c 2\n 214 337 l 1\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nEndChar\nStartChar: uni021E\nEncoding: 542 542 445\nWidth: 600\nFlags: H\nHStem: 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5> 706 20<303 303>\nVStem: 95 100<100 241 341 483> 409 100<100 241 241 241 341 483>\nRef: 711 711 N 1 0 0 1 2 140\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni021F\nEncoding: 543 543 446\nWidth: 600\nFlags: H\nHStem: 0 20 350 100<306 336.5> 733 20<297 297>\nVStem: 95 100<100 283 389 524 524 524> 409 100<100 271 271 284>\nRef: 711 711 N 1 0 0 1 -4 167\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0224\nEncoding: 548 548 447\nWidth: 600\nFlags: HW\nHStem: -203 100<345 361> 0 100<202 426> 483 100<196 374>\nVStem: 96 100<389.566 482> 96 408<486 582> 427 100<-27 -1 101 181>\nDStem: 375 483 504 486 73 100 201 100\nFore\n427 0 m 1\n 73 0 l 1\n 73 100 l 1\n 375 483 l 1\n 196 483 l 1\n 196 413 l 2\n 196 386 194 377 187 368 c 0\n 177 355 162 347 146 347 c 0\n 129 347 113 356 103 371 c 0\n 98 380 96 388 96 413 c 2\n 96 583 l 1\n 504 583 l 1\n 504 486 l 1\n 201 100 l 1\n 427 100 l 1\n 427 172 l 2\n 427 197 429 208 436 218 c 0\n 446 230 461 238 477 238 c 0\n 494 238 511 229 520 214 c 0\n 526 205 527 198 527 172 c 2\n 527 -14 l 2\n 527 -121 451 -203 352 -203 c 0\n 275 -203 230 -179 230 -139 c 0\n 230 -112 253 -89 278 -89 c 0\n 284 -89 287 -90 301 -95 c 0\n 317 -100 333 -103 349 -103 c 0\n 395 -103 427 -67 427 -14 c 2\n 427 0 l 1\nEndSplineSet\nMinimumDistance: x19,-1 x0,2 x0,1 \nEndChar\nStartChar: uni0225\nEncoding: 549 549 448\nWidth: 600\nFlags: HW\nHStem: -203 100<325 348> 0 100<245 418> 337 100<197 345>\nVStem: 85 434<0 83> 97 100<309 336> 97 409<356 436> 419 100<-27 -1>\nDStem: 346 337 506 356 85 83 244 100\nFore\n512 130 m 0\n 519 119 519 107 519 88 c 2\n 519 -14 l 2\n 519 -121 443 -203 344 -203 c 0\n 267 -203 222 -179 222 -139 c 0\n 222 -112 245 -89 270 -89 c 0\n 276 -89 279 -90 293 -95 c 0\n 309 -100 325 -103 341 -103 c 0\n 387 -103 419 -67 419 -14 c 2\n 419 0 l 1\n 85 0 l 1\n 85 83 l 1\n 346 337 l 1\n 197 337 l 1\n 197 328 l 2\n 197 301 195 293 188 283 c 0\n 178 270 163 262 147 262 c 0\n 130 262 113 271 104 286 c 0\n 99 295 97 305 97 328 c 2\n 97 437 l 1\n 506 437 l 1\n 506 356 l 1\n 244 100 l 1\n 419 100 l 1\n 421 135 439 154 469 154 c 0\n 486 154 503 145 512 130 c 0\nEndSplineSet\nMinimumDistance: x1,-1 y11,9 x9,11 x9,10 \nEndChar\nStartChar: uni0226\nEncoding: 550 550 449\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 637 120<235.067 250>\nVStem: 186 120<695 701>\nRef: 729 729 N 1 0 0 1 -54 103\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0227\nEncoding: 551 551 450\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 490 120<281.067 296>\nVStem: 42 106<118 128> 232 120<548 554> 389 100<135 185 279 304>\nRef: 729 729 S 1 0 0 1 -8 -44\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0228\nEncoding: 552 552 451\nWidth: 600\nFlags: H\nHStem: -221 70<310.5 330.5> 0 100<61 93 195 450 299.5 319> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 280 70<-33 8> 355 70<-134 -115.5> 428 100<415 483> 450 100<100 171>\nRef: 184 184 N 1 0 0 1 18 8\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0229\nEncoding: 553 553 452\nWidth: 600\nFlags: H\nHStem: -237 70<292.5 312.5> -16 100<262 329 281.5 301> 172 88<145 439> 350 100<255.5 328.5>\nVStem: 262 70<-49 -8> 337 70<-150 -131.5>\nRef: 184 184 N 1 0 0 1 0 -8\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022A\nEncoding: 554 554 453\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 838 80<178 422>\nVStem: 21 100<235.5 348> 229 120 479 100<234 335>\nRef: 175 175 N 1 0 0 1 0 292\nRef: 214 214 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022B\nEncoding: 555 555 454\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 694 80<178 422>\nVStem: 42 100<179.5 255> 250 120 458 100<179.5 254>\nRef: 175 175 N 1 0 0 1 0 148\nRef: 246 246 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022C\nEncoding: 556 556 455\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 730 69<225 241> 839 80<224 468>\nVStem: 21 100<235.5 348> 479 100<234 335>\nRef: 175 175 N 1 0 0 1 46 293\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022D\nEncoding: 557 557 456\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 587 69<225 241> 696 80<224 468>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nRef: 175 175 N 1 0 0 1 46 150\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022E\nEncoding: 558 558 457\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 637 120<289.067 304>\nVStem: 21 100<235.5 348> 240 120<695 701> 479 100<234 335>\nRef: 729 729 N 1 0 0 1 0 103\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022F\nEncoding: 559 559 458\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 490 120<292.067 307>\nVStem: 42 100<179.5 255> 243 120<548 554> 458 100<179.5 254>\nRef: 729 729 N 1 0 0 1 3 -44\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0230\nEncoding: 560 560 459\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 637 120<289.067 304> 797 80<178 422>\nVStem: 21 100<235.5 348> 240 120<695 701> 479 100<234 335>\nRef: 175 175 N 1 0 0 1 0 251\nRef: 558 558 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0231\nEncoding: 561 561 460\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 490 120<292.067 307> 650 80<181 425>\nVStem: 42 100<179.5 255> 243 120<548 554> 458 100<179.5 254>\nRef: 175 175 N 1 0 0 1 3 104\nRef: 559 559 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0232\nEncoding: 562 562 461\nWidth: 600\nFlags: H\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5> 637 80<178 422>\nVStem: 250 100<100 245>\nRef: 175 175 N 1 0 0 1 0 91\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0233\nEncoding: 563 563 462\nWidth: 600\nFlags: H\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526> 490 80<178 422>\nRef: 175 175 N 1 0 0 1 0 -56\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0250\nEncoding: 592 592 463\nWidth: 600\nFlags: HW\nHStem: -13 100<299 336> 149 92<315 347> 353 100<91 124 379 395>\nVStem: 124 100<133 158 252 302> 465 106<309 319>\nRef: 97 97 S -1 0 0 -1 613 437\nEndChar\nStartChar: uni0251\nEncoding: 593 593 464\nWidth: 600\nFlags: HW\nHStem: -14 100<257 289> 0 100<531 561> 0 467<471.156 483> 351 100<273 289>\nVStem: 33 100<210 226> 431 100<210 226 401.032 423.889>\nFore\n281 351 m 0\n 233 351 200 339 172 311 c 0\n 147 286 133 252 133 219 c 0\n 133 185 143 154 172 126 c 24\n 206 94 234 86 282 86 c 128\n 330 86 364 99 392 126 c 0\n 417 151 431 185 431 217 c 0\n 431 253 417 286 392 311 c 0\n 363 339 331 351 281 351 c 0\n531 401 m 2\n 531 100 l 1\n 547 100 l 2\n 574 100 583 98 593 91 c 0\n 605 81 613 66 613 50 c 0\n 613 33 604 16 589 7 c 0\n 581 2 570 0 547 0 c 2\n 431 0 l 1\n 431 35 l 1\n 378 -1 339 -14 280 -14 c 0\n 205 -14 149 7 103 51 c 0\n 57 96 33 153 33 219 c 0\n 33 284 57 342 103 386 c 128\n 149 430 205 451 281 451 c 0\n 341 451 388 435 431 401 c 1\n 431 427 433 437 441 447 c 0\n 450 459 465 467 481 467 c 0\n 498 467 515 458 524 443 c 0\n 530 434 531 427 531 401 c 2\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0252\nEncoding: 594 594 465\nWidth: 600\nFlags: HW\nHStem: -18 467<163 174.844> 363 100<85 115 357 373 357 389>\nVStem: 513 100<25.1109 47.9685 223 239 223 239>\nRef: 593 593 S -1 0 0 -1 646 449\nEndChar\nStartChar: uni0253\nEncoding: 595 595 466\nWidth: 600\nFlags: HW\nHStem: -14 100<312 344> 0 100<40 74> 351 100<312 344> 538 100<235.642 264>\nVStem: 74 100<210 226 402 466> 471 100<210 226>\nFore\n323 86 m 0\n 410.325 86 471 141.857 471 219 c 0\n 471 252 456 286 432 311 c 1\n 403 339 371 351 323 351 c 0\n 274 351 241 339 213 311 c 0\n 188 286 174 253 174 220 c 0\n 174 141 235 86 323 86 c 0\n74 100 m 1\n 74 459 l 2\n 74 558 152 638 248 638 c 0\n 323 638 368 615 368 577 c 0\n 368 547 347 524 320 524 c 0\n 313 524 308 525 296 529 c 0\n 280 535 265 538 247 538 c 0\n 207 538 174 501 174 456 c 2\n 174 401 l 1\n 217 435 264 451 324 451 c 0\n 399 451 455 430 501 386 c 128\n 547 342 571 284 571 218 c 0\n 571 153 547 96 501 51 c 0\n 455 7 399 -14 325 -14 c 0\n 266 -14 226 -1 174 35 c 1\n 174 0 l 1\n 58 0 l 2\n 34 0 21 3 12 9 c 0\n 0 19 -8 34 -8 50 c 0\n -8 67 1 84 16 93 c 0\n 25 99 33 100 58 100 c 2\n 74 100 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni0254\nEncoding: 596 596 467\nWidth: 600\nFlags: HW\nHStem: -16 100<269 344.5> 350 100<287 334.5>\nVStem: 465 100<176.5 226>\nRef: 99 99 N -1 0 0 1 619 0\nEndChar\nStartChar: uni0256\nEncoding: 598 598 468\nWidth: 600\nFlags: HW\nHStem: -203 100<605 625> -14 100<257 289> 351 100<273 289> 525 99<392 430>\nVStem: 33 100<213 229> 431 100<-27 34 213 229 402 525>\nFore\n281 351 m 0\n 233 351 200 339 172 311 c 0\n 147 286 133 252 133 219 c 0\n 133 185 143 154 172 126 c 24\n 206 94 234 86 282 86 c 128\n 330 86 364 99 392 126 c 0\n 417 151 431 185 431 217 c 0\n 431 253 417 286 392 311 c 0\n 363 339 331 351 281 351 c 0\n531 624 m 1\n 531 -14 l 2\n 531 -67 563 -103 609 -103 c 0\n 625 -103 641 -100 657 -95 c 0\n 671 -90 674 -89 680 -89 c 0\n 705 -89 728 -112 728 -139 c 0\n 728 -179 683 -203 606 -203 c 0\n 507 -203 431 -121 431 -14 c 2\n 431 35 l 1\n 378 -1 339 -14 280 -14 c 0\n 205 -14 149 7 103 51 c 0\n 57 96 33 153 33 219 c 0\n 33 284 57 342 103 386 c 128\n 149 430 205 451 281 451 c 0\n 341 451 388 435 431 401 c 1\n 431 525 l 1\n 415 525 l 2\n 389 525 379 527 369 534 c 0\n 357 544 349 559 349 575 c 128\n 349 591 358 608 373 617 c 0\n 382 623 389 624 415 624 c 2\n 531 624 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0257\nEncoding: 599 599 469\nWidth: 600\nFlags: HW\nHStem: -14 100<273 289> 0 100<532 561> 351 100<273 289> 538 100<593 615>\nVStem: 33 100<210 226> 431 100<210 226 402 466>\nFore\n281 351 m 0\n 233 351 200 339 172 311 c 0\n 147 286 133 252 133 219 c 0\n 133 144.162 192.228 86 282 86 c 0\n 330 86 364 99 392 126 c 0\n 417 151 431 185 431 217 c 0\n 431 253 417 286 392 311 c 0\n 363 339 331 351 281 351 c 0\n431 401 m 1\n 431 459 l 2\n 431 558 509 638 605 638 c 0\n 680 638 725 615 725 577 c 0\n 725 547 704 524 677 524 c 0\n 670 524 665 525 653 529 c 0\n 637 535 622 538 604 538 c 0\n 564 538 531 501 531 456 c 2\n 531 100 l 1\n 547 100 l 2\n 574 100 583 98 593 91 c 0\n 605 81 613 66 613 50 c 0\n 613 33 604 16 589 7 c 0\n 581 2 570 0 547 0 c 2\n 431 0 l 1\n 431 35 l 1\n 378 -1 339 -14 280 -14 c 0\n 205 -14 149 7 103 51 c 0\n 57 96 33 153 33 219 c 0\n 33 284 57 342 103 386 c 128\n 149 430 205 451 281 451 c 0\n 341 451 388 435 431 401 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0258\nEncoding: 600 600 470\nWidth: 600\nFlags: HW\nHStem: -16 100<254 321> 172 88<144 438> 350 100<254.5 327.5>\nRef: 101 101 N -1 0 0 1 583 0\nEndChar\nStartChar: uni0259\nEncoding: 601 601 471\nWidth: 600\nFlags: HW\nHStem: -16 100<254.5 327.5> 174 88<144 438> 350 100<254 321>\nRef: 101 101 N -1 0 0 -1 583 434\nEndChar\nStartChar: uni025B\nEncoding: 603 603 472\nWidth: 600\nFlags: HW\nHStem: -16 100<286 320> 1 166<474 480> 178 100<286 365.108> 350 100<286 320>\nVStem: 73 110<121 129> 94 110<310 318>\nRef: 1079 1079 N -1 0 0 1 600 0\nEndChar\nStartChar: uni025C\nEncoding: 604 604 473\nWidth: 600\nFlags: HW\nHStem: -16 100<280 314> 1 166<120 126> 178 100<234.892 314> 350 100<280 314>\nVStem: 396 110<310 318> 417 110<121 129>\nRef: 1079 1079 N 1 0 0 1 0 0\nEndChar\nStartChar: uni025F\nEncoding: 607 607 474\nWidth: 600\nFlags: HW\nHStem: -205 100<165 309> 0 100<165 387 488 517> 337 100<165 387>\nVStem: 388 100<-29 0 100 337>\nFore\n388 0 m 1\n 186 0 l 2\n 161 0 150 2 141 9 c 0\n 128 19 120 34 120 50 c 0\n 120 67 129 83 144 93 c 0\n 153 99 161 100 186 100 c 2\n 388 100 l 1\n 388 337 l 1\n 186 337 l 2\n 161 337 150 339 141 347 c 1\n 128 356 120 372 120 387 c 0\n 120 404 129 421 144 430 c 0\n 153 436 160 437 186 437 c 2\n 488 437 l 1\n 488 100 l 1\n 498 100 l 2\n 524 100 534 98 544 91 c 0\n 557 81 564 66 564 50 c 0\n 564 33 555 16 540 7 c 0\n 532 2 520 0 498 0 c 2\n 488 0 l 1\n 488 -20 l 2\n 488 -125 406 -205 297 -205 c 2\n 183 -205 l 2\n 158 -205 147 -203 138 -195 c 1\n 125 -186 117 -170 117 -155 c 0\n 117 -138 127 -121 141 -112 c 0\n 150 -106 158 -105 183 -105 c 2\n 294 -105 l 2\n 351 -105 388 -72 388 -20 c 2\n 388 0 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x12,14 y14,12 y14,13 \nEndChar\nStartChar: uni0260\nEncoding: 608 608 475\nWidth: 600\nFlags: HW\nHStem: -205 100<193 321> -14 100<257 273> 351 100<257 273> 538 100<577 593>\nVStem: 33 100<211 227> 410 100<-29 34 211 227 402 467>\nFore\n271 351 m 0\n 195 351 133 292 133 219 c 0\n 133 145 195 86 271 86 c 128\n 347 86 410 145 410 217 c 0\n 410 292 349 351 271 351 c 0\n410 401 m 1\n 410 459 l 2\n 410 558 488 638 584 638 c 0\n 659 638 704 615 704 577 c 0\n 704 547 683 524 656 524 c 0\n 649 524 644 525 632 529 c 0\n 616 535 601 538 583 538 c 0\n 543 538 510 501 510 456 c 2\n 510 -20 l 2\n 510 -126 428 -205 319 -205 c 2\n 207 -205 l 2\n 182 -205 171 -203 162 -195 c 1\n 149 -186 141 -171 141 -155 c 0\n 141 -138 150 -121 165 -112 c 0\n 174 -106 181 -105 207 -105 c 2\n 316 -105 l 2\n 373 -105 410 -72 410 -20 c 2\n 410 35 l 1\n 364 1 321 -14 269 -14 c 0\n 135 -14 33 86 33 218 c 0\n 33 351 135 451 269 451 c 0\n 323 451 371 434 410 401 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni0261\nEncoding: 609 609 476\nWidth: 600\nFlags: HW\nHStem: -205 100<193 321> -14 100<257 273> 351 100<257 273> 401 66<450.156 465>\nVStem: 33 100<211 227> 410 100<-29 34 211 227 401.032 423.889> 510 0<396 400>\nFore\n271 351 m 0\n 195 351 133 292 133 219 c 0\n 133 145 195 86 271 86 c 128\n 347 86 410 145 410 217 c 0\n 410 292 349 351 271 351 c 0\n503 438 m 0\n 508 430 510 416 510 396 c 2\n 510 -20 l 2\n 510 -126 428 -205 319 -205 c 2\n 207 -205 l 2\n 182 -205 171 -203 162 -195 c 0\n 149 -186 141 -171 141 -155 c 0\n 141 -138 150 -121 165 -112 c 0\n 174 -106 181 -105 207 -105 c 2\n 316 -105 l 2\n 373 -105 410 -72 410 -20 c 2\n 410 35 l 1\n 364 1 321 -14 269 -14 c 0\n 135 -14 33 86 33 218 c 0\n 33 351 135 451 269 451 c 0\n 323 451 371 434 410 401 c 1\n 410 423 413 433 420 442 c 0\n 429 454 444 462 460 462 c 0\n 477 462 494 453 503 438 c 0\nEndSplineSet\nEndChar\nStartChar: uni0265\nEncoding: 613 613 477\nWidth: 600\nFlags: HW\nHStem: -15 100<257.5 288> 415 20\nVStem: 399 100<-89 46 -89 -89 151 164 152 335 164 335>\nRef: 104 104 S -1 0 0 -1 594 435\nEndChar\nStartChar: uni0266\nEncoding: 614 614 478\nWidth: 600\nFlags: HW\nHStem: 0 100<71 95 196 215 387 408 509 535> 350 100<316 342> 538 100<263 279>\nVStem: 95 100<100 283 390 464> 409 100<100 288>\nFore\n95 100 m 1\n 95 459 l 2\n 95 558 173 638 269 638 c 0\n 344 638 389 615 389 577 c 0\n 389 547 368 524 341 524 c 0\n 334 524 329 525 317 529 c 0\n 301 535 286 538 268 538 c 0\n 228 538 195 501 195 456 c 2\n 195 389 l 1\n 235 430 280 450 332 450 c 0\n 438 450 509 384 509 284 c 2\n 509 100 l 1\n 515 100 l 2\n 542 100 551 98 561 91 c 0\n 573 81 581 66 581 50 c 0\n 581 33 572 16 557 7 c 0\n 549 2 536 0 515 0 c 2\n 403 0 l 2\n 379 0 366 3 357 9 c 0\n 344 19 336 34 336 50 c 0\n 336 67 345 83 360 93 c 0\n 369 98 378 100 403 100 c 2\n 409 100 l 1\n 409 271 l 2\n 409 305 405 317 388 331 c 128\n 371 345 352 350 321 350 c 0\n 274 350 252 338 195 283 c 1\n 195 100 l 1\n 201 100 l 2\n 229 100 237 98 247 91 c 0\n 260 81 268 66 268 50 c 0\n 268 33 259 17 244 7 c 0\n 236 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 44 9 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni0267\nEncoding: 615 615 479\nWidth: 600\nFlags: HW\nHStem: -203 100<315 343> 0 100<70 95 195 216> 350 100<315 343> 538 100<258 285>\nVStem: 95 100<99 283 389 470> 409 100<-28 294>\nFore\n509 284 m 2\n 509 -14 l 2\n 509 -121 433 -203 334 -203 c 0\n 257 -203 212 -179 212 -139 c 0\n 212 -112 235 -89 260 -89 c 0\n 266 -89 269 -90 283 -95 c 0\n 299 -100 315 -103 331 -103 c 0\n 377 -103 409 -67 409 -14 c 2\n 409 271 l 2\n 409 305 405 317 388 331 c 128\n 371 345 352 350 321 350 c 0\n 274 350 252 338 195 283 c 1\n 195 100 l 1\n 201 100 l 2\n 229 100 237 98 247 91 c 0\n 260 81 268 66 268 50 c 0\n 268 33 259 17 244 7 c 0\n 236 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 44 9 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 459 l 2\n 95 558 173 638 269 638 c 0\n 344 638 389 615 389 577 c 0\n 389 547 368 524 341 524 c 0\n 334 524 329 525 317 529 c 0\n 301 535 286 538 268 538 c 0\n 228 538 195 501 195 456 c 2\n 195 389 l 1\n 235 430 280 450 332 450 c 0\n 438 450 509 384 509 284 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0268\nEncoding: 616 616 480\nWidth: 600\nFlags: HW\nHStem: 0 100<110 249 351 478> 154 100<158 249 350 446> 337 100<158 249> 518 105<219 335>\nVStem: 105 390<194.191 208> 218 118<519 622> 250 100<100 154 254 337>\nFore\n336 623 m 1\n 336 518 l 1\n 218 518 l 1\n 218 623 l 1\n 336 623 l 1\n250 154 m 1\n 171 154 l 2\n 146 154 135 156 126 163 c 0\n 113 173 105 188 105 204 c 0\n 105 221 114 237 129 247 c 0\n 138 253 146 254 171 254 c 2\n 250 254 l 1\n 250 337 l 1\n 172 337 l 2\n 147 337 135 339 126 347 c 1\n 113 356 105 371 105 387 c 0\n 105 404 114 421 129 430 c 0\n 138 436 146 437 172 437 c 2\n 350 437 l 1\n 350 254 l 1\n 429 254 l 2\n 455 254 465 252 475 245 c 0\n 488 235 495 220 495 204 c 0\n 495 187 486 170 471 161 c 0\n 463 156 451 154 429 154 c 2\n 350 154 l 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 34 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 154 l 1\nEndSplineSet\nMinimumDistance: x17,-1 x16,18 y18,16 y18,17 \nEndChar\nStartChar: uni0269\nEncoding: 617 617 481\nWidth: 600\nFlags: HW\nHStem: -16 100<424 441> 337 100<153 250>\nVStem: 250 100<160 337>\nFore\n350 437 m 1\n 350 173 l 2\n 350 120 382 84 428 84 c 0\n 444 84 460 87 476 92 c 0\n 490 97 493 98 499 98 c 0\n 524 98 547 75 547 48 c 0\n 547 8 502 -16 425 -16 c 0\n 326 -16 250 66 250 173 c 2\n 250 337 l 1\n 172 337 l 2\n 147 337 135 339 126 347 c 0\n 113 356 105 371 105 387 c 0\n 105 404 114 421 129 430 c 0\n 138 436 146 437 172 437 c 2\n 350 437 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni026A\nEncoding: 618 618 482\nWidth: 600\nFlags: HW\nHStem: 0 100<158 249 351 430> 337 100<158 249 351 446>\nVStem: 250 100<100 337>\nFore\n350 337 m 1\n 350 100 l 1\n 424 100 l 2\n 451 100 459 98 469 91 c 0\n 483 81 490 66 490 50 c 0\n 490 17 468 0 424 0 c 2\n 176 0 l 2\n 152 0 140 3 131 10 c 0\n 118 19 110 35 110 50 c 0\n 110 67 119 84 134 93 c 0\n 143 99 150 100 176 100 c 2\n 250 100 l 1\n 250 337 l 1\n 176 337 l 2\n 151 337 140 339 131 346 c 0\n 118 356 110 371 110 387 c 0\n 110 404 119 421 134 430 c 0\n 143 436 150 437 176 437 c 2\n 424 437 l 2\n 451 437 459 435 469 428 c 0\n 483 418 490 403 490 387 c 0\n 490 370 481 353 466 344 c 0\n 458 339 447 337 424 337 c 2\n 350 337 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni026B\nEncoding: 619 619 483\nWidth: 600\nFlags: HW\nHStem: 0 100<110 249 351 490> 179 105<388 393> 281 104<211 215> 524 100<158 249>\nVStem: 250 100<100 186 380 524>\nFore\n250 379 m 1\n 250 524 l 1\n 172 524 l 2\n 147 524 135 526 126 534 c 1\n 112 543 105 558 105 574 c 0\n 105 592 114 608 129 617 c 0\n 138 623 147 624 172 624 c 2\n 350 624 l 1\n 350 307 l 1\n 368 292 380 284 389 284 c 0\n 400 284 413 297 438 330 c 0\n 458 357 468 364 488 364 c 0\n 515 364 538 341 538 314 c 0\n 538 294 530 280 497 241 c 0\n 460 197 430 179 391 179 c 0\n 378 179 364 182 350 187 c 1\n 350 100 l 1\n 472 100 l 2\n 499 100 507 98 517 91 c 0\n 530 81 538 66 538 50 c 0\n 538 33 529 17 514 7 c 0\n 507 3 492 0 472 0 c 2\n 128 0 l 2\n 105 0 91 3 83 10 c 0\n 70 19 62 35 62 50 c 0\n 62 67 71 84 86 93 c 0\n 95 99 102 100 128 100 c 2\n 250 100 l 1\n 250 257 l 1\n 231 273 219 281 212 281 c 0\n 202 281 192 272 165 239 c 0\n 139 207 131 201 113 201 c 0\n 86 201 62 225 62 252 c 0\n 62 271 72 290 101 322 c 0\n 140 367 172 385 213 385 c 0\n 226 385 238 384 250 379 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni026D\nEncoding: 621 621 484\nWidth: 600\nFlags: HW\nHStem: -203 100<424 441> 524 100<153 250>\nVStem: 250 100<-27 524>\nFore\n350 624 m 1\n 350 -14 l 2\n 350 -67 382 -103 428 -103 c 0\n 444 -103 460 -100 476 -95 c 0\n 490 -90 493 -89 499 -89 c 0\n 524 -89 547 -112 547 -139 c 0\n 547 -179 502 -203 425 -203 c 0\n 326 -203 250 -121 250 -14 c 2\n 250 524 l 1\n 172 524 l 2\n 147 524 135 526 126 534 c 1\n 112 543 105 558 105 574 c 0\n 105 592 114 608 129 617 c 0\n 138 623 147 624 172 624 c 2\n 350 624 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni026F\nEncoding: 623 623 485\nWidth: 600\nFlags: HW\nHStem: -13 100<170 177 376 388> 0 20<463 556> 337 99<31 41 237.633 251.969 447.955 462.969 564 576> 416 21<47 141 258 352 468 556>\nVStem: -19 160<385 389> 41 100<116 337> 192 160<385 389> 463 100<132 337 132 337>\nRef: 109 109 S -1 0 0 -1 604 437\nEndChar\nStartChar: uni0270\nEncoding: 624 624 486\nWidth: 600\nFlags: HW\nHStem: -205 21G<463 556> -13 100<171 189 377 389> 337 100<40 40 237.633 251.969 447.872 462.969 564 576> 417 20G<47 141 258 352 468 556>\nVStem: 41 100<115 337> 252 100<132 337> 463 100<-105 23 132 337> 463 160<-157 -153>\nFore\n623 -155 m 0\n 623 -189.589 595.862 -205 556 -205 c 2\n 463 -205 l 1\n 463 24 l 1\n 428 -4 408 -13 378 -13 c 0\n 339 -13 306 3 276 36 c 1\n 245 2 213 -13 172 -13 c 0\n 97 -13 41 43 41 118 c 2\n 41 337 l 1\n 3 337 -19 355 -19 387 c 0\n -19 420 3 437 47 437 c 2\n 141 437 l 1\n 141 126 l 2\n 141 97 150 87 176 87 c 128\n 202 87 218 96 252 132 c 1\n 252 337 l 1\n 214 337 192 356 192 387 c 0\n 192 404 201 420 216 430 c 0\n 224 435 237 437 258 437 c 2\n 352 437 l 1\n 352 126 l 2\n 352 98 362 87 387 87 c 0\n 414 87 433 98 463 132 c 1\n 463 337 l 1\n 424 337 402 355 402 387 c 0\n 402 404 411 420 426 430 c 0\n 434 435 447 437 468 437 c 2\n 556 437 l 2\n 580 437 593 434 602 427 c 0\n 615 418 623 402 623 387 c 0\n 623 355 601 337 563 337 c 1\n 563 -105 l 1\n 601 -106 623 -124 623 -155 c 0\nEndSplineSet\nEndChar\nStartChar: uni0271\nEncoding: 625 625 487\nWidth: 600\nFlags: HW\nHStem: -203 100<381 397> 0 21G<48 136 252 346> 1 99<28 40 141.031 156.045 352.031 366.367> 350 100<216 228 427 434> 417 20G<48 141>\nVStem: 41 100<100 305> 252 100<100 305> 252 160<40.1911 53> 463 100<-27 325>\nFore\n-19 387 m 0\n -19 421.589 8.13758 437 48 437 c 2\n 141 437 l 1\n 141 413 l 1\n 176 441 196 450 226 450 c 0\n 265 450 298 434 328 401 c 1\n 359 435 391 450 432 450 c 0\n 507 450 563 394 563 319 c 2\n 563 -14 l 2\n 563 -121 487 -203 388 -203 c 0\n 311 -203 266 -179 266 -139 c 0\n 266 -112 289 -89 314 -89 c 0\n 320 -89 323 -90 337 -95 c 0\n 353 -100 369 -103 385 -103 c 0\n 431 -103 463 -67 463 -14 c 2\n 463 311 l 2\n 463 340 454 350 428 350 c 128\n 402 350 386 341 352 305 c 1\n 352 100 l 1\n 390 100 412 81 412 50 c 0\n 412 33 403 17 388 7 c 0\n 380 2 367 0 346 0 c 2\n 252 0 l 1\n 252 311 l 2\n 252 339 242 350 217 350 c 0\n 190 350 171 339 141 305 c 1\n 141 100 l 1\n 180 100 202 82 202 50 c 0\n 202 33 193 17 178 7 c 0\n 170 2 157 0 136 0 c 2\n 48 0 l 2\n 24 0 11 3 2 10 c 0\n -11 19 -19 35 -19 50 c 0\n -19 82 3 100 41 100 c 1\n 41 337 l 1\n 3 338 -19 356 -19 387 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0272\nEncoding: 626 626 488\nWidth: 600\nFlags: HW\nHStem: -203 100<10 26> 0 21G<416 505> 0 100<409 409 510 525.03> 350 100<314 334> 417 20G<101 195>\nVStem: 95 100<-27 282> 410 100<100 293>\nFore\n332 450 m 0\n 432.124 450 510 391.537 510 282 c 2\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 16 547 7 c 0\n 539 2 526 0 505 0 c 2\n 416 0 l 2\n 371 0 349 17 349 50 c 0\n 349 82 371 100 410 100 c 1\n 410 278 l 2\n 410 327 382 350 320 350 c 0\n 274 350 242 333 195 282 c 1\n 195 -14 l 2\n 195 -121 119 -203 20 -203 c 0\n -57 -203 -102 -179 -102 -139 c 0\n -102 -112 -79 -89 -54 -89 c 0\n -48 -89 -45 -90 -31 -95 c 0\n -15 -100 1 -103 17 -103 c 0\n 63 -103 95 -67 95 -14 c 2\n 95 337 l 1\n 56 338 34 355 34 387 c 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0273\nEncoding: 627 627 489\nWidth: 600\nFlags: HW\nHStem: -203 100<583 599> 0 100<71 94 196 215> 350 100<311 334> 417 20G<101 195>\nVStem: 95 100<100 282> 410 100<-27 293>\nFore\n332 450 m 0\n 432.124 450 510 391.537 510 282 c 2\n 510 -14 l 2\n 510 -67 542 -103 588 -103 c 0\n 604 -103 620 -100 636 -95 c 0\n 650 -90 653 -89 659 -89 c 0\n 684 -89 707 -112 707 -139 c 0\n 707 -179 662 -203 585 -203 c 0\n 486 -203 410 -121 410 -14 c 2\n 410 278 l 2\n 410 327 382 350 320 350 c 0\n 274 350 242 333 195 282 c 1\n 195 100 l 1\n 201 100 l 2\n 228 100 236 98 246 91 c 0\n 259 81 267 66 267 50 c 0\n 267 33 258 17 243 7 c 0\n 235 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 43 10 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 337 l 1\n 56 338 34 355 34 387 c 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0274\nEncoding: 628 628 490\nWidth: 600\nFlags: W\nHStem: 0 21G<132 214 395 494> 417 20G<129 222 400 477>\nVStem: 122 100<99 262> 394 100<177 337>\nDStem: 222 262 222 437 395 0 394 177\nFore\n222 262 m 1\n 222 100 l 17\n 243 100 250 98 260 91 c 0\n 273 81 280 66 280 50 c 0\n 280 33 271 17 256 7 c 0\n 249 3 234 0 214 0 c 2\n 132 0 l 2\n 108 0 95 3 86 10 c 0\n 73 19 65 34 65 50 c 0\n 65 82 90 100 122 100 c 1\n 122 337 l 17\n 97 337 93 339 84 346 c 0\n 71 356 63 371 63 387 c 0\n 63 404 72 421 87 430 c 0\n 96 436 103 437 129 437 c 2\n 222 437 l 1\n 394 177 l 1\n 394 337 l 17\n 369 337 364 339 355 346 c 0\n 342 356 334 371 334 387 c 0\n 334 404 343 421 358 430 c 0\n 367 436 374 437 400 437 c 2\n 477 437 l 2\n 504 437 512 435 522 428 c 0\n 535 418 543 403 543 387 c 0\n 543 355 524 338 494 337 c 1\n 494 0 l 1\n 395 0 l 1\n 222 262 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni0275\nEncoding: 629 629 490\nWidth: 600\nFlags: HW\nHStem: -16 100<282 314> 178 80<150 450> 350 100<282 314>\nVStem: 42 516<208 224>\nRef: 1257 1257 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0279\nEncoding: 633 633 491\nWidth: 600\nFlags: HW\nHStem: 337 100<178 187 203 346 448 491 448 524>\nVStem: 347 100<190 337>\nRef: 114 114 S -1 0 0 -1 625 437\nEndChar\nStartChar: uni027A\nEncoding: 634 634 492\nWidth: 600\nFlags: HW\nHStem: 542 100<178 187 203 346 448 491 448 524>\nVStem: 347 100<190 542>\nRef: 636 636 N -1 0 0 -1 625 437\nEndChar\nStartChar: uni027B\nEncoding: 635 635 493\nWidth: 600\nFlags: HW\nHStem: -203 100<518 534> -12 100<179 184> 337 100<198 346 448 524>\nVStem: 347 100<-27 64 190 337>\nFore\n447 337 m 1\n 447 -14 l 2\n 447 -67 479 -103 525 -103 c 0\n 541 -103 557 -100 573 -95 c 0\n 587 -90 590 -89 596 -89 c 0\n 621 -89 644 -112 644 -139 c 0\n 644 -179 599 -203 522 -203 c 0\n 423 -203 347 -121 347 -14 c 2\n 347 65 l 1\n 267 5 229 -12 180 -12 c 0\n 145 -12 113 0 82 26 c 0\n 61 43 54 55 54 73 c 0\n 54 101 77 124 104 124 c 0\n 118 124 128 119 143 106 c 128\n 158 93 168 88 182 88 c 0\n 214 88 252 112 347 190 c 1\n 347 337 l 1\n 208 337 l 2\n 180 337 172 339 162 346 c 0\n 149 356 141 371 141 387 c 0\n 141 404 150 421 165 430 c 0\n 172 434 187 437 208 437 c 2\n 505 437 l 2\n 528 437 542 434 551 427 c 0\n 563 418 571 402 571 387 c 0\n 571 370 562 353 547 344 c 0\n 538 338 531 337 505 337 c 2\n 447 337 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni027C\nEncoding: 636 636 494\nWidth: 600\nFlags: HW\nHStem: -205 100<101 177 279 422> 337 100<134 177> 349 100<438 447>\nVStem: 178 100<-105 247>\nFore\n278 437 m 1\n 278 372 l 1\n 358 432 396 449 445 449 c 0\n 480 449 512 437 543 411 c 0\n 564 394 571 382 571 364 c 0\n 571 336 548 313 521 313 c 0\n 507 313 497 318 482 331 c 128\n 467 344 457 349 443 349 c 0\n 411 349 373 325 278 247 c 1\n 278 -105 l 1\n 417 -105 l 2\n 445 -105 453 -107 463 -114 c 0\n 476 -124 484 -139 484 -155 c 0\n 484 -172 475 -189 460 -198 c 0\n 453 -202 438 -205 417 -205 c 2\n 120 -205 l 2\n 97 -205 83 -202 74 -195 c 0\n 62 -186 54 -170 54 -155 c 0\n 54 -138 63 -121 78 -112 c 0\n 87 -106 94 -105 120 -105 c 2\n 178 -105 l 1\n 178 337 l 1\n 143 337 l 2\n 118 337 107 339 98 347 c 1\n 85 356 77 371 77 387 c 0\n 77 417.958 99.046 437 143 437 c 2\n 278 437 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni027D\nEncoding: 637 637 495\nWidth: 600\nFlags: HW\nHStem: -203 100<349 365> 337 100<125.448 178> 349 100<431.619 447>\nVStem: 178 100<-27 247>\nFore\n278 247 m 1\n 278 -14 l 2\n 278 -67 310 -103 356 -103 c 0\n 372 -103 388 -100 404 -95 c 0\n 418 -90 421 -89 427 -89 c 0\n 452 -89 475 -112 475 -139 c 0\n 475 -179 430 -203 353 -203 c 0\n 254 -203 178 -121 178 -14 c 2\n 178 337 l 1\n 143 337 l 2\n 118 337 107 339 98 347 c 1\n 85 356 77 371 77 387 c 0\n 77 417.958 99.046 437 143 437 c 2\n 278 437 l 1\n 278 372 l 1\n 358 432 396 449 445 449 c 0\n 480 449 512 437 543 411 c 0\n 564 394 571 382 571 364 c 0\n 571 336 548 313 521 313 c 0\n 507 313 497 318 482 331 c 128\n 467 344 457 349 443 349 c 0\n 411 349 373 325 278 247 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni027E\nEncoding: 638 638 496\nWidth: 600\nFlags: HW\nHStem: 0 100<101 178 278 427> 350 100<341 359>\nVStem: 178 100<99 274>\nFore\n178 100 m 1\n 178 271 l 2\n 178 370 256 450 352 450 c 0\n 427 450 472 427 472 389 c 0\n 472 359 451 336 424 336 c 0\n 417 336 412 337 400 341 c 0\n 384 347 369 350 351 350 c 0\n 311 350 278 313 278 268 c 2\n 278 100 l 1\n 417 100 l 2\n 445 100 453 98 463 91 c 0\n 476 81 484 66 484 50 c 0\n 484 33 475 16 460 7 c 0\n 453 3 438 0 417 0 c 2\n 120 0 l 2\n 97 0 83 3 74 10 c 0\n 62 19 54 35 54 50 c 0\n 54 67 63 84 78 93 c 0\n 87 99 94 100 120 100 c 2\n 178 100 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni027F\nEncoding: 639 639 497\nWidth: 600\nFlags: HW\nHStem: 0 100<111 260 360 437> 350 100<179 197>\nVStem: 260 100<99 274>\nRef: 638 638 N -1 0 0 1 538 0\nEndChar\nStartChar: uni0280\nEncoding: 640 640 498\nWidth: 600\nFlags: W\nHStem: 0 100<122 134 234 236 440 460> 337 100<122 134 234 300>\nVStem: 134 100<99 151 251 337> 352 106<289.062 305>\nFore\n234 151 m 1\n 234 100 l 17\n 246 100 256 98 266 91 c 0\n 278 81 286 66 286 50 c 0\n 286 33 277 16 262 7 c 0\n 255 3 240 0 220 0 c 2\n 141 0 l 2\n 118 0 104 3 96 10 c 0\n 83 19 75 35 75 50 c 0\n 75 67 84 84 99 93 c 0\n 108 99 119 100 134 100 c 1\n 134 337 l 17\n 121 337 107 339 98 346 c 0\n 85 356 77 371 77 387 c 0\n 77 404 86 421 101 430 c 0\n 110 436 117 437 143 437 c 2\n 283 437 l 2\n 413 437 458 360 458 289 c 0\n 456 238 436 202 388 183 c 1\n 412 176 434 132 441 100 c 1\n 453 100 l 2\n 478 100 489 98 499 91 c 0\n 511 82 519 66 519 50 c 0\n 519 33 510 16 495 7 c 0\n 488 3 473 0 453 0 c 2\n 375 0 l 1\n 360 80 330 128 279 151 c 1\n 234 151 l 1\n234 251 m 1\n 251 251 l 2\n 335 251 352 256 352 292 c 0\n 352 314 351 337 287 337 c 2\n 234 337 l 1\n 234 251 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni0281\nEncoding: 641 641 499\nWidth: 600\nFlags: W\nHStem: 0 100<294 360 460 472> 337 100<134 154 358 360 460 472>\nVStem: 136 106<132 147.938> 360 100<100 186 286 338>\nRef: 640 640 N -1 0 0 -1 594 437\nEndChar\nStartChar: uni0282\nEncoding: 642 642 496\nWidth: 600\nFlags: HW\nHStem: -203 100<247 265> -16 100<281 324> 350 100<281 324>\nVStem: 73 100<-27 5> 92 110<312 317> 417 110<122 133>\nFore\n173 6 m 1\n 173 -14 l 2\n 173 -67 205 -103 251 -103 c 0\n 267 -103 283 -100 299 -95 c 0\n 313 -90 316 -89 322 -89 c 0\n 347 -89 370 -112 370 -139 c 0\n 370 -179 325 -203 248 -203 c 0\n 149 -203 73 -121 73 -14 c 2\n 73 100 l 2\n 73 127 75 136 83 146 c 0\n 93 160 107 167 124 167 c 0\n 150 167 166 153 175 123 c 1\n 204 97 246 84 300 84 c 0\n 364 84 417 104 417 127 c 0\n 417 140 404 154 383 162 c 0\n 366 169 345 173 291 179 c 0\n 151 194 92 234 92 313 c 0\n 92 393 178 450 298 450 c 0\n 347 450 388 442 427 424 c 1\n 435 443 444 450 459 450 c 0\n 491 450 506 430 506 384 c 2\n 506 347 l 2\n 506 321 504 311 497 301 c 0\n 487 289 471 281 456 281 c 0\n 428 281 416 299 404 321 c 1\n 376 341 343 350 301 350 c 0\n 250 350 202 333 202 315 c 0\n 202 306 212 297 228 291 c 0\n 242 286 248 285 312 276 c 0\n 387 266 427 255 457 238 c 0\n 501 214 527 171 527 125 c 0\n 527 43 433 -16 304 -16 c 0\n 255 -16 210 -9 173 6 c 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni0283\nEncoding: 643 643 497\nWidth: 600\nFlags: HW\nHStem: -123 100<169 185> 538 100<425 441>\nVStem: 254 100<53 469>\nFore\n254 66 m 2\n 254 459 l 2\n 254 558 332 638 428 638 c 0\n 503 638 548 615 548 577 c 0\n 548 547 527 524 500 524 c 0\n 493 524 488 525 476 529 c 0\n 460 535 445 538 427 538 c 0\n 387 538 354 501 354 456 c 2\n 354 66 l 2\n 354 -41 278 -123 179 -123 c 0\n 102 -123 57 -99 57 -59 c 0\n 57 -32 80 -9 105 -9 c 0\n 111 -9 114 -10 128 -15 c 0\n 144 -20 160 -23 176 -23 c 0\n 222 -23 254 13 254 66 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0284\nEncoding: 644 644 498\nWidth: 600\nFlags: W\nHStem: -205 100<74 220> 154 100<74 298 398 428> 337 100<74 298> 538 100<459.642 476>\nVStem: 298 100<-30 154 253 337 436 468>\nFore\n298 154 m 1\n 96 154 l 1\n 71 154 60 156 51 163 c 0\n 38 173 30 188 30 204 c 0\n 30 221 39 237 54 247 c 0\n 63 253 71 254 96 254 c 1\n 298 254 l 1\n 298 337 l 1\n 96 337 l 2\n 71 337 60 339 51 347 c 1\n 38 356 30 372 30 387 c 0\n 30 404 39 421 54 430 c 0\n 63 436 70 437 96 437 c 2\n 298 437 l 1\n 298 459 l 2\n 298 558 376 638 472 638 c 0\n 547 638 592 615 592 577 c 0\n 592 547 571 524 544 524 c 0\n 537 524 532 525 520 529 c 0\n 504 535 489 538 471 538 c 0\n 431 538 398 501 398 456 c 2\n 398 254 l 1\n 408 254 l 2\n 434 254 444 252 454 245 c 0\n 467 235 474 220 474 204 c 0\n 474 187 465 170 450 161 c 0\n 442 156 430 154 408 154 c 2\n 398 154 l 1\n 398 -20 l 2\n 398 -125 316 -205 207 -205 c 2\n 93 -205 l 2\n 68 -205 57 -203 48 -195 c 1\n 35 -186 27 -170 27 -155 c 0\n 27 -138 37 -121 51 -112 c 0\n 60 -106 68 -105 93 -105 c 2\n 204 -105 l 2\n 261 -105 298 -72 298 -20 c 2\n 298 154 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni0285\nEncoding: 645 645 499\nWidth: 600\nFlags: HW\nHStem: -123 100<420 436> 538 100<164 180>\nVStem: 251 100<53 469>\nRef: 643 643 N -1 0 0 1 605 0\nEndChar\nStartChar: uni0287\nEncoding: 647 647 500\nWidth: 600\nFlags: HW\nHStem: -16 20<369.5 386> 138 100<147 328 428 463> 491 100<217 261>\nVStem: 328 100<50 138 238 434 434 444.5>\nRef: 116 116 N -1 0 0 -1 542 575\nEndChar\nStartChar: uni0288\nEncoding: 648 648 501\nWidth: 600\nFlags: HW\nHStem: -206 100<285 317> 337 100<61 114 215 413>\nVStem: 114 100<-68 337 437 546>\nFore\n214 337 m 1\n 214 -49 l 2\n 214 -70 216 -79 222 -86 c 0\n 234 -99 262 -106 300 -106 c 0\n 353 -106 401 -95 446 -72 c 0\n 463 -63 470 -61 481 -61 c 0\n 508 -61 529 -84 529 -112 c 0\n 529 -136 517 -149 479 -166 c 0\n 430 -189 351 -206 299 -206 c 0\n 185 -206 114 -153 114 -68 c 2\n 114 337 l 1\n 79 337 l 2\n 54 337 43 339 33 347 c 0\n 21 356 13 372 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 53 437 79 437 c 2\n 114 437 l 1\n 114 525 l 2\n 114 551 116 561 124 571 c 0\n 133 583 148 591 164 591 c 0\n 181 591 198 582 207 567 c 0\n 213 558 214 551 214 525 c 2\n 214 437 l 1\n 395 437 l 2\n 422 437 430 435 441 428 c 1\n 453 418 461 403 461 387 c 0\n 461 370 452 353 437 344 c 0\n 429 339 417 337 395 337 c 2\n 214 337 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0289\nEncoding: 649 649 502\nWidth: 600\nFlags: HW\nHStem: -13 100<269 285> 0 21G<410 505> 0 100<510.031 525.045> 154 100<61 95 197 397 510.031 527.235> 337 100<61 95 349.509 409>\nVStem: 95 100<254 337> 410 100<255 337>\nFore\n409 154 m 1\n 195 154 l 1\n 197 108 225 87 283 87 c 0\n 333 87 358 100 409 154 c 1\n273 -13 m 0\n 172.345 -13 95 45.977 95 154 c 1\n 79 154 l 2\n 54 154 43 156 34 163 c 0\n 21 173 13 188 13 204 c 4\n 13 221 22 237 37 247 c 0\n 46 253 54 254 79 254 c 2\n 95 254 l 1\n 95 337 l 1\n 68 337 l 2\n 35 337 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 254 l 1\n 410 254 l 1\n 410 337 l 1\n 375 337 l 2\n 350 337 345 336 330 347 c 24\n 316 358 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 254 l 1\n 532 254 542 252 551 245 c 0\n 564 235 571 220 571 204 c 0\n 571 187 562 170 547 161 c 0\n 540 156 529 154 510 154 c 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\nEndSplineSet\nMinimumDistance: x30,-1 x15,17 y17,15 y17,16 \nEndChar\nStartChar: uni028C\nEncoding: 652 652 503\nWidth: 600\nFlags: HW\nHStem: 0 20<53 66 66 201 389 402 402 534> 417 20\nRef: 118 118 N -1 0 0 -1 600 437\nEndChar\nStartChar: uni028D\nEncoding: 653 653 504\nWidth: 600\nFlags: HW\nHStem: 0 20<53 66 66 159 429 442 442 534> 417 20\nRef: 119 119 S -1 0 0 -1 600 437\nEndChar\nStartChar: uni028E\nEncoding: 654 654 505\nWidth: 600\nFlags: HW\nHStem: 0 20<74 87 87 179 410 423 423 513> 542 100<298 303 413 513>\nRef: 121 121 S -1 0 0 -1 600 437\nEndChar\nStartChar: uni0290\nEncoding: 656 656 506\nWidth: 600\nFlags: HW\nHStem: -203 100<593 613> 0 100<245 419> 337 100<197 345>\nVStem: 85 434<0 83> 97 100<309 336> 97 409<356 436> 419 100<-27 -1>\nDStem: 346 337 506 356 85 83 244 100\nFore\n419 0 m 1\n 85 0 l 1\n 85 83 l 1\n 346 337 l 1\n 197 337 l 1\n 197 328 l 2\n 197 301 195 293 188 283 c 0\n 178 270 163 262 147 262 c 0\n 130 262 113 271 104 286 c 0\n 99 295 97 305 97 328 c 2\n 97 437 l 1\n 506 437 l 1\n 506 356 l 1\n 244 100 l 1\n 419 100 l 1\n 421 135 439 154 469 154 c 0\n 486 154 503 145 512 130 c 0\n 518 121 519 114 519 88 c 2\n 519 -14 l 2\n 519 -67 551 -103 597 -103 c 0\n 613 -103 629 -100 645 -95 c 0\n 659 -90 662 -89 668 -89 c 0\n 693 -89 716 -112 716 -139 c 0\n 716 -179 671 -203 594 -203 c 0\n 495 -203 419 -121 419 -14 c 2\n 419 0 l 1\nEndSplineSet\nMinimumDistance: x17,-1 y2,0 x0,2 x0,1 \nEndChar\nStartChar: uni0294\nEncoding: 660 660 507\nWidth: 600\nFlags: HW\nHStem: 0 100<216 253 354 376> 498 100<296 312>\nVStem: 104 100<448 474> 253 100<100 228> 417 100<408 420>\nFore\n353 228 m 1\n 353 100 l 1\n 369 100 l 2\n 395 100 405 98 415 91 c 0\n 428 81 435 66 435 50 c 0\n 435 33 426 17 411 7 c 0\n 403 2 391 0 369 0 c 2\n 237 0 l 2\n 212 0 201 2 191 10 c 0\n 179 19 171 34 171 50 c 0\n 171 67 180 84 195 93 c 0\n 204 99 213 100 237 100 c 2\n 253 100 l 1\n 253 296 l 1\n 381 345 417 371 417 414 c 0\n 417 464 373 498 309 498 c 0\n 271 498 237 490 204 474 c 1\n 204 460 l 2\n 204 434 202 424 195 415 c 0\n 185 402 169 394 154 394 c 0\n 137 394 120 404 111 418 c 0\n 106 426 104 437 104 460 c 2\n 104 539 l 1\n 200 585 244 598 308 598 c 0\n 432 598 517 521 517 409 c 0\n 517 328 474 281 353 228 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni0295\nEncoding: 661 661 508\nWidth: 600\nFlags: HW\nHStem: 0 100<245 267 368 405> 498 100<309 325>\nVStem: 417 100<100 228 408 420 448 474>\nRef: 660 660 N -1 0 0 1 621 0\nEndChar\nStartChar: uni0296\nEncoding: 662 662 509\nWidth: 600\nFlags: HW\nHStem: 483 100<245 267 309 325 368 405>\nVStem: 417 100<109 135 163 175 355 483>\nRef: 660 660 N -1 0 0 -1 621 583\nEndChar\nStartChar: uni0297\nEncoding: 663 663 510\nWidth: 600\nFlags: HW\nHStem: -205 100<305 353> 367 216<497 501> 497 100<288.512 328>\nVStem: 33 100<51 323>\nFore\n447 563 m 2\n 457 559 l 1\n 470 577 482 583 499 583 c 0\n 517 583 533 574 542 559 c 0\n 548 550 549 542 549 517 c 2\n 549 433 l 2\n 549 408 547 397 540 388 c 0\n 530 375 515 367 499 367 c 0\n 486 367 472 373 464 381 c 128\n 456 389 454 396 450 420 c 0\n 445 444 435 457 406 473 c 0\n 379 488 343 497 309 497 c 0\n 207 497 133 420 133 315 c 2\n 133 60 l 2\n 133 -40 210 -105 330 -105 c 0\n 375 -105 415 -97 440 -82 c 0\n 451 -76 451 -76 478 -48 c 0\n 489 -37 501 -32 514 -32 c 0\n 541 -32 564 -55 564 -82 c 0\n 564 -105 545 -131 511 -155 c 0\n 467 -187 399 -205 327 -205 c 0\n 157 -205 33 -94 33 58 c 2\n 33 315 l 2\n 33 475 151 597 305 597 c 0\n 357 597 392 589 447 563 c 2\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni0298\nEncoding: 664 664 511\nWidth: 600\nFlags: HW\nHStem: -14 100<293 309> 232 120<293 309> 497 100<293 309>\nVStem: 21 100<274 306> 240 120<286 294> 479 100<274 306>\nFore\n300 352 m 0\n 334 352 360 325 360 291 c 0\n 360 259 333 232 300 232 c 128\n 267 232 240 259 240 292 c 128\n 240 325 267 352 300 352 c 0\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni029C\nEncoding: 668 668 512\nWidth: 600\nFlags: HW\nHStem: 0 100<105 110 210.031 220.034 379.966 389.969 490.031 500.034> 178 100<210 390> 337 100<210.031 220.034 379.966 389.969>\nVStem: 110 100<99 177 278 337> 390 100<99 177 278 337>\nFore\n490 0 m 2\n 390 0 l 2\n 362 0 340 22 340 50 c 128\n 340 78 362 100 390 100 c 1\n 390 178 l 1\n 210 178 l 1\n 210 100 l 1\n 238 100 260 78 260 50 c 128\n 260 22 238 0 210 0 c 2\n 110 0 l 2\n 82 0 60 22 60 50 c 128\n 60 78 82 100 110 100 c 1\n 110 337 l 1\n 77 340 58 358 58 387 c 0\n 58 404 67 421 82 430 c 0\n 91 436 99 437 124 437 c 2\n 210 437 l 2\n 238 437 260 415 260 387 c 128\n 260 359 238 337 210 337 c 1\n 210 278 l 1\n 390 278 l 1\n 390 337 l 1\n 362 337 340 359 340 387 c 128\n 340 415 362 437 390 437 c 6\n 476 437 l 2\n 503 437 512 435 522 428 c 0\n 534 418 542 403 542 387 c 0\n 542 358 523 340 490 337 c 1\n 490 100 l 1\n 518 100 540 78 540 50 c 128\n 540 22 518 0 490 0 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni029E\nEncoding: 670 670 513\nWidth: 600\nFlags: HW\nHStem: 524 100<79 133 131 175 490 523 490 522.274>\nVStem: 33 251<572 576> 81 245<235 240> 389 100<100 336 460 524>\nDStem: 133 524 268 537 293 383 371 446 293 383 389 337 175 287 310 274\nRef: 107 107 N -1 0 0 -1 604 624\nEndChar\nStartChar: uni029F\nEncoding: 671 671 514\nWidth: 600\nFlags: HW\nHStem: 0 100<114 163 265 439> 0 195<482 498> 337 100<114 163 265 306>\nVStem: 164 100<100 337> 439 100<100 144>\nFore\n264 337 m 1\n 264 100 l 1\n 439 100 l 1\n 439 128 l 2\n 439 155 441 164 448 174 c 0\n 458 188 473 195 489 195 c 0\n 506 195 522 186 532 171 c 0\n 538 162 539 153 539 128 c 2\n 539 0 l 1\n 132 0 l 2\n 109 0 95 3 87 10 c 0\n 74 19 66 34 66 50 c 0\n 66 67 75 84 90 93 c 0\n 99 99 106 100 132 100 c 2\n 164 100 l 1\n 164 337 l 1\n 132 337 l 2\n 107 337 96 339 87 346 c 0\n 74 356 66 371 66 387 c 0\n 66 404 75 421 90 430 c 0\n 99 436 106 437 132 437 c 2\n 297 437 l 2\n 324 437 332 435 342 428 c 0\n 355 418 363 403 363 387 c 0\n 363 370 354 353 339 344 c 0\n 331 339 320 337 297 337 c 2\n 264 337 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni02A0\nEncoding: 672 672 515\nWidth: 600\nFlags: HW\nHStem: -205 100<353 430 532 561> 10 100<273 289> 350 100<273 289> 538 100<593 615>\nVStem: 33 100<223 243> 307 306<-157 -153> 431 100<-105 65 223 243 393 467>\nFore\n281 350 m 0\n 240 350 207 340 181 321 c 0\n 152 299 133 263 133 230 c 128\n 133 197 152 161 181 139 c 0\n 206 120 240 110 282 110 c 128\n 324 110 358 120 383 139 c 0\n 412 161 431 197 431 229 c 0\n 431 300 370 350 281 350 c 0\n431 392 m 1\n 431 459 l 2\n 431 558 509 638 605 638 c 0\n 680 638 725 615 725 577 c 0\n 725 547 704 524 677 524 c 0\n 670 524 665 525 653 529 c 0\n 637 535 622 538 604 538 c 0\n 564 538 531 501 531 456 c 2\n 531 -105 l 1\n 547 -105 l 2\n 574 -105 583 -107 593 -114 c 0\n 605 -124 613 -139 613 -155 c 0\n 613 -172 604 -188 589 -198 c 0\n 581 -203 569 -205 547 -205 c 2\n 373 -205 l 2\n 348 -205 337 -203 327 -195 c 0\n 314 -185 307 -171 307 -155 c 0\n 307 -138 316 -121 331 -112 c 0\n 339 -107 349 -105 373 -105 c 2\n 431 -105 l 1\n 431 66 l 1\n 379 26 334 10 275 10 c 0\n 136 10 33 101 33 224 c 0\n 33 354 137 450 277 450 c 0\n 340 450 382 434 431 392 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni02A1\nEncoding: 673 673 516\nWidth: 600\nFlags: HW\nHStem: 0 100<216 253 354 376> 148 100<153 253> 498 100<296 312>\nVStem: 104 100<448 474> 253 100<100 148> 417 100<408 420>\nFore\n253 148 m 1\n 170 148 l 2\n 126 148 104 165 104 198 c 0\n 104 214 111 229 124 239 c 0\n 135 246 143 248 170 248 c 2\n 253 248 l 1\n 253 296 l 1\n 381 345 417 371 417 414 c 0\n 417 464 373 498 309 498 c 0\n 271 498 237 490 204 474 c 1\n 204 460 l 2\n 204 434 202 424 195 415 c 0\n 185 402 169 394 154 394 c 0\n 137 394 120 404 111 418 c 0\n 106 426 104 437 104 460 c 2\n 104 539 l 1\n 200 585 244 598 308 598 c 0\n 432 598 517 521 517 409 c 0\n 517 328 474 281 353 228 c 1\n 353 100 l 1\n 369 100 l 2\n 395 100 405 98 415 91 c 0\n 428 81 435 66 435 50 c 0\n 435 33 426 17 411 7 c 0\n 403 2 391 0 369 0 c 2\n 237 0 l 2\n 212 0 201 2 191 10 c 0\n 179 19 171 34 171 50 c 0\n 171 67 180 84 195 93 c 0\n 204 99 213 100 237 100 c 2\n 253 100 l 1\n 253 148 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni02A2\nEncoding: 674 674 517\nWidth: 600\nFlags: HW\nHStem: 0 100<245 267 368 405> 148 100<368 468> 498 100<309 325>\nVStem: 417 100<100 148 408 420 448 474>\nRef: 673 673 N -1 0 0 1 621 0\nEndChar\nStartChar: circumflex\nEncoding: 710 710 518\nWidth: 600\nFlags: HW\nDStem: 301 607 301 696 413 510 452 567 301 696 301 607 149 567 188 510 301 607 301 696 413 510 452 567 301 696 301 607 149 567 188 510 301 607 301 696 413 510 452 567 301 696 301 607 149 567 188 510 301 607 301 696 413 510 452 567 301 696 301 607 149 567 188 510 301 607 301 696 413 510 452 567 301 696 301 607 149 567 188 510 301 607 301 696 413 510 452 567\nFore\n301 607 m 1\n 188 510 l 2\n 177 501 169 497 160 497 c 0\n 141 497 125 514 125 532 c 0\n 125 546 127 549 149 567 c 2\n 301 696 l 1\n 461 560 l 0\n 472 551 476 543 476 532 c 0\n 476 514 460 497 442 497 c 0\n 433 497 424 501 413 510 c 2\n 301 607 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 519\nWidth: 600\nFlags: HMW\nHStem: 566 20<301 301>\nFore\n301 586 m 1\n 413 682 l 2\n 425 693 432 696 442 696 c 0\n 460 696 476 679 476 660 c 0\n 476 643.634 464 634.333 452 625 c 1\n 301 497 l 1\n 149 625 l 2\n 127 643 125 647 125 660 c 0\n 125 679 141 696 160 696 c 0\n 169 696 175 693 188 682 c 2\n 301 586 l 1\nEndSplineSet\nEndChar\nStartChar: uni02D0\nEncoding: 720 720 520\nWidth: 600\nFlags: HW\nHStem: 0 191<299 304> 246 191<299 304>\nVStem: 209 182<16 19 416 421>\nFore\n235 437 m 10\n 365 437 l 18\n 390 437 396 423 388 406 c 10\n 318 261 l 18\n 309 241 291 241 282 261 c 10\n 212 406 l 18\n 204 423 210 437 235 437 c 10\n235 0 m 18\n 210 0 204 14 212 31 c 10\n 282 176 l 18\n 291 196 309 196 318 176 c 10\n 388 31 l 18\n 396 14 390 0 365 0 c 10\n 235 0 l 18\nEndSplineSet\nEndChar\nStartChar: uni02D1\nEncoding: 721 721 521\nWidth: 600\nFlags: HW\nHStem: 246 191<299 304>\nVStem: 209 183<418 422>\nFore\n235 437 m 10\n 365 437 l 18\n 390 437 396 423 388 406 c 10\n 318 261 l 18\n 309 241 291 241 282 261 c 10\n 212 406 l 18\n 204 423 210 437 235 437 c 10\nEndSplineSet\nEndChar\nStartChar: breve\nEncoding: 728 728 522\nWidth: 600\nFlags: HMW\nHStem: 503 68<272.5 327.5>\nFore\n159 687 m 0\n 179 687 186 678 193 647 c 0\n 203 601 245 571 300 571 c 128\n 355 571 397 601 407 647 c 0\n 414 678 421 687 441 687 c 128\n 461 687 475 672 475 649 c 0\n 475 573 392 503 300 503 c 128\n 208 503 125 573 125 649 c 0\n 125 672 139 687 159 687 c 0\nEndSplineSet\nEndChar\nStartChar: dotaccent\nEncoding: 729 729 523\nWidth: 600\nFlags: HW\nHStem: 534 120<289.067 304>\nVStem: 240 120<592 598>\nFore\n300 654 m 0\n 334 654 360 627 360 593 c 0\n 360 561 333 534 300 534 c 128\n 267 534 240 561 240 594 c 128\n 240 627 267 654 300 654 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: ring\nEncoding: 730 730 524\nWidth: 600\nFlags: HMW\nHStem: 486 54<281 318.5> 674 53<281 319>\nVStem: 177 53<589 625> 370 53<588.5 624.5>\nFore\n300 727 m 0\n 368 727 423 672 423 605 c 0\n 423 541 366 486 300 486 c 0\n 233 486 177 541 177 607 c 0\n 177 672 233 727 300 727 c 0\n300 674 m 0\n 262 674 230 643 230 607 c 128\n 230 571 262 540 300 540 c 0\n 337 540 370 571 370 606 c 0\n 370 643 338 674 300 674 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 525\nWidth: 600\nFlags: HMW\nHStem: -208 76<343.5 357>\nVStem: 250 77<-118.5 -96>\nFore\n463 -146 m 0\n 463 -189.798 385.549 -208 344 -208 c 0\n 286 -208 250 -174 250 -119 c 0\n 250 -70 272 -36 329 0 c 1\n 427 0 l 1\n 354 -49 327 -80 327 -112 c 0\n 327 -125 336 -132 351 -132 c 0\n 363 -132 373 -128 402 -114 c 0\n 412 -109 417 -108 424 -108 c 0\n 446 -108 463 -125 463 -146 c 0\nEndSplineSet\nEndChar\nStartChar: tilde\nEncoding: 732 732 526\nWidth: 600\nFlags: HW\nHStem: 523 69<371 378> 587 69<224 229>\nFore\n453 656 m 0\n 470 656 485 642 485 628 c 0\n 485 613 477 598 456 571 c 0\n 429 537 405 523 376 523 c 0\n 354 523 321 537 277 566 c 0\n 250 584 241 587 227 587 c 0\n 209 587 201 580 172 541 c 0\n 164 530 156 526 146 526 c 0\n 129 526 115 540 115 556 c 0\n 115 570 125 590 142 611 c 0\n 167 640 196 656 225 656 c 0\n 248 656 265 649 315 618 c 0\n 349 598 362 592 373 592 c 0\n 388 592 392 596 414 626 c 0\n 428 646 441 656 453 656 c 0\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 527\nWidth: 600\nFlags: HW\nDStem: 248 679 291 622 146 569 189 512 412 679 455 622 310 569 353 512\nFore\n291 622 m 2\n 189 512 l 2\n 180 502 169 496 160 496 c 0\n 142 496 125 514 125 533 c 0\n 125 544 126 546 146 569 c 1\n 248 679 l 2\n 259 690 266 694 277 694 c 0\n 295 694 311 677 311 658 c 0\n 311 647 306 638 291 622 c 2\n455 622 m 2\n 353 512 l 2\n 343 502 333 496 324 496 c 0\n 306 496 289 514 289 533 c 0\n 289 544 290 546 310 569 c 1\n 412 679 l 2\n 422 690 430 694 441 694 c 0\n 459 694 475 677 475 658 c 0\n 475 647 470 638 455 622 c 2\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: gravecomb\nEncoding: 768 768 528\nWidth: 0\nFlags: HW\nDStem: 148 624 194 680 281 512 327 569\nRef: 96 96 N 1 0 0 1 -600 0\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 529\nWidth: 0\nFlags: HW\nDStem: 406 680 452 624 273 569 319 512\nRef: 180 180 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0302\nEncoding: 770 770 530\nWidth: 0\nFlags: HW\nDStem: 301 607 301 696 413 510 452 567 301 696 301 607 149 567 188 510 301 607 301 696 413 510 452 567 301 696 301 607 149 567 188 510 301 607 301 696 413 510 452 567 301 696 301 607 149 567 188 510 301 607 301 696 413 510 452 567 301 696 301 607 149 567 188 510 301 607 301 696 413 510 452 567 301 696 301 607 149 567 188 510 301 607 301 696 413 510 452 567\nFore\n-299 607 m 1\n -412 510 l 2\n -423 501 -431 497 -440 497 c 0\n -459 497 -475 514 -475 532 c 0\n -475 546 -473 549 -451 567 c 2\n -299 696 l 1\n -139 560 l 0\n -128 551 -124 543 -124 532 c 0\n -124 514 -140 497 -158 497 c 0\n -167 497 -176 501 -187 510 c 2\n -299 607 l 1\nEndSplineSet\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 531\nWidth: 0\nFlags: HW\nHStem: 523 69<-229 -222> 587 69<-376 -371>\nRef: 732 732 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0304\nEncoding: 772 772 532\nWidth: 0\nFlags: HW\nHStem: 546 80<-422 -178>\nRef: 175 175 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0305\nEncoding: 773 773 533\nWidth: 0\nFlags: HW\nHStem: 546 80<-497 -97>\nVStem: -545 490<585 588>\nFore\n-492 626 m 2\n -108 626 l 2\n -85 626 -73 623 -66 615 c 0\n -60 608 -55 594 -55 586 c 0\n -55 561 -75 546 -108 546 c 2\n -492 546 l 2\n -517 546 -525 548 -534 558 c 0\n -540 566 -545 578 -545 586 c 0\n -545 611 -526 626 -492 626 c 2\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0306\nEncoding: 774 774 534\nWidth: 0\nFlags: HW\nHStem: 503 68<-327.5 -272.5>\nRef: 728 728 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0307\nEncoding: 775 775 535\nWidth: 0\nFlags: HW\nHStem: 534 120<-310.933 -296>\nVStem: -360 120<592 598>\nRef: 729 729 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0308\nEncoding: 776 776 536\nWidth: 0\nFlags: HW\nVStem: -464 120<577.5 610> -256 120<577.5 610>\nRef: 168 168 N 1 0 0 1 -600 0\nEndChar\nStartChar: hookabovecomb\nEncoding: 777 777 537\nWidth: 0\nFlags: HW\nHStem: 674 53<-311 -295>\nVStem: -423 53<597.668 612> -326 52<477 486> -230 53<595 612>\nFore\n-300 727 m 16\n -236 727 -177 677 -177 610 c 0\n -177 583 -186 546 -219 520 c 0\n -263 486 -274 499 -274 484 c 2\n -274 478 l 2\n -274 463 -285 451 -300 451 c 0\n -315 451 -326 463 -326 478 c 2\n -326 484 l 2\n -326 555 -291 533 -255 560 c 0\n -235 574 -230 586 -230 607 c 16\n -230 643 -262 674 -300 674 c 8\n -339 674 -370 643 -370 607 c 1\n -370 588 -380 577 -396 577 c 0\n -413 577 -423 589 -423 607 c 1\n -423 674 -369 727 -300 727 c 16\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni030A\nEncoding: 778 778 538\nWidth: 0\nFlags: HW\nHStem: 486 54<-319 -281.5> 674 53<-319 -281>\nVStem: -423 53<589 625> -230 53<588.5 624.5>\nRef: 730 730 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030B\nEncoding: 779 779 539\nWidth: 0\nFlags: HW\nDStem: 248 679 291 622 146 569 189 512 412 679 455 622 310 569 353 512\nRef: 733 733 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030C\nEncoding: 780 780 540\nWidth: 0\nFlags: HW\nHStem: 566 20<-299 -299>\nRef: 711 711 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030D\nEncoding: 781 781 541\nWidth: 0\nFlags: HW\nHStem: 514 218<-308 -292>\nVStem: -340 80<546 694>\nFore\n-260 692 m 2\n -260 554 l 2\n -260 532 -278 514 -300 514 c 0\n -322 514 -340 532 -340 554 c 2\n -340 692 l 2\n -340 714 -322 732 -300 732 c 0\n -278 732 -260 714 -260 692 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni030E\nEncoding: 782 782 542\nWidth: 0\nFlags: HW\nHStem: 514 218<-388 -372 -228 -212>\nVStem: -420 80<546 694> -260 80<546 694>\nFore\n-180 692 m 2\n -180 554 l 2\n -180 532 -198 514 -220 514 c 0\n -242 514 -260 532 -260 554 c 2\n -260 692 l 2\n -260 714 -242 732 -220 732 c 0\n -198 732 -180 714 -180 692 c 2\n-340 692 m 2\n -340 554 l 2\n -340 532 -358 514 -380 514 c 0\n -402 514 -420 532 -420 554 c 2\n -420 692 l 2\n -420 714 -402 732 -380 732 c 0\n -358 732 -340 714 -340 692 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni030F\nEncoding: 783 783 543\nWidth: 0\nFlags: HW\nDStem: 145 622 188 679 247 512 290 569 309 622 352 679 411 512 454 569\nFore\n-291 622 m 2\n -306 638 -311 647 -311 658 c 0\n -311 677 -295 694 -277 694 c 0\n -266 694 -259 690 -248 679 c 2\n -146 569 l 1\n -126 546 -125 544 -125 533 c 0\n -125 514 -142 496 -160 496 c 0\n -169 496 -180 502 -189 512 c 2\n -291 622 l 2\n-455 622 m 2\n -470 638 -475 647 -475 658 c 0\n -475 677 -459 694 -441 694 c 0\n -430 694 -422 690 -412 679 c 2\n -310 569 l 1\n -290 546 -289 544 -289 533 c 0\n -289 514 -306 496 -324 496 c 0\n -333 496 -343 502 -353 512 c 2\n -455 622 l 2\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0310\nEncoding: 784 784 544\nWidth: 0\nFlags: HW\nHStem: 503 68<-315 -283> 626 120<-310.933 -298>\nVStem: -360 120<679 695>\nFore\n-441 687 m 0\n -421 687 -414 678 -407 647 c 0\n -397 601 -355 571 -300 571 c 0\n -245 571 -203 601 -193 647 c 0\n -186 678 -179 687 -159 687 c 0\n -139 687 -125 672 -125 649 c 0\n -125 573 -208 503 -300 503 c 0\n -392 503 -475 573 -475 649 c 0\n -475 672 -461 687 -441 687 c 0\n-300 746 m 0\n -266 746 -240 719 -240 685 c 0\n -240 653 -267 626 -300 626 c 0\n -333 626 -360 653 -360 686 c 0\n -360 719 -333 746 -300 746 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0311\nEncoding: 785 785 545\nWidth: 0\nFlags: HW\nHStem: 619 68<-327.5 -272.5>\nRef: 728 728 S 1 0 0 -1 -600 1190\nEndChar\nStartChar: uni031B\nEncoding: 795 795 546\nWidth: 0\nFlags: HW\nHStem: 484 100<-353 -337>\nVStem: -354 161<580 584> -292 100<592 596>\nFore\n-354 584 m 1\n -337 584 l 0\n -298 584 -292 588 -292 593 c 8\n -292 599 -295 604 -299 606 c 0\n -322 621 -327 653 -312 676 c 0\n -296 698 -264 705 -242 689 c 0\n -216 669 -192 640 -192 593 c 0\n -192 508 -279 479 -337 484 c 0\n -354 484 l 1\n -354 584 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0321\nEncoding: 801 801 547\nWidth: 0\nFlags: HW\nHStem: -203 100<-442 -424> -20 20<-350 -250>\nVStem: -350 100<-27 -1>\nRef: 802 802 N -1 0 0 1 600 0\nEndChar\nStartChar: uni0322\nEncoding: 802 802 548\nWidth: 0\nFlags: HW\nHStem: -203 100<-176 -158> -20 20G<-350 -250>\nVStem: -350 100<-27 -1>\nFore\n-350 0 m 25\n -250 0 l 25\n -250 -14 l 2\n -250 -67 -218 -103 -172 -103 c 0\n -156 -103 -140 -100 -124 -95 c 0\n -110 -90 -107 -89 -101 -89 c 0\n -76 -89 -53 -112 -53 -139 c 0\n -53 -179 -98 -203 -175 -203 c 0\n -274 -203 -350 -121 -350 -14 c 2\n -350 0 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0327\nEncoding: 807 807 549\nWidth: 0\nFlags: HW\nHStem: -229 70<-307.5 -287.5> -100 100<-318.5 -299>\nVStem: -338 70<-41 0> -263 70<-142 -123.5>\nRef: 184 184 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0328\nEncoding: 808 808 550\nWidth: 0\nFlags: HW\nHStem: -208 76<-256.5 -243>\nVStem: -350 77<-118.5 -96>\nRef: 731 731 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0337\nEncoding: 823 823 551\nWidth: 0\nFlags: HW\nDStem: 412 451 459 362 155 316 201 228\nFore\n-445 316 m 2\n -188 451 l 2\n -180 454 -172 456 -164 456 c 0\n -139 456 -114 435 -114 406 c 0\n -114 388 -124 371 -141 362 c 2\n -399 228 l 2\n -406 224 -414 222 -422 222 c 0\n -447 222 -472 243 -472 272 c 0\n -472 290 -462 307 -445 316 c 2\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0374\nEncoding: 884 884 552\nWidth: 600\nFlags: HW\nRef: 8242 8242 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0375\nEncoding: 885 885 553\nWidth: 600\nFlags: HW\nRef: 8242 8242 S 1 0 0 1 0 -480\nEndChar\nStartChar: uni037A\nEncoding: 890 890 554\nWidth: 600\nFlags: HW\nHStem: -203 100<405 423> -20 20G<231 331>\nVStem: 231 100<-27 -1>\nFore\n231 0 m 25\n 331 0 l 25\n 331 -14 l 2\n 331 -67 363 -103 409 -103 c 0\n 425 -103 441 -100 457 -95 c 0\n 471 -90 474 -89 480 -89 c 0\n 505 -89 528 -112 528 -139 c 0\n 528 -179 483 -203 406 -203 c 0\n 307 -203 231 -121 231 -14 c 2\n 231 0 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni037E\nEncoding: 894 894 555\nWidth: 600\nFlags: HW\nHStem: 417 20<253.5 299>\nRef: 59 59 N 1 0 0 1 0 0\nEndChar\nStartChar: tonos\nEncoding: 900 900 556\nWidth: 600\nFlags: HW\nHStem: 514 218<292 308>\nVStem: 260 80<546 694>\nRef: 781 781 N 1 0 0 1 0 0\nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 557\nWidth: 600\nFlags: HW\nHStem: 526 218<292 308>\nVStem: 136 120<577.5 610> 260 80<558 706> 344 120<577.5 610>\nRef: 168 168 N 1 0 0 1 0 0\nRef: 781 781 N 1 0 0 1 0 12\nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 558\nWidth: 600\nFlags: HW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 379 218<50 66> 430 20<297 297> 483 100<138 201>\nVStem: 18 80<411 559>\nRef: 900 900 N 1 0 0 1 -242 -135\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: anoteleia\nEncoding: 903 903 559\nWidth: 600\nFlags: HW\nHStem: 214 132<289 311>\nVStem: 225 150<278 282>\nRef: 183 183 N 1 0 0 1 0 0\nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 560\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 379 218<-9 7> 483 100<61 93 195 428>\nVStem: -41 80<411 559> 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nRef: 900 900 N 1 0 0 1 -301 -135\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: Etatonos\nEncoding: 905 905 561\nWidth: 600\nFlags: HW\nHStem: 0 20 241 100<195 409> 379 218<-3 13> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: -35 80<411 559> 95 100<100 241 341 483> 409 100<100 241 241 241 341 483>\nRef: 900 900 S 1 0 0 1 -295 -135\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 562\nWidth: 600\nFlags: HW\nHStem: 0 100<149 250 350 451> 379 218<29 45> 483 100<149 250 350 451 350 350>\nVStem: -3 80<411 559> 250 100<100 483>\nRef: 900 900 S 1 0 0 1 -263 -135\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 563\nWidth: 600\nFlags: HW\nHStem: -14 100<251 348.5> 379 218<-18 -2> 497 100<251 333.5>\nVStem: -50 80<411 559> 21 100<235.5 348> 479 100<234 335>\nRef: 900 900 S 1 0 0 1 -310 -135\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 564\nWidth: 600\nFlags: HW\nHStem: 0 100<185 250 350 415> 379 218<-24 -8> 563 20<88 177 177 190.5 421 513 513 526.5>\nVStem: -56 80<411 559> 250 100<100 245>\nRef: 900 900 N 1 0 0 1 -316 -135\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 565\nWidth: 600\nFlags: HW\nHStem: 0 100<129 179 421 471> 0 158<77 81 510.788 525> 0 202<253 279 321 349> 379 218<-19 -3> 483 100<257 344>\nVStem: -51 80<411 559> 29 100<101 118> 29 251<1 100> 40 100<336 352> 180 100<101 118> 320 100<101 118> 320 251<1 100> 460 100<336 352> 471 100<101 118>\nRef: 900 900 S 1 0 0 1 -311 -135\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 566\nWidth: 600\nFlags: HW\nHStem: -16 100<424 441> 337 100<153 250> 494 218<292 308>\nVStem: 136 120<545.5 578> 250 100<160 337> 260 80<526 674> 344 120<545.5 578>\nRef: 168 168 S 1 0 0 1 0 -32\nRef: 781 781 S 1 0 0 1 0 -20\nRef: 617 617 N 1 0 0 1 0 0\nEndChar\nStartChar: Alpha\nEncoding: 913 913 567\nWidth: 600\nFlags: HW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: Beta\nEncoding: 914 914 568\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 381> 242 100<195 328> 483 100<61 93 195 334>\nVStem: 94 100<101 241 343 482> 428 100<416 421> 471 100<144 162>\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: Gamma\nEncoding: 915 915 569\nWidth: 600\nFlags: HW\nHStem: 0 100<79 112 212 321> 483 100<79 112 212 468>\nVStem: 112 100<99 483> 468 100<415 483>\nRef: 1043 1043 N 1 0 0 1 0 0\nEndChar\nStartChar: Delta\nEncoding: 916 916 570\nWidth: 600\nFlags: HW\nHStem: 0 100<70 78 185 412 521.031 539> 483 100<123 200>\nVStem: 11 578<48 52>\nDStem: 201 483 297 450 78 100 184 100 297 450 354 583 413 100 521 100\nFore\n523 0 m 2\n 77 0 l 2\n 33 0 11 17 11 50 c 0\n 11 67 20 84 35 93 c 0\n 44 99 53 100 78 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 521 100 l 1\n 549 100 558 98 568 90 c 0\n 581 81 589 66 589 50 c 0\n 589 33 580 16 565 7 c 0\n 557 2 544 0 523 0 c 2\n184 100 m 1\n 413 100 l 1\n 297 450 l 1\n 184 100 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 571\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: Zeta\nEncoding: 918 918 572\nWidth: 600\nFlags: HW\nHStem: 0 100<201 427> 483 100<196 375 196 196>\nVStem: 96 100<413 483> 427 100<100 172>\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: Eta\nEncoding: 919 919 573\nWidth: 600\nFlags: HW\nHStem: 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 409 100<100 241 241 241 341 483>\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: Theta\nEncoding: 920 920 574\nWidth: 600\nFlags: HW\nHStem: -14 100<293 309> 247 87<240 355> 497 100<293 309>\nVStem: 21 100<274 306> 157 83<211.59 246 335 370> 355 83<211.107 246 335 370> 479 100<274 306>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n300 497 m 0\n 202 497 121 404 121 292 c 0\n 121 179 202 86 300 86 c 0\n 397 86 479 179 479 289 c 0\n 479 404 399 497 300 497 c 0\n198 408 m 0\n 225.092 408 240 386.701 240 359 c 2\n 240 334 l 1\n 355 334 l 1\n 355 359 l 2\n 355 379 357 389 370 400 c 0\n 376 405 385 408 396 408 c 0\n 420.626 408 438 394.555 438 359 c 2\n 438 225 l 2\n 438 192.284 422.312 173 396 173 c 0\n 385 173 372 181 366 186 c 1\n 359 195 355 208 355 225 c 2\n 355 247 l 1\n 240 247 l 1\n 240 225 l 2\n 240 198 230 187 213 177 c 0\n 208 174 203 173 198 173 c 0\n 187 173 174 180 166 186 c 1\n 160 193 157 206 157 225 c 2\n 157 359 l 2\n 157 377 160 390 166 397 c 1\n 176 404 187 408 198 408 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nBack\n566 287 m 0\n 566 228 553 173 528 124 c 0\n 503 71 477 34 448 14 c 0\n 406.979 -15.7046 357.834 -40 298 -40 c 0\n 227 -40 165 -9 112 53 c 0\n 59 115 32 193 32 287 c 0\n 32 380 58 458 111 520 c 0\n 164 581 226 612 298 612 c 0\n 362.679 612 398.417 594.722 446 563 c 0\n 476 543 500 513 519 473 c 0\n 546.242 412.461 566 363.069 566 287 c 0\n480 287 m 0\n 480 350 463 405 429 454 c 0\n 395 502 351 526 298 526 c 0\n 249 526 206 503 171 456 c 0\n 135 409 117 353 117 287 c 0\n 117 212.087 136.716 155.012 174 114 c 0\n 202.683 80.7878 242.386 47 298 47 c 0\n 411.72 47 480 170.49 480 287 c 0\n438 233 m 2\n 438 215.132 433.88 203.174 427 194 c 1\n 418.829 187.191 408.814 181 396 181 c 0\n 385.239 181 372.299 189.276 366 194 c 1\n 359 203 355 216 355 233 c 2\n 355 255 l 1\n 240 255 l 1\n 240 233 l 2\n 240 206.455 229.755 195.053 213 185 c 0\n 208 182 203 181 198 181 c 0\n 187.332 181 173.569 187.945 166 194 c 1\n 160 201 157 214 157 233 c 2\n 157 367 l 2\n 157 385 160 398 166 405 c 1\n 176 412 187 416 198 416 c 0\n 218.639 416 229.446 403.107 236 390 c 0\n 239 383 240 376 240 367 c 2\n 240 342 l 1\n 355 342 l 1\n 355 367 l 2\n 355 387.412 357.202 397.03 370 408 c 0\n 376 413 385 416 396 416 c 0\n 407 416 417 412 427 405 c 1\n 434.811 394.585 438 385.974 438 367 c 2\n 438 233 l 2\nEndSplineSet\nEndChar\nStartChar: Iota\nEncoding: 921 921 575\nWidth: 600\nFlags: HW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 250 100<100 483>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: Kappa\nEncoding: 922 922 576\nWidth: 600\nFlags: HW\nHStem: 0 100<79 94 194 229 504 536> 483 100<79 94 194 194 194 229 511 520.5>\nVStem: 94 100<100 208 334 483>\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: Lambda\nEncoding: 923 923 577\nWidth: 600\nFlags: HW\nHStem: 0 100<27.7264 46 156 187 395.592 438 553.031 571> 483 100<123 200>\nVStem: -21 265<48 52> 350 271<48 52>\nDStem: 201 483 297 450 46 100 155 100 297 450 354 583 439 100 553 100\nFore\n155 100 m 1\n 178 100 l 2\n 205 100 213 98 223 91 c 0\n 236 81 244 66 244 50 c 0\n 244 33 235 16 220 7 c 0\n 212 2 199 0 178 0 c 2\n 45 0 l 2\n 1 0 -21 17 -21 50 c 0\n -21 67 -12 84 3 93 c 0\n 12 99 21 100 46 100 c 1\n 201 483 l 1\n 138 483 l 2\n 112 483 102 485 92 492 c 0\n 79 502 71 517 71 533 c 0\n 71 550 80 566 95 576 c 0\n 104 582 111 583 138 583 c 2\n 354 583 l 1\n 553 100 l 1\n 581 100 590 98 600 90 c 0\n 613 81 621 66 621 50 c 0\n 621 33 612 16 597 7 c 0\n 589 2 576 0 555 0 c 2\n 416 0 l 2\n 392 0 380 3 371 10 c 0\n 358 19 350 34 350 50 c 0\n 350 67 359 84 374 93 c 0\n 383 99 390 100 416 100 c 2\n 439 100 l 1\n 297 450 l 1\n 155 100 l 1\nEndSplineSet\nEndChar\nStartChar: Mu\nEncoding: 924 924 578\nWidth: 600\nFlags: HW\nHStem: 0 100<29 41 143 189 413 461 563 573> 563 20<438 548>\nVStem: -19 262<48 52> 42 100<100 388> 361 262<48 52> 462 100<100 388>\nDStem: 142 389 165 583 260 138 303 286 438 583 462 389 303 286 351 138\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: Nu\nEncoding: 925 925 579\nWidth: 600\nFlags: HW\nHStem: 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5>\nVStem: 73 100<100 394> 431 100<191 483>\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: Xi\nEncoding: 926 926 580\nWidth: 600\nFlags: HW\nHStem: 0 100<135 465> 0 217<83 87 505 517> 255 87<246 355> 483 100<147 453>\nVStem: 35 100<101 176> 35 530<1 100> 47 100<406 482> 47 506<483 582> 163 83<216 254 343 369> 355 83<216 254 343 384> 453 100<406 482> 465 100<101 176>\nFore\n465 100 m 1\n 465 167 l 2\n 465 195 487 217 515 217 c 0\n 543 217 565 195 565 167 c 2\n 565 0 l 1\n 35 0 l 1\n 35 167 l 2\n 35 195 57 217 85 217 c 0\n 113 217 135 195 135 167 c 2\n 135 100 l 1\n 465 100 l 1\n204 416 m 0\n 238.376 416 246 390.471 246 367 c 2\n 246 342 l 1\n 355 342 l 1\n 355 367 l 2\n 355 387 357 397 370 408 c 0\n 376 413 385 416 396 416 c 0\n 407 416 418 415 427 405 c 24\n 438 393 438 386 438 367 c 2\n 438 233 l 2\n 438 215 438 206 427 194 c 24\n 418 184 409 181 396 181 c 0\n 385 181 375 184 366 194 c 24\n 355 206 355 216 355 233 c 2\n 355 255 l 1\n 246 255 l 1\n 246 233 l 2\n 246 206 244 203 235 193 c 0\n 227 184 209 181 204 181 c 0\n 192 181 181 183 172 194 c 24\n 162 206 163 214 163 233 c 2\n 163 367 l 2\n 163 385 162 393 172 405 c 24\n 181 415 191 416 204 416 c 0\n453 483 m 1\n 147 483 l 1\n 147 416 l 2\n 147 388 125 366 97 366 c 0\n 69 366 47 388 47 416 c 2\n 47 583 l 1\n 553 583 l 1\n 553 416 l 2\n 553 388 531 366 503 366 c 0\n 475 366 453 388 453 416 c 2\n 453 483 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y34,37 y34,35 y33,40 y33,42 y9,6 y9,8 y0,3 y0,1 \nEndChar\nStartChar: Omicron\nEncoding: 927 927 581\nWidth: 600\nFlags: HW\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: Pi\nEncoding: 928 928 582\nWidth: 600\nFlags: HW\nHStem: 0 100<69 94 196 231 375 408 510 535> 483 100<196 408>\nVStem: 95 100<100 483> 409 100<100 483>\nFore\n409 483 m 1\n 195 483 l 1\n 195 100 l 1\n 210 100 l 2\n 236 100 246 98 255 91 c 0\n 268 81 276 66 276 50 c 0\n 276 33 267 16 252 7 c 0\n 244 2 231 0 210 0 c 2\n 89 0 l 2\n 65 0 52 3 43 9 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 99 64 100 89 100 c 2\n 95 100 l 1\n 95 483 l 1\n 62 486 43 504 43 533 c 0\n 43 550 52 567 67 576 c 0\n 76 582 84 583 109 583 c 2\n 495 583 l 2\n 522 583 531 581 541 574 c 0\n 553 564 561 549 561 533 c 0\n 561 504 542 486 509 483 c 1\n 509 100 l 1\n 515 100 l 2\n 542 100 551 98 560 91 c 0\n 573 81 581 66 581 50 c 0\n 581 33 572 16 557 7 c 0\n 549 2 536 0 515 0 c 2\n 394 0 l 2\n 370 0 358 3 349 9 c 0\n 336 19 328 35 328 50 c 0\n 328 67 337 84 352 93 c 0\n 361 99 370 100 394 100 c 2\n 409 100 l 1\n 409 483 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: Rho\nEncoding: 929 929 583\nWidth: 600\nFlags: HW\nHStem: 0 100<79 94 194 293> 200 100<194 292> 483 100<79 94 194 312 194 194>\nVStem: 94 100<100 200 300 483> 423 106<371 419.5>\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: Sigma\nEncoding: 931 931 584\nWidth: 600\nFlags: HW\nHStem: 0 100<202 427> 0 238<473 479> 483 100<203 427>\nVStem: 73 454<1 100 486 582> 427 100<101 192 400 482>\nDStem: 73 486 202 483 225 293 352 293 225 293 352 293 73 100 201 100\nRef: 425 425 N 1 0 0 1 0 0\nEndChar\nStartChar: Tau\nEncoding: 932 932 585\nWidth: 600\nFlags: HW\nHStem: 0 100<184 249 349 415> 483 100<142 249 142 142 349 458 349 349>\nVStem: 42 100<390 483> 249 100<100 483> 458 100<390 483 483 483>\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilon\nEncoding: 933 933 586\nWidth: 600\nFlags: HW\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5>\nVStem: 250 100<100 245>\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: Phi\nEncoding: 934 934 587\nWidth: 600\nFlags: HW\nHStem: 0 100<131 250 350 469> 121 100<211 250 350.125 398.707> 362 100<211 250 350.125 400.034> 483 100<131 250 350 469>\nVStem: 4 100<287 305> 250 100<99 121 221 362 461 483> 496 100<287 305>\nRef: 1060 1060 N 1 0 0 1 0 0\nEndChar\nStartChar: Chi\nEncoding: 935 935 588\nWidth: 600\nFlags: HW\nHStem: 0 21<76 187 413 524> 1 99<58 69> 563 20<85 176 422 512>\nVStem: 10 243<48 52> 19 224<528 535> 347 243<48 52> 355 223<528 535>\nDStem: 77 483 205 484 235 298 300 375 235 298 301 220 69 100 199 100 301 220 364 297 402 100 531 100 393 484 521 483 300 375 364 297\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: Psi\nEncoding: 936 936 589\nWidth: 600\nFlags: HW\nHStem: 0 100<205 249 351 392> 143 104<240 249 350.125 363.429> 483 100<32 50 227 249 351 368 550 560>\nVStem: 50 100<343 483> 250 100<100 143 249 483> 450 100<343 483> 450 166<528 535>\nFore\n550 483 m 1\n 550 360 l 2\n 550 241 453 143 350 143 c 1\n 350 100 l 1\n 375 100 l 2\n 402 100 410 98 420 91 c 0\n 434 81 441 66 441 50 c 0\n 441 17 419 0 375 0 c 2\n 225 0 l 2\n 201 0 189 3 180 10 c 0\n 167 19 159 35 159 50 c 0\n 159 67 168 84 183 93 c 0\n 192 99 199 100 225 100 c 2\n 250 100 l 1\n 250 143 l 1\n 147 143 50 241 50 360 c 2\n 50 483 l 1\n 45 483 l 2\n 5 483 -16 501 -16 533 c 0\n -16 549 -8 564 5 574 c 0\n 15 581 23 583 50 583 c 1\n 150 583 l 1\n 150 344 l 2\n 150 298 197 247 250 247 c 1\n 250 483 l 1\n 249 483 l 2\n 224 483 213 485 204 492 c 0\n 191 502 183 517 183 533 c 0\n 183 550 192 567 207 576 c 0\n 216 582 223 583 249 583 c 2\n 351 583 l 2\n 378 583 386 581 396 574 c 0\n 410 564 417 549 417 533 c 0\n 417 516 408 499 393 490 c 0\n 385 485 374 483 351 483 c 2\n 350 483 l 1\n 350 248 l 1\n 405 248 450 298 450 344 c 2\n 450 583 l 1\n 550 583 l 1\n 577 583 585 581 595 574 c 0\n 608 564 616 549 616 533 c 0\n 616 501 595 483 555 483 c 2\n 550 483 l 1\nEndSplineSet\nEndChar\nStartChar: Omega\nEncoding: 937 937 590\nWidth: 600\nFlags: HW\nHStem: 0 100<129 179 421 471> 0 158<77 81 510.788 525> 0 202<253 279 321 349> 483 100<257 344>\nVStem: 29 100<101 118> 29 251<1 100> 40 100<336 352> 180 100<101 118> 320 100<101 118> 320 251<1 100> 460 100<336 352> 471 100<101 118>\nFore\n180 118 m 1\n 92 156 40 251 40 344 c 0\n 40 469 127 583 276 583 c 2\n 324 583 l 2\n 480 583 560 451 560 344 c 0\n 560 251 508 156 420 118 c 1\n 420 100 l 1\n 471 100 l 1\n 471 108 l 2\n 471 136 493 158 521 158 c 0\n 549 158 571 136 571 108 c 2\n 571 0 l 1\n 320 0 l 1\n 320 202 l 1\n 342 202 l 2\n 403 202 460 270 460 344 c 0\n 460 419 425 483 324 483 c 2\n 276 483 l 2\n 179 483 140 432 140 344 c 0\n 140 270 196 202 258 202 c 2\n 280 202 l 1\n 280 0 l 1\n 29 0 l 1\n 29 108 l 2\n 29 136 51 158 79 158 c 0\n 107 158 129 136 129 108 c 2\n 129 100 l 1\n 180 100 l 1\n 180 118 l 1\nEndSplineSet\nMinimumDistance: x10,-1 y26,23 y26,25 y7,10 y7,8 \nBack\n563 -25 m 1\n 306 -25 l 1\n 306 193 l 1\n 353 200 366 199 396 218 c 0\n 417 228 430 244 443 265 c 0\n 455 284 467 323 467 353 c 0\n 467 400 455 436 430 463 c 0\n 405 490 378 505 347 509 c 1\n 260 509 l 2\n 233 505 206 484 191 471 c 0\n 184 464 177 455 170 442 c 1\n 157 426 149 382 149 353 c 0\n 149 307 164 266 188 242 c 0\n 211 217 236 202 265 198 c 1\n 308 195 l 1\n 308 -25 l 1\n 56 -25 l 1\n 56 142 l 2\n 56 172 71 192 99 192 c 0\n 117 192 120 189 128 179 c 0\n 136 168 141 160 141 142 c 2\n 141 63 l 1\n 222 63 l 1\n 222 118 l 1\n 210 120 188 132 172 141 c 0\n 141 157 116 188 97 218 c 0\n 78 248 66 307 66 355 c 0\n 66 424 90 490 125 527 c 0\n 159 561 200 587 257 594 c 1\n 350 594 l 1\n 385 591 415 582 438 567 c 1\n 469 551 492 529 509 502 c 0\n 535 458 552 409 552 348 c 0\n 552 273 520 216 478 173 c 0\n 453 146 424 128 392 119 c 1\n 392 63 l 1\n 477 63 l 1\n 477 142 l 2\n 477 161 487 184 500 189 c 0\n 505 191 511 192 518 192 c 0\n 533 192 543 188 549 180 c 0\n 557 166 563 160 563 142 c 2\n 563 -25 l 1\nEndSplineSet\nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 591\nWidth: 600\nFlags: HW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 136 120<680.5 713> 250 100<100 483> 344 120<680.5 713>\nRef: 168 168 N 1 0 0 1 0 103\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 592\nWidth: 600\nFlags: HW\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5>\nVStem: 136 120<680.5 713> 250 100<100 245> 344 120<680.5 713>\nRef: 168 168 N 1 0 0 1 0 103\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: alphatonos\nEncoding: 940 940 593\nWidth: 600\nFlags: HW\nHStem: -14 100<257 289> 0 100<531 561> 0 467<471.156 483> 351 100<273 289> 515 218<289 305>\nVStem: 33 100<210 226> 257 80<547 695> 431 100<210 226 401.032 423.889>\nRef: 900 900 S 1 0 0 1 -3 1\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 594\nWidth: 600\nFlags: HW\nHStem: -16 100<286 320> 1 166<474 480> 178 100<286 365.108> 350 100<286 320> 513 218<291 307>\nVStem: 73 110<121 129> 94 110<310 318> 259 80<545 693>\nRef: 900 900 N 1 0 0 1 -1 -1\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: etatonos\nEncoding: 942 942 595\nWidth: 600\nFlags: HW\nHStem: -205 21<410 505> -205 100<510 525.03> 0 100<71 94 196 215> 350 100<311 334> 417 20<101 195> 498 218<324 340>\nVStem: 95 100<100 282> 292 80<530 678> 410 100<-105 291> 410 161<-157 -153>\nRef: 900 900 N 1 0 0 1 32 -16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: iotatonos\nEncoding: 943 943 596\nWidth: 600\nFlags: HW\nHStem: -16 100<424 441> 337 100<153 250> 498 218<253 269>\nVStem: 221 80<530 678> 250 100<160 337>\nRef: 900 900 N 1 0 0 1 -39 -16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 597\nWidth: 600\nFlags: HW\nHStem: -16 100<282 298> 337 100<58 92 374 404 505 538> 494 218<292 308>\nVStem: 92 100<160 337> 136 120<545.5 578> 260 80<526 674> 344 120<545.5 578> 405 100<163 337>\nRef: 168 168 S 1 0 0 1 0 -32\nRef: 781 781 S 1 0 0 1 0 -20\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: alpha\nEncoding: 945 945 598\nWidth: 600\nFlags: HW\nHStem: -14 100<257 289> 0 100<531 561> 0 467<471.156 483> 351 100<273 289>\nVStem: 33 100<210 226> 431 100<210 226 401.032 423.889>\nRef: 593 593 N 1 0 0 1 0 0\nEndChar\nStartChar: beta\nEncoding: 946 946 599\nWidth: 600\nFlags: HW\nHStem: -205 100<61 95> -16 100<317 352> 523 100<253 280>\nVStem: 13 225<-157 -152> 95 100<-105 -13 99 467> 346 100<451 467> 429 100<151.982 179>\nFore\n195 1 m 1\n 195 -105 l 1\n 223 -110 238 -127 238 -154 c 0\n 238 -189 217 -205 172 -205 c 2\n 79 -205 l 2\n 55 -205 42 -202 33 -196 c 0\n 21 -186 13 -170 13 -155 c 0\n 13 -138 23 -121 37 -112 c 0\n 46 -106 54 -105 79 -105 c 2\n 95 -105 l 1\n 95 478 l 2\n 95 563 167 623 268 623 c 0\n 369 623 446 551 446 456 c 0\n 446 419 438 397 411 365 c 1\n 488 320 529 249 529 165 c 0\n 529 57 441 -16 342 -16 c 0\n 292 -16 225 -4 195 1 c 1\n195 100 m 1\n 219 94 270 84 350 84 c 0\n 382 84 429 116 429 164 c 0\n 429 200 414 234 388 259 c 0\n 361 285 330 297 278 303 c 0\n 241 307 223 323 223 353 c 0\n 223 381 242 399 276 402 c 0\n 302 405 310 407 321 415 c 0\n 337 425 346 442 346 459 c 0\n 346 496 314 523 268 523 c 0\n 221 523 195 502 195 461 c 2\n 195 100 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nBack\n557 223 m 1\n 557 153 534 95 487 50 c 0\n 440 4 379 -19 304 -19 c 0\n 272 -19 240 -15 207 -6 c 1\n 207 -59 l 1\n 222 -61 232 -64 237 -67 c 1\n 241 -72 245 -78 248 -84 c 0\n 251 -90 252 -96 252 -102 c 0\n 252 -107 251 -112 249 -116 c 0\n 247 -120 244 -125 239 -132 c 1\n 234 -136 229 -139 222 -142 c 0\n 215 -145 208 -146 201 -146 c 2\n 85 -146 l 2\n 78 -146 72 -145 66 -142 c 0\n 60 -140 54 -137 49 -132 c 0\n 42 -123 39 -113 39 -102 c 0\n 39 -89 42 -78 49 -68 c 1\n 56 -62 68 -59 85 -59 c 2\n 122 -59 l 1\n 122 484 l 2\n 122 505 126 527 135 552 c 0\n 144 577 156 598 173 617 c 1\n 195 639 221 652 252 655 c 0\n 283 658 308 660 329 660 c 0\n 377 660 414 648 440 623 c 0\n 466 598 482 577 489 560 c 0\n 496 543 499 521 499 496 c 0\n 499 477 495 457 487 437 c 0\n 478 417 466 400 451 386 c 1\n 490 365 516 343 529 318 c 0\n 542 293 551 261 557 223 c 1\n471 216 m 1\n 461 299 402 341 293 341 c 0\n 280 341 271 345 264 352 c 0\n 257 359 253 368 253 380 c 0\n 253 381 253 383 253 384 c 0\n 253 395 257 404 264 413 c 1\n 274 420 285 424 296 424 c 0\n 308 424 324 425 343 428 c 0\n 362 430 375 433 382 436 c 0\n 389 439 394 444 398 451 c 0\n 401 458 404 464 407 470 c 0\n 410 476 412 482 414 487 c 0\n 416 492 417 497 417 501 c 0\n 417 523 409 541 393 556 c 0\n 377 571 356 578 329 578 c 0\n 310 578 292 577 276 574 c 0\n 259 571 246 566 236 558 c 0\n 225 549 218 538 214 525 c 0\n 210 512 208 499 208 488 c 2\n 208 91 l 1\n 229 84 248 79 265 76 c 0\n 282 73 298 72 315 72 c 0\n 358 72 394 86 425 113 c 0\n 456 140 471 174 471 216 c 1\nEndSplineSet\nEndChar\nStartChar: gamma\nEncoding: 947 947 600\nWidth: 600\nFlags: HW\nHStem: -205 100<224 248 351 375> 337 99<408 419> 417 20G<89 179 423 515>\nVStem: 23 222<376.035 389> 249 101<-105 -3> 356 225<375.996 389>\nDStem: 72 337 186 337 249 -3 300 114 420 337 529 337 300 114 350 -3\nFore\n356 387 m 0\n 356 422.659 383.779 437 423 437 c 2\n 515 437 l 2\n 541 437 551 435 560 428 c 0\n 574 418 581 403 581 387 c 0\n 581 358 562 340 529 337 c 1\n 350 -3 l 1\n 350 -105 l 1\n 361 -105 l 2\n 387 -105 397 -107 407 -114 c 0\n 419 -124 427 -139 427 -155 c 0\n 427 -172 418 -188 403 -198 c 0\n 395 -203 383 -205 361 -205 c 2\n 238 -205 l 2\n 213 -205 208 -206 193 -195 c 24\n 179 -184 172 -171 172 -155 c 0\n 172 -138 181 -121 196 -112 c 0\n 205 -107 214 -105 238 -105 c 2\n 249 -105 l 1\n 249 -3 l 1\n 72 337 l 1\n 41 341 23 359 23 387 c 0\n 23 422.421 51.5887 437 89 437 c 2\n 179 437 l 2\n 205 437 215 435 225 428 c 0\n 237 418 245 403 245 387 c 0\n 245 356 224 338 186 337 c 1\n 300 114 l 1\n 420 337 l 1\n 379 337 356 355 356 387 c 0\nEndSplineSet\nMinimumDistance: x4,-1 x0,4 x21,25 \nEndChar\nStartChar: delta\nEncoding: 948 948 601\nWidth: 600\nFlags: HW\nHStem: -16 100<282 314> 350 100<282 314> 463 169<500 506> 538 100<234 272>\nVStem: 42 100<208 224> 60 100<485 503> 458 100<208 224>\nFore\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 0\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n449 503 m 1\n 400 514 316 538 248 538 c 0\n 176 538 160 521 160 492 c 0\n 160 474 173 453 270 450 c 0\n 303 450 l 2\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 0\n 156 -16 42 87 42 217 c 0\n 42 284 71 343 119 385 c 1\n 84 408 60 443 60 492 c 0\n 60 599 162 638 248 638 c 0\n 323 638 411 614 471 601 c 1\n 476 622 489 632 504 632 c 8\n 536 632 551 612 551 566 c 2\n 551 529 l 2\n 551 503 549 493 542 483 c 0\n 532 471 516 463 501 463 c 0\n 474.522 463 461.889 479.799 449 503 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nBack\n540 220 m 0\n 540 186 534 154 522 125 c 0\n 509 96 491 69 467 44 c 0\n 443 19 416 1 387 -12 c 0\n 358 -25 326 -32 293 -32 c 0\n 259 -32 227 -26 198 -13 c 0\n 169 0 136 25 100 63 c 0\n 64 100 46 153 46 220 c 0\n 46 290 61 340 91 371 c 0\n 121 402 143 421 156 428 c 1\n 138 440 124 454 113 469 c 0\n 102 484 97 502 97 523 c 0\n 97 570 110 603 136 623 c 0\n 161 643 197 653 242 653 c 0\n 249 653 255 653 262 653 c 0\n 269 653 276 652 285 651 c 0\n 302 651 322 649 343 644 c 0\n 364 639 394 632 434 623 c 1\n 434 632 435 639 437 646 c 0\n 439 653 442 658 445 662 c 1\n 455 669 466 673 477 673 c 0\n 489 673 498 670 503 665 c 0\n 508 659 512 653 515 646 c 0\n 518 639 519 631 519 624 c 2\n 519 546 l 2\n 519 537 518 529 516 523 c 0\n 513 517 509 511 503 504 c 0\n 496 497 488 494 477 494 c 0\n 472 494 467 495 461 498 c 0\n 454 501 449 504 445 507 c 1\n 438 516 434 529 434 546 c 1\n 421 550 396 555 358 562 c 0\n 320 568 294 572 279 574 c 0\n 264 575 250 576 238 576 c 0\n 196 576 175 560 175 529 c 1\n 180 512 191 498 210 488 c 0\n 229 478 257 473 295 473 c 0\n 362 473 414 455 450 418 c 0\n 485 381 509 348 522 318 c 0\n 534 287 540 255 540 220 c 0\n456 220 m 0\n 456 266 439 305 405 338 c 1\n 376 369 338 385 293 385 c 0\n 270 385 249 381 231 374 c 0\n 212 366 191 350 167 326 c 0\n 143 302 131 267 131 220 c 0\n 131 175 147 137 180 104 c 0\n 213 71 250 55 293 55 c 0\n 338 55 372 67 395 92 c 0\n 418 117 434 139 443 159 c 0\n 452 178 456 199 456 220 c 0\nEndSplineSet\nEndChar\nStartChar: epsilon\nEncoding: 949 949 602\nWidth: 600\nFlags: HW\nHStem: -16 100<286 320> 1 166<474 480> 178 100<286 365.108> 350 100<286 320>\nVStem: 73 110<121 129> 94 110<310 318>\nRef: 1079 1079 N -1 0 0 1 600 0\nBack\n515 37 m 2\n 515 27 514 19 511 14 c 0\n 508 9 503 5 498 2 c 0\n 491 -4 482 -7 473 -7 c 0\n 464 -7 456 -4 449 1 c 0\n 443 4 439 8 436 14 c 0\n 433 19 431 29 431 42 c 1\n 450 42 l 1\n 450 30 l 1\n 425 13 401 0 378 -10 c 0\n 355 -20 330 -25 305 -25 c 0\n 276 -25 253 -22 235 -15 c 0\n 216 -8 196 2 175 16 c 1\n 143 44 127 78 127 119 c 1\n 124 132 l 1\n 124 151 129 171 138 190 c 0\n 147 209 161 225 178 238 c 1\n 163 247 153 259 146 273 c 0\n 139 286 135 301 135 317 c 0\n 135 362 151 397 182 424 c 1\n 197 439 214 450 231 456 c 0\n 248 462 270 465 299 465 c 0\n 363 465 426 442 489 396 c 1\n 506 373 l 1\n 506 363 506 356 505 351 c 0\n 504 346 501 341 498 336 c 1\n 488 327 479 322 472 322 c 0\n 469 322 l 0\n 464 322 458 323 451 325 c 0\n 442 328 433 331 425 336 c 0\n 416 340 410 344 405 348 c 0\n 400 352 394 357 387 363 c 0\n 380 369 368 375 353 381 c 0\n 338 386 322 389 307 389 c 0\n 276 389 254 382 239 368 c 0\n 224 353 216 339 216 325 c 1\n 219 314 222 306 226 300 c 0\n 229 294 237 289 248 285 c 0\n 259 280 270 278 283 278 c 2\n 295 278 l 2\n 310 278 321 276 327 271 c 1\n 338 266 344 254 344 237 c 0\n 344 228 339 219 330 208 c 1\n 319 199 308 195 297 195 c 2\n 283 195 l 1\n 275 195 l 2\n 268 195 260 194 253 192 c 0\n 246 190 239 187 233 183 c 0\n 227 178 222 170 218 157 c 0\n 213 144 211 132 211 120 c 0\n 211 106 217 94 228 84 c 0\n 239 73 249 66 259 61 c 0\n 269 56 282 53 297 53 c 0\n 312 53 327 55 341 60 c 0\n 354 64 370 70 389 79 c 2\n 431 101 l 1\n 431 111 l 2\n 431 127 434 139 441 147 c 1\n 451 154 462 158 473 158 c 0\n 484 158 494 154 502 147 c 1\n 511 136 515 124 515 111 c 2\n 515 37 l 2\nEndSplineSet\nEndChar\nStartChar: zeta\nEncoding: 950 950 603\nWidth: 600\nFlags: HW\nHStem: -205 100<329 361> 0 100<293 340> 524 100<197 316>\nVStem: 92 100<179 195> 97 100<499 523> 97 409<543 623> 273 244<-157 -153> 378 100<-29 -20>\nDStem: 329.977 524 506 543 238 446 302 370\nFore\n467 -105 m 1\n 501.174 -107.278 517 -129.427 517 -155 c 0\n 517 -172 508 -188 493 -198 c 0\n 485 -203 473 -205 451 -205 c 2\n 339 -205 l 2\n 314 -205 309 -206 294 -195 c 24\n 280 -184 273 -171 273 -155 c 0\n 273 -138 282 -121 297 -112 c 0\n 306 -107 315 -105 339 -105 c 2\n 362 -105 l 1\n 374 -79 378 -45 378 -22 c 0\n 378 -4 363 0 300 0 c 0\n 164 0 92 79 92 182 c 0\n 92 277 145 367 238 446 c 2\n 330 524 l 1\n 197 524 l 1\n 197 515 l 2\n 197 488 195 480 188 470 c 0\n 178 457 163 449 147 449 c 0\n 130 449 113 458 104 473 c 0\n 99 482 97 492 97 515 c 2\n 97 624 l 1\n 506 624 l 1\n 506 543 l 1\n 302 370 l 2\n 223 303 192 244 192 182 c 0\n 192 146 238 100 300 100 c 0\n 434 100 478 94 478 -6 c 0\n 478 -27 477 -69 467 -105 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nBack\n500 -169 m 0\n 500 -177 498 -183 495 -188 c 0\n 491 -193 488 -196 485 -198 c 0\n 482 -201 477 -204 470 -207 c 0\n 462 -211 455 -213 450 -213 c 2\n 324 -213 l 2\n 316 -213 309 -212 304 -210 c 0\n 298 -208 293 -205 289 -202 c 0\n 280 -198 275 -187 275 -169 c 0\n 275 -158 276 -150 278 -145 c 0\n 280 -141 284 -138 289 -136 c 1\n 295 -131 307 -128 324 -128 c 2\n 352 -128 l 1\n 367 -103 375 -83 377 -66 c 1\n 374 -35 341 -15 280 -6 c 0\n 219 3 173 14 144 28 c 0\n 114 42 99 83 99 151 c 0\n 99 229 122 302 168 371 c 0\n 213 439 270 501 338 556 c 1\n 190 556 l 1\n 190 533 l 2\n 190 524 189 518 188 514 c 0\n 186 509 182 503 177 495 c 0\n 171 486 160 482 145 482 c 0\n 132 482 122 486 116 495 c 0\n 110 504 107 516 107 533 c 2\n 107 642 l 1\n 494 642 l 1\n 494 564 l 1\n 407 510 334 444 274 367 c 0\n 213 290 183 219 183 154 c 0\n 183 99 207 63 254 47 c 1\n 297 39 341 31 385 24 c 1\n 433 11 457 -18 457 -65 c 0\n 457 -76 456 -86 455 -94 c 0\n 453 -103 449 -114 444 -128 c 1\n 450 -128 l 2\n 464 -128 474 -130 480 -134 c 0\n 486 -139 491 -144 495 -150 c 0\n 498 -157 500 -163 500 -169 c 0\nEndSplineSet\nEndChar\nStartChar: eta\nEncoding: 951 951 604\nWidth: 600\nFlags: HW\nHStem: -205 21G<410 505> -205 100<510 525.03> 0 100<71 94 196 215> 350 100<311 334> 417 20G<101 195>\nVStem: 95 100<100 282> 410 100<-105 291> 410 161<-157 -153>\nFore\n332 450 m 0\n 432.124 450 510 391.537 510 282 c 2\n 510 -105 l 1\n 549 -105 571 -123 571 -155 c 0\n 571 -172 562 -189 547 -198 c 0\n 539 -203 526 -205 505 -205 c 2\n 410 -205 l 17\n 410 278 l 2\n 410 327 382 350 320 350 c 0\n 274 350 242 333 195 282 c 1\n 195 100 l 1\n 201 100 l 2\n 228 100 236 98 246 91 c 0\n 259 81 267 66 267 50 c 0\n 267 33 258 17 243 7 c 0\n 235 2 222 0 201 0 c 2\n 89 0 l 2\n 65 0 53 3 43 10 c 0\n 31 19 23 35 23 50 c 0\n 23 67 32 84 47 93 c 0\n 56 98 64 100 89 100 c 2\n 95 100 l 1\n 95 337 l 1\n 56 338 34 355 34 387 c 0\n 34 422.659 61.7792 437 101 437 c 2\n 195 437 l 1\n 195 389 l 1\n 243 435 277 450 332 450 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: theta\nEncoding: 952 952 605\nWidth: 600\nFlags: HW\nHStem: -15 100<291 307> 253 100<184 416> 523 100<291 307>\nVStem: 83 434<253 353> 84 99<241 252 353.125 375.056> 417 99<241 252 353.125 375.056>\nFore\n300 623 m 0\n 450.106 623 517 486.65 517 344 c 2\n 517 264 l 2\n 517 120.046 449.076 -15 300 -15 c 0\n 149.894 -15 83 121.35 83 264 c 2\n 83 344 l 2\n 83 487.954 150.924 623 300 623 c 0\n183 353 m 1\n 417 353 l 1\n 416 456 371 523 300 523 c 0\n 229 523 184 456 183 353 c 1\n417 253 m 1\n 183 253 l 1\n 184 151 230 85 300 85 c 0\n 370 85 416 151 417 253 c 1\nEndSplineSet\nEndChar\nStartChar: iota\nEncoding: 953 953 606\nWidth: 600\nFlags: HW\nHStem: -16 100<424 441> 337 100<153 250>\nVStem: 250 100<160 337>\nRef: 617 617 N 1 0 0 1 0 0\nEndChar\nStartChar: kappa\nEncoding: 954 954 607\nWidth: 600\nFlags: HW\nHStem: 0 100<100.726 133 447 501> 337 100<99 133 447 485>\nVStem: 134 100<99 164 287 337>\nDStem: 234 164 312 227 312 87 448 100 314 350 448 337 234 287 312 227\nRef: 1082 1082 N 1 0 0 1 0 0\nEndChar\nStartChar: lambda\nEncoding: 955 955 608\nWidth: 600\nFlags: HW\nHStem: 0 21G<87 177 421 513> 0 100<405.713 417.969> 524 100<85 196>\nVStem: 21 222<48 52> 354 225<48 52>\nDStem: 196 524 306 524 242 434 527 100 242 434 298 323 70 100 184 100 298 323 306 524 418 100 527 100\nFore\n306 524 m 2\n 527 100 l 1\n 560 97 579 79 579 50 c 0\n 579 34 572 19 558 9 c 0\n 549 2 539 0 513 0 c 2\n 421 0 l 2\n 383.729 0 354 12.8888 354 50 c 0\n 354 82 377 100 418 100 c 1\n 298 323 l 1\n 184 100 l 1\n 222 99 243 81 243 50 c 0\n 243 34 235 19 223 9 c 0\n 213 2 203 0 177 0 c 2\n 87 0 l 2\n 51.8209 0 21 13.0172 21 50 c 0\n 21 78 39 96 70 100 c 1\n 242 434 l 1\n 196 524 l 1\n 96 524 l 2\n 72 524 63 526 54 531 c 0\n 39 540 30 557 30 574 c 0\n 30 590 37 603 51 614 c 24\n 66 625 71 624 96 624 c 2\n 193 624 l 2\n 271 624 283 569 306 524 c 2\nEndSplineSet\nMinimumDistance: x2,-1 x6,2 x14,10 \nEndChar\nStartChar: uni03BC\nEncoding: 956 956 609\nWidth: 600\nFlags: HW\nHStem: -205 100<67 94 196 221> -13 100<266 285> 0 21G<410 505> 0 100<510.031 525.045> 337 100<61 94 349.509 409>\nVStem: 95 100<-105 0 147 337> 410 100<155 337>\nFore\n195 1 m 1\n 195 -105 l 1\n 201 -105 l 2\n 227 -105 237 -107 247 -114 c 0\n 259 -124 267 -139 267 -155 c 0\n 267 -172 258 -188 243 -198 c 0\n 235 -203 223 -205 201 -205 c 2\n 89 -205 l 2\n 64 -205 59 -206 44 -195 c 24\n 30 -184 23 -171 23 -155 c 0\n 23 -138 32 -121 47 -112 c 0\n 56 -107 65 -105 89 -105 c 2\n 95 -105 l 1\n 95 337 l 1\n 68 337 l 2\n 35 337 13 358 13 387 c 0\n 13 404 22 421 37 430 c 0\n 46 436 54 437 79 437 c 2\n 195 437 l 1\n 195 159 l 2\n 195 110 223 87 283 87 c 0\n 333 87 358 100 410 155 c 1\n 410 337 l 1\n 375 337 l 2\n 350 337 345 336 330 347 c 24\n 316 358 309 372 309 387 c 0\n 309 404 318 421 333 430 c 0\n 342 436 351 437 375 437 c 2\n 510 437 l 1\n 510 100 l 1\n 549 100 571 82 571 50 c 0\n 571 33 562 17 547 7 c 0\n 539 2 526 0 505 0 c 2\n 410 0 l 1\n 410 48 l 1\n 360 1 328 -13 273 -13 c 0\n 245 -13 219 -8 195 1 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nBack\n553 20 m 0\n 553 10 549 0 541 -9 c 1\n 536 -13 531 -16 526 -19 c 0\n 521 -22 514 -23 505 -23 c 2\n 409 -23 l 1\n 409 13 l 1\n 364 -20 315 -37 263 -37 c 0\n 246 -37 232 -36 222 -34 c 0\n 211 -33 200 -29 187 -23 c 1\n 187 -128 l 1\n 241 -128 l 2\n 254 -128 265 -131 273 -137 c 1\n 284 -141 289 -152 289 -169 c 0\n 289 -175 288 -180 286 -184 c 0\n 284 -189 281 -193 278 -197 c 0\n 274 -202 269 -205 262 -208 c 0\n 255 -211 248 -213 241 -213 c 2\n 48 -213 l 2\n 40 -213 33 -212 28 -210 c 0\n 22 -208 17 -205 13 -202 c 1\n 4 -199 0 -188 0 -169 c 0\n 0 -157 1 -149 3 -145 c 0\n 5 -142 8 -139 13 -137 c 1\n 20 -131 32 -128 48 -128 c 2\n 102 -128 l 1\n 102 362 l 1\n 71 362 l 2\n 63 362 56 363 50 366 c 0\n 44 368 38 371 32 376 c 1\n 25 385 21 395 21 406 c 0\n 21 424 26 435 36 440 c 1\n 44 446 56 449 71 449 c 2\n 187 449 l 1\n 187 117 l 2\n 187 96 193 79 204 66 c 1\n 211 60 220 55 232 52 c 0\n 243 49 254 47 265 47 c 0\n 293 47 317 53 338 65 c 0\n 359 77 382 97 409 126 c 1\n 409 362 l 1\n 357 362 l 2\n 348 362 341 363 336 366 c 0\n 331 368 325 371 320 376 c 0\n 315 383 311 388 310 393 c 0\n 308 397 307 401 307 406 c 0\n 307 419 312 429 321 437 c 0\n 330 445 342 449 357 449 c 2\n 493 449 l 1\n 493 65 l 1\n 505 65 l 2\n 514 65 521 64 527 62 c 0\n 532 60 537 57 541 54 c 1\n 544 50 547 45 550 39 c 0\n 552 32 553 26 553 20 c 0\nEndSplineSet\nEndChar\nStartChar: nu\nEncoding: 957 957 610\nWidth: 600\nFlags: HW\nHStem: 0 20 417 20<66 198 198 211 399 534 534 547>\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: xi\nEncoding: 958 958 611\nWidth: 600\nFlags: HW\nHStem: -224 86<341 376 473 479> 291 87<385 437> 551 86<201 281 435 504>\nVStem: 117 84<517 550> 117 388<554 636> 128 78<128 149> 236 79<432.338 448> 298 224<-189.839 -176> 418 81<-78 -76>\nFore\n298 -181 m 0\n 298 -159 301 -157 311 -148 c 24\n 322 -138 331 -138 347 -138 c 2\n 376 -138 l 1\n 385 -127 395 -116 405 -105 c 0\n 413 -96 417 -87 418 -79 c 0\n 418 -78 418 -76 417 -75 c 0\n 413 -46 380 -28 319 -21 c 0\n 257 -14 210 -2 177 15 c 0\n 144 31 128 76 128 149 c 0\n 128 202 147 250 184 292 c 0\n 217 329 245 351 269 357 c 1\n 247 377 236 403 236 446 c 0\n 236 458 237 471 239 485 c 1\n 250 510 264 532 282 551 c 1\n 201 551 l 1\n 201 528 l 2\n 201 504 198 505 187 489 c 0\n 180 480 170 476 157 476 c 0\n 144 476 134 480 129 488 c 0\n 119 503 117 506 117 528 c 2\n 117 637 l 1\n 505 637 l 1\n 505 553 l 1\n 434 554 l 1\n 405 545 379 533 358 518 c 0\n 339 505 328 492 323 477 c 0\n 318 462 315 450 315 443 c 0\n 315 430 319 419 328 410 c 0\n 336 401 355 390 385 378 c 1\n 431 378 l 2\n 460 378 479 361 479 335 c 0\n 479 307 451 291 431 291 c 2\n 384 291 l 2\n 278 291 219 244 206 149 c 1\n 206 86 229 47 274 32 c 1\n 319 26 365 20 413 13 c 0\n 461 6 489 -18 498 -61 c 0\n 499 -65 499 -69 499 -73 c 0\n 499 -100 487 -121 476 -138 c 1\n 506 -139 522 -160 522 -181 c 0\n 522 -209 489 -224 472 -224 c 2\n 347 -224 l 2\n 329 -224 322 -223 311 -213 c 24\n 301 -204 298 -199 298 -181 c 0\nEndSplineSet\nEndChar\nStartChar: omicron\nEncoding: 959 959 612\nWidth: 600\nFlags: HW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: pi\nEncoding: 960 960 613\nWidth: 600\nFlags: HW\nHStem: 0 21<113 202 398 487> 0 100<105 107 207.031 222.093 381 392 492.031 507.176> 337 100<105 107 207 392 492 494> 417 20<113 487>\nVStem: 107 100<99 336> 392 100<99 336>\nRef: 1087 1087 N 1 0 0 1 0 0\nEndChar\nStartChar: rho\nEncoding: 961 961 614\nWidth: 600\nFlags: HW\nHStem: -205 100<24 42 143 184> -16 100<280 312> 350 100<296 312>\nVStem: -24 260<-157 -153> 42 100<-105 19 211 227> 458 100<211 227>\nFore\n142 32 m 1\n 142 -105 l 1\n 170 -105 l 2\n 196 -105 206 -107 216 -114 c 0\n 228 -124 236 -139 236 -155 c 0\n 236 -172 227 -188 212 -198 c 0\n 204 -203 192 -205 170 -205 c 2\n 42 -205 l 2\n 17 -205 12 -206 -3 -195 c 24\n -17 -184 -24 -171 -24 -155 c 0\n -24 -138 -15 -121 0 -112 c 0\n 9 -107 18 -105 42 -105 c 1\n 42 217 l 2\n 42 349 155 450 303 450 c 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 0\n 240 -16 185 2 142 32 c 1\n142 217 m 0\n 142 142 211 84 300 84 c 0\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n 211 350 142 293 142 217 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nBack\n553 226 m 0\n 553 161 536 111 502 76 c 0\n 467 41 436 18 408 6 c 0\n 379 -7 349 -13 317 -13 c 0\n 258 -13 208 6 165 43 c 1\n 165 -128 l 1\n 241 -128 l 2\n 254 -128 265 -131 273 -137 c 1\n 284 -141 289 -152 289 -169 c 0\n 289 -175 288 -180 286 -184 c 0\n 284 -189 281 -193 278 -197 c 0\n 274 -202 269 -205 262 -208 c 0\n 255 -211 248 -213 241 -213 c 2\n 48 -213 l 2\n 40 -213 33 -212 28 -210 c 0\n 22 -208 17 -205 13 -202 c 1\n 4 -199 0 -188 0 -169 c 0\n 0 -157 1 -149 3 -145 c 0\n 5 -142 8 -139 13 -137 c 1\n 20 -131 32 -128 48 -128 c 2\n 80 -128 l 1\n 80 202 l 1\n 78 220 l 1\n 78 244 82 270 91 298 c 0\n 100 325 110 347 123 363 c 0\n 136 379 149 394 164 407 c 0\n 178 420 192 431 207 440 c 0\n 236 457 273 465 317 465 c 0\n 361 465 397 457 424 441 c 0\n 451 425 472 410 487 395 c 0\n 502 380 513 363 522 345 c 0\n 533 326 541 307 546 288 c 0\n 551 269 553 248 553 226 c 0\n468 226 m 0\n 468 267 457 298 436 321 c 0\n 415 344 395 359 377 366 c 0\n 359 373 339 376 317 376 c 0\n 294 376 274 373 257 367 c 0\n 240 360 221 345 199 322 c 0\n 176 299 165 267 165 226 c 0\n 165 186 180 151 209 120 c 0\n 238 89 274 74 317 74 c 0\n 358 74 393 89 423 119 c 0\n 453 148 468 184 468 226 c 0\nEndSplineSet\nEndChar\nStartChar: sigma1\nEncoding: 962 962 615\nWidth: 600\nFlags: HW\nHStem: -36 89<297 311 321.016 337> -19 171<169 177> 261 186<464 472> 382 81<289 325>\nVStem: 113 82<308 317> 134 80<102 111> 411 82<102 111> 431 79<308 317>\nFore\n510 315 m 2\n 510 283.758 498.139 261 462 261 c 1\n 457.008 269.008 445.991 270.991 439 277 c 1\n 434.382 289.316 431 296.883 431 309 c 0\n 431 335.328 403.247 359.001 383 368 c 0\n 363.804 376.531 339.589 382 311 382 c 0\n 270.207 382 242.956 377.86 222 359 c 0\n 205.828 344.446 195 333.501 195 311 c 0\n 195 294 202 281 215 273 c 0\n 243.2 253.477 269.912 248.338 311 239 c 1\n 362.446 232.852 384.957 233.45 416 216 c 1\n 445.308 202.473 459.438 190.842 478 163 c 0\n 488 148 493 128 493 103 c 0\n 493 56 473 22 434 0 c 1\n 404 -24 367 -36 323 -36 c 2\n 304 -36 l 2\n 269 -36 235 -26 202 -5 c 1\n 194.421 -10.6841 184.299 -19 175 -19 c 0\n 162.565 -19 148.012 -10.012 141 -3 c 0\n 136 4 134 16 134 31 c 2\n 134 103 l 2\n 134 119 136 131 141 138 c 0\n 146.353 143.353 163.784 152 175 152 c 0\n 183 152 191 149 200 143 c 1\n 207.257 133.929 214 125.372 214 109 c 0\n 214 77.1396 242.022 67.6856 267 60 c 0\n 280 55 295 53 311 53 c 1\n 321 51 l 1\n 353.167 51 373.245 58.7924 394 72 c 1\n 405.132 86.3124 411 89.1865 411 103 c 0\n 411 140.793 355.699 146.84 317 152 c 0\n 286.517 155.81 231.167 164.069 209 177 c 0\n 180.879 190.123 154.771 206.679 140 232 c 1\n 123.858 253.522 113 276.971 113 311 c 0\n 113 383.719 166.678 434.761 224 453 c 0\n 246 460 271 463 298 463 c 2\n 309 463 l 2\n 360 463 402 452 437 431 c 1\n 440.663 433.085 441.429 433.919 443 438 c 1\n 452.131 442.565 459.513 447 470 447 c 0\n 481 447 490 444 497 439 c 1\n 502.471 429.882 510 415 510 400 c 2\n 510 315 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: sigma\nEncoding: 963 963 616\nWidth: 600\nFlags: HW\nHStem: -16 100<282 314> 350 100<282 314 514 560>\nVStem: 42 100<208 224> 458 100<208 224>\nFore\n302 350 m 0\n 211 350 142 293 142 217 c 0\n 142 142 211 84 300 84 c 0\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n513 350 m 1\n 541 312 558 267 558 217 c 0\n 558 87 444 -16 300 -16 c 0\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 2\n 552 450 l 2\n 580 450 602 428 602 400 c 0\n 602 372 580 350 552 350 c 2\n 513 350 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nBack\n536 360 m 1\n 431 360 l 1\n 467 317 485 265 485 204 c 0\n 485 137 462 80 416 33 c 0\n 370 -14 316 -38 253 -38 c 0\n 212 -38 173 -27 138 -5 c 1\n 103 12 74 41 53 81 c 0\n 32 120 21 161 21 204 c 0\n 21 247 29 285 46 316 c 0\n 63 347 88 377 123 406 c 0\n 158 435 202 449 257 449 c 2\n 276 449 l 1\n 536 451 l 1\n 536 360 l 1\n399 204 m 0\n 399 251 385 288 356 317 c 0\n 327 346 293 360 253 360 c 0\n 212 360 180 349 159 328 c 0\n 137 306 123 286 117 268 c 0\n 110 249 107 228 107 204 c 0\n 107 180 110 159 117 142 c 0\n 123 125 137 105 160 83 c 1\n 182 60 213 49 253 49 c 0\n 294 49 328 64 357 94 c 0\n 385 123 399 160 399 204 c 0\nEndSplineSet\nEndChar\nStartChar: tau\nEncoding: 964 964 617\nWidth: 600\nFlags: HW\nHStem: -16 100<406 422> 337 100<118 234 335 470>\nVStem: 234 100<160 337>\nFore\n334 337 m 1\n 334 173 l 2\n 334 120 366 84 412 84 c 0\n 428 84 444 87 460 92 c 0\n 474 97 477 98 483 98 c 0\n 508 98 531 75 531 48 c 0\n 531 8 486 -16 409 -16 c 0\n 310 -16 234 66 234 173 c 2\n 234 337 l 1\n 120 337 l 2\n 92 337 70 359 70 387 c 0\n 70 415 92 437 120 437 c 2\n 468 437 l 2\n 496 437 518 415 518 387 c 0\n 518 359 496 337 468 337 c 2\n 334 337 l 1\nEndSplineSet\nMinimumDistance: x12,-1 x8,11 x8,9 x0,12 x0,14 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 618\nWidth: 600\nFlags: HW\nHStem: -16 100<282 298> 337 100<58 92 374 404 505 538>\nVStem: 92 100<160 337> 405 100<163 337>\nFore\n405 337 m 1\n 386 337 l 2\n 361 337 350 339 341 346 c 0\n 328 356 320 371 320 387 c 0\n 320 404 329 421 344 430 c 0\n 353 435 362 437 386 437 c 2\n 521 437 l 2\n 547 437 557 435 567 428 c 0\n 579 418 587 403 587 387 c 0\n 587 370 578 353 563 344 c 0\n 555 339 544 337 521 337 c 2\n 505 337 l 1\n 505 166 l 2\n 505 42 420 -16 294 -16 c 0\n 171 -16 92 44 92 164 c 2\n 92 337 l 1\n 65 337 l 2\n 32 337 10 358 10 387 c 0\n 10 404 19 421 34 430 c 0\n 43 436 51 437 76 437 c 2\n 192 437 l 1\n 192 177 l 2\n 192 143 198 119 219 105 c 0\n 240 91 266 84 296 84 c 0\n 326 84 352 92 375 107 c 0\n 398 122 405 147 405 181 c 2\n 405 337 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: phi\nEncoding: 966 966 619\nWidth: 600\nFlags: HW\nHStem: -3 100<217 250 350 384> 337 100<217 250 350 384>\nVStem: -4 100<210 227> 250 100<-157 -3 98 336 437 595> 504 100<210 227>\nFore\n250 337 m 1\n 218 337 l 2\n 124 337 97 271 96 217 c 1\n 97 147 132 97 218 97 c 2\n 250 97 l 1\n 250 337 l 1\n350 97 m 1\n 382 97 l 2\n 468 97 504 149 504 217 c 16\n 504 268 476 337 382 337 c 2\n 350 337 l 1\n 350 97 l 1\n250 437 m 1\n 250 589 l 2\n 250 617 272 639 300 639 c 0\n 328 639 350 617 350 589 c 2\n 350 437 l 1\n 360 437 l 2\n 516 437 604 340 604 211 c 0\n 604 88 518 -3 362 -3 c 2\n 350 -3 l 1\n 350 -155 l 2\n 350 -183 328 -205 300 -205 c 0\n 272 -205 250 -183 250 -155 c 2\n 250 -3 l 1\n 238 -3 l 2\n 82 -3 -4 88 -4 211 c 0\n -4 340 84 437 240 437 c 2\n 250 437 l 1\nEndSplineSet\nMinimumDistance: y10,13 y10,11 y18,21 y18,19 \nEndChar\nStartChar: chi\nEncoding: 967 967 620\nWidth: 600\nFlags: HW\nHStem: -205 100<52 89 209.032 228.518 500 538> 337 100<52 91 372 380 501 538>\nVStem: 5 267<-157 -153> 317 267<377.191 389>\nDStem: 140 294 228 342 236 118 299 212 236 118 290 19 89 -105 209 -105 290 19 353 113 378 -142 466 -94 381 337 501 337 299 212 353 113\nFore\n501 337 m 1\n 353 113 l 1\n 466 -94 l 2\n 467 -96 478 -105 508 -105 c 2\n 536 -105 l 2\n 564 -105 586 -127 586 -155 c 0\n 586 -183 564 -205 536 -205 c 16\n 471 -205 412 -204 378 -142 c 2\n 290 19 l 1\n 209 -105 l 1\n 232 -105 242 -107 251 -114 c 0\n 264 -124 272 -139 272 -155 c 0\n 272 -172 263 -189 248 -198 c 0\n 239 -203 230 -205 206 -205 c 2\n 71 -205 l 2\n 45 -205 35 -203 25 -196 c 0\n 13 -186 5 -171 5 -155 c 0\n 5 -138 14 -121 29 -112 c 0\n 37 -107 48 -105 71 -105 c 2\n 89 -105 l 1\n 236 118 l 1\n 140 294 l 2\n 126 319 114 337 82 337 c 2\n 54 337 l 2\n 26 337 4 359 4 387 c 0\n 4 415 26 437 54 437 c 2\n 82 437 l 2\n 162 437 208 378 228 342 c 2\n 299 212 l 1\n 381 337 l 1\n 358 337 347 339 338 346 c 0\n 325 356 317 371 317 387 c 0\n 317 404 326 421 341 430 c 0\n 350 435 359 437 383 437 c 2\n 518 437 l 2\n 544 437 554 435 564 428 c 0\n 576 418 584 403 584 387 c 0\n 584 370 575 353 560 344 c 0\n 552 339 541 337 518 337 c 2\n 501 337 l 1\nEndSplineSet\nMinimumDistance: x36,-1 \nBack\n575 408 m 0\n 575 403 574 398 572 394 c 0\n 570 390 566 385 561 378 c 1\n 557 375 552 372 547 369 c 0\n 541 366 534 364 525 364 c 2\n 485 364 l 1\n 337 121 l 1\n 472 -113 l 1\n 513 -113 l 2\n 528 -113 539 -116 548 -123 c 1\n 553 -129 557 -135 560 -140 c 0\n 563 -145 564 -150 564 -155 c 0\n 564 -163 562 -170 559 -175 c 0\n 555 -181 550 -185 544 -188 c 1\n 535 -195 524 -199 513 -199 c 2\n 437 -199 l 1\n 293 51 l 1\n 192 -113 l 1\n 202 -113 l 2\n 218 -113 230 -116 239 -123 c 1\n 244 -130 248 -136 250 -141 c 0\n 252 -146 253 -151 253 -157 c 0\n 253 -165 251 -172 248 -177 c 0\n 244 -183 239 -187 233 -190 c 1\n 224 -197 213 -201 200 -201 c 2\n 59 -201 l 2\n 45 -201 33 -197 24 -190 c 1\n 15 -186 10 -175 10 -157 c 0\n 10 -144 13 -135 19 -129 c 0\n 25 -123 31 -119 37 -117 c 0\n 43 -116 50 -115 59 -115 c 2\n 98 -115 l 1\n 247 126 l 1\n 110 362 l 1\n 71 362 l 2\n 65 362 59 363 52 366 c 0\n 45 368 40 371 37 374 c 0\n 33 377 29 381 26 388 c 0\n 23 394 21 400 21 406 c 0\n 21 423 27 435 38 440 c 1\n 46 446 57 449 71 449 c 2\n 147 449 l 1\n 291 199 l 1\n 390 362 l 1\n 382 362 l 2\n 367 362 354 366 343 375 c 1\n 336 384 332 395 332 408 c 0\n 332 427 337 438 348 443 c 0\n 353 446 358 449 363 450 c 0\n 368 451 375 451 384 451 c 2\n 525 451 l 2\n 534 451 540 451 544 450 c 0\n 547 449 552 446 557 442 c 1\n 569 437 575 425 575 408 c 0\nEndSplineSet\nEndChar\nStartChar: psi\nEncoding: 968 968 621\nWidth: 600\nFlags: HW\nHStem: -4 100<234 250 350 362> 337 100<26 60 540 570> 419 20G<440 556>\nVStem: 60 100<178 337> 250 100<-158 -4 97 594> 440 100<178 339> 440 182<386 391>\nFore\n44 437 m 2\n 160 437 l 1\n 160 190 l 2\n 160 123 185 96 244 96 c 2\n 250 96 l 1\n 250 588 l 2\n 250 616 272 638 300 638 c 0\n 328 638 350 616 350 588 c 2\n 350 96 l 1\n 409 96 440 110 440 190 c 2\n 440 439 l 1\n 556 439 l 2\n 580 439 589 438 598 432 c 0\n 613 423 622 406 622 389 c 0\n 622 373 614 358 602 348 c 0\n 592 341 582 339 556 339 c 2\n 540 339 l 1\n 540 190 l 2\n 540 74 465 -4 356 -4 c 2\n 350 -4 l 1\n 350 -156 l 2\n 350 -184 328 -206 300 -206 c 0\n 272 -206 250 -184 250 -156 c 2\n 250 -4 l 1\n 244 -4 l 2\n 141 -4 60 74 60 190 c 2\n 60 337 l 1\n 44 337 l 2\n 18 337 8 339 -2 346 c 0\n -14 356 -22 371 -22 387 c 0\n -22 404 -13 421 2 430 c 0\n 11 436 20 437 44 437 c 2\nEndSplineSet\nMinimumDistance: y19,22 y19,20 y4,7 y4,5 x0,2 y3,0 y3,1 \nEndChar\nStartChar: omega\nEncoding: 969 969 622\nWidth: 600\nFlags: HW\nHStem: -40 87<190 209 387 407> 364 87<150 200 397 445>\nVStem: 19 83<200 232> 30 208<407 412> 257 85<104 257> 359 209<407 412> 493 84<200 232>\nFore\n19 217 m 0\n 19 276 35 327 59 368 c 1\n 41 373 30 389 30 408 c 0\n 30 427 34 432 44 441 c 24\n 55 450 64 451 79 451 c 2\n 188 451 l 2\n 202 451 213 448 221 441 c 1\n 232 436 238 425 238 408 c 0\n 238 391 223 377 209 368 c 0\n 204 365 197 364 188 364 c 2\n 150 364 l 1\n 121 323 102 273 102 213 c 0\n 102 141 129 69 176 53 c 0\n 184 49 191 47 198 47 c 0\n 219 47 228 59 239 67 c 1\n 251 81 257 98 257 117 c 2\n 257 255 l 2\n 257 264 257 269 258 271 c 0\n 259 272 262 278 266 281 c 24\n 278 290 288 296 302 296 c 0\n 311 296 321 291 332 282 c 0\n 339 273 342 264 342 255 c 2\n 342 117 l 2\n 342 73 357 66 379 53 c 0\n 383 50 389 49 398 49 c 0\n 418 49 432 60 445 70 c 1\n 456 81 467 100 478 128 c 0\n 488 155 493 185 493 216 c 0\n 493 281 475 322 445 366 c 1\n 407 366 l 2\n 383 366 359 384 359 410 c 0\n 359 428 362 434 372 443 c 24\n 383 453 392 453 407 453 c 2\n 517 453 l 2\n 545 453 568 441 568 410 c 0\n 568 386 552 375 537 370 c 1\n 562 328 577 280 577 219 c 0\n 577 172 569 128 552 87 c 0\n 525 22 501 -7 452 -28 c 0\n 436 -35 417 -38 396 -38 c 0\n 348 -38 327 -23 303 1 c 2\n 298 5 l 1\n 295 2 l 2\n 273 -26 248 -40 200 -40 c 0\n 151 -40 124 -23 96 1 c 0\n 80 15 63 43 46 85 c 0\n 28 127 19 171 19 217 c 0\nEndSplineSet\nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 623\nWidth: 600\nFlags: HW\nHStem: -16 100<424 441> 337 100<153 250>\nVStem: 97 120<533.5 566> 250 100<160 337> 305 120<533.5 566>\nRef: 168 168 N 1 0 0 1 -39 -44\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 624\nWidth: 600\nFlags: HW\nHStem: -16 100<282 298> 337 100<58 92 374 404 505 538>\nVStem: 92 100<160 337> 134 120<533.5 566> 342 120<533.5 566> 405 100<163 337>\nRef: 168 168 N 1 0 0 1 -2 -44\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 625\nWidth: 600\nFlags: HW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 490 218<295 311>\nVStem: 42 100<179.5 255> 263 80<522 670> 458 100<179.5 254>\nRef: 900 900 N 1 0 0 1 3 -24\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 626\nWidth: 600\nFlags: HW\nHStem: -16 100<282 298> 337 100<58 92 374 404 505 538> 490 218<290 306>\nVStem: 92 100<160 337> 258 80<522 670> 405 100<163 337>\nRef: 900 900 N 1 0 0 1 -2 -24\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omegatonos\nEncoding: 974 974 627\nWidth: 600\nFlags: HW\nHStem: -40 87<190 209 387 407> 364 87<150 200 397 445> 493 218<454 470>\nVStem: 19 83<200 232> 30 208<407 412> 257 85<104 257> 359 209<407 412> 422 80<525 673> 493 84<200 232>\nRef: 900 900 N 1 0 0 1 162 -21\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni03D0\nEncoding: 976 976 628\nWidth: 600\nFlags: HW\nHStem: -34 100<303 322> 178 100<198 338> 322 100<200 338> 525 100<303 338>\nVStem: 82 101<278 322> 422 100<129.565 142 459 462>\nFore\n200 422 m 1\n 315 422 l 2\n 396 422 422 439 422 460 c 0\n 422 496 385 525 318 525 c 0\n 261 525 221 486 200 422 c 1\n198 178 m 1\n 219 108 259 66 318 66 c 0\n 391 66 422 107 422 140 c 0\n 422 158 396 178 315 178 c 2\n 315 178 232 178 198 178 c 1\n183 322 m 1\n 182 308 182 292 183 278 c 1\n 301 278 l 2\n 395 278 522 263 522 140 c 0\n 522 37 427 -34 318 -34 c 0\n 137 -34 82 155 82 300 c 0\n 82 447 142 622 318 625 c 0\n 411 627 522 574 522 460 c 0\n 522 337 394 322 301 322 c 2\n 301 322 222 322 183 322 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: theta1\nEncoding: 977 977 629\nWidth: 600\nFlags: HW\nHStem: -44 89<295 316> 154 86<106 108> 293 86<255 314 352.008 359> 559 90<295 316>\nVStem: 71 119<174 197> 107 87<420 436> 438 91<276 324>\nFore\n108 153 m 1\n 86 156 71 173 71 197 c 0\n 72 202 73 210 73 221 c 1\n 85 233 89 240 115 240 c 2\n 140 240 l 2\n 170 240 179 227 185 201 c 0\n 188 188 190 179 190 174 c 0\n 196 128 199 128 217 95 c 0\n 232 65 265 45 310 45 c 0\n 327 45 342 52 356 65 c 0\n 388 94 417 146 429 203 c 0\n 435 234 438 268 438 303 c 0\n 438 342 436 376 431 406 c 0\n 420 458 389 507 364 539 c 0\n 353 552 334 559 309 559 c 0\n 269 559 236 545 218 511 c 0\n 199 477 194 447 194 428 c 0\n 194 407 195 390 213 384 c 0\n 222 380 233 378 246 378 c 0\n 259 379 269 379 275 379 c 2\n 353 379 l 2\n 363 379 374 375 383 369 c 1\n 394 364 398 355 398 338 c 0\n 398 316 377 295 352 295 c 2\n 314 293 l 1\n 289 293 l 2\n 237 293 197 299 169 310 c 0\n 141 321 121 344 110 380 c 1\n 108 396 107 411 107 424 c 0\n 107 449 110 470 115 488 c 0\n 120 506 131 529 147 557 c 0\n 175 607 235 649 312 649 c 0\n 454 649 529 467 529 301 c 0\n 529 209 508 129 466 60 c 0\n 424 -9 373 -44 312 -44 c 0\n 277 -44 244 -35 213 -17 c 0\n 181 0 157 26 140 60 c 0\n 119.048 98.6811 111.128 109.202 108 153 c 1\nEndSplineSet\nEndChar\nStartChar: phi1\nEncoding: 981 981 630\nWidth: 600\nFlags: HW\nHStem: 0 100<245 274 374 410> 350 100<42 77 374 410>\nVStem: 77 100<155 350> 274 100<-154 0 101 349> 478 100<155 296>\nFore\n478 168 m 2\n 478 284 l 2\n 478 332 450 350 400 350 c 2\n 374 350 l 1\n 374 100 l 1\n 403 100 l 2\n 425 100 441 103 458 119 c 24\n 473 134 478 150 478 168 c 2\n274 0 m 1\n 251 0 l 2\n 207 0 160 15 135 34 c 0\n 104 62 77 100 77 153 c 2\n 77 350 l 1\n 48 350 l 2\n 17.6101 350 -6 371.137 -6 401 c 0\n -6 432 16 450 52 450 c 2\n 177 450 l 1\n 177 168 l 2\n 177 150 182 136 192 126 c 0\n 206 112 221 100 246 100 c 2\n 274 100 l 1\n 274 450 l 1\n 404 450 l 2\n 468 450 498 434 537 395 c 0\n 561 371 578 337 578 294 c 2\n 578 155 l 2\n 578 107 558 71 518 37 c 24\n 482 6 453 0 405 0 c 2\n 374 0 l 1\n 374 -152 l 2\n 374 -180 352 -202 324 -202 c 0\n 296 -202 274 -180 274 -152 c 2\n 274 0 l 1\nEndSplineSet\nMinimumDistance: x23,-1 x21,19 y19,21 y19,20 y7,28 y7,30 \nEndChar\nStartChar: uni03F1\nEncoding: 1009 1009 631\nWidth: 600\nFlags: HW\nHStem: -205 100<202 491> -16 100<282 314> 350 100<282 314>\nVStem: 42 100<-62 18 210 226> 458 100<210 226>\nFore\n142 32 m 1\n 142 -45 l 2\n 142 -98 164 -105 219 -105 c 2\n 489 -105 l 1\n 517 -105 539 -127 539 -155 c 0\n 539 -183 517 -205 489 -205 c 1\n 219 -205 l 2\n 110 -205 42 -138 42 -45 c 2\n 42 217 l 2\n 42 349 155 450 303 450 c 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 0\n 240 -16 185 2 142 32 c 1\n142 217 m 0\n 142 142 211 84 300 84 c 0\n 389 84 458 142 458 217 c 0\n 458 291 389 350 302 350 c 0\n 211 350 142 293 142 217 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 632\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 192 751 238 807 325 639 371 696\nRef: 96 96 N 1 0 0 1 44 127\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 633\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 117 120<666.5 699> 279 99<218 242 343 369> 325 120<666.5 699> 428 100<415 483> 450 100<100 171>\nRef: 168 168 N 1 0 0 1 -19 89\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 634\nWidth: 600\nFlags: HW\nHStem: -1 101<291 309> 278 100<371 394> 482 100<119 181 282 346>\nVStem: 20 100<468 482> 182 100<99 240 340 482> 346 0<482 483.511> 346 100<468 482> 481 100<-12 -10 19 240>\nFore\n388 378 m 0\n 493 378 559 353 577 278 c 1\n 582 243 l 1\n 582 9 l 1\n 582 -42 567 -72 540 -115 c 24\n 534 -125 527 -129 518 -136 c 16\n 466 -176 413 -186 338 -187 c 1\n 340 -87 l 0\n 381 -90 433 -80 458 -56 c 0\n 471 -43 481 -26 481 -10 c 1\n 484 71 481 157 482 240 c 1\n 471 263 442 275 394 278 c 2\n 382 278 l 2\n 336 278 303 265 282 240 c 1\n 282 99 l 1\n 300 99 327 102 348 86 c 16\n 358 78 364 62 364 49 c 0\n 364 30 356 16 340 6 c 0\n 332 1 318 -1 298 -1 c 2\n 196 -1 l 2\n 174 -1 159 2 151 8 c 2\n 150 8 l 2\n 137 19 131 32 130 48 c 1\n 130 49 l 2\n 130 76 144 92 173 98 c 2\n 174 98 l 1\n 182 99 l 1\n 182 482 l 1\n 120 482 l 2\n 120 461 117 446 111 438 c 1\n 111 437 l 1\n 100 423 87 416 70 416 c 0\n 37 416 20 435 20 480 c 1\n 20 582 l 1\n 446 582 l 1\n 446 484 l 2\n 446 462 443 447 438 440 c 2\n 437 439 l 2\n 426 425 413 418 396 418 c 0\n 377 418 363 426 353 442 c 0\n 348 450 346 463 346 482 c 1\n 282 482 l 1\n 282 340 l 1\n 312 365 347 378 388 378 c 0\nEndSplineSet\nMinimumDistance: y42,40 x40,42 x40,41 y26,4 x4,26 x4,27 \nBack\n388 378 m 0\n 493.225 378 559.443 353.238 577 278 c 1\n 582 243 l 1\n 582 9 l 1\n 582 -42.333 568 -83.667 540 -115 c 1\n 518 -136 l 1\n 475.593 -173.35 412.6 -186.333 338 -187 c 1\n 340 -87 l 0\n 381 -90 432.667 -80 458 -56 c 0\n 470.604 -43.3955 481 -26.001 481 -10 c 1\n 483.86 70.8069 480.995 157.338 482 240 c 1\n 471.333 262.667 442 275.333 394 278 c 2\n 382 278 l 2\n 336 278 302.667 265.333 282 240 c 1\n 282 99 l 1\n 316 105 339.105 96.1016 341 90 c 5\n 342 90 l 2\n 356 80 363.333 66.667 364 50 c 1\n 364 49 l 2\n 364 30.333 356 16 340 6 c 0\n 332 1.33301 318 -1 298 -1 c 2\n 196 -1 l 2\n 174 -1 159 2 151 8 c 2\n 150 8 l 2\n 137.333 18.667 130.667 32 130 48 c 1\n 130 49 l 2\n 130 75.667 144.333 92 173 98 c 2\n 174 98 l 1\n 182 99 l 1\n 182 482 l 1\n 120 482 l 2\n 120 460.667 117 446 111 438 c 1\n 111 437 l 1\n 100.333 423 86.667 416 70 416 c 0\n 36.98 416 20 435.472 20 480 c 1\n 20 582 l 1\n 446 582 l 1\n 446 484 l 2\n 446 462 443.333 447.333 438 440 c 2\n 437 439 l 2\n 426.333 425 412.667 418 396 418 c 0\n 377.333 418 363 426 353 442 c 0\n 348.333 450 346 463.333 346 482 c 1\n 282 482 l 1\n 282 340 l 1\n 312 365.333 347.333 378 388 378 c 0\nEndSplineSet\nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 635\nWidth: 600\nFlags: HW\nHStem: 0 100<79 112 212 321> 483 100<79 112 212 468>\nVStem: 112 100<99 483> 468 100<415 483>\nDStem: 344 807 390 751 211 696 257 639\nFore\n378 50 m 0\n 378 18.7294 359.545 0 312 0 c 2\n 98 0 l 2\n 74 0 60 3 52 10 c 0\n 40 19 32 35 32 50 c 0\n 32 67 40 84 56 93 c 1\n 64 99 74 100 98 100 c 2\n 112 100 l 1\n 112 483 l 1\n 98 483 l 2\n 72 483 62 485 52 492 c 0\n 40 502 32 517 32 533 c 0\n 32 550 40 567 56 576 c 1\n 64 582 72 583 98 583 c 2\n 568 583 l 1\n 568 432 l 2\n 568 405 566 397 560 387 c 0\n 550 374 534 366 518 366 c 0\n 502 366 486 375 476 390 c 0\n 470 398 468 409 468 432 c 2\n 468 483 l 1\n 212 483 l 1\n 212 100 l 1\n 312 100 l 2\n 340 100 348 98 358 91 c 0\n 370 81 378 66 378 50 c 0\n390 751 m 1\n 257 639 l 2\n 242 627 235 623 225 623 c 0\n 205 623 188 640 188 659 c 0\n 188 672 195 683 211 696 c 2\n 344 807 l 2\n 360 820 365 823 376 823 c 0\n 397 823 413 807 413 786 c 0\n 413 774 407 764 390 751 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 636\nWidth: 600\nFlags: HW\nHStem: -14 100<306 355> 241 100<136 371> 367 216<497 503> 497 100<304 330>\nFore\n134 241 m 1\n 139 147 216 86 332 86 c 0\n 376 86 416 94 442 109 c 0\n 452 115 452 115 480 143 c 0\n 490 154 502 159 516 159 c 0\n 542 159 566 136 566 109 c 0\n 566 86 546 60 512 36 c 0\n 468 4 400 -14 328 -14 c 0\n 158 -14 34 97 34 249 c 2\n 34 315 l 2\n 34 475 152 597 306 597 c 0\n 358 597 392 586 448 563 c 2\n 458 559 l 1\n 472 577 484 583 500 583 c 0\n 518 583 534 574 544 559 c 0\n 550 550 550 542 550 517 c 2\n 550 433 l 2\n 550 408 548 397 542 388 c 0\n 532 375 516 367 500 367 c 0\n 488 367 474 373 466 381 c 0\n 458 389 456 396 452 420 c 1\n 446 444 436 457 408 473 c 0\n 380 488 344 497 310 497 c 0\n 217 497 148 432 136 341 c 1\n 350 341 l 2\n 376 341 384 340 392 334 c 1\n 408 325 416 308 416 291 c 0\n 416 276 408 260 396 250 c 0\n 388 244 374 241 350 241 c 2\n 134 241 l 1\nEndSplineSet\nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 637\nWidth: 600\nFlags: HW\nHStem: -14 100<282 339> 497 100<267.5 324.5>\nVStem: 82 104<410.5 442.5> 434 104<140.5 172.5>\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 638\nWidth: 600\nFlags: HW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 250 100<100 483>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 639\nWidth: 600\nFlags: HW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 136 120<666.5 699> 250 100<100 483> 344 120<666.5 699>\nRef: 168 168 N 1 0 0 1 0 89\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 640\nWidth: 600\nFlags: HW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 136 120<666.5 699> 250 100<100 483> 344 120<666.5 699>\nRef: 168 168 N 1 0 0 1 0 89\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 641\nWidth: 600\nFlags: HW\nHStem: 0 100<273 300 404 435> 240 100<404.063 435> 563 20G<136 386>\nVStem: -46 100<116.038 145> 122 100<129 483> 300 104<100 240 339 483> 534 106<159 185>\nFore\n404 485 m 1\n 404 340 l 1\n 475 340 529 326 564 298 c 0\n 570 294 576 289 581 283 c 2\n 590 274 l 2\n 623 238 640 218 640 169 c 2\n 640 168 l 2\n 640 103 613 73 559 37 c 0\n 525 15 478 0 424 0 c 2\n 285 0 l 17\n 264 0 269 3 260 9 c 0\n 247 20 240 33 239 49 c 1\n 239 50 l 2\n 239 69 247 84 263 93 c 0\n 270 98 264 100 285 100 c 2\n 300 100 l 1\n 300 483 l 1\n 222 483 l 1\n 222 130 l 2\n 222 57 185 14 110 3 c 1\n 71 0 l 1\n 20 0 6 17 -21 53 c 0\n -38 74 -46 99 -46 128 c 1\n -46 137 l 1\n -46 164 -42 168 -38 182 c 1\n -27 196 -13 203 4 203 c 0\n 21 203 35 195 46 179 c 0\n 51 172 54 159 54 140 c 2\n 54 138 l 2\n 54 116 52 103 77 100 c 0\n 100 100 122 113 122 139 c 2\n 122 483 l 1\n 89 486 71 502 70 530 c 1\n 70 533 l 2\n 70 552 78 567 94 576 c 0\n 101 581 115 583 136 583 c 2\n 386 583 l 2\n 408 583 423 580 431 574 c 2\n 432 574 l 2\n 445 563 451 550 452 534 c 1\n 452 533 l 2\n 452 507 439 485 404 485 c 1\n404 100 m 1\n 424 100 l 2\n 478 100 513 98 528 136 c 0\n 532 146 534 157 534 170 c 2\n 534 171 l 2\n 534 214 513 220 472 233 c 1\n 458 238 442 240 424 240 c 2\n 404 240 l 1\n 404 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 642\nWidth: 600\nFlags: HW\nHStem: 0 100<-15 12 112 133 275 300 400 437> 1 21G<284 420> 241 100<112 300 400.063 431> 563 20G<24 26 26 126> 564 20G<284 386>\nVStem: -40 232<527 535> 12 100<99 241 341 483> 218 234<533 535> 300 100<101 241 341 485> 530 106<159 177>\nFore\n400 484 m 1\n 400 341 l 2\n 471 341 525 327 560 299 c 0\n 566 295 572 290 577 284 c 2\n 586 275 l 2\n 619 239 636 219 636 170 c 2\n 636 169 l 2\n 636 104 609 74 555 38 c 0\n 519.352 15.3152 475.045 1 420 1 c 2\n 284 1 l 2\n 263 1 248 4 240 10 c 0\n 226 20 219 33 218 50 c 1\n 218 51 l 2\n 218 70 226 84 242 94 c 0\n 250 99 264 101 284 101 c 2\n 300 101 l 1\n 300 242 l 1\n 112 241 l 1\n 112 100 l 1\n 126 100 l 2\n 148 100 163 97 171 91 c 2\n 172 91 l 2\n 185 80 191 67 192 51 c 1\n 192 50 l 2\n 192 30 184 16 168 7 c 0\n 161 2 147 0 126 0 c 2\n 6 0 l 2\n -17 0 -32 3 -40 9 c 0\n -53 20 -59 33 -60 49 c 1\n -60 50 l 2\n -60 70 -52 84 -36 93 c 1\n -30 98 -17 100 4 100 c 1\n 12 100 l 1\n 12 483 l 1\n -22 486 -39 502 -40 531 c 1\n -40 533 l 2\n -40 552 -32 567 -16 576 c 0\n -10 581 3 583 24 583 c 1\n 126 583 l 1\n 148 583 163 580 171 574 c 2\n 172 574 l 2\n 185 563 191 550 192 534 c 1\n 192 533 l 2\n 192 514 184 499 168 490 c 0\n 161 485 147 483 126 483 c 2\n 112 483 l 1\n 112 341 l 1\n 300 342 l 1\n 300 484 l 1\n 284 484 l 2\n 263 484 249 487 241 493 c 2\n 240 493 l 2\n 226 503 219 516 218 533 c 1\n 218 534 l 2\n 218 553 226 567 242 577 c 0\n 250 582 264 584 284 584 c 2\n 386 584 l 2\n 408 584 423 581 431 575 c 2\n 432 575 l 2\n 445 564 451 551 452 535 c 1\n 452 534 l 2\n 452 507 438 491 409 485 c 2\n 408 485 l 1\n 400 484 l 1\n400 101 m 1\n 420 101 l 2\n 474 101 509 99 524 137 c 0\n 528 147 530 158 530 171 c 2\n 530 172 l 2\n 530 215 509 221 468 234 c 1\n 454 239 438 241 420 241 c 2\n 400 241 l 1\n 400 101 l 1\nEndSplineSet\nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 643\nWidth: 600\nFlags: HW\nHStem: 0 21G<168 270 438 540> 279 100<343 366> 483 100<91 153 254 318>\nVStem: -8 100<463 483> 102 234<49 51> 154 100<99 241 341 483> 318 0<482 484> 318 100<463.996 484> 372 234<49 56> 454 100<99 241>\nFore\n360 379 m 0\n 465.233 379 530.112 354.55 549 279 c 1\n 558.636 227.302 552.248 159.581 554 100 c 1\n 585 97 603 83 606 56 c 1\n 606 50 l 2\n 606 31 598 17 582 7 c 0\n 574 2 560 0 540 0 c 2\n 438 0 l 2\n 415 0 401 3 394 9 c 0\n 380 19 373 32 372 49 c 1\n 372 50 l 2\n 372 69 380 83 396 93 c 0\n 405 98 419 100 438 100 c 2\n 454 100 l 1\n 454 241 l 1\n 443 264 414 276 366 279 c 2\n 354 279 l 2\n 308 279 275 266 254 241 c 1\n 254 100 l 1\n 270 100 l 2\n 291 100 305 97 313 91 c 2\n 314 91 l 2\n 328 81 335 68 336 51 c 1\n 336 50 l 2\n 336 31 328 17 312 7 c 0\n 304 2 290 0 270 0 c 2\n 168 0 l 2\n 146 0 131 3 123 9 c 2\n 122 9 l 2\n 109 20 103 33 102 49 c 1\n 102 50 l 2\n 102 77 116 93 145 99 c 2\n 146 99 l 1\n 154 100 l 1\n 154 483 l 1\n 92 483 l 2\n 92 462 89 447 83 439 c 1\n 83 438 l 1\n 72 424 59 417 42 417 c 0\n 23 417 8 425 -1 441 c 0\n -6 449 -8 462 -8 481 c 1\n -8 583 l 1\n 418 583 l 1\n 418 485 l 2\n 418 463 415 448 410 441 c 2\n 409 440 l 2\n 398 426 385 419 368 419 c 0\n 349 419 335 427 325 443 c 0\n 320 451 318 464 318 483 c 1\n 254 483 l 1\n 254 341 l 1\n 284 366 319 379 360 379 c 0\nEndSplineSet\nMinimumDistance: y50,48 x48,50 x48,49 y33,0 x0,33 x0,34 \nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 644\nWidth: 600\nFlags: HW\nHStem: 0 100<53 86 186 231 495 548> 483 100<53 86 186 231 504.031 519.737>\nVStem: 86 100<99 278 334 483> 334 232<527 536>\nDStem: 344 807 390 751 211 696 257 639 364 487 504 483 186 334 328 330\nFore\n594 50 m 0\n 594 18.7294 575.544 0 528 0 c 2\n 418 0 l 1\n 372 143 268 278 186 278 c 1\n 186 100 l 1\n 222 100 l 2\n 248 100 256 98 266 91 c 0\n 280 81 288 66 288 50 c 0\n 288 33 278 16 264 7 c 0\n 256 3 242 0 222 0 c 2\n 72 0 l 2\n 48 0 34 3 26 10 c 0\n 14 19 6 35 6 50 c 0\n 6 67 14 84 30 93 c 1\n 38 99 48 100 72 100 c 2\n 86 100 l 1\n 86 483 l 1\n 72 483 l 2\n 46 483 36 485 26 492 c 0\n 14 502 6 517 6 533 c 0\n 6 550 14 567 30 576 c 1\n 38 582 46 583 72 583 c 2\n 222 583 l 2\n 248 583 258 581 266 574 c 0\n 280 564 288 549 288 533 c 0\n 288 516 278 499 264 490 c 0\n 256 485 244 483 222 483 c 2\n 186 483 l 1\n 186 334 l 1\n 364 487 l 1\n 344 495 334 509 334 532 c 0\n 334 569.477 360.471 583 400 583 c 2\n 500 583 l 2\n 526 583 536 581 546 574 c 0\n 558 564 566 549 566 533 c 0\n 566 500 544 483 504 483 c 1\n 328 330 l 1\n 388 298 450 215 496 100 c 1\n 528 100 l 2\n 556 100 564 98 574 91 c 0\n 586 81 594 66 594 50 c 0\n390 751 m 1\n 257 639 l 2\n 242 627 235 623 225 623 c 0\n 205 623 188 640 188 659 c 0\n 188 672 195 683 211 696 c 2\n 344 807 l 2\n 360 820 365 823 376 823 c 0\n 397 823 413 807 413 786 c 0\n 413 774 407 764 390 751 c 1\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 645\nWidth: 600\nFlags: HW\nHStem: 0 100<66 93 193 230 372 406 507 534> 563 20G<107 208 392 493>\nVStem: 93 100<99 141 256 483> 407 100<99 326 440 483>\nDStem: 211 751 257 807 344 639 390 696 407 441 407 326 193 256 193 141\nFore\n407 326 m 1\n 193 141 l 1\n 193 100 l 1\n 208 100 l 2\n 234 100 244 98 253 91 c 0\n 266 81 274 66 274 50 c 0\n 274 33 265 16 250 7 c 0\n 242 2 229 0 208 0 c 2\n 87 0 l 2\n 63 0 50 3 41 9 c 0\n 29 19 21 35 21 50 c 0\n 21 67 30 84 45 93 c 0\n 54 99 62 100 87 100 c 2\n 93 100 l 1\n 93 483 l 1\n 60 486 41 504 41 533 c 0\n 41 550 50 567 65 576 c 0\n 74 582 82 583 107 583 c 2\n 208 583 l 2\n 235 583 244 581 253 574 c 0\n 266 564 274 549 274 533 c 0\n 274 516 265 499 250 490 c 0\n 241 485 232 483 208 483 c 2\n 193 483 l 1\n 193 256 l 1\n 407 441 l 1\n 407 483 l 1\n 392 483 l 2\n 366 483 357 485 347 492 c 0\n 334 502 326 517 326 533 c 0\n 326 550 335 567 350 576 c 0\n 359 582 367 583 392 583 c 2\n 493 583 l 2\n 520 583 529 581 539 574 c 0\n 551 564 559 549 559 533 c 0\n 559 504 540 486 507 483 c 1\n 507 100 l 1\n 513 100 l 2\n 540 100 549 98 558 91 c 0\n 571 81 579 66 579 50 c 0\n 579 33 570 16 555 7 c 0\n 547 2 534 0 513 0 c 2\n 392 0 l 2\n 368 0 356 3 347 9 c 0\n 334 19 326 35 326 50 c 0\n 326 67 335 84 350 93 c 0\n 359 99 368 100 392 100 c 2\n 407 100 l 1\n 407 326 l 1\n257 807 m 2\n 390 696 l 2\n 406 683 413 672 413 659 c 0\n 413 640 396 623 376 623 c 0\n 366 623 359 627 344 639 c 2\n 211 751 l 1\n 194 764 188 774 188 787 c 0\n 188 807 204 823 225 823 c 0\n 236 823 241 820 257 807 c 2\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 646\nWidth: 600\nFlags: HW\nHStem: 0 21G<184 294> 1 99<163 176> 563 20G<86 178 424 514> 623 68<291 308>\nVStem: 20 224<527 535> 356 224<527 535>\nDStem: 244 216 522 483 176 100 306 100 394 484 522 483 300 312 306 100\nFore\n20 533 m 0\n 20 568.403 50.3242 583 86 583 c 2\n 178 583 l 2\n 206 583 214 581 224 574 c 0\n 236 564 244 549 244 533 c 0\n 244 511 236 498 206 484 c 1\n 300 312 l 1\n 394 484 l 1\n 366 498 356 511 356 533 c 0\n 356 563.213 377.379 583 424 583 c 2\n 514 583 l 2\n 540 583 548 581 558 574 c 0\n 572 564 580 549 580 533 c 0\n 580 502 558 484 522 483 c 1\n 306 100 l 1\n 340 98 360 80 360 50 c 0\n 360 33 352 16 336 7 c 0\n 328 2 316 0 294 0 c 2\n 184 0 l 2\n 160 0 148 3 138 9 c 1\n 126 19 118 34 118 50 c 0\n 118 81 140 100 176 100 c 1\n 244 216 l 1\n 78 483 l 1\n 42 485 20 503 20 533 c 0\n159 807 m 0\n 179 807 186 798 193 767 c 0\n 203 721 245 691 300 691 c 0\n 355 691 397 721 407 767 c 0\n 414 798 421 807 441 807 c 0\n 461 807 475 792 475 769 c 0\n 475 693 392 623 300 623 c 0\n 208 623 125 693 125 769 c 0\n 125 792 139 807 159 807 c 0\nEndSplineSet\nMinimumDistance: x12,-1 x8,12 x20,15 \nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 647\nWidth: 600\nFlags: HW\nHStem: 0 100<193 254 347 406> 483 100<68 92 193 214 372 406 507 518>\nVStem: 93 100<100 483> 258 84<-55 -35> 407 100<100 483>\nFore\n348 0 m 1\n 337 -45 344 -65 348 -90 c 1\n 323 -102 284 -102 254 -90 c 1\n 260 -66 259 -35 254 0 c 1\n 107 0 l 2\n 85 4 70 3 62 9 c 2\n 61 9 l 2\n 48 20 42 33 41 49 c 1\n 41 50 l 2\n 41 79 57 95 89 100 c 2\n 93 100 l 1\n 93 483 l 1\n 87 483 l 2\n 65 483 50 486 43 492 c 2\n 42 492 l 2\n 29 503 22 516 21 532 c 1\n 21 533 l 2\n 21 552 29 567 45 576 c 0\n 52 581 66 583 87 583 c 2\n 208 583 l 2\n 229 583 244 580 253 574 c 0\n 266 563 273 550 274 534 c 1\n 274 533 l 2\n 274 514 266 499 250 490 c 0\n 243 485 229 483 208 483 c 2\n 193 483 l 1\n 193 100 l 1\n 407 100 l 1\n 407 483 l 1\n 392 483 l 2\n 370 483 355 486 348 492 c 2\n 347 492 l 2\n 334 503 327 516 326 532 c 1\n 326 533 l 2\n 326 552 334 567 350 576 c 0\n 357 581 371 583 392 583 c 2\n 513 583 l 2\n 559.799 583 576.947 566.848 579 534 c 1\n 579 533 l 2\n 579 514 571 499 555 490 c 0\n 548 485 534 483 513 483 c 2\n 507 483 l 1\n 507 100 l 1\n 540 97 558 81 559 53 c 1\n 559 50 l 1\n 559 31 551 16 535 7 c 0\n 528 2 513 4 493 0 c 2\n 348 0 l 1\nEndSplineSet\nMinimumDistance: x41,-1 x1,3 x2,0 y0,2 y0,1 \nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 648\nWidth: 600\nFlags: HW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 649\nWidth: 600\nFlags: HW\nHStem: 0 100<68 102 202 390> 242 100<202 390> 483 100<68 102 202 458>\nVStem: 102 100<100 241 341 483> 458 100<415 483> 475 104<159 179>\nFore\n381 342 m 2\n 522 342 579 264 579 176 c 0\n 579 66 526 0 382 0 c 2\n 87 0 l 2\n 64 0 50 3 42 10 c 0\n 29 19 21 35 21 50 c 0\n 21 67 30 84 45 93 c 0\n 54 99 63 100 87 100 c 2\n 102 100 l 1\n 102 483 l 1\n 87 483 l 2\n 62 483 51 485 42 492 c 0\n 29 502 21 518 21 533 c 0\n 21 550 31 567 45 576 c 0\n 54 582 63 583 87 583 c 2\n 558 583 l 1\n 558 432 l 2\n 558 405 556 397 549 387 c 0\n 539 374 524 366 508 366 c 0\n 491 366 475 375 465 390 c 0\n 460 398 458 409 458 432 c 2\n 458 483 l 1\n 202 483 l 1\n 202 342 l 1\n 381 342 l 2\n202 100 m 1\n 373 100 l 2\n 441 100 476 123 475 173 c 0\n 474 222 438 242 371 242 c 2\n 202 242 l 1\n 202 100 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 650\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 381> 242 100<195 328> 483 100<61 93 195 334>\nVStem: 94 100<101 241 343 482> 428 100<416 421> 471 100<144 162>\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 651\nWidth: 600\nFlags: HW\nHStem: 0 100<79 112 212 321> 483 100<79 112 212 468>\nVStem: 112 100<99 483> 468 100<415 483>\nFore\n378 50 m 0\n 378 18.7294 359.545 0 312 0 c 2\n 98 0 l 2\n 74 0 60 3 52 10 c 0\n 40 19 32 35 32 50 c 0\n 32 67 40 84 56 93 c 1\n 64 99 74 100 98 100 c 2\n 112 100 l 1\n 112 483 l 1\n 98 483 l 2\n 72 483 62 485 52 492 c 0\n 40 502 32 517 32 533 c 0\n 32 550 40 567 56 576 c 1\n 64 582 72 583 98 583 c 2\n 568 583 l 1\n 568 432 l 2\n 568 405 566 397 560 387 c 0\n 550 374 534 366 518 366 c 0\n 502 366 486 375 476 390 c 0\n 470 398 468 409 468 432 c 2\n 468 483 l 1\n 212 483 l 1\n 212 100 l 1\n 312 100 l 2\n 340 100 348 98 358 91 c 0\n 370 81 378 66 378 50 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 652\nWidth: 600\nFlags: HW\nHStem: 0 100<104 110 238 395 495 499> 483 100<256 395>\nVStem: 5 100<-94 0> 157 100<158 483> 395 100<100 483> 499 100<-94 0>\nFore\n495 100 m 1\n 599 100 l 1\n 599 -75 l 2\n 599 -102 597 -110 590 -120 c 0\n 580 -133 565 -141 549 -141 c 0\n 532 -141 516 -132 506 -117 c 0\n 501 -109 499 -98 499 -75 c 2\n 499 0 l 1\n 105 0 l 1\n 105 -75 l 2\n 105 -98 103 -109 98 -117 c 0\n 88 -132 72 -141 55 -141 c 0\n 39 -141 24 -133 14 -120 c 0\n 7 -110 5 -102 5 -75 c 2\n 5 100 l 1\n 107 100 l 2\n 139 100 157 139 157 169 c 2\n 157 483 l 1\n 124 486 105 504 105 533 c 0\n 105 550 114 567 129 576 c 0\n 138 582 146 583 171 583 c 2\n 481 583 l 2\n 508 583 517 581 527 574 c 0\n 539 564 547 549 547 533 c 0\n 547 504 528 486 495 483 c 1\n 495 100 l 1\n238 100 m 1\n 395 100 l 1\n 395 483 l 1\n 257 483 l 1\n 257 160 l 2\n 257 137 251 111 238 100 c 1\nEndSplineSet\nMinimumDistance: x1,-1 y2,0 x0,2 x0,1 y13,15 x16,13 x16,14 \nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 653\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 654\nWidth: 600\nFlags: HW\nHStem: 0 100<23 52 231 249 349.031 367.854 546 568> 483 100<23 33 231 249 349.031 373.464 566 568>\nVStem: -23 186<527 536> 250 99<99 260 337 483> 436 186<527 536>\nDStem: 33 483 132 487 148 330 250 337 467 487 566 483 349 337 451 330\nFore\n436 532 m 0\n 436 569.155 463.279 583 502 583 c 2\n 556 583 l 2\n 583 583 592 581 602 574 c 0\n 614 564 622 549 622 533 c 0\n 622 500 601 483 566 483 c 1\n 451 330 l 1\n 512 298 545 214 547 100 c 1\n 557 100 l 2\n 584 100 592 98 602 91 c 0\n 615 81 623 66 623 50 c 0\n 623 33 614 16 599 7 c 0\n 592 3 577 0 557 0 c 2\n 469 0 l 1\n 467 148 431 260 349 260 c 1\n 349 100 l 1\n 370 100 383 100 390 93 c 1\n 405 84 414 67 414 50 c 0\n 414 35 406 19 393 10 c 0\n 385 3 371 0 348 0 c 2\n 251 0 l 2\n 228 0 214 3 206 10 c 0\n 193 19 185 35 185 50 c 0\n 185 67 194 84 209 93 c 1\n 216 100 229 100 250 100 c 1\n 250 260 l 1\n 168 260 132 148 130 0 c 1\n 42 0 l 2\n -5.02983 0 -24 19.2367 -24 50 c 0\n -24 66 -16 81 -3 91 c 0\n 7 98 15 100 42 100 c 2\n 52 100 l 1\n 54 214 87 298 148 330 c 1\n 33 483 l 1\n -2 483 -23 500 -23 533 c 0\n -23 549 -15 564 -3 574 c 0\n 7 581 16 583 43 583 c 2\n 97 583 l 2\n 133.378 583 163 570.858 163 532 c 0\n 163 509 153 495 132 487 c 1\n 250 337 l 1\n 250 483 l 1\n 228 483 212 484 206 492 c 1\n 193 502 185 517 185 533 c 0\n 185 550 194 567 209 576 c 0\n 218 582 225 583 251 583 c 2\n 348 583 l 2\n 374 583 381 582 390 576 c 0\n 405 567 414 550 414 533 c 0\n 414 517 406 502 393 492 c 1\n 387 484 371 483 349 483 c 1\n 349 337 l 1\n 467 487 l 1\n 446 495 436 509 436 532 c 0\nEndSplineSet\nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 655\nWidth: 600\nFlags: HW\nHStem: -14 100<285 319> 1 198<109 115> 240 101<221 304> 497 100<285 319>\nVStem: 413 104<417 432> 434 104<152 164>\nFore\n234 341 m 2\n 276 341 l 2\n 350 341 356 356 376 366 c 0\n 398 377 413 400 413 421 c 0\n 413 464 363 497 300 497 c 0\n 238 497 190 470 181 430 c 0\n 174 398 174 398 167 390 c 0\n 159 382 145 376 131 376 c 0\n 116 376 101 384 91 397 c 0\n 84 407 82 415 82 443 c 2\n 82 531 l 2\n 82 557 83 565 89 574 c 0\n 97 588 114 597 131 597 c 0\n 151 597 160 589 170 564 c 1\n 205 586 249 597 300 597 c 0\n 424 597 517 521 517 420 c 0\n 517 363 494 317 461 298 c 1\n 467 294 473 290 479 285 c 0\n 519 253 538 212 538 160 c 0\n 538 56 446 -14 309 -14 c 0\n 255 -14 202 -1 153 25 c 1\n 136 5 129 1 113 1 c 0\n 78 1 62 22 62 67 c 2\n 62 133 l 2\n 62 158 64 169 71 179 c 0\n 81 192 96 199 112 199 c 0\n 126 199 139 194 148 185 c 0\n 155 178 155 178 163 151 c 0\n 173 115 236 86 302 86 c 0\n 376 86 434 119 434 162 c 0\n 434 183 420 203 398 215 c 0\n 377 226 361 240 293 240 c 2\n 234 240 l 2\n 210 240 197 243 188 249 c 0\n 176 259 168 275 168 290 c 0\n 168 307 177 324 192 333 c 0\n 201 339 209 341 234 341 c 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 656\nWidth: 600\nFlags: HW\nHStem: 0 100<66 93 193 230 372 406 507 534> 563 20G<107 208 392 493>\nVStem: 93 100<99 141 256 483> 407 100<99 326 440 483>\nDStem: 407 441 407 326 193 256 193 141\nFore\n407 326 m 1\n 193 141 l 1\n 193 100 l 1\n 208 100 l 2\n 234 100 244 98 253 91 c 0\n 266 81 274 66 274 50 c 0\n 274 33 265 16 250 7 c 0\n 242 2 229 0 208 0 c 2\n 87 0 l 2\n 63 0 50 3 41 9 c 0\n 29 19 21 35 21 50 c 0\n 21 67 30 84 45 93 c 0\n 54 99 62 100 87 100 c 2\n 93 100 l 1\n 93 483 l 1\n 60 486 41 504 41 533 c 0\n 41 550 50 567 65 576 c 0\n 74 582 82 583 107 583 c 2\n 208 583 l 2\n 235 583 244 581 253 574 c 0\n 266 564 274 549 274 533 c 0\n 274 516 265 499 250 490 c 0\n 241 485 232 483 208 483 c 2\n 193 483 l 1\n 193 256 l 1\n 407 441 l 1\n 407 483 l 1\n 392 483 l 2\n 366 483 357 485 347 492 c 0\n 334 502 326 517 326 533 c 0\n 326 550 335 567 350 576 c 0\n 359 582 367 583 392 583 c 2\n 493 583 l 2\n 520 583 529 581 539 574 c 0\n 551 564 559 549 559 533 c 0\n 559 504 540 486 507 483 c 1\n 507 100 l 1\n 513 100 l 2\n 540 100 549 98 558 91 c 0\n 571 81 579 66 579 50 c 0\n 579 33 570 16 555 7 c 0\n 547 2 534 0 513 0 c 2\n 392 0 l 2\n 368 0 356 3 347 9 c 0\n 334 19 326 35 326 50 c 0\n 326 67 335 84 350 93 c 0\n 359 99 368 100 392 100 c 2\n 407 100 l 1\n 407 326 l 1\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 657\nWidth: 600\nFlags: HW\nHStem: 0 100<66 93 193 230 372 406 507 534> 563 20G<107 208 392 493> 623 68<292 310>\nVStem: 93 100<99 141 256 483> 407 100<99 326 440 483>\nDStem: 407 441 407 326 193 256 193 141\nFore\n407 326 m 1\n 193 141 l 1\n 193 100 l 1\n 208 100 l 2\n 234 100 244 98 253 91 c 0\n 266 81 274 66 274 50 c 0\n 274 33 265 16 250 7 c 0\n 242 2 229 0 208 0 c 2\n 87 0 l 2\n 63 0 50 3 41 9 c 0\n 29 19 21 35 21 50 c 0\n 21 67 30 84 45 93 c 0\n 54 99 62 100 87 100 c 2\n 93 100 l 1\n 93 483 l 1\n 60 486 41 504 41 533 c 0\n 41 550 50 567 65 576 c 0\n 74 582 82 583 107 583 c 2\n 208 583 l 2\n 235 583 244 581 253 574 c 0\n 266 564 274 549 274 533 c 0\n 274 516 265 499 250 490 c 0\n 241 485 232 483 208 483 c 2\n 193 483 l 1\n 193 256 l 1\n 407 441 l 1\n 407 483 l 1\n 392 483 l 2\n 366 483 357 485 347 492 c 0\n 334 502 326 517 326 533 c 0\n 326 550 335 567 350 576 c 0\n 359 582 367 583 392 583 c 2\n 493 583 l 2\n 520 583 529 581 539 574 c 0\n 551 564 559 549 559 533 c 0\n 559 504 540 486 507 483 c 1\n 507 100 l 1\n 513 100 l 2\n 540 100 549 98 558 91 c 0\n 571 81 579 66 579 50 c 0\n 579 33 570 16 555 7 c 0\n 547 2 534 0 513 0 c 2\n 392 0 l 2\n 368 0 356 3 347 9 c 0\n 334 19 326 35 326 50 c 0\n 326 67 335 84 350 93 c 0\n 359 99 368 100 392 100 c 2\n 407 100 l 1\n 407 326 l 1\n159 807 m 0\n 179 807 186 798 193 767 c 0\n 203 721 245 691 300 691 c 0\n 355 691 397 721 407 767 c 0\n 414 798 421 807 441 807 c 0\n 461 807 475 792 475 769 c 0\n 475 693 392 623 300 623 c 0\n 208 623 125 693 125 769 c 0\n 125 792 139 807 159 807 c 0\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 658\nWidth: 600\nFlags: HW\nHStem: 0 100<53 86 186 231 495 548> 483 100<53 86 186 231 504.031 519.737>\nVStem: 86 100<99 278 334 483> 334 232<527 536>\nDStem: 364 487 504 483 186 334 328 330\nFore\n594 50 m 0\n 594 18.7294 575.544 0 528 0 c 2\n 418 0 l 1\n 372 143 268 278 186 278 c 1\n 186 100 l 1\n 222 100 l 2\n 248 100 256 98 266 91 c 0\n 280 81 288 66 288 50 c 0\n 288 33 278 16 264 7 c 0\n 256 3 242 0 222 0 c 2\n 72 0 l 2\n 48 0 34 3 26 10 c 0\n 14 19 6 35 6 50 c 0\n 6 67 14 84 30 93 c 1\n 38 99 48 100 72 100 c 2\n 86 100 l 1\n 86 483 l 1\n 72 483 l 2\n 46 483 36 485 26 492 c 0\n 14 502 6 517 6 533 c 0\n 6 550 14 567 30 576 c 1\n 38 582 46 583 72 583 c 2\n 222 583 l 2\n 248 583 258 581 266 574 c 0\n 280 564 288 549 288 533 c 0\n 288 516 278 499 264 490 c 0\n 256 485 244 483 222 483 c 2\n 186 483 l 1\n 186 334 l 1\n 364 487 l 1\n 344 495 334 509 334 532 c 0\n 334 569.477 360.471 583 400 583 c 2\n 500 583 l 2\n 526 583 536 581 546 574 c 0\n 558 564 566 549 566 533 c 0\n 566 500 544 483 504 483 c 1\n 328 330 l 1\n 388 298 450 215 496 100 c 1\n 528 100 l 2\n 556 100 564 98 574 91 c 0\n 586 81 594 66 594 50 c 0\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 659\nWidth: 600\nFlags: HW\nHStem: 0 100<152 163 380 414 515 542> 483 100<305 414>\nVStem: 13 100<129 161> 206 100<130 483> 415 100<99 483>\nFore\n206 139 m 1\n 206 483 l 1\n 173 486 154 504 154 533 c 0\n 154 550 163 567 178 576 c 0\n 187 582 195 583 220 583 c 2\n 501 583 l 2\n 528 583 537 581 547 574 c 0\n 559 564 567 549 567 533 c 0\n 567 504 548 486 515 483 c 1\n 515 100 l 1\n 521 100 l 2\n 548 100 557 98 566 91 c 0\n 579 81 587 66 587 50 c 0\n 587 33 578 16 563 7 c 0\n 555 2 542 0 521 0 c 2\n 400 0 l 2\n 376 0 364 3 355 9 c 0\n 342 19 334 35 334 50 c 0\n 334 67 343 84 358 93 c 0\n 367 99 376 100 400 100 c 2\n 415 100 l 1\n 415 483 l 1\n 306 483 l 1\n 306 130 l 2\n 306 32 235 0 155 0 c 0\n 78 0 13 52 13 130 c 2\n 13 138 l 2\n 13 165 15 173 21 183 c 0\n 31 196 47 204 63 204 c 0\n 79 204 95 195 105 180 c 0\n 111 172 113 162 113 139 c 0\n 113 112 136 100 161 100 c 0\n 185 100 207 116 206 139 c 1\nEndSplineSet\nMinimumDistance: x8,-1 x25,22 y22,25 y22,23 \nBack\n104 80 m 6\n 104 54 137 41 150 41 c 4\n 165 41 197 46 197 80 c 6\n 197 522 l 5\n 172 522 l 6\n 154 522 145 529 145 543 c 4\n 145 556 154 563 172 563 c 6\n 238 563 l 5\n 435 563 l 5\n 501 563 l 6\n 519 563 528 556 528 543 c 4\n 528 529 519 522 501 522 c 6\n 476 522 l 5\n 476 41 l 5\n 522 41 l 6\n 540 41 549 34 549 21 c 4\n 549 7 539 0 522 0 c 6\n 381 0 l 6\n 363 0 354 7 354 21 c 4\n 354 34 363 41 381 41 c 6\n 435 41 l 5\n 435 522 l 5\n 238 522 l 5\n 238 76 l 6\n 238 24 192 0 148 0 c 4\n 119 0 63 26 63 76 c 6\n 63 99 l 6\n 63 117 70 127 84 127 c 4\n 97 127 104 118 104 99 c 6\n 104 80 l 6\nEndSplineSet\nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 660\nWidth: 600\nFlags: HW\nHStem: 0 100<29 41 143 189 413 461 563 573> 563 20<438 548>\nVStem: -19 262<48 52> 42 100<100 388> 361 262<48 52> 462 100<100 388>\nDStem: 142 389 165 583 260 138 303 286 438 583 462 389 303 286 351 138\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 661\nWidth: 600\nFlags: HW\nHStem: 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 409 100<100 241 241 241 341 483>\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 662\nWidth: 600\nFlags: HW\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 663\nWidth: 600\nFlags: HW\nHStem: 0 100<66 93 193 230 372 406 507 534> 483 100<193 406>\nVStem: 93 100<99 483> 407 100<99 483>\nFore\n407 483 m 1\n 193 483 l 1\n 193 100 l 1\n 208 100 l 2\n 234 100 244 98 253 91 c 0\n 266 81 274 66 274 50 c 0\n 274 33 265 16 250 7 c 0\n 242 2 229 0 208 0 c 2\n 87 0 l 2\n 63 0 50 3 41 9 c 0\n 29 19 21 35 21 50 c 0\n 21 67 30 84 45 93 c 0\n 54 99 62 100 87 100 c 2\n 93 100 l 1\n 93 483 l 1\n 60 486 41 504 41 533 c 0\n 41 550 50 567 65 576 c 0\n 74 582 82 583 107 583 c 2\n 493 583 l 2\n 520 583 529 581 539 574 c 0\n 551 564 559 549 559 533 c 0\n 559 504 540 486 507 483 c 1\n 507 100 l 1\n 513 100 l 2\n 540 100 549 98 558 91 c 0\n 571 81 579 66 579 50 c 0\n 579 33 570 16 555 7 c 0\n 547 2 534 0 513 0 c 2\n 392 0 l 2\n 368 0 356 3 347 9 c 0\n 334 19 326 35 326 50 c 0\n 326 67 335 84 350 93 c 0\n 359 99 368 100 392 100 c 2\n 407 100 l 1\n 407 483 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 664\nWidth: 600\nFlags: HW\nHStem: 0 100<79 94 194 293> 200 100<194 292> 483 100<79 94 194 312 194 194>\nVStem: 94 100<100 200 300 483> 423 106<371 419.5>\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 665\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 367 216<497 501> 497 100<288.512 328>\nVStem: 33 100<242 322>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 666\nWidth: 600\nFlags: HW\nHStem: 0 100<184 249 349 415> 483 100<142 249 142 142 349 458 349 349>\nVStem: 42 100<390 483> 249 100<100 483> 458 100<390 483 483 483>\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 667\nWidth: 600\nFlags: HW\nHStem: 0 21G<184 294> 1 99<163 176> 563 20G<86 178 424 514>\nVStem: 20 224<527 535> 356 224<527 535>\nDStem: 244 216 522 483 176 100 306 100 394 484 522 483 300 312 306 100\nFore\n20 533 m 0\n 20 568.403 50.3242 583 86 583 c 2\n 178 583 l 2\n 206 583 214 581 224 574 c 0\n 236 564 244 549 244 533 c 0\n 244 511 236 498 206 484 c 1\n 300 312 l 1\n 394 484 l 1\n 366 498 356 511 356 533 c 0\n 356 563.213 377.379 583 424 583 c 2\n 514 583 l 2\n 540 583 548 581 558 574 c 0\n 572 564 580 549 580 533 c 0\n 580 502 558 484 522 483 c 1\n 306 100 l 1\n 340 98 360 80 360 50 c 0\n 360 33 352 16 336 7 c 0\n 328 2 316 0 294 0 c 2\n 184 0 l 2\n 160 0 148 3 138 9 c 1\n 126 19 118 34 118 50 c 0\n 118 81 140 100 176 100 c 1\n 244 216 l 1\n 78 483 l 1\n 42 485 20 503 20 533 c 0\nEndSplineSet\nMinimumDistance: x12,-1 x8,12 x20,15 \nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 668\nWidth: 600\nFlags: HW\nHStem: 0 100<131 250 350 469> 121 100<211 250 350.125 398.707> 362 100<211 250 350.125 400.034> 483 100<131 250 350 469>\nVStem: 4 100<287 305> 250 100<99 121 221 362 461 483> 496 100<287 305>\nFore\n350 362 m 1\n 350 221 l 1\n 412 221 496 220 496 295 c 0\n 496 363 411 362 350 362 c 1\n350 462 m 1\n 442 462 596 462 596 300 c 0\n 596 121 442 121 350 121 c 1\n 350 100 l 1\n 451 100 l 2\n 478 100 486 98 496 91 c 0\n 510 81 517 66 517 50 c 0\n 517 17 495 0 451 0 c 2\n 149 0 l 2\n 125 0 113 3 104 10 c 0\n 91 19 83 35 83 50 c 0\n 83 67 92 84 107 93 c 0\n 116 99 123 100 149 100 c 2\n 250 100 l 1\n 250 121 l 1\n 158 121 4 121 4 300 c 0\n 4 462 158 462 250 462 c 1\n 250 483 l 1\n 149 483 l 2\n 124 483 113 485 104 492 c 0\n 91 502 83 517 83 533 c 0\n 83 550 92 567 107 576 c 0\n 116 582 123 583 149 583 c 2\n 451 583 l 2\n 478 583 486 581 496 574 c 0\n 510 564 517 549 517 533 c 0\n 517 516 508 499 493 490 c 0\n 485 485 474 483 451 483 c 2\n 350 483 l 1\n 350 462 l 1\n250 362 m 1\n 189 362 104 363 104 295 c 0\n 104 220 188 221 250 221 c 1\n 250 362 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 669\nWidth: 600\nFlags: HW\nHStem: 0 21<76 187 413 524> 1 99<58 69> 563 20<85 176 422 512>\nVStem: 10 243<48 52> 19 224<528 535> 347 243<48 52> 355 223<528 535>\nDStem: 77 483 205 484 235 298 300 375 235 298 301 220 69 100 199 100 301 220 364 297 402 100 531 100 393 484 521 483 300 375 364 297\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 670\nWidth: 600\nFlags: HW\nHStem: 0 100<178 391 492 494> 483 100<51 78 178 215 357 391 492 519>\nVStem: 78 100<100 483> 392 100<100 483> 494 100<-94 0>\nFore\n494 0 m 1\n 92 0 l 2\n 67 0 59 1 50 7 c 0\n 35 16 26 33 26 50 c 0\n 26 79 45 97 78 100 c 1\n 78 483 l 1\n 72 483 l 2\n 47 483 39 484 30 490 c 0\n 15 499 6 516 6 533 c 0\n 6 548 14 564 26 574 c 0\n 35 580 48 583 72 583 c 2\n 193 583 l 2\n 214 583 227 581 235 576 c 0\n 250 567 259 550 259 533 c 0\n 259 517 251 502 238 492 c 0\n 229 485 219 483 193 483 c 2\n 178 483 l 1\n 178 100 l 1\n 392 100 l 1\n 392 483 l 1\n 377 483 l 2\n 353 483 344 484 335 490 c 0\n 320 499 311 516 311 533 c 0\n 311 548 319 564 332 574 c 0\n 341 580 353 583 377 583 c 2\n 498 583 l 2\n 519 583 532 581 540 576 c 0\n 555 567 564 550 564 533 c 0\n 564 517 556 502 543 492 c 0\n 534 485 525 483 498 483 c 2\n 492 483 l 1\n 492 100 l 1\n 594 100 l 1\n 594 -75 l 2\n 594 -102 592 -110 585 -120 c 0\n 575 -133 560 -141 544 -141 c 0\n 527 -141 511 -132 501 -117 c 0\n 496 -109 494 -98 494 -75 c 2\n 494 0 l 1\nEndSplineSet\nMinimumDistance: x32,-1 y33,31 x31,33 x31,32 \nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 671\nWidth: 600\nFlags: HW\nHStem: 0 100<357 390 490 503> 170 100<270 295> 563 20G<104 206 374 476>\nVStem: 90 100<307 483> 390 100<99 208 307 483>\nFore\n390 208 m 1\n 363 185 329 170 284 170 c 0\n 190 170 96 185 90 305 c 1\n 90 483 l 1\n 58 486 38 504 38 533 c 0\n 38 550 48 567 62 576 c 0\n 72 582 80 583 104 583 c 2\n 206 583 l 2\n 232 583 242 581 250 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 262 499 248 490 c 0\n 238 485 230 483 206 483 c 2\n 190 483 l 1\n 190 308 l 1\n 202 282 247 270 290 270 c 0\n 333 270 369 282 390 308 c 1\n 390 483 l 1\n 374 483 l 2\n 348 483 340 485 330 492 c 0\n 316 502 308 517 308 533 c 0\n 308 550 318 567 332 576 c 0\n 342 582 350 583 374 583 c 2\n 476 583 l 2\n 502 583 512 581 522 574 c 0\n 534 564 542 549 542 533 c 0\n 542 504 522 486 490 483 c 1\n 490 100 l 1\n 496 100 l 2\n 522 100 532 98 540 91 c 0\n 554 81 562 66 562 50 c 0\n 562 33 552 16 538 7 c 0\n 530 2 516 0 496 0 c 2\n 374 0 l 2\n 350 0 338 3 330 9 c 0\n 316 19 308 35 308 50 c 0\n 308 67 318 84 332 93 c 0\n 342 99 350 100 374 100 c 2\n 390 100 l 1\n 390 208 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 672\nWidth: 600\nFlags: HW\nHStem: 0 100<122 250 350 478> 483 99<20 22 122 124 248 250 350 352 473 478 578 580> 563 20G<36 110 268 332 490 564>\nVStem: 22 100<100 483> 250 100<100 483> 478 100<100 483>\nFore\n268 583 m 2\n 332 583 l 2\n 356 583 368 580 378 574 c 1\n 390 564 398 548 398 533 c 0\n 398 516 394 506 382 494 c 0\n 372 485 371 483 350 483 c 1\n 350 100 l 1\n 478 100 l 1\n 478 483 l 1\n 462 483 457 485 448 494 c 0\n 435 506 430 517 430 533 c 0\n 430 550 440 567 454 576 c 0\n 462 581 468 583 490 583 c 2\n 564 583 l 2\n 588 583 592 580 602 574 c 1\n 614 564 622 548 622 533 c 0\n 622 516 616 502 602 490 c 0\n 594 483 590 483 578 483 c 1\n 578 100 l 1\n 610 97 622 74 622 50 c 0\n 622 33 612 16 598 7 c 0\n 588 1 580 0 556 0 c 2\n 44 0 l 2\n 20 0 12 1 2 7 c 0\n -12 16 -22 33 -22 50 c 0\n -22 79 -10 97 22 100 c 1\n 22 483 l 1\n 10 483 6 483 -2 490 c 0\n -16 502 -22 516 -22 533 c 0\n -22 548 -14 564 -2 574 c 1\n 8 580 12 583 36 583 c 2\n 110 583 l 2\n 132 583 138 581 146 576 c 0\n 160 567 170 550 170 533 c 0\n 170 517 165 506 152 494 c 0\n 143 485 138 483 122 483 c 1\n 122 100 l 1\n 250 100 l 1\n 250 483 l 1\n 229 483 228 485 218 494 c 0\n 206 506 202 516 202 533 c 0\n 202 548 210 564 222 574 c 1\n 232 580 244 583 268 583 c 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 673\nWidth: 600\nFlags: HW\nHStem: 0 100<116 241 341 466> 483 99<14 16 116 118 239 241 341 343 464 466 566 568> 563 20G<30 104 259 323 478 552>\nVStem: 16 100<100 483> 241 100<100 483> 466 100<100 483> 524 100<-94 0>\nFore\n566 100 m 1\n 624 100 l 1\n 624 -75 l 2\n 624 -102 622 -110 615 -120 c 0\n 605 -133 590 -141 574 -141 c 0\n 557 -141 541 -132 531 -117 c 0\n 526 -109 524 -98 524 -75 c 2\n 524 0 l 1\n 38 0 l 2\n 14 0 6 1 -4 7 c 0\n -18 16 -28 33 -28 50 c 0\n -28 79 -16 97 16 100 c 1\n 16 483 l 1\n 4 483 0 483 -8 490 c 0\n -22 502 -28 516 -28 533 c 0\n -28 548 -20 564 -8 574 c 1\n 2 580 6 583 30 583 c 2\n 104 583 l 2\n 126 583 132 581 140 576 c 0\n 154 567 164 550 164 533 c 0\n 164 517 159 506 146 494 c 0\n 137 485 132 483 116 483 c 1\n 116 100 l 1\n 241 100 l 1\n 241 483 l 1\n 220 483 219 485 209 494 c 0\n 197 506 193 516 193 533 c 0\n 193 548 201 564 213 574 c 1\n 223 580 235 583 259 583 c 2\n 323 583 l 2\n 347 583 359 580 369 574 c 1\n 381 564 389 548 389 533 c 0\n 389 516 385 506 373 494 c 0\n 363 485 362 483 341 483 c 1\n 341 100 l 1\n 466 100 l 1\n 466 483 l 1\n 450 483 445 485 436 494 c 0\n 423 506 418 517 418 533 c 0\n 418 550 428 567 442 576 c 0\n 450 581 456 583 478 583 c 2\n 552 583 l 2\n 576 583 580 580 590 574 c 1\n 602 564 610 548 610 533 c 0\n 610 516 604 502 590 490 c 0\n 582 483 578 483 566 483 c 1\n 566 100 l 1\nEndSplineSet\nMinimumDistance: y2,0 x0,2 x0,1 \nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 674\nWidth: 600\nFlags: HW\nHStem: 0 100<168 195 295 410> 283 100<295 395> 483 100<92 195 295 330>\nVStem: -7 100<367 483> 195 100<100 283 382 483> 501 106<187 195>\nFore\n-7 583 m 1\n 326 583 l 2\n 345 583 360 580 368 576 c 0\n 382 567 392 550 392 533 c 0\n 392 517 384 502 370 492 c 0\n 360 485 352 483 326 483 c 2\n 295 483 l 1\n 295 383 l 1\n 371 383 l 2\n 463 383 513 366 557 317 c 0\n 589 282 607 235 607 189 c 0\n 607 78 517 0 391 0 c 2\n 179 0 l 2\n 153 0 147 1 137 7 c 0\n 123 16 113 33 113 50 c 0\n 113 65 121 81 135 91 c 0\n 143 98 155 100 179 100 c 2\n 195 100 l 1\n 195 483 l 1\n 93 483 l 1\n 93 390 l 2\n 93 363 91 355 83 345 c 0\n 73 332 59 324 43 324 c 0\n 25 324 9 333 -1 348 c 1\n -5 357 -7 367 -7 390 c 2\n -7 583 l 1\n295 100 m 1\n 391 100 l 2\n 459 100 501 135 501 192 c 0\n 501 248 459 283 391 283 c 2\n 295 283 l 1\n 295 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 675\nWidth: 600\nFlags: HW\nHStem: 0 100<26 46 147 219 458 460 561 572> 483 100<26 46 147 188 442 460 561.016 579.601>\nVStem: 47 100<100 283 382 483> 311 106<187 195> 461 100<99 483>\nFore\n561 483 m 1\n 561 100 l 1\n 584 100 595 98 601 91 c 1\n 615 81 621 66 621 50 c 0\n 621 17 599 0 555 0 c 2\n 466 0 l 2\n 442 0 430 3 422 10 c 1\n 408 19 400 35 400 50 c 0\n 400 67 410 84 424 93 c 1\n 430 100 440 100 461 100 c 1\n 461 483 l 1\n 440 483 427 484 422 492 c 1\n 408 502 400 517 400 533 c 0\n 400 550 410 567 424 576 c 0\n 434 582 440 583 466 583 c 2\n 555 583 l 2\n 583 583 591 581 601 574 c 0\n 615 564 621 549 621 533 c 0\n 621 516 613 499 597 490 c 1\n 592 485 581 483 561 483 c 1\n147 383 m 1\n 179 383 l 2\n 273 383 323 366 367 317 c 0\n 399 282 417 235 417 189 c 0\n 417 78 327 0 199 0 c 2\n 45 0 l 2\n 19 0 11 1 3 7 c 1\n -13 16 -21 33 -21 50 c 0\n -21 65 -13 81 -1 91 c 1\n 6 99 24 100 47 100 c 1\n 47 483 l 1\n 27 483 8 483 3 490 c 1\n -13 499 -21 516 -21 533 c 0\n -21 548 -13 564 -1 573 c 0\n 7 580 21 583 45 583 c 2\n 173 583 l 2\n 193 583 207 580 215 576 c 0\n 229 567 239 550 239 533 c 0\n 239 517 231 502 217 492 c 0\n 207 485 199 483 173 483 c 2\n 147 483 l 1\n 147 383 l 1\n147 100 m 1\n 199 100 l 2\n 269 100 311 135 311 192 c 0\n 311 248 269 283 199 283 c 2\n 147 283 l 1\n 147 100 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 676\nWidth: 600\nFlags: HW\nHStem: 0 100<60 94 194 318> 283 100<194 318> 483 100<60 94 194 312>\nVStem: 94 100<100 283 382 483> 423 106<187 195>\nFore\n194 383 m 1\n 292 383 l 2\n 385 383 435 366 479 317 c 0\n 511 282 529 235 529 189 c 0\n 529 78 439 0 312 0 c 2\n 79 0 l 2\n 53 0 46 1 37 7 c 0\n 22 16 13 33 13 50 c 0\n 13 65 21 81 34 91 c 0\n 43 98 54 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 55 483 46 484 37 490 c 0\n 22 499 13 516 13 533 c 0\n 13 548 21 564 34 573 c 0\n 42 580 56 583 79 583 c 2\n 293 583 l 2\n 340.03 583 359 563.763 359 533 c 0\n 359 517 351 502 338 492 c 0\n 328 485 320 483 293 483 c 2\n 194 483 l 1\n 194 383 l 1\n194 100 m 1\n 312 100 l 2\n 381 100 423 135 423 192 c 0\n 423 248 381 283 312 283 c 2\n 194 283 l 1\n 194 100 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 677\nWidth: 600\nFlags: HW\nHStem: -14 100<248 294> 241 100<241 464> 367 216<97 103> 497 100<270 307>\nFore\n466 241 m 1\n 250 241 l 2\n 226 241 212 244 204 250 c 0\n 192 260 184 276 184 291 c 0\n 184 308 192 325 208 334 c 1\n 216 340 224 341 250 341 c 2\n 464 341 l 1\n 452 432 383 497 290 497 c 0\n 256 497 220 488 192 473 c 0\n 164 457 154 444 148 420 c 1\n 144 396 142 389 134 381 c 0\n 126 373 112 367 100 367 c 0\n 84 367 68 375 58 388 c 0\n 52 397 50 408 50 433 c 2\n 50 517 l 2\n 50 542 50 550 56 559 c 0\n 66 574 82 583 100 583 c 0\n 116 583 128 577 142 559 c 1\n 152 563 l 2\n 208 586 242 597 294 597 c 0\n 448 597 566 475 566 315 c 2\n 566 249 l 2\n 566 97 442 -14 272 -14 c 0\n 200 -14 132 4 88 36 c 0\n 54 60 34 86 34 109 c 0\n 34 136 58 159 84 159 c 0\n 98 159 110 154 120 143 c 0\n 148 115 148 115 158 109 c 0\n 184 94 224 86 268 86 c 0\n 384 86 461 147 466 241 c 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 678\nWidth: 600\nFlags: HW\nHStem: -14 100<392 426> 0 100<24 32 132 154> 497 100<392 426> 563 20G<46 141>\nVStem: -20 227<529 535> 32 100<99 241 341 483> 32 253<257 323> 533 100<273 323>\nFore\n190 241 m 1\n 132 241 l 1\n 132 100 l 1\n 141 100 l 2\n 167 100 177 98 186 91 c 0\n 199 81 207 66 207 50 c 0\n 207 33 198 16 183 7 c 0\n 175 2 162 0 141 0 c 2\n 43 0 l 2\n 19 0 6 3 -3 9 c 0\n -15 19 -23 35 -23 50 c 0\n -23 67 -12 79 3 91 c 0\n 13 98 13 100 32 100 c 1\n 32 483 l 1\n -1 486 -20 504 -20 533 c 0\n -20 550 -11 567 4 576 c 0\n 13 582 21 583 46 583 c 2\n 141 583 l 2\n 168 583 177 581 186 574 c 0\n 199 564 207 549 207 533 c 0\n 207 516 198 499 183 490 c 0\n 174 485 165 483 141 483 c 2\n 132 483 l 1\n 132 341 l 1\n 189 341 l 1\n 188 480 274 596 409 597 c 0\n 565 598 634 440 633 287 c 0\n 632 137 561 -14 409 -14 c 0\n 271 -14 190 114 190 241 c 1\n409 497 m 0\n 311 497 285 404 285 292 c 0\n 285 179 311 86 409 86 c 0\n 506 86 533 179 533 289 c 0\n 533 404 508 497 409 497 c 0\nEndSplineSet\nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 679\nWidth: 600\nFlags: HW\nHStem: 0 100<44 76 380 422 522 542> 222 100<325 422> 483 100<300 422 522 558>\nVStem: 94 106<399 417> 422 100<99 222 322 483>\nFore\n422 222 m 1\n 326 222 l 1\n 284 207 192 97 142 0 c 1\n 63 0 l 2\n 15.9702 0 -3 19.2367 -3 50 c 0\n -3 66 5 82 17 91 c 0\n 27 98 38 100 63 100 c 2\n 76 100 l 1\n 118 167 155 213 202 254 c 1\n 129 294 94 342 94 405 c 0\n 94 510 184 583 314 583 c 2\n 537 583 l 2\n 563 583 570 582 579 576 c 0\n 594 567 603 550 603 533 c 0\n 603 517 595 502 582 492 c 0\n 573 485 562 483 537 483 c 2\n 522 483 l 1\n 522 100 l 1\n 537 100 l 2\n 561 100 570 99 579 93 c 0\n 594 84 603 67 603 50 c 0\n 603 35 595 19 582 10 c 0\n 574 3 560 0 537 0 c 2\n 387 0 l 2\n 339.97 0 321 19.2367 321 50 c 0\n 321 66 329 81 341 91 c 0\n 351 98 360 100 387 100 c 2\n 422 100 l 1\n 422 222 l 1\n422 322 m 1\n 422 483 l 1\n 310 483 l 2\n 246 483 200 451 200 408 c 0\n 200 358 262 322 346 322 c 2\n 422 322 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 680\nWidth: 600\nFlags: HW\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 681\nWidth: 600\nFlags: HW\nHStem: -14 100<291 309> 351 100<291 309> 499 69<339 408> 500 141<448 460>\nVStem: 52 100<209 236> 448 100<209 234>\nFore\n508 500 m 1\n 300 499 184 514 152 401 c 1\n 194 435 242 451 302 451 c 0\n 376 451 432 430 478 386 c 0\n 524 342 548 284 548 218 c 0\n 548 153 524 96 478 51 c 0\n 432 7 376 -14 302 -14 c 0\n 158 -14 52 70 52 234 c 0\n 51 539 150 569 408 568 c 1\n 408 575 l 2\n 408 601 410 611 416 621 c 1\n 426 633 442 641 458 641 c 0\n 474 641 492 632 500 617 c 0\n 506 608 508 599 508 575 c 2\n 508 500 l 1\n300 351 m 0\n 252 351 218 339 190 311 c 0\n 166 286 152 253 152 220 c 0\n 152 141 212 86 300 86 c 0\n 388.657 86 448 141.427 448 219 c 0\n 448 293.654 389.279 351 300 351 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 682\nWidth: 600\nFlags: HW\nHStem: 0 100<144 146 246.125 320> 180 100<246.125 298.531> 337 100<144 146 246.125 325>\nVStem: 146 100<100 180 280 337> 406 99<303 309>\nFore\n246 337 m 1\n 246 280 l 1\n 358 279 406 275 406 307 c 0\n 406 339 358 336 246 337 c 1\n246 100 m 1\n 352 100 416 97 414 136 c 1\n 416 172 344 180 246 180 c 1\n 246 100 l 1\n152 0 m 2\n 106 0 84 17 84 50 c 0\n 84 82 106 100 146 100 c 1\n 146 337 l 1\n 106 337 84 355 84 387 c 0\n 84 420 104 437 152 437 c 2\n 320 437 l 2\n 362 437 506 434 506 321 c 0\n 506 270 486 240 452 226 c 1\n 498 212 516 186 516 116 c 0\n 516 0 366 -3 320 0 c 1\n 152 0 l 2\nEndSplineSet\nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 683\nWidth: 600\nFlags: HW\nHStem: 0 21G<165 254> 0 100<157 159 259.031 274.093> 337 100<157 159 259.063 402> 417 20G<165 502>\nVStem: 159 100<99 336> 402 100<287 336>\nFore\n402 336 m 1\n 402 336 338 337 259 337 c 1\n 259 100 l 1\n 298 100 321 82 320 50 c 0\n 319 17 300 -3 254 0 c 1\n 165 0 l 2\n 120 0 98 17 98 50 c 0\n 98 82 120 100 159 100 c 1\n 159 337 l 1\n 120 337 98 355 98 387 c 0\n 98 420 120 437 165 437 c 2\n 502 437 l 1\n 502 310 l 2\n 502 284 500 274 493 264 c 0\n 483 252 468 244 452 244 c 0\n 435 244 418 253 409 268 c 0\n 403 277 402 286 402 310 c 2\n 402 336 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 684\nWidth: 600\nFlags: HW\nHStem: 0 100<134 138 250 404> 337 100<161 163 263 404 504 516> 417 20G<169 499>\nVStem: 35 100<-45 0> 163 100<141 336> 404 100<100 336> 460 100<-45 0>\nFore\n250 100 m 1\n 404 100 l 1\n 404 336 l 1\n 263 337 l 1\n 263 143 l 2\n 263 128 259 106 250 100 c 1\n134 100 m 2\n 150 100 163 126 163 143 c 2\n 163 337 l 1\n 124 337 102 355 102 387 c 0\n 102 420 124 437 169 437 c 2\n 499 437 l 2\n 542 437 564 420 565 387 c 0\n 566 355 543 337 504 337 c 1\n 504 100 l 1\n 560 100 l 1\n 560 -26 l 2\n 560 -52 558 -62 552 -72 c 1\n 542 -84 526 -92 510 -92 c 0\n 494 -92 476 -83 468 -68 c 0\n 462 -59 460 -50 460 -26 c 2\n 460 0 l 1\n 135 0 l 1\n 135 -26 l 2\n 135 -50 133 -59 127 -68 c 0\n 119 -83 101 -92 85 -92 c 0\n 69 -92 53 -84 43 -72 c 1\n 37 -62 35 -52 35 -26 c 2\n 35 100 l 1\n 134 100 l 2\nEndSplineSet\nMinimumDistance: x14,-1 y15,13 x13,15 x13,14 y26,5 x6,26 x6,27 \nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 685\nWidth: 600\nFlags: HW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 686\nWidth: 600\nFlags: HW\nHStem: 0 21G<47 118 264 335 481 552> 337 99<26 34 565 572> 417 20G<49 118 254 345 481 550>\nVStem: -21 205<47 53> -17 201<383 389> 248 103<100 161 287 337> 415 205<47 53> 415 201<383 389>\nDStem: 34 337 168 350 170 227 248 287 170 227 248 161 34 100 170 87 351 161 429 227 429 87 565 100 431 350 565 337 351 287 429 227\nFore\n335 0 m 2\n 264 0 l 2\n 220 0 204 17 204 50 c 0\n 204 73.658 226.542 97.8537 248 100 c 1\n 248 161 l 1\n 170 87 l 1\n 182 74 184 64 184 50 c 0\n 184 17 162 0 118 0 c 2\n 47 0 l 2\n 25 0 11 2 3 7 c 0\n -11 17 -21 33 -21 50 c 0\n -21 66 -14 81 1 93 c 0\n 12 101 18 101 34 100 c 1\n 170 227 l 1\n 34 337 l 1\n 24 337 16 337 7 344 c 0\n -9 356 -17 370 -17 387 c 0\n -17 403 -11 418 3 428 c 0\n 13 435 23 437 49 437 c 2\n 118 437 l 2\n 142 437 152 435 160 430 c 0\n 176 420 184 404 184 387 c 0\n 184 373 180 364 168 350 c 1\n 248 287 l 1\n 248 337 l 1\n 248 337 234 339 224 346 c 0\n 212 356 204 371 204 387 c 0\n 204 404 212 421 228 430 c 1\n 236 436 230 437 254 437 c 2\n 345 437 l 2\n 369 437 363 436 371 430 c 1\n 387 421 395 404 395 387 c 0\n 395 371 387 356 375 346 c 0\n 365 339 351 337 351 337 c 1\n 351 287 l 1\n 431 350 l 1\n 419 364 415 373 415 387 c 0\n 415 404 423 420 439 430 c 0\n 447 435 457 437 481 437 c 2\n 550 437 l 2\n 576 437 586 435 596 428 c 0\n 610 418 616 403 616 387 c 0\n 616 370 608 356 592 344 c 0\n 583 337 575 337 565 337 c 1\n 429 227 l 1\n 565 100 l 1\n 581 101 587 101 598 93 c 0\n 613 81 620 66 620 50 c 0\n 620 33 610 17 596 7 c 0\n 588 2 574 0 552 0 c 2\n 481 0 l 2\n 437 0 415 17 415 50 c 0\n 415 64 417 74 429 87 c 1\n 351 161 l 1\n 351 100 l 1\n 351 100 361 99 369 93 c 1\n 385 84 395 67 395 50 c 0\n 395 17 379 0 335 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 687\nWidth: 600\nFlags: HW\nHStem: -16 100<280 314> 1 166<120 126> 178 100<234.892 314> 350 100<280 314>\nVStem: 396 110<310 318> 417 110<121 129>\nFore\n417 127 m 0\n 417 158.343 349.914 178 291 178 c 2\n 249 178 l 2\n 210 178 188 196 188 228 c 0\n 188 261 210 279 255 278 c 2\n 286 278 l 2\n 352 278 356 286 370 291 c 0\n 386 297 396 306 396 315 c 0\n 396 333 348 350 297 350 c 0\n 255 350 222 341 194 321 c 1\n 189 312 l 2\n 177 290 163 281 142 281 c 0\n 127 281 111 289 101 301 c 0\n 94 311 92 321 92 347 c 2\n 92 384 l 2\n 92 430 107 450 139 450 c 0\n 154 450 163 443 171 424 c 1\n 210 442 251 450 300 450 c 0\n 420 450 506 393 506 313 c 0\n 506 281 491 252 471 235 c 1\n 471 225 l 1\n 504 205 527 164 527 125 c 0\n 527 43 433 -16 304 -16 c 0\n 247 -16 196 -6 156 13 c 1\n 145 4 137 1 124 1 c 0\n 106 1 90 9 80 25 c 0\n 75 34 73 43 73 67 c 2\n 73 100 l 2\n 73 127 75 136 83 146 c 0\n 93 160 107 167 124 167 c 0\n 150 167 166 153 175 123 c 1\n 204 97 246 84 300 84 c 0\n 364 84 417 104 417 127 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 688\nWidth: 600\nFlags: HW\nHStem: 0 21G<98 187 413 502> 0 100<90 92 192.031 207.093 398 407 507.031 522.093> 337 99<78 92 192 194 391.955 406.969 507 512>\nVStem: 92 100<99 113 214 338> 407 100<99 224 324 336>\nDStem: 407 325 407 224 192 214 192 113\nFore\n192 337 m 1\n 192 214 l 1\n 407 325 l 1\n 407 336 l 1\n 368 336 346 354 346 386 c 0\n 347 419 367 439 412 436 c 1\n 502 437 l 2\n 546 437 568 420 568 387 c 0\n 569 355 546 337 507 337 c 1\n 507 100 l 1\n 546 100 569 82 568 50 c 0\n 568 17 548 -3 502 0 c 1\n 413 0 l 2\n 368 0 346 17 346 50 c 0\n 346 82 368 100 407 100 c 1\n 407 224 l 1\n 192 113 l 1\n 192 100 l 1\n 231 100 254 82 253 50 c 0\n 253 17 233 -3 187 0 c 1\n 98 0 l 2\n 53 0 31 17 31 50 c 0\n 31 82 53 100 92 100 c 1\n 92 337 l 1\n 53 337 31 355 31 387 c 0\n 31 420 53 438 98 437 c 2\n 186 436 l 2\n 231 435 253 419 253 386 c 0\n 253 354 231 337 192 337 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 689\nWidth: 600\nFlags: HW\nHStem: 0 21G<98 187 413 502> 0 100<90 92 192.031 207.093 398 406 507.031 522.093> 337 99<78 92 192 194 391.722 406.969 507 512> 503 68<286 304>\nVStem: 92 100<99 113 214 338> 407 100<99 224 324 336>\nDStem: 407 325 407 224 192 214 192 113\nFore\n156 687 m 0\n 176 687 183 678 190 647 c 0\n 200 601 242 571 297 571 c 0\n 352 571 394 601 404 647 c 0\n 411 678 418 687 438 687 c 0\n 458 687 472 672 472 649 c 0\n 472 573 389 503 297 503 c 0\n 205 503 122 573 122 649 c 0\n 122 672 136 687 156 687 c 0\n192 337 m 1\n 192 214 l 1\n 407 325 l 1\n 407 336 l 1\n 368 336 346 354 346 386 c 0\n 347 419 367 439 412 436 c 1\n 502 437 l 2\n 546 437 568 420 568 387 c 0\n 569 355 546 337 507 337 c 1\n 507 100 l 1\n 546 100 569 82 568 50 c 0\n 568 17 548 -3 502 0 c 1\n 413 0 l 2\n 368 0 346 17 346 50 c 0\n 346 82 368 100 407 100 c 1\n 407 224 l 1\n 192 113 l 1\n 192 100 l 1\n 231 100 254 82 253 50 c 0\n 253 17 233 -3 187 0 c 1\n 98 0 l 2\n 53 0 31 17 31 50 c 0\n 31 82 53 100 92 100 c 1\n 92 337 l 1\n 53 337 31 355 31 387 c 0\n 31 420 53 438 98 437 c 2\n 186 436 l 2\n 231 435 253 419 253 386 c 0\n 253 354 231 337 192 337 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 690\nWidth: 600\nFlags: HW\nHStem: 0 100<100.726 133 447 501> 337 100<99 133 447 485>\nVStem: 134 100<99 164 287 337>\nDStem: 234 164 312 227 312 87 448 100 314 350 448 337 234 287 312 227\nFore\n234 0 m 1\n 118 0 l 2\n 74 0 52 17 52 50 c 0\n 52 67 62 84 76 93 c 0\n 86 99 94 100 118 100 c 2\n 134 100 l 1\n 134 337 l 1\n 118 337 l 2\n 92 337 82 339 72 346 c 0\n 60 356 52 371 52 387 c 0\n 52 404 62 421 76 430 c 0\n 86 436 94 437 118 437 c 2\n 234 437 l 1\n 234 287 l 1\n 314 350 l 1\n 302 364 298 373 298 387 c 0\n 298 404 306 420 322 430 c 0\n 330 435 340 437 364 437 c 2\n 476 437 l 2\n 502 437 512 435 522 428 c 0\n 536 418 542 403 542 387 c 0\n 542 370 534 354 518 344 c 0\n 510 339 500 337 476 337 c 2\n 448 337 l 1\n 312 227 l 1\n 448 100 l 1\n 480 100 l 2\n 508 100 516 98 526 91 c 0\n 540 81 548 66 548 50 c 0\n 548 33 538 17 524 7 c 0\n 516 2 502 0 480 0 c 2\n 362 0 l 2\n 318 0 296 17 296 50 c 0\n 296 64 300 74 312 87 c 1\n 234 164 l 1\n 234 0 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 691\nWidth: 600\nFlags: HW\nHStem: 0 21G<427 516> 0 100<416 421 521.031 536.093> 337 100<176 180 280 421 521 530> 417 20G<186 516>\nVStem: 17 99<111 145> 180 100<111 336> 421 100<99 336>\nFore\n17 140 m 2\n 17 179 35 201 67 201 c 0\n 100 201 116 186 116 140 c 2\n 116 114 l 2\n 116 76 180 80 180 114 c 2\n 180 337 l 1\n 141 337 119 355 119 387 c 0\n 119 420 141 437 186 437 c 2\n 516 437 l 2\n 559 437 581 420 582 387 c 0\n 583 355 560 337 521 337 c 1\n 521 100 l 1\n 560 100 583 82 582 50 c 0\n 581 17 562 -3 516 0 c 1\n 427 0 l 2\n 382 0 360 17 360 50 c 0\n 360 82 382 100 421 100 c 1\n 421 336 l 1\n 280 337 l 1\n 280 100 l 2\n 280 30 226 0 145 0 c 0\n 81 0 17 30 17 87 c 2\n 17 140 l 2\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 692\nWidth: 600\nFlags: HW\nHStem: 0 21G<46 141 463 558> 1 99<31 43 143.031 158.009 447 461 561 563> 337 100<41 43 143 161 442 461 561 563> 417 20G<50 219 385 554>\nVStem: 43 100<99 337> 461 100<99 337>\nDStem: 161 337 219 437 264 100 302 243 385 437 443 337 302 243 340 100\nFore\n264 100 m 1\n 161 337 l 1\n 143 337 l 1\n 143 100 l 1\n 183 100 207 83 207 51 c 0\n 207 18 185 0 141 0 c 2\n 46 0 l 2\n 0 0 -16 19 -16 51 c 0\n -16 82 5 100 43 100 c 1\n 43 337 l 1\n -2 336 -17 357 -16 388 c 0\n -15 421 6 437 50 437 c 2\n 219 437 l 1\n 302 243 l 1\n 385 437 l 1\n 554 437 l 2\n 598 437 619 421 620 388 c 0\n 621 357 606 336 561 337 c 1\n 561 100 l 1\n 599 100 620 82 620 51 c 0\n 620 19 604 0 558 0 c 2\n 463 0 l 2\n 419 0 397 18 397 51 c 0\n 397 83 421 100 461 100 c 1\n 461 337 l 1\n 443 337 l 1\n 340 100 l 1\n 264 100 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 693\nWidth: 600\nFlags: HW\nHStem: 0 21G<118 207 393 482> 0 100<110 112 212.031 227.093 385 387 487.031 502.093> 162 101<212 387> 337 99<98 112 212 214 371.955 386.969 487 500>\nVStem: 112 100<99 161 263 338> 387 100<99 161 263 336>\nFore\n212 337 m 1\n 212 263 l 1\n 387 263 l 1\n 387 336 l 1\n 348 336 326 354 326 386 c 0\n 327 419 347 439 392 436 c 1\n 482 437 l 2\n 526 437 548 420 548 387 c 0\n 549 355 526 337 487 337 c 1\n 487 100 l 1\n 526 100 549 82 548 50 c 0\n 548 17 528 -3 482 0 c 1\n 393 0 l 2\n 348 0 326 17 326 50 c 0\n 326 82 348 100 387 100 c 1\n 387 162 l 1\n 212 162 l 1\n 212 100 l 1\n 251 100 274 82 273 50 c 0\n 273 17 253 -3 207 0 c 1\n 118 0 l 2\n 73 0 51 17 51 50 c 0\n 51 82 73 100 112 100 c 1\n 112 337 l 1\n 73 337 51 355 51 387 c 0\n 51 420 73 438 118 437 c 2\n 206 436 l 2\n 251 435 273 419 273 386 c 0\n 273 354 251 337 212 337 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 694\nWidth: 600\nFlags: HW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 695\nWidth: 600\nFlags: HW\nHStem: 0 21G<113 202 398 487> 0 100<105 107 207.031 222.093 381 392 492.031 507.176> 337 100<105 107 207 392 492 494> 417 20G<113 487>\nVStem: 107 100<99 336> 392 100<99 336>\nFore\n392 336 m 1\n 207 337 l 1\n 207 100 l 1\n 246 100 269 82 268 50 c 0\n 268 17 248 -3 202 0 c 1\n 113 0 l 2\n 68 0 46 17 46 50 c 0\n 46 82 68 100 107 100 c 1\n 107 337 l 1\n 68 337 46 355 46 387 c 0\n 46 420 68 437 113 437 c 2\n 487 437 l 2\n 531 437 553 420 553 387 c 0\n 554 355 531 337 492 337 c 1\n 492 100 l 1\n 531 100 554 82 553 50 c 0\n 553 17 533 -3 487 0 c 1\n 398 0 l 2\n 353 0 331 17 331 50 c 0\n 331 82 353 100 392 100 c 1\n 392 336 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 696\nWidth: 600\nFlags: HW\nHStem: -205 100<58 74 174 232> 10 100<299.5 366> 350 100<302 343.5>\nVStem: 74 100<-105 66 195.5 247> 471 100<195 246.5>\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 697\nWidth: 600\nFlags: HW\nHStem: -16 100<274.5 350> 350 100<284.5 332>\nVStem: 54 100<176.5 226>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 698\nWidth: 600\nFlags: HW\nHStem: 1 21G<256 345> 1 100<248 250 350.031 365.093> 337 101<161 250 350 438>\nVStem: 62 100<288 337> 250 100<100 337> 438 100<288 337>\nFore\n250 337 m 1\n 162 337 l 1\n 162 311 l 2\n 162 287 161 278 155 269 c 0\n 146 254 129 245 112 245 c 0\n 96 245 81 253 71 265 c 0\n 64 275 62 285 62 311 c 2\n 62 438 l 1\n 538 438 l 1\n 538 311 l 2\n 538 285 536 275 529 265 c 0\n 519 253 504 245 488 245 c 0\n 471 245 454 254 445 269 c 0\n 439 278 438 287 438 311 c 2\n 438 337 l 1\n 350 337 l 1\n 350 101 l 1\n 389 101 412 83 411 51 c 0\n 410 18 391 -2 345 1 c 1\n 256 1 l 2\n 211 1 189 18 189 51 c 0\n 189 83 211 101 250 101 c 1\n 250 337 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 699\nWidth: 600\nFlags: HW\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526>\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 700\nWidth: 600\nFlags: HW\nHStem: -205 100<219 250 349 429> 10 0<250 251.704> 10 100<184 250 348.296 417> 110 0<250 252.99> 350 100<184 250 350 417> 450 0<250 253.076> 548 100<219 250>\nVStem: -36 100<222 232> 250 100<-106 10 110 350 449 548> 536 100<222 232>\nFore\n414 350 m 2\n 350 350 l 1\n 350 110 l 1\n 350 110 326 110 414 110 c 0\n 500 110 535 160 536 230 c 1\n 535 284 487 350 414 350 c 2\n350 450 m 1\n 350 450 330 450 392 450 c 0\n 532 450 636 353 636 224 c 0\n 636 101 533 10 394 10 c 0\n 335 10 350 10 350 10 c 1\n 350 -105 l 1\n 408 -105 l 2\n 434 -105 444 -107 454 -114 c 0\n 467 -124 474 -139 474 -155 c 0\n 474 -172 465 -188 450 -198 c 0\n 442 -203 430 -205 408 -205 c 2\n 234 -205 l 2\n 209 -205 198 -203 188 -195 c 0\n 176 -186 168 -171 168 -155 c 0\n 168 -138 177 -121 192 -112 c 0\n 201 -106 210 -105 234 -105 c 2\n 250 -105 l 1\n 250 10 l 1\n 250 10 265 10 206 10 c 0\n 67 10 -36 101 -36 224 c 0\n -36 353 68 450 208 450 c 0\n 270 450 250 450 250 450 c 1\n 250 548 l 1\n 234 548 l 2\n 208 548 198 550 188 557 c 0\n 176 567 168 582 168 598 c 0\n 168 615 177 632 192 641 c 0\n 201 646 210 648 234 648 c 2\n 350 648 l 1\n 350 450 l 1\n186 350 m 2\n 113 350 65 284 64 230 c 1\n 65 160 100 110 186 110 c 0\n 274 110 250 110 250 110 c 1\n 250 350 l 1\n 186 350 l 2\nEndSplineSet\nMinimumDistance: x32,5 y5,32 y5,33 \nBack\n414 350 m 2\n 350 350 l 1\n 350 110 l 1\n 414 110 l 2\n 500 110 535 160 536 230 c 5\n 535 284 487 350 414 350 c 2\n350 450 m 1\n 392 450 l 2\n 532 450 636 353 636 224 c 0\n 636 101 533 10 394 10 c 2\n 350 10 l 1\n 350 -105 l 1\n 408 -105 l 2\n 434 -105 444 -107 454 -114 c 0\n 467 -124 474 -139 474 -155 c 0\n 474 -172 465 -188 450 -198 c 0\n 442 -203 430 -205 408 -205 c 2\n 234 -205 l 2\n 209 -205 198 -203 188 -195 c 0\n 176 -186 168 -171 168 -155 c 0\n 168 -138 177 -121 192 -112 c 0\n 201 -106 210 -105 234 -105 c 2\n 250 -105 l 1\n 250 10 l 1\n 206 10 l 2\n 67 10 -36 101 -36 224 c 0\n -36 353 68 450 208 450 c 2\n 250 450 l 1\n 250 548 l 1\n 234 548 l 2\n 208 548 198 550 188 557 c 0\n 176 567 168 582 168 598 c 0\n 168 615 177 632 192 641 c 0\n 201 646 210 648 234 648 c 2\n 350 648 l 1\n 350 450 l 1\n186 350 m 2\n 113 350 65 284 64 230 c 1\n 65 160 100 110 186 110 c 2\n 250 110 l 1\n 250 350 l 1\n 186 350 l 2\nEndSplineSet\nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 701\nWidth: 600\nFlags: HW\nHStem: 0 20 417 20<106 198 198 211 400 491 491 504>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 702\nWidth: 600\nFlags: HW\nHStem: -20 20G<97 469> 0 100<90 92 192 375> 337 100<90 92 192 194 366 375 475 479> 417 20G<97 186 380 469>\nVStem: 92 100<100 337> 375 100<100 337> 469 100<-45 0>\nFore\n475 100 m 1\n 569 100 l 1\n 569 -26 l 2\n 569 -52 567 -62 560 -72 c 0\n 550 -84 535 -92 519 -92 c 0\n 502 -92 485 -83 476 -68 c 0\n 470 -59 469 -50 469 -26 c 2\n 469 0 l 1\n 97 0 l 2\n 54 0 31 17 31 50 c 0\n 30 82 53 100 92 100 c 1\n 92 337 l 1\n 53 337 30 355 31 387 c 0\n 31 420 51 436 97 437 c 2\n 186 437 l 2\n 231 437 253 420 253 387 c 0\n 253 355 231 337 192 337 c 1\n 192 101 l 1\n 375 100 l 1\n 375 337 l 1\n 336 337 313 355 314 387 c 0\n 314 420 337 436 380 437 c 2\n 469 437 l 2\n 514 437 536 420 536 387 c 0\n 536 355 514 337 475 337 c 1\n 475 100 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y2,0 x0,2 x0,1 \nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 703\nWidth: 600\nFlags: HW\nHStem: 0 21G<396 485> 0 100<384 390 490.031 505.093> 111 97<288 306> 337 99<96 110 210 212 374.907 389.969 490 498>\nVStem: 110 100<250 338> 390 100<99 141 250 336>\nFore\n210 337 m 1\n 210 252 l 2\n 210 218 260 208 300 208 c 0\n 340 208 390 231 390 252 c 2\n 390 336 l 1\n 351 336 328 354 329 386 c 0\n 330 419 349 439 395 436 c 1\n 485 437 l 2\n 528 437 550 420 551 387 c 0\n 552 355 529 337 490 337 c 1\n 490 100 l 1\n 529 100 552 82 551 50 c 0\n 550 17 531 -3 485 0 c 1\n 396 0 l 2\n 351 0 329 17 329 50 c 0\n 329 82 351 100 390 100 c 1\n 390 141 l 1\n 370 122 339 111 302 111 c 0\n 202 111 110 135 110 252 c 2\n 110 337 l 1\n 71 337 49 355 49 387 c 0\n 49 420 71 438 116 437 c 2\n 204 436 l 2\n 249 435 271 419 271 386 c 0\n 271 354 249 337 210 337 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 704\nWidth: 600\nFlags: HW\nHStem: 0 100<129 250 351 472> 417 20G<56 101 268 333 500 545>\nVStem: 29 100<100 337> 250 101<100 337> 472 100<100 337>\nFore\n546 0 m 2\n 55 0 l 2\n 12 0 -10 17 -11 50 c 0\n -12 81 6 100 29 100 c 1\n 29 337 l 1\n 6 338 -12 355 -11 387 c 0\n -10 420 13 437 56 437 c 2\n 101 437 l 2\n 146 437 173 420 173 387 c 0\n 173 355 156 336 129 337 c 1\n 129 100 l 1\n 250 100 l 1\n 250 337 l 1\n 226 336 201 355 202 387 c 0\n 203 420 223 437 268 437 c 2\n 333 437 l 2\n 378 437 398 420 399 387 c 0\n 400 355 375 336 351 337 c 1\n 351 100 l 1\n 472 100 l 1\n 472 337 l 1\n 445 336 428 355 428 387 c 0\n 428 420 455 437 500 437 c 2\n 545 437 l 2\n 588 437 611 420 612 387 c 0\n 613 355 595 338 572 337 c 1\n 572 100 l 1\n 595 100 613 81 612 50 c 0\n 611 17 589 0 546 0 c 2\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 705\nWidth: 600\nFlags: HW\nHStem: 0 100<129 250 351 472> 417 20G<56 101 268 333 500 545>\nVStem: 29 100<100 337> 250 101<100 337> 472 100<100 337> 508 100<-45 0>\nFore\n572 100 m 1\n 608 100 l 1\n 608 -26 l 2\n 608 -52 606 -62 599 -72 c 0\n 589 -84 574 -92 558 -92 c 0\n 541 -92 524 -83 515 -68 c 0\n 509 -59 508 -50 508 -26 c 2\n 508 0 l 1\n 55 0 l 2\n 12 0 -10 17 -11 50 c 0\n -12 81 6 100 29 100 c 1\n 29 337 l 1\n 6 338 -12 355 -11 387 c 0\n -10 420 13 437 56 437 c 2\n 101 437 l 2\n 146 437 173 420 173 387 c 0\n 173 355 156 336 129 337 c 1\n 129 100 l 1\n 250 100 l 1\n 250 337 l 1\n 226 336 201 355 202 387 c 0\n 203 420 223 437 268 437 c 2\n 333 437 l 2\n 378 437 398 420 399 387 c 0\n 400 355 375 336 351 337 c 1\n 351 100 l 1\n 472 100 l 1\n 472 337 l 1\n 445 336 428 355 428 387 c 0\n 428 420 455 437 500 437 c 2\n 545 437 l 2\n 588 437 611 420 612 387 c 0\n 613 355 595 338 572 337 c 1\n 572 100 l 1\nEndSplineSet\nMinimumDistance: y2,0 x0,2 x0,1 \nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 706\nWidth: 600\nFlags: HW\nHStem: 0 100<207 209 309.125 406> 180 100<309.125 392> 417 20G<21 303>\nVStem: 21 100<287 337> 209 100<100 180 279 337> 478 101<127 145>\nFore\n21 437 m 1\n 303 437 l 2\n 350 437 370 420 370 387 c 0\n 370 355 348 337 309 337 c 1\n 309 280 l 1\n 390 280 l 2\n 536 279 578 220 579 143 c 0\n 580 10 430 0 383 0 c 2\n 215 0 l 2\n 170 0 148 17 148 50 c 0\n 148 82 170 100 209 100 c 1\n 209 337 l 1\n 121 337 l 1\n 121 311 l 2\n 121 287 120 278 114 269 c 0\n 105 254 88 245 71 245 c 0\n 55 245 40 253 30 265 c 0\n 23 275 21 285 21 311 c 2\n 21 437 l 1\n309 100 m 1\n 416 100 478 96 478 136 c 0\n 478 182 408 180 309 180 c 1\n 309 100 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 707\nWidth: 600\nFlags: HW\nHStem: 0 100<51 53 153.125 232 455 457 557 559> 180 100<153.125 215> 337 100<51 53 153 155 557 559> 417 20G<59 147>\nVStem: 53 100<100 180 279 338> 292 102<135 145> 457 100<99 336>\nFore\n153 337 m 1\n 153 280 l 1\n 206 280 l 2\n 348 280 392 241 394 143 c 1\n 392 8 273 0 227 0 c 2\n 59 0 l 2\n 13 0 -9 17 -9 50 c 0\n -9 82 13 100 53 100 c 1\n 53 337 l 1\n 13 337 -9 355 -9 387 c 0\n -9 420 11 437 59 437 c 2\n 147 437 l 2\n 194 437 213 420 213 387 c 0\n 213 355 191 337 153 337 c 1\n153 100 m 1\n 259 100 294 97 292 136 c 1\n 292 180 251 180 153 180 c 1\n 153 100 l 1\n457 336 m 1\n 418 336 406 354 406 386 c 0\n 407 419 427 435 472 436 c 2\n 542 437 l 2\n 586 438 608 420 608 387 c 0\n 609 355 596 337 557 337 c 1\n 557 100 l 1\n 596 100 609 82 608 50 c 0\n 608 17 587 0 542 0 c 2\n 473 0 l 2\n 428 0 406 17 406 50 c 0\n 406 82 418 100 457 100 c 1\n 457 336 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 708\nWidth: 600\nFlags: HW\nHStem: 0 100<144 146 246.125 341> 180 100<246.25 315.06> 337 100<144 146 246 248> 417 20G<152 240>\nVStem: 146 100<100 180 279 337> 414 102<135 145>\nFore\n246 337 m 1\n 246 280 l 1\n 464 280 514 258 516 143 c 1\n 514 8 366 0 320 0 c 2\n 152 0 l 2\n 106 0 84 17 84 50 c 0\n 84 82 106 100 146 100 c 1\n 146 337 l 1\n 106 337 84 355 84 387 c 0\n 84 420 104 437 152 437 c 2\n 240 437 l 2\n 287 437 306 420 306 387 c 0\n 306 355 284 337 246 337 c 1\n246 100 m 1\n 352 100 416 97 414 136 c 1\n 414 180 344 180 246 180 c 1\n 246 100 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 709\nWidth: 600\nFlags: HW\nHStem: -16 100<250 302> 157 100<250 445> 350 100<278 317>\nFore\n446 157 m 1\n 252 157 l 2\n 214 157 192 175 192 207 c 0\n 192 240 214 258 258 257 c 2\n 448 257 l 1\n 427.329 313.107 377.088 350 300 350 c 0\n 256 350 220 341 194 325 c 0\n 180 316 174 307 170 289 c 0\n 166 267 164 261 156 255 c 1\n 148 247 132 241 120 241 c 0\n 104 241 88 249 78 262 c 0\n 72 271 70 281 70 307 c 2\n 70 384 l 2\n 70 430 84 450 118 450 c 0\n 138 450 150 441 156 420 c 1\n 194 440 242 450 300 450 c 0\n 450 450 556 350 556 207 c 0\n 556 146 534 93 494 53 c 0\n 446 5 384 -16 286 -16 c 0\n 214 -16 150 -4 108 16 c 1\n 68 37 44 63 44 89 c 0\n 44 117 68 140 94 140 c 0\n 106 140 116 136 124 128 c 1\n 150 107 156 103 174 97 c 0\n 198 89 240 84 280 84 c 0\n 370 84 426 108 446 157 c 1\nEndSplineSet\nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 710\nWidth: 600\nFlags: HW\nHStem: -16 100<387 421> 0 21G<54 128> 1 99<36 38 138 140> 350 100<387 421>\nVStem: 38 100<99 157 258 337> 512 100<191 241>\nFore\n200 258 m 1\n 200 366 276 450 408 450 c 0\n 548 450 612 346 612 217 c 0\n 612 87 548 -16 404 -16 c 0\n 282 -16 204 54 204 157 c 1\n 138 157 l 1\n 138 100 l 1\n 178 100 194 82 194 50 c 0\n 192 17 170 0 128 0 c 2\n 54 0 l 2\n 10 0 -12 17 -12 50 c 0\n -12 82 0 100 38 100 c 1\n 38 337 l 1\n 10 336 -6 355 -6 387 c 0\n -6 420 15 438 60 437 c 2\n 122 436 l 2\n 168 435 190 419 190 386 c 0\n 190 354 170 336 138 337 c 1\n 138 258 l 1\n 200 258 l 1\n406 350 m 0\n 316 350 296 293 296 217 c 0\n 296 142 316 84 404 84 c 0\n 494 84 512 142 512 217 c 0\n 512 291 494 350 406 350 c 0\nEndSplineSet\nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 711\nWidth: 600\nFlags: HW\nHStem: 0 100<99 152 386 388 488 501> 157 100<360 387.885> 337 100<291 388 488 490>\nVStem: 118 100<292 305> 388 100<99 157 257 337>\nFore\n222 167 m 1\n 142 181 118 216 118 294 c 0\n 118 428 266 436 314 437 c 2\n 482 437 l 2\n 526 437 548 420 548 387 c 0\n 548 355 526 337 488 337 c 1\n 488 100 l 1\n 526 100 548 82 548 50 c 0\n 548 17 529 0 482 0 c 2\n 394 0 l 2\n 346 0 326 17 326 50 c 0\n 326 82 348 100 388 100 c 1\n 388 157 l 1\n 360 157 l 1\n 286 87 l 1\n 298 74 302 64 302 50 c 0\n 302 17 280 0 236 0 c 2\n 118 0 l 2\n 96 0 84 2 76 7 c 0\n 60 17 52 33 52 50 c 0\n 52 66 60 81 72 91 c 0\n 82 98 90 100 118 100 c 2\n 152 100 l 1\n 222 167 l 1\n388 337 m 1\n 272 338 218 339 218 301 c 0\n 218 253 260 257 388 257 c 1\n 388 337 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 712\nWidth: 600\nFlags: HW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nDStem: 202 618 248 674 335 506 381 563\nRef: 96 96 N 1 0 0 1 54 -6\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 713\nWidth: 600\nFlags: HW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nVStem: 127 120<520.5 553> 335 120<520.5 553>\nRef: 168 168 N 1 0 0 1 -9 -57\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 714\nWidth: 600\nFlags: HW\nHStem: -185 100<266 332> 0 100<76 96 195 214> 302 100<312 336> 444 58<36 94 195 354> 524 100<60 94>\nVStem: 95 100<100 235 341 444 501 524> 408 100<-10 239>\nFore\n408 0 m 9\n 410 223 l 17\n 410 250 405 268 394 278 c 1\n 394 279 l 1\n 375 294 357 302 323 302 c 2\n 322 302 l 2\n 264 302 233 271 196 235 c 1\n 195 100 l 1\n 201 100 l 2\n 223 100 238 97 246 91 c 2\n 247 91 l 2\n 260 80 267 67 268 51 c 1\n 268 50 l 2\n 268 32 260 18 244 7 c 0\n 237 2 222 0 201 0 c 2\n 89 0 l 2\n 68 0 53 3 44 9 c 0\n 31 20 24 33 23 49 c 1\n 23 50 l 2\n 23 83.8418 42.7973 100 89 100 c 2\n 95 100 l 1\n 96 444 l 1\n 44 444 l 1\n 10 444 10 502 44 502 c 1\n 95 502 l 1\n 95 524 l 1\n 79 524 l 2\n 57 524 42 527 34 533 c 2\n 33 533 l 2\n 20 544 14 557 13 573 c 1\n 13 574 l 2\n 13 607.841 32.7969 624 79 624 c 2\n 195 624 l 1\n 195 502 l 1\n 352 502 l 1\n 388 502 388 444 352 444 c 1\n 195 444 l 1\n 196 341 l 1\n 235 382 281 402 332 402 c 2\n 333 402 l 2\n 402 402 452 378 484 330 c 0\n 502 303 510 240 510 236 c 9\n 508 0 l 2\n 508 -105.445 428.462 -185 317 -185 c 2\n 278 -185 l 2\n 255 -185 240 -182 233 -175 c 0\n 220 -166 213 -153 212 -136 c 1\n 212 -135 l 2\n 212 -116 220 -102 236 -92 c 0\n 243 -87 257 -85 278 -85 c 2\n 314 -85 l 2\n 368 -85 408 -57 408 -1 c 2\n 408 0 l 9\nEndSplineSet\nMinimumDistance: x42,-1 x31,33 y33,31 y33,32 x33,35 x33,34 x24,22 x24,23 \nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 715\nWidth: 600\nFlags: HW\nHStem: 0 21G<165 254> 0 100<157 159 259.031 274.093> 244 193<449 455> 337 100<157 159 259.063 402>\nVStem: 159 100<99 336> 402 100<287 336>\nDStem: 344 661 390 605 211 550 257 493\nFore\n402 336 m 1\n 402 336 338 337 259 337 c 1\n 259 100 l 1\n 298 100 321 82 320 50 c 0\n 319 17 300 -3 254 0 c 1\n 165 0 l 2\n 120 0 98 17 98 50 c 0\n 98 82 120 100 159 100 c 1\n 159 337 l 1\n 120 337 98 355 98 387 c 0\n 98 420 120 437 165 437 c 2\n 502 437 l 1\n 502 310 l 2\n 502 284 500 274 493 264 c 0\n 483 252 468 244 452 244 c 0\n 435 244 418 253 409 268 c 0\n 403 277 402 286 402 310 c 2\n 402 336 l 1\n390 605 m 1\n 257 493 l 2\n 242 481 235 477 225 477 c 0\n 205 477 188 494 188 513 c 0\n 188 526 195 537 211 550 c 2\n 344 661 l 2\n 360 674 365 677 376 677 c 0\n 397 677 413 661 413 640 c 0\n 413 628 407 618 390 605 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 716\nWidth: 600\nFlags: HW\nHStem: -16 100<298 350> 157 100<154 350> 350 100<283 322>\nFore\n300 350 m 0\n 223.304 350 173.082 314.223 152 257 c 1\n 342 257 l 2\n 386 258 408 240 408 207 c 0\n 408 175 386 157 348 157 c 2\n 154 157 l 1\n 174 108 230 84 320 84 c 0\n 360 84 402 89 426 97 c 0\n 444 103 450 107 476 128 c 1\n 484 136 494 140 506 140 c 0\n 532 140 556 117 556 89 c 0\n 556 63 532 37 492 16 c 1\n 450 -4 386 -16 314 -16 c 0\n 216 -16 154 5 106 53 c 0\n 66 93 44 146 44 207 c 0\n 44 350 150 450 300 450 c 0\n 358 450 406 440 444 420 c 1\n 450 441 462 450 482 450 c 0\n 516 450 530 430 530 384 c 2\n 530 307 l 2\n 530 281 528 271 522 262 c 0\n 512 249 496 241 480 241 c 0\n 468 241 452 247 444 255 c 1\n 436 261 434 267 430 289 c 0\n 426 307 420 316 406 325 c 0\n 380 341 344 350 300 350 c 0\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 717\nWidth: 600\nFlags: HW\nHStem: -16 100<275.5 332> 350 100<275.5 322>\nVStem: 92 110<310.5 324> 417 110<115.5 133.5>\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 718\nWidth: 600\nFlags: HW\nHStem: 0 100<110 249 350 478> 337 100<158 249> 518 105<219 335>\nVStem: 218 118<519 622> 250 100<100 337>\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 719\nWidth: 600\nFlags: HW\nHStem: 0 100<128 250 350 472> 337 100<172 250>\nVStem: 136 120<520.5 553> 250 100<100 337 337 337> 344 120<520.5 553>\nRef: 168 168 N 1 0 0 1 0 -57\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 720\nWidth: 600\nFlags: HW\nHStem: -205 100<165 310> 337 100<165 387> 518 105<312 429>\nVStem: 311 119<519 622> 388 100<-29 337>\nRef: 106 106 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 721\nWidth: 600\nFlags: HW\nHStem: -2 101<334 342 441.063 468> 178 100<441.125 474.211> 336 100<130 134 234 342>\nVStem: -29 99<104 139> -29 262<83 87> 134 100<112 335> 342 99<98 177 277 335> 553 101<127 141>\nFore\n458 -2 m 1\n 348 -1 l 2\n 304 -1 282 15 281 48 c 1\n 281 49 l 2\n 281 80 299 96 335 99 c 2\n 342 99 l 1\n 342 335 l 1\n 234 336 l 1\n 234 99 l 2\n 234 30.0461 184.16 -1 99 -1 c 0\n 49 -1 12 13 -11 40 c 0\n -23 53 -29 68 -29 85 c 1\n -29 139 l 1\n -29 178 -13 199 18 200 c 1\n 21 200 l 1\n 48 200 64 187 68 161 c 1\n 70 139 l 1\n 70 113 l 2\n 70 78.6554 118.454 76.8438 132 102 c 1\n 134 113 l 1\n 134 336 l 1\n 95 336 74 352 73 383 c 1\n 73 386 l 1\n 73 419 95 436 140 436 c 2\n 436 435 l 2\n 479 435 501 418 502 385 c 0\n 503.204 350.09 484.429 338.341 441 335 c 1\n 441 278 l 1\n 554 278 571 269 604 251 c 0\n 637.718 232.51 654 195.921 654 141 c 1\n 653 66 610 21 524 4 c 2\n 523 4 l 2\n 502 4 481 -2 458 -2 c 1\n441 98 m 1\n 521 98 512 100 528 105 c 2\n 529 106 l 2\n 543 111 551 118 553 128 c 1\n 553 134 l 2\n 553 174.042 478.626 178 441 178 c 1\n 441 98 l 1\nEndSplineSet\nBack\n489 180 m 2\n 425 180 l 1\n 425 100 l 1\n 489 100 l 2\n 513 100 530 113 530 136 c 0\n 530 170 502 180 489 180 c 2\n425 280 m 1\n 425 280 470 281 489 280 c 2\n 570 280 630 246 631 143 c 5\n 630 8 514 0 467 0 c 2\n 331 0 l 2\n 286 -0 264 17 264 50 c 0\n 264 82 286 100 325 100 c 1\n 325 336 l 1\n 248 337 l 1\n 248 100 l 2\n 248 30 194 0 113 0 c 0\n 49 0 -15 30 -15 87 c 2\n -15 140 l 2\n -15 179 3 201 35 201 c 0\n 68 201 84 186 84 140 c 2\n 84 114 l 2\n 84 76 148 80 148 114 c 2\n 148 337 l 1\n 109 337 87 355 87 387 c 0\n 87 420 109 437 154 437 c 2\n 420 437 l 2\n 463 437 485 420 486 387 c 0\n 487 355 464 337 425 337 c 1\n 425 280 l 1\nEndSplineSet\nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 722\nWidth: 600\nFlags: HW\nHStem: 0 100<24 32 132.031 148.346 302 310 410.063 453> 180 101<132 310 410.125 443.211> 337 99<18 32 132 134 293.468 309.969>\nVStem: 32 100<99 179 281 338> 310 100<100 179 281 336> 522 101<129 143>\nFore\n316 0 m 2\n 272 0 250 16 249 49 c 1\n 249 50 l 2\n 249 81 267 97 303 100 c 2\n 310 100 l 1\n 310 180 l 1\n 132 180 l 1\n 132 100 l 1\n 170 100 190 86 193 58 c 2\n 193 50 l 2\n 192 14 170 -3 127 0 c 1\n 38 0 l 2\n -6 0 -28 16 -29 49 c 1\n -29 50 l 2\n -29 81 -11 97 25 100 c 2\n 32 100 l 1\n 32 337 l 1\n -6 337 -29 352 -29 385 c 1\n -29 387 l 1\n -29 421 -7 438 38 437 c 2\n 126 436 l 2\n 170 435 192 419 193 387 c 1\n 193 386 l 2\n 193 353 173 337 132 337 c 1\n 132 281 l 1\n 310 281 l 1\n 310 336 l 1\n 272 336 252 350 249 378 c 1\n 248 421 269 438 315 436 c 1\n 405 437 l 2\n 448 437 470 420 471 387 c 0\n 472 349 447 340 410 337 c 1\n 410 280 l 1\n 523 280 540 271 573 253 c 0\n 609 233 623 198 623 143 c 1\n 622 68 579 23 493 6 c 2\n 492 6 l 2\n 471 2 450 0 427 0 c 2\n 316 0 l 2\n410 100 m 1\n 490 100 481 102 497 107 c 2\n 498 108 l 2\n 512 113 520 120 522 130 c 1\n 522 136 l 2\n 522 176.042 447.626 180 410 180 c 1\n 410 100 l 1\nEndSplineSet\nBack\n309 0 m 2\n 264 0 242 17 242 50 c 0\n 242 82 264 100 303 100 c 1\n 303 180 l 1\n 152 180 l 1\n 152 100 l 1\n 191 100 214 82 213 50 c 0\n 212 17 193 -3 147 0 c 1\n 58 0 l 2\n 13 0 -9 17 -9 50 c 0\n -9 82 13 100 52 100 c 1\n 52 337 l 1\n 13 337 -9 355 -9 387 c 0\n -9 420 13 438 58 437 c 2\n 146 436 l 2\n 191 435 213 419 213 386 c 0\n 213 354 191 337 152 337 c 1\n 152 281 l 1\n 303 281 l 1\n 303 336 l 1\n 264 336 241 354 242 386 c 0\n 243 419 262 439 308 436 c 1\n 398 437 l 2\n 441 437 463 420 464 387 c 0\n 465 355 442 337 403 337 c 1\n 403 280 l 1\n 426 280 448 281 467 280 c 2\n 548 280 608 246 609 143 c 1\n 608 8 492 0 445 0 c 2\n 403 0 l 1\n 309 0 l 2\n403 100 m 1\n 427 100 467 100 467 100 c 2\n 491 100 508 113 508 136 c 0\n 508 170 480 180 467 180 c 2\n 467 180 426 180 403 180 c 1\n 403 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 723\nWidth: 600\nFlags: HW\nHStem: 0 100<76 96 195 206 387 409 509 526> 302 100<316 338> 444 58<36 94 195 359> 524 100<60 94>\nVStem: 95 100<100 235 341 444 501 524> 409 100<100 241>\nFore\n195 624 m 1\n 195 502 l 1\n 352 502 l 1\n 388 502 388 444 352 444 c 1\n 195 444 l 1\n 196 341 l 1\n 235 382 281 402 332 402 c 2\n 333 402 l 2\n 437.4 402 510 339.822 510 237 c 2\n 510 236 l 1\n 509 100 l 1\n 515 100 l 2\n 537 100 552 97 560 91 c 2\n 561 91 l 2\n 574 80 580 67 581 51 c 1\n 581 50 l 2\n 581 31 573 16 557 7 c 0\n 550 2 536 0 515 0 c 2\n 403 0 l 2\n 381 0 366 3 357 9 c 0\n 344 20 337 33 336 49 c 1\n 336 50 l 2\n 336 68 344 82 360 93 c 0\n 369 98 383 100 403 100 c 2\n 409 100 l 1\n 410 223 l 2\n 410 250 405 268 394 278 c 1\n 394 279 l 1\n 376.174 293.261 356.458 302 323 302 c 2\n 322 302 l 2\n 263.497 302 233.436 270.466 196 235 c 1\n 195 100 l 1\n 201 100 l 2\n 223 100 238 97 246 91 c 2\n 247 91 l 2\n 260 80 267 67 268 51 c 1\n 268 50 l 2\n 268 32 260 18 244 7 c 0\n 237 2 222 0 201 0 c 2\n 89 0 l 2\n 68 0 53 3 44 9 c 0\n 31 20 24 33 23 49 c 1\n 23 50 l 2\n 23 83.8418 42.7973 100 89 100 c 2\n 95 100 l 1\n 96 444 l 1\n 44 444 l 1\n 10 444 10 502 44 502 c 1\n 95 502 l 1\n 95 524 l 1\n 79 524 l 2\n 57 524 42 527 34 533 c 2\n 33 533 l 2\n 20 544 14 557 13 573 c 1\n 13 574 l 2\n 13 607.841 32.7969 624 79 624 c 2\n 195 624 l 1\nEndSplineSet\nMinimumDistance: x10,-1 x55,1 y1,55 y1,0 x48,46 x48,47 x1,3 x1,2 \nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 724\nWidth: 600\nFlags: HW\nHStem: 0 100<100.726 133 447 501> 337 100<99 133 447 485>\nVStem: 134 100<99 164 287 337>\nDStem: 234 164 312 227 312 87 448 100 314 350 448 337 234 287 312 227 344 661 390 605 211 550 257 493\nFore\n234 0 m 1\n 118 0 l 2\n 74 0 52 17 52 50 c 0\n 52 67 62 84 76 93 c 0\n 86 99 94 100 118 100 c 2\n 134 100 l 1\n 134 337 l 1\n 118 337 l 2\n 92 337 82 339 72 346 c 0\n 60 356 52 371 52 387 c 0\n 52 404 62 421 76 430 c 0\n 86 436 94 437 118 437 c 2\n 234 437 l 1\n 234 287 l 1\n 314 350 l 1\n 302 364 298 373 298 387 c 0\n 298 404 306 420 322 430 c 0\n 330 435 340 437 364 437 c 2\n 476 437 l 2\n 502 437 512 435 522 428 c 0\n 536 418 542 403 542 387 c 0\n 542 370 534 354 518 344 c 0\n 510 339 500 337 476 337 c 2\n 448 337 l 1\n 312 227 l 1\n 448 100 l 1\n 480 100 l 2\n 508 100 516 98 526 91 c 0\n 540 81 548 66 548 50 c 0\n 548 33 538 17 524 7 c 0\n 516 2 502 0 480 0 c 2\n 362 0 l 2\n 318 0 296 17 296 50 c 0\n 296 64 300 74 312 87 c 1\n 234 164 l 1\n 234 0 l 1\n390 605 m 1\n 257 493 l 2\n 242 481 235 477 225 477 c 0\n 205 477 188 494 188 513 c 0\n 188 526 195 537 211 550 c 2\n 344 661 l 2\n 360 674 365 677 376 677 c 0\n 397 677 413 661 413 640 c 0\n 413 628 407 618 390 605 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 725\nWidth: 600\nFlags: HW\nHStem: 0 21G<98 187 413 502> 0 100<90 92 192.031 207.093 398 407 507.031 522.093> 337 99<78 92 192 194 391.955 406.969 507 512>\nVStem: 92 100<99 113 214 338> 407 100<99 224 324 336>\nDStem: 210 605 256 661 343 493 389 550 407 325 407 224 192 214 192 113\nFore\n192 337 m 1\n 192 214 l 1\n 407 325 l 1\n 407 336 l 1\n 368 336 346 354 346 386 c 0\n 347 419 367 439 412 436 c 1\n 502 437 l 2\n 546 437 568 420 568 387 c 0\n 569 355 546 337 507 337 c 1\n 507 100 l 1\n 546 100 569 82 568 50 c 0\n 568 17 548 -3 502 0 c 1\n 413 0 l 2\n 368 0 346 17 346 50 c 0\n 346 82 368 100 407 100 c 1\n 407 224 l 1\n 192 113 l 1\n 192 100 l 1\n 231 100 254 82 253 50 c 0\n 253 17 233 -3 187 0 c 1\n 98 0 l 2\n 53 0 31 17 31 50 c 0\n 31 82 53 100 92 100 c 1\n 92 337 l 1\n 53 337 31 355 31 387 c 0\n 31 420 53 438 98 437 c 2\n 186 436 l 2\n 231 435 253 419 253 386 c 0\n 253 354 231 337 192 337 c 1\n256 661 m 2\n 389 550 l 2\n 405 537 412 526 412 513 c 0\n 412 494 395 477 375 477 c 0\n 365 477 358 481 343 493 c 2\n 210 605 l 1\n 193 618 187 628 187 641 c 0\n 187 661 203 677 224 677 c 0\n 235 677 240 674 256 661 c 2\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 726\nWidth: 600\nFlags: HW\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526> 477 68<272.5 327.5>\nRef: 728 728 N 1 0 0 1 0 -26\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 727\nWidth: 600\nFlags: HW\nHStem: 0 100<193 254 347 408 508 517> 337 100<76.6538 92.9686 193 200 391.654 407.969 508 515> 417 20G<98 187 413 502>\nVStem: 93 100<100 337> 258 84<-55 -35> 408 100<100 337>\nFore\n193 101 m 1\n 408 100 l 1\n 408 337 l 1\n 370 337 350 351 347 379 c 1\n 347 387 l 2\n 347 423 369 440 413 437 c 1\n 502 437 l 2\n 546 437 568 421 569 388 c 1\n 569 387 l 2\n 569 356 551 340 515 337 c 2\n 508 337 l 1\n 508 100 l 1\n 547 100 568 84 569 53 c 1\n 569 50 l 1\n 569 17 547 0 502 0 c 2\n 348 0 l 1\n 337 -45 344 -65 348 -90 c 1\n 323 -102 284 -102 254 -90 c 1\n 260 -66 259 -35 254 0 c 1\n 98 0 l 2\n 55 0 33 16 32 49 c 1\n 32 50 l 1\n 28.6181 83.6175 57.9398 98.1269 93 100 c 1\n 93 337 l 1\n 55 337 35 351 32 379 c 1\n 32 387 l 2\n 32 423 54 440 98 437 c 1\n 187 437 l 2\n 231 437 253 421 254 388 c 1\n 254 387 l 2\n 254 356 236 340 200 337 c 2\n 193 337 l 1\n 193 101 l 1\nEndSplineSet\nMinimumDistance: x10,-1 x16,18 x17,15 y15,17 y15,16 \nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 728\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 317> 283 100<195 317> 483 100<61 93 195 311>\nVStem: 13 346<528 535> 94 100<101 282 383 483> 423 106<188 194>\nFore\n194 383 m 1\n 292 383 l 2\n 385 383 435 366 479 317 c 0\n 511 282 529 235 529 189 c 0\n 529 78 439 0 312 0 c 2\n 79 0 l 2\n 53 0 46 1 37 7 c 0\n 22 16 13 33 13 50 c 0\n 13 65 21 81 34 91 c 0\n 43 98 54 100 79 100 c 2\n 94 100 l 1\n 94 483 l 1\n 79 483 l 2\n 55 483 46 484 37 490 c 0\n 22 499 13 516 13 533 c 0\n 13 548 21 564 34 573 c 0\n 42 580 56 583 79 583 c 2\n 293 583 l 2\n 340.03 583 359 563.763 359 533 c 0\n 359 517 351 502 338 492 c 0\n 328 485 320 483 293 483 c 2\n 194 483 l 1\n 194 383 l 1\n194 100 m 1\n 312 100 l 2\n 381 100 423 135 423 192 c 0\n 423 248 381 283 312 283 c 2\n 194 283 l 1\n 194 100 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 729\nWidth: 600\nFlags: HW\nHStem: 0 100<145 145 246.125 340> 180 100<246.25 315.06> 417 20G<152 240>\nVStem: 146 100<101 179 280 337> 414 102<136 144>\nFore\n246 337 m 1\n 246 280 l 1\n 464 280 514 258 516 143 c 1\n 514 8 366 0 320 0 c 2\n 152 0 l 2\n 106 0 84 17 84 50 c 0\n 84 82 106 100 146 100 c 1\n 146 337 l 1\n 106 337 84 355 84 387 c 0\n 84 420 104 437 152 437 c 2\n 240 437 l 2\n 287 437 306 420 306 387 c 0\n 306 355 284 337 246 337 c 1\n246 100 m 1\n 352 100 416 97 414 136 c 1\n 414 180 344 180 246 180 c 1\n 246 100 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 730\nWidth: 600\nFlags: HW\nHStem: 0 100<79 94 194 293> 200 100<194 292> 483 100<79 94 194 312 194 194>\nVStem: 94 100<100 200 300 483> 423 106<371 419.5>\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 731\nWidth: 600\nFlags: HW\nHStem: -205 100<41 74 176 249> 10 100<310 346> 337 100<41 74> 350 100<303 345>\nVStem: -7 306<-157 -153> 75 100<-105 65 223 243> 471 101<223 243>\nFore\n347 111 m 1\n 311 147 l 2\n 293 165 289 172 290 185 c 0\n 293.664 221.638 330.63 239.876 368 204 c 1\n 428 143 l 1\n 455 164 471 195 471 230 c 0\n 471 263 452 300 423 321 c 0\n 397 341 364 350 323 350 c 0\n 281 350 248 341 222 321 c 0\n 193 300 174 263 174 231 c 0\n 174 160 235 110 323 110 c 0\n 331 110 339 110 347 111 c 1\n430 28 m 1\n 431 28 l 2\n 401 16 367 10 330 10 c 0\n 271 10 227 26 175 66 c 1\n 175 -105 l 1\n 233 -105 l 2\n 259 -105 269 -107 279 -114 c 0\n 292 -124 299 -139 299 -155 c 0\n 299 -172 290 -188 275 -198 c 0\n 267 -203 255 -205 233 -205 c 2\n 59 -205 l 2\n 34 -205 23 -203 13 -195 c 0\n 1 -186 -7 -171 -7 -155 c 0\n -7 -138 2 -121 17 -112 c 0\n 26 -106 35 -105 59 -105 c 2\n 75 -105 l 1\n 75 337 l 1\n 59 337 l 2\n 33 337 23 339 13 346 c 0\n 1 356 -7 371 -7 387 c 0\n -7 404 2 421 17 430 c 0\n 26 435 35 437 59 437 c 2\n 175 437 l 1\n 175 392 l 1\n 224 434 266 450 328 450 c 0\n 468 450 572 353 572 224 c 0\n 572 162 546 108 502 70 c 1\n 541 31 l 2\n 557 15 564 4 563 -6 c 0\n 562 -16 556 -29 550 -35 c 0\n 533 -52 508 -49 484 -26 c 2\n 430 28 l 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 732\nWidth: 600\nFlags: HW\nHStem: 0 100<80 111 213 320> 483 100<80 111 213 468> 483 217<512 520>\nVStem: 32 346<48 52> 112 100<100 483> 468 100<583 640>\nFore\n378 50 m 0\n 378 18.7294 359.545 0 312 0 c 2\n 98 0 l 2\n 74 0 60 3 52 10 c 0\n 40 19 32 35 32 50 c 0\n 32 67 40 84 56 93 c 1\n 64 99 74 100 98 100 c 2\n 112 100 l 1\n 112 483 l 1\n 98 483 l 2\n 72 483 62 485 52 492 c 0\n 40 502 32 517 32 533 c 0\n 32 550 40 567 56 576 c 1\n 64 582 72 583 98 583 c 2\n 468 583 l 1\n 468 634 l 2\n 468 657 470 668 476 676 c 0\n 486 691 502 700 518 700 c 0\n 534 700 550 692 560 679 c 0\n 566 669 568 661 568 634 c 2\n 568 483 l 1\n 212 483 l 1\n 212 100 l 1\n 312 100 l 2\n 340 100 348 98 358 91 c 0\n 370 81 378 66 378 50 c 0\nEndSplineSet\nMinimumDistance: x19,-1 y19,21 x21,19 x21,20 \nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 733\nWidth: 600\nFlags: HW\nHStem: 0 21G<165 254> 0 100<158 158 259.031 274.093> 336 193<450 454> 337 100<158 158 259.062 402>\nVStem: 159 100<100 337> 402 100<437 480>\nFore\n402 437 m 1\n 402 463 l 2\n 402 487 403 496 409 505 c 0\n 418 520 435 529 452 529 c 0\n 468 529 483 521 493 509 c 0\n 500 499 502 489 502 463 c 2\n 502 336 l 1\n 502 336 338 337 259 337 c 1\n 259 100 l 1\n 298 100 321 82 320 50 c 0\n 319 17 300 -3 254 0 c 1\n 165 0 l 2\n 120 0 98 17 98 50 c 0\n 98 82 120 100 159 100 c 1\n 159 337 l 1\n 120 337 98 355 98 387 c 0\n 98 420 120 437 165 437 c 2\n 402 437 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 734\nWidth: 600\nFlags: HW\nHStem: 0 100<80 111 213 320> 483 100<80 111 213 468>\nVStem: 32 346<48 52> 112 100<100 483> 468 100<416 483>\nFore\n378 50 m 0\n 378 18.7294 359.545 0 312 0 c 2\n 98 0 l 2\n 74 0 60 3 52 10 c 0\n 40 19 32 35 32 50 c 0\n 32 67 40 84 56 93 c 1\n 64 99 74 100 98 100 c 2\n 112 100 l 1\n 112 483 l 1\n 98 483 l 2\n 72 483 62 485 52 492 c 0\n 40 502 32 517 32 533 c 0\n 32 550 40 567 56 576 c 1\n 64 582 72 583 98 583 c 2\n 568 583 l 1\n 568 432 l 2\n 568 405 566 397 560 387 c 0\n 550 374 534 366 518 366 c 0\n 502 366 486 375 476 390 c 0\n 470 398 468 409 468 432 c 2\n 468 483 l 1\n 212 483 l 1\n 212 100 l 1\n 312 100 l 2\n 340 100 348 98 358 91 c 0\n 370 81 378 66 378 50 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 735\nWidth: 600\nFlags: HW\nHStem: 0 21G<165 254> 0 100<158 158 259.031 274.093> 177 80<111 158 260 321> 244 193<447 454> 337 100<158 158 259.063 402>\nVStem: 79 273<208 224> 159 100<100 177 257 337> 402 100<288 337>\nFore\n159 177 m 1\n 120 177 l 2\n 100 177 94 179 87 189 c 0\n 82 197 79 209 79 217 c 0\n 79 242 93 257 120 257 c 2\n 159 257 l 1\n 159 337 l 1\n 120 337 98 355 98 387 c 0\n 98 420 120 437 165 437 c 2\n 502 437 l 1\n 502 310 l 2\n 502 284 500 274 493 264 c 0\n 483 252 468 244 452 244 c 0\n 435 244 418 253 409 268 c 0\n 403 277 402 286 402 310 c 2\n 402 336 l 1\n 402 336 338 337 259 337 c 1\n 259 257 l 1\n 311 257 l 2\n 329 257 338 254 343 246 c 0\n 348 239 352 225 352 217 c 0\n 352 192 336 177 311 177 c 2\n 259 177 l 1\n 259 100 l 1\n 298 100 321 82 320 50 c 0\n 319 17 300 -3 254 0 c 1\n 165 0 l 2\n 120 0 98 17 98 50 c 0\n 98 82 120 100 159 100 c 1\n 159 177 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 736\nWidth: 600\nFlags: HW\nHStem: 0 100<80 111 213 320> 483 100<80 111 213 468>\nVStem: 32 346<48 52> 112 100<100 483> 468 100<416 483>\nFore\n378 50 m 0\n 378 18.7294 359.545 0 312 0 c 2\n 98 0 l 2\n 74 0 60 3 52 10 c 0\n 40 19 32 35 32 50 c 0\n 32 67 40 84 56 93 c 1\n 64 99 74 100 98 100 c 2\n 112 100 l 1\n 112 483 l 1\n 98 483 l 2\n 72 483 62 485 52 492 c 0\n 40 502 32 517 32 533 c 0\n 32 550 40 567 56 576 c 1\n 64 582 72 583 98 583 c 2\n 568 583 l 1\n 568 432 l 2\n 568 405 566 397 560 387 c 0\n 550 374 534 366 518 366 c 0\n 502 366 486 375 476 390 c 0\n 470 398 468 409 468 432 c 2\n 468 483 l 1\n 212 483 l 1\n 212 100 l 1\n 312 100 l 2\n 340 100 348 98 358 91 c 0\n 370 81 378 66 378 50 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 737\nWidth: 600\nFlags: HW\nHStem: 0 21G<165 254> 0 100<158 158 259.031 274.093> 244 193<450 454> 337 100<158 158 259.063 402>\nVStem: 159 100<100 337> 402 100<288 337>\nFore\n402 336 m 1\n 402 336 338 337 259 337 c 1\n 259 100 l 1\n 298 100 321 82 320 50 c 0\n 319 17 300 -3 254 0 c 1\n 165 0 l 2\n 120 0 98 17 98 50 c 0\n 98 82 120 100 159 100 c 1\n 159 337 l 1\n 120 337 98 355 98 387 c 0\n 98 420 120 437 165 437 c 2\n 502 437 l 1\n 502 310 l 2\n 502 284 500 274 493 264 c 0\n 483 252 468 244 452 244 c 0\n 435 244 418 253 409 268 c 0\n 403 277 402 286 402 310 c 2\n 402 336 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 738\nWidth: 600\nFlags: HW\nHStem: 0 100<24 52 232 249 349.031 367.854 547 568> 483 100<24 33 232 249 349.031 373.464 567 568>\nVStem: -23 186<528 535> 250 99<100 259 338 483> 436 186<528 535>\nDStem: 33 483 132 487 148 330 250 337 467 487 566 483 349 337 451 330\nFore\n436 532 m 0\n 436 569.155 463.279 583 502 583 c 2\n 556 583 l 2\n 583 583 592 581 602 574 c 0\n 614 564 622 549 622 533 c 0\n 622 500 601 483 566 483 c 1\n 451 330 l 1\n 512 298 545 214 547 100 c 1\n 557 100 l 2\n 584 100 592 98 602 91 c 0\n 615 81 623 66 623 50 c 0\n 623 33 614 16 599 7 c 0\n 592 3 577 0 557 0 c 2\n 469 0 l 1\n 467 148 431 260 349 260 c 1\n 349 100 l 1\n 370 100 383 100 390 93 c 1\n 405 84 414 67 414 50 c 0\n 414 35 406 19 393 10 c 0\n 385 3 371 0 348 0 c 2\n 251 0 l 2\n 228 0 214 3 206 10 c 0\n 193 19 185 35 185 50 c 0\n 185 67 194 84 209 93 c 1\n 216 100 229 100 250 100 c 1\n 250 260 l 1\n 168 260 132 148 130 0 c 1\n 42 0 l 2\n -5.02983 0 -24 19.2367 -24 50 c 0\n -24 66 -16 81 -3 91 c 0\n 7 98 15 100 42 100 c 2\n 52 100 l 1\n 54 214 87 298 148 330 c 1\n 33 483 l 1\n -2 483 -23 500 -23 533 c 0\n -23 549 -15 564 -3 574 c 0\n 7 581 16 583 43 583 c 2\n 97 583 l 2\n 133.378 583 163 570.858 163 532 c 0\n 163 509 153 495 132 487 c 1\n 250 337 l 1\n 250 483 l 1\n 228 483 212 484 206 492 c 1\n 193 502 185 517 185 533 c 0\n 185 550 194 567 209 576 c 0\n 218 582 225 583 251 583 c 2\n 348 583 l 2\n 374 583 381 582 390 576 c 0\n 405 567 414 550 414 533 c 0\n 414 517 406 502 393 492 c 1\n 387 484 371 483 349 483 c 1\n 349 337 l 1\n 467 487 l 1\n 446 495 436 509 436 532 c 0\nEndSplineSet\nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 739\nWidth: 600\nFlags: HW\nHStem: 0 21G<47 118 264 335 481 552> 337 99<27 34 566 571> 417 20G<49 118 254 345 481 550>\nVStem: -17 201<384 389> 248 103<101 160 288 337> 415 205<48 52> 415 201<384 389>\nDStem: 34 337 168 350 170 227 248 287 170 227 248 161 34 100 170 87 351 161 429 227 429 87 565 100 431 350 565 337 351 287 429 227\nFore\n335 0 m 2\n 264 0 l 2\n 220 0 204 17 204 50 c 0\n 204 73.658 226.542 97.8537 248 100 c 1\n 248 161 l 1\n 170 87 l 1\n 182 74 184 64 184 50 c 0\n 184 17 162 0 118 0 c 2\n 47 0 l 2\n 25 0 11 2 3 7 c 0\n -11 17 -21 33 -21 50 c 0\n -21 66 -14 81 1 93 c 0\n 12 101 18 101 34 100 c 1\n 170 227 l 1\n 34 337 l 1\n 24 337 16 337 7 344 c 0\n -9 356 -17 370 -17 387 c 0\n -17 403 -11 418 3 428 c 0\n 13 435 23 437 49 437 c 2\n 118 437 l 2\n 142 437 152 435 160 430 c 0\n 176 420 184 404 184 387 c 0\n 184 373 180 364 168 350 c 1\n 248 287 l 1\n 248 337 l 1\n 248 337 234 339 224 346 c 0\n 212 356 204 371 204 387 c 0\n 204 404 212 421 228 430 c 1\n 236 436 230 437 254 437 c 2\n 345 437 l 2\n 369 437 363 436 371 430 c 1\n 387 421 395 404 395 387 c 0\n 395 371 387 356 375 346 c 0\n 365 339 351 337 351 337 c 1\n 351 287 l 1\n 431 350 l 1\n 419 364 415 373 415 387 c 0\n 415 404 423 420 439 430 c 0\n 447 435 457 437 481 437 c 2\n 550 437 l 2\n 576 437 586 435 596 428 c 0\n 610 418 616 403 616 387 c 0\n 616 370 608 356 592 344 c 0\n 583 337 575 337 565 337 c 1\n 429 227 l 1\n 565 100 l 1\n 581 101 587 101 598 93 c 0\n 613 81 620 66 620 50 c 0\n 620 33 610 17 596 7 c 0\n 588 2 574 0 552 0 c 2\n 481 0 l 2\n 437 0 415 17 415 50 c 0\n 415 64 417 74 429 87 c 1\n 351 161 l 1\n 351 100 l 1\n 351 100 361 99 369 93 c 1\n 385 84 395 67 395 50 c 0\n 395 17 379 0 335 0 c 2\nEndSplineSet\nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 740\nWidth: 600\nFlags: HW\nHStem: -14 100<286 318> 1 198<110 115> 240 101<222 304> 497 100<286 318>\nVStem: 413 104<418 431> 434 104<153 164>\nFore\n234 341 m 2\n 276 341 l 2\n 350 341 356 356 376 366 c 0\n 398 377 413 400 413 421 c 0\n 413 464 363 497 300 497 c 0\n 238 497 190 470 181 430 c 0\n 174 398 174 398 167 390 c 0\n 159 382 145 376 131 376 c 0\n 116 376 101 384 91 397 c 0\n 84 407 82 415 82 443 c 2\n 82 531 l 2\n 82 557 83 565 89 574 c 0\n 97 588 114 597 131 597 c 0\n 151 597 160 589 170 564 c 1\n 205 586 249 597 300 597 c 0\n 424 597 517 521 517 420 c 0\n 517 363 494 317 461 298 c 1\n 467 294 473 290 479 285 c 0\n 519 253 538 212 538 160 c 0\n 538 56 446 -14 309 -14 c 0\n 255 -14 202 -1 153 25 c 1\n 136 5 129 1 113 1 c 0\n 78 1 62 22 62 67 c 2\n 62 133 l 2\n 62 158 64 169 71 179 c 0\n 81 192 96 199 112 199 c 0\n 126 199 139 194 148 185 c 0\n 155 178 155 178 163 151 c 0\n 173 115 236 86 302 86 c 0\n 376 86 434 119 434 162 c 0\n 434 183 420 203 398 215 c 0\n 377 226 361 240 293 240 c 2\n 234 240 l 2\n 210 240 197 243 188 249 c 0\n 176 259 168 275 168 290 c 0\n 168 307 177 324 192 333 c 0\n 201 339 209 341 234 341 c 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 741\nWidth: 600\nFlags: HW\nHStem: -16 100<281 313> 1 166<121 126> 178 100<234.892 313> 350 100<281 313>\nVStem: 188 283<225 235> 396 110<311 317> 417 110<122 129>\nFore\n417 127 m 0\n 417 158.343 349.914 178 291 178 c 2\n 249 178 l 2\n 210 178 188 196 188 228 c 0\n 188 261 210 279 255 278 c 2\n 286 278 l 2\n 352 278 356 286 370 291 c 0\n 386 297 396 306 396 315 c 0\n 396 333 348 350 297 350 c 0\n 255 350 222 341 194 321 c 1\n 189 312 l 2\n 177 290 163 281 142 281 c 0\n 127 281 111 289 101 301 c 0\n 94 311 92 321 92 347 c 2\n 92 384 l 2\n 92 430 107 450 139 450 c 0\n 154 450 163 443 171 424 c 1\n 210 442 251 450 300 450 c 0\n 420 450 506 393 506 313 c 0\n 506 281 491 252 471 235 c 1\n 471 225 l 1\n 504 205 527 164 527 125 c 0\n 527 43 433 -16 304 -16 c 0\n 247 -16 196 -6 156 13 c 1\n 145 4 137 1 124 1 c 0\n 106 1 90 9 80 25 c 0\n 75 34 73 43 73 67 c 2\n 73 100 l 2\n 73 127 75 136 83 146 c 0\n 93 160 107 167 124 167 c 0\n 150 167 166 153 175 123 c 1\n 204 97 246 84 300 84 c 0\n 364 84 417 104 417 127 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 742\nWidth: 600\nFlags: HW\nHStem: 0 100<54 85 187 230 496 547> 483 100<54 85 187 230 504.031 519.737>\nVStem: 6 282<48 52 528 535> 86 100<100 277 335 483> 334 232<528 535>\nDStem: 364 487 504 483 186 334 328 330\nFore\n594 50 m 0\n 594 18.7294 575.544 0 528 0 c 2\n 418 0 l 1\n 372 143 268 278 186 278 c 1\n 186 100 l 1\n 222 100 l 2\n 248 100 256 98 266 91 c 0\n 280 81 288 66 288 50 c 0\n 288 33 278 16 264 7 c 0\n 256 3 242 0 222 0 c 2\n 72 0 l 2\n 48 0 34 3 26 10 c 0\n 14 19 6 35 6 50 c 0\n 6 67 14 84 30 93 c 1\n 38 99 48 100 72 100 c 2\n 86 100 l 1\n 86 483 l 1\n 72 483 l 2\n 46 483 36 485 26 492 c 0\n 14 502 6 517 6 533 c 0\n 6 550 14 567 30 576 c 1\n 38 582 46 583 72 583 c 2\n 222 583 l 2\n 248 583 258 581 266 574 c 0\n 280 564 288 549 288 533 c 0\n 288 516 278 499 264 490 c 0\n 256 485 244 483 222 483 c 2\n 186 483 l 1\n 186 334 l 1\n 364 487 l 1\n 344 495 334 509 334 532 c 0\n 334 569.477 360.471 583 400 583 c 2\n 500 583 l 2\n 526 583 536 581 546 574 c 0\n 558 564 566 549 566 533 c 0\n 566 500 544 483 504 483 c 1\n 328 330 l 1\n 388 298 450 215 496 100 c 1\n 528 100 l 2\n 556 100 564 98 574 91 c 0\n 586 81 594 66 594 50 c 0\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 743\nWidth: 600\nFlags: HW\nHStem: 0 100<100.726 133 448 500> 337 100<100 133 448 484>\nVStem: 134 100<100 163 288 337> 296 252<48 52> 298 244<384 389>\nDStem: 234 164 312 227 312 87 448 100 314 350 448 337 234 287 312 227\nFore\n234 0 m 1\n 118 0 l 2\n 74 0 52 17 52 50 c 0\n 52 67 62 84 76 93 c 0\n 86 99 94 100 118 100 c 2\n 134 100 l 1\n 134 337 l 1\n 118 337 l 2\n 92 337 82 339 72 346 c 0\n 60 356 52 371 52 387 c 0\n 52 404 62 421 76 430 c 0\n 86 436 94 437 118 437 c 2\n 234 437 l 1\n 234 287 l 1\n 314 350 l 1\n 302 364 298 373 298 387 c 0\n 298 404 306 420 322 430 c 0\n 330 435 340 437 364 437 c 2\n 476 437 l 2\n 502 437 512 435 522 428 c 0\n 536 418 542 403 542 387 c 0\n 542 370 534 354 518 344 c 0\n 510 339 500 337 476 337 c 2\n 448 337 l 1\n 312 227 l 1\n 448 100 l 1\n 480 100 l 2\n 508 100 516 98 526 91 c 0\n 540 81 548 66 548 50 c 0\n 548 33 538 17 524 7 c 0\n 516 2 502 0 480 0 c 2\n 362 0 l 2\n 318 0 296 17 296 50 c 0\n 296 64 300 74 312 87 c 1\n 234 164 l 1\n 234 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 744\nWidth: 600\nFlags: HW\nHStem: 0 100<54 85 187 230 496 547> 483 100<54 85 187 230 504.031 519.737>\nVStem: 6 282<48 52 528 535> 86 100<100 277 335 483> 334 232<528 535>\nDStem: 364 487 504 483 186 334 328 330\nFore\n594 50 m 0\n 594 18.7294 575.544 0 528 0 c 2\n 418 0 l 1\n 372 143 268 278 186 278 c 1\n 186 100 l 1\n 222 100 l 2\n 248 100 256 98 266 91 c 0\n 280 81 288 66 288 50 c 0\n 288 33 278 16 264 7 c 0\n 256 3 242 0 222 0 c 2\n 72 0 l 2\n 48 0 34 3 26 10 c 0\n 14 19 6 35 6 50 c 0\n 6 67 14 84 30 93 c 1\n 38 99 48 100 72 100 c 2\n 86 100 l 1\n 86 483 l 1\n 72 483 l 2\n 46 483 36 485 26 492 c 0\n 14 502 6 517 6 533 c 0\n 6 550 14 567 30 576 c 1\n 38 582 46 583 72 583 c 2\n 222 583 l 2\n 248 583 258 581 266 574 c 0\n 280 564 288 549 288 533 c 0\n 288 516 278 499 264 490 c 0\n 256 485 244 483 222 483 c 2\n 186 483 l 1\n 186 334 l 1\n 364 487 l 1\n 344 495 334 509 334 532 c 0\n 334 569.477 360.471 583 400 583 c 2\n 500 583 l 2\n 526 583 536 581 546 574 c 0\n 558 564 566 549 566 533 c 0\n 566 500 544 483 504 483 c 1\n 328 330 l 1\n 388 298 450 215 496 100 c 1\n 528 100 l 2\n 556 100 564 98 574 91 c 0\n 586 81 594 66 594 50 c 0\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 745\nWidth: 600\nFlags: HW\nHStem: 0 100<100.726 133 448 500> 337 100<100 133 448 484>\nVStem: 134 100<100 163 288 337> 296 252<48 52> 298 244<384 389>\nDStem: 234 164 312 227 312 87 448 100 314 350 448 337 234 287 312 227\nFore\n234 0 m 1\n 118 0 l 2\n 74 0 52 17 52 50 c 0\n 52 67 62 84 76 93 c 0\n 86 99 94 100 118 100 c 2\n 134 100 l 1\n 134 337 l 1\n 118 337 l 2\n 92 337 82 339 72 346 c 0\n 60 356 52 371 52 387 c 0\n 52 404 62 421 76 430 c 0\n 86 436 94 437 118 437 c 2\n 234 437 l 1\n 234 287 l 1\n 314 350 l 1\n 302 364 298 373 298 387 c 0\n 298 404 306 420 322 430 c 0\n 330 435 340 437 364 437 c 2\n 476 437 l 2\n 502 437 512 435 522 428 c 0\n 536 418 542 403 542 387 c 0\n 542 370 534 354 518 344 c 0\n 510 339 500 337 476 337 c 2\n 448 337 l 1\n 312 227 l 1\n 448 100 l 1\n 480 100 l 2\n 508 100 516 98 526 91 c 0\n 540 81 548 66 548 50 c 0\n 548 33 538 17 524 7 c 0\n 516 2 502 0 480 0 c 2\n 362 0 l 2\n 318 0 296 17 296 50 c 0\n 296 64 300 74 312 87 c 1\n 234 164 l 1\n 234 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 746\nWidth: 600\nFlags: HW\nHStem: 0 100<54 85 187 230 496 547> 483 100<54 85 187 230 504.031 519.737>\nVStem: 6 282<48 52 528 535> 86 100<100 277 335 483> 334 232<528 535>\nDStem: 364 487 504 483 186 334 328 330\nFore\n594 50 m 0\n 594 18.7294 575.544 0 528 0 c 2\n 418 0 l 1\n 372 143 268 278 186 278 c 1\n 186 100 l 1\n 222 100 l 2\n 248 100 256 98 266 91 c 0\n 280 81 288 66 288 50 c 0\n 288 33 278 16 264 7 c 0\n 256 3 242 0 222 0 c 2\n 72 0 l 2\n 48 0 34 3 26 10 c 0\n 14 19 6 35 6 50 c 0\n 6 67 14 84 30 93 c 1\n 38 99 48 100 72 100 c 2\n 86 100 l 1\n 86 483 l 1\n 72 483 l 2\n 46 483 36 485 26 492 c 0\n 14 502 6 517 6 533 c 0\n 6 550 14 567 30 576 c 1\n 38 582 46 583 72 583 c 2\n 222 583 l 2\n 248 583 258 581 266 574 c 0\n 280 564 288 549 288 533 c 0\n 288 516 278 499 264 490 c 0\n 256 485 244 483 222 483 c 2\n 186 483 l 1\n 186 334 l 1\n 364 487 l 1\n 344 495 334 509 334 532 c 0\n 334 569.477 360.471 583 400 583 c 2\n 500 583 l 2\n 526 583 536 581 546 574 c 0\n 558 564 566 549 566 533 c 0\n 566 500 544 483 504 483 c 1\n 328 330 l 1\n 388 298 450 215 496 100 c 1\n 528 100 l 2\n 556 100 564 98 574 91 c 0\n 586 81 594 66 594 50 c 0\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 747\nWidth: 600\nFlags: HW\nHStem: 0 100<100.726 133 448 500> 337 100<100 133 448 484>\nVStem: 134 100<100 163 288 337> 296 252<48 52> 298 244<384 389>\nDStem: 234 164 312 227 312 87 448 100 314 350 448 337 234 287 312 227\nFore\n234 0 m 1\n 118 0 l 2\n 74 0 52 17 52 50 c 0\n 52 67 62 84 76 93 c 0\n 86 99 94 100 118 100 c 2\n 134 100 l 1\n 134 337 l 1\n 118 337 l 2\n 92 337 82 339 72 346 c 0\n 60 356 52 371 52 387 c 0\n 52 404 62 421 76 430 c 0\n 86 436 94 437 118 437 c 2\n 234 437 l 1\n 234 287 l 1\n 314 350 l 1\n 302 364 298 373 298 387 c 0\n 298 404 306 420 322 430 c 0\n 330 435 340 437 364 437 c 2\n 476 437 l 2\n 502 437 512 435 522 428 c 0\n 536 418 542 403 542 387 c 0\n 542 370 534 354 518 344 c 0\n 510 339 500 337 476 337 c 2\n 448 337 l 1\n 312 227 l 1\n 448 100 l 1\n 480 100 l 2\n 508 100 516 98 526 91 c 0\n 540 81 548 66 548 50 c 0\n 548 33 538 17 524 7 c 0\n 516 2 502 0 480 0 c 2\n 362 0 l 2\n 318 0 296 17 296 50 c 0\n 296 64 300 74 312 87 c 1\n 234 164 l 1\n 234 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 748\nWidth: 600\nFlags: HW\nHStem: 0 100<54 85 187 230 496 547> 483 100<54 85 187 230 504.031 519.737>\nVStem: 6 282<48 52 528 535> 86 100<100 277 335 483> 334 232<528 535>\nDStem: 364 487 504 483 186 334 328 330\nFore\n594 50 m 0\n 594 18.7294 575.544 0 528 0 c 2\n 418 0 l 1\n 372 143 268 278 186 278 c 1\n 186 100 l 1\n 222 100 l 2\n 248 100 256 98 266 91 c 0\n 280 81 288 66 288 50 c 0\n 288 33 278 16 264 7 c 0\n 256 3 242 0 222 0 c 2\n 72 0 l 2\n 48 0 34 3 26 10 c 0\n 14 19 6 35 6 50 c 0\n 6 67 14 84 30 93 c 1\n 38 99 48 100 72 100 c 2\n 86 100 l 1\n 86 483 l 1\n 72 483 l 2\n 46 483 36 485 26 492 c 0\n 14 502 6 517 6 533 c 0\n 6 550 14 567 30 576 c 1\n 38 582 46 583 72 583 c 2\n 222 583 l 2\n 248 583 258 581 266 574 c 0\n 280 564 288 549 288 533 c 0\n 288 516 278 499 264 490 c 0\n 256 485 244 483 222 483 c 2\n 186 483 l 1\n 186 334 l 1\n 364 487 l 1\n 344 495 334 509 334 532 c 0\n 334 569.477 360.471 583 400 583 c 2\n 500 583 l 2\n 526 583 536 581 546 574 c 0\n 558 564 566 549 566 533 c 0\n 566 500 544 483 504 483 c 1\n 328 330 l 1\n 388 298 450 215 496 100 c 1\n 528 100 l 2\n 556 100 564 98 574 91 c 0\n 586 81 594 66 594 50 c 0\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 749\nWidth: 600\nFlags: HW\nHStem: 0 100<100.726 133 448 500> 337 100<100 133 448 484>\nVStem: 134 100<100 163 288 337> 296 252<48 52> 298 244<384 389>\nDStem: 234 164 312 227 312 87 448 100 314 350 448 337 234 287 312 227\nFore\n234 0 m 1\n 118 0 l 2\n 74 0 52 17 52 50 c 0\n 52 67 62 84 76 93 c 0\n 86 99 94 100 118 100 c 2\n 134 100 l 1\n 134 337 l 1\n 118 337 l 2\n 92 337 82 339 72 346 c 0\n 60 356 52 371 52 387 c 0\n 52 404 62 421 76 430 c 0\n 86 436 94 437 118 437 c 2\n 234 437 l 1\n 234 287 l 1\n 314 350 l 1\n 302 364 298 373 298 387 c 0\n 298 404 306 420 322 430 c 0\n 330 435 340 437 364 437 c 2\n 476 437 l 2\n 502 437 512 435 522 428 c 0\n 536 418 542 403 542 387 c 0\n 542 370 534 354 518 344 c 0\n 510 339 500 337 476 337 c 2\n 448 337 l 1\n 312 227 l 1\n 448 100 l 1\n 480 100 l 2\n 508 100 516 98 526 91 c 0\n 540 81 548 66 548 50 c 0\n 548 33 538 17 524 7 c 0\n 516 2 502 0 480 0 c 2\n 362 0 l 2\n 318 0 296 17 296 50 c 0\n 296 64 300 74 312 87 c 1\n 234 164 l 1\n 234 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 750\nWidth: 600\nFlags: HW\nHStem: 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 409 100<100 241 241 241 341 483>\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 751\nWidth: 600\nFlags: HW\nHStem: 0 21G<98 187 413 502> 0 100<91 91 192.031 207.093 399 406 507.031 522.093> 162 101<193 406> 337 99<79 91 193 193 391.955 406.969 508 511>\nVStem: 31 222<48 50 50.0314 61.2516 384 389> 92 100<100 161 264 337> 346 222<48 50 50.0314 61.2516 374.748 386> 407 100<100 161 264 336>\nFore\n192 337 m 1\n 192 263 l 1\n 407 263 l 1\n 407 336 l 1\n 368 336 346 354 346 386 c 0\n 347 419 367 439 412 436 c 1\n 502 437 l 2\n 546 437 568 420 568 387 c 0\n 569 355 546 337 507 337 c 1\n 507 100 l 1\n 546 100 569 82 568 50 c 0\n 568 17 548 -3 502 0 c 1\n 413 0 l 2\n 368 0 346 17 346 50 c 0\n 346 82 368 100 407 100 c 1\n 407 162 l 1\n 192 162 l 1\n 192 100 l 1\n 231 100 254 82 253 50 c 0\n 253 17 233 -3 187 0 c 1\n 98 0 l 2\n 53 0 31 17 31 50 c 0\n 31 82 53 100 92 100 c 1\n 92 337 l 1\n 53 337 31 355 31 387 c 0\n 31 420 53 438 98 437 c 2\n 186 436 l 2\n 231 435 253 419 253 386 c 0\n 253 354 231 337 192 337 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 752\nWidth: 600\nFlags: HW\nHStem: 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 409 100<100 241 241 241 341 483>\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 753\nWidth: 600\nFlags: HW\nHStem: 0 21G<98 187 413 502> 0 100<91 91 192.031 207.093 399 406 507.031 522.093> 162 101<193 406> 337 99<79 91 193 193 391.955 406.969 508 511>\nVStem: 31 222<48 50 50.0314 61.2516 384 389> 92 100<100 161 264 337> 346 222<48 50 50.0314 61.2516 374.748 386> 407 100<100 161 264 336>\nFore\n192 337 m 1\n 192 263 l 1\n 407 263 l 1\n 407 336 l 1\n 368 336 346 354 346 386 c 0\n 347 419 367 439 412 436 c 1\n 502 437 l 2\n 546 437 568 420 568 387 c 0\n 569 355 546 337 507 337 c 1\n 507 100 l 1\n 546 100 569 82 568 50 c 0\n 568 17 548 -3 502 0 c 1\n 413 0 l 2\n 368 0 346 17 346 50 c 0\n 346 82 368 100 407 100 c 1\n 407 162 l 1\n 192 162 l 1\n 192 100 l 1\n 231 100 254 82 253 50 c 0\n 253 17 233 -3 187 0 c 1\n 98 0 l 2\n 53 0 31 17 31 50 c 0\n 31 82 53 100 92 100 c 1\n 92 337 l 1\n 53 337 31 355 31 387 c 0\n 31 420 53 438 98 437 c 2\n 186 436 l 2\n 231 435 253 419 253 386 c 0\n 253 354 231 337 192 337 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 754\nWidth: 600\nFlags: HW\nHStem: 0 100<67 92 194 229 373 406 508 533> 483 100<194 406>\nVStem: 93 100<100 483> 407 100<100 483>\nFore\n407 483 m 1\n 193 483 l 1\n 193 100 l 1\n 208 100 l 2\n 234 100 244 98 253 91 c 0\n 266 81 274 66 274 50 c 0\n 274 33 265 16 250 7 c 0\n 242 2 229 0 208 0 c 2\n 87 0 l 2\n 63 0 50 3 41 9 c 0\n 29 19 21 35 21 50 c 0\n 21 67 30 84 45 93 c 0\n 54 99 62 100 87 100 c 2\n 93 100 l 1\n 93 483 l 1\n 60 486 41 504 41 533 c 0\n 41 550 50 567 65 576 c 0\n 74 582 82 583 107 583 c 2\n 493 583 l 2\n 520 583 529 581 539 574 c 0\n 551 564 559 549 559 533 c 0\n 559 504 540 486 507 483 c 1\n 507 100 l 1\n 513 100 l 2\n 540 100 549 98 558 91 c 0\n 571 81 579 66 579 50 c 0\n 579 33 570 16 555 7 c 0\n 547 2 534 0 513 0 c 2\n 392 0 l 2\n 368 0 356 3 347 9 c 0\n 334 19 326 35 326 50 c 0\n 326 67 335 84 350 93 c 0\n 359 99 368 100 392 100 c 2\n 407 100 l 1\n 407 483 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 755\nWidth: 600\nFlags: HW\nHStem: 0 21G<98 187 413 502> 0 100<91 91 192.031 207.093 399 406 507.031 522.093> 337 100<91 91 193 406 508 511> 417 20G<98 502>\nVStem: 92 100<100 337> 407 100<100 337>\nFore\n407 336 m 1\n 192 337 l 1\n 192 100 l 1\n 231 100 254 82 253 50 c 0\n 253 17 233 -3 187 0 c 1\n 98 0 l 2\n 53 0 31 17 31 50 c 0\n 31 82 53 100 92 100 c 1\n 92 337 l 1\n 53 337 31 355 31 387 c 0\n 31 420 53 437 98 437 c 2\n 502 437 l 2\n 546 437 568 420 568 387 c 0\n 569 355 546 337 507 337 c 1\n 507 100 l 1\n 546 100 569 82 568 50 c 0\n 568 17 548 -3 502 0 c 1\n 413 0 l 2\n 368 0 346 17 346 50 c 0\n 346 82 368 100 407 100 c 1\n 407 336 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 756\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 367 216<497 501> 497 100<288.512 328>\nVStem: 33 100<242 322>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 757\nWidth: 600\nFlags: HW\nHStem: -16 100<274.5 350> 350 100<284.5 332>\nVStem: 54 100<176.5 226>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 758\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 367 216<497 501> 497 100<288.512 328>\nVStem: 33 100<242 322>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 759\nWidth: 600\nFlags: HW\nHStem: -16 100<274.5 350> 350 100<284.5 332>\nVStem: 54 100<176.5 226>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 760\nWidth: 600\nFlags: HW\nHStem: 0 100<184 249 349 415> 483 100<142 249 142 142 349 458 349 349>\nVStem: 42 100<390 483> 249 100<100 483> 458 100<390 483 483 483>\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 761\nWidth: 600\nFlags: HW\nHStem: 1 100<249 249 350.031 365.093> 337 101<162 249 351 438>\nVStem: 62 100<289 336> 250 100<101 336> 438 100<289 336>\nFore\n250 337 m 1\n 162 337 l 1\n 162 311 l 2\n 162 287 161 278 155 269 c 0\n 146 254 129 245 112 245 c 0\n 96 245 81 253 71 265 c 0\n 64 275 62 285 62 311 c 2\n 62 438 l 1\n 538 438 l 1\n 538 311 l 2\n 538 285 536 275 529 265 c 0\n 519 253 504 245 488 245 c 0\n 471 245 454 254 445 269 c 0\n 439 278 438 287 438 311 c 2\n 438 337 l 1\n 350 337 l 1\n 350 101 l 1\n 389 101 412 83 411 51 c 0\n 410 18 391 -2 345 1 c 1\n 256 1 l 2\n 211 1 189 18 189 51 c 0\n 189 83 211 101 250 101 c 1\n 250 337 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 762\nWidth: 600\nFlags: HW\nHStem: 0 100<165 249 351 423> 483 100<73.0894 85 514 516>\nVStem: 21 222<528 535> 250 100<100 245> 354 225<528 535>\nDStem: 85 483 205 484 250 245 300 348 394 484 514 483 300 348 350 245\nFore\n21 533 m 0\n 21 568.794 49.4486 583 88 583 c 2\n 177 583 l 2\n 204 583 213 581 223 574 c 0\n 235 564 243 549 243 533 c 0\n 243 510 231 495 205 484 c 1\n 300 348 l 1\n 394 484 l 1\n 367 494 354 510 354 533 c 0\n 354 550 363 567 378 576 c 0\n 387 582 396 583 421 583 c 2\n 513 583 l 2\n 540 583 549 581 558 574 c 0\n 572 564 579 549 579 533 c 0\n 579 502 551 479 516 483 c 2\n 514 483 l 1\n 350 245 l 1\n 350 100 l 1\n 415 100 l 2\n 443 100 451 98 461 91 c 0\n 474 81 482 66 482 50 c 0\n 482 33 473 16 458 7 c 0\n 451 3 436 0 415 0 c 2\n 185 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 34 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 185 100 c 2\n 250 100 l 1\n 250 245 l 1\n 85 483 l 1\n 44 483 21 501 21 533 c 0\nEndSplineSet\nMinimumDistance: x13,-1 x0,4 \nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 763\nWidth: 600\nFlags: HW\nHStem: 0 21G<247 351> 337 100<48 80 194 208 384 408 518 544>\nVStem: 0 264<384 389> 333 267<384 389>\nDStem: 80 337 193 337 247 0 302 122 409 337 518 337 302 122 351 0\nFore\n302 122 m 1\n 409 337 l 1\n 399 337 l 2\n 374 337 363 339 354 346 c 0\n 341 356 333 371 333 387 c 0\n 333 404 342 421 357 430 c 0\n 366 435 375 437 399 437 c 2\n 534 437 l 2\n 560 437 570 435 580 428 c 0\n 592 418 600 403 600 387 c 0\n 600 370 591 353 576 344 c 0\n 568 339 557 337 534 337 c 2\n 518 337 l 1\n 351 0 l 1\n 247 0 l 1\n 80 337 l 1\n 66 337 l 2\n 41 337 30 339 21 346 c 0\n 8 356 0 371 0 387 c 0\n 0 404 9 421 24 430 c 0\n 33 435 42 437 66 437 c 2\n 198 437 l 2\n 224 437 234 435 244 428 c 0\n 256 418 264 403 264 387 c 0\n 264 370 255 353 240 344 c 0\n 232 339 221 337 198 337 c 2\n 193 337 l 1\n 302 122 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 764\nWidth: 600\nFlags: HW\nHStem: 0 100<165 249 351 423> 483 100<73.0894 85 514 516>\nVStem: 21 222<528 535> 250 100<100 245> 354 225<528 535>\nDStem: 85 483 205 484 250 245 300 348 394 484 514 483 300 348 350 245\nFore\n21 533 m 0\n 21 568.794 49.4486 583 88 583 c 2\n 177 583 l 2\n 204 583 213 581 223 574 c 0\n 235 564 243 549 243 533 c 0\n 243 510 231 495 205 484 c 1\n 300 348 l 1\n 394 484 l 1\n 367 494 354 510 354 533 c 0\n 354 550 363 567 378 576 c 0\n 387 582 396 583 421 583 c 2\n 513 583 l 2\n 540 583 549 581 558 574 c 0\n 572 564 579 549 579 533 c 0\n 579 502 551 479 516 483 c 2\n 514 483 l 1\n 350 245 l 1\n 350 100 l 1\n 415 100 l 2\n 443 100 451 98 461 91 c 0\n 474 81 482 66 482 50 c 0\n 482 33 473 16 458 7 c 0\n 451 3 436 0 415 0 c 2\n 185 0 l 2\n 161 0 148 3 139 10 c 0\n 126 19 118 34 118 50 c 0\n 118 67 127 84 142 93 c 0\n 151 99 158 100 185 100 c 2\n 250 100 l 1\n 250 245 l 1\n 85 483 l 1\n 44 483 21 501 21 533 c 0\nEndSplineSet\nMinimumDistance: x13,-1 x0,4 \nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 765\nWidth: 600\nFlags: HW\nHStem: 0 21G<247 351> 337 100<48 80 194 208 384 408 518 544>\nVStem: 0 264<384 389> 333 267<384 389>\nDStem: 80 337 193 337 247 0 302 122 409 337 518 337 302 122 351 0\nFore\n302 122 m 1\n 409 337 l 1\n 399 337 l 2\n 374 337 363 339 354 346 c 0\n 341 356 333 371 333 387 c 0\n 333 404 342 421 357 430 c 0\n 366 435 375 437 399 437 c 2\n 534 437 l 2\n 560 437 570 435 580 428 c 0\n 592 418 600 403 600 387 c 0\n 600 370 591 353 576 344 c 0\n 568 339 557 337 534 337 c 2\n 518 337 l 1\n 351 0 l 1\n 247 0 l 1\n 80 337 l 1\n 66 337 l 2\n 41 337 30 339 21 346 c 0\n 8 356 0 371 0 387 c 0\n 0 404 9 421 24 430 c 0\n 33 435 42 437 66 437 c 2\n 198 437 l 2\n 224 437 234 435 244 428 c 0\n 256 418 264 403 264 387 c 0\n 264 370 255 353 240 344 c 0\n 232 339 221 337 198 337 c 2\n 193 337 l 1\n 302 122 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 766\nWidth: 600\nFlags: HW\nHStem: 0 21<76 187 413 524> 1 99<58 69> 563 20<85 176 422 512>\nVStem: 10 243<48 52> 19 224<528 535> 347 243<48 52> 355 223<528 535>\nDStem: 77 483 205 484 235 298 300 375 235 298 301 220 69 100 199 100 301 220 364 297 402 100 531 100 393 484 521 483 300 375 364 297\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 767\nWidth: 600\nFlags: HW\nHStem: 0 20 417 20<106 198 198 211 400 491 491 504>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 768\nWidth: 600\nFlags: HW\nHStem: 0 100<179 391 493 494> 483 100<52 77 179 214 358 391 493 518>\nVStem: 78 100<100 483> 392 100<100 483> 494 100<-93 0>\nFore\n494 0 m 1\n 92 0 l 2\n 67 0 59 1 50 7 c 0\n 35 16 26 33 26 50 c 0\n 26 79 45 97 78 100 c 1\n 78 483 l 1\n 72 483 l 2\n 47 483 39 484 30 490 c 0\n 15 499 6 516 6 533 c 0\n 6 548 14 564 26 574 c 0\n 35 580 48 583 72 583 c 2\n 193 583 l 2\n 214 583 227 581 235 576 c 0\n 250 567 259 550 259 533 c 0\n 259 517 251 502 238 492 c 0\n 229 485 219 483 193 483 c 2\n 178 483 l 1\n 178 100 l 1\n 392 100 l 1\n 392 483 l 1\n 377 483 l 2\n 353 483 344 484 335 490 c 0\n 320 499 311 516 311 533 c 0\n 311 548 319 564 332 574 c 0\n 341 580 353 583 377 583 c 2\n 498 583 l 2\n 519 583 532 581 540 576 c 0\n 555 567 564 550 564 533 c 0\n 564 517 556 502 543 492 c 0\n 534 485 525 483 498 483 c 2\n 492 483 l 1\n 492 100 l 1\n 594 100 l 1\n 594 -75 l 2\n 594 -102 592 -110 585 -120 c 0\n 575 -133 560 -141 544 -141 c 0\n 527 -141 511 -132 501 -117 c 0\n 496 -109 494 -98 494 -75 c 2\n 494 0 l 1\nEndSplineSet\nMinimumDistance: x32,-1 y33,31 x31,33 x31,32 \nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 769\nWidth: 600\nFlags: HW\nHStem: 0 100<84 84 186 382> 337 100<84 84 186 186 376 382 484 488> 417 20G<90 179 388 477>\nVStem: 85 100<100 337> 383 100<100 337> 477 100<-44 0>\nFore\n483 100 m 1\n 577 100 l 1\n 577 -26 l 2\n 577 -52 575 -62 568 -72 c 0\n 558 -84 543 -92 527 -92 c 0\n 510 -92 493 -83 484 -68 c 0\n 478 -59 477 -50 477 -26 c 2\n 477 0 l 1\n 90 0 l 2\n 47 0 24 17 24 50 c 0\n 23 82 46 100 85 100 c 1\n 85 337 l 1\n 46 337 23 355 24 387 c 0\n 24 420 44 436 90 437 c 2\n 179 437 l 2\n 224 437 246 420 246 387 c 0\n 246 355 224 337 185 337 c 1\n 185 101 l 1\n 383 100 l 1\n 383 337 l 1\n 344 337 321 355 322 387 c 0\n 322 420 345 436 388 437 c 2\n 477 437 l 2\n 522 437 544 420 544 387 c 0\n 544 355 522 337 483 337 c 1\n 483 100 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y2,0 x0,2 x0,1 \nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 770\nWidth: 600\nFlags: HW\nHStem: 0 100<358 389 491 502> 170 100<271 294> 483 100<191 214 358 389>\nVStem: 38 234<528 535> 90 100<308 483> 308 234<528 535> 390 100<100 207 308 483>\nFore\n390 208 m 1\n 363 185 329 170 284 170 c 0\n 190 170 96 185 90 305 c 1\n 90 483 l 1\n 58 486 38 504 38 533 c 0\n 38 550 48 567 62 576 c 0\n 72 582 80 583 104 583 c 2\n 206 583 l 2\n 232 583 242 581 250 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 262 499 248 490 c 0\n 238 485 230 483 206 483 c 2\n 190 483 l 1\n 190 308 l 1\n 202 282 247 270 290 270 c 0\n 333 270 369 282 390 308 c 1\n 390 483 l 1\n 374 483 l 2\n 348 483 340 485 330 492 c 0\n 316 502 308 517 308 533 c 0\n 308 550 318 567 332 576 c 0\n 342 582 350 583 374 583 c 2\n 476 583 l 2\n 502 583 512 581 522 574 c 0\n 534 564 542 549 542 533 c 0\n 542 504 522 486 490 483 c 1\n 490 100 l 1\n 496 100 l 2\n 522 100 532 98 540 91 c 0\n 554 81 562 66 562 50 c 0\n 562 33 552 16 538 7 c 0\n 530 2 516 0 496 0 c 2\n 374 0 l 2\n 350 0 338 3 330 9 c 0\n 316 19 308 35 308 50 c 0\n 308 67 318 84 332 93 c 0\n 342 99 350 100 374 100 c 2\n 390 100 l 1\n 390 208 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 771\nWidth: 600\nFlags: HW\nHStem: 0 436<395 485> 0 100<385 389 490.031 505.093> 111 97<289 305> 337 99<97 109 211 211 374.907 389.969 491 497>\nVStem: 110 100<251 337> 390 100<100 140 251 336>\nFore\n210 337 m 1\n 210 252 l 2\n 210 218 260 208 300 208 c 0\n 340 208 390 231 390 252 c 2\n 390 336 l 1\n 351 336 328 354 329 386 c 0\n 330 419 349 439 395 436 c 1\n 485 437 l 2\n 528 437 550 420 551 387 c 0\n 552 355 529 337 490 337 c 1\n 490 100 l 1\n 529 100 552 82 551 50 c 0\n 550 17 531 -3 485 0 c 1\n 396 0 l 2\n 351 0 329 17 329 50 c 0\n 329 82 351 100 390 100 c 1\n 390 141 l 1\n 370 122 339 111 302 111 c 0\n 202 111 110 135 110 252 c 2\n 110 337 l 1\n 71 337 49 355 49 387 c 0\n 49 420 71 438 116 437 c 2\n 204 436 l 2\n 249 435 271 419 271 386 c 0\n 271 354 249 337 210 337 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 772\nWidth: 600\nFlags: HW\nHStem: 0 100<358 389 491 502> 170 100<271 294> 483 100<191 214 358 389>\nVStem: 38 234<528 535> 90 100<308 483> 308 234<528 535> 390 100<100 207 308 483>\nFore\n390 208 m 1\n 363 185 329 170 284 170 c 0\n 190 170 96 185 90 305 c 1\n 90 483 l 1\n 58 486 38 504 38 533 c 0\n 38 550 48 567 62 576 c 0\n 72 582 80 583 104 583 c 2\n 206 583 l 2\n 232 583 242 581 250 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 262 499 248 490 c 0\n 238 485 230 483 206 483 c 2\n 190 483 l 1\n 190 308 l 1\n 202 282 247 270 290 270 c 0\n 333 270 369 282 390 308 c 1\n 390 483 l 1\n 374 483 l 2\n 348 483 340 485 330 492 c 0\n 316 502 308 517 308 533 c 0\n 308 550 318 567 332 576 c 0\n 342 582 350 583 374 583 c 2\n 476 583 l 2\n 502 583 512 581 522 574 c 0\n 534 564 542 549 542 533 c 0\n 542 504 522 486 490 483 c 1\n 490 100 l 1\n 496 100 l 2\n 522 100 532 98 540 91 c 0\n 554 81 562 66 562 50 c 0\n 562 33 552 16 538 7 c 0\n 530 2 516 0 496 0 c 2\n 374 0 l 2\n 350 0 338 3 330 9 c 0\n 316 19 308 35 308 50 c 0\n 308 67 318 84 332 93 c 0\n 342 99 350 100 374 100 c 2\n 390 100 l 1\n 390 208 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 773\nWidth: 600\nFlags: HW\nHStem: 0 436<395 485> 0 100<385 389 490.031 505.093> 111 97<289 305> 337 99<97 109 211 211 374.907 389.969 491 497>\nVStem: 110 100<251 337> 390 100<100 140 251 336>\nFore\n210 337 m 1\n 210 252 l 2\n 210 218 260 208 300 208 c 0\n 340 208 390 231 390 252 c 2\n 390 336 l 1\n 351 336 328 354 329 386 c 0\n 330 419 349 439 395 436 c 1\n 485 437 l 2\n 528 437 550 420 551 387 c 0\n 552 355 529 337 490 337 c 1\n 490 100 l 1\n 529 100 552 82 551 50 c 0\n 550 17 531 -3 485 0 c 1\n 396 0 l 2\n 351 0 329 17 329 50 c 0\n 329 82 351 100 390 100 c 1\n 390 141 l 1\n 370 122 339 111 302 111 c 0\n 202 111 110 135 110 252 c 2\n 110 337 l 1\n 71 337 49 355 49 387 c 0\n 49 420 71 438 116 437 c 2\n 204 436 l 2\n 249 435 271 419 271 386 c 0\n 271 354 249 337 210 337 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 774\nWidth: 600\nFlags: HW\nHStem: 0 100<358 389 491 502> 170 100<271 294> 483 100<191 214 358 389>\nVStem: 38 234<528 535> 90 100<308 483> 308 234<528 535> 390 100<100 207 308 483>\nFore\n390 208 m 1\n 363 185 329 170 284 170 c 0\n 190 170 96 185 90 305 c 1\n 90 483 l 1\n 58 486 38 504 38 533 c 0\n 38 550 48 567 62 576 c 0\n 72 582 80 583 104 583 c 2\n 206 583 l 2\n 232 583 242 581 250 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 262 499 248 490 c 0\n 238 485 230 483 206 483 c 2\n 190 483 l 1\n 190 308 l 1\n 202 282 247 270 290 270 c 0\n 333 270 369 282 390 308 c 1\n 390 483 l 1\n 374 483 l 2\n 348 483 340 485 330 492 c 0\n 316 502 308 517 308 533 c 0\n 308 550 318 567 332 576 c 0\n 342 582 350 583 374 583 c 2\n 476 583 l 2\n 502 583 512 581 522 574 c 0\n 534 564 542 549 542 533 c 0\n 542 504 522 486 490 483 c 1\n 490 100 l 1\n 496 100 l 2\n 522 100 532 98 540 91 c 0\n 554 81 562 66 562 50 c 0\n 562 33 552 16 538 7 c 0\n 530 2 516 0 496 0 c 2\n 374 0 l 2\n 350 0 338 3 330 9 c 0\n 316 19 308 35 308 50 c 0\n 308 67 318 84 332 93 c 0\n 342 99 350 100 374 100 c 2\n 390 100 l 1\n 390 208 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 775\nWidth: 600\nFlags: HW\nHStem: 0 436<395 485> 0 100<385 389 490.031 505.093> 111 97<289 305> 337 99<97 109 211 211 374.907 389.969 491 497>\nVStem: 110 100<251 337> 390 100<100 140 251 336>\nFore\n210 337 m 1\n 210 252 l 2\n 210 218 260 208 300 208 c 0\n 340 208 390 231 390 252 c 2\n 390 336 l 1\n 351 336 328 354 329 386 c 0\n 330 419 349 439 395 436 c 1\n 485 437 l 2\n 528 437 550 420 551 387 c 0\n 552 355 529 337 490 337 c 1\n 490 100 l 1\n 529 100 552 82 551 50 c 0\n 550 17 531 -3 485 0 c 1\n 396 0 l 2\n 351 0 329 17 329 50 c 0\n 329 82 351 100 390 100 c 1\n 390 141 l 1\n 370 122 339 111 302 111 c 0\n 202 111 110 135 110 252 c 2\n 110 337 l 1\n 71 337 49 355 49 387 c 0\n 49 420 71 438 116 437 c 2\n 204 436 l 2\n 249 435 271 419 271 386 c 0\n 271 354 249 337 210 337 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 776\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 367 216<497 501> 497 100<288.512 328>\nVStem: 33 100<242 322>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 777\nWidth: 600\nFlags: HW\nHStem: -16 100<274.5 350> 350 100<284.5 332>\nVStem: 54 100<176.5 226>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 778\nWidth: 600\nFlags: HW\nHStem: -14 100<305 353> 367 216<497 501> 497 100<288.512 328>\nVStem: 33 100<242 322>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 779\nWidth: 600\nFlags: HW\nHStem: -16 100<274.5 350> 350 100<284.5 332>\nVStem: 54 100<176.5 226>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 780\nWidth: 600\nFlags: HW\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 250 100<100 483>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 781\nWidth: 600\nFlags: HW\nHStem: 0 100<24 52 232 249 349.031 367.854 547 568> 483 100<24 33 232 249 349.031 373.464 567 568> 623 68<296 312>\nVStem: -23 186<528 535> 250 99<100 259 338 483> 436 186<528 535>\nDStem: 33 483 132 487 148 330 250 337 467 487 566 483 349 337 451 330\nFore\n436 532 m 0\n 436 569.155 463.279 583 502 583 c 2\n 556 583 l 2\n 583 583 592 581 602 574 c 0\n 614 564 622 549 622 533 c 0\n 622 500 601 483 566 483 c 1\n 451 330 l 1\n 512 298 545 214 547 100 c 1\n 557 100 l 2\n 584 100 592 98 602 91 c 0\n 615 81 623 66 623 50 c 0\n 623 33 614 16 599 7 c 0\n 592 3 577 0 557 0 c 2\n 469 0 l 1\n 467 148 431 260 349 260 c 1\n 349 100 l 1\n 370 100 383 100 390 93 c 1\n 405 84 414 67 414 50 c 0\n 414 35 406 19 393 10 c 0\n 385 3 371 0 348 0 c 2\n 251 0 l 2\n 228 0 214 3 206 10 c 0\n 193 19 185 35 185 50 c 0\n 185 67 194 84 209 93 c 1\n 216 100 229 100 250 100 c 1\n 250 260 l 1\n 168 260 132 148 130 0 c 1\n 42 0 l 2\n -5.02983 0 -24 19.2367 -24 50 c 0\n -24 66 -16 81 -3 91 c 0\n 7 98 15 100 42 100 c 2\n 52 100 l 1\n 54 214 87 298 148 330 c 1\n 33 483 l 1\n -2 483 -23 500 -23 533 c 0\n -23 549 -15 564 -3 574 c 0\n 7 581 16 583 43 583 c 2\n 97 583 l 2\n 133.378 583 163 570.858 163 532 c 0\n 163 509 153 495 132 487 c 1\n 250 337 l 1\n 250 483 l 1\n 228 483 212 484 206 492 c 1\n 193 502 185 517 185 533 c 0\n 185 550 194 567 209 576 c 0\n 218 582 225 583 251 583 c 2\n 348 583 l 2\n 374 583 381 582 390 576 c 0\n 405 567 414 550 414 533 c 0\n 414 517 406 502 393 492 c 1\n 387 484 371 483 349 483 c 1\n 349 337 l 1\n 467 487 l 1\n 446 495 436 509 436 532 c 0\n159 807 m 0\n 179 807 186 798 193 767 c 0\n 203 721 245 691 300 691 c 0\n 355 691 397 721 407 767 c 0\n 414 798 421 807 441 807 c 0\n 461 807 475 792 475 769 c 0\n 475 693 392 623 300 623 c 0\n 208 623 125 693 125 769 c 0\n 125 792 139 807 159 807 c 0\nEndSplineSet\nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 782\nWidth: 600\nFlags: HW\nHStem: 0 21G<47 118 264 335 481 552> 337 99<27 34 566 571> 417 20G<49 118 254 345 481 550> 477 68<283 315>\nVStem: -17 201<384 389> 248 103<101 160 288 337> 415 205<48 52> 415 201<384 389>\nDStem: 34 337 168 350 170 227 248 287 170 227 248 161 34 100 170 87 351 161 429 227 429 87 565 100 431 350 565 337 351 287 429 227\nFore\n335 0 m 2\n 264 0 l 2\n 220 0 204 17 204 50 c 0\n 204 73.658 226.542 97.8537 248 100 c 1\n 248 161 l 1\n 170 87 l 1\n 182 74 184 64 184 50 c 0\n 184 17 162 0 118 0 c 2\n 47 0 l 2\n 25 0 11 2 3 7 c 0\n -11 17 -21 33 -21 50 c 0\n -21 66 -14 81 1 93 c 0\n 12 101 18 101 34 100 c 1\n 170 227 l 1\n 34 337 l 1\n 24 337 16 337 7 344 c 0\n -9 356 -17 370 -17 387 c 0\n -17 403 -11 418 3 428 c 0\n 13 435 23 437 49 437 c 2\n 118 437 l 2\n 142 437 152 435 160 430 c 0\n 176 420 184 404 184 387 c 0\n 184 373 180 364 168 350 c 1\n 248 287 l 1\n 248 337 l 1\n 248 337 234 339 224 346 c 0\n 212 356 204 371 204 387 c 0\n 204 404 212 421 228 430 c 1\n 236 436 230 437 254 437 c 2\n 345 437 l 2\n 369 437 363 436 371 430 c 1\n 387 421 395 404 395 387 c 0\n 395 371 387 356 375 346 c 0\n 365 339 351 337 351 337 c 1\n 351 287 l 1\n 431 350 l 1\n 419 364 415 373 415 387 c 0\n 415 404 423 420 439 430 c 0\n 447 435 457 437 481 437 c 2\n 550 437 l 2\n 576 437 586 435 596 428 c 0\n 610 418 616 403 616 387 c 0\n 616 370 608 356 592 344 c 0\n 583 337 575 337 565 337 c 1\n 429 227 l 1\n 565 100 l 1\n 581 101 587 101 598 93 c 0\n 613 81 620 66 620 50 c 0\n 620 33 610 17 596 7 c 0\n 588 2 574 0 552 0 c 2\n 481 0 l 2\n 437 0 415 17 415 50 c 0\n 415 64 417 74 429 87 c 1\n 351 161 l 1\n 351 100 l 1\n 351 100 361 99 369 93 c 1\n 385 84 395 67 395 50 c 0\n 395 17 379 0 335 0 c 2\n159 661 m 0\n 179 661 186 652 193 621 c 0\n 203 575 245 545 300 545 c 0\n 355 545 397 575 407 621 c 0\n 414 652 421 661 441 661 c 0\n 461 661 475 646 475 623 c 0\n 475 547 392 477 300 477 c 0\n 208 477 125 547 125 623 c 0\n 125 646 139 661 159 661 c 0\nEndSplineSet\nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 783\nWidth: 600\nFlags: HW\nHStem: 0 100<54 85 187 230 496 547> 483 100<54 85 187 230 504.031 519.737>\nVStem: 6 282<48 52 528 535> 86 100<100 277 335 483> 334 232<528 535>\nDStem: 364 487 504 483 186 334 328 330\nFore\n594 50 m 0\n 594 18.7294 575.544 0 528 0 c 2\n 418 0 l 1\n 372 143 268 278 186 278 c 1\n 186 100 l 1\n 222 100 l 2\n 248 100 256 98 266 91 c 0\n 280 81 288 66 288 50 c 0\n 288 33 278 16 264 7 c 0\n 256 3 242 0 222 0 c 2\n 72 0 l 2\n 48 0 34 3 26 10 c 0\n 14 19 6 35 6 50 c 0\n 6 67 14 84 30 93 c 1\n 38 99 48 100 72 100 c 2\n 86 100 l 1\n 86 483 l 1\n 72 483 l 2\n 46 483 36 485 26 492 c 0\n 14 502 6 517 6 533 c 0\n 6 550 14 567 30 576 c 1\n 38 582 46 583 72 583 c 2\n 222 583 l 2\n 248 583 258 581 266 574 c 0\n 280 564 288 549 288 533 c 0\n 288 516 278 499 264 490 c 0\n 256 485 244 483 222 483 c 2\n 186 483 l 1\n 186 334 l 1\n 364 487 l 1\n 344 495 334 509 334 532 c 0\n 334 569.477 360.471 583 400 583 c 2\n 500 583 l 2\n 526 583 536 581 546 574 c 0\n 558 564 566 549 566 533 c 0\n 566 500 544 483 504 483 c 1\n 328 330 l 1\n 388 298 450 215 496 100 c 1\n 528 100 l 2\n 556 100 564 98 574 91 c 0\n 586 81 594 66 594 50 c 0\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 784\nWidth: 600\nFlags: HW\nHStem: 0 100<100.726 133 448 500> 337 100<100 133 448 484>\nVStem: 134 100<100 163 288 337> 296 252<48 52> 298 244<384 389>\nDStem: 234 164 312 227 312 87 448 100 314 350 448 337 234 287 312 227\nFore\n234 0 m 1\n 118 0 l 2\n 74 0 52 17 52 50 c 0\n 52 67 62 84 76 93 c 0\n 86 99 94 100 118 100 c 2\n 134 100 l 1\n 134 337 l 1\n 118 337 l 2\n 92 337 82 339 72 346 c 0\n 60 356 52 371 52 387 c 0\n 52 404 62 421 76 430 c 0\n 86 436 94 437 118 437 c 2\n 234 437 l 1\n 234 287 l 1\n 314 350 l 1\n 302 364 298 373 298 387 c 0\n 298 404 306 420 322 430 c 0\n 330 435 340 437 364 437 c 2\n 476 437 l 2\n 502 437 512 435 522 428 c 0\n 536 418 542 403 542 387 c 0\n 542 370 534 354 518 344 c 0\n 510 339 500 337 476 337 c 2\n 448 337 l 1\n 312 227 l 1\n 448 100 l 1\n 480 100 l 2\n 508 100 516 98 526 91 c 0\n 540 81 548 66 548 50 c 0\n 548 33 538 17 524 7 c 0\n 516 2 502 0 480 0 c 2\n 362 0 l 2\n 318 0 296 17 296 50 c 0\n 296 64 300 74 312 87 c 1\n 234 164 l 1\n 234 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni04C5\nEncoding: 1221 1221 785\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni04C6\nEncoding: 1222 1222 786\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 787\nWidth: 600\nFlags: HW\nHStem: 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 409 100<100 241 241 241 341 483>\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 788\nWidth: 600\nFlags: HW\nHStem: 0 21G<98 187 413 502> 0 100<91 91 192.031 207.093 399 406 507.031 522.093> 162 101<193 406> 337 99<79 91 193 193 391.955 406.969 508 511>\nVStem: 31 222<48 50 50.0314 61.2516 384 389> 92 100<100 161 264 337> 346 222<48 50 50.0314 61.2516 374.748 386> 407 100<100 161 264 336>\nFore\n192 337 m 1\n 192 263 l 1\n 407 263 l 1\n 407 336 l 1\n 368 336 346 354 346 386 c 0\n 347 419 367 439 412 436 c 1\n 502 437 l 2\n 546 437 568 420 568 387 c 0\n 569 355 546 337 507 337 c 1\n 507 100 l 1\n 546 100 569 82 568 50 c 0\n 568 17 548 -3 502 0 c 1\n 413 0 l 2\n 368 0 346 17 346 50 c 0\n 346 82 368 100 407 100 c 1\n 407 162 l 1\n 192 162 l 1\n 192 100 l 1\n 231 100 254 82 253 50 c 0\n 253 17 233 -3 187 0 c 1\n 98 0 l 2\n 53 0 31 17 31 50 c 0\n 31 82 53 100 92 100 c 1\n 92 337 l 1\n 53 337 31 355 31 387 c 0\n 31 420 53 438 98 437 c 2\n 186 436 l 2\n 231 435 253 419 253 386 c 0\n 253 354 231 337 192 337 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04C9\nEncoding: 1225 1225 789\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni04CA\nEncoding: 1226 1226 790\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 791\nWidth: 600\nFlags: HW\nHStem: 0 100<358 389 491 502> 170 100<271 294> 483 100<191 214 358 389>\nVStem: 38 234<528 535> 90 100<308 483> 308 234<528 535> 390 100<100 207 308 483>\nFore\n390 208 m 1\n 363 185 329 170 284 170 c 0\n 190 170 96 185 90 305 c 1\n 90 483 l 1\n 58 486 38 504 38 533 c 0\n 38 550 48 567 62 576 c 0\n 72 582 80 583 104 583 c 2\n 206 583 l 2\n 232 583 242 581 250 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 262 499 248 490 c 0\n 238 485 230 483 206 483 c 2\n 190 483 l 1\n 190 308 l 1\n 202 282 247 270 290 270 c 0\n 333 270 369 282 390 308 c 1\n 390 483 l 1\n 374 483 l 2\n 348 483 340 485 330 492 c 0\n 316 502 308 517 308 533 c 0\n 308 550 318 567 332 576 c 0\n 342 582 350 583 374 583 c 2\n 476 583 l 2\n 502 583 512 581 522 574 c 0\n 534 564 542 549 542 533 c 0\n 542 504 522 486 490 483 c 1\n 490 100 l 1\n 496 100 l 2\n 522 100 532 98 540 91 c 0\n 554 81 562 66 562 50 c 0\n 562 33 552 16 538 7 c 0\n 530 2 516 0 496 0 c 2\n 374 0 l 2\n 350 0 338 3 330 9 c 0\n 316 19 308 35 308 50 c 0\n 308 67 318 84 332 93 c 0\n 342 99 350 100 374 100 c 2\n 390 100 l 1\n 390 208 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 792\nWidth: 600\nFlags: HW\nHStem: 0 436<395 485> 0 100<385 389 490.031 505.093> 111 97<289 305> 337 99<97 109 211 211 374.907 389.969 491 497>\nVStem: 110 100<251 337> 390 100<100 140 251 336>\nFore\n210 337 m 1\n 210 252 l 2\n 210 218 260 208 300 208 c 0\n 340 208 390 231 390 252 c 2\n 390 336 l 1\n 351 336 328 354 329 386 c 0\n 330 419 349 439 395 436 c 1\n 485 437 l 2\n 528 437 550 420 551 387 c 0\n 552 355 529 337 490 337 c 1\n 490 100 l 1\n 529 100 552 82 551 50 c 0\n 550 17 531 -3 485 0 c 1\n 396 0 l 2\n 351 0 329 17 329 50 c 0\n 329 82 351 100 390 100 c 1\n 390 141 l 1\n 370 122 339 111 302 111 c 0\n 202 111 110 135 110 252 c 2\n 110 337 l 1\n 71 337 49 355 49 387 c 0\n 49 420 71 438 116 437 c 2\n 204 436 l 2\n 249 435 271 419 271 386 c 0\n 271 354 249 337 210 337 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04CD\nEncoding: 1229 1229 793\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni04CE\nEncoding: 1230 1230 794\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni04CF\nEncoding: 1231 1231 795\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 796\nWidth: 600\nFlags: HW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 623 68<272.5 327.5>\nRef: 728 728 N 1 0 0 1 0 120\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 797\nWidth: 600\nFlags: HW\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 477 68<279.5 334.5>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nRef: 728 728 N 1 0 0 1 7 -26\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 798\nWidth: 600\nFlags: HW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nVStem: 136 120<666.5 699> 344 120<666.5 699>\nRef: 168 168 N 1 0 0 1 0 89\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 799\nWidth: 600\nFlags: HW\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 142 120<520.5 553> 350 120<520.5 553> 389 100<135 185 279 304>\nRef: 168 168 N 1 0 0 1 6 -57\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 800\nWidth: 600\nFlags: HW\nHStem: 0 100<28.7264 53 258 266 368 514> 0 189<556 572> 158 101<204 266> 187 210<428 444> 243 99<368 386> 483 100<140 167 368 493>\nVStem: -20 218<48 55> 267 100<101 157 343 470> 267 219<260 342> 493 100<396 482> 514 100<100 144>\nDStem: 168 483 267 471 53 100 203 259\nFore\n53 100 m 1\n 168 483 l 1\n 154 483 l 2\n 129 483 118 485 109 492 c 0\n 96 502 88 518 88 533 c 0\n 88 550 97 567 112 576 c 0\n 121 582 128 583 154 583 c 2\n 593 583 l 1\n 593 418 l 2\n 593 391 591 383 584 373 c 0\n 574 360 559 352 543 352 c 0\n 526 352 510 361 500 376 c 0\n 495 384 493 395 493 418 c 2\n 493 483 l 1\n 367 483 l 1\n 367 342 l 1\n 386 342 l 1\n 388 377 406 397 436 397 c 0\n 453 397 470 388 479 373 c 0\n 485 364 486 357 486 331 c 2\n 486 253 l 2\n 486 226 484 218 477 208 c 0\n 467 195 452 187 436 187 c 0\n 406 187 387 208 386 243 c 1\n 367 243 l 1\n 367 100 l 1\n 514 100 l 1\n 514 123 l 2\n 514 148 516 158 523 168 c 0\n 533 181 548 189 564 189 c 0\n 581 189 598 180 607 165 c 0\n 613 156 614 148 614 123 c 2\n 614 0 l 1\n 265 0 l 2\n 231 0 209 20 209 52 c 0\n 209 79 231 100 259 100 c 2\n 267 100 l 1\n 267 158 l 1\n 174 158 l 1\n 157 100 l 1\n 183 96 198 79 198 53 c 0\n 198 19 177 0 141 0 c 2\n 46 0 l 2\n 2 0 -20 17 -20 50 c 0\n -20 67 -11 84 4 93 c 0\n 13 99 22 100 46 100 c 2\n 53 100 l 1\n267 259 m 1\n 267 471 l 1\n 203 259 l 1\n 267 259 l 1\nEndSplineSet\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 801\nWidth: 600\nFlags: HW\nHStem: -16 100<147 163 431 451> 172 86<363 501> 197 89<194 211> 350 100<194 211 431 441>\nVStem: -13 101<131 147> 255 356<172 189>\nFore\n611 172 m 1\n 360 172 l 1\n 377 109 400 84 441 84 c 0\n 463 84 482 89 509 101 c 0\n 538 113 553 118 566 118 c 0\n 592 118 612 96 612 66 c 0\n 612 47 603 32 587 22 c 0\n 552 0 489 -16 442 -16 c 0\n 402 -16 379 -9 342 16 c 1\n 333 5 321 -1 305 -1 c 0\n 290 -1 279 5 269 16 c 1\n 232 -7 202 -16 159 -16 c 0\n 55 -16 -13 48 -13 145 c 0\n -13 189 3 216 45 242 c 0\n 85 268 148 286 195 286 c 0\n 210 286 229 284 255 281 c 1\n 255 301 l 2\n 255 329 235 350 207 350 c 0\n 190 350 181 348 117 329 c 0\n 108 326 100 325 94 325 c 0\n 68 325 46 348 46 376 c 0\n 46 401 60 417 87 426 c 0\n 124 438 182 450 207 450 c 0\n 253 450 288 433 323 394 c 1\n 359 433 393 450 435 450 c 0\n 482 450 528 426 563 381 c 0\n 594 341 611 285 611 218 c 2\n 611 172 l 1\n255 130 m 1\n 255 189 l 1\n 232 195 216 197 199 197 c 0\n 162 197 121 186 101 171 c 0\n 93 164 88 154 88 142 c 0\n 88 107 116 84 158 84 c 0\n 189 84 215 96 255 130 c 1\n362 258 m 1\n 502 258 l 1\n 498 285 495 299 487 313 c 0\n 476 335 454 350 432 350 c 0\n 409 350 386 333 375 307 c 0\n 369 294 366 281 362 258 c 1\nEndSplineSet\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 802\nWidth: 600\nFlags: HW\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 623 68<254.5 309.5>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nRef: 728 728 N 1 0 0 1 -18 120\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 803\nWidth: 600\nFlags: HW\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 477 68<264.5 319.5>\nRef: 728 728 N 1 0 0 1 -8 -26\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 804\nWidth: 600\nFlags: HW\nHStem: -14 100<249 293> 241 100<242 463> 367 216<98 102> 497 100<271 306>\nVStem: 184 382<281.534 293>\nFore\n466 241 m 1\n 250 241 l 2\n 226 241 212 244 204 250 c 0\n 192 260 184 276 184 291 c 0\n 184 308 192 325 208 334 c 1\n 216 340 224 341 250 341 c 2\n 464 341 l 1\n 452 432 383 497 290 497 c 0\n 256 497 220 488 192 473 c 0\n 164 457 154 444 148 420 c 1\n 144 396 142 389 134 381 c 0\n 126 373 112 367 100 367 c 0\n 84 367 68 375 58 388 c 0\n 52 397 50 408 50 433 c 2\n 50 517 l 2\n 50 542 50 550 56 559 c 0\n 66 574 82 583 100 583 c 0\n 116 583 128 577 142 559 c 1\n 152 563 l 2\n 208 586 242 597 294 597 c 0\n 448 597 566 475 566 315 c 2\n 566 249 l 2\n 566 97 442 -14 272 -14 c 0\n 200 -14 132 4 88 36 c 0\n 54 60 34 86 34 109 c 0\n 34 136 58 159 84 159 c 0\n 98 159 110 154 120 143 c 0\n 148 115 148 115 158 109 c 0\n 184 94 224 86 268 86 c 0\n 384 86 461 147 466 241 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 805\nWidth: 600\nFlags: HW\nHStem: -16 100<251 302> 157 100<251 445> 350 100<279 316>\nVStem: 192 364<195.748 209>\nFore\n446 157 m 1\n 252 157 l 2\n 214 157 192 175 192 207 c 0\n 192 240 214 258 258 257 c 2\n 448 257 l 1\n 427.329 313.107 377.088 350 300 350 c 0\n 256 350 220 341 194 325 c 0\n 180 316 174 307 170 289 c 0\n 166 267 164 261 156 255 c 1\n 148 247 132 241 120 241 c 0\n 104 241 88 249 78 262 c 0\n 72 271 70 281 70 307 c 2\n 70 384 l 2\n 70 430 84 450 118 450 c 0\n 138 450 150 441 156 420 c 1\n 194 440 242 450 300 450 c 0\n 450 450 556 350 556 207 c 0\n 556 146 534 93 494 53 c 0\n 446 5 384 -16 286 -16 c 0\n 214 -16 150 -4 108 16 c 1\n 68 37 44 63 44 89 c 0\n 44 117 68 140 94 140 c 0\n 106 140 116 136 124 128 c 1\n 150 107 156 103 174 97 c 0\n 198 89 240 84 280 84 c 0\n 370 84 426 108 446 157 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 806\nWidth: 600\nFlags: HW\nHStem: -14 100<249 293> 241 100<242 463> 367 216<98 102> 497 100<271 306> 623 120<186 206 402 406>\nVStem: 136 120<674 690> 184 382<281.534 293> 344 120<674 690>\nFore\n466 241 m 1\n 250 241 l 2\n 226 241 212 244 204 250 c 0\n 192 260 184 276 184 291 c 0\n 184 308 192 325 208 334 c 1\n 216 340 224 341 250 341 c 2\n 464 341 l 1\n 452 432 383 497 290 497 c 0\n 256 497 220 488 192 473 c 0\n 164 457 154 444 148 420 c 1\n 144 396 142 389 134 381 c 0\n 126 373 112 367 100 367 c 0\n 84 367 68 375 58 388 c 0\n 52 397 50 408 50 433 c 2\n 50 517 l 2\n 50 542 50 550 56 559 c 0\n 66 574 82 583 100 583 c 0\n 116 583 128 577 142 559 c 1\n 152 563 l 2\n 208 586 242 597 294 597 c 0\n 448 597 566 475 566 315 c 2\n 566 249 l 2\n 566 97 442 -14 272 -14 c 0\n 200 -14 132 4 88 36 c 0\n 54 60 34 86 34 109 c 0\n 34 136 58 159 84 159 c 0\n 98 159 110 154 120 143 c 0\n 148 115 148 115 158 109 c 0\n 184 94 224 86 268 86 c 0\n 384 86 461 147 466 241 c 1\n196 743 m 0\n 230 743 256 716 256 682 c 0\n 256 650 229 623 196 623 c 0\n 163 623 136 650 136 683 c 0\n 136 716 163 743 196 743 c 0\n404 743 m 0\n 438 743 464 716 464 682 c 0\n 464 650 437 623 404 623 c 0\n 371 623 344 650 344 683 c 0\n 344 716 371 743 404 743 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 807\nWidth: 600\nFlags: HW\nHStem: -16 100<251 302> 157 100<251 445> 350 100<279 316> 477 120<188 204 396 412>\nVStem: 136 120<528 544> 192 364<195.748 209> 344 120<528 544>\nFore\n446 157 m 1\n 252 157 l 2\n 214 157 192 175 192 207 c 0\n 192 240 214 258 258 257 c 2\n 448 257 l 1\n 427.329 313.107 377.088 350 300 350 c 0\n 256 350 220 341 194 325 c 0\n 180 316 174 307 170 289 c 0\n 166 267 164 261 156 255 c 1\n 148 247 132 241 120 241 c 0\n 104 241 88 249 78 262 c 0\n 72 271 70 281 70 307 c 2\n 70 384 l 2\n 70 430 84 450 118 450 c 0\n 138 450 150 441 156 420 c 1\n 194 440 242 450 300 450 c 0\n 450 450 556 350 556 207 c 0\n 556 146 534 93 494 53 c 0\n 446 5 384 -16 286 -16 c 0\n 214 -16 150 -4 108 16 c 1\n 68 37 44 63 44 89 c 0\n 44 117 68 140 94 140 c 0\n 106 140 116 136 124 128 c 1\n 150 107 156 103 174 97 c 0\n 198 89 240 84 280 84 c 0\n 370 84 426 108 446 157 c 1\n196 597 m 0\n 230 597 256 570 256 536 c 0\n 256 504 229 477 196 477 c 0\n 163 477 136 504 136 537 c 0\n 136 570 163 597 196 597 c 0\n404 597 m 0\n 438 597 464 570 464 536 c 0\n 464 504 437 477 404 477 c 0\n 371 477 344 504 344 537 c 0\n 344 570 371 597 404 597 c 0\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 808\nWidth: 600\nFlags: HW\nHStem: 0 100<24 52 232 249 349.031 367.854 547 568> 483 100<24 33 232 249 349.031 373.464 567 568> 623 120<186 206 394 414>\nVStem: -23 186<528 535> 136 120<681 688> 250 99<100 259 338 483> 344 120<681 688> 436 186<528 535>\nDStem: 33 483 132 487 148 330 250 337 467 487 566 483 349 337 451 330\nFore\n436 532 m 0\n 436 569.155 463.279 583 502 583 c 2\n 556 583 l 2\n 583 583 592 581 602 574 c 0\n 614 564 622 549 622 533 c 0\n 622 500 601 483 566 483 c 1\n 451 330 l 1\n 512 298 545 214 547 100 c 1\n 557 100 l 2\n 584 100 592 98 602 91 c 0\n 615 81 623 66 623 50 c 0\n 623 33 614 16 599 7 c 0\n 592 3 577 0 557 0 c 2\n 469 0 l 1\n 467 148 431 260 349 260 c 1\n 349 100 l 1\n 370 100 383 100 390 93 c 1\n 405 84 414 67 414 50 c 0\n 414 35 406 19 393 10 c 0\n 385 3 371 0 348 0 c 2\n 251 0 l 2\n 228 0 214 3 206 10 c 0\n 193 19 185 35 185 50 c 0\n 185 67 194 84 209 93 c 1\n 216 100 229 100 250 100 c 1\n 250 260 l 1\n 168 260 132 148 130 0 c 1\n 42 0 l 2\n -5.02983 0 -24 19.2367 -24 50 c 0\n -24 66 -16 81 -3 91 c 0\n 7 98 15 100 42 100 c 2\n 52 100 l 1\n 54 214 87 298 148 330 c 1\n 33 483 l 1\n -2 483 -23 500 -23 533 c 0\n -23 549 -15 564 -3 574 c 0\n 7 581 16 583 43 583 c 2\n 97 583 l 2\n 133.378 583 163 570.858 163 532 c 0\n 163 509 153 495 132 487 c 1\n 250 337 l 1\n 250 483 l 1\n 228 483 212 484 206 492 c 1\n 193 502 185 517 185 533 c 0\n 185 550 194 567 209 576 c 0\n 218 582 225 583 251 583 c 2\n 348 583 l 2\n 374 583 381 582 390 576 c 0\n 405 567 414 550 414 533 c 0\n 414 517 406 502 393 492 c 1\n 387 484 371 483 349 483 c 1\n 349 337 l 1\n 467 487 l 1\n 446 495 436 509 436 532 c 0\n196 743 m 0\n 230 743 256 716 256 682 c 0\n 256 650 229 623 196 623 c 0\n 163 623 136 650 136 683 c 0\n 136 716 163 743 196 743 c 0\n404 743 m 0\n 438 743 464 716 464 682 c 0\n 464 650 437 623 404 623 c 0\n 371 623 344 650 344 683 c 0\n 344 716 371 743 404 743 c 0\nEndSplineSet\nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 809\nWidth: 600\nFlags: HW\nHStem: 0 21G<47 118 264 335 481 552> 337 99<27 34 566 571> 417 20G<49 118 254 345 481 550> 477 120<185 205 394 411>\nVStem: -17 201<384 389> 135 120<528 544> 248 103<101 160 288 337> 343 120<528 544> 415 205<48 52> 415 201<384 389>\nDStem: 34 337 168 350 170 227 248 287 170 227 248 161 34 100 170 87 351 161 429 227 429 87 565 100 431 350 565 337 351 287 429 227\nFore\n335 0 m 2\n 264 0 l 2\n 220 0 204 17 204 50 c 0\n 204 73.658 226.542 97.8537 248 100 c 1\n 248 161 l 1\n 170 87 l 1\n 182 74 184 64 184 50 c 0\n 184 17 162 0 118 0 c 2\n 47 0 l 2\n 25 0 11 2 3 7 c 0\n -11 17 -21 33 -21 50 c 0\n -21 66 -14 81 1 93 c 0\n 12 101 18 101 34 100 c 1\n 170 227 l 1\n 34 337 l 1\n 24 337 16 337 7 344 c 0\n -9 356 -17 370 -17 387 c 0\n -17 403 -11 418 3 428 c 0\n 13 435 23 437 49 437 c 2\n 118 437 l 2\n 142 437 152 435 160 430 c 0\n 176 420 184 404 184 387 c 0\n 184 373 180 364 168 350 c 1\n 248 287 l 1\n 248 337 l 1\n 248 337 234 339 224 346 c 0\n 212 356 204 371 204 387 c 0\n 204 404 212 421 228 430 c 1\n 236 436 230 437 254 437 c 2\n 345 437 l 2\n 369 437 363 436 371 430 c 1\n 387 421 395 404 395 387 c 0\n 395 371 387 356 375 346 c 0\n 365 339 351 337 351 337 c 1\n 351 287 l 1\n 431 350 l 1\n 419 364 415 373 415 387 c 0\n 415 404 423 420 439 430 c 0\n 447 435 457 437 481 437 c 2\n 550 437 l 2\n 576 437 586 435 596 428 c 0\n 610 418 616 403 616 387 c 0\n 616 370 608 356 592 344 c 0\n 583 337 575 337 565 337 c 1\n 429 227 l 1\n 565 100 l 1\n 581 101 587 101 598 93 c 0\n 613 81 620 66 620 50 c 0\n 620 33 610 17 596 7 c 0\n 588 2 574 0 552 0 c 2\n 481 0 l 2\n 437 0 415 17 415 50 c 0\n 415 64 417 74 429 87 c 1\n 351 161 l 1\n 351 100 l 1\n 351 100 361 99 369 93 c 1\n 385 84 395 67 395 50 c 0\n 395 17 379 0 335 0 c 2\n195 597 m 0\n 229 597 255 570 255 536 c 0\n 255 504 228 477 195 477 c 0\n 162 477 135 504 135 537 c 0\n 135 570 162 597 195 597 c 0\n403 597 m 0\n 437 597 463 570 463 536 c 0\n 463 504 436 477 403 477 c 0\n 370 477 343 504 343 537 c 0\n 343 570 370 597 403 597 c 0\nEndSplineSet\nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 810\nWidth: 600\nFlags: HW\nHStem: -14 100<286 318> 1 198<110 115> 240 101<222 304> 497 100<286 318> 623 120<187 206 397 414>\nVStem: 136 120<674 690> 344 120<674 690> 413 104<418 431> 434 104<153 164>\nFore\n234 341 m 2\n 276 341 l 2\n 350 341 356 356 376 366 c 0\n 398 377 413 400 413 421 c 0\n 413 464 363 497 300 497 c 0\n 238 497 190 470 181 430 c 0\n 174 398 174 398 167 390 c 0\n 159 382 145 376 131 376 c 0\n 116 376 101 384 91 397 c 0\n 84 407 82 415 82 443 c 2\n 82 531 l 2\n 82 557 83 565 89 574 c 0\n 97 588 114 597 131 597 c 0\n 151 597 160 589 170 564 c 1\n 205 586 249 597 300 597 c 0\n 424 597 517 521 517 420 c 0\n 517 363 494 317 461 298 c 1\n 467 294 473 290 479 285 c 0\n 519 253 538 212 538 160 c 0\n 538 56 446 -14 309 -14 c 0\n 255 -14 202 -1 153 25 c 1\n 136 5 129 1 113 1 c 0\n 78 1 62 22 62 67 c 2\n 62 133 l 2\n 62 158 64 169 71 179 c 0\n 81 192 96 199 112 199 c 0\n 126 199 139 194 148 185 c 0\n 155 178 155 178 163 151 c 0\n 173 115 236 86 302 86 c 0\n 376 86 434 119 434 162 c 0\n 434 183 420 203 398 215 c 0\n 377 226 361 240 293 240 c 2\n 234 240 l 2\n 210 240 197 243 188 249 c 0\n 176 259 168 275 168 290 c 0\n 168 307 177 324 192 333 c 0\n 201 339 209 341 234 341 c 2\n196 743 m 0\n 230 743 256 716 256 682 c 0\n 256 650 229 623 196 623 c 0\n 163 623 136 650 136 683 c 0\n 136 716 163 743 196 743 c 0\n404 743 m 0\n 438 743 464 716 464 682 c 0\n 464 650 437 623 404 623 c 0\n 371 623 344 650 344 683 c 0\n 344 716 371 743 404 743 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 811\nWidth: 600\nFlags: HW\nHStem: -16 100<281 313> 1 166<121 135> 178 100<234.892 313> 350 100<281 313> 477 120<187 201 395 409>\nVStem: 136 120<528 544> 188 283<225 235> 344 120<528 544> 396 110<311 317> 417 110<122 129>\nFore\n417 127 m 0\n 417 158.343 349.914 178 291 178 c 2\n 249 178 l 2\n 210 178 188 196 188 228 c 0\n 188 261 210 279 255 278 c 2\n 286 278 l 2\n 352 278 356 286 370 291 c 0\n 386 297 396 306 396 315 c 0\n 396 333 348 350 297 350 c 0\n 255 350 222 341 194 321 c 1\n 189 312 l 2\n 177 290 163 281 142 281 c 0\n 127 281 111 289 101 301 c 0\n 94 311 92 321 92 347 c 2\n 92 384 l 2\n 92 430 107 450 139 450 c 0\n 154 450 163 443 171 424 c 1\n 210 442 251 450 300 450 c 0\n 420 450 506 393 506 313 c 0\n 506 281 491 252 471 235 c 1\n 471 225 l 1\n 504 205 527 164 527 125 c 0\n 527 43 433 -16 304 -16 c 0\n 247 -16 196 -6 156 13 c 1\n 145 4 137 1 124 1 c 0\n 106 1 90 9 80 25 c 0\n 75 34 73 43 73 67 c 2\n 73 100 l 2\n 73 127 75 136 83 146 c 0\n 93 160 107 167 124 167 c 0\n 150 167 166 153 175 123 c 1\n 204 97 246 84 300 84 c 0\n 364 84 417 104 417 127 c 0\n196 597 m 0\n 230 597 256 570 256 536 c 0\n 256 504 229 477 196 477 c 0\n 163 477 136 504 136 537 c 0\n 136 570 163 597 196 597 c 0\n404 597 m 0\n 438 597 464 570 464 536 c 0\n 464 504 437 477 404 477 c 0\n 371 477 344 504 344 537 c 0\n 344 570 371 597 404 597 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 812\nWidth: 600\nFlags: HW\nHStem: -14 100<286 318> 1 198<110 115> 240 101<222 304> 497 100<286 318>\nVStem: 413 104<418 431> 434 104<153 164>\nFore\n234 341 m 2\n 276 341 l 2\n 350 341 356 356 376 366 c 0\n 398 377 413 400 413 421 c 0\n 413 464 363 497 300 497 c 0\n 238 497 190 470 181 430 c 0\n 174 398 174 398 167 390 c 0\n 159 382 145 376 131 376 c 0\n 116 376 101 384 91 397 c 0\n 84 407 82 415 82 443 c 2\n 82 531 l 2\n 82 557 83 565 89 574 c 0\n 97 588 114 597 131 597 c 0\n 151 597 160 589 170 564 c 1\n 205 586 249 597 300 597 c 0\n 424 597 517 521 517 420 c 0\n 517 363 494 317 461 298 c 1\n 467 294 473 290 479 285 c 0\n 519 253 538 212 538 160 c 0\n 538 56 446 -14 309 -14 c 0\n 255 -14 202 -1 153 25 c 1\n 136 5 129 1 113 1 c 0\n 78 1 62 22 62 67 c 2\n 62 133 l 2\n 62 158 64 169 71 179 c 0\n 81 192 96 199 112 199 c 0\n 126 199 139 194 148 185 c 0\n 155 178 155 178 163 151 c 0\n 173 115 236 86 302 86 c 0\n 376 86 434 119 434 162 c 0\n 434 183 420 203 398 215 c 0\n 377 226 361 240 293 240 c 2\n 234 240 l 2\n 210 240 197 243 188 249 c 0\n 176 259 168 275 168 290 c 0\n 168 307 177 324 192 333 c 0\n 201 339 209 341 234 341 c 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 813\nWidth: 600\nFlags: HW\nHStem: -16 100<281 313> 1 166<121 126> 178 100<234.892 313> 350 100<281 313>\nVStem: 188 283<225 235> 396 110<311 317> 417 110<122 129>\nFore\n417 127 m 0\n 417 158.343 349.914 178 291 178 c 2\n 249 178 l 2\n 210 178 188 196 188 228 c 0\n 188 261 210 279 255 278 c 2\n 286 278 l 2\n 352 278 356 286 370 291 c 0\n 386 297 396 306 396 315 c 0\n 396 333 348 350 297 350 c 0\n 255 350 222 341 194 321 c 1\n 189 312 l 2\n 177 290 163 281 142 281 c 0\n 127 281 111 289 101 301 c 0\n 94 311 92 321 92 347 c 2\n 92 384 l 2\n 92 430 107 450 139 450 c 0\n 154 450 163 443 171 424 c 1\n 210 442 251 450 300 450 c 0\n 420 450 506 393 506 313 c 0\n 506 281 491 252 471 235 c 1\n 471 225 l 1\n 504 205 527 164 527 125 c 0\n 527 43 433 -16 304 -16 c 0\n 247 -16 196 -6 156 13 c 1\n 145 4 137 1 124 1 c 0\n 106 1 90 9 80 25 c 0\n 75 34 73 43 73 67 c 2\n 73 100 l 2\n 73 127 75 136 83 146 c 0\n 93 160 107 167 124 167 c 0\n 150 167 166 153 175 123 c 1\n 204 97 246 84 300 84 c 0\n 364 84 417 104 417 127 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 814\nWidth: 600\nFlags: HW\nHStem: 0 100<67 92 194 229 373 406 508 533> 483 100<194 229 373 406> 623 80<165 424>\nVStem: 41 233<528 535> 93 100<100 141 257 483> 125 350<656 665> 326 233<528 535> 407 100<100 325 441 483>\nDStem: 407 441 407 326 193 256 193 141\nFore\n407 326 m 1\n 193 141 l 1\n 193 100 l 1\n 208 100 l 2\n 234 100 244 98 253 91 c 0\n 266 81 274 66 274 50 c 0\n 274 33 265 16 250 7 c 0\n 242 2 229 0 208 0 c 2\n 87 0 l 2\n 63 0 50 3 41 9 c 0\n 29 19 21 35 21 50 c 0\n 21 67 30 84 45 93 c 0\n 54 99 62 100 87 100 c 2\n 93 100 l 1\n 93 483 l 1\n 60 486 41 504 41 533 c 0\n 41 550 50 567 65 576 c 0\n 74 582 82 583 107 583 c 2\n 208 583 l 2\n 235 583 244 581 253 574 c 0\n 266 564 274 549 274 533 c 0\n 274 516 265 499 250 490 c 0\n 241 485 232 483 208 483 c 2\n 193 483 l 1\n 193 256 l 1\n 407 441 l 1\n 407 483 l 1\n 392 483 l 2\n 366 483 357 485 347 492 c 0\n 334 502 326 517 326 533 c 0\n 326 550 335 567 350 576 c 0\n 359 582 367 583 392 583 c 2\n 493 583 l 2\n 520 583 529 581 539 574 c 0\n 551 564 559 549 559 533 c 0\n 559 504 540 486 507 483 c 1\n 507 100 l 1\n 513 100 l 2\n 540 100 549 98 558 91 c 0\n 571 81 579 66 579 50 c 0\n 579 33 570 16 555 7 c 0\n 547 2 534 0 513 0 c 2\n 392 0 l 2\n 368 0 356 3 347 9 c 0\n 334 19 326 35 326 50 c 0\n 326 67 335 84 350 93 c 0\n 359 99 368 100 392 100 c 2\n 407 100 l 1\n 407 326 l 1\n178 703 m 2\n 422 703 l 2\n 445 703 457 700 464 692 c 0\n 470 685 475 671 475 663 c 0\n 475 638 455 623 422 623 c 2\n 178 623 l 2\n 153 623 145 625 136 635 c 0\n 130 643 125 655 125 663 c 0\n 125 688 144 703 178 703 c 2\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 815\nWidth: 600\nFlags: HW\nHStem: 0 21G<98 187 413 502> 0 100<91 91 192.031 207.093 399 406 507.031 522.093> 337 99<79 91 193 193 391.955 406.969 508 511> 477 80<175 431>\nVStem: 31 222<48 50 50.0314 61.2516 384 389> 92 100<100 113 215 337> 125 350<512 519> 346 222<48 50 50.0314 61.2516 374.748 386> 407 100<100 223 325 336>\nDStem: 407 325 407 224 192 214 192 113\nFore\n192 337 m 1\n 192 214 l 1\n 407 325 l 1\n 407 336 l 1\n 368 336 346 354 346 386 c 0\n 347 419 367 439 412 436 c 1\n 502 437 l 2\n 546 437 568 420 568 387 c 0\n 569 355 546 337 507 337 c 1\n 507 100 l 1\n 546 100 569 82 568 50 c 0\n 568 17 548 -3 502 0 c 1\n 413 0 l 2\n 368 0 346 17 346 50 c 0\n 346 82 368 100 407 100 c 1\n 407 224 l 1\n 192 113 l 1\n 192 100 l 1\n 231 100 254 82 253 50 c 0\n 253 17 233 -3 187 0 c 1\n 98 0 l 2\n 53 0 31 17 31 50 c 0\n 31 82 53 100 92 100 c 1\n 92 337 l 1\n 53 337 31 355 31 387 c 0\n 31 420 53 438 98 437 c 2\n 186 436 l 2\n 231 435 253 419 253 386 c 0\n 253 354 231 337 192 337 c 1\n178 557 m 2\n 422 557 l 2\n 445 557 457 554 464 546 c 0\n 470 539 475 525 475 517 c 0\n 475 492 455 477 422 477 c 2\n 178 477 l 2\n 153 477 145 479 136 489 c 0\n 130 497 125 509 125 517 c 0\n 125 542 144 557 178 557 c 2\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 816\nWidth: 600\nFlags: HW\nHStem: 0 100<67 92 194 229 373 406 508 533> 483 100<194 229 373 406> 623 120<192 198 394 409>\nVStem: 41 233<528 535> 93 100<100 141 257 483> 136 120<681 688> 326 233<528 535> 344 120<681 688> 407 100<100 325 441 483>\nDStem: 407 441 407 326 193 256 193 141\nFore\n407 326 m 1\n 193 141 l 1\n 193 100 l 1\n 208 100 l 2\n 234 100 244 98 253 91 c 0\n 266 81 274 66 274 50 c 0\n 274 33 265 16 250 7 c 0\n 242 2 229 0 208 0 c 2\n 87 0 l 2\n 63 0 50 3 41 9 c 0\n 29 19 21 35 21 50 c 0\n 21 67 30 84 45 93 c 0\n 54 99 62 100 87 100 c 2\n 93 100 l 1\n 93 483 l 1\n 60 486 41 504 41 533 c 0\n 41 550 50 567 65 576 c 0\n 74 582 82 583 107 583 c 2\n 208 583 l 2\n 235 583 244 581 253 574 c 0\n 266 564 274 549 274 533 c 0\n 274 516 265 499 250 490 c 0\n 241 485 232 483 208 483 c 2\n 193 483 l 1\n 193 256 l 1\n 407 441 l 1\n 407 483 l 1\n 392 483 l 2\n 366 483 357 485 347 492 c 0\n 334 502 326 517 326 533 c 0\n 326 550 335 567 350 576 c 0\n 359 582 367 583 392 583 c 2\n 493 583 l 2\n 520 583 529 581 539 574 c 0\n 551 564 559 549 559 533 c 0\n 559 504 540 486 507 483 c 1\n 507 100 l 1\n 513 100 l 2\n 540 100 549 98 558 91 c 0\n 571 81 579 66 579 50 c 0\n 579 33 570 16 555 7 c 0\n 547 2 534 0 513 0 c 2\n 392 0 l 2\n 368 0 356 3 347 9 c 0\n 334 19 326 35 326 50 c 0\n 326 67 335 84 350 93 c 0\n 359 99 368 100 392 100 c 2\n 407 100 l 1\n 407 326 l 1\n196 743 m 0\n 230 743 256 716 256 682 c 0\n 256 650 229 623 196 623 c 0\n 163 623 136 650 136 683 c 0\n 136 716 163 743 196 743 c 0\n404 743 m 0\n 438 743 464 716 464 682 c 0\n 464 650 437 623 404 623 c 0\n 371 623 344 650 344 683 c 0\n 344 716 371 743 404 743 c 0\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 817\nWidth: 600\nFlags: HW\nHStem: 0 21G<98 187 413 502> 0 100<91 91 192.031 207.325 399 406 507.031 522.093> 337 99<79 91 193 198 391.722 406.969 508 511> 477 120<186 198 399 414>\nVStem: 31 222<48 50 50.0314 61.2516 384 389> 92 100<100 113 215 337> 136 120<528 544> 344 120<528 544> 346 222<48 50 50.0314 61.2516 374.748 386> 407 100<100 223 325 336>\nDStem: 407 325 407 224 192 214 192 113\nFore\n192 337 m 1\n 192 214 l 1\n 407 325 l 1\n 407 336 l 1\n 368 336 346 354 346 386 c 0\n 347 419 367 439 412 436 c 1\n 502 437 l 2\n 546 437 568 420 568 387 c 0\n 569 355 546 337 507 337 c 1\n 507 100 l 1\n 546 100 569 82 568 50 c 0\n 568 17 548 -3 502 0 c 1\n 413 0 l 2\n 368 0 346 17 346 50 c 0\n 346 82 368 100 407 100 c 1\n 407 224 l 1\n 192 113 l 1\n 192 100 l 1\n 231 100 254 82 253 50 c 0\n 253 17 233 -3 187 0 c 1\n 98 0 l 2\n 53 0 31 17 31 50 c 0\n 31 82 53 100 92 100 c 1\n 92 337 l 1\n 53 337 31 355 31 387 c 0\n 31 420 53 438 98 437 c 2\n 186 436 l 2\n 231 435 253 419 253 386 c 0\n 253 354 231 337 192 337 c 1\n196 597 m 0\n 230 597 256 570 256 536 c 0\n 256 504 229 477 196 477 c 0\n 163 477 136 504 136 537 c 0\n 136 570 163 597 196 597 c 0\n404 597 m 0\n 438 597 464 570 464 536 c 0\n 464 504 437 477 404 477 c 0\n 371 477 344 504 344 537 c 0\n 344 570 371 597 404 597 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 818\nWidth: 600\nFlags: HW\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 136 120<666.5 699> 344 120<666.5 699> 479 100<234 335>\nRef: 168 168 N 1 0 0 1 0 89\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 819\nWidth: 600\nFlags: HW\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 136 120<520.5 553> 344 120<520.5 553> 458 100<179.5 254>\nRef: 168 168 N 1 0 0 1 0 -57\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 820\nWidth: 600\nFlags: HW\nHStem: -14 100<293 309> 237 100<129 472> 497 100<293 309>\nVStem: 21 558<274 306>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n473 237 m 1\n 128 237 l 1\n 149 150 218 86 300 86 c 0\n 381 86 452 151 473 237 c 1\n474 337 m 1\n 456 429 385 497 300 497 c 0\n 215 497 144 428 125 337 c 1\n 474 337 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 821\nWidth: 600\nFlags: HW\nHStem: -16 100<282 314> 178 80<150 450> 350 100<282 314>\nVStem: 42 516<208 224>\nFore\n303 450 m 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 0\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n451 258 m 1\n 431 312 372 350 302 350 c 0\n 228 350 169 313 149 258 c 1\n 451 258 l 1\n451 178 m 1\n 149 178 l 1\n 168 123 227 84 300 84 c 0\n 373 84 432 123 451 178 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 822\nWidth: 600\nFlags: HW\nHStem: -14 100<293 309> 237 100<129 472> 497 100<293 309> 623 120<185.067 198 393.067 406>\nVStem: 21 558<274 306> 136 120<674 690> 344 120<674 690>\nFore\n300 597 m 0\n 367 597 432 570 485 520 c 0\n 548 460 579 383 579 287 c 0\n 579 123 452 -14 300 -14 c 0\n 146 -14 21 123 21 292 c 0\n 21 460 146 597 300 597 c 0\n473 237 m 1\n 128 237 l 1\n 149 150 218 86 300 86 c 0\n 381 86 452 151 473 237 c 1\n474 337 m 1\n 456 429 385 497 300 497 c 0\n 215 497 144 428 125 337 c 1\n 474 337 l 1\n196 743 m 0\n 230 743 256 716 256 682 c 0\n 256 650 229 623 196 623 c 0\n 163 623 136 650 136 683 c 0\n 136 716 163 743 196 743 c 0\n404 743 m 0\n 438 743 464 716 464 682 c 0\n 464 650 437 623 404 623 c 0\n 371 623 344 650 344 683 c 0\n 344 716 371 743 404 743 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 823\nWidth: 600\nFlags: HW\nHStem: -16 100<282 314> 178 80<150 450> 350 100<282 314> 477 120<186 202 394 410>\nVStem: 42 516<208 224> 136 120<528 544> 344 120<528 544>\nFore\n303 450 m 0\n 444 450 558 346 558 217 c 0\n 558 87 444 -16 300 -16 c 0\n 156 -16 42 87 42 217 c 0\n 42 349 155 450 303 450 c 0\n451 258 m 1\n 431 312 372 350 302 350 c 0\n 228 350 169 313 149 258 c 1\n 451 258 l 1\n451 178 m 1\n 149 178 l 1\n 168 123 227 84 300 84 c 0\n 373 84 432 123 451 178 c 1\n196 597 m 0\n 230 597 256 570 256 536 c 0\n 256 504 229 477 196 477 c 0\n 163 477 136 504 136 537 c 0\n 136 570 163 597 196 597 c 0\n404 597 m 0\n 438 597 464 570 464 536 c 0\n 464 504 437 477 404 477 c 0\n 371 477 344 504 344 537 c 0\n 344 570 371 597 404 597 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 824\nWidth: 600\nFlags: HW\nHStem: -14 100<249 293> 241 100<242 463> 367 216<98 102> 497 100<271 306> 623 120<186 206 402 406>\nVStem: 136 120<674 690> 184 382<281.534 293> 344 120<674 690>\nFore\n466 241 m 1\n 250 241 l 2\n 226 241 212 244 204 250 c 0\n 192 260 184 276 184 291 c 0\n 184 308 192 325 208 334 c 1\n 216 340 224 341 250 341 c 2\n 464 341 l 1\n 452 432 383 497 290 497 c 0\n 256 497 220 488 192 473 c 0\n 164 457 154 444 148 420 c 1\n 144 396 142 389 134 381 c 0\n 126 373 112 367 100 367 c 0\n 84 367 68 375 58 388 c 0\n 52 397 50 408 50 433 c 2\n 50 517 l 2\n 50 542 50 550 56 559 c 0\n 66 574 82 583 100 583 c 0\n 116 583 128 577 142 559 c 1\n 152 563 l 2\n 208 586 242 597 294 597 c 0\n 448 597 566 475 566 315 c 2\n 566 249 l 2\n 566 97 442 -14 272 -14 c 0\n 200 -14 132 4 88 36 c 0\n 54 60 34 86 34 109 c 0\n 34 136 58 159 84 159 c 0\n 98 159 110 154 120 143 c 0\n 148 115 148 115 158 109 c 0\n 184 94 224 86 268 86 c 0\n 384 86 461 147 466 241 c 1\n196 743 m 0\n 230 743 256 716 256 682 c 0\n 256 650 229 623 196 623 c 0\n 163 623 136 650 136 683 c 0\n 136 716 163 743 196 743 c 0\n404 743 m 0\n 438 743 464 716 464 682 c 0\n 464 650 437 623 404 623 c 0\n 371 623 344 650 344 683 c 0\n 344 716 371 743 404 743 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 825\nWidth: 600\nFlags: HW\nHStem: -16 100<251 302> 157 100<251 445> 350 100<279 316> 477 120<188 204 396 412>\nVStem: 136 120<528 544> 192 364<195.748 209> 344 120<528 544>\nFore\n446 157 m 1\n 252 157 l 2\n 214 157 192 175 192 207 c 0\n 192 240 214 258 258 257 c 2\n 448 257 l 1\n 427.329 313.107 377.088 350 300 350 c 0\n 256 350 220 341 194 325 c 0\n 180 316 174 307 170 289 c 0\n 166 267 164 261 156 255 c 1\n 148 247 132 241 120 241 c 0\n 104 241 88 249 78 262 c 0\n 72 271 70 281 70 307 c 2\n 70 384 l 2\n 70 430 84 450 118 450 c 0\n 138 450 150 441 156 420 c 1\n 194 440 242 450 300 450 c 0\n 450 450 556 350 556 207 c 0\n 556 146 534 93 494 53 c 0\n 446 5 384 -16 286 -16 c 0\n 214 -16 150 -4 108 16 c 1\n 68 37 44 63 44 89 c 0\n 44 117 68 140 94 140 c 0\n 106 140 116 136 124 128 c 1\n 150 107 156 103 174 97 c 0\n 198 89 240 84 280 84 c 0\n 370 84 426 108 446 157 c 1\n196 597 m 0\n 230 597 256 570 256 536 c 0\n 256 504 229 477 196 477 c 0\n 163 477 136 504 136 537 c 0\n 136 570 163 597 196 597 c 0\n404 597 m 0\n 438 597 464 570 464 536 c 0\n 464 504 437 477 404 477 c 0\n 371 477 344 504 344 537 c 0\n 344 570 371 597 404 597 c 0\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 826\nWidth: 600\nFlags: HW\nHStem: 0 21G<184 294> 1 99<164 176> 563 20G<86 178 424 514> 623 80<164 426>\nVStem: 20 224<528 535> 118 242<48 52> 125 350<656 665> 356 224<528 535>\nDStem: 244 216 522 483 176 100 306 100 394 484 522 483 300 312 306 100\nFore\n20 533 m 0\n 20 568.403 50.3242 583 86 583 c 2\n 178 583 l 2\n 206 583 214 581 224 574 c 0\n 236 564 244 549 244 533 c 0\n 244 511 236 498 206 484 c 1\n 300 312 l 1\n 394 484 l 1\n 366 498 356 511 356 533 c 0\n 356 563.213 377.379 583 424 583 c 2\n 514 583 l 2\n 540 583 548 581 558 574 c 0\n 572 564 580 549 580 533 c 0\n 580 502 558 484 522 483 c 1\n 306 100 l 1\n 340 98 360 80 360 50 c 0\n 360 33 352 16 336 7 c 0\n 328 2 316 0 294 0 c 2\n 184 0 l 2\n 160 0 148 3 138 9 c 1\n 126 19 118 34 118 50 c 0\n 118 81 140 100 176 100 c 1\n 244 216 l 1\n 78 483 l 1\n 42 485 20 503 20 533 c 0\n178 703 m 2\n 422 703 l 2\n 445 703 457 700 464 692 c 0\n 470 685 475 671 475 663 c 0\n 475 638 455 623 422 623 c 2\n 178 623 l 2\n 153 623 145 625 136 635 c 0\n 130 643 125 655 125 663 c 0\n 125 688 144 703 178 703 c 2\nEndSplineSet\nMinimumDistance: x12,-1 x8,12 x20,15 \nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 827\nWidth: 600\nFlags: HW\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526> 477 80<178 422>\nRef: 175 175 N 1 0 0 1 0 -69\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 828\nWidth: 600\nFlags: HW\nHStem: 0 21G<184 294> 1 99<164 176> 563 20G<86 178 424 514> 623 120<186 206 394 406>\nVStem: 20 224<528 535> 118 242<48 52> 136 120<681 688> 344 120<681 688> 356 224<528 535>\nDStem: 244 216 522 483 176 100 306 100 394 484 522 483 300 312 306 100\nFore\n20 533 m 0\n 20 568.403 50.3242 583 86 583 c 2\n 178 583 l 2\n 206 583 214 581 224 574 c 0\n 236 564 244 549 244 533 c 0\n 244 511 236 498 206 484 c 1\n 300 312 l 1\n 394 484 l 1\n 366 498 356 511 356 533 c 0\n 356 563.213 377.379 583 424 583 c 2\n 514 583 l 2\n 540 583 548 581 558 574 c 0\n 572 564 580 549 580 533 c 0\n 580 502 558 484 522 483 c 1\n 306 100 l 1\n 340 98 360 80 360 50 c 0\n 360 33 352 16 336 7 c 0\n 328 2 316 0 294 0 c 2\n 184 0 l 2\n 160 0 148 3 138 9 c 1\n 126 19 118 34 118 50 c 0\n 118 81 140 100 176 100 c 1\n 244 216 l 1\n 78 483 l 1\n 42 485 20 503 20 533 c 0\n196 743 m 0\n 230 743 256 716 256 682 c 0\n 256 650 229 623 196 623 c 0\n 163 623 136 650 136 683 c 0\n 136 716 163 743 196 743 c 0\n404 743 m 0\n 438 743 464 716 464 682 c 0\n 464 650 437 623 404 623 c 0\n 371 623 344 650 344 683 c 0\n 344 716 371 743 404 743 c 0\nEndSplineSet\nMinimumDistance: x12,-1 x8,12 x20,15 \nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 829\nWidth: 600\nFlags: HW\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526>\nVStem: 136 120<520.5 553> 344 120<520.5 553>\nRef: 168 168 N 1 0 0 1 0 -57\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 830\nWidth: 600\nFlags: HW\nHStem: 0 21G<184 294> 1 99<164 176> 563 20G<86 178 424 514>\nVStem: 20 224<528 535> 118 242<48 52> 356 224<528 535>\nDStem: 244 216 522 483 176 100 306 100 248 806 291 749 146 696 189 639 394 484 522 483 300 312 306 100 412 806 455 749 310 696 353 639\nFore\n20 533 m 0\n 20 568.403 50.3242 583 86 583 c 2\n 178 583 l 2\n 206 583 214 581 224 574 c 0\n 236 564 244 549 244 533 c 0\n 244 511 236 498 206 484 c 1\n 300 312 l 1\n 394 484 l 1\n 366 498 356 511 356 533 c 0\n 356 563.213 377.379 583 424 583 c 2\n 514 583 l 2\n 540 583 548 581 558 574 c 0\n 572 564 580 549 580 533 c 0\n 580 502 558 484 522 483 c 1\n 306 100 l 1\n 340 98 360 80 360 50 c 0\n 360 33 352 16 336 7 c 0\n 328 2 316 0 294 0 c 2\n 184 0 l 2\n 160 0 148 3 138 9 c 1\n 126 19 118 34 118 50 c 0\n 118 81 140 100 176 100 c 1\n 244 216 l 1\n 78 483 l 1\n 42 485 20 503 20 533 c 0\n291 749 m 2\n 189 639 l 2\n 180 629 169 623 160 623 c 0\n 142 623 125 641 125 660 c 0\n 125 671 126 673 146 696 c 1\n 248 806 l 2\n 259 817 266 821 277 821 c 0\n 295 821 311 804 311 785 c 0\n 311 774 306 765 291 749 c 2\n455 749 m 2\n 353 639 l 2\n 343 629 333 623 324 623 c 0\n 306 623 289 641 289 660 c 0\n 289 671 290 673 310 696 c 1\n 412 806 l 2\n 422 817 430 821 441 821 c 0\n 459 821 475 804 475 785 c 0\n 475 774 470 765 455 749 c 2\nEndSplineSet\nMinimumDistance: x12,-1 x8,12 x20,15 \nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 831\nWidth: 600\nFlags: HW\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526>\nDStem: 248 660 291 603 146 550 189 493 412 660 455 603 310 550 353 493\nRef: 733 733 N 1 0 0 1 0 -19\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 832\nWidth: 600\nFlags: HW\nHStem: 0 100<358 389 491 502> 170 100<271 294> 483 100<191 214 358 389> 623 120<189 206 393.067 406>\nVStem: 38 234<528 535> 90 100<308 483> 136 120<681 688> 308 234<528 535> 344 120<681 688> 390 100<100 207 308 483>\nFore\n390 208 m 1\n 363 185 329 170 284 170 c 0\n 190 170 96 185 90 305 c 1\n 90 483 l 1\n 58 486 38 504 38 533 c 0\n 38 550 48 567 62 576 c 0\n 72 582 80 583 104 583 c 2\n 206 583 l 2\n 232 583 242 581 250 574 c 0\n 264 564 272 549 272 533 c 0\n 272 516 262 499 248 490 c 0\n 238 485 230 483 206 483 c 2\n 190 483 l 1\n 190 308 l 1\n 202 282 247 270 290 270 c 0\n 333 270 369 282 390 308 c 1\n 390 483 l 1\n 374 483 l 2\n 348 483 340 485 330 492 c 0\n 316 502 308 517 308 533 c 0\n 308 550 318 567 332 576 c 0\n 342 582 350 583 374 583 c 2\n 476 583 l 2\n 502 583 512 581 522 574 c 0\n 534 564 542 549 542 533 c 0\n 542 504 522 486 490 483 c 1\n 490 100 l 1\n 496 100 l 2\n 522 100 532 98 540 91 c 0\n 554 81 562 66 562 50 c 0\n 562 33 552 16 538 7 c 0\n 530 2 516 0 496 0 c 2\n 374 0 l 2\n 350 0 338 3 330 9 c 0\n 316 19 308 35 308 50 c 0\n 308 67 318 84 332 93 c 0\n 342 99 350 100 374 100 c 2\n 390 100 l 1\n 390 208 l 1\n196 743 m 0\n 230 743 256 716 256 682 c 0\n 256 650 229 623 196 623 c 0\n 163 623 136 650 136 683 c 0\n 136 716 163 743 196 743 c 0\n404 743 m 0\n 438 743 464 716 464 682 c 0\n 464 650 437 623 404 623 c 0\n 371 623 344 650 344 683 c 0\n 344 716 371 743 404 743 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 833\nWidth: 600\nFlags: HW\nHStem: 0 436<395 485> 0 100<385 389 490.031 505.093> 111 97<289 305> 337 99<97 109 211 211 374.907 389.969 491 497> 477 120<193 206 394 406>\nVStem: 110 100<251 337> 136 120<528 544> 344 120<528 544> 390 100<100 140 251 336>\nFore\n210 337 m 1\n 210 252 l 2\n 210 218 260 208 300 208 c 0\n 340 208 390 231 390 252 c 2\n 390 336 l 1\n 351 336 328 354 329 386 c 0\n 330 419 349 439 395 436 c 1\n 485 437 l 2\n 528 437 550 420 551 387 c 0\n 552 355 529 337 490 337 c 1\n 490 100 l 1\n 529 100 552 82 551 50 c 0\n 550 17 531 -3 485 0 c 1\n 396 0 l 2\n 351 0 329 17 329 50 c 0\n 329 82 351 100 390 100 c 1\n 390 141 l 1\n 370 122 339 111 302 111 c 0\n 202 111 110 135 110 252 c 2\n 110 337 l 1\n 71 337 49 355 49 387 c 0\n 49 420 71 438 116 437 c 2\n 204 436 l 2\n 249 435 271 419 271 386 c 0\n 271 354 249 337 210 337 c 1\n196 597 m 0\n 230 597 256 570 256 536 c 0\n 256 504 229 477 196 477 c 0\n 163 477 136 504 136 537 c 0\n 136 570 163 597 196 597 c 0\n404 597 m 0\n 438 597 464 570 464 536 c 0\n 464 504 437 477 404 477 c 0\n 371 477 344 504 344 537 c 0\n 344 570 371 597 404 597 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04F6\nEncoding: 1270 1270 834\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni04F7\nEncoding: 1271 1271 835\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 836\nWidth: 600\nFlags: HW\nHStem: 0 100<27 46 148 218 459 460 562 571> 283 100<148 215> 483 100<27 46 148 187 443 460 561.016 579.601> 623 120<187 203 395 411>\nVStem: -21 260<528 535> 47 100<101 282 383 483> 136 120<681 688> 311 106<188 194> 344 120<681 688> 461 100<100 483>\nFore\n561 483 m 1\n 561 100 l 1\n 584 100 595 98 601 91 c 1\n 615 81 621 66 621 50 c 0\n 621 17 599 0 555 0 c 2\n 466 0 l 2\n 442 0 430 3 422 10 c 1\n 408 19 400 35 400 50 c 0\n 400 67 410 84 424 93 c 1\n 430 100 440 100 461 100 c 1\n 461 483 l 1\n 440 483 427 484 422 492 c 1\n 408 502 400 517 400 533 c 0\n 400 550 410 567 424 576 c 0\n 434 582 440 583 466 583 c 2\n 555 583 l 2\n 583 583 591 581 601 574 c 0\n 615 564 621 549 621 533 c 0\n 621 516 613 499 597 490 c 1\n 592 485 581 483 561 483 c 1\n147 383 m 1\n 179 383 l 2\n 273 383 323 366 367 317 c 0\n 399 282 417 235 417 189 c 0\n 417 78 327 0 199 0 c 2\n 45 0 l 2\n 19 0 11 1 3 7 c 1\n -13 16 -21 33 -21 50 c 0\n -21 65 -13 81 -1 91 c 1\n 6 99 24 100 47 100 c 1\n 47 483 l 1\n 27 483 8 483 3 490 c 1\n -13 499 -21 516 -21 533 c 0\n -21 548 -13 564 -1 573 c 0\n 7 580 21 583 45 583 c 2\n 173 583 l 2\n 193 583 207 580 215 576 c 0\n 229 567 239 550 239 533 c 0\n 239 517 231 502 217 492 c 0\n 207 485 199 483 173 483 c 2\n 147 483 l 1\n 147 383 l 1\n147 100 m 1\n 199 100 l 2\n 269 100 311 135 311 192 c 0\n 311 248 269 283 199 283 c 2\n 147 283 l 1\n 147 100 l 1\n196 743 m 0\n 230 743 256 716 256 682 c 0\n 256 650 229 623 196 623 c 0\n 163 623 136 650 136 683 c 0\n 136 716 163 743 196 743 c 0\n404 743 m 0\n 438 743 464 716 464 682 c 0\n 464 650 437 623 404 623 c 0\n 371 623 344 650 344 683 c 0\n 344 716 371 743 404 743 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 837\nWidth: 600\nFlags: HW\nHStem: 0 100<52 52 153.125 231 456 456 558 558> 180 100<153.125 215> 417 20G<59 147> 477 120<185.067 206 394 408>\nVStem: 53 100<101 179 280 337> 136 120<528 544> 292 102<136 145> 344 120<528 544> 406 202<48 50 50.0314 64.4753 371.525 386> 457 100<100 336>\nFore\n153 337 m 1\n 153 280 l 1\n 206 280 l 2\n 348 280 392 241 394 143 c 1\n 392 8 273 0 227 0 c 2\n 59 0 l 2\n 13 0 -9 17 -9 50 c 0\n -9 82 13 100 53 100 c 1\n 53 337 l 1\n 13 337 -9 355 -9 387 c 0\n -9 420 11 437 59 437 c 2\n 147 437 l 2\n 194 437 213 420 213 387 c 0\n 213 355 191 337 153 337 c 1\n153 100 m 1\n 259 100 294 97 292 136 c 1\n 292 180 251 180 153 180 c 1\n 153 100 l 1\n457 336 m 1\n 418 336 406 354 406 386 c 0\n 407 419 427 435 472 436 c 2\n 542 437 l 2\n 586 438 608 420 608 387 c 0\n 609 355 596 337 557 337 c 1\n 557 100 l 1\n 596 100 609 82 608 50 c 0\n 608 17 587 0 542 0 c 2\n 473 0 l 2\n 428 0 406 17 406 50 c 0\n 406 82 418 100 457 100 c 1\n 457 336 l 1\n196 597 m 0\n 230 597 256 570 256 536 c 0\n 256 504 229 477 196 477 c 0\n 163 477 136 504 136 537 c 0\n 136 570 163 597 196 597 c 0\n404 597 m 0\n 438 597 464 570 464 536 c 0\n 464 504 437 477 404 477 c 0\n 371 477 344 504 344 537 c 0\n 344 570 371 597 404 597 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii57799\nEncoding: 1456 1456 838\nWidth: 600\nFlags: HW\nHStem: -236 58<298 304> -119 59<298 304>\nFore\n300 -178 m 0\n 316 -178 329 -191 329 -207 c 0\n 329 -223 316 -236 300 -236 c 0\n 284 -236 271 -223 271 -207 c 0\n 271 -191 284 -178 300 -178 c 0\n300 -60 m 0\n 316 -60 329 -73 329 -89 c 0\n 329 -106 316 -119 300 -119 c 0\n 284 -119 271 -106 271 -89 c 0\n 271 -73 284 -60 300 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57801\nEncoding: 1457 1457 839\nWidth: 600\nFlags: HW\nHStem: -236 58<239 243 416 426> -119 59<180 186 296 302 416 426>\nVStem: 153 59<-93 -87> 212 59<-209 -203> 271 58<-93 -87> 388 59<-209 -203 -93 -87>\nFore\n241 -178 m 0\n 257 -178 271 -191 271 -207 c 0\n 271 -223 257 -236 241 -236 c 0\n 225 -236 212 -223 212 -207 c 0\n 212 -191 225 -178 241 -178 c 0\n182 -60 m 0\n 199 -60 212 -73 212 -89 c 0\n 212 -106 199 -119 182 -119 c 0\n 166 -119 153 -106 153 -89 c 0\n 153 -73 166 -60 182 -60 c 0\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\n418 -60 m 0\n 434 -60 447 -73 447 -89 c 0\n 447 -106 434 -119 418 -119 c 0\n 401 -119 388 -106 388 -89 c 0\n 388 -73 401 -60 418 -60 c 0\n300 -60 m 0\n 316 -60 329 -73 329 -89 c 0\n 329 -106 316 -119 300 -119 c 0\n 284 -119 271 -106 271 -89 c 0\n 271 -73 284 -60 300 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57800\nEncoding: 1458 1458 840\nWidth: 600\nFlags: HW\nHStem: -236 58<416 426> -101 41<168 314>\nVStem: 388 59<-209 -203 -93 -87>\nFore\n174 -60 m 2\n 308 -60 l 2\n 320 -60 329 -69 329 -80 c 0\n 329 -92 320 -101 308 -101 c 2\n 174 -101 l 2\n 162 -101 153 -92 153 -80 c 0\n 153 -69 162 -60 174 -60 c 2\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\n418 -60 m 0\n 434 -60 447 -73 447 -89 c 0\n 447 -106 434 -119 418 -119 c 0\n 401 -119 388 -106 388 -89 c 0\n 388 -73 401 -60 418 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57802\nEncoding: 1459 1459 841\nWidth: 600\nFlags: HW\nHStem: -236 58<416 425> -101 41<167 219 259 313>\nVStem: 219 41<-207 -101> 388 59<-209 -200 -93 -87>\nFore\n219 -101 m 1\n 173 -101 l 2\n 162 -101 152 -92 152 -80 c 0\n 152 -69 162 -60 173 -60 c 2\n 308 -60 l 2\n 320 -60 329 -69 329 -80 c 0\n 329 -92 320 -101 308 -101 c 2\n 260 -101 l 1\n 260 -200 l 2\n 260 -211 251 -220 240 -220 c 0\n 228 -220 219 -211 219 -200 c 2\n 219 -101 l 1\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\n418 -60 m 0\n 434 -60 447 -73 447 -89 c 0\n 447 -106 434 -119 418 -119 c 0\n 401 -119 388 -106 388 -89 c 0\n 388 -73 401 -60 418 -60 c 0\nEndSplineSet\nMinimumDistance: y0,8 y0,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii57793\nEncoding: 1460 1460 842\nWidth: 600\nFlags: HW\nFore\n300 -60 m 0\n 316 -60 329 -73 329 -89 c 0\n 329 -106 316 -119 300 -119 c 0\n 284 -119 271 -106 271 -89 c 0\n 271 -73 284 -60 300 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57794\nEncoding: 1461 1461 843\nWidth: 600\nFlags: HW\nVStem: 212 59<-91 -87> 329 59<-91 -87>\nFore\n241 -60 m 0\n 257 -60 271 -73 271 -89 c 0\n 271 -106 257 -119 241 -119 c 0\n 225 -119 212 -106 212 -89 c 0\n 212 -73 225 -60 241 -60 c 0\n359 -60 m 0\n 375 -60 388 -73 388 -89 c 0\n 388 -106 375 -119 359 -119 c 0\n 343 -119 329 -106 329 -89 c 0\n 329 -73 343 -60 359 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57795\nEncoding: 1462 1462 844\nWidth: 600\nFlags: HW\nHStem: -236 58<298 302> -119 59<239 245 355 361>\nVStem: 212 59<-93 -87> 271 58<-209 -203> 329 59<-93 -87>\nFore\n300 -178 m 0\n 316 -178 329 -191 329 -207 c 0\n 329 -223 316 -236 300 -236 c 0\n 284 -236 271 -223 271 -207 c 0\n 271 -191 284 -178 300 -178 c 0\n241 -60 m 0\n 257 -60 271 -73 271 -89 c 0\n 271 -106 257 -119 241 -119 c 0\n 225 -119 212 -106 212 -89 c 0\n 212 -73 225 -60 241 -60 c 0\n359 -60 m 0\n 375 -60 388 -73 388 -89 c 0\n 388 -106 375 -119 359 -119 c 0\n 343 -119 329 -106 329 -89 c 0\n 329 -73 343 -60 359 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57798\nEncoding: 1463 1463 845\nWidth: 600\nFlags: HW\nHStem: -101 41<227 373>\nFore\n233 -60 m 2\n 368 -60 l 2\n 379 -60 388 -69 388 -80 c 0\n 388 -92 379 -101 368 -101 c 2\n 233 -101 l 2\n 222 -101 212 -92 212 -80 c 0\n 212 -69 222 -60 233 -60 c 2\nEndSplineSet\nEndChar\nStartChar: afii57797\nEncoding: 1464 1464 846\nWidth: 600\nFlags: HW\nHStem: -101 41<227 279 319 373>\nVStem: 279 41<-205 -101>\nFore\n279 -101 m 1\n 233 -101 l 2\n 222 -101 212 -92 212 -80 c 0\n 212 -69 222 -60 233 -60 c 2\n 368 -60 l 2\n 380 -60 389 -69 389 -80 c 0\n 389 -92 380 -101 368 -101 c 2\n 320 -101 l 1\n 320 -200 l 2\n 320 -211 311 -220 300 -220 c 0\n 288 -220 279 -211 279 -200 c 2\n 279 -101 l 1\nEndSplineSet\nMinimumDistance: y0,8 y0,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii57806\nEncoding: 1465 1465 847\nWidth: 600\nFlags: HW\nFore\n0 599 m 0\n 16 599 29 586 29 569 c 0\n 29 553 16 540 0 540 c 0\n -16 540 -29 553 -29 569 c 0\n -29 586 -16 599 0 599 c 0\nEndSplineSet\nEndChar\nStartChar: afii57796\nEncoding: 1467 1467 848\nWidth: 600\nFlags: HW\nHStem: -236 58<416 426> -178 59<296 302> -119 59<180 186>\nVStem: 153 59<-93 -87> 271 58<-150 -146> 388 59<-209 -203>\nFore\n300 -119 m 0\n 316 -119 329 -132 329 -148 c 0\n 329 -164 316 -178 300 -178 c 0\n 284 -178 271 -164 271 -148 c 0\n 271 -132 284 -119 300 -119 c 0\n182 -60 m 0\n 199 -60 212 -73 212 -89 c 0\n 212 -106 199 -119 182 -119 c 0\n 166 -119 153 -106 153 -89 c 0\n 153 -73 166 -60 182 -60 c 0\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\nEndSplineSet\nEndChar\nStartChar: afii57807\nEncoding: 1468 1468 849\nWidth: 600\nFlags: HW\nFore\n300 270 m 0\n 316 270 329 257 329 241 c 0\n 329 224 316 211 300 211 c 0\n 284 211 271 224 271 241 c 0\n 271 257 284 270 300 270 c 0\nEndSplineSet\nEndChar\nStartChar: afii57839\nEncoding: 1469 1469 850\nWidth: 600\nFlags: HW\nVStem: 280 40<-221 -75>\nFore\n280 -216 m 2\n 280 -80 l 2\n 280 -69 289 -60 300 -60 c 0\n 311 -60 320 -69 320 -80 c 2\n 320 -216 l 2\n 320 -227 311 -236 300 -236 c 0\n 289 -236 280 -227 280 -216 c 2\nEndSplineSet\nEndChar\nStartChar: afii57645\nEncoding: 1470 1470 851\nWidth: 600\nFlags: HW\nHStem: 380 100<107 492>\nFore\n110 480 m 2\n 490 480 l 2\n 518 480 540 458 540 430 c 0\n 540 402 518 380 490 380 c 2\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\nEndSplineSet\nEndChar\nStartChar: afii57841\nEncoding: 1471 1471 852\nWidth: 600\nFlags: HW\nHStem: 540 41<227 373>\nFore\n233 581 m 2\n 368 581 l 2\n 379 581 388 572 388 560 c 0\n 388 549 379 540 368 540 c 2\n 233 540 l 2\n 222 540 212 549 212 560 c 0\n 212 572 222 581 233 581 c 2\nEndSplineSet\nEndChar\nStartChar: afii57842\nEncoding: 1472 1472 853\nWidth: 600\nFlags: HW\nVStem: 250 100<-106 568>\nFore\n350 556 m 2\n 350 -87 l 2\n 350 -112 348 -122 341 -132 c 0\n 331 -145 316 -153 300 -153 c 0\n 283 -153 267 -144 257 -129 c 0\n 252 -121 250 -110 250 -87 c 2\n 250 556 l 2\n 250 582 252 592 259 602 c 0\n 269 614 284 622 300 622 c 0\n 317 622 334 613 343 598 c 0\n 348 589 350 580 350 556 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57804\nEncoding: 1473 1473 854\nWidth: 600\nFlags: HW\nFore\n549 599 m 0\n 565 599 578 586 578 569 c 0\n 578 553 565 540 549 540 c 0\n 532 540 519 553 519 569 c 0\n 519 586 532 599 549 599 c 0\nEndSplineSet\nEndChar\nStartChar: afii57803\nEncoding: 1474 1474 855\nWidth: 600\nFlags: HW\nFore\n79 599 m 0\n 95 599 108 586 108 569 c 0\n 108 553 95 540 79 540 c 0\n 62 540 49 553 49 569 c 0\n 49 586 62 599 79 599 c 0\nEndSplineSet\nEndChar\nStartChar: afii57658\nEncoding: 1475 1475 856\nWidth: 600\nFlags: HW\nHStem: -15 132<288 311> 304 133<288 311>\nFore\n309 -15 m 2\n 291 -15 l 2\n 255 -15 225 15 225 51 c 0\n 225 87 255 117 291 117 c 2\n 309 117 l 2\n 346 117 375 88 375 51 c 0\n 375 14 346 -15 309 -15 c 2\n309 304 m 2\n 291 304 l 2\n 255 304 225 334 225 370 c 0\n 225 407 255 437 291 437 c 2\n 309 437 l 2\n 346 437 375 408 375 370 c 0\n 375 333 346 304 309 304 c 2\nEndSplineSet\nEndChar\nStartChar: uni05C4\nEncoding: 1476 1476 857\nWidth: 600\nFlags: HW\nFore\n275 734 m 0\n 292 734 305 721 305 704 c 0\n 305 687 292 674 275 674 c 0\n 258 674 245 687 245 704 c 0\n 245 721 258 734 275 734 c 0\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 858\nWidth: 600\nFlags: HW\nHStem: 0 21G<60 173> 380 100<416.788 440>\nVStem: 60 163<47 53> 377 163<419.788 433>\nDStem: 75 395 145 465 150 319 374 237 225 244 145 465 455 15 374 237 225 244 448 162 455 15 525 85\nFore\n374 237 m 1\n 421 259 442 278 440 303 c 1\n 440 380 l 1\n 427 380 l 2\n 399 380 377 402 377 430 c 0\n 377 458 399 480 427 480 c 2\n 540 480 l 1\n 540 303 l 1\n 538 230 495 190 448 162 c 1\n 525 85 l 2\n 545 66 545 34 525 15 c 1\n 506 -5 474 -5 455 15 c 1\n 225 244 l 1\n 178 223 159 207 160 177 c 1\n 160 100 l 1\n 173 100 l 2\n 201 100 223 78 223 50 c 0\n 223 22 201 0 173 0 c 2\n 60 0 l 1\n 60 177 l 1\n 61 250 104 292 150 319 c 1\n 75 395 l 1\n 55 414 55 446 75 465 c 1\n 94 485 126 485 145 465 c 1\n 374 237 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 859\nWidth: 600\nFlags: HW\nHStem: 0 100<107 345 444 492> 380 100<107 268>\nVStem: 345 100<99 321>\nFore\n345 100 m 1\n 345 303 l 1\n 344 344 344 344 328 363 c 1\n 310 379 308 379 268 380 c 2\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 268 480 l 2\n 308 481 360 474 399 434 c 1\n 439 396 446 344 445 303 c 1\n 445 100 l 1\n 490 100 l 2\n 518 100 540 78 540 50 c 0\n 540 22 518 0 490 0 c 2\n 110 0 l 2\n 82 0 60 22 60 50 c 0\n 60 78 82 100 110 100 c 2\n 345 100 l 1\nEndSplineSet\nMinimumDistance: x11,-1 x10,13 x10,11 x0,14 x0,16 \nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 860\nWidth: 600\nFlags: HW\nHStem: 380 100<202 284>\nFore\n345 221 m 1\n 345 303 l 1\n 343 346 345 343 328 363 c 1\n 314 377 298 380 268 380 c 2\n 205 380 l 2\n 177 380 155 402 155 430 c 0\n 155 458 177 480 205 480 c 2\n 268 480 l 2\n 365.169 480 450.745 426.52 445 303 c 1\n 445 183 l 1\n 475 62 l 1\n 482 35 466 8 439 1 c 0\n 412 -5 385 11 378 38 c 1\n 358 121 l 1\n 335 117 307 110 293 101 c 0\n 253 77 249 71 215 22 c 0\n 199 -1 168 -7 145 9 c 0\n 122 24 116 55 132 78 c 0\n 163 125 191 160 244 189 c 0\n 277 207 316 216 345 221 c 1\nEndSplineSet\nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 861\nWidth: 600\nFlags: HW\nHStem: 380 100<107 345 444 492>\nVStem: 345 100<47 380>\nFore\n345 380 m 1\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 490 480 l 2\n 518 480 540 458 540 430 c 0\n 540 402 518 380 490 380 c 2\n 445 380 l 1\n 445 50 l 2\n 445 22 423 0 395 0 c 0\n 367 0 345 22 345 50 c 2\n 345 380 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y0,8 y0,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 862\nWidth: 600\nFlags: HW\nHStem: 380 100<107 363>\nVStem: 95 100<47 224> 440 100<47 321>\nFore\n95 50 m 2\n 95 222 l 2\n 95 250 117 272 145 272 c 0\n 172 272 195 250 195 222 c 2\n 195 50 l 2\n 195 22 172 0 145 0 c 0\n 117 0 95 22 95 50 c 2\n540 303 m 1\n 540 50 l 2\n 540 22 518 0 490 0 c 0\n 462 0 440 22 440 50 c 2\n 440 303 l 1\n 439 344 439 344 423 363 c 1\n 405 379 401 379 363 380 c 2\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 363 480 l 2\n 403 481 455 474 494 434 c 1\n 534 396 541 344 540 303 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 863\nWidth: 600\nFlags: HW\nHStem: 380 100<197 278>\nVStem: 278 100<47 380>\nFore\n378 480 m 1\n 378 50 l 2\n 378 22 356 0 328 0 c 0\n 300 0 278 22 278 50 c 2\n 278 380 l 1\n 200 380 l 2\n 172 380 150 402 150 430 c 0\n 150 458 172 480 200 480 c 2\n 378 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 x4,7 x4,5 \nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 864\nWidth: 600\nFlags: HW\nHStem: 380 100<170 250 349 429>\nVStem: 250 100<47 380>\nFore\n250 380 m 1\n 173 380 l 2\n 146 380 123 402 123 430 c 0\n 123 458 146 480 173 480 c 2\n 427 480 l 2\n 454 480 477 458 477 430 c 0\n 477 402 454 380 427 380 c 2\n 350 380 l 1\n 350 50 l 2\n 350 22 328 0 300 0 c 0\n 272 0 250 22 250 50 c 2\n 250 380 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y0,8 y0,10 x7,4 x7,6 x0,3 x0,1 \nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 865\nWidth: 600\nFlags: HW\nHStem: 380 100<106 118 258 363>\nVStem: 87 100<47 297> 440 100<47 303>\nFore\n259 380 m 1\n 204 325 l 2\n 189 309 188 305 187 297 c 1\n 187 50 l 2\n 187 22 165 0 137 0 c 0\n 110 0 87 22 87 50 c 2\n 87 297 l 1\n 81.7261 346.622 97.1311 359.3 118 380 c 1\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 363 480 l 2\n 403 481 455 474 494 434 c 1\n 534 395 541 344 540 303 c 1\n 540 50 l 2\n 540 22 518 0 490 0 c 0\n 462 0 440 22 440 50 c 2\n 440 303 l 1\n 439 342 439 345 423 363 c 1\n 405 379 402 379 363 380 c 2\n 259 380 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 866\nWidth: 600\nFlags: HW\nHStem: 0 100<284.063 347> 380 100<91 107 417 424>\nVStem: 107 100<176 380> 424 100<176 380>\nDStem: 379 480 418 380 244 333 324 273\nFore\n418 380 m 1\n 324 273 l 1\n 307 251 276 247 254 263 c 0\n 232 280 227 311 244 333 c 1\n 379 480 l 1\n 524 480 l 1\n 524 177 l 1\n 525 138 519 86 478 46 c 1\n 426 -8 366 0 284 0 c 0\n 244 -1 192 6 154 46 c 1\n 113 85 106 137 107 177 c 1\n 107 380 l 1\n 94 380 l 2\n 66 380 44 402 44 430 c 0\n 44 458 66 480 94 480 c 2\n 207 480 l 1\n 207 177 l 1\n 208 139 208 135 224 117 c 1\n 242 101 245 101 284 100 c 2\n 347 100 l 2\n 386 101 389 101 407 117 c 1\n 423 134 423 140 424 177 c 1\n 424 380 l 1\n 418 380 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x11,14 x11,12 \nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 867\nWidth: 600\nFlags: HW\nHStem: 380 100<191 266>\nVStem: 266 100<237 380>\nFore\n366 480 m 1\n 366 240 l 2\n 366 212 344 190 316 190 c 0\n 288 190 266 212 266 240 c 2\n 266 380 l 1\n 194 380 l 2\n 166 380 144 402 144 430 c 0\n 144 458 166 480 194 480 c 2\n 366 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 x4,7 x4,5 \nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 868\nWidth: 600\nFlags: HW\nHStem: 380 100<107 323>\nVStem: 400 100<-153 329>\nFore\n500 303 m 1\n 500 -150 l 2\n 500 -178 478 -200 450 -200 c 0\n 422 -200 400 -178 400 -150 c 2\n 400 303 l 1\n 399 344 399 344 383 363 c 1\n 365 379 361 379 323 380 c 2\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 323 480 l 2\n 363 481 415 474 454 434 c 1\n 494 396 501 344 500 303 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 869\nWidth: 600\nFlags: HW\nHStem: 0 100<107 322> 380 100<107 322>\nVStem: 399 100<176 303>\nFore\n322 0 m 2\n 110 0 l 2\n 82 0 60 22 60 50 c 0\n 60 78 82 100 110 100 c 2\n 322 100 l 2\n 362 101 363 101 382 117 c 1\n 397 134 398 140 399 177 c 1\n 399 303 l 1\n 398 343 398 344 382 363 c 1\n 364 379 360 379 322 380 c 2\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 322 480 l 2\n 362 481 414 474 453 434 c 1\n 520.257 366.513 493.768 285.495 499 177 c 1\n 501.598 75.6977 442.724 -2.9445 322 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 870\nWidth: 600\nFlags: HW\nHStem: 380 100<159 440> 380 249<107 113>\nVStem: 60 100<479 581>\nDStem: 423 275 494 205 233 85 304 15\nFore\n494 205 m 2\n 304 15 l 2\n 284 -5 252 -5 233 15 c 1\n 213 34 213 66 233 85 c 2\n 423 275 l 2\n 436 289 439 295 440 303 c 1\n 440 380 l 1\n 60 380 l 1\n 60 579 l 2\n 60 607 82 629 110 629 c 0\n 138 629 160 607 160 579 c 2\n 160 480 l 1\n 540 480 l 1\n 540 303 l 1\n 541 260 514 224 494 205 c 2\nEndSplineSet\nMinimumDistance: x12,-1 y11,8 y11,10 y13,11 x11,13 x11,12 \nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 871\nWidth: 600\nFlags: HW\nHStem: 0 100<180 428> 380 100<95 136 276 351>\nVStem: 80 100<100 272> 428 100<100 304>\nFore\n277 380 m 1\n 197 300 l 2\n 180 283 180 279 180 272 c 2\n 180 100 l 1\n 428 100 l 1\n 428 303 l 1\n 427 340 427 346 411 363 c 1\n 390.089 390.763 324.647 376.46 277 380 c 1\n136 380 m 1\n 98 380 l 2\n 70 380 48 402 48 430 c 0\n 48 458 70 480 98 480 c 2\n 351 480 l 2\n 391 481 443 474 482 434 c 1\n 523 394 529 342 528 303 c 1\n 528 0 l 1\n 80 0 l 1\n 80 272 l 1\n 79.6318 324.741 109.701 354.209 136 380 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 872\nWidth: 600\nFlags: HW\nHStem: 0 100<336 440> 380 100<72 92 337 364>\nVStem: 92 100<47 222 371 380> 440 100<99 303>\nDStem: 302 480 338 380 192 371 209 255\nFore\n192 371 m 1\n 302 480 l 1\n 386.852 479.167 434.12 488.794 494 434 c 1\n 534 395 541 343 540 303 c 1\n 540 0 l 1\n 345 0 l 2\n 317 0 295 22 295 50 c 0\n 295 78 317 100 345 100 c 2\n 440 100 l 1\n 440 303 l 1\n 439 341 439 345 423 363 c 1\n 405 379 401 379 363 380 c 2\n 338 380 l 1\n 209 255 l 2\n 197 243 200 246 195 237 c 0\n 194 236 195 237 192 222 c 1\n 192 50 l 2\n 192 22 169 0 142 0 c 0\n 114 0 92 22 92 50 c 0\n 92 380 l 1\n 75 380 l 2\n 47 380 25 402 25 430 c 0\n 25 458 47 480 75 480 c 2\n 192 480 l 1\n 192 371 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y19,16 y19,18 x8,5 x8,7 x19,22 x19,20 \nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 873\nWidth: 600\nFlags: HW\nHStem: 380 100<197 278>\nVStem: 278 100<-153 380>\nFore\n378 480 m 1\n 378 -150 l 2\n 378 -178 356 -200 328 -200 c 0\n 300 -200 278 -178 278 -150 c 2\n 278 380 l 1\n 200 380 l 2\n 172 380 150 402 150 430 c 0\n 150 458 172 480 200 480 c 2\n 378 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,1 y4,3 x4,7 x4,5 \nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 874\nWidth: 600\nFlags: HW\nHStem: 0 100<170 345> 380 100<234 268>\nVStem: 345 100<99 303>\nFore\n445 0 m 1\n 173 0 l 1\n 146 0 123 22 123 50 c 0\n 123 78 146 100 173 100 c 2\n 345 100 l 1\n 345 303 l 1\n 344 343 344 345 328 363 c 1\n 310 379 308 379 268 380 c 2\n 237 380 l 2\n 209 380 187 402 187 430 c 0\n 187 458 209 480 237 480 c 2\n 268 480 l 2\n 308 481 360 474 399 434 c 1\n 439 395 446 344 445 303 c 1\n 445 0 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x4,1 x4,3 \nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 875\nWidth: 600\nFlags: HW\nHStem: 0 21G<268 384> 380 100<107 148 288 363>\nDStem: 423 180 494 110 343 100 384 0\nFore\n289 380 m 1\n 209 300 l 2\n 196 286 193 280 192 272 c 1\n 192 177 l 1\n 193 140 193 134 209 117 c 1\n 229.7 88.9848 295.45 103.674 343 100 c 1\n 423 180 l 2\n 436 194 439 200 440 208 c 1\n 440 303 l 1\n 439 341 439 345 423 363 c 1\n 402.089 390.763 336.647 376.46 289 380 c 1\n148 380 m 1\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 363 480 l 2\n 403 481 455 474 494 434 c 1\n 555.598 369.522 537.076 306.204 540 208 c 1\n 541 165 514 129 494 110 c 2\n 384 0 l 1\n 278.817 4.26713 205.231 -19.383 138 46 c 1\n 75.3369 112.257 95.3163 173.299 92 272 c 1\n 90 323 122 355 148 380 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 876\nWidth: 600\nFlags: HW\nHStem: 0 100<107 209 311.063 332 332.031 357.279> 380 100<107 163 389 433>\nDStem: 163 380 247 480 209 100 311 100 433 380 547 480 409 183 508 170\nFore\n209 100 m 1\n 163 380 l 1\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 247 480 l 1\n 311 100 l 1\n 357 100 370 98 391 117 c 0\n 405 131 403 136 409 183 c 1\n 433 380 l 1\n 395 380 l 2\n 367 380 345 402 345 430 c 0\n 345 458 367 480 395 480 c 2\n 547 480 l 1\n 508 170 l 2\n 504 139 505 89 462 46 c 0\n 423 6 372 -1 332 0 c 2\n 110 0 l 2\n 82 0 60 22 60 50 c 0\n 60 78 82 100 110 100 c 2\n 209 100 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 877\nWidth: 600\nFlags: HW\nHStem: 380 100<107 148 288 363>\nVStem: 92 100<256 272> 440 100<-153 304>\nFore\n289 380 m 1\n 209 300 l 2\n 190 280 192 280 192 256 c 1\n 276 256 l 2\n 304 256 326 234 326 206 c 0\n 326 178 304 156 276 156 c 2\n 92 156 l 1\n 92 272 l 1\n 89 323 122 355 148 380 c 1\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 363 480 l 2\n 403 481 455 474 494 434 c 1\n 534 395 541 343 540 303 c 1\n 540 -150 l 2\n 540 -178 518 -200 490 -200 c 0\n 462 -200 440 -178 440 -150 c 2\n 440 303 l 1\n 439 341 439 345 423 363 c 1\n 402.089 390.763 336.647 376.46 289 380 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 878\nWidth: 600\nFlags: HW\nHStem: 0 100<102 363> 380 100<102 148 288 363>\nVStem: 440 100<176 327>\nFore\n199 290 m 1\n 276 290 l 2\n 304 290 326 268 326 240 c 0\n 326 212 304 190 276 190 c 2\n 92 190 l 1\n 92 244 86 290 104 325 c 0\n 116 350 132 364 148 380 c 1\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 363 480 l 2\n 403 481 455 474 494 434 c 1\n 561.257 366.513 534.768 285.495 540 177 c 1\n 541 137 534 85 494 46 c 1\n 455 6 403 -1 363 0 c 2\n 110 0 l 2\n 82 0 60 22 60 50 c 0\n 60 78 82 100 110 100 c 2\n 363 100 l 2\n 401 101 405 101 423 117 c 1\n 439 135 439 139 440 177 c 1\n 440 303 l 1\n 439 344 439 344 423 363 c 1\n 402.852 390.763 336.382 376.46 289 380 c 1\n 262 353 224 316 199 290 c 1\nEndSplineSet\nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 879\nWidth: 600\nFlags: HW\nHStem: 380 100<107 155 384.788 440>\nVStem: 234 100<-153 180>\nDStem: 440 373 540 320 300 278 334 180\nFore\n300 278 m 1\n 440 373 l 1\n 440 380 l 1\n 395 380 l 2\n 367 380 345 402 345 430 c 0\n 345 458 367 480 395 480 c 2\n 540 480 l 1\n 540 320 l 1\n 334 180 l 1\n 334 -150 l 2\n 334 -178 312 -200 284 -200 c 0\n 257 -200 234 -178 234 -150 c 2\n 234 191 l 1\n 155 347 l 1\n 155 380 l 1\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 255 480 l 1\n 255 360 l 1\n 300 278 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 880\nWidth: 600\nFlags: HW\nHStem: 0 100<95 405> 380 100<95 143 372.788 428>\nDStem: 143 320 243 367 405 100 329 295 143 320 407 229 405 100 528 127 428 369 528 319 329 295 407 229\nFore\n329 295 m 1\n 428 369 l 1\n 428 380 l 1\n 383 380 l 2\n 355 380 333 402 333 430 c 0\n 333 458 355 480 383 480 c 2\n 528 480 l 1\n 528 319 l 1\n 407 229 l 1\n 528 127 l 1\n 528 0 l 1\n 98 0 l 2\n 70 0 48 22 48 50 c 0\n 48 78 70 100 98 100 c 2\n 405 100 l 1\n 143 320 l 1\n 143 380 l 1\n 98 380 l 2\n 70 380 48 402 48 430 c 0\n 48 458 70 480 98 480 c 2\n 243 480 l 1\n 243 367 l 1\n 329 295 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 881\nWidth: 600\nFlags: HW\nHStem: 380 100<97 431>\nVStem: 113 100<-153 232> 430 100<225.505 380>\nDStem: 416 204 481 129 298 85 369 14\nFore\n481 129 m 1\n 369 14 l 1\n 349 -5 318 -5 298 14 c 0\n 278 34 278 65 298 85 c 2\n 416 204 l 2\n 429 217 417 202 427 220 c 1\n 432 232 429 222 430 230 c 1\n 430 380 l 1\n 100 380 l 2\n 72 380 50 402 50 430 c 0\n 50 458 72 480 100 480 c 2\n 530 480 l 1\n 530 230 l 1\n 531 211 523 188 517 177 c 1\n 514 166 496 138 481 129 c 1\n213 222 m 2\n 213 -150 l 2\n 213 -178 191 -200 163 -200 c 0\n 136 -200 113 -178 113 -150 c 2\n 113 222 l 2\n 113 250 136 272 163 272 c 0\n 191 272 213 250 213 222 c 2\nEndSplineSet\nMinimumDistance: x11,-1 x7,10 x7,8 \nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 882\nWidth: 600\nFlags: HW\nHStem: 380 100<107 363>\nVStem: 440 100<47 321>\nFore\n540 303 m 1\n 540 50 l 2\n 540 22 518 0 490 0 c 0\n 462 0 440 22 440 50 c 2\n 440 303 l 1\n 439 344 439 344 423 363 c 1\n 405 379 401 379 363 380 c 2\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 363 480 l 2\n 403 481 455 474 494 434 c 1\n 534 396 541 344 540 303 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 883\nWidth: 600\nFlags: HW\nHStem: 0 100<151 220 321 354> 380 99<151 153>\nVStem: 51 100<100 380> 51 143<417.866 433> 228 163<420.192 433>\nDStem: 256 385 356 382 220 100 321 100 456 380 569 480 431 183 531 170\nFore\n456 380 m 1\n 428 380 417 402 417 430 c 0\n 417 458 439 480 467 480 c 2\n 569 480 l 1\n 531 170 l 1\n 527 133 520 84 478 45 c 1\n 443 9 395 -2 354 0 c 1\n 51 0 l 1\n 51 480 l 1\n 144 480 l 2\n 172 480 194 458 194 430 c 0\n 194 402 179 380 151 380 c 1\n 151 100 l 1\n 220 100 l 1\n 256 385 l 1\n 239 393 228 410 228 430 c 0\n 228 458 250 480 278 480 c 2\n 341 480 l 2\n 369 480 391 458 391 430 c 0\n 391 408 376 389 356 382 c 1\n 321 100 l 1\n 354 100 l 2\n 391 102 388 101 408 117 c 1\n 426 135 425 140 431 183 c 1\n 456 380 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x15,18 \nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 884\nWidth: 600\nFlags: HW\nHStem: 0 100<75 111> 380 100<107 155 254 363>\nVStem: 155 100<144 380> 440 100<39 321>\nFore\n255 380 m 1\n 255 145 l 1\n 256 115 250 70 217 38 c 1\n 185 5 140 -1 110 0 c 2\n 78 0 l 2\n 51 0 28 22 28 50 c 0\n 28 78 51 100 78 100 c 2\n 110 100 l 2\n 138 101 135 100 146 109 c 1\n 155 120 154 117 155 145 c 1\n 155 380 l 1\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\n 363 480 l 2\n 403 481 455 474 494 434 c 1\n 534 396 541 344 540 303 c 1\n 540 50 l 2\n 540 22 518 0 490 0 c 0\n 462 0 440 22 440 50 c 2\n 440 303 l 1\n 439 344 439 344 423 363 c 1\n 405 379 401 379 363 380 c 2\n 255 380 l 1\nEndSplineSet\nMinimumDistance: x16,-1 x10,13 x10,11 \nEndChar\nStartChar: afii57716\nEncoding: 1520 1520 885\nWidth: 600\nFlags: HW\nHStem: 380 100<83 164 355 436>\nVStem: 164 100<47 380> 436 100<47 380>\nFore\n264 480 m 1\n 264 50 l 2\n 264 22 242 0 214 0 c 0\n 186 0 164 22 164 50 c 2\n 164 380 l 1\n 86 380 l 2\n 58 380 36 402 36 430 c 0\n 36 458 58 480 86 480 c 2\n 264 480 l 1\n536 480 m 1\n 536 50 l 2\n 536 22 514 0 486 0 c 0\n 458 0 436 22 436 50 c 2\n 436 380 l 1\n 358 380 l 2\n 330 380 308 402 308 430 c 0\n 308 458 330 480 358 480 c 2\n 536 480 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y12,9 y12,11 y4,1 y4,3 x12,15 x12,13 x4,7 x4,5 \nEndChar\nStartChar: afii57717\nEncoding: 1521 1521 886\nWidth: 600\nFlags: HW\nHStem: 380 100<89 164 347.788 436>\nVStem: 164 100<229.788 380> 436 100<47 380>\nFore\n536 480 m 1\n 536 50 l 2\n 536 22 514 0 486 0 c 0\n 458 0 436 22 436 50 c 2\n 436 380 l 1\n 358 380 l 2\n 330 380 308 402 308 430 c 0\n 308 458 330 480 358 480 c 2\n 536 480 l 1\n264 480 m 1\n 264 240 l 2\n 264 212 242 190 214 190 c 0\n 186 190 164 212 164 240 c 2\n 164 380 l 1\n 92 380 l 2\n 64 380 42 402 42 430 c 0\n 42 458 64 480 92 480 c 2\n 264 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y12,9 y12,11 y4,1 y4,3 x4,7 x4,5 x12,15 x12,13 \nEndChar\nStartChar: afii57718\nEncoding: 1522 1522 887\nWidth: 600\nFlags: HW\nHStem: 380 100<89 164 361 436>\nVStem: 164 100<237 380> 436 100<237 380>\nFore\n264 480 m 1\n 264 240 l 2\n 264 212 242 190 214 190 c 0\n 186 190 164 212 164 240 c 2\n 164 380 l 1\n 92 380 l 2\n 64 380 42 402 42 430 c 0\n 42 458 64 480 92 480 c 2\n 264 480 l 1\n536 480 m 1\n 536 240 l 2\n 536 212 514 190 486 190 c 0\n 458 190 436 212 436 240 c 2\n 436 380 l 1\n 364 380 l 2\n 336 380 314 402 314 430 c 0\n 314 458 336 480 364 480 c 2\n 536 480 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y12,9 y12,11 y4,1 y4,3 x12,15 x12,13 x4,7 x4,5 \nEndChar\nStartChar: uni05F3\nEncoding: 1523 1523 888\nWidth: 600\nFlags: HW\nFore\n254 605 m 1\n 395 605 l 1\n 314 351 l 2\n 306 326 298 315 276 315 c 0\n 255 315 245 325 242 350 c 1\n 254 605 l 1\nEndSplineSet\nEndChar\nStartChar: uni05F4\nEncoding: 1524 1524 889\nWidth: 600\nFlags: HW\nFore\n152 605 m 1\n 293 605 l 1\n 212 351 l 1\n 203 326 196 315 174 315 c 0\n 153 315 143 325 140 350 c 1\n 152 605 l 1\n372 605 m 1\n 513 605 l 1\n 432 351 l 2\n 424 326 416 315 394 315 c 0\n 373 315 363 325 360 350 c 1\n 372 605 l 1\nEndSplineSet\nEndChar\nStartChar: uni1E00\nEncoding: 7680 7680 890\nWidth: 600\nFlags: H\nHStem: -281 54<281 318.5> -93 53<281 319> 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nVStem: 177 53<-178 -142> 370 53<-178.5 -142.5>\nRef: 730 730 N 1 0 0 1 0 -767\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E01\nEncoding: 7681 7681 891\nWidth: 600\nFlags: H\nHStem: -297 54<203 240.5> -109 53<203 241> -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 99 53<-194 -158> 292 53<-194.5 -158.5> 389 100<135 185 279 304>\nRef: 730 730 N 1 0 0 1 -78 -783\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E02\nEncoding: 7682 7682 892\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 381> 242 100<195 328> 483 100<61 93 195 334> 637 120<281.067 296>\nVStem: 94 100<101 241 343 482> 232 120<695 701> 428 100<416 421> 471 100<144 162>\nRef: 729 729 N 1 0 0 1 -8 103\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E03\nEncoding: 7683 7683 893\nWidth: 600\nFlags: H\nHStem: -14 100<295.5 346.5> 351 100<298.5 347> 664 120<271.067 286>\nVStem: 74 100<180.5 236.5 401 524 524 524> 222 120<722 728> 471 100<202 235.5>\nRef: 729 729 N 1 0 0 1 -18 130\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E04\nEncoding: 7684 7684 894\nWidth: 600\nFlags: H\nHStem: -160 120<215.067 230> 0 100<61 93 195 381> 242 100<195 328> 483 100<61 93 195 334>\nVStem: 94 100<101 241 343 482> 166 120<-102 -96> 428 100<416 421> 471 100<144 162>\nRef: 729 729 N 1 0 0 1 -74 -694\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E05\nEncoding: 7685 7685 895\nWidth: 600\nFlags: H\nHStem: -174 120<314.067 329> -14 100<295.5 346.5> 351 100<298.5 347>\nVStem: 74 100<180.5 236.5 401 524 524 524> 265 120<-116 -110> 471 100<202 235.5>\nRef: 729 729 N 1 0 0 1 25 -708\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E06\nEncoding: 7686 7686 896\nWidth: 600\nFlags: H\nHStem: -120 80<104 348> 0 100<61 93 195 381> 242 100<195 328> 483 100<61 93 195 334>\nVStem: 94 100<101 241 343 482> 428 100<416 421> 471 100<144 162>\nRef: 175 175 N 1 0 0 1 -74 -666\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E07\nEncoding: 7687 7687 897\nWidth: 600\nFlags: H\nHStem: -134 80<203 447> -14 100<295.5 346.5> 351 100<298.5 347>\nVStem: 74 100<180.5 236.5 401 524 524 524> 471 100<202 235.5>\nRef: 175 175 N 1 0 0 1 25 -680\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E08\nEncoding: 7688 7688 898\nWidth: 600\nFlags: H\nHStem: -229 70<294 311> -100 186<292 329> 367 216<490 501> 497 100<289 328>\nVStem: 33 100<235 331> 267 70<-42 -14> 342 70<-141 -129>\nDStem: 424 821 470 765 291 710 337 653\nRef: 180 180 N 1 0 0 1 18 141\nRef: 199 199 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E09\nEncoding: 7689 7689 899\nWidth: 600\nFlags: H\nHStem: -229 70<302.5 322.5> 350 100<285 332.5>\nVStem: 54 100<168.5 226> 272 70<-42 -16> 347 70<-142 -123>\nDStem: 520 674 566 618 387 563 433 506\nRef: 180 180 N 1 0 0 1 114 -6\nRef: 231 231 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0A\nEncoding: 7690 7690 900\nWidth: 600\nFlags: H\nHStem: 0 100<68 74 174 284> 483 100<174 174 174 284> 637 120<271.067 286>\nVStem: 74 100<100 483> 222 120<695 701> 450 100<261 305>\nRef: 729 729 N 1 0 0 1 -18 103\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0B\nEncoding: 7691 7691 901\nWidth: 600\nFlags: H\nHStem: -14 100<258 306> 351 100<257 306> 664 120<312.067 327>\nVStem: 33 100<202 235.5> 263 120<722 728> 431 100<201 235 401 525 525 525>\nRef: 729 729 N 1 0 0 1 23 130\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0C\nEncoding: 7692 7692 902\nWidth: 600\nFlags: H\nHStem: -160 120<171.067 186> 0 100<68 74 174 284> 483 100<174 174 174 284>\nVStem: 74 100<100 483> 122 120<-102 -96> 450 100<261 305>\nRef: 729 729 N 1 0 0 1 -118 -694\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0D\nEncoding: 7693 7693 903\nWidth: 600\nFlags: H\nHStem: -174 120<269.067 284> -14 100<258 306> 351 100<257 306>\nVStem: 33 100<202 235.5> 220 120<-116 -110> 431 100<201 235 401 525 525 525>\nRef: 729 729 N 1 0 0 1 -20 -708\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0E\nEncoding: 7694 7694 904\nWidth: 600\nFlags: H\nHStem: -120 80<60 304> 0 100<68 74 174 284> 483 100<174 174 174 284>\nVStem: 74 100<100 483> 450 100<261 305>\nRef: 175 175 N 1 0 0 1 -118 -666\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0F\nEncoding: 7695 7695 905\nWidth: 600\nFlags: H\nHStem: -134 80<158 402> -14 100<258 306> 351 100<257 306>\nVStem: 33 100<202 235.5> 431 100<201 235 401 525 525 525>\nRef: 175 175 N 1 0 0 1 -20 -680\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E10\nEncoding: 7696 7696 906\nWidth: 600\nFlags: H\nHStem: -221 70<177.5 197.5> 0 100<68 74 166.5 186 174 284> 483 100<174 174 174 284>\nVStem: 74 100<100 483> 147 70<-33 8> 222 70<-134 -115.5> 450 100<261 305>\nRef: 184 184 N 1 0 0 1 -115 8\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E11\nEncoding: 7697 7697 907\nWidth: 600\nFlags: H\nHStem: -235 70<275.5 295.5> -14 100<258 306 264.5 284> 351 100<257 306>\nVStem: 33 100<202 235.5> 245 70<-47 -6> 320 70<-148 -129.5> 431 100<201 235 401 525 525 525>\nRef: 184 184 N 1 0 0 1 -17 -6\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E12\nEncoding: 7698 7698 908\nWidth: 600\nFlags: H\nHStem: 0 100<68 74 174 284> 483 100<174 174 174 284>\nVStem: 74 100<100 483> 450 100<261 305>\nDStem: 183 -129 183 -40 295 -226 334 -169 183 -129 183 -40 295 -226 334 -169 183 -40 183 -129 31 -169 70 -226 183 -129 183 -40 295 -226 334 -169 183 -40 183 -129 31 -169 70 -226 183 -129 183 -40 295 -226 334 -169 183 -40 183 -129 31 -169 70 -226 183 -129 183 -40 295 -226 334 -169 183 -40 183 -129 31 -169 70 -226 183 -129 183 -40 295 -226 334 -169 183 -40 183 -129 31 -169 70 -226\nRef: 710 710 N 1 0 0 1 -118 -736\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E13\nEncoding: 7699 7699 909\nWidth: 600\nFlags: H\nHStem: -14 100<258 306> 351 100<257 306>\nVStem: 33 100<202 235.5> 431 100<201 235 401 525 525 525>\nDStem: 281 -143 281 -54 393 -240 432 -183 281 -143 281 -54 393 -240 432 -183 281 -54 281 -143 129 -183 168 -240 281 -143 281 -54 393 -240 432 -183 281 -54 281 -143 129 -183 168 -240 281 -143 281 -54 393 -240 432 -183 281 -54 281 -143 129 -183 168 -240 281 -143 281 -54 393 -240 432 -183 281 -54 281 -143 129 -183 168 -240 281 -143 281 -54 393 -240 432 -183 281 -54 281 -143 129 -183 168 -240\nRef: 710 710 N 1 0 0 1 -20 -750\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E14\nEncoding: 7700 7700 910\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 689 80<173 435>\nVStem: 94 100<101 242 343 482> 125 350<728 736> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 135 937 181 993 268 825 314 882\nRef: 96 96 N 1 0 0 1 -13 313\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E15\nEncoding: 7701 7701 911\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 546 80<178 422>\nDStem: 135 794 181 850 268 682 314 739\nRef: 96 96 N 1 0 0 1 -13 170\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E16\nEncoding: 7702 7702 912\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 689 80<173 435>\nVStem: 94 100<101 242 343 482> 125 350<728 736> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 419 993 465 937 286 882 332 825\nRef: 180 180 N 1 0 0 1 13 313\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E17\nEncoding: 7703 7703 913\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 546 80<178 422>\nDStem: 419 850 465 794 286 739 332 682\nRef: 180 180 N 1 0 0 1 13 170\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E18\nEncoding: 7704 7704 914\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 315 -129 315 -40 427 -226 466 -169 315 -129 315 -40 427 -226 466 -169 315 -40 315 -129 163 -169 202 -226 315 -129 315 -40 427 -226 466 -169 315 -40 315 -129 163 -169 202 -226 315 -129 315 -40 427 -226 466 -169 315 -40 315 -129 163 -169 202 -226 315 -129 315 -40 427 -226 466 -169 315 -40 315 -129 163 -169 202 -226 315 -129 315 -40 427 -226 466 -169 315 -40 315 -129 163 -169 202 -226\nRef: 710 710 N 1 0 0 1 14 -736\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E19\nEncoding: 7705 7705 915\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nDStem: 297 -145 297 -56 409 -242 448 -185 297 -145 297 -56 409 -242 448 -185 297 -56 297 -145 145 -185 184 -242 297 -145 297 -56 409 -242 448 -185 297 -56 297 -145 145 -185 184 -242 297 -145 297 -56 409 -242 448 -185 297 -56 297 -145 145 -185 184 -242 297 -145 297 -56 409 -242 448 -185 297 -56 297 -145 145 -185 184 -242 297 -145 297 -56 409 -242 448 -185 297 -56 297 -145 145 -185 184 -242\nRef: 710 710 N 1 0 0 1 -4 -752\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1A\nEncoding: 7706 7706 916\nWidth: 600\nFlags: H\nHStem: -173 69<385 392> -109 69<238 243> 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nRef: 732 732 N 1 0 0 1 14 -696\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1B\nEncoding: 7707 7707 917\nWidth: 600\nFlags: H\nHStem: -189 69<368 375> -125 69<221 226> -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nRef: 732 732 N 1 0 0 1 -3 -712\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1C\nEncoding: 7708 7708 918\nWidth: 600\nFlags: H\nHStem: -221 70<310.5 330.5> 0 100<61 93 195 450 299.5 319> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 637 68<276.5 331.5>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 280 70<-33 8> 355 70<-134 -115.5> 428 100<415 483> 450 100<100 171>\nRef: 728 728 N 1 0 0 1 4 134\nRef: 552 552 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1D\nEncoding: 7709 7709 919\nWidth: 600\nFlags: H\nHStem: -237 70<292.5 312.5> -16 100<262 329 281.5 301> 172 88<145 439> 350 100<255.5 328.5> 490 68<263.5 318.5>\nVStem: 262 70<-49 -8> 337 70<-150 -131.5>\nRef: 728 728 N 1 0 0 1 -9 -13\nRef: 553 553 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1E\nEncoding: 7710 7710 920\nWidth: 600\nFlags: H\nHStem: 0 100<79 94 194 294> 243 99<194 279> 483 100<79 94 194 194 194 450> 637 120<303.067 318>\nVStem: 94 100<100 243 342 483> 254 120<695 701> 450 100<432 483 483 483>\nRef: 729 729 N 1 0 0 1 14 103\nRef: 70 70 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1F\nEncoding: 7711 7711 921\nWidth: 600\nFlags: H\nHStem: 0 100<141 199 299 438> 337 100<153 199 299 450> 523 100<354.5 398.5> 663 120<381.067 396>\nVStem: 199 100<100 337 437 474> 332 120<721 727>\nRef: 729 729 N 1 0 0 1 92 129\nRef: 102 102 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E20\nEncoding: 7712 7712 922\nWidth: 600\nFlags: H\nHStem: -14 100<293.5 349> 180 100<350 450> 497 100<290 344> 637 80<288 532>\nVStem: 33 100<246 253 253 317> 450 100<111 180>\nRef: 175 175 N 1 0 0 1 110 91\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E21\nEncoding: 7713 7713 923\nWidth: 600\nFlags: H\nHStem: -205 100<207 316 316 319> -14 100<233 295> 351 100<233 296> 491 80<147 391>\nVStem: 33 100<182 255.5> 410 100<-20 35 35 35 181 254.5>\nRef: 175 175 N 1 0 0 1 -31 -55\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E22\nEncoding: 7714 7714 924\nWidth: 600\nFlags: H\nHStem: 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5> 637 120<291.067 306>\nVStem: 95 100<100 241 341 483> 242 120<695 701> 409 100<100 241 241 241 341 483>\nRef: 729 729 N 1 0 0 1 2 103\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E23\nEncoding: 7715 7715 925\nWidth: 600\nFlags: H\nHStem: 0 20 350 100<306 336.5> 664 120<134.067 149>\nVStem: 85 120<722 728> 95 100<100 283 389 524 524 524> 409 100<100 271 271 284>\nRef: 729 729 N 1 0 0 1 -155 130\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E24\nEncoding: 7716 7716 926\nWidth: 600\nFlags: H\nHStem: -160 120<291.067 306> 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 242 120<-102 -96> 409 100<100 241 241 241 341 483>\nRef: 729 729 N 1 0 0 1 2 -694\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E25\nEncoding: 7717 7717 927\nWidth: 600\nFlags: H\nHStem: -160 120<291.067 306> 0 20 350 100<306 336.5>\nVStem: 95 100<100 283 389 524 524 524> 242 120<-102 -96> 409 100<100 271 271 284>\nRef: 729 729 N 1 0 0 1 2 -694\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E26\nEncoding: 7718 7718 928\nWidth: 600\nFlags: H\nHStem: 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 138 120<680.5 713> 346 120<680.5 713> 409 100<100 241 241 241 341 483>\nRef: 168 168 N 1 0 0 1 2 103\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E27\nEncoding: 7719 7719 929\nWidth: 600\nFlags: H\nHStem: 0 20 350 100<306 336.5>\nVStem: 95 100<100 283 389 524 524 524> 133 120<707.5 740> 341 120<707.5 740> 409 100<100 271 271 284>\nRef: 168 168 N 1 0 0 1 -3 130\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E28\nEncoding: 7720 7720 930\nWidth: 600\nFlags: H\nHStem: -221 70<140.5 160.5> -92 100<129.5 149> 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 110 70<-33 8> 185 70<-134 -115.5> 409 100<100 241 241 241 341 483>\nRef: 184 184 N 1 0 0 1 -152 8\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E29\nEncoding: 7721 7721 931\nWidth: 600\nFlags: H\nHStem: -221 70<140.5 160.5> -92 100<129.5 149> 0 20 350 100<306 336.5>\nVStem: 95 100<100 283 389 524 524 524> 110 70<-33 8> 185 70<-134 -115.5> 409 100<100 271 271 284>\nRef: 184 184 N 1 0 0 1 -152 8\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2A\nEncoding: 7722 7722 932\nWidth: 600\nFlags: H\nHStem: -224 68<274.5 329.5> 0 20 241 100<195 409> 563 20<109 210 210 223.5 394 495 495 508.5>\nVStem: 95 100<100 241 341 483> 409 100<100 241 241 241 341 483>\nRef: 728 728 N 1 0 0 1 2 -727\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2B\nEncoding: 7723 7723 933\nWidth: 600\nFlags: H\nHStem: -224 68<274.5 329.5> 0 20 350 100<306 336.5>\nVStem: 95 100<100 283 389 524 524 524> 409 100<100 271 271 284>\nRef: 728 728 N 1 0 0 1 2 -727\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2C\nEncoding: 7724 7724 934\nWidth: 600\nFlags: H\nHStem: -173 69<371 378> -109 69<224 229> 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 250 100<100 483>\nRef: 732 732 N 1 0 0 1 0 -696\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2D\nEncoding: 7725 7725 935\nWidth: 600\nFlags: H\nHStem: -173 69<371 378> -109 69<224 229> 0 100<110 249 350 478> 337 100<158 249> 518 105<219 335>\nVStem: 218 118<519 622> 250 100<100 337>\nRef: 732 732 N 1 0 0 1 0 -696\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2E\nEncoding: 7726 7726 936\nWidth: 600\nFlags: H\nHStem: 0 100<131 249 351 467> 483 100<131 249 351 467> 678 120<185.067 198 393.067 406>\nVStem: 136 120<736 740> 250 100<100 483> 344 120<736 740>\nDStem: 419 1022 465 966 286 911 332 854\nRef: 180 180 N 1 0 0 1 13 342\nRef: 207 207 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2F\nEncoding: 7727 7727 937\nWidth: 600\nFlags: H\nHStem: 0 100<110 249 350 478> 337 100<158 249> 534 120<171 181 382 389>\nVStem: 119 120<592 596> 250 100<100 337> 327 120<592 596>\nDStem: 402 878 448 822 269 767 315 710\nRef: 180 180 N 1 0 0 1 -4 198\nRef: 239 239 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E30\nEncoding: 7728 7728 938\nWidth: 600\nFlags: H\nHStem: 0 100<79 94 194 229 504 536> 483 100<79 94 194 194 194 229 511 520.5>\nVStem: 94 100<100 208 334 483>\nDStem: 412 821 458 765 279 710 325 653\nRef: 180 180 N 1 0 0 1 6 141\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E31\nEncoding: 7729 7729 939\nWidth: 600\nFlags: H\nHStem: 0 100<81.7263 114 471 525> 337 100<429 473> 524 100<81 114>\nVStem: 115 100<100 164 288 524> 278 245<384 389> 320 251<48 52>\nDStem: 233 178 311 241 336 87 471 100 284 848 330 792 151 737 197 680 294 350 429 337 215 287 311 241\nRef: 180 180 N 1 0 0 1 -122 168\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E32\nEncoding: 7730 7730 940\nWidth: 600\nFlags: H\nHStem: -160 120<297.067 312> 0 100<79 94 194 229 504 536> 483 100<79 94 194 194 194 229 511 520.5>\nVStem: 94 100<100 208 334 483> 248 120<-102 -96>\nRef: 729 729 N 1 0 0 1 8 -694\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E33\nEncoding: 7731 7731 941\nWidth: 600\nFlags: H\nHStem: -160 120<291.067 306> 0 100<81.7263 114 471 525> 337 100<429 473> 524 100<81 114>\nVStem: 115 100<100 164 288 524> 242 120<-102 -96> 278 245<384 389> 320 251<48 52>\nDStem: 233 178 311 241 336 87 471 100 294 350 429 337 215 287 311 241\nRef: 729 729 N 1 0 0 1 2 -694\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E34\nEncoding: 7732 7732 942\nWidth: 600\nFlags: H\nHStem: -120 80<186 430> 0 100<79 94 194 229 504 536> 483 100<79 94 194 194 194 229 511 520.5>\nVStem: 94 100<100 208 334 483>\nRef: 175 175 N 1 0 0 1 8 -666\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E35\nEncoding: 7733 7733 943\nWidth: 600\nFlags: H\nHStem: -120 80<180 424> 0 100<81.7263 114 471 525> 337 100<429 473> 524 100<81 114>\nVStem: 115 100<100 164 288 524> 278 245<384 389> 320 251<48 52>\nDStem: 233 178 311 241 336 87 471 100 294 350 429 337 215 287 311 241\nRef: 175 175 N 1 0 0 1 2 -666\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E36\nEncoding: 7734 7734 944\nWidth: 600\nFlags: H\nHStem: -160 120<324.067 339> 0 100<99 156 256 471> 483 100<99 156 256 313 256 256>\nVStem: 156 100<100 483> 275 120<-102 -96> 471 100<100 192>\nRef: 729 729 N 1 0 0 1 35 -694\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E37\nEncoding: 7735 7735 945\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 100<128 250 350 472> 524 100<172 250>\nVStem: 240 120<-102 -96> 250 100<100 524 524 524>\nRef: 729 729 N 1 0 0 1 0 -694\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E38\nEncoding: 7736 7736 946\nWidth: 600\nFlags: H\nHStem: -160 120<324.067 339> 0 100<99 156 256 471> 483 100<99 156 256 313 256 256> 637 80<84 328>\nVStem: 156 100<100 483> 275 120<-102 -96> 471 100<100 192>\nRef: 175 175 N 1 0 0 1 -94 91\nRef: 7734 7734 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E39\nEncoding: 7737 7737 947\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 100<128 250 350 472> 524 100<172 250> 664 80<139 383>\nVStem: 240 120<-102 -96> 250 100<100 524 524 524>\nRef: 175 175 N 1 0 0 1 -39 118\nRef: 7735 7735 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3A\nEncoding: 7738 7738 948\nWidth: 600\nFlags: H\nHStem: -120 80<213 457> 0 100<99 156 256 471> 483 100<99 156 256 313 256 256>\nVStem: 156 100<100 483> 471 100<100 192>\nRef: 175 175 N 1 0 0 1 35 -666\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3B\nEncoding: 7739 7739 949\nWidth: 600\nFlags: H\nHStem: -120 80<178 422> 0 100<128 250 350 472> 524 100<172 250>\nVStem: 250 100<100 524 524 524>\nRef: 175 175 N 1 0 0 1 0 -666\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3C\nEncoding: 7740 7740 950\nWidth: 600\nFlags: H\nHStem: 0 100<99 156 256 471> 483 100<99 156 256 313 256 256>\nVStem: 156 100<100 483> 471 100<100 192>\nDStem: 335 -129 335 -40 447 -226 486 -169 335 -129 335 -40 447 -226 486 -169 335 -40 335 -129 183 -169 222 -226 335 -129 335 -40 447 -226 486 -169 335 -40 335 -129 183 -169 222 -226 335 -129 335 -40 447 -226 486 -169 335 -40 335 -129 183 -169 222 -226 335 -129 335 -40 447 -226 486 -169 335 -40 335 -129 183 -169 222 -226 335 -129 335 -40 447 -226 486 -169 335 -40 335 -129 183 -169 222 -226\nRef: 710 710 N 1 0 0 1 34 -736\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3D\nEncoding: 7741 7741 951\nWidth: 600\nFlags: H\nHStem: 0 100<128 250 350 472> 524 100<172 250>\nVStem: 250 100<100 524 524 524>\nDStem: 301 -129 301 -40 413 -226 452 -169 301 -129 301 -40 413 -226 452 -169 301 -40 301 -129 149 -169 188 -226 301 -129 301 -40 413 -226 452 -169 301 -40 301 -129 149 -169 188 -226 301 -129 301 -40 413 -226 452 -169 301 -40 301 -129 149 -169 188 -226 301 -129 301 -40 413 -226 452 -169 301 -40 301 -129 149 -169 188 -226 301 -129 301 -40 413 -226 452 -169 301 -40 301 -129 149 -169 188 -226\nRef: 710 710 N 1 0 0 1 -0 -736\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3E\nEncoding: 7742 7742 952\nWidth: 600\nFlags: H\nHStem: 0 100<29 41 143 189 413 461 563 573> 563 20<438 548>\nVStem: -19 262<48 52> 42 100<100 388> 361 262<48 52> 462 100<100 388>\nDStem: 142 389 165 583 260 138 303 286 171 821 217 765 38 710 84 653 438 583 462 389 303 286 351 138\nRef: 180 180 N 1 0 0 1 -235 141\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3F\nEncoding: 7743 7743 953\nWidth: 600\nFlags: H\nHStem: 0 21<48 136 252 346 463 557> 1 99<28 40 141.031 156.045 352.031 366.367 563 573> 350 100<216 228 427 434> 417 20<48 141>\nVStem: 41 100<100 305> 252 100<100 305> 252 160<48 52> 463 100<100 321> 463 160<48 52>\nDStem: 448 674 494 618 315 563 361 506\nRef: 180 180 N 1 0 0 1 42 -6\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E40\nEncoding: 7744 7744 954\nWidth: 600\nFlags: H\nHStem: 0 100<29 41 143 189 413 461 563 573> 563 20<438 548> 637 120<41.0667 56>\nVStem: -19 262<48 52> -8 120<695 701> 42 100<100 388> 361 262<48 52> 462 100<100 388>\nDStem: 142 389 165 583 260 138 303 286 438 583 462 389 303 286 351 138\nRef: 729 729 N 1 0 0 1 -248 103\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E41\nEncoding: 7745 7745 955\nWidth: 600\nFlags: H\nHStem: 0 21<48 136 252 346 463 557> 1 99<28 40 141.031 156.045 352.031 366.367 563 573> 350 100<216 228 427 434> 417 20<48 141> 490 120<318.067 333>\nVStem: 41 100<100 305> 252 100<100 305> 252 160<48 52> 269 120<548 554> 463 100<100 321> 463 160<48 52>\nRef: 729 729 N 1 0 0 1 29 -44\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E42\nEncoding: 7746 7746 956\nWidth: 600\nFlags: H\nHStem: -160 120<291.067 306> 0 100<29 41 143 189 413 461 563 573> 563 20<438 548>\nVStem: -19 262<48 52> 42 100<100 388> 242 120<-102 -96> 361 262<48 52> 462 100<100 388>\nDStem: 142 389 165 583 260 138 303 286 438 583 462 389 303 286 351 138\nRef: 729 729 N 1 0 0 1 2 -694\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E43\nEncoding: 7747 7747 957\nWidth: 600\nFlags: H\nHStem: -160 120<291.067 306> 0 21<48 136 252 346 463 557> 1 99<28 40 141.031 156.045 352.031 366.367 563 573> 350 100<216 228 427 434> 417 20<48 141>\nVStem: 41 100<100 305> 242 120<-102 -96> 252 100<100 305> 252 160<48 52> 463 100<100 321> 463 160<48 52>\nRef: 729 729 N 1 0 0 1 2 -694\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E44\nEncoding: 7748 7748 958\nWidth: 600\nFlags: H\nHStem: 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5> 637 120<281.067 296>\nVStem: 73 100<100 394> 232 120<695 701> 431 100<191 483>\nRef: 729 729 N 1 0 0 1 -8 103\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E45\nEncoding: 7749 7749 959\nWidth: 600\nFlags: H\nHStem: 0 100<71 94 196 215 407 409 510 525.03> 350 100<311 334> 417 20<101 195> 490 120<286.067 301>\nVStem: 95 100<100 282> 237 120<548 554> 410 100<100 288>\nRef: 729 729 N 1 0 0 1 -3 -44\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E46\nEncoding: 7750 7750 960\nWidth: 600\nFlags: H\nHStem: -160 120<294.067 309> 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5>\nVStem: 73 100<100 394> 245 120<-102 -96> 431 100<191 483>\nRef: 729 729 N 1 0 0 1 5 -694\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E47\nEncoding: 7751 7751 961\nWidth: 600\nFlags: H\nHStem: -160 120<286.067 301> 0 100<71 94 196 215 407 409 510 525.03> 350 100<311 334> 417 20<101 195>\nVStem: 95 100<100 282> 237 120<-102 -96> 410 100<100 288>\nRef: 729 729 N 1 0 0 1 -3 -694\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E48\nEncoding: 7752 7752 962\nWidth: 600\nFlags: H\nHStem: -120 80<183 427> 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5>\nVStem: 73 100<100 394> 431 100<191 483>\nRef: 175 175 N 1 0 0 1 5 -666\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E49\nEncoding: 7753 7753 963\nWidth: 600\nFlags: H\nHStem: -120 80<175 419> 0 100<71 94 196 215 407 409 510 525.03> 350 100<311 334> 417 20<101 195>\nVStem: 95 100<100 282> 410 100<100 288>\nRef: 175 175 N 1 0 0 1 -3 -666\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4A\nEncoding: 7754 7754 964\nWidth: 600\nFlags: H\nHStem: 0 100<67 73 173 208> 483 100<58 73 396 431 531 539.5>\nVStem: 73 100<100 394> 431 100<191 483>\nDStem: 305 -129 305 -40 417 -226 456 -169 305 -129 305 -40 417 -226 456 -169 305 -40 305 -129 153 -169 192 -226 305 -129 305 -40 417 -226 456 -169 305 -40 305 -129 153 -169 192 -226 305 -129 305 -40 417 -226 456 -169 305 -40 305 -129 153 -169 192 -226 305 -129 305 -40 417 -226 456 -169 305 -40 305 -129 153 -169 192 -226 305 -129 305 -40 417 -226 456 -169 305 -40 305 -129 153 -169 192 -226\nRef: 710 710 N 1 0 0 1 4 -736\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4B\nEncoding: 7755 7755 965\nWidth: 600\nFlags: H\nHStem: 0 100<71 94 196 215 407 409 510 525.03> 350 100<311 334> 417 20<101 195>\nVStem: 95 100<100 282> 410 100<100 288>\nDStem: 297 -129 297 -40 409 -226 448 -169 297 -129 297 -40 409 -226 448 -169 297 -40 297 -129 145 -169 184 -226 297 -129 297 -40 409 -226 448 -169 297 -40 297 -129 145 -169 184 -226 297 -129 297 -40 409 -226 448 -169 297 -40 297 -129 145 -169 184 -226 297 -129 297 -40 409 -226 448 -169 297 -40 297 -129 145 -169 184 -226 297 -129 297 -40 409 -226 448 -169 297 -40 297 -129 145 -169 184 -226\nRef: 710 710 N 1 0 0 1 -4 -736\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4C\nEncoding: 7756 7756 966\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 730 69<225 241>\nVStem: 21 100<235.5 348> 479 100<234 335>\nDStem: 465 1023 511 967 332 912 378 855\nRef: 180 180 N 1 0 0 1 59 343\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4D\nEncoding: 7757 7757 967\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 587 69<225 241>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nDStem: 465 880 511 824 332 769 378 712\nRef: 180 180 N 1 0 0 1 59 200\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4E\nEncoding: 7758 7758 968\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 730 69<225 241>\nVStem: 21 100<235.5 348> 182 120<882.5 915> 390 120<882.5 915> 479 100<234 335>\nRef: 168 168 N 1 0 0 1 46 305\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4F\nEncoding: 7759 7759 969\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 587 69<225 241>\nVStem: 42 100<179.5 255> 182 120<739.5 772> 390 120<739.5 772> 458 100<179.5 254>\nRef: 168 168 N 1 0 0 1 46 162\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E50\nEncoding: 7760 7760 970\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 689 80<178 422>\nVStem: 21 100<235.5 348> 479 100<234 335>\nDStem: 135 937 181 993 268 825 314 882\nRef: 96 96 N 1 0 0 1 -13 313\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E51\nEncoding: 7761 7761 971\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 546 80<178 422>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nDStem: 135 794 181 850 268 682 314 739\nRef: 96 96 N 1 0 0 1 -13 170\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E52\nEncoding: 7762 7762 972\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 689 80<178 422>\nVStem: 21 100<235.5 348> 479 100<234 335>\nDStem: 419 993 465 937 286 882 332 825\nRef: 180 180 N 1 0 0 1 13 313\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E53\nEncoding: 7763 7763 973\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 546 80<178 422>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nDStem: 419 850 465 794 286 739 332 682\nRef: 180 180 N 1 0 0 1 13 170\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E54\nEncoding: 7764 7764 974\nWidth: 600\nFlags: H\nHStem: 0 100<79 94 194 293> 200 100<194 292> 483 100<79 94 194 312 194 194>\nVStem: 94 100<100 200 300 483> 423 106<371 419.5>\nDStem: 314 821 360 765 181 710 227 653\nRef: 180 180 N 1 0 0 1 -92 141\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E55\nEncoding: 7765 7765 975\nWidth: 600\nFlags: H\nHStem: -205 100<58 74 174 232> 10 100<299.5 366> 350 100<302 343.5>\nVStem: 74 100<-105 66 195.5 247> 471 100<195 246.5>\nDStem: 446 674 492 618 313 563 359 506\nRef: 180 180 N 1 0 0 1 40 -6\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E56\nEncoding: 7766 7766 976\nWidth: 600\nFlags: H\nHStem: 0 100<79 94 194 293> 200 100<194 292> 483 100<79 94 194 312 194 194> 637 120<185.067 200>\nVStem: 94 100<100 200 300 483> 136 120<695 701> 423 106<371 419.5>\nRef: 729 729 N 1 0 0 1 -104 103\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E57\nEncoding: 7767 7767 977\nWidth: 600\nFlags: H\nHStem: -205 100<58 74 174 232> 10 100<299.5 366> 350 100<302 343.5> 490 120<316.067 331>\nVStem: 74 100<-105 66 195.5 247> 267 120<548 554> 471 100<195 246.5>\nRef: 729 729 N 1 0 0 1 27 -44\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E58\nEncoding: 7768 7768 978\nWidth: 600\nFlags: H\nHStem: 0 100<79 94 194 229 540 553> 222 100<194 270 270 290> 483 100<79 94 194 194 194 302 302 306> 637 120<179.067 194>\nVStem: 94 100<100 222 322 483> 130 120<695 701> 416 106<383 429.5>\nRef: 729 729 N 1 0 0 1 -110 103\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E59\nEncoding: 7769 7769 979\nWidth: 600\nFlags: H\nHStem: 0 100<101 177 279 422> 337 100<134 177> 349 100<438 447> 490 120<301.067 316>\nVStem: 178 100<100 247> 252 120<548 554>\nRef: 729 729 N 1 0 0 1 12 -44\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5A\nEncoding: 7770 7770 980\nWidth: 600\nFlags: H\nHStem: -160 120<305.067 320> 0 100<79 94 194 229 540 553> 222 100<194 270 270 290> 483 100<79 94 194 194 194 302 302 306>\nVStem: 94 100<100 222 322 483> 256 120<-102 -96> 416 106<383 429.5>\nRef: 729 729 N 1 0 0 1 16 -694\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5B\nEncoding: 7771 7771 981\nWidth: 600\nFlags: H\nHStem: -160 120<257.067 272> 0 100<101 177 279 422> 337 100<134 177> 349 100<438 447>\nVStem: 178 100<100 247> 208 120<-102 -96>\nRef: 729 729 N 1 0 0 1 -32 -694\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5C\nEncoding: 7772 7772 982\nWidth: 600\nFlags: H\nHStem: -160 120<305.067 320> 0 100<79 94 194 229 540 553> 222 100<194 270 270 290> 483 100<79 94 194 194 194 302 302 306> 637 80<68 312>\nVStem: 94 100<100 222 322 483> 256 120<-102 -96> 416 106<383 429.5>\nRef: 175 175 N 1 0 0 1 -110 91\nRef: 7770 7770 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5D\nEncoding: 7773 7773 983\nWidth: 600\nFlags: H\nHStem: -160 120<257.067 272> 0 100<101 177 279 422> 337 100<134 177> 349 100<438 447> 490 80<323 567>\nVStem: 178 100<100 247> 208 120<-102 -96>\nRef: 175 175 N 1 0 0 1 145 -56\nRef: 7771 7771 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5E\nEncoding: 7774 7774 984\nWidth: 600\nFlags: H\nHStem: -120 80<194 438> 0 100<79 94 194 229 540 553> 222 100<194 270 270 290> 483 100<79 94 194 194 194 302 302 306>\nVStem: 94 100<100 222 322 483> 416 106<383 429.5>\nRef: 175 175 N 1 0 0 1 16 -666\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5F\nEncoding: 7775 7775 985\nWidth: 600\nFlags: H\nHStem: -120 80<146 390> 0 100<101 177 279 422> 337 100<134 177> 349 100<438 447>\nVStem: 178 100<100 247>\nRef: 175 175 N 1 0 0 1 -32 -666\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E60\nEncoding: 7776 7776 986\nWidth: 600\nFlags: H\nHStem: -14 100<282 339> 497 100<267.5 324.5> 637 120<373.067 388>\nVStem: 82 104<410.5 442.5> 324 120<695 701> 434 104<140.5 172.5>\nRef: 729 729 N 1 0 0 1 84 103\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E61\nEncoding: 7777 7777 987\nWidth: 600\nFlags: H\nHStem: -16 100<275.5 332> 350 100<275.5 322> 490 120<367.067 382>\nVStem: 92 110<310.5 324> 318 120<548 554> 417 110<115.5 133.5>\nRef: 729 729 N 1 0 0 1 78 -44\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E62\nEncoding: 7778 7778 988\nWidth: 600\nFlags: H\nHStem: -174 120<298.067 313> -14 100<282 339> 497 100<267.5 324.5>\nVStem: 82 104<410.5 442.5> 249 120<-116 -110> 434 104<140.5 172.5>\nRef: 729 729 N 1 0 0 1 9 -708\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E63\nEncoding: 7779 7779 989\nWidth: 600\nFlags: H\nHStem: -176 120<293.067 308> -16 100<275.5 332> 350 100<275.5 322>\nVStem: 92 110<310.5 324> 244 120<-118 -112> 417 110<115.5 133.5>\nRef: 729 729 N 1 0 0 1 4 -710\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E64\nEncoding: 7780 7780 990\nWidth: 600\nFlags: H\nHStem: -14 100<282 339> 497 100<267.5 324.5> 879 120<427.067 442>\nVStem: 82 104<410.5 442.5> 378 120<937 943> 434 104<140.5 172.5>\nRef: 729 729 N 1 0 0 1 138 345\nRef: 346 346 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E65\nEncoding: 7781 7781 991\nWidth: 600\nFlags: H\nHStem: -16 100<275.5 332> 350 100<275.5 322> 736 120<427.067 442>\nVStem: 92 110<310.5 324> 378 120<794 800> 417 110<115.5 133.5>\nRef: 729 729 N 1 0 0 1 138 202\nRef: 347 347 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E66\nEncoding: 7782 7782 992\nWidth: 600\nFlags: H\nHStem: -14 100<286 324> 1 198<110 115> 497 100<286 318> 879 120<303.067 318>\nVStem: 82 104<418 431> 254 120<937 943> 434 104<153 164>\nDStem: 162 748 201 806 314 620 314 709 426 806 465 748 314 709 314 620\nRef: 729 729 N 1 0 0 1 14 345\nRef: 352 352 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E67\nEncoding: 7783 7783 993\nWidth: 600\nFlags: H\nHStem: -16 100<281 314> 1 166<121 135> 350 100<281 314> 736 120<299.067 314>\nVStem: 92 110<311 317> 250 120<794 800> 417 110<122 129>\nDStem: 158 605 197 662 310 477 310 566 422 662 461 605 310 566 310 477\nRef: 729 729 N 1 0 0 1 10 202\nRef: 353 353 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E68\nEncoding: 7784 7784 994\nWidth: 600\nFlags: H\nHStem: -174 120<298.067 313> -14 100<282 339> 497 100<267.5 324.5> 637 120<373.067 388>\nVStem: 82 104<410.5 442.5> 249 120<-116 -110> 324 120<695 701> 434 104<140.5 172.5>\nRef: 729 729 N 1 0 0 1 84 103\nRef: 7778 7778 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E69\nEncoding: 7785 7785 995\nWidth: 600\nFlags: H\nHStem: -176 120<293.067 308> -16 100<275.5 332> 350 100<275.5 322> 490 120<367.067 382>\nVStem: 92 110<310.5 324> 244 120<-118 -112> 318 120<548 554> 417 110<115.5 133.5>\nRef: 729 729 N 1 0 0 1 78 -44\nRef: 7779 7779 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6A\nEncoding: 7786 7786 996\nWidth: 600\nFlags: H\nHStem: 0 100<184 249 349 415> 483 100<142 249 142 142 349 458 349 349> 637 120<289.067 304>\nVStem: 42 100<390 483> 240 120<695 701> 249 100<100 483> 458 100<390 483 483 483>\nRef: 729 729 N 1 0 0 1 0 103\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6B\nEncoding: 7787 7787 997\nWidth: 600\nFlags: H\nHStem: -16 100<281 325> 337 100<79 114 214 395> 571 20<156 172.5> 631 120<153.067 168>\nVStem: 104 120<689 695> 114 100<130.5 141 141 337 437 525>\nRef: 729 729 N 1 0 0 1 -136 97\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6C\nEncoding: 7788 7788 998\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 100<184 249 349 415> 483 100<142 249 142 142 349 458 349 349>\nVStem: 42 100<390 483> 240 120<-102 -96> 249 100<100 483> 458 100<390 483 483 483>\nRef: 729 729 N 1 0 0 1 -0 -694\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6D\nEncoding: 7789 7789 999\nWidth: 600\nFlags: H\nHStem: -176 120<288.067 303> -16 100<281 325> 337 100<79 114 214 395> 571 20<156 172.5>\nVStem: 114 100<130.5 141 141 337 437 525> 239 120<-118 -112>\nRef: 729 729 N 1 0 0 1 -1 -710\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6E\nEncoding: 7790 7790 1000\nWidth: 600\nFlags: H\nHStem: -120 80<178 422> 0 100<184 249 349 415> 483 100<142 249 142 142 349 458 349 349>\nVStem: 42 100<390 483> 249 100<100 483> 458 100<390 483 483 483>\nRef: 175 175 N 1 0 0 1 -0 -666\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6F\nEncoding: 7791 7791 1001\nWidth: 600\nFlags: H\nHStem: -136 80<177 421> -16 100<281 325> 337 100<79 114 214 395> 571 20<156 172.5>\nVStem: 114 100<130.5 141 141 337 437 525>\nRef: 175 175 N 1 0 0 1 -1 -682\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E70\nEncoding: 7792 7792 1002\nWidth: 600\nFlags: H\nHStem: 0 100<184 249 349 415> 483 100<142 249 142 142 349 458 349 349>\nVStem: 42 100<390 483> 249 100<100 483> 458 100<390 483 483 483>\nDStem: 300 -129 300 -40 412 -226 451 -169 300 -129 300 -40 412 -226 451 -169 300 -40 300 -129 148 -169 187 -226 300 -129 300 -40 412 -226 451 -169 300 -40 300 -129 148 -169 187 -226 300 -129 300 -40 412 -226 451 -169 300 -40 300 -129 148 -169 187 -226 300 -129 300 -40 412 -226 451 -169 300 -40 300 -129 148 -169 187 -226 300 -129 300 -40 412 -226 451 -169 300 -40 300 -129 148 -169 187 -226\nRef: 710 710 N 1 0 0 1 -1 -736\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E71\nEncoding: 7793 7793 1003\nWidth: 600\nFlags: H\nHStem: -16 100<281 325> 337 100<79 114 214 395> 571 20<156 172.5>\nVStem: 114 100<130.5 141 141 337 437 525>\nDStem: 299 -145 299 -56 411 -242 450 -185 299 -145 299 -56 411 -242 450 -185 299 -56 299 -145 147 -185 186 -242 299 -145 299 -56 411 -242 450 -185 299 -56 299 -145 147 -185 186 -242 299 -145 299 -56 411 -242 450 -185 299 -56 299 -145 147 -185 186 -242 299 -145 299 -56 411 -242 450 -185 299 -56 299 -145 147 -185 186 -242 299 -145 299 -56 411 -242 450 -185 299 -56 299 -145 147 -185 186 -242\nRef: 710 710 N 1 0 0 1 -2 -752\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E72\nEncoding: 7794 7794 1004\nWidth: 600\nFlags: H\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 136 120<-130.5 -98> 344 120<-130.5 -98> 429 100<196 205 205 483>\nRef: 168 168 N 1 0 0 1 0 -708\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E73\nEncoding: 7795 7795 1005\nWidth: 600\nFlags: H\nHStem: -13 100<253 300.5> 337 100<375 410>\nVStem: 95 100<156 159 159 338 338 338> 109 120<-129.5 -97> 317 120<-129.5 -97> 410 100<155 337 337 337>\nRef: 168 168 N 1 0 0 1 -27 -707\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E74\nEncoding: 7796 7796 1006\nWidth: 600\nFlags: H\nHStem: -187 69<371 378> -123 69<224 229> -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nRef: 732 732 N 1 0 0 1 0 -710\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E75\nEncoding: 7797 7797 1007\nWidth: 600\nFlags: H\nHStem: -186 69<344 351> -122 69<197 202> -13 100<253 300.5> 337 100<375 410>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nRef: 732 732 N 1 0 0 1 -27 -709\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E76\nEncoding: 7798 7798 1008\nWidth: 600\nFlags: H\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nDStem: 301 -143 301 -54 413 -240 452 -183 301 -143 301 -54 413 -240 452 -183 301 -54 301 -143 149 -183 188 -240 301 -143 301 -54 413 -240 452 -183 301 -54 301 -143 149 -183 188 -240 301 -143 301 -54 413 -240 452 -183 301 -54 301 -143 149 -183 188 -240 301 -143 301 -54 413 -240 452 -183 301 -54 301 -143 149 -183 188 -240 301 -143 301 -54 413 -240 452 -183 301 -54 301 -143 149 -183 188 -240\nRef: 710 710 N 1 0 0 1 -0 -750\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E77\nEncoding: 7799 7799 1009\nWidth: 600\nFlags: H\nHStem: -13 100<253 300.5> 337 100<375 410>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nDStem: 273 -142 273 -53 385 -239 424 -182 273 -142 273 -53 385 -239 424 -182 273 -53 273 -142 121 -182 160 -239 273 -142 273 -53 385 -239 424 -182 273 -53 273 -142 121 -182 160 -239 273 -142 273 -53 385 -239 424 -182 273 -53 273 -142 121 -182 160 -239 273 -142 273 -53 385 -239 424 -182 273 -53 273 -142 121 -182 160 -239 273 -142 273 -53 385 -239 424 -182 273 -53 273 -142 121 -182 160 -239\nRef: 710 710 N 1 0 0 1 -28 -749\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E78\nEncoding: 7800 7800 1010\nWidth: 600\nFlags: H\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5> 623 69<371 378> 687 69<224 229>\nVStem: 71 100<205 483> 429 100<196 205 205 483>\nDStem: 458 980 504 924 325 869 371 812\nRef: 180 180 N 1 0 0 1 52 300\nRef: 360 360 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E79\nEncoding: 7801 7801 1011\nWidth: 600\nFlags: H\nHStem: -13 100<253 300.5> 337 100<375 410> 477 69<363 370> 541 69<216 221>\nVStem: 95 100<156 159 159 338 338 338> 410 100<155 337 337 337>\nDStem: 450 834 496 778 317 723 363 666\nRef: 180 180 N 1 0 0 1 44 154\nRef: 361 361 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7A\nEncoding: 7802 7802 1012\nWidth: 600\nFlags: H\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5> 689 80<178 422>\nVStem: 71 100<205 483> 136 120<852.5 885> 344 120<852.5 885> 429 100<196 205 205 483>\nRef: 168 168 N 1 0 0 1 0 275\nRef: 362 362 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7B\nEncoding: 7803 7803 1013\nWidth: 600\nFlags: H\nHStem: -13 100<253 300.5> 337 100<375 410> 546 80<178 422>\nVStem: 95 100<156 159 159 338 338 338> 136 120<709.5 742> 344 120<709.5 742> 410 100<155 337 337 337>\nRef: 168 168 N 1 0 0 1 0 132\nRef: 363 363 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7C\nEncoding: 7804 7804 1014\nWidth: 600\nFlags: H\nHStem: 0 20 483 100<45 47 159 159 159 178 423 447 553 555 555 563.5> 637 69<371 378> 701 69<224 229>\nRef: 732 732 N 1 0 0 1 0 114\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7D\nEncoding: 7805 7805 1015\nWidth: 600\nFlags: H\nHStem: 0 20 417 20<66 198 198 211 399 534 534 547> 490 69<371 378> 554 69<224 229>\nRef: 732 732 N 1 0 0 1 0 -33\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7E\nEncoding: 7806 7806 1016\nWidth: 600\nFlags: H\nHStem: -160 120<287.067 302> 0 20 483 100<45 47 159 159 159 178 423 447 553 555 555 563.5>\nVStem: 238 120<-102 -96>\nRef: 729 729 N 1 0 0 1 -2 -694\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7F\nEncoding: 7807 7807 1017\nWidth: 600\nFlags: H\nHStem: -160 120<288.067 303> 0 20 417 20<66 198 198 211 399 534 534 547>\nVStem: 239 120<-102 -96>\nRef: 729 729 N 1 0 0 1 -1 -694\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: Wgrave\nEncoding: 7808 7808 1018\nWidth: 600\nFlags: H\nHStem: 0 20 483 100<139 139 139 187 413 466>\nDStem: 135 765 181 821 268 653 314 710\nRef: 96 96 N 1 0 0 1 -13 141\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wgrave\nEncoding: 7809 7809 1019\nWidth: 600\nFlags: H\nHStem: 0 20 417 20<66 158 158 171 441 534 534 547>\nDStem: 135 618 181 674 268 506 314 563\nRef: 96 96 N 1 0 0 1 -13 -6\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wacute\nEncoding: 7810 7810 1020\nWidth: 600\nFlags: H\nHStem: 0 20 483 100<139 139 139 187 413 466>\nDStem: 419 821 465 765 286 710 332 653\nRef: 180 180 N 1 0 0 1 13 141\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wacute\nEncoding: 7811 7811 1021\nWidth: 600\nFlags: H\nHStem: 0 20 417 20<66 158 158 171 441 534 534 547>\nDStem: 419 674 465 618 286 563 332 506\nRef: 180 180 N 1 0 0 1 13 -6\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wdieresis\nEncoding: 7812 7812 1022\nWidth: 600\nFlags: H\nHStem: 0 20 483 100<139 139 139 187 413 466>\nVStem: 136 120<680.5 713> 344 120<680.5 713>\nRef: 168 168 N 1 0 0 1 0 103\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wdieresis\nEncoding: 7813 7813 1023\nWidth: 600\nFlags: H\nHStem: 0 20 417 20<66 158 158 171 441 534 534 547>\nVStem: 136 120<533.5 566> 344 120<533.5 566>\nRef: 168 168 N 1 0 0 1 0 -44\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E86\nEncoding: 7814 7814 1024\nWidth: 600\nFlags: H\nHStem: 0 20 483 100<139 139 139 187 413 466> 637 120<289.067 304>\nVStem: 240 120<695 701>\nRef: 729 729 N 1 0 0 1 0 103\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E87\nEncoding: 7815 7815 1025\nWidth: 600\nFlags: H\nHStem: 0 20 417 20<66 158 158 171 441 534 534 547> 490 120<289.067 304>\nVStem: 240 120<548 554>\nRef: 729 729 N 1 0 0 1 0 -44\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E88\nEncoding: 7816 7816 1026\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 20 483 100<139 139 139 187 413 466>\nVStem: 240 120<-102 -96>\nRef: 729 729 N 1 0 0 1 0 -694\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E89\nEncoding: 7817 7817 1027\nWidth: 600\nFlags: H\nHStem: -160 120<291.067 306> 0 20 417 20<66 158 158 171 441 534 534 547>\nVStem: 242 120<-102 -96>\nRef: 729 729 N 1 0 0 1 2 -694\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8A\nEncoding: 7818 7818 1028\nWidth: 600\nFlags: H\nHStem: 0 21<76 187 413 524> 1 99<58 69> 563 20<85 176 422 512> 637 120<287.067 302>\nVStem: 10 243<48 52> 19 224<528 535> 238 120<695 701> 347 243<48 52> 355 223<528 535>\nDStem: 77 483 205 484 235 298 300 375 235 298 301 220 69 100 199 100 301 220 364 297 402 100 531 100 393 484 521 483 300 375 364 297\nRef: 729 729 N 1 0 0 1 -2 103\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8B\nEncoding: 7819 7819 1029\nWidth: 600\nFlags: H\nHStem: 0 20 417 20<106 198 198 211 400 491 491 504> 490 120<287.067 302>\nVStem: 238 120<548 554>\nRef: 729 729 N 1 0 0 1 -2 -44\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8C\nEncoding: 7820 7820 1030\nWidth: 600\nFlags: H\nHStem: 0 21<76 187 413 524> 1 99<58 69> 563 20<85 176 422 512>\nVStem: 10 243<48 52> 19 224<528 535> 134 120<680.5 713> 342 120<680.5 713> 347 243<48 52> 355 223<528 535>\nDStem: 77 483 205 484 235 298 300 375 235 298 301 220 69 100 199 100 301 220 364 297 402 100 531 100 393 484 521 483 300 375 364 297\nRef: 168 168 N 1 0 0 1 -2 103\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8D\nEncoding: 7821 7821 1031\nWidth: 600\nFlags: H\nHStem: 0 20 417 20<106 198 198 211 400 491 491 504>\nVStem: 134 120<533.5 566> 342 120<533.5 566>\nRef: 168 168 N 1 0 0 1 -2 -44\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8E\nEncoding: 7822 7822 1032\nWidth: 600\nFlags: H\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5> 637 120<289.067 304>\nVStem: 240 120<695 701> 250 100<100 245>\nRef: 729 729 N 1 0 0 1 0 103\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8F\nEncoding: 7823 7823 1033\nWidth: 600\nFlags: H\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526> 490 120<289.067 304>\nVStem: 240 120<548 554>\nRef: 729 729 N 1 0 0 1 0 -44\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E90\nEncoding: 7824 7824 1034\nWidth: 600\nFlags: H\nHStem: 0 100<201 427> 483 100<196 375 196 196>\nVStem: 96 100<413 483> 427 100<100 172>\nDStem: 301 747 301 836 413 650 452 707 301 747 301 836 413 650 452 707 301 836 301 747 149 707 188 650 301 747 301 836 413 650 452 707 301 836 301 747 149 707 188 650 301 747 301 836 413 650 452 707 301 836 301 747 149 707 188 650 301 747 301 836 413 650 452 707 301 836 301 747 149 707 188 650 301 747 301 836 413 650 452 707 301 836 301 747 149 707 188 650\nRef: 710 710 N 1 0 0 1 -0 140\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E91\nEncoding: 7825 7825 1035\nWidth: 600\nFlags: H\nHStem: 0 100<244 419> 337 100<197 346 197 197>\nDStem: 302 600 302 689 414 503 453 560 302 600 302 689 414 503 453 560 302 689 302 600 150 560 189 503 302 600 302 689 414 503 453 560 302 689 302 600 150 560 189 503 302 600 302 689 414 503 453 560 302 689 302 600 150 560 189 503 302 600 302 689 414 503 453 560 302 689 302 600 150 560 189 503 302 600 302 689 414 503 453 560 302 689 302 600 150 560 189 503\nRef: 710 710 N 1 0 0 1 1 -7\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E92\nEncoding: 7826 7826 1036\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 100<201 427> 483 100<196 375 196 196>\nVStem: 96 100<413 483> 240 120<-102 -96> 427 100<100 172>\nRef: 729 729 N 1 0 0 1 0 -694\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E93\nEncoding: 7827 7827 1037\nWidth: 600\nFlags: H\nHStem: -160 120<291.067 306> 0 100<244 419> 337 100<197 346 197 197>\nVStem: 242 120<-102 -96>\nRef: 729 729 N 1 0 0 1 2 -694\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E94\nEncoding: 7828 7828 1038\nWidth: 600\nFlags: H\nHStem: -120 80<178 422> 0 100<201 427> 483 100<196 375 196 196>\nVStem: 96 100<413 483> 427 100<100 172>\nRef: 175 175 N 1 0 0 1 0 -666\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E95\nEncoding: 7829 7829 1039\nWidth: 600\nFlags: H\nHStem: -120 80<180 424> 0 100<244 419> 337 100<197 346 197 197>\nRef: 175 175 N 1 0 0 1 2 -666\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E96\nEncoding: 7830 7830 1040\nWidth: 600\nFlags: H\nHStem: -120 80<180 424> 0 20 350 100<306 336.5>\nVStem: 95 100<100 283 389 524 524 524> 409 100<100 271 271 284>\nRef: 175 175 N 1 0 0 1 2 -666\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E97\nEncoding: 7831 7831 1041\nWidth: 600\nFlags: H\nHStem: -16 100<281 325> 337 100<79 114 214 395> 571 20<156 172.5>\nVStem: 0 120<674.5 707> 114 100<130.5 141 141 337 437 525> 208 120<674.5 707>\nRef: 168 168 N 1 0 0 1 -136 97\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E98\nEncoding: 7832 7832 1042\nWidth: 600\nFlags: H\nHStem: 0 20 417 20<66 158 158 171 441 534 534 547> 490 54<281 318.5> 678 53<281 319>\nVStem: 177 53<593 629> 370 53<592.5 628.5>\nRef: 730 730 N 1 0 0 1 0 4\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E99\nEncoding: 7833 7833 1043\nWidth: 600\nFlags: H\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526> 490 54<281 318.5> 678 53<281 319>\nVStem: 177 53<593 629> 370 53<592.5 628.5>\nRef: 730 730 N 1 0 0 1 0 4\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E9B\nEncoding: 7835 7835 1044\nWidth: 600\nFlags: H\nHStem: 0 100<123 199 300 443> 337 100<139 199> 523 100<379 395> 663 120<381.067 396>\nVStem: 199 100<100 337 437 480> 332 120<721 727>\nRef: 729 729 N 1 0 0 1 92 129\nRef: 383 383 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA0\nEncoding: 7840 7840 1045\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nVStem: 240 120<-102 -96>\nRef: 729 729 N 1 0 0 1 0 -694\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA1\nEncoding: 7841 7841 1046\nWidth: 600\nFlags: H\nHStem: -176 120<211.067 226> -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 162 120<-118 -112> 389 100<135 185 279 304>\nRef: 729 729 N 1 0 0 1 -78 -710\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA2\nEncoding: 7842 7842 1047\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 860 53<235 251>\nVStem: 123 53<783.668 798> 220 52<663 672> 316 53<781 798>\nRef: 777 777 N 1 0 0 1 -54 186\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA3\nEncoding: 7843 7843 1048\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 713 53<281 297>\nVStem: 42 106<118 128> 169 53<636.668 651> 266 52<516 525> 362 53<634 651> 389 100<135 185 279 304>\nRef: 777 777 N 1 0 0 1 -8 39\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA4\nEncoding: 7844 7844 1049\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nDStem: 403 1063 449 1007 270 952 316 895\nRef: 180 180 N 1 0 0 1 -3 383\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA5\nEncoding: 7845 7845 1050\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nDStem: 290 607 290 696 402 510 441 567 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 409 920 455 864 276 809 322 752\nRef: 180 180 N 1 0 0 1 3 240\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA6\nEncoding: 7846 7846 1051\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nDStem: 119 1007 165 1063 252 895 298 952\nRef: 96 96 N 1 0 0 1 -29 383\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA7\nEncoding: 7847 7847 1052\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nDStem: 125 864 171 920 258 752 304 809 290 607 290 696 402 510 441 567 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510\nRef: 96 96 N 1 0 0 1 -23 240\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA8\nEncoding: 7848 7848 1053\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 1102 53<273 289>\nVStem: 161 53<1025.67 1040> 258 52<905 914> 354 53<1023 1040>\nRef: 777 777 N 1 0 0 1 -16 428\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA9\nEncoding: 7849 7849 1054\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 959 53<279 295>\nVStem: 42 106<118 128> 167 53<882.668 897> 264 52<762 771> 360 53<880 897> 389 100<135 185 279 304>\nDStem: 290 607 290 696 402 510 441 567 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510\nRef: 777 777 N 1 0 0 1 -10 285\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAA\nEncoding: 7850 7850 1055\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 879 69<355 362> 943 69<208 213>\nRef: 732 732 N 1 0 0 1 -16 356\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAB\nEncoding: 7851 7851 1056\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 736 69<361 368> 800 69<214 219>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nDStem: 290 607 290 696 402 510 441 567 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510 290 607 290 696 402 510 441 567 290 696 290 607 138 567 177 510\nRef: 732 732 N 1 0 0 1 -10 213\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAC\nEncoding: 7852 7852 1057\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201>\nVStem: 240 120<-102 -96>\nDStem: 247 747 247 836 359 650 398 707 247 747 247 836 359 650 398 707 247 836 247 747 95 707 134 650 247 747 247 836 359 650 398 707 247 836 247 747 95 707 134 650 247 747 247 836 359 650 398 707 247 836 247 747 95 707 134 650 247 747 247 836 359 650 398 707 247 836 247 747 95 707 134 650 247 747 247 836 359 650 398 707 247 836 247 747 95 707 134 650\nRef: 710 710 N 1 0 0 1 -54 140\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAD\nEncoding: 7853 7853 1058\nWidth: 600\nFlags: H\nHStem: -176 120<211.067 226> -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314>\nVStem: 42 106<118 128> 162 120<-118 -112> 389 100<135 185 279 304>\nDStem: 293 600 293 689 405 503 444 560 293 600 293 689 405 503 444 560 293 689 293 600 141 560 180 503 293 600 293 689 405 503 444 560 293 689 293 600 141 560 180 503 293 600 293 689 405 503 444 560 293 689 293 600 141 560 180 503 293 600 293 689 405 503 444 560 293 689 293 600 141 560 180 503 293 600 293 689 405 503 444 560 293 689 293 600 141 560 180 503\nRef: 710 710 N 1 0 0 1 -8 -7\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAE\nEncoding: 7854 7854 1059\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 647 68<272.5 327.5>\nDStem: 380 983 426 927 247 872 293 815\nRef: 180 180 S 1 0 0 1 -26 303\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAF\nEncoding: 7855 7855 1060\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 302> 350 100<277 314> 503 68<283 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nDStem: 383 839 429 783 250 728 296 671\nRef: 180 180 S 1 0 0 1 -23 159\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB0\nEncoding: 7856 7856 1061\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 647 68<272.5 327.5>\nDStem: 165 930 211 986 298 818 344 875\nRef: 96 96 S 1 0 0 1 17 306\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB1\nEncoding: 7857 7857 1062\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 302> 350 100<277 314> 503 68<283 314>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nDStem: 171 759 217 815 304 647 350 704\nRef: 96 96 S 1 0 0 1 23 135\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB2\nEncoding: 7858 7858 1063\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 647 68<272.5 327.5> 992 53<277 293>\nVStem: 165 53<915.668 930> 262 52<795 804> 358 53<913 930>\nRef: 777 777 S 1 0 0 1 -12 318\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB3\nEncoding: 7859 7859 1064\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 302> 350 100<277 314> 503 68<283 314> 857 53<280 296>\nVStem: 42 106<118 128> 168 53<780.668 795> 265 52<660 669> 361 53<778 795> 389 100<135 185 279 304>\nRef: 777 777 N 1 0 0 1 -9 183\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB4\nEncoding: 7860 7860 1065\nWidth: 600\nFlags: H\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 647 68<272.5 327.5> 871 69<371 378> 935 69<224 229>\nRef: 732 732 N 1 0 0 1 0 348\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB5\nEncoding: 7861 7861 1066\nWidth: 600\nFlags: H\nHStem: -16 100<218 234> 0 100<489 522> 196 92<266 302> 350 100<277 314> 503 68<283 314> 727 69<371 378> 791 69<224 229>\nVStem: 42 106<118 128> 389 100<135 185 279 304>\nRef: 732 732 N 1 0 0 1 0 204\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB6\nEncoding: 7862 7862 1067\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 637 68<218.5 273.5>\nVStem: 240 120<-102 -96>\nRef: 728 728 N 1 0 0 1 -54 134\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB7\nEncoding: 7863 7863 1068\nWidth: 600\nFlags: H\nHStem: -176 120<211.067 226> -16 100<218 234> 0 100<489 522> 196 92<266 298> 350 100<277 314> 490 68<264.5 319.5>\nVStem: 42 106<118 128> 162 120<-118 -112> 389 100<135 185 279 304>\nRef: 728 728 N 1 0 0 1 -8 -13\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB8\nEncoding: 7864 7864 1069\nWidth: 600\nFlags: H\nHStem: -160 120<303.067 318> 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 254 120<-102 -96> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nRef: 729 729 N 1 0 0 1 14 -694\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB9\nEncoding: 7865 7865 1070\nWidth: 600\nFlags: H\nHStem: -176 120<286.067 301> -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nVStem: 237 120<-118 -112>\nRef: 729 729 N 1 0 0 1 -3 -710\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBA\nEncoding: 7866 7866 1071\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 860 53<292.5 308.5>\nVStem: 94 100<101 242 343 482> 180 53<783.668 798> 278 52<663 672> 279 99<218 242 343 369> 374 53<781 798> 428 100<415 483> 450 100<100 171>\nRef: 777 777 N 1 0 0 1 4 186\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBB\nEncoding: 7867 7867 1072\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 713 53<280 296>\nVStem: 168 53<636.668 651> 265 52<516 525> 361 53<634 651>\nRef: 777 777 N 1 0 0 1 -9 39\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBC\nEncoding: 7868 7868 1073\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 637 69<375 382> 701 69<228 233>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nRef: 732 732 N 1 0 0 1 4 114\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBD\nEncoding: 7869 7869 1074\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 490 69<362 369> 554 69<215 220>\nRef: 732 732 N 1 0 0 1 -9 -33\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBE\nEncoding: 7870 7870 1075\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 411 1063 457 1007 278 952 324 895\nRef: 180 180 N 1 0 0 1 5 383\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBF\nEncoding: 7871 7871 1076\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nDStem: 424 920 470 864 291 809 337 752\nRef: 180 180 N 1 0 0 1 18 240\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC0\nEncoding: 7872 7872 1077\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 127 1007 173 1063 260 895 306 952 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653\nRef: 96 96 N 1 0 0 1 -21 383\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC1\nEncoding: 7873 7873 1078\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nDStem: 140 864 186 920 273 752 319 809\nRef: 96 96 N 1 0 0 1 -8 240\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC2\nEncoding: 7874 7874 1079\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 1102 53<281 297>\nVStem: 94 100<101 242 343 482> 169 53<1025.67 1040> 266 52<905 914> 279 99<218 242 343 369> 362 53<1023 1040> 428 100<415 483> 450 100<100 171>\nDStem: 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653\nRef: 777 777 N 1 0 0 1 -8 428\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC3\nEncoding: 7875 7875 1080\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 959 53<294 310>\nVStem: 182 53<882.668 897> 279 52<762 771> 375 53<880 897>\nRef: 777 777 N 1 0 0 1 5 285\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC4\nEncoding: 7876 7876 1081\nWidth: 600\nFlags: H\nHStem: 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428> 879 69<363 370> 943 69<216 221>\nVStem: 94 100<101 242 343 482> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653 292 750 292 839 404 653 443 711 292 839 292 750 140 711 179 653\nRef: 732 732 N 1 0 0 1 -8 356\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC5\nEncoding: 7877 7877 1082\nWidth: 600\nFlags: H\nHStem: -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5> 736 69<376 383> 800 69<229 234>\nRef: 732 732 N 1 0 0 1 5 213\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC6\nEncoding: 7878 7878 1083\nWidth: 600\nFlags: H\nHStem: -160 120<303.067 318> 0 100<61 93 195 450> 0 219<493 509> 243 99<195 279> 483 100<61 93 195 428>\nVStem: 94 100<101 242 343 482> 254 120<-102 -96> 279 99<218 242 343 369> 428 100<415 483> 450 100<100 171>\nDStem: 304 747 304 836 416 650 455 707 304 747 304 836 416 650 455 707 304 836 304 747 152 707 191 650 304 747 304 836 416 650 455 707 304 836 304 747 152 707 191 650 304 747 304 836 416 650 455 707 304 836 304 747 152 707 191 650 304 747 304 836 416 650 455 707 304 836 304 747 152 707 191 650 304 747 304 836 416 650 455 707 304 836 304 747 152 707 191 650\nRef: 710 710 N 1 0 0 1 3 140\nRef: 7864 7864 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC7\nEncoding: 7879 7879 1084\nWidth: 600\nFlags: H\nHStem: -176 120<286.067 301> -16 100<262 329> 172 88<145 439> 350 100<255.5 328.5>\nVStem: 237 120<-118 -112>\nDStem: 291 600 291 689 403 503 442 560 291 600 291 689 403 503 442 560 291 689 291 600 139 560 178 503 291 600 291 689 403 503 442 560 291 689 291 600 139 560 178 503 291 600 291 689 403 503 442 560 291 689 291 600 139 560 178 503 291 600 291 689 403 503 442 560 291 689 291 600 139 560 178 503 291 600 291 689 403 503 442 560 291 689 291 600 139 560 178 503\nRef: 710 710 N 1 0 0 1 -10 -7\nRef: 7865 7865 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC8\nEncoding: 7880 7880 1085\nWidth: 600\nFlags: H\nHStem: 0 100<149 250 350 451> 483 100<149 250 350 451 350 350> 860 53<289 305>\nVStem: 177 53<783.668 798> 250 100<100 483> 274 52<663 672> 370 53<781 798>\nRef: 777 777 N 1 0 0 1 0 186\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC9\nEncoding: 7881 7881 1086\nWidth: 600\nFlags: H\nHStem: 0 100<128 250 350 472> 337 100<172 250> 713 53<289 305>\nVStem: 177 53<636.668 651> 250 100<100 337 337 337> 274 52<516 525> 370 53<634 651>\nRef: 777 777 S 1 0 0 1 0 39\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECA\nEncoding: 7882 7882 1087\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 100<149 250 350 451> 483 100<149 250 350 451 350 350>\nVStem: 240 120<-102 -96> 250 100<100 483>\nRef: 729 729 N 1 0 0 1 0 -694\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECB\nEncoding: 7883 7883 1088\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 100<110 249 350 478> 337 100<158 249> 518 105<219 335>\nVStem: 218 118<519 622> 240 120<-102 -96> 250 100<100 337>\nRef: 729 729 N 1 0 0 1 0 -694\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECC\nEncoding: 7884 7884 1089\nWidth: 600\nFlags: H\nHStem: -174 120<289.067 304> -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 240 120<-116 -110> 479 100<234 335>\nRef: 729 729 N 1 0 0 1 0 -708\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECD\nEncoding: 7885 7885 1090\nWidth: 600\nFlags: H\nHStem: -176 120<289.067 304> -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 240 120<-118 -112> 458 100<179.5 254>\nRef: 729 729 N 1 0 0 1 0 -710\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECE\nEncoding: 7886 7886 1091\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 860 53<289 305>\nVStem: 21 100<235.5 348> 177 53<783.668 798> 274 52<663 672> 370 53<781 798> 479 100<234 335>\nRef: 777 777 N 1 0 0 1 0 186\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECF\nEncoding: 7887 7887 1092\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 713 53<292 308>\nVStem: 42 100<179.5 255> 180 53<636.668 651> 277 52<516 525> 373 53<634 651> 458 100<179.5 254>\nRef: 777 777 N 1 0 0 1 3 39\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED0\nEncoding: 7888 7888 1093\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nDStem: 419 1063 465 1007 286 952 332 895\nRef: 180 180 N 1 0 0 1 13 383\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED1\nEncoding: 7889 7889 1094\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nDStem: 419 920 465 864 286 809 332 752\nRef: 180 180 N 1 0 0 1 13 240\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED2\nEncoding: 7890 7890 1095\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 479 100<234 335>\nDStem: 135 1007 181 1063 268 895 314 952\nRef: 96 96 N 1 0 0 1 -13 383\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED3\nEncoding: 7891 7891 1096\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nDStem: 135 864 181 920 268 752 314 809\nRef: 96 96 N 1 0 0 1 -13 240\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED4\nEncoding: 7892 7892 1097\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 1102 53<289 305>\nVStem: 21 100<235.5 348> 177 53<1025.67 1040> 274 52<905 914> 370 53<1023 1040> 479 100<234 335>\nRef: 777 777 N 1 0 0 1 0 428\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED5\nEncoding: 7893 7893 1098\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 959 53<289 305>\nVStem: 42 100<179.5 255> 177 53<882.668 897> 274 52<762 771> 370 53<880 897> 458 100<179.5 254>\nRef: 777 777 N 1 0 0 1 0 285\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED6\nEncoding: 7894 7894 1099\nWidth: 600\nFlags: H\nHStem: -14 100<251 348.5> 497 100<251 333.5> 879 69<371 378> 943 69<224 229>\nVStem: 21 100<235.5 348> 479 100<234 335>\nRef: 732 732 N 1 0 0 1 0 356\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED7\nEncoding: 7895 7895 1100\nWidth: 600\nFlags: H\nHStem: -16 100<255.5 344.5> 350 100<256.5 345.5> 736 69<371 378> 800 69<224 229>\nVStem: 42 100<179.5 255> 458 100<179.5 254>\nRef: 732 732 N 1 0 0 1 0 213\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED8\nEncoding: 7896 7896 1101\nWidth: 600\nFlags: H\nHStem: -174 120<289.067 304> -14 100<251 348.5> 497 100<251 333.5>\nVStem: 21 100<235.5 348> 240 120<-116 -110> 479 100<234 335>\nDStem: 301 747 301 836 413 650 452 707 301 747 301 836 413 650 452 707 301 836 301 747 149 707 188 650 301 747 301 836 413 650 452 707 301 836 301 747 149 707 188 650 301 747 301 836 413 650 452 707 301 836 301 747 149 707 188 650 301 747 301 836 413 650 452 707 301 836 301 747 149 707 188 650 301 747 301 836 413 650 452 707 301 836 301 747 149 707 188 650\nRef: 710 710 N 1 0 0 1 -0 140\nRef: 7884 7884 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED9\nEncoding: 7897 7897 1102\nWidth: 600\nFlags: H\nHStem: -176 120<289.067 304> -16 100<255.5 344.5> 350 100<256.5 345.5>\nVStem: 42 100<179.5 255> 240 120<-118 -112> 458 100<179.5 254>\nDStem: 303 600 303 689 415 503 454 560 303 600 303 689 415 503 454 560 303 689 303 600 151 560 190 503 303 600 303 689 415 503 454 560 303 689 303 600 151 560 190 503 303 600 303 689 415 503 454 560 303 689 303 600 151 560 190 503 303 600 303 689 415 503 454 560 303 689 303 600 151 560 190 503 303 600 303 689 415 503 454 560 303 689 303 600 151 560 190 503\nRef: 710 710 N 1 0 0 1 2 -7\nRef: 7885 7885 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDA\nEncoding: 7898 7898 1103\nWidth: 600\nFlags: H\nHStem: -14 100<293 309> 497 100<293 309>\nVStem: 21 100<274 306> 479 100<274 306> 501 100<558 562>\nDStem: 369.644 824.719 415.644 768.719 236.644 713.719 282.644 656.719\nRef: 180 180 N 1 0 0 1 -36 145\nRef: 416 416 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDB\nEncoding: 7899 7899 1104\nWidth: 600\nFlags: H\nHStem: -16 100<282 314> 350 100<282 314>\nVStem: 42 100<208 224> 458 100<208 224> 503 100<414 417>\nDStem: 398.644 671.719 444.644 615.719 265.644 560.719 311.644 503.719\nRef: 180 180 S 1 0 0 1 -7 -8\nRef: 417 417 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDC\nEncoding: 7900 7900 1105\nWidth: 600\nFlags: H\nHStem: -14 100<293 309> 497 100<293 309>\nVStem: 21 100<274 306> 479 100<274 306> 501 100<558 562>\nDStem: 184.644 768.719 230.644 824.719 317.644 656.719 363.644 713.719\nRef: 96 96 S 1 0 0 1 37 145\nRef: 416 416 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDD\nEncoding: 7901 7901 1106\nWidth: 600\nFlags: H\nHStem: -16 100<282 314> 350 100<282 314>\nVStem: 42 100<208 224> 458 100<208 224> 503 100<414 417>\nDStem: 172.644 613.719 218.644 669.719 305.644 501.719 351.644 558.719\nRef: 96 96 S 1 0 0 1 25 -10\nRef: 417 417 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDE\nEncoding: 7902 7902 1107\nWidth: 600\nFlags: H\nHStem: -14 100<293 309> 497 100<293 309> 873 53<293.644 309.644>\nVStem: 21 100<274 306> 182 53<796.387 810.719> 279 52<675.719 684.719> 375 53<793.719 810.719> 479 100<274 306> 501 100<558 562>\nRef: 777 777 S 1 0 0 1 5 199\nRef: 416 416 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EDF\nEncoding: 7903 7903 1108\nWidth: 600\nFlags: H\nHStem: -16 100<282 314> 350 100<282 314> 720 53<298.644 314.644>\nVStem: 42 100<208 224> 187 53<643.387 657.719> 284 52<522.719 531.719> 380 53<640.719 657.719> 458 100<208 224> 503 100<414 417>\nRef: 777 777 S 1 0 0 1 10 46\nRef: 417 417 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE0\nEncoding: 7904 7904 1109\nWidth: 600\nFlags: H\nHStem: -14 100<293 309> 497 100<293 309> 665 69<363.644 370.644> 729 69<216.644 221.644>\nVStem: 21 100<274 306> 479 100<274 306> 501 100<558 562>\nRef: 732 732 S 1 0 0 1 -7 142\nRef: 416 416 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE1\nEncoding: 7905 7905 1110\nWidth: 600\nFlags: H\nHStem: -16 100<282 314> 350 100<282 314> 512 69<366.644 373.644> 576 69<219.644 224.644>\nVStem: 42 100<208 224> 458 100<208 224> 503 100<414 417>\nRef: 732 732 S 1 0 0 1 -4 -11\nRef: 417 417 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE2\nEncoding: 7906 7906 1111\nWidth: 600\nFlags: H\nHStem: -174 120<289.067 304> -14 100<293 309> 497 100<293 309>\nVStem: 21 100<274 306> 240 120<-116 -110> 479 100<274 306> 501 100<558 562>\nRef: 729 729 N 1 0 0 1 0 -708\nRef: 416 416 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE3\nEncoding: 7907 7907 1112\nWidth: 600\nFlags: H\nHStem: -176 120<289.067 304> -16 100<282 314> 350 100<282 314>\nVStem: 42 100<208 224> 240 120<-118 -112> 458 100<208 224> 503 100<414 417>\nRef: 729 729 N 1 0 0 1 0 -710\nRef: 417 417 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE4\nEncoding: 7908 7908 1113\nWidth: 600\nFlags: H\nHStem: -174 120<289.067 304> -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5>\nVStem: 71 100<205 483> 240 120<-116 -110> 429 100<196 205 205 483>\nRef: 729 729 N 1 0 0 1 0 -708\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE5\nEncoding: 7909 7909 1114\nWidth: 600\nFlags: H\nHStem: -173 120<262.067 277> -13 100<253 300.5> 337 100<375 410>\nVStem: 95 100<156 159 159 338 338 338> 213 120<-115 -109> 410 100<155 337 337 337>\nRef: 729 729 N 1 0 0 1 -27 -707\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE6\nEncoding: 7910 7910 1115\nWidth: 600\nFlags: H\nHStem: -14 100<273 327.5> 483 100<171 171 171 206 394 429 529 537.5> 860 53<289 305>\nVStem: 71 100<205 483> 177 53<783.668 798> 274 52<663 672> 370 53<781 798> 429 100<196 205 205 483>\nRef: 777 777 N 1 0 0 1 0 186\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE7\nEncoding: 7911 7911 1116\nWidth: 600\nFlags: H\nHStem: -13 100<253 300.5> 337 100<375 410> 713 53<283.5 299.5>\nVStem: 95 100<156 159 159 338 338 338> 172 53<636.668 651> 268 52<516 525> 364 53<634 651> 410 100<155 337 337 337>\nRef: 777 777 N 1 0 0 1 -6 39\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE8\nEncoding: 7912 7912 1117\nWidth: 600\nFlags: H\nHStem: -14 100<282.431 314> 483 100<172 218 378 428>\nVStem: 10 262<530 535> 71 100<194 483> 429 100<194 483> 569 100<591 594>\nDStem: 386.645 827.719 432.645 771.719 253.645 716.719 299.645 659.719\nRef: 180 180 S 1 0 0 1 -19 148\nRef: 431 431 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE9\nEncoding: 7913 7913 1118\nWidth: 600\nFlags: H\nHStem: -13 100<269 285> 0 21<410 505> 0 100<510.031 525.045> 337 100<61 95 349.509 409 510.062 530.885>\nVStem: 95 100<147 337> 410 100<155 337> 555 100<445 451>\nDStem: 376.644 694.719 422.644 638.719 243.644 583.719 289.644 526.719\nRef: 180 180 S 1 0 0 1 -29 15\nRef: 432 432 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EEA\nEncoding: 7914 7914 1119\nWidth: 600\nFlags: H\nHStem: -14 100<282.431 314> 483 100<172 218 378 428>\nVStem: 10 262<530 535> 71 100<194 483> 429 100<194 483> 569 100<591 594>\nDStem: 174.645 762.719 220.645 818.719 307.645 650.719 353.645 707.719\nRef: 96 96 S 1 0 0 1 27 139\nRef: 431 431 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EEB\nEncoding: 7915 7915 1120\nWidth: 600\nFlags: H\nHStem: -13 100<269 285> 0 21<410 505> 0 100<510.031 525.045> 337 100<61 95 349.509 409 510.062 530.885>\nVStem: 95 100<147 337> 410 100<155 337> 555 100<445 451>\nDStem: 146.644 622.719 192.644 678.719 279.644 510.719 325.644 567.719\nRef: 96 96 S 1 0 0 1 -1 -1\nRef: 432 432 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EEC\nEncoding: 7916 7916 1121\nWidth: 600\nFlags: H\nHStem: -14 100<282.431 314> 483 100<172 218 378 428> 849 53<292.644 308.644>\nVStem: 10 262<530 535> 71 100<194 483> 181 53<772.387 786.719> 278 52<651.719 660.719> 374 53<769.719 786.719> 429 100<194 483> 569 100<591 594>\nRef: 777 777 S 1 0 0 1 4 175\nRef: 431 431 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EED\nEncoding: 7917 7917 1122\nWidth: 600\nFlags: H\nHStem: -13 100<269 285> 0 21<410 505> 0 100<510.031 525.045> 337 100<61 95 349.509 409 510.062 530.885> 697 53<260.644 276.644>\nVStem: 95 100<147 337> 149 53<620.387 634.719> 246 52<499.719 508.719> 342 53<617.719 634.719> 410 100<155 337> 555 100<445 451>\nRef: 777 777 S 1 0 0 1 -28 23\nRef: 432 432 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EEE\nEncoding: 7918 7918 1123\nWidth: 600\nFlags: H\nHStem: -14 100<282.431 314> 483 100<172 218 378 428> 665 69<380.644 387.644> 729 69<233.644 238.644>\nVStem: 10 262<530 535> 71 100<194 483> 429 100<194 483> 569 100<591 594>\nRef: 732 732 S 1 0 0 1 10 142\nRef: 431 431 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EEF\nEncoding: 7919 7919 1124\nWidth: 600\nFlags: H\nHStem: -13 100<269 285> 0 21<410 505> 0 100<510.031 525.045> 337 100<61 95 349.509 409 510.062 530.885> 529 69<368.644 375.644> 593 69<221.644 226.644>\nVStem: 95 100<147 337> 410 100<155 337> 555 100<445 451>\nRef: 732 732 S 1 0 0 1 -2 6\nRef: 432 432 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF0\nEncoding: 7920 7920 1125\nWidth: 600\nFlags: H\nHStem: -174 120<289.067 304> -14 100<282.431 314> 483 100<172 218 378 428>\nVStem: 10 262<530 535> 71 100<194 483> 240 120<-116 -110> 429 100<194 483> 569 100<591 594>\nRef: 729 729 N 1 0 0 1 0 -708\nRef: 431 431 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF1\nEncoding: 7921 7921 1126\nWidth: 600\nFlags: H\nHStem: -173 120<262.067 277> -13 100<269 285> 0 21<410 505> 0 100<510.031 525.045> 337 100<61 95 349.509 409 510.062 530.885>\nVStem: 95 100<147 337> 213 120<-115 -109> 410 100<155 337> 555 100<445 451>\nRef: 729 729 N 1 0 0 1 -27 -707\nRef: 432 432 N 1 0 0 1 0 0\nEndChar\nStartChar: Ygrave\nEncoding: 7922 7922 1127\nWidth: 600\nFlags: H\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5>\nVStem: 250 100<100 245>\nDStem: 136 765 182 821 269 653 315 710\nRef: 96 96 N 1 0 0 1 -12 141\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ygrave\nEncoding: 7923 7923 1128\nWidth: 600\nFlags: H\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526>\nDStem: 135 618 181 674 268 506 314 563\nRef: 96 96 N 1 0 0 1 -13 -6\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF4\nEncoding: 7924 7924 1129\nWidth: 600\nFlags: H\nHStem: -160 120<289.067 304> 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5>\nVStem: 240 120<-102 -96> 250 100<100 245>\nRef: 729 729 N 1 0 0 1 0 -694\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF5\nEncoding: 7925 7925 1130\nWidth: 600\nFlags: H\nHStem: -365 120<183.067 198> -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526>\nVStem: 134 120<-307 -301>\nRef: 729 729 N 1 0 0 1 -106 -899\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF6\nEncoding: 7926 7926 1131\nWidth: 600\nFlags: H\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5> 860 53<289.5 305.5>\nVStem: 178 53<783.668 798> 250 100<100 245> 274 52<663 672> 370 53<781 798>\nRef: 777 777 N 1 0 0 1 0 186\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF7\nEncoding: 7927 7927 1132\nWidth: 600\nFlags: H\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526> 713 53<289 305>\nVStem: 177 53<636.668 651> 274 52<516 525> 370 53<634 651>\nRef: 777 777 N 1 0 0 1 0 39\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF8\nEncoding: 7928 7928 1133\nWidth: 600\nFlags: H\nHStem: 0 100<185 250 350 415> 563 20<88 177 177 190.5 421 513 513 526.5> 637 69<371 378> 701 69<224 229>\nVStem: 250 100<100 245>\nRef: 732 732 N 1 0 0 1 0 114\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF9\nEncoding: 7929 7929 1134\nWidth: 600\nFlags: H\nHStem: -205 100<87 187 297 302> 417 20<87 177 177 190 421 513 513 526> 490 69<371 378> 554 69<224 229>\nRef: 732 732 N 1 0 0 1 0 -33\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2011\nEncoding: 8209 8209 1135\nWidth: 600\nFlags: HW\nHStem: 229 100<108 492>\nRef: 45 45 N 1 0 0 1 0 0\nEndChar\nStartChar: endash\nEncoding: 8211 8211 1136\nWidth: 600\nFlags: HMW\nHStem: 229 100<108 492>\nFore\n492 229 m 2\n 108 229 l 2\n 83 229 72 231 63 238 c 0\n 50 248 42 263 42 279 c 0\n 42 296 51 312 66 322 c 0\n 75 328 83 329 108 329 c 2\n 492 329 l 2\n 518 329 528 327 538 320 c 0\n 551 310 558 295 558 279 c 0\n 558 262 549 245 534 236 c 0\n 526 231 514 229 492 229 c 2\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 1137\nWidth: 600\nFlags: HMW\nHStem: 229 100<37 563>\nFore\n563 229 m 2\n 37 229 l 2\n 12 229 1 231 -8 238 c 0\n -21 248 -29 264 -29 279 c 0\n -29 296 -20 313 -5 322 c 0\n 4 328 12 329 37 329 c 2\n 563 329 l 2\n 589 329 599 327 608 320 c 0\n 622 310 629 295 629 279 c 0\n 629 262 620 245 605 236 c 0\n 597 231 585 229 563 229 c 2\nEndSplineSet\nEndChar\nStartChar: afii00208\nEncoding: 8213 8213 1138\nWidth: 600\nFlags: HW\nHStem: 229 100<37 563>\nRef: 8212 8212 N 1 0 0 1 0 0\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 1139\nWidth: 600\nFlags: HMW\nHStem: 582 20<249 381 381 381>\nFore\n381 602 m 1\n 450 395 l 1\n 451 390 453 381 453 376 c 0\n 453 361 438 348 422 348 c 0\n 409 348 401 354 390 372 c 2\n 249 602 l 1\n 381 602 l 1\nEndSplineSet\nKernsSLIF: 65 -87 1 0 198 -85 1 0 193 -87 1 0 196 -87 1 0 197 -87 1 0 84 -49 1 0 86 -46 1 0 87 -38 1 0 89 -73 1 0\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 1140\nWidth: 600\nFlags: HW\nFore\n225 602 m 1\n 357 602 l 1\n 216 372 l 2\n 205 354 197 348 184 348 c 0\n 168 348 153 361 153 376 c 0\n 153 381 155 390 156 395 c 1\n 225 602 l 1\nEndSplineSet\nKernsSLIF: 65 -154 1 0 198 -153 1 0 193 -154 1 0 196 -154 1 0 197 -154 1 0 44 -227 1 0 100 -140 1 0 111 -143 1 0 46 -244 1 0 114 -149 1 0 115 -150 1 0 116 -117 1 0 118 -110 1 0 119 -105 1 0 121 -116 1 0\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 1141\nWidth: 600\nFlags: HW\nFore\n219 134 m 1\n 351 134 l 1\n 210 -134 l 2\n 202 -150 190 -158 178 -158 c 0\n 161 -158 147 -145 147 -130 c 0\n 147 -124 147 -122 150 -111 c 2\n 219 134 l 1\nEndSplineSet\nEndChar\nStartChar: quotereversed\nEncoding: 8219 8219 1142\nWidth: 600\nFlags: HW\nHStem: 582 20<249 381 381 381>\nRef: 8216 8216 N 1 0 0 1 0 0\nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 1143\nWidth: 600\nFlags: HMW\nHStem: 582 20<98 230 230 230 298 430 430 430>\nFore\n430 602 m 1\n 499 395 l 1\n 500 390 502 381 502 376 c 0\n 502 361 487 348 471 348 c 0\n 458 348 450 354 439 372 c 2\n 298 602 l 1\n 430 602 l 1\n230 602 m 1\n 299 395 l 1\n 300 390 302 381 302 376 c 0\n 302 361 287 348 271 348 c 0\n 258 348 250 354 239 372 c 2\n 98 602 l 1\n 230 602 l 1\nEndSplineSet\nKernsSLIF: 65 -62 1 0 198 -60 1 0 193 -62 1 0 196 -62 1 0 197 -62 1 0 84 -24 1 0 86 -22 1 0 87 -13 1 0 89 -49 1 0\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 1144\nWidth: 600\nFlags: HMW\nHStem: 582 20<159 291 291 291 359 491 491 491>\nFore\n159 602 m 1\n 291 602 l 1\n 150 372 l 2\n 139 354 131 348 118 348 c 0\n 102 348 87 361 87 376 c 0\n 87 381 88 389 90 395 c 2\n 159 602 l 1\n359 602 m 1\n 491 602 l 1\n 350 372 l 2\n 339 354 331 348 318 348 c 0\n 302 348 287 361 287 376 c 0\n 287 381 288 389 290 395 c 2\n 359 602 l 1\nEndSplineSet\nKernsSLIF: 65 -76 1 0 198 -75 1 0 193 -76 1 0 196 -76 1 0 197 -76 1 0 84 -39 1 0 86 -30 1 0 87 -26 1 0 89 -51 1 0\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 1145\nWidth: 600\nFlags: HW\nFore\n159 134 m 1\n 291 134 l 1\n 150 -96 l 2\n 139 -114 131 -120 118 -120 c 0\n 102 -120 87 -107 87 -92 c 0\n 87 -87 88 -79 90 -73 c 2\n 159 134 l 1\n359 134 m 1\n 491 134 l 1\n 350 -96 l 2\n 339 -114 331 -120 318 -120 c 0\n 302 -120 287 -107 287 -92 c 0\n 287 -87 288 -79 290 -73 c 2\n 359 134 l 1\nEndSplineSet\nKernsSLIF: 65 -6 1 0 198 -7 1 0 84 -90 1 0 86 -104 1 0 87 -43 1 0 89 -78 1 0\nEndChar\nStartChar: uni201F\nEncoding: 8223 8223 1146\nWidth: 600\nFlags: HW\nHStem: 582 20<98 230 230 230 298 430 430 430>\nRef: 8220 8220 N 1 0 0 1 0 0\nEndChar\nStartChar: dagger\nEncoding: 8224 8224 1147\nWidth: 600\nFlags: HMW\nHStem: 337 100<160 250 350 439>\nVStem: 250 100<-26 337 437 556>\nFore\n350 337 m 1\n 350 -26 l 2\n 350 -53 348 -61 341 -71 c 0\n 331 -84 316 -92 300 -92 c 0\n 283 -92 267 -83 257 -68 c 0\n 252 -60 250 -49 250 -26 c 2\n 250 337 l 1\n 160 337 l 2\n 134 337 124 339 114 346 c 0\n 102 356 94 371 94 387 c 0\n 94 404 103 421 118 430 c 0\n 127 436 135 437 160 437 c 2\n 250 437 l 1\n 250 556 l 2\n 250 582 252 592 260 601 c 1\n 269 614 284 622 300 622 c 0\n 317 622 334 613 343 598 c 0\n 349 589 350 582 350 556 c 2\n 350 437 l 1\n 439 437 l 2\n 467 437 475 435 485 428 c 0\n 498 418 506 403 506 387 c 0\n 506 370 497 354 482 344 c 0\n 473 339 463 337 439 337 c 2\n 350 337 l 1\nEndSplineSet\nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 1148\nWidth: 600\nFlags: HMW\nHStem: 93 100<160 250 350 439> 337 100<160 250 350 439>\nVStem: 250 100<-26 93 193 337 437 556>\nFore\n350 337 m 1\n 350 193 l 1\n 439 193 l 2\n 465 193 475 191 485 184 c 0\n 498 174 506 159 506 143 c 0\n 506 126 497 109 482 100 c 0\n 473 94 464 93 439 93 c 2\n 350 93 l 1\n 350 -26 l 2\n 350 -54 348 -61 341 -71 c 0\n 331 -84 316 -92 300 -92 c 0\n 283 -92 267 -83 257 -68 c 0\n 252 -60 250 -49 250 -26 c 2\n 250 93 l 1\n 160 93 l 2\n 133 93 125 95 114 102 c 1\n 102 112 94 127 94 143 c 0\n 94 160 103 177 118 186 c 0\n 126 191 137 193 160 193 c 2\n 250 193 l 1\n 250 337 l 1\n 160 337 l 2\n 134 337 124 339 114 346 c 0\n 102 356 94 371 94 387 c 0\n 94 404 103 421 118 430 c 0\n 127 436 135 437 160 437 c 2\n 250 437 l 1\n 250 556 l 2\n 250 582 252 592 260 601 c 1\n 269 614 284 622 300 622 c 0\n 317 622 334 613 343 598 c 0\n 349 589 350 582 350 556 c 2\n 350 437 l 1\n 439 437 l 2\n 467 437 475 435 485 428 c 0\n 498 418 506 403 506 387 c 0\n 506 370 497 354 482 344 c 0\n 473 339 463 337 439 337 c 2\n 350 337 l 1\nEndSplineSet\nEndChar\nStartChar: bullet\nEncoding: 8226 8226 1149\nWidth: 600\nFlags: HMW\nHStem: 433 20<258 341>\nFore\n299 453 m 0\n 383 453 449 387 449 302 c 0\n 449 221 381 154 299 154 c 0\n 217 154 150 221 150 304 c 0\n 150 386 217 453 299 453 c 0\nEndSplineSet\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 1150\nWidth: 600\nFlags: HMW\nHStem: -15 20\nFore\n109 -15 m 2\n 91 -15 l 2\n 55 -15 25 15 25 51 c 0\n 25 87 55 117 91 117 c 2\n 109 117 l 2\n 146 117 175 88 175 51 c 0\n 175 14 146 -15 109 -15 c 2\n309 -15 m 2\n 291 -15 l 2\n 255 -15 225 15 225 51 c 0\n 225 87 255 117 291 117 c 2\n 309 117 l 2\n 346 117 375 88 375 51 c 0\n 375 14 346 -15 309 -15 c 2\n509 -15 m 2\n 491 -15 l 2\n 455 -15 425 15 425 51 c 0\n 425 87 455 117 491 117 c 2\n 509 117 l 2\n 546 117 575 88 575 51 c 0\n 575 14 546 -15 509 -15 c 2\nEndSplineSet\nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 1151\nWidth: 600\nFlags: HW\nHStem: 0 58<208 224 480 486> 174 58<208 224 480 486> 386 58<106 118> 560 58<106 118>\nVStem: 0 58<496 512> 98 58<112 118> 174 58<496 512> 272 58<112 118> 368 58<112 118> 542 58<112 118>\nDStem: 450 436 469 377 85 319 104 259\nFore\n469 377 m 2\n 104 259 l 2\n 92 255 90 255 85 255 c 0\n 70 255 56 271 56 288 c 0\n 56 303 64 312 85 319 c 2\n 450 436 l 2\n 462 440 464 440 469 440 c 0\n 484 440 498 425 498 408 c 0\n 498 392 490 384 469 377 c 2\n116 618 m 0\n 181 618 232 566 232 501 c 0\n 232 438 179 386 116 386 c 0\n 52 386 0 438 0 502 c 0\n 0 566 52 618 116 618 c 0\n116 560 m 0\n 84 560 58 534 58 502 c 0\n 58 470 84 444 116 444 c 0\n 147 444 174 470 174 501 c 0\n 174 534 148 560 116 560 c 0\n214 232 m 0\n 279 232 330 180 330 115 c 0\n 330 52 277 0 214 0 c 0\n 150 0 98 52 98 116 c 0\n 98 180 150 232 214 232 c 0\n214 174 m 0\n 182 174 156 148 156 116 c 0\n 156 84 182 58 214 58 c 0\n 245 58 272 84 272 115 c 0\n 272 148 246 174 214 174 c 0\n484 232 m 0\n 549 232 600 180 600 115 c 0\n 600 52 547 0 484 0 c 0\n 420 0 368 52 368 116 c 0\n 368 180 420 232 484 232 c 0\n484 174 m 0\n 452 174 426 148 426 116 c 0\n 426 84 452 58 484 58 c 0\n 515 58 542 84 542 115 c 0\n 542 148 516 174 484 174 c 0\nEndSplineSet\nEndChar\nStartChar: minute\nEncoding: 8242 8242 1152\nWidth: 600\nFlags: HW\nFore\n219 623 m 1\n 351 623 l 1\n 210 355 l 2\n 202 339 190 331 178 331 c 0\n 161 331 147 344 147 359 c 0\n 147 365 147 367 150 378 c 2\n 219 623 l 1\nEndSplineSet\nEndChar\nStartChar: second\nEncoding: 8243 8243 1153\nWidth: 600\nFlags: HW\nFore\n347 623 m 1\n 479 623 l 1\n 338 355 l 2\n 330 339 318 331 306 331 c 0\n 289 331 275 344 275 359 c 0\n 275 365 275 367 278 378 c 2\n 347 623 l 1\n155 623 m 1\n 287 623 l 1\n 146 355 l 2\n 138 339 126 331 114 331 c 0\n 97 331 83 344 83 359 c 0\n 83 365 83 367 86 378 c 2\n 155 623 l 1\nEndSplineSet\nEndChar\nStartChar: uni2034\nEncoding: 8244 8244 1154\nWidth: 600\nFlags: HW\nFore\n267 623 m 1\n 399 623 l 1\n 258 355 l 2\n 250 339 238 331 226 331 c 0\n 209 331 195 344 195 359 c 0\n 195 365 195 367 198 378 c 2\n 267 623 l 1\n443 623 m 1\n 575 623 l 1\n 434 355 l 2\n 426 339 414 331 402 331 c 0\n 385 331 371 344 371 359 c 0\n 371 365 371 367 374 378 c 2\n 443 623 l 1\n91 623 m 1\n 223 623 l 1\n 82 355 l 2\n 74 339 62 331 50 331 c 0\n 33 331 19 344 19 359 c 0\n 19 365 19 367 22 378 c 2\n 91 623 l 1\nEndSplineSet\nEndChar\nStartChar: uni2035\nEncoding: 8245 8245 1155\nWidth: 600\nFlags: HW\nRef: 8242 8242 N -1 0 0 1 498 0\nEndChar\nStartChar: uni2036\nEncoding: 8246 8246 1156\nWidth: 600\nFlags: HW\nRef: 8243 8243 N -1 0 0 1 562 0\nEndChar\nStartChar: uni2037\nEncoding: 8247 8247 1157\nWidth: 600\nFlags: HW\nRef: 8244 8244 N -1 0 0 1 594 0\nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 1158\nWidth: 600\nFlags: HMW\nHStem: 0 20<304.5 318>\nFore\n175 218 m 1\n 326 77 l 2\n 337 67 342 59 342 50 c 0\n 342 34 327 20 309 20 c 0\n 300 20 295 22 281 33 c 2\n 33 218 l 1\n 281 402 l 2\n 295 413 300 415 310 415 c 0\n 327 415 342 401 342 385 c 0\n 342 376 338 368 326 358 c 1\n 175 218 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 1159\nWidth: 600\nFlags: HMW\nHStem: 0 20<286.5 300>\nFore\n430 217 m 1\n 279 358 l 2\n 268 368 263 376 263 385 c 0\n 263 401 278 415 296 415 c 0\n 305 415 310 413 324 402 c 2\n 571 217 l 1\n 324 33 l 2\n 310 22 305 20 295 20 c 0\n 278 20 263 34 263 50 c 0\n 263 59 267 67 279 77 c 1\n 430 217 l 1\nEndSplineSet\nKernsSLIF: 65 -37 1 0 198 -34 1 0 193 -37 1 0 196 -37 1 0 197 -37 1 0 84 -71 1 0 86 -72 1 0 87 -29 1 0 89 -92 1 0\nEndChar\nStartChar: exclamdbl\nEncoding: 8252 8252 1160\nWidth: 600\nFlags: HW\nHStem: -15 132<159 191 415 436> 179 459<166 186 416 436>\nVStem: 95 161<545 561> 100 150<49 53> 345 161<545 561> 350 150<49 53>\nFore\n504 525 m 1\n 475 228 l 2\n 472 197 454 179 426 179 c 0\n 398 179 379 198 376 228 c 2\n 347 525 l 1\n 346 537 345 551 345 558 c 0\n 345 604 379 638 426 638 c 0\n 472 638 506 604 506 558 c 0\n 506 552 505 538 504 525 c 1\n434 -15 m 2\n 417 -15 l 2\n 380 -15 350 15 350 51 c 0\n 350 87 380 117 417 117 c 2\n 434 117 l 2\n 471 117 500 88 500 51 c 0\n 500 14 471 -15 434 -15 c 2\n254 525 m 1\n 225 228 l 2\n 222 197 204 179 176 179 c 0\n 148 179 129 198 126 228 c 2\n 97 525 l 1\n 96 537 95 551 95 558 c 0\n 95 604 129 638 176 638 c 0\n 222 638 256 604 256 558 c 0\n 256 552 255 538 254 525 c 1\n184 -15 m 2\n 167 -15 l 2\n 130 -15 100 15 100 51 c 0\n 100 87 130 117 167 117 c 2\n 184 117 l 2\n 221 117 250 88 250 51 c 0\n 250 14 221 -15 184 -15 c 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: fraction\nEncoding: 8260 8260 1161\nWidth: 600\nFlags: HW\nDStem: 489 483 543 398 58 204 112 119\nFore\n543 398 m 2\n 112 119 l 2\n 94 107 81 102 70 102 c 0\n 45 102 21 127 21 154 c 0\n 21 175 29 185 58 204 c 2\n 489 483 l 2\n 510 497 518 500 531 500 c 0\n 557 500 580 476 580 449 c 0\n 580 428 572 417 543 398 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2045\nEncoding: 8261 8261 1162\nWidth: 600\nFlags: HW\nVStem: 248 100<-25 153 312.913 494>\nFore\n348 151 m 2\n 348 -15 l 2\n 348 -42 356 -50 384 -52 c 0\n 413 -54 433 -75 433 -103 c 0\n 433 -133 411 -153 378 -153 c 0\n 308 -153 248 -93 248 -22 c 2\n 248 142 l 2\n 248 194 253 211 277 240 c 1\n 254 268 248 285 248 328 c 2\n 248 492 l 2\n 248 563 308 623 377 623 c 0\n 411 623 433 603 433 573 c 0\n 433 545 413 524 384 522 c 0\n 356 521 348 512 348 485 c 2\n 348 328 l 2\n 348 301 354 293 380 290 c 0\n 412 287 429 269 429 240 c 0\n 429 210 412 193 380 189 c 0\n 354 186 348 179 348 151 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2046\nEncoding: 8262 8262 1163\nWidth: 600\nFlags: HW\nVStem: 252 100<-25 151 311 494>\nFore\n352 492 m 2\n 352 328 l 2\n 352 276 347 259 323 230 c 1\n 346 202 352 185 352 142 c 2\n 352 -22 l 2\n 352 -93 292 -153 223 -153 c 0\n 189 -153 167 -133 167 -103 c 0\n 167 -75 187 -54 216 -52 c 0\n 244 -51 252 -42 252 -15 c 2\n 252 142 l 2\n 252 169 246 177 220 180 c 0\n 188 183 171 201 171 230 c 0\n 171 260 188 277 220 281 c 0\n 246 284 252 291 252 319 c 2\n 252 485 l 2\n 252 512 244 520 216 522 c 0\n 187 524 167 545 167 573 c 0\n 167 603 189 623 222 623 c 0\n 292 623 352 563 352 492 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2048\nEncoding: 8264 8264 1164\nWidth: 600\nFlags: HW\nHStem: -15 20 498 100<190 241>\nVStem: 317 100<392.5 439>\nRef: 63 63 N 1 0 0 1 -100 0\nRef: 33 33 N 1 0 0 1 225 0\nEndChar\nStartChar: uni2049\nEncoding: 8265 8265 1165\nWidth: 600\nFlags: HW\nHStem: -15 20 498 100<390 441>\nVStem: 517 100<392.5 439>\nRef: 63 63 N 1 0 0 1 100 0\nRef: 33 33 N 1 0 0 1 -225 0\nEndChar\nStartChar: uni204B\nEncoding: 8267 8267 1166\nWidth: 600\nFlags: HW\nHStem: -174 78<103 139 337 416> 505 78<105 139 139 139 215 259 259 259>\nVStem: 139 76<-96 505> 259 78<-96 185 185 185 266 500 500 500> 445 113<361 405>\nRef: 182 182 N -1 0 0 1 607 0\nEndChar\nStartChar: uni2064\nEncoding: 8292 8292 1167\nWidth: 600\nFlags: HW\nEndChar\nStartChar: zerosuperior\nEncoding: 8304 8304 1168\nWidth: 600\nFlags: HW\nHStem: 238 67<296 302> 570 67<296 302>\nVStem: 168 67<398 478> 365 67<398 478>\nFore\n300 637 m 0\n 391.238 637 432 553.447 432 466 c 2\n 432 409 l 2\n 432 320.526 390.488 238 300 238 c 0\n 208.762 238 168 321.552 168 409 c 2\n 168 466 l 2\n 168 554.474 209.512 637 300 637 c 0\n235 471 m 2\n 235 404 l 2\n 235 343 260 305 300 305 c 0\n 340 305 365 343 365 404 c 2\n 365 471 l 2\n 365 532 340 570 300 570 c 0\n 260 570 235 532 235 471 c 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2071\nEncoding: 8305 8305 1169\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2072\nEncoding: 8306 8306 1170\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2073\nEncoding: 8307 8307 1171\nWidth: 600\nFlags: H\nEndChar\nStartChar: foursuperior\nEncoding: 8308 8308 1172\nWidth: 600\nFlags: HW\nHStem: 247 67<274.013 305> 330 67<228 305>\nVStem: 143 267<359 366> 244 166<279 283> 306 67<314 330 398 525>\nDStem: 289 627 306 526 143 385 227 397\nFore\n373 627 m 1\n 373 397 l 1\n 396 396 410 384 410 364 c 0\n 410 344 397 331 373 330 c 1\n 373 314 l 1\n 396 313 410 301 410 281 c 0\n 410 259 394 247 366 247 c 2\n 287 247 l 2\n 259 247 244 259 244 281 c 0\n 244 303 258 314 287 314 c 2\n 306 314 l 1\n 306 330 l 1\n 143 330 l 1\n 143 385 l 1\n 289 627 l 1\n 373 627 l 1\n306 397 m 1\n 306 526 l 1\n 227 397 l 1\n 306 397 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y13,11 x11,13 x11,12 x10,7 x10,9 \nEndChar\nStartChar: fivesuperior\nEncoding: 8309 8309 1173\nWidth: 600\nFlags: HW\nHStem: 235 67<260 292> 439 67<292 308> 557 67<249 372>\nVStem: 181 67<497 557> 181 224<587 592> 364 67<363 379>\nFore\n405 590 m 0\n 405 571.807 394.727 557 365 557 c 2\n 248 557 l 1\n 248 496 l 1\n 270 502 284 506 302 506 c 0\n 376 506 431 446 431 368 c 0\n 431 332 419 300 397 277 c 0\n 370 247 335 235 278 235 c 0\n 204 235 148 261 148 296 c 0\n 148 312 160 334 177 334 c 0\n 185 334 192 333 201 325 c 0\n 219 310 242 302 277 302 c 0\n 335 302 364 325 364 367 c 0\n 364 407 342 439 301 439 c 0\n 281 439 254 432 228 418 c 0\n 220 415 215 413 209 413 c 0\n 191 413 181 431 181 451 c 2\n 181 624 l 1\n 365 624 l 2\n 381 624 384 625 393 618 c 24\n 402 610 405 600 405 590 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: sixsuperior\nEncoding: 8310 8310 1174\nWidth: 600\nFlags: HW\nHStem: 238 67<299 310> 423 67<299 310> 568 69<351 367>\nVStem: 357 67<351.368 374>\nFore\n159 421 m 0\n 159 538.835 248.313 637 356 637 c 0\n 399 637 427 618 427 594 c 0\n 427 577 413 560 396 560 c 0\n 387.791 560 369.752 568 359 568 c 0\n 302 568 242 523 228 448 c 1\n 257 479 277 490 308 490 c 0\n 372 490 424 432 424 363 c 0\n 424 290.43 379.277 238 300 238 c 0\n 249 238 210 259 187 301 c 0\n 171 330 159 377 159 421 c 0\n234 375 m 1\n 243 322 266 305 302 305 c 0\n 335 305 357 331 357 363 c 0\n 357 395 334 423 304 423 c 0\n 278 423 250 405 234 375 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nBack\n225 445 m 1\n 254 476 277 488 308 488 c 0\n 372 488 424 432 424 363 c 0\n 424 328 413 297 392 274 c 0\n 370 250 341 238 300 238 c 0\n 249 238 212 259 189 301 c 0\n 173 330 162 377 162 421 c 0\n 162 476 178 522 209 561 c 0\n 250 611 300 637 356 637 c 0\n 399 637 427 621 427 597 c 0\n 427 580 413 566 396 566 c 0\n 391 566 384 567 375 571 c 0\n 368 573 365 574 359 574 c 0\n 295 574 239 520 225 445 c 1\n231 375 m 1\n 240 322 262 299 302 299 c 0\n 340 299 363 324 363 363 c 0\n 363 399 337 427 304 427 c 0\n 278 427 247 405 231 375 c 1\nEndSplineSet\nEndChar\nStartChar: sevensuperior\nEncoding: 8311 8311 1175\nWidth: 600\nFlags: HW\nHStem: 560 67<228 359>\nVStem: 167 265<566 626>\nDStem: 360 560 432 566 272 297 335 276\nFore\n198 527 m 0\n 178.906 527 167 538.629 167 567 c 2\n 167 627 l 1\n 432 627 l 1\n 432 566 l 1\n 335 276 l 2\n 328 254 319 246 303 246 c 0\n 286 246 268 260 268 276 c 0\n 268 281 268 286 272 297 c 2\n 360 560 l 1\n 228 560 l 1\n 227 538 217 527 198 527 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: eightsuperior\nEncoding: 8312 8312 1176\nWidth: 600\nFlags: HW\nHStem: 238 67<296 312> 405 68<296 302> 570 67<296 312>\nVStem: 168 67<347 355> 173 67<521 528> 360 67<521 528> 365 67<347 355>\nFore\n373 442 m 1\n 412 418 432 386 432 348 c 0\n 432 283 379 238 299 238 c 0\n 221 238 168 283 168 348 c 0\n 168 386 188 418 227 442 c 1\n 190 466 173 493 173 525 c 0\n 173 587 229 637 300 637 c 0\n 370 637 427 587 427 526 c 0\n 427 493 410 466 373 442 c 1\n300 570 m 0\n 266 570 240 550 240 523 c 0\n 240 496 266 473 300 473 c 0\n 334 473 360 495 360 522 c 0\n 360 549 334 570 300 570 c 0\n300 405 m 0\n 266 405 235 380 235 353 c 0\n 235 326 263 305 300 305 c 0\n 337 305 365 325 365 352 c 0\n 365 379 334 405 300 405 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: ninesuperior\nEncoding: 8313 8313 1177\nWidth: 600\nFlags: HW\nHStem: 238 69<227 243> 385 67<281 292> 570 67<281 292>\nVStem: 166 67<501 514>\nFore\n166 512 m 0\n 166 584.57 210.723 637 290 637 c 0\n 341 637 378 616 401 574 c 0\n 417 546 428 497 428 454 c 0\n 428 400 412 353 381 314 c 0\n 340 264 290 238 234 238 c 0\n 191 238 163 257 163 281 c 0\n 163 298 177 315 194 315 c 0\n 202.209 315 220.249 307 231 307 c 0\n 288 307 348 352 362 427 c 1\n 333 396 313 385 282 385 c 0\n 218 385 166 443 166 512 c 0\n356 500 m 1\n 347 553 327 570 288 570 c 0\n 254 570 233 547 233 512 c 0\n 233 480 255 452 286 452 c 0\n 310 452 340 470 356 500 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nBack\n365 430 m 1\n 336 399 313 387 282 387 c 0\n 218 387 166 443 166 512 c 0\n 166 547 177 578 198 601 c 0\n 220 625 249 637 290 637 c 0\n 341 637 378 616 401 574 c 0\n 417 546 428 497 428 454 c 0\n 428 400 412 353 381 314 c 0\n 340 264 290 238 234 238 c 0\n 191 238 163 254 163 278 c 0\n 163 295 177 309 194 309 c 0\n 199 309 206 308 215 304 c 0\n 222 302 225 301 231 301 c 0\n 295 301 351 355 365 430 c 1\n359 500 m 1\n 350 553 328 576 288 576 c 0\n 250 576 227 551 227 512 c 0\n 227 476 253 448 286 448 c 0\n 312 448 343 470 359 500 c 1\nEndSplineSet\nEndChar\nStartChar: uni207A\nEncoding: 8314 8314 1178\nWidth: 600\nFlags: HW\nEndChar\nStartChar: uni207B\nEncoding: 8315 8315 1179\nWidth: 600\nFlags: HW\nEndChar\nStartChar: uni207C\nEncoding: 8316 8316 1180\nWidth: 600\nFlags: HW\nEndChar\nStartChar: parenleftsuperior\nEncoding: 8317 8317 1181\nWidth: 600\nFlags: HW\nEndChar\nStartChar: parenrightsuperior\nEncoding: 8318 8318 1182\nWidth: 600\nFlags: HW\nEndChar\nStartChar: nsuperior\nEncoding: 8319 8319 1183\nWidth: 600\nFlags: HW\nEndChar\nStartChar: zeroinferior\nEncoding: 8320 8320 1184\nWidth: 600\nFlags: HW\nHStem: -174 67<296 302> 158 67<296 302>\nVStem: 168 67<-14 66> 365 67<-14 66>\nRef: 8304 8304 N 1 0 0 1 0 -412\nEndChar\nStartChar: oneinferior\nEncoding: 8321 8321 1185\nWidth: 600\nFlags: HW\nHStem: -165 67<210 267 334 391>\nVStem: 267 67<-98 139 139 139>\nRef: 185 185 N 1 0 0 1 0 -412\nEndChar\nStartChar: twoinferior\nEncoding: 8322 8322 1186\nWidth: 600\nFlags: HW\nHStem: -165 67<253 362> 158 67<281.5 311.5>\nVStem: 358 67<94 122>\nRef: 178 178 N 1 0 0 1 0 -412\nEndChar\nStartChar: threeinferior\nEncoding: 8323 8323 1187\nWidth: 600\nFlags: HW\nHStem: -174 67<269 304> 158 67<283 313>\nVStem: 362 67<114 122> 375 67<-62 -53>\nRef: 179 179 N 1 0 0 1 0 -412\nEndChar\nStartChar: fourinferior\nEncoding: 8324 8324 1188\nWidth: 600\nFlags: HW\nHStem: -165 67<274.013 305> -82 67<228 305>\nVStem: 143 267<-53 -46> 244 166<-133 -129> 306 67<-98 -82 -14 113>\nDStem: 289 215 306 114 143 -27 227 -15\nRef: 8308 8308 N 1 0 0 1 0 -412\nEndChar\nStartChar: fiveinferior\nEncoding: 8325 8325 1189\nWidth: 600\nFlags: HW\nHStem: -177 67<260 292> 27 67<292 308> 145 67<249 372>\nVStem: 181 67<85 145> 181 224<175 180> 364 67<-49 -33>\nRef: 8309 8309 N 1 0 0 1 0 -412\nEndChar\nStartChar: sixinferior\nEncoding: 8326 8326 1190\nWidth: 600\nFlags: HW\nHStem: -174 67<299 310> 11 67<299 310> 156 69<351 367>\nVStem: 357 67<-60.6316 -38>\nRef: 8310 8310 N 1 0 0 1 0 -412\nEndChar\nStartChar: seveninferior\nEncoding: 8327 8327 1191\nWidth: 600\nFlags: HW\nHStem: 148 67<228 359>\nVStem: 167 265<154 214>\nDStem: 360 148 432 154 272 -115 335 -136\nRef: 8311 8311 N 1 0 0 1 0 -412\nEndChar\nStartChar: eightinferior\nEncoding: 8328 8328 1192\nWidth: 600\nFlags: HW\nHStem: -174 67<296 312> -7 68<296 302> 158 67<296 312>\nVStem: 168 67<-65 -57> 173 67<109 116> 360 67<109 116> 365 67<-65 -57>\nRef: 8312 8312 N 1 0 0 1 0 -412\nEndChar\nStartChar: nineinferior\nEncoding: 8329 8329 1193\nWidth: 600\nFlags: HW\nHStem: -174 69<227 243> -27 67<281 292> 158 67<281 292>\nVStem: 166 67<89 102>\nRef: 8313 8313 N 1 0 0 1 0 -412\nEndChar\nStartChar: franc\nEncoding: 8355 8355 1194\nWidth: 600\nFlags: HW\nHStem: 0 100<58.7851 93 195 298> 205 56<33 93 195 346> 303 56<33 93 195 346> 483 100<58 93 195 450>\nVStem: 10 358<224 240 321.868 336> 13 347<48 52> 94 100<100 205 261 303 359 483> 450 100<416 483>\nFore\n94 359 m 1\n 94 483 l 1\n 79 483 l 2\n 54 483 43 485 34 492 c 0\n 21 502 13 517 13 533 c 0\n 13 550 22 567 37 576 c 0\n 46 582 53 583 79 583 c 2\n 550 583 l 1\n 550 432 l 2\n 550 405 548 397 541 387 c 0\n 531 374 516 366 500 366 c 0\n 483 366 467 375 457 390 c 0\n 452 398 450 409 450 432 c 2\n 450 483 l 1\n 194 483 l 1\n 194 359 l 1\n 340 359 l 2\n 358 359 368 349 368 331 c 0\n 368 313 358 303 340 303 c 2\n 194 303 l 1\n 194 261 l 1\n 341 261 l 2\n 359 261 368 251 368 233 c 0\n 368 215 358 205 341 205 c 2\n 194 205 l 1\n 194 100 l 1\n 294 100 l 2\n 321 100 330 98 340 91 c 0\n 352 81 360 66 360 50 c 0\n 360 33 351 16 336 7 c 0\n 329 3 314 0 294 0 c 2\n 79 0 l 2\n 56 0 42 3 34 10 c 0\n 21 19 13 35 13 50 c 0\n 13 67 22 84 37 93 c 0\n 46 99 55 100 79 100 c 2\n 94 100 l 1\n 94 205 l 1\n 37 205 l 2\n 20 205 10 215 10 233 c 0\n 10 251 19 261 37 261 c 2\n 94 261 l 1\n 94 303 l 1\n 37 303 l 2\n 20 303 10 313 10 331 c 0\n 10 349 19 359 37 359 c 2\n 94 359 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x37,40 x37,38 x20,23 x20,21 x15,18 x15,16 x0,43 x0,45 \nEndChar\nStartChar: lira\nEncoding: 8356 8356 1195\nWidth: 600\nFlags: HW\nHStem: 0 100<248 450> 205 56<54 161 269 362> 303 56<54 129 265 362> 498 100<289 305>\nVStem: 33 348<224 240 321.868 336> 55 495<51 90> 126 100<431 445>\nFore\n242 359 m 1\n 353 359 l 2\n 371 359 381 349 381 331 c 0\n 381 313 371 303 353 303 c 2\n 257 303 l 1\n 261 289 264 275 267 261 c 1\n 354 261 l 2\n 372 261 381 251 381 233 c 0\n 381 215 371 205 354 205 c 2\n 270 205 l 1\n 269 167 263 138 247 100 c 1\n 450 100 l 1\n 454 130 471 146 499 146 c 0\n 530 146 550 124 550 90 c 0\n 550 32 512 0 442 0 c 2\n 121 0 l 2\n 98 0 85 3 76 10 c 0\n 63 19 55 35 55 51 c 0\n 55 78 70 93 105 100 c 0\n 130 105 141 113 150 132 c 0\n 161 152 167 177 168 205 c 1\n 60 205 l 2\n 43 205 33 215 33 233 c 0\n 33 251 42 261 60 261 c 2\n 165 261 l 1\n 162 275 158 289 154 303 c 1\n 60 303 l 2\n 43 303 33 313 33 331 c 0\n 33 349 42 359 60 359 c 2\n 139 359 l 1\n 132 386 126 408 126 432 c 0\n 126 529 198 598 299 598 c 0\n 377 598 457 546 457 495 c 0\n 457 467 435 444 408 444 c 0\n 389 444 384 447 361 472 c 0\n 345 490 325 498 298 498 c 0\n 257 498 226 472 226 437 c 0\n 226 419 233 390 242 359 c 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: afii57636\nEncoding: 8362 8362 1196\nWidth: 600\nFlags: HW\nHStem: 0 100<273 414> 380 100<121 247>\nVStem: 22 100<47 380> 174 100<100 241> 326 100<223 303> 478 100<144 439>\nFore\n478 145 m 1\n 478 430 l 2\n 478 458 500 480 528 480 c 0\n 556 480 578 458 578 430 c 2\n 578 145 l 1\n 583.293 62.9612 520.821 -3.05202 414 0 c 2\n 174 0 l 1\n 174 234 l 2\n 174 262 196 284 224 284 c 0\n 252 284 274 262 274 234 c 2\n 274 100 l 1\n 414 100 l 2\n 448 101 454 102 467 112 c 1\n 480 126 476 116 478 145 c 1\n426 303 m 1\n 426 234 l 2\n 426 206 404 184 376 184 c 0\n 348 184 326 206 326 234 c 2\n 326 303 l 1\n 324 342 327 340 306 360 c 1\n 273.999 392.405 185.872 375.989 122 380 c 1\n 122 50 l 2\n 122 22 100 0 72 0 c 0\n 44 0 22 22 22 50 c 2\n 22 480 l 1\n 224 480 l 2\n 272 481 325 476 370 437 c 1\n 417 400 428 344 426 303 c 1\nEndSplineSet\nMinimumDistance: x3,-1 y19,22 y19,20 y10,7 y10,9 \nEndChar\nStartChar: Euro\nEncoding: 8364 8364 1197\nWidth: 600\nFlags: HW\nHStem: -14 100<309 343> 205 56<22.3275 58 175 343> 303 56<22.3275 58 174 372> 367 216<469.41 484> 497 100<304 326>\nVStem: 4 364<226 242> 4 392<322 338> 59 110<261 303>\nFore\n173 359 m 1\n 368 359 l 2\n 386 359 396 349 396 331 c 0\n 396 313 386 303 368 303 c 2\n 169 303 l 1\n 169 261 l 1\n 341 261 l 2\n 359 261 368 251 368 233 c 0\n 368 215 358 205 341 205 c 2\n 174 205 l 1\n 190 130 247 86 329 86 c 0\n 367 86 404 95 426 109 c 0\n 436 115 436 115 461 143 c 0\n 471 154 481 159 492 159 c 0\n 517 159 538 136 538 109 c 0\n 538 86 521 60 490 36 c 0\n 451 5 389 -14 325 -14 c 0\n 187 -14 84 72 62 205 c 1\n 31 205 l 2\n 14 205 4 215 4 233 c 0\n 4 251 13 261 31 261 c 2\n 59 261 l 1\n 59 303 l 1\n 31 303 l 2\n 14 303 4 313 4 331 c 0\n 4 349 13 359 31 359 c 2\n 62 359 l 1\n 78 498 179 597 305 597 c 0\n 351 597 382 589 432 563 c 2\n 441 559 l 1\n 453 576 463 583 479 583 c 0\n 495 583 509 574 518 559 c 0\n 523 550 524 542 524 517 c 2\n 524 433 l 2\n 524 408 522 397 516 388 c 0\n 507 375 493 367 479 367 c 0\n 453 367 440 382 434 420 c 0\n 431 444 421 457 395 473 c 0\n 371 488 338 497 309 497 c 0\n 240 497 188 444 173 359 c 1\nEndSplineSet\nMinimumDistance: x1,-1 x22,25 x22,23 x21,18 x21,20 x5,8 x5,6 x4,1 x4,3 \nEndChar\nStartChar: uni2112\nEncoding: 8466 8466 1198\nWidth: 600\nFlags: HW\nHStem: 0 100<248 450> 498 100<295 311>\nVStem: 55 495<51 90> 126 100<431 445> 169 101<208 240>\nFore\n169 224 m 0\n 169 294.098 126 365.001 126 432 c 0\n 126 529 198 598 299 598 c 0\n 377 598 457 546 457 495 c 0\n 457 467 435 444 408 444 c 0\n 389 444 384 447 361 472 c 0\n 345 490 325 498 298 498 c 0\n 257 498 226 472 226 437 c 0\n 226 416 236 380 246 343 c 16\n 259 296 270 265 270 216 c 0\n 270 172 264 142 247 100 c 1\n 450 100 l 1\n 454 130 471 146 499 146 c 0\n 530 146 550 124 550 90 c 0\n 550 32 512 0 442 0 c 2\n 121 0 l 2\n 98 0 85 3 76 10 c 0\n 63 19 55 35 55 51 c 0\n 55 78 70 93 105 100 c 0\n 130 105 141 113 150 132 c 0\n 163 157 169 188 169 224 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii61352\nEncoding: 8470 8470 1199\nWidth: 600\nFlags: HW\nHStem: 0 100<94 99> 168 80<476.863 587.709> 266 45<518.907 543.449> 422 44<518.907 543.777> 483 100<66 107 440 562>\nVStem: -14 100<112 144> 108 100<112 326> 339 100<249 483> 339 272<528 535> 451 35<351.353 381.079> 577 35<350.94 380.666>\nDStem: 208 327 208 583 340 0 339 248\nFore\n545 583 m 2\n 571 583 578 582 587 576 c 0\n 602 567 611 550 611 533 c 0\n 611 517 603 502 590 492 c 0\n 581 485 570 483 545 483 c 2\n 439 483 l 1\n 439 0 l 1\n 340 0 l 1\n 208 327 l 1\n 208 127 l 1\n 208 29 170 0 95 0 c 8\n 31 0 -14 40 -14 118 c 1\n -14 126 l 2\n -14 153 -12 161 -6 171 c 0\n 4 184 20 192 36 192 c 0\n 52 192 68 183 78 168 c 0\n 84 160 86 150 86 127 c 1\n 86 105 88 100 97 100 c 0\n 108 100 108 108 108 128 c 1\n 108 483 l 1\n 82 483 l 2\n 57 483 46 485 37 492 c 0\n 24 502 16 517 16 533 c 0\n 16 550 25 567 40 576 c 0\n 49 582 56 583 82 583 c 2\n 208 583 l 1\n 339 248 l 1\n 339 583 l 1\n 545 583 l 2\nEndSplineSet\nMinimumDistance: x7,5 y5,7 y5,6 \nRef: 175 175 N 0.454286 0 0 1 396 -378\nRef: 730 730 N 0.654472 0 0 0.825726 335 -135\nBack\n113 80 m 2\n 112.923 46 96 41 82 41 c 0\n 68 41 51 54 51 80 c 2\n 51 99 l 2\n 51 118 43 127 31 127 c 0\n 17 127 9 117 9 99 c 2\n 9 76 l 2\n 9 26 50 0 80 0 c 0\n 124 0 155 24 155 76 c 2\n 155 474 l 1\n 346 0 l 1\n 398 0 l 1\n 398 522 l 1\n 558 522 l 2\n 576 522 585 529 585 543 c 0\n 585 556 576 563 558 563 c 2\n 320 563 l 2\n 301 563 292 556 292 543 c 0\n 292 529 301 522 320 522 c 2\n 357 522 l 1\n 357 89 l 1\n 165 563 l 1\n 59 563 l 2\n 41 563 32 556 32 543 c 0\n 32 529 41 522 59 522 c 2\n 113 522 l 1\n 113 80 l 2\nEndSplineSet\nEndChar\nStartChar: trademark\nEncoding: 8482 8482 1200\nWidth: 600\nFlags: HMW\nHStem: 220 73<52 75 148 170 496 511> 434 20<443 443> 510 73<40 75 40 40 148 183 148 148>\nVStem: -33 73<461 510> 75 73<293 510> 183 74<461 510 510 510> 302 73<293 431> 511 73<293 429 429 429>\nFore\n148 510 m 1\n 148 293 l 1\n 170 293 l 2\n 201 293 217 281 217 257 c 0\n 217 233 200 220 170 220 c 2\n 52 220 l 2\n 23 220 6 233 6 257 c 0\n 6 281 22 293 52 293 c 2\n 75 293 l 1\n 75 510 l 1\n 40 510 l 1\n 40 461 l 2\n 40 431 27 415 3 415 c 0\n -20 415 -33 431 -33 461 c 2\n -33 583 l 1\n 257 583 l 1\n 257 461 l 2\n 257 431 244 415 220 415 c 0\n 196 415 183 431 183 461 c 2\n 183 510 l 1\n 148 510 l 1\n375 431 m 1\n 375 293 l 1\n 406 293 422 281 422 257 c 0\n 422 233 406 220 375 220 c 2\n 312 220 l 2\n 282 220 266 233 266 257 c 0\n 266 277 279 291 302 293 c 1\n 302 511 l 1\n 283 514 271 528 271 547 c 0\n 271 571 286 583 317 583 c 2\n 390 583 l 1\n 443 454 l 1\n 495 583 l 1\n 569 583 l 2\n 599 583 615 571 615 547 c 0\n 615 528 603 514 584 511 c 1\n 584 293 l 1\n 606 291 620 277 620 257 c 0\n 620 233 604 220 574 220 c 2\n 511 220 l 2\n 481 220 464 233 464 257 c 0\n 464 281 480 293 511 293 c 1\n 511 429 l 1\n 455 303 l 1\n 436 303 l 1\n 375 431 l 1\nEndSplineSet\nEndChar\nStartChar: uni2126\nEncoding: 8486 8486 1201\nWidth: 600\nFlags: HW\nHStem: 0 100<129 179 421 471> 0 158<77 81 510.788 525> 0 202<253 279 321 349> 483 100<257 344>\nVStem: 29 100<101 118> 29 251<1 100> 40 100<336 352> 180 100<101 118> 320 100<101 118> 320 251<1 100> 460 100<336 352> 471 100<101 118>\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2127\nEncoding: 8487 8487 1202\nWidth: 600\nFlags: HW\nHStem: 0 100<257 344> 381 202<253 279 321 349> 425 158<77 81 510.788 525> 483 100<129 179 421 471>\nVStem: 29 100<465 482> 29 251<483 582> 40 100<231 247> 180 100<465 482> 320 100<465 482> 320 251<483 582> 460 100<231 247> 471 100<465 482>\nRef: 937 937 N 1 0 0 -1 0 583\nEndChar\nStartChar: uni212A\nEncoding: 8490 8490 1203\nWidth: 600\nFlags: HW\nHStem: 0 100<79 94 194 229 504 536> 483 100<79 94 194 194 194 229 511 520.5>\nVStem: 94 100<100 208 334 483>\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni212B\nEncoding: 8491 8491 1204\nWidth: 600\nFlags: HW\nHStem: 0 100<33.5 45 45 46 155 178 416 439 553 555> 158 100<218 375> 430 20<297 297> 483 100<138 201> 630 54<264 301.5> 818 53<264 302>\nVStem: -21 53 172 53\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: onethird\nEncoding: 8531 8531 1205\nWidth: 600\nFlags: HW\nHStem: -20 67<449 495> 247 67<-2 66 134 193> 312 67<474 504>\nVStem: 67 67<314 550> 553 67<268 276> 566 67<92 101>\nDStem: 415 561 473 528 155 110 213 77\nFore\n477 226 m 2\n 502 226 l 2\n 529 226 553 247 553 270 c 0\n 553 296 528 312 490 312 c 0\n 457 312 442 306 423 285 c 0\n 417 279 408 275 399 275 c 0\n 381 275 366 291 366 309 c 0\n 366 346 427 379 493 379 c 0\n 566 379 620 333 620 271 c 0\n 620 240 602 211 572 192 c 2\n 572 192 570 191 569 190 c 1\n 610 169 633 135 633 97 c 0\n 633 64 615 29 587 8 c 0\n 561 -11 526 -20 476 -20 c 0\n 398 -20 348 1 348 34 c 0\n 348 53 363 68 381 68 c 0\n 389 68 393 67 403 60 c 0\n 418 50 436 47 474 47 c 0\n 534 47 566 65 566 99 c 0\n 566 120 548 141 522 153 c 0\n 510 158 505 159 477 160 c 0\n 456 162 443 174 443 193 c 0\n 443 212 458 226 477 226 c 2\n134 638 m 1\n 134 314 l 1\n 191 314 l 2\n 220 314 234 303 234 281 c 0\n 234 259 219 247 191 247 c 2\n 10 247 l 2\n -18 247 -34 259 -34 281 c 0\n -34 303 -20 314 10 314 c 2\n 67 314 l 1\n 67 551 l 1\n 19 539 l 2\n 8 536 5 535 -1 535 c 0\n -18 535 -32 551 -32 570 c 0\n -32 589 -23 597 2 604 c 2\n 134 638 l 1\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nMinimumDistance: x30,27 x30,29 x23,26 x23,24 \nEndChar\nStartChar: twothirds\nEncoding: 8532 8532 1206\nWidth: 600\nFlags: HW\nHStem: -20 67<449 495> 248 67<55 163> 248 99<190 198> 312 67<474 504> 571 67<80.2939 97>\nVStem: -50 280<249 315> 159 67<517 530> 553 67<268 276> 566 67<92 101>\nDStem: 416 561 474 528 155 110 213 77\nFore\n54 315 m 1\n 163 315 l 1\n 166 336 177 347 196 347 c 0\n 219 347 230 333 230 304 c 2\n 230 248 l 1\n -50 248 l 1\n -50 316 l 1\n 136 470 159 493 159 521 c 0\n 159 549 131 571 94 571 c 0\n 71 571 51 563 38 547 c 0\n 33 541 32 540 26 521 c 0\n 22 509 9 501 -4 501 c 0\n -23 501 -38 516 -38 534 c 0\n -38 554 -22 584 -1 603 c 0\n 24 625 59 638 95 638 c 0\n 170 638 226 587 226 518 c 0\n 226 467 203 440 54 315 c 1\n477 226 m 2\n 502 226 l 2\n 529 226 553 247 553 270 c 0\n 553 296 528 312 490 312 c 0\n 457 312 442 306 423 285 c 0\n 417 279 408 275 399 275 c 0\n 381 275 366 291 366 309 c 0\n 366 346 427 379 493 379 c 0\n 566 379 620 333 620 271 c 0\n 620 240 602 211 572 192 c 2\n 572 192 570 191 569 190 c 1\n 610 169 633 135 633 97 c 0\n 633 64 615 29 587 8 c 0\n 561 -11 526 -20 476 -20 c 0\n 398 -20 348 1 348 34 c 0\n 348 53 363 68 381 68 c 0\n 389 68 393 67 403 60 c 0\n 418 50 436 47 474 47 c 0\n 534 47 566 65 566 99 c 0\n 566 120 548 141 522 153 c 0\n 510 158 505 159 477 160 c 0\n 456 162 443 174 443 193 c 0\n 443 212 458 226 477 226 c 2\n474 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 66 145 84 c 0\n 145 91 147 97 155 110 c 2\n 416 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 549 480 539 474 528 c 2\nEndSplineSet\nEndChar\nStartChar: uni2155\nEncoding: 8533 8533 1207\nWidth: 600\nFlags: HW\nHStem: -25 67<472 494> 179 67<510 515> 247 67<-2 66 134 193> 297 67<460 578>\nVStem: 67 67<314 550> 392 67<237 297> 392 224<327 332> 575 67<103 119>\nDStem: 415 561 473 528 155 110 213 77\nFore\n616 330 m 0\n 616 311.807 605.726 297 576 297 c 2\n 459 297 l 1\n 459 236 l 1\n 481 242 495 246 513 246 c 0\n 587 246 642 186 642 108 c 0\n 642 72 630 40 608 17 c 0\n 581 -13 546 -25 489 -25 c 0\n 415 -25 359 1 359 36 c 0\n 359 52 373 71 390 71 c 0\n 398 71 403 70 412 62 c 0\n 430 47 448 42 488 42 c 0\n 546 42 575 65 575 107 c 0\n 575 147 553 179 512 179 c 0\n 492 179 465 172 439 158 c 0\n 431 155 426 153 420 153 c 0\n 402 153 392 171 392 191 c 2\n 392 364 l 1\n 576 364 l 2\n 592 364 595 365 604 358 c 24\n 613 350 616 340 616 330 c 0\n134 638 m 1\n 134 314 l 1\n 191 314 l 2\n 220 314 234 303 234 281 c 0\n 234 259 219 247 191 247 c 2\n 10 247 l 2\n -18 247 -34 259 -34 281 c 0\n -34 303 -20 314 10 314 c 2\n 67 314 l 1\n 67 551 l 1\n 19 539 l 2\n 8 536 5 535 -1 535 c 0\n -18 535 -32 551 -32 570 c 0\n -32 589 -23 597 2 604 c 2\n 134 638 l 1\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nMinimumDistance: x28,25 x28,27 x21,24 x21,22 \nEndChar\nStartChar: uni2156\nEncoding: 8534 8534 1208\nWidth: 600\nFlags: HW\nHStem: -25 67<472 494> 179 67<510 515> 248 67<55 163> 248 99<190 198> 297 67<460 578> 571 67<80.2939 97>\nVStem: -50 280<249 315> 159 67<517 530> 392 67<237 297> 392 224<327 332> 575 67<103 119>\nDStem: 415 561 473 528 155 110 213 77\nFore\n54 315 m 1\n 163 315 l 1\n 166 336 177 347 196 347 c 0\n 219 347 230 333 230 304 c 2\n 230 248 l 1\n -50 248 l 1\n -50 316 l 1\n 136 470 159 493 159 521 c 0\n 159 549 131 571 94 571 c 0\n 71 571 51 563 38 547 c 0\n 33 541 32 540 26 521 c 0\n 22 509 9 501 -4 501 c 0\n -23 501 -38 516 -38 534 c 0\n -38 554 -22 584 -1 603 c 0\n 24 625 59 638 95 638 c 0\n 170 638 226 587 226 518 c 0\n 226 467 203 440 54 315 c 1\n616 330 m 0\n 616 311.807 605.726 297 576 297 c 2\n 459 297 l 1\n 459 236 l 1\n 481 242 495 246 513 246 c 0\n 587 246 642 186 642 108 c 0\n 642 72 630 40 608 17 c 0\n 581 -13 546 -25 489 -25 c 0\n 415 -25 359 1 359 36 c 0\n 359 52 373 71 390 71 c 0\n 398 71 403 70 412 62 c 0\n 430 47 448 42 488 42 c 0\n 546 42 575 65 575 107 c 0\n 575 147 553 179 512 179 c 0\n 492 179 465 172 439 158 c 0\n 431 155 426 153 420 153 c 0\n 402 153 392 171 392 191 c 2\n 392 364 l 1\n 576 364 l 2\n 592 364 595 365 604 358 c 24\n 613 350 616 340 616 330 c 0\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nEndChar\nStartChar: uni2157\nEncoding: 8535 8535 1209\nWidth: 600\nFlags: HW\nHStem: -25 67<469 501> 179 67<501 517> 238 67<69 104> 297 67<460 581> 570 67<83 113>\nVStem: 162 67<527 535> 175 67<354 365> 392 67<237 297> 392 224<325 332> 575 67<103 119>\nDStem: 415 561 473 528 155 110 213 77\nFore\n86 484 m 2\n 111 484 l 2\n 138 484 162 505 162 528 c 0\n 162 554 137 570 99 570 c 0\n 66 570 51 564 32 543 c 0\n 26 537 17 533 8 533 c 0\n -10 533 -25 549 -25 567 c 0\n -25 604 36 637 102 637 c 0\n 175 637 229 591 229 529 c 0\n 229 498 211 469 181 450 c 2\n 181 450 179 449 178 448 c 1\n 219 427 242 393 242 355 c 0\n 242 322 224 287 196 266 c 0\n 170 247 135 238 85 238 c 0\n 7 238 -43 259 -43 292 c 0\n -43 311 -28 326 -10 326 c 0\n -2 326 2 325 12 318 c 0\n 27 308 45 305 83 305 c 0\n 143 305 175 323 175 357 c 0\n 175 378 157 399 131 411 c 0\n 119 416 114 417 86 418 c 0\n 65 420 52 432 52 451 c 0\n 52 470 67 484 86 484 c 2\n616 330 m 0\n 616 311.807 605.726 297 576 297 c 2\n 459 297 l 1\n 459 236 l 1\n 481 242 495 246 513 246 c 0\n 587 246 642 186 642 108 c 0\n 642 72 630 40 608 17 c 0\n 581 -13 546 -25 489 -25 c 0\n 415 -25 359 1 359 36 c 0\n 359 52 373 71 390 71 c 0\n 398 71 403 70 412 62 c 0\n 430 47 448 42 488 42 c 0\n 546 42 575 65 575 107 c 0\n 575 147 553 179 512 179 c 0\n 492 179 465 172 439 158 c 0\n 431 155 426 153 420 153 c 0\n 402 153 392 171 392 191 c 2\n 392 364 l 1\n 576 364 l 2\n 592 364 595 365 604 358 c 24\n 613 350 616 340 616 330 c 0\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nEndChar\nStartChar: uni2158\nEncoding: 8536 8536 1210\nWidth: 600\nFlags: HW\nHStem: -25 67<472 495> 179 67<497.955 515> 247 67<98.013 129> 247 380<130 197> 297 67<460 578> 330 67<52 129>\nVStem: -33 267<357 366> 68 166<279 283> 130 67<314 330 398 525> 392 67<237 297> 392 224<327 332> 575 67<103 119>\nDStem: 113 627 130 526 -33 385 51 397 415 561 473 528 155 110 213 77\nFore\n197 627 m 1\n 197 397 l 1\n 220 396 234 384 234 364 c 0\n 234 344 221 331 197 330 c 1\n 197 314 l 1\n 220 313 234 301 234 281 c 0\n 234 259 218 247 190 247 c 2\n 111 247 l 2\n 83 247 68 259 68 281 c 0\n 68 303 82 314 111 314 c 2\n 130 314 l 1\n 130 330 l 1\n -33 330 l 1\n -33 385 l 1\n 113 627 l 1\n 197 627 l 1\n130 397 m 1\n 130 526 l 1\n 51 397 l 1\n 130 397 l 1\n616 330 m 0\n 616 311.807 605.726 297 576 297 c 2\n 459 297 l 1\n 459 236 l 1\n 481 242 495 246 513 246 c 0\n 587 246 642 186 642 108 c 0\n 642 72 630 40 608 17 c 0\n 581 -13 546 -25 489 -25 c 0\n 415 -25 359 1 359 36 c 0\n 359 52 373 71 390 71 c 0\n 398 71 403 70 412 62 c 0\n 430 47 448 42 488 42 c 0\n 546 42 575 65 575 107 c 0\n 575 147 553 179 512 179 c 0\n 492 179 465 172 439 158 c 0\n 431 155 426 153 420 153 c 0\n 402 153 392 171 392 191 c 2\n 392 364 l 1\n 576 364 l 2\n 592 364 595 365 604 358 c 24\n 613 350 616 340 616 330 c 0\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nMinimumDistance: y13,11 x11,13 x11,12 x10,7 x10,9 \nEndChar\nStartChar: uni2159\nEncoding: 8537 8537 1211\nWidth: 600\nFlags: HW\nHStem: -12 67<472 486> 173 67<472 486> 247 67<-2 66 134 193> 318 69<526 542>\nVStem: 67 67<314 550> 533 67<109 124>\nDStem: 415 561 473 528 155 110 213 77\nFore\n335 171 m 0\n 335 288.835 424.312 387 532 387 c 0\n 575 387 603 368 603 344 c 0\n 603 327 589 310 572 310 c 0\n 563.791 310 545.752 318 535 318 c 0\n 478 318 418 273 404 198 c 1\n 433 229 453 240 484 240 c 0\n 548 240 600 182 600 113 c 0\n 600 40.4302 555.277 -12 476 -12 c 0\n 425 -12 386 9 363 51 c 0\n 347 80 335 127 335 171 c 0\n410 125 m 1\n 419 72 442 55 478 55 c 0\n 511 55 533 81 533 113 c 0\n 533 145 510 173 480 173 c 0\n 454 173 426 155 410 125 c 1\n134 638 m 1\n 134 314 l 1\n 191 314 l 2\n 220 314 234 303 234 281 c 0\n 234 259 219 247 191 247 c 2\n 10 247 l 2\n -18 247 -34 259 -34 281 c 0\n -34 303 -20 314 10 314 c 2\n 67 314 l 1\n 67 551 l 1\n 19 539 l 2\n 8 536 5 535 -1 535 c 0\n -18 535 -32 551 -32 570 c 0\n -32 589 -23 597 2 604 c 2\n 134 638 l 1\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nMinimumDistance: x22,19 x22,21 x15,18 x15,16 \nEndChar\nStartChar: uni215A\nEncoding: 8538 8538 1212\nWidth: 600\nFlags: HW\nHStem: -12 67<472 486> 173 67<472 486> 235 67<76 108> 318 69<524 540> 439 67<108 124> 557 67<65 188>\nVStem: -3 67<497 557> -3 224<586 596> 180 67<356 372> 533 67<109 124>\nDStem: 415 561 473 528 155 110 213 77\nFore\n221 590 m 0\n 221 571.807 210.727 557 181 557 c 2\n 64 557 l 1\n 64 496 l 1\n 86 502 100 506 118 506 c 0\n 192 506 247 446 247 368 c 0\n 247 332 235 300 213 277 c 0\n 186 247 151 235 94 235 c 0\n 20 235 -36 261 -36 296 c 0\n -36 312 -22 331 -5 331 c 0\n 3 331 8 330 17 322 c 0\n 35 307 53 302 93 302 c 0\n 151 302 180 325 180 367 c 0\n 180 407 158 439 117 439 c 0\n 97 439 70 432 44 418 c 0\n 36 415 31 413 25 413 c 0\n 7 413 -3 431 -3 451 c 2\n -3 624 l 1\n 181 624 l 2\n 197 624 200 625 209 618 c 24\n 218 610 221 600 221 590 c 0\n335 171 m 0\n 335 288.835 424.312 387 532 387 c 0\n 575 387 603 368 603 344 c 0\n 603 327 589 310 572 310 c 0\n 563.791 310 545.752 318 535 318 c 0\n 478 318 418 273 404 198 c 1\n 433 229 453 240 484 240 c 0\n 548 240 600 182 600 113 c 0\n 600 40.4302 555.277 -12 476 -12 c 0\n 425 -12 386 9 363 51 c 0\n 347 80 335 127 335 171 c 0\n410 125 m 1\n 419 72 442 55 478 55 c 0\n 511 55 533 81 533 113 c 0\n 533 145 510 173 480 173 c 0\n 454 173 426 155 410 125 c 1\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nEndChar\nStartChar: oneeighth\nEncoding: 8539 8539 1213\nWidth: 600\nFlags: HW\nHStem: -17 67<478 494> 150 68<483 494> 247 67<-2 66 134 193> 315 67<478 494>\nVStem: 67 67<314 550> 358 67<92 100> 363 67<266 273> 550 67<266 273> 555 67<92 100>\nDStem: 415 561 473 528 155 110 213 77\nFore\n563 187 m 1\n 602 163 622 131 622 93 c 0\n 622 28 569 -17 489 -17 c 0\n 411 -17 358 28 358 93 c 0\n 358 131 378 163 417 187 c 1\n 380 211 363 238 363 270 c 0\n 363 332 419 382 490 382 c 0\n 560 382 617 332 617 271 c 0\n 617 238 600 211 563 187 c 1\n490 315 m 0\n 456 315 430 295 430 268 c 0\n 430 241 456 218 490 218 c 0\n 524 218 550 240 550 267 c 0\n 550 294 524 315 490 315 c 0\n490 150 m 0\n 456 150 425 125 425 98 c 0\n 425 71 453 50 490 50 c 0\n 527 50 555 70 555 97 c 0\n 555 124 524 150 490 150 c 0\n134 638 m 1\n 134 314 l 1\n 191 314 l 2\n 220 314 234 303 234 281 c 0\n 234 259 219 247 191 247 c 2\n 10 247 l 2\n -18 247 -34 259 -34 281 c 0\n -34 303 -20 314 10 314 c 2\n 67 314 l 1\n 67 551 l 1\n 19 539 l 2\n 8 536 5 535 -1 535 c 0\n -18 535 -32 551 -32 570 c 0\n -32 589 -23 597 2 604 c 2\n 134 638 l 1\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nMinimumDistance: x24,21 x24,23 x17,20 x17,18 \nEndChar\nStartChar: threeeighths\nEncoding: 8540 8540 1214\nWidth: 600\nFlags: HW\nHStem: -17 67<483 501> 150 68<483 501> 238 67<69 104> 315 67<483 501> 570 67<83 113>\nVStem: 162 67<527 534> 175 67<351 359> 358 67<92 100> 363 67<265 273> 550 67<265 273> 555 67<92 100>\nDStem: 415 561 473 528 155 110 213 77\nFore\n86 484 m 2\n 111 484 l 2\n 138 484 162 505 162 528 c 0\n 162 554 137 570 99 570 c 0\n 66 570 51 564 32 543 c 0\n 26 537 17 533 8 533 c 0\n -10 533 -25 549 -25 567 c 0\n -25 604 36 637 102 637 c 0\n 175 637 229 591 229 529 c 0\n 229 498 211 469 181 450 c 2\n 181 450 179 449 178 448 c 1\n 219 427 242 393 242 355 c 0\n 242 322 224 287 196 266 c 0\n 170 247 135 238 85 238 c 0\n 7 238 -43 259 -43 292 c 0\n -43 311 -28 326 -10 326 c 0\n -2 326 2 325 12 318 c 0\n 27 308 45 305 83 305 c 0\n 143 305 175 323 175 357 c 0\n 175 378 157 399 131 411 c 0\n 119 416 114 417 86 418 c 0\n 65 420 52 432 52 451 c 0\n 52 470 67 484 86 484 c 2\n563 187 m 1\n 602 163 622 131 622 93 c 0\n 622 28 569 -17 489 -17 c 0\n 411 -17 358 28 358 93 c 0\n 358 131 378 163 417 187 c 1\n 380 211 363 238 363 270 c 0\n 363 332 419 382 490 382 c 0\n 560 382 617 332 617 271 c 0\n 617 238 600 211 563 187 c 1\n490 315 m 0\n 456 315 430 295 430 268 c 0\n 430 241 456 218 490 218 c 0\n 524 218 550 240 550 267 c 0\n 550 294 524 315 490 315 c 0\n490 150 m 0\n 456 150 425 125 425 98 c 0\n 425 71 453 50 490 50 c 0\n 527 50 555 70 555 97 c 0\n 555 124 524 150 490 150 c 0\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nEndChar\nStartChar: fiveeighths\nEncoding: 8541 8541 1215\nWidth: 600\nFlags: HW\nHStem: -17 67<483 492> 150 68<483 492> 235 67<76 108> 315 67<483 492> 439 67<108 124> 557 67<65 188>\nVStem: -3 67<497 557> -3 224<586 592> 180 67<354.145 381> 358 67<92 100> 363 67<266 276> 550 67<266 276> 555 67<92 100>\nDStem: 415 561 473 528 155 110 213 77\nFore\n221 590 m 0\n 221 571.807 210.727 557 181 557 c 2\n 64 557 l 1\n 64 496 l 1\n 86 502 100 506 118 506 c 0\n 192 506 247 446 247 368 c 0\n 247 332 235 300 213 277 c 0\n 186 247 151 235 94 235 c 0\n 20 235 -36 261 -36 296 c 0\n -36 312 -22 331 -5 331 c 0\n 3 331 8 330 17 322 c 0\n 35 307 53 302 93 302 c 0\n 151 302 180 325 180 367 c 0\n 180 407 158 439 117 439 c 0\n 97 439 70 432 44 418 c 0\n 36 415 31 413 25 413 c 0\n 7 413 -3 431 -3 451 c 2\n -3 624 l 1\n 181 624 l 2\n 197 624 200 625 209 618 c 24\n 218 610 221 600 221 590 c 0\n563 187 m 1\n 602 163 622 131 622 93 c 0\n 622 28 569 -17 489 -17 c 0\n 411 -17 358 28 358 93 c 0\n 358 131 378 163 417 187 c 1\n 380 211 363 238 363 270 c 0\n 363 332 419 382 490 382 c 0\n 560 382 617 332 617 271 c 0\n 617 238 600 211 563 187 c 1\n490 315 m 0\n 456 315 430 295 430 268 c 0\n 430 241 456 218 490 218 c 0\n 524 218 550 240 550 267 c 0\n 550 294 524 315 490 315 c 0\n490 150 m 0\n 456 150 425 125 425 98 c 0\n 425 71 453 50 490 50 c 0\n 527 50 555 70 555 97 c 0\n 555 124 524 150 490 150 c 0\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nEndChar\nStartChar: seveneighths\nEncoding: 8542 8542 1216\nWidth: 600\nFlags: HW\nHStem: -17 67<483 503> 150 68<483 492> 315 67<483 492> 560 67<68 199>\nVStem: 7 265<566 626> 358 67<92 100> 363 67<266 276> 550 67<266 276> 555 67<92 100>\nDStem: 200 560 272 566 112 297 175 276 415 561 473 528 155 110 213 77\nFore\n38 527 m 0\n 18.9062 527 7 538.629 7 567 c 2\n 7 627 l 1\n 272 627 l 1\n 272 566 l 1\n 175 276 l 2\n 168 254 159 246 143 246 c 0\n 126 246 108 260 108 276 c 0\n 108 281 108 286 112 297 c 2\n 200 560 l 1\n 68 560 l 1\n 67 538 57 527 38 527 c 0\n563 187 m 1\n 602 163 622 131 622 93 c 0\n 622 28 569 -17 489 -17 c 0\n 411 -17 358 28 358 93 c 0\n 358 131 378 163 417 187 c 1\n 380 211 363 238 363 270 c 0\n 363 332 419 382 490 382 c 0\n 560 382 617 332 617 271 c 0\n 617 238 600 211 563 187 c 1\n490 315 m 0\n 456 315 430 295 430 268 c 0\n 430 241 456 218 490 218 c 0\n 524 218 550 240 550 267 c 0\n 550 294 524 315 490 315 c 0\n490 150 m 0\n 456 150 425 125 425 98 c 0\n 425 71 453 50 490 50 c 0\n 527 50 555 70 555 97 c 0\n 555 124 524 150 490 150 c 0\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nEndChar\nStartChar: uni215F\nEncoding: 8543 8543 1217\nWidth: 600\nFlags: HW\nHStem: 247 67<-2 66 134 193>\nVStem: 67 67<314 550>\nDStem: 415 561 473 528 155 110 213 77\nFore\n134 638 m 1\n 134 314 l 1\n 191 314 l 2\n 220 314 234 303 234 281 c 0\n 234 259 219 247 191 247 c 2\n 10 247 l 2\n -18 247 -34 259 -34 281 c 0\n -34 303 -20 314 10 314 c 2\n 67 314 l 1\n 67 551 l 1\n 19 539 l 2\n 8 536 5 535 -1 535 c 0\n -18 535 -32 551 -32 570 c 0\n -32 589 -23 597 2 604 c 2\n 134 638 l 1\n473 528 m 2\n 213 77 l 2\n 202 58 193 51 179 51 c 0\n 161 51 145 67 145 84 c 0\n 145 90 148 99 155 110 c 2\n 415 561 l 2\n 427 581 435 587 450 587 c 0\n 467 587 484 571 484 555 c 0\n 484 548 481 541 473 528 c 2\nEndSplineSet\nMinimumDistance: x14,-1 x8,5 x8,7 x1,4 x1,2 \nEndChar\nStartChar: arrowleft\nEncoding: 8592 8592 1218\nWidth: 600\nFlags: HW\nHStem: 237 86<303 528>\nFore\n302 323 m 1\n 518 323 l 2\n 551 323 570 307 570 280 c 0\n 570 253 551 237 518 237 c 2\n 302 237 l 1\n 357 207 l 2\n 380 195 389 183 389 164 c 0\n 389 159 387 152 384 145 c 2\n 383 143 l 2\n 377 129 361 118 347 118 c 0\n 339 118 328 121 317 127 c 2\n 16 280 l 1\n 317 428 l 2\n 329 434 339 437 347 437 c 0\n 361 437 377 426 383 412 c 2\n 384 410 l 2\n 387 404 389 397 389 391 c 0\n 389 372 380 360 357 348 c 2\n 302 323 l 1\nEndSplineSet\nEndChar\nStartChar: arrowup\nEncoding: 8593 8593 1219\nWidth: 600\nFlags: HW\nVStem: 258 86<48 267>\nFore\n258 268 m 1\n 232 212 l 2\n 220 190 208 180 190 180 c 0\n 184 180 176 182 170 186 c 2\n 168 186 l 2\n 154 192 144 208 144 222 c 0\n 144 230 146 240 152 252 c 2\n 300 554 l 1\n 454 252 l 2\n 460 242 462 230 462 222 c 0\n 462 208 452 192 438 186 c 2\n 436 186 l 2\n 428 182 422 180 416 180 c 0\n 398 180 386 190 374 212 c 2\n 344 268 l 1\n 344 52 l 2\n 344 18 328 0 300 0 c 0\n 274 0 258 18 258 52 c 2\n 258 268 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: arrowright\nEncoding: 8594 8594 1220\nWidth: 600\nFlags: HW\nHStem: 237 86<77 292>\nFore\n297 237 m 1\n 82 237 l 2\n 49 237 30 253 30 280 c 0\n 30 307 49 323 82 323 c 2\n 292 323 l 1\n 243 348 l 2\n 220 360 211 372 211 391 c 0\n 211 397 213 404 216 410 c 2\n 217 412 l 2\n 223 426 239 437 253 437 c 0\n 261 437 271 434 283 428 c 2\n 584 280 l 1\n 283 127 l 2\n 272 121 261 118 253 118 c 0\n 239 118 223 129 217 143 c 2\n 216 145 l 2\n 213 152 211 159 211 164 c 0\n 211 183 220 195 243 207 c 2\n 297 237 l 1\nEndSplineSet\nEndChar\nStartChar: arrowdown\nEncoding: 8595 8595 1221\nWidth: 600\nFlags: HW\nVStem: 258 86<287 512>\nFore\n258 286 m 1\n 258 502 l 2\n 258 536 274 554 300 554 c 0\n 328 554 344 536 344 502 c 2\n 344 286 l 1\n 374 342 l 2\n 386 364 398 374 416 374 c 0\n 422 374 428 372 436 368 c 2\n 438 368 l 2\n 452 362 462 346 462 332 c 0\n 462 324 460 312 454 302 c 2\n 300 0 l 1\n 152 302 l 2\n 146 314 144 324 144 332 c 0\n 144 346 154 362 168 368 c 2\n 170 368 l 2\n 176 372 184 374 190 374 c 0\n 208 374 220 364 232 342 c 2\n 258 286 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 1222\nWidth: 600\nFlags: HMW\nHStem: -16 100<282.5 348.5> 303 100<282.5 319.5> 570 20<175 232>\nVStem: 102 100<162.5 226> 424 100<159.5 224.5>\nFore\n132 541 m 1\n 127.192 569.846 145.191 590 183 590 c 0\n 281 590 363 554 425 484 c 0\n 485 415 524 311 524 219 c 0\n 524 75 441 -16 309 -16 c 0\n 188 -16 102 72 102 195 c 0\n 102 318 186 403 306 403 c 0\n 333 403 356 399 375 390 c 1\n 340 452 268 490 184 491 c 0\n 167 491 161 492 152 498 c 0\n 141 505 132 520 132 532 c 2\n 132 541 l 1\n315 303 m 0\n 250 303 202 257 202 195 c 0\n 202 130 249 84 316 84 c 0\n 381 84 424 127 424 192 c 0\n 424 257 379 303 315 303 c 0\nEndSplineSet\nEndChar\nStartChar: emptyset\nEncoding: 8709 8709 1223\nWidth: 600\nFlags: HW\nHStem: -15 100<290 308> 538 100<290 308>\nVStem: 83 100<238 384> 417 100<238 384>\nDStem: 355 522 413 415 193 180 261 93\nFore\n355 522 m 1\n 339 532 321 538 300 538 c 0\n 229 538 183 470 183 366 c 2\n 183 257 l 2\n 183 228 186 203 193 180 c 1\n 355 522 l 1\n399 614 m 1\n 416 651 l 1\n 431 685 444 695 467 695 c 0\n 494 695 517 672 517 647 c 0\n 517 636 515 630 505 610 c 1\n 472 540 l 1\n 501 491 517 428 517 359 c 2\n 517 264 l 2\n 517 120.046 449.076 -15 300 -15 c 0\n 270 -15 242 -10 218 1 c 1\n 185 -69 l 1\n 170 -103 157 -113 133 -113 c 0\n 107 -113 83 -90 83 -65 c 0\n 83 -55 86 -45 95 -27 c 2\n 139 66 l 1\n 103 118 83 187 83 264 c 2\n 83 359 l 2\n 83 502.954 150.924 638 300 638 c 0\n 337 638 371 630 399 614 c 1\n413 415 m 1\n 261 93 l 1\n 273 88 286 85 300 85 c 0\n 371 85 417 153 417 257 c 2\n 417 366 l 2\n 417 383 416 400 413 415 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: Delta\nEncoding: 8710 8710 1224\nWidth: 600\nFlags: HMW\nHStem: 0 100<164 436> 563 20<263 338 338 338>\nFore\n15 0 m 1\n 263 583 l 1\n 338 583 l 1\n 585 0 l 1\n 15 0 l 1\n164 100 m 1\n 436 100 l 1\n 300 421 l 1\n 164 100 l 1\nEndSplineSet\nEndChar\nStartChar: gradient\nEncoding: 8711 8711 1225\nWidth: 600\nFlags: HW\nHStem: 0 20<263 338 338 338> 483 100<164 436>\nRef: 8710 8710 N 1 0 0 -1 0 583\nEndChar\nStartChar: summation\nEncoding: 8721 8721 1226\nWidth: 600\nFlags: HMW\nHStem: -97 100<157 441> 571 100<165 433 165 165>\nFore\n433 571 m 1\n 165 571 l 1\n 308 332 l 2\n 316 318 319 310 319 301 c 0\n 319 292 317 286 309 272 c 2\n 157 3 l 1\n 441 3 l 1\n 445 82 l 1\n 446 115 462 133 489 133 c 2\n 491 133 l 2\n 519 133 534 115 535 81 c 1\n 537 -44 l 1\n 538 -81 522 -97 485 -97 c 2\n 98 -97 l 2\n 64 -97 45 -81 45 -53 c 2\n 45 -28 l 2\n 45 -7 45 -7 55 11 c 2\n 215 302 l 1\n 56 562 l 2\n 45 580 45 581 45 602 c 2\n 45 627 l 2\n 45 655 64 671 98 671 c 2\n 482 671 l 2\n 518 671 534 656 534 622 c 2\n 534 617 l 1\n 530 492 l 1\n 529 459 514 441 487 441 c 2\n 483 441 l 2\n 456 441 441 457 439 490 c 1\n 433 571 l 1\nEndSplineSet\nEndChar\nStartChar: minus\nEncoding: 8722 8722 1227\nWidth: 600\nFlags: HMW\nHStem: 230 100<108 492>\nFore\n108 330 m 2\n 492 330 l 2\n 519 330 527 328 537 321 c 0\n 550 311 558 296 558 280 c 0\n 558 263 549 246 534 237 c 0\n 526 232 514 230 492 230 c 2\n 108 230 l 2\n 84 230 72 232 63 240 c 1\n 50 249 42 264 42 280 c 0\n 42 297 51 314 66 323 c 0\n 75 329 83 330 108 330 c 2\nEndSplineSet\nEndChar\nStartChar: uni2215\nEncoding: 8725 8725 1228\nWidth: 600\nFlags: HW\nDStem: 416 651 505 610 95 -27 185 -69\nRef: 47 47 N 1 0 0 1 0 0\nEndChar\nStartChar: radical\nEncoding: 8730 8730 1229\nWidth: 600\nFlags: HMW\nHStem: 251 86<65 104> 611 86<446 589 446 446>\nFore\n177 337 m 1\n 210 216 l 1\n 377 697 l 1\n 589 697 l 2\n 623 697 642 681 642 654 c 0\n 642 627 623 611 589 611 c 2\n 446 611 l 1\n 202 -60 l 1\n 104 251 l 1\n 65 251 l 2\n 31 251 12 267 12 294 c 0\n 12 321 31 337 65 337 c 2\n 177 337 l 1\nEndSplineSet\nEndChar\nStartChar: proportional\nEncoding: 8733 8733 1230\nWidth: 600\nFlags: HW\nHStem: 124 96<209 219 478 518> 404 96<209 219 478 518>\nVStem: 51 81<300 316>\nFore\n132 312 m 0\n 132 248 165 220 216 220 c 0\n 267 220 313 312 313 312 c 1\n 313 312 267 404 217 404 c 0\n 165 404 132 376 132 312 c 0\n516 404 m 2\n 479 404 l 2\n 429 404 383 312 383 312 c 1\n 383 312 429 220 480 220 c 2\n 516 220 l 2\n 542 220 564 198 564 172 c 0\n 564 146 542 124 516 124 c 2\n 484 124 l 2\n 431 124 388 152 348 212 c 1\n 308 152 265 124 212 124 c 0\n 110 124 51 196 51 312 c 0\n 51 426 110 500 210 500 c 0\n 265 500 308 470 348 410 c 1\n 388 470 431 500 486 500 c 2\n 516 500 l 2\n 542 500 564 478 564 452 c 0\n 564 426 542 404 516 404 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: infinity\nEncoding: 8734 8734 1231\nWidth: 600\nFlags: HW\nHStem: 124 94<161 171 430 440> 404 96<161 171 430 440>\nVStem: 3 81<300 316> 516 81<300 316>\nFore\n300 410 m 1\n 340 470 383 500 438 500 c 0\n 538 500 597 426 597 312 c 0\n 597 196 538 124 436 124 c 0\n 383 124 340 152 300 212 c 1\n 260 152 217 124 164 124 c 0\n 62 124 3 196 3 312 c 0\n 3 426 62 500 162 500 c 0\n 217 500 260 470 300 410 c 1\n516 312 m 0\n 516 376 483 404 431 404 c 0\n 381 404 335 312 335 312 c 1\n 335 312 381 218 432 218 c 0\n 483 218 516 248 516 312 c 0\n84 312 m 0\n 84 248 117 218 168 218 c 0\n 219 218 265 312 265 312 c 1\n 265 312 219 404 169 404 c 0\n 117 404 84 376 84 312 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nBack\n300 349 m 1\n 336 421 379 468 440 468 c 1\n 530 468 595 398 595 302 c 0\n 595 206 530 134 440 134 c 1\n 379 134 336 182 300 252 c 1\n 264 182 221 134 160 134 c 1\n 70 134 5 206 5 302 c 0\n 5 398 70 468 160 468 c 1\n 221 468 264 421 300 349 c 1\n554 302 m 0\n 554 378 508 428 437 428 c 1\n 372 428 320 302 320 302 c 1\n 320 302 372 176 438 176 c 1\n 508 176 554 226 554 302 c 0\n46 302 m 0\n 46 226 92 176 162 176 c 1\n 228 176 280 302 280 302 c 1\n 280 302 228 428 163 428 c 1\n 92 428 46 378 46 302 c 0\nEndSplineSet\nEndChar\nStartChar: orthogonal\nEncoding: 8735 8735 1232\nWidth: 600\nFlags: HW\nHStem: 0 100<200 485>\nVStem: 100 100<100 385>\nFore\n200 100 m 1\n 483 100 l 2\n 511 100 533 78 533 50 c 0\n 533 22 511 0 483 0 c 2\n 100 0 l 1\n 100 383 l 2\n 100 411 122 433 150 433 c 0\n 178 433 200 411 200 383 c 2\n 200 100 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y0,5 y0,7 x0,3 x0,1 \nEndChar\nStartChar: notequal\nEncoding: 8800 8800 1233\nWidth: 600\nFlags: HMW\nHStem: 138 100<108 171 335 492> 322 100<108 271 434 492>\nFore\n434 422 m 1\n 492 422 l 2\n 519 422 527 420 537 413 c 0\n 550 403 558 388 558 372 c 0\n 558 355 549 338 534 329 c 0\n 526 324 514 322 492 322 c 2\n 380 322 l 1\n 335 238 l 1\n 492 238 l 2\n 519 238 527 236 537 229 c 0\n 550 219 558 204 558 188 c 0\n 558 171 549 154 534 145 c 0\n 526 140 514 138 492 138 c 2\n 281 138 l 1\n 235 52 l 1\n 224 33 208 22 189 22 c 0\n 164 22 141 43 141 66 c 0\n 141 75 145 89 150 98 c 2\n 171 138 l 1\n 108 138 l 2\n 84 138 72 140 63 148 c 1\n 50 157 42 173 42 188 c 0\n 42 205 52 222 66 231 c 0\n 75 237 83 238 108 238 c 2\n 225 238 l 1\n 271 322 l 1\n 108 322 l 2\n 84 322 72 324 63 332 c 1\n 50 341 42 357 42 372 c 0\n 42 389 52 406 66 415 c 0\n 75 421 83 422 108 422 c 2\n 325 422 l 1\n 363 493 l 2\n 373 512 392 525 407 525 c 0\n 433 525 456 502 456 476 c 0\n 456 455.908 442.2 436.643 434 422 c 1\nEndSplineSet\nEndChar\nStartChar: equivalence\nEncoding: 8801 8801 1234\nWidth: 600\nFlags: HW\nHStem: 138 100<90 506> 322 100<90 506>\nVStem: 42 516<186 190 362.2 378>\nFore\n108 422 m 2\n 492 422 l 2\n 519 422 527 420 537 413 c 0\n 550 403 558 388 558 372 c 0\n 558 355 549 338 534 329 c 0\n 526 324 514 322 492 322 c 2\n 108 322 l 2\n 84 322 72 324 63 332 c 1\n 50 341 42 356 42 372 c 0\n 42 389 51 406 66 415 c 0\n 75 421 83 422 108 422 c 2\n108 238 m 2\n 492 238 l 2\n 519 238 527 236 537 229 c 0\n 550 219 558 204 558 188 c 0\n 558 171 549 154 534 145 c 0\n 526 140 514 138 492 138 c 2\n 108 138 l 2\n 84 138 72 140 63 148 c 1\n 50 157 42 172 42 188 c 0\n 42 205 51 222 66 231 c 0\n 75 237 83 238 108 238 c 2\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 1235\nWidth: 600\nFlags: HMW\nHStem: 0 86<94 487> 571 20<503.5 514>\nFore\n212 368 m 1\n 515 230 l 2\n 539 219 549 206 549 187 c 0\n 549 160.909 526.623 141 507 141 c 0\n 500 141 489 144 478 149 c 2\n 3 369 l 1\n 478 583 l 2\n 490 588 500 591 507 591 c 0\n 521 591 538 579 544 566 c 2\n 545 564 l 2\n 548 558 549 551 549 545 c 0\n 549 526 539 513 515 502 c 2\n 212 368 l 1\n487 0 m 2\n 94 0 l 2\n 60 0 41 16 41 43 c 0\n 41 70 60 86 94 86 c 2\n 487 86 l 2\n 520 86 539 70 539 43 c 0\n 539 16 520 0 487 0 c 2\nEndSplineSet\nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 1236\nWidth: 600\nFlags: HMW\nHStem: 0 86<97 491> 571 20<70 80.5>\nFore\n582 369 m 1\n 106 149 l 2\n 95 144 84 141 77 141 c 0\n 63 141 47 152 40 167 c 1\n 35.5646 171.435 35 182.09 35 187 c 0\n 35 206 45 219 69 230 c 2\n 372 368 l 1\n 69 502 l 2\n 45 513 35 526 35 546 c 0\n 35 552 36 558 39 564 c 2\n 40 566 l 2\n 47 580 63 591 77 591 c 0\n 84 591 94 588 106 583 c 2\n 582 369 l 1\n97 86 m 2\n 491 86 l 2\n 524 86 543 70 543 43 c 0\n 543 16 524 0 491 0 c 2\n 97 0 l 2\n 63 0 44 16 44 43 c 0\n 44 70 63 86 97 86 c 2\nEndSplineSet\nEndChar\nStartChar: revlogicalnot\nEncoding: 8976 8976 1237\nWidth: 600\nFlags: HW\nHStem: 345 100<142 399>\nVStem: 42 100<181 345 345 345>\nRef: 172 172 N -1 0 0 1 507 0\nEndChar\nStartChar: SF100000\nEncoding: 9472 9472 1238\nWidth: 600\nFlags: HW\nHStem: 250 100<1 599>\nVStem: 0 600<251 349>\nFore\n0 350 m 1\n 600 350 l 1\n 600 250 l 1\n -0 250 l 1\n 0 350 l 1\nEndSplineSet\nEndChar\nStartChar: uni2501\nEncoding: 9473 9473 1239\nWidth: 600\nFlags: HW\nHStem: 200 200<1 599>\nVStem: 0 600<201 399>\nFore\n0 400 m 1\n 600 400 l 1\n 600 200 l 1\n 0 200 l 1\n 0 400 l 1\nEndSplineSet\nEndChar\nStartChar: SF110000\nEncoding: 9474 9474 1240\nWidth: 600\nFlags: HW\nHStem: -200 1000<251 349>\nVStem: 250 100<-199 799>\nFore\n350 800 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 800 l 1\n 350 800 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2503\nEncoding: 9475 9475 1241\nWidth: 600\nFlags: HW\nHStem: -200 1000<201 399>\nVStem: 200 200<-199 799>\nFore\n400 800 m 1\n 400 -200 l 1\n 200 -200 l 1\n 200 800 l 1\n 400 800 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2504\nEncoding: 9476 9476 1242\nWidth: 600\nFlags: HW\nHStem: 250 100<1 99 201 399 501 599>\nVStem: 0 100<251 349> 200 200<251 349> 500 100<251 349>\nFore\n500 350 m 1\n 600 350 l 1\n 600 250 l 1\n 500 250 l 1\n 500 350 l 1\n400 250 m 1\n 200 250 l 1\n 200 350 l 1\n 400 350 l 1\n 400 250 l 1\n100 250 m 1\n 0 250 l 1\n 0 350 l 1\n 100 350 l 1\n 100 250 l 1\nEndSplineSet\nEndChar\nStartChar: uni2505\nEncoding: 9477 9477 1243\nWidth: 600\nFlags: HW\nHStem: 200 200<1 99 201 399 501 599>\nVStem: 0 100<201 399> 200 200<201 399> 500 100<201 399>\nFore\n500 400 m 1\n 600 400 l 1\n 600 200 l 1\n 500 200 l 1\n 500 400 l 1\n400 200 m 1\n 200 200 l 1\n 200 400 l 1\n 400 400 l 1\n 400 200 l 1\n100 200 m 1\n 0 200 l 1\n 0 400 l 1\n 100 400 l 1\n 100 200 l 1\nEndSplineSet\nEndChar\nStartChar: uni2506\nEncoding: 9478 9478 1244\nWidth: 600\nFlags: HW\nHStem: -200 200<251 349> 100 400<251 349> 600 200<251 349>\nVStem: 250 100<-199 -1 101 499 601 799>\nFore\n350 500 m 1\n 350 100 l 1\n 250 100 l 1\n 250 500 l 1\n 350 500 l 1\n250 600 m 1\n 250 800 l 1\n 350 800 l 1\n 350 600 l 1\n 250 600 l 1\n350 0 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 0 l 1\n 350 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2507\nEncoding: 9479 9479 1245\nWidth: 600\nFlags: HW\nHStem: -200 200<201 399> 100 400<201 399> 600 200<201 399>\nVStem: 200 200<-199 -1 101 499 601 799>\nFore\n400 500 m 1\n 400 100 l 1\n 200 100 l 1\n 200 500 l 1\n 400 500 l 1\n200 600 m 1\n 200 800 l 1\n 400 800 l 1\n 400 600 l 1\n 200 600 l 1\n400 0 m 1\n 400 -200 l 1\n 200 -200 l 1\n 200 0 l 1\n 400 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2508\nEncoding: 9480 9480 1246\nWidth: 600\nFlags: HW\nHStem: 250 100<1 64 136 264 336 464 536 599>\nVStem: 0 65<251 349> 135 130<251 349> 335 130<251 349> 535 65<251 349>\nFore\n465 250 m 1\n 335 250 l 1\n 335 350 l 1\n 465 350 l 1\n 465 250 l 1\n535 350 m 1\n 600 350 l 1\n 600 250 l 1\n 535 250 l 1\n 535 350 l 1\n265 250 m 1\n 135 250 l 1\n 135 350 l 1\n 265 350 l 1\n 265 250 l 1\n65 250 m 1\n 0 250 l 1\n 0 350 l 1\n 65 350 l 1\n 65 250 l 1\nEndSplineSet\nEndChar\nStartChar: uni2509\nEncoding: 9481 9481 1247\nWidth: 600\nFlags: HW\nHStem: 200 200<1 64 136 264 336 464 536 599>\nVStem: 0 65<201 399> 135 130<201 399> 335 130<201 399> 535 65<201 399>\nFore\n465 200 m 1\n 335 200 l 1\n 335 400 l 1\n 465 400 l 1\n 465 200 l 1\n535 400 m 1\n 600 400 l 1\n 600 200 l 1\n 535 200 l 1\n 535 400 l 1\n265 200 m 1\n 135 200 l 1\n 135 400 l 1\n 265 400 l 1\n 265 200 l 1\n65 200 m 1\n 0 200 l 1\n 0 400 l 1\n 65 400 l 1\n 65 200 l 1\nEndSplineSet\nEndChar\nStartChar: uni250A\nEncoding: 9482 9482 1248\nWidth: 600\nFlags: HW\nHStem: -200 103<251 349> 30 207<251 349> 364 207<251 349> 697 103<251 349>\nVStem: 250 100<-199 -98 31 236 365 570 698 799>\nFore\n350 571 m 1\n 350 364 l 1\n 250 364 l 1\n 250 571 l 1\n 350 571 l 1\n350 237 m 1\n 350 30 l 1\n 250 30 l 1\n 250 237 l 1\n 350 237 l 1\n250 697 m 1\n 250 800 l 1\n 350 800 l 1\n 350 697 l 1\n 250 697 l 1\n350 -97 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 -97 l 1\n 350 -97 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni250B\nEncoding: 9483 9483 1249\nWidth: 600\nFlags: HW\nHStem: -200 103<201 399> 30 207<201 399> 364 207<201 399> 697 103<201 399>\nVStem: 200 200<-199 -98 31 236 365 570 698 799>\nFore\n400 571 m 1\n 400 364 l 1\n 200 364 l 1\n 200 571 l 1\n 400 571 l 1\n400 237 m 1\n 400 30 l 1\n 200 30 l 1\n 200 237 l 1\n 400 237 l 1\n200 697 m 1\n 200 800 l 1\n 400 800 l 1\n 400 697 l 1\n 200 697 l 1\n400 -97 m 1\n 400 -200 l 1\n 200 -200 l 1\n 200 -97 l 1\n 400 -97 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: SF010000\nEncoding: 9484 9484 1250\nWidth: 600\nFlags: HW\nHStem: 250 100<351 599>\nVStem: 250 100<-199 250> 250 350<251 349>\nFore\n250 350 m 1\n 600 350 l 1\n 600 250 l 1\n 350 250 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 350 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni250D\nEncoding: 9485 9485 1251\nWidth: 600\nFlags: HW\nHStem: 200 200<351 599>\nVStem: 250 100<-199 200> 250 350<201 399>\nFore\n250 400 m 1\n 600 400 l 1\n 600 200 l 1\n 350 200 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 400 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni250E\nEncoding: 9486 9486 1252\nWidth: 600\nFlags: HW\nHStem: 250 100<401 599>\nVStem: 200 200<-199 250> 200 400<251 349>\nFore\n200 350 m 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 350 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni250F\nEncoding: 9487 9487 1253\nWidth: 600\nFlags: HW\nHStem: 200 200<401 599>\nVStem: 200 200<-199 200> 200 400<201 399>\nFore\n200 400 m 1\n 600 400 l 1\n 600 200 l 1\n 400 200 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 400 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: SF030000\nEncoding: 9488 9488 1254\nWidth: 600\nFlags: HW\nHStem: 250 100<1 249>\nVStem: 250 100<-199 249>\nFore\n350 350 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 250 l 1\n -0 250 l 1\n 0 350 l 1\n 350 350 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2511\nEncoding: 9489 9489 1255\nWidth: 600\nFlags: HW\nHStem: 200 200<1 249>\nVStem: 250 100<-199 199>\nFore\n350 400 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\n 0 200 l 1\n 0 400 l 1\n 350 400 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2512\nEncoding: 9490 9490 1256\nWidth: 600\nFlags: HW\nHStem: 250 100<1 199>\nVStem: 200 200<-199 249>\nFore\n400 350 m 1\n 400 -200 l 1\n 200 -200 l 1\n 200 250 l 1\n 0 250 l 1\n 0 350 l 1\n 400 350 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2513\nEncoding: 9491 9491 1257\nWidth: 600\nFlags: HW\nHStem: 200 200<1 199>\nVStem: 200 200<-199 199>\nFore\n400 400 m 1\n 400 -200 l 1\n 200 -200 l 1\n 200 200 l 1\n 0 200 l 1\n 0 400 l 1\n 400 400 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF020000\nEncoding: 9492 9492 1258\nWidth: 600\nFlags: HW\nHStem: 250 100<350 599>\nVStem: 250 100<350 799> 250 350<251 349>\nFore\n250 250 m 1\n 250 800 l 1\n 350 800 l 1\n 350 350 l 1\n 600 350 l 1\n 600 250 l 1\n 250 250 l 1\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2515\nEncoding: 9493 9493 1259\nWidth: 600\nFlags: HW\nHStem: 200 200<350 599>\nVStem: 250 100<400 799> 250 350<201 399>\nFore\n250 200 m 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\n 600 400 l 1\n 600 200 l 1\n 250 200 l 1\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2516\nEncoding: 9494 9494 1260\nWidth: 600\nFlags: HW\nHStem: 250 100<400 599>\nVStem: 200 200<350 799> 200 400<251 349>\nFore\n200 250 m 1\n 200 800 l 1\n 400 800 l 1\n 400 350 l 1\n 600 350 l 1\n 600 250 l 1\n 200 250 l 1\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2517\nEncoding: 9495 9495 1261\nWidth: 600\nFlags: HW\nHStem: 200 200<400 599>\nVStem: 200 200<400 799> 200 400<201 399>\nFore\n200 200 m 1\n 200 800 l 1\n 400 800 l 1\n 400 400 l 1\n 600 400 l 1\n 600 200 l 1\n 200 200 l 1\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF040000\nEncoding: 9496 9496 1262\nWidth: 600\nFlags: HW\nHStem: 250 100<1 250>\nVStem: 250 100<351 799>\nFore\n350 250 m 1\n -0 250 l 1\n 0 350 l 1\n 250 350 l 1\n 250 800 l 1\n 350 800 l 1\n 350 250 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni2519\nEncoding: 9497 9497 1263\nWidth: 600\nFlags: HW\nHStem: 200 200<1 250>\nVStem: 250 100<401 799>\nFore\n350 200 m 1\n 0 200 l 1\n 0 400 l 1\n 250 400 l 1\n 250 800 l 1\n 350 800 l 1\n 350 200 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni251A\nEncoding: 9498 9498 1264\nWidth: 600\nFlags: HW\nHStem: 250 100<1 200>\nVStem: 200 200<351 799>\nFore\n400 250 m 1\n 0 250 l 1\n 0 350 l 1\n 200 350 l 1\n 200 800 l 1\n 400 800 l 1\n 400 250 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni251B\nEncoding: 9499 9499 1265\nWidth: 600\nFlags: HW\nHStem: 200 200<1 200>\nVStem: 200 200<401 799>\nFore\n400 200 m 1\n 0 200 l 1\n 0 400 l 1\n 200 400 l 1\n 200 800 l 1\n 400 800 l 1\n 400 200 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: SF080000\nEncoding: 9500 9500 1266\nWidth: 600\nFlags: HW\nHStem: 250 100<350 599>\nVStem: 250 100<-199 250 350 799> 250 350<251 349>\nFore\n250 -200 m 1\n 250 800 l 1\n 350 800 l 1\n 350 350 l 1\n 600 350 l 1\n 600 250 l 1\n 350 250 l 1\n 350 -200 l 1\n 250 -200 l 1\nEndSplineSet\nMinimumDistance: y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni251D\nEncoding: 9501 9501 1267\nWidth: 600\nFlags: HW\nHStem: 200 200<350 599>\nVStem: 250 100<-199 200 400 799> 250 350<201 399>\nFore\n250 -200 m 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\n 600 400 l 1\n 600 200 l 1\n 350 200 l 1\n 350 -200 l 1\n 250 -200 l 1\nEndSplineSet\nMinimumDistance: y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni251E\nEncoding: 9502 9502 1268\nWidth: 600\nFlags: HW\nHStem: 250 100<400 599>\nVStem: 200 200<350 799> 200 400<251 349> 250 100<-199 250>\nFore\n250 250 m 1\n 200 250 l 1\n 200 800 l 1\n 400 800 l 1\n 400 350 l 1\n 600 350 l 1\n 600 250 l 1\n 350 250 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 250 l 1\nEndSplineSet\nMinimumDistance: y7,9 y7,8 y4,2 y4,3 x4,6 x4,5 \nEndChar\nStartChar: uni251F\nEncoding: 9503 9503 1269\nWidth: 600\nFlags: HW\nHStem: 250 100<401 599>\nVStem: 200 200<-199 250> 200 400<251 349> 250 100<350 799>\nFore\n250 350 m 1\n 250 800 l 1\n 350 800 l 1\n 350 350 l 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 350 l 1\n 250 350 l 1\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 y8,0 x0,8 x0,9 x6,4 x6,5 \nEndChar\nStartChar: uni2520\nEncoding: 9504 9504 1270\nWidth: 600\nFlags: HW\nHStem: 250 100<400 599>\nVStem: 200 200<-199 250 350 799> 200 400<251 349>\nFore\n400 250 m 1\n 400 -200 l 1\n 200 -200 l 1\n 200 800 l 1\n 400 800 l 1\n 400 350 l 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\nEndSplineSet\nMinimumDistance: y5,3 y5,4 y0,2 y0,1 x0,6 x0,7 \nEndChar\nStartChar: uni2521\nEncoding: 9505 9505 1271\nWidth: 600\nFlags: HW\nHStem: 200 200<400 599>\nVStem: 200 200<400 799> 200 400<201 399> 250 100<-199 200>\nFore\n350 200 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\n 200 200 l 1\n 200 800 l 1\n 400 800 l 1\n 400 400 l 1\n 600 400 l 1\n 600 200 l 1\n 350 200 l 1\nEndSplineSet\nMinimumDistance: y7,5 y7,6 y0,2 y0,1 y5,3 x3,5 x3,4 x7,9 x7,8 \nEndChar\nStartChar: uni2522\nEncoding: 9506 9506 1272\nWidth: 600\nFlags: HW\nHStem: 200 200<401 599>\nVStem: 200 200<-199 200> 200 400<201 399> 250 100<400 799>\nFore\n350 400 m 1\n 600 400 l 1\n 600 200 l 1\n 400 200 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 400 l 1\n 250 400 l 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,8 y0,9 y5,7 x7,5 x7,6 x3,1 x3,2 \nEndChar\nStartChar: uni2523\nEncoding: 9507 9507 1273\nWidth: 600\nFlags: HW\nHStem: 200 200<400 599>\nVStem: 200 200<-199 200 400 799> 200 400<201 399>\nFore\n200 -200 m 1\n 200 800 l 1\n 400 800 l 1\n 400 400 l 1\n 600 400 l 1\n 600 200 l 1\n 400 200 l 1\n 400 -200 l 1\n 200 -200 l 1\nEndSplineSet\nMinimumDistance: y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF090000\nEncoding: 9508 9508 1274\nWidth: 600\nFlags: HW\nHStem: 250 100<1 250>\nVStem: 250 100<-199 249 351 799>\nFore\n350 800 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 250 l 1\n -0 250 l 1\n 0 350 l 1\n 250 350 l 1\n 250 800 l 1\n 350 800 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2525\nEncoding: 9509 9509 1275\nWidth: 600\nFlags: HW\nHStem: 200 200<1 250>\nVStem: 250 100<-199 199 401 799>\nFore\n350 800 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\n 0 200 l 1\n 0 400 l 1\n 250 400 l 1\n 250 800 l 1\n 350 800 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2526\nEncoding: 9510 9510 1276\nWidth: 600\nFlags: HW\nHStem: 250 100<1 200>\nVStem: 200 200<351 799> 250 100<-199 250>\nFore\n350 250 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 250 l 1\n -0 250 l 1\n 0 350 l 1\n 200 350 l 1\n 200 800 l 1\n 400 800 l 1\n 400 250 l 1\n 350 250 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y6,8 y6,7 y0,2 y0,1 y8,0 x0,8 x0,9 x6,4 x6,5 \nEndChar\nStartChar: uni2527\nEncoding: 9511 9511 1277\nWidth: 600\nFlags: HW\nHStem: 250 100<1 199>\nVStem: 200 200<-199 249> 250 100<350 799>\nFore\n350 350 m 1\n 400 350 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 250 l 1\n -0 250 l 1\n 0 350 l 1\n 250 350 l 1\n 250 800 l 1\n 350 800 l 1\n 350 350 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y4,2 y4,3 y0,8 y0,9 y2,0 x0,2 x0,1 x4,6 x4,5 \nEndChar\nStartChar: uni2528\nEncoding: 9512 9512 1278\nWidth: 600\nFlags: HW\nHStem: 250 100<1 200>\nVStem: 200 200<-199 249 351 799>\nFore\n400 800 m 1\n 400 -200 l 1\n 200 -200 l 1\n 200 250 l 1\n -0 250 l 1\n 0 350 l 1\n 200 350 l 1\n 200 800 l 1\n 400 800 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2529\nEncoding: 9513 9513 1279\nWidth: 600\nFlags: HW\nHStem: 200 200<1 200>\nVStem: 200 200<401 799> 250 100<-199 200>\nFore\n250 200 m 1\n 0 200 l 1\n 0 400 l 1\n 200 400 l 1\n 200 800 l 1\n 400 800 l 1\n 400 200 l 1\n 350 200 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y3,5 y3,4 y0,8 y0,9 y5,7 x7,5 x7,6 x3,1 x3,2 \nEndChar\nStartChar: uni252A\nEncoding: 9514 9514 1280\nWidth: 600\nFlags: HW\nHStem: 200 200<1 199>\nVStem: 200 200<-199 199> 250 100<400 799>\nFore\n250 400 m 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\n 400 400 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 200 l 1\n 0 200 l 1\n 0 400 l 1\n 250 400 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y7,5 y7,6 y0,2 y0,1 y5,3 x3,5 x3,4 x7,9 x7,8 \nEndChar\nStartChar: uni252B\nEncoding: 9515 9515 1281\nWidth: 600\nFlags: HW\nHStem: 200 200<1 200>\nVStem: 200 200<-199 199 401 799>\nFore\n400 800 m 1\n 400 -200 l 1\n 200 -200 l 1\n 200 200 l 1\n 0 200 l 1\n 0 400 l 1\n 200 400 l 1\n 200 800 l 1\n 400 800 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF060000\nEncoding: 9516 9516 1282\nWidth: 600\nFlags: HW\nHStem: 250 100<1 249 351 599>\nVStem: 250 100<-199 250>\nFore\n0 350 m 1\n 600 350 l 1\n 600 250 l 1\n 350 250 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 250 l 1\n -0 250 l 1\n 0 350 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni252D\nEncoding: 9517 9517 1283\nWidth: 600\nFlags: HW\nHStem: 200 200<1 249> 250 100<350 599>\nVStem: 250 100<-199 199>\nFore\n600 350 m 1\n 600 250 l 1\n 350 250 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\n 0 200 l 1\n 0 400 l 1\n 350 400 l 1\n 350 350 l 1\n 600 350 l 1\nEndSplineSet\nMinimumDistance: x7,9 y9,7 y9,8 y5,3 y5,4 x5,7 x5,6 x2,0 x2,1 \nEndChar\nStartChar: uni252E\nEncoding: 9518 9518 1284\nWidth: 600\nFlags: HW\nHStem: 200 200<351 599> 250 100<1 250>\nVStem: 250 100<-199 200> 250 350<201 249 351 399>\nFore\n0 350 m 1\n 250 350 l 1\n 250 400 l 1\n 600 400 l 1\n 600 200 l 1\n 350 200 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 250 l 1\n 0 250 l 1\n 0 350 l 1\nEndSplineSet\nMinimumDistance: y1,3 y1,2 y5,7 y5,6 x5,3 x5,4 x1,9 x1,0 \nEndChar\nStartChar: uni252F\nEncoding: 9519 9519 1285\nWidth: 600\nFlags: HW\nHStem: 200 200<1 249 351 599>\nVStem: 250 100<-199 200>\nFore\n0 400 m 1\n 600 400 l 1\n 600 200 l 1\n 350 200 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\n 0 200 l 1\n 0 400 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2530\nEncoding: 9520 9520 1286\nWidth: 600\nFlags: HW\nHStem: 250 100<1 199 401 599>\nVStem: 200 200<-199 250>\nFore\n0 350 m 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 250 l 1\n -0 250 l 1\n 0 350 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2531\nEncoding: 9521 9521 1287\nWidth: 600\nFlags: HW\nHStem: 200 200<1 199> 250 100<400 599>\nVStem: 200 200<-199 199>\nFore\n400 250 m 1\n 400 -200 l 1\n 200 -200 l 1\n 200 200 l 1\n 0 200 l 1\n 0 400 l 1\n 400 400 l 1\n 400 350 l 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\nEndSplineSet\nMinimumDistance: x5,7 y7,5 y7,6 y3,1 y3,2 x3,5 x3,4 x0,8 x0,9 \nEndChar\nStartChar: uni2532\nEncoding: 9522 9522 1288\nWidth: 600\nFlags: HW\nHStem: 200 200<401 599> 250 100<1 200>\nVStem: 200 200<-199 200> 200 400<201 249 351 399>\nFore\n200 250 m 1\n 0 250 l 1\n 0 350 l 1\n 200 350 l 1\n 200 400 l 1\n 600 400 l 1\n 600 200 l 1\n 400 200 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 250 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y7,9 y7,8 x7,5 x7,6 x0,2 x0,1 \nEndChar\nStartChar: uni2533\nEncoding: 9523 9523 1289\nWidth: 600\nFlags: HW\nHStem: 200 200<1 199 401 599>\nVStem: 200 200<-199 200>\nFore\n0 400 m 1\n 600 400 l 1\n 600 200 l 1\n 400 200 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 200 l 1\n 0 200 l 1\n 0 400 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: SF070000\nEncoding: 9524 9524 1290\nWidth: 600\nFlags: HW\nHStem: 250 100<1 250 350 599> 250 550<251 349>\nVStem: 250 100<350 799>\nFore\n600 250 m 1\n -0 250 l 1\n 0 350 l 1\n 250 350 l 1\n 250 800 l 1\n 350 800 l 1\n 350 350 l 1\n 600 350 l 1\n 600 250 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2535\nEncoding: 9525 9525 1291\nWidth: 600\nFlags: HW\nHStem: 200 200<1 250> 250 100<350 599>\nVStem: 250 100<401 799>\nFore\n600 250 m 1\n 350 250 l 1\n 350 200 l 1\n 0 200 l 1\n 0 400 l 1\n 250 400 l 1\n 250 800 l 1\n 350 800 l 1\n 350 350 l 1\n 600 350 l 1\n 600 250 l 1\nEndSplineSet\nMinimumDistance: x3,1 y1,3 y1,2 y5,7 y5,6 x5,3 x5,4 x1,9 x1,0 \nEndChar\nStartChar: uni2536\nEncoding: 9526 9526 1292\nWidth: 600\nFlags: HW\nHStem: 200 200<350 599> 250 100<1 250>\nVStem: 250 100<400 799> 250 350<201 249 351 399>\nFore\n0 250 m 1\n 0 350 l 1\n 250 350 l 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\n 600 400 l 1\n 600 200 l 1\n 250 200 l 1\n 250 250 l 1\n 0 250 l 1\nEndSplineSet\nMinimumDistance: y9,7 y9,8 y5,3 y5,4 x5,7 x5,6 x2,0 x2,1 \nEndChar\nStartChar: uni2537\nEncoding: 9527 9527 1293\nWidth: 600\nFlags: HW\nHStem: 200 200<1 250 350 599>\nVStem: 250 100<400 799>\nFore\n600 200 m 1\n 0 200 l 1\n 0 400 l 1\n 250 400 l 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\n 600 400 l 1\n 600 200 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2538\nEncoding: 9528 9528 1294\nWidth: 600\nFlags: HW\nHStem: 250 100<1 200 400 599> 250 550<201 399>\nVStem: 200 200<350 799>\nFore\n200 350 m 1\n 200 800 l 1\n 400 800 l 1\n 400 350 l 1\n 600 350 l 1\n 600 250 l 1\n -0 250 l 1\n 0 350 l 1\n 200 350 l 1\nEndSplineSet\nMinimumDistance: y0,2 y0,1 x3,5 x3,4 x0,6 x0,7 \nEndChar\nStartChar: uni2539\nEncoding: 9529 9529 1295\nWidth: 600\nFlags: HW\nHStem: 200 200<1 200> 250 100<400 599>\nVStem: 200 200<401 799>\nFore\n400 350 m 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\n 400 200 l 1\n 0 200 l 1\n 0 400 l 1\n 200 400 l 1\n 200 800 l 1\n 400 800 l 1\n 400 350 l 1\nEndSplineSet\nMinimumDistance: x5,3 y3,5 y3,4 y7,9 y7,8 x7,5 x7,6 x0,2 x0,1 \nEndChar\nStartChar: uni253A\nEncoding: 9530 9530 1296\nWidth: 600\nFlags: HW\nHStem: 200 200<400 599> 250 100<1 200>\nVStem: 200 400<201 249 351 399> 200 200<400 799>\nFore\n200 350 m 1\n 200 800 l 1\n 400 800 l 1\n 400 400 l 1\n 600 400 l 1\n 600 200 l 1\n 200 200 l 1\n 200 250 l 1\n -0 250 l 1\n 0 350 l 1\n 200 350 l 1\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 x0,8 x0,9 \nEndChar\nStartChar: uni253B\nEncoding: 9531 9531 1297\nWidth: 600\nFlags: HW\nHStem: 200 200<1 200 400 599>\nVStem: 200 200<400 799>\nFore\n600 200 m 1\n 0 200 l 1\n 0 400 l 1\n 200 400 l 1\n 200 800 l 1\n 400 800 l 1\n 400 400 l 1\n 600 400 l 1\n 600 200 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: SF050000\nEncoding: 9532 9532 1298\nWidth: 600\nFlags: HW\nHStem: 250 100<1 250 350 599>\nVStem: 250 100<-199 250 350 799>\nFore\n250 250 m 1\n -0 250 l 1\n 0 350 l 1\n 250 350 l 1\n 250 800 l 1\n 350 800 l 1\n 350 350 l 1\n 600 350 l 1\n 600 250 l 1\n 350 250 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 250 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni253D\nEncoding: 9533 9533 1299\nWidth: 600\nFlags: HW\nHStem: 200 200<1 250> 250 100<350 599>\nVStem: 250 100<-199 199 401 799>\nFore\n250 200 m 1\n 0 200 l 1\n 0 400 l 1\n 250 400 l 1\n 250 800 l 1\n 350 800 l 1\n 350 350 l 1\n 600 350 l 1\n 600 250 l 1\n 350 250 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni253E\nEncoding: 9534 9534 1300\nWidth: 600\nFlags: HW\nHStem: 200 200<350 599> 250 100<1 250>\nVStem: 250 100<-199 200 400 799> 250 350<201 249 351 399>\nFore\n250 250 m 1\n -0 250 l 1\n 0 350 l 1\n 250 350 l 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\n 600 400 l 1\n 600 200 l 1\n 350 200 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 250 l 1\nEndSplineSet\nMinimumDistance: y9,11 y9,10 y6,4 y6,5 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni253F\nEncoding: 9535 9535 1301\nWidth: 600\nFlags: HW\nHStem: 200 200<1 250 350 599>\nVStem: 0 600<200 400> 250 100<-199 200 400 799>\nFore\n250 200 m 1\n 0 200 l 1\n 0 400 l 1\n 250 400 l 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\n 600 400 l 1\n 600 200 l 1\n 350 200 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni2540\nEncoding: 9536 9536 1302\nWidth: 600\nFlags: HW\nHStem: 250 100<1 200 400 599> 250 550<201 249 351 399>\nVStem: 200 200<350 799> 250 100<-199 250>\nFore\n250 250 m 1\n -0 250 l 1\n 0 350 l 1\n 200 350 l 1\n 200 800 l 1\n 400 800 l 1\n 400 350 l 1\n 600 350 l 1\n 600 250 l 1\n 350 250 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 250 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2541\nEncoding: 9537 9537 1303\nWidth: 600\nFlags: HW\nHStem: 250 100<1 199 401 599>\nVStem: 200 200<-199 250> 250 100<350 799>\nFore\n200 250 m 1\n -0 250 l 1\n 0 350 l 1\n 250 350 l 1\n 250 800 l 1\n 350 800 l 1\n 350 350 l 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 250 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x9,7 x9,8 x0,2 x0,1 \nEndChar\nStartChar: uni2542\nEncoding: 9538 9538 1304\nWidth: 600\nFlags: HW\nHStem: 250 100<1 200 400 599>\nVStem: 0 600<250 350> 200 200<-199 250 350 799>\nFore\n200 250 m 1\n -0 250 l 1\n 0 350 l 1\n 200 350 l 1\n 200 800 l 1\n 400 800 l 1\n 400 350 l 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 250 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni2543\nEncoding: 9539 9539 1305\nWidth: 600\nFlags: HW\nHStem: 200 200<1 200> 250 100<400 599>\nVStem: 200 200<401 799> 250 100<-199 200>\nFore\n250 200 m 1\n 0 200 l 1\n 0 400 l 1\n 200 400 l 1\n 200 800 l 1\n 400 800 l 1\n 400 350 l 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\n 400 200 l 1\n 350 200 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,12 y0,13 x6,8 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2544\nEncoding: 9540 9540 1306\nWidth: 600\nFlags: HW\nHStem: 200 200<400 599> 250 100<1 200>\nVStem: 200 200<400 799> 200 400<201 249 351 399> 250 100<-199 200>\nFore\n350 200 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\n 200 200 l 1\n 200 250 l 1\n 0 250 l 1\n 0 350 l 1\n 200 350 l 1\n 200 800 l 1\n 400 800 l 1\n 400 400 l 1\n 600 400 l 1\n 600 200 l 1\n 350 200 l 1\nEndSplineSet\nMinimumDistance: y11,9 y11,10 y0,2 y0,1 x11,13 x11,12 x5,7 x5,6 \nEndChar\nStartChar: uni2545\nEncoding: 9541 9541 1307\nWidth: 600\nFlags: HW\nHStem: 200 200<1 199> 250 100<400 599>\nVStem: 200 200<-199 199> 250 100<400 799>\nFore\n250 400 m 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\n 400 400 l 1\n 400 350 l 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 200 l 1\n 0 200 l 1\n 0 400 l 1\n 250 400 l 1\nEndSplineSet\nMinimumDistance: y11,9 y11,10 y0,2 y0,1 x11,13 x11,12 x5,7 x5,6 \nEndChar\nStartChar: uni2546\nEncoding: 9542 9542 1308\nWidth: 600\nFlags: HW\nHStem: 200 200<401 599> 250 100<1 200>\nVStem: 200 200<-199 200> 200 400<201 249 351 399> 250 100<400 799>\nFore\n350 400 m 1\n 600 400 l 1\n 600 200 l 1\n 400 200 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 250 l 1\n 0 250 l 1\n 0 350 l 1\n 200 350 l 1\n 200 400 l 1\n 250 400 l 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,12 y0,13 x6,8 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2547\nEncoding: 9543 9543 1309\nWidth: 600\nFlags: HW\nHStem: 200 200<1 200 400 599>\nVStem: 200 200<400 799> 250 100<-199 200>\nFore\n250 200 m 1\n 0 200 l 1\n 0 400 l 1\n 200 400 l 1\n 200 800 l 1\n 400 800 l 1\n 400 400 l 1\n 600 400 l 1\n 600 200 l 1\n 350 200 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 200 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2548\nEncoding: 9544 9544 1310\nWidth: 600\nFlags: HW\nHStem: 200 200<1 199 401 599>\nVStem: 200 200<-199 200> 250 100<400 799>\nFore\n250 400 m 1\n 250 800 l 1\n 350 800 l 1\n 350 400 l 1\n 600 400 l 1\n 600 200 l 1\n 400 200 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 200 l 1\n 0 200 l 1\n 0 400 l 1\n 250 400 l 1\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 x9,11 x9,10 x6,4 x6,5 \nEndChar\nStartChar: uni2549\nEncoding: 9545 9545 1311\nWidth: 600\nFlags: HW\nHStem: 200 200<1 200> 250 100<400 599>\nVStem: 0 600<251 349> 200 200<-199 199 401 799>\nFore\n200 200 m 1\n 0 200 l 1\n 0 400 l 1\n 200 400 l 1\n 200 800 l 1\n 400 800 l 1\n 400 350 l 1\n 600 350 l 1\n 600 250 l 1\n 400 250 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 200 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni254A\nEncoding: 9546 9546 1312\nWidth: 600\nFlags: HW\nHStem: 200 200<400 599> 250 100<1 200>\nVStem: 0 600<250 350> 200 200<-199 200 400 799> 200 400<201 249 351 399>\nFore\n400 200 m 1\n 400 -200 l 1\n 200 -200 l 1\n 200 250 l 1\n 0 250 l 1\n 0 350 l 1\n 200 350 l 1\n 200 800 l 1\n 400 800 l 1\n 400 400 l 1\n 600 400 l 1\n 600 200 l 1\n 400 200 l 1\nEndSplineSet\nMinimumDistance: y9,7 y9,8 y0,2 y0,1 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni254B\nEncoding: 9547 9547 1313\nWidth: 600\nFlags: HW\nHStem: 200 200<1 200 400 599>\nVStem: 0 600<200 400> 200 200<-199 200 400 799>\nFore\n200 200 m 1\n 0 200 l 1\n 0 400 l 1\n 200 400 l 1\n 200 800 l 1\n 400 800 l 1\n 400 400 l 1\n 600 400 l 1\n 600 200 l 1\n 400 200 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 200 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni254C\nEncoding: 9548 9548 1314\nWidth: 600\nFlags: HW\nHStem: 250 100<1 249 351 599>\nVStem: 0 250<251 349> 350 250<251 349>\nFore\n600 250 m 1\n 350 250 l 1\n 350 350 l 1\n 600 350 l 1\n 600 250 l 1\n250 250 m 1\n 0 250 l 1\n 0 350 l 1\n 250 350 l 1\n 250 250 l 1\nEndSplineSet\nEndChar\nStartChar: uni254D\nEncoding: 9549 9549 1315\nWidth: 600\nFlags: HW\nHStem: 200 200<1 249 351 599>\nVStem: 0 250<201 399> 350 250<201 399>\nFore\n600 200 m 1\n 350 200 l 1\n 350 400 l 1\n 600 400 l 1\n 600 200 l 1\n250 200 m 1\n 0 200 l 1\n 0 400 l 1\n 250 400 l 1\n 250 200 l 1\nEndSplineSet\nEndChar\nStartChar: uni254E\nEncoding: 9550 9550 1316\nWidth: 600\nFlags: HW\nHStem: -200 450<231 369> 350 450<231 369>\nVStem: 230 140<-199 249 351 799>\nFore\n370 800 m 1\n 370 350 l 1\n 230 350 l 1\n 230 800 l 1\n 370 800 l 1\n370 250 m 1\n 370 -200 l 1\n 230 -200 l 1\n 230 250 l 1\n 370 250 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni254F\nEncoding: 9551 9551 1317\nWidth: 600\nFlags: HW\nHStem: -200 450<181 419> 350 450<181 419>\nVStem: 180 240<-199 249 351 799>\nFore\n420 800 m 1\n 420 350 l 1\n 180 350 l 1\n 180 800 l 1\n 420 800 l 1\n420 250 m 1\n 420 -200 l 1\n 180 -200 l 1\n 180 250 l 1\n 420 250 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: SF430000\nEncoding: 9552 9552 1318\nWidth: 600\nFlags: HW\nHStem: 150 100<1 599> 350 100<1 599>\nVStem: 0 600<151 249 351 449>\nFore\n0 250 m 1\n 600 250 l 1\n 600 150 l 1\n 0 150 l 1\n 0 250 l 1\n0 450 m 1\n 600 450 l 1\n 600 350 l 1\n 0 350 l 1\n 0 450 l 1\nEndSplineSet\nEndChar\nStartChar: SF240000\nEncoding: 9553 9553 1319\nWidth: 600\nFlags: HW\nHStem: -200 1000<151 249 351 449>\nVStem: 150 100<-199 799> 350 100<-199 799>\nFore\n450 800 m 1\n 450 -200 l 1\n 350 -200 l 1\n 350 800 l 1\n 450 800 l 1\n250 800 m 1\n 250 -200 l 1\n 150 -200 l 1\n 150 800 l 1\n 250 800 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: SF510000\nEncoding: 9554 9554 1320\nWidth: 600\nFlags: HW\nHStem: 150 100<351 599> 350 100<351 599>\nVStem: 250 100<-199 150 250 350> 250 350<151 249 351 449>\nFore\n350 350 m 1\n 350 250 l 1\n 600 250 l 1\n 600 150 l 1\n 350 150 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 450 l 1\n 600 450 l 1\n 600 350 l 1\n 350 350 l 1\nEndSplineSet\nMinimumDistance: y4,6 y4,5 x1,3 x1,2 x0,8 x0,9 \nEndChar\nStartChar: SF520000\nEncoding: 9555 9555 1321\nWidth: 600\nFlags: HW\nHStem: 250 100<251 349 451 599>\nVStem: 150 100<-199 249> 350 100<-199 250>\nFore\n250 250 m 1\n 250 -200 l 1\n 150 -200 l 1\n 150 350 l 1\n 600 350 l 1\n 600 250 l 1\n 450 250 l 1\n 450 -200 l 1\n 350 -200 l 1\n 350 250 l 1\n 250 250 l 1\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 x6,4 x6,5 \nEndChar\nStartChar: SF390000\nEncoding: 9556 9556 1322\nWidth: 600\nFlags: HW\nHStem: 150 100<451 599> 350 100<251 599>\nVStem: 150 100<-199 350> 150 450<351 449> 350 100<-199 150> 350 250<151 249>\nFore\n250 350 m 1\n 250 -200 l 1\n 150 -200 l 1\n 150 450 l 1\n 600 450 l 1\n 600 350 l 1\n 250 350 l 1\n450 150 m 1\n 450 -200 l 1\n 350 -200 l 1\n 350 250 l 1\n 600 250 l 1\n 600 150 l 1\n 450 150 l 1\nEndSplineSet\nMinimumDistance: y0,2 y0,1 y6,8 y6,7 x6,10 x6,11 x0,4 x0,5 \nEndChar\nStartChar: SF220000\nEncoding: 9557 9557 1323\nWidth: 600\nFlags: HW\nHStem: 150 100<1 249> 350 100<1 249>\nVStem: 250 100<-199 149 251 349>\nFore\n250 350 m 1\n 0 350 l 1\n 0 450 l 1\n 350 450 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 150 l 1\n 0 150 l 1\n 0 250 l 1\n 250 250 l 1\n 250 350 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y6,4 y6,5 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: SF210000\nEncoding: 9558 9558 1324\nWidth: 600\nFlags: HW\nHStem: 250 100<1 149 251 349>\nVStem: 150 100<-199 249> 350 100<-199 249>\nFore\n350 250 m 1\n 250 250 l 1\n 250 -200 l 1\n 150 -200 l 1\n 150 250 l 1\n 0 250 l 1\n 0 350 l 1\n 450 350 l 1\n 450 -200 l 1\n 350 -200 l 1\n 350 250 l 1\nEndSplineSet\nMinimumDistance: x7,-1 y1,3 y1,2 y0,8 y0,9 x4,6 x4,5 \nEndChar\nStartChar: SF250000\nEncoding: 9559 9559 1325\nWidth: 600\nFlags: HW\nHStem: 150 100<1 149> 350 100<1 349>\nVStem: 150 100<-199 149> 350 100<-199 349>\nFore\n350 350 m 1\n 0 350 l 1\n 0 450 l 1\n 450 450 l 1\n 450 -200 l 1\n 350 -200 l 1\n 350 350 l 1\n150 150 m 1\n 0 150 l 1\n 0 250 l 1\n 250 250 l 1\n 250 -200 l 1\n 150 -200 l 1\n 150 150 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y0,4 y0,5 y6,10 y6,11 x0,2 x0,1 x6,8 x6,7 \nEndChar\nStartChar: SF500000\nEncoding: 9560 9560 1326\nWidth: 600\nFlags: HW\nHStem: 150 100<351 599> 350 100<350 599>\nVStem: 250 100<250 350 450 799> 250 350<151 249 351 449>\nFore\n350 250 m 1\n 600 250 l 1\n 600 150 l 1\n 250 150 l 1\n 250 800 l 1\n 350 800 l 1\n 350 450 l 1\n 600 450 l 1\n 600 350 l 1\n 350 350 l 1\n 350 250 l 1\nEndSplineSet\nMinimumDistance: y6,4 y6,5 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: SF490000\nEncoding: 9561 9561 1327\nWidth: 600\nFlags: HW\nHStem: 250 100<250 350 450 599>\nVStem: 150 100<351 799> 350 100<350 799>\nFore\n250 350 m 1\n 350 350 l 1\n 350 800 l 1\n 450 800 l 1\n 450 350 l 1\n 600 350 l 1\n 600 250 l 1\n 150 250 l 1\n 150 800 l 1\n 250 800 l 1\n 250 350 l 1\nEndSplineSet\nMinimumDistance: y1,3 y1,2 y0,8 y0,9 x4,6 x4,5 \nEndChar\nStartChar: SF380000\nEncoding: 9562 9562 1328\nWidth: 600\nFlags: HW\nHStem: 150 100<250 599> 350 100<450 599>\nVStem: 150 100<250 799> 150 450<151 249> 350 100<450 799> 350 250<351 449>\nFore\n250 250 m 1\n 600 250 l 1\n 600 150 l 1\n 150 150 l 1\n 150 800 l 1\n 250 800 l 1\n 250 250 l 1\n450 450 m 1\n 600 450 l 1\n 600 350 l 1\n 350 350 l 1\n 350 800 l 1\n 450 800 l 1\n 450 450 l 1\nEndSplineSet\nMinimumDistance: y6,10 y6,11 y0,4 y0,5 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: SF280000\nEncoding: 9563 9563 1329\nWidth: 600\nFlags: HW\nHStem: 150 100<1 249> 350 100<1 250>\nVStem: 250 100<251 349 451 799>\nFore\n250 250 m 1\n 250 350 l 1\n 0 350 l 1\n 0 450 l 1\n 250 450 l 1\n 250 800 l 1\n 350 800 l 1\n 350 150 l 1\n 0 150 l 1\n 0 250 l 1\n 250 250 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y4,6 y4,5 x1,3 x1,2 x0,8 x0,9 \nEndChar\nStartChar: SF270000\nEncoding: 9564 9564 1330\nWidth: 600\nFlags: HW\nHStem: 250 100<1 150 250 350>\nVStem: 150 100<351 799> 350 100<351 799>\nFore\n350 350 m 1\n 350 800 l 1\n 450 800 l 1\n 450 250 l 1\n 0 250 l 1\n 0 350 l 1\n 150 350 l 1\n 150 800 l 1\n 250 800 l 1\n 250 350 l 1\n 350 350 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y6,8 y6,7 y0,2 y0,1 x6,4 x6,5 \nEndChar\nStartChar: SF260000\nEncoding: 9565 9565 1331\nWidth: 600\nFlags: HW\nHStem: 150 100<1 350> 350 100<1 150>\nVStem: 150 100<451 799> 350 100<251 799>\nFore\n350 250 m 1\n 350 800 l 1\n 450 800 l 1\n 450 150 l 1\n 0 150 l 1\n 0 250 l 1\n 350 250 l 1\n150 450 m 1\n 150 800 l 1\n 250 800 l 1\n 250 350 l 1\n 0 350 l 1\n 0 450 l 1\n 150 450 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y6,8 y6,7 y0,2 y0,1 x0,4 x0,5 x6,10 x6,11 \nEndChar\nStartChar: SF360000\nEncoding: 9566 9566 1332\nWidth: 600\nFlags: HW\nHStem: 150 100<351 599> 350 100<350 599>\nVStem: 250 100<-199 150 250 350 450 799> 250 350<151 249 351 449>\nFore\n350 450 m 1\n 600 450 l 1\n 600 350 l 1\n 350 350 l 1\n 350 250 l 1\n 600 250 l 1\n 600 150 l 1\n 350 150 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 800 l 1\n 350 800 l 1\n 350 450 l 1\nEndSplineSet\nMinimumDistance: y0,10 y0,11 y7,9 y7,8 x4,6 x4,5 x0,2 x0,1 \nEndChar\nStartChar: SF370000\nEncoding: 9567 9567 1333\nWidth: 600\nFlags: HW\nHStem: 250 100<450 599>\nVStem: 150 100<-199 799> 350 100<-199 250 350 799> 350 250<251 349>\nFore\n150 800 m 1\n 250 800 l 1\n 250 -200 l 1\n 150 -200 l 1\n 150 800 l 1\n450 250 m 1\n 450 -200 l 1\n 350 -200 l 1\n 350 800 l 1\n 450 800 l 1\n 450 350 l 1\n 600 350 l 1\n 600 250 l 1\n 450 250 l 1\nEndSplineSet\nMinimumDistance: y9,7 y9,8 y4,6 y4,5 x4,10 x4,11 \nEndChar\nStartChar: SF420000\nEncoding: 9568 9568 1334\nWidth: 600\nFlags: HW\nHStem: 150 100<451 599> 350 100<450 599>\nVStem: 150 100<-199 799> 350 100<-199 150 450 799> 350 250<151 249 351 449>\nFore\n150 800 m 1\n 250 800 l 1\n 250 -200 l 1\n 150 -200 l 1\n 150 800 l 1\n350 250 m 1\n 600 250 l 1\n 600 150 l 1\n 450 150 l 1\n 450 -200 l 1\n 350 -200 l 1\n 350 250 l 1\n600 350 m 1\n 350 350 l 1\n 350 800 l 1\n 450 800 l 1\n 450 450 l 1\n 600 450 l 1\n 600 350 l 1\nEndSplineSet\nMinimumDistance: y14,12 y14,13 y7,9 y7,8 x14,10 x14,15 x7,5 x7,6 \nEndChar\nStartChar: SF190000\nEncoding: 9569 9569 1335\nWidth: 600\nFlags: HW\nHStem: 150 100<1 249> 350 100<1 250>\nVStem: 250 100<-199 149 251 349 451 799>\nFore\n250 450 m 1\n 250 800 l 1\n 350 800 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 150 l 1\n 0 150 l 1\n 0 250 l 1\n 250 250 l 1\n 250 350 l 1\n 0 350 l 1\n 0 450 l 1\n 250 450 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y0,2 y0,1 y5,3 y5,4 x5,7 x5,6 x0,10 x0,11 \nEndChar\nStartChar: SF200000\nEncoding: 9570 9570 1336\nWidth: 600\nFlags: HW\nHStem: 250 100<1 150>\nVStem: 150 100<-199 249 351 799> 350 100<-199 799>\nFore\n450 800 m 1\n 450 -200 l 1\n 350 -200 l 1\n 350 800 l 1\n 450 800 l 1\n150 250 m 1\n -0 250 l 1\n 0 350 l 1\n 150 350 l 1\n 150 800 l 1\n 250 800 l 1\n 250 -200 l 1\n 150 -200 l 1\n 150 250 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y7,9 y7,8 y4,10 y4,11 x4,6 x4,5 \nEndChar\nStartChar: SF230000\nEncoding: 9571 9571 1337\nWidth: 600\nFlags: HW\nHStem: 150 100<1 149> 350 100<1 150>\nVStem: 150 100<-199 149 451 799> 350 100<-199 799>\nFore\n450 800 m 1\n 450 -200 l 1\n 350 -200 l 1\n 350 800 l 1\n 450 800 l 1\n250 250 m 1\n 250 -200 l 1\n 150 -200 l 1\n 150 150 l 1\n 0 150 l 1\n 0 250 l 1\n 250 250 l 1\n250 350 m 1\n 0 350 l 1\n 0 450 l 1\n 150 450 l 1\n 150 800 l 1\n 250 800 l 1\n 250 350 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y13,15 y13,14 y7,5 y7,6 x13,11 x13,12 x7,9 x7,8 \nEndChar\nStartChar: SF470000\nEncoding: 9572 9572 1338\nWidth: 600\nFlags: HW\nHStem: 150 100<1 249 351 599> 350 100<1 599>\nVStem: 0 600<150 249 351 449> 250 100<-199 150>\nFore\n0 450 m 1\n 600 450 l 1\n 600 350 l 1\n 0 350 l 1\n 0 450 l 1\n350 150 m 1\n 350 -200 l 1\n 250 -200 l 1\n 250 150 l 1\n 0 150 l 1\n 0 250 l 1\n 600 250 l 1\n 600 150 l 1\n 350 150 l 1\nEndSplineSet\nMinimumDistance: y4,6 y4,5 x7,9 x7,8 x4,10 x4,11 \nEndChar\nStartChar: SF480000\nEncoding: 9573 9573 1339\nWidth: 600\nFlags: HW\nHStem: 250 100<1 149 251 349 451 599>\nVStem: 150 100<-199 249> 350 100<-199 250>\nFore\n450 250 m 1\n 450 -200 l 1\n 350 -200 l 1\n 350 250 l 1\n 250 250 l 1\n 250 -200 l 1\n 150 -200 l 1\n 150 250 l 1\n 0 250 l 1\n 0 350 l 1\n 600 350 l 1\n 600 250 l 1\n 450 250 l 1\nEndSplineSet\nMinimumDistance: y4,6 y4,5 y0,2 y0,1 x0,10 x0,11 x7,9 x7,8 \nEndChar\nStartChar: SF410000\nEncoding: 9574 9574 1340\nWidth: 600\nFlags: HW\nHStem: 150 100<1 149 451 599> 350 100<1 599>\nVStem: 0 600<351 449> 150 100<-199 149> 350 100<-199 150> 350 250<151 249>\nFore\n0 450 m 1\n 600 450 l 1\n 600 350 l 1\n 0 350 l 1\n 0 450 l 1\n350 250 m 1\n 600 250 l 1\n 600 150 l 1\n 450 150 l 1\n 450 -200 l 1\n 350 -200 l 1\n 350 250 l 1\n250 250 m 1\n 250 -200 l 1\n 150 -200 l 1\n 150 150 l 1\n 0 150 l 1\n 0 250 l 1\n 250 250 l 1\nEndSplineSet\nMinimumDistance: y13,11 y13,12 y7,9 y7,8 x7,5 x7,6 x13,15 x13,14 \nEndChar\nStartChar: SF450000\nEncoding: 9575 9575 1341\nWidth: 600\nFlags: HW\nHStem: 150 100<1 599> 350 100<1 250 350 599> 350 450<251 349>\nVStem: 0 600<151 249 351 450> 250 100<450 799>\nFore\n0 150 m 1\n 0 250 l 1\n 600 250 l 1\n 600 150 l 1\n 0 150 l 1\n350 450 m 1\n 600 450 l 1\n 600 350 l 1\n 0 350 l 1\n 0 450 l 1\n 250 450 l 1\n 250 800 l 1\n 350 800 l 1\n 350 450 l 1\nEndSplineSet\nMinimumDistance: y4,10 y4,11 x9,7 x9,8 x4,6 x4,5 \nEndChar\nStartChar: SF460000\nEncoding: 9576 9576 1342\nWidth: 600\nFlags: HW\nHStem: 250 100<1 150 250 350 450 599> 250 550<151 249 351 449>\nVStem: 150 100<351 799> 350 100<350 799>\nFore\n450 350 m 1\n 600 350 l 1\n 600 250 l 1\n 0 250 l 1\n 0 350 l 1\n 150 350 l 1\n 150 800 l 1\n 250 800 l 1\n 250 350 l 1\n 350 350 l 1\n 350 800 l 1\n 450 800 l 1\n 450 350 l 1\nEndSplineSet\nMinimumDistance: y5,7 y5,6 y0,10 y0,11 x0,2 x0,1 x5,3 x5,4 \nEndChar\nStartChar: SF400000\nEncoding: 9577 9577 1343\nWidth: 600\nFlags: HW\nHStem: 150 100<1 599> 350 100<1 150 450 599> 350 450<151 249 351 449>\nVStem: 0 600<151 249> 150 100<451 799> 350 100<450 799> 350 250<351 449>\nFore\n0 150 m 1\n 0 250 l 1\n 600 250 l 1\n 600 150 l 1\n 0 150 l 1\n350 350 m 1\n 350 800 l 1\n 450 800 l 1\n 450 450 l 1\n 600 450 l 1\n 600 350 l 1\n 350 350 l 1\n250 350 m 1\n 0 350 l 1\n 0 450 l 1\n 150 450 l 1\n 150 800 l 1\n 250 800 l 1\n 250 350 l 1\nEndSplineSet\nMinimumDistance: y13,15 y13,14 y7,5 y7,6 x7,9 x7,8 x13,11 x13,12 \nEndChar\nStartChar: SF540000\nEncoding: 9578 9578 1344\nWidth: 600\nFlags: HW\nHStem: 150 100<1 249 351 599> 350 100<1 250 350 599>\nVStem: 0 600<150 250 350 450> 250 100<-199 150 250 350 450 799>\nFore\n250 350 m 1\n 0 350 l 1\n 0 450 l 1\n 250 450 l 1\n 250 800 l 1\n 350 800 l 1\n 350 450 l 1\n 600 450 l 1\n 600 350 l 1\n 350 350 l 1\n 350 250 l 1\n 600 250 l 1\n 600 150 l 1\n 350 150 l 1\n 350 -200 l 1\n 250 -200 l 1\n 250 150 l 1\n 0 150 l 1\n 0 250 l 1\n 250 250 l 1\n 250 350 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y13,15 y13,14 x16,18 x16,17 x10,12 x10,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: SF530000\nEncoding: 9579 9579 1345\nWidth: 600\nFlags: HW\nHStem: 250 100<1 150 450 599>\nVStem: 150 100<-199 249 351 799> 350 100<-199 250 350 799> 350 250<251 349>\nFore\n150 250 m 1\n -0 250 l 1\n 0 350 l 1\n 150 350 l 1\n 150 800 l 1\n 250 800 l 1\n 250 -200 l 1\n 150 -200 l 1\n 150 250 l 1\n450 250 m 1\n 450 -200 l 1\n 350 -200 l 1\n 350 800 l 1\n 450 800 l 1\n 450 350 l 1\n 600 350 l 1\n 600 250 l 1\n 450 250 l 1\nEndSplineSet\nMinimumDistance: y13,11 y13,12 y8,10 y8,9 y3,5 y3,4 y0,6 y0,7 x8,14 x8,15 x0,2 x0,1 \nEndChar\nStartChar: SF440000\nEncoding: 9580 9580 1346\nWidth: 600\nFlags: HW\nHStem: 150 100<1 149 451 599> 350 100<1 150 450 599> 350 450<151 249 351 449>\nVStem: 150 100<-199 149 451 799> 350 100<-199 150 450 799> 350 250<151 249 351 449>\nFore\n350 350 m 1\n 350 800 l 1\n 450 800 l 1\n 450 450 l 1\n 600 450 l 1\n 600 350 l 1\n 350 350 l 1\n250 350 m 1\n 0 350 l 1\n 0 450 l 1\n 150 450 l 1\n 150 800 l 1\n 250 800 l 1\n 250 350 l 1\n350 250 m 1\n 600 250 l 1\n 600 150 l 1\n 450 150 l 1\n 450 -200 l 1\n 350 -200 l 1\n 350 250 l 1\n250 250 m 1\n 250 -200 l 1\n 150 -200 l 1\n 150 150 l 1\n 0 150 l 1\n 0 250 l 1\n 250 250 l 1\nEndSplineSet\nMinimumDistance: y9,11 y9,10 y3,1 y3,2 y21,19 y21,20 y15,17 y15,16 x15,13 x15,14 x3,5 x3,4 x21,23 x21,22 x9,7 x9,8 \nEndChar\nStartChar: uni256D\nEncoding: 9581 9581 1347\nWidth: 600\nFlags: HW\nHStem: 250 100<474 599>\nVStem: 250 100<-199 120>\nFore\n500 350 m 2\n 600 350 l 1\n 600 250 l 1\n 500 250 l 2\n 394 250 350 206 350 100 c 2\n 350 -200 l 1\n 250 -200 l 1\n 250 100 l 2\n 250 260 340 350 500 350 c 2\nEndSplineSet\nMinimumDistance: y3,6 y3,5 x4,1 x4,2 \nEndChar\nStartChar: uni256E\nEncoding: 9582 9582 1348\nWidth: 600\nFlags: HW\nHStem: 250 100<1 126>\nVStem: 250 100<-199 120>\nRef: 9581 9581 N -1 0 0 1 600 0\nEndChar\nStartChar: uni256F\nEncoding: 9583 9583 1349\nWidth: 600\nFlags: HW\nHStem: 250 100<1 126>\nVStem: 250 100<480 799>\nRef: 9581 9581 N -1 -0 0 -1 600 600\nEndChar\nStartChar: uni2570\nEncoding: 9584 9584 1350\nWidth: 600\nFlags: HW\nHStem: 250 100<474 599>\nVStem: 250 100<480 799>\nRef: 9581 9581 N 1 0 -0 -1 0 600\nEndChar\nStartChar: uni2571\nEncoding: 9585 9585 1351\nWidth: 600\nFlags: HW\nDStem: 557 826 643 774 -43 -174 43 -226\nFore\n-43 -174 m 1\n 557 826 l 1\n 643 774 l 1\n 43 -226 l 1\n -43 -174 l 1\nEndSplineSet\nEndChar\nStartChar: uni2572\nEncoding: 9586 9586 1352\nWidth: 600\nFlags: HW\nDStem: -43 774 43 826 557 -226 643 -174\nRef: 9585 9585 N -1 0 0 1 600 0\nEndChar\nStartChar: uni2573\nEncoding: 9587 9587 1353\nWidth: 600\nFlags: HW\nDStem: -43 774 43 826 241 300 300 398 241 300 300 202 -43 -174 43 -226 300 202 359 300 557 -226 643 -174 557 826 643 774 300 398 359 300\nFore\n359 300 m 1\n 643 -174 l 1\n 557 -226 l 1\n 300 202 l 1\n 43 -226 l 1\n -43 -174 l 1\n 241 300 l 1\n -43 774 l 1\n 43 826 l 1\n 300 398 l 1\n 557 826 l 1\n 643 774 l 1\n 359 300 l 1\nEndSplineSet\nEndChar\nStartChar: uni2574\nEncoding: 9588 9588 1354\nWidth: 600\nFlags: HW\nHStem: 250 100<1 299>\nVStem: 0 300<251 349>\nFore\n0 350 m 1\n 300 350 l 1\n 300 250 l 1\n 0 250 l 1\n 0 350 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2575\nEncoding: 9589 9589 1355\nWidth: 600\nFlags: HW\nHStem: 300 500<251 349>\nVStem: 250 100<301 799>\nFore\n350 800 m 1\n 350 300 l 1\n 250 300 l 1\n 250 800 l 1\n 350 800 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2576\nEncoding: 9590 9590 1356\nWidth: 600\nFlags: HW\nHStem: 250 100<301 599>\nVStem: 300 300<251 349>\nRef: 9588 9588 N 1 0 0 1 300 0\nEndChar\nStartChar: uni2577\nEncoding: 9591 9591 1357\nWidth: 600\nFlags: HW\nHStem: -200 500<251 349>\nVStem: 250 100<-199 299>\nRef: 9589 9589 N 1 0 0 1 0 -500\nEndChar\nStartChar: uni2578\nEncoding: 9592 9592 1358\nWidth: 600\nFlags: HW\nHStem: 200 200<1 299>\nVStem: 0 300<201 399>\nFore\n0 400 m 1\n 300 400 l 1\n 300 200 l 1\n 0 200 l 1\n 0 400 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2579\nEncoding: 9593 9593 1359\nWidth: 600\nFlags: HW\nHStem: 300 500<201 399>\nVStem: 200 200<301 799>\nFore\n400 800 m 1\n 400 300 l 1\n 200 300 l 1\n 200 800 l 1\n 400 800 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni257A\nEncoding: 9594 9594 1360\nWidth: 600\nFlags: HW\nHStem: 200 200<301 599>\nVStem: 300 300<201 399>\nRef: 9592 9592 N 1 0 0 1 300 0\nEndChar\nStartChar: uni257B\nEncoding: 9595 9595 1361\nWidth: 600\nFlags: HW\nHStem: -200 500<201 399>\nVStem: 200 200<-199 299>\nRef: 9593 9593 N 1 0 0 1 0 -500\nEndChar\nStartChar: uni257C\nEncoding: 9596 9596 1362\nWidth: 600\nFlags: HW\nHStem: 200 200<300 599> 250 100<1 300>\nFore\n300 250 m 1\n 0 250 l 1\n 0 350 l 1\n 300 350 l 1\n 300 400 l 1\n 600 400 l 1\n 600 200 l 1\n 300 200 l 1\n 300 250 l 1\nEndSplineSet\nMinimumDistance: x5,3 y3,5 y3,4 x6,0 y0,6 y0,7 \nEndChar\nStartChar: uni257D\nEncoding: 9597 9597 1363\nWidth: 600\nFlags: HW\nVStem: 200 200<-199 300> 250 100<300 799>\nFore\n250 300 m 1\n 250 800 l 1\n 350 800 l 1\n 350 300 l 1\n 400 300 l 1\n 400 -200 l 1\n 200 -200 l 1\n 200 300 l 1\n 250 300 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y5,3 x3,5 x3,4 y6,0 x0,6 x0,7 \nEndChar\nStartChar: uni257E\nEncoding: 9598 9598 1364\nWidth: 600\nFlags: HW\nHStem: 200 200<1 300> 250 100<300 599>\nRef: 9596 9596 N -1 0 0 1 600 0\nEndChar\nStartChar: uni257F\nEncoding: 9599 9599 1365\nWidth: 600\nFlags: HW\nVStem: 200 200<300 799> 250 100<-199 300>\nRef: 9597 9597 N 1 0 0 -1 0 600\nEndChar\nStartChar: upblock\nEncoding: 9600 9600 1366\nWidth: 600\nFlags: HW\nHStem: 300 500<1 599>\nVStem: 0 600<301 799>\nFore\n0 800 m 25\n 600 800 l 25\n 600 300 l 25\n 0 300 l 25\n 0 800 l 25\nEndSplineSet\nEndChar\nStartChar: uni2581\nEncoding: 9601 9601 1367\nWidth: 600\nFlags: HW\nHStem: -200 125<1 599>\nVStem: 0 600<-199 -76>\nFore\n0 -75 m 25\n 600 -75 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 -75 l 25\nEndSplineSet\nEndChar\nStartChar: uni2582\nEncoding: 9602 9602 1368\nWidth: 600\nFlags: HW\nHStem: -200 250<1 599>\nVStem: 0 600<-199 49>\nFore\n0 50 m 25\n 600 50 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 50 l 25\nEndSplineSet\nEndChar\nStartChar: uni2583\nEncoding: 9603 9603 1369\nWidth: 600\nFlags: HW\nHStem: -200 375<1 599>\nVStem: 0 600<-199 174>\nFore\n0 175 m 25\n 600 175 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 175 l 25\nEndSplineSet\nEndChar\nStartChar: dnblock\nEncoding: 9604 9604 1370\nWidth: 600\nFlags: HW\nHStem: -200 500<1 599>\nVStem: 0 600<-199 299>\nFore\n0 300 m 25\n 600 300 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 300 l 25\nEndSplineSet\nEndChar\nStartChar: uni2585\nEncoding: 9605 9605 1371\nWidth: 600\nFlags: HW\nHStem: -200 625<1 599>\nVStem: 0 600<-199 424>\nFore\n0 425 m 25\n 600 425 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 425 l 25\nEndSplineSet\nEndChar\nStartChar: uni2586\nEncoding: 9606 9606 1372\nWidth: 600\nFlags: HW\nHStem: -200 750<1 599>\nVStem: 0 600<-199 549>\nFore\n0 550 m 25\n 600 550 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 550 l 25\nEndSplineSet\nEndChar\nStartChar: uni2587\nEncoding: 9607 9607 1373\nWidth: 600\nFlags: HW\nHStem: -200 875<1 599>\nVStem: 0 600<-199 674>\nFore\n0 675 m 25\n 600 675 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 675 l 25\nEndSplineSet\nEndChar\nStartChar: block\nEncoding: 9608 9608 1374\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 599>\nVStem: 0 600<-199 799>\nFore\n0 800 m 25\n 600 800 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nEndChar\nStartChar: uni2589\nEncoding: 9609 9609 1375\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 524>\nVStem: 0 525<-199 799>\nFore\n0 800 m 25\n 525 800 l 25\n 525 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni258A\nEncoding: 9610 9610 1376\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 449>\nVStem: 0 450<-199 799>\nFore\n0 800 m 25\n 450 800 l 25\n 450 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni258B\nEncoding: 9611 9611 1377\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 374>\nVStem: 0 375<-199 799>\nFore\n0 800 m 25\n 375 800 l 25\n 375 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: lfblock\nEncoding: 9612 9612 1378\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 299>\nVStem: 0 300<-199 799>\nFore\n0 800 m 25\n 300 800 l 25\n 300 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni258D\nEncoding: 9613 9613 1379\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 224>\nVStem: 0 225<-199 799>\nFore\n0 800 m 25\n 225 800 l 25\n 225 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni258E\nEncoding: 9614 9614 1380\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 149>\nVStem: 0 150<-199 799>\nFore\n0 800 m 25\n 150 800 l 25\n 150 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni258F\nEncoding: 9615 9615 1381\nWidth: 600\nFlags: HW\nHStem: -200 1000<1 74>\nVStem: 0 75<-199 799>\nFore\n0 800 m 25\n 75 800 l 25\n 75 -200 l 25\n 0 -200 l 25\n 0 800 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: rtblock\nEncoding: 9616 9616 1382\nWidth: 600\nFlags: HW\nHStem: -200 1000<301 599>\nVStem: 300 300<-199 799>\nFore\n300 800 m 25\n 600 800 l 25\n 600 -200 l 25\n 300 -200 l 25\n 300 800 l 25\nEndSplineSet\nEndChar\nStartChar: ltshade\nEncoding: 9617 9617 1383\nWidth: 600\nFlags: HW\nHStem: -200 50<1 49 201 249 401 449> -100 50<101 149 301 349 501 549> 0 50<1 49 201 249 401 449> 100 50<101 149 301 349 501 549> 200 50<1 49 201 249 401 449> 300 50<101 149 301 349 501 549> 400 50<1 49 201 249 401 449> 500 50<101 149 301 349 501 549> 600 50<1 49 201 249 401 449> 700 50<101 149 301 349 501 549>\nVStem: 0 50<-199 -151 1 49 201 249 401 449 601 649> 100 50<-99 -51 101 149 301 349 501 549 701 749> 200 50<-199 -151 1 49 201 249 401 449 601 649> 300 50<-99 -51 101 149 301 349 501 549 701 749> 400 50<-199 -151 1 49 201 249 401 449 601 649> 500 50<-99 -51 101 149 301 349 501 549 701 749>\nFore\n400 50 m 25\n 450 50 l 25\n 450 0 l 25\n 400 0 l 25\n 400 50 l 25\n200 50 m 25\n 250 50 l 25\n 250 0 l 25\n 200 0 l 25\n 200 50 l 25\n0 50 m 25\n 50 50 l 25\n 50 0 l 25\n 0 0 l 25\n 0 50 l 25\n500 150 m 25\n 550 150 l 25\n 550 100 l 25\n 500 100 l 25\n 500 150 l 25\n300 150 m 25\n 350 150 l 25\n 350 100 l 25\n 300 100 l 25\n 300 150 l 25\n100 150 m 25\n 150 150 l 25\n 150 100 l 25\n 100 100 l 25\n 100 150 l 25\n400 -150 m 25\n 450 -150 l 25\n 450 -200 l 25\n 400 -200 l 25\n 400 -150 l 25\n200 -150 m 25\n 250 -150 l 25\n 250 -200 l 25\n 200 -200 l 25\n 200 -150 l 25\n0 -150 m 25\n 50 -150 l 25\n 50 -200 l 25\n 0 -200 l 25\n 0 -150 l 25\n500 -50 m 25\n 550 -50 l 25\n 550 -100 l 25\n 500 -100 l 25\n 500 -50 l 25\n300 -50 m 25\n 350 -50 l 25\n 350 -100 l 25\n 300 -100 l 25\n 300 -50 l 25\n100 -50 m 25\n 150 -50 l 25\n 150 -100 l 25\n 100 -100 l 25\n 100 -50 l 25\n400 250 m 25\n 450 250 l 25\n 450 200 l 25\n 400 200 l 25\n 400 250 l 25\n200 250 m 25\n 250 250 l 25\n 250 200 l 25\n 200 200 l 25\n 200 250 l 25\n0 250 m 25\n 50 250 l 25\n 50 200 l 25\n 0 200 l 25\n 0 250 l 25\n500 350 m 25\n 550 350 l 25\n 550 300 l 25\n 500 300 l 25\n 500 350 l 25\n300 350 m 25\n 350 350 l 25\n 350 300 l 25\n 300 300 l 25\n 300 350 l 25\n100 350 m 25\n 150 350 l 25\n 150 300 l 25\n 100 300 l 25\n 100 350 l 25\n400 450 m 25\n 450 450 l 25\n 450 400 l 25\n 400 400 l 25\n 400 450 l 25\n200 450 m 25\n 250 450 l 25\n 250 400 l 25\n 200 400 l 25\n 200 450 l 25\n0 450 m 25\n 50 450 l 25\n 50 400 l 25\n 0 400 l 25\n 0 450 l 25\n500 550 m 25\n 550 550 l 25\n 550 500 l 25\n 500 500 l 25\n 500 550 l 25\n300 550 m 25\n 350 550 l 25\n 350 500 l 25\n 300 500 l 25\n 300 550 l 25\n100 550 m 25\n 150 550 l 25\n 150 500 l 25\n 100 500 l 25\n 100 550 l 25\n400 650 m 25\n 450 650 l 25\n 450 600 l 25\n 400 600 l 25\n 400 650 l 25\n200 650 m 25\n 250 650 l 25\n 250 600 l 25\n 200 600 l 25\n 200 650 l 25\n0 650 m 25\n 50 650 l 25\n 50 600 l 25\n 0 600 l 25\n 0 650 l 25\n500 750 m 25\n 550 750 l 25\n 550 700 l 25\n 500 700 l 25\n 500 750 l 25\n300 750 m 25\n 350 750 l 25\n 350 700 l 25\n 300 700 l 25\n 300 750 l 25\n100 750 m 25\n 150 750 l 25\n 150 700 l 25\n 100 700 l 25\n 100 750 l 25\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: shade\nEncoding: 9618 9618 1384\nWidth: 600\nFlags: HW\nHStem: -200 50<1 49 101 149 201 249 301 349 401 449 501 549> -100 50<51 99 151 199 251 299 351 399 451 499 551 599> 0 50<1 49 101 149 201 249 301 349 401 449 501 549> 100 50<51 99 151 199 251 299 351 399 451 499 551 599> 200 50<1 49 101 149 201 249 301 349 401 449 501 549> 300 50<51 99 151 199 251 299 351 399 451 499 551 599> 400 50<1 49 101 149 201 249 301 349 401 449 501 549> 500 50<51 99 151 199 251 299 351 399 451 499 551 599> 600 50<1 49 101 149 201 249 301 349 401 449 501 549> 700 50<51 99 151 199 251 299 351 399 451 499 551 599>\nVStem: 0 50<-199 -151 1 49 201 249 401 449 601 649> 50 50<-99 -51 101 149 301 349 501 549 701 749> 100 50<-199 -151 1 49 201 249 401 449 601 649> 150 50<-99 -51 101 149 301 349 501 549 701 749> 200 50<-199 -151 1 49 201 249 401 449 601 649> 250 50<-99 -51 101 149 301 349 501 549 701 749> 300 50<-199 -151 1 49 201 249 401 449 601 649> 350 50<-99 -51 101 149 301 349 501 549 701 749> 400 50<-199 -151 1 49 201 249 401 449 601 649> 450 50<-99 -51 101 149 301 349 501 549 701 749> 500 50<-199 -151 1 49 201 249 401 449 601 649> 550 50<-99 -51 101 149 301 349 501 549 701 749>\nFore\n400 50 m 25\n 450 50 l 25\n 450 0 l 25\n 400 0 l 25\n 400 50 l 25\n300 50 m 25\n 350 50 l 25\n 350 0 l 25\n 300 0 l 25\n 300 50 l 25\n200 50 m 25\n 250 50 l 25\n 250 0 l 25\n 200 0 l 25\n 200 50 l 25\n100 50 m 25\n 150 50 l 25\n 150 0 l 25\n 100 0 l 25\n 100 50 l 25\n0 50 m 25\n 50 50 l 25\n 50 0 l 25\n 0 0 l 25\n 0 50 l 25\n500 50 m 25\n 550 50 l 25\n 550 0 l 25\n 500 0 l 25\n 500 50 l 25\n450 150 m 25\n 500 150 l 25\n 500 100 l 25\n 450 100 l 25\n 450 150 l 25\n350 150 m 25\n 400 150 l 25\n 400 100 l 25\n 350 100 l 25\n 350 150 l 25\n250 150 m 25\n 300 150 l 25\n 300 100 l 25\n 250 100 l 25\n 250 150 l 25\n150 150 m 25\n 200 150 l 25\n 200 100 l 25\n 150 100 l 25\n 150 150 l 25\n50 150 m 25\n 100 150 l 25\n 100 100 l 25\n 50 100 l 25\n 50 150 l 25\n550 150 m 25\n 600 150 l 25\n 600 100 l 25\n 550 100 l 25\n 550 150 l 25\n400 -150 m 25\n 450 -150 l 25\n 450 -200 l 25\n 400 -200 l 25\n 400 -150 l 25\n300 -150 m 25\n 350 -150 l 25\n 350 -200 l 25\n 300 -200 l 25\n 300 -150 l 25\n200 -150 m 25\n 250 -150 l 25\n 250 -200 l 25\n 200 -200 l 25\n 200 -150 l 25\n100 -150 m 25\n 150 -150 l 25\n 150 -200 l 25\n 100 -200 l 25\n 100 -150 l 25\n0 -150 m 25\n 50 -150 l 25\n 50 -200 l 25\n 0 -200 l 25\n 0 -150 l 25\n500 -150 m 25\n 550 -150 l 25\n 550 -200 l 25\n 500 -200 l 25\n 500 -150 l 25\n450 -50 m 25\n 500 -50 l 25\n 500 -100 l 25\n 450 -100 l 25\n 450 -50 l 25\n350 -50 m 25\n 400 -50 l 25\n 400 -100 l 25\n 350 -100 l 25\n 350 -50 l 25\n250 -50 m 25\n 300 -50 l 25\n 300 -100 l 25\n 250 -100 l 25\n 250 -50 l 25\n150 -50 m 25\n 200 -50 l 25\n 200 -100 l 25\n 150 -100 l 25\n 150 -50 l 25\n50 -50 m 25\n 100 -50 l 25\n 100 -100 l 25\n 50 -100 l 25\n 50 -50 l 25\n550 -50 m 25\n 600 -50 l 25\n 600 -100 l 25\n 550 -100 l 25\n 550 -50 l 25\n400 250 m 25\n 450 250 l 25\n 450 200 l 25\n 400 200 l 25\n 400 250 l 25\n300 250 m 25\n 350 250 l 25\n 350 200 l 25\n 300 200 l 25\n 300 250 l 25\n200 250 m 25\n 250 250 l 25\n 250 200 l 25\n 200 200 l 25\n 200 250 l 25\n100 250 m 25\n 150 250 l 25\n 150 200 l 25\n 100 200 l 25\n 100 250 l 25\n0 250 m 25\n 50 250 l 25\n 50 200 l 25\n 0 200 l 25\n 0 250 l 25\n500 250 m 25\n 550 250 l 25\n 550 200 l 25\n 500 200 l 25\n 500 250 l 25\n450 350 m 25\n 500 350 l 25\n 500 300 l 25\n 450 300 l 25\n 450 350 l 25\n350 350 m 25\n 400 350 l 25\n 400 300 l 25\n 350 300 l 25\n 350 350 l 25\n250 350 m 25\n 300 350 l 25\n 300 300 l 25\n 250 300 l 25\n 250 350 l 25\n150 350 m 25\n 200 350 l 25\n 200 300 l 25\n 150 300 l 25\n 150 350 l 25\n50 350 m 25\n 100 350 l 25\n 100 300 l 25\n 50 300 l 25\n 50 350 l 25\n550 350 m 25\n 600 350 l 25\n 600 300 l 25\n 550 300 l 25\n 550 350 l 25\n400 450 m 25\n 450 450 l 25\n 450 400 l 25\n 400 400 l 25\n 400 450 l 25\n300 450 m 25\n 350 450 l 25\n 350 400 l 25\n 300 400 l 25\n 300 450 l 25\n200 450 m 25\n 250 450 l 25\n 250 400 l 25\n 200 400 l 25\n 200 450 l 25\n100 450 m 25\n 150 450 l 25\n 150 400 l 25\n 100 400 l 25\n 100 450 l 25\n0 450 m 25\n 50 450 l 25\n 50 400 l 25\n 0 400 l 25\n 0 450 l 25\n500 450 m 25\n 550 450 l 25\n 550 400 l 25\n 500 400 l 25\n 500 450 l 25\n450 550 m 25\n 500 550 l 25\n 500 500 l 25\n 450 500 l 25\n 450 550 l 25\n350 550 m 25\n 400 550 l 25\n 400 500 l 25\n 350 500 l 25\n 350 550 l 25\n250 550 m 25\n 300 550 l 25\n 300 500 l 25\n 250 500 l 25\n 250 550 l 25\n150 550 m 25\n 200 550 l 25\n 200 500 l 25\n 150 500 l 25\n 150 550 l 25\n50 550 m 25\n 100 550 l 25\n 100 500 l 25\n 50 500 l 25\n 50 550 l 25\n550 550 m 25\n 600 550 l 25\n 600 500 l 25\n 550 500 l 25\n 550 550 l 25\n400 650 m 25\n 450 650 l 25\n 450 600 l 25\n 400 600 l 25\n 400 650 l 25\n300 650 m 25\n 350 650 l 25\n 350 600 l 25\n 300 600 l 25\n 300 650 l 25\n200 650 m 25\n 250 650 l 25\n 250 600 l 25\n 200 600 l 25\n 200 650 l 25\n100 650 m 25\n 150 650 l 25\n 150 600 l 25\n 100 600 l 25\n 100 650 l 25\n0 650 m 25\n 50 650 l 25\n 50 600 l 25\n 0 600 l 25\n 0 650 l 25\n500 650 m 25\n 550 650 l 25\n 550 600 l 25\n 500 600 l 25\n 500 650 l 25\n450 750 m 25\n 500 750 l 25\n 500 700 l 25\n 450 700 l 25\n 450 750 l 25\n350 750 m 25\n 400 750 l 25\n 400 700 l 25\n 350 700 l 25\n 350 750 l 25\n250 750 m 25\n 300 750 l 25\n 300 700 l 25\n 250 700 l 25\n 250 750 l 25\n150 750 m 25\n 200 750 l 25\n 200 700 l 25\n 150 700 l 25\n 150 750 l 25\n50 750 m 25\n 100 750 l 25\n 100 700 l 25\n 50 700 l 25\n 50 750 l 25\n550 750 m 25\n 600 750 l 25\n 600 700 l 25\n 550 700 l 25\n 550 750 l 25\nEndSplineSet\nEndChar\nStartChar: dkshade\nEncoding: 9619 9619 1385\nWidth: 600\nFlags: HW\nHStem: -200 50<1 49 100 149 200 249 300 349 400 449 500 549> -150 50<50 100 150 200 250 300 350 400 450 500 550 599> -100 50<1 50 100 150 200 250 300 350 400 450 500 550> -50 50<50 100 150 200 250 300 350 400 450 500 550 599> 0 50<1 50 100 150 200 250 300 350 400 450 500 550> 50 50<50 100 150 200 250 300 350 400 450 500 550 599> 100 50<1 50 100 150 200 250 300 350 400 450 500 550> 150 50<50 100 150 200 250 300 350 400 450 500 550 599> 200 50<1 50 100 150 200 250 300 350 400 450 500 550> 250 50<50 100 150 200 250 300 350 400 450 500 550 599> 300 50<1 50 100 150 200 250 300 350 400 450 500 550> 350 50<50 100 150 200 250 300 350 400 450 500 550 599> 400 50<1 50 100 150 200 250 300 350 400 450 500 550> 450 50<50 100 150 200 250 300 350 400 450 500 550 599> 500 50<1 50 100 150 200 250 300 350 400 450 500 550> 550 50<50 100 150 200 250 300 350 400 450 500 550 599> 600 50<1 50 100 150 200 250 300 350 400 450 500 550> 650 50<50 100 150 200 250 300 350 400 450 500 550 599> 700 50<1 50 100 150 200 250 300 350 400 450 500 550> 750 50<51 100 151 200 251 300 351 400 451 500 551 599>\nVStem: 0 50<-199 -151 -100 -51 0 49 100 149 200 249 300 349 400 449 500 549 600 649 700 749> 50 50<-150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 799> 100 50<-199 -150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750> 150 50<-150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 799> 200 50<-199 -150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750> 250 50<-150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 799> 300 50<-199 -150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750> 350 50<-150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 799> 400 50<-199 -150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750> 450 50<-150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750 799> 500 50<-199 -150 -100 -50 0 50 100 150 200 250 300 350 400 450 500 550 600 650 700 750> 550 50<-149 -100 -49 0 51 100 151 200 251 300 351 400 451 500 551 600 651 700 751 799>\nFore\n400 50 m 25\n 450 50 l 25\n 450 0 l 25\n 400 0 l 25\n 400 50 l 25\n300 50 m 25\n 350 50 l 25\n 350 0 l 25\n 300 0 l 25\n 300 50 l 25\n200 50 m 25\n 250 50 l 25\n 250 0 l 25\n 200 0 l 25\n 200 50 l 25\n100 50 m 25\n 150 50 l 25\n 150 0 l 25\n 100 0 l 25\n 100 50 l 25\n0 50 m 25\n 50 50 l 25\n 50 0 l 25\n 0 0 l 25\n 0 50 l 25\n500 50 m 25\n 550 50 l 25\n 550 0 l 25\n 500 0 l 25\n 500 50 l 25\n450 0 m 25\n 500 0 l 25\n 500 -50 l 25\n 450 -50 l 25\n 450 0 l 25\n350 0 m 25\n 400 0 l 25\n 400 -50 l 25\n 350 -50 l 25\n 350 0 l 25\n250 0 m 25\n 300 0 l 25\n 300 -50 l 25\n 250 -50 l 25\n 250 0 l 25\n150 0 m 25\n 200 0 l 25\n 200 -50 l 25\n 150 -50 l 25\n 150 0 l 25\n50 0 m 25\n 100 0 l 25\n 100 -50 l 25\n 50 -50 l 25\n 50 0 l 25\n550 0 m 25\n 600 0 l 25\n 600 -50 l 25\n 550 -50 l 25\n 550 0 l 25\n450 -100 m 25\n 500 -100 l 25\n 500 -150 l 25\n 450 -150 l 25\n 450 -100 l 25\n350 -100 m 25\n 400 -100 l 25\n 400 -150 l 25\n 350 -150 l 25\n 350 -100 l 25\n250 -100 m 25\n 300 -100 l 25\n 300 -150 l 25\n 250 -150 l 25\n 250 -100 l 25\n150 -100 m 25\n 200 -100 l 25\n 200 -150 l 25\n 150 -150 l 25\n 150 -100 l 25\n50 -100 m 25\n 100 -100 l 25\n 100 -150 l 25\n 50 -150 l 25\n 50 -100 l 25\n550 -100 m 25\n 600 -100 l 25\n 600 -150 l 25\n 550 -150 l 25\n 550 -100 l 25\n400 -50 m 25\n 450 -50 l 25\n 450 -100 l 25\n 400 -100 l 25\n 400 -50 l 25\n300 -50 m 25\n 350 -50 l 25\n 350 -100 l 25\n 300 -100 l 25\n 300 -50 l 25\n200 -50 m 25\n 250 -50 l 25\n 250 -100 l 25\n 200 -100 l 25\n 200 -50 l 25\n100 -50 m 25\n 150 -50 l 25\n 150 -100 l 25\n 100 -100 l 25\n 100 -50 l 25\n0 -50 m 25\n 50 -50 l 25\n 50 -100 l 25\n 0 -100 l 25\n 0 -50 l 25\n500 -50 m 25\n 550 -50 l 25\n 550 -100 l 25\n 500 -100 l 25\n 500 -50 l 25\n400 -150 m 25\n 450 -150 l 25\n 450 -200 l 25\n 400 -200 l 25\n 400 -150 l 25\n300 -150 m 25\n 350 -150 l 25\n 350 -200 l 25\n 300 -200 l 25\n 300 -150 l 25\n200 -150 m 25\n 250 -150 l 25\n 250 -200 l 25\n 200 -200 l 25\n 200 -150 l 25\n100 -150 m 25\n 150 -150 l 25\n 150 -200 l 25\n 100 -200 l 25\n 100 -150 l 25\n0 -150 m 25\n 50 -150 l 25\n 50 -200 l 25\n 0 -200 l 25\n 0 -150 l 25\n500 -150 m 25\n 550 -150 l 25\n 550 -200 l 25\n 500 -200 l 25\n 500 -150 l 25\n450 100 m 25\n 500 100 l 25\n 500 50 l 25\n 450 50 l 25\n 450 100 l 25\n350 100 m 25\n 400 100 l 25\n 400 50 l 25\n 350 50 l 25\n 350 100 l 25\n250 100 m 25\n 300 100 l 25\n 300 50 l 25\n 250 50 l 25\n 250 100 l 25\n150 100 m 25\n 200 100 l 25\n 200 50 l 25\n 150 50 l 25\n 150 100 l 25\n50 100 m 25\n 100 100 l 25\n 100 50 l 25\n 50 50 l 25\n 50 100 l 25\n550 100 m 25\n 600 100 l 25\n 600 50 l 25\n 550 50 l 25\n 550 100 l 25\n400 150 m 25\n 450 150 l 25\n 450 100 l 25\n 400 100 l 25\n 400 150 l 25\n300 150 m 25\n 350 150 l 25\n 350 100 l 25\n 300 100 l 25\n 300 150 l 25\n200 150 m 25\n 250 150 l 25\n 250 100 l 25\n 200 100 l 25\n 200 150 l 25\n100 150 m 25\n 150 150 l 25\n 150 100 l 25\n 100 100 l 25\n 100 150 l 25\n0 150 m 25\n 50 150 l 25\n 50 100 l 25\n 0 100 l 25\n 0 150 l 25\n500 150 m 25\n 550 150 l 25\n 550 100 l 25\n 500 100 l 25\n 500 150 l 25\n450 200 m 25\n 500 200 l 25\n 500 150 l 25\n 450 150 l 25\n 450 200 l 25\n350 200 m 25\n 400 200 l 25\n 400 150 l 25\n 350 150 l 25\n 350 200 l 25\n250 200 m 25\n 300 200 l 25\n 300 150 l 25\n 250 150 l 25\n 250 200 l 25\n150 200 m 25\n 200 200 l 25\n 200 150 l 25\n 150 150 l 25\n 150 200 l 25\n50 200 m 25\n 100 200 l 25\n 100 150 l 25\n 50 150 l 25\n 50 200 l 25\n550 200 m 25\n 600 200 l 25\n 600 150 l 25\n 550 150 l 25\n 550 200 l 25\n400 250 m 25\n 450 250 l 25\n 450 200 l 25\n 400 200 l 25\n 400 250 l 25\n300 250 m 25\n 350 250 l 25\n 350 200 l 25\n 300 200 l 25\n 300 250 l 25\n200 250 m 25\n 250 250 l 25\n 250 200 l 25\n 200 200 l 25\n 200 250 l 25\n100 250 m 25\n 150 250 l 25\n 150 200 l 25\n 100 200 l 25\n 100 250 l 25\n0 250 m 25\n 50 250 l 25\n 50 200 l 25\n 0 200 l 25\n 0 250 l 25\n500 250 m 25\n 550 250 l 25\n 550 200 l 25\n 500 200 l 25\n 500 250 l 25\n450 300 m 25\n 500 300 l 25\n 500 250 l 25\n 450 250 l 25\n 450 300 l 25\n350 300 m 25\n 400 300 l 25\n 400 250 l 25\n 350 250 l 25\n 350 300 l 25\n250 300 m 25\n 300 300 l 25\n 300 250 l 25\n 250 250 l 25\n 250 300 l 25\n150 300 m 25\n 200 300 l 25\n 200 250 l 25\n 150 250 l 25\n 150 300 l 25\n50 300 m 25\n 100 300 l 25\n 100 250 l 25\n 50 250 l 25\n 50 300 l 25\n550 300 m 25\n 600 300 l 25\n 600 250 l 25\n 550 250 l 25\n 550 300 l 25\n400 350 m 25\n 450 350 l 25\n 450 300 l 25\n 400 300 l 25\n 400 350 l 25\n300 350 m 25\n 350 350 l 25\n 350 300 l 25\n 300 300 l 25\n 300 350 l 25\n200 350 m 25\n 250 350 l 25\n 250 300 l 25\n 200 300 l 25\n 200 350 l 25\n100 350 m 25\n 150 350 l 25\n 150 300 l 25\n 100 300 l 25\n 100 350 l 25\n0 350 m 25\n 50 350 l 25\n 50 300 l 25\n 0 300 l 25\n 0 350 l 25\n500 350 m 25\n 550 350 l 25\n 550 300 l 25\n 500 300 l 25\n 500 350 l 25\n450 400 m 25\n 500 400 l 25\n 500 350 l 25\n 450 350 l 25\n 450 400 l 25\n350 400 m 25\n 400 400 l 25\n 400 350 l 25\n 350 350 l 25\n 350 400 l 25\n250 400 m 25\n 300 400 l 25\n 300 350 l 25\n 250 350 l 25\n 250 400 l 25\n150 400 m 25\n 200 400 l 25\n 200 350 l 25\n 150 350 l 25\n 150 400 l 25\n50 400 m 25\n 100 400 l 25\n 100 350 l 25\n 50 350 l 25\n 50 400 l 25\n550 400 m 25\n 600 400 l 25\n 600 350 l 25\n 550 350 l 25\n 550 400 l 25\n400 450 m 25\n 450 450 l 25\n 450 400 l 25\n 400 400 l 25\n 400 450 l 25\n300 450 m 25\n 350 450 l 25\n 350 400 l 25\n 300 400 l 25\n 300 450 l 25\n200 450 m 25\n 250 450 l 25\n 250 400 l 25\n 200 400 l 25\n 200 450 l 25\n100 450 m 25\n 150 450 l 25\n 150 400 l 25\n 100 400 l 25\n 100 450 l 25\n0 450 m 25\n 50 450 l 25\n 50 400 l 25\n 0 400 l 25\n 0 450 l 25\n500 450 m 25\n 550 450 l 25\n 550 400 l 25\n 500 400 l 25\n 500 450 l 25\n450 500 m 25\n 500 500 l 25\n 500 450 l 25\n 450 450 l 25\n 450 500 l 25\n350 500 m 25\n 400 500 l 25\n 400 450 l 25\n 350 450 l 25\n 350 500 l 25\n250 500 m 25\n 300 500 l 25\n 300 450 l 25\n 250 450 l 25\n 250 500 l 25\n150 500 m 25\n 200 500 l 25\n 200 450 l 25\n 150 450 l 25\n 150 500 l 25\n50 500 m 25\n 100 500 l 25\n 100 450 l 25\n 50 450 l 25\n 50 500 l 25\n550 500 m 25\n 600 500 l 25\n 600 450 l 25\n 550 450 l 25\n 550 500 l 25\n400 550 m 25\n 450 550 l 25\n 450 500 l 25\n 400 500 l 25\n 400 550 l 25\n300 550 m 25\n 350 550 l 25\n 350 500 l 25\n 300 500 l 25\n 300 550 l 25\n200 550 m 25\n 250 550 l 25\n 250 500 l 25\n 200 500 l 25\n 200 550 l 25\n100 550 m 25\n 150 550 l 25\n 150 500 l 25\n 100 500 l 25\n 100 550 l 25\n0 550 m 25\n 50 550 l 25\n 50 500 l 25\n 0 500 l 25\n 0 550 l 25\n500 550 m 25\n 550 550 l 25\n 550 500 l 25\n 500 500 l 25\n 500 550 l 25\n450 600 m 25\n 500 600 l 25\n 500 550 l 25\n 450 550 l 25\n 450 600 l 25\n350 600 m 25\n 400 600 l 25\n 400 550 l 25\n 350 550 l 25\n 350 600 l 25\n250 600 m 25\n 300 600 l 25\n 300 550 l 25\n 250 550 l 25\n 250 600 l 25\n150 600 m 25\n 200 600 l 25\n 200 550 l 25\n 150 550 l 25\n 150 600 l 25\n50 600 m 25\n 100 600 l 25\n 100 550 l 25\n 50 550 l 25\n 50 600 l 25\n550 600 m 25\n 600 600 l 25\n 600 550 l 25\n 550 550 l 25\n 550 600 l 25\n400 650 m 25\n 450 650 l 25\n 450 600 l 25\n 400 600 l 25\n 400 650 l 25\n300 650 m 25\n 350 650 l 25\n 350 600 l 25\n 300 600 l 25\n 300 650 l 25\n200 650 m 25\n 250 650 l 25\n 250 600 l 25\n 200 600 l 25\n 200 650 l 25\n100 650 m 25\n 150 650 l 25\n 150 600 l 25\n 100 600 l 25\n 100 650 l 25\n0 650 m 25\n 50 650 l 25\n 50 600 l 25\n 0 600 l 25\n 0 650 l 25\n500 650 m 25\n 550 650 l 25\n 550 600 l 25\n 500 600 l 25\n 500 650 l 25\n450 700 m 25\n 500 700 l 25\n 500 650 l 25\n 450 650 l 25\n 450 700 l 25\n350 700 m 25\n 400 700 l 25\n 400 650 l 25\n 350 650 l 25\n 350 700 l 25\n250 700 m 25\n 300 700 l 25\n 300 650 l 25\n 250 650 l 25\n 250 700 l 25\n150 700 m 25\n 200 700 l 25\n 200 650 l 25\n 150 650 l 25\n 150 700 l 25\n50 700 m 25\n 100 700 l 25\n 100 650 l 25\n 50 650 l 25\n 50 700 l 25\n550 700 m 25\n 600 700 l 25\n 600 650 l 25\n 550 650 l 25\n 550 700 l 25\n400 750 m 25\n 450 750 l 25\n 450 700 l 25\n 400 700 l 25\n 400 750 l 25\n300 750 m 25\n 350 750 l 25\n 350 700 l 25\n 300 700 l 25\n 300 750 l 25\n200 750 m 25\n 250 750 l 25\n 250 700 l 25\n 200 700 l 25\n 200 750 l 25\n100 750 m 25\n 150 750 l 25\n 150 700 l 25\n 100 700 l 25\n 100 750 l 25\n0 750 m 25\n 50 750 l 25\n 50 700 l 25\n 0 700 l 25\n 0 750 l 25\n500 750 m 25\n 550 750 l 25\n 550 700 l 25\n 500 700 l 25\n 500 750 l 25\n450 800 m 25\n 500 800 l 25\n 500 750 l 25\n 450 750 l 25\n 450 800 l 25\n350 800 m 25\n 400 800 l 25\n 400 750 l 25\n 350 750 l 25\n 350 800 l 25\n250 800 m 25\n 300 800 l 25\n 300 750 l 25\n 250 750 l 25\n 250 800 l 25\n150 800 m 25\n 200 800 l 25\n 200 750 l 25\n 150 750 l 25\n 150 800 l 25\n50 800 m 25\n 100 800 l 25\n 100 750 l 25\n 50 750 l 25\n 50 800 l 25\n550 800 m 25\n 600 800 l 25\n 600 750 l 25\n 550 750 l 25\n 550 800 l 25\nEndSplineSet\nEndChar\nStartChar: uni2594\nEncoding: 9620 9620 1386\nWidth: 600\nFlags: HW\nHStem: 675 125<1 599>\nVStem: 0 600<676 799>\nFore\n0 800 m 25\n 600 800 l 25\n 600 675 l 25\n 0 675 l 25\n 0 800 l 25\nEndSplineSet\nEndChar\nStartChar: uni2595\nEncoding: 9621 9621 1387\nWidth: 600\nFlags: HW\nHStem: -200 1000<526 599>\nVStem: 525 75<-199 799>\nFore\n525 800 m 25\n 600 800 l 25\n 600 -200 l 25\n 525 -200 l 25\n 525 800 l 25\nEndSplineSet\nEndChar\nStartChar: filledbox\nEncoding: 9632 9632 1388\nWidth: 600\nFlags: HW\nHStem: 0 500<51 549>\nVStem: 50 500<1 499>\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: H22073\nEncoding: 9633 9633 1389\nWidth: 600\nFlags: HW\nHStem: 0 88<139 461> 412 88<139 461>\nVStem: 50 88<89 411> 462 88<89 411>\nFore\n138 88 m 25\n 462 88 l 25\n 462 412 l 25\n 138 412 l 25\n 138 88 l 25\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni25A3\nEncoding: 9635 9635 1390\nWidth: 600\nFlags: HW\nHStem: 0 88<139 461> 156 188<207 393> 412 88<139 461>\nVStem: 50 88<89 411> 206 188<157 343> 462 88<89 411>\nFore\n206 156 m 25\n 206 344 l 25\n 394 344 l 25\n 394 156 l 25\n 206 156 l 25\n138 88 m 25\n 462 88 l 25\n 462 412 l 25\n 138 412 l 25\n 138 88 l 25\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni25A4\nEncoding: 9636 9636 1391\nWidth: 600\nFlags: HW\nHStem: 0 88<139 461> 139 88<139 461> 275 88<139 461> 412 88<139 461>\nVStem: 50 88<89 138 228 274 364 411> 462 88<89 138 228 274 364 411>\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n138 275 m 1\n 138 227 l 1\n 462 227 l 1\n 462 275 l 1\n 138 275 l 1\n138 363 m 1\n 462 363 l 1\n 462 412 l 9\n 138 412 l 17\n 138 363 l 1\n138 139 m 1\n 138 88 l 9\n 462 88 l 17\n 462 139 l 1\n 138 139 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25A5\nEncoding: 9637 9637 1392\nWidth: 600\nFlags: HW\nHStem: 0 88<139 186 276 322 412 461> 412 88<139 186 276 322 412 461>\nVStem: 50 88<89 411> 187 88<89 411> 323 88<89 411> 462 88<89 411>\nFore\n550 0 m 25\n 50 0 l 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n275 88 m 1\n 323 88 l 1\n 323 412 l 1\n 275 412 l 1\n 275 88 l 1\n187 88 m 1\n 187 412 l 1\n 138 412 l 9\n 138 88 l 17\n 187 88 l 1\n411 88 m 1\n 462 88 l 9\n 462 412 l 17\n 411 412 l 1\n 411 88 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25A6\nEncoding: 9638 9638 1393\nWidth: 600\nFlags: HW\nHStem: 0 88<139 186 276 324 414 461> 139 88<139 186 276 324 414 461> 275 88<139 186 276 324 414 461> 412 88<139 186 276 324 414 461>\nVStem: 50 88<89 138 228 274 364 411> 187 88<89 138 228 274 364 411> 325 88<89 138 228 274 364 411> 462 88<89 138 228 274 364 411>\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n187 139 m 1\n 138 139 l 1\n 138 88 l 1\n 187 88 l 1\n 187 139 l 1\n187 412 m 1\n 138 412 l 1\n 138 363 l 1\n 187 363 l 1\n 187 412 l 1\n187 275 m 1\n 138 275 l 1\n 138 227 l 1\n 187 227 l 1\n 187 275 l 1\n325 275 m 1\n 275 275 l 1\n 275 227 l 1\n 325 227 l 1\n 325 275 l 1\n325 412 m 1\n 275 412 l 1\n 275 363 l 1\n 325 363 l 1\n 325 412 l 1\n325 139 m 1\n 275 139 l 1\n 275 88 l 1\n 325 88 l 1\n 325 139 l 1\n413 275 m 1\n 413 227 l 1\n 462 227 l 1\n 462 275 l 1\n 413 275 l 1\n413 412 m 1\n 413 363 l 1\n 462 363 l 1\n 462 412 l 1\n 413 412 l 1\n413 139 m 1\n 413 88 l 1\n 462 88 l 1\n 462 139 l 1\n 413 139 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25A7\nEncoding: 9639 9639 1394\nWidth: 600\nFlags: HW\nHStem: 0 88<139 263 388 461> 412 88<139 212 337 461>\nVStem: 50 88<89 213 338 411> 462 88<89 162 287 411>\nDStem: 138 214 138 338 264 88 388 88 212 412 336 412 462 162 462 286\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n138 214 m 1\n 138 88 l 1\n 264 88 l 1\n 138 214 l 1\n138 338 m 1\n 388 88 l 1\n 462 88 l 1\n 462 162 l 1\n 212 412 l 1\n 138 412 l 1\n 138 338 l 1\n336 412 m 1\n 462 286 l 1\n 462 412 l 1\n 336 412 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25A8\nEncoding: 9640 9640 1395\nWidth: 600\nFlags: HW\nHStem: 0 88<139 212 337 461> 412 88<139 263 388 461>\nVStem: 462 88<89 162 89 213 287 411 338 411>\nDStem: 264 412 388 412 138 286 138 162 462 338 462 214 212 88 336 88\nRef: 9639 9639 N -1 0 0 1 600 0\nEndChar\nStartChar: uni25A9\nEncoding: 9641 9641 1396\nWidth: 600\nFlags: HW\nHStem: 0 88<139 212 388 461> 412 88<139 212 388 461>\nVStem: 50 88<89 162 338 411> 462 88<89 162 338 411>\nDStem: 164 188 226 250 238 114 300 176 238 386 300 324 164 312 226 250 300 324 362 386 374 250 436 312 374 250 436 188 300 176 362 114\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n238 114 m 1\n 164 188 l 1\n 138 162 l 1\n 138 88 l 1\n 212 88 l 1\n 238 114 l 1\n138 338 m 1\n 164 312 l 1\n 238 386 l 1\n 212 412 l 1\n 138 412 l 1\n 138 338 l 1\n388 88 m 1\n 462 88 l 1\n 462 162 l 1\n 436 188 l 1\n 362 114 l 1\n 388 88 l 1\n300 176 m 1\n 374 250 l 1\n 300 324 l 1\n 226 250 l 1\n 300 176 l 1\n436 312 m 1\n 462 338 l 1\n 462 412 l 1\n 388 412 l 1\n 362 386 l 1\n 436 312 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: H18543\nEncoding: 9642 9642 1397\nWidth: 600\nFlags: HW\nHStem: 0 250<176 424>\nVStem: 175 250<1 249>\nFore\n175 0 m 25\n 175 250 l 25\n 425 250 l 25\n 425 0 l 25\n 175 0 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: H18551\nEncoding: 9643 9643 1398\nWidth: 600\nFlags: HW\nHStem: 0 78<254 346> 172 78<254 346>\nVStem: 175 78<79 171> 347 78<79 171>\nFore\n253 78 m 25\n 347 78 l 25\n 347 172 l 25\n 253 172 l 25\n 253 78 l 25\n175 0 m 25\n 175 250 l 25\n 425 250 l 25\n 425 0 l 25\n 175 0 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: filledrect\nEncoding: 9644 9644 1399\nWidth: 600\nFlags: HW\nHStem: 0 300<51 549>\nVStem: 50 500<1 299>\nFore\n50 0 m 25\n 50 300 l 25\n 550 300 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25AD\nEncoding: 9645 9645 1400\nWidth: 600\nFlags: HW\nHStem: 0 88<135 461> 212 88<135 461>\nVStem: 50 84<89 211> 462 88<89 211>\nFore\n134 88 m 25\n 462 88 l 25\n 462 212 l 25\n 134 212 l 25\n 134 88 l 25\n50 0 m 25\n 50 300 l 25\n 550 300 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni25AE\nEncoding: 9646 9646 1401\nWidth: 600\nFlags: HW\nHStem: 0 500<151 449>\nVStem: 150 300<1 499>\nFore\n450 0 m 25\n 150 0 l 25\n 150 500 l 25\n 450 500 l 25\n 450 0 l 25\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25AF\nEncoding: 9647 9647 1402\nWidth: 600\nFlags: HW\nHStem: 0 84<239 361> 412 88<239 361>\nVStem: 150 88<85 411> 362 88<85 411>\nFore\n362 84 m 25\n 362 412 l 25\n 238 412 l 25\n 238 84 l 25\n 362 84 l 25\n450 0 m 25\n 150 0 l 25\n 150 500 l 25\n 450 500 l 25\n 450 0 l 25\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni25B0\nEncoding: 9648 9648 1403\nWidth: 600\nFlags: HW\nHStem: 0 300<75 525>\nFore\n25 0 m 9\n 75 300 l 25\n 575 300 l 25\n 525 0 l 17\n 25 0 l 9\nEndSplineSet\nEndChar\nStartChar: uni25B1\nEncoding: 9649 9649 1404\nWidth: 600\nFlags: HW\nHStem: 0 88<125 452> 212 88<144 471>\nDStem: 75 300 144 212 25 0 124 88 472 212 575 300 452 88 525 0\nFore\n124 88 m 25\n 452 88 l 25\n 472 212 l 25\n 144 212 l 25\n 124 88 l 25\n25 0 m 25\n 75 300 l 25\n 575 300 l 25\n 525 0 l 25\n 25 0 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: triagup\nEncoding: 9650 9650 1405\nWidth: 600\nFlags: HW\nHStem: 0 21G<35 565>\nFore\n565 0 m 1\n 35 0 l 1\n 301 454 l 1\n 565 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni25B3\nEncoding: 9651 9651 1406\nWidth: 600\nFlags: HW\nHStem: 0 88<190 410>\nDStem: 300 278 301 454 411 88 565 0 301 454 300 278 35 0 189 88\nFore\n411 88 m 1\n 300 278 l 1\n 189 88 l 1\n 411 88 l 1\n565 0 m 1\n 35 0 l 1\n 301 454 l 1\n 565 0 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25B4\nEncoding: 9652 9652 1407\nWidth: 600\nFlags: HW\nHStem: 0 21G<168 432>\nFore\n432 0 m 1\n 168 0 l 1\n 300 226 l 1\n 432 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni25B5\nEncoding: 9653 9653 1408\nWidth: 600\nFlags: HW\nHStem: 0 60<274 326>\nFore\n327 60 m 1\n 300 106 l 1\n 273 60 l 1\n 327 60 l 1\n432 0 m 1\n 168 0 l 1\n 300 226 l 1\n 432 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni25B6\nEncoding: 9654 9654 1409\nWidth: 600\nFlags: HW\nFore\n543 265 m 1\n 84 0 l 1\n 84 530 l 1\n 543 265 l 1\nEndSplineSet\nEndChar\nStartChar: uni25B7\nEncoding: 9655 9655 1410\nWidth: 600\nFlags: HW\nVStem: 84 89<155 375>\nDStem: 173 376 84 530 366 265 543 265 366 265 543 265 173 154 84 0\nFore\n366 265 m 1\n 173 376 l 1\n 173 154 l 1\n 366 265 l 1\n543 265 m 1\n 84 0 l 1\n 84 530 l 1\n 543 265 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25B8\nEncoding: 9656 9656 1411\nWidth: 600\nFlags: HW\nFore\n428 133 m 1\n 199 0 l 1\n 199 266 l 1\n 428 133 l 1\nEndSplineSet\nEndChar\nStartChar: uni25B9\nEncoding: 9657 9657 1412\nWidth: 600\nFlags: HW\nVStem: 199 61<107 159>\nFore\n307 133 m 1\n 260 160 l 1\n 260 106 l 1\n 307 133 l 1\n428 133 m 1\n 199 0 l 1\n 199 266 l 1\n 428 133 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: triagrt\nEncoding: 9658 9658 1413\nWidth: 600\nFlags: HW\nFore\n506 133 m 1\n 121 0 l 1\n 121 266 l 1\n 506 133 l 1\nEndSplineSet\nEndChar\nStartChar: triagdn\nEncoding: 9660 9660 1414\nWidth: 600\nFlags: HW\nHStem: 433 21<35 565>\nRef: 9650 9650 N 1 0 0 -1 0 454\nEndChar\nStartChar: uni25BD\nEncoding: 9661 9661 1415\nWidth: 600\nFlags: HW\nHStem: 366 88<190 410>\nDStem: 35 454 189 366 301 0 300 176 411 366 565 454 300 176 301 0\nRef: 9651 9651 N 1 0 0 -1 0 454\nEndChar\nStartChar: uni25BE\nEncoding: 9662 9662 1416\nWidth: 600\nFlags: HW\nHStem: 205 21<168 432>\nRef: 9652 9652 N 1 0 0 -1 0 226\nEndChar\nStartChar: uni25BF\nEncoding: 9663 9663 1417\nWidth: 600\nFlags: HW\nHStem: 166 60<274 326>\nRef: 9653 9653 N 1 0 0 -1 0 226\nEndChar\nStartChar: uni25C0\nEncoding: 9664 9664 1418\nWidth: 600\nFlags: HW\nRef: 9654 9654 S -1 0 0 1 627 0\nEndChar\nStartChar: uni25C1\nEncoding: 9665 9665 1419\nWidth: 600\nFlags: HW\nVStem: 454 89<155 375>\nDStem: 84 265 261 265 543 0 454 154 543 530 454 376 84 265 261 265\nRef: 9655 9655 N -1 0 0 1 627 0\nEndChar\nStartChar: uni25C2\nEncoding: 9666 9666 1420\nWidth: 600\nFlags: HW\nRef: 9656 9656 N -1 0 0 1 627 0\nEndChar\nStartChar: uni25C3\nEncoding: 9667 9667 1421\nWidth: 600\nFlags: HW\nVStem: 367 61<107 159>\nRef: 9657 9657 N -1 0 0 1 627 0\nEndChar\nStartChar: triaglf\nEncoding: 9668 9668 1422\nWidth: 600\nFlags: HW\nFore\n94 133 m 1\n 479 266 l 1\n 479 0 l 1\n 94 133 l 1\nEndSplineSet\nEndChar\nStartChar: uni25C5\nEncoding: 9669 9669 1423\nWidth: 600\nFlags: HW\nEndChar\nStartChar: uni25C6\nEncoding: 9670 9670 1424\nWidth: 600\nFlags: HW\nFore\n300 0 m 25\n 35 265 l 25\n 300 530 l 25\n 565 265 l 25\n 300 0 l 25\nEndSplineSet\nEndChar\nStartChar: uni25C7\nEncoding: 9671 9671 1425\nWidth: 600\nFlags: HW\nDStem: 35 265 160 265 300 0 300 125 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 300 405 300 530 440 265 565 265 300 530 300 405 35 265 160 265 440 265 565 265 300 125 300 0\nFore\n300 125 m 25\n 440 265 l 25\n 300 405 l 25\n 160 265 l 25\n 300 125 l 25\n300 0 m 25\n 35 265 l 25\n 300 530 l 25\n 565 265 l 25\n 300 0 l 25\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni25C9\nEncoding: 9673 9673 1426\nWidth: 600\nFlags: HW\nHStem: -2 84<289 305> 168 196<289 305> 448 84<289 321>\nVStem: 33 84<254 286> 202 196<254 270> 483 84<254 270>\nFore\n302 364 m 0\n 354 364 398 319 398 266 c 0\n 398 212 354 168 300 168 c 0\n 246 168 202 212 202 267 c 0\n 202 321 246 364 302 364 c 0\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\n303 448 m 0\n 199 448 117 367 117 267 c 0\n 117 164 198 82 300 82 c 0\n 401 82 483 164 483 265 c 0\n 483 365 400 448 303 448 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 1427\nWidth: 600\nFlags: HMW\nHStem: -19 20 573 20<299 299>\nFore\n299 593 m 1\n 529 288 l 1\n 299 -19 l 1\n 72 289 l 1\n 299 593 l 1\n299 468 m 1\n 177 288 l 1\n 300 109 l 1\n 423 288 l 1\n 299 468 l 1\nEndSplineSet\nEndChar\nStartChar: circle\nEncoding: 9675 9675 1428\nWidth: 600\nFlags: HW\nHStem: -2 84<289 305> 448 84<289 321>\nVStem: 33 84<254 286> 483 84<254 270>\nFore\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\n303 448 m 0\n 199 448 117 367 117 267 c 0\n 117 164 198 82 300 82 c 0\n 401 82 483 164 483 265 c 0\n 483 365 400 448 303 448 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25CD\nEncoding: 9677 9677 1429\nWidth: 600\nFlags: HW\nHStem: -2 84<289 305> 448 84<289 305>\nVStem: 33 84<254 270> 184 88<124 406> 328 88<125 405> 483 84<254 270>\nFore\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\n184 123 m 1\n 184 407 l 1\n 143 373 117 323 117 267 c 0\n 117 209 143 157 184 123 c 1\n272 84 m 1\n 281 83 290 82 300 82 c 0\n 310 82 319 83 328 84 c 1\n 328 446 l 1\n 320 447 311 448 303 448 c 0\n 292 448 282 447 272 446 c 1\n 272 84 l 1\n416 406 m 1\n 416 124 l 1\n 457 157 483 208 483 265 c 0\n 483 321 457 373 416 406 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: H18533\nEncoding: 9679 9679 1430\nWidth: 600\nFlags: HW\nHStem: -2 534<289 321>\nVStem: 33 534<254 286>\nFore\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25D0\nEncoding: 9680 9680 1431\nWidth: 600\nFlags: HW\nHStem: -2 84<300.125 319.182> 448 84<300 321>\nVStem: 33 267<254 286> 483 84<254 270>\nFore\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\n300 448 m 1\n 300 82 l 1\n 401 82 483 164 483 265 c 0\n 483 365 400 448 303 448 c 2\n 303 448 301 448 300 448 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25D1\nEncoding: 9681 9681 1432\nWidth: 600\nFlags: HW\nHStem: -2 84<280.818 299.875> 448 84<279 300>\nVStem: 33 84<254 270> 300 267<254 286>\nRef: 9680 9680 N -1 0 0 1 600 0\nEndChar\nStartChar: uni25D2\nEncoding: 9682 9682 1433\nWidth: 600\nFlags: HW\nRef: 9680 9680 N 0 -1 1 0 35 565\nEndChar\nStartChar: uni25D3\nEncoding: 9683 9683 1434\nWidth: 600\nFlags: HW\nRef: 9680 9680 N 0 1 -1 0 565 -35\nEndChar\nStartChar: uni25D4\nEncoding: 9684 9684 1435\nWidth: 600\nFlags: HW\nHStem: -2 84<289 305> 266 266<296 305> 448 84<289 295>\nVStem: 33 84<254 270> 296 271<266 286> 483 84<254 265>\nFore\n297 532 m 0\n 445 532 567 415 567 267 c 0\n 567 118 448 -2 300 -2 c 0\n 153 -2 33 118 33 265 c 0\n 33 411 152 532 297 532 c 0\n483 266 m 1\n 296 266 l 1\n 296 448 l 1\n 199 447 117 365 117 265 c 0\n 117 164 199 82 300 82 c 0\n 402 82 482 163 483 266 c 1\nEndSplineSet\nEndChar\nStartChar: uni25D5\nEncoding: 9685 9685 1436\nWidth: 600\nFlags: HW\nHStem: -2 270<289 299> 448 84<289 299>\nVStem: 33 84<268.125 285.399> 300 267<268 288.272>\nFore\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\n117 268 m 1\n 300 268 l 1\n 300 448 l 1\n 198 446 118 367 117 268 c 1\nEndSplineSet\nEndChar\nStartChar: uni25D6\nEncoding: 9686 9686 1437\nWidth: 600\nFlags: HW\nHStem: 0 530<291 299>\nVStem: 35 265<256 288>\nFore\n300 0 m 0\n 152 0 35 119 35 267 c 0\n 35 413 151 530 300 530 c 1\n 300 0 l 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25D7\nEncoding: 9687 9687 1438\nWidth: 600\nFlags: HW\nHStem: 0 530<303 311>\nVStem: 302 265<256 288>\nRef: 9686 9686 N -1 0 0 1 602 0\nEndChar\nStartChar: invbullet\nEncoding: 9688 9688 1439\nWidth: 600\nFlags: HW\nHStem: -200 368<288 304> 364 436<288 304>\nVStem: 0 202<264 280> 0 600<-199 168 364 799> 398 202<251.911 269>\nFore\n0 800 m 25\n 600 800 l 25\n 600 -200 l 25\n 0 -200 l 25\n 0 800 l 25\n302 364 m 0\n 246 364 202 321 202 267 c 0\n 202 212 246 168 300 168 c 0\n 354 168 398 212 398 266 c 0\n 398 319 354 364 302 364 c 0\nEndSplineSet\nEndChar\nStartChar: invcircle\nEncoding: 9689 9689 1440\nWidth: 600\nFlags: HW\nHStem: 0 31<288 320> 115 366<288 305> 565 35<288 320>\nVStem: 0 33<288 320> 117 366<288 304> 567 33<288 320>\nFore\n0 0 m 25\n 0 600 l 25\n 600 600 l 25\n 600 0 l 25\n 0 0 l 25\n303 565 m 0\n 155 565 33 448 33 300 c 0\n 33 151 152 31 300 31 c 0\n 447 31 567 151 567 298 c 0\n 567 444 448 565 303 565 c 0\n303 481 m 0\n 400 481 483 398 483 298 c 0\n 483 197 401 115 300 115 c 0\n 198 115 117 197 117 300 c 0\n 117 400 199 481 303 481 c 0\nEndSplineSet\nEndChar\nStartChar: uni25E2\nEncoding: 9698 9698 1441\nWidth: 600\nFlags: HW\nHStem: 0 21G<50 550>\nFore\n550 500 m 25\n 550 0 l 25\n 50 0 l 25\n 550 500 l 25\nEndSplineSet\nEndChar\nStartChar: uni25E3\nEncoding: 9699 9699 1442\nWidth: 600\nFlags: HW\nHStem: 0 21<50 550>\nRef: 9698 9698 N -1 0 0 1 600 0\nEndChar\nStartChar: uni25E4\nEncoding: 9700 9700 1443\nWidth: 600\nFlags: HW\nHStem: 479 21<50 550>\nRef: 9698 9698 N -1 0 0 -1 600 500\nEndChar\nStartChar: uni25E5\nEncoding: 9701 9701 1444\nWidth: 600\nFlags: HW\nHStem: 479 21<50 550>\nRef: 9698 9698 N 1 0 0 -1 0 500\nEndChar\nStartChar: openbullet\nEncoding: 9702 9702 1445\nWidth: 600\nFlags: HW\nHStem: 138 60<288.385 304> 334 60<299 302 302.063 313.722>\nVStem: 172 60<265 269> 368 60<254.539 269>\nFore\n302 394 m 0\n 372 393 428 336 428 266 c 0\n 428 195 371 138 300 138 c 0\n 229 138 172 196 172 267 c 0\n 172 338 230 394 302 394 c 0\n302 334 m 0\n 262 334 232 304 232 267 c 0\n 232 228 263 198 300 198 c 0\n 337 198 368 229 368 266 c 0\n 368 302 336 335 302 334 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25E7\nEncoding: 9703 9703 1446\nWidth: 600\nFlags: HW\nHStem: 0 88<301 461> 412 88<301 461>\nVStem: 50 250<89 411> 462 88<89 411>\nFore\n300 88 m 25\n 462 88 l 25\n 462 412 l 25\n 300 412 l 25\n 300 88 l 25\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni25E8\nEncoding: 9704 9704 1447\nWidth: 600\nFlags: HW\nHStem: 412 88<139 299 139 299>\nVStem: 50 88<89 411> 300 250<89 411>\nRef: 9703 9703 N -1 0 0 -1 600 500\nEndChar\nStartChar: uni25E9\nEncoding: 9705 9705 1448\nWidth: 600\nFlags: HW\nHStem: 0 88<139 461>\nVStem: 462 88<89 411>\nFore\n138 88 m 25\n 462 88 l 25\n 462 412 l 25\n 138 88 l 25\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni25EA\nEncoding: 9706 9706 1449\nWidth: 600\nFlags: HW\nHStem: 412 88<139 461>\nVStem: 50 88<89 411>\nRef: 9705 9705 N -1 0 0 -1 600 500\nEndChar\nStartChar: uni25EB\nEncoding: 9707 9707 1450\nWidth: 600\nFlags: HW\nHStem: 0 88<139 255 345 461> 412 88<139 255 345 461>\nVStem: 50 88<89 411> 256 88<89 411> 462 88<89 411>\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n256 412 m 1\n 138 412 l 9\n 138 88 l 17\n 256 88 l 1\n 256 412 l 1\n344 412 m 1\n 344 88 l 1\n 462 88 l 9\n 462 412 l 17\n 344 412 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25EC\nEncoding: 9708 9708 1451\nWidth: 600\nFlags: HW\nHStem: 0 88<190 410> 110 88<299 307>\nVStem: 256 88<144.75 160>\nDStem: 300 278 301 454 411 88 565 0 301 454 300 278 35 0 189 88\nFore\n301 198 m 0\n 324 198 344 177 344 154 c 0\n 344 130 324 110 300 110 c 0\n 276 110 256 130 256 154 c 0\n 256 179 276 198 301 198 c 0\n411 88 m 1\n 300 278 l 1\n 189 88 l 1\n 411 88 l 1\n565 0 m 1\n 35 0 l 1\n 301 454 l 1\n 565 0 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni25ED\nEncoding: 9709 9709 1452\nWidth: 600\nFlags: HW\nHStem: 0 88<301 410>\nDStem: 300 278 301 454 411 88 565 0\nFore\n411 88 m 1\n 300 278 l 1\n 300 88 l 1\n 411 88 l 1\n565 0 m 1\n 35 0 l 1\n 301 454 l 1\n 565 0 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25EE\nEncoding: 9710 9710 1453\nWidth: 600\nFlags: HW\nHStem: 0 88<190 299>\nDStem: 299 454 300 278 35 0 189 88\nRef: 9709 9709 N -1 0 0 1 600 0\nEndChar\nStartChar: uni25F0\nEncoding: 9712 9712 1454\nWidth: 600\nFlags: HW\nHStem: 0 88<139 461> 206 88<139 255> 412 88<139 255 345 461>\nVStem: 50 88<89 206 295 411> 256 88<295 411> 462 88<89 411>\nFore\n50 0 m 25\n 50 500 l 25\n 550 500 l 25\n 550 0 l 25\n 50 0 l 25\n344 412 m 1\n 344 206 l 1\n 138 206 l 1\n 138 88 l 9\n 462 88 l 25\n 462 412 l 17\n 344 412 l 1\n256 412 m 1\n 138 412 l 1\n 138 294 l 1\n 256 294 l 1\n 256 412 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25F1\nEncoding: 9713 9713 1455\nWidth: 600\nFlags: HW\nHStem: 412 88<139 255 139 255 139 461 345 461>\nVStem: 50 88<89 205 294 411> 256 88<89 205> 462 88<89 411>\nRef: 9712 9712 N 1 0 0 -1 0 500\nEndChar\nStartChar: uni25F2\nEncoding: 9714 9714 1456\nWidth: 600\nFlags: HW\nHStem: 412 88<139 255 139 461 345 461 345 461>\nVStem: 462 88<89 411 89 205 89 205 294 411>\nRef: 9712 9712 N -1 -0 0 -1 600 500\nEndChar\nStartChar: uni25F3\nEncoding: 9715 9715 1457\nWidth: 600\nFlags: HW\nHStem: 0 88<139 461> 206 88<345 461> 412 88<139 255 345 461>\nVStem: 462 88<89 411 89 206 295 411 295 411>\nRef: 9712 9712 N -1 0 0 1 600 0\nEndChar\nStartChar: uni25F4\nEncoding: 9716 9716 1458\nWidth: 600\nFlags: HW\nHStem: -2 84<289 305> 224 88<124 255> 224 308<289 321>\nVStem: 256 88<313 441> 483 84<254 270>\nFore\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\n123 312 m 1\n 256 312 l 1\n 256 442 l 1\n 190 426 139 376 123 312 c 1\n122 224 m 1\n 141 142 213 82 300 82 c 0\n 401 82 483 164 483 265 c 0\n 483 351 422 424 344 443 c 1\n 344 224 l 1\n 122 224 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25F5\nEncoding: 9717 9717 1459\nWidth: 600\nFlags: HW\nHStem: -2 308<289 321> 218 88<124 255> 448 84<289 305>\nVStem: 256 88<89 217> 483 84<260 276>\nRef: 9716 9716 N 1 0 0 -1 0 530\nEndChar\nStartChar: uni25F6\nEncoding: 9718 9718 1460\nWidth: 600\nFlags: HW\nHStem: -2 308<279 311> 218 88<345 476> 448 84<295 311>\nVStem: 33 84<260 276> 256 88<89 217>\nRef: 9716 9716 N -1 -0 0 -1 600 530\nEndChar\nStartChar: uni25F7\nEncoding: 9719 9719 1461\nWidth: 600\nFlags: HW\nHStem: -2 84<295 311> 224 88<345 476> 224 308<279 311>\nVStem: 33 84<254 270> 256 88<313 441>\nRef: 9716 9716 N -1 0 0 1 600 0\nEndChar\nStartChar: uni2607\nEncoding: 9735 9735 1462\nWidth: 600\nFlags: HW\nHStem: 0 89<248 264> 0 220<384 386 386.031 396.715>\nVStem: 342 88<152 179>\nDStem: 88 281 212 281 279.57 88.709 342 151 354 547 417 485 88 281 212 281\nFore\n280 89 m 1\n 88 281 l 1\n 354 547 l 2\n 371 564 400 564 417 547 c 0\n 434 530 434 502 417 485 c 2\n 212 281 l 1\n 342 151 l 1\n 342 177 l 2\n 342 201 362 220 386 220 c 0\n 410 221 430 201 430 176 c 2\n 430 0 l 1\n 255 0 l 2\n 229 0 209 20 210 45 c 0\n 210 69 230 89 254 89 c 2\n 280 89 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2608\nEncoding: 9736 9736 1463\nWidth: 600\nFlags: HW\nHStem: 0 89<371 387> 0 220<499 508 508.031 518.715> 484 88<171 412>\nVStem: 83 88<14.6074 483> 464 88<152 179>\nDStem: 210 281 334 281 401.57 88.709 464 151 413 484 539 485 210 281 334 281\nFore\n561 528 m 0\n 561 511 550 496 539 485 c 2\n 334 281 l 1\n 464 151 l 1\n 464 177 l 2\n 464 201 484 220 508 220 c 0\n 532 221 552 201 552 176 c 2\n 552 0 l 1\n 377 0 l 2\n 351 0 331 20 332 45 c 0\n 332 69 352 89 376 89 c 2\n 402 89 l 1\n 210 281 l 1\n 413 484 l 1\n 171 484 l 1\n 171 24 l 2\n 171 -0 151 -20 127 -20 c 0\n 103 -20 83 -0 83 24 c 2\n 83 572 l 1\n 517 572 l 2\n 541 572 561 552 561 528 c 0\nEndSplineSet\nMinimumDistance: x6,-1 y14,17 y14,15 \nEndChar\nStartChar: uni2609\nEncoding: 9737 9737 1464\nWidth: 600\nFlags: HW\nHStem: -2 84<289 305> 216 100<299 305> 448 84<289 321>\nVStem: 33 84<254 286> 250 100<264 270> 483 84<254 270>\nFore\n301 316 m 0\n 328 316 350 293 350 266 c 0\n 350 238 328 216 300 216 c 0\n 272 216 250 238 250 267 c 0\n 250 294 272 316 301 316 c 0\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\n303 448 m 0\n 199 448 117 367 117 267 c 0\n 117 164 198 82 300 82 c 0\n 401 82 483 164 483 265 c 0\n 483 365 400 448 303 448 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2630\nEncoding: 9776 9776 1465\nWidth: 600\nFlags: HW\nHStem: 0 100<51 549> 200 100<51 549> 400 100<51 549>\nVStem: 50 500<1 99 201 299 401 499>\nFore\n50 0 m 25\n 50 100 l 25\n 550 100 l 25\n 550 0 l 25\n 50 0 l 25\n50 200 m 25\n 50 300 l 25\n 550 300 l 25\n 550 200 l 25\n 50 200 l 25\n50 400 m 25\n 50 500 l 25\n 550 500 l 25\n 550 400 l 25\n 50 400 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2631\nEncoding: 9777 9777 1466\nWidth: 600\nFlags: HW\nHStem: 0 100<51 549> 200 100<51 549> 400 100<51 249 351 549>\nVStem: 50 200<401 499> 350 200<401 499>\nFore\n350 400 m 1\n 350 500 l 1\n 550 500 l 9\n 550 400 l 17\n 350 400 l 1\n250 500 m 1\n 250 400 l 1\n 50 400 l 9\n 50 500 l 17\n 250 500 l 1\n50 0 m 25\n 50 100 l 25\n 550 100 l 25\n 550 0 l 25\n 50 0 l 25\n50 200 m 25\n 50 300 l 25\n 550 300 l 25\n 550 200 l 25\n 50 200 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2632\nEncoding: 9778 9778 1467\nWidth: 600\nFlags: HW\nHStem: 0 100<51 549> 200 100<51 249 351 549> 400 100<51 549>\nVStem: 50 200<201 299> 350 200<201 299>\nFore\n50 0 m 25\n 50 100 l 25\n 550 100 l 25\n 550 0 l 25\n 50 0 l 25\n350 200 m 1\n 350 300 l 1\n 550 300 l 9\n 550 200 l 17\n 350 200 l 1\n250 300 m 1\n 250 200 l 1\n 50 200 l 9\n 50 300 l 17\n 250 300 l 1\n50 400 m 25\n 50 500 l 25\n 550 500 l 25\n 550 400 l 25\n 50 400 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2633\nEncoding: 9779 9779 1468\nWidth: 600\nFlags: HW\nHStem: 0 100<51 549> 200 100<51 249 351 549> 400 100<51 249 351 549>\nVStem: 50 200<201 299 401 499> 350 200<201 299 401 499>\nFore\n350 400 m 1\n 350 500 l 1\n 550 500 l 9\n 550 400 l 17\n 350 400 l 1\n250 500 m 1\n 250 400 l 1\n 50 400 l 9\n 50 500 l 17\n 250 500 l 1\n350 200 m 1\n 350 300 l 1\n 550 300 l 9\n 550 200 l 17\n 350 200 l 1\n250 300 m 1\n 250 200 l 1\n 50 200 l 9\n 50 300 l 17\n 250 300 l 1\n50 0 m 25\n 50 100 l 25\n 550 100 l 25\n 550 0 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2634\nEncoding: 9780 9780 1469\nWidth: 600\nFlags: HW\nHStem: 0 100<51 249 351 549> 200 100<51 549> 400 100<51 549>\nVStem: 50 200<1 99> 350 200<1 99>\nFore\n250 100 m 1\n 250 0 l 1\n 50 0 l 9\n 50 100 l 17\n 250 100 l 1\n350 0 m 1\n 350 100 l 1\n 550 100 l 9\n 550 0 l 17\n 350 0 l 1\n550 500 m 25\n 550 400 l 25\n 50 400 l 25\n 50 500 l 25\n 550 500 l 25\n550 300 m 25\n 550 200 l 25\n 50 200 l 25\n 50 300 l 25\n 550 300 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2635\nEncoding: 9781 9781 1470\nWidth: 600\nFlags: HW\nHStem: 0 100<51 249 351 549> 200 100<51 549> 400 100<51 249 351 549>\nVStem: 50 200<1 99 401 499> 350 200<1 99 401 499>\nFore\n350 400 m 1\n 350 500 l 1\n 550 500 l 9\n 550 400 l 17\n 350 400 l 1\n250 500 m 1\n 250 400 l 1\n 50 400 l 9\n 50 500 l 17\n 250 500 l 1\n350 0 m 1\n 350 100 l 1\n 550 100 l 9\n 550 0 l 17\n 350 0 l 1\n250 100 m 1\n 250 0 l 1\n 50 0 l 9\n 50 100 l 17\n 250 100 l 1\n50 200 m 25\n 50 300 l 25\n 550 300 l 25\n 550 200 l 25\n 50 200 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2636\nEncoding: 9782 9782 1471\nWidth: 600\nFlags: HW\nHStem: 0 100<51 249 351 549> 200 100<51 249 351 549> 400 100<51 549>\nVStem: 50 200<1 99 201 299> 350 200<1 99 201 299>\nFore\n350 100 m 1\n 550 100 l 9\n 550 0 l 17\n 350 0 l 1\n 350 100 l 1\n250 0 m 1\n 50 0 l 9\n 50 100 l 17\n 250 100 l 1\n 250 0 l 1\n350 300 m 1\n 550 300 l 9\n 550 200 l 17\n 350 200 l 1\n 350 300 l 1\n250 200 m 1\n 50 200 l 9\n 50 300 l 17\n 250 300 l 1\n 250 200 l 1\n50 500 m 25\n 550 500 l 25\n 550 400 l 25\n 50 400 l 25\n 50 500 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2637\nEncoding: 9783 9783 1472\nWidth: 600\nFlags: HW\nHStem: 0 100<51 249 351 549> 200 100<51 249 351 549> 400 100<51 249 351 549>\nVStem: 50 200<1 99 201 299 401 499> 350 200<1 99 201 299 401 499>\nFore\n350 400 m 1\n 350 500 l 1\n 550 500 l 9\n 550 400 l 17\n 350 400 l 1\n250 500 m 1\n 250 400 l 1\n 50 400 l 9\n 50 500 l 17\n 250 500 l 1\n350 200 m 1\n 350 300 l 1\n 550 300 l 9\n 550 200 l 17\n 350 200 l 1\n250 300 m 1\n 250 200 l 1\n 50 200 l 9\n 50 300 l 17\n 250 300 l 1\n350 0 m 1\n 350 100 l 1\n 550 100 l 9\n 550 0 l 17\n 350 0 l 1\n250 100 m 1\n 250 0 l 1\n 50 0 l 9\n 50 100 l 17\n 250 100 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2639\nEncoding: 9785 9785 1473\nWidth: 600\nFlags: HW\nHStem: -2 84<289 305> 230 51<289 305> 284 100<217 225 377 385> 448 84<289 321>\nVStem: 33 84<254 286> 169 100<333 336> 329 100<333 336> 483 84<254 283>\nFore\n380 384 m 0\n 407 384 429 361 429 334 c 0\n 429 306 407 284 379 284 c 0\n 351 284 329 306 329 335 c 0\n 329 362 351 384 380 384 c 0\n220 384 m 0\n 247 384 269 361 269 334 c 0\n 269 306 247 284 219 284 c 0\n 191 284 169 306 169 335 c 0\n 169 362 191 384 220 384 c 0\n194 143 m 0\n 179 143 169 154 169 172 c 0\n 169 228 231 281 300 281 c 0\n 369 281 431 228 431 172 c 0\n 431 154 421 143 406 143 c 0\n 391 143 386 150 380 173 c 0\n 373 208 341 230 300 230 c 0\n 259 230 227 208 220 173 c 0\n 214 150 209 143 194 143 c 0\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\n303 448 m 0\n 199 448 117 367 117 267 c 0\n 117 164 198 82 300 82 c 0\n 401 82 483 164 483 265 c 0\n 483 365 400 448 303 448 c 0\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: smileface\nEncoding: 9786 9786 1474\nWidth: 600\nFlags: HW\nHStem: -2 84<289 305> 111 51<289 305> 284 100<217 225 377 385> 448 84<289 321>\nVStem: 33 84<248 286> 169 100<333 336> 329 100<333 336> 483 84<248 283>\nFore\n380 384 m 0\n 407 384 429 361 429 334 c 0\n 429 306 407 284 379 284 c 0\n 351 284 329 306 329 335 c 0\n 329 362 351 384 380 384 c 0\n220 384 m 0\n 247 384 269 361 269 334 c 0\n 269 306 247 284 219 284 c 0\n 191 284 169 306 169 335 c 0\n 169 362 191 384 220 384 c 0\n194 249 m 0\n 209 249 214 242 220 219 c 0\n 227 184 259 162 300 162 c 0\n 341 162 373 184 380 219 c 0\n 386 242 391 249 406 249 c 0\n 421 249 431 238 431 220 c 0\n 431 164 369 111 300 111 c 0\n 231 111 169 164 169 220 c 0\n 169 238 179 249 194 249 c 0\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\n303 448 m 0\n 199 448 117 367 117 267 c 0\n 117 164 198 82 300 82 c 0\n 401 82 483 164 483 265 c 0\n 483 365 400 448 303 448 c 0\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: invsmileface\nEncoding: 9787 9787 1475\nWidth: 600\nFlags: HW\nHStem: -2 96<289 305> 158 374<289 305>\nVStem: 269 60<333 337> 464 103<231 265>\nFore\n380 384 m 0\n 351 384 329 362 329 335 c 0\n 329 306 351 284 379 284 c 0\n 407 284 429 306 429 334 c 0\n 429 361 407 384 380 384 c 0\n220 384 m 0\n 191 384 169 362 169 335 c 0\n 169 306 191 284 219 284 c 0\n 247 284 269 306 269 334 c 0\n 269 361 247 384 220 384 c 0\n168 266 m 0\n 149 266 136 252 136 231 c 0\n 136 159 214 94 300 94 c 0\n 386 94 464 159 464 231 c 0\n 464 252 451 266 432 266 c 0\n 413 266 407 258 400 229 c 0\n 391 186 352 158 300 158 c 0\n 248 158 209 186 200 229 c 0\n 193 258 187 266 168 266 c 0\n303 532 m 0\n 448 532 567 411 567 265 c 0\n 567 118 447 -2 300 -2 c 0\n 152 -2 33 118 33 267 c 0\n 33 415 155 532 303 532 c 0\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni2669\nEncoding: 9833 9833 1476\nWidth: 600\nFlags: HW\nHStem: -17 168<208 224>\nVStem: 248 84<150 543>\nFore\n248 149 m 1\n 248 541 l 1\n 248 564 267 583 290 583 c 0\n 313 583 332 564 332 541 c 1\n 332 70 l 2\n 332 14 278 -17 222 -17 c 24\n 166 -17 112 14 112 70 c 16\n 112 127 167 151 222 151 c 16\n 231 151 239 150 248 149 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: musicalnote\nEncoding: 9834 9834 1477\nWidth: 600\nFlags: HW\nHStem: -17 168<208 224>\nVStem: 248 84<150 350 486 543> 438 84<182.921 192>\nFore\n248 149 m 1\n 248 541 l 2\n 248 564 267 583 290 583 c 0\n 313 583 332 564 332 541 c 2\n 332 486 l 1\n 350 375 506 452 522 192 c 1\n 522 169 503 150 480 150 c 0\n 457 150 438 169 438 192 c 1\n 449 313 388 314 332 351 c 1\n 332 70 l 2\n 332 14 278 -17 222 -17 c 24\n 166 -17 112 14 112 70 c 16\n 112 127 167 151 222 151 c 16\n 231 151 239 150 248 149 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nBack\n270 123.644 m 1\n 270 556 l 1\n 310 556 l 1\n 310 517.398 l 1\n 317.811 338.186 489.957 433.37 498 188 c 1\n 458 188 l 1\n 464.095 343.982 310 496.939 310 401.968 c 2\n 310 64 l 10\n 310 20.4756 265.524 0 222 0 c 24\n 178.476 0 134.939 20.4853 134 64 c 24\n 133.029 108.968 177.021 134 222 134 c 16\n 238.92 134 255.7 130.458 270 123.644 c 1\nEndSplineSet\nEndChar\nStartChar: musicalnotedbl\nEncoding: 9835 9835 1478\nWidth: 600\nFlags: HW\nHStem: -17 168<400 416> 111 168<144 160>\nVStem: 184 84<278 441> 440 84<150 367>\nDStem: 268 442 184 570 440 367 524 422\nFore\n524 422 m 1\n 524 70 l 2\n 524 14 470 -17 414 -17 c 24\n 358 -17 304 14 304 70 c 16\n 304 127 359 151 414 151 c 16\n 423 151 431 150 440 149 c 1\n 440 367 l 1\n 268 442 l 1\n 268 198 l 2\n 268 142 214 111 158 111 c 24\n 102 111 48 142 48 198 c 16\n 48 255 103 279 158 279 c 16\n 167 279 175 278 184 277 c 1\n 184 570 l 1\n 524 422 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni266C\nEncoding: 9836 9836 1479\nWidth: 600\nFlags: HW\nHStem: -17 168<400 416> 111 168<144 160>\nVStem: 184 84<278 297 389 441> 440 84<150 223 315 367>\nDStem: 268 442 184 570 440 367 524 422\nFore\n524 422 m 1\n 524 70 l 2\n 524 14 470 -17 414 -17 c 24\n 358 -17 304 14 304 70 c 16\n 304 127 359 151 414 151 c 16\n 423 151 431 150 440 149 c 1\n 440 223 l 1\n 268 298 l 1\n 268 198 l 2\n 268 142 214 111 158 111 c 24\n 102 111 48 142 48 198 c 16\n 48 255 103 279 158 279 c 16\n 167 279 175 278 184 277 c 1\n 184 570 l 1\n 524 422 l 1\n268 389 m 1\n 440 314 l 1\n 440 367 l 1\n 268 442 l 1\n 268 389 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: dotlessj\nEncoding: 63166 63166 1480\nWidth: 600\nFlags: HW\nHStem: -205 100<165 309> 337 100<165 387>\nVStem: 388 100<-29 337>\nFore\n388 337 m 1\n 186 337 l 2\n 161 337 150 339 141 347 c 1\n 128 356 120 372 120 387 c 0\n 120 404 129 421 144 430 c 0\n 153 436 160 437 186 437 c 2\n 488 437 l 1\n 488 -20 l 2\n 488 -125 406 -205 297 -205 c 2\n 183 -205 l 2\n 158 -205 147 -203 138 -195 c 1\n 125 -186 117 -170 117 -155 c 0\n 117 -138 127 -121 141 -112 c 0\n 150 -106 158 -105 183 -105 c 2\n 294 -105 l 2\n 351 -105 388 -72 388 -20 c 2\n 388 337 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 1481\nWidth: 600\nFlags: HW\nDStem: 277 -85 338 -126 195 -211 256 -252\nFore\n338 -126 m 2\n 256 -252 l 2\n 243 -272 234 -278 220 -278 c 0\n 200 -278 183 -262 183 -243 c 0\n 183 -234 187 -223 195 -211 c 2\n 277 -85 l 2\n 290 -65 299 -59 315 -59 c 0\n 335 -59 351 -76 351 -96 c 0\n 351 -103 346 -114 338 -126 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: ff\nEncoding: 64256 64256 1482\nWidth: 600\nFlags: HW\nHStem: 0 100<34 95 196 242 370 421 522 562> 337 100<33.6442 95 196 242 370 421 522 562> 524 99<227 242 553 562>\nVStem: -10 304<384 389> 95 100<100 337 437 480> 316 304<384 389> 421 100<100 337 437 480>\nFore\n195 337 m 1\n 195 100 l 1\n 228 100 l 2\n 255 100 263 98 273 91 c 0\n 286 81 294 66 294 50 c 0\n 294 33 285 17 270 7 c 0\n 263 3 248 0 228 0 c 2\n 53 0 l 2\n 29 0 16 3 7 10 c 0\n -6 19 -14 34 -14 50 c 0\n -14 67 -5 84 10 93 c 0\n 19 99 26 100 53 100 c 2\n 95 100 l 1\n 95 337 l 1\n 57 337 l 2\n 31 337 21 339 11 347 c 0\n -2 356 -10 371 -10 387 c 0\n -10 404 -1 421 14 430 c 0\n 23 436 30 437 57 437 c 2\n 95 437 l 1\n 95 476 l 2\n 95 558 155 623 231 623 c 0\n 267 623 310 612 330 599 c 0\n 344 590 352 575 352 559 c 0\n 352 531 330 508 303 508 c 0\n 288.414 508 248.775 524 234 524 c 0\n 213 524 195 502 195 476 c 2\n 195 437 l 1\n 228 437 l 2\n 255 437 263 435 273 428 c 0\n 286 418 294 403 294 387 c 0\n 294 370 285 354 270 344 c 0\n 262 339 251 337 228 337 c 2\n 195 337 l 1\n521 337 m 1\n 521 100 l 1\n 554 100 l 2\n 581 100 589 98 599 91 c 0\n 612 81 620 66 620 50 c 0\n 620 33 611 17 596 7 c 0\n 589 3 574 0 554 0 c 2\n 379 0 l 2\n 355 0 342 3 333 10 c 0\n 320 19 312 34 312 50 c 0\n 312 67 321 84 336 93 c 0\n 345 99 352 100 379 100 c 2\n 421 100 l 1\n 421 337 l 1\n 383 337 l 2\n 357 337 347 339 337 347 c 0\n 324 356 316 371 316 387 c 0\n 316 404 325 421 340 430 c 0\n 349 436 356 437 383 437 c 2\n 421 437 l 1\n 421 476 l 2\n 421 558 481 623 557 623 c 0\n 593 623 636 612 656 599 c 0\n 670 590 678 575 678 559 c 0\n 678 531 656 508 629 508 c 0\n 614.415 508 574.774 524 560 524 c 0\n 539 524 521 502 521 476 c 2\n 521 437 l 1\n 554 437 l 2\n 581 437 589 435 599 428 c 0\n 612 418 620 403 620 387 c 0\n 620 370 611 354 596 344 c 0\n 588 339 577 337 554 337 c 2\n 521 337 l 1\nEndSplineSet\nMinimumDistance: x33,-1 \nLigature: 8 0 'liga' f f\nEndChar\nStartChar: fi\nEncoding: 64257 64257 1483\nWidth: 600\nFlags: HW\nHStem: 0 100<34 94 196 242 370 416 517 562> 337 100<33.6442 94 196 242 378 416> 519 105<383 499> 524 99<227 242>\nVStem: -10 304<384 389> 95 100<100 337 437 480> 382 118<520 623> 417 100<100 337>\nFore\n195 337 m 1\n 195 100 l 1\n 228 100 l 2\n 255 100 263 98 273 91 c 0\n 286 81 294 66 294 50 c 0\n 294 33 285 17 270 7 c 0\n 263 3 248 0 228 0 c 2\n 53 0 l 2\n 29 0 16 3 7 10 c 0\n -6 19 -14 34 -14 50 c 0\n -14 67 -5 84 10 93 c 0\n 19 99 26 100 53 100 c 2\n 95 100 l 1\n 95 337 l 1\n 57 337 l 2\n 31 337 21 339 11 347 c 0\n -2 356 -10 371 -10 387 c 0\n -10 404 -1 421 14 430 c 0\n 23 436 30 437 57 437 c 2\n 95 437 l 1\n 95 476 l 2\n 95 558 155 623 231 623 c 0\n 267 623 310 612 330 599 c 0\n 344 590 352 575 352 559 c 0\n 352 531 330 508 303 508 c 0\n 288.414 508 248.775 524 234 524 c 0\n 213 524 195 502 195 476 c 2\n 195 437 l 1\n 228 437 l 2\n 255 437 263 435 273 428 c 0\n 286 418 294 403 294 387 c 0\n 294 370 285 354 270 344 c 0\n 262 339 251 337 228 337 c 2\n 195 337 l 1\n517 437 m 1\n 517 100 l 1\n 553 100 l 2\n 580 100 589 98 599 91 c 0\n 612 81 619 66 619 50 c 0\n 619 33 610 16 595 7 c 0\n 588 3 573 0 553 0 c 2\n 379 0 l 2\n 355 0 342 3 333 10 c 0\n 320 19 312 34 312 50 c 0\n 312 67 321 84 336 93 c 0\n 345 99 352 100 379 100 c 2\n 417 100 l 1\n 417 337 l 1\n 397 337 l 2\n 372 337 362 339 352 347 c 0\n 339 356 331 371 331 387 c 0\n 331 404 340 421 355 430 c 0\n 364 436 371 437 397 437 c 2\n 517 437 l 1\n500 624 m 1\n 500 519 l 1\n 382 519 l 1\n 382 624 l 1\n 500 624 l 1\nEndSplineSet\nMinimumDistance: x33,-1 x51,34 y34,51 y34,33 \nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 1484\nWidth: 600\nFlags: HW\nHStem: 0 100<31 91 193 239 367 412 513 559> 337 100<31.4927 92 193 239> 523 100<223 239 374 412>\nVStem: -12 303<384 389> 92 100<100 337 437 480> 413 100<100 523>\nFore\n192 337 m 1\n 192 100 l 1\n 225 100 l 2\n 251 100 261 98 270 91 c 0\n 283 81 291 66 291 50 c 0\n 291 33 282 17 267 7 c 0\n 260 3 245 0 225 0 c 2\n 49 0 l 2\n 26 0 12 3 3 10 c 0\n -9 19 -17 34 -17 50 c 0\n -17 67 -8 84 7 93 c 0\n 16 99 23 100 49 100 c 2\n 92 100 l 1\n 92 337 l 1\n 55 337 l 2\n 29 337 19 339 9 347 c 0\n -4 356 -12 371 -12 387 c 0\n -12 404 -3 421 12 430 c 0\n 21 436 28 437 55 437 c 2\n 92 437 l 1\n 92 475 l 2\n 92 557 152 623 225 623 c 0\n 267 623 305 613 334 595 c 1\n 345 616 358 623 383 623 c 2\n 513 623 l 1\n 513 100 l 1\n 550 100 l 2\n 578 100 586 98 596 91 c 0\n 609 81 617 66 617 50 c 0\n 617 33 608 16 593 7 c 0\n 586 3 571 0 550 0 c 2\n 375 0 l 2\n 351 0 338 3 329 10 c 0\n 316 19 308 34 308 50 c 0\n 308 67 317 83 332 93 c 0\n 341 99 348 100 375 100 c 2\n 413 100 l 1\n 413 523 l 1\n 379 523 l 2\n 364 523 356 526 343 535 c 1\n 333 517 320 508 303 508 c 0\n 295 508 287 510 274 514 c 0\n 250 522 243 523 232 523 c 0\n 207 523 192 505 192 475 c 2\n 192 437 l 1\n 225 437 l 2\n 252 437 260 435 270 428 c 0\n 283 418 291 403 291 387 c 0\n 291 370 282 354 267 344 c 0\n 259 339 248 337 225 337 c 2\n 192 337 l 1\nEndSplineSet\nMinimumDistance: x24,-1 x23,25 y25,23 y25,24 \nLigature: 8 0 'liga' f l\nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeMonoBoldOblique.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeMonoBoldOblique\nFullName: Free Monospaced Bold Oblique\nFamilyName: FreeMono\nWeight: Bold\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.8 $\nItalicAngle: -12\nUnderlinePosition: -100\nUnderlineWidth: 50\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 49\nTTFWeight: 700\nTTFWidth: 5\nPanose: 2 7 6 9 2 2 5 9 4 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 2\n 1 latn 1 dflt \n 1 DFLT 1 dflt \nLangName: 1027 \"\" \"\" \"Negreta cursiva\" \"\" \"Free Mono Negreta cursiva\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"Zel de grum: quetxup, whisky, caf+AOgA, bon vi; ja!\" \nLangName: 1029 \"\" \"\" \"tu+AQ0A-n+AOkA kurz+AO0A-va\" \"\" \"Free Mono tu+AQ0A-n+AOkA kurz+AO0A-va\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1030 \"\" \"\" \"fed kursiv\" \"\" \"Free Mono fed kursiv\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1031 \"\" \"\" \"Fett Kursiv\" \"\" \"Free Mono Fett Kursiv\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"Zw+APYA-lf Boxk+AOQA-mpfer jagen Victor quer +APwA-ber den gro+AN8A-en Sylter Deich.\" \nLangName: 1032 \"\" \"\" \"+A4gDvQPEA78DvQOx +A6ADuwOsA7MDuQOx\" \"\" \"Free Mono +A4gDvQPEA78DvQOx +A6ADuwOsA7MDuQOx\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1034 \"\" \"\" \"Negrita Cursiva\" \"\" \"Free Mono Negrita Cursiva\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"Jovencillo emponzo+APEA-ado de whisky, qu+AOkA mala figurota exhibes.\" \nLangName: 1035 \"\" \"\" \"Lihavoitu Kursivoi\" \"\" \"Free Mono Lihavoitu Kursivoi\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1036 \"\" \"\" \"Gras Italique\" \"\" \"Free Mono Gras Italique\" \nLangName: 1038 \"\" \"\" \"F+AOkA-lk+APYA-v+AOkA-r d+AVEA-lt\" \"\" \"Free Mono F+AOkA-lk+APYA-v+AOkA-r d+AVEA-lt\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1040 \"\" \"\" \"Grassetto Corsivo\" \"\" \"Free Mono Grassetto Corsivo\" \nLangName: 1043 \"\" \"\" \"Vet Cursief\" \"\" \"Free Mono Vet Cursief\" \nLangName: 1044 \"\" \"\" \"Halvfet Kursiv\" \"\" \"Free Mono Halvfet Kursiv\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1045 \"\" \"\" \"Pogrubiona kursywa\" \"\" \"Free Mono Pogrubiona kursywa\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1046 \"\" \"\" \"Negrito It+AOEA-lico\" \"\" \"Free Mono Negrito It+AOEA-lico\" \nLangName: 1049 \"\" \"\" \"+BB8EPgQ7BEMENgQ4BEAEPQRLBDkA +BBoEQwRABEEEOAQy\" \"\" \"Free Mono +BB8EPgQ7BEMENgQ4BEAEPQRLBDkA +BBoEQwRABEEEOAQy\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1051 \"\" \"\" \"Tu+AQ0A-n+AOEA kurz+AO0A-va\" \"\" \"Free Mono Tu+AQ0A-n+AOEA kurz+AO0A-va\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1053 \"\" \"\" \"Fet Kursiv\" \"\" \"Free Mono Fet Kursiv\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1055 \"\" \"\" \"Kal+ATEA-n +ATAA-talik\" \"\" \"Free Mono Kal+ATEA-n +ATAA-talik\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1060 \"\" \"\" \"polkrepko le+AX4A-e+AQ0A-e\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nLangName: 1069 \"\" \"\" \"Lodi etzana\" \"\" \"Free Mono Lodi etzana\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 2058 \"\" \"\" \"Negrita Cursiva\" \"\" \"Free Mono Negrita Cursiva\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 2070 \"\" \"\" \"Negrito It+AOEA-lico\" \"\" \"Free Mono Negrito It+AOEA-lico\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 3082 \"\" \"\" \"Negrita Cursiva\" \"\" \"Free Mono Negrita Cursiva\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 3084 \"\" \"\" \"Gras Italique\" \"\" \"Free Mono Gras Italique\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nEncoding: unicode\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 752 16 4\nBeginPrivate: 8\nUniqueID 7 5020948\nBlueValues 31 [-20 0 437 457 583 603 623 643]\nBlueScale 8 0.039625\nStdHW 5 [101]\nStdVW 5 [103]\nStemSnapH 8 [93 101]\nStemSnapV 2 []\nForceBold 5 false\nEndPrivate\nBeginChars: 65536 783\nStartChar: space\nEncoding: 32 32 0\nWidth: 600\nFlags: HW\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 600\nFlags: HMW\nHStem: -15 132\nVStem: 234 153<44.5 58>\nFore\n490 525 m 2\n 398 228 l 1\n 388 197 366 179 338 179 c 0\n 313 179 298 194 298 219 c 0\n 298 221 298 225 299 228 c 1\n 333 525 l 2\n 338 568 344 585 361 603 c 0\n 380 625 408 638 435 638 c 0\n 474 638 501 613 501 577 c 0\n 501 564 499 553 490 525 c 2\n305 -15 m 2\n 288 -15 l 2\n 256 -15 234 7 234 38 c 0\n 234 78 274 117 316 117 c 2\n 333 117 l 2\n 365 117 387 95 387 65 c 0\n 387 24 348 -15 305 -15 c 2\nEndSplineSet\nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 600\nFlags: HMW\nHStem: 312 290<264 277 464 477>\nFore\n264 602 m 1\n 392 602 l 1\n 306 348 l 1\n 298 323 287 312 267 312 c 0\n 253 312 243 322 243 335 c 0\n 243 337 243 342 244 347 c 1\n 264 602 l 1\n464 602 m 1\n 592 602 l 1\n 507 348 l 2\n 498 322 487 312 467 312 c 0\n 453 312 443 322 443 335 c 0\n 443 336 443 342 444 347 c 1\n 464 602 l 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 600\nFlags: HW\nHStem: 139 99<157 183 313 355 483 503> 344 100<221 241 371 413 542 568>\nVStem: 101 459<179 199> 165 458<384 404>\nDStem: 184 139 284 139 138 -22 236 -29 242 344 342 344 212 238 312 238 317 612 416 605 270 444 370 444 356 139 455 139 310 -22 408 -29 414 344 513 344 383 238 483 238 489 612 587 605 442 444 541 444\nFore\n541 444 m 1\n 566 444 l 2\n 586 444 592 443 601 440 c 0\n 614 436 623 421 623 404 c 0\n 623 388 614 371 600 359 c 0\n 586 347 576 344 545 344 c 2\n 513 344 l 1\n 483 238 l 1\n 502 238 l 2\n 521 238 529 237 537 234 c 0\n 550 230 560 215 560 199 c 0\n 560 183 551 165 537 154 c 0\n 522 142 511 139 481 139 c 2\n 455 139 l 1\n 408 -29 l 1\n 403 -45 392 -67 386 -73 c 0\n 373 -85 357 -92 342 -92 c 0\n 320 -92 303 -75 303 -54 c 0\n 303 -46 303 -46 310 -22 c 2\n 356 139 l 1\n 284 139 l 1\n 236 -29 l 1\n 227 -70 205 -92 172 -92 c 0\n 150 -92 132 -75 132 -54 c 0\n 132 -46 133 -39 138 -22 c 2\n 184 139 l 1\n 158 139 l 2\n 117 139 101 150 101 179 c 0\n 101 194 110 212 124 224 c 0\n 139 236 148 238 179 238 c 2\n 212 238 l 1\n 242 344 l 1\n 222 344 l 2\n 202 344 195 345 187 348 c 0\n 174 353 165 368 165 384 c 0\n 165 400 174 418 188 430 c 0\n 203 442 211 444 243 444 c 2\n 270 444 l 1\n 317 612 l 1\n 328 654 349 675 382 675 c 0\n 404 675 422 658 422 638 c 0\n 422 630 421 624 416 605 c 1\n 370 444 l 1\n 442 444 l 1\n 489 612 l 2\n 497 640 500 646 510 656 c 0\n 522 668 538 675 554 675 c 0\n 576 675 594 658 594 635 c 0\n 594 630 594 630 587 605 c 2\n 541 444 l 1\n414 344 m 1\n 342 344 l 1\n 312 238 l 1\n 383 238 l 1\n 414 344 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 600\nFlags: HMW\nHStem: 34 195 495 189\nVStem: 197 106 458 105\nFore\n487 646 m 0\n 487 636.791 480.056 605.244 477 592 c 1\n 488 590 492 590 500 588 c 2\n 510 585 l 2\n 521.684 579.992 527.005 576.799 541 574 c 1\n 553 579 560 581 570 581 c 0\n 593 581 610 565 610 544 c 0\n 610 537 609 527 606 515 c 1\n 599 483 l 2\n 593 455 590 448 580 438 c 0\n 567 424 551 417 535 417 c 0\n 507 417 492 432 492 460 c 0\n 492 478 455 495 415 495 c 0\n 350 495 302 465 302 424 c 0\n 302 402 323 386 366 377 c 2\n 428 363 l 2\n 525 342 564 306 564 235 c 0\n 564 134 481 50 357 27 c 1\n 339 -56 l 2\n 333 -84 330 -92 320 -102 c 0\n 308 -115 291 -123 276 -123 c 0\n 253 -123 236 -107 236 -86 c 0\n 236 -79 237 -69 240 -56 c 2\n 258 27 l 1\n 218 36 212 38 184 52 c 1\n 165 38 155 34 141 34 c 0\n 117 34 100 50 100 72 c 0\n 100 78 101 85 104 101 c 1\n 117 162 l 2\n 123 190 127 198 137 208 c 0\n 150 221 166 229 182 229 c 0\n 195 229 208 223 215 214 c 0\n 221 207 221 207 222 180 c 0\n 224 149 271 124 328 124 c 0\n 399 124 458 164 458 214 c 0\n 458 240 437 255 389 265 c 2\n 319 280 l 2\n 237 297 196 338 196 403 c 0\n 196 493 275 575 378 592 c 1\n 384 618 l 1\n 389 645 393 653 403 664 c 0\n 415 676 432 684 448 684 c 0\n 470 684 487 668 487 646 c 0\nEndSplineSet\nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 600\nFlags: HW\nHStem: -15 65<371 381> 199 64<409 419> 338 65<307 316> 552 64<345 355>\nVStem: 189 65<462 465> 253 67<98 111> 407 65<492 497> 472 65<138 145>\nDStem: 555 390 562 331 168 272 174 213\nFore\n360 617 m 0\n 427 617 473 572 473 506 c 0\n 473 419 389 338 299 338 c 0\n 235 338 188 385 188 449 c 0\n 188 535 272 617 360 617 c 0\n346 552 m 0\n 299 552 254 508 254 463 c 0\n 254 428 279 403 314 403 c 0\n 362 403 407 447 407 493 c 0\n 407 527 382 552 346 552 c 0\n562 331 m 2\n 174 213 l 2\n 166 210 158 209 153 209 c 0\n 140 209 131 220 131 235 c 0\n 131 253 142 264 168 272 c 2\n 555 390 l 2\n 568 394 570 394 576 394 c 0\n 590 394 599 383 599 368 c 0\n 599 350 588 338 562 331 c 2\n425 264 m 0\n 492 264 538 219 538 153 c 0\n 538 66 454 -15 364 -15 c 0\n 300 -15 253 32 253 96 c 0\n 253 182 337 264 425 264 c 0\n411 199 m 0\n 365 199 320 155 320 109 c 0\n 320 75 345 50 379 50 c 0\n 427 50 472 93 472 139 c 0\n 472 175 447 199 411 199 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 600\nFlags: HW\nHStem: -14 100<255 278> 0 21G<381 442> 0 280<448 464.262> 0 100<456 463> 450 99<385 406>\nVStem: 102 102<106 129> 220 102<374 392>\nDStem: 275 220 338 343 333 100 407 198\nFore\n407 198 m 1\n 448 280 l 1\n 500 280 l 2\n 520 280 527 279 535 276 c 0\n 548 271 557 256 557 241 c 0\n 557 210 531 182 502 180 c 1\n 483 140 472 121 455 100 c 1\n 463 100 l 2\n 483 100 490 99 498 96 c 0\n 511 92 520 77 520 60 c 0\n 520 44 511 26 497 15 c 0\n 483 3 470 0 442 0 c 2\n 381 0 l 1\n 373 15 l 1\n 339 -6 307 -14 255 -14 c 0\n 160 -14 102 32 102 106 c 0\n 102 186 152 260 236 303 c 1\n 223 336 219 355 219 374 c 0\n 219 460 315 550 406 550 c 0\n 430 550 449 545 473 533 c 1\n 485 538 495 540 503 540 c 0\n 523 540 541 521 541 501 c 0\n 541 473 528 458 488 438 c 2\n 441 416 l 1\n 419 442 405 450 385 450 c 0\n 353 450 321 421 321 392 c 0\n 321 384 328 362 338 343 c 1\n 407 198 l 1\n333 100 m 1\n 275 220 l 1\n 231 201 204 167 204 129 c 0\n 204 100 228 86 275 86 c 0\n 300 86 312 89 333 100 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 600\nFlags: HMW\nHStem: 312 290<364 377>\nFore\n364 602 m 1\n 492 602 l 1\n 407 348 l 2\n 398 322 387 312 367 312 c 0\n 353 312 343 322 343 335 c 0\n 343 337 343 342 344 347 c 1\n 364 602 l 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 600\nFlags: HMW\nVStem: 304 112<105.5 200>\nFore\n572 632 m 0\n 596 632 613 616 613 593 c 0\n 613 578 608 567 593 549 c 0\n 470 401 416 276 416 140 c 0\n 416 71 429 9 461 -70 c 0\n 466 -82 467 -87 467 -92 c 0\n 467 -124 437 -153 405 -153 c 0\n 389 -153 377 -147 370 -134 c 0\n 333 -72 304 44 304 131 c 0\n 304 269 356 398 471 547 c 0\n 524 615 544 632 572 632 c 0\nEndSplineSet\nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 600\nFlags: HMW\nVStem: 291 112<279 374>\nFore\n302 632 m 0\n 318 632 330 626 337 613 c 0\n 374 551 403 435 403 348 c 0\n 403 210 353 84 236 -68 c 0\n 184 -135 163 -153 135 -153 c 0\n 111 -153 94 -137 94 -114 c 0\n 94 -99 99 -88 114 -70 c 0\n 239 81 291 202 291 340 c 0\n 291 408 277 471 246 549 c 0\n 241 560 240 565 240 571 c 0\n 240 603 269 632 302 632 c 0\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 600\nFlags: HMW\nHStem: 208 414<436 443.5>\nVStem: 178 436<447 456.5>\nFore\n298 372 m 1\n 218 400 l 2\n 188 410 178 420 178 441 c 0\n 178 472 207 502 238 502 c 0\n 246 502 249 501 269 495 c 2\n 349 467 l 1\n 368 556 l 1\n 378 600 399 622 432 622 c 0\n 455 622 472 606 472 584 c 0\n 472 578 471 569 468 556 c 2\n 449 467 l 1\n 541 495 l 2\n 563 501 566 502 576 502 c 0\n 597 502 614 484 614 462 c 0\n 614 432 595 413 552 400 c 2\n 460 372 l 1\n 497 301 l 2\n 506 283 508 276 508 267 c 0\n 508 238 477 208 446 208 c 0\n 426 208 418 214 403 242 c 1\n 367 314 l 1\n 299 242 l 2\n 273 214 263 208 243 208 c 0\n 219 208 202 225 202 248 c 0\n 202 265 208 276 231 301 c 2\n 298 372 l 1\nEndSplineSet\nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 600\nFlags: HW\nHStem: 230 100<157 298 422 563> 230 330<407.998 421>\nVStem: 101 518<270 290>\nDStem: 299 230 399 230 265 66 365 66 355 494 455 494 321 330 421 330\nFore\n399 230 m 1\n 365 66 l 1\n 359 39 356 31 346 21 c 0\n 334 8 316 0 301 0 c 0\n 278 0 261 16 261 37 c 0\n 261 44 263 57 265 66 c 2\n 299 230 l 1\n 158 230 l 2\n 117 230 101 241 101 270 c 0\n 101 286 110 304 124 316 c 0\n 139 328 148 330 179 330 c 2\n 321 330 l 1\n 355 494 l 1\n 365 538 386 560 420 560 c 0\n 443 560 460 544 460 522 c 0\n 460 515 460 513 455 494 c 1\n 421 330 l 1\n 562 330 l 2\n 584 330 588 330 597 326 c 0\n 610 321 619 307 619 290 c 0\n 619 274 610 257 596 245 c 0\n 582 233 570 230 541 230 c 2\n 399 230 l 1\nEndSplineSet\nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 600\nFlags: HW\nFore\n246 134 m 1\n 379 134 l 1\n 181 -134 l 2\n 169 -150 156 -158 144 -158 c 0\n 130 -158 118 -148 118 -136 c 0\n 118 -129 119 -125 126 -111 c 2\n 246 134 l 1\nEndSplineSet\nKernsSLIF: 8217 -170 1 0 8221 -142 1 0 49 -133 1 0\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 600\nFlags: HMW\nHStem: 229 100<179 541>\nVStem: 101 518\nFore\n541 229 m 2\n 158 229 l 2\n 117 229 101 240 101 269 c 0\n 101 285 110 302 124 314 c 0\n 139 327 148 329 179 329 c 2\n 562 329 l 2\n 581 329 589 328 597 325 c 0\n 609 321 619 305 619 290 c 0\n 619 273 610 256 596 244 c 0\n 582 232 570 229 541 229 c 2\nEndSplineSet\nKernsSLIF: 89 -84 1 0 87 -1 1 0 86 -41 1 0 84 -93 1 0 197 -21 1 0 196 -21 1 0 193 -21 1 0 198 -17 1 0 65 -21 1 0\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 600\nFlags: HMW\nHStem: -15 132\nVStem: 234 153<44.5 58>\nFore\n305 -15 m 2\n 288 -15 l 2\n 256 -15 234 7 234 38 c 0\n 234 78 274 117 316 117 c 2\n 333 117 l 2\n 365 117 387 95 387 65 c 0\n 387 24 347 -15 305 -15 c 2\nEndSplineSet\nKernsSLIF: 8217 -165 1 0 8221 -137 1 0 49 -118 1 0\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 600\nFlags: HW\nDStem: 555 651 636 610 90 -27 171 -69\nFore\n636 610 m 2\n 171 -69 l 2\n 148 -103 134 -113 110 -113 c 0\n 87 -113 69 -96 69 -74 c 0\n 69 -61 74 -49 90 -27 c 1\n 555 651 l 2\n 578 685 592 695 616 695 c 0\n 639 695 656 678 656 656 c 0\n 656 643 652 634 636 610 c 2\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 600\nFlags: HMW\nHStem: -15 100<290.5 325> 538 99\nVStem: 130 101<160.5 193> 501 101<430 463>\nFore\n593 359 m 2\n 573 264 l 2\n 554 174 508 93 447 40 c 0\n 405 4 354 -15 296 -15 c 0\n 190 -15 130 55 130 179 c 0\n 130 207 133 236 139 264 c 2\n 159 359 l 2\n 178 449 224 530 285 583 c 0\n 326 619 378 638 436 638 c 0\n 542 638 602 568 602 444 c 0\n 602 416 599 387 593 359 c 2\n260 366 m 1\n 238 257 l 1\n 233 237 231 216 231 195 c 0\n 231 126 263 85 318 85 c 0\n 388 85 449 153 471 257 c 2\n 494 366 l 1\n 499 386 501 407 501 428 c 0\n 501 498 469 538 414 538 c 0\n 343 538 283 470 260 366 c 1\nEndSplineSet\nKernsSLIF: 55 -79 1 0 49 -81 1 0 52 -65 1 0\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 600\nFlags: HMW\nHStem: 0 100<171 272 371 451>\nVStem: 93 436\nFore\n486 638 m 1\n 371 100 l 1\n 472 100 l 2\n 492 100 499 99 507 96 c 0\n 519 92 529 76 529 61 c 0\n 529 44 520 27 506 15 c 0\n 492 4 479 0 451 0 c 2\n 150 0 l 2\n 109 0 93 12 93 40 c 0\n 93 56 102 73 116 85 c 0\n 131 98 139 100 171 100 c 2\n 272 100 l 1\n 358 509 l 1\n 267 486 l 2\n 246 481 243 480 233 480 c 0\n 212 480 197 496 197 520 c 0\n 197 554 215 572 262 583 c 2\n 486 638 l 1\nEndSplineSet\nKernsSLIF: 48 -95 1 0 50 -53 1 0 51 -62 1 0 54 -107 1 0 55 -146 1 0 46 -119 1 0 49 -68 1 0 57 -80 1 0 52 -95 1 0 53 -63 1 0 56 -83 1 0 44 -104 1 0\nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 600\nFlags: HW\nHStem: 0 100<229 430> 0 154<486 500> 538 99<403 406>\nVStem: 500 101<465 467>\nFore\n228 100 m 1\n 430 100 l 1\n 440 136 460 154 491 154 c 0\n 514 154 531 138 531 116 c 0\n 531 109 530 105 527 88 c 1\n 508 0 l 1\n 54 0 l 1\n 76 105 l 1\n 258 233 300 263 350 301 c 0\n 483 403 500 422 500 465 c 0\n 500 507 459 538 403 538 c 0\n 363 538 324 523 297 497 c 0\n 284 485 283 483 265 451 c 0\n 256 434 235 422 214 422 c 0\n 192 422 173 439 173 460 c 0\n 173 491 212 546 258 582 c 0\n 305 618 366 638 426 638 c 0\n 530 638 602 575 602 484 c 0\n 602 437 584 391 551 352 c 0\n 523 320 459 268 352 189 c 1\n 228 100 l 1\nEndSplineSet\nKernsSLIF: 55 -78 1 0 49 -73 1 0 52 -75 1 0\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 600\nFlags: HW\nHStem: -15 100<248 304> 538 99<410 438>\nVStem: 469 102<200 211> 507 101<478 481>\nFore\n357 383 m 2\n 398 383 l 2\n 454 383 507 429 507 477 c 0\n 507 515 470 538 410 538 c 0\n 354 538 324 527 284 492 c 0\n 274 483 259 477 246 477 c 0\n 224 477 206 494 206 516 c 0\n 206 578 320 638 438 638 c 0\n 543 638 609 582 609 495 c 0\n 609 430 569 376 494 336 c 0\n 493 336 490 335 487 333 c 1\n 544 302 571 262 571 211 c 0\n 571 163 539 99 494 58 c 0\n 438 6 372 -15 268 -15 c 0\n 156 -15 80 15 80 58 c 0\n 80 91 109 120 142 120 c 0\n 153 120 158 118 171 108 c 0\n 193 91 222 85 286 85 c 0\n 355 85 394 94 426 119 c 0\n 452 139 469 171 469 201 c 0\n 469 229 445 259 411 275 c 0\n 392 283 378 285 337 287 c 0\n 308 289 294 301 294 324 c 0\n 294 355 324 383 357 383 c 2\nEndSplineSet\nKernsSLIF: 55 -74 1 0 49 -79 1 0 52 -58 1 0\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 600\nFlags: HMW\nHStem: 0 100<330 368> 138 100<248 376>\nVStem: 252 268\nFore\n579 622 m 1\n 497 238 l 1\n 533 238 549 226 549 198 c 0\n 549 182 540 165 526 153 c 0\n 512 141 502 138 476 138 c 1\n 468 100 l 1\n 503 100 520 87 520 60 c 0\n 520 44 511 27 497 15 c 0\n 483 4 469 0 441 0 c 2\n 309 0 l 2\n 268 0 252 12 252 40 c 0\n 252 56 261 73 275 85 c 0\n 290 97 299 100 330 100 c 2\n 368 100 l 1\n 376 138 l 1\n 104 138 l 1\n 122 221 l 1\n 448 622 l 1\n 579 622 l 1\n397 238 m 1\n 449 480 l 1\n 248 238 l 1\n 397 238 l 1\nEndSplineSet\nKernsSLIF: 55 -100 1 0 49 -72 1 0 52 -68 1 0\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 600\nFlags: HMW\nHStem: -15 100<262.5 329> 324 99 522 100<330 330 330 532>\nVStem: 476 101\nFore\n330 522 m 1\n 306 407 l 1\n 345 418 379 424 410 424 c 0\n 511 424 578 357 578 255 c 0\n 578 193 554 128 512 79 c 0\n 455 13 384 -15 274 -15 c 0\n 165 -15 83 22 83 72 c 0\n 83 104 113 133 145 133 c 0\n 159 133 165 130 177 118 c 0\n 202 93 230 85 295 85 c 0\n 371 85 416 102 446 142 c 0\n 465 167 476 202 476 236 c 0\n 476 290 441 324 387 324 c 0\n 353 324 305 311 258 290 c 0\n 244 284 238 282 229 282 c 0\n 206 282 188 300 189 322 c 0\n 189 327 190 332 191 338 c 1\n 252 622 l 1\n 553 622 l 2\n 573 622 579 621 588 618 c 0\n 601 613 610 599 610 583 c 0\n 610 566 601 549 587 537 c 0\n 574 525 561 522 532 522 c 2\n 330 522 l 1\nEndSplineSet\nKernsSLIF: 55 -80 1 0 49 -80 1 0 52 -58 1 0\nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 600\nFlags: HMW\nHStem: -14 100 294 100<402.5 423> 535 102\nVStem: 154 107<178.5 195.5> 477 103\nFore\n276 324 m 1\n 335 374 377 394 428 394 c 0\n 515 394 581 327 581 238 c 0\n 581 180 557 116 518 70 c 0\n 470 13 407 -15 328 -15 c 0\n 212 -15 154 50 154 180 c 0\n 154 276 181 368 231 443 c 0\n 272 502 333 558 398 594 c 0\n 452 624 502 638 559 638 c 0\n 622 638 663 616 663 583 c 0\n 663 552 632 522 600 522 c 0\n 592 522 581 524 566 530 c 0\n 556 534 552 535 543 535 c 0\n 453 535 347 464 295 366 c 0\n 289 355 286 348 276 324 c 1\n262 209 m 1\n 261 202 261 197 261 194 c 0\n 261 163 271 127 283 110 c 1\n 296 95 322 85 352 85 c 0\n 395 85 427 101 450 134 c 0\n 468 158 478 189 478 214 c 0\n 478 260 445 294 401 294 c 0\n 357 294 300 259 262 209 c 1\nEndSplineSet\nKernsSLIF: 55 -55 1 0 49 -60 1 0 52 -54 1 0\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 600\nFlags: HMW\nHStem: 522 100<285 513 285 285>\nFore\n513 522 m 1\n 285 522 l 1\n 275 486 255 468 224 468 c 0\n 201 468 184 484 184 506 c 0\n 184 512 185 521 188 534 c 2\n 207 622 l 1\n 640 622 l 1\n 619 523 l 1\n 359 48 l 2\n 339 12 322 -1 295 -1 c 0\n 273 -1 254 17 254 37 c 0\n 254 48 257 57 270 81 c 2\n 513 522 l 1\nEndSplineSet\nKernsSLIF: 50 -70 1 0 51 -78 1 0 54 -98 1 0 55 -69 1 0 46 -179 1 0 49 -72 1 0 52 -105 1 0 53 -87 1 0 56 -79 1 0 44 -160 1 0 58 -162 1 0\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 600\nFlags: HW\nHStem: -15 100<306 320> 263 102<357 376> 538 99<413 418>\nVStem: 114 104<129 158> 185 100<428 435> 456 100<186 198> 505 103<466 489>\nFore\n487 319 m 1\n 534 286 556 246 556 198 c 0\n 556 154 533 101 499 64 c 0\n 454 16 375 -15 295 -15 c 0\n 183 -15 114 40 114 129 c 0\n 114 205 161 271 248 319 c 1\n 204 353 185 386 185 429 c 0\n 185 474 214 531 258 570 c 0\n 305 613 371 638 435 638 c 0\n 537 638 608 576 608 489 c 0\n 608 421 569 367 487 319 c 1\n413 538 m 0\n 341 538 285 492 285 433 c 0\n 285 392 321 364 376 364 c 0\n 447 364 505 410 505 466 c 0\n 505 511 470 538 413 538 c 0\n357 263 m 0\n 283 263 218 214 218 158 c 0\n 218 113 257 85 318 85 c 0\n 394 85 456 131 456 187 c 0\n 456 231 414 263 357 263 c 0\nEndSplineSet\nKernsSLIF: 55 -75 1 0 49 -80 1 0 52 -63 1 0\nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 600\nFlags: HMW\nHStem: -15 103<230.5 247.5> 229 100<355 375.5> 538 99\nVStem: 198 103 516 108\nFore\n502 299 m 1\n 442 248 401 229 350 229 c 0\n 263 229 197 296 197 385 c 0\n 197 443 221 507 260 553 c 0\n 309 610 371 638 450 638 c 0\n 566 638 624 573 624 443 c 0\n 624 347 597 255 547 180 c 0\n 506 121 445 65 380 29 c 0\n 326 -1 276 -15 219 -15 c 0\n 157 -15 115 7 115 40 c 0\n 115 71 146 101 178 101 c 0\n 187 101 197 99 212 93 c 0\n 222 89 226 88 235 88 c 0\n 325 88 431 160 483 257 c 0\n 489 268 492 275 502 299 c 1\n516 414 m 1\n 517 420 517 426 517 428 c 0\n 517 461 508 496 495 513 c 0\n 482 528 457 538 426 538 c 0\n 383 538 351 522 328 489 c 0\n 311 465 300 434 300 408 c 0\n 300 363 333 329 377 329 c 0\n 421 329 478 364 516 414 c 1\nEndSplineSet\nKernsSLIF: 55 -68 1 0 49 -76 1 0 52 -59 1 0\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 600\nFlags: HW\nHStem: -15 132<305 316> 304 133<373 384>\nVStem: 234 153<38 65> 302 153<357 384>\nFore\n305 -15 m 2\n 288 -15 l 2\n 256 -15 234 7 234 38 c 0\n 234 78 274 117 316 117 c 2\n 333 117 l 2\n 365 117 387 95 387 65 c 0\n 387 24 348 -15 305 -15 c 2\n373 304 m 2\n 356 304 l 2\n 324 304 302 326 302 357 c 0\n 302 398 342 437 384 437 c 2\n 401 437 l 2\n 433 437 455 415 455 384 c 0\n 455 343 415 304 373 304 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 600\nFlags: HMW\nHStem: 304 133<343 365.5>\nVStem: 278 153<361.5 379>\nFore\n247 134 m 1\n 379 134 l 1\n 181 -134 l 2\n 169 -150 156 -158 144 -158 c 0\n 130 -158 118 -148 118 -136 c 0\n 118 -129 119 -125 126 -111 c 2\n 247 134 l 1\n368 437 m 0\n 409 437 431 418 431 384 c 0\n 431 339 391 304 340 304 c 0\n 301 304 278 323 278 357 c 0\n 278 401 318 437 368 437 c 0\nEndSplineSet\nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 600\nFlags: HW\nDStem: 102 280 311 279 486 63 543 143 577 492 600 412 102 280 311 279\nFore\n311 279 m 1\n 543 143 l 2\n 561 132 567 124 567 109 c 0\n 567 100 563 90 557 81 c 2\n 556 79 l 2\n 546 65 528 54 514 54 c 0\n 506 54 496 57 486 63 c 2\n 102 280 l 1\n 577 492 l 2\n 590 498 601 501 609 501 c 0\n 623 501 636 490 640 476 c 1\n 641.706 472.587 642 467.508 642 463 c 0\n 642 442 629 425 600 412 c 2\n 311 279 l 1\nEndSplineSet\nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 600\nFlags: HMW\nHStem: 138 100<159 521> 322 100<198 560>\nFore\n198 422 m 2\n 581 422 l 2\n 603 422 607 422 616 418 c 0\n 629 413 638 399 638 382 c 0\n 638 366 629 349 615 337 c 0\n 601 325 589 322 560 322 c 2\n 177 322 l 2\n 136 322 120 333 120 362 c 0\n 120 378 129 396 143 408 c 0\n 158 420 167 422 198 422 c 2\n159 238 m 2\n 542 238 l 2\n 564 238 568 238 577 234 c 0\n 590 229 599 215 599 198 c 0\n 599 182 590 164 576 153 c 0\n 562 141 550 138 521 138 c 2\n 138 138 l 2\n 97 138 81 149 81 178 c 0\n 81 194 90 212 104 224 c 0\n 119 236 128 238 159 238 c 2\nEndSplineSet\nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 600\nFlags: HW\nDStem: 175 412 232 491 407 275 616 274 407 275 616 274 118 142 141 62\nFore\n407 275 m 1\n 175 412 l 2\n 157 422 151 430 151 445 c 0\n 151 453 154 463 161 473 c 2\n 162 475 l 2\n 171 488 190 500 204 500 c 0\n 212 500 222 497 232 491 c 2\n 616 274 l 1\n 141 62 l 2\n 128 56 116 53 109 53 c 0\n 95 53 82 64 78 78 c 1\n 76.2936 81.4127 76 86.4921 76 91 c 0\n 76 113 89 129 118 142 c 2\n 407 275 l 1\nEndSplineSet\nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 600\nFlags: HMW\nHStem: -15 132 498 99\nVStem: 236 153<44.5 58> 506 101\nFore\n608 450 m 0\n 608 324.316 509.203 271.281 401 228 c 1\n 389 192 368 174 339 174 c 0\n 317 174 299 191 299 211 c 0\n 299 219 299 221 304 240 c 1\n 315 296 l 1\n 466 349 506 377 506 428 c 0\n 506 472 473 498 415 498 c 0\n 377 498 340 490 304 474 c 1\n 301 460 l 2\n 295 432 292 425 282 415 c 0\n 270 402 252 394 237 394 c 0\n 215 394 197 410 197 431 c 0\n 197 437 198 447 201 460 c 2\n 218 539 l 1\n 327 586 370 598 436 598 c 0\n 543 598 608 542 608 450 c 0\n308 -15 m 2\n 290 -15 l 2\n 258 -15 236 7 236 38 c 0\n 236 78 276 117 318 117 c 2\n 336 117 l 2\n 367 117 389 95 389 65 c 0\n 389 24 350 -15 308 -15 c 2\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 600\nFlags: HMW\nHStem: -152 78<273.5 311.5> 72 81<392.5 396 396 416> 541 79<375 443>\nVStem: 98 81<50 74.5> 263 80 501 81<466 483.5>\nFore\n179 78 m 0\n 179 -3.88438 203.775 -74 289 -74 c 0\n 334 -74 376 -62 399 -42 c 0\n 416 -28 422 -25 434 -25 c 0\n 453 -25 466 -38 466 -57 c 0\n 466 -107 373 -152 269 -152 c 0\n 204 -152 161 -131 133 -85 c 0\n 110 -47 98 1 98 59 c 0\n 98 90 101 122 108 154 c 2\n 144 323 l 2\n 181 495 302 620 433 620 c 0\n 524 620 582 563 582 473 c 0\n 582 459 580 444 577 429 c 2\n 517 148 l 1\n 530 142 534 135 534 122 c 0\n 534 108 527 94 515 84 c 0\n 503 74 494 72 469 72 c 2\n 396 72 l 2\n 316 72 262 122 262 196 c 0\n 262 299 364 389 492 398 c 1\n 495.735 417.299 501 435.824 501 458 c 0\n 501 509 469 541 417 541 c 0\n 333 541 249 445 222 317 c 2\n 189 161 l 1\n 182 130 179 103 179 78 c 0\n440 155 m 1\n 474 316 l 1\n 400 309 343 264 343 211 c 0\n 343 177 372 153 413 153 c 0\n 419 153 426 153 440 155 c 1\nEndSplineSet\nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 600\nFlags: HMW\nHStem: 0 100<52.5 68 176 178 438 461> 158 100<273 430> 483 100<262 304>\nVStem: -11 267 360 273\nFore\n450 158 m 1\n 212 158 l 1\n 176 100 l 1\n 199 100 l 2\n 220 100 226 99 234 96 c 0\n 247 92 256 76 256 60 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 46 0 l 2\n 5 0 -11 11 -11 40 c 0\n -11 56 -2 74 12 85 c 0\n 27 97 37 100 68 100 c 1\n 304 483 l 1\n 241 483 l 2\n 200 483 184 494 184 523 c 0\n 184 539 193 557 207 569 c 0\n 222 581 230 583 262 583 c 2\n 478 583 l 1\n 575 100 l 1\n 595 100 602 99 611 96 c 0\n 624 91 633 76 633 60 c 0\n 633 44 624 26 610 15 c 0\n 596 3 583 0 555 0 c 2\n 416 0 l 2\n 376 0 360 11 360 40 c 0\n 360 56 369 73 383 85 c 0\n 398 98 406 100 438 100 c 2\n 461 100 l 1\n 450 158 l 1\n430 258 m 1\n 392 450 l 1\n 273 258 l 1\n 430 258 l 1\nEndSplineSet\nKernsSLIF: 121 -41 0 0 119 -15 0 0 118 -41 0 0 117 -18 0 0 116 -25 0 0 8217 -116 0 0 8221 -89 0 0 113 -10 0 0 46 -67 0 0 111 -11 0 0 45 -23 0 0 8249 -44 0 0 171 -44 0 0 103 -5 0 0 101 -5 0 0 100 -4 0 0 44 -52 0 0 231 -15 0 0 99 -12 0 0 98 39 0 0 97 8 0 0 89 -34 0 0 87 -21 0 0 86 -63 0 0 217 -33 0 0 220 -33 0 0 219 -33 0 0 218 -33 0 0 85 -33 0 0 84 -35 0 0 81 -25 0 0 214 -26 0 0 79 -26 0 0 71 -20 0 0 199 -30 0 0 67 -24 0 0\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 600\nFlags: HW\nHStem: 0 100<78 115 216 392> 242 100<267 392> 242 341<245 266> 483 99<180 195 296 438>\nVStem: 503 104<166 189> 518 101<431 433>\nDStem: 196 483 296 483 115 100 266 342 196 483 245 242 115 100 215 100\nFore\n115 100 m 1\n 196 483 l 1\n 181 483 l 2\n 140 483 125 494 125 523 c 0\n 125 539 134 556 148 569 c 1\n 162 580 172 583 203 583 c 2\n 455 583 l 2\n 512 583 552 569 582 539 c 0\n 606 515 620 482 620 448 c 0\n 620 391 590 345 529 305 c 1\n 584 275 608 239 608 189 c 0\n 608 147 585 97 549 63 c 0\n 505 21 446 0 374 0 c 2\n 79 0 l 2\n 38 0 22 12 22 40 c 0\n 22 56 31 73 45 85 c 0\n 59 97 69 100 100 100 c 2\n 115 100 l 1\n266 342 m 1\n 379 342 l 2\n 458 342 518 380 518 431 c 0\n 518 464 485 483 429 483 c 2\n 296 483 l 1\n 266 342 l 1\n215 100 m 1\n 390 100 l 2\n 464 100 504 123 504 166 c 0\n 504 213 456 242 380 242 c 2\n 245 242 l 1\n 215 100 l 1\nEndSplineSet\nKernsSLIF: 89 -50 0 0 87 -10 0 0 86 -29 0 0 216 -12 0 0 210 -14 0 0 214 -14 0 0 212 -14 0 0 211 -14 0 0 338 7 0 0 79 -14 0 0 195 -2 0 0 197 -2 0 0 196 -2 0 0 194 -2 0 0 193 -2 0 0 198 -3 0 0 65 -2 0 0\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 600\nFlags: HMW\nHStem: -14 100<296 369> 497 100<364 448.5>\nVStem: 80 102<174.5 204>\nFore\n567 563 m 2\n 576 559 l 1\n 593 576 606 583 623 583 c 0\n 646 583 663 567 663 545 c 0\n 663 538 663 534 659 517 c 1\n 641 433 l 1\n 635 407 632 398 622 388 c 0\n 610 375 593 367 577 367 c 0\n 553 367 537 383 538 406 c 1\n 539 425 l 2\n 541 463 482 497 415 497 c 0\n 313 497 222 420 200 315 c 1\n 193.197 283.902 182 249.06 182 214 c 0\n 182 135 245 86 347 86 c 0\n 393 86 436 95 463 109 c 0\n 475 116 476 116 508 143 c 0\n 522 154 534 159 547 159 c 0\n 570 159 588 141 588 118 c 0\n 588 99 576 80 550 59 c 0\n 493 11 414 -14 324 -14 c 0\n 176 -14 80 69 80 195 c 0\n 80 213 82 231 86 249 c 2\n 100 315 l 2\n 134 475 277 597 432 597 c 0\n 484 597 517 589 567 563 c 2\nEndSplineSet\nKernsSLIF: 214 -19 0 0 211 -19 0 0 79 -19 0 0 75 -13 0 0 72 -18 0 0 197 2 0 0 196 2 0 0 193 2 0 0 198 2 0 0 65 2 0 0\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 600\nFlags: HMW\nHStem: 0 100<83.5 96 196 285> 483 100<277 277 277 387>\nVStem: 520 101\nFore\n96 100 m 1\n 177 483 l 1\n 142 483 126 496 126 523 c 0\n 126 539 135 556 149 569 c 0\n 164 581 172 583 204 583 c 2\n 417 583 l 2\n 539 583 622 497 622 369 c 0\n 622 330.097 612.235 292.005 605 258 c 1\n 590 185 553 123 497 75 c 0\n 437 23 371 0 285 0 c 2\n 80 0 l 2\n 39 0 23 12 23 40 c 0\n 23 56 32 73 46 85 c 0\n 60 97 71 100 96 100 c 1\n196 100 m 1\n 306 100 l 2\n 366 100 401 112 440 144 c 0\n 475 174 495 210 506 261 c 2\n 516 307 l 2\n 519 321 520 335 520 350 c 0\n 520 392 503 434 475 457 c 0\n 456 474 424 483 387 483 c 2\n 277 483 l 1\n 196 100 l 1\nEndSplineSet\nKernsSLIF: 89 -61 0 0 88 -40 0 0 87 -16 0 0 86 -40 0 0 84 -36 0 0 74 -38 0 0 195 -32 0 0 197 -32 0 0 192 -32 0 0 196 -32 0 0 194 -32 0 0 193 -32 0 0 65 -32 0 0\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 600\nFlags: W\nHStem: 0 100<78 116 216 471> 0 219<535.937 551> 366 217<546 558>\nDStem: 197 483 297 483 116 100 267 342 197 483 246 243 116 100 216 100\nFore\n246 243 m 1\n 216 100 l 1\n 471 100 l 1\n 483 152 l 1\n 488 180 492 188 502 198 c 0\n 514 212 531 219 546 219 c 0\n 569 219 587 203 587 182 c 0\n 587 174 586 170 583 152 c 1\n 550 0 l 1\n 80 0 l 2\n 40 0 23 12 23 40 c 0\n 23 56 32 74 46 85 c 0\n 61 98 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 125 494 125 523 c 0\n 125 539 134 557 149 569 c 0\n 163 581 172 583 204 583 c 2\n 652 583 l 1\n 620 433 l 2\n 614 405 611 397 601 387 c 0\n 589 374 572 366 556 366 c 0\n 534 366 516 382 516 404 c 0\n 516 426.004 526.273 461.515 531 483 c 1\n 297 483 l 1\n 267 342 l 1\n 352 342 l 1\n 353 349 l 1\n 359 378 362 385 372 395 c 0\n 385 408 402 416 417 416 c 0\n 440 416 457 400 457 378 c 0\n 457 370 457 369 453 349 c 1\n 428 236 l 2\n 422 208 419 201 409 190 c 0\n 397 178 380 170 365 170 c 0\n 342 170 325 186 325 207 c 0\n 325 213.421 328.007 232.526 331 243 c 1\n 246 243 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 314> 243 99<268 330> 243 340<246 267> 366 217<568.575 583> 483 99<181 196 297 552>\nVStem: 23 349<40 61>\nDStem: 197 483 297 483 116 100 267 342 197 483 452 349 116 100 428 236 197 483 246 243 116 100 216 100 553 483 674 583 542 432 642 432\nFore\n246 243 m 1\n 216 100 l 1\n 315 100 l 2\n 335 100 342 99 350 96 c 0\n 363 92 372 76 372 61 c 0\n 372 44 363 27 349 15 c 0\n 335 4 322 0 294 0 c 2\n 80 0 l 2\n 39 0 23 12 23 40 c 0\n 23 56 32 73 46 85 c 0\n 61 97 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 125 494 125 523 c 0\n 125 539 134 556 148 569 c 0\n 163 581 172 583 204 583 c 2\n 674 583 l 1\n 642 432 l 1\n 636 405 633 397 623 387 c 0\n 610 374 594 366 578 366 c 0\n 556 366 538 382 538 403 c 0\n 538 426.87 548.121 460.377 553 483 c 1\n 297 483 l 1\n 267 342 l 1\n 351 342 l 1\n 353 349 l 1\n 361.541 393.412 384.932 415 417 415 c 0\n 440 415 457 399 457 377 c 0\n 457 369 457 368 452 349 c 1\n 428 236 l 1\n 423 209 419 200 409 190 c 0\n 397 177 380 169 364 169 c 0\n 342 169 325 185 325 206 c 0\n 325 214.495 328.06 232.711 331 243 c 1\n 246 243 l 1\nEndSplineSet\nKernsSLIF: 117 -6 0 0 114 -37 0 0 46 -191 0 0 248 -55 0 0 339 -20 0 0 246 -55 0 0 243 -55 0 0 111 -55 0 0 106 -58 0 0 105 -50 0 0 45 -61 0 0 233 -51 0 0 101 -51 0 0 44 -172 0 0 229 -44 0 0 230 -22 0 0 228 -44 0 0 225 -45 0 0 97 -44 0 0 214 -32 0 0 79 -32 0 0 74 -83 0 0 195 -47 0 0 197 -47 0 0 192 -47 0 0 196 -47 0 0 194 -47 0 0 193 -47 0 0 65 -47 0 0\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 600\nFlags: HMW\nHStem: -14 100<292 366.5> 180 100<410 488 588 588> 497 100<403 459.5>\nVStem: 79 102<163 194.5> 332 310<226.5 228>\nFore\n588 180 m 1\n 560 48 l 1\n 460 0 407 -14 327 -14 c 0\n 257 -14 193 2 149 32 c 0\n 103 63 79 115 79 184 c 0\n 79 205 81 225 86 246 c 1\n 101 317 l 2\n 131.018 459.584 264.36 597 444 597 c 0\n 498 597 544 587 583 565 c 1\n 599 589 611 597 630 597 c 0\n 652 597 667 582 667 560 c 0\n 667 552 667 550 663 531 c 2\n 646 453 l 2\n 640 426 637 418 627 408 c 0\n 615 395 598 387 582 387 c 0\n 569 387 556 393 551 402 c 0\n 546 409 546 409 544 440 c 0\n 542 475 496 497 423 497 c 0\n 313 497 223 425 201 317 c 1\n 193.021 280.527 181 240.635 181 199 c 0\n 181 127 239 86 342 86 c 0\n 391 86 431 94 474 111 c 1\n 488 180 l 1\n 389 180 l 2\n 348 180 332 191 332 220 c 0\n 332 236 341 254 355 266 c 0\n 370 278 379 280 410 280 c 2\n 585 280 l 2\n 605 280 611 279 620 276 c 0\n 633 272 642 257 642 241 c 0\n 642 212 621 189 588 180 c 1\nEndSplineSet\nKernsSLIF: 89 -20 0 0 87 5 0 0 86 1 0 0 84 -30 0 0\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 600\nFlags: W\nHStem: 0 100<86 116 216 232 392 430 530 536> 241 100<267 460> 563 20G<233 333 518 618>\nVStem: 32 255<40 60> 155 235<523 544> 337 255<40 60> 440 235<523 544>\nDStem: 197 483 297 483 116 100 267 341 197 483 246 241 116 100 216 100 460 241 611 483 430 100 530 100 511 483 611 483 481 341 530 100\nFore\n460 241 m 1\n 246 241 l 1\n 216 100 l 1\n 230 100 l 2\n 249 100 257 99 265 96 c 0\n 278 92 287 76 287 60 c 0\n 287 44 278 27 264 15 c 0\n 250 3 238 0 209 0 c 2\n 88 0 l 2\n 48 0 32 11 32 40 c 0\n 32 56 41 73 55 85 c 0\n 69 97 79 100 110 100 c 2\n 116 100 l 1\n 197 483 l 1\n 169 485 155 498 155 523 c 0\n 155 539 164 556 178 569 c 0\n 193 581 202 583 233 583 c 2\n 333 583 l 2\n 353 583 360 582 368 579 c 0\n 381 575 390 560 390 544 c 0\n 390 527 381 509 367 498 c 0\n 352 486 343 483 312 483 c 2\n 297 483 l 1\n 267 341 l 1\n 481 341 l 1\n 511 483 l 1\n 496 483 l 2\n 477 483 471 484 462 487 c 0\n 449 492 440 506 440 523 c 0\n 440 539 449 556 463 569 c 0\n 477 581 487 583 518 583 c 2\n 618 583 l 2\n 638 583 645 582 653 579 c 0\n 666 575 675 560 675 544 c 0\n 675 511 649 486 611 483 c 1\n 530 100 l 1\n 536 100 l 2\n 556 100 562 99 570 96 c 0\n 583 92 592 76 592 60 c 0\n 592 44 583 27 569 15 c 0\n 556 3 543 0 515 0 c 2\n 394 0 l 2\n 353 0 337 11 337 40 c 0\n 337 56 346 73 360 85 c 0\n 375 97 384 100 415 100 c 2\n 430 100 l 1\n 460 241 l 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 600\nFlags: HMW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453>\nVStem: 196 436\nFore\n453 483 m 1\n 372 100 l 1\n 472 100 l 2\n 492 100 499 99 507 96 c 0\n 520 92 529 77 529 61 c 0\n 529 44 520 27 506 15 c 0\n 492 3 480 0 451 0 c 2\n 150 0 l 2\n 109 0 93 11 93 40 c 0\n 93 56 102 73 116 85 c 0\n 131 98 139 100 171 100 c 2\n 272 100 l 1\n 353 483 l 1\n 252 483 l 2\n 211 483 196 494 196 523 c 0\n 196 539 205 557 219 568 c 0\n 234 581 242 583 274 583 c 2\n 575 583 l 2\n 595 583 602 582 610 579 c 0\n 622 575 632 559 632 544 c 0\n 632 527 623 509 609 498 c 0\n 594 486 584 483 554 483 c 2\n 453 483 l 1\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 600\nFlags: HMW\nHStem: -14 100<271.5 295> 483 100<394 492 592 649 592 592>\nVStem: 316 411\nFore\n592 483 m 1\n 529 187 l 2\n 515 121 490 83 434 43 c 0\n 384 6 324 -14 266 -14 c 0\n 208 -14 146 6 64 51 c 1\n 98 213 l 1\n 104 240 108 249 118 259 c 0\n 130 272 147 280 163 280 c 0\n 186 280 203 264 203 243 c 0\n 203 235 202 232 199 213 c 1\n 178 117 l 1\n 223 95 255 86 288 86 c 0\n 324 86 363 100 391 122 c 0\n 417 143 422 152 431 198 c 1\n 492 483 l 1\n 373 483 l 2\n 332 483 316 494 316 523 c 0\n 316 539 325 556 339 569 c 0\n 354 581 363 583 394 583 c 2\n 670 583 l 2\n 690 583 697 582 705 579 c 0\n 718 575 727 560 727 543 c 0\n 727 527 718 509 704 498 c 0\n 690 486 679 483 649 483 c 2\n 592 483 l 1\nEndSplineSet\nKernsSLIF: 197 -15 0 0 196 -15 0 0 198 -24 0 0 65 -15 0 0\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 600\nFlags: HMW\nHStem: 0 100<100 115 215 228 525 535> 483 100<296 296 296 331 613 626.5>\nVStem: 452 235\nFore\n238 208 m 1\n 215 100 l 1\n 250 100 l 2\n 270 100 276 99 284 96 c 0\n 297 92 306 76 306 60 c 0\n 306 44 297 27 283 15 c 0\n 270 4 256 0 228 0 c 2\n 79 0 l 2\n 38 0 22 12 22 40 c 0\n 22 56 31 73 45 85 c 0\n 60 98 68 100 100 100 c 2\n 115 100 l 1\n 196 483 l 1\n 181 483 l 2\n 140 483 125 494 125 523 c 0\n 125 539 134 556 148 569 c 0\n 163 581 171 583 203 583 c 2\n 352 583 l 2\n 372 583 379 582 387 579 c 0\n 400 575 409 560 409 543 c 0\n 409 527 400 509 386 498 c 0\n 372 486 361 483 331 483 c 2\n 296 483 l 1\n 265 334 l 1\n 475 487 l 1\n 459 493 452 503 452 520 c 0\n 452 538 461 556 476 568 c 0\n 490 581 499 583 530 583 c 2\n 631 583 l 2\n 650 583 657 582 665 579 c 0\n 678 575 687 560 687 544 c 0\n 687 527 678 510 664 498 c 0\n 650 486 640 483 613 483 c 1\n 404 330 l 1\n 459 298 503 215 525 100 c 1\n 557 100 l 2\n 577 100 583 99 592 96 c 0\n 604 92 614 76 614 61 c 0\n 614 45 605 26 591 15 c 0\n 577 4 563 0 535 0 c 2\n 426 0 l 1\n 409 143 365 240 308 259 c 1\n 238 208 l 1\nEndSplineSet\nKernsSLIF: 121 -56 0 0 252 -30 0 0 117 -30 0 0 246 -20 0 0 243 -20 0 0 111 -20 0 0 45 -50 0 0 101 -14 0 0 229 -1 0 0 230 23 0 0 228 -1 0 0 97 -1 0 0 84 -20 0 0 83 -17 0 0 214 -31 0 0 211 -31 0 0 338 -9 0 0 79 -31 0 0 71 -30 0 0 67 -32 0 0\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 600\nFlags: HW\nHStem: 0 100<98 177 278 492> 0 259<570 571> 483 100<201 257 358 437>\nVStem: 145 348<523 543>\nDStem: 258 483 358 483 177 100 277 100 512 192 612 192 492 100 571 0\nFore\n358 483 m 1\n 277 100 l 1\n 492 100 l 1\n 512 192 l 1\n 517 219 521 228 531 238 c 0\n 544 252 560 259 576 259 c 0\n 599 259 616 243 616 221 c 0\n 616 215 615 207 612 192 c 2\n 571 0 l 1\n 99 0 l 2\n 58 0 42 12 42 40 c 0\n 42 56 51 74 65 85 c 0\n 80 98 88 100 120 100 c 2\n 177 100 l 1\n 258 483 l 1\n 202 483 l 2\n 161 483 145 494 145 523 c 0\n 145 539 154 557 168 569 c 0\n 183 581 191 583 223 583 c 2\n 436 583 l 2\n 456 583 463 582 471 579 c 0\n 484 575 493 560 493 543 c 0\n 493 527 484 509 470 498 c 0\n 455 486 445 483 415 483 c 2\n 358 483 l 1\nEndSplineSet\nKernsSLIF: 121 -36 0 0 252 -14 0 0 117 -13 0 0 8217 -107 0 0 8221 -82 0 0 45 5 0 0 89 -59 0 0 87 -23 0 0 86 -61 0 0 220 -31 0 0 85 -31 0 0 84 -60 0 0 83 -32 0 0 213 -16 0 0 210 -16 0 0 214 -16 0 0 212 -16 0 0 211 -16 0 0 79 -16 0 0 71 -19 0 0 199 -19 0 0 67 -19 0 0 197 9 0 0 196 9 0 0 193 9 0 0 198 9 0 0 65 9 0 0\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 600\nFlags: HMW\nHStem: 0 100<50.5 63 163 176 448 483> 563 20<180 288 288 288 562 671 671 681>\nVStem: -10 264 370 264\nFore\n224 389 m 1\n 163 100 l 1\n 198 100 l 2\n 218 100 224 99 232 96 c 0\n 245 92 254 76 254 61 c 0\n 254 44 245 27 231 15 c 0\n 217 4 204 0 176 0 c 2\n 47 0 l 2\n 6 0 -10 11 -10 40 c 0\n -10 56 -1 74 13 85 c 0\n 27 97 38 100 63 100 c 1\n 144 483 l 1\n 115 486 102 498 102 523 c 0\n 102 539 111 557 125 569 c 0\n 139 580 149 583 180 583 c 2\n 288 583 l 1\n 363 286 l 1\n 562 583 l 1\n 671 583 l 2\n 691 583 698 582 706 579 c 0\n 719 575 728 560 728 544 c 0\n 728 530 722 515 711 504 c 0\n 698 490 688 485 664 483 c 1\n 583 100 l 1\n 618 100 634 88 634 61 c 0\n 634 44 625 26 611 15 c 0\n 597 4 584 0 556 0 c 2\n 427 0 l 2\n 386 0 370 11 370 40 c 0\n 370 56 379 73 393 85 c 0\n 408 98 416 100 448 100 c 2\n 483 100 l 1\n 544 389 l 1\n 380 138 l 1\n 289 138 l 1\n 224 389 l 1\nEndSplineSet\nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 600\nFlags: HMW\nHStem: 0 100<81 94 194 207> 483 100<519 533 633 645.5>\nVStem: 21 264 442 264\nFore\n256 394 m 1\n 194 100 l 1\n 229 100 l 2\n 249 100 255 99 263 96 c 0\n 276 92 285 77 285 61 c 0\n 285 44 276 27 262 15 c 0\n 249 4 235 0 207 0 c 2\n 78 0 l 2\n 37 0 21 11 21 40 c 0\n 21 56 30 73 44 85 c 0\n 58 97 68 100 94 100 c 1\n 175 483 l 1\n 160 483 l 2\n 119 483 104 494 104 523 c 0\n 104 539 113 556 127 568 c 0\n 141 580 151 583 182 583 c 2\n 296 583 l 1\n 471 191 l 1\n 533 483 l 1\n 498 483 l 2\n 457 483 442 494 442 523 c 0\n 442 539 451 556 465 569 c 0\n 480 581 488 583 519 583 c 2\n 649 583 l 2\n 669 583 676 582 684 579 c 0\n 697 575 706 560 706 543 c 0\n 706 527 697 510 683 498 c 0\n 669 486 658 483 633 483 c 1\n 530 0 l 1\n 432 0 l 1\n 256 394 l 1\nEndSplineSet\nKernsSLIF: 252 -12 0 0 117 -12 0 0 46 -98 0 0 248 -6 0 0 246 -12 0 0 243 -12 0 0 111 -12 0 0 233 -7 0 0 101 -7 0 0 44 -79 0 0 229 -14 0 0 230 14 0 0 228 -14 0 0 225 -15 0 0 97 -14 0 0 214 -10 0 0 211 -10 0 0 79 -10 0 0 71 -12 0 0 199 -10 0 0 67 -13 0 0 197 -10 0 0 196 -10 0 0 193 -10 0 0 198 -11 0 0 65 -10 0 0\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 600\nFlags: HMW\nHStem: -13 99 497 99\nVStem: 75 103<198 266> 546 102\nFore\n426 597 m 0\n 554 597 649 498 649 366 c 0\n 649 270 610 174 541 102 c 0\n 472 30 380 -14 297 -14 c 0\n 170 -14 75 86 75 220 c 0\n 75 312 116 411 182 481 c 0\n 250 552 345 597 426 597 c 0\n405 497 m 0\n 290 497 178 371 178 243 c 0\n 178 153 237 86 317 86 c 0\n 434 86 546 211 546 342 c 0\n 546 431 486 497 405 497 c 0\nEndSplineSet\nKernsSLIF: 89 -51 0 0 88 -28 0 0 87 -4 0 0 86 -32 0 0 84 -23 0 0 197 -21 0 0 196 -21 0 0 193 -21 0 0 198 -20 0 0 65 -21 0 0\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 313> 200 100<259 359> 200 383<237 258> 483 99<181 196 297 423>\nVStem: 23 348<40 61> 509 107<413 416>\nDStem: 197 483 297 483 116 100 258 300 197 483 237 200 116 100 216 100\nFore\n237 200 m 1\n 216 100 l 1\n 314 100 l 2\n 334 100 341 99 349 96 c 0\n 361 92 371 76 371 61 c 0\n 371 45 362 26 348 15 c 0\n 335 4 321 0 293 0 c 2\n 80 0 l 2\n 39 0 23 12 23 40 c 0\n 23 56 32 73 46 85 c 0\n 60 97 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 140 483 125 494 125 523 c 0\n 125 539 134 556 148 569 c 0\n 163 581 172 583 203 583 c 2\n 436 583 l 2\n 548 583 617 525 617 431 c 0\n 617 384 596 331 558 289 c 0\n 502 225 440 200 335 200 c 2\n 237 200 l 1\n297 483 m 1\n 258 300 l 1\n 376 300 l 2\n 454 300 509 347 509 414 c 0\n 509 457 473 483 415 483 c 2\n 297 483 l 1\nEndSplineSet\nKernsSLIF: 46 -183 0 0 248 -46 0 0 339 -18 0 0 246 -47 0 0 243 -47 0 0 111 -47 0 0 45 -39 0 0 233 -43 0 0 101 -43 0 0 44 -164 0 0 229 -54 0 0 230 -31 0 0 228 -54 0 0 225 -54 0 0 97 -54 0 0 74 -80 0 0 197 -65 0 0 196 -65 0 0 193 -65 0 0 198 -63 0 0 65 -65 0 0\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 600\nFlags: HMW\nHStem: -117 91 -6 91 497 99\nVStem: 75 102<198.5 306.5> 546 102\nFore\n269 -6 m 1\n 261 -30 l 1\n 286 -26 298 -25 312 -25 c 0\n 339 -25 363 -29 394 -38 c 0\n 416 -44 422 -45 434 -45 c 0\n 449 -45 458 -42 480 -30 c 0\n 506 -15 512 -13 524 -13 c 0\n 548 -13 565 -29 565 -52 c 0\n 565 -71 554 -90 536 -102 c 0\n 496 -129 450 -145 413 -145 c 0\n 389 -145 384 -144 340 -125 c 0\n 330 -121 308 -117 295 -117 c 0\n 273 -117 206 -128 163 -138 c 0\n 151 -141 141 -143 134 -143 c 0\n 113 -143 96 -125 96 -104 c 0\n 96 -83 103 -71 125 -53 c 2\n 200 7 l 1\n 145 43 119 67 102 101 c 0\n 85 135 75 177 75 220 c 0\n 75 413 246 597 427 597 c 0\n 555 597 649 497 649 363 c 0\n 649 243 586 130 476 53 c 0\n 416 10 360 -7 286 -7 c 0\n 284 -7 277 -7 269 -6 c 1\n405 497 m 0\n 290 497 177 371 177 242 c 0\n 177 152 237 85 317 85 c 0\n 434 85 546 210 546 342 c 0\n 546 431 486 497 405 497 c 0\nEndSplineSet\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 600\nFlags: HMW\nHStem: 0 100<101 116 216 229> 222 100<263 338> 483 100<297 297 297 409>\nVStem: 23 284 504 107\nFore\n242 222 m 1\n 216 100 l 1\n 251 100 l 2\n 269 100 277 99 285 96 c 0\n 298 92 307 76 307 60 c 0\n 307 44 298 27 284 15 c 0\n 271 4 257 0 229 0 c 2\n 80 0 l 2\n 39 0 23 11 23 40 c 0\n 23 56 32 73 46 85 c 0\n 61 97 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 126 494 126 523 c 0\n 126 539 135 556 149 569 c 0\n 164 581 172 583 204 583 c 2\n 427 583 l 2\n 542 583 612 528 612 438 c 0\n 612 362 564 301 469 254 c 1\n 506 214 534 166 561 100 c 1\n 574 100 l 2\n 616 100 631 90 631 60 c 0\n 631 44 622 27 608 15 c 0\n 595 4 581 0 553 0 c 2\n 475 0 l 1\n 444 98 377 207 338 222 c 1\n 242 222 l 1\n263 322 m 1\n 339 322 l 2\n 430 322 504 366 504 420 c 0\n 504 458 466 483 409 483 c 2\n 297 483 l 1\n 263 322 l 1\nEndSplineSet\nKernsSLIF: 121 -22 0 0 252 -9 0 0 250 -9 0 0 117 -9 0 0 339 24 0 0 246 -9 0 0 243 -9 0 0 111 -9 0 0 45 -30 0 0 233 -4 0 0 101 -4 0 0 229 7 0 0 230 32 0 0 228 7 0 0 225 6 0 0 97 7 0 0 89 -35 0 0 87 -10 0 0 86 -34 0 0 220 -21 0 0 85 -20 0 0 84 -36 0 0 214 -18 0 0 211 -18 0 0 338 3 0 0 79 -18 0 0 71 -18 0 0 199 -18 0 0 67 -19 0 0\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 600\nFlags: HMW\nHStem: -14 100<286.5 360.5> 497 100<369 435>\nVStem: 168 106 470 106<149 180>\nFore\n630 531 m 1\n 611 443 l 2\n 605 415 601 407 592 397 c 0\n 579 384 562 376 547 376 c 0\n 534 376 521 382 514 391 c 0\n 509 398 509 398 508 430 c 0\n 508 470 466 497 404 497 c 0\n 334 497 273 457 273 411 c 0\n 273 396 281 380 293 370 c 0\n 307 358 318 355 394 340 c 0\n 450 329 478 321 504 309 c 0\n 549 288 576 247 576 199 c 0\n 576 77 461 -14 306 -14 c 0\n 252 -14 202 -1 158 25 c 1\n 137 6 128 1 112 1 c 0\n 89 1 72 17 72 38 c 0\n 72 44 74 55 76 67 c 1\n 90 133 l 1\n 100 178 120 199 155 199 c 0\n 168 199 180 194 187 185 c 0\n 192 178 192 178 194 151 c 0\n 197 115 254 86 319 86 c 0\n 402 86 470 125 470 173 c 0\n 470 187 463 200 450 210 c 0\n 434 223 414 229 345 242 c 0\n 281 253 251 263 223 281 c 0\n 189 304 167 344 167 385 c 0\n 167 501 284 597 425 597 c 0\n 476 597 518 586 548 564 c 1\n 564 589 575 597 594 597 c 0\n 618 597 634 582 634 561 c 0\n 634 554 633 549 630 531 c 1\nEndSplineSet\nKernsSLIF: 116 -20 0 0 89 -37 0 0 87 -15 0 0 86 -16 0 0 84 -47 0 0 197 -16 0 0 196 -16 0 0 193 -16 0 0 198 -16 0 0 65 -16 0 0\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 600\nFlags: HMW\nHStem: 0 100<206 270 370 415> 483 100<245 352 245 245 452 561 452 452>\nVStem: 128 365\nFore\n452 483 m 1\n 370 100 l 1\n 436 100 l 2\n 456 100 462 99 471 96 c 0\n 484 92 493 77 493 61 c 0\n 493 44 484 27 470 15 c 0\n 456 4 442 0 415 0 c 2\n 184 0 l 2\n 144 0 128 12 128 40 c 0\n 128 56 137 73 151 85 c 0\n 166 98 174 100 206 100 c 2\n 270 100 l 1\n 352 483 l 1\n 245 483 l 1\n 225 390 l 2\n 219 363 216 355 206 345 c 0\n 193 332 176 324 161 324 c 0\n 139 324 121 341 121 361 c 0\n 121 368 122 378 125 390 c 1\n 166 583 l 1\n 682 583 l 1\n 641 390 l 2\n 635 362 632 355 622 345 c 0\n 610 332 593 324 577 324 c 0\n 554 324 537 340 537 361 c 0\n 537 368 538 377 541 390 c 2\n 561 483 l 1\n 452 483 l 1\nEndSplineSet\nKernsSLIF: 121 -4 0 0 119 5 0 0 118 6 0 0 117 -1 0 0 59 -106 0 0 115 -43 0 0 114 -33 0 0 46 -154 0 0 248 -36 0 0 111 -36 0 0 106 -53 0 0 105 -46 0 0 45 -96 0 0 8249 -81 0 0 171 -81 0 0 103 -28 0 0 101 -31 0 0 44 -136 0 0 58 -119 0 0 99 -42 0 0 230 -17 0 0 97 -39 0 0 89 -17 0 0 87 -2 0 0 86 4 0 0 83 -49 0 0 213 -22 0 0 216 -23 0 0 210 -22 0 0 214 -22 0 0 212 -22 0 0 211 -22 0 0 79 -22 0 0 74 -72 0 0 71 -27 0 0 67 -27 0 0 195 -35 0 0 197 -35 0 0 192 -35 0 0 196 -35 0 0 194 -35 0 0 193 -35 0 0 198 -35 0 0 65 -35 0 0\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 600\nFlags: HMW\nHStem: -14 100<288 354.5> 483 100<274 274 274 309 519 532 632 644.5>\nVStem: 111 100 441 264\nFore\n705 544 m 0\n 705 510.105 678.669 483 632 483 c 1\n 573 205 l 1\n 547 81 427 -14 298 -14 c 0\n 189 -14 110 59 110 158 c 0\n 110 173 112 188 115 205 c 1\n 174 483 l 1\n 138 483 123 495 123 523 c 0\n 123 539 132 557 146 569 c 0\n 161 581 170 583 201 583 c 2\n 331 583 l 2\n 353 583 357 583 365 579 c 0\n 378 575 387 559 387 544 c 0\n 387 527 378 509 364 498 c 0\n 350 486 339 483 309 483 c 2\n 274 483 l 1\n 213 196 l 1\n 212 189 211 182 211 176 c 0\n 211 124 257 86 319 86 c 0\n 390 86 458 135 471 196 c 2\n 532 483 l 1\n 497 483 l 2\n 456 483 441 494 441 523 c 0\n 441 539 450 556 464 569 c 0\n 479 581 487 583 519 583 c 2\n 648 583 l 2\n 668 583 675 582 683 579 c 0\n 696 575 705 560 705 544 c 0\nEndSplineSet\nKernsSLIF: 114 -36 0 0 46 -118 0 0 112 -3 0 0 110 -10 0 0 109 14 0 0 44 -98 0 0 195 -23 0 0 197 -23 0 0 196 -23 0 0 194 -23 0 0 193 -23 0 0 198 -22 0 0 65 -23 0 0\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 600\nFlags: HMW\nHStem: 0 21<249 347 249 249> 483 100<261 261 261 280 547 550 655 668.5>\nVStem: 91 267 469 266\nFore\n333 144 m 1\n 550 483 l 1\n 525 483 l 2\n 505 483 499 484 491 487 c 0\n 478 492 469 507 469 523 c 0\n 469 539 478 557 492 569 c 0\n 507 581 515 583 547 583 c 2\n 678 583 l 2\n 697 583 705 582 713 579 c 0\n 726 575 735 560 735 543 c 0\n 735 523 721 501 701 490 c 0\n 690 484 682 483 655 483 c 1\n 347 0 l 1\n 249 0 l 1\n 149 483 l 1\n 137 483 l 2\n 106 485 91 497 91 523 c 0\n 91 539 100 557 114 569 c 0\n 129 581 138 583 169 583 c 2\n 302 583 l 2\n 342.854 583 358 572.154 358 543 c 0\n 358 527 349 510 335 498 c 0\n 321 486 311 483 280 483 c 2\n 261 483 l 1\n 333 144 l 1\nEndSplineSet\nKernsSLIF: 121 -22 0 0 117 -21 0 0 59 -127 0 0 114 -51 0 0 46 -169 0 0 248 -51 0 0 111 -56 0 0 105 -64 0 0 45 -45 0 0 8249 -83 0 0 171 -83 0 0 103 -50 0 0 101 -51 0 0 44 -150 0 0 58 -139 0 0 230 -30 0 0 97 -59 0 0 84 3 0 0 83 -35 0 0 213 -32 0 0 216 -32 0 0 210 -32 0 0 214 -32 0 0 212 -32 0 0 211 -32 0 0 79 -32 0 0 71 -34 0 0 67 -34 0 0 195 -12 0 0 197 -12 0 0 192 -12 0 0 196 -12 0 0 194 -12 0 0 193 -12 0 0 198 -21 0 0 65 -12 0 0\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 600\nFlags: HMW\nHStem: 0 21<98 209 98 98 394 394 394 504> 417 20<345 448 448 448> 483 100<242 242 242 290 538 570 667 667>\nVStem: 102 267 460 265<528.5 531>\nFore\n359 277 m 1\n 209 0 l 1\n 98 0 l 1\n 139 483 l 1\n 114 486 102 498 102 519 c 0\n 102 537 111 556 126 569 c 0\n 141 581 149 583 180 583 c 2\n 312 583 l 2\n 332 583 338 582 347 579 c 0\n 360 575 369 560 369 543 c 0\n 369 527 360 509 346 498 c 0\n 331 486 320 483 290 483 c 2\n 242 483 l 1\n 221 211 l 1\n 345 437 l 1\n 448 437 l 1\n 476 211 l 1\n 570 483 l 1\n 516 483 l 2\n 475 483 460 494 460 523 c 0\n 460 539 469 556 483 569 c 0\n 497 581 506 583 538 583 c 2\n 668 583 l 2\n 688 583 695 582 703 579 c 0\n 716 575 725 560 725 544 c 0\n 725 513 702 489 667 483 c 1\n 504 0 l 1\n 394 0 l 1\n 359 277 l 1\nEndSplineSet\nKernsSLIF: 121 -6 0 0 117 -3 0 0 59 -86 0 0 114 -28 0 0 46 -105 0 0 248 -6 0 0 111 -11 0 0 105 -40 0 0 45 -3 0 0 8249 -38 0 0 171 -38 0 0 103 -5 0 0 101 -6 0 0 44 -86 0 0 58 -103 0 0 230 15 0 0 97 -14 0 0 84 -1 0 0 83 -21 0 0 213 -7 0 0 216 -3 0 0 210 -7 0 0 214 -7 0 0 212 -7 0 0 211 -7 0 0 79 -7 0 0 71 -8 0 0 67 -9 0 0 195 -15 0 0 197 -15 0 0 192 -15 0 0 196 -15 0 0 194 -15 0 0 193 -15 0 0 198 -14 0 0 65 -15 0 0\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 600\nFlags: HW\nHStem: 0 100<76 89> 563 20G<209 300 545 635>\nVStem: 19 245<40 60> 131 226<523 544> 356 245<40 60> 467 225<523 544>\nDStem: 179 483 308 484 298 298 379 375 298 298 347 220 89 100 219 100 347 220 427 297 423 100 552 100 495 484 623 483 379 375 427 297\nFore\n427 297 m 1\n 552 100 l 1\n 585 100 601 87 601 60 c 0\n 601 44 592 27 578 15 c 0\n 564 3 552 0 523 0 c 2\n 413 0 l 2\n 372 0 356 11 356 40 c 0\n 356 53 362 68 373 79 c 0\n 386 94 398 98 423 100 c 1\n 347 220 l 1\n 219 100 l 1\n 249 99 264 86 264 60 c 0\n 264 44 255 26 241 15 c 0\n 227 3 215 0 186 0 c 2\n 76 0 l 2\n 35 0 19 11 19 40 c 0\n 19 75 48 100 89 100 c 1\n 298 298 l 1\n 179 483 l 1\n 146 484 131 497 131 523 c 0\n 131 539 140 557 154 569 c 0\n 168 580 178 583 209 583 c 2\n 300 583 l 2\n 320 583 326 582 335 579 c 0\n 347 575 357 560 357 544 c 0\n 357 517 342 500 308 484 c 1\n 379 375 l 1\n 495 484 l 1\n 472 497 467 504 467 523 c 0\n 467 539 476 556 490 569 c 1\n 505 580 514 583 545 583 c 2\n 635 583 l 2\n 655 583 662 582 670 579 c 0\n 683 575 692 560 692 544 c 0\n 692 509 663 484 623 483 c 1\n 427 297 l 1\nEndSplineSet\nKernsSLIF: 121 -49 0 0 117 -36 0 0 111 -26 0 0 45 -55 0 0 101 -20 0 0 97 -7 0 0 81 -30 0 0 214 -31 0 0 79 -31 0 0 67 -33 0 0\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 600\nFlags: HW\nHStem: 0 100<182 272 373 436> 483 100<188 188 617 639>\nVStem: 128 366<40 61> 134 224<523 544> 467 227<523 544>\nDStem: 188 483 308 483 302 245 374 348 302 245 402 245 272 100 372 100 497 483 617 483 374 348 402 245\nFore\n402 245 m 1\n 372 100 l 1\n 437 100 l 2\n 457 100 464 99 472 96 c 0\n 485 92 494 76 494 61 c 0\n 494 45 485 26 471 15 c 0\n 457 4 444 0 416 0 c 2\n 185 0 l 2\n 144 0 128 12 128 40 c 0\n 128 56 137 74 151 85 c 0\n 166 98 175 100 206 100 c 2\n 272 100 l 1\n 302 245 l 1\n 188 483 l 1\n 182 483 l 2\n 151 483 134 497 134 523 c 0\n 134 539 143 557 157 568 c 0\n 172 581 181 583 212 583 c 2\n 302 583 l 2\n 322 583 328 582 336 579 c 0\n 349 575 358 560 358 544 c 0\n 358 517 341 496 308 483 c 1\n 374 348 l 1\n 497 483 l 1\n 475 492 467 503 467 523 c 0\n 467 539 476 556 490 569 c 1\n 504 580 514 583 545 583 c 2\n 638 583 l 2\n 658 583 664 582 672 579 c 0\n 685 575 694 559 694 544 c 0\n 694 527 685 510 671 498 c 0\n 657 486 645 483 620 483 c 2\n 617 483 l 1\n 402 245 l 1\nEndSplineSet\nKernsSLIF: 118 -38 0 0 117 -48 0 0 59 -139 0 0 46 -141 0 0 112 -34 0 0 248 -56 0 0 111 -68 0 0 105 -63 0 0 45 -87 0 0 8249 -99 0 0 171 -99 0 0 103 -62 0 0 101 -63 0 0 44 -123 0 0 58 -157 0 0 230 -36 0 0 97 -61 0 0 84 -17 0 0 83 -55 0 0 213 -52 0 0 216 -50 0 0 210 -52 0 0 214 -52 0 0 212 -52 0 0 211 -52 0 0 79 -52 0 0 71 -54 0 0 67 -54 0 0 195 -32 0 0 197 -32 0 0 192 -32 0 0 196 -32 0 0 194 -32 0 0 193 -32 0 0 198 -35 0 0 65 -32 0 0\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 600\nFlags: HW\nHStem: 0 100<223 448> 0 238<521 527> 483 100<299 476>\nDStem: 220 583 299 483 184 413 284 413 464 172 564 172 448 100 527 0 477 483 607 486 94 100 222 100\nFore\n222 100 m 1\n 448 100 l 1\n 464 172 l 1\n 469 198 474 208 483 218 c 0\n 495 230 512 238 528 238 c 0\n 551 238 568 222 568 200 c 0\n 568 192 568 191 564 172 c 2\n 527 0 l 1\n 73 0 l 1\n 94 100 l 1\n 477 483 l 1\n 299 483 l 1\n 284 413 l 1\n 278 387 274 377 265 368 c 0\n 252 355 235 347 219 347 c 0\n 197 347 179 364 179 384 c 0\n 179 392 179 394 184 413 c 1\n 220 583 l 1\n 628 583 l 1\n 607 486 l 1\n 222 100 l 1\nEndSplineSet\nKernsSLIF: 121 -55 0 0 118 -47 0 0\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 600\nFlags: HMW\nHStem: -148 100<340 378> 527 100<462 462 462 520>\nFore\n462 527 m 1\n 340 -48 l 1\n 399 -48 l 2\n 419 -48 425 -49 434 -52 c 0\n 447 -56 456 -71 456 -87 c 0\n 456 -104 447 -121 433 -133 c 0\n 419 -145 407 -148 378 -148 c 2\n 219 -148 l 1\n 384 627 l 1\n 542 627 l 2\n 562 627 568 626 576 623 c 0\n 589 618 598 604 598 588 c 0\n 598 572 589 554 575 542 c 0\n 561 530 550 527 520 527 c 2\n 462 527 l 1\nEndSplineSet\nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 600\nFlags: HW\nDStem: 224 610 322 651 400 -69 499 -27\nFore\n322 651 m 1\n 499 -27 l 2\n 502 -38 504 -48 504 -54 c 0\n 504 -84 474 -113 443 -113 c 0\n 418 -113 408 -103 400 -69 c 1\n 224 610 l 1\n 220 623 219 630 219 636 c 0\n 219 666 249 695 280 695 c 0\n 304 695 314 685 322 651 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 600\nFlags: HMW\nHStem: -148 100<182 240> 527 100<324 362>\nFore\n240 -48 m 1\n 362 527 l 1\n 303 527 l 2\n 283 527 277 528 268 531 c 0\n 255 535 246 550 246 566 c 0\n 246 583 255 600 269 612 c 0\n 283 624 295 627 324 627 c 2\n 483 627 l 1\n 318 -148 l 1\n 160 -148 l 2\n 140 -148 134 -147 126 -144 c 0\n 113 -139 104 -125 104 -109 c 0\n 104 -93 113 -75 127 -63 c 0\n 141 -51 152 -48 182 -48 c 2\n 240 -48 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 600\nFlags: HW\nDStem: 404 494 438 652 494 355 584 419 438 652 404 494 193 419 257 356\nFore\n404 494 m 1\n 257 356 l 2\n 229 330 221 325 202 325 c 0\n 178 325 161 342 161 365 c 0\n 161 384 168 395 193 419 c 2\n 438 652 l 1\n 584 419 l 2\n 595 402 598 395 598 384 c 0\n 598 355 567 325 536 325 c 0\n 517 325 510 330 494 355 c 2\n 404 494 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 600\nFlags: HMW\nHStem: -125 50<-61 564>\nVStem: -61 625<-125 -75>\nFore\n564 -75 m 1\n 564 -125 l 1\n -61 -125 l 1\n -61 -75 l 1\n 564 -75 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 600\nFlags: W\nDStem: 280 624 338 680 390 512 448 569\nFore\n338 680 m 2\n 448 569 l 1\n 459 559 464 549 464 540 c 0\n 464 517 441 496 418 496 c 0\n 409 496 402 500 390 512 c 2\n 280 624 l 1\n 269 634 264 644 264 652 c 0\n 264 675 286 696 310 696 c 0\n 320 696 326 693 338 680 c 2\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 600\nFlags: HMW\nHStem: 0 21<388 388 388 505> 196 92<295.5 337> 350 100<361.5 397.5>\nVStem: 65 109<108.5 112.5> 453 104\nFore\n388 0 m 1\n 393 23 l 1\n 340 -2 278 -16 219 -16 c 0\n 130 -16 65 32 65 98 c 0\n 65 127 79 159 105 190 c 0\n 158 253 244 288 346 288 c 0\n 378 288 408 285 447 278 c 1\n 449.516 289.574 453 297.302 453 311 c 0\n 453 338 426 350 369 350 c 0\n 337 350 295 344 249 333 c 0\n 232 329 218 327 207 327 c 0\n 185 327 169 343 169 366 c 0\n 169 388 182 408 202 417 c 0\n 236 433 334 450 389 450 c 0\n 493 450 557 407 557 337 c 0\n 557 324 556 314 553 302 c 1\n 510 100 l 1\n 527 100 l 2\n 547 100 553 99 561 96 c 0\n 574 92 583 77 583 61 c 0\n 583 44 574 27 560 15 c 0\n 547 3 534 0 505 0 c 2\n 388 0 l 1\n418 135 m 1\n 428 185 l 1\n 390 192 354 196 320 196 c 0\n 271 196 230 182 198 156 c 0\n 182 142 174 130 174 118 c 0\n 174 99 203 84 241 84 c 0\n 296 84 355 101 418 135 c 1\nEndSplineSet\nKernsSLIF: 121 -36 0 0 119 -13 0 0 118 -25 0 0 8217 -79 0 0 106 -85 0 0\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 600\nFlags: HW\nHStem: -14 100<323 345> 0 100<57 96> 351 100<394 417> 524 99<169 185>\nVStem: 519 104<244 269>\nDStem: 186 524 307 624 96 100 259 401\nFore\n307 624 m 1\n 259 401 l 1\n 309 435 360 451 418 451 c 0\n 479 451 528 437 560 409 c 0\n 600 376 623 324 623 269 c 0\n 623 201 592 129 541 77 c 0\n 481 16 409 -14 321 -14 c 0\n 263 -14 226 -1 182 35 c 1\n 174 0 l 1\n 58 0 l 2\n 18 0 2 11 2 40 c 0\n 2 56 11 73 25 85 c 0\n 39 97 49 100 80 100 c 2\n 96 100 l 1\n 186 524 l 1\n 170 524 l 2\n 128 524 113 535 113 564 c 0\n 113 580 122 598 136 610 c 0\n 150 621 160 624 191 624 c 2\n 307 624 l 1\n520 244 m 0\n 520 308.62 476.967 351 395 351 c 0\n 337 351 291 329 255 286 c 0\n 231 258 218 224 218 193 c 0\n 218 126 264 86 343 86 c 0\n 400 86 448 108 483 151 c 0\n 506 179 520 213 520 244 c 0\nEndSplineSet\nKernsSLIF: 121 -15 0 0 119 3 0 0 118 -4 0 0\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 600\nFlags: HMW\nHStem: -16 100<296.5 367> 350 100<360.5 407>\nVStem: 94 101\nFore\n622 384 m 1\n 606 307 l 1\n 600 282 596 271 586 261 c 0\n 574 249 557 241 541 241 c 0\n 529 241 515 247 508 255 c 0\n 502 262 501 268 501 289 c 0\n 501 306 497 316 486 325 c 0\n 463 341 429 350 385 350 c 0\n 321 350 271 327 234 282 c 0\n 210 252 195 213 195 178 c 0\n 195 115 245 84 348 84 c 0\n 428 84 464 94 512 128 c 0\n 523 136 533 140 545 140 c 0\n 568 140 585 123 585 99 c 0\n 585 79 570 57 544 39 c 0\n 491 2 417 -16 317 -16 c 0\n 244 -16 189 -2 154 26 c 0\n 115 56 93 104 93 156 c 0\n 93 223 124 297 174 351 c 0\n 234 416 314 450 407 450 c 0\n 463 450 509 440 544 420 c 1\n 554 441 567 450 588 450 c 0\n 612 450 626 436 626 412 c 0\n 626 405 625 400 622 384 c 1\nEndSplineSet\nKernsSLIF: 107 3 0 0 104 8 0 0\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 600\nFlags: HMW\nHStem: 351 100<333 373> 525 98\nVStem: 74 104\nFore\n664 624 m 1\n 553 100 l 1\n 569 100 l 2\n 589 100 595 99 603 96 c 0\n 616 92 625 77 625 60 c 0\n 625 44 616 26 602 15 c 0\n 588 3 577 0 547 0 c 2\n 431 0 l 1\n 439 35 l 1\n 379 -1 336 -14 278 -14 c 0\n 218 -14 170 0 137 28 c 0\n 97 61 74 113 74 168 c 0\n 74 236 105 308 156 360 c 0\n 217 422 288 451 378 451 c 0\n 437 451 481 435 517 401 c 1\n 543 525 l 1\n 527 525 l 2\n 485.892 525 470 535.272 470 565 c 0\n 470 580 479 598 493 610 c 0\n 508 622 517 624 548 624 c 2\n 664 624 l 1\n354 351 m 0\n 297 351 250 329 214 286 c 0\n 191 258 177 224 177 193 c 0\n 177 126 224 86 302 86 c 0\n 361 86 408 108 444 151 c 0\n 467 179 481 213 481 244 c 0\n 481 279 466 310 439 330 c 0\n 421 344 392 351 354 351 c 0\nEndSplineSet\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403>\nFore\n587 172 m 1\n 178 172 l 1\n 189 112 237 84 325 84 c 0\n 369 84 398 89 493 112 c 0\n 506 115 519 117 528 117 c 0\n 551 117 566 101 566 79 c 0\n 566 57 554 39 533 28 c 0\n 490 5 374 -16 294 -16 c 0\n 158 -16 74 55 74 169 c 0\n 74 318 221 450 387 450 c 0\n 517 450 600 375 600 259 c 0\n 600 228.305 592.498 198.805 587 172 c 1\n200 260 m 1\n 495 260 l 1\n 490 314 439 350 367 350 c 0\n 293 350 228 315 200 260 c 1\nEndSplineSet\nKernsSLIF: 121 -25 0 0 120 3 0 0 119 -4 0 0 118 -14 0 0 116 -16 0 0 8217 -64 0 0\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 600\nFlags: HMW\nHStem: 0 100<162 220 320 438> 337 100<245 270 392 521> 523 100<465.5 509.5>\nVStem: 166 433\nFore\n370 337 m 1\n 320 100 l 1\n 459 100 l 2\n 479 100 486 99 494 96 c 0\n 507 92 516 76 516 61 c 0\n 516 44 507 27 493 15 c 0\n 479 4 466 0 438 0 c 2\n 140 0 l 2\n 100 0 84 12 84 40 c 0\n 84 56 93 73 107 85 c 0\n 122 98 130 100 162 100 c 2\n 220 100 l 1\n 270 337 l 1\n 224 337 l 2\n 182 337 166 348 166 377 c 0\n 166 393 175 411 189 423 c 0\n 204 435 213 437 245 437 c 2\n 291 437 l 1\n 299 474 l 2\n 319 566 405 623 525 623 c 0\n 566 623 628 616 658 607 c 0\n 680 601 691 589 691 570 c 0\n 691 539 662 509 632 509 c 0\n 626 509 617 510 605 512 c 0\n 570 519 525 523 494 523 c 0\n 437 523 407 507 399 474 c 1\n 392 437 l 1\n 542 437 l 2\n 563 437 569 436 577 433 c 0\n 590 429 599 414 599 397 c 0\n 599 381 590 364 576 352 c 0\n 562 340 550 337 521 337 c 2\n 370 337 l 1\nEndSplineSet\nKernsSLIF: 116 -10 0 0 115 -46 0 0 8217 -78 0 0 248 -34 0 0 339 -17 0 0 246 -48 0 0 243 -51 0 0 111 -51 0 0 108 -30 0 0 106 -63 0 0 105 -40 0 0 102 -46 0 0 233 -46 0 0 101 -46 0 0 229 -38 0 0 230 -13 0 0 228 -38 0 0 225 -38 0 0 97 -38 0 0\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 600\nFlags: HW\nHStem: -205 100<162 295> -14 101<265 289> 337 100<581 619> 351 99<344 361>\nVStem: 73 104<168 193>\nDStem: 417 35 581 337 405 -20 505 -20\nFore\n495 401 m 1\n 502 437 l 1\n 619 437 l 2\n 639 437 645 436 653 433 c 0\n 666 429 675 414 675 397 c 0\n 675 381 666 364 652 352 c 0\n 638 340 627 337 597 337 c 2\n 581 337 l 1\n 505 -20 l 1\n 483 -126 384 -205 274 -205 c 2\n 163 -205 l 2\n 122 -205 106 -194 106 -165 c 0\n 106 -149 115 -131 129 -120 c 0\n 144 -107 153 -105 184 -105 c 2\n 293 -105 l 2\n 350 -105 394 -72 405 -20 c 2\n 417 35 l 1\n 363 1 317 -14 265 -14 c 0\n 151 -14 73 60 73 168 c 0\n 73 318 211 451 365 451 c 0\n 418 451 463 434 495 401 c 1\n345 351 m 0\n 259 351 176 274 176 193 c 0\n 176 130 223 86 289 86 c 0\n 377 86 459 163 459 244 c 0\n 459 307 412 351 345 351 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nKernsSLIF: 114 -5 0 0 246 -6 0 0 243 -6 0 0 108 -38 0 0 233 -1 0 0 101 -1 0 0 229 -7 0 0 230 21 0 0 228 -7 0 0 97 -7 0 0\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 600\nFlags: HMW\nHStem: 0 100<111 117 425 431> 350 100<402 419> 524 99\nVStem: 33 247 346 247\nFore\n328 624 m 1\n 278 389 l 1\n 327 430 376 450 428 450 c 0\n 516 450 574 401 574 325 c 0\n 574 312 573 298 570 284 c 2\n 530 100 l 1\n 536 100 l 2\n 557 100 563 99 571 96 c 0\n 584 91 593 76 593 60 c 0\n 593 44 584 27 570 15 c 0\n 556 3 544 0 515 0 c 2\n 403 0 l 2\n 362 0 346 11 346 40 c 0\n 346 56 355 73 369 85 c 0\n 384 97 394 100 425 100 c 2\n 431 100 l 1\n 467 271 l 1\n 470 283 471 294 471 302 c 0\n 471 331 442 350 396 350 c 0\n 348 350 324 339 256 283 c 1\n 217 100 l 1\n 223 100 l 2\n 243 100 249 99 258 96 c 0\n 270 91 280 76 280 60 c 0\n 280 44 271 26 257 15 c 0\n 243 3 230 0 201 0 c 2\n 89 0 l 2\n 49 0 33 11 33 40 c 0\n 33 56 42 73 56 85 c 0\n 71 97 80 100 111 100 c 2\n 117 100 l 1\n 207 524 l 1\n 191 524 l 2\n 149 524 134 535 134 564 c 0\n 134 580 143 598 157 610 c 0\n 171 621 181 624 212 624 c 2\n 328 624 l 1\nEndSplineSet\nKernsSLIF: 121 -29 0 0 8217 -71 0 0\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 372 472> 337 100<265 322> 518 105<351 446>\nVStem: 72 478\nFore\n443 437 m 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 60 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 322 337 l 1\n 244 337 l 2\n 202 337 186 348 186 377 c 0\n 186 393 195 411 209 422 c 0\n 224 435 233 437 265 437 c 2\n 443 437 l 1\n469 623 m 1\n 446 518 l 1\n 328 518 l 1\n 351 623 l 1\n 469 623 l 1\nEndSplineSet\nKernsSLIF: 106 -145 0 0 84 -64 0 0\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 600\nFlags: HMW\nHStem: -205 100<161 253> 337 100<279 460> 518 105<443 540>\nFore\n460 337 m 1\n 258 337 l 2\n 217 337 201 348 201 377 c 0\n 201 393 210 410 224 422 c 0\n 239 435 248 437 279 437 c 2\n 581 437 l 1\n 484 -20 l 1\n 462 -125 362 -205 253 -205 c 2\n 140 -205 l 2\n 99 -205 83 -194 83 -165 c 0\n 83 -149 92 -132 106 -120 c 0\n 121 -107 130 -105 161 -105 c 2\n 271 -105 l 2\n 329 -105 373 -72 384 -20 c 2\n 460 337 l 1\n563 623 m 1\n 540 518 l 1\n 421 518 l 1\n 443 623 l 1\n 563 623 l 1\nEndSplineSet\nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 600\nFlags: HW\nHStem: 0 100<97 136 492 525> 337 100<501 550> 524 99<209 225>\nVStem: 329 253<40 60> 359 247<376 398>\nDStem: 226 524 347 624 136 100 275 287 226 524 249 164 136 100 215 0 270 178 362 241 354 87 492 100 367 350 501 337 275 287 362 241\nFore\n249 164 m 1\n 215 0 l 1\n 98 0 l 2\n 58 0 42 11 42 40 c 0\n 42 56 51 73 65 85 c 0\n 79 97 89 100 120 100 c 2\n 136 100 l 1\n 226 524 l 1\n 210 524 l 2\n 169.101 524 153 534.332 153 563 c 0\n 153 580 162 598 176 610 c 0\n 190 621 201 624 231 624 c 2\n 347 624 l 1\n 275 287 l 1\n 367 350 l 1\n 361 361 359 366 359 376 c 0\n 359 393 367 410 382 422 c 0\n 396 434 407 437 437 437 c 2\n 549 437 l 2\n 590 437 606 426 606 398 c 0\n 606 381 597 364 583 352 c 0\n 568 340 558 337 528 337 c 2\n 501 337 l 1\n 362 241 l 1\n 492 100 l 1\n 525 100 l 2\n 544 100 552 99 560 96 c 0\n 573 92 582 76 582 60 c 0\n 582 44 573 27 559 15 c 0\n 545 3 532 0 504 0 c 2\n 386 0 l 2\n 345 0 329 11 329 40 c 0\n 329 57 336 71 354 87 c 1\n 270 178 l 1\n 249 164 l 1\nEndSplineSet\nKernsSLIF: 252 -7 0 0 117 -7 0 0 115 -13 0 0 46 -80 0 0 246 -22 0 0 243 -22 0 0 111 -22 0 0 45 -53 0 0 103 -16 0 0 233 -17 0 0 101 -17 0 0 44 -67 0 0 229 -5 0 0 230 20 0 0 228 -5 0 0 225 -5 0 0 97 -5 0 0\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 372 472> 524 100<305 362>\nVStem: 72 478\nFore\n483 624 m 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 60 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 362 524 l 1\n 283 524 l 2\n 267 524 256 525 249 528 c 0\n 236 532 226 548 226 564 c 0\n 226 580 235 598 250 610 c 0\n 264 621 274 624 305 624 c 2\n 483 624 l 1\nEndSplineSet\nKernsSLIF: 121 -78 0 0 118 -77 0 0\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 600\nFlags: HMW\nHStem: 0 100<42 48 48 63> 417 20<141 234 234 234>\nVStem: -9 223<52 57.5>\nFore\n234 437 m 1\n 229 413 l 1\n 270 441 292 450 322 450 c 0\n 361 450 391 434 413 401 c 1\n 452 435 487 450 527 450 c 0\n 590 450 634 409 634 350 c 0\n 634 337 633 330 631 319 c 1\n 584 100 l 1\n 618 100 635 87 635 60 c 0\n 635 44 626 27 612 15 c 0\n 598 3 585 0 557 0 c 2\n 463 0 l 1\n 529 311 l 1\n 531 318 531 324 531 330 c 0\n 530 343 521 350 503 350 c 0\n 476 350 459 341 417 305 c 1\n 374 100 l 1\n 407 100 424 87 424 60 c 0\n 424 44 415 27 401 15 c 0\n 387 3 374 0 346 0 c 2\n 252 0 l 1\n 318 311 l 1\n 320 318 321 326 321 329 c 0\n 321 343 311 350 293 350 c 0\n 265 350 243 339 206 305 c 1\n 163 100 l 1\n 197 100 214 87 214 60 c 0\n 214 44 205 27 191 15 c 0\n 177 3 164 0 136 0 c 2\n 48 0 l 2\n 7 0 -9 11 -9 40 c 0\n -9 75 21 100 63 100 c 1\n 113 337 l 1\n 79 337 62 350 62 377 c 0\n 62 393 71 410 86 422 c 0\n 100 434 110 437 141 437 c 2\n 234 437 l 1\nEndSplineSet\nKernsSLIF: 121 2 0 0 119 22 0 0 118 13 0 0 112 31 0 0\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 600\nFlags: HW\nHStem: 0 100<88 117 218 223 415 432> 350 100<394 428> 417 20G<194 288>\nVStem: 33 246<40 60> 359 224<40 60> 472 103<301 328>\nDStem: 167 337 255 282 117 100 217 100 469 278 570 282 432 100 531 100\nFore\n288 437 m 1\n 278 389 l 1\n 336 435 373 450 428 450 c 0\n 516 450 575 401 575 328 c 0\n 575 312 573 298 570 282 c 1\n 531 100 l 1\n 566 100 583 87 583 60 c 0\n 583 44 574 27 560 15 c 0\n 546 3 533 0 505 0 c 2\n 416 0 l 2\n 375 0 359 11 359 40 c 0\n 359 56 368 73 382 85 c 0\n 396 97 407 100 432 100 c 1\n 469 278 l 2\n 471 287 472 294 472 301 c 0\n 472 333 444 350 394 350 c 0\n 348 350 313 333 255 282 c 1\n 217 100 l 1\n 223 100 l 2\n 243 100 249 99 257 96 c 0\n 270 91 279 76 279 60 c 0\n 279 44 270 27 256 15 c 0\n 242 3 230 0 201 0 c 2\n 89 0 l 2\n 49 0 33 11 33 40 c 0\n 33 56 42 73 56 85 c 0\n 70 97 80 100 111 100 c 2\n 117 100 l 1\n 167 337 l 1\n 132 337 115 350 115 377 c 0\n 115 393 124 411 138 422 c 0\n 153 434 163 437 194 437 c 2\n 288 437 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nKernsSLIF: 121 -28 0 0 119 -6 0 0 118 -17 0 0 8217 -69 0 0 112 2 0 0 84 -47 0 0\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 600\nFlags: HMW\nHStem: -16 100<279.5 368.5> 350 99\nVStem: 85 101 507 101\nFore\n399 450 m 0\n 523 450 609 372 609 260 c 0\n 609 115 460 -16 297 -16 c 0\n 169 -16 84 60 84 174 c 0\n 84 231 111 295 158 346 c 0\n 216 410 308 450 399 450 c 0\n376 350 m 0\n 274 350 186 277 186 192 c 0\n 186 129 241 84 318 84 c 0\n 419 84 507 158 507 242 c 0\n 507 305 452 350 376 350 c 0\nEndSplineSet\nKernsSLIF: 121 -21 0 0 120 -10 0 0 119 -3 0 0 118 -10 0 0 116 -16 0 0 8217 -61 0 0 84 -39 0 0\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 600\nFlags: HW\nHStem: -205 100<13 52 153 210> 10 100<326 348> 337 99<128 145> 350 99<398 406> 417 20G<151 267>\nVStem: -42 308<-165 -144> 522 100<251 259>\nDStem: 146 337 188 66 52 -105 152 -105\nFore\n188 66 m 1\n 152 -105 l 1\n 210 -105 l 2\n 228 -105 236 -106 244 -109 c 0\n 257 -113 266 -128 266 -144 c 0\n 266 -161 257 -178 243 -190 c 0\n 229 -202 218 -205 188 -205 c 2\n 14 -205 l 2\n -26 -205 -42 -194 -42 -165 c 0\n -42 -149 -33 -132 -19 -120 c 0\n -5 -108 5 -105 36 -105 c 2\n 52 -105 l 1\n 146 337 l 1\n 129 337 l 2\n 88 337 73 348 73 377 c 0\n 73 393 82 410 96 422 c 0\n 110 434 120 437 151 437 c 2\n 267 437 l 1\n 257 392 l 1\n 315 434 361 450 423 450 c 0\n 545 450 623 379 623 269 c 0\n 623 127 490 10 329 10 c 0\n 272 10 231 27 188 66 c 1\n398 350 m 0\n 301 350 225 290 221 211 c 0\n 220 186 232 157 251 139 c 0\n 273 120 304 110 346 110 c 0\n 387 110 423 120 453 139 c 0\n 494 166 522 211 522 252 c 0\n 522 312 473 350 398 350 c 0\nEndSplineSet\nKernsSLIF: 121 -12 0 0 116 -7 0 0\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 600\nFlags: HW\nHStem: -205 100<328 408 508 525> 10 100<277 305> 337 100<602 640> 350 100<349 375>\nVStem: 76 104<177 208> 272 309<-166 -145>\nDStem: 444 66 602 337 408 -105 508 -105\nFore\n408 -105 m 1\n 444 66 l 1\n 384 26 336 10 277 10 c 0\n 158 10 75 78 75 177 c 0\n 75 250 114 328 177 381 c 0\n 231 426 300 450 373 450 c 0\n 435 450 474 434 514 392 c 1\n 523 437 l 1\n 640 437 l 2\n 660 437 666 436 674 433 c 0\n 687 428 696 414 696 397 c 0\n 696 381 687 364 673 352 c 0\n 659 340 648 337 618 337 c 2\n 602 337 l 1\n 508 -105 l 1\n 524 -105 l 2\n 544 -105 550 -106 559 -109 c 0\n 572 -114 581 -128 581 -145 c 0\n 581 -161 572 -178 558 -190 c 0\n 544 -202 532 -205 503 -205 c 2\n 329 -205 l 2\n 312 -205 301 -204 294 -201 c 0\n 282 -197 272 -181 272 -166 c 0\n 272 -150 281 -131 295 -120 c 0\n 309 -108 320 -105 350 -105 c 2\n 408 -105 l 1\n356 350 m 0\n 314 350 279 340 248 321 c 0\n 207 294 179 249 179 208 c 0\n 179 148 228 110 305 110 c 0\n 347 110 383 120 413 139 c 0\n 453 165 482 211 482 249 c 0\n 482 313 435 350 356 350 c 0\nEndSplineSet\nKernsSLIF: 117 37 0 0\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 600\nFlags: HMW\nHStem: 0 100<141 200 300 418> 338 99<236 250>\nFore\n371 437 m 1\n 358 373 l 1\n 455 434 492 449 541 449 c 0\n 594 449 650 410 650 375 c 0\n 650 345 619 314 588 314 c 0\n 556.58 314 549.626 350 517 350 c 0\n 486 350 438 323 331 248 c 1\n 300 100 l 1\n 439 100 l 2\n 459 100 466 99 474 96 c 0\n 487 92 496 76 496 60 c 0\n 496 44 487 27 473 15 c 0\n 459 4 446 0 418 0 c 2\n 120 0 l 2\n 80 0 64 11 64 40 c 0\n 64 56 73 73 87 85 c 0\n 101 98 110 100 141 100 c 2\n 200 100 l 1\n 250 338 l 1\n 215 338 l 2\n 175 338 159 349 159 377 c 0\n 159 393 168 410 182 422 c 0\n 195 433 211 437 236 437 c 2\n 371 437 l 1\nEndSplineSet\nKernsSLIF: 122 -24 0 0 121 10 0 0 120 2 0 0 119 21 0 0 118 22 0 0 117 15 0 0 116 15 0 0 59 -88 0 0 115 -25 0 0 114 -17 0 0 8217 -45 0 0 113 -8 0 0 46 -126 0 0 112 25 0 0 248 -16 0 0 242 -16 0 0 339 15 0 0 246 -16 0 0 244 -16 0 0 243 -16 0 0 111 -16 0 0 110 5 0 0 109 31 0 0 108 -50 0 0 107 -33 0 0 106 -38 0 0 105 -30 0 0 45 -48 0 0 104 -23 0 0 103 -9 0 0 102 -20 0 0 232 -11 0 0 234 -11 0 0 233 -11 0 0 101 -11 0 0 100 -13 0 0 44 -112 0 0 58 -100 0 0 231 -18 0 0 99 -23 0 0 229 -22 0 0 224 -22 0 0 228 -22 0 0 226 -22 0 0 225 -22 0 0 97 -22 0 0\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 600\nFlags: HW\nHStem: -16 100<300 329> 1 166<124 159> 281 169<516 555> 350 100<370 396>\nVStem: 156 113<289 312> 444 112<131 150>\nFore\n516 281 m 0\n 490.207 281 480.425 295.724 472 321 c 1\n 449 341 418 350 376 350 c 0\n 321 350 269 331 269 312 c 0\n 269 305 278 296 291 291 c 0\n 303 286 309 285 371 276 c 0\n 444 266 481 255 507 239 c 0\n 538 219 556 187 556 150 c 0\n 556 57 445 -16 301 -16 c 0\n 243 -16 195 -6 159 13 c 1\n 145 4 137 1 124 1 c 0\n 100 1 83 16 83 39 c 0\n 83 45 84 52 87 67 c 2\n 94 100 l 2\n 104 146 124 167 159 167 c 0\n 185 167 198 153 201 123 c 1\n 224 97 264 84 318 84 c 0\n 386 84 444 106 444 131 c 0\n 444 143 434 155 417 162 c 0\n 402 169 381 173 328 179 c 0\n 206 192 156 224 156 289 c 0\n 156 379 260 450 394 450 c 0\n 442 450 482 442 517 424 c 1\n 530 444 539 450 555 450 c 0\n 577 450 592 436 592 414 c 0\n 592 407 591 398 588 384 c 2\n 580 347 l 2\n 574 320 571 311 561 301 c 0\n 548 289 531 281 516 281 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nKernsSLIF: 116 -14 0 0 8217 -62 0 0\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 600\nFlags: HW\nHStem: -16 100<291 318> 337 100<150 185 308 489> 337 254<286 293>\nVStem: 94 451<377 397> 137 104<92 117> 138 409<80 84>\nDStem: 186 337 286 337 140 122 244 141 226 525 326 525 207 437 307 437\nFore\n286 337 m 1\n 244 141 l 2\n 242 132 241 123 241 117 c 0\n 241 95 267 84 318 84 c 0\n 371 84 422 95 472 118 c 0\n 490 127 497 129 508 129 c 0\n 531 129 547 113 547 89 c 0\n 547 67 536 50 512 37 c 0\n 457 7 361 -16 291 -16 c 0\n 247 -16 203 -4 174 16 c 0\n 151 32 137 60 137 92 c 0\n 137 104 138 112 140 122 c 2\n 186 337 l 1\n 151 337 l 2\n 110 337 94 348 94 377 c 0\n 94 393 103 411 117 423 c 0\n 132 435 140 437 172 437 c 2\n 207 437 l 1\n 226 525 l 1\n 231 551 235 561 245 571 c 0\n 257 583 274 591 290 591 c 0\n 313 591 330 575 330 553 c 0\n 330 545 330 544 326 525 c 2\n 307 437 l 1\n 488 437 l 2\n 508 437 514 436 523 433 c 0\n 536 429 545 414 545 397 c 0\n 545 381 536 364 522 352 c 0\n 508 340 496 337 467 337 c 2\n 286 337 l 1\nEndSplineSet\nMinimumDistance: x26,-1 \nKernsSLIF: 59 -107 0 0 8217 -102 0 0 246 -36 0 0 243 -36 0 0 111 -36 0 0 104 -8 0 0 233 -30 0 0 101 -30 0 0 58 -121 0 0 229 -21 0 0 230 4 0 0 228 -21 0 0 225 -21 0 0 97 -21 0 0 83 -40 0 0\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 600\nFlags: HMW\nHStem: 0 21<410 504 410 410> 338 99<468 482>\nVStem: 124 102\nFore\n603 437 m 1\n 531 100 l 1\n 566 100 583 87 583 61 c 0\n 583 44 574 26 559 15 c 1\n 546 3 533 0 504 0 c 2\n 410 0 l 1\n 420 48 l 1\n 360 1 326 -13 270 -13 c 0\n 182 -13 123 36 123 110 c 0\n 123 127 124 140 128 156 c 1\n 166 338 l 1\n 150 338 l 2\n 110 338 94 349 94 378 c 0\n 94 393 103 411 117 423 c 0\n 131 434 141 437 172 437 c 2\n 288 437 l 1\n 229 159 l 1\n 227 151 226 144 226 136 c 0\n 226 105 253 87 301 87 c 0\n 351 87 380 101 443 155 c 1\n 482 338 l 1\n 447 338 l 2\n 406 338 390 349 390 377 c 0\n 390 393 399 411 413 423 c 0\n 428 434 437 437 468 437 c 2\n 603 437 l 1\nEndSplineSet\nKernsSLIF: 8217 -58 0 0\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 600\nFlags: HMW\nHStem: 0 21<247 350 247 247> 337 100<264 264 264 270 589 589 589 605>\nVStem: 81 266 414 269\nFore\n327 122 m 1\n 481 337 l 1\n 471 337 l 2\n 430 337 414 348 414 377 c 0\n 414 393 423 410 437 422 c 0\n 451 434 461 437 492 437 c 2\n 626 437 l 2\n 645 437 653 436 661 433 c 0\n 674 429 683 414 683 398 c 0\n 683 381 674 364 660 352 c 0\n 646 340 635 337 605 337 c 2\n 589 337 l 1\n 350 0 l 1\n 247 0 l 1\n 151 337 l 1\n 138 337 l 2\n 97 337 81 348 81 377 c 0\n 81 393 90 410 104 422 c 0\n 118 434 129 437 159 437 c 2\n 291 437 l 2\n 309 437 317 436 325 433 c 0\n 338 429 347 413 347 397 c 0\n 347 381 338 364 324 352 c 0\n 310 340 299 337 270 337 c 2\n 264 337 l 1\n 327 122 l 1\nEndSplineSet\nKernsSLIF: 59 -74 0 0 115 -15 0 0 46 -159 0 0 248 -10 0 0 242 -11 0 0 246 -11 0 0 243 -11 0 0 111 -11 0 0 108 -79 0 0 45 -28 0 0 103 -2 0 0 232 -6 0 0 234 -6 0 0 233 -6 0 0 101 -6 0 0 44 -139 0 0 58 -86 0 0 99 -17 0 0 227 -7 0 0 229 -7 0 0 224 -7 0 0 230 15 0 0 228 -7 0 0 226 -7 0 0 225 -7 0 0 97 -7 0 0\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 600\nFlags: HW\nHStem: 0 343<373 421> 338 99<233.031 254 513 520>\nVStem: 82 226<377 398> 457 227<377 397>\nDStem: 127 338 233 338 140 0 239 185 521 338 620 338 448 185 465 0\nFore\n340 181 m 1\n 234 0 l 1\n 140 0 l 1\n 127 338 l 1\n 97 339 82 352 82 377 c 0\n 82 393 91 411 105 422 c 0\n 120 435 129 437 160 437 c 2\n 252 437 l 2\n 272 437 278 436 286 433 c 0\n 299 429 308 414 308 398 c 0\n 308 382 299 364 286 352 c 0\n 272 341 263 338 233 338 c 1\n 239 185 l 1\n 332 343 l 1\n 421 343 l 1\n 448 185 l 1\n 521 338 l 1\n 514 338 l 2\n 495 338 487 339 479 342 c 0\n 466 346 457 361 457 377 c 0\n 457 393 466 411 480 422 c 0\n 494 434 504 437 535 437 c 2\n 627 437 l 2\n 647 437 654 436 662 433 c 0\n 675 429 684 414 684 397 c 0\n 684 384 678 369 667 358 c 0\n 654 344 643 340 620 338 c 1\n 465 0 l 1\n 373 0 l 1\n 340 181 l 1\nEndSplineSet\nKernsSLIF: 59 -74 0 0 115 -13 0 0 46 -112 0 0 242 -4 0 0 246 -4 0 0 243 -4 0 0 111 -4 0 0 108 -51 0 0 45 -1 0 0 103 2 0 0 44 -93 0 0 58 -86 0 0 99 -8 0 0 227 -6 0 0 229 -6 0 0 224 -6 0 0 230 22 0 0 228 -6 0 0 226 -6 0 0 225 -7 0 0 97 -6 0 0\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 600\nFlags: HMW\nHStem: 0 21<66.5 87 87 197 379.5 400 400 512> 417 20<198 291 291 301 492 584 584 594>\nVStem: 414 227<381.5 384>\nFore\n421 227 m 1\n 545 100 l 1\n 575 99 590 86 590 60 c 0\n 590 44 581 27 567 15 c 0\n 553 3 541 0 512 0 c 2\n 400 0 l 2\n 359 0 343 11 343 40 c 0\n 343 67 364 92 395 100 c 1\n 333 161 l 1\n 246 100 l 1\n 269 89 276 81 276 62 c 0\n 276 45 267 27 253 15 c 0\n 239 3 226 0 197 0 c 2\n 87 0 l 2\n 46 0 30 11 30 40 c 0\n 30 53 36 68 47 79 c 0\n 60 94 72 98 96 100 c 1\n 268 228 l 1\n 163 337 l 1\n 134 340 120 353 120 377 c 0\n 120 393 129 411 143 422 c 0\n 158 434 168 437 198 437 c 2\n 291 437 l 2\n 311 437 317 436 325 433 c 0\n 338 428 347 414 347 397 c 0\n 347 377 333 355 310 342 c 1\n 361 293 l 1\n 432 343 l 1\n 419 354 414 363 414 376 c 0\n 414 392 423 410 437 422 c 0\n 452 434 462 437 492 437 c 2\n 584 437 l 2\n 604 437 610 436 619 433 c 0\n 632 429 641 414 641 398 c 0\n 641 365 615 341 576 337 c 1\n 421 227 l 1\nEndSplineSet\nKernsSLIF: 113 -9 0 0 111 -12 0 0 233 -7 0 0 101 -7 0 0 99 -16 0 0 97 -1 0 0\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 600\nFlags: HMW\nHStem: -205 100<65 165> 337 100<255 255 599 599>\nVStem: 435 227<381 385>\nFore\n243 3 m 1\n 142 337 l 1\n 115 341 102 353 102 377 c 0\n 102 393 111 411 125 422 c 0\n 140 434 149 437 180 437 c 2\n 270 437 l 2\n 290 437 296 436 304 433 c 0\n 317 429 326 414 326 398 c 0\n 326 362 297 338 255 337 c 1\n 323 114 l 1\n 489 337 l 1\n 484 337 l 2\n 452 337 435 351 435 377 c 0\n 435 393 444 411 458 422 c 0\n 472 434 482 437 513 437 c 2\n 605 437 l 2\n 625 437 632 436 640 433 c 0\n 653 429 662 414 662 397 c 0\n 662 365 636 341 599 337 c 1\n 274 -105 l 1\n 279 -105 l 2\n 298 -105 306 -106 314 -109 c 0\n 327 -113 336 -128 336 -144 c 0\n 336 -161 327 -178 313 -190 c 0\n 299 -202 287 -205 258 -205 c 2\n 44 -205 l 2\n 3 -205 -13 -194 -13 -165 c 0\n -13 -149 -4 -132 10 -120 c 0\n 25 -108 34 -105 65 -105 c 2\n 165 -105 l 1\n 243 3 l 1\nEndSplineSet\nKernsSLIF: 59 -84 0 0 115 -24 0 0 46 -158 0 0 248 -19 0 0 242 -20 0 0 246 -20 0 0 243 -20 0 0 111 -20 0 0 108 -79 0 0 45 -23 0 0 103 -11 0 0 232 -14 0 0 234 -14 0 0 233 -14 0 0 101 -14 0 0 44 -137 0 0 58 -96 0 0 99 -25 0 0 227 -17 0 0 229 -17 0 0 224 -17 0 0 230 4 0 0 228 -17 0 0 226 -17 0 0 225 -18 0 0 97 -17 0 0\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 600\nFlags: HW\nHStem: 0 100<266 441> 0 154<490.488 504> 337 100<269 416>\nDStem: 417 337 582 356 103 83 265 100\nFore\n265 100 m 1\n 441 100 l 1\n 451 135 472 154 502 154 c 0\n 525 154 542 138 542 117 c 0\n 542 110 541 103 538 88 c 2\n 519 0 l 1\n 85 0 l 1\n 103 83 l 1\n 417 337 l 1\n 269 337 l 1\n 267 328 l 2\n 261 301 258 293 248 283 c 0\n 235 270 219 262 203 262 c 0\n 180 262 163 278 163 299 c 0\n 163 305 165 319 167 328 c 2\n 190 437 l 1\n 599 437 l 1\n 582 356 l 1\n 265 100 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 600\nFlags: HW\nVStem: 217 169<194 227> 241 102<-48 -30>\nDStem: 280 151 378 142 244 -22 345 -15 353 492 451 485 318 328 418 328\nFore\n451 485 m 1\n 418 328 l 1\n 408 284 398 266 370 240 c 1\n 381 222 386 209 386 194 c 0\n 386 184 383 164 378 142 c 1\n 345 -15 l 1\n 344 -21 343 -27 343 -30 c 0\n 343 -46 349 -51 373 -52 c 0\n 398 -54 413 -69 413 -91 c 0\n 413 -126 383 -153 345 -153 c 0\n 286 -153 241 -108 241 -48 c 0\n 241 -39 242 -31 244 -22 c 2\n 280 151 l 1\n 282 158 283 165 283 169 c 0\n 283 181 276 187 256 189 c 0\n 229 192 217 204 217 227 c 0\n 217 262 240 286 278 290 c 0\n 304 293 312 300 318 328 c 2\n 353 492 l 2\n 368 563 440 623 511 623 c 0\n 539 623 556 608 556 583 c 0\n 556 552 529 525 495 522 c 1\n 468 522 458 513 451 485 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 600\nFlags: HW\nDStem: 368 556 468 556 231 -87 331 -87\nFore\n468 556 m 2\n 331 -87 l 1\n 326 -113 322 -122 312 -132 c 0\n 299 -145 283 -153 267 -153 c 0\n 244 -153 227 -137 227 -116 c 0\n 227 -109 228 -100 231 -87 c 1\n 368 556 l 1\n 373 581 378 592 387 601 c 0\n 399 614 416 622 432 622 c 0\n 455 622 472 606 472 584 c 0\n 472 578 471 570 468 556 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 600\nFlags: HMW\nVStem: 314 169\nFore\n249 -15 m 1\n 282 142 l 1\n 292 186 302 204 330 230 c 1\n 319 248 314 261 314 276 c 0\n 314 286 317 306 322 328 c 1\n 355 485 l 1\n 356 491 357 497 357 500 c 0\n 357 516 351 521 327 522 c 0\n 302 524 287 539 287 562 c 0\n 287 596 317 623 355 623 c 0\n 414 623 459 578 459 518 c 0\n 459 509 458 501 456 492 c 2\n 420 319 l 1\n 418 312 417 305 417 301 c 0\n 417 289 424 283 444 281 c 0\n 471 278 483 266 483 243 c 0\n 483 208 460 184 422 180 c 0\n 396 177 388 169 382 142 c 2\n 347 -22 l 2\n 332 -93 260 -153 189 -153 c 0\n 161 -153 144 -138 144 -113 c 0\n 144 -82 171 -55 205 -52 c 1\n 232 -52 242 -43 249 -15 c 1\nEndSplineSet\nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 600\nFlags: HMW\nHStem: 179 105<445 451>\nFore\n565 364 m 0\n 588 364 606 347 606 324 c 0\n 606 305 596 288 571 262 c 0\n 506 197 474 179 428 179 c 0\n 390 179 356 200 308 254 c 0\n 291 272 279 281 271 281 c 0\n 262 281 250 272 216 239 c 0\n 183 207 174 201 156 201 c 0\n 133 201 114 219 114 240 c 0\n 114 264 128 284 169 322 c 0\n 218 367 253 385 295 385 c 0\n 337 385 361 370 416 307 c 0\n 430 292 441 284 449 284 c 0\n 460 284 477 297 508 330 c 0\n 534 357 546 364 565 364 c 0\nEndSplineSet\nEndChar\nStartChar: nonbreakingspace\nEncoding: 160 160 95\nWidth: 600\nFlags: HW\nRef: 32 32 N 1 0 0 1 0 0\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 96\nWidth: 600\nFlags: HMW\nHStem: 294 132\nVStem: 300 153<353 366.5>\nFore\n197 -114 m 1\n 289 183 l 1\n 299 214 321 232 349 232 c 0\n 374 232 389 217 389 191 c 0\n 389 189 389 186 388 183 c 1\n 354 -114 l 2\n 349 -158 344 -173 326 -192 c 0\n 307 -214 279 -227 252 -227 c 0\n 213 -227 186 -202 186 -167 c 0\n 186 -154 189 -142 197 -114 c 1\n382 426 m 2\n 399 426 l 2\n 431 426 453 404 453 373 c 0\n 453 333 413 294 371 294 c 2\n 353 294 l 2\n 322 294 300 316 300 346 c 0\n 300 387 339 426 382 426 c 2\nEndSplineSet\nEndChar\nStartChar: cent\nEncoding: 162 162 97\nWidth: 600\nFlags: HMW\nHStem: 427 234\nVStem: 144 102<261.5 322.5>\nFore\n372 99 m 1\n 356 22 l 1\n 350 -5 346 -13 336 -23 c 0\n 324 -36 307 -44 291 -44 c 0\n 269 -44 251 -27 251 -7 c 0\n 251 1 251 2 255 22 c 1\n 273 103 l 1\n 191 124 144 183 144 265 c 0\n 144 380 237 489 361 517 c 1\n 371.177 554.453 375.074 620.331 397 640 c 1\n 410 654 426 661 442 661 c 0\n 465 661 482 645 482 623 c 0\n 482 616 482 614 477 594 c 1\n 463 527 l 1\n 493 523 514 515 531 503 c 1\n 540 506 546 507 552 507 c 0\n 576 507 593 491 593 469 c 0\n 593 452.01 583.888 417.145 580 399 c 1\n 574 373 571 364 561 354 c 0\n 549 341 531 333 516 333 c 0\n 504 333 490 339 484 347 c 0\n 478 354 478 356 477 384 c 0\n 476 414 456 427 410 427 c 0\n 322 427 246 363 246 288 c 0\n 246 235 290 197 351 197 c 0\n 388 197 425 209 464 233 c 0\n 478 242 488 245 501 245 c 0\n 523 245 541 227 541 204 c 0\n 541 158 472 116 372 99 c 1\nEndSplineSet\nEndChar\nStartChar: sterling\nEncoding: 163 163 98\nWidth: 600\nFlags: HMW\nHStem: 0 100<267 442> 243 100<172 216 320 366 320 320> 498 99\nVStem: 212 104\nFore\n366 243 m 2\n 320 243 l 1\n 309 180 297 148 267 100 c 1\n 471 100 l 1\n 482 130 501 146 530 146 c 0\n 554 146 571 131 571 108 c 0\n 571 83 558 53 539 34 c 0\n 515 10 487 0 442 0 c 2\n 121 0 l 2\n 80 0 64 11 64 40 c 0\n 64 72 84 92 126 100 c 1\n 170 104 204 156 219 243 c 1\n 150 243 l 2\n 132 243 124 244 115 247 c 0\n 102 252 93 266 93 283 c 0\n 93 299 102 317 116 328 c 0\n 131 341 140 343 172 343 c 2\n 216 343 l 1\n 213 361 212 372 212 385 c 0\n 212 504 306 598 425 598 c 0\n 497 598 563 553 563 505 c 0\n 563 474 532 444 501 444 c 0\n 483 444 479 447 461 472 c 0\n 449 490 430 498 404 498 c 0\n 351 498 315 462 315 409 c 0\n 315 398.568 317.31 363.276 319 343 c 1\n 387 343 l 2\n 407 343 413 342 422 339 c 0\n 435 334 444 320 444 303 c 0\n 444 287 435 270 421 258 c 0\n 406 246 396 243 366 243 c 2\nEndSplineSet\nEndChar\nStartChar: currency\nEncoding: 164 164 99\nWidth: 600\nFlags: HMW\nHStem: 97 100<319.5 337.5> 388 99\nVStem: 164 102 459 102<306 333.5>\nFore\n213 388 m 1\n 198.728 406.268 171 437.905 171 461 c 0\n 171 489 204 519 234 519 c 0\n 251 519 257 515 275 493 c 2\n 301 462 l 1\n 342 481 368 488 403 488 c 0\n 440 488 462 482 495 461 c 1\n 532 491 l 2\n 559 513 568 517 585 517 c 0\n 609 517 626 500 626 476 c 0\n 626 456 618 444 589 420 c 2\n 551 388 l 1\n 558 363 561 341 561 326 c 0\n 561 286 543 240 510 196 c 1\n 535 162 l 2\n 549 144 553 136 553 124 c 0\n 553 95 520 64 488 64 c 0\n 472 64 465 69 448 90 c 2\n 421 122 l 1\n 380 103 355 97 320 97 c 0\n 285 97 262 103 229 123 c 1\n 190 91 l 2\n 162 68 155 64 137 64 c 0\n 114 64 96 81 96 105 c 0\n 96 125 104 137 133 162 c 2\n 173 196 l 1\n 166 221 163 243 163 258 c 0\n 163 297 181 344 213 388 c 1\n382 388 m 0\n 322 388 266 332 266 273 c 0\n 266 230 298 197 341 197 c 0\n 401 197 459 254 459 313 c 0\n 459 357 427 388 382 388 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 100\nWidth: 600\nFlags: HW\nHStem: 0 100<200 272 373 417> 135 56<184 278 392 485> 225 56<204 284 436 501> 480 100<188 189 616 638>\nVStem: 133 227<520 541> 147 328<40 61> 156 358<157 170> 176 357<247 259> 467 226<520 540>\nDStem: 189 480 310 481 285 281 375 348 279 135 379 135 272 100 372 100 298 225 398 225 291 191 391 191 498 481 616 480 375 348 435 281\nFore\n375 348 m 1\n 498 481 l 1\n 477 487 467 500 467 520 c 0\n 467 536 476 553 490 565 c 0\n 505 578 514 580 545 580 c 2\n 636 580 l 2\n 658 580 662 580 671 576 c 0\n 684 572 693 557 693 540 c 0\n 693 524 684 507 670 495 c 0\n 656 483 644 480 618 480 c 2\n 616 480 l 1\n 435 281 l 1\n 507 281 l 2\n 526 281 533 275 533 259 c 0\n 533 239 517 225 495 225 c 2\n 398 225 l 1\n 391 191 l 1\n 488 191 l 2\n 507 191 514 185 514 170 c 0\n 514 149 499 135 476 135 c 2\n 379 135 l 1\n 372 100 l 1\n 418 100 l 2\n 440 100 444 100 453 96 c 0\n 466 91 475 77 475 61 c 0\n 475 44 466 27 452 15 c 0\n 438 4 425 0 397 0 c 2\n 204 0 l 2\n 163 0 147 11 147 40 c 0\n 147 56 156 74 170 86 c 0\n 185 98 194 100 225 100 c 2\n 272 100 l 1\n 279 135 l 1\n 182 135 l 2\n 163 135 156 141 156 157 c 0\n 156 177 171 191 194 191 c 2\n 291 191 l 1\n 298 225 l 1\n 201 225 l 2\n 183 225 176 231 176 247 c 0\n 176 267 191 281 213 281 c 2\n 285 281 l 1\n 189 480 l 1\n 181 480 l 2\n 150 480 133 494 133 520 c 0\n 133 536 142 554 156 565 c 0\n 171 578 179 580 211 580 c 2\n 303 580 l 2\n 325 580 329 580 338 576 c 0\n 351 571 360 556 360 541 c 0\n 360 513 338 487 310 481 c 1\n 375 348 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 101\nWidth: 600\nFlags: HW\nDStem: 274 116 374 116 231 -87 331 -87 368 556 468 556 325 353 425 353\nFore\n468 556 m 2\n 425 353 l 1\n 419 326 416 318 406 308 c 0\n 393 295 377 287 361 287 c 0\n 338 287 321 303 321 324 c 0\n 321 330 323 344 325 353 c 2\n 368 556 l 1\n 373 581 378 592 387 601 c 0\n 399 614 416 622 432 622 c 0\n 455 622 472 606 472 584 c 0\n 472 578 471 570 468 556 c 2\n374 116 m 2\n 331 -87 l 1\n 325 -113 322 -122 312 -132 c 0\n 299 -145 283 -153 267 -153 c 0\n 244 -153 227 -137 227 -116 c 0\n 227 -109 228 -100 231 -87 c 1\n 274 116 l 1\n 280 142 284 151 293 161 c 0\n 306 174 323 182 339 182 c 0\n 361 182 378 166 378 145 c 0\n 378 138 376 125 374 116 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: section\nEncoding: 167 167 102\nWidth: 600\nFlags: HW\nHStem: -170 88<153 297> -170 182<125 130> 493 90<396 535>\nVStem: 93 100<259 284> 222 88<415 433> 376 89<-21 3> 494 100<126 154>\nDStem: 72 -43 160 -43 45 -170 152 -82 536 493 643 583 528 456 616 456\nFore\n536 493 m 1\n 392 493 l 2\n 350 493 310 464 310 433 c 0\n 310 410 340 379 397 342 c 2\n 478 291 l 2\n 569 233 594 204 594 154 c 0\n 594 85 542 27 464 10 c 1\n 465 7 465 4 465 3 c 0\n 465 -23 457 -51 444 -73 c 0\n 406 -137 348 -170 276 -170 c 2\n 45 -170 l 1\n 72 -43 l 2\n 80 -6 98 12 128 12 c 0\n 149 12 164 -2 164 -20 c 0\n 164 -32.9805 155.194 -66.4293 152 -82 c 1\n 297 -82 l 2\n 337 -82 376 -52 376 -21 c 0\n 376 2 345 34 291 69 c 2\n 198 130 l 2\n 123 178 93 215 93 259 c 0\n 93 325 144 382 223 402 c 1\n 222 408 222 411 222 415 c 0\n 222 444 243 488 270 518 c 0\n 311 563 358 583 418 583 c 2\n 643 583 l 1\n 616 456 l 2\n 608 418 591 401 560 401 c 0\n 541 401 525 415 525 432 c 0\n 525 451.775 532.143 475.164 536 493 c 1\n261 326 m 1\n 247 326 l 1\n 217 325 193 307 193 284 c 0\n 193 260 213 237 262 205 c 2\n 352 147 l 1\n 398 114 412 103 425 88 c 1\n 443 88 l 1\n 472 89 494 106 494 126 c 0\n 494 150 466 181 417 214 c 2\n 329 271 l 2\n 300 290 291 297 261 326 c 1\nEndSplineSet\nEndChar\nStartChar: dieresis\nEncoding: 168 168 103\nWidth: 600\nFlags: HMW\nHStem: 534 120<316.5 328.5 524.5 536.5>\nVStem: 261 123<587.5 600> 469 123<587.5 600>\nFore\n335 654 m 0\n 364 654 384 634 384 606 c 0\n 384 569 348 534 309 534 c 0\n 282 534 261 555 261 582 c 0\n 261 618 298 654 335 654 c 0\n543 654 m 0\n 572 654 592 634 592 606 c 0\n 592 569 556 534 517 534 c 0\n 490 534 469 555 469 582 c 0\n 469 618 506 654 543 654 c 0\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 104\nWidth: 600\nFlags: HMW\nHStem: -15 73<256 385> 118 71<318.5 363.5> 395 71<351.5 393> 525 73<337.5 466.5>\nVStem: 48 75<189.5 316> 190 72 600 75<267 393.5>\nFore\n189 238 m 0\n 189 263.578 195.246 283.606 200 305 c 1\n 219 397 301 466 390 466 c 0\n 419 466 439 461 465 447 c 1\n 472 460 483 466 497 466 c 0\n 513 466 524 455 524 441 c 0\n 524 434.771 522.015 428.087 521 422 c 1\n 513.025 386.112 509.124 324 465 324 c 0\n 444 324 437 334 437 363 c 0\n 437 380 409 395 377 395 c 0\n 326 395 282 357 271 304 c 1\n 267.16 287.678 262 272.093 262 252 c 0\n 264 211 293 189 344 189 c 0\n 383 189 397 194 425 218 c 0\n 433 225 443 229 452 229 c 0\n 469 229 481 217 481 200 c 0\n 481 159 404 118 327 118 c 0\n 245 118 189 166 189 238 c 0\n429 598 m 0\n 571 598 675 495 675 355 c 0\n 675 164 491 -15 293 -15 c 0\n 152 -15 48 88 48 228 c 0\n 48 420 232 598 429 598 c 0\n412 525 m 0\n 263 525 123 389 123 243 c 0\n 123 136 202 58 310 58 c 0\n 460 58 600 194 600 340 c 0\n 600 447 521 525 412 525 c 0\nEndSplineSet\nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 105\nWidth: 600\nFlags: HW\nHStem: 182 77<214 490> 273 79<314 330> 285 77<510 513> 417 70<376 398> 517 78<398 426>\nVStem: 170 361<204 229> 195 364<331 354> 195 93<354 370> 266 273<515 532>\nDStem: 442 410 537 490 436 383 509 362\nFore\n415 284 m 1\n 417 295 l 1\n 374 279 343 273 305 273 c 0\n 241 273 195 307 195 354 c 0\n 195 374 205 397 223 419 c 0\n 261 464 320 487 396 487 c 0\n 416 487 429 486 457 482 c 1\n 464.086 508.595 450.178 517 406 517 c 0\n 384 517 357 513 326 506 c 0\n 313 503 303 501 296 501 c 0\n 279 501 266 514 266 532 c 0\n 266 549 276 565 292 572 c 0\n 315 583 381 595 420 595 c 0\n 494 595 539 565 539 515 c 0\n 539 504 539 499 537 490 c 2\n 509 362 l 1\n 516 362 l 2\n 548 362 559 354 559 331 c 0\n 559 303 536 284 500 284 c 2\n 415 284 l 1\n436 383 m 1\n 442 410 l 1\n 410 416 396 417 377 417 c 0\n 332 417 288 394 288 370 c 0\n 288 360 305 352 326 352 c 0\n 359 352 404 365 436 383 c 1\n471 182 m 2\n 215 182 l 2\n 179 182 170 186 170 204 c 0\n 170 246 184 259 232 259 c 2\n 486 259 l 2\n 519 259 531 251 531 229 c 0\n 531 216 524 203 513 193 c 0\n 502 184 494 182 471 182 c 2\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 106\nWidth: 600\nFlags: HW\nFore\n222 218 m 1\n 343 77 l 1\n 350 70 354 60 354 55 c 0\n 354 38 334 20 314 20 c 0\n 305 20 301 22 289 33 c 2\n 80 218 l 1\n 367 402 l 2\n 384 413 389 415 398 415 c 0\n 414 415 425 405 425 391 c 0\n 425 380 419 370 403 358 c 2\n 222 218 l 1\n451 218 m 1\n 572 77 l 2\n 579 69 583 61 583 54 c 0\n 583 38 563 20 543 20 c 0\n 534 20 530 22 518 33 c 2\n 309 218 l 1\n 596 402 l 2\n 613 413 618 415 627 415 c 0\n 643 415 654 405 654 391 c 0\n 654 380 648 370 632 358 c 2\n 451 218 l 1\nEndSplineSet\nEndChar\nStartChar: logicalnot\nEncoding: 172 172 107\nWidth: 600\nFlags: HMW\nHStem: 345 100<203 439>\nFore\n560 445 m 1\n 504 181 l 1\n 498 154 495 146 485 136 c 0\n 473 123 455 115 440 115 c 0\n 417 115 400 131 400 152 c 0\n 400 159 401 170 404 181 c 1\n 439 345 l 1\n 182 345 l 2\n 141 345 125 356 125 385 c 0\n 125 401 134 419 148 431 c 0\n 163 443 171 445 203 445 c 2\n 560 445 l 1\nEndSplineSet\nEndChar\nStartChar: softhyphen\nEncoding: 173 173 108\nWidth: 600\nFlags: HW\nHStem: 229 100<179 541>\nVStem: 101 518\nRef: 45 45 N 1 0 0 1 0 0\nEndChar\nStartChar: registered\nEncoding: 174 174 109\nWidth: 600\nFlags: HMW\nHStem: -15 73<256 385> 126 71<223.5 225 225 239> 387 71<351 351 351 376> 525 73<338 467>\nVStem: 48 75<189.5 316> 188 158 424 71 600 75<267 393.5>\nFore\n321 246 m 1\n 311 197 l 1\n 335 197 346 188 346 169 c 0\n 346 144 324 126 294 126 c 2\n 225 126 l 2\n 200 126 187 135 187 154 c 0\n 187 179 208 197 239 197 c 1\n 279 387 l 1\n 254 388 243 396 243 416 c 0\n 243 441 264 458 296 458 c 2\n 389 458 l 2\n 455 458 496 426 496 373 c 0\n 496 329 464 287 415 266 c 1\n 434 244 439 235 453 197 c 1\n 473 195 482 187 482 169 c 0\n 482 144 461 126 430 126 c 2\n 390 126 l 1\n 388 175 362 233 336 246 c 1\n 321 246 l 1\n336 316 m 1\n 362 316 l 2\n 395 316 424 337 424 360 c 0\n 424 377 406 387 376 387 c 2\n 351 387 l 1\n 336 316 l 1\n429 598 m 0\n 572 598 675 495 675 355 c 0\n 675 163 491 -15 293 -15 c 0\n 152 -15 48 88 48 228 c 0\n 48 420 232 598 429 598 c 0\n413 525 m 0\n 263 525 123 389 123 243 c 0\n 123 136 202 58 310 58 c 0\n 460 58 600 194 600 340 c 0\n 600 447 521 525 413 525 c 0\nEndSplineSet\nEndChar\nStartChar: macron\nEncoding: 175 175 110\nWidth: 600\nFlags: HMW\nHStem: 546 80<311 538>\nVStem: 249 351<579.5 593>\nFore\n311 626 m 2\n 555 626 l 2\n 588 626 600 617 600 593 c 0\n 600 566 574 546 538 546 c 2\n 294 546 l 2\n 261 546 249 554 249 579 c 0\n 249 607 274 626 311 626 c 2\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 111\nWidth: 600\nFlags: HMW\nHStem: 243 61<336.5 400> 535 61<377.5 440.5>\nVStem: 210 62<369.5 432> 506 62<408 470.5>\nFore\n428 596 m 0\n 509 596 568 537 568 457 c 0\n 568 346 462 243 350 243 c 0\n 269 243 210 302 210 383 c 0\n 210 494 315 596 428 596 c 0\n414 535 m 0\n 341 535 272 468 272 396 c 0\n 272 343 310 304 363 304 c 0\n 437 304 506 372 506 444 c 0\n 506 497 467 535 414 535 c 0\nEndSplineSet\nEndChar\nStartChar: plusminus\nEncoding: 177 177 112\nWidth: 600\nFlags: HW\nHStem: 0 100<108 514> 330 100<178 320 443 584> 330 294<422 442>\nVStem: 52 518<40 60> 122 518<370 390>\nDStem: 321 330 420 330 299 230 399 230 369 558 469 558 342 430 442 430\nFore\n420 330 m 1\n 399 230 l 1\n 393 203 390 195 380 185 c 0\n 368 172 351 164 335 164 c 0\n 312 164 295 180 295 201 c 0\n 295 210 295 211 299 230 c 2\n 321 330 l 1\n 179 330 l 2\n 138 330 122 341 122 370 c 0\n 122 386 131 404 145 416 c 0\n 160 428 169 430 200 430 c 2\n 342 430 l 1\n 369 558 l 1\n 378 602 399 624 433 624 c 0\n 456 624 473 608 473 586 c 0\n 473 579 472 574 469 558 c 1\n 442 430 l 1\n 583 430 l 2\n 605 430 609 430 618 426 c 0\n 631 421 640 407 640 390 c 0\n 640 374 631 357 617 345 c 0\n 603 333 591 330 562 330 c 2\n 420 330 l 1\n130 100 m 2\n 513 100 l 2\n 535 100 539 100 548 96 c 0\n 561 91 570 77 570 60 c 0\n 570 44 561 27 547 15 c 0\n 533 3 521 0 492 0 c 2\n 109 0 l 2\n 68 0 52 11 52 40 c 0\n 52 56 61 74 75 86 c 0\n 90 98 99 100 130 100 c 2\nEndSplineSet\nEndChar\nStartChar: twosuperior\nEncoding: 178 178 113\nWidth: 600\nFlags: HW\nHStem: 247 67<322 430> 247 99<459.578 474> 570 66<414 426>\nVStem: 470 67<525 535>\nFore\n321 314 m 1\n 430 314 l 1\n 437 335 450 346 469 346 c 0\n 484 346 496 335 496 321 c 0\n 496 317 495 309 494 303 c 1\n 482 247 l 1\n 202 247 l 1\n 217 315 l 1\n 452 481 470 497 470 529 c 0\n 470 553 447 570 415 570 c 0\n 392 570 370 562 354 546 c 0\n 347 540 346 539 336 520 c 0\n 329 508 315 500 301 500 c 0\n 286 500 274 511 274 526 c 0\n 274 540 287 564 306 583 c 0\n 338 617 383 637 430 637 c 0\n 494 637 538 598 538 542 c 0\n 538 478 513 451 321 314 c 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 114\nWidth: 600\nFlags: HW\nHStem: 238 67<320 362> 570 66<418 426>\nVStem: 451 68<366 374> 475 67<535 543>\nFore\n389 484 m 2\n 413 484 l 2\n 445 484 475 510 475 536 c 0\n 475 557 454 570 420 570 c 0\n 387 570 370 564 347 543 c 0\n 340 537 329 533 321 533 c 0\n 306 533 294 545 294 559 c 0\n 294 599 364 637 438 637 c 0\n 502 637 543 603 543 548 c 0\n 543 510 518 473 476 450 c 2\n 476 450 474 449 473 448 c 1\n 503 431 519 404 519 374 c 0\n 519 344 500 306 472 281 c 0\n 438 251 396 238 335 238 c 0\n 265 238 218 257 218 285 c 0\n 218 306 238 326 259 326 c 0\n 267 326 271 325 279 318 c 0\n 292 308 309 305 347 305 c 0\n 413 305 451 327 451 367 c 0\n 451 383 437 401 418 411 c 0\n 407 416 400 417 374 418 c 0\n 356 419 346 428 346 444 c 0\n 346 465 366 484 389 484 c 2\nEndSplineSet\nEndChar\nStartChar: acute\nEncoding: 180 180 115\nWidth: 600\nFlags: W\nDStem: 551 680 585 624 393 569 427 512\nFore\n585 624 m 2\n 427 512 l 2\n 409 499 402 496 392 496 c 0\n 374 496 362 508 362 526 c 0\n 362 541 372 554 393 569 c 2\n 551 680 l 2\n 569 693 575 696 586 696 c 0\n 604 696 616 684 616 667 c 0\n 616 652 607 639 585 624 c 2\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 116\nWidth: 600\nFlags: HMW\nHStem: 0 21<410 504 410 410> 338 99<468 482>\nFore\n193 -7 m 1\n 176 -87 l 1\n 171 -113 167 -122 157 -132 c 0\n 144 -145 128 -153 112 -153 c 0\n 89 -153 72 -137 72 -116 c 0\n 72 -109 73 -100 76 -87 c 1\n 166 338 l 1\n 150 338 l 2\n 110 338 94 349 94 377 c 0\n 94 407 127 440 156 438 c 2\n 171 437 l 1\n 288 437 l 1\n 225 144 l 2\n 223 134 222 125 222 120 c 0\n 222 98 243 84 276 84 c 0\n 321 84 368 100 439 138 c 1\n 482 338 l 1\n 447 338 l 2\n 406 338 390 349 390 377 c 0\n 390 393 399 411 413 423 c 0\n 428 434 438 437 468 437 c 2\n 603 437 l 1\n 531 100 l 1\n 567 100 583 88 583 61 c 0\n 583 44 574 27 559 15 c 0\n 545 3 533 0 504 0 c 2\n 410 0 l 1\n 415 23 l 1\n 354 -4 301 -16 249 -16 c 0\n 229 -16 212 -13 193 -7 c 1\nEndSplineSet\nEndChar\nStartChar: paragraph\nEncoding: 182 182 117\nWidth: 600\nFlags: HMW\nHStem: -174 78<171 249 447 467> 505 78<455 499 455 455 575 575 575 610>\nVStem: 123 114<327.5 339.5>\nFore\n575 505 m 1\n 447 -96 l 1\n 484 -96 l 2\n 517 -96 529 -104 529 -127 c 0\n 529 -143 519 -159 503 -168 c 0\n 495 -173 487 -174 467 -174 c 2\n 374 -174 l 2\n 353 -174 345 -165 341 -140 c 1\n 323 -169 315 -174 291 -174 c 2\n 154 -174 l 2\n 121 -174 108 -165 108 -143 c 0\n 108 -128 119 -110 135 -102 c 0\n 144 -97 150 -96 171 -96 c 2\n 249 -96 l 1\n 309 185 l 1\n 197 197 123 256 123 334 c 0\n 123 362.828 130.158 382.253 135 407 c 1\n 156 504 287 583 429 583 c 2\n 626 583 l 2\n 659 583 672 574 672 552 c 0\n 672 536 662 520 645 511 c 0\n 637 506 631 505 610 505 c 2\n 575 505 l 1\n326 266 m 1\n 376 500 l 1\n 310 488 257 449 248 405 c 2\n 239 361 l 2\n 238 356 237 351 237 347 c 0\n 237 308 269 279 326 266 c 1\n499 505 m 1\n 455 505 l 1\n 327 -96 l 1\n 339 -102 343 -108 344 -124 c 1\n 352 -109 359 -102 371 -96 c 1\n 499 505 l 1\nEndSplineSet\nEndChar\nStartChar: periodcentered\nEncoding: 183 183 118\nWidth: 600\nFlags: HMW\nHStem: 214 132\nVStem: 283 153<273.5 287>\nFore\n354 214 m 2\n 337 214 l 2\n 305 214 283 236 283 267 c 0\n 283 307 323 346 365 346 c 2\n 382 346 l 2\n 414 346 436 324 436 294 c 0\n 436 253 396 214 354 214 c 2\nEndSplineSet\nEndChar\nStartChar: cedilla\nEncoding: 184 184 119\nWidth: 600\nFlags: HMW\nHStem: -229 70<258.5 280> -100 100<262 278>\nVStem: 309 72<-137.5 -119>\nFore\n251 -229 m 0\n 216.468 -229 143 -211.179 143 -174 c 0\n 143 -152 164 -131 187 -131 c 0\n 195 -131 197 -132 213 -142 c 0\n 229 -152 250 -159 267 -159 c 0\n 293 -159 309 -147 309 -128 c 0\n 309 -110 293 -100 263 -100 c 0\n 257 -100 252 -100 240 -102 c 1\n 262 0 l 1\n 332 0 l 1\n 323 -41 l 1\n 365 -50 381 -68 381 -108 c 0\n 381 -175 323 -229 251 -229 c 0\nEndSplineSet\nEndChar\nStartChar: onesuperior\nEncoding: 185 185 120\nWidth: 600\nFlags: HMW\nHStem: 247 67<276 333 400 443>\nVStem: 224 269\nFore\n469 638 m 1\n 400 314 l 1\n 457 314 l 2\n 484 314 494 307 494 288 c 0\n 494 263 474 247 443 247 c 2\n 261 247 l 2\n 236 247 224 255 224 274 c 0\n 224 299 244 314 276 314 c 2\n 333 314 l 1\n 383 551 l 1\n 333 539 l 2\n 321 536 317 535 311 535 c 0\n 297 535 287 546 287 562 c 0\n 287 584 300 596 330 604 c 2\n 469 638 l 1\nEndSplineSet\nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 121\nWidth: 600\nFlags: HMW\nHStem: 182 77<229 467> 274 77 517 77\nVStem: 485 80\nFore\n427 595 m 0\n 508 595 566 540 566 463 c 0\n 566 363 468 273 359 273 c 0\n 278 273 219 326 219 400 c 0\n 219 498 322 595 427 595 c 0\n411 517 m 0\n 356 517 300 466 300 416 c 0\n 300 380 334 351 375 351 c 0\n 431 351 485 397 485 445 c 0\n 485 487 454 517 411 517 c 0\n467 182 m 2\n 212 182 l 2\n 181 182 168 191 168 213 c 0\n 168 225 175 239 186 248 c 0\n 198 257 204 259 229 259 c 2\n 484 259 l 2\n 516 259 528 251 528 229 c 0\n 528 216 521 203 510 193 c 0\n 499 184 490 182 467 182 c 2\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 122\nWidth: 600\nFlags: HW\nFore\n476 217 m 1\n 355 358 l 1\n 348 365 344 375 344 380 c 0\n 344 397 364 415 384 415 c 0\n 393 415 397 413 409 402 c 2\n 617 217 l 1\n 331 33 l 2\n 314 22 309 20 300 20 c 0\n 284 20 273 30 273 44 c 0\n 273 55 279 65 295 77 c 2\n 476 217 l 1\n246 217 m 1\n 125 358 l 2\n 118 366 114 374 114 381 c 0\n 114 397 134 415 154 415 c 0\n 163 415 167 413 179 402 c 2\n 387 217 l 1\n 101 33 l 2\n 84 22 79 20 70 20 c 0\n 54 20 43 30 43 44 c 0\n 43 55 49 65 65 77 c 2\n 246 217 l 1\nEndSplineSet\nKernsSLIF: 89 -96 1 0 87 -35 1 0 86 -80 1 0 84 -81 1 0 197 -42 1 0 196 -42 1 0 193 -42 1 0 198 -39 1 0 65 -42 1 0\nEndChar\nStartChar: onequarter\nEncoding: 188 188 123\nWidth: 600\nFlags: HMW\nHStem: 0 67<520 539> 83 67<478 543> 247 67<77 134 201 244>\nVStem: 25 269 470 166\nFore\n270 638 m 1\n 201 314 l 1\n 258 314 l 2\n 285 314 295 307 295 288 c 0\n 295 263 274 247 244 247 c 2\n 62 247 l 2\n 37 247 25 255 25 274 c 0\n 25 299 45 314 77 314 c 2\n 134 314 l 1\n 184 551 l 1\n 134 539 l 2\n 122 536 118 535 112 535 c 0\n 98 535 88 546 88 562 c 0\n 88 584 101 597 131 604 c 2\n 270 638 l 1\n586 528 m 2\n 229 77 l 2\n 214 58 204 51 189 51 c 0\n 173 51 162 62 162 78 c 0\n 162 88 165 93 178 110 c 2\n 535 561 l 2\n 551 581 560 587 575 587 c 0\n 590 587 602 575 602 560 c 0\n 602 552 597 542 586 528 c 2\n673 380 m 1\n 624 150 l 1\n 645 149 655 141 655 124 c 0\n 655 101 637 85 610 83 c 1\n 606 67 l 1\n 627 66 637 57 637 40 c 0\n 637 16 616 0 585 0 c 2\n 506 0 l 2\n 481 0 470 8 470 27 c 0\n 470 52 489 67 520 67 c 2\n 539 67 l 1\n 543 83 l 1\n 380 83 l 1\n 391 138 l 1\n 589 380 l 1\n 673 380 l 1\n557 150 m 1\n 584 279 l 1\n 478 150 l 1\n 557 150 l 1\nEndSplineSet\nEndChar\nStartChar: onehalf\nEncoding: 189 189 124\nWidth: 600\nFlags: HW\nHStem: 0 67<469 577> 0 99<606.578 619> 247 67<64 134 202 249> 323 67<561 575>\nVStem: 25 269<274 288> 617 67<278 290>\nDStem: 184 551 270 638 134 314 201 314 535 561 585 528 178 110 229 77\nFore\n270 638 m 1\n 201 314 l 1\n 258 314 l 2\n 285 314 295 307 295 288 c 0\n 295 263 274 247 244 247 c 2\n 62 247 l 2\n 37 247 25 255 25 274 c 0\n 25 299 45 314 77 314 c 2\n 134 314 l 1\n 184 551 l 1\n 134 539 l 2\n 122 536 118 535 112 535 c 0\n 98 535 88 546 88 562 c 0\n 88 584 101 597 131 604 c 2\n 270 638 l 1\n585 528 m 2\n 229 77 l 2\n 214 58 203 51 189 51 c 0\n 173 51 162 62 162 78 c 0\n 162 87 165 94 178 110 c 2\n 535 561 l 1\n 550 581 560 587 575 587 c 0\n 590 587 602 575 602 560 c 0\n 602 551 598 544 585 528 c 2\n468 67 m 1\n 577 67 l 1\n 584 88 597 99 616 99 c 0\n 631 99 643 88 643 74 c 0\n 643 70 642 62 641 56 c 1\n 629 0 l 1\n 349 0 l 1\n 363 68 l 1\n 599 234 617 250 617 282 c 0\n 617 306 594 323 562 323 c 0\n 539 323 517 315 501 299 c 0\n 494 293 494 292 483 273 c 0\n 476 261 462 253 448 253 c 0\n 433 253 421 264 421 279 c 0\n 421 293 434 316 453 336 c 0\n 485 370 530 390 577 390 c 0\n 641 390 685 351 685 295 c 0\n 685 231 659 203 468 67 c 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 125\nWidth: 600\nFlags: HW\nHStem: 0 67<507 540> 83 67<478 542> 238 67<120 162> 570 66<218 231>\nVStem: 251 68<366 374> 275 67<535 543> 469 167<27 40>\nDStem: 534 561 585 528 178 110 229 77 585 279 673 380 557 150 624 150 589 380 585 279 391 138 477 150\nFore\n189 484 m 2\n 213 484 l 2\n 245 484 275 510 275 536 c 0\n 275 557 254 570 220 570 c 0\n 187 570 170 564 147 543 c 0\n 140 537 130 533 121 533 c 0\n 106 533 94 545 94 559 c 0\n 94 599 164 637 238 637 c 0\n 302 637 343 603 343 548 c 0\n 343 510 318 473 276 450 c 2\n 276 450 274 449 273 448 c 1\n 303 431 319 404 319 374 c 0\n 319 344 300 307 272 281 c 0\n 238 251 196 238 135 238 c 0\n 65 238 18 257 18 285 c 0\n 18 306 38 326 59 326 c 0\n 67 326 70 325 79 318 c 0\n 92 308 109 305 147 305 c 0\n 213 305 251 327 251 367 c 0\n 251 383 237 401 218 411 c 0\n 207 416 200 417 174 418 c 0\n 156 419 146 428 146 444 c 0\n 146 465 166 484 189 484 c 2\n585 528 m 2\n 229 77 l 2\n 214 58 203 51 188 51 c 0\n 173 51 161 62 161 78 c 0\n 161 88 164 93 178 110 c 2\n 534 561 l 2\n 550 581 559 587 574 587 c 0\n 589 587 601 575 601 560 c 0\n 601 552 596 541 585 528 c 2\n673 380 m 1\n 624 150 l 1\n 645 149 655 141 655 124 c 0\n 655 101 637 85 610 83 c 1\n 607 67 l 1\n 627 66 637 57 637 40 c 0\n 637 16 616 0 585 0 c 2\n 506 0 l 2\n 481 0 469 8 469 27 c 0\n 469 52 489 67 520 67 c 2\n 540 67 l 1\n 543 83 l 1\n 379 83 l 1\n 391 138 l 1\n 589 380 l 1\n 673 380 l 1\n557 150 m 1\n 585 279 l 1\n 477 150 l 1\n 557 150 l 1\nEndSplineSet\nEndChar\nStartChar: questiondown\nEncoding: 191 191 126\nWidth: 600\nFlags: HMW\nHStem: -227 100<234 275> 254 132\nVStem: 70 102<-79 -52> 289 153<313 326.5>\nFore\n477 -89 m 2\n 460 -168 l 1\n 351 -215 308 -227 242 -227 c 0\n 135 -227 70 -171 70 -79 c 0\n 70 -25 93 28 131 62 c 0\n 166 92 207 115 277 143 c 1\n 289 179 310 197 339 197 c 0\n 362 197 379 180 379 159 c 0\n 379 138.338 367.667 96.7794 363 75 c 1\n 214 22 172 -6 172 -57 c 0\n 172 -101 205 -127 263 -127 c 0\n 301 -127 338 -119 374 -103 c 1\n 377 -89 l 2\n 383 -61 386 -54 396 -43 c 0\n 408 -31 426 -23 441 -23 c 0\n 464 -23 481 -39 481 -60 c 0\n 481 -67 480 -76 477 -89 c 2\n370 386 m 2\n 388 386 l 2\n 420 386 442 364 442 333 c 0\n 442 293 402 254 360 254 c 2\n 342 254 l 2\n 311 254 289 276 289 306 c 0\n 289 347 328 386 370 386 c 2\nEndSplineSet\nEndChar\nStartChar: Agrave\nEncoding: 192 192 127\nWidth: 600\nFlags: HMW\nHStem: 0 100<52.5 68 176 178 438 461> 158 100<273 430> 483 100<262 304>\nVStem: -11 267 360 273\nFore\n450 158 m 1\n 212 158 l 1\n 176 100 l 1\n 199 100 l 2\n 220 100 226 99 234 96 c 0\n 247 92 256 76 256 60 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 46 0 l 2\n 5 0 -11 11 -11 40 c 0\n -11 56 -2 74 12 85 c 0\n 27 97 37 100 68 100 c 1\n 304 483 l 1\n 241 483 l 2\n 200 483 184 494 184 523 c 0\n 184 539 193 557 207 569 c 0\n 222 581 230 583 262 583 c 2\n 478 583 l 1\n 575 100 l 1\n 595 100 602 99 611 96 c 0\n 624 91 633 76 633 60 c 0\n 633 44 624 26 610 15 c 0\n 596 3 583 0 555 0 c 2\n 416 0 l 2\n 376 0 360 11 360 40 c 0\n 360 56 369 73 383 85 c 0\n 398 98 406 100 438 100 c 2\n 461 100 l 1\n 450 158 l 1\n430 258 m 1\n 392 450 l 1\n 273 258 l 1\n 430 258 l 1\n385 824 m 2\n 495 712 l 2\n 506 701 511 692 511 683 c 0\n 511 661 488 640 465 640 c 0\n 456 640 447 645 437 656 c 2\n 327 767 l 1\n 316 777 311 787 311 794 c 0\n 311 818 333 839 356 839 c 0\n 367 839 373 836 385 824 c 2\nEndSplineSet\nKernsSLIF: 46 -67 0 0 44 -52 0 0 89 -34 0 0 87 -21 0 0 86 -63 0 0 85 -33 0 0 84 -35 0 0 81 -25 0 0 79 -26 0 0 71 -20 0 0 67 -24 0 0\nEndChar\nStartChar: Aacute\nEncoding: 193 193 128\nWidth: 600\nFlags: HMW\nHStem: 0 100<52.5 68 176 178 438 461> 158 100<273 430> 483 100<262 304>\nVStem: -11 267 360 273\nFore\n450 158 m 1\n 212 158 l 1\n 176 100 l 1\n 199 100 l 2\n 220 100 226 99 234 96 c 0\n 247 92 256 76 256 60 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 46 0 l 2\n 5 0 -11 11 -11 40 c 0\n -11 56 -2 74 12 85 c 0\n 27 97 37 100 68 100 c 1\n 304 483 l 1\n 241 483 l 2\n 200 483 184 494 184 523 c 0\n 184 539 193 557 207 569 c 0\n 222 581 230 583 262 583 c 2\n 478 583 l 1\n 575 100 l 1\n 595 100 602 99 611 96 c 0\n 624 91 633 76 633 60 c 0\n 633 44 624 26 610 15 c 0\n 596 3 583 0 555 0 c 2\n 416 0 l 2\n 376 0 360 11 360 40 c 0\n 360 56 369 73 383 85 c 0\n 398 98 406 100 438 100 c 2\n 461 100 l 1\n 450 158 l 1\n430 258 m 1\n 392 450 l 1\n 273 258 l 1\n 430 258 l 1\n573 767 m 2\n 416 656 l 2\n 400 645 390 640 381 640 c 0\n 364 640 351 652 351 669 c 0\n 351 684 361 698 382 712 c 2\n 539 824 l 2\n 555 835 564 839 575 839 c 0\n 593 839 605 827 605 810 c 0\n 605 794 597 784 573 767 c 2\nEndSplineSet\nKernsSLIF: 121 -41 0 0 119 -15 0 0 118 -41 0 0 117 -18 0 0 116 -25 0 0 8217 -116 0 0 113 -10 0 0 46 -67 0 0 111 -11 0 0 45 -23 0 0 8249 -44 0 0 171 -44 0 0 103 -5 0 0 101 -5 0 0 100 -4 0 0 44 -52 0 0 99 -12 0 0 98 39 0 0 97 8 0 0 89 -34 0 0 87 -21 0 0 86 -63 0 0 85 -33 0 0 84 -35 0 0 81 -25 0 0 79 -26 0 0 71 -20 0 0 67 -24 0 0\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 129\nWidth: 600\nFlags: HMW\nHStem: 0 100<52.5 68 176 178 438 461> 158 100<273 430> 483 100<262 304>\nVStem: -11 267 360 273\nFore\n450 158 m 1\n 212 158 l 1\n 176 100 l 1\n 199 100 l 2\n 220 100 226 99 234 96 c 0\n 247 92 256 76 256 60 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 46 0 l 2\n 5 0 -11 11 -11 40 c 0\n -11 56 -2 74 12 85 c 0\n 27 97 37 100 68 100 c 1\n 304 483 l 1\n 241 483 l 2\n 200 483 184 494 184 523 c 0\n 184 539 193 557 207 569 c 0\n 222 581 230 583 262 583 c 2\n 478 583 l 1\n 575 100 l 1\n 595 100 602 99 611 96 c 0\n 624 91 633 76 633 60 c 0\n 633 44 624 26 610 15 c 0\n 596 3 583 0 555 0 c 2\n 416 0 l 2\n 376 0 360 11 360 40 c 0\n 360 56 369 73 383 85 c 0\n 398 98 406 100 438 100 c 2\n 461 100 l 1\n 450 158 l 1\n430 258 m 1\n 392 450 l 1\n 273 258 l 1\n 430 258 l 1\n444 750 m 1\n 310 653 l 2\n 296 643 288 640 279 640 c 0\n 263 640 251 652 251 668 c 0\n 251 685 256 692 283 711 c 2\n 463 839 l 1\n 586 711 l 1\n 593.66 703.34 604 695.32 604 683 c 0\n 604 661 582 640 561 640 c 0\n 552 640 544 644 535 653 c 2\n 444 750 l 1\nEndSplineSet\nKernsSLIF: 46 -67 0 0 44 -52 0 0 89 -34 0 0 87 -21 0 0 86 -63 0 0 85 -33 0 0 84 -35 0 0 81 -25 0 0 79 -26 0 0 71 -20 0 0 67 -24 0 0\nEndChar\nStartChar: Atilde\nEncoding: 195 195 130\nWidth: 600\nFlags: HW\nHStem: 0 100<45 68 177 200 413 460 576 576> 158 100<274 429> 483 100<240 303> 668 68<512 514> 730 68<366 373>\nVStem: -11 267<40 60> 360 273<40 60>\nDStem: 304 483 392 450 68 100 273 258 304 483 212 158 68 100 176 100 392 450 478 583 430 258 575 100\nFore\n450 158 m 1\n 212 158 l 1\n 176 100 l 1\n 199 100 l 2\n 220 100 226 99 234 96 c 0\n 247 92 256 76 256 60 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 46 0 l 2\n 5 0 -11 11 -11 40 c 0\n -11 56 -2 74 12 85 c 0\n 27 97 37 100 68 100 c 1\n 304 483 l 1\n 241 483 l 2\n 200 483 184 494 184 523 c 0\n 184 539 193 557 207 569 c 0\n 222 581 230 583 262 583 c 2\n 478 583 l 1\n 575 100 l 1\n 595 100 602 99 611 96 c 0\n 624 91 633 76 633 60 c 0\n 633 44 624 26 610 15 c 0\n 596 3 583 0 555 0 c 2\n 416 0 l 2\n 376 0 360 11 360 40 c 0\n 360 56 369 73 383 85 c 0\n 398 98 406 100 438 100 c 2\n 461 100 l 1\n 450 158 l 1\n430 258 m 1\n 392 450 l 1\n 273 258 l 1\n 430 258 l 1\n606 799 m 0\n 620 799 633 788 633 776 c 0\n 633 764 624 750 604 728 c 0\n 564 685 534 667 501 667 c 0\n 479 667 450 681 412 709 c 0\n 388 726 380 730 366 730 c 0\n 348 730 339 724 298 682 c 0\n 291 674 281 670 272 670 c 0\n 258 670 247 680 247 693 c 0\n 247 708 259 726 283 751 c 1\n 315 782 348 799 379 799 c 0\n 401 799 418 792 461 762 c 0\n 489 743 502 736 513 736 c 0\n 529 736 534 740 566 775 c 0\n 578 788 596 799 606 799 c 0\nEndSplineSet\nKernsSLIF: 46 -67 0 0 44 -52 0 0 89 -34 0 0 87 -21 0 0 86 -63 0 0 85 -33 0 0 84 -35 0 0 81 -25 0 0 79 -26 0 0 71 -20 0 0 67 -24 0 0\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 131\nWidth: 600\nFlags: HW\nHStem: 0 100<45 68 177 200 415 460 576 576> 158 100<274 429> 483 100<240 303> 678 122<323 348 531 556>\nVStem: -11 267<40 60> 275 122<727 751> 360 273<40 60> 483 122<727 751>\nDStem: 304 483 392 450 68 100 273 258 304 483 212 158 68 100 176 100 392 450 478 583 430 258 575 100\nFore\n450 158 m 1\n 212 158 l 1\n 176 100 l 1\n 199 100 l 2\n 220 100 226 99 234 96 c 0\n 247 92 256 76 256 60 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 46 0 l 2\n 5 0 -11 11 -11 40 c 0\n -11 56 -2 74 12 85 c 0\n 27 97 37 100 68 100 c 1\n 304 483 l 1\n 241 483 l 2\n 200 483 184 494 184 523 c 0\n 184 539 193 557 207 569 c 0\n 222 581 230 583 262 583 c 2\n 478 583 l 1\n 575 100 l 1\n 595 100 602 99 611 96 c 0\n 624 91 633 76 633 60 c 0\n 633 44 624 26 610 15 c 0\n 596 3 583 0 555 0 c 2\n 416 0 l 2\n 376 0 360 11 360 40 c 0\n 360 56 369 73 383 85 c 0\n 398 98 406 100 438 100 c 2\n 461 100 l 1\n 450 158 l 1\n430 258 m 1\n 392 450 l 1\n 273 258 l 1\n 430 258 l 1\n348 800 m 0\n 376 800 397 779 397 751 c 0\n 397 713 361 678 323 678 c 0\n 298 678 275 701 275 727 c 0\n 275 763 312 800 348 800 c 0\n556 800 m 0\n 584 800 605 779 605 751 c 0\n 605 713 569 678 531 678 c 0\n 506 678 483 701 483 727 c 0\n 483 763 520 800 556 800 c 0\nEndSplineSet\nKernsSLIF: 121 -41 0 0 119 -15 0 0 118 -41 0 0 117 -18 0 0 116 -25 0 0 8217 -116 0 0 8221 -89 0 0 113 -10 0 0 46 -67 0 0 111 -11 0 0 45 -23 0 0 8249 -44 0 0 171 -44 0 0 103 -5 0 0 100 -4 0 0 44 -52 0 0 99 -12 0 0 98 39 0 0 97 8 0 0 89 -34 0 0 87 -21 0 0 86 -63 0 0 85 -33 0 0 84 -35 0 0 81 -25 0 0 79 -26 0 0 71 -20 0 0 67 -24 0 0\nEndChar\nStartChar: Aring\nEncoding: 197 197 132\nWidth: 600\nFlags: HW\nHStem: 0 100<45 68 177 200 415 460 576 576> 158 100<274 429> 483 100<240 303> 630 54<417 431> 817 54<455 468>\nVStem: -11 267<40 60> 318 54<728 740> 360 273<40 60> 513 53<761 768>\nDStem: 304 483 392 450 68 100 273 258 304 483 212 158 68 100 176 100 392 450 478 583 430 258 575 100\nFore\n450 158 m 1\n 212 158 l 1\n 176 100 l 1\n 199 100 l 2\n 220 100 226 99 234 96 c 0\n 247 92 256 76 256 60 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 46 0 l 2\n 5 0 -11 11 -11 40 c 0\n -11 56 -2 74 12 85 c 0\n 27 97 37 100 68 100 c 1\n 304 483 l 1\n 241 483 l 2\n 200 483 184 494 184 523 c 0\n 184 539 193 557 207 569 c 0\n 222 581 230 583 262 583 c 2\n 478 583 l 1\n 575 100 l 1\n 595 100 602 99 611 96 c 0\n 624 91 633 76 633 60 c 0\n 633 44 624 26 610 15 c 0\n 596 3 583 0 555 0 c 2\n 416 0 l 2\n 376 0 360 11 360 40 c 0\n 360 56 369 73 383 85 c 0\n 398 98 406 100 438 100 c 2\n 461 100 l 1\n 450 158 l 1\n430 258 m 1\n 392 450 l 1\n 273 258 l 1\n 430 258 l 1\n469 871 m 0\n 525 871 567 831 567 776 c 0\n 567 738 555 710 528 682 c 0\n 496 649 456 630 416 630 c 0\n 361 630 318 672 318 726 c 0\n 318 799 393 871 469 871 c 0\n456 817 m 0\n 413 817 372 778 372 738 c 0\n 372 707 396 684 428 684 c 0\n 471 684 513 723 513 762 c 0\n 513 796 491 817 456 817 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nKernsSLIF: 121 -41 0 0 119 -15 0 0 118 -41 0 0 117 -18 0 0 116 -25 0 0 8217 -116 0 0 8221 -89 0 0 113 -10 0 0 46 -67 0 0 111 -11 0 0 45 -23 0 0 8249 -44 0 0 171 -44 0 0 103 -5 0 0 101 -5 0 0 100 -4 0 0 44 -52 0 0 99 -12 0 0 98 39 0 0 97 8 0 0 89 -34 0 0 87 -21 0 0 86 -63 0 0 85 -33 0 0 84 -35 0 0 81 -25 0 0 79 -26 0 0 71 -20 0 0 67 -24 0 0\nEndChar\nStartChar: AE\nEncoding: 198 198 133\nWidth: 600\nFlags: HW\nHStem: 0 100<46 75 270 289 390 535> 0 189<595 614> 158 101<259 300> 187 210<476 521> 243 340<419 437> 352 231<613 619> 483 99<256 270 470 595>\nVStem: -10 221<40 65>\nDStem: 271 483 367 471 75 100 258 259 271 483 208 158 75 100 178 100 301 158 419 243 289 100 389 100 367 471 470 483 322 259 440 342 367 471 556 331 322 259 540 253 540 123 640 123 535 100 614 0 596 483 717 583 582 418 682 418\nFore\n75 100 m 1\n 271 483 l 1\n 257 483 l 2\n 216 483 201 494 201 523 c 0\n 201 539 210 556 224 569 c 0\n 239 581 247 583 279 583 c 2\n 717 583 l 1\n 682 418 l 1\n 676 391 673 383 663 373 c 0\n 650 360 634 352 617 352 c 0\n 596 352 578 369 578 389 c 0\n 578 396 579 405 582 418 c 2\n 596 483 l 1\n 470 483 l 1\n 440 342 l 1\n 459 342 l 1\n 469 377 491 397 521 397 c 0\n 543 397 561 380 561 360 c 0\n 561 352 561 351 556 331 c 1\n 540 253 l 1\n 534 226 531 218 521 208 c 0\n 508 195 492 187 476 187 c 0\n 453 187 436 204 436 225 c 0\n 436 229 436 233 438 243 c 1\n 419 243 l 1\n 389 100 l 1\n 535 100 l 1\n 540 123 l 2\n 546 149 550 158 560 168 c 0\n 572 181 589 189 604 189 c 0\n 628 189 645 173 645 151 c 0\n 645 143 645 142 640 123 c 1\n 614 0 l 1\n 266 0 l 2\n 236 0 219 14 219 41 c 0\n 219 72 247 100 280 100 c 2\n 289 100 l 1\n 301 158 l 1\n 208 158 l 1\n 178 100 l 1\n 200 97 211 85 211 65 c 0\n 211 27 182 0 141 0 c 2\n 47 0 l 2\n 6 0 -10 12 -10 40 c 0\n -10 56 -1 74 13 85 c 0\n 28 98 37 100 68 100 c 2\n 75 100 l 1\n322 259 m 1\n 367 471 l 1\n 258 259 l 1\n 322 259 l 1\nEndSplineSet\nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 134\nWidth: 600\nFlags: HMW\nHStem: -229 70<263.5 285> 497 100<364 449>\nVStem: 80 102<174.5 204> 314 72<-137.5 -119.5>\nFore\n334 -14 m 1\n 328 -42 l 1\n 370 -50 386 -69 386 -109 c 0\n 386 -174 328 -229 258 -229 c 0\n 201 -229 148 -203 148 -174 c 0\n 148 -152 169 -131 192 -131 c 0\n 200 -131 202 -132 218 -142 c 0\n 234 -153 255 -159 272 -159 c 0\n 298 -159 314 -147 314 -128 c 0\n 314 -111 298 -100 273 -100 c 0\n 267 -100 263 -100 246 -102 c 1\n 265 -9 l 1\n 150.036 13.9927 80 83.0807 80 195 c 0\n 80 213 82 231 86 249 c 2\n 100 315 l 2\n 134 475 277 597 432 597 c 0\n 484 597 517 589 567 563 c 2\n 576 559 l 1\n 593 576 606 583 623 583 c 0\n 646 583 663 567 663 545 c 0\n 663 538 663 534 659 517 c 1\n 641 433 l 1\n 635 407 631 398 622 388 c 0\n 610 375 593 367 577 367 c 0\n 553 367 537 383 538 406 c 1\n 539 425 l 2\n 541 463 483 497 415 497 c 0\n 313 497 222 420 200 315 c 1\n 193.197 283.902 182 249.06 182 214 c 0\n 182 135 245 86 347 86 c 0\n 393 86 436 95 463 109 c 0\n 475 116 476 116 508 143 c 0\n 522 154 534 159 547 159 c 0\n 570 159 588 141 588 118 c 0\n 588 93 564 64 518 36 c 0\n 470 5 415 -9 334 -14 c 1\nEndSplineSet\nKernsSLIF: 65 -5 0 0\nEndChar\nStartChar: Egrave\nEncoding: 200 200 135\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<536.449 550> 243 99<268 330> 243 340<246 267> 366 217<547 558> 483 99<181 196 297 530>\nDStem: 197 483 297 483 116 100 267 342 197 483 453 349 116 100 428 236 197 483 246 243 116 100 216 100 328 767 386 824 438 656 496 712 531 483 652 583 520 433 620 433\nFore\n246 243 m 1\n 216 100 l 1\n 471 100 l 1\n 483 152 l 1\n 488 180 492 188 502 198 c 0\n 514 211 531 219 546 219 c 0\n 569 219 587 203 587 182 c 0\n 587 175 586 170 583 152 c 1\n 550 0 l 1\n 80 0 l 2\n 39 0 23 12 23 40 c 0\n 23 56 32 74 46 85 c 0\n 61 98 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 125 494 125 523 c 0\n 125 539 134 556 149 569 c 0\n 163 581 172 583 204 583 c 2\n 652 583 l 1\n 620 433 l 2\n 614 405 611 397 601 387 c 0\n 589 374 572 366 556 366 c 0\n 534 366 516 382 516 404 c 0\n 516 426.004 526.273 461.515 531 483 c 1\n 297 483 l 1\n 267 342 l 1\n 352 342 l 1\n 353 349 l 1\n 359 378 362 385 372 395 c 0\n 385 408 402 416 417 416 c 0\n 440 416 457 400 457 379 c 0\n 457 371 456 367 453 349 c 1\n 428 236 l 2\n 422 208 419 201 409 190 c 0\n 397 178 380 170 365 170 c 0\n 342 170 325 186 325 207 c 0\n 325 213.421 328.007 232.526 331 243 c 1\n 246 243 l 1\n386 824 m 2\n 496 712 l 1\n 507 702 512 692 512 683 c 0\n 512 661 489 640 466 640 c 0\n 457 640 449 645 438 656 c 2\n 328 767 l 2\n 317 778 312 787 312 795 c 0\n 312 818 334 839 358 839 c 0\n 368 839 375 835 386 824 c 2\nEndSplineSet\nEndChar\nStartChar: Eacute\nEncoding: 201 201 136\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<535.937 550> 243 99<268 330> 243 340<246 267> 366 217<547 558> 483 99<181 196 297 530>\nDStem: 197 483 297 483 116 100 267 342 197 483 453 349 116 100 428 236 197 483 246 243 116 100 216 100 531 483 652 583 520 433 620 433 547 824 581 767 390 712 424 656\nFore\n246 243 m 1\n 216 100 l 1\n 471 100 l 1\n 483 152 l 1\n 488 180 492 188 502 198 c 0\n 514 212 531 219 546 219 c 0\n 569 219 587 203 587 182 c 0\n 587 174 586 170 583 152 c 1\n 550 0 l 1\n 80 0 l 2\n 40 0 23 12 23 40 c 0\n 23 56 32 74 46 85 c 0\n 61 98 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 125 494 125 523 c 0\n 125 539 134 557 149 569 c 0\n 163 581 172 583 204 583 c 2\n 652 583 l 1\n 620 433 l 2\n 614 405 611 397 601 387 c 0\n 589 374 572 366 556 366 c 0\n 534 366 516 382 516 404 c 0\n 516 426.004 526.273 461.515 531 483 c 1\n 297 483 l 1\n 267 342 l 1\n 352 342 l 1\n 353 349 l 1\n 359 378 362 385 372 395 c 0\n 385 408 402 416 417 416 c 0\n 440 416 457 400 457 378 c 0\n 457 370 457 369 453 349 c 1\n 428 236 l 2\n 422 208 419 201 409 190 c 0\n 397 178 380 170 365 170 c 0\n 342 170 325 186 325 207 c 0\n 325 213.421 328.007 232.526 331 243 c 1\n 246 243 l 1\n581 767 m 2\n 424 656 l 2\n 409 645 398 640 388 640 c 0\n 371 640 358 652 358 669 c 0\n 358 684 367 696 390 712 c 2\n 547 824 l 2\n 564 836 572 839 582 839 c 0\n 600 839 612 827 612 810 c 0\n 612 795 603 782 581 767 c 2\nEndSplineSet\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 137\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<542 550> 243 99<268 330> 243 340<246 267> 366 217<547 558> 483 99<181 196 297 530>\nDStem: 197 483 297 483 116 100 267 342 197 483 453 349 116 100 428 236 197 483 246 243 116 100 216 100 452 750 471 839 543 653 594 711 471 839 452 750 291 711 318 653 531 483 652 583 520 433 620 433\nFore\n246 243 m 1\n 216 100 l 1\n 471 100 l 1\n 483 152 l 1\n 488 180 492 188 502 198 c 0\n 514 211 531 219 546 219 c 0\n 569 219 587 203 587 182 c 0\n 587 175 586 170 583 152 c 1\n 550 0 l 1\n 80 0 l 2\n 39 0 23 12 23 40 c 0\n 23 56 32 74 46 85 c 0\n 61 98 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 125 494 125 523 c 0\n 125 539 134 556 149 569 c 0\n 163 581 172 583 204 583 c 2\n 652 583 l 1\n 620 433 l 2\n 614 405 611 397 601 387 c 0\n 589 374 572 366 556 366 c 0\n 534 366 516 382 516 404 c 0\n 516 426.004 526.273 461.515 531 483 c 1\n 297 483 l 1\n 267 342 l 1\n 352 342 l 1\n 353 349 l 1\n 359 378 362 385 372 395 c 0\n 385 408 402 416 417 416 c 0\n 440 416 457 400 457 379 c 0\n 457 371 456 367 453 349 c 1\n 428 236 l 2\n 422 208 419 201 409 190 c 0\n 397 178 380 170 365 170 c 0\n 342 170 325 186 325 207 c 0\n 325 213.421 328.007 232.526 331 243 c 1\n 246 243 l 1\n452 750 m 1\n 318 653 l 1\n 304 644 296 640 287 640 c 0\n 271 640 259 652 259 669 c 0\n 259 685 264 691 291 711 c 2\n 471 839 l 1\n 594 711 l 2\n 600.74 704.26 612 696.527 612 683 c 0\n 612 662 590 640 569 640 c 0\n 560 640 552 644 543 653 c 2\n 452 750 l 1\nEndSplineSet\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 138\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<538 550> 243 99<268 330> 243 340<246 267> 366 217<547 566> 483 99<181 196 297 530> 678 122<331 356 539 564>\nVStem: 283 122<727 751> 491 122<727 751>\nDStem: 197 483 297 483 116 100 267 342 197 483 453 349 116 100 428 236 197 483 246 243 116 100 216 100 531 483 652 583 520 433 620 433\nFore\n246 243 m 1\n 216 100 l 1\n 471 100 l 1\n 483 152 l 1\n 488 180 492 188 502 198 c 0\n 514 212 531 219 546 219 c 0\n 569 219 587 203 587 182 c 0\n 587 174 586 170 583 152 c 1\n 550 0 l 1\n 80 0 l 2\n 40 0 23 12 23 40 c 0\n 23 56 32 74 46 85 c 0\n 61 98 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 125 494 125 523 c 0\n 125 539 134 557 149 569 c 0\n 163 581 172 583 204 583 c 2\n 652 583 l 1\n 620 433 l 2\n 614 405 611 397 601 387 c 0\n 589 374 572 366 556 366 c 0\n 534 366 516 382 516 404 c 0\n 516 426.004 526.273 461.515 531 483 c 1\n 297 483 l 1\n 267 342 l 1\n 352 342 l 1\n 353 349 l 1\n 359 378 362 385 372 395 c 0\n 385 408 402 416 417 416 c 0\n 440 416 457 400 457 378 c 0\n 457 370 457 369 453 349 c 1\n 428 236 l 2\n 422 208 419 201 409 190 c 0\n 397 178 380 170 365 170 c 0\n 342 170 325 186 325 207 c 0\n 325 213.421 328.007 232.526 331 243 c 1\n 246 243 l 1\n356 800 m 0\n 384 800 405 779 405 751 c 0\n 405 713 369 678 331 678 c 0\n 306 678 283 701 283 727 c 0\n 283 763 320 800 356 800 c 0\n564 800 m 0\n 592 800 613 779 613 751 c 0\n 613 713 577 678 539 678 c 0\n 514 678 491 701 491 727 c 0\n 491 763 528 800 564 800 c 0\nEndSplineSet\nEndChar\nStartChar: Igrave\nEncoding: 204 204 139\nWidth: 600\nFlags: HMW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453>\nVStem: 196 436\nFore\n453 483 m 1\n 372 100 l 1\n 472 100 l 2\n 492 100 499 99 507 96 c 0\n 520 92 529 77 529 61 c 0\n 529 44 520 27 506 15 c 0\n 492 3 480 0 451 0 c 2\n 150 0 l 2\n 109 0 93 11 93 40 c 0\n 93 56 102 73 116 85 c 0\n 131 98 139 100 171 100 c 2\n 272 100 l 1\n 353 483 l 1\n 252 483 l 2\n 211 483 196 494 196 523 c 0\n 196 539 205 557 219 568 c 0\n 234 581 242 583 274 583 c 2\n 575 583 l 2\n 595 583 602 582 610 579 c 0\n 622 575 632 559 632 544 c 0\n 632 527 623 509 609 498 c 0\n 594 486 584 483 554 483 c 2\n 453 483 l 1\n395 824 m 2\n 505 712 l 1\n 516 702 521 692 521 683 c 0\n 521 661 498 640 475 640 c 0\n 467 640 457 645 447 656 c 2\n 337 767 l 1\n 326 777 321 787 321 795 c 0\n 321 818 343 839 367 839 c 0\n 377 839 383 836 395 824 c 2\nEndSplineSet\nEndChar\nStartChar: Iacute\nEncoding: 205 205 140\nWidth: 600\nFlags: HMW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453>\nVStem: 196 436\nFore\n453 483 m 1\n 372 100 l 1\n 472 100 l 2\n 492 100 499 99 507 96 c 0\n 520 92 529 77 529 61 c 0\n 529 44 520 27 506 15 c 0\n 492 3 480 0 451 0 c 2\n 150 0 l 2\n 109 0 93 11 93 40 c 0\n 93 56 102 73 116 85 c 0\n 131 98 139 100 171 100 c 2\n 272 100 l 1\n 353 483 l 1\n 252 483 l 2\n 211 483 196 494 196 523 c 0\n 196 539 205 557 219 568 c 0\n 234 581 242 583 274 583 c 2\n 575 583 l 2\n 595 583 602 582 610 579 c 0\n 622 575 632 559 632 544 c 0\n 632 527 623 509 609 498 c 0\n 594 486 584 483 554 483 c 2\n 453 483 l 1\n569 767 m 1\n 419 656 l 1\n 393 640 393 640 384 640 c 0\n 367 640 354 652 354 669 c 0\n 354 684 362 696 384 712 c 2\n 535 824 l 2\n 550 835 559 839 569 839 c 0\n 587 839 600 827 600 810 c 0\n 600 792.021 585.016 778.44 569 767 c 1\nEndSplineSet\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 141\nWidth: 600\nFlags: HMW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453>\nVStem: 196 436\nFore\n453 483 m 1\n 372 100 l 1\n 472 100 l 2\n 492 100 499 99 507 96 c 0\n 520 92 529 77 529 61 c 0\n 529 44 520 27 506 15 c 0\n 492 3 480 0 451 0 c 2\n 150 0 l 2\n 109 0 93 11 93 40 c 0\n 93 56 102 73 116 85 c 0\n 131 98 139 100 171 100 c 2\n 272 100 l 1\n 353 483 l 1\n 252 483 l 2\n 211 483 196 494 196 523 c 0\n 196 539 205 557 219 568 c 0\n 234 581 242 583 274 583 c 2\n 575 583 l 2\n 595 583 602 582 610 579 c 0\n 622 575 632 559 632 544 c 0\n 632 527 623 509 609 498 c 0\n 594 486 584 483 554 483 c 2\n 453 483 l 1\n461 750 m 1\n 326 653 l 2\n 313 644 305 640 296 640 c 0\n 280 640 268 652 268 668 c 0\n 268 685 274 692 300 711 c 2\n 480 839 l 1\n 603 711 l 2\n 619 694 620 693 620 683 c 0\n 620 661 599 640 577 640 c 0\n 569 640 561 644 552 653 c 2\n 461 750 l 1\nEndSplineSet\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 142\nWidth: 600\nFlags: HW\nHStem: 0 100<149 272 373 473> 483 100<251 352 453 576> 678 122<340 365 548 573>\nVStem: 93 436<40 61> 196 436<523 544> 292 122<727 751> 500 122<727 751>\nDStem: 353 483 453 483 272 100 372 100\nFore\n453 483 m 1\n 372 100 l 1\n 472 100 l 2\n 492 100 499 99 507 96 c 0\n 520 92 529 77 529 61 c 0\n 529 44 520 27 506 15 c 0\n 492 3 480 0 451 0 c 2\n 150 0 l 2\n 109 0 93 11 93 40 c 0\n 93 56 102 73 116 85 c 0\n 131 98 139 100 171 100 c 2\n 272 100 l 1\n 353 483 l 1\n 252 483 l 2\n 211 483 196 494 196 523 c 0\n 196 539 205 557 219 568 c 0\n 234 581 242 583 274 583 c 2\n 575 583 l 2\n 595 583 602 582 610 579 c 0\n 622 575 632 559 632 544 c 0\n 632 527 623 509 609 498 c 0\n 594 486 584 483 554 483 c 2\n 453 483 l 1\n365 800 m 0\n 393 800 414 779 414 751 c 0\n 414 713 378 678 340 678 c 0\n 315 678 292 701 292 727 c 0\n 292 763 329 800 365 800 c 0\n573 800 m 0\n 601 800 622 779 622 751 c 0\n 622 713 586 678 548 678 c 0\n 523 678 500 701 500 727 c 0\n 500 763 537 800 573 800 c 0\nEndSplineSet\nEndChar\nStartChar: Eth\nEncoding: 208 208 143\nWidth: 600\nFlags: HMW\nHStem: 0 100<83.5 96 196 285> 243 100<247 300> 483 100<277 277 277 387>\nVStem: 62 316 520 101\nFore\n126 243 m 1\n 119 243 l 2\n 78 243 62 254 62 283 c 0\n 62 299 71 316 85 328 c 0\n 100 341 108 343 140 343 c 2\n 147 343 l 1\n 177 483 l 1\n 142 483 126 496 126 523 c 0\n 126 539 135 556 149 569 c 0\n 164 581 172 583 204 583 c 2\n 417 583 l 2\n 539 583 622 497 622 369 c 0\n 622 330.097 612.235 292.005 605 258 c 1\n 590 185 553 123 497 75 c 0\n 437 23 371 0 285 0 c 2\n 80 0 l 2\n 39 0 23 12 23 40 c 0\n 23 56 32 73 46 85 c 0\n 60 97 71 100 96 100 c 1\n 126 243 l 1\n226 243 m 1\n 196 100 l 1\n 306 100 l 2\n 366 100 401 112 440 144 c 0\n 475 174 495 210 506 261 c 2\n 516 307 l 2\n 519 321 520 335 520 350 c 0\n 520 392 503 434 475 457 c 0\n 456 474 424 483 387 483 c 2\n 277 483 l 1\n 247 343 l 1\n 321 343 l 2\n 341 343 348 342 356 339 c 0\n 368 335 378 319 378 304 c 0\n 378 287 369 269 355 258 c 0\n 341 246 328 243 300 243 c 2\n 226 243 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 144\nWidth: 600\nFlags: HMW\nHStem: 0 100<81 94 194 207> 483 100<519 533 633 645.5> 730 68\nVStem: 21 264 442 264\nFore\n380 730 m 0\n 362 730 353 724 314 684 c 0\n 305 674 296 670 286 670 c 0\n 272 670 261 680 261 693 c 0\n 261 708 273 728 299 753 c 0\n 331 783 363 799 393 799 c 0\n 416 799 432 792 476 762 c 0\n 504 742 517 736 528 736 c 0\n 543 736 548 739 576 770 c 0\n 593 788 610 799 621 799 c 0\n 635 799 648 788 648 776 c 0\n 648 764 639 749 619 728 c 0\n 579 685 548 667 516 667 c 0\n 494 667 462 682 426 709 c 0\n 403 726 395 730 380 730 c 0\n256 394 m 1\n 194 100 l 1\n 229 100 l 2\n 249 100 255 99 263 96 c 0\n 276 92 285 77 285 61 c 0\n 285 44 276 27 262 15 c 0\n 249 4 235 0 207 0 c 2\n 78 0 l 2\n 37 0 21 11 21 40 c 0\n 21 56 30 73 44 85 c 0\n 58 97 68 100 94 100 c 1\n 175 483 l 1\n 160 483 l 2\n 119 483 104 494 104 523 c 0\n 104 539 113 556 127 568 c 0\n 141 580 151 583 182 583 c 2\n 296 583 l 1\n 471 191 l 1\n 533 483 l 1\n 498 483 l 2\n 457 483 442 494 442 523 c 0\n 442 539 451 556 465 569 c 0\n 480 581 488 583 519 583 c 2\n 649 583 l 2\n 669 583 676 582 684 579 c 0\n 697 575 706 560 706 543 c 0\n 706 527 697 510 683 498 c 0\n 669 486 658 483 633 483 c 1\n 530 0 l 1\n 432 0 l 1\n 256 394 l 1\nEndSplineSet\nEndChar\nStartChar: Ograve\nEncoding: 210 210 145\nWidth: 600\nFlags: HMW\nHStem: -13 99 497 99\nVStem: 75 103<198 266> 546 102\nFore\n426 597 m 0\n 554 597 649 498 649 366 c 0\n 649 270 610 174 541 102 c 0\n 472 30 380 -14 297 -14 c 0\n 170 -14 75 86 75 220 c 0\n 75 312 116 411 182 481 c 0\n 250 552 345 597 426 597 c 0\n405 497 m 0\n 290 497 178 371 178 243 c 0\n 178 153 237 86 317 86 c 0\n 434 86 546 211 546 342 c 0\n 546 431 486 497 405 497 c 0\n398 824 m 2\n 508 712 l 1\n 519 702 524 692 524 683 c 0\n 524 661 501 640 478 640 c 0\n 469 640 460 645 450 656 c 2\n 340 767 l 1\n 329 777 324 787 324 795 c 0\n 324 818 346 839 370 839 c 0\n 380 839 386 836 398 824 c 2\nEndSplineSet\nKernsSLIF: 89 -51 0 0 86 -32 0 0 84 -23 0 0\nEndChar\nStartChar: Oacute\nEncoding: 211 211 146\nWidth: 600\nFlags: HMW\nHStem: -13 99 497 99\nVStem: 75 103<198 266> 546 102\nFore\n426 597 m 0\n 554 597 649 498 649 366 c 0\n 649 270 610 174 541 102 c 0\n 472 30 380 -14 297 -14 c 0\n 170 -14 75 86 75 220 c 0\n 75 312 116 411 182 481 c 0\n 250 552 345 597 426 597 c 0\n405 497 m 0\n 290 497 178 371 178 243 c 0\n 178 153 237 86 317 86 c 0\n 434 86 546 211 546 342 c 0\n 546 431 486 497 405 497 c 0\n587 767 m 2\n 429 656 l 2\n 413 644 403 640 394 640 c 0\n 376 640 364 652 364 670 c 0\n 364 684 374 698 395 712 c 2\n 552 824 l 1\n 569 835 577 839 588 839 c 0\n 605 839 618 827 618 810 c 0\n 618 795 610 783 587 767 c 2\nEndSplineSet\nKernsSLIF: 89 -51 0 0 87 -4 0 0 86 -32 0 0 84 -23 0 0 65 -21 0 0\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 147\nWidth: 600\nFlags: HMW\nHStem: -14 100<277 338.5> 497 99\nVStem: 75 103<198 266> 546 102\nFore\n426 597 m 0\n 554 597 649 498 649 366 c 0\n 649 270 610 174 541 102 c 0\n 472 30 380 -14 297 -14 c 0\n 170 -14 75 86 75 220 c 0\n 75 312 116 411 182 481 c 0\n 250 552 345 597 426 597 c 0\n405 497 m 0\n 290 497 178 371 178 243 c 0\n 178 153 237 86 317 86 c 0\n 434 86 546 211 546 342 c 0\n 546 431 486 497 405 497 c 0\n460 750 m 1\n 326 653 l 2\n 313 644 304 640 295 640 c 0\n 279 640 267 652 267 668 c 0\n 267 685 271 691 299 711 c 2\n 479 839 l 1\n 603 711 l 2\n 620 693 620 693 620 683 c 0\n 620 661 599 640 577 640 c 0\n 568 640 561 644 552 653 c 2\n 460 750 l 1\nEndSplineSet\nKernsSLIF: 89 -51 0 0 86 -32 0 0 84 -23 0 0\nEndChar\nStartChar: Otilde\nEncoding: 213 213 148\nWidth: 600\nFlags: HW\nHStem: -14 100<308 318> 497 99<405 411> 668 68<535 537> 730 68<388 395>\nVStem: 75 103<226 245> 546 102<341 354>\nFore\n426 597 m 0\n 554 597 649 498 649 366 c 0\n 649 270 610 174 541 102 c 0\n 472 30 380 -14 297 -14 c 0\n 169 -14 75 85 75 220 c 0\n 75 312 116 411 182 481 c 0\n 250 552 345 597 426 597 c 0\n405 497 m 0\n 290 497 178 371 178 243 c 0\n 178 153 237 86 317 86 c 0\n 434 86 546 211 546 342 c 0\n 546 431 486 497 405 497 c 0\n629 799 m 0\n 643 799 656 788 656 776 c 0\n 656 764 647 750 627 728 c 0\n 586 684 557 667 524 667 c 0\n 502 667 472 681 434 709 c 0\n 410 726 402 730 388 730 c 0\n 370 730 361 724 320 682 c 0\n 313 675 303 670 294 670 c 0\n 280 670 269 680 269 693 c 0\n 269 709 282 729 309 754 c 0\n 340 784 372 799 401 799 c 0\n 424 799 440 791 484 762 c 0\n 512 742 525 736 536 736 c 0\n 551 736 556 740 584 770 c 0\n 602 789 617 799 629 799 c 0\nEndSplineSet\nKernsSLIF: 89 -51 0 0 86 -32 0 0 84 -23 0 0\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 149\nWidth: 600\nFlags: HW\nHStem: -13 99<315 318> 497 99<405 415> 678 122<339 364 547 572>\nVStem: 75 103<226 245> 291 122<727 751> 499 122<727 751> 546 102<341 354>\nFore\n426 597 m 0\n 554 597 649 498 649 366 c 0\n 649 270 610 174 541 102 c 0\n 472 30 380 -14 297 -14 c 0\n 170 -14 75 86 75 220 c 0\n 75 312 116 411 182 481 c 0\n 250 552 345 597 426 597 c 0\n405 497 m 0\n 290 497 178 371 178 243 c 0\n 178 153 237 86 317 86 c 0\n 434 86 546 211 546 342 c 0\n 546 431 486 497 405 497 c 0\n364 800 m 0\n 392 800 413 779 413 751 c 0\n 413 713 377 678 339 678 c 0\n 314 678 291 701 291 727 c 0\n 291 763 328 800 364 800 c 0\n572 800 m 0\n 600 800 621 779 621 751 c 0\n 621 713 585 678 547 678 c 0\n 522 678 499 701 499 727 c 0\n 499 763 536 800 572 800 c 0\nEndSplineSet\nKernsSLIF: 89 -51 0 0 88 -28 0 0 87 -4 0 0 86 -32 0 0 84 -23 0 0 65 -21 0 0\nEndChar\nStartChar: multiply\nEncoding: 215 215 150\nWidth: 600\nFlags: HW\nDStem: 207 383 293 454 288 280 374 351 288 280 344 209 163 177 219 106 344 209 430 280 425 106 511 177 499 454 555 383 374 351 430 280\nFore\n344 209 m 1\n 219 106 l 2\n 194 85 183 80 167 80 c 0\n 143 80 126 97 126 120 c 0\n 126 141 134 153 163 177 c 2\n 288 280 l 1\n 207 383 l 2\n 192 401 189 408 189 421 c 0\n 189 450 221 480 252 480 c 0\n 267 480 277 474 293 454 c 2\n 374 351 l 1\n 499 454 l 2\n 525 475 534 480 551 480 c 0\n 575 480 592 463 592 440 c 0\n 592 420 583 407 555 383 c 2\n 430 280 l 1\n 511 177 l 2\n 525 159 529 151 529 139 c 0\n 529 110 497 80 466 80 c 0\n 450 80 441 85 425 106 c 2\n 344 209 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Oslash\nEncoding: 216 216 151\nWidth: 600\nFlags: HMW\nHStem: -14 100<305.5 339.5> 497 99\nVStem: 75 103<230 307> 546 103<317.5 353>\nFore\n165 28 m 1\n 97 -40 l 2\n 72 -65 63 -70 44 -70 c 0\n 21 -70 4 -54 4 -33 c 0\n 4 -16 10 -5 35 19 c 2\n 108 92 l 1\n 85 132 75 171 75 220 c 0\n 75 413 247 597 427 597 c 0\n 480 597 525 581 566 549 c 1\n 624 607 l 2\n 649 632 660 638 678 638 c 0\n 700 638 717 622 717 600 c 0\n 717 582 711 573 687 548 c 1\n 621 483 l 1\n 640 449 649 409 649 365 c 0\n 649 270 610 174 542 102 c 0\n 473 30 381 -14 298 -14 c 0\n 248 -14 203 0 165 28 c 1\n538 400 m 1\n 244 107 l 1\n 267 93 292 86 319 86 c 0\n 435 86 546 212 546 342 c 0\n 546 364 544 380 538 400 c 1\n190 174 m 1\n 487 471 l 1\n 463 488 436 497 405 497 c 0\n 290 497 178 371 178 243 c 0\n 178 217 182 197 190 174 c 1\nEndSplineSet\nKernsSLIF: 65 -13 0 0\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 152\nWidth: 600\nFlags: HMW\nHStem: -14 100<288 354.5> 483 100<274 274 274 309 519 532 632 644.5>\nVStem: 111 100 441 264\nFore\n705 544 m 0\n 705 510.105 678.669 483 632 483 c 1\n 573 205 l 1\n 547 81 427 -14 298 -14 c 0\n 189 -14 110 59 110 158 c 0\n 110 173 112 188 115 205 c 1\n 174 483 l 1\n 138 483 123 495 123 523 c 0\n 123 539 132 557 146 569 c 0\n 161 581 170 583 201 583 c 2\n 331 583 l 2\n 353 583 357 583 365 579 c 0\n 378 575 387 559 387 544 c 0\n 387 527 378 509 364 498 c 0\n 350 486 339 483 309 483 c 2\n 274 483 l 1\n 213 196 l 1\n 212 189 211 182 211 176 c 0\n 211 124 257 86 319 86 c 0\n 390 86 458 135 471 196 c 2\n 532 483 l 1\n 497 483 l 2\n 456 483 441 494 441 523 c 0\n 441 539 450 556 464 569 c 0\n 479 581 487 583 519 583 c 2\n 648 583 l 2\n 668 583 675 582 683 579 c 0\n 696 575 705 560 705 544 c 0\n399 824 m 2\n 509 712 l 2\n 520 701 525 692 525 683 c 0\n 525 661 502 640 479 640 c 0\n 470 640 461 645 451 656 c 2\n 340 767 l 2\n 330 777 325 787 325 795 c 0\n 325 818 347 839 370 839 c 0\n 381 839 387 836 399 824 c 2\nEndSplineSet\nKernsSLIF: 65 -23 0 0\nEndChar\nStartChar: Uacute\nEncoding: 218 218 153\nWidth: 600\nFlags: HMW\nHStem: -14 100<288 354.5> 483 100<274 274 274 309 519 532 632 644.5>\nVStem: 111 100 441 264\nFore\n705 544 m 0\n 705 510.105 678.669 483 632 483 c 1\n 573 205 l 1\n 547 81 427 -14 298 -14 c 0\n 189 -14 110 59 110 158 c 0\n 110 173 112 188 115 205 c 1\n 174 483 l 1\n 138 483 123 495 123 523 c 0\n 123 539 132 557 146 569 c 0\n 161 581 170 583 201 583 c 2\n 331 583 l 2\n 353 583 357 583 365 579 c 0\n 378 575 387 559 387 544 c 0\n 387 527 378 509 364 498 c 0\n 350 486 339 483 309 483 c 2\n 274 483 l 1\n 213 196 l 1\n 212 189 211 182 211 176 c 0\n 211 124 257 86 319 86 c 0\n 390 86 458 135 471 196 c 2\n 532 483 l 1\n 497 483 l 2\n 456 483 441 494 441 523 c 0\n 441 539 450 556 464 569 c 0\n 479 581 487 583 519 583 c 2\n 648 583 l 2\n 668 583 675 582 683 579 c 0\n 696 575 705 560 705 544 c 0\n587 767 m 2\n 429 656 l 1\n 414 644 404 640 395 640 c 0\n 377 640 365 652 365 670 c 0\n 365 684 375 698 395 712 c 2\n 553 824 l 2\n 569 835 578 839 589 839 c 0\n 606 839 619 827 619 810 c 0\n 619 794 612 784 587 767 c 2\nEndSplineSet\nKernsSLIF: 114 -36 0 0 46 -118 0 0 112 -3 0 0 110 -10 0 0 109 14 0 0 44 -98 0 0 65 -23 0 0\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 154\nWidth: 600\nFlags: HMW\nHStem: -14 100<288 354.5> 483 100<274 274 274 309 519 532 632 644.5>\nVStem: 111 100 441 264\nFore\n705 544 m 0\n 705 510.105 678.669 483 632 483 c 1\n 573 205 l 1\n 547 81 427 -14 298 -14 c 0\n 189 -14 110 59 110 158 c 0\n 110 173 112 188 115 205 c 1\n 174 483 l 1\n 138 483 123 495 123 523 c 0\n 123 539 132 557 146 569 c 0\n 161 581 170 583 201 583 c 2\n 331 583 l 2\n 353 583 357 583 365 579 c 0\n 378 575 387 559 387 544 c 0\n 387 527 378 509 364 498 c 0\n 350 486 339 483 309 483 c 2\n 274 483 l 1\n 213 196 l 1\n 212 189 211 182 211 176 c 0\n 211 124 257 86 319 86 c 0\n 390 86 458 135 471 196 c 2\n 532 483 l 1\n 497 483 l 2\n 456 483 441 494 441 523 c 0\n 441 539 450 556 464 569 c 0\n 479 581 487 583 519 583 c 2\n 648 583 l 2\n 668 583 675 582 683 579 c 0\n 696 575 705 560 705 544 c 0\n461 750 m 1\n 327 653 l 2\n 313 643 305 640 296 640 c 0\n 280 640 268 652 268 669 c 0\n 268 685 273 692 300 711 c 2\n 480 839 l 1\n 611 703 l 1\n 619 696 621 691 621 683 c 0\n 621 661 599 640 578 640 c 0\n 569 640 561 644 552 653 c 2\n 461 750 l 1\nEndSplineSet\nKernsSLIF: 65 -23 0 0\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 155\nWidth: 600\nFlags: HW\nHStem: -14 100<302 320> 483 100<274 331 494 531 632.031 650> 678 122<340 365 548 573>\nVStem: 111 100<175 177> 123 264<523 544> 292 122<727 751> 441 264<523 544> 500 122<727 751>\nDStem: 174 483 274 483 115 205 213 196 532 483 632 483 471 196 573 205\nFore\n705 544 m 0\n 705 510.105 678.669 483 632 483 c 1\n 573 205 l 1\n 547 81 427 -14 298 -14 c 0\n 189 -14 110 59 110 158 c 0\n 110 173 112 188 115 205 c 1\n 174 483 l 1\n 138 483 123 495 123 523 c 0\n 123 539 132 557 146 569 c 0\n 161 581 170 583 201 583 c 2\n 331 583 l 2\n 353 583 357 583 365 579 c 0\n 378 575 387 559 387 544 c 0\n 387 527 378 509 364 498 c 0\n 350 486 339 483 309 483 c 2\n 274 483 l 1\n 213 196 l 1\n 212 189 211 182 211 176 c 0\n 211 124 257 86 319 86 c 0\n 390 86 458 135 471 196 c 2\n 532 483 l 1\n 497 483 l 2\n 456 483 441 494 441 523 c 0\n 441 539 450 556 464 569 c 0\n 479 581 487 583 519 583 c 2\n 648 583 l 2\n 668 583 675 582 683 579 c 0\n 696 575 705 560 705 544 c 0\n365 800 m 0\n 393 800 414 779 414 751 c 0\n 414 713 378 678 340 678 c 0\n 315 678 292 701 292 727 c 0\n 292 763 329 800 365 800 c 0\n573 800 m 0\n 601 800 622 779 622 751 c 0\n 622 713 586 678 548 678 c 0\n 523 678 500 701 500 727 c 0\n 500 763 537 800 573 800 c 0\nEndSplineSet\nKernsSLIF: 114 -36 0 0 46 -118 0 0 112 -3 0 0 110 -10 0 0 109 14 0 0 44 -98 0 0 98 20 0 0 65 -23 0 0\nEndChar\nStartChar: Yacute\nEncoding: 221 221 156\nWidth: 600\nFlags: HW\nHStem: 0 100<182 272 373 436> 483 100<188 188 617 639>\nVStem: 128 366<40 61> 134 224<523 544> 467 227<523 544>\nDStem: 188 483 308 483 302 245 374 348 302 245 402 245 272 100 372 100 497 483 617 483 374 348 402 245 556 824 590 767 398 712 433 656\nFore\n590 767 m 2\n 433 656 l 2\n 417 644 407 640 398 640 c 0\n 380 640 368 652 368 669 c 0\n 368 684 378 698 398 712 c 2\n 556 824 l 2\n 572 835 581 839 592 839 c 0\n 609 839 622 827 622 810 c 0\n 622 794 614 784 590 767 c 2\n402 245 m 1\n 372 100 l 1\n 437 100 l 2\n 457 100 464 99 472 96 c 0\n 485 92 494 76 494 61 c 0\n 494 45 485 26 471 15 c 0\n 457 4 444 0 416 0 c 2\n 185 0 l 2\n 144 0 128 12 128 40 c 0\n 128 56 137 74 151 85 c 0\n 166 98 175 100 206 100 c 2\n 272 100 l 1\n 302 245 l 1\n 188 483 l 1\n 182 483 l 2\n 151 483 134 497 134 523 c 0\n 134 539 143 557 157 568 c 0\n 172 581 181 583 212 583 c 2\n 302 583 l 2\n 322 583 328 582 336 579 c 0\n 349 575 358 560 358 544 c 0\n 358 517 341 496 308 483 c 1\n 374 348 l 1\n 497 483 l 1\n 475 492 467 503 467 523 c 0\n 467 539 476 556 490 569 c 1\n 504 580 514 583 545 583 c 2\n 638 583 l 2\n 658 583 664 582 672 579 c 0\n 685 575 694 559 694 544 c 0\n 694 527 685 510 671 498 c 0\n 657 486 645 483 620 483 c 2\n 617 483 l 1\n 402 245 l 1\nEndSplineSet\nEndChar\nStartChar: Thorn\nEncoding: 222 222 157\nWidth: 600\nFlags: HMW\nHStem: 0 100<101 116 216 293> 140 100<246 322> 343 100<289 387 387 398> 483 100<297 297 297 396>\nVStem: 23 349 484 104<300 316.5>\nFore\n224 140 m 1\n 216 100 l 1\n 314 100 l 2\n 335 100 341 99 350 96 c 0\n 362 92 372 76 372 61 c 0\n 372 45 363 26 349 15 c 0\n 335 4 321 0 293 0 c 2\n 80 0 l 2\n 39 0 23 12 23 40 c 0\n 23 56 32 73 46 85 c 0\n 60 97 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 162 483 156 484 148 487 c 0\n 135 491 126 507 126 523 c 0\n 126 539 135 556 149 568 c 0\n 163 580 175 583 204 583 c 2\n 417 583 l 2\n 458 583 474 572 474 543 c 0\n 474 527 465 510 451 498 c 0\n 436 486 427 483 396 483 c 2\n 297 483 l 1\n 289 443 l 1\n 387 443 l 2\n 461 443 503 435 535 415 c 0\n 568 394 588 358 588 321 c 0\n 588 279 566 234 530 201 c 0\n 482 157 425 140 322 140 c 2\n 224 140 l 1\n246 240 m 1\n 376 240 l 2\n 448 240 484 261 484 302 c 0\n 484 331 459 343 398 343 c 2\n 267 343 l 1\n 246 240 l 1\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 158\nWidth: 600\nFlags: HW\nHStem: -16 172<338 370> 0 100<77 116> 523 99<379 390>\nVStem: 22 228<40 63> 444 101<470 480> 467 102<191 214>\nDStem: 196 478 293 461 116 100 216 100\nFore\n116 100 m 1\n 196 478 l 2\n 214 563 299 623 400 623 c 0\n 488 623 546 570 546 490 c 0\n 546 441 530 405 489 365 c 1\n 542 328 569 278 569 214 c 0\n 569 158 547 98 511 53 c 0\n 473 7 427 -16 370 -16 c 0\n 310 -16 272 18 272 74 c 0\n 272 121 300 156 338 156 c 0\n 359 156 375 143 375 125 c 2\n 375 113 l 2\n 375 94 383 84 399 84 c 0\n 434 84 467 137 467 191 c 0\n 467 227 449 261 418 281 c 0\n 402 292 375 299 342 303 c 0\n 309 307 296 318 296 342 c 0\n 296 375 321 398 360 402 c 0\n 394 406 407 411 423 425 c 0\n 436 438 444 454 444 470 c 0\n 444 503 420 523 380 523 c 0\n 331 523 301 502 293 461 c 1\n 216 100 l 1\n 239 96 250 84 250 63 c 0\n 250 41 237 19 216 7 c 0\n 207 2 193 0 171 0 c 2\n 78 0 l 2\n 38 0 22 11 22 40 c 0\n 22 56 31 73 45 85 c 0\n 59 97 69 100 100 100 c 2\n 116 100 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: agrave\nEncoding: 224 224 159\nWidth: 600\nFlags: HMW\nHStem: 0 21<388 388 388 505> 196 92<295.5 337> 350 100<361.5 397.5>\nVStem: 65 109<108.5 112.5> 453 104\nFore\n388 0 m 1\n 393 23 l 1\n 340 -2 278 -16 219 -16 c 0\n 130 -16 65 32 65 98 c 0\n 65 127 79 159 105 190 c 0\n 158 253 244 288 346 288 c 0\n 378 288 408 285 447 278 c 1\n 449.516 289.574 453 297.302 453 311 c 0\n 453 338 426 350 369 350 c 0\n 337 350 295 344 249 333 c 0\n 232 329 218 327 207 327 c 0\n 185 327 169 343 169 366 c 0\n 169 388 182 408 202 417 c 0\n 236 433 334 450 389 450 c 0\n 493 450 557 407 557 337 c 0\n 557 324 556 314 553 302 c 1\n 510 100 l 1\n 527 100 l 2\n 547 100 553 99 561 96 c 0\n 574 92 583 77 583 61 c 0\n 583 44 574 27 560 15 c 0\n 547 3 534 0 505 0 c 2\n 388 0 l 1\n418 135 m 1\n 428 185 l 1\n 390 192 354 196 320 196 c 0\n 271 196 230 182 198 156 c 0\n 182 142 174 130 174 118 c 0\n 174 99 203 84 241 84 c 0\n 296 84 355 101 418 135 c 1\n350 680 m 2\n 460 569 l 1\n 471 559 476 549 476 540 c 0\n 476 517 453 496 430 496 c 0\n 421 496 414 500 402 512 c 2\n 292 624 l 1\n 281 634 276 644 276 652 c 0\n 276 675 298 696 322 696 c 0\n 332 696 338 693 350 680 c 2\nEndSplineSet\nKernsSLIF: 121 -36 0 0 119 -13 0 0 118 -25 0 0\nEndChar\nStartChar: aacute\nEncoding: 225 225 160\nWidth: 600\nFlags: HMW\nHStem: 0 21<389 389 389 506> 196 92<296.5 338> 350 100<362.5 398.5>\nVStem: 66 109<108.5 112.5> 454 104\nFore\n389 0 m 1\n 394 23 l 1\n 341 -2 279 -16 220 -16 c 0\n 131 -16 66 32 66 98 c 0\n 66 127 80 159 106 190 c 0\n 159 253 245 288 347 288 c 0\n 379 288 409 285 448 278 c 1\n 450.516 289.574 454 297.302 454 311 c 0\n 454 338 427 350 370 350 c 0\n 338 350 296 344 250 333 c 0\n 233 329 219 327 208 327 c 0\n 186 327 170 343 170 366 c 0\n 170 388 183 408 203 417 c 0\n 237 433 335 450 390 450 c 0\n 494 450 558 407 558 337 c 0\n 558 324 557 314 554 302 c 1\n 511 100 l 1\n 528 100 l 2\n 548 100 554 99 562 96 c 0\n 575 92 584 77 584 61 c 0\n 584 44 575 27 561 15 c 0\n 548 3 535 0 506 0 c 2\n 389 0 l 1\n419 135 m 1\n 429 185 l 1\n 391 192 355 196 321 196 c 0\n 272 196 231 182 199 156 c 0\n 183 142 175 130 175 118 c 0\n 175 99 204 84 242 84 c 0\n 297 84 356 101 419 135 c 1\n553 624 m 2\n 395 512 l 2\n 377 499 370 496 360 496 c 0\n 342 496 330 508 330 526 c 0\n 330 541 340 554 361 569 c 2\n 519 680 l 2\n 537 693 543 696 554 696 c 0\n 572 696 584 684 584 667 c 0\n 584 652 575 639 553 624 c 2\nEndSplineSet\nKernsSLIF: 121 -36 0 0 119 -13 0 0 118 -25 0 0\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 161\nWidth: 600\nFlags: HMW\nHStem: 0 21<388 388 388 505> 196 92<295.5 337> 350 100<361.5 397.5>\nVStem: 65 109<108.5 112.5> 453 104\nFore\n388 0 m 1\n 393 23 l 1\n 340 -2 278 -16 219 -16 c 0\n 130 -16 65 32 65 98 c 0\n 65 127 79 159 105 190 c 0\n 158 253 244 288 346 288 c 0\n 378 288 408 285 447 278 c 1\n 449.516 289.574 453 297.302 453 311 c 0\n 453 338 426 350 369 350 c 0\n 337 350 295 344 249 333 c 0\n 232 329 218 327 207 327 c 0\n 185 327 169 343 169 366 c 0\n 169 388 182 408 202 417 c 0\n 236 433 334 450 389 450 c 0\n 493 450 557 407 557 337 c 0\n 557 324 556 314 553 302 c 1\n 510 100 l 1\n 527 100 l 2\n 547 100 553 99 561 96 c 0\n 574 92 583 77 583 61 c 0\n 583 44 574 27 560 15 c 0\n 547 3 534 0 505 0 c 2\n 388 0 l 1\n418 135 m 1\n 428 185 l 1\n 390 192 354 196 320 196 c 0\n 271 196 230 182 198 156 c 0\n 182 142 174 130 174 118 c 0\n 174 99 203 84 241 84 c 0\n 296 84 355 101 418 135 c 1\n420 607 m 1\n 286 510 l 2\n 273 501 264 497 255 497 c 0\n 239 497 227 509 227 525 c 0\n 227 542 232 548 259 567 c 2\n 439 696 l 1\n 563 567 l 2\n 579 551 580 550 580 540 c 0\n 580 518 559 497 537 497 c 0\n 528 497 520 501 512 510 c 2\n 420 607 l 1\nEndSplineSet\nEndChar\nStartChar: atilde\nEncoding: 227 227 162\nWidth: 600\nFlags: HW\nHStem: -16 100<225 243> 0 21G<388 505> 0 100<510 527> 196 92<319 348> 350 100<368 394> 524 68<491 493> 587 68<346 353>\nVStem: 65 109<98 118> 453 104<311 337>\nDStem: 452 301 553 302 447 278 510 100\nFore\n388 0 m 1\n 393 23 l 1\n 340 -2 278 -16 219 -16 c 0\n 130 -16 65 32 65 98 c 0\n 65 127 79 159 105 190 c 0\n 158 253 244 288 346 288 c 0\n 378 288 408 285 447 278 c 1\n 449.516 289.574 453 297.302 453 311 c 0\n 453 338 426 350 369 350 c 0\n 337 350 295 344 249 333 c 0\n 232 329 218 327 207 327 c 0\n 185 327 169 343 169 366 c 0\n 169 388 182 408 202 417 c 0\n 236 433 334 450 389 450 c 0\n 493 450 557 407 557 337 c 0\n 557 324 556 314 553 302 c 1\n 510 100 l 1\n 527 100 l 2\n 547 100 553 99 561 96 c 0\n 574 92 583 77 583 61 c 0\n 583 44 574 27 560 15 c 0\n 547 3 534 0 505 0 c 2\n 388 0 l 1\n418 135 m 1\n 428 185 l 1\n 390 192 354 196 320 196 c 0\n 271 196 230 182 198 156 c 0\n 182 142 174 130 174 118 c 0\n 174 99 203 84 241 84 c 0\n 296 84 355 101 418 135 c 1\n585 656 m 0\n 599 656 612 645 612 633 c 0\n 612 621 603 606 583 584 c 0\n 542 540 513 523 480 523 c 0\n 458 523 428 538 390 566 c 0\n 367 583 359 587 345 587 c 0\n 327 587 318 580 280 541 c 0\n 270 530 261 526 251 526 c 0\n 237 526 226 536 226 549 c 0\n 226 565 239 585 266 611 c 0\n 297 640 329 656 358 656 c 0\n 380 656 397 648 440 618 c 0\n 469 598 481 592 492 592 c 0\n 507 592 512 595 540 626 c 0\n 558 646 573 656 585 656 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: adieresis\nEncoding: 228 228 163\nWidth: 600\nFlags: HW\nHStem: -16 100<225 243> 0 21G<388 505> 0 100<510 527> 196 92<319 348> 350 100<368 394> 534 120<298 324 506 532>\nVStem: 65 109<98 118> 250 123<582 606> 453 104<311 337> 458 123<582 606>\nDStem: 452 301 553 302 447 278 510 100\nFore\n388 0 m 1\n 393 23 l 1\n 340 -2 278 -16 219 -16 c 0\n 130 -16 65 32 65 98 c 0\n 65 127 79 159 105 190 c 0\n 158 253 244 288 346 288 c 0\n 378 288 408 285 447 278 c 1\n 449.516 289.574 453 297.302 453 311 c 0\n 453 338 426 350 369 350 c 0\n 337 350 295 344 249 333 c 0\n 232 329 218 327 207 327 c 0\n 185 327 169 343 169 366 c 0\n 169 388 182 408 202 417 c 0\n 236 433 334 450 389 450 c 0\n 493 450 557 407 557 337 c 0\n 557 324 556 314 553 302 c 1\n 510 100 l 1\n 527 100 l 2\n 547 100 553 99 561 96 c 0\n 574 92 583 77 583 61 c 0\n 583 44 574 27 560 15 c 0\n 547 3 534 0 505 0 c 2\n 388 0 l 1\n418 135 m 1\n 428 185 l 1\n 390 192 354 196 320 196 c 0\n 271 196 230 182 198 156 c 0\n 182 142 174 130 174 118 c 0\n 174 99 203 84 241 84 c 0\n 296 84 355 101 418 135 c 1\n324 654 m 0\n 353 654 373 634 373 606 c 0\n 373 569 337 534 298 534 c 0\n 271 534 250 555 250 582 c 0\n 250 618 287 654 324 654 c 0\n532 654 m 0\n 561 654 581 634 581 606 c 0\n 581 569 545 534 506 534 c 0\n 479 534 458 555 458 582 c 0\n 458 618 495 654 532 654 c 0\nEndSplineSet\nMinimumDistance: x33,-1 \nKernsSLIF: 121 -36 0 0 119 -13 0 0 118 -25 0 0\nEndChar\nStartChar: aring\nEncoding: 229 229 164\nWidth: 600\nFlags: HW\nHStem: -16 100<225 243> 0 21G<388 505> 0 100<510 527> 196 92<319 348> 350 100<368 394> 486 54<393 406> 674 53<428 443>\nVStem: 65 109<98 118> 293 54<584 597> 453 104<311 337> 490 54<617 629>\nDStem: 452 301 553 302 447 278 510 100\nFore\n388 0 m 1\n 393 23 l 1\n 340 -2 278 -16 219 -16 c 0\n 130 -16 65 32 65 98 c 0\n 65 127 79 159 105 190 c 0\n 158 253 244 288 346 288 c 0\n 378 288 408 285 447 278 c 1\n 449.516 289.574 453 297.302 453 311 c 0\n 453 338 426 350 369 350 c 0\n 337 350 295 344 249 333 c 0\n 232 329 218 327 207 327 c 0\n 185 327 169 343 169 366 c 0\n 169 388 182 408 202 417 c 0\n 236 433 334 450 389 450 c 0\n 493 450 557 407 557 337 c 0\n 557 324 556 314 553 302 c 1\n 510 100 l 1\n 527 100 l 2\n 547 100 553 99 561 96 c 0\n 574 92 583 77 583 61 c 0\n 583 44 574 27 560 15 c 0\n 547 3 534 0 505 0 c 2\n 388 0 l 1\n418 135 m 1\n 428 185 l 1\n 390 192 354 196 320 196 c 0\n 271 196 230 182 198 156 c 0\n 182 142 174 130 174 118 c 0\n 174 99 203 84 241 84 c 0\n 296 84 355 101 418 135 c 1\n443 727 m 0\n 502 727 544 687 544 629 c 0\n 544 556 469 486 392 486 c 0\n 335 486 293 527 293 584 c 0\n 293 656 368 727 443 727 c 0\n432 674 m 0\n 390 674 347 635 347 595 c 0\n 347 563 371 540 404 540 c 0\n 447 540 490 579 490 618 c 0\n 490 651 466 674 432 674 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nKernsSLIF: 121 -36 0 0 119 -13 0 0 118 -25 0 0\nEndChar\nStartChar: ae\nEncoding: 230 230 165\nWidth: 600\nFlags: HW\nHStem: -16 100<163 178 446 459> 172 86<418 557> 197 89<238 258> 350 100<282 302 507 531>\nVStem: 14 104<106 130> 558 107<272 292>\nFore\n647 172 m 1\n 397 172 l 1\n 400 109 418 84 459 84 c 0\n 481 84 500 89 531 101 c 0\n 562 113 579 118 592 118 c 0\n 613 118 628 102 628 80 c 0\n 628 58 618 39 599 26 c 0\n 567 4 490 -16 437 -16 c 0\n 399 -16 377 -8 346 16 c 1\n 334 5 320 -1 305 -1 c 0\n 290 -1 280 5 272 16 c 1\n 230 -7 198 -16 156 -16 c 0\n 67 -16 14 30 14 106 c 0\n 14 156 31 195 64 221 c 0\n 112 258 194 286 256 286 c 0\n 271 286 289 284 315 281 c 1\n 317.065 291.326 320 301.891 320 314 c 0\n 319 336 304 350 282 350 c 0\n 265 350 256 348 187 329 c 0\n 178 326 169 325 163 325 c 0\n 141 325 125 342 125 365 c 0\n 125 391 142 413 170 424 c 0\n 201 435 275 450 302 450 c 0\n 349 450 380 433 406 394 c 1\n 451 433 488 450 531 450 c 0\n 609 450 665 384 665 290 c 0\n 665 250.592 654.705 207.442 647 172 c 1\n283 130 m 1\n 295 189 l 1\n 273 195 258 197 241 197 c 0\n 198 197 147 182 130 164 c 0\n 122 155 117 143 117 130 c 0\n 117 101 140 84 177 84 c 0\n 207 84 234 96 283 130 c 1\n417 258 m 1\n 557 258 l 1\n 558 268 558 275 558 280 c 0\n 558 323 539 350 507 350 c 0\n 483 350 457 333 440 307 c 0\n 432 295 426 282 417 258 c 1\nEndSplineSet\nKernsSLIF: 121 13 0 0 119 31 0 0 118 24 0 0\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 166\nWidth: 600\nFlags: HW\nHStem: -229 70<265 278> 241 209<541 586> 350 100<380 408>\nVStem: 93 103<156 179> 318 72<-128 -109>\nFore\n338 -16 m 1\n 332 -42 l 1\n 374 -50 390 -69 390 -109 c 0\n 390 -174 332 -229 263 -229 c 0\n 205 -229 153 -203 153 -174 c 0\n 153 -152 174 -131 197 -131 c 0\n 204 -131 207 -132 223 -142 c 0\n 238 -152 260 -159 276 -159 c 0\n 302 -159 318 -147 318 -128 c 0\n 318 -109 302 -100 269 -100 c 0\n 265 -100 259 -101 250 -102 c 1\n 268 -14 l 1\n 239 -11 225 -8 205 -2 c 0\n 135 22 92 82 92 156 c 0\n 92 223 123 297 173 351 c 0\n 233 416 314 450 406 450 c 0\n 462 450 508 440 543 420 c 1\n 554 441 566 450 586 450 c 0\n 609 450 626 436 626 415 c 0\n 626 406 626 404 621 384 c 1\n 605 307 l 1\n 600 281 595 271 586 261 c 0\n 574 249 557 241 541 241 c 0\n 528 241 514 247 507 255 c 0\n 502 262 500 268 500 289 c 0\n 500 306 496 316 485 325 c 0\n 463 341 428 350 385 350 c 0\n 321 350 271 328 234 282 c 0\n 210 251 195 213 195 179 c 0\n 195 115 245 84 348 84 c 0\n 428 84 464 94 512 128 c 0\n 523 136 533 140 544 140 c 0\n 568 140 585 123 585 99 c 0\n 585 70 556 40 504 16 c 0\n 461 -3 409 -14 338 -16 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: egrave\nEncoding: 232 232 167\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403>\nFore\n587 172 m 1\n 178 172 l 1\n 189 112 237 84 325 84 c 0\n 369 84 398 89 493 112 c 0\n 506 115 519 117 528 117 c 0\n 551 117 566 101 566 79 c 0\n 566 57 554 39 533 28 c 0\n 490 5 374 -16 294 -16 c 0\n 158 -16 74 55 74 169 c 0\n 74 318 221 450 387 450 c 0\n 517 450 600 375 600 259 c 0\n 600 228.305 592.498 198.805 587 172 c 1\n200 260 m 1\n 495 260 l 1\n 490 314 439 350 367 350 c 0\n 293 350 228 315 200 260 c 1\n362 680 m 2\n 472 569 l 1\n 483 559 488 549 488 540 c 0\n 488 517 465 496 442 496 c 0\n 433 496 426 500 414 512 c 2\n 304 624 l 1\n 293 634 288 644 288 652 c 0\n 288 675 310 696 334 696 c 0\n 344 696 350 693 362 680 c 2\nEndSplineSet\nEndChar\nStartChar: eacute\nEncoding: 233 233 168\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403>\nFore\n587 172 m 1\n 178 172 l 1\n 189 112 237 84 325 84 c 0\n 369 84 398 89 493 112 c 0\n 506 115 519 117 528 117 c 0\n 551 117 566 101 566 79 c 0\n 566 57 554 39 533 28 c 0\n 490 5 374 -16 294 -16 c 0\n 158 -16 74 55 74 169 c 0\n 74 318 221 450 387 450 c 0\n 517 450 600 375 600 259 c 0\n 600 228.305 592.498 198.805 587 172 c 1\n200 260 m 1\n 495 260 l 1\n 490 314 439 350 367 350 c 0\n 293 350 228 315 200 260 c 1\n564 624 m 2\n 406 512 l 2\n 388 499 381 496 371 496 c 0\n 353 496 341 508 341 526 c 0\n 341 541 351 554 372 569 c 2\n 530 680 l 2\n 548 693 554 696 565 696 c 0\n 583 696 595 684 595 667 c 0\n 595 652 586 639 564 624 c 2\nEndSplineSet\nKernsSLIF: 121 -25 0 0 119 -4 0 0 118 -14 0 0\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 169\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403>\nFore\n587 172 m 1\n 178 172 l 1\n 189 112 237 84 325 84 c 0\n 369 84 398 89 493 112 c 0\n 506 115 519 117 528 117 c 0\n 551 117 566 101 566 79 c 0\n 566 57 554 39 533 28 c 0\n 490 5 374 -16 294 -16 c 0\n 158 -16 74 55 74 169 c 0\n 74 318 221 450 387 450 c 0\n 517 450 600 375 600 259 c 0\n 600 228.305 592.498 198.805 587 172 c 1\n200 260 m 1\n 495 260 l 1\n 490 314 439 350 367 350 c 0\n 293 350 228 315 200 260 c 1\n435 607 m 1\n 301 510 l 2\n 288 501 279 497 270 497 c 0\n 254 497 242 509 242 525 c 0\n 242 542 247 548 274 567 c 2\n 454 696 l 1\n 578 567 l 2\n 594 551 595 550 595 540 c 0\n 595 518 574 497 552 497 c 0\n 543 497 535 501 527 510 c 2\n 435 607 l 1\nEndSplineSet\nKernsSLIF: 121 -25 0 0 119 -4 0 0 118 -14 0 0\nEndChar\nStartChar: edieresis\nEncoding: 235 235 170\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403> 534 120<320.5 332.5 528.5 540.5>\nVStem: 265 123<587.5 600> 473 123<587.5 600>\nFore\n587 172 m 1\n 178 172 l 1\n 189 112 237 84 325 84 c 0\n 369 84 398 89 493 112 c 0\n 506 115 519 117 528 117 c 0\n 551 117 566 101 566 79 c 0\n 566 57 554 39 533 28 c 0\n 490 5 374 -16 294 -16 c 0\n 158 -16 74 55 74 169 c 0\n 74 318 221 450 387 450 c 0\n 517 450 600 375 600 259 c 0\n 600 228.305 592.498 198.805 587 172 c 1\n200 260 m 1\n 495 260 l 1\n 490 314 439 350 367 350 c 0\n 293 350 228 315 200 260 c 1\n339 654 m 0\n 368 654 388 634 388 606 c 0\n 388 569 352 534 313 534 c 0\n 286 534 265 555 265 582 c 0\n 265 618 302 654 339 654 c 0\n547 654 m 0\n 576 654 596 634 596 606 c 0\n 596 569 560 534 521 534 c 0\n 494 534 473 555 473 582 c 0\n 473 618 510 654 547 654 c 0\nEndSplineSet\nEndChar\nStartChar: igrave\nEncoding: 236 236 171\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 372 472> 337 100<265 322>\nVStem: 72 478\nFore\n443 437 m 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 60 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 322 337 l 1\n 244 337 l 2\n 202 337 186 348 186 377 c 0\n 186 393 195 411 209 422 c 0\n 224 435 233 437 265 437 c 2\n 443 437 l 1\n351 680 m 2\n 461 569 l 1\n 472 559 477 549 477 540 c 0\n 477 517 454 496 431 496 c 0\n 422 496 415 500 403 512 c 2\n 293 624 l 1\n 282 634 277 644 277 652 c 0\n 277 675 299 696 323 696 c 0\n 333 696 339 693 351 680 c 2\nEndSplineSet\nEndChar\nStartChar: iacute\nEncoding: 237 237 172\nWidth: 600\nFlags: HMW\nHStem: 0 100<149 271 371 471> 337 100<264 321>\nVStem: 71 478\nFore\n442 437 m 1\n 371 100 l 1\n 492 100 l 2\n 512 100 519 99 527 96 c 0\n 540 92 549 76 549 60 c 0\n 549 44 540 27 526 15 c 0\n 512 4 499 0 471 0 c 2\n 128 0 l 2\n 87 0 71 11 71 40 c 0\n 71 56 80 73 94 85 c 0\n 109 98 117 100 149 100 c 2\n 271 100 l 1\n 321 337 l 1\n 243 337 l 2\n 201 337 185 348 185 377 c 0\n 185 393 194 411 208 422 c 0\n 223 435 232 437 264 437 c 2\n 442 437 l 1\n543 624 m 2\n 385 512 l 2\n 367 499 360 496 350 496 c 0\n 332 496 320 508 320 526 c 0\n 320 541 330 554 351 569 c 2\n 509 680 l 2\n 527 693 533 696 544 696 c 0\n 562 696 574 684 574 667 c 0\n 574 652 565 639 543 624 c 2\nEndSplineSet\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 173\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 372 472> 337 100<265 322>\nVStem: 72 478\nFore\n443 437 m 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 60 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 322 337 l 1\n 244 337 l 2\n 202 337 186 348 186 377 c 0\n 186 393 195 411 209 422 c 0\n 224 435 233 437 265 437 c 2\n 443 437 l 1\n413 607 m 1\n 279 510 l 2\n 266 501 257 497 248 497 c 0\n 232 497 220 509 220 525 c 0\n 220 542 225 548 252 567 c 2\n 432 696 l 1\n 556 567 l 2\n 572 551 573 550 573 540 c 0\n 573 518 552 497 530 497 c 0\n 521 497 513 501 505 510 c 2\n 413 607 l 1\nEndSplineSet\nEndChar\nStartChar: idieresis\nEncoding: 239 239 174\nWidth: 600\nFlags: HW\nHStem: 0 100<128 272 373 492> 337 100<243 321> 534 122<293 318 501 526>\nVStem: 72 478<40 60> 245 122<583 607> 453 122<583 607>\nDStem: 322 337 443 437 272 100 372 100\nFore\n443 437 m 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 60 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 322 337 l 1\n 244 337 l 2\n 202 337 186 348 186 377 c 0\n 186 393 195 411 209 422 c 0\n 224 435 233 437 265 437 c 2\n 443 437 l 1\n318 656 m 0\n 346 656 367 635 367 607 c 0\n 367 569 331 534 293 534 c 0\n 268 534 245 557 245 583 c 0\n 245 619 282 656 318 656 c 0\n526 656 m 0\n 554 656 575 635 575 607 c 0\n 575 569 539 534 501 534 c 0\n 476 534 453 557 453 583 c 0\n 453 619 490 656 526 656 c 0\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: eth\nEncoding: 240 240 175\nWidth: 600\nFlags: HMW\nHStem: -16 100<281.5 340> 350 93<340.5 406.5>\nVStem: 83 104<159 198> 504 113<268 270.5>\nFore\n542 583 m 2\n 491 558 l 1\n 528 528 543 512 562 486 c 0\n 598 436 617 375 617 312 c 0\n 617 224 585 137 533 84 c 0\n 473 23 382 -16 298 -16 c 0\n 173 -16 83 62 83 170 c 0\n 83 226 112 292 159 343 c 0\n 216 406 299 443 382 443 c 0\n 431 443 459 433 514 396 c 1\n 486 446 445 490 404 518 c 1\n 301 468 l 2\n 280 457 276 456 267 456 c 0\n 253 456 244 467 244 484 c 0\n 244 503 249 509 274 522 c 2\n 331 551 l 1\n 317.615 557.072 301.863 565.461 296 568 c 1\n 279.734 573.083 260 578.503 260 597 c 0\n 260 619 284 640 308 640 c 0\n 331 640 360 630 401 609 c 2\n 426 596 l 1\n 512 637 l 2\n 525 643 537 646 547 646 c 0\n 562 646 572 635 572 620 c 0\n 572 605 561 592 542 583 c 2\n318 84 m 0\n 402.373 84 504 142.951 504 238 c 0\n 504 303 450 350 374 350 c 0\n 278 350 187 271 187 188 c 0\n 187 130 245 84 318 84 c 0\nEndSplineSet\nEndChar\nStartChar: ntilde\nEncoding: 241 241 176\nWidth: 600\nFlags: HW\nHStem: 0 100<88 117 218 223 415 432> 350 100<394 428> 417 20G<194 288> 524 68<491 493> 587 68<346 353>\nVStem: 33 246<40 60> 359 224<40 60> 472 103<301 328>\nDStem: 167 337 255 282 117 100 217 100 469 278 570 282 432 100 531 100\nFore\n345 587 m 0\n 327 587 318 581 279 540 c 0\n 270 531 261 526 251 526 c 0\n 237 526 226 536 226 549 c 0\n 226 565 239 585 265 610 c 0\n 296 640 329 656 358 656 c 0\n 381 656 397 648 441 618 c 0\n 469 598 481 592 492 592 c 0\n 508 592 513 596 545 631 c 0\n 557 645 576 656 586 656 c 0\n 600 656 613 645 613 633 c 0\n 613 621 603 605 582 583 c 0\n 542 540 513 523 480 523 c 0\n 459 523 427 538 391 566 c 0\n 368 583 359 587 345 587 c 0\n288 437 m 1\n 278 389 l 1\n 336 435 373 450 428 450 c 0\n 516 450 575 401 575 328 c 0\n 575 312 573 298 570 282 c 1\n 531 100 l 1\n 566 100 583 87 583 60 c 0\n 583 44 574 27 560 15 c 0\n 546 3 533 0 505 0 c 2\n 416 0 l 2\n 375 0 359 11 359 40 c 0\n 359 56 368 73 382 85 c 0\n 396 97 407 100 432 100 c 1\n 469 278 l 2\n 471 287 472 294 472 301 c 0\n 472 333 444 350 394 350 c 0\n 348 350 313 333 255 282 c 1\n 217 100 l 1\n 223 100 l 2\n 243 100 249 99 257 96 c 0\n 270 91 279 76 279 60 c 0\n 279 44 270 27 256 15 c 0\n 242 3 230 0 201 0 c 2\n 89 0 l 2\n 49 0 33 11 33 40 c 0\n 33 56 42 73 56 85 c 0\n 70 97 80 100 111 100 c 2\n 117 100 l 1\n 167 337 l 1\n 132 337 115 350 115 377 c 0\n 115 393 124 411 138 422 c 0\n 153 434 163 437 194 437 c 2\n 288 437 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: ograve\nEncoding: 242 242 177\nWidth: 600\nFlags: HMW\nHStem: -16 100<279.5 368.5> 350 99\nVStem: 85 101 507 101\nFore\n399 450 m 0\n 523 450 609 372 609 260 c 0\n 609 115 460 -16 297 -16 c 0\n 169 -16 84 60 84 174 c 0\n 84 231 111 295 158 346 c 0\n 216 410 308 450 399 450 c 0\n376 350 m 0\n 274 350 186 277 186 192 c 0\n 186 129 241 84 318 84 c 0\n 419 84 507 158 507 242 c 0\n 507 305 452 350 376 350 c 0\n361 680 m 2\n 471 569 l 1\n 482 559 487 549 487 540 c 0\n 487 517 464 496 441 496 c 0\n 432 496 425 500 413 512 c 2\n 303 624 l 1\n 292 634 287 644 287 652 c 0\n 287 675 309 696 333 696 c 0\n 343 696 349 693 361 680 c 2\nEndSplineSet\nKernsSLIF: 121 -21 0 0 119 -3 0 0 118 -10 0 0\nEndChar\nStartChar: oacute\nEncoding: 243 243 178\nWidth: 600\nFlags: HMW\nHStem: -16 100<279.5 368.5> 350 99\nVStem: 85 101 507 101\nFore\n399 450 m 0\n 523 450 609 372 609 260 c 0\n 609 115 460 -16 297 -16 c 0\n 169 -16 84 60 84 174 c 0\n 84 231 111 295 158 346 c 0\n 216 410 308 450 399 450 c 0\n376 350 m 0\n 274 350 186 277 186 192 c 0\n 186 129 241 84 318 84 c 0\n 419 84 507 158 507 242 c 0\n 507 305 452 350 376 350 c 0\n564 624 m 2\n 406 512 l 2\n 388 499 381 496 371 496 c 0\n 353 496 341 508 341 526 c 0\n 341 541 351 554 372 569 c 2\n 530 680 l 2\n 548 693 554 696 565 696 c 0\n 583 696 595 684 595 667 c 0\n 595 652 586 639 564 624 c 2\nEndSplineSet\nKernsSLIF: 121 -21 0 0 119 -3 0 0 118 -10 0 0\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 179\nWidth: 600\nFlags: HMW\nHStem: -16 100<279.5 368.5> 350 99\nVStem: 85 101 507 101\nFore\n399 450 m 0\n 523 450 609 372 609 260 c 0\n 609 115 460 -16 297 -16 c 0\n 169 -16 84 60 84 174 c 0\n 84 231 111 295 158 346 c 0\n 216 410 308 450 399 450 c 0\n376 350 m 0\n 274 350 186 277 186 192 c 0\n 186 129 241 84 318 84 c 0\n 419 84 507 158 507 242 c 0\n 507 305 452 350 376 350 c 0\n430 607 m 1\n 296 510 l 2\n 283 501 274 497 265 497 c 0\n 249 497 237 509 237 525 c 0\n 237 542 242 548 269 567 c 2\n 449 696 l 1\n 573 567 l 2\n 589 551 590 550 590 540 c 0\n 590 518 569 497 547 497 c 0\n 538 497 530 501 522 510 c 2\n 430 607 l 1\nEndSplineSet\nKernsSLIF: 116 -16 0 0\nEndChar\nStartChar: otilde\nEncoding: 245 245 180\nWidth: 600\nFlags: HW\nHStem: -16 100<299 320> 350 99<374 388> 523 69<500 507> 587 68<360 361>\nVStem: 85 101<191 193> 507 101<240 256>\nFore\n399 450 m 0\n 523 450 609 372 609 260 c 0\n 609 115 460 -16 297 -16 c 0\n 169 -16 84 60 84 174 c 0\n 84 231 111 295 158 346 c 0\n 216 410 308 450 399 450 c 0\n376 350 m 0\n 274 350 186 277 186 192 c 0\n 186 129 241 84 318 84 c 0\n 419 84 507 158 507 242 c 0\n 507 305 452 350 376 350 c 0\n599 656 m 0\n 613 656 626 645 626 633 c 0\n 626 621 617 606 597 584 c 0\n 556 540 527 523 494 523 c 0\n 472 523 442 538 404 566 c 0\n 381 583 373 587 359 587 c 0\n 341 587 332 580 294 541 c 0\n 284 530 275 526 265 526 c 0\n 251 526 240 536 240 549 c 0\n 240 565 253 585 280 611 c 0\n 311 640 343 656 372 656 c 0\n 394 656 411 648 454 618 c 0\n 483 598 495 592 506 592 c 0\n 521 592 526 595 554 626 c 0\n 572 646 587 656 599 656 c 0\nEndSplineSet\nEndChar\nStartChar: odieresis\nEncoding: 246 246 181\nWidth: 600\nFlags: HW\nHStem: -16 100<299 320> 350 99<375 388> 534 120<309 335 517 543>\nVStem: 85 101<191 193> 261 123<582 606> 469 123<582 606> 507 101<240 256>\nFore\n399 450 m 0\n 523 450 609 372 609 260 c 0\n 609 115 460 -16 297 -16 c 0\n 169 -16 84 60 84 174 c 0\n 84 231 111 295 158 346 c 0\n 216 410 308 450 399 450 c 0\n376 350 m 0\n 274 350 186 277 186 192 c 0\n 186 129 241 84 318 84 c 0\n 419 84 507 158 507 242 c 0\n 507 305 452 350 376 350 c 0\n335 654 m 0\n 364 654 384 634 384 606 c 0\n 384 569 348 534 309 534 c 0\n 282 534 261 555 261 582 c 0\n 261 618 298 654 335 654 c 0\n543 654 m 0\n 572 654 592 634 592 606 c 0\n 592 569 556 534 517 534 c 0\n 490 534 469 555 469 582 c 0\n 469 618 506 654 543 654 c 0\nEndSplineSet\nKernsSLIF: 121 -21 0 0 120 -10 0 0 119 -3 0 0 118 -10 0 0 116 -16 0 0\nEndChar\nStartChar: divide\nEncoding: 247 247 182\nWidth: 600\nFlags: HMW\nHStem: 28 132<309.5 331.5> 230 100<179 541> 401 130\nVStem: 244 153<85.5 102.5>\nFore\n179 330 m 2\n 562 330 l 2\n 584 330 588 330 597 326 c 0\n 610 321 619 307 619 290 c 0\n 619 274 610 257 596 245 c 0\n 582 233 570 230 541 230 c 2\n 158 230 l 2\n 117 230 101 241 101 270 c 0\n 101 286 110 304 124 316 c 0\n 139 328 148 330 179 330 c 2\n335 160 m 0\n 375 160 397 141 397 108 c 0\n 397 63 357 28 306 28 c 0\n 267 28 244 47 244 80 c 0\n 244 125 284 160 335 160 c 0\n413 532 m 0\n 454 532 476 513 476 480 c 0\n 476 435 436 400 385 400 c 0\n 346 400 323 419 323 452 c 0\n 323 496 363 532 413 532 c 0\nEndSplineSet\nEndChar\nStartChar: oslash\nEncoding: 248 248 183\nWidth: 600\nFlags: HMW\nHStem: -16 100<306.5 367> 350 100<324 383.5>\nVStem: 83 102<184.5 234> 507 101\nFore\n634 402 m 2\n 583 359 l 1\n 600 329 609 297 609 260 c 0\n 609 116 460 -16 297 -16 c 0\n 251 -16 211 -6 174 14 c 1\n 106 -44 l 2\n 82 -65 71 -70 56 -70 c 0\n 33 -70 17 -54 17 -32 c 0\n 17 -13 25 -1 52 22 c 2\n 111 72 l 1\n 92 103 83 136 83 174 c 0\n 83 317 232 450 392 450 c 0\n 437 450 491 437 521 419 c 1\n 580 468 l 2\n 604 489 614 494 630 494 c 0\n 653 494 669 478 669 456 c 0\n 669 437 661 424 634 402 c 2\n496 286 m 1\n 266 91 l 1\n 283 86 297 84 316 84 c 0\n 418 84 507 157 507 241 c 0\n 507 258 504 271 496 286 c 1\n197 145 m 1\n 430 342 l 1\n 410 347 393 350 374 350 c 0\n 274 350 185 276 185 192 c 0\n 185 177 189 161 197 145 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 184\nWidth: 600\nFlags: HMW\nHStem: 0 21<410 504 410 410> 338 99<468 482>\nVStem: 124 102\nFore\n603 437 m 1\n 531 100 l 1\n 566 100 583 87 583 61 c 0\n 583 44 574 26 559 15 c 1\n 546 3 533 0 504 0 c 2\n 410 0 l 1\n 420 48 l 1\n 360 1 326 -13 270 -13 c 0\n 182 -13 123 36 123 110 c 0\n 123 127 124 140 128 156 c 1\n 166 338 l 1\n 150 338 l 2\n 110 338 94 349 94 378 c 0\n 94 393 103 411 117 423 c 0\n 131 434 141 437 172 437 c 2\n 288 437 l 1\n 229 159 l 1\n 227 151 226 144 226 136 c 0\n 226 105 253 87 301 87 c 0\n 351 87 380 101 443 155 c 1\n 482 338 l 1\n 447 338 l 2\n 406 338 390 349 390 377 c 0\n 390 393 399 411 413 423 c 0\n 428 434 437 437 468 437 c 2\n 603 437 l 1\n359 680 m 2\n 469 569 l 1\n 480 559 485 549 485 540 c 0\n 485 517 462 496 439 496 c 0\n 430 496 423 500 411 512 c 2\n 301 624 l 1\n 290 634 285 644 285 652 c 0\n 285 675 307 696 331 696 c 0\n 341 696 347 693 359 680 c 2\nEndSplineSet\nEndChar\nStartChar: uacute\nEncoding: 250 250 185\nWidth: 600\nFlags: HMW\nHStem: 0 21<410 504 410 410> 338 99<468 482>\nVStem: 124 102\nFore\n603 437 m 1\n 531 100 l 1\n 566 100 583 87 583 61 c 0\n 583 44 574 26 559 15 c 1\n 546 3 533 0 504 0 c 2\n 410 0 l 1\n 420 48 l 1\n 360 1 326 -13 270 -13 c 0\n 182 -13 123 36 123 110 c 0\n 123 127 124 140 128 156 c 1\n 166 338 l 1\n 150 338 l 2\n 110 338 94 349 94 378 c 0\n 94 393 103 411 117 423 c 0\n 131 434 141 437 172 437 c 2\n 288 437 l 1\n 229 159 l 1\n 227 151 226 144 226 136 c 0\n 226 105 253 87 301 87 c 0\n 351 87 380 101 443 155 c 1\n 482 338 l 1\n 447 338 l 2\n 406 338 390 349 390 377 c 0\n 390 393 399 411 413 423 c 0\n 428 434 437 437 468 437 c 2\n 603 437 l 1\n552 624 m 2\n 394 512 l 2\n 376 499 369 496 359 496 c 0\n 341 496 329 508 329 526 c 0\n 329 541 339 554 360 569 c 2\n 518 680 l 2\n 536 693 542 696 553 696 c 0\n 571 696 583 684 583 667 c 0\n 583 652 574 639 552 624 c 2\nEndSplineSet\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 186\nWidth: 600\nFlags: HMW\nHStem: 0 21<410 504 410 410> 338 99<468 482>\nVStem: 124 102\nFore\n603 437 m 1\n 531 100 l 1\n 566 100 583 87 583 61 c 0\n 583 44 574 26 559 15 c 1\n 546 3 533 0 504 0 c 2\n 410 0 l 1\n 420 48 l 1\n 360 1 326 -13 270 -13 c 0\n 182 -13 123 36 123 110 c 0\n 123 127 124 140 128 156 c 1\n 166 338 l 1\n 150 338 l 2\n 110 338 94 349 94 378 c 0\n 94 393 103 411 117 423 c 0\n 131 434 141 437 172 437 c 2\n 288 437 l 1\n 229 159 l 1\n 227 151 226 144 226 136 c 0\n 226 105 253 87 301 87 c 0\n 351 87 380 101 443 155 c 1\n 482 338 l 1\n 447 338 l 2\n 406 338 390 349 390 377 c 0\n 390 393 399 411 413 423 c 0\n 428 434 437 437 468 437 c 2\n 603 437 l 1\n425 607 m 1\n 291 510 l 2\n 278 501 269 497 260 497 c 0\n 244 497 232 509 232 525 c 0\n 232 542 237 548 264 567 c 2\n 444 696 l 1\n 568 567 l 2\n 584 551 585 550 585 540 c 0\n 585 518 564 497 542 497 c 0\n 533 497 525 501 517 510 c 2\n 425 607 l 1\nEndSplineSet\nEndChar\nStartChar: udieresis\nEncoding: 252 252 187\nWidth: 600\nFlags: HMW\nHStem: 0 21<410 504 410 410> 338 99<468 482> 534 120<311.5 323.5 519.5 531.5>\nVStem: 124 102 256 123<587.5 600> 464 123<587.5 600>\nFore\n603 437 m 1\n 531 100 l 1\n 566 100 583 87 583 61 c 0\n 583 44 574 26 559 15 c 1\n 546 3 533 0 504 0 c 2\n 410 0 l 1\n 420 48 l 1\n 360 1 326 -13 270 -13 c 0\n 182 -13 123 36 123 110 c 0\n 123 127 124 140 128 156 c 1\n 166 338 l 1\n 150 338 l 2\n 110 338 94 349 94 378 c 0\n 94 393 103 411 117 423 c 0\n 131 434 141 437 172 437 c 2\n 288 437 l 1\n 229 159 l 1\n 227 151 226 144 226 136 c 0\n 226 105 253 87 301 87 c 0\n 351 87 380 101 443 155 c 1\n 482 338 l 1\n 447 338 l 2\n 406 338 390 349 390 377 c 0\n 390 393 399 411 413 423 c 0\n 428 434 437 437 468 437 c 2\n 603 437 l 1\n330 654 m 0\n 359 654 379 634 379 606 c 0\n 379 569 343 534 304 534 c 0\n 277 534 256 555 256 582 c 0\n 256 618 293 654 330 654 c 0\n538 654 m 0\n 567 654 587 634 587 606 c 0\n 587 569 551 534 512 534 c 0\n 485 534 464 555 464 582 c 0\n 464 618 501 654 538 654 c 0\nEndSplineSet\nEndChar\nStartChar: yacute\nEncoding: 253 253 188\nWidth: 600\nFlags: HMW\nHStem: -205 100<65 165> 337 100<255 255 599 599>\nVStem: 435 227<381 385>\nFore\n243 3 m 1\n 142 337 l 1\n 115 341 102 353 102 377 c 0\n 102 393 111 411 125 422 c 0\n 140 434 149 437 180 437 c 2\n 270 437 l 2\n 290 437 296 436 304 433 c 0\n 317 429 326 414 326 398 c 0\n 326 362 297 338 255 337 c 1\n 323 114 l 1\n 489 337 l 1\n 484 337 l 2\n 452 337 435 351 435 377 c 0\n 435 393 444 411 458 422 c 0\n 472 434 482 437 513 437 c 2\n 605 437 l 2\n 625 437 632 436 640 433 c 0\n 653 429 662 414 662 397 c 0\n 662 365 636 341 599 337 c 1\n 274 -105 l 1\n 279 -105 l 2\n 298 -105 306 -106 314 -109 c 0\n 327 -113 336 -128 336 -144 c 0\n 336 -161 327 -178 313 -190 c 0\n 299 -202 287 -205 258 -205 c 2\n 44 -205 l 2\n 3 -205 -13 -194 -13 -165 c 0\n -13 -149 -4 -132 10 -120 c 0\n 25 -108 34 -105 65 -105 c 2\n 165 -105 l 1\n 243 3 l 1\n585 624 m 2\n 427 512 l 2\n 409 499 402 496 392 496 c 0\n 374 496 362 508 362 526 c 0\n 362 541 372 554 393 569 c 2\n 551 680 l 2\n 569 693 575 696 586 696 c 0\n 604 696 616 684 616 667 c 0\n 616 652 607 639 585 624 c 2\nEndSplineSet\nEndChar\nStartChar: thorn\nEncoding: 254 254 189\nWidth: 600\nFlags: HMW\nHStem: -205 100<36 52 152 188> 10 100<325 366.5> 350 99 524 99\nVStem: -42 308 522 100\nFore\n188 66 m 1\n 152 -105 l 1\n 210 -105 l 2\n 228 -105 236 -106 244 -109 c 0\n 257 -113 266 -128 266 -144 c 0\n 266 -161 257 -178 243 -190 c 0\n 229 -202 218 -205 188 -205 c 2\n 14 -205 l 2\n -26 -205 -42 -194 -42 -165 c 0\n -42 -149 -33 -132 -19 -120 c 0\n -5 -108 5 -105 36 -105 c 2\n 52 -105 l 1\n 185 524 l 1\n 169 524 l 2\n 128 524 113 535 113 564 c 0\n 113 580 122 597 136 609 c 0\n 150 621 160 624 191 624 c 2\n 307 624 l 1\n 257 392 l 1\n 315 434 361 450 423 450 c 0\n 545 450 623 379 623 269 c 0\n 623 127 490 10 329 10 c 0\n 272 10 231 27 188 66 c 1\n398 350 m 0\n 301 350 225 290 221 211 c 0\n 220 186 232 157 251 139 c 0\n 273 120 304 110 346 110 c 0\n 387 110 423 120 453 139 c 0\n 494 166 522 211 522 252 c 0\n 522 312 473 350 398 350 c 0\nEndSplineSet\nEndChar\nStartChar: ydieresis\nEncoding: 255 255 190\nWidth: 600\nFlags: HW\nHStem: -205 100<43 165 275 280> 337 100<256 263> 534 120<309 335 517 543>\nVStem: -13 349<-165 -144> 102 224<377 398> 261 123<582 606> 435 227<377 397> 469 123<582 606>\nDStem: 142 337 255 337 243 3 323 114 243 3 599 337 165 -105 274 -105 489 337 599 337 323 114 274 -105\nFore\n243 3 m 1\n 142 337 l 1\n 115 341 102 353 102 377 c 0\n 102 393 111 411 125 422 c 0\n 140 434 149 437 180 437 c 2\n 270 437 l 2\n 290 437 296 436 304 433 c 0\n 317 429 326 414 326 398 c 0\n 326 362 297 338 255 337 c 1\n 323 114 l 1\n 489 337 l 1\n 484 337 l 2\n 452 337 435 351 435 377 c 0\n 435 393 444 411 458 422 c 0\n 472 434 482 437 513 437 c 2\n 605 437 l 2\n 625 437 632 436 640 433 c 0\n 653 429 662 414 662 397 c 0\n 662 365 636 341 599 337 c 1\n 274 -105 l 1\n 279 -105 l 2\n 298 -105 306 -106 314 -109 c 0\n 327 -113 336 -128 336 -144 c 0\n 336 -161 327 -178 313 -190 c 0\n 299 -202 287 -205 258 -205 c 2\n 44 -205 l 2\n 3 -205 -13 -194 -13 -165 c 0\n -13 -149 -4 -132 10 -120 c 0\n 25 -108 34 -105 65 -105 c 2\n 165 -105 l 1\n 243 3 l 1\n335 654 m 0\n 364 654 384 634 384 606 c 0\n 384 569 348 534 309 534 c 0\n 282 534 261 555 261 582 c 0\n 261 618 298 654 335 654 c 0\n543 654 m 0\n 572 654 592 634 592 606 c 0\n 592 569 556 534 517 534 c 0\n 490 534 469 555 469 582 c 0\n 469 618 506 654 543 654 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: Amacron\nEncoding: 256 256 191\nWidth: 600\nFlags: HMW\nHStem: 0 100<52.5 68 176 178 438 461> 158 100<273 430> 483 100<262 304> 696 80<296 523>\nVStem: 360 273\nFore\n450 158 m 1\n 212 158 l 1\n 176 100 l 1\n 199 100 l 2\n 220 100 226 99 234 96 c 0\n 247 92 256 76 256 60 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 46 0 l 2\n 5 0 -11 11 -11 40 c 0\n -11 56 -2 74 12 85 c 0\n 27 97 37 100 68 100 c 1\n 304 483 l 1\n 241 483 l 2\n 200 483 184 494 184 523 c 0\n 184 539 193 557 207 569 c 0\n 222 581 230 583 262 583 c 2\n 478 583 l 1\n 575 100 l 1\n 595 100 602 99 611 96 c 0\n 624 91 633 76 633 60 c 0\n 633 44 624 26 610 15 c 0\n 596 3 583 0 555 0 c 2\n 416 0 l 2\n 376 0 360 11 360 40 c 0\n 360 56 369 73 383 85 c 0\n 398 98 406 100 438 100 c 2\n 461 100 l 1\n 450 158 l 1\n430 258 m 1\n 392 450 l 1\n 273 258 l 1\n 430 258 l 1\n296 776 m 2\n 540 776 l 2\n 573 776 585 767 585 743 c 0\n 585 716 559 696 523 696 c 2\n 279 696 l 2\n 246 696 234 704 234 729 c 0\n 234 757 259 776 296 776 c 2\nEndSplineSet\nEndChar\nStartChar: amacron\nEncoding: 257 257 192\nWidth: 600\nFlags: HMW\nHStem: 0 21<388 388 388 505> 196 92<295.5 337> 350 100<361.5 397.5> 546 80<311 538>\nVStem: 65 109<108.5 112.5> 453 104\nFore\n388 0 m 1\n 393 23 l 1\n 340 -2 278 -16 219 -16 c 0\n 130 -16 65 32 65 98 c 0\n 65 127 79 159 105 190 c 0\n 158 253 244 288 346 288 c 0\n 378 288 408 285 447 278 c 1\n 449.516 289.574 453 297.302 453 311 c 0\n 453 338 426 350 369 350 c 0\n 337 350 295 344 249 333 c 0\n 232 329 218 327 207 327 c 0\n 185 327 169 343 169 366 c 0\n 169 388 182 408 202 417 c 0\n 236 433 334 450 389 450 c 0\n 493 450 557 407 557 337 c 0\n 557 324 556 314 553 302 c 1\n 510 100 l 1\n 527 100 l 2\n 547 100 553 99 561 96 c 0\n 574 92 583 77 583 61 c 0\n 583 44 574 27 560 15 c 0\n 547 3 534 0 505 0 c 2\n 388 0 l 1\n418 135 m 1\n 428 185 l 1\n 390 192 354 196 320 196 c 0\n 271 196 230 182 198 156 c 0\n 182 142 174 130 174 118 c 0\n 174 99 203 84 241 84 c 0\n 296 84 355 101 418 135 c 1\n311 626 m 2\n 555 626 l 2\n 588 626 600 617 600 593 c 0\n 600 566 574 546 538 546 c 2\n 294 546 l 2\n 261 546 249 554 249 579 c 0\n 249 607 274 626 311 626 c 2\nEndSplineSet\nEndChar\nStartChar: Abreve\nEncoding: 258 258 193\nWidth: 600\nFlags: HMW\nHStem: 0 100<52.5 68 176 178 438 461> 158 100<273 430> 483 100<262 304> 647 67<396 436>\nVStem: -11 267 360 273\nFore\n450 158 m 1\n 212 158 l 1\n 176 100 l 1\n 199 100 l 2\n 220 100 226 99 234 96 c 0\n 247 92 256 76 256 60 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 46 0 l 2\n 5 0 -11 11 -11 40 c 0\n -11 56 -2 74 12 85 c 0\n 27 97 37 100 68 100 c 1\n 304 483 l 1\n 241 483 l 2\n 200 483 184 494 184 523 c 0\n 184 539 193 557 207 569 c 0\n 222 581 230 583 262 583 c 2\n 478 583 l 1\n 575 100 l 1\n 595 100 602 99 611 96 c 0\n 624 91 633 76 633 60 c 0\n 633 44 624 26 610 15 c 0\n 596 3 583 0 555 0 c 2\n 416 0 l 2\n 376 0 360 11 360 40 c 0\n 360 56 369 73 383 85 c 0\n 398 98 406 100 438 100 c 2\n 461 100 l 1\n 450 158 l 1\n430 258 m 1\n 392 450 l 1\n 273 258 l 1\n 430 258 l 1\n289 831 m 0\n 309 831 314 824 317 791 c 0\n 320 759 324 751 341 738 c 0\n 360 722 383 714 409 714 c 0\n 463 714 513 746 529 791 c 0\n 540 821 551 831 572 831 c 0\n 587 831 597 820 597 803 c 0\n 597 729 492 647 396 647 c 0\n 313 647 246 705 246 777 c 0\n 246 808 264 831 289 831 c 0\nEndSplineSet\nEndChar\nStartChar: abreve\nEncoding: 259 259 194\nWidth: 600\nFlags: HMW\nHStem: 0 21<388 388 388 505> 196 92<295.5 337> 350 100<361.5 397.5> 503 68<393 439>\nVStem: 65 109<108.5 112.5> 262 69 453 104\nFore\n388 0 m 1\n 393 23 l 1\n 340 -2 278 -16 219 -16 c 0\n 130 -16 65 32 65 98 c 0\n 65 127 79 159 105 190 c 0\n 158 253 244 288 346 288 c 0\n 378 288 408 285 447 278 c 1\n 449.516 289.574 453 297.302 453 311 c 0\n 453 338 426 350 369 350 c 0\n 337 350 295 344 249 333 c 0\n 232 329 218 327 207 327 c 0\n 185 327 169 343 169 366 c 0\n 169 388 182 408 202 417 c 0\n 236 433 334 450 389 450 c 0\n 493 450 557 407 557 337 c 0\n 557 324 556 314 553 302 c 1\n 510 100 l 1\n 527 100 l 2\n 547 100 553 99 561 96 c 0\n 574 92 583 77 583 61 c 0\n 583 44 574 27 560 15 c 0\n 547 3 534 0 505 0 c 2\n 388 0 l 1\n418 135 m 1\n 428 185 l 1\n 390 192 354 196 320 196 c 0\n 271 196 230 182 198 156 c 0\n 182 142 174 130 174 118 c 0\n 174 99 203 84 241 84 c 0\n 296 84 355 101 418 135 c 1\n306 687 m 0\n 324 687 331 677 330 650 c 0\n 330 602 365 571 421 571 c 0\n 476 571 525 601 544 647 c 0\n 558 678 567 687 587 687 c 0\n 604 687 614 677 614 660 c 0\n 614 640 599 609 578 584 c 0\n 534 533 471 503 407 503 c 0\n 324 503 261 558 261 630 c 0\n 261 664 279 687 306 687 c 0\nEndSplineSet\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 195\nWidth: 600\nFlags: HW\nHStem: -207 78<479 480> 0 100<45 68 177 200 415 460> 158 100<274 429> 483 100<240 303>\nVStem: -11 267<40 60> 360 273<40 60> 387 206<-144 -131>\nDStem: 304 483 392 450 68 100 273 258 304 483 212 158 68 100 176 100 392 450 478 583 430 258 575 100\nFore\n593 -140 m 0\n 593 -188.58 501.561 -208 464 -208 c 0\n 416 -208 387 -180 387 -135 c 0\n 387 -93 408 -56 446 -31 c 0\n 462 -21 473 -14 500 0 c 1\n 416 0 l 2\n 376 0 360 11 360 40 c 0\n 360 56 369 73 383 85 c 0\n 398 98 406 100 438 100 c 2\n 461 100 l 1\n 450 158 l 1\n 212 158 l 1\n 176 100 l 1\n 199 100 l 2\n 220 100 226 99 234 96 c 0\n 247 92 256 76 256 60 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 46 0 l 2\n 5 0 -11 11 -11 40 c 0\n -11 56 -2 74 12 85 c 0\n 27 97 37 100 68 100 c 1\n 304 483 l 1\n 241 483 l 2\n 200 483 184 494 184 523 c 0\n 184 539 193 557 207 569 c 0\n 222 581 230 583 262 583 c 2\n 478 583 l 1\n 575 100 l 1\n 595 100 602 99 611 96 c 0\n 624 91 633 76 633 60 c 0\n 633 33 618 16 578 -2 c 0\n 515 -30 469 -78 469 -114 c 0\n 469 -125 474 -130 486 -130 c 0\n 498 -130 505 -128 539 -114 c 0\n 549 -109 555 -108 562 -108 c 0\n 581 -108 593 -121 593 -140 c 0\n430 258 m 1\n 392 450 l 1\n 273 258 l 1\n 430 258 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: aogonek\nEncoding: 261 261 196\nWidth: 600\nFlags: HW\nHStem: -207 76<427 430> -16 100<225 243> 196 92<319 348> 350 100<368 394>\nVStem: 65 109<98 118> 335 211<-144 -132> 453 104<311 337>\nDStem: 452 301 553 302 447 278 510 100\nFore\n546 -138 m 0\n 546 -189.096 451.459 -208 412 -208 c 0\n 364 -208 335 -183 335 -142 c 0\n 335 -107 353 -70 383 -41 c 0\n 399 -25 406 -21 442 0 c 1\n 388 0 l 1\n 393 23 l 1\n 340 -2 278 -16 219 -16 c 0\n 130 -16 65 32 65 98 c 0\n 65 127 79 159 105 190 c 0\n 158 253 244 288 346 288 c 0\n 378 288 408 285 447 278 c 1\n 449.516 289.574 453 297.302 453 311 c 0\n 453 338 426 350 369 350 c 0\n 337 350 295 344 249 333 c 0\n 232 329 218 327 207 327 c 0\n 185 327 169 343 169 366 c 0\n 169 388 182 408 202 417 c 0\n 236 433 334 450 389 450 c 0\n 493 450 557 407 557 337 c 0\n 557 324 556 314 553 302 c 1\n 510 100 l 1\n 527 100 l 2\n 547 100 553 99 561 96 c 0\n 574 92 583 77 583 61 c 0\n 583 38 570 21 538 0 c 0\n 469 -43 449 -59 431 -84 c 0\n 421 -97 416 -109 416 -117 c 0\n 416 -127 423 -132 435 -132 c 0\n 448 -132 460 -128 491 -114 c 0\n 502 -109 508 -108 515 -108 c 0\n 533 -108 546 -120 546 -138 c 0\n418 135 m 1\n 428 185 l 1\n 390 192 354 196 320 196 c 0\n 271 196 230 182 198 156 c 0\n 182 142 174 130 174 118 c 0\n 174 99 203 84 241 84 c 0\n 296 84 355 101 418 135 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: Cacute\nEncoding: 262 262 197\nWidth: 600\nFlags: HMW\nHStem: -14 100<296 369> 497 100<364 448.5>\nVStem: 80 102<174.5 204>\nFore\n567 563 m 2\n 576 559 l 1\n 593 576 606 583 623 583 c 0\n 646 583 663 567 663 545 c 0\n 663 538 663 534 659 517 c 1\n 641 433 l 1\n 635 407 632 398 622 388 c 0\n 610 375 593 367 577 367 c 0\n 553 367 537 383 538 406 c 1\n 539 425 l 2\n 541 463 482 497 415 497 c 0\n 313 497 222 420 200 315 c 1\n 193.197 283.902 182 249.06 182 214 c 0\n 182 135 245 86 347 86 c 0\n 393 86 436 95 463 109 c 0\n 475 116 476 116 508 143 c 0\n 522 154 534 159 547 159 c 0\n 570 159 588 141 588 118 c 0\n 588 99 576 80 550 59 c 0\n 493 11 414 -14 324 -14 c 0\n 176 -14 80 69 80 195 c 0\n 80 213 82 231 86 249 c 2\n 100 315 l 2\n 134 475 277 597 432 597 c 0\n 484 597 517 589 567 563 c 2\n609 767 m 1\n 459 656 l 1\n 433 640 433 640 424 640 c 0\n 407 640 394 652 394 669 c 0\n 394 684 402 696 424 712 c 2\n 575 824 l 2\n 590 835 599 839 609 839 c 0\n 627 839 640 827 640 810 c 0\n 640 792.021 625.016 778.44 609 767 c 1\nEndSplineSet\nEndChar\nStartChar: cacute\nEncoding: 263 263 198\nWidth: 600\nFlags: HMW\nHStem: -16 100<296.5 367> 350 100<360.5 407>\nVStem: 94 101\nFore\n622 384 m 1\n 606 307 l 1\n 600 282 596 271 586 261 c 0\n 574 249 557 241 541 241 c 0\n 529 241 515 247 508 255 c 0\n 502 262 501 268 501 289 c 0\n 501 306 497 316 486 325 c 0\n 463 341 429 350 385 350 c 0\n 321 350 271 327 234 282 c 0\n 210 252 195 213 195 178 c 0\n 195 115 245 84 348 84 c 0\n 428 84 464 94 512 128 c 0\n 523 136 533 140 545 140 c 0\n 568 140 585 123 585 99 c 0\n 585 79 570 57 544 39 c 0\n 491 2 417 -16 317 -16 c 0\n 244 -16 189 -2 154 26 c 0\n 115 56 93 104 93 156 c 0\n 93 223 124 297 174 351 c 0\n 234 416 314 450 407 450 c 0\n 463 450 509 440 544 420 c 1\n 554 441 567 450 588 450 c 0\n 612 450 626 436 626 412 c 0\n 626 405 625 400 622 384 c 1\n585 624 m 2\n 427 512 l 2\n 409 499 402 496 392 496 c 0\n 374 496 362 508 362 526 c 0\n 362 541 372 554 393 569 c 2\n 551 680 l 2\n 569 693 575 696 586 696 c 0\n 604 696 616 684 616 667 c 0\n 616 652 607 639 585 624 c 2\nEndSplineSet\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 199\nWidth: 600\nFlags: HW\nHStem: -14 100<296 369> 497 100<364 448.5>\nVStem: 80 102<174.5 204>\nDStem: 455 733 474 822 547 636 598 693 474 822 455 733 294 693 321 636\nRef: 67 67 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 25 126\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 200\nWidth: 600\nFlags: HW\nHStem: -16 100<296.5 367> 350 100<360.5 407>\nVStem: 94 101\nDStem: 438 587 457 676 530 490 581 547 457 676 438 587 277 547 304 490\nRef: 99 99 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 8 -20\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 201\nWidth: 600\nFlags: HW\nHStem: -14 100<296 369> 497 100<364 448.5> 623 120<437 449.5>\nVStem: 80 102<174.5 204> 382 123<676.5 689.5>\nRef: 67 67 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 17 89\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 202\nWidth: 600\nFlags: HW\nHStem: -16 100<296.5 367> 350 100<360.5 407> 477 120<420 432.5>\nVStem: 94 101 365 123<530.5 543.5>\nRef: 99 99 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 0 -57\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 203\nWidth: 600\nFlags: HMW\nHStem: -14 100<296 369> 497 100<364 448.5>\nVStem: 80 102<174.5 204>\nFore\n567 563 m 2\n 576 559 l 1\n 593 576 606 583 623 583 c 0\n 646 583 663 567 663 545 c 0\n 663 538 663 534 659 517 c 1\n 641 433 l 1\n 635 407 632 398 622 388 c 0\n 610 375 593 367 577 367 c 0\n 553 367 537 383 538 406 c 1\n 539 425 l 2\n 541 463 482 497 415 497 c 0\n 313 497 222 420 200 315 c 1\n 193.197 283.902 182 249.06 182 214 c 0\n 182 135 245 86 347 86 c 0\n 393 86 436 95 463 109 c 0\n 475 116 476 116 508 143 c 0\n 522 154 534 159 547 159 c 0\n 570 159 588 141 588 118 c 0\n 588 99 576 80 550 59 c 0\n 493 11 414 -14 324 -14 c 0\n 176 -14 80 69 80 195 c 0\n 80 213 82 231 86 249 c 2\n 100 315 l 2\n 134 475 277 597 432 597 c 0\n 484 597 517 589 567 563 c 2\n451 729 m 1\n 578 826 l 2\n 589 834 600 839 609 839 c 0\n 623 839 637 825 637 811 c 0\n 637 791.852 622.184 780.274 605 768 c 1\n 432 640 l 1\n 304 768 l 2\n 290 782 287 787 287 797 c 0\n 287 816 311 839 331 839 c 0\n 339 839 346 835 355 826 c 2\n 451 729 l 1\nEndSplineSet\nEndChar\nStartChar: ccaron\nEncoding: 269 269 204\nWidth: 600\nFlags: HMW\nHStem: -16 100<296.5 367> 350 100<360.5 407>\nVStem: 94 101\nFore\n622 384 m 1\n 606 307 l 1\n 600 282 596 271 586 261 c 0\n 574 249 557 241 541 241 c 0\n 529 241 515 247 508 255 c 0\n 502 262 501 268 501 289 c 0\n 501 306 497 316 486 325 c 0\n 463 341 429 350 385 350 c 0\n 321 350 271 327 234 282 c 0\n 210 252 195 213 195 178 c 0\n 195 115 245 84 348 84 c 0\n 428 84 464 94 512 128 c 0\n 523 136 533 140 545 140 c 0\n 568 140 585 123 585 99 c 0\n 585 79 570 57 544 39 c 0\n 491 2 417 -16 317 -16 c 0\n 244 -16 189 -2 154 26 c 0\n 115 56 93 104 93 156 c 0\n 93 223 124 297 174 351 c 0\n 234 416 314 450 407 450 c 0\n 463 450 509 440 544 420 c 1\n 554 441 567 450 588 450 c 0\n 612 450 626 436 626 412 c 0\n 626 405 625 400 622 384 c 1\n627 667 m 0\n 627 648.809 610.62 635.414 595 625 c 2\n 417 497 l 1\n 291 625 l 2\n 275 642 274 643 274 653 c 0\n 274 675 295 696 317 696 c 0\n 327 696 332 693 342 682 c 2\n 435 586 l 1\n 568 682 l 2\n 582 692 590 696 599 696 c 0\n 615 696 627 684 627 667 c 0\nEndSplineSet\nEndChar\nStartChar: Dcaron\nEncoding: 270 270 205\nWidth: 600\nFlags: HMW\nHStem: 0 100<83.5 96 196 285> 483 100<277 277 277 387>\nVStem: 520 101\nFore\n96 100 m 1\n 177 483 l 1\n 142 483 126 496 126 523 c 0\n 126 539 135 556 149 569 c 0\n 164 581 172 583 204 583 c 2\n 417 583 l 2\n 539 583 622 497 622 369 c 0\n 622 330.097 612.235 292.005 605 258 c 1\n 590 185 553 123 497 75 c 0\n 437 23 371 0 285 0 c 2\n 80 0 l 2\n 39 0 23 12 23 40 c 0\n 23 56 32 73 46 85 c 0\n 60 97 71 100 96 100 c 1\n196 100 m 1\n 306 100 l 2\n 366 100 401 112 440 144 c 0\n 475 174 495 210 506 261 c 2\n 516 307 l 2\n 519 321 520 335 520 350 c 0\n 520 392 503 434 475 457 c 0\n 456 474 424 483 387 483 c 2\n 277 483 l 1\n 196 100 l 1\n411 729 m 1\n 538 826 l 2\n 549 834 560 839 569 839 c 0\n 583 839 597 825 597 811 c 0\n 597 791.853 582.184 780.275 565 768 c 1\n 392 640 l 1\n 264 768 l 2\n 250 782 247 787 247 797 c 0\n 247 816 271 839 291 839 c 0\n 299 839 306 835 315 826 c 2\n 411 729 l 1\nEndSplineSet\nEndChar\nStartChar: dcaron\nEncoding: 271 271 206\nWidth: 600\nFlags: HW\nHStem: -14 100<282 304> 0 624<522.809 553> 0 100<553 569> 351 100<353 377> 525 98<526 542>\nVStem: 74 104<168 193>\nDStem: 543 525 664 624 517 401 553 100 769 615 819 572 665 487 716 445\nFore\n664 624 m 1\n 553 100 l 1\n 569 100 l 2\n 589 100 595 99 603 96 c 0\n 616 92 625 77 625 60 c 0\n 625 44 616 26 602 15 c 0\n 588 3 577 0 547 0 c 2\n 431 0 l 1\n 439 35 l 1\n 379 -1 336 -14 278 -14 c 0\n 218 -14 170 0 137 28 c 0\n 97 61 74 113 74 168 c 0\n 74 236 105 308 156 360 c 0\n 217 422 288 451 378 451 c 0\n 437 451 481 435 517 401 c 1\n 543 525 l 1\n 527 525 l 2\n 485.892 525 470 535.272 470 565 c 0\n 470 580 479 598 493 610 c 0\n 508 622 517 624 548 624 c 2\n 664 624 l 1\n354 351 m 0\n 297 351 250 329 214 286 c 0\n 191 258 177 224 177 193 c 0\n 177 126 224 86 302 86 c 0\n 361 86 408 108 444 151 c 0\n 467 179 481 213 481 244 c 0\n 481 279 466 310 439 330 c 0\n 421 344 392 351 354 351 c 0\n819 572 m 1\n 716 445 l 2\n 702 428 688 420 673 420 c 0\n 658 420 645 433 645 448 c 0\n 645 460 650 469 665 487 c 2\n 769 615 l 2\n 782 632 796 639 811 639 c 0\n 827 639 840 626 840 611 c 0\n 840 594.269 830.08 583.08 819 572 c 1\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 207\nWidth: 600\nFlags: HMW\nHStem: 0 100<83.5 96 196 285> 243 100<247 300> 483 100<277 277 277 387>\nVStem: 62 316 520 101\nFore\n126 243 m 1\n 119 243 l 2\n 78 243 62 254 62 283 c 0\n 62 299 71 316 85 328 c 0\n 100 341 108 343 140 343 c 2\n 147 343 l 1\n 177 483 l 1\n 142 483 126 496 126 523 c 0\n 126 539 135 556 149 569 c 0\n 164 581 172 583 204 583 c 2\n 417 583 l 2\n 539 583 622 497 622 369 c 0\n 622 330.097 612.235 292.005 605 258 c 1\n 590 185 553 123 497 75 c 0\n 437 23 371 0 285 0 c 2\n 80 0 l 2\n 39 0 23 12 23 40 c 0\n 23 56 32 73 46 85 c 0\n 60 97 71 100 96 100 c 1\n 126 243 l 1\n226 243 m 1\n 196 100 l 1\n 306 100 l 2\n 366 100 401 112 440 144 c 0\n 475 174 495 210 506 261 c 2\n 516 307 l 2\n 519 321 520 335 520 350 c 0\n 520 392 503 434 475 457 c 0\n 456 474 424 483 387 483 c 2\n 277 483 l 1\n 247 343 l 1\n 321 343 l 2\n 341 343 348 342 356 339 c 0\n 368 335 378 319 378 304 c 0\n 378 287 369 269 355 258 c 0\n 341 246 328 243 300 243 c 2\n 226 243 l 1\nEndSplineSet\nEndChar\nStartChar: dcroat\nEncoding: 273 273 208\nWidth: 600\nFlags: HW\nHStem: -14 100<282 304> 0 100<553 569> 351 100<353 377> 410 214<619 640> 410 100<640 656> 525 98<526 542>\nVStem: 74 104<168 193>\nFore\n640 510 m 1\n 655 510 l 2\n 681 510 689 508 698 502 c 0\n 706 496 712 482 712 472 c 0\n 712 457 701 434 689 424 c 0\n 675 413 664 410 634 410 c 2\n 619 410 l 1\n 553 100 l 1\n 569 100 l 2\n 589 100 595 99 603 96 c 0\n 616 92 625 77 625 60 c 0\n 625 44 616 26 602 15 c 0\n 588 3 577 0 547 0 c 2\n 431 0 l 1\n 439 35 l 1\n 379 -1 336 -14 278 -14 c 0\n 218 -14 170 0 137 28 c 0\n 97 61 74 113 74 168 c 0\n 74 236 105 308 156 360 c 0\n 217 422 288 451 378 451 c 0\n 437 451 480 435 517 400 c 1\n 543 525 l 1\n 527 525 l 2\n 485.892 525 470 535.272 470 565 c 0\n 470 580 479 598 493 610 c 0\n 508 622 517 624 548 624 c 2\n 664 624 l 1\n 640 510 l 1\n354 351 m 0\n 297 351 250 329 214 286 c 0\n 191 258 177 224 177 193 c 0\n 177 126 224 86 302 86 c 0\n 361 86 408 108 444 151 c 0\n 467 179 481 213 481 244 c 0\n 481 279 466 310 439 330 c 0\n 421 344 392 351 354 351 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: Emacron\nEncoding: 274 274 209\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<542 550> 243 99<268 330> 243 340<246 267> 366 217<547 562> 483 99<181 196 297 530> 696 80<311 556>\nVStem: 255 350<729 743>\nDStem: 197 483 297 483 116 100 267 342 197 483 453 349 116 100 428 236 197 483 246 243 116 100 216 100 531 483 652 583 520 433 620 433\nFore\n246 243 m 1\n 216 100 l 1\n 471 100 l 1\n 483 152 l 1\n 488 180 492 188 502 198 c 0\n 514 212 531 219 546 219 c 0\n 569 219 587 203 587 182 c 0\n 587 174 586 170 583 152 c 1\n 550 0 l 1\n 80 0 l 2\n 40 0 23 12 23 40 c 0\n 23 56 32 74 46 85 c 0\n 61 98 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 125 494 125 523 c 0\n 125 539 134 557 149 569 c 0\n 163 581 172 583 204 583 c 2\n 652 583 l 1\n 620 433 l 2\n 614 405 611 397 601 387 c 0\n 589 374 572 366 556 366 c 0\n 534 366 516 382 516 404 c 0\n 516 426.004 526.273 461.515 531 483 c 1\n 297 483 l 1\n 267 342 l 1\n 352 342 l 1\n 353 349 l 1\n 359 378 362 385 372 395 c 0\n 385 408 402 416 417 416 c 0\n 440 416 457 400 457 378 c 0\n 457 370 457 369 453 349 c 1\n 428 236 l 2\n 422 208 419 201 409 190 c 0\n 397 178 380 170 365 170 c 0\n 342 170 325 186 325 207 c 0\n 325 213.421 328.007 232.526 331 243 c 1\n 246 243 l 1\n316 776 m 2\n 560 776 l 2\n 593 776 605 767 605 743 c 0\n 605 716 579 696 543 696 c 2\n 299 696 l 2\n 266 696 254 704 254 729 c 0\n 254 757 279 776 316 776 c 2\nEndSplineSet\nEndChar\nStartChar: emacron\nEncoding: 275 275 210\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403> 546 80<311 538>\nVStem: 249 351<579.5 593>\nFore\n587 172 m 1\n 178 172 l 1\n 189 112 237 84 325 84 c 0\n 369 84 398 89 493 112 c 0\n 506 115 519 117 528 117 c 0\n 551 117 566 101 566 79 c 0\n 566 57 554 39 533 28 c 0\n 490 5 374 -16 294 -16 c 0\n 158 -16 74 55 74 169 c 0\n 74 318 221 450 387 450 c 0\n 517 450 600 375 600 259 c 0\n 600 228.305 592.498 198.805 587 172 c 1\n200 260 m 1\n 495 260 l 1\n 490 314 439 350 367 350 c 0\n 293 350 228 315 200 260 c 1\n311 626 m 2\n 555 626 l 2\n 588 626 600 617 600 593 c 0\n 600 566 574 546 538 546 c 2\n 294 546 l 2\n 261 546 249 554 249 579 c 0\n 249 607 274 626 311 626 c 2\nEndSplineSet\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 211\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<535.937 550> 243 99<268 330> 243 340<246 267> 366 217<547 558> 483 99<181 196 297 530> 623 68<401 447>\nVStem: 269 69<746 767>\nDStem: 197 483 297 483 116 100 267 342 197 483 246 243 116 100 216 100 197 483 453 349 116 100 428 236 531 483 652 583 520 433 620 433\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 8 120\nEndChar\nStartChar: ebreve\nEncoding: 277 277 212\nWidth: 600\nFlags: HW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403> 477 68<382 428>\nVStem: 250 69<600 621>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 -11 -26\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 213\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<535.937 550> 243 99<268 330> 243 340<246 267> 366 217<547 558> 483 99<181 196 297 530> 671 122<419 444>\nVStem: 371 122<720 744>\nDStem: 197 483 297 483 116 100 267 342 197 483 453 349 116 100 428 236 197 483 246 243 116 100 216 100 531 483 652 583 520 433 620 433\nFore\n246 243 m 1\n 216 100 l 1\n 471 100 l 1\n 483 152 l 1\n 488 180 492 188 502 198 c 0\n 514 212 531 219 546 219 c 0\n 569 219 587 203 587 182 c 0\n 587 174 586 170 583 152 c 1\n 550 0 l 1\n 80 0 l 2\n 40 0 23 12 23 40 c 0\n 23 56 32 74 46 85 c 0\n 61 98 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 125 494 125 523 c 0\n 125 539 134 557 149 569 c 0\n 163 581 172 583 204 583 c 2\n 652 583 l 1\n 620 433 l 2\n 614 405 611 397 601 387 c 0\n 589 374 572 366 556 366 c 0\n 534 366 516 382 516 404 c 0\n 516 426.004 526.273 461.515 531 483 c 1\n 297 483 l 1\n 267 342 l 1\n 352 342 l 1\n 353 349 l 1\n 359 378 362 385 372 395 c 0\n 385 408 402 416 417 416 c 0\n 440 416 457 400 457 378 c 0\n 457 370 457 369 453 349 c 1\n 428 236 l 2\n 422 208 419 201 409 190 c 0\n 397 178 380 170 365 170 c 0\n 342 170 325 186 325 207 c 0\n 325 213.421 328.007 232.526 331 243 c 1\n 246 243 l 1\n444 793 m 0\n 472 793 493 772 493 744 c 0\n 493 706 457 671 419 671 c 0\n 394 671 371 694 371 720 c 0\n 371 756 408 793 444 793 c 0\nEndSplineSet\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 214\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403> 534 120<420 432.5>\nVStem: 365 123<587.5 600.5>\nFore\n587 172 m 1\n 178 172 l 1\n 189 112 237 84 325 84 c 0\n 369 84 398 89 493 112 c 0\n 506 115 519 117 528 117 c 0\n 551 117 566 101 566 79 c 0\n 566 57 554 39 533 28 c 0\n 490 5 374 -16 294 -16 c 0\n 158 -16 74 55 74 169 c 0\n 74 318 221 450 387 450 c 0\n 517 450 600 375 600 259 c 0\n 600 228.305 592.498 198.805 587 172 c 1\n200 260 m 1\n 495 260 l 1\n 490 314 439 350 367 350 c 0\n 293 350 228 315 200 260 c 1\n439 654 m 0\n 468 654 488 634 488 606 c 0\n 488 569 452 534 413 534 c 0\n 386 534 365 555 365 582 c 0\n 365 619 401 654 439 654 c 0\nEndSplineSet\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 215\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 463> 243 99<268 330> 243 340<246 267> 366 217<547 559> 483 99<181 196 297 530>\nVStem: 351 206<-144 -131>\nDStem: 197 483 297 483 116 100 267 342 197 483 453 349 116 100 428 236 197 483 246 243 116 100 216 100 531 483 652 583 520 433 620 433\nFore\n557 -140 m 0\n 557 -188.58 465.561 -208 428 -208 c 0\n 380 -208 351 -180 351 -135 c 0\n 351 -93 372 -56 410 -31 c 0\n 426 -21 437 -14 464 0 c 1\n 80 0 l 2\n 40 0 23 12 23 40 c 0\n 23 56 32 74 46 85 c 0\n 61 98 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 125 494 125 523 c 0\n 125 539 134 557 149 569 c 0\n 163 581 172 583 204 583 c 2\n 652 583 l 1\n 620 433 l 2\n 614 405 611 397 601 387 c 0\n 589 374 572 366 556 366 c 0\n 534 366 516 382 516 404 c 0\n 516 426.004 526.273 461.515 531 483 c 1\n 297 483 l 1\n 267 342 l 1\n 352 342 l 1\n 353 349 l 1\n 359 378 362 385 372 395 c 0\n 385 408 402 416 417 416 c 0\n 440 416 457 400 457 378 c 0\n 457 370 457 369 453 349 c 1\n 428 236 l 2\n 422 208 419 201 409 190 c 0\n 397 178 380 170 365 170 c 0\n 342 170 325 186 325 207 c 0\n 325 213.421 328.007 232.526 331 243 c 1\n 246 243 l 1\n 216 100 l 1\n 471 100 l 1\n 483 152 l 1\n 488 180 492 188 502 198 c 0\n 514 212 531 219 546 219 c 0\n 569 219 587 203 587 182 c 0\n 587 174 586 170 583 152 c 1\n 550 0 l 1\n 509 -18 499 -24 474 -46 c 0\n 445 -72 433 -92 433 -114 c 0\n 433 -125 438 -130 450 -130 c 0\n 462 -130 469 -128 503 -114 c 0\n 513 -109 519 -108 526 -108 c 0\n 545 -108 557 -121 557 -140 c 0\nEndSplineSet\nEndChar\nStartChar: eogonek\nEncoding: 281 281 216\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 301> 172 88<200 495> 350 100<330 403>\nVStem: 262 211<-145.5 -129>\nFore\n473 -138 m 0\n 473 -189.096 378.459 -208 339 -208 c 0\n 291 -208 262 -183 262 -142 c 0\n 262 -93 292 -48 346 -14 c 1\n 322 -15 308 -16 294 -16 c 0\n 158 -16 74 55 74 169 c 0\n 74 318 221 450 387 450 c 0\n 517 450 600 375 600 259 c 0\n 600 228.305 592.498 198.805 587 172 c 1\n 178 172 l 1\n 189 112 237 84 325 84 c 0\n 369 84 398 89 493 112 c 0\n 506 115 519 117 528 117 c 0\n 551 117 566 101 566 79 c 0\n 566 51 551 34 512 19 c 0\n 422 -15 343 -79 343 -117 c 0\n 343 -127 350 -132 362 -132 c 0\n 375 -132 387 -128 418 -114 c 0\n 429 -109 435 -108 442 -108 c 0\n 460 -108 473 -120 473 -138 c 0\n200 260 m 1\n 495 260 l 1\n 490 314 439 350 367 350 c 0\n 293 350 228 315 200 260 c 1\nEndSplineSet\nEndChar\nStartChar: Ecaron\nEncoding: 282 282 217\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<535.937 550> 243 99<268 330> 243 340<246 267> 366 217<547 560> 483 99<181 196 297 530>\nDStem: 197 483 297 483 116 100 267 342 197 483 453 349 116 100 428 236 197 483 246 243 116 100 216 100 284 768 335 826 412 640 431 729 531 483 652 583 520 433 620 433 558 826 585 768 431 729 412 640\nFore\n246 243 m 1\n 216 100 l 1\n 471 100 l 1\n 483 152 l 1\n 488 180 492 188 502 198 c 0\n 514 212 531 219 546 219 c 0\n 569 219 587 203 587 182 c 0\n 587 174 586 170 583 152 c 1\n 550 0 l 1\n 80 0 l 2\n 40 0 23 12 23 40 c 0\n 23 56 32 74 46 85 c 0\n 61 98 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 125 494 125 523 c 0\n 125 539 134 557 149 569 c 0\n 163 581 172 583 204 583 c 2\n 652 583 l 1\n 620 433 l 2\n 614 405 611 397 601 387 c 0\n 589 374 572 366 556 366 c 0\n 534 366 516 382 516 404 c 0\n 516 426.004 526.273 461.515 531 483 c 1\n 297 483 l 1\n 267 342 l 1\n 352 342 l 1\n 353 349 l 1\n 359 378 362 385 372 395 c 0\n 385 408 402 416 417 416 c 0\n 440 416 457 400 457 378 c 0\n 457 370 457 369 453 349 c 1\n 428 236 l 2\n 422 208 419 201 409 190 c 0\n 397 178 380 170 365 170 c 0\n 342 170 325 186 325 207 c 0\n 325 213.421 328.007 232.526 331 243 c 1\n 246 243 l 1\n431 729 m 1\n 558 826 l 2\n 569 834 580 839 589 839 c 0\n 603 839 617 825 617 811 c 0\n 617 791.852 602.184 780.274 585 768 c 1\n 412 640 l 1\n 284 768 l 2\n 270 782 267 787 267 797 c 0\n 267 816 291 839 311 839 c 0\n 319 839 326 835 335 826 c 2\n 431 729 l 1\nEndSplineSet\nEndChar\nStartChar: ecaron\nEncoding: 283 283 218\nWidth: 600\nFlags: HMW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403>\nFore\n587 172 m 1\n 178 172 l 1\n 189 112 237 84 325 84 c 0\n 369 84 398 89 493 112 c 0\n 506 115 519 117 528 117 c 0\n 551 117 566 101 566 79 c 0\n 566 57 554 39 533 28 c 0\n 490 5 374 -16 294 -16 c 0\n 158 -16 74 55 74 169 c 0\n 74 318 221 450 387 450 c 0\n 517 450 600 375 600 259 c 0\n 600 228.305 592.498 198.805 587 172 c 1\n200 260 m 1\n 495 260 l 1\n 490 314 439 350 367 350 c 0\n 293 350 228 315 200 260 c 1\n617 667 m 0\n 617 648.809 600.62 635.414 585 625 c 2\n 407 497 l 1\n 281 625 l 2\n 265 642 264 643 264 653 c 0\n 264 675 285 696 307 696 c 0\n 317 696 322 693 332 682 c 2\n 425 586 l 1\n 558 682 l 2\n 572 692 580 696 589 696 c 0\n 605 696 617 684 617 667 c 0\nEndSplineSet\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 219\nWidth: 600\nFlags: HW\nHStem: -14 100<292 366.5> 180 100<410 488 588 588> 497 100<403 459.5>\nVStem: 79 102<163 194.5> 332 310<226.5 228>\nDStem: 469 733 488 822 561 636 612 693 488 822 469 733 308 693 335 636\nRef: 71 71 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 39 126\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 220\nWidth: 600\nFlags: HW\nHStem: -205 100<162 295> -14 101<265 289> 337 100<581 619> 351 99<344 361>\nVStem: 73 104<168 193>\nDStem: 417 35 581 337 405 -20 505 -20 440 587 459 676 532 490 583 547 459 676 440 587 279 547 306 490\nRef: 103 103 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 10 -20\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 221\nWidth: 600\nFlags: HMW\nHStem: -14 100<292 366.5> 180 100<410 488 588 588> 497 100<403 459.5> 647 67<436 476>\nVStem: 79 102<163 194.5> 332 310<226.5 228>\nFore\n588 180 m 1\n 560 48 l 1\n 460 0 407 -14 327 -14 c 0\n 257 -14 193 2 149 32 c 0\n 103 63 79 115 79 184 c 0\n 79 205 81 225 86 246 c 1\n 101 317 l 2\n 131.018 459.584 264.36 597 444 597 c 0\n 498 597 544 587 583 565 c 1\n 599 589 611 597 630 597 c 0\n 652 597 667 582 667 560 c 0\n 667 552 667 550 663 531 c 2\n 646 453 l 2\n 640 426 637 418 627 408 c 0\n 615 395 598 387 582 387 c 0\n 569 387 556 393 551 402 c 0\n 546 409 546 409 544 440 c 0\n 542 475 496 497 423 497 c 0\n 313 497 223 425 201 317 c 1\n 193.021 280.527 181 240.635 181 199 c 0\n 181 127 239 86 342 86 c 0\n 391 86 431 94 474 111 c 1\n 488 180 l 1\n 389 180 l 2\n 348 180 332 191 332 220 c 0\n 332 236 341 254 355 266 c 0\n 370 278 379 280 410 280 c 2\n 585 280 l 2\n 605 280 611 279 620 276 c 0\n 633 272 642 257 642 241 c 0\n 642 212 621 189 588 180 c 1\n329 831 m 0\n 349 831 354 824 357 791 c 0\n 360 759 364 751 381 738 c 0\n 400 722 423 714 449 714 c 0\n 503 714 553 746 569 791 c 0\n 580 821 591 831 612 831 c 0\n 627 831 637 820 637 803 c 0\n 637 729 532 647 436 647 c 0\n 353 647 286 705 286 777 c 0\n 286 808 304 831 329 831 c 0\nEndSplineSet\nEndChar\nStartChar: gbreve\nEncoding: 287 287 222\nWidth: 600\nFlags: HW\nHStem: -205 100<162 295> -14 101<265 289> 337 100<581 619> 351 99<344 361> 503 68<405 425>\nVStem: 73 104<168 193> 262 68<630 650>\nDStem: 417 35 581 337 405 -20 505 -20\nFore\n495 401 m 1\n 502 437 l 1\n 619 437 l 2\n 639 437 645 436 653 433 c 0\n 666 429 675 414 675 397 c 0\n 675 381 666 364 652 352 c 0\n 638 340 627 337 597 337 c 2\n 581 337 l 1\n 505 -20 l 1\n 483 -126 384 -205 274 -205 c 2\n 163 -205 l 2\n 122 -205 106 -194 106 -165 c 0\n 106 -149 115 -131 129 -120 c 0\n 144 -107 153 -105 184 -105 c 2\n 293 -105 l 2\n 350 -105 394 -72 405 -20 c 2\n 417 35 l 1\n 363 1 317 -14 265 -14 c 0\n 151 -14 73 60 73 168 c 0\n 73 318 211 451 365 451 c 0\n 418 451 463 434 495 401 c 1\n345 351 m 0\n 259 351 176 274 176 193 c 0\n 176 130 223 86 289 86 c 0\n 377 86 459 163 459 244 c 0\n 459 307 412 351 345 351 c 0\n306 687 m 0\n 324 687 331 677 330 650 c 0\n 330 602 365 571 421 571 c 0\n 476 571 525 601 544 647 c 0\n 558 678 567 687 587 687 c 0\n 604 687 614 677 614 660 c 0\n 614 640 599 609 578 584 c 0\n 534 533 471 503 407 503 c 0\n 324 503 261 558 261 630 c 0\n 261 664 279 687 306 687 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 223\nWidth: 600\nFlags: HW\nHStem: -14 100<292 366.5> 180 100<410 488 588 588> 497 100<403 459.5> 623 120<451 463.5>\nVStem: 79 102<163 194.5> 332 310<226.5 228> 396 123<676.5 689.5>\nRef: 71 71 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 31 89\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 224\nWidth: 600\nFlags: HW\nHStem: -205 100<162 295> -14 101<265 289> 337 100<581 619> 351 99<344 361> 477 120<422 434.5>\nVStem: 73 104<168 193> 367 123<530.5 543.5>\nDStem: 417 35 581 337 405 -20 505 -20\nRef: 103 103 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 2 -57\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 225\nWidth: 600\nFlags: HMW\nHStem: -14 100<292 366.5> 180 100<410 488 588 588> 497 100<403 459.5>\nVStem: 79 102<163 194.5> 332 310<226.5 228>\nFore\n588 180 m 1\n 560 48 l 1\n 460 0 407 -14 327 -14 c 0\n 257 -14 193 2 149 32 c 0\n 103 63 79 115 79 184 c 0\n 79 205 81 225 86 246 c 1\n 101 317 l 2\n 131.018 459.584 264.36 597 444 597 c 0\n 498 597 544 587 583 565 c 1\n 599 589 611 597 630 597 c 0\n 652 597 667 582 667 560 c 0\n 667 552 667 550 663 531 c 2\n 646 453 l 2\n 640 426 637 418 627 408 c 0\n 615 395 598 387 582 387 c 0\n 569 387 556 393 551 402 c 0\n 546 409 546 409 544 440 c 0\n 542 475 496 497 423 497 c 0\n 313 497 223 425 201 317 c 1\n 193.021 280.527 181 240.635 181 199 c 0\n 181 127 239 86 342 86 c 0\n 391 86 431 94 474 111 c 1\n 488 180 l 1\n 389 180 l 2\n 348 180 332 191 332 220 c 0\n 332 236 341 254 355 266 c 0\n 370 278 379 280 410 280 c 2\n 585 280 l 2\n 605 280 611 279 620 276 c 0\n 633 272 642 257 642 241 c 0\n 642 212 621 189 588 180 c 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 226\nWidth: 600\nFlags: HW\nHStem: -205 100<162 295> -14 101<265 289> 337 100<581 619> 351 99<344 362>\nVStem: 73 104<168 193>\nDStem: 417 35 581 337 405 -20 505 -20 487 698 537 655 383 570 434 529\nFore\n495 401 m 1\n 502 437 l 1\n 619 437 l 2\n 639 437 645 436 653 433 c 0\n 666 429 675 414 675 397 c 0\n 675 381 666 364 652 352 c 0\n 638 340 627 337 597 337 c 2\n 581 337 l 1\n 505 -20 l 1\n 483 -126 384 -205 274 -205 c 2\n 163 -205 l 2\n 122 -205 106 -194 106 -165 c 0\n 106 -149 115 -131 129 -120 c 0\n 144 -107 153 -105 184 -105 c 2\n 293 -105 l 2\n 350 -105 394 -72 405 -20 c 2\n 417 35 l 1\n 363 1 317 -14 265 -14 c 0\n 151 -14 73 60 73 168 c 0\n 73 318 211 451 365 451 c 0\n 418 451 463 434 495 401 c 1\n345 351 m 0\n 259 351 176 274 176 193 c 0\n 176 130 223 86 289 86 c 0\n 377 86 459 163 459 244 c 0\n 459 307 412 351 345 351 c 0\n537 655 m 1\n 434 529 l 2\n 421 513 406 504 391 504 c 0\n 376 504 363 517 363 532 c 0\n 363 544 368 553 383 570 c 1\n 487 698 l 2\n 500 714 514 722 529 722 c 0\n 545 722 558 709 558 694 c 0\n 558 678.305 547.944 665.944 537 655 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 227\nWidth: 600\nFlags: HW\nHStem: 0 100<87 116 216 231 393 430 531 536> 241 100<268 459> 483 100<297 334 495 510>\nVStem: 32 255<40 60> 155 235<523 544> 337 255<40 60> 440 235<523 544>\nDStem: 197 483 297 483 116 100 267 341 197 483 246 241 116 100 216 100 197 483 611 483 116 100 530 100 458 733 477 822 550 636 601 693 460 241 611 483 430 100 530 100 477 822 458 733 297 693 324 636 511 483 611 483 481 341 530 100\nRef: 72 72 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 28 126\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 228\nWidth: 600\nFlags: HW\nHStem: 0 100<111 117 425 431> 350 100<402 419> 524 99\nVStem: 33 247 346 247\nDStem: 463 774 482 863 555 677 606 734 482 863 463 774 302 734 329 677\nRef: 104 104 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 33 167\nEndChar\nStartChar: Hbar\nEncoding: 294 294 229\nWidth: 600\nFlags: HW\nHStem: 0 100<25 54 154 169 328 368 468 474> 241 100<206 398> 340 100<103 105 541 543> 563 20G<171 272 456 557>\nVStem: -29 255<39 59> 93 235<521 544> 276 255<40 59> 378 235<524 544>\nDStem: 105 340 184 241 54 100 154 100 398 241 519 340 368 100 468 100\nFore\n519 340 m 1\n 468 100 l 1\n 474 100 l 2\n 501 100 510 98 517 91 c 0\n 526 83 531 72 531 59 c 0\n 531 37 514 17 497 7 c 0\n 487 2 474 0 453 0 c 2\n 332 0 l 2\n 290.409 0 276 13.7434 276 40 c 0\n 276 63 291 83 310 93 c 0\n 320 99 329 100 353 100 c 2\n 368 100 l 1\n 398 241 l 1\n 184 241 l 1\n 154 100 l 1\n 169 100 l 2\n 195 100 205 98 212 91 c 0\n 221 83 226 72 226 59 c 0\n 226 37 209 17 192 7 c 0\n 182 2 169 0 148 0 c 2\n 27 0 l 2\n -13.933 0 -29 11.9319 -29 39 c 0\n -29 63 -14 83 5 93 c 0\n 15 99 23 100 48 100 c 2\n 54 100 l 1\n 105 340 l 1\n 81 340 71 342 63 350 c 1\n 54 357 50 368 50 380 c 0\n 50 403 66 423 84 433 c 0\n 94 439 103 440 127 440 c 1\n 136 483 l 1\n 108 486 93 499 93 521 c 0\n 93 545 109 566 127 576 c 0\n 138 582 146 583 171 583 c 2\n 272 583 l 2\n 299 583 308 581 315 574 c 0\n 323 566 328 556 328 544 c 0\n 328 520 313 500 294 490 c 0\n 284 485 275 483 251 483 c 2\n 236 483 l 1\n 206 341 l 1\n 420 341 l 1\n 450 483 l 1\n 435 483 l 2\n 409 483 400 485 392 492 c 0\n 383 500 378 511 378 524 c 0\n 378 546 395 566 412 576 c 0\n 423 582 431 583 456 583 c 2\n 557 583 l 2\n 584 583 593 581 601 574 c 0\n 609 566 613 556 613 544 c 0\n 613 508 585 486 550 483 c 1\n 541 440 l 1\n 566 440 574 439 582 433 c 0\n 592 426 598 414 598 400 c 0\n 598 379 584 360 567 350 c 1\n 557 342 545 340 519 340 c 1\nEndSplineSet\nEndChar\nStartChar: hbar\nEncoding: 295 295 230\nWidth: 600\nFlags: HW\nHStem: 0 100<21 50 150 156 335 364 464 470> 350 100<329 361> 524 100<122 140 240 375>\nVStem: 405 102<302 324>\nDStem: 140 524 240 524 50 100 211 389 140 524 189 283 50 100 150 100 400 271 503 284 364 100 464 100\nFore\n145 624 m 2\n 373 624 l 2\n 397 624 406 622 414 617 c 0\n 424 610 430 598 430 584 c 0\n 430 563 416 544 400 533 c 0\n 388 526 378 524 352 524 c 2\n 240 524 l 1\n 211 389 l 1\n 260 430 309 450 361 450 c 0\n 453 450 507 401 507 324 c 0\n 507 311 506 298 503 284 c 2\n 464 100 l 1\n 470 100 l 2\n 497 100 506 98 514 91 c 0\n 522 83 526 72 526 60 c 0\n 526 37 511 17 492 7 c 0\n 483 2 470 0 449 0 c 2\n 337 0 l 2\n 294.406 0 279 13.5982 279 40 c 0\n 279 63 295 82 313 93 c 0\n 324 98 333 100 358 100 c 2\n 364 100 l 1\n 400 271 l 2\n 403 284 405 294 405 302 c 0\n 405 314 401 322 392 331 c 0\n 378 345 360 350 329 350 c 0\n 282 350 258 338 189 283 c 1\n 150 100 l 1\n 156 100 l 2\n 184 100 192 98 200 91 c 0\n 209 83 213 72 213 60 c 0\n 213 37 198 18 179 7 c 0\n 170 2 156 0 135 0 c 2\n 23 0 l 2\n -20.1572 0 -34 14.7696 -34 41 c 0\n -34 63 -18 83 0 93 c 0\n 11 98 19 100 44 100 c 2\n 50 100 l 1\n 140 524 l 1\n 124 524 l 2\n 98 524 88 526 80 533 c 0\n 72 541 68 552 68 564 c 0\n 68 587 84 607 102 617 c 0\n 112 622 121 624 145 624 c 2\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Itilde\nEncoding: 296 296 231\nWidth: 600\nFlags: HW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453> 687 68\nVStem: 196 436\nRef: 73 73 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 22 100\nEndChar\nStartChar: itilde\nEncoding: 297 297 232\nWidth: 600\nFlags: HW\nHStem: 0 100<150 272 372 472> 337 100<265 322> 541 68\nVStem: 72 478\nRef: 305 305 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 -10 -46\nEndChar\nStartChar: Imacron\nEncoding: 298 298 233\nWidth: 600\nFlags: HMW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453> 696 80<336 563>\nVStem: 196 436\nFore\n453 483 m 1\n 372 100 l 1\n 472 100 l 2\n 492 100 499 99 507 96 c 0\n 520 92 529 77 529 61 c 0\n 529 44 520 27 506 15 c 0\n 492 3 480 0 451 0 c 2\n 150 0 l 2\n 109 0 93 11 93 40 c 0\n 93 56 102 73 116 85 c 0\n 131 98 139 100 171 100 c 2\n 272 100 l 1\n 353 483 l 1\n 252 483 l 2\n 211 483 196 494 196 523 c 0\n 196 539 205 557 219 568 c 0\n 234 581 242 583 274 583 c 2\n 575 583 l 2\n 595 583 602 582 610 579 c 0\n 622 575 632 559 632 544 c 0\n 632 527 623 509 609 498 c 0\n 594 486 584 483 554 483 c 2\n 453 483 l 1\n336 776 m 2\n 580 776 l 2\n 613 776 625 767 625 743 c 0\n 625 716 599 696 563 696 c 2\n 319 696 l 2\n 286 696 274 704 274 729 c 0\n 274 757 299 776 336 776 c 2\nEndSplineSet\nEndChar\nStartChar: imacron\nEncoding: 299 299 234\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 372 472> 337 100<265 322> 546 80<311 538>\nVStem: 72 478\nFore\n443 437 m 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 60 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 322 337 l 1\n 244 337 l 2\n 202 337 186 348 186 377 c 0\n 186 393 195 411 209 422 c 0\n 224 435 233 437 265 437 c 2\n 443 437 l 1\n311 626 m 2\n 555 626 l 2\n 588 626 600 617 600 593 c 0\n 600 566 574 546 538 546 c 2\n 294 546 l 2\n 261 546 249 554 249 579 c 0\n 249 607 274 626 311 626 c 2\nEndSplineSet\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 235\nWidth: 600\nFlags: HW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453> 623 68<419 465>\nVStem: 196 436 287 69<746 767>\nRef: 73 73 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 26 120\nEndChar\nStartChar: ibreve\nEncoding: 301 301 236\nWidth: 600\nFlags: HW\nHStem: 0 100<150 272 372 472> 337 100<265 322> 477 68<388 434>\nVStem: 72 478 256 69<600 621>\nRef: 305 305 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 -5 -26\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 237\nWidth: 600\nFlags: HW\nHStem: 0 100<149 272 373 393> 483 100<251 352 453 576>\nVStem: 93 436<40 61> 196 436<523 544> 281 206<-144 -131>\nDStem: 353 483 453 483 272 100 372 100\nFore\n487 -140 m 0\n 487 -188.58 395.561 -208 358 -208 c 0\n 310 -208 281 -180 281 -135 c 0\n 281 -93 302 -57 340 -31 c 0\n 356 -21 367 -14 394 0 c 1\n 150 0 l 2\n 109 0 93 11 93 40 c 0\n 93 56 102 73 116 85 c 0\n 131 98 139 100 171 100 c 2\n 272 100 l 1\n 353 483 l 1\n 252 483 l 2\n 211 483 196 494 196 523 c 0\n 196 539 205 557 219 568 c 0\n 234 581 242 583 274 583 c 2\n 575 583 l 2\n 595 583 602 582 610 579 c 0\n 622 575 632 559 632 544 c 0\n 632 527 623 509 609 498 c 0\n 594 486 584 483 554 483 c 2\n 453 483 l 1\n 372 100 l 1\n 472 100 l 2\n 492 100 499 99 507 96 c 0\n 520 92 529 77 529 61 c 0\n 529 33 514 16 475 -1 c 0\n 412 -27 363 -77 363 -114 c 0\n 363 -125 368 -130 380 -130 c 0\n 392 -130 399 -128 433 -114 c 0\n 443 -109 449 -108 456 -108 c 0\n 475 -108 487 -121 487 -140 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: iogonek\nEncoding: 303 303 238\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 372 409> 337 100<265 322> 518 105<351 446>\nVStem: 302 211<-145.5 -129>\nFore\n513 -138 m 0\n 513 -189.096 418.459 -208 379 -208 c 0\n 331 -208 302 -183 302 -142 c 0\n 302 -107 319 -70 350 -41 c 0\n 366 -25 373 -20 409 0 c 1\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 322 337 l 1\n 244 337 l 2\n 202 337 186 348 186 377 c 0\n 186 393 195 411 209 422 c 0\n 224 435 233 437 265 437 c 2\n 443 437 l 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 61 c 0\n 550 24.9656 528.204 15.2208 465 -25 c 0\n 415 -57 383 -93 383 -117 c 0\n 383 -127 390 -132 402 -132 c 0\n 415 -132 427 -128 458 -114 c 0\n 469 -109 475 -108 482 -108 c 0\n 500 -108 513 -120 513 -138 c 0\n469 623 m 1\n 446 518 l 1\n 328 518 l 1\n 351 623 l 1\n 469 623 l 1\nEndSplineSet\nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 239\nWidth: 600\nFlags: HW\nHStem: 0 100<149 272 373 473> 483 100<251 352 453 576> 671 122<439 464>\nVStem: 93 436<40 61> 196 436<523 544> 391 122<720 744>\nDStem: 353 483 453 483 272 100 372 100\nFore\n453 483 m 1\n 372 100 l 1\n 472 100 l 2\n 492 100 499 99 507 96 c 0\n 520 92 529 77 529 61 c 0\n 529 44 520 27 506 15 c 0\n 492 3 480 0 451 0 c 2\n 150 0 l 2\n 109 0 93 11 93 40 c 0\n 93 56 102 73 116 85 c 0\n 131 98 139 100 171 100 c 2\n 272 100 l 1\n 353 483 l 1\n 252 483 l 2\n 211 483 196 494 196 523 c 0\n 196 539 205 557 219 568 c 0\n 234 581 242 583 274 583 c 2\n 575 583 l 2\n 595 583 602 582 610 579 c 0\n 622 575 632 559 632 544 c 0\n 632 527 623 509 609 498 c 0\n 594 486 584 483 554 483 c 2\n 453 483 l 1\n464 793 m 0\n 492 793 513 772 513 744 c 0\n 513 706 477 671 439 671 c 0\n 414 671 391 694 391 720 c 0\n 391 756 428 793 464 793 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: dotlessi\nEncoding: 305 305 240\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 372 472> 337 100<265 322>\nVStem: 72 478\nFore\n443 437 m 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 60 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 322 337 l 1\n 244 337 l 2\n 202 337 186 348 186 377 c 0\n 186 393 195 411 209 422 c 0\n 224 435 233 437 265 437 c 2\n 443 437 l 1\nEndSplineSet\nEndChar\nStartChar: IJ\nEncoding: 306 306 241\nWidth: 600\nFlags: HW\nHStem: -14 100<401 422> 0 100<58 91 192 200> 483 100<160 171 272 303 520 536 637 670>\nVStem: 2 254<40 61> 105 254<523 544> 464 262<523 543>\nDStem: 172 483 272 483 91 100 191 100 301 213 402 213 280 113 381 117 537 483 637 483 476 198 574 187\nFore\n272 483 m 1\n 191 100 l 1\n 199 100 l 2\n 219 100 226 99 234 96 c 0\n 247 92 256 77 256 61 c 0\n 256 44 247 27 233 15 c 0\n 219 3 207 0 178 0 c 2\n 59 0 l 2\n 18 0 2 11 2 40 c 0\n 2 56 11 73 25 85 c 0\n 40 98 48 100 80 100 c 2\n 91 100 l 1\n 172 483 l 1\n 161 483 l 2\n 120 483 105 494 105 523 c 0\n 105 539 114 557 128 568 c 0\n 143 581 151 583 183 583 c 2\n 302 583 l 2\n 322 583 329 582 337 579 c 0\n 349 575 359 559 359 544 c 0\n 359 527 350 509 336 498 c 0\n 321 486 311 483 281 483 c 2\n 272 483 l 1\n637 483 m 1\n 574 187 l 1\n 539 0 519 -14 402 -14 c 0\n 344 -14 265 26 280 113 c 1\n 301 213 l 1\n 307 240 311 249 321 259 c 0\n 333 272 350 280 366 280 c 0\n 389 280 406 264 406 243 c 0\n 406 235 405 232 402 213 c 1\n 381 117 l 1\n 384 86 389 86 422 86 c 0\n 461 87 464 148 476 198 c 1\n 537 483 l 1\n 521 483 l 2\n 480 483 464 494 464 523 c 0\n 464 539 473 556 487 569 c 0\n 502 581 511 583 542 583 c 2\n 669 583 l 2\n 689 583 696 582 704 579 c 0\n 717 575 726 560 726 543 c 0\n 726 527 717 509 703 498 c 0\n 689 486 678 483 648 483 c 2\n 637 483 l 1\nEndSplineSet\nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 242\nWidth: 600\nFlags: HW\nHStem: -205 100<226 361> 0 100<75 189 290 369> 337 100<160 238 444 546> 518 105<268 363 530 627>\nVStem: 19 408<40 60>\nDStem: 239 337 360 437 189 100 289 100 268 623 386 623 245 518 363 518 530 623 650 623 508 518 627 518 547 337 668 437 471 -20 571 -20\nFore\n360 437 m 1\n 289 100 l 1\n 370 100 l 2\n 390 100 397 99 405 96 c 0\n 418 92 427 76 427 60 c 0\n 427 44 418 27 404 15 c 0\n 390 4 377 0 349 0 c 2\n 76 0 l 2\n 35 0 19 11 19 40 c 0\n 19 56 28 73 42 85 c 0\n 57 98 65 100 97 100 c 2\n 189 100 l 1\n 239 337 l 1\n 161 337 l 2\n 119 337 103 348 103 377 c 0\n 103 393 112 411 126 422 c 0\n 141 435 150 437 182 437 c 2\n 360 437 l 1\n386 623 m 1\n 363 518 l 1\n 245 518 l 1\n 268 623 l 1\n 386 623 l 1\n547 337 m 1\n 445 337 l 2\n 404 337 388 348 388 377 c 0\n 388 393 397 410 411 422 c 0\n 426 435 435 437 466 437 c 2\n 668 437 l 1\n 571 -20 l 1\n 549 -125 449 -205 340 -205 c 2\n 227 -205 l 2\n 186 -205 170 -194 170 -165 c 0\n 170 -149 179 -132 193 -120 c 0\n 208 -107 217 -105 248 -105 c 2\n 358 -105 l 2\n 416 -105 460 -72 471 -20 c 2\n 547 337 l 1\n650 623 m 1\n 627 518 l 1\n 508 518 l 1\n 530 623 l 1\n 650 623 l 1\nEndSplineSet\nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 243\nWidth: 600\nFlags: HW\nHStem: -14 100<271.5 295> 483 100<394 492 592 649 592 592>\nVStem: 316 411\nDStem: 489 733 508 822 581 636 632 693 508 822 489 733 328 693 355 636\nRef: 74 74 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 59 126\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 244\nWidth: 600\nFlags: HW\nHStem: -205 100<139 273> 337 100<255 459>\nDStem: 460 337 581 437 384 -20 484 -20 501 666 520 755 593 569 644 626 520 755 501 666 340 626 367 569\nFore\n460 337 m 1\n 258 337 l 2\n 217 337 201 348 201 377 c 0\n 201 393 210 410 224 422 c 0\n 239 435 248 437 279 437 c 2\n 581 437 l 1\n 484 -20 l 1\n 462 -125 362 -205 253 -205 c 2\n 140 -205 l 2\n 99 -205 83 -194 83 -165 c 0\n 83 -149 92 -132 106 -120 c 0\n 121 -107 130 -105 161 -105 c 2\n 271 -105 l 2\n 329 -105 373 -72 384 -20 c 2\n 460 337 l 1\n501 666 m 1\n 367 569 l 2\n 354 560 345 556 336 556 c 0\n 320 556 308 568 308 584 c 0\n 308 601 313 607 340 626 c 2\n 520 755 l 1\n 644 626 l 2\n 660 610 661 609 661 599 c 0\n 661 577 640 556 618 556 c 0\n 609 556 601 560 593 569 c 2\n 501 666 l 1\nEndSplineSet\nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 245\nWidth: 600\nFlags: HMW\nHStem: 0 100<100 115 215 228 525 535> 483 100<296 296 296 331 613 626.5>\nVStem: 452 235\nFore\n238 208 m 1\n 215 100 l 1\n 250 100 l 2\n 270 100 276 99 284 96 c 0\n 297 92 306 76 306 60 c 0\n 306 44 297 27 283 15 c 0\n 270 4 256 0 228 0 c 2\n 79 0 l 2\n 38 0 22 12 22 40 c 0\n 22 56 31 73 45 85 c 0\n 60 98 68 100 100 100 c 2\n 115 100 l 1\n 196 483 l 1\n 181 483 l 2\n 140 483 125 494 125 523 c 0\n 125 539 134 556 148 569 c 0\n 163 581 171 583 203 583 c 2\n 352 583 l 2\n 372 583 379 582 387 579 c 0\n 400 575 409 560 409 543 c 0\n 409 527 400 509 386 498 c 0\n 372 486 361 483 331 483 c 2\n 296 483 l 1\n 265 334 l 1\n 475 487 l 1\n 459 493 452 503 452 520 c 0\n 452 538 461 556 476 568 c 0\n 490 581 499 583 530 583 c 2\n 631 583 l 2\n 650 583 657 582 665 579 c 0\n 678 575 687 560 687 544 c 0\n 687 527 678 510 664 498 c 0\n 650 486 640 483 613 483 c 1\n 404 330 l 1\n 459 298 503 215 525 100 c 1\n 557 100 l 2\n 577 100 583 99 592 96 c 0\n 604 92 614 76 614 61 c 0\n 614 45 605 26 591 15 c 0\n 577 4 563 0 535 0 c 2\n 426 0 l 1\n 409 143 365 240 308 259 c 1\n 238 208 l 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 246\nWidth: 600\nFlags: HW\nHStem: 0 100<97 136 492 525> 337 100<501 550> 524 99<209 225>\nVStem: 329 253<40 60> 359 247<376 398>\nDStem: 226 524 347 624 136 100 275 287 226 524 249 164 136 100 215 0 270 178 362 241 354 87 492 100 271 -83 321 -126 167 -211 218 -253 367 350 501 337 275 287 362 241\nFore\n249 164 m 1\n 215 0 l 1\n 98 0 l 2\n 58 0 42 11 42 40 c 0\n 42 56 51 73 65 85 c 0\n 79 97 89 100 120 100 c 2\n 136 100 l 1\n 226 524 l 1\n 210 524 l 2\n 169.101 524 153 534.332 153 563 c 0\n 153 580 162 598 176 610 c 0\n 190 621 201 624 231 624 c 2\n 347 624 l 1\n 275 287 l 1\n 367 350 l 1\n 361 361 359 366 359 376 c 0\n 359 393 367 410 382 422 c 0\n 396 434 407 437 437 437 c 2\n 549 437 l 2\n 590 437 606 426 606 398 c 0\n 606 381 597 364 583 352 c 0\n 568 340 558 337 528 337 c 2\n 501 337 l 1\n 362 241 l 1\n 492 100 l 1\n 525 100 l 2\n 544 100 552 99 560 96 c 0\n 573 92 582 76 582 60 c 0\n 582 44 573 27 559 15 c 0\n 545 3 532 0 504 0 c 2\n 386 0 l 2\n 345 0 329 11 329 40 c 0\n 329 57 336 71 354 87 c 1\n 270 178 l 1\n 249 164 l 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 247\nWidth: 600\nFlags: HW\nHStem: 0 100<74 112 425 459> 337 100<145 161 476 526>\nDStem: 162 337 226 164 112 100 191 0 344 350 476 337 252 287 317 227\nFore\n191 0 m 1\n 75 0 l 2\n 31 0 12 17 19 50 c 0\n 23 67 36 84 52 93 c 0\n 63 99 71 100 96 100 c 2\n 112 100 l 1\n 162 337 l 1\n 146 337 l 2\n 120 337 111 339 102 346 c 1\n 76.2279 371.772 96.0524 415.204 124 430 c 0\n 134 436 144 437 168 437 c 2\n 284 437 l 1\n 252 287 l 1\n 344 350 l 1\n 322.237 383.853 343.464 414.979 369 430 c 0\n 378 435 390 437 414 437 c 2\n 526 437 l 2\n 551 437 561 435 570 428 c 0\n 597.154 403.315 574.845 359.791 548 344 c 0\n 539 339 527 337 504 337 c 2\n 476 337 l 1\n 317 227 l 1\n 425 100 l 1\n 458 100 l 2\n 486 100 494 98 502 91 c 0\n 529.713 65.8066 509.964 24.0375 481 7 c 0\n 472 2 459 0 437 0 c 2\n 319 0 l 2\n 275 0 256 17 263 50 c 0\n 266 64 272 74 287 87 c 1\n 226 164 l 1\n 191 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: Lacute\nEncoding: 313 313 248\nWidth: 600\nFlags: HW\nHStem: 0 100<98 177 278 492> 0 259<570 571> 483 100<201 257 358 437>\nVStem: 145 348<523 543>\nDStem: 258 483 358 483 177 100 277 100 495 824 536 772 344 712 529 767 495 824 529 767 344 712 379 656 512 192 612 192 492 100 571 0\nFore\n358 483 m 1\n 277 100 l 1\n 492 100 l 1\n 512 192 l 1\n 517 219 521 228 531 238 c 0\n 544 252 560 259 576 259 c 0\n 599 259 616 243 616 221 c 0\n 616 215 615 207 612 192 c 2\n 571 0 l 1\n 99 0 l 2\n 58 0 42 12 42 40 c 0\n 42 56 51 74 65 85 c 0\n 80 98 88 100 120 100 c 2\n 177 100 l 1\n 258 483 l 1\n 202 483 l 2\n 161 483 145 494 145 523 c 0\n 145 539 154 557 168 569 c 0\n 183 581 191 583 223 583 c 2\n 436 583 l 2\n 456 583 463 582 471 579 c 0\n 484 575 493 560 493 543 c 0\n 493 527 484 509 470 498 c 0\n 455 486 445 483 415 483 c 2\n 358 483 l 1\n529 767 m 1\n 379 656 l 1\n 353 640 353 640 344 640 c 0\n 327 640 314 652 314 669 c 0\n 314 684 322 696 344 712 c 2\n 495 824 l 2\n 510 835 519 839 529 839 c 0\n 547 839 560 827 560 810 c 0\n 560 792.021 545.016 778.44 529 767 c 1\nEndSplineSet\nEndChar\nStartChar: lacute\nEncoding: 314 314 249\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 372 472> 524 100<305 362>\nVStem: 72 478\nFore\n483 624 m 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 60 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 362 524 l 1\n 283 524 l 2\n 267 524 256 525 249 528 c 0\n 236 532 226 548 226 564 c 0\n 226 580 235 598 250 610 c 0\n 264 621 274 624 305 624 c 2\n 483 624 l 1\n569 767 m 1\n 419 656 l 1\n 393 640 393 640 384 640 c 0\n 367 640 354 652 354 669 c 0\n 354 684 362 696 384 712 c 2\n 535 824 l 2\n 550 835 559 839 569 839 c 0\n 587 839 600 827 600 810 c 0\n 600 792.021 585.016 778.44 569 767 c 1\nEndSplineSet\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 250\nWidth: 600\nFlags: HW\nHStem: 0 100<98 177 278 492> 0 259<570 571> 483 100<201 257 358 437>\nVStem: 145 348<523 543>\nDStem: 258 483 358 483 177 100 277 100 271 -83 321 -126 167 -211 218 -253 512 192 612 192 492 100 571 0\nFore\n358 483 m 1\n 277 100 l 1\n 492 100 l 1\n 512 192 l 1\n 517 219 521 228 531 238 c 0\n 544 252 560 259 576 259 c 0\n 599 259 616 243 616 221 c 0\n 616 215 615 207 612 192 c 2\n 571 0 l 1\n 99 0 l 2\n 58 0 42 12 42 40 c 0\n 42 56 51 74 65 85 c 0\n 80 98 88 100 120 100 c 2\n 177 100 l 1\n 258 483 l 1\n 202 483 l 2\n 161 483 145 494 145 523 c 0\n 145 539 154 557 168 569 c 0\n 183 581 191 583 223 583 c 2\n 436 583 l 2\n 456 583 463 582 471 579 c 0\n 484 575 493 560 493 543 c 0\n 493 527 484 509 470 498 c 0\n 455 486 445 483 415 483 c 2\n 358 483 l 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 251\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 372 472> 524 100<305 362>\nVStem: 72 478\nFore\n483 624 m 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 60 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 362 524 l 1\n 283 524 l 2\n 267 524 256 525 249 528 c 0\n 236 532 226 548 226 564 c 0\n 226 580 235 598 250 610 c 0\n 264 621 274 624 305 624 c 2\n 483 624 l 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 252\nWidth: 600\nFlags: HW\nHStem: 0 100<98 177 278 492> 0 259<570 571> 483 100<201 257 358 437>\nVStem: 145 348<523 543>\nDStem: 258 483 358 483 177 100 277 100 512 192 612 192 492 100 571 0 609 574 659 531 505 446 556 404\nFore\n358 483 m 1\n 277 100 l 1\n 492 100 l 1\n 512 192 l 1\n 517 219 521 228 531 238 c 0\n 544 252 560 259 576 259 c 0\n 599 259 616 243 616 221 c 0\n 616 215 615 207 612 192 c 2\n 571 0 l 1\n 99 0 l 2\n 58 0 42 12 42 40 c 0\n 42 56 51 74 65 85 c 0\n 80 98 88 100 120 100 c 2\n 177 100 l 1\n 258 483 l 1\n 202 483 l 2\n 161 483 145 494 145 523 c 0\n 145 539 154 557 168 569 c 0\n 183 581 191 583 223 583 c 2\n 436 583 l 2\n 456 583 463 582 471 579 c 0\n 484 575 493 560 493 543 c 0\n 493 527 484 509 470 498 c 0\n 455 486 445 483 415 483 c 2\n 358 483 l 1\n659 531 m 1\n 556 404 l 2\n 542 387 528 379 513 379 c 0\n 498 379 485 392 485 407 c 0\n 485 419 490 428 505 446 c 2\n 609 574 l 2\n 622 591 636 598 651 598 c 0\n 667 598 680 585 680 570 c 0\n 680 553.269 670.08 542.08 659 531 c 1\nEndSplineSet\nEndChar\nStartChar: lcaron\nEncoding: 318 318 253\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 372 472> 524 100<305 362>\nVStem: 72 478\nFore\n483 624 m 1\n 372 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 60 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 88 0 72 11 72 40 c 0\n 72 56 81 73 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 362 524 l 1\n 283 524 l 2\n 267 524 256 525 249 528 c 0\n 236 532 226 548 226 564 c 0\n 226 580 235 598 250 610 c 0\n 264 621 274 624 305 624 c 2\n 483 624 l 1\n679 572 m 1\n 576 445 l 2\n 562 428 548 420 533 420 c 0\n 518 420 505 433 505 448 c 0\n 505 460 510 469 525 487 c 2\n 629 615 l 2\n 642 632 656 639 671 639 c 0\n 687 639 700 626 700 611 c 0\n 700 594.269 690.08 583.08 679 572 c 1\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 254\nWidth: 600\nFlags: HW\nHStem: 0 100<98 177 278 492> 0 259<570 571> 242 132 483 100<201 257 358 437>\nVStem: 145 348<523 543> 376 153<301.5 315>\nDStem: 258 483 358 483 177 100 277 100 512 192 612 192 492 100 571 0\nRef: 76 76 N 1 0 0 1 0 0\nRef: 183 183 N 1 0 0 1 93 28\nEndChar\nStartChar: ldot\nEncoding: 320 320 255\nWidth: 600\nFlags: HW\nHStem: 0 100<150 272 372 472> 244 132 524 100<305 362>\nVStem: 72 478 469 153<303.5 317>\nRef: 108 108 N 1 0 0 1 0 0\nRef: 183 183 N 1 0 0 1 186 30\nEndChar\nStartChar: Lslash\nEncoding: 321 321 256\nWidth: 600\nFlags: HW\nHStem: 0 100<96 178 279 492> 0 258<570 571> 483 100<199 258 359 437>\nVStem: 145 349<523 543>\nDStem: 199 203 308 244 178 100 278 100 259 483 359 483 224 318 333 359 512 191 612 191 492 100 571 0\nFore\n359 483 m 1\n 333 359 l 1\n 431 411 l 2\n 454 423 464 426 476 426 c 0\n 496 426 513 408 513 388 c 0\n 513 360 501 345 462 325 c 2\n 308 244 l 1\n 278 100 l 1\n 492 100 l 1\n 512 191 l 1\n 521 236 542 258 576 258 c 0\n 599 258 616 242 616 220 c 0\n 616 213 615 207 612 191 c 1\n 571 0 l 1\n 100 0 l 2\n 59 0 43 11 43 40 c 0\n 43 56 52 74 66 85 c 0\n 81 98 89 100 121 100 c 2\n 178 100 l 1\n 199 203 l 1\n 139 171 l 2\n 120 161 105 156 94 156 c 0\n 74 156 56 174 56 195 c 0\n 56 223 68 238 107 258 c 2\n 224 318 l 1\n 259 483 l 1\n 202 483 l 2\n 161 483 145 494 145 523 c 0\n 145 539 154 556 168 569 c 0\n 183 581 192 583 224 583 c 2\n 437 583 l 2\n 457 583 464 582 472 579 c 0\n 485 575 494 559 494 543 c 0\n 494 527 485 509 471 498 c 0\n 456 486 445 483 415 483 c 2\n 359 483 l 1\nEndSplineSet\nEndChar\nStartChar: lslash\nEncoding: 322 322 257\nWidth: 600\nFlags: HMW\nHStem: 0 100<150 272 371 472> 524 100<308 362>\nVStem: 72 478\nFore\n483 624 m 1\n 435 399 l 1\n 474 419 l 1\n 498 433 505 435 519 435 c 0\n 539 435 557 417 557 395 c 0\n 557 367 544 351 506 332 c 2\n 410 283 l 1\n 371 100 l 1\n 493 100 l 2\n 513 100 520 99 528 96 c 0\n 541 92 550 76 550 61 c 0\n 550 44 541 27 527 15 c 0\n 513 4 500 0 472 0 c 2\n 129 0 l 2\n 89 0 72 12 72 40 c 0\n 72 56 81 74 95 85 c 0\n 110 98 118 100 150 100 c 2\n 272 100 l 1\n 302 243 l 1\n 281.045 231.971 243.377 209 220 209 c 0\n 199 209 182 227 182 249 c 0\n 182 276 196 292 233 312 c 1\n 327 359 l 1\n 362 524 l 1\n 286 524 l 2\n 245 524 229 535 229 564 c 0\n 229 580 238 598 253 610 c 0\n 267 621 276 624 308 624 c 2\n 483 624 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 258\nWidth: 600\nFlags: HMW\nHStem: 0 100<81 94 194 207> 483 100<519 533 633 645.5>\nVStem: 21 264 442 264\nFore\n256 394 m 1\n 194 100 l 1\n 229 100 l 2\n 249 100 255 99 263 96 c 0\n 276 92 285 77 285 61 c 0\n 285 44 276 27 262 15 c 0\n 249 4 235 0 207 0 c 2\n 78 0 l 2\n 37 0 21 11 21 40 c 0\n 21 56 30 73 44 85 c 0\n 58 97 68 100 94 100 c 1\n 175 483 l 1\n 160 483 l 2\n 119 483 104 494 104 523 c 0\n 104 539 113 556 127 568 c 0\n 141 580 151 583 182 583 c 2\n 296 583 l 1\n 471 191 l 1\n 533 483 l 1\n 498 483 l 2\n 457 483 442 494 442 523 c 0\n 442 539 451 556 465 569 c 0\n 480 581 488 583 519 583 c 2\n 649 583 l 2\n 669 583 676 582 684 579 c 0\n 697 575 706 560 706 543 c 0\n 706 527 697 510 683 498 c 0\n 669 486 658 483 633 483 c 1\n 530 0 l 1\n 432 0 l 1\n 256 394 l 1\n576 772 m 0\n 419 656 l 1\n 393 640 393 640 384 640 c 0\n 367 640 354 652 354 669 c 0\n 354 684 362 696 384 712 c 2\n 535 824 l 2\n 550 835 559 839 569 839 c 0\n 587 839 600 827 600 810 c 0\n 600 796 592 783 576 772 c 0\nEndSplineSet\nEndChar\nStartChar: nacute\nEncoding: 324 324 259\nWidth: 600\nFlags: HW\nHStem: 0 100<88 117 218 223 415 432> 350 100<394 428> 417 20G<194 288>\nVStem: 33 246<40 60> 359 224<40 60> 472 103<301 328>\nDStem: 167 337 255 282 117 100 217 100 469 278 570 282 432 100 531 100 551 680 585 624 393 569 427 512\nFore\n288 437 m 1\n 278 389 l 1\n 336 435 373 450 428 450 c 0\n 516 450 575 401 575 328 c 0\n 575 312 573 298 570 282 c 1\n 531 100 l 1\n 566 100 583 87 583 60 c 0\n 583 44 574 27 560 15 c 0\n 546 3 533 0 505 0 c 2\n 416 0 l 2\n 375 0 359 11 359 40 c 0\n 359 56 368 73 382 85 c 0\n 396 97 407 100 432 100 c 1\n 469 278 l 2\n 471 287 472 294 472 301 c 0\n 472 333 444 350 394 350 c 0\n 348 350 313 333 255 282 c 1\n 217 100 l 1\n 223 100 l 2\n 243 100 249 99 257 96 c 0\n 270 91 279 76 279 60 c 0\n 279 44 270 27 256 15 c 0\n 242 3 230 0 201 0 c 2\n 89 0 l 2\n 49 0 33 11 33 40 c 0\n 33 56 42 73 56 85 c 0\n 70 97 80 100 111 100 c 2\n 117 100 l 1\n 167 337 l 1\n 132 337 115 350 115 377 c 0\n 115 393 124 411 138 422 c 0\n 153 434 163 437 194 437 c 2\n 288 437 l 1\n585 624 m 2\n 427 512 l 2\n 409 499 402 496 392 496 c 0\n 374 496 362 508 362 526 c 0\n 362 541 372 554 393 569 c 2\n 551 680 l 2\n 569 693 575 696 586 696 c 0\n 604 696 616 684 616 667 c 0\n 616 652 607 639 585 624 c 2\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 260\nWidth: 600\nFlags: HMW\nHStem: 0 100<81 94 194 207> 483 100<519 533 633 645.5>\nVStem: 21 264 442 264\nFore\n256 394 m 1\n 194 100 l 1\n 229 100 l 2\n 249 100 255 99 263 96 c 0\n 276 92 285 77 285 61 c 0\n 285 44 276 27 262 15 c 0\n 249 4 235 0 207 0 c 2\n 78 0 l 2\n 37 0 21 11 21 40 c 0\n 21 56 30 73 44 85 c 0\n 58 97 68 100 94 100 c 1\n 175 483 l 1\n 160 483 l 2\n 119 483 104 494 104 523 c 0\n 104 539 113 556 127 568 c 0\n 141 580 151 583 182 583 c 2\n 296 583 l 1\n 471 191 l 1\n 533 483 l 1\n 498 483 l 2\n 457 483 442 494 442 523 c 0\n 442 539 451 556 465 569 c 0\n 480 581 488 583 519 583 c 2\n 649 583 l 2\n 669 583 676 582 684 579 c 0\n 697 575 706 560 706 543 c 0\n 706 527 697 510 683 498 c 0\n 669 486 658 483 633 483 c 1\n 530 0 l 1\n 432 0 l 1\n 256 394 l 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 261\nWidth: 600\nFlags: HW\nHStem: 0 100<88 117 218 223 415 432> 350 100<394 428> 417 20G<194 288>\nVStem: 33 246<40 60> 359 224<40 60> 472 103<301 328>\nDStem: 167 337 255 282 117 100 217 100 271 -83 321 -126 167 -211 218 -253 469 278 570 282 432 100 531 100\nFore\n288 437 m 1\n 278 389 l 1\n 336 435 373 450 428 450 c 0\n 516 450 575 401 575 328 c 0\n 575 312 573 298 570 282 c 1\n 531 100 l 1\n 566 100 583 87 583 60 c 0\n 583 44 574 27 560 15 c 0\n 546 3 533 0 505 0 c 2\n 416 0 l 2\n 375 0 359 11 359 40 c 0\n 359 56 368 73 382 85 c 0\n 396 97 407 100 432 100 c 1\n 469 278 l 2\n 471 287 472 294 472 301 c 0\n 472 333 444 350 394 350 c 0\n 348 350 313 333 255 282 c 1\n 217 100 l 1\n 223 100 l 2\n 243 100 249 99 257 96 c 0\n 270 91 279 76 279 60 c 0\n 279 44 270 27 256 15 c 0\n 242 3 230 0 201 0 c 2\n 89 0 l 2\n 49 0 33 11 33 40 c 0\n 33 56 42 73 56 85 c 0\n 70 97 80 100 111 100 c 2\n 117 100 l 1\n 167 337 l 1\n 132 337 115 350 115 377 c 0\n 115 393 124 411 138 422 c 0\n 153 434 163 437 194 437 c 2\n 288 437 l 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Ncaron\nEncoding: 327 327 262\nWidth: 600\nFlags: HMW\nHStem: 0 100<81 94 194 207> 483 100<519 533 633 645.5>\nVStem: 21 264 442 264\nFore\n256 394 m 1\n 194 100 l 1\n 229 100 l 2\n 249 100 255 99 263 96 c 0\n 276 92 285 77 285 61 c 0\n 285 44 276 27 262 15 c 0\n 249 4 235 0 207 0 c 2\n 78 0 l 2\n 37 0 21 11 21 40 c 0\n 21 56 30 73 44 85 c 0\n 58 97 68 100 94 100 c 1\n 175 483 l 1\n 160 483 l 2\n 119 483 104 494 104 523 c 0\n 104 539 113 556 127 568 c 0\n 141 580 151 583 182 583 c 2\n 296 583 l 1\n 471 191 l 1\n 533 483 l 1\n 498 483 l 2\n 457 483 442 494 442 523 c 0\n 442 539 451 556 465 569 c 0\n 480 581 488 583 519 583 c 2\n 649 583 l 2\n 669 583 676 582 684 579 c 0\n 697 575 706 560 706 543 c 0\n 706 527 697 510 683 498 c 0\n 669 486 658 483 633 483 c 1\n 530 0 l 1\n 432 0 l 1\n 256 394 l 1\n431 729 m 1\n 558 826 l 2\n 569 834 580 839 589 839 c 0\n 603 839 617 825 617 811 c 0\n 617 791.852 602.184 780.274 585 768 c 1\n 412 640 l 1\n 284 768 l 2\n 270 782 267 787 267 797 c 0\n 267 816 291 839 311 839 c 0\n 319 839 326 835 335 826 c 2\n 431 729 l 1\nEndSplineSet\nEndChar\nStartChar: ncaron\nEncoding: 328 328 263\nWidth: 600\nFlags: HW\nHStem: 0 100<88 117 218 223 415 432> 350 99<394 428> 417 20G<194 288>\nVStem: 33 246<40 60> 359 224<40 60> 472 103<301 328>\nDStem: 167 337 255 282 117 100 217 100 281 625 332 682 407 497 425 586 469 278 570 282 432 100 531 100 558 682 585 625 425 586 407 497\nFore\n288 437 m 1\n 278 389 l 1\n 336 435 373 450 428 450 c 0\n 516 450 575 401 575 328 c 0\n 575 312 573 298 570 282 c 1\n 531 100 l 1\n 566 100 583 87 583 60 c 0\n 583 44 574 27 560 15 c 0\n 546 3 533 0 505 0 c 2\n 416 0 l 2\n 375 0 359 11 359 40 c 0\n 359 56 368 73 382 85 c 0\n 396 97 407 100 432 100 c 1\n 469 278 l 2\n 471 287 472 294 472 301 c 0\n 472 333 444 350 394 350 c 0\n 348 350 313 333 255 282 c 1\n 217 100 l 1\n 223 100 l 2\n 243 100 249 99 257 96 c 0\n 270 91 279 76 279 60 c 0\n 279 44 270 27 256 15 c 0\n 242 3 230 0 201 0 c 2\n 89 0 l 2\n 49 0 33 11 33 40 c 0\n 33 56 42 73 56 85 c 0\n 70 97 80 100 111 100 c 2\n 117 100 l 1\n 167 337 l 1\n 132 337 115 350 115 377 c 0\n 115 393 124 411 138 422 c 0\n 153 434 163 437 194 437 c 2\n 288 437 l 1\n617 667 m 0\n 617 648.809 600.62 635.414 585 625 c 2\n 407 497 l 1\n 281 625 l 2\n 265 642 264 643 264 653 c 0\n 264 675 285 696 307 696 c 0\n 317 696 322 693 332 682 c 2\n 425 586 l 1\n 558 682 l 2\n 572 692 580 696 589 696 c 0\n 605 696 617 684 617 667 c 0\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: napostrophe\nEncoding: 329 329 264\nWidth: 600\nFlags: HW\nHStem: 0 100<88 117 218 223 415 432> 350 100<394 428> 417 20G<194 288>\nVStem: 33 246<40 60> 359 224<40 60> 472 103<301 328>\nDStem: 167 337 255 282 117 100 217 100 469 278 570 282 432 100 531 100\nFore\n288 437 m 1\n 278 389 l 1\n 336 435 373 450 428 450 c 0\n 516 450 575 401 575 328 c 0\n 575 312 573 298 570 282 c 1\n 531 100 l 1\n 566 100 583 87 583 60 c 0\n 583 44 574 27 560 15 c 0\n 546 3 533 0 505 0 c 2\n 416 0 l 2\n 375 0 359 11 359 40 c 0\n 359 56 368 73 382 85 c 0\n 396 97 407 100 432 100 c 1\n 469 278 l 2\n 471 287 472 294 472 301 c 0\n 472 333 444 350 394 350 c 0\n 348 350 313 333 255 282 c 1\n 217 100 l 1\n 223 100 l 2\n 243 100 249 99 257 96 c 0\n 270 91 279 76 279 60 c 0\n 279 44 270 27 256 15 c 0\n 242 3 230 0 201 0 c 2\n 89 0 l 2\n 49 0 33 11 33 40 c 0\n 33 56 42 73 56 85 c 0\n 70 97 80 100 111 100 c 2\n 117 100 l 1\n 167 337 l 1\n 132 337 115 350 115 377 c 0\n 115 393 124 411 138 422 c 0\n 153 434 163 437 194 437 c 2\n 288 437 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Eng\nEncoding: 330 330 265\nWidth: 600\nFlags: HW\nHStem: 0 100<77 94 195 213> 483 100<159 174 497 532 633.031 651>\nVStem: 21 264<40 61> 442 264<523 543>\nDStem: 175 483 256 394 94 100 194 100 256 394 296 583 432 0 471 191 533 483 633 483 471 191 530 0\nFore\n256 394 m 1\n 194 100 l 1\n 229 100 l 2\n 249 100 255 99 263 96 c 0\n 276 92 285 77 285 61 c 0\n 285 44 276 27 262 15 c 0\n 249 4 235 0 207 0 c 2\n 78 0 l 2\n 37 0 21 11 21 40 c 0\n 21 56 30 73 44 85 c 0\n 58 97 68 100 94 100 c 1\n 175 483 l 1\n 160 483 l 2\n 119 483 104 494 104 523 c 0\n 104 539 113 556 127 568 c 0\n 141 580 151 583 182 583 c 2\n 296 583 l 1\n 471 191 l 1\n 533 483 l 1\n 498 483 l 2\n 457 483 442 494 442 523 c 0\n 442 539 451 556 465 569 c 0\n 480 581 488 583 519 583 c 2\n 649 583 l 2\n 669 583 676 582 684 579 c 0\n 697 575 706 560 706 543 c 0\n 706 527 697 510 683 498 c 0\n 669 486 658 483 633 483 c 1\n 530 0 l 1\n 432 0 l 1\n 256 394 l 1\nEndSplineSet\nEndChar\nStartChar: eng\nEncoding: 331 331 266\nWidth: 600\nFlags: HW\nHStem: 0 100<88 117 218 223 415 432> 350 100<394 428> 417 20G<194 288>\nVStem: 33 246<40 60> 359 224<40 60> 472 103<301 328>\nDStem: 167 337 255 282 117 100 217 100 469 278 570 282 432 100 531 100\nFore\n288 437 m 1\n 278 389 l 1\n 336 435 373 450 428 450 c 0\n 516 450 575 401 575 328 c 0\n 575 312 573 298 570 282 c 1\n 531 100 l 1\n 566 100 583 87 583 60 c 0\n 583 44 574 27 560 15 c 0\n 546 3 533 0 505 0 c 2\n 416 0 l 2\n 375 0 359 11 359 40 c 0\n 359 56 368 73 382 85 c 0\n 396 97 407 100 432 100 c 1\n 469 278 l 2\n 471 287 472 294 472 301 c 0\n 472 333 444 350 394 350 c 0\n 348 350 313 333 255 282 c 1\n 217 100 l 1\n 223 100 l 2\n 243 100 249 99 257 96 c 0\n 270 91 279 76 279 60 c 0\n 279 44 270 27 256 15 c 0\n 242 3 230 0 201 0 c 2\n 89 0 l 2\n 49 0 33 11 33 40 c 0\n 33 56 42 73 56 85 c 0\n 70 97 80 100 111 100 c 2\n 117 100 l 1\n 167 337 l 1\n 132 337 115 350 115 377 c 0\n 115 393 124 411 138 422 c 0\n 153 434 163 437 194 437 c 2\n 288 437 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Omacron\nEncoding: 332 332 267\nWidth: 600\nFlags: HMW\nHStem: -13 99 497 99 696 80<336 563>\nVStem: 75 103<198 266> 546 102\nFore\n426 597 m 0\n 554 597 649 498 649 366 c 0\n 649 270 610 174 541 102 c 0\n 472 30 380 -14 297 -14 c 0\n 170 -14 75 86 75 220 c 0\n 75 312 116 411 182 481 c 0\n 250 552 345 597 426 597 c 0\n405 497 m 0\n 290 497 178 371 178 243 c 0\n 178 153 237 86 317 86 c 0\n 434 86 546 211 546 342 c 0\n 546 431 486 497 405 497 c 0\n336 776 m 2\n 580 776 l 2\n 613 776 625 767 625 743 c 0\n 625 716 599 696 563 696 c 2\n 319 696 l 2\n 286 696 274 704 274 729 c 0\n 274 757 299 776 336 776 c 2\nEndSplineSet\nEndChar\nStartChar: omacron\nEncoding: 333 333 268\nWidth: 600\nFlags: HMW\nHStem: -16 100<279.5 368.5> 350 99 546 80<311 538>\nVStem: 85 101 507 101\nFore\n399 450 m 0\n 523 450 609 372 609 260 c 0\n 609 115 460 -16 297 -16 c 0\n 169 -16 84 60 84 174 c 0\n 84 231 111 295 158 346 c 0\n 216 410 308 450 399 450 c 0\n376 350 m 0\n 274 350 186 277 186 192 c 0\n 186 129 241 84 318 84 c 0\n 419 84 507 158 507 242 c 0\n 507 305 452 350 376 350 c 0\n311 626 m 2\n 555 626 l 2\n 588 626 600 617 600 593 c 0\n 600 566 574 546 538 546 c 2\n 294 546 l 2\n 261 546 249 554 249 579 c 0\n 249 607 274 626 311 626 c 2\nEndSplineSet\nEndChar\nStartChar: Obreve\nEncoding: 334 334 269\nWidth: 600\nFlags: HW\nHStem: -13 99 497 99 623 68<418 464>\nVStem: 75 103<198 266> 286 69<746 767> 546 102\nRef: 79 79 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 25 120\nEndChar\nStartChar: obreve\nEncoding: 335 335 270\nWidth: 600\nFlags: HW\nHStem: -16 100<279.5 368.5> 350 99 477 68<388 434>\nVStem: 85 101 256 69<600 621> 507 101\nRef: 111 111 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 -5 -26\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 271\nWidth: 600\nFlags: HMW\nHStem: -14 100<277 338.5> 497 99\nVStem: 75 103<198 266> 546 102\nFore\n426 597 m 0\n 554 597 649 498 649 366 c 0\n 649 270 610 174 541 102 c 0\n 472 30 380 -14 297 -14 c 0\n 170 -14 75 86 75 220 c 0\n 75 312 116 411 182 481 c 0\n 250 552 345 597 426 597 c 0\n405 497 m 0\n 290 497 178 371 178 243 c 0\n 178 153 237 86 317 86 c 0\n 434 86 546 211 546 342 c 0\n 546 431 486 497 405 497 c 0\n519 808 m 0\n 519 789.5 506.183 775.887 489 763 c 2\n 374 657 l 1\n 364 649 347 640 340 640 c 0\n 322 640 309 654 309 674 c 0\n 309 686 313 691 339 715 c 2\n 455 820 l 2\n 470 834 477 837 489 837 c 0\n 506 837 519 825 519 808 c 0\n680 808 m 0\n 680 789.499 667.183 775.887 650 763 c 2\n 535 657 l 1\n 525 649 508 640 501 640 c 0\n 483 640 470 654 470 674 c 0\n 470 686 474 691 500 715 c 2\n 616 820 l 2\n 631 834 638 837 650 837 c 0\n 667 837 680 825 680 808 c 0\nEndSplineSet\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 272\nWidth: 600\nFlags: HMW\nHStem: -16 100<279.5 368.5> 350 99\nVStem: 85 101 507 101\nFore\n399 450 m 0\n 523 450 609 372 609 260 c 0\n 609 115 460 -16 297 -16 c 0\n 169 -16 84 60 84 174 c 0\n 84 231 111 295 158 346 c 0\n 216 410 308 450 399 450 c 0\n376 350 m 0\n 274 350 186 277 186 192 c 0\n 186 129 241 84 318 84 c 0\n 419 84 507 158 507 242 c 0\n 507 305 452 350 376 350 c 0\n423 622 m 2\n 298 512 l 2\n 286 502 274 496 265 496 c 0\n 250 496 237 510 237 526 c 0\n 237 541 240 545 267 569 c 2\n 392 679 l 1\n 405 689 414 694 425 694 c 0\n 440 694 452 682 452 665 c 0\n 452 650 449 645 423 622 c 2\n587 622 m 2\n 462 512 l 2\n 451 502 438 496 429 496 c 0\n 414 496 401 510 401 526 c 0\n 401 541 403 544 431 569 c 2\n 557 679 l 2\n 569 690 578 694 589 694 c 0\n 604 694 616 681 616 665 c 0\n 616 650 612 645 587 622 c 2\nEndSplineSet\nEndChar\nStartChar: OE\nEncoding: 338 338 273\nWidth: 600\nFlags: HW\nHStem: 0 100<258 287 388 534> 0 188<594 612> 187 210<473 519> 243 340<418 435> 352 231<610 626> 483 100<368 368 469 595>\nVStem: 35 103<220 248>\nDStem: 369 483 469 483 287 100 439 342 369 483 554 331 287 100 538 253 369 483 418 243 287 100 387 100 596 483 717 583 582 418 682 418\nFore\n418 243 m 1\n 387 100 l 1\n 534 100 l 1\n 539 122 l 1\n 544 148 548 158 558 168 c 0\n 570 180 587 188 603 188 c 0\n 625 188 642 172 642 151 c 0\n 642 144 641 137 638 122 c 2\n 612 0 l 1\n 259 0 l 2\n 123 0 34 87 34 220 c 0\n 34 416 194 583 383 583 c 2\n 717 583 l 1\n 682 418 l 1\n 676 391 672 382 663 372 c 1\n 650 360 634 352 617 352 c 0\n 596 352 578 369 578 389 c 0\n 578 396 580 407 582 418 c 1\n 596 483 l 1\n 469 483 l 1\n 439 342 l 1\n 457 342 l 1\n 467 378 489 397 519 397 c 0\n 542 397 559 381 559 359 c 0\n 559 352 559 350 554 331 c 1\n 538 253 l 1\n 532 227 528 218 519 208 c 0\n 506 195 489 187 473 187 c 0\n 451 187 434 204 434 225 c 0\n 434 229 435 236 436 243 c 1\n 418 243 l 1\n287 100 m 1\n 369 483 l 1\n 307 482 266 468 227 434 c 0\n 172 386 137 314 137 248 c 0\n 137 183 166 132 213 112 c 0\n 234 103 251 100 287 100 c 1\nEndSplineSet\nEndChar\nStartChar: oe\nEncoding: 339 339 274\nWidth: 600\nFlags: HMW\nHStem: -16 100<171.5 193.5 440 458> 171 86<418 559> 349 100\nVStem: 28 103<146.5 185> 559 107<279 291.5>\nFore\n28 152 m 0\n 28 286.141 134.201 450 268 450 c 0\n 317 450 356 423 382 370 c 1\n 429 424 478 450 532 450 c 0\n 610 450 666 384 666 291 c 0\n 666 250.131 655.997 206.987 648 171 c 1\n 397 171 l 1\n 397 113 419 84 461 84 c 0\n 490 84 503 87 564 112 c 0\n 572 115 581 117 590 117 c 0\n 611 117 628 100 628 77 c 0\n 628 54 615 33 593 21 c 0\n 556 1 482 -16 434 -16 c 0\n 378 -16 340 8 315 58 c 1\n 270 10 218 -16 169 -16 c 0\n 86 -16 28 53 28 152 c 0\n247 349 m 0\n 189 349 131 261 131 175 c 0\n 131 118 153 84 190 84 c 0\n 248 84 306 172 306 258 c 0\n 306 315 284 349 247 349 c 0\n509 349 m 0\n 464.186 349 437.832 302.072 418 257 c 1\n 559 257 l 1\n 559 263 l 2\n 559 320 542 349 509 349 c 0\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 275\nWidth: 600\nFlags: HMW\nHStem: 0 100<101 116 216 229> 222 100<263 338> 483 100<297 297 297 409>\nVStem: 23 284 504 107\nFore\n242 222 m 1\n 216 100 l 1\n 251 100 l 2\n 269 100 277 99 285 96 c 0\n 298 92 307 76 307 60 c 0\n 307 44 298 27 284 15 c 0\n 271 4 257 0 229 0 c 2\n 80 0 l 2\n 39 0 23 11 23 40 c 0\n 23 56 32 73 46 85 c 0\n 61 97 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 126 494 126 523 c 0\n 126 539 135 556 149 569 c 0\n 164 581 172 583 204 583 c 2\n 427 583 l 2\n 542 583 612 528 612 438 c 0\n 612 362 564 301 469 254 c 1\n 506 214 534 166 561 100 c 1\n 574 100 l 2\n 616 100 631 90 631 60 c 0\n 631 44 622 27 608 15 c 0\n 595 4 581 0 553 0 c 2\n 475 0 l 1\n 444 98 377 207 338 222 c 1\n 242 222 l 1\n263 322 m 1\n 339 322 l 2\n 430 322 504 366 504 420 c 0\n 504 458 466 483 409 483 c 2\n 297 483 l 1\n 263 322 l 1\n576 772 m 0\n 419 656 l 1\n 393 640 393 640 384 640 c 0\n 367 640 354 652 354 669 c 0\n 354 684 362 696 384 712 c 2\n 535 824 l 2\n 550 835 559 839 569 839 c 0\n 587 839 600 827 600 810 c 0\n 600 796 592 783 576 772 c 0\nEndSplineSet\nEndChar\nStartChar: racute\nEncoding: 341 341 276\nWidth: 600\nFlags: HMW\nHStem: 0 100<141 200 300 418> 338 99<236 250>\nFore\n371 437 m 1\n 358 373 l 1\n 455 434 492 449 541 449 c 0\n 594 449 650 410 650 375 c 0\n 650 345 619 314 588 314 c 0\n 556.58 314 549.626 350 517 350 c 0\n 486 350 438 323 331 248 c 1\n 300 100 l 1\n 439 100 l 2\n 459 100 466 99 474 96 c 0\n 487 92 496 76 496 60 c 0\n 496 44 487 27 473 15 c 0\n 459 4 446 0 418 0 c 2\n 120 0 l 2\n 80 0 64 11 64 40 c 0\n 64 56 73 73 87 85 c 0\n 101 98 110 100 141 100 c 2\n 200 100 l 1\n 250 338 l 1\n 215 338 l 2\n 175 338 159 349 159 377 c 0\n 159 393 168 410 182 422 c 0\n 195 433 211 437 236 437 c 2\n 371 437 l 1\n585 624 m 2\n 427 512 l 2\n 409 499 402 496 392 496 c 0\n 374 496 362 508 362 526 c 0\n 362 541 372 554 393 569 c 2\n 551 680 l 2\n 569 693 575 696 586 696 c 0\n 604 696 616 684 616 667 c 0\n 616 652 607 639 585 624 c 2\nEndSplineSet\nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 277\nWidth: 600\nFlags: HMW\nHStem: 0 100<101 116 216 229> 222 100<263 338> 483 100<297 297 297 409>\nVStem: 23 284 504 107\nFore\n242 222 m 1\n 216 100 l 1\n 251 100 l 2\n 269 100 277 99 285 96 c 0\n 298 92 307 76 307 60 c 0\n 307 44 298 27 284 15 c 0\n 271 4 257 0 229 0 c 2\n 80 0 l 2\n 39 0 23 11 23 40 c 0\n 23 56 32 73 46 85 c 0\n 61 97 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 126 494 126 523 c 0\n 126 539 135 556 149 569 c 0\n 164 581 172 583 204 583 c 2\n 427 583 l 2\n 542 583 612 528 612 438 c 0\n 612 362 564 301 469 254 c 1\n 506 214 534 166 561 100 c 1\n 574 100 l 2\n 616 100 631 90 631 60 c 0\n 631 44 622 27 608 15 c 0\n 595 4 581 0 553 0 c 2\n 475 0 l 1\n 444 98 377 207 338 222 c 1\n 242 222 l 1\n263 322 m 1\n 339 322 l 2\n 430 322 504 366 504 420 c 0\n 504 458 466 483 409 483 c 2\n 297 483 l 1\n 263 322 l 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 278\nWidth: 600\nFlags: HMW\nHStem: 0 100<141 200 300 418> 338 99<236 250>\nFore\n371 437 m 1\n 358 373 l 1\n 455 434 492 449 541 449 c 0\n 594 449 650 410 650 375 c 0\n 650 345 619 314 588 314 c 0\n 556.58 314 549.626 350 517 350 c 0\n 486 350 438 323 331 248 c 1\n 300 100 l 1\n 439 100 l 2\n 459 100 466 99 474 96 c 0\n 487 92 496 76 496 60 c 0\n 496 44 487 27 473 15 c 0\n 459 4 446 0 418 0 c 2\n 120 0 l 2\n 80 0 64 11 64 40 c 0\n 64 56 73 73 87 85 c 0\n 101 98 110 100 141 100 c 2\n 200 100 l 1\n 250 338 l 1\n 215 338 l 2\n 175 338 159 349 159 377 c 0\n 159 393 168 410 182 422 c 0\n 195 433 211 437 236 437 c 2\n 371 437 l 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nEndChar\nStartChar: Rcaron\nEncoding: 344 344 279\nWidth: 600\nFlags: HMW\nHStem: 0 100<101 116 216 229> 222 100<263 338> 483 100<297 297 297 409>\nVStem: 23 284 504 107\nFore\n242 222 m 1\n 216 100 l 1\n 251 100 l 2\n 269 100 277 99 285 96 c 0\n 298 92 307 76 307 60 c 0\n 307 44 298 27 284 15 c 0\n 271 4 257 0 229 0 c 2\n 80 0 l 2\n 39 0 23 11 23 40 c 0\n 23 56 32 73 46 85 c 0\n 61 97 70 100 101 100 c 2\n 116 100 l 1\n 197 483 l 1\n 182 483 l 2\n 141 483 126 494 126 523 c 0\n 126 539 135 556 149 569 c 0\n 164 581 172 583 204 583 c 2\n 427 583 l 2\n 542 583 612 528 612 438 c 0\n 612 362 564 301 469 254 c 1\n 506 214 534 166 561 100 c 1\n 574 100 l 2\n 616 100 631 90 631 60 c 0\n 631 44 622 27 608 15 c 0\n 595 4 581 0 553 0 c 2\n 475 0 l 1\n 444 98 377 207 338 222 c 1\n 242 222 l 1\n263 322 m 1\n 339 322 l 2\n 430 322 504 366 504 420 c 0\n 504 458 466 483 409 483 c 2\n 297 483 l 1\n 263 322 l 1\n411 729 m 1\n 538 826 l 2\n 549 834 560 839 569 839 c 0\n 583 839 597 825 597 811 c 0\n 597 791.853 582.184 780.275 565 768 c 1\n 392 640 l 1\n 264 768 l 2\n 250 782 247 787 247 797 c 0\n 247 816 271 839 291 839 c 0\n 299 839 306 835 315 826 c 2\n 411 729 l 1\nEndSplineSet\nEndChar\nStartChar: rcaron\nEncoding: 345 345 280\nWidth: 600\nFlags: HMW\nHStem: 0 100<141 200 300 418> 338 99<236 250>\nFore\n371 437 m 1\n 358 373 l 1\n 455 434 492 449 541 449 c 0\n 594 449 650 410 650 375 c 0\n 650 345 619 314 588 314 c 0\n 556.58 314 549.626 350 517 350 c 0\n 486 350 438 323 331 248 c 1\n 300 100 l 1\n 439 100 l 2\n 459 100 466 99 474 96 c 0\n 487 92 496 76 496 60 c 0\n 496 44 487 27 473 15 c 0\n 459 4 446 0 418 0 c 2\n 120 0 l 2\n 80 0 64 11 64 40 c 0\n 64 56 73 73 87 85 c 0\n 101 98 110 100 141 100 c 2\n 200 100 l 1\n 250 338 l 1\n 215 338 l 2\n 175 338 159 349 159 377 c 0\n 159 393 168 410 182 422 c 0\n 195 433 211 437 236 437 c 2\n 371 437 l 1\n617 667 m 0\n 617 648.809 600.62 635.414 585 625 c 2\n 407 497 l 1\n 281 625 l 2\n 265 642 264 643 264 653 c 0\n 264 675 285 696 307 696 c 0\n 317 696 322 693 332 682 c 2\n 425 586 l 1\n 558 682 l 2\n 572 692 580 696 589 696 c 0\n 605 696 617 684 617 667 c 0\nEndSplineSet\nEndChar\nStartChar: Sacute\nEncoding: 346 346 281\nWidth: 600\nFlags: HMW\nHStem: -14 100<286.5 360.5> 497 100<369 435>\nVStem: 168 106 470 106<149 180>\nFore\n630 531 m 1\n 611 443 l 2\n 605 415 601 407 592 397 c 0\n 579 384 562 376 547 376 c 0\n 534 376 521 382 514 391 c 0\n 509 398 509 398 508 430 c 0\n 508 470 466 497 404 497 c 0\n 334 497 273 457 273 411 c 0\n 273 396 281 380 293 370 c 0\n 307 358 318 355 394 340 c 0\n 450 329 478 321 504 309 c 0\n 549 288 576 247 576 199 c 0\n 576 77 461 -14 306 -14 c 0\n 252 -14 202 -1 158 25 c 1\n 137 6 128 1 112 1 c 0\n 89 1 72 17 72 38 c 0\n 72 44 74 55 76 67 c 1\n 90 133 l 1\n 100 178 120 199 155 199 c 0\n 168 199 180 194 187 185 c 0\n 192 178 192 178 194 151 c 0\n 197 115 254 86 319 86 c 0\n 402 86 470 125 470 173 c 0\n 470 187 463 200 450 210 c 0\n 434 223 414 229 345 242 c 0\n 281 253 251 263 223 281 c 0\n 189 304 167 344 167 385 c 0\n 167 501 284 597 425 597 c 0\n 476 597 518 586 548 564 c 1\n 564 589 575 597 594 597 c 0\n 618 597 634 582 634 561 c 0\n 634 554 633 549 630 531 c 1\n569 767 m 1\n 419 656 l 1\n 393 640 393 640 384 640 c 0\n 367 640 354 652 354 669 c 0\n 354 684 362 696 384 712 c 2\n 535 824 l 2\n 550 835 559 839 569 839 c 0\n 587 839 600 827 600 810 c 0\n 600 792.021 585.016 778.44 569 767 c 1\nEndSplineSet\nEndChar\nStartChar: sacute\nEncoding: 347 347 282\nWidth: 600\nFlags: HW\nHStem: -16 100<300 329> 1 166<124 159> 281 169<516 555> 350 100<370 396>\nVStem: 156 113<289 312> 444 112<131 150>\nDStem: 551 680 585 624 393 569 427 512\nFore\n516 281 m 0\n 490.207 281 480.425 295.724 472 321 c 1\n 449 341 418 350 376 350 c 0\n 321 350 269 331 269 312 c 0\n 269 305 278 296 291 291 c 0\n 303 286 309 285 371 276 c 0\n 444 266 481 255 507 239 c 0\n 538 219 556 187 556 150 c 0\n 556 57 445 -16 301 -16 c 0\n 243 -16 195 -6 159 13 c 1\n 145 4 137 1 124 1 c 0\n 100 1 83 16 83 39 c 0\n 83 45 84 52 87 67 c 2\n 94 100 l 2\n 104 146 124 167 159 167 c 0\n 185 167 198 153 201 123 c 1\n 224 97 264 84 318 84 c 0\n 386 84 444 106 444 131 c 0\n 444 143 434 155 417 162 c 0\n 402 169 381 173 328 179 c 0\n 206 192 156 224 156 289 c 0\n 156 379 260 450 394 450 c 0\n 442 450 482 442 517 424 c 1\n 530 444 539 450 555 450 c 0\n 577 450 592 436 592 414 c 0\n 592 407 591 398 588 384 c 2\n 580 347 l 2\n 574 320 571 311 561 301 c 0\n 548 289 531 281 516 281 c 0\n585 624 m 2\n 427 512 l 2\n 409 499 402 496 392 496 c 0\n 374 496 362 508 362 526 c 0\n 362 541 372 554 393 569 c 2\n 551 680 l 2\n 569 693 575 696 586 696 c 0\n 604 696 616 684 616 667 c 0\n 616 652 607 639 585 624 c 2\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 283\nWidth: 600\nFlags: HW\nHStem: -14 100<286.5 360.5> 497 100<369 435>\nVStem: 168 106 470 106<149 180>\nDStem: 454 733 473 822 546 636 597 693 473 822 454 733 293 693 320 636\nRef: 83 83 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 24 126\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 284\nWidth: 600\nFlags: HW\nHStem: -16 100<300 329> 1 166<124 159> 281 169<516 555> 350 100<370 396>\nVStem: 156 113<289 312> 444 112<131 150>\nDStem: 424 587 443 676 516 490 567 547 443 676 424 587 263 547 290 490\nRef: 115 115 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 -6 -20\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 285\nWidth: 600\nFlags: HMW\nHStem: -229 66<271 290.5> 1 198 497 100<369 435>\nVStem: 167 106<403.5 434> 313 72 470 106<149 180>\nFore\n335 -13 m 1\n 329 -46 l 1\n 369 -56 386 -76 386 -115 c 0\n 386 -182 336 -229 265 -229 c 0\n 203 -229 153 -204 153 -173 c 0\n 153 -149 169 -133 191 -133 c 0\n 202 -133 205 -134 222 -145 c 0\n 238 -156 262 -163 280 -163 c 0\n 301 -163 314 -153 314 -137 c 0\n 314 -117 297 -106 268 -106 c 0\n 262 -106 256 -107 244 -108 c 1\n 265 -12 l 1\n 230 -8 188 7 158 25 c 1\n 137 6 128 1 112 1 c 0\n 89 1 72 17 72 38 c 0\n 72 44 74 55 76 67 c 1\n 90 133 l 1\n 100 178 120 199 155 199 c 0\n 168 199 180 194 187 185 c 0\n 192 178 192 178 194 151 c 0\n 197 115 254 86 319 86 c 0\n 402 86 470 125 470 173 c 0\n 470 187 463 200 450 210 c 0\n 434 223 414 229 345 242 c 0\n 281 253 251 263 223 281 c 0\n 189 304 167 344 167 385 c 0\n 167 501 284 597 425 597 c 0\n 476 597 518 586 548 564 c 1\n 564 589 575 597 594 597 c 0\n 618 597 634 582 634 561 c 0\n 634 554 633 549 630 531 c 1\n 611 443 l 2\n 605 415 601 407 592 397 c 0\n 579 384 562 376 547 376 c 0\n 534 376 521 382 514 391 c 0\n 509 398 509 398 508 430 c 0\n 508 470 466 497 404 497 c 0\n 334 497 273 457 273 411 c 0\n 273 396 281 380 293 370 c 0\n 307 358 318 355 394 340 c 0\n 450 329 478 321 504 309 c 0\n 549 288 576 247 576 199 c 0\n 576 85 479 0 335 -13 c 1\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 286\nWidth: 600\nFlags: HW\nHStem: -229 70<258 268> 1 166<124 159> 281 169<516 555> 350 100<370 396>\nVStem: 156 113<289 312> 309 72<-128 -109> 444 112<131 150>\nDStem: 259 -14 329 -15 240 -102 323 -42\nFore\n251 -229 m 0\n 216.468 -229 143 -211.179 143 -174 c 0\n 143 -152 164 -131 187 -131 c 0\n 195 -131 197 -132 213 -142 c 0\n 229 -152 250 -159 267 -159 c 0\n 293 -159 309 -147 309 -128 c 0\n 309 -110 293 -100 263 -100 c 0\n 257 -100 252 -100 240 -102 c 1\n 259 -14 l 1\n 214 -9 184 -1 159 13 c 1\n 145 4 137 1 124 1 c 0\n 100 1 83 16 83 39 c 0\n 83 45 84 52 87 67 c 2\n 94 100 l 2\n 104 146 124 167 159 167 c 0\n 185 167 198 153 201 123 c 1\n 224 97 264 84 318 84 c 0\n 386 84 444 106 444 131 c 0\n 444 143 434 155 417 162 c 0\n 402 169 381 173 328 179 c 0\n 206 192 156 224 156 289 c 0\n 156 379 260 450 394 450 c 0\n 442 450 482 442 517 424 c 1\n 530 444 539 450 555 450 c 0\n 577 450 592 436 592 414 c 0\n 592 407 591 398 588 384 c 2\n 580 347 l 2\n 574 320 571 311 561 301 c 0\n 548 289 531 281 516 281 c 0\n 490.207 281 480.425 295.724 472 321 c 1\n 449 341 418 350 376 350 c 0\n 321 350 269 331 269 312 c 0\n 269 305 278 296 291 291 c 0\n 303 286 309 285 371 276 c 0\n 444 266 481 255 507 238 c 0\n 538 219 556 187 556 150 c 0\n 556 63 463 -5 329 -15 c 1\n 323 -42 l 1\n 365 -50 381 -69 381 -109 c 0\n 381 -176 323 -229 251 -229 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: Scaron\nEncoding: 352 352 287\nWidth: 600\nFlags: HMW\nHStem: -14 100<286.5 360.5> 497 100<369 435>\nVStem: 168 106 470 106<149 180>\nFore\n630 531 m 1\n 611 443 l 2\n 605 415 601 407 592 397 c 0\n 579 384 562 376 547 376 c 0\n 534 376 521 382 514 391 c 0\n 509 398 509 398 508 430 c 0\n 508 470 466 497 404 497 c 0\n 334 497 273 457 273 411 c 0\n 273 396 281 380 293 370 c 0\n 307 358 318 355 394 340 c 0\n 450 329 478 321 504 309 c 0\n 549 288 576 247 576 199 c 0\n 576 77 461 -14 306 -14 c 0\n 252 -14 202 -1 158 25 c 1\n 137 6 128 1 112 1 c 0\n 89 1 72 17 72 38 c 0\n 72 44 74 55 76 67 c 1\n 90 133 l 1\n 100 178 120 199 155 199 c 0\n 168 199 180 194 187 185 c 0\n 192 178 192 178 194 151 c 0\n 197 115 254 86 319 86 c 0\n 402 86 470 125 470 173 c 0\n 470 187 463 200 450 210 c 0\n 434 223 414 229 345 242 c 0\n 281 253 251 263 223 281 c 0\n 189 304 167 344 167 385 c 0\n 167 501 284 597 425 597 c 0\n 476 597 518 586 548 564 c 1\n 564 589 575 597 594 597 c 0\n 618 597 634 582 634 561 c 0\n 634 554 633 549 630 531 c 1\n471 729 m 1\n 598 826 l 2\n 609 834 620 839 629 839 c 0\n 643 839 657 825 657 811 c 0\n 657 791.852 642.184 780.274 625 768 c 1\n 452 640 l 1\n 324 768 l 2\n 310 782 307 787 307 797 c 0\n 307 816 331 839 351 839 c 0\n 359 839 366 835 375 826 c 2\n 471 729 l 1\nEndSplineSet\nEndChar\nStartChar: scaron\nEncoding: 353 353 288\nWidth: 600\nFlags: HW\nHStem: -16 100<300 329> 1 166<124 159> 281 169<516 555> 350 100<370 396>\nVStem: 156 113<289 312> 444 112<131 150>\nDStem: 291 625 342 682 417 497 435 586 568 682 595 625 435 586 417 497\nFore\n516 281 m 0\n 490.207 281 480.425 295.724 472 321 c 1\n 449 341 418 350 376 350 c 0\n 321 350 269 331 269 312 c 0\n 269 305 278 296 291 291 c 0\n 303 286 309 285 371 276 c 0\n 444 266 481 255 507 239 c 0\n 538 219 556 187 556 150 c 0\n 556 57 445 -16 301 -16 c 0\n 243 -16 195 -6 159 13 c 1\n 145 4 137 1 124 1 c 0\n 100 1 83 16 83 39 c 0\n 83 45 84 52 87 67 c 2\n 94 100 l 2\n 104 146 124 167 159 167 c 0\n 185 167 198 153 201 123 c 1\n 224 97 264 84 318 84 c 0\n 386 84 444 106 444 131 c 0\n 444 143 434 155 417 162 c 0\n 402 169 381 173 328 179 c 0\n 206 192 156 224 156 289 c 0\n 156 379 260 450 394 450 c 0\n 442 450 482 442 517 424 c 1\n 530 444 539 450 555 450 c 0\n 577 450 592 436 592 414 c 0\n 592 407 591 398 588 384 c 2\n 580 347 l 2\n 574 320 571 311 561 301 c 0\n 548 289 531 281 516 281 c 0\n627 667 m 0\n 627 648.809 610.62 635.414 595 625 c 2\n 417 497 l 1\n 291 625 l 2\n 275 642 274 643 274 653 c 0\n 274 675 295 696 317 696 c 0\n 327 696 332 693 342 682 c 2\n 435 586 l 1\n 568 682 l 2\n 582 692 590 696 599 696 c 0\n 615 696 627 684 627 667 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni0162\nEncoding: 354 354 289\nWidth: 600\nFlags: HW\nHStem: -229 70<266.5 288> 0 100<206 270 270 286 370 415> 483 100<245 352 245 245 452 561 452 452>\nVStem: 128 365 317 72<-137.5 -119>\nRef: 84 84 N 1 0 0 1 0 0\nRef: 184 184 N 1 0 0 1 8 0\nEndChar\nStartChar: uni0163\nEncoding: 355 355 290\nWidth: 600\nFlags: HW\nHStem: -245 70<234.5 256> -116 100<238 254> -16 100<291 318> 337 100<150 185 308 489> 337 254<286 293>\nVStem: 94 451<377 397> 137 104<92 117> 138 409<80 84> 285 72<-153.5 -135>\nDStem: 186 337 286 337 140 122 244 141 226 525 326 525 207 437 307 437\nRef: 116 116 N 1 0 0 1 0 0\nRef: 184 184 N 1 0 0 1 -24 -16\nEndChar\nStartChar: Tcaron\nEncoding: 356 356 291\nWidth: 600\nFlags: HMW\nHStem: 0 100<206 270 370 415> 483 100<245 352 245 245 452 561 452 452>\nVStem: 128 365\nFore\n452 483 m 1\n 370 100 l 1\n 436 100 l 2\n 456 100 462 99 471 96 c 0\n 484 92 493 77 493 61 c 0\n 493 44 484 27 470 15 c 0\n 456 4 442 0 415 0 c 2\n 184 0 l 2\n 144 0 128 12 128 40 c 0\n 128 56 137 73 151 85 c 0\n 166 98 174 100 206 100 c 2\n 270 100 l 1\n 352 483 l 1\n 245 483 l 1\n 225 390 l 2\n 219 363 216 355 206 345 c 0\n 193 332 176 324 161 324 c 0\n 139 324 121 341 121 361 c 0\n 121 368 122 378 125 390 c 1\n 166 583 l 1\n 682 583 l 1\n 641 390 l 2\n 635 362 632 355 622 345 c 0\n 610 332 593 324 577 324 c 0\n 554 324 537 340 537 361 c 0\n 537 368 538 377 541 390 c 2\n 561 483 l 1\n 452 483 l 1\n441 729 m 1\n 568 826 l 2\n 579 834 590 839 599 839 c 0\n 613 839 627 825 627 811 c 0\n 627 791.852 612.184 780.274 595 768 c 1\n 422 640 l 1\n 294 768 l 2\n 280 782 277 787 277 797 c 0\n 277 816 301 839 321 839 c 0\n 329 839 336 835 345 826 c 2\n 441 729 l 1\nEndSplineSet\nEndChar\nStartChar: tcaron\nEncoding: 357 357 292\nWidth: 600\nFlags: HW\nHStem: -16 100<291 318> 337 100<150 185 308 489> 337 254<286 293>\nVStem: 94 451<377 397> 137 104<92 117> 138 409<80 84>\nDStem: 186 337 286 337 140 122 244 141 226 525 326 525 207 437 307 437 629 615 679 572 525 487 576 445\nFore\n307 437 m 1\n 488 437 l 2\n 499 437 500 437 508 436 c 1\n 506 442 505 445 505 448 c 0\n 505 460 510 470 525 487 c 1\n 629 615 l 2\n 642 631 656 639 671 639 c 0\n 687 639 700 626 700 611 c 0\n 700 594.269 690.08 583.08 679 572 c 1\n 576 445 l 2\n 574 443 573 442 563 433 c 2\n 554 425 l 2\n 551 423 547 422 538 420 c 1\n 543 411 545 406 545 397 c 0\n 545 381 536 364 522 352 c 0\n 508 340 496 337 467 337 c 2\n 286 337 l 1\n 244 141 l 2\n 242 132 241 123 241 117 c 0\n 241 95 267 84 318 84 c 0\n 371 84 422 95 472 118 c 0\n 490 127 497 129 508 129 c 0\n 531 129 547 113 547 89 c 0\n 547 67 536 50 512 37 c 0\n 457 7 361 -16 291 -16 c 0\n 247 -16 203 -4 174 16 c 0\n 151 32 137 60 137 92 c 0\n 137 104 138 112 140 122 c 2\n 186 337 l 1\n 151 337 l 2\n 110 337 94 348 94 377 c 0\n 94 393 103 411 117 423 c 0\n 132 435 140 437 172 437 c 2\n 207 437 l 1\n 226 525 l 1\n 231 551 235 561 245 571 c 0\n 257 583 274 591 290 591 c 0\n 313 591 330 575 330 553 c 0\n 330 545 330 544 326 525 c 2\n 307 437 l 1\nEndSplineSet\nEndChar\nStartChar: Tbar\nEncoding: 358 358 293\nWidth: 600\nFlags: HW\nHStem: 0 100<206 270 370 415> 483 100<245 352 245 245 452 561 452 452>\nVStem: 128 365\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: tbar\nEncoding: 359 359 294\nWidth: 600\nFlags: HW\nHStem: -16 100<291 318> 337 100<150 185 308 489> 337 254<286 293>\nVStem: 94 451<377 397> 137 104<92 117> 138 409<80 84>\nDStem: 186 337 286 337 140 122 244 141 226 525 326 525 207 437 307 437\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: Utilde\nEncoding: 360 360 295\nWidth: 600\nFlags: HW\nHStem: -14 100<288 354.5> 483 100<274 274 274 309 519 532 632 644.5> 687 68\nVStem: 111 100 441 264\nRef: 85 85 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 22 100\nEndChar\nStartChar: utilde\nEncoding: 361 361 296\nWidth: 600\nFlags: HW\nHStem: 0 21<410 504 410 410> 338 99<468 482> 541 68\nVStem: 124 102\nRef: 117 117 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 -18 -46\nEndChar\nStartChar: Umacron\nEncoding: 362 362 297\nWidth: 600\nFlags: HMW\nHStem: -14 100<288 354.5> 483 100<274 274 274 309 519 532 632 644.5> 696 80<336 563>\nVStem: 111 100 441 264\nFore\n705 544 m 0\n 705 510.105 678.669 483 632 483 c 1\n 573 205 l 1\n 547 81 427 -14 298 -14 c 0\n 189 -14 110 59 110 158 c 0\n 110 173 112 188 115 205 c 1\n 174 483 l 1\n 138 483 123 495 123 523 c 0\n 123 539 132 557 146 569 c 0\n 161 581 170 583 201 583 c 2\n 331 583 l 2\n 353 583 357 583 365 579 c 0\n 378 575 387 559 387 544 c 0\n 387 527 378 509 364 498 c 0\n 350 486 339 483 309 483 c 2\n 274 483 l 1\n 213 196 l 1\n 212 189 211 182 211 176 c 0\n 211 124 257 86 319 86 c 0\n 390 86 458 135 471 196 c 2\n 532 483 l 1\n 497 483 l 2\n 456 483 441 494 441 523 c 0\n 441 539 450 556 464 569 c 0\n 479 581 487 583 519 583 c 2\n 648 583 l 2\n 668 583 675 582 683 579 c 0\n 696 575 705 560 705 544 c 0\n336 776 m 2\n 580 776 l 2\n 613 776 625 767 625 743 c 0\n 625 716 599 696 563 696 c 2\n 319 696 l 2\n 286 696 274 704 274 729 c 0\n 274 757 299 776 336 776 c 2\nEndSplineSet\nEndChar\nStartChar: umacron\nEncoding: 363 363 298\nWidth: 600\nFlags: HMW\nHStem: 0 21<410 504 410 410> 338 99<468 482> 546 80<311 538>\nVStem: 124 102 249 351<579.5 593>\nFore\n603 437 m 1\n 531 100 l 1\n 566 100 583 87 583 61 c 0\n 583 44 574 26 559 15 c 1\n 546 3 533 0 504 0 c 2\n 410 0 l 1\n 420 48 l 1\n 360 1 326 -13 270 -13 c 0\n 182 -13 123 36 123 110 c 0\n 123 127 124 140 128 156 c 1\n 166 338 l 1\n 150 338 l 2\n 110 338 94 349 94 378 c 0\n 94 393 103 411 117 423 c 0\n 131 434 141 437 172 437 c 2\n 288 437 l 1\n 229 159 l 1\n 227 151 226 144 226 136 c 0\n 226 105 253 87 301 87 c 0\n 351 87 380 101 443 155 c 1\n 482 338 l 1\n 447 338 l 2\n 406 338 390 349 390 377 c 0\n 390 393 399 411 413 423 c 0\n 428 434 437 437 468 437 c 2\n 603 437 l 1\n311 626 m 2\n 555 626 l 2\n 588 626 600 617 600 593 c 0\n 600 566 574 546 538 546 c 2\n 294 546 l 2\n 261 546 249 554 249 579 c 0\n 249 607 274 626 311 626 c 2\nEndSplineSet\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 299\nWidth: 600\nFlags: HW\nHStem: -14 100<288 354.5> 483 100<274 274 274 309 519 532 632 644.5> 623 68<419 465>\nVStem: 111 100 287 69<746 767> 441 264\nRef: 85 85 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 26 120\nEndChar\nStartChar: ubreve\nEncoding: 365 365 300\nWidth: 600\nFlags: HW\nHStem: 0 21<410 504 410 410> 338 99<468 482> 477 68<379 425>\nVStem: 124 102 247 69<600 621>\nRef: 117 117 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 -14 -26\nEndChar\nStartChar: Uring\nEncoding: 366 366 301\nWidth: 600\nFlags: HW\nHStem: -14 100<302 320> 483 100<274 331 494 531 632.031 650> 630 54<436 449> 817 54<473 487>\nVStem: 111 100<175 177> 123 264<523 544> 337 54<728 740> 441 264<523 544> 532 53<761 770>\nDStem: 174 483 274 483 115 205 213 196 532 483 632 483 471 196 573 205\nFore\n705 544 m 0\n 705 510.105 678.669 483 632 483 c 1\n 573 205 l 1\n 547 81 427 -14 298 -14 c 0\n 189 -14 110 59 110 158 c 0\n 110 173 112 188 115 205 c 1\n 174 483 l 1\n 138 483 123 495 123 523 c 0\n 123 539 132 557 146 569 c 0\n 161 581 170 583 201 583 c 2\n 331 583 l 2\n 353 583 357 583 365 579 c 0\n 378 575 387 559 387 544 c 0\n 387 527 378 509 364 498 c 0\n 350 486 339 483 309 483 c 2\n 274 483 l 1\n 213 196 l 1\n 212 189 211 182 211 176 c 0\n 211 124 257 86 319 86 c 0\n 390 86 458 135 471 196 c 2\n 532 483 l 1\n 497 483 l 2\n 456 483 441 494 441 523 c 0\n 441 539 450 556 464 569 c 0\n 479 581 487 583 519 583 c 2\n 648 583 l 2\n 668 583 675 582 683 579 c 0\n 696 575 705 560 705 544 c 0\n488 871 m 0\n 544 871 586 831 586 776 c 0\n 586 738 574 710 547 682 c 0\n 515 649 475 630 435 630 c 0\n 380 630 337 672 337 726 c 0\n 337 799 412 871 488 871 c 0\n475 817 m 0\n 432 817 391 778 391 738 c 0\n 391 707 415 684 447 684 c 0\n 490 684 532 723 532 762 c 0\n 532 796 510 817 475 817 c 0\nEndSplineSet\nEndChar\nStartChar: uring\nEncoding: 367 367 302\nWidth: 600\nFlags: HMW\nHStem: 0 21<410 504 410 410> 338 99<468 482> 486 54<397.5 435.5> 674 53<421 459>\nVStem: 124 102 303 54<579 615> 500 54<598.5 634.5>\nFore\n603 437 m 1\n 531 100 l 1\n 566 100 583 87 583 61 c 0\n 583 44 574 26 559 15 c 1\n 546 3 533 0 504 0 c 2\n 410 0 l 1\n 420 48 l 1\n 360 1 326 -13 270 -13 c 0\n 182 -13 123 36 123 110 c 0\n 123 127 124 140 128 156 c 1\n 166 338 l 1\n 150 338 l 2\n 110 338 94 349 94 378 c 0\n 94 393 103 411 117 423 c 0\n 131 434 141 437 172 437 c 2\n 288 437 l 1\n 229 159 l 1\n 227 151 226 144 226 136 c 0\n 226 105 253 87 301 87 c 0\n 351 87 380 101 443 155 c 1\n 482 338 l 1\n 447 338 l 2\n 406 338 390 349 390 377 c 0\n 390 393 399 411 413 423 c 0\n 428 434 437 437 468 437 c 2\n 603 437 l 1\n453 727 m 0\n 512 727 554 687 554 629 c 0\n 554 556 479 486 402 486 c 0\n 345 486 303 527 303 584 c 0\n 303 656 378 727 453 727 c 0\n442 674 m 0\n 400 674 357 635 357 595 c 0\n 357 563 381 540 414 540 c 0\n 457 540 500 579 500 618 c 0\n 500 651 476 674 442 674 c 0\nEndSplineSet\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 303\nWidth: 600\nFlags: HMW\nHStem: -14 100<288 354.5> 483 100<274 274 274 309 519 532 632 644.5>\nVStem: 111 100 441 264\nFore\n705 544 m 0\n 705 510.105 678.669 483 632 483 c 1\n 573 205 l 1\n 547 81 427 -14 298 -14 c 0\n 189 -14 110 59 110 158 c 0\n 110 173 112 188 115 205 c 1\n 174 483 l 1\n 138 483 123 495 123 523 c 0\n 123 539 132 557 146 569 c 0\n 161 581 170 583 201 583 c 2\n 331 583 l 2\n 353 583 357 583 365 579 c 0\n 378 575 387 559 387 544 c 0\n 387 527 378 509 364 498 c 0\n 350 486 339 483 309 483 c 2\n 274 483 l 1\n 213 196 l 1\n 212 189 211 182 211 176 c 0\n 211 124 257 86 319 86 c 0\n 390 86 458 135 471 196 c 2\n 532 483 l 1\n 497 483 l 2\n 456 483 441 494 441 523 c 0\n 441 539 450 556 464 569 c 0\n 479 581 487 583 519 583 c 2\n 648 583 l 2\n 668 583 675 582 683 579 c 0\n 696 575 705 560 705 544 c 0\n519 808 m 0\n 519 789.5 506.183 775.887 489 763 c 2\n 374 657 l 1\n 364 649 347 640 340 640 c 0\n 322 640 309 654 309 674 c 0\n 309 686 313 691 339 715 c 2\n 455 820 l 2\n 470 834 477 837 489 837 c 0\n 506 837 519 825 519 808 c 0\n680 808 m 0\n 680 789.499 667.183 775.887 650 763 c 2\n 535 657 l 1\n 525 649 508 640 501 640 c 0\n 483 640 470 654 470 674 c 0\n 470 686 474 691 500 715 c 2\n 616 820 l 2\n 631 834 638 837 650 837 c 0\n 667 837 680 825 680 808 c 0\nEndSplineSet\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 304\nWidth: 600\nFlags: HMW\nHStem: 0 21<410 504 410 410> 338 99<468 482>\nVStem: 124 102\nFore\n603 437 m 1\n 531 100 l 1\n 566 100 583 87 583 61 c 0\n 583 44 574 26 559 15 c 1\n 546 3 533 0 504 0 c 2\n 410 0 l 1\n 420 48 l 1\n 360 1 326 -13 270 -13 c 0\n 182 -13 123 36 123 110 c 0\n 123 127 124 140 128 156 c 1\n 166 338 l 1\n 150 338 l 2\n 110 338 94 349 94 378 c 0\n 94 393 103 411 117 423 c 0\n 131 434 141 437 172 437 c 2\n 288 437 l 1\n 229 159 l 1\n 227 151 226 144 226 136 c 0\n 226 105 253 87 301 87 c 0\n 351 87 380 101 443 155 c 1\n 482 338 l 1\n 447 338 l 2\n 406 338 390 349 390 377 c 0\n 390 393 399 411 413 423 c 0\n 428 434 437 437 468 437 c 2\n 603 437 l 1\n423 622 m 2\n 298 512 l 2\n 286 502 274 496 265 496 c 0\n 250 496 237 510 237 526 c 0\n 237 541 240 545 267 569 c 2\n 392 679 l 1\n 405 689 414 694 425 694 c 0\n 440 694 452 682 452 665 c 0\n 452 650 449 645 423 622 c 2\n587 622 m 2\n 462 512 l 2\n 451 502 438 496 429 496 c 0\n 414 496 401 510 401 526 c 0\n 401 541 403 544 431 569 c 2\n 557 679 l 2\n 569 690 578 694 589 694 c 0\n 604 694 616 681 616 665 c 0\n 616 650 612 645 587 622 c 2\nEndSplineSet\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 305\nWidth: 600\nFlags: HW\nHStem: -14 100<302 321> 483 100<274 331 494 531 632.031 650>\nVStem: 111 100<175 177> 123 264<523 544> 254 206<-144 -131> 441 264<523 544>\nDStem: 174 483 274 483 115 205 213 196 532 483 632 483 471 196 573 205\nFore\n705 544 m 0\n 705 510.105 678.669 483 632 483 c 1\n 573 205 l 1\n 552 125 526 88 441 14 c 0\n 355 -62 336 -86 336 -114 c 0\n 336 -125 342 -130 353 -130 c 0\n 365 -130 372 -128 406 -114 c 0\n 416 -109 422 -108 429 -108 c 0\n 448 -108 460 -121 460 -140 c 0\n 460 -188.58 368.561 -208 331 -208 c 0\n 283 -208 254 -180 254 -135 c 0\n 254 -93 275 -57 313 -31 c 1\n 351 -9 l 1\n 329 -13 316 -14 298 -14 c 0\n 189 -14 110 59 110 158 c 0\n 110 173 112 188 115 205 c 1\n 174 483 l 1\n 138 483 123 495 123 523 c 0\n 123 539 132 557 146 569 c 0\n 161 581 170 583 201 583 c 2\n 331 583 l 2\n 353 583 357 583 365 579 c 0\n 378 575 387 559 387 544 c 0\n 387 527 378 509 364 498 c 0\n 350 486 339 483 309 483 c 2\n 274 483 l 1\n 213 196 l 1\n 212 189 211 182 211 176 c 0\n 211 124 257 86 319 86 c 0\n 390 86 458 135 471 196 c 2\n 532 483 l 1\n 497 483 l 2\n 456 483 441 494 441 523 c 0\n 441 539 450 556 464 569 c 0\n 479 581 487 583 519 583 c 2\n 648 583 l 2\n 668 583 675 582 683 579 c 0\n 696 575 705 560 705 544 c 0\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 306\nWidth: 600\nFlags: HMW\nHStem: -13 100<277 298> 338 99<468 482>\nVStem: 124 103 342 211<-145.5 -129>\nFore\n553 -138 m 0\n 553 -189.096 458.459 -208 419 -208 c 0\n 371 -208 342 -183 342 -142 c 0\n 342 -107 359 -70 390 -41 c 0\n 406 -25 413 -20 449 0 c 1\n 410 0 l 1\n 420 48 l 1\n 360 1 326 -13 270 -13 c 0\n 182 -13 123 36 123 110 c 0\n 123 127 124 140 128 156 c 1\n 166 338 l 1\n 150 338 l 2\n 110 338 94 349 94 378 c 0\n 94 393 103 411 117 423 c 0\n 131 434 141 437 172 437 c 2\n 288 437 l 1\n 229 159 l 1\n 227 151 226 144 226 136 c 0\n 226 105 253 87 301 87 c 0\n 351 87 380 101 443 155 c 1\n 482 338 l 1\n 447 338 l 2\n 406 338 390 349 390 377 c 0\n 390 393 399 411 413 423 c 0\n 428 434 437 437 468 437 c 2\n 603 437 l 1\n 531 100 l 1\n 566 100 583 87 583 61 c 0\n 583 34 568 18 505 -25 c 0\n 450 -63 423 -93 423 -117 c 0\n 423 -127 430 -132 442 -132 c 0\n 455 -132 467 -128 498 -114 c 0\n 509 -109 515 -108 522 -108 c 0\n 540 -108 553 -120 553 -138 c 0\nEndSplineSet\nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 307\nWidth: 600\nFlags: HW\nHStem: 0 21<98 209 98 98 394 394 394 504> 417 20<345 448 448 448> 483 100<242 242 242 290 538 570 667 667>\nVStem: 102 267 460 265<528.5 531>\nDStem: 457 733 476 822 549 636 600 693 476 822 457 733 296 693 323 636\nRef: 87 87 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 27 126\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 308\nWidth: 600\nFlags: HW\nHStem: 0 343<373 421> 338 99<233.031 254 513 520>\nVStem: 82 226<377 398> 457 227<377 397>\nDStem: 127 338 233 338 140 0 239 185 426 587 445 676 518 490 569 547 445 676 426 587 265 547 292 490 521 338 620 338 448 185 465 0\nRef: 119 119 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 -4 -20\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 309\nWidth: 600\nFlags: HW\nHStem: 0 100<182 272 373 436> 483 100<188 188 617 639>\nVStem: 128 366<40 61> 134 224<523 544> 467 227<523 544>\nDStem: 188 483 308 483 302 245 374 348 302 245 402 245 272 100 372 100 457 733 476 822 549 636 600 693 476 822 457 733 296 693 323 636 497 483 617 483 374 348 402 245\nRef: 89 89 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 27 126\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 310\nWidth: 600\nFlags: HW\nHStem: -205 100<65 165> 337 100<255 255 599 599>\nVStem: 435 227<381 385>\nDStem: 425 587 444 676 517 490 568 547 444 676 425 587 264 547 291 490\nRef: 121 121 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 -5 -20\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 311\nWidth: 600\nFlags: HW\nHStem: 0 100<182 272 373 436> 483 100<188 188 617 639> 678 122<340 365 548 573>\nVStem: 128 366<40 61> 134 224<523 544> 292 122<727 751> 467 227<523 544> 500 122<727 751>\nDStem: 188 483 308 483 302 245 374 348 302 245 402 245 272 100 372 100 497 483 617 483 374 348 402 245\nFore\n402 245 m 1\n 372 100 l 1\n 437 100 l 2\n 457 100 464 99 472 96 c 0\n 485 92 494 76 494 61 c 0\n 494 45 485 26 471 15 c 0\n 457 4 444 0 416 0 c 2\n 185 0 l 2\n 144 0 128 12 128 40 c 0\n 128 56 137 74 151 85 c 0\n 166 98 175 100 206 100 c 2\n 272 100 l 1\n 302 245 l 1\n 188 483 l 1\n 182 483 l 2\n 151 483 134 497 134 523 c 0\n 134 539 143 557 157 568 c 0\n 172 581 181 583 212 583 c 2\n 302 583 l 2\n 322 583 328 582 336 579 c 0\n 349 575 358 560 358 544 c 0\n 358 517 341 496 308 483 c 1\n 374 348 l 1\n 497 483 l 1\n 475 492 467 503 467 523 c 0\n 467 539 476 556 490 569 c 1\n 504 580 514 583 545 583 c 2\n 638 583 l 2\n 658 583 664 582 672 579 c 0\n 685 575 694 559 694 544 c 0\n 694 527 685 510 671 498 c 0\n 657 486 645 483 620 483 c 2\n 617 483 l 1\n 402 245 l 1\n365 800 m 0\n 393 800 414 779 414 751 c 0\n 414 713 378 678 340 678 c 0\n 315 678 292 701 292 727 c 0\n 292 763 329 800 365 800 c 0\n573 800 m 0\n 601 800 622 779 622 751 c 0\n 622 713 586 678 548 678 c 0\n 523 678 500 701 500 727 c 0\n 500 763 537 800 573 800 c 0\nEndSplineSet\nEndChar\nStartChar: Zacute\nEncoding: 377 377 312\nWidth: 600\nFlags: HW\nHStem: 0 100<223 448> 0 238<521 527> 483 100<299 476>\nDStem: 220 583 299 483 184 413 284 413 464 172 564 172 448 100 527 0 477 483 607 486 94 100 222 100 555 824 596 772 404 712 589 767 555 824 589 767 404 712 439 656\nFore\n222 100 m 1\n 448 100 l 1\n 464 172 l 1\n 469 198 474 208 483 218 c 0\n 495 230 512 238 528 238 c 0\n 551 238 568 222 568 200 c 0\n 568 192 568 191 564 172 c 2\n 527 0 l 1\n 73 0 l 1\n 94 100 l 1\n 477 483 l 1\n 299 483 l 1\n 284 413 l 1\n 278 387 274 377 265 368 c 0\n 252 355 235 347 219 347 c 0\n 197 347 179 364 179 384 c 0\n 179 392 179 394 184 413 c 1\n 220 583 l 1\n 628 583 l 1\n 607 486 l 1\n 222 100 l 1\n589 767 m 1\n 439 656 l 1\n 413 640 413 640 404 640 c 0\n 387 640 374 652 374 669 c 0\n 374 684 382 696 404 712 c 2\n 555 824 l 2\n 570 835 579 839 589 839 c 0\n 607 839 620 827 620 810 c 0\n 620 792.021 605.016 778.44 589 767 c 1\nEndSplineSet\nEndChar\nStartChar: zacute\nEncoding: 378 378 313\nWidth: 600\nFlags: HW\nHStem: 0 100<266 441> 0 154<490.488 504> 337 100<269 416>\nDStem: 417 337 582 356 103 83 265 100 551 680 585 624 393 569 427 512\nFore\n265 100 m 1\n 441 100 l 1\n 451 135 472 154 502 154 c 0\n 525 154 542 138 542 117 c 0\n 542 110 541 103 538 88 c 2\n 519 0 l 1\n 85 0 l 1\n 103 83 l 1\n 417 337 l 1\n 269 337 l 1\n 267 328 l 2\n 261 301 258 293 248 283 c 0\n 235 270 219 262 203 262 c 0\n 180 262 163 278 163 299 c 0\n 163 305 165 319 167 328 c 2\n 190 437 l 1\n 599 437 l 1\n 582 356 l 1\n 265 100 l 1\n585 624 m 2\n 427 512 l 2\n 409 499 402 496 392 496 c 0\n 374 496 362 508 362 526 c 0\n 362 541 372 554 393 569 c 2\n 551 680 l 2\n 569 693 575 696 586 696 c 0\n 604 696 616 684 616 667 c 0\n 616 652 607 639 585 624 c 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 314\nWidth: 600\nFlags: HW\nHStem: 0 100<223 448> 0 238<521 527> 483 100<299 476> 671 122<429 454>\nVStem: 381 122<720 744>\nDStem: 220 583 299 483 184 413 284 413 464 172 564 172 448 100 527 0 477 483 607 486 94 100 222 100\nFore\n222 100 m 1\n 448 100 l 1\n 464 172 l 1\n 469 198 474 208 483 218 c 0\n 495 230 512 238 528 238 c 0\n 551 238 568 222 568 200 c 0\n 568 192 568 191 564 172 c 2\n 527 0 l 1\n 73 0 l 1\n 94 100 l 1\n 477 483 l 1\n 299 483 l 1\n 284 413 l 1\n 278 387 274 377 265 368 c 0\n 252 355 235 347 219 347 c 0\n 197 347 179 364 179 384 c 0\n 179 392 179 394 184 413 c 1\n 220 583 l 1\n 628 583 l 1\n 607 486 l 1\n 222 100 l 1\n454 793 m 0\n 482 793 503 772 503 744 c 0\n 503 706 467 671 429 671 c 0\n 404 671 381 694 381 720 c 0\n 381 756 418 793 454 793 c 0\nEndSplineSet\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 315\nWidth: 600\nFlags: HW\nHStem: 0 100<266 441> 0 154<490.488 504> 337 100<269 416> 534 120<413 439>\nVStem: 365 123<582 606>\nDStem: 417 337 582 356 103 83 265 100\nFore\n265 100 m 1\n 441 100 l 1\n 451 135 472 154 502 154 c 0\n 525 154 542 138 542 117 c 0\n 542 110 541 103 538 88 c 2\n 519 0 l 1\n 85 0 l 1\n 103 83 l 1\n 417 337 l 1\n 269 337 l 1\n 267 328 l 2\n 261 301 258 293 248 283 c 0\n 235 270 219 262 203 262 c 0\n 180 262 163 278 163 299 c 0\n 163 305 165 319 167 328 c 2\n 190 437 l 1\n 599 437 l 1\n 582 356 l 1\n 265 100 l 1\n439 654 m 0\n 468 654 488 634 488 606 c 0\n 488 569 452 534 413 534 c 0\n 386 534 365 555 365 582 c 0\n 365 619 401 654 439 654 c 0\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: Zcaron\nEncoding: 381 381 316\nWidth: 600\nFlags: HW\nHStem: 0 100<223 448> 0 238<521 527> 483 100<299 476>\nDStem: 220 583 299 483 184 413 284 413 311 768 362 826 439 640 458 729 464 172 564 172 448 100 527 0 477 483 607 486 94 100 222 100 585 826 612 768 458 729 439 640\nFore\n222 100 m 1\n 448 100 l 1\n 464 172 l 1\n 469 198 474 208 483 218 c 0\n 495 230 512 238 528 238 c 0\n 551 238 568 222 568 200 c 0\n 568 192 568 191 564 172 c 2\n 527 0 l 1\n 73 0 l 1\n 94 100 l 1\n 477 483 l 1\n 299 483 l 1\n 284 413 l 1\n 278 387 274 377 265 368 c 0\n 252 355 235 347 219 347 c 0\n 197 347 179 364 179 384 c 0\n 179 392 179 394 184 413 c 1\n 220 583 l 1\n 628 583 l 1\n 607 486 l 1\n 222 100 l 1\n458 729 m 1\n 585 826 l 2\n 596 834 607 839 616 839 c 0\n 630 839 644 825 644 811 c 0\n 644 791.852 629.184 780.274 612 768 c 1\n 439 640 l 1\n 311 768 l 2\n 297 782 294 787 294 797 c 0\n 294 816 318 839 338 839 c 0\n 346 839 353 835 362 826 c 2\n 458 729 l 1\nEndSplineSet\nEndChar\nStartChar: zcaron\nEncoding: 382 382 317\nWidth: 600\nFlags: HW\nHStem: 0 100<266 441> 0 154<490.488 504> 337 100<269 416>\nDStem: 283 625 334 682 409 497 427 586 417 337 582 356 103 83 265 100 560 682 587 625 427 586 409 497\nFore\n265 100 m 1\n 441 100 l 1\n 451 135 472 154 502 154 c 0\n 525 154 542 138 542 117 c 0\n 542 110 541 103 538 88 c 2\n 519 0 l 1\n 85 0 l 1\n 103 83 l 1\n 417 337 l 1\n 269 337 l 1\n 267 328 l 2\n 261 301 258 293 248 283 c 0\n 235 270 219 262 203 262 c 0\n 180 262 163 278 163 299 c 0\n 163 305 165 319 167 328 c 2\n 190 437 l 1\n 599 437 l 1\n 582 356 l 1\n 265 100 l 1\n619 667 m 0\n 619 648.809 602.62 635.414 587 625 c 2\n 409 497 l 1\n 283 625 l 2\n 267 642 266 643 266 653 c 0\n 266 675 287 696 309 696 c 0\n 319 696 324 693 334 682 c 2\n 427 586 l 1\n 560 682 l 2\n 574 692 582 696 591 696 c 0\n 607 696 619 684 619 667 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: longs\nEncoding: 383 383 318\nWidth: 600\nFlags: HW\nHStem: 0 100<139 220 321 458> 337 100<220 269> 523 100<494 525>\nVStem: 84 432<40 61>\nFore\n320 100 m 1\n 459 100 l 2\n 479 100 486 99 494 96 c 0\n 507 92 516 76 516 61 c 0\n 516 44 507 27 493 15 c 0\n 479 4 466 0 438 0 c 2\n 140 0 l 2\n 100 0 84 12 84 40 c 0\n 84 56 93 73 107 85 c 0\n 122 98 130 100 162 100 c 2\n 220 100 l 1\n 270 337 l 1\n 224 337 l 2\n 182 337 166 348 166 377 c 0\n 166 393 175 411 189 423 c 0\n 204 435 213 437 245 437 c 2\n 291 437 l 1\n 299 474 l 2\n 319 566 405 623 525 623 c 0\n 566 623 628 616 658 607 c 0\n 680 601 691 589 691 570 c 0\n 691 539 662 509 632 509 c 0\n 626 509 617 510 605 512 c 0\n 570 519 525 523 494 523 c 0\n 437 523 407 507 399 474 c 1\n 374 348 345 226 320 100 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: florin\nEncoding: 402 402 319\nWidth: 600\nFlags: HMW\nHStem: -123 100<163.5 194.5> 304 100<283 319 440 476> 537 100\nVStem: 204 351\nFore\n440 404 m 1\n 497 404 l 2\n 520 404 524 404 532 400 c 1\n 546 396 555 381 555 365 c 0\n 555 348 546 330 532 319 c 0\n 517 307 506 304 476 304 c 2\n 419 304 l 1\n 368 66 l 2\n 345 -42 252 -123 150 -123 c 0\n 85 -123 43 -102 43 -70 c 0\n 43 -39 73 -9 104 -9 c 0\n 109 -9 113 -10 125 -15 c 0\n 140 -20 155 -23 172 -23 c 0\n 217 -23 257 13 268 66 c 1\n 319 304 l 1\n 261 304 l 2\n 220 304 204 315 204 344 c 0\n 204 360 213 378 227 389 c 0\n 242 402 251 404 283 404 c 2\n 340 404 l 1\n 352 459 l 1\n 373 559 468 638 566 638 c 0\n 631 638 672 618 672 587 c 0\n 672 555 642 524 612 524 c 0\n 605 524 600 525 589 529 c 0\n 574 535 559 538 542 538 c 0\n 501 538 461 501 451 456 c 1\n 440 404 l 1\nEndSplineSet\nEndChar\nStartChar: uni01A9\nEncoding: 425 425 320\nWidth: 600\nFlags: HW\nHStem: 0 100<161 386> 0 238<459 465> 483 100<244 467>\nDStem: 114 486 243 483 225 293 352 293 225 293 352 293 32 100 160 100\nFore\n225 293 m 1\n 114 486 l 1\n 135 583 l 1\n 589 583 l 1\n 553 413 l 2\n 548 388 544 380 537 371 c 0\n 524 356 506 347 489 347 c 0\n 473 347 459 355 452 368 c 0\n 447 377 447 386 453 413 c 2\n 468 483 l 1\n 243 483 l 1\n 352 293 l 1\n 160 100 l 1\n 386 100 l 1\n 402 172 l 2\n 407 197 411 208 420 218 c 0\n 433 230 450 238 466 238 c 0\n 483 238 498 229 504 214 c 0\n 508 205 507 198 502 172 c 2\n 465 0 l 1\n 11 0 l 1\n 32 100 l 1\n 225 293 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni01CD\nEncoding: 461 461 321\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 -24.1627 140\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 322\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 -8.13846 -7\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 323\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 30.3373 140\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 324\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 -83.3752 -7\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 325\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 28.8615 140\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 326\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 1.86154 -7\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 327\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 30.3373 140\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 328\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 -6.87523 -7\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 329\nWidth: 600\nFlags: H\nRef: 175 175 N 1 0 0 1 61.7171 294\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 330\nWidth: 600\nFlags: H\nRef: 175 175 N 1 0 0 1 26.7171 148\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 331\nWidth: 600\nFlags: H\nRef: 180 180 N 1 0 0 1 85.7148 344\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 332\nWidth: 600\nFlags: H\nRef: 180 180 N 1 0 0 1 50.7148 198\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 333\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 71.8615 343\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 334\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 36.8615 197\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 335\nWidth: 600\nFlags: H\nRef: 96 96 N 1 0 0 1 59.7148 344\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 336\nWidth: 600\nFlags: H\nRef: 96 96 N 1 0 0 1 24.7148 198\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DD\nEncoding: 477 477 337\nWidth: 600\nFlags: HW\nRef: 101 101 N -1 0 0 -1 674 434\nEndChar\nStartChar: uni01DE\nEncoding: 478 478 337\nWidth: 600\nFlags: H\nRef: 175 175 N 1 0 0 1 44.7171 294\nRef: 196 196 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 338\nWidth: 600\nFlags: H\nRef: 175 175 N 1 0 0 1 20.7171 148\nRef: 228 228 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 339\nWidth: 600\nFlags: H\nRef: 175 175 N 1 0 0 1 93.6929 91\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 340\nWidth: 600\nFlags: H\nRef: 175 175 N 1 0 0 1 9.21708 -56\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcaron\nEncoding: 486 486 341\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 139.862 140\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 342\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 -32.1385 -6\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 343\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 22.8373 140\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 344\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 -108.138 167\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 345\nWidth: 600\nFlags: H\nRef: 731 731 N 1 0 0 1 -121.825 -7.06667\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 346\nWidth: 600\nFlags: H\nRef: 731 731 N 1 0 0 1 -121.825 -9.06667\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 347\nWidth: 600\nFlags: H\nRef: 175 175 N 1 0 0 1 18.7171 91\nRef: 490 490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 348\nWidth: 600\nFlags: H\nRef: 175 175 N 1 0 0 1 -8.28292 -56\nRef: 491 491 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F0\nEncoding: 496 496 349\nWidth: 600\nFlags: H\nRef: 711 711 N 1 0 0 1 36.8615 -20\nRef: 63166 63166 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F4\nEncoding: 500 500 350\nWidth: 600\nFlags: H\nRef: 180 180 N 1 0 0 1 153.715 141\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F5\nEncoding: 501 501 351\nWidth: 600\nFlags: H\nRef: 180 180 N 1 0 0 1 -18.2852 -5\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F8\nEncoding: 504 504 352\nWidth: 600\nFlags: H\nRef: 96 96 N 1 0 0 1 9.19061 141\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F9\nEncoding: 505 505 353\nWidth: 600\nFlags: H\nRef: 96 96 N 1 0 0 1 -16.2626 -6\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 354\nWidth: 600\nFlags: H\nRef: 180 180 N 1 0 0 1 85.7148 415\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 355\nWidth: 600\nFlags: H\nRef: 180 180 N 1 0 0 1 59.7148 271\nRef: 229 229 N 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 356\nWidth: 600\nFlags: H\nRef: 180 180 N 1 0 0 1 117.691 141\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 357\nWidth: 600\nFlags: H\nRef: 180 180 N 1 0 0 1 33.2148 -6\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 358\nWidth: 600\nFlags: H\nRef: 180 180 N 1 0 0 1 52.5661 182\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 359\nWidth: 600\nFlags: H\nRef: 180 180 N 1 0 0 1 19.6558 38\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0200\nEncoding: 512 512 360\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 -36.3094 141\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0201\nEncoding: 513 513 361\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 -20.2852 -6\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 362\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 -46.882 134\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 363\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 -30.8578 -13\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0204\nEncoding: 516 516 364\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 21.6906 141\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0205\nEncoding: 517 517 365\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 -22.2852 -6\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 366\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 11.118 134\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 367\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 -32.8578 -13\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0208\nEncoding: 520 520 368\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 18.1906 141\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0209\nEncoding: 521 521 369\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 -95.5219 -6\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 370\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 7.618 134\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 371\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 -106.095 -13\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020C\nEncoding: 524 524 372\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 16.7148 141\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020D\nEncoding: 525 525 373\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 -10.2852 -6\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 374\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 6.14221 134\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 375\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 -20.8578 -13\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0210\nEncoding: 528 528 376\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 -90.8094 141\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0211\nEncoding: 529 529 377\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 -0.846508 -6\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 378\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 -101.382 134\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 379\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 -11.4191 -13\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0214\nEncoding: 532 532 380\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 18.1906 141\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0215\nEncoding: 533 533 381\nWidth: 600\nFlags: H\nRef: 783 783 N 1 0 0 1 -19.0219 -6\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 382\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 7.618 134\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 383\nWidth: 600\nFlags: H\nRef: 785 785 N 1 0 0 1 -29.5946 -13\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 321\nWidth: 600\nFlags: HMW\nHStem: -14 100<286.5 360.5> 497 100<369 435>\nVStem: 167 106<403.5 434> 470 106<149 180>\nFore\n630 531 m 1\n 611 443 l 2\n 605 415 601 407 592 397 c 0\n 579 384 562 376 547 376 c 0\n 534 376 521 382 514 391 c 0\n 509 398 509 398 508 430 c 0\n 508 470 466 497 404 497 c 0\n 334 497 273 457 273 411 c 0\n 273 396 281 380 293 370 c 0\n 307 358 318 355 394 340 c 0\n 450 329 478 321 504 309 c 0\n 549 288 576 247 576 199 c 0\n 576 77 461 -14 306 -14 c 0\n 252 -14 202 -1 158 25 c 1\n 137 6 128 1 112 1 c 0\n 89 1 72 17 72 38 c 0\n 72 44 74 55 76 67 c 1\n 90 133 l 1\n 100 178 120 199 155 199 c 0\n 168 199 180 194 187 185 c 0\n 192 178 192 178 194 151 c 0\n 197 115 254 86 319 86 c 0\n 402 86 470 125 470 173 c 0\n 470 187 463 200 450 210 c 0\n 434 223 414 229 345 242 c 0\n 281 253 251 263 223 281 c 0\n 189 304 167 344 167 385 c 0\n 167 501 284 597 425 597 c 0\n 476 597 518 586 548 564 c 1\n 564 589 575 597 594 597 c 0\n 618 597 634 582 634 561 c 0\n 634 554 633 549 630 531 c 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 322\nWidth: 600\nFlags: HW\nHStem: -16 100<300 329> 1 166<124 159> 281 169<516 555> 350 100<370 396>\nVStem: 156 113<289 312> 444 112<131 150>\nDStem: 271 -83 321 -126 167 -211 218 -253\nFore\n516 281 m 0\n 490.207 281 480.425 295.724 472 321 c 1\n 449 341 418 350 376 350 c 0\n 321 350 269 331 269 312 c 0\n 269 305 278 296 291 291 c 0\n 303 286 309 285 371 276 c 0\n 444 266 481 255 507 239 c 0\n 538 219 556 187 556 150 c 0\n 556 57 445 -16 301 -16 c 0\n 243 -16 195 -6 159 13 c 1\n 145 4 137 1 124 1 c 0\n 100 1 83 16 83 39 c 0\n 83 45 84 52 87 67 c 2\n 94 100 l 2\n 104 146 124 167 159 167 c 0\n 185 167 198 153 201 123 c 1\n 224 97 264 84 318 84 c 0\n 386 84 444 106 444 131 c 0\n 444 143 434 155 417 162 c 0\n 402 169 381 173 328 179 c 0\n 206 192 156 224 156 289 c 0\n 156 379 260 450 394 450 c 0\n 442 450 482 442 517 424 c 1\n 530 444 539 450 555 450 c 0\n 577 450 592 436 592 414 c 0\n 592 407 591 398 588 384 c 2\n 580 347 l 2\n 574 320 571 311 561 301 c 0\n 548 289 531 281 516 281 c 0\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 323\nWidth: 600\nFlags: HMW\nHStem: 0 100<206 270 370 415> 483 100<245 352 245 245 452 561 452 452>\nVStem: 128 365\nFore\n452 483 m 1\n 370 100 l 1\n 436 100 l 2\n 456 100 462 99 471 96 c 0\n 484 92 493 77 493 61 c 0\n 493 44 484 27 470 15 c 0\n 456 4 442 0 415 0 c 2\n 184 0 l 2\n 144 0 128 12 128 40 c 0\n 128 56 137 73 151 85 c 0\n 166 98 174 100 206 100 c 2\n 270 100 l 1\n 352 483 l 1\n 245 483 l 1\n 225 390 l 2\n 219 363 216 355 206 345 c 0\n 193 332 176 324 161 324 c 0\n 139 324 121 341 121 361 c 0\n 121 368 122 378 125 390 c 1\n 166 583 l 1\n 682 583 l 1\n 641 390 l 2\n 635 362 632 355 622 345 c 0\n 610 332 593 324 577 324 c 0\n 554 324 537 340 537 361 c 0\n 537 368 538 377 541 390 c 2\n 561 483 l 1\n 452 483 l 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 324\nWidth: 600\nFlags: HW\nHStem: -16 100<291 318> 337 100<147 185 308 489> 337 254<286 293>\nVStem: 94 451<377 397> 137 104<92 117> 137 409<83 84>\nDStem: 186 337 286 337 140 122 244 141 226 525 326 525 207 437 307 437 271 -83 321 -126 167 -211 218 -253\nFore\n286 337 m 1\n 244 141 l 2\n 242 132 241 123 241 117 c 0\n 241 95 267 84 318 84 c 0\n 371 84 422 95 472 118 c 0\n 490 127 497 129 508 129 c 0\n 531 129 547 113 547 89 c 0\n 547 67 536 50 512 37 c 0\n 457 7 361 -16 291 -16 c 0\n 247 -16 203 -4 174 16 c 0\n 151 32 137 60 137 92 c 0\n 137 104 138 112 140 122 c 2\n 186 337 l 1\n 151 337 l 2\n 110 337 94 348 94 377 c 0\n 94 393 103 411 117 423 c 0\n 132 435 140 437 172 437 c 2\n 207 437 l 1\n 226 525 l 1\n 231 551 235 561 245 571 c 0\n 257 583 274 591 290 591 c 0\n 313 591 330 575 330 553 c 0\n 330 545 330 544 326 525 c 2\n 307 437 l 1\n 488 437 l 2\n 508 437 514 436 523 433 c 0\n 536 429 545 414 545 397 c 0\n 545 381 536 364 522 352 c 0\n 508 340 496 337 467 337 c 2\n 286 337 l 1\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0251\nEncoding: 593 593 325\nWidth: 600\nFlags: W\nHStem: -14 100<227 254> 0 21G<383 499>\nVStem: 25 103<166 190>\nFore\n433 246 m 0\n 433 309 387 351 307 351 c 0\n 259 351 224 339 190 311 c 0\n 153 280 128 240 128 190 c 0\n 128 167 135 146 151 126 c 8\n 178 94 204 86 252 86 c 0\n 300 86 337 99 371 126 c 0\n 405 155 433 200 433 246 c 0\n532 467 m 0\n 553 467 573 452 573 430 c 0\n 573 424 571 415 568 401 c 2\n 504 100 l 1\n 520 100 l 2\n 547 100 556 98 564 91 c 0\n 573 82 576 72 576 61 c 0\n 576 40 561 17 542 7 c 0\n 533 2 522 0 499 0 c 2\n 383 0 l 1\n 390 35 l 1\n 330 -1 288 -14 229 -14 c 0\n 154 -14 102 7 66 51 c 0\n 39 84 25 123 25 167 c 0\n 25 259 73 335 137 386 c 0\n 192 430 253 451 329 451 c 0\n 389 451 432 435 468 401 c 1\n 474 427 478 437 488 447 c 0\n 499 459 516 467 532 467 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0269\nEncoding: 617 617 326\nWidth: 600\nFlags: HW\nHStem: -15 99<397 403> 337 100<198 276>\nVStem: 238 102<144 147>\nDStem: 277 337 398 437 242 173 342 173\nFore\n398 437 m 1\n 342 173 l 2\n 331 120 355 84 401 84 c 0\n 417 84 434 87 451 92 c 0\n 466 97 469 98 475 98 c 0\n 500 98 518 75 512 48 c 0\n 504 8 454 -16 377 -16 c 0\n 278 -16 219 66 242 173 c 2\n 277 337 l 1\n 199 337 l 2\n 174 337 162 339 155 347 c 1\n 126.99 369.917 147.477 414.899 176 430 c 0\n 186 436 194 437 220 437 c 2\n 398 437 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: circumflex\nEncoding: 710 710 327\nWidth: 600\nFlags: W\nDStem: 430 607 449 696 522 510 573 567 449 696 430 607 269 567 296 510\nFore\n430 607 m 1\n 296 510 l 2\n 283 501 274 497 265 497 c 0\n 249 497 237 509 237 525 c 0\n 237 542 242 548 269 567 c 2\n 449 696 l 1\n 573 567 l 2\n 589 551 590 550 590 540 c 0\n 590 518 569 497 547 497 c 0\n 538 497 530 501 522 510 c 2\n 430 607 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 328\nWidth: 600\nFlags: W\nDStem: 281 625 332 682 407 497 425 586 558 682 585 625 425 586 407 497\nFore\n617 667 m 0\n 617 648.809 600.62 635.414 585 625 c 2\n 407 497 l 1\n 281 625 l 2\n 265 642 264 643 264 653 c 0\n 264 675 285 696 307 696 c 0\n 317 696 322 693 332 682 c 2\n 425 586 l 1\n 558 682 l 2\n 572 692 580 696 589 696 c 0\n 605 696 617 684 617 667 c 0\nEndSplineSet\nEndChar\nStartChar: breve\nEncoding: 728 728 329\nWidth: 600\nFlags: HMW\nHStem: 503 68<393 439>\nVStem: 261 69<626 647>\nFore\n306 687 m 0\n 324 687 331 677 330 650 c 0\n 330 602 365 571 421 571 c 0\n 476 571 525 601 544 647 c 0\n 558 678 567 687 587 687 c 0\n 604 687 614 677 614 660 c 0\n 614 640 599 609 578 584 c 0\n 534 533 471 503 407 503 c 0\n 324 503 261 558 261 630 c 0\n 261 664 279 687 306 687 c 0\nEndSplineSet\nEndChar\nStartChar: dotaccent\nEncoding: 729 729 330\nWidth: 0\nFlags: W\nFore\n-161 654 m 0\n -132 654 -112 634 -112 606 c 0\n -112 569 -148 534 -187 534 c 0\n -214 534 -235 555 -235 582 c 0\n -235 619 -199 654 -161 654 c 0\nEndSplineSet\nEndChar\nStartChar: ring\nEncoding: 730 730 331\nWidth: 600\nFlags: HMW\nHStem: 486 54<397.5 435.5> 674 53<421 459>\nVStem: 303 54<579 615> 500 54<598.5 634.5>\nFore\n453 727 m 0\n 512 727 554 687 554 629 c 0\n 554 556 479 486 402 486 c 0\n 345 486 303 527 303 584 c 0\n 303 656 378 727 453 727 c 0\n442 674 m 0\n 400 674 357 635 357 595 c 0\n 357 563 381 540 414 540 c 0\n 457 540 500 579 500 618 c 0\n 500 651 476 674 442 674 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 332\nWidth: 600\nFlags: HMW\nHStem: -20 20<329 427 427 427>\nVStem: 222 211<-145.5 -129>\nFore\n433 -138 m 0\n 433 -189.096 338.459 -208 299 -208 c 0\n 251 -208 222 -183 222 -142 c 0\n 222 -86 256 -41 329 0 c 1\n 427 0 l 1\n 360 -40 337 -57 318 -84 c 0\n 308 -97 303 -109 303 -117 c 0\n 303 -127 310 -132 322 -132 c 0\n 335 -132 347 -128 378 -114 c 0\n 389 -109 395 -108 402 -108 c 0\n 420 -108 433 -120 433 -138 c 0\nEndSplineSet\nEndChar\nStartChar: tilde\nEncoding: 732 732 333\nWidth: 600\nFlags: HMW\nHStem: 587 68\nFore\n592 656 m 0\n 606 656 619 645 619 633 c 0\n 619 621 610 606 590 584 c 0\n 549 540 520 523 487 523 c 0\n 465 523 435 538 397 566 c 0\n 374 583 366 587 352 587 c 0\n 334 587 325 580 287 541 c 0\n 277 530 268 526 258 526 c 0\n 244 526 233 536 233 549 c 0\n 233 565 246 585 273 611 c 0\n 304 640 336 656 365 656 c 0\n 387 656 404 648 447 618 c 0\n 476 598 488 592 499 592 c 0\n 514 592 519 595 547 626 c 0\n 565 646 580 656 592 656 c 0\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 334\nWidth: 600\nFlags: W\nDStem: 392 679 423 622 267 569 298 512 557 679 587 622 431 569 462 512\nFore\n423 622 m 2\n 298 512 l 2\n 286 502 274 496 265 496 c 0\n 250 496 237 510 237 526 c 0\n 237 541 240 545 267 569 c 2\n 392 679 l 1\n 405 689 414 694 425 694 c 0\n 440 694 452 682 452 665 c 0\n 452 650 449 645 423 622 c 2\n587 622 m 2\n 462 512 l 2\n 451 502 438 496 429 496 c 0\n 414 496 401 510 401 526 c 0\n 401 541 403 544 431 569 c 2\n 557 679 l 2\n 569 690 578 694 589 694 c 0\n 604 694 616 681 616 665 c 0\n 616 650 612 645 587 622 c 2\nEndSplineSet\nEndChar\nStartChar: gravecomb\nEncoding: 768 768 335\nWidth: 0\nFlags: W\nDStem: -320 624 -262 680 -210 512 -152 569\nRef: 96 96 N 1 0 0 1 -600 0\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 336\nWidth: 0\nFlags: W\nDStem: -49 680 -15 624 -207 569 -173 512\nRef: 180 180 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0302\nEncoding: 770 770 337\nWidth: 0\nFlags: W\nDStem: -170 607 -151 696 -78 510 -27 567 -151 696 -170 607 -331 567 -304 510\nRef: 710 710 N 1 0 0 1 -600 0\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 338\nWidth: 0\nFlags: W\nHStem: 587 68\nRef: 732 732 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0304\nEncoding: 772 772 339\nWidth: 0\nFlags: W\nHStem: 546 80<-289 -62>\nVStem: -351 351<579.5 593>\nRef: 175 175 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0306\nEncoding: 774 774 340\nWidth: 0\nFlags: W\nHStem: 503 68<-207 -161>\nVStem: -339 69<626 647>\nRef: 728 728 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0307\nEncoding: 775 775 341\nWidth: 0\nFlags: W\nRef: 729 729 N 1 0 0 1 0 0\nEndChar\nStartChar: dieresis\nEncoding: 776 776 342\nWidth: 0\nFlags: W\nHStem: 534 120<-283.5 -271.5 -75.5 -63.5>\nVStem: -339 123<587.5 600> -131 123<587.5 600>\nRef: 168 168 N 1 0 0 1 -600 0\nEndChar\nStartChar: dieresis\nEncoding: 778 778 343\nWidth: 0\nFlags: W\nHStem: 486 54<-202.5 -164.5> 674 53<-179 -141>\nVStem: -297 54<579 615> -100 54<598.5 634.5>\nRef: 730 730 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030B\nEncoding: 779 779 344\nWidth: 0\nFlags: W\nDStem: -208 679 -177 622 -333 569 -302 512 -43 679 -13 622 -169 569 -138 512\nRef: 733 733 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030C\nEncoding: 780 780 345\nWidth: 0\nFlags: W\nDStem: -319 625 -268 682 -193 497 -175 586 -42 682 -15 625 -175 586 -193 497\nRef: 711 711 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030F\nEncoding: 783 783 346\nWidth: 0\nFlags: W\nDStem: -402 624 -344 680 -292 512 -234 569 -238 624 -180 680 -128 512 -70 569\nFore\n-180 680 m 2\n -70 569 l 1\n -59 559 -54 549 -54 540 c 0\n -54 517 -77 496 -100 496 c 0\n -109 496 -116 500 -128 512 c 2\n -238 624 l 1\n -249 634 -254 644 -254 652 c 0\n -254 675 -232 696 -208 696 c 0\n -198 696 -192 693 -180 680 c 2\n-344 680 m 2\n -234 569 l 1\n -223 559 -218 549 -218 540 c 0\n -218 517 -241 496 -264 496 c 0\n -273 496 -280 500 -292 512 c 2\n -402 624 l 1\n -413 634 -418 644 -418 652 c 0\n -418 675 -396 696 -372 696 c 0\n -362 696 -356 693 -344 680 c 2\nEndSplineSet\nEndChar\nStartChar: uni0310\nEncoding: 784 784 65535\nWidth: 0\nFlags: W\nEndChar\nStartChar: uni0311\nEncoding: 785 785 347\nWidth: 0\nFlags: W\nHStem: 619 68<-164 -118>\nVStem: -55 69<543 564>\nRef: 728 728 N -1 0 0 -1 275 1190\nEndChar\nStartChar: tonos\nEncoding: 900 900 346\nWidth: 600\nFlags: HW\nFore\n585 624 m 2\n 427 512 l 2\n 409 499 402 496 392 496 c 0\n 374 496 362 508 362 526 c 0\n 362 541 372 554 393 569 c 2\n 551 680 l 2\n 569 693 575 696 586 696 c 0\n 604 696 616 684 616 667 c 0\n 616 652 607 639 585 624 c 2\nEndSplineSet\nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 347\nWidth: 600\nFlags: HW\nFore\n556 688 m 2\n 446 609 l 2\n 433 600 428 598 421 598 c 0\n 408 598 400 606 400 619 c 0\n 400 630 407 639 422 649 c 2\n 532 727 l 2\n 545 736 549 738 557 738 c 0\n 570 738 578 730 578 718 c 0\n 578 707 572 698 556 688 c 2\n335 622 m 0\n 364 622 384 602 384 574 c 0\n 384 537 348 502 309 502 c 0\n 282 502 261 523 261 550 c 0\n 261 586 298 622 335 622 c 0\n543 622 m 0\n 572 622 592 602 592 574 c 0\n 592 537 556 502 517 502 c 0\n 490 502 469 523 469 550 c 0\n 469 586 506 622 543 622 c 0\nEndSplineSet\nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 348\nWidth: 600\nFlags: HW\nRef: 900 900 N 1 0 0 1 -21 117\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 349\nWidth: 600\nFlags: HW\nRef: 900 900 N 1 0 0 1 -27 105\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 335\nWidth: 600\nFlags: HW\nHStem: 502 120<316.5 328.5 524.5 536.5>\nVStem: 261 123<555.5 568> 469 123<555.5 568>\nRef: 901 901 N 1 0 0 1 -93.2686 -12\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: Alpha\nEncoding: 913 913 336\nWidth: 600\nFlags: HW\nHStem: 0 100<52.5 68 176 178 438 461> 158 100<273 430> 483 100<262 304>\nVStem: -11 267 360 273\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: Beta\nEncoding: 914 914 337\nWidth: 600\nFlags: HW\nHStem: 0 100<78 115 216 392> 242 100<267 392> 242 341<245 266> 483 99<180 195 296 438>\nVStem: 503 104<166 189> 518 101<431 433>\nDStem: 196 483 296 483 115 100 266 342 196 483 245 242 115 100 215 100\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: Gamma\nEncoding: 915 915 338\nWidth: 600\nFlags: HW\nHStem: 0 100<43 80 181 276> 366 217<533.319 548> 483 99<145 160 261 516>\nDStem: 161 483 261 483 80 100 180 100\nRef: 1043 1043 N 1 0 0 1 0 0\nEndChar\nStartChar: Delta\nEncoding: 916 916 339\nWidth: 600\nFlags: W\nHStem: 0 100<13 37 143 372 480 482> 483 100<177 242>\nDStem: 242 483 331 450 37 100 143 100 331 450 416 583 372 100 480 100\nFore\n461 0 m 2\n 15 0 l 2\n -22.8572 0 -41.4673 12.5846 -41.4673 37.1169 c 0\n -41.4673 61.761 -26.9341 82.4466 -7 93 c 0\n 3 99 12 100 37 100 c 1\n 242 483 l 1\n 179 483 l 2\n 153 483 143 485 135 492 c 0\n 125.369 500.755 121.321 511.408 121.321 522.307 c 0\n 121.321 543.151 136.125 564.897 155 576 c 0\n 166 582 173 583 200 583 c 2\n 416 583 l 1\n 480 100 l 1\n 508 100 517 98 525 90 c 0\n 534.669 82.0894 538.666 71.837 538.666 61.1287 c 0\n 538.666 40.0642 523.197 17.2358 505 7 c 0\n 495 2 482 0 461 0 c 2\n143 100 m 1\n 372 100 l 1\n 331 450 l 1\n 143 100 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 340\nWidth: 600\nFlags: W\nHStem: 0 100<78 116 216 471> 0 219<535.937 551> 366 217<546 558>\nDStem: 197 483 297 483 116 100 267 342 197 483 246 243 116 100 216 100\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: Zeta\nEncoding: 918 918 341\nWidth: 600\nFlags: HW\nHStem: 0 100<223 448> 0 238<521 527> 483 100<299 476>\nDStem: 220 583 299 483 184 413 284 413 464 172 564 172 448 100 527 0 477 483 607 486 94 100 222 100\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: Eta\nEncoding: 919 919 342\nWidth: 600\nFlags: W\nHStem: 0 100<86 116 216 232 392 430 530 536> 241 100<267 460> 563 20<233 333 518 618>\nVStem: 32 255<40 60> 155 235<523 544> 337 255<40 60> 440 235<523 544>\nDStem: 197 483 297 483 116 100 267 341 197 483 246 241 116 100 216 100 460 241 611 483 430 100 530 100 511 483 611 483 481 341 530 100\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: Theta\nEncoding: 920 920 343\nWidth: 600\nFlags: W\nHStem: -14 100<234 258> 247 87<249 346>\nVStem: 13.4371 102.337<223 247>\nFore\n586.773 366.188 m 0\n 586.773 154.349 401.121 -14 235 -14 c 0\n 102.871 -14 13.4371 86.8505 13.4371 222.234 c 0\n 13.4371 244.644 15.8874 267.999 21 292 c 0\n 57 460 211 597 365 597 c 0\n 489.634 597 586.773 502.434 586.773 366.188 c 0\n256 86 m 0\n 364.333 86 483.671 203.444 483.671 340.123 c 0\n 483.671 430.348 427.811 497 344 497 c 0\n 236.17 497 115.774 379.712 115.774 243.599 c 0\n 115.774 153.62 172.436 86 256 86 c 0\n173 173 m 0\n 158.408 173 140.115 180.821 140.115 202.101 c 0\n 140.115 208.396 141.111 216.029 143 225 c 2\n 171 359 l 2\n 175 377 181 390 188 397 c 0\n 200 404 212 408 223 408 c 0\n 244.967 408 255.681 392.776 255.681 373.098 c 0\n 255.681 359.449 251.449 346.244 249 334 c 1\n 364 334 l 1\n 371 370 378 408 421 408 c 0\n 438.203 408 454.4 399.129 454.4 377.704 c 0\n 454.4 372.6 453.6 366.6 452 359 c 2\n 424 225 l 2\n 420 207 413 195 405 186 c 0\n 395 179 384 173 371 173 c 0\n 354.439 173 338.728 184.761 338.728 205.518 c 0\n 338.728 219.549 343.411 235.997 346 247 c 1\n 231 247 l 1\n 226 225 l 2\n 220 198 208 187 189 177 c 0\n 183 174 178 173 173 173 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: Iota\nEncoding: 921 921 344\nWidth: 600\nFlags: HW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453>\nVStem: 196 436\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: Kappa\nEncoding: 922 922 345\nWidth: 600\nFlags: HW\nHStem: 0 100<100 115 215 228 525 535> 483 100<296 296 296 331 613 626.5>\nVStem: 452 235\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: Lambda\nEncoding: 923 923 346\nWidth: 600\nFlags: W\nHStem: 0 100<-19 5 114 137 352 398 512 514> 483 100<177 242>\nDStem: 242 483 331 450 5 100 114 100 331 450 416 583 398 100 512 100\nFore\n114 100 m 1\n 137 100 l 2\n 164 100 172 98 180 91 c 0\n 190 82 194 72 194 61 c 0\n 194 39 179 17 160 7 c 0\n 150 2 137 0 116 0 c 2\n -17 0 l 2\n -55 0 -73 13 -73 37 c 0\n -73 62 -59 82 -39 93 c 0\n -29 99 -20 100 5 100 c 1\n 242 483 l 1\n 179 483 l 2\n 153 483 143 485 135 492 c 0\n 125 501 121 511 121 522 c 0\n 121 543 136 565 155 576 c 0\n 166 582 173 583 200 583 c 2\n 416 583 l 1\n 512 100 l 1\n 540 100 549 98 557 90 c 0\n 567 82 571 72 571 61 c 0\n 571 40 555 17 537 7 c 0\n 527 2 514 0 493 0 c 2\n 354 0 l 2\n 314 0 298 13 298 39 c 0\n 298 60 313 83 332 93 c 0\n 342 99 349 100 375 100 c 2\n 398 100 l 1\n 331 450 l 1\n 114 100 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: Mu\nEncoding: 924 924 347\nWidth: 600\nFlags: HW\nHStem: 0 100<50.5 63 163 176 448 483> 563 20<180 288 288 288 562 671 671 681>\nVStem: -10 264 370 264\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: Nu\nEncoding: 925 925 348\nWidth: 600\nFlags: HW\nHStem: 0 100<81 94 194 207> 483 100<519 533 633 645.5>\nVStem: 21 264 442 264\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: Xi\nEncoding: 926 926 349\nWidth: 600\nFlags: W\nHStem: 0 100<94 424> 0 217<58.5647 76 492 503> 255 87<257 347> 483 100<187 494>\nFore\n424 100 m 1\n 439 167 l 2\n 444 195 471 217 499 217 c 0\n 524 217 540 200 540 177 c 0\n 540 173 540 170 539 167 c 2\n 503 0 l 1\n -27 0 l 1\n 9 167 l 2\n 14 195 41 217 69 217 c 0\n 94 217 110 200 110 177 c 0\n 110 173 110 170 109 167 c 2\n 94 100 l 1\n 424 100 l 1\n422 416 m 0\n 443 416 457 407 457 388 c 0\n 457 382 456 376 454 367 c 2\n 426 233 l 2\n 420 204 405 181 373 181 c 0\n 354 181 340 192 340 214 c 0\n 340 227 345 242 347 255 c 1\n 238 255 l 1\n 234 233 l 2\n 228 206 225 203 214 193 c 0\n 204 184 186 181 181 181 c 0\n 162 181 147 189 147 209 c 0\n 147 215 149 222 151 233 c 2\n 179 367 l 2\n 186 397 193 416 230 416 c 0\n 256 416 264 406 264 384 c 0\n 264 369 259 353 257 342 c 1\n 366 342 l 1\n 373 378 380 416 422 416 c 0\n494 483 m 1\n 188 483 l 1\n 173 416 l 2\n 168 388 141 366 113 366 c 0\n 88 366 72 383 72 406 c 0\n 72 410 72 413 73 416 c 2\n 109 583 l 1\n 615 583 l 1\n 579 416 l 2\n 574 388 547 366 519 366 c 0\n 494 366 478 383 478 406 c 0\n 478 410 478 413 479 416 c 2\n 494 483 l 1\nEndSplineSet\nEndChar\nStartChar: Omicron\nEncoding: 927 927 350\nWidth: 600\nFlags: HW\nHStem: -13 99 497 99\nVStem: 75 103<198 266> 546 102\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: Pi\nEncoding: 928 928 351\nWidth: 600\nFlags: HW\nHStem: 0 100<26 54 154 169 331 368 469 474> 483 100<236 449>\nDStem: 136 483 236 483 54 100 154 100 450 483 550 483 368 100 468 100\nFore\n613 544 m 0\n 613 511 584 486 550 483 c 1\n 468 100 l 1\n 474 100 l 2\n 501 100 510 98 517 91 c 0\n 527 82 531 72 531 61 c 0\n 531 39 516 17 497 7 c 0\n 487 2 474 0 453 0 c 2\n 332 0 l 2\n 291 0 276 13 276 39 c 0\n 276 60 291 83 310 93 c 0\n 320 99 329 100 353 100 c 2\n 368 100 l 1\n 450 483 l 1\n 236 483 l 1\n 154 100 l 1\n 169 100 l 2\n 195 100 205 98 212 91 c 0\n 222 82 226 72 226 61 c 0\n 226 39 211 17 192 7 c 0\n 182 2 169 0 148 0 c 2\n 27 0 l 2\n -14 0 -29 12 -29 39 c 0\n -29 60 -14 83 5 93 c 0\n 15 99 23 100 48 100 c 2\n 54 100 l 1\n 136 483 l 1\n 105 486 93 502 93 521 c 0\n 93 542 107 565 127 576 c 0\n 138 582 146 583 171 583 c 2\n 557 583 l 2\n 584 583 593 581 601 574 c 0\n 609 566 613 556 613 544 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Rho\nEncoding: 929 929 352\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 313> 200 100<259 359> 200 383<237 258> 483 99<181 196 297 423>\nVStem: 23 348<40 61> 509 107<413 416>\nDStem: 197 483 297 483 116 100 258 300 197 483 237 200 116 100 216 100\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: Sigma\nEncoding: 931 931 353\nWidth: 600\nFlags: HW\nRef: 425 425 N 1 0 0 1 0 0\nEndChar\nStartChar: Tau\nEncoding: 932 932 354\nWidth: 600\nFlags: HW\nHStem: 0 100<206 270 370 415> 483 100<245 352 245 245 452 561 452 452>\nVStem: 128 365\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilon\nEncoding: 933 933 355\nWidth: 600\nFlags: HW\nHStem: 0 100<182 272 373 436> 483 100<188 188 617 639>\nVStem: 128 366<40 61> 134 224<523 544> 467 227<523 544>\nDStem: 188 483 308 483 302 245 374 348 302 245 402 245 272 100 372 100 497 483 617 483 374 348 402 245\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: Phi\nEncoding: 934 934 356\nWidth: 600\nFlags: HW\nHStem: 0 100<123 246 347 436> 121 100<225 249 372.062 405.432> 362 100<271 301 423.125 452.895> 483 100<225 326 427 550>\nDStem: 302 362 402 362 272 221 372 221\nRef: 1060 1060 N 1 0 0 1 0 0\nEndChar\nStartChar: Chi\nEncoding: 935 935 357\nWidth: 600\nFlags: HW\nHStem: 0 100<76 89> 563 20<209 300 545 635>\nVStem: 19 245<40 60> 131 226<523 544> 356 245<40 60> 467 225<523 544>\nDStem: 179 483 308 484 298 298 379 375 298 298 347 220 89 100 219 100 347 220 427 297 423 100 552 100 495 484 623 483 379 375 427 297\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: Psi\nEncoding: 936 936 358\nWidth: 600\nFlags: W\nHStem: 0 100<158 209 309 322> 483 100<89 91 288 290 390 415 590 612>\nVStem: 59.8621 99.5027<312 330> 233.143 236.357<523.918 544.75>\nDStem: 91 483 212 583 65 360 161 344 291 483 391 483 241 247 341 248 512 583 591 483 461 344 565 360\nFore\n390.955 59.9616 m 0\n 390.955 21.6621 357.06 0 313 0 c 2\n 163 0 l 2\n 122.546 0 106.632 13.6503 106.632 39.5379 c 0\n 106.632 62.0762 122.198 83.0461 141 93 c 0\n 151 99 158 100 184 100 c 2\n 209 100 l 1\n 218 143 l 1\n 128.808 143 59.8621 216.486 59.8621 313.459 c 0\n 59.8621 328.472 61.5145 344.047 65 360 c 2\n 91 483 l 1\n 86 483 l 2\n 51.2174 483 33.8261 496.611 33.8261 521.202 c 0\n 33.8261 545.377 47.6661 562.444 65 574 c 0\n 77 581 85 583 112 583 c 2\n 212 583 l 1\n 161 344 l 2\n 159.896 338.921 159.365 333.782 159.365 328.657 c 0\n 159.365 287.361 193.851 247 241 247 c 1\n 291 483 l 1\n 290 483 l 2\n 265 483 254 485 247 492 c 0\n 238.113 500.079 233.143 511.421 233.143 523.918 c 0\n 233.143 547.806 249.594 566.209 267 576 c 0\n 278 582 285 583 311 583 c 2\n 413 583 l 2\n 440 583 448 581 456 574 c 0\n 465 566.5 469.5 556.188 469.5 544.75 c 0\n 469.5 521.352 454.321 500.229 435 490 c 0\n 426 485 415 483 392 483 c 2\n 391 483 l 1\n 341 248 l 1\n 396 248 451 298 461 344 c 2\n 512 583 l 1\n 612 583 l 2\n 639 583 647 581 655 574 c 0\n 663.458 566.311 668.368 555.667 668.368 543.884 c 0\n 668.368 540.343 667.924 536.698 667 533 c 0\n 661 501 636 483 596 483 c 2\n 591 483 l 1\n 565 360 l 2\n 539 241 421 143 318 143 c 1\n 309 100 l 1\n 334 100 l 2\n 361 100 369 98 377 91 c 0\n 386.467 83.111 390.955 72.1103 390.955 59.9616 c 0\nEndSplineSet\nMinimumDistance: x39,-1 \nEndChar\nStartChar: Omega\nEncoding: 937 937 359\nWidth: 600\nFlags: HW\nHStem: 0 100<89 139 380 430> 0 158<44 53 482.563 495> 0 202<301 335> 483 100<316 385>\nVStem: 46 102<304 312> 476 100<384 400>\nFore\n143 118 m 1\n 63 156 31 251 51 344 c 0\n 78 469 189 583 338 583 c 2\n 386 583 l 2\n 542 583 594 451 571 344 c 0\n 551 251 479 156 383 118 c 1\n 379 100 l 1\n 430 100 l 1\n 432 108 l 2\n 438 136 465 158 493 158 c 0\n 521 158 538 136 532 108 c 2\n 509 0 l 1\n 258 0 l 1\n 301 202 l 1\n 323 202 l 2\n 384 202 455 270 471 344 c 0\n 487 419 466 483 365 483 c 2\n 317 483 l 2\n 220 483 170 432 151 344 c 0\n 135 270 177 202 239 202 c 2\n 261 202 l 1\n 218 0 l 1\n -33 0 l 1\n -10 108 l 2\n -4 136 23 158 51 158 c 0\n 79 158 96 136 90 108 c 2\n 88 100 l 1\n 139 100 l 1\n 143 118 l 1\nEndSplineSet\nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 360\nWidth: 600\nFlags: HW\nRef: 168 168 N 1 0 0 1 22.444 103\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 361\nWidth: 600\nFlags: HW\nRef: 168 168 N 1 0 0 1 22.944 103\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: alpha\nEncoding: 945 945 362\nWidth: 600\nFlags: HW\nHStem: -14 100<228 254> 0 21<383 499> 0 100<504 521> 351 100<306 330>\nRef: 593 593 N 1 0 0 1 0 0\nEndChar\nStartChar: beta\nEncoding: 946 946 363\nWidth: 600\nFlags: HW\nHStem: -205 100<-10 28> -16 101<286 302> 523 99<334 337>\nVStem: 400 101<473 480>\nDStem: 152 478 249 461 28 -105 172 100 152 478 151 1 28 -105 128 -105\nFore\n151 1 m 1\n 128 -105 l 1\n 155 -110 167 -127 161 -154 c 0\n 153 -189 129 -205 84 -205 c 2\n -9 -205 l 2\n -33 -205 -45 -202 -53 -196 c 0\n -79.3386 -169.661 -59.0596 -127.783 -31 -112 c 0\n -21 -106 -13 -105 12 -105 c 2\n 28 -105 l 1\n 152 478 l 2\n 170 563 255 623 356 623 c 0\n 457 623 519 551 499 456 c 0\n 491 419 478 397 444 365 c 1\n 512 320 538 249 520 165 c 0\n 497 57 393 -16 294 -16 c 0\n 245 -16 179 -4 151 1 c 1\n172 100 m 1\n 194 94 244 84 323 84 c 0\n 355 84 409 116 419 164 c 0\n 427 200 419 234 399 259 c 0\n 377 285 349 297 298 303 c 0\n 262 307 247 323 254 353 c 0\n 260 381 282 399 317 402 c 0\n 344 405 352 407 365 415 c 0\n 416.838 443.799 415.808 523 335 523 c 0\n 288 523 257 502 249 461 c 2\n 172 100 l 1\nEndSplineSet\nEndChar\nStartChar: gamma\nEncoding: 947 947 364\nWidth: 600\nFlags: HW\nHStem: -205 100<169 202 304 314> 417 20G<157 247 491 583>\nDStem: 119 337 233 337 224 -3 300 114 224 -3 325 -3 202 -105 303 -105 467 337 576 337 300 114 325 -3\nFore\n224 -3 m 1\n 119 337 l 1\n 89 341 75 359 81 387 c 0\n 87.2298 420.641 118.154 437 157 437 c 2\n 247 437 l 2\n 273 437 283 435 291 428 c 0\n 301 418 306 403 303 387 c 0\n 296 356 271 338 233 337 c 1\n 300 114 l 1\n 467 337 l 1\n 426 337 407 355 414 387 c 0\n 420.306 421.051 450.296 437 491 437 c 2\n 583 437 l 2\n 609 437 619 435 626 428 c 0\n 638 418 642 403 639 387 c 0\n 632 358 610 340 576 337 c 1\n 325 -3 l 1\n 303 -105 l 1\n 314 -105 l 2\n 340 -105 350 -107 358 -114 c 0\n 383.966 -139.966 365.01 -180.935 336 -198 c 0\n 327 -203 315 -205 293 -205 c 2\n 170 -205 l 2\n 145 -205 139 -206 127 -195 c 24\n 97.6048 -168.054 119.808 -126.925 148 -112 c 0\n 158 -107 167 -105 191 -105 c 2\n 202 -105 l 1\n 224 -3 l 1\nEndSplineSet\nMinimumDistance: x10,14 x2,6 x1,15 \nEndChar\nStartChar: zeta\nEncoding: 950 950 365\nWidth: 600\nFlags: HW\nHStem: -205 100<250 295> -0 100<262 295> 524 100<264 396>\nDStem: 397 524 577 543 288 446 336 370\nFore\n400 -105 m 1\n 434.215 -107.281 444.649 -130.203 440 -155 c 0\n 436 -172 424 -188 406 -198 c 0\n 397 -203 385 -205 363 -205 c 2\n 251 -205 l 2\n 226 -205 220 -206 208 -195 c 24\n 179.35 -168.737 200.988 -126.83 229 -112 c 0\n 239 -107 248 -105 272 -105 c 2\n 295 -105 l 1\n 313 -79 324 -45 329 -22 c 0\n 333 -4 318 0 255 0 c 0\n 119 0 64 79 86 182 c 0\n 106 277 179 367 288 446 c 2\n 397 524 l 1\n 264 524 l 1\n 262 515 l 2\n 256 488 253 480 243 470 c 0\n 231 457 214 449 198 449 c 0\n 181 449 166 458 160 473 c 0\n 157 482 157 492 162 515 c 2\n 185 624 l 1\n 594 624 l 1\n 577 543 l 1\n 336 370 l 2\n 242 303 199 244 186 182 c 0\n 179 146 215 100 277 100 c 0\n 411 100 453 94 432 -6 c 0\n 428 -27 418 -69 400 -105 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: eta\nEncoding: 951 951 366\nWidth: 600\nFlags: HW\nHStem: -205 21G<340 435> 0 100<62 90 191 196> 350 100<368 402> 417 20G<168 262>\nDStem: 141 337 229 282 90 100 190 100 443 278 544 282 340 -205 462 -105\nFore\n340 -205 m 17\n 443 278 l 2\n 453 327 430 350 368 350 c 0\n 322 350 287 333 229 282 c 1\n 190 100 l 1\n 196 100 l 2\n 223 100 231 98 239 91 c 0\n 267.152 65.4072 247.986 23.6588 218 7 c 0\n 209 2 196 0 175 0 c 2\n 63 0 l 2\n 39 0 28 3 19 10 c 0\n -7.47348 33.8261 12.6911 78.0129 41 93 c 0\n 51 98 59 100 84 100 c 2\n 90 100 l 1\n 141 337 l 1\n 102 338 83 355 90 387 c 0\n 97.6233 421.305 126.783 437 168 437 c 2\n 262 437 l 1\n 252 389 l 1\n 309 435 347 450 402 450 c 0\n 447 450 485 437 513 413 c 0\n 546 383 556 341 544 282 c 2\n 462 -105 l 1\n 537.818 -105 519.833 -176.382 479 -198 c 0\n 470 -203 456 -205 435 -205 c 2\n 340 -205 l 17\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: theta\nEncoding: 952 952 367\nWidth: 600\nFlags: HW\nHStem: -15 100<240 254> 253 100<194 405> 523 99<346 352>\nVStem: 65 102<177 197> 433 101<401 433>\nFore\n526 344 m 2\n 508 264 l 2\n 489 173 444 92 383 40 c 0\n 341 4 289 -15 232 -15 c 0\n 175 -15 131 4 105 40 c 0\n 66 92 55 173 74 264 c 2\n 92 344 l 2\n 111 435 156 516 217 568 c 0\n 259 604 311 623 368 623 c 0\n 425 623 469 604 495 568 c 0\n 534 516 545 435 526 344 c 2\n193 353 m 1\n 427 353 l 1\n 448 456 418 523 347 523 c 0\n 276 523 216 456 193 353 c 1\n406 253 m 1\n 172 253 l 1\n 151 151 183 85 253 85 c 0\n 323 85 383 151 406 253 c 1\nEndSplineSet\nEndChar\nStartChar: iota\nEncoding: 953 953 368\nWidth: 600\nFlags: HW\nHStem: -15 99<397 403> 337 100<198 276>\nVStem: 238 102<144 147>\nDStem: 277 337 398 437 242 173 342 173\nRef: 617 617 N 1 0 0 1 0 0\nEndChar\nStartChar: kappa\nEncoding: 954 954 369\nWidth: 600\nFlags: HW\nHStem: 0 100<74 112 425 459> 337 100<145 161 476 526>\nDStem: 162 337 226 164 112 100 191 0 344 350 476 337 252 287 317 227\nRef: 1082 1082 N 1 0 0 1 0 0\nEndChar\nStartChar: lambda\nEncoding: 955 955 370\nWidth: 600\nFlags: HW\nHStem: 0 100<357 372> 524 100<138 241>\nDStem: 268 434 300 323 25 100 139 100 300 323 351 524 373 100 482 100\nFore\n351 524 m 2\n 482 100 l 1\n 542.266 94.3501 531.774 32.6085 494 9 c 0\n 483 2 473 0 447 0 c 2\n 355 0 l 2\n 319.006 0 290.711 10.6386 298 50 c 0\n 305 82 332 100 373 100 c 1\n 300 323 l 1\n 139 100 l 1\n 209.228 98.1519 195.895 35.3533 159 9 c 0\n 147 2 137 0 111 0 c 2\n 21 0 l 2\n -12.9033 0 -42.3502 10.3089 -35 50 c 0\n -29 78 -7 96 25 100 c 1\n 268 434 l 1\n 241 524 l 1\n 141 524 l 2\n 117 524 108 526 101 531 c 0\n 87 540 82 557 86 574 c 0\n 89 590 99 603 115 614 c 24\n 133 625 137 624 162 624 c 2\n 259 624 l 2\n 337 624 338 569 351 524 c 2\nEndSplineSet\nEndChar\nStartChar: uni03BC\nEncoding: 956 956 371\nWidth: 600\nFlags: HW\nHStem: -205 100<20 48 149 154> -13 100<246 277> 0 21G<385 480> 337 100<125 141 419 456>\nDStem: 142 337 263 437 48 -105 204 159 142 337 171 1 48 -105 148 -105 457 337 578 437 418 155 507 100\nFore\n171 1 m 1\n 148 -105 l 1\n 154 -105 l 2\n 180 -105 190 -107 198 -114 c 0\n 223.966 -139.966 205.01 -180.935 176 -198 c 0\n 167 -203 155 -205 133 -205 c 2\n 21 -205 l 2\n -4 -205 -9 -206 -22 -195 c 24\n -51.3953 -168.054 -29.1922 -126.925 -1 -112 c 0\n 9 -107 18 -105 42 -105 c 2\n 48 -105 l 1\n 142 337 l 1\n 115 337 l 2\n 51.715 337 61.7463 407.63 104 430 c 0\n 114 436 122 437 147 437 c 2\n 263 437 l 1\n 204 159 l 2\n 194 110 217 87 277 87 c 0\n 327 87 355 100 418 155 c 1\n 457 337 l 1\n 422 337 l 2\n 397 337 392 336 379 347 c 24\n 350.174 373.424 372.232 415.299 400 430 c 0\n 410 436 419 437 443 437 c 2\n 578 437 l 1\n 507 100 l 1\n 581.77 100 565.451 31.3832 524 7 c 0\n 515 2 501 0 480 0 c 2\n 385 0 l 1\n 396 48 l 1\n 336 1 301 -13 246 -13 c 0\n 218 -13 193 -8 171 1 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: nu\nEncoding: 957 957 372\nWidth: 600\nFlags: HW\nHStem: 0 21<247 350 247 247> 337 100<264 264 264 270 589 589 589 605>\nVStem: 81 266 414 269\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: omicron\nEncoding: 959 959 373\nWidth: 600\nFlags: HW\nHStem: -16 100<279.5 368.5> 350 99\nVStem: 85 101 507 101\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 374\nWidth: 600\nFlags: H\nHStem: -15 99<397 403> 337 100<198 276> 490 120<223.231 235.231 431.231 443.231>\nVStem: 168 123<543.5 556> 238 102<144 147> 376 123<543.5 556>\nDStem: 277 337 398 437 242 173 342 173\nRef: 168 168 N 1 0 0 1 -93 -44\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 375\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<535.937 550> 243 99<268 330> 243 340<246 267> 366 217<547 558> 483 99<181 196 297 530>\nDStem: 197 483 297 483 116 100 267 342 197 483 246 243 116 100 216 100 197 483 453 349 116 100 428 236 314 751 372 807 424 639 482 696 531 483 652 583 520 433 620 433\nRef: 96 96 N 1 0 0 1 34 127\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 376\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<535.937 550> 243 99<268 330> 243 340<246 267> 366 217<547 558> 483 99<181 196 297 530> 623 120<317.5 329.5 525.5 537.5>\nVStem: 262 123<676.5 689> 470 123<676.5 689>\nDStem: 197 483 297 483 116 100 267 342 197 483 246 243 116 100 216 100 197 483 453 349 116 100 428 236 531 483 652 583 520 433 620 433\nRef: 168 168 N 1 0 0 1 1 89\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 377\nWidth: 600\nFlags: HW\nHStem: -1 99<151 152.851 267 269> 278 99<406 411> 482 100<179 237 341 405>\nVStem: 406 0<481 483>\nDStem: 242.473 482 342.473 482 161.063 99 312.289 340 242.473 482 291.033 240 161.063 99 261.063 99 491.033 240 591.671 243 444.271 20 541.933 9\nFore\n426 378 m 0\n 523.832 378 594 354.832 594 278 c 1\n 592 243 l 1\n 542 9 l 1\n 515.605 -118.843 406.836 -187.93 256 -187 c 1\n 280 -87 l 0\n 320 -90 374 -80 404 -56 c 0\n 419 -43 433 -26 437 -10 c 1\n 456.243 72.09 472.663 157.003 491 240 c 1\n 485 263 459 275 411 278 c 2\n 399 278 l 2\n 353 278 317 265 291 240 c 1\n 261 99 l 1\n 296 105 318 96 318 90 c 1\n 319 90 l 2\n 331 80 336 67 333 50 c 1\n 332 49 l 2\n 328 30 317 16 299 6 c 0\n 290 1 276 -1 256 -1 c 2\n 154 -1 l 2\n 132 -1 117 2 111 8 c 2\n 110 8 l 2\n 99 19 95 32 98 48 c 1\n 98 49 l 2\n 104 76 122 92 152 98 c 2\n 153 98 l 1\n 161 99 l 1\n 242 482 l 1\n 180 482 l 2\n 176 461 170 446 162 438 c 1\n 162 437 l 1\n 148 423 133 416 116 416 c 0\n 83.0295 416 71.265 438.509 80 480 c 1\n 102 582 l 1\n 528 582 l 1\n 507 484 l 2\n 502 462 496 447 490 440 c 2\n 488 439 l 2\n 475 425 460 418 443 418 c 0\n 411.452 418 397.049 439.481 406 482 c 1\n 342 482 l 1\n 312 340 l 1\n 348 365 386 378 426 378 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x9,1 \nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 378\nWidth: 600\nFlags: HW\nHStem: 0 100<42 80 180 277> 366 217<533.319 549> 483 99<144 161 260 516>\nDStem: 161 483 261 483 80 100 180 100 449 807 483 751 291 696 325 639\nFore\n180 100 m 1\n 280 100 l 2\n 307 100 316 98 324 91 c 0\n 349.866 65.1343 331.091 22.4012 302 7 c 0\n 294 3 279 0 259 0 c 2\n 44 0 l 2\n 21 0 7 3 1 10 c 1\n -27.8289 33.5873 -6.21529 77.6914 21 93 c 0\n 32 99 41 100 65 100 c 2\n 80 100 l 1\n 161 483 l 1\n 146 483 l 2\n 121 483 111 485 103 492 c 0\n 75.4928 517.007 96.0908 561.225 124 576 c 0\n 134 582 142 583 168 583 c 2\n 639 583 l 1\n 607 432 l 1\n 601 405 597 397 588 387 c 0\n 575 374 559 366 543 366 c 0\n 526 366 511 375 505 390 c 0\n 501 398 502 409 507 432 c 1\n 517 483 l 1\n 261 483 l 1\n 180 100 l 1\n483 751 m 2\n 325 639 l 2\n 307 626 300 623 290 623 c 0\n 272 623 260 635 260 653 c 0\n 260 668 270 681 291 696 c 2\n 449 807 l 2\n 467 820 473 823 484 823 c 0\n 502 823 514 811 514 794 c 0\n 514 779 505 766 483 751 c 2\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 379\nWidth: 600\nFlags: HW\nHStem: -14 100<252 281> 241 100<136 350> 367 216<505 551> 497 100<341 362>\nVStem: 9 102<209 215>\nFore\n113 241 m 1\n 97 147 161 86 277 86 c 0\n 322 86 363 94 391 109 c 0\n 404 115 404 115 437 143 c 0\n 450 154 463 159 476 159 c 0\n 503 159 521 136 515 109 c 0\n 511 86 486 60 447 36 c 0\n 396 4 324 -14 252 -14 c 0\n 82 -14 -18 97 14 249 c 2\n 28 315 l 2\n 62 475 206 597 360 597 c 0\n 412 597 443 586 495 563 c 2\n 504 559 l 1\n 521 577 534 583 551 583 c 0\n 569 583 583 574 589 559 c 0\n 593 550 593 542 587 517 c 1\n 569 433 l 1\n 564 408 560 397 551 388 c 0\n 538 375 521 367 505 367 c 0\n 492 367 480 373 473 381 c 0\n 467 389 466 396 468 420 c 1\n 468 444 460 457 435 473 c 0\n 411 488 377 497 343 497 c 0\n 250 497 166 432 136 341 c 1\n 350 341 l 2\n 375 341 383 340 390 334 c 0\n 420.103 313.159 403.211 268.14 376 250 c 0\n 366 244 353 241 329 241 c 2\n 113 241 l 1\nEndSplineSet\nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 380\nWidth: 600\nFlags: HW\nHStem: -14 100<286.5 360.5> 497 100<369 435>\nVStem: 168 106 470 106<149 180>\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 381\nWidth: 600\nFlags: HW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453>\nVStem: 196 436\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 382\nWidth: 600\nFlags: HW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453> 623 120<335.5 347.5 543.5 555.5>\nVStem: 196 436 280 123<676.5 689> 488 123<676.5 689>\nRef: 168 168 N 1 0 0 1 19 89\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 383\nWidth: 600\nFlags: HW\nHStem: -14 100<271.5 295> 483 100<394 492 592 649 592 592>\nVStem: 316 411\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 384\nWidth: 600\nFlags: HW\nHStem: 0 100<235 259 363.296 385> 239 100<427 429> 563 20G<197.96 447.96>\nVStem: -83 101<111 116> 511 106<187 199>\nDStem: 162.704 483 262.704 483 89.585 139 187.672 130 340.704 483 445.13 485 259.296 100 414.309 340 340.704 483 393.054 240 259.296 100 363.296 100\nFore\n-15 203 m 0\n 14.0868 203 30.9785 182.648 22 140 c 2\n 21 138 l 2\n 17 116 12 103 36 100 c 0\n 60 100 84 113 90 139 c 2\n 163 483 l 1\n 130 486 116 502 121 530 c 1\n 121 533 l 2\n 125 552 136 567 154 576 c 0\n 162 581 177 583 198 583 c 2\n 448 583 l 2\n 470 583 484 580 491 574 c 2\n 492 574 l 2\n 502 563 506 550 504 534 c 1\n 503 533 l 2\n 498 507 480 485 445 485 c 1\n 414 340 l 1\n 486 340 536 326 565 298 c 0\n 571 294 575 289 579 283 c 2\n 586 274 l 2\n 612 238 624 218 614 169 c 2\n 614 168 l 2\n 600 103 567 73 505 37 c 0\n 467 15 416 0 362 0 c 2\n 223 0 l 17\n 202 0 207 3 200 9 c 0\n 189 20 185 33 187 49 c 1\n 188 50 l 2\n 192 69 203 84 221 93 c 0\n 228 98 223 100 244 100 c 2\n 259 100 l 1\n 341 483 l 1\n 263 483 l 1\n 188 130 l 2\n 172 57 126 14 49 3 c 1\n 9 0 l 1\n -42 0 -52 17 -72 53 c 0\n -85.1108 75.9438 -85.5502 107.524 -79 137 c 1\n -73 164 -68 168 -61 182 c 1\n -48 196 -32 203 -15 203 c 0\n363 100 m 1\n 383 100 l 2\n 437 100 472 98 495 136 c 0\n 501 146 505 157 508 170 c 2\n 508 171 l 2\n 517 214 498 220 460 233 c 1\n 447 238 431 240 413 240 c 2\n 393 240 l 1\n 363 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 385\nWidth: 600\nFlags: HW\nHStem: 0 100<-58 -29 79 85 223 259 359.401 381> 1 21G<222.146 358.146> 241 100<126 128 129 289 415 422> 563 20G<85.8535 87.8535 87.8535 187.854> 564 20G<346.066 448.066>\nVStem: 507 106<188 200>\nDStem: 52.5986 483 152.599 483 -28.8105 100 122.415 341 52.5986 483 101.159 241 -28.8105 100 71.1895 100 289.372 242 389.159 241 259.401 101 359.401 101 340.811 484 440.811 484 310.628 342 410.415 341\nFore\n441 484 m 1\n 410 341 l 2\n 482 341 532 327 561 299 c 0\n 567 295 571 290 575 284 c 2\n 582 275 l 2\n 608 239 620 219 610 170 c 2\n 610 169 l 2\n 596 104 563 74 501 38 c 0\n 461.244 15.7364 414.628 1 358 1 c 2\n 222 1 l 2\n 178.291 1 161.29 17.645 167 50 c 1\n 167 51 l 2\n 171 70 182 84 200 94 c 0\n 209 99 223 101 243 101 c 2\n 259 101 l 1\n 289 242 l 1\n 101 241 l 1\n 71 100 l 1\n 85 100 l 2\n 107 100 122 97 128 91 c 2\n 129 91 l 2\n 140 80 144 67 141 51 c 1\n 141 50 l 2\n 136 30 125 16 107 7 c 0\n 99 2 85 0 64 0 c 2\n -56 0 l 2\n -102.562 0 -116.161 15.712 -112 49 c 1\n -111 50 l 2\n -107 70 -96 84 -78 93 c 1\n -71 98 -57 100 -37 100 c 1\n -29 100 l 1\n 53 483 l 1\n 19 486 5 502 11 531 c 1\n 11 533 l 2\n 15 552 26 567 44 576 c 0\n 51 581 65 583 86 583 c 1\n 188 583 l 1\n 210 583 224 580 231 574 c 2\n 232 574 l 2\n 242 563 246 550 243 534 c 1\n 243 533 l 2\n 239 514 228 499 210 490 c 0\n 202 485 187 483 167 483 c 2\n 153 483 l 1\n 122 341 l 1\n 311 342 l 1\n 341 484 l 1\n 325 484 l 2\n 304 484 290 487 284 493 c 2\n 283 493 l 2\n 271 503 266 516 269 533 c 1\n 269 534 l 2\n 273 553 284 567 303 577 c 0\n 312 582 326 584 346 584 c 2\n 448 584 l 2\n 470 584 484 581 491 575 c 2\n 492 575 l 2\n 503 564 506 551 504 535 c 1\n 503 534 l 2\n 498 507 480 491 450 485 c 2\n 449 485 l 1\n 441 484 l 1\n359 101 m 1\n 379 101 l 2\n 433 101 468 99 491 137 c 0\n 497 147 502 158 504 171 c 2\n 504 172 l 2\n 514 215 494 221 456 234 c 1\n 443 239 427 241 409 241 c 2\n 389 241 l 1\n 359 101 l 1\nEndSplineSet\nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 386\nWidth: 600\nFlags: HW\nHStem: 0 99<104 105 213 229 380 413> 483 100<132 195 294 358>\nDStem: 195 483 295 483 113 100 265 341 195 483 243 241 113 100 213 100\nFore\n395 419 m 0\n 374 419 355 431 355 455 c 0\n 355 462 357 471 359 483 c 1\n 295 483 l 1\n 265 341 l 1\n 300 366 338 379 379 379 c 0\n 477 379 545 357 546 279 c 1\n 543 211 523 161 513 100 c 1\n 544 97 557 80 557 62 c 0\n 557 42 543 19 522 7 c 0\n 513 2 498 0 478 0 c 2\n 376 0 l 2\n 333 0 320 14 320 41 c 0\n 320 79 351 100 397 100 c 2\n 413 100 l 1\n 443 241 l 1\n 437 264 411 276 363 279 c 2\n 351 279 l 2\n 305 279 269 266 243 241 c 1\n 213 100 l 1\n 229 100 l 2\n 250 100 264 97 270 91 c 2\n 271 91 l 2\n 281 82 286 71 286 60 c 0\n 286 39 271 18 252 7 c 0\n 243 2 228 0 208 0 c 2\n 106 0 l 2\n 84 0 67 4 62 9 c 0\n 53 18 49 30 49 41 c 0\n 49 67 71 92 104 99 c 2\n 105 99 l 1\n 113 100 l 1\n 195 483 l 1\n 133 483 l 2\n 128 462 122 447 114 439 c 1\n 114 438 l 1\n 100 424 85 417 69 417 c 0\n 43 417 29 431 29 458 c 0\n 29 465 30 473 32 481 c 1\n 54 583 l 1\n 480 583 l 1\n 459 485 l 2\n 454 463 449 448 442 441 c 2\n 441 440 l 2\n 427 426 412 419 395 419 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nBack\n395 419 m 0\n 373.548 419 355.256 430.587 355.256 454.862 c 0\n 355.256 462.189 356.578 471.495 359 483 c 1\n 295 483 l 1\n 265 341 l 1\n 300 366 338 379 379 379 c 0\n 477 379 545 357 546 279 c 1\n 543 211 523 161 513 100 c 1\n 544.382 96.963 556.836 80.4641 556.836 61.6537 c 0\n 556.836 41.5301 542.582 18.7612 522 7 c 0\n 513 2 498 0 478 0 c 2\n 376 0 l 2\n 332.911 0 319.509 14.4345 319.509 41.0356 c 0\n 319.509 79.405 350.945 100 397 100 c 2\n 413 100 l 1\n 443 241 l 1\n 437 264 411 276 363 279 c 2\n 351 279 l 2\n 305 279 269 266 243 241 c 1\n 213 100 l 1\n 229 100 l 2\n 250 100 264 97 270 91 c 2\n 271 91 l 2\n 281.376 82.3531 285.767 71.3436 285.767 59.995 c 0\n 285.767 39.4282 271.347 17.7481 252 7 c 0\n 243 2 228 0 208 0 c 2\n 106 0 l 2\n 84 0 69 3 62 9 c 4\n 53.0073 18.892 48.9339 30.1363 48.9339 41.2788 c 0\n 48.9339 67.0922 70.7955 92.3591 104 99 c 2\n 105 99 l 1\n 113 100 l 1\n 195 483 l 1\n 133 483 l 2\n 128 462 122 447 114 439 c 1\n 114 438 l 1\n 100 424 85 417 69 417 c 0\n 42.814 417 29.2213 431.482 29.2213 457.949 c 0\n 29.2213 464.836 30.1416 472.534 32 481 c 1\n 54 583 l 1\n 480 583 l 1\n 459 485 l 2\n 454 463 449 448 442 441 c 2\n 441 440 l 2\n 427 426 412 419 395 419 c 0\nEndSplineSet\nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 387\nWidth: 600\nFlags: HW\nHStem: 0 100<22 60 160 192 469 496> 483 100<125 142 241 300 559.031 575.261>\nDStem: 142 483 242 483 60 100 210 334 142 483 198 278 60 100 160 100 421 487 559 483 210 334 350 330 469 807 503 751 311 696 345 639\nFore\n160 100 m 1\n 195 100 l 2\n 222 100 230 98 238 91 c 0\n 266.363 65.2155 246.24 22.4802 217 7 c 0\n 210 3 194 0 174 0 c 2\n 24 0 l 2\n 1 0 -12 3 -19 10 c 0\n -47.1525 33.0338 -26.2945 78.0206 2 93 c 0\n 12 99 21 100 45 100 c 2\n 60 100 l 1\n 142 483 l 1\n 127 483 l 2\n 102 483 91 485 84 492 c 0\n 55.7448 517.687 75.9744 560.236 104 576 c 0\n 115 582 122 583 148 583 c 2\n 298 583 l 2\n 325 583 333 581 341 574 c 0\n 368.627 548.885 349.04 505.374 320 490 c 0\n 311 485 300 483 277 483 c 2\n 242 483 l 1\n 210 334 l 1\n 421 487 l 1\n 401 495 394 509 399 532 c 0\n 406.609 567.509 435.228 583 476 583 c 2\n 576 583 l 2\n 603 583 611 581 620 574 c 1\n 630 564 635 549 631 533 c 0\n 624 500 600 483 559 483 c 1\n 350 330 l 1\n 404 298 449 215 470 100 c 1\n 502 100 l 2\n 529 100 537 98 545 91 c 0\n 573.363 65.2156 553.24 22.4803 524 7 c 0\n 517 3 501 0 481 0 c 2\n 371 0 l 1\n 354 143 280 278 198 278 c 1\n 160 100 l 1\n503 751 m 2\n 345 639 l 2\n 327 626 320 623 310 623 c 0\n 292 623 280 635 280 653 c 0\n 280 668 290 681 311 696 c 2\n 469 807 l 2\n 487 820 493 823 504 823 c 0\n 522 823 534 811 534 794 c 0\n 534 779 525 766 503 751 c 2\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 388\nWidth: 600\nFlags: HW\nHStem: 0 100<33 62 162 177 336 376 476 482> 563 20G<179 280 464 565>\nDStem: 144 483 244 483 62 100 195 256 318 751 376 807 428 639 486 696 424 326 558 483 376 100 476 100 449 441 424 326 195 256 171 141\nFore\n424 326 m 1\n 171 141 l 1\n 162 100 l 1\n 177 100 l 2\n 203 100 213 98 220 91 c 0\n 248.363 65.2155 228.24 22.4802 199 7 c 0\n 190 2 177 0 156 0 c 2\n 35 0 l 2\n 11 0 -1 3 -9 9 c 1\n -35.068 35.068 -15.8437 77.7298 13 93 c 0\n 23 99 31 100 56 100 c 2\n 62 100 l 1\n 144 483 l 1\n 79.0353 488.906 96.2197 554.186 135 576 c 0\n 146 582 154 583 179 583 c 2\n 280 583 l 2\n 307 583 315 581 323 574 c 0\n 350.627 548.885 331.04 505.374 302 490 c 0\n 292 485 283 483 259 483 c 2\n 244 483 l 1\n 195 256 l 1\n 449 441 l 1\n 458 483 l 1\n 443 483 l 2\n 417 483 408 485 400 492 c 0\n 371.745 517.687 391.974 560.236 420 576 c 0\n 431 582 439 583 464 583 c 2\n 565 583 l 2\n 592 583 600 581 609 574 c 1\n 619 564 624 549 620 533 c 0\n 614 504 591 486 558 483 c 1\n 476 100 l 1\n 482 100 l 2\n 509 100 518 98 525 91 c 0\n 553.363 65.2156 533.24 22.4803 504 7 c 0\n 495 2 482 0 461 0 c 2\n 340 0 l 2\n 316 0 305 3 297 9 c 0\n 269.198 34.2745 289.2 77.7528 318 93 c 0\n 328 99 337 100 361 100 c 2\n 376 100 l 1\n 424 326 l 1\n376 807 m 2\n 486 696 l 1\n 497 686 502 676 502 667 c 0\n 502 644 479 623 456 623 c 0\n 447 623 440 627 428 639 c 2\n 318 751 l 1\n 307 761 302 771 302 779 c 0\n 302 802 324 823 348 823 c 0\n 358 823 364 820 376 807 c 2\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 389\nWidth: 600\nFlags: HW\nHStem: 0 100<72 87> 563 20G<100 191 437 527> 623 68<319 338>\nVStem: 176 69<750 770>\nDStem: 179 216 515 483 87 100 217 100 387 484 515 483 255 312 217 100\nFore\n217 100 m 1\n 283.96 96.0612 267.897 28.6512 227 7 c 0\n 218 2 205 0 184 0 c 2\n 73 0 l 2\n 49 0 38 3 30 9 c 0\n 19 19 14 34 18 50 c 0\n 24 81 50 100 87 100 c 1\n 179 216 l 1\n 71 483 l 1\n 34 485 17 503 23 533 c 0\n 30.5128 566.807 61.2452 583 100 583 c 2\n 191 583 l 2\n 219 583 226 581 235 574 c 0\n 246 564 251 549 247 533 c 0\n 243 511 231 498 199 484 c 1\n 255 312 l 1\n 387 484 l 1\n 340.459 505.493 356.268 552.54 389 573 c 1\n 398 580 415 583 437 583 c 2\n 527 583 l 2\n 554 583 561 581 570 574 c 0\n 582 564 586 549 582 533 c 0\n 576 502 550 484 515 483 c 1\n 217 100 l 1\n221 807 m 0\n 239 807 246 797 245 770 c 0\n 245 722 280 691 336 691 c 0\n 391 691 440 721 459 767 c 0\n 473 798 482 807 502 807 c 0\n 519 807 529 797 529 780 c 0\n 529 760 514 729 493 704 c 0\n 449 653 386 623 322 623 c 0\n 239 623 176 678 176 750 c 0\n 176 784 194 807 221 807 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 390\nWidth: 600\nFlags: HW\nHStem: 0 100<58 62.835 174 192 295 376> 483 100<138 144 243 281 443 448 557 585>\nDStem: 144.244 483 244.244 483 62.835 100 162.835 100 458.244 483 558.244 483 376.835 100 476.835 100\nFore\n297 0 m 1\n 276 -45 279 -65 277 -90 c 1\n 250 -102 211 -102 183 -90 c 1\n 195 -66 200 -35 203 0 c 1\n 56 0 l 2\n 35 4 19 3 12 9 c 2\n 11 9 l 2\n 1 20 -3 33 -0 49 c 1\n 0 50 l 2\n 6 79 26 95 59 100 c 2\n 63 100 l 1\n 144 483 l 1\n 138 483 l 2\n 116 483 102 486 96 492 c 2\n 95 492 l 2\n 84 503 80 516 83 532 c 1\n 83 533 l 2\n 87 552 98 567 116 576 c 0\n 124 581 139 583 159 583 c 2\n 280 583 l 2\n 302 583 316 580 324 574 c 0\n 335 563 339 550 336 534 c 1\n 336 533 l 2\n 332 514 321 499 303 490 c 0\n 295 485 281 483 259 483 c 2\n 244 483 l 1\n 163 100 l 1\n 377 100 l 1\n 458 483 l 1\n 443 483 l 2\n 421 483 407 486 401 492 c 2\n 400 492 l 2\n 389 503 385 516 388 532 c 1\n 388 533 l 2\n 392 552 403 567 421 576 c 0\n 429 581 444 583 464 583 c 2\n 585 583 l 2\n 607 583 622 580 630 574 c 0\n 640 563 644 550 641 534 c 1\n 641 533 l 2\n 637 514 626 499 608 490 c 0\n 599 485 585 483 564 483 c 2\n 558 483 l 1\n 477 100 l 1\n 509 97 523 81 519 53 c 0\n 519 52 519 52 518 51 c 2\n 518 50 l 2\n 514 31 503 16 485 7 c 0\n 477 2 463 4 442 0 c 2\n 297 0 l 1\nEndSplineSet\nMinimumDistance: x42,-1 \nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 391\nWidth: 600\nFlags: HW\nHStem: 0 100<52.5 68 176 178 438 461> 158 100<273 430> 483 100<262 304>\nVStem: -11 267 360 273\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 392\nWidth: 600\nFlags: HW\nHStem: 0 100<39 77 177 354> 242 100<228 370> 366 217<530.319 546> 483 99<141 158 257 514>\nDStem: 158 483 258 483 77 100 228 342 158 483 207 242 77 100 177 100\nFore\n407 342 m 2\n 548 342 580 223 567 160 c 0\n 546 64 454 0 336 0 c 2\n 41 0 l 2\n 18 0 4 3 -2 10 c 1\n -30.8289 33.5873 -9.21529 77.6914 18 93 c 0\n 29 99 38 100 62 100 c 2\n 77 100 l 1\n 158 483 l 1\n 143 483 l 2\n 118 483 108 485 100 492 c 0\n 72.0197 517.437 94.1484 560.896 121 576 c 0\n 131 582 141 583 165 583 c 2\n 636 583 l 1\n 604 432 l 1\n 598 405 594 397 585 387 c 0\n 572 374 556 366 540 366 c 0\n 523 366 508 375 502 390 c 0\n 498 398 499 409 504 432 c 1\n 514 483 l 1\n 258 483 l 1\n 228 342 l 1\n 407 342 l 2\n177 100 m 1\n 352 100 l 2\n 420 100 460 118 465 154 c 0\n 468 179 459 208 436 224 c 0\n 415 239 384 242 342 242 c 2\n 207 242 l 1\n 177 100 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 393\nWidth: 600\nFlags: HW\nHStem: 0 100<78 115 216 392> 242 100<267 392> 242 341<245 266> 483 99<180 195 296 438>\nVStem: 503 104<166 189> 518 101<431 433>\nDStem: 196 483 296 483 115 100 266 342 196 483 245 242 115 100 215 100\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 394\nWidth: 600\nFlags: HW\nHStem: 0 100<42 80 180 277> 366 217<533.319 549> 483 99<144 161 260 517>\nDStem: 161 483 261 483 80 100 180 100\nFore\n180 100 m 1\n 280 100 l 2\n 307 100 316 98 324 91 c 0\n 349.866 65.1343 331.091 22.4012 302 7 c 0\n 294 3 279 0 259 0 c 2\n 44 0 l 2\n 21 0 7 3 1 10 c 1\n -27.8289 33.5873 -6.21529 77.6914 21 93 c 0\n 32 99 41 100 65 100 c 2\n 80 100 l 1\n 161 483 l 1\n 146 483 l 2\n 121 483 111 485 103 492 c 0\n 75.4928 517.007 96.0908 561.225 124 576 c 0\n 134 582 142 583 168 583 c 2\n 639 583 l 1\n 607 432 l 1\n 601 405 597 397 588 387 c 0\n 575 374 559 366 543 366 c 0\n 526 366 511 375 505 390 c 0\n 501 398 502 409 507 432 c 1\n 517 483 l 1\n 261 483 l 1\n 180 100 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 395\nWidth: 600\nFlags: HW\nHStem: 0 100<57 83 212 369> 483 100<312 450>\nDStem: 213 483 313 483 146 169 244 160 451 483 551 483 369 100 469 100\nFore\n469 100 m 1\n 573 100 l 1\n 536 -75 l 1\n 530 -102 527 -110 518 -120 c 0\n 505 -133 488 -141 472 -141 c 0\n 455 -141 441 -132 434 -117 c 0\n 431 -109 431 -98 436 -75 c 2\n 452 0 l 1\n 58 0 l 1\n 42 -75 l 2\n 37 -98 33 -109 26 -117 c 0\n 13 -132 -5 -141 -22 -141 c 0\n -38 -141 -51 -133 -58 -120 c 0\n -63 -110 -64 -102 -58 -75 c 1\n -21 100 l 1\n 81 100 l 2\n 113 100 140 139 146 169 c 1\n 213 483 l 1\n 148.035 488.906 165.22 554.186 204 576 c 0\n 215 582 223 583 248 583 c 2\n 558 583 l 2\n 585 583 594 581 602 574 c 0\n 612 564 617 549 613 533 c 0\n 607 504 584 486 551 483 c 1\n 469 100 l 1\n212 100 m 1\n 369 100 l 1\n 451 483 l 1\n 313 483 l 1\n 244 160 l 2\n 239 137 228 111 212 100 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 396\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<535.937 550> 243 99<268 330> 243 340<246 267> 366 217<547 558> 483 99<181 196 297 530>\nDStem: 197 483 297 483 116 100 267 342 197 483 246 243 116 100 216 100 197 483 453 349 116 100 428 236 531 483 652 583 520 433 620 433\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 397\nWidth: 600\nFlags: HW\nHStem: 0 100<23 43 256 269 622 626> 483 100<450 452> 563 20G<148 225 378 439 603 670>\nVStem: 78 206<527 545> 206 213<47 53> 301 203<527 545> 523 203<527 537> 524 166<0 50>\nDStem: 123 483 243 487 201 330 319 334 305 264 405 264 269 100 369 100 350 483 450 483 319 334 419 334 548 487 678 483 419 334 536 321\nFore\n305 264 m 1\n 223 264 141 153 100 0 c 1\n 25 0 l 2\n -20 0 -31 20 -31 50 c 0\n -31 86 -6 100 43 100 c 1\n 81 228 133 298 201 330 c 1\n 123 483 l 1\n 89 484 78 506 78 533 c 0\n 78 567 99 583 148 583 c 2\n 225 583 l 2\n 264 583 284 565 284 534 c 0\n 284 502 266 487 243 487 c 1\n 319 334 l 1\n 350 483 l 1\n 314 483 301 501 301 533 c 0\n 301 570 326 583 378 583 c 2\n 439 583 l 2\n 488 583 504 566 504 533 c 0\n 504 498 477 483 450 483 c 1\n 419 334 l 1\n 548 487 l 1\n 529 487 523 510 523 530 c 0\n 523 568 566 583 603 583 c 2\n 670 583 l 2\n 709 583 726 563 726 533 c 0\n 726 497 702 484 678 483 c 1\n 536 321 l 1\n 581 283 622 218 623 100 c 1\n 669 100 690 83 690 50 c 0\n 690 18 662 0 614 0 c 2\n 524 0 l 1\n 523 164 487 264 405 264 c 1\n 369 100 l 1\n 403 100 419 78 419 50 c 0\n 419 14 393 0 345 0 c 2\n 262 0 l 2\n 217 0 206 23 206 50 c 0\n 206 75 223 100 269 100 c 1\n 305 264 l 1\nEndSplineSet\nMinimumDistance: x14,17 x36,33 \nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 398\nWidth: 600\nFlags: HW\nHStem: -14 100<263 288> 1 198<72 113> 240 101<242 320> 497 99<362 368>\nVStem: 461 107<441 443>\nFore\n265 341 m 2\n 307 341 l 2\n 381 341 390 356 412 366 c 0\n 437 377 457 400 461 421 c 0\n 470 464 427 497 364 497 c 0\n 302 497 248 470 231 430 c 0\n 217 398 217 398 208 390 c 0\n 199 382 183 376 169 376 c 0\n 154 376 141 384 134 397 c 0\n 129 407 129 415 135 443 c 1\n 153 531 l 1\n 159 557 162 565 170 574 c 0\n 181 588 199 597 216 597 c 0\n 236 597 244 589 248 564 c 1\n 288 586 334 597 385 597 c 0\n 509 597 586 521 565 420 c 0\n 553 363 520 317 483 298 c 1\n 488 294 493 290 498 285 c 0\n 531 253 542 212 531 160 c 0\n 508 56 402 -14 265 -14 c 0\n 211 -14 160 -1 117 25 c 1\n 96 5 88 1 72 1 c 0\n 37 1 25 22 35 67 c 1\n 49 133 l 1\n 54 158 58 169 68 179 c 0\n 80 192 97 199 113 199 c 0\n 127 199 139 194 146 185 c 0\n 151 178 151 178 154 151 c 0\n 156 115 213 86 279 86 c 0\n 353 86 418 119 427 162 c 0\n 431 183 422 203 402 215 c 0\n 384 226 371 240 303 240 c 2\n 244 240 l 2\n 220 240 207 243 199 249 c 1\n 174.445 276.283 192.279 317.795 221 333 c 0\n 232 339 240 341 265 341 c 2\nEndSplineSet\nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 399\nWidth: 600\nFlags: HW\nHStem: 0 100<33 62 162 177 336 376 476 482> 563 20G<179 280 464 565>\nDStem: 144 483 244 483 62 100 195 256 424 326 558 483 376 100 476 100 449 441 424 326 195 256 171 141\nFore\n424 326 m 1\n 171 141 l 1\n 162 100 l 1\n 177 100 l 2\n 203 100 213 98 220 91 c 0\n 248.363 65.2155 228.24 22.4802 199 7 c 0\n 190 2 177 0 156 0 c 2\n 35 0 l 2\n 11 0 -1 3 -9 9 c 1\n -35.068 35.068 -15.8437 77.7298 13 93 c 0\n 23 99 31 100 56 100 c 2\n 62 100 l 1\n 144 483 l 1\n 79.0353 488.906 96.2197 554.186 135 576 c 0\n 146 582 154 583 179 583 c 2\n 280 583 l 2\n 307 583 315 581 323 574 c 0\n 350.627 548.885 331.04 505.374 302 490 c 0\n 292 485 283 483 259 483 c 2\n 244 483 l 1\n 195 256 l 1\n 449 441 l 1\n 458 483 l 1\n 443 483 l 2\n 417 483 408 485 400 492 c 0\n 371.745 517.687 391.974 560.236 420 576 c 0\n 431 582 439 583 464 583 c 2\n 565 583 l 2\n 592 583 600 581 609 574 c 1\n 619 564 624 549 620 533 c 0\n 614 504 591 486 558 483 c 1\n 476 100 l 1\n 482 100 l 2\n 509 100 518 98 525 91 c 0\n 553.363 65.2156 533.24 22.4803 504 7 c 0\n 495 2 482 0 461 0 c 2\n 340 0 l 2\n 316 0 305 3 297 9 c 0\n 269.198 34.2745 289.2 77.7528 318 93 c 0\n 328 99 337 100 361 100 c 2\n 376 100 l 1\n 424 326 l 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 400\nWidth: 600\nFlags: HW\nHStem: 0 100<33 62 162 177 336 376 476 482> 563 20G<179 280 464 565> 623 68<379 402>\nVStem: 235 69<750 770>\nDStem: 144 483 244 483 62 100 195 256 424 326 558 483 376 100 476 100 449 441 424 326 195 256 171 141\nFore\n424 326 m 1\n 171 141 l 1\n 162 100 l 1\n 177 100 l 2\n 203 100 213 98 220 91 c 0\n 248.363 65.2155 228.24 22.4802 199 7 c 0\n 190 2 177 0 156 0 c 2\n 35 0 l 2\n 11 0 -1 3 -9 9 c 1\n -35.068 35.068 -15.8437 77.7298 13 93 c 0\n 23 99 31 100 56 100 c 2\n 62 100 l 1\n 144 483 l 1\n 79.0353 488.906 96.2197 554.186 135 576 c 0\n 146 582 154 583 179 583 c 2\n 280 583 l 2\n 307 583 315 581 323 574 c 0\n 350.627 548.885 331.04 505.374 302 490 c 0\n 292 485 283 483 259 483 c 2\n 244 483 l 1\n 195 256 l 1\n 449 441 l 1\n 458 483 l 1\n 443 483 l 2\n 417 483 408 485 400 492 c 0\n 371.745 517.687 391.974 560.236 420 576 c 0\n 431 582 439 583 464 583 c 2\n 565 583 l 2\n 592 583 600 581 609 574 c 1\n 619 564 624 549 620 533 c 0\n 614 504 591 486 558 483 c 1\n 476 100 l 1\n 482 100 l 2\n 509 100 518 98 525 91 c 0\n 553.363 65.2156 533.24 22.4803 504 7 c 0\n 495 2 482 0 461 0 c 2\n 340 0 l 2\n 316 0 305 3 297 9 c 0\n 269.198 34.2745 289.2 77.7528 318 93 c 0\n 328 99 337 100 361 100 c 2\n 376 100 l 1\n 424 326 l 1\n280 807 m 0\n 298 807 305 797 304 770 c 0\n 304 722 339 691 395 691 c 0\n 450 691 499 721 518 767 c 0\n 532 798 541 807 561 807 c 0\n 578 807 588 797 588 780 c 0\n 588 760 573 729 552 704 c 0\n 508 653 445 623 381 623 c 0\n 298 623 235 678 235 750 c 0\n 235 784 253 807 280 807 c 0\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 401\nWidth: 600\nFlags: HW\nHStem: 0 100<22 60 160 192 469 496> 483 100<125 142 241 300 559.031 575.261>\nDStem: 142 483 242 483 60 100 210 334 142 483 198 278 60 100 160 100 421 487 559 483 210 334 350 330\nFore\n160 100 m 1\n 195 100 l 2\n 222 100 230 98 238 91 c 0\n 266.363 65.2155 246.24 22.4802 217 7 c 0\n 210 3 194 0 174 0 c 2\n 24 0 l 2\n 1 0 -12 3 -19 10 c 0\n -47.1525 33.0338 -26.2945 78.0206 2 93 c 0\n 12 99 21 100 45 100 c 2\n 60 100 l 1\n 142 483 l 1\n 127 483 l 2\n 102 483 91 485 84 492 c 0\n 55.7448 517.687 75.9744 560.236 104 576 c 0\n 115 582 122 583 148 583 c 2\n 298 583 l 2\n 325 583 333 581 341 574 c 0\n 368.627 548.885 349.04 505.374 320 490 c 0\n 311 485 300 483 277 483 c 2\n 242 483 l 1\n 210 334 l 1\n 421 487 l 1\n 401 495 394 509 399 532 c 0\n 406.609 567.509 435.228 583 476 583 c 2\n 576 583 l 2\n 603 583 611 581 620 574 c 1\n 630 564 635 549 631 533 c 0\n 624 500 600 483 559 483 c 1\n 350 330 l 1\n 404 298 449 215 470 100 c 1\n 502 100 l 2\n 529 100 537 98 545 91 c 0\n 573.363 65.2156 553.24 22.4803 524 7 c 0\n 517 3 501 0 481 0 c 2\n 371 0 l 1\n 354 143 280 278 198 278 c 1\n 160 100 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 402\nWidth: 600\nFlags: HW\nHStem: 0 100<93 120 336 374 474 480> 483 100<346 456>\nDStem: 247 483 347 483 174 139 272 130 456 483 556 483 374 100 474 100\nFore\n174 139 m 1\n 247 483 l 1\n 182.035 488.906 199.22 554.186 238 576 c 0\n 249 582 257 583 282 583 c 2\n 563 583 l 2\n 590 583 599 581 607 574 c 0\n 617 564 622 549 618 533 c 0\n 612 504 589 486 556 483 c 1\n 474 100 l 1\n 480 100 l 2\n 507 100 516 98 523 91 c 0\n 551.255 65.3135 531.026 22.7644 503 7 c 0\n 493 2 480 0 459 0 c 2\n 338 0 l 2\n 314 0 303 3 295 9 c 0\n 267.198 34.2745 287.2 77.7528 316 93 c 0\n 326 99 335 100 359 100 c 2\n 374 100 l 1\n 456 483 l 1\n 347 483 l 1\n 272 130 l 2\n 251 32 173 0 93 0 c 0\n 16 0 -38 52 -21 130 c 1\n -18.3182 152.995 -9.36935 177.002 -2 183 c 1\n 11 196 28 204 44 204 c 0\n 60 204 74 195 81 180 c 0\n 86 172 85 162 81 139 c 0\n 75 112 96 100 120 100 c 0\n 144 100 170 116 174 139 c 1\nEndSplineSet\nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 403\nWidth: 600\nFlags: HW\nHStem: 0 100<50.5 63 163 176 448 483> 563 20<180 288 288 288 562 671 671 681>\nVStem: -10 264 370 264\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 404\nWidth: 600\nFlags: HW\nHStem: 0 100<87 116 216 231 393 430 531 536> 241 100<268 459> 483 100<297 334 495 510>\nVStem: 32 255<40 60> 155 235<523 544> 337 255<40 60> 440 235<523 544>\nDStem: 197 483 297 483 116 100 267 341 197 483 246 241 116 100 216 100 197 483 611 483 116 100 530 100 460 241 611 483 430 100 530 100 511 483 611 483 481 341 530 100\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 405\nWidth: 600\nFlags: HW\nHStem: -13 99 497 99\nVStem: 75 103<198 266> 546 102\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 406\nWidth: 600\nFlags: HW\nHStem: 0 100<33 62 162 177 338 376 476 482> 483 100<243 458>\nDStem: 144 483 244 483 62 100 162 100 458 483 558 483 376 100 476 100\nFore\n458 483 m 1\n 244 483 l 1\n 162 100 l 1\n 177 100 l 2\n 203 100 213 98 220 91 c 0\n 248.363 65.2155 228.24 22.4802 199 7 c 0\n 190 2 177 0 156 0 c 2\n 35 0 l 2\n 11 0 -1 3 -9 9 c 1\n -35.068 35.068 -15.8437 77.7298 13 93 c 0\n 23 99 31 100 56 100 c 2\n 62 100 l 1\n 144 483 l 1\n 79.0353 488.906 96.2197 554.186 135 576 c 0\n 146 582 154 583 179 583 c 2\n 565 583 l 2\n 592 583 600 581 609 574 c 1\n 619 564 624 549 620 533 c 0\n 614 504 591 486 558 483 c 1\n 476 100 l 1\n 482 100 l 2\n 509 100 518 98 525 91 c 0\n 553.363 65.2156 533.24 22.4803 504 7 c 0\n 495 2 482 0 461 0 c 2\n 340 0 l 2\n 316 0 305 3 297 9 c 0\n 269.198 34.2745 289.2 77.7528 318 93 c 0\n 328 99 337 100 361 100 c 2\n 376 100 l 1\n 458 483 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 407\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 313> 200 100<259 359> 200 383<237 258> 483 99<181 196 297 423>\nVStem: 23 348<40 61> 509 107<413 416>\nDStem: 197 483 297 483 116 100 258 300 197 483 237 200 116 100 216 100\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 408\nWidth: 600\nFlags: HW\nHStem: -14 100<296 369> 497 100<364 448.5>\nVStem: 80 102<174.5 204>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 409\nWidth: 600\nFlags: HW\nHStem: 0 100<206 270 370 415> 483 100<245 352 245 245 452 561 452 452>\nVStem: 128 365\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 410\nWidth: 600\nFlags: HW\nHStem: 0 100<72 87> 563 20G<100 191 437 527>\nDStem: 179 216 515 483 87 100 217 100 387 484 515 483 255 312 217 100\nFore\n217 100 m 1\n 283.96 96.0612 267.897 28.6512 227 7 c 0\n 218 2 205 0 184 0 c 2\n 73 0 l 2\n 49 0 38 3 30 9 c 0\n 19 19 14 34 18 50 c 0\n 24 81 50 100 87 100 c 1\n 179 216 l 1\n 71 483 l 1\n 34 485 17 503 23 533 c 0\n 30.5128 566.807 61.2452 583 100 583 c 2\n 191 583 l 2\n 219 583 226 581 235 574 c 0\n 246 564 251 549 247 533 c 0\n 243 511 231 498 199 484 c 1\n 255 312 l 1\n 387 484 l 1\n 340.459 505.493 356.268 552.54 389 573 c 1\n 398 580 415 583 437 583 c 2\n 527 583 l 2\n 554 583 561 581 570 574 c 0\n 582 564 586 549 582 533 c 0\n 576 502 550 484 515 483 c 1\n 217 100 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 411\nWidth: 600\nFlags: HW\nHStem: 0 100<122 247 346 437> 121 100<224 249 372.062 405.432> 362 100<270 302 423.125 452.895> 483 100<224 327 426 551>\nDStem: 302 362 402 362 272 221 372 221\nFore\n402 362 m 1\n 372 221 l 1\n 434 221 517 220 533 295 c 0\n 548 363 463 362 402 362 c 1\n423 462 m 1\n 515 462 669 462 634 300 c 0\n 596 121 442 121 350 121 c 1\n 346 100 l 1\n 447 100 l 2\n 474 100 482 98 490 91 c 0\n 502 81 506 66 502 50 c 0\n 495 17 470 0 426 0 c 2\n 124 0 l 2\n 100 0 88 3 81 10 c 0\n 52.0823 33.6599 73.5292 77.9272 102 93 c 0\n 112 99 119 100 145 100 c 2\n 246 100 l 1\n 250 121 l 1\n 158 121 4 121 42 300 c 0\n 77 462 231 462 323 462 c 1\n 327 483 l 1\n 226 483 l 2\n 201 483 191 485 183 492 c 0\n 155.493 517.007 176.091 561.224 204 576 c 0\n 214 582 222 583 248 583 c 2\n 550 583 l 2\n 577 583 584 581 593 574 c 0\n 621.694 550.088 599.02 504.305 572 490 c 0\n 563 485 551 483 528 483 c 2\n 427 483 l 1\n 423 462 l 1\n302 362 m 1\n 241 362 156 363 141 295 c 0\n 125 220 210 221 272 221 c 1\n 302 362 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 412\nWidth: 600\nFlags: HW\nHStem: 0 100<76 89> 563 20<209 300 545 635>\nVStem: 19 245<40 60> 131 226<523 544> 356 245<40 60> 467 225<523 544>\nDStem: 179 483 308 484 298 298 379 375 298 298 347 220 89 100 219 100 347 220 427 297 423 100 552 100 495 484 623 483 379 375 427 297\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 413\nWidth: 600\nFlags: HW\nHStem: 0 100<142 356> 483 100<118 123 223 262 423 437 537 567>\nDStem: 124 483 224 483 42 100 142 100 438 483 538 483 356 100 456 100\nFore\n437 0 m 1\n 35 0 l 2\n 10 0 2 1 -5 7 c 1\n -19 16 -24 33 -20 50 c 0\n -14 79 9 97 42 100 c 1\n 124 483 l 1\n 118 483 l 2\n 93 483 85 484 77 490 c 0\n 64 499 59 516 62 533 c 0\n 66 548 77 564 91 574 c 0\n 101 580 115 583 139 583 c 2\n 260 583 l 2\n 281 583 294 581 300 576 c 0\n 330.986 556.081 312.67 509.78 286 492 c 0\n 275 485 265 483 239 483 c 2\n 224 483 l 1\n 142 100 l 1\n 356 100 l 1\n 438 483 l 1\n 423 483 l 2\n 399 483 390 484 382 490 c 0\n 369 499 364 516 367 533 c 0\n 371 548 382 564 397 574 c 0\n 407 580 420 583 444 583 c 2\n 565 583 l 2\n 586 583 599 581 605 576 c 0\n 635.986 556.081 617.67 509.78 591 492 c 0\n 580 485 571 483 544 483 c 2\n 538 483 l 1\n 456 100 l 1\n 558 100 l 1\n 521 -75 l 1\n 515 -102 512 -110 503 -120 c 0\n 490 -133 473 -141 457 -141 c 0\n 440 -141 426 -132 419 -117 c 0\n 416 -109 416 -98 421 -75 c 2\n 437 0 l 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 414\nWidth: 600\nFlags: HW\nHStem: 0 100<267 308 408 414> 167 100<220 244> 563 20G<125 226 395 496>\nDStem: 90 483 190 483 52 305 153 308 389 483 489 483 352 308 408 100\nFore\n327 196 m 1\n 299 176 264 167 220 167 c 0\n 135 167 29 182 52 305 c 1\n 90 483 l 1\n 26.5506 488.948 41.7065 554.668 82 576 c 0\n 92 582 100 583 125 583 c 2\n 226 583 l 2\n 253 583 262 581 269 574 c 0\n 297.363 548.215 277.24 505.48 248 490 c 0\n 238 485 229 483 205 483 c 2\n 190 483 l 1\n 153 308 l 1\n 161 277 202 267 242 267 c 0\n 289 267 330 283 352 308 c 1\n 389 483 l 1\n 374 483 l 2\n 348 483 339 485 331 492 c 0\n 303.373 517.115 322.96 560.626 352 576 c 0\n 362 582 370 583 395 583 c 2\n 496 583 l 2\n 523 583 532 581 540 574 c 0\n 550 564 555 549 552 533 c 0\n 545 504 523 486 489 483 c 1\n 408 100 l 1\n 414 100 l 2\n 441 100 449 98 457 91 c 0\n 484.507 65.9934 463.909 21.7755 436 7 c 0\n 427 2 413 0 392 0 c 2\n 271 0 l 2\n 247 0 236 3 228 9 c 0\n 200.315 34.1679 221.332 78.352 249 93 c 0\n 259 99 269 100 293 100 c 2\n 308 100 l 1\n 327 196 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 415\nWidth: 600\nFlags: HW\nHStem: 0 100<13 21 121 259 359 495> 563 20G<135 191 373 429 609 665>\nVStem: 55 202<527 535> 293 202<527 535> 529 202<527 535>\nDStem: 103 483 203 483 21 100 121 100 341 483 441 483 259 100 359 100 577 483 677 483 495 100 595 100\nFore\n203 483 m 1\n 121 100 l 1\n 259 100 l 1\n 341 483 l 1\n 305 483 293 501 293 533 c 0\n 293 568 324 583 373 583 c 2\n 429 583 l 2\n 474 583 495 566 495 533 c 0\n 495 500 480 484 441 483 c 1\n 359 100 l 1\n 495 100 l 1\n 577 483 l 1\n 541 483 529 501 529 533 c 0\n 529 568 560 583 609 583 c 2\n 665 583 l 2\n 710 583 731 566 731 533 c 0\n 731 500 716 484 677 483 c 1\n 595 100 l 1\n 628 97 630 74 630 50 c 0\n 630 18 604 0 553 0 c 2\n 21 0 l 2\n -25 0 -34 17 -34 50 c 0\n -34 85 -10 100 21 100 c 1\n 103 483 l 1\n 67 483 55 501 55 533 c 0\n 55 568 86 583 135 583 c 2\n 191 583 l 2\n 236 583 257 566 257 533 c 0\n 257 500 242 484 203 483 c 1\nEndSplineSet\nMinimumDistance: x12,15 x4,7 x24,27 \nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 416\nWidth: 600\nFlags: HW\nHStem: 0 100<13 21 121 259 359 495> 563 20G<135 191 373 429 609 665>\nVStem: 55 202<519.448 536> 293 202<519.448 536> 529 202<519.448 536>\nDStem: 103 483 203 483 21 100 121 100 341 483 441 483 259 100 359 100 577 483 677 483 495 100 595 100\nFore\n595 100 m 1\n 687 100 l 1\n 650 -75 l 1\n 644 -102 641 -110 632 -120 c 0\n 619 -133 602 -141 586 -141 c 0\n 569 -141 555 -132 548 -117 c 0\n 545 -109 545 -98 550 -75 c 2\n 566 0 l 1\n 21 0 l 2\n -25 0 -34 17 -34 50 c 0\n -34 85 -10 100 21 100 c 1\n 103 483 l 1\n 67 483 55 501 55 533 c 0\n 55 568 86 583 135 583 c 2\n 191 583 l 2\n 236 583 257 566 257 533 c 0\n 257 500 242 484 203 483 c 1\n 121 100 l 1\n 259 100 l 1\n 341 483 l 1\n 305 483 293 501 293 533 c 0\n 293 568 324 583 373 583 c 2\n 429 583 l 2\n 474 583 495 566 495 533 c 0\n 495 500 480 484 441 483 c 1\n 359 100 l 1\n 495 100 l 1\n 577 483 l 1\n 541 483 529 501 529 533 c 0\n 529 568 560 583 609 583 c 2\n 665 583 l 2\n 710 583 731 566 731 533 c 0\n 731 500 716 484 677 483 c 1\n 595 100 l 1\nEndSplineSet\nMinimumDistance: x28,31 x20,23 x12,15 \nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 417\nWidth: 600\nFlags: HW\nHStem: 0 100<155 193 293 413> 283 100<353 470> 483 100<143 275 374 446>\nVStem: 544 106<210 225>\nDStem: 275 483 375 483 193 100 353 383 275 483 332 283 193 100 293 100\nFore\n65 583 m 1\n 444 583 l 2\n 464 583 478 580 484 576 c 0\n 513.93 555.279 497.46 510.307 470 492 c 0\n 458 485 450 483 423 483 c 2\n 375 483 l 1\n 353 383 l 1\n 451 383 l 2\n 544 383 591 366 624 317 c 0\n 649 282 657 235 647 189 c 0\n 624 78 517 0 390 0 c 2\n 157 0 l 2\n 131 0 124 1 116 7 c 0\n 86.3623 27.5184 104.659 73.4393 131 91 c 0\n 142 98 153 100 178 100 c 2\n 193 100 l 1\n 275 483 l 1\n 144 483 l 1\n 124 390 l 2\n 118 363 114 355 105 345 c 0\n 93 332 76 324 60 324 c 0\n 43 324 28 333 22 348 c 0\n 19 357 19 367 24 390 c 2\n 65 583 l 1\n293 100 m 1\n 411 100 l 2\n 480 100 530 135 542 192 c 0\n 554 248 519 283 450 283 c 2\n 332 283 l 1\n 293 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 418\nWidth: 600\nFlags: HW\nHStem: 0 100<9.3078 26.9372 27 35.9268 138 194 445 467 567 576> 483 100<110 117 217.063 235 542 548 648.063 668.924>\nVStem: 326 105<207 225> 484 243<520.567 532.969>\nDStem: 117 483 217 483 36 100 196 383 117 483 177 283 36 100 138 100 548 483 648 483 467 100 567 100\nFore\n648 483 m 1\n 567 100 l 1\n 615 100 637 84 636 50 c 0\n 635 14 605 0 561 0 c 2\n 447 0 l 2\n 402 0 382 18 384 50 c 0\n 386 89 415 100 467 100 c 1\n 548 483 l 1\n 503 484 483 501 484 533 c 0\n 485 567 501 583 553 583 c 2\n 671 583 l 2\n 719 583 727 563 727 533 c 0\n 727 496 705 484 648 483 c 1\n196 383 m 1\n 232 383 l 2\n 325 383 371 366 405 317 c 0\n 429 282 437 235 428 189 c 0\n 404 78 297 0 170 0 c 2\n 27 0 l 2\n -22 0 -34 19 -33 50 c 0\n -32 84 -15 104 36 100 c 1\n 117 483 l 1\n 72 484 55 501 56 533 c 0\n 57 567 79 583 126 583 c 2\n 233 583 l 2\n 278 583 290 563 288 533 c 0\n 286 498 266 484 217 483 c 1\n 196 383 l 1\n138 100 m 1\n 194 100 l 2\n 263 100 312 135 324 192 c 0\n 336 248 302 283 233 283 c 2\n 177 283 l 1\n 138 100 l 1\nEndSplineSet\nMinimumDistance: x21,24 x5,2 x8,11 \nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 419\nWidth: 600\nFlags: HW\nHStem: 0 100<102 140 240 362> 283 100<301 416> 483 100<207 222 321 364>\nVStem: 491 106<210 225>\nDStem: 222 483 322 483 140 100 301 383 222 483 279 283 140 100 240 100\nFore\n301 383 m 1\n 399 383 l 2\n 492 383 538 366 572 317 c 0\n 596 282 604 235 594 189 c 0\n 571 78 464 0 337 0 c 2\n 104 0 l 2\n 78 0 71 1 64 7 c 0\n 33.8968 27.8407 50.7893 72.8595 78 91 c 0\n 89 98 100 100 125 100 c 2\n 140 100 l 1\n 222 483 l 1\n 207 483 l 2\n 183 483 174 484 166 490 c 0\n 135.97 510.79 153.754 556.652 181 573 c 1\n 190 580 205 583 228 583 c 2\n 361 583 l 2\n 381 583 395 580 402 576 c 0\n 415 567 420 550 416 533 c 0\n 413 517 402 502 387 492 c 0\n 375 485 367 483 340 483 c 2\n 322 483 l 1\n 301 383 l 1\n240 100 m 1\n 358 100 l 2\n 427 100 477 135 489 192 c 0\n 501 248 466 283 397 283 c 2\n 279 283 l 1\n 240 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 420\nWidth: 600\nFlags: HW\nHStem: -14 100<212 247> 241 100<251 469> 497 99<346 361>\nFore\n469 241 m 1\n 253 241 l 2\n 229 241 216 244 209 250 c 0\n 182.613 276.387 201.379 318.848 230 334 c 0\n 241 340 249 341 274 341 c 2\n 488 341 l 1\n 496 432 440 497 347 497 c 0\n 313 497 275 488 245 473 c 0\n 213 457 200 444 190 420 c 0\n 181 396 177 389 167 381 c 0\n 158 373 142 367 129 367 c 0\n 113 367 100 375 93 388 c 0\n 88 397 88 408 93 433 c 1\n 111 517 l 1\n 117 542 119 550 127 559 c 0\n 139 574 157 583 175 583 c 0\n 192 583 203 577 212 559 c 1\n 223 563 l 2\n 284 586 320 597 372 597 c 0\n 526 597 618 475 584 315 c 2\n 570 249 l 2\n 538 97 390 -14 220 -14 c 0\n 148 -14 84 4 47 36 c 0\n 18 60 5 86 10 109 c 0\n 15 136 43 159 70 159 c 0\n 83 159 94 154 103 143 c 0\n 124 115 124 115 134 109 c 0\n 155 94 194 86 239 86 c 0\n 355 86 444 147 469 241 c 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 421\nWidth: 600\nFlags: HW\nHStem: -14 100<428 453> 0 100<20 39 139 144> 483 100<221.063 240> 497 99<536 544>\nVStem: 258 96<180.459 229.193> 634 97<369 403>\nDStem: 121 483 221 483 39 100 191 341 121 483 169 241 39 100 139 100\nFore\n259 241 m 1\n 169 241 l 1\n 139 100 l 1\n 187 100 204 82 203 50 c 0\n 201 13 175 0 126 0 c 2\n 22 0 l 2\n -23 0 -35 20 -33 50 c 0\n -31 85 -11 100 39 100 c 1\n 121 483 l 1\n 91 484 76 507 80 533 c 0\n 85 569 105 583 156 583 c 2\n 238 583 l 2\n 287 583 300 564 298 533 c 0\n 296 496 275 484 221 483 c 1\n 191 341 l 1\n 280 341 l 1\n 332 486 408 597 559 597 c 0\n 715 597 751 424 722 287 c 0\n 686 114 581 -14 429 -14 c 0\n 291 -14 251 96 259 241 c 1\n538 497 m 0\n 440 497 389 404 365 292 c 0\n 341 179 353 86 451 86 c 0\n 548 86 599 179 623 289 c 0\n 647 404 637 497 538 497 c 0\nEndSplineSet\nMinimumDistance: x9,12 x6,3 \nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 422\nWidth: 600\nFlags: HW\nHStem: 0 100<25 61 349 407 507 522> 222 100<369 433> 483 100<375 489 588 627>\nDStem: 433 222 589 483 407 100 507 100 489 483 589 483 454 322 507 100\nFore\n433 222 m 1\n 337 222 l 1\n 292 207 177 97 106 0 c 1\n 27 0 l 2\n 7 0 -7 3 -13 7 c 0\n -43.9008 26.8648 -25.5548 74.5719 0 91 c 0\n 12 98 23 100 48 100 c 2\n 61 100 l 1\n 118 167 164 213 220 254 c 1\n 156 294 131 342 144 405 c 0\n 166 510 272 583 402 583 c 2\n 625 583 l 2\n 651 583 658 582 665 576 c 1\n 695.986 556.081 677.67 509.78 651 492 c 0\n 640 485 629 483 604 483 c 2\n 589 483 l 1\n 507 100 l 1\n 522 100 l 2\n 546 100 555 99 563 93 c 0\n 593.03 72.2099 575.246 26.3477 548 10 c 1\n 539 3 524 0 501 0 c 2\n 351 0 l 2\n 331 0 317 3 311 7 c 0\n 280.056 26.8927 298.696 72.9257 324 91 c 0\n 336 98 345 100 372 100 c 2\n 407 100 l 1\n 433 222 l 1\n454 322 m 1\n 489 483 l 1\n 377 483 l 2\n 313 483 260 451 251 408 c 0\n 240 358 294 322 378 322 c 2\n 454 322 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 423\nWidth: 600\nFlags: HW\nHStem: 0 21<388 388 388 505> 196 92<295.5 337> 350 100<361.5 397.5>\nVStem: 65 109<108.5 112.5> 453 104\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 424\nWidth: 600\nFlags: HW\nHStem: -14 100<235 258> 351 100<309 333> 500 68<396 464> 500 141<524 539>\nVStem: 30 102<177 191> 433 104<257 259>\nFore\n550 500 m 1\n 342 499 229 514 173 401 c 1\n 223 435 273 451 333 451 c 0\n 408 451 460 430 497 386 c 0\n 533 342 545 284 531 218 c 0\n 504.55 95.1949 391.903 -14 236 -14 c 0\n 91 -14 2 70 37 234 c 0\n 102 539 207 569 464 568 c 1\n 466 575 l 1\n 471 601 475 611 485 621 c 0\n 497 633 514 641 530 641 c 0\n 547 641 562 632 568 617 c 0\n 572 608 571 599 566 575 c 2\n 550 500 l 1\n311 351 m 0\n 262 351 227 339 193 311 c 0\n 162 286 141 253 134 220 c 0\n 118 141 167 86 255 86 c 0\n 302 86 339 99 372 126 c 0\n 424.576 168.4 458.328 246.656 412 311 c 1\n 389 339 359 351 311 351 c 0\nEndSplineSet\nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 425\nWidth: 600\nFlags: HW\nHStem: 0 100<115 131 231.125 284 284.046 331.595> 180 100<269.125 304.164> 337 100<282.125 370.134>\nFore\n282 337 m 1\n 269 280 l 1\n 382 279 428 275 435 307 c 0\n 442 339 394 336 282 337 c 1\n231 100 m 1\n 338 100 401 97 408 136 c 1\n 418 172 347 180 248 180 c 1\n 231 100 l 1\n116 0 m 2\n 71 0 53 17 60 50 c 0\n 66 82 92 100 131 100 c 1\n 182 337 l 1\n 143 337 124 355 131 387 c 0\n 138 420 162 437 209 437 c 2\n 377 437 l 2\n 420 437 563 434 539 321 c 0\n 528 270 502 240 464 226 c 1\n 507 212 519 186 505 116 c 0\n 480 0 329 -3 284 0 c 1\n 116 0 l 2\nEndSplineSet\nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 426\nWidth: 600\nFlags: HW\nHStem: 0 100<113 129> 337 100<280.063 422>\nDStem: 180 337 280 337 129 100 229 100\nFore\n422 336 m 1\n 422 336 359 337 280 337 c 1\n 229 100 l 1\n 268 100 287 82 280 50 c 0\n 272 17 248 -3 203 0 c 1\n 114 0 l 2\n 69 0 51 17 58 50 c 0\n 64 82 90 100 129 100 c 1\n 180 337 l 1\n 141 337 122 355 129 387 c 0\n 136 420 162 437 207 437 c 2\n 544 437 l 1\n 517 310 l 1\n 511 284 507 274 498 264 c 0\n 486 252 469 244 453 244 c 0\n 436 244 421 253 415 268 c 0\n 409.577 280.202 418.342 316.977 422 336 c 1\nEndSplineSet\nMinimumDistance: x1,-1 x6,3 \nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 427\nWidth: 600\nFlags: HW\nHStem: 0 100<98 121 235 388> 336 101<298 437 539.031 554.313>\nDStem: 198 337 298 337 156 143 256 143 438 336 539 337 388 100 488 100\nFore\n235 100 m 1\n 388 100 l 1\n 438 336 l 1\n 298 337 l 1\n 256 143 l 1\n 253 128 245 106 235 100 c 1\n119 100 m 2\n 135 100 153 126 156 143 c 1\n 198 337 l 1\n 159 337 141 355 147 387 c 0\n 154 420 180 437 225 437 c 2\n 555 437 l 2\n 598 437 616 420 610 387 c 0\n 605 355 578 337 539 337 c 1\n 488 100 l 1\n 545 100 l 1\n 518 -26 l 1\n 513 -52 508 -62 500 -72 c 1\n 488 -84 470 -92 454 -92 c 0\n 438 -92 422 -83 417 -68 c 0\n 411.191 -54.9287 419.801 -18.1948 424 0 c 1\n 99 0 l 1\n 93 -26 l 1\n 83.7941 -70.1883 61.0576 -92 29 -92 c 0\n 13 -92 -1 -84 -9 -72 c 1\n -13 -62 -12 -52 -7 -26 c 1\n 20 100 l 1\n 119 100 l 2\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 428\nWidth: 600\nFlags: HW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403>\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 429\nWidth: 600\nFlags: HW\nHStem: 0 100<45 57 266 270 588 604.929> 337 99<425 429 639 641> 417 20G<127 200 346 415 565 632>\nVStem: -18 215<49 61> 227 183<50.0314 60.3548> 285 186<383 389>\nDStem: 101 336 242 336 240 237 310 288 510 340 639 337 407 258 485 218\nFore\n415 437 m 2\n 453 437 471 417 471 387 c 0\n 471 358 451 337 425 337 c 1\n 407 258 l 1\n 510 340 l 1\n 494 340 490 367 491 387 c 0\n 493 424 514 437 565 437 c 2\n 632 437 l 2\n 679 437 697 419 696 387 c 0\n 695 360 682 336 639 337 c 1\n 485 218 l 1\n 537 200 564 166 588 100 c 1\n 636 100 651 82 652 50 c 0\n 653 14 634 0 584 0 c 2\n 481 0 l 2\n 437 0 419 17 426 50 c 0\n 429 64 431 100 450 99 c 1\n 438 135 417 149 388 164 c 1\n 375 100 l 1\n 392 101 411 74 410 50 c 0\n 409 16 390 0 346 0 c 2\n 281 0 l 2\n 237 0 227 21 227 50 c 0\n 227 79 250 100 270 100 c 1\n 283 164 l 1\n 247 150 209 131 189 87 c 1\n 198 74 200 64 197 50 c 0\n 190 17 164 0 120 0 c 2\n 34 0 l 2\n -12 0 -18 26 -18 50 c 0\n -18 86 8 100 57 100 c 1\n 96 162 169 234 240 237 c 1\n 101 336 l 1\n 69 336 59 351 59 386 c 0\n 59 420 79 437 127 437 c 2\n 200 437 l 2\n 248 437 266 420 268 387 c 0\n 269 364 268 336 242 336 c 1\n 310 288 l 1\n 321 337 l 1\n 298 336 285 363 285 387 c 0\n 285 419 308 437 346 437 c 2\n 415 437 l 2\nEndSplineSet\nMinimumDistance: x5,8 \nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 430\nWidth: 600\nFlags: HW\nHStem: -16 100<270 300> 1 166<95 130> 178 100<270 326> 281 169<173 206> 350 99<340 358>\nFore\n285 278 m 2\n 316 278 l 2\n 382 278 388 286 403 291 c 0\n 420 297 432 306 434 315 c 0\n 438 333 393 350 342 350 c 0\n 300 350 265 341 233 321 c 1\n 226 312 l 2\n 209 290 194 281 173 281 c 0\n 158 281 143 289 136 301 c 0\n 127.384 318.233 140.339 362.443 145 384 c 1\n 154 430 174 450 206 450 c 0\n 221 450 228 443 232 424 c 1\n 275 442 318 450 367 450 c 0\n 487 450 560 393 543 313 c 0\n 537 281 516 252 492 235 c 1\n 490 225 l 1\n 519 205 533 164 525 125 c 0\n 507 43 401 -16 272 -16 c 0\n 215 -16 166 -6 130 13 c 1\n 117 4 108 1 95 1 c 0\n 77 1 63 9 56 25 c 0\n 53 34 53 43 58 67 c 2\n 65 100 l 2\n 71 127 75 136 85 146 c 0\n 98 160 113 167 130 167 c 0\n 156 167 169 153 172 123 c 1\n 196 97 235 84 289 84 c 0\n 353 84 410 104 415 127 c 0\n 418 140 408 154 388 162 c 0\n 373 169 351 178 300 178 c 2\n 258 178 l 2\n 219 178 201 196 207 228 c 0\n 214 261 240 279 285 278 c 2\nEndSplineSet\nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 431\nWidth: 600\nFlags: HW\nHStem: 0 100<51 67 366 383> 337 99<218.031 234 533.031 548.264>\nDStem: 118 337 218 337 67 100 192 214 409 224 533 337 382 100 482 100 430 325 409 224 192 214 170 113\nFore\n218 337 m 1\n 192 214 l 1\n 430 325 l 1\n 433 336 l 1\n 394 336 375 354 382 386 c 0\n 390 419 414 439 459 436 c 1\n 549 437 l 2\n 592 437 611 420 604 387 c 0\n 598 355 572 337 533 337 c 1\n 482 100 l 1\n 521 100 540 82 533 50 c 0\n 525 17 501 -3 456 0 c 1\n 367 0 l 2\n 322 0 304 17 311 50 c 0\n 318 82 343 100 382 100 c 1\n 409 224 l 1\n 170 113 l 1\n 167 100 l 1\n 206 100 225 82 218 50 c 0\n 210 17 186 -3 141 0 c 1\n 52 0 l 2\n 7 0 -11 17 -4 50 c 0\n 3 82 28 100 67 100 c 1\n 118 337 l 1\n 79 337 61 355 67 387 c 0\n 74 420 100 438 145 437 c 2\n 233 436 l 2\n 278 435 296 419 289 386 c 0\n 282 354 257 337 218 337 c 1\nEndSplineSet\nMinimumDistance: x8,-1 x13,10 \nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 432\nWidth: 600\nFlags: HW\nHStem: 0 100<51 67 366 383> 337 99<218.031 234 533.031 548.264> 477 68<353 371>\nVStem: 209 69<604 624>\nDStem: 118 337 218 337 67 100 192 214 409 224 533 337 382 100 482 100 430 325 409 224 192 214 170 113\nFore\n218 337 m 1\n 192 214 l 1\n 430 325 l 1\n 433 336 l 1\n 394 336 375 354 382 386 c 0\n 390 419 414 439 459 436 c 1\n 549 437 l 2\n 592 437 611 420 604 387 c 0\n 598 355 572 337 533 337 c 1\n 482 100 l 1\n 521 100 540 82 533 50 c 0\n 525 17 501 -3 456 0 c 1\n 367 0 l 2\n 322 0 304 17 311 50 c 0\n 318 82 343 100 382 100 c 1\n 409 224 l 1\n 170 113 l 1\n 167 100 l 1\n 206 100 225 82 218 50 c 0\n 210 17 186 -3 141 0 c 1\n 52 0 l 2\n 7 0 -11 17 -4 50 c 0\n 3 82 28 100 67 100 c 1\n 118 337 l 1\n 79 337 61 355 67 387 c 0\n 74 420 100 438 145 437 c 2\n 233 436 l 2\n 278 435 296 419 289 386 c 0\n 282 354 257 337 218 337 c 1\n254 661 m 0\n 272 661 279 651 278 624 c 0\n 278 576 313 545 369 545 c 0\n 424 545 473 575 492 621 c 0\n 506 652 515 661 535 661 c 0\n 552 661 562 651 562 634 c 0\n 562 614 547 583 526 558 c 0\n 482 507 419 477 355 477 c 0\n 272 477 209 532 209 604 c 0\n 209 638 227 661 254 661 c 0\nEndSplineSet\nMinimumDistance: x8,-1 x13,10 \nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 433\nWidth: 600\nFlags: HW\nHStem: 0 100<73 112 424 460> 337 100<144 162 475 526>\nDStem: 162 337 226 164 112 100 191 0 344 350 476 337 252 287 317 227\nFore\n191 0 m 1\n 75 0 l 2\n 31 0 12 17 19 50 c 0\n 23 67 36 84 52 93 c 0\n 63 99 71 100 96 100 c 2\n 112 100 l 1\n 162 337 l 1\n 146 337 l 2\n 120 337 111 339 102 346 c 1\n 76.2279 371.772 96.0524 415.204 124 430 c 0\n 134 436 144 437 168 437 c 2\n 284 437 l 1\n 252 287 l 1\n 344 350 l 1\n 322.237 383.853 343.464 414.979 369 430 c 0\n 378 435 390 437 414 437 c 2\n 526 437 l 2\n 551 437 561 435 570 428 c 0\n 597.154 403.315 574.845 359.791 548 344 c 0\n 539 339 527 337 504 337 c 2\n 476 337 l 1\n 317 227 l 1\n 425 100 l 1\n 458 100 l 2\n 486 100 494 98 502 91 c 0\n 529.713 65.8066 509.964 24.0375 481 7 c 0\n 472 2 459 0 437 0 c 2\n 319 0 l 2\n 275 0 256 17 263 50 c 0\n 266 64 272 74 287 87 c 1\n 226 164 l 1\n 191 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 434\nWidth: 600\nFlags: HW\nHStem: 0 87<85 108> 0 100<380 396> 336 101<293 447 547.031 562.264>\nDStem: 193 337 293 337 145 114 242 100 447 336 547 337 396 100 496 100\nFore\n-12 140 m 0\n -4 179 19 201 51 201 c 0\n 98.3664 201 94.1122 157.707 81 114 c 1\n 73 76 138 80 145 114 c 1\n 193 337 l 1\n 154 337 136 355 142 387 c 0\n 149 420 175 437 220 437 c 2\n 563 437 l 2\n 606 437 625 420 618 387 c 0\n 612 355 586 337 547 337 c 1\n 496 100 l 1\n 535 100 554 82 547 50 c 0\n 539 17 515 -3 470 0 c 1\n 381 0 l 2\n 336 0 318 17 325 50 c 0\n 332 82 357 100 396 100 c 1\n 447 336 l 1\n 293 337 l 1\n 242 100 l 1\n 228 30 167 0 86 0 c 0\n 9 0 -39 18 -12 140 c 0\nEndSplineSet\nMinimumDistance: x9,-1 x14,11 \nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 435\nWidth: 600\nFlags: HW\nHStem: 0 100<32 57 157 159 464 491 591 593> 337 99<106 108 207 226 523 542 641 658> 417 20G<120 305 487 670>\nDStem: 108 337 208 337 57 100 157 100 226 337 305 437 291 100 350 243 487 437 524 337 350 243 357 100 542 337 642 337 491 100 591 100\nFore\n487 437 m 1\n 670 437 l 2\n 714 437 732 420 725 388 c 0\n 718 354 693 337 649 337 c 2\n 642 337 l 1\n 591 100 l 1\n 598 100 l 2\n 642 100 661 83 654 51 c 0\n 647 17 621 0 577 0 c 2\n 461 0 l 2\n 418 0 400 17 407 51 c 0\n 414 83 439 100 482 100 c 2\n 491 100 l 1\n 542 337 l 1\n 524 337 l 1\n 357 100 l 1\n 291 100 l 1\n 226 337 l 1\n 208 337 l 1\n 157 100 l 1\n 164 100 l 2\n 208 100 227 83 220 51 c 0\n 213 17 187 0 143 0 c 2\n 28 0 l 2\n -18 0 -36 17 -29 51 c 0\n -22 83 3 100 49 100 c 2\n 57 100 l 1\n 108 337 l 1\n 99 337 l 2\n 55 337 36 354 43 388 c 0\n 50 420 76 437 120 437 c 2\n 305 437 l 1\n 350 243 l 1\n 487 437 l 1\nEndSplineSet\nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 436\nWidth: 600\nFlags: HW\nHStem: 0 100<79 95 394 411> 162 101<230 423> 337 99<246.031 262 561.031 576.264>\nFore\n246 337 m 1\n 230 263 l 1\n 445 263 l 1\n 461 336 l 1\n 422 336 403 354 410 386 c 0\n 418 419 442 439 487 436 c 1\n 577 437 l 2\n 620 437 639 420 632 387 c 0\n 626 355 600 337 561 337 c 1\n 510 100 l 1\n 549 100 568 82 561 50 c 0\n 553 17 529 -3 484 0 c 1\n 395 0 l 2\n 350 0 332 17 339 50 c 0\n 346 82 371 100 410 100 c 1\n 424 162 l 1\n 209 162 l 1\n 195 100 l 1\n 234 100 253 82 246 50 c 0\n 238 17 214 -3 169 0 c 1\n 80 0 l 2\n 35 0 17 17 24 50 c 0\n 31 82 56 100 95 100 c 1\n 146 337 l 1\n 107 337 89 355 95 387 c 0\n 102 420 128 438 173 437 c 2\n 261 436 l 2\n 306 435 324 419 317 386 c 0\n 310 354 285 337 246 337 c 1\nEndSplineSet\nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 437\nWidth: 600\nFlags: HW\nHStem: -16 100<279.5 368.5> 350 99\nVStem: 85 101 507 101\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 438\nWidth: 600\nFlags: HW\nHStem: 0 100<51 67 366 382> 336 101<218 433 533.031 548.264>\nDStem: 118 337 218 337 67 100 167 100 433 336 533 337 382 100 482 100\nFore\n433 336 m 1\n 218 337 l 1\n 167 100 l 1\n 206 100 225 82 218 50 c 0\n 210 17 186 -3 141 0 c 1\n 52 0 l 2\n 7 0 -11 17 -4 50 c 0\n 3 82 28 100 67 100 c 1\n 118 337 l 1\n 79 337 61 355 67 387 c 0\n 74 420 100 437 145 437 c 2\n 549 437 l 2\n 592 437 611 420 604 387 c 0\n 598 355 572 337 533 337 c 1\n 482 100 l 1\n 521 100 540 82 533 50 c 0\n 525 17 501 -3 456 0 c 1\n 367 0 l 2\n 322 0 304 17 311 50 c 0\n 318 82 343 100 382 100 c 1\n 433 336 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x18,15 x6,3 \nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 439\nWidth: 600\nFlags: HW\nHStem: -205 100<13 52 153 210> 10 100<326 348> 337 99<128 145> 350 99<398 406> 417 20<151 267>\nVStem: -42 308<-165 -144> 522 100<251 259>\nDStem: 146 337 188 66 52 -105 152 -105\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 440\nWidth: 600\nFlags: HW\nHStem: -16 100<296.5 367> 350 100<360.5 407>\nVStem: 94 101\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 441\nWidth: 600\nFlags: HW\nHStem: 1 100<178 194> 337 101<155 244 343 432>\nDStem: 244 337 344 337 194 101 294 101\nFore\n244 337 m 1\n 156 337 l 1\n 151.577 314 145.281 280.567 135 269 c 0\n 123 254 104 245 87 245 c 0\n 71 245 57 253 50 265 c 0\n 45 275 45 285 51 311 c 1\n 78 438 l 1\n 554 438 l 1\n 527 311 l 1\n 521 285 517 275 508 265 c 1\n 495 253 479 245 463 245 c 0\n 446 245 431 254 425 269 c 0\n 419.577 281.202 428.342 317.977 432 337 c 1\n 344 337 l 1\n 294 101 l 1\n 333 101 352 83 344 51 c 0\n 337 18 313 -2 268 1 c 1\n 179 1 l 2\n 134 1 115 18 122 51 c 0\n 129 83 155 101 194 101 c 1\n 244 337 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x18,15 \nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 442\nWidth: 600\nFlags: HW\nHStem: -205 100<65 165> 337 100<255 255 599 599>\nVStem: 435 227<381 385>\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 443\nWidth: 600\nFlags: HW\nHStem: -205 100<141 180 280 338> 10 0<204 205.704> 10 100<141 204 323.01 362> 110 240<203 205> 350 100<245 277 394.924 456> 450 198<394.924 398> 548 99<301 319>\nVStem: -41 103<180 197> 539 101<250 260>\nDStem: 204 10 304 10 180 -105 280 -105 277 350 377 350 226 110 326 110 319 548 440 648 298 450 398 450\nFore\n441 350 m 2\n 377 350 l 1\n 326 110 l 1\n 326 110 302 110 390 110 c 0\n 476 110 521 160 537 230 c 0\n 548 284 514 350 441 350 c 2\n398 450 m 1\n 398 450 378 450 440 450 c 0\n 580 450 663 353 636 224 c 0\n 610 101 487 10 348 10 c 0\n 289 10 304 10 304 10 c 1\n 280 -105 l 1\n 338 -105 l 2\n 364 -105 373 -107 382 -114 c 0\n 409.269 -138.79 388.011 -181.523 360 -198 c 0\n 351 -203 339 -205 317 -205 c 2\n 143 -205 l 2\n 118 -205 107 -203 99 -195 c 0\n 72.3505 -171.015 91.6861 -126.99 120 -112 c 0\n 131 -106 140 -105 164 -105 c 2\n 180 -105 l 1\n 204 10 l 1\n 204 10 219 10 160 10 c 0\n 21 10 -62 101 -36 224 c 0\n -9 353 116 450 256 450 c 0\n 318 450 298 450 298 450 c 1\n 319 548 l 1\n 303 548 l 2\n 277 548 267 550 259 557 c 0\n 232.543 583.457 251.907 625.198 280 641 c 0\n 290 646 300 648 324 648 c 2\n 440 648 l 1\n 398 450 l 1\n213 350 m 2\n 140 350 78 284 65 230 c 1\n 51 160 76 110 162 110 c 0\n 250 110 226 110 226 110 c 1\n 277 350 l 1\n 213 350 l 2\nEndSplineSet\nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 444\nWidth: 600\nFlags: HW\nHStem: 0 21<66.5 87 87 197 379.5 400 400 512> 417 20<198 291 291 301 492 584 584 594>\nVStem: 414 227<381.5 384>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 445\nWidth: 600\nFlags: HW\nHStem: 0 100<60 76 176 375> 337 100<226.031 241 524.031 539>\nDStem: 126 337 226 337 76 100 176 101 424 337 524 337 374 100 474 100\nFore\n474 100 m 1\n 568 100 l 1\n 541 -26 l 1\n 535 -52 531 -62 522 -72 c 0\n 510 -84 493 -92 477 -92 c 0\n 460 -92 445 -83 439 -68 c 0\n 433.577 -55.7984 442.342 -19.0227 446 0 c 1\n 59 0 l 2\n 16 0 -2 17 4 50 c 0\n 10 82 37 100 76 100 c 1\n 126 337 l 1\n 87 337 68 355 76 387 c 0\n 83 420 106 436 152 437 c 2\n 241 437 l 2\n 286 437 305 420 298 387 c 0\n 291 355 265 337 226 337 c 1\n 176 101 l 1\n 374 100 l 1\n 424 337 l 1\n 385 337 366 355 374 387 c 0\n 381 420 407 436 450 437 c 2\n 539 437 l 2\n 584 437 603 420 596 387 c 0\n 589 355 563 337 524 337 c 1\n 474 100 l 1\nEndSplineSet\nMinimumDistance: x22,-1 x11,14 x19,22 \nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 446\nWidth: 600\nFlags: HW\nHStem: 0 100<313 329> 123 101<242 266> 337 99<199.031 214.625 479.031 494.315>\nFore\n199 337 m 1\n 181 252 l 1\n 189 233 226 224 264 224 c 0\n 305 224 334 235 362 256 c 1\n 379 336 l 1\n 340 336 322 354 329 386 c 0\n 337 419 361 439 406 436 c 1\n 496 437 l 2\n 539 437 557 420 551 387 c 0\n 545 355 518 337 479 337 c 1\n 429 100 l 1\n 468 100 487 82 479 50 c 0\n 472 17 448 -3 403 0 c 1\n 314 0 l 2\n 269 0 250 17 257 50 c 0\n 264 82 290 100 329 100 c 1\n 339 147 l 1\n 306 129 282 123 242 123 c 0\n 163 123 59 150 81 252 c 2\n 99 337 l 1\n 60 337 42 355 49 387 c 0\n 56 420 82 438 127 437 c 2\n 215 436 l 2\n 259 435 278 419 271 386 c 0\n 264 354 238 337 199 337 c 1\nEndSplineSet\nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 447\nWidth: 600\nFlags: HW\nHStem: 0 100<14 28 128 272 372 512> 337 100<178.031 193.011 422.031 436.757 662.031 677.566>\nDStem: 78 337 178 337 28 100 128 101 322 337 422 337 272 100 372 100 562 337 662 337 512 100 612 100\nFore\n372 100 m 1\n 512 100 l 1\n 562 337 l 1\n 523 337 509 355 517 387 c 0\n 524 420 543 437 588 437 c 2\n 661 437 l 2\n 706 437 730 417 723 384 c 0\n 716 352 701 337 662 337 c 1\n 612 100 l 1\n 651 100 669 82 662 50 c 0\n 655 17 629 0 584 0 c 2\n 24 0 l 2\n -19 0 -37 17 -31 50 c 0\n -25 81 -11 100 28 100 c 1\n 78 337 l 1\n 39 337 25 355 33 387 c 0\n 40 420 59 437 104 437 c 2\n 177 437 l 2\n 222 437 252 420 245 387 c 0\n 238 355 217 337 178 337 c 1\n 128 101 l 1\n 272 100 l 1\n 322 337 l 1\n 283 337 269 355 277 387 c 0\n 284 420 303 437 348 437 c 2\n 421 437 l 2\n 466 437 491 420 484 387 c 0\n 477 355 461 337 422 337 c 1\n 372 100 l 1\nEndSplineSet\nMinimumDistance: x15,18 x23,26 \nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 448\nWidth: 600\nFlags: HW\nHStem: 0 100<14 28 128 272 372 512> 337 100<178.031 193.011 422.031 436.757 662.031 677.566>\nDStem: 78 337 178 337 28 100 128 101 322 337 422 337 272 100 372 100 562 337 662 337 512 100 612 100\nFore\n612 100 m 1\n 677 100 l 1\n 650 -26 l 1\n 644 -52 640 -62 631 -72 c 0\n 619 -84 602 -92 586 -92 c 0\n 569 -92 554 -83 548 -68 c 0\n 542.435 -55.4785 551.758 -18.3808 556 0 c 1\n 24 0 l 2\n -19 0 -37 17 -31 50 c 0\n -25 81 -11 100 28 100 c 1\n 78 337 l 1\n 39 337 25 355 33 387 c 0\n 40 420 59 437 104 437 c 2\n 177 437 l 2\n 222 437 252 420 245 387 c 0\n 238 355 217 337 178 337 c 1\n 128 101 l 1\n 272 100 l 1\n 322 337 l 1\n 283 337 269 355 277 387 c 0\n 284 420 303 437 348 437 c 2\n 421 437 l 2\n 466 437 491 420 484 387 c 0\n 477 355 461 337 422 337 c 1\n 372 100 l 1\n 512 100 l 1\n 562 337 l 1\n 523 337 509 355 517 387 c 0\n 524 420 543 437 588 437 c 2\n 661 437 l 2\n 706 437 730 417 723 384 c 0\n 716 352 701 337 662 337 c 1\n 612 100 l 1\nEndSplineSet\nMinimumDistance: x11,14 x19,22 \nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 449\nWidth: 600\nFlags: HW\nHStem: 0 100<189 205 305.125 394> 180 100<344.25 392.411> 337 100<167 256 356.031 371>\nFore\n89 437 m 1\n 371 437 l 2\n 418 437 434 420 427 387 c 0\n 420 355 395 337 356 337 c 1\n 344 280 l 1\n 563 280 590 226 584 143 c 0\n 574 8 435 0 388 0 c 2\n 190 0 l 2\n 145 0 127 17 134 50 c 0\n 140 82 166 100 205 100 c 1\n 256 337 l 1\n 168 337 l 1\n 162.847 314.672 156.312 280.601 146 269 c 0\n 134 254 115 245 98 245 c 0\n 82 245 69 253 61 265 c 0\n 56 275 57 285 62 311 c 1\n 89 437 l 1\n305 100 m 1\n 412 100 473 96 482 136 c 0\n 492 182 421 180 322 180 c 1\n 305 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 450\nWidth: 600\nFlags: HW\nHStem: 0 100<18 34 134.125 202 459 475> 180 100<173.25 227.48> 337 100<185.031 200 626.031 641.264>\nDStem: 526 336 626 337 475 100 575 100\nFore\n526 336 m 1\n 487 336 468 354 475 386 c 0\n 483 419 507 436 552 436 c 2\n 642 437 l 2\n 685 437 704 420 697 387 c 0\n 691 355 665 337 626 337 c 1\n 575 100 l 1\n 614 100 633 82 626 50 c 0\n 618 17 594 0 549 0 c 2\n 460 0 l 2\n 415 0 397 17 404 50 c 0\n 411 82 436 100 475 100 c 1\n 526 336 l 1\n185 337 m 1\n 173 280 l 1\n 390 280 437 258 414 143 c 1\n 384 8 234 0 187 0 c 2\n 19 0 l 2\n -26 0 -44 17 -37 50 c 0\n -30 82 -5 100 34 100 c 1\n 85 337 l 1\n 46 337 28 355 34 387 c 0\n 41 420 65 437 112 437 c 2\n 200 437 l 2\n 247 437 263 420 256 387 c 0\n 250 355 224 337 185 337 c 1\n134 100 m 1\n 241 100 304 97 311 136 c 0\n 320 180 250 180 151 180 c 1\n 134 100 l 1\nEndSplineSet\nMinimumDistance: x10,7 \nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 451\nWidth: 600\nFlags: HW\nHStem: 0 100<128 144 244.125 312> 180 100<282.25 337.365> 337 100<295.031 310>\nFore\n295 337 m 1\n 282 280 l 1\n 501 280 547 258 523 143 c 0\n 494 8 344 0 297 0 c 2\n 129 0 l 2\n 84 0 66 17 73 50 c 0\n 79 82 105 100 144 100 c 1\n 195 337 l 1\n 156 337 137 355 144 387 c 0\n 151 420 175 437 222 437 c 2\n 310 437 l 2\n 357 437 373 420 366 387 c 0\n 359 355 334 337 295 337 c 1\n244 100 m 1\n 351 100 414 97 421 136 c 0\n 430 180 360 180 261 180 c 1\n 244 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 452\nWidth: 600\nFlags: HW\nHStem: -16 100<236 281> 157 100<261 446> 350 100<332 363>\nFore\n446 157 m 1\n 252 157 l 2\n 213 157 195 175 201 207 c 0\n 208 240 234 258 279 257 c 2\n 468 257 l 1\n 458.507 317.124 413.946 350 340 350 c 0\n 296 350 258 341 229 325 c 0\n 214 316 206 307 198 289 c 0\n 188 267 185 261 176 255 c 0\n 166 247 150 241 137 241 c 0\n 121 241 107 249 100 262 c 0\n 95 271 95 281 101 307 c 1\n 117 384 l 1\n 127 430 146 450 179 450 c 0\n 200 450 209 441 211 420 c 1\n 254 440 304 450 361 450 c 0\n 616.446 450 620.806 177.005 472 53 c 0\n 413 5 346 -16 249 -16 c 0\n 176 -16 115 -4 78 16 c 0\n 41 37 24 63 29 89 c 0\n 35 117 63 140 90 140 c 0\n 102 140 110 136 118 128 c 0\n 139 107 143 103 161 97 c 0\n 183 89 223 84 263 84 c 0\n 354 84 415 108 446 157 c 1\nEndSplineSet\nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 453\nWidth: 600\nFlags: HW\nHStem: -16 100<398 422> 0 100<23 39> 337 99<189.031 205> 350 99<476 494>\nVStem: 571 101<257 280>\nFore\n244 258 m 1\n 289 369 369 450 501 450 c 0\n 642 450 693 346 666 217 c 0\n 638 87 543 -16 399 -16 c 0\n 277 -16 234 56 227 157 c 1\n 151 157 l 1\n 139 100 l 1\n 178 100 196 82 189 50 c 0\n 181 17 157 -3 112 0 c 1\n 23 0 l 2\n -22 0 -40 17 -33 50 c 0\n -26 82 0 100 39 100 c 1\n 89 337 l 1\n 50 337 32 355 39 387 c 0\n 46 420 71 438 116 437 c 2\n 204 436 l 2\n 249 435 267 419 260 386 c 0\n 254 354 228 337 189 337 c 1\n 172 258 l 1\n 244 258 l 1\n479 350 m 0\n 388 350 348 293 332 217 c 0\n 316 142 331 84 420 84 c 0\n 509 84 550 142 566 217 c 0\n 581 291 566 350 479 350 c 0\nEndSplineSet\nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 454\nWidth: 600\nFlags: HW\nHStem: 0 100<70 126 346 362> 157 100<346 374> 337 100<344 412 512.031 527.267>\nFore\n210 167 m 1\n 134 181 117 216 133 294 c 0\n 162 428 312 436 360 437 c 2\n 528 437 l 2\n 573 437 591 420 584 387 c 0\n 577 355 551 337 512 337 c 1\n 462 100 l 1\n 501 100 519 82 512 50 c 0\n 505 17 482 0 435 0 c 2\n 347 0 l 2\n 300 0 283 17 290 50 c 0\n 297 82 323 100 362 100 c 1\n 374 157 l 1\n 346 157 l 1\n 258 87 l 1\n 268 74 270 64 267 50 c 0\n 260 17 234 0 190 0 c 2\n 72 0 l 2\n 50 0 37 2 30 7 c 0\n 1.84711 30.4607 17.2284 72.4856 45 91 c 0\n 57 98 65 100 93 100 c 2\n 126 100 l 1\n 210 167 l 1\n412 337 m 1\n 305 337 247 340 236 301 c 1\n 227 254 296 257 395 257 c 1\n 412 337 l 1\nEndSplineSet\nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 455\nWidth: 600\nFlags: HW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403>\nDStem: 296 618 354 674 406 506 464 563\nRef: 96 96 N 1 0 0 1 16 -6\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 456\nWidth: 600\nFlags: HW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403> 490 120<301.5 313.5 509.5 521.5>\nVStem: 246 123<543.5 556> 454 123<543.5 556>\nRef: 168 168 N 1 0 0 1 -15 -44\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 457\nWidth: 600\nFlags: HW\nHStem: -185 100<192 254> 0 100<43 69 170 175> 302 100<339 370.701> 402 42<371 394.969> 444 58<97 143 257 339 340 370 371 408> 524 99<144 156> 604 20G<164.777 280.777>\nVStem: 414 100<246 252>\nDStem: 143.607 444 242.607 444 69.6592 100 221.765 341 143.607 444 199.287 235 69.6592 100 169.659 100 410.742 223 513.499 236 361.453 0 461.453 0\nFore\n361 0 m 9\n 411 223 l 17\n 416 250 415 268 406 278 c 1\n 407 279 l 1\n 391 294 374 302 340 302 c 2\n 339 302 l 2\n 282 302 244 271 199 235 c 1\n 170 100 l 1\n 176 100 l 2\n 198 100 212 97 219 91 c 2\n 220 91 l 2\n 231 80 235 67 232 51 c 1\n 232 50 l 2\n 228 32 217 18 199 7 c 0\n 191 2 176 0 154 0 c 2\n 42 0 l 2\n 22 0 7 3 -1 9 c 0\n -12 20 -16 33 -13 49 c 1\n -13 50 l 2\n -9 69 2 84 20 93 c 0\n 30 98 44 100 64 100 c 2\n 70 100 l 1\n 144 444 l 1\n 92 444 l 1\n 58 444 70 502 104 502 c 1\n 155 502 l 1\n 160 524 l 1\n 144 524 l 2\n 122 524 107 527 100 533 c 2\n 99 533 l 2\n 89 544 85 557 88 573 c 1\n 88 574 l 2\n 92 593 103 608 121 617 c 0\n 131 622 145 624 165 624 c 2\n 281 624 l 1\n 255 502 l 1\n 412 502 l 1\n 448 502 436 444 400 444 c 1\n 243 444 l 1\n 222 341 l 1\n 270 382 319 402 371 402 c 2\n 372 402 l 2\n 440 402 486 378 507 330 c 0\n 519 303 514 240 513 236 c 9\n 461 0 l 2\n 440.154 -97.8158 349.238 -185 231 -185 c 2\n 192 -185 l 2\n 147.554 -185 131.332 -168.121 137 -136 c 1\n 137 -135 l 2\n 141 -116 152 -102 170 -92 c 0\n 178 -87 193 -85 213 -85 c 2\n 249 -85 l 2\n 303 -85 349 -57 361 -1 c 2\n 361 0 l 9\nEndSplineSet\nMinimumDistance: x43,-1 \nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 458\nWidth: 600\nFlags: HW\nHStem: 0 100<113 129> 337 100<280.063 422>\nDStem: 180 337 280 337 129 100 229 100 434 661 468 605 276 550 310 493\nFore\n422 336 m 1\n 422 336 359 337 280 337 c 1\n 229 100 l 1\n 268 100 287 82 280 50 c 0\n 272 17 248 -3 203 0 c 1\n 114 0 l 2\n 69 0 51 17 58 50 c 0\n 64 82 90 100 129 100 c 1\n 180 337 l 1\n 141 337 122 355 129 387 c 0\n 136 420 162 437 207 437 c 2\n 544 437 l 1\n 517 310 l 1\n 511 284 507 274 498 264 c 0\n 486 252 469 244 453 244 c 0\n 436 244 421 253 415 268 c 0\n 409.577 280.202 418.342 316.977 422 336 c 1\n468 605 m 2\n 310 493 l 2\n 292 480 285 477 275 477 c 0\n 257 477 245 489 245 507 c 0\n 245 522 255 535 276 550 c 2\n 434 661 l 2\n 452 674 458 677 469 677 c 0\n 487 677 499 665 499 648 c 0\n 499 633 490 620 468 605 c 2\nEndSplineSet\nMinimumDistance: x16,-1 x6,3 \nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 459\nWidth: 600\nFlags: HW\nHStem: -16 100<259 291> 157 100<158 347> 350 100<320 349>\nFore\n326 350 m 0\n 245.989 350 189.599 311.58 158 257 c 1\n 347 257 l 2\n 392 258 410 240 403 207 c 0\n 396 175 371 157 332 157 c 2\n 138 157 l 1\n 148 108 198 84 289 84 c 0\n 329 84 371 89 397 97 c 0\n 417 103 423 107 453 128 c 0\n 464 136 474 140 486 140 c 0\n 513 140 531 117 525 89 c 0\n 520 63 491 37 446 16 c 0\n 400 -4 334 -16 261 -16 c 0\n 164 -16 106 5 68 53 c 0\n 36 93 26 146 39 207 c 0\n 70 350 196 450 347 450 c 0\n 404 450 450 440 485 420 c 1\n 495 441 508 450 529 450 c 0\n 562 450 573 430 563 384 c 2\n 546 307 l 1\n 541 281 537 271 528 262 c 0\n 515 249 498 241 482 241 c 0\n 469 241 456 247 449 255 c 0\n 443 261 442 267 442 289 c 0\n 441 307 437 316 426 325 c 0\n 404 341 370 350 326 350 c 0\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 460\nWidth: 600\nFlags: HW\nHStem: -16 100<300 329> 1 166<124 159> 281 169<516 555> 350 100<370 396>\nVStem: 156 113<289 312> 444 112<131 150>\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 461\nWidth: 600\nFlags: HW\nHStem: 0 100<150 272 372 472> 337 100<265 322> 518 105<351 446>\nVStem: 72 478\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 462\nWidth: 600\nFlags: HW\nHStem: 0 100<150 272 372 472> 337 100<265 322> 477 120<304.5 316.5 512.5 524.5>\nVStem: 72 478 249 123<530.5 543> 457 123<530.5 543>\nRef: 168 168 N 1 0 0 1 -12 -57\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 463\nWidth: 600\nFlags: HW\nHStem: -205 100<161 253> 337 100<279 460> 518 105<443 540>\nRef: 106 106 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 464\nWidth: 600\nFlags: HW\nHStem: 3 95<464 475> 177 101<464 466>\nDStem: 159.294 336 259.294 336 111.894 113 208.918 99\nFore\n53 -1 m 0\n -11.8037 -1 -69.9761 29.8515 -57 85 c 2\n -57 86 l 1\n -46 139 l 2\n -37 178 -17 199 14 200 c 1\n 17 200 l 1\n 45 200 58 187 56 161 c 1\n 53 139 l 1\n 48.8355 117.345 35.4577 89.8285 68 86 c 0\n 85 84 98 89 108 102 c 1\n 112 113 l 1\n 159 336 l 1\n 120 336 103 352 108 383 c 1\n 107.829 384.171 108.503 384.496 109 385 c 1\n 109 386 l 2\n 116 419 142 436 187 436 c 2\n 482 435 l 2\n 525 435 543 418 538 385 c 0\n 530.947 350.909 511.477 338.498 466 335 c 1\n 454 278 l 1\n 567 278 582 269 611 251 c 0\n 638 234 648 203 641 156 c 1\n 638 141 l 1\n 621 66 568 21 479 4 c 2\n 478 4 l 2\n 457 4 434 -2 411 -2 c 1\n 302 -1 l 2\n 258 -1 239 15 245 48 c 1\n 245 49 l 2\n 252 80 273 96 310 99 c 2\n 317 99 l 1\n 367 335 l 1\n 259 336 l 1\n 209 99 l 2\n 194.754 32.1537 140.116 -1 53 -1 c 0\n416 98 m 1\n 496 98 487 100 504 105 c 2\n 505 106 l 2\n 520 111 530 118 534 128 c 1\n 535 134 l 2\n 543.957 175.203 470.294 178 433 178 c 1\n 416 98 l 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 465\nWidth: 600\nFlags: HW\nHStem: 0 21G<-8.41602 80.584 269.584 380.584> 180 101<155 286 428 435> 337 99<157.264 174>\nFore\n270 0 m 2\n 226 0 207 16 213 49 c 1\n 213 50 l 2\n 220 81 241 97 278 100 c 2\n 285 100 l 1\n 302 180 l 1\n 124 180 l 1\n 107 100 l 1\n 149.668 100 167.277 80.8321 157 50 c 0\n 148 14 123 -3 81 0 c 1\n -8 0 l 2\n -52 0 -71 16 -65 49 c 1\n -65 50 l 2\n -58 81 -37 97 -0 100 c 2\n 7 100 l 1\n 57 337 l 1\n 18 337 1 353 6 384 c 1\n 5.82906 385.171 6.50331 385.496 7 386 c 1\n 7 387 l 2\n 14 421 40 438 84 437 c 2\n 172 436 l 2\n 216 435 235 419 229 387 c 1\n 229 386 l 2\n 222 353 198 337 157 337 c 1\n 145 281 l 1\n 323 281 l 1\n 335 336 l 1\n 297 336 280 350 283 378 c 1\n 291.085 416.79 315.177 440.797 361 436 c 1\n 451 437 l 2\n 494 437 513 420 507 387 c 0\n 499.947 352.909 480.477 340.498 435 337 c 1\n 423 280 l 1\n 536 280 551 271 580 253 c 0\n 607 236 617 205 610 158 c 1\n 607 143 l 1\n 590 68 537 23 448 6 c 2\n 447 6 l 2\n 425 2 403 0 381 0 c 2\n 270 0 l 2\n385 100 m 1\n 465 100 456 102 473 107 c 2\n 475 108 l 2\n 490 113 499 120 503 130 c 1\n 504 136 l 2\n 512.957 177.203 439.294 180 402 180 c 1\n 385 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 466\nWidth: 600\nFlags: HW\nHStem: 0 100<30 50 154 156 337 364 468 470> 302 100<319 351.085> 444 58<77 123 238 319 320 385> 524 99<126 140> 604 20G<145.162 261.162>\nVStem: 387 112<277 279> 394 100<236 238>\nDStem: 123.992 444 222.992 444 50.0439 100 202.149 341 123.992 444 179.672 235 50.0439 100 150.044 100 391.127 223 493.884 236 364.044 100 464.044 100\nFore\n261 624 m 1\n 235 502 l 1\n 392 502 l 1\n 428 502 416 444 380 444 c 1\n 223 444 l 1\n 202 341 l 1\n 250 382 300 402 351 402 c 2\n 352 402 l 2\n 421 402 466 378 488 330 c 0\n 499 303 502 272 494 237 c 2\n 494 236 l 1\n 464 100 l 1\n 470 100 l 2\n 492 100 506 97 513 91 c 2\n 514 91 l 2\n 525 80 528 67 526 51 c 1\n 525 50 l 2\n 521 31 510 16 492 7 c 0\n 484 2 470 0 449 0 c 2\n 337 0 l 2\n 315 0 300 3 293 9 c 0\n 282 20 278 33 280 49 c 1\n 280 50 l 2\n 284 68 295 82 314 93 c 0\n 323 98 338 100 358 100 c 2\n 364 100 l 1\n 391 223 l 2\n 397 250 395 268 387 278 c 1\n 387 279 l 1\n 371.691 294.309 354.135 302 321 302 c 2\n 320 302 l 2\n 259.674 302 221.822 269.218 180 235 c 1\n 150 100 l 1\n 156 100 l 2\n 178 100 192 97 199 91 c 2\n 200 91 l 2\n 211 80 215 67 213 51 c 1\n 212 50 l 2\n 209 32 198 18 179 7 c 0\n 171 2 156 0 135 0 c 2\n 23 0 l 2\n 2 0 -12 3 -20 9 c 0\n -31 20 -35 33 -33 49 c 1\n -33 50 l 2\n -28 69 -17 84 1 93 c 0\n 10 98 25 100 44 100 c 2\n 50 100 l 1\n 124 444 l 1\n 72 444 l 1\n 38 444 50 502 84 502 c 1\n 135 502 l 1\n 140 524 l 1\n 124 524 l 2\n 102 524 88 527 81 533 c 2\n 80 533 l 2\n 69 544 66 557 68 573 c 1\n 69 574 l 2\n 73 593 84 608 102 617 c 0\n 111 622 126 624 145 624 c 2\n 261 624 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 467\nWidth: 600\nFlags: HW\nHStem: 0 100<73 112 424 460> 337 100<144 162 475 526>\nDStem: 162 337 226 164 112 100 191 0 344 350 476 337 252 287 317 227 441 661 475 605 283 550 317 493\nFore\n191 0 m 1\n 75 0 l 2\n 31 0 12 17 19 50 c 0\n 23 67 36 84 52 93 c 0\n 63 99 71 100 96 100 c 2\n 112 100 l 1\n 162 337 l 1\n 146 337 l 2\n 120 337 111 339 102 346 c 1\n 76.2279 371.772 96.0524 415.204 124 430 c 0\n 134 436 144 437 168 437 c 2\n 284 437 l 1\n 252 287 l 1\n 344 350 l 1\n 322.237 383.853 343.464 414.979 369 430 c 0\n 378 435 390 437 414 437 c 2\n 526 437 l 2\n 551 437 561 435 570 428 c 0\n 597.154 403.315 574.845 359.791 548 344 c 0\n 539 339 527 337 504 337 c 2\n 476 337 l 1\n 317 227 l 1\n 425 100 l 1\n 458 100 l 2\n 486 100 494 98 502 91 c 0\n 529.713 65.8066 509.964 24.0375 481 7 c 0\n 472 2 459 0 437 0 c 2\n 319 0 l 2\n 275 0 256 17 263 50 c 0\n 266 64 272 74 287 87 c 1\n 226 164 l 1\n 191 0 l 1\n475 605 m 2\n 317 493 l 2\n 299 480 292 477 282 477 c 0\n 264 477 252 489 252 507 c 0\n 252 522 262 535 283 550 c 2\n 441 661 l 2\n 459 674 465 677 476 677 c 0\n 494 677 506 665 506 648 c 0\n 506 633 497 620 475 605 c 2\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 468\nWidth: 600\nFlags: HW\nHStem: 0 100<51 67 366 383> 337 99<218.031 234 533.031 548.264>\nDStem: 118 337 218 337 67 100 192 214 292 605 350 661 402 493 460 550 409 224 533 337 382 100 482 100 430 325 409 224 192 214 170 113\nFore\n218 337 m 1\n 192 214 l 1\n 430 325 l 1\n 433 336 l 1\n 394 336 375 354 382 386 c 0\n 390 419 414 439 459 436 c 1\n 549 437 l 2\n 592 437 611 420 604 387 c 0\n 598 355 572 337 533 337 c 1\n 482 100 l 1\n 521 100 540 82 533 50 c 0\n 525 17 501 -3 456 0 c 1\n 367 0 l 2\n 322 0 304 17 311 50 c 0\n 318 82 343 100 382 100 c 1\n 409 224 l 1\n 170 113 l 1\n 167 100 l 1\n 206 100 225 82 218 50 c 0\n 210 17 186 -3 141 0 c 1\n 52 0 l 2\n 7 0 -11 17 -4 50 c 0\n 3 82 28 100 67 100 c 1\n 118 337 l 1\n 79 337 61 355 67 387 c 0\n 74 420 100 438 145 437 c 2\n 233 436 l 2\n 278 435 296 419 289 386 c 0\n 282 354 257 337 218 337 c 1\n350 661 m 2\n 460 550 l 1\n 471 540 476 530 476 521 c 0\n 476 498 453 477 430 477 c 0\n 421 477 414 481 402 493 c 2\n 292 605 l 1\n 281 615 276 625 276 633 c 0\n 276 656 298 677 322 677 c 0\n 332 677 338 674 350 661 c 2\nEndSplineSet\nMinimumDistance: x8,-1 x13,10 \nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 469\nWidth: 600\nFlags: HW\nHStem: -205 100<65 165> 337 100<255 255 599 599> 477 68<387 433>\nVStem: 255 69<600 621> 435 227<381 385>\nRef: 728 728 N 1 0 0 1 -6 -26\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 470\nWidth: 600\nFlags: HW\nHStem: 0 100<179 214 311 392> 417 20G<154.955 243.955 469.955 558.955>\nDStem: 128.699 337 228.699 337 78.3232 100 178.536 101 443.699 337 543.699 337 393.323 100 493.323 100\nFore\n179 101 m 1\n 393 100 l 1\n 444 337 l 1\n 406 337 388 351 392 379 c 1\n 396.453 421.077 424.642 439.907 470 437 c 1\n 559 437 l 2\n 603 437 622 421 616 388 c 1\n 615 387 l 2\n 609 356 587 340 551 337 c 2\n 544 337 l 1\n 493 100 l 1\n 533 100 550 84 544 53 c 1\n 544 50 l 1\n 537 17 511 0 466 0 c 2\n 312 0 l 1\n 291 -45 295 -65 293 -90 c 1\n 265 -102 226 -102 199 -90 c 1\n 210 -66 215 -35 218 0 c 1\n 62 0 l 2\n 19 0 0 16 6 49 c 1\n 7 50 l 1\n 11.1543 83.0437 40.0008 97.6684 78 100 c 1\n 129 337 l 1\n 91 337 73 351 77 379 c 1\n 81.4525 421.077 109.642 439.907 155 437 c 1\n 244 437 l 2\n 288 437 307 421 301 388 c 1\n 300 387 l 2\n 294 356 272 340 236 337 c 2\n 229 337 l 1\n 179 101 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 471\nWidth: 600\nFlags: HW\nHStem: 0 100<103 140 241 361> 283 100<302 416> 483 100<208 221 322 363>\nVStem: 491 106<211 224>\nDStem: 222 483 322 483 140 100 301 383 222 483 279 283 140 100 240 100\nFore\n301 383 m 1\n 399 383 l 2\n 492 383 538 366 572 317 c 0\n 596 282 604 235 594 189 c 0\n 571 78 464 0 337 0 c 2\n 104 0 l 2\n 78 0 71 1 64 7 c 0\n 33.8968 27.8407 50.7893 72.8595 78 91 c 0\n 89 98 100 100 125 100 c 2\n 140 100 l 1\n 222 483 l 1\n 207 483 l 2\n 183 483 174 484 166 490 c 0\n 135.97 510.79 153.754 556.652 181 573 c 1\n 190 580 205 583 228 583 c 2\n 361 583 l 2\n 381 583 395 580 402 576 c 0\n 415 567 420 550 416 533 c 0\n 413 517 402 502 387 492 c 0\n 375 485 367 483 340 483 c 2\n 322 483 l 1\n 301 383 l 1\n240 100 m 1\n 358 100 l 2\n 427 100 477 135 489 192 c 0\n 501 248 466 283 397 283 c 2\n 279 283 l 1\n 240 100 l 1\nEndSplineSet\nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 472\nWidth: 600\nFlags: HW\nHStem: 0 100<129 144 244.125 312> 180 100<282.25 337.364> 180 257<261.125 310> 337 100<295.031 310>\nDStem: 195 337 261 180 144 100 244 100\nFore\n295 337 m 1\n 282 280 l 1\n 501 280 547 258 523 143 c 0\n 494 8 344 0 297 0 c 2\n 129 0 l 2\n 84 0 66 17 73 50 c 0\n 79 82 105 100 144 100 c 1\n 195 337 l 1\n 156 337 137 355 144 387 c 0\n 151 420 175 437 222 437 c 2\n 310 437 l 2\n 357 437 373 420 366 387 c 0\n 359 355 334 337 295 337 c 1\n244 100 m 1\n 351 100 414 97 421 136 c 0\n 430 180 360 180 261 180 c 1\n 244 100 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 473\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 313> 200 100<259 359> 200 383<237 258> 483 99<181 196 297 423>\nVStem: 23 348<40 61> 509 107<413 416>\nDStem: 197 483 297 483 116 100 258 300 197 483 237 200 116 100 216 100\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 474\nWidth: 600\nFlags: HW\nHStem: -205 100<13 52 153 210> 10 100<326 348> 337 99<128 145> 350 99<398 406> 417 20<151 267>\nVStem: -42 308<-165 -144> 522 100<251 259>\nDStem: 146 337 188 66 52 -105 152 -105\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 475\nWidth: 600\nFlags: HW\nHStem: 0 100<22 59 160 256> 483 100<125 140 241 518> 483 217<582.971 597>\nDStem: 141 483 241 483 59 100 159 100 529 634 629 634 518 583 597 483\nFore\n518 583 m 1\n 524.194 611.717 531.341 660.389 545 676 c 0\n 558 691 576 700 593 700 c 0\n 609 700 622 692 629 679 c 0\n 634 669 635 661 629 634 c 1\n 597 483 l 1\n 241 483 l 1\n 159 100 l 1\n 259 100 l 2\n 286 100 295 98 304 91 c 1\n 328.329 63.9673 310.97 22.337 282 7 c 0\n 274 3 258 0 238 0 c 2\n 23 0 l 2\n 0 0 -13 3 -20 10 c 0\n -47.729 32.6874 -27.1318 78.1067 1 93 c 0\n 11 99 20 100 44 100 c 2\n 59 100 l 1\n 141 483 l 1\n 126 483 l 2\n 101 483 90 485 83 492 c 0\n 54.6371 517.784 74.7596 560.52 104 576 c 0\n 114 582 121 583 147 583 c 2\n 518 583 l 1\nEndSplineSet\nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 476\nWidth: 600\nFlags: HW\nHStem: 0 100<109 124> 336 193<499 516> 337 100<275.062 439>\nDStem: 175 337 275 337 124 100 224 100\nFore\n439 437 m 1\n 443.412 459.943 450.295 494.081 460 505 c 0\n 473 520 491 529 508 529 c 0\n 524 529 538 521 545 509 c 0\n 550 499 550 489 544 463 c 1\n 517 336 l 1\n 517 336 354 337 275 337 c 1\n 224 100 l 1\n 263 100 282 82 275 50 c 0\n 267 17 243 -3 198 0 c 1\n 109 0 l 2\n 64 0 46 17 53 50 c 0\n 59 82 85 100 124 100 c 1\n 175 337 l 1\n 136 337 118 355 124 387 c 0\n 131 420 157 437 202 437 c 2\n 439 437 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 477\nWidth: 600\nFlags: HW\nHStem: 0 100<43 80 181 276> 366 217<533.319 548> 483 99<145 160 261 516>\nDStem: 161 483 261 483 80 100 180 100\nFore\n180 100 m 1\n 280 100 l 2\n 307 100 316 98 324 91 c 0\n 349.866 65.1343 331.091 22.4012 302 7 c 0\n 294 3 279 0 259 0 c 2\n 44 0 l 2\n 21 0 7 3 1 10 c 1\n -27.8289 33.5873 -6.21529 77.6914 21 93 c 0\n 32 99 41 100 65 100 c 2\n 80 100 l 1\n 161 483 l 1\n 146 483 l 2\n 121 483 111 485 103 492 c 0\n 75.4928 517.007 96.0908 561.225 124 576 c 0\n 134 582 142 583 168 583 c 2\n 639 583 l 1\n 607 432 l 1\n 601 405 597 397 588 387 c 0\n 575 374 559 366 543 366 c 0\n 526 366 511 375 505 390 c 0\n 501 398 502 409 507 432 c 1\n 517 483 l 1\n 261 483 l 1\n 180 100 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 478\nWidth: 600\nFlags: HW\nHStem: 0 100<114 129> 337 100<280.063 422>\nDStem: 180 337 280 337 129 100 229 100\nFore\n422 336 m 1\n 422 336 359 337 280 337 c 1\n 229 100 l 1\n 268 100 287 82 280 50 c 0\n 272 17 248 -3 203 0 c 1\n 114 0 l 2\n 69 0 51 17 58 50 c 0\n 64 82 90 100 129 100 c 1\n 180 337 l 1\n 141 337 122 355 129 387 c 0\n 136 420 162 437 207 437 c 2\n 544 437 l 1\n 517 310 l 1\n 511 284 507 274 498 264 c 0\n 486 252 469 244 453 244 c 0\n 436 244 421 253 415 268 c 0\n 409.577 280.202 418.342 316.977 422 336 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 479\nWidth: 600\nFlags: HW\nHStem: 0 100<43 80 181 276> 366 217<533.319 548> 483 99<145 160 261 516>\nDStem: 161 483 261 483 80 100 180 100\nFore\n180 100 m 1\n 280 100 l 2\n 307 100 316 98 324 91 c 0\n 349.866 65.1343 331.091 22.4012 302 7 c 0\n 294 3 279 0 259 0 c 2\n 44 0 l 2\n 21 0 7 3 1 10 c 1\n -27.8289 33.5873 -6.21529 77.6914 21 93 c 0\n 32 99 41 100 65 100 c 2\n 80 100 l 1\n 161 483 l 1\n 146 483 l 2\n 121 483 111 485 103 492 c 0\n 75.4928 517.007 96.0908 561.225 124 576 c 0\n 134 582 142 583 168 583 c 2\n 639 583 l 1\n 607 432 l 1\n 601 405 597 397 588 387 c 0\n 575 374 559 366 543 366 c 0\n 526 366 511 375 505 390 c 0\n 501 398 502 409 507 432 c 1\n 517 483 l 1\n 261 483 l 1\n 180 100 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 480\nWidth: 600\nFlags: HW\nHStem: 0 100<114 129> 337 100<280.063 422>\nDStem: 180 337 280 337 129 100 229 100\nFore\n422 336 m 1\n 422 336 359 337 280 337 c 1\n 229 100 l 1\n 268 100 287 82 280 50 c 0\n 272 17 248 -3 203 0 c 1\n 114 0 l 2\n 69 0 51 17 58 50 c 0\n 64 82 90 100 129 100 c 1\n 180 337 l 1\n 141 337 122 355 129 387 c 0\n 136 420 162 437 207 437 c 2\n 544 437 l 1\n 517 310 l 1\n 511 284 507 274 498 264 c 0\n 486 252 469 244 453 244 c 0\n 436 244 421 253 415 268 c 0\n 409.577 280.202 418.342 316.977 422 336 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 481\nWidth: 600\nFlags: HW\nHStem: 0 100<24 43 257 269 623 625> 264 319<405.063 418.818> 483 100<451 452>\nVStem: 78 206<528 544> 206 213<48 52> 301 203<528 544> 523 203<528 536> 524 166<0 50>\nDStem: 123 483 243 487 201 330 319 334 305 264 405 264 269 100 369 100 350 483 450 483 319 334 419 334 548 487 678 483 419 334 536 321\nFore\n305 264 m 1\n 223 264 141 153 100 0 c 1\n 25 0 l 2\n -20 0 -31 20 -31 50 c 0\n -31 86 -6 100 43 100 c 1\n 81 228 133 298 201 330 c 1\n 123 483 l 1\n 89 484 78 506 78 533 c 0\n 78 567 99 583 148 583 c 2\n 225 583 l 2\n 264 583 284 565 284 534 c 0\n 284 502 266 487 243 487 c 1\n 319 334 l 1\n 350 483 l 1\n 314 483 301 501 301 533 c 0\n 301 570 326 583 378 583 c 2\n 439 583 l 2\n 488 583 504 566 504 533 c 0\n 504 498 477 483 450 483 c 1\n 419 334 l 1\n 548 487 l 1\n 529 487 523 510 523 530 c 0\n 523 568 566 583 603 583 c 2\n 670 583 l 2\n 709 583 726 563 726 533 c 0\n 726 497 702 484 678 483 c 1\n 536 321 l 1\n 581 283 622 218 623 100 c 1\n 669 100 690 83 690 50 c 0\n 690 18 662 0 614 0 c 2\n 524 0 l 1\n 523 164 487 264 405 264 c 1\n 369 100 l 1\n 403 100 419 78 419 50 c 0\n 419 14 393 0 345 0 c 2\n 262 0 l 2\n 217 0 206 23 206 50 c 0\n 206 75 223 100 269 100 c 1\n 305 264 l 1\nEndSplineSet\nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 482\nWidth: 600\nFlags: HW\nHStem: 0 100<46 57 267 270 588 604.929> 337 99<426 428 640 641> 417 20G<127 200 346 415 565 632>\nVStem: -18 215<52 61> 227 183<50.0314 60.3548> 285 186<384 389>\nDStem: 101 336 242 336 240 237 310 288 283 164 388 164 270 100 375 100 321 337 425 337 310 288 407 258 510 340 639 337 407 258 485 218\nFore\n415 437 m 2\n 453 437 471 417 471 387 c 0\n 471 358 451 337 425 337 c 1\n 407 258 l 1\n 510 340 l 1\n 494 340 490 367 491 387 c 0\n 493 424 514 437 565 437 c 2\n 632 437 l 2\n 679 437 697 419 696 387 c 0\n 695 360 682 336 639 337 c 1\n 485 218 l 1\n 537 200 564 166 588 100 c 1\n 636 100 651 82 652 50 c 0\n 653 14 634 0 584 0 c 2\n 481 0 l 2\n 437 0 419 17 426 50 c 0\n 429 64 431 100 450 99 c 1\n 438 135 417 149 388 164 c 1\n 375 100 l 1\n 392 101 411 74 410 50 c 0\n 409 16 390 0 346 0 c 2\n 281 0 l 2\n 237 0 227 21 227 50 c 0\n 227 79 250 100 270 100 c 1\n 283 164 l 1\n 247 150 209 131 189 87 c 1\n 198 74 200 64 197 50 c 0\n 190 17 164 0 120 0 c 2\n 34 0 l 2\n -12 0 -18 26 -18 50 c 0\n -18 86 8 100 57 100 c 1\n 96 162 169 234 240 237 c 1\n 101 336 l 1\n 69 336 59 351 59 386 c 0\n 59 420 79 437 127 437 c 2\n 200 437 l 2\n 248 437 266 420 268 387 c 0\n 269 364 268 336 242 336 c 1\n 310 288 l 1\n 321 337 l 1\n 298 336 285 363 285 387 c 0\n 285 419 308 437 346 437 c 2\n 415 437 l 2\nEndSplineSet\nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 483\nWidth: 600\nFlags: HW\nHStem: -14 100<264 287> 1 198<72 113> 240 101<243 319> 497 99<363 367>\nFore\n265 341 m 2\n 307 341 l 2\n 381 341 390 356 412 366 c 0\n 437 377 457 400 461 421 c 0\n 470 464 427 497 364 497 c 0\n 302 497 248 470 231 430 c 0\n 217 398 217 398 208 390 c 0\n 199 382 183 376 169 376 c 0\n 154 376 141 384 134 397 c 0\n 129 407 129 415 135 443 c 1\n 153 531 l 1\n 159 557 162 565 170 574 c 0\n 181 588 199 597 216 597 c 0\n 236 597 244 589 248 564 c 1\n 288 586 334 597 385 597 c 0\n 509 597 586 521 565 420 c 0\n 553 363 520 317 483 298 c 1\n 488 294 493 290 498 285 c 0\n 531 253 542 212 531 160 c 0\n 508 56 402 -14 265 -14 c 0\n 211 -14 160 -1 117 25 c 1\n 96 5 88 1 72 1 c 0\n 37 1 25 22 35 67 c 1\n 49 133 l 1\n 54 158 58 169 68 179 c 0\n 80 192 97 199 113 199 c 0\n 127 199 139 194 146 185 c 0\n 151 178 151 178 154 151 c 0\n 156 115 213 86 279 86 c 0\n 353 86 418 119 427 162 c 0\n 431 183 422 203 402 215 c 0\n 384 226 371 240 303 240 c 2\n 244 240 l 2\n 220 240 207 243 199 249 c 1\n 174.445 276.283 192.279 317.795 221 333 c 0\n 232 339 240 341 265 341 c 2\nEndSplineSet\nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 484\nWidth: 600\nFlags: HW\nHStem: -16 100<271 300> 1 166<95 130> 178 100<271 325> 281 169<173 206> 350 99<341 357>\nFore\n285 278 m 2\n 316 278 l 2\n 382 278 388 286 403 291 c 0\n 420 297 432 306 434 315 c 0\n 438 333 393 350 342 350 c 0\n 300 350 265 341 233 321 c 1\n 226 312 l 2\n 209 290 194 281 173 281 c 0\n 158 281 143 289 136 301 c 0\n 127.384 318.233 140.339 362.443 145 384 c 1\n 154 430 174 450 206 450 c 0\n 221 450 228 443 232 424 c 1\n 275 442 318 450 367 450 c 0\n 487 450 560 393 543 313 c 0\n 537 281 516 252 492 235 c 1\n 490 225 l 1\n 519 205 533 164 525 125 c 0\n 507 43 401 -16 272 -16 c 0\n 215 -16 166 -6 130 13 c 1\n 117 4 108 1 95 1 c 0\n 77 1 63 9 56 25 c 0\n 53 34 53 43 58 67 c 2\n 65 100 l 2\n 71 127 75 136 85 146 c 0\n 98 160 113 167 130 167 c 0\n 156 167 169 153 172 123 c 1\n 196 97 235 84 289 84 c 0\n 353 84 410 104 415 127 c 0\n 418 140 408 154 388 162 c 0\n 373 169 351 178 300 178 c 2\n 258 178 l 2\n 219 178 201 196 207 228 c 0\n 214 261 240 279 285 278 c 2\nEndSplineSet\nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 485\nWidth: 600\nFlags: HW\nHStem: 0 100<23 60 161 191 470 495> 483 100<126 141 242 299 559.031 575.261>\nDStem: 142 483 242 483 60 100 210 334 142 483 198 278 60 100 160 100 421 487 559 483 210 334 350 330\nFore\n160 100 m 1\n 195 100 l 2\n 222 100 230 98 238 91 c 0\n 266.363 65.2155 246.24 22.4802 217 7 c 0\n 210 3 194 0 174 0 c 2\n 24 0 l 2\n 1 0 -12 3 -19 10 c 0\n -47.1525 33.0338 -26.2945 78.0206 2 93 c 0\n 12 99 21 100 45 100 c 2\n 60 100 l 1\n 142 483 l 1\n 127 483 l 2\n 102 483 91 485 84 492 c 0\n 55.7448 517.687 75.9744 560.236 104 576 c 0\n 115 582 122 583 148 583 c 2\n 298 583 l 2\n 325 583 333 581 341 574 c 0\n 368.627 548.885 349.04 505.374 320 490 c 0\n 311 485 300 483 277 483 c 2\n 242 483 l 1\n 210 334 l 1\n 421 487 l 1\n 401 495 394 509 399 532 c 0\n 406.609 567.509 435.228 583 476 583 c 2\n 576 583 l 2\n 603 583 611 581 620 574 c 1\n 630 564 635 549 631 533 c 0\n 624 500 600 483 559 483 c 1\n 350 330 l 1\n 404 298 449 215 470 100 c 1\n 502 100 l 2\n 529 100 537 98 545 91 c 0\n 573.363 65.2156 553.24 22.4803 524 7 c 0\n 517 3 501 0 481 0 c 2\n 371 0 l 1\n 354 143 280 278 198 278 c 1\n 160 100 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 486\nWidth: 600\nFlags: HW\nHStem: 0 100<74 112 425 459> 337 100<145 161 476 526>\nDStem: 162 337 226 164 112 100 191 0 344 350 476 337 252 287 317 227\nFore\n191 0 m 1\n 75 0 l 2\n 31 0 12 17 19 50 c 0\n 23 67 36 84 52 93 c 0\n 63 99 71 100 96 100 c 2\n 112 100 l 1\n 162 337 l 1\n 146 337 l 2\n 120 337 111 339 102 346 c 1\n 76.2279 371.772 96.0524 415.204 124 430 c 0\n 134 436 144 437 168 437 c 2\n 284 437 l 1\n 252 287 l 1\n 344 350 l 1\n 322.237 383.853 343.464 414.979 369 430 c 0\n 378 435 390 437 414 437 c 2\n 526 437 l 2\n 551 437 561 435 570 428 c 0\n 597.154 403.315 574.845 359.791 548 344 c 0\n 539 339 527 337 504 337 c 2\n 476 337 l 1\n 317 227 l 1\n 425 100 l 1\n 458 100 l 2\n 486 100 494 98 502 91 c 0\n 529.713 65.8066 509.964 24.0375 481 7 c 0\n 472 2 459 0 437 0 c 2\n 319 0 l 2\n 275 0 256 17 263 50 c 0\n 266 64 272 74 287 87 c 1\n 226 164 l 1\n 191 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 487\nWidth: 600\nFlags: HW\nHStem: 0 100<23 60 161 191 470 495> 483 100<126 141 242 299 559.031 575.261>\nDStem: 142 483 242 483 60 100 210 334 142 483 198 278 60 100 160 100 421 487 559 483 210 334 350 330\nFore\n160 100 m 1\n 195 100 l 2\n 222 100 230 98 238 91 c 0\n 266.363 65.2155 246.24 22.4802 217 7 c 0\n 210 3 194 0 174 0 c 2\n 24 0 l 2\n 1 0 -12 3 -19 10 c 0\n -47.1525 33.0338 -26.2945 78.0206 2 93 c 0\n 12 99 21 100 45 100 c 2\n 60 100 l 1\n 142 483 l 1\n 127 483 l 2\n 102 483 91 485 84 492 c 0\n 55.7448 517.687 75.9744 560.236 104 576 c 0\n 115 582 122 583 148 583 c 2\n 298 583 l 2\n 325 583 333 581 341 574 c 0\n 368.627 548.885 349.04 505.374 320 490 c 0\n 311 485 300 483 277 483 c 2\n 242 483 l 1\n 210 334 l 1\n 421 487 l 1\n 401 495 394 509 399 532 c 0\n 406.609 567.509 435.228 583 476 583 c 2\n 576 583 l 2\n 603 583 611 581 620 574 c 1\n 630 564 635 549 631 533 c 0\n 624 500 600 483 559 483 c 1\n 350 330 l 1\n 404 298 449 215 470 100 c 1\n 502 100 l 2\n 529 100 537 98 545 91 c 0\n 573.363 65.2156 553.24 22.4803 524 7 c 0\n 517 3 501 0 481 0 c 2\n 371 0 l 1\n 354 143 280 278 198 278 c 1\n 160 100 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 488\nWidth: 600\nFlags: HW\nHStem: 0 100<74 112 425 459> 337 100<145 161 476 526>\nDStem: 162 337 226 164 112 100 191 0 344 350 476 337 252 287 317 227\nFore\n191 0 m 1\n 75 0 l 2\n 31 0 12 17 19 50 c 0\n 23 67 36 84 52 93 c 0\n 63 99 71 100 96 100 c 2\n 112 100 l 1\n 162 337 l 1\n 146 337 l 2\n 120 337 111 339 102 346 c 1\n 76.2279 371.772 96.0524 415.204 124 430 c 0\n 134 436 144 437 168 437 c 2\n 284 437 l 1\n 252 287 l 1\n 344 350 l 1\n 322.237 383.853 343.464 414.979 369 430 c 0\n 378 435 390 437 414 437 c 2\n 526 437 l 2\n 551 437 561 435 570 428 c 0\n 597.154 403.315 574.845 359.791 548 344 c 0\n 539 339 527 337 504 337 c 2\n 476 337 l 1\n 317 227 l 1\n 425 100 l 1\n 458 100 l 2\n 486 100 494 98 502 91 c 0\n 529.713 65.8066 509.964 24.0375 481 7 c 0\n 472 2 459 0 437 0 c 2\n 319 0 l 2\n 275 0 256 17 263 50 c 0\n 266 64 272 74 287 87 c 1\n 226 164 l 1\n 191 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 489\nWidth: 600\nFlags: HW\nHStem: 0 100<23 60 161 191 470 495> 483 100<126 141 242 299 559.031 575.261>\nDStem: 142 483 242 483 60 100 210 334 142 483 198 278 60 100 160 100 421 487 559 483 210 334 350 330\nFore\n160 100 m 1\n 195 100 l 2\n 222 100 230 98 238 91 c 0\n 266.363 65.2155 246.24 22.4802 217 7 c 0\n 210 3 194 0 174 0 c 2\n 24 0 l 2\n 1 0 -12 3 -19 10 c 0\n -47.1525 33.0338 -26.2945 78.0206 2 93 c 0\n 12 99 21 100 45 100 c 2\n 60 100 l 1\n 142 483 l 1\n 127 483 l 2\n 102 483 91 485 84 492 c 0\n 55.7448 517.687 75.9744 560.236 104 576 c 0\n 115 582 122 583 148 583 c 2\n 298 583 l 2\n 325 583 333 581 341 574 c 0\n 368.627 548.885 349.04 505.374 320 490 c 0\n 311 485 300 483 277 483 c 2\n 242 483 l 1\n 210 334 l 1\n 421 487 l 1\n 401 495 394 509 399 532 c 0\n 406.609 567.509 435.228 583 476 583 c 2\n 576 583 l 2\n 603 583 611 581 620 574 c 1\n 630 564 635 549 631 533 c 0\n 624 500 600 483 559 483 c 1\n 350 330 l 1\n 404 298 449 215 470 100 c 1\n 502 100 l 2\n 529 100 537 98 545 91 c 0\n 573.363 65.2156 553.24 22.4803 524 7 c 0\n 517 3 501 0 481 0 c 2\n 371 0 l 1\n 354 143 280 278 198 278 c 1\n 160 100 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 490\nWidth: 600\nFlags: HW\nHStem: 0 100<74 112 425 459> 337 100<145 161 476 526>\nDStem: 162 337 226 164 112 100 191 0 344 350 476 337 252 287 317 227\nFore\n191 0 m 1\n 75 0 l 2\n 31 0 12 17 19 50 c 0\n 23 67 36 84 52 93 c 0\n 63 99 71 100 96 100 c 2\n 112 100 l 1\n 162 337 l 1\n 146 337 l 2\n 120 337 111 339 102 346 c 1\n 76.2279 371.772 96.0524 415.204 124 430 c 0\n 134 436 144 437 168 437 c 2\n 284 437 l 1\n 252 287 l 1\n 344 350 l 1\n 322.237 383.853 343.464 414.979 369 430 c 0\n 378 435 390 437 414 437 c 2\n 526 437 l 2\n 551 437 561 435 570 428 c 0\n 597.154 403.315 574.845 359.791 548 344 c 0\n 539 339 527 337 504 337 c 2\n 476 337 l 1\n 317 227 l 1\n 425 100 l 1\n 458 100 l 2\n 486 100 494 98 502 91 c 0\n 529.713 65.8066 509.964 24.0375 481 7 c 0\n 472 2 459 0 437 0 c 2\n 319 0 l 2\n 275 0 256 17 263 50 c 0\n 266 64 272 74 287 87 c 1\n 226 164 l 1\n 191 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 491\nWidth: 600\nFlags: HW\nHStem: 0 100<23 60 161 191 470 495> 483 100<126 141 242 299 559.031 575.261>\nDStem: 142 483 242 483 60 100 210 334 142 483 198 278 60 100 160 100 421 487 559 483 210 334 350 330\nFore\n160 100 m 1\n 195 100 l 2\n 222 100 230 98 238 91 c 0\n 266.363 65.2155 246.24 22.4802 217 7 c 0\n 210 3 194 0 174 0 c 2\n 24 0 l 2\n 1 0 -12 3 -19 10 c 0\n -47.1525 33.0338 -26.2945 78.0206 2 93 c 0\n 12 99 21 100 45 100 c 2\n 60 100 l 1\n 142 483 l 1\n 127 483 l 2\n 102 483 91 485 84 492 c 0\n 55.7448 517.687 75.9744 560.236 104 576 c 0\n 115 582 122 583 148 583 c 2\n 298 583 l 2\n 325 583 333 581 341 574 c 0\n 368.627 548.885 349.04 505.374 320 490 c 0\n 311 485 300 483 277 483 c 2\n 242 483 l 1\n 210 334 l 1\n 421 487 l 1\n 401 495 394 509 399 532 c 0\n 406.609 567.509 435.228 583 476 583 c 2\n 576 583 l 2\n 603 583 611 581 620 574 c 1\n 630 564 635 549 631 533 c 0\n 624 500 600 483 559 483 c 1\n 350 330 l 1\n 404 298 449 215 470 100 c 1\n 502 100 l 2\n 529 100 537 98 545 91 c 0\n 573.363 65.2156 553.24 22.4803 524 7 c 0\n 517 3 501 0 481 0 c 2\n 371 0 l 1\n 354 143 280 278 198 278 c 1\n 160 100 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 492\nWidth: 600\nFlags: HW\nHStem: 0 100<74 112 425 459> 337 100<145 161 476 526>\nDStem: 162 337 226 164 112 100 191 0 344 350 476 337 252 287 317 227\nFore\n191 0 m 1\n 75 0 l 2\n 31 0 12 17 19 50 c 0\n 23 67 36 84 52 93 c 0\n 63 99 71 100 96 100 c 2\n 112 100 l 1\n 162 337 l 1\n 146 337 l 2\n 120 337 111 339 102 346 c 1\n 76.2279 371.772 96.0524 415.204 124 430 c 0\n 134 436 144 437 168 437 c 2\n 284 437 l 1\n 252 287 l 1\n 344 350 l 1\n 322.237 383.853 343.464 414.979 369 430 c 0\n 378 435 390 437 414 437 c 2\n 526 437 l 2\n 551 437 561 435 570 428 c 0\n 597.154 403.315 574.845 359.791 548 344 c 0\n 539 339 527 337 504 337 c 2\n 476 337 l 1\n 317 227 l 1\n 425 100 l 1\n 458 100 l 2\n 486 100 494 98 502 91 c 0\n 529.713 65.8066 509.964 24.0375 481 7 c 0\n 472 2 459 0 437 0 c 2\n 319 0 l 2\n 275 0 256 17 263 50 c 0\n 266 64 272 74 287 87 c 1\n 226 164 l 1\n 191 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 493\nWidth: 600\nFlags: HW\nHStem: 0 100<87 116 216 231 393 430 531 536> 241 100<268 459> 483 100<297 334 495 510>\nVStem: 32 255<40 60> 155 235<523 544> 337 255<40 60> 440 235<523 544>\nDStem: 197 483 297 483 116 100 267 341 197 483 246 241 116 100 216 100 197 483 611 483 116 100 530 100 460 241 611 483 430 100 530 100 511 483 611 483 481 341 530 100\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 494\nWidth: 600\nFlags: HW\nHStem: 0 100<80 95 395 410> 162 101<231 423> 337 99<246.031 261 561.031 576.264>\nDStem: 146 337 246 337 95 100 230 263 146 337 561 337 95 100 510 100 146 337 209 162 95 100 195 100 424 162 561 337 410 100 510 100 461 336 561 337 445 263 510 100\nFore\n246 337 m 1\n 230 263 l 1\n 445 263 l 1\n 461 336 l 1\n 422 336 403 354 410 386 c 0\n 418 419 442 439 487 436 c 1\n 577 437 l 2\n 620 437 639 420 632 387 c 0\n 626 355 600 337 561 337 c 1\n 510 100 l 1\n 549 100 568 82 561 50 c 0\n 553 17 529 -3 484 0 c 1\n 395 0 l 2\n 350 0 332 17 339 50 c 0\n 346 82 371 100 410 100 c 1\n 424 162 l 1\n 209 162 l 1\n 195 100 l 1\n 234 100 253 82 246 50 c 0\n 238 17 214 -3 169 0 c 1\n 80 0 l 2\n 35 0 17 17 24 50 c 0\n 31 82 56 100 95 100 c 1\n 146 337 l 1\n 107 337 89 355 95 387 c 0\n 102 420 128 438 173 437 c 2\n 261 436 l 2\n 306 435 324 419 317 386 c 0\n 310 354 285 337 246 337 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 495\nWidth: 600\nFlags: HW\nHStem: 0 100<87 116 216 231 393 430 531 536> 241 100<268 459> 483 100<297 334 495 510>\nVStem: 32 255<40 60> 155 235<523 544> 337 255<40 60> 440 235<523 544>\nDStem: 197 483 297 483 116 100 267 341 197 483 246 241 116 100 216 100 197 483 611 483 116 100 530 100 460 241 611 483 430 100 530 100 511 483 611 483 481 341 530 100\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 496\nWidth: 600\nFlags: HW\nHStem: 0 100<80 95 395 410> 162 101<231 423> 337 99<246.031 261 561.031 576.264>\nDStem: 146 337 246 337 95 100 230 263 146 337 561 337 95 100 510 100 146 337 209 162 95 100 195 100 424 162 561 337 410 100 510 100 461 336 561 337 445 263 510 100\nFore\n246 337 m 1\n 230 263 l 1\n 445 263 l 1\n 461 336 l 1\n 422 336 403 354 410 386 c 0\n 418 419 442 439 487 436 c 1\n 577 437 l 2\n 620 437 639 420 632 387 c 0\n 626 355 600 337 561 337 c 1\n 510 100 l 1\n 549 100 568 82 561 50 c 0\n 553 17 529 -3 484 0 c 1\n 395 0 l 2\n 350 0 332 17 339 50 c 0\n 346 82 371 100 410 100 c 1\n 424 162 l 1\n 209 162 l 1\n 195 100 l 1\n 234 100 253 82 246 50 c 0\n 238 17 214 -3 169 0 c 1\n 80 0 l 2\n 35 0 17 17 24 50 c 0\n 31 82 56 100 95 100 c 1\n 146 337 l 1\n 107 337 89 355 95 387 c 0\n 102 420 128 438 173 437 c 2\n 261 436 l 2\n 306 435 324 419 317 386 c 0\n 310 354 285 337 246 337 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 497\nWidth: 600\nFlags: HW\nHStem: 0 100<34 62 162 177 339 376 477 482> 483 100<244 457>\nDStem: 144 483 558 483 62 100 476 100 144 483 244 483 62 100 162 100 458 483 558 483 376 100 476 100\nFore\n458 483 m 1\n 244 483 l 1\n 162 100 l 1\n 177 100 l 2\n 203 100 213 98 220 91 c 0\n 248.363 65.2155 228.24 22.4802 199 7 c 0\n 190 2 177 0 156 0 c 2\n 35 0 l 2\n 11 0 -1 3 -9 9 c 1\n -35.068 35.068 -15.8437 77.7298 13 93 c 0\n 23 99 31 100 56 100 c 2\n 62 100 l 1\n 144 483 l 1\n 79.0353 488.906 96.2197 554.186 135 576 c 0\n 146 582 154 583 179 583 c 2\n 565 583 l 2\n 592 583 600 581 609 574 c 1\n 619 564 624 549 620 533 c 0\n 614 504 591 486 558 483 c 1\n 476 100 l 1\n 482 100 l 2\n 509 100 518 98 525 91 c 0\n 553.363 65.2156 533.24 22.4803 504 7 c 0\n 495 2 482 0 461 0 c 2\n 340 0 l 2\n 316 0 305 3 297 9 c 0\n 269.198 34.2745 289.2 77.7528 318 93 c 0\n 328 99 337 100 361 100 c 2\n 376 100 l 1\n 458 483 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 498\nWidth: 600\nFlags: HW\nHStem: 0 100<52 67 367 382> 336 101<219 432 533.031 548.264>\nDStem: 118 337 533 337 67 100 482 100 118 337 218 337 67 100 167 100 433 336 533 337 382 100 482 100\nFore\n433 336 m 1\n 218 337 l 1\n 167 100 l 1\n 206 100 225 82 218 50 c 0\n 210 17 186 -3 141 0 c 1\n 52 0 l 2\n 7 0 -11 17 -4 50 c 0\n 3 82 28 100 67 100 c 1\n 118 337 l 1\n 79 337 61 355 67 387 c 0\n 74 420 100 437 145 437 c 2\n 549 437 l 2\n 592 437 611 420 604 387 c 0\n 598 355 572 337 533 337 c 1\n 482 100 l 1\n 521 100 540 82 533 50 c 0\n 525 17 501 -3 456 0 c 1\n 367 0 l 2\n 322 0 304 17 311 50 c 0\n 318 82 343 100 382 100 c 1\n 433 336 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 499\nWidth: 600\nFlags: HW\nHStem: -14 100<296 369> 497 100<364 448.5>\nVStem: 80 102<174.5 204>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 500\nWidth: 600\nFlags: HW\nHStem: -16 100<296.5 367> 350 100<360.5 407>\nVStem: 94 101\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 501\nWidth: 600\nFlags: HW\nHStem: -14 100<296 369> 497 100<364 448.5>\nVStem: 80 102<174.5 204>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 502\nWidth: 600\nFlags: HW\nHStem: -16 100<296.5 367> 350 100<360.5 407>\nVStem: 94 101\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 503\nWidth: 600\nFlags: HW\nHStem: 0 100<206 270 370 415> 483 100<245 352 245 245 452 561 452 452>\nVStem: 128 365\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 504\nWidth: 600\nFlags: HW\nHStem: 1 100<179 194> 337 101<156 243 344 431>\nDStem: 244 337 344 337 194 101 294 101\nFore\n244 337 m 1\n 156 337 l 1\n 151.577 314 145.281 280.567 135 269 c 0\n 123 254 104 245 87 245 c 0\n 71 245 57 253 50 265 c 0\n 45 275 45 285 51 311 c 1\n 78 438 l 1\n 554 438 l 1\n 527 311 l 1\n 521 285 517 275 508 265 c 1\n 495 253 479 245 463 245 c 0\n 446 245 431 254 425 269 c 0\n 419.577 281.202 428.342 317.977 432 337 c 1\n 344 337 l 1\n 294 101 l 1\n 333 101 352 83 344 51 c 0\n 337 18 313 -2 268 1 c 1\n 179 1 l 2\n 134 1 115 18 122 51 c 0\n 129 83 155 101 194 101 c 1\n 244 337 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 505\nWidth: 600\nFlags: HW\nHStem: 0 100<182 272 373 436> 483 100<188 188 617 639>\nVStem: 128 366<40 61> 134 224<523 544> 467 227<523 544>\nDStem: 188 483 308 483 302 245 374 348 302 245 402 245 272 100 372 100 497 483 617 483 374 348 402 245\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 506\nWidth: 600\nFlags: HW\nHStem: 0 21<247 350 247 247> 337 100<264 264 264 270 589 589 589 605>\nVStem: 81 266 414 269\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 507\nWidth: 600\nFlags: HW\nHStem: 0 100<182 272 373 436> 483 100<188 188 617 639>\nVStem: 128 366<40 61> 134 224<523 544> 467 227<523 544>\nDStem: 188 483 308 483 302 245 374 348 302 245 402 245 272 100 372 100 497 483 617 483 374 348 402 245\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 508\nWidth: 600\nFlags: HW\nHStem: 0 21<247 350 247 247> 337 100<264 264 264 270 589 589 589 605>\nVStem: 81 266 414 269\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 509\nWidth: 600\nFlags: HW\nHStem: 0 100<76 89> 563 20<209 300 545 635>\nVStem: 19 245<40 60> 131 226<523 544> 356 245<40 60> 467 225<523 544>\nDStem: 179 483 308 484 298 298 379 375 298 298 347 220 89 100 219 100 347 220 427 297 423 100 552 100 495 484 623 483 379 375 427 297\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 510\nWidth: 600\nFlags: HW\nHStem: 0 21<66.5 87 87 197 379.5 400 400 512> 417 20<198 291 291 301 492 584 584 594>\nVStem: 414 227<381.5 384>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 511\nWidth: 600\nFlags: HW\nHStem: 0 100<143 356> 483 100<119 123 224 262 424 437 538 567>\nDStem: 124 483 224 483 42 100 142 100 437 0 558 100 421 -75 521 -75 438 483 538 483 356 100 456 100\nFore\n437 0 m 1\n 35 0 l 2\n 10 0 2 1 -5 7 c 1\n -19 16 -24 33 -20 50 c 0\n -14 79 9 97 42 100 c 1\n 124 483 l 1\n 118 483 l 2\n 93 483 85 484 77 490 c 0\n 64 499 59 516 62 533 c 0\n 66 548 77 564 91 574 c 0\n 101 580 115 583 139 583 c 2\n 260 583 l 2\n 281 583 294 581 300 576 c 0\n 330.986 556.081 312.67 509.78 286 492 c 0\n 275 485 265 483 239 483 c 2\n 224 483 l 1\n 142 100 l 1\n 356 100 l 1\n 438 483 l 1\n 423 483 l 2\n 399 483 390 484 382 490 c 0\n 369 499 364 516 367 533 c 0\n 371 548 382 564 397 574 c 0\n 407 580 420 583 444 583 c 2\n 565 583 l 2\n 586 583 599 581 605 576 c 0\n 635.986 556.081 617.67 509.78 591 492 c 0\n 580 485 571 483 544 483 c 2\n 538 483 l 1\n 456 100 l 1\n 558 100 l 1\n 521 -75 l 1\n 515 -102 512 -110 503 -120 c 0\n 490 -133 473 -141 457 -141 c 0\n 440 -141 426 -132 419 -117 c 0\n 416 -109 416 -98 421 -75 c 2\n 437 0 l 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 512\nWidth: 600\nFlags: HW\nHStem: 0 100<61 76 177 374> 337 100<226.031 241 524.031 539>\nDStem: 126 337 226 337 76 100 176 101 424 337 524 337 374 100 474 100\nFore\n474 100 m 1\n 568 100 l 1\n 541 -26 l 1\n 535 -52 531 -62 522 -72 c 0\n 510 -84 493 -92 477 -92 c 0\n 460 -92 445 -83 439 -68 c 0\n 433.577 -55.7984 442.342 -19.0227 446 0 c 1\n 59 0 l 2\n 16 0 -2 17 4 50 c 0\n 10 82 37 100 76 100 c 1\n 126 337 l 1\n 87 337 68 355 76 387 c 0\n 83 420 106 436 152 437 c 2\n 241 437 l 2\n 286 437 305 420 298 387 c 0\n 291 355 265 337 226 337 c 1\n 176 101 l 1\n 374 100 l 1\n 424 337 l 1\n 385 337 366 355 374 387 c 0\n 381 420 407 436 450 437 c 2\n 539 437 l 2\n 584 437 603 420 596 387 c 0\n 589 355 563 337 524 337 c 1\n 474 100 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 513\nWidth: 600\nFlags: HW\nHStem: 0 100<268 308 409 413> 167 100<221 244> 483 100<190 227 373 388>\nDStem: 90 483 190 483 52 305 153 308 389 483 489 483 352 308 408 100\nFore\n327 196 m 1\n 299 176 264 167 220 167 c 0\n 135 167 29 182 52 305 c 1\n 90 483 l 1\n 26.5506 488.948 41.7065 554.668 82 576 c 0\n 92 582 100 583 125 583 c 2\n 226 583 l 2\n 253 583 262 581 269 574 c 0\n 297.363 548.215 277.24 505.48 248 490 c 0\n 238 485 229 483 205 483 c 2\n 190 483 l 1\n 153 308 l 1\n 161 277 202 267 242 267 c 0\n 289 267 330 283 352 308 c 1\n 389 483 l 1\n 374 483 l 2\n 348 483 339 485 331 492 c 0\n 303.373 517.115 322.96 560.626 352 576 c 0\n 362 582 370 583 395 583 c 2\n 496 583 l 2\n 523 583 532 581 540 574 c 0\n 550 564 555 549 552 533 c 0\n 545 504 523 486 489 483 c 1\n 408 100 l 1\n 414 100 l 2\n 441 100 449 98 457 91 c 0\n 484.507 65.9934 463.909 21.7755 436 7 c 0\n 427 2 413 0 392 0 c 2\n 271 0 l 2\n 247 0 236 3 228 9 c 0\n 200.315 34.1679 221.332 78.352 249 93 c 0\n 259 99 269 100 293 100 c 2\n 308 100 l 1\n 327 196 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 514\nWidth: 600\nFlags: HW\nHStem: 0 100<314 329> 123 101<243 266> 337 99<199.031 214.625 479.031 494.315>\nDStem: 99 337 199 337 81 252 181 252 339 147 479 337 329 100 429 100 379 336 479 337 362 256 429 100\nFore\n199 337 m 1\n 181 252 l 1\n 189 233 226 224 264 224 c 0\n 305 224 334 235 362 256 c 1\n 379 336 l 1\n 340 336 322 354 329 386 c 0\n 337 419 361 439 406 436 c 1\n 496 437 l 2\n 539 437 557 420 551 387 c 0\n 545 355 518 337 479 337 c 1\n 429 100 l 1\n 468 100 487 82 479 50 c 0\n 472 17 448 -3 403 0 c 1\n 314 0 l 2\n 269 0 250 17 257 50 c 0\n 264 82 290 100 329 100 c 1\n 339 147 l 1\n 306 129 282 123 242 123 c 0\n 163 123 59 150 81 252 c 2\n 99 337 l 1\n 60 337 42 355 49 387 c 0\n 56 420 82 438 127 437 c 2\n 215 436 l 2\n 259 435 278 419 271 386 c 0\n 264 354 238 337 199 337 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 515\nWidth: 600\nFlags: HW\nHStem: 0 100<268 308 409 413> 167 100<221 244> 483 100<190 227 373 388>\nDStem: 90 483 190 483 52 305 153 308 389 483 489 483 352 308 408 100\nFore\n327 196 m 1\n 299 176 264 167 220 167 c 0\n 135 167 29 182 52 305 c 1\n 90 483 l 1\n 26.5506 488.948 41.7065 554.668 82 576 c 0\n 92 582 100 583 125 583 c 2\n 226 583 l 2\n 253 583 262 581 269 574 c 0\n 297.363 548.215 277.24 505.48 248 490 c 0\n 238 485 229 483 205 483 c 2\n 190 483 l 1\n 153 308 l 1\n 161 277 202 267 242 267 c 0\n 289 267 330 283 352 308 c 1\n 389 483 l 1\n 374 483 l 2\n 348 483 339 485 331 492 c 0\n 303.373 517.115 322.96 560.626 352 576 c 0\n 362 582 370 583 395 583 c 2\n 496 583 l 2\n 523 583 532 581 540 574 c 0\n 550 564 555 549 552 533 c 0\n 545 504 523 486 489 483 c 1\n 408 100 l 1\n 414 100 l 2\n 441 100 449 98 457 91 c 0\n 484.507 65.9934 463.909 21.7755 436 7 c 0\n 427 2 413 0 392 0 c 2\n 271 0 l 2\n 247 0 236 3 228 9 c 0\n 200.315 34.1679 221.332 78.352 249 93 c 0\n 259 99 269 100 293 100 c 2\n 308 100 l 1\n 327 196 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 516\nWidth: 600\nFlags: HW\nHStem: 0 100<314 329> 123 101<243 266> 337 99<199.031 214.625 479.031 494.315>\nDStem: 99 337 199 337 81 252 181 252 339 147 479 337 329 100 429 100 379 336 479 337 362 256 429 100\nFore\n199 337 m 1\n 181 252 l 1\n 189 233 226 224 264 224 c 0\n 305 224 334 235 362 256 c 1\n 379 336 l 1\n 340 336 322 354 329 386 c 0\n 337 419 361 439 406 436 c 1\n 496 437 l 2\n 539 437 557 420 551 387 c 0\n 545 355 518 337 479 337 c 1\n 429 100 l 1\n 468 100 487 82 479 50 c 0\n 472 17 448 -3 403 0 c 1\n 314 0 l 2\n 269 0 250 17 257 50 c 0\n 264 82 290 100 329 100 c 1\n 339 147 l 1\n 306 129 282 123 242 123 c 0\n 163 123 59 150 81 252 c 2\n 99 337 l 1\n 60 337 42 355 49 387 c 0\n 56 420 82 438 127 437 c 2\n 215 436 l 2\n 259 435 278 419 271 386 c 0\n 264 354 238 337 199 337 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 517\nWidth: 600\nFlags: HW\nHStem: 0 100<211 228 373 410> 316 100<357 379> 483 100<187 191 292 332>\nDStem: 192 483 248 275 111 100 211 100 447 275 548 278 410 100 510 100\nFore\n273 387 m 1\n 301 407 336 416 380 416 c 0\n 465 416 571 401 548 278 c 1\n 510 100 l 1\n 573.449 94.0516 558.294 28.332 518 7 c 0\n 508 1 500 0 475 0 c 2\n 374 0 l 2\n 347 0 338 2 331 9 c 0\n 302.637 34.7846 322.76 77.5199 352 93 c 0\n 362 98 371 100 395 100 c 2\n 410 100 l 1\n 447 275 l 1\n 439 306 398 316 358 316 c 0\n 311 316 270 300 248 275 c 1\n 211 100 l 1\n 226 100 l 2\n 252 100 261 98 269 91 c 0\n 296.627 65.8848 277.04 22.3743 248 7 c 0\n 238 1 230 0 205 0 c 2\n 104 0 l 2\n 77 0 68 2 60 9 c 0\n 50 19 45 34 48 50 c 0\n 55 79 77 97 111 100 c 1\n 192 483 l 1\n 186 483 l 2\n 159 483 151 485 143 492 c 0\n 115.493 517.007 136.091 561.224 164 576 c 0\n 173 581 187 583 208 583 c 2\n 329 583 l 2\n 353 583 364 580 372 574 c 0\n 399.685 548.832 378.669 504.648 351 490 c 0\n 341 484 331 483 307 483 c 2\n 292 483 l 1\n 273 387 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 518\nWidth: 600\nFlags: HW\nHStem: 0 100<106 121 386 401> 213 101<335 357> 337 100<271.031 286>\nDStem: 171 337 271 337 121 100 261 290 171 337 238 181 121 100 221 101 419 185 519 185 401 100 501 100\nFore\n401 100 m 1\n 419 185 l 1\n 411 204 374 213 336 213 c 0\n 294 213 266 202 238 181 c 1\n 221 101 l 1\n 260 101 278 83 271 51 c 0\n 263 18 239 -2 194 1 c 1\n 104 0 l 2\n 61 0 43 17 49 50 c 0\n 55 82 82 100 121 100 c 1\n 171 337 l 1\n 132 337 113 355 121 387 c 0\n 128 420 152 440 197 437 c 1\n 286 437 l 2\n 331 437 350 420 343 387 c 0\n 336 355 310 337 271 337 c 1\n 261 290 l 1\n 293 308 318 314 358 314 c 0\n 437 314 541 287 519 185 c 2\n 501 100 l 1\n 540 100 558 82 551 50 c 0\n 544 17 518 -1 473 0 c 2\n 385 1 l 2\n 341 2 322 18 329 51 c 0\n 336 83 362 100 401 100 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 519\nWidth: 600\nFlags: HW\nHStem: -14 100<296 369> 497 100<364 448.5>\nVStem: 80 102<174.5 204>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 520\nWidth: 600\nFlags: HW\nHStem: -16 100<296.5 367> 350 100<360.5 407>\nVStem: 94 101\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 521\nWidth: 600\nFlags: HW\nHStem: -14 100<296 369> 497 100<364 448.5>\nVStem: 80 102<174.5 204>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 522\nWidth: 600\nFlags: HW\nHStem: -16 100<296.5 367> 350 100<360.5 407>\nVStem: 94 101\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 523\nWidth: 600\nFlags: HW\nHStem: 0 100<171 272 372 451> 483 100<274 353 453 554 453 453>\nVStem: 196 436\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 524\nWidth: 600\nFlags: HW\nHStem: 0 100<24 43 257 269 623 632> 264 319<405.063 418.818> 483 100<451 453> 623 68<449 467>\nVStem: 78 206<528 544> 206 213<48 52> 301 203<528 544> 305 69<750 770> 523 203<528 536> 524 166<0 50>\nDStem: 123 483 243 487 201 330 319 334 305 264 405 264 269 100 369 100 350 483 450 483 319 334 419 334 548 487 678 483 419 334 536 321\nFore\n305 264 m 1\n 223 264 141 153 100 0 c 1\n 25 0 l 2\n -20 0 -31 20 -31 50 c 0\n -31 86 -6 100 43 100 c 1\n 81 228 133 298 201 330 c 1\n 123 483 l 1\n 89 484 78 506 78 533 c 0\n 78 567 99 583 148 583 c 2\n 225 583 l 2\n 264 583 284 565 284 534 c 0\n 284 502 266 487 243 487 c 1\n 319 334 l 1\n 350 483 l 1\n 314 483 301 501 301 533 c 0\n 301 570 326 583 378 583 c 2\n 439 583 l 2\n 488 583 504 566 504 533 c 0\n 504 498 477 483 450 483 c 1\n 419 334 l 1\n 548 487 l 1\n 529 487 523 510 523 530 c 0\n 523 568 566 583 603 583 c 2\n 670 583 l 2\n 709 583 726 563 726 533 c 0\n 726 497 702 484 678 483 c 1\n 536 321 l 1\n 581 283 622 218 623 100 c 1\n 669 100 690 83 690 50 c 0\n 690 18 662 0 614 0 c 2\n 524 0 l 1\n 523 164 487 264 405 264 c 1\n 369 100 l 1\n 403 100 419 78 419 50 c 0\n 419 14 393 0 345 0 c 2\n 262 0 l 2\n 217 0 206 23 206 50 c 0\n 206 75 223 100 269 100 c 1\n 305 264 l 1\n350 807 m 0\n 368 807 375 797 374 770 c 0\n 374 722 409 691 465 691 c 0\n 520 691 569 721 588 767 c 0\n 602 798 611 807 631 807 c 0\n 648 807 658 797 658 780 c 0\n 658 760 643 729 622 704 c 0\n 578 653 515 623 451 623 c 0\n 368 623 305 678 305 750 c 0\n 305 784 323 807 350 807 c 0\nEndSplineSet\nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 525\nWidth: 600\nFlags: HW\nHStem: 0 100<46 57 267 270 588 604.929> 337 99<426 428 640 641> 417 20G<127 200 346 415 565 632> 477 68<406 428>\nVStem: -18 215<52 61> 227 183<50.0314 60.3548> 262 69<604 624> 285 186<384 389>\nDStem: 101 336 242 336 240 237 310 288 283 164 388 164 270 100 375 100 321 337 425 337 310 288 407 258 510 340 639 337 407 258 485 218\nFore\n415 437 m 2\n 453 437 471 417 471 387 c 0\n 471 358 451 337 425 337 c 1\n 407 258 l 1\n 510 340 l 1\n 494 340 490 367 491 387 c 0\n 493 424 514 437 565 437 c 2\n 632 437 l 2\n 679 437 697 419 696 387 c 0\n 695 360 682 336 639 337 c 1\n 485 218 l 1\n 537 200 564 166 588 100 c 1\n 636 100 651 82 652 50 c 0\n 653 14 634 0 584 0 c 2\n 481 0 l 2\n 437 0 419 17 426 50 c 0\n 429 64 431 100 450 99 c 1\n 438 135 417 149 388 164 c 1\n 375 100 l 1\n 392 101 411 74 410 50 c 0\n 409 16 390 0 346 0 c 2\n 281 0 l 2\n 237 0 227 21 227 50 c 0\n 227 79 250 100 270 100 c 1\n 283 164 l 1\n 247 150 209 131 189 87 c 1\n 198 74 200 64 197 50 c 0\n 190 17 164 0 120 0 c 2\n 34 0 l 2\n -12 0 -18 26 -18 50 c 0\n -18 86 8 100 57 100 c 1\n 96 162 169 234 240 237 c 1\n 101 336 l 1\n 69 336 59 351 59 386 c 0\n 59 420 79 437 127 437 c 2\n 200 437 l 2\n 248 437 266 420 268 387 c 0\n 269 364 268 336 242 336 c 1\n 310 288 l 1\n 321 337 l 1\n 298 336 285 363 285 387 c 0\n 285 419 308 437 346 437 c 2\n 415 437 l 2\n307 661 m 0\n 325 661 332 651 331 624 c 0\n 331 576 366 545 422 545 c 0\n 477 545 526 575 545 621 c 0\n 559 652 568 661 588 661 c 0\n 605 661 615 651 615 634 c 0\n 615 614 600 583 579 558 c 0\n 535 507 472 477 408 477 c 0\n 325 477 262 532 262 604 c 0\n 262 638 280 661 307 661 c 0\nEndSplineSet\nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 526\nWidth: 600\nFlags: HW\nHStem: 0 100<23 60 161 191 470 495> 483 100<126 141 242 299 559.031 575.261>\nDStem: 142 483 242 483 60 100 210 334 142 483 198 278 60 100 160 100 421 487 559 483 210 334 350 330\nFore\n160 100 m 1\n 195 100 l 2\n 222 100 230 98 238 91 c 0\n 266.363 65.2155 246.24 22.4802 217 7 c 0\n 210 3 194 0 174 0 c 2\n 24 0 l 2\n 1 0 -12 3 -19 10 c 0\n -47.1525 33.0338 -26.2945 78.0206 2 93 c 0\n 12 99 21 100 45 100 c 2\n 60 100 l 1\n 142 483 l 1\n 127 483 l 2\n 102 483 91 485 84 492 c 0\n 55.7448 517.687 75.9744 560.236 104 576 c 0\n 115 582 122 583 148 583 c 2\n 298 583 l 2\n 325 583 333 581 341 574 c 0\n 368.627 548.885 349.04 505.374 320 490 c 0\n 311 485 300 483 277 483 c 2\n 242 483 l 1\n 210 334 l 1\n 421 487 l 1\n 401 495 394 509 399 532 c 0\n 406.609 567.509 435.228 583 476 583 c 2\n 576 583 l 2\n 603 583 611 581 620 574 c 1\n 630 564 635 549 631 533 c 0\n 624 500 600 483 559 483 c 1\n 350 330 l 1\n 404 298 449 215 470 100 c 1\n 502 100 l 2\n 529 100 537 98 545 91 c 0\n 573.363 65.2156 553.24 22.4803 524 7 c 0\n 517 3 501 0 481 0 c 2\n 371 0 l 1\n 354 143 280 278 198 278 c 1\n 160 100 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 527\nWidth: 600\nFlags: HW\nHStem: 0 100<74 112 425 459> 337 100<145 161 476 526>\nDStem: 162 337 226 164 112 100 191 0 344 350 476 337 252 287 317 227\nFore\n191 0 m 1\n 75 0 l 2\n 31 0 12 17 19 50 c 0\n 23 67 36 84 52 93 c 0\n 63 99 71 100 96 100 c 2\n 112 100 l 1\n 162 337 l 1\n 146 337 l 2\n 120 337 111 339 102 346 c 1\n 76.2279 371.772 96.0524 415.204 124 430 c 0\n 134 436 144 437 168 437 c 2\n 284 437 l 1\n 252 287 l 1\n 344 350 l 1\n 322.237 383.853 343.464 414.979 369 430 c 0\n 378 435 390 437 414 437 c 2\n 526 437 l 2\n 551 437 561 435 570 428 c 0\n 597.154 403.315 574.845 359.791 548 344 c 0\n 539 339 527 337 504 337 c 2\n 476 337 l 1\n 317 227 l 1\n 425 100 l 1\n 458 100 l 2\n 486 100 494 98 502 91 c 0\n 529.713 65.8066 509.964 24.0375 481 7 c 0\n 472 2 459 0 437 0 c 2\n 319 0 l 2\n 275 0 256 17 263 50 c 0\n 266 64 272 74 287 87 c 1\n 226 164 l 1\n 191 0 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 528\nWidth: 600\nFlags: HW\nHStem: 0 100<87 116 216 231 393 430 531 536> 241 100<268 459> 483 100<297 334 495 510>\nVStem: 32 255<40 60> 155 235<523 544> 337 255<40 60> 440 235<523 544>\nDStem: 197 483 297 483 116 100 267 341 197 483 246 241 116 100 216 100 197 483 611 483 116 100 530 100 460 241 611 483 430 100 530 100 511 483 611 483 481 341 530 100\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 529\nWidth: 600\nFlags: HW\nHStem: 0 100<80 95 395 410> 162 101<231 423> 337 99<246.031 261 561.031 576.264>\nDStem: 146 337 246 337 95 100 230 263 146 337 561 337 95 100 510 100 146 337 209 162 95 100 195 100 424 162 561 337 410 100 510 100 461 336 561 337 445 263 510 100\nFore\n246 337 m 1\n 230 263 l 1\n 445 263 l 1\n 461 336 l 1\n 422 336 403 354 410 386 c 0\n 418 419 442 439 487 436 c 1\n 577 437 l 2\n 620 437 639 420 632 387 c 0\n 626 355 600 337 561 337 c 1\n 510 100 l 1\n 549 100 568 82 561 50 c 0\n 553 17 529 -3 484 0 c 1\n 395 0 l 2\n 350 0 332 17 339 50 c 0\n 346 82 371 100 410 100 c 1\n 424 162 l 1\n 209 162 l 1\n 195 100 l 1\n 234 100 253 82 246 50 c 0\n 238 17 214 -3 169 0 c 1\n 80 0 l 2\n 35 0 17 17 24 50 c 0\n 31 82 56 100 95 100 c 1\n 146 337 l 1\n 107 337 89 355 95 387 c 0\n 102 420 128 438 173 437 c 2\n 261 436 l 2\n 306 435 324 419 317 386 c 0\n 310 354 285 337 246 337 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 530\nWidth: 600\nFlags: HW\nHStem: 0 100<268 308 409 413> 167 100<221 244> 483 100<190 227 373 388>\nDStem: 90 483 190 483 52 305 153 308 389 483 489 483 352 308 408 100\nFore\n327 196 m 1\n 299 176 264 167 220 167 c 0\n 135 167 29 182 52 305 c 1\n 90 483 l 1\n 26.5506 488.948 41.7065 554.668 82 576 c 0\n 92 582 100 583 125 583 c 2\n 226 583 l 2\n 253 583 262 581 269 574 c 0\n 297.363 548.215 277.24 505.48 248 490 c 0\n 238 485 229 483 205 483 c 2\n 190 483 l 1\n 153 308 l 1\n 161 277 202 267 242 267 c 0\n 289 267 330 283 352 308 c 1\n 389 483 l 1\n 374 483 l 2\n 348 483 339 485 331 492 c 0\n 303.373 517.115 322.96 560.626 352 576 c 0\n 362 582 370 583 395 583 c 2\n 496 583 l 2\n 523 583 532 581 540 574 c 0\n 550 564 555 549 552 533 c 0\n 545 504 523 486 489 483 c 1\n 408 100 l 1\n 414 100 l 2\n 441 100 449 98 457 91 c 0\n 484.507 65.9934 463.909 21.7755 436 7 c 0\n 427 2 413 0 392 0 c 2\n 271 0 l 2\n 247 0 236 3 228 9 c 0\n 200.315 34.1679 221.332 78.352 249 93 c 0\n 259 99 269 100 293 100 c 2\n 308 100 l 1\n 327 196 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 531\nWidth: 600\nFlags: HW\nHStem: 0 100<314 329> 123 101<243 266> 337 99<199.031 214.625 479.031 494.315>\nDStem: 99 337 199 337 81 252 181 252 339 147 479 337 329 100 429 100 379 336 479 337 362 256 429 100\nFore\n199 337 m 1\n 181 252 l 1\n 189 233 226 224 264 224 c 0\n 305 224 334 235 362 256 c 1\n 379 336 l 1\n 340 336 322 354 329 386 c 0\n 337 419 361 439 406 436 c 1\n 496 437 l 2\n 539 437 557 420 551 387 c 0\n 545 355 518 337 479 337 c 1\n 429 100 l 1\n 468 100 487 82 479 50 c 0\n 472 17 448 -3 403 0 c 1\n 314 0 l 2\n 269 0 250 17 257 50 c 0\n 264 82 290 100 329 100 c 1\n 339 147 l 1\n 306 129 282 123 242 123 c 0\n 163 123 59 150 81 252 c 2\n 99 337 l 1\n 60 337 42 355 49 387 c 0\n 56 420 82 438 127 437 c 2\n 215 436 l 2\n 259 435 278 419 271 386 c 0\n 264 354 238 337 199 337 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 532\nWidth: 600\nFlags: HW\nHStem: 0 100<52.5 68 176 178 438 461> 158 100<273 430> 483 100<262 304> 623 68<419 465>\nVStem: -11 267 287 69<746 767> 360 273\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 26 120\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 533\nWidth: 600\nFlags: HW\nHStem: 0 21<388 388 388 505> 196 92<295.5 337> 350 100<361.5 397.5> 477 68<394 440>\nVStem: 65 109<108.5 112.5> 262 69<600 621> 453 104\nRef: 97 97 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 1 -26\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 534\nWidth: 600\nFlags: HW\nHStem: 0 100<52.5 68 176 178 438 461> 158 100<273 430> 483 100<262 304> 623 120<335.5 347.5 543.5 555.5>\nVStem: -11 267 280 123<676.5 689> 360 273 488 123<676.5 689>\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 19 89\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 535\nWidth: 600\nFlags: HW\nHStem: 0 21<388 388 388 505> 196 92<295.5 337> 350 100<361.5 397.5> 477 120<311.5 323.5 519.5 531.5>\nVStem: 65 109<108.5 112.5> 256 123<530.5 543> 453 104 464 123<530.5 543>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -5 -57\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 536\nWidth: 600\nFlags: HW\nHStem: 0 100<46 75 270 289 390 535> 0 189<595 614> 158 101<259 300> 187 210<476 521> 243 340<419 437> 352 231<613 619> 483 99<256 270 470 595>\nVStem: -10 221<40 65>\nDStem: 271 483 367 471 75 100 258 259 271 483 208 158 75 100 178 100 301 158 419 243 289 100 389 100 367 471 556 331 322 259 540 253 367 471 470 483 322 259 440 342 540 123 640 123 535 100 614 0 596 483 717 583 582 418 682 418\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 537\nWidth: 600\nFlags: HW\nHStem: -16 100<163 178 446 459> 172 86<418 557> 197 89<238 258> 350 100<282 302 507 531>\nVStem: 14 104<106 130> 558 107<272 292>\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 538\nWidth: 600\nFlags: HW\nHStem: 0 100<79 116 217 471> 0 219<535.937 550> 243 99<268 330> 243 340<246 267> 366 217<547 558> 483 99<181 196 297 530> 623 68<401 447>\nVStem: 269 69<746 767>\nDStem: 197 483 297 483 116 100 267 342 197 483 246 243 116 100 216 100 197 483 453 349 116 100 428 236 531 483 652 583 520 433 620 433\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 8 120\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 539\nWidth: 600\nFlags: HW\nHStem: -16 100<281 334> 172 88<200 495> 350 100<330 403> 477 68<382 428>\nVStem: 250 69<600 621>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 -11 -26\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 540\nWidth: 600\nFlags: HW\nHStem: -14 100<310 330> 497 100<395 420>\nVStem: 561 101<368 371>\nDStem: 557 332 657 334 543 268 643 268\nFore\n176 20 m 2\n 167 24 l 1\n 150 7 137 0 120 0 c 0\n 97 0 80 16 80 38 c 0\n 80 45 80 49 84 66 c 1\n 102 150 l 1\n 108 176 111 185 121 195 c 0\n 133 208 150 216 166 216 c 0\n 190 216 206 200 205 177 c 1\n 204 158 l 2\n 202 120 261 86 328 86 c 0\n 430 86 521 163 543 268 c 1\n 549.803 299.097 561 333.94 561 369 c 0\n 561 448 498 497 396 497 c 0\n 350 497 307 488 280 474 c 0\n 268 467 267 467 235 440 c 0\n 221 429 209 424 196 424 c 0\n 173 424 155 442 155 465 c 0\n 155 484 167 503 193 524 c 0\n 250 572 329 597 419 597 c 0\n 567 597 663 514 663 388 c 0\n 663 370 661 352 657 334 c 2\n 643 268 l 2\n 609 108 466 -14 311 -14 c 0\n 259 -14 226 -6 176 20 c 2\nEndSplineSet\nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 541\nWidth: 600\nFlags: HW\nHStem: -16 100<311 336> 350 100<365 401>\nVStem: 524 101<257 258>\nFore\n97 50 m 1\n 113 127 l 1\n 119 152 123 163 133 173 c 0\n 145 185 162 193 178 193 c 0\n 190 193 204 187 211 179 c 0\n 217 172 218 166 218 145 c 0\n 218 128 222 118 233 109 c 0\n 256 93 290 84 334 84 c 0\n 398 84 448 107 485 152 c 0\n 509 182 524 221 524 256 c 0\n 524 319 474 350 371 350 c 0\n 291 350 255 340 207 306 c 0\n 196 298 186 294 174 294 c 0\n 151 294 134 311 134 335 c 0\n 134 355 149 377 175 395 c 0\n 228 432 302 450 402 450 c 0\n 475 450 530 436 565 408 c 0\n 604 378 626 330 626 278 c 0\n 626 211 595 137 545 83 c 0\n 485 18 405 -16 312 -16 c 0\n 256 -16 210 -6 175 14 c 1\n 165 -7 152 -16 131 -16 c 0\n 107 -16 93 -2 93 22 c 0\n 93 29 94 34 97 50 c 1\nEndSplineSet\nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 542\nWidth: 600\nFlags: HW\nHStem: -14 100<310 330> 497 100<395 420> 623 120<349 375 557 583>\nVStem: 301 123<671 695> 509 123<671 695> 561 101<368 371>\nDStem: 557 332 657 334 543 268 643 268\nFore\n375 743 m 0\n 404 743 424 723 424 695 c 0\n 424 658 388 623 349 623 c 0\n 322 623 301 644 301 671 c 0\n 301 707 338 743 375 743 c 0\n583 743 m 0\n 612 743 632 723 632 695 c 0\n 632 658 596 623 557 623 c 0\n 530 623 509 644 509 671 c 0\n 509 707 546 743 583 743 c 0\n176 20 m 2\n 167 24 l 1\n 150 7 137 0 120 0 c 0\n 97 0 80 16 80 38 c 0\n 80 45 80 49 84 66 c 1\n 102 150 l 1\n 108 176 111 185 121 195 c 0\n 133 208 150 216 166 216 c 0\n 190 216 206 200 205 177 c 1\n 204 158 l 2\n 202 120 261 86 328 86 c 0\n 430 86 521 163 543 268 c 1\n 549.803 299.097 561 333.94 561 369 c 0\n 561 448 498 497 396 497 c 0\n 350 497 307 488 280 474 c 0\n 268 467 267 467 235 440 c 0\n 221 429 209 424 196 424 c 0\n 173 424 155 442 155 465 c 0\n 155 484 167 503 193 524 c 0\n 250 572 329 597 419 597 c 0\n 567 597 663 514 663 388 c 0\n 663 370 661 352 657 334 c 2\n 643 268 l 2\n 609 108 466 -14 311 -14 c 0\n 259 -14 226 -6 176 20 c 2\nEndSplineSet\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 543\nWidth: 600\nFlags: HW\nHStem: -16 100<311 339> 350 100<365 401> 477 120<312 338 520 546>\nVStem: 264 123<525 549> 472 123<525 549> 524 101<257 258>\nFore\n338 597 m 0\n 367 597 387 577 387 549 c 0\n 387 512 351 477 312 477 c 0\n 285 477 264 498 264 525 c 0\n 264 561 301 597 338 597 c 0\n546 597 m 0\n 575 597 595 577 595 549 c 0\n 595 512 559 477 520 477 c 0\n 493 477 472 498 472 525 c 0\n 472 561 509 597 546 597 c 0\n97 50 m 1\n 113 127 l 1\n 119 152 123 163 133 173 c 0\n 145 185 162 193 178 193 c 0\n 190 193 204 187 211 179 c 0\n 217 172 218 166 218 145 c 0\n 218 128 222 118 233 109 c 0\n 256 93 290 84 334 84 c 0\n 398 84 448 107 485 152 c 0\n 509 182 524 221 524 256 c 0\n 524 319 474 350 371 350 c 0\n 291 350 255 340 207 306 c 0\n 196 298 186 294 174 294 c 0\n 151 294 134 311 134 335 c 0\n 134 355 149 377 175 395 c 0\n 228 432 302 450 402 450 c 0\n 475 450 530 436 565 408 c 0\n 604 378 626 330 626 278 c 0\n 626 211 595 137 545 83 c 0\n 485 18 405 -16 312 -16 c 0\n 256 -16 210 -6 175 14 c 1\n 165 -7 152 -16 131 -16 c 0\n 107 -16 93 -2 93 22 c 0\n 93 29 94 34 97 50 c 1\nEndSplineSet\nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 544\nWidth: 600\nFlags: HW\nHStem: 0 100<24 43 257 269 623 632> 264 319<405.063 418.818> 483 100<451 452> 623 120<347 373 555 581>\nVStem: 78 206<528 544> 206 213<48 52> 299 123<671 695> 301 203<528 544> 507 123<671 695> 523 203<528 536> 524 166<0 50>\nDStem: 123 483 243 487 201 330 319 334 305 264 405 264 269 100 369 100 350 483 450 483 319 334 419 334 548 487 678 483 419 334 536 321\nFore\n305 264 m 1\n 223 264 141 153 100 0 c 1\n 25 0 l 2\n -20 0 -31 20 -31 50 c 0\n -31 86 -6 100 43 100 c 1\n 81 228 133 298 201 330 c 1\n 123 483 l 1\n 89 484 78 506 78 533 c 0\n 78 567 99 583 148 583 c 2\n 225 583 l 2\n 264 583 284 565 284 534 c 0\n 284 502 266 487 243 487 c 1\n 319 334 l 1\n 350 483 l 1\n 314 483 301 501 301 533 c 0\n 301 570 326 583 378 583 c 2\n 439 583 l 2\n 488 583 504 566 504 533 c 0\n 504 498 477 483 450 483 c 1\n 419 334 l 1\n 548 487 l 1\n 529 487 523 510 523 530 c 0\n 523 568 566 583 603 583 c 2\n 670 583 l 2\n 709 583 726 563 726 533 c 0\n 726 497 702 484 678 483 c 1\n 536 321 l 1\n 581 283 622 218 623 100 c 1\n 669 100 690 83 690 50 c 0\n 690 18 662 0 614 0 c 2\n 524 0 l 1\n 523 164 487 264 405 264 c 1\n 369 100 l 1\n 403 100 419 78 419 50 c 0\n 419 14 393 0 345 0 c 2\n 262 0 l 2\n 217 0 206 23 206 50 c 0\n 206 75 223 100 269 100 c 1\n 305 264 l 1\n373 743 m 0\n 402 743 422 723 422 695 c 0\n 422 658 386 623 347 623 c 0\n 320 623 299 644 299 671 c 0\n 299 707 336 743 373 743 c 0\n581 743 m 0\n 610 743 630 723 630 695 c 0\n 630 658 594 623 555 623 c 0\n 528 623 507 644 507 671 c 0\n 507 707 544 743 581 743 c 0\nEndSplineSet\nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 545\nWidth: 600\nFlags: HW\nHStem: 0 100<46 57 267 270 588 604.929> 337 99<426 428 640 641> 417 20G<127 200 346 415 565 632> 477 120<303 329 511 537>\nVStem: -18 215<52 61> 227 183<50.0314 60.3548> 255 123<525 549> 285 186<384 389> 463 123<525 549>\nDStem: 101 336 242 336 240 237 310 288 283 164 388 164 270 100 375 100 321 337 425 337 310 288 407 258 510 340 639 337 407 258 485 218\nFore\n415 437 m 2\n 453 437 471 417 471 387 c 0\n 471 358 451 337 425 337 c 1\n 407 258 l 1\n 510 340 l 1\n 494 340 490 367 491 387 c 0\n 493 424 514 437 565 437 c 2\n 632 437 l 2\n 679 437 697 419 696 387 c 0\n 695 360 682 336 639 337 c 1\n 485 218 l 1\n 537 200 564 166 588 100 c 1\n 636 100 651 82 652 50 c 0\n 653 14 634 0 584 0 c 2\n 481 0 l 2\n 437 0 419 17 426 50 c 0\n 429 64 431 100 450 99 c 1\n 438 135 417 149 388 164 c 1\n 375 100 l 1\n 392 101 411 74 410 50 c 0\n 409 16 390 0 346 0 c 2\n 281 0 l 2\n 237 0 227 21 227 50 c 0\n 227 79 250 100 270 100 c 1\n 283 164 l 1\n 247 150 209 131 189 87 c 1\n 198 74 200 64 197 50 c 0\n 190 17 164 0 120 0 c 2\n 34 0 l 2\n -12 0 -18 26 -18 50 c 0\n -18 86 8 100 57 100 c 1\n 96 162 169 234 240 237 c 1\n 101 336 l 1\n 69 336 59 351 59 386 c 0\n 59 420 79 437 127 437 c 2\n 200 437 l 2\n 248 437 266 420 268 387 c 0\n 269 364 268 336 242 336 c 1\n 310 288 l 1\n 321 337 l 1\n 298 336 285 363 285 387 c 0\n 285 419 308 437 346 437 c 2\n 415 437 l 2\n329 597 m 0\n 358 597 378 577 378 549 c 0\n 378 512 342 477 303 477 c 0\n 276 477 255 498 255 525 c 0\n 255 561 292 597 329 597 c 0\n537 597 m 0\n 566 597 586 577 586 549 c 0\n 586 512 550 477 511 477 c 0\n 484 477 463 498 463 525 c 0\n 463 561 500 597 537 597 c 0\nEndSplineSet\nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 546\nWidth: 600\nFlags: HW\nHStem: -14 100<264 289> 1 198<72 113> 240 101<243 319> 497 99<361 367> 623 120<287 313 495 521>\nVStem: 239 123<671 695> 447 123<671 695>\nFore\n265 341 m 2\n 307 341 l 2\n 381 341 390 356 412 366 c 0\n 437 377 457 400 461 421 c 0\n 470 464 427 497 364 497 c 0\n 302 497 248 470 231 430 c 0\n 217 398 217 398 208 390 c 0\n 199 382 183 376 169 376 c 0\n 154 376 141 384 134 397 c 0\n 129 407 129 415 135 443 c 1\n 153 531 l 1\n 159 557 162 565 170 574 c 0\n 181 588 199 597 216 597 c 0\n 236 597 244 589 248 564 c 1\n 288 586 334 597 385 597 c 0\n 509 597 586 521 565 420 c 0\n 553 363 520 317 483 298 c 1\n 488 294 493 290 498 285 c 0\n 531 253 542 212 531 160 c 0\n 508 56 402 -14 265 -14 c 0\n 211 -14 160 -1 117 25 c 1\n 96 5 88 1 72 1 c 0\n 37 1 25 22 35 67 c 1\n 49 133 l 1\n 54 158 58 169 68 179 c 0\n 80 192 97 199 113 199 c 0\n 127 199 139 194 146 185 c 0\n 151 178 151 178 154 151 c 0\n 156 115 213 86 279 86 c 0\n 353 86 418 119 427 162 c 0\n 431 183 422 203 402 215 c 0\n 384 226 371 240 303 240 c 2\n 244 240 l 2\n 220 240 207 243 199 249 c 1\n 174.445 276.283 192.279 317.795 221 333 c 0\n 232 339 240 341 265 341 c 2\n313 743 m 0\n 342 743 362 723 362 695 c 0\n 362 658 326 623 287 623 c 0\n 260 623 239 644 239 671 c 0\n 239 707 276 743 313 743 c 0\n521 743 m 0\n 550 743 570 723 570 695 c 0\n 570 658 534 623 495 623 c 0\n 468 623 447 644 447 671 c 0\n 447 707 484 743 521 743 c 0\nEndSplineSet\nMinimumDistance: x40,-1 \nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 547\nWidth: 600\nFlags: HW\nHStem: -16 100<267 300> 1 166<95 130> 178 100<267 325> 281 169<173 206> 350 99<341 357> 477 120<268 294 476 502>\nVStem: 220 123<525 549> 428 123<525 549>\nFore\n285 278 m 2\n 316 278 l 2\n 382 278 388 286 403 291 c 0\n 420 297 432 306 434 315 c 0\n 438 333 393 350 342 350 c 0\n 300 350 265 341 233 321 c 1\n 226 312 l 2\n 209 290 194 281 173 281 c 0\n 158 281 143 289 136 301 c 0\n 127.384 318.233 140.339 362.443 145 384 c 1\n 154 430 174 450 206 450 c 0\n 221 450 228 443 232 424 c 1\n 275 442 318 450 367 450 c 0\n 487 450 560 393 543 313 c 0\n 537 281 516 252 492 235 c 1\n 490 225 l 1\n 519 205 533 164 525 125 c 0\n 507 43 401 -16 272 -16 c 0\n 215 -16 166 -6 130 13 c 1\n 117 4 108 1 95 1 c 0\n 77 1 63 9 56 25 c 0\n 53 34 53 43 58 67 c 2\n 65 100 l 2\n 71 127 75 136 85 146 c 0\n 98 160 113 167 130 167 c 0\n 156 167 169 153 172 123 c 1\n 196 97 235 84 289 84 c 0\n 353 84 410 104 415 127 c 0\n 418 140 408 154 388 162 c 0\n 373 169 351 178 300 178 c 2\n 258 178 l 2\n 219 178 201 196 207 228 c 0\n 214 261 240 279 285 278 c 2\n294 597 m 0\n 323 597 343 577 343 549 c 0\n 343 512 307 477 268 477 c 0\n 241 477 220 498 220 525 c 0\n 220 561 257 597 294 597 c 0\n502 597 m 0\n 531 597 551 577 551 549 c 0\n 551 512 515 477 476 477 c 0\n 449 477 428 498 428 525 c 0\n 428 561 465 597 502 597 c 0\nEndSplineSet\nMinimumDistance: x37,-1 \nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 548\nWidth: 600\nFlags: HW\nHStem: -14 100<264 287> 1 198<72 113> 240 101<243 319> 497 99<363 367>\nFore\n265 341 m 2\n 307 341 l 2\n 381 341 390 356 412 366 c 0\n 437 377 457 400 461 421 c 0\n 470 464 427 497 364 497 c 0\n 302 497 248 470 231 430 c 0\n 217 398 217 398 208 390 c 0\n 199 382 183 376 169 376 c 0\n 154 376 141 384 134 397 c 0\n 129 407 129 415 135 443 c 1\n 153 531 l 1\n 159 557 162 565 170 574 c 0\n 181 588 199 597 216 597 c 0\n 236 597 244 589 248 564 c 1\n 288 586 334 597 385 597 c 0\n 509 597 586 521 565 420 c 0\n 553 363 520 317 483 298 c 1\n 488 294 493 290 498 285 c 0\n 531 253 542 212 531 160 c 0\n 508 56 402 -14 265 -14 c 0\n 211 -14 160 -1 117 25 c 1\n 96 5 88 1 72 1 c 0\n 37 1 25 22 35 67 c 1\n 49 133 l 1\n 54 158 58 169 68 179 c 0\n 80 192 97 199 113 199 c 0\n 127 199 139 194 146 185 c 0\n 151 178 151 178 154 151 c 0\n 156 115 213 86 279 86 c 0\n 353 86 418 119 427 162 c 0\n 431 183 422 203 402 215 c 0\n 384 226 371 240 303 240 c 2\n 244 240 l 2\n 220 240 207 243 199 249 c 1\n 174.445 276.283 192.279 317.795 221 333 c 0\n 232 339 240 341 265 341 c 2\nEndSplineSet\nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 549\nWidth: 600\nFlags: HW\nHStem: -16 100<271 300> 1 166<95 130> 178 100<271 325> 281 169<173 206> 350 99<341 357>\nFore\n285 278 m 2\n 316 278 l 2\n 382 278 388 286 403 291 c 0\n 420 297 432 306 434 315 c 0\n 438 333 393 350 342 350 c 0\n 300 350 265 341 233 321 c 1\n 226 312 l 2\n 209 290 194 281 173 281 c 0\n 158 281 143 289 136 301 c 0\n 127.384 318.233 140.339 362.443 145 384 c 1\n 154 430 174 450 206 450 c 0\n 221 450 228 443 232 424 c 1\n 275 442 318 450 367 450 c 0\n 487 450 560 393 543 313 c 0\n 537 281 516 252 492 235 c 1\n 490 225 l 1\n 519 205 533 164 525 125 c 0\n 507 43 401 -16 272 -16 c 0\n 215 -16 166 -6 130 13 c 1\n 117 4 108 1 95 1 c 0\n 77 1 63 9 56 25 c 0\n 53 34 53 43 58 67 c 2\n 65 100 l 2\n 71 127 75 136 85 146 c 0\n 98 160 113 167 130 167 c 0\n 156 167 169 153 172 123 c 1\n 196 97 235 84 289 84 c 0\n 353 84 410 104 415 127 c 0\n 418 140 408 154 388 162 c 0\n 373 169 351 178 300 178 c 2\n 258 178 l 2\n 219 178 201 196 207 228 c 0\n 214 261 240 279 285 278 c 2\nEndSplineSet\nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 550\nWidth: 600\nFlags: HW\nHStem: 0 100<34 62 162 177 337 376 477 482> 483 100<244 281 442 457> 623 80<266 506>\nVStem: 214 351<656 670>\nDStem: 144 483 244 483 62 100 195 256 144 483 171 141 62 100 162 100 424 326 558 483 376 100 476 100 449 441 424 326 195 256 171 141 458 483 558 483 449 441 476 100\nFore\n424 326 m 1\n 171 141 l 1\n 162 100 l 1\n 177 100 l 2\n 203 100 213 98 220 91 c 0\n 248.363 65.2155 228.24 22.4802 199 7 c 0\n 190 2 177 0 156 0 c 2\n 35 0 l 2\n 11 0 -1 3 -9 9 c 1\n -35.068 35.068 -15.8437 77.7298 13 93 c 0\n 23 99 31 100 56 100 c 2\n 62 100 l 1\n 144 483 l 1\n 79.0353 488.906 96.2197 554.186 135 576 c 0\n 146 582 154 583 179 583 c 2\n 280 583 l 2\n 307 583 315 581 323 574 c 0\n 350.627 548.885 331.04 505.374 302 490 c 0\n 292 485 283 483 259 483 c 2\n 244 483 l 1\n 195 256 l 1\n 449 441 l 1\n 458 483 l 1\n 443 483 l 2\n 417 483 408 485 400 492 c 0\n 371.745 517.687 391.974 560.236 420 576 c 0\n 431 582 439 583 464 583 c 2\n 565 583 l 2\n 592 583 600 581 609 574 c 1\n 619 564 624 549 620 533 c 0\n 614 504 591 486 558 483 c 1\n 476 100 l 1\n 482 100 l 2\n 509 100 518 98 525 91 c 0\n 553.363 65.2156 533.24 22.4803 504 7 c 0\n 495 2 482 0 461 0 c 2\n 340 0 l 2\n 316 0 305 3 297 9 c 0\n 269.198 34.2745 289.2 77.7528 318 93 c 0\n 328 99 337 100 361 100 c 2\n 376 100 l 1\n 424 326 l 1\n276 703 m 2\n 520 703 l 2\n 553 703 565 694 565 670 c 0\n 565 643 539 623 503 623 c 2\n 259 623 l 2\n 226 623 214 631 214 656 c 0\n 214 684 239 703 276 703 c 2\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 551\nWidth: 600\nFlags: HW\nHStem: 0 100<52 67 367 382> 337 99<218.031 233 533.031 548.264> 477 80<235.817 490>\nVStem: 188 351<510 524>\nDStem: 118 337 218 337 67 100 192 214 409 224 533 337 382 100 482 100 430 325 409 224 192 214 170 113\nFore\n218 337 m 1\n 192 214 l 1\n 430 325 l 1\n 433 336 l 1\n 394 336 375 354 382 386 c 0\n 390 419 414 439 459 436 c 1\n 549 437 l 2\n 592 437 611 420 604 387 c 0\n 598 355 572 337 533 337 c 1\n 482 100 l 1\n 521 100 540 82 533 50 c 0\n 525 17 501 -3 456 0 c 1\n 367 0 l 2\n 322 0 304 17 311 50 c 0\n 318 82 343 100 382 100 c 1\n 409 224 l 1\n 170 113 l 1\n 167 100 l 1\n 206 100 225 82 218 50 c 0\n 210 17 186 -3 141 0 c 1\n 52 0 l 2\n 7 0 -11 17 -4 50 c 0\n 3 82 28 100 67 100 c 1\n 118 337 l 1\n 79 337 61 355 67 387 c 0\n 74 420 100 438 145 437 c 2\n 233 436 l 2\n 278 435 296 419 289 386 c 0\n 282 354 257 337 218 337 c 1\n250 557 m 2\n 494 557 l 2\n 527 557 539 548 539 524 c 0\n 539 497 513 477 477 477 c 2\n 233 477 l 2\n 200 477 188 485 188 510 c 0\n 188 538 213 557 250 557 c 2\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 552\nWidth: 600\nFlags: HW\nHStem: 0 100<34 62 162 177 337 376 477 482> 483 100<244 281 442 457> 623 120<276 302 484 510>\nVStem: 228 123<671 695> 436 123<671 695>\nDStem: 144 483 244 483 62 100 195 256 144 483 171 141 62 100 162 100 424 326 558 483 376 100 476 100 449 441 424 326 195 256 171 141 458 483 558 483 449 441 476 100\nFore\n424 326 m 1\n 171 141 l 1\n 162 100 l 1\n 177 100 l 2\n 203 100 213 98 220 91 c 0\n 248.363 65.2155 228.24 22.4802 199 7 c 0\n 190 2 177 0 156 0 c 2\n 35 0 l 2\n 11 0 -1 3 -9 9 c 1\n -35.068 35.068 -15.8437 77.7298 13 93 c 0\n 23 99 31 100 56 100 c 2\n 62 100 l 1\n 144 483 l 1\n 79.0353 488.906 96.2197 554.186 135 576 c 0\n 146 582 154 583 179 583 c 2\n 280 583 l 2\n 307 583 315 581 323 574 c 0\n 350.627 548.885 331.04 505.374 302 490 c 0\n 292 485 283 483 259 483 c 2\n 244 483 l 1\n 195 256 l 1\n 449 441 l 1\n 458 483 l 1\n 443 483 l 2\n 417 483 408 485 400 492 c 0\n 371.745 517.687 391.974 560.236 420 576 c 0\n 431 582 439 583 464 583 c 2\n 565 583 l 2\n 592 583 600 581 609 574 c 1\n 619 564 624 549 620 533 c 0\n 614 504 591 486 558 483 c 1\n 476 100 l 1\n 482 100 l 2\n 509 100 518 98 525 91 c 0\n 553.363 65.2156 533.24 22.4803 504 7 c 0\n 495 2 482 0 461 0 c 2\n 340 0 l 2\n 316 0 305 3 297 9 c 0\n 269.198 34.2745 289.2 77.7528 318 93 c 0\n 328 99 337 100 361 100 c 2\n 376 100 l 1\n 424 326 l 1\n302 743 m 0\n 331 743 351 723 351 695 c 0\n 351 658 315 623 276 623 c 0\n 249 623 228 644 228 671 c 0\n 228 707 265 743 302 743 c 0\n510 743 m 0\n 539 743 559 723 559 695 c 0\n 559 658 523 623 484 623 c 0\n 457 623 436 644 436 671 c 0\n 436 707 473 743 510 743 c 0\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 553\nWidth: 600\nFlags: HW\nHStem: 0 100<52 67 367 382> 337 99<218.031 233 533.031 548.264> 477 120<250 276 458 484>\nVStem: 202 123<525 549> 410 123<525 549>\nDStem: 118 337 218 337 67 100 192 214 409 224 533 337 382 100 482 100 430 325 409 224 192 214 170 113\nFore\n218 337 m 1\n 192 214 l 1\n 430 325 l 1\n 433 336 l 1\n 394 336 375 354 382 386 c 0\n 390 419 414 439 459 436 c 1\n 549 437 l 2\n 592 437 611 420 604 387 c 0\n 598 355 572 337 533 337 c 1\n 482 100 l 1\n 521 100 540 82 533 50 c 0\n 525 17 501 -3 456 0 c 1\n 367 0 l 2\n 322 0 304 17 311 50 c 0\n 318 82 343 100 382 100 c 1\n 409 224 l 1\n 170 113 l 1\n 167 100 l 1\n 206 100 225 82 218 50 c 0\n 210 17 186 -3 141 0 c 1\n 52 0 l 2\n 7 0 -11 17 -4 50 c 0\n 3 82 28 100 67 100 c 1\n 118 337 l 1\n 79 337 61 355 67 387 c 0\n 74 420 100 438 145 437 c 2\n 233 436 l 2\n 278 435 296 419 289 386 c 0\n 282 354 257 337 218 337 c 1\n276 597 m 0\n 305 597 325 577 325 549 c 0\n 325 512 289 477 250 477 c 0\n 223 477 202 498 202 525 c 0\n 202 561 239 597 276 597 c 0\n484 597 m 0\n 513 597 533 577 533 549 c 0\n 533 512 497 477 458 477 c 0\n 431 477 410 498 410 525 c 0\n 410 561 447 597 484 597 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 554\nWidth: 600\nFlags: HW\nHStem: -13 99 497 99 623 120<335.5 347.5 543.5 555.5>\nVStem: 75 103<198 266> 280 123<676.5 689> 488 123<676.5 689> 546 102\nRef: 79 79 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 19 89\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 555\nWidth: 600\nFlags: HW\nHStem: -16 100<279.5 368.5> 350 99 477 120<304.5 316.5 512.5 524.5>\nVStem: 85 101 249 123<530.5 543> 457 123<530.5 543> 507 101\nRef: 111 111 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -12 -57\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 556\nWidth: 600\nFlags: HW\nHStem: -13 99<253 257> 238 100<136 460> 497 99<343 349>\nVStem: 13 103<222 237>\nFore\n365 597 m 0\n 432 597 491 570 533 520 c 0\n 584 460 598 383 578 287 c 0\n 543 123 387 -14 235 -14 c 0\n 81 -14 -15 123 21 292 c 0\n 57 460 211 597 365 597 c 0\n484 338 m 1\n 484 428 427 497 343 497 c 0\n 259 497 173 428 135 338 c 1\n 484 338 l 1\n461 238 m 1\n 116 238 l 1\n 118 151 174 86 256 86 c 0\n 338 86 423 152 461 238 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 557\nWidth: 600\nFlags: HW\nHStem: -16 100<299 320> 177 80<205 488> 350 99<375 388>\nFore\n399 450 m 0\n 523 450 609 372 609 260 c 0\n 609 115 460 -16 297 -16 c 0\n 169 -16 84 60 84 174 c 0\n 84 231 111 295 158 346 c 0\n 216 410 308 450 399 450 c 0\n506 257 m 1\n 498 312 446 350 376 350 c 0\n 302 350 235 311 204 257 c 1\n 506 257 l 1\n489 177 m 1\n 187 177 l 1\n 195 122 247 84 318 84 c 0\n 392 84 458 123 489 177 c 1\nEndSplineSet\nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 558\nWidth: 600\nFlags: HW\nHStem: -13 99<253 257> 238 100<136 460> 497 99<343 349> 623 120<266 292 474 500>\nVStem: 13 103<222 237> 218 123<671 695> 426 123<671 695>\nFore\n365 597 m 0\n 432 597 491 570 533 520 c 0\n 584 460 598 383 578 287 c 0\n 543 123 387 -14 235 -14 c 0\n 81 -14 -15 123 21 292 c 0\n 57 460 211 597 365 597 c 0\n484 338 m 1\n 484 428 427 497 343 497 c 0\n 259 497 173 428 135 338 c 1\n 484 338 l 1\n461 238 m 1\n 116 238 l 1\n 118 151 174 86 256 86 c 0\n 338 86 423 152 461 238 c 1\n292 743 m 0\n 321 743 341 723 341 695 c 0\n 341 658 305 623 266 623 c 0\n 239 623 218 644 218 671 c 0\n 218 707 255 743 292 743 c 0\n500 743 m 0\n 529 743 549 723 549 695 c 0\n 549 658 513 623 474 623 c 0\n 447 623 426 644 426 671 c 0\n 426 707 463 743 500 743 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 559\nWidth: 600\nFlags: HW\nHStem: -16 100<299 320> 177 80<205 488> 350 99<374 388> 477 120<297 323 505 531>\nVStem: 249 123<525 549> 457 123<525 549>\nFore\n399 450 m 0\n 523 450 609 372 609 260 c 0\n 609 115 460 -16 297 -16 c 0\n 169 -16 84 60 84 174 c 0\n 84 231 111 295 158 346 c 0\n 216 410 308 450 399 450 c 0\n506 257 m 1\n 498 312 446 350 376 350 c 0\n 302 350 235 311 204 257 c 1\n 506 257 l 1\n489 177 m 1\n 187 177 l 1\n 195 122 247 84 318 84 c 0\n 392 84 458 123 489 177 c 1\n323 597 m 0\n 352 597 372 577 372 549 c 0\n 372 512 336 477 297 477 c 0\n 270 477 249 498 249 525 c 0\n 249 561 286 597 323 597 c 0\n531 597 m 0\n 560 597 580 577 580 549 c 0\n 580 512 544 477 505 477 c 0\n 478 477 457 498 457 525 c 0\n 457 561 494 597 531 597 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 560\nWidth: 600\nFlags: HW\nHStem: -14 100<213 247> 241 100<252 468> 497 99<347 360> 623 120<280 306 488 514>\nVStem: 232 123<671 695> 440 123<671 695>\nFore\n469 241 m 1\n 253 241 l 2\n 229 241 216 244 209 250 c 0\n 182.613 276.387 201.379 318.848 230 334 c 0\n 241 340 249 341 274 341 c 2\n 488 341 l 1\n 496 432 440 497 347 497 c 0\n 313 497 275 488 245 473 c 0\n 213 457 200 444 190 420 c 0\n 181 396 177 389 167 381 c 0\n 158 373 142 367 129 367 c 0\n 113 367 100 375 93 388 c 0\n 88 397 88 408 93 433 c 1\n 111 517 l 1\n 117 542 119 550 127 559 c 0\n 139 574 157 583 175 583 c 0\n 192 583 203 577 212 559 c 1\n 223 563 l 2\n 284 586 320 597 372 597 c 0\n 526 597 618 475 584 315 c 2\n 570 249 l 2\n 538 97 390 -14 220 -14 c 0\n 148 -14 84 4 47 36 c 0\n 18 60 5 86 10 109 c 0\n 15 136 43 159 70 159 c 0\n 83 159 94 154 103 143 c 0\n 124 115 124 115 134 109 c 0\n 155 94 194 86 239 86 c 0\n 355 86 444 147 469 241 c 1\n306 743 m 0\n 335 743 355 723 355 695 c 0\n 355 658 319 623 280 623 c 0\n 253 623 232 644 232 671 c 0\n 232 707 269 743 306 743 c 0\n514 743 m 0\n 543 743 563 723 563 695 c 0\n 563 658 527 623 488 623 c 0\n 461 623 440 644 440 671 c 0\n 440 707 477 743 514 743 c 0\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 561\nWidth: 600\nFlags: HW\nHStem: -16 100<237 281> 157 100<261 445> 350 100<333 362> 477 120<262 288 470 496>\nVStem: 214 123<525 549> 422 123<525 549>\nFore\n446 157 m 1\n 252 157 l 2\n 213 157 195 175 201 207 c 0\n 208 240 234 258 279 257 c 2\n 468 257 l 1\n 458.507 317.124 413.946 350 340 350 c 0\n 296 350 258 341 229 325 c 0\n 214 316 206 307 198 289 c 0\n 188 267 185 261 176 255 c 0\n 166 247 150 241 137 241 c 0\n 121 241 107 249 100 262 c 0\n 95 271 95 281 101 307 c 1\n 117 384 l 1\n 127 430 146 450 179 450 c 0\n 200 450 209 441 211 420 c 1\n 254 440 304 450 361 450 c 0\n 616.446 450 620.806 177.005 472 53 c 0\n 413 5 346 -16 249 -16 c 0\n 176 -16 115 -4 78 16 c 0\n 41 37 24 63 29 89 c 0\n 35 117 63 140 90 140 c 0\n 102 140 110 136 118 128 c 0\n 139 107 143 103 161 97 c 0\n 183 89 223 84 263 84 c 0\n 354 84 415 108 446 157 c 1\n288 597 m 0\n 317 597 337 577 337 549 c 0\n 337 512 301 477 262 477 c 0\n 235 477 214 498 214 525 c 0\n 214 561 251 597 288 597 c 0\n496 597 m 0\n 525 597 545 577 545 549 c 0\n 545 512 509 477 470 477 c 0\n 443 477 422 498 422 525 c 0\n 422 561 459 597 496 597 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 562\nWidth: 600\nFlags: HW\nHStem: 0 100<73 87> 563 20G<100 191 437 527> 623 80<208 448>\nVStem: 155 351<656 670>\nDStem: 179 216 515 483 87 100 217 100 387 484 515 483 255 312 217 100\nFore\n217 100 m 1\n 283.96 96.0612 267.897 28.6512 227 7 c 0\n 218 2 205 0 184 0 c 2\n 73 0 l 2\n 49 0 38 3 30 9 c 0\n 19 19 14 34 18 50 c 0\n 24 81 50 100 87 100 c 1\n 179 216 l 1\n 71 483 l 1\n 34 485 17 503 23 533 c 0\n 30.5128 566.807 61.2452 583 100 583 c 2\n 191 583 l 2\n 219 583 226 581 235 574 c 0\n 246 564 251 549 247 533 c 0\n 243 511 231 498 199 484 c 1\n 255 312 l 1\n 387 484 l 1\n 340.459 505.493 356.268 552.54 389 573 c 1\n 398 580 415 583 437 583 c 2\n 527 583 l 2\n 554 583 561 581 570 574 c 0\n 582 564 586 549 582 533 c 0\n 576 502 550 484 515 483 c 1\n 217 100 l 1\n217 703 m 2\n 461 703 l 2\n 494 703 506 694 506 670 c 0\n 506 643 480 623 444 623 c 2\n 200 623 l 2\n 167 623 155 631 155 656 c 0\n 155 684 180 703 217 703 c 2\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 563\nWidth: 600\nFlags: HW\nHStem: -205 100<65 165> 337 100<255 255 599 599> 477 80<296 523>\nVStem: 234 351<510.5 524> 435 227<381 385>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 -15 -69\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 564\nWidth: 600\nFlags: HW\nHStem: 0 100<73 87> 563 20G<100 191 437 527> 623 120<217 243 425 451>\nVStem: 169 123<671 695> 377 123<671 695>\nDStem: 179 216 515 483 87 100 217 100 387 484 515 483 255 312 217 100\nFore\n217 100 m 1\n 283.96 96.0612 267.897 28.6512 227 7 c 0\n 218 2 205 0 184 0 c 2\n 73 0 l 2\n 49 0 38 3 30 9 c 0\n 19 19 14 34 18 50 c 0\n 24 81 50 100 87 100 c 1\n 179 216 l 1\n 71 483 l 1\n 34 485 17 503 23 533 c 0\n 30.5128 566.807 61.2452 583 100 583 c 2\n 191 583 l 2\n 219 583 226 581 235 574 c 0\n 246 564 251 549 247 533 c 0\n 243 511 231 498 199 484 c 1\n 255 312 l 1\n 387 484 l 1\n 340.459 505.493 356.268 552.54 389 573 c 1\n 398 580 415 583 437 583 c 2\n 527 583 l 2\n 554 583 561 581 570 574 c 0\n 582 564 586 549 582 533 c 0\n 576 502 550 484 515 483 c 1\n 217 100 l 1\n243 743 m 0\n 272 743 292 723 292 695 c 0\n 292 658 256 623 217 623 c 0\n 190 623 169 644 169 671 c 0\n 169 707 206 743 243 743 c 0\n451 743 m 0\n 480 743 500 723 500 695 c 0\n 500 658 464 623 425 623 c 0\n 398 623 377 644 377 671 c 0\n 377 707 414 743 451 743 c 0\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 565\nWidth: 600\nFlags: HW\nHStem: -205 100<65 165> 337 100<255 255 599 599> 477 120<304.5 316.5 512.5 524.5>\nVStem: 249 123<530.5 543> 435 227<381 385> 457 123<530.5 543>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -12 -57\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 566\nWidth: 600\nFlags: HW\nHStem: 0 100<73 87> 563 20G<100 191 437 527>\nDStem: 179 216 515 483 87 100 217 100 308 806 339 749 183 696 214 639 387 484 515 483 255 312 217 100 473 806 503 749 347 696 378 639\nFore\n217 100 m 1\n 283.96 96.0612 267.897 28.6512 227 7 c 0\n 218 2 205 0 184 0 c 2\n 73 0 l 2\n 49 0 38 3 30 9 c 0\n 19 19 14 34 18 50 c 0\n 24 81 50 100 87 100 c 1\n 179 216 l 1\n 71 483 l 1\n 34 485 17 503 23 533 c 0\n 30.5128 566.807 61.2452 583 100 583 c 2\n 191 583 l 2\n 219 583 226 581 235 574 c 0\n 246 564 251 549 247 533 c 0\n 243 511 231 498 199 484 c 1\n 255 312 l 1\n 387 484 l 1\n 340.459 505.493 356.268 552.54 389 573 c 1\n 398 580 415 583 437 583 c 2\n 527 583 l 2\n 554 583 561 581 570 574 c 0\n 582 564 586 549 582 533 c 0\n 576 502 550 484 515 483 c 1\n 217 100 l 1\n339 749 m 2\n 214 639 l 2\n 202 629 190 623 181 623 c 0\n 166 623 153 637 153 653 c 0\n 153 668 156 672 183 696 c 2\n 308 806 l 1\n 321 816 330 821 341 821 c 0\n 356 821 368 809 368 792 c 0\n 368 777 365 772 339 749 c 2\n503 749 m 2\n 378 639 l 2\n 367 629 354 623 345 623 c 0\n 330 623 317 637 317 653 c 0\n 317 668 319 671 347 696 c 2\n 473 806 l 2\n 485 817 494 821 505 821 c 0\n 520 821 532 808 532 792 c 0\n 532 777 528 772 503 749 c 2\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 567\nWidth: 600\nFlags: HW\nHStem: -205 100<65 165> 337 100<255 255 599 599>\nVStem: 435 227<381 385>\nDStem: 388 660 419 603 263 550 294 493 553 660 583 603 427 550 458 493\nRef: 121 121 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 -4 -19\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 568\nWidth: 600\nFlags: HW\nHStem: 0 100<268 308 409 413> 167 100<221 244> 483 100<190 227 373 388> 623 120<225 251 433 459>\nVStem: 177 123<671 695> 385 123<671 695>\nDStem: 90 483 190 483 52 305 153 308 389 483 489 483 352 308 408 100\nFore\n327 196 m 1\n 299 176 264 167 220 167 c 0\n 135 167 29 182 52 305 c 1\n 90 483 l 1\n 26.5506 488.948 41.7065 554.668 82 576 c 0\n 92 582 100 583 125 583 c 2\n 226 583 l 2\n 253 583 262 581 269 574 c 0\n 297.363 548.215 277.24 505.48 248 490 c 0\n 238 485 229 483 205 483 c 2\n 190 483 l 1\n 153 308 l 1\n 161 277 202 267 242 267 c 0\n 289 267 330 283 352 308 c 1\n 389 483 l 1\n 374 483 l 2\n 348 483 339 485 331 492 c 0\n 303.373 517.115 322.96 560.626 352 576 c 0\n 362 582 370 583 395 583 c 2\n 496 583 l 2\n 523 583 532 581 540 574 c 0\n 550 564 555 549 552 533 c 0\n 545 504 523 486 489 483 c 1\n 408 100 l 1\n 414 100 l 2\n 441 100 449 98 457 91 c 0\n 484.507 65.9934 463.909 21.7755 436 7 c 0\n 427 2 413 0 392 0 c 2\n 271 0 l 2\n 247 0 236 3 228 9 c 0\n 200.315 34.1679 221.332 78.352 249 93 c 0\n 259 99 269 100 293 100 c 2\n 308 100 l 1\n 327 196 l 1\n251 743 m 0\n 280 743 300 723 300 695 c 0\n 300 658 264 623 225 623 c 0\n 198 623 177 644 177 671 c 0\n 177 707 214 743 251 743 c 0\n459 743 m 0\n 488 743 508 723 508 695 c 0\n 508 658 472 623 433 623 c 0\n 406 623 385 644 385 671 c 0\n 385 707 422 743 459 743 c 0\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 569\nWidth: 600\nFlags: HW\nHStem: 0 100<314 329> 123 101<243 266> 337 99<199.031 214.625 479.031 494.315> 477 120<215 241 423 449>\nVStem: 167 123<525 549> 375 123<525 549>\nDStem: 99 337 199 337 81 252 181 252 339 147 479 337 329 100 429 100 379 336 479 337 362 256 429 100\nFore\n199 337 m 1\n 181 252 l 1\n 189 233 226 224 264 224 c 0\n 305 224 334 235 362 256 c 1\n 379 336 l 1\n 340 336 322 354 329 386 c 0\n 337 419 361 439 406 436 c 1\n 496 437 l 2\n 539 437 557 420 551 387 c 0\n 545 355 518 337 479 337 c 1\n 429 100 l 1\n 468 100 487 82 479 50 c 0\n 472 17 448 -3 403 0 c 1\n 314 0 l 2\n 269 0 250 17 257 50 c 0\n 264 82 290 100 329 100 c 1\n 339 147 l 1\n 306 129 282 123 242 123 c 0\n 163 123 59 150 81 252 c 2\n 99 337 l 1\n 60 337 42 355 49 387 c 0\n 56 420 82 438 127 437 c 2\n 215 436 l 2\n 259 435 278 419 271 386 c 0\n 264 354 238 337 199 337 c 1\n241 597 m 0\n 270 597 290 577 290 549 c 0\n 290 512 254 477 215 477 c 0\n 188 477 167 498 167 525 c 0\n 167 561 204 597 241 597 c 0\n449 597 m 0\n 478 597 498 577 498 549 c 0\n 498 512 462 477 423 477 c 0\n 396 477 375 498 375 525 c 0\n 375 561 412 597 449 597 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 570\nWidth: 600\nFlags: HW\nHStem: 0 100<9.3078 26.9372 27 35.9268 139 194 446 467 568 575> 283 100<197 239> 483 100<111 116 217.063 234 543 547 648.063 668.924> 623 120<312 338 520 546>\nVStem: 264 123<671 695> 326 105<208 225> 472 123<671 695> 484 243<520.567 532.969>\nDStem: 117 483 217 483 36 100 196 383 117 483 177 283 36 100 138 100 548 483 648 483 467 100 567 100\nFore\n648 483 m 1\n 567 100 l 1\n 615 100 637 84 636 50 c 0\n 635 14 605 0 561 0 c 2\n 447 0 l 2\n 402 0 382 18 384 50 c 0\n 386 89 415 100 467 100 c 1\n 548 483 l 1\n 503 484 483 501 484 533 c 0\n 485 567 501 583 553 583 c 2\n 671 583 l 2\n 719 583 727 563 727 533 c 0\n 727 496 705 484 648 483 c 1\n196 383 m 1\n 232 383 l 2\n 325 383 371 366 405 317 c 0\n 429 282 437 235 428 189 c 0\n 404 78 297 0 170 0 c 2\n 27 0 l 2\n -22 0 -34 19 -33 50 c 0\n -32 84 -15 104 36 100 c 1\n 117 483 l 1\n 72 484 55 501 56 533 c 0\n 57 567 79 583 126 583 c 2\n 233 583 l 2\n 278 583 290 563 288 533 c 0\n 286 498 266 484 217 483 c 1\n 196 383 l 1\n138 100 m 1\n 194 100 l 2\n 263 100 312 135 324 192 c 0\n 336 248 302 283 233 283 c 2\n 177 283 l 1\n 138 100 l 1\n338 743 m 0\n 367 743 387 723 387 695 c 0\n 387 658 351 623 312 623 c 0\n 285 623 264 644 264 671 c 0\n 264 707 301 743 338 743 c 0\n546 743 m 0\n 575 743 595 723 595 695 c 0\n 595 658 559 623 520 623 c 0\n 493 623 472 644 472 671 c 0\n 472 707 509 743 546 743 c 0\nEndSplineSet\nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 571\nWidth: 600\nFlags: HW\nHStem: 0 100<19 34 134.125 202 460 475> 180 100<173.25 227.48> 180 257<151.125 200> 337 100<185.031 200 626.031 641.264> 477 120<280 306 488 514>\nVStem: 232 123<525 549> 440 123<525 549>\nDStem: 85 337 185 337 34 100 173 280 85 337 151 180 34 100 134 100 526 336 626 337 475 100 575 100\nFore\n526 336 m 1\n 487 336 468 354 475 386 c 0\n 483 419 507 436 552 436 c 2\n 642 437 l 2\n 685 437 704 420 697 387 c 0\n 691 355 665 337 626 337 c 1\n 575 100 l 1\n 614 100 633 82 626 50 c 0\n 618 17 594 0 549 0 c 2\n 460 0 l 2\n 415 0 397 17 404 50 c 0\n 411 82 436 100 475 100 c 1\n 526 336 l 1\n185 337 m 1\n 173 280 l 1\n 390 280 437 258 414 143 c 1\n 384 8 234 0 187 0 c 2\n 19 0 l 2\n -26 0 -44 17 -37 50 c 0\n -30 82 -5 100 34 100 c 1\n 85 337 l 1\n 46 337 28 355 34 387 c 0\n 41 420 65 437 112 437 c 2\n 200 437 l 2\n 247 437 263 420 256 387 c 0\n 250 355 224 337 185 337 c 1\n134 100 m 1\n 241 100 304 97 311 136 c 0\n 320 180 250 180 151 180 c 1\n 134 100 l 1\n306 597 m 0\n 335 597 355 577 355 549 c 0\n 355 512 319 477 280 477 c 0\n 253 477 232 498 232 525 c 0\n 232 561 269 597 306 597 c 0\n514 597 m 0\n 543 597 563 577 563 549 c 0\n 563 512 527 477 488 477 c 0\n 461 477 440 498 440 525 c 0\n 440 561 477 597 514 597 c 0\nEndSplineSet\nEndChar\nStartChar: afii57799\nEncoding: 1456 1456 572\nWidth: 600\nFlags: HW\nHStem: -236 59 -119 59<292 308>\nVStem: 271 59\nFore\n300 -178 m 0\n 316 -178 329 -191 329 -207 c 0\n 329 -223 316 -236 300 -236 c 0\n 284 -236 271 -223 271 -207 c 0\n 271 -191 284 -178 300 -178 c 0\n300 -60 m 0\n 316 -60 329 -73 329 -89 c 0\n 329 -106 316 -119 300 -119 c 0\n 284 -119 271 -106 271 -89 c 0\n 271 -73 284 -60 300 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57801\nEncoding: 1457 1457 573\nWidth: 600\nFlags: HW\nHStem: -236 59 -119 59<174 190.5 292 308 409.5 426>\nVStem: 153 59<-97.5 -81> 212 59<-215 -199 -97.5 -81> 271 59 388 59<-215 -199 -97.5 -81>\nFore\n241 -178 m 0\n 257 -178 271 -191 271 -207 c 0\n 271 -223 257 -236 241 -236 c 0\n 225 -236 212 -223 212 -207 c 0\n 212 -191 225 -178 241 -178 c 0\n182 -60 m 0\n 199 -60 212 -73 212 -89 c 0\n 212 -106 199 -119 182 -119 c 0\n 166 -119 153 -106 153 -89 c 0\n 153 -73 166 -60 182 -60 c 0\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\n418 -60 m 0\n 434 -60 447 -73 447 -89 c 0\n 447 -106 434 -119 418 -119 c 0\n 401 -119 388 -106 388 -89 c 0\n 388 -73 401 -60 418 -60 c 0\n300 -60 m 0\n 316 -60 329 -73 329 -89 c 0\n 329 -106 316 -119 300 -119 c 0\n 284 -119 271 -106 271 -89 c 0\n 271 -73 284 -60 300 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57800\nEncoding: 1458 1458 574\nWidth: 600\nFlags: HW\nHStem: -236 59 -101 41<174 308>\nVStem: 153 176<-86 -74.5> 388 59<-215 -199 -97.5 -81>\nFore\n174 -60 m 2\n 308 -60 l 2\n 320 -60 329 -69 329 -80 c 0\n 329 -92 320 -101 308 -101 c 2\n 174 -101 l 2\n 162 -101 153 -92 153 -80 c 0\n 153 -69 162 -60 174 -60 c 2\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\n418 -60 m 0\n 434 -60 447 -73 447 -89 c 0\n 447 -106 434 -119 418 -119 c 0\n 401 -119 388 -106 388 -89 c 0\n 388 -73 401 -60 418 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57802\nEncoding: 1459 1459 575\nWidth: 600\nFlags: HW\nHStem: -236 59 -101 41<173 219 260 260 260 308>\nVStem: 219 41<-200 -101> 388 59<-215 -199 -97.5 -81>\nFore\n219 -101 m 1\n 173 -101 l 2\n 162 -101 152 -92 152 -80 c 0\n 152 -69 162 -60 173 -60 c 2\n 308 -60 l 2\n 320 -60 329 -69 329 -80 c 0\n 329 -92 320 -101 308 -101 c 2\n 260 -101 l 1\n 260 -200 l 2\n 260 -211 251 -220 240 -220 c 0\n 228 -220 219 -211 219 -200 c 2\n 219 -101 l 1\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\n418 -60 m 0\n 434 -60 447 -73 447 -89 c 0\n 447 -106 434 -119 418 -119 c 0\n 401 -119 388 -106 388 -89 c 0\n 388 -73 401 -60 418 -60 c 0\nEndSplineSet\nMinimumDistance: y8,11 y8,9 x12,15 x12,13 x8,16 x8,18 \nEndChar\nStartChar: afii57793\nEncoding: 1460 1460 576\nWidth: 600\nFlags: HW\nHStem: -119 59<292 308>\nVStem: 271 59\nFore\n300 -60 m 0\n 316 -60 329 -73 329 -89 c 0\n 329 -106 316 -119 300 -119 c 0\n 284 -119 271 -106 271 -89 c 0\n 271 -73 284 -60 300 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57794\nEncoding: 1461 1461 577\nWidth: 600\nFlags: HW\nHStem: -119 59<233 249 351 367>\nVStem: 212 59<-97.5 -81> 329 59<-97.5 -81>\nFore\n241 -60 m 0\n 257 -60 271 -73 271 -89 c 0\n 271 -106 257 -119 241 -119 c 0\n 225 -119 212 -106 212 -89 c 0\n 212 -73 225 -60 241 -60 c 0\n359 -60 m 0\n 375 -60 388 -73 388 -89 c 0\n 388 -106 375 -119 359 -119 c 0\n 343 -119 329 -106 329 -89 c 0\n 329 -73 343 -60 359 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57795\nEncoding: 1462 1462 578\nWidth: 600\nFlags: HW\nHStem: -236 59 -119 59<233 249 351 367>\nVStem: 212 59<-97.5 -81> 271 59 329 59<-97.5 -81>\nFore\n300 -178 m 0\n 316 -178 329 -191 329 -207 c 0\n 329 -223 316 -236 300 -236 c 0\n 284 -236 271 -223 271 -207 c 0\n 271 -191 284 -178 300 -178 c 0\n241 -60 m 0\n 257 -60 271 -73 271 -89 c 0\n 271 -106 257 -119 241 -119 c 0\n 225 -119 212 -106 212 -89 c 0\n 212 -73 225 -60 241 -60 c 0\n359 -60 m 0\n 375 -60 388 -73 388 -89 c 0\n 388 -106 375 -119 359 -119 c 0\n 343 -119 329 -106 329 -89 c 0\n 329 -73 343 -60 359 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57798\nEncoding: 1463 1463 579\nWidth: 600\nFlags: HW\nHStem: -101 41<233 368>\nVStem: 212 176<-86 -74.5>\nFore\n233 -60 m 2\n 368 -60 l 2\n 379 -60 388 -69 388 -80 c 0\n 388 -92 379 -101 368 -101 c 2\n 233 -101 l 2\n 222 -101 212 -92 212 -80 c 0\n 212 -69 222 -60 233 -60 c 2\nEndSplineSet\nEndChar\nStartChar: afii57797\nEncoding: 1464 1464 580\nWidth: 600\nFlags: HW\nHStem: -101 41<233 279 320 320 320 368>\nVStem: 279 41<-200 -101>\nFore\n279 -101 m 1\n 233 -101 l 2\n 222 -101 212 -92 212 -80 c 0\n 212 -69 222 -60 233 -60 c 2\n 368 -60 l 2\n 380 -60 389 -69 389 -80 c 0\n 389 -92 380 -101 368 -101 c 2\n 320 -101 l 1\n 320 -200 l 2\n 320 -211 311 -220 300 -220 c 0\n 288 -220 279 -211 279 -200 c 2\n 279 -101 l 1\nEndSplineSet\nMinimumDistance: y0,3 y0,1 x4,7 x4,5 x0,8 x0,10 \nEndChar\nStartChar: afii57806\nEncoding: 1465 1465 581\nWidth: 600\nFlags: HW\nHStem: 540 59<-8 8>\nVStem: -29 59\nFore\n0 599 m 0\n 16 599 29 586 29 569 c 0\n 29 553 16 540 0 540 c 0\n -16 540 -29 553 -29 569 c 0\n -29 586 -16 599 0 599 c 0\nEndSplineSet\nEndChar\nStartChar: afii57796\nEncoding: 1467 1467 582\nWidth: 600\nFlags: HW\nHStem: -236 59 -178 59<292 308> -119 59<174 190.5>\nVStem: 153 59<-97.5 -81> 271 59 388 59<-215 -199>\nFore\n300 -119 m 0\n 316 -119 329 -132 329 -148 c 0\n 329 -164 316 -178 300 -178 c 0\n 284 -178 271 -164 271 -148 c 0\n 271 -132 284 -119 300 -119 c 0\n182 -60 m 0\n 199 -60 212 -73 212 -89 c 0\n 212 -106 199 -119 182 -119 c 0\n 166 -119 153 -106 153 -89 c 0\n 153 -73 166 -60 182 -60 c 0\n418 -178 m 0\n 434 -178 447 -191 447 -207 c 0\n 447 -223 434 -236 418 -236 c 0\n 401 -236 388 -223 388 -207 c 0\n 388 -191 401 -178 418 -178 c 0\nEndSplineSet\nEndChar\nStartChar: afii57807\nEncoding: 1468 1468 583\nWidth: 600\nFlags: HW\nHStem: 211 59<292 308>\nVStem: 271 59\nFore\n300 270 m 0\n 316 270 329 257 329 241 c 0\n 329 224 316 211 300 211 c 0\n 284 211 271 224 271 241 c 0\n 271 257 284 270 300 270 c 0\nEndSplineSet\nEndChar\nStartChar: afii57839\nEncoding: 1469 1469 584\nWidth: 600\nFlags: HW\nHStem: -236 176<294.5 305.5>\nVStem: 280 41\nFore\n280 -216 m 2\n 280 -80 l 2\n 280 -69 289 -60 300 -60 c 0\n 311 -60 320 -69 320 -80 c 2\n 320 -216 l 2\n 320 -227 311 -236 300 -236 c 0\n 289 -236 280 -227 280 -216 c 2\nEndSplineSet\nEndChar\nStartChar: afii57645\nEncoding: 1470 1470 585\nWidth: 600\nFlags: HW\nHStem: 380 100<110 490>\nVStem: 60 480<416 444>\nFore\n110 480 m 2\n 490 480 l 2\n 518 480 540 458 540 430 c 0\n 540 402 518 380 490 380 c 2\n 110 380 l 2\n 82 380 60 402 60 430 c 0\n 60 458 82 480 110 480 c 2\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii57841\nEncoding: 1471 1471 586\nWidth: 600\nFlags: HW\nHStem: 540 41<233 368>\nVStem: 212 176<554.5 566>\nFore\n233 581 m 2\n 368 581 l 2\n 379 581 388 572 388 560 c 0\n 388 549 379 540 368 540 c 2\n 233 540 l 2\n 222 540 212 549 212 560 c 0\n 212 572 222 581 233 581 c 2\nEndSplineSet\nEndChar\nStartChar: afii57842\nEncoding: 1472 1472 587\nWidth: 600\nFlags: HW\nHStem: -153 775<292 308>\nVStem: 250 100<-87 556>\nFore\n350 556 m 2\n 350 -87 l 2\n 350 -112 348 -122 341 -132 c 0\n 331 -145 316 -153 300 -153 c 0\n 283 -153 267 -144 257 -129 c 0\n 252 -121 250 -110 250 -87 c 2\n 250 556 l 2\n 250 582 252 592 259 602 c 0\n 269 614 284 622 300 622 c 0\n 317 622 334 613 343 598 c 0\n 348 589 350 580 350 556 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57804\nEncoding: 1473 1473 588\nWidth: 600\nFlags: HW\nHStem: 540 59<540.5 557>\nVStem: 519 59<561 577.5>\nFore\n549 599 m 0\n 565 599 578 586 578 569 c 0\n 578 553 565 540 549 540 c 0\n 532 540 519 553 519 569 c 0\n 519 586 532 599 549 599 c 0\nEndSplineSet\nEndChar\nStartChar: afii57803\nEncoding: 1474 1474 589\nWidth: 600\nFlags: HW\nHStem: 540 59<70.5 87>\nVStem: 49 59<561 577.5>\nFore\n79 599 m 0\n 95 599 108 586 108 569 c 0\n 108 553 95 540 79 540 c 0\n 62 540 49 553 49 569 c 0\n 49 586 62 599 79 599 c 0\nEndSplineSet\nEndChar\nStartChar: afii57658\nEncoding: 1475 1475 590\nWidth: 600\nFlags: HW\nHStem: -15 132<291 309> 304 133<291 309>\nVStem: 225 150<33 69 352 388.5>\nFore\n309 -15 m 2\n 291 -15 l 2\n 255 -15 225 15 225 51 c 0\n 225 87 255 117 291 117 c 2\n 309 117 l 2\n 346 117 375 88 375 51 c 0\n 375 14 346 -15 309 -15 c 2\n309 304 m 2\n 291 304 l 2\n 255 304 225 334 225 370 c 0\n 225 407 255 437 291 437 c 2\n 309 437 l 2\n 346 437 375 408 375 370 c 0\n 375 333 346 304 309 304 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni05C4\nEncoding: 1476 1476 591\nWidth: 600\nFlags: HW\nHStem: 674 60<266.5 283.5>\nVStem: 245 60<695.5 712.5>\nFore\n275 734 m 0\n 292 734 305 721 305 704 c 0\n 305 687 292 674 275 674 c 0\n 258 674 245 687 245 704 c 0\n 245 721 258 734 275 734 c 0\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 592\nWidth: 600\nFlags: HW\nFore\n424 237 m 1\n 476 259 501 278 504 303 c 1\n 521 380 l 1\n 507 380 l 2\n 480 380 462 402 468 430 c 0\n 474 458 501 480 529 480 c 2\n 642 480 l 1\n 604 303 l 1\n 587 230 535 190 483 162 c 1\n 544 85 l 2\n 559 66 552 34 528 15 c 0\n 505 -5 473 -5 458 15 c 2\n 277 244 l 1\n 226 223 203 207 198 177 c 1\n 181 100 l 1\n 195 100 l 2\n 222 100 240 78 234 50 c 0\n 228 22 201 0 173 0 c 2\n 60 0 l 1\n 98 177 l 1\n 114 250 166 292 218 319 c 1\n 159 395 l 1\n 143 414 150 446 174 465 c 0\n 197 485 229 485 244 465 c 2\n 424 237 l 1\nEndSplineSet\nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 593\nWidth: 600\nFlags: HW\nHStem: 0 100<131 366 466 490> 380 100<212 349>\nVStem: 415 101\nFore\n366 100 m 1\n 409 303 l 1\n 417 344 418 344 405 363 c 1\n 390 379 388 379 349 380 c 2\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 370 480 l 2\n 411 481 461 474 491 434 c 1\n 523 396 520 344 509 303 c 1\n 466 100 l 1\n 511 100 l 2\n 539 100 556 78 551 50 c 0\n 545 22 518 0 490 0 c 2\n 110 0 l 2\n 82 0 65 22 71 50 c 0\n 76 78 104 100 131 100 c 2\n 366 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 594\nWidth: 600\nFlags: HW\nHStem: 380 100<307 349>\nVStem: 415 101\nFore\n392 221 m 1\n 409 303 l 1\n 417 346 418 343 405 363 c 1\n 394 377 378 380 349 380 c 2\n 286 380 l 2\n 258 380 241 402 246 430 c 0\n 252 458 279 480 307 480 c 2\n 370 480 l 2\n 404 480 457 476 491 434 c 1\n 523 397 520 346 509 303 c 1\n 484 183 l 1\n 488 62 l 1\n 489 35 467 8 439 1 c 0\n 411 -5 387 11 386 38 c 1\n 384 121 l 1\n 360 117 331 110 315 101 c 0\n 269 77 264 71 219 22 c 0\n 199 -1 167 -7 147 9 c 0\n 128 24 128 55 149 78 c 0\n 190 125 225 160 284 189 c 0\n 321 207 362 216 392 221 c 1\nEndSplineSet\nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 595\nWidth: 600\nFlags: HW\nHStem: 380 100<212 426 526 526 526 571>\nFore\n426 380 m 1\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 592 480 l 2\n 620 480 637 458 631 430 c 0\n 626 402 598 380 571 380 c 2\n 526 380 l 1\n 456 50 l 2\n 450 22 423 0 395 0 c 0\n 367 0 350 22 356 50 c 2\n 426 380 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 596\nWidth: 600\nFlags: HW\nHStem: 0 272 380 100<212 444>\nVStem: 510 101\nFore\n105 50 m 2\n 142 222 l 2\n 148 250 175 272 203 272 c 0\n 230 272 248 250 242 222 c 2\n 205 50 l 2\n 199 22 172 0 145 0 c 0\n 117 0 99 22 105 50 c 2\n604 303 m 1\n 551 50 l 2\n 545 22 518 0 490 0 c 0\n 462 0 445 22 451 50 c 2\n 504 303 l 1\n 512 344 513 344 500 363 c 1\n 486 379 482 379 444 380 c 2\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 465 480 l 2\n 505 481 556 474 586 434 c 1\n 618 396 615 344 604 303 c 1\nEndSplineSet\nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 597\nWidth: 600\nFlags: HW\nHStem: 380 100<302 359>\nFore\n480 480 m 1\n 389 50 l 2\n 383 22 356 0 328 0 c 0\n 300 0 283 22 289 50 c 2\n 359 380 l 1\n 281 380 l 2\n 253 380 236 402 241 430 c 0\n 247 458 274 480 302 480 c 2\n 480 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 598\nWidth: 600\nFlags: HW\nHStem: 380 100<275 331 431 431 431 507>\nFore\n331 380 m 1\n 254 380 l 2\n 227 380 209 402 215 430 c 0\n 221 458 248 480 275 480 c 2\n 529 480 l 2\n 556 480 574 458 568 430 c 0\n 562 402 535 380 507 380 c 2\n 431 380 l 1\n 361 50 l 2\n 355 22 328 0 300 0 c 0\n 272 0 255 22 261 50 c 2\n 331 380 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 599\nWidth: 600\nFlags: HW\nHStem: 380 100<340 444 340 340>\nVStem: 510 101\nFore\n340 380 m 1\n 273 325 l 2\n 254 309 253 305 250 297 c 1\n 198 50 l 2\n 192 22 165 0 137 0 c 0\n 110 0 92 22 98 50 c 2\n 150 297 l 1\n 154.835 346.539 173.031 358.533 199 380 c 1\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 465 480 l 2\n 506 481 556 474 586 434 c 1\n 618 395 614 344 604 303 c 1\n 551 50 l 2\n 545 22 518 0 490 0 c 0\n 462 0 445 22 451 50 c 2\n 504 303 l 2\n 512 342 512 345 500 363 c 1\n 485 379 483 379 444 380 c 2\n 340 380 l 1\nEndSplineSet\nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 600\nWidth: 600\nFlags: HW\nHStem: 0 100<305 325> 380 100<498 505 498 498>\nVStem: 139 101\nFore\n498 380 m 1\n 382 273 l 1\n 361 251 329 247 310 263 c 0\n 291 280 294 311 315 333 c 1\n 481 480 l 1\n 626 480 l 1\n 562 177 l 1\n 554 138 537 86 488 46 c 1\n 425 -8 366 0 284 0 c 0\n 244 -1 193 6 163 46 c 1\n 131 85 135 137 145 177 c 1\n 188 380 l 1\n 175 380 l 2\n 147 380 130 402 135 430 c 0\n 141 458 168 480 196 480 c 2\n 309 480 l 1\n 245 177 l 1\n 238 139 237 135 249 117 c 1\n 264 101 267 101 305 100 c 2\n 369 100 l 2\n 408 101 410 101 432 117 c 1\n 451 134 453 140 462 177 c 1\n 505 380 l 1\n 498 380 l 1\nEndSplineSet\nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 601\nWidth: 600\nFlags: HW\nHStem: 380 100<296 347>\nFore\n468 480 m 1\n 417 240 l 2\n 411 212 384 190 356 190 c 0\n 329 190 311 212 317 240 c 2\n 347 380 l 1\n 275 380 l 2\n 247 380 230 402 235 430 c 0\n 241 458 268 480 296 480 c 2\n 468 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 602\nWidth: 600\nFlags: HW\nHStem: 380 100<212 404>\nVStem: 470 101\nFore\n564 303 m 1\n 468 -150 l 2\n 462 -178 435 -200 407 -200 c 0\n 380 -200 362 -178 368 -150 c 2\n 464 303 l 1\n 472 344 473 344 460 363 c 1\n 446 379 442 379 404 380 c 2\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 425 480 l 2\n 465 481 516 474 546 434 c 1\n 578 396 575 344 564 303 c 1\nEndSplineSet\nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 603\nWidth: 600\nFlags: HW\nHStem: 0 100<131 322> 380 100<212 403>\nVStem: 469 101\nFore\n322 0 m 2\n 110 0 l 2\n 82 0 65 22 71 50 c 0\n 76 78 104 100 131 100 c 2\n 344 100 l 2\n 383 101 385 101 407 117 c 1\n 426 134 428 140 436 177 c 2\n 463 303 l 1\n 471 343 471 344 459 363 c 1\n 445 379 441 379 403 380 c 2\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 424 480 l 2\n 464 481 515 474 545 434 c 1\n 577 396 573 344 563 303 c 1\n 536 177 l 1\n 529 138 512 86 462 46 c 1\n 416 6 362 -1 322 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 604\nWidth: 600\nFlags: HW\nHStem: 380 100<262 521> 380 249<230 257.5>\nFore\n537 205 m 2\n 307 15 l 2\n 283 -5 251 -5 236 15 c 0\n 221 34 227 66 251 85 c 2\n 482 275 l 1\n 497 289 502 295 504 303 c 2\n 521 380 l 1\n 141 380 l 1\n 183 579 l 2\n 189 607 216 629 244 629 c 0\n 271 629 289 607 283 579 c 2\n 262 480 l 1\n 642 480 l 1\n 604 303 l 1\n 597 260 561 224 537 205 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 605\nWidth: 600\nFlags: HW\nHStem: 0 100<201 449> 380 100<200 216 358 358 358 432>\nVStem: 497 101\nFore\n358 380 m 1\n 260 300 l 1\n 241 283 240 279 237 272 c 1\n 201 100 l 1\n 449 100 l 1\n 492 303 l 1\n 499 340 500 346 488 363 c 1\n 472.755 391.274 402.135 376.187 358 380 c 1\n216 380 m 1\n 179 380 l 2\n 151 380 134 402 139 430 c 0\n 145 458 172 480 200 480 c 2\n 453 480 l 2\n 493 481 544 474 574 434 c 1\n 607 394 602 342 592 303 c 1\n 528 0 l 1\n 80 0 l 1\n 137 272 l 1\n 148.313 324.913 185.386 352.45 216 380 c 1\nEndSplineSet\nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 606\nWidth: 600\nFlags: HW\nHStem: 0 100<366 461> 380 100<419 444 419 419>\nVStem: 509 101\nFore\n271 371 m 1\n 404 480 l 1\n 484.118 478.98 538.453 489.555 586 434 c 1\n 618 395 614 343 604 303 c 1\n 540 0 l 1\n 345 0 l 2\n 317 0 300 22 306 50 c 0\n 311 78 339 100 366 100 c 2\n 461 100 l 1\n 504 303 l 1\n 511 341 512 345 500 363 c 1\n 486 379 482 379 444 380 c 2\n 419 380 l 1\n 263 255 l 2\n 249 243 252 246 245 237 c 0\n 244 236 245 237 239 222 c 1\n 202 50 l 2\n 196 22 169 0 142 0 c 0\n 114 0 96 22 102 50 c 2\n 172 380 l 1\n 156 380 l 2\n 128 380 111 402 116 430 c 0\n 122 458 149 480 177 480 c 2\n 294 480 l 1\n 271 371 l 1\nEndSplineSet\nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 607\nWidth: 600\nFlags: HW\nHStem: 380 100<302 359>\nFore\n480 480 m 1\n 346 -150 l 2\n 340 -178 313 -200 285 -200 c 0\n 258 -200 240 -178 246 -150 c 2\n 359 380 l 1\n 281 380 l 2\n 253 380 236 402 241 430 c 0\n 247 458 274 480 302 480 c 2\n 480 480 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 608\nWidth: 600\nFlags: HW\nHStem: 0 100<195 366> 380 100<339 349>\nVStem: 415 101\nFore\n445 0 m 1\n 173 0 l 1\n 146 0 128 22 134 50 c 0\n 140 78 167 100 195 100 c 2\n 366 100 l 1\n 409 303 l 1\n 417 343 417 345 405 363 c 1\n 390 379 388 379 349 380 c 2\n 317 380 l 2\n 290 380 272 402 278 430 c 0\n 284 458 311 480 339 480 c 2\n 370 480 l 2\n 411 481 461 474 491 434 c 1\n 523 395 519 344 509 303 c 1\n 445 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 609\nWidth: 600\nFlags: HW\nHStem: 0 100<290 364> 380 100<212 228 370 370 370 444>\nVStem: 123 101 510 101\nFore\n370 380 m 1\n 272 300 l 2\n 256 286 252 280 249 272 c 1\n 229 177 l 1\n 222 140 222 134 234 117 c 1\n 248.479 88.7254 320.145 103.814 364 100 c 1\n 461 180 l 2\n 477 194 482 200 484 208 c 1\n 504 303 l 1\n 511 341 512 345 500 363 c 1\n 484.755 391.274 414.135 376.187 370 380 c 1\n228 380 m 1\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 465 480 l 2\n 505 481 556 474 586 434 c 1\n 618 395 614 343 604 303 c 1\n 584 208 l 1\n 577 165 541 129 517 110 c 2\n 384 0 l 1\n 285.076 4.74941 202.413 -20.5652 148 46 c 1\n 94.8022 119.607 138.401 195.126 149 272 c 1\n 159 323 198 355 228 380 c 1\nEndSplineSet\nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 610\nWidth: 600\nFlags: HW\nHStem: 0 100<131 231> 380 100<212 243 497 514>\nFore\n231 100 m 1\n 243 380 l 1\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 349 480 l 1\n 332 100 l 1\n 378 100 391 98 416 117 c 0\n 433 131 432 136 448 183 c 2\n 514 380 l 1\n 476 380 l 2\n 448 380 431 402 436 430 c 0\n 442 458 469 480 497 480 c 2\n 649 480 l 1\n 544 170 l 1\n 533 139 524 89 472 46 c 0\n 425 6 371 -1 332 0 c 2\n 110 0 l 2\n 82 0 65 22 71 50 c 0\n 76 78 104 100 131 100 c 2\n 231 100 l 1\nEndSplineSet\nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 611\nWidth: 600\nFlags: HW\nHStem: 156 100<246 309> 380 100<212 228 370 444 370 370>\nVStem: 509 101\nFore\n370 380 m 1\n 272 300 l 1\n 250 280 251 280 246 256 c 1\n 330 256 l 2\n 358 256 376 234 370 206 c 0\n 364 178 337 156 309 156 c 2\n 125 156 l 1\n 149 272 l 1\n 158 323 198 355 228 380 c 1\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 465 480 l 2\n 505 481 556 474 586 434 c 1\n 618 395 614 343 604 303 c 1\n 508 -150 l 2\n 502 -178 475 -200 447 -200 c 0\n 420 -200 402 -178 408 -150 c 2\n 504 303 l 1\n 511 341 512 345 500 363 c 1\n 484.755 391.274 414.135 376.187 370 380 c 1\nEndSplineSet\nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 612\nWidth: 600\nFlags: HW\nHStem: 0 100<131 363> 190 100<261 316> 380 100<212 228 370 370 370 444>\nVStem: 510 101\nFore\n261 290 m 1\n 338 290 l 2\n 365 290 383 268 377 240 c 0\n 371 212 344 190 316 190 c 2\n 132 190 l 1\n 143 244 148 290 173 325 c 0\n 190 350 209 364 228 380 c 1\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 465 480 l 2\n 506 481 556 474 586 434 c 1\n 618 396 615 344 604 303 c 1\n 578 177 l 2\n 570 137 553 85 504 46 c 0\n 456 6 402 -1 363 0 c 2\n 110 0 l 2\n 82 0 65 22 71 50 c 0\n 76 78 104 100 131 100 c 2\n 385 100 l 2\n 423 101 427 101 448 117 c 1\n 467 135 468 139 478 177 c 1\n 504 303 l 1\n 512 344 513 344 500 363 c 1\n 485 379 483 379 444 380 c 2\n 370 380 l 1\n 261 290 l 1\nEndSplineSet\nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 613\nWidth: 600\nFlags: HW\nHStem: 380 100<212 236 497 521>\nFore\n359 278 m 1\n 519 373 l 1\n 521 380 l 1\n 476 380 l 2\n 448 380 431 402 436 430 c 0\n 442 458 469 480 497 480 c 2\n 642 480 l 1\n 608 320 l 1\n 372 180 l 1\n 302 -150 l 2\n 296 -178 269 -200 242 -200 c 0\n 214 -200 196 -178 202 -150 c 2\n 275 191 l 1\n 229 347 l 1\n 236 380 l 1\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 357 480 l 1\n 331 360 l 1\n 359 278 l 1\nEndSplineSet\nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 614\nWidth: 600\nFlags: HW\nHStem: 0 100<119 426> 380 100<200 224 485 509>\nFore\n392 295 m 1\n 506 369 l 1\n 509 380 l 1\n 464 380 l 2\n 436 380 419 402 424 430 c 0\n 430 458 457 480 485 480 c 2\n 630 480 l 1\n 596 319 l 1\n 456 229 l 1\n 555 127 l 1\n 528 0 l 1\n 98 0 l 2\n 70 0 53 22 59 50 c 0\n 64 78 92 100 119 100 c 2\n 426 100 l 1\n 211 320 l 1\n 224 380 l 1\n 179 380 l 2\n 151 380 134 402 139 430 c 0\n 145 458 172 480 200 480 c 2\n 345 480 l 1\n 321 367 l 1\n 392 295 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 615\nWidth: 600\nFlags: HW\nHStem: 380 100<202 511>\nFore\n508 129 m 1\n 372 14 l 1\n 348 -5 316 -5 301 14 c 0\n 286 34 292 65 316 85 c 2\n 459 204 l 2\n 468.483 211.705 474.63 218.348 479 230 c 1\n 511 380 l 1\n 181 380 l 2\n 153 380 136 402 141 430 c 0\n 147 458 174 480 202 480 c 2\n 632 480 l 1\n 579 230 l 1\n 576 211 563 188 555 177 c 1\n 549 166 525 138 508 129 c 1\n261 222 m 1\n 181 -150 l 1\n 176 -178 148 -200 121 -200 c 0\n 93 -200 76 -178 81 -150 c 1\n 161 222 l 1\n 166 250 194 272 221 272 c 0\n 249 272 266 250 261 222 c 1\nEndSplineSet\nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 616\nWidth: 600\nFlags: HW\nHStem: 380 100<212 444>\nVStem: 510 101\nFore\n604 303 m 1\n 551 50 l 2\n 545 22 518 0 490 0 c 0\n 462 0 445 22 451 50 c 2\n 504 303 l 1\n 512 344 513 344 500 363 c 1\n 486 379 482 379 444 380 c 2\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 465 480 l 2\n 505 481 556 474 586 434 c 1\n 618 396 615 344 604 303 c 1\nEndSplineSet\nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 617\nWidth: 600\nFlags: HW\nHStem: 0 100<172 241 342 354 354 354> 380 100<232 245.5>\nFore\n537 380 m 1\n 509 380 503 402 508 430 c 0\n 514 458 541 480 569 480 c 2\n 671 480 l 1\n 567 170 l 1\n 555 133 537 84 487 45 c 1\n 445 9 395 -2 354 0 c 1\n 51 0 l 1\n 153 480 l 1\n 246 480 l 2\n 274 480 291 458 285 430 c 0\n 280 402 259 380 232 380 c 1\n 172 100 l 1\n 241 100 l 1\n 338 385 l 1\n 294.391 408.258 327.428 480 380 480 c 2\n 443 480 l 2\n 471 480 488 458 482 430 c 0\n 478 408 459 389 437 382 c 1\n 342 100 l 1\n 376 100 l 2\n 412 102 410 101 433 117 c 1\n 455 135 455 140 470 183 c 2\n 537 380 l 1\nEndSplineSet\nMinimumDistance: x9,6 \nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 618\nWidth: 600\nFlags: HW\nHStem: 0 100<100 110> 380 100<212 236 336 444 336 336>\nVStem: 510 101\nFore\n336 380 m 1\n 286 145 l 1\n 281 115 265 70 225 38 c 0\n 186 5 139 -1 110 0 c 2\n 78 0 l 2\n 51 0 33 22 39 50 c 0\n 45 78 72 100 100 100 c 2\n 131 100 l 2\n 160 101 157 100 169 109 c 1\n 180 120 179 117 186 145 c 1\n 236 380 l 1\n 191 380 l 2\n 163 380 146 402 151 430 c 0\n 157 458 184 480 212 480 c 2\n 465 480 l 2\n 505 481 556 474 586 434 c 1\n 618 396 615 344 604 303 c 1\n 551 50 l 2\n 545 22 518 0 490 0 c 0\n 462 0 445 22 451 50 c 2\n 504 303 l 1\n 512 344 513 344 500 363 c 1\n 486 379 482 379 444 380 c 2\n 336 380 l 1\nEndSplineSet\nEndChar\nStartChar: afii57716\nEncoding: 1520 1520 619\nWidth: 600\nFlags: HW\nHStem: 380 100<188 245 460 517>\nFore\n366 480 m 1\n 275 50 l 2\n 269 22 242 0 214 0 c 0\n 186 0 169 22 175 50 c 2\n 245 380 l 1\n 167 380 l 2\n 139 380 122 402 127 430 c 0\n 133 458 160 480 188 480 c 2\n 366 480 l 1\n638 480 m 1\n 547 50 l 2\n 541 22 514 0 486 0 c 0\n 458 0 441 22 447 50 c 2\n 517 380 l 1\n 439 380 l 2\n 411 380 394 402 399 430 c 0\n 405 458 432 480 460 480 c 2\n 638 480 l 1\nEndSplineSet\nEndChar\nStartChar: afii57717\nEncoding: 1521 1521 620\nWidth: 600\nFlags: HW\nHStem: 380 100<194 245 460 517>\nFore\n638 480 m 1\n 547 50 l 2\n 541 22 514 0 486 0 c 0\n 458 0 441 22 447 50 c 2\n 517 380 l 1\n 439 380 l 2\n 411 380 394 402 399 430 c 0\n 405 458 432 480 460 480 c 2\n 638 480 l 1\n366 480 m 1\n 315 240 l 2\n 309 212 282 190 254 190 c 0\n 227 190 209 212 215 240 c 2\n 245 380 l 1\n 173 380 l 2\n 145 380 128 402 133 430 c 0\n 139 458 166 480 194 480 c 2\n 366 480 l 1\nEndSplineSet\nEndChar\nStartChar: afii57718\nEncoding: 1522 1522 621\nWidth: 600\nFlags: HW\nHStem: 380 100<194 245 466 517>\nFore\n366 480 m 1\n 315 240 l 2\n 309 212 282 190 254 190 c 0\n 227 190 209 212 215 240 c 2\n 245 380 l 1\n 173 380 l 2\n 145 380 128 402 133 430 c 0\n 139 458 166 480 194 480 c 2\n 366 480 l 1\n638 480 m 1\n 587 240 l 2\n 581 212 554 190 526 190 c 0\n 499 190 481 212 487 240 c 2\n 517 380 l 1\n 445 380 l 2\n 417 380 400 402 405 430 c 0\n 411 458 438 480 466 480 c 2\n 638 480 l 1\nEndSplineSet\nEndChar\nStartChar: uni05F3\nEncoding: 1523 1523 622\nWidth: 600\nFlags: HW\nHStem: 315 290<265.5 287>\nFore\n254 605 m 1\n 395 605 l 1\n 314 351 l 2\n 306 326 298 315 276 315 c 0\n 255 315 245 325 242 350 c 1\n 254 605 l 1\nEndSplineSet\nEndChar\nStartChar: uni05F4\nEncoding: 1524 1524 623\nWidth: 600\nFlags: HW\nHStem: 315 290<163.5 185 383.5 405>\nFore\n152 605 m 1\n 293 605 l 1\n 212 351 l 1\n 203 326 196 315 174 315 c 0\n 153 315 143 325 140 350 c 1\n 152 605 l 1\n372 605 m 1\n 513 605 l 1\n 432 351 l 2\n 424 326 416 315 394 315 c 0\n 373 315 363 325 360 350 c 1\n 372 605 l 1\nEndSplineSet\nEndChar\nStartChar: endash\nEncoding: 8211 8211 624\nWidth: 600\nFlags: HMW\nHStem: 229 100<179 541>\nVStem: 101 518\nFore\n541 229 m 2\n 158 229 l 2\n 117 229 101 240 101 269 c 0\n 101 285 110 302 124 314 c 0\n 139 327 148 329 179 329 c 2\n 562 329 l 2\n 581 329 589 328 597 325 c 0\n 609 321 619 305 619 290 c 0\n 619 273 610 256 596 244 c 0\n 582 232 570 229 541 229 c 2\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 625\nWidth: 600\nFlags: HW\nHStem: 229 100<38 586>\nVStem: -18 660<269 290>\nFore\n564 229 m 2\n 39 229 l 2\n -2 229 -18 240 -18 269 c 0\n -18 285 -9 302 5 314 c 0\n 20 327 29 329 60 329 c 2\n 585 329 l 2\n 603 329 612 328 620 325 c 0\n 632 321 642 305 642 290 c 0\n 642 273 633 256 619 244 c 0\n 605 232 593 229 564 229 c 2\nEndSplineSet\nEndChar\nStartChar: afii00208\nEncoding: 8213 8213 626\nWidth: 600\nFlags: HW\nHStem: 229 100<38 586>\nVStem: -18 660<269 290>\nRef: 8212 8212 N 1 0 0 1 0 0\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 627\nWidth: 600\nFlags: HMW\nHStem: 348 254<489.5 506.5>\nFore\n509 602 m 1\n 534 395 l 1\n 534 387 l 2\n 534 365 517 348 496 348 c 0\n 483 348 477 354 469 372 c 1\n 377 602 l 1\n 509 602 l 1\nEndSplineSet\nKernsSLIF: 89 -74 1 0 87 -40 1 0 86 -45 1 0 84 -52 1 0 197 -90 1 0 196 -90 1 0 193 -90 1 0 198 -88 1 0 65 -90 1 0\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 628\nWidth: 600\nFlags: HW\nFore\n350 623 m 1\n 483 623 l 1\n 285 355 l 2\n 273 339 260 331 248 331 c 0\n 234 331 222 341 222 353 c 0\n 222 360 223 364 230 378 c 2\n 350 623 l 1\nEndSplineSet\nKernsSLIF: 121 -120 1 0 119 -109 1 0 118 -114 1 0 116 -121 1 0 115 -154 1 0 114 -155 1 0 46 -251 1 0 111 -148 1 0 100 -146 1 0 44 -234 1 0 197 -160 1 0 196 -160 1 0 193 -160 1 0 198 -158 1 0 65 -160 1 0\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 629\nWidth: 600\nFlags: HW\nFore\n246 134 m 1\n 379 134 l 1\n 181 -134 l 2\n 169 -150 156 -158 144 -158 c 0\n 130 -158 118 -148 118 -136 c 0\n 118 -129 119 -125 126 -111 c 2\n 246 134 l 1\nEndSplineSet\nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 630\nWidth: 600\nFlags: HMW\nHStem: 348 254<338.5 355.5 538.5 555.5>\nFore\n558 602 m 1\n 583 395 l 1\n 583 387 l 2\n 583 365 566 348 545 348 c 0\n 532 348 526 354 518 372 c 1\n 426 602 l 1\n 558 602 l 1\n358 602 m 1\n 383 395 l 1\n 383 387 l 2\n 383 365 366 348 345 348 c 0\n 332 348 326 354 318 372 c 1\n 226 602 l 1\n 358 602 l 1\nEndSplineSet\nKernsSLIF: 89 -50 1 0 87 -15 1 0 86 -20 1 0 84 -28 1 0 197 -66 1 0 196 -66 1 0 193 -66 1 0 198 -64 1 0 65 -66 1 0\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 631\nWidth: 600\nFlags: HW\nFore\n286 602 m 1\n 419 602 l 1\n 229 372 l 2\n 214 354 204 348 191 348 c 0\n 178 348 166 358 166 370 c 0\n 166 376 169 386 174 395 c 2\n 286 602 l 1\n487 602 m 1\n 619 602 l 1\n 429 372 l 2\n 414 354 405 348 391 348 c 0\n 378 348 366 358 366 370 c 0\n 366 376 369 386 374 395 c 2\n 487 602 l 1\nEndSplineSet\nKernsSLIF: 89 -57 1 0 87 -30 1 0 86 -35 1 0 84 -45 1 0 197 -81 1 0 196 -81 1 0 193 -81 1 0 198 -79 1 0 65 -81 1 0\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 632\nWidth: 600\nFlags: HW\nFore\n186 134 m 1\n 319 134 l 1\n 129 -96 l 2\n 114 -114 104 -120 91 -120 c 0\n 78 -120 66 -110 66 -98 c 0\n 66 -92 69 -82 74 -73 c 2\n 186 134 l 1\n387 134 m 1\n 519 134 l 1\n 329 -96 l 2\n 314 -114 305 -120 291 -120 c 0\n 278 -120 266 -110 266 -98 c 0\n 266 -92 269 -82 274 -73 c 2\n 387 134 l 1\nEndSplineSet\nKernsSLIF: 89 -80 1 0 87 -46 1 0 86 -108 1 0 84 -92 1 0 198 -11 1 0 65 -10 1 0\nEndChar\nStartChar: dagger\nEncoding: 8224 8224 633\nWidth: 600\nFlags: HW\nHStem: 337 100<231 320 444 533> 337 285<423 434>\nVStem: 175 414<377 397>\nDStem: 321 337 421 337 244 -26 344 -26 368 556 468 556 343 437 443 437\nFore\n421 337 m 1\n 344 -26 l 1\n 339 -53 335 -61 325 -71 c 0\n 313 -84 296 -92 280 -92 c 0\n 258 -92 240 -76 240 -55 c 0\n 240 -48 241 -42 244 -26 c 1\n 321 337 l 1\n 231 337 l 2\n 213 337 205 338 197 341 c 0\n 184 345 175 361 175 377 c 0\n 175 393 184 410 198 422 c 0\n 213 434 222 437 253 437 c 2\n 343 437 l 1\n 368 556 l 1\n 373 582 378 592 387 602 c 1\n 400 614 416 622 432 622 c 0\n 455 622 472 606 472 584 c 0\n 472 577 471 572 468 556 c 1\n 443 437 l 1\n 532 437 l 2\n 552 437 558 436 567 433 c 0\n 580 429 589 413 589 397 c 0\n 589 381 580 364 566 352 c 0\n 551 340 541 337 510 337 c 2\n 421 337 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 634\nWidth: 600\nFlags: HW\nHStem: 93 100<178 268 392 482> 337 100<230 320 443 533> 337 285<423 441>\nVStem: 123 414<133 153> 175 414<377 397>\nDStem: 269 93 369 93 244 -26 344 -26 321 337 421 337 291 193 391 193 368 556 468 556 343 437 442 437\nFore\n421 337 m 1\n 391 193 l 1\n 480 193 l 2\n 498 193 507 192 515 189 c 0\n 527 185 537 169 537 153 c 0\n 537 137 528 119 514 107 c 0\n 499 96 490 93 459 93 c 2\n 369 93 l 1\n 344 -26 l 2\n 338 -54 335 -61 325 -71 c 0\n 313 -84 296 -92 280 -92 c 0\n 258 -92 240 -76 240 -55 c 0\n 240 -48 241 -40 244 -26 c 2\n 269 93 l 1\n 179 93 l 2\n 159 93 153 94 145 97 c 0\n 132 101 123 116 123 133 c 0\n 123 149 132 166 146 178 c 0\n 160 190 171 193 200 193 c 2\n 291 193 l 1\n 321 337 l 1\n 231 337 l 2\n 213 337 205 338 197 341 c 0\n 184 345 175 361 175 377 c 0\n 175 393 184 410 198 422 c 0\n 212 434 222 437 252 437 c 2\n 343 437 l 1\n 368 556 l 1\n 373 582 377 592 387 602 c 0\n 400 614 416 622 432 622 c 0\n 455 622 472 606 472 584 c 0\n 472 577 471 572 468 556 c 1\n 442 437 l 1\n 532 437 l 2\n 552 437 558 436 567 433 c 0\n 580 429 589 413 589 397 c 0\n 589 381 580 364 566 352 c 0\n 551 340 541 337 510 337 c 2\n 421 337 l 1\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: bullet\nEncoding: 8226 8226 635\nWidth: 600\nFlags: HMW\nHStem: 154 299<348 379>\nVStem: 211 306<288 319>\nFore\n395 453 m 0\n 467 453 517 404 517 334 c 0\n 517 242 427 154 331 154 c 0\n 261 154 211 204 211 273 c 0\n 211 365 301 453 395 453 c 0\nEndSplineSet\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 636\nWidth: 600\nFlags: HMW\nHStem: -15 132\nVStem: 34 153<44.5 58> 234 153<44.5 58> 434 153<44.5 58>\nFore\n105 -15 m 2\n 88 -15 l 2\n 56 -15 34 7 34 38 c 0\n 34 78 74 117 116 117 c 2\n 133 117 l 2\n 165 117 187 95 187 65 c 0\n 187 24 147 -15 105 -15 c 2\n305 -15 m 2\n 288 -15 l 2\n 256 -15 234 7 234 38 c 0\n 234 78 274 117 316 117 c 2\n 333 117 l 2\n 365 117 387 95 387 65 c 0\n 387 24 347 -15 305 -15 c 2\n505 -15 m 2\n 488 -15 l 2\n 456 -15 434 7 434 38 c 0\n 434 78 474 117 516 117 c 2\n 533 117 l 2\n 565 117 587 95 587 65 c 0\n 587 24 547 -15 505 -15 c 2\nEndSplineSet\nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 637\nWidth: 600\nFlags: HW\nHStem: 0 58<216 227 488 497> 174 57<248 253 520 523> 386 58<200 212> 560 57<232 237>\nVStem: 105 58<489 492> 120 59<96 106> 282 58<512 516> 298 59<127 138> 390 59<96 106> 568 59<127 138>\nDStem: 542 436 549 377 153 319 159 259\nFore\n549 377 m 2\n 159 259 l 2\n 146 255 144 255 138 255 c 0\n 126 255 116 266 116 281 c 0\n 116 300 127 311 153 319 c 2\n 542 436 l 2\n 555 440 557 440 563 440 c 0\n 575 440 585 429 585 415 c 0\n 585 396 574 385 549 377 c 2\n247 618 m 0\n 302 618 341 580 341 526 c 0\n 341 454 271 386 197 386 c 0\n 143 386 104 425 104 478 c 0\n 104 550 174 618 247 618 c 0\n235 560 m 0\n 198 560 163 526 163 490 c 0\n 163 464 183 444 209 444 c 0\n 247 444 282 478 282 514 c 0\n 282 541 262 560 235 560 c 0\n263 232 m 0\n 318 232 357 194 357 139 c 0\n 357 67 287 0 213 0 c 0\n 159 0 120 39 120 92 c 0\n 120 164 190 232 263 232 c 0\n251 174 m 0\n 214 174 179 140 179 104 c 0\n 179 78 199 58 225 58 c 0\n 263 58 298 92 298 128 c 0\n 298 155 278 174 251 174 c 0\n533 232 m 0\n 588 232 627 194 627 139 c 0\n 627 67 557 0 483 0 c 0\n 429 0 390 39 390 92 c 0\n 390 164 460 232 533 232 c 0\n521 174 m 0\n 484 174 449 140 449 104 c 0\n 449 78 469 58 495 58 c 0\n 533 58 568 92 568 128 c 0\n 568 155 548 174 521 174 c 0\nEndSplineSet\nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 638\nWidth: 600\nFlags: HW\nFore\n222 218 m 1\n 343 77 l 2\n 350 69 354 61 354 55 c 0\n 354 38 334 20 314 20 c 0\n 305 20 301 22 289 33 c 2\n 80 218 l 1\n 367 402 l 2\n 384 413 389 415 398 415 c 0\n 414 415 425 405 425 391 c 0\n 425 380 419 370 403 358 c 2\n 222 218 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 639\nWidth: 600\nFlags: HW\nFore\n476 217 m 1\n 355 358 l 2\n 348 366 344 374 344 380 c 0\n 344 397 364 415 384 415 c 0\n 393 415 397 413 409 402 c 2\n 617 217 l 1\n 331 33 l 2\n 314 22 309 20 300 20 c 0\n 284 20 273 30 273 44 c 0\n 273 55 279 65 295 77 c 2\n 476 217 l 1\nEndSplineSet\nKernsSLIF: 89 -96 1 0 87 -35 1 0 86 -80 1 0 84 -81 1 0 197 -42 1 0 196 -42 1 0 193 -42 1 0 198 -39 1 0 65 -42 1 0\nEndChar\nStartChar: fraction\nEncoding: 8260 8260 640\nWidth: 600\nFlags: HW\nDStem: 591 483 628 398 101 204 137 119\nFore\n628 398 m 2\n 137 119 l 2\n 116 107 102 102 91 102 c 0\n 70 102 52 121 52 143 c 0\n 52 169 63 183 101 204 c 2\n 591 483 l 2\n 615 497 624 500 637 500 c 0\n 658 500 676 482 676 460 c 0\n 676 434 664 419 628 398 c 2\nEndSplineSet\nEndChar\nStartChar: zerosuperior\nEncoding: 8304 8304 641\nWidth: 600\nFlags: HW\nHStem: 238 67<268 274> 570 66<327 332>\nVStem: 156 68<356 368> 376 67<507 519>\nFore\n342 637 m 0\n 431.639 637 457.375 556.417 438 466 c 2\n 426 409 l 2\n 407.941 324.723 352.789 238 258 238 c 0\n 168.361 238 142.625 318.583 162 409 c 2\n 174 466 l 2\n 192.059 550.277 247.211 637 342 637 c 0\n242 471 m 2\n 228 404 l 2\n 215 343 232 305 272 305 c 0\n 312 305 345 343 358 404 c 2\n 372 471 l 2\n 385 532 368 570 328 570 c 0\n 288 570 255 532 242 471 c 2\nEndSplineSet\nEndChar\nStartChar: uni2071\nEncoding: 8305 8305 642\nWidth: 600\nFlags: HW\nEndChar\nStartChar: uni2072\nEncoding: 8306 8306 643\nWidth: 600\nFlags: HW\nEndChar\nStartChar: uni2073\nEncoding: 8307 8307 644\nWidth: 600\nFlags: HW\nEndChar\nStartChar: foursuperior\nEncoding: 8308 8308 645\nWidth: 600\nFlags: HW\nHStem: 247 67<248 280> 330 67<219 282>\nDStem: 325 526 413 627 297 397 364 397 329 627 325 526 132 385 218 397\nFore\n413 627 m 1\n 364 397 l 1\n 387 396 399 384 394 364 c 0\n 390 344 374 331 350 330 c 1\n 347 314 l 1\n 370 313 381 301 377 281 c 0\n 372 259 354 247 326 247 c 2\n 247 247 l 2\n 219 247 206 259 211 281 c 0\n 216 303 232 314 261 314 c 2\n 280 314 l 1\n 283 330 l 1\n 120 330 l 1\n 132 385 l 1\n 329 627 l 1\n 413 627 l 1\n297 397 m 1\n 325 526 l 1\n 218 397 l 1\n 297 397 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: fivesuperior\nEncoding: 8309 8309 646\nWidth: 600\nFlags: HW\nHStem: 235 67<232 263> 439 66<303 312> 557 67<275 406>\nVStem: 353 68<385 399>\nFore\n275 557 m 1\n 262 496 l 1\n 285 502 300 506 318 506 c 0\n 392 506 434 446 418 368 c 0\n 410 332 391 300 365 277 c 0\n 331 247 294 235 237 235 c 0\n 163 235 112 261 120 296 c 0\n 123 312 140 334 157 334 c 0\n 165 334 171 333 179 325 c 0\n 194 310 215 302 250 302 c 0\n 308 302 342 325 351 367 c 0\n 359 407 344 439 303 439 c 0\n 283 439 255 432 226 418 c 0\n 217 415 211 413 205 413 c 0\n 187 413 181 431 186 451 c 2\n 222 624 l 1\n 406 624 l 2\n 422 624 426 625 433 618 c 24\n 450.688 600.312 434.192 570.832 418 562 c 0\n 414 559 405 557 392 557 c 2\n 275 557 l 1\nEndSplineSet\nEndChar\nStartChar: sixsuperior\nEncoding: 8310 8310 647\nWidth: 600\nFlags: HW\nHStem: 238 67<261 277> 423 67<301 319> 568 69<386 389>\nVStem: 149 71<348.581 374.959> 343 68<376 382>\nFore\n230 448 m 1\n 266 479 288 490 319 490 c 0\n 383 490 423 432 408 363 c 0\n 394.508 295.541 341.063 238 258 238 c 0\n 207 238 172 259 158 301 c 0\n 148 330 146 377 155 421 c 0\n 178.687 529.565 283.703 637 398 637 c 0\n 441 637 465 618 460 594 c 0\n 457 577 439 560 422 560 c 0\n 413.192 560 398.171 568 387 568 c 0\n 330 568 260 523 230 448 c 1\n221 375 m 1\n 218 322 238 305 274 305 c 0\n 307 305 334 331 341 363 c 0\n 348 395 331 423 301 423 c 0\n 275 423 243 405 221 375 c 1\nEndSplineSet\nEndChar\nStartChar: sevensuperior\nEncoding: 8311 8311 648\nWidth: 600\nFlags: HW\nHStem: 560 67<254 385>\nDStem: 386 560 460 566 242 297 301 276\nFore\n217 527 m 0\n 198.364 527 189.391 538.954 195 567 c 2\n 207 627 l 1\n 472 627 l 1\n 460 566 l 1\n 301 276 l 2\n 289 254 279 246 263 246 c 0\n 246 246 230 260 234 276 c 0\n 235 281 236 286 242 297 c 2\n 386 560 l 1\n 254 560 l 1\n 249 538 236 527 217 527 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: eightsuperior\nEncoding: 8312 8312 649\nWidth: 600\nFlags: HW\nHStem: 238 67<259 274> 405 68<293 308> 570 66<327 338>\nFore\n374 442 m 1\n 408 418 421 386 413 348 c 0\n 399 283 337 238 257 238 c 0\n 179 238 135 283 149 348 c 0\n 157 386 184 418 228 442 c 1\n 196 466 185 493 192 525 c 0\n 205 587 271 637 342 637 c 0\n 412 637 459 587 446 526 c 0\n 439 493 416 466 374 442 c 1\n328 570 m 0\n 294 570 264 550 258 523 c 0\n 252 496 274 473 308 473 c 0\n 342 473 372 495 378 522 c 0\n 384 549 362 570 328 570 c 0\n293 405 m 0\n 259 405 223 380 217 353 c 0\n 211 326 235 305 272 305 c 0\n 309 305 341 325 347 352 c 0\n 353 379 327 405 293 405 c 0\nEndSplineSet\nEndChar\nStartChar: ninesuperior\nEncoding: 8313 8313 650\nWidth: 600\nFlags: HW\nHStem: 238 69<202 210> 385 67<271 289> 570 66<315 322>\nVStem: 179 68<494 499> 369 69<500.041 528.293>\nFore\n360 427 m 1\n 324 396 302 385 271 385 c 0\n 207 385 167 443 182 512 c 0\n 195.492 579.459 248.937 637 332 637 c 0\n 383 637 416 616 430 574 c 0\n 440 546 441 497 432 454 c 0\n 420 400 394 353 355 314 c 0\n 303 264 248 238 192 238 c 0\n 149 238 125 257 130 281 c 0\n 133 298 151 315 168 315 c 0\n 176.807 315 191.83 307 203 307 c 0\n 260 307 330 352 360 427 c 1\n369 500 m 1\n 372 553 355 570 316 570 c 0\n 282 570 256 547 249 512 c 0\n 242 480 258 452 289 452 c 0\n 313 452 347 470 369 500 c 1\nEndSplineSet\nEndChar\nStartChar: zeroinferior\nEncoding: 8320 8320 651\nWidth: 600\nFlags: HW\nHStem: -174 67<268 274> 158 66<327 332>\nVStem: 156 68<-56 -44> 376 67<95 107>\nRef: 8304 8304 N 1 0 0 1 0 -412\nEndChar\nStartChar: oneinferior\nEncoding: 8321 8321 652\nWidth: 600\nFlags: HW\nHStem: -165 67<276 333 400 443>\nVStem: 224 269\nRef: 185 185 N 1 0 0 1 0 -412\nEndChar\nStartChar: twoinferior\nEncoding: 8322 8322 653\nWidth: 600\nFlags: HW\nHStem: -165 67<322 430> -165 99<459.578 474> 158 66<414 426>\nVStem: 470 67<113 123>\nRef: 178 178 N 1 0 0 1 0 -412\nEndChar\nStartChar: threeinferior\nEncoding: 8323 8323 654\nWidth: 600\nFlags: HW\nHStem: -174 67<320 362> 158 66<418 426>\nVStem: 451 68<-46 -38> 475 67<123 131>\nRef: 179 179 N 1 0 0 1 0 -412\nEndChar\nStartChar: fourinferior\nEncoding: 8324 8324 655\nWidth: 600\nFlags: HW\nHStem: -165 67<248 280> -82 67<219 282>\nDStem: 325 114 413 215 297 -15 364 -15 329 215 325 114 132 -27 218 -15\nRef: 8308 8308 N 1 0 0 1 0 -412\nEndChar\nStartChar: fiveinferior\nEncoding: 8325 8325 656\nWidth: 600\nFlags: HW\nHStem: -177 67<232 263> 27 66<303 312> 145 67<275 406>\nVStem: 353 68<-27 -13>\nRef: 8309 8309 N 1 0 0 1 0 -412\nEndChar\nStartChar: sixinferior\nEncoding: 8326 8326 657\nWidth: 600\nFlags: HW\nHStem: -174 67<261 277> 11 67<301 319> 156 69<386 389>\nVStem: 149 71<-63.4186 -37.0409> 343 68<-36 -30>\nRef: 8310 8310 N 1 0 0 1 0 -412\nEndChar\nStartChar: seveninferior\nEncoding: 8327 8327 658\nWidth: 600\nFlags: HW\nHStem: 148 67<254 385>\nDStem: 386 148 460 154 242 -115 301 -136\nRef: 8311 8311 N 1 0 0 1 0 -412\nEndChar\nStartChar: eightinferior\nEncoding: 8328 8328 659\nWidth: 600\nFlags: HW\nHStem: -174 67<259 274> -7 68<293 308> 158 66<327 338>\nRef: 8312 8312 N 1 0 0 1 0 -412\nEndChar\nStartChar: nineinferior\nEncoding: 8329 8329 660\nWidth: 600\nFlags: HW\nHStem: -174 69<202 210> -27 67<271 289> 158 66<315 322>\nVStem: 179 68<82 87> 369 69<88.0409 116.293>\nRef: 8313 8313 N 1 0 0 1 0 -412\nEndChar\nStartChar: afii57636\nEncoding: 8362 8362 661\nWidth: 600\nFlags: HW\nHStem: 0 100<244 363 363.031 384> 380 100<151 277>\nVStem: 344 101<334 338>\nDStem: 73 480 152 380 -18 50 82 50 173 234 273 234 123 0 244 100 518 430 618 430 458 145 558 145\nFore\n458 145 m 1\n 518 430 l 2\n 524 458 551 480 579 480 c 0\n 607 480 624 458 618 430 c 2\n 558 145 l 1\n 553 114 533 64 488 35 c 1\n 444 3 398 -1 363 0 c 2\n 123 0 l 1\n 173 234 l 2\n 179 262 205 284 233 284 c 0\n 261 284 279 262 273 234 c 2\n 244 100 l 1\n 384 100 l 2\n 418 101 425 102 440 112 c 1\n 456 126 450 116 458 145 c 1\n439 303 m 1\n 425 234 l 2\n 419 206 392 184 364 184 c 0\n 336 184 319 206 325 234 c 2\n 339 303 l 1\n 346 342 348 340 332 360 c 1\n 304.57 392.869 212.915 375.744 152 380 c 1\n 82 50 l 2\n 76 22 49 0 21 0 c 0\n -7 0 -24 22 -18 50 c 2\n 73 480 l 1\n 275 480 l 2\n 323 481 375 476 412 437 c 1\n 451 400 450 344 439 303 c 1\nEndSplineSet\nEndChar\nStartChar: Euro\nEncoding: 8364 8364 662\nWidth: 600\nFlags: HMW\nHStem: -13 99 205 56<88 107 226 385> 303 56<109 124 250 433> 497 100<381.5 434.5>\nVStem: 54 365<229.5 236.5>\nFore\n250 359 m 1\n 445 359 l 2\n 461 359 467 353 467 338 c 0\n 467 317 453 303 433 303 c 2\n 234 303 l 1\n 226 261 l 1\n 397 261 l 2\n 413 261 419 255 419 240 c 0\n 419 219 405 205 385 205 c 2\n 218 205 l 1\n 220 129 266 86 347 86 c 0\n 386 86 425 95 450 109 c 0\n 461 116 461 116 491 143 c 0\n 503 154 515 159 527 159 c 0\n 547 159 562 142 562 120 c 0\n 562 100 551 80 527 59 c 0\n 475 12 402 -14 321 -14 c 0\n 191 -14 106 66 106 189 c 0\n 106 191 106 198 107 205 c 1\n 76 205 l 2\n 60 205 54 211 54 226 c 0\n 54 247 68 261 88 261 c 2\n 116 261 l 1\n 124 303 l 1\n 97 303 l 2\n 80 303 74 309 74 324 c 0\n 74 345 88 359 109 359 c 2\n 139 359 l 1\n 182 495 308 597 432 597 c 0\n 479 597 508 589 553 563 c 0\n 555 562 558 561 560 559 c 1\n 576 576 588 583 604 583 c 0\n 625 583 639 568 639 546 c 0\n 639 538 639 535 634 517 c 1\n 616 433 l 1\n 611 406 607 398 598 388 c 0\n 587 375 572 367 558 367 c 0\n 546 367 534 373 529 382 c 0\n 525 390 524 396 524 420 c 0\n 524 441 522 448 511 460 c 0\n 490 482 453 497 416 497 c 0\n 347 497 282 444 250 359 c 1\nEndSplineSet\nEndChar\nStartChar: afii61352\nEncoding: 8470 8470 663\nWidth: 600\nFlags: HW\nHStem: 0 192<37.8506 56.04> 1 99<75 78> 168 80<487.497 590.62> 266 45<555.311 580.181> 421 44<570.691 595.561> 483 100<144 168 502 631>\nVStem: 459 159<201.5 215> 493 35<342.793 372.519> 622 35<358.894 388.62>\nDStem: 171.705 483 238.546 327 96.2471 128 196.034 127 423.96 583 502.705 483 352.754 248 400.04 0\nFore\n630 583 m 2\n 656 583 663 582 670 576 c 0\n 700.986 556.081 682.67 509.78 656 492 c 0\n 645 485 634 483 609 483 c 2\n 503 483 l 1\n 400 0 l 1\n 301 0 l 1\n 239 327 l 1\n 196 127 l 1\n 175 29 131 0 56 0 c 8\n -8 0 -44 40 -28 118 c 1\n -26 126 l 2\n -20 153 -17 161 -9 171 c 0\n 4 184 22 192 38 192 c 0\n 54 192 68 183 75 168 c 0\n 79 160 79 150 74 127 c 1\n 69 105 70 100 79 100 c 0\n 91 100 92 108 96 128 c 1\n 172 483 l 1\n 146 483 l 2\n 121 483 110 485 103 492 c 0\n 74.7449 517.687 94.9744 560.236 123 576 c 0\n 134 582 141 583 167 583 c 2\n 293 583 l 1\n 353 248 l 1\n 424 583 l 1\n 630 583 l 2\nEndSplineSet\nMinimumDistance: x4,-1 \nRef: 730 730 N 0.654472 0 0 0.825726 295 -135\nRef: 175 175 N 0.454286 0 0 1 346 -378\nEndChar\nStartChar: trademark\nEncoding: 8482 8482 664\nWidth: 600\nFlags: HMW\nHStem: 220 73<115 137 210 217 562.5 573> 510 73<149 184 149 149 257 292 257 257>\nVStem: 60 213<251 263> 320 158<251 260.5> 518 157<251 255.5>\nFore\n257 510 m 1\n 210 293 l 1\n 233 293 l 2\n 261 293 273 285 273 264 c 0\n 273 238 250 220 217 220 c 2\n 99 220 l 2\n 72 220 60 229 60 250 c 0\n 60 276 81 293 115 293 c 2\n 137 293 l 1\n 184 510 l 1\n 149 510 l 1\n 138 461 l 1\n 132 431 116 415 92 415 c 0\n 76 415 63 427 63 442 c 0\n 63 446 64 457 65 461 c 2\n 91 583 l 1\n 381 583 l 1\n 355 461 l 1\n 349 431 332 415 308 415 c 0\n 291 415 278 427 278 442 c 0\n 278 459.991 287.942 491.923 292 510 c 1\n 257 510 l 1\n467 431 m 1\n 437 293 l 1\n 466 293 478 285 478 264 c 0\n 478 238 456 220 422 220 c 2\n 359 220 l 2\n 332 220 320 229 320 249 c 0\n 320 272 339 290 364 293 c 1\n 411 511 l 1\n 395 514 387 523 387 540 c 0\n 387 566 408 583 441 583 c 2\n 514 583 l 1\n 540 454 l 1\n 619 583 l 1\n 693 583 l 2\n 721 583 732 575 732 554 c 0\n 732 533 715 515 693 511 c 1\n 646 293 l 1\n 665 291 675 282 675 264 c 0\n 675 238 653 220 621 220 c 2\n 557 220 l 2\n 530 220 518 229 518 250 c 0\n 518 261 525 274 535 282 c 0\n 545 291 552 293 573 293 c 1\n 602 429 l 1\n 519 303 l 1\n 500 303 l 1\n 467 431 l 1\nEndSplineSet\nEndChar\nStartChar: uni2126\nEncoding: 8486 8486 665\nWidth: 600\nFlags: HW\nHStem: 0 100<89 139 380 430> 0 158<44 53 482.563 495> 0 202<301 335> 483 100<316 385>\nVStem: 46 102<304 312> 476 100<384 400>\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: onethird\nEncoding: 8531 8531 666\nWidth: 600\nFlags: HW\nHStem: -20 67<391 424> 247 67<-3 68 136 191> 312 66<488 504>\nVStem: 522 67<106 116>\nDStem: 118 551 204 638 68 314 135 314 469 561 520 528 113 110 164 77\nFore\n459 226 m 2\n 484 226 l 2\n 511 226 540 247 545 270 c 0\n 550 296 529 312 491 312 c 0\n 458 312 441 306 418 285 c 0\n 411 279 401 275 392 275 c 0\n 374 275 362 291 366 309 c 0\n 374 346 442 379 508 379 c 0\n 581 379 625 333 612 271 c 0\n 605 240 581 211 547 192 c 2\n 547 192 545 191 544 190 c 1\n 623.799 143.45 586.386 49.5971 523 8 c 0\n 493 -11 456 -20 406 -20 c 0\n 328 -20 283 1 290 34 c 0\n 294 53 312 68 330 68 c 0\n 338 68 342 67 350 60 c 0\n 363 50 380 47 418 47 c 0\n 478 47 514 65 521 99 c 0\n 526 120 512 141 489 153 c 0\n 478 158 473 159 445 160 c 0\n 425 162 414 174 418 193 c 0\n 422 212 440 226 459 226 c 2\n204 638 m 1\n 135 314 l 1\n 192 314 l 2\n 221 314 233 303 228 281 c 0\n 223 259 206 247 178 247 c 2\n -3 247 l 2\n -31 247 -45 259 -40 281 c 0\n -35 303 -19 314 11 314 c 2\n 68 314 l 1\n 118 551 l 1\n 68 539 l 2\n 56 536 53 535 47 535 c 0\n 30 535 19 551 23 570 c 0\n 28 589 38 597 65 604 c 2\n 204 638 l 1\n520 528 m 2\n 164 77 l 2\n 149 58 138 51 124 51 c 0\n 106 51 94 67 97 84 c 0\n 98 90 103 99 113 110 c 2\n 469 561 l 2\n 485 581 494 587 509 587 c 0\n 526 587 540 571 536 555 c 0\n 535 548 530 541 520 528 c 2\nEndSplineSet\nEndChar\nStartChar: twothirds\nEncoding: 8532 8532 667\nWidth: 600\nFlags: HW\nHStem: -20 67<391 433> 248 67<56 164> 248 99<194.572 209> 312 66<488 497> 571 67<149 163>\nVStem: 522 67<106 116>\nDStem: 470 561 521 528 113 110 164 77\nFore\n55 315 m 1\n 164 315 l 1\n 172 336 185 347 204 347 c 0\n 227 347 235 333 229 304 c 2\n 217 248 l 1\n -63 248 l 1\n -49 316 l 1\n 170 470 198 493 204 521 c 0\n 210 549 187 571 150 571 c 0\n 127 571 105 563 89 547 c 0\n 82 541 81 540 71 521 c 0\n 65 509 50 501 37 501 c 0\n 18 501 6 516 10 534 c 0\n 14 554 36 584 61 603 c 0\n 91 625 129 638 165 638 c 0\n 240 638 285 587 270 518 c 0\n 260 467 231 440 55 315 c 1\n459 226 m 2\n 484 226 l 2\n 511 226 540 247 545 270 c 0\n 550 296 529 312 491 312 c 0\n 458 312 441 306 418 285 c 0\n 411 279 401 275 392 275 c 0\n 374 275 362 291 366 309 c 0\n 374 346 442 379 508 379 c 0\n 581 379 625 333 612 271 c 0\n 605 240 581 211 547 192 c 2\n 547 192 545 191 544 190 c 1\n 623.799 143.45 586.386 49.5971 523 8 c 0\n 493 -11 456 -20 406 -20 c 0\n 328 -20 283 1 290 34 c 0\n 294 53 312 68 330 68 c 0\n 338 68 342 67 350 60 c 0\n 363 50 380 47 418 47 c 0\n 478 47 514 65 521 99 c 0\n 526 120 512 141 489 153 c 0\n 478 158 473 159 445 160 c 0\n 425 162 414 174 418 193 c 0\n 422 212 440 226 459 226 c 2\n521 528 m 2\n 164 77 l 2\n 149 58 138 51 124 51 c 0\n 106 51 93 66 97 84 c 0\n 99 91 102 97 113 110 c 2\n 470 561 l 2\n 485 581 494 587 509 587 c 0\n 526 587 540 571 536 555 c 0\n 535 549 529 539 521 528 c 2\nEndSplineSet\nEndChar\nStartChar: uni2155\nEncoding: 8533 8533 668\nWidth: 600\nFlags: HW\nHStem: -25 67<407 445> 179 66<485 487> 247 67<-2 69 137 183> 297 67<457 587>\nVStem: 535 68<125 139>\nDStem: 119 551 204 638 69 314 136 314 469 561 520 528 113 110 164 77\nFore\n457 297 m 1\n 444 236 l 1\n 467 242 482 246 500 246 c 0\n 574 246 616 186 600 108 c 0\n 592 72 573 40 546 17 c 0\n 513 -13 476 -25 419 -25 c 0\n 345 -25 294 1 302 36 c 0\n 305 52 323 71 340 71 c 0\n 348 71 353 70 360 62 c 0\n 375 47 392 42 432 42 c 0\n 490 42 524 65 533 107 c 0\n 541 147 526 179 485 179 c 0\n 465 179 436 172 407 158 c 0\n 399 155 393 153 387 153 c 0\n 369 153 363 171 367 191 c 2\n 404 364 l 1\n 588 364 l 2\n 604 364 607 365 615 358 c 24\n 631.44 339.211 617.136 311.347 600 302 c 0\n 595 299 587 297 574 297 c 2\n 457 297 l 1\n204 638 m 1\n 136 314 l 1\n 193 314 l 2\n 222 314 233 303 229 281 c 0\n 224 259 206 247 178 247 c 2\n -3 247 l 2\n -31 247 -44 259 -39 281 c 0\n -35 303 -18 314 12 314 c 2\n 69 314 l 1\n 119 551 l 1\n 68 539 l 2\n 57 536 54 535 48 535 c 0\n 31 535 20 551 24 570 c 0\n 28 589 39 597 65 604 c 2\n 204 638 l 1\n520 528 m 2\n 164 77 l 2\n 149 58 139 51 125 51 c 0\n 107 51 94 67 98 84 c 0\n 99 90 104 99 113 110 c 2\n 469 561 l 2\n 485 581 495 587 510 587 c 0\n 527 587 540 571 537 555 c 0\n 535 548 531 541 520 528 c 2\nEndSplineSet\nEndChar\nStartChar: uni2156\nEncoding: 8534 8534 669\nWidth: 600\nFlags: HW\nHStem: -25 67<407 445> 179 66<485 487> 248 67<57 165> 248 99<195.497 210> 297 67<457 587> 571 67<149 163>\nVStem: 535 68<125 139>\nDStem: 469 561 520 528 113 110 164 77\nFore\n56 315 m 1\n 165 315 l 1\n 172 336 186 347 205 347 c 0\n 228 347 236 333 229 304 c 2\n 218 248 l 1\n -62 248 l 1\n -48 316 l 1\n 171 470 199 493 205 521 c 0\n 211 549 187 571 150 571 c 0\n 127 571 106 563 89 547 c 0\n 83 541 82 540 72 521 c 0\n 65 509 50 501 37 501 c 0\n 18 501 7 516 10 534 c 0\n 15 554 37 584 62 603 c 0\n 92 625 129 638 165 638 c 0\n 240 638 286 587 271 518 c 0\n 260 467 231 440 56 315 c 1\n457 297 m 1\n 444 236 l 1\n 467 242 482 246 500 246 c 0\n 574 246 616 186 600 108 c 0\n 592 72 573 40 546 17 c 0\n 513 -13 476 -25 419 -25 c 0\n 345 -25 294 1 302 36 c 0\n 305 52 323 71 340 71 c 0\n 348 71 353 70 360 62 c 0\n 375 47 392 42 432 42 c 0\n 490 42 524 65 533 107 c 0\n 541 147 526 179 485 179 c 0\n 465 179 436 172 407 158 c 0\n 399 155 393 153 387 153 c 0\n 369 153 363 171 367 191 c 2\n 404 364 l 1\n 588 364 l 2\n 604 364 608 365 615 358 c 24\n 632.688 340.312 616.192 310.832 600 302 c 0\n 595 299 587 297 574 297 c 2\n 457 297 l 1\n520 528 m 2\n 164 77 l 2\n 149 58 139 51 125 51 c 0\n 107 51 94 67 98 84 c 0\n 99 90 104 99 113 110 c 2\n 469 561 l 2\n 485 581 495 587 510 587 c 0\n 527 587 540 571 537 555 c 0\n 535 548 531 541 520 528 c 2\nEndSplineSet\nEndChar\nStartChar: uni2157\nEncoding: 8535 8535 670\nWidth: 600\nFlags: HW\nHStem: -25 67<407 445> 179 66<485 487> 238 67<55 98> 297 67<457 588> 570 66<152 166>\nVStem: 535 68<125 139>\nDStem: 469 561 520 528 113 110 164 77\nFore\n124 484 m 2\n 149 484 l 2\n 176 484 204 505 209 528 c 0\n 215 554 193 570 155 570 c 0\n 122 570 106 564 82 543 c 0\n 75 537 65 533 56 533 c 0\n 38 533 27 549 30 567 c 0\n 38 604 106 637 172 637 c 0\n 245 637 290 591 276 529 c 0\n 270 498 246 469 212 450 c 2\n 212 450 209 449 208 448 c 1\n 288.506 402.307 250.397 306.344 187 266 c 0\n 157 247 121 238 71 238 c 0\n -7 238 -53 259 -46 292 c 0\n -42 311 -24 326 -6 326 c 0\n 2 326 6 325 15 318 c 0\n 27 308 45 305 83 305 c 0\n 143 305 179 323 186 357 c 0\n 190 378 177 399 153 411 c 0\n 142 416 138 417 110 418 c 0\n 89 420 79 432 83 451 c 0\n 87 470 105 484 124 484 c 2\n457 297 m 1\n 444 236 l 1\n 467 242 482 246 500 246 c 0\n 574 246 616 186 600 108 c 0\n 592 72 573 40 547 17 c 0\n 513 -13 476 -25 419 -25 c 0\n 345 -25 294 1 302 36 c 0\n 305 52 323 71 340 71 c 0\n 348 71 353 70 360 62 c 0\n 375 47 392 42 432 42 c 0\n 490 42 524 65 533 107 c 0\n 541 147 526 179 485 179 c 0\n 465 179 437 172 408 158 c 0\n 399 155 393 153 387 153 c 0\n 369 153 363 171 368 191 c 2\n 404 364 l 1\n 588 364 l 2\n 604 364 608 365 615 358 c 24\n 632.688 340.312 616.192 310.832 600 302 c 0\n 596 299 587 297 574 297 c 2\n 457 297 l 1\n520 528 m 2\n 164 77 l 2\n 149 58 139 51 125 51 c 0\n 107 51 94 67 98 84 c 0\n 99 90 104 99 113 110 c 2\n 469 561 l 2\n 485 581 495 587 510 587 c 0\n 527 587 540 571 537 555 c 0\n 535 548 531 541 520 528 c 2\nEndSplineSet\nEndChar\nStartChar: uni2158\nEncoding: 8536 8536 671\nWidth: 600\nFlags: HW\nHStem: -25 67<408 446> 179 66<486 488> 247 67<100 133> 297 67<458 589> 330 67<72 135>\nVStem: 536 68<125 135>\nDStem: 178 526 266 627 150 397 217 397 182 627 178 526 -15 385 71 397 470 561 521 528 114 110 165 77\nFore\n266 627 m 1\n 217 397 l 1\n 240 396 252 384 247 364 c 0\n 243 344 227 331 203 330 c 1\n 200 314 l 1\n 223 313 234 301 230 281 c 0\n 225 259 207 247 179 247 c 2\n 100 247 l 2\n 72 247 59 259 64 281 c 0\n 68 303 85 314 114 314 c 2\n 133 314 l 1\n 136 330 l 1\n -27 330 l 1\n -15 385 l 1\n 182 627 l 1\n 266 627 l 1\n150 397 m 1\n 178 526 l 1\n 71 397 l 1\n 150 397 l 1\n458 297 m 1\n 445 236 l 1\n 468 242 483 246 501 246 c 0\n 575 246 618 186 601 108 c 0\n 593 72 575 40 548 17 c 0\n 514 -13 477 -25 420 -25 c 0\n 346 -25 295 1 303 36 c 0\n 306 52 324 71 341 71 c 0\n 349 71 354 70 361 62 c 0\n 376 47 393 42 433 42 c 0\n 491 42 525 65 534 107 c 0\n 542 147 527 179 486 179 c 0\n 466 179 438 172 409 158 c 0\n 400 155 395 153 389 153 c 0\n 371 153 364 171 369 191 c 2\n 405 364 l 1\n 589 364 l 2\n 605 364 609 365 616 358 c 24\n 633.688 340.312 617.192 310.832 601 302 c 0\n 597 299 588 297 575 297 c 2\n 458 297 l 1\n521 528 m 2\n 165 77 l 2\n 150 58 140 51 126 51 c 0\n 108 51 95 67 99 84 c 0\n 100 90 105 99 114 110 c 2\n 470 561 l 2\n 487 581 496 587 511 587 c 0\n 528 587 541 571 538 555 c 0\n 537 548 532 541 521 528 c 2\nEndSplineSet\nEndChar\nStartChar: uni2159\nEncoding: 8537 8537 672\nWidth: 600\nFlags: HW\nHStem: -11 66<422 425> 173 67<450 468> 247 67<-4 67 135 190> 318 68<534 538>\nVStem: 298 71<100.097 124.959> 492 68<126 132>\nDStem: 118 551 203 638 67 314 134 314 468 561 519 528 112 110 163 77\nFore\n380 198 m 1\n 415 229 437 240 468 240 c 0\n 532 240 572 182 557 113 c 0\n 543.352 44.7604 490.109 -12 407 -12 c 0\n 356 -12 321 9 307 51 c 0\n 297 80 295 127 305 171 c 0\n 317 226 344 273 384 312 c 0\n 435 362 492 387 548 387 c 0\n 591 387 615 368 610 344 c 0\n 606 327 588 310 571 310 c 0\n 562.935 310 546.984 318 536 318 c 0\n 479 318 409 273 380 198 c 1\n370 125 m 1\n 368 72 387 55 423 55 c 0\n 456 55 484 81 490 113 c 0\n 497 145 480 173 450 173 c 0\n 424 173 392 155 370 125 c 1\n203 638 m 1\n 134 314 l 1\n 191 314 l 2\n 220 314 232 303 227 281 c 0\n 223 259 205 247 177 247 c 2\n -4 247 l 2\n -32 247 -45 259 -41 281 c 0\n -36 303 -20 314 10 314 c 2\n 67 314 l 1\n 118 551 l 1\n 67 539 l 2\n 55 536 52 535 46 535 c 0\n 29 535 19 551 23 570 c 0\n 27 589 37 597 64 604 c 2\n 203 638 l 1\n519 528 m 2\n 163 77 l 2\n 148 58 137 51 123 51 c 0\n 105 51 93 67 96 84 c 0\n 98 90 103 99 112 110 c 2\n 468 561 l 2\n 484 581 493 587 508 587 c 0\n 525 587 539 571 535 555 c 0\n 534 548 529 541 519 528 c 2\nEndSplineSet\nEndChar\nStartChar: uni215A\nEncoding: 8538 8538 673\nWidth: 600\nFlags: HW\nHStem: -11 66<424 427> 173 67<452 470> 235 67<67 105> 318 69<536 540> 439 66<146 154> 557 67<117 248>\nVStem: 195 68<385 389> 300 71<98.5814 124.959> 494 68<126 132>\nDStem: 469 561 520 528 113 110 164 77\nFore\n117 557 m 1\n 104 496 l 1\n 128 502 143 506 161 506 c 0\n 235 506 277 446 260 368 c 0\n 253 332 234 300 207 277 c 0\n 173 247 136 235 79 235 c 0\n 5 235 -46 261 -38 296 c 0\n -35 312 -17 331 0 331 c 0\n 8 331 13 330 20 322 c 0\n 35 307 52 302 92 302 c 0\n 150 302 184 325 193 367 c 0\n 201 407 186 439 145 439 c 0\n 125 439 97 432 68 418 c 0\n 59 415 54 413 48 413 c 0\n 30 413 24 431 28 451 c 2\n 65 624 l 1\n 249 624 l 2\n 265 624 268 625 275 618 c 24\n 292.405 600.595 277.001 570.501 260 562 c 0\n 256 559 247 557 234 557 c 2\n 117 557 l 1\n381 198 m 1\n 417 229 439 240 470 240 c 0\n 534 240 574 182 559 113 c 0\n 545.425 45.1273 491.628 -12 408 -12 c 0\n 357 -12 323 9 309 51 c 0\n 299 80 297 127 306 171 c 0\n 329.687 279.564 434.703 387 549 387 c 0\n 592 387 616 368 611 344 c 0\n 607 327 590 310 573 310 c 0\n 564.543 310 548.374 318 538 318 c 0\n 481 318 411 273 381 198 c 1\n372 125 m 1\n 369 72 389 55 425 55 c 0\n 458 55 485 81 492 113 c 0\n 499 145 482 173 452 173 c 0\n 426 173 394 155 372 125 c 1\n520 528 m 2\n 164 77 l 2\n 149 58 139 51 125 51 c 0\n 107 51 94 67 98 84 c 0\n 99 90 104 99 113 110 c 2\n 469 561 l 2\n 485 581 495 587 510 587 c 0\n 527 587 540 571 537 555 c 0\n 535 548 531 541 520 528 c 2\nEndSplineSet\nEndChar\nStartChar: oneeighth\nEncoding: 8539 8539 674\nWidth: 600\nFlags: HW\nHStem: -17 67<422 437> 150 68<456 470> 247 67<-3 68 136 191> 315 66<488 493>\nVStem: 352 68<252 266>\nDStem: 118 551 204 638 68 314 135 314 468 561 519 528 112 110 163 77\nFore\n537 187 m 1\n 571 163 584 131 576 93 c 0\n 562 28 499 -17 419 -17 c 0\n 341 -17 298 28 312 93 c 0\n 320 131 347 163 391 187 c 1\n 359 211 348 238 354 270 c 0\n 368 332 434 382 505 382 c 0\n 575 382 622 332 609 271 c 0\n 602 238 579 211 537 187 c 1\n491 315 m 0\n 457 315 427 295 421 268 c 0\n 415 241 436 218 470 218 c 0\n 504 218 535 240 541 267 c 0\n 546 294 525 315 491 315 c 0\n456 150 m 0\n 422 150 386 125 380 98 c 0\n 374 71 398 50 435 50 c 0\n 472 50 504 70 510 97 c 0\n 515 124 490 150 456 150 c 0\n204 638 m 1\n 135 314 l 1\n 192 314 l 2\n 221 314 232 303 228 281 c 0\n 223 259 206 247 178 247 c 2\n -3 247 l 2\n -31 247 -45 259 -40 281 c 0\n -36 303 -19 314 11 314 c 2\n 68 314 l 1\n 118 551 l 1\n 68 539 l 2\n 56 536 53 535 47 535 c 0\n 30 535 19 551 23 570 c 0\n 27 589 38 597 64 604 c 2\n 204 638 l 1\n519 528 m 2\n 163 77 l 2\n 148 58 138 51 124 51 c 0\n 106 51 93 67 97 84 c 0\n 98 90 103 99 112 110 c 2\n 468 561 l 2\n 484 581 494 587 509 587 c 0\n 526 587 539 571 536 555 c 0\n 534 548 530 541 519 528 c 2\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: threeeighths\nEncoding: 8540 8540 675\nWidth: 600\nFlags: HW\nHStem: -17 67<422 437> 150 68<456 470> 238 67<54 97> 315 66<490 497> 570 66<152 165>\nVStem: 352 68<252 266>\nDStem: 468 561 519 528 112 110 163 77\nFore\n123 484 m 2\n 148 484 l 2\n 175 484 203 505 208 528 c 0\n 214 554 192 570 154 570 c 0\n 121 570 105 564 82 543 c 0\n 74 537 64 533 55 533 c 0\n 37 533 26 549 30 567 c 0\n 37 604 106 637 172 637 c 0\n 245 637 289 591 276 529 c 0\n 268.85 497.336 242.204 465.602 207 448 c 1\n 288.338 401.835 250.457 307.644 187 266 c 0\n 157 247 120 238 70 238 c 0\n -8 238 -54 259 -47 292 c 0\n -43 311 -25 326 -7 326 c 0\n 1 326 5 325 14 318 c 0\n 27 308 44 305 82 305 c 0\n 142 305 178 323 185 357 c 0\n 189 378 176 399 152 411 c 0\n 142 416 137 417 109 418 c 0\n 88 420 78 432 82 451 c 0\n 86 470 104 484 123 484 c 2\n537 187 m 1\n 571 163 584 131 576 93 c 0\n 562 28 499 -17 419 -17 c 0\n 341 -17 298 28 312 93 c 0\n 320 131 347 163 391 187 c 1\n 359 211 348 238 354 270 c 0\n 368 332 434 382 505 382 c 0\n 575 382 622 332 609 271 c 0\n 602 238 579 211 537 187 c 1\n491 315 m 0\n 457 315 427 295 421 268 c 0\n 415 241 436 218 470 218 c 0\n 504 218 535 240 541 267 c 0\n 547 294 525 315 491 315 c 0\n456 150 m 0\n 422 150 386 125 380 98 c 0\n 374 71 398 50 435 50 c 0\n 472 50 504 70 510 97 c 0\n 515 124 490 150 456 150 c 0\n519 528 m 2\n 163 77 l 2\n 148 58 138 51 124 51 c 0\n 106 51 93 67 97 84 c 0\n 98 90 103 99 112 110 c 2\n 468 561 l 2\n 485 581 494 587 509 587 c 0\n 526 587 539 571 536 555 c 0\n 535 548 530 541 519 528 c 2\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: fiveeighths\nEncoding: 8541 8541 676\nWidth: 600\nFlags: HW\nHStem: -17 67<423 438> 150 68<457 472> 235 67<68 105> 315 66<490 494> 439 66<146 154> 557 67<118 248>\nVStem: 195 68<383 400>\nDStem: 470 561 521 528 114 110 165 77\nFore\n118 557 m 1\n 105 496 l 1\n 128 502 143 506 161 506 c 0\n 235 506 277 446 261 368 c 0\n 253 332 234 300 207 277 c 0\n 174 247 136 235 79 235 c 0\n 5 235 -45 261 -38 296 c 0\n -34 312 -16 331 1 331 c 0\n 9 331 14 330 21 322 c 0\n 36 307 53 302 93 302 c 0\n 151 302 185 325 193 367 c 0\n 202 407 187 439 146 439 c 0\n 126 439 97 432 68 418 c 0\n 60 415 54 413 48 413 c 0\n 30 413 24 431 28 451 c 2\n 65 624 l 1\n 249 624 l 2\n 265 624 269 625 276 618 c 24\n 293.688 600.312 277.192 570.832 261 562 c 0\n 256 559 248 557 235 557 c 2\n 118 557 l 1\n538 187 m 1\n 572 163 585 131 577 93 c 0\n 563 28 501 -17 421 -17 c 0\n 343 -17 299 28 313 93 c 0\n 321 131 348 163 392 187 c 1\n 360 211 349 238 356 270 c 0\n 369 332 436 382 507 382 c 0\n 577 382 623 332 610 271 c 0\n 603 238 580 211 538 187 c 1\n492 315 m 0\n 458 315 428 295 422 268 c 0\n 417 241 438 218 472 218 c 0\n 506 218 536 240 542 267 c 0\n 548 294 526 315 492 315 c 0\n457 150 m 0\n 423 150 387 125 381 98 c 0\n 376 71 399 50 436 50 c 0\n 473 50 505 70 511 97 c 0\n 517 124 491 150 457 150 c 0\n521 528 m 2\n 165 77 l 2\n 150 58 139 51 125 51 c 0\n 107 51 95 67 98 84 c 0\n 100 90 105 99 114 110 c 2\n 470 561 l 2\n 486 581 495 587 510 587 c 0\n 527 587 541 571 537 555 c 0\n 536 548 531 541 521 528 c 2\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: seveneighths\nEncoding: 8542 8542 677\nWidth: 600\nFlags: HW\nHStem: -17 67<423 438> 150 68<457 472> 315 66<491 494> 560 67<122 253>\nDStem: 254 560 327 566 110 297 169 276 469 561 520 528 114 110 165 77\nFore\n85 527 m 0\n 66.3635 527 57.3907 538.954 63 567 c 2\n 75 627 l 1\n 340 627 l 1\n 327 566 l 1\n 169 276 l 2\n 157 254 146 246 130 246 c 0\n 113 246 98 260 102 276 c 0\n 103 281 104 286 110 297 c 2\n 254 560 l 1\n 122 560 l 1\n 117 538 104 527 85 527 c 0\n538 187 m 1\n 572 163 585 131 577 93 c 0\n 563 28 501 -17 421 -17 c 0\n 343 -17 299 28 313 93 c 0\n 321 131 348 163 392 187 c 1\n 360 211 349 238 356 270 c 0\n 369 332 435 382 506 382 c 0\n 576 382 623 332 610 271 c 0\n 603 238 580 211 538 187 c 1\n492 315 m 0\n 458 315 428 295 422 268 c 0\n 416 241 438 218 472 218 c 0\n 506 218 536 240 542 267 c 0\n 548 294 526 315 492 315 c 0\n457 150 m 0\n 423 150 387 125 381 98 c 0\n 375 71 399 50 436 50 c 0\n 473 50 505 70 511 97 c 0\n 517 124 491 150 457 150 c 0\n520 528 m 2\n 165 77 l 2\n 149 58 139 51 125 51 c 0\n 107 51 94 67 98 84 c 0\n 99 90 104 99 114 110 c 2\n 469 561 l 2\n 486 581 495 587 510 587 c 0\n 527 587 541 571 537 555 c 0\n 536 548 531 541 520 528 c 2\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni215F\nEncoding: 8543 8543 678\nWidth: 600\nFlags: HW\nHStem: 247 67<-10 61 129 175>\nDStem: 111 551 196 638 61 314 128 314 461 561 512 528 105 110 156 77\nFore\n196 638 m 1\n 128 314 l 1\n 185 314 l 2\n 214 314 225 303 221 281 c 0\n 216 259 198 247 170 247 c 2\n -11 247 l 2\n -39 247 -52 259 -47 281 c 0\n -43 303 -26 314 4 314 c 2\n 61 314 l 1\n 111 551 l 1\n 60 539 l 2\n 49 536 45 535 39 535 c 0\n 22 535 12 551 16 570 c 0\n 20 589 31 597 57 604 c 2\n 196 638 l 1\n512 528 m 2\n 156 77 l 2\n 141 58 131 51 117 51 c 0\n 99 51 86 67 90 84 c 0\n 91 90 96 99 105 110 c 2\n 461 561 l 2\n 477 581 487 587 502 587 c 0\n 519 587 532 571 529 555 c 0\n 527 548 523 541 512 528 c 2\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: arrowleft\nEncoding: 8592 8592 679\nWidth: 600\nFlags: HW\nHStem: 237 86<313 513>\nFore\n312 323 m 1\n 528 323 l 2\n 561 323 576 307 571 280 c 0\n 565 253 542 237 509 237 c 2\n 293 237 l 1\n 342 207 l 2\n 370.146 190.112 371.034 171.309 356 145 c 2\n 354 143 l 2\n 345 129 327 118 313 118 c 0\n 305 118 295 121 285 127 c 2\n 17 280 l 1\n 349 428 l 2\n 362 434 373 437 381 437 c 0\n 395 437 409 426 412 412 c 2\n 412 410 l 2\n 414 404 414 397 413 391 c 0\n 409 372 398 360 372 348 c 2\n 312 323 l 1\nEndSplineSet\nEndChar\nStartChar: arrowup\nEncoding: 8593 8593 680\nWidth: 600\nFlags: HW\nDStem: 256 268 342 268 210 52 296 52\nFore\n256 268 m 1\n 218 212 l 2\n 202 190 187 180 169 180 c 0\n 163 180 156 182 151 186 c 2\n 149 186 l 2\n 136 192 129 208 132 222 c 0\n 134 230 138 240 147 252 c 2\n 359 554 l 1\n 449 252 l 2\n 461.389 221.028 438.725 193.89 419 186 c 2\n 417 186 l 2\n 408 182 401 180 395 180 c 0\n 377 180 368 190 360 212 c 2\n 342 268 l 1\n 296 52 l 2\n 289 18 269 0 241 0 c 0\n 215 0 203 18 210 52 c 2\n 256 268 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: arrowright\nEncoding: 8594 8594 681\nWidth: 600\nFlags: HW\nHStem: 237 86<78.2584 288>\nFore\n301 323 m 1\n 258 348 l 2\n 229.996 364.802 227.789 385.683 244 410 c 2\n 246 412 l 2\n 255 426 273 437 287 437 c 0\n 295 437 304 434 315 428 c 2\n 585 280 l 1\n 251 127 l 2\n 239 121 227 118 219 118 c 0\n 205 118 191 129 188 143 c 2\n 188 145 l 2\n 186 152 186 159 187 164 c 0\n 191 183 202 195 228 207 c 2\n 289 237 l 1\n 73 237 l 2\n 40 237 25 253 31 280 c 0\n 36 307 59 323 92 323 c 2\n 301 323 l 1\nEndSplineSet\nEndChar\nStartChar: arrowdown\nEncoding: 8595 8595 682\nWidth: 600\nFlags: HW\nDStem: 306 502 392 502 260 286 346 286\nFore\n260 286 m 1\n 306 502 l 2\n 313 536 333 554 359 554 c 0\n 387 554 399 536 392 502 c 2\n 346 286 l 1\n 388 342 l 2\n 404 364 419 374 437 374 c 0\n 443 374 448 372 455 368 c 2\n 457 368 l 2\n 482.969 356.014 475.216 322.27 459 302 c 2\n 241 0 l 1\n 157 302 l 2\n 148.058 337.767 166.331 359.732 187 368 c 2\n 189 368 l 2\n 196 372 205 374 211 374 c 0\n 229 374 238 364 246 342 c 2\n 260 286 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 683\nWidth: 600\nFlags: HMW\nHStem: -16 100<306 371.5> 303 100<342 405.5> 491 99\nVStem: 138 103<143 205.5> 468 111<207.5 244.5>\nFore\n246 532 m 1\n 246 541 l 2\n 246 550 255 567 264 575 c 0\n 276 586 287 590 309 590 c 0\n 475 590 579 478 579 298 c 0\n 579 117 463 -16 306 -16 c 0\n 204 -16 138 47 138 145 c 0\n 138 285 254 403 392 403 c 0\n 419 403 440 399 458 390 c 1\n 436 451 369 491 288 491 c 2\n 282 491 l 2\n 260 491 242 507 245 526 c 2\n 246 532 l 1\n380 303 m 0\n 304 303 241 242 241 169 c 0\n 241 117 278 84 334 84 c 0\n 409 84 468 144 468 220 c 0\n 468 269 432 303 380 303 c 0\nEndSplineSet\nEndChar\nStartChar: Delta\nEncoding: 8710 8710 684\nWidth: 600\nFlags: HMW\nHStem: 0 100<185 457> 563 20<386 461 461 461>\nFore\n15 0 m 1\n 386 583 l 1\n 461 583 l 1\n 585 0 l 1\n 15 0 l 1\n185 100 m 1\n 457 100 l 1\n 389 421 l 1\n 185 100 l 1\nEndSplineSet\nEndChar\nStartChar: summation\nEncoding: 8721 8721 685\nWidth: 600\nFlags: HMW\nHStem: -97 100<157 442> 441 21<566 577 577 580> 571 100<286 554 286 286>\nFore\n554 571 m 1\n 286 571 l 1\n 378 332 l 2\n 382 322 384 313 384 308 c 0\n 384 299 379 288 366 272 c 2\n 157 3 l 1\n 442 3 l 1\n 462 82 l 1\n 471 115 490 133 517 133 c 2\n 519 133 l 2\n 539 133 554 119 554 101 c 0\n 554 96 553 89 552 81 c 1\n 527 -44 l 1\n 520 -82 502 -97 464 -97 c 2\n 76 -97 l 2\n 46 -97 32 -86 32 -63 c 0\n 32 -51.1282 35.858 -38.7102 38 -28 c 1\n 43 -8 43 -7 57 11 c 2\n 279 302 l 1\n 175 562 l 1\n 170 576 169 579 169 583 c 0\n 169 591.465 175.557 616.821 178 627 c 1\n 184 656 206 671 240 671 c 2\n 624 671 l 2\n 653 671 668 660 668 640 c 0\n 668 634 667 626 665 617 c 2\n 635 492 l 2\n 627 459 608 441 580 441 c 2\n 577 441 l 2\n 555 441 541 454 541 474 c 0\n 541 477 542 484 543 490 c 1\n 554 571 l 1\nEndSplineSet\nEndChar\nStartChar: minus\nEncoding: 8722 8722 686\nWidth: 600\nFlags: HMW\nHStem: 230 100<179 541>\nVStem: 101 518\nFore\n179 330 m 2\n 562 330 l 2\n 584 330 588 330 597 326 c 0\n 610 321 619 307 619 290 c 0\n 619 274 610 257 596 245 c 0\n 582 233 570 230 541 230 c 2\n 158 230 l 2\n 117 230 101 241 101 270 c 0\n 101 286 110 304 124 316 c 0\n 139 328 148 330 179 330 c 2\nEndSplineSet\nEndChar\nStartChar: radical\nEncoding: 8730 8730 687\nWidth: 600\nFlags: HMW\nHStem: 251 86<137 157> 611 86<576 719 576 576>\nFore\n249 337 m 1\n 257 216 l 1\n 526 697 l 1\n 738 697 l 2\n 768 697 782 686 782 663 c 0\n 782 632 756 611 719 611 c 2\n 576 611 l 1\n 190 -60 l 1\n 157 251 l 1\n 118 251 l 2\n 88 251 74 262 74 285 c 0\n 74 316 100 337 137 337 c 2\n 249 337 l 1\nEndSplineSet\nEndChar\nStartChar: infinity\nEncoding: 8734 8734 688\nWidth: 600\nFlags: HW\nHStem: 124 94<124.039 148.232 411 414> 404 94<187 190 450.768 477.961>\nFore\n321 410 m 1\n 374 470 423 500 478 500 c 0\n 578 500 621 426 597 312 c 0\n 572 196 498 124 396 124 c 0\n 343 124 306 152 279 212 c 1\n 226 152 177 124 124 124 c 0\n 22 124 -22 196 3 312 c 0\n 27 426 102 500 202 500 c 0\n 257 500 294 470 321 410 c 1\n516 312 m 0\n 530 376 503 404 451 404 c 0\n 401 404 335 312 335 312 c 1\n 335 312 361 218 412 218 c 0\n 463 218 502 248 516 312 c 0\n84 312 m 0\n 70 248 97 218 148 218 c 0\n 199 218 265 312 265 312 c 1\n 265 312 239 404 189 404 c 0\n 137 404 98 376 84 312 c 0\nEndSplineSet\nEndChar\nStartChar: notequal\nEncoding: 8800 8800 689\nWidth: 600\nFlags: HW\nHStem: 138 100<137 200 386 543> 322 100<173 338 525 582> 322 203<513 524>\nDStem: 201 138 310 138 171 98 246 52 339 322 449 322 276 238 385 238 468 493 543 447 414 422 524 422\nFore\n524 422 m 1\n 581 422 l 2\n 603 422 607 422 616 418 c 0\n 629 413 638 399 638 382 c 0\n 638 366 629 349 615 337 c 0\n 601 325 589 322 560 322 c 2\n 449 322 l 1\n 385 238 l 1\n 542 238 l 2\n 564 238 568 238 577 234 c 0\n 590 229 599 215 599 198 c 0\n 599 182 590 165 576 153 c 0\n 562 141 550 138 521 138 c 2\n 310 138 l 1\n 246 52 l 2\n 231 33 212 22 193 22 c 0\n 173 22 154 38 154 57 c 0\n 154 68 161 85 171 98 c 2\n 201 138 l 1\n 138 138 l 2\n 97 138 81 149 81 178 c 0\n 81 194 90 212 104 224 c 0\n 119 236 128 238 159 238 c 2\n 276 238 l 1\n 339 322 l 1\n 177 322 l 2\n 136 322 120 333 120 362 c 0\n 120 378 129 396 143 408 c 0\n 158 420 167 422 198 422 c 2\n 414 422 l 1\n 468 493 l 2\n 482 512 503 525 519 525 c 0\n 540 525 558 507 558 487 c 0\n 558 459.385 537.794 440.15 524 422 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 690\nWidth: 600\nFlags: HMW\nHStem: 0 86<113 487>\nVStem: 50 500<36.5 49.5>\nFore\n291 368 m 1\n 564 230 l 2\n 584 220 590 212 590 195 c 0\n 590 187 587 178 581 168 c 2\n 580 167 l 2\n 570 153 552 141 538 141 c 0\n 531 141 521 144 510 149 c 2\n 82 369 l 1\n 603 583 l 2\n 615 588 626 591 634 591 c 0\n 647 591 662 579 665 566 c 1\n 665 561.708 666 557.947 666 554 c 0\n 666 531 652 515 622 502 c 2\n 291 368 l 1\n487 0 m 2\n 94 0 l 2\n 64 0 50 11 50 34 c 0\n 50 65 76 86 113 86 c 2\n 506 86 l 2\n 536 86 550 75 550 52 c 0\n 550 21 524 0 487 0 c 2\nEndSplineSet\nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 691\nWidth: 600\nFlags: HMW\nHStem: 0 86<115 491>\nVStem: 52 501<36.5 49.5>\nFore\n660 369 m 1\n 137 149 l 2\n 125 144 113 141 106 141 c 0\n 92 141 79 152 75 167 c 1\n 75 171.324 73 175.83 73 178 c 0\n 73 201 87 217 117 230 c 2\n 450 368 l 1\n 176 502 l 2\n 157 512 150 521 150 537 c 0\n 150 546 153 556 159 564 c 2\n 160 566 l 2\n 170 580 188 591 202 591 c 0\n 209 591 219 588 229 583 c 2\n 660 369 l 1\n115 86 m 2\n 509 86 l 2\n 539 86 553 75 553 52 c 0\n 553 21 527 0 491 0 c 2\n 96 0 l 2\n 66 0 52 11 52 34 c 0\n 52 65 78 86 115 86 c 2\nEndSplineSet\nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 692\nWidth: 600\nFlags: HW\nFore\n424 593 m 1\n 590 288 l 1\n 295 -19 l 1\n 133 289 l 1\n 424 593 l 1\n398 468 m 1\n 238 288 l 1\n 323 109 l 1\n 484 288 l 1\n 398 468 l 1\nEndSplineSet\nEndChar\nStartChar: uni2669\nEncoding: 9833 9833 693\nWidth: 600\nFlags: HW\nHStem: -17 168<158 194>\nDStem: 303 541 387 541 220 149 287 70\nFore\n220 149 m 1\n 303 541 l 1\n 308 564 331 583 354 583 c 0\n 377 583 392 564 387 541 c 1\n 287 70 l 2\n 275 14 214 -17 158 -17 c 24\n 102 -17 55 14 67 70 c 16\n 79 127 139 151 194 151 c 16\n 203 151 211 150 220 149 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: musicalnote\nEncoding: 9834 9834 694\nWidth: 600\nFlags: HW\nHStem: -17 168<158 194>\nVStem: 429 79<239 263>\nDStem: 303 541 346 351 220 149 287 70\nFore\n220 149 m 1\n 303 541 l 2\n 308 564 331 583 354 583 c 0\n 377 583 392 564 387 541 c 2\n 375 486 l 1\n 370 375 542 452 503 192 c 1\n 498 169 475 150 452 150 c 0\n 429 150 414 169 419 192 c 1\n 455 313 395 314 346 351 c 1\n 287 70 l 2\n 275 14 214 -17 158 -17 c 24\n 102 -17 55 14 67 70 c 16\n 79 127 139 151 194 151 c 16\n 203 151 211 150 220 149 c 1\nEndSplineSet\nEndChar\nStartChar: musicalnotedbl\nEncoding: 9835 9835 695\nWidth: 600\nFlags: HW\nHStem: -17 168<352 387> 111 168<123 159>\nDStem: 246 570 303 442 184 277 251 198 303 442 246 570 459 367 555 422 459 367 555 422 413 149 480 70\nFore\n555 422 m 1\n 480 70 l 2\n 468 14 408 -17 352 -17 c 24\n 296 -17 248 14 260 70 c 16\n 272 127 332 151 387 151 c 16\n 396 151 404 150 413 149 c 1\n 459 367 l 1\n 303 442 l 1\n 251 198 l 2\n 239 142 179 111 123 111 c 24\n 67 111 19 142 31 198 c 16\n 43 255 104 279 159 279 c 16\n 168 279 175 278 184 277 c 1\n 246 570 l 1\n 555 422 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni266C\nEncoding: 9836 9836 696\nWidth: 600\nFlags: HW\nHStem: -17 168<352 387> 111 168<123 159>\nDStem: 246 570 273 298 184 277 251 198 303 442 246 570 459 367 555 422\nFore\n555 422 m 1\n 480 70 l 2\n 468 14 408 -17 352 -17 c 24\n 296 -17 248 14 260 70 c 16\n 272 127 332 151 387 151 c 16\n 396 151 404 150 413 149 c 1\n 429 223 l 1\n 273 298 l 1\n 251 198 l 2\n 239 142 179 111 123 111 c 24\n 67 111 19 142 31 198 c 16\n 43 255 104 279 159 279 c 16\n 168 279 175 278 184 277 c 1\n 246 570 l 1\n 555 422 l 1\n292 389 m 1\n 448 314 l 1\n 459 367 l 1\n 303 442 l 1\n 292 389 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: dotlessj\nEncoding: 63166 63166 697\nWidth: 600\nFlags: W\nHStem: -205 100<138 273> 337 100<254 460>\nDStem: 460 337 581 437 384 -20 484 -20\nFore\n460 337 m 1\n 258 337 l 2\n 217 337 201 348 201 377 c 0\n 201 393 210 410 224 422 c 0\n 239 435 248 437 279 437 c 2\n 581 437 l 1\n 484 -20 l 1\n 462 -125 362 -205 253 -205 c 2\n 140 -205 l 2\n 99 -205 83 -194 83 -165 c 0\n 83 -149 92 -132 106 -120 c 0\n 121 -107 130 -105 161 -105 c 2\n 271 -105 l 2\n 329 -105 373 -72 384 -20 c 2\n 460 337 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 697\nWidth: 600\nFlags: HW\nDStem: 271 -83 321 -126 167 -211 218 -253\nFore\n321 -126 m 1\n 218 -253 l 2\n 204 -270 190 -278 175 -278 c 0\n 160 -278 147 -265 147 -250 c 0\n 147 -238 151 -229 167 -211 c 1\n 271 -83 l 2\n 284 -67 298 -59 313 -59 c 0\n 329 -59 342 -72 342 -87 c 0\n 342 -103.731 332.08 -114.92 321 -126 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: fi\nEncoding: 64257 64257 698\nWidth: 600\nFlags: HW\nHStem: 0 100<52 117 218 248 377 439 540 572> 337 100<128 166 289 322 468 488> 519 105<515 611> 523 99<346 366>\nVStem: -4 310<40 61> 71 307<377 397> 322 309<40 61>\nDStem: 167 337 267 337 117 100 217 100 197 476 297 476 188 437 288 437 489 337 610 437 439 100 539 100 515 624 633 624 493 519 611 519\nFore\n267 337 m 1\n 217 100 l 1\n 249 100 l 2\n 270 100 276 99 284 96 c 0\n 297 92 306 76 306 61 c 0\n 306 44 297 27 283 15 c 0\n 269 4 256 0 228 0 c 2\n 53 0 l 2\n 12 0 -4 12 -4 40 c 0\n -4 56 5 74 19 85 c 0\n 34 98 42 100 74 100 c 2\n 117 100 l 1\n 167 337 l 1\n 129 337 l 2\n 110 337 102 338 94 341 c 0\n 80 346 71 361 71 377 c 0\n 71 393 80 411 95 423 c 0\n 109 435 118 437 150 437 c 2\n 188 437 l 1\n 197 476 l 1\n 214 560 288 623 366 623 c 0\n 428 623 472 601 472 570 c 0\n 472 538 442 508 411 508 c 0\n 397.513 508 360.285 524 346 524 c 0\n 325 524 302 503 297 476 c 1\n 288 437 l 1\n 321 437 l 2\n 341 437 348 436 356 433 c 0\n 369 429 378 414 378 397 c 0\n 378 381 369 364 355 352 c 0\n 340 340 330 337 300 337 c 2\n 267 337 l 1\n610 437 m 1\n 539 100 l 1\n 575 100 l 2\n 595 100 601 99 609 96 c 0\n 622 92 631 77 631 61 c 0\n 631 44 622 27 608 15 c 0\n 595 4 581 0 554 0 c 2\n 379 0 l 2\n 338 0 322 12 322 40 c 0\n 322 56 331 74 345 85 c 0\n 360 98 369 100 400 100 c 2\n 439 100 l 1\n 489 337 l 1\n 469 337 l 2\n 429 337 413 348 413 377 c 0\n 413 393 422 411 436 423 c 0\n 451 435 459 437 491 437 c 2\n 610 437 l 1\n633 624 m 1\n 611 519 l 1\n 493 519 l 1\n 515 624 l 1\n 633 624 l 1\nEndSplineSet\nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 699\nWidth: 600\nFlags: HMW\nHStem: 0 100<70 113 213 224 396 434 534 550> 337 100<147 163 284 296> 523 100<330 347.5 515 524>\nVStem: 317 312\nFore\n263 337 m 1\n 213 100 l 1\n 245 100 l 2\n 264 100 273 99 280 96 c 0\n 293 92 302 76 302 60 c 0\n 302 44 293 27 279 15 c 0\n 265 4 252 0 224 0 c 2\n 48 0 l 2\n 8 0 -8 11 -8 40 c 0\n -8 56 1 73 15 85 c 0\n 30 98 38 100 70 100 c 2\n 113 100 l 1\n 163 337 l 1\n 126 337 l 2\n 107 337 99 338 91 341 c 0\n 78 346 68 361 68 377 c 0\n 68 393 77 411 92 422 c 1\n 106 435 115 437 147 437 c 2\n 184 437 l 1\n 192 475 l 2\n 210 558 284 623 360 623 c 0\n 398 623 436 612 460 595 c 1\n 475 616 490 623 515 623 c 2\n 645 623 l 1\n 534 100 l 1\n 571 100 l 2\n 592 100 598 99 606 96 c 0\n 619 92 629 76 629 61 c 0\n 629 44 620 27 606 15 c 0\n 592 4 578 0 550 0 c 2\n 374 0 l 2\n 334 0 317 12 317 40 c 0\n 317 56 326 74 340 85 c 0\n 355 98 364 100 396 100 c 2\n 434 100 l 1\n 524 523 l 1\n 489 523 l 2\n 475 523 467 526 457 535 c 1\n 442 517 427 508 410 508 c 0\n 403 508 395 510 383 514 c 0\n 361 521 353 523 342 523 c 0\n 318 523 299 504 292 475 c 1\n 284 437 l 1\n 317 437 l 2\n 337 437 344 436 352 433 c 0\n 365 429 374 413 374 398 c 0\n 374 381 365 364 351 352 c 0\n 336 340 326 337 296 337 c 2\n 263 337 l 1\nEndSplineSet\nLigature: 8 0 'liga' f l\nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeMonoOblique.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeMonoOblique\nFullName: Free Monospaced Oblique\nFamilyName: FreeMono\nWeight: Medium\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.7 $\nItalicAngle: -12\nUnderlinePosition: -100\nUnderlineWidth: 50\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 49\nTTFWeight: 400\nTTFWidth: 5\nPanose: 2 7 4 9 2 2 5 9 4 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 3\n 1 latn 1 dflt \n 1 armn 1 dflt \n 1 hebr 1 dflt \nLangName: 1027 \"\" \"\" \"Cursiva\" \"\" \"Free Mono Cursiva\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1029 \"\" \"\" \"kurz+AO0A-va\" \"\" \"Free Mono kurz+AO0A-va\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1030 \"\" \"\" \"kursiv\" \"\" \"Free Mono kursiv\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1031 \"\" \"\" \"Kursiv\" \"\" \"Free Mono Kursiv\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1032 \"\" \"\" \"+A6ADuwOsA7MDuQOx\" \"\" \"Free Mono +A6ADuwOsA7MDuQOx\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1034 \"\" \"\" \"Cursiva\" \"\" \"Free Mono Cursiva\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1035 \"\" \"\" \"Kursivoitu\" \"\" \"Free Mono Kursivoitu\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1036 \"\" \"\" \"Italique\" \"\" \"Free Mono Italique\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1038 \"\" \"\" \"D+AVEA-lt\" \"\" \"Free Mono D+AVEA-lt\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1040 \"\" \"\" \"Corsivo\" \"\" \"Free Mono Corsivo\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1043 \"\" \"\" \"Cursief\" \"\" \"Free Mono Cursief\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1044 \"\" \"\" \"Kursiv\" \"\" \"Free Mono Kursiv\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1045 \"\" \"\" \"Kursywa\" \"\" \"Free Mono Kursywa\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1046 \"\" \"\" \"It+AOEA-lico\" \"\" \"Free Mono It+AOEA-lico\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1049 \"\" \"\" \"+BBoEQwRABEEEOAQy\" \"\" \"Free Mono +BBoEQwRABEEEOAQy\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1051 \"\" \"\" \"Kurz+AO0A-va\" \"\" \"Free Mono Kurz+AO0A-va\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1053 \"\" \"\" \"Kursiv\" \"\" \"Free Mono Kursiv\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1055 \"\" \"\" \"+ATAA-talik\" \"\" \"Free Mono +ATAA-talik\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1060 \"\" \"\" \"le+AX4A-e+AQ0A-e\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nLangName: 1066 \"\" \"\" \"nghi+AOoA-ng\" \"\" \"Free Mono nghi+AOoA-ng\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 1069 \"\" \"\" \"Etzana\" \"\" \"Free Mono Etzana\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 2058 \"\" \"\" \"Cursiva\" \"\" \"Free Mono Cursiva\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 2070 \"\" \"\" \"It+AOEA-lico\" \"\" \"Free Mono It+AOEA-lico\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 3082 \"\" \"\" \"Cursiva\" \"\" \"Free Mono Cursiva\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nLangName: 3084 \"\" \"\" \"Italique\" \"\" \"Free Mono Italique\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"http://www.gnu.org/copyleft/gpl.html\" \nEncoding: unicode\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 752 16 4\nBeginPrivate: 8\nUniqueID 7 5020947\nBlueValues 31 [-20 0 417 437 563 583 603 623]\nBlueScale 8 0.039625\nStdHW 4 [41]\nStdVW 4 [43]\nStemSnapH 4 [41]\nStemSnapV 2 []\nForceBold 5 false\nEndPrivate\nBeginChars: 65536 1206\nStartChar: space\nEncoding: 32 32 0\nWidth: 600\nFlags: HW\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 600\nFlags: HMW\nHStem: -15 100\nVStem: 246 122<29 40.5>\nFore\n458 563 m 2\n 370 237 l 1\n 365 217 357 209 343 209 c 0\n 335 209 328 216 328 224 c 0\n 328 228 328 231 329 237 c 2\n 380 563 l 2\n 386 601 402 618 431 618 c 0\n 449 618 463 606 463 589 c 0\n 463 584 461 575 458 563 c 2\n311 85 m 2\n 323 85 l 2\n 350 85 368 69 368 45 c 0\n 368 13 337 -15 302 -15 c 2\n 290 -15 l 2\n 264 -15 246 1 246 24 c 0\n 246 57 277 85 311 85 c 2\nEndSplineSet\nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 600\nFlags: HMW\nHStem: 315 289<274 286 454 465.5>\nFore\n274 604 m 1\n 402 604 l 1\n 315 351 l 1\n 306 326 295 315 277 315 c 0\n 263 315 254 325 254 341 c 2\n 254 351 l 1\n 274 604 l 1\n454 604 m 1\n 582 604 l 1\n 495 351 l 1\n 486 326 474 315 457 315 c 0\n 443 315 434 325 434 341 c 2\n 434 351 l 1\n 454 604 l 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 600\nFlags: HMW\nHStem: 189 41<169 247 299 378 430 501> 356 41<225 294 346 425 477 557>\nVStem: 192 396\nFore\n466 356 m 1\n 430 230 l 1\n 510 230 l 2\n 527 230 534 225 534 214 c 0\n 534 199 521 189 501 189 c 2\n 419 189 l 1\n 355 -36 l 2\n 350 -54 342 -62 329 -62 c 0\n 320 -62 313 -55 313 -46 c 0\n 313 -43 314 -39 315 -33 c 1\n 378 189 l 1\n 287 189 l 1\n 224 -36 l 2\n 219 -54 210 -62 197 -62 c 0\n 188 -62 181 -55 181 -46 c 0\n 181 -43 181 -43 184 -33 c 2\n 247 189 l 1\n 160 189 l 2\n 144 189 137 194 137 205 c 0\n 137 221 149 230 169 230 c 2\n 258 230 l 1\n 294 356 l 1\n 216 356 l 2\n 199 356 192 361 192 372 c 0\n 192 388 204 397 225 397 c 2\n 305 397 l 1\n 369 622 l 2\n 374 639 382 647 395 647 c 0\n 404 647 411 640 411 632 c 0\n 411 629 410 623 409 619 c 2\n 346 397 l 1\n 437 397 l 1\n 500 622 l 2\n 505 639 514 647 526 647 c 0\n 536 647 543 640 543 632 c 0\n 543 629 543 629 540 619 c 2\n 477 397 l 1\n 566 397 l 2\n 583 397 589 392 589 381 c 0\n 589 366 577 356 557 356 c 2\n 466 356 l 1\n425 356 m 1\n 334 356 l 1\n 299 230 l 1\n 390 230 l 1\n 425 356 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 600\nFlags: HW\nHStem: 448 115 539 116\nVStem: 225 42<409.5 448> 492 41\nFore\n403 576 m 1\n 414 628 l 2\n 418 646 426 655 440 655 c 0\n 449 655 456 648 456 639 c 1\n 454.269 615.731 447.624 597.376 444 576 c 1\n 487 572 508 562 539 534 c 1\n 544 553 553 563 566 563 c 0\n 575 563 582 556 582 548 c 0\n 582 545 582 543 580 536 c 1\n 567 476 l 1\n 564 458 554 448 542 448 c 0\n 535 448 530 452 525 461 c 1\n 527 485 l 1\n 527 490 507 511 493 520 c 0\n 475 530 441 539 416 539 c 0\n 342 539 267 478 267 418 c 0\n 267 401 277 381 291 371 c 0\n 308 360 327 354 385 342 c 0\n 454 329 480 320 502 301 c 0\n 521 286 534 257 534 232 c 0\n 534 140 450 66 333 54 c 1\n 307 -65 l 2\n 303 -83 295 -92 281 -92 c 0\n 272 -92 265 -85 265 -76 c 1\n 269.964 -28.6303 284.621 9.04568 292 54 c 1\n 246 56 197 79 177 108 c 1\n 172.276 89.1048 168.755 65 147 65 c 0\n 139 65 131 72 131 80 c 0\n 131 82 132 88 133 92 c 2\n 149 171 l 1\n 153 188 163 199 176 199 c 0\n 181 199 187 195 192 187 c 1\n 189 155 l 1\n 189 151 216 123 229 114 c 0\n 247 101 287 92 320 92 c 0\n 412 92 492 151 492 220 c 0\n 492 239 481 260 466 271 c 0\n 448 285 433 289 366 303 c 0\n 304 315 277 325 256 341 c 0\n 238 356 225 383 225 409 c 0\n 225 489 305 565 403 576 c 1\nEndSplineSet\nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 600\nFlags: HMW\nHStem: -12 38<346.5 393.5> 198 38<376.5 423.5> 363 38<303 349.5> 573 38<333 380>\nVStem: 216 39<449.5 495.5> 260 39<74.5 120.5> 428 39<478 525> 472 39<103.5 150.5>\nFore\n412 236 m 0\n 470 236 511 196 511 137 c 0\n 511 61 437 -12 358 -12 c 0\n 302 -12 260 30 260 86 c 0\n 260 163 334 236 412 236 c 0\n403 198 m 0\n 350 198 299 147 299 94 c 0\n 299 55 327 26 366 26 c 0\n 421 26 472 76 472 131 c 0\n 472 170 444 198 403 198 c 0\n367 611 m 0\n 426 611 467 570 467 512 c 0\n 467 436 393 363 314 363 c 0\n 257 363 216 405 216 462 c 0\n 216 538 290 611 367 611 c 0\n360 573 m 0\n 306 573 255 522 255 469 c 0\n 255 430 284 401 322 401 c 0\n 377 401 428 451 428 505 c 0\n 428 545 400 573 360 573 c 0\n569 344 m 2\n 163 222 l 2\n 159 220 154 220 151 220 c 0\n 143 220 137 227 137 235 c 0\n 137 245 145 253 159 258 c 2\n 565 380 l 2\n 570 381 573 382 578 382 c 0\n 585 382 591 375 591 367 c 0\n 591 356 584 348 569 344 c 2\nEndSplineSet\nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 600\nFlags: HW\nHStem: -16 41<232 270> 0 41<422 451> 208 41<483 495 483 483> 478 41<366 402.5>\nVStem: 132 42<90.5 148> 249 41<372.5 405>\nFore\n393 0 m 1\n 372 48 l 1\n 334 5 293 -16 247 -16 c 0\n 181 -16 132 37 132 108 c 0\n 132 189 192 263 277 287 c 1\n 253 348 249 359 249 379 c 0\n 249 449 324 519 399 519 c 0\n 422 519 442 513 461 499 c 1\n 468.37 503.02 481.812 510 490 510 c 0\n 498 510 505 502 505 494 c 0\n 505 483 499 476 483 468 c 2\n 448 452 l 1\n 431 470 414 478 391 478 c 0\n 341 478 290 429 290 381 c 0\n 290 364 297 339 314 298 c 2\n 388 121 l 1\n 417 159 440 200 461 249 c 1\n 504 249 l 2\n 521 249 527 245 527 233 c 0\n 527 217 515 208 495 208 c 2\n 483 208 l 1\n 457 154 429 110 403 82 c 1\n 422 41 l 1\n 460 41 l 2\n 476 41 483 37 483 25 c 0\n 483 10 470 0 451 0 c 2\n 393 0 l 1\n357 86 m 1\n 287 251 l 1\n 222 237 174 180 174 116 c 0\n 174 65 209 25 255 25 c 0\n 290 25 326 47 357 86 c 1\nEndSplineSet\nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 600\nFlags: HMW\nHStem: 315 289<364 375.5>\nFore\n364 604 m 1\n 492 604 l 1\n 405 351 l 1\n 396 326 384 315 367 315 c 0\n 353 315 344 325 344 341 c 2\n 344 351 l 1\n 364 604 l 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 600\nFlags: HMW\nVStem: 335 59<113.5 197>\nFore\n566 604 m 0\n 576 604 583 597 583 588 c 0\n 583 581 583 581 572 567 c 0\n 449 406 394 270 394 124 c 0\n 394 56 406 -9 435 -93 c 0\n 436 -96 437 -99 437 -101 c 0\n 437 -112 424 -124 411 -124 c 0\n 406 -124 401 -121 398 -115 c 0\n 383 -90 370 -54 354 4 c 0\n 340 54 335 89 335 138 c 0\n 335 268 381 383 493 530 c 0\n 536 586 553 604 566 604 c 0\nEndSplineSet\nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 600\nFlags: HMW\nVStem: 313 59<282 382>\nFore\n296 604 m 0\n 301 604 306 601 309 595 c 0\n 345 533 372 422 372 342 c 0\n 372 212 326 97 214 -50 c 0\n 172 -106 154 -124 141 -124 c 0\n 131 -124 124 -117 124 -108 c 0\n 124 -103 125 -99 130 -93 c 0\n 256 69 313 208 313 356 c 0\n 313 424 301 489 272 573 c 0\n 271 576 270 579 270 581 c 0\n 270 592 283 604 296 604 c 0\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 600\nFlags: HW\nFore\n372 438 m 1\n 402 577 l 2\n 406 595 414 604 428 604 c 0\n 437 604 444 597 444 589 c 1\n 438.447 533.886 421.341 490.326 413 438 c 1\n 556 481 l 2\n 561 483 568 484 571 484 c 0\n 579 484 586 476 586 468 c 0\n 586 455 578 448 560 442 c 2\n 417 400 l 1\n 475 288 l 2\n 477 284 479 276 479 273 c 0\n 479 262 466 250 454 250 c 0\n 446 250 443 253 437 264 c 2\n 379 376 l 1\n 274 264 l 2\n 264 254 258 250 251 250 c 0\n 241 250 234 257 234 266 c 0\n 234 274 236 276 246 288 c 1\n 351 400 l 1\n 227 442 l 1\n 218.736 444.755 211 448.479 211 458 c 0\n 211 471 223 483 236 483 c 0\n 240 483 241 483 249 480 c 2\n 372 438 l 1\nEndSplineSet\nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 600\nFlags: HMW\nHStem: 261 41<162 334 384 556>\nVStem: 131 457<278.5 284.5>\nFore\n375 261 m 1\n 332 59 l 2\n 328 41 320 32 306 32 c 0\n 297 32 290 39 290 47 c 1\n 291 59 l 1\n 334 261 l 1\n 154 261 l 2\n 138 261 131 266 131 277 c 0\n 131 292 143 302 162 302 c 2\n 343 302 l 1\n 386 503 l 1\n 389 521 398 530 412 530 c 0\n 421 530 428 523 428 514 c 1\n 427 503 l 1\n 384 302 l 1\n 564 302 l 2\n 581 302 588 298 588 286 c 0\n 588 271 575 261 556 261 c 2\n 375 261 l 1\nEndSplineSet\nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 600\nFlags: HW\nFore\n238 145 m 1\n 371 145 l 1\n 170 -120 l 2\n 155 -139 147 -145 133 -145 c 0\n 120 -145 110 -135 110 -122 c 0\n 110 -117 112 -111 115 -105 c 2\n 238 145 l 1\nEndSplineSet\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 600\nFlags: HMW\nHStem: 258 41<163 556>\nVStem: 131 456\nFore\n556 258 m 2\n 154 258 l 2\n 138 258 131 263 131 274 c 0\n 131 290 143 299 163 299 c 2\n 565 299 l 2\n 581 299 588 294 588 283 c 0\n 588 268 576 258 556 258 c 2\nEndSplineSet\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 600\nFlags: HMW\nHStem: -15 131\nVStem: 235 151<43 58>\nFore\n319 116 m 2\n 330 116 l 2\n 363 116 386 95 386 64 c 0\n 386 22 346 -15 302 -15 c 2\n 291 -15 l 2\n 258 -15 235 6 235 37 c 0\n 235 79 275 116 319 116 c 2\nEndSplineSet\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 600\nFlags: HW\nFore\n617 633 m 1\n 141 -63 l 2\n 131 -77 125 -81 115 -81 c 0\n 107 -81 99 -74 99 -65 c 0\n 99 -60 101 -55 107 -46 c 2\n 583 650 l 2\n 592 664 599 668 608 668 c 0\n 618 668 625 661 625 652 c 0\n 625 647 623 643 617 633 c 1\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 600\nFlags: HMW\nHStem: -15 41<270 325.5> 577 41<401 457>\nVStem: 156 44<127.5 176.5> 527 44<426.5 475.5>\nFore\n571 441 m 0\n 571 374.895 552.244 309.305 540 251 c 1\n 506 94 408 -15 298 -15 c 0\n 208 -15 156 50 156 162 c 0\n 156 191 159 221 166 251 c 1\n 187 351 l 2\n 220 509 320 618 430 618 c 0\n 519 618 571 553 571 441 c 0\n227 346 m 1\n 215.535 292.296 200 241.893 200 178 c 0\n 200 77 235 26 305 26 c 0\n 346 26 385 44 414 79 c 0\n 453 124 486 193 500 257 c 2\n 519 346 l 2\n 524 370 527 398 527 425 c 0\n 527 526 492 577 422 577 c 0\n 380 577 342 559 313 524 c 0\n 273 478 240 410 227 346 c 1\nEndSplineSet\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 600\nFlags: HMW\nHStem: 0 41<149 289 330 461>\nVStem: 117 374\nFore\n451 612 m 1\n 330 41 l 1\n 469 41 l 2\n 486 41 492 37 492 25 c 0\n 492 10 480 0 461 0 c 2\n 141 0 l 2\n 124 0 117 5 117 16 c 0\n 117 32 129 41 149 41 c 2\n 289 41 l 1\n 398 557 l 1\n 258 515 l 2\n 247 512 246 512 243 512 c 0\n 235 512 228 520 228 528 c 0\n 228 541 236 548 254 554 c 2\n 451 612 l 1\nEndSplineSet\nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 600\nFlags: HW\nHStem: 0 41<132 446> 0 104<473 478> 0 41 577 41<392 446>\nVStem: 530 42<453 500>\nFore\n132 41 m 1\n 446 41 l 1\n 450.472 63.9976 452.064 104 480 104 c 0\n 489 104 496 97 496 89 c 0\n 496 86 496 85 494 77 c 1\n 478 0 l 1\n 84 0 l 1\n 97 60 l 1\n 380 282 l 1\n 507 385 530 414 530 471 c 0\n 530 529 478 577 414 577 c 0\n 344 577 273 533 244 472 c 0\n 237 458 230 452 219 452 c 0\n 211 452 203 459 203 466 c 0\n 203 481 225 516 250 542 c 0\n 299 591 360 618 424 618 c 0\n 505 618 572 555 572 479 c 0\n 572 427 552 388 496 334 c 0\n 450 290 239 122 133 44 c 1\n 132 41 l 1\nEndSplineSet\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 600\nFlags: HW\nHStem: -15 41<268.5 348.5> 312 40 577 41<403.5 457.5>\nVStem: 496 42<150 225.5> 537 42<457.5 512>\nFore\n444 328 m 1\n 505 301 538 254 538 197 c 0\n 538 89 415 -15 287 -15 c 0\n 238 -15 194 -2 148 26 c 0\n 122 41 110 53 110 64 c 0\n 110 76 122 88 133 88 c 0\n 139 88 143 86 149 81 c 0\n 190 44 240 26 297 26 c 0\n 400 26 496 107 496 193 c 0\n 496 260 428 313 345 312 c 0\n 329 312 322 317 322 328 c 0\n 322 335 326 342 332 347 c 0\n 339 353 339 353 380 353 c 0\n 466 353 537 413 537 485 c 0\n 537 539 491 577 424 577 c 0\n 367 577 315 558 277 523 c 0\n 264 511 261 509 253 509 c 0\n 244 509 237 515 237 525 c 0\n 237 534 246 545 267 561 c 0\n 313 597 374 618 433 618 c 0\n 520 618 579 567 579 493 c 0\n 579 422 528 361 444 328 c 1\nEndSplineSet\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 600\nFlags: HMW\nHStem: 0 41<309 385 425 451> 169 41<189 412 461 487> 563 41<472 495 472 472>\nVStem: 277 206<17.5 24>\nFore\n412 169 m 1\n 141 169 l 1\n 151 216 l 1\n 461 604 l 1\n 545 604 l 1\n 461 210 l 1\n 495 210 l 2\n 512 210 518 206 518 194 c 0\n 518 178 506 169 487 169 c 2\n 453 169 l 1\n 425 41 l 1\n 459 41 l 2\n 476 41 483 36 483 25 c 0\n 483 10 470 0 451 0 c 2\n 300 0 l 2\n 284 0 277 5 277 16 c 0\n 277 32 289 41 309 41 c 2\n 385 41 l 1\n 412 169 l 1\n420 210 m 1\n 495 563 l 1\n 472 563 l 1\n 189 210 l 1\n 420 210 l 1\nEndSplineSet\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 600\nFlags: HMW\nHStem: -15 41<270.5 333> 354 41<384 427> 563 41<310 310 310 552>\nVStem: 506 42<222 276.5>\nFore\n310 563 m 1\n 268 365 l 1\n 324 386 363 395 405 395 c 0\n 491 395 548 338 548 250 c 0\n 548 108 429 -15 292 -15 c 0\n 245 -15 202 -2 165 23 c 0\n 133 45 113 65 113 78 c 0\n 113 90 125 102 138 102 c 0\n 143 102 147 100 153 93 c 0\n 192 49 242 26 299 26 c 0\n 367 26 427 59 466 118 c 0\n 491 157 506 202 506 242 c 0\n 506 311 462 354 392 354 c 0\n 352 354 305 342 259 321 c 0\n 246 315 241 313 235 313 c 0\n 227 313 221 319 220 328 c 0\n 220 330 220 333 221 335 c 1\n 278 604 l 1\n 560 604 l 2\n 577 604 584 599 584 588 c 0\n 584 572 572 563 552 563 c 2\n 310 563 l 1\nEndSplineSet\nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 600\nFlags: HMW\nHStem: -15 41<313 386> 323 41<392.5 440> 577 41<519 555.5>\nVStem: 510 42<164 243.5>\nFore\n228 242 m 1\n 287 324 349 364 420 364 c 0\n 497 364 552 304 552 219 c 0\n 552 99 445 -15 333 -15 c 0\n 242 -15 184 60 184 179 c 0\n 184 308 235 434 319 513 c 0\n 390 580 478 618 560 618 c 0\n 598 618 631 604 631 587 c 0\n 631 575 620 563 608 563 c 0\n 603 563 599 564 591 569 c 0\n 582 574 565 577 546 577 c 0\n 458 577 349 510 290 420 c 0\n 257 369 239 318 228 242 c 1\n222 188 m 1\n 224 148 225 145 230 123 c 0\n 246 58 283 26 343 26 c 0\n 429 26 510 116 510 212 c 0\n 510 275 468 323 412 323 c 0\n 373 323 329 303 289 266 c 0\n 271 250 256 232 222 188 c 1\nEndSplineSet\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 600\nFlags: HMW\nHStem: 563 41<265 557 265 265>\nFore\n553 545 m 1\n 557 563 l 1\n 265 563 l 1\n 260.444 540.22 258.591 500 231 500 c 0\n 223 500 215 507 215 515 c 0\n 215 518 216 523 217 528 c 2\n 233 604 l 1\n 606 604 l 1\n 592 539 l 1\n 319 20 l 2\n 311 4 305 -1 294 -1 c 0\n 285 -1 278 6 278 14 c 0\n 278 19 280 24 284 32 c 2\n 553 545 l 1\nEndSplineSet\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 600\nFlags: HMW\nHStem: -15 41<270 350.5> 293 40<337.5 397.5> 577 41<380 455.5>\nVStem: 143 42<103 167> 216 41<401.5 466.5> 482 42<143.5 217> 534 42<459.5 504>\nFore\n441 313 m 1\n 496 285 524 244 524 192 c 0\n 524 87 412 -15 296 -15 c 0\n 207 -15 143 45 143 128 c 0\n 143 206 197 274 291 313 c 1\n 237 344 216 376 216 424 c 0\n 216 522 323 618 432 618 c 0\n 515 618 576 561 576 483 c 0\n 576 436 552 388 510 353 c 0\n 491 338 475 328 441 313 c 1\n422 577 m 0\n 338 577 257 504 257 429 c 0\n 257 374 305 333 370 333 c 0\n 457 333 534 399 534 473 c 0\n 534 535 489 577 422 577 c 0\n361 293 m 0\n 268 293 185 219 185 135 c 0\n 185 71 235 26 305 26 c 0\n 396 26 482 103 482 184 c 0\n 482 250 434 293 361 293 c 0\nEndSplineSet\nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 600\nFlags: HMW\nHStem: -15 41<217.5 254> 239 41<333 380.5> 577 41<387 460>\nVStem: 221 42<359.5 439>\nFore\n545 361 m 1\n 487 279 424 239 353 239 c 0\n 276 239 221 299 221 384 c 0\n 221 504 328 618 440 618 c 0\n 531 618 589 543 589 424 c 0\n 589 295 538 169 454 90 c 0\n 383 23 295 -15 213 -15 c 0\n 175 -15 142 -1 142 16 c 0\n 142 28 153 40 165 40 c 0\n 170 40 174 39 182 34 c 0\n 191 29 208 26 227 26 c 0\n 315 26 424 93 483 183 c 0\n 510 225 532 282 541 334 c 0\n 542 340 542 340 545 361 c 1\n551 415 m 1\n 549 454 548 459 543 480 c 0\n 527 545 490 577 430 577 c 0\n 344 577 263 487 263 391 c 0\n 263 328 305 280 361 280 c 0\n 400 280 444 300 484 337 c 0\n 502 353 517 371 551 415 c 1\nEndSplineSet\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 600\nFlags: HW\nHStem: -15 131 285 132\nVStem: 235 151<43.5 58> 299 151<344 358>\nFore\n319 116 m 2\n 330 116 l 2\n 363 116 386 95 386 65 c 0\n 386 22 346 -15 302 -15 c 2\n 291 -15 l 2\n 258 -15 235 6 235 37 c 0\n 235 79 275 116 319 116 c 2\n383 417 m 2\n 394 417 l 2\n 427 417 450 396 450 365 c 0\n 450 323 410 285 366 285 c 2\n 355 285 l 2\n 322 285 299 306 299 337 c 0\n 299 379 339 417 383 417 c 2\nEndSplineSet\nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 600\nFlags: HMW\nHStem: 397 20<359 370 370 386.5>\nVStem: 275 151<344 358>\nFore\n242 145 m 1\n 375 145 l 1\n 174 -120 l 2\n 159 -139 151 -145 138 -145 c 0\n 124 -145 114 -135 114 -122 c 0\n 114 -117 116 -111 119 -105 c 2\n 242 145 l 1\n359 417 m 2\n 370 417 l 2\n 403 417 426 396 426 365 c 0\n 426 323 386 285 342 285 c 2\n 331 285 l 2\n 298 285 275 306 275 337 c 0\n 275 379 315 417 359 417 c 2\nEndSplineSet\nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 600\nFlags: HW\nFore\n131 281 m 1\n 598 513 l 2\n 604 516 609 518 611 518 c 0\n 618 518 623 514 625 508 c 2\n 626 505 l 2\n 627 503 627 502 627 499 c 0\n 627 491 621 484 610 478 c 2\n 213 281 l 1\n 526 84 l 2\n 533 79 535 76 535 70 c 0\n 535 66 533 61 530 57 c 2\n 528 54 l 2\n 524 48 516 44 511 44 c 0\n 508 44 503 46 498 49 c 2\n 131 281 l 1\nEndSplineSet\nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 600\nFlags: HMW\nHStem: 190 41<127 562> 334 41<158 593>\nFore\n593 334 m 2\n 149 334 l 2\n 133 334 126 339 126 350 c 0\n 126 366 138 375 158 375 c 2\n 602 375 l 2\n 618 375 625 370 625 359 c 0\n 625 344 613 334 593 334 c 2\n562 190 m 2\n 118 190 l 2\n 102 190 95 195 95 206 c 0\n 95 222 107 231 127 231 c 2\n 571 231 l 2\n 587 231 594 226 594 215 c 0\n 594 200 582 190 562 190 c 2\nEndSplineSet\nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 600\nFlags: HW\nFore\n588 281 m 1\n 121 49 l 2\n 115 46 110 44 108 44 c 0\n 101 44 96 48 94 54 c 2\n 93 57 l 2\n 92 59 92 61 92 63 c 0\n 92 71 98 78 109 84 c 2\n 506 281 l 1\n 193 478 l 2\n 186 483 184 486 184 492 c 0\n 184 496 186 502 189 505 c 2\n 191 508 l 2\n 196 514 203 518 208 518 c 0\n 211 518 216 516 221 513 c 2\n 588 281 l 1\nEndSplineSet\nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 600\nFlags: HMW\nHStem: -15 100<305 312> 536 41<407 455.5>\nVStem: 237 143<28.5 41> 539 42<430.5 472>\nFore\n375 247 m 1\n 366 206 l 1\n 363 188 354 179 340 179 c 0\n 331 179 324 186 324 194 c 1\n 326.15 223.849 335.408 246.593 340 274 c 1\n 482 328 539 377 539 444 c 0\n 539 500 492 536 419 536 c 0\n 374 536 340 528 282 502 c 1\n 277.549 479.19 275.63 434 248 434 c 0\n 238 434 231 441 231 450 c 0\n 231 452 232 456 233 461 c 2\n 247 529 l 1\n 259 533 264 535 279 541 c 0\n 348 569 381 577 433 577 c 0\n 525 577 581 531 581 455 c 0\n 581 406 556 356 515 323 c 0\n 481 297 444 277 375 247 c 1\n305 85 m 2\n 333 85 l 2\n 363 85 380 70 380 45 c 0\n 380 12 349 -15 312 -15 c 2\n 284 -15 l 2\n 255 -15 237 0 237 24 c 0\n 237 58 268 85 305 85 c 2\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 600\nFlags: HMW\nHStem: -62 41<282.5 322.5> 147 41<395.5 413.5> 376 39 583 41<379.5 454>\nVStem: 139 42<106.5 133.5> 297 42<234.5 280.5> 519 42<493 518.5>\nFore\n449 145 m 1\n 450 150 l 1\n 430 148 419 147 408 147 c 0\n 343 147 297 187 297 245 c 0\n 297 316 356 384 438 408 c 0\n 461 414 477 416 506 416 c 1\n 511.108 440.01 519 462.475 519 490 c 0\n 519 547 483 583 425 583 c 0\n 334 583 250 490 222 358 c 2\n 188 198 l 1\n 184 176 181 152 181 131 c 0\n 181 82 195 35 218 9 c 0\n 236 -11 264 -21 301 -21 c 0\n 344 -21 388 -9 412 9 c 0\n 425 19 427 20 434 20 c 0\n 443 20 450 13 450 5 c 0\n 450 -27 364 -62 286 -62 c 0\n 238 -62 202 -46 178 -13 c 0\n 154 20 139 70 139 121 c 0\n 139 146 142 172 147 198 c 1\n 182 361 l 1\n 214 513 320 624 433 624 c 0\n 510 624 561 574 561 499 c 0\n 561 487 560 475 557 463 c 1\n 498 186 l 1\n 509 184 514 180 514 170 c 0\n 514 154 502 145 482 145 c 2\n 449 145 l 1\n459 192 m 1\n 498 376 l 1\n 410 376 339 322 339 255 c 0\n 339 214 371 188 420 188 c 0\n 432 188 446 189 459 192 c 1\nEndSplineSet\nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 600\nFlags: HMW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412>\nVStem: 13 206<17.5 24.5> 385 210\nFore\n468 188 m 1\n 203 188 l 1\n 117 41 l 1\n 196 41 l 2\n 213 41 219 37 219 25 c 0\n 219 10 206 0 187 0 c 2\n 36 0 l 2\n 20 0 13 5 13 17 c 0\n 13 32 25 41 45 41 c 2\n 76 41 l 1\n 357 522 l 1\n 237 522 l 2\n 221 522 214 527 214 538 c 0\n 214 554 226 563 246 563 c 2\n 449 563 l 1\n 536 41 l 1\n 573 41 l 2\n 590 41 596 37 596 25 c 0\n 596 10 584 0 564 0 c 2\n 408 0 l 2\n 392 0 385 5 385 16 c 0\n 385 32 397 41 417 41 c 2\n 493 41 l 1\n 468 188 l 1\n462 229 m 1\n 412 522 l 1\n 397 522 l 1\n 227 229 l 1\n 462 229 l 1\nEndSplineSet\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 600\nFlags: HW\nHStem: 0 41<79 133 174 377> 272 41<232 372> 522 41<190 235 276 276 276 440>\nVStem: 535 42<139.5 188> 549 42<414 447>\nFore\n133 41 m 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 448 563 l 2\n 533 563 591 515 591 445 c 0\n 591 383 554 335 477 298 c 1\n 544 273 577 234 577 181 c 0\n 577 88 479 0 377 0 c 2\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n232 313 m 1\n 379 313 l 2\n 474 313 549 368 549 437 c 0\n 549 457 538 480 521 496 c 0\n 501 514 476 522 440 522 c 2\n 276 522 l 1\n 232 313 l 1\n174 41 m 1\n 382 41 l 2\n 463 41 535 104 535 175 c 0\n 535 201 518 229 493 246 c 0\n 465 265 433 272 372 272 c 2\n 223 272 l 1\n 174 41 l 1\nEndSplineSet\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 600\nFlags: HMW\nHStem: -16 41<277.5 354> 536 40<394.5 441.5>\nVStem: 110 42<152 204>\nFore\n586 507 m 1\n 590.503 528.764 593.267 563 618 563 c 0\n 628 563 635 557 635 548 c 0\n 635 546 634 541 633 536 c 2\n 609 424 l 1\n 606 406 596 396 583 396 c 0\n 577 396 572 399 566 408 c 1\n 570 446 l 1\n 570 449 546 486 538 494 c 0\n 515 518 464 536 419 536 c 0\n 309 536 197 438 172 319 c 2\n 157 248 l 2\n 154 233 152 217 152 203 c 0\n 152 101 227 25 328 25 c 0\n 397 25 454 51 522 115 c 0\n 530 123 534 125 542 125 c 0\n 552 125 558 119 558 111 c 0\n 558 100 551 91 524 67 c 0\n 461 14 389 -16 319 -16 c 0\n 201 -16 110 76 110 196 c 0\n 110 212 112 227 115 242 c 2\n 132 325 l 1\n 157.037 442.482 280.272 576 428 576 c 0\n 494 576 549 552 586 507 c 1\nEndSplineSet\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 113 154 290> 522 41<190 215 256 256 256 399>\nVStem: 551 41<358 378>\nFore\n113 41 m 1\n 215 522 l 1\n 181 522 l 2\n 165 522 158 527 158 538 c 0\n 158 554 170 563 190 563 c 2\n 410 563 l 2\n 519 563 592 484 592 368 c 0\n 592 348 590 329 586 310 c 2\n 574 254 l 2\n 544 112 419 0 290 0 c 2\n 70 0 l 2\n 54 0 47 5 47 16 c 0\n 47 32 59 41 79 41 c 2\n 113 41 l 1\n154 41 m 1\n 303 41 l 2\n 399 41 508 139 531 245 c 2\n 547 318 l 1\n 549 332 551 346 551 357 c 0\n 551 399 538 440 514 472 c 0\n 488 507 453 522 399 522 c 2\n 256 522 l 1\n 154 41 l 1\nEndSplineSet\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569>\nFore\n223 272 m 1\n 174 41 l 1\n 488 41 l 1\n 513 160 l 2\n 517 178 526 187 540 187 c 0\n 549 187 556 180 556 172 c 0\n 556 169 555 165 554 160 c 2\n 520 0 l 1\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 619 563 l 1\n 589 424 l 1\n 586 406 577 397 563 397 c 0\n 554 397 547 404 547 412 c 1\n 550.494 452.506 562.959 484.04 569 522 c 1\n 276 522 l 1\n 232 313 l 1\n 377 313 l 1\n 386 358 l 1\n 390 376 399 385 412 385 c 0\n 422 385 429 378 429 370 c 0\n 429 368 428 362 427 358 c 2\n 399 227 l 1\n 396 209 387 200 373 200 c 0\n 364 200 357 207 357 215 c 1\n 358.23 236.436 364.532 252.802 368 272 c 1\n 223 272 l 1\nEndSplineSet\nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 304> 272 41<232 368> 522 41<190 235 276 276 276 590>\nVStem: 47 289<17.5 24>\nFore\n223 272 m 1\n 174 41 l 1\n 312 41 l 2\n 329 41 336 36 336 25 c 0\n 336 10 323 0 304 0 c 2\n 70 0 l 2\n 54 0 47 5 47 16 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 538 c 0\n 158 554 170 563 190 563 c 2\n 640 563 l 1\n 610 424 l 1\n 607 406 598 397 584 397 c 0\n 576 397 568 404 568 412 c 1\n 571.494 452.506 583.959 484.04 590 522 c 1\n 276 522 l 1\n 232 313 l 1\n 377 313 l 1\n 386 358 l 1\n 390 376 399 385 412 385 c 0\n 422 385 429 379 429 370 c 0\n 429 368 428 362 427 358 c 2\n 399 227 l 1\n 396 209 387 200 373 200 c 0\n 364 200 357 207 357 215 c 1\n 358.23 236.436 364.532 252.802 368 272 c 1\n 223 272 l 1\nEndSplineSet\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 600\nFlags: HMW\nHStem: -16 41<281.5 361> 209 41<394 524 565 579 565 565> 536 40<370.5 448>\nVStem: 108 42<136.5 189.5> 362 250<226.5 233>\nFore\n565 209 m 1\n 528 36 l 1\n 462 2 392 -16 330 -16 c 0\n 193 -16 108 59 108 179 c 0\n 108 200 110 222 115 244 c 2\n 131 318 l 2\n 162 463 295 576 436 576 c 0\n 502 576 553 558 590 522 c 1\n 594.258 541.87 599.024 563 619 563 c 0\n 629 563 636 556 636 548 c 0\n 636 545 636 544 634 536 c 1\n 615 445 l 2\n 611 427 601 417 588 417 c 0\n 583 417 578 421 572 429 c 1\n 575 465 l 1\n 576 471 552 499 537 508 c 1\n 513 525 468 536 428 536 c 0\n 313 536 197 438 172 317 c 1\n 163.173 276.727 150 233.318 150 187 c 0\n 150 86 222 25 341 25 c 0\n 393 25 430 33 492 59 c 1\n 524 209 l 1\n 385 209 l 2\n 369 209 362 214 362 225 c 0\n 362 241 374 250 394 250 c 2\n 588 250 l 2\n 605 250 612 245 612 234 c 0\n 612 219 599 209 579 209 c 2\n 565 209 l 1\nEndSplineSet\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 600\nFlags: HW\nHStem: 0 41<89 135 176 221 392 446 487 524> 272 41<234 495> 522 41<221 237 278 278 278 332 503 548 589 589 589 614>\nVStem: 189 174 360 196<17.5 24> 471 174\nFore\n495 272 m 1\n 225 272 l 1\n 176 41 l 1\n 230 41 l 2\n 247 41 253 37 253 25 c 0\n 253 10 240 0 221 0 c 2\n 81 0 l 2\n 64 0 57 5 57 16 c 0\n 57 32 69 41 89 41 c 2\n 135 41 l 1\n 237 522 l 1\n 212 522 l 2\n 196 522 189 527 189 538 c 0\n 189 554 201 563 221 563 c 2\n 341 563 l 2\n 358 563 364 559 364 547 c 0\n 364 532 352 522 332 522 c 2\n 278 522 l 1\n 234 313 l 1\n 504 313 l 1\n 548 522 l 1\n 494 522 l 2\n 478 522 471 527 471 538 c 0\n 471 554 483 563 503 563 c 2\n 623 563 l 2\n 640 563 646 559 646 547 c 0\n 646 532 634 522 614 522 c 2\n 589 522 l 1\n 487 41 l 1\n 532 41 l 2\n 550 41 556 37 556 25 c 0\n 556 10 543 0 524 0 c 2\n 383 0 l 2\n 367 0 360 5 360 16 c 0\n 360 32 372 41 392 41 c 2\n 446 41 l 1\n 495 272 l 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 600\nFlags: HMW\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431>\nVStem: 117 375<17.5 24>\nFore\n431 522 m 1\n 329 41 l 1\n 468 41 l 2\n 486 41 492 37 492 25 c 0\n 492 10 479 0 460 0 c 2\n 140 0 l 2\n 124 0 117 5 117 16 c 0\n 117 32 129 41 148 41 c 2\n 288 41 l 1\n 390 522 l 1\n 251 522 l 2\n 235 522 228 527 228 538 c 0\n 228 554 240 563 259 563 c 2\n 579 563 l 2\n 597 563 603 559 603 547 c 0\n 603 532 590 522 571 522 c 2\n 431 522 l 1\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 600\nFlags: HMW\nHStem: -16 41<253 319> 522 41<380 530 571 667 571 571>\nVStem: 348 350\nFore\n571 522 m 1\n 495 165 l 2\n 474 67 371 -16 269 -16 c 0\n 205 -16 158 9 100 74 c 1\n 132 223 l 2\n 136 241 144 250 158 250 c 0\n 167 250 174 243 174 235 c 1\n 168.918 183.082 152.82 142.181 145 93 c 1\n 186 47 228 25 278 25 c 0\n 360 25 438 87 454 165 c 1\n 530 522 l 1\n 372 522 l 2\n 355 522 348 527 348 538 c 0\n 348 554 360 563 380 563 c 2\n 676 563 l 2\n 693 563 699 559 699 547 c 0\n 699 532 687 522 667 522 c 2\n 571 522 l 1\nEndSplineSet\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 240 498 545> 522 41<190 235 276 276 276 351 519 556 613 613 613 630>\nVStem: 158 225<539.5 546.5> 487 174\nFore\n212 221 m 1\n 174 41 l 1\n 248 41 l 2\n 265 41 272 36 272 25 c 0\n 272 10 259 0 240 0 c 2\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 359 563 l 2\n 377 563 383 559 383 547 c 0\n 383 532 371 522 351 522 c 2\n 276 522 l 1\n 223 273 l 1\n 556 522 l 1\n 511 522 l 2\n 494 522 487 527 487 538 c 0\n 487 554 499 563 519 563 c 2\n 638 563 l 2\n 656 563 662 559 662 547 c 0\n 662 532 650 522 630 522 c 2\n 613 522 l 1\n 349 324 l 1\n 437 284 464 233 498 41 c 1\n 554 41 l 2\n 570 41 577 36 577 25 c 0\n 577 10 564 0 545 0 c 2\n 459 0 l 1\n 428 204 397 263 309 294 c 1\n 212 221 l 1\nEndSplineSet\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 600\nFlags: HMW\nHStem: 0 41<99 195 236 508> 522 41<209 297 338 434 338 338>\nVStem: 178 288<539.5 546.5>\nFore\n338 522 m 1\n 236 41 l 1\n 508 41 l 1\n 542 201 l 2\n 546 219 555 228 568 228 c 0\n 578 228 585 222 585 214 c 0\n 585 211 584 206 583 201 c 2\n 541 0 l 1\n 90 0 l 2\n 74 0 67 5 67 16 c 0\n 67 32 79 41 99 41 c 2\n 195 41 l 1\n 297 522 l 1\n 201 522 l 2\n 184 522 178 527 178 539 c 0\n 178 554 190 563 209 563 c 2\n 443 563 l 2\n 460 563 466 559 466 547 c 0\n 466 532 454 522 434 522 c 2\n 338 522 l 1\nEndSplineSet\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 600\nFlags: HMW\nHStem: 0 41<47 81 122 188 425 500 541 566> 522 41<167 183 224 232 224 224 594 594 594 602 643 643 643 668>\nVStem: 15 205<17.5 24.5> 394 204<17.5 24.5>\nFore\n362 169 m 1\n 316 169 l 1\n 232 522 l 1\n 224 522 l 1\n 122 41 l 1\n 196 41 l 2\n 213 41 220 36 220 25 c 0\n 220 10 207 0 188 0 c 2\n 38 0 l 2\n 22 0 15 5 15 17 c 0\n 15 32 27 41 47 41 c 2\n 81 41 l 1\n 183 522 l 1\n 158 522 l 2\n 141 522 135 527 135 539 c 0\n 135 554 147 563 167 563 c 2\n 266 563 l 1\n 349 215 l 1\n 577 563 l 1\n 677 563 l 2\n 694 563 700 559 700 547 c 0\n 700 532 688 522 668 522 c 2\n 643 522 l 1\n 541 41 l 1\n 575 41 l 2\n 591 41 598 36 598 25 c 0\n 598 10 585 0 566 0 c 2\n 417 0 l 2\n 401 0 394 5 394 17 c 0\n 394 32 406 41 425 41 c 2\n 500 41 l 1\n 602 522 l 1\n 594 522 l 1\n 362 169 l 1\nEndSplineSet\nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 600\nFlags: HMW\nHStem: 0 41<78 112 153 219> 522 41<169 214 505 571 612 612 612 646>\nVStem: 46 205<17.5 24.5> 473 204\nFore\n501 0 m 1\n 449 0 l 1\n 251 504 l 1\n 153 41 l 1\n 227 41 l 2\n 244 41 251 37 251 25 c 0\n 251 10 238 0 219 0 c 2\n 69 0 l 2\n 53 0 46 5 46 17 c 0\n 46 32 58 41 78 41 c 2\n 112 41 l 1\n 214 522 l 1\n 160 522 l 2\n 143 522 137 527 137 539 c 0\n 137 554 149 563 169 563 c 2\n 275 563 l 1\n 473 59 l 1\n 571 522 l 1\n 497 522 l 2\n 480 522 473 527 473 538 c 0\n 473 554 485 563 505 563 c 2\n 655 563 l 2\n 672 563 678 559 678 547 c 0\n 678 532 666 522 646 522 c 2\n 612 522 l 1\n 501 0 l 1\nEndSplineSet\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 600\nFlags: HMW\nHStem: -16 41<256.5 371.5> 535 41<346 461>\nVStem: 102 42<161 297> 574 42<263 400>\nFore\n422 576 m 0\n 536 576 616 486 616 357 c 0\n 616 164 461 -16 296 -16 c 0\n 181 -16 102 74 102 207 c 0\n 102 396 258 576 422 576 c 0\n415 535 m 0\n 277 535 144 378 144 216 c 0\n 144 106 211 25 302 25 c 0\n 441 25 574 181 574 345 c 0\n 574 455 507 535 415 535 c 0\nEndSplineSet\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 303> 231 41<223 346> 522 41<190 235 276 276 276 425>\nVStem: 47 289<17.5 24.5> 545 42<382 450>\nFore\n214 231 m 1\n 174 41 l 1\n 312 41 l 2\n 329 41 336 36 336 25 c 0\n 336 10 323 0 303 0 c 2\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 164 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 430 563 l 2\n 522 563 587 508 587 431 c 0\n 587 324 474 231 346 231 c 2\n 214 231 l 1\n223 272 m 1\n 357 272 l 2\n 455 272 545 343 545 421 c 0\n 545 479 494 522 425 522 c 2\n 276 522 l 1\n 223 272 l 1\nEndSplineSet\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 600\nFlags: HW\nHStem: -115 41<422.5 430.5> -89 41<296.5 310.5> 535 41<346 461>\nVStem: 102 42<161 297.5> 574 42<263.5 400.5>\nFore\n301 -16 m 1\n 238 -56 l 1\n 270 -50 286 -48 307 -48 c 0\n 337 -48 359 -52 386 -63 c 0\n 409 -72 416 -74 429 -74 c 0\n 450 -74 468 -67 504 -47 c 0\n 509 -44 513 -43 517 -43 c 0\n 526 -43 533 -49 533 -59 c 0\n 533 -70 527 -76 510 -86 c 0\n 478 -104 443 -115 418 -115 c 0\n 402 -115 391 -112 364 -102 c 0\n 339 -92 323 -89 298 -89 c 0\n 269 -89 200 -100 153 -112 c 0\n 149 -113 145 -114 143 -114 c 0\n 133 -114 127 -107 127 -97 c 0\n 127 -89 132 -81 142 -75 c 2\n 246 -10 l 1\n 160 10 102 97 102 206 c 0\n 102 396 258 576 422 576 c 0\n 537 576 616 486 616 354 c 0\n 616 166 465 -11 301 -16 c 1\n415 535 m 0\n 277 535 144 379 144 216 c 0\n 144 106 211 25 302 25 c 0\n 441 25 574 181 574 346 c 0\n 574 455 507 535 415 535 c 0\nEndSplineSet\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 240 540 562> 251 41<227 341 341 351> 522 41<189 235 276 276 276 429>\nVStem: 47 225<17.5 24.5> 545 42<395.5 452>\nFore\n218 251 m 1\n 174 41 l 1\n 248 41 l 2\n 265 41 272 37 272 25 c 0\n 272 10 259 0 240 0 c 2\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 164 522 158 527 158 539 c 0\n 158 554 170 563 189 563 c 2\n 438 563 l 2\n 522 563 587 507 587 434 c 0\n 587 357 528 299 414 262 c 1\n 468 218 489 183 540 41 c 1\n 570 41 l 2\n 587 41 594 36 594 25 c 0\n 594 10 581 0 562 0 c 2\n 505 0 l 1\n 452 162 419 216 351 251 c 1\n 218 251 l 1\n227 292 m 1\n 341 292 l 2\n 448 292 545 355 545 425 c 0\n 545 479 493 522 429 522 c 2\n 276 522 l 1\n 227 292 l 1\nEndSplineSet\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 600\nFlags: HMW\nHStem: -17 41<287.5 332.5> 536 41<371 433.5>\nVStem: 201 45<389 435> 500 45<161 188>\nFore\n555 517 m 1\n 559.445 538.114 562.997 563 586 563 c 0\n 595 563 602 556 602 548 c 0\n 602 545 602 543 600 536 c 1\n 578 433 l 1\n 575 416 565 405 553 405 c 0\n 547 405 542 408 536 417 c 1\n 539 459 l 1\n 539 464 517 497 508 506 c 0\n 491 523 451 536 416 536 c 0\n 326 536 246 471 246 399 c 0\n 246 339.71 304.74 321.01 378 309 c 0\n 453 296 480 287 505 269 c 0\n 528 252 545 217 545 185 c 0\n 545 137 520 84 482 50 c 0\n 437 10 364 -17 301 -17 c 0\n 231 -17 176 9 145 56 c 1\n 140.411 33.8193 138.096 0 112 0 c 0\n 103 0 96 7 96 15 c 0\n 96 17 97 23 98 27 c 2\n 121 139 l 1\n 125 157 135 167 148 167 c 0\n 154 167 159 163 164 155 c 1\n 160 109 l 1\n 160 103 188 65 201 55 c 0\n 222 37 268 24 307 24 c 0\n 410 24 500 95 500 177 c 0\n 500 199 487 224 470 237 c 0\n 450 253 430 259 361 271 c 0\n 293 283 259 295 234 317 c 0\n 214 334 201 364 201 392 c 0\n 201 489 305 577 420 577 c 0\n 479 577 523 558 555 517 c 1\nEndSplineSet\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 600\nFlags: HMW\nHStem: 0 41<184 289 330 426> 522 41<224 391 224 224 432 432 432 598>\nVStem: 152 306<17.5 24.5>\nFore\n330 41 m 1\n 435 41 l 2\n 451 41 458 36 458 25 c 0\n 458 10 445 0 426 0 c 2\n 175 0 l 2\n 159 0 152 5 152 17 c 0\n 152 32 164 41 184 41 c 2\n 289 41 l 1\n 391 522 l 1\n 224 522 l 1\n 209 449 l 1\n 205 431 196 422 182 422 c 0\n 173 422 166 429 166 437 c 1\n 170.304 483.363 184.968 519.365 192 563 c 1\n 648 563 l 1\n 624 449 l 2\n 620 431 611 421 598 421 c 0\n 592 421 583 428 582 435 c 0\n 582 436 582 447 583 449 c 1\n 598 522 l 1\n 432 522 l 1\n 330 41 l 1\nEndSplineSet\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610>\nVStem: 136 42<113.5 147> 155 203 472 204<539.5 546.5>\nFore\n610 522 m 1\n 539 185 l 2\n 515 72 409 -16 297 -16 c 0\n 201 -16 136 47 136 140 c 0\n 136 154 138 170 141 185 c 2\n 212 522 l 1\n 179 522 l 2\n 162 522 155 527 155 538 c 0\n 155 554 167 563 187 563 c 2\n 337 563 l 2\n 353 563 359 559 359 547 c 0\n 359 532 347 522 328 522 c 2\n 253 522 l 1\n 182 185 l 1\n 179 173 178 161 178 151 c 0\n 178 76 230 25 305 25 c 0\n 394 25 479 95 498 185 c 2\n 569 522 l 1\n 495 522 l 2\n 478 522 472 527 472 539 c 0\n 472 554 484 563 504 563 c 2\n 653 563 l 2\n 670 563 676 559 676 547 c 0\n 676 532 664 522 644 522 c 2\n 610 522 l 1\nEndSplineSet\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 600\nFlags: HMW\nHStem: 0 41<305 307> 522 41<156 178 222 222 222 298 533 604 644 644 644 675>\nVStem: 124 205 502 204\nFore\n268 0 m 1\n 178 522 l 1\n 147 522 l 2\n 130 522 124 527 124 538 c 0\n 124 554 136 563 156 563 c 2\n 306 563 l 2\n 324 563 330 559 330 547 c 0\n 330 531 318 522 298 522 c 2\n 222 522 l 1\n 305 41 l 1\n 307 41 l 1\n 604 522 l 1\n 525 522 l 2\n 508 522 502 527 502 538 c 0\n 502 554 514 563 533 563 c 2\n 684 563 l 2\n 701 563 707 559 707 547 c 0\n 707 531 695 522 675 522 c 2\n 644 522 l 1\n 324 0 l 1\n 268 0 l 1\nEndSplineSet\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 600\nFlags: HMW\nHStem: 0 438<412 412 412 426> 522 41<167 173 214 214 214 308 523 610 649 649 649 664>\nVStem: 135 204 491 204\nFore\n122 0 m 1\n 173 522 l 1\n 158 522 l 2\n 142 522 135 527 135 538 c 0\n 135 554 147 563 167 563 c 2\n 316 563 l 2\n 334 563 340 559 340 547 c 0\n 340 532 328 522 308 522 c 2\n 214 522 l 1\n 169 46 l 1\n 364 438 l 1\n 426 438 l 1\n 452 46 l 1\n 610 522 l 1\n 514 522 l 2\n 498 522 491 527 491 538 c 0\n 491 554 503 563 523 563 c 2\n 673 563 l 2\n 690 563 696 559 696 547 c 0\n 696 532 684 522 664 522 c 2\n 649 522 l 1\n 476 0 l 1\n 412 0 l 1\n 385 400 l 1\n 185 0 l 1\n 122 0 l 1\nEndSplineSet\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 600\nFlags: HW\nHStem: 0 41<76 93 142 198 410 472 525 533> 522 41<197 204 256 256 256 299 528 565 615 615 615 630>\nVStem: 44 185 166 164 378 187<17.5 24> 496 165\nFore\n386 288 m 1\n 525 41 l 1\n 542 41 l 2\n 559 41 565 37 565 25 c 0\n 565 10 552 0 533 0 c 2\n 401 0 l 2\n 385 0 378 5 378 16 c 0\n 378 32 390 41 410 41 c 2\n 472 41 l 1\n 352 255 l 1\n 142 41 l 1\n 207 41 l 2\n 224 41 230 37 230 25 c 0\n 230 10 218 0 198 0 c 2\n 67 0 l 2\n 51 0 44 5 44 16 c 0\n 44 32 56 41 76 41 c 2\n 93 41 l 1\n 334 288 l 1\n 204 522 l 1\n 189 522 l 2\n 173 522 166 527 166 538 c 0\n 166 554 178 563 197 563 c 2\n 308 563 l 2\n 325 563 331 559 331 547 c 0\n 331 532 319 522 299 522 c 2\n 256 522 l 1\n 368 321 l 1\n 565 522 l 1\n 519 522 l 2\n 503 522 496 527 496 538 c 0\n 496 554 508 563 528 563 c 2\n 639 563 l 2\n 656 563 662 559 662 547 c 0\n 662 532 650 522 630 522 c 2\n 615 522 l 1\n 386 288 l 1\nEndSplineSet\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 600\nFlags: HW\nHStem: 0 41<185 290 331 427> 522 41<198 213 262 262 262 300 532 564 610 610 610 633>\nVStem: 153 305 166 165 499 166<539 546>\nFore\n376 254 m 1\n 331 41 l 1\n 436 41 l 2\n 453 41 459 36 459 25 c 0\n 459 10 447 0 427 0 c 2\n 176 0 l 2\n 160 0 153 5 153 16 c 0\n 153 32 165 41 185 41 c 2\n 290 41 l 1\n 335 254 l 1\n 213 522 l 1\n 189 522 l 2\n 173 522 166 527 166 538 c 0\n 166 554 178 563 198 563 c 2\n 309 563 l 2\n 326 563 332 559 332 547 c 0\n 332 532 320 522 300 522 c 2\n 262 522 l 1\n 366 295 l 1\n 564 522 l 1\n 523 522 l 2\n 506 522 499 527 499 538 c 0\n 499 554 511 563 532 563 c 2\n 642 563 l 2\n 658 563 665 558 665 546 c 0\n 665 532 652 522 633 522 c 2\n 610 522 l 1\n 376 254 l 1\nEndSplineSet\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 600\nFlags: HMW\nHStem: 0 41<150 465> 522 41<273 542 273 273>\nFore\n497 0 m 1\n 103 0 l 1\n 116 59 l 1\n 541 519 l 1\n 542 522 l 1\n 273 522 l 1\n 248 404 l 2\n 244 385 235 376 221 376 c 0\n 212 376 205 383 205 392 c 0\n 205 395 205 396 207 404 c 1\n 241 563 l 1\n 590 563 l 1\n 578 505 l 1\n 151 45 l 1\n 150 41 l 1\n 465 41 l 1\n 495 182 l 2\n 499 200 507 209 521 209 c 0\n 531 209 538 202 538 194 c 0\n 538 190.791 536.844 185.377 536 182 c 1\n 497 0 l 1\nEndSplineSet\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 600\nFlags: HMW\nHStem: -124 41<304 392> 563 41<441 441 441 538>\nFore\n441 563 m 1\n 304 -83 l 1\n 401 -83 l 2\n 418 -83 424 -87 424 -99 c 0\n 424 -114 412 -124 392 -124 c 2\n 254 -124 l 1\n 409 604 l 1\n 547 604 l 2\n 564 604 570 600 570 588 c 0\n 570 572 558 563 538 563 c 2\n 441 563 l 1\nEndSplineSet\nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 600\nFlags: HW\nFore\n292 650 m 1\n 472 -46 l 2\n 473 -50 474 -55 474 -57 c 0\n 474 -69 462 -81 449 -81 c 0\n 439 -81 435 -77 432 -63 c 1\n 252 633 l 2\n 251 637 250 642 250 644 c 0\n 250 656 262 668 275 668 c 0\n 285 668 289 664 292 650 c 1\nEndSplineSet\nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 600\nFlags: HMW\nHStem: -124 41<164 261> 563 41<310 398>\nFore\n261 -83 m 1\n 398 563 l 1\n 301 563 l 2\n 284 563 278 567 278 579 c 0\n 278 594 290 604 310 604 c 2\n 448 604 l 1\n 293 -124 l 1\n 155 -124 l 2\n 138 -124 132 -120 132 -108 c 0\n 132 -92 144 -83 164 -83 c 2\n 261 -83 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 600\nFlags: HW\nFore\n430 615 m 1\n 562 392 l 2\n 565 387 567 381 567 378 c 0\n 567 366 554 354 542 354 c 0\n 534 354 530 357 524 367 c 2\n 417 552 l 1\n 231 367 l 2\n 221 357 216 354 208 354 c 0\n 199 354 192 361 192 370 c 0\n 192 377 195 382 205 392 c 2\n 430 615 l 1\nEndSplineSet\nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 600\nFlags: HMW\nHStem: -125 50<-61 564>\nVStem: -61 625<-125 -75>\nFore\n564 -75 m 1\n 564 -125 l 1\n -61 -125 l 1\n -61 -75 l 1\n 564 -75 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 600\nFlags: W\nDStem: 294 599 328 630 387 499 420 530\nFore\n328 630 m 2\n 420 530 l 1\n 423 528 429 516 429 514 c 0\n 429 502 415 490 403 490 c 0\n 398 490 393 493 387 499 c 2\n 294 599 l 2\n 289 605 286 610 286 614 c 0\n 286 627 298 639 312 639 c 0\n 317 639 321 637 328 630 c 2\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5>\nVStem: 93 42<73.5 130.5> 486 42<326.5 342.5>\nFore\n419 0 m 1\n 433 67 l 1\n 360 10 295 -16 225 -16 c 0\n 143 -16 93 23 93 87 c 0\n 93 184 200 258 338 258 c 0\n 384 258 414 253 470 237 c 1\n 485 308 l 2\n 486 313 486 316 486 322 c 0\n 486 363 444 390 379 390 c 0\n 345 390 304 382 231 360 c 0\n 226 359 223 358 220 358 c 0\n 212 358 205 365 205 374 c 0\n 205 384 211 392 223 397 c 0\n 259 412 353 431 391 431 c 0\n 472 431 528 390 528 331 c 0\n 528 322 527 316 526 308 c 1\n 469 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 419 0 l 1\n443 112 m 1\n 462 202 l 1\n 427 211 382 217 337 217 c 0\n 222 217 135 165 135 96 c 0\n 135 51 170 25 231 25 c 0\n 304 25 361 49 443 112 c 1\nEndSplineSet\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 600\nFlags: HW\nHStem: -16 41<285.5 383.5> 0 41<58 112> 390 41<379 446> 563 41<177 223>\nVStem: 549 42<189.5 288.5>\nFore\n272 604 m 1\n 214 328 l 1\n 279 399 342 431 416 431 c 0\n 519 431 591 360 591 258 c 0\n 591 117 459 -16 319 -16 c 0\n 247 -16 195 19 163 88 c 1\n 144 0 l 1\n 49 0 l 2\n 33 0 26 5 26 17 c 0\n 26 32 38 41 58 41 c 2\n 112 41 l 1\n 223 563 l 1\n 169 563 l 2\n 152 563 146 567 146 580 c 0\n 146 595 158 604 177 604 c 2\n 272 604 l 1\n404 390 m 0\n 290 390 184 282 184 167 c 0\n 184 86 245 25 326 25 c 0\n 441 25 549 132 549 247 c 0\n 549 330 488 390 404 390 c 0\nEndSplineSet\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 600\nFlags: HMW\nHStem: -17 41<268.5 335> 391 41<358 413>\nVStem: 121 42<121.5 186>\nFore\n551 376 m 1\n 555.407 395.096 558.569 417 580 417 c 0\n 589 417 596 410 596 402 c 0\n 596 399 595 395 594 389 c 1\n 575 298 l 2\n 571 280 562 270 549 270 c 0\n 542 270 537 273 532 282 c 1\n 535 318 l 1\n 535 323 510 353 498 362 c 0\n 477 379 433 391 393 391 c 0\n 323 391 258 360 216 306 c 0\n 183 264 163 210 163 162 c 0\n 163 81 225 24 312 24 c 0\n 387 24 460 50 519 97 c 0\n 527 104 534 108 539 108 c 0\n 546 108 555 99 555 91 c 0\n 555 79 534 59 501 39 c 0\n 442 3 369 -17 301 -17 c 0\n 196 -17 121 53 121 152 c 0\n 121 301 253 432 403 432 c 0\n 465 432 516 413 551 376 c 1\nEndSplineSet\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 600\nFlags: HW\nHStem: -16 41<245 312> 0 41<510 556> 390 41<308 407.5> 563 41<535 580>\nVStem: 102 42<126.5 226.5>\nFore\n630 604 m 1\n 510 41 l 1\n 565 41 l 2\n 581 41 587 37 587 25 c 0\n 587 10 575 0 556 0 c 2\n 461 0 l 1\n 480 89 l 1\n 417 18 350 -16 274 -16 c 0\n 176 -16 102 58 102 157 c 0\n 102 299 232 431 371 431 c 0\n 446 431 496 398 530 327 c 1\n 580 563 l 1\n 526 563 l 2\n 509 563 503 567 503 580 c 0\n 503 595 515 604 535 604 c 2\n 630 604 l 1\n365 390 m 0\n 251 390 144 284 144 169 c 0\n 144 84 203 25 287 25 c 0\n 403 25 509 132 509 248 c 0\n 509 331 450 390 365 390 c 0\nEndSplineSet\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 600\nFlags: HMW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 530 40<255 292.5>\nFore\n562 199 m 1\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 450 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 58 521 48 491 32 c 0\n 437 2 364 -16 300 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n 570 248 567 224 562 199 c 1\n155 240 m 1\n 529 240 l 1\n 530 245 530 250 530 252 c 0\n 530 333 466 390 375 390 c 0\n 277 390 192 332 155 240 c 1\nEndSplineSet\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 600\nFlags: HMW\nHStem: 0 41<141 239 280 449> 376 41<231 310 360 540> 563 41<469 513.5>\nVStem: 199 373<393.5 400.5>\nFore\n351 376 m 1\n 280 41 l 1\n 457 41 l 2\n 474 41 481 37 481 25 c 0\n 481 10 468 0 449 0 c 2\n 132 0 l 2\n 116 0 109 5 109 17 c 0\n 109 32 121 41 141 41 c 2\n 239 41 l 1\n 310 376 l 1\n 222 376 l 2\n 206 376 199 381 199 393 c 0\n 199 408 211 417 231 417 c 2\n 319 417 l 1\n 332 478 l 1\n 347 551 423 604 512 604 c 0\n 551 604 617 597 649 591 c 0\n 658 589 663 583 663 576 c 0\n 663 562 651 551 637 551 c 0\n 635 551 635 551 589 557 c 0\n 566 560 525 563 502 563 c 0\n 436 563 383 529 373 478 c 1\n 360 417 l 1\n 549 417 l 2\n 566 417 572 413 572 401 c 0\n 572 386 560 376 540 376 c 2\n 351 376 l 1\nEndSplineSet\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 600\nFlags: HW\nHStem: -186 41<171 277> 10 41<242 307.5> 376 41<561 615 561 561> 390 41<300.5 394.5>\nVStem: 105 42<146 238.5>\nFore\n511 334 m 1\n 529 417 l 1\n 624 417 l 2\n 641 417 647 413 647 401 c 0\n 647 386 635 376 615 376 c 2\n 561 376 l 1\n 475 -28 l 1\n 466 -69 447 -100 410 -132 c 0\n 367 -170 326 -186 277 -186 c 2\n 162 -186 l 2\n 146 -186 139 -181 139 -170 c 0\n 139 -154 151 -145 171 -145 c 2\n 287 -145 l 2\n 355 -145 421 -90 435 -22 c 1\n 463 107 l 1\n 403 40 344 10 271 10 c 0\n 174 10 105 79 105 177 c 0\n 105 307 230 431 361 431 c 0\n 433 431 480 401 511 334 c 1\n354 390 m 0\n 247 390 147 291 147 186 c 0\n 147 106 202 51 282 51 c 0\n 392 51 491 150 491 258 c 0\n 491 336 435 390 354 390 c 0\nEndSplineSet\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 600\nFlags: HW\nHStem: 0 41<87 133 174 210 400 446 487 524> 390 41<380.5 417> 563 41<198 244>\nVStem: 55 188<17.5 24.5> 369 187<17.5 24.5> 501 42<314.5 319.5>\nFore\n293 604 m 1\n 239 347 l 1\n 303 408 350 431 411 431 c 0\n 491 431 543 387 543 319 c 0\n 543 310 542 301 540 291 c 2\n 487 41 l 1\n 532 41 l 2\n 549 41 556 36 556 25 c 0\n 556 10 543 0 524 0 c 2\n 392 0 l 2\n 376 0 369 5 369 17 c 0\n 369 32 381 41 400 41 c 2\n 446 41 l 1\n 498 288 l 1\n 500 295 501 304 501 309 c 0\n 501 330 493 349 477 364 c 0\n 457 384 438 390 396 390 c 0\n 341 390 309 373 241 309 c 2\n 228 296 l 1\n 174 41 l 1\n 219 41 l 2\n 236 41 243 36 243 25 c 0\n 243 10 230 0 210 0 c 2\n 78 0 l 2\n 62 0 55 5 55 17 c 0\n 55 32 67 41 87 41 c 2\n 133 41 l 1\n 244 563 l 1\n 189 563 l 2\n 173 563 167 567 167 580 c 0\n 167 595 179 604 198 604 c 2\n 293 604 l 1\nEndSplineSet\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 600\nFlags: HMW\nHStem: 0 41<127 288 329 481> 376 41<250 359>\nVStem: 96 417<17.5 24>\nFore\n444 624 m 1\n 422 520 l 1\n 363 520 l 1\n 385 624 l 1\n 444 624 l 1\n409 417 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 10 500 0 481 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 359 376 l 1\n 241 376 l 2\n 225 376 218 381 218 393 c 0\n 218 408 230 417 250 417 c 2\n 409 417 l 1\nEndSplineSet\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 600\nFlags: HMW\nHStem: -186 41<144 264> 376 41<266 497> 520 104<488 525>\nFore\n497 376 m 1\n 257 376 l 2\n 240 376 233 381 233 392 c 0\n 233 408 245 417 266 417 c 2\n 547 417 l 1\n 452 -28 l 1\n 433 -121 355 -186 264 -186 c 2\n 135 -186 l 2\n 119 -186 112 -181 112 -170 c 0\n 112 -154 124 -145 144 -145 c 2\n 272 -145 l 2\n 338 -145 397 -96 411 -28 c 1\n 497 376 l 1\n547 624 m 1\n 525 520 l 1\n 466 520 l 1\n 488 624 l 1\n 547 624 l 1\nEndSplineSet\nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 600\nFlags: HW\nHStem: 0 41<99 153 392 420 478 514> 376 41<425 438 499 499 499 546> 563 41<218 264>\nVStem: 360 186<17.5 24.5> 393 185<393 400.5>\nFore\n223 180 m 1\n 185 0 l 1\n 90 0 l 2\n 74 0 67 5 67 17 c 0\n 67 32 79 41 99 41 c 2\n 153 41 l 1\n 264 563 l 1\n 210 563 l 2\n 193 563 187 567 187 580 c 0\n 187 595 199 604 218 604 c 2\n 314 604 l 1\n 234 229 l 1\n 438 376 l 1\n 416 376 l 2\n 400 376 393 381 393 393 c 0\n 393 408 405 417 425 417 c 2\n 554 417 l 2\n 572 417 578 413 578 400 c 0\n 578 386 565 376 546 376 c 2\n 499 376 l 1\n 314 245 l 1\n 478 41 l 1\n 523 41 l 2\n 539 41 546 37 546 25 c 0\n 546 10 533 0 514 0 c 2\n 383 0 l 2\n 367 0 360 5 360 17 c 0\n 360 32 372 41 392 41 c 2\n 420 41 l 1\n 278 219 l 1\n 223 180 l 1\nEndSplineSet\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 600\nFlags: HMW\nHStem: 0 41<127 288 329 481> 563 41<291 399>\nVStem: 96 417<17.5 24>\nFore\n449 604 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 10 500 0 481 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 399 563 l 1\n 282 563 l 2\n 265 563 259 567 259 579 c 0\n 259 595 271 604 291 604 c 2\n 449 604 l 1\nEndSplineSet\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 600\nFlags: HW\nHStem: 0 41<47 81 121 146 331 356 541 566> 376 41<127 152> 390 41<288 314 498 524>\nVStem: 15 163<17.5 24> 561 42<341.5 349>\nFore\n201 417 m 1\n 190 365 l 1\n 233 412 267 431 309 431 c 0\n 352 431 379 408 391 360 c 1\n 440 410 477 431 519 431 c 0\n 568 431 603 395 603 345 c 0\n 603 338 602 331 600 323 c 1\n 541 41 l 1\n 575 41 l 2\n 592 41 598 37 598 25 c 0\n 598 10 585 0 566 0 c 2\n 492 0 l 1\n 560 319 l 2\n 561 324 561 327 561 333 c 0\n 561 365 539 390 509 390 c 0\n 473 390 437 366 387 308 c 1\n 331 41 l 1\n 365 41 l 2\n 382 41 388 37 388 25 c 0\n 388 10 376 0 356 0 c 2\n 282 0 l 1\n 349 316 l 1\n 350 322 351 327 351 332 c 0\n 351 364 328 390 300 390 c 0\n 265 390 228 366 178 308 c 1\n 121 41 l 1\n 155 41 l 2\n 171 41 178 36 178 25 c 0\n 178 10 165 0 146 0 c 2\n 37 0 l 2\n 22 0 15 5 15 16 c 0\n 15 32 27 41 47 41 c 2\n 81 41 l 1\n 152 376 l 1\n 118 376 l 2\n 102 376 95 381 95 392 c 0\n 95 408 107 417 127 417 c 2\n 201 417 l 1\nEndSplineSet\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 600\nFlags: HW\nHStem: 0 41<89 135 176 212 414 448 489 514> 376 41<181 206> 390 41<383.5 421.5>\nVStem: 57 186 382 164<17.5 24> 502 43<314 318.5>\nFore\n256 417 m 1\n 241 348 l 1\n 313 412 353 431 414 431 c 0\n 493 431 545 387 545 319 c 0\n 545 309 544 303 543 295 c 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 533 0 514 0 c 2\n 405 0 l 2\n 389 0 382 5 382 16 c 0\n 382 32 394 41 414 41 c 2\n 448 41 l 1\n 500 288 l 1\n 502 295 502 298 502 308 c 0\n 502 329 493 349 478 364 c 0\n 458 384 440 390 403 390 c 0\n 339 390 309 373 230 294 c 1\n 176 41 l 1\n 221 41 l 2\n 238 41 244 37 244 25 c 0\n 244 10 232 0 212 0 c 2\n 81 0 l 2\n 64 0 57 5 57 16 c 0\n 57 32 69 41 89 41 c 2\n 135 41 l 1\n 206 376 l 1\n 172 376 l 2\n 156 376 149 381 149 392 c 0\n 149 408 161 417 181 417 c 2\n 256 417 l 1\nEndSplineSet\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 600\nFlags: HMW\nHStem: -16 41<260.5 364.5> 390 41<323 427.5>\nVStem: 111 42<128 227.5> 535 42<187 287.5>\nFore\n391 431 m 0\n 501 431 577 358 577 252 c 0\n 577 113 441 -16 296 -16 c 0\n 187 -16 111 58 111 162 c 0\n 111 301 247 431 391 431 c 0\n382 390 m 0\n 264 390 153 284 153 171 c 0\n 153 85 216 25 305 25 c 0\n 424 25 535 130 535 244 c 0\n 535 331 473 390 382 390 c 0\nEndSplineSet\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 600\nFlags: HW\nHStem: -186 41<19 73 114 203> 10 41<290.5 390> 376 41<138 183> 390 41<377 448>\nVStem: -13 247 551 42<202 295>\nFore\n233 417 m 1\n 216 335 l 1\n 283 404 339 431 415 431 c 0\n 523 431 593 365 593 264 c 0\n 593 131 466 10 326 10 c 0\n 249 10 199 40 167 106 c 1\n 114 -145 l 1\n 211 -145 l 2\n 229 -145 235 -149 235 -161 c 0\n 235 -177 223 -186 203 -186 c 2\n 10 -186 l 2\n -6 -186 -13 -181 -13 -170 c 0\n -13 -154 -1 -145 19 -145 c 2\n 73 -145 l 1\n 183 376 l 1\n 129 376 l 2\n 113 376 106 381 106 392 c 0\n 106 408 118 417 138 417 c 2\n 233 417 l 1\n405 390 m 0\n 292 390 188 292 188 187 c 0\n 188 107 248 51 333 51 c 0\n 447 51 551 149 551 255 c 0\n 551 335 491 390 405 390 c 0\nEndSplineSet\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 600\nFlags: HW\nHStem: -186 41<332 430 471 517> 10 41<250 322.5> 376 41<582 636 582 582> 390 41<308 408.5>\nVStem: 105 42<146.5 239.5> 300 249<-168.5 -162>\nFore\n532 335 m 1\n 550 417 l 1\n 645 417 l 2\n 662 417 668 413 668 401 c 0\n 668 386 656 376 636 376 c 2\n 582 376 l 1\n 471 -145 l 1\n 525 -145 l 2\n 542 -145 549 -149 549 -161 c 0\n 549 -176 536 -186 517 -186 c 2\n 324 -186 l 2\n 307 -186 300 -181 300 -170 c 0\n 300 -154 312 -145 332 -145 c 2\n 430 -145 l 1\n 484 106 l 1\n 423 40 361 10 284 10 c 0\n 177 10 105 78 105 178 c 0\n 105 311 233 431 374 431 c 0\n 450 431 500 401 532 335 c 1\n365 390 m 0\n 251 390 147 293 147 186 c 0\n 147 107 207 51 293 51 c 0\n 407 51 512 148 512 254 c 0\n 512 335 452 390 365 390 c 0\nEndSplineSet\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 600\nFlags: HW\nHStem: 0 41<120 216 257 427> 376 41<221 287> 386 41<506 531>\nVStem: 88 371<17 24>\nFore\n337 417 m 1\n 315 315 l 1\n 427 400 480 427 532 427 c 0\n 558 427 575 420 595 403 c 0\n 610 389 619 377 619 369 c 0\n 619 357 606 344 592 344 c 0\n 586 344 584 345 578 352 c 0\n 559 376 542 386 520 386 c 0\n 475 386 435 363 304 262 c 1\n 257 41 l 1\n 436 41 l 2\n 451 41 459 36 459 24 c 0\n 459 10 446 0 427 0 c 2\n 111 0 l 2\n 96 0 88 5 88 17 c 0\n 88 31 101 41 120 41 c 2\n 216 41 l 1\n 287 376 l 1\n 213 376 l 2\n 197 376 190 381 190 393 c 0\n 190 407 203 417 221 417 c 2\n 337 417 l 1\nEndSplineSet\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 600\nFlags: HW\nHStem: -17 42<267.5 353> 292 125 391 40<343.5 399>\nVStem: 190 45<299 329> 479 46<101 138.5>\nFore\n110 27 m 1\n 127 110 l 1\n 131 128 140 137 154 137 c 0\n 163 137 170 130 170 122 c 0\n 170 115.389 167 102.987 167 99 c 0\n 167 56 225 25 305 25 c 0\n 401 25 479 72 479 130 c 0\n 479 147 465 168 447 180 c 0\n 424 194 399 201 344 207 c 0\n 272 215 245 222 221 239 c 0\n 203 252 190 276 190 298 c 0\n 190 372 277 431 386 431 c 0\n 444 431 486 416 515 385 c 1\n 519 406 529 417 542 417 c 0\n 551 417 558 410 558 402 c 0\n 558 399 557 394 556 389 c 2\n 542 320 l 1\n 538 302 528 292 515 292 c 0\n 509 292 504 296 499 304 c 1\n 502 335 l 1\n 502 339 482 363 472 370 c 0\n 453 382 416 391 382 391 c 0\n 305 391 235 351 235 307 c 0\n 235 291 252 271 273 262 c 0\n 293 253 293 253 370 245 c 0\n 430 238 465 227 491 206 c 0\n 511 190 525 162 525 138 c 0\n 525 54 423 -17 300 -17 c 0\n 235 -17 187 1 153 38 c 1\n 148.168 20.2835 144.109 0 124 0 c 0\n 116 0 108 7 108 15 c 0\n 108 17 109 24 110 27 c 1\nEndSplineSet\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 600\nFlags: HMW\nHStem: -16 41<274 322.5> 376 41<159 225 275 486>\nVStem: 165 42<71 84>\nFore\n275 417 m 1\n 495 417 l 2\n 512 417 518 413 518 401 c 0\n 518 386 505 376 486 376 c 2\n 266 376 l 1\n 209 109 l 1\n 208 102 207 95 207 91 c 0\n 207 51 245 25 303 25 c 0\n 359 25 435 42 478 65 c 0\n 488 70 491 71 496 71 c 0\n 504 71 511 64 511 54 c 0\n 511 42 500 33 471 20 c 0\n 423 -1 349 -16 296 -16 c 0\n 217 -16 165 22 165 79 c 0\n 165 89 166 97 168 107 c 2\n 225 376 l 1\n 151 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 234 417 l 1\n 259 536 l 2\n 263 554 272 563 285 563 c 0\n 295 563 302 556 302 548 c 0\n 302 545 302 544 300 536 c 1\n 275 417 l 1\nEndSplineSet\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 600\nFlags: HW\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519>\nVStem: 146 42\nFore\n439 0 m 1\n 453 66 l 1\n 387 11 320 -16 253 -16 c 0\n 187 -16 145 22 145 82 c 0\n 145 93 146 104 149 115 c 1\n 204 376 l 1\n 150 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 254 417 l 1\n 190 115 l 1\n 188 109 188 105 188 97 c 0\n 188 55 218 25 261 25 c 0\n 329 25 395 54 464 115 c 1\n 519 376 l 1\n 445 376 l 2\n 428 376 421 381 421 392 c 0\n 421 408 433 417 454 417 c 2\n 569 417 l 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 439 0 l 1\nEndSplineSet\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 600\nFlags: HMW\nHStem: 0 41<302 321> 376 41<146 178 223 223 223 289 480 540 582 582 582 623>\nVStem: 114 206 448 206\nFore\n336 0 m 1\n 266 0 l 1\n 178 376 l 1\n 137 376 l 2\n 121 376 114 381 114 392 c 0\n 114 408 126 417 146 417 c 2\n 297 417 l 2\n 315 417 321 413 321 401 c 0\n 321 386 309 376 289 376 c 2\n 223 376 l 1\n 302 41 l 1\n 321 41 l 1\n 540 376 l 1\n 471 376 l 2\n 455 376 448 381 448 392 c 0\n 448 408 460 417 480 417 c 2\n 632 417 l 2\n 649 417 655 413 655 401 c 0\n 655 386 643 376 623 376 c 2\n 582 376 l 1\n 336 0 l 1\nEndSplineSet\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 600\nFlags: HMW\nHStem: 0 21<160 211 160 160 391 442 391 391> 376 41<146 156 195 195 195 248 521 562 604 604 604 623>\nVStem: 156 39 489 165\nFore\n442 0 m 1\n 391 0 l 1\n 356 259 l 1\n 211 0 l 1\n 160 0 l 1\n 156 376 l 1\n 137 376 l 2\n 121 376 114 381 114 392 c 0\n 114 408 126 417 146 417 c 2\n 257 417 l 2\n 274 417 280 413 280 401 c 0\n 280 386 268 376 248 376 c 2\n 195 376 l 1\n 199 56 l 1\n 339 311 l 1\n 391 311 l 1\n 425 56 l 1\n 562 376 l 1\n 512 376 l 2\n 496 376 489 381 489 392 c 0\n 489 408 501 417 521 417 c 2\n 632 417 l 2\n 649 417 655 413 655 401 c 0\n 655 386 643 376 623 376 c 2\n 604 376 l 1\n 442 0 l 1\nEndSplineSet\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 600\nFlags: HW\nHStem: 0 41<87 96 152 211 399 463 521 522> 376 41<246 246 246 292 478 517 573 573 573 579>\nVStem: 158 165 367 187<17.5 24> 446 164\nFore\n375 219 m 1\n 521 41 l 1\n 531 41 l 2\n 548 41 554 37 554 25 c 0\n 554 10 541 0 522 0 c 2\n 390 0 l 2\n 374 0 367 5 367 16 c 0\n 367 32 379 41 399 41 c 2\n 463 41 l 1\n 340 190 l 1\n 152 41 l 1\n 220 41 l 2\n 237 41 243 37 243 25 c 0\n 243 10 230 0 211 0 c 2\n 78 0 l 2\n 62 0 55 5 55 16 c 0\n 55 32 67 41 87 41 c 2\n 96 41 l 1\n 318 219 l 1\n 188 376 l 1\n 181 376 l 2\n 165 376 158 381 158 392 c 0\n 158 408 170 417 190 417 c 2\n 301 417 l 2\n 318 417 324 413 324 401 c 0\n 324 386 312 376 292 376 c 2\n 246 376 l 1\n 352 246 l 1\n 517 376 l 1\n 469 376 l 2\n 453 376 446 381 446 392 c 0\n 446 408 458 417 478 417 c 2\n 588 417 l 2\n 605 417 611 413 611 401 c 0\n 611 386 599 376 579 376 c 2\n 573 376 l 1\n 375 219 l 1\nEndSplineSet\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 600\nFlags: HMW\nHStem: -186 41<54 180 222 278> 376 41<167 175 221 221 221 273 501 546 589 589 589 602>\nVStem: 135 169 469 164\nFore\n282 0 m 1\n 175 376 l 1\n 159 376 l 2\n 142 376 135 381 135 392 c 0\n 135 408 147 417 167 417 c 2\n 282 417 l 2\n 298 417 305 412 305 401 c 0\n 305 386 293 376 273 376 c 2\n 221 376 l 1\n 315 45 l 1\n 546 376 l 1\n 492 376 l 2\n 476 376 469 381 469 393 c 0\n 469 407 481 417 501 417 c 2\n 611 417 l 2\n 627 417 634 412 634 401 c 0\n 634 386 622 376 602 376 c 2\n 589 376 l 1\n 222 -145 l 1\n 286 -145 l 2\n 304 -145 310 -149 310 -161 c 0\n 310 -176 297 -186 278 -186 c 2\n 45 -186 l 2\n 29 -186 22 -181 22 -170 c 0\n 22 -154 34 -145 54 -145 c 2\n 180 -145 l 1\n 282 0 l 1\nEndSplineSet\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 600\nFlags: HMW\nHStem: 0 41<180 457> 376 41<245 497 245 245>\nFore\n563 417 m 1\n 555 381 l 1\n 180 41 l 1\n 457 41 l 1\n 469 97 l 2\n 473 115 482 124 496 124 c 0\n 505 124 512 117 512 109 c 0\n 512 104.728 510.934 100.734 510 97 c 1\n 489 0 l 1\n 115 0 l 1\n 123 36 l 1\n 497 376 l 1\n 245 376 l 1\n 233 321 l 2\n 229 303 221 294 207 294 c 0\n 199 294 191 301 191 309 c 1\n 194.419 348.914 206.968 379.699 213 417 c 1\n 563 417 l 1\nEndSplineSet\nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 600\nFlags: HW\nVStem: 275 42<-48 -39> 316 42\nFore\n428 499 m 1\n 392 326 l 1\n 383 285 366 262 329 240 c 1\n 351 222 359 207 359 184 c 0\n 359 177 358 165 355 154 c 1\n 319 -19 l 1\n 317 -24 317 -28 317 -35 c 0\n 317 -61 335 -81 360 -83 c 0\n 377 -85 382 -88 382 -100 c 0\n 382 -114 369 -124 353 -124 c 0\n 308 -124 275 -90 275 -43 c 0\n 275 -35 276 -27 278 -19 c 1\n 314 154 l 2\n 315 159 316 165 316 170 c 0\n 316 198 298 217 268 219 c 0\n 253 219 248 224 248 235 c 0\n 248 250 258 260 277 261 c 0\n 313 263 343 289 351 326 c 2\n 388 499 l 1\n 400 558 453 604 509 604 c 0\n 521 604 528 598 528 588 c 0\n 528 573 519 565 497 563 c 0\n 463 559 436 533 428 499 c 1\nEndSplineSet\nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 600\nFlags: HW\nFore\n442 577 m 1\n 299 -97 l 2\n 295 -115 286 -124 273 -124 c 0\n 264 -124 257 -117 257 -109 c 0\n 257 -107 258 -101 259 -97 c 2\n 402 577 l 1\n 406 594 415 604 428 604 c 0\n 437 604 444 597 444 589 c 0\n 444 586 444 585 442 577 c 1\nEndSplineSet\nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 600\nFlags: HW\nVStem: 345 42 386 42<519.5 528>\nFore\n275 -19 m 1\n 311 154 l 1\n 320 195 337 218 374 240 c 1\n 352 258 344 274 344 296 c 0\n 344 304 345 315 348 326 c 1\n 384 499 l 1\n 386 504 386 508 386 515 c 0\n 386 541 368 561 343 563 c 0\n 326 565 321 568 321 580 c 0\n 321 594 334 604 350 604 c 0\n 395 604 428 570 428 524 c 0\n 428 515 427 507 425 499 c 1\n 389 326 l 2\n 388 321 387 315 387 311 c 0\n 387 282 405 263 435 261 c 0\n 450 261 455 256 455 245 c 0\n 455 230 445 220 426 219 c 0\n 390 217 360 191 352 154 c 2\n 315 -19 l 1\n 303 -78 250 -124 194 -124 c 0\n 182 -124 175 -118 175 -108 c 0\n 175 -93 184 -85 206 -83 c 0\n 240 -79 267 -53 275 -19 c 1\nEndSplineSet\nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 600\nFlags: HMW\nHStem: 212 41<432.5 449> 307 41<270.5 286.5>\nFore\n558 330 m 0\n 567 330 575 323 575 315 c 0\n 575 306 566 294 541 271 c 0\n 498 230 465 212 433 212 c 0\n 402 212 383 224 332 277 c 0\n 312 297 295 307 278 307 c 0\n 251 307 239 299 183 242 c 1\n 174 234 168 230 161 230 c 0\n 152 230 145 237 145 245 c 0\n 145 255 155 267 183 294 c 0\n 226 333 254 348 287 348 c 0\n 308 348 327 340 349 323 c 1\n 391 282 l 2\n 417 258 425 253 440 253 c 0\n 464 253 491 269 524 305 c 0\n 544 327 549 330 558 330 c 0\nEndSplineSet\nEndChar\nStartChar: nonbreakingspace\nEncoding: 160 160 95\nWidth: 600\nFlags: HW\nRef: 32 32 N 1 0 0 1 0 0\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 96\nWidth: 600\nFlags: HMW\nHStem: 317 100\nVStem: 316 123<361.5 373>\nFore\n227 -161 m 2\n 315 165 l 1\n 320 185 328 193 342 193 c 0\n 350 193 357 186 357 178 c 0\n 357 174 357 171 356 165 c 2\n 305 -161 l 1\n 299 -198 283 -216 254 -216 c 0\n 236 -216 222 -203 222 -187 c 0\n 222 -182 224 -173 227 -161 c 2\n374 317 m 2\n 362 317 l 2\n 335 317 316 333 316 357 c 0\n 316 389 347 417 383 417 c 2\n 395 417 l 2\n 421 417 439 401 439 378 c 0\n 439 345 408 317 374 317 c 2\nEndSplineSet\nEndChar\nStartChar: cent\nEncoding: 162 162 97\nWidth: 600\nFlags: HMW\nHStem: 363 115\nVStem: 175 41<245 302.5>\nFore\n512 202 m 0\n 512 159.512 385.304 128.865 348 127 c 1\n 324 14 l 2\n 320 -4 311 -13 297 -13 c 0\n 289 -13 281 -6 281 2 c 0\n 281 5.20871 282.156 10.6233 283 14 c 1\n 307 127 l 1\n 227 137 175 194 175 273 c 0\n 175 332 206 395 256 437 c 0\n 292 468 326 483 385 496 c 1\n 408 603 l 2\n 412 621 421 630 434 630 c 0\n 444 630 451 623 451 614 c 0\n 451 611 451 611 449 603 c 1\n 427 497 l 1\n 465 497 503 483 523 461 c 1\n 529 472 537 478 546 478 c 0\n 557 478 563 472 563 461 c 0\n 563 458 563 456 562 453 c 1\n 549 392 l 2\n 545 373 536 363 523 363 c 0\n 518 363 507 371 507 375 c 1\n 509 404 l 1\n 509 409 494 431 484 438 c 0\n 468 451 438 459 407 459 c 0\n 305 459 216 375 216 277 c 0\n 216 213 269 164 339 164 c 0\n 386 164 440 181 477 207 c 0\n 484 212 492 216 496 216 c 0\n 503 216 512 208 512 202 c 0\nEndSplineSet\nEndChar\nStartChar: sterling\nEncoding: 163 163 98\nWidth: 600\nFlags: HMW\nHStem: 0 40<109 113 113 117> 273 41<157 251 292 382> 537 41<397 430.5>\nVStem: 245 42<387.5 417.5>\nFore\n191 41 m 1\n 443 41 l 2\n 469 41 489 60 499 92 c 0\n 504 108 512 115 525 115 c 0\n 534 115 541 108 541 100 c 0\n 541 86 529 59 514 41 c 0\n 493 15 465 0 436 0 c 2\n 113 0 l 2\n 97 0 90 5 90 17 c 0\n 90 30 101 40 117 40 c 0\n 175 41 248 166 252 273 c 1\n 148 273 l 2\n 132 273 125 278 125 290 c 0\n 125 305 137 314 157 314 c 2\n 251 314 l 1\n 246 353 245 373 245 393 c 0\n 245 493 326 578 421 578 c 0\n 457 578 487 565 511 539 c 0\n 524 525 533 508 533 499 c 0\n 533 488 520 476 508 476 c 0\n 502 476 498 479 493 488 c 0\n 473 522 448 537 413 537 c 0\n 381 537 348 521 323 495 c 0\n 297 466 287 439 287 396 c 0\n 287 391.565 289.892 343.506 292 314 c 1\n 391 314 l 2\n 408 314 414 310 414 298 c 0\n 414 283 402 273 382 273 c 2\n 292 273 l 1\n 289 189 248 94 191 41 c 1\nEndSplineSet\nEndChar\nStartChar: currency\nEncoding: 164 164 99\nWidth: 600\nFlags: HMW\nHStem: 127 41<308 345> 417 41<379.5 417>\nVStem: 193 42<247.5 282> 489 43<303.5 339>\nFore\n233 162 m 1\n 165 106 l 2\n 155 98 150 95 144 95 c 0\n 134 95 127 102 127 111 c 0\n 127 119 131 125 142 135 c 2\n 210 191 l 1\n 199 214 193 236 193 259 c 0\n 193 305 217 358 253 394 c 1\n 209 450 l 2\n 204 456 202 461 202 465 c 0\n 202 477 215 489 227 489 c 0\n 234 489 238 487 244 478 c 1\n 288 423 l 1\n 323 446 360 458 399 458 c 0\n 435 458 468 446 492 423 c 1\n 559 478 l 2\n 569 487 574 489 580 489 c 0\n 590 489 597 482 597 473 c 0\n 597 464 594 459 582 450 c 2\n 515 394 l 1\n 527 373 532 351 532 327 c 0\n 532 280 510 230 471 191 c 1\n 515 135 l 2\n 516 134 516 134 521 119 c 1\n 521 108 508 95 495 95 c 0\n 490 95 485 98 479 106 c 2\n 436 162 l 1\n 400 138 364 127 326 127 c 0\n 290 127 259 139 233 162 c 1\n388 417 m 0\n 310 417 235 344 235 267 c 0\n 235 210 277 168 334 168 c 0\n 414 168 489 241 489 318 c 0\n 489 376 447 417 388 417 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 100\nWidth: 600\nFlags: HMW\nHStem: 0 41<203 289 330 407> 141 37<187 310 359 482> 238 37<208 324 392 503> 522 41<198 213 260 260 260 299 532 562 609 609 609 633>\nVStem: 166 164 500 165<539 546.5>\nFore\n372 238 m 1\n 359 178 l 1\n 490 178 l 2\n 502 178 508 174 508 167 c 0\n 508 150 499 141 482 141 c 2\n 351 141 l 1\n 330 41 l 1\n 416 41 l 2\n 433 41 439 37 439 25 c 0\n 439 10 426 0 407 0 c 2\n 194 0 l 2\n 178 0 171 5 171 16 c 0\n 171 32 183 41 203 41 c 2\n 289 41 l 1\n 310 141 l 1\n 180 141 l 2\n 167 141 161 145 161 153 c 0\n 161 170 170 178 187 178 c 2\n 318 178 l 1\n 331 238 l 1\n 200 238 l 2\n 187 238 182 241 182 250 c 0\n 182 267 190 275 208 275 c 2\n 324 275 l 1\n 213 522 l 1\n 189 522 l 2\n 172 522 166 527 166 538 c 0\n 166 554 178 563 198 563 c 2\n 308 563 l 2\n 325 563 331 559 331 547 c 0\n 331 532 319 522 299 522 c 2\n 260 522 l 1\n 363 295 l 1\n 562 522 l 1\n 523 522 l 2\n 506 522 500 527 500 539 c 0\n 500 554 512 563 532 563 c 2\n 642 563 l 2\n 659 563 665 559 665 546 c 0\n 665 532 653 522 633 522 c 2\n 609 522 l 1\n 392 275 l 1\n 510 275 l 2\n 523 275 529 272 529 264 c 0\n 529 246 520 238 503 238 c 2\n 372 238 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 101\nWidth: 600\nFlags: HW\nFore\n442 577 m 1\n 385 310 l 2\n 381 292 373 283 360 283 c 0\n 351 283 344 290 344 298 c 1\n 345 310 l 1\n 402 577 l 1\n 406 594 415 604 428 604 c 0\n 437 604 444 597 444 589 c 0\n 444 586 444 585 442 577 c 1\n356 170 m 1\n 299 -97 l 2\n 295 -115 286 -124 273 -124 c 0\n 264 -124 257 -117 257 -109 c 0\n 257 -107 258 -101 259 -97 c 2\n 315 170 l 1\n 319 188 328 197 341 197 c 0\n 350 197 357 190 357 182 c 1\n 356 170 l 1\nEndSplineSet\nEndChar\nStartChar: section\nEncoding: 167 167 102\nWidth: 600\nFlags: HW\nHStem: -62 40<141 298> -62 135<133.5 141> -62 40 563 40<412 574>\nVStem: 140 44<336 364.5> 257 41<463 496.5> 416 42<42 79.5> 531 43\nFore\n624 603 m 1\n 601 494 l 1\n 597 478 588 469 575 469 c 0\n 565 469 557 476 558 484 c 0\n 558 486 559 489 560 494 c 2\n 574 563 l 1\n 406 563 l 2\n 351 563 298 519 298 474 c 0\n 298 444 326 417 421 358 c 2\n 470 327 l 2\n 545 281 575 245 575 202 c 0\n 575 175 562 150 538 132 c 0\n 515 113 495 106 453 101 c 1\n 457 91 458 84 458 75 c 0\n 458 1 384 -62 298 -62 c 2\n 91 -62 l 1\n 115 49 l 1\n 118 64 127 73 140 73 c 0\n 150 73 157 67 157 58 c 1\n 153.79 29.2095 145.653 5.34723 141 -22 c 1\n 306 -22 l 2\n 364 -22 416 19 416 65 c 0\n 416 95 385 127 309 175 c 2\n 252 211 l 2\n 174 260 140 301 140 345 c 0\n 140 394 193 436 262 441 c 1\n 258 451 257 458 257 468 c 0\n 257 536 334 603 412 603 c 2\n 624 603 l 1\n445 290 m 2\n 388 326 l 2\n 332 361 308 379 286 403 c 1\n 282 402 280 402 275 402 c 2\n 268 402 l 2\n 221 402 184 379 184 350 c 0\n 184 322 219 285 285 243 c 2\n 340 208 l 2\n 389 177 414 157 429 139 c 1\n 433 141 434 141 447 142 c 0\n 497 143 531 163 531 192 c 0\n 531 220 498 258 445 290 c 2\nEndSplineSet\nEndChar\nStartChar: dieresis\nEncoding: 168 168 103\nWidth: 600\nFlags: HMW\nHStem: 511 100<303.5 314 524.5 535>\nVStem: 258 102<555.5 566> 479 102<555.5 566>\nFore\n319 611 m 0\n 343 611 360 594 360 571 c 0\n 360 540 330 511 298 511 c 0\n 275 511 258 528 258 551 c 0\n 258 581 288 611 319 611 c 0\n540 611 m 0\n 564 611 581 594 581 571 c 0\n 581 540 551 511 519 511 c 0\n 496 511 479 528 479 551 c 0\n 479 581 509 611 540 611 c 0\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 104\nWidth: 600\nFlags: HW\nHStem: -15 41<244 385.5> 111 36<308 346> 337 106 415 35<353 392> 537 41<334 475>\nVStem: 57 42<170.5 308.5> 206 37<212.5 236.5> 621 42<254.5 392.5>\nFore\n206 232 m 0\n 206 258.671 213.922 282.151 219 305 c 1\n 235 385 312 450 389 450 c 0\n 420 450 441 443 471 421 c 1\n 475 435 483 443 494 443 c 0\n 502 443 508 437 508 429 c 0\n 508 426 508 425 507 423 c 1\n 494 358 l 1\n 491 347 481 337 472 337 c 0\n 466 337 461 341 457 348 c 1\n 459 369 l 1\n 459 370 446 389 443 393 c 0\n 431 405 403 415 381 415 c 0\n 325 415 267 364 254 302 c 2\n 246 263 l 1\n 244 255 243 247 243 239 c 0\n 243 186 282 147 334 147 c 0\n 370 147 400 161 434 194 c 0\n 440 200 445 202 451 202 c 0\n 459 202 465 197 465 189 c 0\n 465 180 460 173 443 159 c 0\n 408 128 366 111 326 111 c 0\n 258 111 206 164 206 232 c 0\n426 578 m 0\n 563 578 663 479 663 343 c 0\n 663 158 485 -15 294 -15 c 0\n 157 -15 57 85 57 220 c 0\n 57 405 235 578 426 578 c 0\n416 537 m 0\n 252 537 99 388 99 229 c 0\n 99 112 185 26 303 26 c 0\n 468 26 621 175 621 334 c 0\n 621 451 534 537 416 537 c 0\nEndSplineSet\nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 105\nWidth: 600\nFlags: HW\nHStem: 279 37<303.5 332.5> 282 37<466 484> 420 35<348.5 390.5> 537 37<407 426.5>\nVStem: 229 37<338.5 367.5> 466 38<503.5 511>\nFore\n421 282 m 1\n 426 308 l 1\n 381 286 352 279 313 279 c 0\n 261 279 229 303 229 343 c 0\n 229 404 300 455 385 455 c 0\n 407 455 427 452 456 446 c 1\n 465 490 l 2\n 466 494 466 495 466 500 c 0\n 466 522 443 537 410 537 c 0\n 392 537 364 530 329 518 c 0\n 319 514 318 514 315 514 c 0\n 307 514 301 521 301 528 c 0\n 301 538 306 545 317 550 c 0\n 340 561 394 574 420 574 c 0\n 470 574 504 547 504 506 c 0\n 504 501 503 496 502 490 c 1\n 466 319 l 1\n 492 319 l 2\n 505 319 511 314 511 305 c 0\n 511 291 500 282 484 282 c 2\n 421 282 l 1\n435 350 m 1\n 448 409 l 1\n 434 415 402 420 379 420 c 0\n 318 420 266 387 266 348 c 0\n 266 329 287 316 320 316 c 0\n 359 316 394 326 435 350 c 1\nEndSplineSet\nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 106\nWidth: 600\nFlags: HW\nFore\n108 209 m 1\n 358 406 l 2\n 368 414 374 417 381 417 c 0\n 390 417 397 410 397 401 c 0\n 397 393 395 389 382 377 c 2\n 203 209 l 1\n 310 40 l 1\n 316 32 317 29 317 25 c 0\n 317 12 305 0 292 0 c 0\n 286 0 280 4 274 11 c 2\n 108 209 l 1\n337 209 m 1\n 586 406 l 2\n 597 414 603 417 610 417 c 0\n 619 417 626 410 626 401 c 0\n 626 393 624 389 611 377 c 2\n 432 209 l 1\n 539 40 l 1\n 545 32 546 29 546 25 c 0\n 546 12 534 0 521 0 c 0\n 515 0 509 4 503 11 c 2\n 337 209 l 1\nEndSplineSet\nEndChar\nStartChar: logicalnot\nEncoding: 172 172 107\nWidth: 600\nFlags: HMW\nHStem: 397 41<192 571>\nFore\n526 183 m 0\n 526 185.266 528 193.391 528 195 c 1\n 571 397 l 1\n 183 397 l 2\n 167 397 160 402 160 413 c 0\n 160 429 172 438 192 438 c 2\n 621 438 l 1\n 569 195 l 1\n 566 178 556 168 542 168 c 0\n 534 168 526 175 526 183 c 0\nEndSplineSet\nEndChar\nStartChar: softhyphen\nEncoding: 173 173 108\nWidth: 600\nFlags: HW\nHStem: 258 41<163 556>\nVStem: 131 456\nRef: 45 45 N 1 0 0 1 0 0\nEndChar\nStartChar: registered\nEncoding: 174 174 109\nWidth: 600\nFlags: HMW\nHStem: -15 41<244 385.5> 120 36<206 231 267 295 465 472> 258 36<296 352> 407 36<268 284 320 320 320 397> 537 41<334 475>\nVStem: 57 42<170.5 308.5> 182 136 456 37<346 376> 621 42<254.5 392.5>\nFore\n288 258 m 1\n 267 156 l 1\n 302 156 l 2\n 313 156 319 151 319 142 c 0\n 319 130 308 120 295 120 c 2\n 199 120 l 2\n 188 120 182 125 182 134 c 0\n 182 146 193 156 206 156 c 2\n 231 156 l 1\n 284 407 l 1\n 260 407 l 2\n 249 407 243 412 243 421 c 0\n 243 434 254 443 268 443 c 2\n 405 443 l 2\n 458 443 493 414 493 369 c 0\n 493 323 457 283 404 269 c 1\n 431 242 438 230 465 156 c 1\n 480 156 l 2\n 490 156 496 151 496 142 c 0\n 496 130 485 120 472 120 c 2\n 433 120 l 1\n 413 198 385 246 352 258 c 1\n 288 258 l 1\n296 294 m 1\n 352 294 l 2\n 413 294 456 322 456 362 c 0\n 456 390 433 407 397 407 c 2\n 320 407 l 1\n 296 294 l 1\n426 578 m 0\n 563 578 663 479 663 343 c 0\n 663 158 485 -15 294 -15 c 0\n 157 -15 57 85 57 220 c 0\n 57 405 235 578 426 578 c 0\n416 537 m 0\n 252 537 99 388 99 229 c 0\n 99 112 185 26 303 26 c 0\n 468 26 621 175 621 334 c 0\n 621 451 534 537 416 537 c 0\nEndSplineSet\nEndChar\nStartChar: macron\nEncoding: 175 175 110\nWidth: 600\nFlags: HMW\nHStem: 536 40<305 532>\nVStem: 273 291<552.5 559.5>\nFore\n532 536 m 2\n 296 536 l 2\n 280 536 273 541 273 552 c 0\n 273 567 285 576 305 576 c 2\n 541 576 l 2\n 557 576 564 571 564 560 c 0\n 564 545 552 536 532 536 c 2\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 111\nWidth: 600\nFlags: HMW\nHStem: 346 41<358.5 416> 595 41<394.5 452>\nVStem: 257 42<445.5 502.5> 511 42<480.5 536.5>\nFore\n437 636 m 0\n 504 636 553 587 553 521 c 0\n 553 432 466 346 375 346 c 0\n 306 346 257 394 257 462 c 0\n 257 552 344 636 437 636 c 0\n428 595 m 0\n 361 595 299 535 299 470 c 0\n 299 421 334 387 383 387 c 0\n 449 387 511 448 511 513 c 0\n 511 560 476 595 428 595 c 0\nEndSplineSet\nEndChar\nStartChar: plusminus\nEncoding: 177 177 112\nWidth: 600\nFlags: HW\nHStem: 0 40<108 501> 301 40<171 343 393 565>\nVStem: 76 457<16.5 23.5> 140 457<317.5 324.5>\nFore\n384 301 m 1\n 350 139 l 2\n 346 121 337 112 324 112 c 0\n 315 112 307 119 307 127 c 0\n 307 130 307 131 309 139 c 1\n 343 301 l 1\n 163 301 l 2\n 147 301 140 306 140 317 c 0\n 140 332 152 341 171 341 c 2\n 352 341 l 1\n 386 502 l 2\n 390 520 399 529 413 529 c 0\n 421 529 429 522 429 514 c 0\n 429 510.791 427.844 505.377 427 502 c 1\n 393 341 l 1\n 573 341 l 2\n 591 341 597 337 597 325 c 0\n 597 310 585 301 565 301 c 2\n 384 301 l 1\n108 40 m 2\n 510 40 l 2\n 526 40 533 35 533 24 c 0\n 533 9 521 0 501 0 c 2\n 99 0 l 2\n 83 0 76 5 76 16 c 0\n 76 31 88 40 108 40 c 2\nEndSplineSet\nEndChar\nStartChar: twosuperior\nEncoding: 178 178 113\nWidth: 600\nFlags: HW\nHStem: 259 36<282 432> 259 59<449.5 459> 259 36 576 36<408.5 434>\nVStem: 477 37<509 537.5>\nFore\n282 295 m 1\n 432 295 l 1\n 436.115 307.345 440.834 318 455 318 c 0\n 463 318 468 313 469 305 c 1\n 469.243 286.424 462.172 275.161 460 259 c 1\n 230 259 l 1\n 239 302 l 1\n 397 425 l 1\n 466 481 477 495 477 523 c 0\n 477 552 450 576 418 576 c 0\n 383 576 349 555 332 524 c 0\n 327 513 320 508 311 508 c 0\n 304 508 297 514 297 521 c 0\n 297 531 309 551 326 568 c 0\n 354 596 390 612 427 612 c 0\n 475 612 514 575 514 530 c 0\n 514 477 498 461 282 295 c 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 114\nWidth: 600\nFlags: HW\nHStem: 251 36<341 382> 431 36 576 36<407.5 439>\nVStem: 457 37<349.5 388> 479 37<520.5 544.5>\nFore\n458 450 m 2\n 452 446 l 1\n 482 426 494 405 494 376 c 0\n 494 312 422 251 348 251 c 0\n 302 251 245 278 245 300 c 0\n 245 311 255 321 266 321 c 0\n 271 321 274 320 278 316 c 0\n 303 295 326 287 356 287 c 0\n 408 287 457 328 457 371 c 0\n 457 405 425 430 380 431 c 0\n 368 432 362 436 362 446 c 0\n 362 458 373 467 387 467 c 2\n 402 467 l 2\n 444 467 479 496 479 531 c 0\n 479 558 456 576 422 576 c 0\n 393 576 367 566 348 549 c 0\n 339 541 336 539 329 539 c 0\n 321 539 315 545 315 553 c 0\n 315 578 381 612 430 612 c 0\n 481 612 516 582 516 538 c 0\n 516 503 496 472 458 450 c 2\nEndSplineSet\nEndChar\nStartChar: acute\nEncoding: 180 180 115\nWidth: 600\nFlags: W\nDStem: 540 630 560 599 405 530 425 499\nFore\n560 599 m 2\n 425 499 l 2\n 416 493 410 490 405 490 c 0\n 395 490 388 497 388 506 c 0\n 388 515 392 520 405 530 c 2\n 540 630 l 2\n 550 637 555 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 614 573 608 560 599 c 2\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 116\nWidth: 600\nFlags: HW\nHStem: -16 40<237 287> 0 40<489 514> 377 40<159 205 454 520>\nFore\n169 16 m 1\n 129 -173 l 2\n 125 -191 116 -200 102 -200 c 0\n 93 -200 86 -193 86 -185 c 0\n 86 -183 87 -178 88 -173 c 2\n 205 377 l 1\n 150 377 l 2\n 134 377 127 382 127 393 c 0\n 127 408 139 417 159 417 c 2\n 254 417 l 1\n 190 115 l 1\n 188 107 187 98 187 94 c 0\n 187 50 214 24 260 24 c 0\n 329 24 395 53 464 115 c 1\n 520 377 l 1\n 445 377 l 2\n 428 377 421 382 421 393 c 0\n 421 408 433 417 454 417 c 2\n 569 417 l 1\n 489 40 l 1\n 523 40 l 2\n 539 40 546 36 546 24 c 0\n 546 10 534 0 514 0 c 2\n 439 0 l 1\n 452 59 l 1\n 389 10 320 -16 254 -16 c 0\n 214 -16 191 -7 169 16 c 1\nEndSplineSet\nEndChar\nStartChar: paragraph\nEncoding: 182 182 117\nWidth: 600\nFlags: HMW\nHStem: -62 41<182 280 433 487> 563 41<445 517 445 445 557 618 557 557>\nVStem: 152 185 367 149\nFore\n557 563 m 1\n 433 -21 l 1\n 495 -21 l 2\n 510 -21 517 -26 517 -37 c 0\n 517 -52 505 -62 487 -62 c 2\n 388 -62 l 2\n 374 -62 367 -57 367 -45 c 0\n 367 -33 378 -22 393 -21 c 1\n 517 563 l 1\n 445 563 l 1\n 321 -21 l 1\n 332 -22 338 -27 338 -37 c 0\n 338 -52 326 -62 308 -62 c 2\n 174 -62 l 2\n 159 -62 152 -56 152 -46 c 0\n 152 -31 164 -21 182 -21 c 2\n 280 -21 l 1\n 340 260 l 1\n 294 263 261 271 234 284 c 0\n 189 307 163 343 163 386 c 0\n 163 391 164 399 166 406 c 1\n 176 453 l 2\n 195 543 297 604 427 604 c 2\n 627 604 l 2\n 641 604 648 599 648 588 c 0\n 648 573 636 563 618 563 c 2\n 557 563 l 1\n350 307 m 1\n 403 558 l 1\n 328 553 258 505 245 451 c 1\n 241.718 435.819 235 415.541 235 400 c 0\n 232 354 282 314 350 307 c 1\nEndSplineSet\nEndChar\nStartChar: periodcentered\nEncoding: 183 183 118\nWidth: 600\nFlags: HMW\nHStem: 217 131\nVStem: 285 151<275 290>\nFore\n369 348 m 2\n 380 348 l 2\n 413 348 436 327 436 296 c 0\n 436 254 396 217 352 217 c 2\n 341 217 l 2\n 308 217 285 238 285 269 c 0\n 285 311 325 348 369 348 c 2\nEndSplineSet\nEndChar\nStartChar: cedilla\nEncoding: 184 184 119\nWidth: 600\nFlags: HMW\nHStem: -173 38<260.5 282.5> -81 81<274 278>\nVStem: 319 36\nFore\n274 0 m 1\n 312 0 l 1\n 302 -47 l 1\n 338 -48 356 -63 356 -93 c 0\n 356 -138 315 -173 262 -173 c 0\n 225 -173 181 -154 181 -138 c 0\n 181 -125 192 -114 205 -114 c 0\n 210 -114 213 -115 220 -119 c 0\n 240 -131 253 -135 268 -135 c 0\n 297 -135 319 -121 319 -101 c 0\n 319 -88 305 -81 278 -81 c 2\n 257 -81 l 1\n 274 0 l 1\nEndSplineSet\nEndChar\nStartChar: onesuperior\nEncoding: 185 185 120\nWidth: 600\nFlags: HMW\nHStem: 259 36<285 345 381 445>\nVStem: 249 220<275 281>\nFore\n449 612 m 1\n 381 295 l 1\n 452 295 l 2\n 463 295 469 290 469 281 c 0\n 469 269 458 259 445 259 c 2\n 266 259 l 2\n 255 259 249 264 249 273 c 0\n 249 289 260 295 285 295 c 2\n 345 295 l 1\n 402 563 l 1\n 333 542 l 2\n 330 541 326 541 323 541 c 0\n 316 541 310 548 310 555 c 0\n 310 560 313 566 317 570 c 0\n 322 575 339 580 449 612 c 1\nEndSplineSet\nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 121\nWidth: 600\nFlags: HMW\nHStem: 284 37<343.5 404> 540 37<381.5 442>\nVStem: 243 38<383 442> 505 38<419 478.5>\nFore\n424 577 m 0\n 494 577 543 529 543 460 c 0\n 543 369 454 284 360 284 c 0\n 293 284 243 333 243 400 c 0\n 243 491 331 577 424 577 c 0\n416 540 m 0\n 347 540 281 476 281 408 c 0\n 281 358 318 321 369 321 c 0\n 439 321 505 385 505 453 c 0\n 505 504 468 540 416 540 c 0\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 122\nWidth: 600\nFlags: HW\nFore\n355 208 m 1\n 107 11 l 2\n 97 3 90 0 83 0 c 0\n 74 0 67 6 67 16 c 0\n 67 24 69 28 82 40 c 2\n 260 208 l 1\n 154 377 l 2\n 148 386 147 388 147 392 c 0\n 147 405 159 417 172 417 c 0\n 178 417 184 413 190 406 c 2\n 355 208 l 1\n585 208 m 1\n 336 11 l 2\n 326 3 320 0 313 0 c 0\n 304 0 297 7 297 16 c 0\n 297 24 300 28 312 40 c 2\n 490 208 l 1\n 384 377 l 1\n 378 385 377 388 377 392 c 0\n 377 405 389 417 402 417 c 0\n 408 417 414 413 420 406 c 2\n 585 208 l 1\nEndSplineSet\nEndChar\nStartChar: onequarter\nEncoding: 188 188 123\nWidth: 600\nFlags: HMW\nHStem: 0 36<487 517 553 559> 93 36<429 529 573 579> 259 37<98 117.5>\nVStem: 74 220 456 127\nFore\n274 612 m 1\n 206 295 l 1\n 277 295 l 2\n 289 295 295 290 295 281 c 0\n 295 269 284 259 270 259 c 2\n 91 259 l 2\n 80 259 74 264 74 273 c 0\n 74 288 87 296 109 296 c 0\n 126 296 147 296 170 295 c 1\n 227 563 l 1\n 158 542 l 2\n 154 541 151 541 148 541 c 0\n 141 541 135 548 135 555 c 0\n 135 572 135 572 274 612 c 1\n593 477 m 2\n 154 63 l 2\n 144 53 140 51 133 51 c 0\n 124 51 117 58 117 67 c 0\n 117 73 120 79 130 88 c 2\n 569 502 l 2\n 580 512 583 514 589 514 c 0\n 598 514 605 507 605 498 c 0\n 605 492 601 484 593 477 c 2\n529 93 m 1\n 380 93 l 1\n 388 127 l 1\n 562 345 l 1\n 619 345 l 1\n 573 129 l 1\n 586 129 l 2\n 598 129 604 124 604 115 c 0\n 604 99 593 93 565 93 c 1\n 553 36 l 1\n 567 36 l 2\n 578 36 584 31 584 22 c 0\n 584 10 573 0 559 0 c 2\n 473 0 l 2\n 462 0 456 5 456 14 c 0\n 456 39.6172 488.453 36 517 36 c 1\n 529 93 l 1\n537 129 m 1\n 575 309 l 1\n 574 309 l 1\n 429 129 l 1\n 537 129 l 1\nEndSplineSet\nEndChar\nStartChar: onehalf\nEncoding: 189 189 124\nWidth: 600\nFlags: HW\nHStem: 0 36<395 545> 259 37<106 125.5> 317 36<521.5 547>\nVStem: 82 219 590 37<250 278.5>\nFore\n587 477 m 2\n 148 63 l 2\n 138 53 134 51 127 51 c 0\n 118 51 111 58 111 67 c 0\n 111 73 114 79 124 88 c 2\n 562 502 l 1\n 574 512 577 514 583 514 c 0\n 592 514 599 507 599 498 c 0\n 599 492 595 485 587 477 c 2\n281 612 m 1\n 214 295 l 1\n 285 295 l 2\n 296 295 302 290 302 281 c 0\n 302 269 291 259 278 259 c 2\n 99 259 l 2\n 88 259 82 264 82 273 c 0\n 82 288 95 296 117 296 c 0\n 134 296 155 296 178 295 c 1\n 235 563 l 1\n 166 542 l 2\n 162 541 159 541 156 541 c 0\n 149 541 143 548 143 555 c 0\n 143 572 143 572 281 612 c 1\n395 36 m 1\n 545 36 l 1\n 549.123 48.3682 554.81 59 568 59 c 0\n 576 59 584 53 583 46 c 2\n 583 46 582 43 582 39 c 1\n 573 0 l 1\n 343 0 l 1\n 353 43 l 1\n 510 166 l 1\n 579 222 590 236 590 264 c 0\n 590 293 563 317 531 317 c 0\n 496 317 462 296 445 265 c 0\n 440 254 433 249 424 249 c 0\n 417 249 410 255 410 262 c 0\n 410 273 422 292 438 309 c 1\n 467 337 503 353 540 353 c 0\n 588 353 627 316 627 271 c 0\n 627 218 611 202 395 36 c 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 125\nWidth: 600\nFlags: HW\nHStem: 0 36<487 517 553 559> 93 36<429 530 573 579.5> 251 36<166 207> 431 36 576 36<232.5 264>\nVStem: 282 37<349.5 388> 304 37<519.5 544.5> 456 127\nFore\n212 467 m 2\n 228 467 l 2\n 269 467 304 496 304 531 c 0\n 304 558 281 576 247 576 c 0\n 218 576 192 566 173 549 c 0\n 164 541 161 539 154 539 c 0\n 146 539 140 545 140 553 c 0\n 140 578 206 612 255 612 c 0\n 306 612 341 582 341 538 c 0\n 341 501 321 472 277 446 c 1\n 307 426 319 405 319 376 c 0\n 319 312 247 251 173 251 c 0\n 127 251 70 278 70 300 c 0\n 70 311 80 321 91 321 c 0\n 96 321 99 320 103 316 c 0\n 128 295 151 287 181 287 c 0\n 233 287 282 328 282 371 c 0\n 282 405 250 430 205 431 c 0\n 193 432 187 436 187 446 c 0\n 187 458 198 467 212 467 c 2\n592 477 m 2\n 153 63 l 2\n 144 54 138 51 132 51 c 0\n 123 51 116 58 116 67 c 0\n 116 73 119 78 129 88 c 2\n 568 502 l 2\n 579 512 582 514 588 514 c 0\n 597 514 604 507 604 498 c 0\n 604 492 600 484 592 477 c 2\n530 93 m 1\n 381 93 l 1\n 388 127 l 1\n 562 345 l 1\n 619 345 l 1\n 573 129 l 1\n 586 129 l 2\n 598 129 604 124 604 115 c 0\n 604 99 594 93 565 93 c 1\n 553 36 l 1\n 567 36 l 2\n 578 36 584 31 584 22 c 0\n 584 10 573 0 559 0 c 2\n 473 0 l 2\n 462 0 456 5 456 14 c 0\n 456 39.6172 488.453 36 517 36 c 1\n 530 93 l 1\n537 129 m 1\n 575 309 l 1\n 574 309 l 1\n 429 129 l 1\n 537 129 l 1\nEndSplineSet\nEndChar\nStartChar: questiondown\nEncoding: 191 191 126\nWidth: 600\nFlags: HMW\nHStem: -175 41<230.5 279> 317 100<374 381>\nVStem: 105 42<-70 -28.5> 306 143<360.5 373.5>\nFore\n311 155 m 1\n 320 196 l 2\n 324 214 332 223 346 223 c 0\n 355 223 362 216 362 208 c 1\n 359.849 178.15 350.593 155.408 346 128 c 1\n 204 73 147 25 147 -42 c 0\n 147 -98 194 -134 267 -134 c 0\n 313 -134 345 -126 404 -100 c 1\n 408.451 -77.1902 410.37 -32 438 -32 c 0\n 448 -32 455 -39 455 -48 c 0\n 455 -50 454 -54 453 -59 c 2\n 439 -126 l 1\n 425 -132 418 -135 407 -139 c 0\n 338 -167 305 -175 253 -175 c 0\n 161 -175 105 -129 105 -53 c 0\n 105 -4 130 46 171 79 c 0\n 205 105 242 125 311 155 c 1\n381 317 m 2\n 353 317 l 2\n 323 317 306 332 306 357 c 0\n 306 390 337 417 374 417 c 2\n 402 417 l 2\n 431 417 449 402 449 377 c 0\n 449 344 418 317 381 317 c 2\nEndSplineSet\nEndChar\nStartChar: Agrave\nEncoding: 192 192 127\nWidth: 600\nFlags: HMW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412>\nVStem: 13 206<17.5 24.5> 385 210\nFore\n468 188 m 1\n 203 188 l 1\n 117 41 l 1\n 196 41 l 2\n 213 41 219 37 219 25 c 0\n 219 10 206 0 187 0 c 2\n 36 0 l 2\n 20 0 13 5 13 17 c 0\n 13 32 25 41 45 41 c 2\n 76 41 l 1\n 357 522 l 1\n 237 522 l 2\n 221 522 214 527 214 538 c 0\n 214 554 226 563 246 563 c 2\n 449 563 l 1\n 536 41 l 1\n 573 41 l 2\n 590 41 596 37 596 25 c 0\n 596 10 584 0 564 0 c 2\n 408 0 l 2\n 392 0 385 5 385 16 c 0\n 385 32 397 41 417 41 c 2\n 493 41 l 1\n 468 188 l 1\n462 229 m 1\n 412 522 l 1\n 397 522 l 1\n 227 229 l 1\n 462 229 l 1\n371 780 m 2\n 463 680 l 2\n 468 674 473 668 472 666 c 0\n 469 656 467 650 466 650 c 1\n 462 644 453 640 447 640 c 0\n 440 640 435 643 431 649 c 1\n 338 749 l 2\n 333 754 328 761 329 763 c 0\n 334 782 341 789 354 789 c 0\n 360 789 365 786 371 780 c 2\nEndSplineSet\nEndChar\nStartChar: Aacute\nEncoding: 193 193 128\nWidth: 600\nFlags: HMW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412>\nVStem: 13 206<17.5 24.5> 385 210\nFore\n468 188 m 1\n 203 188 l 1\n 117 41 l 1\n 196 41 l 2\n 213 41 219 37 219 25 c 0\n 219 10 206 0 187 0 c 2\n 36 0 l 2\n 20 0 13 5 13 17 c 0\n 13 32 25 41 45 41 c 2\n 76 41 l 1\n 357 522 l 1\n 237 522 l 2\n 221 522 214 527 214 538 c 0\n 214 554 226 563 246 563 c 2\n 449 563 l 1\n 536 41 l 1\n 573 41 l 2\n 590 41 596 37 596 25 c 0\n 596 10 584 0 564 0 c 2\n 408 0 l 2\n 392 0 385 5 385 16 c 0\n 385 32 397 41 417 41 c 2\n 493 41 l 1\n 468 188 l 1\n462 229 m 1\n 412 522 l 1\n 397 522 l 1\n 227 229 l 1\n 462 229 l 1\n530 749 m 2\n 396 649 l 2\n 390 644 380 640 376 640 c 0\n 365 640 358 647 358 657 c 0\n 358 664 363 671 375 680 c 2\n 510 780 l 2\n 519 787 524 789 531 789 c 0\n 540 789 547 781 547 772 c 0\n 547 765 542 758 530 749 c 2\nEndSplineSet\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 129\nWidth: 600\nFlags: HMW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412>\nVStem: 13 206<17.5 24.5> 385 210\nFore\n468 188 m 1\n 203 188 l 1\n 117 41 l 1\n 196 41 l 2\n 213 41 219 37 219 25 c 0\n 219 10 206 0 187 0 c 2\n 36 0 l 2\n 20 0 13 5 13 17 c 0\n 13 32 25 41 45 41 c 2\n 76 41 l 1\n 357 522 l 1\n 237 522 l 2\n 221 522 214 527 214 538 c 0\n 214 554 226 563 246 563 c 2\n 449 563 l 1\n 536 41 l 1\n 573 41 l 2\n 590 41 596 37 596 25 c 0\n 596 10 584 0 564 0 c 2\n 408 0 l 2\n 392 0 385 5 385 16 c 0\n 385 32 397 41 417 41 c 2\n 493 41 l 1\n 468 188 l 1\n462 229 m 1\n 412 522 l 1\n 397 522 l 1\n 227 229 l 1\n 462 229 l 1\n439 789 m 1\n 549 680 l 2\n 558 672 559 670 559 664 c 0\n 559 652 546 640 532 640 c 0\n 528 640 524 642 518 648 c 2\n 429 739 l 1\n 304 648 l 2\n 300 645 288 640 285 640 c 0\n 276 640 268 647 268 656 c 0\n 268 666.382 276.787 674.893 287 680 c 1\n 439 789 l 1\nEndSplineSet\nEndChar\nStartChar: Atilde\nEncoding: 195 195 130\nWidth: 600\nFlags: HMW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 666 41<479.5 491.5> 714 41<359.5 371>\nVStem: 13 206<17.5 24.5> 385 210\nFore\n468 188 m 1\n 203 188 l 1\n 117 41 l 1\n 196 41 l 2\n 213 41 219 37 219 25 c 0\n 219 10 206 0 187 0 c 2\n 36 0 l 2\n 20 0 13 5 13 17 c 0\n 13 32 25 41 45 41 c 2\n 76 41 l 1\n 357 522 l 1\n 237 522 l 2\n 221 522 214 527 214 538 c 0\n 214 554 226 563 246 563 c 2\n 449 563 l 1\n 536 41 l 1\n 573 41 l 2\n 590 41 596 37 596 25 c 0\n 596 10 584 0 564 0 c 2\n 408 0 l 2\n 392 0 385 5 385 16 c 0\n 385 32 397 41 417 41 c 2\n 493 41 l 1\n 468 188 l 1\n462 229 m 1\n 412 522 l 1\n 397 522 l 1\n 227 229 l 1\n 462 229 l 1\n568 753 m 0\n 577 753 585 746 585 738 c 0\n 585 728 581 723 563 708 c 0\n 529 678 504 666 479 666 c 0\n 457 666 440 673 405 697 c 0\n 388 709 377 714 365 714 c 0\n 345 714 334 707 299 677 c 0\n 294 672 286 669 280 669 c 0\n 271 669 264 676 264 684 c 0\n 264 693 271 703 290 718 c 0\n 324 745 347 755 372 755 c 0\n 393 755 404 751 432 732 c 0\n 463 712 473 707 486 707 c 0\n 502 707 515 714 551 745 c 0\n 558 751 563 753 568 753 c 0\nEndSplineSet\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 131\nWidth: 600\nFlags: HW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 661 101<308 316.5 529 538>\nVStem: 13 206<17.5 24.5> 262 101<706 716.5> 385 210 483 101<705.5 716.5>\nFore\n468 188 m 1\n 203 188 l 1\n 117 41 l 1\n 196 41 l 2\n 213 41 219 37 219 25 c 0\n 219 10 206 0 187 0 c 2\n 36 0 l 2\n 20 0 13 5 13 17 c 0\n 13 32 25 41 45 41 c 2\n 76 41 l 1\n 357 522 l 1\n 237 522 l 2\n 221 522 214 527 214 538 c 0\n 214 554 226 563 246 563 c 2\n 449 563 l 1\n 536 41 l 1\n 573 41 l 2\n 590 41 596 37 596 25 c 0\n 596 10 584 0 564 0 c 2\n 408 0 l 2\n 392 0 385 5 385 16 c 0\n 385 32 397 41 417 41 c 2\n 493 41 l 1\n 468 188 l 1\n462 229 m 1\n 412 522 l 1\n 397 522 l 1\n 227 229 l 1\n 462 229 l 1\n323 762 m 0\n 346 762 363 745 363 721 c 0\n 363 691 332 661 301 661 c 0\n 280 661 262 680 262 702 c 0\n 262 731 293 762 323 762 c 0\n544 762 m 0\n 567 762 584 745 584 721 c 0\n 584 690 554 661 522 661 c 0\n 501 661 483 680 483 702 c 0\n 483 731 514 762 544 762 c 0\nEndSplineSet\nEndChar\nStartChar: Aring\nEncoding: 197 197 132\nWidth: 600\nFlags: HW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 630 33<403.5 436.5> 778 33<423 456>\nVStem: 13 206<17.5 24.5> 335 34<696 726.5> 385 210 491 34<714 745.5>\nFore\n468 188 m 1\n 203 188 l 1\n 117 41 l 1\n 196 41 l 2\n 213 41 219 37 219 25 c 0\n 219 10 206 0 187 0 c 2\n 36 0 l 2\n 20 0 13 5 13 17 c 0\n 13 32 25 41 45 41 c 2\n 76 41 l 1\n 357 522 l 1\n 237 522 l 2\n 221 522 214 527 214 538 c 0\n 214 554 226 563 246 563 c 2\n 449 563 l 1\n 536 41 l 1\n 573 41 l 2\n 590 41 596 37 596 25 c 0\n 596 10 584 0 564 0 c 2\n 408 0 l 2\n 392 0 385 5 385 16 c 0\n 385 32 397 41 417 41 c 2\n 493 41 l 1\n 468 188 l 1\n462 229 m 1\n 412 522 l 1\n 397 522 l 1\n 227 229 l 1\n 462 229 l 1\n449 811 m 0\n 493 811 525 781 525 739 c 0\n 525 683 470 630 410 630 c 0\n 367 630 335 661 335 703 c 0\n 335 758 391 811 449 811 c 0\n442 778 m 0\n 404 778 369 744 369 709 c 0\n 369 683 390 663 417 663 c 0\n 456 663 491 696 491 732 c 0\n 491 759 470 778 442 778 c 0\nEndSplineSet\nEndChar\nStartChar: AE\nEncoding: 198 198 133\nWidth: 600\nFlags: HMW\nHStem: 0 41<46 83 124 141 254 306 347 558> 189 41<216 337> 273 41<405 474> 522 41<264 318 358 358 358 408 449 449 449 640>\nVStem: 14 158\nFore\n337 189 m 1\n 196 189 l 1\n 124 41 l 1\n 150 41 l 2\n 167 41 173 37 173 25 c 0\n 173 10 161 0 141 0 c 2\n 37 0 l 2\n 21 0 14 5 14 16 c 0\n 14 32 26 41 46 41 c 2\n 83 41 l 1\n 318 522 l 1\n 255 522 l 2\n 239 522 232 527 232 538 c 0\n 232 554 244 563 264 563 c 2\n 690 563 l 1\n 658 411 l 2\n 654 393 645 384 631 384 c 0\n 622 384 615 391 615 399 c 0\n 615 401 616 407 617 411 c 2\n 640 522 l 1\n 449 522 l 1\n 405 314 l 1\n 483 314 l 1\n 487.516 335.073 489.749 369 515 369 c 0\n 524 369 531 362 531 354 c 0\n 531 351 531 350 529 342 c 1\n 509 246 l 1\n 505 228 496 219 483 219 c 0\n 474 219 467 226 467 235 c 0\n 467 245.973 471.937 261.858 474 273 c 1\n 396 273 l 1\n 347 41 l 1\n 558 41 l 1\n 578 134 l 1\n 580 152 589 160 604 160 c 0\n 613 160 620 153 620 144 c 1\n 613.766 92.2344 598.337 49.6634 590 0 c 1\n 245 0 l 2\n 229 0 222 5 222 17 c 0\n 222 32 234 41 254 41 c 2\n 306 41 l 1\n 337 189 l 1\n346 230 m 1\n 408 522 l 1\n 358 522 l 1\n 216 230 l 1\n 346 230 l 1\nEndSplineSet\nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 134\nWidth: 600\nFlags: HMW\nHStem: -173 38<265.5 287.5> -16 41<314 314 314 327> 536 40<394.5 441.5>\nVStem: 110 42<163 204> 324 36\nFore\n314 -16 m 1\n 307 -47 l 1\n 343 -48 361 -63 361 -93 c 0\n 361 -138 320 -173 267 -173 c 0\n 230 -173 186 -154 186 -138 c 0\n 186 -125 198 -114 210 -114 c 0\n 215 -114 217 -115 225 -119 c 0\n 244 -131 258 -135 273 -135 c 0\n 302 -135 324 -121 324 -101 c 0\n 324 -88 311 -81 283 -81 c 2\n 262 -81 l 1\n 277 -12 l 1\n 235 -1 214 8 189 28 c 0\n 140 67 110 130 110 196 c 0\n 110 212 112 227 115 242 c 2\n 132 325 l 1\n 157.037 442.482 280.272 576 428 576 c 0\n 494 576 549 552 586 507 c 1\n 590.503 528.764 593.267 563 618 563 c 0\n 628 563 635 557 635 548 c 0\n 635 546 634 541 633 536 c 2\n 609 424 l 1\n 606 406 596 396 583 396 c 0\n 577 396 571 400 566 408 c 1\n 570 446 l 1\n 570 449 546 486 538 494 c 0\n 515 518 464 536 419 536 c 0\n 309 536 197 438 172 319 c 2\n 157 248 l 2\n 154 233 152 217 152 203 c 0\n 152 101 227 25 328 25 c 0\n 397 25 454 51 522 115 c 0\n 530 123 534 125 542 125 c 0\n 551 125 558 119 558 111 c 0\n 558 100 551 91 524 68 c 0\n 465 17 388 -16 327 -16 c 2\n 314 -16 l 1\nEndSplineSet\nEndChar\nStartChar: Egrave\nEncoding: 200 200 135\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569>\nFore\n223 272 m 1\n 174 41 l 1\n 488 41 l 1\n 513 160 l 2\n 517 178 526 187 540 187 c 0\n 549 187 556 180 556 172 c 0\n 556 169 555 165 554 160 c 2\n 520 0 l 1\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 619 563 l 1\n 589 424 l 1\n 586 406 577 397 563 397 c 0\n 554 397 547 404 547 412 c 1\n 550.494 452.506 562.959 484.04 569 522 c 1\n 276 522 l 1\n 232 313 l 1\n 377 313 l 1\n 386 358 l 1\n 390 376 399 385 412 385 c 0\n 422 385 429 378 429 370 c 0\n 429 368 428 362 427 358 c 2\n 399 227 l 1\n 396 209 387 200 373 200 c 0\n 364 200 357 207 357 215 c 1\n 358.23 236.436 364.532 252.802 368 272 c 1\n 223 272 l 1\n383 780 m 2\n 475 680 l 2\n 480 674 485 668 484 666 c 0\n 481 656 479 650 478 650 c 1\n 474 644 465 640 459 640 c 0\n 452 640 447 643 443 649 c 1\n 350 749 l 2\n 345 754 340 761 341 763 c 0\n 346 782 353 789 366 789 c 0\n 372 789 377 786 383 780 c 2\nEndSplineSet\nEndChar\nStartChar: Eacute\nEncoding: 201 201 136\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569>\nFore\n223 272 m 1\n 174 41 l 1\n 488 41 l 1\n 513 160 l 2\n 517 178 526 187 540 187 c 0\n 549 187 556 180 556 172 c 0\n 556 169 555 165 554 160 c 2\n 520 0 l 1\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 619 563 l 1\n 589 424 l 1\n 586 406 577 397 563 397 c 0\n 554 397 547 404 547 412 c 1\n 550.494 452.506 562.959 484.04 569 522 c 1\n 276 522 l 1\n 232 313 l 1\n 377 313 l 1\n 386 358 l 1\n 390 376 399 385 412 385 c 0\n 422 385 429 378 429 370 c 0\n 429 368 428 362 427 358 c 2\n 399 227 l 1\n 396 209 387 200 373 200 c 0\n 364 200 357 207 357 215 c 1\n 358.23 236.436 364.532 252.802 368 272 c 1\n 223 272 l 1\n548 749 m 2\n 414 649 l 2\n 408 644 398 640 394 640 c 0\n 383 640 376 647 376 657 c 0\n 376 664 381 671 393 680 c 2\n 528 780 l 2\n 537 787 542 789 549 789 c 0\n 558 789 565 781 565 772 c 0\n 565 765 560 758 548 749 c 2\nEndSplineSet\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 137\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569>\nFore\n223 272 m 1\n 174 41 l 1\n 488 41 l 1\n 513 160 l 2\n 517 178 526 187 540 187 c 0\n 549 187 556 180 556 172 c 0\n 556 169 555 165 554 160 c 2\n 520 0 l 1\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 619 563 l 1\n 589 424 l 1\n 586 406 577 397 563 397 c 0\n 554 397 547 404 547 412 c 1\n 550.494 452.506 562.959 484.04 569 522 c 1\n 276 522 l 1\n 232 313 l 1\n 377 313 l 1\n 386 358 l 1\n 390 376 399 385 412 385 c 0\n 422 385 429 378 429 370 c 0\n 429 368 428 362 427 358 c 2\n 399 227 l 1\n 396 209 387 200 373 200 c 0\n 364 200 357 207 357 215 c 1\n 358.23 236.436 364.532 252.802 368 272 c 1\n 223 272 l 1\n457 789 m 1\n 567 680 l 2\n 576 672 577 670 577 664 c 0\n 577 652 564 640 550 640 c 0\n 546 640 542 642 536 648 c 2\n 447 739 l 1\n 322 648 l 2\n 318 645 306 640 303 640 c 0\n 294 640 286 647 286 656 c 0\n 286 666.382 294.787 674.893 305 680 c 1\n 457 789 l 1\nEndSplineSet\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 138\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569> 661 101<327 335.5 548 557>\nVStem: 281 101<706 716.5> 502 101<705.5 716.5>\nFore\n223 272 m 1\n 174 41 l 1\n 488 41 l 1\n 513 160 l 2\n 517 178 526 187 540 187 c 0\n 549 187 556 180 556 172 c 0\n 556 169 555 165 554 160 c 2\n 520 0 l 1\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 619 563 l 1\n 589 424 l 1\n 586 406 577 397 563 397 c 0\n 554 397 547 404 547 412 c 1\n 550.494 452.506 562.959 484.04 569 522 c 1\n 276 522 l 1\n 232 313 l 1\n 377 313 l 1\n 386 358 l 1\n 390 376 399 385 412 385 c 0\n 422 385 429 378 429 370 c 0\n 429 368 428 362 427 358 c 2\n 399 227 l 1\n 396 209 387 200 373 200 c 0\n 364 200 357 207 357 215 c 1\n 358.23 236.436 364.532 252.802 368 272 c 1\n 223 272 l 1\n342 762 m 0\n 365 762 382 745 382 721 c 0\n 382 691 351 661 320 661 c 0\n 299 661 281 680 281 702 c 0\n 281 731 312 762 342 762 c 0\n563 762 m 0\n 586 762 603 745 603 721 c 0\n 603 690 573 661 541 661 c 0\n 520 661 502 680 502 702 c 0\n 502 731 533 762 563 762 c 0\nEndSplineSet\nEndChar\nStartChar: Igrave\nEncoding: 204 204 139\nWidth: 600\nFlags: HMW\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431>\nVStem: 117 375<17.5 24>\nFore\n431 522 m 1\n 329 41 l 1\n 468 41 l 2\n 486 41 492 37 492 25 c 0\n 492 10 479 0 460 0 c 2\n 140 0 l 2\n 124 0 117 5 117 16 c 0\n 117 32 129 41 148 41 c 2\n 288 41 l 1\n 390 522 l 1\n 251 522 l 2\n 235 522 228 527 228 538 c 0\n 228 554 240 563 259 563 c 2\n 579 563 l 2\n 597 563 603 559 603 547 c 0\n 603 532 590 522 571 522 c 2\n 431 522 l 1\n398 780 m 2\n 490 680 l 2\n 495 674 500 668 499 666 c 0\n 496 656 494 650 493 650 c 1\n 489 644 480 640 474 640 c 0\n 467 640 462 643 458 649 c 1\n 365 749 l 2\n 360 754 355 761 356 763 c 0\n 361 782 368 789 381 789 c 0\n 387 789 392 786 398 780 c 2\nEndSplineSet\nEndChar\nStartChar: Iacute\nEncoding: 205 205 140\nWidth: 600\nFlags: HMW\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431>\nVStem: 117 375<17.5 24>\nFore\n431 522 m 1\n 329 41 l 1\n 468 41 l 2\n 486 41 492 37 492 25 c 0\n 492 10 479 0 460 0 c 2\n 140 0 l 2\n 124 0 117 5 117 16 c 0\n 117 32 129 41 148 41 c 2\n 288 41 l 1\n 390 522 l 1\n 251 522 l 2\n 235 522 228 527 228 538 c 0\n 228 554 240 563 259 563 c 2\n 579 563 l 2\n 597 563 603 559 603 547 c 0\n 603 532 590 522 571 522 c 2\n 431 522 l 1\n555 749 m 2\n 421 649 l 2\n 415 644 405 640 401 640 c 0\n 390 640 383 647 383 657 c 0\n 383 664 388 671 400 680 c 2\n 535 780 l 2\n 544 787 549 789 556 789 c 0\n 565 789 572 781 572 772 c 0\n 572 765 567 758 555 749 c 2\nEndSplineSet\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 141\nWidth: 600\nFlags: HMW\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431>\nVStem: 117 375<17.5 24>\nFore\n431 522 m 1\n 329 41 l 1\n 468 41 l 2\n 486 41 492 37 492 25 c 0\n 492 10 479 0 460 0 c 2\n 140 0 l 2\n 124 0 117 5 117 16 c 0\n 117 32 129 41 148 41 c 2\n 288 41 l 1\n 390 522 l 1\n 251 522 l 2\n 235 522 228 527 228 538 c 0\n 228 554 240 563 259 563 c 2\n 579 563 l 2\n 597 563 603 559 603 547 c 0\n 603 532 590 522 571 522 c 2\n 431 522 l 1\n466 789 m 1\n 576 680 l 2\n 585 672 586 670 586 664 c 0\n 586 652 573 640 559 640 c 0\n 555 640 551 642 545 648 c 2\n 456 739 l 1\n 331 648 l 2\n 327 645 315 640 312 640 c 0\n 303 640 295 647 295 656 c 0\n 295 666.382 303.787 674.893 314 680 c 1\n 466 789 l 1\nEndSplineSet\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 142\nWidth: 600\nFlags: HW\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431> 661 101<335 343.5 556 565>\nVStem: 117 375<17.5 24> 289 101<706 716.5> 510 101<705.5 716.5>\nFore\n431 522 m 1\n 329 41 l 1\n 468 41 l 2\n 486 41 492 37 492 25 c 0\n 492 10 479 0 460 0 c 2\n 140 0 l 2\n 124 0 117 5 117 16 c 0\n 117 32 129 41 148 41 c 2\n 288 41 l 1\n 390 522 l 1\n 251 522 l 2\n 235 522 228 527 228 538 c 0\n 228 554 240 563 259 563 c 2\n 579 563 l 2\n 597 563 603 559 603 547 c 0\n 603 532 590 522 571 522 c 2\n 431 522 l 1\n350 762 m 0\n 373 762 390 745 390 721 c 0\n 390 691 359 661 328 661 c 0\n 307 661 289 680 289 702 c 0\n 289 731 320 762 350 762 c 0\n571 762 m 0\n 594 762 611 745 611 721 c 0\n 611 690 581 661 549 661 c 0\n 528 661 510 680 510 702 c 0\n 510 731 541 762 571 762 c 0\nEndSplineSet\nEndChar\nStartChar: Eth\nEncoding: 208 208 143\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 113 154 290> 272 41<94 162 212 365> 522 41<190 215 256 399 256 256>\nVStem: 62 334 551 41<356.5 378>\nFore\n162 272 m 1\n 85 272 l 2\n 69 272 62 277 62 288 c 0\n 62 304 74 313 94 313 c 2\n 171 313 l 1\n 215 522 l 1\n 181 522 l 2\n 165 522 158 527 158 538 c 0\n 158 554 170 563 190 563 c 2\n 410 563 l 2\n 516 563 592 481 592 366 c 0\n 592 347 590 329 586 310 c 2\n 574 254 l 2\n 544 115 416 0 290 0 c 2\n 70 0 l 2\n 54 0 47 5 47 16 c 0\n 47 32 59 41 79 41 c 2\n 113 41 l 1\n 162 272 l 1\n256 522 m 1\n 212 313 l 1\n 374 313 l 2\n 391 313 397 309 397 297 c 0\n 397 282 385 272 365 272 c 2\n 203 272 l 1\n 154 41 l 1\n 303 41 l 2\n 398 41 509 140 531 245 c 1\n 547 319 l 1\n 550 331 551 345 551 357 c 0\n 551 399 538 440 514 472 c 0\n 488 507 453 522 399 522 c 2\n 256 522 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 144\nWidth: 600\nFlags: HMW\nHStem: 0 41<78 112 153 219> 522 41<169 214 505 571 612 612 612 646> 666 41<504.5 516.5> 714 41<384.5 396>\nVStem: 46 205<17.5 24.5> 473 204\nFore\n501 0 m 1\n 449 0 l 1\n 251 504 l 1\n 153 41 l 1\n 227 41 l 2\n 244 41 251 37 251 25 c 0\n 251 10 238 0 219 0 c 2\n 69 0 l 2\n 53 0 46 5 46 17 c 0\n 46 32 58 41 78 41 c 2\n 112 41 l 1\n 214 522 l 1\n 160 522 l 2\n 143 522 137 527 137 539 c 0\n 137 554 149 563 169 563 c 2\n 275 563 l 1\n 473 59 l 1\n 571 522 l 1\n 497 522 l 2\n 480 522 473 527 473 538 c 0\n 473 554 485 563 505 563 c 2\n 655 563 l 2\n 672 563 678 559 678 547 c 0\n 678 532 666 522 646 522 c 2\n 612 522 l 1\n 501 0 l 1\n593 753 m 0\n 602 753 610 746 610 738 c 0\n 610 728 606 723 588 708 c 0\n 554 678 529 666 504 666 c 0\n 482 666 465 673 430 697 c 0\n 413 709 402 714 390 714 c 0\n 370 714 359 708 324 677 c 0\n 319 672 311 669 305 669 c 0\n 296 669 289 675 289 684 c 0\n 289 693 296 703 315 718 c 0\n 349 744 372 755 397 755 c 0\n 418 755 429 751 457 732 c 0\n 489 712 498 707 511 707 c 0\n 527 707 539 714 576 745 c 0\n 583 751 588 753 593 753 c 0\nEndSplineSet\nEndChar\nStartChar: Ograve\nEncoding: 210 210 145\nWidth: 600\nFlags: HMW\nHStem: -16 41<256.5 371.5> 535 41<346 461>\nVStem: 102 42<161 297> 574 42<263 400>\nFore\n422 576 m 0\n 536 576 616 486 616 357 c 0\n 616 164 461 -16 296 -16 c 0\n 181 -16 102 74 102 207 c 0\n 102 396 258 576 422 576 c 0\n415 535 m 0\n 277 535 144 378 144 216 c 0\n 144 106 211 25 302 25 c 0\n 441 25 574 181 574 345 c 0\n 574 455 507 535 415 535 c 0\n391 780 m 2\n 483 680 l 2\n 488 674 493 668 492 666 c 0\n 489 656 487 650 486 650 c 1\n 482 644 473 640 467 640 c 0\n 460 640 455 643 451 649 c 1\n 358 749 l 2\n 353 754 348 761 349 763 c 0\n 354 782 361 789 374 789 c 0\n 380 789 385 786 391 780 c 2\nEndSplineSet\nEndChar\nStartChar: Oacute\nEncoding: 211 211 146\nWidth: 600\nFlags: HMW\nHStem: -16 41<256.5 371.5> 535 41<346 461>\nVStem: 102 42<161 297> 574 42<263 400>\nFore\n422 576 m 0\n 536 576 616 486 616 357 c 0\n 616 164 461 -16 296 -16 c 0\n 181 -16 102 74 102 207 c 0\n 102 396 258 576 422 576 c 0\n415 535 m 0\n 277 535 144 378 144 216 c 0\n 144 106 211 25 302 25 c 0\n 441 25 574 181 574 345 c 0\n 574 455 507 535 415 535 c 0\n563 749 m 2\n 429 649 l 2\n 423 644 413 640 409 640 c 0\n 398 640 391 647 391 657 c 0\n 391 664 396 671 408 680 c 2\n 543 780 l 2\n 552 787 557 789 564 789 c 0\n 573 789 580 781 580 772 c 0\n 580 765 575 758 563 749 c 2\nEndSplineSet\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 147\nWidth: 600\nFlags: HMW\nHStem: -16 41<256.5 371.5> 535 41<346 461>\nVStem: 102 42<161 297> 574 42<263 400>\nFore\n422 576 m 0\n 536 576 616 486 616 357 c 0\n 616 164 461 -16 296 -16 c 0\n 181 -16 102 74 102 207 c 0\n 102 396 258 576 422 576 c 0\n415 535 m 0\n 277 535 144 378 144 216 c 0\n 144 106 211 25 302 25 c 0\n 441 25 574 181 574 345 c 0\n 574 455 507 535 415 535 c 0\n465 789 m 1\n 575 680 l 2\n 584 672 585 670 585 664 c 0\n 585 652 572 640 558 640 c 0\n 554 640 550 642 544 648 c 2\n 455 739 l 1\n 330 648 l 2\n 326 645 314 640 311 640 c 0\n 302 640 294 647 294 656 c 0\n 294 666.382 302.787 674.893 313 680 c 1\n 465 789 l 1\nEndSplineSet\nEndChar\nStartChar: Otilde\nEncoding: 213 213 148\nWidth: 600\nFlags: HMW\nHStem: -16 41<257 372.5> 535 41<347 462> 666 41<512.5 524.5> 714 41<393 404>\nVStem: 103 42<160.5 297> 575 42<263 400>\nFore\n423 576 m 0\n 537 576 617 486 617 357 c 0\n 617 164 462 -16 297 -16 c 0\n 182 -16 103 74 103 207 c 0\n 103 396 259 576 423 576 c 0\n416 535 m 0\n 278 535 145 378 145 216 c 0\n 145 105 211 25 303 25 c 0\n 442 25 575 181 575 345 c 0\n 575 455 508 535 416 535 c 0\n601 753 m 0\n 610 753 618 746 618 737 c 0\n 618 728 614 723 596 708 c 0\n 561 678 537 666 512 666 c 0\n 490 666 473 673 438 697 c 0\n 421 709 410 714 398 714 c 0\n 378 714 367 708 332 677 c 0\n 327 672 319 669 313 669 c 0\n 304 669 297 676 297 684 c 0\n 297 693 304 703 323 718 c 0\n 356 744 380 755 406 755 c 0\n 426 755 438 750 465 732 c 0\n 496 712 506 707 519 707 c 0\n 536 707 547 714 584 745 c 0\n 591 751 596 753 601 753 c 0\nEndSplineSet\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 149\nWidth: 600\nFlags: HW\nHStem: -16 41<256.5 371.5> 535 41<346 461> 661 101<334 342.5 555 564>\nVStem: 102 42<161 297> 288 101<706 716.5> 509 101<705.5 716.5> 574 42<263 400>\nFore\n422 576 m 0\n 536 576 616 486 616 357 c 0\n 616 164 461 -16 296 -16 c 0\n 181 -16 102 74 102 207 c 0\n 102 396 258 576 422 576 c 0\n415 535 m 0\n 277 535 144 378 144 216 c 0\n 144 106 211 25 302 25 c 0\n 441 25 574 181 574 345 c 0\n 574 455 507 535 415 535 c 0\n349 762 m 0\n 372 762 389 745 389 721 c 0\n 389 691 358 661 327 661 c 0\n 306 661 288 680 288 702 c 0\n 288 731 319 762 349 762 c 0\n570 762 m 0\n 593 762 610 745 610 721 c 0\n 610 690 580 661 548 661 c 0\n 527 661 509 680 509 702 c 0\n 509 731 540 762 570 762 c 0\nEndSplineSet\nEndChar\nStartChar: multiply\nEncoding: 215 215 150\nWidth: 600\nFlags: HW\nFore\n366 311 m 1\n 539 453 l 2\n 549 461 554 464 560 464 c 0\n 570 464 577 457 577 447 c 0\n 577 440 573 433 562 424 c 2\n 389 282 l 1\n 501 139 l 2\n 505 134 508 128 508 124 c 0\n 508 112 495 100 482 100 c 0\n 476 100 472 103 466 110 c 2\n 354 253 l 1\n 181 110 l 2\n 172 103 166 100 159 100 c 0\n 150 100 143 107 143 116 c 0\n 143 124 147 131 158 139 c 1\n 331 282 l 1\n 219 424 l 2\n 215 429 212 436 212 440 c 0\n 212 452 225 464 238 464 c 0\n 243 464 248 461 254 453 c 2\n 366 311 l 1\nEndSplineSet\nEndChar\nStartChar: Oslash\nEncoding: 216 216 151\nWidth: 600\nFlags: HMW\nHStem: -16 41<279 371.5> 535 41<347 439>\nVStem: 102 42<197.5 297.5> 574 42<262.5 363.5>\nFore\n152 51 m 1\n 69 -31 l 2\n 60 -40 55 -43 48 -43 c 0\n 40 -43 34 -37 34 -29 c 0\n 34 -23 37 -18 46 -9 c 2\n 134 78 l 1\n 112 118 102 159 102 207 c 0\n 102 396 259 576 423 576 c 0\n 483 576 526 556 566 510 c 1\n 650 593 l 2\n 659 602 664 605 670 605 c 0\n 679 605 685 599 685 591 c 0\n 685 585 682 580 673 571 c 2\n 585 483 l 1\n 605 447 616 404 616 354 c 0\n 616 164 460 -16 296 -16 c 0\n 236 -16 187 7 152 51 c 1\n167 112 m 1\n 533 476 l 1\n 502 515 462 535 416 535 c 0\n 278 535 144 378 144 217 c 0\n 144 178 151 145 167 112 c 1\n551 449 m 1\n 185 84 l 1\n 215 46 256 25 302 25 c 0\n 441 25 574 181 574 344 c 0\n 574 383 566 418 551 449 c 1\nEndSplineSet\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 152\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610>\nVStem: 136 42<113.5 147> 155 203 472 204<539.5 546.5>\nFore\n610 522 m 1\n 539 185 l 2\n 515 72 409 -16 297 -16 c 0\n 201 -16 136 47 136 140 c 0\n 136 154 138 170 141 185 c 2\n 212 522 l 1\n 179 522 l 2\n 162 522 155 527 155 538 c 0\n 155 554 167 563 187 563 c 2\n 337 563 l 2\n 353 563 359 559 359 547 c 0\n 359 532 347 522 328 522 c 2\n 253 522 l 1\n 182 185 l 1\n 179 173 178 161 178 151 c 0\n 178 76 230 25 305 25 c 0\n 394 25 479 95 498 185 c 2\n 569 522 l 1\n 495 522 l 2\n 478 522 472 527 472 539 c 0\n 472 554 484 563 504 563 c 2\n 653 563 l 2\n 670 563 676 559 676 547 c 0\n 676 532 664 522 644 522 c 2\n 610 522 l 1\n395 780 m 2\n 487 680 l 2\n 492 674 497 668 496 666 c 0\n 493 656 491 650 490 650 c 1\n 486 644 477 640 471 640 c 0\n 464 640 459 643 455 649 c 1\n 362 749 l 2\n 357 754 352 761 353 763 c 0\n 358 782 365 789 378 789 c 0\n 384 789 389 786 395 780 c 2\nEndSplineSet\nEndChar\nStartChar: Uacute\nEncoding: 218 218 153\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610>\nVStem: 136 42<113.5 147> 155 203 472 204<539.5 546.5>\nFore\n610 522 m 1\n 539 185 l 2\n 515 72 409 -16 297 -16 c 0\n 201 -16 136 47 136 140 c 0\n 136 154 138 170 141 185 c 2\n 212 522 l 1\n 179 522 l 2\n 162 522 155 527 155 538 c 0\n 155 554 167 563 187 563 c 2\n 337 563 l 2\n 353 563 359 559 359 547 c 0\n 359 532 347 522 328 522 c 2\n 253 522 l 1\n 182 185 l 1\n 179 173 178 161 178 151 c 0\n 178 76 230 25 305 25 c 0\n 394 25 479 95 498 185 c 2\n 569 522 l 1\n 495 522 l 2\n 478 522 472 527 472 539 c 0\n 472 554 484 563 504 563 c 2\n 653 563 l 2\n 670 563 676 559 676 547 c 0\n 676 532 664 522 644 522 c 2\n 610 522 l 1\n560 749 m 2\n 426 649 l 2\n 420 644 410 640 406 640 c 0\n 395 640 388 647 388 657 c 0\n 388 664 393 671 405 680 c 2\n 540 780 l 2\n 549 787 554 789 561 789 c 0\n 570 789 577 781 577 772 c 0\n 577 765 572 758 560 749 c 2\nEndSplineSet\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 154\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610>\nVStem: 136 42<113.5 147> 155 203 472 204<539.5 546.5>\nFore\n610 522 m 1\n 539 185 l 2\n 515 72 409 -16 297 -16 c 0\n 201 -16 136 47 136 140 c 0\n 136 154 138 170 141 185 c 2\n 212 522 l 1\n 179 522 l 2\n 162 522 155 527 155 538 c 0\n 155 554 167 563 187 563 c 2\n 337 563 l 2\n 353 563 359 559 359 547 c 0\n 359 532 347 522 328 522 c 2\n 253 522 l 1\n 182 185 l 1\n 179 173 178 161 178 151 c 0\n 178 76 230 25 305 25 c 0\n 394 25 479 95 498 185 c 2\n 569 522 l 1\n 495 522 l 2\n 478 522 472 527 472 539 c 0\n 472 554 484 563 504 563 c 2\n 653 563 l 2\n 670 563 676 559 676 547 c 0\n 676 532 664 522 644 522 c 2\n 610 522 l 1\n466 789 m 1\n 576 680 l 2\n 585 672 586 670 586 664 c 0\n 586 652 573 640 559 640 c 0\n 555 640 551 642 545 648 c 2\n 456 739 l 1\n 331 648 l 2\n 327 645 315 640 312 640 c 0\n 303 640 295 647 295 656 c 0\n 295 666.382 303.787 674.893 314 680 c 1\n 466 789 l 1\nEndSplineSet\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 155\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610> 661 101<335 343.5 556 565>\nVStem: 136 42<113.5 147> 155 203 289 101<706 716.5> 472 204<539.5 546.5> 510 101<705.5 716.5>\nFore\n610 522 m 1\n 539 185 l 2\n 515 72 409 -16 297 -16 c 0\n 201 -16 136 47 136 140 c 0\n 136 154 138 170 141 185 c 2\n 212 522 l 1\n 179 522 l 2\n 162 522 155 527 155 538 c 0\n 155 554 167 563 187 563 c 2\n 337 563 l 2\n 353 563 359 559 359 547 c 0\n 359 532 347 522 328 522 c 2\n 253 522 l 1\n 182 185 l 1\n 179 173 178 161 178 151 c 0\n 178 76 230 25 305 25 c 0\n 394 25 479 95 498 185 c 2\n 569 522 l 1\n 495 522 l 2\n 478 522 472 527 472 539 c 0\n 472 554 484 563 504 563 c 2\n 653 563 l 2\n 670 563 676 559 676 547 c 0\n 676 532 664 522 644 522 c 2\n 610 522 l 1\n350 762 m 0\n 373 762 390 745 390 721 c 0\n 390 691 359 661 328 661 c 0\n 307 661 289 680 289 702 c 0\n 289 731 320 762 350 762 c 0\n571 762 m 0\n 594 762 611 745 611 721 c 0\n 611 690 581 661 549 661 c 0\n 528 661 510 680 510 702 c 0\n 510 731 541 762 571 762 c 0\nEndSplineSet\nEndChar\nStartChar: Yacute\nEncoding: 221 221 156\nWidth: 600\nFlags: HW\nHStem: 0 41<185 290 331 427> 522 41<198 213 262 262 262 300 532 564 610 610 610 633>\nVStem: 153 305 166 165 499 166<539 546>\nFore\n376 254 m 1\n 331 41 l 1\n 436 41 l 2\n 453 41 459 36 459 25 c 0\n 459 10 447 0 427 0 c 2\n 176 0 l 2\n 160 0 153 5 153 16 c 0\n 153 32 165 41 185 41 c 2\n 290 41 l 1\n 335 254 l 1\n 213 522 l 1\n 189 522 l 2\n 173 522 166 527 166 538 c 0\n 166 554 178 563 198 563 c 2\n 309 563 l 2\n 326 563 332 559 332 547 c 0\n 332 532 320 522 300 522 c 2\n 262 522 l 1\n 366 295 l 1\n 564 522 l 1\n 523 522 l 2\n 506 522 499 527 499 538 c 0\n 499 554 511 563 532 563 c 2\n 642 563 l 2\n 658 563 665 558 665 546 c 0\n 665 532 652 522 633 522 c 2\n 610 522 l 1\n 376 254 l 1\n560 749 m 2\n 426 649 l 2\n 420 644 410 640 406 640 c 0\n 395 640 388 647 388 657 c 0\n 388 664 393 671 405 680 c 2\n 540 780 l 2\n 549 787 554 789 561 789 c 0\n 570 789 577 781 577 772 c 0\n 577 765 572 758 560 749 c 2\nEndSplineSet\nEndChar\nStartChar: Thorn\nEncoding: 222 222 157\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 304> 131 41<202 324> 422 41<263 404> 522 41<190 235 276 276 276 415>\nVStem: 158 289<539.5 546.5> 524 42<282 350>\nFore\n193 131 m 1\n 174 41 l 1\n 312 41 l 2\n 329 41 336 36 336 25 c 0\n 336 10 323 0 304 0 c 2\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 423 563 l 2\n 441 563 447 559 447 547 c 0\n 447 532 435 522 415 522 c 2\n 276 522 l 1\n 263 463 l 1\n 408 463 l 2\n 500 463 566 408 566 331 c 0\n 566 224 453 131 324 131 c 2\n 193 131 l 1\n202 172 m 1\n 336 172 l 2\n 434 172 524 243 524 321 c 0\n 524 379 473 422 404 422 c 2\n 255 422 l 1\n 202 172 l 1\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 158\nWidth: 600\nFlags: HW\nHStem: -16 41<354.5 387> 0 41<79 133 174 180> 334 41 563 41<357.5 411>\nVStem: 47 165<17.5 24> 278 42<64 86> 471 42<463 504> 497 42<184.5 237>\nFore\n133 41 m 1\n 225 476 l 2\n 240 547 317 604 396 604 c 0\n 465 604 513 556 513 487 c 0\n 513 434 486 391 431 359 c 1\n 504 326 539 276 539 206 c 0\n 539 163 523 111 497 71 c 0\n 460 14 413 -16 361 -16 c 0\n 308 -16 278 18 278 79 c 0\n 278 107 288 124 306 124 c 0\n 315 124 322 118 322 109 c 0\n 322 102.279 320 91.644 320 83 c 0\n 320 45 338 25 371 25 c 0\n 434 25 497 113 497 200 c 0\n 497 274 431 334 350 334 c 2\n 346 334 l 2\n 328 334 322 339 322 350 c 0\n 322 364 334 375 350 375 c 2\n 355 375 l 2\n 376 375 402 383 424 398 c 0\n 455 418 471 446 471 480 c 0\n 471 528 436 563 386 563 c 0\n 329 563 277 525 267 476 c 1\n 174 41 l 1\n 189 41 l 2\n 206 41 212 37 212 25 c 0\n 212 10 199 0 180 0 c 2\n 70 0 l 2\n 54 0 47 5 47 16 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\nEndSplineSet\nEndChar\nStartChar: agrave\nEncoding: 224 224 159\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5>\nVStem: 93 42<73.5 130.5> 486 42<326.5 342.5>\nFore\n419 0 m 1\n 433 67 l 1\n 360 10 295 -16 225 -16 c 0\n 143 -16 93 23 93 87 c 0\n 93 184 200 258 338 258 c 0\n 384 258 414 253 470 237 c 1\n 485 308 l 2\n 486 313 486 316 486 322 c 0\n 486 363 444 390 379 390 c 0\n 345 390 304 382 231 360 c 0\n 226 359 223 358 220 358 c 0\n 212 358 205 365 205 374 c 0\n 205 384 211 392 223 397 c 0\n 259 412 353 431 391 431 c 0\n 472 431 528 390 528 331 c 0\n 528 322 527 316 526 308 c 1\n 469 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 419 0 l 1\n443 112 m 1\n 462 202 l 1\n 427 211 382 217 337 217 c 0\n 222 217 135 165 135 96 c 0\n 135 51 170 25 231 25 c 0\n 304 25 361 49 443 112 c 1\n347 630 m 2\n 439 530 l 1\n 442 528 448 516 448 514 c 0\n 448 502 434 490 422 490 c 0\n 417 490 412 493 406 499 c 2\n 313 599 l 2\n 308 605 305 610 305 614 c 0\n 305 627 317 639 331 639 c 0\n 336 639 340 637 347 630 c 2\nEndSplineSet\nEndChar\nStartChar: aacute\nEncoding: 225 225 160\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5>\nVStem: 93 42<73.5 130.5> 486 42<326.5 342.5>\nFore\n419 0 m 1\n 433 67 l 1\n 360 10 295 -16 225 -16 c 0\n 143 -16 93 23 93 87 c 0\n 93 184 200 258 338 258 c 0\n 384 258 414 253 470 237 c 1\n 485 308 l 2\n 486 313 486 316 486 322 c 0\n 486 363 444 390 379 390 c 0\n 345 390 304 382 231 360 c 0\n 226 359 223 358 220 358 c 0\n 212 358 205 365 205 374 c 0\n 205 384 211 392 223 397 c 0\n 259 412 353 431 391 431 c 0\n 472 431 528 390 528 331 c 0\n 528 322 527 316 526 308 c 1\n 469 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 419 0 l 1\n443 112 m 1\n 462 202 l 1\n 427 211 382 217 337 217 c 0\n 222 217 135 165 135 96 c 0\n 135 51 170 25 231 25 c 0\n 304 25 361 49 443 112 c 1\n514 599 m 2\n 379 499 l 2\n 370 493 364 490 359 490 c 0\n 349 490 342 497 342 506 c 0\n 342 515 346 520 359 530 c 2\n 494 630 l 2\n 504 637 509 639 515 639 c 0\n 524 639 531 632 531 623 c 0\n 531 614 527 608 514 599 c 2\nEndSplineSet\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 161\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5>\nVStem: 93 42<73.5 130.5> 486 42<326.5 342.5>\nFore\n419 0 m 1\n 433 67 l 1\n 360 10 295 -16 225 -16 c 0\n 143 -16 93 23 93 87 c 0\n 93 184 200 258 338 258 c 0\n 384 258 414 253 470 237 c 1\n 485 308 l 2\n 486 313 486 316 486 322 c 0\n 486 363 444 390 379 390 c 0\n 345 390 304 382 231 360 c 0\n 226 359 223 358 220 358 c 0\n 212 358 205 365 205 374 c 0\n 205 384 211 392 223 397 c 0\n 259 412 353 431 391 431 c 0\n 472 431 528 390 528 331 c 0\n 528 322 527 316 526 308 c 1\n 469 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 419 0 l 1\n443 112 m 1\n 462 202 l 1\n 427 211 382 217 337 217 c 0\n 222 217 135 165 135 96 c 0\n 135 51 170 25 231 25 c 0\n 304 25 361 49 443 112 c 1\n426 639 m 1\n 535 531 l 1\n 542 523 544 520 544 515 c 0\n 544 502 532 490 519 490 c 0\n 514 490 509 493 503 498 c 2\n 415 586 l 1\n 288 498 l 2\n 281 493 274 490 269 490 c 0\n 260 490 253 497 253 506 c 0\n 253 515.406 260.662 524.831 271 530 c 1\n 426 639 l 1\nEndSplineSet\nEndChar\nStartChar: atilde\nEncoding: 227 227 162\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 516 41<464.5 476.5> 564 41<345 356>\nVStem: 93 42<73.5 130.5> 486 42<326.5 342.5>\nFore\n419 0 m 1\n 433 67 l 1\n 360 10 295 -16 225 -16 c 0\n 143 -16 93 23 93 87 c 0\n 93 184 200 258 338 258 c 0\n 384 258 414 253 470 237 c 1\n 485 308 l 2\n 486 313 486 316 486 322 c 0\n 486 363 444 390 379 390 c 0\n 345 390 304 382 231 360 c 0\n 226 359 223 358 220 358 c 0\n 212 358 205 365 205 374 c 0\n 205 384 211 392 223 397 c 0\n 259 412 353 431 391 431 c 0\n 472 431 528 390 528 331 c 0\n 528 322 527 316 526 308 c 1\n 469 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 419 0 l 1\n443 112 m 1\n 462 202 l 1\n 427 211 382 217 337 217 c 0\n 222 217 135 165 135 96 c 0\n 135 51 170 25 231 25 c 0\n 304 25 361 49 443 112 c 1\n553 603 m 0\n 562 603 570 596 570 587 c 0\n 570 578 566 573 548 558 c 0\n 513 528 489 516 464 516 c 0\n 442 516 425 523 390 547 c 0\n 373 559 362 564 350 564 c 0\n 330 564 319 558 284 527 c 0\n 279 522 271 519 265 519 c 0\n 256 519 249 525 249 534 c 0\n 249 543 257 553 275 568 c 0\n 309 594 333 605 357 605 c 0\n 377 605 389 600 417 582 c 0\n 449 561 458 557 471 557 c 0\n 487 557 499 564 536 595 c 0\n 543 601 548 603 553 603 c 0\nEndSplineSet\nEndChar\nStartChar: adieresis\nEncoding: 228 228 163\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 511 100<293.5 304 514.5 525>\nVStem: 93 42<73.5 130.5> 248 102<555.5 566> 469 102<555.5 566> 486 42<326.5 342.5>\nFore\n419 0 m 1\n 433 67 l 1\n 360 10 295 -16 225 -16 c 0\n 143 -16 93 23 93 87 c 0\n 93 184 200 258 338 258 c 0\n 384 258 414 253 470 237 c 1\n 485 308 l 2\n 486 313 486 316 486 322 c 0\n 486 363 444 390 379 390 c 0\n 345 390 304 382 231 360 c 0\n 226 359 223 358 220 358 c 0\n 212 358 205 365 205 374 c 0\n 205 384 211 392 223 397 c 0\n 259 412 353 431 391 431 c 0\n 472 431 528 390 528 331 c 0\n 528 322 527 316 526 308 c 1\n 469 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 419 0 l 1\n443 112 m 1\n 462 202 l 1\n 427 211 382 217 337 217 c 0\n 222 217 135 165 135 96 c 0\n 135 51 170 25 231 25 c 0\n 304 25 361 49 443 112 c 1\n309 611 m 0\n 333 611 350 594 350 571 c 0\n 350 540 320 511 288 511 c 0\n 265 511 248 528 248 551 c 0\n 248 581 278 611 309 611 c 0\n530 611 m 0\n 554 611 571 594 571 571 c 0\n 571 540 541 511 509 511 c 0\n 486 511 469 528 469 551 c 0\n 469 581 499 611 530 611 c 0\nEndSplineSet\nEndChar\nStartChar: aring\nEncoding: 229 229 164\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 480 33<385 418> 628 33<404.5 437>\nVStem: 93 42<73.5 130.5> 316 34<546 576.5> 472 34<564 595.5>\nFore\n419 0 m 1\n 433 67 l 1\n 360 10 295 -16 225 -16 c 0\n 143 -16 93 23 93 87 c 0\n 93 184 200 258 338 258 c 0\n 384 258 414 253 470 237 c 1\n 485 308 l 2\n 486 313 486 316 486 322 c 0\n 486 363 444 390 379 390 c 0\n 345 390 304 382 231 360 c 0\n 226 359 223 358 220 358 c 0\n 212 358 205 365 205 374 c 0\n 205 384 211 392 223 397 c 0\n 259 412 353 431 391 431 c 0\n 472 431 528 390 528 331 c 0\n 528 322 527 316 526 308 c 1\n 469 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 419 0 l 1\n443 112 m 1\n 462 202 l 1\n 427 211 382 217 337 217 c 0\n 222 217 135 165 135 96 c 0\n 135 51 170 25 231 25 c 0\n 304 25 361 49 443 112 c 1\n430 661 m 0\n 474 661 506 631 506 589 c 0\n 506 533 451 480 392 480 c 0\n 348 480 316 511 316 552 c 0\n 316 608 372 661 430 661 c 0\n423 628 m 0\n 386 628 350 594 350 559 c 0\n 350 533 371 513 399 513 c 0\n 437 513 472 546 472 582 c 0\n 472 609 451 628 423 628 c 0\nEndSplineSet\nEndChar\nStartChar: ae\nEncoding: 230 230 165\nWidth: 600\nFlags: HW\nHStem: -16 41<139.5 178 424 458> 199 41<370 586> 216 41<218 257.5> 390 41<275 296 497 536.5>\nVStem: 36 44<77.5 110> 589 41<281 319>\nFore\n521 431 m 0\n 590.082 431 630 379.758 630 296 c 0\n 630 263 627 240 619 199 c 1\n 361 199 l 1\n 359 181 358 165 358 154 c 0\n 358 79 397 25 451 25 c 0\n 481 25 506 38 563 82 c 0\n 567 85 573 87 577 87 c 0\n 586 87 593 80 593 70 c 0\n 593 61 587 54 565 38 c 0\n 517 2 475 -16 441 -16 c 0\n 394 -16 356 11 333 61 c 1\n 328.271 40.8999 325.894 0 300 0 c 0\n 291 0 284 7 284 15 c 1\n 284.564 29.103 288.299 40.0346 291 52 c 1\n 242 5 200 -16 156 -16 c 0\n 83 -16 36 29 36 99 c 0\n 36 136 48 166 71 190 c 0\n 110 230 181 257 249 257 c 0\n 277 257 305 253 332 245 c 1\n 345 305 l 1\n 346 311 347 319 347 322 c 0\n 347 362 317 390 275 390 c 0\n 247 390 211 380 185 365 c 0\n 177 361 170 358 165 358 c 0\n 158 358 150 366 150 374 c 0\n 150 387 160 396 185 406 c 0\n 226 423 260 431 290 431 c 0\n 340 431 378 397 385 347 c 1\n 421 399 473 431 521 431 c 0\n303 110 m 1\n 323 203 l 1\n 297 211 269 216 246 216 c 0\n 190 216 122 190 98 159 c 0\n 88 145 80 120 80 100 c 0\n 80 55 114 25 165 25 c 0\n 204 25 243 49 303 110 c 1\n370 240 m 1\n 586 240 l 1\n 588 262 589 274 589 288 c 0\n 589 354 562 390 512 390 c 0\n 452 390 405 340 370 240 c 1\nEndSplineSet\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 166\nWidth: 600\nFlags: HMW\nHStem: -173 38<263.5 285.5> 391 40<358 413.5>\nVStem: 122 42<121.5 185.5> 322 36\nFore\n311 -16 m 1\n 305 -47 l 1\n 340 -48 359 -63 359 -93 c 0\n 359 -138 318 -173 265 -173 c 0\n 228 -173 184 -154 184 -138 c 0\n 184 -125 196 -114 208 -114 c 0\n 213 -114 216 -115 223 -119 c 0\n 243 -131 256 -135 271 -135 c 0\n 300 -135 322 -121 322 -101 c 0\n 322 -88 308 -81 280 -81 c 2\n 260 -81 l 1\n 274 -14 l 1\n 242 -9 228 -5 209 4 c 0\n 155 29 122 87 122 154 c 0\n 122 303 253 431 406 431 c 0\n 468 431 516 412 551 376 c 1\n 555.407 395.096 558.569 417 580 417 c 0\n 589 417 596 410 596 402 c 0\n 596 399 595 395 594 389 c 1\n 575 298 l 2\n 571 280 562 270 549 270 c 0\n 542 270 537 273 532 282 c 1\n 535 318 l 1\n 535 323 510 353 498 362 c 0\n 477 379 434 391 393 391 c 0\n 323 391 259 360 217 306 c 0\n 184 264 164 209 164 162 c 0\n 164 81 226 24 313 24 c 0\n 388 24 460 50 519 97 c 0\n 527 104 534 108 539 108 c 0\n 546 108 555 99 555 91 c 0\n 555 75 515 43 463 19 c 0\n 417 -3 370 -13 311 -16 c 1\nEndSplineSet\nEndChar\nStartChar: egrave\nEncoding: 232 232 167\nWidth: 600\nFlags: HMW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 530 40<255 292.5>\nFore\n562 199 m 1\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 450 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 58 521 48 491 32 c 0\n 437 2 364 -16 300 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n 570 248 567 224 562 199 c 1\n155 240 m 1\n 529 240 l 1\n 530 245 530 250 530 252 c 0\n 530 333 466 390 375 390 c 0\n 277 390 192 332 155 240 c 1\n362 630 m 2\n 454 530 l 1\n 457 528 463 516 463 514 c 0\n 463 502 449 490 437 490 c 0\n 432 490 427 493 421 499 c 2\n 328 599 l 2\n 323 605 320 610 320 614 c 0\n 320 627 332 639 346 639 c 0\n 351 639 355 637 362 630 c 2\nEndSplineSet\nEndChar\nStartChar: eacute\nEncoding: 233 233 168\nWidth: 600\nFlags: HMW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 530 40<255 292.5>\nFore\n562 199 m 1\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 450 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 58 521 48 491 32 c 0\n 437 2 364 -16 300 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n 570 248 567 224 562 199 c 1\n155 240 m 1\n 529 240 l 1\n 530 245 530 250 530 252 c 0\n 530 333 466 390 375 390 c 0\n 277 390 192 332 155 240 c 1\n529 599 m 2\n 394 499 l 2\n 385 493 379 490 374 490 c 0\n 364 490 357 497 357 506 c 0\n 357 515 361 520 374 530 c 2\n 509 630 l 2\n 519 637 524 639 530 639 c 0\n 539 639 546 632 546 623 c 0\n 546 614 542 608 529 599 c 2\nEndSplineSet\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 169\nWidth: 600\nFlags: HMW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 530 40<255 292.5>\nFore\n562 199 m 1\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 450 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 58 521 48 491 32 c 0\n 437 2 364 -16 300 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n 570 248 567 224 562 199 c 1\n155 240 m 1\n 529 240 l 1\n 530 245 530 250 530 252 c 0\n 530 333 466 390 375 390 c 0\n 277 390 192 332 155 240 c 1\n441 639 m 1\n 550 531 l 1\n 557 523 559 520 559 515 c 0\n 559 502 547 490 534 490 c 0\n 529 490 524 493 518 498 c 2\n 430 586 l 1\n 303 498 l 2\n 296 493 289 490 284 490 c 0\n 275 490 268 497 268 506 c 0\n 268 515.406 275.662 524.831 286 530 c 1\n 441 639 l 1\nEndSplineSet\nEndChar\nStartChar: edieresis\nEncoding: 235 235 170\nWidth: 600\nFlags: HMW\nHStem: -16 41<261.5 332> 199 41<155 530> 390 41<325.5 401.5> 511 100<308.5 319 529.5 540>\nVStem: 104 41<132 179> 263 102<555.5 566> 484 102<555.5 566>\nFore\n563 199 m 1\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 451 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 58 521 48 491 32 c 0\n 437 2 364 -16 300 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n 570 248 567 224 563 199 c 1\n155 240 m 1\n 530 240 l 1\n 528 287 520 311 501 335 c 0\n 471 372 429 390 374 390 c 0\n 277 390 192 332 155 240 c 1\n324 611 m 0\n 348 611 365 594 365 571 c 0\n 365 540 335 511 303 511 c 0\n 280 511 263 528 263 551 c 0\n 263 581 293 611 324 611 c 0\n545 611 m 0\n 569 611 586 594 586 571 c 0\n 586 540 556 511 524 511 c 0\n 501 511 484 528 484 551 c 0\n 484 581 514 611 545 611 c 0\nEndSplineSet\nEndChar\nStartChar: igrave\nEncoding: 236 236 171\nWidth: 600\nFlags: HMW\nHStem: 0 41<127 288 329 481> 376 41<250 359>\nVStem: 96 417<17.5 24>\nFore\n409 417 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 10 500 0 481 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 359 376 l 1\n 241 376 l 2\n 225 376 218 381 218 393 c 0\n 218 408 230 417 250 417 c 2\n 409 417 l 1\n351 630 m 2\n 443 530 l 1\n 446 528 452 516 452 514 c 0\n 452 502 438 490 426 490 c 0\n 421 490 416 493 410 499 c 2\n 317 599 l 2\n 312 605 309 610 309 614 c 0\n 309 627 321 639 335 639 c 0\n 340 639 344 637 351 630 c 2\nEndSplineSet\nEndChar\nStartChar: iacute\nEncoding: 237 237 172\nWidth: 600\nFlags: HMW\nHStem: 0 41<127 288 329 481> 376 41<250 359>\nVStem: 96 417<17.5 24>\nFore\n409 417 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 10 500 0 481 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 359 376 l 1\n 241 376 l 2\n 225 376 218 381 218 393 c 0\n 218 408 230 417 250 417 c 2\n 409 417 l 1\n518 599 m 2\n 383 499 l 2\n 374 493 368 490 363 490 c 0\n 353 490 346 497 346 506 c 0\n 346 515 350 520 363 530 c 2\n 498 630 l 2\n 508 637 513 639 519 639 c 0\n 528 639 535 632 535 623 c 0\n 535 614 531 608 518 599 c 2\nEndSplineSet\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 173\nWidth: 600\nFlags: HMW\nHStem: 0 41<126 287 328 480> 376 41<249 358>\nVStem: 95 417<17.5 24>\nFore\n408 417 m 1\n 328 41 l 1\n 488 41 l 2\n 505 41 512 36 512 25 c 0\n 512 10 499 0 480 0 c 2\n 118 0 l 2\n 102 0 95 5 95 16 c 0\n 95 32 107 41 126 41 c 2\n 287 41 l 1\n 358 376 l 1\n 240 376 l 2\n 224 376 217 381 217 393 c 0\n 217 408 229 417 249 417 c 2\n 408 417 l 1\n418 639 m 1\n 527 531 l 1\n 534 523 536 520 536 515 c 0\n 536 502 524 490 511 490 c 0\n 506 490 501 493 495 498 c 2\n 407 586 l 1\n 280 498 l 2\n 273 493 266 490 261 490 c 0\n 252 490 245 497 245 506 c 0\n 245 515.406 252.662 524.831 263 530 c 1\n 418 639 l 1\nEndSplineSet\nEndChar\nStartChar: idieresis\nEncoding: 239 239 174\nWidth: 600\nFlags: HW\nHStem: 0 41<127 288 329 480> 376 41<250 359> 511 100<289.5 300 511.5 522>\nVStem: 96 417<17.5 24> 244 102<555.5 566> 466 102<555.5 566>\nFore\n409 417 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 10 500 0 480 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 359 376 l 1\n 241 376 l 2\n 225 376 218 381 218 393 c 0\n 218 408 230 417 250 417 c 2\n 409 417 l 1\n305 611 m 0\n 329 611 346 594 346 571 c 0\n 346 540 316 511 284 511 c 0\n 261 511 244 528 244 551 c 0\n 244 581 274 611 305 611 c 0\n527 611 m 0\n 551 611 568 594 568 571 c 0\n 568 540 538 511 506 511 c 0\n 483 511 466 528 466 551 c 0\n 466 581 496 611 527 611 c 0\nEndSplineSet\nEndChar\nStartChar: eth\nEncoding: 240 240 175\nWidth: 600\nFlags: HMW\nHStem: -17 42<261.5 333> 390 40<324 417>\nVStem: 111 43<128 227.5> 536 46<247 287.5>\nFore\n562 577 m 2\n 480 543 l 1\n 545 474 582 380 582 286 c 0\n 582 208 551 128 501 75 c 0\n 444 16 370 -17 296 -17 c 0\n 187 -17 111 57 111 161 c 0\n 111 300 246 430 390 430 c 0\n 444 430 478 416 524 377 c 1\n 503 441 470 495 434 525 c 1\n 335 483 l 1\n 328 482 l 2\n 319 482 312 490 312 500 c 0\n 312 510 317 518 324 521 c 2\n 393 549 l 1\n 360 565 338 572 302 580 c 0\n 291 582 286 586 286 594 c 0\n 286 608 298 620 312 620 c 0\n 338 620 397 600 450 572 c 1\n 553 614 l 1\n 560 615 l 2\n 568 615 575 608 575 599 c 0\n 575 589 570 580 562 577 c 2\n383 390 m 0\n 265 390 154 284 154 171 c 0\n 154 85 217 25 306 25 c 0\n 425 25 536 130 536 244 c 0\n 536 331 474 390 383 390 c 0\nEndSplineSet\nEndChar\nStartChar: ntilde\nEncoding: 241 241 176\nWidth: 600\nFlags: HW\nHStem: 0 41<89 135 176 212 414 448 489 514> 376 41<181 206> 390 41<383.5 421.5> 516 41<464.5 476.5> 564 41<345 356>\nVStem: 57 186 382 164<17.5 24> 502 43<314 318.5>\nFore\n256 417 m 1\n 241 348 l 1\n 313 412 353 431 414 431 c 0\n 493 431 545 387 545 319 c 0\n 545 309 544 303 543 295 c 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 533 0 514 0 c 2\n 405 0 l 2\n 389 0 382 5 382 16 c 0\n 382 32 394 41 414 41 c 2\n 448 41 l 1\n 500 288 l 1\n 502 295 502 298 502 308 c 0\n 502 329 493 349 478 364 c 0\n 458 384 440 390 403 390 c 0\n 339 390 309 373 230 294 c 1\n 176 41 l 1\n 221 41 l 2\n 238 41 244 37 244 25 c 0\n 244 10 232 0 212 0 c 2\n 81 0 l 2\n 64 0 57 5 57 16 c 0\n 57 32 69 41 89 41 c 2\n 135 41 l 1\n 206 376 l 1\n 172 376 l 2\n 156 376 149 381 149 392 c 0\n 149 408 161 417 181 417 c 2\n 256 417 l 1\n553 603 m 0\n 562 603 570 596 570 587 c 0\n 570 578 566 573 548 558 c 0\n 513 528 489 516 464 516 c 0\n 442 516 425 523 390 547 c 0\n 373 559 362 564 350 564 c 0\n 330 564 319 558 284 527 c 0\n 279 522 271 519 265 519 c 0\n 256 519 249 525 249 534 c 0\n 249 543 257 553 275 568 c 0\n 309 594 333 605 357 605 c 0\n 377 605 389 600 417 582 c 0\n 449 561 458 557 471 557 c 0\n 487 557 499 564 536 595 c 0\n 543 601 548 603 553 603 c 0\nEndSplineSet\nEndChar\nStartChar: ograve\nEncoding: 242 242 177\nWidth: 600\nFlags: HMW\nHStem: -16 41<260.5 364.5> 390 41<323 427.5>\nVStem: 111 42<128 227.5> 535 42<187 287.5>\nFore\n391 431 m 0\n 501 431 577 358 577 252 c 0\n 577 113 441 -16 296 -16 c 0\n 187 -16 111 58 111 162 c 0\n 111 301 247 431 391 431 c 0\n382 390 m 0\n 264 390 153 284 153 171 c 0\n 153 85 216 25 305 25 c 0\n 424 25 535 130 535 244 c 0\n 535 331 473 390 382 390 c 0\n364 630 m 2\n 456 530 l 1\n 459 528 465 516 465 514 c 0\n 465 502 451 490 439 490 c 0\n 434 490 429 493 423 499 c 2\n 330 599 l 2\n 325 605 322 610 322 614 c 0\n 322 627 334 639 348 639 c 0\n 353 639 357 637 364 630 c 2\nEndSplineSet\nEndChar\nStartChar: oacute\nEncoding: 243 243 178\nWidth: 600\nFlags: HMW\nHStem: -16 41<260.5 364.5> 390 41<323 427.5>\nVStem: 111 42<128 227.5> 535 42<187 287.5>\nFore\n391 431 m 0\n 501 431 577 358 577 252 c 0\n 577 113 441 -16 296 -16 c 0\n 187 -16 111 58 111 162 c 0\n 111 301 247 431 391 431 c 0\n382 390 m 0\n 264 390 153 284 153 171 c 0\n 153 85 216 25 305 25 c 0\n 424 25 535 130 535 244 c 0\n 535 331 473 390 382 390 c 0\n525 599 m 2\n 390 499 l 2\n 381 493 375 490 370 490 c 0\n 360 490 353 497 353 506 c 0\n 353 515 357 520 370 530 c 2\n 505 630 l 2\n 515 637 520 639 526 639 c 0\n 535 639 542 632 542 623 c 0\n 542 614 538 608 525 599 c 2\nEndSplineSet\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 179\nWidth: 600\nFlags: HMW\nHStem: -16 41<260.5 364.5> 390 41<323 427.5>\nVStem: 111 42<128 227.5> 535 42<187 287.5>\nFore\n391 431 m 0\n 501 431 577 358 577 252 c 0\n 577 113 441 -16 296 -16 c 0\n 187 -16 111 58 111 162 c 0\n 111 301 247 431 391 431 c 0\n382 390 m 0\n 264 390 153 284 153 171 c 0\n 153 85 216 25 305 25 c 0\n 424 25 535 130 535 244 c 0\n 535 331 473 390 382 390 c 0\n436 639 m 1\n 545 531 l 1\n 552 523 554 520 554 515 c 0\n 554 502 542 490 529 490 c 0\n 524 490 519 493 513 498 c 2\n 425 586 l 1\n 298 498 l 2\n 291 493 284 490 279 490 c 0\n 270 490 263 497 263 506 c 0\n 263 515.406 270.662 524.831 281 530 c 1\n 436 639 l 1\nEndSplineSet\nEndChar\nStartChar: otilde\nEncoding: 245 245 180\nWidth: 600\nFlags: HMW\nHStem: -16 41<260.5 364.5> 390 41<323 427.5> 516 41<480.5 492.5> 564 41<361 372>\nVStem: 111 42<128 227.5> 535 42<187 287.5>\nFore\n391 431 m 0\n 501 431 577 358 577 252 c 0\n 577 113 441 -16 296 -16 c 0\n 187 -16 111 58 111 162 c 0\n 111 301 247 431 391 431 c 0\n382 390 m 0\n 264 390 153 284 153 171 c 0\n 153 85 216 25 305 25 c 0\n 424 25 535 130 535 244 c 0\n 535 331 473 390 382 390 c 0\n569 603 m 0\n 578 603 586 596 586 587 c 0\n 586 578 582 573 564 558 c 0\n 529 528 505 516 480 516 c 0\n 458 516 441 523 406 547 c 0\n 389 559 378 564 366 564 c 0\n 346 564 335 558 300 527 c 0\n 295 522 287 519 281 519 c 0\n 272 519 265 525 265 534 c 0\n 265 543 273 553 291 568 c 0\n 325 594 349 605 373 605 c 0\n 393 605 405 600 433 582 c 0\n 465 561 474 557 487 557 c 0\n 503 557 515 564 552 595 c 0\n 559 601 564 603 569 603 c 0\nEndSplineSet\nEndChar\nStartChar: odieresis\nEncoding: 246 246 181\nWidth: 600\nFlags: HW\nHStem: -16 41<260.5 364.5> 390 41<323 427.5> 511 100<303.5 314 524.5 535>\nVStem: 111 42<128 227.5> 258 102<555.5 566> 479 102<555.5 566> 535 42<187 287.5>\nFore\n391 431 m 0\n 501 431 577 358 577 252 c 0\n 577 113 441 -16 296 -16 c 0\n 187 -16 111 58 111 162 c 0\n 111 301 247 431 391 431 c 0\n382 390 m 0\n 264 390 153 284 153 171 c 0\n 153 85 216 25 305 25 c 0\n 424 25 535 130 535 244 c 0\n 535 331 473 390 382 390 c 0\n319 611 m 0\n 343 611 360 594 360 571 c 0\n 360 540 330 511 298 511 c 0\n 275 511 258 528 258 551 c 0\n 258 581 288 611 319 611 c 0\n540 611 m 0\n 564 611 581 594 581 571 c 0\n 581 540 551 511 519 511 c 0\n 496 511 479 528 479 551 c 0\n 479 581 509 611 540 611 c 0\nEndSplineSet\nEndChar\nStartChar: divide\nEncoding: 247 247 182\nWidth: 600\nFlags: HW\nHStem: 25 99<310.5 321> 262 40<163 556> 441 99<399.5 409>\nVStem: 131 457<278.5 285.5> 265 102<69 79.5> 354 101<485 495.5>\nFore\n556 262 m 2\n 154 262 l 2\n 138 262 131 267 131 278 c 0\n 131 293 143 302 163 302 c 2\n 565 302 l 2\n 581 302 588 297 588 286 c 0\n 588 271 576 262 556 262 c 2\n326 124 m 0\n 350 124 367 108 367 84 c 0\n 367 54 337 25 305 25 c 0\n 282 25 265 42 265 64 c 0\n 265 95 295 124 326 124 c 0\n415 540 m 0\n 438 540 455 524 455 500 c 0\n 455 470 425 441 393 441 c 0\n 371 441 354 458 354 480 c 0\n 354 511 384 540 415 540 c 0\nEndSplineSet\nEndChar\nStartChar: oslash\nEncoding: 248 248 183\nWidth: 600\nFlags: HMW\nHStem: -16 41<283 365> 390 41<323 404.5>\nVStem: 111 42<155.5 228> 535 42<188 261>\nFore\n161 35 m 1\n 80 -33 l 2\n 71 -41 67 -43 61 -43 c 0\n 53 -43 47 -37 47 -29 c 0\n 47 -22 51 -17 61 -8 c 2\n 141 59 l 1\n 121 90 111 123 111 162 c 0\n 111 302 246 431 392 431 c 0\n 446 431 490 415 525 382 c 1\n 603 448 l 2\n 613 456 617 458 623 458 c 0\n 631 458 637 452 637 444 c 0\n 637 437 633 432 623 423 c 2\n 545 358 l 1\n 567 326 577 294 577 254 c 0\n 577 113 442 -16 296 -16 c 0\n 241 -16 197 1 161 35 c 1\n511 329 m 1\n 197 65 l 1\n 224 39 261 25 305 25 c 0\n 425 25 535 131 535 245 c 0\n 535 277 527 304 511 329 c 1\n176 89 m 1\n 490 352 l 1\n 461 378 426 390 383 390 c 0\n 263 390 153 285 153 171 c 0\n 153 140 161 113 176 89 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 184\nWidth: 600\nFlags: HW\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519>\nVStem: 146 42\nFore\n439 0 m 1\n 453 66 l 1\n 387 11 320 -16 253 -16 c 0\n 187 -16 145 22 145 82 c 0\n 145 93 146 104 149 115 c 1\n 204 376 l 1\n 150 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 254 417 l 1\n 190 115 l 1\n 188 109 188 105 188 97 c 0\n 188 55 218 25 261 25 c 0\n 329 25 395 54 464 115 c 1\n 519 376 l 1\n 445 376 l 2\n 428 376 421 381 421 392 c 0\n 421 408 433 417 454 417 c 2\n 569 417 l 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 439 0 l 1\n356 630 m 2\n 448 530 l 1\n 451 528 457 516 457 514 c 0\n 457 502 443 490 431 490 c 0\n 426 490 421 493 415 499 c 2\n 322 599 l 2\n 317 605 314 610 314 614 c 0\n 314 627 326 639 340 639 c 0\n 345 639 349 637 356 630 c 2\nEndSplineSet\nEndChar\nStartChar: uacute\nEncoding: 250 250 185\nWidth: 600\nFlags: HW\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519>\nVStem: 146 42\nFore\n439 0 m 1\n 453 66 l 1\n 387 11 320 -16 253 -16 c 0\n 187 -16 145 22 145 82 c 0\n 145 93 146 104 149 115 c 1\n 204 376 l 1\n 150 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 254 417 l 1\n 190 115 l 1\n 188 109 188 105 188 97 c 0\n 188 55 218 25 261 25 c 0\n 329 25 395 54 464 115 c 1\n 519 376 l 1\n 445 376 l 2\n 428 376 421 381 421 392 c 0\n 421 408 433 417 454 417 c 2\n 569 417 l 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 439 0 l 1\n510 599 m 2\n 375 499 l 2\n 366 493 360 490 355 490 c 0\n 345 490 338 497 338 506 c 0\n 338 515 342 520 355 530 c 2\n 490 630 l 2\n 500 637 505 639 511 639 c 0\n 520 639 527 632 527 623 c 0\n 527 614 523 608 510 599 c 2\nEndSplineSet\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 186\nWidth: 600\nFlags: HW\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519>\nVStem: 146 42\nFore\n439 0 m 1\n 453 66 l 1\n 387 11 320 -16 253 -16 c 0\n 187 -16 145 22 145 82 c 0\n 145 93 146 104 149 115 c 1\n 204 376 l 1\n 150 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 254 417 l 1\n 190 115 l 1\n 188 109 188 105 188 97 c 0\n 188 55 218 25 261 25 c 0\n 329 25 395 54 464 115 c 1\n 519 376 l 1\n 445 376 l 2\n 428 376 421 381 421 392 c 0\n 421 408 433 417 454 417 c 2\n 569 417 l 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 439 0 l 1\n428 639 m 1\n 537 531 l 1\n 544 523 546 520 546 515 c 0\n 546 502 534 490 521 490 c 0\n 516 490 511 493 505 498 c 2\n 417 586 l 1\n 290 498 l 2\n 283 493 276 490 271 490 c 0\n 262 490 255 497 255 506 c 0\n 255 515.406 262.662 524.831 273 530 c 1\n 428 639 l 1\nEndSplineSet\nEndChar\nStartChar: udieresis\nEncoding: 252 252 187\nWidth: 600\nFlags: HW\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519> 511 100<295.5 306 516.5 527>\nVStem: 146 42 250 102<555.5 566> 471 102<555.5 566>\nFore\n439 0 m 1\n 453 66 l 1\n 387 11 320 -16 253 -16 c 0\n 187 -16 145 22 145 82 c 0\n 145 93 146 104 149 115 c 1\n 204 376 l 1\n 150 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 254 417 l 1\n 190 115 l 1\n 188 109 188 105 188 97 c 0\n 188 55 218 25 261 25 c 0\n 329 25 395 54 464 115 c 1\n 519 376 l 1\n 445 376 l 2\n 428 376 421 381 421 392 c 0\n 421 408 433 417 454 417 c 2\n 569 417 l 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 439 0 l 1\n311 611 m 0\n 335 611 352 594 352 571 c 0\n 352 540 322 511 290 511 c 0\n 267 511 250 528 250 551 c 0\n 250 581 280 611 311 611 c 0\n532 611 m 0\n 556 611 573 594 573 571 c 0\n 573 540 543 511 511 511 c 0\n 488 511 471 528 471 551 c 0\n 471 581 501 611 532 611 c 0\nEndSplineSet\nEndChar\nStartChar: yacute\nEncoding: 253 253 188\nWidth: 600\nFlags: HMW\nHStem: -186 41<54 180 222 278> 376 41<167 175 221 221 221 273 501 546 589 589 589 602>\nVStem: 135 169 469 164\nFore\n282 0 m 1\n 175 376 l 1\n 159 376 l 2\n 142 376 135 381 135 392 c 0\n 135 408 147 417 167 417 c 2\n 282 417 l 2\n 298 417 305 412 305 401 c 0\n 305 386 293 376 273 376 c 2\n 221 376 l 1\n 315 45 l 1\n 546 376 l 1\n 492 376 l 2\n 476 376 469 381 469 393 c 0\n 469 407 481 417 501 417 c 2\n 611 417 l 2\n 627 417 634 412 634 401 c 0\n 634 386 622 376 602 376 c 2\n 589 376 l 1\n 222 -145 l 1\n 286 -145 l 2\n 304 -145 310 -149 310 -161 c 0\n 310 -176 297 -186 278 -186 c 2\n 45 -186 l 2\n 29 -186 22 -181 22 -170 c 0\n 22 -154 34 -145 54 -145 c 2\n 180 -145 l 1\n 282 0 l 1\n560 599 m 2\n 425 499 l 2\n 416 493 410 490 405 490 c 0\n 395 490 388 497 388 506 c 0\n 388 515 392 520 405 530 c 2\n 540 630 l 2\n 550 637 555 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 614 573 608 560 599 c 2\nEndSplineSet\nEndChar\nStartChar: thorn\nEncoding: 254 254 189\nWidth: 600\nFlags: HMW\nHStem: -186 41<19 73 114 203> 10 41<290.5 390> 390 41<377 448> 549 41<175 220>\nVStem: -13 247 551 42<202 295>\nFore\n270 590 m 1\n 216 335 l 1\n 283 404 339 431 415 431 c 0\n 523 431 593 365 593 264 c 0\n 593 131 466 10 326 10 c 0\n 249 10 199 40 167 106 c 1\n 114 -145 l 1\n 211 -145 l 2\n 229 -145 235 -149 235 -161 c 0\n 235 -177 223 -186 203 -186 c 2\n 10 -186 l 2\n -6 -186 -13 -181 -13 -170 c 0\n -13 -154 -1 -145 19 -145 c 2\n 73 -145 l 1\n 220 549 l 1\n 166 549 l 2\n 150 549 143 554 143 565 c 0\n 143 581 155 590 175 590 c 2\n 270 590 l 1\n405 390 m 0\n 292 390 188 292 188 187 c 0\n 188 107 248 51 333 51 c 0\n 447 51 551 149 551 255 c 0\n 551 335 491 390 405 390 c 0\nEndSplineSet\nEndChar\nStartChar: ydieresis\nEncoding: 255 255 190\nWidth: 600\nFlags: HW\nHStem: -186 41<54 180 222 278> 376 41<167 175 221 221 221 273 501 546 589 589 589 602> 511 100<303.5 314 524.5 535>\nVStem: 135 169 258 102<555.5 566> 469 164 479 102<555.5 566>\nFore\n282 0 m 1\n 175 376 l 1\n 159 376 l 2\n 142 376 135 381 135 392 c 0\n 135 408 147 417 167 417 c 2\n 282 417 l 2\n 298 417 305 412 305 401 c 0\n 305 386 293 376 273 376 c 2\n 221 376 l 1\n 315 45 l 1\n 546 376 l 1\n 492 376 l 2\n 476 376 469 381 469 393 c 0\n 469 407 481 417 501 417 c 2\n 611 417 l 2\n 627 417 634 412 634 401 c 0\n 634 386 622 376 602 376 c 2\n 589 376 l 1\n 222 -145 l 1\n 286 -145 l 2\n 304 -145 310 -149 310 -161 c 0\n 310 -176 297 -186 278 -186 c 2\n 45 -186 l 2\n 29 -186 22 -181 22 -170 c 0\n 22 -154 34 -145 54 -145 c 2\n 180 -145 l 1\n 282 0 l 1\n319 611 m 0\n 343 611 360 594 360 571 c 0\n 360 540 330 511 298 511 c 0\n 275 511 258 528 258 551 c 0\n 258 581 288 611 319 611 c 0\n540 611 m 0\n 564 611 581 594 581 571 c 0\n 581 540 551 511 519 511 c 0\n 496 511 479 528 479 551 c 0\n 479 581 509 611 540 611 c 0\nEndSplineSet\nEndChar\nStartChar: Amacron\nEncoding: 256 256 191\nWidth: 600\nFlags: HW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 683 40<296 523>\nVStem: 13 206<17.5 24.5> 264 291<699.5 706.5> 385 210\nFore\n468 188 m 1\n 203 188 l 1\n 117 41 l 1\n 196 41 l 2\n 213 41 219 37 219 25 c 0\n 219 10 206 0 187 0 c 2\n 36 0 l 2\n 20 0 13 5 13 17 c 0\n 13 32 25 41 45 41 c 2\n 76 41 l 1\n 357 522 l 1\n 237 522 l 2\n 221 522 214 527 214 538 c 0\n 214 554 226 563 246 563 c 2\n 449 563 l 1\n 536 41 l 1\n 573 41 l 2\n 590 41 596 37 596 25 c 0\n 596 10 584 0 564 0 c 2\n 408 0 l 2\n 392 0 385 5 385 16 c 0\n 385 32 397 41 417 41 c 2\n 493 41 l 1\n 468 188 l 1\n462 229 m 1\n 412 522 l 1\n 397 522 l 1\n 227 229 l 1\n 462 229 l 1\n523 683 m 2\n 287 683 l 2\n 271 683 264 688 264 699 c 0\n 264 714 276 723 296 723 c 2\n 532 723 l 2\n 548 723 555 718 555 707 c 0\n 555 692 543 683 523 683 c 2\nEndSplineSet\nEndChar\nStartChar: amacron\nEncoding: 257 257 192\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 536 40<305 532>\nVStem: 93 42<73.5 130.5> 273 291<552.5 559.5> 486 42<326.5 342.5>\nFore\n419 0 m 1\n 433 67 l 1\n 360 10 295 -16 225 -16 c 0\n 143 -16 93 23 93 87 c 0\n 93 184 200 258 338 258 c 0\n 384 258 414 253 470 237 c 1\n 485 308 l 2\n 486 313 486 316 486 322 c 0\n 486 363 444 390 379 390 c 0\n 345 390 304 382 231 360 c 0\n 226 359 223 358 220 358 c 0\n 212 358 205 365 205 374 c 0\n 205 384 211 392 223 397 c 0\n 259 412 353 431 391 431 c 0\n 472 431 528 390 528 331 c 0\n 528 322 527 316 526 308 c 1\n 469 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 419 0 l 1\n443 112 m 1\n 462 202 l 1\n 427 211 382 217 337 217 c 0\n 222 217 135 165 135 96 c 0\n 135 51 170 25 231 25 c 0\n 304 25 361 49 443 112 c 1\n532 536 m 2\n 296 536 l 2\n 280 536 273 541 273 552 c 0\n 273 567 285 576 305 576 c 2\n 541 576 l 2\n 557 576 564 571 564 560 c 0\n 564 545 552 536 532 536 c 2\nEndSplineSet\nEndChar\nStartChar: Abreve\nEncoding: 258 258 193\nWidth: 600\nFlags: HMW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 647 41<383.5 425>\nVStem: 13 206<17.5 24.5> 385 210\nFore\n468 188 m 1\n 203 188 l 1\n 117 41 l 1\n 196 41 l 2\n 213 41 219 37 219 25 c 0\n 219 10 206 0 187 0 c 2\n 36 0 l 2\n 20 0 13 5 13 17 c 0\n 13 32 25 41 45 41 c 2\n 76 41 l 1\n 357 522 l 1\n 237 522 l 2\n 221 522 214 527 214 538 c 0\n 214 554 226 563 246 563 c 2\n 449 563 l 1\n 536 41 l 1\n 573 41 l 2\n 590 41 596 37 596 25 c 0\n 596 10 584 0 564 0 c 2\n 408 0 l 2\n 392 0 385 5 385 16 c 0\n 385 32 397 41 417 41 c 2\n 493 41 l 1\n 468 188 l 1\n462 229 m 1\n 412 522 l 1\n 397 522 l 1\n 227 229 l 1\n 462 229 l 1\n298 777 m 0\n 303 777 306 775 310 771 c 0\n 313 767 313 767 315 736 c 0\n 316 712 361 688 406 688 c 0\n 466 688 516 715 533 755 c 0\n 541 773 545 777 558 777 c 0\n 569 777 576 771 576 761 c 0\n 576 741 558 713 532 692 c 0\n 496 662 451 647 399 647 c 0\n 317 647 271 682 271 744 c 0\n 271 764 282 777 298 777 c 0\nEndSplineSet\nEndChar\nStartChar: abreve\nEncoding: 259 259 194\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 489 41<401 427.5>\nVStem: 93 42<73.5 130.5> 280 42<579 581> 486 42<326.5 342.5>\nFore\n419 0 m 1\n 433 67 l 1\n 360 10 295 -16 225 -16 c 0\n 143 -16 93 23 93 87 c 0\n 93 184 200 258 338 258 c 0\n 384 258 414 253 470 237 c 1\n 485 308 l 2\n 486 313 486 316 486 322 c 0\n 486 363 444 390 379 390 c 0\n 345 390 304 382 231 360 c 0\n 226 359 223 358 220 358 c 0\n 212 358 205 365 205 374 c 0\n 205 384 211 392 223 397 c 0\n 259 412 353 431 391 431 c 0\n 472 431 528 390 528 331 c 0\n 528 322 527 316 526 308 c 1\n 469 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 419 0 l 1\n443 112 m 1\n 462 202 l 1\n 427 211 382 217 337 217 c 0\n 222 217 135 165 135 96 c 0\n 135 51 170 25 231 25 c 0\n 304 25 361 49 443 112 c 1\n324 610 m 1\n 322 581 l 1\n 322 577 338 557 345 551 c 0\n 360 539 388 530 414 530 c 0\n 467 530 520 560 532 598 c 0\n 537 613 545 621 557 621 c 0\n 565 621 574 612 574 605 c 0\n 574 588 552 552 532 534 c 0\n 500 506 451 489 404 489 c 0\n 332 489 280 528 280 584 c 0\n 280 604 293 621 307 621 c 0\n 313 621 317 619 324 610 c 1\nEndSplineSet\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 195\nWidth: 600\nFlags: HW\nHStem: -155 30<466.5 490> 0 41<45 76 117 187 417 493> 188 41<227 462> 522 41<246 357 397 397 397 412>\nVStem: 13 206<17.5 24.5> 385 210 403 42<-108.5 -96>\nFore\n449 563 m 1\n 536 41 l 1\n 573 41 l 2\n 590 41 596 37 596 25 c 0\n 596 11 587 2 569 0 c 0\n 553 -2 523 -16 495 -32 c 0\n 464 -51 445 -77 445 -100 c 0\n 445 -117 456 -125 477 -125 c 0\n 503 -125 509 -123 532 -107 c 0\n 535 -105 539 -104 542 -104 c 0\n 547 -104 553 -110 553 -116 c 0\n 553 -135 510 -155 470 -155 c 0\n 427 -155 403 -138 403 -108 c 0\n 403 -84 417 -58 441 -39 c 0\n 455 -27 465 -22 509 0 c 1\n 408 0 l 2\n 392 0 385 5 385 16 c 0\n 385 32 397 41 417 41 c 2\n 493 41 l 1\n 468 188 l 1\n 203 188 l 1\n 117 41 l 1\n 196 41 l 2\n 213 41 219 37 219 25 c 0\n 219 10 206 0 187 0 c 2\n 36 0 l 2\n 20 0 13 5 13 17 c 0\n 13 32 25 41 45 41 c 2\n 76 41 l 1\n 357 522 l 1\n 237 522 l 2\n 221 522 214 527 214 538 c 0\n 214 554 226 563 246 563 c 2\n 449 563 l 1\n462 229 m 1\n 412 522 l 1\n 397 522 l 1\n 227 229 l 1\n 462 229 l 1\nEndSplineSet\nEndChar\nStartChar: aogonek\nEncoding: 261 261 196\nWidth: 600\nFlags: HW\nHStem: -155 32<443.5 463.5> -16 41<200.5 260> 0 41<469 477> 217 41<279.5 359.5> 390 41<372 411.5>\nVStem: 93 42<73.5 130.5> 378 40<-107 -94> 486 42<326.5 342.5>\nFore\n469 41 m 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 13 539 6 523 -1 c 0\n 456 -29 418 -64 418 -99 c 0\n 418 -115 431 -123 456 -123 c 0\n 474 -123 483 -121 508 -107 c 0\n 511 -105 515 -104 517 -104 c 0\n 523 -104 528 -109 528 -116 c 0\n 528 -134 484 -155 443 -155 c 0\n 402 -155 378 -138 378 -109 c 0\n 378 -79 396 -49 427 -26 c 0\n 440 -17 448 -13 477 0 c 1\n 419 0 l 1\n 433 67 l 1\n 360 10 295 -16 225 -16 c 0\n 143 -16 93 23 93 87 c 0\n 93 184 200 258 338 258 c 0\n 384 258 414 253 470 237 c 1\n 485 308 l 2\n 486 313 486 316 486 322 c 0\n 486 363 444 390 379 390 c 0\n 345 390 304 382 231 360 c 0\n 226 359 223 358 220 358 c 0\n 212 358 205 365 205 374 c 0\n 205 384 211 392 223 397 c 0\n 259 412 353 431 391 431 c 0\n 472 431 528 390 528 331 c 0\n 528 322 527 316 526 308 c 1\n 469 41 l 1\n443 112 m 1\n 462 202 l 1\n 427 211 382 217 337 217 c 0\n 222 217 135 165 135 96 c 0\n 135 51 170 25 231 25 c 0\n 304 25 361 49 443 112 c 1\nEndSplineSet\nEndChar\nStartChar: Cacute\nEncoding: 262 262 197\nWidth: 600\nFlags: HMW\nHStem: -16 41<277.5 354> 536 40<394.5 441.5>\nVStem: 110 42<152 204>\nFore\n586 507 m 1\n 590.503 528.764 593.267 563 618 563 c 0\n 628 563 635 557 635 548 c 0\n 635 546 634 541 633 536 c 2\n 609 424 l 1\n 606 406 596 396 583 396 c 0\n 577 396 572 399 566 408 c 1\n 570 446 l 1\n 570 449 546 486 538 494 c 0\n 515 518 464 536 419 536 c 0\n 309 536 197 438 172 319 c 2\n 157 248 l 2\n 154 233 152 217 152 203 c 0\n 152 101 227 25 328 25 c 0\n 397 25 454 51 522 115 c 0\n 530 123 534 125 542 125 c 0\n 552 125 558 119 558 111 c 0\n 558 100 551 91 524 67 c 0\n 461 14 389 -16 319 -16 c 0\n 201 -16 110 76 110 196 c 0\n 110 212 112 227 115 242 c 2\n 132 325 l 1\n 157.037 442.482 280.272 576 428 576 c 0\n 494 576 549 552 586 507 c 1\n555 749 m 2\n 421 649 l 2\n 415 644 405 640 401 640 c 0\n 390 640 383 647 383 657 c 0\n 383 664 388 671 400 680 c 2\n 535 780 l 2\n 544 787 549 789 556 789 c 0\n 565 789 572 781 572 772 c 0\n 572 765 567 758 555 749 c 2\nEndSplineSet\nEndChar\nStartChar: cacute\nEncoding: 263 263 198\nWidth: 600\nFlags: HMW\nHStem: -17 41<268.5 335> 391 41<358 413>\nVStem: 121 42<121.5 186>\nFore\n551 376 m 1\n 555.407 395.096 558.569 417 580 417 c 0\n 589 417 596 410 596 402 c 0\n 596 399 595 395 594 389 c 1\n 575 298 l 2\n 571 280 562 270 549 270 c 0\n 542 270 537 273 532 282 c 1\n 535 318 l 1\n 535 323 510 353 498 362 c 0\n 477 379 433 391 393 391 c 0\n 323 391 258 360 216 306 c 0\n 183 264 163 210 163 162 c 0\n 163 81 225 24 312 24 c 0\n 387 24 460 50 519 97 c 0\n 527 104 534 108 539 108 c 0\n 546 108 555 99 555 91 c 0\n 555 79 534 59 501 39 c 0\n 442 3 369 -17 301 -17 c 0\n 196 -17 121 53 121 152 c 0\n 121 301 253 432 403 432 c 0\n 465 432 516 413 551 376 c 1\n560 599 m 2\n 425 499 l 2\n 416 493 410 490 405 490 c 0\n 395 490 388 497 388 506 c 0\n 388 515 392 520 405 530 c 2\n 540 630 l 2\n 550 637 555 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 614 573 608 560 599 c 2\nEndSplineSet\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 199\nWidth: 600\nFlags: H\nHStem: -16 41<277.5 354> 536 40<394.5 441.5>\nVStem: 110 42<152 204>\nRef: 710 710 N 1 0 0 1 23 113\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 200\nWidth: 600\nFlags: H\nHStem: -17 41<268.5 335> 391 41<358 413>\nVStem: 121 42<121.5 186>\nRef: 710 710 N 1 0 0 1 5 -33\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 201\nWidth: 600\nFlags: H\nHStem: -16 41<277.5 354> 536 40<394.5 441.5> 603 100<432.175 442.675>\nVStem: 110 42<152 204> 387 102<647.5 658>\nRef: 729 729 N 1 0 0 1 19 92\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 202\nWidth: 600\nFlags: H\nHStem: -17 41<268.5 335> 391 41<358 413> 457 100<414.653 425.153>\nVStem: 121 42<121.5 186> 369 102<501.5 512>\nRef: 729 729 N 1 0 0 1 1 -54\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 203\nWidth: 600\nFlags: HMW\nHStem: -16 41<277.5 354> 536 40<394.5 441.5>\nVStem: 110 42<152 204>\nFore\n586 507 m 1\n 590.503 528.764 593.267 563 618 563 c 0\n 628 563 635 557 635 548 c 0\n 635 546 634 541 633 536 c 2\n 609 424 l 1\n 606 406 596 396 583 396 c 0\n 577 396 572 399 566 408 c 1\n 570 446 l 1\n 570 449 546 486 538 494 c 0\n 515 518 464 536 419 536 c 0\n 309 536 197 438 172 319 c 2\n 157 248 l 2\n 154 233 152 217 152 203 c 0\n 152 101 227 25 328 25 c 0\n 397 25 454 51 522 115 c 0\n 530 123 534 125 542 125 c 0\n 552 125 558 119 558 111 c 0\n 558 100 551 91 524 67 c 0\n 461 14 389 -16 319 -16 c 0\n 201 -16 110 76 110 196 c 0\n 110 212 112 227 115 242 c 2\n 132 325 l 1\n 157.037 442.482 280.272 576 428 576 c 0\n 494 576 549 552 586 507 c 1\n458 640 m 1\n 348 749 l 1\n 340 753 338 757 338 766 c 0\n 338 775 351 789 360 789 c 1\n 368 789 l 1\n 371 789 372 788 379 781 c 2\n 468 690 l 1\n 593 781 l 2\n 596 783 610 789 612 789 c 0\n 621 789 628 783 628 774 c 0\n 628 760.232 620.479 754.24 610 749 c 1\n 458 640 l 1\nEndSplineSet\nEndChar\nStartChar: ccaron\nEncoding: 269 269 204\nWidth: 600\nFlags: HMW\nHStem: -17 41<268.5 335> 391 41<358 413>\nVStem: 121 42<121.5 186>\nFore\n551 376 m 1\n 555.407 395.096 558.569 417 580 417 c 0\n 589 417 596 410 596 402 c 0\n 596 399 595 395 594 389 c 1\n 575 298 l 2\n 571 280 562 270 549 270 c 0\n 542 270 537 273 532 282 c 1\n 535 318 l 1\n 535 323 510 353 498 362 c 0\n 477 379 433 391 393 391 c 0\n 323 391 258 360 216 306 c 0\n 183 264 163 210 163 162 c 0\n 163 81 225 24 312 24 c 0\n 387 24 460 50 519 97 c 0\n 527 104 534 108 539 108 c 0\n 546 108 555 99 555 91 c 0\n 555 79 534 59 501 39 c 0\n 442 3 369 -17 301 -17 c 0\n 196 -17 121 53 121 152 c 0\n 121 301 253 432 403 432 c 0\n 465 432 516 413 551 376 c 1\n404 490 m 1\n 296 599 l 1\n 288 605 286 608 286 614 c 0\n 286 627 298 639 311 639 c 0\n 316 639 321 636 327 631 c 2\n 415 543 l 1\n 542 631 l 2\n 549 636 556 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 613 573 608 559 598 c 2\n 404 490 l 1\nEndSplineSet\nEndChar\nStartChar: Dcaron\nEncoding: 270 270 205\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 113 154 290> 522 41<190 215 256 256 256 399>\nVStem: 551 41<358 378>\nFore\n113 41 m 1\n 215 522 l 1\n 181 522 l 2\n 165 522 158 527 158 538 c 0\n 158 554 170 563 190 563 c 2\n 410 563 l 2\n 519 563 592 484 592 368 c 0\n 592 348 590 329 586 310 c 2\n 574 254 l 2\n 544 112 419 0 290 0 c 2\n 70 0 l 2\n 54 0 47 5 47 16 c 0\n 47 32 59 41 79 41 c 2\n 113 41 l 1\n154 41 m 1\n 303 41 l 2\n 399 41 508 139 531 245 c 2\n 547 318 l 1\n 549 332 551 346 551 357 c 0\n 551 399 538 440 514 472 c 0\n 488 507 453 522 399 522 c 2\n 256 522 l 1\n 154 41 l 1\n398 640 m 1\n 288 749 l 1\n 280 753 278 757 278 766 c 0\n 278 775 291 789 300 789 c 1\n 308 789 l 1\n 311 789 312 788 319 781 c 2\n 408 690 l 1\n 533 781 l 2\n 536 783 550 789 552 789 c 0\n 561 789 568 783 568 774 c 0\n 568 760.232 560.479 754.24 550 749 c 1\n 398 640 l 1\nEndSplineSet\nEndChar\nStartChar: dcaron\nEncoding: 271 271 206\nWidth: 600\nFlags: HW\nHStem: -16 41<245 312> 0 41<510 556> 390 41<308 407.5> 563 41<535 580>\nVStem: 102 42<126.5 226.5>\nFore\n630 604 m 1\n 510 41 l 1\n 565 41 l 2\n 581 41 587 37 587 25 c 0\n 587 10 575 0 556 0 c 2\n 461 0 l 1\n 480 89 l 1\n 417 18 350 -16 274 -16 c 0\n 176 -16 102 58 102 157 c 0\n 102 299 232 431 371 431 c 0\n 446 431 496 398 530 327 c 1\n 580 563 l 1\n 526 563 l 2\n 509 563 503 567 503 580 c 0\n 503 595 515 604 535 604 c 2\n 630 604 l 1\n365 390 m 0\n 251 390 144 284 144 169 c 0\n 144 84 203 25 287 25 c 0\n 403 25 509 132 509 248 c 0\n 509 331 450 390 365 390 c 0\n762 580 m 2\n 652 455 l 2\n 644 445 635 440 627 440 c 0\n 619 440 611 448 611 455 c 0\n 611 461 615 469 622 477 c 2\n 733 603 l 2\n 742 614 749 618 758 618 c 0\n 766 618 774 611 774 603 c 0\n 774 596 771 590 762 580 c 2\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 207\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 113 154 290> 272 41<94 162 212 365> 522 41<190 215 256 399 256 256>\nVStem: 62 334 551 41<356.5 378>\nFore\n162 272 m 1\n 85 272 l 2\n 69 272 62 277 62 288 c 0\n 62 304 74 313 94 313 c 2\n 171 313 l 1\n 215 522 l 1\n 181 522 l 2\n 165 522 158 527 158 538 c 0\n 158 554 170 563 190 563 c 2\n 410 563 l 2\n 516 563 592 481 592 366 c 0\n 592 347 590 329 586 310 c 2\n 574 254 l 2\n 544 115 416 0 290 0 c 2\n 70 0 l 2\n 54 0 47 5 47 16 c 0\n 47 32 59 41 79 41 c 2\n 113 41 l 1\n 162 272 l 1\n256 522 m 1\n 212 313 l 1\n 374 313 l 2\n 391 313 397 309 397 297 c 0\n 397 282 385 272 365 272 c 2\n 203 272 l 1\n 154 41 l 1\n 303 41 l 2\n 398 41 509 140 531 245 c 1\n 547 319 l 1\n 550 331 551 345 551 357 c 0\n 551 399 538 440 514 472 c 0\n 488 507 453 522 399 522 c 2\n 256 522 l 1\nEndSplineSet\nEndChar\nStartChar: dcroat\nEncoding: 273 273 208\nWidth: 600\nFlags: HW\nHStem: -16 41<245 312> 0 41<510 556> 390 41<308 407.5> 479 41<434 562 612 657> 563 41<535 580>\nVStem: 102 42<126.5 226.5> 401 288\nFore\n612 520 m 1\n 666 520 l 2\n 684 520 690 516 690 504 c 0\n 690 487 680 479 657 479 c 2\n 603 479 l 1\n 510 41 l 1\n 565 41 l 2\n 581 41 587 37 587 25 c 0\n 587 10 575 0 556 0 c 2\n 461 0 l 1\n 480 89 l 1\n 417 18 350 -16 274 -16 c 0\n 176 -16 102 58 102 157 c 0\n 102 299 232 431 371 431 c 0\n 446 431 496 398 530 327 c 1\n 562 479 l 1\n 425 479 l 2\n 407 479 401 483 401 494 c 0\n 401 511 413 520 434 520 c 2\n 571 520 l 1\n 580 563 l 1\n 526 563 l 2\n 509 563 503 567 503 580 c 0\n 503 595 515 604 535 604 c 2\n 630 604 l 1\n 612 520 l 1\n365 390 m 0\n 251 390 144 284 144 169 c 0\n 144 84 203 25 287 25 c 0\n 403 25 509 132 509 248 c 0\n 509 331 450 390 365 390 c 0\nEndSplineSet\nEndChar\nStartChar: Emacron\nEncoding: 274 274 209\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569> 683 40<326 553>\nVStem: 294 291<699.5 706.5>\nFore\n223 272 m 1\n 174 41 l 1\n 488 41 l 1\n 513 160 l 2\n 517 178 526 187 540 187 c 0\n 549 187 556 180 556 172 c 0\n 556 169 555 165 554 160 c 2\n 520 0 l 1\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 619 563 l 1\n 589 424 l 1\n 586 406 577 397 563 397 c 0\n 554 397 547 404 547 412 c 1\n 550.494 452.506 562.959 484.04 569 522 c 1\n 276 522 l 1\n 232 313 l 1\n 377 313 l 1\n 386 358 l 1\n 390 376 399 385 412 385 c 0\n 422 385 429 378 429 370 c 0\n 429 368 428 362 427 358 c 2\n 399 227 l 1\n 396 209 387 200 373 200 c 0\n 364 200 357 207 357 215 c 1\n 358.23 236.436 364.532 252.802 368 272 c 1\n 223 272 l 1\n553 683 m 2\n 317 683 l 2\n 301 683 294 688 294 699 c 0\n 294 714 306 723 326 723 c 2\n 562 723 l 2\n 578 723 585 718 585 707 c 0\n 585 692 573 683 553 683 c 2\nEndSplineSet\nEndChar\nStartChar: emacron\nEncoding: 275 275 210\nWidth: 600\nFlags: HW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5> 536 40<305 532>\nVStem: 104 41<132 179> 273 291<552.5 559.5> 530 40<255 292.5>\nFore\n562 199 m 1\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 450 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 58 521 48 491 32 c 0\n 437 2 364 -16 300 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n 570 248 567 224 562 199 c 1\n155 240 m 1\n 529 240 l 1\n 530 245 530 250 530 252 c 0\n 530 333 466 390 375 390 c 0\n 277 390 192 332 155 240 c 1\n532 536 m 2\n 296 536 l 2\n 280 536 273 541 273 552 c 0\n 273 567 285 576 305 576 c 2\n 541 576 l 2\n 557 576 564 571 564 560 c 0\n 564 545 552 536 532 536 c 2\nEndSplineSet\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 211\nWidth: 600\nFlags: H\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569> 603 41<406.502 433.002>\nVStem: 286 42<693 695>\nRef: 728 728 N 1 0 0 1 6 114\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: ebreve\nEncoding: 277 277 212\nWidth: 600\nFlags: H\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5> 457 41<387.453 413.953>\nVStem: 104 41<132 179> 266 42<547 549> 530 40<255 292.5>\nRef: 728 728 N 1 0 0 1 -14 -32\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 213\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569> 661 101<429 437.5>\nVStem: 383 101<706 716.5>\nFore\n223 272 m 1\n 174 41 l 1\n 488 41 l 1\n 513 160 l 2\n 517 178 526 187 540 187 c 0\n 549 187 556 180 556 172 c 0\n 556 169 555 165 554 160 c 2\n 520 0 l 1\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 619 563 l 1\n 589 424 l 1\n 586 406 577 397 563 397 c 0\n 554 397 547 404 547 412 c 1\n 550.494 452.506 562.959 484.04 569 522 c 1\n 276 522 l 1\n 232 313 l 1\n 377 313 l 1\n 386 358 l 1\n 390 376 399 385 412 385 c 0\n 422 385 429 378 429 370 c 0\n 429 368 428 362 427 358 c 2\n 399 227 l 1\n 396 209 387 200 373 200 c 0\n 364 200 357 207 357 215 c 1\n 358.23 236.436 364.532 252.802 368 272 c 1\n 223 272 l 1\n444 762 m 0\n 467 762 484 745 484 721 c 0\n 484 691 453 661 422 661 c 0\n 401 661 383 680 383 702 c 0\n 383 731 414 762 444 762 c 0\nEndSplineSet\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 214\nWidth: 600\nFlags: HMW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5> 511 100<413.5 424>\nVStem: 104 41<132 179> 368 102<555.5 566> 530 40<255 292.5>\nFore\n562 199 m 1\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 450 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 58 521 48 491 32 c 0\n 437 2 364 -16 300 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n 570 248 567 224 562 199 c 1\n155 240 m 1\n 529 240 l 1\n 530 245 530 250 530 252 c 0\n 530 333 466 390 375 390 c 0\n 277 390 192 332 155 240 c 1\n429 611 m 0\n 453 611 470 594 470 571 c 0\n 470 540 440 511 408 511 c 0\n 385 511 368 528 368 551 c 0\n 368 581 398 611 429 611 c 0\nEndSplineSet\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 215\nWidth: 600\nFlags: HMW\nHStem: -155 30<414.5 438> 0 41<79 133 174 458> 272 41<232 368> 522 41<190 235 276 276 276 569>\nVStem: 351 42<-108 -95.5>\nFore\n351 -108 m 0\n 351 -53.5345 400.18 -28.2677 458 0 c 1\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 619 563 l 1\n 589 424 l 1\n 586 406 577 397 563 397 c 0\n 554 397 547 404 547 412 c 1\n 550.494 452.506 562.959 484.04 569 522 c 1\n 276 522 l 1\n 232 313 l 1\n 377 313 l 1\n 386 358 l 1\n 390 376 399 385 412 385 c 0\n 422 385 429 378 429 370 c 0\n 429 368 428 362 427 358 c 2\n 399 227 l 1\n 396 209 387 200 373 200 c 0\n 364 200 357 207 357 215 c 1\n 358.23 236.436 364.532 252.802 368 272 c 1\n 223 272 l 1\n 174 41 l 1\n 488 41 l 1\n 513 160 l 2\n 517 178 526 187 540 187 c 0\n 549 187 556 180 556 172 c 0\n 556 169 555 165 554 160 c 2\n 520 0 l 1\n 440 -23 393 -60 393 -100 c 0\n 393 -116 404 -125 425 -125 c 0\n 451 -125 457 -123 480 -107 c 0\n 483 -105 487 -104 490 -104 c 0\n 495 -104 501 -110 501 -116 c 0\n 501 -135 458 -155 418 -155 c 0\n 375 -155 351 -138 351 -108 c 0\nEndSplineSet\nEndChar\nStartChar: eogonek\nEncoding: 281 281 216\nWidth: 600\nFlags: HMW\nHStem: -155 32<350.5 370.5> -16 41<261.5 310> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 285 40<-107 -90> 530 40<255 292.5>\nFore\n562 199 m 1\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 450 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 56 516 43 473 22 c 0\n 355 -35 325 -59 325 -99 c 0\n 325 -115 338 -123 363 -123 c 0\n 381 -123 390 -121 415 -107 c 0\n 418 -105 422 -104 424 -104 c 0\n 430 -104 435 -109 435 -116 c 0\n 435 -134 391 -155 350 -155 c 0\n 309 -155 285 -138 285 -109 c 0\n 285 -71 313 -34 359 -11 c 1\n 333 -15 319 -16 301 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n 570 248 567 224 562 199 c 1\n155 240 m 1\n 529 240 l 1\n 530 245 530 250 530 252 c 0\n 530 333 466 390 375 390 c 0\n 277 390 192 332 155 240 c 1\nEndSplineSet\nEndChar\nStartChar: Ecaron\nEncoding: 282 282 217\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569>\nFore\n223 272 m 1\n 174 41 l 1\n 488 41 l 1\n 513 160 l 2\n 517 178 526 187 540 187 c 0\n 549 187 556 180 556 172 c 0\n 556 169 555 165 554 160 c 2\n 520 0 l 1\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 619 563 l 1\n 589 424 l 1\n 586 406 577 397 563 397 c 0\n 554 397 547 404 547 412 c 1\n 550.494 452.506 562.959 484.04 569 522 c 1\n 276 522 l 1\n 232 313 l 1\n 377 313 l 1\n 386 358 l 1\n 390 376 399 385 412 385 c 0\n 422 385 429 378 429 370 c 0\n 429 368 428 362 427 358 c 2\n 399 227 l 1\n 396 209 387 200 373 200 c 0\n 364 200 357 207 357 215 c 1\n 358.23 236.436 364.532 252.802 368 272 c 1\n 223 272 l 1\n408 640 m 1\n 298 749 l 1\n 290 753 288 757 288 766 c 0\n 288 775 301 789 310 789 c 1\n 318 789 l 1\n 321 789 322 788 329 781 c 2\n 418 690 l 1\n 543 781 l 2\n 546 783 560 789 562 789 c 0\n 571 789 578 783 578 774 c 0\n 578 760.232 570.479 754.24 560 749 c 1\n 408 640 l 1\nEndSplineSet\nEndChar\nStartChar: ecaron\nEncoding: 283 283 218\nWidth: 600\nFlags: HMW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 530 40<255 292.5>\nFore\n562 199 m 1\n 146 199 l 1\n 145 189 145 181 145 177 c 0\n 145 87 213 25 310 25 c 0\n 373 25 450 47 498 79 c 0\n 507 84 511 86 516 86 c 0\n 525 86 531 79 531 70 c 0\n 531 58 521 48 491 32 c 0\n 437 2 364 -16 300 -16 c 0\n 184 -16 104 60 104 171 c 0\n 104 309 235 431 383 431 c 0\n 492 431 570 361 570 262 c 0\n 570 248 567 224 562 199 c 1\n155 240 m 1\n 529 240 l 1\n 530 245 530 250 530 252 c 0\n 530 333 466 390 375 390 c 0\n 277 390 192 332 155 240 c 1\n404 490 m 1\n 296 599 l 1\n 288 605 286 608 286 614 c 0\n 286 627 298 639 311 639 c 0\n 316 639 321 636 327 631 c 2\n 415 543 l 1\n 542 631 l 2\n 549 636 556 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 613 573 608 559 598 c 2\n 404 490 l 1\nEndSplineSet\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 219\nWidth: 600\nFlags: H\nHStem: -16 41<281.5 361> 209 41<394 524 565 579 565 565> 536 40<370.5 448>\nVStem: 108 42<136.5 189.5> 362 250<226.5 233>\nRef: 710 710 N 1 0 0 1 37 113\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 220\nWidth: 600\nFlags: H\nHStem: -186 41<171 277> 10 41<242 307.5> 376 41<561 615 561 561> 390 41<300.5 394.5>\nVStem: 105 42<146 238.5>\nRef: 710 710 N 1 0 0 1 8 -33\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 221\nWidth: 600\nFlags: HMW\nHStem: -16 41<281.5 361> 209 41<394 524 565 579 565 565> 536 40<370.5 448> 647 41<463.5 505>\nVStem: 108 42<136.5 189.5> 362 250<226.5 233>\nFore\n565 209 m 1\n 528 36 l 1\n 462 2 392 -16 330 -16 c 0\n 193 -16 108 59 108 179 c 0\n 108 200 110 222 115 244 c 2\n 131 318 l 2\n 162 463 295 576 436 576 c 0\n 502 576 553 558 590 522 c 1\n 594.258 541.87 599.024 563 619 563 c 0\n 629 563 636 556 636 548 c 0\n 636 545 636 544 634 536 c 1\n 615 445 l 2\n 611 427 601 417 588 417 c 0\n 583 417 578 421 572 429 c 1\n 575 465 l 1\n 576 471 552 499 537 508 c 1\n 513 525 468 536 428 536 c 0\n 313 536 197 438 172 317 c 1\n 163.173 276.727 150 233.318 150 187 c 0\n 150 86 222 25 341 25 c 0\n 393 25 430 33 492 59 c 1\n 524 209 l 1\n 385 209 l 2\n 369 209 362 214 362 225 c 0\n 362 241 374 250 394 250 c 2\n 588 250 l 2\n 605 250 612 245 612 234 c 0\n 612 219 599 209 579 209 c 2\n 565 209 l 1\n378 777 m 0\n 383 777 386 775 390 771 c 0\n 393 767 393 767 395 736 c 0\n 396 712 441 688 486 688 c 0\n 546 688 596 715 613 755 c 0\n 621 773 625 777 638 777 c 0\n 649 777 656 771 656 761 c 0\n 656 741 638 713 612 692 c 0\n 576 662 531 647 479 647 c 0\n 397 647 351 682 351 744 c 0\n 351 764 362 777 378 777 c 0\nEndSplineSet\nEndChar\nStartChar: gbreve\nEncoding: 287 287 222\nWidth: 600\nFlags: HW\nHStem: -186 41<171 277> 10 41<242 307.5> 376 41<561 615 561 561> 390 41<300.5 394.5> 489 41<401 427.5>\nVStem: 105 42<146 238.5> 280 42<579 581>\nFore\n511 334 m 1\n 529 417 l 1\n 624 417 l 2\n 641 417 647 413 647 401 c 0\n 647 386 635 376 615 376 c 2\n 561 376 l 1\n 475 -28 l 1\n 466 -69 447 -100 410 -132 c 0\n 367 -170 326 -186 277 -186 c 2\n 162 -186 l 2\n 146 -186 139 -181 139 -170 c 0\n 139 -154 151 -145 171 -145 c 2\n 287 -145 l 2\n 355 -145 421 -90 435 -22 c 1\n 463 107 l 1\n 403 40 344 10 271 10 c 0\n 174 10 105 79 105 177 c 0\n 105 307 230 431 361 431 c 0\n 433 431 480 401 511 334 c 1\n354 390 m 0\n 247 390 147 291 147 186 c 0\n 147 106 202 51 282 51 c 0\n 392 51 491 150 491 258 c 0\n 491 336 435 390 354 390 c 0\n324 610 m 1\n 322 581 l 1\n 322 577 338 557 345 551 c 0\n 360 539 388 530 414 530 c 0\n 467 530 520 560 532 598 c 0\n 537 613 545 621 557 621 c 0\n 565 621 574 612 574 605 c 0\n 574 588 552 552 532 534 c 0\n 500 506 451 489 404 489 c 0\n 332 489 280 528 280 584 c 0\n 280 604 293 621 307 621 c 0\n 313 621 317 619 324 610 c 1\nEndSplineSet\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 223\nWidth: 600\nFlags: H\nHStem: -16 41<281.5 361> 209 41<394 524 565 579 565 565> 536 40<370.5 448> 603 100<446.211 456.711>\nVStem: 108 42<136.5 189.5> 362 250<226.5 233> 401 102<647.5 658>\nRef: 729 729 N 1 0 0 1 33 92\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 224\nWidth: 600\nFlags: H\nHStem: -186 41<171 277> 10 41<242 307.5> 376 41<561 615 561 561> 390 41<300.5 394.5> 457 100<417.05 427.55>\nVStem: 105 42<146 238.5> 372 102<501.5 512>\nRef: 729 729 N 1 0 0 1 4 -54\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 225\nWidth: 600\nFlags: HMW\nHStem: -16 41<281.5 361> 209 41<394 524 565 579 565 565> 536 40<370.5 448>\nVStem: 108 42<136.5 189.5> 362 250<226.5 233>\nFore\n565 209 m 1\n 528 36 l 1\n 462 2 392 -16 330 -16 c 0\n 193 -16 108 59 108 179 c 0\n 108 200 110 222 115 244 c 2\n 131 318 l 2\n 162 463 295 576 436 576 c 0\n 502 576 553 558 590 522 c 1\n 594.258 541.87 599.024 563 619 563 c 0\n 629 563 636 556 636 548 c 0\n 636 545 636 544 634 536 c 1\n 615 445 l 2\n 611 427 601 417 588 417 c 0\n 583 417 578 421 572 429 c 1\n 575 465 l 1\n 576 471 552 499 537 508 c 1\n 513 525 468 536 428 536 c 0\n 313 536 197 438 172 317 c 1\n 163.173 276.727 150 233.318 150 187 c 0\n 150 86 222 25 341 25 c 0\n 393 25 430 33 492 59 c 1\n 524 209 l 1\n 385 209 l 2\n 369 209 362 214 362 225 c 0\n 362 241 374 250 394 250 c 2\n 588 250 l 2\n 605 250 612 245 612 234 c 0\n 612 219 599 209 579 209 c 2\n 565 209 l 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 226\nWidth: 600\nFlags: HW\nHStem: -186 41<171 277> 10 41<242 307.5> 376 41<561 615 561 561> 390 41<300.5 394.5>\nVStem: 105 42<146 238.5>\nFore\n511 334 m 1\n 529 417 l 1\n 624 417 l 2\n 641 417 647 413 647 401 c 0\n 647 386 635 376 615 376 c 2\n 561 376 l 1\n 475 -28 l 1\n 466 -69 447 -100 410 -132 c 0\n 367 -170 326 -186 277 -186 c 2\n 162 -186 l 2\n 146 -186 139 -181 139 -170 c 0\n 139 -154 151 -145 171 -145 c 2\n 287 -145 l 2\n 355 -145 421 -90 435 -22 c 1\n 463 107 l 1\n 403 40 344 10 271 10 c 0\n 174 10 105 79 105 177 c 0\n 105 307 230 431 361 431 c 0\n 433 431 480 401 511 334 c 1\n354 390 m 0\n 247 390 147 291 147 186 c 0\n 147 106 202 51 282 51 c 0\n 392 51 491 150 491 258 c 0\n 491 336 435 390 354 390 c 0\n506 630 m 2\n 396 505 l 2\n 388 495 379 490 371 490 c 0\n 363 490 355 498 355 505 c 0\n 355 511 359 519 366 527 c 2\n 477 653 l 2\n 486 664 493 668 502 668 c 0\n 510 668 518 661 518 653 c 0\n 518 646 515 640 506 630 c 2\nEndSplineSet\nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 227\nWidth: 600\nFlags: H\nHStem: 0 41<89 135 176 221 392 446 487 524> 272 41<234 495> 522 41<221 237 278 278 278 332 503 548 589 589 589 614>\nVStem: 189 174 360 196<17.5 24> 471 174\nRef: 710 710 N 1 0 0 1 26 113\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 228\nWidth: 600\nFlags: H\nHStem: 0 41<87 133 174 210 400 446 487 524> 390 41<380.5 417> 563 41<198 244>\nVStem: 55 188<17.5 24.5> 369 187<17.5 24.5> 501 42<314.5 319.5>\nRef: 710 710 N 1 0 0 1 30 154\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: Hbar\nEncoding: 294 294 229\nWidth: 600\nFlags: HW\nHStem: 0 41<80 135 177 230 382 446 488 533> 272 41<235 494> 405 40<191 211 265 521 574 583> 522 41<211 236 278 342 493 547 589 624>\nVStem: 57 196<16 25> 157 461<421 429> 189 174<538 547> 360 196<16 25> 471 174<538 547>\nDStem: 212.189 405 253.368 405 135 41 234 313 212.189 405 564.189 405 135 41 487 41 212.189 405 225 272 135 41 176 41 237 522 278 522 220.672 445 261.789 445 495 272 564.189 405 446 41 487 41 523.368 405 564.189 405 504 313 487 41 548 522 589 522 531.789 445 572.672 445\nFore\n573 445 m 1\n 582 445 l 2\n 607 445 618 440 618 429 c 0\n 618 414 599 405 567 405 c 2\n 564 405 l 1\n 487 41 l 1\n 532 41 l 2\n 550 41 556 37 556 25 c 0\n 556 10 543 0 524 0 c 2\n 383 0 l 2\n 367 0 360 5 360 16 c 0\n 360 32 372 41 392 41 c 2\n 446 41 l 1\n 495 272 l 1\n 225 272 l 1\n 176 41 l 1\n 230 41 l 2\n 247 41 253 37 253 25 c 0\n 253 10 240 0 221 0 c 2\n 81 0 l 2\n 64 0 57 5 57 16 c 0\n 57 32 69 41 89 41 c 2\n 135 41 l 1\n 212 405 l 1\n 194 405 l 2\n 168 405 157 410 157 421 c 0\n 157 436 176 445 208 445 c 2\n 221 445 l 1\n 237 522 l 1\n 212 522 l 2\n 196 522 189 527 189 538 c 0\n 189 554 201 563 221 563 c 2\n 341 563 l 2\n 358 563 364 559 364 547 c 0\n 364 532 352 522 332 522 c 2\n 278 522 l 1\n 262 445 l 1\n 532 445 l 1\n 548 522 l 1\n 494 522 l 2\n 478 522 471 527 471 538 c 0\n 471 554 483 563 503 563 c 2\n 623 563 l 2\n 640 563 646 559 646 547 c 0\n 646 532 634 522 614 522 c 2\n 589 522 l 1\n 573 445 l 1\n523 405 m 1\n 253 405 l 1\n 234 313 l 1\n 504 313 l 1\n 523 405 l 1\nEndSplineSet\nEndChar\nStartChar: hbar\nEncoding: 295 295 230\nWidth: 600\nFlags: HW\nHStem: 0 41<77 133 175 220 391 446 488 533> 390 41<391 413> 473 40<154 221 279 351> 563 41<188 243>\nVStem: 55 188<17 25> 136 233<490 496> 369 187<17 25> 501 42<304 321>\nDStem: 224.862 473 265.475 473 133 41 239 347 224.862 473 228 296 133 41 174 41 244 563 293 604 233.368 513 273.879 513 498 288 540 291 446 41 487 41\nFore\n233 513 m 1\n 244 563 l 1\n 189 563 l 2\n 173 563 167 567 167 580 c 0\n 167 595 179 604 198 604 c 2\n 293 604 l 1\n 274 513 l 1\n 351 513 l 2\n 363 513 369 508 369 497 c 0\n 369 482 359 473 343 473 c 2\n 265 473 l 1\n 239 347 l 1\n 303 408 350 431 411 431 c 0\n 491 431 543 387 543 319 c 0\n 543 310 542 301 540 291 c 2\n 487 41 l 1\n 532 41 l 2\n 549 41 556 36 556 25 c 0\n 556 10 543 0 524 0 c 2\n 392 0 l 2\n 376 0 369 5 369 17 c 0\n 369 32 381 41 400 41 c 2\n 446 41 l 1\n 498 288 l 1\n 500 295 501 304 501 309 c 0\n 501 330 493 349 477 364 c 0\n 457 384 438 390 396 390 c 0\n 341 390 309 373 241 309 c 2\n 228 296 l 1\n 174 41 l 1\n 219 41 l 2\n 236 41 243 36 243 25 c 0\n 243 10 230 0 210 0 c 2\n 78 0 l 2\n 62 0 55 5 55 17 c 0\n 55 32 67 41 87 41 c 2\n 133 41 l 1\n 225 473 l 1\n 155 473 l 2\n 142 473 136 478 136 489 c 0\n 136 504 146 513 162 513 c 2\n 233 513 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: Itilde\nEncoding: 296 296 231\nWidth: 600\nFlags: H\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431> 603 41<493.008 505.008> 651 41<373.508 384.508>\nVStem: 117 375<17.5 24>\nRef: 732 732 N 1 0 0 1 20 87\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: itilde\nEncoding: 297 297 232\nWidth: 600\nFlags: H\nHStem: 0 41<127 288 329 481> 376 41<250 359> 457 41<461.952 473.952> 505 41<342.452 353.452>\nVStem: 96 417<17.5 24>\nRef: 732 732 N 1 0 0 1 -12 -59\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Imacron\nEncoding: 298 298 233\nWidth: 600\nFlags: HW\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431> 683 40<336 563>\nVStem: 117 375<17.5 24> 304 291<699.5 706.5>\nFore\n431 522 m 1\n 329 41 l 1\n 468 41 l 2\n 486 41 492 37 492 25 c 0\n 492 10 479 0 460 0 c 2\n 140 0 l 2\n 124 0 117 5 117 16 c 0\n 117 32 129 41 148 41 c 2\n 288 41 l 1\n 390 522 l 1\n 251 522 l 2\n 235 522 228 527 228 538 c 0\n 228 554 240 563 259 563 c 2\n 579 563 l 2\n 597 563 603 559 603 547 c 0\n 603 532 590 522 571 522 c 2\n 431 522 l 1\n563 683 m 2\n 327 683 l 2\n 311 683 304 688 304 699 c 0\n 304 714 316 723 336 723 c 2\n 572 723 l 2\n 588 723 595 718 595 707 c 0\n 595 692 583 683 563 683 c 2\nEndSplineSet\nEndChar\nStartChar: imacron\nEncoding: 299 299 234\nWidth: 600\nFlags: HW\nHStem: 0 41<127 288 329 481> 376 41<250 359> 536 40<305 532>\nVStem: 96 417<17.5 24> 273 291<552.5 559.5>\nFore\n409 417 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 10 500 0 481 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 359 376 l 1\n 241 376 l 2\n 225 376 218 381 218 393 c 0\n 218 408 230 417 250 417 c 2\n 409 417 l 1\n532 536 m 2\n 296 536 l 2\n 280 536 273 541 273 552 c 0\n 273 567 285 576 305 576 c 2\n 541 576 l 2\n 557 576 564 571 564 560 c 0\n 564 545 552 536 532 536 c 2\nEndSplineSet\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 235\nWidth: 600\nFlags: H\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431> 603 41<424.974 451.474>\nVStem: 117 375<17.5 24> 304 42<693 695>\nRef: 728 728 N 1 0 0 1 24 114\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: ibreve\nEncoding: 301 301 236\nWidth: 600\nFlags: H\nHStem: 0 41<127 288 329 481> 376 41<250 359> 457 41<393.918 420.418>\nVStem: 96 417<17.5 24> 273 42<547 549>\nRef: 728 728 N 1 0 0 1 -7 -32\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 237\nWidth: 600\nFlags: HW\nHStem: -155 30<366.5 390> 0 41<148 288 329 409> 522 41<259 390 431 571 431 431>\nVStem: 228 375<539.5 546> 303 42<-108.5 -96>\nFore\n431 522 m 1\n 329 41 l 1\n 468 41 l 2\n 486 41 492 37 492 25 c 0\n 492 19 489 13 485 8 c 0\n 481 4 481 4 433 -13 c 0\n 386 -28 345 -69 345 -100 c 0\n 345 -117 356 -125 377 -125 c 0\n 403 -125 409 -123 432 -107 c 0\n 435 -105 439 -104 442 -104 c 0\n 447 -104 453 -110 453 -116 c 0\n 453 -135 410 -155 370 -155 c 0\n 327 -155 303 -138 303 -108 c 0\n 303 -84 317 -58 341 -39 c 0\n 355 -27 365 -22 409 0 c 1\n 140 0 l 2\n 124 0 117 5 117 16 c 0\n 117 32 129 41 148 41 c 2\n 288 41 l 1\n 390 522 l 1\n 251 522 l 2\n 235 522 228 527 228 538 c 0\n 228 554 240 563 259 563 c 2\n 579 563 l 2\n 597 563 603 559 603 547 c 0\n 603 532 590 522 571 522 c 2\n 431 522 l 1\nEndSplineSet\nEndChar\nStartChar: iogonek\nEncoding: 303 303 238\nWidth: 600\nFlags: HMW\nHStem: -155 32<410.5 430.5> 0 41<127 288 329 444> 376 41<250 359> 520 104<392 429>\nVStem: 345 40<-107 -94>\nFore\n409 417 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 14 506 6 490 -1 c 0\n 422 -30 385 -64 385 -99 c 0\n 385 -115 398 -123 423 -123 c 0\n 441 -123 450 -121 475 -107 c 0\n 478 -105 482 -104 484 -104 c 0\n 490 -104 495 -109 495 -116 c 0\n 495 -134 451 -155 410 -155 c 0\n 369 -155 345 -138 345 -109 c 0\n 345 -79 363 -49 394 -27 c 0\n 407 -17 414 -13 444 0 c 1\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 359 376 l 1\n 241 376 l 2\n 225 376 218 381 218 393 c 0\n 218 408 230 417 250 417 c 2\n 409 417 l 1\n451 624 m 1\n 429 520 l 1\n 370 520 l 1\n 392 624 l 1\n 451 624 l 1\nEndSplineSet\nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 239\nWidth: 600\nFlags: HW\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431> 661 101<449 457.5>\nVStem: 117 375<17.5 24> 403 101<706 716.5>\nFore\n431 522 m 1\n 329 41 l 1\n 468 41 l 2\n 486 41 492 37 492 25 c 0\n 492 10 479 0 460 0 c 2\n 140 0 l 2\n 124 0 117 5 117 16 c 0\n 117 32 129 41 148 41 c 2\n 288 41 l 1\n 390 522 l 1\n 251 522 l 2\n 235 522 228 527 228 538 c 0\n 228 554 240 563 259 563 c 2\n 579 563 l 2\n 597 563 603 559 603 547 c 0\n 603 532 590 522 571 522 c 2\n 431 522 l 1\n464 762 m 0\n 487 762 504 745 504 721 c 0\n 504 691 473 661 442 661 c 0\n 421 661 403 680 403 702 c 0\n 403 731 434 762 464 762 c 0\nEndSplineSet\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 240\nWidth: 600\nFlags: HMW\nHStem: 0 41<127 288 329 481> 376 41<250 359>\nVStem: 96 417<17.5 24>\nFore\n409 417 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 10 500 0 481 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 359 376 l 1\n 241 376 l 2\n 225 376 218 381 218 393 c 0\n 218 408 230 417 250 417 c 2\n 409 417 l 1\nEndSplineSet\nEndChar\nStartChar: IJ\nEncoding: 306 306 241\nWidth: 600\nFlags: HW\nHStem: -16 41<331 349> 0 41<49 108 150 199> 522 41<160 209 251 310 441 548 590 650>\nVStem: 27 195<16 25> 139 194<538 547> 418 253<538 547>\nDStem: 210 522 251 522 108 41 149 41 251 223 292 223 219 74 264 93 549 522 590 522 473 165 514 165\nFore\n251 522 m 1\n 149 41 l 1\n 198 41 l 2\n 216 41 222 37 222 25 c 0\n 222 10 209 0 190 0 c 2\n 50 0 l 2\n 34 0 27 5 27 16 c 0\n 27 32 39 41 58 41 c 2\n 108 41 l 1\n 210 522 l 1\n 161 522 l 2\n 145 522 138 527 138 538 c 0\n 138 554 150 563 169 563 c 2\n 309 563 l 2\n 327 563 333 559 333 547 c 0\n 333 532 320 522 301 522 c 2\n 251 522 l 1\n590 522 m 1\n 514 165 l 2\n 493 67 440 -16 338 -16 c 0\n 274 -16 260 0 219 74 c 1\n 251 223 l 2\n 255 241 263 250 277 250 c 0\n 286 250 293 243 293 235 c 1\n 287.918 183.082 271.82 142.181 264 93 c 1\n 290 44 297 25 347 25 c 0\n 429 25 457 87 473 165 c 1\n 549 522 l 1\n 442 522 l 2\n 425 522 418 527 418 538 c 0\n 418 554 430 563 450 563 c 2\n 649 563 l 2\n 666 563 672 559 672 547 c 0\n 672 532 660 522 640 522 c 2\n 590 522 l 1\nEndSplineSet\nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 242\nWidth: 600\nFlags: HW\nHStem: -186 41<234 378> 0 41<56 188 230 353> 376 41<140 258 456 596> 520 104<285 322 588 625>\nVStem: 35 341<16 25>\nDStem: 259 376 309 417 188 41 229 41 285 624 344 624 263 520 322 520 588 624 647 624 566 520 625 520 597 376 647 417 511 -28 552 -28\nFore\n344 624 m 1\n 322 520 l 1\n 263 520 l 1\n 285 624 l 1\n 344 624 l 1\n309 417 m 1\n 229 41 l 1\n 352 41 l 2\n 369 41 376 36 376 25 c 0\n 376 10 363 0 344 0 c 2\n 57 0 l 2\n 41 0 34 5 34 16 c 0\n 34 32 46 41 65 41 c 2\n 188 41 l 1\n 259 376 l 1\n 141 376 l 2\n 125 376 118 381 118 393 c 0\n 118 408 130 417 150 417 c 2\n 309 417 l 1\n597 376 m 1\n 457 376 l 2\n 440 376 433 381 433 392 c 0\n 433 408 445 417 466 417 c 2\n 647 417 l 1\n 552 -28 l 1\n 533 -121 455 -186 364 -186 c 2\n 235 -186 l 2\n 219 -186 212 -181 212 -170 c 0\n 212 -154 224 -145 244 -145 c 2\n 372 -145 l 2\n 438 -145 497 -96 511 -28 c 1\n 597 376 l 1\n647 624 m 1\n 625 520 l 1\n 566 520 l 1\n 588 624 l 1\n 647 624 l 1\nEndSplineSet\nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 243\nWidth: 600\nFlags: H\nHStem: -16 41<253 319> 522 41<380 530 571 667 571 571>\nVStem: 348 350\nRef: 710 710 N 1 0 0 1 156 113\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 244\nWidth: 600\nFlags: H\nHStem: -186 41<134 274> 376 41<256 496>\nDStem: 497 376 547 417 411 -28 452 -28\nFore\n497 376 m 1\n 257 376 l 2\n 240 376 233 381 233 392 c 0\n 233 408 245 417 266 417 c 2\n 547 417 l 1\n 452 -28 l 1\n 433 -121 355 -186 264 -186 c 2\n 135 -186 l 2\n 119 -186 112 -181 112 -170 c 0\n 112 -154 124 -145 144 -145 c 2\n 272 -145 l 2\n 338 -145 397 -96 411 -28 c 1\n 497 376 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nRef: 710 710 N 1 0 0 1 40 74\nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 245\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 240 498 545> 522 41<190 235 276 276 276 351 519 556 613 613 613 630>\nVStem: 158 225<539.5 546.5> 487 174\nFore\n212 221 m 1\n 174 41 l 1\n 248 41 l 2\n 265 41 272 36 272 25 c 0\n 272 10 259 0 240 0 c 2\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 165 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 359 563 l 2\n 377 563 383 559 383 547 c 0\n 383 532 371 522 351 522 c 2\n 276 522 l 1\n 223 273 l 1\n 556 522 l 1\n 511 522 l 2\n 494 522 487 527 487 538 c 0\n 487 554 499 563 519 563 c 2\n 638 563 l 2\n 656 563 662 559 662 547 c 0\n 662 532 650 522 630 522 c 2\n 613 522 l 1\n 349 324 l 1\n 437 284 464 233 498 41 c 1\n 554 41 l 2\n 570 41 577 36 577 25 c 0\n 577 10 564 0 545 0 c 2\n 459 0 l 1\n 428 204 397 263 309 294 c 1\n 212 221 l 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 246\nWidth: 600\nFlags: HW\nHStem: 0 41<99 153 392 420 478 514> 376 41<425 438 499 499 499 546> 563 41<218 264>\nVStem: 360 186<17.5 24.5> 393 185<393 400.5>\nFore\n223 180 m 1\n 185 0 l 1\n 90 0 l 2\n 74 0 67 5 67 17 c 0\n 67 32 79 41 99 41 c 2\n 153 41 l 1\n 264 563 l 1\n 210 563 l 2\n 193 563 187 567 187 580 c 0\n 187 595 199 604 218 604 c 2\n 314 604 l 1\n 234 229 l 1\n 438 376 l 1\n 416 376 l 2\n 400 376 393 381 393 393 c 0\n 393 408 405 417 425 417 c 2\n 554 417 l 2\n 572 417 578 413 578 400 c 0\n 578 386 565 376 546 376 c 2\n 499 376 l 1\n 314 245 l 1\n 478 41 l 1\n 523 41 l 2\n 539 41 546 37 546 25 c 0\n 546 10 533 0 514 0 c 2\n 383 0 l 2\n 367 0 360 5 360 17 c 0\n 360 32 372 41 392 41 c 2\n 420 41 l 1\n 278 219 l 1\n 223 180 l 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 247\nWidth: 600\nFlags: HW\nHStem: 0 41<67 130 342 378 437 484> 376 41<147 201 393 415 477 534>\nDStem: 202 376 251 417 130 41 214 240 202 376 203 191 130 41 163 0 203 191 240 217 379 41 437 41 416 376 477 376 214 240 240 217\nRef: 1082 1082 N 1 0 0 1 0 0\nEndChar\nStartChar: Lacute\nEncoding: 313 313 248\nWidth: 600\nFlags: HMW\nHStem: 0 41<99 195 236 508> 522 41<209 297 338 434 338 338>\nVStem: 178 288<539.5 546.5>\nFore\n338 522 m 1\n 236 41 l 1\n 508 41 l 1\n 542 201 l 2\n 546 219 555 228 568 228 c 0\n 578 228 585 222 585 214 c 0\n 585 211 584 206 583 201 c 2\n 541 0 l 1\n 90 0 l 2\n 74 0 67 5 67 16 c 0\n 67 32 79 41 99 41 c 2\n 195 41 l 1\n 297 522 l 1\n 201 522 l 2\n 184 522 178 527 178 539 c 0\n 178 554 190 563 209 563 c 2\n 443 563 l 2\n 460 563 466 559 466 547 c 0\n 466 532 454 522 434 522 c 2\n 338 522 l 1\n475 749 m 2\n 341 649 l 2\n 335 644 325 640 321 640 c 0\n 310 640 303 647 303 657 c 0\n 303 664 308 671 320 680 c 2\n 455 780 l 2\n 464 787 469 789 476 789 c 0\n 485 789 492 781 492 772 c 0\n 492 765 487 758 475 749 c 2\nEndSplineSet\nEndChar\nStartChar: lacute\nEncoding: 314 314 249\nWidth: 600\nFlags: HMW\nHStem: 0 41<127 288 329 481> 563 41<291 399>\nVStem: 96 417<17.5 24>\nFore\n449 604 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 10 500 0 481 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 399 563 l 1\n 282 563 l 2\n 265 563 259 567 259 579 c 0\n 259 595 271 604 291 604 c 2\n 449 604 l 1\n555 749 m 2\n 420 649 l 2\n 411 643 405 640 400 640 c 0\n 390 640 383 647 383 656 c 0\n 383 665 387 670 400 680 c 2\n 535 780 l 2\n 545 787 550 789 556 789 c 0\n 565 789 572 782 572 773 c 0\n 572 764 568 758 555 749 c 2\nEndSplineSet\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 250\nWidth: 600\nFlags: HMW\nHStem: 0 41<99 195 236 508> 522 41<209 297 338 434 338 338>\nVStem: 178 288<539.5 546.5>\nFore\n338 522 m 1\n 236 41 l 1\n 508 41 l 1\n 542 201 l 2\n 546 219 555 228 568 228 c 0\n 578 228 585 222 585 214 c 0\n 585 211 584 206 583 201 c 2\n 541 0 l 1\n 90 0 l 2\n 74 0 67 5 67 16 c 0\n 67 32 79 41 99 41 c 2\n 195 41 l 1\n 297 522 l 1\n 201 522 l 2\n 184 522 178 527 178 539 c 0\n 178 554 190 563 209 563 c 2\n 443 563 l 2\n 460 563 466 559 466 547 c 0\n 466 532 454 522 434 522 c 2\n 338 522 l 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 251\nWidth: 600\nFlags: HMW\nHStem: 0 41<127 288 329 481> 563 41<291 399>\nVStem: 96 416\nFore\n449 604 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 10 500 0 481 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 399 563 l 1\n 282 563 l 2\n 265 563 259 567 259 579 c 0\n 259 595 271 604 291 604 c 2\n 449 604 l 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 252\nWidth: 600\nFlags: HMW\nHStem: 0 41<99 195 236 508> 522 41<209 297 338 434 338 338>\nVStem: 178 288<539.5 546.5>\nFore\n338 522 m 1\n 236 41 l 1\n 508 41 l 1\n 542 201 l 2\n 546 219 555 228 568 228 c 0\n 578 228 585 222 585 214 c 0\n 585 211 584 206 583 201 c 2\n 541 0 l 1\n 90 0 l 2\n 74 0 67 5 67 16 c 0\n 67 32 79 41 99 41 c 2\n 195 41 l 1\n 297 522 l 1\n 201 522 l 2\n 184 522 178 527 178 539 c 0\n 178 554 190 563 209 563 c 2\n 443 563 l 2\n 460 563 466 559 466 547 c 0\n 466 532 454 522 434 522 c 2\n 338 522 l 1\n626 539 m 1\n 516 413 l 2\n 508 404 499 399 491 399 c 0\n 483 399 475 407 475 414 c 0\n 475 420 479 427 486 436 c 2\n 597 562 l 2\n 606 572 613 576 622 576 c 0\n 630 576 638 569 638 561 c 0\n 638 555 635 548 626 539 c 1\nEndSplineSet\nEndChar\nStartChar: lcaron\nEncoding: 318 318 253\nWidth: 600\nFlags: HMW\nHStem: 0 41<127 288 329 481> 563 41<291 399>\nVStem: 96 417<17.5 24>\nFore\n449 604 m 1\n 329 41 l 1\n 489 41 l 2\n 506 41 513 36 513 25 c 0\n 513 10 500 0 481 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 127 41 c 2\n 288 41 l 1\n 399 563 l 1\n 282 563 l 2\n 265 563 259 567 259 579 c 0\n 259 595 271 604 291 604 c 2\n 449 604 l 1\n581 580 m 2\n 471 455 l 2\n 463 445 454 440 446 440 c 0\n 438 440 430 448 430 455 c 0\n 430 461 434 469 441 477 c 2\n 552 603 l 2\n 561 614 568 618 577 618 c 0\n 585 618 593 611 593 603 c 0\n 593 596 590 590 581 580 c 2\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 254\nWidth: 600\nFlags: H\nHStem: 0 41<99 195 236 508> 246 131 522 41<209 297 338 434 338 338>\nVStem: 178 288<539.5 546.5> 355 151<304 319>\nRef: 183 183 N 1 0 0 1 70 29\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: ldot\nEncoding: 320 320 255\nWidth: 600\nFlags: HW\nHStem: 0 41<78.5 239.5 280.5 432.5> 241 131 563 41<242.5 350.5>\nVStem: 48 417<17.5 24> 402 151<299 314>\nRef: 183 183 N 1 0 0 1 116 24\nRef: 108 108 N 1 0 0 1 -48 0\nEndChar\nStartChar: Lslash\nEncoding: 321 321 256\nWidth: 600\nFlags: HMW\nHStem: 0 41<98 194 235 509> 522 41<209 296 337 434 337 337>\nVStem: 177 287\nFore\n337 522 m 1\n 292 310 l 1\n 443 390 l 2\n 448 392 458 395 462 395 c 0\n 471 395 478 388 478 379 c 0\n 478 368.428 468.524 360.01 456 355 c 1\n 282 263 l 1\n 235 41 l 1\n 509 41 l 1\n 543 202 l 2\n 547 220 556 229 570 229 c 0\n 579 229 586 222 586 214 c 0\n 586 212 585 206 584 202 c 2\n 541 0 l 1\n 89 0 l 2\n 73 0 66 5 66 16 c 0\n 66 32 78 41 98 41 c 2\n 194 41 l 1\n 238 246 l 1\n 118 184 l 2\n 111 181 104 178 100 178 c 0\n 92 178 85 186 85 195 c 0\n 85 205 90 212 105 219 c 2\n 248 293 l 1\n 296 522 l 1\n 200 522 l 2\n 184 522 177 527 177 538 c 0\n 177 554 189 563 209 563 c 2\n 442 563 l 2\n 459 563 465 559 465 547 c 0\n 465 532 453 522 434 522 c 2\n 337 522 l 1\nEndSplineSet\nEndChar\nStartChar: lslash\nEncoding: 322 322 257\nWidth: 600\nFlags: HMW\nHStem: 0 41<128 287 328 481> 563 41<290 397>\nVStem: 96 417<17.5 24>\nFore\n447 604 m 1\n 392 343 l 1\n 490 394 l 2\n 499 398 504 400 509 400 c 0\n 517 400 524 393 524 384 c 0\n 524 373 518 366 503 359 c 2\n 382 297 l 1\n 328 41 l 1\n 490 41 l 2\n 507 41 513 37 513 25 c 0\n 513 10 500 0 481 0 c 2\n 119 0 l 2\n 103 0 96 5 96 16 c 0\n 96 32 108 41 128 41 c 2\n 287 41 l 1\n 337 280 l 1\n 240 230 l 2\n 230 225 227 224 221 224 c 0\n 213 224 206 231 206 240 c 0\n 206 251 212 258 227 266 c 2\n 347 327 l 1\n 397 563 l 1\n 281 563 l 2\n 264 563 258 567 258 580 c 0\n 258 595 270 604 290 604 c 2\n 447 604 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 258\nWidth: 600\nFlags: HMW\nHStem: 0 41<78 112 153 219> 522 41<169 214 505 571 612 612 612 646>\nVStem: 46 205<17.5 24.5> 473 204\nFore\n501 0 m 1\n 449 0 l 1\n 251 504 l 1\n 153 41 l 1\n 227 41 l 2\n 244 41 251 37 251 25 c 0\n 251 10 238 0 219 0 c 2\n 69 0 l 2\n 53 0 46 5 46 17 c 0\n 46 32 58 41 78 41 c 2\n 112 41 l 1\n 214 522 l 1\n 160 522 l 2\n 143 522 137 527 137 539 c 0\n 137 554 149 563 169 563 c 2\n 275 563 l 1\n 473 59 l 1\n 571 522 l 1\n 497 522 l 2\n 480 522 473 527 473 538 c 0\n 473 554 485 563 505 563 c 2\n 655 563 l 2\n 672 563 678 559 678 547 c 0\n 678 532 666 522 646 522 c 2\n 612 522 l 1\n 501 0 l 1\n555 749 m 2\n 421 649 l 2\n 415 644 405 640 401 640 c 0\n 390 640 383 647 383 657 c 0\n 383 664 388 671 400 680 c 2\n 535 780 l 2\n 544 787 549 789 556 789 c 0\n 565 789 572 781 572 772 c 0\n 572 765 567 758 555 749 c 2\nEndSplineSet\nEndChar\nStartChar: nacute\nEncoding: 324 324 259\nWidth: 600\nFlags: HW\nHStem: 0 41<89 135 176 212 414 448 489 514> 376 41<181 206> 390 41<383.5 421.5>\nVStem: 57 186 382 164<17.5 24> 502 43<314 318.5>\nFore\n256 417 m 1\n 241 348 l 1\n 313 412 353 431 414 431 c 0\n 493 431 545 387 545 319 c 0\n 545 309 544 303 543 295 c 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 533 0 514 0 c 2\n 405 0 l 2\n 389 0 382 5 382 16 c 0\n 382 32 394 41 414 41 c 2\n 448 41 l 1\n 500 288 l 1\n 502 295 502 298 502 308 c 0\n 502 329 493 349 478 364 c 0\n 458 384 440 390 403 390 c 0\n 339 390 309 373 230 294 c 1\n 176 41 l 1\n 221 41 l 2\n 238 41 244 37 244 25 c 0\n 244 10 232 0 212 0 c 2\n 81 0 l 2\n 64 0 57 5 57 16 c 0\n 57 32 69 41 89 41 c 2\n 135 41 l 1\n 206 376 l 1\n 172 376 l 2\n 156 376 149 381 149 392 c 0\n 149 408 161 417 181 417 c 2\n 256 417 l 1\n560 599 m 2\n 425 499 l 2\n 416 493 410 490 405 490 c 0\n 395 490 388 497 388 506 c 0\n 388 515 392 520 405 530 c 2\n 540 630 l 2\n 550 637 555 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 614 573 608 560 599 c 2\nEndSplineSet\nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 260\nWidth: 600\nFlags: HMW\nHStem: 0 41<78 112 153 219> 522 41<169 214 505 571 612 612 612 646>\nVStem: 46 205<17.5 24.5> 473 204\nFore\n501 0 m 1\n 449 0 l 1\n 251 504 l 1\n 153 41 l 1\n 227 41 l 2\n 244 41 251 37 251 25 c 0\n 251 10 238 0 219 0 c 2\n 69 0 l 2\n 53 0 46 5 46 17 c 0\n 46 32 58 41 78 41 c 2\n 112 41 l 1\n 214 522 l 1\n 160 522 l 2\n 143 522 137 527 137 539 c 0\n 137 554 149 563 169 563 c 2\n 275 563 l 1\n 473 59 l 1\n 571 522 l 1\n 497 522 l 2\n 480 522 473 527 473 538 c 0\n 473 554 485 563 505 563 c 2\n 655 563 l 2\n 672 563 678 559 678 547 c 0\n 678 532 666 522 646 522 c 2\n 612 522 l 1\n 501 0 l 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 261\nWidth: 600\nFlags: HW\nHStem: 0 41<89 135 176 212 414 448 489 514> 376 41<181 206> 390 41<383.5 421.5>\nVStem: 57 186 502 43<314 318.5>\nFore\n256 417 m 1\n 241 348 l 1\n 313 412 353 431 414 431 c 0\n 493 431 545 387 545 319 c 0\n 545 309 544 303 543 295 c 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 533 0 514 0 c 2\n 405 0 l 2\n 389 0 382 5 382 16 c 0\n 382 32 394 41 414 41 c 2\n 448 41 l 1\n 500 288 l 1\n 502 295 502 298 502 308 c 0\n 502 329 493 349 478 364 c 0\n 458 384 440 390 403 390 c 0\n 339 390 309 373 230 294 c 1\n 176 41 l 1\n 221 41 l 2\n 238 41 244 37 244 25 c 0\n 244 10 232 0 212 0 c 2\n 81 0 l 2\n 64 0 57 5 57 16 c 0\n 57 32 69 41 89 41 c 2\n 135 41 l 1\n 206 376 l 1\n 172 376 l 2\n 156 376 149 381 149 392 c 0\n 149 408 161 417 181 417 c 2\n 256 417 l 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: Ncaron\nEncoding: 327 327 262\nWidth: 600\nFlags: HMW\nHStem: 0 41<78 112 153 219> 522 41<169 214 505 571 612 612 612 646>\nVStem: 46 205<17.5 24.5> 473 204\nFore\n501 0 m 1\n 449 0 l 1\n 251 504 l 1\n 153 41 l 1\n 227 41 l 2\n 244 41 251 37 251 25 c 0\n 251 10 238 0 219 0 c 2\n 69 0 l 2\n 53 0 46 5 46 17 c 0\n 46 32 58 41 78 41 c 2\n 112 41 l 1\n 214 522 l 1\n 160 522 l 2\n 143 522 137 527 137 539 c 0\n 137 554 149 563 169 563 c 2\n 275 563 l 1\n 473 59 l 1\n 571 522 l 1\n 497 522 l 2\n 480 522 473 527 473 538 c 0\n 473 554 485 563 505 563 c 2\n 655 563 l 2\n 672 563 678 559 678 547 c 0\n 678 532 666 522 646 522 c 2\n 612 522 l 1\n 501 0 l 1\n438 640 m 1\n 328 749 l 1\n 320 753 318 757 318 766 c 0\n 318 775 331 789 340 789 c 1\n 348 789 l 1\n 351 789 352 788 359 781 c 2\n 448 690 l 1\n 573 781 l 2\n 576 783 590 789 592 789 c 0\n 601 789 608 783 608 774 c 0\n 608 760.232 600.479 754.24 590 749 c 1\n 438 640 l 1\nEndSplineSet\nEndChar\nStartChar: ncaron\nEncoding: 328 328 263\nWidth: 600\nFlags: HW\nHStem: 0 41<89 135 176 212 414 448 489 514> 376 41<181 206> 390 41<383.5 421.5>\nVStem: 57 186 382 164<17.5 24> 502 43<314 318.5>\nFore\n256 417 m 1\n 241 348 l 1\n 313 412 353 431 414 431 c 0\n 493 431 545 387 545 319 c 0\n 545 309 544 303 543 295 c 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 533 0 514 0 c 2\n 405 0 l 2\n 389 0 382 5 382 16 c 0\n 382 32 394 41 414 41 c 2\n 448 41 l 1\n 500 288 l 1\n 502 295 502 298 502 308 c 0\n 502 329 493 349 478 364 c 0\n 458 384 440 390 403 390 c 0\n 339 390 309 373 230 294 c 1\n 176 41 l 1\n 221 41 l 2\n 238 41 244 37 244 25 c 0\n 244 10 232 0 212 0 c 2\n 81 0 l 2\n 64 0 57 5 57 16 c 0\n 57 32 69 41 89 41 c 2\n 135 41 l 1\n 206 376 l 1\n 172 376 l 2\n 156 376 149 381 149 392 c 0\n 149 408 161 417 181 417 c 2\n 256 417 l 1\n404 490 m 1\n 296 599 l 1\n 288 605 286 608 286 614 c 0\n 286 627 298 639 311 639 c 0\n 316 639 321 636 327 631 c 2\n 415 543 l 1\n 542 631 l 2\n 549 636 556 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 613 573 608 559 598 c 2\n 404 490 l 1\nEndSplineSet\nEndChar\nStartChar: napostrophe\nEncoding: 329 329 264\nWidth: 600\nFlags: HW\nHStem: 0 41<89 135 176 212 414 448 489 514> 376 41<181 206> 390 41<383.5 421.5>\nVStem: 57 186 382 164<17.5 24> 502 43<314 318.5>\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Eng\nEncoding: 330 330 265\nWidth: 600\nFlags: HW\nHStem: 0 41<78 112 153 219> 522 41<169 214 505 571 612 612 612 646>\nVStem: 46 205<17.5 24.5> 473 204\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: eng\nEncoding: 331 331 266\nWidth: 600\nFlags: HW\nHStem: 0 41<89 135 176 212 414 448 489 514> 376 41<181 206> 390 41<383.5 421.5>\nVStem: 57 186 382 164<17.5 24> 502 43<314 318.5>\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Omacron\nEncoding: 332 332 267\nWidth: 600\nFlags: HW\nHStem: -16 41<256.5 371.5> 535 41<346 461> 683 40<336 563>\nVStem: 102 42<161 297> 304 291<699.5 706.5> 574 42<263 400>\nFore\n422 576 m 0\n 536 576 616 486 616 357 c 0\n 616 164 461 -16 296 -16 c 0\n 181 -16 102 74 102 207 c 0\n 102 396 258 576 422 576 c 0\n415 535 m 0\n 277 535 144 378 144 216 c 0\n 144 106 211 25 302 25 c 0\n 441 25 574 181 574 345 c 0\n 574 455 507 535 415 535 c 0\n563 683 m 2\n 327 683 l 2\n 311 683 304 688 304 699 c 0\n 304 714 316 723 336 723 c 2\n 572 723 l 2\n 588 723 595 718 595 707 c 0\n 595 692 583 683 563 683 c 2\nEndSplineSet\nEndChar\nStartChar: omacron\nEncoding: 333 333 268\nWidth: 600\nFlags: HW\nHStem: -16 41<260.5 364.5> 390 41<323 427.5> 536 40<305 532>\nVStem: 111 42<128 227.5> 273 291<552.5 559.5> 535 42<187 287.5>\nFore\n391 431 m 0\n 501 431 577 358 577 252 c 0\n 577 113 441 -16 296 -16 c 0\n 187 -16 111 58 111 162 c 0\n 111 301 247 431 391 431 c 0\n382 390 m 0\n 264 390 153 284 153 171 c 0\n 153 85 216 25 305 25 c 0\n 424 25 535 130 535 244 c 0\n 535 331 473 390 382 390 c 0\n532 536 m 2\n 296 536 l 2\n 280 536 273 541 273 552 c 0\n 273 567 285 576 305 576 c 2\n 541 576 l 2\n 557 576 564 571 564 560 c 0\n 564 545 552 536 532 536 c 2\nEndSplineSet\nEndChar\nStartChar: Obreve\nEncoding: 334 334 269\nWidth: 600\nFlags: H\nHStem: -16 41<256.5 371.5> 535 41<346 461> 603 41<423.868 450.368>\nVStem: 102 42<161 297> 574 42<263 400 693 695>\nRef: 728 728 N 1 0 0 1 23 114\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: obreve\nEncoding: 335 335 270\nWidth: 600\nFlags: H\nHStem: -16 41<260.5 364.5> 390 41<323 427.5> 457 41<393.776 420.276>\nVStem: 111 42<128 227.5> 535 42<187 287.5 547 549>\nRef: 728 728 N 1 0 0 1 -7 -32\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 271\nWidth: 600\nFlags: HMW\nHStem: -16 41<256.5 371.5> 535 41<346 461>\nVStem: 102 42<161 297> 574 42<263 400>\nFore\n422 576 m 0\n 536 576 616 486 616 357 c 0\n 616 164 461 -16 296 -16 c 0\n 181 -16 102 74 102 207 c 0\n 102 396 258 576 422 576 c 0\n415 535 m 0\n 277 535 144 378 144 216 c 0\n 144 106 211 25 302 25 c 0\n 441 25 574 181 574 345 c 0\n 574 455 507 535 415 535 c 0\n514 747 m 2\n 396 649 l 2\n 391 645 380 640 376 640 c 0\n 365 640 358 647 358 657 c 0\n 358 664 363 671 375 680 c 2\n 493 778 l 1\n 503 784 510 787 512 787 c 0\n 523 787 530 780 530 770 c 0\n 530 763 524 755 514 747 c 2\n656 747 m 2\n 538 649 l 2\n 534 645 522 640 518 640 c 0\n 506 640 501 646 501 658 c 0\n 501 665.497 509.621 674.466 517 680 c 1\n 636 778 l 2\n 644 784 650 787 655 787 c 0\n 665 787 672 780 672 770 c 0\n 672 764 666 755 656 747 c 2\nEndSplineSet\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 272\nWidth: 600\nFlags: HMW\nHStem: -16 41<260.5 364.5> 390 41<323 427.5>\nVStem: 111 42<128 227.5> 535 42<187 287.5>\nFore\n391 431 m 0\n 501 431 577 358 577 252 c 0\n 577 113 441 -16 296 -16 c 0\n 187 -16 111 58 111 162 c 0\n 111 301 247 431 391 431 c 0\n382 390 m 0\n 264 390 153 284 153 171 c 0\n 153 85 216 25 305 25 c 0\n 424 25 535 130 535 244 c 0\n 535 331 473 390 382 390 c 0\n457 593 m 2\n 340 499 l 2\n 332 493 325 490 319 490 c 0\n 310 490 303 497 303 506 c 0\n 303 515 306 519 320 530 c 2\n 437 624 l 2\n 445 630 452 633 458 633 c 0\n 467 633 474 626 474 617 c 0\n 474 608 471 604 457 593 c 2\n599 593 m 2\n 481 499 l 2\n 473 493 466 490 460 490 c 0\n 451 490 444 497 444 506 c 0\n 444 516.626 452.199 523.399 461 530 c 1\n 579 624 l 2\n 587 630 594 633 600 633 c 0\n 609 633 616 626 616 617 c 0\n 616 608 613 604 599 593 c 2\nEndSplineSet\nEndChar\nStartChar: OE\nEncoding: 338 338 273\nWidth: 600\nFlags: HMW\nHStem: 0 41<274 306 347 558> 272 41<405 474> 522 41<376 408 449 640 449 449>\nVStem: 62 42<181 244.5>\nFore\n396 272 m 1\n 347 41 l 1\n 558 41 l 1\n 578 133 l 1\n 581 152 589 160 604 160 c 0\n 613 160 620 153 620 144 c 1\n 614.288 91.7116 598.181 49.819 590 0 c 1\n 264 0 l 2\n 202 0 153 17 120 49 c 0\n 84 84 62 142 62 203 c 0\n 62 400 204 563 376 563 c 2\n 690 563 l 1\n 657 409 l 2\n 653 391 645 382 631 382 c 0\n 622 382 615 389 615 397 c 1\n 619.204 442.795 633.2 478.801 640 522 c 1\n 449 522 l 1\n 405 313 l 1\n 483 313 l 1\n 487.612 333.752 490.022 367 515 367 c 0\n 525 367 532 360 532 352 c 0\n 532 347.989 530.742 343.711 530 340 c 1\n 509 244 l 2\n 505 226 497 217 483 217 c 0\n 474 217 467 224 467 232 c 1\n 467.708 246.958 471.418 258.916 474 272 c 1\n 396 272 l 1\n408 522 m 1\n 376 522 l 2\n 286 522 217 485 164 408 c 0\n 126 353 104 279 104 210 c 0\n 104 152 125 101 161 72 c 0\n 187 52 226 41 274 41 c 2\n 306 41 l 1\n 408 522 l 1\nEndSplineSet\nEndChar\nStartChar: oe\nEncoding: 339 339 274\nWidth: 600\nFlags: HMW\nHStem: -16 41<148 190 424 457> 199 41<371 586> 390 41<506.5 536.5>\nVStem: 50 41<115.5 175.5> 589 41<280.5 318.5>\nFore\n619 199 m 1\n 362 199 l 1\n 360 183 359 171 359 163 c 0\n 359 81 397 25 451 25 c 0\n 480 25 505 38 562 82 c 0\n 566 85 572 87 576 87 c 0\n 585 87 592 80 592 70 c 0\n 592 61 586 54 564 38 c 0\n 516 2 474 -16 440 -16 c 0\n 381 -16 335 29 321 103 c 1\n 275 27 218 -16 162 -16 c 0\n 97 -16 50 52 50 145 c 0\n 50 287 154 431 258 431 c 0\n 311 431 354 386 367 317 c 1\n 393 360 406 376 429 394 c 0\n 460 418 492 431 521 431 c 0\n 552 431 581 418 600 397 c 0\n 621 375 630 342 630 295 c 0\n 630 262 627 240 619 199 c 1\n371 240 m 1\n 586 240 l 1\n 588 262 589 274 589 287 c 0\n 589 354 562 390 512 390 c 0\n 452 390 405 340 371 240 c 1\n249 390 m 0\n 215 392 165 354 134 302 c 0\n 107 257 91 201 91 150 c 0\n 91 81 126 25 170 25 c 0\n 248 25 330 149 330 267 c 0\n 330 336 297 387 249 390 c 0\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 275\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 240 540 562> 251 41<227 341 341 351> 522 41<189 235 276 276 276 429>\nVStem: 47 225<17.5 24.5> 545 42<395.5 452>\nFore\n218 251 m 1\n 174 41 l 1\n 248 41 l 2\n 265 41 272 37 272 25 c 0\n 272 10 259 0 240 0 c 2\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 164 522 158 527 158 539 c 0\n 158 554 170 563 189 563 c 2\n 438 563 l 2\n 522 563 587 507 587 434 c 0\n 587 357 528 299 414 262 c 1\n 468 218 489 183 540 41 c 1\n 570 41 l 2\n 587 41 594 36 594 25 c 0\n 594 10 581 0 562 0 c 2\n 505 0 l 1\n 452 162 419 216 351 251 c 1\n 218 251 l 1\n227 292 m 1\n 341 292 l 2\n 448 292 545 355 545 425 c 0\n 545 479 493 522 429 522 c 2\n 276 522 l 1\n 227 292 l 1\n555 749 m 2\n 421 649 l 2\n 415 644 405 640 401 640 c 0\n 390 640 383 647 383 657 c 0\n 383 664 388 671 400 680 c 2\n 535 780 l 2\n 544 787 549 789 556 789 c 0\n 565 789 572 781 572 772 c 0\n 572 765 567 758 555 749 c 2\nEndSplineSet\nEndChar\nStartChar: racute\nEncoding: 341 341 276\nWidth: 600\nFlags: HW\nHStem: 0 41<120 216 257 427> 376 41<221 287> 386 41<506 531>\nVStem: 88 371<17 24>\nFore\n337 417 m 1\n 315 315 l 1\n 427 400 480 427 532 427 c 0\n 558 427 575 420 595 403 c 0\n 610 389 619 377 619 369 c 0\n 619 357 606 344 592 344 c 0\n 586 344 584 345 578 352 c 0\n 559 376 542 386 520 386 c 0\n 475 386 435 363 304 262 c 1\n 257 41 l 1\n 436 41 l 2\n 451 41 459 36 459 24 c 0\n 459 10 446 0 427 0 c 2\n 111 0 l 2\n 96 0 88 5 88 17 c 0\n 88 31 101 41 120 41 c 2\n 216 41 l 1\n 287 376 l 1\n 213 376 l 2\n 197 376 190 381 190 393 c 0\n 190 407 203 417 221 417 c 2\n 337 417 l 1\n560 599 m 2\n 425 499 l 2\n 416 493 410 490 405 490 c 0\n 395 490 388 497 388 506 c 0\n 388 515 392 520 405 530 c 2\n 540 630 l 2\n 550 637 555 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 614 573 608 560 599 c 2\nEndSplineSet\nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 277\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 240 540 562> 251 41<227 341 341 351> 522 41<189 235 276 276 276 429>\nVStem: 47 225<17.5 24.5> 545 42<395.5 452>\nFore\n218 251 m 1\n 174 41 l 1\n 248 41 l 2\n 265 41 272 37 272 25 c 0\n 272 10 259 0 240 0 c 2\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 164 522 158 527 158 539 c 0\n 158 554 170 563 189 563 c 2\n 438 563 l 2\n 522 563 587 507 587 434 c 0\n 587 357 528 299 414 262 c 1\n 468 218 489 183 540 41 c 1\n 570 41 l 2\n 587 41 594 36 594 25 c 0\n 594 10 581 0 562 0 c 2\n 505 0 l 1\n 452 162 419 216 351 251 c 1\n 218 251 l 1\n227 292 m 1\n 341 292 l 2\n 448 292 545 355 545 425 c 0\n 545 479 493 522 429 522 c 2\n 276 522 l 1\n 227 292 l 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 278\nWidth: 600\nFlags: HW\nHStem: 0 41<120 216 257 427> 376 41<221 287> 386 41<506 531>\nVStem: 88 371<17 24>\nFore\n337 417 m 1\n 315 315 l 1\n 427 400 480 427 532 427 c 0\n 558 427 575 420 595 403 c 0\n 610 389 619 377 619 369 c 0\n 619 357 606 344 592 344 c 0\n 586 344 584 345 578 352 c 0\n 559 376 542 386 520 386 c 0\n 475 386 435 363 304 262 c 1\n 257 41 l 1\n 436 41 l 2\n 451 41 459 36 459 24 c 0\n 459 10 446 0 427 0 c 2\n 111 0 l 2\n 96 0 88 5 88 17 c 0\n 88 31 101 41 120 41 c 2\n 216 41 l 1\n 287 376 l 1\n 213 376 l 2\n 197 376 190 381 190 393 c 0\n 190 407 203 417 221 417 c 2\n 337 417 l 1\n250 -97 m 1\n 140 -223 l 2\n 132 -232 123 -237 115 -237 c 0\n 107 -237 99 -229 99 -222 c 0\n 99 -216 103 -209 110 -200 c 2\n 221 -74 l 2\n 230 -64 237 -60 246 -60 c 0\n 254 -60 262 -67 262 -75 c 0\n 262 -81 259 -88 250 -97 c 1\nEndSplineSet\nEndChar\nStartChar: Rcaron\nEncoding: 344 344 279\nWidth: 600\nFlags: HMW\nHStem: 0 41<79 133 174 240 540 562> 251 41<227 341 341 351> 522 41<189 235 276 276 276 429>\nVStem: 47 225<17.5 24.5> 545 42<395.5 452>\nFore\n218 251 m 1\n 174 41 l 1\n 248 41 l 2\n 265 41 272 37 272 25 c 0\n 272 10 259 0 240 0 c 2\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 164 522 158 527 158 539 c 0\n 158 554 170 563 189 563 c 2\n 438 563 l 2\n 522 563 587 507 587 434 c 0\n 587 357 528 299 414 262 c 1\n 468 218 489 183 540 41 c 1\n 570 41 l 2\n 587 41 594 36 594 25 c 0\n 594 10 581 0 562 0 c 2\n 505 0 l 1\n 452 162 419 216 351 251 c 1\n 218 251 l 1\n227 292 m 1\n 341 292 l 2\n 448 292 545 355 545 425 c 0\n 545 479 493 522 429 522 c 2\n 276 522 l 1\n 227 292 l 1\n398 640 m 1\n 288 749 l 1\n 280 753 278 757 278 766 c 0\n 278 775 291 789 300 789 c 1\n 308 789 l 1\n 311 789 312 788 319 781 c 2\n 408 690 l 1\n 533 781 l 2\n 536 783 550 789 552 789 c 0\n 561 789 568 783 568 774 c 0\n 568 760.232 560.479 754.24 550 749 c 1\n 398 640 l 1\nEndSplineSet\nEndChar\nStartChar: rcaron\nEncoding: 345 345 280\nWidth: 600\nFlags: HW\nHStem: 0 41<120 216 257 427> 376 41<221 287> 386 41<506 531>\nVStem: 88 371<17 24>\nFore\n337 417 m 1\n 315 315 l 1\n 427 400 480 427 532 427 c 0\n 558 427 575 420 595 403 c 0\n 610 389 619 377 619 369 c 0\n 619 357 606 344 592 344 c 0\n 586 344 584 345 578 352 c 0\n 559 376 542 386 520 386 c 0\n 475 386 435 363 304 262 c 1\n 257 41 l 1\n 436 41 l 2\n 451 41 459 36 459 24 c 0\n 459 10 446 0 427 0 c 2\n 111 0 l 2\n 96 0 88 5 88 17 c 0\n 88 31 101 41 120 41 c 2\n 216 41 l 1\n 287 376 l 1\n 213 376 l 2\n 197 376 190 381 190 393 c 0\n 190 407 203 417 221 417 c 2\n 337 417 l 1\n404 490 m 1\n 296 599 l 1\n 288 605 286 608 286 614 c 0\n 286 627 298 639 311 639 c 0\n 316 639 321 636 327 631 c 2\n 415 543 l 1\n 542 631 l 2\n 549 636 556 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 613 573 608 559 598 c 2\n 404 490 l 1\nEndSplineSet\nEndChar\nStartChar: Sacute\nEncoding: 346 346 281\nWidth: 600\nFlags: HMW\nHStem: -17 41<287.5 332.5> 536 41<371 433.5>\nVStem: 201 45<389 435> 500 45<161 188>\nFore\n555 517 m 1\n 559.445 538.114 562.997 563 586 563 c 0\n 595 563 602 556 602 548 c 0\n 602 545 602 543 600 536 c 1\n 578 433 l 1\n 575 416 565 405 553 405 c 0\n 547 405 542 408 536 417 c 1\n 539 459 l 1\n 539 464 517 497 508 506 c 0\n 491 523 451 536 416 536 c 0\n 326 536 246 471 246 399 c 0\n 246 339.71 304.74 321.01 378 309 c 0\n 453 296 480 287 505 269 c 0\n 528 252 545 217 545 185 c 0\n 545 137 520 84 482 50 c 0\n 437 10 364 -17 301 -17 c 0\n 231 -17 176 9 145 56 c 1\n 140.411 33.8193 138.096 0 112 0 c 0\n 103 0 96 7 96 15 c 0\n 96 17 97 23 98 27 c 2\n 121 139 l 1\n 125 157 135 167 148 167 c 0\n 154 167 159 163 164 155 c 1\n 160 109 l 1\n 160 103 188 65 201 55 c 0\n 222 37 268 24 307 24 c 0\n 410 24 500 95 500 177 c 0\n 500 199 487 224 470 237 c 0\n 450 253 430 259 361 271 c 0\n 293 283 259 295 234 317 c 0\n 214 334 201 364 201 392 c 0\n 201 489 305 577 420 577 c 0\n 479 577 523 558 555 517 c 1\n555 749 m 2\n 421 649 l 2\n 415 644 405 640 401 640 c 0\n 390 640 383 647 383 657 c 0\n 383 664 388 671 400 680 c 2\n 535 780 l 2\n 544 787 549 789 556 789 c 0\n 565 789 572 781 572 772 c 0\n 572 765 567 758 555 749 c 2\nEndSplineSet\nEndChar\nStartChar: sacute\nEncoding: 347 347 282\nWidth: 600\nFlags: HW\nHStem: -17 42<267.5 353> 292 125 391 40<343.5 399>\nVStem: 190 45<299 329> 479 46<101 138.5>\nFore\n110 27 m 1\n 127 110 l 1\n 131 128 140 137 154 137 c 0\n 163 137 170 130 170 122 c 0\n 170 115.389 167 102.987 167 99 c 0\n 167 56 225 25 305 25 c 0\n 401 25 479 72 479 130 c 0\n 479 147 465 168 447 180 c 0\n 424 194 399 201 344 207 c 0\n 272 215 245 222 221 239 c 0\n 203 252 190 276 190 298 c 0\n 190 372 277 431 386 431 c 0\n 444 431 486 416 515 385 c 1\n 519 406 529 417 542 417 c 0\n 551 417 558 410 558 402 c 0\n 558 399 557 394 556 389 c 2\n 542 320 l 1\n 538 302 528 292 515 292 c 0\n 509 292 504 296 499 304 c 1\n 502 335 l 1\n 502 339 482 363 472 370 c 0\n 453 382 416 391 382 391 c 0\n 305 391 235 351 235 307 c 0\n 235 291 252 271 273 262 c 0\n 293 253 293 253 370 245 c 0\n 430 238 465 227 491 206 c 0\n 511 190 525 162 525 138 c 0\n 525 54 423 -17 300 -17 c 0\n 235 -17 187 1 153 38 c 1\n 148.168 20.2835 144.109 0 124 0 c 0\n 116 0 108 7 108 15 c 0\n 108 17 109 24 110 27 c 1\n560 599 m 2\n 425 499 l 2\n 416 493 410 490 405 490 c 0\n 395 490 388 497 388 506 c 0\n 388 515 392 520 405 530 c 2\n 540 630 l 2\n 550 637 555 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 614 573 608 560 599 c 2\nEndSplineSet\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 283\nWidth: 600\nFlags: H\nHStem: -17 41<287.5 332.5> 536 41<371 433.5>\nVStem: 201 45<389 435> 500 45<161 188>\nRef: 710 710 N 1 0 0 1 23 113\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 284\nWidth: 600\nFlags: H\nHStem: -17 42<267.5 353> 292 125 391 40<343.5 399>\nVStem: 190 45<299 329> 479 46<101 138.5>\nRef: 710 710 N 1 0 0 1 -7 -33\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 285\nWidth: 600\nFlags: HMW\nHStem: -179 41<263.5 284.5> 536 41<371 433.5>\nVStem: 201 45<389.5 435> 317 40<-116 -99> 500 45<136 188>\nFore\n309 -16 m 1\n 302 -50 l 1\n 341 -54 357 -70 357 -102 c 0\n 357 -146 316 -179 262 -179 c 0\n 242 -179 215 -172 198 -162 c 0\n 188 -157 184 -151 184 -141 c 0\n 184 -128 193 -120 207 -120 c 0\n 213 -120 215 -120 220 -123 c 0\n 238 -133 255 -138 272 -138 c 0\n 297 -138 317 -125 317 -107 c 0\n 317 -91 306 -84 282 -84 c 2\n 258 -84 l 1\n 273 -15 l 1\n 214 -8 168 17 145 56 c 1\n 140.411 33.8193 138.096 0 112 0 c 0\n 103 0 96 7 96 15 c 0\n 96 17 97 23 98 27 c 2\n 121 139 l 1\n 125 157 135 167 148 167 c 0\n 154 167 159 163 164 155 c 1\n 160 109 l 1\n 160 103 188 65 201 55 c 0\n 222 37 268 24 307 24 c 0\n 410 24 500 95 500 177 c 0\n 500 199 487 224 470 237 c 0\n 450 253 430 259 361 271 c 0\n 293 283 259 295 234 317 c 0\n 214 334 201 364 201 392 c 0\n 201 489 305 577 420 577 c 0\n 479 577 523 558 555 517 c 1\n 559.445 538.114 562.997 563 586 563 c 0\n 595 563 602 556 602 548 c 0\n 602 545 602 543 600 536 c 1\n 578 433 l 1\n 575 416 565 405 553 405 c 0\n 547 405 542 408 536 417 c 1\n 539 459 l 1\n 539 464 517 497 508 506 c 0\n 491 523 451 536 416 536 c 0\n 326 536 246 471 246 399 c 0\n 246 380 257 357 272 344 c 0\n 292 328 317 319 378 309 c 0\n 453 296 480 288 505 269 c 0\n 528 252 545 217 545 185 c 0\n 545 78 442 -10 309 -16 c 1\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 286\nWidth: 600\nFlags: HW\nHStem: -173 38<260.5 282.5> -81 107 292 125 391 40<343.5 399>\nVStem: 190 45<299 329> 319 36 478 47<101 138.5>\nFore\n309 -16 m 1\n 302 -47 l 1\n 338 -48 356 -63 356 -93 c 0\n 356 -138 315 -173 262 -173 c 0\n 225 -173 181 -154 181 -138 c 0\n 181 -125 192 -114 205 -114 c 0\n 210 -114 213 -115 220 -119 c 0\n 240 -131 253 -135 268 -135 c 0\n 297 -135 319 -121 319 -101 c 0\n 319 -88 305 -81 278 -81 c 2\n 257 -81 l 1\n 271 -15 l 1\n 214 -8 178 8 153 38 c 1\n 148.168 20.2835 144.109 0 124 0 c 0\n 116 0 108 7 108 15 c 0\n 108 17 109 24 110 27 c 1\n 127 110 l 1\n 131 128 140 137 154 137 c 0\n 163 137 170 130 170 122 c 0\n 170 115.389 167 102.987 167 99 c 0\n 167 56 225 25 304 25 c 0\n 401 25 478 72 478 130 c 0\n 478 147 464 168 446 180 c 0\n 423 194 398 201 344 207 c 0\n 272 215 245 222 221 239 c 0\n 202 252 190 276 190 298 c 0\n 190 372 277 431 386 431 c 0\n 444 431 486 416 515 385 c 1\n 519 406 529 417 542 417 c 0\n 551 417 558 410 558 402 c 0\n 558 399 557 394 556 389 c 2\n 542 320 l 1\n 538 302 528 292 515 292 c 0\n 509 292 504 296 499 304 c 1\n 502 335 l 1\n 502 339 482 363 472 370 c 0\n 453 382 416 391 382 391 c 0\n 305 391 235 351 235 307 c 0\n 235 291 252 271 273 262 c 0\n 293 254 293 254 370 245 c 0\n 430 238 465 227 491 206 c 0\n 511 190 525 162 525 138 c 0\n 525 55 432 -11 309 -16 c 1\nEndSplineSet\nEndChar\nStartChar: Scaron\nEncoding: 352 352 287\nWidth: 600\nFlags: HMW\nHStem: -17 41<287.5 332.5> 536 41<371 433.5>\nVStem: 201 45<389 435> 500 45<161 188>\nFore\n555 517 m 1\n 559.445 538.114 562.997 563 586 563 c 0\n 595 563 602 556 602 548 c 0\n 602 545 602 543 600 536 c 1\n 578 433 l 1\n 575 416 565 405 553 405 c 0\n 547 405 542 408 536 417 c 1\n 539 459 l 1\n 539 464 517 497 508 506 c 0\n 491 523 451 536 416 536 c 0\n 326 536 246 471 246 399 c 0\n 246 339.71 304.74 321.01 378 309 c 0\n 453 296 480 287 505 269 c 0\n 528 252 545 217 545 185 c 0\n 545 137 520 84 482 50 c 0\n 437 10 364 -17 301 -17 c 0\n 231 -17 176 9 145 56 c 1\n 140.411 33.8193 138.096 0 112 0 c 0\n 103 0 96 7 96 15 c 0\n 96 17 97 23 98 27 c 2\n 121 139 l 1\n 125 157 135 167 148 167 c 0\n 154 167 159 163 164 155 c 1\n 160 109 l 1\n 160 103 188 65 201 55 c 0\n 222 37 268 24 307 24 c 0\n 410 24 500 95 500 177 c 0\n 500 199 487 224 470 237 c 0\n 450 253 430 259 361 271 c 0\n 293 283 259 295 234 317 c 0\n 214 334 201 364 201 392 c 0\n 201 489 305 577 420 577 c 0\n 479 577 523 558 555 517 c 1\n448 640 m 1\n 338 749 l 1\n 330 753 328 757 328 766 c 0\n 328 775 341 789 350 789 c 1\n 358 789 l 1\n 361 789 362 788 369 781 c 2\n 458 690 l 1\n 583 781 l 2\n 586 783 600 789 602 789 c 0\n 611 789 618 783 618 774 c 0\n 618 760.232 610.479 754.24 600 749 c 1\n 448 640 l 1\nEndSplineSet\nEndChar\nStartChar: scaron\nEncoding: 353 353 288\nWidth: 600\nFlags: HW\nHStem: -17 42<266.5 352> 292 125 391 40<342.5 398>\nVStem: 189 45<299 329> 478 46<101 138.5>\nFore\n109 27 m 1\n 126 110 l 1\n 130 128 139 137 153 137 c 0\n 162 137 169 130 169 122 c 0\n 169 115.389 166 102.987 166 99 c 0\n 166 56 224 25 304 25 c 0\n 400 25 478 72 478 130 c 0\n 478 147 464 168 446 180 c 0\n 423 194 398 201 343 207 c 0\n 271 215 244 222 220 239 c 0\n 202 252 189 276 189 298 c 0\n 189 372 276 431 385 431 c 0\n 443 431 485 416 514 385 c 1\n 518 406 528 417 541 417 c 0\n 550 417 557 410 557 402 c 0\n 557 399 556 394 555 389 c 2\n 541 320 l 1\n 537 302 527 292 514 292 c 0\n 508 292 503 296 498 304 c 1\n 501 335 l 1\n 501 339 481 363 471 370 c 0\n 452 382 415 391 381 391 c 0\n 304 391 234 351 234 307 c 0\n 234 291 251 271 272 262 c 0\n 292 253 292 253 369 245 c 0\n 429 238 464 227 490 206 c 0\n 510 190 524 162 524 138 c 0\n 524 54 422 -17 299 -17 c 0\n 234 -17 186 1 152 38 c 1\n 147.168 20.2835 143.109 0 123 0 c 0\n 115 0 107 7 107 15 c 0\n 107 17 108 24 109 27 c 1\n411 490 m 1\n 303 599 l 1\n 295 605 293 608 293 614 c 0\n 293 627 305 639 318 639 c 0\n 323 639 328 636 334 631 c 2\n 422 543 l 1\n 549 631 l 2\n 556 636 563 639 568 639 c 0\n 577 639 584 632 584 623 c 0\n 584 613 580 608 566 598 c 2\n 411 490 l 1\nEndSplineSet\nEndChar\nStartChar: uni0162\nEncoding: 354 354 289\nWidth: 600\nFlags: H\nHStem: -173 38<267.724 289.724> -81 81<281.224 285.224> 0 41<184 289 330 426> 522 41<224 391 224 224 432 432 432 598>\nVStem: 152 306<17.5 24.5> 326 36\nRef: 184 184 N 1 0 0 1 7 0\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0163\nEncoding: 355 355 290\nWidth: 600\nFlags: H\nHStem: -189 38<235.861 257.861> -97 81<249.361 253.361> -16 41<274 322.5> 376 41<159 225 275 486>\nVStem: 165 42<71 84> 294 36\nRef: 184 184 N 1 0 0 1 -25 -16\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: Tcaron\nEncoding: 356 356 291\nWidth: 600\nFlags: HMW\nHStem: 0 41<184 289 330 426> 522 41<224 391 224 224 432 432 432 598>\nVStem: 152 306<17.5 24.5>\nFore\n330 41 m 1\n 435 41 l 2\n 451 41 458 36 458 25 c 0\n 458 10 445 0 426 0 c 2\n 175 0 l 2\n 159 0 152 5 152 17 c 0\n 152 32 164 41 184 41 c 2\n 289 41 l 1\n 391 522 l 1\n 224 522 l 1\n 209 449 l 1\n 205 431 196 422 182 422 c 0\n 173 422 166 429 166 437 c 1\n 170.304 483.363 184.968 519.365 192 563 c 1\n 648 563 l 1\n 624 449 l 2\n 620 431 611 421 598 421 c 0\n 592 421 583 428 582 435 c 0\n 582 436 582 447 583 449 c 1\n 598 522 l 1\n 432 522 l 1\n 330 41 l 1\n398 640 m 1\n 288 749 l 1\n 280 753 278 757 278 766 c 0\n 278 775 291 789 300 789 c 1\n 308 789 l 1\n 311 789 312 788 319 781 c 2\n 408 690 l 1\n 533 781 l 2\n 536 783 550 789 552 789 c 0\n 561 789 568 783 568 774 c 0\n 568 760.232 560.479 754.24 550 749 c 1\n 398 640 l 1\nEndSplineSet\nEndChar\nStartChar: tcaron\nEncoding: 357 357 292\nWidth: 600\nFlags: HMW\nHStem: -16 41<274 322.5> 376 41<159 225 275 486>\nVStem: 165 42<71 84>\nFore\n275 417 m 1\n 495 417 l 2\n 512 417 518 413 518 401 c 0\n 518 386 505 376 486 376 c 2\n 266 376 l 1\n 209 109 l 1\n 208 102 207 95 207 91 c 0\n 207 51 245 25 303 25 c 0\n 359 25 435 42 478 65 c 0\n 488 70 491 71 496 71 c 0\n 504 71 511 64 511 54 c 0\n 511 42 500 33 471 20 c 0\n 423 -1 349 -16 296 -16 c 0\n 217 -16 165 22 165 79 c 0\n 165 89 166 97 168 107 c 2\n 225 376 l 1\n 151 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 234 417 l 1\n 259 536 l 2\n 263 554 272 563 285 563 c 0\n 295 563 302 556 302 548 c 0\n 302 545 302 544 300 536 c 1\n 275 417 l 1\n581 580 m 2\n 471 455 l 2\n 463 445 454 440 446 440 c 0\n 438 440 430 448 430 455 c 0\n 430 461 434 469 441 477 c 2\n 552 603 l 2\n 561 614 568 618 577 618 c 0\n 585 618 593 611 593 603 c 0\n 593 596 590 590 581 580 c 2\nEndSplineSet\nEndChar\nStartChar: Tbar\nEncoding: 358 358 293\nWidth: 600\nFlags: HW\nHStem: 0 41<174 289 331 435> 309 40<244 344 397 491> 522 41<224 390 432 597>\nVStem: 152 306<17 25> 222 291<326 332>\nDStem: 345.832 309 386.832 309 289 41 330 41 391 522 432 522 354.314 349 395.314 349 598 522 648 563 583 449 624 449\nFore\n395 349 m 1\n 490 349 l 2\n 506 349 513 344 513 333 c 0\n 513 318 501 309 481 309 c 2\n 387 309 l 1\n 330 41 l 1\n 435 41 l 2\n 451 41 458 36 458 25 c 0\n 458 10 445 0 426 0 c 2\n 175 0 l 2\n 159 0 152 5 152 17 c 0\n 152 32 164 41 184 41 c 2\n 289 41 l 1\n 346 309 l 1\n 245 309 l 2\n 229 309 222 314 222 325 c 0\n 222 340 234 349 254 349 c 2\n 354 349 l 1\n 391 522 l 1\n 224 522 l 1\n 209 449 l 1\n 205 431 196 422 182 422 c 0\n 173 422 166 429 166 437 c 1\n 170.304 483.363 184.968 519.365 192 563 c 1\n 648 563 l 1\n 624 449 l 2\n 620 431 611 421 598 421 c 0\n 592 421 583 428 582 435 c 0\n 582 436 582 447 583 449 c 1\n 598 522 l 1\n 432 522 l 1\n 395 349 l 1\nEndSplineSet\nEndChar\nStartChar: tbar\nEncoding: 359 359 294\nWidth: 600\nFlags: HW\nHStem: -16 41<284 310> 257 40<131 198 258 454> 376 41<150 224 276 495>\nVStem: 102 379<273 281> 127 391<392 401> 165 42<81 93>\nDStem: 199.784 257 240.596 257 168 107 209 109 225 376 266 376 208.26 297 249.135 297 259 536 300 536 234 417 275 417\nFore\n208 297 m 1\n 225 376 l 1\n 151 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 234 417 l 1\n 259 536 l 2\n 263 554 272 563 285 563 c 0\n 295 563 302 556 302 548 c 0\n 302 545 302 544 300 536 c 1\n 275 417 l 1\n 495 417 l 2\n 512 417 518 413 518 401 c 0\n 518 386 505 376 486 376 c 2\n 266 376 l 1\n 249 297 l 1\n 452 297 l 2\n 473 297 482 292 482 281 c 0\n 482 266 466 257 440 257 c 2\n 241 257 l 1\n 209 109 l 1\n 208 102 207 95 207 91 c 0\n 207 51 245 25 303 25 c 0\n 359 25 435 42 478 65 c 0\n 488 70 491 71 496 71 c 0\n 504 71 511 64 511 54 c 0\n 511 42 500 33 471 20 c 0\n 423 -1 349 -16 296 -16 c 0\n 217 -16 165 22 165 79 c 0\n 165 89 166 97 168 107 c 2\n 200 257 l 1\n 132 257 l 2\n 111 257 102 262 102 273 c 0\n 102 288 118 297 144 297 c 2\n 208 297 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Utilde\nEncoding: 360 360 295\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610> 603 41<493.031 505.031> 651 41<373.531 384.531>\nVStem: 136 42<113.5 147> 155 203 472 204<539.5 546.5>\nRef: 732 732 N 1 0 0 1 20 87\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: utilde\nEncoding: 361 361 296\nWidth: 600\nFlags: H\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519> 457 41<453.992 465.992> 505 41<334.492 345.492>\nVStem: 146 42\nRef: 732 732 N 1 0 0 1 -20 -59\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Umacron\nEncoding: 362 362 297\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610> 683 40<336 563>\nVStem: 136 42<113.5 147> 155 203 304 291<699.5 706.5> 472 204<539.5 546.5>\nFore\n610 522 m 1\n 539 185 l 2\n 515 72 409 -16 297 -16 c 0\n 201 -16 136 47 136 140 c 0\n 136 154 138 170 141 185 c 2\n 212 522 l 1\n 179 522 l 2\n 162 522 155 527 155 538 c 0\n 155 554 167 563 187 563 c 2\n 337 563 l 2\n 353 563 359 559 359 547 c 0\n 359 532 347 522 328 522 c 2\n 253 522 l 1\n 182 185 l 1\n 179 173 178 161 178 151 c 0\n 178 76 230 25 305 25 c 0\n 394 25 479 95 498 185 c 2\n 569 522 l 1\n 495 522 l 2\n 478 522 472 527 472 539 c 0\n 472 554 484 563 504 563 c 2\n 653 563 l 2\n 670 563 676 559 676 547 c 0\n 676 532 664 522 644 522 c 2\n 610 522 l 1\n563 683 m 2\n 327 683 l 2\n 311 683 304 688 304 699 c 0\n 304 714 316 723 336 723 c 2\n 572 723 l 2\n 588 723 595 718 595 707 c 0\n 595 692 583 683 563 683 c 2\nEndSplineSet\nEndChar\nStartChar: umacron\nEncoding: 363 363 298\nWidth: 600\nFlags: HW\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519> 536 40<305 532>\nVStem: 146 42 273 291<552.5 559.5>\nFore\n439 0 m 1\n 453 66 l 1\n 387 11 320 -16 253 -16 c 0\n 187 -16 145 22 145 82 c 0\n 145 93 146 104 149 115 c 1\n 204 376 l 1\n 150 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 254 417 l 1\n 190 115 l 1\n 188 109 188 105 188 97 c 0\n 188 55 218 25 261 25 c 0\n 329 25 395 54 464 115 c 1\n 519 376 l 1\n 445 376 l 2\n 428 376 421 381 421 392 c 0\n 421 408 433 417 454 417 c 2\n 569 417 l 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 439 0 l 1\n532 536 m 2\n 296 536 l 2\n 280 536 273 541 273 552 c 0\n 273 567 285 576 305 576 c 2\n 541 576 l 2\n 557 576 564 571 564 560 c 0\n 564 545 552 536 532 536 c 2\nEndSplineSet\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 299\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610> 603 41<424.997 451.497>\nVStem: 136 42<113.5 147> 155 203 304 42<693 695> 472 204<539.5 546.5>\nRef: 728 728 N 1 0 0 1 24 114\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: ubreve\nEncoding: 365 365 300\nWidth: 600\nFlags: H\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519> 457 41<385.958 412.458>\nVStem: 146 42 265 42<547 549>\nRef: 728 728 N 1 0 0 1 -15 -32\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Uring\nEncoding: 366 366 301\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610> 626 30<425 459> 777 30<446 482>\nVStem: 136 42<113.5 147> 155 203 359 30<689 721.5> 472 204<539.5 546.5> 518 30<712 745>\nFore\n610 522 m 1\n 539 185 l 2\n 515 72 409 -16 297 -16 c 0\n 201 -16 136 47 136 140 c 0\n 136 154 138 170 141 185 c 2\n 212 522 l 1\n 179 522 l 2\n 162 522 155 527 155 538 c 0\n 155 554 167 563 187 563 c 2\n 337 563 l 2\n 353 563 359 559 359 547 c 0\n 359 532 347 522 328 522 c 2\n 253 522 l 1\n 182 185 l 1\n 179 173 178 161 178 151 c 0\n 178 76 230 25 305 25 c 0\n 394 25 479 95 498 185 c 2\n 569 522 l 1\n 495 522 l 2\n 478 522 472 527 472 539 c 0\n 472 554 484 563 504 563 c 2\n 653 563 l 2\n 670 563 676 559 676 547 c 0\n 676 532 664 522 644 522 c 2\n 610 522 l 1\n474 807 m 0\n 515 807 548 775 548 734 c 0\n 548 679 492 626 433 626 c 0\n 391 626 359 657 359 699 c 0\n 359 755 415 807 474 807 c 0\n467 777 m 0\n 425 777 389 742 389 701 c 0\n 389 677 412 656 438 656 c 0\n 480 656 518 692 518 732 c 0\n 518 758 497 777 467 777 c 0\nEndSplineSet\nEndChar\nStartChar: uring\nEncoding: 367 367 302\nWidth: 600\nFlags: HW\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519> 480 33<395 428> 628 33<414.5 447>\nVStem: 146 42 326 34<546 576.5> 482 34<564 595.5>\nFore\n439 0 m 1\n 453 66 l 1\n 387 11 320 -16 253 -16 c 0\n 187 -16 145 22 145 82 c 0\n 145 93 146 104 149 115 c 1\n 204 376 l 1\n 150 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 254 417 l 1\n 190 115 l 1\n 188 109 188 105 188 97 c 0\n 188 55 218 25 261 25 c 0\n 329 25 395 54 464 115 c 1\n 519 376 l 1\n 445 376 l 2\n 428 376 421 381 421 392 c 0\n 421 408 433 417 454 417 c 2\n 569 417 l 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 439 0 l 1\n440 661 m 0\n 484 661 516 631 516 589 c 0\n 516 533 461 480 402 480 c 0\n 358 480 326 511 326 552 c 0\n 326 608 382 661 440 661 c 0\n433 628 m 0\n 396 628 360 594 360 559 c 0\n 360 533 381 513 409 513 c 0\n 447 513 482 546 482 582 c 0\n 482 609 461 628 433 628 c 0\nEndSplineSet\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 303\nWidth: 600\nFlags: HW\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610>\nVStem: 136 42<113.5 147> 155 203 472 204<539.5 546.5>\nFore\n610 522 m 1\n 539 185 l 2\n 515 72 409 -16 297 -16 c 0\n 201 -16 136 47 136 140 c 0\n 136 154 138 170 141 185 c 2\n 212 522 l 1\n 179 522 l 2\n 162 522 155 527 155 538 c 0\n 155 554 167 563 187 563 c 2\n 337 563 l 2\n 353 563 359 559 359 547 c 0\n 359 532 347 522 328 522 c 2\n 253 522 l 1\n 182 185 l 1\n 179 173 178 161 178 151 c 0\n 178 76 230 25 305 25 c 0\n 394 25 479 95 498 185 c 2\n 569 522 l 1\n 495 522 l 2\n 478 522 472 527 472 539 c 0\n 472 554 484 563 504 563 c 2\n 653 563 l 2\n 670 563 676 559 676 547 c 0\n 676 532 664 522 644 522 c 2\n 610 522 l 1\n474 747 m 2\n 356 649 l 2\n 351 645 340 640 336 640 c 0\n 325 640 318 647 318 657 c 0\n 318 664 323 671 335 680 c 2\n 453 778 l 1\n 463 784 470 787 472 787 c 0\n 483 787 490 780 490 770 c 0\n 490 763 484 755 474 747 c 2\n616 747 m 2\n 498 649 l 2\n 494 645 482 640 478 640 c 0\n 466 640 461 646 461 658 c 0\n 461 665.497 469.621 674.466 477 680 c 1\n 596 778 l 2\n 604 784 610 787 615 787 c 0\n 625 787 632 780 632 770 c 0\n 632 764 626 755 616 747 c 2\nEndSplineSet\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 304\nWidth: 600\nFlags: HW\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519>\nVStem: 146 42\nFore\n439 0 m 1\n 453 66 l 1\n 387 11 320 -16 253 -16 c 0\n 187 -16 145 22 145 82 c 0\n 145 93 146 104 149 115 c 1\n 204 376 l 1\n 150 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 254 417 l 1\n 190 115 l 1\n 188 109 188 105 188 97 c 0\n 188 55 218 25 261 25 c 0\n 329 25 395 54 464 115 c 1\n 519 376 l 1\n 445 376 l 2\n 428 376 421 381 421 392 c 0\n 421 408 433 417 454 417 c 2\n 569 417 l 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 10 534 0 514 0 c 2\n 439 0 l 1\n417 593 m 2\n 300 499 l 2\n 292 493 285 490 279 490 c 0\n 270 490 263 497 263 506 c 0\n 263 515 266 519 280 530 c 2\n 397 624 l 2\n 405 630 412 633 418 633 c 0\n 427 633 434 626 434 617 c 0\n 434 608 431 604 417 593 c 2\n559 593 m 2\n 441 499 l 2\n 433 493 426 490 420 490 c 0\n 411 490 404 497 404 506 c 0\n 404 516.626 412.199 523.399 421 530 c 1\n 539 624 l 2\n 547 630 554 633 560 633 c 0\n 569 633 576 626 576 617 c 0\n 576 608 573 604 559 593 c 2\nEndSplineSet\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 305\nWidth: 600\nFlags: HW\nHStem: -155 30<326.5 350> -16 41<267.5 305.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610>\nVStem: 136 42<113.5 147> 155 203 263 42<-108 -88.5> 472 204<539.5 546.5>\nFore\n610 522 m 1\n 539 185 l 1\n 521 104 476 52 355 -32 c 0\n 319 -58 305 -76 305 -100 c 0\n 305 -116 316 -125 337 -125 c 0\n 363 -125 369 -123 392 -107 c 0\n 395 -105 399 -104 402 -104 c 0\n 407 -104 413 -110 413 -116 c 0\n 413 -135 370 -155 330 -155 c 0\n 287 -155 263 -138 263 -108 c 0\n 263 -69 288 -41 349 -10 c 1\n 327 -14 314 -16 297 -16 c 0\n 201 -16 136 47 136 140 c 0\n 136 154 138 170 141 185 c 2\n 212 522 l 1\n 179 522 l 2\n 162 522 155 527 155 538 c 0\n 155 554 167 563 187 563 c 2\n 337 563 l 2\n 353 563 359 559 359 547 c 0\n 359 532 347 522 328 522 c 2\n 253 522 l 1\n 182 185 l 1\n 179 173 178 161 178 151 c 0\n 178 76 230 25 305 25 c 0\n 394 25 479 95 498 185 c 2\n 569 522 l 1\n 495 522 l 2\n 478 522 472 527 472 539 c 0\n 472 554 484 563 504 563 c 2\n 653 563 l 2\n 670 563 676 559 676 547 c 0\n 676 532 664 522 644 522 c 2\n 610 522 l 1\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 306\nWidth: 600\nFlags: HMW\nHStem: -155 32<443.5 463.5> -16 41<239.5 286.5> 376 41<159 204 454 519>\nVStem: 145 43<76 87.5> 378 40<-107 -94>\nFore\n569 417 m 1\n 489 41 l 1\n 523 41 l 2\n 540 41 546 37 546 25 c 0\n 546 13 538 5 517 -4 c 0\n 457 -28 418 -65 418 -99 c 0\n 418 -115 431 -123 456 -123 c 0\n 474 -123 483 -121 508 -107 c 0\n 511 -105 515 -104 517 -104 c 0\n 523 -104 528 -109 528 -116 c 0\n 528 -134 484 -155 443 -155 c 0\n 402 -155 378 -138 378 -109 c 0\n 378 -79 396 -49 427 -26 c 0\n 440 -17 448 -13 477 0 c 1\n 439 0 l 1\n 453 66 l 1\n 387 11 320 -16 253 -16 c 0\n 187 -16 145 22 145 82 c 0\n 145 93 146 104 149 115 c 1\n 204 376 l 1\n 150 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 254 417 l 1\n 190 115 l 1\n 188 109 188 105 188 97 c 0\n 188 55 218 25 261 25 c 0\n 329 25 395 54 464 115 c 1\n 519 376 l 1\n 445 376 l 2\n 428 376 421 381 421 392 c 0\n 421 408 433 417 454 417 c 2\n 569 417 l 1\nEndSplineSet\nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 307\nWidth: 600\nFlags: H\nHStem: 0 438<412 412 412 426> 522 41<167 173 214 214 214 308 523 610 649 649 649 664>\nVStem: 135 204 491 204\nRef: 710 710 N 1 0 0 1 24 113\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 308\nWidth: 600\nFlags: H\nHStem: 0 21<160 211 160 160 391 442 391 391> 376 41<146 156 195 195 195 248 521 562 604 604 604 623>\nVStem: 156 39 489 165\nRef: 710 710 N 1 0 0 1 -7 -33\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 309\nWidth: 600\nFlags: H\nHStem: 0 41<185 290 331 427> 522 41<198 213 262 262 262 300 532 564 610 610 610 633>\nVStem: 153 305 166 165 499 166<539 546>\nRef: 710 710 N 1 0 0 1 25 113\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 310\nWidth: 600\nFlags: H\nHStem: -186 41<54 180 222 278> 376 41<167 175 221 221 221 273 501 546 589 589 589 602>\nVStem: 135 169 469 164\nRef: 710 710 N 1 0 0 1 -7 -33\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 311\nWidth: 600\nFlags: HW\nHStem: 0 41<185 290 331 427> 522 41<198 213 262 262 262 300 532 564 610 610 610 633> 661 101<335 343.5 556 565>\nVStem: 153 305 166 165 289 101<706 716.5> 499 166<539 546> 510 101<705.5 716.5>\nFore\n376 254 m 1\n 331 41 l 1\n 436 41 l 2\n 453 41 459 36 459 25 c 0\n 459 10 447 0 427 0 c 2\n 176 0 l 2\n 160 0 153 5 153 16 c 0\n 153 32 165 41 185 41 c 2\n 290 41 l 1\n 335 254 l 1\n 213 522 l 1\n 189 522 l 2\n 173 522 166 527 166 538 c 0\n 166 554 178 563 198 563 c 2\n 309 563 l 2\n 326 563 332 559 332 547 c 0\n 332 532 320 522 300 522 c 2\n 262 522 l 1\n 366 295 l 1\n 564 522 l 1\n 523 522 l 2\n 506 522 499 527 499 538 c 0\n 499 554 511 563 532 563 c 2\n 642 563 l 2\n 658 563 665 558 665 546 c 0\n 665 532 652 522 633 522 c 2\n 610 522 l 1\n 376 254 l 1\n350 762 m 0\n 373 762 390 745 390 721 c 0\n 390 691 359 661 328 661 c 0\n 307 661 289 680 289 702 c 0\n 289 731 320 762 350 762 c 0\n571 762 m 0\n 594 762 611 745 611 721 c 0\n 611 690 581 661 549 661 c 0\n 528 661 510 680 510 702 c 0\n 510 731 541 762 571 762 c 0\nEndSplineSet\nEndChar\nStartChar: Zacute\nEncoding: 377 377 312\nWidth: 600\nFlags: HMW\nHStem: 0 41<150 465> 522 41<273 542 273 273>\nFore\n497 0 m 1\n 103 0 l 1\n 116 59 l 1\n 541 519 l 1\n 542 522 l 1\n 273 522 l 1\n 248 404 l 2\n 244 385 235 376 221 376 c 0\n 212 376 205 383 205 392 c 0\n 205 395 205 396 207 404 c 1\n 241 563 l 1\n 590 563 l 1\n 578 505 l 1\n 151 45 l 1\n 150 41 l 1\n 465 41 l 1\n 495 182 l 2\n 499 200 507 209 521 209 c 0\n 531 209 538 202 538 194 c 0\n 538 190.791 536.844 185.377 536 182 c 1\n 497 0 l 1\n555 749 m 2\n 421 649 l 2\n 415 644 405 640 401 640 c 0\n 390 640 383 647 383 657 c 0\n 383 664 388 671 400 680 c 2\n 535 780 l 2\n 544 787 549 789 556 789 c 0\n 565 789 572 781 572 772 c 0\n 572 765 567 758 555 749 c 2\nEndSplineSet\nEndChar\nStartChar: zacute\nEncoding: 378 378 313\nWidth: 600\nFlags: HMW\nHStem: 0 41<180 457> 376 41<245 497 245 245>\nFore\n563 417 m 1\n 555 381 l 1\n 180 41 l 1\n 457 41 l 1\n 469 97 l 2\n 473 115 482 124 496 124 c 0\n 505 124 512 117 512 109 c 0\n 512 104.728 510.934 100.734 510 97 c 1\n 489 0 l 1\n 115 0 l 1\n 123 36 l 1\n 497 376 l 1\n 245 376 l 1\n 233 321 l 2\n 229 303 221 294 207 294 c 0\n 199 294 191 301 191 309 c 1\n 194.419 348.914 206.968 379.699 213 417 c 1\n 563 417 l 1\n560 599 m 2\n 425 499 l 2\n 416 493 410 490 405 490 c 0\n 395 490 388 497 388 506 c 0\n 388 515 392 520 405 530 c 2\n 540 630 l 2\n 550 637 555 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 614 573 608 560 599 c 2\nEndSplineSet\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 314\nWidth: 600\nFlags: HMW\nHStem: 0 41<150 465> 522 41<273 542 273 273> 661 101<439 447.5>\nVStem: 393 101<706 716.5>\nFore\n497 0 m 1\n 103 0 l 1\n 116 59 l 1\n 541 519 l 1\n 542 522 l 1\n 273 522 l 1\n 248 404 l 2\n 244 385 235 376 221 376 c 0\n 212 376 205 383 205 392 c 0\n 205 395 205 396 207 404 c 1\n 241 563 l 1\n 590 563 l 1\n 578 505 l 1\n 151 45 l 1\n 150 41 l 1\n 465 41 l 1\n 495 182 l 2\n 499 200 507 209 521 209 c 0\n 531 209 538 202 538 194 c 0\n 538 190.791 536.844 185.377 536 182 c 1\n 497 0 l 1\n454 762 m 0\n 477 762 494 745 494 721 c 0\n 494 691 463 661 432 661 c 0\n 411 661 393 680 393 702 c 0\n 393 731 424 762 454 762 c 0\nEndSplineSet\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 315\nWidth: 600\nFlags: HMW\nHStem: 0 41<180 457> 376 41<245 497 245 245> 511 100<413.5 424>\nVStem: 368 102<555.5 566>\nFore\n563 417 m 1\n 555 381 l 1\n 180 41 l 1\n 457 41 l 1\n 469 97 l 2\n 473 115 482 124 496 124 c 0\n 505 124 512 117 512 109 c 0\n 512 104.728 510.934 100.734 510 97 c 1\n 489 0 l 1\n 115 0 l 1\n 123 36 l 1\n 497 376 l 1\n 245 376 l 1\n 233 321 l 2\n 229 303 221 294 207 294 c 0\n 199 294 191 301 191 309 c 1\n 194.419 348.914 206.968 379.699 213 417 c 1\n 563 417 l 1\n429 611 m 0\n 453 611 470 594 470 571 c 0\n 470 540 440 511 408 511 c 0\n 385 511 368 528 368 551 c 0\n 368 581 398 611 429 611 c 0\nEndSplineSet\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 316\nWidth: 600\nFlags: HMW\nHStem: 0 41<150 465> 522 41<273 542 273 273>\nFore\n497 0 m 1\n 103 0 l 1\n 116 59 l 1\n 541 519 l 1\n 542 522 l 1\n 273 522 l 1\n 248 404 l 2\n 244 385 235 376 221 376 c 0\n 212 376 205 383 205 392 c 0\n 205 395 205 396 207 404 c 1\n 241 563 l 1\n 590 563 l 1\n 578 505 l 1\n 151 45 l 1\n 150 41 l 1\n 465 41 l 1\n 495 182 l 2\n 499 200 507 209 521 209 c 0\n 531 209 538 202 538 194 c 0\n 538 190.791 536.844 185.377 536 182 c 1\n 497 0 l 1\n434 640 m 1\n 324 749 l 1\n 316 753 314 757 314 766 c 0\n 314 775 327 789 336 789 c 1\n 344 789 l 1\n 347 789 348 788 355 781 c 2\n 444 690 l 1\n 569 781 l 2\n 572 783 586 789 588 789 c 0\n 597 789 604 783 604 774 c 0\n 604 760.232 596.479 754.24 586 749 c 1\n 434 640 l 1\nEndSplineSet\nEndChar\nStartChar: zcaron\nEncoding: 382 382 317\nWidth: 600\nFlags: HMW\nHStem: 0 41<180 457> 376 41<245 497 245 245>\nFore\n563 417 m 1\n 555 381 l 1\n 180 41 l 1\n 457 41 l 1\n 469 97 l 2\n 473 115 482 124 496 124 c 0\n 505 124 512 117 512 109 c 0\n 512 104.728 510.934 100.734 510 97 c 1\n 489 0 l 1\n 115 0 l 1\n 123 36 l 1\n 497 376 l 1\n 245 376 l 1\n 233 321 l 2\n 229 303 221 294 207 294 c 0\n 199 294 191 301 191 309 c 1\n 194.419 348.914 206.968 379.699 213 417 c 1\n 563 417 l 1\n403 490 m 1\n 295 599 l 1\n 287 605 285 608 285 614 c 0\n 285 627 297 639 310 639 c 0\n 315 639 320 636 326 631 c 2\n 414 543 l 1\n 541 631 l 2\n 548 636 555 639 560 639 c 0\n 569 639 576 632 576 623 c 0\n 576 613 572 608 558 598 c 2\n 403 490 l 1\nEndSplineSet\nEndChar\nStartChar: longs\nEncoding: 383 383 318\nWidth: 600\nFlags: HW\nHStem: 0 41<131 239 281 458> 376 41<221 309> 563 41<493 525>\nVStem: 109 372<17 25>\nDStem: 310 376 373 478 239 41 280 41 332 478 373 478 319 417 280 41\nFore\n280 41 m 1\n 457 41 l 2\n 474 41 481 37 481 25 c 0\n 481 10 468 0 449 0 c 2\n 132 0 l 2\n 116 0 109 5 109 17 c 0\n 109 32 121 41 141 41 c 2\n 239 41 l 1\n 310 376 l 1\n 222 376 l 2\n 206 376 199 381 199 393 c 0\n 199 408 211 417 231 417 c 2\n 319 417 l 1\n 332 478 l 1\n 347 551 423 604 512 604 c 0\n 551 604 617 597 649 591 c 0\n 658 589 663 583 663 576 c 0\n 663 562 651 551 637 551 c 0\n 635 551 635 551 589 557 c 0\n 566 560 525 563 502 563 c 0\n 436 563 383 529 373 478 c 1\n 280 41 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0180\nEncoding: 384 384 319\nWidth: 600\nFlags: HW\nHStem: -16 41<251 267> 0 41<-15 49> 390 41<331 355> 479 41<87 139 203 332> 563 41<105 155>\nVStem: 485 42<240 260>\nDStem: 142.323 479 183.323 479 49.2236 41 151.227 328 142.323 479 100.213 88 49.2236 41 81.5088 0 160.178 563 209.893 604 151.038 520 192.038 520\nFore\n342 390 m 0\n 243 390 147 309 126 208 c 0\n 104 107 166 25 265 25 c 0\n 362 25 460 107 481 205 c 0\n 503 309 442 390 342 390 c 0\n151 520 m 1\n 160 563 l 1\n 106 563 l 2\n 88 563 81 570 84 584 c 0\n 86 597 97 604 115 604 c 2\n 210 604 l 1\n 192 520 l 1\n 330 520 l 1\n 348 520 356 513 353 500 c 0\n 350 486 339 479 321 479 c 1\n 183 479 l 1\n 151 328 l 1\n 216 399 279 431 353 431 c 0\n 475 431 550 334 523 210 c 0\n 497 85 378 -16 258 -16 c 0\n 185 -16 132 18 100 88 c 1\n 82 0 l 1\n -13 0 l 2\n -31 0 -39 7 -36 21 c 0\n -33 34 -23 41 -5 41 c 2\n 49 41 l 1\n 142 479 l 1\n 88 479 l 1\n 70 479 63 486 66 500 c 0\n 69 513 79 520 97 520 c 1\n 151 520 l 1\nEndSplineSet\nEndChar\nStartChar: uni0181\nEncoding: 385 385 320\nWidth: 600\nFlags: HW\nHStem: 0 41<8 73 114 324> 272 41<172 341> 522 41<119 174 215 390>\nDStem: 175 522 216 522 73 41 172 313 175 522 163 272 73 41 114 41\nFore\n172 313 m 1\n 319 313 l 2\n 404 313 474 357 487 419 c 0\n 500 477 453 522 380 522 c 2\n 216 522 l 1\n 172 313 l 1\n114 41 m 1\n 322 41 l 2\n 393 41 460 91 473 153 c 0\n 480 189 466 224 433 246 c 0\n 405 265 373 272 312 272 c 2\n 163 272 l 1\n 114 41 l 1\n130 563 m 1\n 388 563 l 1\n 485 563 545 500 528 418 c 0\n 517 367 483 330 418 298 c 1\n 495 268 528 220 514 153 c 0\n 496 69 407 0 316 0 c 2\n 10 0 l 2\n -8 0 -15 7 -12 21 c 0\n -10 34 1 41 19 41 c 2\n 73 41 l 1\n 175 522 l 1\n 121 522 l 2\n 98 522 61 497 55 470 c 0\n 47 438 70 415 96 415 c 1\n 108 415 115 406 113 394 c 0\n 111 383 100 374 88 374 c 1\n 40 374 2 414 14 470 c 0\n 26 527 85 563 130 563 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0182\nEncoding: 386 386 321\nWidth: 600\nFlags: HW\nHStem: 0 41<26 89 131 340> 272 41<189 356> 522 41<137 191 233 547>\nVStem: 491 42<171 185>\nDStem: 192 522 233 522 89 41 188 313 192 522 180 272 89 41 130 41 547 522 596 563 526 424 567 424\nRef: 1041 1041 S 1 0 0 1 0 0\nEndChar\nStartChar: uni0183\nEncoding: 387 387 322\nWidth: 600\nFlags: HW\nHStem: -16 41<251 267> 0 41<-15 49> 390 41<331 355> 563 41<105 155 201 540>\nVStem: 485 42<240 260>\nDStem: 160.178 563 201.178 563 49.2236 41 151.227 328 160.178 563 100.213 88 49.2236 41 81.5088 0\nFore\n342 390 m 0\n 243 390 147 309 126 208 c 0\n 104 107 166 25 265 25 c 0\n 362 25 460 107 481 205 c 0\n 503 309 442 390 342 390 c 0\n201 563 m 1\n 151 328 l 1\n 216 399 279 431 353 431 c 0\n 475 431 550 334 523 210 c 0\n 497 85 378 -16 258 -16 c 0\n 185 -16 132 18 100 88 c 1\n 82 0 l 1\n -13 0 l 2\n -31 0 -39 7 -36 21 c 0\n -33 34 -23 41 -5 41 c 2\n 49 41 l 1\n 160 563 l 1\n 106 563 l 1\n 88 563 81 570 84 584 c 0\n 86 597 97 604 115 604 c 1\n 539 604 l 1\n 557 604 564 597 562 584 c 0\n 559 570 548 563 530 563 c 1\n 201 563 l 1\nEndSplineSet\nEndChar\nStartChar: uni0184\nEncoding: 388 388 323\nWidth: 600\nFlags: HW\nHStem: 0 41<13 79 135 340> 272 41<183 345>\nDStem: 164.492 447.865 211.569 476.454 78.0107 41 176.826 313 164.492 447.865 168.111 272 78.0107 41 119.011 41 307 577 320 542 222.058 525.8 211.569 476.454\nFore\n168 272 m 1\n 119 41 l 1\n 327 41 l 2\n 398 41 465 91 478 153 c 0\n 485 189 471 224 439 246 c 0\n 411 265 378 272 317 272 c 2\n 168 272 l 1\n212 476 m 1\n 177 313 l 1\n 324 313 l 2\n 508 313 533 220 519 153 c 0\n 501 69 412 0 321 0 c 2\n 15 0 l 2\n -3 0 -10 7 -7 21 c 0\n -4 34 6 41 24 41 c 2\n 78 41 l 1\n 164 448 l 1\n 107 413 l 2\n 107 413 95 407 89 407 c 0\n 79 407 72 417 74 428 c 0\n 76 437 81 442 95 449 c 2\n 175 497 l 1\n 189 563 l 1\n 193 581 202 590 215 590 c 0\n 229 590 234 581 230 563 c 1\n 222 526 l 1\n 307 577 l 2\n 307 577 320 583 325 583 c 0\n 335 583 342 574 340 563 c 0\n 338 553 333 549 320 542 c 2\n 212 476 l 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni0185\nEncoding: 389 389 324\nWidth: 600\nFlags: HW\nHStem: -16 41<252 270> 0 41<-14 51> 390 41<332 357>\nDStem: 137 446 184 475 51 41 153 328 137 446 102 88 51 41 83 0 162 563 203 563 147 496 194 524 285 579 298 544 194 524 184 475\nFore\n127 208 m 0\n 106 107 167 25 266 25 c 0\n 363 25 462 107 483 205 c 0\n 505 309 444 390 344 390 c 0\n 245 390 149 309 127 208 c 0\n184 475 m 1\n 153 328 l 1\n 218 399 281 431 355 431 c 0\n 477 431 551 334 525 210 c 0\n 498 85 380 -16 260 -16 c 0\n 187 -16 134 18 102 88 c 1\n 83 0 l 1\n -12 0 l 2\n -30 0 -38 7 -35 21 c 0\n -32 34 -21 41 -3 41 c 2\n 51 41 l 1\n 137 446 l 1\n 85 415 l 2\n 85 415 73 409 67 409 c 0\n 57 409 50 419 52 430 c 0\n 54 439 59 444 73 451 c 2\n 147 496 l 1\n 162 563 l 1\n 165 581 174 590 187 590 c 0\n 201 590 206 581 203 563 c 2\n 194 524 l 1\n 285 579 l 2\n 285 579 298 585 303 585 c 0\n 313 585 320 576 318 565 c 0\n 316 555 311 551 298 544 c 2\n 184 475 l 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni0186\nEncoding: 390 390 325\nWidth: 600\nFlags: HW\nRef: 67 67 N -1 0 0.425113 1 626 0\nEndChar\nStartChar: uni0187\nEncoding: 391 391 326\nWidth: 600\nFlags: HW\nHStem: -16 41<250 268> 535 41<346 364> 592 40<630 640>\nDStem: 67 325 106 319 49 242 91 248\nFore\n520 507 m 1\n 526 536 l 2\n 536 582 583 632 640 632 c 0\n 696 632 726 587 716 538 c 1\n 714 527 703 518 692 518 c 0\n 680 518 673 527 675 538 c 1\n 680 564 663 592 630 592 c 0\n 604 591 573 560 567 536 c 2\n 553 470 l 1\n 544 424 l 2\n 540 406 531 397 517 397 c 0\n 505 397 500 405 502 421 c 0\n 511 482 442 535 353 535 c 0\n 242 535 132 438 106 319 c 2\n 91 248 l 2\n 66 128 144 25 262 25 c 0\n 331 25 387 51 455 115 c 0\n 464 123 468 125 475 125 c 0\n 487 125 493 117 491 106 c 0\n 489 96 473 79 442 55 c 0\n 383 9 317 -16 253 -16 c 0\n 117 -16 20 107 49 242 c 2\n 67 325 l 2\n 92 445 214 576 362 576 c 0\n 428 576 483 552 520 507 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0188\nEncoding: 392 392 327\nWidth: 600\nFlags: HW\nHStem: -16 41<247 281> 390 41<342 361> 445 40<607 618>\nFore\n500 376 m 1\n 503 389 l 2\n 513 435 559 485 616 485 c 0\n 672 485 703 440 692 391 c 1\n 690 380 679 371 668 371 c 0\n 656 371 649 380 651 391 c 1\n 657 417 640 445 607 445 c 0\n 581 444 549 413 544 389 c 2\n 530 323 l 1\n 525 304 523 271 499 271 c 0\n 486 271 481 278 483 295 c 0\n 490 348 428 390 344 390 c 0\n 234 390 142 315 119 205 c 0\n 96 100 157 25 266 25 c 0\n 339 25 407 49 469 97 c 0\n 478 105 482 107 489 107 c 0\n 499 107 506 98 504 88 c 0\n 501 76 482 58 450 39 c 0\n 392 4 322 -16 256 -16 c 0\n 125 -16 50 76 78 204 c 0\n 106 336 222 431 356 431 c 0\n 417 431 467 412 500 376 c 1\nEndSplineSet\nEndChar\nStartChar: uni0189\nEncoding: 393 393 328\nWidth: 600\nFlags: HW\nHStem: 0 41<79 113 154 290> 272 41<94 162 212 365> 522 41<190 215 256 399 256 256>\nVStem: 62 334 551 41<356.5 378>\nRef: 208 208 S 1 0 0 1 0 0\nEndChar\nStartChar: uni018A\nEncoding: 394 394 329\nWidth: 600\nFlags: HW\nHStem: 0 41<9 52 95 247> 374 41<51.6611 60.376> 522 41<84 155 196 359>\nVStem: -24 42<450 461> 491 41<352 375>\nDStem: 155.12 522 196.12 522 52.8799 41 93.8799 41 486.758 318 526.058 310 471.242 245 514.154 254\nFore\n94 41 m 1\n 244 41 l 2\n 340 41 449 139 471 245 c 2\n 487 318 l 2\n 498 371 486 431 454 472 c 0\n 427 507 393 522 339 522 c 2\n 196 522 l 1\n 94 41 l 1\n94 563 m 2\n 350 563 l 2\n 479 563 556 451 526 310 c 2\n 514 254 l 2\n 484 112 359 0 230 0 c 2\n 10 0 l 2\n -8 0 -15 7 -12 21 c 0\n -10 34 1 41 19 41 c 2\n 53 41 l 1\n 155 522 l 1\n 85 522 l 2\n 61 522 25 497 18 471 c 0\n 11 438 34 415 60 415 c 1\n 71 415 78 406 76 394 c 0\n 74 383 63 374 52 374 c 1\n 3 374 -34 414 -22 470 c 0\n -10 527 49 563 94 563 c 2\nEndSplineSet\nEndChar\nStartChar: uni018B\nEncoding: 395 395 330\nWidth: 600\nFlags: HW\nRef: 1041 1041 S -1 0 0.425113 1 480 0\nEndChar\nStartChar: uni018C\nEncoding: 396 396 331\nWidth: 600\nFlags: HW\nHStem: -16 41<172 190> 0 41<414 462> 390 41<254 270> 563 41<146 462 517 581>\nVStem: -1 42<159 176>\nDStem: 375.213 88 517.178 563 356.509 0 406.224 41 476.178 563 517.178 563 426.227 328 406.224 41\nFore\n261 390 m 0\n 161 390 66 309 44 205 c 0\n 23 107 87 25 184 25 c 0\n 283 25 379 107 401 208 c 0\n 422 309 360 390 261 390 c 0\n476 563 m 1\n 147 563 l 1\n 129 563 122 570 125 584 c 0\n 127 597 138 604 156 604 c 1\n 580 604 l 1\n 598 604 605 597 603 584 c 0\n 600 570 589 563 571 563 c 1\n 517 563 l 1\n 406 41 l 1\n 460 41 l 2\n 478 41 486 34 483 21 c 0\n 480 7 470 0 452 0 c 2\n 357 0 l 1\n 375 88 l 1\n 313 18 246 -16 173 -16 c 0\n 53 -16 -22 85 4 210 c 0\n 31 334 146 431 268 431 c 0\n 342 431 391 399 426 328 c 1\n 476 563 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni018D\nEncoding: 397 397 332\nWidth: 600\nFlags: HW\nHStem: -188 32<262 295> -8 43<262 284> 410 41<343 365>\nVStem: 83 44<162 181> 503 41<256 272>\nFore\n90 223 m 0\n 106 302 149 351 210 401 c 0\n 250 434 301 451 363 451 c 0\n 488 451 566 345 540 223 c 0\n 526 160 500 112 462 80 c 0\n 424 48 390 26 359 13 c 1\n 398 -4 436 -30 425 -80 c 0\n 409 -156 354 -188 278 -188 c 0\n 265 -188 250 -187 236 -185 c 1\n 183 -185 111 -163 72 -153 c 1\n 67.3056 -174.907 64.706 -208 39 -208 c 0\n 25 -208 21 -197 25 -181 c 2\n 41 -103 l 2\n 45 -86 53 -74 67 -74 c 0\n 91.0525 -74 82.9664 -98.49 79 -117 c 1\n 104 -133 225 -156 282 -156 c 0\n 336 -156 379 -133 390 -82 c 1\n 390 -26.9583 332.048 -8 263 -8 c 0\n 183 -8 147 25 108 78 c 0\n 82 113 76 161 90 223 c 0\n131 223 m 0\n 119 169 128 125 157 90 c 1\n 184 53 224 35 275 35 c 0\n 380 35 477 119 499 223 c 0\n 510 275 501 319 472 355 c 1\n 443 392 404 410 354 410 c 0\n 303 410 261 396 228 368 c 0\n 180 328 145 292 131 223 c 0\nEndSplineSet\nEndChar\nStartChar: uni018E\nEncoding: 398 398 333\nWidth: 600\nFlags: HW\nRef: 69 69 N -1 0 0.425113 1 546 0\nEndChar\nStartChar: uni018F\nEncoding: 399 399 334\nWidth: 600\nFlags: HW\nHStem: -16 41<227 243> 253 40<85 486> 535 41<323 339>\nVStem: 36 42<176 208> 505 42<352 368>\nFore\n487 253 m 1\n 85 252 l 9\n 83 241 l 2\n 57 122 127 25 238 25 c 0\n 351.125 25 465.49 123.941 487 253 c 1\n496 293 m 1\n 500 312 l 2\n 525 432 447 535 329 535 c 0\n 260 535 204 509 136 445 c 0\n 127 437 123 435 116 435 c 0\n 104 435 98 443 100 454 c 0\n 102 464 118 481 149 505 c 0\n 208 551 274 576 338 576 c 0\n 474 576 571 453 542 318 c 2\n 524 235 l 2\n 498.516 115.421 376.909 -16 229 -16 c 0\n 162 -16 109 10 74 58 c 0\n 41 104 27 174 40 235 c 2\n 53 293 l 17\n 496 293 l 1\nEndSplineSet\nEndChar\nStartChar: uni0190\nEncoding: 400 400 335\nWidth: 600\nFlags: HW\nHStem: -16 41<234 253> 270 41<294 366> 535 41<349 366>\nVStem: 61 46<117 131> 141 45<391 408>\nFore\n365 311 m 2\n 383 311 390 304 387 291 c 0\n 384 277 374 270 356 270 c 2\n 295 270 l 2\n 228 270 199 253 172 237 c 0\n 72.4379 184.108 78.7388 25 245 25 c 0\n 336 25 421 76 438 142 c 0\n 442 158 450 166 463 166 c 0\n 477 166 482 157 478 139 c 2\n 454 27 l 2\n 450 9 441 0 428 0 c 0\n 399.553 0 415.04 36.8578 419 56 c 1\n 368 9 304 -16 235 -16 c 0\n 115 -16 44 54 65 151 c 0\n 78.9596 222.194 133.443 270.841 204 291 c 1\n 206 298 l 1\n 159.403 315.922 131.136 360.97 144 421 c 0\n 163 509 256 576 361 576 c 0\n 420 576 461 558 494 517 c 1\n 498.445 538.114 501.997 563 525 563 c 0\n 538 563 543 554 539 536 c 2\n 518 433 l 2\n 514 415 505 406 492 406 c 0\n 479 406 473 414 476 430 c 0\n 485 490 433 535 355 535 c 0\n 273 535 202 486 188 420 c 0\n 181 389 189 361 211 344 c 0\n 233 327 261 311 317 311 c 2\n 365 311 l 2\nEndSplineSet\nEndChar\nStartChar: uni0191\nEncoding: 401 401 336\nWidth: 600\nFlags: HW\nHStem: -93 41<23 37> 272 41<227 363> 522 41<174 229 270 585>\nDStem: 230 522 271 522 133 64 227 313 363 272 422 358 353 227 394 227 381 358 422 358 372 313 394 227 585 522 635 563 564 424 605 424\nFore\n133 64 m 2\n 230 522 l 1\n 176 522 l 2\n 158 522 150 529 153 543 c 0\n 156 556 167 563 185 563 c 2\n 635 563 l 1\n 605 424 l 2\n 601 406 592 397 578 397 c 0\n 565 397 560 406 564 424 c 2\n 585 522 l 1\n 271 522 l 1\n 227 313 l 1\n 372 313 l 1\n 381 358 l 2\n 385 376 394 385 407 385 c 0\n 421 385 426 376 422 358 c 2\n 394 227 l 2\n 390 209 382 200 368 200 c 0\n 355 200 349 209 353 227 c 2\n 363 272 l 1\n 218 272 l 1\n 218 272 170 46 169 41 c 0\n 145 -35 92 -92 25 -93 c 0\n 0 -93 -30 -86 -46 -77 c 0\n -64.6273 -66.3559 -49.6132 -39 -32 -39 c 0\n -27 -39 -25 -40 -2 -47 c 0\n 5 -50 23 -52 35 -52 c 0\n 79 -52 118 -4 133 64 c 2\nEndSplineSet\nEndChar\nStartChar: florin\nEncoding: 402 402 337\nWidth: 600\nFlags: HW\nHStem: -93 41<153 170> 334 41<254 350 402 498> 577 41<554 570>\nVStem: 232 288<352 358>\nDStem: 351 334 392 334 294 64 333 58 378 462 419 462 360 375 401 375\nFore\n401 375 m 1\n 497 375 l 2\n 514 375 520 371 520 359 c 0\n 520 344 508 334 488 334 c 2\n 392 334 l 1\n 333 58 l 2\n 315 -26 236 -93 154 -93 c 0\n 112 -93 74 -79 74 -63 c 0\n 74 -51 85 -39 97 -39 c 0\n 101 -39 104 -40 127 -47 c 0\n 135 -50 152 -52 163 -52 c 0\n 225 -52 279 -4 294 64 c 1\n 351 334 l 1\n 255 334 l 2\n 238 334 232 339 232 351 c 0\n 232 366 244 375 263 375 c 2\n 360 375 l 1\n 378 462 l 1\n 397 549 478 618 562 618 c 0\n 587 618 615 613 633 604 c 0\n 640 601 643 597 643 591 c 0\n 643 578 631 566 620 566 c 0\n 616 566 615 566 595 572 c 0\n 587 575 569 577 559 577 c 0\n 490 577 434 531 419 462 c 1\n 401 375 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0193\nEncoding: 403 403 338\nWidth: 600\nFlags: HW\nHStem: -16 41<262 282> 209 41<317 458 498 524> 535 41<360 378> 592 40<631 642>\nDStem: 65 318 106 317 49 244 90 244 458 209 499 209 426 59 462 36\nFore\n524 522 m 1\n 538 586 580 632 641 632 c 0\n 697 632 727 587 717 538 c 1\n 715 527 704 518 693 518 c 0\n 681 518 674 527 676 538 c 1\n 681 564 664 592 631 592 c 0\n 605 591 574 560 568 536 c 2\n 554 470 l 1\n 554 467 l 2\n 549 445 l 2\n 545 427 536 418 523 418 c 0\n 510 418 506 426 509 443 c 0\n 516 494 452 535 363 535 c 0\n 307 535 259 518 213 481 c 0\n 160 440 118 376 106 317 c 2\n 90 244 l 2\n 61 108 132 25 276 25 c 0\n 328 25 365 33 426 59 c 1\n 458 209 l 1\n 319 209 l 2\n 301 209 293 216 296 230 c 0\n 299 243 310 250 328 250 c 2\n 522 250 l 2\n 541 250 548 243 545 230 c 0\n 542 216 532 209 513 209 c 2\n 499 209 l 1\n 462 36 l 1\n 396 2 326 -16 264 -16 c 0\n 100 -16 16 86 49 244 c 2\n 65 318 l 2\n 92 445 213 576 370 576 c 0\n 436 576 487 558 524 522 c 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni0194\nEncoding: 404 404 339\nWidth: 600\nFlags: HW\nHStem: -27 41<236 250> 522 41<127 152 204 250 461 490 548 582>\nVStem: 160 41<65 71> 327 41<117 133>\nDStem: 152.989 522 201.989 522 275.512 261 305.739 295 502.989 522 548.989 522 305.739 295 321.725 262\nFore\n291 227 m 1\n 251 180 215 156 205 104 c 0\n 197 64 198 14 246 14 c 0\n 300 14 317 68 325 104 c 0\n 333 146 313 179 291 227 c 1\n276 261 m 1\n 153 522 l 1\n 129 522 l 2\n 111 522 103 529 106 543 c 0\n 109 556 120 563 138 563 c 2\n 249 563 l 2\n 267 563 274 556 271 543 c 0\n 268 529 258 522 240 522 c 2\n 202 522 l 1\n 306 295 l 1\n 503 522 l 1\n 463 522 l 2\n 444 522 436 529 439 543 c 0\n 442 556 453 563 472 563 c 2\n 582 563 l 2\n 599 563 607 555 604 543 c 0\n 602 530 589 522 573 522 c 2\n 549 522 l 1\n 322 262 l 1\n 337 234 380 170 366 104 c 1\n 350 30 303 -27 237 -27 c 16\n 171 -27 150 38 164 104 c 17\n 181 183 247 232 276 261 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni0195\nEncoding: 405 405 340\nWidth: 600\nFlags: HW\nHStem: -16 41<387 404> 0 41<-22 34 84 122> 376 41<481 548> 390 41<244 281> 563 41<90 144>\nVStem: 280 42<94 96> 327 40<332 341>\nDStem: 145.181 563 194.896 604 34.2256 41 142.031 360 145.181 563 129.428 296 34.2256 41 75.2256 41 320.152 290 361.365 291 282.955 115 323.955 115 556.433 376 606.147 417 501.593 118 543.168 116\nFore\n287 41 m 24\n 272 65 283 115 283 115 c 1\n 320 290 l 1\n 326 319 333 346 316 368 c 0\n 295 394 290 390 250 390 c 0\n 194 390 148 330 141 316 c 2\n 129 296 l 1\n 75 41 l 1\n 120 41 l 2\n 139 41 147 34 144 21 c 0\n 141 7 130 0 112 0 c 2\n -20 0 l 2\n -37 0 -46 7 -43 21 c 0\n -40 34 -30 41 -12 41 c 2\n 34 41 l 1\n 145 563 l 1\n 91 563 l 2\n 73 563 66 570 69 584 c 0\n 71 597 82 604 100 604 c 2\n 195 604 l 1\n 142 360 l 1\n 174 406 203 432 264 431 c 0\n 361 429 379 372 361 291 c 1\n 324 115 l 1\n 313 65 345 25 396 25 c 0\n 463 25 495 85 502 118 c 2\n 556 376 l 1\n 482 376 l 2\n 463 376 456 383 459 397 c 0\n 462 410 472 417 491 417 c 2\n 606 417 l 1\n 543 116 l 1\n 543 116 514 -14 388 -16 c 0\n 337 -17 310 2 287 41 c 24\nEndSplineSet\nEndChar\nStartChar: uni0196\nEncoding: 406 406 341\nWidth: 600\nFlags: HW\nHStem: -8 41<308 320> 523 40<251 311>\nVStem: 224 42<74 90>\nDStem: 313.183 523 362.685 563 227.522 120 268.522 120\nFore\n228 120 m 10\n 313 523 l 1\n 252 523 l 2\n 237 523 227 530 229 543 c 0\n 233 559 244 563 261 563 c 2\n 363 563 l 1\n 269 120 l 18\n 255 58 276 33 318 33 c 0\n 364 33 406 60 424 80 c 1\n 432 89 445 91 453 84 c 0\n 461 78 460 65 451 56 c 1\n 425 28 373 -8 309 -8 c 0\n 241 -8 212 46 228 120 c 10\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0197\nEncoding: 407 407 342\nWidth: 600\nFlags: HW\nHStem: 0 41<79 227 278 409> 281 40<182 269 330 430> 522 41<190 329 371 521>\nDStem: 278.894 281 319.894 281 227.88 41 268.88 41 330.12 522 371.12 522 287.396 321 328.396 321\nFore\n287 321 m 1\n 330 522 l 1\n 191 522 l 2\n 173 522 166 529 169 543 c 0\n 171 556 182 563 200 563 c 2\n 519 563 l 2\n 538 563 545 556 543 543 c 0\n 540 529 529 522 510 522 c 2\n 371 522 l 1\n 328 321 l 1\n 428 321 l 1\n 446 321 454 314 451 301 c 0\n 448 288 438 281 420 281 c 1\n 320 281 l 1\n 269 41 l 1\n 408 41 l 2\n 427 41 434 34 432 21 c 0\n 429 7 417 0 399 0 c 2\n 80 0 l 2\n 62 0 55 7 58 21 c 0\n 60 34 71 41 89 41 c 2\n 228 41 l 1\n 279 281 l 1\n 184 281 l 1\n 166 281 158 288 161 301 c 0\n 164 314 174 321 192 321 c 1\n 287 321 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0198\nEncoding: 408 408 343\nWidth: 600\nFlags: HW\nHStem: 0 41<9 72 115 190 437 495> 374 41<547 553> 522 41<120 164 216 301 450 495 554 577>\nDStem: 175.12 522 216.12 522 72.8799 41 163.193 273 175.12 522 152.141 221 72.8799 41 113.88 41 496.12 522 553.12 522 163.193 273 289.033 324 496.12 522 248.657 294 163.193 273 152.141 221\nFore\n553 522 m 1\n 289 324 l 1\n 378 284 404 233 438 41 c 1\n 494 41 l 2\n 512 41 519 34 517 21 c 0\n 514 7 503 0 485 0 c 2\n 398 0 l 1\n 368 203 337 263 249 294 c 1\n 152 221 l 1\n 114 41 l 1\n 189 41 l 2\n 207 41 214 34 212 21 c 0\n 209 7 198 0 180 0 c 2\n 10 0 l 2\n -8 0 -15 7 -12 21 c 0\n -10 34 1 41 19 41 c 2\n 73 41 l 1\n 175 522 l 1\n 121 522 l 2\n 103 522 96 529 99 543 c 0\n 101 556 112 563 130 563 c 2\n 300 563 l 2\n 318 563 325 556 323 543 c 0\n 320 529 309 522 291 522 c 2\n 216 522 l 1\n 163 273 l 1\n 496 522 l 1\n 451 522 l 2\n 432 522 425 529 428 543 c 0\n 430 556 441 563 460 563 c 2\n 578 563 l 2\n 623 563 666 527 654 470 c 0\n 642 414 589 374 540 374 c 1\n 529 374 522 383 524 394 c 0\n 526 406 537 415 548 415 c 1\n 574 415 607 438 614 471 c 0\n 619 497 593 522 569 522 c 2\n 553 522 l 1\nEndSplineSet\nEndChar\nStartChar: uni0199\nEncoding: 409 409 344\nWidth: 600\nFlags: HW\nHStem: 0 41<23 87 316 353 412 459> 376 41<349 369 433 490> 577 41<349 372>\nDStem: 176.521 462 217.521 462 87.0352 41 167.995 229 176.521 462 157.58 180 87.0352 41 119.32 0 211.87 219 248.396 245 354.035 41 412.035 41 372.241 376 433.241 376 167.995 229 248.396 245\nFore\n87 41 m 1\n 177 462 l 1\n 195 549 276 618 361 618 c 0\n 386 618 414 613 431 604 c 0\n 453.884 593.829 435.65 566 418 566 c 0\n 415 566 415 566 394 572 c 0\n 386 575 366 577 356 577 c 0\n 288 577 232 530 218 462 c 1\n 168 229 l 1\n 372 376 l 1\n 350 376 l 2\n 332 376 325 383 328 397 c 0\n 330 410 341 417 359 417 c 2\n 489 417 l 2\n 507 417 514 410 512 397 c 0\n 509 383 498 376 480 376 c 2\n 433 376 l 1\n 248 245 l 1\n 412 41 l 1\n 457 41 l 2\n 475 41 483 34 480 21 c 0\n 477 7 466 0 448 0 c 2\n 317 0 l 2\n 299 0 292 7 295 21 c 0\n 298 34 308 41 326 41 c 2\n 354 41 l 1\n 212 219 l 1\n 158 180 l 1\n 119 0 l 1\n 24 0 l 2\n 6 0 -1 7 2 21 c 0\n 5 34 15 41 33 41 c 2\n 87 41 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni019A\nEncoding: 410 410 345\nWidth: 600\nFlags: HW\nHStem: 0 41<53 223 272 426> 274 40<175 272 334 420> 563 41<216 323>\nDStem: 273.049 274 314.049 274 223.522 41 264.522 41 334.478 563 384.192 604 281.551 314 322.551 314\nFore\n282 314 m 1\n 334 563 l 1\n 217 563 l 2\n 199 563 192 570 195 584 c 0\n 198 597 208 604 226 604 c 2\n 384 604 l 1\n 323 314 l 1\n 421 314 l 1\n 439 314 448 307 443 294 c 0\n 441 287 430 274 412 274 c 1\n 314 274 l 1\n 265 41 l 1\n 425 41 l 2\n 444 41 451 34 448 21 c 0\n 445 7 434 0 416 0 c 2\n 55 0 l 2\n 37 0 29 7 32 21 c 0\n 35 34 46 41 64 41 c 2\n 224 41 l 1\n 273 274 l 1\n 176 274 l 1\n 158 274 151 281 153 294 c 0\n 156 307 167 314 185 314 c 1\n 282 314 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni019B\nEncoding: 411 411 346\nWidth: 600\nFlags: HW\nHStem: -2 41<19 40 92 140 346 405 453 460> 573 41<173 268>\nDStem: 283.37 517.62 293.18 480.457 191.159 462 203.507 426 293.18 480.457 331.05 503.455 308.082 424 453.247 39 308.082 424 320.517 379 40.2471 39 85.2471 39 320.517 379 331.05 503.455 411.247 39 453.247 39 403.366 590 415.927 555 321.303 540.501 331.05 503.455\nFore\n331 503 m 1\n 453 39 l 1\n 471 39 485 41 488 31 c 1\n 489 18 l 1\n 486 3 474 -2 457 -2 c 2\n 347 -2 l 2\n 332.664 -2 321.835 3.42091 326 18 c 0\n 329 32 340 39 355 39 c 2\n 411 39 l 1\n 321 379 l 1\n 85 39 l 1\n 138 39 l 2\n 155 39 164 33 161 18 c 0\n 158 3 146 -2 130 -2 c 2\n 20 -2 l 2\n 13 -2 8 -1 5 0 c 0\n -1 0 -4 13 -3 18 c 0\n -1.0924 31.3532 12.8384 39 28 39 c 2\n 40 39 l 1\n 308 424 l 1\n 293 480 l 1\n 204 426 l 2\n 204 426 191 420 185 420 c 0\n 175 420 168 430 171 441 c 0\n 173 450 178 455 191 462 c 2\n 283 518 l 1\n 269 573 l 1\n 175 573 l 2\n 160 573 149 579 152 594 c 0\n 155 609 168 614 183 614 c 2\n 268 614 l 2\n 278 614 296 611 300 606 c 0\n 311.639 590.481 315.612 562.552 321 541 c 1\n 403 590 l 2\n 403 590 417 596 422 596 c 0\n 432 596 439 587 436 576 c 0\n 434 566 429 562 416 555 c 2\n 331 503 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni019C\nEncoding: 412 412 347\nWidth: 600\nFlags: HW\nHStem: -14 41<116 127 325 336> 0 41<486 518> 522 41<89 117 299 333 510 543 584 629>\nVStem: 31 43<72 85>\nDStem: 124.607 522 173.322 563 33.6338 94 74.4834 98 334.607 522 383.322 563 246.822 109 285.121 101 544.607 522 584.607 522 456.822 109 482.368 41\nFore\n434 0 m 1\n 445 52 l 1\n 401 4 368 -14 326 -14 c 0\n 283 -14 256 9 244 57 c 1\n 194 7 157 -14 116 -14 c 0\n 58 -14 21 35 34 94 c 2\n 125 522 l 1\n 91 522 l 2\n 73 522 65 529 68 542 c 0\n 71 556 81 563 99 563 c 2\n 173 563 l 1\n 74 98 l 2\n 66 60 90 27 125 27 c 0\n 161 27 196 51 247 109 c 1\n 335 522 l 1\n 301 522 l 2\n 283 522 275 529 278 542 c 0\n 281 556 291 563 309 563 c 2\n 383 563 l 1\n 285 101 l 2\n 277 62 300 27 334 27 c 0\n 369 27 407 52 457 109 c 1\n 545 522 l 1\n 511 522 l 2\n 493 522 485 529 488 542 c 0\n 491 556 502 563 519 563 c 2\n 628 563 l 2\n 645 563 653 556 650 542 c 0\n 647 529 637 522 619 522 c 2\n 585 522 l 1\n 482 41 l 1\n 516 41 l 2\n 534 41 542 34 539 20 c 0\n 536 7 526 0 508 0 c 2\n 434 0 l 1\nEndSplineSet\nMinimumDistance: x29,-1 x12,20 \nEndChar\nStartChar: uni019D\nEncoding: 413 413 348\nWidth: 600\nFlags: HW\nHStem: -93 41<24 36> 0 21G<433.051 485.051> 522 41<174 217 480 553 596 640>\nDStem: 230.005 522 267.179 504 132.654 64 172.379 58 267.179 504 290.72 563 433.051 0 456.592 59 555.005 522 596.005 522 456.592 59 485.051 0\nFore\n169 41 m 0\n 145 -35 92 -92 25 -93 c 0\n 0 -93 -30 -86 -46 -77 c 0\n -64.6273 -66.3559 -49.6132 -39 -32 -39 c 0\n -27 -39 -25 -40 -2 -47 c 0\n 5 -50 23 -52 35 -52 c 0\n 79 -52 118 -4 133 64 c 1\n 230 522 l 1\n 176 522 l 2\n 158 522 150 529 153 543 c 0\n 156 556 167 563 185 563 c 2\n 291 563 l 1\n 457 59 l 1\n 555 522 l 1\n 481 522 l 2\n 462 522 454 529 457 543 c 0\n 460 556 471 563 490 563 c 2\n 639 563 l 2\n 657 563 664 556 661 543 c 0\n 658 529 648 522 630 522 c 2\n 596 522 l 1\n 485 0 l 1\n 433 0 l 1\n 267 504 l 1\n 169 41 l 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni019E\nEncoding: 414 414 349\nWidth: 600\nFlags: HW\nHStem: -184 41<338 382 431 459> 0 41<53 108 153 196> 376 41<144 175> 390 41<367 390>\nVStem: 476 42<306 320>\nDStem: 179.671 376 203.241 294 108.464 41 149.464 41 473.966 288 516.453 295 382.354 -143 423.354 -143\nFore\n229 417 m 1\n 215 348 l 1\n 286 412 326 431 388 431 c 0\n 477 431 533 372 516 295 c 2\n 423 -143 l 1\n 457 -143 l 2\n 475 -143 483 -150 480 -163 c 0\n 477 -177 467 -184 449 -184 c 2\n 340 -184 l 2\n 322 -184 314 -177 317 -163 c 0\n 320 -150 330 -143 348 -143 c 2\n 382 -143 l 1\n 474 288 l 2\n 480 318 473 343 452 364 c 0\n 432 384 415 390 376 390 c 0\n 338 390 307 380 274 357 c 0\n 256 346 244 335 203 294 c 1\n 149 41 l 1\n 194 41 l 2\n 212 41 220 34 217 21 c 0\n 214 7 204 0 186 0 c 2\n 55 0 l 2\n 36 0 28 7 31 21 c 0\n 34 34 44 41 63 41 c 2\n 108 41 l 1\n 180 376 l 1\n 146 376 l 2\n 128 376 120 383 123 397 c 0\n 126 410 136 417 154 417 c 2\n 229 417 l 1\nEndSplineSet\nEndChar\nStartChar: uni019F\nEncoding: 415 415 350\nWidth: 600\nFlags: HW\nHStem: -16 41<234 250> 261 41<106 490> 535 41<346 365>\nVStem: 43 42<204 224> 515 41<336 356>\nRef: 1256 1256 N 1 0 0 1 0 0\nEndChar\nStartChar: Ohorn\nEncoding: 416 416 351\nWidth: 600\nFlags: HW\nHStem: -16 41<219 237> 535 41<331 351> 563 21G<421 483> 670 41<507 518>\nFore\n340 535 m 0\n 225 535 107 420 78 280 c 0\n 48 140 117 25 231 25 c 0\n 344 25 464 140 493 277 c 0\n 524 421 456 535 340 535 c 0\n482 522 m 1\n 534 469 556 380 534 276 c 0\n 500 115 360 -16 223 -16 c 0\n 84 -16 2 115 37 280 c 0\n 72 445 210 576 349 576 c 0\n 375 576 399 571 421 563 c 1\n 483 563 l 2\n 507 563 543 588 550 614 c 0\n 557 647 534 670 508 670 c 1\n 497 670 489 679 492 691 c 0\n 494 702 505 711 516 711 c 1\n 565 711 602 671 590 615 c 0\n 578 561 527 526 482 522 c 1\nEndSplineSet\nEndChar\nStartChar: ohorn\nEncoding: 417 417 352\nWidth: 600\nFlags: HW\nHStem: -16 41<227 261> 390 41<323 341> 417 21G<411 475> 524 41<499 509>\nFore\n325 390 m 0\n 221 390 120 309 99 208 c 0\n 77 106 143 25 247 25 c 0\n 350 25 451 106 472 205 c 0\n 495 310 430 390 325 390 c 0\n472 376 m 1\n 511 335 528 274 513 205 c 0\n 487 83 364 -16 238 -16 c 0\n 111 -16 31 83 58 208 c 0\n 84 331 206 431 333 431 c 0\n 362 431 388 426 411 417 c 1\n 475 417 l 2\n 499 417 536 442 542 468 c 0\n 549 501 526 524 500 524 c 1\n 489 524 482 533 484 545 c 0\n 487 556 498 565 509 565 c 1\n 558 565 594 525 582 469 c 0\n 571 414 517 379 472 376 c 1\nEndSplineSet\nEndChar\nStartChar: uni01A2\nEncoding: 418 418 353\nWidth: 600\nFlags: HW\nHStem: -16 41<145 161> 0 41<411 446 492 510> 535 41<257 275> 594 44<470.153 493.506>\nVStem: -15 42<176 208> 394 42<368 384> 551 41<534 548>\nDStem: 548.85 522 589.85 522 446.609 41 487.609 41\nFore\n265 535 m 0\n 149 535 67 421 37 277 c 0\n 8 140 43 25 156 25 c 0\n 270 25 354 140 383 280 c 0\n 413 420 380 535 265 535 c 0\n335 565 m 1\n 370 609 424 638 494 638 c 0\n 588 638 598 566 590 522 c 1\n 488 41 l 1\n 509 41 l 2\n 528 41 535 34 532 21 c 0\n 529 7 518 0 500 0 c 2\n 413 0 l 2\n 395 0 387 7 390 21 c 0\n 393 34 404 41 422 41 c 2\n 447 41 l 1\n 549 522 l 1\n 554 546 554 594 470 594 c 0\n 427 594 402 584 367 546 c 1\n 427 500 449 406 429 313 c 8\n 426 297 422 272 422 272 c 1\n 384 111 284 -16 147 -16 c 0\n 10 -16 -39 115 -4 276 c 0\n 32 446 132 576 273 576 c 0\n 296 576 317 572 335 565 c 1\nEndSplineSet\nEndChar\nStartChar: uni01A3\nEncoding: 419 419 354\nWidth: 600\nFlags: HW\nHStem: -16 41<146 162> 0 41<387 442 498 530> 390 41<233 245> 432 35<450 466>\nVStem: 18 39<144 160> 336 40<260 281>\nDStem: 513.884 376 553.884 376 442.677 41 482.677 41\nFore\n235 390 m 0\n 157 390 85 307 63 202 c 0\n 42 103 81 25 157 25 c 0\n 235 25 308 106 330 208 c 0\n 352 309 313 390 235 390 c 0\n318 408 m 1\n 365 452 413 468 475 468 c 0\n 563 468 554 376 554 376 c 1\n 483 41 l 1\n 529 41 l 2\n 547 41 555 34 552 21 c 0\n 549 7 538 0 520 0 c 2\n 388 0 l 2\n 370 0 363 7 366 21 c 0\n 369 34 379 41 397 41 c 2\n 443 41 l 1\n 514 376 l 1\n 514 376 526 432 458 432 c 0\n 411 432 380 418 342 386 c 1\n 373 350 385 294 371 225 c 10\n 361 184 l 1\n 339 74 238 -16 149 -16 c 0\n 54 -16 -1 83 25 205 c 0\n 52 332 148 431 244 431 c 0\n 272 431 297 423 318 408 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni01A4\nEncoding: 420 420 355\nWidth: 600\nFlags: HW\nHStem: 0 41<9 72 115 253> 231 41<164 308> 374 41<87.6611 96.376> 522 41<120 164 217 371>\nVStem: 12 42<450 461> 485 41<414 432>\nDStem: 175.12 522 216.12 522 72.8799 41 162.98 272 175.12 522 154.266 231 72.8799 41 113.88 41\nFore\n216 522 m 1\n 163 272 l 1\n 297 272 l 2\n 384 272 468 329 483 398 c 0\n 497 466 444 522 365 522 c 1\n 216 522 l 1\n175 522 m 1\n 121 522 l 2\n 97 522 61 497 54 471 c 0\n 47 438 70 415 96 415 c 1\n 107 415 114 406 112 394 c 0\n 110 383 99 374 88 374 c 1\n 39 374 2 414 14 470 c 0\n 26 527 85 563 130 563 c 2\n 370 563 l 2\n 476 563 544 491 524 398 c 0\n 504 305 399 231 285 231 c 2\n 154 231 l 1\n 114 41 l 1\n 252 41 l 2\n 271 41 278 34 276 21 c 0\n 273 7 261 0 243 0 c 2\n 10 0 l 2\n -8 0 -15 7 -12 21 c 0\n -10 34 1 41 19 41 c 2\n 73 41 l 1\n 175 522 l 1\nEndSplineSet\nEndChar\nStartChar: uni01A5\nEncoding: 421 421 356\nWidth: 600\nFlags: HW\nHStem: -186 41<-38 26 69 167> 10 41<277 293> 390 41<357 374> 577 41<325 341>\nVStem: 505 42<254 268>\nDStem: 155.289 462 196.289 462 26.2666 -145 169.294 335 155.289 462 120.619 106 26.2666 -145 67.2666 -145\nFore\n145 221 m 0\n 125 126 188 51 287 51 c 0\n 385 51 481 126 501 219 c 0\n 521 316 460 390 359 390 c 0\n 260 390 165 315 145 221 c 0\n26 -145 m 1\n 155 462 l 2\n 174 549 254 618 339 618 c 0\n 364 618 392 613 409 604 c 0\n 419 600 422 595 420 586 c 0\n 417 575 406 566 396 566 c 0\n 393 566 393 566 373 572 c 0\n 364 575 345 577 335 577 c 0\n 267 577 211 530 196 462 c 2\n 169 335 l 1\n 237 404 293 431 369 431 c 0\n 493 431 567 340 542 221 c 0\n 517 102 402 10 279 10 c 0\n 202 10 153 40 121 106 c 1\n 67 -145 l 1\n 165 -145 l 2\n 183 -145 191 -152 188 -165 c 0\n 185 -179 175 -186 157 -186 c 2\n -36 -186 l 2\n -54 -186 -62 -179 -59 -165 c 0\n -56 -152 -46 -145 -28 -145 c 2\n 26 -145 l 1\nEndSplineSet\nEndChar\nStartChar: uni01A6\nEncoding: 422 422 357\nWidth: 600\nFlags: HW\nHStem: -186 41<418 444> 0 41<45 97 152 201> 181 40<178 281> 374 43<220 351> 522 41<156 194 240 311>\nDStem: 199.888 522 240.888 522 97.6475 41 218.569 417 199.888 522 209.43 374 97.6475 41 176.908 221 199.888 522 168.406 181 97.6475 41 138.647 41\nFore\n177 221 m 1\n 274 221 l 2\n 355 221 436 262 443 302 c 0\n 451 344 397 374 341 374 c 2\n 209 374 l 1\n 177 221 l 1\n219 417 m 1\n 350 417 l 2\n 435 417 497 364 484 301 c 0\n 474 253 429 212 339 194 c 1\n 426 140 377 -50 418 -145 c 1\n 445 -145 l 2\n 461 -145 467 -156 465 -165 c 0\n 463 -176 452 -186 436 -186 c 2\n 386 -186 l 1\n 331 -90 389 146 281 181 c 1\n 168 181 l 1\n 139 41 l 1\n 202 41 l 2\n 218 41 223 30 221 21 c 0\n 219 10 209 0 193 0 c 2\n 44 0 l 2\n 28 0 22 10 24 21 c 0\n 26 30 37 41 53 41 c 2\n 98 41 l 1\n 200 522 l 1\n 155 522 l 2\n 139 522 133 533 135 542 c 0\n 137 553 148 563 164 563 c 2\n 313 563 l 2\n 329 563 334 553 332 542 c 0\n 330 533 320 522 304 522 c 2\n 241 522 l 1\n 219 417 l 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni01A7\nEncoding: 423 423 358\nWidth: 600\nFlags: HW\nRef: 83 83 N -1 0 0.425113 1 579 0\nEndChar\nStartChar: uni01A8\nEncoding: 424 424 359\nWidth: 600\nFlags: HW\nRef: 115 115 N -1 0 0.425113 1 578 0\nEndChar\nStartChar: uni01A9\nEncoding: 425 425 360\nWidth: 600\nFlags: HW\nHStem: 0 43<81 388> 535 42<200 509>\nDStem: 45 60 81 47 30 0 80 43 159 519 199 531 264 307 311 305 174 577 200 535 159 519 199 531 174 577 562 577 159 519 521 414 264 307 311 305 45 60 81 47 423 186 464 186 388 43 418 0 510 535 562 577 480 414 521 414\nRef: 931 931 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01AA\nEncoding: 426 426 361\nWidth: 600\nFlags: HW\nHStem: -93 41<354 373> 437 33<210 220> 585 33<236 251>\nVStem: 135 34<508 518> 237 43<19 35> 329 41<483 510>\nDStem: 326.405 462 367.405 462 240.532 58 282.808 64\nFore\n243 585 m 0\n 210 585 177 559 170 528 c 0\n 164 496 185 470 218 470 c 0\n 251 470 284 496 290 527 c 0\n 297 559 276 585 243 585 c 0\n324 532 m 1\n 324 530 323 528 323 526 c 0\n 313 478 262 437 211 437 c 0\n 160 437 127 478 137 528 c 0\n 148 577 199 618 250 618 c 0\n 335 618 386 549 367 462 c 1\n 283 64 l 1\n 268 -4 302 -52 363 -52 c 0\n 375 -52 394 -50 402 -47 c 0\n 429 -40 431 -39 436 -39 c 0\n 455.641 -39 453.922 -68.1457 434 -77 c 0\n 414 -86 380 -93 355 -93 c 0\n 273 -93 223 -26 241 58 c 1\n 326 462 l 1\n 332 487 331 511 324 532 c 1\nEndSplineSet\nEndChar\nStartChar: uni01AB\nEncoding: 427 427 362\nWidth: 600\nFlags: HW\nHStem: -199 41<264 282> -16 41<245 282> 376 41<111 184 242 457>\nVStem: 126 43<81 93>\nDStem: 186.236 376 227.236 376 129.059 107 170.483 109 220.245 536 261.245 536 194.951 417 235.951 417 422.898 16.8574 471.155 51 410.388 -42 450.112 -48\nFore\n423 17 m 1\n 378 -1 311 -16 258 -16 c 0\n 164 -16 113 32 129 107 c 2\n 186 376 l 1\n 112 376 l 2\n 93 376 86 383 89 397 c 0\n 91 410 102 417 121 417 c 2\n 195 417 l 1\n 220 536 l 2\n 224 554 233 563 247 563 c 0\n 261 563 265 555 261 536 c 2\n 236 417 l 1\n 456 417 l 2\n 474 417 481 410 479 397 c 0\n 476 383 465 376 447 376 c 2\n 227 376 l 1\n 170 109 l 2\n 160 58 196 25 265 25 c 0\n 321 25 395 42 439 65 c 0\n 448 70 451 71 456 71 c 0\n 466 71 473 61 471 51 c 2\n 450 -48 l 2\n 432 -132 353 -199 271 -199 c 0\n 246 -199 216 -192 199 -183 c 0\n 180.828 -172.616 195.808 -145 213 -145 c 0\n 218 -145 220 -146 244 -153 c 0\n 251 -156 269 -158 281 -158 c 0\n 342 -158 396 -110 410 -42 c 2\n 423 17 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni01AC\nEncoding: 428 428 363\nWidth: 600\nFlags: HW\nHStem: 0 41<113 229 270 376> 522 41<162 331 371 538>\nDStem: 331 522 372 522 229 41 270 41 538 522 588 563 523 449 564 449\nFore\n164 522 m 2\n 140 522 104 497 97 471 c 0\n 90 438 113 415 139 415 c 1\n 150 415 157 406 155 394 c 0\n 153 383 142 374 131 374 c 1\n 82 374 45 414 57 470 c 0\n 69 527 128 563 173 563 c 2\n 588 563 l 1\n 564 449 l 2\n 560 430 552 422 538 422 c 0\n 526 422 519 433 523 449 c 2\n 538 522 l 1\n 372 522 l 1\n 270 41 l 1\n 375 41 l 2\n 393 41 400 34 398 21 c 0\n 395 7 384 0 366 0 c 2\n 115 0 l 2\n 97 0 90 7 93 21 c 0\n 95 34 106 41 124 41 c 2\n 229 41 l 1\n 331 522 l 1\n 164 522 l 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni01AD\nEncoding: 429 429 364\nWidth: 600\nFlags: HW\nHStem: -16 41<220 255> 376 41<85 159 219 432> 577 41<351 367>\nVStem: 101 43<81 93>\nDStem: 160.941 376 201.941 376 103.764 107 145.189 109 179.222 462 220.222 462 169.656 417 210.656 417\nFore\n220 462 m 1\n 211 417 l 1\n 431 417 l 2\n 449 417 456 410 453 397 c 0\n 450 383 440 376 422 376 c 2\n 202 376 l 1\n 145 109 l 1\n 134 58 170 25 239 25 c 0\n 295 25 370 42 414 65 c 0\n 423 70 426 71 431 71 c 0\n 441 71 448 61 446 51 c 0\n 440 22 318 -16 233 -16 c 0\n 139 -16 88 32 104 107 c 1\n 161 376 l 1\n 87 376 l 2\n 68 376 60 383 63 397 c 0\n 66 410 77 417 96 417 c 2\n 170 417 l 1\n 179 462 l 1\n 198 549 278 618 363 618 c 0\n 388 618 416 613 433 604 c 0\n 443 600 445 595 444 586 c 0\n 441 575 430 566 420 566 c 0\n 417 566 417 566 397 572 c 0\n 388 575 369 577 359 577 c 0\n 291 577 235 530 220 462 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01AE\nEncoding: 430 430 365\nWidth: 600\nFlags: HW\nHStem: -199 41<345 355> 522 41<185 351 393 558>\nVStem: 228 43<-87 -71>\nDStem: 152.984 563 185.27 522 128.753 449 169.753 449 352.27 522 393.27 522 231.112 -48 273.388 -42 559.27 522 608.984 563 543.753 449 584.753 449\nFore\n393 522 m 1\n 273 -42 l 1\n 259 -110 293 -158 354 -158 c 0\n 366 -158 384 -156 393 -153 c 0\n 419 -146 421 -145 426 -145 c 0\n 445.765 -145 444.934 -173.696 424 -183 c 0\n 405 -192 371 -199 346 -199 c 0\n 264 -199 213 -132 231 -48 c 1\n 352 522 l 1\n 185 522 l 1\n 170 449 l 2\n 166 431 157 422 143 422 c 0\n 130 422 125 431 129 449 c 2\n 153 563 l 1\n 609 563 l 1\n 585 449 l 2\n 581 430 573 422 559 422 c 0\n 547 422 540 433 544 449 c 2\n 559 522 l 1\n 393 522 l 1\nEndSplineSet\nEndChar\nStartChar: Uhorn\nEncoding: 431 431 366\nWidth: 600\nFlags: HW\nHStem: -16 41<220 238> 522 41<101 138 178 264 419 494 535 581> 670 41<603 614>\nDStem: 138 522 179 522 66 185 107 185 495 522 536 522 423 185 464 185\nFore\n536 522 m 1\n 464 185 l 2\n 440 71 335 -16 223 -16 c 0\n 110 -16 42 71 66 185 c 2\n 138 522 l 1\n 104 522 l 2\n 86 522 79 529 82 543 c 0\n 85 557 95 563 113 563 c 2\n 262 563 l 2\n 280 563 287 556 285 543 c 0\n 282 529 271 522 253 522 c 2\n 179 522 l 1\n 107 185 l 2\n 88 95 142 25 231 25 c 0\n 319 25 404 95 423 185 c 2\n 495 522 l 1\n 421 522 l 2\n 403 522 396 529 399 543 c 0\n 402 557 411 563 430 563 c 2\n 579 563 l 2\n 603 563 639 588 646 614 c 0\n 653 647 630 670 604 670 c 1\n 593 670 585 679 588 691 c 0\n 590 702 601 711 612 711 c 1\n 661 711 698 671 686 615 c 0\n 674 558 616 522 570 522 c 2\n 536 522 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uhorn\nEncoding: 432 432 367\nWidth: 600\nFlags: HW\nHStem: -16 41<193 214> 0 21G<381 456> 376 41<89 146 385 461 502 512> 524 41<532 542>\nDStem: 146 376 195 417 90 115 131 115 461 376 502 376 405 115 430 41\nFore\n502 376 m 1\n 430 41 l 1\n 464 41 l 2\n 482 41 490 34 487 21 c 0\n 484 7 474 0 456 0 c 2\n 381 0 l 1\n 395 66 l 1\n 328 12 261 -16 195 -16 c 0\n 115 -16 73 36 90 115 c 2\n 146 376 l 1\n 92 376 l 2\n 74 376 66 383 69 397 c 0\n 72 410 82 417 100 417 c 2\n 195 417 l 1\n 131 115 l 2\n 120 65 152 25 203 25 c 0\n 270 25 337 55 405 115 c 1\n 461 376 l 1\n 387 376 l 1\n 368 376 360 383 363 397 c 0\n 366 410 376 417 395 417 c 2\n 510 417 l 2\n 534 417 569 443 575 468 c 0\n 582 501 559 524 533 524 c 1\n 522 524 515 533 517 545 c 0\n 520 556 531 565 542 565 c 1\n 591 565 627 525 615 469 c 0\n 603 413 547 377 502 376 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01B1\nEncoding: 433 433 368\nWidth: 600\nFlags: HW\nHStem: -2 40<205 297> 528 43<169 291 421 545>\nVStem: 66 41<147 160>\nDStem: 138.897 571 169.758 528 108.289 427 148.289 427 294.758 528 345.897 571 274.14 431 308.7 396 388.897 571 421.758 528 351.7 396 401.14 431 550.758 528 600.897 571 529.289 427 570.289 427\nFore\n124 400 m 0\n 107.992 400 105.813 409.506 108 427 c 2\n 139 571 l 1\n 346 571 l 1\n 309 396 l 1\n 259.686 391.517 223.401 379.951 194 353 c 0\n 149.497 315.617 124.665 272.937 111 216 c 0\n 107 197 106 179 107 161 c 0\n 107 127.014 127.028 78.3455 148 65 c 2\n 179 47 l 2\n 187 42 197 39 206 38 c 2\n 298 38 l 1\n 334 42 365 55 390 77 c 0\n 432.617 116.208 462.123 156.616 474 216 c 0\n 488.374 277.09 472.031 343.688 429 369 c 0\n 400.084 386.009 404.964 385.509 379 392 c 2\n 352 396 l 1\n 389 571 l 1\n 601 571 l 1\n 570 427 l 2\n 569 419 565 413 559 408 c 1\n 555 403 550 400 543 400 c 0\n 528.734 400 527.016 411.126 529 427 c 2\n 551 528 l 1\n 422 528 l 1\n 401 431 l 1\n 443.247 421.612 466.561 404.167 491 371 c 0\n 517.287 337.203 529.444 281.147 517 221 c 0\n 504.9 165.342 482.434 123.32 448 82 c 0\n 428 58 406 39 381 26 c 0\n 342.617 6.04069 330.151 -2 289 -2 c 2\n 199 -2 l 1\n 149.377 4.76675 119.804 23.9799 94 59 c 0\n 79 78 71 101 68 127 c 0\n 59.8598 179.911 74.3419 236.086 93 279 c 0\n 115.446 332.871 157.029 381.628 212 410 c 0\n 232 422 253 429 274 431 c 1\n 295 528 l 1\n 170 528 l 1\n 148 427 l 2\n 146.419 414.353 138.154 400 124 400 c 0\nEndSplineSet\nEndChar\nStartChar: uni01B2\nEncoding: 434 434 369\nWidth: 600\nFlags: HW\nHStem: -12 41<235 267> 523 40<122 171 217 275 525 587>\nVStem: 91 44<103 119>\nDStem: 176.607 523 217.183 521 96.4736 146 137.899 148 491.685 561 525.183 521 403.049 144 445.049 144\nFore\n100 543 m 0\n 103 559 115 563 132 563 c 2\n 273 563 l 2\n 289 563 303 557 300 543 c 0\n 296 526 283 521 266 521 c 2\n 217 521 l 1\n 138 148 l 2\n 129 107 137 77 160 58 c 0\n 183 39 213 29 248 29 c 0\n 285 29 318 38 346 55 c 0\n 375 72 394 102 403 144 c 2\n 492 561 l 1\n 586 561 l 2\n 602 561 613 557 609 541 c 0\n 608 536 606 532 601 527 c 1\n 594 523 585 521 577 521 c 2\n 525 521 l 1\n 445 144 l 2\n 423 40 355 -12 241 -12 c 0\n 131 -12 73 37 96 146 c 2\n 177 523 l 1\n 124 523 l 2\n 109 523 97 529 100 543 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni01B3\nEncoding: 435 435 370\nWidth: 600\nFlags: HW\nHStem: 0 41<114 230 271 378> 522 41<124 153 202 251 461 503 548 582>\nDStem: 153 522 202 522 275 254 306 295 275 254 316 254 230 41 271 41 503 522 549 522 306 295 316 254\nFore\n202 522 m 1\n 306 295 l 1\n 503 522 l 1\n 463 522 l 2\n 444 522 437 529 440 543 c 0\n 442 556 453 563 472 563 c 2\n 582 563 l 2\n 599 563 607 555 605 543 c 0\n 602 530 589 522 573 522 c 2\n 549 522 l 1\n 316 254 l 1\n 271 41 l 1\n 376 41 l 2\n 394 41 401 34 399 21 c 0\n 396 7 385 0 367 0 c 2\n 116 0 l 2\n 98 0 91 7 94 21 c 0\n 96 34 107 41 125 41 c 2\n 230 41 l 1\n 275 254 l 1\n 153 522 l 1\n 129 522 l 2\n 105 522 69 497 62 471 c 0\n 55 438 78 415 104 415 c 1\n 115 415 122 406 120 394 c 0\n 118 383 107 374 96 374 c 1\n 47 374 10 414 22 470 c 0\n 34 527 93 563 138 563 c 2\n 249 563 l 2\n 267 563 274 556 272 543 c 0\n 269 529 258 522 240 522 c 1\n 202 522 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x20,9 \nEndChar\nStartChar: uni01B4\nEncoding: 436 436 371\nWidth: 600\nFlags: HW\nHStem: -186 41<2 140 181 247> 376 41<116 134 181 243 450 506 547 575> 524 41<594 604>\nDStem: 134 376 181 376 242 0 274 45 242 0 548 376 140 -145 181 -145 506 376 548 376 274 45 181 -145\nFore\n548 376 m 1\n 181 -145 l 1\n 246 -145 l 2\n 264 -145 271 -152 269 -165 c 0\n 266 -179 255 -186 237 -186 c 2\n 4 -186 l 2\n -14 -186 -21 -179 -18 -165 c 0\n -16 -152 -5 -145 13 -145 c 2\n 140 -145 l 1\n 242 0 l 1\n 134 376 l 1\n 118 376 l 2\n 100 376 92 383 95 397 c 0\n 98 410 108 417 126 417 c 2\n 241 417 l 2\n 259 417 267 410 264 397 c 0\n 261 383 251 376 233 376 c 2\n 181 376 l 1\n 274 45 l 1\n 506 376 l 1\n 452 376 l 1\n 434 376 426 383 429 397 c 0\n 432 410 442 417 460 417 c 2\n 570 417 l 2\n 594 417 631 442 637 468 c 0\n 644 501 621 524 595 524 c 1\n 584 524 577 533 580 545 c 0\n 582 556 593 565 604 565 c 1\n 653 565 689 525 677 469 c 0\n 665 412 608 376 562 376 c 2\n 548 376 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01B5\nEncoding: 437 437 372\nWidth: 600\nFlags: HW\nHStem: 0 41<90 404> 281 40<182 251 363 430> 522 41<213 481>\nDStem: 180.835 563 213.12 522 147.038 404 188.038 404 261.189 281 310.172 281 55.7061 59 91.7305 45 434.851 182 475.851 182 404.88 41 437.165 0 481.482 519 517.507 505 298.213 321 347.196 321\nFore\n310 281 m 1\n 92 45 l 1\n 91 41 l 1\n 405 41 l 1\n 435 182 l 2\n 439 200 447 209 461 209 c 0\n 475 209 480 200 476 182 c 2\n 437 0 l 1\n 43 0 l 1\n 56 59 l 1\n 261 281 l 1\n 184 281 l 2\n 166 281 158 288 161 301 c 0\n 164 314 174 321 192 321 c 1\n 298 321 l 1\n 481 519 l 1\n 482 522 l 1\n 213 522 l 1\n 188 404 l 2\n 184 385 175 376 162 376 c 0\n 148 376 143 385 147 404 c 2\n 181 563 l 1\n 530 563 l 1\n 518 505 l 1\n 347 321 l 1\n 428 321 l 2\n 446 321 454 314 451 301 c 0\n 448 288 438 281 420 281 c 1\n 310 281 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni01B6\nEncoding: 438 438 373\nWidth: 600\nFlags: HW\nHStem: 0 41<145 412> 201 40<181 246 358 428> 376 41<200 450>\nDStem: 168.318 417 200.604 376 147.913 321 188.913 321 259.479 201 311.994 201 78.334 36 135.396 41 424.3 97 465.3 97 412.396 41 444.682 0 451.604 376 510.666 381 303.393 241 356.143 241\nFore\n303 241 m 1\n 452 376 l 1\n 201 376 l 1\n 189 321 l 2\n 185 303 176 294 163 294 c 0\n 149 294 144 303 148 321 c 2\n 168 417 l 1\n 518 417 l 1\n 511 381 l 1\n 356 241 l 1\n 427 241 l 1\n 445 241 452 234 450 221 c 0\n 447 208 436 201 418 201 c 1\n 312 201 l 1\n 135 41 l 1\n 412 41 l 1\n 424 97 l 2\n 428 115 437 124 451 124 c 0\n 464 124 469 115 465 97 c 2\n 445 0 l 1\n 71 0 l 1\n 78 36 l 1\n 259 201 l 1\n 182 201 l 1\n 164 201 157 208 160 221 c 0\n 162 234 173 241 191 241 c 1\n 303 241 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni01B7\nEncoding: 439 439 374\nWidth: 600\nFlags: HW\nHStem: -15 41<231 247> 354 41<327 349> 522 41<158 375 445 494>\nVStem: 447 41<240 257>\nDStem: 388.714 522 445.714 522 171.941 349 272.169 383\nFore\n200 321 m 0\n 188 316 173 308 165 320 c 0\n 158 328 162 341 172 349 c 1\n 389 522 l 1\n 157 522 l 1\n 141 522 135 533 137 542 c 0\n 139 553 149 563 165 563 c 1\n 492 563 l 1\n 511 563 519 556 516 543 c 0\n 513 529 503 522 484 522 c 1\n 446 522 l 1\n 272 383 l 1\n 302 394 329 395 348 395 c 0\n 450 395 507 313 483 201 c 0\n 457 75 353 -15 234 -15 c 0\n 181 -15 134 1 91 34 c 0\n 63 55 53 70 55 82 c 0\n 58 93 68 102 79 102 c 0\n 85 102 89 100 95 93 c 0\n 133 49 182 26 240 26 c 0\n 338 26 421 98 443 203 c 0\n 462 292 417 354 333 354 c 0\n 293 354 247 343 200 321 c 0\nEndSplineSet\nEndChar\nStartChar: uni01B8\nEncoding: 440 440 375\nWidth: 600\nFlags: HW\nRef: 439 439 N -1 0 0.425113 1 463 0\nEndChar\nStartChar: uni01B9\nEncoding: 441 441 376\nWidth: 600\nFlags: HW\nHStem: -158 40<210 221> 210 40<276 295> 376 41<174 191 250 456>\nVStem: 87 42<-2 18>\nDStem: 191.872 376 248.872 376 299.09 250 392.1 203\nFore\n299 250 m 25\n 192 376 l 1\n 176 376 l 1\n 157 376 149 383 152 397 c 0\n 155 410 166 417 185 417 c 1\n 458 417 l 1\n 474 417 479 407 477 396 c 0\n 475 387 465 376 449 376 c 1\n 249 376 l 1\n 392 203 l 1\n 398 195 397 182 387 174 c 0\n 373 162 352 175 352 175 c 1\n 335 197 325 210 278 210 c 0\n 215 210 151 140 133 58 c 0\n 114 -33 152 -118 220 -118 c 0\n 275 -118 324 -81 365 -49 c 1\n 374 -41 387 -42 393 -50 c 0\n 400 -58 396 -71 386 -79 c 1\n 345 -111 285 -158 211 -158 c 0\n 107 -158 71 -47 93 58 c 0\n 114 154 190 250 286 250 c 0\n 293 250 294 250 299 250 c 25\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni01BA\nEncoding: 442 442 377\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni01BB\nEncoding: 443 443 378\nWidth: 600\nFlags: HW\nHStem: 0 41<82 380> 0 104<411 412> 261 40<199 274 394 445> 577 41<336 357>\nVStem: 465 41<464 480>\nFore\n392 301 m 1\n 445 301 l 1\n 463 301 473 294 468 281 c 0\n 466 274 455 261 437 261 c 1\n 344 261 l 1\n 250 184 129 87 67 44 c 1\n 66 41 l 1\n 380 41 l 1\n 384.749 62.3703 386.861 104 414 104 c 0\n 427 104 433 95 429 77 c 2\n 412 0 l 1\n 18 0 l 1\n 31 60 l 1\n 287 261 l 1\n 201 261 l 1\n 183 261 175 268 178 281 c 0\n 181 294 191 301 209 301 c 1\n 338 301 l 1\n 431 378 453 405 462 447 c 0\n 477 516 423 577 347 577 c 0\n 279 577 207 532 179 472 c 0\n 172 458 164 452 153 452 c 0\n 143 452 136 461 138 470 c 0\n 142 488 161 518 186 542 c 0\n 233 590 295 618 356 618 c 0\n 454 618 522 537 503 446 c 0\n 493 399 475 371 392 301 c 1\nEndSplineSet\nEndChar\nStartChar: uni01BC\nEncoding: 444 444 379\nWidth: 600\nFlags: HW\nHStem: -15 41<231 247> 354 41<327 349> 522 41<158 200 242 494>\nVStem: 447 41<240 257>\nDStem: 201.714 522 242.714 522 161.966 335 209.343 365\nFore\n165 563 m 1\n 492 563 l 1\n 511 563 519 556 516 543 c 0\n 513 529 503 522 484 522 c 1\n 243 522 l 1\n 209 365 l 1\n 265 386 304 395 348 395 c 0\n 450 395 507 313 483 201 c 0\n 457 75 353 -15 234 -15 c 0\n 181 -15 134 1 91 34 c 0\n 63 55 53 70 55 82 c 0\n 58 93 68 102 79 102 c 0\n 85 102 89 100 95 93 c 0\n 133 49 182 26 240 26 c 0\n 338 26 421 98 443 203 c 0\n 462 292 417 354 333 354 c 0\n 293 354 247 343 200 321 c 0\n 187 315 181 313 176 313 c 0\n 165 313 159 322 162 335 c 2\n 202 522 l 1\n 157 522 l 2\n 141 522 135 533 137 542 c 0\n 139 553 149 563 165 563 c 1\nEndSplineSet\nEndChar\nStartChar: uni01BD\nEncoding: 445 445 380\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni01BE\nEncoding: 446 446 381\nWidth: 600\nFlags: HW\nHStem: -14 41<227 258> 370 41<195 290 353 458> 522 41<227 332 374 490>\nVStem: 420 42<158 162>\nDStem: 97.334 102 138.334 102 82.8799 34 129.619 61 301.299 370 342.299 370 284.082 289 330.821 316 333.607 522 374.607 522 310.014 411 351.014 411\nFore\n310 411 m 1\n 334 522 l 1\n 229 522 l 2\n 211 522 203 529 206 542 c 0\n 209 556 219 563 237 563 c 1\n 488 563 l 1\n 506 563 515 556 512 542 c 0\n 509 529 499 522 480 522 c 2\n 375 522 l 1\n 351 411 l 1\n 456 411 l 2\n 474 411 483 404 480 390 c 0\n 477 377 466 370 447 370 c 2\n 342 370 l 1\n 331 316 l 1\n 443 257 474 214 458 140 c 0\n 439 48 354 -14 248 -14 c 0\n 197 -14 166 -6 109 22 c 0\n 102 25 91 31 83 34 c 1\n 97 102 l 2\n 101 120 110 129 124 129 c 0\n 137 129 142 120 138 102 c 2\n 130 61 l 1\n 176 35 206 27 251 27 c 0\n 334 27 403 74 417 140 c 0\n 430 197 390 240 284 289 c 1\n 301 370 l 1\n 196 370 l 2\n 178 370 171 377 174 390 c 0\n 177 404 187 411 205 411 c 1\n 310 411 l 1\nEndSplineSet\nEndChar\nStartChar: uni01C0\nEncoding: 448 448 382\nWidth: 600\nFlags: HW\nDStem: 351.632 577 391.632 577 208.368 -97 248.368 -97\nFore\n392 577 m 2\n 248 -97 l 2\n 245 -115 236 -124 223 -124 c 0\n 210 -124 205 -115 208 -97 c 2\n 352 577 l 2\n 355 595 364 604 377 604 c 0\n 390 604 395 595 392 577 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01C1\nEncoding: 449 449 383\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni01C2\nEncoding: 450 450 384\nWidth: 600\nFlags: HW\nHStem: 190 41<66 207 209 268 332 522> 334 41<96 207 209 284 350 552>\nDStem: 269.372 190 309.372 190 208.368 -97 248.368 -97 299.98 334 339.98 334 278.087 231 318.087 231 351.632 577 391.632 577 308.695 375 348.695 375\nFore\n349 375 m 1\n 551 375 l 2\n 569 375 576 368 573 355 c 0\n 570 341 560 334 542 334 c 2\n 340 334 l 1\n 318 231 l 1\n 520 231 l 2\n 538 231 546 224 543 211 c 0\n 540 197 529 190 511 190 c 2\n 309 190 l 1\n 248 -97 l 2\n 245 -115 236 -124 223 -124 c 0\n 210 -124 205 -115 208 -97 c 2\n 269 190 l 1\n 67 190 l 2\n 49 190 42 197 45 211 c 0\n 48 224 58 231 76 231 c 2\n 278 231 l 1\n 300 334 l 1\n 98 334 l 2\n 80 334 72 341 75 355 c 0\n 78 368 89 375 107 375 c 2\n 309 375 l 1\n 352 577 l 2\n 355 595 364 604 377 604 c 0\n 390 604 395 595 392 577 c 2\n 349 375 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni01C3\nEncoding: 451 451 385\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni01C4\nEncoding: 452 452 386\nWidth: 600\nFlags: HW\nHStem: 0 41<-31 -3 40 83 299 449> 522 41<80 92 140 187 417 544>\nVStem: 267 39<394 421>\nDStem: 99.3525 522 140.353 522 -2.8877 41 38.1123 41 254.99 318 294.29 310 239.474 245 282.387 254 385.067 563 417.353 522 351.271 404 392.271 404 409.5 709 436.302 741 491.932 600 503.197 653 479.083 182 520.083 182 449.112 41 481.397 0 544.715 519 580.738 505 259.938 59 295.963 45 607.502 741 620.487 708 503.197 653 491.932 600\nFore\n492 600 m 1\n 410 709 l 1\n 403 716 401 720 403 729 c 0\n 406 740 415 749 424 749 c 0\n 428 749 432 746 436 741 c 2\n 503 653 l 1\n 608 741 l 2\n 614 746 620 749 624 749 c 0\n 632 749 637 739 635 729 c 0\n 634 721 631 717 620 708 c 2\n 492 600 l 1\n481 0 m 1\n 247 0 l 1\n 260 59 l 1\n 545 519 l 1\n 545 522 l 1\n 417 522 l 1\n 392 404 l 2\n 388 385 379 376 366 376 c 0\n 352 376 347 385 351 404 c 2\n 385 563 l 1\n 593 563 l 1\n 581 505 l 1\n 296 45 l 1\n 295 41 l 1\n 449 41 l 1\n 479 182 l 2\n 483 200 491 209 505 209 c 0\n 519 209 524 200 520 182 c 2\n 481 0 l 1\n-3 41 m 1\n 99 522 l 1\n 81 522 l 2\n 63 522 56 529 59 543 c 0\n 62 556 72 563 90 563 c 2\n 182 563 l 2\n 311 563 324 451 294 310 c 2\n 282 254 l 2\n 252 112 191 0 62 0 c 2\n -30 0 l 2\n -48 0 -55 7 -52 21 c 0\n -49 34 -39 41 -21 41 c 2\n -3 41 l 1\n38 41 m 1\n 76 41 l 2\n 172 41 217 139 239 245 c 2\n 255 318 l 2\n 266 371 277 416 254 468 c 0\n 236 509 225 522 171 522 c 2\n 140 522 l 1\n 38 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni01C5\nEncoding: 453 453 387\nWidth: 600\nFlags: HW\nHStem: 0 41<-18 9 52 95 322 469> 0 123<501 502> 376 41<394 508> 522 41<93 104 153 200>\nVStem: 280 40<400 421>\nDStem: 112.105 522 153.105 522 9.86621 41 50.8662 41 267.744 318 307.044 310 252.228 245 295.141 254 361.787 417 394.072 376 341.382 321 382.382 321 396.747 589 423.549 621 479.178 480 490.443 533 481.769 97 522.769 97 469.866 41 502.151 0 509.072 376 568.135 381 263.803 36 320.866 41 594.748 621 607.734 588 490.443 533 479.178 480\nFore\n479 480 m 1\n 397 589 l 1\n 381.602 604.398 396.362 629 411 629 c 0\n 415 629 419 626 424 621 c 2\n 490 533 l 1\n 595 621 l 2\n 601 626 607 629 611 629 c 0\n 619 629 625 619 623 609 c 0\n 621 601 618 597 608 588 c 2\n 479 480 l 1\n576 417 m 1\n 568 381 l 1\n 321 41 l 1\n 470 41 l 1\n 482 97 l 2\n 486 115 495 124 509 124 c 0\n 522 124 527 115 523 97 c 2\n 502 0 l 1\n 256 0 l 1\n 264 36 l 1\n 509 376 l 1\n 394 376 l 1\n 382 321 l 2\n 379 303 370 294 357 294 c 0\n 343 294 338 303 341 321 c 2\n 362 417 l 1\n 576 417 l 1\n10 41 m 1\n 112 522 l 1\n 94 522 l 2\n 76 522 69 529 72 543 c 0\n 74 556 85 563 103 563 c 2\n 195 563 l 2\n 324 563 337 451 307 310 c 2\n 295 254 l 2\n 265 112 204 0 75 0 c 2\n -17 0 l 2\n -35 0 -42 7 -39 21 c 0\n -37 34 -26 41 -8 41 c 2\n 10 41 l 1\n51 41 m 1\n 89 41 l 2\n 185 41 230 139 252 245 c 2\n 268 318 l 2\n 279 371 290 416 267 468 c 0\n 248 509 238 522 184 522 c 2\n 153 522 l 1\n 51 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni01C6\nEncoding: 454 454 388\nWidth: 600\nFlags: HW\nHStem: 0 41<198 253 307 457> 376 41<371 494> 390 41<133 151> 563 41<212 268>\nDStem: 268 563 317 604 226 367 198 41 339 417 372 376 319 321 360 321 382 589 409 621 465 480 476 533 467 97 508 97 456 41 488 0 495 376 554 381 253 41 307 41 580 621 593 588 476 533 465 480\nFore\n465 480 m 1\n 382 589 l 1\n 376 596 374 600 376 609 c 0\n 379 620 388 629 397 629 c 0\n 401 629 405 626 409 621 c 2\n 476 533 l 1\n 580 621 l 2\n 587 626 593 629 597 629 c 0\n 605 629 610 619 608 609 c 0\n 607 601 604 597 593 588 c 2\n 465 480 l 1\n142 390 m 0\n 96 390 67 309 45 208 c 0\n 23 106 30 24 65 25 c 0\n 134 26 170 106 192 206 c 0\n 214 310 200 390 142 390 c 0\n253 41 m 1\n 495 376 l 1\n 372 376 l 1\n 360 321 l 2\n 356 303 347 294 334 294 c 0\n 320 294 315 303 319 321 c 2\n 339 417 l 1\n 561 417 l 1\n 554 381 l 1\n 307 41 l 1\n 456 41 l 1\n 467 97 l 2\n 471 115 480 124 494 124 c 0\n 507 124 512 115 508 97 c 2\n 488 0 l 1\n 148 0 l 1\n 158 49 l 1\n 135 0 113 -16 52 -16 c 0\n -13 -16 -22 85 4 208 c 0\n 30 331 71 432 147 431 c 0\n 202 430 216 410 226 367 c 1\n 268 563 l 1\n 214 563 l 2\n 196 563 188 570 191 584 c 0\n 194 597 204 604 222 604 c 2\n 317 604 l 1\n 198 41 l 1\n 253 41 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni01C7\nEncoding: 455 455 389\nWidth: 600\nFlags: HW\nHStem: -16 41<335 351> 0 41<-28 22 79 152> 522 41<83 111 165 232 429 511 566 627>\nDStem: 124.716 522 165.716 522 22.4756 41 63.4756 41 186.484 201 227.484 201 152.476 41 184.761 0 275.161 223 316.161 223 243.49 74 288.528 93 525.716 522 566.716 522 449.833 165 490.833 165\nFore\n166 522 m 1\n 63 41 l 1\n 152 41 l 1\n 186 201 l 2\n 190 219 199 228 213 228 c 0\n 226 228 231 219 227 201 c 2\n 185 0 l 1\n -26 0 l 2\n -44 0 -52 7 -49 21 c 0\n -46 34 -36 41 -18 41 c 2\n 22 41 l 1\n 125 522 l 1\n 85 522 l 2\n 67 522 59 529 62 543 c 0\n 65 556 75 563 93 563 c 1\n 145 564 180 564 230 563 c 1\n 248 563 256 556 253 543 c 0\n 250 529 240 522 222 522 c 2\n 166 522 l 1\n567 522 m 1\n 491 165 l 2\n 470 66 426 -16 337 -16 c 0\n 274 -16 271 12 243 74 c 1\n 275 223 l 2\n 279 241 288 250 302 250 c 0\n 315 250 320 241 316 223 c 2\n 289 93 l 1\n 309 38 311 26 347 25 c 0\n 419 24 433 87 450 165 c 2\n 526 522 l 1\n 431 522 l 2\n 413 522 405 529 408 543 c 0\n 411 556 421 563 439 563 c 2\n 625 563 l 2\n 643 563 651 556 648 543 c 0\n 645 529 635 522 617 522 c 2\n 567 522 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni01C8\nEncoding: 456 456 390\nWidth: 600\nFlags: HW\nHStem: -186 41<204 354> 0 41<2 108 156 322> 376 41<486 556> 520 104<610 646> 522 41<113 207 251 358>\nDStem: 210.404 522 251.404 522 108.165 41 149.165 41 356.174 201 397.174 201 322.165 41 354.45 0 568.371 376 618.086 417 482.498 -28 523.498 -28 610.085 624 669.085 624 587.979 520 646.979 520\nFore\n251 522 m 1\n 149 41 l 1\n 322 41 l 1\n 356 201 l 2\n 360 219 369 228 383 228 c 0\n 396 228 401 219 397 201 c 2\n 354 0 l 1\n 3 0 l 2\n -15 0 -22 7 -19 21 c 0\n -16 34 -6 41 12 41 c 2\n 108 41 l 1\n 210 522 l 1\n 114 522 l 2\n 96 522 89 529 92 543 c 0\n 95 556 105 563 123 563 c 2\n 356 563 l 2\n 374 563 382 556 379 543 c 0\n 376 529 365 522 347 522 c 2\n 251 522 l 1\n568 376 m 1\n 487 376 l 2\n 469 376 462 383 465 397 c 0\n 468 410 478 417 496 417 c 2\n 618 417 l 1\n 523 -28 l 2\n 504 -121 426 -186 335 -186 c 2\n 206 -186 l 2\n 188 -186 180 -179 183 -165 c 0\n 186 -152 197 -145 215 -145 c 2\n 343 -145 l 2\n 409 -145 468 -96 482 -28 c 2\n 568 376 l 1\n669 624 m 1\n 647 520 l 1\n 588 520 l 1\n 610 624 l 1\n 669 624 l 1\nEndSplineSet\nEndChar\nStartChar: uni01C9\nEncoding: 457 457 391\nWidth: 600\nFlags: HW\nHStem: -186 41<104 244> 0 41<103 179 225 286> 376 41<386 465> 520 104<510 546> 563 41<233 289>\nDStem: 290.119 563 339.834 604 179.165 41 220.165 41 468.371 376 518.086 417 382.498 -28 423.498 -28 510.085 624 569.085 624 487.979 520 546.979 520\nFore\n468 376 m 1\n 387 376 l 2\n 369 376 362 383 365 397 c 0\n 368 410 378 417 396 417 c 2\n 518 417 l 1\n 423 -28 l 2\n 404 -121 326 -186 235 -186 c 2\n 106 -186 l 2\n 88 -186 80 -179 83 -165 c 0\n 86 -152 97 -145 115 -145 c 2\n 243 -145 l 2\n 309 -145 368 -96 382 -28 c 2\n 468 376 l 1\n569 624 m 1\n 547 520 l 1\n 488 520 l 1\n 510 624 l 1\n 569 624 l 1\n340 604 m 1\n 220 41 l 1\n 284 41 l 2\n 303 41 311 34 308 21 c 0\n 305 7 293 0 275 0 c 2\n 104 0 l 2\n 86 0 79 7 82 21 c 0\n 85 34 95 41 113 41 c 2\n 179 41 l 1\n 290 563 l 1\n 234 563 l 2\n 216 563 209 570 212 584 c 0\n 214 597 225 604 243 604 c 2\n 340 604 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni01CA\nEncoding: 458 458 392\nWidth: 600\nFlags: HW\nHStem: -16 41<347.561 357.147> 0 41<-5 23 66 109> 522 41<86 118 297 326 381 426 494 534 582 627>\nDStem: 125.82 522 156.192 472 23.5811 41 64.5811 41 156.192 472 186.535 563 218.866 0 249.208 91 340.82 522 381.82 522 249.208 91 283.832 61 541.82 522 582.82 522 465.938 165 506.938 165\nFore\n269 0 m 1\n 219 0 l 1\n 156 472 l 1\n 65 41 l 1\n 108 41 l 2\n 126 41 133 34 130 21 c 0\n 127 7 116 0 99 0 c 2\n -3 0 l 2\n -21 0 -29 7 -26 21 c 0\n -23 34 -12 41 6 41 c 2\n 24 41 l 1\n 126 522 l 1\n 88 522 l 2\n 70 522 62 529 65 543 c 0\n 68 556 79 563 97 563 c 2\n 187 563 l 1\n 249 91 l 1\n 341 522 l 1\n 299 522 l 2\n 280 522 272 529 275 543 c 0\n 278 556 289 563 308 563 c 2\n 425 563 l 2\n 443 563 450 556 447 543 c 0\n 444 529 434 522 416 522 c 2\n 382 522 l 1\n 284 61 l 1\n 301 14 323 26 357 25 c 0\n 413 23 449 87 466 165 c 2\n 542 522 l 1\n 495 522 l 2\n 477 522 469 529 472 543 c 0\n 475 556 488 563 504 563 c 2\n 626 563 l 2\n 644 563 651 556 648 543 c 0\n 645 529 635 522 617 522 c 2\n 583 522 l 1\n 507 165 l 2\n 486 66 436 -16 347 -16 c 0\n 312 -16 290 -15 269 0 c 1\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: uni01CB\nEncoding: 459 459 393\nWidth: 600\nFlags: HW\nHStem: -186 41<204 354> 0 41<21 65 111 182> 376 41<486 559> 520 104<610 646> 522 41<112 159 349 415 465 510>\nDStem: 167.404 522 201.178 488 65.165 41 106.165 41 201.178 488 228.119 563 302.45 0 329.392 75 424.404 522 465.404 522 329.392 75 354.45 0 568.371 376 618.086 417 482.498 -28 523.498 -28 610.085 624 669.085 624 587.979 520 646.979 520\nFore\n354 0 m 1\n 302 0 l 1\n 201 488 l 1\n 106 41 l 1\n 181 41 l 2\n 199 41 207 34 204 21 c 0\n 201 7 189 0 172 0 c 2\n 22 0 l 2\n 4 0 -3 7 -0 21 c 0\n 3 34 13 41 31 41 c 2\n 65 41 l 1\n 167 522 l 1\n 113 522 l 2\n 95 522 88 529 91 543 c 0\n 94 556 104 563 122 563 c 2\n 228 563 l 1\n 329 75 l 1\n 424 522 l 1\n 350 522 l 2\n 331 522 324 529 327 543 c 0\n 330 556 340 563 359 563 c 2\n 508 563 l 2\n 526 563 534 556 531 543 c 0\n 528 529 517 522 499 522 c 2\n 465 522 l 1\n 354 0 l 1\n568 376 m 1\n 487 376 l 2\n 469 376 462 383 465 397 c 0\n 468 410 478 417 496 417 c 2\n 618 417 l 1\n 523 -28 l 2\n 504 -121 426 -186 335 -186 c 2\n 206 -186 l 2\n 188 -186 180 -179 183 -165 c 0\n 186 -152 197 -145 215 -145 c 2\n 343 -145 l 2\n 409 -145 468 -96 482 -28 c 2\n 568 376 l 1\n669 624 m 1\n 647 520 l 1\n 588 520 l 1\n 610 624 l 1\n 669 624 l 1\nEndSplineSet\nEndChar\nStartChar: uni01CC\nEncoding: 460 460 394\nWidth: 600\nFlags: HW\nHStem: -186 41<204 354> 0 41<-7 48 93 136 271 315 366 392> 376 41<84 114 486 562> 390 41<271 290> 520 104<610 646>\nDStem: 119.371 376 142.941 294 48.165 41 89.165 41 367.666 288 410.154 295 315.165 41 356.165 41 568.371 376 618.086 417 482.498 -28 523.498 -28 610.085 624 669.085 624 587.979 520 646.979 520\nFore\n169 417 m 1\n 154 348 l 1\n 223 420 243 431 287 431 c 0\n 378 432 427 372 410 295 c 2\n 356 41 l 1\n 390 41 l 2\n 408 41 416 34 413 21 c 0\n 410 7 399 0 381 0 c 2\n 272 0 l 2\n 254 0 247 7 250 21 c 0\n 253 34 263 41 281 41 c 2\n 315 41 l 1\n 368 288 l 2\n 374 318 360 338 346 364 c 0\n 336 381 313 390 274 390 c 0\n 236 390 209 354 186 333 c 0\n 171 319 184 335 143 294 c 1\n 89 41 l 1\n 134 41 l 2\n 152 41 160 34 157 21 c 0\n 154 7 143 0 125 0 c 2\n -6 0 l 2\n -25 0 -32 7 -29 21 c 0\n -26 34 -16 41 3 41 c 2\n 48 41 l 1\n 119 376 l 1\n 85 376 l 2\n 67 376 60 383 63 397 c 0\n 66 410 76 417 94 417 c 2\n 169 417 l 1\n568 376 m 1\n 487 376 l 2\n 469 376 462 383 465 397 c 0\n 468 410 478 417 496 417 c 2\n 618 417 l 1\n 523 -28 l 2\n 504 -121 426 -186 335 -186 c 2\n 206 -186 l 2\n 188 -186 180 -179 183 -165 c 0\n 186 -152 197 -145 215 -145 c 2\n 343 -145 l 2\n 409 -145 468 -96 482 -28 c 2\n 568 376 l 1\n669 624 m 1\n 647 520 l 1\n 588 520 l 1\n 610 624 l 1\n 669 624 l 1\nEndSplineSet\nEndChar\nStartChar: uni01CD\nEncoding: 461 461 395\nWidth: 600\nFlags: H\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412>\nVStem: 13 206<17.5 24.5> 385 210\nRef: 711 711 N 1 0 0 1 -45 126\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 396\nWidth: 600\nFlags: H\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5>\nVStem: 93 42<73.5 130.5> 486 42<326.5 342.5>\nRef: 711 711 N 1 0 0 1 -4 -19\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 397\nWidth: 600\nFlags: H\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431>\nVStem: 117 375<17.5 24>\nRef: 711 711 N 1 0 0 1 26 126\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 398\nWidth: 600\nFlags: H\nHStem: 0 41<127 288 329 481> 376 41<250 359>\nVStem: 96 417<17.5 24>\nRef: 711 711 S 1 0 0 1 -24 -19\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 399\nWidth: 600\nFlags: H\nHStem: -16 41<256.5 371.5> 535 41<346 461>\nVStem: 102 42<161 297> 574 42<263 400>\nRef: 711 711 N 1 0 0 1 27 126\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 400\nWidth: 600\nFlags: H\nHStem: -16 41<260.5 364.5> 390 41<323 427.5>\nVStem: 111 42<128 227.5> 535 42<187 287.5>\nRef: 711 711 N 1 0 0 1 -4 -19\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 401\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610>\nVStem: 136 42<113.5 147> 155 203 472 204<539.5 546.5>\nRef: 711 711 N 1 0 0 1 27 126\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 402\nWidth: 600\nFlags: H\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519>\nVStem: 146 42\nRef: 711 711 N 1 0 0 1 -28 -19\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 403\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610> 661 101<335 343.5 556 565> 802 40<359.966 586.966>\nVStem: 136 42<113.5 147> 155 203 289 101<706 716.5> 328 291<818.5 825.5> 472 204<539.5 546.5> 510 101<705.5 716.5>\nRef: 175 175 N 1 0 0 1 55 266\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 404\nWidth: 600\nFlags: H\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519> 511 100<295.5 306 516.5 527> 651 40<320.966 547.966>\nVStem: 146 42 250 102<555.5 566> 289 291<667.5 674.5> 471 102<555.5 566>\nRef: 175 175 N 1 0 0 1 16 115\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 405\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610> 661 101<335 343.5 556 565>\nVStem: 136 42<113.5 147> 155 203 289 101<706 716.5> 472 204<539.5 546.5> 510 101<705.5 716.5>\nRef: 180 180 N 1 0 0 1 64 312\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 406\nWidth: 600\nFlags: H\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519> 511 100<295.5 306 516.5 527>\nVStem: 146 42 250 102<555.5 566> 471 102<555.5 566>\nRef: 180 180 N 1 0 0 1 25 161\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 407\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610> 661 101<335 343.5 556 565>\nVStem: 136 42<113.5 147> 155 203 289 101<706 716.5> 472 204<539.5 546.5> 510 101<705.5 716.5>\nRef: 711 711 N 1 0 0 1 65 312\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 408\nWidth: 600\nFlags: H\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519> 511 100<295.5 306 516.5 527>\nVStem: 146 42 250 102<555.5 566> 471 102<555.5 566>\nRef: 711 711 N 1 0 0 1 26 161\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 409\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610> 661 101<335 343.5 556 565>\nVStem: 136 42<113.5 147> 155 203 289 101<706 716.5> 472 204<539.5 546.5> 510 101<705.5 716.5>\nRef: 96 96 N 1 0 0 1 66 312\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 410\nWidth: 600\nFlags: H\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519> 511 100<295.5 306 516.5 527>\nVStem: 146 42 250 102<555.5 566> 471 102<555.5 566>\nRef: 96 96 N 1 0 0 1 27 161\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DD\nEncoding: 477 477 411\nWidth: 600\nFlags: HW\nHStem: -16 41<280 312> 175 41<145 518> 390 41<360 376>\nVStem: 104 40<152 165> 529 41<224 256>\nFore\n112 216 m 1\n 528 216 l 1\n 529 226 529 234 529 238 c 0\n 529 328 461 390 364 390 c 0\n 301 390 224 368 176 336 c 0\n 167 331 163 329 158 329 c 0\n 149 329 143 336 143 345 c 0\n 143 357 153 367 183 383 c 0\n 237 413 310 431 374 431 c 0\n 490 431 570 355 570 244 c 0\n 570 106 439 -16 291 -16 c 0\n 182 -16 104 54 104 153 c 0\n 104 167 107 191 112 216 c 1\n519 175 m 1\n 145 175 l 1\n 144 170 144 165 144 163 c 0\n 144 82 208 25 299 25 c 0\n 397 25 482 83 519 175 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni01DE\nEncoding: 478 478 412\nWidth: 600\nFlags: H\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 661 101<308 316.5 529 538> 802 40<332.966 559.966>\nVStem: 13 206<17.5 24.5> 262 101<706 716.5> 301 291<818.5 825.5> 385 210 483 101<705.5 716.5>\nRef: 175 175 N 1 0 0 1 28 266\nRef: 196 196 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 413\nWidth: 600\nFlags: H\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 511 100<293.5 304 514.5 525> 651 40<318.966 545.966>\nVStem: 93 42<73.5 130.5> 248 102<555.5 566> 287 291<667.5 674.5> 469 102<555.5 566> 486 42<326.5 342.5>\nRef: 175 175 N 1 0 0 1 14 115\nRef: 228 228 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E0\nEncoding: 480 480 414\nWidth: 600\nFlags: H\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 616 100<364.106 374.606> 756 40<279.071 506.071>\nVStem: 13 206<17.5 24.5> 247 291<772.5 779.5> 319 102<660.5 671> 385 210\nRef: 175 175 N 1 0 0 1 -26 220\nRef: 550 550 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E1\nEncoding: 481 481 415\nWidth: 600\nFlags: H\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 471 100<404.843 415.343> 611 40<319.809 546.809>\nVStem: 93 42<73.5 130.5> 288 291<627.5 634.5> 359 102<515.5 526> 486 42<326.5 342.5>\nRef: 175 175 N 1 0 0 1 15 75\nRef: 551 551 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 416\nWidth: 600\nFlags: H\nHStem: 0 41<46 83 124 141 254 306 347 558> 189 41<216 337> 273 41<405 474> 522 41<264 318 358 358 358 408 449 449 449 640> 616 40<379.229 606.229>\nVStem: 14 158 347 291<632.5 639.5>\nRef: 175 175 N 1 0 0 1 74 80\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 417\nWidth: 600\nFlags: H\nHStem: -16 41<139.5 178 424 458> 199 41<370 586> 216 41<218 257.5> 390 41<275 296 497 536.5> 471 40<304.966 531.966>\nVStem: 36 44<77.5 110> 273 291<487.5 494.5> 589 41<281 319>\nRef: 175 175 N 1 0 0 1 -0 -65\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E4\nEncoding: 484 484 418\nWidth: 600\nFlags: HW\nHStem: -16 41<256 288> 105 41<301 434 495 507> 209 41<323 452 504 530> 535 41<368 384>\nVStem: 48 42<176 192>\nDStem: 71.0771 318 111.864 317 55.3477 244 96.3477 244 441.803 105 482.803 105 432.025 59 468.136 36 463.908 209 504.908 209 450.518 146 491.518 146\nFore\n451 146 m 1\n 464 209 l 1\n 325 209 l 2\n 307 209 299 216 302 230 c 0\n 305 243 316 250 334 250 c 2\n 528 250 l 2\n 547 250 554 243 551 230 c 0\n 548 216 538 209 519 209 c 2\n 505 209 l 1\n 492 146 l 1\n 506 146 l 1\n 525 146 532 139 529 126 c 0\n 526 112 515 105 497 105 c 1\n 483 105 l 1\n 468 36 l 1\n 402 2 332 -16 270 -16 c 0\n 106 -16 22 86 55 244 c 2\n 71 318 l 2\n 97.8376 445.031 219.243 576 376 576 c 0\n 442 576 493 558 530 522 c 1\n 534.338 542.243 538.825 563 560 563 c 0\n 574 563 578 555 574 536 c 2\n 555 445 l 2\n 551 427 542 418 529 418 c 0\n 516 418 512 426 515 443 c 0\n 521 494 458 535 369 535 c 0\n 313 535 265 518 219 481 c 0\n 166 440 124 376 112 317 c 2\n 96 244 l 2\n 67 108 138 25 282 25 c 0\n 334 25 370 33 432 59 c 1\n 442 105 l 1\n 303 105 l 1\n 285 105 277 112 280 126 c 0\n 283 139 294 146 312 146 c 1\n 451 146 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni01E5\nEncoding: 485 485 419\nWidth: 600\nFlags: HW\nHStem: -186 41<134 264> -86 40<248 378 444 497> 10 41<238 264> 376 41<534 600> 390 41<318 337>\nDStem: 503 417 535 376 485 334 449 -28\nFore\n329 390 m 0\n 235 390 145 315 125 221 c 0\n 105 126 164 51 257 51 c 0\n 350 51 441 126 461 219 c 0\n 481 316 424 390 329 390 c 0\n444 -46 m 1\n 495 -46 l 2\n 513 -46 521 -53 518 -66 c 0\n 515 -79 505 -86 487 -86 c 2\n 425 -86 l 1\n 394 -136 324 -186 250 -186 c 2\n 136 -186 l 2\n 118 -186 111 -179 114 -165 c 0\n 117 -152 127 -145 145 -145 c 2\n 261 -145 l 2\n 306 -145 349 -121 378 -86 c 1\n 251 -86 l 2\n 233 -86 225 -79 228 -66 c 0\n 231 -53 241 -46 259 -46 c 2\n 402 -46 l 1\n 419 2 423 56 437 107 c 1\n 378 41 317 10 245 10 c 0\n 132 10 59 105 84 221 c 0\n 109 337 222 431 335 431 c 0\n 408 431 454 401 485 334 c 1\n 503 417 l 1\n 598 417 l 2\n 616 417 623 410 620 397 c 0\n 617 383 607 376 589 376 c 2\n 535 376 l 1\n 449 -28 l 2\n 448 -34 446 -40 444 -46 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: Gcaron\nEncoding: 486 486 420\nWidth: 600\nFlags: H\nHStem: -16 41<281.5 361> 209 41<394 524 565 579 565 565> 536 40<370.5 448>\nVStem: 108 42<136.5 189.5> 362 250<226.5 233>\nRef: 711 711 N 1 0 0 1 41 126\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 421\nWidth: 600\nFlags: H\nHStem: -186 41<171 277> 10 41<242 307.5> 376 41<561 615 561 561> 390 41<300.5 394.5>\nVStem: 105 42<146 238.5>\nRef: 711 711 N 1 0 0 1 -34 -19\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 422\nWidth: 600\nFlags: H\nHStem: 0 41<79 133 174 240 498 545> 522 41<190 235 276 276 276 351 519 556 613 613 613 630>\nVStem: 158 225<539.5 546.5> 487 174\nRef: 711 711 N 1 0 0 1 21 126\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 423\nWidth: 600\nFlags: H\nHStem: 0 41<99 153 392 420 478 514> 376 41<425 438 499 499 499 546> 563 41<218 264>\nVStem: 360 186<17.5 24.5> 393 185<393 400.5>\nRef: 711 711 N 1 0 0 1 -129 154\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 424\nWidth: 600\nFlags: H\nHStem: -166 32<208.427 228.427> -31 20<241.927 288.927 288.927 288.927> -16 41<256.5 371.5> 535 41<346 461>\nVStem: 102 42<161 297> 143 40<-117.833 -97.3333> 574 42<263 400>\nRef: 731 731 N 1 0 0 1 -115 -11\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 425\nWidth: 600\nFlags: H\nHStem: -166 32<208.427 228.427> -31 20<241.927 288.927 288.927 288.927> -16 41<260.5 364.5> 390 41<323 427.5>\nVStem: 111 42<128 227.5> 143 40<-117.833 -97.3333> 535 42<187 287.5>\nRef: 731 731 N 1 0 0 1 -115 -11\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 426\nWidth: 600\nFlags: H\nHStem: -166 32<208.427 228.427> -31 20<241.927 288.927 288.927 288.927> -16 41<256.5 371.5> 535 41<346 461> 616 40<321.466 548.466>\nVStem: 102 42<161 297> 143 40<-117.833 -97.3333> 289 291<632.5 639.5> 574 42<263 400>\nRef: 175 175 N 1 0 0 1 16 80\nRef: 490 490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 427\nWidth: 600\nFlags: H\nHStem: -166 32<208.427 228.427> -31 20<241.927 288.927 288.927 288.927> -16 41<260.5 364.5> 390 41<323 427.5> 471 40<290.466 517.466>\nVStem: 111 42<128 227.5> 143 40<-117.833 -97.3333> 258 291<487.5 494.5> 535 42<187 287.5>\nRef: 175 175 N 1 0 0 1 -15 -65\nRef: 491 491 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EE\nEncoding: 494 494 428\nWidth: 600\nFlags: H\nHStem: -15 41<231 247> 354 41<327 349> 522 41<158 375 445 494>\nVStem: 447 41<240 257>\nDStem: 388.714 522 445.714 522 171.941 349 272.169 383\nRef: 711 711 N 1 0 0 1 -64 126\nRef: 439 439 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EF\nEncoding: 495 495 429\nWidth: 600\nFlags: H\nHStem: -158 40<196 213> 210 40<284.613 299> 376 41<189 375 445 472>\nVStem: 373 41<98 114>\nDStem: 388.396 376 445.396 376 171.623 203 284.613 250\nRef: 711 711 N 1 0 0 1 -59 -19\nRef: 658 658 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F0\nEncoding: 496 496 430\nWidth: 600\nFlags: H\nHStem: -186 41<134 274> 376 41<256 496>\nDStem: 387.028 629 418.028 661 495.028 520 506.028 573 497 376 547 417 411 -28 452 -28 633.028 661 650.028 628 506.028 573 495.028 520\nFore\n497 376 m 1\n 257 376 l 2\n 240 376 233 381 233 392 c 0\n 233 408 245 417 266 417 c 2\n 547 417 l 1\n 452 -28 l 1\n 433 -121 355 -186 264 -186 c 2\n 135 -186 l 2\n 119 -186 112 -181 112 -170 c 0\n 112 -154 124 -145 144 -145 c 2\n 272 -145 l 2\n 338 -145 397 -96 411 -28 c 1\n 497 376 l 1\n495 520 m 1\n 387 629 l 1\n 379 635 377 638 377 644 c 0\n 377 657 389 669 402 669 c 0\n 407 669 412 666 418 661 c 2\n 506 573 l 1\n 633 661 l 2\n 640 666 647 669 652 669 c 0\n 661 669 668 662 668 653 c 0\n 668 643 664 638 650 628 c 2\n 495 520 l 1\nEndSplineSet\nEndChar\nStartChar: uni01F1\nEncoding: 497 497 431\nWidth: 600\nFlags: HW\nHStem: 0 41<-11 16 59 102 314 468> 522 41<100 111 160 207 437 564>\nVStem: 287 39<394 421>\nDStem: 119.12 522 160.12 522 16.8799 41 57.8799 41 274.758 318 314.058 310 259.242 245 302.154 254 404.835 563 437.12 522 371.038 404 412.038 404 498.851 182 539.851 182 468.88 41 501.165 0 564.482 519 600.507 505 279.706 59 315.73 45\nFore\n501 0 m 1\n 267 0 l 1\n 280 59 l 1\n 564 519 l 1\n 565 522 l 1\n 437 522 l 1\n 412 404 l 2\n 408 385 399 376 386 376 c 0\n 372 376 367 385 371 404 c 2\n 405 563 l 1\n 613 563 l 1\n 601 505 l 1\n 316 45 l 1\n 315 41 l 1\n 469 41 l 1\n 499 182 l 2\n 503 200 511 209 525 209 c 0\n 539 209 544 200 540 182 c 2\n 501 0 l 1\n17 41 m 1\n 119 522 l 1\n 101 522 l 2\n 83 522 76 529 79 543 c 0\n 81 556 92 563 110 563 c 2\n 202 563 l 2\n 331 563 344 451 314 310 c 2\n 302 254 l 2\n 272 112 211 0 82 0 c 2\n -10 0 l 2\n -28 0 -35 7 -32 21 c 0\n -30 34 -19 41 -1 41 c 2\n 17 41 l 1\n58 41 m 1\n 96 41 l 2\n 192 41 237 139 259 245 c 2\n 275 318 l 2\n 286 371 297 416 274 468 c 0\n 255 509 245 522 191 522 c 2\n 160 522 l 1\n 58 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni01F2\nEncoding: 498 498 432\nWidth: 600\nFlags: HW\nHStem: 0 41<-11 16 59 102 329 476> 376 41<401 515> 522 41<100 111 160 207>\nVStem: 287 40<400 421>\nDStem: 119.12 522 160.12 522 16.8799 41 57.8799 41 274.758 318 314.058 310 259.242 245 302.154 254 368.802 417 401.087 376 348.396 321 389.396 321 488.783 97 529.783 97 476.88 41 509.165 0 516.087 376 575.149 381 270.817 36 327.88 41\nFore\n583 417 m 1\n 575 381 l 1\n 328 41 l 1\n 477 41 l 1\n 489 97 l 2\n 493 115 502 124 516 124 c 0\n 529 124 534 115 530 97 c 2\n 509 0 l 1\n 263 0 l 1\n 271 36 l 1\n 516 376 l 1\n 401 376 l 1\n 389 321 l 2\n 386 303 377 294 364 294 c 0\n 350 294 345 303 348 321 c 2\n 369 417 l 1\n 583 417 l 1\n17 41 m 1\n 119 522 l 1\n 101 522 l 2\n 83 522 76 529 79 543 c 0\n 81 556 92 563 110 563 c 2\n 202 563 l 2\n 331 563 344 451 314 310 c 2\n 302 254 l 2\n 272 112 211 0 82 0 c 2\n -10 0 l 2\n -28 0 -35 7 -32 21 c 0\n -30 34 -19 41 -1 41 c 2\n 17 41 l 1\n58 41 m 1\n 96 41 l 2\n 192 41 237 139 259 245 c 2\n 275 318 l 2\n 286 371 297 416 274 468 c 0\n 255 509 245 522 191 522 c 2\n 160 522 l 1\n 58 41 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni01F3\nEncoding: 499 499 433\nWidth: 600\nFlags: HW\nHStem: -16 41<66 73> 0 41<204 245 246 255 313 458> 376 41<374 496> 390 41<137 153> 563 41<215 245 246 265>\nVStem: -6 43<80 112>\nDStem: 270.178 563 319.893 604 228.517 367 200.224 41 342.145 417 374.43 376 321.739 321 362.739 321 470.126 97 511.126 97 458.224 41 490.509 0 497.43 376 556.492 381 252.16 36 309.224 41\nFore\n144 390 m 0\n 98 390 69 309 48 208 c 0\n 26 106 33 24 68 25 c 0\n 137 26 173 106 194 206 c 0\n 216 310 202 390 144 390 c 0\n256 41 m 2\n 497 376 l 1\n 374 376 l 1\n 363 321 l 2\n 359 303 350 294 337 294 c 0\n 323 294 318 303 322 321 c 2\n 342 417 l 1\n 564 417 l 1\n 556 381 l 1\n 309 41 l 1\n 458 41 l 1\n 470 97 l 2\n 474 115 483 124 497 124 c 0\n 510 124 515 115 511 97 c 2\n 491 0 l 1\n 151 0 l 1\n 161 49 l 1\n 138 0 116 -16 55 -16 c 0\n -10 -16 -19 85 7 208 c 0\n 33 331 73 432 150 431 c 0\n 205 430 219 410 229 367 c 1\n 270 563 l 1\n 216 563 l 2\n 198 563 191 570 194 584 c 0\n 196 597 207 604 225 604 c 2\n 320 604 l 1\n 200 41 l 1\n 256 41 l 2\nEndSplineSet\nEndChar\nStartChar: uni01F4\nEncoding: 500 500 434\nWidth: 600\nFlags: H\nHStem: -16 41<281.5 361> 209 41<394 524 565 579 565 565> 536 40<370.5 448>\nVStem: 108 42<136.5 189.5> 362 250<226.5 233>\nRef: 180 180 N 1 0 0 1 40 126\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F5\nEncoding: 501 501 435\nWidth: 600\nFlags: H\nHStem: -186 41<171 277> 10 41<242 307.5> 376 41<561 615 561 561> 390 41<300.5 394.5>\nVStem: 105 42<146 238.5>\nRef: 180 180 N 1 0 0 1 -35 -19\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F6\nEncoding: 502 502 436\nWidth: 600\nFlags: HW\nHStem: -16 41<390 400> 2 41<-15 39 90 136> 274 41<142 314> 376 41<484 554> 524 41<116 139 183 231 334 362 414 449>\nVStem: 283 42<94 96>\nDStem: 142.036 524 183.036 524 39.7959 43 138.611 315 142.036 524 129.896 274 39.7959 43 80.7959 43 319.896 274 414.035 524 286.1 115 327.1 115 373.035 524 414.035 524 328.611 315 327.1 115 559.577 376 609.292 417 504.737 118 546.312 116\nFore\n414 524 m 1\n 327 115 l 1\n 316 65 348 25 399 25 c 0\n 466 25 498 85 505 118 c 2\n 560 376 l 1\n 486 376 l 2\n 467 376 459 383 462 397 c 0\n 465 410 475 417 494 417 c 2\n 609 417 l 1\n 546 116 l 1\n 546 116 517 -14 391 -16 c 0\n 340 -17 313 2 290 41 c 24\n 276 65 286 115 286 115 c 1\n 320 274 l 1\n 130 274 l 1\n 81 43 l 1\n 135 43 l 2\n 153 43 160 36 158 23 c 0\n 155 9 144 2 126 2 c 2\n -14 2 l 2\n -32 2 -40 9 -37 23 c 0\n -35 36 -24 43 -5 43 c 2\n 40 43 l 1\n 142 524 l 1\n 117 524 l 2\n 99 524 92 531 94 545 c 0\n 97 558 108 565 126 565 c 2\n 230 565 l 2\n 248 565 255 558 252 545 c 0\n 250 531 239 524 221 524 c 2\n 183 524 l 1\n 139 315 l 1\n 329 315 l 1\n 373 524 l 1\n 335 524 l 2\n 317 524 310 531 312 545 c 0\n 315 558 326 565 344 565 c 2\n 448 565 l 2\n 466 565 473 558 470 545 c 0\n 468 531 457 524 439 524 c 2\n 414 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni01F8\nEncoding: 504 504 437\nWidth: 600\nFlags: H\nHStem: 0 41<78 112 153 219> 522 41<169 214 505 571 612 612 612 646>\nVStem: 46 205<17.5 24.5> 473 204\nRef: 96 96 N 1 0 0 1 20 126\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F9\nEncoding: 505 505 438\nWidth: 600\nFlags: H\nHStem: 0 41<89 135 176 212 414 448 489 514> 376 41<181 206> 390 41<383.5 421.5>\nVStem: 57 186 382 164<17.5 24> 502 43<314 318.5>\nRef: 96 96 N 1 0 0 1 -6 -19\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 439\nWidth: 600\nFlags: H\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 630 33<403.5 436.5> 778 33<423 456>\nVStem: 13 206<17.5 24.5> 335 34<696 726.5> 385 210 491 34<714 745.5>\nRef: 180 180 N 1 0 0 1 53 361\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 440\nWidth: 600\nFlags: H\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 480 33<385 418> 628 33<404.5 437>\nVStem: 93 42<73.5 130.5> 316 34<546 576.5> 472 34<564 595.5>\nRef: 180 180 N 1 0 0 1 34 211\nRef: 229 229 N 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 441\nWidth: 600\nFlags: H\nHStem: 0 41<46 83 124 141 254 306 347 558> 189 41<216 337> 273 41<405 474> 522 41<264 318 358 358 358 408 449 449 449 640>\nVStem: 14 158\nRef: 180 180 N 1 0 0 1 83 126\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 442\nWidth: 600\nFlags: H\nHStem: -16 41<139.5 178 424 458> 199 41<370 586> 216 41<218 257.5> 390 41<275 296 497 536.5>\nVStem: 36 44<77.5 110> 589 41<281 319>\nRef: 180 180 N 1 0 0 1 9 -19\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 443\nWidth: 600\nFlags: H\nHStem: -16 41<279 371.5> 535 41<347 439>\nVStem: 102 42<197.5 297.5> 574 42<262.5 363.5>\nRef: 180 180 S 1 0 0 1 18 155\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 444\nWidth: 600\nFlags: H\nHStem: -16 41<283 365> 390 41<323 404.5>\nVStem: 111 42<155.5 228> 535 42<188 261>\nRef: 180 180 S 1 0 0 1 -29 8\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0200\nEncoding: 512 512 445\nWidth: 600\nFlags: H\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412>\nVStem: 13 206<17.5 24.5> 385 210\nDStem: 193.371 719 226.961 750 271.391 625 304.981 656 335.371 719 367.961 750 412.391 625 445.981 656\nRef: 783 783 S 1 0 0 1 20 126\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0201\nEncoding: 513 513 446\nWidth: 600\nFlags: H\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5>\nVStem: 93 42<73.5 130.5> 486 42<326.5 342.5>\nDStem: 234.108 574 267.698 605 312.128 480 345.718 511 376.108 574 408.698 605 453.128 480 486.718 511\nRef: 783 783 N 1 0 0 1 60 -19\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 447\nWidth: 600\nFlags: H\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412>\nVStem: 13 206<17.5 24.5> 385 210\nRef: 728 728 S 1 0 -0.445229 -1 202 1239\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 448\nWidth: 600\nFlags: H\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 598 41<396.14 422.64>\nVStem: 93 42<73.5 130.5> 486 42<326.5 342.5 547 549>\nRef: 728 728 N 1 0 0 -1 -5 1128\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0204\nEncoding: 516 516 449\nWidth: 600\nFlags: H\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569>\nDStem: 250.371 719 283.961 750 328.391 625 361.981 656 392.371 719 424.961 750 469.391 625 502.981 656\nRef: 783 783 N 1 0 0 1 77 126\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0205\nEncoding: 517 517 450\nWidth: 600\nFlags: H\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 530 40<255 292.5>\nDStem: 226.108 574 259.698 605 304.128 480 337.718 511 368.108 574 400.698 605 445.128 480 478.718 511\nRef: 783 783 N 1 0 0 1 52 -19\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 451\nWidth: 600\nFlags: H\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569>\nRef: 728 728 S 1 0 -0.445229 -1 259 1239\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 452\nWidth: 600\nFlags: H\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5> 598 41<388.139 414.639>\nVStem: 104 41<132 179> 267 42<547 549> 530 40<255 292.5>\nRef: 728 728 N 1 0 0 -1 -13 1128\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0208\nEncoding: 520 520 453\nWidth: 600\nFlags: H\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431>\nVStem: 117 375<17.5 24>\nDStem: 264.871 719 298.461 750 342.891 625 376.481 656 406.871 719 439.461 750 483.891 625 517.481 656\nRef: 783 783 N 1 0 0 1 91 126\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0209\nEncoding: 521 521 454\nWidth: 600\nFlags: H\nHStem: 0 41<127 288 329 481> 376 41<250 359>\nVStem: 96 417<17.5 24>\nDStem: 150.084 574 183.674 605 228.104 480 261.694 511 292.084 574 324.674 605 369.104 480 402.694 511\nRef: 783 783 N 1 0 0 1 -24 -19\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 455\nWidth: 600\nFlags: H\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431>\nVStem: 117 375<17.5 24>\nRef: 728 728 S 1 0 -0.445229 -1 273 1239\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 456\nWidth: 600\nFlags: H\nHStem: 0 41<127 288 329 481> 376 41<250 359> 598 41<312.115 338.615>\nVStem: 96 417<17.5 24> 191 42<547 549>\nRef: 728 728 N 1 0 0 -1 -89 1128\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020C\nEncoding: 524 524 457\nWidth: 600\nFlags: H\nHStem: -16 41<256.5 371.5> 535 41<346 461>\nVStem: 102 42<161 297> 574 42<263 400>\nDStem: 265.108 719 298.698 750 343.128 625 376.718 656 407.108 719 439.698 750 484.128 625 517.718 656\nRef: 783 783 N 1 0 0 1 91 126\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020D\nEncoding: 525 525 458\nWidth: 600\nFlags: H\nHStem: -16 41<260.5 364.5> 390 41<323 427.5>\nVStem: 111 42<128 227.5> 535 42<187 287.5>\nDStem: 234.108 574 267.698 605 312.128 480 345.718 511 376.108 574 408.698 605 453.128 480 486.718 511\nRef: 783 783 N 1 0 0 1 60 -19\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 459\nWidth: 600\nFlags: H\nHStem: -16 41<256.5 371.5> 535 41<346 461>\nVStem: 102 42<161 297> 574 42<263 400>\nRef: 728 728 S 1 0 -0.445229 -1 273 1239\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 460\nWidth: 600\nFlags: H\nHStem: -16 41<260.5 364.5> 390 41<323 427.5> 598 41<396.14 422.64>\nVStem: 111 42<128 227.5> 535 42<187 287.5 547 549>\nRef: 728 728 N 1 0 0 -1 -5 1128\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0210\nEncoding: 528 528 461\nWidth: 600\nFlags: H\nHStem: 0 41<79 133 174 240 540 562> 251 41<227 341 341 351> 522 41<189 235 276 276 276 429>\nVStem: 47 225<17.5 24.5> 545 42<395.5 452>\nDStem: 159.371 719 192.961 750 237.391 625 270.981 656 301.371 719 333.961 750 378.391 625 411.981 656\nRef: 783 783 N 1 0 0 1 -14 126\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0211\nEncoding: 529 529 462\nWidth: 600\nFlags: H\nHStem: 0 41<120 216 257 427> 376 41<221 287> 386 41<506 531>\nVStem: 88 371<17 24>\nDStem: 246.771 574 280.361 605 324.791 480 358.381 511 388.771 574 421.361 605 465.791 480 499.381 511\nRef: 783 783 N 1 0 0 1 73 -19\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 463\nWidth: 600\nFlags: H\nHStem: 0 41<79 133 174 240 540 562> 251 41<227 341 341 351> 522 41<189 235 276 276 276 429>\nVStem: 47 225<17.5 24.5> 545 42<395.5 452>\nRef: 728 728 S 1 0 -0.445229 -1 168 1239\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 464\nWidth: 600\nFlags: H\nHStem: 0 41<120 216 257 427> 376 41<221 287> 386 41<506 531> 598 41<408.803 435.303>\nVStem: 88 371<17 24> 288 42<547 549>\nRef: 728 728 N 1 0 0 -1 8 1128\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0214\nEncoding: 532 532 465\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610>\nVStem: 136 42<113.5 147> 155 203 472 204<539.5 546.5>\nDStem: 265.871 719 299.461 750 343.891 625 377.481 656 407.871 719 440.461 750 484.891 625 518.481 656\nRef: 783 783 N 1 0 0 1 92 126\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0215\nEncoding: 533 533 466\nWidth: 600\nFlags: H\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519>\nVStem: 146 42\nDStem: 210.084 574 243.674 605 288.104 480 321.694 511 352.084 574 384.674 605 429.104 480 462.694 511\nRef: 783 783 N 1 0 0 1 36 -19\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 467\nWidth: 600\nFlags: H\nHStem: -16 41<267.5 349.5> 522 41<187 212 253 253 253 328 504 569 610 644 610 610>\nVStem: 136 42<113.5 147> 155 203 472 204<539.5 546.5>\nRef: 728 728 S 1 0 -0.445229 -1 274 1239\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 468\nWidth: 600\nFlags: H\nHStem: -16 41<239.5 286.5> 0 41<489 514> 376 41<159 204 454 519> 598 41<372.115 398.615>\nVStem: 146 42 251 42<547 549>\nRef: 728 728 N 1 0 0 -1 -29 1128\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 469\nWidth: 600\nFlags: HMW\nHStem: -17 41<287.5 332.5> 536 41<371 433.5>\nVStem: 201 45<389 435> 500 45<161 188>\nFore\n555 517 m 1\n 559.445 538.114 562.997 563 586 563 c 0\n 595 563 602 556 602 548 c 0\n 602 545 602 543 600 536 c 1\n 578 433 l 1\n 575 416 565 405 553 405 c 0\n 547 405 542 408 536 417 c 1\n 539 459 l 1\n 539 464 517 497 508 506 c 0\n 491 523 451 536 416 536 c 0\n 326 536 246 471 246 399 c 0\n 246 339.71 304.74 321.01 378 309 c 0\n 453 296 480 287 505 269 c 0\n 528 252 545 217 545 185 c 0\n 545 137 520 84 482 50 c 0\n 437 10 364 -17 301 -17 c 0\n 231 -17 176 9 145 56 c 1\n 140.411 33.8193 138.096 0 112 0 c 0\n 103 0 96 7 96 15 c 0\n 96 17 97 23 98 27 c 2\n 121 139 l 1\n 125 157 135 167 148 167 c 0\n 154 167 159 163 164 155 c 1\n 160 109 l 1\n 160 103 188 65 201 55 c 0\n 222 37 268 24 307 24 c 0\n 410 24 500 95 500 177 c 0\n 500 199 487 224 470 237 c 0\n 450 253 430 259 361 271 c 0\n 293 283 259 295 234 317 c 0\n 214 334 201 364 201 392 c 0\n 201 489 305 577 420 577 c 0\n 479 577 523 558 555 517 c 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 470\nWidth: 600\nFlags: HW\nHStem: -17 42<267.5 353> 292 125 391 40<343.5 399>\nVStem: 190 45<299 329> 479 46<101 138.5>\nFore\n110 27 m 1\n 127 110 l 1\n 131 128 140 137 154 137 c 0\n 163 137 170 130 170 122 c 0\n 170 115.389 167 102.987 167 99 c 0\n 167 56 225 25 305 25 c 0\n 401 25 479 72 479 130 c 0\n 479 147 465 168 447 180 c 0\n 424 194 399 201 344 207 c 0\n 272 215 245 222 221 239 c 0\n 203 252 190 276 190 298 c 0\n 190 372 277 431 386 431 c 0\n 444 431 486 416 515 385 c 1\n 519 406 529 417 542 417 c 0\n 551 417 558 410 558 402 c 0\n 558 399 557 394 556 389 c 2\n 542 320 l 1\n 538 302 528 292 515 292 c 0\n 509 292 504 296 499 304 c 1\n 502 335 l 1\n 502 339 482 363 472 370 c 0\n 453 382 416 391 382 391 c 0\n 305 391 235 351 235 307 c 0\n 235 291 252 271 273 262 c 0\n 293 253 293 253 370 245 c 0\n 430 238 465 227 491 206 c 0\n 511 190 525 162 525 138 c 0\n 525 54 423 -17 300 -17 c 0\n 235 -17 187 1 153 38 c 1\n 148.168 20.2835 144.109 0 124 0 c 0\n 116 0 108 7 108 15 c 0\n 108 17 109 24 110 27 c 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 471\nWidth: 600\nFlags: HMW\nHStem: 0 41<184 289 330 426> 522 41<224 391 224 224 432 432 432 598>\nVStem: 152 306<17.5 24.5>\nFore\n330 41 m 1\n 435 41 l 2\n 451 41 458 36 458 25 c 0\n 458 10 445 0 426 0 c 2\n 175 0 l 2\n 159 0 152 5 152 17 c 0\n 152 32 164 41 184 41 c 2\n 289 41 l 1\n 391 522 l 1\n 224 522 l 1\n 209 449 l 1\n 205 431 196 422 182 422 c 0\n 173 422 166 429 166 437 c 1\n 170.304 483.363 184.968 519.365 192 563 c 1\n 648 563 l 1\n 624 449 l 2\n 620 431 611 421 598 421 c 0\n 592 421 583 428 582 435 c 0\n 582 436 582 447 583 449 c 1\n 598 522 l 1\n 432 522 l 1\n 330 41 l 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 472\nWidth: 600\nFlags: HMW\nHStem: -16 41<274 322.5> 376 41<159 225 275 486>\nVStem: 165 42<71 84>\nFore\n275 417 m 1\n 495 417 l 2\n 512 417 518 413 518 401 c 0\n 518 386 505 376 486 376 c 2\n 266 376 l 1\n 209 109 l 1\n 208 102 207 95 207 91 c 0\n 207 51 245 25 303 25 c 0\n 359 25 435 42 478 65 c 0\n 488 70 491 71 496 71 c 0\n 504 71 511 64 511 54 c 0\n 511 42 500 33 471 20 c 0\n 423 -1 349 -16 296 -16 c 0\n 217 -16 165 22 165 79 c 0\n 165 89 166 97 168 107 c 2\n 225 376 l 1\n 151 376 l 2\n 134 376 127 381 127 392 c 0\n 127 408 139 417 159 417 c 2\n 234 417 l 1\n 259 536 l 2\n 263 554 272 563 285 563 c 0\n 295 563 302 556 302 548 c 0\n 302 545 302 544 300 536 c 1\n 275 417 l 1\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: uni021E\nEncoding: 542 542 473\nWidth: 600\nFlags: H\nHStem: 0 41<89 135 176 221 392 446 487 524> 272 41<234 495> 522 41<221 237 278 278 278 332 503 548 589 589 589 614>\nVStem: 189 174 360 196<17.5 24> 471 174\nRef: 711 711 N 1 0 0 1 29 126\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni021F\nEncoding: 543 543 474\nWidth: 600\nFlags: H\nHStem: 0 41<87 133 174 210 400 446 487 524> 390 41<380.5 417> 563 41<198 244>\nVStem: 55 188<17.5 24.5> 369 187<17.5 24.5> 501 42<314.5 319.5>\nRef: 711 711 N 1 0 0 1 30 154\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0224\nEncoding: 548 548 475\nWidth: 600\nFlags: HW\nHStem: -199 41<268 280> 0 41<128 416> 522 41<234 502>\nDStem: 201.984 563 234.27 522 168.188 404 209.188 404 417.314 0 497 182 408.388 -42 448.112 -48 456 182 497 182 426.029 41 448.112 -48 502.632 519 538.656 505 76.8555 59 112.88 45\nFore\n417 0 m 1\n 64 0 l 1\n 77 59 l 1\n 503 519 l 1\n 503 522 l 1\n 234 522 l 1\n 209 404 l 2\n 205 385 196 376 183 376 c 0\n 169 376 164 385 168 404 c 2\n 202 563 l 1\n 551 563 l 1\n 539 505 l 1\n 113 45 l 1\n 112 41 l 1\n 426 41 l 1\n 456 182 l 1\n 460 200 468 209 482 209 c 0\n 496 209 501 200 497 182 c 1\n 448 -48 l 1\n 430 -132 351 -199 269 -199 c 0\n 244 -199 214 -192 197 -183 c 0\n 178.828 -172.616 193.808 -145 211 -145 c 0\n 216 -145 218 -146 242 -153 c 0\n 249 -156 267 -158 279 -158 c 0\n 340 -158 394 -110 408 -42 c 2\n 417 0 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni0225\nEncoding: 549 549 476\nWidth: 600\nFlags: HW\nHStem: -199 41<275 288> 0 41<166 417> 376 41<221 471>\nDStem: 189.468 417 221.753 376 169.062 321 210.062 321 424.831 0 486.449 97 415.904 -42 455.629 -48 445.449 97 486.449 97 433.546 41 455.629 -48 472.753 376 531.815 381 99.4834 36 156.546 41\nFore\n425 0 m 1\n 92 0 l 1\n 99 36 l 1\n 473 376 l 1\n 222 376 l 1\n 210 321 l 2\n 206 303 197 294 184 294 c 0\n 170 294 165 303 169 321 c 2\n 189 417 l 1\n 539 417 l 1\n 532 381 l 1\n 157 41 l 1\n 434 41 l 1\n 445 97 l 2\n 449 115 458 124 472 124 c 0\n 486 124 490 114 486 97 c 1\n 456 -48 l 1\n 438 -132 359 -199 277 -199 c 0\n 252 -199 221 -192 205 -183 c 0\n 186.373 -172.356 201.387 -145 219 -145 c 0\n 224 -145 226 -146 249 -153 c 0\n 257 -156 274 -158 286 -158 c 0\n 347 -158 401 -110 416 -42 c 2\n 425 0 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni0226\nEncoding: 550 550 477\nWidth: 600\nFlags: H\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 616 100<364.106 374.606>\nVStem: 13 206<17.5 24.5> 319 102<660.5 671> 385 210\nRef: 729 729 N 1 0 0 1 -49 105\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0227\nEncoding: 551 551 478\nWidth: 600\nFlags: H\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 471 100<404.843 415.343>\nVStem: 93 42<73.5 130.5> 359 102<515.5 526> 486 42<326.5 342.5>\nRef: 729 729 N 1 0 0 1 -9 -40\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0228\nEncoding: 552 552 479\nWidth: 600\nFlags: H\nHStem: -167 38<228.441 250.441> -75 81<241.941 245.941> 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569>\nVStem: 287 36\nRef: 184 184 N 1 0 0 1 -32 6\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0229\nEncoding: 553 553 480\nWidth: 600\nFlags: H\nHStem: -183 38<233.441 255.441> -91 81<246.941 250.941> -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 292 36 530 40<255 292.5>\nRef: 184 184 N 1 0 0 1 -27 -10\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022A\nEncoding: 554 554 481\nWidth: 600\nFlags: H\nHStem: -16 41<256.5 371.5> 535 41<346 461> 661 101<334 342.5 555 564> 802 40<358.966 585.966>\nVStem: 102 42<161 297> 288 101<706 716.5> 327 291<818.5 825.5> 509 101<705.5 716.5> 574 42<263 400>\nRef: 175 175 N 1 0 0 1 54 266\nRef: 214 214 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022B\nEncoding: 555 555 482\nWidth: 600\nFlags: H\nHStem: -16 41<260.5 364.5> 390 41<323 427.5> 511 100<303.5 314 524.5 535> 651 40<328.966 555.966>\nVStem: 111 42<128 227.5> 258 102<555.5 566> 297 291<667.5 674.5> 479 102<555.5 566> 535 42<187 287.5>\nRef: 175 175 N 1 0 0 1 24 115\nRef: 246 246 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022C\nEncoding: 556 556 483\nWidth: 600\nFlags: H\nHStem: -16 41<257 372.5> 535 41<347 462> 666 41<512.5 524.5> 714 41<393 404> 795 40<305.466 532.466>\nVStem: 103 42<160.5 297> 273 291<811.5 818.5> 575 42<263 400>\nRef: 175 175 N 1 0 0 1 0 259\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022D\nEncoding: 557 557 484\nWidth: 600\nFlags: H\nHStem: -16 41<260.5 364.5> 390 41<323 427.5> 516 41<480.5 492.5> 564 41<361 372> 645 40<272.466 499.466>\nVStem: 111 42<128 227.5> 240 291<661.5 668.5> 535 42<187 287.5>\nRef: 175 175 N 1 0 0 1 -33 109\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022E\nEncoding: 558 558 485\nWidth: 600\nFlags: H\nHStem: -16 41<256.5 371.5> 535 41<346 461> 616 100<435.843 446.343>\nVStem: 102 42<161 297> 390 102<660.5 671> 574 42<263 400>\nRef: 729 729 N 1 0 0 1 22 105\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022F\nEncoding: 559 559 486\nWidth: 600\nFlags: H\nHStem: -16 41<260.5 364.5> 390 41<323 427.5> 471 100<404.843 415.343>\nVStem: 111 42<128 227.5> 359 102<515.5 526> 535 42<187 287.5>\nRef: 729 729 N 1 0 0 1 -9 -40\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0230\nEncoding: 560 560 487\nWidth: 600\nFlags: H\nHStem: -16 41<256.5 371.5> 535 41<346 461> 616 100<435.843 446.343> 756 40<350.809 577.809>\nVStem: 102 42<161 297> 319 291<772.5 779.5> 390 102<660.5 671> 574 42<263 400>\nRef: 175 175 N 1 0 0 1 46 220\nRef: 558 558 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0231\nEncoding: 561 561 488\nWidth: 600\nFlags: H\nHStem: -16 41<260.5 364.5> 390 41<323 427.5> 471 100<404.843 415.343> 611 40<319.809 546.809>\nVStem: 111 42<128 227.5> 288 291<627.5 634.5> 359 102<515.5 526> 535 42<187 287.5>\nRef: 175 175 N 1 0 0 1 15 75\nRef: 559 559 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0232\nEncoding: 562 562 489\nWidth: 600\nFlags: H\nHStem: 0 41<185 290 331 427> 522 41<198 213 262 262 262 300 532 564 610 610 610 633> 616 40<322.229 549.229>\nVStem: 153 305 166 165 290 291<632.5 639.5> 499 166<539 546>\nRef: 175 175 N 1 0 0 1 17 80\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0233\nEncoding: 563 563 490\nWidth: 600\nFlags: H\nHStem: -186 41<54 180 222 278> 376 41<167 175 221 221 221 273 501 546 589 589 589 602> 471 40<291.442 518.442>\nVStem: 135 169 259 291<487.5 494.5> 469 164\nRef: 175 175 N 1 0 0 1 -14 -65\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0250\nEncoding: 592 592 491\nWidth: 600\nFlags: HW\nHStem: -14 41<265 280> 159 41<303 335> 376 41<133 171 173 187> 392 41<415 439>\nVStem: 129 43<85 98> 522 41<322 333>\nDStem: 188.391 376 214.299 305 131.638 109 195.169 215 188.391 376 187.729 180 131.638 109 172.638 109\nFore\n238 417 m 1\n 224 350 l 1\n 297 407 363 433 433 433 c 0\n 526 433 577 381 561 305 c 0\n 543 218 444 159 319 159 c 0\n 273 159 243 164 188 180 c 1\n 173 109 l 2\n 162 60 205 27 278 27 c 0\n 314 27 343 33 427 57 c 0\n 431 58 435 59 437 59 c 0\n 447 59 454 50 452 39 c 0\n 450 29 442 22 430 18 c 0\n 371 -1 303 -14 266 -14 c 0\n 173 -14 117 38 132 109 c 2\n 188 376 l 1\n 134 376 l 2\n 116 376 109 383 112 396 c 0\n 115 410 125 417 143 417 c 2\n 238 417 l 1\n214 305 m 1\n 195 215 l 1\n 229 206 276 200 320 200 c 0\n 426 200 507 243 521 306 c 0\n 532 358 494 392 425 392 c 0\n 354 392 295 368 214 305 c 1\nEndSplineSet\nEndChar\nStartChar: uni0251\nEncoding: 593 593 492\nWidth: 600\nFlags: HW\nHStem: -16 41<227 247> 0 41<471 519> 390 41<311 327>\nVStem: 55 42<159 176>\nDStem: 433.155 89 546.424 429 414.237 0 463.952 41 505.424 429 546.424 429 483.743 327 463.952 41\nFore\n318 390 m 0\n 219 390 123 309 101 208 c 0\n 80 106 142 25 242 25 c 0\n 340 25 437 106 458 206 c 0\n 480 310 419 390 318 390 c 0\n505 429 m 1\n 509 447 518 456 531 456 c 0\n 546 456 550 446 546 429 c 1\n 464 41 l 1\n 518 41 l 2\n 536 41 543 34 541 21 c 0\n 538 7 527 0 509 0 c 2\n 414 0 l 1\n 433 89 l 1\n 371 19 304 -16 229 -16 c 0\n 110 -16 34 85 60 208 c 0\n 87 331 205 431 324 431 c 0\n 399 431 450 398 484 327 c 1\n 505 429 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0252\nEncoding: 594 594 493\nWidth: 600\nFlags: HW\nHStem: -16 41<289 306> 374 41<95 146> 390 41<370 387>\nVStem: 517 42<245 263>\nDStem: 150.048 374 199.763 415 67.5752 -14 180.845 326 150.048 374 130.257 88 67.5752 -14 108.575 -14\nFore\n296 25 m 0\n 395 25 491 106 513 207 c 0\n 534 309 472 390 372 390 c 0\n 274 390 177 309 156 209 c 0\n 134 105 195 25 296 25 c 0\n109 -14 m 1\n 105 -32 96 -41 83 -41 c 0\n 68 -41 64 -31 68 -14 c 1\n 150 374 l 1\n 96 374 l 2\n 78 374 71 381 73 394 c 0\n 76 408 87 415 105 415 c 2\n 200 415 l 1\n 181 326 l 1\n 243 396 310 431 385 431 c 0\n 504 431 580 330 554 207 c 0\n 527 84 409 -16 290 -16 c 0\n 215 -16 164 17 130 88 c 1\n 109 -14 l 1\nEndSplineSet\nEndChar\nStartChar: uni0253\nEncoding: 595 595 494\nWidth: 600\nFlags: HW\nHStem: -16 41<250 266> 0 41<-16 47> 390 41<330 356> 577 41<314 330>\nVStem: 484 42<240 260>\nDStem: 137.222 462 178.222 462 47.7354 41 149.739 328 137.222 462 98.7256 88 47.7354 41 80.0205 0\nFore\n124 208 m 0\n 103 107 164 25 263 25 c 0\n 360 25 459 107 480 205 c 0\n 502 309 441 390 341 390 c 0\n 242 390 146 309 124 208 c 0\n48 41 m 1\n 137 462 l 1\n 156 549 236 618 321 618 c 0\n 346 618 374 613 391 604 c 0\n 401 600 403 595 402 586 c 0\n 399 575 388 566 378 566 c 0\n 375 566 375 566 355 572 c 0\n 346 575 327 577 317 577 c 0\n 249 577 193 530 178 462 c 1\n 150 328 l 1\n 215 399 278 431 352 431 c 0\n 474 431 548 334 522 210 c 0\n 495 85 377 -16 257 -16 c 0\n 184 -16 131 18 99 88 c 1\n 80 0 l 1\n -15 0 l 2\n -33 0 -40 7 -38 21 c 0\n -35 34 -24 41 -6 41 c 2\n 48 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni0254\nEncoding: 596 596 495\nWidth: 600\nFlags: HW\nHStem: -16 41<250 282> 390 41<330 362>\nVStem: 498 41<240 258>\nFore\n185 376 m 1\n 233 412 292 431 353 431 c 0\n 487 431 562 336 534 204 c 0\n 507 76 393 -16 262 -16 c 0\n 196 -16 135 4 91 39 c 0\n 67 58 56 76 59 88 c 0\n 61 98 72 107 82 107 c 0\n 89 107 91 105 98 97 c 0\n 139 49 196 25 269 25 c 0\n 378 25 471 100 493 205 c 0\n 517 315 457 390 347 390 c 0\n 263 390 183 348 168 295 c 0\n 162 278 154 271 141 271 c 0\n 128 271 123 280 127 298 c 2\n 147 389 l 2\n 151 408 160 417 173 417 c 0\n 195.139 417 189.409 395.105 185 376 c 1\nEndSplineSet\nEndChar\nStartChar: uni0255\nEncoding: 597 597 496\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0256\nEncoding: 598 598 497\nWidth: 600\nFlags: HW\nHStem: -199 41<521 539> -16 41<231 250> 390 41<314 330> 563 41<482 532>\nVStem: 59 42<153 170> 404 43<-87 -71>\nDStem: 436.875 89 587.342 604 407.755 -48 450.03 -42 537.627 563 587.342 604 487.463 327 450.03 -42\nFore\n322 390 m 0\n 223 390 127 309 105 208 c 0\n 83 106 145 25 245 25 c 0\n 343 25 440 106 462 206 c 0\n 484 310 423 390 322 390 c 0\n587 604 m 1\n 450 -42 l 2\n 436 -110 469 -158 530 -158 c 0\n 542 -158 561 -156 569 -153 c 0\n 596 -146 598 -145 603 -145 c 0\n 622.641 -145 620.922 -174.146 601 -183 c 0\n 581 -192 548 -199 523 -199 c 0\n 441 -199 390 -132 408 -48 c 2\n 437 89 l 1\n 375 19 308 -16 233 -16 c 0\n 114 -16 38 85 64 208 c 0\n 90 331 209 431 328 431 c 0\n 403 431 454 398 487 327 c 1\n 538 563 l 1\n 484 563 l 2\n 466 563 458 570 461 584 c 0\n 464 597 474 604 492 604 c 2\n 587 604 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0257\nEncoding: 599 599 498\nWidth: 600\nFlags: HW\nHStem: -16 41<210 230> 0 41<454 502> 390 41<294 310> 577 41<662 681>\nVStem: 38 42<159 176>\nDStem: 415.938 89 536.222 462 397.021 0 446.735 41 495.222 462 536.222 462 466.526 327 446.735 41\nFore\n441 206 m 0\n 463 310 402 390 301 390 c 0\n 202 390 106 309 84 208 c 0\n 63 106 124 25 224 25 c 0\n 322 25 420 106 441 206 c 0\n467 327 m 1\n 495 462 l 1\n 514 549 594 618 679 618 c 0\n 704 618 732 613 749 604 c 0\n 759 600 761 595 760 586 c 0\n 757 575 746 566 736 566 c 0\n 733 566 733 566 713 572 c 0\n 704 575 685 577 675 577 c 0\n 607 577 551 530 536 462 c 1\n 447 41 l 1\n 501 41 l 2\n 519 41 526 34 523 21 c 0\n 521 7 510 0 492 0 c 2\n 397 0 l 1\n 416 89 l 1\n 354 19 287 -16 212 -16 c 0\n 93 -16 17 85 43 208 c 0\n 69 331 188 431 307 431 c 0\n 382 431 433 398 467 327 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni0258\nEncoding: 600 600 499\nWidth: 600\nFlags: HW\nHStem: -16 41<228 244> 199 41<113 468> 390 41<324 341>\nVStem: 486 41<256 263>\nFore\n61 199 m 1\n 71 245 78 264 99 297 c 0\n 153 380 244 431 340 431 c 0\n 468 431 548 338 522 217 c 0\n 494 87 365 -16 230 -16 c 0\n 139 -16 29 31 37 66 c 0\n 39 77 50 86 60 86 c 0\n 65 86 69 84 75 79 c 0\n 108 47 176 25 238 25 c 0\n 346 25 441 94 477 199 c 1\n 61 199 l 1\n486 240 m 1\n 487 332 428 390 331 390 c 0\n 234 390 147 331 112 240 c 1\n 486 240 l 1\nEndSplineSet\nEndChar\nStartChar: uni0259\nEncoding: 601 601 500\nWidth: 600\nFlags: HW\nHStem: -16 41<232 264> 175 41<104 456> 390 41<312 328>\nFore\n65 216 m 1\n 481 216 l 1\n 489 321 424 390 316 390 c 0\n 254 390 176 368 129 336 c 0\n 121 331 117 329 112 329 c 0\n 102 329 95 338 97 349 c 0\n 105 384 235 431 326 431 c 0\n 461 431 546 328 518 198 c 0\n 492 77 372 -16 244 -16 c 0\n 148 -16 79 35 61 118 c 0\n 54 151 55 170 65 216 c 1\n472 175 m 1\n 98 175 l 1\n 95 84 156 25 253 25 c 0\n 350 25 435 83 472 175 c 1\nEndSplineSet\nEndChar\nStartChar: uni025A\nEncoding: 602 602 501\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni025B\nEncoding: 603 603 502\nWidth: 600\nFlags: HW\nRef: 604 604 N -1 0 0.425113 1 512 0\nEndChar\nStartChar: uni025C\nEncoding: 604 604 503\nWidth: 600\nFlags: HW\nHStem: -16 41<239 271> 206 41<230 319> 293 124<162.174 188.53> 390 41<335 351>\nVStem: 434 45<126 137> 452 46<324 334>\nFore\n240 247 m 2\n 288 247 l 2\n 376 247 384 256 409 270 c 0\n 433 282 447 299 451 315 c 0\n 460 358 411 390 337 390 c 0\n 261 390 203 361 188 316 c 0\n 183 300 174 293 162 293 c 0\n 149 293 144 302 148 320 c 2\n 163 389 l 2\n 167 408 176 417 189 417 c 0\n 204.374 417 207.156 401.625 203 385 c 1\n 244 416 293 431 350 431 c 0\n 448 431 510 383 496 318 c 0\n 490 287 466 257 434 239 c 2\n 417 230 l 1\n 416 224 l 1\n 427 219 437 213 447 206 c 0\n 473 185 485 151 478 116 c 0\n 461 40 366 -16 253 -16 c 0\n 188 -16 142 1 108 38 c 1\n 104.318 17.75 98.5303 0 80 0 c 0\n 66 0 61 9 65 27 c 2\n 82 110 l 2\n 86 128 95 137 109 137 c 0\n 121 137 127 128 124 115 c 2\n 123 108 l 2\n 113 62 174 25 259 25 c 0\n 347 25 421 64 433 117 c 0\n 438 140 426 165 402 180 c 0\n 379 194 358 206 300 206 c 2\n 232 206 l 2\n 214 206 206 213 209 227 c 0\n 212 240 222 247 240 247 c 2\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni025D\nEncoding: 605 605 504\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni025E\nEncoding: 606 606 505\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni025F\nEncoding: 607 607 506\nWidth: 600\nFlags: HW\nHStem: -186 41<108 258> 0 41<258 391 455 503> 376 41<230 471>\nDStem: 472.371 376 522.086 417 401.164 41 442.164 41\nFore\n401 41 m 1\n 472 376 l 1\n 231 376 l 2\n 213 376 206 383 209 397 c 0\n 212 410 222 417 240 417 c 2\n 522 417 l 1\n 442 41 l 1\n 501 41 l 1\n 519 41 527 34 524 21 c 0\n 521 7 510 0 492 0 c 1\n 433 -0 l 1\n 427 -28 l 2\n 408 -121 330 -186 239 -186 c 2\n 110 -186 l 2\n 92 -186 84 -179 87 -165 c 0\n 90 -152 101 -145 119 -145 c 2\n 247 -145 l 2\n 313 -145 372 -96 386 -28 c 2\n 392 0 l 1\n 259 0 l 1\n 241 0 234 7 237 21 c 0\n 240 34 250 41 268 41 c 1\n 401 41 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0260\nEncoding: 608 608 507\nWidth: 600\nFlags: HW\nHStem: -186 41<115 243> 10 41<219 243> 390 41<299 316> 577 41<667 683>\nVStem: 59 42<175 186>\nDStem: 416.831 107 533.289 462 389.411 -22 429.136 -28 492.289 462 533.289 462 465.082 334 429.136 -28\nFore\n441 219 m 0\n 461 316 404 390 309 390 c 0\n 215 390 125 315 105 221 c 0\n 85 126 144 51 237 51 c 0\n 330 51 421 126 441 219 c 0\n465 334 m 1\n 492 462 l 1\n 511 549 591 618 676 618 c 0\n 701 618 729 613 746 604 c 0\n 756 600 759 595 757 586 c 0\n 754 575 743 566 733 566 c 0\n 730 566 730 566 710 572 c 0\n 701 575 682 577 672 577 c 0\n 604 577 548 530 533 462 c 1\n 429 -28 l 1\n 420 -69 401 -100 364 -132 c 0\n 321 -169 281 -186 231 -186 c 2\n 117 -186 l 2\n 99 -186 91 -179 94 -165 c 0\n 97 -152 107 -145 125 -145 c 2\n 241 -145 l 2\n 309 -145 375 -90 389 -22 c 1\n 417 107 l 1\n 358 41 297 10 225 10 c 0\n 112 10 39 105 64 221 c 0\n 89 337 202 431 315 431 c 0\n 388 431 434 401 465 334 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni0261\nEncoding: 609 609 508\nWidth: 600\nFlags: HW\nRef: 103 103 N 1 0 4.32134e-07 1 -0 0\nEndChar\nStartChar: uni0262\nEncoding: 610 610 509\nWidth: 600\nFlags: HW\nHStem: -12 40<274 306> 144 41<324 434 481 502> 309 107<497.681 520.424> 386 40<338 370>\nVStem: 83 42<132 148>\nDStem: 98.9512 235 139.739 234 87.2607 180 128.261 180 440.609 144 481.609 144 421.054 52 456.527 26\nFore\n482 144 m 1\n 457 26 l 1\n 399 1 338 -12 284 -12 c 0\n 139 -12 62 63 87 180 c 2\n 99 235 l 2\n 110 288 149 342 200 378 c 0\n 247 409 302 426 360 426 c 0\n 418 426 460 413 494 386 c 1\n 497.399 402.993 500.824 416 520 416 c 0\n 532 416 540 411 537 396 c 2\n 523 329 l 2\n 520 316 509 309 498 309 c 0\n 486 309 479 307 481 320 c 0\n 485 357 431 386 353 386 c 0\n 303 386 262 376 222 349 c 0\n 178 318 149 278 140 234 c 2\n 128 180 l 2\n 107 80 168 28 295 28 c 0\n 341 28 368 33 421 52 c 1\n 441 144 l 1\n 324 144 l 2\n 308 144 302 155 304 165 c 0\n 306 175 316 185 332 185 c 2\n 502 185 l 2\n 519 185 525 175 523 165 c 0\n 521 155 511 144 494 144 c 2\n 482 144 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0263\nEncoding: 611 611 510\nWidth: 600\nFlags: HW\nHStem: -200 40<244 248> 376 41<134 151 209 257 469 513 566 592>\nVStem: 271 41<-110 -95>\nDStem: 151.861 376 197.861 376 251.389 -12 283.805 37 520.861 376 566.861 376 286.805 37 297.177 -13\nFore\n284 37 m 17\n 287 37 l 9\n 521 376 l 1\n 471 376 l 2\n 453 376 445 383 448 397 c 0\n 451 410 462 417 480 417 c 2\n 591 417 l 2\n 609 417 616 410 613 397 c 0\n 610 383 600 376 582 376 c 2\n 567 376 l 1\n 297 -13 l 1\n 309 -53 318 -90 308 -138 c 0\n 305 -162 279 -200 236 -200 c 0\n 193 -201 180 -164 188 -138 c 0\n 198 -91 223 -53 251 -12 c 1\n 152 376 l 1\n 136 376 l 2\n 118 376 110 383 113 397 c 0\n 116 410 127 417 145 417 c 2\n 256 417 l 2\n 274 417 281 410 278 397 c 0\n 275 383 265 376 247 376 c 2\n 198 376 l 1\n 284 37 l 17\n245 -160 m 0\n 278.786 -160 270.408 -88.8377 264 -60 c 1\n 246.476 -86.2864 203.389 -157.552 245 -160 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0264\nEncoding: 612 612 511\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0265\nEncoding: 613 613 512\nWidth: 600\nFlags: HW\nHStem: -187 41<416 470> -14 41<246 268> 376 41<125 166 212 268 438 470 525 582>\nVStem: 115 43<97 110>\nDStem: 171.478 376 212.478 376 118.338 126 159.976 129 419.435 70 525.478 376 364.808 -187 414.522 -146 484.478 376 525.478 376 430.275 121 414.522 -146\nFore\n365 -187 m 1\n 419 70 l 1\n 355 9 309 -14 248 -14 c 0\n 155 -14 101 45 118 126 c 2\n 171 376 l 1\n 126 376 l 2\n 107 376 100 383 103 396 c 0\n 106 410 116 417 135 417 c 2\n 266 417 l 2\n 284 417 292 410 289 396 c 0\n 286 383 275 376 257 376 c 2\n 212 376 l 1\n 160 129 l 2\n 154 99 161 73 182 53 c 0\n 201 34 221 27 261 27 c 0\n 317 27 349 44 417 108 c 2\n 430 121 l 1\n 484 376 l 1\n 439 376 l 2\n 420 376 413 383 416 396 c 0\n 419 410 430 417 448 417 c 2\n 580 417 l 2\n 597 417 606 410 603 396 c 0\n 600 383 589 376 571 376 c 2\n 525 376 l 1\n 415 -146 l 1\n 469 -146 l 2\n 487 -146 494 -153 491 -167 c 0\n 488 -180 478 -187 460 -187 c 2\n 365 -187 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni0266\nEncoding: 614 614 513\nWidth: 600\nFlags: HW\nHStem: 0 41<11 67 117 155 325 380 431 468> 390 41<325 346> 577 41<325 346>\nVStem: 435 42<307 320>\nDStem: 156.521 462 197.521 462 67.0352 41 173.077 347 156.521 462 162.236 296 67.0352 41 108.035 41 432.536 288 474.174 291 380.035 41 421.035 41\nFore\n67 41 m 1\n 157 462 l 1\n 175 549 256 618 341 618 c 0\n 366 618 394 613 411 604 c 0\n 433.884 593.829 415.65 566 398 566 c 0\n 395 566 395 566 374 572 c 0\n 366 575 346 577 336 577 c 0\n 268 577 212 530 198 462 c 1\n 173 347 l 1\n 237 408 284 431 345 431 c 0\n 438 431 491 372 474 291 c 2\n 421 41 l 1\n 466 41 l 2\n 485 41 493 34 490 21 c 0\n 487 7 476 0 457 0 c 2\n 326 0 l 2\n 308 0 301 7 304 21 c 0\n 307 34 317 41 335 41 c 2\n 380 41 l 1\n 433 288 l 2\n 439 318 431 344 411 364 c 0\n 392 383 371 390 331 390 c 0\n 275 390 244 373 176 309 c 2\n 162 296 l 1\n 108 41 l 1\n 153 41 l 2\n 172 41 180 34 177 21 c 0\n 174 7 162 0 144 0 c 2\n 12 0 l 2\n -5 0 -13 7 -10 21 c 0\n -7 34 3 41 21 41 c 2\n 67 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni0267\nEncoding: 615 615 514\nWidth: 600\nFlags: HW\nHStem: -199 41<243 255> 0 41<32 88 138 176> 390 41<346 368> 577 41<346 368>\nVStem: 456 42<307 320>\nDStem: 177.671 462 218.671 462 88.1846 41 194.227 347 177.671 462 183.386 296 88.1846 41 129.185 41 453.686 288 495.323 291 383.542 -42 423.267 -48\nFore\n495 291 m 1\n 423 -48 l 1\n 405 -132 326 -199 244 -199 c 0\n 219 -199 189 -192 173 -183 c 0\n 152.634 -172.817 169.507 -145 187 -145 c 0\n 192 -145 193 -146 217 -153 c 0\n 224 -156 242 -158 254 -158 c 0\n 315 -158 369 -110 384 -42 c 1\n 454 288 l 1\n 460 318 453 344 432 364 c 0\n 413 383 392 390 352 390 c 0\n 296 390 265 373 197 309 c 2\n 183 296 l 1\n 129 41 l 1\n 174 41 l 2\n 193 41 201 34 198 21 c 0\n 195 7 183 0 165 0 c 2\n 33 0 l 2\n 16 0 8 7 11 21 c 0\n 14 34 24 41 42 41 c 2\n 88 41 l 1\n 178 462 l 1\n 196 549 277 618 362 618 c 0\n 387 618 415 613 432 604 c 0\n 454.884 593.829 436.65 566 419 566 c 0\n 416 566 416 566 395 572 c 0\n 387 575 367 577 357 577 c 0\n 289 577 233 530 219 462 c 1\n 194 347 l 1\n 258 408 305 431 366 431 c 0\n 459 431 513 372 495 291 c 1\nEndSplineSet\nEndChar\nStartChar: uni0268\nEncoding: 616 616 515\nWidth: 600\nFlags: HW\nHStem: 0 41<51 221 264 424> 200 41<94 254 318 466> 376 41<173 286> 520 104<325 362>\nDStem: 255.193 200 296.193 200 221.397 41 262.397 41 292.604 376 342.318 417 263.908 241 304.908 241 325.317 624 384.317 624 303.212 520 362.212 520\nFore\n384 624 m 1\n 362 520 l 1\n 303 520 l 1\n 325 624 l 1\n 384 624 l 1\n255 200 m 1\n 95 200 l 2\n 77 200 70 207 73 221 c 0\n 75 234 86 241 104 241 c 2\n 264 241 l 1\n 293 376 l 1\n 175 376 l 2\n 157 376 149 383 152 397 c 0\n 155 410 165 417 183 417 c 2\n 342 417 l 1\n 305 241 l 1\n 465 241 l 2\n 484 241 491 234 489 221 c 0\n 486 207 474 200 456 200 c 2\n 296 200 l 1\n 262 41 l 1\n 422 41 l 2\n 441 41 449 34 446 21 c 0\n 443 7 432 0 414 0 c 2\n 53 0 l 2\n 35 0 27 7 30 21 c 0\n 33 34 43 41 61 41 c 2\n 221 41 l 1\n 255 200 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0269\nEncoding: 617 617 516\nWidth: 600\nFlags: HW\nHStem: -8 41<322 342> 386 40<236 294>\nVStem: 238 42<74 90>\nDStem: 298.622 386 348.125 426 242.082 120 283.082 120\nFore\n242 120 m 10\n 299 386 l 1\n 238 386 l 2\n 223 386 212 393 215 406 c 0\n 218 422 229 426 246 426 c 2\n 348 426 l 1\n 283 120 l 18\n 270 58 291 33 333 33 c 0\n 379 33 420 60 439 80 c 1\n 446 89 460 91 467 84 c 0\n 475 78 474 65 465 56 c 1\n 440 28 388 -8 324 -8 c 0\n 256 -8 226 46 242 120 c 10\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni026A\nEncoding: 618 618 517\nWidth: 600\nFlags: HW\nHStem: 0 41<116 244 287 404> 376 41<195 303 356 484>\nDStem: 315.604 376 356.604 376 244.396 41 285.396 41\nFore\n357 376 m 1\n 285 41 l 1\n 404 41 l 2\n 421 41 427 30 425 21 c 0\n 423 10 412 0 396 0 c 2\n 115 0 l 2\n 99 0 93 10 95 21 c 0\n 97 30 107 41 123 41 c 2\n 244 41 l 1\n 316 376 l 1\n 195 376 l 2\n 179 376 173 387 175 397 c 0\n 177 407 187 417 203 417 c 2\n 484 417 l 2\n 501 417 507 407 505 397 c 0\n 503 387 493 376 476 376 c 2\n 357 376 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni026B\nEncoding: 619 619 518\nWidth: 600\nFlags: HW\nHStem: 0 41<53 223 272 426> 212 41<368 377> 307 41<208 222> 563 41<216 320>\nDStem: 272.617 271.971 306.701 239.435 223.522 41 264.522 41 334.478 563 384.192 604 283.478 323.065 317.726 291.298\nFore\n318 291 m 1\n 350 260 360 253 376 253 c 0\n 400 253 427 270 460 305 c 0\n 479 327 484 330 494 330 c 0\n 505 330 512 321 510 311 c 0\n 508 303 498 291 476 271 c 0\n 434 230 401 212 370 212 c 0\n 348 212 332 218 307 239 c 1\n 265 41 l 1\n 425 41 l 2\n 444 41 451 34 448 21 c 0\n 445 7 434 0 416 0 c 2\n 55 0 l 2\n 37 0 29 7 32 21 c 0\n 35 34 46 41 64 41 c 2\n 224 41 l 1\n 273 272 l 1\n 252 293 233 307 213 307 c 0\n 187 307 174 298 118 242 c 0\n 109 233 104 230 96 230 c 0\n 86 230 79 239 81 249 c 0\n 82 257 93 271 118 294 c 0\n 161 333 189 348 222 348 c 0\n 246 348 259 343 283 323 c 1\n 334 563 l 1\n 217 563 l 2\n 199 563 192 570 195 584 c 0\n 198 597 208 604 226 604 c 2\n 384 604 l 1\n 318 291 l 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni026C\nEncoding: 620 620 519\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni026D\nEncoding: 621 621 520\nWidth: 600\nFlags: HW\nHStem: -199 41<339 357> 563 41<237 350>\nVStem: 222 43<-87 -71>\nDStem: 355.627 563 405.342 604 225.755 -48 268.03 -42\nFore\n405 604 m 1\n 268 -42 l 1\n 254 -110 287 -158 348 -158 c 0\n 360 -158 379 -156 387 -153 c 0\n 414 -146 416 -145 421 -145 c 0\n 440.641 -145 438.922 -174.146 419 -183 c 0\n 399 -192 366 -199 341 -199 c 0\n 259 -199 208 -132 226 -48 c 1\n 356 563 l 1\n 239 563 l 2\n 221 563 213 570 216 584 c 0\n 219 597 229 604 247 604 c 2\n 405 604 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni026E\nEncoding: 622 622 521\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni026F\nEncoding: 623 623 522\nWidth: 600\nFlags: HW\nHStem: -14 41<131 142 341 351> 0 41<502 533> 376 41<74 94 284 318 494 526 569 613>\nVStem: 47 43<72 85>\nDStem: 109.091 376 157.806 417 49.1504 94 90 98 319.091 376 367.806 417 262.339 109 300.638 101 529.091 376 569.091 376 472.339 109 497.885 41\nFore\n449 0 m 1\n 460 52 l 1\n 416 4 383 -14 341 -14 c 0\n 298 -14 271 9 259 57 c 1\n 210 7 172 -14 131 -14 c 0\n 73 -14 37 35 49 94 c 2\n 109 376 l 1\n 75 376 l 2\n 57 376 50 383 52 396 c 0\n 55 410 66 417 84 417 c 2\n 158 417 l 1\n 90 98 l 2\n 82 60 106 27 141 27 c 0\n 177 27 212 51 262 109 c 1\n 319 376 l 1\n 285 376 l 2\n 267 376 260 383 262 396 c 0\n 265 410 276 417 294 417 c 2\n 368 417 l 1\n 301 101 l 2\n 292 62 316 27 350 27 c 0\n 385 27 422 52 472 109 c 1\n 529 376 l 1\n 495 376 l 2\n 477 376 470 383 472 396 c 0\n 475 410 487 417 504 417 c 2\n 613 417 l 2\n 630 417 637 410 634 396 c 0\n 632 383 621 376 603 376 c 2\n 569 376 l 1\n 498 41 l 1\n 532 41 l 2\n 550 41 557 34 554 20 c 0\n 552 7 541 0 523 0 c 2\n 449 0 l 1\nEndSplineSet\nMinimumDistance: x29,-1 x12,20 \nEndChar\nStartChar: uni0270\nEncoding: 624 624 523\nWidth: 600\nFlags: HW\nHStem: -186 41<478 512> -14 41<149 161 359 370> 376 41<92 112 302 317 319 336 512 544 587 632>\nVStem: 65 43<72 85>\nDStem: 127.371 376 176.086 417 67.4297 94 108.28 98 337.371 376 386.086 417 280.618 109 318.918 101 478.503 52 587.371 376 427.914 -186 476.629 -145 547.371 376 587.371 376 490.618 109 476.629 -145\nFore\n428 -186 m 1\n 479 52 l 1\n 434 4 401 -14 359 -14 c 0\n 316 -14 289 9 278 57 c 1\n 228 7 190 -14 149 -14 c 0\n 91 -14 55 35 67 94 c 2\n 127 376 l 1\n 93 376 l 2\n 75 376 68 383 71 396 c 0\n 74 410 84 417 102 417 c 2\n 176 417 l 1\n 108 98 l 2\n 100 60 124 27 159 27 c 0\n 195 27 230 51 281 109 c 1\n 337 376 l 1\n 303 376 l 2\n 285 376 278 383 281 396 c 0\n 284 410 294 417 312 417 c 2\n 386 417 l 1\n 319 101 l 2\n 311 62 334 27 368 27 c 0\n 403 27 441 52 491 109 c 1\n 547 376 l 1\n 513 376 l 2\n 495 376 488 383 491 396 c 0\n 494 410 505 417 522 417 c 2\n 631 417 l 2\n 648 417 656 410 653 396 c 0\n 650 383 639 376 621 376 c 2\n 587 376 l 1\n 477 -145 l 1\n 511 -145 l 2\n 529 -145 536 -152 533 -166 c 0\n 530 -179 520 -186 502 -186 c 2\n 428 -186 l 1\nEndSplineSet\nMinimumDistance: x29,-1 x12,20 \nEndChar\nStartChar: uni0271\nEncoding: 625 625 524\nWidth: 600\nFlags: HW\nHStem: -199 41<318 333> 0 41<12 56 100 131 310 342> 376 41<92 123> 390 41<274 285 483 494>\nVStem: 537 41<332 345>\nDStem: 127.265 376 152.811 308 56.0586 41 96.0586 41 324.512 316 362.811 308 257.344 0 306.059 41 535.149 319 575.999 323 458.416 -42 497.141 -48\nFore\n576 323 m 1\n 497 -48 l 1\n 479 -132 401 -199 319 -199 c 0\n 294 -199 264 -192 247 -183 c 0\n 228.415 -172.38 244.423 -145 262 -145 c 0\n 267 -145 268 -146 292 -153 c 0\n 299 -156 317 -158 329 -158 c 0\n 390 -158 444 -110 458 -42 c 1\n 535 319 l 1\n 543 357 519 390 484 390 c 0\n 448 390 413 366 363 308 c 1\n 306 41 l 1\n 340 41 l 2\n 358 41 366 34 363 21 c 0\n 360 7 349 0 331 0 c 2\n 257 0 l 1\n 325 316 l 2\n 333 355 309 390 275 390 c 0\n 240 390 203 365 153 308 c 1\n 96 41 l 1\n 130 41 l 2\n 148 41 156 34 153 21 c 0\n 150 7 138 0 121 0 c 2\n 12 0 l 2\n -5 0 -12 7 -9 21 c 0\n -6 34 4 41 22 41 c 2\n 56 41 l 1\n 127 376 l 1\n 93 376 l 2\n 75 376 68 383 71 397 c 0\n 73 410 84 417 102 417 c 2\n 176 417 l 1\n 165 365 l 1\n 209 413 242 431 284 431 c 0\n 327 431 354 408 366 360 c 1\n 415 410 453 431 494 431 c 0\n 552 431 589 382 576 323 c 1\nEndSplineSet\nMinimumDistance: x17,9 \nEndChar\nStartChar: uni0272\nEncoding: 626 626 525\nWidth: 600\nFlags: HW\nHStem: -199 41<-48 -31> 0 41<379 423 474 500> 376 41<146 177> 390 41<369 391>\nVStem: 478 42<306 320>\nDStem: 181.265 376 204.835 294 92.416 -42 132.141 -48 475.56 288 518.048 295 423.059 41 464.059 41\nFore\n205 294 m 1\n 132 -48 l 1\n 114 -132 35 -199 -47 -199 c 0\n -72 -199 -102 -192 -119 -183 c 0\n -137.585 -172.38 -121.577 -145 -104 -145 c 0\n -99 -145 -98 -146 -74 -153 c 0\n -67 -156 -49 -158 -37 -158 c 0\n 24 -158 78 -110 92 -42 c 1\n 181 376 l 1\n 147 376 l 2\n 129 376 122 383 125 397 c 0\n 127 410 138 417 156 417 c 2\n 231 417 l 1\n 216 348 l 1\n 288 412 328 431 390 431 c 0\n 479 431 534 372 518 295 c 2\n 464 41 l 1\n 498 41 l 2\n 516 41 524 34 521 21 c 0\n 518 7 507 0 489 0 c 2\n 380 0 l 2\n 362 0 355 7 358 21 c 0\n 361 34 371 41 389 41 c 2\n 423 41 l 1\n 476 288 l 2\n 482 318 474 343 454 364 c 0\n 434 384 416 390 377 390 c 0\n 339 390 308 380 275 357 c 0\n 258 346 246 335 205 294 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni0273\nEncoding: 627 627 526\nWidth: 600\nFlags: HW\nHStem: -199 41<512 528> 0 41<55 110 154 198> 376 41<146 176> 390 41<368 400>\nVStem: 401 43<-87 -71> 478 42<306 320>\nDStem: 181.265 376 204.835 294 110.059 41 151.059 41 475.56 288 518.048 295 404.141 -48 446.416 -42\nFore\n518 295 m 1\n 446 -42 l 1\n 432 -110 466 -158 527 -158 c 0\n 539 -158 557 -156 566 -153 c 0\n 592 -146 595 -145 600 -145 c 0\n 610 -145 616 -154 613 -165 c 0\n 612 -173 606 -179 597 -183 c 0\n 578 -192 544 -199 519 -199 c 0\n 437 -199 386 -132 404 -48 c 1\n 476 288 l 1\n 482 318 474 343 454 364 c 0\n 434 384 416 390 377 390 c 0\n 339 390 308 380 275 357 c 0\n 258 346 246 335 205 294 c 1\n 151 41 l 1\n 196 41 l 2\n 214 41 222 34 219 21 c 0\n 216 7 205 0 187 0 c 2\n 56 0 l 2\n 37 0 30 7 33 21 c 0\n 36 34 46 41 65 41 c 2\n 110 41 l 1\n 181 376 l 1\n 147 376 l 2\n 129 376 122 383 125 397 c 0\n 127 410 138 417 156 417 c 2\n 231 417 l 1\n 216 348 l 1\n 288 412 328 431 390 431 c 0\n 479 431 534 372 518 295 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0274\nEncoding: 628 628 527\nWidth: 600\nFlags: HW\nHStem: 0 41<53 87 144 191> 376 41<114 144 411 464 514 549>\nDStem: 158.604 376 196.84 363 87.3965 41 128.396 41 196.84 363 215.318 417 385.682 0 405.16 54 473.604 376 514.604 376 405.16 54 434.682 0\nFore\n435 0 m 1\n 386 0 l 1\n 197 363 l 1\n 128 41 l 1\n 192 41 l 2\n 208 41 214 30 212 21 c 0\n 210 10 199 0 184 0 c 2\n 52 0 l 2\n 36 0 30 10 32 21 c 0\n 34 30 44 41 60 41 c 2\n 87 41 l 1\n 159 376 l 1\n 114 376 l 2\n 98 376 92 387 94 397 c 0\n 96 407 106 417 122 417 c 2\n 215 417 l 1\n 405 54 l 1\n 474 376 l 1\n 411 376 l 2\n 394 376 388 387 390 397 c 0\n 392 407 402 417 419 417 c 2\n 550 417 l 2\n 566 417 572 407 570 397 c 0\n 568 387 558 376 542 376 c 2\n 515 376 l 1\n 435 0 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni0275\nEncoding: 629 629 528\nWidth: 600\nFlags: HW\nHStem: -16 41<243 263> 188 40<131 467> 390 41<337 355>\nFore\n348 431 m 0\n 476 431 554 332 527 205 c 0\n 502 83 378 -16 252 -16 c 0\n 125 -16 46 83 72 208 c 0\n 98 331 221 431 348 431 c 0\n490 228 m 1\n 499 321 436 390 339 390 c 0\n 242 390 148 319 118 228 c 1\n 490 228 l 1\n482 188 m 1\n 110 188 l 1\n 100 96 164 25 261 25 c 0\n 358 25 454 97 482 188 c 1\nEndSplineSet\nEndChar\nStartChar: uni0276\nEncoding: 630 630 529\nWidth: 600\nFlags: HW\nHStem: 0 41<217 264 313 510> 198 41<361 406 408 409> 376 41<281 329 376 406 408 536 538 557>\nVStem: 9 42<159 178>\nDStem: 335.604 376 376.604 376 264.396 41 347.483 239 335.604 376 338.769 198 264.396 41 305.396 41 529.952 133 570.952 133 510.396 41 542.682 0 561.604 376 611.318 417 537.584 263 578.584 263\nFore\n543 0 m 1\n 221 0 l 2\n 67 0 -14 88 15 218 c 0\n 37 334 133 417 302 417 c 2\n 611 417 l 1\n 579 263 l 2\n 575 245 566 236 553 236 c 0\n 539 236 534 245 538 263 c 2\n 562 376 l 1\n 377 376 l 1\n 347 239 l 1\n 422 239 l 1\n 426.782 260.52 429.471 293 455 293 c 0\n 468 293 473 284 469 266 c 2\n 449 170 l 2\n 445 152 436 143 423 143 c 0\n 394.811 143 409.935 179.03 414 198 c 1\n 339 198 l 1\n 305 41 l 1\n 510 41 l 1\n 530 133 l 2\n 534 153 542 160 556 160 c 0\n 569 160 574 149 571 133 c 2\n 543 0 l 1\n336 376 m 1\n 300 376 l 0\n 135 373 79 317 55 218 c 0\n 33 110 91 41 232 41 c 1\n 264 41 l 1\n 336 376 l 1\nEndSplineSet\nEndChar\nStartChar: uni0277\nEncoding: 631 631 530\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0278\nEncoding: 632 632 531\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0279\nEncoding: 633 633 532\nWidth: 600\nFlags: HW\nHStem: 376 41<94 119 198 368 338 404 409 505>\nVStem: 166 371<393 400>\nRef: 114 114 N -1 0 0 -1 625 417\nEndChar\nStartChar: uni027A\nEncoding: 634 634 533\nWidth: 600\nFlags: HW\nHStem: 562 41<208.636 220.636 342.636 519.636 466.636 527.636 563.636 668.636>\nDStem: 424.294 102 563.07 562 402.613 0 452.327 41 522.07 562 563.07 562 435.559 155 452.327 41\nRef: 636 636 N -1 0 0 -1 714 417\nEndChar\nStartChar: uni027B\nEncoding: 635 635 534\nWidth: 600\nFlags: HW\nHStem: -199 41<423 444> -10 41<128 140> 376 41<222 391 442 548>\nVStem: 308 43<-87 -71>\nDStem: 343.512 102 442.753 376 311.629 -48 353.904 -42 401.753 376 442.753 376 354.777 155 353.904 -42\nFore\n443 376 m 1\n 354 -42 l 1\n 339 -110 373 -158 434 -158 c 0\n 446 -158 465 -156 473 -153 c 0\n 500 -146 502 -145 507 -145 c 0\n 526.641 -145 524.922 -174.146 505 -183 c 0\n 485 -192 452 -199 427 -199 c 0\n 345 -199 294 -132 312 -48 c 1\n 344 102 l 1\n 233 18 178 -10 127 -10 c 0\n 98 -10 78 -1 56 21 c 0\n 42 35 38 43 40 52 c 0\n 42 64 53 73 65 73 c 0\n 72 73 74 72 80 65 c 0\n 99 42 116 31 138 31 c 0\n 183 31 223 54 355 155 c 1\n 402 376 l 1\n 223 376 l 2\n 206 376 197 384 200 397 c 0\n 203 409 214 417 231 417 c 2\n 547 417 l 2\n 564 417 573 409 570 396 c 0\n 567 384 556 376 539 376 c 2\n 443 376 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni027C\nEncoding: 636 636 535\nWidth: 600\nFlags: HW\nHStem: -186 41<45 150 194 371> 376 41<186 247> 386 41<493 505>\nDStem: 261.309 376 311.023 417 150.566 -145 289.342 315 261.309 376 278.077 262 150.566 -145 191.566 -145\nFore\n311 417 m 1\n 289 315 l 1\n 400 399 455 427 506 427 c 0\n 535 427 555 418 577 396 c 0\n 591 382 595 374 593 365 c 0\n 590 353 580 344 568 344 c 0\n 561 344 559 345 553 352 c 0\n 534 375 516 386 494 386 c 0\n 449 386 410 363 278 262 c 1\n 192 -145 l 1\n 371 -145 l 2\n 388 -145 396 -153 393 -166 c 0\n 391 -178 379 -186 362 -186 c 2\n 46 -186 l 2\n 29 -186 21 -178 23 -165 c 0\n 26 -153 38 -145 55 -145 c 2\n 151 -145 l 1\n 261 376 l 1\n 186 376 l 2\n 169 376 161 384 164 397 c 0\n 166 409 178 417 195 417 c 2\n 311 417 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni027D\nEncoding: 637 637 536\nWidth: 600\nFlags: HW\nHStem: -199 41<281 297> 376 41<187 261> 386 41<494 506>\nVStem: 169 43<-87 -71>\nDStem: 262.689 376 312.404 417 172.565 -48 290.724 315 262.689 376 279.458 262 172.565 -48 214.841 -42\nFore\n279 262 m 1\n 215 -42 l 1\n 200 -110 234 -158 295 -158 c 0\n 307 -158 326 -156 334 -153 c 0\n 361 -146 363 -145 368 -145 c 0\n 387.641 -145 385.922 -174.146 366 -183 c 0\n 346 -192 312 -199 287 -199 c 0\n 205 -199 155 -132 173 -48 c 1\n 263 376 l 1\n 188 376 l 2\n 171 376 162 384 165 397 c 0\n 168 409 179 417 196 417 c 2\n 312 417 l 1\n 291 315 l 1\n 402 399 457 427 508 427 c 0\n 537 427 557 418 578 396 c 0\n 592 382 596 374 594 365 c 0\n 592 353 581 344 569 344 c 0\n 562 344 560 345 555 352 c 0\n 535 375 518 386 496 386 c 0\n 451 386 411 363 279 262 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni027E\nEncoding: 638 638 537\nWidth: 600\nFlags: HW\nHStem: 0 41<65 171 216 393> 376 41<390 537>\nDStem: 217.734 259 258.734 259 171.396 41 212.396 41\nFore\n383 0 m 1\n 67 0 l 1\n 49 0 41 7 44 20 c 0\n 47 34 57 41 75 41 c 1\n 171 41 l 1\n 218 259 l 2\n 238 352 315 417 406 417 c 2\n 535 417 l 2\n 553 417 561 410 558 396 c 0\n 555 383 545 376 527 376 c 2\n 399 376 l 2\n 333 376 273 327 259 259 c 2\n 212 41 l 1\n 391 41 l 1\n 409 41 417 34 414 20 c 0\n 411 7 401 0 383 0 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni027F\nEncoding: 639 639 538\nWidth: 600\nFlags: HW\nRef: 638 638 N -1 0 0.425113 1 513 0\nEndChar\nStartChar: uni0280\nEncoding: 640 640 539\nWidth: 600\nFlags: HW\nHStem: 0 41<41 93 148 197 453 480> 181 40<174 277> 374 43<121 163 205 348>\nDStem: 164.178 374 205.178 374 93.3965 41 172.657 221 164.178 374 164.154 181 93.3965 41 134.396 41\nFore\n164 181 m 1\n 134 41 l 1\n 197 41 l 2\n 213 41 219 30 217 21 c 0\n 215 10 205 0 189 0 c 2\n 40 0 l 2\n 24 0 18 10 20 21 c 0\n 22 30 32 41 48 41 c 2\n 93 41 l 1\n 164 374 l 1\n 119 374 l 2\n 103 374 98 386 100 396 c 0\n 102 406 112 417 128 417 c 2\n 346 417 l 2\n 431 417 493 364 480 301 c 0\n 469 253 416 213 335 194 c 1\n 380 166 405 145 453 41 c 1\n 480 41 l 2\n 496 41 502 30 500 21 c 0\n 498 10 488 0 472 0 c 2\n 422 0 l 1\n 370 120 339 155 277 181 c 1\n 164 181 l 1\n173 221 m 1\n 270 221 l 2\n 351 221 431 262 439 302 c 0\n 447 344 393 374 337 374 c 2\n 205 374 l 1\n 173 221 l 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0281\nEncoding: 641 641 540\nWidth: 600\nFlags: HW\nRef: 640 640 N 1 0 -0.425113 -1 177 417\nEndChar\nStartChar: uni0282\nEncoding: 642 642 541\nWidth: 600\nFlags: HW\nHStem: -199 41<176 198> -16 41<256 288> 293 124<490.622 516.979> 390 41<343 368>\nVStem: 65 43<-87 -71> 453 45<126 137>\nDStem: 101.725 110 127.421 38 68.1406 -48 110.416 -42\nFore\n68 -48 m 1\n 102 110 l 1\n 106 128 114 137 128 137 c 0\n 140 137 147 128 144 115 c 2\n 142 108 l 2\n 133 62 194 25 279 25 c 0\n 367 25 441 64 452 117 c 0\n 457 140 445 165 422 180 c 0\n 399 194 373 201 319 207 c 0\n 247 215 221 222 196 239 c 0\n 172 257 160 287 167 318 c 0\n 181 383 264 431 362 431 c 0\n 419 431 461 416 489 385 c 1\n 493.336 402.344 501.519 417 517 417 c 0\n 530 417 535 408 531 389 c 2\n 516 320 l 2\n 513 302 504 293 491 293 c 0\n 479 293 473 300 475 316 c 0\n 479 361 433 390 357 390 c 0\n 283 390 220 358 211 315 c 0\n 208 299 215 282 234 270 c 0\n 253 256 258 254 344 245 c 0\n 441.057 233.677 513.728 199.642 497 116 c 0\n 481 40 386 -16 273 -16 c 0\n 208 -16 162 1 127 38 c 1\n 110 -42 l 1\n 96 -110 130 -158 191 -158 c 0\n 203 -158 221 -156 230 -153 c 0\n 256 -146 259 -145 264 -145 c 0\n 274 -145 280 -154 277 -165 c 0\n 276 -173 270 -179 261 -183 c 0\n 242 -192 208 -199 183 -199 c 0\n 101 -199 50 -132 68 -48 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni0283\nEncoding: 643 643 542\nWidth: 600\nFlags: HW\nHStem: -93 41<97 114> 577 41<498 514>\nDStem: 322.405 462 363.405 462 237.808 64 277.532 58\nFore\n363 462 m 1\n 278 58 l 1\n 260 -26 180 -93 98 -93 c 0\n 73 -93 43 -86 27 -77 c 0\n 8.37273 -66.3559 23.3868 -39 41 -39 c 0\n 46 -39 48 -40 71 -47 c 0\n 79 -50 96 -52 108 -52 c 0\n 169 -52 223 -4 238 64 c 1\n 322 462 l 1\n 341 549 422 618 507 618 c 0\n 532 618 560 613 577 604 c 0\n 600.121 593.724 580.786 566 564 566 c 0\n 561 566 561 566 540 572 c 0\n 531 575 512 577 502 577 c 0\n 434 577 378 530 363 462 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0284\nEncoding: 644 644 543\nWidth: 600\nFlags: HW\nHStem: -93 41<97 114> 0 41<127 194 290 371> 577 41<498 514>\nDStem: 322.405 462 363.405 462 237.808 64 273.919 41\nFore\n254 0 m 1\n 221 -55 160 -93 98 -93 c 0\n 73 -93 43 -86 27 -77 c 0\n 8.37273 -66.3559 23.3868 -39 41 -39 c 0\n 46 -39 48 -40 71 -47 c 0\n 79 -50 96 -52 108 -52 c 0\n 147 -52 183 -32 208 0 c 1\n 128 0 l 2\n 110 0 103 7 106 21 c 0\n 108 34 119 41 137 41 c 2\n 231 41 l 1\n 233 48 236 56 238 64 c 2\n 322 462 l 2\n 341 549 422 618 507 618 c 0\n 532 618 560 613 577 604 c 0\n 600.121 593.724 580.786 566 564 566 c 0\n 561 566 561 566 540 572 c 0\n 531 575 512 577 502 577 c 0\n 434 577 378 530 363 462 c 1\n 274 41 l 1\n 370 41 l 2\n 388 41 395 34 393 21 c 0\n 390 7 379 0 361 0 c 2\n 254 0 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni0285\nEncoding: 645 645 544\nWidth: 600\nFlags: HW\nHStem: -93 41<354 373> 577 41<235 251>\nVStem: 237 43<19 35> 329 41<483 499>\nDStem: 326.405 462 367.405 462 240.532 58 282.808 64\nFore\n326 462 m 1\n 341 530 305 577 237 577 c 0\n 227 577 206 575 197 572 c 0\n 174 566 174 566 171 566 c 0\n 161 566 153 575 156 586 c 0\n 158 595 163 600 174 604 c 0\n 195 613 225 618 250 618 c 0\n 335 618 386 549 367 462 c 1\n 283 64 l 1\n 268 -4 302 -52 363 -52 c 0\n 375 -52 394 -50 402 -47 c 0\n 429 -40 431 -39 436 -39 c 0\n 455.641 -39 453.922 -68.1457 434 -77 c 0\n 414 -86 380 -93 355 -93 c 0\n 273 -93 223 -26 241 58 c 1\n 326 462 l 1\nEndSplineSet\nEndChar\nStartChar: uni0286\nEncoding: 646 646 545\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0287\nEncoding: 647 647 546\nWidth: 600\nFlags: HW\nHStem: 522 41<56 267 219.5 268 317 383>\nVStem: 335 42<463 476>\nRef: 116 116 N -1 0 0 -1 542 547\nEndChar\nStartChar: uni0288\nEncoding: 648 648 547\nWidth: 600\nFlags: HW\nHStem: -200 41<215 238> 376 41<111 183 238 458>\nVStem: 87 43<-103 -91>\nDStem: 186.342 376 227.342 376 90.0537 -77 131.479 -75 220.352 536 261.352 536 195.057 417 236.057 417\nFore\n236 417 m 1\n 456 417 l 2\n 474 417 482 410 479 397 c 0\n 476 383 465 376 447 376 c 2\n 227 376 l 1\n 131 -75 l 2\n 121 -126 157 -159 226 -159 c 0\n 282 -159 356 -142 400 -119 c 0\n 409 -114 412 -113 417 -113 c 0\n 427 -113 434 -123 432 -133 c 0\n 426 -162 304 -200 219 -200 c 0\n 125 -200 74 -152 90 -77 c 2\n 186 376 l 1\n 112 376 l 2\n 93 376 86 383 89 397 c 0\n 92 410 102 417 121 417 c 2\n 195 417 l 1\n 220 536 l 2\n 224 554 233 563 247 563 c 0\n 261 563 265 555 261 536 c 2\n 236 417 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni0289\nEncoding: 649 649 548\nWidth: 600\nFlags: HW\nHStem: -16 41<209 220> 0 41<451 482> 258 41<81 123 187 447 502 536> 376 41<106 155 401 475>\nVStem: 102 43<84 97>\nDStem: 136.222 258 177.222 258 105.826 115 146.826 115 161.304 376 211.019 417 144.937 299 185.937 299 451.222 258 492.222 258 420.826 115 446.098 41 476.304 376 526.019 417 459.937 299 500.937 299\nFore\n501 299 m 1\n 535 299 l 2\n 553 299 560 292 558 279 c 0\n 555 265 544 258 526 258 c 2\n 492 258 l 1\n 446 41 l 1\n 480 41 l 2\n 498 41 506 34 503 21 c 0\n 500 7 489 0 471 0 c 2\n 396 0 l 1\n 410 66 l 1\n 344 12 277 -16 211 -16 c 0\n 131 -16 89 36 106 115 c 2\n 136 258 l 1\n 82 258 l 2\n 64 258 57 265 60 279 c 0\n 62 292 73 299 91 299 c 2\n 145 299 l 1\n 161 376 l 1\n 107 376 l 2\n 89 376 82 383 85 397 c 0\n 88 410 98 417 116 417 c 2\n 211 417 l 1\n 186 299 l 1\n 460 299 l 1\n 476 376 l 1\n 402 376 l 2\n 383 376 376 383 379 397 c 0\n 382 410 392 417 411 417 c 2\n 526 417 l 1\n 501 299 l 1\n451 258 m 1\n 177 258 l 1\n 147 115 l 2\n 136 65 168 25 219 25 c 0\n 286 25 353 55 421 115 c 1\n 451 258 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni028A\nEncoding: 650 650 549\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni028B\nEncoding: 651 651 550\nWidth: 600\nFlags: HW\nEndChar\nStartChar: uni028C\nEncoding: 652 652 551\nWidth: 600\nFlags: HW\nHStem: 376 41<-23 18 18 18 60 120 279 298 311 377 377 377 422 454>\nVStem: 280 206\nRef: 118 118 N -1 0 0 -1 600 417\nEndChar\nStartChar: uni028D\nEncoding: 653 653 552\nWidth: 600\nFlags: HW\nHStem: 0 41<-23 -4 -4 -4 38 79 352 405 405 405 444 454> 396 21<158 209 209 209 389 440 440 440>\nVStem: -54 165 405 39\nRef: 119 119 N -1 0 0 -1 600 417\nEndChar\nStartChar: uni028E\nEncoding: 654 654 553\nWidth: 600\nFlags: HW\nHStem: 562 41<-2 11 11 11 54 99 322 378 327 379 379 379 420 546 425 433>\nVStem: -33 164 296 169\nRef: 121 121 N -1 0 0 -1 600 417\nEndChar\nStartChar: uni028F\nEncoding: 655 655 554\nWidth: 600\nFlags: HW\nHStem: 0 41<145 245 288 378> 376 41<142 167 233 265 416 441 503 537>\nDStem: 167.604 376 216.604 376 269.416 154 300.131 195 269.416 154 310.416 154 245.396 41 286.396 41 457.604 376 503.604 376 300.131 195 310.416 154\nFore\n310 154 m 1\n 286 41 l 1\n 376 41 l 2\n 394 41 402 34 399 21 c 0\n 396 7 386 0 368 0 c 2\n 147 0 l 2\n 129 0 121 7 124 21 c 0\n 127 34 137 41 155 41 c 2\n 245 41 l 1\n 269 154 l 1\n 168 376 l 1\n 144 376 l 2\n 126 376 118 383 121 397 c 0\n 124 410 134 417 152 417 c 2\n 263 417 l 2\n 281 417 289 410 286 397 c 0\n 283 383 273 376 255 376 c 2\n 217 376 l 1\n 300 195 l 1\n 458 376 l 1\n 418 376 l 2\n 399 376 391 383 394 397 c 0\n 397 410 407 417 426 417 c 2\n 536 417 l 2\n 553 417 562 409 559 397 c 0\n 556 384 544 376 528 376 c 2\n 504 376 l 1\n 310 154 l 1\nEndSplineSet\nMinimumDistance: x26,-1 x10,26 \nEndChar\nStartChar: uni0290\nEncoding: 656 656 555\nWidth: 600\nFlags: HW\nHStem: -199 41<523 541> 0 41<166 416> 376 41<221 471>\nVStem: 411 43<-87 -71>\nDStem: 189.468 417 221.753 376 169.062 321 210.062 321 424.831 0 486.449 97 414.629 -48 456.904 -42 445.449 97 486.449 97 433.546 41 456.904 -42 472.753 376 531.815 381 99.4834 36 156.546 41\nFore\n425 0 m 1\n 92 0 l 1\n 99 36 l 1\n 473 376 l 1\n 222 376 l 1\n 210 321 l 2\n 206 303 197 294 184 294 c 0\n 170 294 165 303 169 321 c 2\n 189 417 l 1\n 539 417 l 1\n 532 381 l 1\n 157 41 l 1\n 434 41 l 1\n 445 97 l 1\n 449 115 458 124 472 124 c 0\n 485 124 490 115 486 97 c 1\n 457 -42 l 1\n 442 -110 476 -158 537 -158 c 0\n 549 -158 568 -156 576 -153 c 0\n 603 -146 605 -145 610 -145 c 0\n 629.641 -145 627.922 -174.146 608 -183 c 0\n 588 -192 555 -199 530 -199 c 0\n 448 -199 397 -132 415 -48 c 2\n 425 0 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni0291\nEncoding: 657 657 556\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0292\nEncoding: 658 658 557\nWidth: 600\nFlags: HW\nHStem: -158 40<196 213> 210 40<284.613 299> 376 41<189 375 445 472>\nVStem: 373 41<98 114>\nDStem: 388.396 376 445.396 376 171.623 203 284.613 250\nFore\n285 250 m 25\n 298 250 l 2\n 394 250 429 154 409 58 c 0\n 387 -47 303 -158 199 -158 c 0\n 125 -158 85 -111 58 -79 c 1\n 51 -71 53 -58 63 -50 c 0\n 73 -42 86 -41 92 -49 c 1\n 119 -81 152 -118 207 -118 c 0\n 275 -118 349 -33 369 58 c 0\n 386 140 352 210 289 210 c 0\n 242 210 226 197 200 175 c 1\n 200 175 173 162 164 174 c 0\n 158 182 162 195 172 203 c 1\n 388 376 l 1\n 188 376 l 1\n 172 376 167 387 169 396 c 0\n 171 407 181 417 197 417 c 1\n 470 417 l 1\n 489 417 497 410 494 397 c 0\n 491 383 480 376 461 376 c 1\n 445 376 l 1\n 285 250 l 25\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni0293\nEncoding: 659 659 558\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0294\nEncoding: 660 660 559\nWidth: 600\nFlags: HW\nHStem: 0 41<113 228 276 376> 536 41<348 376>\nVStem: 477 42<443 458>\nDStem: 185.12 529 220.381 502 170.666 461 211.666 461 277.918 274 313.179 247 228.393 41 269.393 41\nFore\n228 41 m 1\n 278 274 l 1\n 404 323 462 366 475 423 c 0\n 489 489 440 536 357 536 c 0\n 312 536 278 528 220 502 c 1\n 215.549 479.19 213.63 434 186 434 c 0\n 172 434 167 443 171 461 c 2\n 185 529 l 1\n 195 532 208 538 217 541 c 0\n 286 569 319 577 370 577 c 0\n 476 577 535 515 516 423 c 0\n 500 349 451 306 313 247 c 1\n 269 41 l 1\n 374 41 l 2\n 393 41 401 34 398 21 c 0\n 395 7 384 0 366 0 c 2\n 115 0 l 2\n 97 0 89 7 92 21 c 0\n 95 34 105 41 123 41 c 2\n 228 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni0295\nEncoding: 661 661 560\nWidth: 600\nFlags: HW\nRef: 660 660 N -1 0 0.425113 1 498 0\nEndChar\nStartChar: uni0296\nEncoding: 662 662 561\nWidth: 600\nFlags: HW\nRef: 660 660 S 1 0 -0.425113 -1 242 563\nEndChar\nStartChar: uni0297\nEncoding: 663 663 562\nWidth: 600\nFlags: HW\nHStem: -202 41<238 254> 535 41<366 398>\nVStem: 30 43<6 22>\nDStem: 92.333 325 132.058 319 35.1553 56 77.4307 62\nFore\n546 507 m 1\n 550.589 529.18 552.904 563 579 563 c 0\n 592 563 597 554 593 536 c 2\n 569 424 l 2\n 566 406 557 397 543 397 c 0\n 531 397 525 405 528 421 c 0\n 537 482 468 535 379 535 c 0\n 268 535 157 438 132 319 c 2\n 77 62 l 2\n 52 -58 130 -161 248 -161 c 0\n 317 -161 374 -135 441 -71 c 0\n 450 -63 454 -61 461 -61 c 0\n 473 -61 480 -69 477 -80 c 0\n 475 -90 460 -107 428 -131 c 0\n 370 -177 303 -202 239 -202 c 0\n 103 -202 6 -79 35 56 c 2\n 92 325 l 2\n 117.366 444.027 240.385 576 388 576 c 0\n 454 576 509 552 546 507 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0298\nEncoding: 664 664 563\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0299\nEncoding: 665 665 564\nWidth: 600\nFlags: HW\nHStem: 0 41<54 106 149 337> 196 41<191 337> 376 41<133 161 218 370>\nVStem: 451 41<126 133> 456 41<320 329>\nDStem: 177.604 376 218.604 376 106.396 41 189.058 237 177.604 376 180.343 196 106.396 41 147.396 41\nFore\n106 41 m 1\n 178 376 l 1\n 133 376 l 2\n 117 376 111 387 113 397 c 0\n 115 407 125 417 141 417 c 2\n 368 417 l 2\n 453 417 508 370 496 310 c 0\n 487 272 459 244 402 221 c 1\n 471 199 501 163 491 113 c 0\n 478 51 402 0 322 0 c 2\n 53 0 l 2\n 37 0 31 10 33 21 c 0\n 35 30 45 41 61 41 c 2\n 106 41 l 1\n189 237 m 1\n 316 237 l 2\n 390 237 445 264 455 310 c 0\n 464 353 425 376 361 376 c 2\n 219 376 l 1\n 189 237 l 1\n147 41 m 1\n 327 41 l 2\n 390 41 440 68 450 113 c 0\n 455 140 446 162 417 178 c 0\n 391 192 362 196 308 196 c 2\n 180 196 l 1\n 147 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni029A\nEncoding: 666 666 565\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni029B\nEncoding: 667 667 566\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni029C\nEncoding: 668 668 567\nWidth: 600\nFlags: HW\nHStem: 0 41<64 109 155 194 330 382 425 460> 196 41<194 411> 376 41<161 171 221 274 410 452 494 522>\nDStem: 180.604 376 221.604 376 109.396 41 192.058 237 180.604 376 183.343 196 109.396 41 150.396 41 415.343 196 494.604 376 382.396 41 423.396 41 453.604 376 494.604 376 424.058 237 423.396 41\nFore\n415 196 m 1\n 183 196 l 1\n 150 41 l 1\n 195 41 l 2\n 211 41 216 30 214 21 c 0\n 212 10 203 0 187 0 c 2\n 64 0 l 2\n 48 0 41 10 43 21 c 0\n 45 30 55 41 72 41 c 2\n 109 41 l 1\n 181 376 l 1\n 161 376 l 2\n 145 376 139 387 141 397 c 0\n 143 407 153 417 169 417 c 2\n 275 417 l 2\n 291 417 296 407 294 397 c 0\n 292 387 283 376 267 376 c 2\n 222 376 l 1\n 192 237 l 1\n 424 237 l 1\n 454 376 l 1\n 409 376 l 2\n 393 376 388 387 390 397 c 0\n 392 407 401 417 417 417 c 2\n 523 417 l 2\n 539 417 545 407 543 397 c 0\n 541 387 531 376 515 376 c 2\n 495 376 l 1\n 423 41 l 1\n 461 41 l 2\n 477 41 483 30 481 21 c 0\n 479 10 468 0 453 0 c 2\n 329 0 l 2\n 313 0 308 10 310 21 c 0\n 312 30 321 41 337 41 c 2\n 382 41 l 1\n 415 196 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni029D\nEncoding: 669 669 568\nWidth: 600\nFlags: HW\nHStem: -186 41<86 226> 376 41<208 449> 520 104<441 477>\nDStem: 441.085 624 500.085 624 418.979 520 477.979 520 450.371 376 500.086 417 364.498 -28 405.498 -28\nFore\n450 376 m 1\n 209 376 l 2\n 191 376 184 383 187 397 c 0\n 190 410 200 417 218 417 c 2\n 500 417 l 1\n 405 -28 l 2\n 386 -121 308 -186 217 -186 c 2\n 88 -186 l 2\n 70 -186 62 -179 65 -165 c 0\n 68 -152 79 -145 97 -145 c 2\n 225 -145 l 2\n 291 -145 350 -96 364 -28 c 2\n 450 376 l 1\n500 624 m 1\n 478 520 l 1\n 419 520 l 1\n 441 624 l 1\n 500 624 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni029E\nEncoding: 670 670 569\nWidth: 600\nFlags: HW\nHStem: 563 41<58 105 90 126 105 105 166 179 184 212 340 386 451 505>\nVStem: 26 185<203.5 211> 58 186<579.5 586.5>\nRef: 107 107 N -1 0 0 -1 604 604\nEndChar\nStartChar: uni029F\nEncoding: 671 671 570\nWidth: 600\nFlags: HW\nHStem: 0 41<72 162 212 435> 376 41<152 228 274 363>\nDStem: 233.604 376 274.604 376 162.396 41 203.396 41 458.353 149 499.353 149 435.396 41 467.682 0\nFore\n275 376 m 1\n 203 41 l 1\n 435 41 l 1\n 458 149 l 2\n 461 162 471 169 484 169 c 0\n 495 169 502 162 499 149 c 2\n 468 0 l 1\n 71 0 l 2\n 56 0 50 10 52 21 c 0\n 54 30 64 41 79 41 c 2\n 162 41 l 1\n 234 376 l 1\n 151 376 l 2\n 136 376 130 387 132 397 c 0\n 134 407 144 417 159 417 c 2\n 364 417 l 2\n 380 417 386 407 384 397 c 0\n 382 387 372 376 356 376 c 2\n 275 376 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni02A0\nEncoding: 672 672 571\nWidth: 600\nFlags: HW\nHStem: -186 41<276 384 427 481> 10 41<235 257> 390 41<315 331> 577 41<683 699>\nVStem: 59 42<175 187>\nDStem: 437.619 106 554.289 462 384.268 -145 425.268 -145 513.289 462 554.289 462 486.294 335 425.268 -145\nFore\n462 219 m 0\n 482 316 420 390 319 390 c 0\n 219 390 125 316 105 221 c 0\n 85 126 147 51 247 51 c 0\n 346 51 442 126 462 219 c 0\n554 462 m 1\n 425 -145 l 1\n 479 -145 l 2\n 497 -145 505 -152 502 -165 c 0\n 499 -179 489 -186 471 -186 c 2\n 278 -186 l 2\n 260 -186 252 -179 255 -165 c 0\n 258 -152 268 -145 286 -145 c 2\n 384 -145 l 1\n 438 106 l 1\n 378 40 315 10 237 10 c 0\n 114 10 39 102 64 221 c 0\n 89 340 204 431 328 431 c 0\n 405 431 453 401 486 335 c 1\n 513 462 l 1\n 532 549 612 618 697 618 c 0\n 722 618 750 613 767 604 c 0\n 777 600 780 595 778 586 c 0\n 775 575 764 566 754 566 c 0\n 751 566 751 566 731 572 c 0\n 722 575 703 577 693 577 c 0\n 625 577 569 530 554 462 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni02A1\nEncoding: 673 673 572\nWidth: 600\nFlags: HW\nHStem: 0 41<113 228 276 376> 152 41<145 251 312 408> 536 41<348 376>\nVStem: 477 42<443 458>\nDStem: 185.12 529 220.381 502 170.666 461 211.666 461 251.986 152 292.986 152 228.393 41 269.393 41 277.918 274 313.179 247 260.701 193 301.701 193\nFore\n252 152 m 1\n 147 152 l 1\n 129 152 121 159 124 173 c 0\n 127 186 138 193 156 193 c 2\n 261 193 l 1\n 278 274 l 1\n 404 323 462 366 475 423 c 0\n 489 489 440 536 357 536 c 0\n 312 536 278 528 220 502 c 1\n 215.549 479.19 213.63 434 186 434 c 0\n 172 434 167 443 171 461 c 2\n 185 529 l 1\n 195 532 208 538 217 541 c 0\n 286 569 319 577 370 577 c 0\n 476 577 535 515 516 423 c 0\n 500 349 451 306 313 247 c 1\n 302 193 l 1\n 407 193 l 2\n 426 193 433 186 430 173 c 0\n 427 159 416 152 398 152 c 2\n 293 152 l 1\n 269 41 l 1\n 374 41 l 2\n 393 41 401 34 398 21 c 0\n 395 7 384 0 366 0 c 1\n 115 0 l 1\n 97 0 89 7 92 21 c 0\n 95 34 105 41 123 41 c 2\n 228 41 l 1\n 252 152 l 1\nEndSplineSet\nEndChar\nStartChar: uni02A2\nEncoding: 674 674 573\nWidth: 600\nFlags: HW\nRef: 673 673 N -1 0 0.425113 1 498 0\nEndChar\nStartChar: circumflex\nEncoding: 710 710 574\nWidth: 600\nFlags: W\nDStem: 425 586 436 639 513 498 545 531 436 639 425 586 281 530 298 498\nFore\n436 639 m 1\n 545 531 l 1\n 552 523 554 520 554 515 c 0\n 554 502 542 490 529 490 c 0\n 524 490 519 493 513 498 c 2\n 425 586 l 1\n 298 498 l 2\n 291 493 284 490 279 490 c 0\n 270 490 263 497 263 506 c 0\n 263 515.406 270.662 524.831 281 530 c 1\n 436 639 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 575\nWidth: 600\nFlags: W\nDStem: 296 599 327 631 404 490 415 543 542 631 559 598 415 543 404 490\nFore\n404 490 m 1\n 296 599 l 1\n 288 605 286 608 286 614 c 0\n 286 627 298 639 311 639 c 0\n 316 639 321 636 327 631 c 2\n 415 543 l 1\n 542 631 l 2\n 549 636 556 639 561 639 c 0\n 570 639 577 632 577 623 c 0\n 577 613 573 608 559 598 c 2\n 404 490 l 1\nEndSplineSet\nEndChar\nStartChar: uni02C8\nEncoding: 712 712 576\nWidth: 600\nFlags: W\nDStem: 290 611 330 611 269 513 309 513\nFore\n330 611 m 2\n 309 513 l 1\n 309 513 305 490 285 490 c 0\n 266 490 267 503 269 513 c 2\n 290 611 l 2\n 293 623 297 635 315 635 c 0\n 332 635 332 621 330 611 c 2\nEndSplineSet\nEndChar\nStartChar: uni02C9\nEncoding: 713 713 577\nWidth: 600\nFlags: HW\nRef: 175 175 N 1 0 0.212557 1 -118 0\nEndChar\nStartChar: uni02CA\nEncoding: 714 714 578\nWidth: 600\nFlags: HW\nRef: 180 180 N 1 0 0.212557 1 -120 0\nEndChar\nStartChar: uni02CB\nEncoding: 715 715 579\nWidth: 600\nFlags: HW\nRef: 96 96 N 1 0 0.212557 1 -120 0\nEndChar\nStartChar: breve\nEncoding: 728 728 580\nWidth: 600\nFlags: HMW\nHStem: 489 41<401 427.5>\nVStem: 280 42<579 581>\nFore\n324 610 m 1\n 322 581 l 1\n 322 577 338 557 345 551 c 0\n 360 539 388 530 414 530 c 0\n 467 530 520 560 532 598 c 0\n 537 613 545 621 557 621 c 0\n 565 621 574 612 574 605 c 0\n 574 588 552 552 532 534 c 0\n 500 506 451 489 404 489 c 0\n 332 489 280 528 280 584 c 0\n 280 604 293 621 307 621 c 0\n 313 621 317 619 324 610 c 1\nEndSplineSet\nEndChar\nStartChar: dotaccent\nEncoding: 729 729 581\nWidth: 600\nFlags: HMW\nHStem: 511 100<413.5 424>\nVStem: 368 102<555.5 566>\nFore\n429 611 m 0\n 453 611 470 594 470 571 c 0\n 470 540 440 511 408 511 c 0\n 385 511 368 528 368 551 c 0\n 368 581 398 611 429 611 c 0\nEndSplineSet\nEndChar\nStartChar: ring\nEncoding: 730 730 582\nWidth: 600\nFlags: HMW\nHStem: 480 33<395 428> 628 33<414.5 447>\nVStem: 326 34<546 576.5> 482 34<564 595.5>\nFore\n440 661 m 0\n 484 661 516 631 516 589 c 0\n 516 533 461 480 402 480 c 0\n 358 480 326 511 326 552 c 0\n 326 608 382 661 440 661 c 0\n433 628 m 0\n 396 628 360 594 360 559 c 0\n 360 533 381 513 409 513 c 0\n 447 513 482 546 482 582 c 0\n 482 609 461 628 433 628 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 583\nWidth: 600\nFlags: HMW\nHStem: -155 32<323.5 343.5> -20 20<357 404 404 404>\nVStem: 258 40<-107 -86.5>\nFore\n404 0 m 1\n 374 -15 l 2\n 325 -39 298 -69 298 -99 c 0\n 298 -115 311 -123 336 -123 c 0\n 354 -123 363 -121 388 -107 c 0\n 391 -105 395 -104 397 -104 c 0\n 403 -104 408 -109 408 -116 c 0\n 408 -134 364 -155 323 -155 c 0\n 282 -155 258 -138 258 -109 c 0\n 258 -64 290 -29 357 0 c 1\n 404 0 l 1\nEndSplineSet\nEndChar\nStartChar: tilde\nEncoding: 732 732 584\nWidth: 600\nFlags: HMW\nHStem: 516 41<473.5 485.5> 564 41<354 365>\nFore\n562 603 m 0\n 571 603 579 596 579 587 c 0\n 579 578 575 573 557 558 c 0\n 522 528 498 516 473 516 c 0\n 451 516 434 523 399 547 c 0\n 382 559 371 564 359 564 c 0\n 339 564 328 558 293 527 c 0\n 288 522 280 519 274 519 c 0\n 265 519 258 525 258 534 c 0\n 258 543 266 553 284 568 c 0\n 318 594 342 605 366 605 c 0\n 386 605 398 600 426 582 c 0\n 458 561 467 557 480 557 c 0\n 496 557 508 564 545 595 c 0\n 552 601 557 603 562 603 c 0\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 585\nWidth: 600\nFlags: W\nDStem: 397 624 417 593 280 530 300 499 539 624 559 593 421 530 441 499\nFore\n417 593 m 2\n 300 499 l 2\n 292 493 285 490 279 490 c 0\n 270 490 263 497 263 506 c 0\n 263 515 266 519 280 530 c 2\n 397 624 l 2\n 405 630 412 633 418 633 c 0\n 427 633 434 626 434 617 c 0\n 434 608 431 604 417 593 c 2\n559 593 m 2\n 441 499 l 2\n 433 493 426 490 420 490 c 0\n 411 490 404 497 404 506 c 0\n 404 516.626 412.199 523.399 421 530 c 1\n 539 624 l 2\n 547 630 554 633 560 633 c 0\n 569 633 576 626 576 617 c 0\n 576 608 573 604 559 593 c 2\nEndSplineSet\nEndChar\nStartChar: gravecomb\nEncoding: 768 768 586\nWidth: 0\nFlags: W\nDStem: -306 599 -272 630 -213 499 -180 530\nRef: 96 96 N 1 0 0 1 -600 0\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 587\nWidth: 0\nFlags: W\nDStem: -60 630 -40 599 -195 530 -175 499\nRef: 180 180 S 1 0 0 1 -600 0\nEndChar\nStartChar: uni0302\nEncoding: 770 770 588\nWidth: 0\nFlags: W\nDStem: -175 586 -164 639 -87 498 -55 531 -164 639 -175 586 -319 530 -302 498\nRef: 710 710 S 1 0 0 1 -600 0\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 589\nWidth: 0\nFlags: W\nHStem: 516 41<-126.5 -114.5> 564 41<-246 -235>\nRef: 732 732 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0304\nEncoding: 772 772 590\nWidth: 0\nFlags: W\nHStem: 536 40<-295 -68>\nVStem: -327 291<552.5 559.5>\nRef: 175 175 S 1 0 0 1 -600 0\nEndChar\nStartChar: uni0305\nEncoding: 773 773 591\nWidth: 0\nFlags: HW\nHStem: 536 40<-528.57 -80>\nFore\n-54 561 m 0\n -54 545 -67 536 -86 536 c 2\n -522 536 l 2\n -538 536 -546 541 -546 551 c 0\n -546 567 -533 576 -514 576 c 2\n -78 576 l 2\n -62 576 -54 571 -54 561 c 0\nEndSplineSet\nEndChar\nStartChar: uni0306\nEncoding: 774 774 592\nWidth: 0\nFlags: W\nHStem: 489 41<-199 -172.5>\nVStem: -320 42<579 581>\nRef: 728 728 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0307\nEncoding: 775 775 593\nWidth: 0\nFlags: W\nHStem: 511 100<-186.5 -176>\nVStem: -232 102<555.5 566>\nRef: 729 729 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0308\nEncoding: 776 776 594\nWidth: 0\nFlags: W\nHStem: 511 100<-296.5 -286 -75.5 -65>\nVStem: -342 102<555.5 566> -121 102<555.5 566>\nRef: 168 168 N 1 0 0 1 -600 0\nEndChar\nStartChar: hookabovecomb\nEncoding: 777 777 595\nWidth: 0\nFlags: HW\nHStem: 666 42<-300 -288.147>\nVStem: -396 42<613 625> -320 40<501 529>\nFore\n-202 635 m 0\n -202 546 -285 570 -295 525 c 2\n -300 501 l 2\n -302 490 -313 480 -324 480 c 0\n -334 480 -340 488 -340 497 c 2\n -340 501 l 1\n -335 525 l 2\n -327 562 -293 579 -276 585 c 0\n -250 598 -243 597 -243 626 c 0\n -243 651 -257 666 -285 666 c 0\n -318 665 -343.147 648.028 -350 613 c 0\n -352.147 602.028 -364 592 -375 592 c 0\n -385 592 -392 600 -392 609 c 2\n -392 613 l 1\n -380 669 -328 708 -278 708 c 0\n -229 708 -202 676 -202 635 c 0\nEndSplineSet\nEndChar\nStartChar: uni030A\nEncoding: 778 778 596\nWidth: 0\nFlags: W\nHStem: 480 33<-205 -172> 628 33<-185.5 -153>\nVStem: -274 34<546 576.5> -118 34<564 595.5>\nRef: 730 730 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030B\nEncoding: 779 779 597\nWidth: 0\nFlags: W\nDStem: -203 624 -183 593 -320 530 -300 499 -61 624 -41 593 -179 530 -159 499\nRef: 733 733 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030C\nEncoding: 780 780 598\nWidth: 0\nFlags: W\nDStem: -304 599 -273 631 -196 490 -185 543 -58 631 -41 598 -185 543 -196 490\nRef: 711 711 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030D\nEncoding: 781 781 599\nWidth: 0\nFlags: W\nDStem: -310 611 -270 611 -331 513 -291 513\nRef: 712 712 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni030E\nEncoding: 782 782 600\nWidth: 0\nFlags: W\nDStem: -370 611 -330 611 -391 513 -351 513 -250 611 -210 611 -271 513 -231 513\nFore\n-210 611 m 2\n -231 513 l 1\n -231 513 -235 490 -255 490 c 0\n -274 490 -273 503 -271 513 c 2\n -250 611 l 2\n -247 623 -243 635 -225 635 c 0\n -208 635 -208 621 -210 611 c 2\n-330 611 m 2\n -351 513 l 1\n -351 513 -355 490 -375 490 c 0\n -394 490 -393 503 -391 513 c 2\n -370 611 l 2\n -367 623 -363 635 -345 635 c 0\n -328 635 -328 621 -330 611 c 2\nEndSplineSet\nEndChar\nStartChar: uni030F\nEncoding: 783 783 601\nWidth: 0\nFlags: W\nDStem: -426 593 -393 624 -348 499 -315 530 -284 593 -252 624 -207 499 -174 530\nFore\n-284 593 m 2\n -292 603 -294 606 -292 612 c 0\n -290 624 -279 633 -268 633 c 0\n -262 633 -256 630 -252 624 c 2\n -174 530 l 2\n -165 520 -164 518 -166 511 c 0\n -168 499 -179 490 -190 490 c 0\n -196 490 -202 493 -207 499 c 2\n -284 593 l 2\n-426 593 m 2\n -435 603 -436 606 -434 612 c 0\n -432 624 -421 633 -410 633 c 0\n -404 633 -398 630 -393 624 c 2\n -315 530 l 1\n -310.225 525.225 -304.383 518.852 -307 511 c 0\n -309 499 -320 490 -331 490 c 0\n -337 490 -343 493 -348 499 c 2\n -426 593 l 2\nEndSplineSet\nEndChar\nStartChar: uni0327\nEncoding: 807 807 602\nWidth: 0\nFlags: W\nHStem: -173 38<-339.5 -317.5> -81 81<-326 -322>\nVStem: -281 36\nRef: 184 184 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0328\nEncoding: 808 808 603\nWidth: 0\nFlags: W\nHStem: -155 32<-276.5 -256.5> -20 20<-243 -196 -196 -196>\nVStem: -342 40<-107 -86.5>\nRef: 731 731 N 1 0 0 1 -600 0\nEndChar\nStartChar: uni0335\nEncoding: 821 821 604\nWidth: 0\nFlags: W\nHStem: 281 40<-422 -174>\nFore\n-184 281 m 1\n -420 281 l 1\n -438 281 -446 288 -443 301 c 0\n -440 314 -430 321 -412 321 c 1\n -176 321 l 1\n -158 321 -150 314 -153 301 c 0\n -156 288 -166 281 -184 281 c 1\nEndSplineSet\nEndChar\nStartChar: uni0336\nEncoding: 822 822 605\nWidth: 0\nFlags: W\nHStem: 236 40<-481 -133>\nFore\n-143 236 m 1\n -479 236 l 1\n -497 236 -505 243 -502 256 c 0\n -499 269 -489 276 -471 276 c 1\n -135 276 l 1\n -117 276 -109 269 -112 256 c 0\n -115 243 -125 236 -143 236 c 1\nEndSplineSet\nEndChar\nStartChar: uni0337\nEncoding: 823 823 606\nWidth: 0\nFlags: W\nDStem: -227 394 -214 359 -439 266 -426 230\nFore\n-426 230 m 2\n -426 230 -439 224 -445 224 c 0\n -455 224 -462 234 -459 245 c 0\n -457 254 -452 259 -439 266 c 2\n -227 394 l 2\n -227 394 -213 400 -208 400 c 0\n -198 400 -191 391 -194 380 c 0\n -196 370 -201 366 -214 359 c 2\n -426 230 l 2\nEndSplineSet\nEndChar\nStartChar: uni0338\nEncoding: 824 824 607\nWidth: 0\nFlags: W\nDStem: -217 390 -204 355 -556 209 -544 174\nFore\n-544 174 m 2\n -544 174 -558 168 -562 168 c 0\n -571 168 -579 178 -577 189 c 0\n -575 197 -570 202 -556 209 c 2\n -217 390 l 2\n -217 390 -203 395 -199 395 c 0\n -188 395 -181 385 -183 375 c 0\n -185 366 -190 363 -204 355 c 2\n -544 174 l 2\nEndSplineSet\nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 608\nWidth: 600\nFlags: HW\nHStem: 507 81<188 209 393 414>\nDStem: 374 628 393 596 235 527 254 495\nFore\n410 616 m 1\n 407 611 406 608 404 605 c 0\n 401 602 397 599 393 596 c 2\n 254 495 l 2\n 243 488 236 484 234 484 c 0\n 222.396 484 219 494.331 219 507 c 0\n 220 511 222 514 223 515 c 0\n 224 518 228 522 235 527 c 2\n 374 628 l 2\n 378.54 632.54 387.951 639 395 639 c 0\n 405.917 639 410 635.22 410 616 c 1\n393 507 m 0\n 370.507 507 366 519.27 366 548 c 1\n 369.697 568.335 392.152 588 414 588 c 0\n 424 588 432 584 439 576 c 1\n 444 567 444 558 444 548 c 1\n 438.653 528.395 417.097 507 393 507 c 0\n188 507 m 0\n 166.882 507 160 518.226 160 548 c 1\n 163.534 565.671 185.228 588 209 588 c 0\n 218 588 226 584 233 576 c 1\n 238 567 238 558 238 548 c 1\n 232.754 528.764 210.802 507 188 507 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 609\nWidth: 600\nFlags: HW\nHStem: 0 43<-59 -16 26 101 311 398 440 463> 192 43<144 375> 535 42<164 280 325 339>\nDStem: 281 535 325 535 -16 43 143 235 281 535 117 192 -16 43 25 43 339 535 377 577 376 235 440 43 381 192 377 577 399 43 440 43 424 744 444 711 285 643 305 610\nFore\n283 600 m 0\n 271.943 600 269 605.746 269 622 c 1\n 272.495 630.838 279.124 636.543 285 643 c 1\n 424 744 l 2\n 431 749 437 752 444 752 c 0\n 451 752 456 750 459 747 c 1\n 460 743 460 738 460 731 c 1\n 457 721 l 1\n 444 711 l 1\n 305 610 l 2\n 294 603 288 600 283 600 c 0\n493 20 m 1\n 489.043 8.1293 476.952 0 461 0 c 2\n 311 0 l 2\n 294.57 0 289 1.18567 289 20 c 0\n 293.31 35.0866 301.505 43 322 43 c 2\n 399 43 l 1\n 381 192 l 1\n 117 192 l 1\n 25 43 l 1\n 101 43 l 2\n 119.763 43 122 43.4743 122 20 c 1\n 117.358 6.07276 109.057 0 90 0 c 2\n -59 0 l 2\n -77.2121 0 -81 2.33049 -81 20 c 0\n -76.7073 35.0246 -69.7831 43 -48 43 c 2\n -16 43 l 1\n 281 535 l 1\n 164 535 l 2\n 148.872 535 142 540.163 142 555 c 0\n 146.178 569.623 155.393 577 175 577 c 2\n 377 577 l 1\n 440 43 l 1\n 472 43 l 2\n 481 43 486 41 489 37 c 1\n 493 34 493 28 493 20 c 1\n376 235 m 1\n 339 535 l 1\n 325 535 l 1\n 143 235 l 1\n 376 235 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 610\nWidth: 600\nFlags: HW\nHStem: 0 43<-14 50 91 399> 278 41<160 291> 535 42<119 171 212 499>\nDStem: 172 535 212 535 50 43 159 319 172 535 354 367 50 43 321 233 172 535 148 278 50 43 90 43 292 278 354 367 281 233 321 233 429 163 468 163 399 43 427 0 433 744 454 711 295 643 315 610 500 535 551 577 475 435 515 435\nFore\n454 752 m 0\n 466.016 752 470 748.759 470 731 c 1\n 467.612 721.388 460.851 716.149 454 711 c 1\n 315 610 l 2\n 304 603 298 600 293 600 c 0\n 281.966 600 278 603.199 278 622 c 1\n 281.508 631.158 288.753 636.581 295 643 c 1\n 433 744 l 2\n 441 749 447 752 454 752 c 0\n294 204 m 0\n 285.93 204 279 208.272 279 219 c 0\n 279 223 280 228 281 233 c 2\n 292 278 l 1\n 148 278 l 1\n 90 43 l 1\n 399 43 l 1\n 429 163 l 2\n 432.003 176.514 440.047 192 455 192 c 0\n 462 192 466 190 469 186 c 1\n 469 182 469 174 468 163 c 1\n 427 0 l 1\n -15 0 l 2\n -30.7987 0 -38 5.8652 -38 20 c 0\n -35.9465 32.3212 -22.049 43 -4 43 c 2\n 50 43 l 1\n 172 535 l 1\n 118 535 l 2\n 103.474 535 95 546.643 95 555 c 0\n 99.4244 566.061 109.812 577 129 577 c 2\n 551 577 l 1\n 515 435 l 1\n 511.752 417.135 503.872 406 487 406 c 0\n 474.458 406 475 418.628 475 435 c 1\n 500 535 l 1\n 212 535 l 1\n 159 319 l 1\n 303 319 l 1\n 309.261 346.321 312.83 394 341 394 c 0\n 348 394 353 392 355 389 c 1\n 355 386 355 378 354 367 c 1\n 321 233 l 2\n 316.398 213.06 310.465 204 294 204 c 0\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: Etatonos\nEncoding: 905 905 611\nWidth: 600\nFlags: HW\nHStem: 0 43<-15 40 81 133 283 346 388 432> 278 43<150 403> 535 42<138 161 202 265 416 467 509 545>\nDStem: 162 535 202 535 40 43 149 321 162 535 509 535 40 43 387 43 162 535 138 278 40 43 80 43 404 278 509 535 346 43 387 43 424 744 444 711 285 643 305 610 468 535 509 535 415 321 387 43\nFore\n283 600 m 0\n 271.943 600 269 605.746 269 622 c 1\n 272.495 630.838 279.124 636.543 285 643 c 1\n 424 744 l 2\n 431 749 437 752 444 752 c 0\n 451 752 456 750 459 747 c 1\n 460 743 460 738 460 731 c 1\n 457 721 l 1\n 444 711 l 1\n 305 610 l 2\n 294 603 288 600 283 600 c 0\n454 20 m 0\n 451.683 8.41664 440.086 0 421 0 c 2\n 282 0 l 2\n 266.377 0 260 6.4797 260 20 c 0\n 263.81 35.2402 275.715 43 293 43 c 2\n 346 43 l 1\n 404 278 l 1\n 138 278 l 1\n 80 43 l 1\n 134 43 l 2\n 143 43 149 41 154 37 c 1\n 155 32 155 27 155 20 c 0\n 152.679 8.3954 140.001 0 123 0 c 2\n -15 0 l 2\n -32.4451 0 -38 1.03123 -38 20 c 0\n -33.5819 35.4633 -25.6082 43 -4 43 c 2\n 40 43 l 1\n 162 535 l 1\n 137 535 l 2\n 128 535 122 537 120 542 c 1\n 116 545 115 550 115 555 c 0\n 118.926 568.742 130.288 577 148 577 c 2\n 267 577 l 2\n 276 577 282 575 287 571 c 1\n 288 566 288 561 288 555 c 0\n 287 551 284 547 280 542 c 1\n 272 537 263 535 256 535 c 2\n 202 535 l 1\n 149 321 l 1\n 415 321 l 1\n 468 535 l 1\n 415 535 l 2\n 401.758 535 393 546.771 393 555 c 0\n 396.937 568.78 408.903 577 426 577 c 2\n 546 577 l 2\n 563.143 577 567 575.535 567 555 c 0\n 564.663 543.317 551.273 535 535 535 c 2\n 509 535 l 1\n 387 43 l 1\n 432 43 l 2\n 450.86 43 454 41.1598 454 20 c 0\nEndSplineSet\nMinimumDistance: x47,-1 \nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 612\nWidth: 600\nFlags: HW\nHStem: 0 43<43 192 231 369> 535 42<176 313 352 502>\nDStem: 314 535 352 535 192 43 230 43 424 744 444 711 285 643 305 610\nFore\n283 600 m 0\n 271.943 600 269 605.746 269 622 c 1\n 272.495 630.838 279.124 636.543 285 643 c 1\n 424 744 l 2\n 431 749 437 752 444 752 c 0\n 451 752 456 750 459 747 c 1\n 460 743 460 738 460 731 c 1\n 457 721 l 1\n 444 711 l 1\n 305 610 l 2\n 294 603 288 600 283 600 c 0\n389 20 m 0\n 386.752 8.75892 375.917 0 359 0 c 2\n 43 0 l 2\n 24.3113 0 21 5.43805 21 20 c 0\n 25.0606 34.212 31.8372 43 54 43 c 2\n 192 43 l 1\n 314 535 l 1\n 176 535 l 2\n 159.301 535 154 540.276 154 555 c 0\n 158.313 567.941 164.802 577 187 577 c 2\n 503 577 l 2\n 512 577 518 575 521 571 c 1\n 522 567 522 562 522 555 c 0\n 519.673 543.365 508.641 535 492 535 c 2\n 352 535 l 1\n 230 43 l 1\n 370 43 l 2\n 379 43 385 41 388 37 c 1\n 389 33 389 27 389 20 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 613\nWidth: 600\nFlags: HW\nHStem: -10 41<202 221> 555 41<343 369>\nVStem: 26 42<198 214> 498 43<374 389>\nDStem: 486 750 505 717 347 649 367 616\nFore\n505 757 m 0\n 518.336 757 522 754.728 522 737 c 1\n 518.741 727.925 512.061 722.273 505 717 c 1\n 367 616 l 2\n 356 609 349 606 344 606 c 0\n 332.805 606 331 612.127 331 628 c 1\n 334.495 636.838 341.124 642.543 347 649 c 1\n 486 750 l 2\n 492 755 498 757 505 757 c 0\n541 373 m 0\n 537.733 291.329 506.848 208.495 470 158 c 0\n 444 121 421 93 404 76 c 0\n 385 58 360 39 326 20 c 0\n 292 0 254 -10 209 -10 c 0\n 144 -10 94 19 59 76 c 0\n 37 111 26 153 26 200 c 0\n 26 229 31 260 39 293 c 0\n 61 381 104 454 167 511 c 0\n 231 568 295 596 360 596 c 0\n 446.168 596 517.026 535.869 531 464 c 0\n 538 428 541 398 541 373 c 0\n385 110 m 0\n 452.725 180.381 498 267.646 498 389 c 1\n 496 418 486 453 467 494 c 0\n 448 535 408 555 349 555 c 0\n 294 555 240 529 187 478 c 0\n 133 427 98 365 80 293 c 0\n 72 262 68 234 68 208 c 0\n 68 167 78 133 96 105 c 0\n 125 56 166 31 219 31 c 0\n 279 31 334 57 385 110 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 614\nWidth: 600\nFlags: HW\nHStem: 0 43<77 192 233 335> 535 42<113 137 185 234 443 481 529 554>\nDStem: 137 535 184 535 246 260 278 303 246 260 286 260 192 43 232 43 424 744 444 711 285 643 305 610 482 535 529 535 278 303 286 260\nFore\n283 600 m 0\n 271.943 600 269 605.746 269 622 c 1\n 272.495 630.838 279.124 636.543 285 643 c 1\n 424 744 l 2\n 431 749 437 752 444 752 c 0\n 451 752 456 750 459 747 c 1\n 460 743 460 738 460 731 c 1\n 457 721 l 1\n 444 711 l 1\n 305 610 l 2\n 294 603 288 600 283 600 c 0\n582 555 m 0\n 579.69 545.761 569.158 535 552 535 c 2\n 529 535 l 1\n 286 260 l 1\n 232 43 l 1\n 336 43 l 2\n 352.143 43 358 41.0455 358 20 c 0\n 355.784 8.92087 341.585 0 325 0 c 2\n 77 0 l 2\n 68 0 61 2 56 6 c 1\n 54 10 54 15 54 20 c 0\n 58.4181 35.4633 66.3918 43 88 43 c 2\n 192 43 l 1\n 246 260 l 1\n 137 535 l 1\n 114 535 l 2\n 97.1597 535 91 539.268 91 555 c 0\n 95.1738 569.608 103.349 577 125 577 c 2\n 234 577 l 2\n 245 577 251 575 255 572 c 1\n 255 557.376 255.666 548.733 246 541 c 0\n 241 537 233 535 223 535 c 2\n 184 535 l 1\n 278 303 l 1\n 482 535 l 1\n 443 535 l 2\n 426.676 535 420 540.005 420 555 c 0\n 424.281 569.984 433.314 577 454 577 c 2\n 563 577 l 2\n 579.397 577 582 576.313 582 555 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 615\nWidth: 600\nFlags: HW\nHStem: -2 43<30 154 281 409> 531 40<302 381>\nVStem: 67 41<282 302> 483 43<417.031 424>\nDStem: 13 142 54 142 -22 -2 29 41 13 142 228 173 -22 -2 185 -2 178 138 228 173 154 41 185 -2 271 173 304 138 228 -2 280 41 271 173 475 142 228 -2 440 -2 402 739 422 707 264 639 283 606 434 142 475 142 409 41 440 -2\nFore\n262 596 m 0\n 250.966 596 247 599.199 247 618 c 1\n 250.508 627.158 257.753 632.581 264 639 c 1\n 402 739 l 2\n 409 745 415 748 422 748 c 0\n 432.783 748 439 745.289 439 727 c 1\n 435 717 l 1\n 422 707 l 1\n 283 606 l 2\n 272 599 266 596 262 596 c 0\n440 -2 m 1\n 228 -2 l 1\n 271 173 l 1\n 379.88 181.833 455.355 261.007 477 353 c 0\n 483 377 483 401 483 424 c 1\n 479 447 471 470 457 492 c 1\n 441 514 416 527 381 531 c 1\n 290 531 l 2\n 265.065 528.229 242.943 514.971 221 504 c 0\n 190.47 489.753 148.941 439.368 135 408 c 1\n 125 390 119 372 114 353 c 0\n 108 328 108 305 108 282 c 1\n 110 259 118 237 133 216 c 0\n 147 194 172 180 208 175 c 2\n 228 173 l 1\n 185 -2 l 1\n -22 -2 l 1\n 13 142 l 1\n 17.9625 156.887 26.2011 169 41 169 c 0\n 47 169 51 166 53 161 c 0\n 53 159 54 156 54 142 c 1\n 29 41 l 1\n 154 41 l 1\n 178 138 l 1\n 167 138 158 140 150 144 c 0\n 142 147 130 155 114 167 c 0\n 97 178 84 200 73 233 c 0\n 68 248 67 266 67 288 c 0\n 67 309 71 332 77 355 c 0\n 97.3599 445.165 159.932 520.828 235 553 c 0\n 256 562 279 568 302 571 c 1\n 391 571 l 2\n 430.483 571 443.107 563.867 472 543 c 0\n 504.288 519.681 526 467.701 526 417 c 0\n 520.407 288.356 447.676 201.828 363 157 c 0\n 345 148 325 142 304 138 c 1\n 280 41 l 1\n 409 41 l 1\n 434 142 l 1\n 438.706 156.119 447.189 169 460 169 c 0\n 467 169 472 166 474 161 c 0\n 474 159 475 156 475 142 c 1\n 440 -2 l 1\nEndSplineSet\nMinimumDistance: x42,-1 \nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 616\nWidth: 600\nFlags: HW\nHStem: 0 35<278 304> 386 40<213 274> 525 81<239 259 445 465>\nVStem: 199 42<61 63>\nDStem: 275 386 326 426 209 121 250 121 416 645 434 614 277 546 295 513\nFore\n288 503 m 0\n 277 503 274 507 274 525 c 1\n 278 538 284 537 291 546 c 1\n 430 645 l 1\n 437 652 443 655 450 655 c 0\n 461 655 464 652 464 634 c 1\n 460 625 457 618 448 614 c 1\n 309 513 l 2\n 299 506 292 503 288 503 c 0\n465 606 m 0\n 485 606 494 594 494 565 c 1\n 489 547 467 525 445 525 c 0\n 424 525 416 539 416 565 c 1\n 419 582 442 606 465 606 c 0\n239 525 m 0\n 219 525 212 537 212 565 c 0\n 214 574 220 584 229 594 c 0\n 239 602 249 606 259 606 c 0\n 270 606 279 603 285 594 c 24\n 292 585 288 574 288 565 c 0\n 284 548 263 525 239 525 c 0\n420 81 m 0\n 420 76 419 75 419 70 c 1\n 417 62 l 1\n 417 54 405 45 400 41 c 1\n 374 14 357 7 310 0 c 1\n 239 0 l 2\n 222 0 198 23 198 39 c 0\n 198 47 198 61 201 80 c 0\n 226 198 247 275 275 386 c 1\n 214 386 l 2\n 196 386 192 391 192 406 c 0\n 196 422 207 426 224 426 c 2\n 326 426 l 1\n 250 121 l 2\n 243 93 240 75 240 67 c 0\n 240 43 270 35 289 35 c 0\n 324 35 356 49 374 67 c 0\n 392 85 l 1\n 400 85 420 85 420 81 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: Alpha\nEncoding: 913 913 617\nWidth: 600\nFlags: HW\nHStem: 0 43<-32 11 53 128 338 425 467 490> 192 43<171 402> 535 42<191 307 352 366>\nDStem: 308 535 352 535 11 43 170 235 308 535 144 192 11 43 52 43 366 535 404 577 403 235 467 43 408 192 404 577 426 43 467 43\nFore\n520 20 m 1\n 516.043 8.1293 503.952 0 488 0 c 2\n 338 0 l 2\n 321.57 0 316 1.18568 316 20 c 0\n 320.31 35.0866 328.505 43 349 43 c 2\n 426 43 l 1\n 408 192 l 1\n 144 192 l 1\n 52 43 l 1\n 128 43 l 2\n 146.762 43 149 43.4748 149 20 c 1\n 144.358 6.07277 136.057 0 117 0 c 2\n -32 0 l 2\n -50.2121 0 -54 2.33047 -54 20 c 0\n -49.7073 35.0246 -42.7831 43 -21 43 c 2\n 11 43 l 1\n 308 535 l 1\n 191 535 l 2\n 175.872 535 169 540.163 169 555 c 0\n 173.178 569.623 182.393 577 202 577 c 2\n 404 577 l 1\n 467 43 l 1\n 499 43 l 2\n 508 43 513 41 516 37 c 1\n 520 34 520 28 520 20 c 1\n403 235 m 1\n 366 535 l 1\n 352 535 l 1\n 170 235 l 1\n 403 235 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: Beta\nEncoding: 914 914 618\nWidth: 600\nFlags: HW\nHStem: 0 43<-2 62 103 315> 278 43<172 326> 535 42<131 183 224 401>\nVStem: 462 41<176 180> 486 43<448 462>\nDStem: 184 535 224 535 62 43 171 321 184 535 160 278 62 43 102 43\nFore\n504 192 m 0\n 504 145.533 487.8 116.021 463 86 c 0\n 431.622 45.9064 369.256 0 297 0 c 2\n -3 0 l 2\n -12 0 -19 2 -24 6 c 1\n -26 10 -26 15 -26 20 c 0\n -21.5581 35.5465 -11.0001 43 8 43 c 2\n 62 43 l 1\n 184 535 l 1\n 130 535 l 2\n 119.176 535 107 536.515 107 555 c 0\n 111.302 570.058 122.932 577 141 577 c 2\n 393 577 l 2\n 441 577 478 562 504 533 c 1\n 518 512 529 488 529 461 c 0\n 529 450 528 439 525 428 c 0\n 512 376 476 335 415 305 c 1\n 467.951 282.705 504 251.52 504 192 c 0\n455 376 m 0\n 469.747 394.961 486 417.329 486 450 c 0\n 486 467 480 484 468 501 c 0\n 451 524 421 535 382 535 c 2\n 224 535 l 1\n 171 321 l 1\n 314 321 l 2\n 349.861 321 372.986 324.993 399 338 c 0\n 426.472 348.989 437.28 356.065 455 376 c 0\n459 157 m 0\n 461 164 462 171 462 178 c 0\n 462 201.885 450.402 230.524 435 244 c 0\n 427 251 413 258 395 266 c 0\n 377 274 347 278 304 278 c 2\n 160 278 l 1\n 102 43 l 1\n 306 43 l 2\n 361.574 43 404.735 70.7311 431 104 c 0\n 446 123 455 140 459 157 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Gamma\nEncoding: 915 915 619\nWidth: 600\nFlags: HW\nHStem: 0 43<31 96 138 273> 535 42<164 217 259 565>\nDStem: 218 535 259 535 96 43 137 43 566 535 617 577 541 435 581 435\nFore\n581 435 m 1\n 579 425 575 418 569 414 c 1\n 565 409 559 406 554 406 c 0\n 547 406 543 409 541 414 c 1\n 541 435 l 1\n 566 535 l 1\n 259 535 l 1\n 137 43 l 1\n 274 43 l 2\n 290.271 43 296 40.1923 296 20 c 1\n 291.94 7.8215 279.433 0 263 0 c 2\n 30 0 l 2\n 13.6308 0 10 5.68485 10 20 c 0\n 13.8432 33.4514 21.2092 43 41 43 c 2\n 96 43 l 1\n 218 535 l 1\n 163 535 l 2\n 147.662 535 143 541.15 143 555 c 0\n 147.054 567.161 154.219 577 174 577 c 2\n 617 577 l 1\n 581 435 l 1\nEndSplineSet\nEndChar\nStartChar: Delta\nEncoding: 916 916 620\nWidth: 600\nFlags: HW\nHStem: 0 43<-32 11 53 425 467 490> 535 42<191 307 352 366>\nDStem: 308 535 352 535 11 43 52 43 366 535 404 577 426 43 467 43\nFore\n520 20 m 1\n 516.043 8.1293 503.952 0 488 0 c 2\n -32 0 l 2\n -50.2121 0 -54 2.33047 -54 20 c 0\n -49.7073 35.0246 -42.7831 43 -21 43 c 2\n 11 43 l 1\n 308 535 l 1\n 191 535 l 2\n 175.872 535 169 540.163 169 555 c 0\n 173.178 569.623 182.393 577 202 577 c 2\n 404 577 l 1\n 467 43 l 1\n 499 43 l 2\n 508 43 513 41 516 37 c 1\n 520 34 520 28 520 20 c 1\n426 43 m 1\n 366 535 l 1\n 352 535 l 1\n 52 43 l 1\n 426 43 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 621\nWidth: 600\nFlags: HW\nHStem: 0 43<19 83 123 432> 278 41<192 324> 535 42<152 204 244 531>\nDStem: 205 535 244 535 83 43 191 319 205 535 387 367 83 43 354 233 205 535 180 278 83 43 122 43 325 278 387 367 314 233 354 233 462 163 501 163 432 43 460 0 532 535 584 577 507 435 548 435\nFore\n327 204 m 0\n 318.93 204 312 208.272 312 219 c 0\n 312 223 313 228 314 233 c 2\n 325 278 l 1\n 180 278 l 1\n 122 43 l 1\n 432 43 l 1\n 462 163 l 2\n 465.091 176.907 473.564 192 488 192 c 0\n 495 192 499 190 502 186 c 1\n 502 182 502 174 501 163 c 1\n 460 0 l 1\n 17 0 l 2\n 1.37748 0 -5 6.47956 -5 20 c 0\n -3.0087 31.9478 10.4582 43 28 43 c 2\n 83 43 l 1\n 205 535 l 1\n 150 535 l 2\n 136.758 535 128 546.771 128 555 c 0\n 132.295 565.738 142.386 577 161 577 c 2\n 584 577 l 1\n 548 435 l 1\n 544.746 418.728 534.598 406 520 406 c 0\n 507.05 406 507 417.894 507 435 c 1\n 532 535 l 1\n 244 535 l 1\n 191 319 l 1\n 336 319 l 1\n 342.261 346.321 345.83 394 374 394 c 0\n 381 394 386 392 388 389 c 1\n 388 386 388 378 387 367 c 1\n 354 233 l 2\n 349.398 213.06 343.465 204 327 204 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: Zeta\nEncoding: 918 918 622\nWidth: 600\nFlags: HW\nHStem: 0 43<81 388> 535 42<222 489>\nDStem: 45 60 81 47 30 0 80 43 191 577 222 535 150 414 192 414 423 186 464 186 388 43 418 0 489 531 524 519 45 60 81 47 490 535 539 577 489 531 524 519\nFore\n450 214 m 0\n 458.534 214 466 211.527 466 200 c 0\n 466 196 466 192 464 186 c 1\n 418 0 l 1\n 30 0 l 1\n 45 60 l 1\n 489 531 l 1\n 490 535 l 1\n 222 535 l 1\n 192 414 l 1\n 187.284 396.709 179.648 386 165 386 c 0\n 158 386 154 388 151 392 c 1\n 151 394 150 398 150 414 c 1\n 191 577 l 1\n 539 577 l 1\n 524 519 l 1\n 81 47 l 1\n 80 43 l 1\n 388 43 l 1\n 423 186 l 1\n 427.492 202.472 436.412 214 450 214 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Eta\nEncoding: 919 919 623\nWidth: 600\nFlags: HW\nHStem: 0 43<7 62 103 155 305 368 410 454> 278 43<172 425> 535 42<160 183 224 287 438 489 531 567>\nDStem: 184 535 224 535 62 43 171 321 184 535 531 535 62 43 409 43 184 535 160 278 62 43 102 43 426 278 531 535 368 43 409 43 490 535 531 535 437 321 409 43\nFore\n476 20 m 0\n 473.683 8.41663 462.086 0 443 0 c 2\n 304 0 l 2\n 288.377 0 282 6.4797 282 20 c 0\n 285.81 35.2402 297.715 43 315 43 c 2\n 368 43 l 1\n 426 278 l 1\n 160 278 l 1\n 102 43 l 1\n 156 43 l 2\n 165 43 171 41 176 37 c 1\n 177 32 177 27 177 20 c 0\n 174.679 8.3954 162.001 0 145 0 c 2\n 7 0 l 2\n -10.4451 0 -16 1.03123 -16 20 c 0\n -11.5819 35.4633 -3.60821 43 18 43 c 2\n 62 43 l 1\n 184 535 l 1\n 159 535 l 2\n 150 535 144 537 142 542 c 1\n 138 545 137 550 137 555 c 0\n 140.926 568.742 152.288 577 170 577 c 2\n 289 577 l 2\n 298 577 304 575 309 571 c 1\n 310 566 310 561 310 555 c 0\n 309 551 306 547 302 542 c 1\n 294 537 285 535 278 535 c 2\n 224 535 l 1\n 171 321 l 1\n 437 321 l 1\n 490 535 l 1\n 437 535 l 2\n 423.758 535 415 546.771 415 555 c 0\n 418.937 568.78 430.903 577 448 577 c 2\n 568 577 l 2\n 585.143 577 589 575.535 589 555 c 0\n 586.663 543.317 573.273 535 557 535 c 2\n 531 535 l 1\n 409 43 l 1\n 454 43 l 2\n 472.86 43 476 41.1598 476 20 c 0\nEndSplineSet\nMinimumDistance: x37,-1 \nEndChar\nStartChar: Theta\nEncoding: 920 920 624\nWidth: 600\nFlags: HW\nHStem: -16 40<213 239> 278 41<226 372> 278 116<221 225> 550 40<354 377>\nVStem: 40 43<183 218> 511 43<368.031 383>\nDStem: 197 367 434 367 164 233 401 233 197 367 214 278 164 233 203 233 373 278 434 367 362 233 401 233\nFore\n554 368 m 0\n 550.28 271.274 517.383 198.118 471 134 c 0\n 416.039 56.4074 329.452 -16 222 -16 c 0\n 158 -16 112 5 86 48 c 0\n 60 91 44 130 41 166 c 0\n 40 175 40 184 40 194 c 0\n 40 222 44 253 53 287 c 0\n 74 375 118 448 182 505 c 0\n 246 562 310 590 373 590 c 0\n 416 590 454 577 487 552 c 1\n 518 525 537 494 544 459 c 0\n 551 424 554 393 554 368 c 0\n398 104 m 0\n 465.412 174.056 511 260.333 511 383 c 0\n 508.938 442.809 477.631 503.658 440 530 c 0\n 419 543 394 550 363 550 c 0\n 335 550 307 543 280 530 c 0\n 253 517 219 491 180 453 c 0\n 140 414 112 359 94 287 c 0\n 86 256 82 228 82 203 c 0\n 82 196 82 189 83 182 c 0\n 86 151 98 117 121 80 c 0\n 143 43 180 24 232 24 c 0\n 291 24 347 51 398 104 c 0\n375 204 m 0\n 366.93 204 360 208.272 360 219 c 0\n 360 223 361 228 362 233 c 2\n 373 278 l 1\n 214 278 l 1\n 207.906 253.071 204.419 204 177 204 c 0\n 170 204 165 206 163 209 c 1\n 163 212 163 220 164 233 c 1\n 197 367 l 1\n 201.83 384.71 207.587 394 224 394 c 0\n 229 394 234 392 237 388 c 1\n 237 366.387 229.332 337.903 225 319 c 1\n 384 319 l 1\n 390.261 346.321 393.83 394 422 394 c 0\n 428 394 433 392 435 389 c 1\n 435 386 435 378 434 367 c 1\n 401 233 l 2\n 396.487 213.444 390.173 204 375 204 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Iota\nEncoding: 921 921 625\nWidth: 600\nFlags: HW\nHStem: 0 43<65 214 253 391> 535 42<198 335 374 524>\nDStem: 336 535 374 535 214 43 252 43\nFore\n411 20 m 0\n 408.752 8.75892 397.917 0 381 0 c 2\n 65 0 l 2\n 46.3113 0 43 5.43802 43 20 c 0\n 47.0606 34.212 53.8372 43 76 43 c 2\n 214 43 l 1\n 336 535 l 1\n 198 535 l 2\n 181.301 535 176 540.276 176 555 c 0\n 180.313 567.941 186.802 577 209 577 c 2\n 525 577 l 2\n 534 577 540 575 543 571 c 1\n 544 567 544 562 544 555 c 0\n 541.673 543.365 530.641 535 514 535 c 2\n 374 535 l 1\n 252 43 l 1\n 392 43 l 2\n 401 43 407 41 410 37 c 1\n 411 33 411 27 411 20 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Kappa\nEncoding: 922 922 626\nWidth: 600\nFlags: HW\nHStem: 0 43<-2 62 103 176 425 473> 535 42<131 183 224 308 458 500 561 586>\nDStem: 184 535 224 535 62 43 161 280 184 535 147 226 62 43 102 43 501 535 561 535 161 280 289 331 501 535 247 301 161 280 147 226\nFore\n496 20 m 0\n 493.613 8.0651 481.487 0 462 0 c 2\n 387 0 l 1\n 372 121 356 199 335 232 c 0\n 314 265 285 288 247 301 c 1\n 147 226 l 1\n 102 43 l 1\n 176 43 l 2\n 194.86 43 198 41.1592 198 20 c 0\n 195.683 8.41664 184.086 0 165 0 c 2\n -3 0 l 2\n -12 0 -19 2 -23 6 c 1\n -24 11 -24 15 -24 20 c 0\n -22 27 -19 32 -15 37 c 1\n -9 41 -1 43 8 43 c 2\n 62 43 l 1\n 184 535 l 1\n 130 535 l 2\n 117.149 535 109 537.221 109 555 c 0\n 111 561 114 566 118 571 c 1\n 124 575 132 577 141 577 c 2\n 309 577 l 2\n 327.194 577 331 575.66 331 555 c 0\n 328.601 543.007 315.371 535 298 535 c 2\n 224 535 l 1\n 161 280 l 1\n 501 535 l 1\n 459 535 l 2\n 442.323 535 437 538.317 437 555 c 0\n 441.054 569.19 448.219 577 470 577 c 2\n 587 577 l 2\n 596 577 602 575 604 571 c 1\n 609 568 609 562 609 555 c 0\n 608 550 604 545 597 542 c 1\n 593 537 585 535 576 535 c 2\n 561 535 l 1\n 289 331 l 1\n 354.341 300.962 378.095 263.341 399 192 c 1\n 406.23 147.458 417.404 95.2848 425 43 c 1\n 473 43 l 2\n 491.842 43 496 42.2291 496 20 c 0\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: Lambda\nEncoding: 923 923 627\nWidth: 600\nFlags: HW\nHStem: 0 43<-37 6 48 123 333 420 462 485> 535 42<186 302 347 361>\nDStem: 303 535 347 535 6 43 47 43 361 535 399 577 421 43 462 43\nFore\n515 20 m 1\n 511.043 8.12929 498.952 0 483 0 c 2\n 333 0 l 2\n 316.57 0 311 1.18568 311 20 c 0\n 315.31 35.0866 323.505 43 344 43 c 2\n 421 43 l 1\n 361 535 l 1\n 347 535 l 1\n 47 43 l 1\n 123 43 l 2\n 141.762 43 144 43.4748 144 20 c 1\n 139.358 6.07277 131.057 0 112 0 c 2\n -37 0 l 2\n -55.2121 0 -59 2.33046 -59 20 c 0\n -54.7073 35.0246 -47.783 43 -26 43 c 2\n 6 43 l 1\n 303 535 l 1\n 186 535 l 2\n 170.872 535 164 540.163 164 555 c 0\n 168.178 569.623 177.393 577 197 577 c 2\n 399 577 l 1\n 462 43 l 1\n 494 43 l 2\n 503 43 508 41 511 37 c 1\n 515 34 515 28 515 20 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: Mu\nEncoding: 924 924 628\nWidth: 600\nFlags: HW\nHStem: 0 43<-33 12 52 125 335 419 461 493> 535 42<109 133 173 180 533 540 582 618>\nDStem: 134 535 173 535 12 43 51 43 180 535 217 577 246 173 281 220 519 577 533 535 281 220 292 173 541 535 582 535 419 43 460 43\nFore\n515 20 m 0\n 512.746 8.73065 500.974 0 483 0 c 2\n 335 0 l 2\n 318.57 0 313 1.18568 313 20 c 0\n 317.31 35.0866 325.505 43 346 43 c 2\n 419 43 l 1\n 541 535 l 1\n 533 535 l 1\n 292 173 l 1\n 246 173 l 1\n 180 535 l 1\n 173 535 l 1\n 51 43 l 1\n 125 43 l 2\n 143.939 43 146 42.5771 146 20 c 0\n 143.531 7.65377 132.156 0 114 0 c 2\n -33 0 l 2\n -51.6887 0 -55 5.43811 -55 20 c 0\n -50.9394 34.212 -44.1628 43 -22 43 c 2\n 12 43 l 1\n 134 535 l 1\n 108 535 l 2\n 97.1761 535 85 536.515 85 555 c 0\n 89.3022 570.058 100.932 577 119 577 c 2\n 217 577 l 1\n 281 220 l 1\n 519 577 l 1\n 619 577 l 2\n 628 577 634 575 637 571 c 1\n 638 567 638 562 638 555 c 0\n 635.673 543.365 624.641 535 608 535 c 2\n 582 535 l 1\n 460 43 l 1\n 494 43 l 2\n 511.783 43 515 41.0511 515 20 c 0\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: Nu\nEncoding: 925 925 629\nWidth: 600\nFlags: HW\nHStem: 0 43<13 55 98 170> 535 42<126 176 453 526 565 603>\nDStem: 177 535 215 517 55 43 97 43 215 517 242 577 382 0 409 60 527 535 565 535 409 60 432 0\nFore\n632 555 m 0\n 629.734 543.671 616.874 535 601 535 c 2\n 565 535 l 1\n 432 0 l 1\n 382 0 l 1\n 215 517 l 1\n 97 43 l 1\n 171 43 l 2\n 180 43 186 41 191 37 c 1\n 193 33 193 27 193 20 c 0\n 190.642 8.21103 176.397 0 160 0 c 2\n 11 0 l 2\n -4.62251 0 -11 6.47956 -11 20 c 0\n -9.0087 31.9478 4.45822 43 22 43 c 2\n 55 43 l 1\n 177 535 l 1\n 125 535 l 2\n 114.176 535 102 536.515 102 555 c 0\n 106.302 570.058 117.932 577 136 577 c 2\n 242 577 l 1\n 409 60 l 1\n 527 535 l 1\n 452 535 l 2\n 435.214 535 430 545.801 430 555 c 0\n 433.926 568.741 445.288 577 463 577 c 2\n 612 577 l 2\n 628.051 577 632 575.398 632 555 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Xi\nEncoding: 926 926 630\nWidth: 600\nFlags: HW\nHStem: 0 43<50 429> 278 41<232 372> 278 116<229 231> 535 42<171 550>\nDStem: 33 144 74 144 -3 0 49 43 141 577 171 535 105 435 146 435 203 367 434 367 170 233 401 233 203 367 220 278 170 233 209 233 373 278 434 367 362 233 401 233 454 144 495 144 429 43 459 0 551 535 603 577 526 435 567 435\nFore\n119 406 m 0\n 104.67 406 105 417.193 105 435 c 1\n 141 577 l 1\n 603 577 l 1\n 567 435 l 1\n 563.66 418.299 553.216 406 538 406 c 0\n 526.486 406 526 418.628 526 435 c 1\n 551 535 l 1\n 171 535 l 1\n 146 435 l 1\n 142.812 419.062 132.309 406 119 406 c 0\n230 394 m 0\n 237.299 394 244 390.839 244 380 c 0\n 244 376 244 372 242 367 c 1\n 231 319 l 1\n 384 319 l 1\n 390.261 346.321 393.83 394 422 394 c 0\n 428 394 433 392 435 389 c 1\n 435 386 435 378 434 367 c 1\n 401 233 l 2\n 396.487 213.444 390.173 204 375 204 c 0\n 366.93 204 360 208.272 360 219 c 0\n 360 223 361 228 362 233 c 2\n 373 278 l 1\n 220 278 l 1\n 213.547 251.603 209.259 204 183 204 c 0\n 176 204 171 206 169 209 c 1\n 169 212 169 220 170 233 c 1\n 203 367 l 1\n 207.83 384.71 213.587 394 230 394 c 0\n480 171 m 0\n 494.302 171 495 164.68 495 144 c 1\n 459 0 l 1\n -3 0 l 1\n 33 144 l 2\n 36.269 158.71 47.0645 171 61 171 c 0\n 73.3897 171 74 159.964 74 144 c 1\n 49 43 l 1\n 429 43 l 1\n 454 144 l 2\n 457.121 158.043 468.63 171 480 171 c 0\nEndSplineSet\nEndChar\nStartChar: Omicron\nEncoding: 927 927 631\nWidth: 600\nFlags: HW\nHStem: -18 40<217 235> 548 40<355 377>\nVStem: 41 44<181 206> 513 42<350 381>\nFore\n544 285 m 0\n 515.915 174.665 442.899 72.3492 356 21 c 0\n 312 -5 268 -18 224 -18 c 0\n 160 -18 114 3 87 46 c 0\n 61 89 46 128 43 164 c 0\n 42 173 41 183 41 192 c 0\n 41 221 46 251 54 285 c 0\n 76 373 119 446 183 503 c 0\n 248 560 312 588 375 588 c 0\n 462.412 588 531.669 528.655 546 457 c 0\n 552 422 555 391 555 366 c 0\n 555 340 551 313 544 285 c 0\n399 102 m 0\n 467.964 172.29 513 259.289 513 381 c 1\n 509.983 439.951 479.168 502.397 442 528 c 1\n 421 541 396 548 365 548 c 0\n 337 548 309 541 282 528 c 0\n 254 515 221 489 181 451 c 0\n 142 412 113 357 95 285 c 0\n 87 256 84 228 84 204 c 0\n 84 159.172 91.0072 127.389 110 97 c 0\n 135.48 56.2312 176.587 22 233 22 c 0\n 292 22 348 49 399 102 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: Pi\nEncoding: 928 928 632\nWidth: 600\nFlags: HW\nHStem: 0 43<7 62 103 155 305 368 410 454> 535 42<160 183 224 489 531 567>\nDStem: 184 535 224 535 62 43 102 43 490 535 531 535 368 43 409 43\nFore\n476 20 m 0\n 473.683 8.41663 462.086 0 443 0 c 2\n 304 0 l 2\n 288.377 0 282 6.4797 282 20 c 0\n 285.81 35.2402 297.715 43 315 43 c 2\n 368 43 l 1\n 490 535 l 1\n 224 535 l 1\n 102 43 l 1\n 156 43 l 2\n 165 43 171 41 176 37 c 1\n 177 32 177 27 177 20 c 0\n 174.679 8.3954 162.001 0 145 0 c 2\n 7 0 l 2\n -10.4451 0 -16 1.03123 -16 20 c 0\n -11.5819 35.4633 -3.60821 43 18 43 c 2\n 62 43 l 1\n 184 535 l 1\n 159 535 l 2\n 150 535 144 537 142 542 c 1\n 138 545 137 550 137 555 c 0\n 140.926 568.742 152.288 577 170 577 c 2\n 568 577 l 2\n 585.143 577 589 575.535 589 555 c 0\n 586.663 543.317 573.273 535 557 535 c 2\n 531 535 l 1\n 409 43 l 1\n 454 43 l 2\n 472.86 43 476 41.1598 476 20 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: Rho\nEncoding: 929 929 633\nWidth: 600\nFlags: HW\nHStem: 0 43<20 84 125 255> 237 41<183 319> 535 42<153 205 246 404>\nVStem: 506 42<434 453>\nDStem: 206 535 246 535 84 43 182 278 206 535 172 237 84 43 124 43\nFore\n548 453 m 0\n 548 424.305 539.09 391.332 528 371 c 0\n 500.012 303.829 434.307 266.267 362 245 c 0\n 345 240 324 237 299 237 c 2\n 172 237 l 1\n 124 43 l 1\n 263 43 l 2\n 277.83 43 283 40.0605 283 20 c 0\n 280.916 9.58182 266.96 0 252 0 c 2\n 19 0 l 2\n 3.64312 0 -1 2.13709 -1 20 c 0\n 3.09128 34.3195 11.1541 43 30 43 c 2\n 84 43 l 1\n 206 535 l 1\n 152 535 l 2\n 138.302 535 132 540.966 132 555 c 0\n 135.968 568.889 144.973 577 163 577 c 2\n 398 577 l 2\n 465.175 577 494.529 557.089 529 514 c 0\n 542 498 548 478 548 453 c 0\n506 434 m 0\n 506 495.001 457.362 535 389 535 c 2\n 246 535 l 1\n 182 278 l 1\n 311 278 l 2\n 340 278 371 285 402 299 c 0\n 454.681 325.34 506 367.933 506 434 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Sigma\nEncoding: 931 931 634\nWidth: 600\nFlags: HW\nHStem: 0 43<81 388> 535 42<200 509>\nDStem: 45 60 81 47 30 0 80 43 159 519 199 531 264 307 311 305 174 577 562 577 159 519 521 414 174 577 200 535 159 519 199 531 264 307 311 305 45 60 81 47 423 186 464 186 388 43 418 0 510 535 562 577 480 414 521 414\nFore\n450 214 m 0\n 458.534 214 466 211.527 466 200 c 0\n 466 196 466 192 464 186 c 1\n 418 0 l 1\n 30 0 l 1\n 45 60 l 1\n 264 307 l 1\n 159 519 l 1\n 174 577 l 1\n 562 577 l 1\n 521 414 l 2\n 516.173 396.303 508.987 386 493 386 c 0\n 488 386 484 388 481 392 c 1\n 481 394 480 398 480 414 c 1\n 510 535 l 1\n 200 535 l 1\n 199 531 l 1\n 311 305 l 1\n 81 47 l 1\n 80 43 l 1\n 388 43 l 1\n 423 186 l 1\n 427.492 202.472 436.412 214 450 214 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Tau\nEncoding: 932 932 635\nWidth: 600\nFlags: HW\nHStem: 0 43<98 212 253 356> 535 42<169 333 374 538>\nDStem: 141 577 591 577 95 392 545 392 141 577 169 535 95 392 134 392 334 535 374 535 212 43 252 43 539 535 591 577 504 392 545 392\nFore\n107 363 m 0\n 99.0411 363 93 367.894 93 378 c 0\n 93 382 94 387 95 392 c 2\n 141 577 l 1\n 591 577 l 1\n 545 392 l 1\n 540.332 374.885 532.552 363 517 363 c 0\n 508.93 363 502 367.272 502 378 c 0\n 502 382 503 387 504 392 c 2\n 539 535 l 1\n 374 535 l 1\n 252 43 l 1\n 356 43 l 2\n 374.86 43 378 41.1598 378 20 c 0\n 375.683 8.41664 364.086 0 345 0 c 2\n 97 0 l 2\n 81.622 0 76 1.35193 76 20 c 0\n 80.2011 34.7039 88.6457 43 108 43 c 2\n 212 43 l 1\n 334 535 l 1\n 169 535 l 1\n 134 392 l 1\n 129.086 375.619 125.052 363 107 363 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: Upsilon\nEncoding: 933 933 636\nWidth: 600\nFlags: HW\nHStem: 0 43<99 214 255 357> 535 42<135 159 207 256 465 503 551 576>\nDStem: 159 535 206 535 268 260 300 303 268 260 308 260 214 43 254 43 504 535 551 535 300 303 308 260\nFore\n604 555 m 0\n 601.69 545.761 591.158 535 574 535 c 2\n 551 535 l 1\n 308 260 l 1\n 254 43 l 1\n 358 43 l 2\n 374.143 43 380 41.0455 380 20 c 0\n 377.784 8.92088 363.585 0 347 0 c 2\n 99 0 l 2\n 90 0 83 2 78 6 c 1\n 76 10 76 15 76 20 c 0\n 80.4181 35.4633 88.3918 43 110 43 c 2\n 214 43 l 1\n 268 260 l 1\n 159 535 l 1\n 136 535 l 2\n 119.16 535 113 539.268 113 555 c 0\n 117.174 569.608 125.349 577 147 577 c 2\n 256 577 l 2\n 267 577 273 575 277 572 c 1\n 277 557.376 277.667 548.733 268 541 c 0\n 263 537 255 535 245 535 c 2\n 206 535 l 1\n 300 303 l 1\n 504 535 l 1\n 465 535 l 2\n 448.676 535 442 540.005 442 555 c 0\n 446.281 569.984 455.314 577 476 577 c 2\n 585 577 l 2\n 601.397 577 604 576.313 604 555 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Phi\nEncoding: 934 934 637\nWidth: 600\nFlags: HW\nHStem: 0 43<65 214 253 391> 130 41<197 234 285 306> 424 42<252 308 358 395> 535 42<198 335 374 524>\nVStem: 57 37<264 278> 495 42<320.916 345>\nDStem: 235 130 273 130 214 43 252 43 309 424 347 424 246 171 284 171 336 535 374 535 319 466 357 466\nFore\n537 340 m 0\n 537 262.149 489.234 210.739 442 177 c 0\n 429 167 406 157 375 146 c 0\n 344 135 317 130 295 130 c 2\n 273 130 l 1\n 252 43 l 1\n 392 43 l 2\n 401 43 407 41 410 37 c 1\n 411 33 411 27 411 20 c 0\n 408.752 8.75892 397.917 0 381 0 c 2\n 65 0 l 2\n 46.3113 0 43 5.43802 43 20 c 0\n 47.0606 34.212 53.8372 43 76 43 c 2\n 214 43 l 1\n 235 130 l 1\n 202 130 l 2\n 149.057 130 114.796 148.548 85 180 c 1\n 64.4946 198.797 57 233.012 57 265 c 0\n 57 323.026 93.5478 377.119 137 415 c 0\n 177 449 222 466 273 466 c 2\n 319 466 l 1\n 336 535 l 1\n 198 535 l 2\n 181.301 535 176 540.276 176 555 c 0\n 180.313 567.941 186.802 577 209 577 c 2\n 525 577 l 2\n 534 577 540 575 543 571 c 1\n 544 567 544 562 544 555 c 0\n 541.673 543.365 530.641 535 514 535 c 2\n 374 535 l 1\n 357 466 l 1\n 386 466 l 2\n 442 466 480 453 499 427 c 0\n 519 401 530 379 535 362 c 0\n 537 355 537 348 537 340 c 0\n493 301 m 1\n 493 311 495 320 495 345 c 1\n 481.588 388.588 444.266 424 379 424 c 2\n 347 424 l 1\n 284 171 l 1\n 335.939 171 361.093 177.547 402 198 c 0\n 442.04 218.02 482.092 255.186 493 301 c 1\n246 171 m 1\n 309 424 l 1\n 263 424 l 2\n 224 424 188 411 157 384 c 0\n 116.93 351.216 94 320.745 94 276 c 0\n 94 264 96 253 101 243 c 1\n 111.156 200.346 156.025 171 212 171 c 2\n 246 171 l 1\nEndSplineSet\nEndChar\nStartChar: Chi\nEncoding: 935 935 638\nWidth: 600\nFlags: HW\nHStem: 0 43<69 132 324 397 448 463> 535 42<135 149 201 247 464 507 559 582>\nDStem: 149 535 200 535 271 295 304 329 271 295 287 260 20 43 68 43 287 260 319 295 398 43 448 43 508 535 559 535 304 329 319 295\nFore\n484 20 m 0\n 481.81 9.04938 469.84 0 453 0 c 2\n 324 0 l 2\n 305.311 0 302 5.43759 302 20 c 0\n 306.061 34.212 312.837 43 335 43 c 2\n 398 43 l 1\n 287 260 l 1\n 68 43 l 1\n 133 43 l 2\n 142 43 148 41 151 37 c 1\n 152 33 152 27 152 20 c 0\n 149.752 8.7589 138.917 0 122 0 c 2\n -7 0 l 2\n -24.17 0 -28 2.46236 -28 20 c 0\n -20.8461 45.0386 -7.7958 41.2067 20 43 c 1\n 271 295 l 1\n 149 535 l 1\n 136 535 l 2\n 119.16 535 113 539.268 113 555 c 0\n 117.174 569.608 125.349 577 147 577 c 2\n 256 577 l 2\n 272.051 577 276 575.398 276 555 c 0\n 273.734 543.671 260.874 535 245 535 c 2\n 200 535 l 1\n 304 329 l 1\n 508 535 l 1\n 463 535 l 2\n 448.475 535 440 541.873 440 555 c 0\n 444.034 569.118 456.435 577 474 577 c 2\n 583 577 l 2\n 601.55 577 604 576.567 604 555 c 0\n 601.516 545.063 590.862 535 572 535 c 2\n 559 535 l 1\n 319 295 l 1\n 448 43 l 1\n 464 43 l 2\n 480.666 43 484 40.9305 484 20 c 0\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: Psi\nEncoding: 936 936 639\nWidth: 600\nFlags: HW\nHStem: 0 43<180 223 261 286> 141 40<222 225 320 325> 535 42<109 141 322 344 382 410> 538 41<587 630>\nVStem: 88 42<288 306>\nDStem: 142 535 193 577 96 348 136 348 247 140 284 140 223 43 260 43 345 535 382 535 257 180 294 180 556 579 587 538 499 350 540 350\nFore\n653 557 m 0\n 650.62 545.101 635.953 538 621 538 c 2\n 587 538 l 1\n 540 350 l 2\n 530 309 511 272 484 240 c 0\n 456 208 430 186 408 174 c 0\n 385 161 367 153 353 149 c 0\n 339 144 324 142 309 142 c 2\n 284 140 l 1\n 260 43 l 1\n 294 43 l 2\n 309.12 43 315 40.2666 315 22 c 0\n 313.12 8.84171 299.379 0 283 0 c 2\n 179 0 l 2\n 162.93 0 156 2.36435 156 22 c 1\n 160.534 35.6011 171.868 43 190 43 c 2\n 223 43 l 1\n 247 140 l 1\n 225 141 l 2\n 144.149 141 88 216.44 88 292 c 0\n 88 309 91 328 96 348 c 2\n 142 535 l 1\n 108 535 l 2\n 97.1761 535 85 536.515 85 555 c 0\n 89.0339 569.118 101.435 577 119 577 c 2\n 193 577 l 1\n 136 348 l 1\n 132 333 130 318 130 304 c 0\n 130 243.542 174.584 181 234 181 c 2\n 257 180 l 1\n 345 535 l 1\n 322 535 l 2\n 307.194 535 299 542.512 299 555 c 0\n 303.027 569.093 314.176 577 333 577 c 2\n 417 577 l 2\n 428 576 434 574 437 571 c 1\n 438 568 438 562 438 555 c 0\n 435.3 541.502 419.319 535 406 535 c 2\n 382 535 l 1\n 294 180 l 1\n 319 181 l 2\n 334 181 350 184 365 191 c 0\n 379 197 400 211 424 233 c 1\n 463 264 488 303 499 350 c 1\n 556 579 l 1\n 631 579 l 2\n 646.967 579 653 575.917 653 557 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Omega\nEncoding: 937 937 640\nWidth: 600\nFlags: HW\nHStem: -2 43<58 182 310 438> 531 40<331 411>\nVStem: 95 42<282 290> 512 43<417.031 424>\nDStem: 42 142 82 142 7 -2 57 41 42 142 257 173 7 -2 214 -2 206 138 257 173 182 41 214 -2 300 173 333 138 257 -2 309 41 300 173 504 142 257 -2 469 -2 463 142 504 142 438 41 469 -2\nFore\n489 169 m 0\n 503.21 169 504 158.668 504 142 c 1\n 469 -2 l 1\n 257 -2 l 1\n 300 173 l 1\n 361.517 181.485 410.637 202.359 447 243 c 0\n 473.698 274.704 496.03 310.626 506 353 c 0\n 512 378 512 401 512 424 c 1\n 508 447 500 469 486 492 c 0\n 471 514 446 527 411 531 c 1\n 319 531 l 2\n 294.065 528.229 271.943 514.971 250 504 c 0\n 219.47 489.753 177.941 439.368 164 408 c 1\n 154 390 148 372 143 353 c 0\n 137 328 137 305 137 282 c 1\n 139 259 147 237 162 216 c 0\n 176 194 201 180 237 175 c 2\n 257 173 l 1\n 214 -2 l 1\n 7 -2 l 1\n 42 142 l 2\n 45.4775 155.91 53.1491 169 70 169 c 0\n 76 169 81 167 82 162 c 2\n 82 142 l 1\n 57 41 l 1\n 182 41 l 1\n 206 138 l 1\n 157.975 143.495 120.403 181.021 107 219 c 1\n 97 242 95 266 95 290 c 0\n 97.668 351.365 115.835 400.113 140 442 c 0\n 156 468 174 491 198 510 c 0\n 238.381 543.358 273.331 563.478 331 571 c 1\n 421 571 l 2\n 458.684 571 471.815 563.356 500 543 c 0\n 533.752 519.907 555 468.2 555 417 c 0\n 549.383 287.815 476.585 200.292 390 157 c 0\n 372 148 353 142 333 138 c 1\n 309 41 l 1\n 438 41 l 1\n 463 142 l 2\n 466.269 155.075 474.255 169 489 169 c 0\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 641\nWidth: 600\nFlags: HW\nHStem: 0 43<45 194 233 371> 535 42<178 315 354 504> 656 81<264 284 470 490>\nDStem: 316 535 354 535 194 43 232 43\nFore\n470 656 m 0\n 444.949 656 441 672.682 441 697 c 1\n 444 708 450 717 460 725 c 1\n 467 733 477 737 490 737 c 0\n 500 737 508 733 514 726 c 1\n 516 721 518 714 518 697 c 1\n 512.626 675.504 492.291 656 470 656 c 0\n284 737 m 0\n 303.414 737 313 725.848 313 697 c 1\n 307.63 677.309 287.106 656 264 656 c 0\n 244.324 656 235 667.098 235 697 c 1\n 240.264 716.301 261.548 737 284 737 c 0\n391 20 m 1\n 387 20 386 10 382 6 c 0\n 377 2 370 0 361 0 c 2\n 45 0 l 2\n 26.3113 0 23 5.43805 23 20 c 0\n 27.0606 34.212 33.8372 43 56 43 c 2\n 194 43 l 1\n 316 535 l 1\n 178 535 l 2\n 161.301 535 156 540.276 156 555 c 0\n 160.313 567.941 166.802 577 189 577 c 2\n 505 577 l 2\n 514 577 520 575 523 571 c 1\n 524 567 524 562 524 555 c 0\n 521.673 543.365 510.641 535 494 535 c 2\n 354 535 l 1\n 232 43 l 1\n 372 43 l 2\n 381 43 387 41 390 37 c 0\n 391 34 404 18 404 15 c 0\n 403 14 403 14 402 14 c 0\n 400 14 397 15 391 20 c 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 642\nWidth: 600\nFlags: HW\nHStem: 0 43<79 194 235 337> 535 42<115 139 187 236 445 483 531 556> 656 81<264 284 470 490>\nDStem: 139 535 186 535 248 260 280 303 248 260 288 260 194 43 234 43 484 535 531 535 280 303 288 260\nFore\n470 656 m 0\n 444.949 656 441 672.682 441 697 c 1\n 444 708 450 717 460 725 c 1\n 467 733 477 737 490 737 c 0\n 500 737 508 733 514 726 c 1\n 516 721 518 714 518 697 c 1\n 512.626 675.504 492.291 656 470 656 c 0\n284 737 m 0\n 303.414 737 313 725.848 313 697 c 1\n 307.63 677.309 287.106 656 264 656 c 0\n 244.324 656 235 667.098 235 697 c 1\n 240.264 716.301 261.548 737 284 737 c 0\n584 555 m 0\n 581.69 545.761 571.158 535 554 535 c 2\n 531 535 l 1\n 288 260 l 1\n 234 43 l 1\n 338 43 l 2\n 354.143 43 360 41.0455 360 20 c 0\n 357.784 8.92088 343.585 0 327 0 c 2\n 79 0 l 2\n 70 0 63 2 58 6 c 1\n 56 10 56 15 56 20 c 0\n 60.4181 35.4633 68.3918 43 90 43 c 2\n 194 43 l 1\n 248 260 l 1\n 139 535 l 1\n 116 535 l 2\n 99.1597 535 93 539.268 93 555 c 0\n 97.1738 569.608 105.349 577 127 577 c 2\n 236 577 l 2\n 247 577 253 575 257 572 c 1\n 257 557.376 257.667 548.733 248 541 c 0\n 243 537 235 535 225 535 c 2\n 186 535 l 1\n 280 303 l 1\n 484 535 l 1\n 445 535 l 2\n 428.676 535 422 540.005 422 555 c 0\n 426.281 569.984 435.314 577 456 577 c 2\n 565 577 l 2\n 581.397 577 584 576.313 584 555 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: alphatonos\nEncoding: 940 940 643\nWidth: 600\nFlags: HW\nHStem: -14 41<196 209> 2 43<411 460> 404 41<294 326>\nVStem: 22 42<139 161> 361 121<22.0079 24>\nDStem: 380 102 503 418 361 24 410 45 384 643 402 612 246 544 262 511 416 276 503 418 389 169 410 45 462 418 503 418 445 350 410 45\nFore\n243 501 m 0\n 231.966 501 228 504.199 228 523 c 1\n 233.378 536.045 238.157 535.312 246 544 c 1\n 384 643 l 1\n 391 650 398 653 404 653 c 0\n 409 653 413 651 417 648 c 1\n 418 644 418 639 418 632 c 1\n 414.194 622.486 410.164 617.442 402 612 c 2\n 262 511 l 1\n 256 504 249 501 243 501 c 0\n313 445 m 0\n 381.038 445 440.858 416.276 445 350 c 1\n 462 418 l 2\n 463 422 466 426 472 430 c 1\n 475 435 481 437 490 437 c 0\n 500.136 437 503 423.921 503 418 c 1\n 410 45 l 1\n 460 45 l 2\n 471 45 478 43 481 39 c 1\n 482 35 482 29 482 22 c 0\n 479.485 9.4236 468.653 2 449 2 c 2\n 385 2 l 2\n 376 2 368 4 362 8 c 1\n 361 11 361 17 361 24 c 1\n 380 102 l 1\n 360 58 334 28 301 11 c 0\n 267 -6 232 -14 197 -14 c 0\n 118.9 -14 80.7438 11.0956 42 65 c 0\n 28 84 22 108 22 139 c 0\n 22 198.985 44.2122 261.33 71 303 c 0\n 88 330 117 361 157 395 c 0\n 198 428 250 445 313 445 c 0\n389 169 m 1\n 416 276 l 1\n 416 312 414 326 409 339 c 0\n 396.236 366.124 375.556 392.481 350 401 c 0\n 339 403 322 404 297 404 c 0\n 269 404 242 399 219 389 c 0\n 195 378 168 359 136 330 c 0\n 105 301 83 262 71 212 c 0\n 67 194 64 177 64 161 c 0\n 64 78.7503 121.978 27 209 27 c 1\n 321.469 48.5599 334.624 72.9436 389 169 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 644\nWidth: 600\nFlags: HW\nHStem: -2 33<218 243> 218 38<259 284> 412 31<323 339>\nVStem: 100 42<103 105>\nDStem: 511 649 529 618 372 550 389 517\nFore\n369 507 m 0\n 357.973 507 356 512.433 356 529 c 1\n 357.95 539.384 365.667 544 372 550 c 1\n 511 649 l 1\n 517 655 524 658 531 658 c 0\n 540.797 658 546 655.54 546 639 c 0\n 543.986 628.932 540.748 629.497 538 624 c 1\n 389 517 l 1\n 382 510 375 507 369 507 c 0\n432 136 m 0\n 443.549 136 446 129.237 446 111 c 1\n 427 37 l 1\n 425 27 421 22 417 22 c 1\n 412 18 407 16 402 16 c 0\n 396 16 391 18 388 22 c 1\n 386 22 386 27 386 37 c 1\n 391 58 l 1\n 349 35 318 20 297 11 c 0\n 275 2 254 -2 229 -2 c 0\n 156.089 -2 101.856 32.0327 99 92 c 0\n 99 105.113 102.912 117.855 104 132 c 1\n 116.566 180.064 163.232 230.61 219 239 c 1\n 181.409 249.121 161.13 265.574 158 300 c 0\n 158 362.58 224.629 416.486 274 435 c 0\n 291 440 310 443 334 443 c 0\n 406.296 443 449.966 414.259 494 377 c 1\n 497 369 500 364 501 363 c 1\n 497.61 354.524 489.135 344 480 344 c 2\n 475 342 l 2\n 468.965 342 454.557 352.582 450 356 c 0\n 439.161 364.129 430.105 368.253 421 381 c 0\n 408.428 395.667 364.212 412 334 412 c 0\n 287.96 412 262.04 397.207 233 375 c 0\n 217 362 206 344 200 321 c 1\n 200 291.118 204.887 272.969 230 264 c 0\n 243 259 257 256 272 256 c 2\n 284 256 l 2\n 293 256 300 255 304 252 c 1\n 306 249 306 244 306 237 c 0\n 303.753 225.764 289.507 218 276 218 c 1\n 254 218 l 1\n 230.04 218 216.143 212.909 199 202 c 0\n 170.048 186.41 142 137.643 142 103 c 0\n 143 89 147 75 156 62 c 1\n 167 51 177 44 187 39 c 0\n 196 34 211 31 230 31 c 0\n 247 31 263 33 280 38 c 0\n 297 43 316 49 337 58 c 1\n 399 89 l 1\n 404.392 108.772 408.44 136 432 136 c 0\nEndSplineSet\nEndChar\nStartChar: etatonos\nEncoding: 942 942 645\nWidth: 600\nFlags: HW\nHStem: 0 43<4 59 102 144 322 366 407 434> 386 40<109 143> 400 43<332 354>\nVStem: 432 43<321 335>\nDStem: 144 386 165 301 59 43 101 43 423 645 441 614 284 546 302 513 429 295 471 303 366 43 406 43\nFore\n281 503 m 0\n 270.251 503 267 507.182 267 525 c 1\n 271.411 537.724 277.17 537.311 284 546 c 1\n 423 645 l 2\n 432 652 438 655 443 655 c 0\n 448 655 453 653 456 649 c 1\n 457 645 457 640 457 634 c 1\n 453 624 l 1\n 447.923 621.462 447.517 617.258 441 614 c 2\n 302 513 l 2\n 293 506 286 503 281 503 c 0\n432 322 m 0\n 432 371.55 395.404 400 340 400 c 0\n 316 400 291 395 268 384 c 0\n 230.844 363.993 200.501 334.887 165 301 c 1\n 101 43 l 1\n 145 43 l 2\n 154 43 160 41 164 38 c 1\n 166 34 166 28 166 20 c 1\n 161.595 6.78475 150.601 0 134 0 c 2\n 3 0 l 2\n -12.0774 0 -19 3.11313 -19 20 c 0\n -15.1899 35.2403 -3.28487 43 14 43 c 2\n 59 43 l 1\n 144 386 l 1\n 111 386 l 2\n 96.0782 386 89 390.103 89 406 c 0\n 93.1427 420.499 101.42 426 121 426 c 2\n 196 426 l 1\n 181 363 l 1\n 215 394 245 414 272 424 c 1\n 296 437 323 443 352 443 c 0\n 380 443 402 438 419 429 c 1\n 445.857 410.279 456.617 402.029 466 371 c 1\n 472 360 475 347 475 333 c 0\n 475 324 473 314 471 303 c 1\n 406 43 l 1\n 441 43 l 2\n 457.775 43 460 42.3902 460 20 c 0\n 457.656 8.28206 445.959 0 430 0 c 2\n 322 0 l 2\n 305.57 0 300 1.18567 300 20 c 0\n 304.31 35.0866 312.505 43 333 43 c 2\n 366 43 l 1\n 429 295 l 2\n 431 304 432 313 432 322 c 0\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: iotatonos\nEncoding: 943 943 646\nWidth: 600\nFlags: HW\nHStem: -7 39<295 307> 386 40<214 275>\nVStem: 203 41<67 86.1328>\nDStem: 276 386 327 426 210 121 251 120 417 645 435 614 278 546 296 513\nFore\n275 503 m 0\n 264.251 503 261 507.182 261 525 c 1\n 265.411 537.724 271.17 537.311 278 546 c 1\n 417 645 l 1\n 424 652 430 655 437 655 c 0\n 448.043 655 451 652.343 451 634 c 1\n 447.052 625.096 444.24 617.878 435 614 c 1\n 296 513 l 2\n 286 506 279 503 275 503 c 0\n436 81 m 0\n 436 76.4435 435 75.2095 435 70 c 1\n 424.798 44.4955 402.043 26.4259 383 15 c 0\n 364.756 5.04897 325.176 -7 300 -7 c 0\n 276.219 -7 258.648 -1.80899 233 3 c 0\n 209.189 7.20196 203 32.2725 203 65 c 0\n 203 82 205 101 210 121 c 2\n 276 386 l 1\n 215 386 l 2\n 197.04 386 193 390.974 193 406 c 0\n 197.431 421.508 207.71 426 225 426 c 2\n 327 426 l 1\n 251 120 l 1\n 244 93 244 76 244 67 c 0\n 246.202 47.1776 276.82 32 305 32 c 0\n 342.375 32 378.035 52.5412 393 70 c 2\n 411 88 l 2\n 414 90 419 91 422 91 c 0\n 428 91 433 88 436 81 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 647\nWidth: 600\nFlags: HW\nHStem: -16 40<167 177 205.008 243> 386 40<85 139 399 447 488 552> 408 20G<411 552> 525 81<241 261 447 467>\nVStem: 67 42<77 88>\nDStem: 139 386 191 426 72 117 114 117 434 645 452 614 295 546 313 513 447 386 489 388 381 119 422 119\nFore\n292 503 m 0\n 281.251 503 278 507.182 278 525 c 1\n 282.411 537.724 288.17 537.311 295 546 c 1\n 434 645 l 1\n 441 652 447 655 454 655 c 0\n 465.043 655 468 652.343 468 634 c 1\n 464.052 625.096 461.24 617.878 452 614 c 1\n 313 513 l 2\n 303 506 296 503 292 503 c 0\n467 606 m 0\n 487.262 606 496 594.018 496 565 c 1\n 490.662 547.206 468.987 525 447 525 c 0\n 426.101 525 418 538.546 418 565 c 1\n 421.445 582.227 443.781 606 467 606 c 0\n241 525 m 0\n 220.515 525 214 537.322 214 565 c 1\n 216 574 222 584 231 594 c 1\n 241 602 251 606 261 606 c 0\n 272 606 281 602 287 594 c 1\n 290 584 290 574 290 565 c 1\n 286.326 548.468 264.873 525 241 525 c 0\n575 408 m 1\n 570.289 396.222 559.782 388 542 388 c 2\n 489 388 l 1\n 422 119 l 1\n 403.701 47.6349 346.744 -14 259 -14 c 0\n 247 -15 237 -15 227 -15 c 0\n 217 -16 207 -16 196 -16 c 2\n 169 -16 l 2\n 105.61 -16 67 19.5069 67 79 c 0\n 67 91 69 104 72 117 c 2\n 139 386 l 1\n 87 386 l 2\n 79 386 72 388 66 392 c 1\n 64 397 64 401 64 406 c 0\n 68.0079 420.028 78.2366 426 97 426 c 2\n 191 426 l 1\n 114 117 l 2\n 111 105 109 95 109 86 c 0\n 109 74 112 65 117 58 c 0\n 133.369 36.1744 144.908 24 177 24 c 2\n 205 22 l 2\n 212 22 220 22 229 23 c 0\n 236 23 250 24 272 27 c 1\n 304.797 27 325.234 41.5027 348 60 c 0\n 363 72 374 92 381 119 c 1\n 447 386 l 1\n 398 386 l 2\n 389 386 382 388 377 392 c 1\n 375 396 375 401 375 408 c 0\n 377.063 422.443 395.319 428 411 428 c 2\n 552 428 l 2\n 561 428 567 427 572 424 c 0\n 575 421 575 415 575 408 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: alpha\nEncoding: 945 945 648\nWidth: 600\nFlags: HW\nHStem: -14 41<222 235> 2 43<437 486> 404 41<320 352>\nVStem: 48 42<139 161> 387 121<22.0079 24>\nDStem: 406 102 529 418 387 24 436 45 442 276 529 418 415 169 436 45 488 418 529 418 471 350 436 45\nFore\n339 445 m 0\n 407.038 445 466.858 416.276 471 350 c 1\n 488 418 l 2\n 489 422 492 426 498 430 c 1\n 501 435 507 437 516 437 c 0\n 526.136 437 529 423.921 529 418 c 1\n 436 45 l 1\n 486 45 l 2\n 497 45 504 43 507 39 c 1\n 508 35 508 29 508 22 c 0\n 505.485 9.42359 494.653 2 475 2 c 2\n 411 2 l 2\n 402 2 394 4 388 8 c 1\n 387 11 387 17 387 24 c 1\n 406 102 l 1\n 386 58 360 28 327 11 c 0\n 293 -6 258 -14 223 -14 c 0\n 144.9 -14 106.744 11.0956 68 65 c 0\n 54 84 48 108 48 139 c 0\n 48 198.985 70.2122 261.33 97 303 c 0\n 114 330 143 361 183 395 c 0\n 224 428 276 445 339 445 c 0\n415 169 m 1\n 442 276 l 1\n 442 312 440 326 435 339 c 0\n 422.236 366.124 401.556 392.481 376 401 c 0\n 365 403 348 404 323 404 c 0\n 295 404 268 399 245 389 c 0\n 221 378 194 359 162 330 c 0\n 131 301 109 262 97 212 c 0\n 93 194 90 177 90 161 c 0\n 90 78.7503 147.978 27 235 27 c 1\n 347.469 48.5599 360.624 72.9436 415 169 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: beta\nEncoding: 946 946 649\nWidth: 600\nFlags: HW\nHStem: -122 40<-10 60 101 115> 4 45<242 265> 363 39<326 339> 602 35<388 432>\nVStem: 486 42<244 253> 502 38<526 537>\nDStem: 201 484 243 488 60 -82 139 73 201 484 126 25 60 -82 100 -82\nFore\n243 4 m 0\n 189.622 4 167.268 8.11747 126 25 c 1\n 100 -82 l 1\n 115.623 -81.3936 126.751 -82.2831 139 -86 c 1\n 141 -90 141 -95 141 -102 c 1\n 136.096 -114.26 127.917 -122 107 -122 c 2\n -9 -122 l 2\n -24.3569 -122 -29 -119.863 -29 -102 c 0\n -26.8946 -87.262 -16.0883 -82 1 -82 c 2\n 60 -82 l 1\n 201 484 l 1\n 209.511 524.428 241.657 571.835 271 596 c 0\n 304.314 625.149 343.921 637 408 637 c 2\n 424 637 l 2\n 482.134 637 533.829 604.785 541 551 c 1\n 541 536 541 517 536 496 c 0\n 524.176 450.675 482.904 395.413 435 382 c 1\n 481 363 508 342 518 317 c 1\n 523 299 527 278 528 253 c 0\n 528 243 527 232 526 220 c 1\n 495.856 101.307 388.116 4 243 4 c 0\n263 49 m 0\n 369.405 49 459.814 127.838 484 219 c 1\n 485 228 486 237 486 245 c 0\n 486 324 430 363 321 363 c 0\n 308.957 363 306 363.586 306 381 c 2\n 306 383 l 2\n 310.155 393.386 318.331 402 332 402 c 0\n 352.741 402 415.733 408.275 431 414 c 0\n 447.731 420.274 464.955 443.114 476 456 c 0\n 488.531 473.544 502 497.48 502 527 c 0\n 502 545 497 561 486 573 c 1\n 472 592 448 602 415 602 c 0\n 340.717 602 287.719 580.723 262 535 c 0\n 253 518 246 503 243 488 c 1\n 139 73 l 1\n 162 64 183 58 203 55 c 0\n 222 51 242 49 263 49 c 0\nEndSplineSet\nEndChar\nStartChar: gamma\nEncoding: 947 947 650\nWidth: 600\nFlags: HW\nHStem: -190 42<144 216 260 324> 386 38<144 146 150 163 209 272 479 533 576.016 602> 406 20G<161 271 488 598>\nVStem: 123 223<-168.992 -167>\nDStem: 163 386 208 386 253 0 286 45 253 0 296 0 216 -148 259 -148 534 386 576 386 286 45 296 0\nFore\n621 406 m 0\n 618.873 399.618 613.63 392.315 609 390 c 0\n 597.529 386.176 601.62 386 576 386 c 1\n 296 0 l 1\n 259 -148 l 1\n 324 -148 l 2\n 333 -148 340 -150 343 -155 c 1\n 346 -157 346 -162 346 -169 c 1\n 341.69 -181.93 333.203 -190 314 -190 c 2\n 145 -190 l 2\n 129.42 -190 123 -184.287 123 -167 c 0\n 127.014 -152.95 135.851 -148 155 -148 c 2\n 216 -148 l 1\n 253 0 l 1\n 163 386 l 1\n 151 386 l 2\n 142 386 137 388 134 392 c 1\n 129 395 129 400 129 406 c 0\n 130 409 132 413 136 418 c 1\n 141 422 145 424 146 424 c 0\n 149 425 154 426 161 426 c 2\n 271 426 l 2\n 281 426 288 424 291 420 c 0\n 293 418 293 413 293 406 c 0\n 290.549 393.744 279.581 386 261 386 c 2\n 208 386 l 1\n 286 45 l 1\n 534 386 l 1\n 478 386 l 2\n 462.567 386 458 390.234 458 406 c 0\n 462.056 420.196 472.998 426 488 426 c 2\n 598 426 l 2\n 614.165 426 621 427.779 621 406 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: delta\nEncoding: 948 948 651\nWidth: 600\nFlags: HW\nHStem: -8 41<203 234> 408 43<307 329> 599 32<307 329>\nVStem: 35 43<162 174> 458 44<268 286>\nDStem: 532 624 573 624 525 596 553 546\nFore\n314 599 m 0\n 253.948 599 216.298 572.142 204 525 c 1\n 204 468.685 257.811 451 327 451 c 0\n 402.592 451 441.848 420.639 480 365 c 0\n 495 344 502 318 502 286 c 0\n 502 227.315 480.562 172.844 454 133 c 0\n 436 106 407 75 365 42 c 0\n 324 9 273 -8 211 -8 c 0\n 149 -8 102 15 69 60 c 0\n 47 91 35 125 35 163 c 0\n 35 181 38 200 43 220 c 0\n 59 283 87 331 126 363 c 0\n 164 395 200 417 231 430 c 1\n 188.822 448.277 169.4 467.6 166 505 c 0\n 166 511 167 517 168 523 c 0\n 186.353 594.576 236.749 631 319 631 c 0\n 332 631 347 630 362 628 c 1\n 415.824 628 477.035 607.991 525 596 c 1\n 530.631 618.524 533.492 651 559 651 c 0\n 571.905 651 573 648.015 573 624 c 1\n 553 546 l 2\n 548.44 529.281 540.157 517 526 517 c 0\n 516.79 517 510 521.144 510 532 c 0\n 510 541.29 513.708 551.979 516 560 c 1\n 510 564 l 1\n 487.395 573.688 387.669 592.51 358 596 c 0\n 340 598 325 599 314 599 c 0\n315 408 m 0\n 192.813 408 78 295.169 78 172 c 0\n 78 140 87 112 106 88 c 0\n 133 51 171 33 221 33 c 0\n 272 33 315 47 349 75 c 0\n 405.509 121.235 433.7 152.03 452 220 c 0\n 456 237 458 254 458 269 c 0\n 458 301 449 329 430 353 c 1\n 404 390 366 408 315 408 c 0\nEndSplineSet\nEndChar\nStartChar: epsilon\nEncoding: 949 949 652\nWidth: 600\nFlags: HW\nHStem: -2 33<231 263> 218 38<279 304> 412 31<343 360>\nVStem: 120 42<103 105>\nFore\n452 136 m 0\n 463.549 136 466 129.237 466 111 c 1\n 447 37 l 1\n 445 27 441 22 437 22 c 1\n 432 18 427 16 422 16 c 0\n 416 16 411 18 408 22 c 1\n 406 22 406 27 406 37 c 1\n 411 58 l 1\n 372 37 341 21 319 12 c 0\n 297 3 274 -2 250 -2 c 0\n 175.611 -2 121.866 31.8219 119 92 c 0\n 119 104.931 123 116.693 123 132 c 1\n 135.426 179.674 183.388 230.468 239 239 c 1\n 202.359 248.865 178 268.73 178 300 c 0\n 178 305 178 311 180 317 c 0\n 193.578 372.82 243.479 416.054 294 435 c 0\n 311 440 330 443 354 443 c 0\n 426.296 443 469.967 414.259 514 377 c 1\n 517 369 520 364 521 363 c 1\n 517.61 354.524 509.135 344 500 344 c 1\n 496 342 l 2\n 476.644 342 456.914 367.086 443 381 c 0\n 429.432 394.568 384.488 412 355 412 c 0\n 308.752 412 282.002 397.178 253 375 c 0\n 237 362 226 344 220 321 c 1\n 220 291.118 224.887 272.969 250 264 c 0\n 263 259 277 256 292 256 c 2\n 304 256 l 2\n 313 256 320 255 324 252 c 1\n 326 249 326 244 326 237 c 0\n 323.753 225.764 309.507 218 296 218 c 1\n 274 218 l 1\n 250.04 218 236.143 212.909 219 202 c 0\n 190.047 186.41 162 137.643 162 103 c 0\n 163 89 167 75 176 62 c 1\n 200.825 40.9946 206.828 31 250 31 c 0\n 295.384 31 323.464 44.5692 358 58 c 1\n 419 89 l 1\n 424.392 108.772 428.44 136 452 136 c 0\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: zeta\nEncoding: 950 950 653\nWidth: 600\nFlags: HW\nHStem: -190 40<227 278 322 356> 579 41<263 499>\nVStem: 99 46<83 116>\nFore\n386 -169 m 0\n 382.336 -179.993 365.503 -190 354 -190 c 2\n 228 -190 l 2\n 218 -190 211 -188 208 -184 c 0\n 206 -182 206 -177 206 -169 c 1\n 210.427 -153.504 220.598 -150 238 -150 c 2\n 278 -150 l 1\n 297.642 -127.254 324.395 -95.683 333 -68 c 1\n 333 -30 309 -13 255 -5 c 0\n 194 4 151 15 124 29 c 0\n 107 37 99 55 99 83 c 0\n 99 102 102 124 109 151 c 0\n 124 211 153 268 196 323 c 0\n 278.605 431.173 382.602 508.973 500 579 c 1\n 263 579 l 1\n 254.055 551.371 255.614 505 222 505 c 0\n 217 505 213 508 211 513 c 0\n 211 516 211 522 212 533 c 1\n 234 620 l 1\n 577 620 l 1\n 566 577 l 1\n 469 524 379 457 298 376 c 0\n 217 295 167 220 150 153 c 0\n 147 139 145 127 145 116 c 0\n 145 81 161 57 194 46 c 1\n 236 38 278 30 322 23 c 1\n 357 13 374 -8 374 -39 c 0\n 374 -48 373 -56 371 -66 c 0\n 364 -91 347 -119 321 -150 c 1\n 364 -150 l 2\n 374 -150 379 -152 381 -155 c 1\n 386 -158 386 -162 386 -169 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: eta\nEncoding: 951 951 654\nWidth: 600\nFlags: HW\nHStem: 0 43<38 93 135 177 356 401 441 469> 386 40<143 177> 400 43<366 388>\nVStem: 467 42<321 334>\nDStem: 178 386 198 301 93 43 134 43 464 295 505 303 401 43 440 43\nFore\n467 321 m 0\n 467 371.601 430.348 400 374 400 c 0\n 324.083 400 288.323 378.242 256 354 c 0\n 240 341 221 324 198 301 c 1\n 134 43 l 1\n 179 43 l 2\n 188 43 194 41 196 37 c 1\n 201 34 201 28 201 20 c 1\n 199 14 195 9 188 6 c 1\n 184 2 177 0 168 0 c 2\n 37 0 l 2\n 21.9226 0 15 3.11315 15 20 c 0\n 18.8101 35.2403 30.7151 43 48 43 c 2\n 93 43 l 1\n 178 386 l 1\n 145 386 l 2\n 130.742 386 123 386.662 123 406 c 0\n 127.143 420.499 135.42 426 155 426 c 2\n 229 426 l 1\n 214 363 l 1\n 249 394 280 414 306 424 c 1\n 330 437 356 443 386 443 c 0\n 414 443 436 438 453 429 c 1\n 479.857 410.279 490.617 402.029 500 371 c 1\n 506 360 509 347 509 333 c 0\n 509 324 507 314 505 303 c 1\n 440 43 l 1\n 475 43 l 2\n 490.914 43 495 41.5503 495 20 c 0\n 492.796 8.97984 480.189 0 464 0 c 2\n 356 0 l 2\n 339.57 0 334 1.18564 334 20 c 0\n 338.31 35.0866 346.505 43 367 43 c 2\n 401 43 l 1\n 464 295 l 2\n 466 304 467 313 467 321 c 0\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: theta\nEncoding: 952 952 655\nWidth: 600\nFlags: HW\nHStem: -20 42<224 241> 315 42<259 317 355.008 365.481> 581 45<375 395>\nVStem: 65 74<193 197> 89 43<125 127> 478 44<414 460>\nFore\n199 398 m 0\n 199 360.155 235.97 357 288 357 c 2\n 366 357 l 2\n 381.122 357 383 355.728 383 338 c 0\n 380.51 325.551 373.614 317 355 317 c 2\n 317 315 l 1\n 292 315 l 2\n 245 315 211 319 188 328 c 0\n 165 336 154 355 152 386 c 1\n 162.598 460.189 181.618 490.273 223 542 c 0\n 257.614 585.267 321.993 626 392 626 c 0\n 447 626 480 600 504 560 c 0\n 520 533 523 503 523 474 c 0\n 523 457 522 440 522 426 c 0\n 522 389 517 347 505 301 c 0\n 483 213 445 138 393 75 c 0\n 340 12 286 -20 231 -20 c 0\n 201 -20 174 -12 149 3 c 0\n 123 18 108 39 100 66 c 0\n 93 93 89 112 89 125 c 0\n 89 137 92 152 97 174 c 1\n 77.6302 176.767 65 173.047 65 197 c 1\n 70 209 l 1\n 75 213 79 215 80 215 c 0\n 83 216 87 217 93 217 c 2\n 118 217 l 2\n 134.018 217 139 209.37 139 192 c 0\n 138 183 137 176 136 171 c 0\n 132 146 132 130 132 125 c 1\n 136 115 139 101 144 83 c 0\n 152.035 46.8403 193.994 22 239 22 c 0\n 260 22 281 30 302 45 c 0\n 348.024 77.8742 394.858 136.956 423 195 c 0\n 449.281 251.065 473.601 340.414 478 413 c 1\n 478 446 478 481 470 504 c 0\n 458 535 444 550 434 563 c 0\n 424 575 406 581 379 581 c 0\n 332 581 292 562 260 523 c 0\n 228 484 209 453 203 430 c 0\n 201 421 199 411 199 398 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: iota\nEncoding: 953 953 656\nWidth: 600\nFlags: HW\nHStem: -7 39<328 336> 386 40<243 304>\nVStem: 232 41<67 86.1328>\nDStem: 305 386 356 426 239 121 280 120\nFore\n465 81 m 0\n 465 76.4435 464 75.2095 464 70 c 1\n 453.798 44.4955 431.043 26.426 412 15 c 0\n 393.756 5.04895 354.176 -7 329 -7 c 0\n 305.219 -7 287.648 -1.80899 262 3 c 0\n 238.189 7.20197 232 32.2725 232 65 c 0\n 232 82 234 101 239 121 c 2\n 305 386 l 1\n 244 386 l 2\n 226.04 386 222 390.974 222 406 c 0\n 226.431 421.508 236.71 426 254 426 c 2\n 356 426 l 1\n 280 120 l 1\n 273 93 273 76 273 67 c 0\n 275.202 47.1776 305.82 32 334 32 c 0\n 371.375 32 407.035 52.5412 422 70 c 2\n 440 88 l 2\n 443 90 448 91 451 91 c 0\n 457 91 462 88 465 81 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: kappa\nEncoding: 954 954 657\nWidth: 600\nFlags: HW\nHStem: 2 43<36 100 321 358 414 460> 388 40<131 185 376 397 458 515>\nDStem: 186 388 235 428 100 45 188 239 186 388 174 186 100 45 128 2 231 226 268 252 359 45 414 45 398 388 458 388 188 239 268 252\nFore\n482 22 m 0\n 479.485 9.4236 468.653 2 449 2 c 2\n 320 2 l 2\n 303.323 2 298 5.31728 298 22 c 0\n 302.055 36.1917 311.262 45 331 45 c 2\n 359 45 l 1\n 231 226 l 1\n 174 186 l 1\n 128 2 l 1\n 34 2 l 2\n 18.5675 2 14 6.23451 14 22 c 0\n 17.841 35.4437 26.9903 45 45 45 c 2\n 100 45 l 1\n 186 388 l 1\n 131 388 l 2\n 115.643 388 111 390.137 111 408 c 0\n 113.073 422.509 126.851 428 141 428 c 2\n 235 428 l 1\n 188 239 l 1\n 398 388 l 1\n 376 388 l 2\n 361.022 388 354 389.499 354 408 c 0\n 358.118 424.472 372.239 428 386 428 c 2\n 516 428 l 2\n 525 428 530 426 533 422 c 1\n 538 420 538 415 538 408 c 1\n 534.043 396.129 521.952 388 506 388 c 2\n 458 388 l 1\n 268 252 l 1\n 414 45 l 1\n 460 45 l 2\n 471 45 478 43 481 39 c 1\n 482 35 482 29 482 22 c 0\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: lambda\nEncoding: 955 955 658\nWidth: 600\nFlags: HW\nHStem: -2 41<8 30 76 128 335 400 443.016 449> 573 41<183 194>\nDStem: 278 573 322 573 312 424 443 39 312 424 322 379 30 39 75 39 322 379 322 573 401 39 443 39\nFore\n477 31 m 1\n 477 18.7124 476.256 8.12802 468 4 c 0\n 463 0 456 -2 445 -2 c 2\n 335 -2 l 2\n 326 -2 320 0 317 4 c 1\n 314 6 314 11 314 18 c 1\n 318.183 30.549 326.958 39 345 39 c 2\n 401 39 l 1\n 322 379 l 1\n 75 39 l 1\n 128 39 l 2\n 144.794 39 149 37.3113 149 18 c 0\n 146.887 3.21048 133.067 -2 118 -2 c 2\n 8 -2 l 2\n 1 -2 -4 -1 -7 0 c 0\n -8 0 -11 2 -14 6 c 1\n -15 11 -15 15 -15 18 c 0\n -11.1418 31.5037 1.59542 39 18 39 c 2\n 30 39 l 1\n 312 424 l 1\n 278 573 l 1\n 184 573 l 2\n 176 573 170 575 166 578 c 0\n 162 581 162 586 162 594 c 1\n 165.909 607.682 175.761 614 194 614 c 2\n 280 618 l 2\n 289.497 618 306.628 611.058 310 606 c 0\n 312.677 601.984 322 579.555 322 573 c 1\n 443 39 l 1\n 469.645 39 472.395 40.2099 477 31 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni03BC\nEncoding: 956 956 659\nWidth: 600\nFlags: HW\nHStem: -190 40<-29 57 100 175> -13 37<230 244> 0 43<453 486> 386 40<137 189 424 497>\nDStem: 190 386 242 426 57 -150 165 117 190 386 140 16 57 -150 99 -150 498 386 547 426 431 117 452 43\nFore\n231 -13 m 0\n 190.938 -13 155.804 -5.73037 140 16 c 1\n 99 -150 l 1\n 175 -150 l 2\n 190.759 -150 196 -151.055 196 -169 c 1\n 191.817 -181.549 183.043 -190 165 -190 c 2\n -28 -190 l 2\n -38 -190 -45 -188 -48 -184 c 0\n -50 -182 -50 -177 -50 -169 c 1\n -45.5726 -153.504 -35.4021 -150 -18 -150 c 2\n 57 -150 l 1\n 190 386 l 1\n 138 386 l 2\n 121.959 386 115 386.771 115 406 c 0\n 119.247 420.865 126.73 426 148 426 c 2\n 242 426 l 1\n 165 117 l 1\n 163 107 162 98 162 89 c 0\n 162 75 165 62 171 50 c 1\n 183.963 35.1846 213.496 24 242 24 c 0\n 299 24 362 55 431 117 c 1\n 498 386 l 1\n 424 386 l 2\n 407.148 386 401 392.317 401 406 c 0\n 403 413 407 417 413 420 c 1\n 417 424 424 426 434 426 c 2\n 547 426 l 1\n 452 43 l 1\n 487 43 l 2\n 503.666 43 507 40.9305 507 20 c 0\n 504.81 9.04938 492.84 0 476 0 c 2\n 402 0 l 1\n 417 60 l 1\n 384 35 352 16 322 5 c 0\n 292 -7 262 -13 231 -13 c 0\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: nu\nEncoding: 957 957 660\nWidth: 600\nFlags: HW\nHStem: 0 43<244 262> 386 40<98 139 183 259 425 491 535 587>\nDStem: 139 386 182 386 208 0 244 43 492 386 535 386 262 43 276 0\nFore\n609 406 m 0\n 606.485 393.424 595.653 386 576 386 c 2\n 535 386 l 1\n 276 0 l 1\n 208 0 l 1\n 139 386 l 1\n 98 386 l 2\n 89 386 83 388 80 392 c 1\n 75 395 75 400 75 406 c 0\n 78.9468 419.814 92.998 426 108 426 c 2\n 259 426 l 2\n 268 426 274 424 277 420 c 1\n 281 418 281 413 281 406 c 0\n 278.987 393.922 264.382 386 249 386 c 2\n 182 386 l 1\n 244 43 l 1\n 262 43 l 1\n 492 386 l 1\n 425 386 l 2\n 408.323 386 403 389.317 403 406 c 0\n 407.247 420.866 418.679 426 435 426 c 2\n 586 426 l 2\n 597 426 604 424 607 420 c 0\n 609 418 609 413 609 406 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: xi\nEncoding: 958 958 661\nWidth: 600\nFlags: HW\nHStem: -201 41<244 294 342 379> 314 42<418 467> 574 41<269 455 524 574>\nVStem: 123 40<77 105> 313 37<412 426> 367 41<-64 -63>\nDStem: 240 615 269 574 219 528 258 528\nFore\n313 412 m 0\n 313 436.118 319.32 456.168 328 477 c 1\n 359 526 401 559 456 574 c 1\n 269 574 l 1\n 262.897 548.48 261.042 500 230 500 c 0\n 223 500 219 503 218 508 c 0\n 218 517 218 522 219 528 c 1\n 240 615 l 1\n 583 615 l 1\n 574 576 l 1\n 548.281 576.05 521.203 577.465 502 571 c 1\n 436.059 545.988 374.44 513.319 351 443 c 0\n 350 436 350 430 350 424 c 0\n 350 410 353 399 362 390 c 0\n 375 377 393 366 418 356 c 1\n 468 356 l 2\n 483.662 356 489 351.953 489 335 c 0\n 484.702 322.106 475.533 314 457 314 c 2\n 410 314 l 2\n 292 314 212 260 170 153 c 1\n 166 135 163 119 163 105 c 0\n 163 69 178 44 208 32 c 1\n 342 11 l 2\n 388 3 408 -22 408 -65 c 0\n 403.828 -77.5147 400.495 -89.6074 394 -100 c 0\n 386 -111 369 -131 341 -160 c 1\n 380 -160 l 2\n 395.452 -160 403 -162.086 403 -181 c 0\n 400.588 -190.647 386.682 -201 370 -201 c 2\n 245 -201 l 2\n 234 -201 227 -199 224 -195 c 0\n 222 -193 222 -188 222 -181 c 0\n 226.134 -164.464 237.884 -160 255 -160 c 2\n 294 -160 l 1\n 322 -134 340 -115 351 -104 c 0\n 360 -95 366 -86 368 -77 c 0\n 368 -71 l 0\n 368 -40 339 -25 283 -18 c 0\n 222 -11 178 0 150 16 c 0\n 132 25 123 46 123 77 c 0\n 123 97 127 121 134 149 c 0\n 146 196 174 239 217 276 c 0\n 259 313 293 333 317 337 c 0\n 341 340 357 342 365 342 c 0\n 369.533 342 376.825 343.175 379 341 c 0\n 346 352 325 366 318 383 c 0\n 314 391 313 401 313 412 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: omicron\nEncoding: 959 959 662\nWidth: 600\nFlags: HW\nHStem: -16 40<236 253> 400 43<333 353>\nVStem: 61 41<142 160> 484 42<256 272>\nFore\n351 443 m 0\n 454.274 443 526 369.253 526 269 c 0\n 526 210.941 505.652 163.478 480 125 c 0\n 462 97 433 67 391 34 c 0\n 350 1 299 -16 237 -16 c 0\n 174 -16 127 7 95 52 c 0\n 73 83 61 117 61 155 c 0\n 61 241.694 112.25 321.398 174 374 c 0\n 229 420 288 443 351 443 c 0\n484 261 m 0\n 484 343.78 423.956 400 341 400 c 0\n 292 400 249 387 215 360 c 0\n 155.708 314.26 128.007 281.454 110 212 c 0\n 105 192 102 174 102 157 c 0\n 102 132 109 111 121 94 c 0\n 156.223 48.7136 185.42 24 247 24 c 0\n 306.863 24 352.913 51.1932 391 81 c 0\n 441.156 120.252 484 182.939 484 261 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: pi\nEncoding: 960 960 663\nWidth: 600\nFlags: HW\nHStem: 0 43<27 81 124 166 344 389 429 462> 386 42<131 165 208 473 513 558>\nDStem: 166 386 208 386 81 43 123 43 474 386 513 386 389 43 428 43\nFore\n483 20 m 0\n 480.81 9.04938 468.84 0 452 0 c 2\n 345 0 l 2\n 327.506 0 323 1.08271 323 20 c 0\n 327.093 36.373 334.17 43 356 43 c 2\n 389 43 l 1\n 474 386 l 1\n 208 386 l 1\n 123 43 l 1\n 168 43 l 2\n 177 43 182 41 185 37 c 1\n 189 34 189 28 189 20 c 1\n 185.043 8.12929 172.952 0 157 0 c 2\n 26 0 l 2\n 10.8455 0 3 2.48689 3 20 c 0\n 6.89879 35.5952 19.2629 43 37 43 c 2\n 81 43 l 1\n 166 386 l 1\n 122 386 l 2\n 113 386 107 388 104 392 c 1\n 99 395 99 400 99 406 c 1\n 103.112 418.337 119.092 428 133 428 c 2\n 559 428 l 2\n 573.341 428 579 422.873 579 406 c 0\n 576.614 394.07 565.485 386 548 386 c 2\n 513 386 l 1\n 428 43 l 1\n 463 43 l 2\n 479.666 43 483 40.9305 483 20 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: rho\nEncoding: 961 961 664\nWidth: 600\nFlags: HW\nHStem: -190 40<-31 34 76 173> 10 42<284 301> 400 43<380 398>\nVStem: 521 42<271 292>\nDStem: 121 202 137 101 34 -150 75 -150\nFore\n556 226 m 0\n 541 166 509 115 457 72 c 1\n 404 31 347 10 288 10 c 0\n 215 10 165 40 137 101 c 1\n 75 -150 l 1\n 173 -150 l 2\n 188.759 -150 194 -151.055 194 -169 c 1\n 189.817 -181.549 181.043 -190 163 -190 c 2\n -30 -190 l 2\n -40 -190 -47 -188 -50 -184 c 0\n -52 -182 -52 -177 -52 -169 c 1\n -47.5726 -153.504 -37.4021 -150 -20 -150 c 2\n 34 -150 l 1\n 121 202 l 1\n 126.073 237.891 136.976 261.411 154 291 c 1\n 179.719 340.295 239.528 393.264 293 420 c 0\n 325 435 359 443 396 443 c 0\n 432 443 467 433 499 414 c 1\n 527 395 547 368 555 334 c 1\n 561 317 563 299 563 281 c 0\n 563 263 561 245 556 226 c 0\n299 52 m 0\n 413.366 52 521 159.688 521 272 c 0\n 521 279 521 286 520 293 c 0\n 517 313 507 336 488 362 c 0\n 469 387 435 400 386 400 c 0\n 337 400 297 388 266 363 c 0\n 234 338 212 314 198 292 c 0\n 183 270 174 248 168 226 c 0\n 164 211 162 196 162 182 c 0\n 162 107.426 216.44 52 299 52 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: sigma1\nEncoding: 962 962 665\nWidth: 600\nFlags: HW\nHStem: -12 43<246 266 276 289> 404 37<332 380>\nVStem: 156 39<282 297> 408 38<119 128>\nFore\n156 283 m 0\n 156 333.292 186.008 372.222 228 404 c 1\n 261.394 426.263 300.549 441 355 441 c 2\n 366 441 l 2\n 423 441 467 425 498 392 c 1\n 501 405 504 413 505 414 c 2\n 511 422 l 2\n 512 423 516 423 523 424 c 1\n 536 420 l 1\n 536 417 536 411 535 400 c 1\n 514 315 l 1\n 511 304 508 298 505 295 c 0\n 502.503 291.255 492.001 280.999 489 287 c 1\n 486 287 481 288 477 291 c 1\n 477 309 l 2\n 479 316 480 322 480 328 c 0\n 480 335 479 340 476 345 c 0\n 454.436 383.814 428.715 404 359 404 c 0\n 307.995 404 275.996 396.997 248 375 c 0\n 214.755 351.605 195 324.723 195 289 c 0\n 195 275 200 264 209 257 c 0\n 234.658 235.29 270.293 223.941 310 216 c 1\n 354 212 384 205 402 194 c 1\n 427.122 182.835 447 163.025 447 131 c 0\n 447 122 445 113 443 103 c 0\n 433 65 410 37 374 18 c 1\n 345 -2 308 -12 267 -12 c 2\n 248 -12 l 2\n 204 -12 170 2 147 31 c 1\n 142.867 14.466 138.272 9.42413 128 6 c 0\n 126 5 124 5 123 4 c 0\n 116 4 111 6 108 10 c 1\n 108 15 108 22 110 31 c 2\n 128 103 l 2\n 131.644 117.574 138.638 130 154 130 c 0\n 157.829 128.086 161.846 127.154 164 125 c 0\n 166 119 166 113 166 107 c 0\n 166 78 169 66 178 58 c 0\n 201 40 230 31 266 31 c 1\n 275 29 l 1\n 340.031 29 408 65.4586 408 119 c 0\n 408 161.506 355.664 168.509 313 173 c 1\n 282 179 259 184 246 187 c 0\n 204.826 195.823 178.344 213.865 165 245 c 0\n 159 256 156 269 156 283 c 0\nEndSplineSet\nEndChar\nStartChar: sigma\nEncoding: 963 963 666\nWidth: 600\nFlags: HW\nHStem: -14 41<194 210> 384 42<290 313 419 557>\nVStem: 34 43<146 162> 427 43<253 266>\nFore\n470 264 m 0\n 470 207.534 449.251 156.783 426 119 c 1\n 408 93 387 69 362 47 c 1\n 310 6 257 -14 198 -14 c 0\n 159 -14 127 -5 100 14 c 1\n 72 31 53 53 46 80 c 0\n 39 107 35 129 34 146 c 0\n 34 208.671 58.578 263.996 89 305 c 0\n 111 333 142 360 180 387 c 0\n 218 413 262 426 311 426 c 2\n 330 426 l 1\n 568 428 l 1\n 557 384 l 1\n 418 384 l 1\n 453 352 470 312 470 264 c 0\n77 156 m 0\n 77 78.869 131.039 27 208 27 c 0\n 313.611 27 398.37 115.678 420 204 c 0\n 424 222 427 238 427 254 c 0\n 427 330.32 374.625 384 297 384 c 0\n 181.369 384 77 272.147 77 156 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: tau\nEncoding: 964 964 667\nWidth: 600\nFlags: HW\nHStem: 0 32<315 339> 386 42<123 306 345 572>\nVStem: 230 42<69 76>\nDStem: 307 386 345 386 235 98 279 121\nFore\n449 81 m 0\n 449 76.4435 448 75.2095 448 70 c 1\n 446 62 l 1\n 446 53.7228 434.014 44.7608 429 41 c 1\n 402.546 14.2158 385.999 7.44269 339 0 c 1\n 301 0 l 2\n 276 0 257 7 243 21 c 0\n 234 29 230 41 230 59 c 0\n 230 70 231 83 235 98 c 2\n 307 386 l 1\n 114 386 l 2\n 106 386 99 388 93 392 c 1\n 91 397 91 401 91 406 c 0\n 94.842 419.447 110.189 428 127 428 c 2\n 579 428 l 2\n 588 428 594 427 599 424 c 0\n 602 421 602 415 602 408 c 1\n 600 403 597 398 592 394 c 0\n 583 389 575 386 570 386 c 2\n 345 386 l 1\n 279 121 l 1\n 275 103 272 88 272 76 c 0\n 272 43.9167 295.026 32 324 32 c 0\n 353.684 32 365.699 39.7994 381 50 c 0\n 387.621 54.4142 416.904 80.9039 421 85 c 0\n 429.463 85 449 85.5 449 81 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 668\nWidth: 600\nFlags: HW\nHStem: -12 41<236 253> 386 40<114 166 428 474 517 580> 408 20G<439 580>\nVStem: 100 44<93 108>\nDStem: 167 386 219 426 107 144 149 144 475 386 517 388 416 148 456 146\nFore\n144 106 m 0\n 144 47.9581 196.323 29 251 29 c 0\n 286 29 321 39 352 58 c 0\n 384 77 406 107 416 148 c 2\n 475 386 l 1\n 426 386 l 2\n 417 386 410 388 405 392 c 1\n 403 396 403 401 403 408 c 0\n 405.063 422.443 423.319 428 439 428 c 2\n 580 428 l 2\n 589 428 595 427 600 424 c 0\n 603 421 603 415 603 408 c 1\n 598.289 396.222 587.782 388 570 388 c 2\n 517 388 l 1\n 456 146 l 1\n 431.206 44.9179 357.915 -12 239 -12 c 0\n 146 -12 100 22 100 91 c 0\n 100 107 102 125 107 144 c 1\n 167 386 l 1\n 115 386 l 2\n 107 386 100 388 94 392 c 1\n 92 397 92 401 92 406 c 0\n 96.0079 420.028 106.237 426 125 426 c 2\n 219 426 l 1\n 149 144 l 1\n 145 130 144 118 144 106 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: phi\nEncoding: 966 966 669\nWidth: 600\nFlags: HW\nHStem: -14 38<222 274 330 375> -13 40<385 386> 384 42<139 186 418 485>\nVStem: 115 47<78 90> 550 44<323 329>\nDStem: 187 384 243 426 120 115 166 115 275 -14 320 -14 228 -202 273 -202 384 426 418 382 284 24 329 25 545 293 590 293 501 117 546 117\nFore\n546 117 m 2\n 537 80 513 46 476 16 c 1\n 450.009 -1.99387 415.79 -13 373 -13 c 0\n 370 -14 364 -14 354 -14 c 1\n 320 -14 l 1\n 273 -202 l 1\n 228 -202 l 1\n 275 -14 l 1\n 230 -14 l 2\n 165.142 -14 115 17.1364 115 79 c 0\n 115 90 117 102 120 115 c 2\n 187 384 l 1\n 137 384 l 2\n 128 384 119 386 112 390 c 1\n 110 394 110 399 110 406 c 1\n 114.456 421.596 131.399 426 151 426 c 2\n 243 426 l 1\n 166 115 l 1\n 163 105 162 96 162 88 c 0\n 162 75 166 64 173 56 c 0\n 192.131 33.3909 200.62 24 234 24 c 2\n 284 24 l 1\n 384 426 l 1\n 482 426 l 2\n 549.776 426 594 391.64 594 327 c 0\n 594 317 593 305 590 293 c 2\n 546 117 l 2\n501 117 m 2\n 545 293 l 2\n 548 305 550 315 550 324 c 0\n 550 336 547 346 541 352 c 0\n 522.352 372.513 503.588 382 467 382 c 2\n 418 382 l 1\n 329 25 l 1\n 367 25 l 1\n 372 25 378 26 384 27 c 0\n 411 27 433 33 449 45 c 0\n 476.352 65.5141 493.266 83.4856 501 117 c 2\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: chi\nEncoding: 967 967 670\nWidth: 600\nFlags: HW\nHStem: -177 39<-16 47 97 135 396 448> 386 40<135 176 449 495 546 601> 408 20G<460 601>\nDStem: 176 386 210 426 261 117 299 156 261 117 281 80 47 -138 96 -136 281 80 313 117 362 -175 396 -136 496 386 546 388 299 156 313 117\nFore\n624 408 m 1\n 619.289 396.222 608.782 388 591 388 c 2\n 546 388 l 1\n 313 117 l 1\n 396 -136 l 1\n 448 -136 l 2\n 462.951 -136 471 -138.971 471 -155 c 0\n 468.869 -169.915 453.486 -175 438 -175 c 2\n 362 -175 l 1\n 281 80 l 1\n 96 -136 l 1\n 137 -136 l 2\n 146 -136 154 -138 159 -142 c 1\n 161 -146 161 -151 161 -157 c 0\n 156.83 -171.595 141.334 -177 125 -177 c 2\n -16 -177 l 2\n -30.5526 -177 -39 -176.232 -39 -157 c 0\n -36.5578 -144.789 -21.9928 -138 -6 -138 c 2\n 47 -138 l 1\n 261 117 l 1\n 176 386 l 1\n 136 386 l 2\n 128 386 121 388 115 392 c 1\n 113 397 113 401 113 406 c 0\n 117.008 420.028 127.237 426 146 426 c 2\n 210 426 l 1\n 299 156 l 1\n 496 386 l 1\n 447 386 l 2\n 438 386 431 388 426 392 c 1\n 424 396 424 401 424 408 c 0\n 426.063 422.443 444.319 428 460 428 c 2\n 601 428 l 2\n 610 428 616 427 621 424 c 0\n 624 421 624 415 624 408 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: psi\nEncoding: 968 968 671\nWidth: 600\nFlags: HW\nHStem: -19 40<182 241 292 357> 384 40<113 154 568 622> 403 20G<537 623>\nVStem: 83 42<76 88>\nDStem: 155 384 206 424 88 115 129 115 242 -19 282 -19 197 -201 237 -201 349 410 389 410 252 21 292 21 537 423 568 382 460 114 501 114\nFore\n338 20 m 0\n 402.567 20 448.171 60.7711 460 114 c 1\n 537 423 l 1\n 623 423 l 2\n 639.273 423 645 424.053 645 403 c 0\n 642.69 391.448 628.876 382 613 382 c 2\n 568 382 l 1\n 501 114 l 1\n 484.417 43.9816 421.726 -19 339 -19 c 0\n 336 -20 330 -20 319 -20 c 0\n 306.189 -20 295.173 -19 282 -19 c 1\n 237 -201 l 1\n 197 -201 l 1\n 242 -19 l 1\n 183 -19 l 2\n 144 -19 117 -6 100 20 c 0\n 88 36 83 55 83 77 c 0\n 83 89 84 101 88 115 c 1\n 155 384 l 1\n 114 384 l 2\n 105 384 98 386 93 390 c 1\n 91 394 91 399 91 404 c 0\n 92.9634 417.744 105.107 424 124 424 c 2\n 206 424 l 1\n 129 115 l 1\n 126 104 125 95 125 86 c 0\n 125 73 128 63 134 55 c 0\n 148.416 34.1767 165.728 21 191 21 c 2\n 252 21 l 1\n 349 410 l 2\n 351.213 421.067 360.349 428 377 428 c 0\n 386.422 428 389 423.235 389 410 c 1\n 292 21 l 1\n 308.535 21 321.359 20 338 20 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: omega\nEncoding: 969 969 672\nWidth: 600\nFlags: HW\nHStem: -16 40<143 162> -14 41<341 355> 388 40<123 142 184 243 452 502 544 573> 410 20G<462 572>\nVStem: 34 39<128 144> 525 38<273 302>\nDStem: 290 255 331 255 255 117 296 117\nFore\n341 -14 m 0\n 300.68 -14 284.625 -5.43721 269 18 c 1\n 262 25 258 33 257 43 c 1\n 229.035 15.0352 205.608 -16 144 -16 c 0\n 104.209 -16 80.5498 -3.25978 62 19 c 0\n 47.2605 35.0794 34 89.7686 34 134 c 0\n 34 196.823 53.7048 254.152 79 300 c 0\n 94 329 115 358 143 388 c 1\n 124 388 l 2\n 106.555 388 101 389.031 101 408 c 0\n 103.203 423.424 117.919 428 134 428 c 2\n 243 428 l 2\n 254 428 260 426 263 422 c 0\n 265 420 265 415 265 408 c 1\n 263 403 260 399 256 394 c 1\n 249 390 242 388 233 388 c 2\n 184 388 l 1\n 122.395 326.395 77.8657 251.045 73 144 c 0\n 73 109.883 82.0211 67.9789 94 56 c 0\n 106.511 41.925 129.425 24 152 24 c 0\n 163 24 173 26 183 31 c 0\n 192 35 205 43 221 56 c 0\n 237 69 248 89 255 117 c 2\n 290 255 l 2\n 292.214 263.854 300.695 273 318 273 c 0\n 327.663 273 331 269.189 331 255 c 1\n 296 117 l 1\n 293 104 292 93 292 82 c 0\n 294.732 51.9449 319.715 27 353 27 c 0\n 381.5 27 405.727 42.9652 426 57 c 0\n 438 66 454 86 474 117 c 0\n 494 148 508 182 517 218 c 0\n 525 248 526 277 526 305 c 1\n 524 333 516 361 502 390 c 1\n 452 390 l 2\n 438.922 390 430 391.734 430 410 c 0\n 434.247 424.866 445.679 430 462 430 c 2\n 572 430 l 2\n 587.254 430 595 429.893 595 410 c 0\n 592.461 397.306 580.29 390 562 390 c 2\n 543 390 l 1\n 555 361 562 331 563 302 c 0\n 563 216.988 537.236 149.151 502 94 c 0\n 478 58 458 34 441 22 c 0\n 411.363 -0.66388 385.088 -14 341 -14 c 0\nEndSplineSet\nMinimumDistance: x39,-1 \nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 673\nWidth: 600\nFlags: HW\nHStem: -7 39<305 313> 386 40<220 281> 525 81<246 266 452 472>\nVStem: 209 41<67 86.1328>\nDStem: 282 386 333 426 216 121 257 120\nFore\n472 606 m 0\n 492.262 606 501 594.018 501 565 c 1\n 495.662 547.206 473.987 525 452 525 c 0\n 431.101 525 423 538.546 423 565 c 1\n 426.445 582.227 448.781 606 472 606 c 0\n246 525 m 0\n 225.515 525 219 537.322 219 565 c 1\n 221 574 227 584 236 594 c 1\n 246 602 256 606 266 606 c 0\n 277 606 286 602 292 594 c 1\n 295 584 295 574 295 565 c 1\n 291.326 548.468 269.873 525 246 525 c 0\n442 81 m 0\n 442 76.4435 441 75.2095 441 70 c 1\n 430.798 44.4955 408.043 26.4259 389 15 c 0\n 370.756 5.04895 331.176 -7 306 -7 c 0\n 282.219 -7 264.648 -1.809 239 3 c 0\n 215.189 7.20196 209 32.2725 209 65 c 0\n 209 82 211 101 216 121 c 2\n 282 386 l 1\n 221 386 l 2\n 203.04 386 199 390.974 199 406 c 0\n 203.431 421.508 213.71 426 231 426 c 2\n 333 426 l 1\n 257 120 l 1\n 250 93 250 76 250 67 c 0\n 252.202 47.1776 282.82 32 311 32 c 0\n 348.375 32 384.035 52.5412 399 70 c 2\n 417 88 l 2\n 420 90 425 91 428 91 c 0\n 434 91 439 88 442 81 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 674\nWidth: 600\nFlags: HW\nHStem: -12 41<214 239> 386 40<92 144 406 452 495 558> 408 20G<417 558> 525 81<247 267 453 473>\nVStem: 78 44<93 108>\nDStem: 145 386 197 426 85 144 127 144 453 386 495 388 394 148 434 146\nFore\n473 606 m 0\n 493.262 606 502 594.018 502 565 c 1\n 496.662 547.206 474.987 525 453 525 c 0\n 432.101 525 424 538.546 424 565 c 1\n 427.445 582.227 449.781 606 473 606 c 0\n247 525 m 0\n 226.515 525 220 537.322 220 565 c 1\n 222 574 228 584 237 594 c 1\n 247 602 257 606 267 606 c 0\n 278 606 287 602 293 594 c 1\n 296 584 296 574 296 565 c 1\n 292.326 548.468 270.873 525 247 525 c 0\n122 106 m 0\n 122 47.9581 174.323 29 229 29 c 0\n 264 29 299 39 330 58 c 0\n 362 77 384 107 394 148 c 2\n 453 386 l 1\n 404 386 l 2\n 395 386 388 388 383 392 c 1\n 381 396 381 401 381 408 c 0\n 383.063 422.443 401.319 428 417 428 c 2\n 558 428 l 2\n 567 428 573 427 578 424 c 0\n 581 421 581 415 581 408 c 1\n 576.289 396.222 565.782 388 548 388 c 2\n 495 388 l 1\n 434 146 l 1\n 409.206 44.9179 335.915 -12 217 -12 c 0\n 124 -12 78 22 78 91 c 0\n 78 107 80 125 85 144 c 1\n 145 386 l 1\n 93 386 l 2\n 85 386 78 388 72 392 c 1\n 70 397 70 401 70 406 c 0\n 74.0079 420.028 84.2366 426 103 426 c 2\n 197 426 l 1\n 127 144 l 1\n 123 130 122 118 122 106 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 675\nWidth: 600\nFlags: HW\nHStem: -16 40<209 226> 400 43<306 326>\nVStem: 34 41<142 160> 457 42<256 272>\nDStem: 418 647 438 614 279 546 299 513\nFore\n276 503 m 0\n 265.251 503 262 507.182 262 525 c 1\n 265.508 534.158 272.753 539.581 279 546 c 1\n 418 647 l 2\n 425 652 431 655 438 655 c 0\n 451.585 655 454 652.714 454 634 c 1\n 451.612 624.388 444.851 619.149 438 614 c 1\n 299 513 l 1\n 287 506 279 503 276 503 c 0\n324 443 m 0\n 427.274 443 499 369.253 499 269 c 0\n 499 210.941 478.652 163.478 453 125 c 0\n 435 97 406 67 364 34 c 0\n 323 1 272 -16 210 -16 c 0\n 147 -16 100 7 68 52 c 0\n 46 83 34 117 34 155 c 0\n 34 241.694 85.2497 321.398 147 374 c 0\n 202 420 261 443 324 443 c 0\n457 261 m 0\n 457 343.78 396.956 400 314 400 c 0\n 265 400 222 387 188 360 c 0\n 128.708 314.26 101.007 281.454 83 212 c 0\n 78 192 75 174 75 157 c 0\n 75 132 82 111 94 94 c 0\n 129.223 48.7136 158.42 24 220 24 c 0\n 279.863 24 325.913 51.1932 364 81 c 0\n 414.156 120.252 457 182.939 457 261 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 676\nWidth: 600\nFlags: HW\nHStem: -12 41<208 225> 386 40<86 138 400 446 489 552> 408 20G<411 552>\nVStem: 72 44<93 108>\nDStem: 139 386 191 426 79 144 121 144 418 647 438 614 279 546 299 513 447 386 489 388 388 148 428 146\nFore\n276 503 m 0\n 265.251 503 262 507.182 262 525 c 1\n 265.508 534.158 272.753 539.581 279 546 c 1\n 418 647 l 2\n 425 652 431 655 438 655 c 0\n 451.585 655 454 652.714 454 634 c 1\n 451.612 624.388 444.851 619.149 438 614 c 1\n 299 513 l 1\n 287 506 279 503 276 503 c 0\n116 106 m 0\n 116 47.9581 168.323 29 223 29 c 0\n 258 29 293 39 324 58 c 0\n 356 77 378 107 388 148 c 2\n 447 386 l 1\n 398 386 l 2\n 389 386 382 388 377 392 c 1\n 375 396 375 401 375 408 c 0\n 377.063 422.443 395.319 428 411 428 c 2\n 552 428 l 2\n 561 428 567 427 572 424 c 0\n 575 421 575 415 575 408 c 1\n 570.289 396.222 559.782 388 542 388 c 2\n 489 388 l 1\n 428 146 l 1\n 403.206 44.9179 329.915 -12 211 -12 c 0\n 118 -12 72 22 72 91 c 0\n 72 107 74 125 79 144 c 1\n 139 386 l 1\n 87 386 l 2\n 79 386 72 388 66 392 c 1\n 64 397 64 401 64 406 c 0\n 68.0079 420.028 78.2366 426 97 426 c 2\n 191 426 l 1\n 121 144 l 1\n 117 130 116 118 116 106 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: omegatonos\nEncoding: 974 974 677\nWidth: 600\nFlags: HW\nHStem: -16 40<115 134> -14 41<313 327> 388 40<95 114 156 215 424 474 516 545> 410 20G<434 544>\nVStem: 6 39<128 144> 497 38<273 302>\nDStem: 262 255 303 255 227 117 268 117 418 647 438 614 279 546 299 513\nFore\n276 503 m 0\n 265.251 503 262 507.182 262 525 c 1\n 265.508 534.158 272.753 539.581 279 546 c 1\n 418 647 l 2\n 425 652 431 655 438 655 c 0\n 451.585 655 454 652.714 454 634 c 1\n 451.612 624.388 444.851 619.149 438 614 c 1\n 299 513 l 1\n 287 506 279 503 276 503 c 0\n313 -14 m 0\n 272.68 -14 256.625 -5.4372 241 18 c 1\n 234 25 230 33 229 43 c 1\n 201.035 15.0353 177.608 -16 116 -16 c 0\n 76.209 -16 52.5498 -3.25977 34 19 c 0\n 19.2605 35.0794 6 89.7686 6 134 c 0\n 6 196.823 25.7048 254.152 51 300 c 0\n 66 329 87 358 115 388 c 1\n 96 388 l 2\n 78.5551 388 73 389.031 73 408 c 0\n 75.2034 423.424 89.9188 428 106 428 c 2\n 215 428 l 2\n 226 428 232 426 235 422 c 0\n 237 420 237 415 237 408 c 1\n 235 403 232 399 228 394 c 1\n 221 390 214 388 205 388 c 2\n 156 388 l 1\n 94.3949 326.395 49.8657 251.045 45 144 c 0\n 45 109.883 54.0211 67.9789 66 56 c 0\n 78.5111 41.925 101.425 24 124 24 c 0\n 135 24 145 26 155 31 c 0\n 164 35 177 43 193 56 c 0\n 209 69 220 89 227 117 c 2\n 262 255 l 2\n 264.214 263.854 272.695 273 290 273 c 0\n 299.663 273 303 269.189 303 255 c 1\n 268 117 l 1\n 265 104 264 93 264 82 c 0\n 266.732 51.9449 291.715 27 325 27 c 0\n 353.5 27 377.727 42.9652 398 57 c 0\n 410 66 426 86 446 117 c 0\n 466 148 480 182 489 218 c 0\n 497 248 498 277 498 305 c 1\n 496 333 488 361 474 390 c 1\n 424 390 l 2\n 410.922 390 402 391.734 402 410 c 0\n 406.247 424.866 417.679 430 434 430 c 2\n 544 430 l 2\n 559.254 430 567 429.893 567 410 c 0\n 564.461 397.306 552.29 390 534 390 c 2\n 515 390 l 1\n 527 361 534 331 535 302 c 0\n 535 216.988 509.236 149.151 474 94 c 0\n 450 58 430 34 413 22 c 0\n 383.363 -0.66388 357.088 -14 313 -14 c 0\nEndSplineSet\nMinimumDistance: x47,-1 \nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 678\nWidth: 600\nFlags: HW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569>\nRef: 96 96 N 1 0 0 1 68 113\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 679\nWidth: 600\nFlags: HW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569> 603 100<304.5 315 525.5 536>\nVStem: 259 102<647.5 658> 480 102<647.5 658>\nRef: 168 168 N 1 0 0 1 1 92\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 680\nWidth: 600\nFlags: HW\nHStem: -137 41<274 283> 3 41<103 137 180 235> 296 41<362 391> 525 41<114 235 280 404>\nVStem: 486 42<222 237>\nDStem: 82.7139 566 115.999 525 58.4824 452 100.482 452 239.999 525 281.999 525 137.759 44 233.961 299 239.999 525 223.971 252 137.759 44 179.759 44 405.999 525 454.714 566 390.482 452 430.482 452 483.131 201 525.831 209 449.759 44 490.759 44\nFore\n491 44 m 2\n 471.187 -46.8087 377.022 -137 264 -137 c 1\n 274 -96 l 0\n 326 -97 367 -77 404 -38 c 0\n 428 -14 443 13 450 43 c 2\n 450 44 l 1\n 483 201 l 2\n 498.104 275.008 445.206 296 363 296 c 0\n 318 296 278 286 244 267 c 1\n 244 266 l 1\n 224 252 l 1\n 180 44 l 1\n 234 44 l 2\n 252 44 259 37 256 23 c 0\n 253 10 243 3 225 3 c 2\n 105 3 l 2\n 88 3 80 9 82 22 c 1\n 82 23 l 2\n 85 37 96 44 114 44 c 2\n 138 44 l 1\n 240 525 l 1\n 116 525 l 1\n 100 452 l 2\n 97 434 87 425 73 425 c 0\n 58.54 425 58 428.461 58 452 c 1\n 83 566 l 1\n 455 566 l 1\n 430 452 l 2\n 427 434 418 425 405 425 c 0\n 393 425 388 433 390 449 c 1\n 392.352 477.315 402.274 498.059 406 525 c 1\n 282 525 l 1\n 234 299 l 1\n 266 320 309 333 362 337 c 2\n 374 337 l 2\n 475.416 337 544.281 300.405 526 209 c 2\n 491 44 l 2\nEndSplineSet\nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 681\nWidth: 600\nFlags: HW\nHStem: 0 41<25 90 130 270> 522 41<136 192 231 546>\nDStem: 192 522 232 522 90 41 130 41 440 743 460 712 305 643 325 612 546 522 596 563 526 424 566 424\nFore\n130 41 m 1\n 268 41 l 2\n 286 41 292 36 292 25 c 0\n 292 10 280 0 260 0 c 2\n 26 0 l 2\n 10 0 4 5 4 16 c 0\n 4 32 16 41 36 41 c 2\n 90 41 l 1\n 192 522 l 1\n 138 522 l 2\n 122 522 114 527 114 538 c 0\n 114 554 126 563 146 563 c 2\n 596 563 l 1\n 566 424 l 1\n 564 406 554 397 540 397 c 0\n 532 397 524 404 524 412 c 1\n 530.283 449.717 538.998 485.002 546 522 c 1\n 232 522 l 1\n 130 41 l 1\n460 712 m 2\n 325 612 l 2\n 316 606 310 603 305 603 c 0\n 295 603 288 610 288 619 c 0\n 288 628 292 633 305 643 c 2\n 440 743 l 2\n 450 750 455 752 461 752 c 0\n 470 752 477 745 477 736 c 0\n 477 727 473 721 460 712 c 2\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 682\nWidth: 600\nFlags: HW\nHStem: -16 41<244 262> 272 41<99 371> 535 41<340 369>\nVStem: 38 42<191 209>\nFore\n90 272 m 1\n 85 248 l 2\n 59 128 138 25 256 25 c 0\n 325 25 381 51 449 115 c 0\n 457 123 462 125 469 125 c 0\n 481 125 487 117 485 106 c 0\n 483 96 467 79 436 55 c 0\n 377 9 311 -16 247 -16 c 0\n 111 -16 14 107 43 242 c 1\n 60 325 l 1\n 85.3663 444.027 208.385 576 356 576 c 0\n 422 576 477 552 514 507 c 1\n 518.589 529.18 520.904 563 547 563 c 0\n 560 563 565 554 561 536 c 2\n 537 424 l 1\n 534 406 525 397 511 397 c 0\n 499 397 493 405 496 421 c 0\n 505 482 436 535 347 535 c 0\n 235.342 535 119.475 435.849 99 313 c 1\n 369 313 l 2\n 387 313 394 306 392 293 c 0\n 389 279 378 272 360 272 c 2\n 90 272 l 1\nEndSplineSet\nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 683\nWidth: 600\nFlags: HW\nHStem: -17 41<287.5 332.5> 536 41<371 433.5>\nVStem: 201 45<389 435> 500 45<161 188>\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 684\nWidth: 600\nFlags: HW\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431>\nVStem: 117 375<17.5 24>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 685\nWidth: 600\nFlags: HW\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431> 603 100<323.5 334 544.5 555>\nVStem: 117 375<17.5 24> 278 102<647.5 658> 499 102<647.5 658>\nRef: 168 168 N 1 0 0 1 20 92\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 686\nWidth: 600\nFlags: HW\nHStem: -16 41<253 319> 522 41<380 530 571 667 571 571>\nVStem: 348 350\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 687\nWidth: 600\nFlags: HW\nHStem: 0 41<32 44 217 246 296 357> 522 41<165 186 232 348 390 425>\nVStem: 520 43<187 197>\nDStem: 191.12 522 233.12 522 97.1699 80 138.319 76 349.12 522 391.12 522 246.88 41 350.734 332 349.12 522 342.02 291 246.88 41 288.88 41\nFore\n391 522 m 1\n 351 332 l 1\n 391 332 l 2\n 458 332 507 310 539 267 c 0\n 561 238 568 204 559 166 c 2\n 559 165 l 2\n 540.618 76.4322 445.952 0 334 0 c 2\n 219 0 l 2\n 202 0 195 6 197 19 c 1\n 198 21 l 2\n 200 34 211 41 228 41 c 2\n 247 41 l 1\n 349 522 l 1\n 233 522 l 1\n 138 76 l 2\n 131 41 108 17 69 6 c 0\n 57 2 45 0 33 0 c 2\n 32 0 l 2\n -7.91619 0 -45.5673 29.5963 -38 75 c 1\n -38 76 l 1\n -33.262 97.7948 -30.6428 127 -5 127 c 0\n 8 127 13 118 10 101 c 1\n 9 99 l 1\n 3.70614 73.8542 -0.897587 54.8142 30 44 c 0\n 34 42 39 41 43 41 c 0\n 70 41 87 51 94 72 c 1\n 97 80 l 1\n 191 522 l 1\n 167 522 l 2\n 149 522 141 529 143 542 c 1\n 144 543 l 2\n 146 556 157 563 176 563 c 1\n 424 563 l 1\n 442 563 450 557 448 544 c 1\n 448 543 l 2\n 445 529 434 522 415 522 c 2\n 391 522 l 1\n342 291 m 1\n 289 41 l 1\n 347 41 l 2\n 426.456 41 500.727 93.4832 517 164 c 2\n 517 165 l 2\n 533.546 238.536 467.653 291 386 291 c 2\n 342 291 l 1\nEndSplineSet\nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 688\nWidth: 600\nFlags: HW\nHStem: 0 41<-24 13 65 80 202 237 285 355> 272 41<113 281> 291 41<344 406> 522 41<88 115 155 191 313 339 381 416>\nVStem: 520 43<187 197>\nDStem: 116.12 522 156.12 522 13.8799 41 111.695 313 116.12 522 102.98 272 13.8799 41 53.8799 41 286.98 272 333.02 291 237.88 41 279.88 41 340.12 522 382.12 522 295.695 313 341.734 332\nFore\n382 522 m 1\n 342 332 l 1\n 391 332 l 2\n 458 332 507 310 539 267 c 0\n 561 238 568 204 559 166 c 2\n 559 165 l 2\n 540.618 76.4322 445.952 0 334 0 c 2\n 204 0 l 2\n 187 0 180 6 182 19 c 1\n 183 21 l 2\n 185 34 196 41 213 41 c 2\n 238 41 l 1\n 287 272 l 1\n 103 272 l 1\n 54 41 l 1\n 79 41 l 2\n 97 41 105 35 103 22 c 1\n 103 21 l 2\n 100 7 89 0 70 0 c 2\n -22 0 l 2\n -40 0 -48 7 -46 20 c 1\n -45 21 l 2\n -43 34 -32 41 -13 41 c 2\n 14 41 l 1\n 116 522 l 1\n 90 522 l 2\n 73 522 66 528 68 541 c 1\n 69 543 l 2\n 71 556 82 563 99 563 c 2\n 190 563 l 2\n 208 563 216 557 214 544 c 1\n 214 543 l 2\n 211 529 200 522 181 522 c 2\n 156 522 l 1\n 112 313 l 1\n 296 313 l 1\n 340 522 l 1\n 315 522 l 2\n 298 522 291 528 293 541 c 1\n 294 543 l 2\n 296 556 307 563 324 563 c 2\n 415 563 l 2\n 433 563 441 557 439 544 c 1\n 439 543 l 2\n 436 529 425 522 406 522 c 2\n 382 522 l 1\n333 291 m 1\n 280 41 l 1\n 347 41 l 2\n 426.456 41 500.727 93.4832 517 164 c 2\n 517 165 l 2\n 533.546 238.536 467.653 291 386 291 c 2\n 333 291 l 1\nEndSplineSet\nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 689\nWidth: 600\nFlags: HW\nHStem: 3 41<88 122 170 220 370 434 490 502> 296 41<347 376> 525 41<100 220 266 391>\nVStem: 471 42<222 237>\nDStem: 67.835 566 101.12 525 43.6035 452 85.6035 452 225.12 525 267.12 525 122.88 44 219.082 299 225.12 525 209.092 252 122.88 44 164.88 44 391.12 525 439.835 566 375.604 452 415.604 452 468.252 201 510.952 209 434.88 44 475.88 44\nFore\n267 525 m 1\n 219 299 l 1\n 251 320 294 333 347 337 c 2\n 359 337 l 2\n 460.415 337 529.281 300.405 511 209 c 2\n 476 44 l 1\n 501 44 l 2\n 519 44 526 37 523 23 c 0\n 521 10 510 3 492 3 c 2\n 372 3 l 2\n 355 3 347 9 349 22 c 1\n 349 23 l 2\n 352 37 363 44 381 44 c 2\n 435 44 l 1\n 468 201 l 2\n 484.638 275.115 430.245 296 348 296 c 0\n 303 296 263 286 229 267 c 1\n 229 266 l 1\n 209 252 l 1\n 165 44 l 1\n 219 44 l 2\n 237 44 244 37 241 23 c 0\n 239 10 228 3 210 3 c 2\n 90 3 l 2\n 73 3 65 9 67 22 c 1\n 67 23 l 2\n 70 37 81 44 99 44 c 2\n 123 44 l 1\n 225 525 l 1\n 101 525 l 1\n 86 452 l 2\n 82 434 73 425 58 425 c 0\n 45 425 40 433 43 450 c 1\n 54.4541 485.546 57.8651 529.135 68 566 c 1\n 440 566 l 1\n 416 452 l 2\n 412 434 403 425 390 425 c 0\n 376.552 425 371.268 437.804 376 452 c 1\n 391 525 l 1\n 267 525 l 1\nEndSplineSet\nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 690\nWidth: 600\nFlags: HW\nHStem: 0 41<19 84 125 202 448 507> 522 41<130 186 226 313 448 486 552 580>\nDStem: 186 522 227 522 84 41 186 328 186 522 175 279 84 41 125 41 461 743 481 712 326 643 346 612 486 522 553 522 186 328 216 309\nFore\n125 41 m 1\n 200 41 l 2\n 218 41 225 34 223 21 c 0\n 220 7 209 0 191 0 c 2\n 21 0 l 2\n 3 0 -4 7 -1 21 c 0\n 1 34 12 41 30 41 c 2\n 84 41 l 1\n 186 522 l 1\n 132 522 l 2\n 114 522 107 529 110 543 c 0\n 112 556 123 563 141 563 c 2\n 311 563 l 2\n 329 563 336 556 334 543 c 0\n 331 529 320 522 302 522 c 2\n 227 522 l 1\n 186 328 l 1\n 486 522 l 1\n 451 522 l 2\n 432 522 425 529 428 543 c 0\n 430 556 441 563 460 563 c 2\n 578 563 l 2\n 597 563 604 556 602 543 c 0\n 599 529 588 522 569 522 c 2\n 553 522 l 1\n 216 309 l 1\n 311 282 427 234 449 41 c 1\n 505 41 l 2\n 523 41 530 34 528 21 c 0\n 525 7 514 0 496 0 c 2\n 409 0 l 1\n 391 206 270 250 175 279 c 1\n 125 41 l 1\n481 712 m 2\n 346 612 l 2\n 337 606 331 603 326 603 c 0\n 316 603 309 610 309 619 c 0\n 309 628 313 633 326 643 c 2\n 461 743 l 2\n 471 750 476 752 482 752 c 0\n 491 752 498 745 498 736 c 0\n 498 727 494 721 481 712 c 2\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 691\nWidth: 600\nFlags: HW\nHStem: 0 41<28 83 124 180 329 394 435 483> 522 41<159 186 226 291 440 497 537 573>\nDStem: 186 522 227 522 83 41 155 184 186 522 144 132 83 41 124 41 331 712 365 743 424 612 457 643 471 401 538 522 394 41 435 41 482 453 471 401 155 184 144 132 497 522 538 522 482 453 435 41\nFore\n471 401 m 1\n 144 132 l 1\n 124 41 l 1\n 178 41 l 2\n 196 41 204 34 201 21 c 0\n 198 7 188 0 170 0 c 2\n 30 0 l 2\n 12 0 3 7 6 21 c 0\n 9 34 19 41 38 41 c 2\n 83 41 l 1\n 186 522 l 1\n 161 522 l 2\n 143 522 135 529 138 543 c 0\n 141 556 151 563 169 563 c 2\n 289 563 l 2\n 307 563 315 556 312 543 c 0\n 309 529 299 522 281 522 c 2\n 227 522 l 1\n 155 184 l 1\n 482 453 l 1\n 497 522 l 1\n 443 522 l 2\n 425 522 417 529 420 543 c 0\n 423 556 433 563 451 563 c 2\n 571 563 l 2\n 589 563 597 556 594 543 c 0\n 591 529 581 522 563 522 c 2\n 538 522 l 1\n 435 41 l 1\n 481 41 l 2\n 499 41 507 34 504 21 c 0\n 501 7 490 0 473 0 c 2\n 332 0 l 2\n 314 0 306 7 309 21 c 0\n 312 34 322 41 340 41 c 2\n 394 41 l 1\n 471 401 l 1\n365 743 m 2\n 457 643 l 1\n 460 641 466 629 466 627 c 0\n 466 615 452 603 440 603 c 0\n 435 603 430 606 424 612 c 2\n 331 712 l 2\n 326 718 323 723 323 727 c 0\n 323 740 335 752 349 752 c 0\n 354 752 358 750 365 743 c 2\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 692\nWidth: 600\nFlags: HW\nHStem: 0 41<37 111 161 181> 522 41<104 121 173 226 440 487 537 563> 603 41<344 358>\nVStem: 222 42<693 695>\nDStem: 121 522 173 522 257 227 288 265 257 227 538 522 111 41 161 41 487 522 538 522 288 265 161 41\nFore\n161 41 m 1\n 178 41 l 2\n 196 41 204 34 201 21 c 0\n 198 7 188 0 170 0 c 2\n 39 0 l 2\n 21 0 13 7 16 21 c 0\n 19 34 29 41 47 41 c 2\n 111 41 l 1\n 257 227 l 1\n 121 522 l 1\n 106 522 l 2\n 88 522 80 529 83 543 c 0\n 86 556 96 563 114 563 c 2\n 224 563 l 2\n 242 563 250 556 247 543 c 0\n 244 529 234 522 216 522 c 2\n 173 522 l 1\n 288 265 l 1\n 487 522 l 1\n 442 522 l 2\n 424 522 416 529 419 543 c 0\n 422 556 432 563 450 563 c 2\n 561 563 l 2\n 579 563 587 557 584 543 c 0\n 581 529 571 522 553 522 c 2\n 538 522 l 1\n 161 41 l 1\n266 724 m 1\n 264 695 l 1\n 264 691 280 671 287 665 c 0\n 302 653 330 644 356 644 c 0\n 409 644 462 674 474 712 c 0\n 479 727 487 735 499 735 c 0\n 507 735 516 726 516 719 c 0\n 516 702 494 666 474 648 c 0\n 442 620 393 603 346 603 c 0\n 274 603 222 642 222 698 c 0\n 222 718 235 735 249 735 c 0\n 255 735 259 733 266 724 c 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 693\nWidth: 600\nFlags: HW\nHStem: 0 41<45 81 123 224 271 392 438 461> 522 41<135 169 223 289 438 489 534 591>\nDStem: 183.622 522 224.622 522 81.3828 41 122.383 41 224.668 0 272.668 0 207.663 -80 255.663 -80 494.622 522 535.622 522 392.383 41 433.383 41\nFore\n122 41 m 1\n 392 41 l 1\n 495 522 l 1\n 441 522 l 2\n 423 522 416 528 418 541 c 1\n 418 542 l 2\n 421 556 431 563 449 563 c 2\n 589 563 l 2\n 607 563 615 556 613 543 c 1\n 613 542 l 2\n 610 529 599 522 581 522 c 2\n 536 522 l 1\n 433 41 l 1\n 458 41 l 2\n 476 41 484 34 481 20 c 0\n 478 7 468 0 450 0 c 1\n 273 0 l 1\n 256 -80 l 1\n 208 -80 l 1\n 225 0 l 1\n 48 0 l 1\n 30 0 23 6 25 19 c 1\n 25 20 l 2\n 28 34 38 41 56 41 c 2\n 81 41 l 1\n 184 522 l 1\n 138 522 l 2\n 120 522 113 528 115 541 c 1\n 115 542 l 2\n 118 556 128 563 146 563 c 2\n 287 563 l 2\n 305 563 313 556 310 542 c 0\n 307 529 297 522 279 522 c 2\n 225 522 l 1\n 122 41 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 694\nWidth: 600\nFlags: HW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412>\nVStem: 13 206<17.5 24.5> 385 210\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 695\nWidth: 600\nFlags: HW\nHStem: 0 41<25 89 130 341> 272 41<188 357> 522 41<136 192 232 547>\nVStem: 491 42<170 186>\nDStem: 192 522 233 522 89 41 188 313 192 522 180 272 89 41 130 41 547 522 596 563 526 424 567 424\nFore\n335 313 m 2\n 519 313 545 220 530 153 c 0\n 512 69 424 0 333 0 c 2\n 27 0 l 2\n 9 0 1 7 4 21 c 0\n 7 34 17 41 35 41 c 2\n 89 41 l 1\n 192 522 l 1\n 138 522 l 2\n 120 522 112 529 115 543 c 0\n 118 556 128 563 146 563 c 2\n 596 563 l 1\n 567 424 l 1\n 563 406 554 397 540 397 c 0\n 527 397 522 406 526 424 c 2\n 547 522 l 1\n 233 522 l 1\n 188 313 l 1\n 335 313 l 2\n130 41 m 1\n 338 41 l 2\n 409 41 476 91 489 153 c 0\n 497 189 482 224 450 246 c 0\n 422 265 390 272 329 272 c 2\n 180 272 l 1\n 130 41 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 696\nWidth: 600\nFlags: HW\nHStem: 0 41<79 133 174 377> 272 41<232 372> 522 41<190 235 276 276 276 440>\nVStem: 535 42<139.5 188> 549 42<414 447>\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 697\nWidth: 600\nFlags: HW\nHStem: 0 41<25 90 130 270> 522 41<136 192 231 546>\nDStem: 192 522 232 522 90 41 130 41 546 522 596 563 526 424 566 424\nFore\n130 41 m 1\n 268 41 l 2\n 286 41 292 36 292 25 c 0\n 292 10 280 0 260 0 c 2\n 26 0 l 2\n 10 0 4 5 4 16 c 0\n 4 32 16 41 36 41 c 2\n 90 41 l 1\n 192 522 l 1\n 138 522 l 2\n 122 522 114 527 114 538 c 0\n 114 554 126 563 146 563 c 2\n 596 563 l 1\n 566 424 l 1\n 564 406 554 397 540 397 c 0\n 532 397 524 404 524 412 c 1\n 530.283 449.717 538.998 485.002 546 522 c 1\n 232 522 l 1\n 130 41 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 698\nWidth: 600\nFlags: HW\nHStem: 0 41<90 164 208 436 477 543> 522 41<274 301 341 539 579 615>\nDStem: 58 41 91 0 24 -119 65 -119 301 522 342 522 213 109 254 108 539 522 580 522 436 41 477 41 543 0 592 41 517 -119 558 -119\nFore\n164 41 m 1\n 164 41 206 75 213 109 c 1\n 301 522 l 1\n 276 522 l 2\n 258 522 250 529 253 543 c 0\n 256 556 266 563 284 563 c 1\n 613 563 l 1\n 631 563 639 556 636 543 c 0\n 633 529 623 522 605 522 c 2\n 580 522 l 1\n 477 41 l 1\n 592 41 l 1\n 558 -119 l 1\n 555 -137 546 -146 533 -146 c 0\n 519 -146 514 -137 517 -119 c 1\n 543 0 l 1\n 91 0 l 1\n 65 -119 l 1\n 62 -137 53 -146 39 -146 c 0\n 26 -146 21 -137 24 -119 c 1\n 58 41 l 1\n 164 41 l 1\n208 39 m 1\n 436 41 l 1\n 539 522 l 1\n 342 522 l 1\n 254 108 l 2\n 243 56 208 39 208 39 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 699\nWidth: 600\nFlags: HW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569>\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 700\nWidth: 600\nFlags: HW\nHStem: 0 41<36 103 214 275 315 361 508 571> 522 41<143 181 230 264 325 376 416 471 534 571 629 661>\nVStem: 473 41<107 133>\nDStem: 181 522 230 522 297 309 335 328 324 279 365 279 274 41 315 41 376 522 417 522 335 328 376 328 571 522 630 522 376 328 406 309\nFore\n274 41 m 1\n 324 279 l 1\n 213 255 174 206 135 0 c 1\n 38 0 l 2\n 20 0 13 7 16 21 c 0\n 18 34 29 41 47 41 c 2\n 103 41 l 1\n 138 218 189 291 297 309 c 1\n 181 522 l 1\n 145 522 l 2\n 126 522 119 529 122 543 c 0\n 124 556 135 563 154 563 c 2\n 262 563 l 2\n 281 563 288 556 286 543 c 0\n 283 529 272 522 253 522 c 2\n 230 522 l 1\n 335 328 l 1\n 376 522 l 1\n 327 522 l 2\n 309 522 302 529 305 543 c 0\n 307 556 318 563 336 563 c 2\n 470 563 l 2\n 488 563 495 556 493 543 c 0\n 490 529 479 522 461 522 c 2\n 417 522 l 1\n 376 328 l 1\n 571 522 l 1\n 536 522 l 2\n 517 522 510 529 513 543 c 0\n 515 556 526 563 545 563 c 2\n 658 563 l 2\n 677 563 684 556 682 543 c 0\n 679 529 668 522 649 522 c 2\n 630 522 l 1\n 406 309 l 1\n 501 282 528 204 508 41 c 1\n 569 41 l 2\n 587 41 594 34 592 21 c 0\n 589 7 578 0 560 0 c 2\n 466 0 l 1\n 488 204 460 250 365 279 c 1\n 315 41 l 1\n 359 41 l 2\n 377 41 384 34 382 21 c 0\n 379 7 368 0 350 0 c 2\n 216 0 l 2\n 198 0 191 7 194 21 c 0\n 196 34 207 41 225 41 c 2\n 274 41 l 1\nEndSplineSet\nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 701\nWidth: 600\nFlags: HW\nHStem: -16 41<249 283> 270 41<260 331> 535 41<373 395>\nVStem: 461 44<167 186> 496 44<434 453>\nFore\n271 311 m 2\n 319 311 l 2\n 375 311 409 327 439 344 c 0\n 525.548 396.547 519.326 535 375 535 c 0\n 297 535 227 490 210 430 c 0\n 205 414 197 406 184 406 c 0\n 171 406 166 415 169 433 c 1\n 191 536 l 2\n 195 554 204 563 217 563 c 0\n 241.748 563 232.01 536.049 228 517 c 1\n 279 558 328 576 387 576 c 0\n 492 576 557 509 538 421 c 0\n 525.764 363.897 481.53 317.177 424 298 c 1\n 422 291 l 1\n 481.767 272.126 518.2 226.108 502 151 c 0\n 482 54 381 -16 261 -16 c 0\n 192 -16 138 9 107 56 c 1\n 102.411 33.8193 100.096 0 74 0 c 0\n 61 0 56 9 60 27 c 2\n 84 139 l 2\n 88 157 97 166 111 166 c 0\n 124 166 128 158 126 142 c 0\n 115 76 178 25 269 25 c 0\n 362 25 443 79 459 153 c 0\n 466 188 456 220 432 237 c 0\n 411 253 390 270 323 270 c 2\n 262 270 l 2\n 244 270 236 277 239 291 c 0\n 242 304 253 311 271 311 c 2\nEndSplineSet\nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 702\nWidth: 600\nFlags: HW\nHStem: 0 41<28 83 124 180 330 394 435 483> 522 41<159 186 226 291 441 497 537 573>\nDStem: 186 522 227 522 83 41 155 184 186 522 144 132 83 41 124 41 471 401 538 522 394 41 435 41 482 453 471 401 155 184 144 132 497 522 538 522 482 453 435 41\nFore\n471 401 m 1\n 144 132 l 1\n 124 41 l 1\n 178 41 l 2\n 196 41 204 34 201 21 c 0\n 198 7 188 0 170 0 c 2\n 30 0 l 2\n 12 0 3 7 6 21 c 0\n 9 34 19 41 38 41 c 2\n 83 41 l 1\n 186 522 l 1\n 161 522 l 2\n 143 522 135 529 138 543 c 0\n 141 556 151 563 169 563 c 2\n 289 563 l 2\n 307 563 315 556 312 543 c 0\n 309 529 299 522 281 522 c 2\n 227 522 l 1\n 155 184 l 1\n 482 453 l 1\n 497 522 l 1\n 443 522 l 2\n 425 522 417 529 420 543 c 0\n 423 556 433 563 451 563 c 2\n 571 563 l 2\n 589 563 597 556 594 543 c 0\n 591 529 581 522 563 522 c 2\n 538 522 l 1\n 435 41 l 1\n 481 41 l 2\n 499 41 507 34 504 21 c 0\n 501 7 490 0 473 0 c 2\n 332 0 l 2\n 314 0 306 7 309 21 c 0\n 312 34 322 41 340 41 c 2\n 394 41 l 1\n 471 401 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 703\nWidth: 600\nFlags: HW\nHStem: 0 41<28 83 124 180 330 394 435 483> 522 41<159 186 226 291 441 497 537 573> 603 41<373 396>\nVStem: 254 42<693 695>\nDStem: 186 522 227 522 83 41 155 184 186 522 144 132 83 41 124 41 471 401 538 522 394 41 435 41 482 453 471 401 155 184 144 132 497 522 538 522 482 453 435 41\nFore\n471 401 m 1\n 144 132 l 1\n 124 41 l 1\n 178 41 l 2\n 196 41 204 34 201 21 c 0\n 198 7 188 0 170 0 c 2\n 30 0 l 2\n 12 0 3 7 6 21 c 0\n 9 34 19 41 38 41 c 2\n 83 41 l 1\n 186 522 l 1\n 161 522 l 2\n 143 522 135 529 138 543 c 0\n 141 556 151 563 169 563 c 2\n 289 563 l 2\n 307 563 315 556 312 543 c 0\n 309 529 299 522 281 522 c 2\n 227 522 l 1\n 155 184 l 1\n 482 453 l 1\n 497 522 l 1\n 443 522 l 2\n 425 522 417 529 420 543 c 0\n 423 556 433 563 451 563 c 2\n 571 563 l 2\n 589 563 597 556 594 543 c 0\n 591 529 581 522 563 522 c 2\n 538 522 l 1\n 435 41 l 1\n 481 41 l 2\n 499 41 507 34 504 21 c 0\n 501 7 490 0 473 0 c 2\n 332 0 l 2\n 314 0 306 7 309 21 c 0\n 312 34 322 41 340 41 c 2\n 394 41 l 1\n 471 401 l 1\n298 724 m 1\n 296 695 l 1\n 296 691 312 671 319 665 c 0\n 334 653 362 644 388 644 c 0\n 441 644 494 674 506 712 c 0\n 511 727 519 735 531 735 c 0\n 539 735 548 726 548 719 c 0\n 548 702 526 666 506 648 c 0\n 474 620 425 603 378 603 c 0\n 306 603 254 642 254 698 c 0\n 254 718 267 735 281 735 c 0\n 287 735 291 733 298 724 c 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 704\nWidth: 600\nFlags: HW\nHStem: 0 41<19 84 125 202 448 507> 522 41<130 186 226 313 448 486 552 580>\nDStem: 186 522 227 522 84 41 186 328 186 522 175 279 84 41 125 41 486 522 553 522 186 328 216 309\nFore\n125 41 m 1\n 200 41 l 2\n 218 41 225 34 223 21 c 0\n 220 7 209 0 191 0 c 2\n 21 0 l 2\n 3 0 -4 7 -1 21 c 0\n 1 34 12 41 30 41 c 2\n 84 41 l 1\n 186 522 l 1\n 132 522 l 2\n 114 522 107 529 110 543 c 0\n 112 556 123 563 141 563 c 2\n 311 563 l 2\n 329 563 336 556 334 543 c 0\n 331 529 320 522 302 522 c 2\n 227 522 l 1\n 186 328 l 1\n 486 522 l 1\n 451 522 l 2\n 432 522 425 529 428 543 c 0\n 430 556 441 563 460 563 c 2\n 578 563 l 2\n 597 563 604 556 602 543 c 0\n 599 529 588 522 569 522 c 2\n 553 522 l 1\n 216 309 l 1\n 311 282 427 234 449 41 c 1\n 505 41 l 2\n 523 41 530 34 528 21 c 0\n 525 7 514 0 496 0 c 2\n 409 0 l 1\n 391 206 270 250 175 279 c 1\n 125 41 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 705\nWidth: 600\nFlags: HW\nHStem: 0 41<86 101 318 383 424 472> 522 41<220 247 287 485 525 562>\nDStem: 247 522 288 522 153 80 193 76 485 522 526 522 383 41 424 41\nFore\n60 80 m 1\n 55 54 85 41 98 41 c 0\n 113 41 146 46 153 80 c 1\n 247 522 l 1\n 222 522 l 2\n 204 522 197 529 200 543 c 0\n 202 556 213 563 231 563 c 1\n 560 563 l 1\n 578 563 585 556 583 543 c 0\n 580 529 569 522 551 522 c 2\n 526 522 l 1\n 424 41 l 1\n 470 41 l 2\n 488 41 495 34 493 21 c 0\n 490 7 478 0 461 0 c 2\n 320 0 l 2\n 302 0 295 7 298 21 c 0\n 300 34 311 41 329 41 c 2\n 383 41 l 1\n 485 522 l 1\n 288 522 l 1\n 193 76 l 2\n 182 24 131 0 87 0 c 0\n 58 0 8 26 18 76 c 1\n 22.6796 97.5262 26.1129 127 50 127 c 0\n 73.3799 127 64.0144 99.0683 60 80 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 706\nWidth: 600\nFlags: HW\nHStem: 0 41<47 81 122 188 425 500 541 566> 522 41<167 183 224 232 224 224 594 594 594 602 643 643 643 668>\nVStem: 15 205<17.5 24.5> 394 204<17.5 24.5>\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 707\nWidth: 600\nFlags: HW\nHStem: 0 41<89 135 176 221 392 446 487 524> 272 41<234 495> 522 41<221 237 278 278 278 332 503 548 589 589 589 614>\nVStem: 189 174 360 196<17.5 24> 471 174\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 708\nWidth: 600\nFlags: HW\nHStem: -16 41<256.5 371.5> 535 41<346 461>\nVStem: 102 42<161 297> 574 42<263 400>\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 709\nWidth: 600\nFlags: HW\nHStem: 0 41<28 83 124 180 330 394 435 483> 522 41<159 186 226 497 537 573>\nDStem: 186 522 227 522 83 41 124 41 497 522 538 522 394 41 435 41\nFore\n497 522 m 1\n 227 522 l 1\n 124 41 l 1\n 178 41 l 2\n 196 41 204 34 201 21 c 0\n 198 7 188 0 170 0 c 2\n 30 0 l 2\n 12 0 3 7 6 21 c 0\n 9 34 19 41 38 41 c 2\n 83 41 l 1\n 186 522 l 1\n 161 522 l 2\n 143 522 135 529 138 543 c 0\n 141 556 151 563 169 563 c 1\n 571 563 l 1\n 589 563 597 556 594 543 c 0\n 591 529 581 522 563 522 c 2\n 538 522 l 1\n 435 41 l 1\n 481 41 l 2\n 499 41 507 34 504 21 c 0\n 501 7 490 0 473 0 c 2\n 332 0 l 2\n 314 0 306 7 309 21 c 0\n 312 34 322 41 340 41 c 2\n 394 41 l 1\n 497 522 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 710\nWidth: 600\nFlags: HW\nHStem: 0 41<79 133 174 303> 231 41<223 346> 522 41<190 235 276 276 276 425>\nVStem: 47 289<17.5 24.5> 545 42<382 450>\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 711\nWidth: 600\nFlags: HW\nHStem: -16 41<277.5 354> 536 40<394.5 441.5>\nVStem: 110 42<152 204>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 712\nWidth: 600\nFlags: HW\nHStem: 0 41<184 289 330 426> 522 41<224 391 224 224 432 432 432 598>\nVStem: 152 306<17.5 24.5>\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 713\nWidth: 600\nFlags: HW\nHStem: 0 41<37 111 161 181> 522 41<104 121 173 226 440 487 537 563>\nDStem: 121 522 173 522 257 227 288 265 257 227 538 522 111 41 161 41 487 522 538 522 288 265 161 41\nFore\n161 41 m 1\n 178 41 l 2\n 196 41 204 34 201 21 c 0\n 198 7 188 0 170 0 c 2\n 39 0 l 2\n 21 0 13 7 16 21 c 0\n 19 34 29 41 47 41 c 2\n 111 41 l 1\n 257 227 l 1\n 121 522 l 1\n 106 522 l 2\n 88 522 80 529 83 543 c 0\n 86 556 96 563 114 563 c 2\n 224 563 l 2\n 242 563 250 556 247 543 c 0\n 244 529 234 522 216 522 c 2\n 173 522 l 1\n 288 265 l 1\n 487 522 l 1\n 442 522 l 2\n 424 522 416 529 419 543 c 0\n 422 556 432 563 450 563 c 2\n 561 563 l 2\n 579 563 587 557 584 543 c 0\n 581 529 571 522 553 522 c 2\n 538 522 l 1\n 161 41 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 714\nWidth: 600\nFlags: HW\nHStem: 0 41<151 261 302 403> 130 41<193 280 329 426> 421 41<259 341 391 470> 522 41<262 363 403 514>\nVStem: 38 42<261 274> 591 42<312 325>\nDStem: 280 130 321 130 261 41 302 41 341 421 382 421 288 171 329 171 363 522 404 522 350 462 391 462\nFore\n341 421 m 1\n 267 421 l 2\n 180 421 96 364 82 295 c 0\n 67 227 120 171 199 171 c 2\n 288 171 l 1\n 341 421 l 1\n261 41 m 1\n 280 130 l 1\n 195 130 l 2\n 89 130 21 202 41 295 c 0\n 60 388 165 462 279 462 c 2\n 350 462 l 1\n 363 522 l 1\n 264 522 l 2\n 246 522 238 529 241 543 c 0\n 244 556 255 563 273 563 c 2\n 512 563 l 2\n 531 563 538 556 535 543 c 0\n 532 529 522 522 503 522 c 2\n 404 522 l 1\n 391 462 l 1\n 462 462 l 2\n 576 462 649 388 630 295 c 0\n 610 202 512 130 406 130 c 2\n 321 130 l 1\n 302 41 l 1\n 401 41 l 2\n 420 41 427 34 424 21 c 0\n 421 7 410 0 392 0 c 2\n 153 0 l 2\n 135 0 127 7 130 21 c 0\n 133 34 144 41 162 41 c 2\n 261 41 l 1\n382 421 m 1\n 329 171 l 1\n 418 171 l 2\n 497 171 574 227 589 295 c 0\n 603 364 543 421 456 421 c 2\n 382 421 l 1\nEndSplineSet\nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 715\nWidth: 600\nFlags: HW\nHStem: 0 41<76 93 142 198 410 472 525 533> 522 41<197 204 256 256 256 299 528 565 615 615 615 630>\nVStem: 44 185 166 164 378 187<17.5 24> 496 165\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 716\nWidth: 600\nFlags: HW\nHStem: 0 41<63 98 139 409 450 475> 522 41<153 201 241 306 456 512 552 609>\nDStem: 201 522 242 522 98 41 139 41 475 0 524 41 449 -119 490 -119 512 522 553 522 409 41 450 41\nFore\n475 0 m 1\n 65 0 l 2\n 47 0 39 7 42 20 c 0\n 45 34 55 41 73 41 c 2\n 98 41 l 1\n 201 522 l 1\n 156 522 l 2\n 137 522 129 529 132 542 c 0\n 135 556 146 563 164 563 c 2\n 304 563 l 2\n 322 563 330 556 327 542 c 0\n 324 529 314 522 296 522 c 2\n 242 522 l 1\n 139 41 l 1\n 409 41 l 1\n 512 522 l 1\n 458 522 l 2\n 440 522 432 529 435 542 c 0\n 438 556 448 563 466 563 c 2\n 607 563 l 2\n 624 563 633 556 630 542 c 0\n 627 529 617 522 599 522 c 2\n 553 522 l 1\n 450 41 l 1\n 524 41 l 1\n 490 -119 l 1\n 487 -137 478 -146 465 -146 c 0\n 451 -146 446 -137 449 -119 c 1\n 475 0 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 717\nWidth: 600\nFlags: HW\nHStem: 0 41<252 317 358 406> 190 41<224 241> 522 41<106 133 173 239 363 418 459 496>\nDStem: 133 522 174 522 83 279 124 281 358 236 460 522 317 41 358 41 419 522 460 522 370 286 358 41\nFore\n358 236 m 1\n 326 211 286 190 232 190 c 0\n 167 190 69 213 83 279 c 1\n 133 522 l 1\n 108 522 l 2\n 90 522 83 529 86 543 c 0\n 89 556 99 563 117 563 c 2\n 237 563 l 2\n 255 563 263 556 260 543 c 0\n 257 529 246 522 228 522 c 2\n 174 522 l 1\n 124 281 l 1\n 118 248 188 231 238 231 c 0\n 291 231 326 253 370 286 c 1\n 419 522 l 1\n 365 522 l 2\n 347 522 340 529 343 543 c 0\n 346 556 356 563 374 563 c 2\n 494 563 l 2\n 512 563 520 556 517 543 c 0\n 514 529 503 522 485 522 c 2\n 460 522 l 1\n 358 41 l 1\n 404 41 l 2\n 422 41 430 34 427 21 c 0\n 424 7 412 0 395 0 c 2\n 254 0 l 2\n 236 0 229 7 232 21 c 0\n 235 34 245 41 263 41 c 2\n 317 41 l 1\n 358 236 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 718\nWidth: 600\nFlags: HW\nHStem: 0 41<25 61 102 264 304 472 512 538> 522 41<126 163 203 243 330 365 405 448 533 573 613 656>\nDStem: 163 522 204 522 61 41 102 41 365 522 406 522 263 41 304 41 573 522 614 522 471 41 512 41\nFore\n304 41 m 1\n 471 41 l 1\n 573 522 l 1\n 535 522 l 2\n 517 522 510 529 512 542 c 0\n 515 556 526 563 544 563 c 2\n 654 563 l 2\n 671 563 679 556 676 542 c 0\n 674 529 663 522 645 522 c 2\n 614 522 l 1\n 512 41 l 1\n 537 41 l 2\n 555 41 562 34 560 20 c 0\n 557 7 546 0 528 0 c 1\n 27 0 l 1\n 9 0 2 7 5 20 c 0\n 7 34 18 41 36 41 c 2\n 61 41 l 1\n 163 522 l 1\n 128 522 l 2\n 109 522 102 529 104 542 c 0\n 107 556 119 563 137 563 c 2\n 241 563 l 2\n 259 563 266 556 263 542 c 0\n 261 529 250 522 232 522 c 2\n 204 522 l 1\n 102 41 l 1\n 263 41 l 1\n 365 522 l 1\n 332 522 l 2\n 314 522 307 529 309 542 c 0\n 312 556 323 563 341 563 c 2\n 446 563 l 2\n 463 563 471 556 468 542 c 0\n 466 529 455 522 437 522 c 2\n 406 522 l 1\n 304 41 l 1\nEndSplineSet\nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 719\nWidth: 600\nFlags: HW\nHStem: 0 41<25 61 102 264 304 472 512 536> 522 41<126 163 203 243 330 365 405 448 533 573 613 656>\nDStem: 163 522 204 522 61 41 102 41 365 522 406 522 263 41 304 41 536 0 586 41 511 -119 552 -119 573 522 614 522 471 41 512 41\nFore\n512 41 m 1\n 586 41 l 1\n 552 -119 l 2\n 548 -137 539 -146 526 -146 c 0\n 512 -146 507 -137 511 -119 c 2\n 536 0 l 1\n 27 0 l 1\n 9 0 2 7 5 20 c 0\n 7 34 18 41 36 41 c 2\n 61 41 l 1\n 163 522 l 1\n 128 522 l 2\n 109 522 102 529 104 542 c 0\n 107 556 119 563 137 563 c 2\n 241 563 l 2\n 259 563 266 556 263 542 c 0\n 261 529 250 522 232 522 c 2\n 204 522 l 1\n 102 41 l 1\n 263 41 l 1\n 365 522 l 1\n 332 522 l 2\n 314 522 307 529 309 542 c 0\n 312 556 323 563 341 563 c 2\n 446 563 l 2\n 463 563 471 556 468 542 c 0\n 466 529 455 522 437 522 c 2\n 406 522 l 1\n 304 41 l 1\n 471 41 l 1\n 573 522 l 1\n 535 522 l 2\n 517 522 510 529 512 542 c 0\n 515 556 526 563 544 563 c 2\n 654 563 l 2\n 671 563 679 556 676 542 c 0\n 674 529 663 522 645 522 c 2\n 614 522 l 1\n 512 41 l 1\nEndSplineSet\nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 720\nWidth: 600\nFlags: HW\nHStem: 0 41<137 202 243 397> 291 41<305 445> 522 41<122 304 344 386>\nVStem: 564 42<183 197>\nDStem: 91 563 123 522 62 424 103 424 304 522 345 522 202 41 305 332 304 522 296 291 202 41 243 41\nFore\n123 522 m 1\n 103 424 l 1\n 99 406 90 397 77 397 c 0\n 63 397 58 406 62 424 c 1\n 91 563 l 1\n 384 563 l 2\n 402 563 411 556 408 542 c 0\n 405 529 394 522 375 522 c 2\n 345 522 l 1\n 305 332 l 1\n 436 332 l 2\n 550 332 623 258 603 165 c 0\n 584 72 485 0 379 0 c 2\n 139 0 l 2\n 121 0 114 7 117 20 c 0\n 120 34 130 41 148 41 c 2\n 202 41 l 1\n 304 522 l 1\n 123 522 l 1\n296 291 m 1\n 243 41 l 1\n 392 41 l 2\n 471 41 548 97 562 165 c 0\n 577 234 517 291 430 291 c 2\n 296 291 l 1\nEndSplineSet\nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 721\nWidth: 600\nFlags: HW\nHStem: 0 41<25 71 111 262 455 495 536 567> 291 41<173 309> 522 41<136 172 212 262 566 597 637 678>\nVStem: 432 42<183 197>\nDStem: 172 522 213 522 70 41 173 332 172 522 164 291 70 41 111 41 597 522 638 522 495 41 536 41\nFore\n638 522 m 1\n 536 41 l 1\n 565 41 l 2\n 584 41 591 34 589 21 c 0\n 586 7 574 0 556 0 c 2\n 457 0 l 2\n 439 0 432 7 435 21 c 0\n 437 34 448 41 466 41 c 2\n 495 41 l 1\n 597 522 l 1\n 568 522 l 2\n 550 522 543 529 546 543 c 0\n 548 556 559 563 577 563 c 2\n 676 563 l 2\n 695 563 702 556 700 543 c 0\n 697 529 686 522 667 522 c 2\n 638 522 l 1\n173 332 m 1\n 304 332 l 2\n 418 332 491 258 471 165 c 0\n 451 72 353 0 247 0 c 2\n 27 0 l 2\n 9 0 2 7 4 20 c 0\n 7 34 18 41 36 41 c 2\n 70 41 l 1\n 172 522 l 1\n 138 522 l 2\n 120 522 113 529 115 542 c 0\n 118 556 129 563 147 563 c 2\n 260 563 l 2\n 278 563 286 556 283 542 c 0\n 281 529 270 522 251 522 c 2\n 213 522 l 1\n 173 332 l 1\n164 291 m 1\n 111 41 l 1\n 260 41 l 2\n 339 41 416 97 430 165 c 0\n 445 234 385 291 298 291 c 2\n 164 291 l 1\nEndSplineSet\nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 722\nWidth: 600\nFlags: HW\nHStem: 0 41<76 141 182 333> 291 41<244 377> 522 41<187 243 283 354>\nVStem: 503 42<183 197>\nDStem: 243 522 284 522 141 41 244 332 243 522 235 291 141 41 182 41\nFore\n244 332 m 1\n 375 332 l 2\n 489 332 562 258 542 165 c 0\n 522 72 424 0 318 0 c 2\n 78 0 l 2\n 60 0 52 7 55 20 c 0\n 58 34 69 41 87 41 c 2\n 141 41 l 1\n 243 522 l 1\n 189 522 l 2\n 171 522 163 529 166 542 c 0\n 169 556 180 563 198 563 c 2\n 352 563 l 2\n 370 563 378 556 375 542 c 0\n 372 529 362 522 343 522 c 2\n 284 522 l 1\n 244 332 l 1\n235 291 m 1\n 182 41 l 1\n 331 41 l 2\n 410 41 487 97 501 165 c 0\n 516 234 456 291 369 291 c 2\n 235 291 l 1\nEndSplineSet\nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 723\nWidth: 600\nFlags: HW\nHStem: -16 41<211 245> 272 41<232 504> 535 41<357 376>\nVStem: 519 41<351 385>\nFore\n504 272 m 1\n 234 272 l 2\n 216 272 209 279 212 293 c 0\n 214 306 225 313 243 313 c 2\n 513 313 l 1\n 514 319 l 1\n 539 438 470 535 359 535 c 0\n 270 535 179 482 162 421 c 0\n 157 405 149 397 137 397 c 0\n 123 397 118 406 122 424 c 1\n 145 536 l 1\n 149 554 158 563 171 563 c 0\n 199.447 563 183.96 526.142 180 507 c 1\n 237 552 302 576 368 576 c 0\n 435 576 488 550 523 502 c 0\n 556 456 569 386 556 325 c 1\n 539 242 l 1\n 510 107 361 -16 225 -16 c 0\n 161 -16 105 9 66 55 c 0\n 45 79 37 96 39 106 c 0\n 41 117 51 125 63 125 c 0\n 70 125 74 123 79 115 c 0\n 119 51 165 25 234 25 c 0\n 352 25 474 128 499 248 c 2\n 504 272 l 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 724\nWidth: 600\nFlags: HW\nHStem: -16 41<382 401> 0 41<21 53 94 125> 272 41<152 227> 522 41<128 154 195 231> 535 41<495 512>\nVStem: 218 42<175 209> 634 42<351 385>\nDStem: 155 522 196 522 53 41 152 313 155 522 143 272 53 41 94 41\nFore\n237 313 m 1\n 282 462 380 576 510 576 c 0\n 651 576 701 446 665 276 c 0\n 631 115 521 -16 384 -16 c 0\n 247 -16 196 111 227 272 c 1\n 143 272 l 1\n 94 41 l 1\n 123 41 l 2\n 141 41 149 34 146 21 c 0\n 143 7 132 0 114 0 c 2\n 23 0 l 2\n 5 0 -3 7 0 21 c 0\n 3 34 13 41 32 41 c 2\n 53 41 l 1\n 155 522 l 1\n 130 522 l 2\n 112 522 105 529 108 543 c 0\n 111 556 121 563 139 563 c 2\n 230 563 l 2\n 248 563 256 556 253 543 c 0\n 250 529 239 522 221 522 c 2\n 196 522 l 1\n 152 313 l 1\n 237 313 l 1\n501 535 m 0\n 386 535 299 420 269 280 c 0\n 239 140 279 25 393 25 c 0\n 506 25 595 140 624 277 c 0\n 655 421 617 535 501 535 c 0\nEndSplineSet\nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 725\nWidth: 600\nFlags: HW\nHStem: 0 41<39 81 361 447 488 544> 251 41<362 490> 522 41<385 548 589 655>\nVStem: 189 43<379 393>\nDStem: 491 251 590 522 447 41 488 41 549 522 590 522 500 292 488 41\nFore\n491 251 m 1\n 359 251 l 1\n 276 216 221 162 98 0 c 1\n 41 0 l 2\n 23 0 16 7 19 21 c 0\n 21 34 32 41 50 41 c 2\n 81 41 l 1\n 192 182 228 219 300 262 c 1\n 214 294 178 342 192 407 c 0\n 209 491 308 563 405 563 c 2\n 653 563 l 2\n 671 563 678 556 676 543 c 0\n 673 529 662 522 644 522 c 2\n 590 522 l 1\n 488 41 l 1\n 542 41 l 2\n 560 41 567 34 565 21 c 0\n 562 7 551 0 533 0 c 2\n 363 0 l 2\n 345 0 338 7 341 21 c 0\n 343 34 354 41 372 41 c 2\n 447 41 l 1\n 491 251 l 1\n500 292 m 1\n 549 522 l 1\n 396 522 l 2\n 324 522 246 468 233 408 c 0\n 219 344 288 292 386 292 c 2\n 500 292 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 726\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5>\nVStem: 93 42<73.5 130.5> 486 42<326.5 342.5>\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 727\nWidth: 600\nFlags: HW\nHStem: -16 41<228 246> 390 41<308 330> 520 106<526 528> 521 41<436 496>\nVStem: 54 42<157 177> 459 42<239 261>\nFore\n528 520 m 1\n 358 521 184 538 145 354 c 1\n 214 416 253 431 327 431 c 0\n 449 431 524 334 497 210 c 0\n 471 85 358 -15 232 -16 c 0\n 106 -17 33 82 59 210 c 1\n 119 486 154 563 496 562 c 1\n 500.527 583.504 501.807 626 530 626 c 0\n 543 626 549 618 545 600 c 2\n 528 520 l 1\n317 390 m 0\n 218 390 121 309 100 208 c 0\n 79 107 140 25 239 25 c 0\n 336 25 435 107 455 205 c 0\n 477 309 417 390 317 390 c 0\nEndSplineSet\nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 728\nWidth: 600\nFlags: HW\nHStem: 0 41<112 156 197 364> 196 41<239 352> 376 41<190 227 267 396>\nVStem: 455 42<126 130> 468 41<319 337>\nDStem: 227 376 268 376 156 41 239 237 227 376 230 196 156 41 197 41\nFore\n156 41 m 1\n 227 376 l 1\n 190 376 l 2\n 172 376 169 387 171 397 c 0\n 173 407 182 417 200 417 c 2\n 387 417 l 2\n 484 417 520 370 507 310 c 0\n 499 272 469 228 428 221 c 1\n 485 202 506 169 494 113 c 0\n 481 51 437 0 346 0 c 2\n 112 0 l 2\n 94 0 88 10 91 21 c 0\n 93 30 103 41 121 41 c 2\n 156 41 l 1\n239 237 m 1\n 333 237 l 2\n 418 237 456 264 466 310 c 0\n 475 353 452 376 379 376 c 2\n 268 376 l 1\n 239 237 l 1\n197 41 m 1\n 352 41 l 2\n 418 41 444 67 453 113 c 0\n 466 171 408 196 324 196 c 2\n 230 196 l 1\n 197 41 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 729\nWidth: 600\nFlags: HW\nHStem: 0 41<94 149 190 237> 376 41<185 221 261 479>\nDStem: 221 376 262 376 149 41 190 41 479 376 528 417 459 285 500 285\nFore\n500 285 m 1\n 497 268 490 258 474 258 c 0\n 461 258 456 267 459 285 c 1\n 479 376 l 1\n 262 376 l 1\n 190 41 l 1\n 235 41 l 2\n 253 41 261 34 258 21 c 0\n 255 7 245 0 227 0 c 2\n 96 0 l 2\n 77 0 69 7 72 21 c 0\n 75 34 85 41 104 41 c 2\n 149 41 l 1\n 221 376 l 1\n 187 376 l 2\n 169 376 161 383 164 397 c 0\n 167 410 177 417 195 417 c 2\n 528 417 l 1\n 500 285 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 730\nWidth: 600\nFlags: HW\nHStem: 0 41<93 179 223 417 458 509> 376 41<228 264 304 488 528 574>\nDStem: 62 41 94 0 34 -91 75 -91 264 376 305 376 202 83 243 82 488 376 529 376 417 41 458 41 509 0 559 41 490 -91 531 -91\nFore\n178 41 m 1\n 178 41 195 52 202 83 c 1\n 264 376 l 1\n 230 376 l 2\n 212 376 205 383 208 397 c 0\n 210 410 221 417 239 417 c 2\n 572 417 l 2\n 590 417 597 410 595 397 c 0\n 592 383 581 376 563 376 c 2\n 529 376 l 1\n 458 41 l 1\n 559 41 l 1\n 531 -91 l 1\n 527 -108 520 -118 504 -118 c 0\n 491 -118 486 -109 490 -91 c 2\n 509 0 l 1\n 94 0 l 1\n 75 -91 l 2\n 71 -109 62 -118 49 -118 c 0\n 33 -118 30 -108 34 -91 c 1\n 62 41 l 1\n 178 41 l 1\n243 82 m 1\n 237 57 223 41 223 41 c 1\n 417 41 l 1\n 488 376 l 1\n 305 376 l 1\n 243 82 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 731\nWidth: 600\nFlags: HW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 530 40<255 292.5>\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 732\nWidth: 600\nFlags: HW\nHStem: 0 41<35 68 112 142 226 268 309 337 435 474 512 542> 376 41<114 140 201 234 306 339 379 417 491 514 575 606>\nDStem: 140 376 201 376 274 217 310 240 300 191 341 191 268 41 309 41 339 376 380 376 310 240 351 240 515 376 576 376 351 240 377 217\nFore\n326 0 m 2\n 228 0 l 2\n 210 0 203 7 206 21 c 0\n 208 34 219 41 237 41 c 2\n 268 41 l 1\n 300 191 l 1\n 159 156 143 120 112 41 c 1\n 140 41 l 2\n 158 41 165 34 163 21 c 0\n 160 7 149 0 131 0 c 2\n 37 0 l 2\n 19 0 12 7 15 21 c 0\n 17 34 28 41 46 41 c 2\n 68 41 l 1\n 107 126 129 186 274 217 c 1\n 140 376 l 1\n 116 376 l 2\n 98 376 91 383 93 397 c 0\n 96 410 107 417 125 417 c 2\n 232 417 l 2\n 250 417 257 410 254 397 c 0\n 252 383 241 376 223 376 c 2\n 201 376 l 1\n 310 240 l 1\n 339 376 l 1\n 308 376 l 2\n 290 376 283 383 285 397 c 0\n 288 410 299 417 317 417 c 2\n 415 417 l 2\n 433 417 440 410 437 397 c 0\n 435 383 424 376 406 376 c 2\n 380 376 l 1\n 351 240 l 1\n 515 376 l 1\n 493 376 l 2\n 475 376 468 383 470 397 c 0\n 473 410 484 417 502 417 c 2\n 604 417 l 2\n 622 417 629 410 626 397 c 0\n 624 383 613 376 595 376 c 2\n 576 376 l 1\n 377 217 l 1\n 499 190 517 124 513 41 c 1\n 540 41 l 2\n 558 41 565 34 563 21 c 0\n 560 7 549 0 531 0 c 2\n 437 0 l 2\n 419 0 412 7 415 21 c 0\n 417 34 428 41 446 41 c 2\n 474 41 l 1\n 477 100 481 156 341 191 c 1\n 309 41 l 1\n 335 41 l 2\n 353 41 360 34 358 21 c 0\n 355 7 344 0 326 0 c 2\nEndSplineSet\nMinimumDistance: x40,-1 \nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 733\nWidth: 600\nFlags: HW\nHStem: -16 41<257 291> 206 41<249 339> 293 124<181 208> 390 41<353 371>\nVStem: 452 46<116 137> 471 46<323 334>\nFore\n260 247 m 2\n 308 247 l 2\n 396 247 403 256 428 270 c 0\n 452 282 467 299 470 315 c 0\n 479 358 430 390 356 390 c 0\n 280 390 222 361 207 316 c 0\n 202 300 193 293 181 293 c 0\n 168 293 163 302 167 320 c 2\n 182 389 l 2\n 186 408 195 417 208 417 c 0\n 223.374 417 226.156 401.625 222 385 c 1\n 263 416 312 431 369 431 c 0\n 467 431 529 383 516 318 c 0\n 509 287 485 257 453 239 c 0\n 447 236 442 233 436 230 c 1\n 435 224 l 1\n 446 219 456 213 466 206 c 0\n 492 185 504 151 497 116 c 0\n 481 40 386 -16 273 -16 c 0\n 208 -16 161 1 127 38 c 1\n 123.318 17.75 117.53 0 99 0 c 0\n 85 0 80 9 84 27 c 1\n 101 110 l 1\n 105 128 114 137 128 137 c 0\n 144.218 137 144.177 123.238 142 108 c 1\n 132 62 193 25 278 25 c 0\n 366 25 441 64 452 117 c 0\n 457 140 445 165 421 180 c 0\n 398 194 377 206 319 206 c 2\n 251 206 l 2\n 233 206 225 213 228 227 c 0\n 231 240 242 247 260 247 c 2\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 734\nWidth: 600\nFlags: HW\nHStem: 0 41<44 87 128 175 345 400 441 477> 376 41<123 159 199 255 425 471 512 557>\nDStem: 159 376 200 376 87 41 149 137 159 376 137 84 87 41 128 41 449 272 513 376 400 41 441 41 461 325 449 272 149 137 137 84 472 376 513 376 461 325 441 41\nFore\n200 376 m 1\n 149 137 l 1\n 461 325 l 1\n 472 376 l 1\n 427 376 l 2\n 409 376 401 383 404 397 c 0\n 407 410 417 417 435 417 c 1\n 555 417 l 1\n 573 417 581 410 578 397 c 0\n 575 383 565 376 547 376 c 2\n 513 376 l 1\n 441 41 l 1\n 475 41 l 2\n 493 41 501 34 498 21 c 0\n 495 7 485 0 467 0 c 2\n 347 0 l 2\n 329 0 321 7 324 21 c 0\n 327 34 337 41 355 41 c 2\n 400 41 l 1\n 449 272 l 1\n 137 84 l 1\n 128 41 l 1\n 173 41 l 2\n 191 41 199 34 196 21 c 0\n 193 7 183 0 165 0 c 2\n 46 0 l 2\n 27 0 19 7 22 21 c 0\n 25 34 35 41 54 41 c 2\n 87 41 l 1\n 159 376 l 1\n 125 376 l 2\n 107 376 99 383 102 397 c 0\n 105 410 115 417 133 417 c 2\n 253 417 l 2\n 271 417 279 410 276 397 c 0\n 273 383 263 376 245 376 c 2\n 200 376 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 735\nWidth: 600\nFlags: HW\nHStem: 0 41<44 87 128 175 345 400 441 477> 376 41<123 159 199 255 425 471 512 557> 457 41<346 364>\nVStem: 228 42<547 549>\nDStem: 159 376 200 376 87 41 149 137 159 376 137 84 87 41 128 41 449 272 513 376 400 41 441 41 461 325 449 272 149 137 137 84 472 376 513 376 461 325 441 41\nFore\n200 376 m 1\n 149 137 l 1\n 461 325 l 1\n 472 376 l 1\n 427 376 l 2\n 409 376 401 383 404 397 c 0\n 407 410 417 417 435 417 c 1\n 555 417 l 1\n 573 417 581 410 578 397 c 0\n 575 383 565 376 547 376 c 2\n 513 376 l 1\n 441 41 l 1\n 475 41 l 2\n 493 41 501 34 498 21 c 0\n 495 7 485 0 467 0 c 2\n 347 0 l 2\n 329 0 321 7 324 21 c 0\n 327 34 337 41 355 41 c 2\n 400 41 l 1\n 449 272 l 1\n 137 84 l 1\n 128 41 l 1\n 173 41 l 2\n 191 41 199 34 196 21 c 0\n 193 7 183 0 165 0 c 2\n 46 0 l 2\n 27 0 19 7 22 21 c 0\n 25 34 35 41 54 41 c 2\n 87 41 l 1\n 159 376 l 1\n 125 376 l 2\n 107 376 99 383 102 397 c 0\n 105 410 115 417 133 417 c 2\n 253 417 l 2\n 271 417 279 410 276 397 c 0\n 273 383 263 376 245 376 c 2\n 200 376 l 1\n272 578 m 1\n 270 549 l 1\n 270 545 286 525 293 519 c 0\n 308 507 336 498 362 498 c 0\n 415 498 468 528 480 566 c 0\n 485 581 493 589 505 589 c 0\n 513 589 522 580 522 573 c 0\n 522 556 500 520 480 502 c 0\n 448 474 399 457 352 457 c 0\n 280 457 228 496 228 552 c 0\n 228 572 241 589 255 589 c 0\n 261 589 265 587 272 578 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 736\nWidth: 600\nFlags: HW\nHStem: 0 41<66 130 341 379 436 484> 376 41<146 202 392 416 476 534>\nDStem: 202 376 251 417 130 41 214 240 202 376 203 191 130 41 163 0 203 191 240 217 379 41 437 41 416 376 477 376 214 240 240 217\nFore\n163 0 m 1\n 68 0 l 2\n 50 0 42 7 45 21 c 0\n 48 34 58 41 76 41 c 2\n 130 41 l 1\n 202 376 l 1\n 148 376 l 2\n 130 376 122 383 125 397 c 0\n 128 410 138 417 156 417 c 2\n 251 417 l 1\n 214 240 l 1\n 416 376 l 1\n 394 376 l 2\n 376 376 368 383 371 397 c 0\n 374 410 384 417 402 417 c 2\n 532 417 l 2\n 550 417 558 410 555 397 c 0\n 552 383 542 376 524 376 c 2\n 477 376 l 1\n 240 217 l 1\n 437 41 l 1\n 482 41 l 2\n 500 41 508 34 505 21 c 0\n 502 7 492 0 474 0 c 2\n 343 0 l 2\n 325 0 317 7 320 21 c 0\n 323 34 333 41 351 41 c 2\n 379 41 l 1\n 203 191 l 1\n 163 0 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 737\nWidth: 600\nFlags: HW\nHStem: 0 40<104 118 315 371 412 448> 376 41<182 218 258 442 482 528>\nDStem: 218 376 259 376 152 65 193 67 442 376 483 376 371 41 412 41\nFore\n95 65 m 2\n 91 48 101 40 116 40 c 0\n 135 40 149 50 152 65 c 2\n 218 376 l 1\n 184 376 l 2\n 166 376 158 383 161 397 c 0\n 164 410 175 417 193 417 c 2\n 526 417 l 2\n 544 417 551 410 548 397 c 0\n 545 383 535 376 517 376 c 2\n 483 376 l 1\n 412 41 l 1\n 446 41 l 2\n 464 41 471 34 468 21 c 0\n 466 7 455 0 437 0 c 2\n 317 0 l 2\n 299 0 292 7 294 21 c 0\n 297 34 308 41 326 41 c 2\n 371 41 l 1\n 442 376 l 1\n 259 376 l 1\n 193 67 l 1\n 185 20 157 0 105 0 c 0\n 67 -1 45 18 53 59 c 1\n 57.594 81.2042 59.9494 116 86 116 c 0\n 99 116 104 107 100 88 c 2\n 95 65 l 2\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 738\nWidth: 600\nFlags: HW\nHStem: 0 41<38 93 134 181 362 406 447 484> 376 41<129 165 205 213 469 478 518 563>\nDStem: 165 376 206 376 93 41 134 41 213 376 245 417 271 127 300 180 454 417 470 376 300 180 302 127 478 376 519 376 406 41 447 41\nFore\n454 417 m 1\n 561 417 l 2\n 579 417 587 410 584 397 c 0\n 581 383 571 376 553 376 c 2\n 519 376 l 1\n 447 41 l 1\n 481 41 l 2\n 499 41 507 34 504 21 c 0\n 501 7 491 0 473 0 c 2\n 364 0 l 2\n 346 0 338 7 341 21 c 0\n 344 34 354 41 372 41 c 2\n 406 41 l 1\n 478 376 l 1\n 470 376 l 1\n 302 127 l 1\n 271 127 l 1\n 213 376 l 1\n 206 376 l 1\n 134 41 l 1\n 179 41 l 2\n 197 41 205 34 202 21 c 0\n 199 7 189 0 171 0 c 2\n 40 0 l 2\n 21 0 13 7 16 21 c 0\n 19 34 29 41 48 41 c 2\n 93 41 l 1\n 165 376 l 1\n 131 376 l 2\n 113 376 105 383 108 397 c 0\n 111 410 121 417 139 417 c 2\n 245 417 l 1\n 300 180 l 1\n 454 417 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 739\nWidth: 600\nFlags: HW\nHStem: 0 41<59 102 143 190 330 385 426 463> 184 41<182 416> 376 41<138 174 214 270 410 457 497 542>\nDStem: 174 376 215 376 102 41 182 225 174 376 174 184 102 41 143 41 416 184 498 376 385 41 426 41 457 376 498 376 424 225 426 41\nFore\n215 376 m 1\n 182 225 l 1\n 424 225 l 1\n 457 376 l 1\n 412 376 l 2\n 394 376 386 383 389 397 c 0\n 392 410 402 417 420 417 c 1\n 540 417 l 1\n 558 417 566 410 563 397 c 0\n 560 383 550 376 532 376 c 2\n 498 376 l 1\n 426 41 l 1\n 460 41 l 2\n 478 41 486 34 483 21 c 0\n 480 7 470 0 452 0 c 2\n 332 0 l 2\n 314 0 306 7 309 21 c 0\n 312 34 322 41 340 41 c 2\n 385 41 l 1\n 416 184 l 1\n 174 184 l 1\n 143 41 l 1\n 188 41 l 2\n 206 41 214 34 211 21 c 0\n 208 7 198 0 180 0 c 2\n 61 0 l 2\n 42 0 34 7 37 21 c 0\n 40 34 50 41 69 41 c 2\n 102 41 l 1\n 174 376 l 1\n 140 376 l 2\n 122 376 114 383 117 397 c 0\n 120 410 130 417 148 417 c 2\n 268 417 l 2\n 286 417 294 410 291 397 c 0\n 288 383 278 376 260 376 c 2\n 215 376 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 740\nWidth: 600\nFlags: HW\nHStem: -16 41<260.5 364.5> 390 41<323 427.5>\nVStem: 111 42<128 227.5> 535 42<187 287.5>\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 741\nWidth: 600\nFlags: HW\nHStem: 0 41<59 102 143 190 330 385 426 463> 376 41<138 174 214 457 497 542>\nDStem: 174 376 215 376 102 41 143 41 457 376 498 376 385 41 426 41\nFore\n148 417 m 2\n 540 417 l 2\n 558 417 566 410 563 397 c 0\n 560 383 550 376 532 376 c 2\n 498 376 l 1\n 426 41 l 1\n 460 41 l 2\n 478 41 486 34 483 21 c 0\n 480 7 470 0 452 0 c 2\n 332 0 l 2\n 314 0 306 7 309 21 c 0\n 312 34 322 41 340 41 c 2\n 385 41 l 1\n 457 376 l 1\n 215 376 l 1\n 143 41 l 1\n 188 41 l 2\n 206 41 214 34 211 21 c 0\n 208 7 198 0 180 0 c 2\n 61 0 l 2\n 42 0 34 7 37 21 c 0\n 40 34 50 41 69 41 c 2\n 102 41 l 1\n 174 376 l 1\n 140 376 l 2\n 122 376 114 383 117 397 c 0\n 120 410 130 417 148 417 c 2\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 742\nWidth: 600\nFlags: HW\nHStem: -186 41<19 73 114 203> 10 41<290.5 390> 376 41<138 183> 390 41<377 448>\nVStem: -13 247 551 42<202 295>\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 743\nWidth: 600\nFlags: HW\nHStem: -17 41<268.5 335> 391 41<358 413>\nVStem: 121 42<121.5 186>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 744\nWidth: 600\nFlags: HW\nHStem: -1 41<158 214 255 302> 375 41<168 284 326 443>\nDStem: 137 416 169 375 109 284 150 284 285 375 326 375 214 40 255 40 443 376 492 417 423 285 464 285\nFore\n137 416 m 1\n 492 417 l 1\n 464 285 l 1\n 461 268 454 258 438 258 c 0\n 425 258 419 267 423 285 c 2\n 443 376 l 1\n 326 375 l 1\n 255 40 l 1\n 301 40 l 2\n 319 40 327 33 324 20 c 0\n 321 6 310 -1 292 -1 c 2\n 160 -1 l 2\n 141 -1 134 6 137 20 c 0\n 140 33 150 40 169 40 c 2\n 214 40 l 1\n 285 375 l 1\n 169 375 l 1\n 150 284 l 2\n 146 266 137 257 124 257 c 0\n 108 257 105 267 109 284 c 1\n 137 416 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 745\nWidth: 600\nFlags: HW\nHStem: -186 41<54 180 222 278> 376 41<167 175 221 221 221 273 501 546 589 589 589 602>\nVStem: 135 169 469 164\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 746\nWidth: 600\nFlags: HW\nHStem: -186 41<137 202 243 298> 10 0<235 248.632> 10 41<200 234 284 326> 390 41<270 314 356 398> 532 41<289 346>\nVStem: 25 42<174 187> 530 42<253 268>\nDStem: 235 10 276 10 202 -145 243 -145 315 390 356 390 243 51 284 51 346 532 395 573 324 431 365 431\nFore\n202 -145 m 1\n 235 10 l 1\n 235 10 281 10 204 10 c 0\n 81 10 5 102 30 221 c 0\n 56 340 169 431 293 431 c 0\n 369 431 324 431 324 431 c 1\n 346 532 l 1\n 292 532 l 2\n 274 532 266 539 269 553 c 0\n 272 566 282 573 300 573 c 2\n 395 573 l 1\n 365 431 l 1\n 365 431 318 431 394 431 c 0\n 518 431 593 340 567 221 c 0\n 542 102 428 10 305 10 c 0\n 228 10 276 10 276 10 c 1\n 243 -145 l 1\n 297 -145 l 2\n 315 -145 322 -152 319 -165 c 0\n 316 -179 306 -186 288 -186 c 2\n 139 -186 l 2\n 121 -186 113 -179 116 -165 c 0\n 119 -152 130 -145 148 -145 c 2\n 202 -145 l 1\n285 390 m 2\n 184 390 92 316 71 219 c 0\n 51 126 115 51 213 51 c 2\n 243 51 l 1\n 315 390 l 1\n 285 390 l 2\n384 390 m 2\n 356 390 l 1\n 284 51 l 1\n 312 51 l 2\n 410 51 506 126 526 219 c 0\n 547 316 485 390 384 390 c 2\nEndSplineSet\nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 747\nWidth: 600\nFlags: HW\nHStem: 0 41<87 96 152 211 399 463 521 522> 376 41<246 246 246 292 478 517 573 573 573 579>\nVStem: 158 165 367 187<17.5 24> 446 164\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 748\nWidth: 600\nFlags: HW\nHStem: 0 41<58 102 143 385 426 432> 376 41<127 174 214 270 420 456 497 542>\nDStem: 174 376 215 376 102 41 143 41 433 0 482 41 413 -91 454 -91 457 376 498 376 385 41 426 41\nFore\n433 0 m 1\n 60 0 l 2\n 42 0 34 7 37 20 c 0\n 40 34 50 41 68 41 c 2\n 102 41 l 1\n 174 376 l 1\n 129 376 l 2\n 110 376 102 383 105 396 c 0\n 108 410 118 417 137 417 c 2\n 268 417 l 2\n 286 417 294 410 291 396 c 0\n 288 383 278 376 260 376 c 2\n 215 376 l 1\n 143 41 l 1\n 385 41 l 1\n 457 376 l 1\n 423 376 l 2\n 405 376 397 383 400 396 c 0\n 403 410 413 417 431 417 c 2\n 540 417 l 2\n 558 417 566 410 563 396 c 0\n 560 383 550 376 532 376 c 2\n 498 376 l 1\n 426 41 l 1\n 482 41 l 1\n 454 -91 l 1\n 451 -108 444 -118 428 -118 c 0\n 415 -118 410 -109 413 -91 c 1\n 433 0 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 749\nWidth: 600\nFlags: HW\nHStem: 0 41<294 338 379 416> 127 41<225 260> 376 41<104 141 181 237 373 410 450 495>\nDStem: 141 376 182 376 103 204 144 205 364 164 451 376 338 41 379 41 410 376 451 376 373 210 379 41\nFore\n182 376 m 1\n 144 205 l 1\n 155 176 205 168 250 168 c 0\n 300 168 332 179 373 210 c 1\n 410 376 l 1\n 376 376 l 2\n 358 376 350 383 353 397 c 0\n 356 410 366 417 384 417 c 1\n 493 417 l 1\n 511 417 519 410 516 397 c 0\n 513 383 503 376 485 376 c 2\n 451 376 l 1\n 379 41 l 1\n 413 41 l 2\n 431 41 439 34 436 21 c 0\n 433 7 423 0 405 0 c 2\n 296 0 l 2\n 278 0 270 7 273 21 c 0\n 276 34 286 41 304 41 c 2\n 338 41 l 1\n 364 164 l 1\n 328 136 294 127 242 127 c 0\n 178 127 90 134 103 204 c 1\n 141 376 l 1\n 107 376 l 2\n 89 376 81 383 84 397 c 0\n 87 410 97 417 115 417 c 2\n 235 417 l 2\n 253 417 261 410 258 397 c 0\n 255 383 245 376 227 376 c 2\n 182 376 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 750\nWidth: 600\nFlags: HW\nHStem: 0 41<40 68 109 244 285 421 462 487> 376 41<113 139 179 215 289 315 355 393 465 492 532 565>\nDStem: 139 376 180 376 68 41 109 41 315 376 356 376 244 41 285 41 492 376 533 376 421 41 462 41\nFore\n285 41 m 1\n 421 41 l 1\n 492 376 l 1\n 467 376 l 2\n 449 376 442 383 444 396 c 0\n 447 410 458 417 476 417 c 2\n 563 417 l 2\n 581 417 588 410 585 396 c 0\n 583 383 572 376 554 376 c 2\n 533 376 l 1\n 462 41 l 1\n 486 41 l 2\n 504 41 511 34 509 20 c 0\n 506 7 495 0 477 0 c 2\n 42 0 l 2\n 24 0 17 7 20 20 c 0\n 22 34 33 41 51 41 c 2\n 68 41 l 1\n 139 376 l 1\n 115 376 l 2\n 96 376 89 383 91 396 c 0\n 94 410 105 417 124 417 c 2\n 214 417 l 2\n 232 417 239 410 236 396 c 0\n 234 383 223 376 205 376 c 2\n 180 376 l 1\n 109 41 l 1\n 244 41 l 1\n 315 376 l 1\n 291 376 l 2\n 273 376 266 383 268 396 c 0\n 271 410 282 417 300 417 c 2\n 391 417 l 2\n 409 417 416 410 413 396 c 0\n 411 383 400 376 382 376 c 2\n 356 376 l 1\n 285 41 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 751\nWidth: 600\nFlags: HW\nHStem: 0 41<39 72 113 269 310 454 494 506> 376 41<114 143 183 220 311 340 380 414 495 524 564 600>\nDStem: 143 376 184 376 72 41 113 41 340 376 381 376 269 41 310 41 506 0 556 41 487 -91 528 -91 524 376 565 376 453 41 494 41\nFore\n506 0 m 1\n 41 0 l 2\n 23 0 16 7 19 20 c 0\n 21 34 32 41 50 41 c 2\n 72 41 l 1\n 143 376 l 1\n 117 376 l 2\n 98 376 91 383 93 396 c 0\n 96 410 107 417 126 417 c 2\n 218 417 l 2\n 236 417 243 410 240 396 c 0\n 238 383 227 376 209 376 c 2\n 184 376 l 1\n 113 41 l 1\n 269 41 l 1\n 340 376 l 1\n 313 376 l 2\n 295 376 288 383 290 396 c 0\n 293 410 304 417 322 417 c 2\n 412 417 l 2\n 430 417 437 410 434 396 c 0\n 432 383 421 376 403 376 c 2\n 381 376 l 1\n 310 41 l 1\n 453 41 l 1\n 524 376 l 1\n 497 376 l 2\n 479 376 472 383 474 396 c 0\n 477 410 488 417 506 417 c 2\n 598 417 l 2\n 616 417 623 410 620 396 c 0\n 618 383 607 376 589 376 c 2\n 565 376 l 1\n 494 41 l 1\n 556 41 l 1\n 528 -91 l 1\n 524 -108 517 -118 501 -118 c 0\n 488 -118 483 -109 487 -91 c 2\n 506 0 l 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 752\nWidth: 600\nFlags: HW\nHStem: 0 41<138 183 224 381> 196 41<265 412> 376 41<137 254 294 341>\nVStem: 482 41<127 145>\nDStem: 105 416 138 376 77 285 118 285 254 376 295 376 183 41 265 237 254 376 256 196 183 41 224 41\nFore\n105 416 m 1\n 339 417 l 2\n 357 417 362 407 360 397 c 0\n 358 387 350 376 332 376 c 2\n 295 376 l 1\n 265 237 l 1\n 425 237 l 2\n 506 237 534 176 521 113 c 0\n 508 51 464 0 373 0 c 2\n 139 0 l 2\n 121 0 115 10 117 21 c 0\n 119 30 130 41 148 41 c 2\n 183 41 l 1\n 254 376 l 1\n 138 376 l 1\n 118 285 l 1\n 115 267 106 258 93 258 c 0\n 77 258 74 268 77 285 c 1\n 105 416 l 1\n224 41 m 1\n 379 41 l 2\n 450 41 470 67 480 113 c 0\n 493 174 460 196 398 196 c 2\n 256 196 l 1\n 224 41 l 1\nEndSplineSet\nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 753\nWidth: 600\nFlags: HW\nHStem: 0 41<-9 35 76 243 397 453 493 529> 196 41<118 259> 376 41<69 106 146 192 476 523 563 609>\nVStem: 335 41<127 145>\nDStem: 106 376 147 376 35 41 118 237 106 376 109 196 35 41 76 41 523 376 564 376 452 41 493 41\nFore\n452 41 m 1\n 523 376 l 1\n 478 376 l 2\n 460 376 453 383 456 397 c 0\n 459 410 469 417 487 417 c 1\n 607 417 l 1\n 625 417 633 410 630 397 c 0\n 627 383 616 376 598 376 c 2\n 564 376 l 1\n 493 41 l 1\n 527 41 l 2\n 545 41 553 34 550 21 c 0\n 547 7 537 0 519 0 c 2\n 399 0 l 2\n 381 0 373 7 376 21 c 0\n 379 34 389 41 407 41 c 2\n 452 41 l 1\n184 376 m 2\n 147 376 l 1\n 118 237 l 1\n 278 237 l 2\n 359 237 387 176 374 113 c 0\n 360 51 317 0 226 0 c 2\n -8 0 l 2\n -26 0 -32 10 -30 21 c 0\n -28 30 -18 41 0 41 c 2\n 35 41 l 1\n 106 376 l 1\n 69 376 l 2\n 51 376 48 387 50 397 c 0\n 52 407 61 417 79 417 c 2\n 192 417 l 2\n 210 417 215 407 213 397 c 0\n 211 387 202 376 184 376 c 2\n76 41 m 1\n 231 41 l 2\n 302 41 323 67 333 113 c 0\n 346 174 313 196 251 196 c 2\n 109 196 l 1\n 76 41 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 754\nWidth: 600\nFlags: HW\nHStem: 0 41<118 162 203 370> 196 41<245 386> 376 41<196 233 273 319>\nVStem: 461 41<127 145>\nDStem: 233 376 274 376 162 41 245 237 233 376 236 196 162 41 203 41\nFore\n311 376 m 2\n 274 376 l 1\n 245 237 l 1\n 405 237 l 2\n 486 237 514 176 500 113 c 0\n 487 51 443 0 352 0 c 2\n 118 0 l 2\n 100 0 95 10 97 21 c 0\n 99 30 109 41 127 41 c 2\n 162 41 l 1\n 233 376 l 1\n 196 376 l 2\n 178 376 175 387 177 397 c 0\n 179 407 188 417 206 417 c 2\n 319 417 l 2\n 337 417 342 407 340 397 c 0\n 338 387 329 376 311 376 c 2\n203 41 m 1\n 358 41 l 2\n 429 41 450 67 459 113 c 0\n 472 174 440 196 378 196 c 2\n 236 196 l 1\n 203 41 l 1\nEndSplineSet\nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 755\nWidth: 600\nFlags: HW\nHStem: -16 41<250 284> 184 41<215 489> 390 41<330 364>\nVStem: 499 41<239 258>\nFore\n489 184 m 1\n 217 184 l 2\n 199 184 191 191 194 205 c 0\n 197 218 208 225 226 225 c 2\n 498 225 l 1\n 509 323 450 390 348 390 c 0\n 264 390 184 348 168 295 c 0\n 163 278 155 271 142 271 c 0\n 129 271 124 280 128 298 c 2\n 147 389 l 2\n 151 408 160 417 173 417 c 0\n 194.918 417 189.109 396.207 186 376 c 1\n 234 412 292 431 353 431 c 0\n 487 431 563 336 535 204 c 0\n 508 76 394 -16 263 -16 c 0\n 197 -16 136 4 92 39 c 0\n 68 58 57 76 59 88 c 0\n 62 98 72 107 82 107 c 0\n 89 107 92 105 98 97 c 0\n 140 49 197 25 270 25 c 0\n 372 25 460 90 489 184 c 1\nEndSplineSet\nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 756\nWidth: 600\nFlags: HW\nHStem: -16 41<345 362> 0 41<31 67 108 134> 184 41<147 204> 376 41<107 138 178 215> 390 41<436 451>\nVStem: 202 38<143 161> 561 44<255 272>\nDStem: 138 376 179 376 67 41 147 225 138 376 138 184 67 41 108 41\nFore\n204 184 m 1\n 138 184 l 1\n 108 41 l 1\n 132 41 l 2\n 150 41 157 34 155 21 c 0\n 152 7 141 0 123 0 c 2\n 33 0 l 2\n 14 0 7 7 10 21 c 0\n 12 34 23 41 42 41 c 2\n 67 41 l 1\n 138 376 l 1\n 109 376 l 2\n 91 376 84 383 87 397 c 0\n 89 410 100 417 118 417 c 2\n 214 417 l 2\n 232 417 239 410 237 397 c 0\n 234 383 223 376 205 376 c 2\n 179 376 l 1\n 147 225 l 1\n 211 225 l 1\n 245 340 328 431 449 431 c 0\n 577 431 625 332 598 205 c 0\n 572 83 480 -16 354 -16 c 0\n 235 -16 192 71 204 184 c 1\n438 390 m 0\n 334 390 268 309 246 208 c 0\n 225 106 256 25 360 25 c 0\n 463 25 534 106 555 205 c 0\n 577 310 543 390 438 390 c 0\nEndSplineSet\nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 757\nWidth: 600\nFlags: HW\nHStem: 0 41<68 124 182 211 329 375 416 453> 180 41<255 339> 376 41<287 445 486 531>\nVStem: 146 42<271 289>\nDStem: 339 180 405 180 124 41 182 41 405 180 487 376 375 41 416 41 446 376 487 376 413 221 416 41\nFore\n339 180 m 1\n 245 180 l 2\n 164 180 135 241 149 304 c 0\n 162 366 206 417 297 417 c 2\n 531 417 l 2\n 549 417 555 407 552 396 c 0\n 551 387 540 376 522 376 c 2\n 487 376 l 1\n 416 41 l 1\n 453 41 l 2\n 471 41 475 30 473 20 c 0\n 470 10 461 0 443 0 c 2\n 330 0 l 2\n 312 0 307 10 310 20 c 0\n 312 30 320 41 338 41 c 2\n 375 41 l 1\n 405 180 l 1\n 182 41 l 1\n 210 41 l 2\n 228 41 235 34 233 21 c 0\n 230 7 219 0 201 0 c 2\n 70 0 l 2\n 52 0 45 7 48 21 c 0\n 50 34 61 41 79 41 c 2\n 124 41 l 1\n 339 180 l 1\n446 376 m 1\n 291 376 l 2\n 220 376 200 350 190 304 c 0\n 177 243 209 221 271 221 c 2\n 413 221 l 1\n 446 376 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 758\nWidth: 600\nFlags: HW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5>\nVStem: 104 41<132 179> 530 40<255 292.5>\nRef: 96 96 N 1 0 0 1 52 -19\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 759\nWidth: 600\nFlags: HW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5> 471 100<251.5 262 472.5 483>\nVStem: 104 41<132 179> 206 102<515.5 526> 427 102<515.5 526> 530 40<255 292.5>\nRef: 168 168 N 1 0 0 1 -52 -40\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 760\nWidth: 600\nFlags: HW\nHStem: -151 41<173 250> 0 41<27 84 128 172> 349 41<333 359> 469 40<119 175 229 368> 543 20G<141.525 195.525> 584 20G<150.24 245.24>\nVStem: 443 42<264 280>\nDStem: 175.545 469 216.545 469 84.5703 41 181.613 306 175.545 469 170.772 255 84.5703 41 125.57 41 195.525 563 245.24 604 184.047 509 225.047 509 441.072 247 482.71 250 397.57 41 438.57 41\nFore\n353 390 m 0\n 440.056 390 500.798 337.022 483 251 c 2\n 483 250 l 1\n 439 41 l 1\n 425 -27 384 -109 335 -126 c 1\n 306 -143 274 -151 241 -151 c 2\n 176 -151 l 2\n 158 -151 150 -144 153 -130 c 0\n 156 -117 166 -110 184 -110 c 2\n 248 -110 l 2\n 292 -110 329 -92 358 -56 c 0\n 372 -38 392 16 397 39 c 1\n 398 41 l 1\n 441 247 l 2\n 447 277 440 302 420 322 c 2\n 419 323 l 2\n 402 340 376 349 340 349 c 0\n 284.355 349 237.988 319.988 204 286 c 1\n 171 255 l 1\n 126 41 l 1\n 171 41 l 2\n 189 41 197 35 195 22 c 1\n 194 21 l 2\n 191 7 181 0 162 0 c 2\n 30 0 l 2\n 13 0 5 6 7 19 c 1\n 7 21 l 2\n 10 34 21 41 39 41 c 2\n 85 41 l 1\n 176 469 l 1\n 122 469 l 2\n 104 469 97 475 99 488 c 1\n 99 489 l 2\n 102 502 112 509 130 509 c 2\n 184 509 l 1\n 196 563 l 1\n 142 563 l 2\n 124 563 116 570 119 584 c 0\n 122 597 132 604 150 604 c 2\n 245 604 l 1\n 225 509 l 1\n 366 509 l 2\n 383 509 391 503 389 490 c 1\n 389 489 l 2\n 386 476 376 469 358 469 c 2\n 217 469 l 1\n 182 306 l 1\n 232 354 278 381 321 388 c 0\n 331 389 342 390 353 390 c 0\nEndSplineSet\nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 761\nWidth: 600\nFlags: HW\nHStem: 0 41<94 149 190 237> 376 41<185 221 261 479>\nDStem: 221 376 262 376 149 41 190 41 424 597 444 566 289 497 309 466 479 376 528 417 459 285 500 285\nFore\n500 285 m 1\n 497 268 490 258 474 258 c 0\n 461 258 456 267 459 285 c 1\n 479 376 l 1\n 262 376 l 1\n 190 41 l 1\n 235 41 l 2\n 253 41 261 34 258 21 c 0\n 255 7 245 0 227 0 c 2\n 96 0 l 2\n 77 0 69 7 72 21 c 0\n 75 34 85 41 104 41 c 2\n 149 41 l 1\n 221 376 l 1\n 187 376 l 2\n 169 376 161 383 164 397 c 0\n 167 410 177 417 195 417 c 2\n 528 417 l 1\n 500 285 l 1\n444 566 m 2\n 309 466 l 2\n 300 460 294 457 289 457 c 0\n 279 457 272 464 272 473 c 0\n 272 482 276 487 289 497 c 2\n 424 597 l 2\n 434 604 439 606 445 606 c 0\n 454 606 461 599 461 590 c 0\n 461 581 457 575 444 566 c 2\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 762\nWidth: 600\nFlags: HW\nHStem: -16 41<238 272> 184 41<115 389> 390 41<333 352>\nVStem: 63 42<151 166>\nFore\n106 184 m 1\n 96 90 156 25 258 25 c 0\n 331 25 398 49 460 97 c 0\n 470 105 473 107 480 107 c 0\n 490 107 497 98 495 88 c 0\n 493 76 474 58 442 39 c 0\n 383 4 313 -16 247 -16 c 0\n 116 -16 42 76 69 204 c 0\n 97 336 213 431 347 431 c 0\n 408 431 458 412 492 376 c 1\n 495.424 398.256 500.607 417 521 417 c 0\n 534 417 539 408 535 389 c 2\n 516 298 l 2\n 512 280 503 271 490 271 c 0\n 477 271 473 278 474 295 c 1\n 482 348 419 390 335 390 c 0\n 233 390 146 323 115 225 c 1\n 387 225 l 2\n 405 225 413 218 410 205 c 0\n 407 191 397 184 379 184 c 2\n 106 184 l 1\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 763\nWidth: 600\nFlags: HW\nHStem: -17 42<267.5 353> 292 125 391 40<343.5 399>\nVStem: 190 45<299 329> 479 46<101 138.5>\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 764\nWidth: 600\nFlags: HW\nHStem: 0 41<127 288 329 481> 376 41<250 359>\nVStem: 96 417<17.5 24>\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 765\nWidth: 600\nFlags: HW\nHStem: 0 41<127 288 329 481> 376 41<250 359> 457 100<292.5 303 513.5 524>\nVStem: 96 417<17.5 24> 247 102<501.5 512> 468 102<501.5 512>\nRef: 168 168 N 1 0 0 1 -11 -54\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 766\nWidth: 600\nFlags: HW\nHStem: -186 41<144 264> 376 41<266 497> 520 104<488 525>\nRef: 106 106 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 767\nWidth: 600\nFlags: HW\nHStem: 0 40<62 68 247 284 317 419> 196 41<368 438> 376 41<131 162 208 354 386 427>\nVStem: 506 42<137 145>\nDStem: 167.61 376 209.61 376 101.506 65 143.931 67 355.61 376 387.61 376 284.404 41 358.065 237 355.61 376 349.351 196 284.404 41 316.404 41\nFore\n388 376 m 1\n 358 237 l 1\n 450 237 l 2\n 501 237 533 216 544 173 c 0\n 550 155 550 135 546 114 c 2\n 546 113 l 2\n 530.129 40.9719 478.229 0 398 0 c 2\n 250 0 l 2\n 232 0 224 7 226 20 c 1\n 226 21 l 2\n 229 34 240 41 258 41 c 2\n 284 41 l 1\n 356 376 l 1\n 210 376 l 1\n 144 67 l 1\n 137 26 112 3 68 0 c 2\n 56 0 l 2\n 16 -1 -2 16 2 52 c 2\n 2 59 l 1\n 6.75787 81.9964 9.38964 116 36 116 c 0\n 49 116 54 107 51 90 c 1\n 50 88 l 1\n 46.656 68.772 34.8759 41.8749 63 40 c 2\n 66 40 l 2\n 86 40 97 48 101 64 c 1\n 102 65 l 1\n 168 376 l 1\n 134 376 l 2\n 117 376 110 382 112 395 c 1\n 112 397 l 2\n 115 410 125 417 142 417 c 2\n 426 417 l 2\n 443 417 450 411 448 398 c 1\n 448 397 l 2\n 445 383 435 376 418 376 c 2\n 388 376 l 1\n316 41 m 1\n 402 41 l 2\n 463.824 41 495.405 62.633 503 112 c 2\n 504 113 l 2\n 515 164 493 192 438 196 c 1\n 349 196 l 1\n 316 41 l 1\nEndSplineSet\nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 768\nWidth: 600\nFlags: HW\nHStem: 0 41<9 46 89 122 239 282 315 424> 196 41<130 314 360 444> 376 41<89 116 156 201 319 349 384 426>\nVStem: 512 42<137 145>\nDStem: 117.604 376 157.604 376 46.3965 41 128.058 237 117.604 376 119.343 196 46.3965 41 86.3965 41 315.343 196 347.343 196 282.396 41 314.396 41 353.604 376 385.604 376 324.058 237 356.058 237\nFore\n386 376 m 1\n 356 237 l 1\n 456 237 l 2\n 507 237 539 216 550 173 c 0\n 556 155 556 135 552 114 c 2\n 552 113 l 2\n 536.129 40.9719 484.229 0 404 0 c 2\n 242 0 l 2\n 224 0 216 7 218 20 c 1\n 218 21 l 2\n 221 34 232 41 250 41 c 2\n 282 41 l 1\n 315 196 l 1\n 119 196 l 1\n 86 41 l 1\n 119 41 l 2\n 136 41 143 35 141 22 c 1\n 141 21 l 2\n 138 7 128 0 111 0 c 2\n 12 0 l 2\n -6 0 -14 7 -12 20 c 1\n -12 21 l 2\n -9 34 2 41 20 41 c 2\n 46 41 l 1\n 118 376 l 1\n 92 376 l 2\n 74 376 66 383 68 396 c 1\n 68 397 l 2\n 71 410 82 417 100 417 c 2\n 199 417 l 2\n 216 417 223 411 221 398 c 1\n 221 397 l 2\n 218 383 208 376 191 376 c 2\n 158 376 l 1\n 128 237 l 1\n 324 237 l 1\n 354 376 l 1\n 322 376 l 2\n 304 376 296 383 298 396 c 1\n 298 397 l 2\n 301 410 312 417 330 417 c 1\n 424 417 l 1\n 441 417 448 411 446 398 c 1\n 446 397 l 2\n 443 383 433 376 416 376 c 2\n 386 376 l 1\n314 41 m 1\n 408 41 l 2\n 469.824 41 501.405 62.633 509 112 c 2\n 510 113 l 2\n 521 164 499 192 444 196 c 1\n 347 196 l 1\n 314 41 l 1\nEndSplineSet\nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 769\nWidth: 600\nFlags: HW\nHStem: 0 41<11 68 111 156 325 381 423 470> 349 41<321 344> 469 40<103 156 213 351> 543 20G<125.478 179.478> 584 20G<134.192 229.192>\nVStem: 427 42<265 280>\nDStem: 159.497 469 200.497 469 68.5225 41 165.565 306 159.497 469 154.725 255 68.5225 41 109.522 41 179.478 563 229.192 604 167.999 509 208.999 509 425.024 247 466.662 250 381.522 41 422.522 41\nFore\n337 390 m 0\n 424.056 390 484.798 337.022 467 251 c 2\n 467 250 l 1\n 423 41 l 1\n 468 41 l 2\n 486 41 494 35 491 22 c 1\n 491 21 l 2\n 488 7 477 0 459 0 c 2\n 328 0 l 2\n 310 0 302 7 305 21 c 0\n 308 34 319 41 337 41 c 2\n 382 41 l 1\n 425 247 l 2\n 431 277 424 302 404 322 c 2\n 403 323 l 2\n 386 340 360 349 324 349 c 0\n 288 349 254 338 224 316 c 0\n 201.126 301.444 175.733 275.733 155 255 c 1\n 110 41 l 1\n 155 41 l 2\n 173 41 181 35 178 22 c 1\n 178 21 l 2\n 175 7 164 0 146 0 c 2\n 14 0 l 2\n -4 0 -11 6 -9 19 c 1\n -9 21 l 2\n -6 34 5 41 23 41 c 2\n 69 41 l 1\n 159 469 l 1\n 105 469 l 2\n 88 469 81 475 83 488 c 1\n 83 489 l 2\n 86 502 96 509 114 509 c 2\n 168 509 l 1\n 179 563 l 1\n 125 563 l 2\n 107 563 100 570 103 584 c 0\n 106 597 116 604 134 604 c 2\n 229 604 l 1\n 209 509 l 1\n 350 509 l 2\n 367 509 375 503 373 490 c 1\n 373 489 l 2\n 370 476 359 469 341 469 c 2\n 200 469 l 1\n 166 306 l 1\n 216 354 262 381 305 388 c 0\n 315 389 326 390 337 390 c 0\nEndSplineSet\nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 770\nWidth: 600\nFlags: HW\nHStem: 0 41<66 130 341 379 436 484> 376 41<146 202 392 416 476 534>\nDStem: 202 376 251 417 130 41 214 240 202 376 203 191 130 41 163 0 203 191 240 217 379 41 437 41 416 376 477 376 214 240 240 217 441 597 461 566 306 497 326 466\nFore\n163 0 m 1\n 68 0 l 2\n 50 0 42 7 45 21 c 0\n 48 34 58 41 76 41 c 2\n 130 41 l 1\n 202 376 l 1\n 148 376 l 2\n 130 376 122 383 125 397 c 0\n 128 410 138 417 156 417 c 2\n 251 417 l 1\n 214 240 l 1\n 416 376 l 1\n 394 376 l 2\n 376 376 368 383 371 397 c 0\n 374 410 384 417 402 417 c 2\n 532 417 l 2\n 550 417 558 410 555 397 c 0\n 552 383 542 376 524 376 c 2\n 477 376 l 1\n 240 217 l 1\n 437 41 l 1\n 482 41 l 2\n 500 41 508 34 505 21 c 0\n 502 7 492 0 474 0 c 2\n 343 0 l 2\n 325 0 317 7 320 21 c 0\n 323 34 333 41 351 41 c 2\n 379 41 l 1\n 203 191 l 1\n 163 0 l 1\n461 566 m 2\n 326 466 l 2\n 317 460 311 457 306 457 c 0\n 296 457 289 464 289 473 c 0\n 289 482 293 487 306 497 c 2\n 441 597 l 2\n 451 604 456 606 462 606 c 0\n 471 606 478 599 478 590 c 0\n 478 581 474 575 461 566 c 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 771\nWidth: 600\nFlags: HW\nHStem: 0 41<44 87 128 175 345 400 441 477> 376 41<123 159 199 255 425 471 512 557>\nDStem: 159 376 200 376 87 41 149 137 159 376 137 84 87 41 128 41 285 566 319 597 378 466 411 497 449 272 513 376 400 41 441 41 461 325 449 272 149 137 137 84 472 376 513 376 461 325 441 41\nFore\n200 376 m 1\n 149 137 l 1\n 461 325 l 1\n 472 376 l 1\n 427 376 l 2\n 409 376 401 383 404 397 c 0\n 407 410 417 417 435 417 c 1\n 555 417 l 1\n 573 417 581 410 578 397 c 0\n 575 383 565 376 547 376 c 2\n 513 376 l 1\n 441 41 l 1\n 475 41 l 2\n 493 41 501 34 498 21 c 0\n 495 7 485 0 467 0 c 2\n 347 0 l 2\n 329 0 321 7 324 21 c 0\n 327 34 337 41 355 41 c 2\n 400 41 l 1\n 449 272 l 1\n 137 84 l 1\n 128 41 l 1\n 173 41 l 2\n 191 41 199 34 196 21 c 0\n 193 7 183 0 165 0 c 2\n 46 0 l 2\n 27 0 19 7 22 21 c 0\n 25 34 35 41 54 41 c 2\n 87 41 l 1\n 159 376 l 1\n 125 376 l 2\n 107 376 99 383 102 397 c 0\n 105 410 115 417 133 417 c 2\n 253 417 l 2\n 271 417 279 410 276 397 c 0\n 273 383 263 376 245 376 c 2\n 200 376 l 1\n319 597 m 2\n 411 497 l 1\n 414 495 420 483 420 481 c 0\n 420 469 406 457 394 457 c 0\n 389 457 384 460 378 466 c 2\n 285 566 l 2\n 280 572 277 577 277 581 c 0\n 277 594 289 606 303 606 c 0\n 308 606 312 604 319 597 c 2\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 772\nWidth: 600\nFlags: HW\nHStem: -186 41<54 180 222 278> 376 41<167 175 221 221 221 273 501 546 589 589 589 602> 457 41<394 420.5>\nVStem: 135 169 273 42<547 549> 469 164\nRef: 728 728 N 1 0 0 1 -7 -32\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 773\nWidth: 600\nFlags: HW\nHStem: 0 41<52 95 139 239 287 408 461 475> 376 41<131 159 207 263 433 479 520 564>\nDStem: 167.105 376 208.105 376 95.8994 41 136.899 41 240.185 0 288.185 0 223.18 -80 271.18 -80 480.105 376 521.105 376 408.899 41 449.899 41\nFore\n288 0 m 1\n 271 -80 l 1\n 223 -80 l 1\n 240 0 l 1\n 53 0 l 2\n 36 1 28 6 30 19 c 1\n 30 20 l 2\n 33 34 44 41 62 41 c 2\n 96 41 l 1\n 167 376 l 1\n 133 376 l 2\n 116 376 108 382 110 395 c 1\n 110 396 l 2\n 113 410 124 417 142 417 c 2\n 262 417 l 2\n 280 417 287 410 284 396 c 0\n 282 383 271 376 253 376 c 2\n 208 376 l 1\n 137 41 l 1\n 409 41 l 1\n 480 376 l 1\n 435 376 l 2\n 418 376 410 382 412 395 c 1\n 412 396 l 2\n 415 410 426 417 444 417 c 2\n 563 417 l 2\n 581 417 589 410 587 397 c 1\n 586 396 l 2\n 584 383 573 376 554 376 c 2\n 521 376 l 1\n 450 41 l 1\n 484 41 l 2\n 502 41 509 34 506 20 c 0\n 504 7 493 1 475 0 c 2\n 288 0 l 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 774\nWidth: 600\nFlags: HW\nHStem: 0 41<77 141 183 339> 291 41<245 377> 419 40<156 215 272 345> 522 41<188 242 284 354>\nVStem: 139 223<436 442> 503 42<184 197>\nDStem: 221.158 419 262.316 419 141 41 244 332 221.158 419 235 291 141 41 182 41 243 522 284 522 229.64 459 270.737 459\nFore\n235 291 m 1\n 182 41 l 1\n 331 41 l 2\n 410 41 487 97 501 165 c 0\n 516 234 456 291 369 291 c 2\n 235 291 l 1\n271 459 m 1\n 344 459 l 2\n 357 459 362 454 362 443 c 0\n 362 428 353 419 338 419 c 2\n 262 419 l 1\n 244 332 l 1\n 375 332 l 2\n 489 332 562 258 542 165 c 0\n 522 72 424 0 318 0 c 2\n 78 0 l 2\n 60 0 52 7 55 20 c 0\n 58 34 69 41 87 41 c 2\n 141 41 l 1\n 221 419 l 1\n 157 419 l 2\n 145 419 139 424 139 435 c 0\n 139 450 148 459 164 459 c 2\n 230 459 l 1\n 243 522 l 1\n 189 522 l 2\n 171 522 163 529 166 542 c 0\n 169 556 180 563 198 563 c 2\n 352 563 l 2\n 370 563 378 556 375 542 c 0\n 372 529 362 522 343 522 c 2\n 284 522 l 1\n 271 459 l 1\nEndSplineSet\nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 775\nWidth: 600\nFlags: HW\nHStem: 0 41<119 162 204 369> 196 41<246 385> 296 40<166 209 273 316> 376 41<197 232 274 319>\nVStem: 152 177<312 320> 461 41<128 145>\nDStem: 216.045 296 257.309 296 162 41 245 237 216.045 296 236 196 162 41 203 41 233 376 274 376 224.522 336 265.655 336\nFore\n203 41 m 1\n 358 41 l 2\n 429 41 450 67 459 113 c 0\n 472 174 440 196 378 196 c 2\n 236 196 l 1\n 203 41 l 1\n225 336 m 1\n 233 376 l 1\n 196 376 l 2\n 178 376 175 387 177 397 c 0\n 179 407 188 417 206 417 c 2\n 319 417 l 2\n 337 417 342 407 340 397 c 0\n 338 387 329 376 311 376 c 2\n 274 376 l 1\n 266 336 l 1\n 315 336 l 2\n 325 336 329 331 329 320 c 0\n 329 305 322 296 310 296 c 2\n 257 296 l 1\n 245 237 l 1\n 405 237 l 2\n 486 237 514 176 500 113 c 0\n 487 51 443 0 352 0 c 2\n 118 0 l 2\n 100 0 95 10 97 21 c 0\n 99 30 109 41 127 41 c 2\n 162 41 l 1\n 216 296 l 1\n 166 296 l 2\n 157 296 152 301 152 312 c 0\n 152 327 160 336 172 336 c 2\n 225 336 l 1\nEndSplineSet\nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 776\nWidth: 600\nFlags: HW\nHStem: 0 41<69 133 175 313> 231 41<224 367> 522 41<180 234 276 432>\nVStem: 47 289<17 25> 545 42<416 433>\nDStem: 235 522 276 522 133 41 223 272 235 522 214 231 133 41 174 41 371.226 364.845 409.674 379.082 424.292 283.13 461.316 299.56 445.644 250.25 481.818 267.988 499.76 166.919 538.208 181.155\nFore\n461 300 m 1\n 511 327 545 373 545 421 c 0\n 545 479 494 522 425 522 c 2\n 276 522 l 1\n 223 272 l 1\n 357 272 l 2\n 380 272 403 276 424 283 c 1\n 371 365 l 2\n 363 378 363 387 372 393 c 0\n 385 401 399 396 410 379 c 2\n 461 300 l 1\n482 268 m 1\n 538 181 l 2\n 547 168 547 159 537 153 c 0\n 525 145 511 150 500 167 c 2\n 446 250 l 1\n 415 238 381 231 346 231 c 2\n 214 231 l 1\n 174 41 l 1\n 312 41 l 2\n 329 41 336 36 336 25 c 0\n 336 10 323 0 303 0 c 2\n 70 0 l 2\n 54 0 47 5 47 17 c 0\n 47 32 59 41 79 41 c 2\n 133 41 l 1\n 235 522 l 1\n 181 522 l 2\n 164 522 158 527 158 539 c 0\n 158 554 170 563 190 563 c 2\n 430 563 l 2\n 522 563 587 508 587 431 c 0\n 587 365 544 305 482 268 c 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 777\nWidth: 600\nFlags: HW\nHStem: -186 41<9 73 115 213> 10 41<323 339> 376 41<128 182> 390 41<391 419>\nVStem: -13 247<-170 -161> 551 42<246 266>\nDStem: 183 376 233 417 73 -145 216 335 183 376 167 106 73 -145 114 -145 378.332 168.845 416.78 183.082 436.979 78.5355 470.262 100.726 457.787 46.4943 490.92 68.9166 506.866 -29.082 545.314 -14.8447\nFore\n470 101 m 1\n 519 139 551 196 551 255 c 0\n 551 335 491 390 405 390 c 0\n 292 390 188 292 188 187 c 0\n 188 107 248 51 333 51 c 0\n 370 51 405 61 437 79 c 1\n 378 169 l 2\n 370 182 370 191 379 197 c 0\n 392 205 406 200 417 183 c 2\n 470 101 l 1\n491 69 m 1\n 545 -15 l 2\n 554 -28 554 -37 544 -43 c 0\n 532 -51 518 -46 507 -29 c 2\n 458 46 l 1\n 418 24 373 10 326 10 c 0\n 249 10 199 40 167 106 c 1\n 114 -145 l 1\n 211 -145 l 2\n 229 -145 235 -149 235 -161 c 0\n 235 -177 223 -186 203 -186 c 2\n 10 -186 l 2\n -6 -186 -13 -181 -13 -170 c 0\n -13 -154 -1 -145 19 -145 c 2\n 73 -145 l 1\n 183 376 l 1\n 129 376 l 2\n 113 376 106 381 106 392 c 0\n 106 408 118 417 138 417 c 2\n 233 417 l 1\n 216 335 l 1\n 283 404 339 431 415 431 c 0\n 523 431 593 365 593 264 c 0\n 593 188 552 117 491 69 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 778\nWidth: 600\nFlags: HW\nHStem: 0 41<15 78 120 259> 522 41<126 180 222 544>\nDStem: 181 522 222 522 78 41 119 41 565 661 606 661 544 563 577 522\nFore\n577 522 m 1\n 222 522 l 1\n 119 41 l 1\n 257 41 l 2\n 276 41 284 34 281 21 c 0\n 278 7 267 0 249 0 c 2\n 16 0 l 2\n -2 0 -10 7 -7 21 c 0\n -4 34 6 41 24 41 c 2\n 78 41 l 1\n 181 522 l 1\n 127 522 l 2\n 109 522 101 529 104 543 c 0\n 107 556 117 563 135 563 c 2\n 544 563 l 1\n 565 661 l 2\n 569 679 578 688 591 688 c 0\n 605 688 610 679 606 661 c 1\n 577 522 l 1\nEndSplineSet\nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 779\nWidth: 600\nFlags: HW\nHStem: 0 41<84 139 181 226> 376 41<175 209 251 477>\nDStem: 210 376 251 376 139 41 180 41 496 508 537 508 477 417 509 376\nFore\n477 417 m 1\n 496 508 l 2\n 500 526 509 535 522 535 c 0\n 538 535 541 525 537 508 c 1\n 509 376 l 1\n 251 376 l 1\n 180 41 l 1\n 225 41 l 2\n 243 41 251 34 248 21 c 0\n 245 7 234 0 216 0 c 2\n 85 0 l 2\n 66 0 59 7 62 21 c 0\n 65 34 75 41 94 41 c 2\n 139 41 l 1\n 210 376 l 1\n 176 376 l 2\n 158 376 151 383 154 397 c 0\n 157 410 167 417 185 417 c 2\n 477 417 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 780\nWidth: 600\nFlags: HW\nHStem: 0 41<26 90 131 270> 365 40<97 148 209 344> 522 41<137 191 232 545>\nVStem: 4 287<16 25> 75 291<382 388>\nDStem: 158.707 365 198.707 365 90 41 130 41 192 522 232 522 167.189 405 207.189 405\nFore\n207 405 m 1\n 343 405 l 2\n 359 405 366 400 366 389 c 0\n 366 374 354 365 334 365 c 2\n 199 365 l 1\n 130 41 l 1\n 268 41 l 2\n 286 41 292 36 292 25 c 0\n 292 10 280 0 260 0 c 2\n 26 0 l 2\n 10 0 4 5 4 16 c 0\n 4 32 16 41 36 41 c 2\n 90 41 l 1\n 159 365 l 1\n 98 365 l 2\n 82 365 75 370 75 381 c 0\n 75 396 87 405 107 405 c 2\n 167 405 l 1\n 192 522 l 1\n 138 522 l 2\n 122 522 114 527 114 538 c 0\n 114 554 126 563 146 563 c 2\n 596 563 l 1\n 566 424 l 1\n 564 406 554 397 540 397 c 0\n 532 397 524 404 524 412 c 1\n 530.283 449.717 538.998 485.002 546 522 c 1\n 232 522 l 1\n 207 405 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 781\nWidth: 600\nFlags: HW\nHStem: 0 41<95 149 191 237> 249 40<144 191 248 315> 376 41<186 220 262 478>\nVStem: 128 202<265 273>\nDStem: 193.704 249 234.704 249 149 41 190 41 221 376 262 376 202.301 289 243.301 289 479 376 528 417 459 285 500 285\nFore\n202 289 m 1\n 221 376 l 1\n 187 376 l 2\n 169 376 161 383 164 397 c 0\n 167 410 177 417 195 417 c 2\n 528 417 l 1\n 500 285 l 1\n 497 268 490 258 474 258 c 0\n 461 258 456 267 459 285 c 1\n 479 376 l 1\n 262 376 l 1\n 243 289 l 1\n 314 289 l 2\n 325 289 330 284 330 273 c 0\n 330 258 322 249 308 249 c 2\n 235 249 l 1\n 190 41 l 1\n 235 41 l 2\n 253 41 261 34 258 21 c 0\n 255 7 245 0 227 0 c 2\n 96 0 l 2\n 77 0 69 7 72 21 c 0\n 75 34 85 41 104 41 c 2\n 149 41 l 1\n 194 249 l 1\n 144 249 l 2\n 133 249 128 254 128 265 c 0\n 128 280 137 289 151 289 c 2\n 202 289 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 782\nWidth: 600\nFlags: HW\nHStem: -93 41<337 354> 0 41<37 101 144 202> 291 41<206 385> 522 41<148 202 245 559>\nVStem: 505 42<179 196>\nDStem: 203 522 245 522 101 41 205 332 203 522 196 291 101 41 143 41 503 165 545 165 482 64 522 58 559 522 608 563 538 424 578 424\nFore\n196 291 m 1\n 143 41 l 1\n 201 41 l 2\n 219 41 227 34 225 21 c 0\n 222 7 210 0 192 0 c 2\n 38 0 l 2\n 20 0 14 7 17 21 c 0\n 19 34 29 41 47 41 c 2\n 101 41 l 1\n 203 522 l 1\n 149 522 l 2\n 131 522 124 529 127 543 c 0\n 130 556 140 563 158 563 c 2\n 608 563 l 1\n 578 424 l 2\n 574 406 566 397 552 397 c 0\n 538 397 534 406 538 424 c 2\n 559 522 l 1\n 245 522 l 1\n 205 332 l 1\n 377 332 l 2\n 491 332 565 258 545 165 c 2\n 522 58 l 2\n 505 -26 424 -93 342 -93 c 0\n 317 -93 287 -86 271 -77 c 0\n 252.373 -66.3558 267.387 -39 285 -39 c 0\n 290 -39 292 -40 315 -47 c 0\n 322 -50 340 -52 352 -52 c 0\n 413 -52 467 -4 482 64 c 2\n 503 165 l 2\n 518 234 458 291 372 291 c 2\n 196 291 l 1\nEndSplineSet\nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 783\nWidth: 600\nFlags: HW\nHStem: -188 41<270 286> 0 41<117 171 213 259> 196 41<255 350> 376 41<208 242 284 500>\nVStem: 443 43<122 134>\nDStem: 243 376 284 376 171 41 254 237 243 376 245 196 171 41 212 41 441 102 483 102 413 -31 454 -37 501 376 550 417 481 285 522 285\nFore\n245 196 m 1\n 212 41 l 1\n 257 41 l 2\n 275 41 283 34 280 21 c 0\n 277 7 267 0 249 0 c 2\n 118 0 l 2\n 99 0 91 7 94 21 c 0\n 97 34 107 41 126 41 c 2\n 171 41 l 1\n 243 376 l 1\n 209 376 l 2\n 191 376 183 383 186 397 c 0\n 189 410 199 417 217 417 c 2\n 550 417 l 1\n 522 285 l 2\n 519 268 512 258 496 258 c 0\n 483 258 477 267 481 285 c 2\n 501 376 l 1\n 284 376 l 1\n 254 237 l 1\n 340 237 l 2\n 442 237 502 188 483 102 c 2\n 454 -37 l 2\n 436 -121 356 -188 274 -188 c 0\n 249 -188 218 -181 202 -172 c 0\n 183.373 -161.356 198.387 -134 216 -134 c 0\n 221 -134 223 -135 246 -142 c 0\n 254 -145 271 -147 283 -147 c 0\n 344 -147 399 -99 413 -31 c 2\n 441 102 l 2\n 455 164 409 196 335 196 c 2\n 245 196 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 784\nWidth: 600\nFlags: HW\nHStem: 0 41<-9 26 205 244 285 316 502 505> 522 41<105 125 177 202 315 346 387 427 541 557 609 638>\nDStem: 125 522 176 522 269 317 307 336 297 287 337 287 244 41 284 41 347 522 387 522 307 336 347 336 506 0 556 41 480 -119 522 -119 558 522 609 522 347 336 377 317\nFore\n556 41 m 1\n 522 -119 l 2\n 519 -137 509 -146 497 -146 c 0\n 483 -146 477 -137 480 -119 c 2\n 506 0 l 1\n 464 0 l 1\n 462 190 422 244 337 287 c 1\n 284 41 l 1\n 314 41 l 2\n 332 41 341 34 338 21 c 0\n 335 7 324 0 306 0 c 2\n 206 0 l 2\n 188 0 179 7 182 21 c 0\n 185 34 196 41 214 41 c 2\n 244 41 l 1\n 297 287 l 1\n 194 244 130 190 48 0 c 1\n -8 0 l 2\n -26 0 -35 7 -32 21 c 0\n -29 34 -18 41 0 41 c 2\n 26 41 l 1\n 99 224 172 274 269 317 c 1\n 125 522 l 1\n 106 522 l 2\n 86 522 79 529 82 543 c 0\n 85 556 94 563 114 563 c 2\n 200 563 l 2\n 218 563 227 556 224 543 c 0\n 221 529 210 522 192 522 c 2\n 176 522 l 1\n 307 336 l 1\n 347 522 l 1\n 317 522 l 2\n 299 522 290 529 293 543 c 0\n 296 556 307 563 325 563 c 2\n 425 563 l 2\n 443 563 452 556 449 543 c 0\n 446 529 435 522 417 522 c 2\n 387 522 l 1\n 347 336 l 1\n 558 522 l 1\n 542 522 l 2\n 524 522 515 529 518 543 c 0\n 521 556 532 563 550 563 c 2\n 636 563 l 2\n 656 563 663 556 660 543 c 0\n 657 529 648 522 628 522 c 2\n 609 522 l 1\n 377 317 l 1\n 456 274 507 224 502 41 c 1\n 556 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 785\nWidth: 600\nFlags: HW\nHStem: 0 41<8 44 92 120 215 260 302 337 432 469 517 517> 376 41<98 117 177 208 295 330 372 417 504 526 586 614>\nDStem: 117 376 176 376 265 217 302 240 292 191 333 191 260 41 301 41 331 376 372 376 302 240 343 240 518 0 569 41 493 -119 535 -119 527 376 586 376 343 240 370 217\nFore\n569 41 m 1\n 535 -119 l 2\n 531 -137 521 -146 509 -146 c 0\n 495 -146 489 -137 493 -119 c 2\n 518 0 l 1\n 433 0 l 2\n 415 0 409 7 412 21 c 0\n 414 34 424 41 442 41 c 2\n 470 41 l 1\n 450 108 398 150 333 191 c 1\n 301 41 l 1\n 336 41 l 2\n 354 41 362 34 360 21 c 0\n 357 7 345 0 327 0 c 2\n 216 0 l 2\n 198 0 190 7 193 21 c 0\n 195 34 207 41 225 41 c 2\n 260 41 l 1\n 292 191 l 1\n 209 150 139 108 91 41 c 1\n 119 41 l 2\n 137 41 143 34 141 21 c 0\n 138 7 128 0 110 0 c 2\n 9 0 l 2\n -9 0 -15 7 -12 21 c 0\n -10 34 -0 41 18 41 c 2\n 44 41 l 1\n 95 120 166 174 265 217 c 1\n 117 376 l 1\n 99 376 l 2\n 81 376 75 383 78 397 c 0\n 80 410 90 417 108 417 c 2\n 207 417 l 2\n 225 417 233 410 231 397 c 0\n 228 383 216 376 198 376 c 2\n 176 376 l 1\n 302 240 l 1\n 331 376 l 1\n 296 376 l 2\n 278 376 270 383 273 397 c 0\n 275 410 287 417 305 417 c 2\n 416 417 l 2\n 434 417 442 410 440 397 c 0\n 437 383 425 376 407 376 c 2\n 372 376 l 1\n 343 240 l 1\n 527 376 l 1\n 505 376 l 2\n 487 376 479 383 482 397 c 0\n 484 410 496 417 514 417 c 2\n 613 417 l 2\n 631 417 637 410 635 397 c 0\n 632 383 622 376 604 376 c 2\n 586 376 l 1\n 370 217 l 1\n 451 174 500 120 517 41 c 1\n 569 41 l 1\nEndSplineSet\nMinimumDistance: x53,-1 \nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 786\nWidth: 600\nFlags: HW\nHStem: -173 38<212 233> 270 41<256 325> 535 41<369 389>\nVStem: 456 44<168 186> 490 45<434 451>\nFore\n228 -15 m 1\n 172 -9 129 15 102 56 c 1\n 97.4109 33.8193 95.096 0 69 0 c 0\n 56 0 51 9 55 27 c 2\n 79 139 l 2\n 83 157 91 166 105 166 c 0\n 118 166 123 158 120 142 c 0\n 109 76 172 25 263 25 c 0\n 356 25 438 79 454 153 c 0\n 461 188 451 220 427 237 c 0\n 406 253 385 270 318 270 c 2\n 257 270 l 2\n 239 270 231 277 234 291 c 0\n 237 304 247 311 265 311 c 2\n 313 311 l 2\n 369 311 404 327 433 344 c 0\n 520.598 395.35 513.506 535 370 535 c 0\n 292 535 221 490 205 430 c 0\n 200 414 191 406 178 406 c 0\n 165 406 160 415 164 433 c 2\n 186 536 l 2\n 190 554 199 563 212 563 c 0\n 236.748 563 227.01 536.049 223 517 c 1\n 274 558 323 576 382 576 c 0\n 487 576 551 509 533 421 c 0\n 520.81 364.113 476.023 317.008 419 298 c 1\n 417 291 l 1\n 476.872 272.093 513.003 225.196 497 151 c 0\n 477 57 381 -12 266 -16 c 1\n 259 -47 l 1\n 300 -48 319 -70 311 -108 c 0\n 303 -147 265 -173 218 -173 c 0\n 198 -173 169 -165 152 -155 c 0\n 140 -148 137 -143 139 -133 c 0\n 141 -122 152 -114 163 -114 c 0\n 167 -114 170 -115 177 -119 c 0\n 196 -131 209 -135 224 -135 c 0\n 250 -135 271 -123 275 -106 c 0\n 278 -89 265 -81 234 -81 c 2\n 214 -81 l 1\n 228 -15 l 1\nEndSplineSet\nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 787\nWidth: 600\nFlags: HW\nHStem: -173 38<228 249> -81 106<249 276> 206 41<247 335> 293 124<179 205> 390 41<351 368>\nVStem: 450 46<127 138> 469 45<324 334>\nFore\n243 -15 m 1\n 192 -11 154 6 125 38 c 1\n 120.266 20.6419 115.912 0 97 0 c 0\n 83 0 77 9 81 27 c 2\n 99 110 l 2\n 103 128 112 137 126 137 c 0\n 138 137 144 128 141 115 c 2\n 140 108 l 2\n 130 62 191 25 276 25 c 0\n 364 25 438 64 449 117 c 0\n 454 140 443 165 419 180 c 0\n 396 194 374 206 316 206 c 2\n 248 206 l 2\n 230 206 223 213 226 227 c 0\n 229 240 239 247 257 247 c 2\n 305 247 l 2\n 393 247 401 256 426 270 c 0\n 450 282 464 299 468 315 c 0\n 477 358 427 390 353 390 c 0\n 277 390 219 361 205 316 c 0\n 199 300 191 293 179 293 c 0\n 166 293 161 302 165 320 c 2\n 179 389 l 2\n 183 408 192 417 205 417 c 0\n 220.73 417 223.235 401.939 219 385 c 1\n 261 416 309 431 366 431 c 0\n 464 431 527 383 513 318 c 0\n 507 287 482 257 450 239 c 2\n 433 230 l 1\n 432 224 l 1\n 473.414 206.744 505.959 168.32 494 116 c 0\n 479 42 389 -12 281 -16 c 1\n 275 -47 l 1\n 315 -48 335 -70 327 -108 c 0\n 318 -147 281 -173 234 -173 c 0\n 214 -173 185 -165 168 -155 c 0\n 155 -148 152 -143 154 -133 c 0\n 157 -122 167 -114 178 -114 c 0\n 182 -114 185 -115 192 -119 c 0\n 212 -131 225 -135 240 -135 c 0\n 266 -135 286 -123 290 -106 c 0\n 294 -89 280 -81 249 -81 c 2\n 229 -81 l 1\n 243 -15 l 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 788\nWidth: 600\nFlags: HW\nHStem: 0 41<17 80 123 198 446 478> 522 41<128 182 225 309 446 482 551 577>\nDStem: 183 522 225 522 80 41 183 328 183 522 173 279 80 41 122 41 479 0 529 41 453 -119 495 -119 483 522 551 522 183 328 213 309\nFore\n446 41 m 1\n 529 41 l 1\n 495 -119 l 2\n 492 -137 482 -146 470 -146 c 0\n 456 -146 450 -137 453 -119 c 2\n 479 0 l 1\n 406 0 l 1\n 387 206 267 250 173 279 c 1\n 122 41 l 1\n 196 41 l 2\n 214 41 223 34 220 21 c 0\n 217 7 206 0 188 0 c 2\n 18 0 l 2\n -0 0 -7 7 -4 21 c 0\n -1 34 8 41 26 41 c 2\n 80 41 l 1\n 183 522 l 1\n 129 522 l 2\n 111 522 104 529 107 543 c 0\n 110 556 119 563 137 563 c 2\n 307 563 l 2\n 325 563 334 556 331 543 c 0\n 328 529 317 522 299 522 c 2\n 225 522 l 1\n 183 328 l 1\n 483 522 l 1\n 449 522 l 2\n 429 522 422 529 425 543 c 0\n 428 556 437 563 457 563 c 2\n 575 563 l 2\n 593 563 602 556 599 543 c 0\n 596 529 585 522 567 522 c 2\n 551 522 l 1\n 213 309 l 1\n 308 282 423 234 446 41 c 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 789\nWidth: 600\nFlags: HW\nHStem: 0 41<67 131 342 379 438 459> 376 41<147 201 393 415 477 534>\nDStem: 202 376 252 417 131 41 214 240 202 376 204 191 131 41 163 0 204 191 240 217 380 41 438 41 416 376 477 376 214 240 240 217 460 0 511 41 435 -119 477 -119\nFore\n438 41 m 1\n 511 41 l 1\n 477 -119 l 2\n 473 -137 463 -146 451 -146 c 0\n 437 -146 431 -137 435 -119 c 2\n 460 0 l 1\n 343 0 l 2\n 325 0 318 7 321 21 c 0\n 323 34 334 41 352 41 c 2\n 380 41 l 1\n 204 191 l 1\n 163 0 l 1\n 68 0 l 2\n 50 0 43 7 46 21 c 0\n 48 34 59 41 77 41 c 2\n 131 41 l 1\n 202 376 l 1\n 148 376 l 2\n 130 376 123 383 126 397 c 0\n 128 410 139 417 157 417 c 2\n 252 417 l 1\n 214 240 l 1\n 416 376 l 1\n 394 376 l 2\n 376 376 369 383 372 397 c 0\n 374 410 385 417 403 417 c 2\n 533 417 l 2\n 551 417 558 410 556 397 c 0\n 553 383 542 376 524 376 c 2\n 477 376 l 1\n 240 217 l 1\n 438 41 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 790\nWidth: 600\nFlags: HW\nHStem: 0 41<1 65 108 182 431 488> 278 50<169 207> 522 41<112 166 209 293 447 466 535 576>\nDStem: 167 522 209 522 65 41 168 328 167 522 157 279 65 41 107 41 213 279 250 262 194 189 234 189 245 425 285 425 224 328 272 366 467 522 535 522 272 366 259 305\nFore\n259 305 m 1\n 344 275 411 209 431 41 c 1\n 487 41 l 2\n 505 41 511 34 509 21 c 0\n 506 7 496 0 478 0 c 2\n 390 0 l 1\n 376 158 326 228 250 262 c 1\n 234 189 l 2\n 231 171 222 162 209 162 c 0\n 196 162 191 171 194 189 c 2\n 213 279 l 1\n 213 279 168 276 157 279 c 1\n 107 41 l 1\n 181 41 l 2\n 199 41 207 34 205 21 c 0\n 202 7 190 0 172 0 c 2\n 2 0 l 2\n -16 0 -22 7 -19 21 c 0\n -17 34 -7 41 11 41 c 2\n 65 41 l 1\n 167 522 l 1\n 113 522 l 2\n 95 522 89 529 92 543 c 0\n 94 556 104 563 122 563 c 2\n 292 563 l 2\n 310 563 318 556 316 543 c 0\n 313 529 301 522 283 522 c 2\n 209 522 l 1\n 168 328 l 1\n 224 328 l 1\n 245 425 l 2\n 248 443 257 452 270 452 c 0\n 283 452 288 443 285 425 c 2\n 272 366 l 1\n 467 522 l 1\n 448 522 l 2\n 428 522 422 529 425 543 c 0\n 427 556 437 563 457 563 c 2\n 575 563 l 2\n 593 563 601 556 599 543 c 0\n 596 529 584 522 566 522 c 2\n 535 522 l 1\n 259 305 l 1\nEndSplineSet\nMinimumDistance: x41,-1 \nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 791\nWidth: 600\nFlags: HW\nHStem: 0 41<52 115 327 363 422 469> 191 49<200 218> 376 41<132 186 378 406 462 519>\nDStem: 187 376 236 417 115 41 199 240 187 376 188 191 115 41 148 0 219 191 254 167 200 102 240 102 251 338 291 338 230 240 276 268 254 167 264 214 364 41 422 41 407 376 462 376 276 268 264 214\nFore\n264 214 m 1\n 422 41 l 1\n 467 41 l 2\n 485 41 493 34 490 21 c 0\n 487 7 477 0 459 0 c 2\n 328 0 l 2\n 310 0 302 7 305 21 c 0\n 308 34 318 41 336 41 c 2\n 364 41 l 1\n 254 167 l 1\n 240 102 l 2\n 237 84 228 75 215 75 c 0\n 202 75 197 84 200 102 c 2\n 219 191 l 1\n 188 191 l 1\n 148 0 l 1\n 53 0 l 2\n 35 0 27 7 30 21 c 0\n 33 34 43 41 61 41 c 2\n 115 41 l 1\n 187 376 l 1\n 133 376 l 2\n 115 376 107 383 110 397 c 0\n 113 410 123 417 141 417 c 2\n 236 417 l 1\n 199 240 l 1\n 230 240 l 1\n 251 338 l 2\n 254 356 263 365 276 365 c 0\n 289 365 294 356 291 338 c 2\n 276 268 l 1\n 407 376 l 1\n 379 376 l 2\n 361 376 353 383 356 397 c 0\n 359 410 369 417 387 417 c 2\n 517 417 l 2\n 535 417 543 410 540 397 c 0\n 537 383 527 376 509 376 c 2\n 462 376 l 1\n 264 214 l 1\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 792\nWidth: 600\nFlags: HW\nHStem: 0 41<1 65 108 182 431 488> 431 40<90 147 199 278> 522 41<112 166 209 293 431 466 535 561>\nDStem: 148 431 190 431 65 41 168 328 148 431 157 279 65 41 107 41 167 522 209 522 156 471 198 471 467 522 535 522 168 328 198 309\nFore\n198 471 m 1\n 279 471 l 2\n 293 471 299 464 296 451 c 0\n 293 438 285 431 270 431 c 2\n 190 431 l 1\n 168 328 l 1\n 467 522 l 1\n 433 522 l 2\n 413 522 407 529 410 543 c 0\n 412 556 422 563 442 563 c 2\n 560 563 l 2\n 578 563 586 556 584 543 c 0\n 581 529 569 522 551 522 c 2\n 535 522 l 1\n 198 309 l 1\n 292 282 408 234 431 41 c 1\n 487 41 l 2\n 505 41 511 34 509 21 c 0\n 506 7 496 0 478 0 c 2\n 390 0 l 1\n 372 206 251 250 157 279 c 1\n 107 41 l 1\n 181 41 l 2\n 199 41 207 34 205 21 c 0\n 202 7 190 0 172 0 c 2\n 2 0 l 2\n -16 0 -22 7 -19 21 c 0\n -17 34 -7 41 11 41 c 2\n 65 41 l 1\n 148 431 l 1\n 89 431 l 2\n 75 431 69 438 72 451 c 0\n 75 464 83 471 98 471 c 2\n 156 471 l 1\n 167 522 l 1\n 113 522 l 2\n 95 522 89 529 92 543 c 0\n 94 556 104 563 122 563 c 2\n 292 563 l 2\n 310 563 318 556 316 543 c 0\n 313 529 301 522 283 522 c 2\n 209 522 l 1\n 198 471 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 793\nWidth: 600\nFlags: HW\nHStem: 0 41<52 115 327 363 422 469> 301 40<109 170 221 256> 376 41<132 186 378 400 462 519>\nDStem: 171 301 212 301 115 41 199 240 171 301 188 191 115 41 148 0 188 191 225 217 364 41 422 41 401 376 462 376 199 240 225 217\nFore\n220 341 m 1\n 263 341 l 2\n 274 341 279 334 276 321 c 0\n 273 308 266 301 254 301 c 2\n 212 301 l 1\n 199 240 l 1\n 401 376 l 1\n 379 376 l 2\n 361 376 353 383 356 397 c 0\n 359 410 369 417 387 417 c 2\n 517 417 l 2\n 535 417 543 410 540 397 c 0\n 537 383 527 376 509 376 c 2\n 462 376 l 1\n 225 217 l 1\n 422 41 l 1\n 467 41 l 2\n 485 41 493 34 490 21 c 0\n 487 7 477 0 459 0 c 2\n 328 0 l 2\n 310 0 302 7 305 21 c 0\n 308 34 318 41 336 41 c 2\n 364 41 l 1\n 188 191 l 1\n 148 0 l 1\n 53 0 l 2\n 35 0 27 7 30 21 c 0\n 33 34 43 41 61 41 c 2\n 115 41 l 1\n 171 301 l 1\n 107 301 l 2\n 95 301 91 308 94 321 c 0\n 97 334 104 341 115 341 c 2\n 179 341 l 1\n 187 376 l 1\n 133 376 l 2\n 115 376 107 383 110 397 c 0\n 113 410 123 417 141 417 c 2\n 236 417 l 1\n 220 341 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 794\nWidth: 600\nFlags: HW\nHStem: 0 41<1 65 108 182 431 488> 522 41<68 166 209 293 431 466 535 561>\nDStem: 35 563 68 522 7 431 49 431 167 522 209 522 65 41 168 328 167 522 157 279 65 41 107 41 467 522 535 522 168 328 198 309\nFore\n35 563 m 1\n 292 563 l 1\n 310 563 318 556 316 543 c 0\n 313 529 301 522 283 522 c 2\n 209 522 l 1\n 168 328 l 1\n 467 522 l 1\n 433 522 l 2\n 413 522 407 529 410 543 c 0\n 412 556 422 563 442 563 c 2\n 560 563 l 2\n 578 563 586 556 584 543 c 0\n 581 529 569 522 551 522 c 2\n 535 522 l 1\n 198 309 l 1\n 292 282 408 234 431 41 c 1\n 487 41 l 2\n 505 41 511 34 509 21 c 0\n 506 7 496 0 478 0 c 2\n 390 0 l 1\n 372 206 251 250 157 279 c 1\n 107 41 l 1\n 181 41 l 2\n 199 41 207 34 205 21 c 0\n 202 7 190 0 172 0 c 2\n 2 0 l 2\n -16 0 -22 7 -19 21 c 0\n -17 34 -7 41 11 41 c 2\n 65 41 l 1\n 167 522 l 1\n 68 522 l 1\n 49 431 l 2\n 45 413 35 404 23 404 c 0\n 7 404 3 414 7 431 c 2\n 35 563 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 795\nWidth: 600\nFlags: HW\nHStem: 0 41<52 115 327 363 422 469> 376 41<88 186 378 400 462 519>\nDStem: 54 417 88 376 26 285 68 285 187 376 236 417 115 41 199 240 187 376 188 191 115 41 148 0 188 191 225 217 364 41 422 41 401 376 462 376 199 240 225 217\nFore\n54 417 m 1\n 236 417 l 1\n 199 240 l 1\n 401 376 l 1\n 379 376 l 2\n 361 376 353 383 356 397 c 0\n 359 410 369 417 387 417 c 2\n 517 417 l 2\n 535 417 543 410 540 397 c 0\n 537 383 527 376 509 376 c 2\n 462 376 l 1\n 225 217 l 1\n 422 41 l 1\n 467 41 l 2\n 485 41 493 34 490 21 c 0\n 487 7 477 0 459 0 c 2\n 328 0 l 2\n 310 0 302 7 305 21 c 0\n 308 34 318 41 336 41 c 2\n 364 41 l 1\n 188 191 l 1\n 148 0 l 1\n 53 0 l 2\n 35 0 27 7 30 21 c 0\n 33 34 43 41 61 41 c 2\n 115 41 l 1\n 187 376 l 1\n 88 376 l 1\n 68 285 l 2\n 64 267 55 258 43 258 c 0\n 27 258 23 268 26 285 c 2\n 54 417 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 796\nWidth: 600\nFlags: HW\nHStem: 0 41<36 90 132 187 338 401 443 464> 272 41<190 449> 522 41<167 192 234 298 449 503 545 580>\nDStem: 193 522 234 522 90 41 189 313 193 522 180 272 90 41 131 41 450 272 545 522 401 41 442 41 465 0 515 41 439 -119 481 -119 504 522 545 522 459 313 442 41\nFore\n515 41 m 1\n 481 -119 l 2\n 478 -137 468 -146 456 -146 c 0\n 442 -146 436 -137 439 -119 c 2\n 465 0 l 1\n 339 0 l 2\n 321 0 313 7 316 21 c 0\n 319 34 329 41 347 41 c 2\n 401 41 l 1\n 450 272 l 1\n 180 272 l 1\n 131 41 l 1\n 185 41 l 2\n 203 41 211 34 208 21 c 0\n 205 7 195 0 177 0 c 2\n 37 0 l 2\n 19 0 10 7 13 21 c 0\n 16 34 26 41 45 41 c 2\n 90 41 l 1\n 193 522 l 1\n 168 522 l 2\n 150 522 142 529 145 543 c 0\n 148 556 158 563 176 563 c 2\n 296 563 l 2\n 314 563 322 556 319 543 c 0\n 316 529 306 522 288 522 c 2\n 234 522 l 1\n 189 313 l 1\n 459 313 l 1\n 504 522 l 1\n 450 522 l 2\n 432 522 424 529 427 543 c 0\n 430 556 440 563 458 563 c 2\n 578 563 l 2\n 596 563 604 556 601 543 c 0\n 598 529 588 522 570 522 c 2\n 545 522 l 1\n 442 41 l 1\n 515 41 l 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 797\nWidth: 600\nFlags: HW\nHStem: 0 41<80 123 165 210 341 396 438 446> 184 41<204 425> 376 41<159 193 235 290 421 466 508 552>\nDStem: 194 376 235 376 123 41 203 225 194 376 194 184 123 41 164 41 426 184 508 376 396 41 437 41 447 0 498 41 422 -119 464 -119 467 376 508 376 435 225 437 41\nFore\n498 41 m 1\n 464 -119 l 2\n 460 -137 450 -146 438 -146 c 0\n 424 -146 418 -137 422 -119 c 2\n 447 0 l 1\n 342 0 l 2\n 324 0 317 7 320 21 c 0\n 322 34 333 41 351 41 c 2\n 396 41 l 1\n 426 184 l 1\n 194 184 l 1\n 164 41 l 1\n 209 41 l 2\n 227 41 234 34 232 21 c 0\n 229 7 218 0 200 0 c 2\n 81 0 l 2\n 62 0 55 7 58 21 c 0\n 60 34 71 41 90 41 c 2\n 123 41 l 1\n 194 376 l 1\n 160 376 l 2\n 142 376 135 383 138 397 c 0\n 140 410 151 417 169 417 c 2\n 289 417 l 2\n 307 417 314 410 312 397 c 0\n 309 383 298 376 280 376 c 2\n 235 376 l 1\n 203 225 l 1\n 435 225 l 1\n 467 376 l 1\n 422 376 l 2\n 404 376 397 383 400 397 c 0\n 402 410 413 417 431 417 c 1\n 551 417 l 1\n 569 417 576 410 574 397 c 0\n 571 383 560 376 542 376 c 2\n 508 376 l 1\n 437 41 l 1\n 498 41 l 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 798\nWidth: 600\nFlags: HW\nHStem: 0 41<20 75 117 171 322 386 428 474> 272 41<175 434> 522 41<151 176 218 282 433 487 529 627>\nDStem: 177 522 218 522 75 41 174 313 177 522 165 272 75 41 116 41 435 272 529 522 386 41 427 41 488 522 529 522 444 313 427 41 628 522 679 563 609 431 651 431\nFore\n628 522 m 1\n 529 522 l 1\n 427 41 l 1\n 473 41 l 2\n 491 41 498 34 496 21 c 0\n 493 7 481 0 464 0 c 2\n 323 0 l 2\n 305 0 298 7 301 21 c 0\n 303 34 314 41 332 41 c 2\n 386 41 l 1\n 435 272 l 1\n 165 272 l 1\n 116 41 l 1\n 170 41 l 2\n 188 41 195 34 193 21 c 0\n 190 7 179 0 161 0 c 2\n 21 0 l 2\n 3 0 -5 7 -2 21 c 0\n 0 34 11 41 30 41 c 2\n 75 41 l 1\n 177 522 l 1\n 152 522 l 2\n 134 522 127 529 130 543 c 0\n 132 556 143 563 161 563 c 2\n 281 563 l 2\n 299 563 306 556 304 543 c 0\n 301 529 290 522 272 522 c 2\n 218 522 l 1\n 174 313 l 1\n 444 313 l 1\n 488 522 l 1\n 434 522 l 2\n 416 522 409 529 412 543 c 0\n 414 556 425 563 443 563 c 1\n 679 563 l 1\n 651 431 l 2\n 647 414 639 404 623 404 c 0\n 611 404 605 413 609 431 c 2\n 628 522 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 799\nWidth: 600\nFlags: HW\nHStem: 0 41<65 107 149 195 326 380 422 457> 184 41<189 410> 376 41<144 178 220 275 406 451 493 591>\nDStem: 179 376 220 376 107 41 188 225 179 376 179 184 107 41 148 41 411 184 493 376 380 41 421 41 452 376 493 376 420 225 421 41 592 376 642 417 572 285 614 285\nFore\n592 376 m 1\n 493 376 l 1\n 421 41 l 1\n 455 41 l 2\n 473 41 481 34 478 21 c 0\n 475 7 465 0 447 0 c 2\n 327 0 l 2\n 309 0 301 7 304 21 c 0\n 307 34 317 41 335 41 c 2\n 380 41 l 1\n 411 184 l 1\n 179 184 l 1\n 148 41 l 1\n 193 41 l 2\n 211 41 219 34 216 21 c 0\n 213 7 203 0 185 0 c 2\n 66 0 l 2\n 47 0 39 7 42 21 c 0\n 45 34 55 41 74 41 c 2\n 107 41 l 1\n 179 376 l 1\n 145 376 l 2\n 127 376 119 383 122 397 c 0\n 125 410 135 417 153 417 c 2\n 273 417 l 2\n 291 417 299 410 296 397 c 0\n 293 383 283 376 265 376 c 2\n 220 376 l 1\n 188 225 l 1\n 420 225 l 1\n 452 376 l 1\n 407 376 l 2\n 389 376 381 383 384 397 c 0\n 387 410 397 417 415 417 c 1\n 642 417 l 1\n 614 285 l 2\n 611 268 603 258 587 258 c 0\n 575 258 568 267 572 285 c 2\n 592 376 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 800\nWidth: 600\nFlags: HW\nHStem: -93 41<390 411> 0 41<-36 19 61 115 202 266 308 354> 291 41<370 470> 522 41<95 120 162 367 409 444>\nVStem: 564 42<211 222>\nDStem: 121 522 162 522 19 41 60 41 368 522 409 522 266 41 369 332 368 522 360 291 266 41 307 41 562 197 604 197 534 64 574 58\nFore\n360 291 m 1\n 307 41 l 1\n 353 41 l 2\n 371 41 378 34 376 21 c 0\n 373 7 361 0 344 0 c 2\n 203 0 l 2\n 185 0 178 7 181 21 c 0\n 183 34 194 41 212 41 c 2\n 266 41 l 1\n 368 522 l 1\n 162 522 l 1\n 60 41 l 1\n 114 41 l 2\n 132 41 139 34 137 21 c 0\n 134 7 123 0 105 0 c 2\n -35 0 l 2\n -53 0 -61 7 -58 21 c 0\n -56 34 -45 41 -26 41 c 2\n 19 41 l 1\n 121 522 l 1\n 96 522 l 2\n 78 522 70 529 73 543 c 0\n 76 556 87 563 105 563 c 2\n 443 563 l 2\n 461 563 468 556 465 543 c 0\n 462 529 452 522 434 522 c 2\n 409 522 l 1\n 369 332 l 1\n 461 332 l 2\n 558 332 620 273 604 197 c 2\n 574 58 l 2\n 557 -26 476 -93 394 -93 c 0\n 369 -93 339 -86 323 -77 c 0\n 304.373 -66.3558 319.387 -39 337 -39 c 0\n 342 -39 344 -40 367 -47 c 0\n 374 -50 392 -52 404 -52 c 0\n 465 -52 519 -4 534 64 c 2\n 562 197 l 2\n 573 249 527 291 456 291 c 2\n 360 291 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 801\nWidth: 600\nFlags: HW\nHStem: -188 41<366 387> 0 41<21 63 105 151 218 272 314 349> 196 41<356 452> 376 41<100 134 176 343 385 429>\nVStem: 542 43<122 134>\nDStem: 135 376 176 376 63 41 104 41 344 376 385 376 272 41 355 237 344 376 346 196 272 41 313 41 540 102 582 102 512 -31 553 -37\nFore\n346 196 m 1\n 313 41 l 1\n 347 41 l 2\n 365 41 373 34 370 21 c 0\n 367 7 357 0 339 0 c 2\n 219 0 l 2\n 201 0 193 7 196 21 c 0\n 199 34 209 41 227 41 c 2\n 272 41 l 1\n 344 376 l 1\n 176 376 l 1\n 104 41 l 1\n 149 41 l 2\n 167 41 175 34 172 21 c 0\n 169 7 159 0 141 0 c 2\n 22 0 l 2\n 3 0 -5 7 -2 21 c 0\n 1 34 11 41 30 41 c 2\n 63 41 l 1\n 135 376 l 1\n 101 376 l 2\n 83 376 75 383 78 397 c 0\n 81 410 91 417 109 417 c 2\n 427 417 l 2\n 445 417 453 410 450 397 c 0\n 447 383 437 376 419 376 c 2\n 385 376 l 1\n 355 237 l 1\n 439 237 l 2\n 541 237 601 188 582 102 c 2\n 553 -37 l 2\n 535 -121 455 -188 373 -188 c 0\n 348 -188 317 -181 301 -172 c 0\n 282.373 -161.356 297.387 -134 315 -134 c 0\n 320 -134 322 -135 345 -142 c 0\n 353 -145 370 -147 382 -147 c 0\n 443 -147 498 -99 512 -31 c 2\n 540 102 l 2\n 554 164 508 196 434 196 c 2\n 346 196 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 802\nWidth: 600\nFlags: HW\nHStem: -16 41<277.5 354> 536 40<394.5 441.5>\nVStem: 110 42<152 204>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 803\nWidth: 600\nFlags: HW\nHStem: -17 41<268.5 335> 391 41<358 413>\nVStem: 121 42<121.5 186>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 804\nWidth: 600\nFlags: HW\nHStem: -155 32<278 293> -16 41<272 279> 535 41<362 385>\nVStem: 65 42<193 213> 214 41<-105 -97>\nDStem: 87 325 127 319 70 242 112 248\nFore\n280 -16 m 1\n 274 -16 l 0\n 138 -16 41 107 70 242 c 2\n 87 325 l 2\n 112.366 444.027 235.385 576 383 576 c 0\n 449 576 504 552 541 507 c 1\n 545.589 529.18 547.904 563 574 563 c 0\n 587 563 592 554 588 536 c 2\n 564 424 l 2\n 561 406 552 397 538 397 c 0\n 526 397 520 405 523 421 c 0\n 532 482 463 535 374 535 c 0\n 263 535 152 438 127 319 c 2\n 112 248 l 2\n 86 128 165 25 283 25 c 0\n 352 25 408 51 476 115 c 0\n 484 123 489 125 496 125 c 0\n 508 125 514 117 512 106 c 0\n 510 96 494 79 463 55 c 0\n 427 27 389 7 350 -5 c 1\n 329 -15 l 2\n 288 -36 261 -62 255 -89 c 0\n 250 -112 262 -123 291 -123 c 0\n 311 -123 317 -121 344 -107 c 0\n 347 -105 350 -104 352 -104 c 0\n 359 -104 365 -111 363 -119 c 0\n 359 -136 316 -155 278 -155 c 0\n 230 -155 207 -132 215 -94 c 0\n 222 -61 241 -37 280 -16 c 1\nEndSplineSet\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 805\nWidth: 600\nFlags: HW\nHStem: -155 32<294 309> -16 41<268 295> 390 41<358 380>\nVStem: 93 43<149 165> 230 41<-105 -97>\nFore\n296 -15 m 1\n 289 -16 283 -16 276 -16 c 0\n 145 -16 71 76 98 204 c 0\n 126 336 242 431 376 431 c 0\n 437 431 487 412 521 376 c 1\n 524.424 398.256 529.607 417 550 417 c 0\n 563 417 568 408 564 389 c 2\n 545 298 l 2\n 541 280 532 271 519 271 c 0\n 506 271 502 278 503 295 c 0\n 511 348 449 390 365 390 c 0\n 255 390 163 315 139 205 c 0\n 117 100 178 25 287 25 c 0\n 360 25 427 49 489 97 c 0\n 499 105 502 107 509 107 c 0\n 519 107 526 98 524 88 c 0\n 522 76 503 58 471 39 c 0\n 439 20 402 5 365 -5 c 1\n 344 -15 l 2\n 303 -36 276 -62 271 -89 c 0\n 266 -112 278 -123 307 -123 c 0\n 327 -123 332 -121 359 -107 c 0\n 362 -105 366 -104 368 -104 c 0\n 375 -104 380 -111 378 -119 c 0\n 375 -136 332 -155 294 -155 c 0\n 246 -155 223 -132 231 -94 c 0\n 238 -61 257 -37 296 -15 c 1\nEndSplineSet\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 806\nWidth: 600\nFlags: HW\nHStem: 0 41<130 244 286 366> 522 41<180 346 388 553>\nDStem: 147 563 180 522 123 449 164 449 347 522 388 522 244 41 285 41 367 0 417 41 341 -119 383 -119 554 522 603 563 538 449 579 449\nFore\n417 41 m 1\n 383 -119 l 1\n 380 -137 370 -146 358 -146 c 0\n 344 -146 338 -137 341 -119 c 2\n 367 0 l 1\n 131 0 l 2\n 113 0 105 7 108 21 c 0\n 111 34 121 41 139 41 c 2\n 244 41 l 1\n 347 522 l 1\n 180 522 l 1\n 164 449 l 2\n 160 431 151 422 137 422 c 0\n 124 422 119 431 123 449 c 2\n 147 563 l 1\n 603 563 l 1\n 579 449 l 2\n 575 430 567 422 553 422 c 0\n 541 422 535 433 538 449 c 2\n 554 522 l 1\n 388 522 l 1\n 285 41 l 1\n 417 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 807\nWidth: 600\nFlags: HW\nHStem: -1 41<204 260 301 322> 375 41<215 330 372 486>\nDStem: 182 416 215 375 154 284 196 284 323 -1 374 40 298 -120 340 -120 331 375 371 375 260 40 300 40 487 376 538 417 468 285 510 285\nFore\n374 40 m 1\n 340 -120 l 2\n 336 -138 326 -147 314 -147 c 0\n 300 -147 294 -138 298 -120 c 2\n 323 -1 l 1\n 205 -1 l 2\n 187 -1 179 6 182 20 c 0\n 184 33 196 40 214 40 c 2\n 260 40 l 1\n 331 375 l 1\n 215 375 l 1\n 196 284 l 2\n 192 266 182 257 170 257 c 0\n 154 257 150 267 154 284 c 2\n 182 416 l 1\n 538 417 l 1\n 510 285 l 2\n 506 268 498 258 482 258 c 0\n 470 258 464 267 468 285 c 2\n 487 376 l 1\n 371 375 l 1\n 300 40 l 1\n 374 40 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 808\nWidth: 600\nFlags: HW\nHStem: 0 41<115 230 272 377> 522 41<128 153 203 250 462 502 549 582>\nDStem: 153 522 202 522 275 254 306 295 275 254 316 254 230 41 271 41 503 522 549 522 306 295 316 254\nFore\n316 254 m 1\n 271 41 l 1\n 376 41 l 2\n 394 41 401 34 399 21 c 0\n 396 7 385 0 367 0 c 2\n 116 0 l 2\n 98 0 91 7 94 21 c 0\n 96 34 107 41 125 41 c 2\n 230 41 l 1\n 275 254 l 1\n 153 522 l 1\n 129 522 l 2\n 111 522 104 529 107 543 c 0\n 109 556 120 563 138 563 c 2\n 249 563 l 2\n 267 563 274 556 272 543 c 0\n 269 529 258 522 240 522 c 2\n 202 522 l 1\n 306 295 l 1\n 503 522 l 1\n 463 522 l 2\n 444 522 437 529 440 543 c 0\n 442 556 453 563 472 563 c 2\n 582 563 l 2\n 599 563 607 555 605 543 c 0\n 602 530 589 522 573 522 c 2\n 549 522 l 1\n 316 254 l 1\nEndSplineSet\nMinimumDistance: x26,-1 x10,26 \nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 809\nWidth: 600\nFlags: HW\nHStem: -273 41<156 216 258 309> 376 41<121 163 209 283 455 523 567 618>\nDStem: 163 376 208 376 258 -35 286 41 258 -35 299 -35 216 -232 257 -232 524 376 567 376 305 41 299 -35\nFore\n258 -35 m 1\n 163 376 l 1\n 122 376 l 2\n 104 376 96 383 99 397 c 0\n 102 410 112 417 130 417 c 2\n 281 417 l 2\n 300 417 308 410 305 397 c 0\n 302 383 292 376 273 376 c 2\n 208 376 l 1\n 286 41 l 1\n 305 41 l 1\n 524 376 l 1\n 456 376 l 2\n 438 376 430 383 433 397 c 0\n 436 410 446 417 464 417 c 2\n 616 417 l 2\n 634 417 642 410 639 397 c 0\n 636 383 626 376 608 376 c 2\n 567 376 l 1\n 299 -35 l 1\n 257 -232 l 1\n 307 -232 l 2\n 326 -232 334 -239 331 -252 c 0\n 328 -266 317 -273 299 -273 c 2\n 157 -273 l 2\n 139 -273 131 -266 134 -252 c 0\n 137 -239 147 -232 165 -232 c 2\n 216 -232 l 1\n 258 -35 l 1\nEndSplineSet\nMinimumDistance: x18,-1 x1,18 \nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 810\nWidth: 600\nFlags: HW\nHStem: 0 41<115 230 272 377> 214 40<172 266 317 419> 522 41<128 153 203 250 462 502 549 582>\nDStem: 153 522 202 522 275 254 306 295 267 214 308 214 230 41 271 41 503 522 549 522 306 295 316 254\nFore\n267 214 m 1\n 173 214 l 2\n 155 214 147 221 150 234 c 0\n 153 247 163 254 181 254 c 2\n 275 254 l 1\n 153 522 l 1\n 129 522 l 2\n 111 522 104 529 107 543 c 0\n 109 556 120 563 138 563 c 2\n 249 563 l 2\n 267 563 274 556 272 543 c 0\n 269 529 258 522 240 522 c 2\n 202 522 l 1\n 306 295 l 1\n 503 522 l 1\n 463 522 l 2\n 444 522 437 529 440 543 c 0\n 442 556 453 563 472 563 c 2\n 582 563 l 2\n 599 563 607 555 605 543 c 0\n 602 530 589 522 573 522 c 2\n 549 522 l 1\n 316 254 l 1\n 417 254 l 2\n 435 254 443 247 440 234 c 0\n 437 221 427 214 409 214 c 2\n 308 214 l 1\n 271 41 l 1\n 376 41 l 2\n 394 41 401 34 399 21 c 0\n 396 7 385 0 367 0 c 2\n 116 0 l 2\n 98 0 91 7 94 21 c 0\n 96 34 107 41 125 41 c 2\n 230 41 l 1\n 267 214 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 811\nWidth: 600\nFlags: HW\nHStem: -273 41<156 216 258 309> -35 40<160 248 326 407> -35 76<299 305> 376 41<121 163 209 283 455 523 567 618>\nDStem: 163 376 208 376 249 5 286 41 258 -35 299 -35 216 -232 257 -232 524 376 567 376 305 41 325 5\nFore\n299 -35 m 1\n 257 -232 l 1\n 307 -232 l 2\n 326 -232 334 -239 331 -252 c 0\n 328 -266 317 -273 299 -273 c 2\n 157 -273 l 2\n 139 -273 131 -266 134 -252 c 0\n 137 -239 147 -232 165 -232 c 2\n 216 -232 l 1\n 258 -35 l 1\n 161 -35 l 2\n 143 -35 136 -28 139 -15 c 0\n 141 -2 152 5 170 5 c 2\n 249 5 l 1\n 163 376 l 1\n 122 376 l 2\n 104 376 96 383 99 397 c 0\n 102 410 112 417 130 417 c 2\n 281 417 l 2\n 300 417 308 410 305 397 c 0\n 302 383 292 376 273 376 c 2\n 208 376 l 1\n 286 41 l 1\n 305 41 l 1\n 524 376 l 1\n 456 376 l 2\n 438 376 430 383 433 397 c 0\n 436 410 446 417 464 417 c 2\n 616 417 l 2\n 634 417 642 410 639 397 c 0\n 636 383 626 376 608 376 c 2\n 567 376 l 1\n 325 5 l 1\n 406 5 l 2\n 424 5 431 -2 429 -15 c 0\n 426 -28 415 -35 397 -35 c 2\n 299 -35 l 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 812\nWidth: 600\nFlags: HW\nHStem: 0 41<22 48 99 164 356 426> 522 41<144 160 213 265 473 519 571 596>\nDStem: 160 522 212 522 289 288 324 321 289 288 308 255 48 41 98 41 308 255 342 288 427 41 480 41 474 0 524 41 448 -119 490 -119 520 522 571 522 324 321 342 288\nFore\n524 41 m 1\n 490 -119 l 2\n 487 -137 477 -146 465 -146 c 0\n 451 -146 445 -137 448 -119 c 2\n 474 0 l 1\n 357 0 l 2\n 339 0 331 7 334 21 c 0\n 337 34 347 41 365 41 c 2\n 427 41 l 1\n 308 255 l 1\n 98 41 l 1\n 162 41 l 2\n 180 41 188 34 185 21 c 0\n 182 7 172 0 154 0 c 2\n 23 0 l 2\n 5 0 -3 7 0 21 c 0\n 3 34 13 41 31 41 c 2\n 48 41 l 1\n 289 288 l 1\n 160 522 l 1\n 145 522 l 2\n 127 522 119 529 122 543 c 0\n 125 556 135 563 153 563 c 2\n 263 563 l 2\n 281 563 289 556 286 543 c 0\n 283 529 273 522 255 522 c 2\n 212 522 l 1\n 324 321 l 1\n 520 522 l 1\n 475 522 l 2\n 457 522 449 529 452 543 c 0\n 455 556 465 563 483 563 c 2\n 594 563 l 2\n 612 563 620 557 617 543 c 0\n 614 529 604 522 586 522 c 2\n 571 522 l 1\n 342 288 l 1\n 480 41 l 1\n 524 41 l 1\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 813\nWidth: 600\nFlags: HW\nHStem: 0 41<48 67 124 192 360 434> 376 41<151 159 218 273 439 487 543 560>\nDStem: 159 376 217 376 289 219 323 246 289 219 312 190 67 41 123 41 312 190 347 219 435 41 493 41 478 0 529 41 453 -119 495 -119 488 376 543 376 323 246 347 219\nFore\n529 41 m 1\n 495 -119 l 2\n 491 -137 481 -146 469 -146 c 0\n 455 -146 449 -137 453 -119 c 2\n 478 0 l 1\n 361 0 l 2\n 343 0 336 7 339 21 c 0\n 341 34 352 41 370 41 c 2\n 435 41 l 1\n 312 190 l 1\n 123 41 l 1\n 191 41 l 2\n 209 41 216 34 214 21 c 0\n 211 7 200 0 182 0 c 2\n 49 0 l 2\n 31 0 24 7 27 21 c 0\n 29 34 40 41 58 41 c 2\n 67 41 l 1\n 289 219 l 1\n 159 376 l 1\n 152 376 l 2\n 134 376 127 383 130 397 c 0\n 132 410 143 417 161 417 c 2\n 272 417 l 2\n 290 417 298 411 295 397 c 0\n 292 383 281 376 263 376 c 2\n 217 376 l 1\n 323 246 l 1\n 488 376 l 1\n 440 376 l 2\n 422 376 415 383 418 397 c 0\n 420 410 431 417 449 417 c 2\n 559 417 l 2\n 577 417 584 410 582 397 c 0\n 579 383 568 376 550 376 c 2\n 543 376 l 1\n 347 219 l 1\n 493 41 l 1\n 529 41 l 1\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 814\nWidth: 600\nFlags: HW\nHStem: 0 41<53 88 129 398 441 463> 522 41<91 191 232 330 445 500 543 599>\nDStem: 57 563 91 522 29 431 71 431 191 522 231 522 88 41 128 41 331 522 381 563 311 431 353 431 464 0 514 41 438 -119 480 -119 501 522 543 522 398 41 440 41\nFore\n331 522 m 1\n 231 522 l 1\n 128 41 l 1\n 398 41 l 1\n 501 522 l 1\n 447 522 l 2\n 429 522 422 529 425 542 c 0\n 428 556 437 563 455 563 c 2\n 597 563 l 2\n 613 563 622 556 619 542 c 0\n 616 529 607 522 589 522 c 2\n 543 522 l 1\n 440 41 l 1\n 514 41 l 1\n 480 -119 l 2\n 477 -137 467 -146 455 -146 c 0\n 441 -146 435 -137 438 -119 c 2\n 464 0 l 1\n 54 0 l 2\n 36 0 29 7 32 20 c 0\n 35 34 44 41 62 41 c 2\n 88 41 l 1\n 191 522 l 1\n 91 522 l 1\n 71 431 l 2\n 67 413 58 404 46 404 c 0\n 30 404 26 414 29 431 c 2\n 57 563 l 1\n 381 563 l 1\n 353 431 l 2\n 350 414 342 404 326 404 c 0\n 314 404 307 413 311 431 c 2\n 331 522 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 815\nWidth: 600\nFlags: HW\nHStem: 0 41<82 126 168 399 441 445> 376 41<98 196 238 337 435 469 511 555>\nDStem: 65 417 98 376 37 285 79 285 197 376 238 376 126 41 167 41 338 376 389 417 319 285 361 285 446 0 496 41 427 -91 468 -91 470 376 511 376 399 41 440 41\nFore\n338 376 m 1\n 238 376 l 1\n 167 41 l 1\n 399 41 l 1\n 470 376 l 1\n 436 376 l 2\n 418 376 411 383 413 396 c 0\n 416 410 427 417 445 417 c 2\n 554 417 l 2\n 572 417 579 410 576 396 c 0\n 574 383 563 376 545 376 c 2\n 511 376 l 1\n 440 41 l 1\n 496 41 l 1\n 468 -91 l 2\n 464 -108 457 -118 441 -118 c 0\n 428 -118 423 -109 427 -91 c 2\n 446 0 l 1\n 83 0 l 2\n 65 0 58 7 60 20 c 0\n 63 34 74 41 92 41 c 2\n 126 41 l 1\n 197 376 l 1\n 98 376 l 1\n 79 285 l 2\n 75 267 65 258 53 258 c 0\n 37 258 33 268 37 285 c 2\n 65 417 l 1\n 389 417 l 1\n 361 285 l 2\n 357 268 349 258 333 258 c 0\n 321 258 315 267 319 285 c 2\n 338 376 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 816\nWidth: 600\nFlags: HW\nHStem: 0 41<313 376 418 439> 198 41<269 304> 522 41<167 192 234 298 424 478 520 555>\nDStem: 193 522 234 522 141 281 184 290 419 241 520 522 376 41 417 41 440 0 490 41 414 -119 456 -119 479 522 520 522 430 292 417 41\nFore\n490 41 m 1\n 456 -119 l 2\n 453 -137 443 -146 431 -146 c 0\n 417 -146 411 -137 414 -119 c 2\n 440 0 l 1\n 314 0 l 2\n 296 0 288 7 291 21 c 0\n 294 34 304 41 322 41 c 2\n 376 41 l 1\n 419 241 l 1\n 398 219 342 198 292 198 c 16\n 218 198 141 204 141 281 c 1\n 193 522 l 1\n 168 522 l 2\n 150 522 142 529 145 543 c 0\n 148 556 158 563 176 563 c 2\n 296 563 l 2\n 314 563 322 556 319 543 c 0\n 316 529 306 522 288 522 c 2\n 234 522 l 1\n 184 290 l 1\n 188 244 246 239 302 239 c 8\n 353 239 399 261 430 292 c 1\n 479 522 l 1\n 425 522 l 2\n 407 522 399 529 402 543 c 0\n 405 556 415 563 433 563 c 2\n 553 563 l 2\n 571 563 579 556 576 543 c 0\n 573 529 563 522 545 522 c 2\n 520 522 l 1\n 417 41 l 1\n 490 41 l 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 817\nWidth: 600\nFlags: HW\nHStem: 0 41<340 384 426 434> 141 41<293 325> 376 41<173 207 249 304 420 454 496 540>\nDStem: 208 376 249 376 174 214 215 215 412 172 496 376 384 41 425 41 435 0 486 41 410 -119 452 -119 455 376 496 376 421 217 425 41\nFore\n486 41 m 1\n 452 -119 l 2\n 448 -137 438 -146 426 -146 c 0\n 412 -146 406 -137 410 -119 c 2\n 435 0 l 1\n 341 0 l 2\n 323 0 316 7 319 21 c 0\n 321 34 332 41 350 41 c 2\n 384 41 l 1\n 412 172 l 1\n 384 152 346 141 303 141 c 16\n 234 141 162 142 174 214 c 1\n 208 376 l 1\n 174 376 l 2\n 156 376 149 383 152 397 c 0\n 154 410 165 417 183 417 c 2\n 303 417 l 2\n 321 417 328 410 326 397 c 0\n 323 383 312 376 294 376 c 2\n 249 376 l 1\n 215 215 l 1\n 215 192 268 181 312 182 c 24\n 355 183 402 200 421 217 c 1\n 455 376 l 1\n 421 376 l 2\n 403 376 396 383 399 397 c 0\n 401 410 412 417 430 417 c 2\n 539 417 l 2\n 557 417 564 410 562 397 c 0\n 559 383 548 376 530 376 c 2\n 496 376 l 1\n 425 41 l 1\n 486 41 l 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 818\nWidth: 600\nFlags: HW\nHStem: 0 41<253 317 359 405> 522 41<107 132 174 192 194 238 364 418 460 495>\nDStem: 133 522 174 522 83 279 124 281 210.696 190.777 251.629 190.963 193.556 110.139 230.811 93.0186 242.623 340.981 279.878 323.861 219.401 231.73 260.441 232.42 358 236 460 522 317 41 358 41 419 522 460 522 370 286 358 41\nFore\n260 232 m 1\n 302 238 333 258 370 286 c 1\n 419 522 l 1\n 365 522 l 2\n 347 522 340 529 343 543 c 0\n 346 556 356 563 374 563 c 2\n 494 563 l 2\n 512 563 520 556 517 543 c 0\n 514 529 503 522 485 522 c 2\n 460 522 l 1\n 358 41 l 1\n 404 41 l 2\n 422 41 430 34 427 21 c 0\n 424 7 412 0 395 0 c 2\n 254 0 l 2\n 236 0 229 7 232 21 c 0\n 235 34 245 41 263 41 c 2\n 317 41 l 1\n 358 236 l 1\n 330 214 296 195 252 191 c 1\n 231 93 l 2\n 227 77 221 72 210 74 c 0\n 196 77 189 91 194 110 c 2\n 211 191 l 1\n 148 195 70 220 83 279 c 1\n 133 522 l 1\n 108 522 l 2\n 90 522 83 529 86 543 c 0\n 89 556 99 563 117 563 c 2\n 237 563 l 2\n 255 563 263 556 260 543 c 0\n 257 529 246 522 228 522 c 2\n 174 522 l 1\n 124 281 l 1\n 119 252 172 235 219 232 c 1\n 243 341 l 2\n 246 357 252 362 263 360 c 0\n 278 357 284 343 280 324 c 2\n 260 232 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 819\nWidth: 600\nFlags: HW\nHStem: 0 41<325 368 410 445> 376 41<157 192 234 289 405 439 481 525>\nDStem: 193 376 234 376 158 214 199 215 268 141 308 142 256 86 296 86 289 240 329 240 276 183 317 183 396 172 481 376 368 41 409 41 440 376 481 376 406 217 409 41\nFore\n308 142 m 1\n 296 86 l 2\n 293 74 285 68 272 68 c 0\n 259 68 253 74 256 86 c 2\n 268 141 l 1\n 205 142 147 149 158 214 c 1\n 193 376 l 1\n 159 376 l 2\n 141 376 133 383 136 397 c 0\n 139 410 149 417 167 417 c 2\n 287 417 l 2\n 305 417 313 410 310 397 c 0\n 307 383 297 376 279 376 c 2\n 234 376 l 1\n 199 215 l 1\n 199 195 238 185 276 183 c 1\n 289 240 l 2\n 291 252 300 258 313 258 c 0\n 326 258 331 252 329 240 c 2\n 317 183 l 1\n 353 188 389 203 406 217 c 1\n 440 376 l 1\n 406 376 l 2\n 388 376 380 383 383 397 c 0\n 386 410 396 417 414 417 c 2\n 523 417 l 2\n 541 417 549 410 546 397 c 0\n 543 383 533 376 515 376 c 2\n 481 376 l 1\n 409 41 l 1\n 443 41 l 2\n 461 41 469 34 466 21 c 0\n 463 7 453 0 435 0 c 2\n 326 0 l 2\n 308 0 300 7 303 21 c 0\n 306 34 316 41 334 41 c 2\n 368 41 l 1\n 396 172 l 1\n 373 155 342 145 308 142 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 820\nWidth: 600\nFlags: HW\nHStem: 0 41<61 96 138 192 318 382 424 449> 324 41<311 343> 522 41<151 197 239 367>\nDStem: 198 522 239 522 96 41 197 322 198 522 186 271 96 41 137 41 431 273 474 282 382 41 423 41\nFore\n197 322 m 1\n 217 344 274 365 324 365 c 16\n 398 365 474 359 474 282 c 1\n 423 41 l 1\n 448 41 l 2\n 466 41 473 34 470 20 c 0\n 468 7 457 0 439 0 c 2\n 319 0 l 2\n 301 0 294 7 296 20 c 0\n 299 34 310 41 328 41 c 2\n 382 41 l 1\n 431 273 l 1\n 428 319 369 324 313 324 c 8\n 262 324 216 302 186 271 c 1\n 137 41 l 1\n 191 41 l 2\n 209 41 216 34 213 20 c 0\n 211 7 200 0 182 0 c 2\n 62 0 l 2\n 44 0 37 7 39 20 c 0\n 42 34 53 41 71 41 c 2\n 96 41 l 1\n 198 522 l 1\n 152 522 l 2\n 134 522 127 529 129 542 c 0\n 132 556 144 563 161 563 c 2\n 366 563 l 2\n 384 563 391 556 388 542 c 0\n 386 529 375 522 357 522 c 2\n 239 522 l 1\n 197 322 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 821\nWidth: 600\nFlags: HW\nHStem: 0 41<78 121 163 198 313 368 410 445> 235 41<293 328> 376 41<158 192 234 326>\nDStem: 193 376 234 376 121 41 206 245 193 376 196 200 121 41 162 41 403 202 444 203 368 41 409 41\nFore\n368 41 m 1\n 403 202 l 1\n 403 225 349 236 306 235 c 24\n 262 234 216 217 196 200 c 1\n 162 41 l 1\n 196 41 l 2\n 214 41 222 34 219 20 c 0\n 216 7 206 0 188 0 c 1\n 79 0 l 1\n 61 0 53 7 56 20 c 0\n 59 34 69 41 87 41 c 2\n 121 41 l 1\n 193 376 l 1\n 159 376 l 2\n 141 376 133 383 136 396 c 0\n 139 410 149 417 167 417 c 2\n 324 417 l 2\n 342 417 350 410 347 396 c 0\n 344 383 334 376 316 376 c 2\n 234 376 l 1\n 206 245 l 1\n 234 265 272 276 314 276 c 16\n 383 276 456 275 444 203 c 1\n 409 41 l 1\n 443 41 l 2\n 461 41 469 34 466 20 c 0\n 463 7 453 0 435 0 c 2\n 315 0 l 2\n 297 0 289 7 292 20 c 0\n 295 34 305 41 323 41 c 2\n 368 41 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 822\nWidth: 600\nFlags: HW\nHStem: -16 41<245 266> 266 41<10 46 98 499> 414 40<35 44> 535 41<345 362>\nVStem: 37 43<192 208> 506 42<352 384>\nFore\n97 307 m 1\n 499 308 l 9\n 501 319 l 2\n 527 438 457 535 346 535 c 0\n 232.874 535 118.51 436.059 97 307 c 1\n47 266 m 1\n 9 266 l 2\n -37 266 -79 302 -67 359 c 0\n -55 415 -1 455 47 455 c 1\n 59 455 65 446 63 435 c 0\n 60 423 50 414 38 414 c 1\n 12 414 -20 391 -27 358 c 0\n -31 332 -6 307 18 307 c 2\n 56 307 l 17\n 60 325 l 2\n 85.4839 444.578 207.091 576 355 576 c 0\n 422 576 475 550 510 502 c 0\n 543 456 557 386 544 325 c 2\n 531 267 l 17\n 88 267 l 1\n 84 248 l 2\n 59 128 137 25 255 25 c 0\n 324 25 380 51 448 115 c 0\n 457 123 461 125 468 125 c 0\n 480 125 486 117 484 106 c 0\n 482 96 466 79 435 55 c 0\n 376 9 310 -16 246 -16 c 0\n 110 -16 13 107 42 242 c 2\n 47 266 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 823\nWidth: 600\nFlags: HW\nHStem: -16 41<252 269> 199 41<44 61 112 484> 347 40<70 76> 390 41<316 348>\nFore\n111 240 m 1\n 485 240 l 1\n 488 331 427 390 330 390 c 0\n 233 390 148 332 111 240 c 1\n71 240 m 1\n 106 350 219 431 339 431 c 0\n 435 431 504 380 522 297 c 0\n 529 264 528 245 518 199 c 1\n 102 199 l 1\n 94 94 159 25 267 25 c 0\n 329 25 407 47 454 79 c 0\n 462 84 466 86 471 86 c 0\n 481 86 488 77 486 66 c 0\n 478 31 348 -16 257 -16 c 0\n 129 -16 45 78 62 199 c 1\n 44 199 l 2\n -2 199 -45 235 -33 292 c 0\n -21 348 34 388 82 388 c 1\n 94 388 100 379 98 368 c 0\n 95 356 85 347 73 347 c 1\n 47 347 14 324 7 291 c 0\n 4 265 28 240 52 240 c 2\n 71 240 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 824\nWidth: 600\nFlags: HW\nHStem: -155 32<268 283> -16 41<260 269> 266 41<25 61 113 514> 414 40<50 59> 535 41<352 377>\nVStem: 52 42<193 213> 204 41<-105 -97> 521 42<357 375>\nFore\n112 307 m 1\n 514 308 l 9\n 516 319 l 2\n 541 438 472 535 361 535 c 0\n 247.557 535 133.576 436.457 112 307 c 1\n270 -16 m 1\n 261 -16 l 0\n 125 -16 28 107 57 242 c 2\n 62 266 l 1\n 24 266 l 2\n -22 266 -65 302 -52 359 c 0\n -41 415 14 455 62 455 c 1\n 74 455 80 446 78 435 c 0\n 75 423 65 414 53 414 c 1\n 27 414 -6 391 -13 358 c 0\n -16 332 9 307 33 307 c 2\n 71 307 l 17\n 74 325 l 2\n 99.3663 444.027 222.385 576 370 576 c 0\n 437 576 490 550 525 502 c 0\n 558 456 571 386 558 325 c 2\n 546 267 l 17\n 103 267 l 1\n 99 248 l 2\n 73 128 152 25 270 25 c 0\n 339 25 395 51 463 115 c 0\n 471 123 476 125 483 125 c 0\n 495 125 501 117 499 106 c 0\n 497 96 481 79 450 55 c 0\n 417 29 381 10 345 -2 c 1\n 319 -15 l 2\n 278 -36 251 -62 245 -89 c 0\n 240 -112 252 -123 281 -123 c 0\n 301 -123 307 -121 334 -107 c 0\n 337 -105 340 -104 342 -104 c 0\n 349 -104 355 -111 353 -119 c 0\n 349 -136 306 -155 268 -155 c 0\n 220 -155 197 -132 205 -94 c 0\n 212 -61 231 -37 270 -16 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 825\nWidth: 600\nFlags: HW\nHStem: -155 32<294 309> -16 41<267 296> 199 41<59 76 127 499> 347 40<85 91> 390 41<331 363>\nVStem: 230 41<-105 -97>\nFore\n126 240 m 1\n 500 240 l 1\n 503 331 442 390 345 390 c 0\n 248 390 163 332 126 240 c 1\n297 -15 m 1\n 288 -16 280 -16 272 -16 c 0\n 144 -16 60 78 77 199 c 1\n 58 199 l 2\n 12 199 -30 235 -18 292 c 0\n -6 348 49 388 97 388 c 1\n 109 388 115 379 112 368 c 0\n 110 356 100 347 88 347 c 1\n 62 347 29 324 22 291 c 0\n 18 265 43 240 67 240 c 2\n 86 240 l 1\n 121 350 234 431 353 431 c 0\n 449 431 518 380 537 297 c 0\n 544 264 543 245 533 199 c 1\n 117 199 l 1\n 109 94 174 25 282 25 c 0\n 344 25 422 47 468 79 c 0\n 477 84 481 86 486 86 c 0\n 496 86 503 77 501 66 c 0\n 496 43 435 14 369 -3 c 1\n 344 -15 l 2\n 303 -36 276 -62 271 -89 c 0\n 266 -112 278 -123 307 -123 c 0\n 327 -123 332 -121 359 -107 c 0\n 362 -105 366 -104 368 -104 c 0\n 375 -104 380 -111 378 -119 c 0\n 375 -136 332 -155 294 -155 c 0\n 246 -155 223 -132 231 -94 c 0\n 238 -61 257 -37 297 -15 c 1\nEndSplineSet\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 826\nWidth: 600\nFlags: HW\nHStem: 0 41<148 288 329 460> 522 41<259 390 431 571 431 431>\nVStem: 117 375<17.5 24>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 827\nWidth: 600\nFlags: HW\nHStem: 0 41<-12 54 215 274 316 360 552 609> 522 41<127 165 215 248 326 375 417 471 550 586 649 676> 603 41<417 434>\nVStem: 298 42<694 695>\nDStem: 165 522 214 522 297 309 335 328 324 279 365 279 274 41 315 41 376 522 417 522 335 328 376 328 587 522 649 522 376 328 406 309\nFore\n274 41 m 1\n 324 279 l 1\n 213 255 153 204 76 0 c 1\n -11 0 l 2\n -29 0 -36 7 -33 21 c 0\n -31 34 -20 41 -2 41 c 2\n 54 41 l 1\n 114 213 189 291 297 309 c 1\n 165 522 l 1\n 129 522 l 2\n 110 522 103 529 106 543 c 0\n 108 556 119 563 138 563 c 2\n 246 563 l 2\n 265 563 272 556 270 543 c 0\n 267 529 256 522 237 522 c 2\n 214 522 l 1\n 335 328 l 1\n 376 522 l 1\n 327 522 l 2\n 309 522 302 529 305 543 c 0\n 307 556 318 563 336 563 c 2\n 470 563 l 2\n 488 563 495 556 493 543 c 0\n 490 529 479 522 461 522 c 2\n 417 522 l 1\n 376 328 l 1\n 587 522 l 1\n 552 522 l 2\n 533 522 526 529 529 543 c 0\n 531 556 542 563 561 563 c 2\n 674 563 l 2\n 693 563 700 556 698 543 c 0\n 695 529 684 522 665 522 c 2\n 649 522 l 1\n 406 309 l 1\n 501 282 540 174 552 41 c 1\n 608 41 l 2\n 626 41 633 34 631 21 c 0\n 628 7 617 0 599 0 c 2\n 512 0 l 1\n 495 153 460 250 365 279 c 1\n 315 41 l 1\n 359 41 l 2\n 377 41 384 34 382 21 c 0\n 379 7 368 0 350 0 c 2\n 216 0 l 2\n 198 0 191 7 194 21 c 0\n 196 34 207 41 225 41 c 2\n 274 41 l 1\n342 724 m 1\n 340 695 l 1\n 340 691 356 671 363 665 c 0\n 378 653 406 644 432 644 c 0\n 485 644 538 674 550 712 c 0\n 555 727 563 735 575 735 c 0\n 583 735 592 726 592 719 c 0\n 592 702 570 666 550 648 c 0\n 518 620 469 603 422 603 c 0\n 350 603 298 642 298 698 c 0\n 298 718 311 735 325 735 c 0\n 331 735 335 733 342 724 c 1\nEndSplineSet\nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 828\nWidth: 600\nFlags: HW\nHStem: 0 41<-62 -7 52 80 195 259 301 355 470 507 566 612> 376 41<48 96 158 189 275 329 371 435 521 543 605 662> 457 41<365 381>\nVStem: 244 42<548 549>\nDStem: 96 376 157 376 265 217 301 240 265 217 291 191 -7 41 51 41 291 191 332 191 259 41 300 41 330 376 371 376 301 240 342 240 332 191 368 217 508 41 566 41 544 376 605 376 342 240 368 217\nFore\n345 0 m 2\n 196 0 l 2\n 178 0 171 7 174 21 c 0\n 176 34 187 41 205 41 c 2\n 259 41 l 1\n 291 191 l 1\n 51 41 l 1\n 79 41 l 2\n 97 41 104 34 102 21 c 0\n 99 7 88 0 70 0 c 2\n -61 0 l 2\n -79 0 -86 7 -83 21 c 0\n -81 34 -70 41 -52 41 c 2\n -7 41 l 1\n 265 217 l 1\n 96 376 l 1\n 49 376 l 2\n 31 376 24 383 26 397 c 0\n 29 410 40 417 58 417 c 2\n 188 417 l 2\n 206 417 213 410 210 397 c 0\n 208 383 197 376 179 376 c 2\n 157 376 l 1\n 301 240 l 1\n 330 376 l 1\n 276 376 l 2\n 258 376 251 383 253 397 c 0\n 256 410 267 417 285 417 c 2\n 434 417 l 2\n 452 417 459 410 456 397 c 0\n 454 383 443 376 425 376 c 2\n 371 376 l 1\n 342 240 l 1\n 544 376 l 1\n 522 376 l 2\n 504 376 497 383 499 397 c 0\n 502 410 513 417 531 417 c 2\n 661 417 l 2\n 679 417 686 410 683 397 c 0\n 681 383 670 376 652 376 c 2\n 605 376 l 1\n 368 217 l 1\n 566 41 l 1\n 611 41 l 2\n 629 41 636 34 634 21 c 0\n 631 7 620 0 602 0 c 2\n 471 0 l 2\n 453 0 446 7 449 21 c 0\n 451 34 462 41 480 41 c 2\n 508 41 l 1\n 332 191 l 1\n 300 41 l 1\n 354 41 l 2\n 372 41 379 34 377 21 c 0\n 374 7 363 0 345 0 c 2\n288 578 m 1\n 286 549 l 1\n 286 545 302 525 309 519 c 0\n 324 507 352 498 378 498 c 0\n 431 498 484 528 496 566 c 0\n 501 581 509 589 521 589 c 0\n 529 589 538 580 538 573 c 0\n 538 556 516 520 496 502 c 0\n 464 474 415 457 368 457 c 0\n 296 457 244 496 244 552 c 0\n 244 572 257 589 271 589 c 0\n 277 589 281 587 288 578 c 1\nEndSplineSet\nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 829\nWidth: 600\nFlags: HW\nHStem: -105 41<264 280> 0 41<12 76 119 193> 279 41<227 312> 522 41<123 177 220 304 443 477 546 572>\nVStem: 431 43<178 189>\nDStem: 178 522 220 522 76 41 179 328 178 522 169 279 76 41 118 41 428 153 470 153 406 52 447 46 478 522 546 522 179 328 226 320\nFore\n226 320 m 1\n 301 320 l 2\n 422 320 491 254 470 153 c 2\n 447 46 l 2\n 429 -38 349 -105 267 -105 c 0\n 242 -105 211 -98 195 -89 c 0\n 176.828 -78.6157 191.808 -51 209 -51 c 0\n 214 -51 216 -52 240 -59 c 0\n 247 -62 265 -64 277 -64 c 0\n 338 -64 392 -16 406 52 c 2\n 428 153 l 2\n 444 231 390 279 297 279 c 2\n 169 279 l 1\n 118 41 l 1\n 192 41 l 2\n 210 41 219 34 216 21 c 0\n 213 7 201 0 183 0 c 2\n 13 0 l 2\n -5 0 -11 7 -8 21 c 0\n -5 34 4 41 22 41 c 2\n 76 41 l 1\n 178 522 l 1\n 124 522 l 2\n 106 522 100 529 103 543 c 0\n 106 556 115 563 133 563 c 2\n 303 563 l 2\n 321 563 330 556 327 543 c 0\n 324 529 312 522 294 522 c 2\n 220 522 l 1\n 179 328 l 1\n 478 522 l 1\n 444 522 l 2\n 424 522 418 529 421 543 c 0\n 424 556 433 563 453 563 c 2\n 571 563 l 2\n 589 563 598 556 595 543 c 0\n 592 529 580 522 562 522 c 2\n 546 522 l 1\n 226 320 l 1\nEndSplineSet\nMinimumDistance: x37,-1 \nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 830\nWidth: 600\nFlags: HW\nHStem: -188 41<237 255> 0 41<72 135> 192 41<270 306> 376 41<152 206 398 420 482 539>\nVStem: 406 42<116 130>\nDStem: 207 376 256 417 135 41 219 240 207 376 208 191 135 41 168 0 404 98 446 98 377 -31 418 -37 421 376 482 376 219 240 269 233\nFore\n210 192 m 1\n 208 191 l 1\n 168 0 l 1\n 73 0 l 2\n 55 0 47 7 50 21 c 0\n 53 34 63 41 81 41 c 2\n 135 41 l 1\n 207 376 l 1\n 153 376 l 2\n 135 376 127 383 130 397 c 0\n 133 410 143 417 161 417 c 2\n 256 417 l 1\n 219 240 l 1\n 421 376 l 1\n 399 376 l 2\n 381 376 373 383 376 397 c 0\n 379 410 389 417 407 417 c 2\n 537 417 l 2\n 555 417 563 410 560 397 c 0\n 557 383 547 376 529 376 c 2\n 482 376 l 1\n 269 233 l 1\n 303 233 l 2\n 405 233 465 184 446 98 c 2\n 418 -37 l 2\n 400 -121 320 -188 238 -188 c 0\n 213 -188 182 -181 166 -172 c 0\n 147.373 -161.356 162.387 -134 180 -134 c 0\n 185 -134 187 -135 210 -142 c 0\n 218 -145 235 -147 247 -147 c 0\n 308 -147 363 -99 377 -31 c 2\n 404 98 l 2\n 418 160 372 192 298 192 c 2\n 210 192 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 831\nWidth: 600\nFlags: HW\nHStem: -199 41<243 262> 0 41<41 96 138 192> 272 41<196 455> 522 41<172 197 239 303 454 508 550 585>\nDStem: 198 522 239 522 96 41 195 313 198 522 186 272 96 41 137 41 456 272 550 522 389 -42 429 -48 509 522 550 522 465 313 429 -48\nFore\n550 522 m 1\n 429 -48 l 2\n 411 -132 332 -199 250 -199 c 0\n 225 -199 195 -192 178 -183 c 0\n 159.828 -172.616 174.808 -145 192 -145 c 0\n 197 -145 199 -146 223 -153 c 0\n 230 -156 248 -158 260 -158 c 0\n 321 -158 375 -110 389 -42 c 2\n 456 272 l 1\n 186 272 l 1\n 137 41 l 1\n 191 41 l 2\n 209 41 217 34 214 21 c 0\n 211 7 200 0 182 0 c 2\n 42 0 l 2\n 24 0 16 7 19 21 c 0\n 22 34 32 41 51 41 c 2\n 96 41 l 1\n 198 522 l 1\n 173 522 l 2\n 155 522 148 529 151 543 c 0\n 153 556 164 563 182 563 c 2\n 302 563 l 2\n 320 563 327 556 325 543 c 0\n 322 529 311 522 293 522 c 2\n 239 522 l 1\n 195 313 l 1\n 465 313 l 1\n 509 522 l 1\n 455 522 l 2\n 437 522 430 529 433 543 c 0\n 435 556 446 563 464 563 c 2\n 584 563 l 2\n 602 563 609 556 607 543 c 0\n 604 529 593 522 575 522 c 2\n 550 522 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 832\nWidth: 600\nFlags: HW\nHStem: -199 41<238 256> 0 41<86 129 171 216> 184 41<210 431> 376 41<164 199 241 296 426 472 514 558>\nDStem: 200 376 241 376 129 41 209 225 200 376 200 184 129 41 170 41 432 184 514 376 384 -42 424 -48 473 376 514 376 441 225 424 -48\nFore\n514 376 m 1\n 424 -48 l 2\n 406 -132 327 -199 245 -199 c 0\n 220 -199 189 -192 173 -183 c 0\n 154.373 -172.356 169.387 -145 187 -145 c 0\n 192 -145 194 -146 217 -153 c 0\n 225 -156 242 -158 254 -158 c 0\n 315 -158 369 -110 384 -42 c 2\n 432 184 l 1\n 200 184 l 1\n 170 41 l 1\n 215 41 l 2\n 233 41 240 34 237 21 c 0\n 234 7 224 0 206 0 c 2\n 87 0 l 2\n 68 0 60 7 63 21 c 0\n 66 34 77 41 96 41 c 2\n 129 41 l 1\n 200 376 l 1\n 166 376 l 2\n 148 376 140 383 143 397 c 0\n 146 410 156 417 174 417 c 2\n 294 417 l 2\n 312 417 320 410 317 397 c 0\n 314 383 304 376 286 376 c 2\n 241 376 l 1\n 209 225 l 1\n 441 225 l 1\n 473 376 l 1\n 428 376 l 2\n 410 376 402 383 405 397 c 0\n 408 410 418 417 436 417 c 1\n 556 417 l 1\n 574 417 582 410 579 397 c 0\n 576 383 566 376 548 376 c 2\n 514 376 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 833\nWidth: 600\nFlags: HW\nHStem: 0 41<330 377 419 465> 198 41<270 305> 522 41<167 192 234 298 424 478 520 555>\nDStem: 193 522 234 522 142 281 184 290 295 40 329 -1 261 -120 303 -120 419 241 520 522 377 41 418 41 479 522 520 522 430 292 418 41\nFore\n295 40 m 1\n 304 40 377 41 377 41 c 1\n 419 241 l 1\n 398 219 342 198 292 198 c 16\n 218 198 141 204 142 281 c 1\n 193 522 l 1\n 168 522 l 2\n 150 522 142 529 145 543 c 0\n 148 556 158 563 176 563 c 2\n 296 563 l 2\n 314 563 322 556 319 543 c 0\n 316 529 306 522 288 522 c 2\n 234 522 l 1\n 184 290 l 1\n 188 244 247 239 303 239 c 8\n 354 239 399 261 430 292 c 1\n 479 522 l 1\n 425 522 l 2\n 407 522 399 529 402 543 c 0\n 405 556 415 563 433 563 c 2\n 553 563 l 2\n 571 563 579 556 576 543 c 0\n 573 529 563 522 545 522 c 2\n 520 522 l 1\n 418 41 l 1\n 464 41 l 2\n 482 41 489 34 486 21 c 0\n 483 7 472 0 455 0 c 2\n 330 0 l 1\n 329 -1 l 1\n 303 -120 l 2\n 299 -138 290 -147 276 -147 c 0\n 264 -147 257 -138 261 -120 c 2\n 295 40 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 834\nWidth: 600\nFlags: HW\nHStem: 0 41<356 384 426 460> 141 41<286 325> 376 41<173 207 249 304 420 454 496 540>\nDStem: 208 376 249 376 174 214 215 215 323 41 356 0 289 -119 331 -119 412 172 496 376 384 41 425 41 455 376 496 376 421 217 425 41\nFore\n384 41 m 1\n 412 172 l 1\n 384 152 346 141 303 141 c 16\n 234 141 162 142 174 214 c 1\n 208 376 l 1\n 174 376 l 2\n 156 376 149 383 152 397 c 0\n 154 410 165 417 183 417 c 2\n 303 417 l 2\n 321 417 328 410 326 397 c 0\n 323 383 312 376 294 376 c 2\n 249 376 l 1\n 215 215 l 1\n 215 192 268 181 312 182 c 24\n 355 183 402 200 421 217 c 1\n 455 376 l 1\n 421 376 l 2\n 403 376 396 383 399 397 c 0\n 401 410 412 417 430 417 c 1\n 539 417 l 1\n 557 417 564 410 562 397 c 0\n 559 383 548 376 530 376 c 2\n 496 376 l 1\n 425 41 l 1\n 459 41 l 2\n 477 41 484 34 482 21 c 0\n 479 7 468 0 450 0 c 2\n 356 0 l 1\n 331 -119 l 2\n 327 -137 317 -146 303 -146 c 0\n 291 -146 285 -137 289 -119 c 2\n 323 41 l 1\n 384 41 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 835\nWidth: 600\nFlags: HW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 603 41<425 451.5>\nVStem: 13 206<17.5 24.5> 304 42<693 695> 385 210\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 24 114\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 836\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 471 41<404 430.5>\nVStem: 93 42<73.5 130.5> 486 42<326.5 342.5 561 563>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 3 -18\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 837\nWidth: 600\nFlags: HW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 603 100<323.5 334 544.5 555>\nVStem: 13 206<17.5 24.5> 278 102<647.5 658> 385 210 499 102<647.5 658>\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 20 92\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 838\nWidth: 600\nFlags: HW\nHStem: -16 41<200.5 260> 0 41<469 514> 217 41<279.5 359.5> 390 41<372 411.5> 471 100<302.5 313 523.5 534>\nVStem: 93 42<73.5 130.5> 257 102<515.5 526> 478 102<515.5 526> 486 42<326.5 342.5>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -1 -40\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 839\nWidth: 600\nFlags: HW\nHStem: 0 41<36 83 125 151 244 306 348 558> 189 41<217 336> 273 41<406 473> 522 41<254 317 358 407 449 639>\nVStem: 14 158<16 25>\nDStem: 318 522 358 522 83 41 216 230 318 522 196 189 83 41 124 41 337 189 396 273 306 41 347 41 408 522 449 522 346 230 405 314 408 522 529 342 346 230 509 246 489 342 529 342 483 314 509 246 578 134 619 134 558 41 590 0 640 522 690 563 617 411 658 411\nFore\n337 189 m 1\n 196 189 l 1\n 124 41 l 1\n 150 41 l 2\n 167 41 173 37 173 25 c 0\n 173 10 161 0 141 0 c 2\n 37 0 l 2\n 21 0 14 5 14 16 c 0\n 14 32 26 41 46 41 c 2\n 83 41 l 1\n 318 522 l 1\n 255 522 l 2\n 239 522 232 527 232 538 c 0\n 232 554 244 563 264 563 c 2\n 690 563 l 1\n 658 411 l 2\n 654 393 645 384 631 384 c 0\n 622 384 615 391 615 399 c 0\n 615 401 616 407 617 411 c 2\n 640 522 l 1\n 449 522 l 1\n 405 314 l 1\n 483 314 l 1\n 487.516 335.073 489.749 369 515 369 c 0\n 524 369 531 362 531 354 c 0\n 531 351 531 350 529 342 c 1\n 509 246 l 1\n 505 228 496 219 483 219 c 0\n 474 219 467 226 467 235 c 0\n 467 245.973 471.937 261.858 474 273 c 1\n 396 273 l 1\n 347 41 l 1\n 558 41 l 1\n 578 134 l 1\n 580 152 589 160 604 160 c 0\n 613 160 620 153 620 144 c 1\n 613.766 92.2344 598.337 49.6634 590 0 c 1\n 245 0 l 2\n 229 0 222 5 222 17 c 0\n 222 32 234 41 254 41 c 2\n 306 41 l 1\n 337 189 l 1\n346 230 m 1\n 408 522 l 1\n 358 522 l 1\n 216 230 l 1\n 346 230 l 1\nEndSplineSet\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 840\nWidth: 600\nFlags: HW\nHStem: -16 41<150 167 440 453> 199 41<371 586> 216 41<228 260> 390 41<274 287 511 523>\nVStem: 36 44<87 112> 589 41<272 307>\nDStem: 291 52 333 61 285 27 325 27\nFore\n521 431 m 0\n 590.082 431 630 379.758 630 296 c 0\n 630 263 627 240 619 199 c 1\n 361 199 l 1\n 359 181 358 165 358 154 c 0\n 358 79 397 25 451 25 c 0\n 481 25 506 38 563 82 c 0\n 567 85 573 87 577 87 c 0\n 586 87 593 80 593 70 c 0\n 593 61 587 54 565 38 c 0\n 517 2 475 -16 441 -16 c 0\n 394 -16 356 11 333 61 c 1\n 328.271 40.8999 325.894 0 300 0 c 0\n 291 0 284 7 284 15 c 1\n 284.564 29.103 288.299 40.0346 291 52 c 1\n 242 5 200 -16 156 -16 c 0\n 83 -16 36 29 36 99 c 0\n 36 136 48 166 71 190 c 0\n 110 230 181 257 249 257 c 0\n 277 257 305 253 332 245 c 1\n 345 305 l 1\n 346 311 347 319 347 322 c 0\n 347 362 317 390 275 390 c 0\n 247 390 211 380 185 365 c 0\n 177 361 170 358 165 358 c 0\n 158 358 150 366 150 374 c 0\n 150 387 160 396 185 406 c 0\n 226 423 260 431 290 431 c 0\n 340 431 378 397 385 347 c 1\n 421 399 473 431 521 431 c 0\n303 110 m 1\n 323 203 l 1\n 297 211 269 216 246 216 c 0\n 190 216 122 190 98 159 c 0\n 88 145 80 120 80 100 c 0\n 80 55 114 25 165 25 c 0\n 204 25 243 49 303 110 c 1\n370 240 m 1\n 586 240 l 1\n 588 262 589 274 589 288 c 0\n 589 354 562 390 512 390 c 0\n 452 390 405 340 370 240 c 1\nEndSplineSet\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 841\nWidth: 600\nFlags: HW\nHStem: 0 41<79 133 174 488> 272 41<232 368> 522 41<190 235 276 276 276 569> 603 41<406 432.5>\nVStem: 285 42<693 695>\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 5 114\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 842\nWidth: 600\nFlags: HW\nHStem: -16 41<261.5 332> 199 41<155 529> 390 41<326 420.5> 471 41<390 416.5>\nVStem: 104 41<132 179> 269 42<561 563> 530 40<255 292.5>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 -11 -18\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 843\nWidth: 600\nFlags: HW\nHStem: -16 41<227 243> 252 41<86 486> 535 41<323 340>\nVStem: 35 43<176 208> 505 42<352 368>\nFore\n487 253 m 1\n 85 252 l 9\n 83 241 l 2\n 57 122 127 25 238 25 c 0\n 351.125 25 465.49 123.941 487 253 c 1\n496 293 m 1\n 500 312 l 2\n 525 432 447 535 329 535 c 0\n 260 535 204 509 136 445 c 0\n 127 437 123 435 116 435 c 0\n 104 435 98 443 100 454 c 0\n 102 464 118 481 149 505 c 0\n 208 551 274 576 338 576 c 0\n 474 576 571 453 542 318 c 2\n 524 235 l 2\n 498.516 115.421 376.909 -16 229 -16 c 0\n 162 -16 109 10 74 58 c 0\n 41 104 27 174 40 235 c 2\n 53 293 l 17\n 496 293 l 1\nEndSplineSet\nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 844\nWidth: 600\nFlags: HW\nHStem: -16 41<256 278> 189 40<113 488> 390 41<342 360>\nVStem: 70 41<156 176> 499 42<249 263>\nFore\n498 229 m 1\n 509 324 449 390 347 390 c 0\n 274 390 207 366 144 318 c 0\n 135 310 131 308 124 308 c 0\n 114 308 107 317 109 327 c 0\n 112 339 131 357 163 376 c 0\n 221 411 292 431 358 431 c 0\n 489 431 563 339 536 211 c 0\n 508 79 391 -16 257 -16 c 0\n 123 -16 48 79 76 211 c 0\n 103 339 80 229 80 229 c 1\n 498 229 l 1\n489 189 m 1\n 113 189 l 1\n 101 91 159 25 269 25 c 0\n 372 25 459 91 489 189 c 1\nEndSplineSet\nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 845\nWidth: 600\nFlags: H\nHStem: -16 41<227 243> 252 41<86 486> 535 41<323 340> 603 100<238.318 248.818 459.318 469.818>\nVStem: 35 43<176 208> 193 102<647.5 658> 414 102<647.5 658> 505 42<352 368>\nRef: 168 168 S 1 0 0 1 -65 92\nRef: 1240 1240 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 846\nWidth: 600\nFlags: HW\nHStem: -16 41<256 278> 189 40<113 488> 390 41<342 360> 457 100<228.593 239.093 449.593 460.093>\nVStem: 70 41<156 176> 183 102<501.5 512> 404 102<501.5 512> 499 42<249 263>\nRef: 168 168 S 1 0 0 1 -75 -54\nRef: 1241 1241 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 847\nWidth: 600\nFlags: HW\nHStem: 0 41<37 103 215 274 316 360 509 570> 522 41<144 181 231 264 326 375 417 471 535 570 630 660> 603 100<320.071 330.571 541.071 551.571>\nVStem: 275 102<647.5 658> 473 41<108 132> 496 102<647.5 658>\nDStem: 181 522 230 522 297 309 335 328 324 279 365 279 274 41 315 41 376 522 417 522 335 328 376 328 571 522 630 522 376 328 406 309\nRef: 168 168 N 1 0 0 1 17 92\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 848\nWidth: 600\nFlags: HW\nHStem: 0 41<36 68 113 141 227 268 310 336 436 474 513 541> 376 41<115 140 202 233 307 338 380 416 492 514 576 605> 457 100<275.554 286.054 496.554 507.054>\nVStem: 230 102<501.5 512> 451 102<501.5 512>\nDStem: 140 376 201 376 274 217 310 240 300 191 341 191 268 41 309 41 339 376 380 376 310 240 351 240 515 376 576 376 351 240 377 217\nRef: 168 168 N 1 0 0 1 -28 -54\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 849\nWidth: 600\nFlags: HW\nHStem: -16 41<250 282> 270 41<261 330> 535 41<374 394> 603 100<285.094 295.594 506.094 516.594>\nVStem: 240 102<647.5 658> 461 102<647.5 658> 461 44<168 186> 496 44<435 452>\nDStem: 84 139 107 56 60 27 101 27 191 536 232 536 169 433 228 517\nRef: 168 168 N 1 0 0 1 -18 92\nRef: 1047 1047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 850\nWidth: 600\nFlags: HW\nHStem: -16 41<258 290> 206 41<250 338> 293 124<181 208> 390 41<354 371> 457 100<266.96 277.46 487.96 498.46>\nVStem: 221 102<501.5 512> 442 102<501.5 512> 453 45<126 137> 471 46<324 334>\nRef: 168 168 N 1 0 0 1 -37 -54\nRef: 1079 1079 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 851\nWidth: 600\nFlags: HW\nHStem: -16 41<250 282> 270 41<261 330> 535 41<374 394>\nVStem: 461 44<168 186> 496 44<435 452>\nDStem: 84 139 107 56 60 27 101 27 191 536 232 536 169 433 228 517\nFore\n271 311 m 2\n 319 311 l 2\n 375 311 409 327 439 344 c 0\n 525.548 396.547 519.326 535 375 535 c 0\n 297 535 227 490 210 430 c 0\n 205 414 197 406 184 406 c 0\n 171 406 166 415 169 433 c 1\n 191 536 l 2\n 195 554 204 563 217 563 c 0\n 241.748 563 232.01 536.049 228 517 c 1\n 279 558 328 576 387 576 c 0\n 492 576 557 509 538 421 c 0\n 525.764 363.897 481.53 317.177 424 298 c 1\n 422 291 l 1\n 481.767 272.126 518.2 226.108 502 151 c 0\n 482 54 381 -16 261 -16 c 0\n 192 -16 138 9 107 56 c 1\n 102.411 33.8193 100.096 0 74 0 c 0\n 61 0 56 9 60 27 c 2\n 84 139 l 2\n 88 157 97 166 111 166 c 0\n 124 166 128 158 126 142 c 0\n 115 76 178 25 269 25 c 0\n 362 25 443 79 459 153 c 0\n 466 188 456 220 432 237 c 0\n 411 253 390 270 323 270 c 2\n 262 270 l 2\n 244 270 236 277 239 291 c 0\n 242 304 253 311 271 311 c 2\nEndSplineSet\nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 852\nWidth: 600\nFlags: HW\nHStem: -16 41<258 290> 206 41<250 338> 293 124<181 208> 390 41<354 371>\nVStem: 453 45<126 137> 471 46<324 334>\nFore\n260 247 m 2\n 308 247 l 2\n 396 247 403 256 428 270 c 0\n 452 282 467 299 470 315 c 0\n 479 358 430 390 356 390 c 0\n 280 390 222 361 207 316 c 0\n 202 300 193 293 181 293 c 0\n 168 293 163 302 167 320 c 2\n 182 389 l 2\n 186 408 195 417 208 417 c 0\n 223.374 417 226.156 401.625 222 385 c 1\n 263 416 312 431 369 431 c 0\n 467 431 529 383 516 318 c 0\n 509 287 485 257 453 239 c 0\n 447 236 442 233 436 230 c 1\n 435 224 l 1\n 446 219 456 213 466 206 c 0\n 492 185 504 151 497 116 c 0\n 481 40 386 -16 273 -16 c 0\n 208 -16 161 1 127 38 c 1\n 123.318 17.75 117.53 0 99 0 c 0\n 85 0 80 9 84 27 c 1\n 101 110 l 1\n 105 128 114 137 128 137 c 0\n 144.218 137 144.177 123.238 142 108 c 1\n 132 62 193 25 278 25 c 0\n 366 25 441 64 452 117 c 0\n 457 140 445 165 421 180 c 0\n 398 194 377 206 319 206 c 2\n 251 206 l 2\n 233 206 225 213 228 227 c 0\n 231 240 242 247 260 247 c 2\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 853\nWidth: 600\nFlags: HW\nHStem: 0 41<29 83 125 180 331 394 436 483> 522 41<160 185 227 291 442 496 538 573> 603 40<269.672 496.672>\nVStem: 238 291<619.5 626.5>\nDStem: 186 522 227 522 83 41 155 184 186 522 144 132 83 41 124 41 471 401 538 522 394 41 435 41 482 453 471 401 155 184 144 132 497 522 538 522 482 453 435 41\nRef: 175 175 N 1 0 0 1 -35 67\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 854\nWidth: 600\nFlags: HW\nHStem: 0 41<45 87 129 175 346 400 442 477> 376 41<124 158 200 255 426 471 513 557> 457 40<243.678 470.678>\nVStem: 212 291<473.5 480.5>\nDStem: 159 376 200 376 87 41 149 137 159 376 137 84 87 41 128 41 449 272 513 376 400 41 441 41 461 325 449 272 149 137 137 84 472 376 513 376 461 325 441 41\nRef: 175 175 N 1 0 0 1 -61 -79\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 855\nWidth: 600\nFlags: HW\nHStem: 0 41<29 83 125 180 331 394 436 483> 522 41<160 185 227 291 442 496 538 573> 603 100<273.548 284.048 494.548 505.048>\nVStem: 228 102<647.5 658> 449 102<647.5 658>\nDStem: 186 522 227 522 83 41 155 184 186 522 144 132 83 41 124 41 471 401 538 522 394 41 435 41 482 453 471 401 155 184 144 132 497 522 538 522 482 453 435 41\nRef: 168 168 N 1 0 0 1 -30 92\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 856\nWidth: 600\nFlags: HW\nHStem: 0 41<45 87 129 175 346 400 442 477> 376 41<124 158 200 255 426 471 513 557> 457 100<247.554 258.054 468.554 479.054>\nVStem: 202 102<501.5 512> 423 102<501.5 512>\nDStem: 159 376 200 376 87 41 149 137 159 376 137 84 87 41 128 41 449 272 513 376 400 41 441 41 461 325 449 272 149 137 137 84 472 376 513 376 461 325 441 41\nRef: 168 168 N 1 0 0 1 -56 -54\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 857\nWidth: 600\nFlags: HW\nHStem: -16 41<256.5 371.5> 535 41<346 461> 603 100<322.071 332.571 543.071 553.571>\nVStem: 102 42<161 297> 277 102<647.5 658> 498 102<647.5 658> 574 42<263 400>\nRef: 168 168 N 1 0 0 1 19 92\nRef: 1054 1054 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 858\nWidth: 600\nFlags: HW\nHStem: -16 41<260.5 364.5> 390 41<323 427.5> 457 100<291.979 302.479 512.979 523.479>\nVStem: 111 42<128 227.5> 246 102<501.5 512> 467 102<501.5 512> 535 42<187 287.5>\nRef: 168 168 N 1 0 0 1 -12 -54\nRef: 1086 1086 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 859\nWidth: 600\nFlags: HW\nHStem: -16 41<234 250> 261 41<106 490> 535 41<346 365>\nVStem: 43 42<204 224> 515 41<336 356>\nFore\n363 576 m 0\n 504 576 584 446 548 276 c 0\n 514 115 374 -16 237 -16 c 0\n 98 -16 16 115 51 280 c 0\n 86 445 224 576 363 576 c 0\n512 302 m 1\n 530 434 463 535 354 535 c 0\n 245 535 134 432 97 302 c 1\n 512 302 l 1\n504 261 m 1\n 89 261 l 1\n 68 130 137 25 246 25 c 0\n 355 25 469 131 504 261 c 1\nEndSplineSet\nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 860\nWidth: 600\nFlags: HW\nHStem: -16 41<287 307> 192 40<175 511> 390 41<381 399>\nVStem: 111 42<160 176> 535 42<233 256>\nFore\n391 431 m 0\n 501 431 577 358 577 252 c 0\n 577 113 441 -16 296 -16 c 0\n 187 -16 111 58 111 162 c 0\n 111 301 247 431 391 431 c 0\n535 232 m 1\n 535 244 l 0\n 535 331 473 390 382 390 c 0\n 286 390 194 319 164 232 c 1\n 535 232 l 1\n527 192 m 1\n 154 192 l 1\n 153 185 153 178 153 171 c 0\n 153 85 216 25 305 25 c 0\n 406 25 500 100 527 192 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 861\nWidth: 600\nFlags: H\nHStem: -16 41<234 250> 261 41<106 490> 535 41<346 365> 603 100<263.421 273.921 484.421 494.921>\nVStem: 43 42<204 224> 218 102<647.5 658> 439 102<647.5 658> 515 41<336 356>\nRef: 168 168 N 1 0 0 1 -40 92\nRef: 1256 1256 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 862\nWidth: 600\nFlags: H\nHStem: -16 41<287 307> 192 40<175 511> 390 41<381 399> 457 100<291.979 302.479 512.979 523.479>\nVStem: 111 42<160 176> 246 102<501.5 512> 467 102<501.5 512> 535 42<233 256>\nRef: 168 168 N 1 0 0 1 -12 -54\nRef: 1257 1257 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 863\nWidth: 600\nFlags: HW\nHStem: -16 41<212 245> 272 41<233 503> 535 41<358 375> 603 100<275.027 285.527 496.027 506.527>\nVStem: 230 102<647.5 658> 451 102<647.5 658> 519 41<352 384>\nDStem: 145 536 186 536 122 424 180 507 504 272 556 325 499 248 539 242\nRef: 168 168 N 1 0 0 1 -28 92\nRef: 1069 1069 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 864\nWidth: 600\nFlags: HW\nHStem: -16 41<251 283> 184 41<216 488> 390 41<331 363> 457 100<257.945 268.445 478.945 489.445>\nVStem: 212 102<501.5 512> 433 102<501.5 512> 499 41<240 258>\nRef: 168 168 N 1 0 0 1 -46 -54\nRef: 1101 1101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 865\nWidth: 600\nFlags: HW\nHStem: 0 41<38 111 162 180> 522 41<105 121 174 226 441 486 538 563> 603 40<237.217 464.217>\nVStem: 205 291<619.5 626.5>\nDStem: 121 522 173 522 257 227 288 265 257 227 538 522 111 41 161 41 487 522 538 522 288 265 161 41\nRef: 175 175 S 1 0 0 1 -68 67\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 866\nWidth: 600\nFlags: HW\nHStem: -186 41<54 180 222 278> 376 41<167 175 221 221 221 273 501 546 589 589 589 602> 457 40<288.323 515.323>\nVStem: 135 169 256 291<473.5 480.5> 469 164\nRef: 175 175 S 1 0 0 1 -17 -79\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 867\nWidth: 600\nFlags: HW\nHStem: 0 41<38 111 162 180> 522 41<105 121 174 226 441 486 538 563> 603 100<241.094 251.594 462.094 472.594>\nVStem: 196 102<647.5 658> 417 102<647.5 658>\nDStem: 121 522 173 522 257 227 288 265 257 227 538 522 111 41 161 41 487 522 538 522 288 265 161 41\nRef: 168 168 N 1 0 0 1 -62 92\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 868\nWidth: 600\nFlags: HW\nHStem: -186 41<54 180 222 278> 376 41<167 175 221 221 221 273 501 546 589 589 589 602> 457 100<292.2 302.7 513.2 523.7>\nVStem: 135 169 247 102<501.5 512> 468 102<501.5 512> 469 164\nRef: 168 168 N 1 0 0 1 -11 -54\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 869\nWidth: 600\nFlags: HW\nHStem: 0 41<38 111 162 180> 522 41<105 121 174 226 441 486 538 563>\nDStem: 121 522 173 522 257 227 288 265 257 227 538 522 111 41 161 41 487 522 538 522 288 265 161 41\nRef: 733 733 N 1 0 0 1 -58 113\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 870\nWidth: 600\nFlags: HW\nHStem: -186 41<54 180 222 278> 376 41<167 175 221 221 221 273 501 546 589 589 589 602>\nVStem: 135 169 469 164\nRef: 733 733 N 1 0 0 1 -7 -33\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 871\nWidth: 600\nFlags: HW\nHStem: 0 41<253 317 359 405> 190 41<225 241> 522 41<107 132 174 238 364 418 460 495> 603 100<219.571 230.071 440.571 451.071>\nVStem: 174 102<647.5 658> 395 102<647.5 658>\nDStem: 133 522 174 522 83 279 124 281 358 236 460 522 317 41 358 41 419 522 460 522 370 286 358 41\nRef: 168 168 N 1 0 0 1 -84 92\nRef: 1063 1063 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 872\nWidth: 600\nFlags: HW\nHStem: 0 41<295 338 380 415> 127 41<226 260> 376 41<105 140 182 237 374 409 451 495> 457 100<207.594 218.094 428.594 439.094>\nVStem: 162 102<501.5 512> 383 102<501.5 512>\nDStem: 141 376 182 376 103 204 144 205 364 164 451 376 338 41 379 41 410 376 451 376 373 210 379 41\nRef: 168 168 N 1 0 0 1 -96 -54\nRef: 1095 1095 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 873\nWidth: 600\nFlags: HW\nHStem: 0 41<26 70 112 262 456 495 537 566> 291 41<174 308> 522 41<137 171 213 262 567 596 638 678> 603 100<315.177 325.677 536.177 546.677>\nVStem: 270 102<647.5 658> 432 42<184 197> 491 102<647.5 658>\nDStem: 172 522 213 522 70 41 173 332 172 522 164 291 70 41 111 41 597 522 638 522 495 41 536 41\nRef: 168 168 N 1 0 0 1 12 92\nRef: 1067 1067 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 874\nWidth: 600\nFlags: HW\nHStem: 0 41<-8 35 77 242 398 452 494 529> 196 41<119 258> 376 41<70 105 147 192 477 522 564 608> 457 100<247.554 258.054 468.554 479.054>\nVStem: 202 102<501.5 512> 335 41<128 144> 423 102<501.5 512>\nDStem: 106 376 147 376 35 41 118 237 106 376 109 196 35 41 76 41 523 376 564 376 452 41 493 41\nRef: 168 168 N 1 0 0 1 -56 -54\nRef: 1099 1099 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0530\nEncoding: 1328 1328 875\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0531\nEncoding: 1329 1329 876\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<221 237> 522 41<102 137 179 264 416 492 534 578>\nVStem: 61 43<139 159>\nDStem: 138 522 179 522 67 188 108 188 493 522 534 522 422 188 463 188\nFore\n229 25 m 0\n 316.659 25 402.459 101.463 422 188 c 2\n 493 522 l 1\n 417 522 l 2\n 398 522 390 529 393 543 c 0\n 396 556 407 563 425 563 c 2\n 576 563 l 2\n 595 563 603 556 600 543 c 0\n 597 529 586 522 568 522 c 2\n 534 522 l 1\n 463 188 l 2\n 450 130 421 81 374 42 c 0\n 367 37 343 24 343 24 c 1\n 346 -52 386 -95 464 -105 c 0\n 475 -106 480 -113 477 -125 c 0\n 474 -140 465 -147 450 -145 c 0\n 359 -132 310 -84 303 0 c 1\n 280 -11 254 -16 222 -16 c 0\n 148 -16 98 16 73 80 c 0\n 60 112 58 148 67 188 c 2\n 138 522 l 1\n 103 522 l 2\n 85 522 77 529 80 543 c 0\n 83 556 93 563 111 563 c 2\n 262 563 l 2\n 281 563 289 556 286 543 c 0\n 283 529 272 522 254 522 c 2\n 179 522 l 1\n 108 188 l 2\n 88 96 139 25 229 25 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0532\nEncoding: 1330 1330 877\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<5 50 92 168> 150 41<124 520> 278 41<429 464 506 542> 538 41<352 368>\nVStem: 481 42<415 432>\nDStem: 121 376 162 376 50 41 123 191 121 376 114 150 50 41 91 41 476 376 517 376 464 319 505 319\nFore\n542 171 m 0\n 539 157 528 150 510 150 c 2\n 114 150 l 1\n 91 41 l 1\n 167 41 l 2\n 185 41 193 34 190 21 c 0\n 187 7 176 0 158 0 c 2\n 6 0 l 2\n -12 0 -19 7 -16 21 c 0\n -13 34 -3 41 15 41 c 2\n 50 41 l 1\n 121 376 l 2\n 139 458 199 524 261 555 c 0\n 294 571 328 579 364 579 c 0\n 479 579 542 490 517 376 c 2\n 505 319 l 1\n 540 319 l 2\n 558 319 566 312 563 298 c 0\n 560 285 550 278 532 278 c 2\n 430 278 l 2\n 412 278 404 285 407 298 c 0\n 410 312 420 319 438 319 c 2\n 464 319 l 1\n 476 376 l 2\n 490 441 472 489 423 520 c 0\n 404 532 380 538 353 538 c 0\n 262 538 181 465 162 376 c 2\n 123 191 l 1\n 519 191 l 2\n 537 191 545 184 542 171 c 0\nEndSplineSet\nEndChar\nStartChar: uni0533\nEncoding: 1331 1331 878\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<286 388 428 483> 150 41<460 535> 152 42<229 254> 538 42<309 326>\nVStem: 54 43<317 336> 459 42<400 416>\nDStem: 429 242 450 150 388 41 427 41\nFore\n557 171 m 0\n 554 157 543 150 524 150 c 2\n 450 150 l 1\n 427 41 l 1\n 481 41 l 2\n 500 41 508 34 505 21 c 0\n 502 7 491 0 472 0 c 2\n 277 0 l 2\n 259 0 252 7 255 21 c 0\n 258 34 268 40 286 41 c 2\n 388 41 l 1\n 429 242 l 1\n 371 182 305 152 232 152 c 0\n 108 152 33 244 59 366 c 0\n 86 491 201 580 324 580 c 0\n 399 580 451 550 482 490 c 0\n 500 452 506 411 496 367 c 2\n 459 191 l 1\n 533 192 l 2\n 552 192 560 185 557 171 c 0\n455 366 m 0\n 476 466 413 538 314 538 c 0\n 213 538 121 464 100 366 c 0\n 79 266 142 194 241 194 c 0\n 342 194 434 268 455 366 c 0\nEndSplineSet\nEndChar\nStartChar: uni0534\nEncoding: 1332 1332 879\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<267 384 425 460> 150 41<457 546> 278 41<43 87 129 156> 538 41<325 342>\nVStem: 459 41<412 421>\nDStem: 99 376 140 376 87 319 128 319 455 376 495 376 384 41 456 191 455 376 447 150 384 41 424 41\nFore\n568 170 m 0\n 565 157 554 150 536 150 c 2\n 447 150 l 1\n 424 41 l 1\n 459 41 l 2\n 477 41 485 34 482 21 c 0\n 479 7 468 0 450 0 c 2\n 268 0 l 2\n 250 0 243 7 246 21 c 0\n 249 34 259 41 277 41 c 2\n 384 41 l 1\n 455 376 l 2\n 475 466 422 538 333 538 c 0\n 277 538 228 513 184 463 c 0\n 162 438 147 409 140 376 c 2\n 128 319 l 1\n 154 319 l 2\n 172 319 180 312 177 298 c 0\n 174 285 164 278 146 278 c 2\n 44 278 l 2\n 26 278 18 285 21 298 c 0\n 24 312 34 319 52 319 c 2\n 87 319 l 1\n 99 376 l 2\n 124 492 226 579 340 579 c 0\n 413 579 463 547 488 483 c 0\n 501 450 504 415 495 376 c 2\n 456 191 l 1\n 545 191 l 2\n 563 191 571 184 568 170 c 0\nEndSplineSet\nEndChar\nStartChar: uni0535\nEncoding: 1333 1333 880\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<232 249> 245 41<418 444 486 531> 381 41<170 566> 522 41<113 148 190 276>\nVStem: 73 42<141 160>\nDStem: 149 522 190 522 78 188 169 422 149 522 160 381 78 188 119 188 445 245 486 245 433 188 474 188\nFore\n240 25 m 0\n 327.659 25 413.459 101.463 433 188 c 2\n 445 245 l 1\n 419 245 l 2\n 400 245 392 252 395 266 c 0\n 398 279 409 286 428 286 c 2\n 529 286 l 2\n 548 286 555 279 552 266 c 0\n 549 252 539 245 520 245 c 2\n 486 245 l 1\n 474 188 l 2\n 449 72 347 -16 233 -16 c 0\n 159 -16 109 16 84 81 c 0\n 72 113 70 149 78 188 c 2\n 149 522 l 1\n 114 522 l 2\n 96 522 88 529 91 542 c 0\n 94 556 105 563 123 563 c 2\n 274 563 l 2\n 293 563 300 556 297 542 c 0\n 294 529 284 522 265 522 c 2\n 190 522 l 1\n 169 422 l 1\n 564 422 l 2\n 583 422 590 415 587 401 c 0\n 584 388 574 381 555 381 c 2\n 160 381 l 1\n 119 188 l 2\n 99 96 150 25 240 25 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0536\nEncoding: 1334 1334 881\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 40<104 493> 79 39<248 265> 538 40<344 362>\nVStem: 49 41<271 294> 524 41<374 390>\nFore\n559 328 m 0\n 529 184 396 79 254 79 c 0\n 109 79 25 186 55 328 c 0\n 86 473 217 578 360 578 c 0\n 505 578 590 471 559 328 c 0\n486 0 m 2\n 112 0 l 2\n 75 0 44 12 21 35 c 1\n 17.1745 15.8725 16.4857 -10 -8 -10 c 0\n -21 -10 -27 -3 -24 10 c 2\n 0 126 l 2\n 3 139 12 146 25 146 c 0\n 38 146 43 139 40 126 c 2\n 34 96 l 1\n 48 59 77 40 120 40 c 2\n 494 40 l 2\n 507 40 513 33 510 20 c 0\n 507 7 499 0 486 0 c 2\n519 328 m 0\n 545 449 471 538 352 538 c 0\n 231 538 119 446 94 328 c 0\n 69 207 144 118 263 118 c 0\n 384 118 494 209 519 328 c 0\nEndSplineSet\nEndChar\nStartChar: uni0537\nEncoding: 1335 1335 882\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<33 137 178 358> 381 41<259 544> 522 41<144 239 280 332 332.016 340>\nDStem: 240 522 280 522 137 41 258 422 240 522 250 381 137 41 177 41 358 0 384 41 413 -69 448 -40\nFore\n448 -40 m 2\n 461.512 -58.9168 452.71 -80 430 -80 c 0\n 424 -80 419 -76 413 -69 c 2\n 358 0 l 1\n 34 0 l 2\n 16 0 8 7 11 21 c 0\n 14 34 24 41 42 41 c 2\n 137 41 l 1\n 240 522 l 1\n 145 522 l 2\n 127 522 119 529 122 543 c 0\n 125 556 135 563 153 563 c 2\n 340 563 l 2\n 358 563 366 556 363 543 c 0\n 360 528 349 521 332 522 c 2\n 280 522 l 1\n 258 422 l 1\n 552 422 l 1\n 544 381 l 1\n 250 381 l 1\n 177 41 l 1\n 384 41 l 1\n 448 -40 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0538\nEncoding: 1336 1336 883\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<5 50 92 474> 286 41<430 466 508 543> 538 41<352 368>\nVStem: 481 42<415 432>\nDStem: 121 376 162 376 50 41 91 41 476 376 517 376 466 327 507 327\nFore\n565 306 m 0\n 562 293 551 286 533 286 c 2\n 431 286 l 2\n 413 286 406 293 409 306 c 0\n 411 320 422 327 440 327 c 2\n 466 327 l 1\n 476 376 l 2\n 490 441 472 489 423 520 c 0\n 404 532 380 538 353 538 c 0\n 262 538 181 465 162 376 c 2\n 91 41 l 1\n 473 41 l 2\n 491 41 499 34 496 21 c 0\n 493 7 482 0 464 0 c 2\n 6 0 l 2\n -12 0 -19 7 -16 21 c 0\n -13 34 -3 41 15 41 c 2\n 50 41 l 1\n 121 376 l 2\n 139 458 199 524 261 555 c 0\n 294 571 328 579 364 579 c 0\n 480 579 542 491 517 376 c 2\n 507 327 l 1\n 542 327 l 2\n 560 327 567 320 565 306 c 0\nEndSplineSet\nEndChar\nStartChar: uni0539\nEncoding: 1337 1337 884\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<-22 23 65 141> 87 40<336 354> 285 41<258 486 537 567> 538 37<344 372>\nVStem: 208 40<216 224> 510 41<400 416>\nDStem: 90 356 131 356 23 41 64 41\nFore\n600 306 m 0\n 594.127 280.549 560.306 285 528 285 c 1\n 514 224 500 187 469 153 c 0\n 429 109 385 87 337 87 c 0\n 273 87 231 122 211 191 c 0\n 205 214 209 258 223 326 c 1\n 495 326 l 1\n 510 391 519 409 498 456 c 0\n 476 507 438 538 355 538 c 0\n 250 538 153 459 131 356 c 2\n 64 41 l 1\n 139 41 l 2\n 157 41 165 34 162 21 c 0\n 159 7 149 0 130 0 c 2\n -21 0 l 2\n -39 0 -47 7 -44 21 c 0\n -41 34 -30 41 -12 41 c 2\n 23 41 l 1\n 90 356 l 2\n 108 442 177 512 242 546 c 0\n 279 565 321 575 366 575 c 0\n 431 575 490 546 517 511 c 0\n 548 470 557 426 548 380 c 2\n 536 326 l 1\n 576 326 l 2\n 595 327 603 321 600 306 c 0\n487 285 m 1\n 258 285 l 1\n 244 217 244 206 267 170 c 0\n 286 141 312 127 345 127 c 0\n 376 127 408 141 439 169 c 0\n 460 188 476 227 487 285 c 1\nEndSplineSet\nEndChar\nStartChar: uni053A\nEncoding: 1338 1338 885\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<189 205> 345 42<269 422 474 570> 522 41<364 460 502 547>\nVStem: 30 42<138 160>\nDStem: 423 345 464 345 390 188 431 188 461 522 502 522 432 387 473 387\nFore\n591 365 m 0\n 589 352 578 345 559 345 c 2\n 464 345 l 1\n 431 188 l 2\n 406 72 304 -16 190 -16 c 0\n 116 -16 66 16 41 80 c 0\n 28 111 27 147 35 188 c 0\n 49 261 94 317 168 357 c 0\n 205 377 242 387 281 387 c 2\n 432 387 l 1\n 461 522 l 1\n 365 522 l 2\n 346 522 338 529 341 543 c 0\n 344 556 355 563 374 563 c 2\n 545 563 l 2\n 564 563 571 556 568 543 c 0\n 565 529 555 522 536 522 c 2\n 502 522 l 1\n 473 387 l 1\n 568 387 l 2\n 587 387 595 380 591 365 c 0\n197 25 m 0\n 284.659 25 370.459 101.463 390 188 c 2\n 423 345 l 1\n 271 345 l 2\n 180 345 95 277 76 188 c 0\n 56 97 108 25 197 25 c 0\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni053B\nEncoding: 1339 1339 886\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<-12 63 105 240> 156 41<414 450 492 527> 396 41<333 351> 522 41<99 164 206 250>\nVStem: 462 42<268 279>\nDStem: 165 522 206 522 63 41 170 354 165 522 149 254 63 41 104 41\nFore\n549 176 m 0\n 546 163 535 156 517 156 c 2\n 415 156 l 2\n 397 156 390 163 393 176 c 0\n 396 190 406 197 424 197 c 2\n 450 197 l 1\n 458 234 l 2\n 477 324 423 397 334 396 c 0\n 256 395 172 325 149 254 c 1\n 104 41 l 1\n 239 41 l 2\n 257 41 264 34 262 21 c 0\n 259 7 248 0 230 0 c 2\n -11 0 l 2\n -29 0 -36 7 -33 21 c 0\n -31 34 -20 41 -2 41 c 2\n 63 41 l 1\n 165 522 l 1\n 100 522 l 2\n 81 522 74 529 76 542 c 0\n 79 556 90 563 109 563 c 2\n 249 563 l 2\n 267 563 274 556 271 542 c 0\n 269 529 258 522 240 522 c 2\n 206 522 l 1\n 170 354 l 1\n 221 409 280 436 345 437 c 0\n 457 438 522 343 499 234 c 2\n 491 197 l 1\n 526 197 l 2\n 544 197 552 190 549 176 c 0\nEndSplineSet\nEndChar\nStartChar: uni053C\nEncoding: 1340 1340 887\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<29 137 179 450> 0 120<482 483> 521 41<140 238 280 388>\nDStem: 239 521 280 521 137 41 178 41 461 94 503 94 450 41 483 0\nFore\n483 0 m 1\n 30 0 l 2\n 12 0 5 7 8 21 c 0\n 11 34 21 41 39 41 c 2\n 137 41 l 1\n 239 521 l 1\n 141 521 l 2\n 123 521 116 528 118 542 c 0\n 121 555 132 562 150 562 c 2\n 387 562 l 2\n 405 562 412 555 409 542 c 0\n 407 528 396 521 378 521 c 2\n 280 521 l 1\n 178 41 l 1\n 450 41 l 1\n 461 94 l 2\n 465 112 474 121 488 121 c 0\n 502 121 507 112 503 94 c 2\n 483 0 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni053D\nEncoding: 1341 1341 888\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -12 37<308 320> 0 41<-32 4 46 81> 381 41<127 226 484 520 560 597> 522 41<79 105 147 181>\nVStem: 177 42<115 132>\nDStem: 106 522 147 522 4 41 126 422 106 522 117 381 4 41 45 41 227 381 276 422 186 184 226 187 521 381 560 381 480 187 519 186\nFore\n619 401 m 0\n 616 388 605 381 587 381 c 2\n 560 381 l 1\n 519 186 l 2\n 495 73 417 -12 309 -12 c 0\n 244 -12 201 19 182 80 c 0\n 175 104 176 139 186 184 c 2\n 227 381 l 1\n 117 381 l 1\n 45 41 l 1\n 80 41 l 2\n 98 41 106 34 103 21 c 0\n 100 7 89 0 71 0 c 2\n -31 0 l 2\n -49 0 -56 7 -53 21 c 0\n -50 34 -40 41 -22 41 c 2\n 4 41 l 1\n 106 522 l 1\n 80 522 l 2\n 62 522 54 529 57 542 c 0\n 60 556 70 563 89 563 c 2\n 180 563 l 2\n 198 563 206 556 203 542 c 0\n 200 529 189 522 171 522 c 2\n 147 522 l 1\n 126 422 l 1\n 276 422 l 1\n 226 187 l 2\n 215 136 217 99 231 76 c 0\n 251 42 280 25 318 25 c 0\n 374 25 419 52 453 107 c 0\n 463 123 472 150 480 187 c 2\n 521 381 l 1\n 485 381 l 2\n 467 381 460 388 463 401 c 0\n 466 415 476 422 494 422 c 2\n 596 422 l 2\n 614 422 622 415 619 401 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni053E\nEncoding: 1342 1342 889\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -14 39<235 254> 445 40<318 350> 532 40<165 542>\nVStem: 31 41<177 194> 506 41<274 293>\nFore\n560 551 m 0\n 558 544 550 532 535 532 c 2\n 163 532 l 2\n 150 532 145 539 148 552 c 0\n 151 565 159 572 172 572 c 2\n 543 572 l 2\n 557 572 563 565 560 551 c 0\n541 235 m 0\n 510 91 378 -14 236 -14 c 0\n 91 -14 6 93 37 235 c 0\n 67 380 199 485 342 485 c 0\n 487 485 571 378 541 235 c 0\n501 235 m 0\n 526 356 452 445 333 445 c 0\n 212 445 101 353 76 235 c 0\n 50 114 125 25 244 25 c 0\n 365 25 475 116 501 235 c 0\nEndSplineSet\nEndChar\nStartChar: uni053F\nEncoding: 1343 1343 890\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<261 406 448 483> 114 41<257 281> 380 41<432 477 519 565> 522 41<118 153 195 281>\nVStem: 106 42<271 288>\nDStem: 154 522 195 522 111 318 152 318 438 190 519 380 406 41 447 41 478 380 519 380 464 314 447 41\nFore\n586 401 m 0\n 583 387 573 380 554 380 c 2\n 519 380 l 1\n 447 41 l 1\n 482 41 l 2\n 500 41 507 34 505 21 c 0\n 502 7 491 0 473 0 c 2\n 262 0 l 2\n 243 0 236 7 239 21 c 0\n 241 34 252 41 271 41 c 2\n 406 41 l 1\n 438 190 l 1\n 388 139 330 114 266 114 c 0\n 191 114 142 146 117 210 c 0\n 105 242 102 278 111 318 c 2\n 154 522 l 1\n 119 522 l 2\n 101 522 94 529 97 543 c 0\n 99 556 110 563 128 563 c 2\n 279 563 l 2\n 298 563 305 556 303 543 c 0\n 300 529 289 522 270 522 c 2\n 195 522 l 1\n 152 318 l 2\n 132 226 183 155 273 155 c 0\n 328 155 377 180 421 231 c 0\n 444 258 458 285 464 314 c 2\n 478 380 l 1\n 433 380 l 2\n 414 380 406 387 409 401 c 0\n 412 414 423 421 442 421 c 2\n 563 421 l 2\n 582 421 589 414 586 401 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0540\nEncoding: 1344 1344 891\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 287 41<135 322> 530 41<191 386>\nVStem: 432 41<183 197> 485 42<444 460>\nDStem: 430 165 470 166 394 0 434 0\nFore\n470 166 m 2\n 434 0 l 2\n 432 -13 423 -20 410 -20 c 0\n 397 -20 392 -13 394 0 c 2\n 430 165 l 2\n 441 217 406 260 369 277 c 0\n 352 284 332 288 308 288 c 2\n 136 287 l 2\n 118 287 111 294 114 307 c 0\n 116 320 127 328 145 328 c 2\n 313 328 l 2\n 377 328 425 346 457 383 c 0\n 471 400 480 417 484 436 c 0\n 496 493 435 530 375 530 c 2\n 192 530 l 2\n 174 530 167 537 170 551 c 0\n 172 564 183 571 201 571 c 2\n 383 571 l 2\n 472 571 543 515 525 432 c 0\n 512 370 453 324 401 305 c 1\n 460 274 483 227 470 166 c 2\nEndSplineSet\nEndChar\nStartChar: uni0541\nEncoding: 1345 1345 892\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 38<115 151 219 263> 0 41<351 498> 124 40<69 79> 327 40<117 229> 543 41<322 343>\nVStem: 7 42<65 75> 499 44<378 400>\nFore\n520 22 m 0\n 516 7 506 0 488 0 c 2\n 109 0 l 2\n 30 0 -3 30 10 89 c 0\n 20 139 44 164 79 164 c 0\n 105 164 129 156 144 131 c 16\n 167 92 194 38 226 38 c 2\n 235 38 l 2\n 268 38 290 40 303 47 c 0\n 356 78 443 182 465 247 c 8\n 477 280 487 301 493 329 c 0\n 520 455 448 543 323 543 c 0\n 219 543 138 470 116 367 c 1\n 227 367 l 2\n 245 367 252 360 250 347 c 0\n 247 334 237 327 220 327 c 2\n 63 327 l 1\n 72.3382 366.428 82.2946 408.802 100 442 c 0\n 138.618 519.236 229.171 584 334 584 c 0\n 401 584 456 561 497 514 c 0\n 538 467 552 411 538 344 c 0\n 516 240 481 199 424 115 c 0\n 411 95 386 70 350 41 c 1\n 497 41 l 2\n 515 41 523 36 520 22 c 0\n152 38 m 1\n 120 99 95 124 72 124 c 0\n 62 124 55 112 50 89 c 0\n 44 62 52 51 70 43 c 0\n 73 42 116 38 140 38 c 0\n 146 38 150 38 152 38 c 1\nEndSplineSet\nEndChar\nStartChar: uni0542\nEncoding: 1346 1346 893\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<328.047 385 427 502> 286 41<46 91 133 169> 538 41<327 346>\nVStem: 461 42<415 432>\nDStem: 101 376 142 376 91 327 132 327 456 376 497 376 385 41 426 41\nFore\n524 21 m 0\n 521 7 510 -0 491 0 c 2\n 328 1 l 2\n 310 1 302 7 305 21 c 0\n 308 35 318 42 336 41 c 2\n 385 41 l 1\n 456 376 l 2\n 470 441 452 489 403 520 c 0\n 384 532 360 538 333 538 c 0\n 241 538 162 466 142 376 c 2\n 132 327 l 1\n 168 327 l 2\n 186 327 193 320 191 306 c 0\n 188 293 177 286 159 286 c 2\n 47 286 l 2\n 29 286 22 293 25 306 c 0\n 27 320 38 327 56 327 c 2\n 91 327 l 1\n 101 376 l 2\n 126 493 229 579 344 579 c 0\n 459 579 522 490 497 376 c 2\n 426 41 l 1\n 500 41 l 2\n 519 41 527 34 524 21 c 0\nEndSplineSet\nEndChar\nStartChar: uni0543\nEncoding: 1347 1347 894\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<11 76 118 396 437 491> 382 41<76 147 200 319> 524 40<292 509>\nVStem: 439 41<256 272>\nDStem: 148 382 189 382 76 41 117 41 436 228 476 228 396 41 436 41\nFore\n489 0 m 2\n 10 0 l 2\n -3 0 -8 8 -5 21 c 0\n -3 34 5 41 18 41 c 2\n 76 41 l 1\n 148 382 l 1\n 74 382 l 2\n 61 382 56 389 59 402 c 0\n 61 415 70 423 83 423 c 2\n 158 423 l 1\n 176 502 228 564 302 564 c 2\n 510 564 l 2\n 523 564 529 557 526 544 c 0\n 523 531 515 524 501 524 c 2\n 293 524 l 2\n 242 524 211 479 199 423 c 1\n 317 423 l 2\n 426 423 498 336 476 228 c 2\n 436 41 l 1\n 498 41 l 2\n 511 41 516 34 514 21 c 0\n 511 8 502 -0 489 0 c 2\n396 41 m 1\n 436 228 l 2\n 441 254 440 278 433 299 c 2\n 430 306 l 2\n 412 357 372 382 308 382 c 2\n 189 382 l 1\n 117 41 l 1\n 396 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni0544\nEncoding: 1348 1348 895\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<177 189> 522 41<68 103 145 230 362 438 480 524> 544 20G<371 522>\nVStem: 27 44<137 153> 555 40<480 490>\nDStem: 104 522 145 522 33 188 74 188 439 522 480 522 368 188 409 188\nFore\n590 440 m 0\n 587 427 579 420 566 420 c 0\n 553 420 547 427 550 440 c 0\n 561 493 559 522 511 522 c 2\n 480 522 l 1\n 409 188 l 2\n 385 77 284 -15 178 -16 c 0\n 121 -17 75 14 41 77 c 0\n 26 105 23 142 33 188 c 2\n 104 522 l 1\n 69 522 l 2\n 51 522 43 529 46 543 c 0\n 49 556 59 563 77 563 c 2\n 228 563 l 2\n 247 563 255 556 252 543 c 0\n 249 529 238 522 220 522 c 2\n 145 522 l 1\n 74 188 l 2\n 55 102 105 25 187 25 c 0\n 243 25 293 55 336 114 c 0\n 351 135 362 159 368 188 c 2\n 439 522 l 1\n 363 522 l 2\n 344 522 336 529 339 543 c 0\n 342 557 353 564 371 564 c 2\n 522 564 l 2\n 585 564 608 523 590 440 c 0\nEndSplineSet\nEndChar\nStartChar: uni0545\nEncoding: 1349 1349 896\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 40<47 286> 287 40<208 319> 542 41<339 368>\nVStem: 426 42<160 176> 466 43<447 460>\nDStem: 179 585 219 585 159 491 209 537\nFore\n466 142 m 0\n 450.895 80.0691 394.966 13.1381 317 2 c 0\n 308 1 280 -0 234 0 c 2\n 46 0 l 2\n 32 0 27 6 30 19 c 0\n 33 33 41 40 55 40 c 2\n 311 40 l 2\n 329 40 347 46 367 58 c 0\n 398 77 417 104 424 140 c 0\n 435 195 407 242 340 281 c 0\n 333 285 321 287 304 287 c 2\n 212 287 l 2\n 194 287 186 294 189 307 c 0\n 192 320 201 327 217 327 c 2\n 312 327 l 2\n 376 327 452 371 464 430 c 0\n 478 496 418 542 351 542 c 0\n 292 542 243 524 204 487 c 0\n 195 478 186 471 175 471 c 0\n 161 471 156 478 159 491 c 2\n 179 585 l 2\n 182 598 190 605 203 605 c 0\n 217 605 222 598 219 585 c 2\n 209 537 l 1\n 257 568 308 583 360 583 c 0\n 454 583 525 519 506 430 c 0\n 494 372 433 324 384 303 c 1\n 426.179 281.183 481.79 207.793 466 142 c 0\nEndSplineSet\nEndChar\nStartChar: uni0546\nEncoding: 1350 1350 897\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<259 275> 286 41<393 470 512 556> 522 41<97 185 227 274>\nVStem: 110 43<140 160>\nDStem: 186 522 227 522 115 188 156 188 471 286 512 286 450 188 491 188\nFore\n260 -16 m 0\n 154.126 -16 91.5843 79.7026 115 188 c 2\n 186 522 l 1\n 98 522 l 2\n 80 522 72 529 75 543 c 0\n 78 556 89 563 107 563 c 2\n 273 563 l 2\n 291 563 298 556 295 542 c 0\n 292 529 282 522 264 522 c 2\n 227 522 l 1\n 156 188 l 2\n 138 104 187 25 267 25 c 0\n 320 25 367 51 408 104 c 0\n 430 132 444 160 450 188 c 2\n 471 286 l 1\n 394 286 l 2\n 376 286 368 293 371 306 c 0\n 374 320 384 327 402 327 c 2\n 554 327 l 2\n 572 327 580 320 577 306 c 0\n 574 293 564 286 546 286 c 2\n 512 286 l 1\n 491 188 l 2\n 468.918 88.6296 375.873 -16 260 -16 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni0547\nEncoding: 1351 1351 898\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<250 268> 453 41<330 350> 572 40<180 410>\nVStem: 43 43<182 201>\nDStem: 519 482 560 483 507 422 532 350\nFore\n497 108 m 0\n 495 101 486 89 468 74 c 0\n 402 14 331 -16 258 -16 c 0\n 185 -16 130 8 93 55 c 0\n 52 108 30 152 51 252 c 0\n 81 390 213 494 348 494 c 0\n 413 494 467 470 507 422 c 1\n 519 482 l 2\n 523 499 513 518 491 541 c 0\n 464 568 442 572 378 572 c 2\n 178 572 l 2\n 165 572 160 579 162 592 c 0\n 165 605 174 612 187 612 c 2\n 388 612 l 2\n 463 612 493 606 525 572 c 0\n 555 540 566 510 560 483 c 2\n 532 350 l 2\n 528 331 519 322 506 322 c 0\n 493 322 488 330 490 347 c 0\n 494 368 483 389 460 410 c 0\n 428 439 388 453 340 453 c 0\n 288 453 226 430 183 395 c 24\n 166 382 153 363 147 356 c 0\n 116 318 98 279 90 242 c 0\n 65 123 148 25 266 25 c 0\n 331 25 396 56 461 117 c 0\n 467 124 475 127 482 127 c 0\n 495 127 499 121 497 108 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni0548\nEncoding: 1352 1352 899\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<39 83 125 201 353 438 480 515> 538 41<385 401>\nVStem: 514 42<416 432>\nDStem: 154 376 195 376 83 41 124 41 509 376 550 376 438 41 479 41\nFore\n537 21 m 0\n 534 7 523 0 505 0 c 2\n 354 0 l 2\n 336 0 328 7 331 21 c 0\n 334 34 345 41 363 41 c 2\n 438 41 l 1\n 509 376 l 2\n 523 441 506 489 457 520 c 0\n 438 532 414 538 387 538 c 0\n 296 538 214 465 195 376 c 2\n 124 41 l 1\n 200 41 l 2\n 218 41 226 34 223 21 c 0\n 220 7 209 0 191 0 c 2\n 40 0 l 2\n 22 0 14 7 17 21 c 0\n 20 34 31 41 49 41 c 2\n 83 41 l 1\n 154 376 l 2\n 172 457 233 524 294 555 c 0\n 327 571 361 579 398 579 c 0\n 513 579 575 490 550 376 c 2\n 479 41 l 1\n 514 41 l 2\n 532 41 540 34 537 21 c 0\nEndSplineSet\nEndChar\nStartChar: uni0549\nEncoding: 1353 1353 900\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 132 41<269 270> 544 42<351 369>\nVStem: 84 43<307 324> 511 42<399 412>\nDStem: 11 35 244 26 431 -60 448 -21 307 136 380 157 199 36 244 26\nFore\n547 359 m 0\n 534 296 501 243 446 199 c 8\n 422 179 408 175 380 157 c 1\n 244 26 l 1\n 448 -21 l 2\n 458 -24 462 -30 460 -40 c 0\n 456 -57 447 -63 431 -60 c 2\n 11 35 l 2\n 0 37 -4 44 -1 55 c 0\n 2 72 12 78 27 75 c 2\n 199 36 l 1\n 307 136 l 1\n 270 132 l 1\n 139 132 62 230 89 359 c 0\n 117 490 238 586 367 586 c 0\n 498 586 575 488 547 359 c 0\n506 359 m 0\n 529 466 463 544 358 544 c 0\n 251 544 153 464 130 359 c 0\n 108 252 174 173 279 173 c 0\n 380 173 484 252 506 359 c 0\nEndSplineSet\nEndChar\nStartChar: uni054A\nEncoding: 1354 1354 901\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<323 419 461 496> 150 41<217 262 304 340> 278 41<49 93 134 171>\nVStem: 494 42<408 426>\nDStem: 105 376 146 376 93 319 133 319 336 537 377 537 262 191 303 191 490 376 531 376 419 41 460 41\nFore\n518 21 m 0\n 515 7 504 0 486 0 c 2\n 324 0 l 2\n 306 0 299 7 302 21 c 0\n 305 34 315 41 333 41 c 2\n 419 41 l 1\n 490 376 l 2\n 502 430 484 464 468 494 c 0\n 453 520 423 534 377 537 c 1\n 303 191 l 1\n 338 191 l 2\n 356 191 364 184 361 170 c 0\n 358 156 347 150 329 150 c 2\n 218 150 l 2\n 199 150 192 156 195 170 c 0\n 198 184 208 191 227 191 c 2\n 262 191 l 1\n 336 537 l 1\n 245 537 167 465 146 376 c 2\n 133 319 l 1\n 169 319 l 2\n 187 319 195 312 192 298 c 0\n 189 285 179 278 161 278 c 2\n 50 278 l 2\n 31 278 23 285 26 298 c 0\n 29 312 39 319 58 319 c 2\n 93 319 l 1\n 105 376 l 2\n 123 458 171 518 245 555 c 0\n 278 571 319 579 368 579 c 0\n 490 579 557 496 531 376 c 2\n 460 41 l 1\n 495 41 l 2\n 513 41 521 34 518 21 c 0\nEndSplineSet\nEndChar\nStartChar: uni054B\nEncoding: 1355 1355 902\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<169 281 362 507> 287 40<115 409> 523 41<156 345>\nVStem: 511 42<365 382>\nDStem: 119 541 156 523 69 304 114 327\nFore\n529 21 m 0\n 526 7 515 0 497 0 c 2\n 198 0 l 2\n 129 0 81 13 54 38 c 1\n 49 11 39 -3 25 -3 c 0\n 11 -3 6 6 9 24 c 2\n 29 117 l 2\n 33 136 42 145 56 145 c 0\n 65 145 70 137 71 120 c 0\n 71 98 74 84 80 77 c 0\n 100 54 132 41 172 41 c 2\n 238 41 l 2\n 279 41 302 40 314 47 c 0\n 360 75 411 129 449 195 c 1\n 460 256 442 287 397 287 c 2\n 95 287 l 2\n 75 287 66 291 69 304 c 2\n 119 541 l 2\n 123 556 131 564 146 564 c 2\n 341 564 l 2\n 462 564 532 519 550 420 c 0\n 556 383 554 352 544 321 c 0\n 518 248 511 228 476 172 c 0\n 442 119 403 74 361 41 c 1\n 506 41 l 2\n 524 41 532 35 529 21 c 0\n485 268 m 1\n 493 291 503 316 508 344 c 0\n 531 450 449 523 335 523 c 2\n 156 523 l 1\n 114 327 l 1\n 416 327 l 2\n 449 327 473 307 485 268 c 1\nEndSplineSet\nEndChar\nStartChar: uni054C\nEncoding: 1356 1356 903\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<-3 41 83 159 311 396 438 473> 287 40<499 577> 538 41<343 359>\nVStem: 472 41<416 432>\nDStem: 112 376 153 376 41 41 82 41 467 376 508 376 396 41 498 327 467 376 489 287 396 41 437 41\nFore\n569 287 m 2\n 489 287 l 1\n 437 41 l 1\n 472 41 l 2\n 490 41 498 34 495 21 c 0\n 492 7 481 0 463 0 c 2\n 312 0 l 2\n 294 0 286 7 289 21 c 0\n 292 34 303 41 321 41 c 2\n 396 41 l 1\n 467 376 l 2\n 481 441 464 489 415 520 c 0\n 396 532 372 538 345 538 c 0\n 254 538 172 465 153 376 c 2\n 82 41 l 1\n 158 41 l 2\n 176 41 184 34 181 21 c 0\n 178 7 167 0 149 0 c 2\n -2 0 l 2\n -20 0 -28 7 -25 21 c 0\n -22 34 -11 41 7 41 c 2\n 41 41 l 1\n 112 376 l 2\n 130 457 191 524 252 555 c 0\n 285 571 319 579 356 579 c 0\n 473 579 530 490 508 376 c 2\n 498 327 l 1\n 578 327 l 2\n 591 327 597 320 594 307 c 0\n 591 294 583 287 569 287 c 2\nEndSplineSet\nEndChar\nStartChar: uni054D\nEncoding: 1357 1357 904\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<207 223> 522 41<88 123 165 250 402 478 520 564>\nVStem: 47 43<139 160>\nDStem: 124 522 165 522 53 188 94 188 479 522 520 522 408 188 449 188\nFore\n215 25 m 0\n 302.659 25 388.459 101.463 408 188 c 2\n 479 522 l 1\n 403 522 l 2\n 384 522 376 529 379 543 c 0\n 382 556 393 563 412 563 c 2\n 563 563 l 2\n 581 563 589 556 586 543 c 0\n 583 529 572 522 554 522 c 2\n 520 522 l 1\n 449 188 l 2\n 424 72 322 -16 208 -16 c 0\n 134 -16 84 16 59 80 c 0\n 46 112 44 148 53 188 c 2\n 124 522 l 1\n 89 522 l 2\n 71 522 63 529 66 543 c 0\n 69 556 80 563 98 563 c 2\n 249 563 l 2\n 267 563 275 556 272 543 c 0\n 269 529 258 522 240 522 c 2\n 165 522 l 1\n 94 188 l 2\n 74 96 125 25 215 25 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni054E\nEncoding: 1358 1358 905\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<281 385 428 474> 134 41<244 262> 381 41<58 103 145 181> 523 41<452 486 529 564>\nVStem: 91 41<288 316>\nDStem: 422 218 529 522 385 41 427 41 487 523 529 522 443 317 427 41\nFore\n496 21 m 0\n 493 7 482 0 464 0 c 2\n 282 0 l 2\n 264 0 257 7 260 21 c 0\n 262 34 273 41 291 41 c 2\n 385 41 l 1\n 422 218 l 1\n 369 162 312 134 248 134 c 0\n 134 134 72 230 96 343 c 2\n 104 381 l 1\n 59 381 l 2\n 41 381 34 388 36 401 c 0\n 39 415 50 422 68 422 c 2\n 180 422 l 2\n 198 422 205 415 202 401 c 0\n 200 388 189 381 171 381 c 2\n 145 381 l 1\n 137 343 l 2\n 122 273 139 223 188 193 c 0\n 210 181 231 175 254 175 c 0\n 334 175 420 245 443 317 c 2\n 487 523 l 1\n 453 523 l 2\n 434 523 427 530 429 543 c 0\n 432 557 443 564 462 564 c 2\n 563 564 l 2\n 581 564 588 557 585 543 c 0\n 583 530 573 522 554 522 c 2\n 529 522 l 1\n 427 41 l 1\n 473 41 l 2\n 491 41 498 34 496 21 c 0\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni054F\nEncoding: 1359 1359 906\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<227 259> 543 41<354 371>\nVStem: 137 43<393 411> 444 41<176 190>\nFore\n482 153 m 0\n 459 46 349 -16 238 -16 c 0\n 167 -16 115 6 81 51 c 1\n 76.7835 30.7608 74.5411 0 51 0 c 0\n 37 0 32 9 35 27 c 2\n 60 141 l 2\n 63 159 72 168 86 168 c 0\n 99 168 104 160 101 144 c 0\n 89 68 162 25 247 25 c 0\n 337 25 424 72 442 155 c 0\n 451 200 435 232 394 252 c 0\n 380 259 349 266 301 275 c 0\n 200 292 119 323 141 427 c 0\n 162 525 262 584 363 584 c 0\n 420 584 466 566 499 530 c 1\n 503.258 549.87 508.024 571 528 571 c 0\n 542 571 547 562 543 544 c 2\n 521 439 l 2\n 517 421 508 412 494 412 c 0\n 482 412 477 420 480 437 c 0\n 490 504 428 543 355 543 c 0\n 274 543 198 501 182 426 c 0\n 165 346 233 327 315 313 c 0\n 371 304 408 295 424 286 c 0\n 476 260 495 216 482 153 c 0\nEndSplineSet\nEndChar\nStartChar: uni0550\nEncoding: 1360 1360 907\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<23 67 109 245> 286 41<438 483 525 560> 538 41<369 385>\nVStem: 498 41<416 432>\nDStem: 138 376 179 376 67 41 108 41 493 376 534 376 483 327 524 327\nFore\n582 306 m 0\n 579 293 568 286 550 286 c 2\n 439 286 l 2\n 421 286 413 293 416 306 c 0\n 418 320 429 327 448 327 c 2\n 483 327 l 1\n 493 376 l 2\n 508 443 490 491 441 520 c 0\n 421 532 397 538 371 538 c 0\n 280 538 198 465 179 376 c 2\n 108 41 l 1\n 244 41 l 2\n 262 41 270 34 267 21 c 0\n 264 7 253 0 235 0 c 2\n 24 0 l 2\n 6 0 -2 7 1 21 c 0\n 4 34 15 41 33 41 c 2\n 67 41 l 1\n 138 376 l 2\n 156 457 217 524 278 555 c 0\n 311 571 345 579 382 579 c 0\n 496 579 558 489 534 376 c 2\n 524 327 l 1\n 559 327 l 2\n 577 327 584 320 582 306 c 0\nEndSplineSet\nEndChar\nStartChar: uni0551\nEncoding: 1361 1361 908\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 40<159 330> 287 40<90 210> 287 45<295 314> 558 36<347 370>\nVStem: 161 43<416 432> 449 44<177 194> 465 41<464 480>\nFore\n489 153 m 0\n 474 82 423 22 365 6 c 0\n 351 2 328 0 295 0 c 2\n 143 0 l 2\n 93 0 55 39 27 102 c 0\n 25 106 25 110 26 113 c 0\n 29 126 37 133 51 133 c 0\n 58 133 63 130 65 124 c 0\n 78 95 128 40 168 40 c 2\n 302 40 l 2\n 330 40 349 41 357 43 c 0\n 402 54 434 90 446 147 c 0\n 462 223 419 287 345 287 c 2\n 93 287 l 2\n 75 287 67 294 70 307 c 0\n 73 320 82 327 98 327 c 2\n 211 327 l 1\n 179 349 152 395 163 446 c 2\n 163 448 l 2\n 182 539 275 594 368 594 c 0\n 462 594 522 538 502 444 c 0\n 489 383 452 349 402 317 c 1\n 478 286 506 231 489 153 c 0\n407 364 m 0\n 438 385 456 415 462 444 c 0\n 477 513 425 558 355 558 c 0\n 285 558 220 516 205 448 c 0\n 191 381 245 332 310 332 c 0\n 344 332 377 343 407 364 c 0\nEndSplineSet\nEndChar\nStartChar: uni0552\nEncoding: 1362 1362 909\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<58 139 181 312> 287 41<241 491> 522 41<169 241 282 363>\nDStem: 241 522 282 522 139 41 241 328 241 522 232 287 139 41 180 41\nFore\n483 287 m 2\n 232 287 l 1\n 180 41 l 1\n 310 41 l 2\n 329 41 336 34 334 21 c 0\n 331 7 320 0 301 0 c 2\n 59 0 l 2\n 41 0 34 7 37 21 c 0\n 39 34 50 41 68 41 c 2\n 139 41 l 1\n 241 522 l 1\n 170 522 l 2\n 152 522 145 529 148 543 c 0\n 150 556 161 563 179 563 c 2\n 361 563 l 2\n 380 563 387 556 385 543 c 0\n 382 529 371 522 352 522 c 2\n 282 522 l 1\n 241 328 l 1\n 492 328 l 2\n 505 328 510 320 507 307 c 0\n 505 294 497 287 483 287 c 2\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni0553\nEncoding: 1363 1363 910\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<108 228 271 382> 522 41<219 330 372 493>\nVStem: 65 43<231 244> 491 42<304 323>\nDStem: 314 442 355 442 244 111 285 111\nFore\n528 276 m 0\n 502 156 391 75 276 70 c 1\n 270 41 l 1\n 380 41 l 2\n 399 41 406 34 404 21 c 0\n 401 7 390 0 371 0 c 2\n 109 0 l 2\n 91 0 84 7 87 21 c 0\n 89 34 100 41 118 41 c 2\n 228 41 l 1\n 235 70 l 1\n 121 74 45 160 70 276 c 0\n 91.3436 380.94 194.137 478.556 323 483 c 1\n 331 522 l 1\n 220 522 l 2\n 202 522 195 529 198 543 c 0\n 200 556 211 563 229 563 c 2\n 491 563 l 2\n 510 563 517 556 515 543 c 0\n 512 529 501 522 482 522 c 2\n 372 522 l 1\n 364 483 l 1\n 480 478 553 395 528 276 c 0\n487 276 m 0\n 507 373 445 437 355 442 c 1\n 285 111 l 1\n 377 116 467 182 487 276 c 0\n244 111 m 1\n 314 442 l 1\n 219 438 131 372 111 276 c 0\n 91 182 155 115 244 111 c 1\nEndSplineSet\nEndChar\nStartChar: uni0554\nEncoding: 1364 1364 911\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<39 93 135 246> 115 40<18 108 159 569> 202 42<337 369>\nVStem: 551 44<416 433>\nDStem: 109 116 150 115 93 41 134 41 164 377 187 290 117 155 158 155\nFore\n562 115 m 2\n 150 115 l 1\n 134 41 l 1\n 245 41 l 2\n 263 41 271 34 268 21 c 0\n 265 7 254 0 236 0 c 2\n 30 0 l 2\n 12 0 4 7 7 21 c 0\n 10 35 21 42 39 41 c 2\n 93 41 l 1\n 109 116 l 1\n 17 115 l 2\n 3 115 -2 122 1 135 c 0\n 4 148 12 155 25 155 c 2\n 117 155 l 1\n 164 377 l 2\n 191 501 304 581 427 580 c 0\n 540 579 612 505 593 398 c 0\n 572 280 463 202 347 202 c 0\n 272 202 219 231 187 290 c 1\n 158 155 l 1\n 570 155 l 2\n 584 155 589 148 586 135 c 0\n 583 122 575 115 562 115 c 2\n549 399 m 0\n 563 487 510 535 418 538 c 0\n 320 541 224 477 209 383 c 0\n 202 341 214 307 246 280 c 0\n 275 255 312 243 355 244 c 0\n 454 245 535 302 549 399 c 0\nEndSplineSet\nEndChar\nStartChar: uni0555\nEncoding: 1365 1365 912\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<234 250> 543 41<346 374>\nVStem: 42 43<192 224> 516 42<336 368>\nFore\n551 284 m 0\n 526 169 452 72 372 24 c 0\n 327 -3 282 -16 237 -16 c 0\n 161 -16 106 16 73 80 c 0\n 41 137 34 205 51 284 c 0\n 82.422 430.02 202.658 584 365 584 c 0\n 469 584 529 514 550 437 c 0\n 562 389 562 338 551 284 c 0\n509 284 m 0\n 523 351 518 409 493 459 c 0\n 466 515 420 543 356 543 c 0\n 219.923 543 118.244 409.597 92 284 c 0\n 78 217 83 158 108 109 c 0\n 135 53 181 25 246 25 c 0\n 380.843 25 482.984 159.493 509 284 c 0\nEndSplineSet\nEndChar\nStartChar: uni0556\nEncoding: 1366 1366 913\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 530 42<374 472>\nVStem: 139 43<393 405> 445 41<176 192>\nDStem: 279 279 319 272 226 26 266 25 332 528 374 530 288 318 327 311\nFore\n483 153 m 0\n 462 51 359 -12 256 -16 c 0\n 228 -17 214 -17 215 -15 c 1\n 156 -10 112 12 83 51 c 1\n 78.5587 29.6817 75.3227 0 52 0 c 0\n 38 0 33 9 37 27 c 2\n 61 141 l 2\n 65 159 74 168 88 168 c 0\n 100 168 105 160 103 144 c 0\n 92 76 156 33 226 26 c 1\n 279 279 l 1\n 192 298 122 331 143 427 c 0\n 150 460 174 494 216 528 c 0\n 263 566 303 573 384 572 c 2\n 470 571 l 2\n 488 571 496 564 493 551 c 0\n 490 537 480 530 462 530 c 2\n 374 530 l 1\n 327 311 l 1\n 375 303 408 295 426 286 c 0\n 478 260 497 216 483 153 c 0\n288 318 m 1\n 332 528 l 1\n 297 528 264 518 239 499 c 0\n 207 474 188 449 184 426 c 0\n 170.206 361.17 215.424 333.279 288 318 c 1\n443 155 m 0\n 452 200 437 232 396 252 c 0\n 383 258 357 265 319 272 c 1\n 266 25 l 1\n 347 30 426 77 443 155 c 0\nEndSplineSet\nEndChar\nStartChar: uni0557\nEncoding: 1367 1367 914\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0558\nEncoding: 1368 1368 915\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0559\nEncoding: 1369 1369 916\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni055A\nEncoding: 1370 1370 917\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni055B\nEncoding: 1371 1371 918\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni055C\nEncoding: 1372 1372 919\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni055D\nEncoding: 1373 1373 920\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni055E\nEncoding: 1374 1374 921\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni055F\nEncoding: 1375 1375 922\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0560\nEncoding: 1376 1376 923\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0561\nEncoding: 1377 1377 924\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 42<130 142 337 350> -1 41<497 533> 382 41<74 109 283 318 493 527>\nVStem: 47 42<71 84>\nDStem: 110 382 160 423 49 94 91 98 319 382 369 423 261 109 300 101 528 382 578 423 470 109 496 40\nFore\n131 -16 m 0\n 68.0806 -16 37.9272 40.4814 49 94 c 2\n 110 382 l 1\n 75 382 l 2\n 57 382 49 389 52 402 c 0\n 55 416 66 423 84 423 c 2\n 160 423 l 1\n 91 98 l 2\n 82 59 101 26 138 26 c 0\n 172 26 214 54 261 109 c 1\n 319 382 l 1\n 284 382 l 2\n 266 382 258 389 261 402 c 0\n 264 416 275 423 293 423 c 2\n 369 423 l 1\n 300 101 l 2\n 292 62 309 26 346 26 c 0\n 380 26 421 54 470 109 c 1\n 528 382 l 1\n 494 382 l 2\n 476 382 468 389 471 402 c 0\n 474 416 485 423 503 423 c 2\n 578 423 l 1\n 496 40 l 1\n 531 40 l 2\n 549 40 557 33 554 19 c 0\n 551 6 541 -1 523 -1 c 2\n 447 -1 l 1\n 455 40 l 1\n 413 3 374 -16 338 -16 c 0\n 296 -16 268 7 257 52 c 1\n 211 7 169 -16 131 -16 c 0\nEndSplineSet\nMinimumDistance: x22,-1 x8,16 \nEndChar\nStartChar: uni0562\nEncoding: 1378 1378 925\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<23 76 118 250> 0 41<158 514> 381 41<134 187>\nDStem: 188 381 238 422 76 -149 219 335 188 381 198 233 76 -149 157 41 188 381 148 0 76 -149 117 -149 482 278 519 256 460 171 501 174\nFore\n536 21 m 0\n 533 7 522 0 504 0 c 2\n 148 0 l 1\n 117 -149 l 1\n 249 -149 l 2\n 267 -149 274 -156 271 -169 c 0\n 268 -183 258 -190 240 -190 c 2\n 14 -190 l 2\n -5 -190 -13 -183 -10 -169 c 0\n -7 -156 4 -150 23 -149 c 2\n 76 -149 l 1\n 188 381 l 1\n 134 381 l 2\n 116 380 109 387 112 402 c 0\n 115 415 125 422 143 422 c 2\n 238 422 l 1\n 219 335 l 1\n 232 349 259 378 291 397 c 24\n 324 417 354 431 380 432 c 0\n 461 436 515 386 524 326 c 0\n 525 315 526 290 519 256 c 2\n 501 174 l 2\n 498 160 488 146 473 146 c 0\n 459 146 457 158 460 171 c 2\n 482 278 l 2\n 487 301 483 324 473 346 c 0\n 462 372 414 395 373 392 c 0\n 298.753 387.875 211.479 300.393 198 233 c 2\n 157 41 l 1\n 513 41 l 2\n 531 41 539 34 536 21 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni0563\nEncoding: 1379 1379 926\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<271 381 423 476> 0 41<463 538> 10 42<234 252> 396 42<314 331>\nVStem: 59 43<175 194> 464 41<258 274>\nDStem: 434 100 454 0 381 -149 422 -149\nFore\n560 21 m 0\n 557 7 546 0 528 0 c 2\n 454 0 l 1\n 422 -149 l 1\n 476 -149 l 2\n 495 -148 503 -155 500 -169 c 0\n 497 -183 486 -190 467 -190 c 2\n 272 -190 l 2\n 254 -190 247 -183 250 -169 c 0\n 253 -156 263 -149 281 -149 c 2\n 381 -149 l 1\n 434 100 l 1\n 376 40 310 10 237 10 c 0\n 113 10 38 102 64 224 c 0\n 91 349 206 438 329 438 c 0\n 403 438 456 408 487 348 c 0\n 506 310 511 269 501 225 c 2\n 462 41 l 1\n 536 41 l 2\n 555 41 563 35 560 21 c 0\n460 224 m 0\n 482 324 418 396 319 396 c 0\n 218 396 126 322 105 224 c 0\n 84 124 147 52 246 52 c 0\n 346 52 439 126 460 224 c 0\nEndSplineSet\nEndChar\nStartChar: uni0564\nEncoding: 1380 1380 927\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<239 362 404 450> 0 41<33 88 130 178 444 536> 381 42<126 160> 398 40<359 372>\nVStem: 458 42<312 322>\nDStem: 161 381 184 298 88 41 129 41 455 287 498 298 362 -149 443 41 455 287 435 0 362 -149 403 -149\nFore\n557 21 m 0\n 554 7 544 0 526 0 c 2\n 435 0 l 1\n 403 -149 l 1\n 449 -149 l 2\n 467 -149 475 -156 472 -169 c 0\n 469 -183 458 -190 440 -190 c 2\n 240 -190 l 2\n 222 -190 214 -183 217 -169 c 0\n 220 -156 230 -149 249 -149 c 2\n 362 -149 l 1\n 455 287 l 2\n 469 356 430 398 360 398 c 0\n 290 398 241 352 184 298 c 1\n 129 41 l 1\n 176 41 l 2\n 194 41 202 34 199 21 c 0\n 196 7 186 0 168 0 c 2\n 34 0 l 2\n 16 0 8 7 11 21 c 0\n 14 34 24 41 42 41 c 2\n 88 41 l 1\n 161 381 l 1\n 127 381 l 2\n 108 381 100 388 103 402 c 0\n 106 416 117 423 136 423 c 2\n 211 423 l 1\n 197 358 l 1\n 251 403 295 438 370 438 c 0\n 429 438 469 415 490 369 c 0\n 500 346 503 322 498 298 c 2\n 443 41 l 1\n 534 41 l 2\n 552 41 560 35 557 21 c 0\nEndSplineSet\nEndChar\nStartChar: uni0565\nEncoding: 1381 1381 928\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<189 217> 0 41<430 465> 381 41<200 565> 530 42<125 180>\nVStem: 89 43<80 96>\nDStem: 181 530 230 572 93 117 199 422 181 530 190 381 93 117 134 117 433 256 475 257 404 116 429 41\nFore\n460 284 m 0\n 476.918 284 476.221 265.551 475 257 c 1\n 429 41 l 1\n 464 41 l 2\n 482 41 489 34 486 21 c 0\n 483 7 473 0 455 0 c 2\n 379 0 l 1\n 391 59 l 1\n 326 9 261 -16 197 -16 c 0\n 117 -16 76 37 93 117 c 2\n 181 530 l 1\n 126 530 l 2\n 107 530 99 537 102 551 c 0\n 105 565 115 572 134 572 c 2\n 230 572 l 1\n 199 422 l 1\n 563 422 l 2\n 582 422 589 415 586 401 c 0\n 583 388 573 381 554 381 c 2\n 190 381 l 1\n 134 117 l 2\n 122 63 150 25 203 25 c 0\n 268 25 336 55 404 116 c 1\n 433 256 l 2\n 437 275 445 284 460 284 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0566\nEncoding: 1382 1382 929\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -189 42<423 499> 10 42<234 250> 381 42<534 600> 396 42<314 331>\nVStem: 59 43<175 195>\nDStem: 434 100 534 381 372 -189 422 -147 502 423 534 381 487 348 422 -147\nFore\n521 -168 m 0\n 518 -181 507 -188 489 -188 c 2\n 372 -189 l 1\n 434 100 l 1\n 376 40 310 10 237 10 c 0\n 113 10 38 102 64 224 c 0\n 91 349 206 438 329 438 c 0\n 401 438 454 408 487 348 c 1\n 502 423 l 1\n 598 423 l 2\n 617 423 625 416 622 402 c 0\n 619 388 608 381 590 381 c 2\n 534 381 l 1\n 422 -147 l 1\n 497 -147 l 2\n 516 -147 524 -154 521 -168 c 0\n460 224 m 0\n 481 324 417 396 319 396 c 0\n 218 396 126 322 105 224 c 0\n 84 124 147 52 246 52 c 0\n 346 52 439 126 460 224 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni0567\nEncoding: 1383 1383 930\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<93 158 200 376> 327 41<269 453> 531 41<203 261>\nDStem: 262 531 312 572 158 41 268 368 262 531 260 327 158 41 199 41\nFore\n453 327 m 1\n 260 327 l 1\n 199 41 l 1\n 385 41 l 1\n 376 0 l 1\n 94 0 l 2\n 76 0 69 7 72 21 c 0\n 75 34 85 41 103 41 c 2\n 158 41 l 1\n 262 531 l 1\n 204 531 l 2\n 186 531 178 538 181 551 c 0\n 184 565 195 572 213 572 c 2\n 312 572 l 1\n 268 368 l 1\n 461 368 l 1\n 453 327 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0568\nEncoding: 1384 1384 931\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<12 68 110 457> 0 41<378 421 463 499> 381 42<146 180> 396 42<375 392>\nVStem: 477 42<313 325>\nDStem: 181 381 204 298 68 -149 109 -149 475 292 517 299 421 41 462 41\nFore\n520 21 m 0\n 517 7 507 0 489 0 c 2\n 379 0 l 2\n 360 0 352 7 355 21 c 0\n 358 34 369 41 387 41 c 2\n 421 41 l 1\n 475 292 l 2\n 488 357 445 396 381 396 c 0\n 347 396 316 386 286 367 c 0\n 268 356 241 333 204 298 c 1\n 109 -149 l 1\n 456 -149 l 2\n 474 -149 482 -156 479 -169 c 0\n 476 -183 465 -190 447 -190 c 2\n 13 -190 l 2\n -5 -190 -12 -183 -9 -169 c 0\n -6 -156 4 -149 22 -149 c 2\n 68 -149 l 1\n 181 381 l 1\n 147 381 l 2\n 128 381 120 388 123 402 c 0\n 126 416 137 423 156 423 c 2\n 231 423 l 1\n 217 361 l 1\n 279 412 336 438 390 438 c 0\n 450 438 490 415 510 369 c 0\n 520 346 522 323 517 299 c 2\n 462 41 l 1\n 497 41 l 2\n 515 41 523 34 520 21 c 0\nEndSplineSet\nEndChar\nStartChar: uni0569\nEncoding: 1385 1385 932\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<-19 47 89 218> 10 42<296 312> 193 40<170 512> 381 42<103 159> 396 42<376 392>\nVStem: 526 41<258 274>\nDStem: 160 381 141 100 47 -149 88 -149\nFore\n563 224 m 0\n 537 100 422 10 300 10 c 0\n 226 10 173 40 141 100 c 1\n 88 -149 l 1\n 217 -149 l 2\n 235 -149 242 -156 240 -170 c 0\n 237 -183 226 -190 208 -190 c 2\n -18 -190 l 2\n -36 -190 -43 -183 -40 -170 c 0\n -38 -156 -27 -149 -9 -149 c 2\n 47 -149 l 1\n 160 381 l 1\n 104 381 l 2\n 86 381 78 388 81 402 c 0\n 84 416 95 423 113 423 c 2\n 210 423 l 1\n 194 348 l 1\n 255 408 320 438 390 438 c 0\n 477 438 533 402 558 330 c 0\n 569 297 571 261 563 224 c 0\n524 233 m 1\n 540 327 478 396 382 396 c 0\n 283 396 193 327 169 233 c 1\n 524 233 l 1\n513 193 m 1\n 163 193 l 1\n 160 113 221 52 309 52 c 0\n 397 52 483 115 513 193 c 1\nEndSplineSet\nEndChar\nStartChar: uni056A\nEncoding: 1386 1386 933\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<189 205> 346 41<269 421 472 570> 531 41<502 547>\nVStem: 29 42<140 160>\nDStem: 422 346 463 346 389 188 430 188 470 572 502 531 431 387 471 387\nFore\n590 365 m 0\n 588 352 577 346 558 346 c 2\n 463 346 l 1\n 430 188 l 2\n 405 72 303 -16 190 -16 c 0\n 116 -16 66 16 40 80 c 0\n 28 111 26 147 34 188 c 0\n 49 261 93 317 167 357 c 0\n 204 377 242 387 280 387 c 2\n 431 387 l 1\n 470 572 l 1\n 545 572 l 2\n 563 572 571 565 568 551 c 0\n 565 538 555 531 537 531 c 2\n 502 531 l 1\n 471 387 l 1\n 567 387 l 2\n 586 387 594 380 590 365 c 0\n196 25 m 0\n 283.659 25 369.459 101.463 389 188 c 2\n 422 346 l 1\n 270 346 l 2\n 180 346 94 277 75 188 c 0\n 55 97 107 25 196 25 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni056B\nEncoding: 1387 1387 934\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<-2 54 96 223> 0 41<363 407 449 484> 396 42<360 377> 531 42<163 197>\nVStem: 463 43<314 325>\nDStem: 198 531 248 573 54 -149 203 361 198 531 190 298 54 -149 95 -149 460 292 503 299 407 41 448 41\nFore\n506 21 m 0\n 503 7 492 0 474 0 c 2\n 364 0 l 2\n 346 0 338 7 341 21 c 0\n 344 34 354 41 373 41 c 2\n 407 41 l 1\n 460 292 l 2\n 474 357 431 396 366 396 c 0\n 333 396 301 386 271 367 c 0\n 254 356 226 333 190 298 c 1\n 95 -149 l 1\n 222 -149 l 2\n 240 -149 247 -156 244 -169 c 0\n 241 -183 231 -190 213 -190 c 2\n -1 -190 l 2\n -19 -190 -27 -183 -24 -169 c 0\n -21 -156 -10 -149 8 -149 c 2\n 54 -149 l 1\n 198 531 l 1\n 164 531 l 2\n 145 531 138 538 141 552 c 0\n 144 566 154 573 173 573 c 2\n 248 573 l 1\n 203 361 l 1\n 265 412 322 438 375 438 c 0\n 435 438 476 415 496 369 c 0\n 506 346 508 323 503 299 c 2\n 448 41 l 1\n 483 41 l 2\n 501 41 509 34 506 21 c 0\nEndSplineSet\nEndChar\nStartChar: uni056C\nEncoding: 1388 1388 935\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<34 132 174 451> 381 41<156 243>\nDStem: 244 381 294 422 132 -149 173 -149\nFore\n472 -170 m 0\n 469 -183 459 -190 441 -190 c 2\n 35 -190 l 2\n 17 -190 9 -183 12 -169 c 0\n 15 -156 26 -149 44 -149 c 2\n 132 -149 l 1\n 244 381 l 1\n 158 381 l 2\n 140 381 132 388 135 401 c 0\n 138 415 148 422 167 422 c 2\n 294 422 l 1\n 173 -149 l 1\n 449 -149 l 2\n 467 -149 475 -157 472 -170 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni056D\nEncoding: 1389 1389 936\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<-52 4 46 93> -16 41<304 326> 0 41<480 515> 381 42<167 256 454 509> 531 42<113 147>\nVStem: 197 43<82 98>\nDStem: 148 531 198 573 4 -149 166 423 148 531 157 381 4 -149 45 -149 257 381 307 423 201 117 242 117 510 381 560 423 454 117 479 41\nFore\n537 21 m 0\n 534 7 523 0 505 0 c 2\n 429 0 l 1\n 440 51 l 1\n 440 51 403 12 372 -2 c 24\n 346 -14 334 -16 305 -16 c 0\n 224 -16 184 37 201 117 c 2\n 257 381 l 1\n 157 381 l 1\n 45 -149 l 1\n 92 -149 l 2\n 110 -149 117 -156 114 -169 c 0\n 111 -183 101 -190 83 -190 c 2\n -51 -190 l 2\n -69 -190 -77 -183 -74 -169 c 0\n -71 -156 -60 -149 -42 -149 c 2\n 4 -149 l 1\n 148 531 l 1\n 114 531 l 2\n 95 531 88 538 91 552 c 0\n 94 566 104 573 123 573 c 2\n 198 573 l 1\n 166 423 l 1\n 307 423 l 1\n 242 117 l 2\n 231 63 259 25 312 25 c 0\n 340 25 356 32 382 48 c 24\n 416 68 454 117 454 117 c 1\n 510 381 l 1\n 455 381 l 2\n 437 381 429 388 432 402 c 0\n 435 416 446 423 464 423 c 2\n 560 423 l 1\n 479 41 l 1\n 514 41 l 2\n 532 41 540 34 537 21 c 0\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: uni056E\nEncoding: 1390 1390 937\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<237 257> 382 40<315 367 470 600> 532 40<317 468>\nVStem: 50 42<157 176> 478 41<256 272>\nDStem: 254 533 316 532 368 422 427 422\nFore\n607 422 m 2\n 620 422 625 415 622 402 c 0\n 620 389 611 382 598 382 c 2\n 469 382 l 1\n 480 371 l 2\n 518 332 528 275 512 200 c 0\n 500 139 466 88 411 46 c 0\n 357 5 299 -16 238 -16 c 0\n 178 -16 129 5 93 47 c 0\n 55 90 42 141 54 200 c 0\n 67 259 101 311 156 356 c 0\n 212 400 269 422 329 422 c 2\n 368 422 l 1\n 254 533 l 2\n 233.576 553.424 250.37 572 278 572 c 2\n 469 572 l 2\n 483 572 488 565 485 552 c 0\n 482 539 474 532 461 532 c 2\n 316 532 l 1\n 427 422 l 1\n 607 422 l 2\n471 200 m 0\n 484 259 481 310 450 340 c 2\n 407 382 l 1\n 320 382 l 2\n 222 382 116 295 95 200 c 0\n 74 101 147 25 246 25 c 0\n 347 25 451 102 471 200 c 0\nEndSplineSet\nEndChar\nStartChar: uni056F\nEncoding: 1391 1391 938\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<211 357 398.031 445> -14 41<223 245> 380 42<443 468.977> 531 41<154 189 231 276>\nVStem: 101 43<98 114>\nDStem: 190 531 231 531 104 124 146 131 401 61 519 422 357 -149 398 -149 469 380 519 422 415 123 398 -149\nFore\n467 -169 m 0\n 465 -183 454 -190 436 -190 c 2\n 212 -190 l 2\n 194 -190 187 -183 189 -169 c 0\n 192 -156 203 -149 221 -149 c 2\n 357 -149 l 1\n 401 61 l 1\n 342 11 285 -14 230 -14 c 0\n 170 -14 131 9 111 54 c 0\n 101 77 99 100 104 124 c 2\n 190 531 l 1\n 155 531 l 2\n 137 531 130 538 133 551 c 0\n 135 565 146 572 164 572 c 2\n 274 572 l 2\n 293 572 300 565 298 551 c 0\n 295 538 284 531 265 531 c 2\n 231 531 l 1\n 146 131 l 2\n 133 67 176 27 240 27 c 0\n 314 27 355 67 415 123 c 1\n 469 380 l 1\n 442 381 406 377 411 401 c 0\n 414 415 424 422 443 422 c 2\n 519 422 l 1\n 398 -149 l 1\n 427 -149 473 -143 467 -169 c 0\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni0570\nEncoding: 1392 1392 939\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<18 74 116 163 343 387 429 464> 396 42<343 357> 530 42<144 177>\nVStem: 443 42<314 324>\nDStem: 178 530 228 572 74 41 183 361 178 530 170 298 74 41 115 41 440 292 483 299 387 41 428 41\nFore\n486 21 m 0\n 483 7 472 0 454 0 c 2\n 344 0 l 2\n 326 0 318 7 321 21 c 0\n 324 34 334 41 353 41 c 2\n 387 41 l 1\n 440 292 l 2\n 454 357 411 396 346 396 c 0\n 313 396 281 386 251 367 c 0\n 233 356 206 333 170 298 c 1\n 115 41 l 1\n 162 41 l 2\n 180 41 188 34 185 21 c 0\n 182 7 171 0 153 0 c 2\n 19 0 l 2\n 1 0 -6 7 -3 21 c 0\n -0 34 10 41 28 41 c 2\n 74 41 l 1\n 178 530 l 1\n 145 530 l 2\n 126 530 118 537 121 551 c 0\n 124 565 135 572 154 572 c 2\n 228 572 l 1\n 183 361 l 1\n 245 412 302 438 355 438 c 0\n 415 438 455 415 476 369 c 0\n 485 346 488 323 483 299 c 2\n 428 41 l 1\n 463 41 l 2\n 481 41 489 34 486 21 c 0\nEndSplineSet\nEndChar\nStartChar: uni0571\nEncoding: 1393 1393 940\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<223 257> 0 41<476 511> 396 0<318 323> 507 36<288 316 318 351> 507 102<352 358>\nVStem: 47 43<158 176> 474 42<240 262>\nDStem: 237 505 287 507 289 433 339 437 442 80 511 210 425 0 475 41\nFore\n532 21 m 0\n 529 7 519 0 501 0 c 2\n 425 0 l 1\n 442 80 l 1\n 382 16 313 -16 234 -16 c 0\n 103 -16 25 82 53 210 c 0\n 78 330 180 417 289 433 c 1\n 237 505 l 2\n 225.971 518.786 237.051 543 257 543 c 2\n 352 543 l 1\n 327 571 l 2\n 324 574 323 579 324 584 c 0\n 328 601 338 609 356 609 c 0\n 361 609 365 607 368 603 c 2\n 421 542 l 2\n 433.327 529.673 422.995 507 402 507 c 2\n 287 507 l 1\n 339 437 l 1\n 464 433 538 337 511 210 c 2\n 475 41 l 1\n 510 41 l 2\n 528 41 535 34 532 21 c 0\n470 210 m 0\n 492 315 427 396 324 396 c 2\n 317 396 l 2\n 213 396 115 313 94 210 c 0\n 71 104 138 25 242 25 c 0\n 349 25 447 105 470 210 c 0\n324 396 m 2\n 322 395 320 395 317 396 c 1\n 324 396 l 2\nEndSplineSet\nMinimumDistance: x5,18 \nEndChar\nStartChar: uni0572\nEncoding: 1394 1394 941\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<330 383 425 510> 0 41<67 122 164 211> 381 41<159 194> 396 42<383 402>\nVStem: 479 43<316 325>\nDStem: 195 381 218 298 122 41 163 41 477 295 520 302 383 -149 424 -149\nFore\n532 -170 m 0\n 529 -183 518 -190 500 -190 c 2\n 331 -190 l 2\n 313 -190 305 -183 308 -169 c 0\n 311 -156 321 -149 340 -149 c 2\n 383 -149 l 1\n 477 295 l 2\n 490 356 451 396 391 396 c 0\n 320 396 277 353 218 298 c 1\n 163 41 l 1\n 209 41 l 2\n 228 41 236 34 233 21 c 0\n 230 7 219 0 201 0 c 2\n 68 0 l 2\n 49 0 41 7 44 21 c 0\n 47 34 58 41 76 41 c 2\n 122 41 l 1\n 195 381 l 1\n 160 381 l 2\n 142 381 134 388 137 402 c 0\n 140 416 150 422 168 422 c 2\n 244 422 l 1\n 231 361 l 1\n 294 412 350 438 400 438 c 0\n 457 438 495 415 513 369 c 0\n 522 346 525 324 520 302 c 2\n 424 -149 l 1\n 509 -149 l 2\n 527 -149 534 -156 532 -170 c 0\nEndSplineSet\nEndChar\nStartChar: uni0573\nEncoding: 1395 1395 942\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<40 113 155 384> 382 41<122 184 236 321> 532 40<314 495>\nVStem: 426 40<240.076 275.627>\nDStem: 185 382 226 382 113 41 154 41 421 214 461 216 384 41 420 19\nFore\n420 19 m 2\n 418 6 409 -0 396 0 c 2\n 39 0 l 2\n 26 0 21 7 23 20 c 0\n 26 33 34 41 47 41 c 2\n 113 41 l 1\n 185 382 l 1\n 120 382 l 2\n 107 382 102 389 105 402 c 0\n 107 415 116 423 129 423 c 2\n 194 423 l 1\n 209 501 257 572 328 572 c 2\n 496 572 l 2\n 509 572 514 565 512 552 c 0\n 509 539 501 532 487 532 c 2\n 322 532 l 2\n 280 532 251 496 235 423 c 1\n 313 423 l 2\n 423 423 484 324 461 216 c 2\n 420 19 l 2\n384 41 m 1\n 421 214 l 2\n 435 283 418 333 368 364 c 0\n 348 376 328 382 306 382 c 2\n 226 382 l 1\n 154 41 l 1\n 384 41 l 1\nEndSplineSet\nEndChar\nStartChar: uni0574\nEncoding: 1396 1396 943\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<205 224> 0 41<422 477> 381 42<102 158> 532 41<416 582>\nVStem: 99 43<80 96> 354 41<496 500>\nDStem: 159 381 209 423 103 117 144 117 368 450 401 481 450 371 483 401 450 371 493 382 396 117 421 41\nFore\n357 512 m 0\n 365 552 397 573 421 573 c 2\n 589 573 l 2\n 602 573 607 565 604 552 c 0\n 601 539 593 532 580 532 c 2\n 426 532 l 2\n 410 532 400 526 397 512 c 8\n 394 499 395 487 401 481 c 2\n 483 401 l 2\n 490 394 494 388 493 382 c 2\n 421 41 l 1\n 476 41 l 2\n 494 41 501 34 498 21 c 0\n 495 7 485 0 467 0 c 2\n 371 0 l 1\n 384 60 l 1\n 318 9 258 -16 206 -16 c 0\n 126 -16 86 37 103 117 c 2\n 159 381 l 1\n 104 381 l 2\n 85 381 77 388 80 402 c 0\n 83 416 94 423 113 423 c 2\n 209 423 l 1\n 144 117 l 2\n 132 63 160 25 213 25 c 0\n 266 25 328 56 396 117 c 1\n 450 371 l 1\n 368 450 l 2\n 354 463 351 485 357 512 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0575\nEncoding: 1397 1397 944\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 42<52 194> 380 42<176 419>\nDStem: 420 380 470 422 333 -30 374 -30\nFore\n374 -30 m 2\n 360 -97 320 -146 257 -175 c 0\n 236 -185 211 -190 184 -190 c 2\n 53 -190 l 2\n 35 -190 27 -183 30 -169 c 0\n 33 -155 44 -148 62 -148 c 2\n 192 -149 l 2\n 261 -149 319 -98 333 -30 c 2\n 420 380 l 1\n 177 380 l 2\n 158 380 151 387 154 401 c 0\n 157 415 167 422 186 422 c 2\n 470 422 l 1\n 374 -30 l 2\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni0576\nEncoding: 1398 1398 945\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<189 210> 0 41<425 460> 381 42<379 454> 595 40<398 532>\nVStem: 82 43<80 96>\nDStem: 151 422 192 422 86 117 127 117 455 381 505 423 399 117 424 41\nFore\n481 21 m 0\n 478 7 468 0 450 0 c 2\n 374 0 l 1\n 387 60 l 1\n 320 9 254 -16 190 -16 c 0\n 109 -16 69 37 86 117 c 2\n 151 422 l 2\n 178 549 290 632 414 635 c 2\n 530 637 l 2\n 549 637 557 630 554 616 c 0\n 551 602 540 595 521 595 c 2\n 407 595 l 2\n 306 595 213 521 192 422 c 2\n 127 117 l 2\n 115 63 143 25 196 25 c 0\n 263 25 330 56 399 117 c 1\n 455 381 l 1\n 380 381 l 2\n 361 381 353 388 356 402 c 0\n 359 416 370 423 389 423 c 2\n 505 423 l 1\n 424 41 l 1\n 459 41 l 2\n 477 41 484 34 481 21 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni0577\nEncoding: 1399 1399 946\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<52 148 205 448> 396 42<351 369>\nVStem: 510 42<242 264>\nDStem: 413 71 410 22 148 -149 204 -149\nFore\n547 210 m 0\n 527 116 481 80 410 22 c 2\n 204 -149 l 1\n 456 -149 l 2\n 469 -149 473 -156 471 -170 c 0\n 468 -183 459 -190 446 -190 c 2\n 53 -190 l 2\n 35 -190 28 -183 31 -169 c 0\n 33 -156 44 -149 62 -149 c 2\n 148 -149 l 1\n 413 71 l 2\n 465 114 496 161 506 210 c 0\n 529 318 464 396 358 396 c 0\n 306 396 258 378 213 342 c 0\n 183 317 140 256 131 210 c 0\n 128 192 120 183 105 183 c 0\n 89 183 89 191 89 210 c 1\n 118 343 238 438 367 438 c 0\n 499 438 575 340 547 210 c 0\nEndSplineSet\nEndChar\nStartChar: uni0578\nEncoding: 1400 1400 947\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<32 88 130 177 357 401 443 478> 381 42<125 159> 396 42<357 372>\nVStem: 457 42<313 325>\nDStem: 160 381 184 298 88 41 129 41 455 292 497 299 401 41 442 41\nFore\n500 21 m 0\n 497 7 486 0 468 0 c 2\n 358 0 l 2\n 339 0 332 7 335 21 c 0\n 338 34 348 41 367 41 c 2\n 401 41 l 1\n 455 292 l 2\n 468 357 425 396 361 396 c 0\n 328 396 295 386 265 367 c 0\n 248 356 220 333 184 298 c 1\n 129 41 l 1\n 176 41 l 2\n 194 41 202 34 199 21 c 0\n 196 7 185 0 167 0 c 2\n 33 0 l 2\n 15 0 8 7 11 21 c 0\n 14 34 24 41 42 41 c 2\n 88 41 l 1\n 160 381 l 1\n 126 381 l 2\n 107 381 100 388 103 402 c 0\n 106 416 116 423 135 423 c 2\n 210 423 l 1\n 197 361 l 1\n 259 412 317 438 370 438 c 0\n 430 438 470 415 490 369 c 0\n 500 346 502 323 497 299 c 2\n 442 41 l 1\n 477 41 l 2\n 495 41 503 34 500 21 c 0\nEndSplineSet\nEndChar\nStartChar: uni0579\nEncoding: 1401 1401 948\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<51 108 154 447> 287 40<237 425>\nVStem: 175 41<351 353>\nDStem: 192 433 232 433 177 363 217 363 426 287 474 290 108 -149 153 -149\nFore\n454 -149 m 2\n 467 -149 472 -156 469 -170 c 0\n 466 -183 458 -190 445 -190 c 2\n 52 -190 l 2\n 34 -190 26 -183 29 -169 c 0\n 32 -156 42 -149 60 -149 c 2\n 108 -149 l 1\n 426 287 l 1\n 229 287 l 1\n 185 292 167 317 177 363 c 2\n 192 433 l 2\n 195 446 203 453 216 453 c 0\n 230 453 235 446 232 433 c 2\n 217 363 l 2\n 212 339 222 327 248 327 c 2\n 474 327 l 2\n 497.257 327 479.739 298.034 474 290 c 2\n 153 -149 l 1\n 454 -149 l 2\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni057A\nEncoding: 1402 1402 949\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<330 434 476 511> -16 42<149 160 356 368> 381 41<92 127 301 335 510 545 587 632>\nVStem: 65 43<71 83>\nDStem: 128 381 178 422 67 94 109 98 336 381 387 422 279 109 319 101 474 40 587 381 434 -149 475 -149 546 381 587 381 489 109 475 -149\nFore\n150 -16 m 0\n 87.479 -16 55.6437 39.1111 67 94 c 2\n 128 381 l 1\n 93 381 l 2\n 75 381 68 388 71 401 c 0\n 74 415 84 422 102 422 c 2\n 178 422 l 1\n 109 98 l 2\n 101 59 119 26 157 26 c 0\n 191 26 231 54 279 109 c 1\n 336 381 l 1\n 302 381 l 2\n 284 381 277 388 280 401 c 0\n 283 415 293 422 311 422 c 2\n 387 422 l 1\n 319 101 l 2\n 311 62 327 26 365 26 c 0\n 398 26 439 54 489 109 c 1\n 546 381 l 1\n 511 381 l 2\n 493 381 486 388 489 401 c 0\n 492 415 502 422 520 422 c 2\n 631 422 l 2\n 649 422 657 415 654 401 c 0\n 651 388 640 381 622 381 c 2\n 587 381 l 1\n 475 -149 l 1\n 510 -149 l 2\n 528 -149 535 -156 532 -170 c 0\n 529 -183 519 -190 501 -190 c 2\n 331 -190 l 2\n 313 -190 305 -183 308 -170 c 0\n 311 -156 322 -149 340 -149 c 2\n 434 -149 l 1\n 474 40 l 1\n 431 3 392 -16 357 -16 c 0\n 314 -16 287 7 275 52 c 1\n 230 7 188 -16 150 -16 c 0\nEndSplineSet\nMinimumDistance: x25,-1 x8,16 \nEndChar\nStartChar: uni057B\nEncoding: 1403 1403 950\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<52 148 205 451> 131 40<149 369> 396 42<351 369>\nVStem: 87 48<192 204> 510 42<242 264>\nDStem: 413 71 410 22 148 -149 204 -149\nFore\n547 210 m 0\n 527 116 480 80 410 22 c 2\n 204 -149 l 1\n 456 -149 l 2\n 469 -149 473 -156 471 -170 c 0\n 468 -183 460 -190 446 -190 c 2\n 53 -190 l 2\n 35 -190 28 -183 31 -169 c 0\n 34 -156 44 -149 62 -149 c 2\n 148 -149 l 1\n 413 71 l 1\n 420 111 404 131 365 131 c 2\n 156 131 l 2\n 108 131 79 162 89 210 c 0\n 116 342 237 438 367 438 c 0\n 499 438 575 340 547 210 c 0\n506 210 m 0\n 529 318 464 396 358 396 c 0\n 306 396 258 378 213 342 c 0\n 187 320 143 265 136 224 c 0\n 131 196 135 178 149 171 c 1\n 385 171 l 2\n 426 171 447 149 449 105 c 1\n 479 136 498 171 506 210 c 0\nEndSplineSet\nEndChar\nStartChar: uni057C\nEncoding: 1404 1404 951\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<32 88 130 177 297 330 373 458> 381 42<125 159> 396 42<363 382>\nVStem: 469 44<317 336>\nDStem: 160 381 184 298 88 41 129 41 464 293 507 299 330 41 372 41\nFore\n480 21 m 0\n 477 7 466 0 448 0 c 2\n 298 0 l 2\n 280 0 272 7 275 21 c 0\n 278 34 288 41 307 41 c 2\n 330 41 l 1\n 464 293 l 2\n 485.173 356.52 441.069 396 371 396 c 0\n 333 396 299 387 270 370 c 0\n 252 359 224 335 184 298 c 1\n 129 41 l 1\n 176 41 l 2\n 194 41 202 34 199 21 c 0\n 196 7 185 0 167 0 c 2\n 33 0 l 2\n 15 0 8 7 11 21 c 0\n 14 34 24 41 42 41 c 2\n 88 41 l 1\n 160 381 l 1\n 126 381 l 2\n 108 381 100 388 103 402 c 0\n 106 416 117 423 135 423 c 2\n 210 423 l 1\n 197 361 l 1\n 253 407 298 438 380 438 c 0\n 440 438 479 419 501 375 c 0\n 513 352 516 331 513 316 c 0\n 512 312 509 302 507 299 c 2\n 372 41 l 1\n 457 41 l 2\n 475 41 483 34 480 21 c 0\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni057D\nEncoding: 1405 1405 952\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<211 230> 0 41<447 483> 381 42<108 164 402 477>\nVStem: 105 43<80 96>\nDStem: 165 381 215 423 109 117 150 117 478 381 528 423 422 117 446 41\nFore\n504 21 m 0\n 501 7 491 0 473 0 c 2\n 397 0 l 1\n 409 60 l 1\n 343 9 277 -16 212 -16 c 0\n 132 -16 92 37 109 117 c 2\n 165 381 l 1\n 110 381 l 2\n 91 381 83 388 86 402 c 0\n 89 416 100 423 119 423 c 2\n 215 423 l 1\n 150 117 l 2\n 138 63 166 25 219 25 c 0\n 286 25 353 56 422 117 c 1\n 478 381 l 1\n 403 381 l 2\n 384 381 376 388 379 402 c 0\n 382 416 393 423 412 423 c 2\n 528 423 l 1\n 446 41 l 1\n 481 41 l 2\n 499 41 507 34 504 21 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni057E\nEncoding: 1406 1406 953\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<410 495> -16 41<214 233> 381 42<111 166> 530 42<436 511>\nVStem: 107 43<82 98>\nDStem: 167 381 217 423 111 117 152 117 412 60 562 572 359 -190 409 -149 512 530 562 572 424 117 409 -149\nFore\n516 -170 m 0\n 513 -183 503 -190 484 -190 c 2\n 359 -190 l 1\n 412 60 l 1\n 345 9 280 -16 215 -16 c 0\n 135 -16 94 37 111 117 c 2\n 167 381 l 1\n 112 381 l 2\n 94 381 86 388 89 402 c 0\n 92 416 103 423 121 423 c 2\n 217 423 l 1\n 152 117 l 2\n 141 63 169 25 222 25 c 0\n 288 25 356 56 424 117 c 1\n 512 530 l 1\n 437 530 l 2\n 418 530 411 537 414 551 c 0\n 416 565 427 572 446 572 c 2\n 562 572 l 1\n 409 -149 l 1\n 493 -149 l 2\n 511 -149 519 -156 516 -170 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni057F\nEncoding: 1407 1407 954\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<236 268> 297 126<474 501> 396 42<332 348>\nVStem: 439 41<128 142>\nFore\n479 118 m 0\n 460 26 353 -16 253 -16 c 0\n 188 -16 139 0 104 33 c 1\n 99 11 90 0 77 0 c 0\n 63 0 58 9 62 27 c 2\n 80 112 l 2\n 84 130 93 139 107 139 c 0\n 121 139 126 132 123 117 c 0\n 109 50 185 25 260 25 c 0\n 339.761 25 424.884 56.1682 438 118 c 0\n 449 168 403 198 302 209 c 0\n 204.427 219.271 127.848 240.493 146 323 c 0\n 162 399 262 438 345 438 c 0\n 402 438 445 424 475 396 c 1\n 479 414 488 423 501 423 c 0\n 515 423 520 414 516 395 c 2\n 501 325 l 2\n 497 306 488 297 474 297 c 0\n 462 297 457 305 459 320 c 0\n 465 374 404 396 338 396 c 0\n 276 396 199 374 187 321 c 0\n 183 301 191 285 211 272 c 0\n 225 263 253 256 296 251 c 0\n 351 244 389 237 409 230 c 0\n 467 207 490 170 479 118 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0580\nEncoding: 1408 1408 955\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<12 68 110 157> 0 41<378 421 463 499> 381 42<146 180> 396 42<375 392>\nVStem: 477 42<313 325>\nDStem: 181 381 204 298 68 -149 109 -149 475 292 517 299 421 41 462 41\nFore\n520 21 m 0\n 517 7 507 0 489 0 c 2\n 379 0 l 2\n 360 0 352 7 355 21 c 0\n 358 34 369 41 387 41 c 2\n 421 41 l 1\n 475 292 l 2\n 488 357 445 396 381 396 c 0\n 347 396 316 386 286 367 c 0\n 268 356 241 333 204 298 c 1\n 109 -149 l 1\n 156 -149 l 2\n 174 -149 182 -156 179 -169 c 0\n 176 -183 165 -190 147 -190 c 2\n 13 -190 l 2\n -5 -190 -12 -183 -9 -169 c 0\n -6 -156 4 -149 22 -149 c 2\n 68 -149 l 1\n 181 381 l 1\n 147 381 l 2\n 128 381 120 388 123 402 c 0\n 126 416 137 423 156 423 c 2\n 231 423 l 1\n 217 361 l 1\n 279 412 336 438 390 438 c 0\n 450 438 490 415 510 369 c 0\n 520 346 522 323 517 299 c 2\n 462 41 l 1\n 497 41 l 2\n 515 41 523 34 520 21 c 0\nEndSplineSet\nEndChar\nStartChar: uni0581\nEncoding: 1409 1409 956\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -188 41<128 258> 10 42<236 258> 381 42<533 599> 396 42<316 337>\nVStem: 77 43<175 196>\nDStem: 433 101 533 381 407 -22 446 -28 501 423 533 381 485 348 446 -28\nFore\n621 402 m 0\n 618 388 607 381 588 381 c 2\n 533 381 l 1\n 446 -28 l 2\n 428 -117 334 -188 246 -188 c 2\n 129 -188 l 2\n 111 -188 104 -181 107 -168 c 0\n 110 -154 120 -147 138 -147 c 2\n 256 -147 l 2\n 306 -147 349 -123 384 -75 c 0\n 395 -61 402 -43 407 -22 c 2\n 433 101 l 1\n 376 40 313 10 244 10 c 0\n 124 10 57 107 82 224 c 0\n 107 344 218 438 335 438 c 0\n 404 438 454 408 485 348 c 1\n 501 423 l 1\n 597 423 l 2\n 616 423 624 416 621 402 c 0\n459 224 m 0\n 480 322 423 396 328 396 c 0\n 230 396 144 320 124 224 c 0\n 103 126 159 52 254 52 c 0\n 352 52 439 128 459 224 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0582\nEncoding: 1410 1410 957\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<102 200 242 469> 381 41<183 271>\nDStem: 272 380 322 422 200 41 241 41\nFore\n491 20 m 0\n 489 7 478 0 459 0 c 2\n 103 0 l 2\n 85 0 78 7 81 21 c 0\n 83 34 94 41 112 41 c 2\n 200 41 l 1\n 272 380 l 1\n 184 381 l 2\n 166 381 159 388 161 401 c 0\n 164 415 175 422 193 422 c 2\n 322 422 l 1\n 241 41 l 1\n 467 40 l 2\n 486 40 494 33 491 20 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni0583\nEncoding: 1411 1411 958\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<87 207 250 361> -16 42<133 144> 0 41<499 534> 381 41<76 111> 396 42<464 480> 530 42<317 350>\nVStem: 49 43<71 82> 519 42<338 354>\nDStem: 112 381 162 422 51 94 93 98 249 43 348 314 207 -148 249 -149 351 530 403 572 263 109 362 379 351 530 348 314 263 109 249 -149 517 324 559 328 448 0 498 41\nFore\n134 -16 m 0\n 71.479 -16 39.6437 39.1111 51 94 c 2\n 112 381 l 1\n 77 381 l 2\n 59 381 52 388 55 401 c 0\n 58 415 68 422 86 422 c 2\n 162 422 l 1\n 93 98 l 2\n 85 59 103 26 141 26 c 0\n 175 26 215 54 263 109 c 1\n 351 530 l 1\n 317 530 l 2\n 301 530 293 537 296 551 c 0\n 298 565 309 572 327 572 c 2\n 403 572 l 1\n 362 379 l 1\n 392 405 430 438 477 438 c 0\n 507 438 528 428 541 409 c 0\n 559 384 565 357 559 328 c 2\n 498 41 l 1\n 533 41 l 2\n 551 41 559 34 556 21 c 0\n 553 7 542 0 524 0 c 2\n 448 0 l 1\n 517 324 l 2\n 525 363 507 396 470 396 c 0\n 431.412 396 370.952 352.254 348 314 c 1\n 249 -149 l 1\n 359 -149 l 2\n 377 -149 385 -156 382 -169 c 0\n 380 -183 369 -190 350 -190 c 2\n 88 -190 l 2\n 70 -190 63 -183 65 -169 c 0\n 68 -156 79 -149 97 -149 c 2\n 207 -148 l 1\n 249 43 l 1\n 220 17 179 -16 134 -16 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni0584\nEncoding: 1412 1412 959\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 0 41<66 176 218 398> 381 41<158 247 299 491> 571 42<440 460>\nDStem: 248 381 289 381 176 41 217 41 270 485 311 485 257 422 298 422\nFore\n602 579 m 0\n 599 566 590 559 576 559 c 0\n 572 559 567 559 563 560 c 0\n 514 567 473 571 441 571 c 0\n 381 571 323 542 311 485 c 2\n 298 422 l 1\n 490 422 l 2\n 508 422 515 416 512 402 c 0\n 509 388 499 381 481 381 c 2\n 289 381 l 1\n 217 41 l 1\n 397 41 l 2\n 415 41 422 34 419 21 c 0\n 416 7 406 0 388 0 c 2\n 67 0 l 2\n 49 0 41 7 44 21 c 0\n 47 34 58 41 76 41 c 2\n 176 41 l 1\n 248 381 l 1\n 159 381 l 2\n 140 381 132 387 135 401 c 0\n 138 415 149 422 168 422 c 2\n 257 422 l 1\n 270 485 l 2\n 287 564 369 613 450 613 c 0\n 489 613 530 609 572 602 c 0\n 594 598 604 590 602 579 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0585\nEncoding: 1413 1413 960\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -16 41<241 273> 396 42<337 353>\nVStem: 66 42<159 176> 492 41<240 262>\nFore\n529 210 m 0\n 501 80 380 -16 252 -16 c 0\n 121 -16 44 82 71 210 c 0\n 99 342 218 438 348 438 c 0\n 480 438 556 340 529 210 c 0\n488 210 m 0\n 511 318 445 396 339 396 c 0\n 232 396 134 315 112 210 c 0\n 89 104 156 25 260 25 c 0\n 367 25 465 105 488 210 c 0\nEndSplineSet\nEndChar\nStartChar: uni0586\nEncoding: 1414 1414 961\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: -190 41<107 207 249 349> 528 44<350 350 392 490>\nVStem: 77 43<119 132> 158 43<394 405> 464 42<178 190>\nDStem: 235 -15 276 -16 207 -149 248 -149 298 279 337 272 244 26 285 25 351 528 392 530 306 318 345 311\nFore\n502 153 m 0\n 480 51 378 -11 276 -16 c 1\n 248 -149 l 1\n 348 -149 l 2\n 366 -149 373 -156 370 -170 c 0\n 367 -183 357 -190 339 -190 c 2\n 108 -190 l 2\n 90 -190 82 -183 85 -170 c 0\n 88 -156 99 -149 117 -149 c 2\n 207 -149 l 1\n 235 -15 l 1\n 148 -8 64 55 79 140 c 0\n 82 159 91 168 106 168 c 0\n 119 168 124 160 121 144 c 0\n 111 76 175 33 244 26 c 1\n 298 279 l 1\n 211 298 141 331 161 427 c 0\n 168 460 193 494 235 528 c 0\n 281 566 321 573 402 572 c 2\n 489 571 l 2\n 507 571 514 564 512 551 c 0\n 509 537 498 530 480 530 c 2\n 392 530 l 1\n 345 311 l 1\n 393 303 427 295 444 286 c 0\n 496 260 515 216 502 153 c 0\n306 318 m 1\n 351 528 l 1\n 315 528 282 518 257 499 c 0\n 225 474 207 449 202 426 c 0\n 188 358 236 333 306 318 c 1\n461 155 m 0\n 471 200 455 232 414 252 c 0\n 402 258 376 265 337 272 c 1\n 285 25 l 1\n 365 30 445 77 461 155 c 0\nEndSplineSet\nEndChar\nStartChar: uni0587\nEncoding: 1415 1415 962\nWidth: 600\nFlags: H\nLigature: 8 1 'liga' uni0565 uni0582\nEndChar\nStartChar: uni0588\nEncoding: 1416 1416 963\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni0589\nEncoding: 1417 1417 964\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni058A\nEncoding: 1418 1418 965\nWidth: 600\nVWidth: 1024\nFlags: HW\nHStem: 235 36<293 313>\nFore\n435 307 m 0\n 432 294 413 277 377 254 c 0\n 357 241 330 235 294 235 c 0\n 259 235 234 241 219 254 c 0\n 194 277 182 294 185 307 c 0\n 187 320 195 326 209 326 c 0\n 216 326 224 318 234 302 c 0\n 245 281 268 271 302 271 c 0\n 336 271 363 281 384 302 c 0\n 400 318 412 326 420 326 c 0\n 432 326 437 320 435 307 c 0\nEndSplineSet\nEndChar\nStartChar: afii57799\nEncoding: 1456 1456 966\nWidth: 600\nFlags: HW\nHStem: -236 59 -119 59<279 283>\nFore\n262 -178 m 0\n 278 -178 289 -191 285 -207 c 0\n 282 -223 266 -236 250 -236 c 0\n 234 -236 223 -223 227 -207 c 0\n 230 -191 246 -178 262 -178 c 0\n287 -60 m 0\n 303 -60 314 -73 310 -89 c 0\n 307 -106 291 -119 275 -119 c 0\n 259 -119 248 -106 252 -89 c 0\n 255 -73 271 -60 287 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57801\nEncoding: 1457 1457 967\nWidth: 600\nFlags: HW\nHStem: -236 59 -119 59<161.5 165 279 283 397 400.5>\nFore\n203 -178 m 0\n 220 -178 230 -191 227 -207 c 0\n 223 -223 207 -236 191 -236 c 0\n 175 -236 164 -223 168 -207 c 0\n 171 -191 187 -178 203 -178 c 0\n170 -60 m 0\n 186 -60 196 -73 193 -89 c 0\n 189 -106 173 -119 157 -119 c 0\n 141 -119 130 -106 134 -89 c 0\n 137 -73 153 -60 170 -60 c 0\n380 -178 m 0\n 396 -178 406 -191 403 -207 c 0\n 400 -223 384 -236 367 -236 c 0\n 351 -236 341 -223 344 -207 c 0\n 348 -191 364 -178 380 -178 c 0\n405 -60 m 0\n 421 -60 432 -73 428 -89 c 0\n 425 -106 409 -119 392 -119 c 0\n 376 -119 366 -106 369 -89 c 0\n 373 -73 389 -60 405 -60 c 0\n287 -60 m 0\n 303 -60 314 -73 310 -89 c 0\n 307 -106 291 -119 275 -119 c 0\n 259 -119 248 -106 252 -89 c 0\n 255 -73 271 -60 287 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57800\nEncoding: 1458 1458 968\nWidth: 600\nFlags: HW\nHStem: -236 59 -101 41<161 287>\nFore\n161 -60 m 2\n 296 -60 l 2\n 307 -60 314 -69 312 -80 c 0\n 309 -92 298 -101 287 -101 c 2\n 152 -101 l 2\n 141 -101 133 -92 136 -80 c 0\n 138 -69 149 -60 161 -60 c 2\n380 -178 m 0\n 396 -178 406 -191 403 -207 c 0\n 400 -223 384 -236 367 -236 c 0\n 351 -236 341 -223 344 -207 c 0\n 348 -191 364 -178 380 -178 c 0\n405 -60 m 0\n 421 -60 432 -73 428 -89 c 0\n 425 -106 409 -119 392 -119 c 0\n 376 -119 366 -106 369 -89 c 0\n 373 -73 389 -60 405 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57802\nEncoding: 1459 1459 969\nWidth: 600\nFlags: HW\nHStem: -236 59 -101 41<160 198 239 239 239 287>\nFore\n198 -101 m 1\n 152 -101 l 2\n 140 -101 133 -92 135 -80 c 0\n 138 -69 149 -60 160 -60 c 2\n 295 -60 l 2\n 307 -60 314 -69 312 -80 c 0\n 309 -92 298 -101 287 -101 c 2\n 239 -101 l 1\n 217 -200 l 1\n 215 -211 204 -220 193 -220 c 0\n 181 -220 174 -211 176 -200 c 1\n 198 -101 l 1\n380 -178 m 0\n 396 -178 406 -191 403 -207 c 0\n 400 -223 384 -236 367 -236 c 0\n 351 -236 341 -223 344 -207 c 0\n 348 -191 364 -178 380 -178 c 0\n405 -60 m 0\n 421 -60 432 -73 428 -89 c 0\n 425 -106 409 -119 392 -119 c 0\n 376 -119 366 -106 369 -89 c 0\n 373 -73 389 -60 405 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57793\nEncoding: 1460 1460 970\nWidth: 600\nFlags: HW\nHStem: -119 59\nFore\n287 -60 m 2\n 303 -60 314 -73 310 -89 c 0\n 307 -106 291 -119 275 -119 c 0\n 259 -119 248 -106 252 -89 c 0\n 255 -73 271 -60 287 -60 c 2\nEndSplineSet\nEndChar\nStartChar: afii57794\nEncoding: 1461 1461 971\nWidth: 600\nFlags: HW\nHStem: -119 59<220 224 338 342>\nFore\n228 -60 m 0\n 245 -60 255 -73 252 -89 c 0\n 248 -106 232 -119 216 -119 c 0\n 200 -119 189 -106 193 -89 c 0\n 196 -73 212 -60 228 -60 c 0\n346 -60 m 0\n 362 -60 373 -73 369 -89 c 0\n 366 -106 350 -119 334 -119 c 0\n 317 -119 307 -106 310 -89 c 0\n 314 -73 330 -60 346 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57795\nEncoding: 1462 1462 972\nWidth: 600\nFlags: HW\nHStem: -236 59 -119 59<220 224 338 342>\nFore\n262 -178 m 0\n 278 -178 289 -191 285 -207 c 0\n 282 -223 266 -236 250 -236 c 0\n 234 -236 223 -223 227 -207 c 0\n 230 -191 246 -178 262 -178 c 0\n228 -60 m 0\n 245 -60 255 -73 252 -89 c 0\n 248 -106 232 -119 216 -119 c 0\n 200 -119 189 -106 193 -89 c 0\n 196 -73 212 -60 228 -60 c 0\n346 -60 m 0\n 362 -60 373 -73 369 -89 c 0\n 366 -106 350 -119 334 -119 c 0\n 317 -119 307 -106 310 -89 c 0\n 314 -73 330 -60 346 -60 c 0\nEndSplineSet\nEndChar\nStartChar: afii57798\nEncoding: 1463 1463 973\nWidth: 600\nFlags: HW\nHStem: -101 41<219.75 220 220 346.75>\nFore\n220 -60 m 1\n 355 -60 l 2\n 367 -60 374 -69 371 -80 c 0\n 369 -92 358 -101 347 -101 c 2\n 212 -101 l 2\n 200 -101 193 -92 195 -80 c 0\n 198 -69 209 -60 220 -60 c 1\nEndSplineSet\nEndChar\nStartChar: afii57797\nEncoding: 1464 1464 974\nWidth: 600\nFlags: HW\nHStem: -101 41<220 258 299 299 299 347>\nFore\n258 -101 m 1\n 212 -101 l 2\n 200 -101 193 -92 195 -80 c 0\n 198 -69 209 -60 220 -60 c 2\n 355 -60 l 2\n 367 -60 374 -69 372 -80 c 0\n 369 -92 358 -101 347 -101 c 2\n 299 -101 l 1\n 277 -200 l 1\n 275 -211 264 -220 253 -220 c 0\n 241 -220 234 -211 236 -200 c 1\n 258 -101 l 1\nEndSplineSet\nEndChar\nStartChar: afii57806\nEncoding: 1465 1465 975\nWidth: 600\nFlags: HW\nHStem: 540 59\nFore\n127 599 m 2\n 144 599 154 586 150 569 c 0\n 147 553 131 540 115 540 c 0\n 99 540 88 553 92 569 c 0\n 95 586 111 599 127 599 c 2\nEndSplineSet\nEndChar\nStartChar: afii57796\nEncoding: 1467 1467 976\nWidth: 600\nFlags: HW\nHStem: -236 59 -178 59<267 270> -119 59<161.5 165>\nFore\n275 -119 m 0\n 291 -119 301 -132 298 -148 c 0\n 294 -164 278 -178 262 -178 c 0\n 246 -178 236 -164 239 -148 c 0\n 243 -132 259 -119 275 -119 c 0\n170 -60 m 0\n 186 -60 196 -73 193 -89 c 0\n 189 -106 173 -119 157 -119 c 0\n 141 -119 130 -106 134 -89 c 0\n 137 -73 153 -60 170 -60 c 0\n380 -178 m 0\n 396 -178 406 -191 403 -207 c 0\n 400 -223 384 -236 367 -236 c 0\n 351 -236 341 -223 344 -207 c 0\n 348 -191 364 -178 380 -178 c 0\nEndSplineSet\nEndChar\nStartChar: afii57807\nEncoding: 1468 1468 977\nWidth: 600\nFlags: HW\nHStem: 211 59\nFore\n357 270 m 2\n 374 270 384 257 381 241 c 0\n 377 224 361 211 345 211 c 0\n 329 211 318 224 322 241 c 0\n 325 257 341 270 357 270 c 2\nEndSplineSet\nEndChar\nStartChar: afii57839\nEncoding: 1469 1469 978\nWidth: 600\nFlags: HW\nFore\n234 -216 m 1\n 262 -80 l 1\n 265 -69 276 -60 287 -60 c 0\n 299 -60 306 -69 303 -80 c 1\n 275 -216 l 1\n 272 -227 261 -236 250 -236 c 0\n 239 -236 231 -227 234 -216 c 1\nEndSplineSet\nEndChar\nStartChar: afii57645\nEncoding: 1470 1470 979\nWidth: 600\nFlags: HW\nHStem: 439 41<223 573>\nFore\n223 480 m 2\n 582 480 l 2\n 593 480 600 471 598 460 c 0\n 595 448 584 439 573 439 c 2\n 214 439 l 2\n 202 439 195 448 198 460 c 0\n 200 471 211 480 223 480 c 2\nEndSplineSet\nEndChar\nStartChar: afii57841\nEncoding: 1471 1471 980\nWidth: 600\nFlags: HW\nHStem: 540 41<356.5 357 357 483.5>\nFore\n357 581 m 2\n 356 581 l 1\n 492 581 l 2\n 504 581 510 572 508 560 c 0\n 506 549 494 540 484 540 c 2\n 348 540 l 2\n 336 540 330 549 332 560 c 0\n 334 572 346 581 357 581 c 2\nEndSplineSet\nEndChar\nStartChar: afii57842\nEncoding: 1472 1472 981\nWidth: 600\nFlags: HW\nFore\n258 -100 m 1\n 403 580 l 1\n 405 591 416 600 428 600 c 0\n 439 600 446 591 444 580 c 1\n 299 -100 l 1\n 297 -111 286 -120 274 -120 c 0\n 263 -120 256 -111 258 -100 c 1\nEndSplineSet\nEndChar\nStartChar: afii57804\nEncoding: 1473 1473 982\nWidth: 600\nFlags: HW\nHStem: 540 59\nFore\n676 599 m 2\n 692 599 702 586 699 569 c 0\n 696 553 680 540 663 540 c 0\n 647 540 637 553 640 569 c 0\n 644 586 660 599 676 599 c 2\nEndSplineSet\nEndChar\nStartChar: afii57803\nEncoding: 1474 1474 983\nWidth: 600\nFlags: HW\nHStem: 540 59\nFore\n206 599 m 2\n 222 599 232 586 229 569 c 0\n 226 553 210 540 193 540 c 0\n 177 540 167 553 170 569 c 0\n 174 586 190 599 206 599 c 2\nEndSplineSet\nEndChar\nStartChar: afii57658\nEncoding: 1475 1475 984\nWidth: 600\nFlags: HW\nHStem: -15 131 285 132\nFore\n320 116 m 2\n 330 116 l 2\n 369 116 393 88 385 51 c 0\n 377 13 341 -15 302 -15 c 2\n 292 -15 l 2\n 253 -15 229 14 237 51 c 0\n 245 88 281 116 320 116 c 2\n384 417 m 2\n 394 417 l 2\n 433 417 456 388 449 351 c 0\n 441 314 405 285 366 285 c 2\n 356 285 l 2\n 317 285 293 314 301 351 c 0\n 308 388 345 417 384 417 c 2\nEndSplineSet\nEndChar\nStartChar: uni05C4\nEncoding: 1476 1476 985\nWidth: 600\nFlags: HW\nHStem: 674 60<447.5 451.5>\nFore\n456 734 m 0\n 473 734 483 721 480 704 c 0\n 476 687 460 674 443 674 c 0\n 427 674 416 687 420 704 c 0\n 423 721 439 734 456 734 c 0\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 986\nWidth: 600\nFlags: HW\nHStem: 0 41<110 154> 439 41<548 592>\nFore\n419 191 m 1\n 492 217 553 249 565 313 c 1\n 592 439 l 1\n 540 439 l 2\n 528 439 521 448 523 459 c 0\n 526 471 537 480 548 480 c 2\n 642 480 l 1\n 606 313 l 1\n 588 228 514 186 444 159 c 1\n 541 35 l 2\n 548 27 545 14 535 6 c 0\n 525 -2 512 -2 506 6 c 2\n 283 289 l 1\n 207 263 149 230 136 167 c 2\n 110 41 l 1\n 162 41 l 2\n 174 41 181 32 179 20 c 0\n 176 9 165 0 154 0 c 2\n 60 0 l 1\n 95 167 l 1\n 114 250 185 294 258 321 c 1\n 161 445 l 2\n 154 453 157 466 167 474 c 0\n 176 482 189 482 196 474 c 2\n 419 191 l 1\nEndSplineSet\nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 987\nWidth: 600\nFlags: HW\nHStem: 0 41<89 418 459 540> 439 41<183 377>\nVStem: 482 41\nFore\n418 41 m 1\n 476 313 l 1\n 485 358 487 380 465 408 c 0\n 443 436 421 439 377 439 c 2\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 385 480 l 2\n 431 480 472 475 501 437 c 0\n 531 400 527 358 517 313 c 1\n 459 41 l 1\n 548 41 l 2\n 560 41 567 32 564 20 c 0\n 562 9 551 0 540 0 c 2\n 80 0 l 2\n 69 0 62 9 64 20 c 0\n 67 32 78 41 89 41 c 2\n 418 41 l 1\nEndSplineSet\nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 988\nWidth: 600\nFlags: HW\nHStem: 439 41\nVStem: 462 41\nFore\n429 185 m 1\n 456 313 l 1\n 465 360 467 380 445 408 c 0\n 422 436 405 438 357 439 c 2\n 284 439 l 2\n 272 439 265 448 267 460 c 0\n 270 471 281 480 292 480 c 2\n 365 480 l 2\n 414 481 452 475 481 437 c 0\n 510 401 507 360 497 313 c 2\n 466 169 l 1\n 472 25 l 1\n 472 14 463 3 451 1 c 0\n 440 -2 430 5 430 16 c 1\n 425 145 l 1\n 396 141 335 132 297 112 c 0\n 244 86 172 9 172 9 c 1\n 164 -1 150 -3 143 4 c 0\n 135 10 135 23 144 32 c 0\n 145 33 217 113 285 148 c 0\n 333 172 397 182 429 185 c 1\nEndSplineSet\nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 989\nWidth: 600\nFlags: HW\nHStem: 439 41<183 482 482 483 524 524 524 613>\nFore\n483 439 m 1\n 174 439 l 1\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 621 480 l 2\n 633 480 640 471 638 460 c 0\n 635 448 624 439 613 439 c 2\n 524 439 l 1\n 436 20 l 1\n 433 9 422 0 411 0 c 0\n 399 0 392 9 395 20 c 1\n 483 439 l 1\nEndSplineSet\nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 990\nWidth: 600\nFlags: HW\nHStem: 439 41<183 466>\nVStem: 572 41\nFore\n99 21 m 1\n 153 277 l 1\n 156 288 167 297 178 297 c 0\n 190 297 197 288 194 277 c 1\n 140 21 l 1\n 138 10 127 1 115 1 c 0\n 104 1 97 10 99 21 c 1\n606 313 m 1\n 544 20 l 1\n 542 9 531 0 519 0 c 0\n 508 0 501 9 503 20 c 1\n 565 313 l 1\n 574 358 577 380 555 408 c 0\n 532 436 514 438 466 439 c 2\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 523 481 562 475 590 437 c 1\n 620 400 617 358 606 313 c 1\nEndSplineSet\nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 991\nWidth: 600\nFlags: HW\nHStem: 439 41<292 373>\nFore\n422 480 m 1\n 325 20 l 1\n 322 9 311 0 300 0 c 0\n 289 0 281 9 284 20 c 1\n 373 439 l 1\n 284 439 l 2\n 272 439 265 448 267 460 c 0\n 270 471 281 480 292 480 c 2\n 422 480 l 1\nEndSplineSet\nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 992\nWidth: 600\nFlags: HW\nHStem: 439 41<256 373 414 414 414 540>\nFore\n373 439 m 1\n 247 439 l 2\n 236 439 228 448 231 460 c 0\n 233 471 244 480 256 480 c 2\n 548 480 l 2\n 560 480 567 471 564 460 c 0\n 562 448 551 439 540 439 c 2\n 414 439 l 1\n 325 20 l 1\n 322 9 311 0 300 0 c 0\n 289 0 281 9 284 20 c 1\n 373 439 l 1\nEndSplineSet\nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 993\nWidth: 600\nFlags: HW\nHStem: 439 41<183 260 318 466 318 318>\nVStem: 571 41\nFore\n318 439 m 1\n 247 381 l 2\n 225.956 362.587 210.07 348.302 204 322 c 1\n 140 20 l 1\n 138 9 127 0 115 0 c 0\n 104 0 97 9 99 20 c 1\n 163 322 l 2\n 167 340 174 354 184 367 c 1\n 203.835 398.971 232.706 415.632 260 439 c 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 521 481 561 475 590 437 c 0\n 620 400 617 358 606 313 c 1\n 544 20 l 1\n 542 9 531 0 519 0 c 0\n 508 0 501 9 503 20 c 1\n 565 313 l 1\n 574 358 577 380 555 408 c 0\n 532 436 512 438 466 439 c 2\n 318 439 l 1\nEndSplineSet\nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 994\nWidth: 600\nFlags: HW\nHStem: 0 41<271 368> 439 41<145 189 493 587 493 493>\nVStem: 124 42\nFore\n493 439 m 1\n 349 301 l 1\n 341 292 327 290 320 297 c 0\n 312 303 313 316 322 325 c 2\n 481 480 l 1\n 637 480 l 1\n 570 167 l 1\n 561 121 547 79 501 43 c 1\n 456 5 413 0 368 0 c 2\n 262 0 l 2\n 215 -1 176 5 147 43 c 1\n 117 79 121 121 131 167 c 2\n 189 439 l 1\n 136 439 l 2\n 125 439 118 448 120 460 c 0\n 122 471 134 480 145 480 c 1\n 239 480 l 1\n 214.231 378.102 195.39 270.277 172 167 c 1\n 163 121 161 100 182 72 c 1\n 205 44 224 42 271 41 c 2\n 377 41 l 2\n 421 41 444 44 478 72 c 0\n 512 100 519 121 529 167 c 2\n 587 439 l 1\n 493 439 l 1\nEndSplineSet\nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 995\nWidth: 600\nFlags: HW\nHStem: 439 41<292 373>\nFore\n422 480 m 1\n 371 240 l 1\n 369 229 358 219 347 219 c 0\n 335 219 328 229 330 240 c 1\n 373 439 l 1\n 284 439 l 2\n 272 439 265 448 267 460 c 0\n 270 471 281 480 292 480 c 2\n 422 480 l 1\nEndSplineSet\nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 996\nWidth: 600\nFlags: HW\nHStem: 439 41\nVStem: 531 41\nFore\n565 313 m 1\n 457 -199 l 1\n 454 -210 443 -219 432 -219 c 0\n 420 -219 413 -210 416 -199 c 1\n 524 313 l 2\n 534 360 536 380 514 408 c 0\n 491 436 472 438 425 439 c 2\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 434 480 l 2\n 481 481 521 475 549 437 c 1\n 579 401 576 360 565 313 c 1\nEndSplineSet\nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 997\nWidth: 600\nFlags: HW\nHStem: 0 41<88.8906 331.891 331.891 332> 439 41<182.891 424.891>\nVStem: 531 41\nFore\n332 0 m 1\n 80 0 l 2\n 69 0 62 9 64 20 c 0\n 67 32 78 41 89 41 c 2\n 341 41 l 2\n 387 42 408 44 443 72 c 0\n 476 100 483 121 493 167 c 2\n 524 313 l 1\n 533 357 536 380 514 408 c 0\n 491 436 471 438 425 439 c 2\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 434 480 l 2\n 480 481 520 475 549 437 c 0\n 579 400 575 357 565 313 c 1\n 534 167 l 1\n 525 121 511 79 465 43 c 1\n 421 5 378 -1 332 0 c 1\nEndSplineSet\nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 998\nWidth: 600\nFlags: HW\nHStem: 439 41\nFore\n545 225 m 2\n 279 6 l 2\n 269 -2 256 -2 250 6 c 0\n 244 14 247 27 256 35 c 2\n 522 254 l 2\n 546.745 274.378 559.623 283.429 565 313 c 1\n 592 439 l 1\n 153 439 l 1\n 187 597 l 1\n 189 608 200 617 212 617 c 0\n 223 617 230 608 228 597 c 1\n 203 480 l 1\n 642 480 l 1\n 630.758 423.576 617.787 368.879 606 313 c 1\n 598.837 272.409 571.599 246.905 545 225 c 2\nEndSplineSet\nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 999\nWidth: 600\nFlags: HW\nHStem: 0 41<146 508> 439 41<183 307 365 365 365 466>\nVStem: 572 41\nFore\n365 439 m 1\n 239 335 l 2\n 218.695 317.402 203.394 302.881 196 277 c 1\n 146 41 l 1\n 508 41 l 1\n 565 313 l 1\n 575 359 577 380 555 408 c 0\n 532 436 512 438 466 439 c 2\n 365 439 l 1\n307 439 m 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 521 481 561 475 590 437 c 0\n 620 400 617 359 606 313 c 1\n 540 0 l 1\n 97 0 l 1\n 155 277 l 1\n 164.798 315.994 190.427 344.037 217 364 c 1\n 307 439 l 1\nEndSplineSet\nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 1000\nWidth: 600\nFlags: HW\nHStem: 0 41<272 508> 439 41<183 190 365 466>\nVStem: 572 41\nFore\n215 363 m 1\n 217 364 l 1\n 365 480 l 1\n 456.843 475.337 545.44 499.793 590 437 c 1\n 620 401 617 360 606 313 c 1\n 540 0 l 1\n 263 0 l 2\n 252 0 245 9 247 20 c 0\n 250 32 261 41 272 41 c 2\n 508 41 l 1\n 565 313 l 2\n 575 360 577 380 555 408 c 0\n 532 436 513 438 466 439 c 2\n 365 439 l 1\n 239 335 l 2\n 221 320 220 319 209 304 c 0\n 203 296 203 290 196 274 c 1\n 142 20 l 1\n 140 9 128 0 117 0 c 0\n 106 0 99 9 101 20 c 1\n 190 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 1\n 240 480 l 1\n 230.275 442.392 223.503 401.83 215 363 c 1\nEndSplineSet\nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 1001\nWidth: 600\nFlags: HW\nHStem: 439 41<292 373>\nFore\n422 480 m 1\n 278 -199 l 1\n 276 -210 265 -219 253 -219 c 0\n 242 -219 235 -210 237 -199 c 1\n 373 439 l 1\n 284 439 l 2\n 272 439 265 448 267 460 c 0\n 270 471 281 480 292 480 c 2\n 422 480 l 1\nEndSplineSet\nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 1002\nWidth: 600\nFlags: HW\nHStem: 0 41<162 398> 439 41<329 357>\nVStem: 462 41\nFore\n430 0 m 1\n 154 0 l 1\n 142 0 135 9 138 20 c 0\n 140 32 151 41 162 41 c 2\n 398 41 l 1\n 456 313 l 1\n 465 359 467 380 445 408 c 0\n 423 436 403 438 357 439 c 2\n 320 439 l 2\n 309 439 302 448 304 460 c 0\n 306 471 318 480 329 480 c 2\n 365 480 l 2\n 412 481 452 475 481 437 c 0\n 510 400 507 359 497 313 c 1\n 473.812 209.52 454.68 101.988 430 0 c 1\nEndSplineSet\nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 1003\nWidth: 600\nFlags: HW\nHStem: 0 41<272 403> 439 41<183 307 365 365 365 466>\nVStem: 125 42 572 41\nFore\n365 439 m 1\n 239 335 l 2\n 219.308 317.933 202 303 196 277 c 1\n 173 167 l 1\n 164 121 162 100 183 72 c 1\n 206 44 227 41 272 41 c 2\n 403 41 l 1\n 493 114 l 1\n 514.571 132.3 529.236 146.912 536 173 c 1\n 565 313 l 1\n 574 358 577 380 555 408 c 0\n 532 436 512 438 466 439 c 2\n 365 439 l 1\n307 439 m 1\n 174 439 l 2\n 162 439 155 448 158 459 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 521 480 561 475 590 437 c 0\n 620 400 617 358 606 313 c 1\n 577 173 l 1\n 573 155 566 141 556 128 c 1\n 544 109 533 99 515 85 c 2\n 419 6 l 1\n 414.913 2.75434 411.466 -1.13292 403 0 c 1\n 263 0 l 2\n 218 -1 177 5 148 43 c 1\n 118 79 122 121 132 167 c 1\n 155 277 l 1\n 164.021 314.225 190.761 344.946 217 364 c 1\n 307 439 l 1\nEndSplineSet\nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 1004\nWidth: 600\nFlags: HW\nHStem: 0 41<89 248 289 337> 439 41<183 266 512 590>\nFore\n248 41 m 1\n 266 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 310 480 l 1\n 289 41 l 1\n 356.227 42.2587 405.646 33.3526 447 72 c 1\n 464 84 484 126 498 169 c 1\n 590 439 l 1\n 503 439 l 2\n 492 439 484 448 487 460 c 0\n 489 471 500 480 512 480 c 2\n 645 480 l 1\n 538 164 l 1\n 522 118 505 72 469 42 c 0\n 425 6 383 -1 337 0 c 2\n 80 0 l 2\n 69 0 62 9 64 20 c 0\n 67 32 78 41 89 41 c 2\n 248 41 l 1\nEndSplineSet\nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 1005\nWidth: 600\nFlags: HW\nHStem: 219 41<193 347> 439 41<183 307 365 466 365 365>\nVStem: 572 41\nFore\n365 439 m 1\n 239 335 l 2\n 214.694 313.935 199.949 299.376 193 260 c 1\n 355 260 l 2\n 367 260 374 251 371 240 c 0\n 369 229 358 219 347 219 c 1\n 143 219 l 1\n 147.75 237.583 151.339 257.328 155 277 c 1\n 164.021 314.225 190.761 344.946 217 364 c 1\n 307 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 522 481 562 475 590 437 c 1\n 620 400 617 358 606 313 c 1\n 498 -199 l 1\n 495 -210 484 -219 473 -219 c 0\n 461 -219 454 -210 457 -199 c 1\n 565 313 l 1\n 574 358 577 380 555 408 c 0\n 532 436 513 438 466 439 c 2\n 365 439 l 1\nEndSplineSet\nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 1006\nWidth: 600\nFlags: HW\nHStem: 0 41<89 373> 219 41<193 347> 439 41<183 307 365 466 365 365>\nVStem: 572 41\nFore\n365 439 m 1\n 239 335 l 2\n 214.808 314.264 199.98 299.551 193 260 c 1\n 355 260 l 2\n 367 260 374 251 371 240 c 0\n 369 229 358 219 347 219 c 1\n 143 219 l 1\n 147.75 237.583 151.339 257.328 155 277 c 1\n 164.376 315.571 191.387 344.998 217 364 c 1\n 307 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 522 481 562 475 590 437 c 1\n 620 400 617 359 606 313 c 1\n 575 167 l 1\n 566 122 552 80 506 43 c 0\n 461 5 418 0 373 0 c 2\n 81 0 l 2\n 69 0 62 9 64 20 c 0\n 67 32 78 41 89 41 c 2\n 382 41 l 2\n 427 41 449 44 484 72 c 0\n 517 100 524 122 534 167 c 1\n 565 313 l 2\n 575 359 577 380 555 408 c 0\n 532 436 513 438 466 439 c 2\n 365 439 l 1\nEndSplineSet\nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 1007\nWidth: 600\nFlags: HW\nHStem: 439 41<183 263 512 592>\nFore\n343 272 m 1\n 587 415 l 1\n 592 439 l 1\n 503 439 l 2\n 492 439 484 448 487 460 c 0\n 489 471 500 480 512 480 c 2\n 642 480 l 1\n 624 394 l 1\n 349 232 l 1\n 258 -199 l 1\n 255 -210 244 -219 233 -219 c 0\n 221 -219 214 -210 217 -199 c 1\n 309 235 l 1\n 256 405 l 1\n 263 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 313 480 l 1\n 298 410 l 1\n 343 272 l 1\nEndSplineSet\nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 1008\nWidth: 600\nFlags: HW\nHStem: 0 41<80 499> 439 41<174 254 503 583>\nFore\n396 277 m 1\n 397 277 l 1\n 578 414 l 1\n 583 439 l 1\n 494 439 l 2\n 483 439 476 448 478 460 c 0\n 480 471 491 480 503 480 c 2\n 633 480 l 1\n 615 395 l 1\n 419 248 l 1\n 549 84 l 1\n 531 0 l 1\n 72 0 l 2\n 60 0 53 9 55 20 c 0\n 58 32 69 41 80 41 c 2\n 499 41 l 1\n 504 67 l 1\n 247 405 l 1\n 254 439 l 1\n 165 439 l 2\n 154 439 146 448 149 460 c 0\n 151 471 162 480 174 480 c 2\n 304 480 l 1\n 290 413 l 1\n 396 277 l 1\nEndSplineSet\nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 1009\nWidth: 600\nFlags: HW\nHStem: 439 41\nFore\n520 169 m 1\n 265 4 l 2\n 255 -3 242 -1 238 8 c 0\n 233 17 237 30 248 37 c 2\n 502 201 l 2\n 523.659 215.439 535.263 228.985 543 258 c 1\n 581 439 l 1\n 163 439 l 2\n 151 439 144 448 147 460 c 0\n 149 471 160 480 171 480 c 1\n 631 480 l 1\n 626 460 l 1\n 584 258 l 2\n 576.636 221.18 548.11 187.189 520 169 c 1\n222 277 m 1\n 121 -199 l 1\n 118 -210 107 -219 96 -219 c 0\n 85 -219 77 -210 80 -199 c 1\n 181 277 l 1\n 183 288 194 297 206 297 c 0\n 217 297 224 288 222 277 c 1\nEndSplineSet\nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 1010\nWidth: 600\nFlags: HW\nHStem: 439 41\nVStem: 572 41\nFore\n606 313 m 1\n 544 20 l 1\n 542 9 531 -0 519 -0 c 0\n 508 -0 501 9 503 20 c 1\n 565 313 l 1\n 574 358 577 380 555 408 c 0\n 532 436 514 438 466 439 c 2\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 523 481 562 475 590 437 c 1\n 620 400 617 358 606 313 c 1\nEndSplineSet\nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 1011\nWidth: 600\nFlags: HW\nHStem: 0 41<100.562 250.562 291.562 363.562> 439 41<184.562 237.562 184.562 184.562 364.562 365 365 384.562 425.562 447.562 425.562 425.562 575.562 616.562>\nFore\n365 480 m 1\n 457 480 l 2\n 468 480 475 471 473 460 c 0\n 471 448 459 439 448 439 c 2\n 426 439 l 1\n 292 41 l 1\n 373 41 l 2\n 417 41 440 44 475 72 c 0\n 494 87 512 125 526 169 c 1\n 617 439 l 1\n 567 439 l 2\n 556 439 548 448 551 460 c 0\n 553 471 564 480 576 480 c 2\n 672 480 l 1\n 566 164 l 1\n 550 119 534 73 497 43 c 0\n 452 5 409 0 364 0 c 2\n 51 0 l 1\n 153 480 l 1\n 247 480 l 2\n 258 480 265 471 263 460 c 0\n 260 448 249 439 238 439 c 2\n 185 439 l 1\n 101 41 l 1\n 251 41 l 1\n 385 439 l 1\n 357 439 l 2\n 345 439 338 448 341 460 c 0\n 343 471 354 480 365 480 c 1\nEndSplineSet\nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 1012\nWidth: 600\nFlags: HW\nHStem: 0 41<53 80> 439 41<183 263 304 466 304 304>\nVStem: 572 41\nFore\n304 439 m 1\n 238 130 l 1\n 231 94 220 62 184 33 c 0\n 150 4 116 -1 80 0 c 2\n 44 0 l 2\n 33 0 25 9 28 20 c 0\n 30 32 41 41 53 41 c 2\n 89 41 l 2\n 125 42 137 43 162 62 c 1\n 186 83 189 94 197 130 c 1\n 263 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 1\n 475 480 l 1\n 522 481 562 475 590 437 c 1\n 620 401 618 362 606 313 c 1\n 544 20 l 1\n 542 9 531 0 519 0 c 0\n 508 0 501 9 503 20 c 1\n 565 313 l 1\n 575 362 577 379 555 408 c 0\n 532 436 513 438 466 439 c 2\n 304 439 l 1\nEndSplineSet\nEndChar\nStartChar: afii57716\nEncoding: 1520 1520 1013\nWidth: 600\nFlags: HW\nHStem: 439 41<212 293 422 503>\nFore\n342 480 m 1\n 245 20 l 1\n 242 9 231 0 220 0 c 0\n 209 0 201 9 204 20 c 1\n 293 439 l 1\n 204 439 l 2\n 192 439 185 448 187 460 c 0\n 190 471 201 480 212 480 c 2\n 342 480 l 1\n552 480 m 1\n 455 20 l 1\n 452 9 441 0 430 0 c 0\n 419 0 411 9 414 20 c 1\n 503 439 l 1\n 414 439 l 2\n 402 439 395 448 397 460 c 0\n 400 471 411 480 422 480 c 2\n 552 480 l 1\nEndSplineSet\nEndChar\nStartChar: afii57717\nEncoding: 1521 1521 1014\nWidth: 600\nFlags: HW\nHStem: 439 41<212 293 422 503>\nFore\n552 480 m 1\n 455 20 l 1\n 452 9 441 0 430 0 c 0\n 419 0 411 9 414 20 c 1\n 503 439 l 1\n 414 439 l 2\n 402 439 395 448 397 460 c 0\n 400 471 411 480 422 480 c 2\n 552 480 l 1\n342 480 m 1\n 291 240 l 1\n 289 229 278 219 267 219 c 0\n 255 219 248 229 250 240 c 1\n 293 439 l 1\n 204 439 l 2\n 192 439 185 448 187 460 c 0\n 190 471 201 480 212 480 c 2\n 342 480 l 1\nEndSplineSet\nEndChar\nStartChar: afii57718\nEncoding: 1522 1522 1015\nWidth: 600\nFlags: HW\nHStem: 439 41<212 293 422 503>\nFore\n342 480 m 1\n 291 240 l 1\n 289 229 278 219 267 219 c 0\n 255 219 248 229 250 240 c 1\n 293 439 l 1\n 204 439 l 2\n 192 439 185 448 187 460 c 0\n 190 471 201 480 212 480 c 2\n 342 480 l 1\n552 480 m 1\n 501 240 l 1\n 499 229 488 219 477 219 c 0\n 465 219 458 229 460 240 c 1\n 503 439 l 1\n 414 439 l 2\n 402 439 395 448 397 460 c 0\n 400 471 411 480 422 480 c 2\n 552 480 l 1\nEndSplineSet\nEndChar\nStartChar: uni05F3\nEncoding: 1523 1523 1016\nWidth: 600\nFlags: HW\nHStem: 584 20<404 498 498 498>\nFore\n404 604 m 1\n 498 604 l 1\n 385 351 l 1\n 376 326 365 315 347 315 c 0\n 329 315 322 326 325 351 c 1\n 404 604 l 1\nEndSplineSet\nEndChar\nStartChar: uni05F4\nEncoding: 1524 1524 1017\nWidth: 600\nFlags: HW\nHStem: 584 20<312 406 406 406 492 586 586 586>\nFore\n312 604 m 1\n 406 604 l 1\n 293 351 l 1\n 284 326 273 315 255 315 c 0\n 237 315 230 326 233 351 c 1\n 312 604 l 1\n492 604 m 1\n 586 604 l 1\n 473 351 l 1\n 464 326 453 315 435 315 c 0\n 417 315 410 326 413 351 c 1\n 492 604 l 1\nEndSplineSet\nEndChar\nStartChar: endash\nEncoding: 8211 8211 1018\nWidth: 600\nFlags: HMW\nHStem: 261 41<163 556>\nVStem: 131 456\nFore\n556 261 m 2\n 154 261 l 2\n 138 261 131 266 131 277 c 0\n 131 293 143 302 163 302 c 2\n 565 302 l 2\n 582 302 588 298 588 286 c 0\n 588 271 576 261 556 261 c 2\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 1019\nWidth: 600\nFlags: HMW\nHStem: 261 41<22 577>\nFore\n567 261 m 2\n 23 261 l 2\n 7 261 0 266 0 277 c 0\n 0 292 12 302 32 302 c 2\n 576 302 l 2\n 592 302 599 297 599 286 c 0\n 599 271 587 261 567 261 c 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii00208\nEncoding: 8213 8213 1020\nWidth: 600\nFlags: HW\nHStem: 261 41<22 577>\nRef: 8212 8212 N 1 0 0 1 0 0\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 1021\nWidth: 600\nFlags: HMW\nHStem: 343 261<501.5 517.5>\nFore\n522 604 m 1\n 544 379 l 1\n 544 376 l 2\n 544 358 527 343 508 343 c 0\n 495 343 489 348 482 365 c 2\n 388 604 l 1\n 522 604 l 1\nEndSplineSet\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 1022\nWidth: 600\nFlags: HW\nFore\n335 604 m 1\n 468 604 l 1\n 267 339 l 2\n 252 320 244 314 230 314 c 0\n 217 314 207 324 207 337 c 0\n 207 342 209 348 212 354 c 2\n 335 604 l 1\nEndSplineSet\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 1023\nWidth: 600\nFlags: HW\nFore\n238 145 m 1\n 371 145 l 1\n 170 -120 l 2\n 155 -139 147 -145 133 -145 c 0\n 120 -145 110 -135 110 -122 c 0\n 110 -117 112 -111 115 -105 c 2\n 238 145 l 1\nEndSplineSet\nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 1024\nWidth: 600\nFlags: HMW\nHStem: 343 261<326.5 342.5 543.5 559.5>\nFore\n564 604 m 1\n 586 379 l 1\n 586 376 l 2\n 586 358 569 343 550 343 c 0\n 537 343 530 349 524 365 c 2\n 438 604 l 1\n 564 604 l 1\n347 604 m 1\n 369 379 l 1\n 369 376 l 2\n 369 358 352 343 333 343 c 0\n 320 343 313 349 307 365 c 2\n 221 604 l 1\n 347 604 l 1\nEndSplineSet\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 1025\nWidth: 600\nFlags: HW\nFore\n292 604 m 1\n 418 604 l 1\n 230 365 l 2\n 217 349 207 343 194 343 c 0\n 181 343 170 352 170 364 c 0\n 170 368 172 374 174 379 c 1\n 292 604 l 1\n509 604 m 1\n 635 604 l 1\n 447 365 l 2\n 434 349 425 343 412 343 c 0\n 398 343 387 352 387 364 c 0\n 387 368 388 373 391 379 c 2\n 509 604 l 1\nEndSplineSet\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 1026\nWidth: 600\nFlags: HW\nFore\n195 145 m 1\n 321 145 l 1\n 133 -94 l 2\n 120 -110 110 -116 97 -116 c 0\n 84 -116 73 -107 73 -95 c 0\n 73 -91 75 -85 77 -80 c 1\n 195 145 l 1\n412 145 m 1\n 538 145 l 1\n 350 -94 l 2\n 337 -110 328 -116 315 -116 c 0\n 301 -116 290 -107 290 -95 c 0\n 290 -91 291 -86 294 -80 c 2\n 412 145 l 1\nEndSplineSet\nEndChar\nStartChar: dagger\nEncoding: 8224 8224 1027\nWidth: 600\nFlags: HMW\nHStem: 376 41<233 234 409 529>\nVStem: 208 352\nFore\n208 392 m 0\n 208 402.482 214.501 413.3 233 417 c 0\n 269.155 417 328.404 418 368 418 c 1\n 402 577 l 1\n 405 595 414 604 428 604 c 0\n 437 604 444 597 444 589 c 1\n 443 577 l 1\n 409 417 l 1\n 537 417 l 2\n 554 417 561 412 561 401 c 0\n 561 385 549 376 529 376 c 2\n 400 376 l 1\n 313 -36 l 2\n 309 -54 300 -63 286 -63 c 0\n 277 -63 270 -56 270 -48 c 0\n 270 -45 271 -39 272 -36 c 1\n 359 376 l 1\n 231 376 l 2\n 215 376 208 381 208 392 c 0\nEndSplineSet\nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 1028\nWidth: 600\nFlags: HW\nHStem: 124 41<186 305 355 475> 376 41<233 234 409 529>\nVStem: 154 352 208 352\nFore\n208 392 m 0\n 208 402.482 214.501 413.3 233 417 c 0\n 270.229 417 327.621 418 368 418 c 1\n 402 577 l 1\n 405 595 414 604 428 604 c 0\n 437 604 444 597 444 588 c 1\n 436.885 526.449 418.586 476.08 409 417 c 1\n 537 417 l 2\n 554 417 561 412 561 401 c 0\n 561 385 549 376 529 376 c 2\n 400 376 l 1\n 355 165 l 1\n 483 165 l 2\n 501 165 507 161 507 149 c 0\n 507 133 495 124 475 124 c 2\n 346 124 l 1\n 312 -35 l 1\n 309 -53 300 -62 286 -62 c 0\n 277 -62 270 -55 270 -47 c 1\n 271 -35 l 1\n 305 124 l 1\n 177 124 l 2\n 160 124 154 129 154 140 c 0\n 154 156 166 165 186 165 c 2\n 314 165 l 1\n 359 376 l 1\n 231 376 l 2\n 214 376 208 381 208 392 c 0\nEndSplineSet\nEndChar\nStartChar: bullet\nEncoding: 8226 8226 1029\nWidth: 600\nFlags: HMW\nHStem: 141 196<325 378>\nVStem: 253 196<212.5 265.5>\nFore\n353 337 m 0\n 405 337 449 292 449 239 c 0\n 449 185 405 141 351 141 c 0\n 297 141 253 185 253 240 c 0\n 253 294 297 337 353 337 c 0\nEndSplineSet\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 1030\nWidth: 600\nFlags: HMW\nHStem: -15 99<102.5 112 301.5 311 501.5 511>\nVStem: 57 101<29.5 39.5> 256 101<29.5 39.5> 456 101<29.5 40>\nFore\n118 84 m 0\n 141 84 158 68 158 45 c 0\n 158 14 128 -15 96 -15 c 0\n 74 -15 57 2 57 24 c 0\n 57 55 87 84 118 84 c 0\n317 84 m 0\n 340 84 357 68 357 45 c 0\n 357 14 327 -15 295 -15 c 0\n 273 -15 256 2 256 24 c 0\n 256 55 286 84 317 84 c 0\n517 84 m 0\n 540 84 557 68 557 45 c 0\n 557 14 527 -15 495 -15 c 0\n 473 -15 456 2 456 25 c 0\n 456 55 486 84 517 84 c 0\nEndSplineSet\nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 1031\nWidth: 600\nFlags: HMW\nHStem: -9 34<168.5 211 440.5 483> 180 34<196 238 468 510> 391 34<215.5 258> 580 34<243 285>\nVStem: 91 35<68.5 110> 138 35<469 511> 281 35<95 137.5> 328 35<495 537.5> 363 35<68.5 110> 553 35<95 137.5>\nFore\n274 614 m 0\n 326 614 363 578 363 525 c 0\n 363 456 296 391 226 391 c 0\n 175 391 138 428 138 479 c 0\n 138 548 204 614 274 614 c 0\n267 580 m 0\n 219 580 173 535 173 487 c 0\n 173 451 198 425 233 425 c 0\n 283 425 328 470 328 520 c 0\n 328 555 303 580 267 580 c 0\n578 388 m 2\n 178 266 l 2\n 174 265 170 264 167 264 c 0\n 161 264 155 270 155 277 c 0\n 155 286 162 294 175 297 c 2\n 575 419 l 2\n 579 420 583 421 586 421 c 0\n 593 421 598 415 598 408 c 0\n 598 399 591 392 578 388 c 2\n227 214 m 0\n 280 214 316 178 316 125 c 0\n 316 56 249 -9 179 -9 c 0\n 128 -9 91 28 91 80 c 0\n 91 148 158 214 227 214 c 0\n220 180 m 0\n 172 180 126 134 126 86 c 0\n 126 51 151 25 186 25 c 0\n 236 25 281 70 281 120 c 0\n 281 155 256 180 220 180 c 0\n499 214 m 0\n 552 214 588 178 588 125 c 0\n 588 56 521 -9 451 -9 c 0\n 400 -9 363 28 363 80 c 0\n 363 148 430 214 499 214 c 0\n492 180 m 0\n 444 180 398 134 398 86 c 0\n 398 51 423 25 458 25 c 0\n 508 25 553 70 553 120 c 0\n 553 155 528 180 492 180 c 0\nEndSplineSet\nEndChar\nStartChar: uni2031\nEncoding: 8241 8241 1032\nWidth: 600\nFlags: HW\nHStem: -9 34<44 55 229 245 416 427> 180 34<84 95 265 281 453 469> 391 34<161 177> 580 34<197 213>\nVStem: -43 35<78 88> 74 35<478 488> 264 34<518 527> 331 34<102 103> 519 34<118 127>\nDStem: 510.763 419 514.174 388 110.831 297 114.241 266\nFore\n210 614 m 0\n 271 614 310 564 296 501 c 0\n 283 441 223 391 163 391 c 0\n 103 391 63 441 77 503 c 0\n 90 564 150 614 210 614 c 0\n203 580 m 0\n 161 580 120 545 111 503 c 0\n 101 460 128 425 170 425 c 0\n 212 425 253 460 262 502 c 0\n 272 546 246 580 203 580 c 0\n514 388 m 2\n 114 266 l 2\n 110 265 106 264 103 264 c 0\n 96 264 90 272 91 280 c 0\n 93 289 99 294 111 297 c 2\n 511 419 l 2\n 515 420 519 421 522 421 c 0\n 530 421 535 413 534 405 c 0\n 532 396 526 391 514 388 c 2\n361 162 m 1\n 387 193 426 214 465 214 c 0\n 526 214 565 164 551 101 c 0\n 538 41 478 -9 418 -9 c 0\n 379 -9 349 12 336 43 c 1\n 310 12 271 -9 232 -9 c 0\n 193 -9 163 12 150 43 c 1\n 124 12 85 -9 46 -9 c 0\n -14 -9 -54 41 -40 103 c 0\n -27 164 33 214 93 214 c 0\n 132 214 162 193 175 162 c 1\n 201 193 240 214 279 214 c 0\n 318 214 348 193 361 162 c 1\n365 103 m 0\n 365 101 l 0\n 356 59 384 25 425 25 c 0\n 467 25 508 60 517 102 c 0\n 527 146 501 180 458 180 c 0\n 416 180 374 145 365 103 c 0\n332 103 m 1\n 340 147 315 180 272 180 c 0\n 230 180 189 145 180 103 c 0\n 170 60 197 25 239 25 c 0\n 281 25 322 60 331 102 c 2\n 332 103 l 1\n146 103 m 0\n 154 147 129 180 86 180 c 0\n 44 180 3 145 -6 103 c 0\n -16 60 11 25 53 25 c 0\n 95 25 136 60 145 102 c 0\n 146 103 l 0\nEndSplineSet\nEndChar\nStartChar: minute\nEncoding: 8242 8242 1033\nWidth: 600\nFlags: HW\nFore\n301 604 m 1\n 426 604 l 1\n 238 365 l 2\n 226 349 215 343 202 343 c 0\n 186 343 176 355 179 369 c 0\n 179 372 181 376 183 379 c 2\n 301 604 l 1\nEndSplineSet\nEndChar\nStartChar: second\nEncoding: 8243 8243 1034\nWidth: 600\nFlags: HW\nRef: 8221 8221 N 1 0 0.212557 1 -101 0\nEndChar\nStartChar: uni2034\nEncoding: 8244 8244 1035\nWidth: 600\nFlags: HW\nFore\n302 604 m 1\n 427 604 l 1\n 239 365 l 2\n 227 349 216 343 203 343 c 0\n 187 343 177 355 180 369 c 0\n 180 372 182 376 184 379 c 2\n 302 604 l 1\n102 604 m 1\n 227 604 l 1\n 39 365 l 2\n 27 349 16 343 3 343 c 0\n -13 343 -23 355 -20 369 c 0\n -20 372 -18 376 -16 379 c 2\n 102 604 l 1\n502 604 m 1\n 627 604 l 1\n 439 365 l 2\n 427 349 416 343 403 343 c 0\n 387 343 377 355 380 369 c 0\n 380 372 382 376 384 379 c 2\n 502 604 l 1\nEndSplineSet\nEndChar\nStartChar: uni2035\nEncoding: 8245 8245 1036\nWidth: 600\nFlags: HW\nHStem: 343 261<340 343>\nFore\n354 604 m 1\n 376 379 l 1\n 376 369 l 2\n 373 355 357 343 341 343 c 0\n 328 343 321 349 315 365 c 2\n 229 604 l 1\n 354 604 l 1\nEndSplineSet\nEndChar\nStartChar: uni2036\nEncoding: 8246 8246 1037\nWidth: 600\nFlags: HW\nRef: 8221 8221 N -1 0 0.212557 1 499 0\nEndChar\nStartChar: uni2037\nEncoding: 8247 8247 1038\nWidth: 600\nFlags: HW\nHStem: 343 261<141 144 341 349 541 544>\nFore\n355 604 m 1\n 377 379 l 1\n 377 369 l 2\n 374 355 358 343 342 343 c 0\n 329 343 322 349 316 365 c 2\n 230 604 l 1\n 355 604 l 1\n555 604 m 1\n 577 379 l 1\n 577 369 l 2\n 574 355 558 343 542 343 c 0\n 529 343 522 349 516 365 c 2\n 430 604 l 1\n 555 604 l 1\n155 604 m 1\n 177 379 l 1\n 177 369 l 2\n 174 355 158 343 142 343 c 0\n 129 343 122 349 116 365 c 2\n 30 604 l 1\n 155 604 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 1039\nWidth: 600\nFlags: HW\nFore\n108 209 m 1\n 357 406 l 2\n 368 414 374 417 381 417 c 0\n 390 417 397 411 397 401 c 0\n 397 393 395 389 382 377 c 2\n 203 209 l 1\n 310 40 l 1\n 316 32 317 29 317 25 c 0\n 317 12 305 0 292 0 c 0\n 286 0 280 4 274 11 c 2\n 108 209 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 1040\nWidth: 600\nFlags: HW\nFore\n585 208 m 1\n 337 11 l 2\n 327 3 320 0 313 0 c 0\n 304 0 297 6 297 16 c 0\n 297 24 299 28 312 40 c 2\n 490 208 l 1\n 384 377 l 1\n 378 385 377 388 377 392 c 0\n 377 405 389 417 402 417 c 0\n 408 417 414 413 420 406 c 2\n 585 208 l 1\nEndSplineSet\nEndChar\nStartChar: exclamdbl\nEncoding: 8252 8252 1041\nWidth: 600\nFlags: HW\nHStem: -15 100<109 120 365 376>\nFore\n522 563 m 1\n 434 237 l 1\n 429 217 421 209 407 209 c 0\n 394 209 390 218 393 237 c 2\n 445 563 l 1\n 445 596.478 468.732 618 495 618 c 0\n 517 618 531 601 526 579 c 0\n 526 577 524 571 522 563 c 1\n375 85 m 2\n 388 85 l 2\n 418 85 437 63 431 35 c 0\n 425 7 397 -15 367 -15 c 2\n 354 -15 l 2\n 324 -15 305 7 311 35 c 0\n 317 63 345 85 375 85 c 2\n266 563 m 1\n 178 237 l 1\n 173 217 165 209 151 209 c 0\n 138 209 134 218 137 237 c 2\n 189 563 l 1\n 189 596.478 212.732 618 239 618 c 0\n 261 618 275 601 270 579 c 0\n 270 577 268 571 266 563 c 1\n119 85 m 2\n 132 85 l 2\n 162 85 181 63 175 35 c 0\n 169 7 141 -15 111 -15 c 2\n 98 -15 l 2\n 68 -15 49 7 55 35 c 0\n 61 63 89 85 119 85 c 2\nEndSplineSet\nEndChar\nStartChar: uni203D\nEncoding: 8253 8253 1042\nWidth: 600\nFlags: HW\nHStem: -15 100<235 263> 536 41<345 378>\nVStem: 479 42<442 458>\nDStem: 186.714 529 221.975 502 172.26 461 213.26 461\nFore\n245 85 m 2\n 272 85 l 2\n 306 85 325 65 319 35 c 0\n 313 6 285 -15 251 -15 c 2\n 224 -15 l 2\n 190 -15 171 5 178 35 c 0\n 184 65 211 85 245 85 c 2\n269 224 m 1\n 269 227 269 232 270 237 c 2\n 295 443 l 1\n 299.97 477.791 316.615 498 346 498 c 0\n 368 498 382 481 377 459 c 0\n 328 294 l 1\n 421 335 466 374 476 423 c 0\n 490 489 441 536 358 536 c 0\n 313 536 280 528 222 502 c 1\n 213 461 l 2\n 209 443 201 434 188 434 c 0\n 174 434 168 443 172 461 c 2\n 187 529 l 1\n 196 532 210 538 218 541 c 0\n 287 569 321 577 372 577 c 0\n 478 577 537 515 517 423 c 0\n 501 349 452 306 315 247 c 1\n 310.134 224.834 307.484 179 280 179 c 0\n 255.603 179 264.817 205.178 269 224 c 1\nEndSplineSet\nEndChar\nStartChar: fraction\nEncoding: 8260 8260 1043\nWidth: 600\nFlags: HW\nFore\n625 430 m 2\n 119 146 l 1\n 113.89 142.934 105.645 138 100 138 c 0\n 91 138 84 146 84 155 c 0\n 84 165 90 172 104 180 c 2\n 610 464 l 2\n 617 468 624 470 629 470 c 0\n 637 470 645 463 645 454 c 0\n 645 444 640 438 625 430 c 2\nEndSplineSet\nEndChar\nStartChar: uni2045\nEncoding: 8261 8261 1044\nWidth: 600\nFlags: HW\nVStem: 220 46<-44 -28>\nDStem: 259.72 154 306.696 168 222.948 -19 266.948 -19 333.052 499 377.052 499 296.28 326 337.517 313\nFore\n338 313 m 1\n 336 284 353 264 383 261 c 0\n 399 260 406 254 403 240 c 0\n 400 227 391 220 375 219 c 0\n 343 216 318 197 307 168 c 1\n 267 -19 l 1\n 260 -53 277 -80 308 -83 c 0\n 327 -85 333 -90 330 -104 c 0\n 327 -116 317 -124 302 -124 c 0\n 247 -124 210 -78 223 -19 c 1\n 260 154 l 1\n 268 195 284 216 322 240 c 1\n 294 264 288 285 296 326 c 1\n 333 499 l 1\n 346 558 401 604 456 604 c 0\n 471 604 479 596 476 584 c 0\n 473 570 465 565 446 563 c 0\n 413 560 384 533 377 499 c 1\n 338 313 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni2046\nEncoding: 8262 8262 1045\nWidth: 600\nFlags: HW\nVStem: 335 44<513 523>\nDStem: 262.696 168 303.72 154 222.948 -19 266.948 -19 333.052 499 377.052 499 293.517 313 340.28 326\nFore\n294 313 m 1\n 333 499 l 1\n 340 533 323 560 292 563 c 0\n 273 565 267 570 270 584 c 0\n 273 596 283 604 298 604 c 0\n 353 604 390 558 377 499 c 1\n 340 326 l 1\n 332 285 316 264 278 240 c 1\n 306 216 312 195 304 154 c 1\n 267 -19 l 1\n 254 -78 199 -124 144 -124 c 0\n 129 -124 121 -116 124 -104 c 0\n 127 -90 135 -85 154 -83 c 0\n 187 -80 216 -53 223 -19 c 1\n 263 168 l 1\n 264 197 247 216 217 219 c 0\n 201 220 194 227 197 240 c 0\n 200 254 209 260 225 261 c 0\n 257 264 282 284 294 313 c 1\nEndSplineSet\nEndChar\nStartChar: uni2047\nEncoding: 8263 8263 1046\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2048\nEncoding: 8264 8264 1047\nWidth: 600\nFlags: HW\nHStem: -15 100<134 163 461 472> 536 41<246 278>\nVStem: 378 42<443 458>\nDStem: 86.3564 529 121.617 502 71.9023 461 112.902 461 179.154 274 214.416 247 164.701 206 205.701 206\nFore\n618 563 m 1\n 530 237 l 1\n 525 217 517 209 503 209 c 0\n 490 209 486 218 489 237 c 2\n 541 563 l 1\n 541 596.478 564.732 618 591 618 c 0\n 613 618 627 601 622 579 c 0\n 622 577 620 571 618 563 c 1\n471 85 m 2\n 484 85 l 2\n 514 85 533 63 527 35 c 0\n 521 7 493 -15 463 -15 c 2\n 450 -15 l 2\n 420 -15 401 7 407 35 c 0\n 413 63 441 85 471 85 c 2\n214 247 m 1\n 209.549 224.19 207.63 179 180 179 c 0\n 166 179 161 188 165 206 c 2\n 179 274 l 1\n 306 323 364 366 376 423 c 0\n 390 489 341 536 258 536 c 0\n 213 536 179 528 122 502 c 1\n 117.134 479.834 114.484 434 87 434 c 0\n 73 434 68 443 72 461 c 2\n 86 529 l 1\n 96 532 109 538 118 541 c 0\n 187 569 221 577 272 577 c 0\n 378 577 436 515 417 423 c 0\n 401 349 352 306 214 247 c 1\n145 85 m 2\n 172 85 l 2\n 206 85 225 65 218 35 c 0\n 212 6 185 -15 151 -15 c 2\n 124 -15 l 2\n 90 -15 71 5 77 35 c 0\n 84 65 111 85 145 85 c 2\nEndSplineSet\nEndChar\nStartChar: uni2049\nEncoding: 8265 8265 1048\nWidth: 600\nFlags: HW\nHStem: -15 100<13 24 294 323> 536 41<406 438>\nVStem: 538 42<443 458>\nDStem: 246.356 529 281.617 502 231.902 461 272.902 461 339.154 274 374.416 247 324.701 206 365.701 206\nFore\n170 563 m 1\n 82 237 l 1\n 77 217 69 209 55 209 c 0\n 42 209 38 218 41 237 c 2\n 93 563 l 1\n 93 596.478 116.732 618 143 618 c 0\n 165 618 179 601 174 579 c 0\n 174 577 172 571 170 563 c 1\n23 85 m 2\n 36 85 l 2\n 66 85 85 63 79 35 c 0\n 73 7 45 -15 15 -15 c 2\n 2 -15 l 2\n -28 -15 -47 7 -41 35 c 0\n -35 63 -7 85 23 85 c 2\n374 247 m 1\n 369.549 224.19 367.63 179 340 179 c 0\n 326 179 321 188 325 206 c 2\n 339 274 l 1\n 466 323 524 366 536 423 c 0\n 550 489 501 536 418 536 c 0\n 373 536 339 528 282 502 c 1\n 277.134 479.834 274.484 434 247 434 c 0\n 233 434 228 443 232 461 c 2\n 246 529 l 1\n 256 532 269 538 278 541 c 0\n 347 569 381 577 432 577 c 0\n 538 577 596 515 577 423 c 0\n 561 349 512 306 374 247 c 1\n305 85 m 2\n 332 85 l 2\n 366 85 385 65 378 35 c 0\n 372 6 345 -15 311 -15 c 2\n 284 -15 l 2\n 250 -15 231 5 237 35 c 0\n 244 65 271 85 305 85 c 2\nEndSplineSet\nEndChar\nStartChar: zerosuperior\nEncoding: 8304 8304 1049\nWidth: 600\nFlags: HW\nHStem: 270 36<259 274> 603 36<326 341>\nVStem: 180 36<366 382> 384 35<526 542>\nDStem: 198.058 483 233.42 480 185.729 425 222.58 429 377.42 480 414.058 483 366.58 429 401.729 425\nFore\n414 483 m 2\n 402 425 l 2\n 382 333 325 270 261 270 c 0\n 197 270 166 333 186 425 c 2\n 198 483 l 2\n 218 576 275 639 339 639 c 0\n 403 639 434 576 414 483 c 2\n332 603 m 0\n 273.344 603 244.361 533.964 233 480 c 2\n 223 429 l 2\n 215 391 212 364 223 337 c 0\n 232 317 244 306 268 306 c 0\n 326.656 306 355.639 375.036 367 429 c 2\n 377 480 l 2\n 385 518 388 545 377 572 c 0\n 368 592 356 603 332 603 c 0\nEndSplineSet\nEndChar\nStartChar: uni2071\nEncoding: 8305 8305 1050\nWidth: 600\nFlags: HW\nEndChar\nStartChar: uni2072\nEncoding: 8306 8306 1051\nWidth: 600\nFlags: HW\nEndChar\nStartChar: uni2073\nEncoding: 8307 8307 1052\nWidth: 600\nFlags: HW\nEndChar\nStartChar: foursuperior\nEncoding: 8308 8308 1053\nWidth: 600\nFlags: HW\nHStem: 262 36<262 305 352 358> 360 36<230 310 364 377>\nDStem: 318.421 360 354.421 360 305.242 298 341.242 298 353.41 614 364.12 575 172.372 388 220.072 396 364.12 575 408.41 614 326.072 396 362.072 396\nFore\n364 575 m 1\n 220 396 l 1\n 326 396 l 1\n 364 575 l 1\n172 388 m 1\n 353 614 l 1\n 408 614 l 1\n 362 396 l 1\n 383 396 l 2\n 393 396 397 386 395 378 c 0\n 394 371 385 360 375 360 c 2\n 354 360 l 1\n 341 298 l 1\n 362 298 l 2\n 372 298 376 288 374 280 c 0\n 373 272 365 262 355 262 c 2\n 259 262 l 2\n 249 262 246 272 247 280 c 0\n 249 288 256 298 266 298 c 2\n 305 298 l 1\n 318 360 l 1\n 166 360 l 1\n 172 388 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: fivesuperior\nEncoding: 8309 8309 1054\nWidth: 600\nFlags: HW\nHStem: 250 36<249 266> 459 36<313 327> 575 36<278 411>\nVStem: 374 35<394 410>\nDStem: 249.366 611 278.715 575 215.995 454 257.884 477\nFore\n279 575 m 1\n 258 477 l 1\n 290 489 300 495 326 495 c 0\n 385 495 420 441 406 376 c 0\n 391 303 327 250 258 250 c 0\n 227 250 200 259 175 279 c 0\n 159 291 153 300 155 307 c 0\n 156 313 164 328 170 328 c 0\n 174 328 176 329 180 325 c 0\n 202 299 230 286 264 286 c 0\n 321 286 361 326 372 377 c 0\n 383 429 363 459 314 459 c 0\n 291 459 264 448 236 435 c 0\n 228 431 225 430 222 430 c 0\n 216 430 215 447 216 454 c 2\n 249 611 l 1\n 413 611 l 2\n 424 611 427 601 426 593 c 0\n 424 585 417 575 406 575 c 2\n 279 575 l 1\nEndSplineSet\nEndChar\nStartChar: sixsuperior\nEncoding: 8310 8310 1055\nWidth: 600\nFlags: HW\nHStem: 254 36<293 305> 592 36<405 421>\nVStem: 198 38<358 369> 388 37<396 402>\nFore\n240 429 m 1\n 268 457 306 482 343 484 c 0\n 416 486 437 427 420 358 c 0\n 412 319 368 255 298 254 c 0\n 199 254 185 348 205 436 c 0\n 226 538 317 628 417 628 c 0\n 437 628 454 622 463 619 c 1\n 471 616 474 606 469 596 c 0\n 456.197 572.954 434.659 592 409 592 c 0\n 333 592 260 522 241 436 c 0\n 240 429 l 1\n234 372 m 1\n 236 322 256 290 306 290 c 0\n 348 289 380 335 384 358 c 0\n 395 421 386 446 335 448 c 0\n 309 451 246 396 234 372 c 1\nEndSplineSet\nEndChar\nStartChar: sevensuperior\nEncoding: 8311 8311 1056\nWidth: 600\nFlags: HW\nHStem: 578 36<250 385>\nFore\n430 576 m 1\n 430 576 269 271 269 270 c 2\n 267 267 l 1\n 263 258 251 252 242 255 c 0\n 234 258 231 268 236 278 c 1\n 394 578 l 1\n 251 578 l 1\n 246 558 l 2\n 244 546 233 541 226 541 c 0\n 217 541 207 546 209 558 c 2\n 221 614 l 1\n 438 614 l 1\n 430 576 l 1\nEndSplineSet\nEndChar\nStartChar: eightsuperior\nEncoding: 8312 8312 1057\nWidth: 600\nFlags: HW\nHStem: 253 36<257 270> 427 35<296 307> 586 36<330 345>\nVStem: 172 36<333 349> 214 37<506 514> 357 36<365 377> 387 36<538 545>\nFore\n345 444 m 1\n 450.266 391.367 365.708 253 261 253 c 0\n 201 253 163 299 175 356 c 0\n 183 394 211 424 257 444 c 1\n 222 465 208 490 216 526 c 0\n 227 578 283 622 339 622 c 0\n 395 622 433 578 422 526 c 0\n 414 490 391 465 345 444 c 1\n332 586 m 0\n 288 586 259 560 252 525 c 1\n 245 498 261 462 305 462 c 1\n 349 462 380 497 385 524 c 0\n 393 559 376 586 332 586 c 0\n298 427 m 0\n 254 427 216 386 210 356 c 0\n 202 319 221 289 268 289 c 0\n 314 289 348 318 355 355 c 0\n 362 385 342 427 298 427 c 0\nEndSplineSet\nEndChar\nStartChar: ninesuperior\nEncoding: 8313 8313 1058\nWidth: 600\nFlags: HW\nHStem: 254 36<223 236> 592 36<338 348>\nVStem: 220 37<489 507> 410 37<513 524>\nFore\n409 515 m 1\n 405 558 384 592 338 592 c 0\n 296 593 264 547 260 524 c 0\n 250 474 267 433 309 434 c 0\n 335 431 396 490 409 515 c 1\n404 453 m 1\n 376 425 338 400 301 398 c 0\n 232 399 210 463 224 524 c 0\n 232 563 276 627 346 628 c 0\n 445 628 459 534 439 446 c 0\n 418 344 327 254 227 254 c 0\n 202 254 161 261 175 286 c 0\n 188 309 209 290 235 290 c 0\n 313 290 387 362 404 453 c 1\nEndSplineSet\nEndChar\nStartChar: uni207A\nEncoding: 8314 8314 1059\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni207B\nEncoding: 8315 8315 1060\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni207C\nEncoding: 8316 8316 1061\nWidth: 600\nFlags: H\nEndChar\nStartChar: parenleftsuperior\nEncoding: 8317 8317 1062\nWidth: 600\nFlags: H\nEndChar\nStartChar: parenrightsuperior\nEncoding: 8318 8318 1063\nWidth: 600\nFlags: H\nEndChar\nStartChar: nsuperior\nEncoding: 8319 8319 1064\nWidth: 600\nFlags: H\nEndChar\nStartChar: zeroinferior\nEncoding: 8320 8320 1065\nWidth: 600\nFlags: HW\nHStem: -178 36<262 277> 155 36<329 344>\nVStem: 183 36<-82 -66> 387 35<78 94>\nDStem: 201.058 35 236.42 32 188.729 -23 225.58 -19 380.42 32 417.058 35 369.58 -19 404.729 -23\nRef: 8304 8304 S 1 0 0 1 3 -448\nEndChar\nStartChar: oneinferior\nEncoding: 8321 8321 1066\nWidth: 600\nFlags: HW\nHStem: -189 36<288 348 384 448>\nVStem: 252 220<-173 -167>\nRef: 185 185 S 1 0 0 1 3 -448\nEndChar\nStartChar: twoinferior\nEncoding: 8322 8322 1067\nWidth: 600\nFlags: HW\nHStem: -189 36<285 435> -189 59<452.5 462> 128 36<411.5 437>\nVStem: 480 37<61 89.5>\nRef: 178 178 N 1 0 0 1 3 -448\nEndChar\nStartChar: threeinferior\nEncoding: 8323 8323 1068\nWidth: 600\nFlags: HW\nHStem: -197 36<344 385> -17 36 128 36<410.5 442>\nVStem: 460 37<-98.5 -60> 482 37<72.5 96.5>\nRef: 179 179 S 1 0 0 1 3 -448\nEndChar\nStartChar: fourinferior\nEncoding: 8324 8324 1069\nWidth: 600\nFlags: HW\nHStem: -186 36<265 308 355 361> -88 36<233 313 367 380>\nDStem: 321.421 -88 357.421 -88 308.242 -150 344.242 -150 356.41 166 367.12 127 175.372 -60 223.072 -52 367.12 127 411.41 166 329.072 -52 365.072 -52\nRef: 8308 8308 N 1 0 0 1 3 -448\nEndChar\nStartChar: fiveinferior\nEncoding: 8325 8325 1070\nWidth: 600\nFlags: HW\nHStem: -198 36<252 269> 11 36<316 330> 127 36<281 414>\nVStem: 377 35<-54 -38>\nDStem: 252.366 163 281.715 127 218.995 6 260.884 29\nRef: 8309 8309 N 1 0 0 1 3 -448\nEndChar\nStartChar: sixinferior\nEncoding: 8326 8326 1071\nWidth: 600\nFlags: HW\nHStem: -194 36<296 308> 144 36<408 424>\nVStem: 201 38<-90 -79> 391 37<-52 -46>\nRef: 8310 8310 N 1 0 0 1 3 -448\nEndChar\nStartChar: seveninferior\nEncoding: 8327 8327 1072\nWidth: 600\nFlags: HW\nHStem: 130 36<253 388>\nRef: 8311 8311 N 1 0 0 1 3 -448\nEndChar\nStartChar: eightinferior\nEncoding: 8328 8328 1073\nWidth: 600\nFlags: HW\nHStem: -195 36<260 273> -21 35<299 310> 138 36<333 348>\nVStem: 175 36<-115 -99> 217 37<58 66> 360 36<-83 -71> 390 36<90 97>\nRef: 8312 8312 N 1 0 0 1 3 -448\nEndChar\nStartChar: nineinferior\nEncoding: 8329 8329 1074\nWidth: 600\nFlags: HW\nHStem: -194 36<226 239> 144 36<341 351>\nVStem: 223 37<41 59> 413 37<65 76>\nRef: 8313 8313 N 1 0 0 1 3 -448\nEndChar\nStartChar: lira\nEncoding: 8356 8356 1075\nWidth: 600\nFlags: HW\nHStem: 0 40<49 55 141 383> 209 41<71 173 230 317> 337 41<99 186 230 344> 537 41<343 366>\nFore\n229 337 m 1\n 230 330 230 322 230 314 c 0\n 231 293 231 272 229 250 c 1\n 316 250 l 2\n 335 250 341 241 338 229 c 1\n 335 216 325 209 307 209 c 2\n 222 209 l 1\n 207 144 174 85 129 41 c 1\n 381 41 l 2\n 406 41 428 60 437 92 c 0\n 443 108 450 115 463 115 c 0\n 475 115 481 106 478 93 c 0\n 467 42 421 0 375 0 c 2\n 52 0 l 2\n 34 0 26 7 29 21 c 0\n 31 32 41 40 55 40 c 0\n 101 42 159 121 181 209 c 1\n 73 209 l 2\n 55 209 48 217 50 230 c 1\n 53 243 64 250 82 250 c 2\n 189 250 l 1\n 192 274 190 286 189 314 c 2\n 189 337 l 1\n 100 337 l 2\n 82 337 75 345 78 358 c 1\n 80 371 91 378 109 378 c 2\n 186 378 l 1\n 185 401 185 421 188 435 c 0\n 205 514 281 578 359 578 c 0\n 395 578 426 565 449 539 c 0\n 465 522 473 505 471 495 c 0\n 469 486 456 476 447 476 c 0\n 441 476 436 479 431 488 c 0\n 411 522 387 537 352 537 c 0\n 298 537 241 490 229 435 c 0\n 225 414 225 398 226 378 c 1\n 343 378 l 2\n 362 378 368 369 365 357 c 1\n 363 344 352 337 334 337 c 2\n 229 337 l 1\nEndSplineSet\nEndChar\nStartChar: afii57636\nEncoding: 8362 8362 1076\nWidth: 600\nFlags: HW\nHStem: 0 41<256 410> 439 41<194 320 194 194>\nVStem: 425 41\nFore\n527 130 m 1\n 597 459 l 1\n 599 471 610 480 621 480 c 0\n 633 480 640 471 638 459 c 1\n 568 130 l 1\n 561 96 549 62 514 33 c 0\n 478 4 442 0 410 0 c 2\n 206 0 l 1\n 273 313 l 1\n 275 324 286 334 298 334 c 0\n 309 334 316 324 314 313 c 1\n 256 41 l 1\n 418 41 l 2\n 450 41 467 43 491 62 c 1\n 515 83 519 96 527 130 c 1\n460 313 m 1\n 429 167 l 1\n 427 155 416 146 404 146 c 0\n 393 146 386 155 388 167 c 1\n 419 313 l 2\n 429 360 431 380 409 408 c 0\n 386 436 365 439 320 439 c 2\n 194 439 l 1\n 105 20 l 1\n 103 9 92 0 80 0 c 0\n 69 0 62 9 64 20 c 1\n 162 480 l 1\n 329 480 l 2\n 374 480 415 475 444 437 c 1\n 474 401 471 360 460 313 c 1\nEndSplineSet\nEndChar\nStartChar: Euro\nEncoding: 8364 8364 1077\nWidth: 600\nFlags: HW\nHStem: -16 41<277 353.5> 217 37<86 110 158 411> 314 37<107 129 181 460> 535 41<368.5 459>\nVStem: 60 377<234 237.5> 80 406<331 334.5> 109 43<152 195>\nFore\n181 351 m 1\n 468 351 l 2\n 481 351 486 348 486 340 c 0\n 486 322 478 314 460 314 c 2\n 170 314 l 1\n 158 254 l 1\n 419 254 l 2\n 431 254 437 251 437 243 c 0\n 437 225 429 217 411 217 c 2\n 152 217 l 1\n 152 203 l 2\n 152 101 227 25 327 25 c 0\n 396 25 454 52 521 115 c 0\n 529 123 533 125 541 125 c 0\n 551 125 557 119 557 111 c 0\n 557 100 550 91 523 67 c 0\n 460 14 388 -16 319 -16 c 0\n 201 -16 109 76 109 195 c 1\n 110 217 l 1\n 78 217 l 2\n 65 217 60 220 60 229 c 0\n 60 246 68 254 86 254 c 2\n 117 254 l 1\n 129 314 l 1\n 99 314 l 2\n 85 314 80 317 80 326 c 0\n 80 343 89 351 107 351 c 2\n 139 351 l 1\n 183 482 304 576 427 576 c 0\n 493 576 548 552 586 507 c 1\n 590.423 528.377 592.478 563 618 563 c 0\n 627 563 634 557 634 548 c 1\n 633 536 l 1\n 609 424 l 2\n 605 406 596 397 582 397 c 0\n 573 397 566 404 566 412 c 0\n 566 417.078 568 426.815 568 433 c 0\n 568 488 499 535 419 535 c 0\n 318 535 220 459 181 351 c 1\nEndSplineSet\nEndChar\nStartChar: uni2100\nEncoding: 8448 8448 1078\nWidth: 600\nFlags: HW\nHStem: -7 36<364 376> 187 99<524.643 545.687> 260 36<418 434> 334 37<114 137> 337 37<274 298> 475 35<178 194> 592 37<214 227>\nVStem: 253 35<103 121>\nDStem: 253.521 464 307.738 545 240.98 405 271.391 374 270.738 545 307.738 545 261.386 501 271.391 374 495.599 502 520.284 477 57.5996 88 81.2861 63\nFore\n522 259 m 1\n 524 267 l 2\n 526 280 538 286 546 286 c 0\n 554 286 562 280 560 267 c 2\n 547 206 l 2\n 544 194 533 187 525 187 c 0\n 517 187 512 192 510 204 c 0\n 506 236 476 260 423 260 c 0\n 355 260 308 215 292 141 c 0\n 277 70 307 29 374 29 c 0\n 420 29 460 41 500 74 c 0\n 506 79 509 80 513 80 c 0\n 519 80 523 70 521 64 c 0\n 520 55 507 43 487 30 c 0\n 450 7 406 -7 365 -7 c 0\n 284 -7 239 55 257 142 c 0\n 276 231 350 296 433 296 c 0\n 471 296 502 283 522 259 c 1\n520 477 m 1\n 81 63 l 2\n 71 53 67 51 61 51 c 0\n 50 51 43 60 45 71 c 0\n 46 75 50 81 58 88 c 2\n 496 502 l 2\n 507 512 510 514 516 514 c 0\n 527 514 534 505 532 494 c 0\n 531 490 526 483 520 477 c 1\n227 337 m 1\n 232 363 l 1\n 186 341 158 334 119 334 c 0\n 60 334 27 366 37 413 c 0\n 49 470 113 510 190 510 c 0\n 213 510 233 507 261 501 c 1\n 271 545 l 2\n 277 573 255 592 216 592 c 0\n 198 592 168 585 136 573 c 0\n 127 569 125 569 121 569 c 0\n 112 569 106 578 108 588 c 0\n 110 597 115 602 126 607 c 0\n 158 619 202 629 226 629 c 0\n 284 629 318 594 308 545 c 2\n 271 374 l 1\n 297 374 l 2\n 312 374 319 367 316 355 c 0\n 314 344 304 337 290 337 c 2\n 227 337 l 1\n241 405 m 1\n 254 464 l 1\n 239 470 208 475 185 475 c 0\n 128 475 81 448 73 411 c 0\n 68 387 90 371 127 371 c 0\n 165 371 201 382 241 405 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni2101\nEncoding: 8449 8449 1079\nWidth: 600\nFlags: HW\nHStem: 311 37<94 117> 314 37<252 277> 452 35<158 174> 569 37<190 206>\nDStem: 232.913 441 287.13 522 220.372 382 250.782 351 250.13 522 287.13 522 240.777 478 250.782 351 491.879 502 516.564 477 53.8799 88 77.5664 63\nFore\n517 477 m 1\n 78 63 l 2\n 67 53 63 51 57 51 c 0\n 46 51 39 60 41 71 c 0\n 42 75 46 81 54 88 c 2\n 492 502 l 2\n 503 512 506 514 512 514 c 0\n 523 514 531 505 528 494 c 0\n 527 490 522 483 517 477 c 1\n206 314 m 1\n 211 340 l 1\n 166 318 137 311 98 311 c 0\n 39 311 6 343 16 390 c 0\n 28 447 93 487 170 487 c 0\n 193 487 212 484 241 478 c 1\n 250 522 l 2\n 256 550 234 569 195 569 c 0\n 177 569 148 562 115 550 c 0\n 106 546 104 546 100 546 c 0\n 91 546 85 555 87 565 c 0\n 89 574 94 579 105 584 c 0\n 138 596 181 606 205 606 c 0\n 263 606 298 571 287 522 c 2\n 251 351 l 1\n 277 351 l 2\n 292 351 298 344 296 332 c 0\n 293 321 283 314 269 314 c 2\n 206 314 l 1\n220 382 m 1\n 233 441 l 1\n 218 447 187 452 164 452 c 0\n 107 452 61 425 53 388 c 0\n 48 364 69 348 106 348 c 0\n 144 348 180 359 220 382 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2102\nEncoding: 8450 8450 1080\nWidth: 600\nFlags: HW\nHStem: -16 41<252 273> 535 41<353 369>\nVStem: 50 43<192 208>\nDStem: 72.5654 325 112.29 319 54.9229 242 97.1982 248 204.986 472.826 253.25 507 125 96.5176 158.663 62\nFore\n159 62 m 1\n 188 39 225 25 268 25 c 0\n 337 25 393 51 461 115 c 0\n 470 123 474 125 481 125 c 0\n 493 125 499 117 497 106 c 0\n 495 96 479 79 448 55 c 0\n 389 9 323 -16 259 -16 c 0\n 123 -16 26 107 55 242 c 2\n 73 325 l 2\n 98.4839 444.578 220.091 576 368 576 c 0\n 434 576 489 552 526 507 c 1\n 530.589 529.18 532.904 563 559 563 c 0\n 572 563 577 554 573 536 c 2\n 550 424 l 2\n 546 406 537 397 523 397 c 0\n 511 397 506 405 508 421 c 0\n 517 482 448 535 359 535 c 0\n 323 535 287 525 253 507 c 1\n 159 62 l 1\n125 97 m 1\n 205 473 l 1\n 160 433 125 379 112 319 c 2\n 97 248 l 2\n 85 190 97 137 125 97 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni2103\nEncoding: 8451 8451 1081\nWidth: 600\nFlags: HW\nHStem: -16 41<309 325> 480 33<144 154> 535 41<405 424> 628 33<171 187>\nVStem: 70 34<551 565> 124 43<176 208> 226 33<576 590>\nDStem: 147.531 325 187.256 319 129.89 242 172.164 248\nFore\n184 661 m 0\n 236 661 268 621 257 569 c 0\n 247 521 196 480 145 480 c 0\n 94 480 61 521 72 571 c 0\n 82 620 133 661 184 661 c 0\n177 628 m 0\n 144 628 111 602 105 571 c 0\n 98 539 119 513 152 513 c 0\n 185 513 218 539 225 570 c 0\n 231 602 210 628 177 628 c 0\n561 507 m 1\n 565.589 529.18 567.904 563 594 563 c 0\n 607 563 612 554 608 536 c 2\n 585 424 l 2\n 581 406 572 397 558 397 c 0\n 546 397 541 405 543 421 c 0\n 552 482 503 535 414 535 c 0\n 303 535 213 438 187 319 c 2\n 172 248 l 2\n 147 128 205 25 323 25 c 0\n 392 25 428 51 496 115 c 0\n 505 123 509 125 516 125 c 0\n 528 125 534 117 532 106 c 0\n 530 96 514 79 483 55 c 0\n 424 9 378 -16 314 -16 c 0\n 178 -16 101 107 130 242 c 2\n 148 325 l 2\n 160 386 196 458 249 504 c 0\n 304 552 356 576 423 576 c 0\n 489 576 524 552 561 507 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2104\nEncoding: 8452 8452 1082\nWidth: 600\nFlags: H\nEndChar\nStartChar: afii61248\nEncoding: 8453 8453 1083\nWidth: 600\nFlags: HW\nHStem: 56 36<275 292> 250 99<436.033 457.077> 323 36<333 346>\nVStem: 164 35<166 184>\nFore\n433 322 m 1\n 436.73 336.918 443.652 349 457 349 c 0\n 465 349 474 343 471 330 c 2\n 458 269 l 2\n 456 257 444 250 436 250 c 0\n 428 250 423 255 422 267 c 0\n 417 299 388 323 335 323 c 0\n 267 323 219 278 203 204 c 0\n 188 133 218 92 285 92 c 0\n 331 92 371 104 411 137 c 0\n 417 142 420 143 424 143 c 0\n 430 143 434 133 433 127 c 0\n 431 118 418 106 399 93 c 0\n 362 70 318 56 277 56 c 0\n 196 56 150 118 168 205 c 0\n 187 294 261 359 344 359 c 0\n 382 359 413 346 433 322 c 1\nEndSplineSet\nEndChar\nStartChar: uni2106\nEncoding: 8454 8454 1084\nWidth: 600\nFlags: HW\nHStem: 289 36<141 157> 483 99<301.328 322.371> 556 36<198 211>\nVStem: 30 35<399 405>\nDStem: 493.366 502 518.053 477 55.3682 88 79.0537 63\nFore\n299 555 m 1\n 301.236 572.892 309.672 582 322 582 c 0\n 330 582 339 576 336 563 c 2\n 323 502 l 2\n 321 490 309 483 301 483 c 0\n 293 483 288 488 287 500 c 0\n 283 532 253 556 200 556 c 0\n 132 556 84 511 69 437 c 0\n 53 366 84 325 151 325 c 0\n 197 325 236 337 276 370 c 0\n 282 375 286 376 290 376 c 0\n 296 376 299 366 298 360 c 0\n 296 351 284 339 264 326 c 0\n 227 303 183 289 142 289 c 0\n 61 289 15 351 34 438 c 0\n 53 527 126 592 209 592 c 0\n 247 592 279 579 299 555 c 1\n518 477 m 1\n 79 63 l 2\n 69 53 65 51 59 51 c 0\n 48 51 40 60 43 71 c 0\n 44 75 48 81 55 88 c 2\n 493 502 l 2\n 504 512 508 514 514 514 c 0\n 525 514 532 505 530 494 c 0\n 529 490 523 483 518 477 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni2107\nEncoding: 8455 8455 1085\nWidth: 600\nFlags: HW\nHStem: -16 41<234 253> 270 41<294 366> 535 41<349 366>\nVStem: 61 46<117 131> 141 45<391 408>\nRef: 400 400 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2108\nEncoding: 8456 8456 1086\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2109\nEncoding: 8457 8457 1087\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni210A\nEncoding: 8458 8458 1088\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni210B\nEncoding: 8459 8459 1089\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni210C\nEncoding: 8460 8460 1090\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni210D\nEncoding: 8461 8461 1091\nWidth: 600\nFlags: HW\nHStem: 0 41<0 50 105 138 185 231 342 405 453 494> 272 41<241 453> 522 41<131 142 193 238 282 342 453 505 549 584>\nDStem: 153.12 522 193.12 522 50.8799 41 90.8799 41 241.12 522 282.12 522 138.88 41 237.695 313 241.12 522 228.98 272 138.88 41 179.88 41 454.98 272 549.12 522 405.88 41 446.88 41 508.12 522 549.12 522 463.695 313 446.88 41\nFore\n153 522 m 1\n 132 522 l 2\n 114 522 107 529 110 543 c 0\n 112 556 123 563 141 563 c 2\n 341 563 l 2\n 359 563 366 556 364 543 c 0\n 361 529 350 522 332 522 c 2\n 282 522 l 1\n 238 313 l 1\n 464 313 l 1\n 508 522 l 1\n 454 522 l 2\n 436 522 429 529 432 543 c 0\n 434 556 445 563 463 563 c 2\n 583 563 l 2\n 601 563 608 556 606 543 c 0\n 603 529 592 522 574 522 c 2\n 549 522 l 1\n 447 41 l 1\n 493 41 l 2\n 511 41 518 34 516 21 c 0\n 513 7 501 0 484 0 c 2\n 343 0 l 2\n 325 0 318 7 321 21 c 0\n 323 34 334 41 352 41 c 2\n 406 41 l 1\n 455 272 l 1\n 229 272 l 1\n 180 41 l 1\n 230 41 l 2\n 248 41 255 34 253 21 c 0\n 250 7 239 0 221 0 c 2\n 1 0 l 2\n -17 0 -25 7 -22 21 c 0\n -20 34 -9 41 10 41 c 2\n 51 41 l 1\n 153 522 l 1\n193 522 m 1\n 91 41 l 1\n 139 41 l 1\n 241 522 l 1\n 193 522 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni210E\nEncoding: 8462 8462 1092\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni210F\nEncoding: 8463 8463 1093\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2110\nEncoding: 8464 8464 1094\nWidth: 600\nFlags: HW\nHStem: -28 42<115 131> 502 39<448 451>\nVStem: 195 40<439 447>\nFore\n269 31 m 0\n 182 -43 52 -59 5 49 c 1\n 1 58 6 71 17 77 c 0\n 27 83 39 80 43 71 c 1\n 81 -13 168 5 247 59 c 0\n 394 160 354 438 505 516 c 1\n 429 483 416 516 330 523 c 0\n 283 527 216 457 239 433 c 1\n 244 424 240 411 230 404 c 0\n 220 398 208 399 203 407 c 1\n 168 479 265 562 338 563 c 0\n 435 563 414 510 584 565 c 0\n 640 583 647 545 590 528 c 0\n 364 459 467 195 269 31 c 0\nEndSplineSet\nEndChar\nStartChar: Ifraktur\nEncoding: 8465 8465 1095\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2112\nEncoding: 8466 8466 1096\nWidth: 600\nFlags: HW\nHStem: 0 40<50 55 141 383> 537 41<349 365>\nVStem: 186 40<384 416> 189 41<272 316>\nFore\n229 435 m 0\n 217 380 242 291 223 216 c 0\n 209 148 176 87 129 41 c 1\n 381 41 l 2\n 406 41 428 60 437 92 c 0\n 443 108 450 115 463 115 c 0\n 475 115 481 106 478 93 c 0\n 467 42 421 0 375 0 c 2\n 52 0 l 2\n 34 0 26 7 29 21 c 0\n 31 32 41 40 55 40 c 0\n 102 42 164 128 183 220 c 0\n 194 268 190 276 189 314 c 24\n 188 362 183 409 188 435 c 0\n 205 514 281 578 359 578 c 0\n 395 578 426 565 449 539 c 0\n 465 522 473 505 471 495 c 0\n 469 486 456 476 447 476 c 0\n 441 476 436 479 431 488 c 0\n 411 522 387 537 352 537 c 0\n 298 537 241 490 229 435 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii61289\nEncoding: 8467 8467 1097\nWidth: 600\nFlags: HW\nFore\n246 282 m 1\n 331 333 401 398 466 500 c 0\n 499 551 495 592 495 592 c 0\n 457 605 328 454 246 282 c 1\n192 252 m 1\n 273 448 412 627 505 632 c 0\n 581 616 526 529 499 484 c 0\n 421 359 329 284 221 226 c 1\n 198 169 181 111 176 58 c 0\n 173 30 184 14 207 12 c 0\n 259 6 312 64 343 107 c 1\n 350 117 363 121 371 116 c 0\n 380 111 382 99 375 89 c 1\n 342 44 280 -33 197 -28 c 0\n 152 -25 129 12 135 54 c 0\n 143 102 155 152 173 202 c 1\n 121 178 l 1\n 110 173 98 177 96 187 c 0\n 93 197 99 209 110 214 c 1\n 139 227 167 239 192 252 c 1\nEndSplineSet\nEndChar\nStartChar: uni2114\nEncoding: 8468 8468 1098\nWidth: 600\nFlags: HW\nHStem: -17 41<393 407> 0 41<28 98 139 266> 389 41<479 487> 542 20G<323 377> 563 41<171 209 321 377> 583 20G<332 427>\nVStem: 547 44<276 302>\nDStem: 209 563 259 604 98 41 139 41 377 562 427 603 266 41 368 327 377 562 317 87 266 41 299 0\nFore\n481 389 m 0\n 451 389 365 314 343 207 c 0\n 339 187 337 167 337 149 c 0\n 337 77 368 24 402 24 c 0\n 475 24 518 113 538 204 c 0\n 544 231 547 256 547 279 c 0\n 547 344 523 389 481 389 c 0\n149 578 m 0\n 149 594 162 604 181 604 c 2\n 259 604 l 1\n 139 41 l 1\n 266 41 l 1\n 377 562 l 1\n 323 562 l 2\n 308 562 300 567 300 577 c 0\n 300 593 312 603 332 603 c 2\n 427 603 l 1\n 368 327 l 1\n 391 382 458 430 484 430 c 0\n 561 430 591 378 591 301 c 0\n 591 273 587 242 580 209 c 0\n 549 63 467 -17 395 -17 c 0\n 354 -17 317 25 317 77 c 2\n 317 87 l 1\n 299 0 l 1\n 30 0 l 2\n 14 0 6 5 6 16 c 0\n 6 31 19 41 38 41 c 2\n 98 41 l 1\n 209 563 l 1\n 172 563 l 2\n 157 563 149 568 149 578 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni2115\nEncoding: 8469 8469 1099\nWidth: 600\nFlags: HW\nHStem: 0 41<-4 28 70 119 166 217> 522 41<107 121 171 217 452 518 568 612>\nDStem: 131.12 522 171.12 522 28.8799 41 68.8799 41 222.12 522 256.743 492 119.88 41 160.88 41 256.743 492 282.835 563 405.165 0 428.706 59 527.12 522 568.12 522 428.706 59 457.165 0\nFore\n131 522 m 1\n 108 522 l 2\n 90 522 83 529 86 543 c 0\n 88 556 99 563 117 563 c 2\n 283 563 l 1\n 429 59 l 1\n 527 522 l 1\n 453 522 l 2\n 434 522 427 529 430 543 c 0\n 432 556 443 563 462 563 c 2\n 611 563 l 2\n 629 563 636 556 634 543 c 0\n 631 529 620 522 602 522 c 2\n 568 522 l 1\n 457 0 l 1\n 405 0 l 1\n 257 492 l 1\n 161 41 l 1\n 216 41 l 2\n 234 41 241 34 239 21 c 0\n 236 7 224 0 207 0 c 2\n -3 0 l 2\n -21 0 -28 7 -25 21 c 0\n -23 34 -12 41 6 41 c 2\n 29 41 l 1\n 131 522 l 1\n171 522 m 1\n 69 41 l 1\n 120 41 l 1\n 222 522 l 1\n 171 522 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii61352\nEncoding: 8470 8470 1100\nWidth: 600\nFlags: HW\nHStem: 0 21G<330.165 382.165> 0 41<71 76> 254 40<475.379 606.1> 327 30<549.806 579.613> 464 30<567.419 596.774> 522 41<153 199 493 658>\nVStem: 8 44<64 70> 457 168<270.5 277.5> 487 31<387.895 416.036> 628 31<404.503 433.566>\nDStem: 14.208 99 56.208 99 9.31934 76 52.1699 80 208.12 522 239.917 474 114.17 80 155.319 76 239.917 474 268.835 563 330.165 0 360.083 89 460.835 563 493.12 522 360.083 89 382.165 0\nFore\n114 80 m 2\n 208 522 l 1\n 154 522 l 2\n 136 522 129 529 132 543 c 0\n 134 556 145 563 163 563 c 2\n 269 563 l 1\n 360 89 l 1\n 461 563 l 1\n 657 563 l 2\n 675 563 682 556 680 543 c 0\n 677 529 666 522 648 522 c 2\n 493 522 l 1\n 382 0 l 1\n 330 0 l 1\n 240 474 l 1\n 155 76 l 2\n 144 24 108 0 64 0 c 0\n 34 0 -1 26 9 76 c 2\n 14 99 l 2\n 18 117 28 127 42 127 c 0\n 54 127 60 118 56 99 c 2\n 52 80 l 2\n 47 54 61 41 75 41 c 0\n 89 41 107 46 114 80 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nRef: 730 730 N 0.903226 0 0 0.922652 193 -116\nRef: 175 175 N 0.575862 0 0 1 300 -282\nEndChar\nStartChar: uni2117\nEncoding: 8471 8471 1101\nWidth: 600\nFlags: HW\nHStem: -15 41<220 258> 121 36<168 199 237 271> 259 36<266 320> 408 36<229 243 288 380> 537 41<348 376>\nVStem: -3 43<209 241> 425 36<362 372> 560 41<321 355>\nDStem: 252.889 408 288.889 408 199.537 157 264.869 295 252.889 408 257.218 259 199.537 157 235.537 157\nFore\n320 259 m 9\n 257 259 l 1\n 236 157 l 1\n 272 157 l 2\n 284 157 290 150 288 139 c 0\n 285 128 276 121 264 121 c 2\n 168 121 l 2\n 155 121 148 128 151 139 c 0\n 153 150 163 157 176 157 c 2\n 200 157 l 1\n 253 408 l 1\n 229 408 l 2\n 216 408 209 415 212 426 c 0\n 214 437 224 444 237 444 c 2\n 375 444 l 2\n 436 444 471 405 460 351 c 0\n 452 313 406 279 373 270 c 0\n 320 259 l 9\n265 295 m 1\n 321 295 l 2\n 377 295 417 317 424 353 c 0\n 431 385 407 408 366 408 c 2\n 289 408 l 1\n 265 295 l 1\n363 578 m 0\n 526 578 631 445 596 282 c 0\n 561 116 401 -15 233 -15 c 0\n 73 -15 -31 120 3 282 c 0\n 38 445 199 578 363 578 c 0\n354 537 m 0\n 213 537 74 423 44 282 c 0\n 14 142 105 26 242 26 c 0\n 387 26 525 139 555 282 c 0\n 585 422 494 537 354 537 c 0\nEndSplineSet\nEndChar\nStartChar: weierstrass\nEncoding: 8472 8472 1102\nWidth: 600\nFlags: HW\nHStem: -150 40<72 81> -15 40<316 330> 414 40<429 446>\nVStem: 8 42<-75 -62> 80 37<234 256> 153 40<-14 10> 233 39<74 90> 525 44<298 314>\nFore\n564 254 m 0\n 539 139 457 -15 318 -15 c 0\n 229 -15 225 65 239 139 c 1\n 279 139 l 1\n 268 85 261 25 328 25 c 0\n 438 25 499 154 518 243 c 0\n 536 325 527 414 430 414 c 0\n 317 414 202 248 143 161 c 1\n 173 102 206 41 190 -35 c 0\n 178 -94 137 -150 71 -150 c 0\n 8 -150 2 -85 13 -33 c 0\n 26 32 59 96 99 155 c 1\n 72 210 77 268 90 333 c 1\n 130 333 l 1\n 122 291 106 231 127 197 c 1\n 198 302 313 454 447 454 c 0\n 553 454 584 348 564 254 c 0\n150 -34 m 0\n 162 18 138 79 116 120 c 1\n 90 75 64 18 54 -29 c 0\n 48 -56 43 -110 79 -110 c 0\n 121 -110 143 -70 150 -34 c 0\nEndSplineSet\nEndChar\nStartChar: uni2119\nEncoding: 8473 8473 1103\nWidth: 600\nFlags: HW\nHStem: 0 41<9 72 115 253> 231 41<175 307> 522 41<120 163 216 371>\nVStem: 485 41<416 432>\nDStem: 175.12 522 216.12 522 72.8799 41 162.98 272 175.12 522 154.266 231 72.8799 41 113.88 41 410.66 515.134 447.564 495.862 361.136 282.138 406.448 302.429\nFore\n154 231 m 1\n 114 41 l 1\n 252 41 l 2\n 271 41 278 34 276 21 c 0\n 273 7 261 0 243 0 c 2\n 10 0 l 2\n -8 0 -15 7 -12 21 c 0\n -10 34 1 41 19 41 c 2\n 73 41 l 1\n 175 522 l 1\n 121 522 l 2\n 103 522 96 529 99 543 c 0\n 101 556 112 563 130 563 c 2\n 370 563 l 2\n 476 563 544 491 524 398 c 0\n 504 305 399 231 285 231 c 2\n 154 231 l 1\n411 515 m 1\n 397 520 382 522 365 522 c 2\n 216 522 l 1\n 163 272 l 1\n 297 272 l 2\n 319 272 341 276 361 282 c 1\n 411 515 l 1\n448 496 m 1\n 406 302 l 1\n 446 326 475 360 483 398 c 0\n 491 438 477 473 448 496 c 1\nEndSplineSet\nEndChar\nStartChar: uni211A\nEncoding: 8474 8474 1104\nWidth: 600\nFlags: HW\nHStem: -115 41<368 382> -89 41<245 265> 535 41<357 382>\nVStem: 54 42<205 221> 525 42<333 365>\nDStem: 197.88 -10 252.604 -16 94.0645 -75 190.103 -56 215.485 472.719 263.727 506.789 133.649 87.7129 168.121 57\nFore\n253 -16 m 1\n 190 -56 l 1\n 221 -50 238 -48 259 -48 c 0\n 288 -48 310 -52 338 -63 c 0\n 360 -72 367 -74 380 -74 c 0\n 401 -74 420 -67 455 -47 c 0\n 460 -44 464 -43 468 -43 c 0\n 479 -43 486 -52 483 -64 c 0\n 479 -84 411 -115 369 -115 c 0\n 353 -115 342 -112 315 -102 c 0\n 290 -92 275 -89 250 -89 c 0\n 220 -89 151 -100 105 -112 c 0\n 101 -113 98 -114 95 -114 c 0\n 84 -114 77 -105 79 -93 c 0\n 81 -86 86 -80 94 -75 c 2\n 198 -10 l 1\n 89 15 32 139 62 280 c 0\n 97 445 234 576 373 576 c 0\n 512 576 595 445 560 280 c 0\n 525 116 391 -12 253 -16 c 1\n167 54 m 1\n 192 35 222 25 256 25 c 0\n 369 25 489 140 518 277 c 0\n 548 421 481 535 365 535 c 0\n 330 535 296 525 264 507 c 1\n 168 57 l 2\n 168 56 168 55 167 54 c 1\n134 88 m 1\n 215 473 l 1\n 161 426 119 357 103 280 c 0\n 86 204 100 135 134 88 c 1\nEndSplineSet\nMinimumDistance: x16,18 \nEndChar\nStartChar: uni211B\nEncoding: 8475 8475 1105\nWidth: 600\nFlags: H\nEndChar\nStartChar: Rfraktur\nEncoding: 8476 8476 1106\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni211D\nEncoding: 8477 8477 1107\nWidth: 600\nFlags: HW\nHStem: 0 41<1 30 75 118 171 190 479 512> 251 41<215 290> 522 41<112 123 173 219 262 379>\nVStem: 486 41<424 435>\nDStem: 133.12 522 173.12 522 30.8799 41 70.8799 41 221.12 522 262.12 522 118.88 41 213.231 292 221.12 522 204.517 251 118.88 41 159.88 41\nFore\n213 292 m 1\n 281 292 l 2\n 379 292 470 344 484 408 c 0\n 497 468 441 522 369 522 c 2\n 262 522 l 1\n 213 292 l 1\n133 522 m 1\n 113 522 l 2\n 95 522 88 529 91 543 c 0\n 93 556 104 563 122 563 c 2\n 378 563 l 2\n 475 563 543 491 525 407 c 0\n 511 342 455 294 355 262 c 1\n 409 219 429 182 480 41 c 1\n 511 41 l 2\n 529 41 536 34 534 21 c 0\n 531 7 520 0 502 0 c 2\n 445 0 l 1\n 392 162 359 216 291 251 c 1\n 205 251 l 1\n 160 41 l 1\n 189 41 l 2\n 207 41 214 34 212 21 c 0\n 209 7 198 0 180 0 c 2\n 2 0 l 2\n -16 0 -23 7 -20 21 c 0\n -18 34 -7 41 11 41 c 2\n 31 41 l 1\n 133 522 l 1\n173 522 m 1\n 71 41 l 1\n 119 41 l 1\n 221 522 l 1\n 173 522 l 1\nEndSplineSet\nEndChar\nStartChar: prescription\nEncoding: 8478 8478 1108\nWidth: 600\nFlags: HW\nHStem: 0 41<79 133 174 240 540 562> 251 41<227 341 341 351> 522 41<189 235 276 276 276 429>\nVStem: 47 225<17.5 24.5> 545 42<395.5 452>\nDStem: 553.43 214 565.99 179 341.223 86 353.57 50\nRef: 82 82 N 1 0 0 1 0 0\nRef: 823 823 N 1 0 0 1 180 -180\nEndChar\nStartChar: uni211F\nEncoding: 8479 8479 1109\nWidth: 600\nFlags: H\nEndChar\nStartChar: trademark\nEncoding: 8482 8482 1110\nWidth: 600\nFlags: HMW\nHStem: 243 33<113 167 200 247 346 360 393 423 553 590 623 631> 530 33<150 221 150 150 254 325 254 254 411 414 677 677 677 687>\nVStem: 90 179 323 122 530 123\nFore\n254 530 m 1\n 200 276 l 1\n 254 276 l 2\n 264 276 270 271 270 263 c 0\n 270 252 260 243 247 243 c 2\n 106 243 l 2\n 96 243 90 248 90 256 c 0\n 90 267 100 276 113 276 c 2\n 167 276 l 1\n 221 530 l 1\n 150 530 l 1\n 134 457 l 1\n 132 445 124 438 114 438 c 0\n 107 438 102 443 101 451 c 1\n 101 457 l 1\n 124 563 l 1\n 366 563 l 1\n 344 457 l 1\n 341 445 333 438 322 438 c 0\n 315 438 309 444 309 452 c 0\n 309 453 309 455 310 457 c 1\n 325 530 l 1\n 254 530 l 1\n521 336 m 1\n 489 336 l 1\n 445 520 l 1\n 393 276 l 1\n 430 276 l 2\n 441 276 446 272 446 263 c 0\n 446 252 436 243 423 243 c 2\n 338 243 l 2\n 329 243 323 248 323 256 c 0\n 323 267 333 276 346 276 c 2\n 360 276 l 1\n 414 530 l 1\n 404 530 l 2\n 394 530 388 535 388 543 c 0\n 388 554 398 563 411 563 c 2\n 471 563 l 1\n 514 379 l 1\n 635 563 l 1\n 694 563 l 2\n 705 563 710 559 710 550 c 0\n 710 539 700 530 687 530 c 2\n 677 530 l 1\n 623 276 l 1\n 638 276 l 2\n 648 276 654 271 654 263 c 0\n 654 252 644 243 631 243 c 2\n 546 243 l 2\n 536 243 530 248 530 256 c 0\n 530 267 540 276 553 276 c 2\n 590 276 l 1\n 642 520 l 1\n 521 336 l 1\nEndSplineSet\nEndChar\nStartChar: uni2124\nEncoding: 8484 8484 1111\nWidth: 600\nFlags: HW\nHStem: 0 41<36 92 144 458> 522 41<159 427 480 535>\nDStem: 126.835 563 159.12 522 93.0381 404 134.038 404 427.482 519 480.002 522 1.70605 59 37.7305 45 488.851 182 529.851 182 458.88 41 491.165 0 535.482 519 571.507 505 92.9424 41 145.73 45\nFore\n93 41 m 1\n 535 519 l 1\n 536 522 l 1\n 480 522 l 1\n 38 45 l 1\n 37 41 l 1\n 93 41 l 1\n428 522 m 1\n 159 522 l 1\n 134 404 l 2\n 130 385 121 376 108 376 c 0\n 94 376 89 385 93 404 c 2\n 127 563 l 1\n 584 563 l 1\n 572 505 l 1\n 146 45 l 1\n 145 41 l 1\n 459 41 l 1\n 489 182 l 2\n 493 200 501 209 515 209 c 0\n 529 209 534 200 530 182 c 2\n 491 0 l 1\n -11 0 l 1\n 2 59 l 1\n 427 519 l 1\n 428 522 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni2126\nEncoding: 8486 8486 1112\nWidth: 600\nFlags: HW\nHStem: -2 43<58 182 310 438> 531 40<331 411>\nVStem: 95 42<282 290> 512 43<417.031 424>\nDStem: 42 142 82 142 7 -2 57 41 42 142 257 173 7 -2 214 -2 206 138 257 173 182 41 214 -2 300 173 504 142 257 -2 469 -2 300 173 333 138 257 -2 309 41 463 142 504 142 438 41 469 -2\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2127\nEncoding: 8487 8487 1113\nWidth: 600\nFlags: HW\nHStem: -2 40<205 297> 528 43<169 291 421 545>\nVStem: 65 41<151 160> 479 42<254 270>\nDStem: 138.897 571 169.758 528 108.289 427 148.289 427 294.758 528 345.897 571 274.14 431 308.7 396 388.897 571 421.758 528 351.7 396 401.14 431 550.758 528 600.897 571 529.289 427 570.289 427\nFore\n601 571 m 1\n 570 427 l 2\n 569 419 565 413 559 408 c 1\n 555 403 550 400 543 400 c 0\n 529 400 526 412 529 427 c 2\n 551 528 l 1\n 422 528 l 1\n 401 431 l 1\n 419 427 435 421 449 412 c 0\n 499 380 536 312 517 221 c 0\n 512 198 504 175 494 152 c 0\n 471 103 427 50 381 26 c 0\n 344 7 326 -2 289 -2 c 2\n 199 -2 l 1\n 147 5 119 25 94 59 c 0\n 67 94 58 148 72 214 c 0\n 91 305 143 374 212 410 c 0\n 232 422 253 429 274 431 c 1\n 295 528 l 1\n 170 528 l 1\n 148 427 l 2\n 145 413 137 400 124 400 c 0\n 108 400 105 411 108 427 c 2\n 139 571 l 1\n 346 571 l 1\n 309 396 l 1\n 259 391 228 383 194 353 c 0\n 153 318 124 275 111 216 c 0\n 107 197 105 179 106 161 c 0\n 106 128 125 79 148 65 c 0\n 165 55 185 40 206 38 c 2\n 298 38 l 1\n 334 42 365 55 390 77 c 0\n 431 115 461 154 474 216 c 0\n 489 284 470 345 429 369 c 0\n 393 390 397 389 352 396 c 1\n 389 571 l 1\n 601 571 l 1\nEndSplineSet\nEndChar\nStartChar: uni212A\nEncoding: 8490 8490 1114\nWidth: 600\nFlags: HW\nHStem: 0 41<79 133 174 240 498 545> 522 41<190 235 276 276 276 351 519 556 613 613 613 630>\nVStem: 158 225<539.5 546.5> 487 174\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni212B\nEncoding: 8491 8491 1115\nWidth: 600\nFlags: HW\nHStem: 0 41<45 76 117 187 417 493 536 564> 188 41<227 462> 522 41<246 357 397 397 397 412> 630 33<403.5 436.5> 778 33<423 456>\nVStem: 13 206<17.5 24.5> 335 34<696 726.5> 385 210 491 34<714 745.5>\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: onethird\nEncoding: 8531 8531 1116\nWidth: 600\nFlags: HW\nHStem: 0 36<331 479> 0 59<496 507> 259 37<45 111 160 219> 317 36<464 474>\nVStem: 524 36<258 272>\nDStem: 169.627 563 216.042 612 112.662 295 148.662 295 496.661 502 521.348 477 58.6631 88 82.3486 63\nFore\n521 477 m 1\n 82 63 l 2\n 72 53 68 51 62 51 c 0\n 51 51 44 60 46 71 c 0\n 47 75 51 81 59 88 c 2\n 497 502 l 2\n 508 512 511 514 517 514 c 0\n 528 514 535 505 533 494 c 0\n 532 490 527 483 521 477 c 1\n216 612 m 1\n 149 295 l 1\n 220 295 l 2\n 232 295 238 288 236 277 c 0\n 233 266 224 259 212 259 c 2\n 34 259 l 2\n 21 259 14 266 17 277 c 0\n 20 290 31 296 52 296 c 0\n 60 296 91 296 113 295 c 1\n 170 563 l 1\n 100 542 l 2\n 96 541 93 540 91 540 c 0\n 83 540 76 549 78 558 c 0\n 81 573 81 573 216 612 c 1\n330 36 m 1\n 480 36 l 1\n 480 39 l 2\n 483 51 491 59 502 59 c 0\n 513 59 519 51 516 39 c 2\n 508 0 l 1\n 278 0 l 1\n 287 43 l 1\n 445 166 l 1\n 506 216 519 230 524 252 c 0\n 531 287 503 317 465 317 c 0\n 431 317 396 296 380 265 c 0\n 375 254 368 249 359 249 c 0\n 350 249 344 257 345 266 c 0\n 348 277 360 295 374 309 c 0\n 402 337 438 353 473 353 c 0\n 531 353 571 306 560 252 c 0\n 550 209 529 189 330 36 c 1\nEndSplineSet\nMinimumDistance: x37,-1 \nEndChar\nStartChar: twothirds\nEncoding: 8532 8532 1117\nWidth: 600\nFlags: HW\nHStem: 0 35<407 452 492 502> 93 36<373 454 509.743 520.046> 251 36<101 124> 309 36<508 510> 431 36<139 149> 576 36<181 192>\nVStem: 217 36<368 379> 240 36<528 539>\nDStem: 464.726 93 500.726 93 452.609 36 488.609 36 497.29 345 508.638 309 322.952 127 363.378 129 502.661 502 527.348 477 64.6631 88 88.3486 63 510.638 309 554.29 345 472.378 129 508.378 129\nFore\n213 446 m 1\n 247 422 260 394 252 358 c 0\n 240 299 174 251 108 251 c 0\n 58 251 1 281 6 304 c 0\n 7 313 17 321 26 321 c 0\n 31 321 34 320 38 316 c 0\n 64 295 86 287 116 287 c 0\n 162 287 208 320 216 358 c 0\n 225 398 192 430 140 431 c 0\n 113.769 433.018 118.938 455.822 135 465 c 0\n 138 467 138 467 163 467 c 0\n 200 467 232 490 238 520 c 0\n 245 552 221 576 182 576 c 0\n 153 576 126 566 108 549 c 0\n 100 541 96 539 90 539 c 0\n 80 539 73 547 75 556 c 0\n 80 581 144 612 190 612 c 0\n 249 612 286 572 274 520 c 0\n 268 490 250 468 213 446 c 1\n527 477 m 1\n 88 63 l 2\n 78 53 74 51 68 51 c 0\n 57 51 50 60 52 71 c 0\n 53 76 56 80 65 88 c 2\n 503 502 l 2\n 514 512 517 514 523 514 c 0\n 534 514 541 505 539 494 c 0\n 538 490 533 483 527 477 c 1\n465 93 m 1\n 316 93 l 1\n 323 127 l 1\n 497 345 l 1\n 554 345 l 1\n 508 129 l 1\n 521 129 l 2\n 534 129 541 122 539 111 c 0\n 536 99 526 93 510 93 c 2\n 501 93 l 1\n 489 36 l 1\n 502 36 l 2\n 515 36 521 29 519 18 c 0\n 516 7 507 0 494 0 c 2\n 409 0 l 2\n 382.395 0 389.876 26.9379 406 35 c 0\n 412 36 412 36 453 36 c 1\n 465 93 l 1\n472 129 m 1\n 511 309 l 1\n 509 309 l 1\n 363 129 l 1\n 472 129 l 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni2155\nEncoding: 8533 8533 1118\nWidth: 600\nFlags: HW\nEndChar\nStartChar: uni2156\nEncoding: 8534 8534 1119\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2157\nEncoding: 8535 8535 1120\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2158\nEncoding: 8536 8536 1121\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni2159\nEncoding: 8537 8537 1122\nWidth: 600\nFlags: H\nEndChar\nStartChar: uni215A\nEncoding: 8538 8538 1123\nWidth: 600\nFlags: H\nEndChar\nStartChar: oneeighth\nEncoding: 8539 8539 1124\nWidth: 600\nFlags: HW\nHStem: -10 36<406 419> 164 35<445 456> 259 37<46 112 161 220> 323 36<479 494>\nVStem: 322 36<70 86> 363 37<243 251> 506 36<102 114> 536 36<275 282>\nDStem: 170.689 563 217.105 612 113.725 295 149.725 295 497.724 502 522.41 477 59.7256 88 83.4111 63\nFore\n494 181 m 1\n 599.266 128.367 514.708 -10 410 -10 c 0\n 350 -10 312 36 324 93 c 0\n 332 131 360 161 406 181 c 1\n 371 202 357 227 365 263 c 0\n 376 315 432 359 488 359 c 0\n 544 359 582 315 571 263 c 0\n 563 227 540 202 494 181 c 1\n481 323 m 0\n 437 323 408 297 401 262 c 1\n 394 235 410 199 454 199 c 1\n 498 199 529 234 534 261 c 0\n 542 296 525 323 481 323 c 0\n447 164 m 0\n 403 164 365 123 359 93 c 0\n 351 56 371 26 418 26 c 0\n 464 26 497 55 505 92 c 0\n 511 122 491 164 447 164 c 0\n522 477 m 1\n 83 63 l 2\n 73 53 69 51 63 51 c 0\n 52 51 45 60 47 71 c 0\n 48 75 52 81 60 88 c 2\n 498 502 l 2\n 509 512 512 514 518 514 c 0\n 529 514 536 505 534 494 c 0\n 533 490 528 483 522 477 c 1\n217 612 m 1\n 150 295 l 1\n 221 295 l 2\n 233 295 239 288 237 277 c 0\n 235 266 225 259 213 259 c 2\n 35 259 l 2\n 22 259 16 266 18 277 c 0\n 21 290 32 296 53 296 c 0\n 61 296 92 296 114 295 c 1\n 171 563 l 1\n 101 542 l 2\n 97 541 94 540 92 540 c 0\n 84 540 77 549 79 558 c 0\n 82 573 82 573 217 612 c 1\nEndSplineSet\nEndChar\nStartChar: threeeighths\nEncoding: 8540 8540 1125\nWidth: 600\nFlags: HW\nHStem: -10 36<406 422> 164 35<445 456> 251 36<102 125> 323 36<479 494> 431 36<140 150> 576 36<182 193>\nVStem: 218 36<369 379> 241 36<529 539> 322 36<70 86> 363 37<243 252> 506 36<102 114> 536 36<275 286>\nDStem: 503.724 502 528.41 477 65.7256 88 89.4111 63\nFore\n494 181 m 1\n 599.266 128.367 514.708 -10 410 -10 c 0\n 350 -10 312 36 324 93 c 0\n 332 131 360 161 406 181 c 1\n 371 202 357 227 365 263 c 0\n 376 315 432 359 488 359 c 0\n 544 359 582 315 571 263 c 0\n 563 227 540 202 494 181 c 1\n481 323 m 0\n 437 323 408 297 401 262 c 1\n 394 235 410 199 454 199 c 1\n 498 199 529 234 534 261 c 0\n 542 296 525 323 481 323 c 0\n447 164 m 0\n 403 164 365 123 359 93 c 0\n 351 56 371 26 418 26 c 0\n 464 26 497 55 505 92 c 0\n 511 122 491 164 447 164 c 0\n214 446 m 1\n 248 422 261 394 253 358 c 0\n 241 299 175 251 109 251 c 0\n 59 251 2 281 7 304 c 0\n 9 313 18 321 27 321 c 0\n 32 321 35 320 39 316 c 0\n 65 295 87 287 117 287 c 0\n 163 287 209 320 217 358 c 0\n 226 398 193 430 141 431 c 0\n 114.769 433.018 119.938 455.822 136 465 c 0\n 139 467 139 467 164 467 c 0\n 201 467 233 490 240 520 c 0\n 246 552 222 576 183 576 c 0\n 154 576 127 566 109 549 c 0\n 101 541 97 539 91 539 c 0\n 81 539 74 547 76 556 c 0\n 82 581 145 612 191 612 c 0\n 250 612 287 572 276 520 c 0\n 269 490 251 468 214 446 c 1\n528 477 m 1\n 89 63 l 2\n 79 53 75 51 69 51 c 0\n 58 51 51 60 53 71 c 0\n 54 76 57 80 66 88 c 2\n 504 502 l 2\n 515 512 518 514 524 514 c 0\n 535 514 542 505 540 494 c 0\n 539 490 534 483 528 477 c 1\nEndSplineSet\nEndChar\nStartChar: fiveeighths\nEncoding: 8541 8541 1126\nWidth: 600\nFlags: HW\nHStem: -10 36<406 423> 164 35<445 456> 251 36<102 119> 323 36<479 494> 460 36<165 180> 576 36<131 264>\nVStem: 226 35<390 406> 322 36<70 86> 363 37<243 252> 506 36<102 114> 536 36<275 286>\nDStem: 102.105 612 131.453 576 68.7334 455 110.622 478 503.724 502 528.41 477 65.7256 88 89.4111 63\nFore\n131 576 m 1\n 111 478 l 1\n 143 490 152 496 178 496 c 0\n 237 496 273 442 259 377 c 0\n 244 304 179 251 110 251 c 0\n 79 251 52 260 28 280 c 0\n 12 292 6 301 7 308 c 0\n 9 314 17 329 23 329 c 0\n 27 329 29 330 32 326 c 0\n 55 300 83 287 117 287 c 0\n 174 287 214 327 224 378 c 0\n 235 430 216 460 167 460 c 0\n 144 460 116 449 89 436 c 0\n 81 432 78 431 75 431 c 0\n 69 431 67 448 69 455 c 2\n 102 612 l 1\n 266 612 l 2\n 277 612 280 602 278 594 c 0\n 277 586 269 576 258 576 c 2\n 131 576 l 1\n494 181 m 1\n 599.266 128.367 514.708 -10 410 -10 c 0\n 350 -10 312 36 324 93 c 0\n 332 131 360 161 406 181 c 1\n 371 202 357 227 365 263 c 0\n 376 315 432 359 488 359 c 0\n 544 359 582 315 571 263 c 0\n 563 227 540 202 494 181 c 1\n481 323 m 0\n 437 323 408 297 401 262 c 1\n 394 235 410 199 454 199 c 1\n 498 199 529 234 534 261 c 0\n 542 296 525 323 481 323 c 0\n447 164 m 0\n 403 164 365 123 359 93 c 0\n 351 56 371 26 418 26 c 0\n 464 26 497 55 505 92 c 0\n 511 122 491 164 447 164 c 0\n528 477 m 1\n 89 63 l 2\n 79 53 75 51 69 51 c 0\n 58 51 51 60 53 71 c 0\n 54 76 57 80 66 88 c 2\n 504 502 l 2\n 515 512 518 514 524 514 c 0\n 535 514 542 505 540 494 c 0\n 539 490 534 483 528 477 c 1\nEndSplineSet\nEndChar\nStartChar: seveneighths\nEncoding: 8542 8542 1127\nWidth: 600\nFlags: HW\nHStem: -10 36<404 420> 164 35<445 456> 323 36<479 494> 578 36<151 292>\nVStem: 321 36<70 86> 363 37<243 256> 506 36<102 114> 536 36<269 282>\nDStem: 503.512 502 528.197 477 65.5127 88 89.1992 63\nFore\n331 576 m 1\n 331 576 170 271 170 270 c 2\n 169 267 l 1\n 164 258 152 252 143 255 c 0\n 135 258 132 268 137 278 c 1\n 295 578 l 1\n 152 578 l 1\n 147 558 l 2\n 145 546 134 541 127 541 c 0\n 118 541 108 546 110 558 c 2\n 122 614 l 1\n 339 614 l 1\n 331 576 l 1\n494 181 m 1\n 599.476 128.262 513.851 -10 410 -10 c 0\n 350 -10 311 36 324 93 c 0\n 332 131 360 161 406 181 c 1\n 371 202 357 227 365 263 c 0\n 376 315 432 359 488 359 c 0\n 544 359 582 315 571 263 c 0\n 563 227 540 202 494 181 c 1\n480 323 m 0\n 436 323 408 297 400 262 c 1\n 394 235 410 199 454 199 c 1\n 498 199 529 234 534 261 c 0\n 542 296 524 323 480 323 c 0\n447 164 m 0\n 403 164 365 123 359 93 c 0\n 351 56 370 26 417 26 c 0\n 463 26 496 55 504 92 c 0\n 511 122 491 164 447 164 c 0\n528 477 m 1\n 89 63 l 2\n 79 53 75 51 69 51 c 0\n 58 51 51 60 53 71 c 0\n 54 76 57 80 66 88 c 2\n 504 502 l 2\n 515 512 518 514 524 514 c 0\n 535 514 542 505 540 494 c 0\n 539 490 533 483 528 477 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni215F\nEncoding: 8543 8543 1128\nWidth: 600\nFlags: HW\nHStem: 259 37<39 106 155 214>\nDStem: 164.207 563 210.622 612 107.241 295 143.241 295 491.241 502 515.927 477 53.2422 88 76.9287 63\nFore\n516 477 m 1\n 77 63 l 2\n 67 53 62 51 56 51 c 0\n 45 51 38 60 41 71 c 0\n 41 75 46 81 53 88 c 2\n 491 502 l 2\n 502 512 506 514 512 514 c 0\n 523 514 530 505 528 494 c 0\n 527 490 521 483 516 477 c 1\n211 612 m 1\n 143 295 l 1\n 214 295 l 2\n 226 295 233 288 230 277 c 0\n 228 266 219 259 207 259 c 2\n 29 259 l 2\n 16 259 9 266 11 277 c 0\n 14 290 25 296 46 296 c 0\n 54 296 85 296 107 295 c 1\n 164 563 l 1\n 95 542 l 2\n 91 541 87 540 85 540 c 0\n 77 540 70 549 72 558 c 0\n 75 573 75 573 211 612 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: arrowleft\nEncoding: 8592 8592 1129\nWidth: 600\nFlags: HW\nHStem: 261 41<167 507>\nDStem: 41 281 155 261 214 172 241 207 261 390 273 355 41 281 166 302\nFore\n155 261 m 1\n 241 207 l 2\n 253.747 199.033 252.771 190.156 246 180 c 2\n 243 177 l 2\n 239 171 232 167 226 167 c 0\n 223 167 218 169 214 172 c 2\n 41 281 l 1\n 261 390 l 2\n 267 393 271 395 274 395 c 0\n 280 395 285 391 288 385 c 1\n 288 380.119 290 377.017 290 373 c 0\n 288 365 283 360 273 355 c 2\n 166 302 l 1\n 505 302 l 2\n 523 302 531 295 528 282 c 0\n 525 268 515 261 497 261 c 2\n 155 261 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: arrowup\nEncoding: 8593 8593 1130\nWidth: 600\nFlags: HW\nDStem: 307 406 348 404 234 64 276 64 348 404 352 524 380 308 420 328 352 524 307 406 202 328 232 308\nFore\n307 406 m 1\n 232 308 l 2\n 226 300 219 296 213 296 c 0\n 209 296 205 296 204 298 c 2\n 200 300 l 2\n 189.334 308.533 191.569 319.655 202 328 c 2\n 352 524 l 1\n 420 328 l 2\n 422.857 310.859 418.592 306.053 408 300 c 1\n 404.813 296.813 399.206 296 395 296 c 0\n 387 296 384 300 380 308 c 2\n 348 404 l 1\n 276 64 l 2\n 272 46 262 38 250 38 c 0\n 236 38 230 46 234 64 c 2\n 307 406 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: arrowright\nEncoding: 8594 8594 1131\nWidth: 600\nFlags: HW\nHStem: 261 41<76 417>\nDStem: 341 355 367 390 425 302 541 281 418 261 541 281 309 207 322 172\nFore\n418 261 m 1\n 77 261 l 2\n 59 261 51 268 54 282 c 0\n 57 295 67 302 85 302 c 2\n 425 302 l 1\n 341 355 l 2\n 333 360 330 365 332 373 c 0\n 332 382.368 346.817 395 356 395 c 0\n 359 395 363 393 367 390 c 2\n 541 281 l 1\n 322 172 l 2\n 316 169 311 167 308 167 c 0\n 302 167 297 171 295 177 c 2\n 294 180 l 2\n 292 183 292 187 293 190 c 0\n 294 196 299 202 309 207 c 2\n 418 261 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: arrowdown\nEncoding: 8595 8595 1132\nWidth: 600\nFlags: HW\nDStem: 182 234 220 254 248 38 253 156 326 498 368 498 253 156 296 158 368 254 400 234 296 158 248 38\nFore\n253 156 m 1\n 326 498 l 2\n 330 516 340 524 354 524 c 0\n 366 524 372 516 368 498 c 2\n 296 158 l 1\n 368 254 l 2\n 376 262 381 266 389 266 c 0\n 401.151 266 408.489 254.931 407 246 c 0\n 406 244 403 240 400 234 c 2\n 248 38 l 1\n 182 234 l 2\n 172.997 246.004 182.832 256.761 192 262 c 2\n 196 264 l 2\n 199 266 203 266 207 266 c 0\n 213 266 218 262 220 254 c 2\n 253 156 l 1\nEndSplineSet\nEndChar\nStartChar: arrowboth\nEncoding: 8596 8596 1133\nWidth: 600\nFlags: HW\nHStem: 261 41<150 451>\nDStem: 25 281 139 261 198 172 225 207 245 390 257 355 25 281 149 302 375 355 401 390 459 302 575 281 452 261 575 281 343 207 356 172\nFore\n139 261 m 1\n 225 207 l 2\n 237.747 199.033 236.771 190.156 230 180 c 2\n 227 177 l 2\n 223 171 216 167 210 167 c 0\n 207 167 202 169 198 172 c 2\n 25 281 l 1\n 245 390 l 2\n 251 393 255 395 258 395 c 0\n 264 395 269 391 272 385 c 1\n 272 380.119 274 377.017 274 373 c 0\n 272 365 267 360 257 355 c 2\n 149 302 l 1\n 459 302 l 1\n 375 355 l 2\n 367 360 364 365 366 373 c 0\n 366 382.368 380.817 395 390 395 c 0\n 393 395 397 393 401 390 c 2\n 575 281 l 1\n 356 172 l 2\n 350 169 345 167 342 167 c 0\n 336 167 331 171 329 177 c 2\n 328 180 l 2\n 326 183 326 187 327 190 c 0\n 328 196 333 202 343 207 c 2\n 452 261 l 1\n 139 261 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: arrowupdn\nEncoding: 8597 8597 1134\nWidth: 600\nFlags: HW\nDStem: 174 202 213 222 242 6 247 124 313 438 354 436 247 124 288 126 354 436 358 556 387 340 426 359 358 556 313 438 208 360 239 340 361 222 392 203 288 126 242 6\nFore\n313 438 m 1\n 239 340 l 2\n 232 331 225 327 219 327 c 0\n 216 327 212 328 209 330 c 2\n 207 332 l 2\n 194.928 338.036 200.698 350.872 208 360 c 2\n 358 556 l 1\n 426 359 l 2\n 431.708 344.729 424.485 333.371 411 330 c 1\n 408 328 405 327 402 327 c 0\n 394 327 390 331 387 340 c 2\n 354 436 l 1\n 288 126 l 1\n 361 222 l 2\n 368 231 374 235 382 235 c 0\n 390.956 235 401.876 226.255 400 215 c 0\n 399 212 396 208 392 203 c 2\n 242 6 l 1\n 174 202 l 2\n 168.195 216.513 175.043 225.021 185 230 c 2\n 189 232 l 2\n 192 234 196 235 199 235 c 0\n 205 235 210 231 213 222 c 2\n 247 124 l 1\n 313 438 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni2196\nEncoding: 8598 8598 1135\nWidth: 600\nFlags: HW\nDStem: 149 453 198 355 165 238 207 248 198 355 234 383 388 114 423 143\nFore\n198 355 m 1\n 207 248 l 2\n 207 232.628 200.532 225.844 189 222 c 2\n 185 221 l 2\n 174.086 217.882 165 222.469 165 238 c 2\n 149 453 l 1\n 353 391 l 2\n 375.233 386.553 365.705 365.705 356 356 c 0\n 349 351 342 350 333 353 c 2\n 234 383 l 1\n 423 143 l 2\n 434 130 433 119 421 110 c 0\n 409 100 398 101 388 114 c 2\n 198 355 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni2197\nEncoding: 8599 8599 1136\nWidth: 600\nFlags: HW\nDStem: 397 384 419 352 103 142 127 112 419 352 509 453 365 248 402 236\nFore\n397 384 m 1\n 283 352 l 2\n 267.249 348.85 259 356.326 259 364 c 2\n 259 368 l 2\n 259 380.496 268.488 391 281 391 c 2\n 509 453 l 1\n 402 236 l 2\n 393.609 225.511 389.986 216.718 375 221 c 1\n 372 221 l 1\n 368 222 367 224 365 227 c 0\n 360 232 362 238 365 248 c 2\n 419 352 l 1\n 127 112 l 2\n 111 99 100 99 94 108 c 0\n 86 118 88 129 103 142 c 2\n 397 384 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2198\nEncoding: 8600 8600 1137\nWidth: 600\nFlags: HW\nDStem: 159 420 194 449 349 178 384 209 375 314 416 325 384 209 433 109\nFore\n349 178 m 1\n 159 420 l 2\n 150 433 150 444 162 454 c 0\n 173 463 185 462 194 449 c 2\n 384 209 l 1\n 375 314 l 2\n 373.436 329.64 381.87 336.29 396 341 c 1\n 403 343 410 341 414 337 c 0\n 416 335 416 331 416 325 c 2\n 433 109 l 1\n 230 170 l 2\n 216.77 174.41 210.866 179.766 219 194 c 2\n 219 197 l 2\n 224.129 207.258 234.384 213.872 249 209 c 2\n 349 178 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2199\nEncoding: 8601 8601 1138\nWidth: 600\nFlags: HW\nDStem: 199 324 235 314 91 109 181 207 474 449 498 419 181 207 207 178\nFore\n181 207 m 1\n 474 449 l 2\n 490 461 501 461 509 451 c 0\n 516 443 514 432 498 419 c 2\n 207 178 l 1\n 317 210 l 2\n 328 211 334 211 337 205 c 0\n 340.237 202.842 342.626 198.877 341 194 c 1\n 341 187 338 180 333 176 c 0\n 331 174 326 173 321 170 c 2\n 91 109 l 1\n 199 324 l 2\n 201.184 337.107 213.338 344.887 225 341 c 2\n 229 340 l 2\n 232 340 234 337 237 334 c 0\n 240 330 239 323 235 314 c 2\n 181 207 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: arrowupdnbse\nEncoding: 8616 8616 1139\nWidth: 600\nFlags: HW\nHStem: -51 41<115 364>\nDStem: 180 202 220 222 248 6 253 124 319 438 360 436 253 124 294 126 360 436 365 556 393 340 432 359 365 556 319 438 214 360 245 340 368 222 398 203 294 126 248 6\nFore\n125 -10 m 2\n 363 -10 l 2\n 381 -10 389 -17 386 -30 c 0\n 383 -44 372 -51 354 -51 c 2\n 116 -51 l 2\n 98 -51 91 -44 94 -30 c 0\n 97 -17 107 -10 125 -10 c 2\n319 438 m 1\n 245 340 l 2\n 238 331 231 327 225 327 c 0\n 222 327 218 328 215 330 c 2\n 213 332 l 2\n 201.935 338.639 206.114 350.142 214 360 c 2\n 365 556 l 1\n 432 359 l 2\n 437.825 344.438 430.807 333.452 417 330 c 1\n 414 328 411 327 408 327 c 0\n 400 327 396 331 393 340 c 2\n 360 436 l 1\n 294 126 l 1\n 368 222 l 2\n 374 231 380 235 388 235 c 0\n 396.956 235 407.876 226.255 406 215 c 0\n 405 212 403 208 398 203 c 2\n 248 6 l 1\n 180 202 l 2\n 174.195 216.513 181.043 225.021 191 230 c 2\n 195 232 l 2\n 198 234 202 235 205 235 c 0\n 211 235 216 231 220 222 c 2\n 253 124 l 1\n 319 438 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 1140\nWidth: 600\nFlags: HMW\nHStem: -16 41<260.5 333.5> 390 41<323 420.5> 540 41\nVStem: 111 42<128 227.5> 535 45<243.5 287.5>\nFore\n274 558 m 1\n 279.949 575.846 280.21 581 316 581 c 0\n 486 581 580 476 580 286 c 0\n 580 201 554 132 501 76 c 0\n 445 17 371 -16 296 -16 c 0\n 187 -16 111 58 111 162 c 0\n 111 302 247 431 392 431 c 0\n 449 431 493 413 531 376 c 1\n 492 492 415 545 291 540 c 0\n 281 540 274 545 274 554 c 2\n 274 558 l 1\n382 390 m 0\n 264 390 153 284 153 171 c 0\n 153 85 216 25 305 25 c 0\n 424 25 535 130 535 244 c 0\n 535 331 473 390 382 390 c 0\nEndSplineSet\nEndChar\nStartChar: Delta\nEncoding: 8710 8710 1141\nWidth: 600\nFlags: HMW\nHStem: 0 40<112 506> 543 20<398 441 441 441>\nFore\n43 0 m 1\n 398 563 l 1\n 441 563 l 1\n 557 0 l 1\n 43 0 l 1\n112 40 m 1\n 506 40 l 1\n 409 513 l 1\n 112 40 l 1\nEndSplineSet\nEndChar\nStartChar: summation\nEncoding: 8721 8721 1142\nWidth: 600\nFlags: HMW\nHStem: -127 40<138 446> 523 40<273 565 273 273>\nFore\n565 523 m 1\n 273 523 l 1\n 393 267 l 1\n 396 263 397 259 397 257 c 0\n 397 254 395 249 389 242 c 2\n 138 -87 l 1\n 446 -87 l 1\n 475 27 l 1\n 478 40 487 48 496 48 c 2\n 501 48 l 2\n 508 48 514 41 514 35 c 1\n 507.445 -14.7784 493.253 -56.9198 485 -105 c 1\n 482 -121 474 -127 458 -127 c 2\n 108 -127 l 2\n 96 -127 90 -122 90 -113 c 0\n 90 -105.181 92.6387 -99.2603 94 -92 c 1\n 96 -84 96 -84 101 -76 c 1\n 352 257 l 1\n 228 513 l 1\n 226 516 225 521 225 523 c 0\n 225 525 225 527 226 531 c 2\n 229 544 l 2\n 232 556 241 563 255 563 c 2\n 598 563 l 2\n 610 563 616 559 616 550 c 0\n 616 547 616 544 615 541 c 1\n 587 411 l 1\n 585 398 576 389 568 389 c 2\n 561 389 l 2\n 555 389 548 397 549 403 c 2\n 550 410 l 1\n 565 523 l 1\nEndSplineSet\nEndChar\nStartChar: minus\nEncoding: 8722 8722 1143\nWidth: 600\nFlags: HMW\nHStem: 261 41<163 556>\nVStem: 131 456\nFore\n163 302 m 2\n 565 302 l 2\n 581 302 588 297 588 286 c 0\n 588 271 576 261 556 261 c 2\n 154 261 l 2\n 138 261 131 266 131 277 c 0\n 131 292 143 302 163 302 c 2\nEndSplineSet\nEndChar\nStartChar: radical\nEncoding: 8730 8730 1144\nWidth: 600\nFlags: HMW\nHStem: 272 37<114 173> 663 36<572 747 572 572>\nFore\n212 309 m 1\n 222 99 l 1\n 550 699 l 1\n 754 699 l 2\n 767 699 773 694 773 685 c 0\n 773 672 762 663 747 663 c 2\n 572 663 l 1\n 198 0 l 1\n 173 272 l 1\n 107 272 l 2\n 94 272 88 277 88 287 c 2\n 88 290 l 1\n 91.9367 301.81 98.6594 309 114 309 c 2\n 212 309 l 1\nEndSplineSet\nEndChar\nStartChar: infinity\nEncoding: 8734 8734 1145\nWidth: 600\nFlags: HW\nHStem: 134 42<123 137 403 416> 428 40<188 197 462 480>\nVStem: 1 42<252 278> 558 41<326 350>\nFore\n310 349 m 1\n 362 421 414 468 475 468 c 1\n 565 468 616 398 595 302 c 0\n 575 206 495 134 405 134 c 1\n 344 134 311 182 290 252 c 1\n 239 182 186 134 125 134 c 1\n 35 134 -15 206 5 302 c 0\n 26 398 105 468 195 468 c 1\n 256 468 290 421 310 349 c 1\n554 302 m 0\n 570 378 535 428 464 428 c 1\n 399 428 320 302 320 302 c 1\n 320 302 345 176 411 176 c 1\n 481 176 538 226 554 302 c 0\n46 302 m 0\n 30 226 65 176 135 176 c 1\n 201 176 280 302 280 302 c 1\n 280 302 255 428 190 428 c 1\n 119 428 62 378 46 302 c 0\nEndSplineSet\nEndChar\nStartChar: notequal\nEncoding: 8800 8800 1146\nWidth: 600\nFlags: HMW\nHStem: 190 40<128 272 346 563> 334 40<158 374 449 593>\nFore\n272 190 m 1\n 119 190 l 2\n 103 190 96 195 96 206 c 0\n 96 221 108 230 128 230 c 2\n 301 230 l 1\n 374 334 l 1\n 150 334 l 2\n 134 334 127 339 127 350 c 0\n 127 365 139 374 158 374 c 2\n 403 374 l 1\n 460 453 l 2\n 465 460 471 464 479 464 c 0\n 490 464 498 457 498 448 c 0\n 498 444 497 440 495 437 c 2\n 449 374 l 1\n 602 374 l 2\n 619 374 625 370 625 358 c 0\n 625 343 613 334 593 334 c 2\n 420 334 l 1\n 346 230 l 1\n 571 230 l 2\n 588 230 595 226 595 214 c 0\n 595 199 583 190 563 190 c 2\n 317 190 l 1\n 256 105 l 2\n 251 98 244 94 237 94 c 0\n 227 94 218 101 218 109 c 0\n 218 112 220 117 222 121 c 1\n 272 190 l 1\nEndSplineSet\nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 1147\nWidth: 600\nFlags: HMW\nHStem: 0 37<82 494>\nFore\n200 325 m 1\n 542 147 l 2\n 549 143 552 139 552 133 c 0\n 552 122 541 111 532 111 c 0\n 529 111 525 112 520 115 c 2\n 122 326 l 1\n 609 532 l 2\n 614 534 619 535 622 535 c 0\n 629 535 635 528 635 521 c 0\n 635 512 629 504 617 500 c 1\n 200 325 l 1\n520 22 m 1\n 520.527 10.1591 507.089 0 494 0 c 2\n 75 0 l 2\n 62 0 56 5 56 15 c 2\n 56 18 l 1\n 61.34 28.6799 65.7024 37 82 37 c 2\n 501 37 l 2\n 514 37 521 32 520 22 c 1\nEndSplineSet\nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 1148\nWidth: 600\nFlags: HMW\nHStem: 0 37<97 509>\nFore\n600 326 m 1\n 112 115 l 2\n 106 112 101 111 99 111 c 0\n 92 111 86 118 86 125 c 0\n 86 135 92 142 104 147 c 2\n 521 325 l 1\n 178 500 l 2\n 171 503 168 507 168 513 c 0\n 168 524 179 535 189 535 c 0\n 192 535 196 534 200 532 c 2\n 600 326 l 1\n97 37 m 2\n 516 37 l 2\n 529 37 535 32 535 22 c 2\n 535 19 l 1\n 531.044 7.13203 524.089 0 509 0 c 2\n 90 0 l 2\n 77 0 71 5 71 15 c 2\n 71 18 l 1\n 76.1079 28.2158 81.2043 37 97 37 c 2\nEndSplineSet\nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 1149\nWidth: 600\nFlags: HW\nFore\n421 575 m 1\n 571 283 l 1\n 297 -11 l 1\n 149 283 l 1\n 421 575 l 1\n407 509 m 1\n 203 283 l 1\n 311 57 l 1\n 516 283 l 1\n 407 509 l 1\nEndSplineSet\nEndChar\nStartChar: uni2669\nEncoding: 9833 9833 1150\nWidth: 600\nFlags: HW\nHStem: 0 134<251 275>\nDStem: 397 556 437 556 321 124 351 67\nFore\n321 124 m 1\n 397 556 l 1\n 437 556 l 1\n 351 67 l 1\n 351 66 350 65 350 64 c 8\n 342 20 295 0 251 0 c 24\n 207 0 168 20 174 64 c 24\n 181 109 230 134 275 134 c 16\n 292 134 308 130 321 124 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: musicalnote\nEncoding: 9834 9834 1151\nWidth: 600\nFlags: HW\nHStem: 0 134<173 197>\nVStem: 449 37<224.14 262.594>\nDStem: 319 556 359 556 243 124 352 517\nFore\n243 124 m 1\n 319 556 l 1\n 359 556 l 1\n 352 517 l 1\n 328 338 517 433 482 188 c 1\n 442 188 l 1\n 476 344 376 326 332 402 c 1\n 332 402 272 65 272 64 c 8\n 264 20 217 0 173 0 c 24\n 129 0 90 20 96 64 c 24\n 103 109 152 134 197 134 c 16\n 214 134 230 130 243 124 c 1\nEndSplineSet\nEndChar\nStartChar: musicalnotedbl\nEncoding: 9835 9835 1152\nWidth: 600\nFlags: HW\nHStem: -2 134<389 413> 110 134<111 135>\nDStem: 270 514 241 572 511 417 556 445\nFore\n270 514 m 1\n 270 514 211 175 210 174 c 8\n 202 130 155 110 111 110 c 24\n 68 110 28 130 34 174 c 24\n 41 219 90 244 135 244 c 16\n 152 244 168 240 181 234 c 1\n 241 572 l 1\n 556 445 l 1\n 556 445 489 63 489 62 c 8\n 480 18 433 -2 389 -2 c 24\n 346 -2 306 18 313 62 c 24\n 320 107 368 132 413 132 c 16\n 430 132 446 128 459 122 c 1\n 511 417 l 1\n 270 514 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni266C\nEncoding: 9836 9836 1153\nWidth: 600\nFlags: HW\nHStem: -2 134<389 413> 110 134<111 135>\nDStem: 241 572 270 514 181 234 257 437 249 394 257 437 490 297 498 340 270 514 241 572 511 417 556 445\nFore\n249 394 m 1\n 249 394 211 175 210 174 c 8\n 202 130 155 110 111 110 c 24\n 68 110 28 130 34 174 c 24\n 41 219 90 244 135 244 c 16\n 152 244 168 240 181 234 c 1\n 241 572 l 1\n 556 445 l 1\n 556 445 489 63 489 62 c 8\n 480 18 433 -2 389 -2 c 24\n 346 -2 306 18 313 62 c 24\n 320 107 368 132 413 132 c 16\n 430 132 446 128 459 122 c 1\n 490 297 l 1\n 249 394 l 1\n257 437 m 1\n 498 340 l 1\n 511 417 l 1\n 270 514 l 1\n 257 437 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni266D\nEncoding: 9837 9837 1154\nWidth: 600\nFlags: HW\nHStem: 416 38<311 343>\nVStem: 475 41<288 306>\nDStem: 163 616 203 616 55 0 168 418 163 616 161 377 55 0 101 35\nFore\n513 269 m 0\n 476 59 223 3 55 0 c 1\n 163 616 l 1\n 203 616 l 1\n 168 418 l 1\n 223 439 278 454 333 454 c 0\n 446 454 535 391 513 269 c 0\n472 264 m 0\n 491 371 418 416 319 416 c 0\n 262 416 217 400 161 377 c 1\n 101 35 l 1\n 238 40 443 96 472 264 c 0\nEndSplineSet\nEndChar\nStartChar: uni266E\nEncoding: 9838 9838 1155\nWidth: 600\nFlags: HW\nDStem: 188 603 231 603 78 -18 192 383 188 603 185 341 78 -18 129 28 405 37 519 438 369 -167 412 -167 412 79 405 37 129 28 78 -18 468 392 519 438 412 79 412 -167 519 438 468 392 192 383 185 341\nFore\n412 -167 m 1\n 369 -167 l 1\n 405 37 l 1\n 78 -18 l 1\n 188 603 l 1\n 231 603 l 1\n 192 383 l 1\n 519 438 l 1\n 412 -167 l 1\n412 79 m 1\n 468 392 l 1\n 185 341 l 1\n 129 28 l 1\n 412 79 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni266F\nEncoding: 9839 9839 1156\nWidth: 600\nFlags: HW\nDStem: 110 -9 154 -3 82 -170 125 -170 172 343 216 349 117 31 161 37 210 559 253 559 179 383 223 389 374 30 418 36 347 -125 390 -125 436 382 480 388 381 70 425 76 475 604 518 604 443 422 487 428\nFore\n172 343 m 1\n 81 329 l 1\n 88 369 l 1\n 179 383 l 1\n 210 559 l 1\n 253 559 l 1\n 223 389 l 1\n 443 422 l 1\n 475 604 l 1\n 518 604 l 1\n 487 428 l 1\n 579 442 l 1\n 572 402 l 1\n 480 388 l 1\n 425 76 l 1\n 517 90 l 1\n 510 50 l 1\n 418 36 l 1\n 390 -125 l 1\n 347 -125 l 1\n 374 30 l 1\n 154 -3 l 1\n 125 -170 l 1\n 82 -170 l 1\n 110 -9 l 1\n 19 -23 l 1\n 26 17 l 1\n 117 31 l 1\n 172 343 l 1\n216 349 m 1\n 161 37 l 1\n 381 70 l 1\n 436 382 l 1\n 216 349 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 1157\nWidth: 600\nFlags: HW\nFore\n310 -97 m 1\n 200 -223 l 2\n 192 -232 183 -237 175 -237 c 0\n 167 -237 159 -229 159 -222 c 0\n 159 -216 163 -209 170 -200 c 2\n 281 -74 l 2\n 290 -64 297 -60 306 -60 c 0\n 314 -60 322 -67 322 -75 c 0\n 322 -81 319 -88 310 -97 c 1\nEndSplineSet\nEndChar\nStartChar: fi\nEncoding: 64257 64257 1158\nWidth: 600\nFlags: HW\nHStem: 0 41<46 129 170 233 374 451 492 558> 376 41<131 200 250 313 474 522> 520 104<556 593> 563 41<329 355>\nVStem: 342 248<17.5 24>\nFore\n241 376 m 1\n 170 41 l 1\n 241 41 l 2\n 258 41 265 36 265 25 c 0\n 265 10 252 0 233 0 c 2\n 37 0 l 2\n 21 0 14 5 14 16 c 0\n 14 32 26 41 46 41 c 2\n 129 41 l 1\n 200 376 l 1\n 123 376 l 2\n 106 376 100 381 100 393 c 0\n 100 408 112 417 131 417 c 2\n 209 417 l 1\n 221 476 l 1\n 237 548 296 604 357 604 c 0\n 376 604 410 597 428 589 c 0\n 436 586 440 580 440 573 c 0\n 440 561 429 549 417 549 c 0\n 414 549 414 549 404 552 c 0\n 380 560 362 563 348 563 c 0\n 310 563 273 526 262 476 c 1\n 250 417 l 1\n 321 417 l 2\n 339 417 345 413 345 401 c 0\n 345 386 332 376 313 376 c 2\n 241 376 l 1\n572 417 m 1\n 492 41 l 1\n 567 41 l 2\n 584 41 590 37 590 25 c 0\n 590 10 577 0 558 0 c 2\n 365 0 l 2\n 349 0 342 5 342 16 c 0\n 342 32 354 41 374 41 c 2\n 451 41 l 1\n 522 376 l 1\n 465 376 l 2\n 449 376 442 381 442 392 c 0\n 442 408 454 417 474 417 c 2\n 572 417 l 1\n615 624 m 1\n 593 520 l 1\n 534 520 l 1\n 556 624 l 1\n 615 624 l 1\nEndSplineSet\nLCarets: 0 255 '    ' 1 0 \nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 1159\nWidth: 600\nFlags: HMW\nHStem: 0 41<46 129 170 232 373 450 491 560> 376 41<131 200 250 312> 563 41<328.5 354 513 561>\nVStem: 342 248\nFore\n241 376 m 1\n 170 41 l 1\n 241 41 l 2\n 258 41 265 37 265 25 c 0\n 265 10 252 0 232 0 c 2\n 37 0 l 2\n 21 0 14 5 14 16 c 0\n 14 32 26 41 46 41 c 2\n 129 41 l 1\n 200 376 l 1\n 123 376 l 2\n 106 376 100 381 100 393 c 0\n 100 408 112 417 131 417 c 2\n 209 417 l 1\n 221 476 l 1\n 236 547 296 604 356 604 c 0\n 375 604 409 597 427 589 c 0\n 435 586 439 580 439 573 c 0\n 439 561 428 549 416 549 c 0\n 413 549 413 549 403 552 c 0\n 380 559 361 563 347 563 c 0\n 310 563 273 525 262 476 c 1\n 250 417 l 1\n 321 417 l 2\n 339 417 345 413 345 401 c 0\n 345 386 332 376 312 376 c 2\n 241 376 l 1\n611 604 m 1\n 491 41 l 1\n 569 41 l 2\n 585 41 591 37 591 25 c 0\n 591 10 579 0 560 0 c 2\n 365 0 l 2\n 349 0 342 5 342 16 c 0\n 342 32 354 41 373 41 c 2\n 450 41 l 1\n 561 563 l 1\n 504 563 l 2\n 487 563 481 567 481 580 c 0\n 481 595 493 604 513 604 c 2\n 611 604 l 1\nEndSplineSet\nLigature: 8 0 'liga' f l\nEndChar\nStartChar: uniFB1D\nEncoding: 64285 64285 1160\nWidth: 600\nFlags: HW\nHStem: 115 59 439 41<291.75 372.75>\nFore\n325 174 m 2\n 341 174 352 161 348 145 c 0\n 345 128 329 115 313 115 c 0\n 297 115 286 128 290 145 c 0\n 293 161 309 174 325 174 c 2\n422 480 m 1\n 371 240 l 1\n 369 229 358 219 347 219 c 0\n 335 219 328 229 330 240 c 1\n 373 439 l 1\n 284 439 l 2\n 272 439 265 448 267 460 c 0\n 270 471 281 480 292 480 c 2\n 422 480 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB1E\nEncoding: 64286 64286 1161\nWidth: 600\nFlags: HW\nHStem: 540 41<415 426>\nFore\n464 591 m 0\n 482 599 489 607 514 624 c 0\n 525 631 537 629 542 620 c 0\n 547 611 543 598 532 591 c 0\n 514 579 502 566 474 554 c 0\n 454 545 437 540 415 540 c 0\n 393 540 378 545 362 554 c 0\n 339 566 333 579 319 591 c 0\n 312 598 313 611 321 620 c 0\n 330 629 343 631 351 624 c 0\n 375.764 600.611 386.567 581 423 581 c 0\n 441 581 445 583 464 591 c 0\nEndSplineSet\nEndChar\nStartChar: afii57705\nEncoding: 64287 64287 1162\nWidth: 600\nFlags: HW\nHStem: 113 41<280 407> 439 41<212 293 422 503>\nFore\n552 480 m 1\n 501 240 l 1\n 499 229 488 219 477 219 c 0\n 465 219 458 229 460 240 c 1\n 503 439 l 1\n 414 439 l 2\n 402 439 395 448 397 460 c 0\n 400 471 411 480 422 480 c 2\n 552 480 l 1\n342 480 m 1\n 291 240 l 1\n 289 229 278 219 267 219 c 0\n 255 219 248 229 250 240 c 1\n 293 439 l 1\n 204 439 l 2\n 192 439 185 448 187 460 c 0\n 190 471 201 480 212 480 c 2\n 342 480 l 1\n280 154 m 2\n 415 154 l 2\n 427 154 434 145 431 134 c 0\n 429 122 418 113 407 113 c 2\n 272 113 l 2\n 260 113 253 122 255 134 c 0\n 258 145 269 154 280 154 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB20\nEncoding: 64288 64288 1163\nWidth: 600\nFlags: HW\nHStem: 0 41<89 248 289 337> 439 41<183 266 512 590>\nFore\n248 41 m 1\n 266 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 310 480 l 1\n 289 41 l 1\n 356.227 42.2587 405.646 33.3526 447 72 c 1\n 464 84 484 126 498 169 c 1\n 590 439 l 1\n 503 439 l 2\n 492 439 484 448 487 460 c 0\n 489 471 500 480 512 480 c 2\n 645 480 l 1\n 538 164 l 1\n 522 118 505 72 469 42 c 0\n 425 6 383 -1 337 0 c 2\n 80 0 l 2\n 69 0 62 9 64 20 c 0\n 67 32 78 41 89 41 c 2\n 248 41 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB21\nEncoding: 64289 64289 1164\nWidth: 600\nFlags: HW\nHStem: 0 41<110 154> 439 41<548 592>\nFore\n419 191 m 1\n 492 217 553 249 565 313 c 1\n 592 439 l 1\n 540 439 l 2\n 528 439 521 448 523 459 c 0\n 526 471 537 480 548 480 c 2\n 642 480 l 1\n 606 313 l 1\n 588 228 514 186 444 159 c 1\n 541 35 l 2\n 548 27 545 14 535 6 c 0\n 525 -2 512 -2 506 6 c 2\n 283 289 l 1\n 207 263 149 230 136 167 c 2\n 110 41 l 1\n 162 41 l 2\n 174 41 181 32 179 20 c 0\n 176 9 165 0 154 0 c 2\n 60 0 l 1\n 95 167 l 1\n 114 250 185 294 258 321 c 1\n 161 445 l 2\n 154 453 157 466 167 474 c 0\n 176 482 189 482 196 474 c 2\n 419 191 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB22\nEncoding: 64290 64290 1165\nWidth: 600\nFlags: HW\nHStem: 439 41<183 482 482 483 524 524 524 613>\nFore\n483 439 m 1\n 174 439 l 1\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 621 480 l 2\n 633 480 640 471 638 460 c 0\n 635 448 624 439 613 439 c 2\n 524 439 l 1\n 436 20 l 1\n 433 9 422 0 411 0 c 0\n 399 0 392 9 395 20 c 1\n 483 439 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB23\nEncoding: 64291 64291 1166\nWidth: 600\nFlags: HW\nHStem: 439 41<183 466>\nVStem: 572 41\nFore\n99 21 m 1\n 153 277 l 1\n 156 288 167 297 178 297 c 0\n 190 297 197 288 194 277 c 1\n 140 21 l 1\n 138 10 127 1 115 1 c 0\n 104 1 97 10 99 21 c 1\n606 313 m 1\n 544 20 l 1\n 542 9 531 0 519 0 c 0\n 508 0 501 9 503 20 c 1\n 565 313 l 1\n 574 358 577 380 555 408 c 0\n 532 436 514 438 466 439 c 2\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 523 481 562 475 590 437 c 1\n 620 400 617 358 606 313 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB24\nEncoding: 64292 64292 1167\nWidth: 600\nFlags: HW\nHStem: 0 41<88.8906 331.891 331.891 332> 439 41<182.891 424.891>\nVStem: 531 41\nFore\n332 0 m 1\n 80 0 l 2\n 69 0 62 9 64 20 c 0\n 67 32 78 41 89 41 c 2\n 341 41 l 2\n 387 42 408 44 443 72 c 0\n 476 100 483 121 493 167 c 2\n 524 313 l 1\n 533 357 536 380 514 408 c 0\n 491 436 471 438 425 439 c 2\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 434 480 l 2\n 480 481 520 475 549 437 c 0\n 579 400 575 357 565 313 c 1\n 534 167 l 1\n 525 121 511 79 465 43 c 1\n 421 5 378 -1 332 0 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB25\nEncoding: 64293 64293 1168\nWidth: 600\nFlags: HW\nHStem: 439 41\nFore\n545 225 m 2\n 279 6 l 2\n 269 -2 256 -2 250 6 c 0\n 244 14 247 27 256 35 c 2\n 522 254 l 2\n 546.745 274.378 559.623 283.429 565 313 c 1\n 592 439 l 1\n 153 439 l 1\n 187 597 l 1\n 189 608 200 617 212 617 c 0\n 223 617 230 608 228 597 c 1\n 203 480 l 1\n 642 480 l 1\n 630.758 423.576 617.787 368.879 606 313 c 1\n 598.837 272.409 571.599 246.905 545 225 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB26\nEncoding: 64294 64294 1169\nWidth: 600\nFlags: HW\nHStem: 0 41<146 508> 439 41<183 307 365 365 365 466>\nVStem: 572 41\nFore\n365 439 m 1\n 239 335 l 2\n 218.695 317.402 203.394 302.881 196 277 c 1\n 146 41 l 1\n 508 41 l 1\n 565 313 l 1\n 575 359 577 380 555 408 c 0\n 532 436 512 438 466 439 c 2\n 365 439 l 1\n307 439 m 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 521 481 561 475 590 437 c 0\n 620 400 617 359 606 313 c 1\n 540 0 l 1\n 97 0 l 1\n 155 277 l 1\n 164.798 315.994 190.427 344.037 217 364 c 1\n 307 439 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB27\nEncoding: 64295 64295 1170\nWidth: 600\nFlags: HW\nHStem: 439 41\nVStem: 572 41\nFore\n606 313 m 1\n 544 20 l 1\n 542 9 531 -0 519 -0 c 0\n 508 -0 501 9 503 20 c 1\n 565 313 l 1\n 574 358 577 380 555 408 c 0\n 532 436 514 438 466 439 c 2\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 523 481 562 475 590 437 c 1\n 620 400 617 358 606 313 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB28\nEncoding: 64296 64296 1171\nWidth: 600\nFlags: HW\nHStem: 0 41<53 80> 439 41<183 263 304 466 304 304>\nVStem: 572 41\nFore\n304 439 m 1\n 238 130 l 1\n 231 94 220 62 184 33 c 0\n 150 4 116 -1 80 0 c 2\n 44 0 l 2\n 33 0 25 9 28 20 c 0\n 30 32 41 41 53 41 c 2\n 89 41 l 2\n 125 42 137 43 162 62 c 1\n 186 83 189 94 197 130 c 1\n 263 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 1\n 475 480 l 1\n 522 481 562 475 590 437 c 1\n 620 401 618 362 606 313 c 1\n 544 20 l 1\n 542 9 531 0 519 0 c 0\n 508 0 501 9 503 20 c 1\n 565 313 l 1\n 575 362 577 379 555 408 c 0\n 532 436 513 438 466 439 c 2\n 304 439 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB29\nEncoding: 64297 64297 1172\nWidth: 600\nFlags: HW\nHStem: 261 41<163 343 384 555>\nFore\n154 261 m 2\n 136 261 129 268 132 282 c 0\n 135 295 145 302 163 302 c 2\n 343 302 l 1\n 386 503 l 2\n 390 521 399 530 413 530 c 0\n 426 530 431 521 427 503 c 2\n 384 302 l 1\n 564 302 l 2\n 583 302 591 295 588 282 c 0\n 585 268 574 261 555 261 c 2\n 154 261 l 2\nEndSplineSet\nEndChar\nStartChar: afii57694\nEncoding: 64298 64298 1173\nWidth: 600\nFlags: HW\nHStem: 0 41 439 41 540 59\nFore\n676 599 m 2\n 692 599 702 586 699 569 c 0\n 696 553 680 540 663 540 c 0\n 647 540 637 553 640 569 c 0\n 644 586 660 599 676 599 c 2\n365 480 m 1\n 457 480 l 2\n 468 480 475 471 473 460 c 0\n 471 448 459 439 448 439 c 2\n 426 439 l 1\n 292 41 l 1\n 373 41 l 2\n 417 41 440 44 475 72 c 0\n 494 87 512 125 526 169 c 1\n 617 439 l 1\n 567 439 l 2\n 556 439 548 448 551 460 c 0\n 553 471 564 480 576 480 c 2\n 672 480 l 1\n 566 164 l 1\n 550 119 534 73 497 43 c 0\n 452 5 409 0 364 0 c 2\n 51 0 l 1\n 153 480 l 1\n 247 480 l 2\n 258 480 265 471 263 460 c 0\n 260 448 249 439 238 439 c 2\n 185 439 l 1\n 101 41 l 1\n 251 41 l 1\n 385 439 l 1\n 357 439 l 2\n 345 439 338 448 341 460 c 0\n 343 471 354 480 365 480 c 1\nEndSplineSet\nEndChar\nStartChar: afii57695\nEncoding: 64299 64299 1174\nWidth: 600\nFlags: HW\nHStem: 0 41 439 41 540 59\nFore\n206 599 m 2\n 222 599 232 586 229 569 c 0\n 226 553 210 540 193 540 c 0\n 177 540 167 553 170 569 c 0\n 174 586 190 599 206 599 c 2\n365 480 m 1\n 457 480 l 2\n 468 480 475 471 473 460 c 0\n 471 448 459 439 448 439 c 2\n 426 439 l 1\n 292 41 l 1\n 373 41 l 2\n 417 41 440 44 475 72 c 0\n 494 87 512 125 526 169 c 1\n 617 439 l 1\n 567 439 l 2\n 556 439 548 448 551 460 c 0\n 553 471 564 480 576 480 c 2\n 672 480 l 1\n 566 164 l 1\n 550 119 534 73 497 43 c 0\n 452 5 409 0 364 0 c 2\n 51 0 l 1\n 153 480 l 1\n 247 480 l 2\n 258 480 265 471 263 460 c 0\n 260 448 249 439 238 439 c 2\n 185 439 l 1\n 101 41 l 1\n 251 41 l 1\n 385 439 l 1\n 357 439 l 2\n 345 439 338 448 341 460 c 0\n 343 471 354 480 365 480 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB2C\nEncoding: 64300 64300 1175\nWidth: 600\nFlags: HW\nHStem: 0 41 211 59 439 41 540 59\nFore\n676 599 m 2\n 692 599 702 586 699 569 c 0\n 696 553 680 540 663 540 c 0\n 647 540 637 553 640 569 c 0\n 644 586 660 599 676 599 c 2\n365 480 m 1\n 457 480 l 2\n 468 480 475 471 473 460 c 0\n 471 448 459 439 448 439 c 2\n 426 439 l 1\n 292 41 l 1\n 373 41 l 2\n 417 41 440 44 475 72 c 0\n 494 87 512 125 526 169 c 1\n 617 439 l 1\n 567 439 l 2\n 556 439 548 448 551 460 c 0\n 553 471 564 480 576 480 c 2\n 672 480 l 1\n 566 164 l 1\n 550 119 534 73 497 43 c 0\n 452 5 409 0 364 0 c 2\n 51 0 l 1\n 153 480 l 1\n 247 480 l 2\n 258 480 265 471 263 460 c 0\n 260 448 249 439 238 439 c 2\n 185 439 l 1\n 101 41 l 1\n 251 41 l 1\n 385 439 l 1\n 357 439 l 2\n 345 439 338 448 341 460 c 0\n 343 471 354 480 365 480 c 1\n463 270 m 2\n 462 270 l 2\n 479 270 489 257 486 241 c 0\n 482 224 466 211 450 211 c 0\n 434 211 423 224 427 241 c 0\n 430 257 446 270 463 270 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB2D\nEncoding: 64301 64301 1176\nWidth: 600\nFlags: HW\nHStem: 0 41 211 59 439 41 540 59\nFore\n206 599 m 2\n 222 599 232 586 229 569 c 0\n 226 553 210 540 193 540 c 0\n 177 540 167 553 170 569 c 0\n 174 586 190 599 206 599 c 2\n365 480 m 1\n 457 480 l 2\n 468 480 475 471 473 460 c 0\n 471 448 459 439 448 439 c 2\n 426 439 l 1\n 292 41 l 1\n 373 41 l 2\n 417 41 440 44 475 72 c 0\n 494 87 512 125 526 169 c 1\n 617 439 l 1\n 567 439 l 2\n 556 439 548 448 551 460 c 0\n 553 471 564 480 576 480 c 2\n 672 480 l 1\n 566 164 l 1\n 550 119 534 73 497 43 c 0\n 452 5 409 0 364 0 c 2\n 51 0 l 1\n 153 480 l 1\n 247 480 l 2\n 258 480 265 471 263 460 c 0\n 260 448 249 439 238 439 c 2\n 185 439 l 1\n 101 41 l 1\n 251 41 l 1\n 385 439 l 1\n 357 439 l 2\n 345 439 338 448 341 460 c 0\n 343 471 354 480 365 480 c 1\n463 270 m 2\n 462 270 l 2\n 479 270 489 257 486 241 c 0\n 482 224 466 211 450 211 c 0\n 434 211 423 224 427 241 c 0\n 430 257 446 270 463 270 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB2E\nEncoding: 64302 64302 1177\nWidth: 600\nFlags: HW\nHStem: -101 41<219.75 220 220 346.75> 0 41<109.75 153.75> 439 41<547.75 591.75>\nFore\n220 -60 m 1\n 355 -60 l 2\n 367 -60 374 -69 371 -80 c 0\n 369 -92 358 -101 347 -101 c 2\n 212 -101 l 2\n 200 -101 193 -92 195 -80 c 0\n 198 -69 209 -60 220 -60 c 1\n419 191 m 1\n 492 217 553 249 565 313 c 1\n 592 439 l 1\n 540 439 l 2\n 528 439 521 448 523 459 c 0\n 526 471 537 480 548 480 c 2\n 642 480 l 1\n 606 313 l 1\n 588 228 514 186 444 159 c 1\n 541 35 l 2\n 548 27 545 14 535 6 c 0\n 525 -2 512 -2 506 6 c 2\n 283 289 l 1\n 207 263 149 230 136 167 c 2\n 110 41 l 1\n 162 41 l 2\n 174 41 181 32 179 20 c 0\n 176 9 165 0 154 0 c 2\n 60 0 l 1\n 95 167 l 1\n 114 250 185 294 258 321 c 1\n 161 445 l 2\n 154 453 157 466 167 474 c 0\n 176 482 189 482 196 474 c 2\n 419 191 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB2F\nEncoding: 64303 64303 1178\nWidth: 600\nFlags: HW\nHStem: -101 41<220 258 299 299 299 347> 0 41<110 154> 439 41<548 592>\nFore\n419 191 m 1\n 492 217 553 249 565 313 c 1\n 592 439 l 1\n 540 439 l 2\n 528 439 521 448 523 459 c 0\n 526 471 537 480 548 480 c 2\n 642 480 l 1\n 606 313 l 1\n 588 228 514 186 444 159 c 1\n 541 35 l 2\n 548 27 545 14 535 6 c 0\n 525 -2 512 -2 506 6 c 2\n 283 289 l 1\n 207 263 149 230 136 167 c 2\n 110 41 l 1\n 162 41 l 2\n 174 41 181 32 179 20 c 0\n 176 9 165 0 154 0 c 2\n 60 0 l 1\n 95 167 l 1\n 114 250 185 294 258 321 c 1\n 161 445 l 2\n 154 453 157 466 167 474 c 0\n 176 482 189 482 196 474 c 2\n 419 191 l 1\n258 -101 m 1\n 212 -101 l 2\n 200 -101 193 -92 195 -80 c 0\n 198 -69 209 -60 220 -60 c 2\n 355 -60 l 2\n 367 -60 374 -69 372 -80 c 0\n 369 -92 358 -101 347 -101 c 2\n 299 -101 l 1\n 277 -200 l 1\n 275 -211 264 -220 253 -220 c 0\n 241 -220 234 -211 236 -200 c 1\n 258 -101 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB30\nEncoding: 64304 64304 1179\nWidth: 600\nFlags: HW\nHStem: 0 41<109.609 153.609> 95 59 439 41<547.609 591.609>\nFore\n259 154 m 2\n 276 154 286 141 283 125 c 0\n 279 108 263 95 247 95 c 0\n 231 95 220 108 224 125 c 0\n 227 141 243 154 259 154 c 2\n419 191 m 1\n 492 217 553 249 565 313 c 1\n 592 439 l 1\n 540 439 l 2\n 528 439 521 448 523 459 c 0\n 526 471 537 480 548 480 c 2\n 642 480 l 1\n 606 313 l 1\n 588 228 514 186 444 159 c 1\n 541 35 l 2\n 548 27 545 14 535 6 c 0\n 525 -2 512 -2 506 6 c 2\n 283 289 l 1\n 207 263 149 230 136 167 c 2\n 110 41 l 1\n 162 41 l 2\n 174 41 181 32 179 20 c 0\n 176 9 165 0 154 0 c 2\n 60 0 l 1\n 95 167 l 1\n 114 250 185 294 258 321 c 1\n 161 445 l 2\n 154 453 157 466 167 474 c 0\n 176 482 189 482 196 474 c 2\n 419 191 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB31\nEncoding: 64305 64305 1180\nWidth: 600\nFlags: HW\nHStem: 0 41<88.6094 417.609 458.609 539.609> 211 59 439 41<182.609 376.609>\nVStem: 482 41\nFore\n357 270 m 2\n 374 270 384 257 381 241 c 0\n 377 224 361 211 345 211 c 0\n 329 211 318 224 322 241 c 0\n 325 257 341 270 357 270 c 2\n418 41 m 1\n 476 313 l 1\n 485 358 487 380 465 408 c 0\n 443 436 421 439 377 439 c 2\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 385 480 l 2\n 431 480 472 475 501 437 c 0\n 531 400 527 358 517 313 c 1\n 459 41 l 1\n 548 41 l 2\n 560 41 567 32 564 20 c 0\n 562 9 551 0 540 0 c 2\n 80 0 l 2\n 69 0 62 9 64 20 c 0\n 67 32 78 41 89 41 c 2\n 418 41 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB32\nEncoding: 64306 64306 1181\nWidth: 600\nFlags: HW\nHStem: 261 59 439 41\nVStem: 462 41\nFore\n357 320 m 2\n 374 320 384 307 381 291 c 0\n 377 274 361 261 345 261 c 0\n 329 261 318 274 322 291 c 0\n 325 307 341 320 357 320 c 2\n429 185 m 1\n 456 313 l 1\n 465 360 467 380 445 408 c 0\n 422 436 405 438 357 439 c 2\n 284 439 l 2\n 272 439 265 448 267 460 c 0\n 270 471 281 480 292 480 c 2\n 365 480 l 2\n 414 481 452 475 481 437 c 0\n 510 401 507 360 497 313 c 2\n 466 169 l 1\n 472 25 l 1\n 472 14 463 3 451 1 c 0\n 440 -2 430 5 430 16 c 1\n 425 145 l 1\n 396 141 335 132 297 112 c 0\n 244 86 172 9 172 9 c 1\n 164 -1 150 -3 143 4 c 0\n 135 10 135 23 144 32 c 0\n 145 33 217 113 285 148 c 0\n 333 172 397 182 429 185 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB33\nEncoding: 64307 64307 1182\nWidth: 600\nFlags: HW\nHStem: 211 59 439 41<183 482 482 482.609 524 524 524 613>\nFore\n357 270 m 2\n 374 270 384 257 381 241 c 0\n 377 224 361 211 345 211 c 0\n 329 211 318 224 322 241 c 0\n 325 257 341 270 357 270 c 2\n483 439 m 1\n 174 439 l 1\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 621 480 l 2\n 633 480 640 471 638 460 c 0\n 635 448 624 439 613 439 c 2\n 524 439 l 1\n 436 20 l 1\n 433 9 422 0 411 0 c 0\n 399 0 392 9 395 20 c 1\n 483 439 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB34\nEncoding: 64308 64308 1183\nWidth: 600\nFlags: HW\nHStem: 211 59 439 41<183 466>\nVStem: 572 41\nFore\n373 270 m 2\n 390 270 400 257 397 241 c 0\n 393 224 377 211 361 211 c 0\n 345 211 334 224 338 241 c 0\n 341 257 357 270 373 270 c 2\n99 21 m 1\n 153 277 l 1\n 156 288 167 297 178 297 c 0\n 190 297 197 288 194 277 c 1\n 140 21 l 1\n 138 10 127 1 115 1 c 0\n 104 1 97 10 99 21 c 1\n606 313 m 1\n 544 20 l 1\n 542 9 531 0 519 0 c 0\n 508 0 501 9 503 20 c 1\n 565 313 l 1\n 574 358 577 380 555 408 c 0\n 532 436 514 438 466 439 c 2\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 523 481 562 475 590 437 c 1\n 620 400 617 358 606 313 c 1\nEndSplineSet\nEndChar\nStartChar: afii57723\nEncoding: 64309 64309 1184\nWidth: 600\nFlags: HW\nHStem: 211 59<257 261> 439 41<292 373>\nFore\n422 480 m 1\n 325 20 l 1\n 322 9 311 0 300 0 c 0\n 289 0 281 9 284 20 c 1\n 373 439 l 1\n 284 439 l 2\n 272 439 265 448 267 460 c 0\n 270 471 281 480 292 480 c 2\n 422 480 l 1\n265 270 m 0\n 282 270 292 257 289 241 c 0\n 285 224 269 211 253 211 c 0\n 237 211 226 224 230 241 c 0\n 233 257 249 270 265 270 c 0\nEndSplineSet\nEndChar\nStartChar: uniFB36\nEncoding: 64310 64310 1185\nWidth: 600\nFlags: HW\nHStem: 211 59<255 259> 439 41<256 373 414 414 414 540>\nFore\n373 439 m 1\n 247 439 l 2\n 236 439 228 448 231 460 c 0\n 233 471 244 480 256 480 c 2\n 548 480 l 2\n 560 480 567 471 564 460 c 0\n 562 448 551 439 540 439 c 2\n 414 439 l 1\n 325 20 l 1\n 322 9 311 0 300 0 c 0\n 289 0 281 9 284 20 c 1\n 373 439 l 1\n263 270 m 0\n 280 270 290 257 287 241 c 0\n 283 224 267 211 251 211 c 0\n 235 211 224 224 228 241 c 0\n 231 257 247 270 263 270 c 0\nEndSplineSet\nEndChar\nStartChar: uniFB38\nEncoding: 64312 64312 1186\nWidth: 600\nFlags: HW\nHStem: 0 41<270.609 367.609> 175 59 439 41<144.609 188.609 492.609 586.609 492.609 492.609>\nVStem: 124 42\nFore\n389 234 m 2\n 406 234 416 221 413 205 c 0\n 409 188 393 175 377 175 c 0\n 361 175 350 188 354 205 c 0\n 357 221 373 234 389 234 c 2\n493 439 m 1\n 349 301 l 1\n 341 292 327 290 320 297 c 0\n 312 303 313 316 322 325 c 2\n 481 480 l 1\n 637 480 l 1\n 570 167 l 1\n 561 121 547 79 501 43 c 1\n 456 5 413 0 368 0 c 2\n 262 0 l 2\n 215 -1 176 5 147 43 c 1\n 117 79 121 121 131 167 c 2\n 189 439 l 1\n 136 439 l 2\n 125 439 118 448 120 460 c 0\n 122 471 134 480 145 480 c 1\n 239 480 l 1\n 214.231 378.102 195.39 270.277 172 167 c 1\n 163 121 161 100 182 72 c 1\n 205 44 224 42 271 41 c 2\n 377 41 l 2\n 421 41 444 44 478 72 c 0\n 512 100 519 121 529 167 c 2\n 587 439 l 1\n 493 439 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB39\nEncoding: 64313 64313 1187\nWidth: 600\nFlags: HW\nHStem: 299 59<241 245> 439 41<292 373>\nFore\n422 480 m 1\n 371 240 l 1\n 369 229 358 219 347 219 c 0\n 335 219 328 229 330 240 c 1\n 373 439 l 1\n 284 439 l 2\n 272 439 265 448 267 460 c 0\n 270 471 281 480 292 480 c 2\n 422 480 l 1\n249 358 m 0\n 266 358 276 345 273 329 c 0\n 269 312 253 299 237 299 c 0\n 221 299 210 312 214 329 c 0\n 217 345 233 358 249 358 c 0\nEndSplineSet\nEndChar\nStartChar: uniFB3A\nEncoding: 64314 64314 1188\nWidth: 600\nFlags: HW\nHStem: 211 59 439 41\nVStem: 531 41\nFore\n357 270 m 2\n 374 270 384 257 381 241 c 0\n 377 224 361 211 345 211 c 0\n 329 211 318 224 322 241 c 0\n 325 257 341 270 357 270 c 2\n565 313 m 1\n 456 -199 l 1\n 453 -210 442 -219 431 -219 c 0\n 419 -219 412 -210 415 -199 c 1\n 523 313 l 2\n 533 360 535 380 513 408 c 0\n 490 436 471 438 424 439 c 2\n 173 439 l 2\n 161 439 154 448 157 460 c 0\n 159 471 170 480 182 480 c 2\n 433 480 l 2\n 480 481 520 475 548 437 c 1\n 578 401 575 360 565 313 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB3B\nEncoding: 64315 64315 1189\nWidth: 600\nFlags: HW\nHStem: 0 41<88.5 331.5 331.5 331.609> 211 59 439 41<182.5 424.5>\nVStem: 531 41\nFore\n357 270 m 2\n 374 270 384 257 381 241 c 0\n 377 224 361 211 345 211 c 0\n 329 211 318 224 322 241 c 0\n 325 257 341 270 357 270 c 2\n332 0 m 1\n 80 0 l 2\n 68 0 62 9 64 20 c 0\n 66 32 78 41 88 41 c 2\n 340 41 l 2\n 386 42 408 44 442 72 c 0\n 476 100 482 121 492 167 c 2\n 524 313 l 1\n 532 357 536 380 514 408 c 0\n 490 436 470 438 424 439 c 2\n 174 439 l 2\n 162 439 154 448 158 460 c 0\n 160 471 170 480 182 480 c 2\n 434 480 l 2\n 480 481 520 475 548 437 c 0\n 578 400 574 357 564 313 c 1\n 534 167 l 1\n 524 121 510 79 464 43 c 1\n 420 5 378 -1 332 0 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB3C\nEncoding: 64316 64316 1190\nWidth: 600\nFlags: HW\nHStem: 259 59 439 41\nFore\n365 318 m 2\n 382 318 392 305 389 289 c 0\n 385 272 369 259 353 259 c 0\n 337 259 326 272 330 289 c 0\n 333 305 349 318 365 318 c 2\n545 225 m 1\n 279 6 l 2\n 269 -2 256 -2 250 6 c 0\n 244 14 247 27 256 35 c 2\n 522 254 l 2\n 546.745 274.378 559.623 283.429 565 313 c 1\n 592 439 l 1\n 153 439 l 1\n 186 597 l 1\n 188 608 199 617 211 617 c 0\n 222 617 229 608 227 597 c 1\n 202 480 l 1\n 641 480 l 1\n 629.758 423.576 616.787 368.879 605 313 c 1\n 598.611 273.54 570.815 245.564 545 225 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB3E\nEncoding: 64318 64318 1191\nWidth: 600\nFlags: HW\nHStem: 0 41<272 508> 211 59 439 41<182.609 189.609 365 466>\nVStem: 572 41\nFore\n379 270 m 2\n 396 270 406 257 403 241 c 0\n 399 224 383 211 367 211 c 0\n 351 211 340 224 344 241 c 0\n 347 257 363 270 379 270 c 2\n215 363 m 1\n 217 364 l 1\n 365 480 l 1\n 456.843 475.337 545.44 499.793 590 437 c 1\n 620 401 617 360 606 313 c 1\n 540 0 l 1\n 263 0 l 2\n 252 0 245 9 247 20 c 0\n 250 32 261 41 272 41 c 2\n 508 41 l 1\n 565 313 l 2\n 575 360 577 380 555 408 c 0\n 532 436 513 438 466 439 c 2\n 365 439 l 1\n 239 335 l 2\n 221 320 220 319 209 304 c 0\n 203 296 203 290 196 274 c 1\n 142 20 l 1\n 140 9 128 0 117 0 c 0\n 106 0 99 9 101 20 c 1\n 190 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 1\n 240 480 l 1\n 230.275 442.392 223.503 401.83 215 363 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB40\nEncoding: 64320 64320 1192\nWidth: 600\nFlags: HW\nHStem: 0 41<161.609 397.609> 211 59 439 41<328.609 356.609>\nVStem: 462 41\nFore\n357 270 m 2\n 374 270 384 257 381 241 c 0\n 377 224 361 211 345 211 c 0\n 329 211 318 224 322 241 c 0\n 325 257 341 270 357 270 c 2\n430 0 m 1\n 154 0 l 1\n 142 0 135 9 138 20 c 0\n 140 32 151 41 162 41 c 2\n 398 41 l 1\n 456 313 l 1\n 465 359 467 380 445 408 c 0\n 423 436 403 438 357 439 c 2\n 320 439 l 2\n 309 439 302 448 304 460 c 0\n 306 471 318 480 329 480 c 2\n 365 480 l 2\n 412 481 452 475 481 437 c 0\n 510 400 507 359 497 313 c 1\n 473.812 209.52 454.68 101.988 430 0 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB41\nEncoding: 64321 64321 1193\nWidth: 600\nFlags: HW\nHStem: 0 41<271.609 402.609> 211 59 439 41<182.609 306.609 364.609 364.609 364.609 465.609>\nVStem: 125 42 572 41\nFore\n375 270 m 2\n 392 270 402 257 399 241 c 0\n 395 224 379 211 363 211 c 0\n 347 211 336 224 340 241 c 0\n 343 257 359 270 375 270 c 2\n365 439 m 1\n 239 335 l 2\n 219.308 317.933 202 303 196 277 c 1\n 173 167 l 1\n 164 121 162 100 183 72 c 1\n 206 44 227 41 272 41 c 2\n 403 41 l 1\n 493 114 l 1\n 514.571 132.3 529.236 146.912 536 173 c 1\n 565 313 l 1\n 574 358 577 380 555 408 c 0\n 532 436 512 438 466 439 c 2\n 365 439 l 1\n307 439 m 1\n 174 439 l 2\n 162 439 155 448 158 459 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 521 480 561 475 590 437 c 0\n 620 400 617 358 606 313 c 1\n 577 173 l 1\n 573 155 566 141 556 128 c 1\n 544 109 533 99 515 85 c 2\n 419 6 l 1\n 414.913 2.75434 411.466 -1.13292 403 0 c 1\n 263 0 l 2\n 218 -1 177 5 148 43 c 1\n 118 79 122 121 132 167 c 1\n 155 277 l 1\n 164.021 314.225 190.761 344.946 217 364 c 1\n 307 439 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB43\nEncoding: 64323 64323 1194\nWidth: 600\nFlags: HW\nHStem: 219 41<193 347> 255 59 439 41<183 307 364.609 465.609 364.609 365 365 365>\nVStem: 572 41\nFore\n459 314 m 2\n 476 314 486 301 483 285 c 0\n 479 268 463 255 447 255 c 0\n 431 255 420 268 424 285 c 0\n 427 301 443 314 459 314 c 2\n365 439 m 1\n 239 335 l 2\n 214.694 313.935 199.949 299.376 193 260 c 1\n 355 260 l 2\n 367 260 374 251 371 240 c 0\n 369 229 358 219 347 219 c 1\n 143 219 l 1\n 147.75 237.583 151.339 257.328 155 277 c 1\n 164.021 314.225 190.761 344.946 217 364 c 1\n 307 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 522 481 562 475 590 437 c 1\n 620 400 617 358 606 313 c 1\n 498 -199 l 1\n 495 -210 484 -219 473 -219 c 0\n 461 -219 454 -210 457 -199 c 1\n 565 313 l 1\n 574 358 577 380 555 408 c 0\n 532 436 513 438 466 439 c 2\n 365 439 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB44\nEncoding: 64324 64324 1195\nWidth: 600\nFlags: HW\nHStem: 0 41<88.6094 372.609> 219 41<192.609 346.609> 263 59 439 41<182.609 306.609 364.609 465.609 364.609 364.609>\nVStem: 572 41\nFore\n459 322 m 2\n 476 322 486 309 483 293 c 0\n 479 276 463 263 447 263 c 0\n 431 263 420 276 424 293 c 0\n 427 309 443 322 459 322 c 2\n365 439 m 1\n 239 335 l 2\n 214.808 314.264 199.98 299.551 193 260 c 1\n 355 260 l 2\n 367 260 374 251 371 240 c 0\n 369 229 358 219 347 219 c 1\n 143 219 l 1\n 147.75 237.583 151.339 257.328 155 277 c 1\n 164.376 315.571 191.387 344.998 217 364 c 1\n 307 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 2\n 475 480 l 2\n 522 481 562 475 590 437 c 1\n 620 400 617 359 606 313 c 1\n 575 167 l 1\n 566 122 552 80 506 43 c 0\n 461 5 418 0 373 0 c 2\n 81 0 l 2\n 69 0 62 9 64 20 c 0\n 67 32 78 41 89 41 c 2\n 382 41 l 2\n 427 41 449 44 484 72 c 0\n 517 100 524 122 534 167 c 1\n 565 313 l 2\n 575 359 577 380 555 408 c 0\n 532 436 513 438 466 439 c 2\n 365 439 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB46\nEncoding: 64326 64326 1196\nWidth: 600\nFlags: HW\nHStem: 0 41<78.6094 497.609> 141 59 439 41<172.609 252.609 501.609 581.609>\nFore\n271 200 m 2\n 288 200 298 187 295 171 c 0\n 291 154 275 141 259 141 c 0\n 243 141 232 154 236 171 c 0\n 239 187 255 200 271 200 c 2\n395 277 m 1\n 396 277 l 1\n 577 414 l 1\n 582 439 l 1\n 493 439 l 2\n 482 439 475 448 477 460 c 0\n 479 471 490 480 502 480 c 2\n 632 480 l 1\n 614 395 l 1\n 418 248 l 1\n 548 84 l 1\n 530 0 l 1\n 71 0 l 2\n 59 0 52 9 54 20 c 0\n 57 32 68 41 79 41 c 2\n 498 41 l 1\n 503 67 l 1\n 246 405 l 1\n 253 439 l 1\n 164 439 l 2\n 153 439 145 448 148 460 c 0\n 150 471 161 480 173 480 c 2\n 303 480 l 1\n 289 413 l 1\n 395 277 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB47\nEncoding: 64327 64327 1197\nWidth: 600\nFlags: HW\nHStem: 241 59 439 41\nFore\n377 300 m 2\n 394 300 404 287 401 271 c 0\n 397 254 381 241 365 241 c 0\n 349 241 338 254 342 271 c 0\n 345 287 361 300 377 300 c 2\n520 169 m 1\n 265 4 l 2\n 255 -3 242 -1 238 8 c 0\n 233 17 237 30 248 37 c 2\n 502 201 l 2\n 523.659 215.439 535.263 228.985 543 258 c 1\n 581 439 l 1\n 163 439 l 2\n 151 439 144 448 147 460 c 0\n 149 471 160 480 171 480 c 1\n 631 480 l 1\n 626 460 l 1\n 584 258 l 2\n 576.636 221.18 548.11 187.189 520 169 c 1\n222 277 m 1\n 121 -199 l 1\n 118 -210 107 -219 96 -219 c 0\n 85 -219 77 -210 80 -199 c 1\n 181 277 l 1\n 183 288 194 297 206 297 c 0\n 217 297 224 288 222 277 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB48\nEncoding: 64328 64328 1198\nWidth: 600\nFlags: HW\nHStem: 211 59 439 41\nVStem: 572 41\nFore\n357 270 m 2\n 374 270 384 257 381 241 c 0\n 377 224 361 211 345 211 c 0\n 329 211 318 224 322 241 c 0\n 325 257 341 270 357 270 c 2\n606 313 m 1\n 543 20 l 1\n 541 9 530 -0 518 -0 c 0\n 507 -0 500 9 502 20 c 1\n 564 313 l 1\n 573 358 576 380 554 408 c 0\n 531 436 513 438 465 439 c 2\n 173 439 l 2\n 161 439 154 448 157 460 c 0\n 159 471 170 480 182 480 c 2\n 474 480 l 2\n 522 481 561 475 589 437 c 1\n 619 400 616 358 606 313 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB49\nEncoding: 64329 64329 1199\nWidth: 600\nFlags: HW\nHStem: 0 41<100.172 250.172 291.172 363.172> 211 59 439 41<184.172 237.172 184.172 184.172 364.172 364.609 364.609 384.172 425.172 447.172 425.172 425.172 575.172 616.172>\nFore\n463 270 m 2\n 480 270 490 257 487 241 c 0\n 483 224 467 211 451 211 c 0\n 435 211 424 224 428 241 c 0\n 431 257 447 270 463 270 c 2\n365 480 m 2\n 364 480 l 1\n 456 480 l 2\n 467 480 474 471 472 460 c 0\n 470 448 458 439 447 439 c 2\n 425 439 l 1\n 291 41 l 1\n 372 41 l 2\n 416 41 439 44 474 72 c 0\n 493 87 511 125 525 169 c 1\n 616 439 l 1\n 566 439 l 2\n 555 439 547 448 550 460 c 0\n 552 471 563 480 575 480 c 2\n 671 480 l 1\n 565 164 l 1\n 549 119 533 73 496 43 c 0\n 451 5 408 0 363 0 c 2\n 50 0 l 1\n 152 480 l 1\n 246 480 l 2\n 257 480 264 471 262 460 c 0\n 259 448 248 439 237 439 c 2\n 184 439 l 1\n 100 41 l 1\n 250 41 l 1\n 384 439 l 1\n 356 439 l 2\n 344 439 337 448 340 460 c 0\n 342 471 353 480 365 480 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB4A\nEncoding: 64330 64330 1200\nWidth: 600\nFlags: HW\nHStem: 0 41<53 80> 211 59 439 41<183 263 303.609 465.609 303.609 304 304 304>\nVStem: 572 41\nFore\n401 270 m 2\n 418 270 428 257 425 241 c 0\n 421 224 405 211 389 211 c 0\n 373 211 362 224 366 241 c 0\n 369 257 385 270 401 270 c 2\n304 439 m 1\n 238 130 l 1\n 231 94 220 62 184 33 c 0\n 150 4 116 -1 80 0 c 2\n 44 0 l 2\n 33 0 25 9 28 20 c 0\n 30 32 41 41 53 41 c 2\n 89 41 l 2\n 125 42 137 43 162 62 c 1\n 186 83 189 94 197 130 c 1\n 263 439 l 1\n 174 439 l 2\n 162 439 155 448 158 460 c 0\n 160 471 171 480 183 480 c 1\n 475 480 l 1\n 522 481 562 475 590 437 c 1\n 620 401 618 362 606 313 c 1\n 544 20 l 1\n 542 9 531 0 519 0 c 0\n 508 0 501 9 503 20 c 1\n 565 313 l 1\n 575 362 577 379 555 408 c 0\n 532 436 513 438 466 439 c 2\n 304 439 l 1\nEndSplineSet\nEndChar\nStartChar: afii57700\nEncoding: 64331 64331 1201\nWidth: 600\nFlags: HW\nHStem: 439 41 540 59\nFore\n401 599 m 2\n 418 599 428 586 424 569 c 0\n 421 553 405 540 389 540 c 0\n 373 540 362 553 366 569 c 0\n 369 586 385 599 401 599 c 2\n422 480 m 1\n 325 20 l 1\n 322 9 311 0 300 0 c 0\n 289 0 281 9 284 20 c 1\n 373 439 l 1\n 284 439 l 2\n 272 439 265 448 267 460 c 0\n 270 471 281 480 292 480 c 2\n 422 480 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4C\nEncoding: 64332 64332 1202\nWidth: 600\nFlags: HW\nHStem: 0 41<88.5 417.5 458.5 539.5> 439 41<182.5 376.5> 540 41<319.5 320 320 446.5>\nVStem: 482 41\nFore\n320 581 m 1\n 454 581 l 2\n 466 581 474 572 472 560 c 0\n 468 549 458 540 446 540 c 2\n 312 540 l 2\n 300 540 292 549 296 560 c 0\n 298 572 308 581 320 581 c 1\n418 41 m 1\n 476 313 l 1\n 484 358 486 380 464 408 c 0\n 442 436 420 439 376 439 c 2\n 174 439 l 2\n 162 439 154 448 158 460 c 0\n 160 471 170 480 182 480 c 2\n 384 480 l 2\n 430 480 472 475 500 437 c 0\n 530 400 526 358 516 313 c 1\n 458 41 l 1\n 548 41 l 2\n 560 41 566 32 564 20 c 0\n 562 9 550 0 540 0 c 2\n 80 0 l 2\n 68 0 62 9 64 20 c 0\n 66 32 78 41 88 41 c 2\n 418 41 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4D\nEncoding: 64333 64333 1203\nWidth: 600\nFlags: HW\nHStem: 0 41<88.3906 331.391 331.391 331.5> 439 41<182.391 424.391> 540 41<323.5 324 324 450.5>\nVStem: 531 41\nFore\n324 581 m 1\n 458 581 l 2\n 470 581 478 572 476 560 c 0\n 472 549 462 540 450 540 c 2\n 316 540 l 2\n 304 540 296 549 300 560 c 0\n 302 572 312 581 324 581 c 1\n464 43 m 1\n 418.684 4.70176 378.204 -0.936761 331 0 c 1\n 79 0 l 2\n 68 0 61 9 63 20 c 0\n 66 32 77 41 88 41 c 2\n 340 41 l 2\n 386 42 407 44 442 72 c 0\n 475 100 482 121 492 167 c 2\n 523 313 l 1\n 532 357 535 380 513 408 c 0\n 490 436 470 438 424 439 c 2\n 173 439 l 2\n 161 439 154 448 157 460 c 0\n 159 471 170 480 182 480 c 2\n 433 480 l 2\n 479 481 519 475 548 437 c 0\n 578 400 574 357 564 313 c 1\n 533 167 l 1\n 524 121 510 79 464 43 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB4E\nEncoding: 64334 64334 1204\nWidth: 600\nFlags: HW\nHStem: 0 41<88.5 372.5> 219 41<192.5 346.5> 439 41<182.5 306.5 364.5 465.5 364.5 364.5> 540 41<355.5 356 356 482.5>\nVStem: 572 41\nFore\n356 581 m 1\n 490 581 l 2\n 502 581 510 572 508 560 c 0\n 504 549 494 540 482 540 c 2\n 348 540 l 2\n 336 540 328 549 332 560 c 0\n 334 572 344 581 356 581 c 1\n364 439 m 1\n 238 335 l 2\n 218.314 318.126 203.478 303.174 196 277 c 1\n 192 260 l 1\n 354 260 l 2\n 366 260 374 251 370 240 c 0\n 368 229 358 219 346 219 c 1\n 142 219 l 1\n 147.832 236.502 150.922 256.744 154 277 c 1\n 163.201 314.738 191.259 344.638 216 364 c 1\n 306 439 l 1\n 174 439 l 2\n 162 439 154 448 158 460 c 0\n 160 471 170 480 182 480 c 2\n 474 480 l 2\n 522 481 562 475 590 437 c 1\n 620 400 616 359 606 313 c 1\n 574 167 l 1\n 566 122 552 80 506 43 c 0\n 460 5 418 0 372 0 c 2\n 80 0 l 2\n 68 0 62 9 64 20 c 0\n 66 32 78 41 88 41 c 2\n 382 41 l 2\n 426 41 448 44 484 72 c 0\n 516 100 524 122 534 167 c 1\n 564 313 l 2\n 574 359 576 380 554 408 c 0\n 532 436 512 438 466 439 c 2\n 364 439 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4F\nEncoding: 64335 64335 1205\nWidth: 600\nFlags: HW\nHStem: 439 41<548 592>\nFore\n158 460 m 1\n 187 597 l 1\n 189 608 200 617 212 617 c 0\n 223 617 230 608 228 597 c 1\n 200 468 l 1\n 419 191 l 1\n 492 217 553 249 565 313 c 1\n 592 439 l 1\n 540 439 l 2\n 528 439 521 448 523 459 c 0\n 526 471 537 480 548 480 c 2\n 642 480 l 1\n 606 313 l 1\n 588 228 514 186 444 159 c 1\n 541 35 l 2\n 548 27 545 14 535 6 c 0\n 525 -2 512 -2 506 6 c 2\n 161 445 l 1\n 157 449 157 454 158 460 c 1\nEndSplineSet\nLigature: 8 2 'liga' afii57664 afii57676\nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeSans.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeSans\nFullName: Free Sans\nFamilyName: FreeSans\nWeight: Medium\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.28 $\nItalicAngle: 0\nUnderlinePosition: -151\nUnderlineWidth: 50\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 33\nTTFWeight: 400\nTTFWidth: 5\nPanose: 2 11 5 4 2 2 2 2 2 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 5\n 1 latn 1 dflt \n 1 armn 1 dflt \n 1 hebr 1 dflt \n 1 DFLT 1 dflt \n 1 kana 1 dflt \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1060 \"\" \"\" \"navadno\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nEncoding: unicode\nUnicodeInterp: none\nDisplaySize: -48\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 608 16 11\nBeginPrivate: 8\nUniqueID 7 5020902\nBlueValues 31 [-23 0 524 544 729 749 686 709]\nBlueScale 8 0.039625\nStdHW 4 [78]\nStdVW 4 [85]\nStemSnapH 194 [69 74 78 83] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 4 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [78 83] } if\nStemSnapV 191 [78 85 94] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 3 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [85 94] } if\nForceBold 5 false\nEndPrivate\nBeginChars: 65536 2379\nStartChar: space\nEncoding: 32 32 0\nWidth: 278\nFlags: W\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 278\nFlags: W\nHStem: 0 21G<124 208> 709 20G<125 208>\nVStem: 124 84<0 104 390 729>\nFore\n208 729 m 1\n 208 391 l 1\n 186 168 l 1\n 147 168 l 1\n 125 391 l 1\n 125 729 l 1\n 208 729 l 1\n208 104 m 1\n 208 0 l 1\n 124 0 l 1\n 124 104 l 1\n 208 104 l 1\nEndSplineSet\nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 355\nFlags: HMW\nVStem: 52 93<598 709> 212 93<598 709>\nFore\n52 709 m 1\n 145 709 l 1\n 145 598 l 1\n 118 464 l 1\n 79 464 l 1\n 52 598 l 1\n 52 709 l 1\n212 709 m 1\n 305 709 l 1\n 305 598 l 1\n 278 464 l 1\n 239 464 l 1\n 212 598 l 1\n 212 709 l 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 556\nFlags: HMW\nHStem: -20 20 191 68<14 115 204 316 405 510> 433 68<51 159 248 360 449 542>\nFore\n485 697 m 1\n 449 501 l 1\n 542 501 l 1\n 542 433 l 1\n 436 433 l 1\n 405 259 l 1\n 510 259 l 1\n 510 191 l 1\n 393 191 l 1\n 354 -20 l 1\n 278 -20 l 1\n 316 191 l 1\n 192 191 l 1\n 153 -20 l 1\n 77 -20 l 1\n 115 191 l 1\n 14 191 l 1\n 14 259 l 1\n 128 259 l 1\n 159 433 l 1\n 51 433 l 1\n 51 501 l 1\n 172 501 l 1\n 208 697 l 1\n 284 697 l 1\n 248 501 l 1\n 373 501 l 1\n 408 697 l 1\n 485 697 l 1\n360 433 m 1\n 236 433 l 1\n 204 259 l 1\n 329 259 l 1\n 360 433 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 556\nFlags: HMW\nVStem: 46 81<495.5 559> 243 59<-126 -23 46 309 405 645 645 645 716 770> 436 82<163.5 216>\nFore\n243 770 m 1\n 302 770 l 1\n 302 716 l 1\n 423 707 496 633 496 519 c 1\n 417 519 l 1\n 416 592 369 643 302 646 c 1\n 302 397 l 1\n 394 369 407 364 433 349 c 0\n 491 316 518 266 518 195 c 0\n 518 117 484 48 426 12 c 0\n 393 -8 356 -19 302 -23 c 1\n 302 -126 l 1\n 243 -126 l 1\n 243 -23 l 1\n 102 -14 26 69 33 208 c 1\n 112 208 l 1\n 118 143 122 126 137 103 c 1\n 160 72 198 52 243 46 c 1\n 243 318 l 1\n 170 340 143 351 117 370 c 0\n 70 404 46 453 46 516 c 0\n 46 630 115 700 243 716 c 1\n 243 770 l 1\n243 405 m 1\n 243 645 l 1\n 169 635 127 592 127 526 c 0\n 127 465 164 426 243 405 c 1\n302 309 m 1\n 302 46 l 1\n 345 51 370 60 394 83 c 0\n 421 109 436 144 436 183 c 0\n 436 249 404 279 302 309 c 1\nEndSplineSet\nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 889\nFlags: W\nHStem: -20 21G<214 280> -19 70<689 702> 252 70<688 702> 343 70<200 214> 615 70<199 214> 689 20G<609 675>\nVStem: 29 69<514 525> 301 69<507 525> 518 69<152 157> 790 69<150 157>\nDStem: 609 709 675 709 214 -20 280 -20\nFore\n199 685 m 0\n 295 685 370 609 370 512 c 0\n 370 420 293 343 200 343 c 0\n 106 343 29 420 29 514 c 128\n 29 608 106 685 199 685 c 0\n199 615 m 0\n 144 615 98 570 98 514 c 0\n 98 459 144 413 200 413 c 0\n 255 413 301 458 301 513 c 0\n 301 570 256 615 199 615 c 0\n609 709 m 1\n 675 709 l 1\n 280 -20 l 1\n 214 -20 l 1\n 609 709 l 1\n688 322 m 0\n 784 322 859 246 859 150 c 0\n 859 58 781 -19 689 -19 c 0\n 595 -19 518 58 518 152 c 0\n 518 245 595 322 688 322 c 0\n688 252 m 0\n 633 252 587 207 587 152 c 0\n 587 96 633 51 689 51 c 0\n 744 51 790 96 790 150 c 0\n 790 207 745 252 688 252 c 0\nEndSplineSet\nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 667\nFlags: W\nHStem: -23 78<255 277> 0 21G<528 637> 639 70<285 309>\nVStem: 52 84<168 185> 133 82<536 557> 388 79<550 556> 493 80<310.979 333.938>\nDStem: 258 337 329 378 418 137 462 215 466 78 515 151 528 0 637 0\nFore\n493 334 m 1\n 573 334 l 1\n 573 274 552 208 515 151 c 1\n 637 0 l 1\n 528 0 l 1\n 466 78 l 1\n 428 41 410 26 389 13 c 0\n 353 -10 306 -23 257 -23 c 0\n 134 -23 52 56 52 176 c 0\n 52 267 90 317 214 389 c 1\n 152 467 133 505 133 552 c 0\n 133 640 209 709 304 709 c 128\n 399 709 467 644 467 552 c 0\n 467 480 433 437 329 378 c 1\n 462 215 l 1\n 482 250 494 298 493 334 c 1\n285 431 m 1\n 363 480 388 509 388 554 c 0\n 388 603 351 639 301 639 c 0\n 249 639 215 605 215 553 c 0\n 215 518 224 501 285 431 c 1\n418 137 m 1\n 258 337 l 1\n 167 279 136 239 136 183 c 0\n 136 113 195 55 267 55 c 0\n 319 55 362 78 418 137 c 1\nEndSplineSet\nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 191\nFlags: HMW\nVStem: 48 94<598 709>\nFore\n48 709 m 1\n 142 709 l 1\n 142 598 l 1\n 115 464 l 1\n 75 464 l 1\n 48 598 l 1\n 48 709 l 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 333\nFlags: HMW\nHStem: 709 20<236 291 291 291>\nVStem: 73 81<180 337.5>\nFore\n236 729 m 1\n 291 729 l 1\n 203 587 154 418 154 259 c 0\n 154 99 203 -69 291 -212 c 1\n 236 -212 l 1\n 136 -81 73 101 73 259 c 0\n 73 416 136 598 236 729 c 1\nEndSplineSet\nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 333\nFlags: HMW\nHStem: 709 20<38 93 93 93>\nVStem: 175 81<179.5 337>\nFore\n93 -212 m 1\n 38 -212 l 1\n 126 -70 175 99 175 258 c 0\n 175 418 126 586 38 729 c 1\n 93 729 l 1\n 193 598 256 416 256 258 c 0\n 256 101 193 -81 93 -212 c 1\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 389\nFlags: HMW\nHStem: 514 20<192 192> 709 20<160 223 223 223>\nFore\n160 729 m 1\n 223 729 l 1\n 218 617 l 1\n 324 655 l 1\n 343 596 l 1\n 235 566 l 1\n 305 477 l 1\n 254 441 l 1\n 192 534 l 1\n 129 441 l 1\n 79 477 l 1\n 148 566 l 1\n 40 596 l 1\n 59 655 l 1\n 165 617 l 1\n 160 729 l 1\nEndSplineSet\nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 584\nFlags: HMW\nHStem: -10 20 197 70<50 257 327 534>\nVStem: 257 70<-10 197 267 474>\nFore\n534 267 m 1\n 534 197 l 1\n 327 197 l 1\n 327 -10 l 1\n 257 -10 l 1\n 257 197 l 1\n 50 197 l 1\n 50 267 l 1\n 257 267 l 1\n 257 474 l 1\n 327 474 l 1\n 327 267 l 1\n 534 267 l 1\nEndSplineSet\nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 278\nFlags: HMW\nHStem: 0 104<87 147>\nFore\n87 104 m 1\n 192 104 l 1\n 192 -16 l 2\n 192 -102 157 -147 87 -147 c 1\n 87 -109 l 1\n 134 -107 147 -87 147 -18 c 2\n 147 0 l 1\n 87 0 l 1\n 87 104 l 1\nEndSplineSet\nKernsSLIF: 8217 -50 3 0 8221 -41 3 0 63196 -100 3 0\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 333\nFlags: HMW\nHStem: 240 72<46 284>\nVStem: 46 238<240 312>\nFore\n284 312 m 1\n 284 240 l 1\n 46 240 l 1\n 46 312 l 1\n 284 312 l 1\nEndSplineSet\nKernsSLIF: 89 -92 3 0 87 -19 3 0 86 -46 3 0 84 -80 3 0 197 -7 3 0 196 -7 3 0 193 -7 3 0 198 -11 3 0 65 -7 3 0\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 278\nFlags: HMW\nHStem: 0 104<87 191>\nVStem: 87 104<0 104>\nFore\n191 104 m 1\n 191 0 l 1\n 87 0 l 1\n 87 104 l 1\n 191 104 l 1\nEndSplineSet\nKernsSLIF: 8217 -51 3 0 8221 -41 3 0 63196 -101 3 0\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 278\nFlags: HMW\nHStem: -20 20 709 20<229 284 284 284>\nFore\n229 729 m 1\n 284 729 l 1\n 47 -20 l 1\n -8 -20 l 1\n 229 729 l 1\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 556\nFlags: HMW\nHStem: -23 73<226.5 322> 631 78<242 308.5>\nVStem: 43 90<245 408.5> 417 90<244.5 406>\nFore\n275 709 m 0\n 451.051 709 507 542.885 507 337 c 0\n 507 104 425 -23 275 -23 c 0\n 123 -23 43 104 43 343 c 0\n 43 474 66 569 112 631 c 0\n 149 680 209 709 275 709 c 0\n275 631 m 0\n 180 631 133 536 133 342 c 128\n 133 148 180 50 273 50 c 0\n 371 50 417 144 417 345 c 0\n 417 535 370 631 275 631 c 0\nEndSplineSet\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 556\nFlags: HMW\nHStem: 0 20\nVStem: 259 88<0 505 505 505>\nFore\n259 505 m 1\n 102 505 l 1\n 102 568 l 1\n 238 585 258 600 289 709 c 1\n 347 709 l 1\n 347 0 l 1\n 259 0 l 1\n 259 505 l 1\nEndSplineSet\nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 556\nFlags: HMW\nHStem: 0 87<133 506> 632 77<254.5 317.5>\nVStem: 421 90<471 530.5>\nFore\n284 709 m 0\n 417.865 709 511 623.924 511 501 c 0\n 511 414 460 341 361 287 c 2\n 261 233 l 1\n 174 182 142 145 133 87 c 1\n 506 87 l 1\n 506 0 l 1\n 34 0 l 1\n 42 156 85 223 233 307 c 2\n 325 359 l 2\n 388 395 421 443 421 499 c 0\n 421 575 361 632 281 632 c 0\n 228 632 182 606 159 563 c 0\n 147 540 141 511 138 463 c 1\n 50 463 l 1\n 52 535 63 579 88 617 c 0\n 127 677 194 709 284 709 c 0\nEndSplineSet\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 556\nFlags: W\nHStem: -23 78<255 289> 326 74<221 269> 632 77<255 289>\nVStem: 47 88<480 502.292> 395 90<504 522> 416 90<184 218>\nFore\n266 -23 m 0\n 117.677 -23 42.8001 52.0984 32 206 c 1\n 120 206 l 1\n 126 103 173 55 269 55 c 0\n 361 55 416 108 416 197 c 0\n 416 282 366 326 269 326 c 2\n 232 325 l 1\n 221 325 l 1\n 221 400 l 1\n 337.662 401.882 395 418.522 395 511 c 0\n 395 586 348 632 270 632 c 0\n 215 632 171 608 151 569 c 0\n 140 547 136 523 135 480 c 1\n 47 480 l 1\n 50 631 126 709 269 709 c 0\n 404 709 485 636 485 514 c 0\n 485 443 452 393 386 367 c 1\n 471 338 506 288 506 198 c 0\n 506 64 412 -23 266 -23 c 0\nEndSplineSet\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 556\nFlags: HMW\nHStem: 0 20 170 79<105 327 415 520>\nVStem: 327 88<0 170 249 559 559 559>\nFore\n327 170 m 1\n 28 170 l 5\n 28 263 l 1\n 350 709 l 1\n 415 709 l 1\n 415 249 l 1\n 520 249 l 1\n 520 170 l 1\n 415 170 l 1\n 415 0 l 1\n 327 0 l 1\n 327 170 l 1\n327 249 m 1\n 327 559 l 1\n 105 249 l 1\n 327 249 l 1\nEndSplineSet\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 556\nFlags: HMW\nHStem: -23 78<230 316> 389 78<259 315.5> 622 87<181 476 181 181>\nVStem: 423 90<168 271.5>\nFore\n476 709 m 1\n 476 622 l 1\n 181 622 l 1\n 153 424 l 1\n 194 454 234 467 284 467 c 0\n 420 467 513 371 513 231 c 0\n 513 81 413 -23 270 -23 c 0\n 190 -23 118 8 78 62 c 1\n 57 88 47 116 35 174 c 1\n 123 174 l 1\n 144 94 191 55 268 55 c 0\n 364 55 423 117 423 219 c 0\n 423 324 363 389 268 389 c 0\n 213 389 179 372 138 323 c 1\n 57 323 l 1\n 110 709 l 1\n 476 709 l 1\nEndSplineSet\nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 556\nFlags: HMW\nHStem: -23 78<242 322.5> 363 78<261 327.5> 631 78<258 322>\nVStem: 43 95 423 90<164.5 256.5>\nFore\n281 -23 m 0\n 104.325 -23 43 123.105 43 323 c 0\n 43 452 63 539 107 608 c 0\n 149 671 219 709 297 709 c 0\n 405 709 481 640 498 524 c 1\n 410 524 l 1\n 396 592 353 631 291 631 c 0\n 190 631 134 535 133 362 c 1\n 171 414 226 441 296 441 c 0\n 423 441 513 348 513 216 c 0\n 513 77 416 -23 281 -23 c 0\n285 363 m 0\n 198 363 138 302 138 214 c 0\n 138 123 200 55 282 55 c 0\n 363 55 423 120 423 209 c 0\n 423 304 370 363 285 363 c 0\nEndSplineSet\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 556\nFlags: HMW\nHStem: 0 20 622 87<46 429>\nFore\n520 709 m 1\n 520 635 l 1\n 360 422 271 227 232 0 c 1\n 138 0 l 1\n 191 233 260 381 429 622 c 1\n 46 622 l 1\n 46 709 l 1\n 520 709 l 1\nEndSplineSet\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 556\nFlags: W\nHStem: -23 78<260 294> 334 74<275 294> 631 78<275 294>\nVStem: 37 90<184 202> 62 90<504 522> 398 90<504 522> 423 90<184 202>\nFore\n391 373 m 1\n 473 334 513 275 513 196 c 0\n 513 67 415 -23 275 -23 c 128\n 135 -23 37 67 37 197 c 0\n 37 275 77 334 158 373 c 1\n 86 418 62 454 62 520 c 0\n 62 631 150 709 275 709 c 0\n 401 709 488 631 488 520 c 0\n 488 453 464 417 391 373 c 1\n275 631 m 0\n 201 631 152 587 152 519 c 0\n 152 452 201 408 275 408 c 128\n 349 408 398 452 398 518 c 0\n 398 587 350 631 275 631 c 0\n275 334 m 0\n 187 334 127 278 127 195 c 128\n 127 112 187 55 273 55 c 0\n 363 55 423 111 423 195 c 0\n 423 278 363 334 275 334 c 0\nEndSplineSet\nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 556\nFlags: HMW\nHStem: -23 78<229 293> 245 78<223.5 289.5> 632 77<228.5 309>\nVStem: 38 90<429.5 522> 413 96\nFore\n270 709 m 0\n 446.324 709 509 564.542 509 363 c 0\n 509 234 489 147 444 78 c 0\n 403 15 332 -23 254 -23 c 0\n 146 -23 70 46 53 162 c 1\n 141 162 l 1\n 155 94 198 55 260 55 c 0\n 361 55 417 151 418 324 c 1\n 372 269 323 245 256 245 c 0\n 128 245 38 338 38 470 c 0\n 38 609 135 709 270 709 c 0\n269 632 m 0\n 188 632 128 567 128 477 c 0\n 128 382 181 323 266 323 c 0\n 352 323 413 385 413 472 c 0\n 413 564 351 632 269 632 c 0\nEndSplineSet\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 278\nFlags: HMW\nHStem: 0 104<110 214> 420 104<110 214>\nVStem: 110 104<0 104 420 524>\nFore\n214 104 m 1\n 214 0 l 1\n 110 0 l 1\n 110 104 l 1\n 214 104 l 1\n214 524 m 1\n 214 420 l 1\n 110 420 l 1\n 110 524 l 1\n 214 524 l 1\nEndSplineSet\nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 278\nFlags: HMW\nHStem: 0 104<110 170> 420 104<111 215>\nVStem: 111 104<420 524>\nFore\n215 524 m 1\n 215 420 l 1\n 111 420 l 1\n 111 524 l 1\n 215 524 l 1\n110 104 m 1\n 215 104 l 1\n 215 -16 l 2\n 215 -102 180 -147 110 -147 c 1\n 110 -109 l 1\n 157 -107 170 -87 170 -18 c 2\n 170 0 l 1\n 110 0 l 1\n 110 104 l 1\nEndSplineSet\nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 584\nFlags: HMW\nHStem: -9 20\nFore\n45 198 m 1\n 45 267 l 1\n 534 474 l 1\n 534 395 l 1\n 140 234 l 1\n 534 70 l 1\n 534 -9 l 1\n 45 198 l 1\nEndSplineSet\nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 584\nFlags: HMW\nHStem: 111 70<50 534> 283 70<50 534>\nFore\n534 353 m 1\n 534 283 l 1\n 50 283 l 1\n 50 353 l 1\n 534 353 l 1\n534 181 m 1\n 534 111 l 1\n 50 111 l 1\n 50 181 l 1\n 534 181 l 1\nEndSplineSet\nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 584\nFlags: HMW\nHStem: -9 20\nFore\n539 267 m 1\n 539 198 l 1\n 50 -9 l 1\n 50 70 l 1\n 444 231 l 1\n 50 395 l 1\n 50 474 l 1\n 539 267 l 1\nEndSplineSet\nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 556\nFlags: HMW\nHStem: 0 104<240 330> 663 78<264.5 329.5>\nVStem: 240 90<0 104 199 246> 419 90<526 583>\nFore\n330 199 m 1\n 240 199 l 1\n 240 254 l 2\n 240 290 247 313 268 341 c 0\n 285 364 285 364 344 417 c 0\n 397 464 419 503 419 549 c 0\n 419 617 368 663 291 663 c 0\n 238 663 198 642 179 605 c 0\n 167 581 162 553 162 507 c 1\n 77 507 l 1\n 77 661 152 741 296 741 c 0\n 426 741 509 666 509 549 c 0\n 509 483 484 438 409 370 c 0\n 341 307 330 290 330 246 c 2\n 330 199 l 1\n330 104 m 1\n 330 0 l 1\n 240 0 l 1\n 240 104 l 1\n 330 104 l 1\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 1015\nFlags: W\nHStem: -142 77<465 523> 57 70<679 698> 62 64<427 453> 458 64<510 527> 664 77<495 531>\nVStem: 34 85<256 275> 264 90<226.847 260> 864 87<353 371>\nFore\n665 501 m 1\n 748 501 l 1\n 658 221 l 1\n 650 198 646 180 646 171 c 0\n 646 147 669 127 696 127 c 0\n 781 127 864 240 864 357 c 0\n 864 524 703 664 512 664 c 0\n 301 664 119 483 119 273 c 0\n 119 82 282 -65 494 -65 c 0\n 548 -65 605 -56 687 -33 c 1\n 715 -100 l 1\n 643 -127 563 -142 489 -142 c 0\n 236 -142 34 36 34 258 c 0\n 34 389 94 523 192 612 c 0\n 280 692 406 741 525 741 c 0\n 758 741 951 572 951 369 c 0\n 951 291 920 210 865 146 c 0\n 814 86 753 57 679 57 c 0\n 616 57 578 83 569 134 c 1\n 523 84 480 62 427 62 c 0\n 334 62 264 141 264 245 c 0\n 264 390 387 522 521 522 c 0\n 576 522 618 492 643 435 c 1\n 665 501 l 1\n515 458 m 0\n 431 458 354 356 354 244 c 0\n 354 178 398 126 453 126 c 0\n 490 126 527 150 555 191 c 0\n 580 228 607 312 609 362 c 0\n 612 416 571 458 515 458 c 0\nEndSplineSet\nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 667\nFlags: HMW\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397>\nFore\n474 219 m 1\n 193 219 l 1\n 116 0 l 1\n 17 0 l 1\n 277 729 l 1\n 397 729 l 1\n 653 0 l 1\n 549 0 l 1\n 474 219 l 1\n448 297 m 1\n 336 629 l 1\n 216 297 l 1\n 448 297 l 1\nEndSplineSet\nKernsSLIF: 268 -36 0 0 269 -11 0 0 121 -34 0 0 119 -21 0 0 118 -31 0 0 117 -12 0 0 116 -16 0 0 8217 -65 0 0 8221 -56 0 0 113 -8 0 0 46 5 0 0 111 -13 0 0 45 -3 0 0 8249 -40 0 0 171 -44 0 0 103 -10 0 0 101 -16 0 0 100 -8 0 0 44 5 0 0 231 -10 0 0 99 -11 0 0 98 4 0 0 97 -4 0 0 89 -99 0 0 87 -51 0 0 86 -75 0 0 217 -37 0 0 220 -37 0 0 219 -37 0 0 218 -37 0 0 85 -37 0 0 84 -93 0 0 81 -32 0 0 214 -33 0 0 79 -33 0 0 71 -35 0 0 199 -36 0 0 67 -36 0 0\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 667\nFlags: W\nHStem: 0 82<172 416> 333 82<172 399> 647 82<79 377>\nVStem: 79 93<0 333 0 647> 498 93<527 546> 530 93<191 225>\nFore\n79 0 m 1\n 79 729 l 1\n 375 729 l 2\n 445 729 495 713 533 678 c 0\n 571 644 591 597 591 544 c 0\n 591 470 556 416 490 385 c 1\n 583 349 623 296 623 208 c 0\n 623 151 603 99 567 61 c 0\n 528 19 477 0 408 0 c 2\n 79 0 l 1\n172 415 m 1\n 352 415 l 2\n 404 415 433 422 458 441 c 0\n 484 461 498 492 498 531 c 0\n 498 571 484 601 458 621 c 0\n 433 640 404 647 352 647 c 2\n 172 647 l 1\n 172 415 l 1\n530 207 m 0\n 530 281.152 485.489 333 399 333 c 2\n 172 333 l 1\n 172 82 l 1\n 399 82 l 2\n 444 82 474 93 496 117 c 0\n 518 140 530 172 530 207 c 0\nEndSplineSet\nKernsSLIF: 89 -44 0 0 87 -25 0 0 86 -41 0 0 216 -1 0 0 210 -7 0 0 214 -7 0 0 212 -7 0 0 211 -7 0 0 338 -5 0 0 79 -7 0 0 195 -21 0 0 197 -21 0 0 196 -21 0 0 194 -21 0 0 193 -21 0 0 198 -21 0 0 65 -21 0 0\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 722\nFlags: HMW\nHStem: -23 82<329.5 417> 659 82<332 399.5>\nVStem: 48 93<296 415>\nFore\n662 503 m 1\n 567 503 l 1\n 556 557 541 588 514 613 c 0\n 484 641 429 659 370 659 c 0\n 229 659 141 544 141 357 c 0\n 141 175 233 59 378 59 c 0\n 456 59 518 93 548 153 c 0\n 563 182 573 216 581 266 c 1\n 677 266 l 1\n 655 73 555 -23 377 -23 c 0\n 282 -23 210 4 154 62 c 0\n 85 133 48 236 48 356 c 0\n 48 474 84 578 150 650 c 0\n 204 710 283 741 381 741 c 0\n 541 741 633 663 662 503 c 1\nEndSplineSet\nKernsSLIF: 214 -8 0 0 211 -8 0 0 79 -8 0 0 75 -10 0 0 72 -12 0 0 197 -32 0 0 196 -32 0 0 193 -32 0 0 198 -33 0 0 65 -32 0 0\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 722\nFlags: HMW\nHStem: 0 82<182 354 354 370> 647 82<182 354 182 182>\nVStem: 89 93<82 647> 574 93<272 457>\nFore\n89 0 m 1\n 89 729 l 1\n 370 729 l 2\n 555 729 667 591 667 365 c 0\n 667 138 554 0 370 0 c 2\n 89 0 l 1\n182 82 m 1\n 354 82 l 2\n 498 82 574 180 574 364 c 0\n 574 550 498 647 354 647 c 2\n 182 647 l 1\n 182 82 l 1\nEndSplineSet\nKernsSLIF: 89 -63 0 0 88 -53 0 0 87 -29 0 0 86 -51 0 0 84 -45 0 0 74 -5 0 0 195 -42 0 0 197 -42 0 0 192 -42 0 0 196 -42 0 0 194 -42 0 0 193 -42 0 0 65 -42 0 0\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 667\nFlags: HMW\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647>\nFore\n183 332 m 1\n 183 82 l 1\n 613 82 l 1\n 613 0 l 1\n 90 0 l 1\n 90 729 l 1\n 595 729 l 1\n 595 647 l 1\n 183 647 l 1\n 183 414 l 1\n 580 414 l 1\n 580 332 l 1\n 183 332 l 1\nEndSplineSet\nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 611\nFlags: HMW\nHStem: 0 20 332 82<183 531> 647 82<183 579 183 183>\nVStem: 90 93<0 332 414 647>\nFore\n183 332 m 1\n 183 0 l 1\n 90 0 l 1\n 90 729 l 1\n 579 729 l 1\n 579 647 l 1\n 183 647 l 1\n 183 414 l 1\n 531 414 l 1\n 531 332 l 1\n 183 332 l 1\nEndSplineSet\nKernsSLIF: 117 -33 0 0 114 -35 0 0 46 -108 0 0 248 -21 0 0 339 -23 0 0 246 -21 0 0 243 -21 0 0 111 -21 0 0 106 -12 0 0 105 -10 0 0 45 -14 0 0 233 -24 0 0 101 -24 0 0 44 -108 0 0 229 -33 0 0 230 -29 0 0 228 -33 0 0 225 -33 0 0 97 -33 0 0 214 -22 0 0 79 -22 0 0 74 -51 0 0 195 -69 0 0 197 -69 0 0 192 -69 0 0 196 -69 0 0 194 -69 0 0 193 -69 0 0 65 -69 0 0\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 778\nFlags: HMW\nHStem: -23 82<361 427.5> 303 82<405 627> 659 82<349.5 448.5>\nVStem: 44 93<317 422.5> 627 82<93 93 283 303 303 303>\nFore\n709 385 m 1\n 709 -4 l 1\n 650 -4 l 1\n 627 93 l 1\n 556 14 477 -23 378 -23 c 0\n 181 -23 44 133 44 357 c 0\n 44 488 92 601 176 671 c 0\n 233 718 305 741 394 741 c 0\n 561 741 673 656 699 508 c 1\n 604 508 l 1\n 584 602 504 659 393 659 c 0\n 239 659 137 541 137 362 c 0\n 137 272 166 185 214 133 c 0\n 257 86 324 59 398 59 c 0\n 531 59 627 153 627 283 c 2\n 627 303 l 1\n 405 303 l 1\n 405 385 l 1\n 709 385 l 1\nEndSplineSet\nKernsSLIF: 89 -62 0 0 87 -28 0 0 86 -50 0 0 84 -44 0 0 195 -6 0 0 197 -6 0 0 192 -6 0 0 196 -6 0 0 194 -6 0 0 193 -6 0 0 198 -3 0 0 65 -6 0 0\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 722\nFlags: W\nHStem: 332 82<176 551> 709 20G<83 176 551 644>\nVStem: 83 94<0 332 0 729> 551 93<0 729>\nFore\n551 332 m 1\n 177 332 l 1\n 177 0 l 1\n 83 0 l 1\n 83 729 l 1\n 176 729 l 1\n 176 414 l 1\n 551 414 l 1\n 551 729 l 1\n 644 729 l 1\n 644 0 l 1\n 551 0 l 1\n 551 332 l 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 278\nFlags: HMW\nHStem: 0 20 709 20<100 194 194 194>\nVStem: 100 94<0 729>\nFore\n194 729 m 1\n 194 0 l 1\n 100 0 l 1\n 100 729 l 1\n 194 729 l 1\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 500\nFlags: HMW\nHStem: -23 78<186 239.5> 709 20<333 426 426 426>\nVStem: 17 95<170 187 187 234> 333 93<216 729>\nFore\n333 729 m 1\n 426 729 l 1\n 426 182 l 2\n 426 56 347 -23 220 -23 c 0\n 95 -23 17 52 17 170 c 2\n 17 234 l 1\n 112 234 l 1\n 112 187 l 2\n 112 102 151 55 221 55 c 0\n 258 55 292 72 310 100 c 0\n 327 125 333 158 333 216 c 2\n 333 729 l 1\nEndSplineSet\nKernsSLIF: 197 -32 0 0 196 -32 0 0 198 -31 0 0 65 -32 0 0\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 667\nFlags: HMW\nHStem: 0 20 709 20<79 172 172 172 535 655 655 655>\nVStem: 79 93<0 255 360 729>\nFore\n172 255 m 1\n 172 0 l 1\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 360 l 1\n 535 729 l 1\n 655 729 l 1\n 358 432 l 1\n 658 0 l 1\n 548 0 l 1\n 291 374 l 1\n 172 255 l 1\nEndSplineSet\nKernsSLIF: 121 -62 0 0 252 -19 0 0 117 -19 0 0 246 -29 0 0 243 -29 0 0 111 -29 0 0 45 -47 0 0 101 -32 0 0 229 -11 0 0 230 -7 0 0 228 -11 0 0 97 -11 0 0 84 20 0 0 83 -38 0 0 214 -48 0 0 211 -48 0 0 338 -45 0 0 79 -48 0 0 71 -51 0 0 67 -51 0 0\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 556\nFlags: HMW\nHStem: 0 82<173 533> 709 20<80 173 173 173>\nVStem: 80 93<82 729>\nFore\n173 729 m 1\n 173 82 l 1\n 533 82 l 1\n 533 0 l 1\n 80 0 l 1\n 80 729 l 1\n 173 729 l 1\nEndSplineSet\nKernsSLIF: 352 -19 0 0 268 -41 0 0 121 -56 0 0 252 -7 0 0 117 -7 0 0 8217 -149 0 0 8221 -141 0 0 45 -125 0 0 89 -121 0 0 87 -68 0 0 86 -105 0 0 220 -35 0 0 85 -35 0 0 84 -105 0 0 83 -19 0 0 213 -41 0 0 210 -41 0 0 214 -41 0 0 212 -41 0 0 211 -41 0 0 79 -41 0 0 71 -42 0 0 199 -37 0 0 67 -41 0 0 197 17 0 0 196 17 0 0 193 17 0 0 198 20 0 0 65 17 0 0\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 833\nFlags: HMW\nHStem: 0 20 709 20<75 204 204 204 632 761 761 761>\nVStem: 75 88<0 611> 673 88<0 611 611 611>\nFore\n468 0 m 1\n 370 0 l 1\n 163 611 l 1\n 163 0 l 1\n 75 0 l 1\n 75 729 l 1\n 204 729 l 1\n 420 94 l 1\n 632 729 l 1\n 761 729 l 1\n 761 0 l 1\n 673 0 l 1\n 673 611 l 1\n 468 0 l 1\nEndSplineSet\nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 722\nFlags: HMW\nHStem: 0 20 709 20<76 177 177 177 558 646 646 646>\nVStem: 76 88<0 591> 558 88<133 729>\nFore\n646 729 m 1\n 646 0 l 1\n 541 0 l 1\n 164 591 l 1\n 164 0 l 1\n 76 0 l 1\n 76 729 l 1\n 177 729 l 1\n 558 133 l 1\n 558 729 l 1\n 646 729 l 1\nEndSplineSet\nKernsSLIF: 268 -3 0 0 46 -7 0 0 248 4 0 0 246 2 0 0 243 2 0 0 111 2 0 0 44 -7 0 0 229 -5 0 0 230 -2 0 0 228 -5 0 0 225 -5 0 0 97 -5 0 0 71 -2 0 0 199 -3 0 0 67 -3 0 0 197 -9 0 0 196 -9 0 0 193 -9 0 0 198 -6 0 0 65 -9 0 0\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 778\nFlags: HMW\nHStem: -23 82<312.5 434> 659 82<312 468>\nVStem: 38 93<269 449> 649 93<293.5 447>\nFore\n389 741 m 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 128\n 38 587 180 741 389 741 c 0\n389 659 m 0\n 235 659 131 539 131 359 c 128\n 131 179 235 59 390 59 c 0\n 544 59 649 179 649 355 c 0\n 649 539 547 659 389 659 c 0\nEndSplineSet\nKernsSLIF: 89 -59 0 0 88 -46 0 0 87 -23 0 0 86 -45 0 0 84 -42 0 0 197 -35 0 0 196 -35 0 0 193 -35 0 0 198 -39 0 0 65 -35 0 0\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 667\nFlags: HMW\nHStem: 0 20 309 82<184 378 378 413> 647 82<184 378 184 184>\nVStem: 91 93<0 309 391 647> 520 97<481.5 559>\nFore\n184 309 m 1\n 184 0 l 1\n 91 0 l 1\n 91 729 l 1\n 392 729 l 2\n 536 729 617 652 617 515 c 0\n 617 448 598 401 554 361 c 0\n 515 326 470 309 413 309 c 2\n 184 309 l 1\n184 391 m 1\n 378 391 l 2\n 467 391 520 439 520 519 c 128\n 520 599 467 647 378 647 c 2\n 184 647 l 1\n 184 391 l 1\nEndSplineSet\nKernsSLIF: 46 -135 0 0 248 -27 0 0 339 -28 0 0 246 -27 0 0 243 -27 0 0 111 -27 0 0 45 -40 0 0 233 -31 0 0 101 -31 0 0 44 -135 0 0 229 -28 0 0 230 -24 0 0 228 -28 0 0 225 -28 0 0 97 -28 0 0 74 -78 0 0 197 -78 0 0 196 -78 0 0 193 -78 0 0 198 -86 0 0 65 -78 0 0\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 778\nFlags: HMW\nHStem: -23 82<311.5 411> 659 82<312.5 467.5>\nVStem: 38 93<269 449> 649 93<313 449.5>\nFore\n733 -1 m 1\n 686 -59 l 1\n 581 28 l 1\n 522 -7 462 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 128\n 38 587 180 741 390 741 c 128\n 600 741 742 587 742 361 c 0\n 742 246 708 152 639 76 c 1\n 733 -1 l 1\n481 205 m 1\n 570 132 l 1\n 624 193 649 266 649 360 c 0\n 649 539 545 659 390 659 c 128\n 235 659 131 539 131 359 c 128\n 131 179 234 59 389 59 c 0\n 433 59 466 67 509 87 c 1\n 435 149 l 1\n 481 205 l 1\nEndSplineSet\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 722\nFlags: HMW\nHStem: 0 20 314 82<186 411 411 426> 647 82<186 411 186 186>\nVStem: 93 93<0 314 396 647> 554 97<492.5 543>\nFore\n186 314 m 1\n 186 0 l 1\n 93 0 l 1\n 93 729 l 1\n 429 729 l 2\n 572 729 651 660 651 534 c 0\n 651 451 618 400 536 360 c 1\n 615 326 634 290 635 170 c 0\n 637 73 644 47 679 23 c 1\n 679 0 l 1\n 566 0 l 1\n 553 30 545 74 545 119 c 1\n 546 184 l 1\n 546 274 509 314 426 314 c 2\n 186 314 l 1\n186 396 m 1\n 411 396 l 2\n 510 396 554 435 554 521 c 0\n 554 565 541 598 516 619 c 0\n 493 639 463 647 411 647 c 2\n 186 647 l 1\n 186 396 l 1\nEndSplineSet\nKernsSLIF: 121 -8 0 0 252 -9 0 0 250 -9 0 0 117 -9 0 0 339 -11 0 0 246 -9 0 0 243 -9 0 0 111 -9 0 0 45 -2 0 0 233 -12 0 0 101 -12 0 0 229 -15 0 0 230 -12 0 0 228 -15 0 0 225 -15 0 0 97 -15 0 0 89 -43 0 0 87 -27 0 0 86 -39 0 0 220 -17 0 0 85 -17 0 0 84 -23 0 0 214 -13 0 0 211 -13 0 0 338 -11 0 0 79 -13 0 0 71 -15 0 0 199 -16 0 0 67 -16 0 0\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 667\nFlags: HMW\nHStem: -23 82<302.5 371.5> 663 78<277 384>\nVStem: 70 93<512 577> 528 93<171.5 219.5>\nFore\n596 515 m 1\n 508 515 l 1\n 507 610 442 663 326 663 c 0\n 228 663 163 614 163 540 c 0\n 163 484 195 456 283 432 c 2\n 466 383 l 2\n 565 356 621 290 621 200 c 0\n 621 137 590 72 541 33 c 0\n 494 -3 423 -23 336 -23 c 0\n 225 -23 141 13 91 81 c 0\n 62 121 49 165 48 232 c 1\n 136 232 l 1\n 135 187 147 152 174 120 c 0\n 209 78 263 59 342 59 c 0\n 401 59 447 70 476 90 c 0\n 507 112 528 152 528 191 c 0\n 528 248 486 285 394 309 c 2\n 213 357 l 2\n 117 382 70 438 70 527 c 0\n 70 659 169 741 329 741 c 0\n 497 741 595 658 596 515 c 1\nEndSplineSet\nKernsSLIF: 116 -3 0 0 89 -48 0 0 87 -28 0 0 86 -42 0 0 84 -28 0 0 197 -22 0 0 196 -22 0 0 193 -22 0 0 198 -22 0 0 65 -22 0 0\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 611\nFlags: HMW\nHStem: 0 20 647 82<21 261 354 593 354 354>\nVStem: 261 93<0 647>\nFore\n354 647 m 1\n 354 0 l 1\n 261 0 l 1\n 261 647 l 1\n 21 647 l 1\n 21 729 l 1\n 593 729 l 1\n 593 647 l 1\n 354 647 l 1\nEndSplineSet\nKernsSLIF: 353 -60 0 0 352 -24 0 0 121 -100 0 0 119 -93 0 0 118 -95 0 0 117 -91 0 0 59 -129 0 0 115 -92 0 0 114 -92 0 0 46 -100 0 0 248 -87 0 0 111 -92 0 0 106 -5 0 0 105 -3 0 0 45 -77 0 0 8249 -117 0 0 171 -121 0 0 103 -89 0 0 101 -95 0 0 44 -100 0 0 58 -133 0 0 99 -90 0 0 230 -97 0 0 97 -100 0 0 89 20 0 0 87 16 0 0 86 12 0 0 83 -24 0 0 213 -42 0 0 216 -41 0 0 210 -42 0 0 214 -42 0 0 212 -42 0 0 211 -42 0 0 338 -35 0 0 79 -42 0 0 74 -100 0 0 71 -45 0 0 67 -44 0 0 195 -95 0 0 197 -95 0 0 192 -95 0 0 196 -95 0 0 194 -95 0 0 193 -95 0 0 198 -97 0 0 65 -95 0 0\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 722\nFlags: HMW\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 552 93<217 729>\nFore\n552 729 m 1\n 645 729 l 1\n 645 217 l 2\n 645 71 535 -23 364 -23 c 0\n 191 -23 85 69 85 217 c 2\n 85 729 l 1\n 178 729 l 1\n 178 217 l 2\n 178 106.872 257.273 59 364 59 c 0\n 481 59 552 119 552 217 c 2\n 552 729 l 1\nEndSplineSet\nKernsSLIF: 114 -4 0 0 46 -25 0 0 112 3 0 0 110 -4 0 0 109 -4 0 0 44 -27 0 0 195 -36 0 0 197 -36 0 0 196 -36 0 0 194 -36 0 0 193 -36 0 0 198 -39 0 0 65 -36 0 0\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 667\nFlags: HMW\nHStem: 0 20 709 20<30 130 130 130 546 645 645 645>\nFore\n392 0 m 1\n 292 0 l 1\n 30 729 l 1\n 130 729 l 1\n 344 112 l 1\n 546 729 l 1\n 645 729 l 1\n 392 0 l 1\nEndSplineSet\nKernsSLIF: 352 -35 0 0 269 -43 0 0 121 -20 0 0 117 -41 0 0 59 -66 0 0 114 -42 0 0 46 -89 0 0 248 -50 0 0 111 -54 0 0 105 -5 0 0 45 -38 0 0 8249 -80 0 0 171 -83 0 0 103 -50 0 0 101 -57 0 0 44 -89 0 0 58 -66 0 0 230 -55 0 0 97 -59 0 0 84 15 0 0 83 -35 0 0 213 -40 0 0 216 -33 0 0 210 -40 0 0 214 -40 0 0 212 -40 0 0 211 -40 0 0 79 -40 0 0 71 -42 0 0 67 -43 0 0 195 -71 0 0 197 -71 0 0 192 -71 0 0 196 -71 0 0 194 -71 0 0 193 -71 0 0 198 -78 0 0 65 -71 0 0\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 944\nFlags: HMW\nHStem: 0 20 709 20<22 126 126 126 425 525 525 525 825 929 929 929>\nFore\n744 0 m 1\n 642 0 l 1\n 474 599 l 1\n 311 0 l 1\n 209 0 l 1\n 22 729 l 1\n 126 729 l 1\n 263 137 l 1\n 425 729 l 1\n 525 729 l 1\n 691 137 l 1\n 825 729 l 1\n 929 729 l 1\n 744 0 l 1\nEndSplineSet\nKernsSLIF: 121 -6 0 0 117 -28 0 0 59 -53 0 0 114 -28 0 0 46 -56 0 0 248 -25 0 0 111 -29 0 0 105 -1 0 0 45 -13 0 0 8249 -54 0 0 171 -58 0 0 103 -25 0 0 101 -32 0 0 44 -56 0 0 58 -52 0 0 230 -34 0 0 97 -38 0 0 84 19 0 0 83 -24 0 0 213 -20 0 0 216 -13 0 0 210 -20 0 0 214 -20 0 0 212 -20 0 0 211 -20 0 0 79 -20 0 0 71 -22 0 0 67 -23 0 0 195 -50 0 0 197 -50 0 0 192 -50 0 0 196 -50 0 0 194 -50 0 0 193 -50 0 0 198 -56 0 0 65 -50 0 0\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 667\nFlags: HMW\nHStem: 0 20 709 20<38 151 151 151 526 637 637 637>\nFore\n391 374 m 1\n 649 0 l 1\n 534 0 l 1\n 335 304 l 1\n 135 0 l 1\n 22 0 l 1\n 280 374 l 1\n 38 729 l 1\n 151 729 l 1\n 338 443 l 1\n 526 729 l 1\n 637 729 l 1\n 391 374 l 1\nEndSplineSet\nKernsSLIF: 121 -61 0 0 117 -24 0 0 111 -33 0 0 45 -51 0 0 101 -36 0 0 97 -15 0 0 81 -44 0 0 214 -45 0 0 79 -45 0 0 67 -48 0 0\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 667\nFlags: HMW\nHStem: 0 20 709 20<13 128 128 128 550 661 661 661>\nVStem: 294 93<0 286>\nFore\n387 286 m 1\n 387 0 l 1\n 294 0 l 1\n 294 286 l 1\n 13 729 l 1\n 128 729 l 1\n 342 374 l 1\n 550 729 l 1\n 661 729 l 1\n 387 286 l 1\nEndSplineSet\nKernsSLIF: 118 -36 0 0 117 -63 0 0 59 -88 0 0 46 -111 0 0 112 -54 0 0 248 -82 0 0 111 -86 0 0 105 3 0 0 45 -84 0 0 8249 -119 0 0 171 -123 0 0 103 -83 0 0 101 -89 0 0 44 -111 0 0 58 -87 0 0 230 -84 0 0 97 -88 0 0 84 23 0 0 83 -41 0 0 213 -56 0 0 216 -54 0 0 210 -56 0 0 214 -56 0 0 212 -56 0 0 211 -56 0 0 79 -56 0 0 71 -58 0 0 67 -58 0 0 195 -96 0 0 197 -96 0 0 192 -96 0 0 196 -96 0 0 194 -96 0 0 193 -96 0 0 198 -103 0 0 65 -96 0 0\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 611\nFlags: HMW\nHStem: 0 82<145 583> 647 82<56 466>\nFore\n581 729 m 1\n 581 645 l 1\n 145 82 l 1\n 583 82 l 1\n 583 0 l 1\n 28 0 l 1\n 28 82 l 1\n 466 647 l 1\n 56 647 l 1\n 56 729 l 1\n 581 729 l 1\nEndSplineSet\nKernsSLIF: 121 -38 0 0 118 -33 0 0\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 278\nFlags: HMW\nHStem: -212 72<147 250> 657 72<147 250 147 147>\nVStem: 64 83<-140 657>\nFore\n250 729 m 1\n 250 657 l 1\n 147 657 l 1\n 147 -140 l 1\n 250 -140 l 1\n 250 -212 l 1\n 64 -212 l 1\n 64 729 l 1\n 250 729 l 1\nEndSplineSet\nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 278\nFlags: HMW\nHStem: -20 20 709 20<-8 47 47 47>\nFore\n47 729 m 1\n 284 -20 l 1\n 229 -20 l 1\n -8 729 l 1\n 47 729 l 1\nEndSplineSet\nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 278\nFlags: HMW\nHStem: -212 72<23 126> 657 72<23 126>\nVStem: 126 83<-140 657 657 657>\nFore\n23 -212 m 1\n 23 -140 l 1\n 126 -140 l 1\n 126 657 l 1\n 23 657 l 1\n 23 729 l 1\n 209 729 l 1\n 209 -212 l 1\n 23 -212 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 469\nFlags: W\nHStem: 689 20G<197 270>\nDStem: 197 709 234 629 44 329 113 329 234 629 270 709 356 329 425 329\nFore\n197 709 m 1\n 270 709 l 1\n 425 329 l 1\n 356 329 l 1\n 234 629 l 1\n 113 329 l 1\n 44 329 l 1\n 197 709 l 1\nEndSplineSet\nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 556\nFlags: HMW\nHStem: -176 50<-22 578>\nFore\n578 -126 m 1\n 578 -176 l 1\n -22 -176 l 1\n -22 -126 l 1\n 578 -126 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 333\nFlags: HMW\nHStem: 720 20<22 135 135 135>\nFore\n135 740 m 1\n 231 592 l 1\n 171 592 l 1\n 22 740 l 1\n 135 740 l 1\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 556\nFlags: HMW\nHStem: -23 73<199.5 247> 462 77<237 309.5>\nVStem: 42 87<107.5 161.5> 389 83<165 259 259 259 362 384 384 396>\nFore\n535 49 m 1\n 535 -14 l 1\n 508 -21 495 -23 478 -23 c 0\n 424 -23 398 1 392 54 c 1\n 333 0 280 -23 214 -23 c 0\n 108 -23 42 37 42 132 c 0\n 42 200 73 247 134 272 c 0\n 166 285 184 289 302 304 c 0\n 368 312 389 327 389 362 c 2\n 389 384 l 2\n 389 434 347 462 272 462 c 0\n 194 462 156 433 149 369 c 1\n 65 369 l 1\n 67 421 77 451 101 478 c 0\n 136 517 199 539 275 539 c 0\n 404 539 472 489 472 396 c 2\n 472 88 l 2\n 472 62 488 47 517 47 c 0\n 522 47 526 47 535 49 c 1\n389 165 m 2\n 389 259 l 1\n 361 246 343 242 255 230 c 0\n 166 217 129 189 129 134 c 0\n 129 81 167 50 232 50 c 0\n 281 50 322 66 356 97 c 0\n 381 120 389 137 389 165 c 2\nEndSplineSet\nKernsSLIF: 121 -26 0 0 119 -13 0 0 118 -21 0 0 8217 -23 0 0 106 -4 0 0\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 556\nFlags: HMW\nHStem: -23 78<258.5 328.5> 461 78<263 329.5> 709 20<54 137 137 137>\nVStem: 54 83<196.5 319.5 453 729> 436 87<195.5 317.5>\nFore\n54 729 m 1\n 137 729 l 1\n 137 453 l 1\n 176 512 227 539 299 539 c 0\n 437 539 523 434 523 264 c 0\n 523 90 433 -23 295 -23 c 0\n 222 -23 169 6 129 67 c 1\n 129 0 l 1\n 54 0 l 1\n 54 729 l 1\n283 461 m 0\n 195 461 137 381 137 258 c 128\n 137 135 195 55 283 55 c 0\n 374 55 436 136 436 255 c 0\n 436 380 376 461 283 461 c 0\nEndSplineSet\nKernsSLIF: 121 -15 0 0 119 -3 0 0 118 -11 0 0\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 500\nFlags: HMW\nHStem: -23 77<219 300.5> 462 77<217.5 298>\nVStem: 31 87<191 318.5>\nFore\n471 348 m 1\n 387 348 l 1\n 377 421 333 462 263 462 c 0\n 172 462 118 384 118 253 c 0\n 118 129 173 54 265 54 c 0\n 336 54 379 96 393 180 c 1\n 477 180 l 1\n 467 52 388 -23 263 -23 c 0\n 121 -23 31 84 31 253 c 0\n 31 427 123 539 264 539 c 0\n 337 539 400 510 436 461 c 0\n 456 432 467 399 471 348 c 1\nEndSplineSet\nKernsSLIF: 107 7 0 0 104 1 0 0\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 556\nFlags: HMW\nHStem: -23 78<220 290> 461 78<219.5 286> 709 20<412 495 495 495>\nVStem: 26 87<197 319> 412 83<195.5 318.5 458 729>\nFore\n495 729 m 1\n 495 0 l 1\n 421 0 l 1\n 421 69 l 1\n 376 4 326 -23 254 -23 c 0\n 113 -23 26 86 26 263 c 0\n 26 430 115 539 251 539 c 0\n 321 539 377 511 412 458 c 1\n 412 729 l 1\n 495 729 l 1\n265 461 m 0\n 174 461 113 380 113 258 c 128\n 113 136 174 55 266 55 c 0\n 354 55 412 135 412 256 c 0\n 412 381 355 461 265 461 c 0\nEndSplineSet\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 556\nFlags: HMW\nHStem: -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320>\nFore\n513 234 m 1\n 127 234 l 1\n 128 182 135 152 155 122 c 0\n 183 78 228 54 281 54 c 0\n 348 54 395 90 418 159 c 1\n 502 159 l 1\n 481 45 398 -23 278 -23 c 0\n 131 -23 40 83 40 255 c 128\n 40 427 134 539 280 539 c 0\n 378 539 458 487 492 401 c 0\n 507 362 513 314 513 234 c 1\n129 302 m 1\n 423 302 l 1\n 424 304 424 306 424 308 c 0\n 424 394 361 462 279 462 c 0\n 195 462 136 399 129 302 c 1\nEndSplineSet\nKernsSLIF: 121 -19 0 0 120 -27 0 0 119 -9 0 0 118 -15 0 0 116 -10 0 0 8217 -18 0 0\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 278\nFlags: HMW\nHStem: 0 20 456 68<18 88 171 258> 659 73<210 219.5>\nVStem: 88 83<0 456 524 606>\nFore\n258 524 m 1\n 258 456 l 1\n 171 456 l 1\n 171 0 l 1\n 88 0 l 1\n 88 456 l 1\n 18 456 l 1\n 18 524 l 1\n 88 524 l 1\n 88 613 l 2\n 88 688 134 732 211 732 c 0\n 228 732 239 731 258 727 c 1\n 258 658 l 1\n 239 659 236 659 229 659 c 0\n 191 659 171 641 171 606 c 2\n 171 524 l 1\n 258 524 l 1\nEndSplineSet\nKernsSLIF: 116 24 0 0 248 -9 0 0 339 -12 0 0 246 -10 0 0 243 -10 0 0 111 -10 0 0 108 -3 0 0 106 -4 0 0 105 -2 0 0 102 22 0 0 233 -15 0 0 101 -15 0 0 229 -9 0 0 230 -5 0 0 228 -9 0 0 225 -9 0 0 97 -9 0 0\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 556\nFlags: HMW\nHStem: -218 70<239 283.5> -23 77<217.5 278> 462 77<216.5 285.5>\nVStem: 29 87<210 321> 412 77<448 524>\nFore\n412 524 m 1\n 489 524 l 1\n 489 86 l 2\n 489 -37 474 -103 434 -151 c 0\n 400 -193 333 -218 255 -218 c 0\n 132 -218 55 -159 46 -60 c 1\n 131 -60 l 1\n 136 -91 144 -105 163 -120 c 0\n 186 -138 220 -148 258 -148 c 0\n 309 -148 352 -130 374 -99 c 0\n 395 -70 404 -27 404 44 c 2\n 404 71 l 1\n 357 5 311 -23 245 -23 c 0\n 190 -23 134 3 95 47 c 0\n 52 97 29 167 29 253 c 0\n 29 423 119 539 252 539 c 0\n 319 539 370 510 412 448 c 1\n 412 524 l 1\n261 462 m 0\n 172 462 116 384 116 258 c 0\n 116 131 171 54 262 54 c 0\n 350 54 404 130 404 255 c 0\n 404 386 351 462 261 462 c 0\nEndSplineSet\nKernsSLIF: 246 3 0 0 243 3 0 0 229 -5 0 0 230 -1 0 0 228 -5 0 0 97 -5 0 0\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 556\nFlags: HMW\nHStem: 0 20 466 73<284 308.5> 709 20<70 153 153 153>\nVStem: 70 83<0 289 452 729> 403 83<0 363 363 381.5>\nFore\n70 729 m 1\n 153 729 l 1\n 153 452 l 1\n 202 516 247 539 321 539 c 0\n 423 539 486 484 486 396 c 2\n 486 0 l 1\n 403 0 l 1\n 403 363 l 2\n 403 400 393 425 369 442 c 0\n 349 457 322 466 295 466 c 0\n 209 466 153 396 153 289 c 2\n 153 0 l 1\n 70 0 l 1\n 70 729 l 1\nEndSplineSet\nKernsSLIF: 121 -18 0 0 8217 -15 0 0\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 222\nFlags: W\nHStem: 0 21G<67 150> 504 20G<67 150> 709 20G<66 150>\nVStem: 67 83<0 524 624 729>\nFore\n150 524 m 1\n 150 0 l 1\n 67 0 l 1\n 67 524 l 1\n 150 524 l 1\n150 729 m 1\n 150 624 l 1\n 66 624 l 1\n 66 729 l 1\n 150 729 l 1\nEndSplineSet\nKernsSLIF: 106 -3 0 0 84 -7 0 0\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 222\nFlags: HMW\nHStem: -218 73<3.5 27.5> 624 105<70 153>\nVStem: 70 83<-76 524 624 729>\nFore\n70 524 m 1\n 153 524 l 1\n 153 -109 l 2\n 153 -180 104 -218 10 -218 c 0\n -3 -218 -8 -217 -18 -215 c 1\n -18 -144 l 1\n -1 -145 -1 -145 2 -145 c 0\n 53 -145 70 -128 70 -76 c 2\n 70 524 l 1\n153 729 m 1\n 153 624 l 1\n 70 624 l 1\n 70 729 l 1\n 153 729 l 1\nEndSplineSet\nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 500\nFlags: HMW\nHStem: 0 20 709 20<58 141 141 141>\nVStem: 58 83<0 204 302 729>\nFore\n141 729 m 1\n 141 302 l 1\n 363 524 l 1\n 470 524 l 1\n 288 343 l 1\n 502 0 l 1\n 399 0 l 1\n 222 284 l 1\n 141 204 l 1\n 141 0 l 1\n 58 0 l 1\n 58 729 l 1\n 141 729 l 1\nEndSplineSet\nKernsSLIF: 252 -6 0 0 117 -11 0 0 115 -3 0 0 246 -19 0 0 243 -19 0 0 111 -19 0 0 45 -41 0 0 103 -16 0 0 233 -21 0 0 101 -21 0 0 229 -2 0 0 230 2 0 0 228 -2 0 0 225 -2 0 0 97 -2 0 0\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 222\nFlags: HMW\nHStem: 0 20 709 20<68 152 152 152>\nVStem: 68 84<0 729>\nFore\n152 729 m 1\n 152 0 l 1\n 68 0 l 1\n 68 729 l 1\n 152 729 l 1\nEndSplineSet\nKernsSLIF: 121 -5 0 0\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 833\nFlags: W\nHStem: 0 21G<70 154 374 458 678 762> 466 73<277 308 581 610> 504 20G<70 147>\nVStem: 70 77<0 524> 70 84<0 337> 374 84<0 337> 678 84<0 393>\nFore\n70 524 m 1\n 147 524 l 1\n 147 450 l 1\n 192 513 238 539 308 539 c 0\n 376 539 418 515 449 459 c 1\n 498 518 540 539 610 539 c 0\n 708 539 762 487 762 393 c 2\n 762 0 l 1\n 678 0 l 1\n 678 361 l 2\n 678 427 642 466 581 466 c 0\n 513 466 458 405 458 329 c 2\n 458 0 l 1\n 374 0 l 1\n 374 361 l 2\n 374 428 339 466 277 466 c 0\n 209 466 154 405 154 329 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nKernsSLIF: 121 -18 0 0 119 -7 0 0 118 -13 0 0 112 5 0 0\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 404 487> 466 73<296 321> 504 20G<70 147>\nVStem: 70 77<0 524> 70 84<0 305> 404 83<0 396>\nFore\n70 524 m 1\n 147 524 l 1\n 147 436 l 1\n 193 509 243 539 321 539 c 0\n 422 539 487 483 487 396 c 2\n 487 0 l 1\n 404 0 l 1\n 404 363 l 2\n 404 426 362 466 296 466 c 0\n 210 466 154 396 154 289 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nKernsSLIF: 121 -18 0 0 119 -7 0 0 118 -13 0 0 8217 -14 0 0 112 5 0 0 84 -96 0 0\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 556\nFlags: HMW\nHStem: -23 77<226.5 319> 462 77<226.5 320>\nVStem: 36 87<194.5 321> 423 87<193.5 320>\nFore\n272 539 m 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 128\n 36 434 125 539 272 539 c 0\n273 462 m 0\n 180 462 123 384 123 258 c 0\n 123 131 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\nEndSplineSet\nKernsSLIF: 121 -22 0 0 120 -27 0 0 119 -10 0 0 118 -18 0 0 116 -10 0 0 8217 -21 0 0 84 -99 0 0\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 556\nFlags: W\nHStem: -23 78<277 301> 461 78<277 302> 504 20G<54 131>\nVStem: 54 77<-218 524> 54 84<-218 55 -218 279> 436 87<229 279>\nFore\n54 -218 m 1\n 54 524 l 1\n 131 524 l 1\n 131 445 l 1\n 170 507 227 539 298 539 c 0\n 437 539 523 429 523 253 c 0\n 523 86 434 -23 299 -23 c 0\n 231 -23 182 1 138 55 c 1\n 138 -218 l 1\n 54 -218 l 1\n284 461 m 0\n 196 461 138 381 138 258 c 128\n 138 135 196 55 284 55 c 0\n 375 55 436 136 436 255 c 0\n 436 380 376 461 284 461 c 0\nEndSplineSet\nKernsSLIF: 121 -16 0 0 116 -4 0 0\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 556\nFlags: HMW\nHStem: -218 20 -23 78<220 286.5> 461 78<220 288.5>\nVStem: 26 87<197 318.5> 412 83<-218 60 60 60 195 318>\nFore\n495 -218 m 1\n 412 -218 l 1\n 412 60 l 1\n 373 3 323 -23 250 -23 c 0\n 112 -23 26 82 26 252 c 0\n 26 426 116 539 254 539 c 0\n 323 539 382 509 421 454 c 1\n 421 524 l 1\n 495 524 l 1\n 495 -218 l 1\n266 461 m 0\n 174 461 113 379 113 258 c 0\n 113 136 174 55 266 55 c 0\n 354 55 412 135 412 255 c 0\n 412 381 355 461 266 461 c 0\nEndSplineSet\nKernsSLIF: 117 4 0 0 99 8 0 0\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 333\nFlags: W\nHStem: 0 21G<69 153> 451 88<289 321> 504 20G<69 146>\nVStem: 69 77<0 524> 69 84<0 289>\nFore\n69 524 m 1\n 146 524 l 1\n 146 429 l 1\n 194 507 235 539 289 539 c 0\n 300 539 307 538 321 536 c 1\n 321 451 l 1\n 263 450 238 444 212 425 c 0\n 172 396 153 347 153 272 c 2\n 153 0 l 1\n 69 0 l 1\n 69 524 l 1\nEndSplineSet\nKernsSLIF: 269 -6 0 0 122 9 0 0 121 24 0 0 120 20 0 0 119 31 0 0 118 29 0 0 117 2 0 0 116 28 0 0 59 -22 0 0 115 4 0 0 8217 1 0 0 113 -3 0 0 46 -69 0 0 112 8 0 0 248 -6 0 0 242 -6 0 0 339 -8 0 0 246 -6 0 0 244 -6 0 0 243 -6 0 0 111 -6 0 0 108 1 0 0 107 6 0 0 105 1 0 0 45 -47 0 0 103 -4 0 0 102 26 0 0 232 -11 0 0 234 -11 0 0 233 -11 0 0 101 -11 0 0 100 -1 0 0 44 -69 0 0 58 -22 0 0 231 -9 0 0 99 -6 0 0 229 -5 0 0 224 -5 0 0 230 -1 0 0 228 -5 0 0 226 -5 0 0 225 -5 0 0 97 -5 0 0\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 500\nFlags: HMW\nHStem: -23 77<227.5 286.5> 462 77<211 278.5>\nVStem: 47 87<364.5 407> 372 87<111.5 155>\nFore\n438 378 m 1\n 350 378 l 1\n 348 433 312 462 245 462 c 0\n 177 462 134 431 134 383 c 0\n 134 346 163 324 231 308 c 2\n 311 289 l 2\n 415 264 459 221 459 143 c 0\n 459 42 375 -23 243 -23 c 0\n 106 -23 38 35 34 156 c 1\n 122 156 l 1\n 127 119 133 104 146 89 c 0\n 167 67 205 54 250 54 c 0\n 323 54 372 87 372 136 c 0\n 372 174 349 195 291 209 c 2\n 213 228 l 2\n 89 258 47 297 47 379 c 0\n 47 476 126 539 248 539 c 0\n 369 539 437 481 438 378 c 1\nEndSplineSet\nKernsSLIF: 116 -3 0 0 8217 -22 0 0\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 278\nFlags: HMW\nHStem: -23 73 456 68<14 85 168 254>\nVStem: 85 83<78.5 97 97 456 524 668>\nFore\n254 524 m 1\n 254 456 l 1\n 168 456 l 1\n 168 97 l 2\n 168 60 178 50 214 50 c 0\n 230 50 243 51 254 54 c 1\n 254 -16 l 1\n 226 -21 206 -23 186 -23 c 0\n 121 -23 85 7 85 60 c 2\n 85 456 l 1\n 14 456 l 1\n 14 524 l 1\n 85 524 l 1\n 85 668 l 1\n 168 668 l 1\n 168 524 l 1\n 254 524 l 1\nEndSplineSet\nKernsSLIF: 59 -28 0 0 8217 -1 0 0 246 -12 0 0 243 -12 0 0 111 -12 0 0 104 -3 0 0 233 -14 0 0 101 -14 0 0 58 -28 0 0 229 -1 0 0 230 2 0 0 228 -1 0 0 225 -1 0 0 97 -1 0 0 83 -8 0 0\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 556\nFlags: W\nHStem: -23 73<232 256> 0 21G<407 482> 504 20G<65 148 399 482>\nVStem: 65 83<120 524> 407 75<0 524>\nFore\n482 0 m 1\n 407 0 l 1\n 407 73 l 1\n 358 4 309 -23 232 -23 c 0\n 130 -23 65 33 65 120 c 2\n 65 524 l 1\n 148 524 l 1\n 148 153 l 2\n 148 90 190 50 256 50 c 0\n 343 50 399 120 399 227 c 2\n 399 524 l 1\n 482 524 l 1\n 482 0 l 1\nEndSplineSet\nKernsSLIF: 8217 -8 0 0\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 500\nFlags: HMW\nHStem: 0 20 504 20<10 104 104 104 392 486 486 486>\nFore\n285 0 m 1\n 194 0 l 1\n 10 524 l 1\n 104 524 l 1\n 244 99 l 1\n 392 524 l 1\n 486 524 l 1\n 285 0 l 1\nEndSplineSet\nKernsSLIF: 269 -16 0 0 59 -23 0 0 115 -9 0 0 46 -69 0 0 248 -17 0 0 242 -17 0 0 246 -17 0 0 243 -17 0 0 111 -17 0 0 45 -12 0 0 103 -14 0 0 232 -21 0 0 234 -21 0 0 233 -21 0 0 101 -21 0 0 44 -69 0 0 58 -23 0 0 99 -16 0 0 227 -18 0 0 229 -18 0 0 224 -18 0 0 230 -14 0 0 228 -18 0 0 226 -18 0 0 225 -18 0 0 97 -18 0 0\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 722\nFlags: HMW\nHStem: 0 20 504 20<6 98 98 98 305 407 407 407 614 708 708 708>\nFore\n554 0 m 1\n 459 0 l 1\n 353 411 l 1\n 252 0 l 1\n 158 0 l 1\n 6 524 l 1\n 98 524 l 1\n 205 116 l 1\n 305 524 l 1\n 407 524 l 1\n 510 116 l 1\n 614 524 l 1\n 708 524 l 1\n 554 0 l 1\nEndSplineSet\nKernsSLIF: 59 -23 0 0 115 -5 0 0 46 -50 0 0 248 -6 0 0 242 -9 0 0 246 -9 0 0 243 -9 0 0 111 -9 0 0 45 -1 0 0 103 -6 0 0 232 -12 0 0 234 -12 0 0 233 -12 0 0 101 -12 0 0 44 -50 0 0 58 -23 0 0 99 -7 0 0 227 -15 0 0 229 -15 0 0 224 -15 0 0 230 -11 0 0 228 -15 0 0 226 -15 0 0 225 -15 0 0 97 -15 0 0\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 500\nFlags: HMW\nHStem: 0 20 504 20<27 122 122 122 374 468 468 468>\nFore\n292 271 m 1\n 473 0 l 1\n 376 0 l 1\n 245 201 l 1\n 112 0 l 1\n 17 0 l 1\n 202 267 l 1\n 27 524 l 1\n 122 524 l 1\n 248 334 l 1\n 374 524 l 1\n 468 524 l 1\n 292 271 l 1\nEndSplineSet\nKernsSLIF: 113 -20 0 0 111 -25 0 0 233 -28 0 0 101 -28 0 0 99 -23 0 0 97 -17 0 0\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 500\nFlags: HMW\nHStem: -218 82<99 115.5> 504 20<20 109 109 109 388 478 478 478>\nFore\n388 524 m 1\n 478 524 l 1\n 245 -110 l 1\n 229 -152 214 -174 188 -193 c 0\n 166 -209 137 -218 110 -218 c 0\n 88 -218 71 -214 54 -205 c 1\n 54 -130 l 1\n 72 -134 86 -136 98 -136 c 0\n 133 -136 152 -122 165 -85 c 1\n 197 -2 l 1\n 20 524 l 1\n 109 524 l 1\n 243 116 l 1\n 388 524 l 1\nEndSplineSet\nKernsSLIF: 59 -27 0 0 115 -12 0 0 46 -70 0 0 248 -19 0 0 242 -20 0 0 246 -20 0 0 243 -20 0 0 111 -20 0 0 108 -4 0 0 45 -14 0 0 103 -17 0 0 232 -24 0 0 234 -24 0 0 233 -24 0 0 101 -24 0 0 44 -70 0 0 58 -27 0 0 99 -19 0 0 227 -22 0 0 229 -22 0 0 224 -22 0 0 230 -18 0 0 228 -22 0 0 226 -22 0 0 225 -22 0 0 97 -22 0 0\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 500\nFlags: HMW\nHStem: 0 73<132 457> 451 73<52 344>\nFore\n443 524 m 1\n 443 450 l 1\n 132 73 l 1\n 457 73 l 1\n 457 0 l 1\n 31 0 l 1\n 31 75 l 1\n 344 451 l 1\n 52 451 l 1\n 52 524 l 1\n 443 524 l 1\nEndSplineSet\nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 334\nFlags: HMW\nHStem: -212 65<261 276> 664 65<236.5 261 261 276>\nVStem: 121 77<-81 -80 -80 86 86 101 431 597>\nFore\n276 729 m 1\n 276 664 l 1\n 261 664 l 2\n 212 664 198 649 198 597 c 2\n 198 416 l 2\n 198 324 177 283 116 259 c 1\n 172 233 198 184 198 101 c 2\n 198 -80 l 2\n 198 -132 212 -147 261 -147 c 2\n 276 -147 l 1\n 276 -212 l 1\n 230 -212 l 2\n 161 -212 121 -164 121 -81 c 2\n 121 86 l 2\n 121 178 102 212 43 224 c 1\n 43 293 l 1\n 102 305 121 338 121 431 c 2\n 121 598 l 2\n 121 681 161 729 230 729 c 2\n 276 729 l 1\nEndSplineSet\nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 260\nFlags: HMW\nHStem: 709 20<100 160 160 160>\nVStem: 100 60<-212 729>\nFore\n100 729 m 1\n 160 729 l 1\n 160 -212 l 1\n 100 -212 l 1\n 100 729 l 1\nEndSplineSet\nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 334\nFlags: HMW\nHStem: -212 65<29 45 45 70> 664 65<29 45>\nVStem: 109 77<-80 86 416 431 431 597 597 598>\nFore\n29 -212 m 1\n 29 -147 l 1\n 45 -147 l 2\n 95 -147 109 -132 109 -80 c 2\n 109 101 l 2\n 109 184 135 233 191 258 c 1\n 135 284 109 334 109 416 c 2\n 109 597 l 2\n 109 649 95 664 45 664 c 2\n 29 664 l 1\n 29 729 l 1\n 76 729 l 2\n 146 729 186 681 186 598 c 2\n 186 431 l 2\n 186 339 205 305 262 293 c 1\n 262 224 l 1\n 205 212 186 178 186 86 c 2\n 186 -81 l 2\n 186 -164 146 -212 76 -212 c 2\n 29 -212 l 1\nEndSplineSet\nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 584\nFlags: HMW\nHStem: 268 68<397 422.5> 371 67<172 186>\nFore\n455 411 m 1\n 508 411 l 1\n 508 395 l 2\n 508 318 467 268 403 268 c 0\n 378 268 348 278 322 294 c 2\n 224 357 l 2\n 214 363 191 371 181 371 c 0\n 163 371 146 358 136 336 c 0\n 132 326 130 316 128 293 c 1\n 75 293 l 1\n 80 387 118 438 183 438 c 0\n 201 438 220 432 237 422 c 2\n 354 353 l 2\n 374 341 390 336 404 336 c 0\n 441 336 456 358 455 411 c 1\nEndSplineSet\nEndChar\nStartChar: nonbreakingspace\nEncoding: 160 160 95\nWidth: 278\nFlags: W\nRef: 32 32 N 1 0 0 1 0 0\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 96\nWidth: 333\nFlags: W\nHStem: 504 20G<121 205>\nVStem: 122 83<-205 133 420 524>\nFore\n122 -205 m 1\n 122 133 l 1\n 144 356 l 1\n 183 356 l 1\n 205 133 l 1\n 205 -205 l 1\n 122 -205 l 1\n121 420 m 1\n 121 524 l 1\n 205 524 l 1\n 205 420 l 1\n 121 420 l 1\nEndSplineSet\nEndChar\nStartChar: cent\nEncoding: 162 162 97\nWidth: 556\nFlags: HMW\nVStem: 52 87<196.5 313.5> 270 42<-120 -23 55 461 461 461 539 628>\nFore\n312 462 m 1\n 312 53 l 1\n 376 60 414 101 426 180 c 1\n 510 180 l 1\n 503 60 428 -17 312 -23 c 1\n 312 -120 l 1\n 270 -120 l 1\n 270 -22 l 1\n 135 -10 52 94 52 253 c 0\n 52 416 135 524 270 538 c 1\n 270 628 l 1\n 312 628 l 1\n 312 539 l 1\n 429 531 498 462 504 348 c 1\n 420 348 l 1\n 413 415 373 457 312 462 c 1\n270 55 m 1\n 270 461 l 1\n 184 445 139 374 139 253 c 0\n 139 140 187 68 270 55 c 1\nEndSplineSet\nEndChar\nStartChar: sterling\nEncoding: 163 163 98\nWidth: 556\nFlags: W\nHStem: -23 92<402 424> 23 77<192 249> 321 55<26 136 206 366> 651 78<281 299>\nVStem: 54 93<504 525> 160 85<241 252>\nFore\n366 376 m 1\n 366 321 l 1\n 230 321 l 1\n 240 292 245 269 245 250 c 0\n 245 198 217 152 127 61 c 1\n 166 87 206 100 249 100 c 0\n 275 100 293 97 331 85 c 0\n 372 73 392 69 410 69 c 0\n 436 69 464 79 493 99 c 1\n 535 33 l 1\n 495 -6 456 -23 404 -23 c 0\n 367 -23 341 -17 258 12 c 0\n 237 19 213 23 192 23 c 0\n 157 23 121 11 83 -14 c 1\n 35 52 l 1\n 127 131 160 182 160 243 c 0\n 160 268 151 296 136 321 c 1\n 26 321 l 1\n 26 376 l 1\n 107 376 l 1\n 61 452 54 471 54 515 c 0\n 54 636 158 729 292 729 c 0\n 377 729 448 692 484 630 c 0\n 503 597 511 558 512 497 c 1\n 424 497 l 1\n 421 600 375 651 288 651 c 0\n 203 651 147 600 147 523 c 0\n 147 486 153 469 190 404 c 1\n 193 401 200 388 206 376 c 1\n 366 376 l 1\nEndSplineSet\nEndChar\nStartChar: currency\nEncoding: 164 164 99\nWidth: 556\nFlags: HMW\nHStem: 159 77<257.5 293.5> 445 77<257 293.5>\nVStem: 89 79<323 359> 381 79<324 357>\nFore\n485 190 m 1\n 427 136 l 1\n 374 189 l 1\n 347 169 313 159 274 159 c 0\n 241 159 206 168 180 184 c 1\n 129 133 l 1\n 73 190 l 1\n 121 239 l 1\n 101 266 89 305 89 341 c 128\n 89 377 101 415 121 443 c 1\n 67 498 l 1\n 123 551 l 1\n 178 496 l 1\n 207 513 239 522 275 522 c 0\n 312 522 347 512 373 494 c 1\n 432 547 l 1\n 489 489 l 1\n 434 434 l 1\n 450 409 460 373 460 341 c 0\n 460 307 450 275 431 244 c 1\n 485 190 l 1\n274 445 m 0\n 216 445 168 398 168 340 c 0\n 168 283 216 236 275 236 c 0\n 332 236 381 283 381 339 c 0\n 381 398 334 445 274 445 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 100\nWidth: 556\nFlags: HMW\nHStem: 0 20 175 51<65 237 325 495> 303 51<65 216 344 495>\nVStem: 237 88<0 175 226 303>\nFore\n495 354 m 1\n 495 303 l 1\n 325 303 l 1\n 325 226 l 1\n 495 226 l 1\n 495 175 l 1\n 325 175 l 1\n 325 0 l 1\n 237 0 l 1\n 237 175 l 1\n 65 175 l 1\n 65 226 l 1\n 237 226 l 1\n 237 303 l 1\n 65 303 l 1\n 65 354 l 1\n 216 354 l 1\n 11 709 l 1\n 96 709 l 1\n 281 387 l 1\n 460 709 l 1\n 545 709 l 1\n 344 354 l 1\n 495 354 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 101\nWidth: 260\nFlags: HMW\nHStem: 709 20<100 160 160 160>\nVStem: 100 60<-212 189 328 729>\nFore\n100 729 m 1\n 160 729 l 1\n 160 328 l 1\n 100 328 l 1\n 100 729 l 1\n100 189 m 1\n 160 189 l 1\n 160 -212 l 1\n 100 -212 l 1\n 100 189 l 1\nEndSplineSet\nEndChar\nStartChar: section\nEncoding: 167 167 102\nWidth: 556\nFlags: W\nHStem: -213 77<249 268> -34 20G<77 162> 524 21G<380 464> 652 77<281 291>\nVStem: 43 79<310 332> 104 90<554 572> 360 90<-54 -36> 427 79<207 229>\nDStem: 135 155 188 229 305 38 354 106 193 429 251 490 354 320 397 396\nFore\n464 524 m 1\n 380 524 l 1\n 380 550 l 1\n 380 612 342 652 283 652 c 0\n 232 652 194 616 194 567 c 0\n 194 538 209 518 251 490 c 2\n 397 396 l 2\n 478 344 506 301 506 229 c 0\n 506 153 469 100 397 73 c 1\n 437 28 450 -2 450 -45 c 0\n 450 -141 370 -213 263 -213 c 0\n 179 -213 112 -170 88 -100 c 0\n 79 -73 77 -61 77 -14 c 1\n 162 -14 l 1\n 162 -53 166 -73 180 -92 c 0\n 199 -121 228 -136 264 -136 c 0\n 321 -136 360 -101 360 -50 c 0\n 360 -15 344 11 305 38 c 2\n 135 155 l 2\n 70 200 43 247 43 312 c 0\n 43 378 74 423 148 462 c 1\n 117 498 104 526 104 564 c 0\n 104 656 185 729 289 729 c 128\n 393 729 464 658 464 552 c 1\n 464 524 l 1\n188 229 m 2\n 354 106 l 1\n 401 131 427 168 427 208 c 0\n 427 249 403 286 354 320 c 2\n 193 429 l 1\n 141 395 122 368 122 328 c 128\n 122 288 135 268 188 229 c 2\nEndSplineSet\nEndChar\nStartChar: dieresis\nEncoding: 168 168 103\nWidth: 333\nFlags: HMW\nHStem: 612 103<30 134 192 296>\nVStem: 30 104<612 715> 192 104<612 715>\nFore\n134 715 m 1\n 134 612 l 1\n 30 612 l 1\n 30 715 l 1\n 134 715 l 1\n296 715 m 1\n 296 612 l 1\n 192 612 l 1\n 192 715 l 1\n 296 715 l 1\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 104\nWidth: 737\nFlags: HMW\nHStem: -22 62<280.5 454> 126 62<359 403> 530 62<337 401.5> 680 62<282.5 455.5>\nVStem: -13 68<273 448> 181 69<332.5 410.5> 683 68<271.5 448.5>\nFore\n250 358 m 0\n 250 265.066 297.689 188 375 188 c 0\n 431 188 468 231 481 312 c 1\n 552 312 l 1\n 540 252 530 224 511 196 c 0\n 478 149 432 126 375 126 c 0\n 260 126 181 221 181 357 c 0\n 181 497 260 592 378 592 c 0\n 467 592 520 543 544 437 c 1\n 473 437 l 1\n 456 503 428 530 375 530 c 0\n 299 530 250 463 250 358 c 0\n369 742 m 0\n 580 742 751 571 751 361 c 0\n 751 147 580 -22 364 -22 c 0\n 159 -22 -13 152 -13 360 c 0\n -13 571 158 742 369 742 c 0\n369 680 m 0\n 196 680 55 536 55 360 c 0\n 55 186 196 40 365 40 c 0\n 543 40 683 182 683 361 c 0\n 683 536 542 680 369 680 c 0\nEndSplineSet\nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 105\nWidth: 370\nFlags: W\nHStem: 303 51<43 320> 399 47<301 323> 399 52<139 154> 690 52<164 194>\nVStem: 37 58<493 500> 243 57<510 656>\nFore\n320 354 m 1\n 320 303 l 1\n 43 303 l 1\n 43 354 l 1\n 320 354 l 1\n333 449 m 1\n 333 405 l 1\n 320 400 313 399 301 399 c 0\n 268 399 252 411 246 442 c 1\n 213 413 180 399 141 399 c 0\n 77 399 37 436 37 495 c 0\n 37 537 57 566 94 582 c 0\n 111 589 152 597 194 600 c 0\n 232 603 243 611 243 633 c 2\n 243 646 l 2\n 243 674 219 690 176 690 c 0\n 131 690 115 677 108 634 c 1\n 49 634 l 1\n 51 705 96 742 178 742 c 0\n 259 742 300 711 300 648 c 2\n 300 469 l 2\n 300 454 308 446 323 446 c 0\n 326 446 329 447 333 449 c 1\n243 517 m 2\n 243 568 l 1\n 229 562 216 560 167 552 c 0\n 115 545 95 530 95 498 c 0\n 95 468 116 451 152 451 c 0\n 201 451 243 482 243 517 c 2\nEndSplineSet\nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 106\nWidth: 556\nFlags: W\nDStem: 98 227 144 272 250 106 250 189 250 438 250 355 98 316 144 272 303 227 349 272 455 106 455 189 455 438 455 355 303 316 349 272\nFore\n98 227 m 1\n 98 316 l 1\n 250 438 l 1\n 250 355 l 1\n 144 272 l 1\n 250 189 l 1\n 250 106 l 1\n 98 227 l 1\n303 227 m 1\n 303 316 l 1\n 455 438 l 1\n 455 355 l 1\n 349 272 l 1\n 455 189 l 1\n 455 106 l 1\n 303 227 l 1\nEndSplineSet\nEndChar\nStartChar: logicalnot\nEncoding: 172 172 107\nWidth: 584\nFlags: HMW\nHStem: 305 70<40 474>\nVStem: 474 70<86 305 305 305>\nFore\n40 375 m 1\n 544 375 l 1\n 544 86 l 1\n 474 86 l 1\n 474 305 l 1\n 40 305 l 1\n 40 375 l 1\nEndSplineSet\nEndChar\nStartChar: softhyphen\nEncoding: 173 173 108\nWidth: 333\nFlags: W\nHStem: 240 72<46 284>\nFore\n284 312 m 1\n 284 240 l 1\n 46 240 l 1\n 46 312 l 1\n 284 312 l 1\nEndSplineSet\nEndChar\nStartChar: registered\nEncoding: 174 174 109\nWidth: 737\nFlags: HMW\nHStem: -22 62<280.5 454> 325 63<272 401 401 406> 522 63<272 401 272 272> 680 62<282.5 455.5>\nVStem: -13 68<273 448> 202 70<140 325 388 522> 476 73<436 478.5> 683 68<271.5 448.5>\nFore\n272 325 m 1\n 272 140 l 1\n 202 140 l 1\n 202 585 l 1\n 408 585 l 2\n 503 585 549 544 549 459 c 0\n 549 413 536 390 495 360 c 1\n 532 336 539 319 540 248 c 0\n 541 190 545 178 563 165 c 1\n 563 140 l 1\n 484 140 l 1\n 475 161 469 189 469 217 c 1\n 470 257 l 1\n 470 305 451 325 406 325 c 2\n 272 325 l 1\n272 388 m 1\n 401 388 l 2\n 453 388 476 409 476 455 c 0\n 476 502 454 522 401 522 c 2\n 272 522 l 1\n 272 388 l 1\n369 742 m 0\n 580 742 751 571 751 361 c 0\n 751 147 580 -22 364 -22 c 0\n 159 -22 -13 152 -13 360 c 0\n -13 571 158 742 369 742 c 0\n369 680 m 0\n 196 680 55 536 55 360 c 0\n 55 186 196 40 365 40 c 0\n 543 40 683 182 683 361 c 0\n 683 536 542 680 369 680 c 0\nEndSplineSet\nEndChar\nStartChar: macron\nEncoding: 175 175 110\nWidth: 333\nFlags: HMW\nHStem: 631 70<28 302>\nFore\n302 701 m 1\n 302 631 l 1\n 28 631 l 1\n 28 701 l 1\n 302 701 l 1\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 111\nWidth: 606\nFlags: HMW\nHStem: 383 57<276 328> 629 57<277 329>\nVStem: 151 57<509 560.5> 397 57<508.5 561>\nFore\n303 686 m 0\n 386 686 454 618 454 535 c 0\n 454 450 386 383 301 383 c 0\n 219 383 151 452 151 535 c 128\n 151 618 219 686 303 686 c 0\n303 629 m 0\n 251 629 208 586 208 535 c 0\n 208 483 251 440 301 440 c 0\n 355 440 397 482 397 535 c 0\n 397 587 355 629 303 629 c 0\nEndSplineSet\nEndChar\nStartChar: plusminus\nEncoding: 177 177 112\nWidth: 584\nFlags: HMW\nHStem: -11 70<50 534> 346 70<50 257 327 534>\nVStem: 257 70<139 346 416 623>\nFore\n534 416 m 1\n 534 346 l 1\n 327 346 l 1\n 327 139 l 1\n 257 139 l 1\n 257 346 l 1\n 50 346 l 1\n 50 416 l 1\n 257 416 l 1\n 257 623 l 1\n 327 623 l 1\n 327 416 l 1\n 534 416 l 1\n534 59 m 1\n 534 -11 l 1\n 50 -11 l 1\n 50 59 l 1\n 534 59 l 1\nEndSplineSet\nEndChar\nStartChar: twosuperior\nEncoding: 178 178 113\nWidth: 351\nFlags: HMW\nHStem: 284 58<94 323> 656 53<162 202>\nVStem: 263 63<565.5 602.5>\nFore\n323 342 m 1\n 323 284 l 1\n 19 284 l 1\n 24 381 50 420 146 471 c 2\n 204 502 l 2\n 243 523 263 550 263 581 c 0\n 263 624 226 656 178 656 c 0\n 146 656 118 641 104 617 c 0\n 96 604 93 588 91 557 c 1\n 29 557 l 1\n 32 660 81 709 180 709 c 0\n 266 709 326 657 326 583 c 0\n 326 530 293 485 230 454 c 2\n 167 422 l 2\n 124 399 106 380 94 342 c 1\n 323 342 l 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 114\nWidth: 351\nFlags: W\nHStem: 270 53<159 177> 476 51<135.125 169.502> 656 53<159 177>\nVStem: 25 63<567.125 585.095> 245 63<574.255 591> 259 63<397 414>\nFore\n135 476 m 1\n 135 527 l 1\n 221 527 245 541 245 588 c 0\n 245 630 216 656 169 656 c 0\n 136 656 109 643 97 621 c 0\n 90 608 88 595 88 567 c 1\n 25 567 l 1\n 27 661 76 709 169 709 c 0\n 255 709 308 663 308 589 c 0\n 308 550 288 521 251 504 c 1\n 299 488 322 455 322 404 c 0\n 322 323 261 270 167 270 c 4\n 71 270 16 322 16 412 c 1\n 78 412 l 1\n 81 350 109 323 169 323 c 0\n 225 323 259 353 259 404 c 0\n 259 440 236 468 201 474 c 0\n 186 476 170 476 135 476 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: acute\nEncoding: 180 180 115\nWidth: 333\nFlags: HMW\nHStem: 720 20<188 301 301 301>\nFore\n188 740 m 1\n 301 740 l 1\n 152 592 l 1\n 92 592 l 1\n 188 740 l 1\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 116\nWidth: 556\nFlags: HMW\nHStem: -220 20 -23 73<222.5 272> 504 20<65 148 148 148 398 481 481 481>\nVStem: 65 83<-220 3 121.5 153 153 524> 398 83<227 524>\nFore\n544 49 m 1\n 544 -14 l 1\n 518 -21 505 -23 487 -23 c 0\n 430 -23 403 3 401 60 c 1\n 362 5 306 -23 238 -23 c 0\n 202 -23 173 -15 148 3 c 1\n 148 -220 l 1\n 65 -220 l 1\n 65 524 l 1\n 148 524 l 1\n 148 153 l 2\n 148 90 190 50 255 50 c 0\n 342 50 398 120 398 227 c 2\n 398 524 l 1\n 481 524 l 1\n 481 88 l 2\n 481 61 497 47 526 47 c 0\n 530 47 534 47 544 49 c 1\nEndSplineSet\nEndChar\nStartChar: paragraph\nEncoding: 182 182 117\nWidth: 537\nFlags: HMW\nHStem: 665 64<319 401 319 319 465 522 465 465>\nVStem: 255 64<-177 259 259 259> 401 64<-177 665>\nFore\n522 729 m 1\n 522 665 l 1\n 465 665 l 1\n 465 -177 l 1\n 401 -177 l 1\n 401 665 l 1\n 319 665 l 1\n 319 -177 l 1\n 255 -177 l 1\n 255 259 l 1\n 200 262 165 274 130 303 c 0\n 78 346 48 415 48 489 c 0\n 48 624 146 729 272 729 c 2\n 522 729 l 1\nEndSplineSet\nEndChar\nStartChar: periodcentered\nEncoding: 183 183 118\nWidth: 278\nFlags: HMW\nHStem: 302 125<87 211>\nVStem: 87 124<302 427>\nFore\n211 427 m 1\n 211 302 l 1\n 87 302 l 1\n 87 427 l 1\n 211 427 l 1\nEndSplineSet\nEndChar\nStartChar: cedilla\nEncoding: 184 184 119\nWidth: 333\nFlags: HMW\nHStem: -214 41<145 173.5> -91 91<165 180.5>\nVStem: 212 75<-141 -116.5>\nFore\n165 0 m 1\n 203 0 l 1\n 180 -56 l 1\n 193 -54 200 -54 208 -54 c 0\n 258 -54 287 -78 287 -121 c 0\n 287 -178 240 -214 164 -214 c 0\n 125 -214 101 -207 39 -180 c 1\n 60 -140 l 1\n 69 -144 l 2\n 115 -167 132 -173 158 -173 c 0\n 189 -173 212 -154 212 -128 c 0\n 212 -105 195 -91 166 -91 c 0\n 154 -91 147 -93 135 -99 c 1\n 123 -92 l 1\n 165 0 l 1\nEndSplineSet\nEndChar\nStartChar: onesuperior\nEncoding: 185 185 120\nWidth: 351\nFlags: HMW\nVStem: 160 62<284 580 580 580>\nFore\n160 580 m 1\n 61 580 l 1\n 61 626 l 1\n 76 627 l 2\n 148 634 162 645 179 709 c 1\n 222 709 l 1\n 222 284 l 1\n 160 284 l 1\n 160 580 l 1\nEndSplineSet\nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 121\nWidth: 365\nFlags: W\nHStem: 303 51<51 314> 399 52<168.967 185> 690 52<168.967 185>\nVStem: 40 58<571 592> 266 58<558 592>\nFore\n314 354 m 1\n 314 303 l 1\n 51 303 l 1\n 51 354 l 1\n 314 354 l 1\n182 742 m 0\n 273 742 324 680 324 568 c 0\n 324 462 271 399 182 399 c 0\n 92 399 40 462 40 571 c 0\n 40 679 92 742 182 742 c 0\n182 690 m 0\n 130 690 98 645 98 571 c 0\n 98 496 130 451 182 451 c 128\n 234 451 266 496 266 569 c 0\n 266 645 235 690 182 690 c 0\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 122\nWidth: 556\nFlags: W\nDStem: 98 355 98 438 206 272 252 317 206 272 252 228 98 189 98 106 297 355 297 438 405 272 451 317 405 272 451 228 297 189 297 106\nFore\n252 317 m 1\n 252 228 l 1\n 98 106 l 1\n 98 189 l 1\n 206 272 l 1\n 98 355 l 1\n 98 438 l 1\n 252 317 l 1\n451 317 m 1\n 451 228 l 1\n 297 106 l 1\n 297 189 l 1\n 405 272 l 1\n 297 355 l 1\n 297 438 l 1\n 451 317 l 1\nEndSplineSet\nKernsSLIF: 89 -133 3 0 87 -66 3 0 86 -93 3 0 84 -126 3 0 197 -50 3 0 196 -50 3 0 193 -50 3 0 198 -54 3 0 65 -50 3 0\nEndChar\nStartChar: onequarter\nEncoding: 188 188 123\nWidth: 869\nFlags: HMW\nHStem: -20 20 100 53<591 720 782 849>\nVStem: 160 62<284 580 580 580> 720 62<0 100 153 323 323 323>\nFore\n160 580 m 1\n 61 580 l 1\n 61 626 l 1\n 76 627 l 2\n 148 634 162 645 179 709 c 1\n 222 709 l 1\n 222 284 l 1\n 160 284 l 1\n 160 580 l 1\n643 709 m 1\n 701 709 l 1\n 249 -20 l 1\n 191 -20 l 1\n 643 709 l 1\n720 100 m 1\n 532 100 l 1\n 532 159 l 1\n 736 425 l 1\n 782 425 l 1\n 782 153 l 1\n 849 153 l 1\n 849 100 l 1\n 782 100 l 1\n 782 0 l 1\n 720 0 l 1\n 720 100 l 1\n720 153 m 1\n 720 323 l 1\n 591 153 l 1\n 720 153 l 1\nEndSplineSet\nEndChar\nStartChar: onehalf\nEncoding: 189 189 124\nWidth: 869\nFlags: HMW\nHStem: -20 20 0 58<612 841> 372 53<680 720>\nVStem: 160 62<284 580 580 580> 781 63<281.5 318.5>\nFore\n160 580 m 1\n 61 580 l 1\n 61 626 l 1\n 76 627 l 2\n 148 634 162 645 179 709 c 1\n 222 709 l 1\n 222 284 l 1\n 160 284 l 1\n 160 580 l 1\n619 709 m 1\n 677 709 l 1\n 225 -20 l 1\n 167 -20 l 1\n 619 709 l 1\n841 58 m 1\n 841 0 l 1\n 537 0 l 1\n 542 97 568 136 664 187 c 2\n 722 218 l 2\n 761 239 781 266 781 297 c 0\n 781 340 744 372 696 372 c 0\n 664 372 636 357 622 333 c 0\n 614 320 611 304 609 273 c 1\n 547 273 l 1\n 550 376 599 425 698 425 c 0\n 784 425 844 373 844 299 c 0\n 844 246 811 201 748 170 c 2\n 685 138 l 2\n 642 115 624 96 612 58 c 1\n 841 58 l 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 125\nWidth: 869\nFlags: W\nHStem: -20 21G<201 259> 100 53<591 720 782 849> 270 53<159 177> 476 51<135 169.502> 656 53<169 177>\nVStem: 25 63<567 585.095> 245 63<574.255 591> 259 63<404 414> 720 62<0 100 153 425>\nDStem: 653 709 711 709 201 -20 259 -20 736 425 720 323 532 159 591 153\nFore\n135 476 m 1\n 135 527 l 1\n 221 527 245 541 245 588 c 0\n 245 630 216 656 169 656 c 0\n 136 656 109 643 97 621 c 0\n 90 608 88 595 88 567 c 1\n 25 567 l 1\n 27 661 76 709 169 709 c 0\n 255 709 308 663 308 589 c 0\n 308 550 288 521 251 504 c 1\n 299 488 322 455 322 404 c 0\n 322 323 261 270 167 270 c 0\n 71 270 16 322 16 412 c 1\n 78 412 l 1\n 81 350 109 323 169 323 c 0\n 225 323 259 353 259 404 c 0\n 259 440 236 468 201 474 c 0\n 186 476 170 476 135 476 c 1\n653 709 m 1\n 711 709 l 1\n 259 -20 l 1\n 201 -20 l 1\n 653 709 l 1\n720 100 m 1\n 532 100 l 1\n 532 159 l 1\n 736 425 l 1\n 782 425 l 1\n 782 153 l 1\n 849 153 l 1\n 849 100 l 1\n 782 100 l 1\n 782 0 l 1\n 720 0 l 1\n 720 100 l 1\n720 153 m 1\n 720 323 l 1\n 591 153 l 1\n 720 153 l 1\nEndSplineSet\nEndChar\nStartChar: questiondown\nEncoding: 191 191 126\nWidth: 611\nFlags: HMW\nHStem: -217 78<275.5 340.5> 420 104<275 365>\nVStem: 95 90<-59 -2> 275 90<278 325 420 524>\nFore\n275 325 m 1\n 365 325 l 1\n 365 270 l 2\n 365 234 358 211 337 183 c 0\n 319 160 319 160 260 107 c 0\n 207 60 185 21 185 -25 c 0\n 185 -93 237 -139 314 -139 c 0\n 367 -139 407 -118 426 -81 c 0\n 438 -57 443 -29 443 17 c 1\n 528 17 l 1\n 528 -137 453 -217 309 -217 c 0\n 178 -217 95 -142 95 -25 c 0\n 95 42 120 86 195 154 c 0\n 265 217 275 233 275 278 c 2\n 275 325 l 1\n275 420 m 1\n 275 524 l 1\n 365 524 l 1\n 365 420 l 1\n 275 420 l 1\nEndSplineSet\nEndChar\nStartChar: Agrave\nEncoding: 192 192 127\nWidth: 667\nFlags: HMW\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397>\nFore\n474 219 m 1\n 193 219 l 1\n 116 0 l 1\n 17 0 l 1\n 277 729 l 1\n 397 729 l 1\n 653 0 l 1\n 549 0 l 1\n 474 219 l 1\n448 297 m 1\n 336 629 l 1\n 216 297 l 1\n 448 297 l 1\n304 939 m 1\n 400 791 l 1\n 340 791 l 1\n 191 939 l 1\n 304 939 l 1\nEndSplineSet\nKernsSLIF: 46 5 0 0 44 5 0 0 89 -99 0 0 87 -51 0 0 86 -75 0 0 85 -37 0 0 84 -93 0 0 81 -32 0 0 79 -33 0 0 71 -35 0 0 67 -36 0 0\nEndChar\nStartChar: Aacute\nEncoding: 193 193 128\nWidth: 667\nFlags: HMW\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397>\nFore\n474 219 m 1\n 193 219 l 1\n 116 0 l 1\n 17 0 l 1\n 277 729 l 1\n 397 729 l 1\n 653 0 l 1\n 549 0 l 1\n 474 219 l 1\n448 297 m 1\n 336 629 l 1\n 216 297 l 1\n 448 297 l 1\n370 939 m 1\n 483 939 l 1\n 334 791 l 1\n 274 791 l 1\n 370 939 l 1\nEndSplineSet\nKernsSLIF: 121 -34 0 0 119 -21 0 0 118 -31 0 0 117 -12 0 0 116 -16 0 0 8217 -65 0 0 113 -8 0 0 46 5 0 0 111 -13 0 0 45 -3 0 0 8249 -40 0 0 171 -44 0 0 103 -10 0 0 101 -16 0 0 100 -8 0 0 44 5 0 0 99 -11 0 0 98 4 0 0 97 -4 0 0 89 -99 0 0 87 -51 0 0 86 -75 0 0 85 -37 0 0 84 -93 0 0 81 -32 0 0 79 -33 0 0 71 -35 0 0 67 -36 0 0\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 129\nWidth: 667\nFlags: HMW\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397>\nFore\n474 219 m 1\n 193 219 l 1\n 116 0 l 1\n 17 0 l 1\n 277 729 l 1\n 397 729 l 1\n 653 0 l 1\n 549 0 l 1\n 474 219 l 1\n448 297 m 1\n 336 629 l 1\n 216 297 l 1\n 448 297 l 1\n288 940 m 1\n 383 940 l 1\n 479 790 l 1\n 416 790 l 1\n 335 886 l 1\n 256 790 l 1\n 192 790 l 1\n 288 940 l 1\nEndSplineSet\nKernsSLIF: 46 5 0 0 44 5 0 0 89 -99 0 0 87 -51 0 0 86 -75 0 0 85 -37 0 0 84 -93 0 0 81 -32 0 0 79 -33 0 0 71 -35 0 0 67 -36 0 0\nEndChar\nStartChar: Atilde\nEncoding: 195 195 130\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 549 653> 219 78<216 474> 709 20G<277 397> 812 67<395 405> 850 66<262 279>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nFore\n474 219 m 1\n 193 219 l 1\n 116 0 l 1\n 17 0 l 1\n 277 729 l 1\n 397 729 l 1\n 653 0 l 1\n 549 0 l 1\n 474 219 l 1\n448 297 m 1\n 336 629 l 1\n 216 297 l 1\n 448 297 l 1\n434 916 m 1\n 492 916 l 1\n 482 847 452 812 403 812 c 0\n 384 812 372 816 318 837 c 0\n 294 846 280 850 269 850 c 0\n 254 850 242 836 236 813 c 1\n 178 813 l 1\n 189 879 220 916 264 916 c 0\n 285 916 292 914 334 897 c 0\n 358 886 385 879 397 879 c 0\n 415 879 426 891 434 916 c 1\nEndSplineSet\nKernsSLIF: 46 5 0 0 44 5 0 0 89 -99 0 0 87 -51 0 0 86 -75 0 0 85 -37 0 0 84 -93 0 0 81 -32 0 0 79 -33 0 0 71 -35 0 0 67 -36 0 0\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 131\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 549 653> 219 78<216 474> 709 20G<277 397> 811 103<202 306 364 468>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nFore\n474 219 m 1\n 193 219 l 1\n 116 0 l 1\n 17 0 l 1\n 277 729 l 1\n 397 729 l 1\n 653 0 l 1\n 549 0 l 1\n 474 219 l 1\n448 297 m 1\n 336 629 l 1\n 216 297 l 1\n 448 297 l 1\n306 914 m 1\n 306 811 l 1\n 202 811 l 1\n 202 914 l 1\n 306 914 l 1\n468 914 m 1\n 468 811 l 1\n 364 811 l 1\n 364 914 l 1\n 468 914 l 1\nEndSplineSet\nKernsSLIF: 121 -34 0 0 119 -21 0 0 118 -31 0 0 117 -12 0 0 116 -16 0 0 8217 -65 0 0 8221 -56 0 0 113 -8 0 0 46 5 0 0 111 -13 0 0 45 -3 0 0 8249 -40 0 0 171 -44 0 0 103 -10 0 0 100 -8 0 0 44 5 0 0 99 -11 0 0 98 4 0 0 97 -4 0 0 89 -99 0 0 87 -51 0 0 86 -75 0 0 85 -37 0 0 84 -93 0 0 81 -32 0 0 79 -33 0 0 71 -35 0 0 67 -36 0 0\nEndChar\nStartChar: Aring\nEncoding: 197 197 132\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 549 653> 219 78<216 474> 709 20G<277 397> 778 44<325.75 338> 909 44<325.75 338>\nVStem: 247 44<866 868> 379 44<865 869>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nFore\n474 219 m 1\n 193 219 l 1\n 116 0 l 1\n 17 0 l 1\n 277 729 l 1\n 397 729 l 1\n 653 0 l 1\n 549 0 l 1\n 474 219 l 1\n448 297 m 1\n 336 629 l 1\n 216 297 l 1\n 448 297 l 1\n335 953 m 0\n 384 953 423 914 423 865 c 0\n 423 817 383 778 335 778 c 128\n 287 778 247 818 247 866 c 0\n 247 913 287 953 335 953 c 0\n335 909 m 0\n 311 909 291 889 291 866 c 0\n 291 842 311 822 335 822 c 128\n 359 822 379 842 379 865 c 0\n 379 890 360 909 335 909 c 0\nEndSplineSet\nKernsSLIF: 121 -34 0 0 119 -21 0 0 118 -31 0 0 117 -12 0 0 116 -16 0 0 8217 -65 0 0 8221 -56 0 0 113 -8 0 0 46 5 0 0 111 -13 0 0 45 -3 0 0 8249 -40 0 0 171 -44 0 0 103 -10 0 0 101 -16 0 0 100 -8 0 0 44 5 0 0 99 -11 0 0 98 4 0 0 97 -4 0 0 89 -99 0 0 87 -51 0 0 86 -75 0 0 85 -37 0 0 84 -93 0 0 81 -32 0 0 79 -33 0 0 71 -35 0 0 67 -36 0 0\nEndChar\nStartChar: AE\nEncoding: 198 198 133\nWidth: 1000\nFlags: HMW\nHStem: 0 82<561 950> 214 82<230 468> 332 82<561 913> 647 82<368 468 368 368 561 932 561 561>\nVStem: 468 93<82 214 214 214 296 332 414 647>\nFore\n468 214 m 1\n 199 214 l 1\n 114 0 l 1\n 11 0 l 1\n 310 729 l 1\n 932 729 l 1\n 932 647 l 1\n 561 647 l 1\n 561 414 l 1\n 913 414 l 1\n 913 332 l 1\n 561 332 l 1\n 561 82 l 1\n 950 82 l 1\n 950 0 l 1\n 468 0 l 1\n 468 214 l 1\n468 296 m 1\n 468 647 l 1\n 368 647 l 1\n 230 296 l 1\n 468 296 l 1\nEndSplineSet\nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 134\nWidth: 722\nFlags: HMW\nHStem: -214 41<331.5 359.5> -91 149<346 366.5> 659 82<332 400>\nVStem: 48 93<285 414.5> 398 75<-141 -116.5>\nFore\n379 -23 m 1\n 366 -56 l 1\n 379 -54 386 -54 394 -54 c 0\n 444 -54 473 -78 473 -121 c 0\n 473 -178 426 -214 350 -214 c 0\n 312 -214 286 -207 225 -180 c 1\n 246 -140 l 1\n 255 -144 l 2\n 300 -167 319 -173 344 -173 c 0\n 375 -173 398 -154 398 -128 c 0\n 398 -105 381 -91 352 -91 c 0\n 340 -91 333 -93 321 -99 c 1\n 310 -92 l 1\n 341 -23 l 1\n 265 -12 235 -1 192 29 c 0\n 101 94 48 214 48 356 c 0\n 48 473 84 578 150 650 c 0\n 204 710 283 741 381 741 c 0\n 541 741 633 663 662 503 c 1\n 567 503 l 1\n 556 557 541 588 514 613 c 0\n 484 641 429 659 371 659 c 0\n 229 659 141 544 141 357 c 0\n 141 174 233 58 378 58 c 0\n 456 58 518 92 548 152 c 0\n 563 182 573 216 581 266 c 1\n 677 266 l 1\n 655 75 555 -23 379 -23 c 1\nEndSplineSet\nKernsSLIF: 65 -31 0 0\nEndChar\nStartChar: Egrave\nEncoding: 200 200 135\nWidth: 667\nFlags: HMW\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647>\nFore\n183 332 m 1\n 183 82 l 1\n 613 82 l 1\n 613 0 l 1\n 90 0 l 1\n 90 729 l 1\n 595 729 l 1\n 595 647 l 1\n 183 647 l 1\n 183 414 l 1\n 580 414 l 1\n 580 332 l 1\n 183 332 l 1\n320 939 m 1\n 416 791 l 1\n 356 791 l 1\n 207 939 l 1\n 320 939 l 1\nEndSplineSet\nEndChar\nStartChar: Eacute\nEncoding: 201 201 136\nWidth: 667\nFlags: HMW\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647>\nFore\n183 332 m 1\n 183 82 l 1\n 613 82 l 1\n 613 0 l 1\n 90 0 l 1\n 90 729 l 1\n 595 729 l 1\n 595 647 l 1\n 183 647 l 1\n 183 414 l 1\n 580 414 l 1\n 580 332 l 1\n 183 332 l 1\n366 939 m 1\n 479 939 l 1\n 330 791 l 1\n 270 791 l 1\n 366 939 l 1\nEndSplineSet\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 137\nWidth: 667\nFlags: HMW\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647>\nFore\n183 332 m 1\n 183 82 l 1\n 613 82 l 1\n 613 0 l 1\n 90 0 l 1\n 90 729 l 1\n 595 729 l 1\n 595 647 l 1\n 183 647 l 1\n 183 414 l 1\n 580 414 l 1\n 580 332 l 1\n 183 332 l 1\n297 940 m 1\n 392 940 l 1\n 488 790 l 1\n 425 790 l 1\n 344 886 l 1\n 265 790 l 1\n 201 790 l 1\n 297 940 l 1\nEndSplineSet\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 138\nWidth: 667\nFlags: W\nHStem: 0 82<183 613> 332 82<183 580> 647 82<90 595> 811 103<211 315 373 477>\nVStem: 90 93<0 332 0 647>\nFore\n183 332 m 1\n 183 82 l 1\n 613 82 l 1\n 613 0 l 1\n 90 0 l 1\n 90 729 l 1\n 595 729 l 1\n 595 647 l 1\n 183 647 l 1\n 183 414 l 1\n 580 414 l 1\n 580 332 l 1\n 183 332 l 1\n315 914 m 1\n 315 811 l 1\n 211 811 l 1\n 211 914 l 1\n 315 914 l 1\n477 914 m 1\n 477 811 l 1\n 373 811 l 1\n 373 914 l 1\n 477 914 l 1\nEndSplineSet\nEndChar\nStartChar: Igrave\nEncoding: 204 204 139\nWidth: 278\nFlags: HMW\nHStem: 0 20 709 20<100 193 193 193>\nVStem: 100 93<0 729>\nFore\n193 729 m 1\n 193 0 l 1\n 100 0 l 1\n 100 729 l 1\n 193 729 l 1\n114 939 m 1\n 210 791 l 1\n 150 791 l 1\n 1 939 l 1\n 114 939 l 1\nEndSplineSet\nEndChar\nStartChar: Iacute\nEncoding: 205 205 140\nWidth: 278\nFlags: HMW\nHStem: 0 20 709 20<100 193 193 193>\nVStem: 100 93<0 729>\nFore\n193 729 m 1\n 193 0 l 1\n 100 0 l 1\n 100 729 l 1\n 193 729 l 1\n167 939 m 1\n 280 939 l 1\n 131 791 l 1\n 71 791 l 1\n 167 939 l 1\nEndSplineSet\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 141\nWidth: 278\nFlags: HMW\nHStem: 0 20 709 20<100 193 193 193>\nVStem: 100 93<0 729>\nFore\n193 729 m 1\n 193 0 l 1\n 100 0 l 1\n 100 729 l 1\n 193 729 l 1\n95 940 m 1\n 190 940 l 1\n 286 790 l 1\n 223 790 l 1\n 142 886 l 1\n 63 790 l 1\n -1 790 l 1\n 95 940 l 1\nEndSplineSet\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 142\nWidth: 278\nFlags: W\nHStem: 0 21G<100 193> 709 20G<100 193> 804 103<9 113 171 275>\nVStem: 100 93<0 729>\nFore\n193 729 m 1\n 193 0 l 1\n 100 0 l 1\n 100 729 l 1\n 193 729 l 1\n113 907 m 1\n 113 804 l 1\n 9 804 l 1\n 9 907 l 1\n 113 907 l 1\n275 907 m 1\n 275 804 l 1\n 171 804 l 1\n 171 907 l 1\n 275 907 l 1\nEndSplineSet\nEndChar\nStartChar: Eth\nEncoding: 208 208 143\nWidth: 722\nFlags: HMW\nHStem: 0 82<182 355 355 371> 339 67<20 89 182 353> 647 82<182 355 182 182>\nVStem: 89 93<82 339 406 647> 574 93<272 457.5>\nFore\n89 339 m 1\n 20 339 l 1\n 20 406 l 1\n 89 406 l 1\n 89 729 l 1\n 371 729 l 2\n 555 729 667 591 667 365 c 0\n 667 138 555 0 371 0 c 2\n 89 0 l 1\n 89 339 l 1\n182 339 m 1\n 182 82 l 1\n 355 82 l 2\n 498 82 574 179 574 365 c 0\n 574 550 498 647 355 647 c 2\n 182 647 l 1\n 182 406 l 1\n 353 406 l 1\n 353 339 l 1\n 182 339 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 144\nWidth: 722\nFlags: W\nHStem: 0 21G<76 164 541 646> 709 20G<76 177 558 646> 812 67<427 438> 850 66<295 304>\nVStem: 76 88<0 591> 558 88<133 729>\nDStem: 164 591 177 729 541 0 558 133\nFore\n646 729 m 1\n 646 0 l 1\n 541 0 l 1\n 164 591 l 1\n 164 0 l 1\n 76 0 l 1\n 76 729 l 1\n 177 729 l 1\n 558 133 l 1\n 558 729 l 1\n 646 729 l 1\n467 916 m 1\n 525 916 l 1\n 515 847 485 812 436 812 c 0\n 417 812 405 816 351 837 c 0\n 327 846 313 850 302 850 c 0\n 287 850 275 836 269 813 c 1\n 211 813 l 1\n 222 879 253 916 297 916 c 0\n 318 916 325 914 367 897 c 0\n 391 886 418 879 430 879 c 0\n 448 879 459 891 467 916 c 1\nEndSplineSet\nEndChar\nStartChar: Ograve\nEncoding: 210 210 145\nWidth: 778\nFlags: HMW\nHStem: -23 82<312.5 434> 659 82<312 468>\nVStem: 38 93<269 449> 649 93<293.5 447>\nFore\n389 741 m 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 128\n 38 587 180 741 389 741 c 0\n389 659 m 0\n 235 659 131 539 131 359 c 128\n 131 179 235 59 390 59 c 0\n 544 59 649 179 649 355 c 0\n 649 539 547 659 389 659 c 0\n359 939 m 1\n 455 791 l 1\n 395 791 l 1\n 246 939 l 1\n 359 939 l 1\nEndSplineSet\nKernsSLIF: 89 -59 0 0 86 -45 0 0 84 -42 0 0\nEndChar\nStartChar: Oacute\nEncoding: 211 211 146\nWidth: 778\nFlags: HMW\nHStem: -23 82<312.5 434> 659 82<312 468>\nVStem: 38 93<269 449> 649 93<293.5 447>\nFore\n389 741 m 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 128\n 38 587 180 741 389 741 c 0\n389 659 m 0\n 235 659 131 539 131 359 c 128\n 131 179 235 59 390 59 c 0\n 544 59 649 179 649 355 c 0\n 649 539 547 659 389 659 c 0\n418 939 m 1\n 531 939 l 1\n 382 791 l 1\n 322 791 l 1\n 418 939 l 1\nEndSplineSet\nKernsSLIF: 89 -59 0 0 87 -23 0 0 86 -45 0 0 84 -42 0 0 65 -35 0 0\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 147\nWidth: 778\nFlags: HMW\nHStem: -23 82<312.5 434> 659 82<312 468>\nVStem: 38 93<269 449> 649 93<293.5 447>\nFore\n389 741 m 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 128\n 38 587 180 741 389 741 c 0\n389 659 m 0\n 235 659 131 539 131 359 c 128\n 131 179 235 59 390 59 c 0\n 544 59 649 179 649 355 c 0\n 649 539 547 659 389 659 c 0\n343 940 m 1\n 438 940 l 1\n 534 790 l 1\n 471 790 l 1\n 390 886 l 1\n 311 790 l 1\n 247 790 l 1\n 343 940 l 1\nEndSplineSet\nKernsSLIF: 89 -59 0 0 86 -45 0 0 84 -42 0 0\nEndChar\nStartChar: Otilde\nEncoding: 213 213 148\nWidth: 778\nFlags: W\nHStem: -23 82<390 407> 659 82<389 407> 812 67<453 463> 850 66<320 329>\nVStem: 38 93<359 378> 649 93<328 378>\nFore\n389 741 m 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 128\n 38 587 180 741 389 741 c 0\n389 659 m 0\n 235 659 131 539 131 359 c 128\n 131 179 235 59 390 59 c 0\n 544 59 649 179 649 355 c 0\n 649 539 547 659 389 659 c 0\n492 916 m 1\n 550 916 l 1\n 540 847 510 812 461 812 c 0\n 442 812 430 816 376 837 c 0\n 352 846 338 850 327 850 c 0\n 312 850 300 836 294 813 c 1\n 236 813 l 1\n 247 879 278 916 322 916 c 0\n 343 916 350 914 392 897 c 0\n 416 886 443 879 455 879 c 0\n 473 879 484 891 492 916 c 1\nEndSplineSet\nKernsSLIF: 89 -59 0 0 86 -45 0 0 84 -42 0 0\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 149\nWidth: 778\nFlags: W\nHStem: -23 82<390 407> 659 82<389 407> 811 103<257 361 419 523>\nVStem: 38 93<359 378> 649 93<328 378>\nFore\n389 741 m 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 128\n 38 587 180 741 389 741 c 0\n389 659 m 0\n 235 659 131 539 131 359 c 128\n 131 179 235 59 390 59 c 0\n 544 59 649 179 649 355 c 0\n 649 539 547 659 389 659 c 0\n361 914 m 1\n 361 811 l 1\n 257 811 l 1\n 257 914 l 1\n 361 914 l 1\n523 914 m 1\n 523 811 l 1\n 419 811 l 1\n 419 914 l 1\n 523 914 l 1\nEndSplineSet\nKernsSLIF: 89 -59 0 0 88 -46 0 0 87 -23 0 0 86 -45 0 0 84 -42 0 0 65 -35 0 0\nEndChar\nStartChar: multiply\nEncoding: 215 215 150\nWidth: 584\nFlags: W\nDStem: 96 377 145 426 242 231 291 281 242 231 291 181 95 84 145 35 291 181 341 231 438 34 488 84 438 427 487 377 291 281 341 231\nFore\n438 427 m 1\n 487 377 l 1\n 341 231 l 1\n 488 84 l 1\n 438 34 l 1\n 291 181 l 1\n 145 35 l 1\n 95 84 l 1\n 242 231 l 1\n 96 377 l 1\n 145 426 l 1\n 291 281 l 1\n 438 427 l 1\nEndSplineSet\nEndChar\nStartChar: Oslash\nEncoding: 216 216 151\nWidth: 778\nFlags: W\nHStem: -23 82<387 399> 659 82<387 399>\nVStem: 35 93<360 378> 646 93<358 378>\nDStem: 111 108 146 67 30 19 69 -17 558 595 593 554 174 176 206 133 704 755 744 719 617 660 655 622\nFore\n30 19 m 1\n 111 108 l 1\n 61 178 35 263 35 360 c 0\n 35 587 177 741 387 741 c 0\n 478 741 555 714 617 660 c 1\n 704 755 l 1\n 744 719 l 1\n 655 622 l 1\n 709 554 739 460 739 358 c 0\n 739 131 597 -23 387 -23 c 0\n 290 -23 212 6 146 67 c 1\n 69 -17 l 1\n 30 19 l 1\n174 176 m 1\n 558 595 l 1\n 510 637 452 659 387 659 c 0\n 232 659 128 539 128 360 c 0\n 128 291 144 228 174 176 c 1\n593 554 m 1\n 206 133 l 1\n 255 84 316 59 387 59 c 0\n 542 59 646 179 646 358 c 0\n 646 433 628 500 593 554 c 1\nEndSplineSet\nKernsSLIF: 65 -33 0 0\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 152\nWidth: 722\nFlags: HMW\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 552 93<217 729>\nFore\n552 729 m 1\n 645 729 l 1\n 645 217 l 2\n 645 71 535 -23 364 -23 c 0\n 191 -23 85 69 85 217 c 2\n 85 729 l 1\n 178 729 l 1\n 178 217 l 2\n 178 106.872 257.273 59 364 59 c 0\n 481 59 552 119 552 217 c 2\n 552 729 l 1\n334 939 m 1\n 430 791 l 1\n 370 791 l 1\n 221 939 l 1\n 334 939 l 1\nEndSplineSet\nKernsSLIF: 65 -36 0 0\nEndChar\nStartChar: Uacute\nEncoding: 218 218 153\nWidth: 722\nFlags: HMW\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 552 93<217 729>\nFore\n552 729 m 1\n 645 729 l 1\n 645 217 l 2\n 645 71 535 -23 364 -23 c 0\n 191 -23 85 69 85 217 c 2\n 85 729 l 1\n 178 729 l 1\n 178 217 l 2\n 178 106.872 257.273 59 364 59 c 0\n 481 59 552 119 552 217 c 2\n 552 729 l 1\n387 939 m 1\n 500 939 l 1\n 351 791 l 1\n 291 791 l 1\n 387 939 l 1\nEndSplineSet\nKernsSLIF: 114 -4 0 0 46 -25 0 0 112 3 0 0 110 -4 0 0 109 -4 0 0 44 -27 0 0 65 -36 0 0\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 154\nWidth: 722\nFlags: HMW\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 552 93<217 729>\nFore\n552 729 m 1\n 645 729 l 1\n 645 217 l 2\n 645 71 535 -23 364 -23 c 0\n 191 -23 85 69 85 217 c 2\n 85 729 l 1\n 178 729 l 1\n 178 217 l 2\n 178 106.872 257.273 59 364 59 c 0\n 481 59 552 119 552 217 c 2\n 552 729 l 1\n318 940 m 1\n 413 940 l 1\n 509 790 l 1\n 446 790 l 1\n 365 886 l 1\n 286 790 l 1\n 222 790 l 1\n 318 940 l 1\nEndSplineSet\nKernsSLIF: 65 -36 0 0\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 155\nWidth: 722\nFlags: W\nHStem: -23 82<364 390> 709 20G<85 178 552 645> 811 103<232 336 394 498>\nVStem: 85 93<217 729> 552 93<217 729>\nFore\n552 729 m 1\n 645 729 l 1\n 645 217 l 2\n 645 71 535 -23 364 -23 c 0\n 191 -23 85 69 85 217 c 2\n 85 729 l 1\n 178 729 l 1\n 178 217 l 2\n 178 106.872 257.273 59 364 59 c 0\n 481 59 552 119 552 217 c 2\n 552 729 l 1\n336 914 m 1\n 336 811 l 1\n 232 811 l 1\n 232 914 l 1\n 336 914 l 1\n498 914 m 1\n 498 811 l 1\n 394 811 l 1\n 394 914 l 1\n 498 914 l 1\nEndSplineSet\nKernsSLIF: 114 -4 0 0 46 -25 0 0 112 3 0 0 110 -4 0 0 109 -4 0 0 44 -27 0 0 98 3 0 0 65 -36 0 0\nEndChar\nStartChar: Yacute\nEncoding: 221 221 156\nWidth: 666\nFlags: HMW\nHStem: 0 20 709 20<13 128 128 128 550 661 661 661>\nVStem: 294 93<0 286>\nFore\n387 286 m 1\n 387 0 l 1\n 294 0 l 1\n 294 286 l 1\n 13 729 l 1\n 128 729 l 1\n 342 374 l 1\n 550 729 l 1\n 661 729 l 1\n 387 286 l 1\n365 939 m 1\n 478 939 l 1\n 329 791 l 1\n 269 791 l 1\n 365 939 l 1\nEndSplineSet\nEndChar\nStartChar: Thorn\nEncoding: 222 222 157\nWidth: 666\nFlags: HMW\nHStem: 0 20 189 82<184 378 378 413> 527 82<184 378> 709 20<91 184 184 184>\nVStem: 91 93<0 189 271 527 609 729> 516 100<359 439>\nFore\n184 189 m 1\n 184 0 l 1\n 91 0 l 1\n 91 729 l 1\n 184 729 l 1\n 184 609 l 1\n 392 609 l 2\n 531 609 616 529 616 397 c 0\n 616 275 532 189 413 189 c 2\n 184 189 l 1\n184 271 m 1\n 378 271 l 2\n 465 271 516 319 516 399 c 128\n 516 479 465 527 378 527 c 2\n 184 527 l 1\n 184 271 l 1\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 158\nWidth: 611\nFlags: W\nHStem: -15 79<296 324> 0 21G<67 155> 354 73<294 321> 652 76<274 321>\nVStem: 67 88<0 534> 449 88<528 550> 480 91<208 236>\nFore\n294 427 m 1\n 414 427 449 481 449 540 c 0\n 449 605 398 652 297 652 c 0\n 184 652 155 595 155 510 c 2\n 155 0 l 1\n 67 0 l 1\n 67 532 l 2\n 67 647 148 728 298 728 c 0\n 446 728 537 657 537 548 c 0\n 537 451 478 415 455 400 c 1\n 529 380 571 294 571 234 c 0\n 571 57 462 -15 319 -15 c 0\n 290 -15 280 -11 266 -8 c 1\n 266 67 l 1\n 281 65 296 64 310 64 c 0\n 419 64 480 113 480 214 c 0\n 480 319 412 354 310 354 c 2\n 294 354 l 1\n 294 427 l 1\nEndSplineSet\nBack\n302 349 m 5\n 302 431 l 5\n 311 431 l 6\n 391 431 448 477 448 542 c 4\n 448 606 399 651 330 651 c 4\n 257 651 209 607 209 538 c 6\n 209 0 l 5\n 126 0 l 5\n 126 538 l 6\n 126 601 142 642 178 674 c 4\n 219 709 276 729 337 729 c 4\n 455 729 535 655 535 545 c 4\n 535 474 500 428 426 401 c 5\n 523 368 566 312 566 219 c 4\n 566 72 479 -20 342 -20 c 4\n 325 -20 315 -19 298 -16 c 5\n 298 62 l 5\n 334 62 l 5\n 420 62 479 124 479 213 c 4\n 479 281 445 330 388 343 c 4\n 362 348 360 349 302 349 c 5\nEndSplineSet\nEndChar\nStartChar: agrave\nEncoding: 224 224 159\nWidth: 556\nFlags: W\nHStem: -23 70<478 517> -23 73<212 234> 462 77<248 288> 720 20G<137 250>\nVStem: 42 87<120 138> 389 83<152 396>\nFore\n535 49 m 1\n 535 -14 l 1\n 508 -21 495 -23 478 -23 c 0\n 424 -23 398 1 392 54 c 1\n 333 0 280 -23 214 -23 c 0\n 108 -23 42 37 42 132 c 0\n 42 200 73 247 134 272 c 0\n 166 285 184 289 302 304 c 0\n 368 312 389 327 389 362 c 2\n 389 384 l 2\n 389 434 347 462 272 462 c 0\n 194 462 156 433 149 369 c 1\n 65 369 l 1\n 67 421 77 451 101 478 c 0\n 136 517 199 539 275 539 c 0\n 404 539 472 489 472 396 c 2\n 472 88 l 2\n 472 62 488 47 517 47 c 0\n 522 47 526 47 535 49 c 1\n389 165 m 2\n 389 259 l 1\n 361 246 343 242 255 230 c 0\n 166 217 129 189 129 134 c 0\n 129 81 167 50 232 50 c 0\n 281 50 322 66 356 97 c 0\n 381 120 389 137 389 165 c 2\n250 740 m 1\n 346 592 l 1\n 286 592 l 1\n 137 740 l 1\n 250 740 l 1\nEndSplineSet\nKernsSLIF: 121 -26 0 0 119 -13 0 0 118 -21 0 0\nEndChar\nStartChar: aacute\nEncoding: 225 225 160\nWidth: 556\nFlags: W\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 720 20G<303 416>\nVStem: 42 87<120 138> 389 83<152 396>\nFore\n535 49 m 1\n 535 -14 l 1\n 508 -21 495 -23 478 -23 c 0\n 424 -23 398 1 392 54 c 1\n 333 0 280 -23 214 -23 c 0\n 108 -23 42 37 42 132 c 0\n 42 200 73 247 134 272 c 0\n 166 285 184 289 302 304 c 0\n 368 312 389 327 389 362 c 2\n 389 384 l 2\n 389 434 347 462 272 462 c 0\n 194 462 156 433 149 369 c 1\n 65 369 l 1\n 67 421 77 451 101 478 c 0\n 136 517 199 539 275 539 c 0\n 404 539 472 489 472 396 c 2\n 472 88 l 2\n 472 62 488 47 517 47 c 0\n 522 47 526 47 535 49 c 1\n389 165 m 2\n 389 259 l 1\n 361 246 343 242 255 230 c 0\n 166 217 129 189 129 134 c 0\n 129 81 167 50 232 50 c 0\n 281 50 322 66 356 97 c 0\n 381 120 389 137 389 165 c 2\n303 740 m 1\n 416 740 l 1\n 267 592 l 1\n 207 592 l 1\n 303 740 l 1\nEndSplineSet\nKernsSLIF: 121 -26 0 0 119 -13 0 0 118 -21 0 0\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 161\nWidth: 556\nFlags: W\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 721 20G<228 323>\nVStem: 42 87<120 138> 389 83<152 396>\nFore\n535 49 m 1\n 535 -14 l 1\n 508 -21 495 -23 478 -23 c 0\n 424 -23 398 1 392 54 c 1\n 333 0 280 -23 214 -23 c 0\n 108 -23 42 37 42 132 c 0\n 42 200 73 247 134 272 c 0\n 166 285 184 289 302 304 c 0\n 368 312 389 327 389 362 c 2\n 389 384 l 2\n 389 434 347 462 272 462 c 0\n 194 462 156 433 149 369 c 1\n 65 369 l 1\n 67 421 77 451 101 478 c 0\n 136 517 199 539 275 539 c 0\n 404 539 472 489 472 396 c 2\n 472 88 l 2\n 472 62 488 47 517 47 c 0\n 522 47 526 47 535 49 c 1\n389 165 m 2\n 389 259 l 1\n 361 246 343 242 255 230 c 0\n 166 217 129 189 129 134 c 0\n 129 81 167 50 232 50 c 0\n 281 50 322 66 356 97 c 0\n 381 120 389 137 389 165 c 2\n228 741 m 1\n 323 741 l 1\n 419 591 l 1\n 356 591 l 1\n 275 687 l 1\n 196 591 l 1\n 132 591 l 1\n 228 741 l 1\nEndSplineSet\nEndChar\nStartChar: atilde\nEncoding: 227 227 162\nWidth: 556\nFlags: W\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 613 67<329 345> 651 66<202 219>\nVStem: 42 87<120 138> 389 83<152 396>\nFore\n535 49 m 1\n 535 -14 l 1\n 508 -21 495 -23 478 -23 c 0\n 424 -23 398 1 392 54 c 1\n 333 0 280 -23 214 -23 c 0\n 108 -23 42 37 42 132 c 0\n 42 200 73 247 134 272 c 0\n 166 285 184 289 302 304 c 0\n 368 312 389 327 389 362 c 2\n 389 384 l 2\n 389 434 347 462 272 462 c 0\n 194 462 156 433 149 369 c 1\n 65 369 l 1\n 67 421 77 451 101 478 c 0\n 136 517 199 539 275 539 c 0\n 404 539 472 489 472 396 c 2\n 472 88 l 2\n 472 62 488 47 517 47 c 0\n 522 47 526 47 535 49 c 1\n389 165 m 2\n 389 259 l 1\n 361 246 343 242 255 230 c 0\n 166 217 129 189 129 134 c 0\n 129 81 167 50 232 50 c 0\n 281 50 322 66 356 97 c 0\n 381 120 389 137 389 165 c 2\n374 717 m 1\n 432 717 l 1\n 422 648 392 613 343 613 c 0\n 324 613 312 617 258 638 c 0\n 234 647 220 651 209 651 c 0\n 194 651 182 637 176 614 c 1\n 118 614 l 1\n 129 680 160 717 204 717 c 0\n 225 717 232 715 274 698 c 0\n 298 687 325 680 337 680 c 0\n 355 680 366 692 374 717 c 1\nEndSplineSet\nEndChar\nStartChar: adieresis\nEncoding: 228 228 163\nWidth: 556\nFlags: W\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 612 103<140 244 302 406>\nVStem: 42 87<120 138> 389 83<152 396>\nFore\n535 49 m 1\n 535 -14 l 1\n 508 -21 495 -23 478 -23 c 0\n 424 -23 398 1 392 54 c 1\n 333 0 280 -23 214 -23 c 0\n 108 -23 42 37 42 132 c 0\n 42 200 73 247 134 272 c 0\n 166 285 184 289 302 304 c 0\n 368 312 389 327 389 362 c 2\n 389 384 l 2\n 389 434 347 462 272 462 c 0\n 194 462 156 433 149 369 c 1\n 65 369 l 1\n 67 421 77 451 101 478 c 0\n 136 517 199 539 275 539 c 0\n 404 539 472 489 472 396 c 2\n 472 88 l 2\n 472 62 488 47 517 47 c 0\n 522 47 526 47 535 49 c 1\n389 165 m 2\n 389 259 l 1\n 361 246 343 242 255 230 c 0\n 166 217 129 189 129 134 c 0\n 129 81 167 50 232 50 c 0\n 281 50 322 66 356 97 c 0\n 381 120 389 137 389 165 c 2\n244 715 m 1\n 244 612 l 1\n 140 612 l 1\n 140 715 l 1\n 244 715 l 1\n406 715 m 1\n 406 612 l 1\n 302 612 l 1\n 302 715 l 1\n 406 715 l 1\nEndSplineSet\nKernsSLIF: 121 -26 0 0 119 -13 0 0 118 -21 0 0\nEndChar\nStartChar: aring\nEncoding: 229 229 164\nWidth: 556\nFlags: W\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 579 44<275 283> 710 44<275 283>\nVStem: 42 87<120 138> 187 44<667 669> 319 44<666 670> 389 83<152 396>\nFore\n535 49 m 1\n 535 -14 l 1\n 508 -21 495 -23 478 -23 c 0\n 424 -23 398 1 392 54 c 1\n 333 0 280 -23 214 -23 c 0\n 108 -23 42 37 42 132 c 0\n 42 200 73 247 134 272 c 0\n 166 285 184 289 302 304 c 0\n 368 312 389 327 389 362 c 2\n 389 384 l 2\n 389 434 347 462 272 462 c 0\n 194 462 156 433 149 369 c 1\n 65 369 l 1\n 67 421 77 451 101 478 c 0\n 136 517 199 539 275 539 c 0\n 404 539 472 489 472 396 c 2\n 472 88 l 2\n 472 62 488 47 517 47 c 0\n 522 47 526 47 535 49 c 1\n389 165 m 2\n 389 259 l 1\n 361 246 343 242 255 230 c 0\n 166 217 129 189 129 134 c 0\n 129 81 167 50 232 50 c 0\n 281 50 322 66 356 97 c 0\n 381 120 389 137 389 165 c 2\n275 754 m 0\n 324 754 363 715 363 666 c 0\n 363 618 323 579 275 579 c 128\n 227 579 187 619 187 667 c 0\n 187 714 227 754 275 754 c 0\n275 710 m 0\n 251 710 231 690 231 667 c 0\n 231 643 251 623 275 623 c 128\n 299 623 319 643 319 666 c 0\n 319 691 300 710 275 710 c 0\nEndSplineSet\nKernsSLIF: 121 -26 0 0 119 -13 0 0 118 -21 0 0\nEndChar\nStartChar: ae\nEncoding: 230 230 165\nWidth: 889\nFlags: W\nHStem: -23 73<202 223> -23 77<594.355 627> 234 68<461 845> 462 77<241 275 593 627>\nVStem: 34 87<120 138> 381 78<157 234> 755 90<234 302>\nFore\n751 159 m 1\n 835 159 l 1\n 814 45 730 -23 612 -23 c 0\n 535 -23 469 8 434 60 c 0\n 429 68 425 75 418 87 c 1\n 343 9 280 -23 202 -23 c 0\n 100 -23 34 38 34 132 c 0\n 34 262.849 141.19 290.266 294 303 c 0\n 362 309 381 323 381 362 c 2\n 381 384 l 2\n 381 435 340 462 263 462 c 128\n 186 462 148 433 141 369 c 1\n 57 369 l 1\n 59 421 69 451 93 478 c 0\n 128 517 191 539 265 539 c 0\n 350 539 409 511 440 457 c 1\n 476 508 541 539 613 539 c 0\n 710 539 790 486 824 401 c 0\n 839 362 845 314 845 234 c 1\n 459 234 l 1\n 460 182 467 152 487 122 c 0\n 515 78 560 54 613 54 c 0\n 680 54 727 90 751 159 c 1\n381 157 m 2\n 381 258 l 1\n 353 246 336 242 247 229 c 0\n 157 216 121 189 121 134 c 0\n 121 82 159 50 221 50 c 0\n 261 50 299 63 332 88 c 0\n 362 111 381 138 381 157 c 2\n461 302 m 1\n 755 302 l 1\n 755 397 696 462 611 462 c 0\n 527 462 468 399 461 302 c 1\nEndSplineSet\nKernsSLIF: 121 -20 0 0 119 -10 0 0 118 -16 0 0\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 166\nWidth: 500\nFlags: HMW\nHStem: -214 41<216.5 244.5> -91 144<231 251.5> 462 77<217.5 298>\nVStem: 31 87<200.5 318> 283 75<-141 -116.5>\nFore\n264 -23 m 1\n 251 -56 l 1\n 265 -54 271 -54 279 -54 c 0\n 329 -54 358 -79 358 -121 c 0\n 358 -178 311 -214 235 -214 c 0\n 196 -214 174 -208 110 -181 c 1\n 131 -140 l 1\n 140 -144 l 2\n 184 -167 204 -173 229 -173 c 0\n 260 -173 283 -154 283 -128 c 0\n 283 -105 266 -91 237 -91 c 0\n 225 -91 218 -93 206 -99 c 1\n 194 -92 l 1\n 225 -21 l 1\n 182 -13 159 -4 132 16 c 0\n 67 62 31 148 31 253 c 0\n 31 427 123 539 264 539 c 0\n 337 539 400 510 436 461 c 0\n 456 432 467 399 471 348 c 1\n 387 348 l 1\n 377 421 333 462 263 462 c 0\n 172 462 118 384 118 252 c 0\n 118 128 173 53 265 53 c 0\n 336 53 379 96 393 180 c 1\n 477 180 l 1\n 470 55 387 -23 264 -23 c 1\nEndSplineSet\nEndChar\nStartChar: egrave\nEncoding: 232 232 167\nWidth: 556\nFlags: W\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 720 20G<139 252>\nVStem: 40 87<232 255> 424 89<234 308>\nFore\n513 234 m 1\n 127 234 l 1\n 128 182 135 152 155 122 c 0\n 183 78 228 54 281 54 c 0\n 348 54 395 90 418 159 c 1\n 502 159 l 1\n 481 45 398 -23 278 -23 c 0\n 131 -23 40 83 40 255 c 128\n 40 427 134 539 280 539 c 0\n 378 539 458 487 492 401 c 0\n 507 362 513 314 513 234 c 1\n129 302 m 1\n 423 302 l 1\n 424 304 424 306 424 308 c 0\n 424 394 361 462 279 462 c 0\n 195 462 136 399 129 302 c 1\n252 740 m 1\n 348 592 l 1\n 288 592 l 1\n 139 740 l 1\n 252 740 l 1\nEndSplineSet\nEndChar\nStartChar: eacute\nEncoding: 233 233 168\nWidth: 556\nFlags: W\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 720 20G<308 421>\nVStem: 40 87<232 255> 424 89<234 308>\nFore\n513 234 m 1\n 127 234 l 1\n 128 182 135 152 155 122 c 0\n 183 78 228 54 281 54 c 0\n 348 54 395 90 418 159 c 1\n 502 159 l 1\n 481 45 398 -23 278 -23 c 0\n 131 -23 40 83 40 255 c 128\n 40 427 134 539 280 539 c 0\n 378 539 458 487 492 401 c 0\n 507 362 513 314 513 234 c 1\n129 302 m 1\n 423 302 l 1\n 424 304 424 306 424 308 c 0\n 424 394 361 462 279 462 c 0\n 195 462 136 399 129 302 c 1\n308 740 m 1\n 421 740 l 1\n 272 592 l 1\n 212 592 l 1\n 308 740 l 1\nEndSplineSet\nKernsSLIF: 121 -19 0 0 119 -9 0 0 118 -15 0 0\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 169\nWidth: 556\nFlags: W\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 721 20G<239 334>\nVStem: 40 87<232 255> 424 89<234 308>\nFore\n513 234 m 1\n 127 234 l 1\n 128 182 135 152 155 122 c 0\n 183 78 228 54 281 54 c 0\n 348 54 395 90 418 159 c 1\n 502 159 l 1\n 481 45 398 -23 278 -23 c 0\n 131 -23 40 83 40 255 c 128\n 40 427 134 539 280 539 c 0\n 378 539 458 487 492 401 c 0\n 507 362 513 314 513 234 c 1\n129 302 m 1\n 423 302 l 1\n 424 304 424 306 424 308 c 0\n 424 394 361 462 279 462 c 0\n 195 462 136 399 129 302 c 1\n239 741 m 1\n 334 741 l 1\n 430 591 l 1\n 367 591 l 1\n 286 687 l 1\n 207 591 l 1\n 143 591 l 1\n 239 741 l 1\nEndSplineSet\nKernsSLIF: 121 -19 0 0 119 -9 0 0 118 -15 0 0\nEndChar\nStartChar: edieresis\nEncoding: 235 235 170\nWidth: 556\nFlags: W\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 612 103<153 257 315 419>\nVStem: 40 87<232 255> 424 89<234 308>\nFore\n513 234 m 1\n 127 234 l 1\n 128 182 135 152 155 122 c 0\n 183 78 228 54 281 54 c 0\n 348 54 395 90 418 159 c 1\n 502 159 l 1\n 481 45 398 -23 278 -23 c 0\n 131 -23 40 83 40 255 c 128\n 40 427 134 539 280 539 c 0\n 378 539 458 487 492 401 c 0\n 507 362 513 314 513 234 c 1\n129 302 m 1\n 423 302 l 1\n 424 304 424 306 424 308 c 0\n 424 394 361 462 279 462 c 0\n 195 462 136 399 129 302 c 1\n257 715 m 1\n 257 612 l 1\n 153 612 l 1\n 153 715 l 1\n 257 715 l 1\n419 715 m 1\n 419 612 l 1\n 315 612 l 1\n 315 715 l 1\n 419 715 l 1\nEndSplineSet\nEndChar\nStartChar: igrave\nEncoding: 236 236 171\nWidth: 278\nFlags: HMW\nHStem: 0 20 504 20<94 177 177 177> 720 20<-5 108 108 108>\nVStem: 94 83<0 524>\nFore\n177 524 m 1\n 177 0 l 1\n 94 0 l 1\n 94 524 l 1\n 177 524 l 1\n108 740 m 1\n 204 592 l 1\n 144 592 l 1\n -5 740 l 1\n 108 740 l 1\nEndSplineSet\nEndChar\nStartChar: iacute\nEncoding: 237 237 172\nWidth: 278\nFlags: HMW\nHStem: 0 20 504 20<94 177 177 177> 720 20<161 274 274 274>\nVStem: 94 83<0 524>\nFore\n177 524 m 1\n 177 0 l 1\n 94 0 l 1\n 94 524 l 1\n 177 524 l 1\n161 740 m 1\n 274 740 l 1\n 125 592 l 1\n 65 592 l 1\n 161 740 l 1\nEndSplineSet\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 173\nWidth: 278\nFlags: HMW\nHStem: 0 20 504 20<94 177 177 177> 721 20<89 184 184 184>\nVStem: 94 83<0 524>\nFore\n177 524 m 1\n 177 0 l 1\n 94 0 l 1\n 94 524 l 1\n 177 524 l 1\n89 741 m 1\n 184 741 l 1\n 280 591 l 1\n 217 591 l 1\n 136 687 l 1\n 57 591 l 1\n -7 591 l 1\n 89 741 l 1\nEndSplineSet\nEndChar\nStartChar: idieresis\nEncoding: 239 239 174\nWidth: 278\nFlags: W\nHStem: 0 21G<94 177> 504 20G<94 177> 605 103<3 107 165 269>\nVStem: 94 83<0 524>\nFore\n177 524 m 1\n 177 0 l 1\n 94 0 l 1\n 94 524 l 1\n 177 524 l 1\n107 708 m 1\n 107 605 l 1\n 3 605 l 1\n 3 708 l 1\n 107 708 l 1\n269 708 m 1\n 269 605 l 1\n 165 605 l 1\n 165 708 l 1\n 269 708 l 1\nEndSplineSet\nEndChar\nStartChar: eth\nEncoding: 240 240 175\nWidth: 556\nFlags: HMW\nHStem: -23 77<226.5 319> 462 75<234 263.5> 723 20<133 133>\nVStem: 36 87<195 316.5> 423 87<193.5 305>\nFore\n219 613 m 1\n 122 568 l 1\n 86 607 l 1\n 171 647 l 1\n 145 667 132 675 89 699 c 1\n 133 743 l 1\n 164 730 177 723 244 680 c 1\n 341 725 l 1\n 381 688 l 1\n 291 647 l 1\n 363 592 400 554 438 497 c 0\n 489 419 510 351 510 259 c 0\n 510 79 424 -23 273 -23 c 128\n 122 -23 36 79 36 258 c 0\n 36 375 71 458 140 502 c 0\n 174 525 214 537 254 537 c 0\n 273 537 287 534 317 524 c 1\n 282 559 271 569 219 613 c 1\n273 462 m 0\n 180 462 123 384 123 258 c 128\n 123 132 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\nEndSplineSet\nEndChar\nStartChar: ntilde\nEncoding: 241 241 176\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 404 487> 466 73<296 321> 504 20G<70 147> 613 67<339 349> 651 66<206 215>\nVStem: 70 77<0 524> 70 84<0 305> 404 83<0 396>\nFore\n70 524 m 1\n 147 524 l 1\n 147 436 l 1\n 193 509 243 539 321 539 c 0\n 422 539 487 483 487 396 c 2\n 487 0 l 1\n 404 0 l 1\n 404 363 l 2\n 404 426 362 466 296 466 c 0\n 210 466 154 396 154 289 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\n378 717 m 1\n 436 717 l 1\n 426 648 396 613 347 613 c 0\n 328 613 316 617 262 638 c 0\n 238 647 224 651 213 651 c 0\n 198 651 186 637 180 614 c 1\n 122 614 l 1\n 133 680 164 717 208 717 c 0\n 229 717 236 715 278 698 c 0\n 302 687 329 680 341 680 c 0\n 359 680 370 692 378 717 c 1\nEndSplineSet\nEndChar\nStartChar: ograve\nEncoding: 242 242 177\nWidth: 556\nFlags: W\nHStem: -23 77<273 283> 462 77<259 283> 720 20G<132 245>\nVStem: 36 87<258 282> 423 87<232 282>\nFore\n272 539 m 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 128\n 36 434 125 539 272 539 c 0\n273 462 m 0\n 180 462 123 384 123 258 c 0\n 123 131 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\n245 740 m 1\n 341 592 l 1\n 281 592 l 1\n 132 740 l 1\n 245 740 l 1\nEndSplineSet\nKernsSLIF: 121 -22 0 0 119 -10 0 0 118 -18 0 0\nEndChar\nStartChar: oacute\nEncoding: 243 243 178\nWidth: 556\nFlags: W\nHStem: -23 77<273 277> 462 77<259 277> 720 20G<298 411>\nVStem: 36 87<258 282> 423 87<232 282>\nFore\n272 539 m 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 128\n 36 434 125 539 272 539 c 0\n273 462 m 0\n 180 462 123 384 123 258 c 0\n 123 131 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\n298 740 m 1\n 411 740 l 1\n 262 592 l 1\n 202 592 l 1\n 298 740 l 1\nEndSplineSet\nKernsSLIF: 121 -22 0 0 119 -10 0 0 118 -18 0 0\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 179\nWidth: 556\nFlags: W\nHStem: -23 77<273 277> 462 77<259 277> 721 20G<226 321>\nVStem: 36 87<258 282> 423 87<232 282>\nFore\n272 539 m 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 128\n 36 434 125 539 272 539 c 0\n273 462 m 0\n 180 462 123 384 123 258 c 0\n 123 131 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\n226 741 m 1\n 321 741 l 1\n 417 591 l 1\n 354 591 l 1\n 273 687 l 1\n 194 591 l 1\n 130 591 l 1\n 226 741 l 1\nEndSplineSet\nKernsSLIF: 116 -10 0 0\nEndChar\nStartChar: otilde\nEncoding: 245 245 180\nWidth: 556\nFlags: W\nHStem: -23 77<273 277> 462 77<257 277> 613 67<336 346> 651 66<203 212>\nVStem: 36 87<258 282> 423 87<232 282>\nFore\n272 539 m 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 128\n 36 434 125 539 272 539 c 0\n273 462 m 0\n 180 462 123 384 123 258 c 0\n 123 131 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\n375 717 m 1\n 433 717 l 1\n 423 648 393 613 344 613 c 0\n 325 613 313 617 259 638 c 0\n 235 647 221 651 210 651 c 0\n 195 651 183 637 177 614 c 1\n 119 614 l 1\n 130 680 161 717 205 717 c 0\n 226 717 233 715 275 698 c 0\n 299 687 326 680 338 680 c 0\n 356 680 367 692 375 717 c 1\nEndSplineSet\nEndChar\nStartChar: odieresis\nEncoding: 246 246 181\nWidth: 556\nFlags: W\nHStem: -23 77<273 277> 462 77<259 277> 612 103<140 244 302 406>\nVStem: 36 87<258 282> 423 87<232 282>\nFore\n272 539 m 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 128\n 36 434 125 539 272 539 c 0\n273 462 m 0\n 180 462 123 384 123 258 c 0\n 123 131 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\n244 715 m 1\n 244 612 l 1\n 140 612 l 1\n 140 715 l 1\n 244 715 l 1\n406 715 m 1\n 406 612 l 1\n 302 612 l 1\n 302 715 l 1\n 406 715 l 1\nEndSplineSet\nKernsSLIF: 121 -22 0 0 120 -27 0 0 119 -10 0 0 118 -18 0 0 116 -10 0 0\nEndChar\nStartChar: divide\nEncoding: 247 247 182\nWidth: 584\nFlags: HMW\nHStem: 0 104<240 344> 201 70<50 534> 368 104<240 344>\nVStem: 240 104<0 104 368 472>\nFore\n534 271 m 1\n 534 201 l 1\n 50 201 l 1\n 50 271 l 1\n 534 271 l 1\n344 104 m 1\n 344 0 l 1\n 240 0 l 1\n 240 104 l 1\n 344 104 l 1\n344 472 m 1\n 344 368 l 1\n 240 368 l 1\n 240 472 l 1\n 344 472 l 1\nEndSplineSet\nEndChar\nStartChar: oslash\nEncoding: 248 248 183\nWidth: 611\nFlags: HMW\nHStem: -23 77<252 319.5> 462 77<226.5 295>\nVStem: 36 87<234.5 321> 423 87<195 280>\nFore\n529 511 m 1\n 466 440 l 1\n 496 390 510 334 510 258 c 0\n 510 82 422 -23 274 -23 c 0\n 207 -23 151 -2 111 39 c 1\n 50 -30 l 1\n 18 -2 l 1\n 84 72 l 1\n 51 121 36 180 36 258 c 0\n 36 434 125 539 273 539 c 0\n 342 539 394 519 439 474 c 1\n 497 539 l 1\n 529 511 l 1\n405 371 m 1\n 167 102 l 1\n 196 70 231 54 273 54 c 0\n 366 54 423 132 423 258 c 0\n 423 302 417 340 405 371 c 1\n144 141 m 1\n 383 410 l 1\n 357 443 317 462 273 462 c 0\n 180 462 123 384 123 258 c 0\n 123 211 130 174 144 141 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 184\nWidth: 556\nFlags: W\nHStem: -23 73<232 256> 0 21G<407 482> 504 20G<65 148 399 482> 720 20G<130 243>\nVStem: 65 83<120 524> 407 75<0 524>\nFore\n482 0 m 1\n 407 0 l 1\n 407 73 l 1\n 358 4 309 -23 232 -23 c 0\n 130 -23 65 33 65 120 c 2\n 65 524 l 1\n 148 524 l 1\n 148 153 l 2\n 148 90 190 50 256 50 c 0\n 343 50 399 120 399 227 c 2\n 399 524 l 1\n 482 524 l 1\n 482 0 l 1\n243 740 m 1\n 339 592 l 1\n 279 592 l 1\n 130 740 l 1\n 243 740 l 1\nEndSplineSet\nEndChar\nStartChar: uacute\nEncoding: 250 250 185\nWidth: 556\nFlags: W\nHStem: -23 73<232 256> 0 21G<407 482> 504 20G<65 148 399 482> 720 20G<296 409>\nVStem: 65 83<120 524> 407 75<0 524>\nFore\n482 0 m 1\n 407 0 l 1\n 407 73 l 1\n 358 4 309 -23 232 -23 c 0\n 130 -23 65 33 65 120 c 2\n 65 524 l 1\n 148 524 l 1\n 148 153 l 2\n 148 90 190 50 256 50 c 0\n 343 50 399 120 399 227 c 2\n 399 524 l 1\n 482 524 l 1\n 482 0 l 1\n296 740 m 1\n 409 740 l 1\n 260 592 l 1\n 200 592 l 1\n 296 740 l 1\nEndSplineSet\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 186\nWidth: 556\nFlags: W\nHStem: -23 73<232 256> 0 21G<407 482> 504 20G<65 148 399 482> 721 20G<227 322>\nVStem: 65 83<120 524> 407 75<0 524>\nFore\n482 0 m 1\n 407 0 l 1\n 407 73 l 1\n 358 4 309 -23 232 -23 c 0\n 130 -23 65 33 65 120 c 2\n 65 524 l 1\n 148 524 l 1\n 148 153 l 2\n 148 90 190 50 256 50 c 0\n 343 50 399 120 399 227 c 2\n 399 524 l 1\n 482 524 l 1\n 482 0 l 1\n227 741 m 1\n 322 741 l 1\n 418 591 l 1\n 355 591 l 1\n 274 687 l 1\n 195 591 l 1\n 131 591 l 1\n 227 741 l 1\nEndSplineSet\nEndChar\nStartChar: udieresis\nEncoding: 252 252 187\nWidth: 556\nFlags: W\nHStem: -23 73<232 256> 0 21G<407 482> 504 20G<65 148 399 482> 612 103<141 245 303 407>\nVStem: 65 83<120 524> 407 75<0 524>\nFore\n482 0 m 1\n 407 0 l 1\n 407 73 l 1\n 358 4 309 -23 232 -23 c 0\n 130 -23 65 33 65 120 c 2\n 65 524 l 1\n 148 524 l 1\n 148 153 l 2\n 148 90 190 50 256 50 c 0\n 343 50 399 120 399 227 c 2\n 399 524 l 1\n 482 524 l 1\n 482 0 l 1\n245 715 m 1\n 245 612 l 1\n 141 612 l 1\n 141 715 l 1\n 245 715 l 1\n407 715 m 1\n 407 612 l 1\n 303 612 l 1\n 303 715 l 1\n 407 715 l 1\nEndSplineSet\nEndChar\nStartChar: yacute\nEncoding: 253 253 188\nWidth: 500\nFlags: W\nHStem: -218 82<96 112> 504 20G<20 109 388 478> 720 20G<271 384>\nDStem: 20 524 109 524 197 -2 243 116 388 524 478 524 243 116 245 -110\nFore\n388 524 m 1\n 478 524 l 1\n 245 -110 l 1\n 229 -152 214 -174 188 -193 c 0\n 166 -209 137 -218 110 -218 c 0\n 88 -218 71 -214 54 -205 c 1\n 54 -130 l 1\n 72 -134 86 -136 98 -136 c 0\n 133 -136 152 -122 165 -85 c 1\n 197 -2 l 1\n 20 524 l 1\n 109 524 l 1\n 243 116 l 1\n 388 524 l 1\n271 740 m 1\n 384 740 l 1\n 235 592 l 1\n 175 592 l 1\n 271 740 l 1\nEndSplineSet\nEndChar\nStartChar: thorn\nEncoding: 254 254 189\nWidth: 555\nFlags: HMW\nHStem: -218 20 -23 78<264 328.5> 461 78<264.5 329>\nVStem: 54 83<-218 55 196.5 319.5 459 714> 435 87<195.5 317.5>\nFore\n54 -218 m 1\n 54 714 l 1\n 137 714 l 1\n 137 459 l 1\n 173 510 231 539 298 539 c 0\n 434 539 522 427 522 253 c 0\n 522 86 433 -23 298 -23 c 0\n 230 -23 181 1 137 55 c 1\n 137 -218 l 1\n 54 -218 l 1\n283 461 m 0\n 195 461 137 381 137 258 c 128\n 137 135 195 55 283 55 c 0\n 374 55 435 136 435 255 c 0\n 435 380 375 461 283 461 c 0\nEndSplineSet\nEndChar\nStartChar: ydieresis\nEncoding: 255 255 190\nWidth: 500\nFlags: W\nHStem: -218 82<96 112> 504 20G<20 109 388 478> 612 103<113 217 275 379>\nDStem: 20 524 109 524 197 -2 243 116 388 524 478 524 243 116 245 -110\nFore\n388 524 m 1\n 478 524 l 1\n 245 -110 l 1\n 229 -152 214 -174 188 -193 c 0\n 166 -209 137 -218 110 -218 c 0\n 88 -218 71 -214 54 -205 c 1\n 54 -130 l 1\n 72 -134 86 -136 98 -136 c 0\n 133 -136 152 -122 165 -85 c 1\n 197 -2 l 1\n 20 524 l 1\n 109 524 l 1\n 243 116 l 1\n 388 524 l 1\n217 715 m 1\n 217 612 l 1\n 113 612 l 1\n 113 715 l 1\n 217 715 l 1\n379 715 m 1\n 379 612 l 1\n 275 612 l 1\n 275 715 l 1\n 379 715 l 1\nEndSplineSet\nEndChar\nStartChar: Amacron\nEncoding: 256 256 191\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 549 653> 219 78<216 474> 709 20G<277 397> 830 70<198 472>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nFore\n474 219 m 1\n 193 219 l 1\n 116 0 l 1\n 17 0 l 1\n 277 729 l 1\n 397 729 l 1\n 653 0 l 1\n 549 0 l 1\n 474 219 l 1\n448 297 m 1\n 336 629 l 1\n 216 297 l 1\n 448 297 l 1\n472 900 m 1\n 472 830 l 1\n 198 830 l 1\n 198 900 l 1\n 472 900 l 1\nEndSplineSet\nEndChar\nStartChar: amacron\nEncoding: 257 257 192\nWidth: 556\nFlags: W\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 631 70<137 411>\nVStem: 42 87<120 138> 389 83<152 396>\nFore\n535 49 m 1\n 535 -14 l 1\n 508 -21 495 -23 478 -23 c 0\n 424 -23 398 1 392 54 c 1\n 333 0 280 -23 214 -23 c 0\n 108 -23 42 37 42 132 c 0\n 42 200 73 247 134 272 c 0\n 166 285 184 289 302 304 c 0\n 368 312 389 327 389 362 c 2\n 389 384 l 2\n 389 434 347 462 272 462 c 0\n 194 462 156 433 149 369 c 1\n 65 369 l 1\n 67 421 77 451 101 478 c 0\n 136 517 199 539 275 539 c 0\n 404 539 472 489 472 396 c 2\n 472 88 l 2\n 472 62 488 47 517 47 c 0\n 522 47 526 47 535 49 c 1\n389 165 m 2\n 389 259 l 1\n 361 246 343 242 255 230 c 0\n 166 217 129 189 129 134 c 0\n 129 81 167 50 232 50 c 0\n 281 50 322 66 356 97 c 0\n 381 120 389 137 389 165 c 2\n411 701 m 1\n 411 631 l 1\n 137 631 l 1\n 137 701 l 1\n 411 701 l 1\nEndSplineSet\nEndChar\nStartChar: Abreve\nEncoding: 258 258 193\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 549 653> 219 78<216 474> 709 20G<277 397> 796 69<320 354>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nFore\n474 219 m 1\n 193 219 l 1\n 116 0 l 1\n 17 0 l 1\n 277 729 l 1\n 397 729 l 1\n 653 0 l 1\n 549 0 l 1\n 474 219 l 1\n448 297 m 1\n 336 629 l 1\n 216 297 l 1\n 448 297 l 1\n185 931 m 1\n 244 931 l 1\n 249 887 279 865 336 865 c 0\n 390 865 423 889 427 931 c 1\n 486 931 l 1\n 479 842 427 796 334 796 c 0\n 278 796 233 816 206 853 c 0\n 191 873 186 892 185 931 c 1\nEndSplineSet\nEndChar\nStartChar: abreve\nEncoding: 259 259 194\nWidth: 556\nFlags: W\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 597 69<256 283> 712 20G<125 184 367 426>\nVStem: 42 87<120 138> 389 83<152 396>\nFore\n535 49 m 1\n 535 -14 l 1\n 508 -21 495 -23 478 -23 c 0\n 424 -23 398 1 392 54 c 1\n 333 0 280 -23 214 -23 c 0\n 108 -23 42 37 42 132 c 0\n 42 200 73 247 134 272 c 0\n 166 285 184 289 302 304 c 0\n 368 312 389 327 389 362 c 2\n 389 384 l 2\n 389 434 347 462 272 462 c 0\n 194 462 156 433 149 369 c 1\n 65 369 l 1\n 67 421 77 451 101 478 c 0\n 136 517 199 539 275 539 c 0\n 404 539 472 489 472 396 c 2\n 472 88 l 2\n 472 62 488 47 517 47 c 0\n 522 47 526 47 535 49 c 1\n389 165 m 2\n 389 259 l 1\n 361 246 343 242 255 230 c 0\n 166 217 129 189 129 134 c 0\n 129 81 167 50 232 50 c 0\n 281 50 322 66 356 97 c 0\n 381 120 389 137 389 165 c 2\n125 732 m 1\n 184 732 l 1\n 189 688 219 666 276 666 c 0\n 330 666 363 690 367 732 c 1\n 426 732 l 1\n 419 643 367 597 274 597 c 0\n 218 597 173 617 146 654 c 0\n 132 674 126 693 125 732 c 1\nEndSplineSet\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 195\nWidth: 667\nFlags: HMW\nHStem: -205 45<605.5 625.5> 219 78<216 448> 709 20<277 397 397 397>\nVStem: 484 73<-123 -87>\nFore\n474 219 m 1\n 193 219 l 1\n 116 0 l 1\n 17 0 l 1\n 277 729 l 1\n 397 729 l 1\n 653 0 l 1\n 588 -31 557 -64 557 -105 c 0\n 557 -141 582 -160 629 -160 c 0\n 653 -160 674 -157 692 -150 c 1\n 692 -195 l 1\n 668 -200 635 -205 616 -205 c 0\n 594 -205 569 -200 547 -192 c 0\n 505 -176 484 -150 484 -111 c 0\n 484 -63 514 -31 585 0 c 1\n 549 0 l 1\n 474 219 l 1\n448 297 m 1\n 336 629 l 1\n 216 297 l 1\n 448 297 l 1\nEndSplineSet\nEndChar\nStartChar: aogonek\nEncoding: 261 261 196\nWidth: 556\nFlags: W\nHStem: -205 45<516 540> -23 73<213 236> 462 77<250 284>\nVStem: 43 86<130 148> 389 84<149.532 259 354 398>\nFore\n536 49 m 1\n 536 -14 l 1\n 488 -33 460 -66 460 -105 c 0\n 460 -141 485 -160 532 -160 c 0\n 557 -160 578 -157 596 -150 c 1\n 596 -195 l 1\n 571 -201 541 -205 525 -205 c 0\n 505 -205 474 -199 451 -192 c 0\n 411 -179 388 -150 388 -112 c 128\n 388 -74 406 -50 456 -23 c 1\n 418 -16 397 10 393 54 c 1\n 337 1 281 -23 215 -23 c 0\n 109 -23 43 37 43 132 c 0\n 43 200 74 246 136 272 c 0\n 167 285 185 289 304 304 c 0\n 369 312 390 326 390 362 c 2\n 390 384 l 2\n 390 435 349 462 273 462 c 0\n 195 462 157 433 151 369 c 1\n 67 369 l 1\n 69 421 79 451 102 478 c 1\n 138 517 200 539 276 539 c 0\n 405 539 473 489 473 396 c 2\n 473 88 l 2\n 473 62 489 47 518 47 c 0\n 523 47 527 47 536 49 c 1\n389 165 m 2\n 389 259 l 1\n 361 246 343 242 255 230 c 0\n 166 217 129 189 129 134 c 0\n 129 81 167 50 232 50 c 0\n 281 50 322 66 356 97 c 0\n 381 120 389 137 389 165 c 2\nEndSplineSet\nEndChar\nStartChar: Cacute\nEncoding: 262 262 197\nWidth: 722\nFlags: HMW\nHStem: -23 82<329.5 417> 659 82<332 399.5>\nVStem: 48 93<296 415>\nFore\n662 503 m 1\n 567 503 l 1\n 556 557 541 588 514 613 c 0\n 484 641 429 659 370 659 c 0\n 229 659 141 544 141 357 c 0\n 141 175 233 59 378 59 c 0\n 456 59 518 93 548 153 c 0\n 563 182 573 216 581 266 c 1\n 677 266 l 1\n 655 73 555 -23 377 -23 c 0\n 282 -23 210 4 154 62 c 0\n 85 133 48 236 48 356 c 0\n 48 474 84 578 150 650 c 0\n 204 710 283 741 381 741 c 0\n 541 741 633 663 662 503 c 1\n406 939 m 1\n 519 939 l 1\n 370 791 l 1\n 310 791 l 1\n 406 939 l 1\nEndSplineSet\nEndChar\nStartChar: cacute\nEncoding: 263 263 198\nWidth: 500\nFlags: W\nHStem: -23 77<254 272> 462 77<254 272> 720 20G<298 411>\nVStem: 31 87<253 282>\nFore\n471 348 m 1\n 387 348 l 1\n 377 421 333 462 263 462 c 0\n 172 462 118 384 118 253 c 0\n 118 129 173 54 265 54 c 0\n 336 54 379 96 393 180 c 1\n 477 180 l 1\n 467 52 388 -23 263 -23 c 0\n 121 -23 31 84 31 253 c 0\n 31 427 123 539 264 539 c 0\n 337 539 400 510 436 461 c 0\n 456 432 467 399 471 348 c 1\n298 740 m 1\n 411 740 l 1\n 262 592 l 1\n 202 592 l 1\n 298 740 l 1\nEndSplineSet\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 199\nWidth: 722\nHStem: -23 82<329.5 417> 659 82<332 399.5> 899 20<260 355 355 355>\nVStem: 48 93<296 415>\nRef: 710 710 N 1 0 0 1 144 178\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 200\nWidth: 500\nHStem: -23 77<219 300.5> 462 77<217.5 298> 694 20<247 342 342 342>\nVStem: 31 87<191 318.5>\nRef: 710 710 N 1 0 0 1 131 -27\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 201\nWidth: 722\nHStem: -23 82<329.5 417> 659 82<332 399.5> 769 104<333 437>\nVStem: 48 93<296 415> 333 104<769 873>\nRef: 729 729 S 1 0 0 1 218 157\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 202\nWidth: 500\nHStem: -23 77<219 300.5> 462 77<217.5 298> 564 104<207 311>\nVStem: 31 87<191 318.5> 207 104<564 668>\nRef: 729 729 S 1 0 0 1 92 -48\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 203\nWidth: 722\nFlags: W\nHStem: -23 82<367 401> 659 82<351 385>\nVStem: 48 93<328 378>\nFore\n662 503 m 1\n 567 503 l 1\n 556 557 541 588 514 613 c 0\n 484 641 429 659 370 659 c 0\n 229 659 141 544 141 357 c 0\n 141 175 233 59 378 59 c 0\n 456 59 518 93 548 153 c 0\n 563 182 573 216 581 266 c 1\n 677 266 l 1\n 655 73 555 -23 377 -23 c 0\n 282 -23 210 4 154 62 c 0\n 85 133 48 236 48 356 c 0\n 48 474 84 578 150 650 c 0\n 204 710 283 741 381 741 c 0\n 541 741 633 663 662 503 c 1\n428 790 m 1\n 333 790 l 1\n 237 940 l 1\n 300 940 l 1\n 381 844 l 1\n 460 940 l 1\n 524 940 l 1\n 428 790 l 1\nEndSplineSet\nKernsSLIF: 75 -10 0 0 72 -12 0 0 79 -8 0 0 65 -32 0 0\nEndChar\nStartChar: ccaron\nEncoding: 269 269 204\nWidth: 500\nFlags: W\nHStem: -23 77<254 272> 462 77<254 272> 721 20G<122 185 345 409>\nVStem: 31 87<253 282>\nFore\n471 348 m 1\n 387 348 l 1\n 377 421 333 462 263 462 c 0\n 172 462 118 384 118 253 c 0\n 118 129 173 54 265 54 c 0\n 336 54 379 96 393 180 c 1\n 477 180 l 1\n 467 52 388 -23 263 -23 c 0\n 121 -23 31 84 31 253 c 0\n 31 427 123 539 264 539 c 0\n 337 539 400 510 436 461 c 0\n 456 432 467 399 471 348 c 1\n313 591 m 1\n 218 591 l 1\n 122 741 l 1\n 185 741 l 1\n 266 645 l 1\n 345 741 l 1\n 409 741 l 1\n 313 591 l 1\nEndSplineSet\nKernsSLIF: 107 7 0 0 104 1 0 0\nEndChar\nStartChar: Dcaron\nEncoding: 270 270 205\nWidth: 722\nFlags: HMW\nHStem: 0 82<182 354 354 370> 647 82<182 354 182 182>\nVStem: 89 93<82 647> 574 93<272 457>\nFore\n89 0 m 1\n 89 729 l 1\n 370 729 l 2\n 555 729 667 591 667 365 c 0\n 667 138 554 0 370 0 c 2\n 89 0 l 1\n182 82 m 1\n 354 82 l 2\n 498 82 574 180 574 364 c 0\n 574 550 498 647 354 647 c 2\n 182 647 l 1\n 182 82 l 1\n386 790 m 1\n 291 790 l 1\n 195 940 l 1\n 258 940 l 1\n 339 844 l 1\n 418 940 l 1\n 482 940 l 1\n 386 790 l 1\nEndSplineSet\nEndChar\nStartChar: dcaron\nEncoding: 271 271 206\nWidth: 635\nFlags: W\nHStem: -23 78<249 268> 0 21G<421 495> 461 78<249 269> 505 38<548 558> 709 20G<412 495 548 648>\nVStem: 26 87<232 282> 421 74<0 729> 548 100<628 729>\nFore\n495 729 m 1\n 495 0 l 1\n 421 0 l 1\n 421 69 l 1\n 376 4 326 -23 254 -23 c 0\n 113 -23 26 86 26 263 c 0\n 26 430 115 539 251 539 c 0\n 321 539 377 511 412 458 c 1\n 412 729 l 1\n 495 729 l 1\n265 461 m 0\n 174 461 113 380 113 258 c 128\n 113 136 174 55 266 55 c 0\n 354 55 412 135 412 256 c 0\n 412 381 355 461 265 461 c 0\n548 729 m 1\n 648 729 l 1\n 648 626 l 2\n 648 556 610 505 556 505 c 2\n 548 505 l 1\n 548 543 l 1\n 586 543 605 574 603 629 c 1\n 548 629 l 1\n 548 729 l 1\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 207\nWidth: 722\nFlags: HMW\nHStem: 0 82<182 355 355 371> 339 67<20 89 182 353> 647 82<182 355 182 182>\nVStem: 89 93<82 339 406 647> 574 93<272 457.5>\nFore\n89 339 m 1\n 20 339 l 1\n 20 406 l 1\n 89 406 l 1\n 89 729 l 1\n 371 729 l 2\n 555 729 667 591 667 365 c 0\n 667 138 555 0 371 0 c 2\n 89 0 l 1\n 89 339 l 1\n182 339 m 1\n 182 82 l 1\n 355 82 l 2\n 498 82 574 179 574 365 c 0\n 574 550 498 647 355 647 c 2\n 182 647 l 1\n 182 406 l 1\n 353 406 l 1\n 353 339 l 1\n 182 339 l 1\nEndSplineSet\nEndChar\nStartChar: dcroat\nEncoding: 273 273 208\nWidth: 556\nFlags: HMW\nHStem: -23 82<219.5 285.5> 457 82<219.5 284> 600 53<261 411 494 557> 709 20<411 494 494 494>\nVStem: 26 87<198.5 317.5> 411 83<196.5 317.5 461 600 653 729>\nFore\n494 653 m 1\n 557 653 l 1\n 557 600 l 1\n 494 600 l 1\n 494 0 l 1\n 420 0 l 1\n 420 59 l 1\n 372 3 319 -23 252 -23 c 0\n 116 -23 26 91 26 264 c 0\n 26 430 115 539 250 539 c 0\n 318 539 367 515 411 461 c 1\n 411 600 l 1\n 261 600 l 1\n 261 653 l 1\n 411 653 l 1\n 411 729 l 1\n 494 729 l 1\n 494 653 l 1\n265 457 m 0\n 174 457 113 377 113 258 c 128\n 113 139 174 59 265 59 c 0\n 353 59 411 137 411 256 c 0\n 411 379 354 457 265 457 c 0\nEndSplineSet\nEndChar\nStartChar: Emacron\nEncoding: 274 274 209\nWidth: 667\nFlags: W\nHStem: 0 82<183 613> 332 82<183 580> 647 82<90 595> 830 70<208 482>\nVStem: 90 93<0 332 0 647>\nFore\n183 332 m 1\n 183 82 l 1\n 613 82 l 1\n 613 0 l 1\n 90 0 l 1\n 90 729 l 1\n 595 729 l 1\n 595 647 l 1\n 183 647 l 1\n 183 414 l 1\n 580 414 l 1\n 580 332 l 1\n 183 332 l 1\n482 900 m 1\n 482 830 l 1\n 208 830 l 1\n 208 900 l 1\n 482 900 l 1\nEndSplineSet\nEndChar\nStartChar: emacron\nEncoding: 275 275 210\nWidth: 556\nFlags: W\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 631 70<148 422>\nVStem: 40 87<232 255> 424 89<234 308>\nFore\n513 234 m 1\n 127 234 l 1\n 128 182 135 152 155 122 c 0\n 183 78 228 54 281 54 c 0\n 348 54 395 90 418 159 c 1\n 502 159 l 1\n 481 45 398 -23 278 -23 c 0\n 131 -23 40 83 40 255 c 128\n 40 427 134 539 280 539 c 0\n 378 539 458 487 492 401 c 0\n 507 362 513 314 513 234 c 1\n129 302 m 1\n 423 302 l 1\n 424 304 424 306 424 308 c 0\n 424 394 361 462 279 462 c 0\n 195 462 136 399 129 302 c 1\n422 701 m 1\n 422 631 l 1\n 148 631 l 1\n 148 701 l 1\n 422 701 l 1\nEndSplineSet\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 211\nWidth: 667\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183> 769 69<314.5 370> 884 20<192 251 251 251 434 493 493 493>\nVStem: 90 93<82 332 414 647>\nRef: 728 728 N 1 0 0 1 177 172\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: ebreve\nEncoding: 277 277 212\nWidth: 556\nHStem: -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320> 564 69<251.5 307> 679 20<129 188 188 188 371 430 430 430>\nRef: 728 728 S 1 0 0 1 114 -33\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 213\nWidth: 667\nFlags: W\nHStem: 0 82<183 613> 332 82<183 580> 647 82<90 595> 811 104<293 397>\nVStem: 90 93<0 332 0 647> 293 104<811 915>\nFore\n183 332 m 1\n 183 82 l 1\n 613 82 l 1\n 613 0 l 1\n 90 0 l 1\n 90 729 l 1\n 595 729 l 1\n 595 647 l 1\n 183 647 l 1\n 183 414 l 1\n 580 414 l 1\n 580 332 l 1\n 183 332 l 1\n397 915 m 1\n 397 811 l 1\n 293 811 l 1\n 293 915 l 1\n 397 915 l 1\nEndSplineSet\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 214\nWidth: 556\nFlags: W\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 612 104<233 337>\nVStem: 40 87<232 255> 233 104<612 716> 424 89<234 308>\nFore\n513 234 m 1\n 127 234 l 1\n 128 182 135 152 155 122 c 0\n 183 78 228 54 281 54 c 0\n 348 54 395 90 418 159 c 1\n 502 159 l 1\n 481 45 398 -23 278 -23 c 0\n 131 -23 40 83 40 255 c 128\n 40 427 134 539 280 539 c 0\n 378 539 458 487 492 401 c 0\n 507 362 513 314 513 234 c 1\n129 302 m 1\n 423 302 l 1\n 424 304 424 306 424 308 c 0\n 424 394 361 462 279 462 c 0\n 195 462 136 399 129 302 c 1\n337 716 m 1\n 337 612 l 1\n 233 612 l 1\n 233 716 l 1\n 337 716 l 1\nEndSplineSet\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 215\nWidth: 667\nFlags: HMW\nHStem: -205 45<566 586> 0 82<183 545> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647> 444 73<-123.5 -87>\nFore\n183 332 m 1\n 183 82 l 1\n 613 82 l 1\n 613 0 l 1\n 549 -30 517 -65 517 -106 c 0\n 517 -141 542 -160 589 -160 c 0\n 613 -160 634 -157 652 -150 c 1\n 652 -195 l 1\n 629 -200 595 -205 577 -205 c 0\n 555 -205 530 -200 507 -192 c 0\n 465 -176 444 -150 444 -111 c 0\n 444 -63 474 -30 545 0 c 1\n 90 0 l 1\n 90 729 l 1\n 595 729 l 1\n 595 647 l 1\n 183 647 l 1\n 183 414 l 1\n 580 414 l 1\n 580 332 l 1\n 183 332 l 1\nEndSplineSet\nEndChar\nStartChar: eogonek\nEncoding: 281 281 216\nWidth: 556\nFlags: HMW\nHStem: -204 44<400.5 429> -23 77<255 290.5> 234 68<130 424> 462 77<237 320>\nVStem: 279 72<-125 -104.5>\nFore\n513 234 m 1\n 127 234 l 1\n 128 182 136 152 155 122 c 0\n 184 78 229 54 281 54 c 0\n 348 54 395 90 419 159 c 1\n 503 159 l 1\n 493 104 468 61 422 15 c 0\n 368 -41 351 -71 351 -109 c 0\n 351 -141 378 -160 423 -160 c 0\n 448 -160 469 -157 487 -150 c 1\n 487 -195 l 1\n 460 -201 440 -204 418 -204 c 0\n 334 -204 279 -169 279 -116 c 0\n 279 -93 290 -67 307 -48 c 0\n 314 -41 321 -35 347 -15 c 1\n 317 -21 302 -23 279 -23 c 0\n 130 -23 40 81 40 254 c 128\n 40 427 134 539 280 539 c 0\n 378 539 459 487 492 401 c 0\n 507 363 514 314 513 234 c 1\n424 302 m 1\n 424 308 l 2\n 424 394 361 462 279 462 c 0\n 195 462 136 399 130 302 c 1\n 424 302 l 1\nEndSplineSet\nEndChar\nStartChar: Ecaron\nEncoding: 282 282 217\nWidth: 667\nFlags: HMW\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647>\nFore\n183 332 m 1\n 183 82 l 1\n 613 82 l 1\n 613 0 l 1\n 90 0 l 1\n 90 729 l 1\n 595 729 l 1\n 595 647 l 1\n 183 647 l 1\n 183 414 l 1\n 580 414 l 1\n 580 332 l 1\n 183 332 l 1\n392 790 m 1\n 297 790 l 1\n 201 940 l 1\n 264 940 l 1\n 345 844 l 1\n 424 940 l 1\n 488 940 l 1\n 392 790 l 1\nEndSplineSet\nEndChar\nStartChar: ecaron\nEncoding: 283 283 218\nWidth: 556\nFlags: W\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 721 20G<143 206 366 430>\nVStem: 40 87<232 255> 424 89<234 308>\nFore\n513 234 m 1\n 127 234 l 1\n 128 182 135 152 155 122 c 0\n 183 78 228 54 281 54 c 0\n 348 54 395 90 418 159 c 1\n 502 159 l 1\n 481 45 398 -23 278 -23 c 0\n 131 -23 40 83 40 255 c 128\n 40 427 134 539 280 539 c 0\n 378 539 458 487 492 401 c 0\n 507 362 513 314 513 234 c 1\n129 302 m 1\n 423 302 l 1\n 424 304 424 306 424 308 c 0\n 424 394 361 462 279 462 c 0\n 195 462 136 399 129 302 c 1\n334 591 m 1\n 239 591 l 1\n 143 741 l 1\n 206 741 l 1\n 287 645 l 1\n 366 741 l 1\n 430 741 l 1\n 334 591 l 1\nEndSplineSet\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 219\nWidth: 778\nHStem: -23 82<361 427.5> 303 82<405 627> 659 82<349.5 448.5> 902.06 17.2<356 451 451 451>\nVStem: 44 93<317 422.5> 627 82<93 93 283 303 303 303>\nRef: 710 710 S 1 0 0 0.86 240 282\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 220\nWidth: 556\nHStem: -218 70<239 283.5> -23 77<217.5 278> 462 77<216.5 285.5> 694 20<204 299 299 299>\nVStem: 29 87<210 321> 412 77<448 524>\nRef: 710 710 S 1 0 0 1 88 -27\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 221\nWidth: 778\nFlags: W\nHStem: -23 82<376 405> -4 21G<650 709> 303 82<405 627> 659 82<376 413> 796 69<391 413>\nVStem: 44 93<344 387> 627 82<264 385>\nFore\n709 385 m 1\n 709 -4 l 1\n 650 -4 l 1\n 627 93 l 1\n 556 14 477 -23 378 -23 c 0\n 181 -23 44 133 44 357 c 0\n 44 488 92 601 176 671 c 0\n 233 718 305 741 394 741 c 0\n 561 741 673 656 699 508 c 1\n 604 508 l 1\n 584 602 504 659 393 659 c 0\n 239 659 137 541 137 362 c 0\n 137 272 166 185 214 133 c 0\n 257 86 324 59 398 59 c 0\n 531 59 627 153 627 283 c 2\n 627 303 l 1\n 405 303 l 1\n 405 385 l 1\n 709 385 l 1\n249 931 m 1\n 308 931 l 1\n 313 887 343 865 400 865 c 0\n 454 865 487 889 491 931 c 1\n 550 931 l 1\n 543 842 491 796 398 796 c 0\n 342 796 297 816 270 853 c 0\n 255 873 250 892 249 931 c 1\nEndSplineSet\nEndChar\nStartChar: gbreve\nEncoding: 287 287 222\nWidth: 556\nFlags: W\nHStem: -218 70<243 270> -23 77<244 264> 462 77<243 270> 504 20G<412 489> 597 69<263 302> 712 20G<132 191 374 433>\nVStem: 29 87<229 279> 404 85<37 86 229 524>\nFore\n412 524 m 1\n 489 524 l 1\n 489 86 l 2\n 489 -37 474 -103 434 -151 c 0\n 400 -193 333 -218 255 -218 c 0\n 132 -218 55 -159 46 -60 c 1\n 131 -60 l 1\n 136 -91 144 -105 163 -120 c 0\n 186 -138 220 -148 258 -148 c 0\n 309 -148 352 -130 374 -99 c 0\n 395 -70 404 -27 404 44 c 2\n 404 71 l 1\n 357 5 311 -23 245 -23 c 0\n 190 -23 134 3 95 47 c 0\n 52 97 29 167 29 253 c 0\n 29 423 119 539 252 539 c 0\n 319 539 370 510 412 448 c 1\n 412 524 l 1\n261 462 m 0\n 172 462 116 384 116 258 c 0\n 116 131 171 54 262 54 c 0\n 350 54 404 130 404 255 c 0\n 404 386 351 462 261 462 c 0\n132 732 m 1\n 191 732 l 1\n 196 688 226 666 283 666 c 0\n 337 666 370 690 374 732 c 1\n 433 732 l 1\n 426 643 374 597 281 597 c 0\n 225 597 180 617 153 654 c 0\n 139 674 133 693 132 732 c 1\nEndSplineSet\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 223\nWidth: 778\nHStem: -23 82<361 427.5> 303 82<405 627> 659 82<349.5 448.5> 769 104<344 448>\nVStem: 44 93<317 422.5> 344 104<769 873> 627 82<93 93 283 303 303 303>\nRef: 729 729 S 1 0 0 1 229 157\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 224\nWidth: 556\nHStem: -218 70<239 283.5> -23 77<217.5 278> 462 77<216.5 285.5> 564 104<203 307>\nVStem: 29 87<210 321> 203 104<564 668> 412 77<448 524>\nRef: 729 729 S 1 0 0 1 88 -48\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 225\nWidth: 778\nFlags: W\nHStem: -284 38<337 348.254 337 399> -23 82<376 405> -4 21G<650 709> 303 82<405 627> 659 82<376 413>\nVStem: 44 93<339 389> 337 100<-161 -60> 627 82<275 385>\nFore\n709 385 m 1\n 709 -4 l 1\n 650 -4 l 1\n 627 93 l 1\n 556 14 477 -23 378 -23 c 0\n 181 -23 44 133 44 357 c 0\n 44 488 92 601 176 671 c 0\n 233 718 305 741 394 741 c 0\n 561 741 673 656 699 508 c 1\n 604 508 l 1\n 584 602 504 659 393 659 c 0\n 239 659 137 541 137 362 c 0\n 137 272 166 185 214 133 c 0\n 257 86 324 59 398 59 c 0\n 531 59 627 153 627 283 c 2\n 627 303 l 1\n 405 303 l 1\n 405 385 l 1\n 709 385 l 1\n337 -60 m 1\n 437 -60 l 1\n 437 -163 l 2\n 437 -238 399 -285 337 -284 c 1\n 337 -246 l 1\n 375 -246 394 -215 392 -160 c 1\n 337 -160 l 1\n 337 -60 l 1\nEndSplineSet\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 226\nWidth: 556\nFlags: W\nHStem: -218 70<243 279> -23 77<244 264> 462 77<243 270> 504 20G<412 489> 692 21G<277 332>\nVStem: 29 87<229 279> 232 100<592 692> 404 85<37 86 229 524>\nFore\n412 524 m 1\n 489 524 l 1\n 489 86 l 2\n 489 -37 474 -103 434 -151 c 0\n 400 -193 333 -218 255 -218 c 0\n 132 -218 55 -159 46 -60 c 1\n 131 -60 l 1\n 136 -91 144 -105 163 -120 c 0\n 186 -138 220 -148 258 -148 c 0\n 309 -148 352 -130 374 -99 c 0\n 395 -70 404 -27 404 44 c 2\n 404 71 l 1\n 357 5 311 -23 245 -23 c 0\n 190 -23 134 3 95 47 c 0\n 52 97 29 167 29 253 c 0\n 29 423 119 539 252 539 c 0\n 319 539 370 510 412 448 c 1\n 412 524 l 1\n261 462 m 0\n 172 462 116 384 116 258 c 0\n 116 131 171 54 262 54 c 0\n 350 54 404 130 404 255 c 0\n 404 386 351 462 261 462 c 0\n332 592 m 1\n 232 592 l 1\n 232 695 l 2\n 232 770 270 817 332 816 c 1\n 332 778 l 1\n 330 777 l 2\n 293 776 275 747 277 692 c 1\n 332 692 l 1\n 332 592 l 1\nEndSplineSet\nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 227\nWidth: 722\nHStem: 332 82<176 551> 709 20<83 176 551 644> 899 20<316 411 411 411>\nVStem: 83 94<0 332 0 729> 551 93<0 729>\nRef: 710 710 N 1 0 0 1 200 178\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 228\nWidth: 556\nHStem: 0 20 466 73<284 308.5> 709 20<70 153 153 153> 899 20<64 159 159 159>\nVStem: 70 83<0 289 452 729> 403 83<0 363 363 381.5>\nRef: 710 710 N 1 0 0 1 -52 178\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: Hbar\nEncoding: 294 294 229\nWidth: 722\nFlags: W\nHStem: 332 82<176 551> 506 70<39 83 176 551 644 688> 709 20G<83 176 551 644>\nVStem: 83 94<0 332 0 504 576 729> 551 93<0 506 576 729>\nFore\n176 504 m 1\n 176 414 l 1\n 551 414 l 1\n 551 504 l 1\n 176 504 l 1\n83 576 m 1\n 83 729 l 1\n 176 729 l 1\n 176 576 l 1\n 551 576 l 1\n 551 729 l 1\n 644 729 l 1\n 644 576 l 1\n 688 576 l 1\n 688 506 l 1\n 644 506 l 1\n 644 0 l 1\n 551 0 l 1\n 551 332 l 1\n 177 332 l 1\n 177 0 l 1\n 83 0 l 1\n 83 506 l 1\n 39 506 l 1\n 39 576 l 1\n 83 576 l 1\nEndSplineSet\nEndChar\nStartChar: hbar\nEncoding: 295 295 230\nWidth: 556\nFlags: W\nHStem: 0 21G<70 153 403 486> 466 73<295 321> 600 53<7 70 153 303> 709 20G<70 153>\nVStem: 70 83<0 305 0 600 653 729> 403 83<0 396>\nFore\n153 653 m 1\n 303 653 l 1\n 303 600 l 1\n 153 600 l 1\n 153 452 l 1\n 202 516 247 539 321 539 c 0\n 423 539 486 484 486 396 c 2\n 486 0 l 1\n 403 0 l 1\n 403 363 l 2\n 403 400 393 425 369 442 c 0\n 349 457 322 466 295 466 c 0\n 209 466 153 396 153 289 c 2\n 153 0 l 1\n 70 0 l 1\n 70 600 l 1\n 7 600 l 1\n 7 653 l 1\n 70 653 l 1\n 70 729 l 1\n 153 729 l 1\n 153 653 l 1\nEndSplineSet\nEndChar\nStartChar: Itilde\nEncoding: 296 296 231\nWidth: 278\nHStem: 0 20 709 20<100 194 194 194>\nVStem: 100 94<0 729>\nRef: 732 732 N 1 0 0 1 -15 156\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: itilde\nEncoding: 297 297 232\nWidth: 278\nHStem: 0 20 504 20<94 178 178 178>\nVStem: 94 84<0 524>\nRef: 732 732 N 1 0 0 1 -26 -49\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Imacron\nEncoding: 298 298 233\nWidth: 278\nFlags: W\nHStem: 0 21G<100 194> 709 20G<100 194> 830 70<20 274>\nVStem: 100 94<0 729>\nFore\n194 729 m 1\n 194 0 l 1\n 100 0 l 1\n 100 729 l 1\n 194 729 l 1\n274 900 m 1\n 274 830 l 1\n 20 830 l 1\n 20 900 l 1\n 274 900 l 1\nEndSplineSet\nEndChar\nStartChar: imacron\nEncoding: 299 299 234\nWidth: 222\nFlags: W\nHStem: 0 21G<66 149> 504 20G<66 149> 631 70<-16 231>\nVStem: 66 83<0 524>\nFore\n149 524 m 1\n 149 0 l 1\n 66 0 l 1\n 66 524 l 1\n 149 524 l 1\n231 701 m 1\n 231 631 l 1\n -16 631 l 1\n -16 701 l 1\n 231 701 l 1\nEndSplineSet\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 235\nWidth: 278\nHStem: 0 20 709 20<100 194 194 194> 769 69<119.5 175> 884 20<-3 56 56 56 239 298 298 298>\nVStem: 100 94<0 729>\nRef: 728 728 N 1 0 0 1 -18 172\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: ibreve\nEncoding: 301 301 236\nWidth: 278\nHStem: 0 20 504 20<94 178 178 178> 564 69<107.5 163> 679 20<-15 44 44 44 227 286 286 286>\nVStem: 94 84<0 524>\nRef: 728 728 N 1 0 0 1 -30 -33\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 237\nWidth: 278\nFlags: HMW\nHStem: -204 45<173.5 184> 709 20<100 194 194 194>\nVStem: 66 72<-122.5 -94>\nFore\n194 729 m 1\n 194 0 l 1\n 158 -33 138 -71 138 -107 c 0\n 138 -138 158 -159 189 -159 c 0\n 203 -159 216 -156 234 -150 c 1\n 234 -195 l 1\n 216 -200 193 -204 175 -204 c 0\n 110 -204 66 -169 66 -116 c 0\n 66 -72 86 -41 143 0 c 1\n 100 0 l 1\n 100 729 l 1\n 194 729 l 1\nEndSplineSet\nEndChar\nStartChar: iogonek\nEncoding: 303 303 238\nWidth: 222\nFlags: W\nHStem: -204 45<132 149> -20 20G<67 99> 504 20G<67 150> 709 20G<66 150>\nVStem: 67 83<-1 524 624 729>\nFore\n150 524 m 1\n 150 0 l 1\n 120 -27 97 -71 97 -103 c 0\n 97 -136 117 -159 147 -159 c 0\n 160 -159 172 -156 190 -150 c 1\n 190 -195 l 1\n 173 -200 149 -204 132 -204 c 0\n 69 -204 25 -168 25 -116 c 0\n 25 -74 43 -45 99 0 c 1\n 67 0 l 1\n 67 524 l 1\n 150 524 l 1\n150 729 m 1\n 150 624 l 1\n 66 624 l 1\n 66 729 l 1\n 150 729 l 1\nEndSplineSet\nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 239\nWidth: 278\nFlags: W\nHStem: 0 21G<101 195> 709 20G<101 195> 811 104<96 200>\nVStem: 101 94<0 729>\nFore\n195 729 m 1\n 195 0 l 1\n 101 0 l 1\n 101 729 l 1\n 195 729 l 1\n200 915 m 1\n 200 811 l 1\n 96 811 l 1\n 96 915 l 1\n 200 915 l 1\nEndSplineSet\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 240\nWidth: 278\nFlags: HMW\nHStem: 0 20 504 20<94 178 178 178>\nVStem: 94 84<0 524>\nFore\n178 524 m 1\n 178 0 l 1\n 94 0 l 1\n 94 524 l 1\n 178 524 l 1\nEndSplineSet\nEndChar\nStartChar: IJ\nEncoding: 306 306 241\nWidth: 700\nFlags: W\nHStem: -23 78<386 439.5> 0 20 709 20<100 194 194 194 533 626 626 626>\nVStem: 100 94<0 729> 217 95<170 187 187 234> 533 93<216 729>\nRef: 74 74 S 1 0 0 1 200 0\nRef: 73 73 N 1 0 0 1 0 0\nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 242\nWidth: 374\nFlags: W\nHStem: -218 73<155.5 179.5> 0 21<67 150> 504 20<67 150> 624 105<222 305> 709 20<66 150>\nVStem: 67 83<0 524 624 729> 222 83<-76 524 624 729>\nRef: 106 106 S 1 0 0 1 152 0\nRef: 105 105 N 1 0 0 1 0 0\nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 243\nWidth: 500\nHStem: -23 78<186 239.5> 709 20<333 426 426 426> 899 20<332 427 427 427>\nVStem: 17 95<170 187 187 234> 333 93<216 729>\nRef: 710 710 N 1 0 0 1 216 178\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 244\nWidth: 222\nHStem: -218 73<-1 17> 504 20G<70 153>\nVStem: 70 83<-91 524>\nFore\n70 524 m 1\n 153 524 l 1\n 153 -109 l 2\n 153 -180 104 -218 10 -218 c 0\n -3 -218 -8 -217 -18 -215 c 1\n -18 -144 l 1\n -1 -145 -1 -145 2 -145 c 0\n 53 -145 70 -128 70 -76 c 2\n 70 524 l 1\n64 785 m 1\n 159 785 l 1\n 255 635 l 1\n 192 635 l 1\n 111 731 l 1\n 32 635 l 1\n -32 635 l 1\n 64 785 l 1\nEndSplineSet\nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 245\nWidth: 667\nFlags: W\nHStem: -284 38<299 310.254 299 361> 0 21G<79 172 548 658> 709 20G<79 172 535 655>\nVStem: 79 93<0 255 0 729> 299 100<-161 -60>\nDStem: 291 374 358 432 548 0 658 0 535 729 655 729 172 360 358 432 535 729 291 374 172 360 172 255\nFore\n172 255 m 1\n 172 0 l 1\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 360 l 1\n 535 729 l 1\n 655 729 l 1\n 358 432 l 1\n 658 0 l 1\n 548 0 l 1\n 291 374 l 1\n 172 255 l 1\n299 -60 m 1\n 399 -60 l 1\n 399 -163 l 2\n 399 -238 361 -285 299 -284 c 1\n 299 -246 l 1\n 337 -246 356 -215 354 -160 c 1\n 299 -160 l 1\n 299 -60 l 1\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 246\nWidth: 500\nFlags: W\nHStem: -284 38<217 228.254 217 279> 0 21G<58 141 399 502> 504 20G<363 470> 709 20G<58 141>\nVStem: 58 83<0 204 0 729> 217 100<-161 -60>\nDStem: 222 284 288 343 399 0 502 0 363 524 470 524 141 302 288 343\nFore\n141 729 m 1\n 141 302 l 1\n 363 524 l 1\n 470 524 l 1\n 288 343 l 1\n 502 0 l 1\n 399 0 l 1\n 222 284 l 1\n 141 204 l 1\n 141 0 l 1\n 58 0 l 1\n 58 729 l 1\n 141 729 l 1\n217 -60 m 1\n 317 -60 l 1\n 317 -163 l 2\n 317 -238 279 -285 217 -284 c 1\n 217 -246 l 1\n 255 -246 274 -215 272 -160 c 1\n 217 -160 l 1\n 217 -60 l 1\nEndSplineSet\nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 247\nWidth: 500\nFlags: W\nHStem: 0 21G<58 141 399 502> 504 20G<58 141 363 470>\nVStem: 58 83<0 216 0 524>\nDStem: 141 216 198 264 399 0 502 0 363 524 470 524 141 302 198 264\nFore\n141 524 m 1\n 141 302 l 1\n 363 524 l 1\n 470 524 l 1\n 198 264 l 1\n 502 0 l 1\n 399 0 l 1\n 141 216 l 1\n 141 0 l 1\n 58 0 l 1\n 58 524 l 1\n 141 524 l 1\nEndSplineSet\nEndChar\nStartChar: Lacute\nEncoding: 313 313 248\nWidth: 556\nFlags: HMW\nHStem: 0 82<173 533> 709 20<80 173 173 173>\nVStem: 80 93<82 729>\nFore\n173 729 m 1\n 173 82 l 1\n 533 82 l 1\n 533 0 l 1\n 80 0 l 1\n 80 729 l 1\n 173 729 l 1\n166 939 m 1\n 279 939 l 1\n 130 791 l 1\n 70 791 l 1\n 166 939 l 1\nEndSplineSet\nEndChar\nStartChar: lacute\nEncoding: 314 314 249\nWidth: 222\nFlags: HMW\nHStem: 0 20 709 20<68 152 152 152>\nVStem: 68 84<0 729>\nFore\n152 729 m 1\n 152 0 l 1\n 68 0 l 1\n 68 729 l 1\n 152 729 l 1\n159 939 m 1\n 272 939 l 1\n 123 791 l 1\n 63 791 l 1\n 159 939 l 1\nEndSplineSet\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 250\nWidth: 556\nFlags: W\nHStem: -284 38<257 268.254 257 319> 0 82<172 533> 709 20G<80 173>\nVStem: 80 93<0 729> 257 100<-161 -60>\nFore\n173 729 m 1\n 173 82 l 1\n 533 82 l 1\n 533 0 l 1\n 80 0 l 1\n 80 729 l 1\n 173 729 l 1\n257 -60 m 1\n 357 -60 l 1\n 357 -163 l 2\n 357 -238 319 -285 257 -284 c 1\n 257 -246 l 1\n 295 -246 314 -215 312 -160 c 1\n 257 -160 l 1\n 257 -60 l 1\nEndSplineSet\nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 251\nWidth: 222\nFlags: HMW\nHStem: -160 100<63 118> 709 20<68 152 152 152>\nVStem: 68 84<0 729>\nFore\n152 729 m 1\n 152 0 l 1\n 68 0 l 1\n 68 729 l 1\n 152 729 l 1\n63 -60 m 1\n 163 -60 l 1\n 163 -163 l 2\n 163 -238 125 -285 63 -284 c 1\n 63 -246 l 1\n 101 -246 120 -215 118 -160 c 1\n 63 -160 l 1\n 63 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 252\nWidth: 556\nFlags: W\nHStem: 0 82<172 533> 505 38<273 283> 709 20G<80 173 273 373>\nVStem: 80 93<0 729> 273 100<628 729>\nFore\n173 729 m 1\n 173 82 l 1\n 533 82 l 1\n 533 0 l 1\n 80 0 l 1\n 80 729 l 1\n 173 729 l 1\n273 729 m 1\n 373 729 l 1\n 373 626 l 2\n 373 556 335 505 281 505 c 2\n 273 505 l 1\n 273 543 l 1\n 311 543 330 574 328 629 c 1\n 273 629 l 1\n 273 729 l 1\nEndSplineSet\nEndChar\nStartChar: lcaron\nEncoding: 318 318 253\nWidth: 292\nFlags: W\nHStem: 0 21G<68 152> 505 38<205 215> 709 20G<68 152 205 305>\nVStem: 68 84<0 729> 205 100<628 729>\nFore\n152 729 m 1\n 152 0 l 1\n 68 0 l 1\n 68 729 l 1\n 152 729 l 1\n205 729 m 1\n 305 729 l 1\n 305 626 l 2\n 305 556 267 505 213 505 c 2\n 205 505 l 1\n 205 543 l 1\n 243 543 262 574 260 629 c 1\n 205 629 l 1\n 205 729 l 1\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 254\nWidth: 556\nHStem: 0 82<173 533> 302 125<343 467> 709 20<80 173 173 173>\nVStem: 80 93<82 729> 343 124<302 427>\nRef: 183 183 S 1 0 0 1 256 0\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: ldot\nEncoding: 320 320 255\nWidth: 500\nHStem: 0 20 302 125<309 433> 709 20<68 152 152 152>\nVStem: 68 84<0 729> 309 124<302 427>\nRef: 183 183 N 1 0 0 1 222 0\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: Lslash\nEncoding: 321 321 256\nWidth: 556\nFlags: HMW\nHStem: 0 82<173 552> 709 20<80 173 173 173>\nVStem: 80 93<82 280 280 280 406 729>\nFore\n173 406 m 1\n 344 527 l 1\n 344 451 l 1\n 173 329 l 1\n 173 82 l 1\n 552 82 l 1\n 552 0 l 1\n 80 0 l 1\n 80 280 l 1\n 0 223 l 1\n 0 300 l 1\n 80 356 l 1\n 80 729 l 1\n 173 729 l 1\n 173 406 l 1\nEndSplineSet\nEndChar\nStartChar: lslash\nEncoding: 322 322 257\nWidth: 222\nFlags: HMW\nHStem: 0 20 709 20<63 146 146 146>\nVStem: 63 83<0 313 313 313 421 729>\nFore\n146 421 m 1\n 212 472 l 1\n 212 408 l 1\n 146 357 l 1\n 146 0 l 1\n 63 0 l 1\n 63 313 l 1\n 0 263 l 1\n 0 327 l 1\n 63 377 l 1\n 63 729 l 1\n 146 729 l 1\n 146 421 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 258\nWidth: 722\nFlags: HMW\nHStem: 0 20 709 20<76 177 177 177 558 646 646 646>\nVStem: 76 88<0 591> 558 88<133 729>\nFore\n646 729 m 1\n 646 0 l 1\n 541 0 l 1\n 164 591 l 1\n 164 0 l 1\n 76 0 l 1\n 76 729 l 1\n 177 729 l 1\n 558 133 l 1\n 558 729 l 1\n 646 729 l 1\n389 939 m 1\n 502 939 l 1\n 353 791 l 1\n 293 791 l 1\n 389 939 l 1\nEndSplineSet\nEndChar\nStartChar: nacute\nEncoding: 324 324 259\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 404 487> 466 73<296 321> 504 20G<70 147> 720 20G<310 423>\nVStem: 70 77<0 524> 70 84<0 305> 404 83<0 396>\nFore\n70 524 m 1\n 147 524 l 1\n 147 436 l 1\n 193 509 243 539 321 539 c 0\n 422 539 487 483 487 396 c 2\n 487 0 l 1\n 404 0 l 1\n 404 363 l 2\n 404 426 362 466 296 466 c 0\n 210 466 154 396 154 289 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\n310 740 m 1\n 423 740 l 1\n 274 592 l 1\n 214 592 l 1\n 310 740 l 1\nEndSplineSet\nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 260\nWidth: 722\nFlags: W\nHStem: -284 38<298 309.254 298 360> 0 21G<76 164 541 646> 709 20G<76 177 558 646>\nVStem: 76 88<0 591> 298 100<-161 -60> 558 88<133 729>\nDStem: 164 591 177 729 541 0 558 133\nFore\n646 729 m 1\n 646 0 l 1\n 541 0 l 1\n 164 591 l 1\n 164 0 l 1\n 76 0 l 1\n 76 729 l 1\n 177 729 l 1\n 558 133 l 1\n 558 729 l 1\n 646 729 l 1\n298 -60 m 1\n 398 -60 l 1\n 398 -163 l 2\n 398 -238 360 -285 298 -284 c 1\n 298 -246 l 1\n 336 -246 355 -215 353 -160 c 1\n 298 -160 l 1\n 298 -60 l 1\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 261\nWidth: 556\nFlags: W\nHStem: -284 38<229 240.254 229 291> 0 21G<70 154 404 487> 466 73<296 321> 504 20G<70 147>\nVStem: 70 77<0 524> 70 84<0 309> 229 100<-161 -60> 404 83<0 396>\nFore\n70 524 m 1\n 147 524 l 1\n 147 436 l 1\n 193 509 243 539 321 539 c 0\n 422 539 487 483 487 396 c 2\n 487 0 l 1\n 404 0 l 1\n 404 363 l 2\n 404 426 362 466 296 466 c 0\n 210 466 154 396 154 289 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\n229 -60 m 1\n 329 -60 l 1\n 329 -163 l 2\n 329 -238 291 -285 229 -284 c 1\n 229 -246 l 1\n 267 -246 286 -215 284 -160 c 1\n 229 -160 l 1\n 229 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Ncaron\nEncoding: 327 327 262\nWidth: 722\nFlags: HMW\nHStem: 0 20 709 20<76 177 177 177 558 646 646 646>\nVStem: 76 88<0 591> 558 88<133 729>\nFore\n646 729 m 1\n 646 0 l 1\n 541 0 l 1\n 164 591 l 1\n 164 0 l 1\n 76 0 l 1\n 76 729 l 1\n 177 729 l 1\n 558 133 l 1\n 558 729 l 1\n 646 729 l 1\n409 790 m 1\n 314 790 l 1\n 218 940 l 1\n 281 940 l 1\n 362 844 l 1\n 441 940 l 1\n 505 940 l 1\n 409 790 l 1\nEndSplineSet\nEndChar\nStartChar: ncaron\nEncoding: 328 328 263\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 404 487> 466 73<296 321> 504 20G<70 147> 721 20G<135 198 358 422>\nVStem: 70 77<0 524> 70 84<0 305> 404 83<0 396>\nFore\n70 524 m 1\n 147 524 l 1\n 147 436 l 1\n 193 509 243 539 321 539 c 0\n 422 539 487 483 487 396 c 2\n 487 0 l 1\n 404 0 l 1\n 404 363 l 2\n 404 426 362 466 296 466 c 0\n 210 466 154 396 154 289 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\n326 591 m 1\n 231 591 l 1\n 135 741 l 1\n 198 741 l 1\n 279 645 l 1\n 358 741 l 1\n 422 741 l 1\n 326 591 l 1\nEndSplineSet\nEndChar\nStartChar: napostrophe\nEncoding: 329 329 264\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 404 487> 466 73<296 321> 504 20G<70 147>\nVStem: 70 77<0 524> 70 84<0 305> 404 83<0 396>\nFore\n70 524 m 1\n 147 524 l 1\n 147 436 l 1\n 193 509 243 539 321 539 c 0\n 422 539 487 483 487 396 c 2\n 487 0 l 1\n 404 0 l 1\n 404 363 l 2\n 404 426 362 466 296 466 c 0\n 210 466 154 396 154 289 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: Eng\nEncoding: 330 330 265\nWidth: 722\nFlags: W\nHStem: -218 73<488 509> 0 21G<76 164 541 646> 709 20G<76 177 558 646>\nVStem: 76 88<0 591> 558 88<-91 729>\nDStem: 164 591 177 729 541 0 558 133\nFore\n558 224 m 1\n 646 224 l 1\n 646 -109 l 2\n 646 -180 592 -218 498 -218 c 0\n 485 -218 480 -217 470 -215 c 1\n 470 -144 l 1\n 487 -145 487 -145 490 -145 c 0\n 541 -145 558 -128 558 -76 c 2\n 558 224 l 1\n646 729 m 1\n 646 0 l 1\n 541 0 l 1\n 164 591 l 1\n 164 0 l 1\n 76 0 l 1\n 76 729 l 1\n 177 729 l 1\n 558 133 l 1\n 558 729 l 1\n 646 729 l 1\nEndSplineSet\nEndChar\nStartChar: eng\nEncoding: 331 331 266\nWidth: 556\nFlags: W\nHStem: -218 73<334 346> 0 21G<70 154> 466 73<296 321> 504 20G<70 147>\nVStem: 70 77<0 524> 70 84<0 311> 404 83<-91 396>\nFore\n487 396 m 2\n 487 -109 l 2\n 487 -180 438 -218 344 -218 c 0\n 331 -218 326 -217 316 -215 c 1\n 316 -144 l 1\n 333 -145 333 -145 336 -145 c 0\n 387 -145 404 -128 404 -76 c 2\n 404 363 l 2\n 404 426 362 466 296 466 c 0\n 210 466 154 396 154 289 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\n 147 524 l 1\n 147 436 l 1\n 193 509 243 539 321 539 c 0\n 422 539 487 483 487 396 c 2\nEndSplineSet\nEndChar\nStartChar: Omacron\nEncoding: 332 332 267\nWidth: 778\nFlags: W\nHStem: -23 82<390 407> 659 82<389 407> 830 70<253 527>\nVStem: 38 93<359 378> 649 93<328 378>\nFore\n389 741 m 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 128\n 38 587 180 741 389 741 c 0\n389 659 m 0\n 235 659 131 539 131 359 c 128\n 131 179 235 59 390 59 c 0\n 544 59 649 179 649 355 c 0\n 649 539 547 659 389 659 c 0\n527 900 m 1\n 527 830 l 1\n 253 830 l 1\n 253 900 l 1\n 527 900 l 1\nEndSplineSet\nEndChar\nStartChar: omacron\nEncoding: 333 333 268\nWidth: 556\nFlags: W\nHStem: -23 77<273 277> 462 77<259 277> 631 70<136 410>\nVStem: 36 87<258 282> 423 87<232 282>\nFore\n272 539 m 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 128\n 36 434 125 539 272 539 c 0\n273 462 m 0\n 180 462 123 384 123 258 c 0\n 123 131 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\n410 701 m 1\n 410 631 l 1\n 136 631 l 1\n 136 701 l 1\n 410 701 l 1\nEndSplineSet\nEndChar\nStartChar: Obreve\nEncoding: 334 334 269\nWidth: 778\nHStem: -23 82<312.5 434> 659 82<312 468> 769 69<361.5 417> 884 20<239 298 298 298 481 540 540 540>\nVStem: 38 93<269 449> 649 93<293.5 447>\nRef: 728 728 N 1 0 0 1 224 172\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: obreve\nEncoding: 335 335 270\nWidth: 556\nHStem: -23 77<226.5 319> 462 77<226.5 320> 564 69<245.5 301> 679 20<123 182 182 182 365 424 424 424>\nVStem: 36 87<194.5 321> 423 87<193.5 320>\nRef: 728 728 N 1 0 0 1 108 -33\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 271\nWidth: 778\nFlags: HMW\nHStem: -23 82<312.5 434> 659 82<312 468>\nVStem: 38 93<269 449> 649 93<293.5 447>\nFore\n389 741 m 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 128\n 38 587 180 741 389 741 c 0\n389 659 m 0\n 235 659 131 539 131 359 c 128\n 131 179 235 59 390 59 c 0\n 544 59 649 179 649 355 c 0\n 649 539 547 659 389 659 c 0\n364 939 m 1\n 477 939 l 1\n 328 789 l 1\n 268 789 l 1\n 364 939 l 1\n538 939 m 1\n 651 939 l 1\n 502 789 l 1\n 442 789 l 1\n 538 939 l 1\nEndSplineSet\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 272\nWidth: 556\nFlags: W\nHStem: -23 77<273 277> 462 77<259 277> 720 20G<239 352 413 526>\nVStem: 36 87<258 282> 423 87<232 282>\nFore\n272 539 m 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 128\n 36 434 125 539 272 539 c 0\n273 462 m 0\n 180 462 123 384 123 258 c 0\n 123 131 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\n239 740 m 1\n 352 740 l 1\n 203 590 l 1\n 143 590 l 1\n 239 740 l 1\n413 740 m 1\n 526 740 l 1\n 377 590 l 1\n 317 590 l 1\n 413 740 l 1\nEndSplineSet\nEndChar\nStartChar: OE\nEncoding: 338 338 273\nWidth: 1000\nFlags: W\nHStem: -20 82<341 364> 0 82<618 959> 327 82<618 946> 647 82<525 954> 659 82<342 364>\nVStem: 43 93<325 381> 525 93<181 327 182 647>\nFore\n618 327 m 1\n 618 82 l 1\n 959 82 l 1\n 959 0 l 1\n 525 0 l 1\n 525 74 l 1\n 479 9 422 -20 341 -20 c 0\n 256 -20 182 12 130 72 c 0\n 71 140 43 232 43 356 c 0\n 43 492 78 596 146 663 c 0\n 195 712 269 741 342 741 c 0\n 424 741 483 713 525 653 c 1\n 525 729 l 1\n 954 729 l 1\n 954 647 l 1\n 618 647 l 1\n 618 409 l 1\n 946 409 l 1\n 946 327 l 1\n 618 327 l 1\n525 182 m 1\n 525 539 l 1\n 485 620 426 659 342 659 c 0\n 275 659 222 632 187 581 c 0\n 151 527 136 462 136 360 c 0\n 136 259 151 194 187 140 c 0\n 222 89 275 62 341 62 c 0\n 425 62 485 101 525 182 c 1\nEndSplineSet\nEndChar\nStartChar: oe\nEncoding: 339 339 274\nWidth: 944\nFlags: HMW\nHStem: -23 77<230.5 321 640.5 700.5> 234 68<515 809> 462 77<230.5 321.5 625.5 707.5>\nVStem: 40 87<195 322>\nFore\n804 159 m 1\n 888 159 l 1\n 867 45 784 -23 665 -23 c 0\n 580 -23 511 14 471 80 c 1\n 429 11 365 -23 277 -23 c 0\n 126 -23 40 79 40 259 c 0\n 40 438 126 539 277 539 c 0\n 366 539 433 503 473 433 c 1\n 514 500 585 539 666 539 c 0\n 764 539 844 487 878 401 c 0\n 893 362 899 314 899 234 c 1\n 513 234 l 1\n 514 182 521 152 541 122 c 0\n 569 78 614 54 667 54 c 0\n 734 54 781 90 804 159 c 1\n277 462 m 0\n 184 462 127 385 127 259 c 0\n 127 131 184 54 277 54 c 0\n 369 54 427 131 427 256 c 0\n 427 385 371 462 277 462 c 0\n515 302 m 1\n 809 302 l 1\n 809 397 750 462 665 462 c 0\n 581 462 522 399 515 302 c 1\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 275\nWidth: 722\nFlags: HMW\nHStem: 0 20 314 82<186 411 411 426> 647 82<186 411 186 186>\nVStem: 93 93<0 314 396 647> 554 97<492.5 543>\nFore\n186 314 m 1\n 186 0 l 1\n 93 0 l 1\n 93 729 l 1\n 429 729 l 2\n 572 729 651 660 651 534 c 0\n 651 451 618 400 536 360 c 1\n 615 326 634 290 635 170 c 0\n 637 73 644 47 679 23 c 1\n 679 0 l 1\n 566 0 l 1\n 553 30 545 74 545 119 c 1\n 546 184 l 1\n 546 274 509 314 426 314 c 2\n 186 314 l 1\n186 396 m 1\n 411 396 l 2\n 510 396 554 435 554 521 c 0\n 554 565 541 598 516 619 c 0\n 493 639 463 647 411 647 c 2\n 186 647 l 1\n 186 396 l 1\n383 939 m 1\n 496 939 l 1\n 347 791 l 1\n 287 791 l 1\n 383 939 l 1\nEndSplineSet\nEndChar\nStartChar: racute\nEncoding: 341 341 276\nWidth: 333\nFlags: W\nHStem: 0 21G<69 153> 451 88<289 321> 504 20G<69 146> 720 20G<218 331>\nVStem: 69 77<0 524> 69 84<0 289>\nFore\n69 524 m 1\n 146 524 l 1\n 146 429 l 1\n 194 507 235 539 289 539 c 0\n 300 539 307 538 321 536 c 1\n 321 451 l 1\n 263 450 238 444 212 425 c 0\n 172 396 153 347 153 272 c 2\n 153 0 l 1\n 69 0 l 1\n 69 524 l 1\n218 740 m 1\n 331 740 l 1\n 182 592 l 1\n 122 592 l 1\n 218 740 l 1\nEndSplineSet\nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 277\nWidth: 722\nFlags: W\nHStem: -284 38<319 330.254 319 381> 0 21G<93 186 566 679> 314 82<186 432> 647 82<93 432>\nVStem: 93 93<0 314 0 647> 319 100<-161 -60> 545 90<119 197> 554 97<515 536>\nFore\n186 314 m 1\n 186 0 l 1\n 93 0 l 1\n 93 729 l 1\n 429 729 l 2\n 572 729 651 660 651 534 c 0\n 651 451 618 400 536 360 c 1\n 615 326 634 290 635 170 c 0\n 637 73 644 47 679 23 c 1\n 679 0 l 1\n 566 0 l 1\n 553 30 545 74 545 119 c 1\n 546 184 l 1\n 546 274 509 314 426 314 c 2\n 186 314 l 1\n186 396 m 1\n 411 396 l 2\n 510 396 554 435 554 521 c 0\n 554 565 541 598 516 619 c 0\n 493 639 463 647 411 647 c 2\n 186 647 l 1\n 186 396 l 1\n319 -60 m 1\n 419 -60 l 1\n 419 -163 l 2\n 419 -238 381 -285 319 -284 c 1\n 319 -246 l 1\n 357 -246 376 -215 374 -160 c 1\n 319 -160 l 1\n 319 -60 l 1\nEndSplineSet\nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 278\nWidth: 333\nFlags: W\nHStem: -284 38<65 76.2538 65 127> 0 21G<69 153> 451 88<289 321> 504 20G<69 146>\nVStem: 69 77<0 524> 69 84<0 293>\nFore\n69 524 m 1\n 146 524 l 1\n 146 429 l 1\n 194 507 235 539 289 539 c 0\n 300 539 307 538 321 536 c 1\n 321 451 l 1\n 263 450 238 444 212 425 c 0\n 172 396 153 347 153 272 c 2\n 153 0 l 1\n 69 0 l 1\n 69 524 l 1\n65 -60 m 1\n 165 -60 l 1\n 165 -163 l 2\n 165 -238 127 -285 65 -284 c 1\n 65 -246 l 1\n 103 -246 122 -215 120 -160 c 1\n 65 -160 l 1\n 65 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Rcaron\nEncoding: 344 344 279\nWidth: 722\nFlags: HMW\nHStem: 0 20 314 82<186 411 411 426> 647 82<186 411 186 186>\nVStem: 93 93<0 314 396 647> 554 97<492.5 543>\nFore\n186 314 m 1\n 186 0 l 1\n 93 0 l 1\n 93 729 l 1\n 429 729 l 2\n 572 729 651 660 651 534 c 0\n 651 451 618 400 536 360 c 1\n 615 326 634 290 635 170 c 0\n 637 73 644 47 679 23 c 1\n 679 0 l 1\n 566 0 l 1\n 553 30 545 74 545 119 c 1\n 546 184 l 1\n 546 274 509 314 426 314 c 2\n 186 314 l 1\n186 396 m 1\n 411 396 l 2\n 510 396 554 435 554 521 c 0\n 554 565 541 598 516 619 c 0\n 493 639 463 647 411 647 c 2\n 186 647 l 1\n 186 396 l 1\n404 790 m 1\n 309 790 l 1\n 213 940 l 1\n 276 940 l 1\n 357 844 l 1\n 436 940 l 1\n 500 940 l 1\n 404 790 l 1\nEndSplineSet\nEndChar\nStartChar: rcaron\nEncoding: 345 345 280\nWidth: 333\nFlags: W\nHStem: 0 21G<69 153> 451 88<289 321> 504 20G<69 146> 721 20G<48 111 271 335>\nVStem: 69 77<0 524> 69 84<0 289>\nFore\n69 524 m 1\n 146 524 l 1\n 146 429 l 1\n 194 507 235 539 289 539 c 0\n 300 539 307 538 321 536 c 1\n 321 451 l 1\n 263 450 238 444 212 425 c 0\n 172 396 153 347 153 272 c 2\n 153 0 l 1\n 69 0 l 1\n 69 524 l 1\n239 591 m 1\n 144 591 l 1\n 48 741 l 1\n 111 741 l 1\n 192 645 l 1\n 271 741 l 1\n 335 741 l 1\n 239 591 l 1\nEndSplineSet\nEndChar\nStartChar: Sacute\nEncoding: 346 346 281\nWidth: 667\nFlags: HMW\nHStem: -23 82<302.5 371.5> 663 78<277 384>\nVStem: 70 93<512 577> 528 93<171.5 219.5>\nFore\n596 515 m 1\n 508 515 l 1\n 507 610 442 663 326 663 c 0\n 228 663 163 614 163 540 c 0\n 163 484 195 456 283 432 c 2\n 466 383 l 2\n 565 356 621 290 621 200 c 0\n 621 137 590 72 541 33 c 0\n 494 -3 423 -23 336 -23 c 0\n 225 -23 141 13 91 81 c 0\n 62 121 49 165 48 232 c 1\n 136 232 l 1\n 135 187 147 152 174 120 c 0\n 209 78 263 59 342 59 c 0\n 401 59 447 70 476 90 c 0\n 507 112 528 152 528 191 c 0\n 528 248 486 285 394 309 c 2\n 213 357 l 2\n 117 382 70 438 70 527 c 0\n 70 659 169 741 329 741 c 0\n 497 741 595 658 596 515 c 1\n362 939 m 1\n 475 939 l 1\n 326 791 l 1\n 266 791 l 1\n 362 939 l 1\nEndSplineSet\nEndChar\nStartChar: sacute\nEncoding: 347 347 282\nWidth: 500\nFlags: W\nHStem: -23 77<229 259> 462 77<225 259> 720 20G<275 388>\nVStem: 47 87<376 394> 372 87<134 145>\nFore\n438 378 m 1\n 350 378 l 1\n 348 433 312 462 245 462 c 0\n 177 462 134 431 134 383 c 0\n 134 346 163 324 231 308 c 2\n 311 289 l 2\n 415 264 459 221 459 143 c 0\n 459 42 375 -23 243 -23 c 0\n 106 -23 38 35 34 156 c 1\n 122 156 l 1\n 127 119 133 104 146 89 c 0\n 167 67 205 54 250 54 c 0\n 323 54 372 87 372 136 c 0\n 372 174 349 195 291 209 c 2\n 213 228 l 2\n 89 258 47 297 47 379 c 0\n 47 476 126 539 248 539 c 0\n 369 539 437 481 438 378 c 1\n275 740 m 1\n 388 740 l 1\n 239 592 l 1\n 179 592 l 1\n 275 740 l 1\nEndSplineSet\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 283\nWidth: 667\nHStem: -23 82<302.5 371.5> 663 78<277 384> 921 20<288 383 383 383>\nVStem: 70 93<512 577> 528 93<171.5 219.5>\nRef: 710 710 S 1 0 0 1 172 200\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 284\nWidth: 500\nHStem: -23 77<227.5 286.5> 462 77<211 278.5> 694 20<202 297 297 297>\nVStem: 47 87<364.5 407> 372 87<111.5 155>\nRef: 710 710 S 1 0 0 1 86 -27\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 285\nWidth: 667\nFlags: HMW\nHStem: -214 41<285.5 313.5> -91 150<302.5 320.5> 663 78<277 384>\nVStem: 70 93<512 577> 352 75<-141 -116.5> 528 93<171.5 219.5>\nFore\n335 -24 m 1\n 320 -56 l 1\n 334 -54 340 -54 348 -54 c 0\n 398 -54 427 -78 427 -121 c 0\n 427 -178 380 -214 304 -214 c 0\n 266 -214 241 -207 179 -180 c 1\n 200 -140 l 1\n 209 -144 l 2\n 254 -167 273 -173 298 -173 c 0\n 329 -173 352 -154 352 -128 c 0\n 352 -105 335 -91 306 -91 c 0\n 295 -91 287 -93 275 -98 c 1\n 264 -92 l 1\n 295 -23 l 1\n 289 -21 285 -20 284 -20 c 2\n 240 -13 l 1\n 119 13 45 108 48 232 c 1\n 136 232 l 1\n 135 187 147 152 174 120 c 0\n 209 78 263 59 342 59 c 0\n 401 59 447 70 476 90 c 0\n 507 112 528 152 528 191 c 0\n 528 248 486 285 394 309 c 2\n 213 357 l 2\n 117 382 70 438 70 527 c 0\n 70 659 169 741 329 741 c 0\n 497 741 595 658 596 515 c 1\n 508 515 l 1\n 507 610 442 663 326 663 c 0\n 228 663 163 614 163 540 c 0\n 163 484 195 456 283 432 c 2\n 466 383 l 2\n 565 356 621 290 621 200 c 0\n 621 114 568 35 487 2 c 0\n 446 -14 406 -21 335 -24 c 1\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 286\nWidth: 500\nFlags: HMW\nHStem: -214 41<195.5 223.5> -91 145<227.5 230.5> 462 77<211 278.5>\nVStem: 47 87<364.5 407> 262 75<-141 -116.5> 372 87<112 155>\nFore\n244 -24 m 1\n 230 -56 l 1\n 244 -54 250 -54 258 -54 c 0\n 308 -54 337 -78 337 -121 c 0\n 337 -178 290 -214 214 -214 c 0\n 176 -214 151 -207 89 -180 c 1\n 110 -140 l 1\n 119 -144 l 2\n 164 -167 183 -173 208 -173 c 0\n 239 -173 262 -154 262 -128 c 0\n 262 -105 245 -91 216 -91 c 0\n 204 -91 197 -93 185 -98 c 1\n 174 -92 l 1\n 205 -21 l 1\n 93 -10 36 48 34 156 c 1\n 122 156 l 1\n 127 119 133 104 146 89 c 0\n 167 67 205 54 250 54 c 0\n 323 54 372 87 372 136 c 0\n 372 174 349 195 291 209 c 2\n 213 228 l 2\n 89 258 47 297 47 379 c 0\n 47 476 126 539 248 539 c 0\n 369 539 437 481 438 378 c 1\n 350 378 l 1\n 348 433 312 462 245 462 c 0\n 177 462 134 431 134 383 c 0\n 134 346 163 324 231 308 c 2\n 311 289 l 2\n 415 264 459 221 459 143 c 0\n 459 81 422 25 361 -2 c 0\n 334 -14 304 -20 244 -24 c 1\nEndSplineSet\nEndChar\nStartChar: Scaron\nEncoding: 352 352 287\nWidth: 667\nFlags: HMW\nHStem: -23 82<302.5 371.5> 663 78<277 384>\nVStem: 70 93<512 577> 528 93<171.5 219.5>\nFore\n596 515 m 1\n 508 515 l 1\n 507 610 442 663 326 663 c 0\n 228 663 163 614 163 540 c 0\n 163 484 195 456 283 432 c 2\n 466 383 l 2\n 565 356 621 290 621 200 c 0\n 621 137 590 72 541 33 c 0\n 494 -3 423 -23 336 -23 c 0\n 225 -23 141 13 91 81 c 0\n 62 121 49 165 48 232 c 1\n 136 232 l 1\n 135 187 147 152 174 120 c 0\n 209 78 263 59 342 59 c 0\n 401 59 447 70 476 90 c 0\n 507 112 528 152 528 191 c 0\n 528 248 486 285 394 309 c 2\n 213 357 l 2\n 117 382 70 438 70 527 c 0\n 70 659 169 741 329 741 c 0\n 497 741 595 658 596 515 c 1\n380 790 m 1\n 285 790 l 1\n 189 940 l 1\n 252 940 l 1\n 333 844 l 1\n 412 940 l 1\n 476 940 l 1\n 380 790 l 1\nEndSplineSet\nKernsSLIF: 116 -3 0 0 86 -42 0 0 84 -28 0 0 65 -22 0 0\nEndChar\nStartChar: scaron\nEncoding: 353 353 288\nWidth: 500\nFlags: W\nHStem: -23 77<229 259> 462 77<225 259> 721 20G<103 166 326 390>\nVStem: 47 87<376 394> 372 87<134 145>\nFore\n438 378 m 1\n 350 378 l 1\n 348 433 312 462 245 462 c 0\n 177 462 134 431 134 383 c 0\n 134 346 163 324 231 308 c 2\n 311 289 l 2\n 415 264 459 221 459 143 c 0\n 459 42 375 -23 243 -23 c 0\n 106 -23 38 35 34 156 c 1\n 122 156 l 1\n 127 119 133 104 146 89 c 0\n 167 67 205 54 250 54 c 0\n 323 54 372 87 372 136 c 0\n 372 174 349 195 291 209 c 2\n 213 228 l 2\n 89 258 47 297 47 379 c 0\n 47 476 126 539 248 539 c 0\n 369 539 437 481 438 378 c 1\n294 591 m 1\n 199 591 l 1\n 103 741 l 1\n 166 741 l 1\n 247 645 l 1\n 326 741 l 1\n 390 741 l 1\n 294 591 l 1\nEndSplineSet\nEndChar\nStartChar: uni0162\nEncoding: 354 354 289\nWidth: 611\nHStem: -214 41<273 301.5> -91 91<293 308.5> 0 20 647 82<21 261 354 593 354 354>\nVStem: 261 93<0 647> 340 75<-141 -116.5>\nRef: 184 184 N 1 0 0 1 128 0\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0163\nEncoding: 355 355 290\nWidth: 278\nHStem: -237 41<151 179.5> -114 91<171 186.5> -23 73 456 68<14 85 168 254>\nVStem: 85 83<78.5 97 97 456 524 668> 218 75<-164 -139.5>\nRef: 184 184 N 1 0 0 1 6 -23\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: Tcaron\nEncoding: 356 356 291\nWidth: 611\nFlags: HMW\nHStem: 0 20 647 82<21 261 354 593 354 354>\nVStem: 261 93<0 647>\nFore\n354 647 m 1\n 354 0 l 1\n 261 0 l 1\n 261 647 l 1\n 21 647 l 1\n 21 729 l 1\n 593 729 l 1\n 593 647 l 1\n 354 647 l 1\n355 790 m 1\n 260 790 l 1\n 164 940 l 1\n 227 940 l 1\n 308 844 l 1\n 387 940 l 1\n 451 940 l 1\n 355 790 l 1\nEndSplineSet\nEndChar\nStartChar: tcaron\nEncoding: 357 357 292\nWidth: 308\nFlags: W\nHStem: -23 73<186 214> 456 68<14 85 168 254> 576 38<221 231> 680 20G<221 276>\nVStem: 85 83<60 456 524 668> 221 100<699 800>\nFore\n254 524 m 1\n 254 456 l 1\n 168 456 l 1\n 168 97 l 2\n 168 60 178 50 214 50 c 0\n 230 50 243 51 254 54 c 1\n 254 -16 l 1\n 226 -21 206 -23 186 -23 c 0\n 121 -23 85 7 85 60 c 2\n 85 456 l 1\n 14 456 l 1\n 14 524 l 1\n 85 524 l 1\n 85 668 l 1\n 168 668 l 1\n 168 524 l 1\n 254 524 l 1\n221 800 m 1\n 321 800 l 1\n 321 697 l 2\n 321 627 283 576 229 576 c 2\n 221 576 l 1\n 221 614 l 1\n 259 614 278 645 276 700 c 1\n 221 700 l 1\n 221 800 l 1\nEndSplineSet\nEndChar\nStartChar: Tbar\nEncoding: 358 358 293\nWidth: 611\nFlags: W\nHStem: 0 21G<261 354> 647 82<21 261 21 593>\nVStem: 261 93<0 647>\nFore\n354 647 m 1\n 354 0 l 1\n 261 0 l 1\n 261 647 l 1\n 21 647 l 1\n 21 729 l 1\n 593 729 l 1\n 593 647 l 1\n 354 647 l 1\nEndSplineSet\nEndChar\nStartChar: tbar\nEncoding: 359 359 294\nWidth: 278\nFlags: W\nHStem: -23 73<186 214> 456 68<14 85 168 254>\nVStem: 85 83<60 456 524 668>\nFore\n254 524 m 1\n 254 456 l 1\n 168 456 l 1\n 168 97 l 2\n 168 60 178 50 214 50 c 0\n 230 50 243 51 254 54 c 1\n 254 -16 l 1\n 226 -21 206 -23 186 -23 c 0\n 121 -23 85 7 85 60 c 2\n 85 456 l 1\n 14 456 l 1\n 14 524 l 1\n 85 524 l 1\n 85 668 l 1\n 168 668 l 1\n 168 524 l 1\n 254 524 l 1\nEndSplineSet\nEndChar\nStartChar: Utilde\nEncoding: 360 360 295\nWidth: 722\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 732 732 N 1 0 0 1 203 156\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: utilde\nEncoding: 361 361 296\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 732 732 N 1 0 0 1 112 -49\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Umacron\nEncoding: 362 362 297\nWidth: 722\nFlags: W\nHStem: -23 82<364 390> 709 20G<85 178 552 645> 830 70<228 502>\nVStem: 85 93<217 729> 552 93<217 729>\nFore\n552 729 m 1\n 645 729 l 1\n 645 217 l 2\n 645 71 535 -23 364 -23 c 0\n 191 -23 85 69 85 217 c 2\n 85 729 l 1\n 178 729 l 1\n 178 217 l 2\n 178 106.872 257.273 59 364 59 c 0\n 481 59 552 119 552 217 c 2\n 552 729 l 1\n502 900 m 1\n 502 830 l 1\n 228 830 l 1\n 228 900 l 1\n 502 900 l 1\nEndSplineSet\nEndChar\nStartChar: umacron\nEncoding: 363 363 298\nWidth: 556\nFlags: W\nHStem: -23 73<232 256> 0 21G<407 482> 504 20G<65 148 399 482> 631 70<137 411>\nVStem: 65 83<120 524> 407 75<0 524>\nFore\n482 0 m 1\n 407 0 l 1\n 407 73 l 1\n 358 4 309 -23 232 -23 c 0\n 130 -23 65 33 65 120 c 2\n 65 524 l 1\n 148 524 l 1\n 148 153 l 2\n 148 90 190 50 256 50 c 0\n 343 50 399 120 399 227 c 2\n 399 524 l 1\n 482 524 l 1\n 482 0 l 1\n411 701 m 1\n 411 631 l 1\n 137 631 l 1\n 137 701 l 1\n 411 701 l 1\nEndSplineSet\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 299\nWidth: 722\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645> 769 69<337.5 393> 884 20<215 274 274 274 457 516 516 516>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 728 728 N 1 0 0 1 200 172\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: ubreve\nEncoding: 365 365 300\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482> 564 69<245.5 301> 679 20<123 182 182 182 365 424 424 424>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 728 728 N 1 0 0 1 108 -33\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Uring\nEncoding: 366 366 301\nWidth: 722\nFlags: W\nHStem: -23 82<364 390> 709 20G<85 178 552 645> 778 44<365 374> 909 44<365 374>\nVStem: 85 93<217 729> 277 44<866 874> 409 44<865 874> 552 93<217 729>\nFore\n552 729 m 1\n 645 729 l 1\n 645 217 l 2\n 645 71 535 -23 364 -23 c 0\n 191 -23 85 69 85 217 c 2\n 85 729 l 1\n 178 729 l 1\n 178 217 l 2\n 178 106.872 257.273 59 364 59 c 0\n 481 59 552 119 552 217 c 2\n 552 729 l 1\n365 953 m 0\n 414 953 453 914 453 865 c 0\n 453 817 413 778 365 778 c 128\n 317 778 277 818 277 866 c 0\n 277 913 317 953 365 953 c 0\n365 909 m 0\n 341 909 321 889 321 866 c 0\n 321 842 341 822 365 822 c 128\n 389 822 409 842 409 865 c 0\n 409 890 390 909 365 909 c 0\nEndSplineSet\nEndChar\nStartChar: uring\nEncoding: 367 367 302\nWidth: 556\nFlags: W\nHStem: -23 73<232 256> 0 21G<407 482> 504 20G<65 148 399 482> 579 44<263.75 276> 710 44<263.75 276>\nVStem: 65 83<120 524> 185 44<667 669> 317 44<666 670> 407 75<0 524>\nFore\n482 0 m 1\n 407 0 l 1\n 407 73 l 1\n 358 4 309 -23 232 -23 c 0\n 130 -23 65 33 65 120 c 2\n 65 524 l 1\n 148 524 l 1\n 148 153 l 2\n 148 90 190 50 256 50 c 0\n 343 50 399 120 399 227 c 2\n 399 524 l 1\n 482 524 l 1\n 482 0 l 1\n273 754 m 0\n 322 754 361 715 361 666 c 0\n 361 618 321 579 273 579 c 128\n 225 579 185 619 185 667 c 0\n 185 714 225 754 273 754 c 0\n273 710 m 0\n 249 710 229 690 229 667 c 0\n 229 643 249 623 273 623 c 128\n 297 623 317 643 317 666 c 0\n 317 691 298 710 273 710 c 0\nEndSplineSet\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 303\nWidth: 722\nFlags: HMW\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 552 93<217 729>\nFore\n552 729 m 1\n 645 729 l 1\n 645 217 l 2\n 645 71 535 -23 364 -23 c 0\n 191 -23 85 69 85 217 c 2\n 85 729 l 1\n 178 729 l 1\n 178 217 l 2\n 178 106.872 257.273 59 364 59 c 0\n 481 59 552 119 552 217 c 2\n 552 729 l 1\n329 939 m 1\n 442 939 l 1\n 293 789 l 1\n 233 789 l 1\n 329 939 l 1\n503 939 m 1\n 616 939 l 1\n 467 789 l 1\n 407 789 l 1\n 503 939 l 1\nEndSplineSet\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 304\nWidth: 556\nFlags: W\nHStem: -23 73<232 256> 0 21G<407 482> 504 20G<65 148 399 482> 720 20G<243 356 417 530>\nVStem: 65 83<120 524> 407 75<0 524>\nFore\n482 0 m 1\n 407 0 l 1\n 407 73 l 1\n 358 4 309 -23 232 -23 c 0\n 130 -23 65 33 65 120 c 2\n 65 524 l 1\n 148 524 l 1\n 148 153 l 2\n 148 90 190 50 256 50 c 0\n 343 50 399 120 399 227 c 2\n 399 524 l 1\n 482 524 l 1\n 482 0 l 1\n243 740 m 1\n 356 740 l 1\n 207 590 l 1\n 147 590 l 1\n 243 740 l 1\n417 740 m 1\n 530 740 l 1\n 381 590 l 1\n 321 590 l 1\n 417 740 l 1\nEndSplineSet\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 305\nWidth: 722\nFlags: HMW\nHStem: -205 45<516 536> -23 82<337 384> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 394 73<-123.5 -91.5> 552 93<217 729>\nFore\n602 -150 m 1\n 602 -195 l 1\n 578 -200 545 -205 527 -205 c 0\n 505 -205 480 -200 457 -192 c 0\n 415 -176 394 -150 394 -112 c 0\n 394 -71 415 -42 467 -10 c 1\n 423 -20 402 -23 366 -23 c 0\n 192 -23 85 68 85 217 c 2\n 85 729 l 1\n 178 729 l 1\n 178 217 l 2\n 178 106.872 257.273 59 364 59 c 0\n 481 59 552 119 552 217 c 2\n 552 729 l 1\n 645 729 l 1\n 645 217 l 2\n 645 160 628 110 595 66 c 0\n 580 46 577 43 532 0 c 0\n 489 -41 467 -76 467 -106 c 0\n 467 -141 492 -160 539 -160 c 0\n 563 -160 584 -157 602 -150 c 1\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 306\nWidth: 556\nFlags: W\nHStem: -204 44<464 474> -23 73<232 256> -20 20G<407 429> 504 20G<65 148 399 482>\nVStem: 65 83<120 524> 333 72<-113 -106> 407 75<-1 524>\nFore\n482 524 m 1\n 482 0 l 1\n 436 -26 405 -69 405 -108 c 0\n 405 -140 431 -160 472 -160 c 0\n 488 -160 500 -158 521 -150 c 1\n 521 -195 l 1\n 501.687 -198.219 482.597 -204 469 -204 c 0\n 386 -204 333 -168 333 -111 c 0\n 333 -68 363 -34 429 0 c 1\n 407 0 l 1\n 407 73 l 1\n 358 4 309 -23 232 -23 c 0\n 130 -23 65 33 65 120 c 2\n 65 524 l 1\n 148 524 l 1\n 148 153 l 2\n 148 90 190 50 256 50 c 0\n 343 50 399 120 399 227 c 2\n 399 524 l 1\n 482 524 l 1\nEndSplineSet\nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 307\nWidth: 944\nHStem: 0 20 709 20<22 126 126 126 425 525 525 525 825 929 929 929> 899 20<428 523 523 523>\nRef: 710 710 N 1 0 0 1 312 178\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 308\nWidth: 722\nHStem: 0 20 504 20<6 98 98 98 305 407 407 407 614 708 708 708> 694 20<310 405 405 405>\nRef: 710 710 N 1 0 0 1 194 -27\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 309\nWidth: 667\nHStem: 0 20 709 20<13 128 128 128 550 661 661 661> 899 20<290 385 385 385>\nVStem: 294 93<0 286>\nRef: 710 710 N 1 0 0 1 174 178\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 310\nWidth: 500\nHStem: -218 82<99 115.5> 504 20<20 109 109 109 388 478 478 478> 694 20<202 297 297 297>\nRef: 710 710 N 1 0 0 1 86 -27\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 311\nWidth: 667\nFlags: W\nHStem: 0 21G<294 387> 709 20G<13 128 550 661> 811 103<208 312 370 474>\nVStem: 294 93<0 286>\nFore\n387 286 m 1\n 387 0 l 1\n 294 0 l 1\n 294 286 l 1\n 13 729 l 1\n 128 729 l 1\n 342 374 l 1\n 550 729 l 1\n 661 729 l 1\n 387 286 l 1\n312 914 m 1\n 312 811 l 1\n 208 811 l 1\n 208 914 l 1\n 312 914 l 1\n474 914 m 1\n 474 811 l 1\n 370 811 l 1\n 370 914 l 1\n 474 914 l 1\nEndSplineSet\nEndChar\nStartChar: Zacute\nEncoding: 377 377 312\nWidth: 611\nFlags: HMW\nHStem: 0 82<145 583> 647 82<56 466>\nFore\n581 729 m 1\n 581 645 l 1\n 145 82 l 1\n 583 82 l 1\n 583 0 l 1\n 28 0 l 1\n 28 82 l 1\n 466 647 l 1\n 56 647 l 1\n 56 729 l 1\n 581 729 l 1\n347 939 m 1\n 460 939 l 1\n 311 791 l 1\n 251 791 l 1\n 347 939 l 1\nEndSplineSet\nEndChar\nStartChar: zacute\nEncoding: 378 378 313\nWidth: 500\nFlags: W\nHStem: 0 73<132 457> 451 73<52 344> 720 20G<278 391>\nDStem: 344 451 443 450 31 75 132 73\nFore\n443 524 m 1\n 443 450 l 1\n 132 73 l 1\n 457 73 l 1\n 457 0 l 1\n 31 0 l 1\n 31 75 l 1\n 344 451 l 1\n 52 451 l 1\n 52 524 l 1\n 443 524 l 1\n278 740 m 1\n 391 740 l 1\n 242 592 l 1\n 182 592 l 1\n 278 740 l 1\nEndSplineSet\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 314\nWidth: 611\nFlags: W\nHStem: 0 82<145 583> 647 82<56 466> 811 104<267 371>\nVStem: 267 104<811 915>\nDStem: 466 647 581 645 28 82 145 82\nFore\n581 729 m 1\n 581 645 l 1\n 145 82 l 1\n 583 82 l 1\n 583 0 l 1\n 28 0 l 1\n 28 82 l 1\n 466 647 l 1\n 56 647 l 1\n 56 729 l 1\n 581 729 l 1\n371 915 m 1\n 371 811 l 1\n 267 811 l 1\n 267 915 l 1\n 371 915 l 1\nEndSplineSet\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 315\nWidth: 500\nFlags: W\nHStem: 0 73<132 457> 451 73<52 344> 612 104<199 303>\nVStem: 199 104<612 716>\nDStem: 344 451 443 450 31 75 132 73\nFore\n443 524 m 1\n 443 450 l 1\n 132 73 l 1\n 457 73 l 1\n 457 0 l 1\n 31 0 l 1\n 31 75 l 1\n 344 451 l 1\n 52 451 l 1\n 52 524 l 1\n 443 524 l 1\n303 716 m 1\n 303 612 l 1\n 199 612 l 1\n 199 716 l 1\n 303 716 l 1\nEndSplineSet\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 316\nWidth: 611\nFlags: HMW\nHStem: 0 82<145 583> 647 82<56 466>\nFore\n581 729 m 1\n 581 645 l 1\n 145 82 l 1\n 583 82 l 1\n 583 0 l 1\n 28 0 l 1\n 28 82 l 1\n 466 647 l 1\n 56 647 l 1\n 56 729 l 1\n 581 729 l 1\n366 790 m 1\n 271 790 l 1\n 175 940 l 1\n 238 940 l 1\n 319 844 l 1\n 398 940 l 1\n 462 940 l 1\n 366 790 l 1\nEndSplineSet\nKernsSLIF: 121 -38 0 0 118 -33 0 0\nEndChar\nStartChar: zcaron\nEncoding: 382 382 317\nWidth: 500\nFlags: W\nHStem: 0 73<132 457> 451 73<52 344> 721 20G<107 170 330 394>\nDStem: 344 451 443 450 31 75 132 73\nFore\n443 524 m 1\n 443 450 l 1\n 132 73 l 1\n 457 73 l 1\n 457 0 l 1\n 31 0 l 1\n 31 75 l 1\n 344 451 l 1\n 52 451 l 1\n 52 524 l 1\n 443 524 l 1\n298 591 m 1\n 203 591 l 1\n 107 741 l 1\n 170 741 l 1\n 251 645 l 1\n 330 741 l 1\n 394 741 l 1\n 298 591 l 1\nEndSplineSet\nEndChar\nStartChar: longs\nEncoding: 383 383 318\nWidth: 278\nFlags: W\nHStem: 0 21G<88 171> 456 68<18 88> 659 73<211 231>\nVStem: 88 83<0 615>\nFore\n171 0 m 1\n 88 0 l 1\n 88 456 l 1\n 18 456 l 1\n 18 524 l 1\n 88 524 l 1\n 88 613 l 2\n 88 688 134 732 211 732 c 0\n 228 732 239 731 258 727 c 1\n 258 658 l 1\n 239 659 236 659 229 659 c 0\n 191 659 171 641 171 606 c 2\n 171 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0180\nEncoding: 384 384 319\nWidth: 556\nFlags: W\nHStem: -23 82<297.5 363.5> 457 82<299 363.5> 600 53<26 89 172 322> 709 20<89 172 89 89>\nVStem: 89 83<196.5 317.5 461 600 653 729> 470 87<198.5 317.5>\nRef: 273 273 N -1 0 0 1 583 0\nEndChar\nStartChar: uni0182\nEncoding: 386 386 320\nWidth: 667\nFlags: W\nHStem: 0 82<172 416> 353 82<172 384> 647 82<172 567>\nVStem: 79 93<82 353 434 647> 530 93<207 225>\nRef: 1041 1041 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0183\nEncoding: 387 387 321\nWidth: 556\nFlags: W\nHStem: -23 78<277 301> 0 21G<54 129> 461 78<277 301> 656 73<137 445>\nVStem: 54 83<232 282 453 656> 436 87<232 282>\nFore\n283 461 m 0\n 195 461 137 381 137 258 c 128\n 137 135 195 55 283 55 c 0\n 374 55 436 136 436 255 c 0\n 436 380 376 461 283 461 c 0\n54 0 m 1\n 54 729 l 1\n 445 729 l 1\n 445 656 l 1\n 137 656 l 1\n 137 453 l 1\n 176 512 227 539 299 539 c 0\n 437 539 523 434 523 264 c 0\n 523 90 433 -23 295 -23 c 0\n 222 -23 169 6 129 67 c 1\n 129 0 l 1\n 54 0 l 1\nEndSplineSet\nMinimumDistance: x11,-1 x8,6 x8,7 \nEndChar\nStartChar: uni0184\nEncoding: 388 388 322\nWidth: 667\nFlags: W\nHStem: 0 82<172 401> 369 82<172 369> 709 20G<79 172>\nVStem: 79 93<82 369 450 477 616 729> 530 93<207 241>\nDStem: 344 729 344 653 172 616 172 539\nFore\n172 82 m 1\n 384 82 l 2\n 470 82 530 144 530 225 c 0\n 530 310 471 369 384 369 c 2\n 172 369 l 1\n 172 82 l 1\n172 539 m 1\n 172 451 l 1\n 337 451 l 2\n 549 451 624 354 623 226 c 0\n 623 93 525 0 393 0 c 2\n 79 0 l 1\n 79 477 l 1\n 0 425 l 1\n 0 502 l 1\n 79 554 l 1\n 79 729 l 1\n 172 729 l 1\n 172 616 l 1\n 344 729 l 1\n 344 653 l 1\n 172 539 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0185\nEncoding: 389 389 323\nWidth: 556\nFlags: W\nHStem: -23 78<278 301> 0 21G<54 129> 461 78<278 301> 709 20G<54 137>\nVStem: 54 83<232 282 453 542 651 729> 436 87<232 282>\nFore\n283 461 m 0\n 195 461 137 381 137 258 c 128\n 137 135 195 55 283 55 c 0\n 374 55 436 136 436 255 c 0\n 436 380 376 461 283 461 c 0\n137 587 m 1\n 137 453 l 1\n 176 512 227 539 299 539 c 0\n 437 539 523 434 523 264 c 0\n 523 90 433 -23 295 -23 c 0\n 222 -23 169 6 129 67 c 1\n 129 0 l 1\n 54 0 l 1\n 54 543 l 1\n -9 493 l 1\n -9 557 l 1\n 54 607 l 1\n 54 729 l 1\n 137 729 l 1\n 137 651 l 1\n 203 702 l 1\n 203 638 l 1\n 137 587 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0186\nEncoding: 390 390 319\nWidth: 722\nFlags: W\nHStem: -23 82<325.5 393> 659 82<308 395.5>\nVStem: 584 93<303 422>\nRef: 67 67 N -1 0 0 -1 725 718\nEndChar\nStartChar: uni0187\nEncoding: 391 391 320\nWidth: 722\nFlags: W\nHStem: -23 82<367 401> 638 83<702 722> 659 82<351 385>\nVStem: 48 93<328 378>\nFore\n575 503 m 1\n 575 592 l 1\n 575 673 623 721 702 721 c 0\n 719 721 730 720 749 716 c 1\n 749 637 l 1\n 730 638 727 638 720 638 c 0\n 682 638 662 625 662 585 c 2\n 662 503 l 1\n 575 503 l 1\n662 503 m 1\n 567 503 l 1\n 556 557 541 588 514 613 c 0\n 484 641 429 659 370 659 c 0\n 229 659 141 544 141 357 c 0\n 141 175 233 59 378 59 c 0\n 456 59 518 93 548 153 c 0\n 563 182 573 216 581 266 c 1\n 677 266 l 1\n 655 73 555 -23 377 -23 c 0\n 282 -23 210 4 154 62 c 0\n 85 133 48 236 48 356 c 0\n 48 474 84 578 150 650 c 0\n 204 710 283 741 381 741 c 0\n 541 741 633 663 662 503 c 1\nEndSplineSet\nEndChar\nStartChar: uni0188\nEncoding: 392 392 321\nWidth: 500\nFlags: W\nHStem: -23 77<254 272> 462 77<254 272> 483 73<510 532>\nVStem: 31 87<232 282>\nFore\n404 494 m 1\n 420 534 456 556 511 556 c 0\n 528 556 539 555 558 551 c 1\n 558 482 l 1\n 539 483 536 483 529 483 c 0\n 491 483 471 470 471 430 c 2\n 471 348 l 1\n 387 348 l 1\n 377 421 333 462 263 462 c 0\n 172 462 118 384 118 253 c 0\n 118 129 173 54 265 54 c 0\n 336 54 379 96 393 180 c 1\n 477 180 l 1\n 467 52 388 -23 263 -23 c 0\n 121 -23 31 84 31 253 c 0\n 31 427 123 539 264 539 c 0\n 319 539 368 523 404 494 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0189\nEncoding: 393 393 320\nWidth: 722\nFlags: W\nHStem: 0 82<182 355 355 371> 339 67<20 89 182 353> 647 82<182 355 182 182>\nVStem: 89 93<82 339 406 647> 574 93<272 457.5>\nRef: 208 208 N 1 0 0 1 0 0\nEndChar\nStartChar: uni018B\nEncoding: 395 395 321\nWidth: 667\nFlags: W\nHStem: 0 82<286.009 530.009> 353 82<318.009 530.009> 647 82<135.009 530.009>\nVStem: 79.009 93<207 225> 530.009 93<82 353 434 647>\nRef: 386 386 N -1 0 0 1 702.009 0\nEndChar\nStartChar: uni018C\nEncoding: 396 396 322\nWidth: 556\nFlags: W\nHStem: -23 78<276 300> 0 21<448 523> 461 78<276 300> 656 73<132 440>\nVStem: 54 87<232 282> 440 83<232 282 453 656>\nRef: 387 387 N -1 0 0 1 577 0\nEndChar\nStartChar: uni018E\nEncoding: 398 398 321\nWidth: 667\nFlags: W\nHStem: 0 82<90 520> 332 82<123 520> 647 82<108 520 520 520>\nVStem: 520 93<82 332 414 647>\nRef: 69 69 N -1 0 0 1 703 0\nEndChar\nStartChar: uni018F\nEncoding: 399 399 322\nWidth: 778\nFlags: W\nHStem: -23 82<390 407> 303 82<39 646> 659 82<389 407>\nFore\n47 452 m 17\n 79 629 210 741 389 741 c 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 0\n 38 368 38 376 39 385 c 1\n 648 385 l 1\n 638 552 538 659 389 659 c 0\n 264 659 171 580 141 452 c 1\n 47 452 l 17\n646 303 m 1\n 134 303 l 1\n 154 155 252 59 390 59 c 128\n 528 59 627 156 646 303 c 1\nEndSplineSet\nBack\n46.5116 452.141 m 1\n 80 628.5 209.922 741 389 741 c 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 0\n 38 367.778 38.2105 376.446 38.6271 385 c 1\n 132 385 l 1\n 648 385 l 1\n 638 552 538 659 389 659 c 0\n 263.629 659 171 579 141.247 451.438 c 1\n647 315 m 1\n 133 315 l 1\n 149 160 248 59 390 59 c 0\n 532 59 632 161 647 315 c 1\nEndSplineSet\nEndChar\nStartChar: uni0190\nEncoding: 400 400 323\nWidth: 667\nFlags: W\nHStem: -23 82<302 353> 321 82<319 412> 663 78<305 353>\nVStem: 48 93<184 202> 73 93<527 542> 511 88<515.125 533.073> 533 88<216 232>\nFore\n412 321 m 1\n 304 321 l 2\n 209 321 141 248 141 191 c 0\n 141 152 162 112 193 90 c 0\n 222 70 268 59 327 59 c 0\n 406 59 460 78 495 120 c 0\n 522 152 534 187 533 232 c 1\n 621 232 l 1\n 620 165 607 121 578 81 c 0\n 528 13 444 -23 333 -23 c 0\n 246 -23 175 -3 128 33 c 0\n 79 72 48 137 48 200 c 0\n 48 282 95 343 178 374 c 1\n 110 403 73 452 73 527 c 0\n 73 659 172 741 332 741 c 0\n 500 741 598 658 599 515 c 1\n 511 515 l 1\n 510 610 445 663 329 663 c 0\n 231 663 166 614 166 540 c 0\n 166 484 235 403 324 403 c 2\n 412 403 l 1\n 412 321 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0191\nEncoding: 401 401 323\nWidth: 611\nFlags: W\nHStem: -218 83<17 35> 0 21G<90 183> 332 82<183 531> 647 82<90 579>\nVStem: 90 93<-89.744 332 0 647>\nFore\n90 224 m 5\n 183 224 l 5\n 183 -109 l 6\n 183 -180 124 -218 30 -218 c 4\n 17 -218 12 -217 2 -215 c 5\n 2 -134 l 5\n 19 -135 19 -135 22 -135 c 4\n 63 -135 90 -120 90 -76 c 6\n 90 224 l 5\n183 332 m 1\n 183 0 l 1\n 90 0 l 1\n 90 729 l 1\n 579 729 l 1\n 579 647 l 1\n 183 647 l 1\n 183 414 l 1\n 531 414 l 1\n 531 332 l 1\n 183 332 l 1\nEndSplineSet\nEndChar\nStartChar: florin\nEncoding: 402 402 324\nWidth: 556\nFlags: HMW\nHStem: -212 78<69 91> 392 70<140 253 354 467> 658 80<443 467.5>\nFore\n467 462 m 1\n 467 392 l 1\n 341 392 l 1\n 266 -5 l 1\n 253 -75 233 -122 201 -155 c 0\n 167 -190 116 -212 66 -212 c 0\n 42 -212 24 -209 11 -202 c 1\n 28 -118 l 1\n 45 -129 59 -134 79 -134 c 0\n 130 -134 160 -98 175 -21 c 1\n 253 392 l 1\n 140 392 l 1\n 140 462 l 1\n 265 462 l 1\n 287 566 l 1\n 298 622 318 661 348 690 c 0\n 380 720 423 738 463 738 c 0\n 489 738 512 732 542 719 c 1\n 512 640 l 1\n 487 654 475 658 460 658 c 0\n 413 658 381 614 366 532 c 1\n 354 462 l 1\n 467 462 l 1\nEndSplineSet\nEndChar\nStartChar: uni0193\nEncoding: 403 403 325\nWidth: 778\nFlags: W\nHStem: -23 82<376 405> -4 21G<650 709> 303 82<405 627> 643 83<739 759> 659 82<376 413>\nVStem: 44 93<344 387> 627 82<264 385>\nFore\n612 508 m 5\n 612 597 l 5\n 612 678 660 726 739 726 c 4\n 756 726 767 725 786 721 c 5\n 786 642 l 5\n 767 643 764 643 757 643 c 4\n 719 643 699 630 699 590 c 6\n 699 508 l 5\n 612 508 l 5\n709 385 m 1\n 709 -4 l 1\n 650 -4 l 1\n 627 93 l 1\n 556 14 477 -23 378 -23 c 0\n 181 -23 44 133 44 357 c 0\n 44 488 92 601 176 671 c 0\n 233 718 305 741 394 741 c 0\n 561 741 673 656 699 508 c 1\n 604 508 l 1\n 584 602 504 659 393 659 c 0\n 239 659 137 541 137 362 c 0\n 137 272 166 185 214 133 c 0\n 257 86 324 59 398 59 c 0\n 531 59 627 153 627 283 c 2\n 627 303 l 1\n 405 303 l 1\n 405 385 l 1\n 709 385 l 1\nEndSplineSet\nEndChar\nStartChar: uni0199\nEncoding: 409 409 326\nWidth: 500\nFlags: W\nHStem: 0 21G<58 141 399 502> 504 20G<363 470> 659 73<180 203>\nVStem: 58 83<0 204 302 615>\nDStem: 222 284 288 343 399 0 502 0 363 524 470 524 141 302 288 343\nFore\n58 0 m 1\n 58 613 l 2\n 58 688 104 732 181 732 c 0\n 198 732 209 731 228 727 c 1\n 228 658 l 1\n 209 659 206 659 199 659 c 0\n 161 659 141 641 141 606 c 2\n 141 302 l 1\n 363 524 l 1\n 470 524 l 1\n 288 343 l 1\n 502 0 l 1\n 399 0 l 1\n 222 284 l 1\n 141 204 l 1\n 141 0 l 1\n 58 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni019D\nEncoding: 413 413 325\nWidth: 722\nFlags: W\nHStem: -218 78<3 21> 0 21G<541 646> 709 20G<76 177 558 646>\nVStem: 76 88<-89.9189 591> 558 88<133 729>\nDStem: 164 591 177 729 541 0 558 133\nFore\n76 -76 m 2\n 76 729 l 1\n 177 729 l 1\n 558 133 l 1\n 558 729 l 1\n 646 729 l 1\n 646 0 l 1\n 541 0 l 1\n 164 591 l 1\n 164 -109 l 2\n 164 -180 110 -218 16 -218 c 0\n 3 -218 -2 -217 -12 -215 c 1\n -12 -139 l 1\n 5 -140 5 -140 8 -140 c 0\n 49 -140 76 -120 76 -76 c 2\nEndSplineSet\nEndChar\nStartChar: uni019E\nEncoding: 414 414 326\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154> 466 73<296 321> 504 20G<70 147>\nVStem: 70 77<0 524> 70 84<0 313> 404 83<-200 396>\nFore\n70 524 m 1\n 147 524 l 1\n 147 436 l 1\n 193 509 243 539 321 539 c 0\n 422 539 487 483 487 396 c 2\n 487 -200 l 1\n 404 -200 l 1\n 404 363 l 2\n 404 426 362 466 296 466 c 0\n 210 466 154 396 154 289 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni019F\nEncoding: 415 415 327\nWidth: 778\nFlags: W\nHStem: -23 82<390 407> 315 70<132 647> 659 82<389 407>\nFore\n389 741 m 0\n 603 741 742 588 742 353 c 0\n 742 234 695 121 616 54 c 0\n 557 4 478 -23 390 -23 c 0\n 180 -23 38 131 38 359 c 128\n 38 587 180 741 389 741 c 0\n648 385 m 1\n 638 552 538 659 389 659 c 0\n 243 659 141 550 132 385 c 1\n 648 385 l 1\n647 315 m 1\n 133 315 l 1\n 149 160 248 59 390 59 c 128\n 532 59 632 161 647 315 c 1\nEndSplineSet\nEndChar\nStartChar: uni01A5\nEncoding: 421 421 328\nWidth: 556\nFlags: W\nHStem: -23 78<277 301> 461 78<277 302> 504 20<54 131> 519 73<537 557>\nVStem: 54 77<-218 524> 54 84<-218 55 -218 279> 420 77<384 481> 436 87<229 279>\nFore\n420 384 m 1\n 420 473 l 1\n 420 548 460 592 537 592 c 0\n 554 592 565 591 584 587 c 1\n 584 518 l 1\n 565 519 562 519 555 519 c 0\n 517 519 497 506 497 466 c 2\n 497 384 l 1\n 420 384 l 1\nEndSplineSet\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01A7\nEncoding: 423 423 328\nWidth: 667\nFlags: W\nHStem: -23 82<297.5 366.5> 663 78<285 392>\nVStem: 48 93<171.5 219.5> 506 93<512 577>\nRef: 83 83 N -1 0 0 1 669 0\nEndChar\nStartChar: uni01A8\nEncoding: 424 424 329\nWidth: 500\nFlags: W\nHStem: -23 77<206.5 265.5> 462 77<214.5 282>\nVStem: 34 87<111.5 155> 359 87<364.5 407>\nRef: 115 115 N -1 0 0 1 493 0\nEndChar\nStartChar: uni01A9\nEncoding: 425 425 330\nWidth: 611\nFlags: W\nHStem: 0 82<145 583> 647 82<145 555>\nDStem: 30 645 145 647 247 365 364 365 247 365 364 365 28 82 145 82\nFore\n247 365 m 1\n 30 645 l 1\n 30 729 l 1\n 555 729 l 1\n 555 647 l 1\n 145 647 l 1\n 364 365 l 25\n 145 82 l 1\n 583 82 l 1\n 583 0 l 1\n 28 0 l 1\n 28 82 l 1\n 247 365 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni01AB\nEncoding: 427 427 330\nWidth: 278\nFlags: W\nHStem: -218 74<81 112> 456 68<14 86 168 254>\nVStem: 85 83<85 455 524 668> 170 84<-91 -23>\nFore\n170 -22.3492 m 1\n 115.119 -17.7133 85 11.522 85 60 c 2\n 85 456 l 1\n 14 456 l 1\n 14 524 l 1\n 85 524 l 1\n 85 668 l 1\n 168 668 l 1\n 168 524 l 1\n 254 524 l 1\n 254 456 l 1\n 168 456 l 1\n 168 97 l 2\n 168 60 178 50 214 50 c 0\n 230 50 243 51 254 54 c 1\n 254 -109 l 2\n 254 -180 204 -218 110 -218 c 0\n 97 -218 92 -217 82 -215 c 1\n 82 -144 l 1\n 99 -145 99 -145 102 -145 c 0\n 153 -145 170 -128 170 -76 c 2\n 170 -22.3492 l 1\nEndSplineSet\nMinimumDistance: x9,-1 y5,7 y5,6 x8,10 x8,9 x2,4 x2,3 \nEndChar\nStartChar: uni01AD\nEncoding: 429 429 331\nWidth: 278\nFlags: W\nHStem: -23 73<186 214> 456 68<14 85 168 254> 659 73<208 228>\nVStem: 85 83<60 456 524 618>\nFore\n168 606 m 2\n 168 524 l 1\n 254 524 l 1\n 254 456 l 1\n 168 456 l 1\n 168 97 l 2\n 168 60 178 50 214 50 c 0\n 230 50 243 51 254 54 c 1\n 254 -16 l 1\n 226 -21 206 -23 186 -23 c 0\n 121 -23 85 7 85 60 c 2\n 85 456 l 1\n 14 456 l 1\n 14 524 l 1\n 85 524 l 1\n 85 613 l 2\n 85 688 131 732 208 732 c 0\n 225 732 236 731 255 727 c 1\n 255 658 l 1\n 236 659 233 659 226 659 c 0\n 188 659 168 641 168 606 c 2\nEndSplineSet\nEndChar\nStartChar: uni01AE\nEncoding: 430 430 332\nWidth: 611\nFlags: W\nHStem: -218 83<404 424> 0 21G<261 354> 647 82<21 261 21 593>\nVStem: 261 93<-109 647>\nFore\n354 224 m 5\n 354 -76 l 6\n 354 -120 381 -135 422 -135 c 4\n 425 -135 425 -135 442 -134 c 5\n 442 -215 l 5\n 432 -217 427 -218 414 -218 c 4\n 320 -218 261 -180 261 -109 c 6\n 261 224 l 5\n 354 224 l 5\n354 647 m 1\n 354 0 l 1\n 261 0 l 1\n 261 647 l 1\n 21 647 l 1\n 21 729 l 1\n 593 729 l 1\n 593 647 l 1\n 354 647 l 1\nEndSplineSet\nEndChar\nStartChar: uni01C4\nEncoding: 452 452 332\nWidth: 1311\nFlags: W\nHStem: 0 82<182 354 354 370 845 1283> 647 82<182 354 182 182 756 1166>\nVStem: 89 93<82 647> 574 93<272 457>\nRef: 381 381 N 1 0 0 1 700 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C5\nEncoding: 453 453 333\nWidth: 1208\nFlags: W\nHStem: 0 73<840 1165> 0 82<182 354 354 370> 451 73<760 1052> 647 82<182 354 182 182> 721 20<815 878 1038 1102>\nVStem: 89 93<82 647> 574 93<272 457>\nDStem: 1052 451 1151 450 739 75 840 73\nRef: 382 382 N 1 0 0 1 708 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C6\nEncoding: 454 454 334\nWidth: 1056\nFlags: W\nHStem: -23 78<220 290> 0 73<688 1013> 451 73<608 900> 461 78<219.5 286> 709 20<412 495 495 495> 721 20<663 726 886 950>\nVStem: 26 87<197 319> 412 83<195.5 318.5 458 729>\nDStem: 900 451 999 450 587 75 688 73\nRef: 382 382 S 1 0 0 1 556 0\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C7\nEncoding: 455 455 335\nWidth: 1056\nFlags: W\nHStem: -23 78<742 795.5> 0 82<173 533> 709 20<80 173 173 173 889 982 982 982>\nVStem: 80 93<82 729> 573 95<170 187 187 234> 889 93<216 729>\nRef: 74 74 N 1 0 0 1 556 0\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C8\nEncoding: 456 456 336\nWidth: 778\nFlags: W\nHStem: -218 73<559.5 583.5> 0 82<173 533> 624 105<626 709> 709 20<80 173 173 173>\nVStem: 80 93<82 729> 626 83<-76 524 624 729>\nRef: 106 106 S 1 0 0 1 556 0\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C9\nEncoding: 457 457 337\nWidth: 444\nFlags: W\nHStem: -218 73<225.5 249.5> 0 20 624 105<292 375> 709 20<68 152 152 152>\nVStem: 68 84<0 729> 292 83<-76 524 624 729>\nRef: 106 106 S 1 0 0 1 222 0\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CA\nEncoding: 458 458 338\nWidth: 1158\nFlags: W\nHStem: -23 78<894 947.5> 0 20 709 20<76 177 177 177 558 646 646 646 1041 1134 1134 1134>\nVStem: 76 88<0 591> 558 88<133 729> 725 95<170 187 187 234> 1041 93<216 729>\nRef: 74 74 N 1 0 0 1 708 0\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CB\nEncoding: 459 459 339\nWidth: 944\nFlags: W\nHStem: -218 73<725.5 749.5> 0 20 624 105<792 875> 709 20<76 177 177 177 558 646 646 646>\nVStem: 76 88<0 591> 558 88<133 729> 792 83<-76 524 624 729>\nRef: 106 106 N 1 0 0 1 722 0\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CC\nEncoding: 460 460 340\nWidth: 778\nFlags: W\nHStem: -218 73<559.5 583.5> 0 21<70 154 404 487> 466 73<296 321> 504 20<70 147> 624 105<626 709>\nVStem: 70 77<0 524> 70 84<0 305> 404 83<0 396> 626 83<-76 524 624 729>\nRef: 106 106 N 1 0 0 1 556 0\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CD\nEncoding: 461 461 341\nWidth: 667\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397> 911 20<193 256 256 256 416 480 480 480>\nRef: 711 711 N 1 0 0 1 174 190\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 342\nWidth: 556\nHStem: -23 73<199.5 247> 462 77<237 309.5> 709 20<131 194 194 194 354 418 418 418>\nVStem: 42 87<107.5 161.5> 389 83<165 259 259 259 362 384 384 396>\nRef: 711 711 N 1 0 0 1 112 -12\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 343\nWidth: 278\nHStem: 0 20 709 20<100 194 194 194> 911 20<3 66 66 66 226 290 290 290>\nVStem: 100 94<0 729>\nRef: 711 711 N 1 0 0 1 -16 190\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 344\nWidth: 278\nHStem: 0 20 504 20<94 178 178 178> 709 20<-7 56 56 56 216 280 280 280>\nVStem: 94 84<0 524>\nRef: 711 711 N 1 0 0 1 -26 -12\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 345\nWidth: 778\nHStem: -23 82<312.5 434> 659 82<312 468> 911 20<245 308 308 308 468 532 532 532>\nVStem: 38 93<269 449> 649 93<293.5 447>\nRef: 711 711 N 1 0 0 1 226 190\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 346\nWidth: 556\nHStem: -23 77<226.5 319> 462 77<226.5 320> 709 20<129 192 192 192 352 416 416 416>\nVStem: 36 87<194.5 321> 423 87<193.5 320>\nRef: 711 711 N 1 0 0 1 110 -12\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 347\nWidth: 722\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645> 911 20<221 284 284 284 444 508 508 508>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 711 711 N 1 0 0 1 202 190\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 348\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482> 709 20<130 193 193 193 353 417 417 417>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 711 711 N 1 0 0 1 111 -12\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 349\nWidth: 722\nHStem: -23 82<364 390> 709 20<85 178 552 645> 811 103<232 336 394 498> 954 70<228 502>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 175 175 N 1 0 0 1 200 323\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 350\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482> 612 103<141 245 303 407> 755 70<137 411>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 175 175 N 1 0 0 1 109 124\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 351\nWidth: 722\nHStem: -23 82<364 390> 709 20<85 178 552 645> 811 103<232 336 394 498> 1082 20<431 544 544 544>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 180 180 N 1 0 0 1 243 362\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 352\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482> 612 103<141 245 303 407> 883 20<340 453 453 453>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 180 180 N 1 0 0 1 152 163\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 353\nWidth: 722\nHStem: -23 82<364 390> 709 20<85 178 552 645> 811 103<232 336 394 498> 1084 20<221 284 284 284 444 508 508 508>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 711 711 N 1 0 0 1 202 363\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 354\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482> 612 103<141 245 303 407> 885 20<131 194 194 194 354 418 418 418>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 711 711 N 1 0 0 1 112 164\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 355\nWidth: 722\nHStem: -23 82<364 390> 709 20<85 178 552 645> 811 103<232 336 394 498> 1082 20<186 299 299 299>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 96 96 N 1 0 0 1 164 362\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 356\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482> 612 103<141 245 303 407> 883 20<95 208 208 208>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 96 96 N 1 0 0 1 73 163\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DD\nEncoding: 477 477 357\nWidth: 556\nFlags: W\nHStem: -23 77<233 316> 214 68<130 424> 462 77<238.5 298.5>\nRef: 101 101 N -1 0 0 -1 553 516\nEndChar\nStartChar: uni01DE\nEncoding: 478 478 358\nWidth: 667\nHStem: 0 21<17 116 549 653> 219 78<216 474> 709 20<277 397> 811 103<202 306 364 468> 954 70<198 472>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nRef: 175 175 N 1 0 0 1 170 323\nRef: 196 196 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 359\nWidth: 556\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 612 103<140 244 302 406> 755 70<136 410>\nVStem: 42 87<120 138> 389 83<152 396>\nRef: 175 175 N 1 0 0 1 108 124\nRef: 228 228 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E0\nEncoding: 480 480 360\nWidth: 667\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397> 781 104<285 389> 925 70<200 474>\nVStem: 285 104<781 885>\nRef: 175 175 N 1 0 0 1 172 294\nRef: 550 550 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E1\nEncoding: 481 481 361\nWidth: 556\nHStem: -23 73<199.5 247> 462 77<237 309.5> 579 104<223 327> 723 70<138 412>\nVStem: 42 87<107.5 161.5> 223 104<579 683> 389 83<165 259 259 259 362 384 384 396>\nRef: 175 175 N 1 0 0 1 110 92\nRef: 551 551 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 362\nWidth: 1000\nHStem: 0 82<561 950> 214 82<230 468> 332 82<561 913> 647 82<368 468 368 368 561 932 561 561> 781 70<484 758>\nVStem: 468 93<82 214 214 214 296 332 414 647>\nRef: 175 175 N 1 0 0 1 456 150\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 363\nWidth: 889\nHStem: -23 73<202 223> -23 77<594.355 627> 234 68<461 845> 462 77<241 275 593 627> 579 70<302 576>\nVStem: 34 87<120 138> 381 78<157 234> 755 90<234 302>\nRef: 175 175 S 1 0 0 1 274 -52\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E4\nEncoding: 484 484 364\nWidth: 778\nFlags: W\nHStem: -23 82<376 405> -4 21G<650 709> 182 58<405 605 709 762> 303 82<405 627> 659 82<376 413>\nVStem: 44 93<344 387> 627 82<264 385>\nFore\n623 240 m 1\n 626 254 627 268 627 283 c 2\n 627 303 l 1\n 405 303 l 1\n 405 385 l 1\n 709 385 l 1\n 709 240 l 1\n 762 240 l 1\n 762 182 l 1\n 709 182 l 1\n 709 -4 l 1\n 650 -4 l 1\n 627 93 l 1\n 556 14 477 -23 378 -23 c 0\n 181 -23 44 133 44 357 c 0\n 44 488 92 601 176 671 c 0\n 233 718 305 741 394 741 c 0\n 561 741 673 656 699 508 c 1\n 604 508 l 1\n 584 602 504 659 393 659 c 0\n 239 659 137 541 137 362 c 0\n 137 272 166 185 214 133 c 0\n 257 86 324 59 398 59 c 0\n 493 59 569 107 605 182 c 1\n 405 182 l 1\n 405 240 l 1\n 623 240 l 1\nEndSplineSet\nEndChar\nStartChar: uni01E5\nEncoding: 485 485 365\nWidth: 556\nFlags: W\nHStem: -218 70<243 270> -108 52<268 367 478 514> -23 77<244 264> 462 77<243 270> 504 20G<412 489>\nVStem: 29 87<229 279> 404 85<37 86 229 524>\nFore\n261 462 m 0\n 172 462 116 384 116 258 c 0\n 116 131 171 54 262 54 c 0\n 350 54 404 130 404 255 c 0\n 404 386 351 462 261 462 c 0\n394 -56 m 1\n 401 -31 404 2 404 44 c 2\n 404 71 l 1\n 357 5 311 -23 245 -23 c 0\n 190 -23 134 3 95 47 c 0\n 52 97 29 167 29 253 c 0\n 29 423 119 539 252 539 c 0\n 319 539 370 510 412 448 c 1\n 412 524 l 1\n 489 524 l 1\n 489 86 l 2\n 489 27 486 -19 478 -56 c 1\n 514 -56 l 1\n 514 -108 l 1\n 461 -108 l 1\n 429.643 -179.672 356.294 -218 255 -218 c 0\n 132 -218 55 -159 46 -60 c 1\n 131 -60 l 1\n 136 -91 144 -105 163 -120 c 0\n 186 -138 220 -148 258 -148 c 0\n 304 -148 343 -133 367 -108 c 1\n 268 -108 l 1\n 268 -56 l 1\n 394 -56 l 1\nEndSplineSet\nEndChar\nStartChar: Gcaron\nEncoding: 486 486 364\nWidth: 778\nHStem: -23 82<361 427.5> 303 82<405 627> 659 82<349.5 448.5> 911 20<251 314 314 314 474 538 538 538>\nVStem: 44 93<317 422.5> 627 82<93 93 283 303 303 303>\nRef: 711 711 N 1 0 0 1 232 190\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 365\nWidth: 556\nHStem: -218 70<239 283.5> -23 77<217.5 278> 462 77<216.5 285.5> 709 20<109 172 172 172 332 396 396 396>\nVStem: 29 87<210 321> 412 77<448 524>\nRef: 711 711 N 1 0 0 1 90 -12\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 366\nWidth: 667\nHStem: 0 20 709 20<79 172 172 172 535 655 655 655> 911 20<223 286 286 286 446 510 510 510>\nVStem: 79 93<0 255 360 729>\nRef: 711 711 N 1 0 0 1 204 190\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 367\nWidth: 500\nHStem: 0 20 709 20<58 141 141 141> 899 20<-44 19 19 19 179 243 243 243>\nVStem: 58 83<0 204 302 729>\nRef: 711 711 N 1 0 0 1 -63 178\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 368\nWidth: 778\nHStem: -221 45<379.5 399.5> -23 82<312.5 434> 659 82<312 468>\nVStem: 38 93<269 449> 258 73<-139.5 -103> 649 93<293.5 447>\nRef: 731 731 N 1 0 0 1 201 -16\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 369\nWidth: 556\nHStem: -221 45<262.5 282.5> -23 77<226.5 319> 462 77<226.5 320>\nVStem: 36 87<194.5 321> 141 73<-139.5 -103> 423 87<193.5 320>\nRef: 731 731 N 1 0 0 1 84 -16\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 370\nWidth: 778\nHStem: -221 45<379.5 399.5> -23 82<312.5 434> 659 82<312 468> 781 70<252 526>\nVStem: 38 93<269 449> 258 73<-139.5 -103> 649 93<293.5 447>\nRef: 175 175 N 1 0 0 1 224 150\nRef: 490 490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 371\nWidth: 556\nHStem: -221 45<262.5 282.5> -23 77<226.5 319> 462 77<226.5 320> 579 70<135 409>\nVStem: 36 87<194.5 321> 141 73<-139.5 -103> 423 87<193.5 320>\nRef: 175 175 N 1 0 0 1 107 -52\nRef: 491 491 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F0\nEncoding: 496 496 372\nWidth: 222\nHStem: -218 73<-3 15> 504 20<70 153> 694 20<-33 30 30 30 190 254 254 254>\nVStem: 70 83<-91 524>\nRef: 711 711 N 1 0 0 1 -52 -27\nRef: 63166 63166 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F1\nEncoding: 497 497 373\nWidth: 1333\nFlags: W\nHStem: 0 82<182 354 354 370 867 1305> 647 82<182 354 182 182 778 1188>\nVStem: 89 93<82 647> 574 93<272 457>\nRef: 90 90 N 1 0 0 1 722 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F2\nEncoding: 498 498 374\nWidth: 1222\nFlags: W\nHStem: 0 73<854 1179> 0 82<182 354 354 370> 451 73<774 1066> 647 82<182 354 182 182>\nVStem: 89 93<82 647> 574 93<272 457>\nRef: 122 122 N 1 0 0 1 722 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F3\nEncoding: 499 499 375\nWidth: 1056\nFlags: W\nHStem: -23 78<220 290> 0 73<688 1013> 451 73<608 900> 461 78<219.5 286> 709 20<412 495 495 495>\nVStem: 26 87<197 319> 412 83<195.5 318.5 458 729>\nRef: 122 122 N 1 0 0 1 556 0\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F4\nEncoding: 500 500 376\nWidth: 778\nHStem: -23 82<361 427.5> 303 82<405 627> 659 82<349.5 448.5> 909 20<460 573 573 573>\nVStem: 44 93<317 422.5> 627 82<93 93 283 303 303 303>\nRef: 180 180 N 1 0 0 1 272 189\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F5\nEncoding: 501 501 377\nWidth: 556\nHStem: -218 70<239 283.5> -23 77<217.5 278> 462 77<216.5 285.5> 707 20<318 431 431 431>\nVStem: 29 87<210 321> 412 77<448 524>\nRef: 180 180 N 1 0 0 1 130 -13\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F8\nEncoding: 504 504 378\nWidth: 722\nHStem: 0 20 709 20<76 177 177 177 558 646 646 646> 909 20<182 295 295 295>\nVStem: 76 88<0 591> 558 88<133 729>\nRef: 96 96 N 1 0 0 1 160 189\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F9\nEncoding: 505 505 379\nWidth: 556\nHStem: 0 21<70 154 404 487> 466 73<296 321> 504 20<70 147> 707 20<100 213 213 213>\nVStem: 70 77<0 524> 70 84<0 305> 404 83<0 396>\nRef: 96 96 N 1 0 0 1 78 -13\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 380\nWidth: 667\nHStem: 0 21<17 116 549 653> 219 78<216 474> 709 20<277 397> 778 44<325.75 338> 909 44<325.75 338> 1121 20<401 514 514 514>\nVStem: 247 44<866 868> 379 44<865 869>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nRef: 180 180 N 1 0 0 1 213 401\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 381\nWidth: 556\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 579 44<275 283> 710 44<275 283> 922 20<341 454 454 454>\nVStem: 42 87<120 138> 187 44<667 669> 319 44<666 670> 389 83<152 396>\nRef: 180 180 N 1 0 0 1 153 202\nRef: 229 229 N 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 382\nWidth: 1000\nHStem: 0 82<561 950> 214 82<230 468> 332 82<561 913> 647 82<368 468 368 368 561 932 561 561> 909 20<687 800 800 800>\nVStem: 468 93<82 214 214 214 296 332 414 647>\nRef: 180 180 N 1 0 0 1 499 189\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 383\nWidth: 889\nHStem: -23 73<202 223> -23 77<594.355 627> 234 68<461 845> 462 77<241 275 593 627> 707 20<505 618 618 618>\nVStem: 34 87<120 138> 381 78<157 234> 755 90<234 302>\nRef: 180 180 N 1 0 0 1 317 -13\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 384\nWidth: 778\nHStem: -23 82<387 399> 659 82<387 399> 923 20<456 569 569 569>\nVStem: 35 93<360 378> 646 93<358 378>\nDStem: 111 108 146 67 30 19 69 -17 558 595 593 554 174 176 206 133 704 755 744 719 617 660 655 622\nRef: 180 180 N 1 0 0 1 268 203\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 385\nWidth: 611\nHStem: -23 77<252 319.5> 462 77<226.5 295> 707 20<339 452 452 452>\nVStem: 36 87<234.5 321> 423 87<195 280>\nRef: 180 180 N 1 0 0 1 151 -13\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0200\nEncoding: 512 512 386\nWidth: 667\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397> 931 20<71 184 245 358>\nRef: 783 783 N 1 0 0 1 439 211\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0201\nEncoding: 513 513 387\nWidth: 556\nHStem: -23 73<199.5 247> 462 77<237 309.5> 729 20<9 122 183 296>\nVStem: 42 87<107.5 161.5> 389 83<165 259 259 259 362 384 384 396>\nRef: 783 783 N 1 0 0 1 377 9\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 388\nWidth: 667\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397> 801 20<186.5 245.5 186.5 186.5 428.5 487.5 428.5 428.5> 867 69<309.5 365>\nRef: 785 785 N 1 0 0 1 504.5 204\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 389\nWidth: 556\nHStem: -23 73<199.5 247> 462 77<237 309.5> 599 20<124.5 183.5 124.5 124.5 366.5 425.5 366.5 366.5> 665 69<247.5 303>\nVStem: 42 87<107.5 161.5> 389 83<165 259 259 259 362 384 384 396>\nRef: 785 785 N 1 0 0 1 442.5 2\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0204\nEncoding: 516 516 390\nWidth: 667\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183> 931 20<76.5 189.5 250.5 363.5>\nVStem: 90 93<82 332 414 647>\nRef: 783 783 N 1 0 0 1 444.5 211\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0205\nEncoding: 517 517 391\nWidth: 556\nHStem: -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320> 729 20<14 127 188 301>\nRef: 783 783 N 1 0 0 1 382 9\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 392\nWidth: 667\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183> 801 20<192 251 192 192 434 493 434 434> 867 69<315 370.5>\nVStem: 90 93<82 332 414 647>\nRef: 785 785 N 1 0 0 1 510 204\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 393\nWidth: 556\nHStem: -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320> 599 20<129.5 188.5 129.5 129.5 371.5 430.5 371.5 371.5> 665 69<252.5 308>\nRef: 785 785 N 1 0 0 1 447.5 2\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0208\nEncoding: 520 520 394\nWidth: 278\nHStem: 0 20 709 20<100 194 194 194> 931 20<-119 -6 55 168>\nVStem: 100 94<0 729>\nRef: 783 783 N 1 0 0 1 249 211\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0209\nEncoding: 521 521 395\nWidth: 278\nHStem: 0 20 504 20<94 178 178 178> 729 20<-130 -17 44 157>\nVStem: 94 84<0 524>\nRef: 783 783 N 1 0 0 1 238 9\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 396\nWidth: 278\nHStem: 0 20 709 20<100 194 194 194> 801 20<-3.5 55.5 -3.5 -3.5 238.5 297.5 238.5 238.5> 867 69<119.5 175>\nVStem: 100 94<0 729>\nRef: 785 785 N 1 0 0 1 314.5 204\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 397\nWidth: 278\nHStem: 0 20 504 20<94 178 178 178> 599 20<-14.5 44.5 -14.5 -14.5 227.5 286.5 227.5 227.5> 665 69<108.5 164>\nVStem: 94 84<0 524>\nRef: 785 785 N 1 0 0 1 303.5 2\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020C\nEncoding: 524 524 398\nWidth: 778\nHStem: -23 82<312.5 434> 659 82<312 468> 931 20<123 236 297 410>\nVStem: 38 93<269 449> 649 93<293.5 447>\nRef: 783 783 N 1 0 0 1 491 211\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020D\nEncoding: 525 525 399\nWidth: 556\nHStem: -23 77<226.5 319> 462 77<226.5 320> 729 20<6 119 180 293>\nVStem: 36 87<194.5 321> 423 87<193.5 320>\nRef: 783 783 N 1 0 0 1 374 9\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 400\nWidth: 778\nHStem: -23 82<312.5 434> 659 82<312 468> 801 20<238.5 297.5 238.5 238.5 480.5 539.5 480.5 480.5> 867 69<361.5 417>\nVStem: 38 93<269 449> 649 93<293.5 447>\nRef: 785 785 N 1 0 0 1 556.5 204\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 401\nWidth: 556\nHStem: -23 77<226.5 319> 462 77<226.5 320> 599 20<121.5 180.5 121.5 121.5 363.5 422.5 363.5 363.5> 665 69<244.5 300>\nVStem: 36 87<194.5 321> 423 87<193.5 320>\nRef: 785 785 N 1 0 0 1 439.5 2\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0210\nEncoding: 528 528 402\nWidth: 722\nHStem: 0 20 314 82<186 411 411 426> 647 82<186 411 186 186> 931 20<94 207 268 381>\nVStem: 93 93<0 314 396 647> 554 97<492.5 543>\nRef: 783 783 S 1 0 0 1 462 211\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0211\nEncoding: 529 529 403\nWidth: 333\nHStem: 0 21<69 153> 451 88<289 321> 504 20<69 146> 729 20<-71 42 103 216>\nVStem: 69 77<0 524> 69 84<0 289>\nRef: 783 783 N 1 0 0 1 297 9\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 404\nWidth: 722\nHStem: 0 20 314 82<186 411 411 426> 647 82<186 411 186 186> 801 20<196.5 255.5 196.5 196.5 438.5 497.5 438.5 438.5> 867 69<319.5 375>\nVStem: 93 93<0 314 396 647> 554 97<492.5 543>\nRef: 785 785 S 1 0 0 1 514.5 204\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 405\nWidth: 333\nHStem: 0 21<69 153> 451 88<289 321> 504 20<69 146> 599 20<44.5 103.5 44.5 44.5 286.5 345.5 286.5 286.5> 665 69<167.5 223>\nVStem: 69 77<0 524> 69 84<0 289>\nRef: 785 785 N 1 0 0 1 362.5 2\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0214\nEncoding: 532 532 406\nWidth: 722\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645> 931 20<99 212 273 386>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 783 783 N 1 0 0 1 467 211\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0215\nEncoding: 533 533 407\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482> 729 20<7.5 120.5 181.5 294.5>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 783 783 N 1 0 0 1 375.5 9\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 408\nWidth: 722\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645> 801 20<214.5 273.5 214.5 214.5 456.5 515.5 456.5 456.5> 867 69<337.5 393>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 785 785 N 1 0 0 1 532.5 204\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 409\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482> 599 20<123 182 123 123 365 424 365 365> 665 69<246 301.5>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 785 785 N 1 0 0 1 441 2\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 410\nWidth: 667\nFlags: W\nHStem: -284 38<291 302.254 291 353> -23 82<319 369> 663 78<303 353>\nVStem: 70 93<525 549> 291 100<-161 -60> 508 88<515 533.073> 528 93<189 202>\nFore\n596 515 m 1\n 508 515 l 1\n 507 610 442 663 326 663 c 0\n 228 663 163 614 163 540 c 0\n 163 484 195 456 283 432 c 2\n 466 383 l 2\n 565 356 621 290 621 200 c 0\n 621 137 590 72 541 33 c 0\n 494 -3 423 -23 336 -23 c 0\n 225 -23 141 13 91 81 c 0\n 62 121 49 165 48 232 c 1\n 136 232 l 1\n 135 187 147 152 174 120 c 0\n 209 78 263 59 342 59 c 0\n 401 59 447 70 476 90 c 0\n 507 112 528 152 528 191 c 0\n 528 248 486 285 394 309 c 2\n 213 357 l 2\n 117 382 70 438 70 527 c 0\n 70 659 169 741 329 741 c 0\n 497 741 595 658 596 515 c 1\n291 -60 m 1\n 391 -60 l 1\n 391 -163 l 2\n 391 -238 353 -285 291 -284 c 1\n 291 -246 l 1\n 329 -246 348 -215 346 -160 c 1\n 291 -160 l 1\n 291 -60 l 1\nEndSplineSet\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 411\nWidth: 500\nFlags: W\nHStem: -284 38<197 208.254 197 259> -23 77<229 259> 462 77<225 259>\nVStem: 47 87<371 389> 197 100<-161 -60> 372 87<131 149>\nFore\n438 378 m 1\n 350 378 l 1\n 348 433 312 462 245 462 c 0\n 177 462 134 431 134 383 c 0\n 134 346 163 324 231 308 c 2\n 311 289 l 2\n 415 264 459 221 459 143 c 0\n 459 42 375 -23 243 -23 c 0\n 106 -23 38 35 34 156 c 1\n 122 156 l 1\n 127 119 133 104 146 89 c 0\n 167 67 205 54 250 54 c 0\n 323 54 372 87 372 136 c 0\n 372 174 349 195 291 209 c 2\n 213 228 l 2\n 89 258 47 297 47 379 c 0\n 47 476 126 539 248 539 c 0\n 369 539 437 481 438 378 c 1\n197 -60 m 1\n 297 -60 l 1\n 297 -163 l 2\n 297 -238 259 -285 197 -284 c 1\n 197 -246 l 1\n 235 -246 254 -215 252 -160 c 1\n 197 -160 l 1\n 197 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 412\nWidth: 611\nFlags: W\nHStem: -284 38<260 271.254 260 322> 0 21G<261 354> 647 82<21 261 21 593>\nVStem: 261 93<0 647>\nFore\n354 647 m 1\n 354 0 l 1\n 261 0 l 1\n 261 647 l 1\n 21 647 l 1\n 21 729 l 1\n 593 729 l 1\n 593 647 l 1\n 354 647 l 1\n260 -60 m 1\n 360 -60 l 1\n 360 -163 l 2\n 360 -238 322 -285 260 -284 c 1\n 260 -246 l 1\n 298 -246 317 -215 315 -160 c 1\n 260 -160 l 1\n 260 -60 l 1\nEndSplineSet\nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 413\nWidth: 278\nFlags: W\nHStem: -284 38<111 122.254 111 173> -23 73<186 214> 456 68<14 85 168 254>\nVStem: 85 83<60 456 524 668>\nFore\n254 524 m 1\n 254 456 l 1\n 168 456 l 1\n 168 97 l 2\n 168 60 178 50 214 50 c 0\n 230 50 243 51 254 54 c 1\n 254 -16 l 1\n 226 -21 206 -23 186 -23 c 0\n 121 -23 85 7 85 60 c 2\n 85 456 l 1\n 14 456 l 1\n 14 524 l 1\n 85 524 l 1\n 85 668 l 1\n 168 668 l 1\n 168 524 l 1\n 254 524 l 1\n111 -60 m 1\n 211 -60 l 1\n 211 -163 l 2\n 211 -238 173 -285 111 -284 c 1\n 111 -246 l 1\n 149 -246 168 -215 166 -160 c 1\n 111 -160 l 1\n 111 -60 l 1\nEndSplineSet\nEndChar\nStartChar: uni021E\nEncoding: 542 542 414\nWidth: 722\nHStem: 332 82<176 551> 709 20<83 176 551 644> 911 20<220 283 283 283 443 507 507 507>\nVStem: 83 94<0 332 0 729> 551 93<0 729>\nRef: 711 711 N 1 0 0 1 201 190\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni021F\nEncoding: 543 543 415\nWidth: 556\nHStem: 0 20 466 73<284 308.5> 709 20<70 153 153 153> 899 20<135 198 198 198 358 422 422 422>\nVStem: 70 83<0 289 452 729> 403 83<0 363 363 381.5>\nRef: 711 711 N 1 0 0 1 116 178\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0226\nEncoding: 550 550 416\nWidth: 667\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397> 781 104<285 389>\nVStem: 285 104<781 885>\nRef: 729 729 N 1 0 0 1 170 169\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0227\nEncoding: 551 551 417\nWidth: 556\nHStem: -23 73<199.5 247> 462 77<237 309.5> 579 104<223 327>\nVStem: 42 87<107.5 161.5> 223 104<579 683> 389 83<165 259 259 259 362 384 384 396>\nRef: 729 729 N 1 0 0 1 108 -33\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0228\nEncoding: 552 552 418\nWidth: 667\nHStem: -207 41<313 341.5> -84 91<333 348.5> 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647> 380 75<-134 -109.5>\nRef: 184 184 N 1 0 0 1 168 7\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0229\nEncoding: 553 553 419\nWidth: 556\nHStem: -230 41<239 267.5> -107 91<259 274.5> -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320>\nVStem: 306 75<-157 -132.5>\nRef: 184 184 N 1 0 0 1 94 -16\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022A\nEncoding: 554 554 420\nWidth: 778\nHStem: -23 82<390 407> 659 82<389 407> 811 103<257 361 419 523> 954 70<253 527>\nVStem: 38 93<359 378> 649 93<328 378>\nRef: 175 175 N 1 0 0 1 225 323\nRef: 214 214 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022B\nEncoding: 555 555 421\nWidth: 556\nHStem: -23 77<273 277> 462 77<259 277> 612 103<140 244 302 406> 755 70<136 410>\nVStem: 36 87<258 282> 423 87<232 282>\nRef: 175 175 N 1 0 0 1 108 124\nRef: 246 246 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022C\nEncoding: 556 556 422\nWidth: 778\nHStem: -23 82<390 407> 659 82<389 407> 812 67<453 463> 850 66<320 329> 956 70<259 533>\nVStem: 38 93<359 378> 649 93<328 378>\nRef: 175 175 S 1 0 0 1 231 325\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022D\nEncoding: 557 557 423\nWidth: 556\nHStem: -23 77<273 277> 462 77<257 277> 613 67<336 346> 651 66<203 212> 757 70<142 416>\nVStem: 36 87<258 282> 423 87<232 282>\nRef: 175 175 N 1 0 0 1 114 126\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022E\nEncoding: 558 558 424\nWidth: 778\nHStem: -23 82<312.5 434> 659 82<312 468> 781 104<337 441>\nVStem: 38 93<269 449> 337 104<781 885> 649 93<293.5 447>\nRef: 729 729 N 1 0 0 1 222 169\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022F\nEncoding: 559 559 425\nWidth: 556\nHStem: -23 77<226.5 319> 462 77<226.5 320> 579 104<220 324>\nVStem: 36 87<194.5 321> 220 104<579 683> 423 87<193.5 320>\nRef: 729 729 N 1 0 0 1 105 -33\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0230\nEncoding: 560 560 426\nWidth: 778\nHStem: -23 82<312.5 434> 659 82<312 468> 781 104<337 441> 925 70<252 526>\nVStem: 38 93<269 449> 337 104<781 885> 649 93<293.5 447>\nRef: 175 175 N 1 0 0 1 224 294\nRef: 558 558 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0231\nEncoding: 561 561 427\nWidth: 556\nHStem: -23 77<226.5 319> 462 77<226.5 320> 579 104<220 324> 723 70<135 409>\nVStem: 36 87<194.5 321> 220 104<579 683> 423 87<193.5 320>\nRef: 175 175 N 1 0 0 1 107 92\nRef: 559 559 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0232\nEncoding: 562 562 428\nWidth: 667\nHStem: 0 20 709 20<13 128 128 128 550 661 661 661> 781 70<200 474>\nVStem: 294 93<0 286>\nRef: 175 175 N 1 0 0 1 172 150\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0233\nEncoding: 563 563 429\nWidth: 500\nHStem: -218 82<99 115.5> 504 20<20 109 109 109 388 478 478 478> 579 70<112 386>\nRef: 175 175 N 1 0 0 1 84 -52\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0250\nEncoding: 592 592 430\nWidth: 556\nFlags: W\nHStem: -23 77<267.5 340> 466 73<330 377.5>\nVStem: 105 83<120 132 132 154 257 351 257 257> 448 87<354.5 408.5>\nRef: 97 97 N -1 0 0 -1 577 516\nEndChar\nStartChar: uni0251\nEncoding: 593 593 431\nWidth: 556\nFlags: W\nHStem: -14 74<233 265> 0 21G<402 485> 471 67<233 265> 504 20G<402 485>\nVStem: 26 87<241 275> 402 83<0 524>\nFore\n26 258 m 0\n 26 412.425 96.4018 538 246 538 c 0\n 306 538 358 511 402 458 c 1\n 402 524 l 1\n 485 524 l 1\n 485 0 l 1\n 402 0 l 1\n 402 57 l 1\n 355 12 314 -12 233 -14 c 0\n 177 -14 128 14 86 72 c 0\n 46 128 26 189 26 258 c 0\n397 263 m 0\n 397 372 345 471 248 471 c 0\n 159 471 113 363 113 261 c 0\n 113 158 173 60 265 60 c 0\n 356 60 397 160 397 263 c 0\nEndSplineSet\nEndChar\nStartChar: uni0252\nEncoding: 594 594 432\nWidth: 556\nFlags: W\nHStem: -14 67<288 320> 0 20<68 151> 464 74<288 320> 503 21<68 151>\nVStem: 68 83<0 524> 440 87<249 283>\nRef: 593 593 N -1 0 0 -1 553 524\nEndChar\nStartChar: uni0253\nEncoding: 595 595 433\nWidth: 556\nFlags: W\nHStem: -23 78<277 301> 0 21G<54 129> 461 78<277 301> 504 20G<54 137> 659 73<177 199>\nVStem: 54 83<0 282 0 618> 436 87<232 282>\nFore\n54 524 m 1\n 54 613 l 2\n 54 688 100 732 177 732 c 0\n 194 732 205 731 224 727 c 1\n 224 658 l 1\n 205 659 202 659 195 659 c 0\n 157 659 137 641 137 606 c 2\n 137 524 l 1\n 54 524 l 1\n54 524 m 1\n 137 524 l 1\n 137 453 l 1\n 176 512 227 539 299 539 c 0\n 437 539 523 434 523 264 c 0\n 523 90 433 -23 295 -23 c 0\n 222 -23 169 6 129 67 c 1\n 129 0 l 1\n 54 0 l 1\n 54 524 l 1\n283 461 m 0\n 195 461 137 381 137 258 c 128\n 137 135 195 55 283 55 c 0\n 374 55 436 136 436 255 c 0\n 436 380 376 461 283 461 c 0\nEndSplineSet\nEndChar\nStartChar: uni0254\nEncoding: 596 596 434\nWidth: 500\nFlags: W\nHStem: -23 77<210 290.5> 462 77<207.5 289>\nVStem: 390 87<197.5 325>\nRef: 99 99 N -1 0 0 -1 508 516\nEndChar\nStartChar: uni0256\nEncoding: 598 598 435\nWidth: 556\nFlags: W\nHStem: -218 73<553 570> -23 78<249 268> 461 78<249 269> 709 20G<412 495>\nVStem: 26 87<245 279> 412 83<229 729> 421 74<-109 69>\nFore\n265 461 m 0\n 174 461 113 380 113 258 c 128\n 113 136 174 55 266 55 c 0\n 354 55 412 135 412 256 c 0\n 412 381 355 461 265 461 c 0\n421 69 m 1\n 376 4 326 -23 254 -23 c 0\n 113 -23 26 86 26 263 c 0\n 26 430 115 539 251 539 c 0\n 321 539 377 511 412 458 c 1\n 412 729 l 1\n 495 729 l 1\n 495 -76 l 2\n 495 -128 517 -145 568 -145 c 0\n 571 -145 571 -145 588 -144 c 1\n 588 -215 l 1\n 578 -217 573 -218 560 -218 c 0\n 466 -218 421 -180 421 -109 c 2\n 421 69 l 1\nEndSplineSet\nEndChar\nStartChar: uni0257\nEncoding: 599 599 436\nWidth: 556\nFlags: W\nHStem: -23 78<249 268> 0 21G<421 495> 461 78<249 269> 659 73<535 555>\nVStem: 26 87<232 282> 421 74<0 606>\nFore\n265 461 m 0\n 174 461 113 380 113 258 c 128\n 113 136 174 55 266 55 c 0\n 354 55 412 135 412 256 c 0\n 412 381 355 461 265 461 c 0\n495 606 m 2\n 495 0 l 1\n 421 0 l 1\n 421 69 l 1\n 376 4 326 -23 254 -23 c 0\n 113 -23 26 86 26 263 c 0\n 26 430 115 539 251 539 c 0\n 321 539 377 511 412 458 c 1\n 412 613 l 2\n 412 688 458 732 535 732 c 0\n 552 732 563 731 582 727 c 1\n 582 658 l 1\n 563 659 560 659 553 659 c 0\n 515 659 495 641 495 606 c 2\nEndSplineSet\nEndChar\nStartChar: uni0258\nEncoding: 600 600 437\nWidth: 556\nFlags: W\nHStem: -23 77<238.5 298.5> 234 68<130 424> 462 77<233 316>\nRef: 101 101 N -1 0 0 1 553 0\nEndChar\nStartChar: uni0259\nEncoding: 601 601 438\nWidth: 556\nFlags: W\nHStem: -23 77<233 316> 214 68<130 424> 462 77<238.5 298.5>\nRef: 101 101 N -1 0 0 -1 553 516\nEndChar\nStartChar: uni025B\nEncoding: 603 603 439\nWidth: 500\nFlags: W\nHStem: -23 77<225 258> 221 76<225 301> 462 77<234 268>\nVStem: 34 91<134 145> 55 87<376 394>\nRef: 604 604 N -1 0 0 1 493 0\nEndChar\nStartChar: uni025C\nEncoding: 604 604 440\nWidth: 500\nFlags: W\nHStem: -23 77<235 268> 221 76<192 268> 462 77<225 259>\nVStem: 351 87<376 394> 368 91<134 145>\nRef: 1079 1079 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0260\nEncoding: 608 608 441\nWidth: 556\nFlags: W\nHStem: -218 70<243 270> -23 77<244 264> 462 77<243 270> 504 20G<412 489> 577 73<529 549>\nVStem: 29 87<229 279> 404 85<37 86 229 524> 412 77<442 539>\nFore\n412 442 m 5\n 412 531 l 5\n 412 606 452 650 529 650 c 4\n 546 650 557 649 576 645 c 5\n 576 576 l 5\n 557 577 554 577 547 577 c 4\n 509 577 489 564 489 524 c 6\n 489 442 l 5\n 412 442 l 5\n412 524 m 1\n 489 524 l 1\n 489 86 l 2\n 489 -37 474 -103 434 -151 c 0\n 400 -193 333 -218 255 -218 c 0\n 132 -218 55 -159 46 -60 c 1\n 131 -60 l 1\n 136 -91 144 -105 163 -120 c 0\n 186 -138 220 -148 258 -148 c 0\n 309 -148 352 -130 374 -99 c 0\n 395 -70 404 -27 404 44 c 2\n 404 71 l 1\n 357 5 311 -23 245 -23 c 0\n 190 -23 134 3 95 47 c 0\n 52 97 29 167 29 253 c 0\n 29 423 119 539 252 539 c 0\n 319 539 370 510 412 448 c 1\n 412 524 l 1\n261 462 m 0\n 172 462 116 384 116 258 c 0\n 116 131 171 54 262 54 c 0\n 350 54 404 130 404 255 c 0\n 404 386 351 462 261 462 c 0\nEndSplineSet\nEndChar\nStartChar: uni0261\nEncoding: 609 609 442\nWidth: 556\nFlags: W\nHStem: -218 70<239 283.5> -23 77<217.5 278> 462 77<216.5 285.5>\nVStem: 29 87<210 321> 412 77<448 524>\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0265\nEncoding: 613 613 443\nWidth: 556\nFlags: W\nHStem: -205 20<403 486 403 403> -15 73<247.5 272> 504 20\nVStem: 70 83<142.5 161 161 524> 403 83<-205 72 235 524>\nRef: 104 104 N -1 0 0 -1 556 524\nEndChar\nStartChar: uni0266\nEncoding: 614 614 444\nWidth: 556\nFlags: W\nHStem: 0 21G<70 153 403 486> 466 73<295 321> 504 20G<70 153> 659 73<193 215>\nVStem: 70 83<0 305 0 615> 403 83<0 396>\nFore\n70 524 m 5\n 70 613 l 6\n 70 688 116 732 193 732 c 4\n 210 732 221 731 240 727 c 5\n 240 658 l 5\n 221 659 218 659 211 659 c 4\n 173 659 153 641 153 606 c 6\n 153 524 l 5\n 70 524 l 5\n70 524 m 1\n 153 524 l 1\n 153 452 l 1\n 202 516 247 539 321 539 c 0\n 423 539 486 484 486 396 c 2\n 486 0 l 1\n 403 0 l 1\n 403 363 l 2\n 403 400 393 425 369 442 c 0\n 349 457 322 466 295 466 c 0\n 209 466 153 396 153 289 c 2\n 153 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0267\nEncoding: 615 615 445\nWidth: 556\nFlags: W\nHStem: -218 73<325 345> 0 21G<70 153> 466 73<295 321> 659 73<193 215>\nVStem: 70 83<0 311 0 615> 403 83<-91 396>\nFore\n403 -76 m 2\n 403 363 l 2\n 403 400 393 425 369 442 c 0\n 349 457 322 466 295 466 c 0\n 209 466 153 396 153 289 c 2\n 153 0 l 1\n 70 0 l 1\n 70 613 l 2\n 70 688 116 732 193 732 c 0\n 210 732 221 731 240 727 c 1\n 240 658 l 1\n 221 659 218 659 211 659 c 0\n 173 659 153 641 153 606 c 2\n 153 452 l 1\n 202 516 247 539 321 539 c 0\n 423 539 486 484 486 396 c 2\n 486 -109 l 2\n 486 -180 437 -218 343 -218 c 0\n 330 -218 325 -217 315 -215 c 1\n 315 -144 l 1\n 332 -145 332 -145 335 -145 c 0\n 386 -145 403 -128 403 -76 c 2\nEndSplineSet\nEndChar\nStartChar: uni0268\nEncoding: 616 616 446\nWidth: 222\nFlags: W\nHStem: 0 21G<67 150> 240 72<-8 67 150 230> 504 20G<67 150> 709 20G<66 150>\nVStem: 67 83<0 240 312 524 624 729>\nFore\n150 729 m 1\n 150 624 l 1\n 66 624 l 1\n 66 729 l 1\n 150 729 l 1\n67 312 m 1\n 67 524 l 1\n 150 524 l 1\n 150 312 l 1\n 230 312 l 1\n 230 240 l 1\n 150 240 l 1\n 150 0 l 1\n 67 0 l 1\n 67 240 l 1\n -8 240 l 1\n -8 312 l 1\n 67 312 l 1\nEndSplineSet\nEndChar\nStartChar: uni0269\nEncoding: 617 617 447\nWidth: 222\nFlags: W\nHStem: -23 73<167 195> 504 20G<66 149>\nVStem: 66 83<60 524>\nFore\n149 524 m 5\n 149 97 l 6\n 149 60 159 50 195 50 c 0\n 211 50 224 51 235 54 c 1\n 235 -16 l 1\n 207 -21 187 -23 167 -23 c 0\n 102 -23 66 7 66 60 c 2\n 66 524 l 1\n 149 524 l 5\nEndSplineSet\nEndChar\nStartChar: uni026A\nEncoding: 618 618 448\nWidth: 278\nFlags: W\nHStem: 0 20 504 20<94 178 178 178>\nVStem: 94 84<0 524>\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni026D\nEncoding: 621 621 449\nWidth: 222\nFlags: W\nHStem: -218 73<210 229> 709 20G<68 152>\nVStem: 68 84<-109 729>\nFore\n68 -109 m 2\n 68 729 l 1\n 152 729 l 1\n 152 -76 l 2\n 152 -128 169 -145 220 -145 c 0\n 223 -145 223 -145 240 -144 c 1\n 240 -215 l 1\n 230 -217 225 -218 212 -218 c 0\n 118 -218 68 -180 68 -109 c 2\nEndSplineSet\nEndChar\nStartChar: uni026F\nEncoding: 623 623 450\nWidth: 833\nFlags: W\nHStem: -15 73<222 251 524 555> 0 20<685 762> 503 21<70 154 374 458 678 762>\nVStem: 70 84<131 524> 374 84<187 524> 678 84<187 524> 685 77<0 524>\nRef: 109 109 N -1 0 0 -1 832 524\nEndChar\nStartChar: uni0270\nEncoding: 624 624 451\nWidth: 833\nFlags: W\nHStem: -15 73<222 251 524 555> 504 20G<70 154 374 458 678 762>\nVStem: 70 84<131 524> 374 84<183 524> 685 77<-200 524>\nFore\n762 -200 m 1\n 685 -200 l 1\n 685 74 l 1\n 640 11 594 -15 524 -15 c 0\n 456 -15 414 9 383 65 c 1\n 334 6 292 -15 222 -15 c 0\n 124 -15 70 37 70 131 c 2\n 70 524 l 1\n 154 524 l 1\n 154 163 l 2\n 154 97 190 58 251 58 c 0\n 319 58 374 119 374 195 c 2\n 374 524 l 1\n 458 524 l 1\n 458 163 l 2\n 458 96 493 58 555 58 c 0\n 623 58 678 119 678 195 c 2\n 678 524 l 1\n 762 524 l 1\n 762 -200 l 1\nEndSplineSet\nEndChar\nStartChar: uni0271\nEncoding: 625 625 452\nWidth: 833\nFlags: W\nHStem: -218 73<608 620> 0 21G<70 154 374 458 678 762> 466 73<277 308 581 610> 504 20G<70 147>\nVStem: 70 77<0 524> 70 84<0 343> 374 84<0 343> 678 84<-91 375>\nFore\n678 224 m 1\n 762 224 l 1\n 762 -109 l 2\n 762 -180 712 -218 618 -218 c 0\n 605 -218 600 -217 590 -215 c 1\n 590 -144 l 1\n 607 -145 607 -145 610 -145 c 0\n 661 -145 678 -128 678 -76 c 2\n 678 224 l 1\n70 524 m 1\n 147 524 l 1\n 147 450 l 1\n 192 513 238 539 308 539 c 0\n 376 539 418 515 449 459 c 1\n 498 518 540 539 610 539 c 0\n 708 539 762 487 762 393 c 2\n 762 0 l 1\n 678 0 l 1\n 678 361 l 2\n 678 427 642 466 581 466 c 0\n 513 466 458 405 458 329 c 2\n 458 0 l 1\n 374 0 l 1\n 374 361 l 2\n 374 428 339 466 277 466 c 0\n 209 466 154 405 154 329 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0272\nEncoding: 626 626 453\nWidth: 556\nFlags: W\nHStem: -218 73<-3 15> 0 21G<70 154 404 487> 466 73<296 321> 504 20G<70 147>\nVStem: 70 77<0 524> 70 84<-91 311> 404 83<0 396>\nFore\n70 224 m 5\n 154 224 l 5\n 154 -109 l 6\n 154 -180 104 -218 10 -218 c 4\n -3 -218 -8 -217 -18 -215 c 5\n -18 -144 l 5\n -1 -145 -1 -145 2 -145 c 4\n 53 -145 70 -128 70 -76 c 6\n 70 224 l 5\n70 524 m 1\n 147 524 l 1\n 147 436 l 1\n 193 509 243 539 321 539 c 0\n 422 539 487 483 487 396 c 2\n 487 0 l 1\n 404 0 l 1\n 404 363 l 2\n 404 426 362 466 296 466 c 0\n 210 466 154 396 154 289 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0273\nEncoding: 627 627 454\nWidth: 556\nFlags: W\nHStem: -218 73<546 558> 0 21G<70 154 404 487> 466 73<296 321> 504 20G<70 147>\nVStem: 70 77<0 524> 70 84<0 311> 404 84<-109 375>\nFore\n488 224 m 1\n 488 -76 l 2\n 488 -128 505 -145 556 -145 c 0\n 559 -145 559 -145 576 -144 c 1\n 576 -215 l 1\n 566 -217 561 -218 548 -218 c 0\n 454 -218 404 -180 404 -109 c 2\n 404 224 l 1\n 488 224 l 1\n70 524 m 1\n 147 524 l 1\n 147 436 l 1\n 193 509 243 539 321 539 c 0\n 422 539 487 483 487 396 c 2\n 487 0 l 1\n 404 0 l 1\n 404 363 l 2\n 404 426 362 466 296 466 c 0\n 210 466 154 396 154 289 c 2\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0275\nEncoding: 629 629 455\nWidth: 556\nFlags: W\nHStem: -23 77<273 277> 220 70<124 421> 462 77<259 277>\nFore\n272 539 m 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 128\n 36 434 125 539 272 539 c 0\n422 290 m 1\n 412 399 358 462 273 462 c 128\n 188 462 133 397 124 290 c 1\n 422 290 l 1\n421 220 m 1\n 125 220 l 1\n 135 116 190 54 273 54 c 128\n 356 54 411 117 421 220 c 1\nEndSplineSet\nEndChar\nStartChar: uni0279\nEncoding: 633 633 456\nWidth: 333\nFlags: W\nHStem: -15 88<69 101> 0 20<244 321> 503 21<237 321>\nVStem: 237 84<235 524> 244 77<0 524>\nRef: 114 114 N -1 0 0 -1 390 524\nEndChar\nStartChar: uni027A\nEncoding: 634 634 457\nWidth: 333\nFlags: W\nHStem: -15 88<69 101> 0 21G<244 321> 709 20G<237 321>\nVStem: 244 77<0 729>\nFore\n321 0 m 1\n 244 0 l 1\n 244 95 l 1\n 196 17 155 -15 101 -15 c 0\n 90 -15 83 -14 69 -12 c 1\n 69 73 l 1\n 127 74 152 80 178 99 c 0\n 218 128 237 177 237 252 c 2\n 237 729 l 1\n 321 729 l 1\n 321 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni027B\nEncoding: 635 635 458\nWidth: 333\nFlags: W\nHStem: -218 73<372 391> -15 88<69 101> 0 0<244 322> 504 20G<237 321>\nVStem: 237 84<229 524> 244 77<-109 95>\nFore\n321 0 m 1\n 321 -76 l 2\n 321 -128 338 -145 389 -145 c 0\n 392 -145 392 -145 409 -144 c 1\n 409 -215 l 1\n 399 -217 394 -218 381 -218 c 0\n 287 -218 244 -180 244 -109 c 2\n 244 0 l 1\n 321 0 l 1\n321 0 m 1\n 244 0 l 1\n 244 95 l 1\n 196 17 155 -15 101 -15 c 0\n 90 -15 83 -14 69 -12 c 1\n 69 73 l 1\n 127 74 152 80 178 99 c 0\n 218 128 237 177 237 252 c 2\n 237 524 l 1\n 321 524 l 1\n 321 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni027C\nEncoding: 636 636 459\nWidth: 333\nFlags: W\nHStem: 451 88<289 321> 504 20G<69 146>\nVStem: 69 77<-200 524> 69 84<-200 297>\nFore\n69 524 m 5\n 146 524 l 1\n 146 429 l 1\n 194 507 235 539 289 539 c 0\n 300 539 307 538 321 536 c 1\n 321 451 l 1\n 263 450 238 444 212 425 c 0\n 172 396 153 347 153 272 c 2\n 153 -200 l 1\n 69 -200 l 1\n 69 524 l 5\nEndSplineSet\nEndChar\nStartChar: uni027D\nEncoding: 637 637 460\nWidth: 333\nFlags: W\nHStem: -218 73<210 230> 451 88<289 321> 504 20G<69 146>\nVStem: 69 77<-109 524> 69 84<-109 295>\nFore\n69 -109 m 2\n 69 524 l 1\n 146 524 l 1\n 146 429 l 1\n 194 507 235 539 289 539 c 0\n 300 539 307 538 321 536 c 1\n 321 451 l 1\n 263 450 238 444 212 425 c 0\n 172 396 153 347 153 272 c 2\n 153 -76 l 2\n 153 -128 170 -145 221 -145 c 0\n 224 -145 224 -145 241 -144 c 1\n 241 -215 l 1\n 231 -217 226 -218 213 -218 c 0\n 119 -218 69 -180 69 -109 c 2\nEndSplineSet\nEndChar\nStartChar: uni027E\nEncoding: 638 638 461\nWidth: 278\nFlags: W\nHStem: 0 21G<84 168> 466 73<226 245>\nVStem: 84 84<0 417>\nFore\n168 0 m 1\n 84 0 l 1\n 84 430 l 2\n 84 501 134 539 228 539 c 0\n 241 539 246 538 256 536 c 1\n 256 465 l 1\n 239 466 239 466 236 466 c 0\n 185 466 168 449 168 397 c 2\n 168 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni027F\nEncoding: 639 639 462\nWidth: 278\nFlags: W\nHStem: 0 21<172 256> 466 73<95 114>\nVStem: 172 84<0 417>\nRef: 638 638 N -1 0 0 1 340 0\nEndChar\nStartChar: uni0282\nEncoding: 642 642 463\nWidth: 500\nFlags: W\nHStem: -216 74<-55 -21> -23 77<229 267> 462 77<229 253>\nVStem: 34 84<-89 -7> 47 87<375 393> 372 87<134 145>\nFore\n118 1.58912 m 1\n 118 -107 l 2\n 118 -178 68 -216 -26 -216 c 0\n -39 -216 -44 -215 -54 -213 c 1\n -54 -142 l 1\n -37 -143 -37 -143 -34 -143 c 0\n 17 -143 34 -126 34 -74 c 2\n 34 156 l 1\n 122 156 l 1\n 127 119 133 104 146 89 c 0\n 167 67 205 54 250 54 c 0\n 323 54 372 87 372 136 c 0\n 372 174 349 195 291 209 c 2\n 213 228 l 2\n 89 258 47 297 47 379 c 0\n 47 476 126 539 248 539 c 0\n 369 539 437 481 438 378 c 1\n 350 378 l 1\n 348 433 312 462 245 462 c 0\n 177 462 134 431 134 383 c 0\n 134 346 163 324 231 308 c 2\n 311 289 l 2\n 415 264 459 221 459 143 c 0\n 459 42 375 -23 243 -23 c 0\n 191.773 -23 150.194 -14.8908 118 1.58912 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni0283\nEncoding: 643 643 461\nWidth: 278\nFlags: W\nHStem: -218 73<15 33> 0 21G<88 171> 456 68<18 88 171 258> 659 73<211 231>\nVStem: 88 84<-91 455 524 615>\nFore\n88 224 m 1\n 172 224 l 1\n 172 -109 l 2\n 172 -180 122 -218 28 -218 c 0\n 15 -218 10 -217 0 -215 c 1\n 0 -144 l 1\n 17 -145 17 -145 20 -145 c 0\n 71 -145 88 -128 88 -76 c 2\n 88 224 l 1\n258 524 m 1\n 258 456 l 1\n 171 456 l 1\n 171 0 l 1\n 88 0 l 1\n 88 456 l 1\n 18 456 l 1\n 18 524 l 1\n 88 524 l 1\n 88 613 l 2\n 88 688 134 732 211 732 c 0\n 228 732 239 731 258 727 c 1\n 258 658 l 1\n 239 659 236 659 229 659 c 0\n 191 659 171 641 171 606 c 2\n 171 524 l 1\n 258 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0284\nEncoding: 644 644 462\nWidth: 278\nFlags: W\nHStem: -218 73<15 33> 0 21G<88 171> 456 68<18 88 171 258> 659 73<211 231>\nVStem: 88 84<-91 455 524 615>\nFore\n88 224 m 1\n 172 224 l 1\n 172 -109 l 2\n 172 -180 122 -218 28 -218 c 0\n 15 -218 10 -217 0 -215 c 1\n 0 -144 l 1\n 17 -145 17 -145 20 -145 c 0\n 71 -145 88 -128 88 -76 c 2\n 88 224 l 1\n258 524 m 1\n 258 456 l 1\n 171 456 l 1\n 171 0 l 1\n 88 0 l 1\n 88 456 l 1\n 18 456 l 1\n 18 524 l 1\n 88 524 l 1\n 88 613 l 2\n 88 688 134 732 211 732 c 0\n 228 732 239 731 258 727 c 1\n 258 658 l 1\n 239 659 236 659 229 659 c 0\n 191 659 171 641 171 606 c 2\n 171 524 l 1\n 258 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0285\nEncoding: 645 645 463\nWidth: 278\nFlags: W\nHStem: -218 73<223 240> 659 73<27 47>\nVStem: 87 83<-109 615>\nFore\n87 606 m 2\n 87 641 67 659 29 659 c 0\n 22 659 19 659 0 658 c 1\n 0 727 l 1\n 19 731 30 732 47 732 c 0\n 124 732 170 688 170 613 c 2\n 170 -76 l 2\n 170 -128 187 -145 238 -145 c 0\n 241 -145 241 -145 258 -144 c 1\n 258 -215 l 1\n 248 -217 243 -218 230 -218 c 0\n 136 -218 87 -180 87 -109 c 2\n 87 606 l 2\nEndSplineSet\nEndChar\nStartChar: uni0287\nEncoding: 647 647 464\nWidth: 278\nFlags: W\nHStem: 121 68<14 100 183 254> 595 73\nVStem: 100 83<-23 121 189 548 548 566.5>\nRef: 116 116 N -1 0 0 -1 268 645\nEndChar\nStartChar: uni0288\nEncoding: 648 648 465\nWidth: 278\nFlags: W\nHStem: -218 73<186 214> 456 68<14 85 168 254>\nVStem: 85 83<-135 455 524 668>\nFore\n254 524 m 1\n 254 456 l 1\n 168 456 l 1\n 168 -98 l 2\n 168 -135 178 -145 214 -145 c 0\n 230 -145 243 -144 254 -141 c 1\n 254 -211 l 1\n 226 -216 206 -218 186 -218 c 0\n 121 -218 85 -188 85 -135 c 2\n 85 456 l 1\n 14 456 l 1\n 14 524 l 1\n 85 524 l 1\n 85 668 l 1\n 168 668 l 1\n 168 524 l 1\n 254 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0289\nEncoding: 649 649 466\nWidth: 556\nFlags: W\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni028C\nEncoding: 652 652 467\nWidth: 500\nFlags: W\nHStem: 0 20<10 104 10 10 392 486 392 392> 504 20\nRef: 118 118 N -1 0 0 -1 496 524\nEndChar\nStartChar: uni028D\nEncoding: 653 653 468\nWidth: 722\nFlags: W\nHStem: 0 20<6 100 6 6 307 409 307 307 616 708 616 616> 504 20\nRef: 119 119 N -1 0 0 -1 714 524\nEndChar\nStartChar: uni028E\nEncoding: 654 654 469\nWidth: 500\nFlags: W\nHStem: 0 20<20 110 20 20 389 478 389 389> 660 82<382.5 399>\nRef: 121 121 N -1 0 0 -1 498 524\nEndChar\nStartChar: uni0290\nEncoding: 656 656 470\nWidth: 500\nFlags: W\nHStem: -216 73<510 527> 0 73<132 373> 451 73<52 344>\nVStem: 373 84<-89 0>\nDStem: 344 451 443 450 31 75 132 73\nFore\n373 0 m 1\n 31 0 l 1\n 31 75 l 1\n 344 451 l 1\n 52 451 l 1\n 52 524 l 1\n 443 524 l 1\n 443 450 l 1\n 132 73 l 1\n 457 73 l 1\n 457 -74 l 2\n 457 -126 474 -143 525 -143 c 0\n 528 -143 528 -143 545 -142 c 1\n 545 -213 l 1\n 535 -215 530 -216 517 -216 c 0\n 423 -216 373 -178 373 -107 c 2\n 373 0 l 1\nEndSplineSet\nMinimumDistance: x9,-1 y2,0 x0,2 x0,1 \nEndChar\nStartChar: uni029C\nEncoding: 668 668 471\nWidth: 500\nFlags: W\nHStem: 0 21G<36 120 381 464> 236 72<120 381> 506 20G<36 119 381 464>\nVStem: 36 84<0 236 308 526> 381 83<0 236 308 526>\nFore\n381 236 m 1\n 120 236 l 1\n 120 0 l 1\n 36 0 l 1\n 36 526 l 1\n 119 526 l 1\n 119 308 l 1\n 381 308 l 1\n 381 526 l 1\n 464 526 l 1\n 464 0 l 1\n 381 0 l 1\n 381 236 l 1\nEndSplineSet\nMinimumDistance: x9,-1 y7,9 y7,8 x4,6 y6,4 y6,5 y1,3 y1,2 y0,10 y0,11 \nEndChar\nStartChar: uni029E\nEncoding: 670 670 472\nWidth: 500\nFlags: W\nHStem: 0 20<419 502 419 419> 709 20\nVStem: 419 83<0 427 525 729>\nRef: 107 107 N -1 0 0 -1 560 729\nEndChar\nStartChar: uni02A0\nEncoding: 672 672 473\nWidth: 556\nFlags: W\nHStem: -23 78<248 268> 461 78<248 268> 577 73<534 555>\nVStem: 26 87<245 279> 412 83<-218 60 229 279> 418 77<459 539>\nFore\n266 461 m 0\n 174 461 113 379 113 258 c 0\n 113 136 174 55 266 55 c 0\n 354 55 412 135 412 255 c 0\n 412 381 355 461 266 461 c 0\n418 458.129 m 1\n 418 531 l 2\n 418 606 458 650 535 650 c 0\n 552 650 563 649 582 645 c 1\n 582 576 l 1\n 563 577 560 577 553 577 c 0\n 515 577 495 564 495 524 c 2\n 495 -218 l 1\n 412 -218 l 1\n 412 60 l 1\n 373 3 323 -23 250 -23 c 0\n 112 -23 26 82 26 252 c 0\n 26 426 116 539 254 539 c 0\n 321.253 539 379.007 510.5 418 458.129 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: circumflex\nEncoding: 710 710 470\nWidth: 333\nFlags: HMW\nHStem: 721 20<116 211 211 211>\nFore\n116 741 m 1\n 211 741 l 1\n 307 591 l 1\n 244 591 l 1\n 163 687 l 1\n 84 591 l 1\n 20 591 l 1\n 116 741 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 471\nWidth: 333\nFlags: HMW\nHStem: 721 20<19 82 82 82 242 306 306 306>\nFore\n210 591 m 1\n 115 591 l 1\n 19 741 l 1\n 82 741 l 1\n 163 645 l 1\n 242 741 l 1\n 306 741 l 1\n 210 591 l 1\nEndSplineSet\nEndChar\nStartChar: uni02CA\nEncoding: 714 714 472\nWidth: 333\nFlags: W\nHStem: 720 20<188 301 301 301>\nRef: 180 180 N 1 0 0 1 0 0\nEndChar\nStartChar: uni02CB\nEncoding: 715 715 473\nWidth: 333\nFlags: W\nHStem: 720 20<22 135 135 135>\nRef: 96 96 N 1 0 0 1 0 0\nEndChar\nStartChar: breve\nEncoding: 728 728 474\nWidth: 333\nFlags: HMW\nHStem: 597 69<137.5 193> 712 20<15 74 74 74 257 316 316 316>\nFore\n15 732 m 1\n 74 732 l 1\n 79 688 109 666 166 666 c 0\n 220 666 253 690 257 732 c 1\n 316 732 l 1\n 309 643 257 597 164 597 c 0\n 108 597 63 617 36 654 c 0\n 22 674 16 693 15 732 c 1\nEndSplineSet\nEndChar\nStartChar: dotaccent\nEncoding: 729 729 475\nWidth: 333\nFlags: HMW\nHStem: 612 104<115 219>\nVStem: 115 104<612 716>\nFore\n219 716 m 1\n 219 612 l 1\n 115 612 l 1\n 115 716 l 1\n 219 716 l 1\nEndSplineSet\nEndChar\nStartChar: ring\nEncoding: 730 730 476\nWidth: 333\nFlags: HMW\nHStem: 579 44<155 179> 710 44<155 179.5>\nVStem: 79 44<655 678.5> 211 44<654.5 678.5>\nFore\n167 754 m 0\n 216 754 255 715 255 666 c 0\n 255 618 215 579 167 579 c 128\n 119 579 79 619 79 667 c 0\n 79 714 119 754 167 754 c 0\n167 710 m 0\n 143 710 123 690 123 667 c 0\n 123 643 143 623 167 623 c 128\n 191 623 211 643 211 666 c 0\n 211 691 192 710 167 710 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 477\nWidth: 333\nFlags: HMW\nHStem: -205 45<178.5 198.5>\nVStem: 57 73<-123.5 -87>\nFore\n154 0 m 1\n 224 0 l 1\n 151 -41 130 -64 130 -106 c 0\n 130 -141 155 -160 202 -160 c 0\n 226 -160 247 -157 265 -150 c 1\n 265 -195 l 1\n 241 -200 208 -205 189 -205 c 0\n 167 -205 142 -200 120 -192 c 0\n 78 -176 57 -150 57 -111 c 0\n 57 -63 93 -22 154 0 c 1\nEndSplineSet\nEndChar\nStartChar: tilde\nEncoding: 732 732 478\nWidth: 333\nFlags: W\nFore\n261 717 m 1\n 319 717 l 1\n 309 648 279 613 230 613 c 0\n 211 613 199 617 145 638 c 0\n 121 647 107 651 96 651 c 0\n 81 651 69 637 63 614 c 1\n 5 614 l 1\n 16 680 47 717 91 717 c 0\n 112 717 119 715 161 698 c 0\n 185 687 212 680 224 680 c 0\n 242 680 253 692 261 717 c 1\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 479\nWidth: 333\nFlags: HMW\nHStem: 720 20<61 174 174 174 235 348 348 348>\nFore\n61 740 m 1\n 174 740 l 1\n 25 590 l 1\n -35 590 l 1\n 61 740 l 1\n235 740 m 1\n 348 740 l 1\n 199 590 l 1\n 139 590 l 1\n 235 740 l 1\nEndSplineSet\nEndChar\nStartChar: gravecomb\nEncoding: 768 768 480\nWidth: 0\nFlags: W\nHStem: 720 20<-311 -198 -198 -198>\nRef: 96 96 N 1 0 0 1 -333 0\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 481\nWidth: 0\nFlags: W\nHStem: 720 20<-145 -32 -32 -32>\nRef: 180 180 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0302\nEncoding: 770 770 482\nWidth: 0\nFlags: W\nHStem: 721 20<-217 -122 -122 -122>\nRef: 710 710 N 1 0 0 1 -333 0\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 483\nWidth: 0\nFlags: W\nRef: 732 732 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0304\nEncoding: 772 772 484\nWidth: 0\nFlags: W\nHStem: 631 70<-305 -31>\nRef: 175 175 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0306\nEncoding: 774 774 485\nWidth: 0\nFlags: W\nHStem: 597 69<-195.5 -140> 712 20<-318 -259 -259 -259 -76 -17 -17 -17>\nRef: 728 728 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0307\nEncoding: 775 775 486\nWidth: 0\nFlags: W\nHStem: 612 104<-218 -114>\nVStem: -218 104<612 716>\nRef: 729 729 S 1 0 0 1 -333 0\nEndChar\nStartChar: uni0308\nEncoding: 776 776 487\nWidth: 0\nFlags: W\nHStem: 612 103<-303 -199 -141 -37>\nVStem: -303 104<612 715> -141 104<612 715>\nRef: 168 168 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030A\nEncoding: 778 778 488\nWidth: 0\nFlags: W\nHStem: 579 44<-178 -154> 710 44<-178 -153.5>\nVStem: -254 44<655 678.5> -122 44<654.5 678.5>\nRef: 730 730 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030B\nEncoding: 779 779 489\nWidth: 0\nFlags: W\nHStem: 720 20<-272 -159 -159 -159 -98 15 15 15>\nRef: 733 733 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030C\nEncoding: 780 780 490\nWidth: 0\nFlags: W\nHStem: 721 20<-314 -251 -251 -251 -91 -27 -27 -27>\nRef: 711 711 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030F\nEncoding: 783 783 491\nWidth: 0\nFlags: W\nHStem: 720 20G<-368 -255 -194 -81>\nFore\n-81 740 m 1\n 15 590 l 1\n -45 590 l 1\n -194 740 l 1\n -81 740 l 1\n-255 740 m 1\n -159 590 l 1\n -219 590 l 1\n -368 740 l 1\n -255 740 l 1\nEndSplineSet\nEndChar\nStartChar: uni0311\nEncoding: 785 785 492\nWidth: 0\nFlags: W\nHStem: 597 20<-318 -259 -318 -318 -76 -17 -76 -76> 663 69<-195 -139.5>\nRef: 728 728 N -1 0 0 -1 -2 1329\nEndChar\nStartChar: uni0312\nEncoding: 786 786 493\nWidth: 0\nFlags: W\nHStem: 583 20<454 535> 698 42<518.526 535>\nRef: 787 787 N -1 0 0 -1 333 1323\nEndChar\nStartChar: uni0313\nEncoding: 787 787 494\nWidth: 0\nFlags: W\nHStem: 583 42<-202 -185.526> 720 20G<-202 -121>\nFore\n-202 740 m 1\n -121 740 l 1\n -121 671 l 2\n -121 614 -146 583 -202 583 c 1\n -202 625 l 1\n -182 625 -161 624 -161 670 c 1\n -202 670 l 1\n -202 740 l 1\nEndSplineSet\nEndChar\nStartChar: uni0314\nEncoding: 788 788 495\nWidth: 0\nFlags: W\nHStem: 583 42<518.526 535> 720 20<454 535>\nRef: 787 787 N -1 0 0 1 333 0\nEndChar\nStartChar: uni0326\nEncoding: 806 806 493\nWidth: 0\nFlags: W\nHStem: -284 38<-228 -216.746 -228 -166>\nVStem: -228 100<-161 -60>\nFore\n-228 -60 m 1\n -128 -60 l 1\n -128 -163 l 2\n -128 -238 -166 -285 -228 -284 c 1\n -228 -246 l 1\n -190 -246 -171 -215 -173 -160 c 1\n -228 -160 l 1\n -228 -60 l 1\nEndSplineSet\nEndChar\nStartChar: uni0327\nEncoding: 807 807 494\nWidth: 0\nFlags: W\nHStem: -214 41<-188 -159.5> -91 91<-168 -152.5>\nVStem: -121 75<-141 -116.5>\nRef: 184 184 S 1 0 0 1 -333 0\nEndChar\nStartChar: uni0328\nEncoding: 808 808 495\nWidth: 0\nFlags: W\nHStem: -205 45<-154.5 -134.5>\nVStem: -276 73<-123.5 -87>\nRef: 731 731 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0374\nEncoding: 884 884 496\nWidth: 199\nFlags: W\nFore\n156 716 m 5\n 50 580 l 5\n 39 644 l 5\n 105 780 l 5\n 156 716 l 5\nEndSplineSet\nEndChar\nStartChar: uni0375\nEncoding: 885 885 497\nWidth: 199\nFlags: W\nFore\n22 -130 m 1\n 128 6 l 1\n 139 -58 l 1\n 73 -194 l 1\n 22 -130 l 1\nEndSplineSet\nEndChar\nStartChar: uni037A\nEncoding: 890 890 498\nWidth: 332\nFlags: W\nVStem: 129 76<-176 -76>\nFore\n285 -192 m 1\n 285 -252 261 -253 203 -253 c 0\n 150 -253 129 -225 129 -174 c 2\n 129 -75 l 1\n 205 -75 l 1\n 206 -169 198 -217 232 -216 c 0\n 259.988 -215.177 252 -214 260 -192 c 1\n 285 -192 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni037E\nEncoding: 894 894 499\nWidth: 278\nHStem: 0 104<110 170> 420 104<111 215>\nVStem: 111 104<420 524>\nRef: 59 59 N 1 0 0 1 0 0\nEndChar\nStartChar: tonos\nEncoding: 900 900 496\nWidth: 414\nFlags: W\nFore\n255 720 m 5\n 233 585 l 5\n 192 585 l 1\n 174 720 l 1\n 255 720 l 5\nEndSplineSet\nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 497\nWidth: 747\nFlags: W\nHStem: 579 103<75 179 237 341>\nVStem: 75 104<579 682> 237 104<579 682>\nRef: 900 900 N 1 0 0 1 -3 123\nRef: 168 168 S 1 0 0 1 45 -33\nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 498\nWidth: 730\nFlags: W\nHStem: 0 21<8 110 572 678> 218 76<216 457>\nDStem: 284 716 188 218 8 0 110 0\nRef: 900 900 N 1 0 0 1 -60 0\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: anoteleia\nEncoding: 903 903 499\nWidth: 278\nFore\n138.195 303.443 m 0\n 165.327 303.443 187.346 280.291 187.346 251.764 c 0\n 187.346 223.236 165.326 200.084 138.195 200.084 c 0\n 111.064 200.084 89.0459 223.236 89.0459 251.764 c 0\n 89.0459 280.291 111.064 303.443 138.195 303.443 c 0\nEndSplineSet\nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 499\nWidth: 664\nFlags: W\nHStem: 0 84<174 614> 328 84<174 570> 632 84<174 598>\nVStem: 80 94<83 328 411 632>\nRef: 900 900 N 1 0 0 1 -218 0\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: Etatonos\nEncoding: 905 905 500\nWidth: 681\nFlags: W\nHStem: 0 21<65 159 531 625> 338 84<159 530>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 900 900 N 1 0 0 1 -245 0\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 501\nWidth: 230\nFlags: W\nHStem: 0 21<69 163>\nVStem: 69 94<0 716>\nRef: 900 900 N 1 0 0 1 -236 0\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 502\nWidth: 792\nFlags: W\nHStem: -7.41016 78.3105<369 403> 622.89 78.3105<369 419>\nVStem: 50 96<311 361> 636 98<327 361>\nRef: 900 900 N 1 0 0 1 -190 0\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 503\nWidth: 710\nFlags: W\nHStem: -1.62012 21<291.103 382.987> 678.27 20<21.3125 132.747 555.027 662.553>\nVStem: 291.103 91.8848<13 295>\nRef: 900 900 N 1 0 0 1 -272 0\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 504\nWidth: 758\nFlags: W\nHStem: -0.639648 72.96<42 216 526 702> 619.52 72.9609<345 379>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 900 900 N 1 0 0 1 -180 0\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 505\nWidth: 286\nFlags: W\nHStem: -8 87<178 196> 599 103<-33 71 129 233>\nVStem: -33 104<599 702> 56 88<131 520> 129 104<599 702>\nRef: 901 901 N 1 0 0 1 -108 20\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: Alpha\nEncoding: 913 913 506\nWidth: 684\nFlags: W\nHStem: 0 21G<8 110 572 678> 218 76<216 457>\nDStem: 284 716 188 218 8 0 110 0\nFore\n678 0 m 1\n 572 0 l 1\n 488 218 l 1\n 188 218 l 1\n 110 0 l 1\n 8 0 l 1\n 284 716 l 1\n 386 716 l 1\n 678 0 l 1\n458 294 m 1\n 427.952 380.077 367.39 523.662 332 642 c 1\n 308.701 514.623 254.862 409.524 216 294 c 1\n 458 294 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Beta\nEncoding: 914 914 507\nWidth: 628\nFlags: W\nHStem: 0 84<168 363> 330 86<168 363> 632 84<168 348>\nVStem: 74 94<84 330 416 632> 486 94<520 536> 516 99<191 225>\nFore\n615 212 m 0\n 615 138 581 79 540 48 c 0\n 500 16 435 0 346 0 c 2\n 74 0 l 1\n 74 716 l 1\n 342 716 l 2\n 454.333 716 541.622 676.221 569 598 c 0\n 576 575 580 554 580 534 c 0\n 580 459 536 408 480 382 c 1\n 501 375 521 367 538 356 c 0\n 589 321 615 273 615 212 c 0\n486 522 m 0\n 486 574 459 612 417 623 c 0\n 394 629 359 632 312 632 c 2\n 168 632 l 1\n 168 416 l 1\n 324 416 l 2\n 367 416 397 419 414 424 c 0\n 462 437 486 470 486 522 c 0\n516 208 m 0\n 516 304.753 441.202 330 334 330 c 2\n 168 330 l 1\n 168 84 l 1\n 346 84 l 2\n 455 84 516 120 516 208 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Gamma\nEncoding: 915 915 508\nWidth: 582\nFlags: W\nHStem: 0 21G<82 178> 632 84<178 566>\nVStem: 82 96<0 632>\nFore\n566 632 m 1\n 178 632 l 1\n 178 0 l 1\n 82 0 l 1\n 82 716 l 1\n 566 716 l 1\n 566 632 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y1,3 y1,2 x1,5 x1,0 \nEndChar\nStartChar: uni0394\nEncoding: 916 916 509\nWidth: 684\nFlags: W\nDStem: 289 716 299 504 13 0 147 84\nFore\n683 0 m 1\n 463 5 236 -1 13 0 c 1\n 289 716 l 1\n 391 716 l 1\n 683 0 l 1\n545 84 m 1\n 489 235 404 443 355 587 c 1\n 350 598 344 616 337 642 c 1\n 327 585 319 559 299 504 c 2\n 147 84 l 1\n 545 84 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 510\nWidth: 650\nFlags: W\nHStem: 0 84<174 614> 328 84<174 570> 632 84<174 598>\nVStem: 80 94<83 328 411 632>\nFore\n614 0 m 1\n 80 0 l 1\n 80 716 l 1\n 598 716 l 1\n 598 632 l 1\n 174 632 l 1\n 174 412 l 1\n 570 412 l 1\n 570 328 l 1\n 174 328 l 1\n 174 84 l 1\n 614 84 l 1\n 614 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x10,0 x10,11 x6,8 x6,7 x5,3 x5,4 \nEndChar\nStartChar: Zeta\nEncoding: 918 918 511\nWidth: 628\nFlags: W\nHStem: 0 84<145 601> 632 84<77 477>\nDStem: 403 546 589 632 35 88 145 84\nFore\n601 0 m 1\n 35 0 l 1\n 35 88 l 1\n 403 546 l 2\n 428 578 452 607 477 632 c 1\n 77 632 l 1\n 77 716 l 1\n 589 716 l 1\n 589 632 l 1\n 145 84 l 1\n 601 84 l 1\n 601 0 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Eta\nEncoding: 919 919 512\nWidth: 683\nFlags: W\nHStem: 0 21G<65 159 531 625> 338 84<159 530>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nFore\n625 0 m 1\n 531 0 l 1\n 531 338 l 1\n 159 338 l 1\n 159 0 l 1\n 65 0 l 1\n 65 716 l 1\n 159 716 l 1\n 159 422 l 1\n 531 422 l 1\n 531 716 l 1\n 625 716 l 1\n 625 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y9,11 y9,10 y8,6 y8,7 y3,5 y3,4 y2,0 y2,1 \nEndChar\nStartChar: Theta\nEncoding: 920 920 513\nWidth: 750\nFlags: W\nHStem: -12.3379 80.1553<364 398> 320.013 82.109<217 553> 632.812 80.156<364 398>\nVStem: 45 96<318 372> 631 98<318 372>\nFore\n729 349.338 m 0\n 729 137.738 592.185 -12.3379 387 -12.3379 c 0\n 328 -12.3379 273 -0.607422 222 23.8301 c 0\n 169 48.2676 126 87.3672 94 140.152 c 0\n 61 191.96 45 259.407 45 341.518 c 0\n 45 552.657 164 712.968 387 712.968 c 0\n 488 712.968 565 677.777 622 626.947 c 0\n 688 568.298 729 472.503 729 349.338 c 0\n141 339.562 m 0\n 141 186.14 229.324 67.8174 385 67.8174 c 0\n 493 67.8174 562 122.558 600 197.825 c 0\n 621 239.857 631 289.71 631 349.338 c 0\n 631 509.299 546.325 632.812 387 632.812 c 0\n 219 632.812 141 510.625 141 339.562 c 0\n553 320.013 m 1\n 217 320.013 l 1\n 217 402.122 l 1\n 553 402.122 l 1\n 553 320.013 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Iota\nEncoding: 921 921 514\nWidth: 236\nFlags: W\nHStem: 0 21G<69 163>\nVStem: 69 94<0 716>\nFore\n163 0 m 1\n 69 0 l 1\n 69 716 l 1\n 163 716 l 1\n 163 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Kappa\nEncoding: 922 922 515\nWidth: 684\nFlags: W\nHStem: 0 21G<74 168 540 666>\nVStem: 74 94<0 248 362 716>\nDStem: 522 716 642 716 168 362 352 426\nFore\n666 0 m 1\n 540 0 l 1\n 282 362 l 1\n 168 248 l 1\n 168 0 l 1\n 74 0 l 1\n 74 716 l 1\n 168 716 l 1\n 168 362 l 1\n 522 716 l 1\n 642 716 l 1\n 352 426 l 1\n 666 0 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: Lambda\nEncoding: 923 923 516\nWidth: 684\nFlags: W\nHStem: -0.269531 21G<8 110 572 678> 679.62 20G<284 386>\nFore\n678 -0.269531 m 1\n 572 -0.269531 l 1\n 332 627.285 572 -0.269531 332 627.285 c 1\n 332 627.285 378.775 745.039 110 -0.269531 c 1\n 8 -0.269531 l 1\n 284 699.62 l 1\n 386 699.62 l 1\n 678 -0.269531 l 1\nEndSplineSet\nEndChar\nStartChar: Mu\nEncoding: 924 924 517\nWidth: 800\nFlags: W\nHStem: 0 21G<64 156 362 448 656 748>\nVStem: 64 92<0 609> 656 92<0 600>\nDStem: 156 610 208 716 362 0 376 210 448 218 656 600 410 104 448 0 620 716 656 600 448 218 448 0\nFore\n748 0 m 1\n 656 0 l 1\n 656 600 l 1\n 448 0 l 1\n 362 0 l 1\n 156 610 l 1\n 156 0 l 1\n 64 0 l 1\n 64 716 l 1\n 208 716 l 1\n 376 210 l 1\n 386 184 404 134 410 104 c 1\n 448 218 l 1\n 620 716 l 1\n 748 716 l 1\n 748 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Nu\nEncoding: 925 925 518\nWidth: 654\nFlags: W\nHStem: 0 21G<56 148 524 620>\nVStem: 56 92<0 561> 530 90<154 716>\nDStem: 148 562 154 716 524 0 530 154\nFore\n620 0 m 1\n 524 0 l 1\n 148 562 l 1\n 148 0 l 1\n 56 0 l 1\n 56 716 l 1\n 154 716 l 1\n 530 154 l 1\n 530 716 l 1\n 620 716 l 1\n 620 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Xi\nEncoding: 926 926 519\nWidth: 630\nFlags: W\nHStem: -0.217773 82.0254<80 610> 318.117 82.026<144 530> 616.923 82.024<80 594>\nFore\n594.952 616.923 m 1\n 65.2979 616.923 l 1\n 65.2979 698.947 l 1\n 594.952 698.947 l 1\n 594.952 616.923 l 1\n537.692 318.117 m 1\n 128.692 318.117 l 1\n 128.692 400.143 l 1\n 537.692 400.143 l 1\n 537.692 318.117 l 1\n611.312 -0.217773 m 1\n 65.2979 -0.217773 l 1\n 65.2979 81.8076 l 1\n 611.312 81.8076 l 1\n 611.312 -0.217773 l 1\nEndSplineSet\nEndChar\nStartChar: Omicron\nEncoding: 927 927 520\nWidth: 750\nFlags: W\nHStem: -7.41016 78.3106<369 403> 622.89 78.31<369 419>\nVStem: 50 96<311 361> 636 98<327 361>\nFore\n50 338.3 m 0\n 50 551.645 177.974 701.2 392 701.2 c 0\n 451 701.2 506 688.785 558 663.955 c 0\n 610 638.17 652 599.015 685 546.49 c 0\n 718 493.965 734 427.115 734 345.94 c 0\n 734 139.211 597.185 -7.41016 392 -7.41016 c 0\n 170.806 -7.41016 50 144.443 50 338.3 c 0\n146 336.39 m 0\n 146 186.69 233.745 70.9004 390 70.9004 c 0\n 498 70.9004 567 124.38 605 197.915 c 0\n 626 238.98 636 287.685 636 345.94 c 0\n 636 452.9 598 536.94 529 584.69 c 0\n 492 610.475 447 622.89 392 622.89 c 0\n 221.345 622.89 146 498.367 146 336.39 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: Pi\nEncoding: 928 928 521\nWidth: 721\nFlags: W\nHStem: -0.337891 21G<80 174 546 640> 617.442 82.111<174 545>\nVStem: 80 94<14 608> 546 94<14 608>\nFore\n640 -0.337891 m 1\n 546 -0.337891 l 1\n 546 617.442 l 1\n 174 617.442 l 1\n 174 -0.337891 l 1\n 80 -0.337891 l 1\n 80 699.553 l 1\n 640 699.553 l 1\n 640 -0.337891 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 y2,0 y2,1 \nEndChar\nStartChar: Rho\nEncoding: 929 929 522\nWidth: 638\nFlags: W\nHStem: -0.269531 21G<78 172> 285.16 82.11<172 383> 617.51 82.11<172 399>\nVStem: 78 94<14 285 382 618> 526 98<478 512>\nFore\n624 498.255 m 0\n 624 346.742 519 285.16 356 285.16 c 2\n 172 285.16 l 1\n 172 -0.269531 l 1\n 78 -0.269531 l 1\n 78 699.62 l 1\n 348 699.62 l 2\n 446 699.62 509 692.777 557 651.723 c 0\n 597 617.51 624 566.68 624 498.255 c 0\n526 494.345 m 0\n 526 554.95 499 594.05 444 611.645 c 1\n 427 615.555 398 617.51 356 617.51 c 2\n 172 617.51 l 1\n 172 367.27 l 1\n 358 367.27 l 2\n 462 367.27 526 398.55 526 494.345 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y2,4 y2,3 \nEndChar\nStartChar: Sigma\nEncoding: 931 931 523\nWidth: 628\nFlags: W\nHStem: -1.21484 82.1093<150 606> 618.52 82.11<186 585>\nDStem: 276 376.1 392 376.1 40 84.8047 150 80.8945\nFore\n606 -1.21484 m 1\n 40 -1.21484 l 1\n 40 84.8047 l 1\n 276 376.1 l 1\n 74 618.52 l 1\n 74 700.63 l 1\n 586 700.63 l 1\n 586 618.52 l 1\n 186 618.52 l 1\n 253.237 549.93 326.146 451.586 392 376.1 c 1\n 150 80.8945 l 1\n 606 80.8945 l 1\n 606 -1.21484 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Tau\nEncoding: 932 932 524\nWidth: 628\nFlags: W\nHStem: -1.21484 21G<275 369> 616.565 82.11<39 275 369 607>\nVStem: 275 94<13 616>\nFore\n607 616.565 m 1\n 369 616.565 l 1\n 369 -1.21484 l 1\n 275 -1.21484 l 1\n 275 616.565 l 1\n 39 616.565 l 1\n 39 698.675 l 1\n 607 698.675 l 1\n 607 616.565 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y1,3 y1,2 x4,6 x4,5 x1,7 x1,0 \nEndChar\nStartChar: Upsilon\nEncoding: 933 933 525\nWidth: 684\nFlags: W\nHStem: -1.62012 21G<291.103 382.987> 678.27 20G<21.3125 132.747 555.027 662.553>\nVStem: 291.103 91.884<13 295>\nFore\n662.553 698.27 m 1\n 382.987 295.54 l 1\n 382.987 -1.62012 l 1\n 291.103 -1.62012 l 1\n 291.103 295.54 l 1\n 21.3125 698.27 l 1\n 132.747 698.27 l 1\n 201.173 590.745 281.327 481.265 341.933 369.83 c 1\n 409.868 482.406 482.632 590.154 555.027 698.27 c 1\n 662.553 698.27 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Phi\nEncoding: 934 934 526\nWidth: 717\nFlags: W\nHStem: -1.0127 21G<317 400> 682.787 20G<318 399>\nVStem: 29 91<333 367> 317 83<13 70 138 543 621 687> 597 91<333 367>\nFore\n688 344.045 m 0\n 688 262.912 661 197.42 606 146.59 c 0\n 551 95.7598 482 70.3447 400 70.3447 c 1\n 400 -1.0127 l 1\n 317 -1.0127 l 1\n 317 70.3447 l 1\n 235 70.3447 166 95.7598 111 146.59 c 0\n 56 196.442 29 262.912 29 344.045 c 0\n 29 506.31 154 622.633 318 622.633 c 1\n 318 702.787 l 1\n 399 702.787 l 1\n 399 622.633 l 1\n 566 622.633 688 503.378 688 344.045 c 0\n597 348.933 m 0\n 597 467.21 510 539.545 400 551.275 c 1\n 400 137.793 l 1\n 514 149.522 597 228.7 597 348.933 c 0\n317 137.793 m 1\n 317 551.275 l 1\n 206 539.545 120 466.232 120 348.933 c 0\n 120 226.745 204 149.522 317 137.793 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Chi\nEncoding: 935 935 527\nWidth: 723\nFlags: W\nHStem: 0 21G<36.3799 147.815 564.23 679.575> 667.36 20G<69.6152 179.095 558.365 660.025>\nDStem: 308.125 359.04 323.765 240 36.3799 0 147.815 0 357 291.84 413.695 362.88 564.23 0 679.575 0\nFore\n679.575 0 m 1\n 564.23 0 l 1\n 357 291.84 l 1\n 357 290.88 338.428 263.04 338.428 261.12 c 2\n 323.765 240 l 1\n 147.815 0 l 1\n 36.3799 0 l 1\n 308.125 359.04 l 1\n 69.6152 687.36 l 1\n 179.095 687.36 l 1\n 206.4 645.795 331.857 484.486 362.865 426.24 c 1\n 373.617 445.44 383.393 459.84 391.213 469.44 c 1\n 433.713 530.476 511.429 623.646 558.365 687.36 c 1\n 660.025 687.36 l 1\n 413.695 362.88 l 1\n 679.575 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Psi\nEncoding: 936 936 528\nWidth: 745\nFlags: W\nHStem: -2.66016 21G<326 420> 140.9 80.51<275 325 420 469> 675.74 20G<330 416>\nVStem: 52 90<348 695> 330 86<236 695> 604 90<348 695>\nFore\n694 356.24 m 2\n 694 297.07 681 251.48 654 217.53 c 0\n 627 182.61 593 160.3 550 149.63 c 0\n 529 143.81 494 140.9 444 140.9 c 2\n 420 140.9 l 1\n 420 -2.66016 l 1\n 326 -2.66016 l 1\n 326 140.9 l 1\n 302 140.9 l 2\n 213 140.9 168 149.63 122 185.52 c 0\n 78 221.41 52 277.67 52 356.24 c 2\n 52 697.68 l 1\n 142 695.74 l 1\n 142 367.88 l 2\n 142 259.24 190 221.41 304 221.41 c 2\n 330 221.41 l 1\n 330 695.74 l 1\n 416 695.74 l 1\n 416 221.41 l 1\n 442 221.41 l 2\n 555.02 221.41 604 258.481 604 367.88 c 2\n 604 695.74 l 1\n 694 697.68 l 1\n 694 356.24 l 2\nEndSplineSet\nMinimumDistance: x0,-1 y15,17 y15,16 x5,7 x6,4 y4,6 y4,5 \nEndChar\nStartChar: uni03A9\nEncoding: 937 937 529\nWidth: 720\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 619.52 72.96<345 379>\nVStem: 47 87<334 368> 613 91<334 368>\nFore\n47 350.72 m 0\n 47 530.157 172.333 692.48 366 692.48 c 0\n 440 692.48 502 676.16 553 643.52 c 0\n 642.301 586.367 704 484.27 704 354.56 c 0\n 704 212.3 635.261 129.682 526 72.3203 c 1\n 702 72.3203 l 1\n 702 -0.639648 l 1\n 428 -0.639648 l 1\n 428 76.1602 l 1\n 489 100.16 535 136.64 566 185.6 c 0\n 597 236.48 613 292.16 613 352.64 c 0\n 613 501.354 520.981 619.52 368 619.52 c 0\n 217.267 619.52 134 489.715 134 349.76 c 0\n 134 216.53 203.65 121.9 306 76.1602 c 1\n 306 -0.639648 l 1\n 42 -0.639648 l 1\n 42 72.3203 l 1\n 216 72.3203 l 1\n 111.406 134.24 47 216.487 47 350.72 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 530\nWidth: 236\nFlags: W\nHStem: 0 21<69 163> 801 103<-17 87 145 249>\nVStem: -17 104<801 904> 69 94<0 716> 145 104<801 904>\nRef: 168 168 N 1 0 0 1 -47 189\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 531\nWidth: 684\nFlags: W\nHStem: -1.62012 21<291.103 382.987> 678.27 20<21.3125 132.747 555.027 662.553> 801 103<208.933 312.933 370.933 474.933>\nVStem: 208.933 104<801 904> 291.103 91.884<13 295> 370.933 104<801 904>\nRef: 168 168 N 1 0 0 1 178.933 189\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: alphatonos\nEncoding: 940 940 532\nWidth: 608\nFlags: W\nHStem: -12 78<255 289> 454 76<256.393 289>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 900 900 N 1 0 0 1 86 0\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 533\nWidth: 528\nFlags: W\nHStem: -10 70<230 264> 231 59<230 295> 462 70<230 264>\nVStem: 39 82<133 144 376 391>\nRef: 900 900 N 1 0 0 1 63 0\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: etatonos\nEncoding: 942 942 534\nWidth: 547\nFlags: W\nHStem: 0 21<76 164> 454 76<300 320>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 900 900 N 1 0 0 1 91 0\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: iotatonos\nEncoding: 943 943 535\nWidth: 307\nFlags: W\nHStem: -8 87<178 196>\nVStem: 56 88<131 520>\nRef: 900 900 N 1 0 0 1 -113 0\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 536\nWidth: 515\nFlags: W\nHStem: -14 76<247 281> 599 103<126 230 288 392>\nVStem: 40 88<193 518> 126 104<599 702> 288 104<599 702> 390 88<193 518>\nRef: 901 901 N 1 0 0 1 51 20\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: alpha\nEncoding: 945 945 537\nWidth: 596\nFlags: W\nHStem: -12 78<255 289> 454 76<256.393 289>\nVStem: 48 84<242 276> 446 72<442 520>\nFore\n503 -13 m 0\n 461.597 -13 438 11.4911 438 46 c 2\n 438 55 l 2\n 437 60 437 63 437 65 c 0\n 437 63 421 39 420 38 c 0\n 406 21 392 15 365 4 c 128\n 338 -7 309 -12 276 -12 c 0\n 127 -12 48 79 48 262 c 0\n 48 307 58 347 69 382 c 0\n 96 467 165 530 276 530 c 0\n 350 529 404 505 438 458 c 1\n 446 442 l 1\n 446 520 l 1\n 518 520 l 1\n 518 99 l 2\n 518 81 525 68 539 68 c 0\n 546 68 554 71 562 77 c 1\n 583 8 l 1\n 554 -6 528 -13 503 -13 c 0\n424 266 m 0\n 424 320 406 362 383 399 c 128\n 360 436 325 454 276 454 c 0\n 172 454 132 372 132 258 c 0\n 132 148 170 66 274 66 c 0\n 370 66 424 135 424 266 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: beta\nEncoding: 946 946 538\nWidth: 516\nFlags: W\nHStem: -14 74<273 300> 660 72<245 275>\nVStem: 50 86<-198 52 143 523> 378 72<544.125 555> 414 90<185 219>\nFore\n504 200 m 0\n 504 75 426 -14 298 -14 c 0\n 218 -14 179 5 136 52 c 1\n 136 -198 l 1\n 50 -198 l 1\n 50 490 l 2\n 50 591.213 65.2516 639.252 111 685 c 0\n 146 716 187 732 250 732 c 0\n 378 732 450 661 450 544 c 1\n 445 464 411 411 346 388 c 1\n 442 370 504 312 504 200 c 0\n280 60 m 0\n 366.929 60 414 112.409 414 202 c 0\n 414 249 401 283 375 303 c 0\n 344 326 303 338 252 338 c 2\n 202 338 l 1\n 202 412 l 1\n 244 412 l 2\n 330.198 412 378 465.58 378 546 c 0\n 378 583 367 611 344 630 c 0\n 322 650 295 660 263 660 c 0\n 224 660 190 646 163 619 c 0\n 145 601 136 557 136 486 c 1\n 137 144 l 1\n 157.364 89.0162 199.766 60 280 60 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: gamma\nEncoding: 947 947 539\nWidth: 531\nFlags: W\nHStem: 454 76<56 67>\nVStem: 249 86<-198 32>\nDStem: 82 440 173 440 249 32 291 136 435 518 523 518 291 136 335 32\nFore\n523 518 m 1\n 335 32 l 1\n 335 -198 l 1\n 249 -198 l 1\n 249 32 l 1\n 82 440 l 0\n 76 449 68 454 57 454 c 0\n 48 454 40 452 31 448 c 1\n 25 518 l 1\n 25 523 61 530 67 530 c 0\n 99 530 121 524 134 512 c 0\n 147 499 160 475 173 440 c 1\n 291 136 l 1\n 435 518 l 1\n 523 518 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: delta\nEncoding: 948 948 540\nWidth: 560\nFlags: W\nHStem: -16 82<260 305> 432 67<250 281> 646 72<202 470>\nVStem: 37 90<223 250> 441 88<239 273>\nDStem: 73 646 202 646 284 495 377 519\nFore\n529 250 m 0\n 529 69 454 -16 275 -16 c 0\n 202 -16 145 9 102 52 c 0\n 60 95 37 157 37 242 c 0\n 37 374 91 453 185 488 c 1\n 209 495 231 499 250 499 c 0\n 266 499 272 497 284 495 c 1\n 73 646 l 1\n 73 718 l 1\n 471 718 l 1\n 471 646 l 1\n 202 646 l 1\n 377 519 l 2\n 412 493 438 472 453 456 c 0\n 504 404 529 335 529 250 c 0\n281 432 m 0\n 184.534 432 129.959 350.612 127 250 c 0\n 127 125 187 66 275 66 c 2\n 303 66 l 2\n 331 66 353 68 372 82 c 0\n 415 114 441 182 441 252 c 0\n 441 357.39 388.469 432 281 432 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: epsilon\nEncoding: 949 949 541\nWidth: 510\nFlags: W\nHStem: -10 70<230 264> 231 59<230 295> 462 70<230 264>\nVStem: 39 82<133 144 376 391>\nFore\n476 136 m 1\n 461 26 384 -10 253 -10 c 0\n 131 -10 39 24 39 136 c 0\n 39 209 83 244 141 261 c 1\n 82 278 39 312 39 386 c 0\n 39 503 132 530 253 532 c 2\n 262 532 l 2\n 390 532 461 494 476 386 c 1\n 400 386 l 1\n 393 442 319 462 250 462 c 128\n 181 462 121 443 121 377 c 1\n 129.848 312.849 168.412 290 249 290 c 2\n 295 290 l 1\n 295 231 l 1\n 249 231 l 2\n 169 231 130 209 121 144 c 1\n 121 81 182 60 250 60 c 0\n 317 60 393 80 400 136 c 1\n 476 136 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: zeta\nEncoding: 950 950 542\nWidth: 462\nFlags: W\nHStem: 646 72<54 278>\nVStem: 38 92<218 238> 360 80<-65 -42>\nFore\n440 -42 m 0\n 440 -79 427 -130 402 -194 c 1\n 326 -166 l 1\n 349 -119 360 -85 360 -64 c 0\n 360 -17 343 -4 294 -4 c 0\n 237 -4 177 16 115 57 c 0\n 64 90 38 145 38 220 c 0\n 38 415 152 566 278 646 c 1\n 54 646 l 1\n 54 718 l 1\n 410 718 l 1\n 410 658 l 1\n 278 583 130 427 130 236 c 0\n 130 187 145 149 176 122 c 0\n 215 91 241 81 303 74 c 0\n 352 70 386 65 409 42 c 0\n 430 21 440 -7 440 -42 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: eta\nEncoding: 951 951 543\nWidth: 526\nFlags: W\nHStem: 0 21G<76 164> 454 76<300 320>\nVStem: 76 88<0 299> 410 88<-159 347>\nFore\n498 -182 m 1\n 410 -158 l 1\n 410 316 l 2\n 410 351 407 377 400 396 c 0\n 383 435 351 454 302 454 c 0\n 210 454 164 397 164 284 c 2\n 164 0 l 1\n 76 0 l 1\n 76 414 l 2\n 76 439 69 451 54 451 c 0\n 50 451 45 450 38 448 c 1\n 24 520 l 1\n 43 527 63 531 85 531 c 0\n 130 531 153 491 155 445 c 1\n 156 430 l 1\n 201 497 255 530 320 530 c 0\n 429 530 491 475 497 371 c 0\n 498 364 498 347 498 320 c 2\n 498 -182 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: theta\nEncoding: 952 952 544\nWidth: 526\nFlags: W\nHStem: -12 74<252 286> 330 72<131 406> 658 72<252 286>\nFore\n268 730 m 0\n 446.183 730 490 543.867 490 360 c 0\n 490 209 469 77 390 22 c 0\n 357 -1 317 -12 268 -12 c 0\n 136 -12 84 69 60 184 c 0\n 50 232 45 291 45 360 c 0\n 45 545.283 88.7024 730 268 730 c 0\n268 658 m 0\n 155.113 658 131 526.62 131 402 c 1\n 406 402 l 1\n 406 475 396 536 377 586 c 0\n 358 634 321 658 268 658 c 0\n406 330 m 1\n 131 330 l 1\n 131 206.466 147.173 62 268 62 c 0\n 343 62 377 112 392 181 c 0\n 401 223 406 273 406 330 c 1\nEndSplineSet\nEndChar\nStartChar: iota\nEncoding: 953 953 545\nWidth: 286\nFlags: W\nHStem: -8 87<178 196>\nVStem: 56 88<131 520>\nFore\n144 136 m 0\n 144 112.779 148.592 103.408 163 89 c 1\n 168 82 176 79 189 79 c 2\n 196 79 l 2\n 206 80 221 85 240 94 c 1\n 270 13 l 1\n 239 -1 209 -8 180 -8 c 0\n 99.7029 -8 56 40.9931 56 133 c 2\n 56 520 l 1\n 144 520 l 1\n 144 136 l 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: kappa\nEncoding: 954 954 546\nWidth: 516\nFlags: W\nHStem: 0 21G<66 154 388 496>\nVStem: 66 88<0 206 308 518>\nDStem: 216 266 278 326 388 0 496 0 362 518 476 518 154 308 278 326\nFore\n496 0 m 1\n 388 0 l 1\n 216 266 l 1\n 154 206 l 1\n 154 0 l 1\n 66 0 l 1\n 66 518 l 1\n 154 518 l 1\n 154 308 l 1\n 362 518 l 1\n 476 518 l 1\n 278 326 l 1\n 496 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: lambda\nEncoding: 955 955 547\nWidth: 560\nFlags: W\nHStem: -10 83<475 502> 646 86<118 134>\nDStem: 306 304 308 530 394 68 460 120\nFore\n556 14 m 1\n 524 -2 497 -10 475 -10 c 0\n 442 -10 419 6 407 38 c 0\n 403 48 398 58 394 68 c 2\n 306 304 l 2\n 290 348 279 387 272 422 c 1\n 231 279 174 140 126 2 c 1\n 30 2 l 1\n 228 522 l 1\n 209 576 200 614 159 639 c 0\n 150 644 137 646 120 646 c 0\n 105 646 89 643 77 640 c 0\n 73 639 69 639 66 638 c 1\n 76 720 l 1\n 98 728 117 732 132 732 c 0\n 186 732 206 716 235 683 c 0\n 269 641 284 596 308 530 c 2\n 460 120 l 1\n 474 92 l 2\n 480 79 489 73 502 73 c 0\n 508 73 532 80 536 84 c 1\n 556 14 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni03BC\nEncoding: 956 956 548\nWidth: 574\nFlags: W\nHStem: -12 80<269 303> 0 21G<418 498>\nVStem: 78 88<-200 52 247 518> 412 86<247 518>\nFore\n288 -12 m 0\n 227.559 -12 198.292 8.94391 166 52 c 1\n 166 -200 l 1\n 78 -200 l 1\n 78 518 l 1\n 166 518 l 1\n 166 300 l 2\n 166 219 170 168 178 145 c 0\n 192 100 230 68 286 68 c 0\n 313 68 330 74 354 90 c 24\n 375 104 389 119 395 137 c 0\n 409 182 412 230 412 298 c 2\n 412 518 l 1\n 498 518 l 1\n 498 0 l 1\n 418 0 l 1\n 418 62 l 1\n 389 16 355 -12 288 -12 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: nu\nEncoding: 957 957 549\nWidth: 504\nFlags: W\nHStem: 0 21G<210 292>\nDStem: 398 518 488 518 284 202 292 0\nFore\n488 518 m 1\n 292 0 l 1\n 210 0 l 1\n 14 518 l 1\n 106 518 l 1\n 151.29 385.261 212.925 240.248 250 104 c 1\n 260 134 272 177 284 202 c 1\n 398 518 l 1\n 488 518 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: xi\nEncoding: 958 958 550\nWidth: 470\nFlags: W\nHStem: 0 70<242 302> 340 64<271 384> 648 70<38 138 239 410>\nVStem: 62 76<509 527> 362 79<-60 -33>\nFore\n441 -39 m 0\n 441 -80 428 -131 402 -194 c 1\n 328 -166 l 1\n 350 -111 361 -75 362 -60 c 0\n 363 -58 363 -53 363 -46 c 0\n 363 -26 357 -14 344 -9 c 0\n 332 -3 307 0 269 0 c 2\n 250 0 l 2\n 157 0 88 24 47 78 c 0\n 26 105 13 142 16 188 c 24\n 19 245 33 285 70 320 c 0\n 105 351 143 370 184 376 c 1\n 114 386 62 439 62 516 c 0\n 62 576 98 627 138 648 c 1\n 38 648 l 1\n 38 718 l 1\n 410 718 l 1\n 410 648 l 1\n 244 648 l 2\n 186 648 138 577 138 516 c 0\n 138 465 168 431 229 412 c 0\n 244 407 269 404 302 404 c 2\n 384 404 l 1\n 384 340 l 1\n 274 340 l 2\n 206 340 156 312 125 272 c 0\n 108 251 100 227 100 198 c 0\n 100 114 177 70 262 70 c 0\n 310 70 345 68 367 63 c 0\n 416 55 441 17 441 -39 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: omicron\nEncoding: 959 959 551\nWidth: 550\nFlags: W\nHStem: -12 74<257 291> 458 72<257 291>\nVStem: 34 90<243 277> 428 90<243 277>\nFore\n276 -12 m 0\n 118.908 -12 34 97.892 34 260 c 0\n 34 350 57 418 102 463 c 128\n 147 508 205 530 276 530 c 128\n 347 530 405 508 450 463 c 128\n 495 418 518 350 518 260 c 0\n 518 98.3904 427.824 -12 276 -12 c 0\n276 62 m 0\n 376.177 62 428 142.577 428 260 c 0\n 428 366.064 383.989 458 276 458 c 0\n 168.207 458 124 362.154 124 260 c 0\n 124 195 138 146 166 113 c 0\n 193 79 230 62 276 62 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: pi\nEncoding: 960 960 552\nWidth: 661\nFlags: W\nHStem: -4 68<543 571> 450 70<53 123 216 453 541 605>\nVStem: 123 94<-1 450> 453 88<91 450>\nFore\n617 14 m 1\n 601 8 565 -4 543 -4 c 0\n 506 -4 482 6 471 25 c 0\n 459 44 453 74 453 114 c 2\n 453 450 l 1\n 217 450 l 1\n 217 0 l 1\n 123 -2 l 1\n 124 450 l 1\n 54 450 l 1\n 53 520 l 1\n 605 520 l 1\n 605 450 l 1\n 541 450 l 1\n 541 116 l 2\n 541 84 541 64 571 64 c 0\n 587 64 587 67 596 73 c 0\n 599 74 600 75 601 76 c 1\n 617 14 l 1\nEndSplineSet\nMinimumDistance: x11,-1 x13,11 x13,12 \nEndChar\nStartChar: rho\nEncoding: 961 961 553\nWidth: 566\nFlags: W\nHStem: -10 74<280 314> 460 72<280 314>\nVStem: 57 88<-200 61 247 281> 451 90<247 281>\nFore\n541 270 m 0\n 541 204 533 156 518 126 c 0\n 488 68 469 47 411 15 c 0\n 382 -2 344 -10 297 -10 c 0\n 227 -10 178 17 145 61 c 1\n 145 -200 l 1\n 57 -200 l 1\n 57 270 l 2\n 57 362 81 429 128 470 c 128\n 175 511 232 532 297 532 c 0\n 451 532 541 426 541 270 c 0\n451 264 m 0\n 451 328 436 377 407 410 c 128\n 378 443 341 460 297 460 c 0\n 252 460 216 443 189 410 c 1\n 160 379 145 329 145 262 c 128\n 145 195 159 146 188 113 c 128\n 217 80 253 64 297 64 c 0\n 340 64 377 80 407 112 c 1\n 436 147 451 198 451 264 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: sigma1\nEncoding: 962 962 554\nWidth: 535\nFlags: W\nHStem: 458 78<255 280>\nVStem: 22 96<265 299> 402 98<-42 -28> 410 91<324.125 343.848>\nFore\n501 324 m 1\n 410 324 l 1\n 410 410 357 458 270 458 c 0\n 207 458 165 425 140 380 c 0\n 125 353 118 318 118 274 c 0\n 118 175.148 166.03 128.945 257 100 c 0\n 278 94 342 89 364 87 c 0\n 448 75 500 58 500 -28 c 0\n 500 -69 469 -143 452 -182 c 1\n 362 -150 l 1\n 376.338 -121.324 392.901 -78.3949 402 -42 c 0\n 403 -40 403 -37 403 -34 c 0\n 403 -7 358 -4 318 -2 c 0\n 225 2 192 13 125 62 c 0\n 67.1102 101.216 22 177.115 22 276 c 0\n 22 331 33 378 56 417 c 0\n 99 488 173 536 278 536 c 0\n 409 536 501 452 501 324 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: sigma\nEncoding: 963 963 555\nWidth: 616\nFlags: W\nHStem: -12 74<257 291> 444 82<454 590> 458 72<257 291>\nVStem: 34 90<243 277> 428 90<243 277>\nFore\n276 -12 m 0\n 118.908 -12 34 97.892 34 260 c 0\n 34 350 57 418 102 463 c 128\n 147 508 205 530 276 530 c 0\n 295 530 312 529 326 526 c 1\n 590 526 l 1\n 590 444 l 1\n 454 444 l 1\n 497 389 518 328 518 260 c 0\n 518 98.3904 427.824 -12 276 -12 c 0\n276 62 m 0\n 376.177 62 428 142.577 428 260 c 0\n 428 366.064 383.989 458 276 458 c 0\n 168.207 458 124 362.154 124 260 c 0\n 124 195 138 146 166 113 c 0\n 193 79 230 62 276 62 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: tau\nEncoding: 964 964 556\nWidth: 532\nFlags: W\nHStem: -4 84<328 344> 450 68<42 206 294 494>\nVStem: 206 88<123 450>\nFore\n494 450 m 1\n 294 450 l 1\n 294 152 l 2\n 294 114 295 98 313 86 c 0\n 319 82 329 80 344 80 c 0\n 355 80 373 84 377 85 c 1\n 396 6 l 1\n 382 2 347 -4 328 -4 c 0\n 275 -4 231 15 218 52 c 0\n 208 77 206 102 206 144 c 2\n 206 450 l 1\n 42 450 l 1\n 42 518 l 1\n 494 518 l 1\n 494 450 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x10,12 x10,11 x1,13 x1,0 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 557\nWidth: 515\nFlags: W\nHStem: -14 76<247 281>\nVStem: 40 88<193 518> 390 88<193 518>\nFore\n478 198 m 2\n 478 132 470 88 446 50 c 0\n 438 40 418 25 386 6 c 0\n 363 -7 321 -14 262 -14 c 0\n 199 -14 155 -7 132 6 c 0\n 100 25 80 40 72 50 c 0\n 48 87 40 131 40 198 c 2\n 40 518 l 1\n 128 518 l 1\n 128 232 l 2\n 128 167 130 112 163 89 c 0\n 188 70 216 62 260 62 c 0\n 302 62 329 69 355 89 c 0\n 387 111 390 164 390 232 c 2\n 390 518 l 1\n 478 518 l 1\n 478 198 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: phi\nEncoding: 966 966 558\nWidth: 741\nFlags: W\nHStem: -10 81<301 333 421 463> 432 90<421.125 447>\nVStem: 46 84<247 265> 333 88<-200 -10 71 432> 613 84<231 265>\nFore\n130 254 m 0\n 130 151.07 207.784 71 313 71 c 2\n 333 71 l 1\n 333 522 l 1\n 421 522 l 2\n 582 522 697 412 697 249 c 0\n 697 146 651 71 585 26 c 0\n 548 2 504 -10 453 -10 c 2\n 421 -10 l 1\n 421 -200 l 1\n 333 -200 l 1\n 333 -10 l 1\n 311 -10 l 2\n 184 -10 98 57 64 152 c 0\n 53 184 46 217 46 250 c 0\n 46 375.675 119.243 469.307 206 514 c 1\n 248 446 l 1\n 184.972 405.597 130 338.148 130 254 c 0\n613 250 m 0\n 613 353 549 432 441 432 c 2\n 421 432 l 1\n 421 71 l 1\n 445 71 l 2\n 547 71 613 147 613 250 c 0\nEndSplineSet\nMinimumDistance: x5,-1 y8,10 y8,9 y2,4 y2,3 \nEndChar\nStartChar: chi\nEncoding: 967 967 559\nWidth: 572\nFlags: W\nHStem: -212 85<521 539> 458 80<41 73>\nDStem: 99 420 171 478 248 160 302 234 248 160 302 74 14 -200 118 -200 302 74 356 160 399 -123 487 -91 455 518 551 518 302 234 356 160\nFore\n573 -200 m 1\n 556 -208 539 -212 522 -212 c 2\n 514 -212 l 2\n 462.266 -212 423.259 -166.97 399 -123 c 1\n 302 74 l 1\n 118 -200 l 1\n 14 -200 l 1\n 248 160 l 1\n 99 420 l 2\n 85 446 77 458 41 458 c 1\n 31 455 23 454 17 454 c 1\n 17 532 l 1\n 25 534 67 538 73 538 c 0\n 124 538 149 515 171 478 c 1\n 302 234 l 1\n 455 518 l 1\n 551 518 l 1\n 356 160 l 1\n 487 -91 l 1\n 492 -102 499 -110 507 -117 c 1\n 512 -124 523 -127 539 -127 c 0\n 553 -127 563 -124 573 -121 c 1\n 573 -200 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: psi\nEncoding: 968 968 560\nWidth: 662\nFlags: W\nHStem: -2 74<265 288 374.125 399.766>\nVStem: 42 90<212 518> 288 86<-200 -2 72 500> 530 90<212 518>\nFore\n620 214 m 2\n 620 66 525 -2 374 -2 c 1\n 374 -200 l 1\n 288 -200 l 1\n 288 -2 l 1\n 139.126 -2 42 63.3018 42 214 c 2\n 42 518 l 1\n 132 518 l 1\n 132 242 l 2\n 132 125 173 72 288 72 c 1\n 288 500 l 1\n 374 500 l 1\n 374 72 l 1\n 489.4 72 530 125.899 530 242 c 2\n 530 518 l 1\n 620 518 l 1\n 620 214 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: omega\nEncoding: 969 969 561\nWidth: 740\nFlags: W\nHStem: -9 72<224 230 510 517>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nFore\n510 63 m 0\n 595.131 63 620 150.025 620 235 c 0\n 620 354 572 435 512 500 c 1\n 592 526 l 1\n 647 482 704 348 704 241 c 0\n 704 133 669 48 596 10 c 0\n 573 -3 545 -9 514 -9 c 0\n 441 -9 398 28 370 81 c 1\n 343 28 300 -9 226 -9 c 0\n 93.7273 -9 36 110.211 36 241 c 0\n 36 317 65 403 94 455 c 0\n 111 488 129 511 148 526 c 1\n 228 500 l 1\n 185 457 145 390 130 323 c 0\n 123 295 120 266 120 235 c 0\n 120 151.339 144.27 63 229 63 c 0\n 271 65 276 67 300 89 c 0\n 319 108 328 129 328 153 c 2\n 328 376 l 1\n 412 376 l 1\n 412 153 l 2\n 412 129 421 108 440 89 c 0\n 463 68 467 65 510 63 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 562\nWidth: 286\nFlags: W\nHStem: -8 87<178 196> 599 103<-33 71 129 233>\nVStem: -33 104<599 702> 56 88<131 520> 129 104<599 702>\nRef: 168 168 N 1 0 0 1 -63 -13\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 563\nWidth: 515\nFlags: W\nHStem: -14 76<247 281> 599 103<126 230 288 392>\nVStem: 40 88<193 518> 126 104<599 702> 288 104<599 702> 390 88<193 518>\nRef: 168 168 N 1 0 0 1 96 -13\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 564\nWidth: 553\nFlags: W\nHStem: -12 74<257 291> 458 72<257 291>\nVStem: 34 90<243 277> 428 90<243 277>\nRef: 900 900 N 1 0 0 1 64 0\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 565\nWidth: 518\nFlags: W\nHStem: -14 76<247 281>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 900 900 N 1 0 0 1 53 0\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omegatonos\nEncoding: 974 974 566\nWidth: 740\nFlags: W\nHStem: -9 72<224 230 510 517>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 900 900 N 1 0 0 1 158 0\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 567\nWidth: 667\nFlags: W\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183> 897 20<238 351 351 351>\nVStem: 90 93<82 332 414 647>\nRef: 96 96 N 1 0 0 1 216 177\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 568\nWidth: 667\nFlags: HMW\nHStem: 0 82<172 602> 332 82<172 569> 647 82<172 584 172 172> 811 103<199 303 361 465>\nVStem: 79 93<82 332 414 647> 199 104<811 914> 361 104<811 914>\nFore\n172 332 m 1\n 172 82 l 1\n 602 82 l 1\n 602 0 l 1\n 79 0 l 1\n 79 729 l 1\n 584 729 l 1\n 584 647 l 1\n 172 647 l 1\n 172 414 l 1\n 569 414 l 1\n 569 332 l 1\n 172 332 l 1\n303 914 m 1\n 303 811 l 1\n 199 811 l 1\n 199 914 l 1\n 303 914 l 1\n465 914 m 1\n 465 811 l 1\n 361 811 l 1\n 361 914 l 1\n 465 914 l 1\nEndSplineSet\nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 569\nWidth: 766\nFlags: HMW\nFore\n716 0 m 1\n 716 -66 698 -97 648 -126 c 0\n 623 -141 579 -147 550 -147 c 2\n 549 -147 l 1\n 468 -148 l 1\n 468 -82 l 1\n 567 -82 l 2\n 602 -82 624 -60 624 -16 c 2\n 624 -6 l 1\n 625 315 l 2\n 625 350 603 369 559 372 c 1\n 321 372 l 1\n 321 0 l 1\n 228 0 l 1\n 227 648 l 1\n 28 648 l 1\n 28 728 l 1\n 518 728 l 1\n 518 648 l 1\n 321 648 l 1\n 321 454 l 1\n 553 454 l 2\n 619 454 667 429 696 379 c 0\n 711 354 718 327 718 298 c 2\n 718 297 l 1\n 716 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 570\nWidth: 611\nFlags: HMW\nHStem: 0 21<90 183 90 90> 647 82<183 579 183 183>\nVStem: 90 93<0 647>\nFore\n183 0 m 1\n 90 0 l 1\n 90 729 l 1\n 579 729 l 1\n 579 647 l 1\n 183 647 l 1\n 183 0 l 1\n326 917 m 1\n 439 917 l 1\n 290 769 l 1\n 230 769 l 1\n 326 917 l 1\nEndSplineSet\nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 571\nWidth: 722\nFlags: HMW\nHStem: -23 82<329.5 417> 332 82<144 508> 659 82<332 399.5>\nVStem: 48 460<332 414>\nFore\n142 332 m 1\n 150 164 240 59 378 59 c 0\n 456 59 518 93 548 153 c 0\n 563 182 573 216 581 266 c 1\n 677 266 l 1\n 655 73 555 -23 377 -23 c 0\n 282 -23 210 4 154 62 c 0\n 85 133 48 236 48 356 c 0\n 48 474 84 578 150 650 c 0\n 204 710 283 741 381 741 c 0\n 541 741 633 663 662 503 c 1\n 567 503 l 1\n 556 557 541 588 514 613 c 0\n 484 641 429 659 370 659 c 0\n 244 659 160 567 144 414 c 1\n 508 414 l 1\n 508 332 l 1\n 142 332 l 1\nEndSplineSet\nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 572\nWidth: 667\nFlags: W\nHStem: -23 82<302.5 371.5> 663 78<277 384>\nVStem: 70 93<512 577> 528 93<171.5 219.5>\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 573\nWidth: 278\nFlags: HMW\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 574\nWidth: 278\nFlags: W\nHStem: 0 20 709 20<100 194 194 194> 805 103<8 112 170 274>\nVStem: 8 104<805 908> 100 94<0 729> 170 104<805 908>\nRef: 168 168 N 1 0 0 1 -22 193\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 575\nWidth: 500\nFlags: HMW\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 576\nWidth: 1080\nFlags: W\nHStem: 0 82<607 820> 0 94<83 94.5406> 333 82<607 798> 647 82<194 513>\nVStem: 194 94<431 729> 513 94<0 333 0 729> 929 93<191 208>\nFore\n514 0 m 1\n 513 647 l 1\n 288 647 l 1\n 288 422 310 0 83 0 c 1\n 83 94 l 1\n 208 94 194 424 194 729 c 1\n 607 729 l 1\n 607 415 l 1\n 751 415 l 2\n 929 416 1006 338 1022 208 c 1\n 1022 151 1002 99 966 61 c 0\n 927 19 876 0 807 0 c 2\n 514 0 l 1\n929 207 m 0\n 929 281.152 884.489 333 798 333 c 2\n 607 333 l 1\n 607 82 l 1\n 798 82 l 2\n 843 82 873 93 895 117 c 0\n 917 140 929 172 929 207 c 0\nEndSplineSet\nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 577\nWidth: 1014\nFlags: HMW\nHStem: 0 82<574 748 748 757> 332 82<177 481 177 177> 709 20<83 176 176 176 481 574 574 574>\nVStem: 83 94<0 332> 481 93<82 332 332 332 415 729> 879 93<189.5 208>\nFore\n481 0 m 1\n 481 332 l 1\n 177 332 l 1\n 177 0 l 1\n 83 0 l 1\n 83 729 l 1\n 176 729 l 1\n 176 414 l 1\n 481 414 l 1\n 481 729 l 1\n 574 729 l 1\n 574 415 l 1\n 701 415 l 2\n 879 416 956 338 972 208 c 1\n 972 151 952 99 916 61 c 0\n 877 19 826 0 757 0 c 2\n 481 0 l 1\n879 207 m 0\n 879 281.152 834.489 333 748 333 c 2\n 574 333 l 1\n 574 82 l 1\n 748 82 l 2\n 793 82 823 93 845 117 c 0\n 867 140 879 172 879 207 c 0\nEndSplineSet\nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 578\nWidth: 766\nFlags: HMW\nFore\n321 454 m 1\n 553 454 l 2\n 619 454 667 429 696 379 c 0\n 711 354 718 327 718 298 c 1\n 718 0 l 1\n 625 0 l 1\n 625 315 l 2\n 625 350 603 369 559 372 c 1\n 321 372 l 1\n 321 0 l 1\n 228 0 l 1\n 227 648 l 1\n 28 648 l 1\n 28 728 l 1\n 518 728 l 1\n 518 648 l 1\n 321 648 l 1\n 321 454 l 1\nEndSplineSet\nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 579\nWidth: 667\nFlags: HMW\nHStem: 0 21<79 172 79 79 548 548 548 658> 709 20<79 172 172 172 535 655 655 655>\nVStem: 79 93<0 324 414 729>\nFore\n172 0 m 1\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 414 l 1\n 535 729 l 1\n 655 729 l 1\n 243 375 l 1\n 658 0 l 1\n 548 0 l 1\n 172 324 l 1\n 172 0 l 1\n358 917 m 1\n 471 917 l 1\n 322 769 l 1\n 262 769 l 1\n 358 917 l 1\nEndSplineSet\nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 580\nWidth: 722\nFlags: W\nHStem: 0 21G<76 181 558 646> 709 20G<76 164 545 646>\nVStem: 76 88<0 729> 558 88<0 729>\nDStem: 545 729 558 591 164 133 181 0\nFore\n76 729 m 1\n 164 729 l 1\n 164 133 l 1\n 545 729 l 1\n 646 729 l 1\n 646 0 l 1\n 558 0 l 1\n 558 591 l 1\n 181 0 l 1\n 76 0 l 1\n 76 729 l 1\n370 917 m 1\n 466 769 l 1\n 406 769 l 1\n 257 917 l 1\n 370 917 l 1\nEndSplineSet\nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 581\nWidth: 650\nFlags: HMW\nHStem: 0 21<139 252 139 139> 709 20<26 139 139 139 508 619 619 619> 769 69<294.5 350>\nFore\n252 0 m 1\n 139 0 l 1\n 268 244 l 1\n 26 729 l 1\n 139 729 l 1\n 324 350 l 1\n 508 729 l 1\n 619 729 l 1\n 252 0 l 1\n172 904 m 1\n 231 904 l 1\n 236 860 266 838 323 838 c 0\n 377 838 410 862 414 904 c 1\n 473 904 l 1\n 466 815 414 769 321 769 c 0\n 265 769 220 789 193 826 c 0\n 179 846 173 865 172 904 c 1\nEndSplineSet\nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 582\nWidth: 722\nFlags: HMW\nHStem: 0 82<177 324 404 551 404 404> 709 20<83 177 177 177 551 645 645 645>\nVStem: 83 94<82 729> 324 80<-135 0> 551 94<82 729>\nFore\n404 0 m 1\n 404 -135 l 1\n 324 -135 l 1\n 324 0 l 1\n 83 0 l 1\n 83 729 l 1\n 177 729 l 1\n 177 82 l 1\n 551 82 l 1\n 551 729 l 1\n 645 729 l 1\n 645 0 l 1\n 404 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 583\nWidth: 667\nFlags: W\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397>\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 584\nWidth: 667\nFlags: W\nHStem: 0 82<172 416> 353 82<172 384> 647 82<172 567>\nVStem: 79 93<82 353 434 647> 530 93<207 225>\nFore\n623 218 m 0\n 623 161 603 99 567 61 c 0\n 528 19 477 0 408 0 c 2\n 79 0 l 1\n 79 729 l 1\n 568 729 l 1\n 568 647 l 1\n 172 647 l 1\n 172 435 l 1\n 352 435 l 2\n 546 435 624 350 623 218 c 0\n172 82 m 1\n 399 82 l 2\n 444 82 474 93 496 117 c 0\n 518 140 530 182 530 217 c 0\n 530 253 518 295 496 318 c 0\n 474 342 444 353 399 353 c 2\n 172 353 l 1\n 172 82 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x7,5 x7,6 \nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 585\nWidth: 667\nFlags: W\nHStem: 0 82<172 416> 333 82<172 399> 647 82<79 377>\nVStem: 79 93<0 333 0 647> 498 93<527 546> 530 93<191 225>\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 586\nWidth: 611\nFlags: HMW\nHStem: 0 21<79 172 79 79> 647 82<172 568 172 172>\nVStem: 79 93<0 647>\nFore\n172 0 m 1\n 79 0 l 1\n 79 729 l 1\n 568 729 l 1\n 568 647 l 1\n 172 647 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 587\nWidth: 812\nFlags: W\nHStem: 0 74<34 698> 0 82<262 698> 647 82<237 593>\nVStem: 34 80<-135 0> 237 94<440.702 647> 593 94<82 729> 698 80<-135 74>\nFore\n262 82 m 1\n 593 82 l 1\n 593 647 l 1\n 331 647 l 1\n 331 481 347 215 262 82 c 1\n126 74 m 1\n 251 132 237 424 237 729 c 1\n 687 729 l 1\n 687 74 l 1\n 778 74 l 1\n 778 -135 l 1\n 698 -135 l 1\n 698 0 l 1\n 114 0 l 1\n 114 -135 l 1\n 34 -135 l 1\n 34 74 l 1\n 126 74 l 1\nEndSplineSet\nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 588\nWidth: 667\nFlags: HMW\nHStem: 0 82<172 602> 332 82<172 569> 647 82<172 584 172 172>\nVStem: 79 93<82 332 414 647>\nFore\n172 332 m 1\n 172 82 l 1\n 602 82 l 1\n 602 0 l 1\n 79 0 l 1\n 79 729 l 1\n 584 729 l 1\n 584 647 l 1\n 172 647 l 1\n 172 414 l 1\n 569 414 l 1\n 569 332 l 1\n 172 332 l 1\nEndSplineSet\nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 589\nWidth: 1023\nFlags: HMW\nHStem: 0 21<63 173 63 63 459 459 459 552 830 830 830 948> 709 20<105 221 221 221 459 552 552 552 790 906 906 906>\nVStem: 459 93<0 324 421 729>\nFore\n459 324 m 1\n 173 0 l 1\n 63 0 l 1\n 388 375 l 1\n 105 729 l 1\n 221 729 l 1\n 459 421 l 1\n 459 729 l 1\n 552 729 l 1\n 552 421 l 1\n 790 729 l 1\n 906 729 l 1\n 623 375 l 1\n 948 0 l 1\n 830 0 l 1\n 552 324 l 1\n 552 0 l 1\n 459 0 l 1\n 459 324 l 1\nEndSplineSet\nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 590\nWidth: 667\nFlags: W\nHStem: -23 82<319 369> 321 82<257 365> 663 78<319 353>\nVStem: 70 88<515 533.073> 503 93<527 542> 528 93<184 202>\nFore\n257 321 m 1\n 257 403 l 1\n 345 403 l 2\n 434 403 503 484 503 540 c 0\n 503 614 438 663 340 663 c 0\n 224 663 159 610 158 515 c 1\n 70 515 l 1\n 71 658 169 741 337 741 c 0\n 497 741 596 659 596 527 c 0\n 596 452 559 403 491 374 c 1\n 574 343 621 282 621 200 c 0\n 621 137 590 72 541 33 c 0\n 494 -3 423 -23 336 -23 c 0\n 225 -23 141 13 91 81 c 0\n 62 121 49 165 48 232 c 1\n 136 232 l 1\n 135 187 147 152 174 120 c 0\n 209 78 263 59 342 59 c 0\n 401 59 447 70 476 90 c 0\n 507 112 528 152 528 191 c 0\n 528 248 460 321 365 321 c 2\n 257 321 l 1\nEndSplineSet\nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 591\nWidth: 728\nFlags: HMW\nHStem: 0 21<79 184 79 79 561 649 561 561> 709 20<79 167 167 167 548 649 649 649>\nVStem: 79 88<126 729> 561 88<0 598 598 598>\nFore\n79 729 m 1\n 167 729 l 1\n 167 126 l 1\n 548 729 l 1\n 649 729 l 1\n 649 0 l 1\n 561 0 l 1\n 561 598 l 1\n 184 0 l 1\n 79 0 l 1\n 79 729 l 1\nEndSplineSet\nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 592\nWidth: 728\nFlags: HMW\nHStem: 0 21<79 184 79 79 561 649 561 561> 709 20<79 167 167 167 548 649 649 649> 789 69<335.5 391>\nVStem: 79 88<126 729> 561 88<0 598 598 598>\nFore\n79 729 m 1\n 167 729 l 1\n 167 126 l 1\n 548 729 l 1\n 649 729 l 1\n 649 0 l 1\n 561 0 l 1\n 561 598 l 1\n 184 0 l 1\n 79 0 l 1\n 79 729 l 1\n213 924 m 1\n 272 924 l 1\n 277 880 307 858 364 858 c 0\n 418 858 451 882 455 924 c 1\n 514 924 l 1\n 507 835 455 789 362 789 c 0\n 306 789 261 809 234 846 c 0\n 220 866 214 885 213 924 c 1\nEndSplineSet\nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 593\nWidth: 667\nFlags: HMW\nHStem: 0 21<79 172 79 79 497 497 497 621> 709 20<79 172 172 172 477 588 588 588>\nVStem: 79 93<0 333 423 729>\nFore\n172 0 m 1\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 423 l 1\n 477 729 l 1\n 588 729 l 1\n 243 384 l 1\n 621 0 l 1\n 497 0 l 1\n 172 333 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 594\nWidth: 673\nFlags: W\nHStem: -10 94<33 44.3706> 0 21G<500 594> 647 82<144 500>\nVStem: 144 94<406.295 647> 500 94<0 729>\nFore\n500 647 m 1\n 238 647 l 1\n 238 422 260 -10 33 -10 c 1\n 33 84 l 1\n 158 84 144 424 144 729 c 1\n 594 729 l 1\n 594 0 l 1\n 500 0 l 1\n 500 647 l 1\nEndSplineSet\nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 595\nWidth: 844\nFlags: HMW\nHStem: 0 21<79 167 79 79 374 472 374 374 677 677 677 765> 709 20<79 208 208 208 636 765 765 765>\nVStem: 79 88<0 611> 677 88<0 611 611 611>\nFore\n472 0 m 1\n 374 0 l 1\n 167 611 l 1\n 167 0 l 1\n 79 0 l 1\n 79 729 l 1\n 208 729 l 1\n 424 94 l 1\n 636 729 l 1\n 765 729 l 1\n 765 0 l 1\n 677 0 l 1\n 677 611 l 1\n 472 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 596\nWidth: 719\nFlags: HMW\nHStem: 0 21<79 173 79 79 546 546 546 640> 332 82<173 546 173 173> 709 20<79 172 172 172 546 640 640 640>\nVStem: 79 94<0 332> 546 94<0 332 332 332 414 729>\nFore\n546 332 m 1\n 173 332 l 1\n 173 0 l 1\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 414 l 1\n 546 414 l 1\n 546 729 l 1\n 640 729 l 1\n 640 0 l 1\n 546 0 l 1\n 546 332 l 1\nEndSplineSet\nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 597\nWidth: 778\nFlags: HMW\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 598\nWidth: 719\nFlags: HMW\nHStem: 0 21<79 173 79 79 546 546 546 640> 647 82<173 546 173 173>\nVStem: 79 94<0 647> 546 94<0 647 647 647>\nFore\n546 647 m 1\n 173 647 l 1\n 173 0 l 1\n 79 0 l 1\n 79 729 l 1\n 640 729 l 1\n 640 0 l 1\n 546 0 l 1\n 546 647 l 1\nEndSplineSet\nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 599\nWidth: 667\nFlags: HMW\nHStem: 0 21<79 172 79 79> 309 82<172 366 366 401> 647 82<172 366 172 172>\nVStem: 79 93<0 309 391 647> 508 97<481.5 559>\nFore\n172 309 m 1\n 172 0 l 1\n 79 0 l 1\n 79 729 l 1\n 380 729 l 2\n 524 729 605 652 605 515 c 0\n 605 448 586 401 542 361 c 0\n 503 326 458 309 401 309 c 2\n 172 309 l 1\n172 391 m 1\n 366 391 l 2\n 455 391 508 439 508 519 c 128\n 508 599 455 647 366 647 c 2\n 172 647 l 1\n 172 391 l 1\nEndSplineSet\nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 600\nWidth: 722\nFlags: W\nHStem: -23 82<329.5 417> 659 82<332 399.5>\nVStem: 48 93<296 415>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 601\nWidth: 611\nFlags: HMW\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 602\nWidth: 650\nFlags: HMW\nHStem: 0 21<139 252 139 139> 709 20<26 139 139 139 508 619 619 619>\nFore\n252 0 m 1\n 139 0 l 1\n 268 244 l 1\n 26 729 l 1\n 139 729 l 1\n 324 350 l 1\n 508 729 l 1\n 619 729 l 1\n 252 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 603\nWidth: 936\nFlags: HMW\nHStem: 0 21<399 494 399 399> 94 82<370.5 399 494 522.5> 554 82<399 399 494 494> 709 20<399 494 494 494>\nVStem: 64 100<277.5 452.5> 399 95<0 94 176 554 636 729> 729 100<277.5 452.5>\nFore\n494 636 m 1\n 583 637 829 628 829 365 c 128\n 829 102 605 94 494 94 c 1\n 494 0 l 1\n 399 0 l 1\n 399 94 l 1\n 288 94 64 102 64 365 c 128\n 64 628 310 637 399 636 c 1\n 399 729 l 1\n 494 729 l 1\n 494 636 l 1\n494 176 m 1\n 551 176 729 190 729 365 c 128\n 729 540 551 554 494 554 c 1\n 494 176 l 1\n399 176 m 1\n 399 554 l 1\n 342 554 164 540 164 365 c 128\n 164 190 342 176 399 176 c 1\nEndSplineSet\nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 604\nWidth: 667\nFlags: HMW\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 605\nWidth: 741\nFlags: W\nHStem: 0 82<172 627> 709 20G<79 173 546 640>\nVStem: 79 94<0 729> 546 94<82 729> 627 80<-135 74>\nFore\n546 82 m 1\n 546 729 l 1\n 640 729 l 1\n 640 74 l 1\n 707 74 l 1\n 707 -135 l 1\n 627 -135 l 1\n 627 0 l 1\n 79 0 l 1\n 79 729 l 1\n 173 729 l 1\n 173 82 l 1\n 546 82 l 1\nEndSplineSet\nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 606\nWidth: 648\nFlags: HMW\nHStem: 0 21<476 569 476 476> 275 82<248 476> 709 20<79 172 172 172 476 569 569 569>\nVStem: 79 93<432 729> 476 93<0 275 275 275 357 729>\nFore\n476 275 m 1\n 244 275 l 2\n 136 275 79 351 79 432 c 2\n 79 729 l 1\n 172 729 l 1\n 172 414 l 2\n 172 373 206 357 248 357 c 2\n 476 357 l 1\n 476 729 l 1\n 569 729 l 1\n 569 0 l 1\n 476 0 l 1\n 476 275 l 1\nEndSplineSet\nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 607\nWidth: 828\nFlags: HMW\nHStem: 0 82<173 367 461 655> 709 20<79 173 173 173 367 461 461 461 655 749 749 749>\nVStem: 79 94<82 729> 367 94<82 729> 655 94<82 729>\nFore\n461 82 m 1\n 655 82 l 1\n 655 729 l 1\n 749 729 l 1\n 749 0 l 1\n 79 0 l 1\n 79 729 l 1\n 173 729 l 1\n 173 82 l 1\n 367 82 l 1\n 367 729 l 1\n 461 729 l 1\n 461 82 l 1\nEndSplineSet\nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 608\nWidth: 850\nFlags: W\nHStem: 0 82<172 736> 709 20G<79 173 367 461 655 749>\nVStem: 79 94<0 729> 367 94<82 729> 655 94<82 729> 736 80<-135 74>\nFore\n736 0 m 1\n 79 0 l 1\n 79 729 l 1\n 173 729 l 1\n 173 82 l 1\n 367 82 l 1\n 367 729 l 1\n 461 729 l 1\n 461 82 l 1\n 655 82 l 1\n 655 729 l 1\n 749 729 l 1\n 749 74 l 1\n 816 74 l 1\n 816 -135 l 1\n 736 -135 l 1\n 736 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 609\nWidth: 897\nFlags: HMW\nHStem: 0 82<405 617 617 626> 369 82<405 570 570 617> 647 82<81 312>\nVStem: 312 93<82 369 451 647 647 647> 763 93<184.5 226>\nFore\n312 0 m 1\n 312 647 l 1\n 81 647 l 1\n 81 729 l 1\n 405 729 l 1\n 405 451 l 1\n 570 451 l 2\n 782 451 857 354 856 226 c 0\n 856 93 758 0 626 0 c 2\n 312 0 l 1\n405 82 m 1\n 617 82 l 2\n 703 82 763 144 763 225 c 0\n 763 310 704 369 617 369 c 2\n 405 369 l 1\n 405 82 l 1\nEndSplineSet\nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 610\nWidth: 872\nFlags: HMW\nHStem: 0 82<172 384 384 393> 369 82<172 337 337 384> 709 20<79 172 172 172 699 793 793 793>\nVStem: 79 93<82 369 451 729> 530 93<184.5 226> 699 94<0 729>\nFore\n623 226 m 0\n 623 93 525 0 393 0 c 2\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 451 l 1\n 337 451 l 2\n 549 451 624 354 623 226 c 0\n172 82 m 1\n 384 82 l 2\n 470 82 530 144 530 225 c 0\n 530 310 471 369 384 369 c 2\n 172 369 l 1\n 172 82 l 1\n793 729 m 1\n 793 0 l 1\n 699 0 l 1\n 699 729 l 1\n 793 729 l 1\nEndSplineSet\nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 611\nWidth: 667\nFlags: HMW\nHStem: 0 82<172 384 384 393> 369 82<172 337 337 384> 709 20<79 172 172 172>\nVStem: 79 93<82 369 451 729> 530 93<184.5 226>\nFore\n623 226 m 0\n 623 93 525 0 393 0 c 2\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 451 l 1\n 337 451 l 2\n 549 451 624 354 623 226 c 0\n172 82 m 1\n 384 82 l 2\n 470 82 530 144 530 225 c 0\n 530 310 471 369 384 369 c 2\n 172 369 l 1\n 172 82 l 1\nEndSplineSet\nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 612\nWidth: 722\nFlags: HMW\nHStem: -23 82<308 395.5> 332 82<217 581> 659 82<325.5 393>\nVStem: 217 460<332 414 414 414>\nFore\n584 332 m 1\n 217 332 l 1\n 217 414 l 1\n 581 414 l 1\n 565 567 481 659 355 659 c 0\n 296 659 241 641 211 613 c 0\n 184 588 169 557 158 503 c 1\n 63 503 l 1\n 92 663 184 741 344 741 c 0\n 442 741 521 710 575 650 c 0\n 641 578 677 474 677 356 c 0\n 677 236 640 133 571 62 c 0\n 515 4 443 -23 348 -23 c 0\n 170 -23 70 73 48 266 c 1\n 144 266 l 1\n 152 216 162 182 177 153 c 0\n 207 93 269 59 347 59 c 0\n 485 59 575 164 584 332 c 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 613\nWidth: 1032\nFlags: W\nHStem: -23 82<610 644> 0 21G<83 177> 332 82<176 295> 659 82<625 644> 709 20G<83 176>\nVStem: 83 94<0 332 0 729> 83 304<0 378> 865 93<328 378>\nFore\n295 332 m 1\n 177 332 l 1\n 177 0 l 1\n 83 0 l 1\n 83 729 l 1\n 176 729 l 1\n 176 414 l 1\n 297 414 l 1\n 318 611 433 741 625 741 c 0\n 839 741 958 588 958 353 c 0\n 958 234 911 121 832 54 c 0\n 773 4 717 -23 629 -23 c 0\n 427 -23 305 119 295 332 c 1\n625 659 m 0\n 471 659 387 539 387 359 c 128\n 387 179 471 59 626 59 c 0\n 780 59 865 179 865 355 c 0\n 865 539 783 659 625 659 c 0\nEndSplineSet\nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 614\nWidth: 702\nFlags: HMW\nHStem: 0 21<32 142 32 32 530 530 530 623> 314 82<303 305 419 530 419 419> 647 82<294 303 303 530>\nVStem: 79 93<521 538.5> 530 93<0 314 314 314 396 647 647 647>\nFore\n419 314 m 1\n 142 0 l 1\n 32 0 l 1\n 305 314 l 1\n 164 314 94 401 79 521 c 1\n 79 578 99 630 135 668 c 0\n 174 710 225 729 294 729 c 2\n 623 729 l 1\n 623 0 l 1\n 530 0 l 1\n 530 314 l 1\n 419 314 l 1\n530 647 m 1\n 303 647 l 2\n 258 647 228 636 206 612 c 0\n 184 589 172 556 172 521 c 0\n 172 485 184 454 206 431 c 0\n 228 407 258 396 303 396 c 2\n 530 396 l 1\n 530 647 l 1\nEndSplineSet\nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 615\nWidth: 556\nFlags: HMW\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 616\nWidth: 556\nFlags: W\nHStem: -23 77<273 277> 462 77<259 277>\nVStem: 36 87<258 282> 396 74<765.897 774.937> 423 87<232 282>\nFore\n117 469 m 1\n 155 530 230 539 272 539 c 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 0\n 36 442 68 658 207 690 c 0\n 244 698 288 704 340 716 c 0\n 369 723 396 748 396 775 c 1\n 470 775 l 1\n 470 715 469 666 359 640 c 0\n 311 629 266 621 224 611 c 0\n 171 598 129 541 117 469 c 1\n273 462 m 0\n 180 462 123 384 123 258 c 0\n 123 131 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\nEndSplineSet\nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 617\nWidth: 522\nFlags: W\nHStem: 0 76<154 313> 231 76<154 286> 449 75<70 263>\nVStem: 70 84<0 231 0 449> 357 84<374 392> 377 91<143 161>\nFore\n468 150 m 0\n 468 64.9233 409.386 0 313 0 c 2\n 70 0 l 1\n 70 524 l 1\n 289 524 l 2\n 340 524 374 513 401 488 c 128\n 428 463 441 430 441 392 c 0\n 441 338 419 300 372 277 c 1\n 439 251 468 213 468 150 c 0\n154 307 m 1\n 252 307 l 2\n 289 307 310 312 328 325 c 0\n 347 340 357 348 357 376 c 0\n 357 405 347 415 328 430 c 0\n 310 444 289 449 252 449 c 2\n 154 449 l 1\n 154 307 l 1\n154 76 m 1\n 286 76 l 2\n 318 76 339 84 355 102 c 0\n 371 118 377 130 377 155 c 0\n 377 181 378 196 355 211 c 0\n 335 224 318 231 286 231 c 2\n 154 231 l 1\n 154 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 618\nWidth: 430\nFlags: W\nHStem: 0 21G<70 154> 448 76<70 380>\nVStem: 70 84<0 448>\nFore\n70 524 m 1\n 380 524 l 1\n 380 448 l 1\n 154 448 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 619\nWidth: 602\nFlags: W\nHStem: 0 76<203 502> 448 76<169 424>\nVStem: 30 70<-120 0> 169 83<384.844 447.91> 424 84<76 524> 502 70<-120 64>\nFore\n87 64 m 1\n 157 71 169 292 169 524 c 1\n 508 524 l 1\n 508 64 l 1\n 572 64 l 1\n 572 -120 l 1\n 502 -120 l 1\n 502 0 l 1\n 100 0 l 1\n 100 -120 l 1\n 30 -120 l 1\n 30 64 l 1\n 87 64 l 1\n203 76 m 1\n 424 76 l 1\n 424 448 l 1\n 252 448 l 1\n 253 341 256 173 203 76 c 1\nEndSplineSet\nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 620\nWidth: 556\nFlags: HMW\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 621\nWidth: 837\nFlags: HMW\nHStem: 0 21<44 150 150 150 375 458 458 458 683 789 789 789> 504 20<76 183 76 76 375 458 375 375 650 650 650 757>\nVStem: 375 83<0 226 323 524>\nFore\n458 524 m 1\n 375 524 l 1\n 375 323 l 1\n 183 524 l 1\n 76 524 l 1\n 318 274 l 1\n 44 0 l 1\n 150 0 l 1\n 375 226 l 1\n 375 0 l 1\n 458 0 l 1\n 458 226 l 1\n 683 0 l 1\n 789 0 l 1\n 515 274 l 1\n 757 524 l 1\n 650 524 l 1\n 458 323 l 1\n 458 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 622\nWidth: 500\nFlags: W\nHStem: -23 77<235 268> 221 76<192 268> 462 77<225 259>\nVStem: 351 87<376 394> 368 91<134 145>\nFore\n192 221 m 1\n 192 297 l 1\n 254 297 l 2\n 324 297 351 346 351 383 c 0\n 351 431 308 462 240 462 c 0\n 173 462 137 433 135 378 c 1\n 47 378 l 1\n 48 481 116 539 237 539 c 0\n 359 539 438 476 438 379 c 0\n 438 326 419 293 373 267 c 1\n 432 241 459 203 459 143 c 0\n 459 42 375 -23 243 -23 c 0\n 106 -23 38 35 34 156 c 1\n 122 156 l 1\n 127 119 133 104 146 89 c 0\n 167 67 205 54 250 54 c 0\n 323 54 368 87 368 136 c 0\n 368 174 326 221 266 221 c 2\n 192 221 l 1\nEndSplineSet\nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 623\nWidth: 567\nFlags: HMW\nHStem: 0 21<70 179 70 70 414 497 414 414> 504 20<70 154 154 154 389 497 497 497>\nVStem: 70 84<111 524> 414 83<0 413 413 413>\nFore\n70 524 m 1\n 154 524 l 1\n 154 111 l 1\n 389 524 l 1\n 497 524 l 1\n 497 0 l 1\n 414 0 l 1\n 414 413 l 1\n 179 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 624\nWidth: 567\nFlags: HMW\nHStem: 0 21<70 179 70 70 414 497 414 414> 504 20<70 154 154 154 389 497 497 497> 564 69<255.5 311> 679 20<133 192 192 192 375 434 434 434>\nVStem: 70 84<111 524> 414 83<0 413 413 413>\nFore\n70 524 m 1\n 154 524 l 1\n 154 111 l 1\n 389 524 l 1\n 497 524 l 1\n 497 0 l 1\n 414 0 l 1\n 414 413 l 1\n 179 0 l 1\n 70 0 l 1\n 70 524 l 1\n133 699 m 1\n 192 699 l 1\n 197 655 227 633 284 633 c 0\n 338 633 371 657 375 699 c 1\n 434 699 l 1\n 427 610 375 564 282 564 c 0\n 226 564 181 584 154 621 c 0\n 140 641 134 660 133 699 c 1\nEndSplineSet\nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 625\nWidth: 510\nFlags: HMW\nHStem: 0 21<70 153 70 70 378 484 378 378> 504 20<70 153 153 153 365 461 461 461>\nVStem: 70 83<0 226 312 524>\nFore\n153 524 m 1\n 153 312 l 1\n 365 524 l 1\n 461 524 l 1\n 210 274 l 1\n 484 0 l 1\n 378 0 l 1\n 153 226 l 1\n 153 0 l 1\n 70 0 l 1\n 70 524 l 1\n 153 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 626\nWidth: 557\nFlags: W\nHStem: -10 80<70 79.0329> 0 21G<403 487> 448 76<148 403>\nVStem: 148 83<318.783 447.845> 403 84<0 524>\nFore\n148 524 m 1\n 487 524 l 1\n 487 0 l 1\n 403 0 l 1\n 403 448 l 1\n 231 448 l 1\n 232 292 236 -10 70 -10 c 1\n 70 70 l 1\n 150 70 148 292 148 524 c 1\nEndSplineSet\nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 627\nWidth: 618\nFlags: HMW\nHStem: 0 21<70 154 70 70 464 548 464 464> 504 20<70 174 174 174 444 548 548 548>\nVStem: 70 84<0 363> 464 84<0 363 363 363>\nFore\n70 524 m 1\n 174 524 l 1\n 309 198 l 1\n 444 524 l 1\n 548 524 l 1\n 548 0 l 1\n 464 0 l 1\n 464 363 l 1\n 334 40 l 1\n 284 40 l 1\n 154 363 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 628\nWidth: 558\nFlags: HMW\nHStem: 0 21<70 154 70 70 404 488 404 404> 233 76<154 404> 504 20<70 154 154 154 404 488 488 488>\nVStem: 70 84<0 233 309 524> 404 84<0 233 233 233 309 524>\nFore\n70 524 m 1\n 154 524 l 1\n 154 309 l 1\n 404 309 l 1\n 404 524 l 1\n 488 524 l 1\n 488 0 l 1\n 404 0 l 1\n 404 233 l 1\n 154 233 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 629\nWidth: 556\nFlags: HMW\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 630\nWidth: 557\nFlags: HMW\nHStem: 0 21<70 154 70 70 403 487 403 403> 448 76<154 403 154 154>\nVStem: 70 84<0 448> 403 84<0 448 448 448>\nFore\n70 524 m 1\n 487 524 l 1\n 487 0 l 1\n 403 0 l 1\n 403 448 l 1\n 154 448 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 631\nWidth: 576\nFlags: W\nHStem: -23 78<293 317> 461 78<293 318> 504 20G<70 147>\nVStem: 70 77<-218 524> 70 84<-218 55 -218 279> 452 87<229 279>\nFore\n70 -218 m 1\n 70 524 l 1\n 147 524 l 1\n 147 445 l 1\n 186 507 243 539 314 539 c 0\n 453 539 539 429 539 253 c 0\n 539 86 450 -23 315 -23 c 0\n 247 -23 198 1 154 55 c 1\n 154 -218 l 1\n 70 -218 l 1\n300 461 m 0\n 212 461 154 381 154 258 c 128\n 154 135 212 55 300 55 c 0\n 391 55 452 136 452 255 c 0\n 452 380 392 461 300 461 c 0\nEndSplineSet\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 632\nWidth: 500\nFlags: HMW\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 633\nWidth: 496\nFlags: HMW\nHStem: 0 21<204 288 204 204> 448 76<60 204 288 432 288 288>\nVStem: 204 84<0 448>\nFore\n60 524 m 1\n 432 524 l 1\n 432 448 l 1\n 288 448 l 1\n 288 0 l 1\n 204 0 l 1\n 204 448 l 1\n 60 448 l 1\n 60 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 634\nWidth: 500\nFlags: HMW\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 635\nWidth: 912\nFlags: HMW\nHStem: -23 78<235 301.5 607 671.5> 461 78<235 303.5 604.5 672>\nVStem: 61 87<197 318.5> 412 83<-218 55 196.5 318 445 674> 763 87<195.5 317.5>\nFore\n495 445 m 1\n 524 506 569 539 640 539 c 0\n 779 539 850 429 850 253 c 0\n 850 86 776 -23 641 -23 c 0\n 573 -23 539 1 495 55 c 1\n 495 -218 l 1\n 412 -218 l 1\n 412 60 l 1\n 373 3 338 -23 265 -23 c 0\n 127 -23 61 82 61 252 c 0\n 61 426 131 539 269 539 c 0\n 338 539 382 502 412 445 c 1\n 412 674 l 1\n 495 674 l 1\n 495 445 l 1\n626 461 m 0\n 538 461 495 381 495 258 c 128\n 495 135 538 55 626 55 c 0\n 717 55 763 136 763 255 c 0\n 763 380 718 461 626 461 c 0\n281 461 m 0\n 189 461 148 379 148 258 c 0\n 148 136 189 55 281 55 c 0\n 369 55 412 135 412 255 c 0\n 412 381 370 461 281 461 c 0\nEndSplineSet\nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 636\nWidth: 500\nFlags: HMW\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 637\nWidth: 578\nFlags: W\nHStem: 0 76<153 478> 504 20G<70 154 403 487>\nVStem: 70 84<0 524> 403 84<76 524> 478 70<-120 64>\nFore\n70 0 m 1\n 70 524 l 1\n 154 524 l 1\n 154 76 l 1\n 403 76 l 1\n 403 524 l 1\n 487 524 l 1\n 487 64 l 1\n 548 64 l 1\n 548 -120 l 1\n 478 -120 l 1\n 478 0 l 1\n 70 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 638\nWidth: 520\nFlags: W\nHStem: 0 21G<366 450> 201 76<198.84 366> 504 20G<70 154 366 450>\nVStem: 70 84<319 524> 366 84<0 524>\nFore\n70 524 m 1\n 154 524 l 1\n 154 327 l 2\n 154 291 183 277 212 277 c 2\n 366 277 l 1\n 366 524 l 1\n 450 524 l 1\n 450 0 l 1\n 366 0 l 1\n 366 201 l 1\n 215 201 l 2\n 141 201 70 244 70 324 c 2\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 639\nWidth: 692\nFlags: HMW\nHStem: 0 76<154 304 388 538> 504 20<70 154 154 154 304 388 388 388 538 622 622 622>\nVStem: 70 84<76 524> 304 84<76 524> 538 84<76 524>\nFore\n388 76 m 1\n 538 76 l 1\n 538 524 l 1\n 622 524 l 1\n 622 0 l 1\n 70 0 l 1\n 70 524 l 1\n 154 524 l 1\n 154 76 l 1\n 304 76 l 1\n 304 524 l 1\n 388 524 l 1\n 388 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 640\nWidth: 712\nFlags: W\nHStem: 0 76<153 612> 504 20G<70 154 304 388 538 622>\nVStem: 70 84<0 524> 304 84<76 524> 538 84<76 524> 612 70<-120 64>\nFore\n612 0 m 1\n 70 0 l 1\n 70 524 l 1\n 154 524 l 1\n 154 76 l 1\n 304 76 l 1\n 304 524 l 1\n 388 524 l 1\n 388 76 l 1\n 538 76 l 1\n 538 524 l 1\n 622 524 l 1\n 622 64 l 1\n 682 64 l 1\n 682 -120 l 1\n 612 -120 l 1\n 612 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 641\nWidth: 734\nFlags: HMW\nHStem: 0 76<324 448 448 486> 265 76<324 437> 448 76<57 240>\nVStem: 240 84<76 265 341 448 448 448> 562 91<141 200>\nFore\n240 0 m 1\n 240 448 l 1\n 57 448 l 1\n 57 524 l 1\n 324 524 l 1\n 324 341 l 1\n 437 341 l 2\n 587 342 653 275 653 167 c 0\n 653 69 583 0 486 0 c 2\n 240 0 l 1\n324 76 m 1\n 448 76 l 2\n 544 76 562 118 562 164 c 0\n 562 236 524 265 448 265 c 2\n 324 265 l 1\n 324 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 642\nWidth: 690\nFlags: HMW\nHStem: 0 76<154 278 278 316> 265 76<154 267> 504 20<70 154 154 154 537 620 620 620>\nVStem: 70 84<76 265 341 524> 392 91<141 200> 537 83<0 524>\nFore\n154 524 m 1\n 154 341 l 1\n 267 341 l 2\n 417 342 483 275 483 167 c 0\n 483 69 413 0 316 0 c 2\n 70 0 l 1\n 70 524 l 1\n 154 524 l 1\n154 76 m 1\n 278 76 l 2\n 374 76 392 118 392 164 c 0\n 392 236 354 265 278 265 c 2\n 154 265 l 1\n 154 76 l 1\n620 524 m 1\n 620 0 l 1\n 537 0 l 1\n 537 524 l 1\n 620 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 643\nWidth: 552\nFlags: HMW\nHStem: 0 76<154 278 278 316> 265 76<154 267> 504 20<70 154 154 154>\nVStem: 70 84<76 265 341 524> 392 91<141 200>\nFore\n154 524 m 1\n 154 341 l 1\n 267 341 l 2\n 417 342 483 275 483 167 c 0\n 483 69 413 0 316 0 c 2\n 70 0 l 1\n 70 524 l 1\n 154 524 l 1\n154 76 m 1\n 278 76 l 2\n 374 76 392 118 392 164 c 0\n 392 236 354 265 278 265 c 2\n 154 265 l 1\n 154 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 644\nWidth: 500\nFlags: HMW\nHStem: -23 77<207.5 286.5> 232 77<163 387> 462 77<210 283.5>\nVStem: 163 314<232 309 309 309>\nFore\n163 232 m 1\n 163 309 l 1\n 387 309 l 1\n 373 406 322 462 245 462 c 0\n 175 462 131 421 121 348 c 1\n 37 348 l 1\n 41 399 52 432 72 461 c 0\n 108 510 171 539 244 539 c 0\n 385 539 477 427 477 253 c 0\n 477 84 387 -23 245 -23 c 0\n 120 -23 41 52 31 180 c 1\n 115 180 l 1\n 129 96 172 54 243 54 c 0\n 330 54 384 120 390 232 c 1\n 163 232 l 1\nEndSplineSet\nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 645\nWidth: 758\nFlags: W\nHStem: -23 77<484 486> 0 21G<70 154> 233 76<154 248> 462 77<469 503> 504 20G<70 154>\nVStem: 70 84<0 233 0 524> 248 86<231 258> 634 87<231 282>\nFore\n250 309 m 1\n 250 357 288 539 483 539 c 0\n 634 539 721 435 721 254 c 0\n 721 82 631 -23 484 -23 c 0\n 290 -23 248 149 248 233 c 1\n 154 233 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\n 154 524 l 1\n 154 309 l 1\n 250 309 l 1\n484 462 m 0\n 391 462 334 384 334 258 c 0\n 334 131 391 54 484 54 c 0\n 576 54 634 132 634 255 c 0\n 634 385 578 462 484 462 c 0\nEndSplineSet\nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 646\nWidth: 543\nFlags: HMW\nHStem: 0 21<14 117 14 14 389 473 389 389> 218 76<320 389 320 320> 449 75<236 252 252 389>\nVStem: 70 91<357 382.5> 389 84<0 218 218 218 294 449 449 449>\nFore\n219 221 m 1\n 136 228 70 274 70 375 c 0\n 70 420 85 453 111 481 c 0\n 139 511 175 524 225 524 c 2\n 473 524 l 1\n 473 0 l 1\n 389 0 l 1\n 389 218 l 1\n 320 218 l 1\n 117 0 l 1\n 14 0 l 1\n 219 221 l 1\n389 449 m 1\n 252 449 l 2\n 220 449 199 441 183 423 c 0\n 167 407 161 395 161 370 c 0\n 161 344 160 329 183 314 c 0\n 203 301 220 294 252 294 c 2\n 389 294 l 1\n 389 449 l 1\nEndSplineSet\nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 647\nWidth: 556\nFlags: W\nHStem: -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320> 720 20<138 251 251 251>\nRef: 96 96 N 1 0 0 1 116 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 648\nWidth: 556\nFlags: W\nHStem: -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320> 613 103<153 257 315 419>\nVStem: 153 104<613 716> 315 104<613 716>\nRef: 168 168 N 1 0 0 1 123 1\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 649\nWidth: 568\nFlags: HMW\nFore\n326 451 m 0\n 234.915 451 184 376.165 184 275 c 2\n 184 274 l 1\n 185 0 l 1\n 102 0 l 1\n 102 596 l 1\n 18 596 l 1\n 18 660 l 1\n 102 660 l 1\n 102 729 l 1\n 185 729 l 1\n 185 660 l 1\n 356 660 l 1\n 356 596 l 1\n 185 596 l 1\n 184 437 l 1\n 220 484 260 511 304 520 c 0\n 318 523 334 524 352 524 c 0\n 449.901 524 517 474.53 517 382 c 2\n 517 381 l 1\n 516 106 l 1\n 506 -84 321 -176 258 -162 c 1\n 258 -122 l 1\n 314 -120 429 -41 434 96 c 1\n 434 348 l 2\n 434 385 423 411 400 427 c 0\n 379 443 354 451 326 451 c 0\nEndSplineSet\nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 650\nWidth: 430\nFlags: W\nHStem: 0 21G<70 154> 448 76<70 365>\nVStem: 70 84<0 448>\nFore\n70 524 m 1\n 365 524 l 1\n 365 448 l 1\n 154 448 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\n209 712 m 1\n 322 712 l 1\n 173 564 l 1\n 113 564 l 1\n 209 712 l 1\nEndSplineSet\nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 651\nWidth: 500\nFlags: HMW\nHStem: -23 77<221.5 300.5> 232 77<121 344> 462 77<224.5 298>\nVStem: 31 313<232 309>\nFore\n344 232 m 1\n 118 232 l 1\n 124 120 178 54 265 54 c 0\n 336 54 379 96 393 180 c 1\n 477 180 l 1\n 467 52 388 -23 263 -23 c 0\n 121 -23 31 84 31 253 c 0\n 31 427 123 539 264 539 c 0\n 337 539 400 510 436 461 c 0\n 456 432 467 399 471 348 c 1\n 387 348 l 1\n 377 421 333 462 263 462 c 0\n 186 462 135 406 121 309 c 1\n 344 309 l 1\n 344 232 l 1\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 652\nWidth: 500\nFlags: HMW\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 653\nWidth: 222\nFlags: HMW\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 654\nWidth: 278\nFlags: W\nHStem: 0 20 504 20<94 178 178 178> 605 103<3 107 165 269>\nVStem: 3 104<605 708> 94 84<0 524> 165 104<605 708>\nRef: 168 168 N 1 0 0 1 -27 -7\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 655\nWidth: 222\nFlags: HMW\nRef: 106 106 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 656\nWidth: 840\nFlags: HMW\nFore\n487 524 m 1\n 487 310 l 1\n 600 310 l 2\n 730 310 801 282 814 185 c 0\n 815 176 816 166 816 156 c 2\n 816 155 l 2\n 816 94 793 60 747 29 c 0\n 719 10 686 0 649 0 c 1\n 403 0 l 1\n 403 448 l 1\n 231 448 l 1\n 232 309 224 209 209 147 c 0\n 184 49 138 0 70 0 c 1\n 70 80 l 1\n 109 80 134 137 143 252 c 0\n 146 300 148 390 148 523 c 2\n 148 524 l 1\n 487 524 l 1\n487 76 m 1\n 611 76 l 2\n 681 76 718 88 724 135 c 1\n 725 152 l 1\n 725 211 697 225 642 232 c 0\n 633 233 622 234 611 234 c 2\n 487 234 l 1\n 487 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 657\nWidth: 850\nFlags: HMW\nFore\n488 310 m 1\n 601 310 l 2\n 731 310 802 282 815 185 c 0\n 816 176 817 166 817 156 c 2\n 817 155 l 2\n 817 94 794 60 748 29 c 0\n 720 10 687 0 650 0 c 1\n 404 0 l 1\n 404 233 l 1\n 154 233 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\n 154 524 l 1\n 154 309 l 1\n 404 309 l 1\n 404 524 l 1\n 488 524 l 1\n 488 310 l 1\n488 76 m 1\n 612 76 l 2\n 682 76 719 88 725 135 c 1\n 726 152 l 1\n 726 211 698 225 643 232 c 0\n 634 233 623 234 612 234 c 2\n 488 234 l 1\n 488 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 658\nWidth: 568\nFlags: HMW\nFore\n326 451 m 0\n 234.915 451 184 376.165 184 275 c 2\n 184 274 l 1\n 185 0 l 1\n 102 0 l 1\n 102 596 l 1\n 18 596 l 1\n 18 660 l 1\n 102 660 l 1\n 102 729 l 1\n 185 729 l 1\n 185 660 l 1\n 356 660 l 1\n 356 596 l 1\n 185 596 l 1\n 184 437 l 1\n 220 484 260 511 304 520 c 0\n 318 523 334 524 352 524 c 0\n 449.901 524 517 474.53 517 382 c 2\n 517 381 l 1\n 516 0 l 1\n 434 0 l 1\n 434 348 l 2\n 434 385 423 411 400 427 c 0\n 379 443 354 451 326 451 c 0\nEndSplineSet\nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 659\nWidth: 500\nFlags: HMW\nHStem: 0 21<58 141 58 58 399 502 399 399> 504 20<58 141 141 141 363 470 470 470>\nVStem: 58 83<0 216 302 524>\nFore\n141 524 m 1\n 141 302 l 1\n 363 524 l 1\n 470 524 l 1\n 198 264 l 1\n 502 0 l 1\n 399 0 l 1\n 141 216 l 1\n 141 0 l 1\n 58 0 l 1\n 58 524 l 1\n 141 524 l 1\n255 712 m 1\n 368 712 l 1\n 219 564 l 1\n 159 564 l 1\n 255 712 l 1\nEndSplineSet\nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 660\nWidth: 556\nFlags: W\nHStem: 0 21G<70 169 404 487> 504 20G<70 154 389 487>\nVStem: 70 84<0 524> 404 83<0 524>\nDStem: 389 524 404 413 154 111 169 0\nFore\n70 524 m 1\n 154 524 l 1\n 154 111 l 1\n 389 524 l 1\n 487 524 l 1\n 487 0 l 1\n 404 0 l 1\n 404 413 l 1\n 169 0 l 1\n 70 0 l 1\n 70 524 l 1\n287 712 m 1\n 383 564 l 1\n 323 564 l 1\n 174 712 l 1\n 287 712 l 1\nEndSplineSet\nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 661\nWidth: 500\nFlags: HMW\nRef: 728 728 N 1 0 0 1 83 -33\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 662\nWidth: 556\nFlags: HMW\nHStem: 0 76<154 244 314 404 314 314> 504 20<70 154 154 154 404 488 488 488>\nVStem: 70 84<76 524> 244 70<-120 0> 404 84<76 524>\nFore\n314 0 m 1\n 314 -120 l 1\n 244 -120 l 1\n 244 0 l 1\n 70 0 l 1\n 70 524 l 1\n 154 524 l 1\n 154 76 l 1\n 404 76 l 1\n 404 524 l 1\n 488 524 l 1\n 488 0 l 1\n 314 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 663\nWidth: 667\nFlags: W\nHStem: 0 82<172 416> 333 82<172 399> 709 20G<79 172>\nVStem: 79 93<0 333 0 729> 530 93<191 208>\nFore\n623 208 m 1\n 623 151 603 99 567 61 c 0\n 528 19 477 0 408 0 c 2\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 415 l 1\n 352 415 l 2\n 530 416 607 338 623 208 c 1\n530 207 m 0\n 530 281.152 485.489 333 399 333 c 2\n 172 333 l 1\n 172 82 l 1\n 399 82 l 2\n 444 82 474 93 496 117 c 0\n 518 140 530 172 530 207 c 0\nEndSplineSet\nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 664\nWidth: 552\nFlags: W\nHStem: 0 76<154 333> 231 76<154 299.683> 504 20G<70 154>\nVStem: 70 84<0 231 0 524> 397 91<143 161>\nFore\n154 524 m 1\n 154 307 l 1\n 318.993 307 488 324.371 488 150 c 0\n 488 105 473 72 447 44 c 0\n 419 14 383 0 333 0 c 2\n 70 0 l 1\n 70 524 l 1\n 154 524 l 1\n154 76 m 1\n 306 76 l 2\n 338 76 359 84 375 102 c 0\n 391 118 397 130 397 147 c 0\n 397 173 398 196 375 211 c 0\n 355 224 338 231 306 231 c 2\n 154 231 l 1\n 154 76 l 1\nEndSplineSet\nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 665\nWidth: 667\nFlags: W\nHStem: 0 20 309 82<184 378 378 413> 647 82<184 378 184 184>\nVStem: 91 93<0 309 391 647> 520 97<481.5 559>\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 666\nWidth: 556\nFlags: W\nHStem: -23 78<277 301> 461 78<277 302> 504 20<54 131>\nVStem: 54 77<-218 524> 54 84<-218 55 -218 279> 436 87<229 279>\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 667\nWidth: 611\nFlags: W\nHStem: 0 21G<90 183> 647 82<90 579>\nVStem: 90 93<0 647> 486 93<729 825>\nFore\n183 0 m 1\n 90 0 l 1\n 90 729 l 1\n 486 729 l 1\n 486 825 l 1\n 579 825 l 1\n 579 647 l 1\n 183 647 l 1\n 183 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 668\nWidth: 430\nFlags: W\nHStem: 0 21G<70 154> 448 76<70 365>\nVStem: 70 84<0 448> 281 84<524 629>\nFore\n70 524 m 1\n 281 524 l 1\n 281 629 l 1\n 365 629 l 1\n 365 448 l 1\n 154 448 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 669\nWidth: 611\nFlags: W\nHStem: 0 21G<90 183> 647 82<90 579>\nVStem: 90 93<0 647>\nFore\n183 0 m 1\n 90 0 l 1\n 90 729 l 1\n 579 729 l 1\n 579 647 l 1\n 183 647 l 1\n 183 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 670\nWidth: 430\nFlags: W\nHStem: 0 21G<70 154> 448 76<70 365>\nVStem: 70 84<0 448>\nFore\n70 524 m 1\n 365 524 l 1\n 365 448 l 1\n 154 448 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 671\nWidth: 611\nFlags: W\nHStem: 0 21G<90 183> 647 82<90 579>\nVStem: 90 93<0 647>\nFore\n183 0 m 1\n 90 0 l 1\n 90 729 l 1\n 579 729 l 1\n 579 647 l 1\n 183 647 l 1\n 183 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 672\nWidth: 430\nFlags: W\nHStem: 0 21G<70 154> 448 76<70 365>\nVStem: 70 84<0 448>\nFore\n70 524 m 1\n 365 524 l 1\n 365 448 l 1\n 154 448 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 673\nWidth: 1023\nFlags: W\nHStem: 0 21G<63 173 459 552 838 948> 709 20G<101 221 459 552 790 910>\nVStem: 459 93<0 324 421 729>\nDStem: 388 375 459 324 63 0 173 0 552 324 623 375 838 0 948 0\nFore\n459 324 m 1\n 173 0 l 1\n 63 0 l 1\n 388 375 l 1\n 101 729 l 1\n 221 729 l 1\n 459 421 l 1\n 459 729 l 1\n 552 729 l 1\n 552 421 l 1\n 790 729 l 1\n 910 729 l 1\n 623 375 l 1\n 948 0 l 1\n 838 0 l 1\n 552 324 l 1\n 552 0 l 1\n 459 0 l 1\n 459 324 l 1\nEndSplineSet\nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 674\nWidth: 837\nFlags: W\nHStem: 0 21G<14 117 375 458 716 819> 504 20G<46 153 375 458 680 787>\nVStem: 375 83<0 216 302 524>\nDStem: 46 524 153 524 318 264 375 302 318 264 375 216 14 0 117 0 458 216 515 264 716 0 819 0 680 524 787 524 458 302 515 264\nFore\n375 216 m 1\n 117 0 l 1\n 14 0 l 1\n 318 264 l 1\n 46 524 l 1\n 153 524 l 1\n 375 302 l 1\n 375 524 l 1\n 458 524 l 1\n 458 302 l 1\n 680 524 l 1\n 787 524 l 1\n 515 264 l 1\n 819 0 l 1\n 716 0 l 1\n 458 216 l 1\n 458 0 l 1\n 375 0 l 1\n 375 216 l 1\nEndSplineSet\nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 675\nWidth: 667\nFlags: W\nHStem: -23 82<319 369> 321 82<257 365> 663 78<319 353>\nVStem: 70 88<515 533.073> 503 93<527 542> 528 93<184 202>\nFore\n257 321 m 1\n 257 403 l 1\n 345 403 l 2\n 434 403 503 484 503 540 c 0\n 503 614 438 663 340 663 c 0\n 224 663 159 610 158 515 c 1\n 70 515 l 1\n 71 658 169 741 337 741 c 0\n 497 741 596 659 596 527 c 0\n 596 452 559 403 491 374 c 1\n 574 343 621 282 621 200 c 0\n 621 137 590 72 541 33 c 0\n 494 -3 423 -23 336 -23 c 0\n 225 -23 141 13 91 81 c 0\n 62 121 49 165 48 232 c 1\n 136 232 l 1\n 135 187 147 152 174 120 c 0\n 209 78 263 59 342 59 c 0\n 401 59 447 70 476 90 c 0\n 507 112 528 152 528 191 c 0\n 528 248 460 321 365 321 c 2\n 257 321 l 1\nEndSplineSet\nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 676\nWidth: 500\nFlags: W\nHStem: -23 77<235 268> 221 76<192 268> 462 77<225 259>\nVStem: 351 87<376 394> 368 91<134 145>\nFore\n192 221 m 1\n 192 297 l 1\n 254 297 l 2\n 324 297 351 346 351 383 c 0\n 351 431 308 462 240 462 c 0\n 173 462 137 433 135 378 c 1\n 47 378 l 1\n 48 481 116 539 237 539 c 0\n 359 539 438 476 438 379 c 0\n 438 326 419 293 373 267 c 1\n 432 241 459 203 459 143 c 0\n 459 42 375 -23 243 -23 c 0\n 106 -23 38 35 34 156 c 1\n 122 156 l 1\n 127 119 133 104 146 89 c 0\n 167 67 205 54 250 54 c 0\n 323 54 368 87 368 136 c 0\n 368 174 326 221 266 221 c 2\n 192 221 l 1\nEndSplineSet\nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 677\nWidth: 667\nFlags: W\nHStem: 0 21G<79 172 548 658> 709 20G<79 172 535 655>\nVStem: 79 93<0 324 0 729>\nDStem: 535 729 655 729 172 414 243 375\nFore\n172 0 m 1\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 414 l 1\n 535 729 l 1\n 655 729 l 1\n 243 375 l 1\n 658 0 l 1\n 548 0 l 1\n 172 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 678\nWidth: 500\nFlags: W\nHStem: 0 21G<58 141 399 502> 504 20G<58 141 363 470>\nVStem: 58 83<0 216 0 524>\nDStem: 141 216 198 264 399 0 502 0 363 524 470 524 141 302 198 264\nFore\n141 524 m 1\n 141 302 l 1\n 363 524 l 1\n 470 524 l 1\n 198 264 l 1\n 502 0 l 1\n 399 0 l 1\n 141 216 l 1\n 141 0 l 1\n 58 0 l 1\n 58 524 l 1\n 141 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 679\nWidth: 667\nFlags: W\nHStem: 0 21G<79 172 548 658> 709 20G<79 172 535 655>\nVStem: 79 93<0 324 0 729>\nDStem: 535 729 655 729 172 414 243 375\nFore\n172 0 m 1\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 414 l 1\n 535 729 l 1\n 655 729 l 1\n 243 375 l 1\n 658 0 l 1\n 548 0 l 1\n 172 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 680\nWidth: 500\nFlags: W\nHStem: 0 21G<58 141 399 502> 504 20G<58 141 363 470>\nVStem: 58 83<0 216 0 524>\nDStem: 141 216 198 264 399 0 502 0 363 524 470 524 141 302 198 264\nFore\n141 524 m 1\n 141 302 l 1\n 363 524 l 1\n 470 524 l 1\n 198 264 l 1\n 502 0 l 1\n 399 0 l 1\n 141 216 l 1\n 141 0 l 1\n 58 0 l 1\n 58 524 l 1\n 141 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 681\nWidth: 667\nFlags: W\nHStem: 0 21G<79 172 548 658> 709 20G<79 172 535 655>\nVStem: 79 93<0 324 0 729>\nDStem: 535 729 655 729 172 414 243 375\nFore\n172 0 m 1\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 414 l 1\n 535 729 l 1\n 655 729 l 1\n 243 375 l 1\n 658 0 l 1\n 548 0 l 1\n 172 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 682\nWidth: 500\nFlags: W\nHStem: 0 21G<58 141 399 502> 504 20G<58 141 363 470>\nVStem: 58 83<0 216 0 524>\nDStem: 141 216 198 264 399 0 502 0 363 524 470 524 141 302 198 264\nFore\n141 524 m 1\n 141 302 l 1\n 363 524 l 1\n 470 524 l 1\n 198 264 l 1\n 502 0 l 1\n 399 0 l 1\n 141 216 l 1\n 141 0 l 1\n 58 0 l 1\n 58 524 l 1\n 141 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 683\nWidth: 667\nFlags: W\nHStem: 0 21G<79 172 548 658> 709 20G<79 172 535 655>\nVStem: 79 93<0 324 0 729>\nDStem: 535 729 655 729 172 414 243 375\nFore\n172 0 m 1\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 414 l 1\n 535 729 l 1\n 655 729 l 1\n 243 375 l 1\n 658 0 l 1\n 548 0 l 1\n 172 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 684\nWidth: 500\nFlags: W\nHStem: 0 21G<58 141 399 502> 504 20G<58 141 363 470>\nVStem: 58 83<0 216 0 524>\nDStem: 141 216 198 264 399 0 502 0 363 524 470 524 141 302 198 264\nFore\n141 524 m 1\n 141 302 l 1\n 363 524 l 1\n 470 524 l 1\n 198 264 l 1\n 502 0 l 1\n 399 0 l 1\n 141 216 l 1\n 141 0 l 1\n 58 0 l 1\n 58 524 l 1\n 141 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 685\nWidth: 722\nFlags: W\nHStem: 332 82<176 550> 709 20G<83 176 550 644>\nVStem: 83 94<0 332 0 729> 550 94<0 729>\nFore\n550 332 m 1\n 177 332 l 1\n 177 0 l 1\n 83 0 l 1\n 83 729 l 1\n 176 729 l 1\n 176 414 l 1\n 550 414 l 1\n 550 729 l 1\n 644 729 l 1\n 644 0 l 1\n 550 0 l 1\n 550 332 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 686\nWidth: 556\nFlags: W\nHStem: 233 76<154 404> 504 20G<70 154 404 488>\nVStem: 70 84<0 233 0 524> 404 84<0 524>\nFore\n70 524 m 1\n 154 524 l 1\n 154 309 l 1\n 404 309 l 1\n 404 524 l 1\n 488 524 l 1\n 488 0 l 1\n 404 0 l 1\n 404 233 l 1\n 154 233 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 687\nWidth: 1060\nFlags: W\nHStem: 332 82<176 550> 647 82<550 1028>\nVStem: 83 94<0 332 0 729> 550 94<0 647>\nFore\n644 0 m 1\n 550 0 l 1\n 550 332 l 1\n 177 332 l 1\n 177 0 l 1\n 83 0 l 1\n 83 729 l 1\n 176 729 l 1\n 176 414 l 1\n 550 414 l 1\n 550 729 l 1\n 1028 729 l 1\n 1028 647 l 1\n 644 647 l 1\n 644 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 688\nWidth: 764\nFlags: W\nHStem: 233 76<154 404> 448 76<404 699>\nVStem: 70 84<0 233 0 524> 404 84<0 448>\nFore\n488 0 m 1\n 404 0 l 1\n 404 233 l 1\n 154 233 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\n 154 524 l 1\n 154 309 l 1\n 404 309 l 1\n 404 524 l 1\n 699 524 l 1\n 699 448 l 1\n 488 448 l 1\n 488 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 689\nWidth: 722\nFlags: W\nHStem: 0 21G<83 177 550 644> 647 82<83 550>\nVStem: 83 94<0 647> 550 94<0 729>\nFore\n550 647 m 1\n 177 647 l 1\n 177 0 l 1\n 83 0 l 1\n 83 729 l 1\n 644 729 l 1\n 644 0 l 1\n 550 0 l 1\n 550 647 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 690\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 403 487> 448 76<70 403>\nVStem: 70 84<0 448> 403 84<0 524>\nFore\n70 524 m 1\n 487 524 l 1\n 487 0 l 1\n 403 0 l 1\n 403 448 l 1\n 154 448 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 691\nWidth: 722\nFlags: W\nHStem: -23 82<329.5 417> 659 82<332 399.5>\nVStem: 48 93<296 415>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 692\nWidth: 500\nFlags: W\nHStem: -23 77<219 300.5> 462 77<217.5 298>\nVStem: 31 87<191 318.5>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 693\nWidth: 722\nFlags: W\nHStem: -23 82<329.5 417> 659 82<332 399.5>\nVStem: 48 93<296 415>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 694\nWidth: 500\nFlags: W\nHStem: -23 77<219 300.5> 462 77<217.5 298>\nVStem: 31 87<191 318.5>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 695\nWidth: 611\nFlags: W\nHStem: 0 20 647 82<21 261 354 593 354 354>\nVStem: 261 93<0 647>\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 696\nWidth: 496\nFlags: W\nHStem: 0 21G<204 288> 448 76<60 204 60 432>\nVStem: 204 84<0 448>\nFore\n60 524 m 1\n 432 524 l 1\n 432 448 l 1\n 288 448 l 1\n 288 0 l 1\n 204 0 l 1\n 204 448 l 1\n 60 448 l 1\n 60 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 697\nWidth: 667\nFlags: W\nHStem: 0 20 709 20<13 128 128 128 550 661 661 661>\nVStem: 294 93<0 286>\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 698\nWidth: 500\nFlags: W\nHStem: 0 21G<194 285> 504 20G<10 104 392 486>\nDStem: 10 524 104 524 194 0 244 99\nFore\n285 0 m 1\n 194 0 l 1\n 10 524 l 1\n 104 524 l 1\n 244 99 l 1\n 392 524 l 1\n 486 524 l 1\n 285 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 699\nWidth: 667\nFlags: W\nHStem: 0 20 709 20<13 128 128 128 550 661 661 661>\nVStem: 294 93<0 286>\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 700\nWidth: 500\nFlags: W\nHStem: 0 21G<194 285> 504 20G<10 104 392 486>\nDStem: 10 524 104 524 194 0 244 99\nFore\n285 0 m 1\n 194 0 l 1\n 10 524 l 1\n 104 524 l 1\n 244 99 l 1\n 392 524 l 1\n 486 524 l 1\n 285 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 701\nWidth: 667\nFlags: W\nHStem: 0 20 709 20<38 151 151 151 526 637 637 637>\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 702\nWidth: 500\nFlags: W\nHStem: 0 20 504 20<27 122 122 122 374 468 468 468>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 703\nWidth: 774\nFlags: W\nHStem: 0 82<176 656> 709 20G<83 177 550 644>\nVStem: 83 94<0 729> 550 94<82 729> 656 80<-135 74>\nFore\n550 82 m 1\n 550 729 l 1\n 644 729 l 1\n 644 74 l 1\n 736 74 l 1\n 736 -135 l 1\n 656 -135 l 1\n 656 0 l 1\n 83 0 l 1\n 83 729 l 1\n 177 729 l 1\n 177 82 l 1\n 550 82 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 704\nWidth: 608\nFlags: W\nHStem: 0 76<153 498> 504 20G<70 154 403 487>\nVStem: 70 84<0 524> 403 84<76 524> 498 70<-120 64>\nFore\n70 0 m 1\n 70 524 l 1\n 154 524 l 1\n 154 76 l 1\n 403 76 l 1\n 403 524 l 1\n 487 524 l 1\n 487 64 l 1\n 568 64 l 1\n 568 -120 l 1\n 498 -120 l 1\n 498 0 l 1\n 70 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 705\nWidth: 642\nFlags: W\nHStem: 0 21G<461 554> 302 82<175 461> 709 20G<83 176 461 554>\nVStem: 83 93<383 729> 461 93<0 729>\nFore\n461 302 m 1\n 176 302 l 2\n 124 302 84 326 83 383 c 1\n 83 729 l 1\n 176 729 l 1\n 176 384 l 1\n 461 384 l 1\n 461 729 l 1\n 554 729 l 1\n 554 0 l 1\n 461 0 l 1\n 461 302 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 706\nWidth: 508\nFlags: W\nHStem: 0 21G<348 432> 223 76<152 348> 504 20G<69 153 348 432>\nVStem: 69 84<296 524> 348 84<0 524>\nFore\n69 524 m 1\n 153 524 l 1\n 153 299 l 1\n 348 299 l 1\n 348 524 l 1\n 432 524 l 1\n 432 0 l 1\n 348 0 l 1\n 348 223 l 1\n 153 223 l 2\n 87 223 69 243 69 296 c 2\n 69 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 707\nWidth: 642\nFlags: W\nHStem: 0 21G<461 554> 302 82<175 461> 709 20G<83 176 461 554>\nVStem: 83 93<383 729> 461 93<0 729>\nFore\n461 302 m 1\n 176 302 l 2\n 124 302 84 326 83 383 c 1\n 83 729 l 1\n 176 729 l 1\n 176 384 l 1\n 461 384 l 1\n 461 729 l 1\n 554 729 l 1\n 554 0 l 1\n 461 0 l 1\n 461 302 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 708\nWidth: 508\nFlags: W\nHStem: 0 21G<348 432> 223 76<152 348> 504 20G<69 153 348 432>\nVStem: 69 84<296 524> 348 84<0 524>\nFore\n69 524 m 1\n 153 524 l 1\n 153 299 l 1\n 348 299 l 1\n 348 524 l 1\n 432 524 l 1\n 432 0 l 1\n 348 0 l 1\n 348 223 l 1\n 153 223 l 2\n 87 223 69 243 69 296 c 2\n 69 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 709\nWidth: 642\nFlags: W\nHStem: 0 21G<83 176 461 554> 345 82<176 461> 709 20G<83 176>\nVStem: 83 93<0 345 0 729> 461 93<0 346>\nFore\n176 427 m 1\n 461 427 l 2\n 513 427 553 403 554 346 c 1\n 554 0 l 1\n 461 0 l 1\n 461 345 l 1\n 176 345 l 1\n 176 0 l 1\n 83 0 l 1\n 83 729 l 1\n 176 729 l 1\n 176 427 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 710\nWidth: 508\nFlags: W\nHStem: 0 21G<69 153 348 432> 225 76<153 348> 504 20G<69 153>\nVStem: 69 84<0 225 0 524> 348 84<0 228>\nFore\n432 0 m 1\n 348 0 l 1\n 348 225 l 1\n 153 225 l 1\n 153 0 l 1\n 69 0 l 1\n 69 524 l 1\n 153 524 l 1\n 153 301 l 1\n 348 301 l 2\n 414 301 432 281 432 228 c 2\n 432 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 711\nWidth: 778\nFlags: W\nHStem: -23 82<373 391> 333 82<134 741> 659 82<373 390>\nRef: 1240 1240 N -1 -0 0 -1 780 718\nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 712\nWidth: 556\nFlags: W\nHStem: -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320>\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 713\nWidth: 688\nFlags: W\nHStem: -22.7065 92.7565<323.823 403.231> 286.883 81.9148<157.728 546.828> 561.539 92.7565<300.662 410.51>\nRef: 101 101 S 1.32347 0 0 1.20463 -13 5\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 714\nWidth: 556\nFlags: W\nHStem: -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320>\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 715\nWidth: 278\nFlags: W\nHStem: 0 20 709 20<100 194 194 194>\nVStem: 100 94<0 729>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 716\nWidth: 1023\nHStem: 0 21<63 173 63 63 459 459 459 552 830 830 830 948> 709 20<105 221 221 221 459 552 552 552 790 906 906 906> 769 69<477.5 533> 884 20<355 414 414 414 597 656 656 656>\nVStem: 459 93<0 324 421 729>\nRef: 728 728 N 1 0 0 1 340 172\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 717\nWidth: 837\nHStem: 0 21<44 150 150 150 375 458 458 458 683 789 789 789> 504 20<76 183 76 76 375 458 375 375 650 650 650 757> 564 69<388.5 444> 679 20<266 325 325 325 508 567 567 567>\nVStem: 375 83<0 226 323 524>\nRef: 728 728 N 1 0 0 1 251 -33\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 718\nWidth: 667\nFlags: W\nHStem: 0 21G<79 172 548 658> 709 20G<79 172 535 655>\nVStem: 79 93<0 324 0 729>\nDStem: 535 729 655 729 172 414 243 375\nFore\n172 0 m 1\n 79 0 l 1\n 79 729 l 1\n 172 729 l 1\n 172 414 l 1\n 535 729 l 1\n 655 729 l 1\n 243 375 l 1\n 658 0 l 1\n 548 0 l 1\n 172 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 719\nWidth: 500\nFlags: W\nHStem: 0 21G<58 141 399 502> 504 20G<58 141 363 470>\nVStem: 58 83<0 216 0 524>\nDStem: 141 216 198 264 399 0 502 0 363 524 470 524 141 302 198 264\nFore\n141 524 m 1\n 141 302 l 1\n 363 524 l 1\n 470 524 l 1\n 198 264 l 1\n 502 0 l 1\n 399 0 l 1\n 141 216 l 1\n 141 0 l 1\n 58 0 l 1\n 58 524 l 1\n 141 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 720\nWidth: 722\nFlags: W\nHStem: 332 82<176 550> 709 20G<83 176 550 644>\nVStem: 83 94<0 332 0 729> 550 94<0 729>\nFore\n550 332 m 1\n 177 332 l 1\n 177 0 l 1\n 83 0 l 1\n 83 729 l 1\n 176 729 l 1\n 176 414 l 1\n 550 414 l 1\n 550 729 l 1\n 644 729 l 1\n 644 0 l 1\n 550 0 l 1\n 550 332 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 721\nWidth: 556\nFlags: W\nHStem: 233 76<154 404> 504 20G<70 154 404 488>\nVStem: 70 84<0 233 0 524> 404 84<0 524>\nFore\n70 524 m 1\n 154 524 l 1\n 154 309 l 1\n 404 309 l 1\n 404 524 l 1\n 488 524 l 1\n 488 0 l 1\n 404 0 l 1\n 404 233 l 1\n 154 233 l 1\n 154 0 l 1\n 70 0 l 1\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 722\nWidth: 642\nFlags: W\nHStem: 0 21G<461 554> 302 82<175 461> 709 20G<83 176 461 554>\nVStem: 83 93<383 729> 461 93<0 729>\nFore\n461 302 m 1\n 176 302 l 2\n 124 302 84 326 83 383 c 1\n 83 729 l 1\n 176 729 l 1\n 176 384 l 1\n 461 384 l 1\n 461 729 l 1\n 554 729 l 1\n 554 0 l 1\n 461 0 l 1\n 461 302 l 1\nEndSplineSet\nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 723\nWidth: 508\nFlags: W\nHStem: 0 21G<348 432> 223 76<152 348> 504 20G<69 153 348 432>\nVStem: 69 84<296 524> 348 84<0 524>\nFore\n69 524 m 1\n 153 524 l 1\n 153 299 l 1\n 348 299 l 1\n 348 524 l 1\n 432 524 l 1\n 432 0 l 1\n 348 0 l 1\n 348 223 l 1\n 153 223 l 2\n 87 223 69 243 69 296 c 2\n 69 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 724\nWidth: 667\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397> 769 69<307.5 363> 884 20<185 244 244 244 427 486 486 486>\nRef: 728 728 N 1 0 0 1 170 172\nRef: 1040 1040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 725\nWidth: 556\nHStem: 564 69<240.5 296> 679 20<118 177 177 177 360 419 419 419>\nRef: 728 728 N 1 0 0 1 103 -33\nRef: 1072 1072 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 726\nWidth: 667\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397> 769 103<202 306 364 468>\nVStem: 202 104<769 872> 364 104<769 872>\nRef: 168 168 N 1 0 0 1 172 157\nRef: 1040 1040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 727\nWidth: 556\nHStem: 564 103<136 240 298 402>\nVStem: 136 104<564 667> 298 104<564 667>\nRef: 168 168 N 1 0 0 1 106 -48\nRef: 1072 1072 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 728\nWidth: 1000\nFlags: W\nHStem: 0 82<561 950> 214 82<230 468> 332 82<561 913> 647 82<368 468 368 368 561 932 561 561>\nVStem: 468 93<82 214 214 214 296 332 414 647>\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 729\nWidth: 889\nFlags: W\nHStem: -23 73<202 223> -23 77<594.355 627> 234 68<461 845> 462 77<241 275 593 627>\nVStem: 34 87<120 138> 381 78<157 234> 755 90<234 302>\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 730\nWidth: 667\nHStem: 0 82<172 602> 332 82<172 569> 647 82<172 584 172 172> 769 69<314.5 370> 884 20<192 251 251 251 434 493 493 493>\nVStem: 79 93<82 332 414 647>\nRef: 728 728 N 1 0 0 1 177 172\nRef: 1045 1045 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 731\nWidth: 556\nHStem: 564 69<293.5 349> 679 20<171 230 230 230 413 472 472 472>\nRef: 728 728 N 1 0 0 1 156 -33\nRef: 1077 1077 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 732\nWidth: 778\nFlags: W\nHStem: -23 82<390 407> 303 82<39 646> 659 82<389 407>\nRef: 399 399 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 733\nWidth: 556\nFlags: HMW\nHStem: -23 77<207.5 289> 462 77<210 290.5>\nVStem: 390 87<191 318.5>\nRef: 101 101 N -1 -0 0 -1 553 516\nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 734\nWidth: 778\nFlags: W\nHStem: -23 82<390 407> 303 82<39 646> 659 82<389 407> 818 103<255 359 417 521>\nVStem: 255 104<818 921> 417 104<818 921>\nRef: 168 168 S 1 0 0 1 225 206\nRef: 1240 1240 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 735\nWidth: 556\nHStem: -23 77<207.5 289> 462 77<210 290.5> 564 103<148 252 310 414>\nVStem: 148 104<564 667> 310 104<564 667> 390 87<191 318.5>\nRef: 168 168 N 1 0 0 1 118 -48\nRef: 1241 1241 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 736\nWidth: 1023\nHStem: 0 21<63 173 63 63 459 459 459 552 830 830 830 948> 709 20<105 221 221 221 459 552 552 552 790 906 906 906> 769 103<372 476 534 638>\nVStem: 372 104<769 872> 459 93<0 324 421 729> 534 104<769 872>\nRef: 168 168 N 1 0 0 1 342 157\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 737\nWidth: 837\nHStem: 0 21<44 150 150 150 375 458 458 458 683 789 789 789> 504 20<76 183 76 76 375 458 375 375 650 650 650 757> 564 103<284 388 446 550>\nVStem: 284 104<564 667> 375 83<0 226 323 524> 446 104<564 667>\nRef: 168 168 N 1 0 0 1 254 -48\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 738\nWidth: 667\nHStem: -23 82<319 369> 321 82<257 365> 663 78<319 353> 769 103<198 302 360 464>\nVStem: 70 88<515 533.073> 198 104<769 872> 360 104<769 872> 503 93<527 542> 528 93<184 202>\nRef: 168 168 N 1 0 0 1 168 157\nRef: 1047 1047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 739\nWidth: 500\nHStem: -23 77<235 268> 221 76<192 268> 462 77<225 259> 564 103<110 214 272 376>\nVStem: 110 104<564 667> 272 104<564 667> 351 87<376 394> 368 91<134 145>\nRef: 168 168 N 1 0 0 1 80 -48\nRef: 1079 1079 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 740\nWidth: 667\nFlags: W\nHStem: -23 82<319 369> 321 82<257 365> 663 78<319 353>\nVStem: 70 88<515 533.073> 503 93<527 542> 528 93<184 202>\nFore\n257 321 m 1\n 257 403 l 1\n 345 403 l 2\n 434 403 503 484 503 540 c 0\n 503 614 438 663 340 663 c 0\n 224 663 159 610 158 515 c 1\n 70 515 l 1\n 71 658 169 741 337 741 c 0\n 497 741 596 659 596 527 c 0\n 596 452 559 403 491 374 c 1\n 574 343 621 282 621 200 c 0\n 621 137 590 72 541 33 c 0\n 494 -3 423 -23 336 -23 c 0\n 225 -23 141 13 91 81 c 0\n 62 121 49 165 48 232 c 1\n 136 232 l 1\n 135 187 147 152 174 120 c 0\n 209 78 263 59 342 59 c 0\n 401 59 447 70 476 90 c 0\n 507 112 528 152 528 191 c 0\n 528 248 460 321 365 321 c 2\n 257 321 l 1\nEndSplineSet\nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 741\nWidth: 500\nFlags: W\nHStem: -23 77<235 268> 221 76<192 268> 462 77<225 259>\nVStem: 351 87<376 394> 368 91<134 145>\nFore\n192 221 m 1\n 192 297 l 1\n 254 297 l 2\n 324 297 351 346 351 383 c 0\n 351 431 308 462 240 462 c 0\n 173 462 137 433 135 378 c 1\n 47 378 l 1\n 48 481 116 539 237 539 c 0\n 359 539 438 476 438 379 c 0\n 438 326 419 293 373 267 c 1\n 432 241 459 203 459 143 c 0\n 459 42 375 -23 243 -23 c 0\n 106 -23 38 35 34 156 c 1\n 122 156 l 1\n 127 119 133 104 146 89 c 0\n 167 67 205 54 250 54 c 0\n 323 54 368 87 368 136 c 0\n 368 174 326 221 266 221 c 2\n 192 221 l 1\nEndSplineSet\nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 742\nWidth: 728\nFlags: W\nHStem: 0 21<79 184 79 79 561 649 561 561> 709 20<79 167 167 167 548 649 649 649> 769 70<224 498>\nVStem: 79 88<126 729> 561 88<0 598 598 598>\nRef: 175 175 N 1 0 0 1 196 138\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 743\nWidth: 567\nFlags: W\nHStem: 0 21<70 179 70 70 414 497 414 414> 504 20<70 154 154 154 389 497 497 497> 564 70<142 416>\nVStem: 70 84<111 524> 414 83<0 413 413 413>\nRef: 175 175 N 1 0 0 1 114 -67\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 744\nWidth: 728\nFlags: W\nHStem: 0 21<79 184 79 79 561 649 561 561> 709 20<79 167 167 167 548 649 649 649> 769 103<228 332 390 494>\nVStem: 79 88<126 729> 228 104<769 872> 390 104<769 872> 561 88<0 598 598 598>\nRef: 168 168 N 1 0 0 1 198 157\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 745\nWidth: 567\nFlags: W\nHStem: 0 21<70 179 70 70 414 497 414 414> 504 20<70 154 154 154 389 497 497 497> 564 103<146 250 308 412>\nVStem: 70 84<111 524> 146 104<564 667> 308 104<564 667> 414 83<0 413 413 413>\nRef: 168 168 N 1 0 0 1 116 -48\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 746\nWidth: 778\nHStem: 769 103<257 361 419 523>\nVStem: 257 104<769 872> 419 104<769 872>\nRef: 168 168 N 1 0 0 1 227 157\nRef: 1054 1054 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 747\nWidth: 556\nHStem: 564 103<140 244 302 406>\nVStem: 140 104<564 667> 302 104<564 667>\nRef: 168 168 N 1 0 0 1 110 -48\nRef: 1086 1086 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 748\nWidth: 778\nFlags: W\nHStem: -23 82<312.5 434> 659 82<312 468>\nVStem: 38 93<269 449> 649 93<293.5 447>\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 749\nWidth: 556\nFlags: W\nHStem: -23 77<226.5 319> 462 77<226.5 320>\nVStem: 36 87<194.5 321> 423 87<193.5 320>\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 750\nWidth: 778\nHStem: -23 82<312.5 434> 659 82<312 468> 769 103<257 361 419 523>\nVStem: 38 93<269 449> 257 104<769 872> 419 104<769 872> 649 93<293.5 447>\nRef: 168 168 N 1 0 0 1 227 157\nRef: 1256 1256 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 751\nWidth: 556\nHStem: -23 77<226.5 319> 462 77<226.5 320> 564 103<140 244 302 406>\nVStem: 36 87<194.5 321> 140 104<564 667> 302 104<564 667> 423 87<193.5 320>\nRef: 168 168 N 1 0 0 1 110 -48\nRef: 1257 1257 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 752\nWidth: 722\nHStem: -23 82<308 395.5> 332 82<217 581> 659 82<325.5 393> 769 103<284 388 446 550>\nVStem: 217 460<332 414 414 414> 284 104<769 872> 446 104<769 872>\nRef: 168 168 N 1 0 0 1 254 157\nRef: 1069 1069 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 753\nWidth: 500\nHStem: -23 77<207.5 286.5> 232 77<163 387> 462 77<210 283.5> 564 103<79 183 241 345>\nVStem: 79 104<564 667> 163 314<232 309 309 309> 241 104<564 667>\nRef: 168 168 N 1 0 0 1 49 -48\nRef: 1101 1101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 754\nWidth: 650\nHStem: 0 21<139 252 139 139> 709 20<26 139 139 139 508 619 619 619> 769 70<186 460>\nRef: 175 175 N 1 0 0 1 158 138\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 755\nWidth: 500\nHStem: 564 70<112 386>\nRef: 175 175 N 1 0 0 1 84 -67\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 756\nWidth: 650\nHStem: 0 21<139 252 139 139> 709 20<26 139 139 139 508 619 619 619> 769 103<190 294 352 456>\nVStem: 190 104<769 872> 352 104<769 872>\nRef: 168 168 N 1 0 0 1 160 157\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 757\nWidth: 500\nHStem: 564 103<116 220 278 382>\nVStem: 116 104<564 667> 278 104<564 667>\nRef: 168 168 N 1 0 0 1 86 -48\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 758\nWidth: 650\nHStem: 0 21<139 252 139 139> 709 20<26 139 139 139 508 619 619 619> 899 20<227 340 340 340 401 514 514 514>\nRef: 733 733 N 1 0 0 1 166 179\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 759\nWidth: 500\nHStem: 694 20<153 266 266 266 327 440 440 440>\nRef: 733 733 N 1 0 0 1 92 -26\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 760\nWidth: 648\nFlags: W\nHStem: 0 21<476 569 476 476> 275 82<248 476> 709 20<79 172 172 172 476 569 569 569> 769 103<186 290 348 452>\nVStem: 79 93<432 729> 186 104<769 872> 348 104<769 872> 476 93<0 275 275 275 357 729>\nRef: 168 168 N 1 0 0 1 156 157\nRef: 1063 1063 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 761\nWidth: 520\nFlags: W\nHStem: 0 21<366 450> 201 76<198.84 366> 504 20<70 154 366 450> 564 103<118 222 280 384>\nVStem: 70 84<319 524> 118 104<564 667> 280 104<564 667> 366 84<0 524>\nRef: 168 168 N 1 0 0 1 88 -48\nRef: 1095 1095 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 762\nWidth: 872\nFlags: W\nHStem: 0 82<172 384 384 393> 369 82<172 337 337 384> 709 20<79 172 172 172 699 793 793 793> 769 103<308 412 470 574>\nVStem: 79 93<82 369 451 729> 308 104<769 872> 470 104<769 872> 530 93<184.5 226> 699 94<0 729>\nRef: 168 168 N 1 0 0 1 278 157\nRef: 1067 1067 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 763\nWidth: 690\nFlags: W\nHStem: 0 76<154 278 278 316> 265 76<154 267> 504 20<70 154 154 154 537 620 620 620> 564 103<232 336 394 498>\nVStem: 70 84<76 265 341 524> 232 104<564 667> 392 91<141 200> 394 104<564 667> 537 83<0 524>\nRef: 168 168 N 1 0 0 1 202 -48\nRef: 1099 1099 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0531\nEncoding: 1329 1329 764\nWidth: 722\nFlags: W\nHStem: -12 85<354 368>\nVStem: 79 94<262 716> 547 95<278 716>\nDStem: 579 60 642 120 670 -41 729 27\nFore\n579 60 m 1\n 561 40 529 22 482 7 c 0\n 441 -6 401 -12 362 -12 c 0\n 193.363 -12 108.726 53.8961 85 201 c 0\n 81 231 79 265 79 302 c 2\n 79 716 l 1\n 173 716 l 1\n 173 303 l 2\n 173 185.92 185.875 133.931 251 98 c 0\n 280 82 314 74 354 73 c 0\n 422 73 471 89 501 120 c 0\n 532 151 547 212 547 303 c 2\n 547 716 l 1\n 642 716 l 1\n 642 120 l 1\n 729 27 l 1\n 670 -41 l 1\n 579 60 l 1\nEndSplineSet\nEndChar\nStartChar: uni0532\nEncoding: 1330 1330 765\nWidth: 705\nFlags: W\nHStem: -2 21G<79 173> 150 93<173 639> 641 85<334 368>\nVStem: 79 94<-2 150> 547 95<330 447>\nFore\n642 330 m 1\n 547 330 l 1\n 547 411 l 2\n 547 501 532 562 502 593 c 0\n 472 625 423 640 354 641 c 0\n 272.314 641 213.611 608.027 190 549 c 0\n 166.005 485.739 173.43 338.706 174 243 c 1\n 639 243 l 1\n 639 150 l 1\n 174 150 l 1\n 173 -2 l 1\n 79 -2 l 1\n 79 412 l 2\n 79 558.252 108.009 640.148 197 691 c 0\n 239 714 293 726 362 726 c 128\n 431 726 487 713 529 687 c 0\n 571 660 600 626 617 583 c 0\n 625.058 562.856 625.469 554.126 632 528 c 0\n 640.077 483.577 642 465.023 642 412 c 2\n 642 330 l 1\nEndSplineSet\nEndChar\nStartChar: uni0533\nEncoding: 1331 1331 766\nWidth: 774\nFlags: W\nHStem: -1 21G<541 636> 134 95<338 541 633 743> 641 85<354 388>\nVStem: 83 90<412 447> 540 93<230 315.998 338 512> 541 95<-1 134>\nDStem: 540 340 540 340 540 230 542 338\nFore\n743 134 m 1\n 636 134 l 1\n 636 -1 l 1\n 541 -1 l 1\n 541 134 l 1\n 326 134 l 2\n 278 134 236 146 198 169 c 1\n 149.775 201.832 112.033 254.75 92 322 c 1\n 83 412 l 1\n 83 556.14 107.857 631.283 195 686 c 0\n 237 712 293 726 363 726 c 0\n 496.374 726 578.455 682.227 619 591 c 0\n 633.858 558.312 632 501.703 632 453 c 1\n 629.667 379.661 632.922 304.238 633 230 c 1\n 743 230 l 1\n 743 134 l 1\n173 447 m 0\n 173 416.026 173.107 390.715 182 367 c 1\n 186.372 350.705 191.557 335.224 197 320 c 1\n 220.509 265.145 279.018 229 360 229 c 2\n 540 230 l 1\n 540 340 l 1\n 542 338 l 1\n 542 468 l 0\n 542 471 542 477 541 486 c 2\n 541 507 l 2\n 541 523.541 538.485 537.787 534 549 c 0\n 510.108 606.739 452.481 638.963 371 641 c 0\n 276.947 641 195.38 605.054 180 532 c 1\n 176 500 174 472 173 447 c 0\nEndSplineSet\nEndChar\nStartChar: uni0534\nEncoding: 1332 1332 767\nWidth: 754\nFlags: W\nHStem: 1 21G<550 645> 644 85<353 370>\nVStem: 82 95<333 450> 550 95<1 145 1 450> 550 177<1 239>\nFore\n550 414 m 2\n 550 446 549 473 546 496 c 0\n 536.564 595.075 472.196 641.445 370 644 c 0\n 302 644 252 628 222 596 c 0\n 192 565 177 504 177 414 c 2\n 177 333 l 1\n 82 333 l 1\n 82 415 l 2\n 82 558.7 106.956 635.369 194 688 c 0\n 236 715 292 729 362 729 c 0\n 495.374 729 577.455 685.227 618 594 c 0\n 627.118 573.484 633.038 542.466 638 516 c 0\n 643 486 645 453 645 415 c 2\n 645 239 l 1\n 727 239 l 1\n 727 145 l 1\n 645 145 l 1\n 645 1 l 1\n 550 1 l 1\n 550 414 l 2\nEndSplineSet\nEndChar\nStartChar: uni0535\nEncoding: 1333 1333 768\nWidth: 722\nFlags: W\nHStem: 5 86<334 384> 488 93<173 639> 713 20G<79 173>\nVStem: 79 94<320 488 320 733> 547 95<320 401>\nFore\n642 320 m 2\n 642 183.533 617.816 101.768 529 46 c 0\n 487 19 431 6 362 5 c 0\n 230.876 5 144.587 48.6094 106 140 c 0\n 86.9324 186.61 79 249.756 79 320 c 2\n 79 733 l 1\n 173 733 l 1\n 174 581 l 1\n 639 581 l 1\n 639 488 l 1\n 174 488 l 1\n 173 320 l 1\n 173 203.908 185.534 153.376 251 115 c 0\n 280 99 314 91 354 91 c 0\n 422 91 471 106 501 138 c 0\n 532 169 547 229 547 320 c 2\n 547 401 l 1\n 642 401 l 1\n 642 320 l 2\nEndSplineSet\nEndChar\nStartChar: uni0536\nEncoding: 1334 1334 769\nWidth: 751\nFlags: W\nHStem: -2 21G<46 136> 52 77<136 565> 359 79<125 313> 715 20G<315 352>\nVStem: 46 90<-2 52 -2 184> 562 73<420 475>\nFore\n562 420 m 0\n 562 452.715 563.631 486.514 554 513 c 1\n 549 535 536 560 516 588 c 0\n 506 602 486 617 457 632 c 0\n 418 650 381 660 343 660 c 2\n 329 660 l 1\n 312 658 l 1\n 283 652 l 2\n 208.996 632.618 155.554 584.082 135 511 c 2\n 127 471 l 2\n 126 462 125 452 125 438 c 1\n 313 440 l 1\n 313 359 l 1\n 31 359 l 1\n 26.5491 437.735 41.0114 529.74 63 580 c 0\n 72 600 81 614 88 625 c 0\n 132.306 687.028 208.504 727.655 315 735 c 1\n 352 735 l 0\n 357 735 366 735 377 733 c 0\n 383 733 389 733 396 731 c 0\n 420.508 727.499 461.365 716.909 483 708 c 0\n 510.641 698.128 565.865 652.813 586 631 c 0\n 596 620 606 598 619 563 c 0\n 627.924 536.228 635 502.003 635 469 c 0\n 635 438 633 414 629 396 c 0\n 611.188 283.191 541.368 176.892 452 131 c 1\n 575 131 l 2\n 627.177 131 658.493 115.29 684 85 c 0\n 702 62 710 32 711 -6 c 1\n 628 -5 l 1\n 628 33 605 51 559 52 c 2\n 136 52 l 1\n 136 -2 l 1\n 46 -2 l 1\n 46 184 l 1\n 136 184 l 1\n 136 129 l 1\n 263 129 l 2\n 302.6 129 374.672 161.721 406 181 c 1\n 476.645 219.534 524.256 267.346 549 353 c 0\n 554.872 376.49 558.632 396.424 562 420 c 0\nEndSplineSet\nEndChar\nStartChar: uni0537\nEncoding: 1335 1335 770\nWidth: 485\nFlags: W\nHStem: 0 79<180 334> 411 77<180 430>\nVStem: 84 96<0 411 0 721>\nFore\n334 79 m 1\n 334 0 l 1\n 84 0 l 1\n 84 721 l 1\n 180 721 l 1\n 180 488 l 1\n 430 488 l 1\n 430 411 l 1\n 180 411 l 1\n 180 79 l 1\n 334 79 l 1\nEndSplineSet\nEndChar\nStartChar: uni0538\nEncoding: 1336 1336 771\nWidth: 722\nFlags: W\nHStem: 0 87<168 637> 644 85<329 363>\nVStem: 74 94<1 433> 542 95<274 449>\nFore\n637 274 m 1\n 542 274 l 1\n 542 414 l 2\n 542 504 527 564 497 596 c 0\n 467 627 418 643 349 644 c 0\n 268.63 644 207.532 610.723 186 552 c 0\n 174 522 169 477 168 414 c 1\n 168 88 l 1\n 639 87 l 1\n 637 0 l 1\n 74 1 l 1\n 74 415 l 2\n 74 561.252 103.069 643.182 192 694 c 0\n 234 717 289 729 357 729 c 0\n 426 729 482 716 524 689 c 0\n 576.446 656.534 607.715 614.139 623 553 c 0\n 623 551.085 629.736 513.264 631 512 c 0\n 635 484 637 452 637 415 c 2\n 637 274 l 1\nEndSplineSet\nEndChar\nStartChar: uni0539\nEncoding: 1337 1337 772\nWidth: 782\nFlags: W\nHStem: -2 21G<462 491> 0 76<426 481> 368 80<425 634 728 783> 651 77<280 486>\nVStem: 63 95<0 527> 247 93<189 255> 634 95<204 367 447 527>\nFore\n340 218 m 0\n 340 143.616 345.177 105.672 404 84 c 1\n 427.266 78.9328 453.232 76.5651 481 76 c 1\n 583 76 633 122 634 213 c 1\n 634 368 l 1\n 455 368 l 2\n 372.28 368 353.709 350.111 342 274 c 1\n 341 257 340 238 340 218 c 0\n247 216 m 0\n 247 379.041 289.444 448 454 448 c 2\n 634 448 l 1\n 634 514 l 2\n 634 570 619 607 590 624 c 128\n 561 641 526 649 486 650 c 2\n 307 650 l 2\n 302 650 298 650 297 651 c 2\n 282 651 l 2\n 200 651 159 605 158 514 c 1\n 158 0 l 1\n 63 0 l 1\n 63 523 l 2\n 63 552.876 68.0366 578.11 76 602 c 0\n 109.531 680.238 185.88 728 301 728 c 2\n 492 728 l 2\n 630.948 728 729 645.873 729 523 c 2\n 729 448 l 1\n 783 448 l 1\n 783 370 l 1\n 729 370 l 1\n 729 206 l 2\n 729 121.912 686.762 63.1319 625 29 c 0\n 589 8 545 -2 491 -2 c 1\n 462 -2 l 1\n 456 -2 450 -2 443 -1 c 0\n 438 -1 432 -1 426 0 c 0\n 401.863 0 398.891 2.17405 375 9 c 0\n 281.046 34.0543 247 93.481 247 216 c 0\nEndSplineSet\nEndChar\nStartChar: uni053A\nEncoding: 1338 1338 773\nWidth: 655\nFlags: W\nHStem: -10 75<304 324> 453 73<282 304 539 638>\nVStem: 67 95<181 327> 447 92<525 718> 447 95<201 451>\nFore\n304 -10 m 0\n 164.802 -10 67 67.5838 67 195 c 2\n 67 321 l 2\n 67 355 75 387 91 418 c 0\n 125.383 482.721 197.514 523.952 304 526 c 2\n 447 526 l 1\n 447 718 l 1\n 539 718 l 1\n 539 526 l 1\n 638 526 l 1\n 638 451 l 1\n 542 451 l 1\n 542 195 l 2\n 542 112.572 498.433 54.574 438 21 c 0\n 402 0 357 -9 304 -10 c 0\n447 451 m 1\n 398.661 452.994 342.835 447.501 297 452 c 1\n 283 453 l 2\n 254 453 227 443 201 423 c 0\n 175 404 163 366 162 309 c 1\n 162 202 l 2\n 162 163 169 133 185 113 c 0\n 213.38 77.5246 248.089 65 304 65 c 0\n 362.118 65 395.045 73.9965 424 112 c 0\n 439 132 446 162 447 202 c 1\n 447 451 l 1\nEndSplineSet\nEndChar\nStartChar: uni053B\nEncoding: 1339 1339 774\nWidth: 699\nFlags: W\nHStem: 0 21G<63 157> 486 89<334 368> 712 20G<63 161>\nVStem: 63 94<0 305> 63 98<0 732> 531 94<186 288>\nFore\n351 486 m 0\n 260.02 486 178.305 456.099 164 381 c 0\n 160 360 158 329 157 286 c 1\n 157 0 l 1\n 63 0 l 1\n 63 732 l 1\n 161 732 l 1\n 161 518 l 1\n 175.265 551.286 284.062 575 339 575 c 0\n 408.76 575 461.073 562.959 507 537 c 0\n 549 515 579 481 598 437 c 0\n 606.8 417.201 612.829 386.578 618 359 c 0\n 623 329 625 295 625 257 c 2\n 625 186 l 1\n 531 186 l 1\n 531 257 l 2\n 531 359.441 520.32 426.096 453 462 c 0\n 424 478 390 486 351 486 c 0\nEndSplineSet\nEndChar\nStartChar: uni053C\nEncoding: 1340 1340 775\nWidth: 417\nFlags: W\nHStem: 0 93<188 373>\nVStem: 93 95<0 716>\nFore\n93 0 m 1\n 93 716 l 1\n 188 716 l 1\n 188 94 l 1\n 373 93 l 1\n 373 0 l 1\n 93 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni053D\nEncoding: 1341 1341 776\nWidth: 853\nFlags: W\nHStem: -12 85<544 563> 0 21G<66 161> 448 79<161 269>\nVStem: 66 95<0 448 0 723> 269 95<259 449> 686 97<237 527>\nFore\n686 237 m 0\n 686 249.708 688 291.779 688 303 c 2\n 688 527 l 1\n 783 527 l 1\n 783 302 l 2\n 783 168.665 755.878 71.8312 676 21 c 0\n 654 7 636 -1 621 -6 c 0\n 607 -10 584 -12 552 -12 c 0\n 418.606 -12 334.823 31.0496 296 123 c 0\n 288 145 281 170 276 201 c 0\n 264.129 272.228 269 366.625 269 449 c 1\n 161 448 l 1\n 161 0 l 1\n 66 0 l 1\n 66 723 l 1\n 161 723 l 1\n 161 528 l 1\n 364 527 l 1\n 364 303 l 2\n 364 186.417 376.97 134.588 441 98 c 0\n 470 82 504 74 544 73 c 0\n 576 73 599 76 611 82 c 0\n 622.79 84.9475 639.039 103.794 649 115 c 0\n 663.857 131 677.255 170.53 683 205 c 0\n 683 211 684 222 686 237 c 0\nEndSplineSet\nEndChar\nStartChar: uni053E\nEncoding: 1342 1342 777\nWidth: 791\nFlags: W\nHStem: -4 74<354 388> 627 80<214 644> 631 76<190 240>\nVStem: 47 83<310 332> 627 85<299 332>\nFore\n768 646 m 1\n 703 583 l 1\n 699 605 688 619 669 625 c 0\n 663 626 654 627 642 627 c 2\n 516 628 l 2\n 522 628 540 620 567 601 c 1\n 653.536 545.528 710.159 448.214 712 312 c 0\n 712 223 679 148 611 87 c 0\n 545 26 466 -4 375 -4 c 128\n 284 -4 207 28 143 93 c 0\n 79 159 47 237 47 330 c 0\n 47 447.61 113.474 543.612 190 600 c 0\n 218 620 234 630 240 631 c 1\n 159 632 l 2\n 94.1495 632 29.6788 651.825 35 721 c 1\n 118 762 l 1\n 119 749 122 739 126 734 c 0\n 141 716 170 707 214 707 c 2\n 629 707 l 2\n 687.271 707 733.947 692.62 759 662 c 1\n 768 646 l 1\n627 316 m 0\n 627 389 604 451 559 502 c 0\n 511 555 453 582 384 582 c 0\n 314 582 255 554 205 500 c 0\n 155 445 130 383 130 312 c 0\n 130 248 154 192 203 143 c 0\n 251 95 307 71 372 70 c 0\n 439 70 499 95 550 144 c 0\n 601 192 626 250 627 316 c 0\nEndSplineSet\nEndChar\nStartChar: uni053F\nEncoding: 1343 1343 778\nWidth: 711\nFlags: W\nHStem: 1 21G<539 636> 159 88<349 363> 713 20G<74 168>\nVStem: 74 94<448 733> 539 97<1 553> 542 94<432 553>\nFore\n636 1 m 1\n 539 1 l 1\n 539 216 l 1\n 531 199 508 185 469 172 c 1\n 435.413 164.097 402.696 159 360 159 c 0\n 288.591 159 239.158 170.456 192 196 c 0\n 101.668 245.468 74 337.676 74 476 c 2\n 74 733 l 1\n 168 733 l 1\n 168 477 l 2\n 168 360.55 180.726 309.264 246 271 c 0\n 275 255 309 248 349 247 c 0\n 418.259 247 473.56 264.56 508 299 c 0\n 521 312 529 333 535 361 c 0\n 540 390 542 428 542 477 c 2\n 542 553 l 1\n 637 553 l 1\n 636 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0540\nEncoding: 1344 1344 779\nWidth: 588\nFlags: W\nHStem: 639 86<503 514>\nDStem: 23 229 167 265 401 59 551 89 395 669 438 593 23 229 167 265\nFore\n504 725 m 0\n 526.826 725 553.182 721.054 567 710 c 1\n 567 607 l 1\n 554 623 l 1\n 542 633 529 638 514 639 c 0\n 482.464 639 454.853 613.224 438 593 c 2\n 167 265 l 1\n 551 89 l 1\n 551 -74 l 1\n 519 -74 l 1\n 513.16 -41.8795 505.977 -23.7741 485 0 c 0\n 466 22 438 42 401 59 c 2\n 23 229 l 1\n 395 669 l 1\n 418.674 698.987 453.954 725 504 725 c 0\nEndSplineSet\nEndChar\nStartChar: uni0541\nEncoding: 1345 1345 780\nWidth: 663\nFlags: W\nHStem: -11 75<199 201> 161 76<174 181> 653 75<332 340>\nVStem: 499 93<405 495>\nFore\n332 728 m 0\n 487.62 728 588.503 628.88 592 482 c 1\n 592 419 l 2\n 592 356 578 300 551 250 c 0\n 524 201 496 163 467 136 c 0\n 441 112 421 95 405 84 c 1\n 436.12 57.6725 459.101 22.6557 486 -8 c 1\n 413 -42 l 1\n 384.446 -18.0174 361.398 3.77977 338 36 c 1\n 301.964 17.3686 266.214 -1.5473 220 -10 c 1\n 200 -11 l 2\n 158 -11 125 -3 103 15 c 0\n 82 32 67 49 61 67 c 2\n 54 89 l 1\n 51 106 l 1\n 51 188.738 96.8889 234.797 174 237 c 0\n 193 237 211 234 228 229 c 2\n 240 226 l 2\n 254.051 222.487 263.246 217.852 278 209 c 0\n 310.803 192.599 330.843 171.596 351 138 c 1\n 392.315 164.291 434.233 215.068 465 278 c 0\n 488 322 499 373 499 429 c 2\n 499 473 l 2\n 499 568.066 447.836 623.19 375 644 c 0\n 354 650 340 653 332 653 c 0\n 307.998 653 308.29 650.879 292 647 c 1\n 251.584 642.245 214.481 612.291 193 577 c 0\n 180 556 173 528 173 495 c 2\n 173 434 l 1\n 78 436 l 1\n 78 502 l 2\n 78 600.395 147.05 672.477 223 707 c 0\n 253.254 720.236 288.46 728 332 728 c 0\n137 103 m 0\n 137 81.7345 160.317 68.2981 199 64 c 1\n 217 64 233 68 247 77 c 128\n 261 86 271 93 277 99 c 1\n 264.418 119.97 224.17 161 179 161 c 0\n 166 161 155 156 146 146 c 1\n 141 135 138 121 137 103 c 0\nEndSplineSet\nEndChar\nStartChar: uni0542\nEncoding: 1346 1346 781\nWidth: 665\nFlags: W\nHStem: 0 75<552 650> 728 21G<263.651 367.546>\nVStem: 79 95<313 529> 458 95<0 529>\nFore\n650 0 m 1\n 458 0 l 1\n 458 517 l 2\n 458 573 444 609 415 627 c 0\n 387 644 354 652 316 653 c 0\n 258.985 653 228.942 643.403 198 607 c 0\n 182 586 174 557 174 517 c 2\n 174 313 l 1\n 79 313 l 1\n 79 523 l 2\n 79 556 87 588 104 620 c 0\n 136.755 683.464 211.303 728 316 728 c 0\n 419.092 728 492.345 687.232 527 622 c 0\n 544 591 553 558 553 523 c 2\n 553 75 l 1\n 650 75 l 1\n 650 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0543\nEncoding: 1347 1347 782\nWidth: 665\nFlags: W\nHStem: 0 96<150 625>\nFore\n625 0 m 1\n 47 0 l 1\n 47 186.719 112.31 359.849 202 474 c 0\n 232 514 250 535 256 536 c 1\n 240.611 546.775 207.87 562.585 184 572 c 1\n 244 643 l 1\n 281.064 630.486 298.52 628.521 333 606 c 1\n 380.248 648.37 468.691 695.501 530 724 c 1\n 596 657 l 1\n 524.142 624.684 464.119 595.095 410 557 c 1\n 415 557 434 535 466 491 c 0\n 553.609 373.475 625 192.432 625 0 c 1\n537 96 m 1\n 520 165 l 1\n 482.961 292.1 424.197 411.089 342 496 c 1\n 340 496 326 478 301 443 c 0\n 270 399 242 352 217 301 c 0\n 185 234 163 166 150 96 c 1\n 537 96 l 1\nEndSplineSet\nEndChar\nStartChar: uni0544\nEncoding: 1348 1348 783\nWidth: 756\nFlags: W\nHStem: 0 85<316 350> 635 94<514 714> 708 20G<45 140>\nVStem: 45 95<314 728> 514 94<314 635> 514 199<314 729>\nFore\n714 636 m 1\n 608 635 l 1\n 608 314 l 2\n 608 168.795 580.086 84.2807 490 34 c 0\n 447 11 393 0 325 0 c 0\n 256 0 200 13 158 39 c 0\n 115 66 86 101 70 143 c 1\n 52.7969 193.316 45 242.63 45 314 c 2\n 45 728 l 1\n 140 728 l 1\n 140 314 l 2\n 140 225 155 164 185 132 c 0\n 215 101 264 85 333 85 c 0\n 415.136 85 472.495 117.238 496 176 c 0\n 508 205 514 251 514 314 c 2\n 514 729 l 1\n 713 729 l 1\n 714 636 l 1\nEndSplineSet\nEndChar\nStartChar: uni0545\nEncoding: 1349 1349 784\nWidth: 623\nFlags: W\nHStem: -12 75<301 316.61> 352 77<75 324> 653 75<288 310>\nVStem: 79 96<556 571.248> 439 93<531 558> 460 94<192 229>\nFore\n554 203 m 0\n 554 65.8831 440.344 -12 298 -12 c 0\n 282 -12 271 -12 265 -11 c 0\n 205.688 -11 145.182 21.8834 113 51 c 0\n 93 70 78 92 65 118 c 1\n 57.6313 138.264 49 165.635 49 194 c 1\n 142 194 l 1\n 142 146 162 113 201 95 c 128\n 240 77 273 66 301 63 c 1\n 327 63 359 72 400 91 c 0\n 440 109 460 148 460 209 c 0\n 460 267 443 305 408 324 c 0\n 374 342 340 352 307 352 c 2\n 75 352 l 1\n 75 429 l 1\n 306 429 l 2\n 339 429 370 437 397 452 c 0\n 425 467 438 498 439 544 c 0\n 439 618.964 384.326 643.209 322 651 c 0\n 314 652 307 653 299 653 c 0\n 284.212 653 278.393 651.628 267 650 c 1\n 222.858 638.229 175 619.575 175 556 c 1\n 79 556 l 1\n 79 583 86 609 100 636 c 0\n 114 662 138 684 171 702 c 0\n 204 719 247 728 300 728 c 0\n 376.724 728 440.642 707.227 479 671 c 0\n 508.669 641.331 532 597.204 532 541 c 0\n 532 489 522 452 500 429 c 1\n 480 406 462 392 447 386 c 1\n 455 385 466 380 481 371 c 0\n 497 362 512 344 529 316 c 0\n 546 289 554 251 554 203 c 0\nEndSplineSet\nEndChar\nStartChar: uni0546\nEncoding: 1350 1350 785\nWidth: 773\nFlags: W\nHStem: 0 85<424 458> 635 94<9 163>\nVStem: 163 95<313 729> 631 95<314 454>\nFore\n9 729 m 1\n 258 729 l 1\n 258 314 l 2\n 258 198.403 270.651 148.069 335 109 c 0\n 364 93 398 85 438 85 c 0\n 506 85 556 101 586 132 c 128\n 616 163 631 224 631 314 c 2\n 631 454 l 1\n 726 454 l 1\n 726 314 l 2\n 726 178.889 701.594 95.0011 614 40 c 0\n 571 13 516 0 446 0 c 0\n 313.385 0 228.56 42.6747 190 134 c 0\n 182 156 175 182 170 213 c 0\n 166 243 164 277 163 314 c 1\n 163 635 l 1\n 9 636 l 1\n 9 729 l 1\nEndSplineSet\nEndChar\nStartChar: uni0547\nEncoding: 1351 1351 786\nWidth: 603\nFlags: W\nHStem: -12 75<301 317.334>\nVStem: 40 98<215 357> 460 96<211 285>\nDStem: 92 655 92 739 232 625 514 642\nFore\n92 739 m 1\n 514 642 l 1\n 514 559 l 1\n 468.478 566.811 430.955 582.622 382 587 c 1\n 360 588 l 2\n 346 588 330 586 312 583 c 0\n 305 583 297 581 288 578 c 2\n 263 569 l 2\n 231 558 202 533 176 494 c 0\n 151 456 138 402 138 333 c 2\n 138 242 l 2\n 138 196 148 160 168 132 c 0\n 189 105 212 87 239 77 c 2\n 273 66 l 1\n 288 64 l 1\n 301 63 l 2\n 332 63 365 74 403 97 c 0\n 441 119 459 161 460 221 c 1\n 460 285 l 1\n 556 285 l 1\n 556 215 l 2\n 556 151.662 526.297 103.196 492 64 c 1\n 450.653 22.6531 383.521 -12 301 -12 c 0\n 184.496 -12 94.9152 52.9409 58 136 c 0\n 46 163 40 188 40 215 c 2\n 40 333 l 2\n 40 400 54 456 83 500 c 0\n 111 544 139 574 167 591 c 0\n 194 608 215 619 232 625 c 1\n 92 655 l 1\n 92 739 l 1\nEndSplineSet\nEndChar\nStartChar: uni0548\nEncoding: 1352 1352 787\nWidth: 722\nFlags: W\nHStem: 1 21G<74 168 542 637> 644 85<329 363>\nVStem: 74 94<1 434> 542 95<1 450>\nFore\n637 1 m 1\n 542 1 l 1\n 542 414 l 2\n 542 504 527 564 497 596 c 0\n 467 627 418 643 349 644 c 0\n 268.63 644 207.532 610.723 186 552 c 0\n 174 522 169 477 168 414 c 1\n 168 1 l 1\n 74 1 l 1\n 74 415 l 2\n 74 561.252 103.069 643.182 192 694 c 0\n 234 717 289 729 357 729 c 0\n 426 729 482 716 524 689 c 0\n 576.446 656.534 607.715 614.139 623 553 c 0\n 623 551.085 629.736 513.264 631 512 c 0\n 635 484 637 452 637 415 c 2\n 637 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0549\nEncoding: 1353 1353 788\nWidth: 648\nFlags: W\nHStem: 728 21G<276.748 383.882>\nVStem: 486 97<384 502>\nDStem: 86 91 335 108 488 -14 486 68\nFore\n488 -14 m 1\n 86 91 l 1\n 86 176 l 1\n 217 139 l 1\n 228.615 140.052 240.231 141.102 251 143 c 1\n 293.597 149.39 314.504 155.752 359 178 c 0\n 393 194 422 221 448 257 c 0\n 473 293 486 341 486 402 c 2\n 486 487 l 2\n 486 532 476 566 455 591 c 0\n 426.098 624.031 396.939 641.01 349 649 c 0\n 338 651 328 652 320 653 c 0\n 269.455 653 223.684 632.21 192 596 c 0\n 172 573 162 539 161 495 c 1\n 161 431 l 1\n 66 430 l 1\n 66 502 l 2\n 66 562.048 95.876 617.251 130 653 c 0\n 171.239 694.24 233.496 728 320 728 c 0\n 447.763 728 523.061 666.028 564 581 c 0\n 572.935 557.768 580.35 533.344 582 502 c 1\n 583 386 l 1\n 583 325.512 572.465 290.521 548 251 c 0\n 513.44 195.404 481.799 169.421 424 139 c 0\n 404.416 129.208 353.15 111.3 335 108 c 1\n 486 68 l 1\n 488 -14 l 1\nEndSplineSet\nEndChar\nStartChar: uni054A\nEncoding: 1354 1354 789\nWidth: 722\nFlags: W\nHStem: 1 21G<542 637> 644 85<300 357>\nVStem: 300 97<223 643> 542 95<1 450>\nFore\n395 223 m 2\n 300 223 l 1\n 300 644 l 1\n 281 644 270 643 265 641 c 2\n 240 627 l 2\n 212.966 611.23 200.612 588.53 186 552 c 0\n 174 522 169 477 168 414 c 1\n 168 372 l 1\n 74 372 l 1\n 74 415 l 2\n 74 561.252 103.069 643.182 192 694 c 0\n 234 717 289 729 357 729 c 0\n 426 729 482 716 524 689 c 0\n 576.446 656.534 607.715 614.139 623 553 c 0\n 623 551.085 629.736 513.264 631 512 c 0\n 635 484 637 452 637 415 c 2\n 637 1 l 1\n 542 1 l 1\n 542 414 l 2\n 542 504 527 564 498 596 c 0\n 474.472 619.528 437.051 634.616 397 645 c 1\n 397 245 l 1\n 397 231 397 224 395 223 c 2\nEndSplineSet\nEndChar\nStartChar: uni054B\nEncoding: 1355 1355 790\nWidth: 751\nFlags: W\nHStem: -2 21G<46 136> 52 77<136 571> 660 73<343 377> 660 75<329 363>\nVStem: 46 90<-2 52 -2 184> 562 73<438 469>\nFore\n329 660 m 1\n 257.825 651.627 216.85 630.961 179 585 c 0\n 160 562 145 532 133 495 c 0\n 126 469 123 449 122 434 c 1\n 143 434 l 2\n 249.331 434 354.418 417.967 422 385 c 0\n 474 360 505 325 518 281 c 1\n 536.852 320.418 559.537 381.344 562 438 c 0\n 562 506.469 545.935 542.1 516 588 c 0\n 506 602 486 617 457 632 c 0\n 418 650 381 660 343 660 c 2\n 329 660 l 1\n711 -8 m 1\n 628 -5 l 1\n 628 33 605 51 559 52 c 2\n 136 52 l 1\n 136 -2 l 1\n 46 -2 l 1\n 46 184 l 1\n 136 184 l 1\n 136 129 l 1\n 263 129 l 2\n 343.723 129 438 164.429 438 237 c 2\n 438 250 l 1\n 436 258 l 2\n 428 293 393 319 332 336 c 0\n 284.785 348.877 223.589 355 159 355 c 2\n 79 357 l 2\n 68 357 61 357 54 358 c 0\n 49 358 45 359 42 360 c 1\n 42 449 l 2\n 42 484.072 45.8973 525.374 58 552 c 0\n 67.3478 577.706 84.6543 607.089 98 631 c 1\n 141.802 693.567 219.128 735.165 331 735 c 1\n 352 735 l 0\n 357 735 366 735 377 733 c 0\n 383 733 389 733 396 731 c 0\n 420.508 727.499 461.365 716.909 483 708 c 0\n 510.641 698.128 565.865 652.813 586 631 c 0\n 596 620 606 598 619 563 c 0\n 627.924 536.228 635 502.003 635 469 c 0\n 635 438 633 414 629 396 c 0\n 611.188 283.191 541.368 176.892 452 131 c 1\n 575 131 l 2\n 662.478 131 708.665 80.7256 711 -8 c 1\nEndSplineSet\nEndChar\nStartChar: uni054C\nEncoding: 1356 1356 791\nWidth: 750\nFlags: W\nHStem: 1 21G<74 168> 644 85<329 363>\nVStem: 74 94<1 434> 542 92<1 169> 542 95<1 450> 542 170<1 250>\nFore\n637 250 m 1\n 712 250 l 1\n 713 170 l 1\n 634 169 l 1\n 635 2 l 1\n 542 1 l 1\n 542 414 l 2\n 542 504 527 564 497 596 c 0\n 467 627 418 643 349 644 c 0\n 268.63 644 207.532 610.723 186 552 c 0\n 174 522 169 477 168 414 c 1\n 168 1 l 1\n 74 1 l 1\n 74 415 l 2\n 74 561.252 103.069 643.182 192 694 c 0\n 234 717 289 729 357 729 c 0\n 426 729 482 716 524 689 c 0\n 576.446 656.534 607.715 614.139 623 553 c 0\n 623 551.085 629.736 513.264 631 512 c 0\n 635 484 637 452 637 415 c 2\n 637 250 l 1\nEndSplineSet\nEndChar\nStartChar: uni054D\nEncoding: 1357 1357 792\nWidth: 722\nFlags: W\nHStem: -12 85<354 368>\nVStem: 79 94<259 716> 547 95<275 716>\nFore\n547 716 m 1\n 642 716 l 1\n 642 302 l 2\n 642 165.066 617.163 85.4082 529 28 c 0\n 487 1 431 -12 362 -12 c 0\n 193.363 -12 108.726 53.8961 85 201 c 0\n 81 231 79 265 79 302 c 2\n 79 716 l 1\n 173 716 l 1\n 173 303 l 2\n 173 185.92 185.875 133.931 251 98 c 0\n 280 82 314 74 354 73 c 0\n 422 73 471 89 501 120 c 0\n 532 151 547 212 547 303 c 2\n 547 716 l 1\nEndSplineSet\nEndChar\nStartChar: uni054E\nEncoding: 1358 1358 793\nWidth: 748\nFlags: W\nHStem: 1 21G<539 727> 159 88<349 363> 709 20G<542 637>\nVStem: 74 94<448 577> 539 98<1 729> 542 95<432 729>\nFore\n539 1 m 1\n 539 216 l 1\n 531 199 508 185 469 172 c 1\n 435.413 164.097 402.696 159 360 159 c 0\n 288.591 159 239.158 170.456 192 196 c 0\n 101.668 245.468 74 337.676 74 476 c 2\n 74 577 l 1\n 168 577 l 1\n 168 477 l 2\n 168 360.55 180.726 309.264 246 271 c 0\n 275 255 309 248 349 247 c 0\n 418.259 247 473.56 264.56 508 299 c 0\n 521 312 529 333 535 361 c 0\n 540 390 542 428 542 477 c 2\n 542 729 l 1\n 637 729 l 1\n 637 95 l 1\n 727 95 l 1\n 727 1 l 1\n 539 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni054F\nEncoding: 1359 1359 794\nWidth: 667\nFlags: W\nHStem: -12 85<346 366> 645 83<312 350>\nVStem: 72 92<530 549> 523 92<192 202>\nFore\n328 645 m 0\n 234.365 645 164 610.641 164 537 c 0\n 164 512 172 491 191 474 c 0\n 209 458 257 440 334 423 c 0\n 412 406 464 391 493 377 c 0\n 534 358 565 333 585 304 c 0\n 599.818 283.255 608.78 258.539 613 229 c 0\n 614 222 614 213 615 202 c 0\n 615 165 604 130 583 96 c 0\n 542.068 31.6786 452.956 -12 350 -12 c 0\n 192.404 -12 92.6014 44.8243 55 163 c 0\n 48 185 45 207 45 230 c 1\n 134 238 l 1\n 143.152 135.31 212.504 87.0573 314 74 c 1\n 346 73 l 2\n 434.424 73 523 112.462 523 194 c 0\n 523 249.938 487.432 277.814 439 295 c 0\n 424.261 301.141 271.673 338.157 229 353 c 0\n 166.533 373.822 126.668 397.154 98 441 c 0\n 81.0662 465.46 74.0937 493.313 72 531 c 0\n 72 658.629 188.151 728 324 728 c 0\n 430.806 728 514.888 693.628 558 627 c 0\n 567.565 611.058 579.18 586.46 587 563 c 0\n 588.632 558.103 591.44 531.241 593 525 c 2\n 593 514 l 1\n 502 507 l 1\n 493.659 598.754 433.966 643.073 328 645 c 0\nEndSplineSet\nEndChar\nStartChar: uni0550\nEncoding: 1360 1360 795\nWidth: 699\nFlags: W\nHStem: 1 21G<74 168> 644 85<329 363>\nVStem: 74 94<1 434> 542 95<294 450>\nFore\n637 294 m 1\n 542 294 l 1\n 542 414 l 2\n 542 504 527 564 497 596 c 0\n 467 627 418 643 349 644 c 0\n 268.63 644 207.532 610.723 186 552 c 0\n 174 522 169 477 168 414 c 1\n 168 1 l 1\n 74 1 l 1\n 74 415 l 2\n 74 561.252 103.069 643.182 192 694 c 0\n 234 717 289 729 357 729 c 0\n 426 729 482 716 524 689 c 0\n 576.446 656.534 607.715 614.139 623 553 c 0\n 623 551.085 629.736 513.264 631 512 c 0\n 635 484 637 452 637 415 c 2\n 637 294 l 1\nEndSplineSet\nEndChar\nStartChar: uni0551\nEncoding: 1361 1361 796\nWidth: 623\nFlags: W\nHStem: -12 75<313 329.697> 359 73<292 314> 708 20G<280 385.356>\nVStem: 79 91<544 549> 452 94<544 549>\nFore\n312 728 m 0\n 458.712 728 543.738 672.919 546 544 c 0\n 546 487.341 520.645 443.028 487 422 c 0\n 475 414 465 409 458 406 c 1\n 497.783 396.054 533.108 351.655 552 307 c 0\n 563 281 568 250 569 211 c 0\n 569 172 559 135 539 100 c 0\n 501.432 32.7725 419.999 -12 313 -12 c 0\n 228.258 -12 167.871 11.1172 124 51 c 0\n 85.2093 86.2643 62.3502 137.194 60 203 c 1\n 153 203 l 1\n 153 166 164 137 188 116 c 0\n 211 96 235 82 259 73 c 1\n 293 65 l 1\n 313 63 l 2\n 328 63 348 66 373 72 c 0\n 397 78 420 91 442 113 c 128\n 464 135 475 167 475 211 c 0\n 475 252 465 284 446 306 c 0\n 426 329 405 343 380 349 c 2\n 346 356 l 1\n 325 358 l 1\n 314 359 l 2\n 245 359 198 341 175 306 c 1\n 69 307 l 1\n 78 336 92 358 113 374 c 1\n 134 388 150 398 164 404 c 1\n 150 409 133 421 111 443 c 0\n 90 464 80 498 79 544 c 0\n 79 568 84 594 94 622 c 0\n 104 648 126 673 162 695 c 128\n 198 717 248 728 312 728 c 0\n312 432 m 0\n 383.909 432 452 462.598 452 544 c 0\n 452 575 443 598 424 615 c 0\n 406 631 385 642 361 646 c 0\n 321.987 652.502 310.38 653.52 281 649 c 1\n 249.421 642.684 231.467 636.703 203 616 c 0\n 181 600 170 576 170 544 c 0\n 170 521 177 500 192 481 c 1\n 205 468 223 456 246 444 c 1\n 268 436 290 432 312 432 c 0\nEndSplineSet\nEndChar\nStartChar: uni0552\nEncoding: 1362 1362 797\nWidth: 417\nFlags: W\nHStem: 0 21G<76 171> 395 80<171 351>\nVStem: 76 95<0 395 0 723>\nFore\n76 723 m 1\n 171 723 l 1\n 171 475 l 1\n 351 475 l 1\n 351 395 l 1\n 171 395 l 1\n 171 0 l 1\n 76 0 l 1\n 76 723 l 1\nEndSplineSet\nEndChar\nStartChar: uni0553\nEncoding: 1363 1363 798\nWidth: 785\nFlags: W\nHStem: 1 21G<345 439>\nVStem: 42 95<336 370> 345 94<1 48 126 591 669 725> 648 92<360 386>\nFore\n42 362 m 0\n 42 445 64 509 109 556 c 0\n 154 602 199 631 244 646 c 0\n 289 660 322 667 345 670 c 1\n 345 725 l 1\n 439 725 l 1\n 439 670 l 1\n 447 670 l 2\n 450 670 453 670 457 669 c 2\n 479 665 l 2\n 498 661 518 655 540 647 c 1\n 583 635 628 605 673 559 c 0\n 718 512 740 447 740 362 c 0\n 740 277 718 212 674 165 c 0\n 630 119 585 88 540 73 c 128\n 495 58 461 50 439 48 c 1\n 439 1 l 1\n 345 1 l 1\n 345 48 l 1\n 304.008 53.073 217.439 75.8668 176 106 c 1\n 151.287 124.535 128.298 140.878 109 165 c 0\n 64 211 42 276 42 362 c 0\n137 360 m 0\n 137 216.28 220.805 150.299 345 126 c 1\n 345 591 l 1\n 262.389 582.304 200.659 540.022 166 478 c 0\n 147 444 138 405 137 360 c 0\n439 126 m 1\n 537.288 143.871 599.387 187.495 633 270 c 0\n 643 296 647 326 648 360 c 0\n 648 499.184 564.934 574.209 439 591 c 1\n 439 126 l 1\nEndSplineSet\nEndChar\nStartChar: uni0554\nEncoding: 1364 1364 799\nWidth: 638\nFlags: W\nHStem: 0 21G<123 216> 121 78<36 123 217 598> 275 77<355 389> 728 21G<334 418.79>\nVStem: 123 93<0 121 199 335 199 529> 500 94<495 521>\nFore\n371 275 m 0\n 327 275 293 282 267 296 c 0\n 242 311 225 324 217 335 c 1\n 217 199 l 1\n 598 199 l 1\n 598 121 l 1\n 216 121 l 1\n 216 0 l 1\n 123 0 l 1\n 123 121 l 1\n 36 121 l 1\n 36 199 l 1\n 123 199 l 1\n 123 523 l 2\n 123 554.171 126.88 576.541 138 596 c 0\n 153.882 643.646 184.136 673.935 228 699 c 0\n 263 718 307 728 361 728 c 0\n 476.581 728 547.522 677.195 580 596 c 0\n 587.474 571.709 592.521 550.57 594 521 c 1\n 594 367.559 516.555 275 371 275 c 0\n218 472 m 2\n 218 400.915 293.687 352 372 352 c 0\n 458 352 500 405 500 511 c 0\n 500 566 484 603 452 623 c 128\n 420 643 390 652 361 653 c 0\n 317.931 653 271.324 632.36 244 602 c 0\n 227 583 218 555 218 518 c 2\n 218 472 l 2\nEndSplineSet\nEndChar\nStartChar: uni0555\nEncoding: 1365 1365 800\nWidth: 778\nFlags: W\nHStem: -12 81<367 401> 647 82<383 401>\nVStem: 48 98<339 373> 635 98<357 373>\nFore\n391 -12 m 0\n 181.016 -12 51.2113 149.899 48 349 c 0\n 48 466 80 559 144 627 c 0\n 207 694 290 728 391 729 c 0\n 534.069 729 638.201 651.812 690 550 c 0\n 718 494 732 429 733 357 c 0\n 733 286 718 221 689 164 c 0\n 638.315 62.6295 527.889 -12 391 -12 c 0\n146 347 m 0\n 146 261 169 193 215 144 c 0\n 262 94 320 69 390 69 c 0\n 461 69 520 94 566 144 c 128\n 612 194 635 265 635 357 c 0\n 635 477.961 593.914 563.318 520 610 c 0\n 481 635 439 647 392 647 c 0\n 325 647 267 624 218 578 c 0\n 170 532 146 455 146 347 c 0\nEndSplineSet\nEndChar\nStartChar: uni0556\nEncoding: 1366 1366 801\nWidth: 716\nFlags: W\nHStem: -9 75<274 299 390 440> -8 21G<303 436> 435 71<246 264 264.016 297.987 390 456> 654 71<252 297>\nVStem: 86 69<566 584> 299 91<66 433 507 725> 578 95<198 298>\nFore\n436 433 m 2\n 390 433 l 1\n 390 67 l 1\n 436 67 l 2\n 482.335 67 520.472 84.4658 549 119 c 0\n 568 141 578 174 578 218 c 2\n 578 273 l 2\n 578 319 569 354 551 377 c 0\n 523.156 414.672 488.947 433 436 433 c 2\n155 578 m 0\n 155 523.557 201.76 506 264 506 c 1\n 275.277 506.388 288.373 504.961 298 507 c 1\n 298 653 l 1\n 279 653 l 1\n 257 654 l 2\n 195.874 654 155 635.616 155 578 c 0\n146 463 m 0\n 122.654 475.288 104.047 493.86 95 521 c 0\n 88.0523 534.895 86 554.072 86 576 c 0\n 86 619 95 650 115 672 c 0\n 153.927 717.073 211.847 725 295 725 c 2\n 390 725 l 1\n 390 508 l 1\n 436 508 l 2\n 553.816 508 623.945 456.858 659 374 c 0\n 664.733 354.891 671.593 326.135 673 298 c 1\n 673 212 l 2\n 673 129.748 627.86 62.6053 569 25 c 0\n 533 3 489 -7 436 -8 c 2\n 303 -8 l 1\n 276 -9 l 2\n 243 -9 208 -3 172 7 c 0\n 136 18 105 37 80 64 c 0\n 70 75 61 91 50 112 c 1\n 44.8018 131.493 39 149.79 39 175 c 1\n 132 175 l 1\n 132 154.588 134.148 139.164 143 125 c 1\n 149 111 166 98 191 84 c 1\n 216 72 252 66 299 66 c 1\n 299 434 l 1\n 254 435 l 2\n 240.109 435 229.603 436.755 215 440 c 0\n 190 444 168 452 146 463 c 0\nEndSplineSet\nEndChar\nStartChar: uni055A\nEncoding: 1370 1370 802\nWidth: 222\nFlags: W\nVStem: 61 94<620 723>\nFore\n61 621 m 1\n 61 723 l 1\n 155 723 l 1\n 155 643 l 2\n 155 599 150 568 140 548 c 0\n 126 523 104 504 74 489 c 1\n 53 523 l 1\n 87.1247 535.741 105.832 571.284 106 621 c 1\n 61 621 l 1\nEndSplineSet\nEndChar\nStartChar: uni055B\nEncoding: 1371 1371 803\nWidth: 133\nFlags: W\nFore\n24 588 m 1\n 112 718 l 1\n 153 718 l 1\n 49 588 l 1\n 24 588 l 1\nEndSplineSet\nEndChar\nStartChar: uni055C\nEncoding: 1372 1372 804\nWidth: 325\nFlags: W\nHStem: 639 46<116 116 116 216> 640 42<210 216>\nFore\n116 639 m 2\n 66.7095 639 51.1876 613.599 31 585 c 1\n 23 632 l 1\n 26 637 31 643 40 651 c 1\n 45 657 56 665 72 674 c 0\n 86 681 101 685 116 685 c 2\n 150 685 l 1\n 169 684 l 1\n 210 682 l 2\n 250.599 682 280.269 708.269 302 730 c 1\n 302 685 l 1\n 283.068 664.716 260.749 642.797 216 640 c 1\n 138 640 l 1\n 116 639 l 2\nEndSplineSet\nEndChar\nStartChar: uni055D\nEncoding: 1373 1373 805\nWidth: 333\nFlags: W\nHStem: 583 137<43 227>\nFore\n227 583 m 1\n 156 583 l 1\n 43 720 l 1\n 161 720 l 1\n 227 583 l 1\nEndSplineSet\nEndChar\nStartChar: uni055E\nEncoding: 1374 1374 806\nWidth: 344\nFlags: W\nHStem: 595 41<206 221.347> 665 20G<114 158> 739 43<176 202>\nVStem: 21 47<609 631.822> 255 45<683 699.017>\nFore\n255 684 m 0\n 255 738.347 222.848 735.797 178 739 c 1\n 132 739 103 726 88 700 c 0\n 75 675 68 645 68 609 c 1\n 21 609 l 1\n 21 639 l 1\n 31.356 701.136 48.2296 735.638 101 763 c 0\n 125.968 775.484 162.208 782 202 782 c 0\n 271.089 782 300 756.258 300 683 c 0\n 300 624.431 259.785 595 204 595 c 0\n 147.662 595 114 620.482 114 685 c 1\n 158 685 l 1\n 158 649.826 170.753 638.203 206 636 c 0\n 238.552 636 253.145 645.049 255 684 c 0\nEndSplineSet\nEndChar\nStartChar: uni0561\nEncoding: 1377 1377 807\nWidth: 833\nFlags: W\nHStem: -10 76<226 247 532 552> 1 21G<689 768>\nVStem: 65 88<162 519> 372 88<193 520> 689 79<1 520>\nFore\n226 -10 m 0\n 117.9 -10 66.8996 50.0258 65 164 c 1\n 65 520 l 1\n 153 520 l 1\n 153 193 l 2\n 153 127.366 157.061 104.02 192 80 c 0\n 207 71 225 66 245 66 c 0\n 281 66 311 78 335 102 c 0\n 360 126 372 165 372 219 c 2\n 372 520 l 1\n 460 520 l 1\n 460 183 l 2\n 460 110.939 482.304 66 552 66 c 0\n 575 66 597 72 619 84 c 1\n 664.507 113.58 680 166.215 680 251 c 2\n 680 520 l 1\n 768 520 l 1\n 768 1 l 1\n 689 1 l 1\n 689 74 l 1\n 662.678 28.8764 603.634 -10 532 -10 c 0\n 454.978 -10 405.392 22.8249 386 81 c 1\n 345 20 292 -10 226 -10 c 0\nEndSplineSet\nEndChar\nStartChar: uni0562\nEncoding: 1378 1378 808\nWidth: 556\nFlags: W\nHStem: 0 96<162 493> 454 75<297 317>\nVStem: 74 79<-211 518> 74 88<-211 0 -211 302> 407 88<189 334>\nFore\n495 189 m 1\n 407 189 l 1\n 407 287 l 2\n 407 335 405 366 401 379 c 0\n 391.344 423.419 354.289 454 300 454 c 0\n 242.434 454 196.155 421.535 177 378 c 0\n 167 355 163 321 162 277 c 1\n 163 96 l 1\n 493 96 l 1\n 493 0 l 1\n 163 0 l 1\n 162 -211 l 1\n 74 -211 l 1\n 74 518 l 1\n 153 518 l 1\n 153 441 l 1\n 193 500 248 529 317 529 c 0\n 376.676 529 433.521 502.175 462 468 c 0\n 485.868 436.177 495 382.613 495 320 c 2\n 495 189 l 1\nEndSplineSet\nEndChar\nStartChar: uni0563\nEncoding: 1379 1379 809\nWidth: 572\nFlags: W\nHStem: -12 73<252 267> 0 21G<484 561> 461 69<252 276>\nVStem: 35 90<238 288> 397 164<-208 79> 405 79<238 519>\nFore\n254 530 m 0\n 331.578 530 369.659 500.478 405 451 c 1\n 405 519 l 1\n 485 519 l 1\n 484 79 l 1\n 561 79 l 1\n 561 0 l 1\n 484 0 l 1\n 484 -209 l 1\n 397 -208 l 1\n 397 54 l 1\n 369.045 18.5903 322.779 -9.94069 261 -12 c 0\n 221 -12 183 0 146 22 c 0\n 78.2725 64.5716 35 153.443 35 263 c 0\n 35 373.758 72.8298 451.914 138 496 c 0\n 172 519 210 530 254 530 c 0\n405 256 m 0\n 405 323 391 374 362 409 c 128\n 333 444 300 461 263 461 c 128\n 226 461 194 445 166 412 c 0\n 139 379 125 330 125 264 c 0\n 125 195 138 145 166 111 c 0\n 194 78 227 61 267 61 c 0\n 305 61 337 76 365 108 c 0\n 392 140 405 189 405 256 c 0\nEndSplineSet\nEndChar\nStartChar: uni0564\nEncoding: 1380 1380 810\nWidth: 581\nFlags: W\nHStem: 0 62<467 567> 440 75<300 321>\nVStem: 73 83<0 505> 73 86<0 288> 381 86<-209 0 -209 385> 381 186<-209 62>\nFore\n321 515 m 0\n 398.213 515 433.963 483.508 458 432 c 1\n 463 417 466 401 467 385 c 1\n 467 62 l 1\n 567 62 l 1\n 567 0 l 1\n 467 0 l 1\n 467 -209 l 1\n 381 -209 l 1\n 381 347 l 2\n 381 409 354 439 301 440 c 0\n 200.516 440 161.122 363.352 159 270 c 1\n 159 0 l 1\n 73 0 l 1\n 73 505 l 1\n 156 505 l 1\n 156 425 l 1\n 172 447 186 463 196 474 c 0\n 215.781 496.254 270.655 515 321 515 c 0\nEndSplineSet\nEndChar\nStartChar: uni0565\nEncoding: 1381 1381 811\nWidth: 550\nFlags: W\nHStem: -11 76<237 258> 0 21G<402 481> 427 92<148 486>\nVStem: 60 88<200 427 200 721> 402 79<0 333>\nFore\n481 0 m 1\n 402 0 l 1\n 402 74 l 1\n 364 18 310 -11 237 -11 c 0\n 174.921 -11 120.665 11.4545 93 49 c 0\n 81 66 72 88 65 115 c 1\n 62.0433 142.043 60.9473 170.947 60 200 c 1\n 60 719 l 1\n 149 721 l 1\n 149 520 l 1\n 486 519 l 1\n 486 427 l 1\n 149 427 l 1\n 148 204 l 1\n 148 138.652 156.729 106.117 194 82 c 0\n 212 71 232 65 256 65 c 0\n 293 65 325 77 353 100 c 0\n 380 124 394 168 394 236 c 2\n 394 333 l 1\n 481 333 l 1\n 481 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0566\nEncoding: 1382 1382 812\nWidth: 588\nFlags: W\nHStem: -209 58<478 578> -14 70<243 270> 449 69<249 272>\nVStem: 42 89<238 272> 394 85<-209 505> 397 82<247 275.973 451 505>\nFore\n42 245 m 0\n 42 393.413 116.316 518 257 518 c 0\n 298 518 330 510 353 493 c 0\n 375 477 390 463 397 451 c 1\n 397 505 l 1\n 479 505 l 1\n 479 -151 l 1\n 578 -151 l 1\n 578 -209 l 1\n 394 -209 l 1\n 394 62 l 1\n 367.266 19.9891 314.838 -14 243 -14 c 0\n 144.253 -14 97.1351 48.8034 65 122 c 1\n 58.9097 141.91 53.3418 162.342 48 183 c 1\n 44 206 42 227 42 245 c 0\n270 56 m 0\n 353.166 56 394.622 156.634 397 247 c 0\n 397 350.825 359.656 449 265 449 c 0\n 166.086 449 131 351.743 131 249 c 0\n 131 165.353 163.435 84.8548 229 63 c 0\n 242 59 255 57 270 56 c 0\nEndSplineSet\nEndChar\nStartChar: uni0567\nEncoding: 1383 1383 813\nWidth: 448\nFlags: W\nHStem: -20 20G<94 242> 401 77<180 357>\nVStem: 94 86<0 401 0 721> 242 76<-119 74>\nFore\n318 74 m 1\n 318 -121 l 1\n 243 -119 l 1\n 242 0 l 1\n 94 0 l 1\n 94 721 l 1\n 180 721 l 1\n 180 478 l 1\n 357 478 l 1\n 357 401 l 1\n 180 401 l 1\n 180 74 l 1\n 318 74 l 1\nEndSplineSet\nEndChar\nStartChar: uni0568\nEncoding: 1384 1384 814\nWidth: 556\nFlags: W\nHStem: -208 92<151 480> -1 21G<396 484> 454 75<286 307>\nVStem: 63 79<-206 518> 63 88<-206 289> 396 88<-1 337>\nFore\n484 -1 m 1\n 396 -1 l 1\n 396 287 l 2\n 396 335 395 366 391 379 c 0\n 381.403 423.145 343.198 454 289 454 c 0\n 232.97 454 184.567 421.916 167 378 c 0\n 157 355 152 321 151 277 c 1\n 152 -116 l 1\n 480 -116 l 1\n 480 -208 l 1\n 63 -206 l 1\n 63 518 l 1\n 142 518 l 1\n 142 441 l 1\n 182 500 237 529 307 529 c 0\n 364.484 529 424.206 502.45 451 468 c 0\n 463 452 472 431 479 402 c 0\n 481.81 379.521 484 349.583 484 320 c 2\n 484 -1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0569\nEncoding: 1385 1385 815\nWidth: 568\nFlags: W\nHStem: -15 65<360 373> 215 61<345 439> 457 61<293 306>\nVStem: 68 81<-221 300 -221 505> 208 67<114 126> 439 66<275 353> 442 64<131.37 214> 442 112<151 273>\nFore\n208 126 m 0\n 208 206.706 265.761 274.08 356 276 c 2\n 439 276 l 1\n 439 341 l 1\n 433.713 415.02 387.924 454.659 306 457 c 0\n 289 457 271 455 253 451 c 1\n 220 437 196 418 182 395 c 0\n 164.486 366.977 151.353 337.644 149 300 c 1\n 149 -220 l 1\n 68 -221 l 1\n 70 505 l 1\n 148 505 l 1\n 148 440 l 1\n 154 452 167 468 189 488 c 0\n 201.375 500.375 238.801 514.292 261 516 c 2\n 293 518 l 1\n 363.008 518 419.753 506.261 454 470 c 0\n 481.755 438.776 505 405.901 505 353 c 2\n 505 273 l 1\n 554 273 l 1\n 554 213 l 1\n 506 213 l 1\n 506 150 l 2\n 506 107 496 71 473 41 c 1\n 447 4 409 -14 360 -15 c 0\n 271.223 -15 208 37.1075 208 126 c 0\n360 50 m 0\n 414.713 50 442 90.4524 442 151 c 2\n 442 215 l 1\n 347 215 l 2\n 300.032 215 277.493 172.863 275 123 c 0\n 275 79.4249 314.086 50 360 50 c 0\nEndSplineSet\nEndChar\nStartChar: uni056A\nEncoding: 1386 1386 816\nWidth: 582\nFlags: W\nHStem: -14 21G<250 264> -10 66<220 272> 443 68<483 582> 446 66<255 395>\nVStem: 48 90<241 258> 395 89<511 723> 398 184<443 445.875>\nFore\n48 258 m 0\n 48 384.909 116.361 512 255 512 c 2\n 395 512 l 1\n 395 723 l 1\n 484 723 l 1\n 484 511 l 1\n 582 511 l 1\n 582 443 l 1\n 484 443 l 1\n 484 210 l 2\n 484 114.022 441.882 52.9892 379 16 c 0\n 347 -4 309 -14 264 -14 c 2\n 250 -14 l 2\n 243 -13 237 -13 232 -12 c 0\n 228 -12 224 -11 220 -10 c 0\n 208.921 -10 188.18 -0.393465 178 3 c 0\n 170 6 162 11 152 19 c 1\n 86.7513 61.8195 48 148.447 48 258 c 0\n398 446 m 1\n 276 446 l 2\n 173.895 446 140.761 360.914 138 256 c 0\n 138 196 148 148 169 111 c 0\n 189 75 224 57 272 56 c 0\n 315.983 56 347.499 78.6355 367 107 c 0\n 377 124 385 146 390 172 c 1\n 404.426 251.575 395.68 354.319 398 446 c 1\nEndSplineSet\nEndChar\nStartChar: uni056B\nEncoding: 1387 1387 817\nWidth: 545\nFlags: W\nHStem: 0 21G<400 488> 455 75<289 309>\nVStem: 66 88<-205 308 -205 716> 400 88<0 340>\nFore\n66 -205 m 1\n 66 716 l 1\n 154 716 l 1\n 154 459 l 1\n 195 506 247 530 309 530 c 0\n 404.365 530 469.727 488.911 483 396 c 0\n 486 376 488 354 488 329 c 2\n 488 0 l 1\n 400 0 l 1\n 400 329 l 2\n 400 411.804 366.799 452.894 291 455 c 0\n 235.113 455 188.515 422.577 169 380 c 0\n 159 356 154 324 154 284 c 2\n 154 -205 l 1\n 66 -205 l 1\nEndSplineSet\nEndChar\nStartChar: uni056C\nEncoding: 1388 1388 818\nWidth: 301\nFlags: W\nHStem: -208 83<147 247>\nVStem: 60 87<-208 519>\nFore\n247 -125 m 1\n 247 -208 l 1\n 61 -208 l 1\n 60 519 l 1\n 147 519 l 1\n 148 -125 l 1\n 247 -125 l 1\nEndSplineSet\nEndChar\nStartChar: uni056D\nEncoding: 1389 1389 819\nWidth: 799\nFlags: W\nHStem: -13 76<482 501> -1 21G<647 726> 439 81<151 304>\nVStem: 66 85<-210 439 -210 713> 647 79<-1 518>\nFore\n304 439 m 1\n 151 439 l 1\n 151 -210 l 1\n 66 -210 l 1\n 66 713 l 1\n 151 713 l 1\n 151 520 l 1\n 393 520 l 1\n 393 202 l 2\n 393 136.395 401.813 104.791 439 80 c 0\n 457 69 477 64 500 63 c 0\n 538 63 570 75 597 99 c 0\n 625 122 638 167 638 234 c 2\n 638 518 l 1\n 726 518 l 1\n 726 -1 l 1\n 647 -1 l 1\n 647 73 l 1\n 609 16 554 -12 482 -13 c 0\n 419.859 -13 364.93 10.4522 338 47 c 0\n 326 65 316 87 310 113 c 1\n 297.78 211.446 306.658 330.991 304 439 c 1\nEndSplineSet\nEndChar\nStartChar: uni056E\nEncoding: 1390 1390 820\nWidth: 556\nFlags: W\nHStem: -14 70<266 285> 446 64<377 523>\nVStem: 43 90<241 275> 207 76<627 629> 398 82<259 265>\nFore\n269 -14 m 0\n 173.204 -14 111.205 40.9721 74 112 c 1\n 54 154 43 202 43 258 c 1\n 43.0618 279.938 45.4604 299.54 49 318 c 1\n 50 328 51 333 52 335 c 0\n 52 336.965 61.0263 364.053 62 366 c 0\n 63 368 64 373 68 380 c 1\n 83 419 107 452 138 478 c 128\n 169 504 206 517 249 517 c 2\n 271 518 l 1\n 261 525 248 538 231 559 c 0\n 215 579 208 601 207 627 c 0\n 207 667 235 706 292 742 c 1\n 343 690 l 1\n 303 675 284 655 283 628 c 0\n 283 610 292 591 309 570 c 0\n 326 550 348 530 377 510 c 1\n 523 510 l 1\n 523 446 l 1\n 421 446 l 1\n 425 443 431 436 439 424 c 0\n 454.286 403.619 471.742 342.891 478 297 c 0\n 479 287 479 276 480 264 c 0\n 480 252 480 239 481 225 c 0\n 481 95.6024 401.37 -14 269 -14 c 0\n272 56 m 0\n 355.451 56 381.82 125.285 395 207 c 1\n 396.534 223.799 397.528 241.139 398 259 c 1\n 398 318.716 379.315 389.58 352 426 c 0\n 338.953 442.309 319.131 456 297 456 c 0\n 171.914 456 133 385.496 133 256 c 0\n 133 144.626 168.693 56 272 56 c 0\nEndSplineSet\nEndChar\nStartChar: uni056F\nEncoding: 1391 1391 821\nWidth: 554\nFlags: W\nHStem: -5 76<249 269>\nVStem: 71 88<197 721> 406 88<-211 521>\nFore\n494 -211 m 1\n 406 -210 l 1\n 406 66 l 1\n 365 19 313 -4 250 -5 c 0\n 172.426 -5 115.279 25.5533 90 80 c 0\n 78 108 72 146 71 197 c 1\n 71 721 l 1\n 159 721 l 1\n 159 197 l 2\n 159 114.817 192.671 71 269 71 c 0\n 325.616 71 370.977 102.765 390 146 c 0\n 400 169 406 201 406 242 c 2\n 406 521 l 1\n 494 521 l 1\n 494 -211 l 1\nEndSplineSet\nEndChar\nStartChar: uni0570\nEncoding: 1392 1392 822\nWidth: 533\nFlags: W\nHStem: 0 21G<66 154 400 488> 455 75<289 309>\nVStem: 66 88<0 305 0 716> 400 88<0 353>\nFore\n66 0 m 1\n 66 716 l 1\n 154 716 l 1\n 154 459 l 1\n 195 506 247 530 309 530 c 0\n 404.365 530 469.727 488.911 483 396 c 0\n 486 376 488 354 488 329 c 2\n 488 0 l 1\n 400 0 l 1\n 400 329 l 2\n 400 411.804 366.799 452.894 291 455 c 0\n 235.113 455 188.515 422.577 169 380 c 0\n 159 356 154 324 154 284 c 2\n 154 0 l 1\n 66 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0571\nEncoding: 1393 1393 823\nWidth: 548\nFlags: W\nHStem: -14 70<257 282> 0 21G<395 472> 716 20G<208 280>\nVStem: 40 89<241 279> 395 77<0 276> 400 72<225 278>\nFore\n401 620 m 0\n 401 585.793 341.018 541.56 311 517 c 1\n 412.802 496.64 472 399.688 472 276 c 2\n 472 0 l 1\n 395 0 l 1\n 395 63 l 1\n 390 50 376 34 354 15 c 0\n 333 -4 302 -14 260 -14 c 0\n 210.759 -14 180.271 -2.51395 148 19 c 0\n 115 41 88 73 69 115 c 1\n 51.8873 155.568 40 201.875 40 260 c 0\n 40 285.796 44.9129 305.356 53 328 c 0\n 56.7895 341.895 64.098 360.163 76 380 c 0\n 83.8067 393.011 94.339 410.339 104 420 c 0\n 128 453 162 485 207 518 c 0\n 263 558 295 586 304 602 c 1\n 304 604 291 607 262 610 c 0\n 235 613 213 617 196 621 c 0\n 180 625 170 633 167 645 c 1\n 167 679.509 193.115 718.989 208 736 c 1\n 280 736 l 1\n 278 728 274 719 268 709 c 128\n 262 699 259 692 259 688 c 0\n 259 682 264 677 274 673 c 1\n 330 665 l 1\n 348.426 665 362.031 662.492 376 659 c 1\n 392.676 652.33 401 646.403 401 620 c 0\n129 256 m 0\n 129 152.98 168.482 58.2115 268 56 c 0\n 339.199 56 373.672 110.542 392 176 c 0\n 394.427 192.989 400 223.24 400 243 c 0\n 400 249 400 254 401 258 c 0\n 401 315.74 389.591 364.503 364 396 c 1\n 347.578 425.559 312.807 453 272 453 c 2\n 260 453 l 2\n 256 453 251 452 244 449 c 0\n 219 442 193 421 167 384 c 0\n 142 348 129 306 129 256 c 0\nEndSplineSet\nEndChar\nStartChar: uni0572\nEncoding: 1394 1394 824\nWidth: 552\nFlags: W\nHStem: -209 63<431 532> 0 21G<39 125> 440 75<264 286>\nVStem: 39 82<0 505> 39 86<0 302> 347 85<-209 385>\nFore\n532 -209 m 1\n 347 -209 l 1\n 347 347 l 2\n 347 409 320 439 266 440 c 0\n 196.189 440 159.442 405.731 138 357 c 0\n 131.838 340.054 127.934 322.537 125 302 c 1\n 125 0 l 1\n 39 0 l 1\n 39 505 l 1\n 121 505 l 1\n 121 422 l 1\n 137.681 442.684 157.794 469.635 177 485 c 0\n 200.969 502.432 240.644 515 286 515 c 0\n 337.992 515 372.348 501.594 396 474 c 0\n 416.655 451.624 432 423.336 432 385 c 2\n 432 -146 l 1\n 532 -146 l 1\n 532 -209 l 1\nEndSplineSet\nEndChar\nStartChar: uni0573\nEncoding: 1395 1395 825\nWidth: 552\nFlags: W\nHStem: 0 70<138 496>\nVStem: 43 95<31 70>\nFore\n507 683 m 1\n 442.216 619.45 381.276 552.058 319 486 c 1\n 411.892 383.36 476.683 261.085 495 87 c 1\n 495 77.6175 498 37.3287 498 31 c 1\n 497 10 l 1\n 497 5 497 2 496 0 c 1\n 45 0 l 1\n 44.2313 10.2313 43.5856 20.5857 43 31 c 1\n 43 106.414 61.8926 179.678 82 240 c 0\n 86 251 91 264 98 277 c 1\n 124 340 160 401 205 461 c 1\n 141 510 l 1\n 190 574 l 1\n 252 524 l 1\n 311.186 594.891 390.274 675.764 458 731 c 1\n 507 683 l 1\n422 70 m 1\n 410.76 153.363 390.596 234.789 354 301 c 1\n 350 312 345 321 339 331 c 0\n 329 350 317 368 304 385 c 0\n 285 410 274 422 271 422 c 1\n 270 419 268 417 267 415 c 0\n 228.614 359.165 199.818 302.751 173 235 c 0\n 149 173 138 119 138 70 c 1\n 422 70 l 1\nEndSplineSet\nEndChar\nStartChar: uni0574\nEncoding: 1396 1396 826\nWidth: 544\nFlags: W\nHStem: -10 75<220 241> 0 21G<385 469> 657 68<354 465>\nVStem: 73 86<115 505> 244 83<629 640> 385 84<0 423>\nFore\n244 640 m 0\n 244 715.714 316.984 725 388 725 c 2\n 452 725 l 0\n 457 725 461 725 465 724 c 1\n 465 656 l 1\n 381 657 l 2\n 350.45 657 333.729 656.43 327 634 c 1\n 327 615.508 339.114 601.885 354 587 c 2\n 403 538 l 1\n 432.404 507.371 469 472.725 469 414 c 2\n 469 0 l 1\n 385 0 l 1\n 385 56 l 1\n 329 20 l 1\n 307.517 2.81347 262.463 -10 220 -10 c 0\n 152.146 -10 116.157 16.3095 89 56 c 1\n 81.0932 73.0931 73.1878 90.1879 73 115 c 1\n 73 505 l 1\n 159 505 l 1\n 159 153 l 2\n 159 94.5475 182.387 65 239 65 c 0\n 323.524 65 368.338 107.03 380 177 c 0\n 382 188 383 201 384 214 c 1\n 384 417 l 2\n 384 437 378 453 368 466 c 0\n 357 480 340 497 315 518 c 0\n 292 539 274 558 262 576 c 128\n 250 594 244 615 244 640 c 0\nEndSplineSet\nEndChar\nStartChar: uni0575\nEncoding: 1397 1397 827\nWidth: 222\nFlags: W\nHStem: -210 77<1 25>\nVStem: 65 88<-51 519>\nFore\n12 -133 m 0\n 65.8529 -133 65 -82.2171 65 -26 c 2\n 65 519 l 1\n 153 519 l 1\n 153 -28 l 2\n 153 -147.801 124.096 -210 23 -210 c 0\n -2 -210 -25 -208 -46 -201 c 1\n -29 -126 l 1\n -10 -131 3 -133 12 -133 c 0\nEndSplineSet\nEndChar\nStartChar: uni0576\nEncoding: 1398 1398 828\nWidth: 544\nFlags: W\nHStem: 0 21G<386 466> 665 61<256 321>\nVStem: 73 84<112 537> 386 80<0 505>\nFore\n466 0 m 1\n 386 0 l 1\n 386 83 l 1\n 358 53 l 1\n 337.415 28.0044 321.999 6.09074 283 -1 c 0\n 264 -7 243 -9 220 -10 c 0\n 197.687 -10 174.028 -5.00737 155 0 c 1\n 138 9 l 2\n 108.287 26.5574 91.1508 48.3147 78 79 c 1\n 73 112 l 1\n 74 537 l 1\n 74 591.841 107.073 653.461 139 684 c 0\n 169 712 208 726 256 726 c 2\n 321 726 l 1\n 321 665 l 1\n 233.677 665 187.054 649.163 168 592 c 0\n 164.715 578.861 160.406 556.247 158 537 c 0\n 158 529 158 521 157 511 c 1\n 157 148 l 2\n 157 104.68 174.411 82.2945 203 68 c 0\n 212 63 224 62 237 61 c 0\n 244 61 251 62 259 63 c 0\n 282.73 63 306.201 74.3823 322 83 c 0\n 356.688 105.074 369.763 148.735 379 198 c 1\n 379 505 l 1\n 466 505 l 1\n 466 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0577\nEncoding: 1399 1399 829\nWidth: 456\nFlags: W\nHStem: -209 61<212 392> 432 78<218 230>\nVStem: 53 89<-128 -114> 317 75<318 338>\nFore\n317 322 m 0\n 317 374.111 274.753 432 218 432 c 0\n 184 432 152 414 121 376 c 1\n 78 434 l 1\n 113.096 477.452 158.627 507.524 223 510 c 0\n 315.389 510 392 430.682 392 338 c 0\n 392 296 379 255 352 215 c 2\n 324 173 l 1\n 290 125 l 1\n 252.726 72.8159 184.594 -23.77 166 -56 c 0\n 150 -81 142 -102 142 -117 c 1\n 145 -138 177 -148 238 -148 c 2\n 250 -148 l 1\n 293.272 -144.786 344.883 -146.411 393 -146 c 1\n 393 -209 l 1\n 266 -209 l 2\n 199.931 -209 179.681 -207.64 136 -204 c 1\n 126 -202 l 2\n 123 -202 120 -201 116 -199 c 0\n 110 -198 105 -197 102 -194 c 1\n 88 -189 77 -182 68 -172 c 1\n 63 -163 58 -148 53 -128 c 1\n 53 -110 58 -92 68 -71 c 1\n 128.061 31.9197 202.537 123.582 268 222 c 1\n 305 278 l 2\n 313 291 317 305 317 322 c 0\nEndSplineSet\nEndChar\nStartChar: uni0578\nEncoding: 1400 1400 830\nWidth: 556\nFlags: W\nHStem: -1 21G<69 157 402 490> 454 75<292 313>\nVStem: 69 79<-1 518> 69 88<-1 289> 402 88<-1 336>\nFore\n490 -1 m 1\n 402 -1 l 1\n 402 287 l 2\n 402 335 400 366 396 379 c 1\n 388.317 423.179 348.24 454 295 454 c 0\n 238.348 454 191.115 421.442 172 378 c 0\n 163 355 158 321 157 277 c 1\n 157 -1 l 1\n 69 -1 l 1\n 69 518 l 1\n 148 518 l 1\n 148 441 l 1\n 188 500 243 529 313 529 c 0\n 370.934 529 428.342 502.389 457 468 c 0\n 481.271 435.638 490 382.863 490 320 c 2\n 490 -1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0579\nEncoding: 1401 1401 831\nWidth: 390\nFlags: W\nHStem: -209 61<194 356>\nVStem: 35 89<-109 -102> 85 91<332 344> 219 88<191 199>\nDStem: 213 174 284 143 74 -21 215 49\nFore\n357 -209 m 1\n 250 -209 l 2\n 200 -209 166 -208 147 -206 c 0\n 124.11 -206 116.019 -202.56 100 -199 c 1\n 82.1229 -192.382 64.8514 -185.677 54 -172 c 1\n 46.3255 -161.135 36.1734 -133.638 35 -109 c 1\n 35 -77.4458 57.3503 -43.1995 74 -21 c 1\n 213 174 l 1\n 216.188 178.478 218.089 184.245 219 191 c 1\n 219 216.445 178.255 244.83 157 259 c 0\n 140 271 125 283 111 295 c 0\n 98 307 89 319 85 332 c 1\n 85 347 100 376 129 421 c 1\n 152.764 454.903 176.898 488.435 202 521 c 1\n 288 502 l 1\n 217 417 l 2\n 190 382 176 358 176 344 c 0\n 176 341 176 339 178 338 c 2\n 239 284 l 2\n 264 263 282 246 292 234 c 128\n 302 222 307 210 307 197 c 0\n 307 183 300 165 284 143 c 2\n 215 49 l 1\n 188.102 12.0807 153.883 -31.8435 133 -71 c 0\n 127 -83 124 -94 124 -104 c 1\n 126 -117 l 1\n 131 -138 163 -148 220 -148 c 2\n 231 -148 l 1\n 236.302 -147.302 241.804 -146.804 248 -147 c 1\n 256 -147 l 2\n 291.735 -147 320.622 -146 357 -146 c 1\n 357 -209 l 1\nEndSplineSet\nEndChar\nStartChar: uni057A\nEncoding: 1402 1402 832\nWidth: 833\nFlags: W\nHStem: -10 76<226 247 532 552>\nVStem: 65 88<154 520> 372 88<193 520> 689 79<-213 520>\nFore\n226 -10 m 0\n 117.9 -10 66.8996 50.0258 65 164 c 1\n 65 520 l 1\n 153 520 l 1\n 153 193 l 2\n 153 127.366 157.061 104.02 192 80 c 0\n 207 71 225 66 245 66 c 0\n 281 66 311 78 335 102 c 0\n 360 126 372 165 372 219 c 2\n 372 520 l 1\n 460 520 l 1\n 460 183 l 2\n 460 110.939 482.304 66 552 66 c 0\n 575 66 597 72 619 84 c 1\n 664.507 113.58 680 166.215 680 251 c 2\n 680 520 l 1\n 768 520 l 1\n 768 -213 l 1\n 689 -213 l 1\n 689 74 l 1\n 662.678 28.8764 603.634 -10 532 -10 c 0\n 454.978 -10 405.392 22.8249 386 81 c 1\n 345 20 292 -10 226 -10 c 0\nEndSplineSet\nEndChar\nStartChar: uni057B\nEncoding: 1403 1403 833\nWidth: 509\nFlags: W\nHStem: -209 61<254 294 294.198 413> 458 73<234 272> 458 74<229 239>\nVStem: 38 66<311 333> 82 89<-137 -112> 199 54<52 64> 392 71<286 320>\nFore\n45 393 m 0\n 60.2114 450.803 97.6682 486.288 150 511 c 0\n 181 525 210 532 239 532 c 2\n 272 531 l 2\n 282.891 531 293.303 528.479 302 525 c 0\n 321 521 339 514 356 503 c 1\n 418.481 469.922 460.826 403.303 463 312 c 0\n 463 280.976 461.466 266.13 454 240 c 0\n 429.008 148.361 373.694 78.9824 304 18 c 2\n 249 -26 l 2\n 227 -44 209 -61 193 -76 c 0\n 179 -90 171 -102 171 -112 c 0\n 171 -136 208 -147 283 -148 c 2\n 294 -148 l 1\n 299.302 -147.302 304.804 -146.804 311 -147 c 1\n 319 -147 l 2\n 352.385 -147 378.978 -146 413 -146 c 1\n 413 -209 l 1\n 266 -209 l 1\n 218 -209 184 -208 163 -206 c 0\n 121.533 -201.635 89.7431 -183.459 82 -137 c 1\n 82 -105.874 111.396 -77.5385 129 -57 c 1\n 148.392 -36.396 170.253 -11.4502 185 10 c 0\n 194 24 199 38 199 52 c 0\n 199 78 186 104 157 130 c 2\n 118 165 l 1\n 82 195 l 2\n 56.6475 216.127 38 282.724 38 333 c 1\n 40 364 l 1\n 40 368 40 373 42 378 c 1\n 42 383 43 388 45 393 c 0\n234 458 m 0\n 152.417 458 109.417 403.835 104 328 c 0\n 104 292.097 114.747 275.88 130 253 c 0\n 141.971 233.846 154.405 220.595 174 201 c 1\n 215.474 169.891 252.03 125.748 253 53 c 1\n 256 55 261 60 268 67 c 2\n 292 93 l 2\n 310.578 111.578 349.071 163.525 362 191 c 0\n 382 229 392 268 392 307 c 0\n 392 318.396 391.054 329.785 389 338 c 0\n 389 348.778 387.667 352.666 383 362 c 0\n 371.905 399.724 354.302 425.447 312 442 c 0\n 286 453 261 458 234 458 c 0\nEndSplineSet\nEndChar\nStartChar: uni057C\nEncoding: 1404 1404 834\nWidth: 547\nFlags: W\nHStem: -2 78<268 444> -2 81<329 444> -1 21G<80 168> 454 75<301 323>\nVStem: 80 79<-1 518> 80 88<-1 310> 418 85<333 355>\nFore\n415 308 m 0\n 417 319 418 329 418 338 c 0\n 418 383.247 399.912 413.066 372 434 c 0\n 354 447 333 453 306 454 c 0\n 248.654 454 202.445 422.193 183 378 c 0\n 173 355 168 321 168 277 c 2\n 168 -1 l 1\n 80 -1 l 1\n 80 518 l 1\n 159 518 l 1\n 159 441 l 1\n 199 500 253 529 323 529 c 0\n 381.788 529 440.581 501.294 468 468 c 0\n 475 459 482 441 490 414 c 0\n 499 387 502 368 503 355 c 0\n 503 320.96 499.188 302.858 487 275 c 0\n 480 256 470 236 458 216 c 0\n 449 202 444 195 441 193 c 1\n 329 79 l 1\n 445 79 l 1\n 444 -2 l 1\n 268 -1 l 1\n 268 76 l 1\n 270 76 280 86 301 108 c 0\n 351.238 160.247 399.008 228.041 415 308 c 0\nEndSplineSet\nEndChar\nStartChar: uni057D\nEncoding: 1405 1405 835\nWidth: 533\nFlags: W\nHStem: -12 76<241 261> 0 21G<406 484>\nVStem: 64 88<179 519> 406 78<0 519>\nFore\n406 0 m 1\n 406 76 l 1\n 366 18 311 -12 241 -12 c 0\n 183.715 -12 123.496 16.8268 97 49 c 0\n 84 66 75 88 69 115 c 0\n 66.5383 137.155 64 166.866 64 197 c 2\n 64 519 l 1\n 152 519 l 1\n 152 231 l 2\n 152 182 153 151 157 138 c 0\n 166.853 94.6472 203.818 64 259 64 c 0\n 317.101 64 362.707 96.0976 381 140 c 0\n 391 163 396 197 396 241 c 2\n 396 519 l 1\n 484 519 l 1\n 484 0 l 1\n 406 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni057E\nEncoding: 1406 1406 836\nWidth: 610\nFlags: W\nHStem: -211 75<492 580> -5 76<249 269>\nVStem: 71 88<197 521> 406 86<-210 716>\nFore\n406 -210 m 1\n 406 66 l 1\n 365 19 313 -4 250 -5 c 0\n 172.426 -5 115.279 25.5533 90 80 c 0\n 78 108 72 146 71 197 c 1\n 71 521 l 1\n 159 521 l 1\n 159 197 l 2\n 159 114.817 192.671 71 269 71 c 0\n 325.616 71 370.977 102.765 390 146 c 0\n 400 169 406 201 406 242 c 2\n 406 716 l 1\n 494 716 l 1\n 492 -136 l 1\n 580 -136 l 1\n 580 -211 l 1\n 406 -210 l 1\nEndSplineSet\nEndChar\nStartChar: uni057F\nEncoding: 1407 1407 837\nWidth: 887\nFlags: W\nHStem: -13 76<250 270> -1 21G<415 499 744 832> 454 75<632 654>\nVStem: 73 88<178 518> 405 85<240 518> 415 84<-1 277> 744 88<-1 324>\nFore\n832 -1 m 1\n 744 -1 l 1\n 744 287 l 2\n 744 335 742 366 738 379 c 0\n 728.344 423.419 691.289 454 637 454 c 0\n 579.654 454 533.445 422.193 514 378 c 0\n 504 355 500 321 499 277 c 1\n 499 -1 l 1\n 415 -1 l 1\n 415 75 l 1\n 375 17 320 -13 250 -13 c 0\n 191.948 -13 132.483 15.8415 106 48 c 0\n 93 65 84 87 78 114 c 0\n 75.5383 136.156 73 165.866 73 196 c 2\n 73 518 l 1\n 161 518 l 1\n 161 230 l 2\n 161 181 162 150 166 137 c 0\n 175.853 93.6472 212.818 63 268 63 c 0\n 325.594 63 371.996 95.7905 390 139 c 0\n 400 162 405 196 405 240 c 2\n 405 518 l 1\n 490 518 l 1\n 490 441 l 1\n 530 500 584 529 654 529 c 0\n 712.907 529 770.512 502.186 799 468 c 0\n 822.867 436.177 832 382.613 832 320 c 2\n 832 -1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0580\nEncoding: 1408 1408 838\nWidth: 556\nFlags: W\nHStem: -1 21G<402 490> 454 75<292 313>\nVStem: 69 79<-211 518> 69 88<-211 290> 402 88<-1 334>\nFore\n490 -1 m 1\n 402 -1 l 1\n 402 287 l 2\n 402 335 400 366 396 379 c 1\n 388.317 423.179 348.24 454 295 454 c 0\n 238.348 454 191.115 421.442 172 378 c 0\n 163 355 158 321 157 277 c 1\n 157 -211 l 1\n 69 -211 l 1\n 69 518 l 1\n 148 518 l 1\n 148 441 l 1\n 188 500 243 529 313 529 c 0\n 370.934 529 428.342 502.389 457 468 c 0\n 481.271 435.638 490 382.863 490 320 c 2\n 490 -1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0581\nEncoding: 1409 1409 839\nWidth: 545\nFlags: W\nHStem: -210 72<254 273> 0 73<252 273> 458 72<252 273>\nVStem: 32 91<253 287> 407 82<237 519>\nFore\n32 262 m 0\n 32 407.424 108.802 530 257 530 c 0\n 318 530 368 506 408 456 c 1\n 408 519 l 1\n 489 519 l 1\n 489 70 l 2\n 489 -10 481 -66 465 -100 c 0\n 434.477 -167.15 358.331 -210 255 -210 c 0\n 163.721 -210 89.8901 -179.744 63 -117 c 0\n 54 -97 50 -72 50 -43 c 1\n 135 -56 l 1\n 142.003 -116.694 191.283 -136.35 254 -138 c 0\n 335.328 -138 376.022 -106.925 394 -45 c 1\n 397 -26 399 12 400 68 c 1\n 362 23 314 0 256 0 c 0\n 109.698 0 34.0176 116.735 32 262 c 0\n123 269 m 0\n 123 201 136 151 163 120 c 0\n 190 88 224 73 265 73 c 0\n 304 73 338 88 366 120 c 0\n 393 151 407 199 407 266 c 0\n 407 329 393 377 365 409 c 128\n 337 441 303 458 263 458 c 0\n 224 458 191 442 163 410 c 0\n 136.247 381.19 123 328.945 123 269 c 0\nEndSplineSet\nEndChar\nStartChar: uni0582\nEncoding: 1410 1410 840\nWidth: 352\nFlags: W\nHStem: 0 62<160 287>\nVStem: 76 85<0 505>\nFore\n161 505 m 1\n 161 62 l 1\n 287 62 l 1\n 287 0 l 1\n 76 0 l 1\n 76 505 l 1\n 161 505 l 1\nEndSplineSet\nEndChar\nStartChar: uni0583\nEncoding: 1411 1411 841\nWidth: 853\nFlags: W\nHStem: -13 76<221 240> -1 21G<714 802> 454 75<605 625>\nVStem: 43 88<193 518> 376 84<240 723> 385 85<-206 277> 714 88<-1 339>\nFore\n625 529 m 0\n 684.18 529 741.556 502.133 770 468 c 1\n 781 452 790 431 797 402 c 0\n 799.692 380.464 802 350.492 802 320 c 2\n 802 -1 l 1\n 714 -1 l 1\n 714 287 l 2\n 714 335 713 366 709 379 c 0\n 699.403 423.145 661.198 454 607 454 c 0\n 550.986 454 504.249 421.747 485 378 c 0\n 475 355 470 321 470 277 c 2\n 470 -206 l 1\n 385 -206 l 1\n 385 75 l 1\n 345 17 291 -13 221 -13 c 0\n 163.38 -13 103.934 15.2948 77 48 c 0\n 51.1208 81.842 43 132.824 43 196 c 2\n 43 518 l 1\n 131 518 l 1\n 131 230 l 2\n 131 181 133 150 137 137 c 0\n 146.916 93.3699 182.737 63 238 63 c 0\n 297.084 63 342.825 95.379 361 139 c 0\n 371 162 375 196 376 240 c 1\n 376 723 l 1\n 460 723 l 1\n 460 441 l 1\n 500 500 555 529 625 529 c 0\nEndSplineSet\nEndChar\nStartChar: uni0584\nEncoding: 1412 1412 842\nWidth: 588\nFlags: W\nHStem: -124 58<25 125 211 520> 34 66<338 342> 449 69<328 359>\nVStem: 125 81<-66 505> 125 86<-209 -124 -66 99 -66 288> 479 88<254 288>\nFore\n341 34 m 0\n 283.126 34 239.461 62.1685 211 99 c 1\n 211 -66 l 1\n 520 -66 l 1\n 520 -124 l 1\n 211 -124 l 1\n 211 -209 l 1\n 125 -209 l 1\n 125 -124 l 1\n 25 -124 l 1\n 25 -66 l 1\n 125 -66 l 1\n 125 505 l 1\n 206 505 l 1\n 206 440 l 1\n 211 453 225 469 248 489 c 0\n 270 508 301 518 344 518 c 0\n 440.961 518 502.095 470.538 539 402 c 0\n 555.396 367.159 567 317.3 567 263 c 0\n 567 193.273 547.354 143.171 511 105 c 1\n 484.792 74.4242 441.154 47.8413 394 39 c 0\n 378 36 361 35 341 34 c 0\n479 273 m 0\n 479 380.11 445.734 449 339 449 c 0\n 297 449 266 434 244 401 c 0\n 222 370 211 327 211 273 c 0\n 211 182.188 257.078 103.678 338 100 c 0\n 345 100 352 100 357 101 c 0\n 444.583 101 479 184.054 479 273 c 0\nEndSplineSet\nEndChar\nStartChar: uni0585\nEncoding: 1413 1413 843\nWidth: 579\nFlags: W\nHStem: -12 73<274.253 307> 458 72<274.783 307>\nVStem: 50 90<259 277> 445 91<243 277>\nFore\n50 259 m 0\n 50 394.859 103.241 477.682 204 515 c 0\n 231 525 261 530 293 530 c 0\n 363 530 421 507 467 459 c 0\n 513 413 536 349 536 267 c 0\n 536 136.64 498.955 64.5254 418 20 c 0\n 380 -1 338 -11 293 -12 c 0\n 221 -12 162 11 117 58 c 0\n 72 104 50 171 50 259 c 0\n140 259 m 0\n 140 193 154 143 184 110 c 1\n 212 77 249 61 293 61 c 0\n 336 61 372 77 401 110 c 0\n 431 144 445 194 445 262 c 0\n 445 325 431 373 401 407 c 0\n 373 440 336 457 293 458 c 0\n 249 458 213 441 184 408 c 128\n 155 375 141 326 140 259 c 0\nEndSplineSet\nEndChar\nStartChar: uni0586\nEncoding: 1414 1414 844\nWidth: 690\nFlags: W\nHStem: -2 70<224 280 367 414> 0 68<212 280> 433 69<257 279 365 415> 659 66<257 365>\nVStem: 42 78<130.76 141.937> 89 83<574 592> 280 87<-209 -1 68 434 502 725> 540 83<238 288>\nFore\n89 580 m 0\n 89 674.614 154.369 711.526 250 724 c 1\n 286.784 725.883 326.655 724.678 365 725 c 1\n 365 502 l 1\n 426 502 l 2\n 540.566 502 596.908 423.461 617 323 c 0\n 621 304 623 284 623 263 c 0\n 623 153.44 590.19 74.7573 523 32 c 0\n 490 11 453 0 412 0 c 2\n 367 -1 l 1\n 367 -209 l 1\n 280 -209 l 1\n 280 -1 l 1\n 261.812 -1.55832 243.425 -2.28725 224 -2 c 1\n 212 0 l 2\n 204 0 195 1 185 3 c 2\n 166 8 l 2\n 136 15 108 29 82 50 c 0\n 55 72 42 102 42 142 c 1\n 120 142 l 1\n 120 93 173 68 280 68 c 1\n 280 434 l 1\n 259 433 l 2\n 219 433 181 445 144 468 c 0\n 107 492 89 529 89 580 c 0\n367 434 m 1\n 367 68 l 1\n 404 68 l 2\n 500.351 68 540 156.401 540 259 c 0\n 540 375 493 434 399 434 c 2\n 367 434 l 1\n172 584 m 0\n 172 521.867 211.114 502 279 502 c 1\n 279 659 l 1\n 219.33 659 172 644.724 172 584 c 0\nEndSplineSet\nEndChar\nStartChar: uni0587\nEncoding: 1415 1415 845\nWidth: 545\nFlags: W\nHStem: 2 69<464 545>\nVStem: 70 86<115 723> 71 85<115 155> 382 82<2 356>\nFore\n236 67 m 0\n 333.412 67 376.82 120.639 379 210 c 1\n 379 356 l 1\n 465 356 l 1\n 464 71 l 1\n 544 71 l 1\n 545 3 l 1\n 382 2 l 1\n 382 84 l 1\n 353.814 47.5925 332.683 16.105 279 0 c 0\n 261 -5 240 -7 217 -8 c 0\n 173.606 -8 154.624 1.67422 123 21 c 0\n 94.4795 41.1321 71 71.5745 71 115 c 1\n 70 723 l 1\n 156 723 l 1\n 156 155 l 2\n 156 97.1904 179.238 67 236 67 c 0\nEndSplineSet\nLigature: 8 1 'liga' uni0565 uni0582\nEndChar\nStartChar: uni0589\nEncoding: 1417 1417 846\nWidth: 278\nFlags: W\nHStem: 0 100<90 190>\nVStem: 90 100<0 100 418 519>\nFore\n90 418 m 1\n 90 519 l 1\n 190 519 l 1\n 190 418 l 1\n 90 418 l 1\n90 0 m 1\n 90 100 l 1\n 190 100 l 1\n 190 0 l 1\n 90 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni058A\nEncoding: 1418 1418 847\nWidth: 367\nFlags: W\nFore\n294 203 m 1\n 252.322 181.255 204.634 168.246 144 166 c 0\n 103.589 166 50.395 178.014 12 187 c 1\n 58 263 l 1\n 79.989 249.211 87.948 242.552 121 229 c 1\n 139 224 159 221 181 220 c 0\n 208 220 236 225 268 235 c 1\n 294 203 l 1\nEndSplineSet\nEndChar\nStartChar: afii57799\nEncoding: 1456 1456 848\nWidth: 70\nFlags: W\nHStem: -254 70<0 71> -131 71<0 71>\nVStem: 0 71<-254 -184 -131 -60>\nFore\n0 -184 m 1\n 71 -184 l 1\n 71 -254 l 1\n 0 -254 l 1\n 0 -184 l 1\n0 -60 m 1\n 71 -60 l 1\n 71 -131 l 1\n 0 -131 l 1\n 0 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57801\nEncoding: 1457 1457 849\nWidth: 335\nFlags: W\nHStem: -254 70<65 135 265 335> -131 71<0 71 129 200 265 335>\nVStem: 0 71<-131 -60> 65 70<-254 -184> 129 71<-131 -60> 265 70<-254 -184 -131 -60>\nFore\n0 -60 m 1\n 71 -60 l 1\n 71 -131 l 1\n 0 -131 l 1\n 0 -60 l 1\n129 -60 m 1\n 200 -60 l 1\n 200 -131 l 1\n 129 -131 l 1\n 129 -60 l 1\n65 -184 m 1\n 135 -184 l 1\n 135 -254 l 1\n 65 -254 l 1\n 65 -184 l 1\n265 -184 m 1\n 335 -184 l 1\n 335 -254 l 1\n 265 -254 l 1\n 265 -184 l 1\n265 -60 m 1\n 335 -60 l 1\n 335 -131 l 1\n 265 -131 l 1\n 265 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57800\nEncoding: 1458 1458 850\nWidth: 329\nFlags: W\nHStem: -254 70<259 329> -131 71<0 188 259 329>\nVStem: 259 70<-254 -184 -131 -60>\nFore\n0 -60 m 1\n 188 -60 l 1\n 188 -131 l 1\n 0 -131 l 1\n 0 -60 l 1\n259 -184 m 1\n 329 -184 l 1\n 329 -254 l 1\n 259 -254 l 1\n 259 -184 l 1\n259 -60 m 1\n 329 -60 l 1\n 329 -131 l 1\n 259 -131 l 1\n 259 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57802\nEncoding: 1459 1459 851\nWidth: 329\nFlags: W\nHStem: -254 70<259 329> -131 71<0 59 0 188 259 329>\nVStem: 59 70<-248 -131> 259 70<-254 -184 -131 -60>\nFore\n259 -184 m 1\n 329 -184 l 1\n 329 -254 l 1\n 259 -254 l 1\n 259 -184 l 1\n259 -60 m 1\n 329 -60 l 1\n 329 -131 l 1\n 259 -131 l 1\n 259 -60 l 1\n129 -131 m 1\n 129 -248 l 1\n 59 -248 l 1\n 59 -131 l 1\n 0 -131 l 1\n 0 -60 l 1\n 188 -60 l 1\n 188 -131 l 1\n 129 -131 l 1\nEndSplineSet\nEndChar\nStartChar: afii57793\nEncoding: 1460 1460 852\nWidth: 70\nFlags: W\nHStem: -131 71<0 71>\nVStem: 0 71<-131 -60>\nFore\n0 -60 m 1\n 71 -60 l 1\n 71 -131 l 1\n 0 -131 l 1\n 0 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57794\nEncoding: 1461 1461 853\nWidth: 200\nFlags: W\nHStem: -131 71<0 71 129 200>\nVStem: 0 71<-131 -60> 129 71<-131 -60>\nFore\n0 -60 m 1\n 71 -60 l 1\n 71 -131 l 1\n 0 -131 l 1\n 0 -60 l 1\n129 -60 m 1\n 200 -60 l 1\n 200 -131 l 1\n 129 -131 l 1\n 129 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57795\nEncoding: 1462 1462 854\nWidth: 200\nFlags: W\nHStem: -254 70<65 135> -131 71<0 71 129 200>\nVStem: 0 71<-131 -60> 65 70<-254 -184> 129 71<-131 -60>\nFore\n0 -60 m 1\n 71 -60 l 1\n 71 -131 l 1\n 0 -131 l 1\n 0 -60 l 1\n129 -60 m 1\n 200 -60 l 1\n 200 -131 l 1\n 129 -131 l 1\n 129 -60 l 1\n65 -184 m 1\n 135 -184 l 1\n 135 -254 l 1\n 65 -254 l 1\n 65 -184 l 1\nEndSplineSet\nEndChar\nStartChar: afii57798\nEncoding: 1463 1463 855\nWidth: 188\nFlags: W\nHStem: -131 71<0 188>\nFore\n0 -60 m 1\n 188 -60 l 1\n 188 -131 l 1\n 0 -131 l 1\n 0 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57797\nEncoding: 1464 1464 856\nWidth: 188\nFlags: W\nHStem: -131 71<0 59 0 188>\nVStem: 59 70<-248 -131>\nFore\n129 -131 m 1\n 129 -248 l 1\n 59 -248 l 1\n 59 -131 l 1\n 0 -131 l 1\n 0 -60 l 1\n 188 -60 l 1\n 188 -131 l 1\n 129 -131 l 1\nEndSplineSet\nEndChar\nStartChar: afii57806\nEncoding: 1465 1465 857\nWidth: 70\nFlags: W\nHStem: 660 71<0 71>\nVStem: 0 71<660 731>\nFore\n0 731 m 1\n 71 731 l 1\n 71 660 l 1\n 0 660 l 1\n 0 731 l 1\nEndSplineSet\nEndChar\nStartChar: afii57796\nEncoding: 1467 1467 858\nWidth: 329\nFlags: W\nHStem: -254 70<259 329> -189 70<129 200> -131 71<0 71>\nVStem: 0 71<-131 -60> 259 70<-254 -184>\nFore\n259 -184 m 1\n 329 -184 l 1\n 329 -254 l 1\n 259 -254 l 1\n 259 -184 l 1\n129 -119 m 1\n 200 -119 l 1\n 200 -189 l 1\n 129 -189 l 1\n 129 -119 l 1\n0 -60 m 1\n 71 -60 l 1\n 71 -131 l 1\n 0 -131 l 1\n 0 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57807\nEncoding: 1468 1468 859\nWidth: 70\nFlags: W\nHStem: 270 71<0 71>\nVStem: 0 71<270 341>\nFore\n0 341 m 1\n 71 341 l 1\n 71 270 l 1\n 0 270 l 1\n 0 341 l 1\nEndSplineSet\nEndChar\nStartChar: afii57839\nEncoding: 1469 1469 860\nWidth: 70\nFlags: W\nVStem: 0 71<-248 -60>\nFore\n71 -60 m 1\n 71 -248 l 1\n 0 -248 l 1\n 0 -60 l 1\n 71 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57645\nEncoding: 1470 1470 861\nWidth: 488\nFlags: W\nHStem: 524 76<38 433>\nFore\n433 524 m 1\n 38 524 l 1\n 38 600 l 1\n 433 600 l 1\n 433 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii57841\nEncoding: 1471 1471 862\nWidth: 200\nFlags: W\nHStem: 660 71<0 200>\nFore\n0 731 m 1\n 200 731 l 1\n 200 660 l 1\n 0 660 l 1\n 0 731 l 1\nEndSplineSet\nEndChar\nStartChar: afii57842\nEncoding: 1472 1472 863\nWidth: 212\nFlags: W\nHStem: 680 20G<62 149>\nVStem: 62 87<-100 700>\nFore\n62 -100 m 1\n 62 700 l 1\n 149 700 l 1\n 149 -100 l 1\n 62 -100 l 1\nEndSplineSet\nEndChar\nStartChar: afii57804\nEncoding: 1473 1473 864\nWidth: 0\nFlags: W\nHStem: 640 71<639 710>\nVStem: 639 71<640 711>\nFore\n639 711 m 1\n 710 711 l 1\n 710 640 l 1\n 639 640 l 1\n 639 711 l 1\nEndSplineSet\nEndChar\nStartChar: afii57803\nEncoding: 1474 1474 865\nWidth: 0\nFlags: W\nHStem: 640 71<70 141>\nVStem: 70 71<640 711>\nFore\n70 711 m 1\n 141 711 l 1\n 141 640 l 1\n 70 640 l 1\n 70 711 l 1\nEndSplineSet\nEndChar\nStartChar: afii57658\nEncoding: 1475 1475 866\nWidth: 278\nFlags: W\nHStem: 0 104<110 214> 420 104<110 214>\nVStem: 110 104<0 104 420 524>\nRef: 58 58 N 1 0 0 1 0 0\nEndChar\nStartChar: uni05C4\nEncoding: 1476 1476 867\nWidth: 70\nFlags: W\nHStem: 660 71<0 71>\nVStem: 0 71<660 731>\nFore\n0 731 m 1\n 71 731 l 1\n 71 660 l 1\n 0 660 l 1\n 0 731 l 1\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 868\nWidth: 640\nFlags: W\nHStem: 0 21G<66 153 480 582>\nVStem: 66 87<0 161> 487 87<450 600>\nDStem: 58 600 160 600 206 390 388 275 252 325 434 210 480 0 582 0\nFore\n252 325 m 1\n 239 316 226 306 220 297 c 0\n 173 236 154 210 153 141 c 1\n 153 0 l 1\n 66 0 l 1\n 66 141 l 1\n 65 227 101 280 148 340 c 0\n 165 361 188 378 206 390 c 1\n 58 600 l 1\n 160 600 l 1\n 388 275 l 1\n 401 284 414 294 420 303 c 0\n 466 362 486 385 487 450 c 1\n 487 600 l 1\n 574 600 l 1\n 574 450 l 1\n 575 366 537 315 492 260 c 0\n 475 239 452 222 434 210 c 1\n 582 0 l 1\n 480 0 l 1\n 252 325 l 1\nEndSplineSet\nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 869\nWidth: 591\nFlags: W\nHStem: 0 76<58 566> 524 76<58 197>\nVStem: 405 87<76 378>\nFore\n405 76 m 1\n 405 371 l 1\n 395 411 391 431 363 465 c 0\n 328.006 505.378 260.271 514.961 197 524 c 1\n 58 524 l 1\n 58 600 l 1\n 203 600 l 1\n 270 592 309 587 370 558 c 0\n 395 547 417 531 434 509 c 0\n 470 464 482 433 492 378 c 1\n 492 76 l 1\n 566 76 l 1\n 566 0 l 1\n 58 0 l 1\n 58 76 l 1\n 405 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 870\nWidth: 466\nFlags: W\nHStem: 0 21G<30 147 345 433> 524 76<92 120.403>\nDStem: 237 203 322 172 30 0 147 0 296 370 383 379 318 203 433 0 322 172 383 379 345 0 433 0\nFore\n322 172 m 1\n 147 0 l 1\n 30 0 l 1\n 237 203 l 1\n 318 203 l 1\n 296 370 l 2\n 290 415 284 428 254 465 c 0\n 241 480 241 480 220 491 c 1\n 165 516 147 524 92 524 c 1\n 92 600 l 1\n 160 600 207 584 261 558 c 0\n 326.369 529.237 373.926 456.127 383 379 c 1\n 433 0 l 1\n 345 0 l 1\n 322 172 l 1\nEndSplineSet\nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 871\nWidth: 598\nFlags: W\nHStem: 0 21G<373 460> 524 76<38 373 38 543>\nVStem: 373 87<0 524>\nFore\n460 524 m 1\n 460 0 l 1\n 373 0 l 1\n 373 524 l 1\n 38 524 l 1\n 38 600 l 1\n 543 600 l 1\n 543 524 l 1\n 460 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 872\nWidth: 622\nFlags: W\nHStem: 0 21G<63 150 483 570> 524 76<63 312>\nVStem: 63 87<0 375> 483 87<0 378>\nFore\n570 378 m 1\n 570 0 l 1\n 483 0 l 1\n 483 372 l 1\n 475 413 472 433 447 467 c 0\n 436 483 436 482 419 492 c 0\n 380 514 358 517 312 524 c 1\n 63 524 l 1\n 63 600 l 1\n 320 600 l 1\n 379 592 414 585 465 557 c 0\n 489 544 508 527 522 507 c 0\n 553 461 561 430 570 378 c 1\n63 0 m 1\n 63 375 l 1\n 150 375 l 1\n 150 0 l 1\n 63 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 873\nWidth: 212\nFlags: W\nHStem: 0 21G<62 149>\nVStem: 62 87<0 600>\nFore\n62 0 m 1\n 62 600 l 1\n 149 600 l 1\n 149 0 l 1\n 62 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 874\nWidth: 351\nFlags: W\nHStem: 0 21G<126 213> 524 76<39 126 39 296>\nVStem: 126 87<0 524>\nFore\n213 524 m 1\n 213 0 l 1\n 126 0 l 1\n 126 524 l 1\n 39 524 l 1\n 39 600 l 1\n 296 600 l 1\n 296 524 l 1\n 213 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 875\nWidth: 623\nFlags: W\nHStem: 0 21G<63 150 484 571> 524 76<63 313>\nVStem: 63 87<0 524> 484 87<0 378>\nFore\n571 378 m 1\n 571 0 l 1\n 484 0 l 1\n 484 372 l 1\n 476 413 473 433 448 467 c 0\n 437 483 437 482 420 492 c 0\n 381 514 359 517 313 524 c 1\n 150 524 l 1\n 150 0 l 1\n 63 0 l 1\n 63 600 l 1\n 320 600 l 2\n 381 600 415 585 466 557 c 0\n 528.991 525.505 557.81 454.206 571 378 c 1\nEndSplineSet\nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 876\nWidth: 608\nFlags: W\nHStem: 0 76<316 334> 524 76<300 334>\nVStem: 61 87<222 600> 483 87<227 378>\nFore\n314 524 m 0\n 282 524 237 504 237 504 c 1\n 237 586 l 1\n 240 587 275 600 317 600 c 0\n 377 600 419 583 465 557 c 0\n 489 544 508 527 521 507 c 0\n 553 461 561 430 570 378 c 1\n 570 222 l 1\n 561 170 553 139 521 93 c 0\n 508 73 489 55 465 43 c 0\n 420 18 378 0 316 0 c 128\n 254 0 211 18 166 43 c 0\n 143 55 124 73 110 93 c 0\n 78 139 69 170 61 222 c 1\n 61 600 l 1\n 148 600 l 1\n 148 228 l 1\n 156 187 160 167 184 133 c 0\n 196 117 195 118 212 108 c 0\n 258 83 271 77 316 76 c 1\n 361 77 373 83 419 108 c 0\n 436 118 435 117 447 133 c 0\n 471 167 475 187 483 228 c 1\n 483 372 l 1\n 475 413 471 433 447 467 c 0\n 435 483 436 482 419 492 c 0\n 374 516 361 524 314 524 c 0\nEndSplineSet\nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 877\nWidth: 200\nFlags: W\nVStem: 58 87<286 600>\nFore\n58 600 m 1\n 145 600 l 1\n 145 321 l 1\n 58 286 l 1\n 58 600 l 1\nEndSplineSet\nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 878\nWidth: 526\nFlags: W\nHStem: 524 76<38 216>\nVStem: 387 87<-200 378>\nFore\n474 378 m 1\n 474 -200 l 1\n 387 -200 l 1\n 387 372 l 1\n 379 413 376 433 351 467 c 0\n 340 483 340 482 323 492 c 0\n 284 514 262 517 216 524 c 1\n 38 524 l 1\n 38 600 l 1\n 224 600 l 1\n 283 592 318 585 369 557 c 0\n 393 544 412 527 426 507 c 0\n 457 461 465 430 474 378 c 1\nEndSplineSet\nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 879\nWidth: 550\nFlags: W\nHStem: 0 76<57 227> 524 76<57 221>\nVStem: 429 87<228 378>\nFore\n227 0 m 1\n 57 0 l 1\n 57 76 l 1\n 221 76 l 1\n 277 84 304 86 352 109 c 0\n 373 119 374 120 387 135 c 0\n 415 169 419 189 429 229 c 1\n 429 371 l 1\n 419 411 415 431 387 465 c 0\n 352.006 505.378 284.271 514.961 221 524 c 1\n 57 524 l 1\n 57 600 l 1\n 227 600 l 1\n 294 592 333 586 394 558 c 0\n 419 547 441 531 458 509 c 0\n 494 464 506 433 516 378 c 1\n 516 222 l 1\n 506 167 494 136 458 91 c 0\n 410.985 30.1566 315.094 10.5186 227 0 c 1\nEndSplineSet\nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 880\nWidth: 600\nFlags: W\nHStem: 0 21G<290 377> 524 76<123 458> 729 20G<37 124>\nVStem: 37 87<524 749> 290 87<0 112.815> 458 87<447 600>\nFore\n404 208 m 1\n 369.871 155.543 378.22 82.2252 377 0 c 1\n 290 0 l 1\n 290 103 284 167 326 242 c 1\n 368 308 413 317 431 354 c 1\n 460.6 399.982 457.816 453.572 458 524 c 1\n 37 524 l 1\n 37 749 l 1\n 124 749 l 1\n 124 600 l 1\n 545 600 l 1\n 545 447 l 2\n 545 398 536 368 509 320 c 1\n 468 254 422 246 404 208 c 1\nEndSplineSet\nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 881\nWidth: 623\nFlags: W\nHStem: 0 76<150 571> 524 76<63 288>\nVStem: 63 87<0 524> 484 87<76 375>\nFore\n571 0 m 1\n 63 0 l 1\n 63 600 l 1\n 280 600 l 2\n 343 600 395 585 449 558 c 0\n 469 548 498 527 514 509 c 0\n 545 471 572 432 571 375 c 1\n 571 0 l 1\n484 76 m 1\n 484 375 l 1\n 483 414 460 448 442 465 c 0\n 433 473 422 483 408 491 c 0\n 372 511 335 523 280 524 c 2\n 150 524 l 1\n 150 76 l 1\n 484 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 882\nWidth: 621\nFlags: W\nHStem: 0 76<272 570> 524 76<48 126 48 305>\nVStem: 483 87<76 385>\nDStem: 126 524 214 524 68 0 156 0\nFore\n214 524 m 1\n 156 0 l 1\n 68 0 l 1\n 126 524 l 1\n 48 524 l 1\n 48 600 l 1\n 279 600 l 2\n 308 600 358 599 409 577 c 1\n 465 555 505 528 539 479 c 0\n 565 441 570 403 570 375 c 2\n 570 0 l 1\n 272 0 l 1\n 272 76 l 1\n 483 76 l 1\n 483 375 l 2\n 483 397 480 417 465 439 c 0\n 436 478 422 487 371 509 c 0\n 340 522 305 524 279 524 c 2\n 214 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 883\nWidth: 212\nFlags: W\nVStem: 62 87<-200 600>\nFore\n62 -200 m 1\n 62 600 l 1\n 149 600 l 1\n 149 -200 l 1\n 62 -200 l 1\nEndSplineSet\nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 884\nWidth: 378\nFlags: W\nHStem: 0 76<51 326>\nVStem: 239 87<76 378>\nFore\n326 0 m 1\n 51 0 l 1\n 51 76 l 1\n 239 76 l 1\n 239 372 l 1\n 231 413 228 433 203 467 c 0\n 192 483 192 482 175 492 c 0\n 130 516 115 523 71 524 c 1\n 71 600 l 1\n 131 600 176 582 221 557 c 0\n 283.272 523.27 314.052 455.662 326 378 c 1\n 326 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 885\nWidth: 607\nFlags: W\nHStem: 0 76<315 334> 524 76<61 311>\nVStem: 61 87<222 524> 482 87<227 378>\nFore\n315 0 m 2\n 253 0 210 18 165 43 c 0\n 142 55 123 73 109 93 c 0\n 77 139 65 170 61 222 c 1\n 61 600 l 1\n 318 600 l 2\n 378 600 413 585 464 557 c 0\n 488 544 507 527 520 507 c 0\n 552 461 560 430 569 378 c 1\n 569 222 l 1\n 560 170 552 139 520 93 c 0\n 507 73 488 55 464 43 c 0\n 419 18 377 0 315 0 c 2\n315 76 m 1\n 360 77 372 83 418 108 c 0\n 435 118 434 117 446 133 c 0\n 470 167 474 187 482 228 c 1\n 482 372 l 1\n 474 413 470 433 446 467 c 0\n 434 483 435 482 418 492 c 0\n 379 514 357 517 311 524 c 1\n 148 524 l 1\n 148 228 l 1\n 156 187 159 167 183 133 c 0\n 195 117 194 118 211 108 c 0\n 257 83 270 77 315 76 c 1\nEndSplineSet\nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 886\nWidth: 587\nFlags: W\nVStem: 444 87<255 600>\nDStem: 85 600 174 600 205 67 289 88\nFore\n205 67 m 1\n 85 600 l 1\n 174 600 l 1\n 289 88 l 1\n 304 92 l 1\n 352 112 375 117 401 146 c 0\n 433 181 433 205 444 256 c 1\n 444 600 l 1\n 531 600 l 1\n 531 250 l 1\n 520 192 516 151 469 99 c 0\n 426 52 386 41 334 21 c 1\n 36 -55 l 1\n 37 24 l 1\n 205 67 l 1\nEndSplineSet\nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 887\nWidth: 575\nFlags: W\nHStem: 524 76<57 265>\nVStem: 57 87<390 524> 436 87<-200 378>\nFore\n57 600 m 1\n 272 600 l 2\n 333 600 367 585 418 557 c 0\n 442 544 461 527 475 507 c 0\n 506 461 514 430 523 378 c 1\n 523 -200 l 1\n 436 -200 l 1\n 436 372 l 1\n 428 413 425 433 400 467 c 0\n 389 483 389 482 372 492 c 0\n 333 514 311 517 265 524 c 1\n 144 524 l 1\n 144 397 l 1\n 155.437 324.679 169.243 326.4 252 319 c 1\n 286 319 l 1\n 286 243 l 1\n 246 244 l 1\n 203 249 159 243 108 281 c 1\n 64 318 60 352 57 390 c 1\n 57 600 l 1\nEndSplineSet\nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 888\nWidth: 568\nFlags: W\nHStem: 0 76<63 260> 524 76<63 260>\nVStem: 63 87<390 524> 446 87<228 378>\nFore\n244 0 m 1\n 63 0 l 1\n 63 76 l 1\n 238 76 l 2\n 295 76 320 87 369 109 c 0\n 413.66 128.14 444.409 190.821 446 229 c 1\n 446 371 l 1\n 444.462 417.129 414.39 469.818 369 491 c 0\n 322 515 294 524 238 524 c 2\n 150 524 l 1\n 150 397 l 1\n 160.514 324.18 176.311 326.483 258 319 c 1\n 292 319 l 1\n 292 243 l 1\n 252 244 l 1\n 209 249 164 243 114 281 c 1\n 70 318 66 353 63 390 c 1\n 63 600 l 1\n 244 600 l 2\n 314 600 351 588 411 558 c 0\n 427 550 463 523 475 509 c 0\n 513 466 533 409 533 378 c 2\n 533 222 l 2\n 533 193 506 127 475 91 c 0\n 457 70 436 53 411 42 c 0\n 351 16 300 0 244 0 c 1\nEndSplineSet\nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 889\nWidth: 540\nFlags: W\nVStem: 209 87<-200 265> 398 87<452 600>\nDStem: 13 600 112 600 209 290 277 340\nFore\n277 340 m 1\n 297 342 324 345 337 352 c 128\n 350 359 349 359 363 377 c 0\n 386 407 390 423 398 453 c 1\n 398 600 l 1\n 485 600 l 1\n 485 446 l 1\n 476 397 463 373 436 335 c 0\n 424 318 406 298 378 285 c 0\n 350 273 320 267 296 265 c 1\n 296 -200 l 1\n 209 -200 l 1\n 209 290 l 1\n 13 600 l 1\n 112 600 l 1\n 277 340 l 1\nEndSplineSet\nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 890\nWidth: 590\nFlags: W\nHStem: 0 76<59 533>\nVStem: 437 87<452 600>\nDStem: 51 600 151 600 385 76 316 341 51 600 362 269 385 76 533 0\nFore\n316 341 m 1\n 344 344 358 343 376 352 c 0\n 389 359 388 359 402 377 c 0\n 425 407 429 423 437 453 c 1\n 437 600 l 1\n 524 600 l 1\n 524 446 l 1\n 515 397 502 373 475 335 c 0\n 463 318 445 298 417 285 c 0\n 396 276 378 271 362 269 c 1\n 533 0 l 1\n 59 0 l 1\n 59 76 l 1\n 385 76 l 1\n 51 600 l 1\n 151 600 l 1\n 316 341 l 1\nEndSplineSet\nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 891\nWidth: 606\nFlags: W\nHStem: 524 76<62 463>\nVStem: 62 87<-200 426> 463 87<260 600>\nFore\n300 33 m 1\n 238 33 l 1\n 238 109 l 1\n 293 109 l 1\n 347.29 116.322 401.972 129.62 428 165 c 1\n 452 200 455 220 463 261 c 1\n 463 524 l 1\n 62 524 l 1\n 62 600 l 1\n 550 600 l 1\n 550 255 l 1\n 541 202 534 172 502 126 c 0\n 462.957 67.4349 380.199 43.6932 300 33 c 1\n149 426 m 1\n 149 -200 l 1\n 62 -200 l 1\n 62 426 l 1\n 149 426 l 1\nEndSplineSet\nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 892\nWidth: 547\nFlags: W\nHStem: 0 21G<408 495> 524 76<37 237>\nVStem: 408 87<0 378>\nFore\n495 378 m 1\n 495 0 l 1\n 408 0 l 1\n 408 372 l 1\n 400 413 397 433 372 467 c 0\n 361 483 361 482 344 492 c 0\n 305 514 283 517 237 524 c 1\n 37 524 l 1\n 37 600 l 1\n 244 600 l 1\n 304 592 339 585 390 557 c 0\n 414 544 433 527 447 507 c 0\n 478 461 486 430 495 378 c 1\nEndSplineSet\nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 893\nWidth: 776\nFlags: W\nHStem: 0 76<348 431> 224 76<147 247>\nVStem: 60 87<262 600> 346 87<392 600> 633 87<261 600>\nFore\n151 224 m 1\n 162.499 175.543 215.909 121.804 258 99 c 1\n 282 86 330 75 349 76 c 2\n 431 76 l 2\n 450 75 502 88 521 99 c 0\n 549 113 583 139 608 178 c 0\n 628 211 632 228 633 262 c 1\n 633 600 l 1\n 720 600 l 1\n 720 262 l 1\n 722.566 154.248 632.936 68.1414 566 33 c 0\n 527 14 475 1 431 0 c 2\n 349 0 l 2\n 308 1 257 12 215 33 c 0\n 169 57 121 101 95 142 c 0\n 71 181 59 216 60 262 c 1\n 60 600 l 1\n 147 600 l 1\n 147 300 l 1\n 246 300 l 1\n 284 302 291 304 318 326 c 1\n 341 349 345 361 346 393 c 1\n 346 600 l 1\n 433 600 l 1\n 433 393 l 1\n 434 350 419 307 380 274 c 1\n 345 239 296 223 247 224 c 2\n 151 224 l 1\nEndSplineSet\nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 894\nWidth: 687\nFlags: W\nHStem: 0 21G<35 39 548 635> 524 76<125 185 125 377>\nVStem: 185 87<175 524> 548 87<0 378>\nFore\n272 524 m 1\n 272 224 l 2\n 272 182 275 147 246 96 c 0\n 232 71 214 60 188 43 c 0\n 150 18 96 0 39 0 c 2\n 35 0 l 1\n 35 76 l 1\n 39 76 l 2\n 77 76 100 81 142 108 c 0\n 154 116 163 122 168 130 c 0\n 188 158 185 179 185 227 c 2\n 185 524 l 1\n 125 524 l 1\n 125 600 l 1\n 384 600 l 1\n 466.397 589.014 547.684 565.974 587 507 c 0\n 618 461 626 431 635 378 c 1\n 635 0 l 1\n 548 0 l 1\n 548 372 l 1\n 540 413 537 433 512 468 c 0\n 501 483 501 483 484 493 c 0\n 445 514 423 517 377 524 c 1\n 272 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0700\nEncoding: 1792 1792 895\nWidth: 600\nFlags: W\nHStem: 2 0<320 329> 2 111<320 329> 198 0<111 121 511 521> 198 111<111 121 511 521> 393 0<318 329> 393 111<318 329>\nVStem: 56 0<253 263.482> 56 111<242.761 252.969 253 263.482> 265 0<57 67.4823 448 458.482> 265 111<57 67 437.559 451> 456 0<254 264.229> 456 111<254 259>\nFore\n320 113 m 0\n 349 113 376 90 376 57 c 0\n 376 28 352 2 320 2 c 0\n 292 2 265 25 265 57 c 0\n 265 86 288 113 320 113 c 0\n320 113 m 0\n 349 113 376 90 376 57 c 0\n 376 28 352 2 320 2 c 0\n 292 2 265 25 265 57 c 0\n 265 86 288 113 320 113 c 0\n320 113 m 0\n 288 113 265 86 265 57 c 0\n 265 25 292 2 320 2 c 0\n 352 2 376 28 376 57 c 0\n 376 90 349 113 320 113 c 0\n111 309 m 0\n 140 309 167 286 167 253 c 0\n 167 224 143 198 111 198 c 0\n 83 198 56 221 56 253 c 0\n 56 282 79 309 111 309 c 0\n111 309 m 0\n 140 309 167 286 167 253 c 0\n 167 224 143 198 111 198 c 0\n 83 198 56 221 56 253 c 0\n 56 282 79 309 111 309 c 0\n111 309 m 0\n 79 309 56 282 56 253 c 0\n 56 221 83 198 111 198 c 0\n 143 198 167 224 167 253 c 0\n 167 286 140 309 111 309 c 0\n511 310 m 0\n 541 310 567 286 567 254 c 0\n 567 225 543 198 511 198 c 0\n 483 198 456 222 456 254 c 0\n 456 282 479 310 511 310 c 0\n511 310 m 0\n 541 310 567 286 567 254 c 0\n 567 225 543 198 511 198 c 0\n 483 198 456 222 456 254 c 0\n 456 282 479 310 511 310 c 0\n511 310 m 0\n 479 310 456 282 456 254 c 0\n 456 222 483 198 511 198 c 0\n 543 198 567 225 567 254 c 0\n 567 286 541 310 511 310 c 0\n318 504 m 0\n 348 504 374 481 374 448 c 0\n 374 419 351 393 318 393 c 0\n 290 393 263 416 263 448 c 0\n 263 477 286 504 318 504 c 0\n318 504 m 0\n 348 504 374 481 374 448 c 0\n 374 419 351 393 318 393 c 0\n 290 393 263 416 263 448 c 0\n 263 477 286 504 318 504 c 0\n318 504 m 0\n 286 504 263 477 263 448 c 0\n 263 416 290 393 318 393 c 0\n 351 393 374 419 374 448 c 0\n 374 481 348 504 318 504 c 0\nEndSplineSet\nEndChar\nStartChar: uni0701\nEncoding: 1793 1793 896\nWidth: 201\nFlags: W\nFore\n107 210 m 0\n 136 210 163 187 163 154 c 0\n 163 125 139 99 107 99 c 0\n 79 99 52 122 52 154 c 0\n 52 183 75 210 107 210 c 0\nEndSplineSet\nEndChar\nStartChar: uni0702\nEncoding: 1794 1794 897\nWidth: 201\nFlags: W\nHStem: -21 20G<89 119.5>\nFore\n105 -1 m 0\n 134 -1 161 -24 161 -57 c 0\n 161 -86 137 -112 105 -112 c 0\n 77 -112 50 -88 50 -57 c 0\n 50 -28 73 -1 105 -1 c 0\nEndSplineSet\nEndChar\nStartChar: uni0703\nEncoding: 1795 1795 898\nWidth: 201\nFlags: W\nHStem: 100 0<106 116> 100 111<106 116> 341 0<106 116> 341 111<106 116>\nVStem: 51 0<155 165.482 396 406.482>\nFore\n106 211 m 0\n 136 211 162 188 162 155 c 0\n 162 126 139 100 106 100 c 0\n 78 100 51 123 51 155 c 0\n 51 184 74 211 106 211 c 0\n106 211 m 0\n 136 211 162 188 162 155 c 0\n 162 126 139 100 106 100 c 0\n 78 100 51 123 51 155 c 0\n 51 184 74 211 106 211 c 0\n106 211 m 0\n 74 211 51 184 51 155 c 0\n 51 123 78 100 106 100 c 0\n 139 100 162 126 162 155 c 0\n 162 188 136 211 106 211 c 0\n106 452 m 0\n 135 452 162 429 162 396 c 0\n 162 367 138 341 106 341 c 0\n 78 341 51 364 51 396 c 0\n 51 425 74 452 106 452 c 0\n106 452 m 0\n 135 452 162 429 162 396 c 0\n 162 367 138 341 106 341 c 0\n 78 341 51 364 51 396 c 0\n 51 425 74 452 106 452 c 0\n106 452 m 0\n 74 452 51 425 51 396 c 0\n 51 364 78 341 106 341 c 0\n 138 341 162 367 162 396 c 0\n 162 429 135 452 106 452 c 0\nEndSplineSet\nEndChar\nStartChar: uni0704\nEncoding: 1796 1796 899\nWidth: 201\nFlags: W\nHStem: -240 0<100 109> -240 111<100 109> 1 0<100 109> 1 111<100 109>\nVStem: 45 0<-185 -174.518 56 66.2784>\nFore\n100 -129 m 0\n 129 -129 156 -152 156 -185 c 0\n 156 -214 132 -240 100 -240 c 0\n 72 -240 45 -217 45 -185 c 0\n 45 -156 68 -129 100 -129 c 0\n100 -129 m 0\n 129 -129 156 -152 156 -185 c 0\n 156 -214 132 -240 100 -240 c 0\n 72 -240 45 -217 45 -185 c 0\n 45 -156 68 -129 100 -129 c 0\n100 -129 m 0\n 68 -129 45 -156 45 -185 c 0\n 45 -217 72 -240 100 -240 c 0\n 132 -240 156 -214 156 -185 c 0\n 156 -152 129 -129 100 -129 c 0\n100 112 m 0\n 129 112 156 89 156 56 c 0\n 156 27 132 1 100 1 c 0\n 71 1 44 25 44 56 c 0\n 44 85 68 112 100 112 c 0\n100 112 m 0\n 129 112 156 89 156 56 c 0\n 156 27 132 1 100 1 c 0\n 71 1 44 25 44 56 c 0\n 44 85 68 112 100 112 c 0\n100 112 m 0\n 68 112 44 85 44 56 c 0\n 44 25 71 1 100 1 c 0\n 132 1 156 27 156 56 c 0\n 156 89 129 112 100 112 c 0\nEndSplineSet\nEndChar\nStartChar: uni0705\nEncoding: 1797 1797 900\nWidth: 500\nFlags: W\nHStem: -19 20G<324 354 324 354 324 354> 2 0<161 171 338 347>\nVStem: 106 0<57 67.4823> 106 111<57 66> 283 111<56 66>\nFore\n338 112 m 0\n 367 112 394 89 394 56 c 0\n 394 27 370 1 338 1 c 0\n 310 1 283 24 283 56 c 0\n 283 85 306 112 338 112 c 0\n338 112 m 0\n 367 112 394 89 394 56 c 0\n 394 27 370 1 338 1 c 0\n 310 1 283 24 283 56 c 0\n 283 85 306 112 338 112 c 0\n338 112 m 0\n 306 112 283 85 283 56 c 0\n 283 24 310 1 338 1 c 0\n 370 1 394 27 394 56 c 0\n 394 89 367 112 338 112 c 0\n161 113 m 0\n 190 113 217 90 217 57 c 0\n 217 28 193 2 161 2 c 0\n 133 2 106 25 106 57 c 0\n 106 86 129 113 161 113 c 0\n161 113 m 0\n 190 113 217 90 217 57 c 0\n 217 28 193 2 161 2 c 0\n 133 2 106 25 106 57 c 0\n 106 86 129 113 161 113 c 0\n161 113 m 0\n 129 113 106 86 106 57 c 0\n 106 25 133 2 161 2 c 0\n 193 2 217 28 217 57 c 0\n 217 90 190 113 161 113 c 0\nEndSplineSet\nEndChar\nStartChar: uni0706\nEncoding: 1798 1798 901\nWidth: 500\nFlags: W\nHStem: -110 0<338 347> -19 20G<322 352.5 322 352.5 322 352.5> 2 0<161 171>\nVStem: 106 0<57 67.4823> 106 111<57 67> 283 0<-55 -44.5177> 283 111<-55 -45>\nFore\n338 1 m 0\n 367 1 394 -22 394 -55 c 0\n 394 -84 370 -110 338 -110 c 0\n 310 -110 283 -87 283 -55 c 0\n 283 -26 306 1 338 1 c 0\n338 1 m 0\n 367 1 394 -22 394 -55 c 0\n 394 -84 370 -110 338 -110 c 0\n 310 -110 283 -87 283 -55 c 0\n 283 -26 306 1 338 1 c 0\n338 1 m 0\n 306 1 283 -26 283 -55 c 0\n 283 -87 310 -110 338 -110 c 0\n 370 -110 394 -84 394 -55 c 0\n 394 -22 367 1 338 1 c 0\n161 113 m 0\n 190 113 217 90 217 57 c 0\n 217 28 193 2 161 2 c 0\n 133 2 106 25 106 57 c 0\n 106 86 129 113 161 113 c 0\n161 113 m 0\n 190 113 217 90 217 57 c 0\n 217 28 193 2 161 2 c 0\n 133 2 106 25 106 57 c 0\n 106 86 129 113 161 113 c 0\n161 113 m 0\n 129 113 106 86 106 57 c 0\n 106 25 133 2 161 2 c 0\n 193 2 217 28 217 57 c 0\n 217 90 190 113 161 113 c 0\nEndSplineSet\nEndChar\nStartChar: uni0707\nEncoding: 1799 1799 902\nWidth: 500\nFlags: W\nHStem: -109 0<161 171> 1 0<338 347>\nVStem: 106 0<-54 -43.5177> 106 111<-54 -44> 283 0<56 66.4823> 283 111<56 58>\nFore\n338 112 m 0\n 367 112 394 89 394 56 c 0\n 394 27 370 1 338 1 c 0\n 310 1 283 24 283 56 c 0\n 283 85 306 112 338 112 c 0\n338 112 m 0\n 367 112 394 89 394 56 c 0\n 394 27 370 1 338 1 c 0\n 310 1 283 24 283 56 c 0\n 283 85 306 112 338 112 c 0\n338 112 m 0\n 306 112 283 85 283 56 c 0\n 283 24 310 1 338 1 c 0\n 370 1 394 27 394 56 c 0\n 394 89 367 112 338 112 c 0\n161 2 m 0\n 190 2 217 -21 217 -54 c 0\n 217 -83 193 -109 161 -109 c 0\n 133 -109 106 -86 106 -54 c 0\n 106 -25 129 2 161 2 c 0\n161 2 m 0\n 190 2 217 -21 217 -54 c 0\n 217 -83 193 -109 161 -109 c 0\n 133 -109 106 -86 106 -54 c 0\n 106 -25 129 2 161 2 c 0\n161 2 m 0\n 129 2 106 -25 106 -54 c 0\n 106 -86 133 -109 161 -109 c 0\n 193 -109 217 -83 217 -54 c 0\n 217 -21 190 2 161 2 c 0\nEndSplineSet\nEndChar\nStartChar: uni0708\nEncoding: 1800 1800 903\nWidth: 370\nFlags: W\nHStem: 97 0<254 261> 97 111<254 261> 339 0<139 149> 339 111<139 149>\nVStem: 84 0<394 404.482> 198 0<152 162.278>\nFore\n254 208 m 0\n 283 208 309 185 309 152 c 0\n 309 123 286 97 254 97 c 0\n 225 97 198 121 198 152 c 0\n 198 181 222 208 254 208 c 0\n254 208 m 0\n 283 208 309 185 309 152 c 0\n 309 123 286 97 254 97 c 0\n 225 97 198 121 198 152 c 0\n 198 181 222 208 254 208 c 0\n254 208 m 0\n 222 208 198 181 198 152 c 0\n 198 121 225 97 254 97 c 0\n 286 97 309 123 309 152 c 0\n 309 185 283 208 254 208 c 0\n139 450 m 0\n 169 450 195 427 195 394 c 0\n 195 365 171 339 139 339 c 0\n 111 339 84 363 84 394 c 0\n 84 423 107 450 139 450 c 0\n139 450 m 0\n 169 450 195 427 195 394 c 0\n 195 365 171 339 139 339 c 0\n 111 339 84 363 84 394 c 0\n 84 423 107 450 139 450 c 0\n139 450 m 0\n 107 450 84 423 84 394 c 0\n 84 363 111 339 139 339 c 0\n 171 339 195 365 195 394 c 0\n 195 427 169 450 139 450 c 0\nEndSplineSet\nEndChar\nStartChar: uni0709\nEncoding: 1801 1801 904\nWidth: 370\nFlags: W\nHStem: -241 0<257 264> -241 111<257 264> 1 0<142 152> 1 111<142 152>\nVStem: 87 0<56 66.3192> 202 0<-186 -175.518>\nFore\n257 -130 m 0\n 286 -130 313 -153 313 -186 c 0\n 313 -215 289 -241 257 -241 c 0\n 228 -241 202 -218 202 -186 c 0\n 202 -157 225 -130 257 -130 c 0\n257 -130 m 0\n 286 -130 313 -153 313 -186 c 0\n 313 -215 289 -241 257 -241 c 0\n 228 -241 202 -218 202 -186 c 0\n 202 -157 225 -130 257 -130 c 0\n257 -130 m 0\n 225 -130 202 -157 202 -186 c 0\n 202 -218 228 -241 257 -241 c 0\n 289 -241 313 -215 313 -186 c 0\n 313 -153 286 -130 257 -130 c 0\n142 112 m 0\n 172 112 198 89 198 56 c 0\n 198 27 175 1 142 1 c 0\n 114 1 87 25 87 56 c 0\n 87 85 111 112 142 112 c 0\n142 112 m 0\n 172 112 198 89 198 56 c 0\n 198 27 175 1 142 1 c 0\n 114 1 87 25 87 56 c 0\n 87 85 111 112 142 112 c 0\n142 112 m 0\n 111 112 87 85 87 56 c 0\n 87 25 114 1 142 1 c 0\n 175 1 198 27 198 56 c 0\n 198 89 172 112 142 112 c 0\nEndSplineSet\nEndChar\nStartChar: uni070A\nEncoding: 1802 1802 905\nWidth: 574\nFlags: W\nHStem: 3 0<288 299> 3 111<288 299> 243 0<288 299> 243 111<288 299> 432 92<26 548> 600 0<190.812 204 367.01 380> 600 111<190.812 204 367.01 380>\nVStem: 146 0<655 665.482> 146 111<644.761 654.969 655 665.482> 233 0<58 68.4823 298 308.482> 233 111<58 68 298 308> 322 0<656 666.229> 322 111<656 660>\nFore\n377 712 m 0\n 407 712 433 688 433 656 c 0\n 433 627 409 600 377 600 c 0\n 349 600 322 624 322 656 c 0\n 322 684 345 712 377 712 c 0\n377 712 m 0\n 407 712 433 688 433 656 c 0\n 433 627 409 600 377 600 c 0\n 349 600 322 624 322 656 c 0\n 322 684 345 712 377 712 c 0\n377 712 m 0\n 345 712 322 684 322 656 c 0\n 322 624 349 600 377 600 c 0\n 409 600 433 627 433 656 c 0\n 433 688 407 712 377 712 c 0\n201 711 m 0\n 230 711 257 688 257 655 c 0\n 257 626 233 600 201 600 c 0\n 173 600 146 623 146 655 c 0\n 146 684 169 711 201 711 c 0\n201 711 m 0\n 230 711 257 688 257 655 c 0\n 257 626 233 600 201 600 c 0\n 173 600 146 623 146 655 c 0\n 146 684 169 711 201 711 c 0\n201 711 m 0\n 169 711 146 684 146 655 c 0\n 146 623 173 600 201 600 c 0\n 233 600 257 626 257 655 c 0\n 257 688 230 711 201 711 c 0\n288 114 m 0\n 317 114 344 91 344 58 c 0\n 344 29 320 3 288 3 c 0\n 260 3 233 26 233 58 c 0\n 233 87 256 114 288 114 c 0\n288 114 m 0\n 317 114 344 91 344 58 c 0\n 344 29 320 3 288 3 c 0\n 260 3 233 26 233 58 c 0\n 233 87 256 114 288 114 c 0\n288 114 m 0\n 256 114 233 87 233 58 c 0\n 233 26 260 3 288 3 c 0\n 320 3 344 29 344 58 c 0\n 344 91 317 114 288 114 c 0\n288 354 m 0\n 317 354 344 331 344 298 c 0\n 344 269 320 243 288 243 c 0\n 260 243 233 266 233 298 c 0\n 233 327 256 354 288 354 c 0\n288 354 m 0\n 317 354 344 331 344 298 c 0\n 344 269 320 243 288 243 c 0\n 260 243 233 266 233 298 c 0\n 233 327 256 354 288 354 c 0\n288 354 m 0\n 256 354 233 327 233 298 c 0\n 233 266 260 243 288 243 c 0\n 320 243 344 269 344 298 c 0\n 344 331 317 354 288 354 c 0\n548 524 m 9\n 548 432 l 1\n 26 432 l 1\n 26 524 l 1\n 548 524 l 9\nEndSplineSet\nEndChar\nStartChar: uni070B\nEncoding: 1803 1803 906\nWidth: 574\nFlags: W\nHStem: 245 0<288 299> 245 111<288 299> 432 92<26 548>\nVStem: 233 0<300 310.482> 233 111<300 310>\nFore\n288 356 m 0\n 318 356 344 333 344 300 c 0\n 344 271 320 245 288 245 c 0\n 260 245 233 268 233 300 c 0\n 233 329 256 356 288 356 c 0\n288 356 m 0\n 318 356 344 333 344 300 c 0\n 344 271 320 245 288 245 c 0\n 260 245 233 268 233 300 c 0\n 233 329 256 356 288 356 c 0\n288 356 m 0\n 256 356 233 329 233 300 c 0\n 233 268 260 245 288 245 c 0\n 320 245 344 271 344 300 c 0\n 344 333 318 356 288 356 c 0\n548 524 m 9\n 548 432 l 1\n 26 432 l 1\n 26 524 l 1\n 548 524 l 9\nEndSplineSet\nEndChar\nStartChar: uni070C\nEncoding: 1804 1804 907\nWidth: 645\nFlags: W\nFore\n432 272 m 9\n 480 303 l 25\n 456 177 l 25\n 316 201 l 25\n 366 231 l 1\n 136 576 l 1\n 213 621 l 1\n 432 272 l 9\nEndSplineSet\nEndChar\nStartChar: uni070D\nEncoding: 1805 1805 908\nWidth: 574\nFlags: W\nHStem: 228 0<241 342> 272 0<457 459> 272 112<457 459> 275 0<124 126> 275 111<124 126> 432 0<25 548> 432 92<25 548> 577 0<124 126 445.01 460> 577 111<124 126 445.01 460> 669 20G<439 470 439 470 439 470>\nVStem: 26 0<431 524> 69 0<330 340.482 632 642.482> 69 111<330 341 632 636> 69 171<319.535 330 621.535 632> 240 0<227 722> 240 101<227 722> 240 161<228 331> 401 0<328 338.03 633 643.229> 401 111<328 332 633 635>\nFore\n455 689 m 0\n 485 689 511 665 511 633 c 0\n 511 604 487 577 455 577 c 0\n 427 577 400 601 400 633 c 0\n 400 661 423 689 455 689 c 0\n455 689 m 0\n 485 689 511 665 511 633 c 0\n 511 604 487 577 455 577 c 0\n 427 577 400 601 400 633 c 0\n 400 661 423 689 455 689 c 0\n455 689 m 0\n 423 689 400 661 400 633 c 0\n 400 601 427 577 455 577 c 0\n 487 577 511 604 511 633 c 0\n 511 665 485 689 455 689 c 0\n457 384 m 0\n 486 384 512 360 512 328 c 0\n 512 299 489 272 457 272 c 0\n 428 272 401 296 401 328 c 0\n 401 356 425 384 457 384 c 0\n124 386 m 0\n 153 386 180 363 180 330 c 0\n 180 301 156 275 124 275 c 0\n 96 275 69 298 69 330 c 0\n 69 359 92 386 124 386 c 0\n124 688 m 0\n 153 688 180 665 180 632 c 0\n 180 603 156 577 124 577 c 0\n 96 577 69 600 69 632 c 0\n 69 661 92 688 124 688 c 0\n342 228 m 1\n 241 228 l 1\n 240 722 l 1\n 341 722 l 1\n 342 228 l 1\n548 524 m 9\n 548 432 l 1\n 26 432 l 1\n 26 524 l 1\n 548 524 l 9\n457 384 m 0\n 486 384 512 360 512 328 c 0\n 512 299 489 272 457 272 c 0\n 428 272 401 296 401 328 c 0\n 401 356 425 384 457 384 c 0\n124 386 m 0\n 153 386 180 363 180 330 c 0\n 180 301 156 275 124 275 c 0\n 96 275 69 298 69 330 c 0\n 69 359 92 386 124 386 c 0\n124 688 m 0\n 153 688 180 665 180 632 c 0\n 180 603 156 577 124 577 c 0\n 96 577 69 600 69 632 c 0\n 69 661 92 688 124 688 c 0\n342 228 m 1\n 241 228 l 1\n 240 722 l 1\n 341 722 l 1\n 342 228 l 1\n548 524 m 9\n 548 432 l 1\n 26 432 l 1\n 26 524 l 1\n 548 524 l 9\n457 384 m 0\n 425 384 401 356 401 328 c 0\n 401 296 428 272 457 272 c 0\n 489 272 512 299 512 328 c 0\n 512 360 486 384 457 384 c 0\n124 386 m 0\n 92 386 69 359 69 330 c 0\n 69 298 96 275 124 275 c 0\n 156 275 180 301 180 330 c 0\n 180 363 153 386 124 386 c 0\n124 688 m 0\n 92 688 69 661 69 632 c 0\n 69 600 96 577 124 577 c 0\n 156 577 180 603 180 632 c 0\n 180 665 153 688 124 688 c 0\n342 228 m 1\n 341 722 l 1\n 240 722 l 1\n 241 228 l 1\n 342 228 l 1\n548 524 m 17\n 26 524 l 1\n 26 432 l 1\n 548 432 l 1\n 548 524 l 17\nEndSplineSet\nEndChar\nStartChar: uni0710\nEncoding: 1808 1808 909\nWidth: 452\nFlags: W\nHStem: 0 90<244 415>\nVStem: 180 91<246 371> 181 90<330 376>\nFore\n415 0 m 1\n 195 0 l 1\n 174 -50 145 -101 118 -137 c 1\n 35 -137 l 1\n 99 -48 124 36 160 145 c 0\n 174 184 180 217 180 246 c 0\n 180 288 l 0\n 180 302 180 316 181 330 c 0\n 181 388 179 413 164 457 c 2\n 136 547 l 2\n 125 581 111 610 95 634 c 1\n 180 634 l 1\n 217 584 223 558 262 449 c 0\n 269 431 271 399 271 371 c 0\n 271 291 256 180 244 90 c 1\n 415 90 l 1\n 415 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0711\nEncoding: 1809 1809 910\nWidth: 452\nFlags: W\nHStem: 454 90<246 386>\nFore\n386 454 m 1\n 197 454 l 1\n 192 443 190 434 185 427 c 0\n 158 388 170 404 140 372 c 1\n 57 372 l 1\n 97 414 98 421 135 485 c 0\n 147 506 155 519 169 584 c 0\n 174 607 173 650 170 682 c 0\n 167 706 161 728 150 748 c 0\n 134 777 123 799 105 818 c 1\n 190 818 l 1\n 213 789 219 774 232 742 c 0\n 241 719 244 714 253 671 c 1\n 253 585 254 622 246 544 c 1\n 386 544 l 1\n 386 454 l 1\nEndSplineSet\nEndChar\nStartChar: uni0712\nEncoding: 1810 1810 911\nWidth: 574\nFlags: W\nHStem: 0 90<-72 538> 339 88<152 444>\nVStem: 444 94<90 427>\nFore\n538 0 m 1\n -72 0 l 1\n -72 90 l 1\n 444 90 l 1\n 444 339 l 1\n 152 339 l 1\n 152 427 l 1\n 538 427 l 1\n 538 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0713\nEncoding: 1811 1811 912\nWidth: 645\nFlags: W\nHStem: -231 97<477 488> -231 98<468 488> 0 90<-72 331 434 609>\nVStem: 422 101<-184 -176> 435 174<40 90>\nDStem: 331 0 353 -10 447 -141 455 -135\nFore\n477 -231 m 0\n 442.983 -231 422 -208.016 422 -181 c 0\n 422 -167.174 430.329 -155.289 447 -141 c 1\n 331 0 l 1\n -72 0 l 1\n -72 90 l 1\n 350 90 l 1\n 89 496 l 1\n 166 541 l 1\n 434 90 l 1\n 609 90 l 1\n 609 0 l 1\n 581 0 l 2\n 572 0 562 -0 552 -1 c 0\n 495 -1 435 4 435 50 c 1\n 411 56 l 1\n 401 40 375 10 353 -10 c 1\n 455 -135 l 1\n 463 -134 468 -133 470 -133 c 0\n 477 -134 483 -134 488 -134 c 0\n 505 -140 523 -153 523 -178 c 0\n 523 -199 514 -214 498 -226 c 0\n 493 -229 486 -231 477 -231 c 0\nEndSplineSet\nEndChar\nStartChar: uni0714\nEncoding: 1812 1812 913\nWidth: 645\nFlags: W\nHStem: -231 97<477 488> -231 98<468 488> 0 90<-72 331 434 609>\nVStem: 422 101<-184 -176> 435 174<40 90>\nDStem: 331 0 353 -10 447 -141 455 -135\nFore\n477 -231 m 0\n 442.983 -231 422 -208.016 422 -181 c 0\n 422 -167.174 430.329 -155.289 447 -141 c 1\n 331 0 l 1\n -72 0 l 1\n -72 90 l 1\n 140 90 l 1\n 238 244 l 1\n 198 90 l 1\n 350 90 l 1\n 89 496 l 1\n 166 541 l 1\n 434 90 l 1\n 609 90 l 1\n 609 0 l 1\n 581 0 l 2\n 572 0 562 -0 552 -1 c 0\n 495 -1 435 4 435 50 c 1\n 411 56 l 1\n 401 40 375 10 353 -10 c 1\n 455 -135 l 1\n 463 -134 468 -133 470 -133 c 0\n 477 -134 483 -134 488 -134 c 0\n 505 -140 523 -153 523 -178 c 0\n 523 -199 514 -214 498 -226 c 0\n 493 -229 486 -231 477 -231 c 0\nEndSplineSet\nEndChar\nStartChar: uni0715\nEncoding: 1813 1813 914\nWidth: 509\nFlags: W\nHStem: -143 83<120 241> 0 90<107 473> 339 90<175 232.386>\nVStem: 403 70<90 226> 405 68<211 297>\nFore\n241 -143 m 1\n 120 -143 l 1\n 120 -60 l 1\n 241 -60 l 1\n 241 -143 l 1\n473 0 m 1\n 107 0 l 1\n 107 90 l 1\n 403 90 l 1\n 403 115 405 189 405 211 c 0\n 405 266 392 301 366 316 c 128\n 340 331 276 339 175 339 c 1\n 175 429 l 1\n 293 429 372 421 412 404 c 0\n 453 388 473 352 473 297 c 2\n 473 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0716\nEncoding: 1814 1814 915\nWidth: 509\nFlags: W\nHStem: 0 90<107 473> 339 90<175 232.386>\nVStem: 403 70<90 225> 405 68<211 297>\nFore\n473 0 m 1\n 107 0 l 1\n 107 90 l 1\n 403 90 l 1\n 403 115 405 189 405 211 c 0\n 405 266 392 301 366 316 c 128\n 340 331 276 339 175 339 c 1\n 175 429 l 1\n 293 429 372 421 412 404 c 0\n 453 388 473 352 473 297 c 2\n 473 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0717\nEncoding: 1815 1815 916\nWidth: 682\nFlags: W\nHStem: -2 79<268 291> 335 92<289 556> 339 90<276 289>\nVStem: 109 69<197 222> 372 63<186 222> 556 89<-69 427>\nFore\n645 -69 m 1\n 556 -69 l 1\n 556 335 l 1\n 425 335 l 1\n 433 300 435 264 435 222 c 0\n 435 179 432 127 421 101 c 0\n 397 48 351 -2 281 -2 c 128\n 211 -2 143 55 122 120 c 0\n 113 146 109 173 109 202 c 0\n 109 321 170 429 289 429 c 2\n 645 427 l 1\n 645 -69 l 1\n282 77 m 0\n 333.394 77 372 135.479 372 199 c 0\n 372 263 337 339 278 339 c 0\n 225 339 178 260 178 207 c 0\n 178 138 217 77 282 77 c 0\nEndSplineSet\nEndChar\nStartChar: uni0718\nEncoding: 1816 1816 917\nWidth: 585\nFlags: W\nHStem: 0 90<307 325> 337 90<307 326>\nVStem: 100 90<207 225> 448 90<207 225>\nFore\n100 213 m 0\n 100 332.325 190.511 427 320 427 c 0\n 389 427 444 403 485 356 c 0\n 520 315 538 267 538 213 c 0\n 538 92.9611 447.887 0 320 0 c 0\n 251 0 195 24 154 71 c 0\n 118 112 100 160 100 213 c 0\n317 337 m 0\n 250.512 337 190 277.082 190 215 c 0\n 190 147 254 90 323 90 c 0\n 391 90 448 146 448 211 c 0\n 448 277 381 337 317 337 c 0\nEndSplineSet\nEndChar\nStartChar: uni0719\nEncoding: 1817 1817 918\nWidth: 404\nFlags: W\nFore\n315 371 m 0\n 347.763 371 347 212.892 347 156 c 0\n 347 95 347 41 342 -8 c 1\n 336 -14 295 -161 276 -170 c 1\n 218 -154 l 1\n 237 -144 272 -20 286 -6 c 1\n 239 75 208 134 194 170 c 0\n 183 199 177 232 177 267 c 0\n 177 312 182 340 193 350 c 0\n 208 364 249 371 315 371 c 0\nEndSplineSet\nEndChar\nStartChar: uni071A\nEncoding: 1818 1818 919\nWidth: 627\nFlags: W\nHStem: 0 90<-72 232>\nVStem: 371 57<84 112>\nDStem: 232 115 176 279 354 0 371 84 428 112 377 290 555 0 591 97\nFore\n591 0 m 1\n 555 0 l 1\n 428 112 l 1\n 428 0 l 1\n 354 0 l 1\n 232 115 l 1\n 232 0 l 1\n -72 0 l 1\n -72 90 l 1\n 176 90 l 1\n 176 279 l 1\n 371 84 l 1\n 371 158 373 214 377 290 c 1\n 591 97 l 1\n 591 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni071B\nEncoding: 1819 1819 920\nWidth: 718\nFlags: W\nHStem: 0 90<-72 412 438 636>\nFore\n682 -7 m 1\n 507 -161 l 1\n 412 0 l 1\n -72 0 l 1\n -72 90 l 1\n 364 90 l 1\n 92 496 l 1\n 166 540 l 1\n 438 90 l 1\n 682 90 l 1\n 682 -7 l 1\n636 0 m 1\n 470 0 l 1\n 538 -95 l 1\n 636 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni071C\nEncoding: 1820 1820 921\nWidth: 718\nFlags: W\nHStem: 0 90<-72 412>\nFore\n682 -7 m 1\n 507 -161 l 1\n 412 0 l 1\n -72 0 l 1\n -72 90 l 1\n 364 90 l 1\n 92 496 l 1\n 166 540 l 1\n 438 90 l 1\n 682 90 l 1\n 682 -7 l 1\nEndSplineSet\nEndChar\nStartChar: uni071D\nEncoding: 1821 1821 922\nWidth: 484\nFlags: W\nHStem: 0 90<-72 335>\nFore\n448 17 m 1\n 342 96 l 1\n 335 0 l 1\n -72 0 l 1\n -72 90 l 1\n 285 90 l 1\n 285 273 l 1\n 448 80 l 1\n 448 17 l 1\nEndSplineSet\nEndChar\nStartChar: uni071E\nEncoding: 1822 1822 923\nWidth: 682\nFlags: W\nHStem: -173 111<211.812 225> -1 21G<59 129> 0 92<459 644> 336 92<102 369> 340 90<89 102> 517 111<113.812 129 309.812 323> 657 111<211.812 225>\nVStem: -78 69<194 223> 69 111<572 580> 185 63<194 223> 265 111<572 580> 369 89<-68 428>\nFore\n222 -62 m 0\n 251 -62 278 -85 278 -118 c 0\n 278 -147 254 -173 222 -173 c 0\n 194 -173 167 -150 167 -118 c 0\n 167 -89 190 -62 222 -62 c 0\n124 628 m 0\n 153 628 180 605 180 572 c 0\n 180 543 156 517 124 517 c 0\n 96 517 69 540 69 572 c 0\n 69 601 92 628 124 628 c 0\n320 628 m 0\n 349 628 376 605 376 572 c 0\n 376 543 352 517 320 517 c 0\n 292 517 265 540 265 572 c 0\n 265 601 288 628 320 628 c 0\n222 768 m 0\n 251 768 278 745 278 712 c 0\n 278 683 254 657 222 657 c 0\n 194 657 167 680 167 712 c 0\n 167 741 190 768 222 768 c 0\n-144 0 m 1\n -143 -1 l 1\n -144 0 l 1\n95 78 m 0\n 146.233 78 185 135.119 185 200 c 0\n 185 264 150 340 91 340 c 0\n 38 340 -9 261 -9 208 c 0\n -9 139 30 78 95 78 c 0\n460 92 m 1\n 594 92 l 1\n 594 275 l 1\n 757 82 l 1\n 757 19 l 1\n 651 98 l 1\n 644 0 l 1\n 460 0 l 1\n 369 -68 l 1\n 369 336 l 1\n 238 336 l 1\n 246 301 248 265 248 223 c 0\n 248 180 245 128 234 102 c 0\n 210 49 164 -1 94 -1 c 128\n 24 -1 -44 56 -66 122 c 0\n -74 146 -78 174 -78 203 c 0\n -78 322 -17 430 102 430 c 2\n 458 428 l 1\n 460 92 l 1\nEndSplineSet\nEndChar\nStartChar: uni071F\nEncoding: 1823 1823 924\nWidth: 600\nFlags: W\nHStem: 92 87<407 426>\nVStem: 473 76<18 42>\nDStem: 97 362 192 300 225 13 261 120 450 475 450 385 97 362 192 300\nFore\n471 -216 m 1\n 381 -216 l 1\n 423 -148 473 -58 473 20 c 0\n 473 68 452 92 409 92 c 0\n 364 92 303 66 225 13 c 1\n 97 362 l 1\n 450 475 l 1\n 450 385 l 1\n 192 300 l 1\n 261 120 l 1\n 322 159 377 179 426 179 c 0\n 506 179 549 126 549 42 c 0\n 549 -49 508 -146 471 -216 c 1\nEndSplineSet\nEndChar\nStartChar: uni0720\nEncoding: 1824 1824 925\nWidth: 660\nFlags: W\nHStem: 0 90<-72 624>\nFore\n624 0 m 1\n -72 0 l 1\n -72 90 l 1\n 542 90 l 1\n 115 597 l 1\n 189 664 l 1\n 624 101 l 1\n 624 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0721\nEncoding: 1825 1825 926\nWidth: 682\nFlags: W\nHStem: 0 90<313 645> 339 88<107 323 107 566>\nVStem: 566 79<90 427>\nDStem: 323 339 407 339 134 -138 313 90 323 339 278 0 134 -138 217 -138\nFore\n645 0 m 1\n 278 0 l 1\n 217 -138 l 1\n 134 -138 l 1\n 323 339 l 1\n 107 339 l 1\n 107 427 l 1\n 645 427 l 1\n 645 0 l 1\n566 90 m 1\n 566 339 l 1\n 407 339 l 1\n 313 90 l 1\n 566 90 l 1\nEndSplineSet\nEndChar\nStartChar: uni0722\nEncoding: 1826 1826 927\nWidth: 538\nFlags: W\nFore\n107 158 m 1\n 222 259 l 1\n 659 -309 l 1\n 620 -345 l 1\n 299 55 l 1\n 239 0 l 1\n 107 158 l 1\nEndSplineSet\nEndChar\nStartChar: uni0723\nEncoding: 1827 1827 928\nWidth: 718\nFlags: W\nHStem: -21 20G<512.5 540> 0 90<-72 239> 289 78<540 559> 352 72<307 329>\nVStem: 167 64<226 256> 400 39<89 242> 633 56<158 176>\nFore\n559 367 m 0\n 653.675 367 689 259.223 689 168 c 0\n 689 94 664 39 618 16 c 0\n 595 5 562 -1 518 -1 c 0\n 507 -1 459 0 447 0 c 2\n 436 0 l 2\n 407 0 295 57 239 85 c 1\n 239 0 l 1\n -72 0 l 1\n -72 90 l 1\n 207 90 l 1\n 181 119 167 175 167 230 c 0\n 167 291 184 367 214 394 c 0\n 237 414 269 424 309 424 c 0\n 346 424 380 415 410 397 c 0\n 424 387 449 349 461 332 c 1\n 496 355 528 367 559 367 c 0\n633 169 m 0\n 633 222 594 289 540 289 c 0\n 501 289 479 258 458 226 c 0\n 446 203 439 125 439 89 c 1\n 458 84 478 80 501 80 c 2\n 527 80 l 2\n 536 82 543 83 548 84 c 0\n 598 91 633 116 633 169 c 0\n400 242 m 2\n 400 262 l 2\n 400 289 398 299 385 314 c 0\n 370 335 348 352 316 352 c 0\n 287 352 264 336 250 318 c 0\n 237 297 231 273 231 245 c 0\n 231 156 298 125 373 95 c 1\n 385 125 400 204 400 242 c 2\nEndSplineSet\nEndChar\nStartChar: uni0724\nEncoding: 1828 1828 929\nWidth: 718\nFlags: W\nHStem: -21 20G<512.5 540> 0 80<447 501> 289 78<540 559> 352 72<307 328>\nVStem: 167 64<226 247> 400 39<89 242> 633 56<161 179>\nFore\n559 367 m 0\n 653.675 367 689 259.223 689 168 c 0\n 689 94 664 39 618 16 c 0\n 595 5 562 -1 518 -1 c 0\n 507 -1 459 0 447 0 c 2\n 436 0 l 2\n 428 0 412 2 396 4 c 1\n 394 -2 388 -15 352 -72 c 1\n 252 -206 l 1\n 180 -156 l 1\n 334 24 l 1\n 286 37 259 56 222 86 c 1\n 209 100 184 124 178 150 c 0\n 170 175 167 202 167 230 c 0\n 167 291 184 367 214 394 c 0\n 237 414 269 424 309 424 c 0\n 346 424 380 415 410 397 c 0\n 424 387 449 349 461 332 c 1\n 496 355 528 367 559 367 c 0\n633 169 m 0\n 633 222 594 289 540 289 c 0\n 501 289 479 258 458 226 c 0\n 446 203 439 125 439 89 c 1\n 458 84 478 80 501 80 c 2\n 527 80 l 2\n 536 82 543 83 548 84 c 0\n 598 91 633 116 633 169 c 0\n400 242 m 2\n 400 262 l 2\n 400 289 398 299 385 314 c 0\n 370 335 348 352 316 352 c 0\n 287 352 264 336 250 318 c 0\n 237 297 231 273 231 245 c 0\n 231 156 298 125 373 95 c 1\n 385 125 400 204 400 242 c 2\nEndSplineSet\nEndChar\nStartChar: uni0725\nEncoding: 1829 1829 930\nWidth: 718\nFlags: W\nHStem: 0 90<-72 312> 13 78<497 510>\nDStem: 102 497 167 540 322 132 355 220\nFore\n676 75 m 1\n 605 34 546 13 499 13 c 0\n 424 13 385 61 354 117 c 1\n 333 77 318 46 312 0 c 1\n -72 0 l 1\n -72 90 l 1\n 222 91 l 2\n 259 91 293 105 322 132 c 1\n 102 497 l 1\n 167 540 l 1\n 355 220 l 1\n 383 176 407 145 428 126 c 0\n 453 103 480 91 508 91 c 0\n 564 91 610 129 651 166 c 1\n 676 75 l 1\nEndSplineSet\nEndChar\nStartChar: uni0726\nEncoding: 1830 1830 931\nWidth: 574\nFlags: W\nHStem: 0 90<-72 540> 229 70<311 361>\nVStem: 153 80<367 384>\nFore\n540 0 m 1\n -72 0 l 1\n -72 90 l 1\n 450 90 l 1\n 438 235 l 1\n 397 231 364 229 339 229 c 0\n 285 229 254 237 216 254 c 0\n 175 270 153 327 153 384 c 0\n 153 463 211 502 280 525 c 1\n 477 576 l 1\n 540 0 l 1\n432 307 m 1\n 410 472 l 1\n 410 472 275 443 263 432 c 0\n 243 414 233 393 233 369 c 0\n 233 322 270 299 321 299 c 0\n 365 299 396 300 432 307 c 1\nEndSplineSet\nEndChar\nStartChar: uni0727\nEncoding: 1831 1831 932\nWidth: 574\nFlags: W\nHStem: 0 90<18 540> 229 70<103 153>\nVStem: 235 80<367 384>\nDStem: -9 576 58 472 -72 0 36 307 -9 576 30 235 -72 0 18 90\nFore\n-72 0 m 1\n -9 576 l 1\n 188 525 l 1\n 257 502 315 463 315 384 c 0\n 315 327 293 270 252 254 c 0\n 214 237 183 229 129 229 c 0\n 104 229 71 231 30 235 c 1\n 18 90 l 1\n 540 90 l 1\n 540 0 l 1\n -72 0 l 1\n36 307 m 1\n 72 300 103 299 147 299 c 0\n 198 299 235 322 235 369 c 0\n 235 393 225 414 205 432 c 0\n 193 443 58 472 58 472 c 1\n 36 307 l 1\nEndSplineSet\nEndChar\nStartChar: uni0728\nEncoding: 1832 1832 933\nWidth: 638\nFlags: W\nHStem: -365 90<146 617> 0 88<366 480>\nVStem: 127 93<24 48>\nFore\n617 -365 m 1\n 146 -365 l 1\n 146 -275 l 1\n 542 -275 l 2\n 535 -275 508 -265 460 -246 c 0\n 327 -193 195 -110 134 -5 c 0\n 129 2 127 20 127 48 c 0\n 127 118 140 205 154 272 c 1\n 161 261 175 234 196 191 c 0\n 225 130 249 99 266 97 c 0\n 311 91 354 88 394 88 c 2\n 419 88 l 2\n 425 89 429 90 432 90 c 1\n 432 270 l 1\n 594 76 l 1\n 594 14 l 1\n 489 93 l 1\n 480 0 l 1\n 308 0 l 2\n 262 0 240 10 224 40 c 1\n 221 37 220 33 220 26 c 0\n 220 8 231 -12 254 -34 c 0\n 330 -109 509 -180 569 -214 c 0\n 618 -240 642 -263 642 -284 c 0\n 642 -302 621 -353 617 -365 c 1\nEndSplineSet\nEndChar\nStartChar: uni0729\nEncoding: 1833 1833 934\nWidth: 585\nFlags: W\nHStem: 0 100<-72 134 227 480> 339 88<152 480>\nVStem: 152 75<100 339> 480 70<100 427>\nFore\n550 0 m 1\n 243 0 l 2\n 229 0 216 12 204 22 c 0\n 186 37 167 50 159 69 c 1\n 134 65 l 1\n 134 0 l 1\n -72 0 l 1\n -72 100 l 1\n 152 100 l 1\n 152 427 l 1\n 550 427 l 1\n 550 0 l 1\n480 100 m 1\n 480 339 l 1\n 227 339 l 1\n 227 100 l 1\n 480 100 l 1\nEndSplineSet\nEndChar\nStartChar: uni072A\nEncoding: 1834 1834 935\nWidth: 509\nFlags: W\nHStem: 0 90<107 473> 339 90<175 232.386> 526 82<162 285>\nVStem: 403 70<90 225> 405 68<211 297>\nFore\n285 526 m 1\n 162 526 l 1\n 162 608 l 1\n 285 608 l 1\n 285 526 l 1\n473 0 m 1\n 107 0 l 1\n 107 90 l 1\n 403 90 l 1\n 403 115 405 189 405 211 c 0\n 405 266 392 301 366 316 c 128\n 340 331 276 339 175 339 c 1\n 175 429 l 1\n 293 429 372 421 412 404 c 0\n 453 388 473 352 473 297 c 2\n 473 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni072B\nEncoding: 1835 1835 936\nWidth: 682\nFlags: W\nHStem: 0 90<-72 348 449 645> 337 90<150 350 150 600>\nDStem: 350 337 440 337 360 90 450 90\nFore\n645 0 m 1\n 440 0 l 2\n 403 0 383 28 372 59 c 1\n 348 0 l 1\n -72 0 l 1\n -72 90 l 1\n 360 90 l 1\n 350 337 l 1\n 150 337 l 1\n 150 427 l 1\n 599 427 l 1\n 600 338 l 1\n 440 337 l 1\n 450 90 l 1\n 645 90 l 1\n 645 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni072C\nEncoding: 1836 1836 937\nWidth: 682\nFlags: W\nHStem: -7 95<208 216>\nVStem: 99 73<117 135>\nFore\n619 4 m 1\n 282 396 l 1\n 251 342 172 205 172 130 c 0\n 172 101 185 88 214 88 c 0\n 230 88 254 94 287 106 c 0\n 328 121 350 129 354 130 c 0\n 383.391 138.016 440.017 70.5872 457 47 c 1\n 417 -10 l 1\n 398 15 381 30 348 40 c 1\n 339 40 317 32 282 16 c 0\n 247 1 223 -7 210 -7 c 0\n 136 -7 99 43 99 117 c 0\n 99 168 116 226 148 294 c 0\n 182 360 229 426 292 491 c 1\n 619 87 l 1\n 619 4 l 1\nEndSplineSet\nEndChar\nStartChar: uni0730\nEncoding: 1840 1840 938\nWidth: 1\nFlags: W\nDStem: 219 772 246 757 243 666 268 681 250 639 275 654 263 596 287 612 307 704 328 687 268 681 275 654 328 687 352 703 362 657 388 673 374 745 396 730 334 721 352 703\nFore\n287 612 m 1\n 263 596 l 1\n 250 639 l 1\n 212 615 l 1\n 206 644 l 1\n 243 666 l 1\n 219 772 l 1\n 245 786 l 1\n 334 721 l 1\n 374 745 l 1\n 396 730 l 1\n 352 703 l 1\n 388 673 l 1\n 362 657 l 1\n 328 687 l 1\n 275 654 l 1\n 287 612 l 1\n268 681 m 1\n 307 704 l 1\n 246 757 l 1\n 268 681 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0731\nEncoding: 1841 1841 939\nWidth: 1\nFlags: W\nDStem: 264 -192 290 -176 299 -222 324 -206 299 -222 318 -240 256 -249 278 -263 318 -240 344 -223 407 -305 406 -276 365 -131 389 -115 377 -173 402 -158 377 -173 384 -199 324 -206 344 -223 384 -199 409 -185 406 -276 433 -291\nFore\n365 -131 m 1\n 389 -115 l 1\n 402 -158 l 1\n 440 -134 l 1\n 445 -163 l 1\n 409 -185 l 1\n 433 -291 l 1\n 407 -305 l 1\n 318 -240 l 1\n 278 -263 l 1\n 256 -249 l 1\n 299 -222 l 1\n 264 -192 l 1\n 290 -176 l 1\n 324 -206 l 1\n 377 -173 l 1\n 365 -131 l 1\n384 -199 m 1\n 344 -223 l 1\n 406 -276 l 1\n 384 -199 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0732\nEncoding: 1842 1842 940\nWidth: 1\nFlags: W\nHStem: 725 20G<300 335>\nVStem: 300 35<-265 -115 595 745>\nFore\n300 -115 m 1\n 335 -115 l 1\n 335 -265 l 1\n 300 -265 l 1\n 300 -115 l 1\n300 745 m 1\n 335 745 l 1\n 335 595 l 1\n 300 595 l 1\n 300 745 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0733\nEncoding: 1843 1843 941\nWidth: 1\nFlags: W\nDStem: 320 776 350 758 245 646 275 629 450 701 480 683 375 571 405 554\nFore\n450 701 m 1\n 480 683 l 1\n 405 554 l 1\n 375 571 l 1\n 450 701 l 1\n320 776 m 1\n 350 758 l 1\n 275 629 l 1\n 245 646 l 1\n 320 776 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0734\nEncoding: 1844 1844 942\nWidth: 1\nFlags: W\nDStem: 280 -38 310 -56 205 -168 235 -185 410 -113 440 -131 335 -243 365 -260\nFore\n410 -113 m 1\n 440 -131 l 1\n 365 -260 l 1\n 335 -243 l 1\n 410 -113 l 1\n280 -38 m 1\n 310 -56 l 1\n 235 -185 l 1\n 205 -168 l 1\n 280 -38 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0735\nEncoding: 1845 1845 943\nWidth: 1\nFlags: W\nHStem: 565 111<437.812 451> 657 111<272.681 289>\nVStem: 227 111<712 721> 393 111<609.761 625>\nFore\n448 676 m 0\n 478 676 504 653 504 620 c 0\n 504 591 480 565 448 565 c 0\n 420 565 393 588 393 620 c 0\n 393 649 416 676 448 676 c 0\n283 768 m 0\n 312 768 338 745 338 712 c 0\n 338 683 315 657 283 657 c 0\n 254 657 227 681 227 712 c 0\n 227 741 251 768 283 768 c 0\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0736\nEncoding: 1846 1846 944\nWidth: 1\nFlags: W\nDStem: 320 776 331 725 245 646 275 629 363 706 396 686 307 611 340 592 396 686 320 776 430 666 480 683 430 666 480 683 375 571 405 554\nFore\n396 686 m 25\n 340 592 l 25\n 307 611 l 25\n 363 706 l 25\n 331 725 l 1\n 275 629 l 1\n 245 646 l 1\n 320 776 l 1\n 480 683 l 1\n 405 554 l 1\n 375 571 l 1\n 430 666 l 1\n 396 686 l 25\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0737\nEncoding: 1847 1847 945\nWidth: 1\nFlags: W\nDStem: 280 -38 310 -55 205 -167 255 -150 346 -76 378 -95 289 -170 322 -190 410 -113 440 -130 354 -209 365 -260\nFore\n289 -170 m 25\n 346 -76 l 25\n 378 -95 l 25\n 322 -190 l 25\n 354 -209 l 1\n 410 -113 l 1\n 440 -130 l 1\n 365 -260 l 1\n 205 -167 l 1\n 280 -38 l 1\n 310 -55 l 1\n 255 -150 l 1\n 289 -170 l 25\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0738\nEncoding: 1848 1848 946\nWidth: 1\nFlags: W\nVStem: 220 35<-225 -75> 370 35<-225 -75>\nFore\n370 -75 m 1\n 405 -75 l 1\n 405 -225 l 1\n 370 -225 l 1\n 370 -75 l 1\n220 -75 m 1\n 255 -75 l 1\n 255 -225 l 1\n 220 -225 l 1\n 220 -75 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0739\nEncoding: 1849 1849 947\nWidth: 1\nFlags: W\nDStem: 200 -119 230 -137 125 -249 155 -266 380 -64 410 -82 305 -194 335 -211\nFore\n380 -64 m 1\n 410 -82 l 1\n 335 -211 l 1\n 305 -194 l 1\n 380 -64 l 1\n200 -119 m 1\n 230 -137 l 1\n 155 -266 l 1\n 125 -249 l 1\n 200 -119 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni073A\nEncoding: 1850 1850 948\nWidth: 1\nFlags: W\nHStem: 588 34<169 347> 682 32<169 241 169 347>\nVStem: 241 33<622 682>\nFore\n169 588 m 1\n 169 622 l 1\n 241 622 l 1\n 241 682 l 1\n 169 682 l 1\n 169 714 l 1\n 347 714 l 1\n 347 682 l 1\n 274 682 l 1\n 274 622 l 1\n 347 622 l 1\n 347 588 l 1\n 169 588 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni073B\nEncoding: 1851 1851 949\nWidth: 1\nFlags: W\nHStem: -188 34<288 466> -94 32<288 360 288 466>\nVStem: 360 33<-154 -94>\nFore\n288 -188 m 1\n 288 -154 l 1\n 360 -154 l 1\n 360 -94 l 1\n 288 -94 l 1\n 288 -62 l 1\n 466 -62 l 1\n 466 -94 l 1\n 393 -94 l 1\n 393 -154 l 1\n 466 -154 l 1\n 466 -188 l 1\n 288 -188 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni073C\nEncoding: 1852 1852 950\nWidth: 1\nFlags: W\nVStem: 263 111<-122 -112>\nFore\n318 -66 m 0\n 347 -66 374 -89 374 -122 c 0\n 374 -151 350 -177 318 -177 c 0\n 290 -177 263 -154 263 -122 c 0\n 263 -93 286 -66 318 -66 c 0\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni073D\nEncoding: 1853 1853 951\nWidth: 1\nFlags: W\nHStem: 572 89<249 257> 691 33<171 203.75>\nVStem: 204 89<617 625>\nDStem: 302 687 336 708 349 566 379 576 355 783 379 765 312 724 336 708\nFore\n249 661 m 0\n 272 661 293 643 293 617 c 0\n 293 593 274 572 249 572 c 0\n 226 572 204 591 204 617 c 0\n 204 640 223 661 249 661 c 0\n379 576 m 1\n 349 566 l 1\n 302 687 l 1\n 171 691 l 1\n 171 724 l 1\n 312 724 l 1\n 355 783 l 1\n 379 765 l 1\n 336 708 l 1\n 379 576 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni073E\nEncoding: 1854 1854 952\nWidth: 1\nFlags: W\nHStem: -196 34<439.167 461> -134 89<377 385>\nVStem: 333 89<-90 -88>\nDStem: 253 -47 284 -37 296 -180 330 -156 296 -180 321 -196 253 -236 278 -255\nFore\n377 -45 m 0\n 401 -45 422 -64 422 -90 c 0\n 422 -113 403 -134 377 -134 c 0\n 354 -134 333 -115 333 -90 c 0\n 333 -67 351 -45 377 -45 c 0\n253 -47 m 1\n 284 -37 l 1\n 330 -156 l 1\n 461 -162 l 1\n 461 -196 l 1\n 321 -196 l 1\n 278 -255 l 1\n 253 -236 l 1\n 296 -180 l 1\n 253 -47 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni073F\nEncoding: 1855 1855 953\nWidth: 1\nFlags: W\nHStem: 618 111<307.812 321>\nVStem: 263 111<662.761 676>\nFore\n318 729 m 0\n 347 729 374 706 374 673 c 0\n 374 644 350 618 318 618 c 0\n 290 618 263 641 263 673 c 0\n 263 702 286 729 318 729 c 0\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0740\nEncoding: 1856 1856 954\nWidth: 1\nFlags: W\nHStem: -154 93<271 369>\nFore\n369 -154 m 1\n 271 -154 l 1\n 271 -61 l 1\n 369 -61 l 1\n 369 -154 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0741\nEncoding: 1857 1857 955\nWidth: 1\nFlags: W\nHStem: 618 111<307.812 321>\nVStem: 263 111<662.761 676>\nFore\n318 729 m 0\n 347 729 374 706 374 673 c 0\n 374 644 350 618 318 618 c 0\n 290 618 263 641 263 673 c 0\n 263 702 286 729 318 729 c 0\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0742\nEncoding: 1858 1858 956\nWidth: 1\nFlags: W\nVStem: 263 111<-122 -112>\nFore\n318 -66 m 0\n 347 -66 374 -89 374 -122 c 0\n 374 -151 350 -177 318 -177 c 0\n 290 -177 263 -154 263 -122 c 0\n 263 -93 286 -66 318 -66 c 0\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0743\nEncoding: 1859 1859 957\nWidth: 1\nFlags: W\nHStem: 487 111<309.812 323> 657 111<309.812 323>\nVStem: 265 111<531.559 545 712 721>\nFore\n320 598 m 0\n 350 598 376 575 376 542 c 0\n 376 513 353 487 320 487 c 0\n 292 487 265 510 265 542 c 0\n 265 571 288 598 320 598 c 0\n320 768 m 0\n 349 768 376 745 376 712 c 0\n 376 683 352 657 320 657 c 0\n 292 657 265 680 265 712 c 0\n 265 741 288 768 320 768 c 0\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0744\nEncoding: 1860 1860 958\nWidth: 1\nFlags: W\nHStem: -335 111<308.559 322> -165 111<308.518 322>\nVStem: 264 111<-280 -270 -120.441 -107>\nFore\n319 -224 m 0\n 348 -224 375 -247 375 -280 c 0\n 375 -309 351 -335 319 -335 c 0\n 290 -335 264 -312 264 -280 c 0\n 264 -251 287 -224 319 -224 c 0\n319 -54 m 0\n 348 -54 374 -77 374 -110 c 0\n 374 -139 351 -165 319 -165 c 0\n 290 -165 263 -142 263 -110 c 0\n 263 -81 287 -54 319 -54 c 0\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0745\nEncoding: 1861 1861 959\nWidth: 1\nFlags: W\nHStem: 517 111<211.812 225 418 420> 657 111<309.812 323>\nVStem: 167 111<561.761 577> 265 111<712 721> 363 111<561.761 577>\nFore\n222 628 m 0\n 251 628 278 605 278 572 c 0\n 278 543 254 517 222 517 c 0\n 194 517 167 540 167 572 c 0\n 167 601 190 628 222 628 c 0\n418 628 m 0\n 447 628 474 605 474 572 c 0\n 474 543 450 517 418 517 c 0\n 390 517 363 540 363 572 c 0\n 363 601 386 628 418 628 c 0\n320 768 m 0\n 349 768 376 745 376 712 c 0\n 376 683 352 657 320 657 c 0\n 292 657 265 680 265 712 c 0\n 265 741 288 768 320 768 c 0\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0746\nEncoding: 1862 1862 960\nWidth: 1\nFlags: W\nHStem: -311 111<309.01 322> -165 111<212.587 225 418 420>\nVStem: 167 111<-110 -102> 264 111<-256 -246> 363 111<-110 -102>\nFore\n167 -110 m 0\n 167 -79.3688 195.239 -54 222 -54 c 0\n 252.448 -54 278 -77.7801 278 -110 c 0\n 278 -141.872 254.531 -165 222 -165 c 0\n 189.736 -165 167 -136.751 167 -110 c 0\n363 -110 m 0\n 363 -79.3688 391.239 -54 418 -54 c 0\n 448.448 -54 474 -77.78 474 -110 c 0\n 474 -141.872 450.531 -165 418 -165 c 0\n 385.736 -165 363 -136.751 363 -110 c 0\n319 -200 m 0\n 348 -200 375 -223 375 -256 c 0\n 375 -285 351 -311 319 -311 c 0\n 291 -311 264 -287 264 -256 c 0\n 264 -227 287 -200 319 -200 c 0\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0747\nEncoding: 1863 1863 961\nWidth: 1\nFlags: W\nFore\n170 702 m 1\n 456 780 l 1\n 472 736 l 1\n 190 640 l 1\n 170 702 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0748\nEncoding: 1864 1864 962\nWidth: 1\nFlags: W\nFore\n186 -30 m 1\n 474 -112 l 1\n 454 -184 l 1\n 168 -82 l 1\n 186 -30 l 1\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0749\nEncoding: 1865 1865 963\nWidth: 1\nFlags: W\nDStem: 197 713 230 702 174 648 206 636 230 801 261 792 208 742 240 733 260 690 291 680 237 626 267 614 292 783 322 775 270 724 301 713 320 669 353 657 296 602 330 590 352 767 388 757 332 704 366 694 383 647 417 635 359 580 394 567 420 748 454 738 397 684 432 674\nFore\n178 751 m 1\n 208 742 l 1\n 230 801 l 1\n 261 792 l 1\n 240 733 l 1\n 270 724 l 1\n 292 783 l 1\n 322 775 l 1\n 301 713 l 1\n 332 704 l 1\n 352 767 l 1\n 388 757 l 1\n 366 694 l 1\n 397 684 l 1\n 420 748 l 1\n 454 738 l 1\n 432 674 l 1\n 468 662 l 1\n 453 622 l 1\n 417 635 l 1\n 394 567 l 1\n 359 580 l 1\n 383 647 l 1\n 353 657 l 1\n 330 590 l 1\n 296 602 l 1\n 320 669 l 1\n 291 680 l 1\n 267 614 l 1\n 237 626 l 1\n 260 690 l 1\n 230 702 l 1\n 206 636 l 1\n 174 648 l 1\n 197 713 l 1\n 167 724 l 1\n 178 751 l 1\nEndSplineSet\nEndChar\nStartChar: uni074A\nEncoding: 1866 1866 964\nWidth: 1\nFlags: W\nHStem: 617 0<252 257 385 387> 617 44<252 257 385 387> 661 18<252 259.316 385 392.316> 679 36<213 298 338 421> 679 37<213 299> 715 23<213 252 338 386> 716 22<213 252> 738 0<252 257 384 384> 738 44<252 257 384 384 384 384 384 384> 782 0<252 258.419 384 386>\nVStem: 230 44<639 641 760 762> 298 40<598 679 715 795> 363 0<638 638 760 762> 363 44<638 638 638 638 638 638 760 762>\nFore\n213 716 m 25\n 299 715 l 25\n 299 795 l 25\n 338 795 l 25\n 338 716 l 25\n 421 716 l 25\n 421 679 l 25\n 339 679 l 25\n 338 598 l 25\n 299 598 l 25\n 298 679 l 25\n 213 679 l 25\n 213 716 l 25\n362 760 m 0\n 362 770.945 369.362 782 384 782 c 0\n 391.21 782 396.503 779.497 400 776 c 0\n 403.226 772.773 406 766.96 406 760 c 0\n 406 744.398 394.201 738 384 738 c 0\n 372.43 738 362 749.798 362 760 c 0\n362 760 m 0\n 362 770.945 369.362 782 384 782 c 0\n 391.21 782 396.503 779.497 400 776 c 0\n 403.226 772.773 406 766.96 406 760 c 0\n 406 744.398 394.201 738 384 738 c 0\n 372.43 738 362 749.798 362 760 c 0\n384 738 m 0\n 394.945 738 406 745.362 406 760 c 0\n 406 767.21 403.497 772.503 400 776 c 0\n 396.774 779.226 390.96 782 384 782 c 0\n 368.398 782 362 770.201 362 760 c 0\n 362 748.43 373.799 738 384 738 c 0\n385 616 m 0\n 374.055 616 363 623.362 363 638 c 0\n 363 645.21 365.503 650.503 369 654 c 0\n 372.226 657.226 378.041 660 385 660 c 0\n 400.601 660 407 648.202 407 638 c 0\n 407 626.43 395.201 616 385 616 c 0\n274 639 m 0\n 274 627.714 263.749 617 252 617 c 0\n 241.619 617 235.802 623.797 231 631 c 0\n 230 633 230 636 230 639 c 0\n 230 646.21 232.503 651.503 236 655 c 0\n 239.226 658.226 245.04 661 252 661 c 0\n 267.601 661 274 649.202 274 639 c 0\n230 760 m 0\n 230 775.601 239.612 782 252 782 c 0\n 265.328 782 274 770.485 274 760 c 0\n 274 748.446 264.488 738 252 738 c 0\n 239.333 738 230 744.421 230 760 c 0\n385 616 m 0\n 374.055 616 363 623.362 363 638 c 0\n 363 645.21 365.503 650.503 369 654 c 0\n 372.226 657.226 378.041 660 385 660 c 0\n 400.601 660 407 648.202 407 638 c 0\n 407 626.43 395.201 616 385 616 c 0\n274 639 m 0\n 274 627.714 263.749 617 252 617 c 0\n 241.619 617 235.802 623.797 231 631 c 0\n 230 633 230 636 230 639 c 0\n 230 646.21 232.503 651.503 236 655 c 0\n 239.226 658.226 245.04 661 252 661 c 0\n 267.601 661 274 649.202 274 639 c 0\n230 760 m 0\n 230 775.601 239.612 782 252 782 c 0\n 265.328 782 274 770.485 274 760 c 0\n 274 748.446 264.488 738 252 738 c 0\n 239.333 738 230 744.421 230 760 c 0\n407 638 m 0\n 407 648.945 399.638 660 385 660 c 0\n 377.79 660 372.497 657.497 369 654 c 0\n 365.773 650.773 363 644.96 363 638 c 0\n 363 622.398 374.799 616 385 616 c 0\n 396.57 616 407 627.799 407 638 c 0\n274 639 m 0\n 274 649.945 266.638 661 252 661 c 0\n 244.79 661 239.497 658.497 236 655 c 0\n 232.773 651.773 230 645.96 230 639 c 0\n 230 625.529 239.242 617 252 617 c 0\n 265.02 617 274 628.831 274 639 c 0\n274 760 m 0\n 274 771.411 264.256 782 252 782 c 0\n 239.281 782 230 775.166 230 760 c 0\n 230 744.263 239.328 738 252 738 c 0\n 265.251 738 274 749.077 274 760 c 0\n0 1 m 1\n 1 0 l 1\n 0 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0901\nEncoding: 2305 2305 965\nWidth: 6\nFlags: W\nHStem: 509 37<-94 -90>\nFore\n-49 643 m 1\n -96 598 l 1\n -143 643 l 1\n -96 689 l 1\n -49 643 l 1\n48 589 m 1\n 29.4074 553.505 -42.663 509 -94 509 c 0\n -149 509 -214 564 -233 603 c 0\n -234 606 -235 609 -235 612 c 0\n -235 620 -231 624 -223 624 c 0\n -216 624 -212 621 -209 616 c 0\n -178 569 -139 546 -94 546 c 0\n -79 546 -61 551 -42 562 c 0\n -17 575 1 593 13 616 c 1\n 48 589 l 1\nEndSplineSet\nEndChar\nStartChar: uni0902\nEncoding: 2306 2306 966\nWidth: 6\nFlags: W\nFore\n-42 591 m 1\n -93 540 l 1\n -144 591 l 1\n -93 642 l 1\n -42 591 l 1\nEndSplineSet\nEndChar\nStartChar: uni0905\nEncoding: 2309 2309 967\nWidth: 644\nFlags: W\nHStem: 68 40<257 266> 68 178<64 257> 258 39<264 286> 421 40<201 218 400 535 400 651>\nVStem: 319 48<349 362> 352 48<179 198> 535 45<43 421>\nFore\n201 461 m 0\n 271.224 461 367 414.739 367 351 c 0\n 367 320 354 295 329 276 c 1\n 334 275 350 265 379 248 c 0\n 399 236 419 230 438 230 c 0\n 469 230 502 238 535 255 c 1\n 535 421 l 1\n 400 421 l 1\n 400 461 l 1\n 651 461 l 1\n 651 421 l 1\n 580 421 l 1\n 580 -2 l 1\n 535 44 l 1\n 535 203 l 1\n 499 189 429 188 395 203 c 1\n 398 196 400 188 400 179 c 0\n 400 113 326 68 257 68 c 0\n 175.221 68 88.5792 154.601 47 214 c 0\n 43 220 41 225 41 230 c 0\n 41 241 49 246 64 246 c 0\n 75 246 81 243 83 238 c 0\n 103 177 182 108 257 108 c 0\n 320 108 352 138 352 198 c 0\n 352 227 314 258 286 258 c 0\n 246 258 214 251 191 238 c 1\n 141 264 l 1\n 187 289 209 297 277 297 c 1\n 311.999 302.526 319 318.421 319 360 c 0\n 319 401 280 421 201 421 c 0\n 170 421 144 412 125 395 c 1\n 87 427 l 1\n 112 450 150 461 201 461 c 0\nEndSplineSet\nEndChar\nStartChar: uni0906\nEncoding: 2310 2310 968\nWidth: 816\nFlags: W\nHStem: 68 40<257 266> 68 178<64 257> 258 39<264 286> 421 40<201 218 400 535 400 707 400 821>\nVStem: 319 48<349 362> 352 48<179 198> 535 45<43 421> 707 45<43 421>\nFore\n201 461 m 0\n 271.224 461 367 414.739 367 351 c 0\n 367 320 354 295 329 276 c 1\n 334 275 350 265 379 248 c 0\n 399 236 419 230 438 230 c 0\n 469 230 502 238 535 255 c 1\n 535 421 l 1\n 400 421 l 1\n 400 461 l 1\n 821 461 l 1\n 821 421 l 1\n 752 421 l 1\n 752 -2 l 1\n 707 44 l 1\n 707 421 l 1\n 580 421 l 1\n 580 -2 l 1\n 535 44 l 1\n 535 203 l 1\n 499 189 429 188 395 203 c 1\n 398 196 400 188 400 179 c 0\n 400 113 326 68 257 68 c 0\n 175.221 68 88.5792 154.601 47 214 c 0\n 43 220 41 225 41 230 c 0\n 41 241 49 246 64 246 c 0\n 75 246 81 243 83 238 c 0\n 103 177 182 108 257 108 c 0\n 320 108 352 138 352 198 c 0\n 352 227 314 258 286 258 c 0\n 246 258 214 251 191 238 c 1\n 141 264 l 1\n 187 289 209 297 277 297 c 1\n 311.999 302.526 319 318.421 319 360 c 0\n 319 401 280 421 201 421 c 0\n 170 421 144 412 125 395 c 1\n 87 427 l 1\n 112 450 150 461 201 461 c 0\nEndSplineSet\nEndChar\nStartChar: uni0907\nEncoding: 2311 2311 969\nWidth: 392\nFlags: W\nHStem: 184 39<158 209> 318 38<133 245> 421 40<0 245 0 392>\nVStem: 47 51<264 284> 245 47<355 421> 277 48<148 150>\nDStem: 157 30 200 34 275 -78 309 -63\nFore\n158 184 m 0\n 106.412 184 47 232.738 47 284 c 0\n 47 331 96 356 146 356 c 2\n 245 356 l 1\n 245 421 l 1\n 0 421 l 1\n 0 461 l 1\n 392 461 l 1\n 392 421 l 1\n 292 421 l 1\n 292 318 l 1\n 135 318 l 2\n 110 318 98 300 98 264 c 0\n 98 237 129 215 157 220 c 0\n 168 222 177 223 185 223 c 0\n 224 223 258 215 286 198 c 0\n 312 183 325 166 325 148 c 0\n 325 88 253 48 200 34 c 1\n 309 -63 l 1\n 275 -78 l 1\n 157 30 l 1\n 101.646 24.1733 50 50.696 50 102 c 0\n 50 125 64 136 91 136 c 0\n 126 136 149 107 156 77 c 1\n 161 75 166 74 173 74 c 0\n 218 74 277 108 277 148 c 0\n 277 167 265 179 241 183 c 0\n 236 184 209 184 158 184 c 0\nEndSplineSet\nEndChar\nStartChar: uni0908\nEncoding: 2312 2312 970\nWidth: 392\nFlags: W\nHStem: 184 39<158 209> 318 38<133 245> 421 40<0 245 282 392> 622 47<278 290>\nVStem: 47 51<264 284> 194 50<560 581> 245 47<355 421> 277 48<148 150>\nDStem: 157 30 200 34 275 -78 309 -63\nFore\n158 184 m 0\n 106.412 184 47 232.738 47 284 c 0\n 47 331 96 356 146 356 c 2\n 245 356 l 1\n 245 421 l 1\n 0 421 l 1\n 0 461 l 1\n 245 461 l 1\n 219 495 194 532 194 581 c 0\n 194 632 229 669 278 669 c 0\n 322 669 368 623 382 589 c 1\n 365 553 l 1\n 343 599 318 622 290 622 c 0\n 261 622 244 590 244 560 c 0\n 244 527 257 494 282 461 c 1\n 392 461 l 1\n 392 421 l 1\n 292 421 l 1\n 292 318 l 1\n 135 318 l 2\n 110 318 98 300 98 264 c 0\n 98 237 129 215 157 220 c 0\n 168 222 177 223 185 223 c 0\n 224 223 258 215 286 198 c 0\n 312 183 325 166 325 148 c 0\n 325 88 253 48 200 34 c 1\n 309 -63 l 1\n 275 -78 l 1\n 157 30 l 1\n 101.646 24.1733 50 50.696 50 102 c 0\n 50 125 64 136 91 136 c 0\n 126 136 149 107 156 77 c 1\n 161 75 166 74 173 74 c 0\n 218 74 277 108 277 148 c 0\n 277 167 265 179 241 183 c 0\n 236 184 209 184 158 184 c 0\nEndSplineSet\nEndChar\nStartChar: uni0909\nEncoding: 2313 2313 971\nWidth: 459\nFlags: W\nHStem: 32 40<254 256> 240 39<271 283> 421 40<0 209 0 459>\nVStem: 319 47<328 337> 350 46<148 166>\nFore\n319 328 m 0\n 319 381.268 264.841 421 202 421 c 2\n 0 421 l 1\n 0 461 l 1\n 459 461 l 1\n 459 421 l 1\n 301 421 l 1\n 344 394 366 363 366 328 c 0\n 366 300 352 276 325 257 c 1\n 372 232 396 196 396 148 c 0\n 396 81 323 32 254 32 c 0\n 172.627 32 85.3927 119.065 43 179 c 0\n 39 185 37 190 37 195 c 0\n 37 206 45 211 60 211 c 0\n 71 211 78 208 79 202 c 0\n 101 143 179 72 254 72 c 0\n 312 72 350 109 350 166 c 0\n 350 196 311 240 283 240 c 0\n 243 240 211 233 188 220 c 1\n 139 246 l 1\n 183 271 207 279 274 279 c 1\n 304 284 319 301 319 328 c 0\nEndSplineSet\nEndChar\nStartChar: uni090A\nEncoding: 2314 2314 972\nWidth: 661\nFlags: W\nHStem: 32 40<240.352 273> 240 39<271 286 474 492> 421 40<0 209 0 661>\nVStem: 323 48<328 337> 353 47<148 166> 547 45<166 185>\nFore\n323 328 m 0\n 323 381.927 268.342 421 204 421 c 2\n 0 421 l 1\n 0 461 l 1\n 661 461 l 1\n 661 421 l 1\n 303 421 l 1\n 348 392 371 361 371 328 c 0\n 371 301 357 277 329 257 c 1\n 345 248 356 241 362 235 c 1\n 396 265 434 280 476 280 c 0\n 539 280 592 228 592 166 c 1\n 586 110 559 79 540 36 c 1\n 484 58 l 1\n 510 87 547 133 547 185 c 0\n 547 222 528 241 490 241 c 0\n 451 241 417 227 388 200 c 1\n 396 184 400 167 400 148 c 0\n 400 80 325 32 256 32 c 0\n 173.286 32 85.548 118.846 43 179 c 0\n 39 185 37 190 37 195 c 0\n 37 206 45 211 61 211 c 0\n 72 211 79 208 80 202 c 0\n 102 143 181 72 256 72 c 0\n 314 72 353 108 353 166 c 0\n 353 196 314 240 286 240 c 0\n 245 240 213 233 190 220 c 1\n 140 246 l 1\n 183 271 210 279 277 279 c 1\n 308 284 323 301 323 328 c 0\nEndSplineSet\nEndChar\nStartChar: uni090B\nEncoding: 2315 2315 973\nWidth: 641\nFlags: W\nHStem: 46 36<543 563> 298 39<134 155> 421 40<0 317 0 645>\nVStem: 317 45<43 202 282 421> 413 49<129 141> 446 106<317 332>\nDStem: 317 227 317 181 74 109 103 77\nFore\n645 421 m 1\n 362 421 l 1\n 362 248 l 1\n 418 274 446 302 446 332 c 0\n 446 353 455 364 472 364 c 0\n 481 364 492 361 503 355 c 2\n 536 337 l 2\n 547 331 552 324 552 317 c 0\n 552 304 534 288 499 267 c 1\n 499 264 502 258 508 248 c 0\n 515 237 528 229 548 222 c 1\n 571 193 l 1\n 498 183 462 162 462 131 c 0\n 462 98 490 82 546 82 c 0\n 569 82 592 88 617 100 c 1\n 631 61 l 1\n 612 51 588 46 561 46 c 0\n 495 46 413 82 413 141 c 0\n 413 178 450 203 483 213 c 1\n 465 228 467 230 458 250 c 1\n 362 202 l 1\n 362 -2 l 1\n 317 44 l 1\n 317 181 l 1\n 103 77 l 1\n 74 109 l 1\n 317 227 l 1\n 317 245 l 1\n 270 280 215 298 153 298 c 0\n 111 298 79 290 58 274 c 1\n 40 316 l 1\n 58 330 90 337 136 337 c 0\n 194 337 287 308 317 282 c 1\n 317 421 l 1\n 0 421 l 1\n 0 461 l 1\n 645 461 l 1\n 645 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni090D\nEncoding: 2317 2317 974\nWidth: 423\nFlags: W\nHStem: 421 40<0 42 0 310 0 425>\nVStem: 42 46<166 421> 310 47<202 421> 375 65<-55 -39>\nDStem: 112 106 142 127 352 -19 385 -1\nFore\n430 -74 m 1\n 405 -99 l 1\n 357 -61 l 1\n 369 -52 375 -45 375 -39 c 0\n 375 -34 367 -27 352 -19 c 2\n 112 106 l 2\n 65 130 42 151 42 168 c 2\n 42 421 l 1\n 0 421 l 1\n 0 461 l 1\n 425 461 l 1\n 425 421 l 1\n 357 421 l 1\n 357 204 l 2\n 357 169 320 150 284 151 c 2\n 252 152 l 1\n 201 191 l 1\n 276 191 l 2\n 299 191 310 196 310 206 c 2\n 310 421 l 1\n 88 421 l 1\n 88 169 l 2\n 88 160 106 146 142 127 c 2\n 385 -1 l 2\n 422 -20 440 -38 440 -55 c 0\n 440 -62 437 -69 430 -74 c 1\nEndSplineSet\nEndChar\nStartChar: uni0910\nEncoding: 2320 2320 975\nWidth: 423\nFlags: W\nHStem: 421 40<0 42 0 310 348 425> 595 77<87 180>\nVStem: 42 46<166 421> 310 47<202 421> 375 65<-55 -39>\nDStem: 112 106 142 127 352 -19 385 -1\nFore\n348 461 m 1\n 425 461 l 1\n 425 421 l 1\n 357 421 l 1\n 357 204 l 2\n 357 169 320 150 284 151 c 2\n 252 152 l 1\n 201 191 l 1\n 276 191 l 2\n 299 191 310 196 310 206 c 2\n 310 421 l 1\n 88 421 l 1\n 88 169 l 2\n 88 160 106 146 142 127 c 2\n 385 -1 l 2\n 422 -20 440 -38 440 -55 c 0\n 440 -62 437 -69 430 -74 c 1\n 405 -99 l 1\n 357 -61 l 1\n 369 -52 375 -45 375 -39 c 0\n 375 -34 367 -27 352 -19 c 2\n 112 106 l 2\n 65 130 42 151 42 168 c 2\n 42 421 l 1\n 0 421 l 1\n 0 461 l 1\n 310 461 l 1\n 254 550 211 595 180 595 c 2\n 124 595 l 1\n 87 672 l 1\n 137 672 l 2\n 171 672 202 656 231 624 c 0\n 278 571 317 517 348 461 c 1\nEndSplineSet\nEndChar\nStartChar: uni0911\nEncoding: 2321 2321 976\nWidth: 816\nFlags: W\nHStem: 68 40<257 266> 68 178<64 257> 258 39<264 286> 421 40<201 218 400 535 400 707 400 821> 509 37<668 670>\nVStem: 319 48<349 362> 352 48<179 198> 535 45<43 421> 707 45<43 421>\nFore\n810 589 m 1\n 791.407 553.505 719.337 509 668 509 c 0\n 613 509 548 564 529 603 c 0\n 528 606 527 609 527 612 c 0\n 527 620 531 624 539 624 c 0\n 546 624 550 621 553 616 c 0\n 584 569 623 546 668 546 c 0\n 683 546 701 551 720 562 c 0\n 745 575 763 593 775 616 c 1\n 810 589 l 1\n201 461 m 0\n 271.224 461 367 414.739 367 351 c 0\n 367 320 354 295 329 276 c 1\n 334 275 350 265 379 248 c 0\n 399 236 419 230 438 230 c 0\n 469 230 502 238 535 255 c 1\n 535 421 l 1\n 400 421 l 1\n 400 461 l 1\n 821 461 l 1\n 821 421 l 1\n 752 421 l 1\n 752 -2 l 1\n 707 44 l 1\n 707 421 l 1\n 580 421 l 1\n 580 -2 l 1\n 535 44 l 1\n 535 203 l 1\n 499 189 429 188 395 203 c 1\n 398 196 400 188 400 179 c 0\n 400 113 326 68 257 68 c 0\n 175.221 68 88.5792 154.601 47 214 c 0\n 43 220 41 225 41 230 c 0\n 41 241 49 246 64 246 c 0\n 75 246 81 243 83 238 c 0\n 103 177 182 108 257 108 c 0\n 320 108 352 138 352 198 c 0\n 352 227 314 258 286 258 c 0\n 246 258 214 251 191 238 c 1\n 141 264 l 1\n 187 289 209 297 277 297 c 1\n 311.999 302.526 319 318.421 319 360 c 0\n 319 401 280 421 201 421 c 0\n 170 421 144 412 125 395 c 1\n 87 427 l 1\n 112 450 150 461 201 461 c 0\nEndSplineSet\nEndChar\nStartChar: uni0913\nEncoding: 2323 2323 977\nWidth: 816\nFlags: W\nHStem: 68 40<257 266> 68 178<64 257> 258 39<264 286> 421 40<201 218 400 535 400 707 744 821> 595 77<484 577>\nVStem: 319 48<349 362> 352 48<179 198> 535 45<43 421> 707 45<43 421>\nFore\n201 461 m 0\n 271.224 461 367 414.739 367 351 c 0\n 367 320 354 295 329 276 c 1\n 334 275 350 265 379 248 c 0\n 399 236 419 230 438 230 c 0\n 469 230 502 238 535 255 c 1\n 535 421 l 1\n 400 421 l 1\n 400 461 l 1\n 705 461 l 1\n 651 550 608 595 577 595 c 2\n 521 595 l 1\n 484 672 l 1\n 534 672 l 2\n 568 672 599 656 628 624 c 0\n 672 575 711 520 744 461 c 1\n 821 461 l 1\n 821 421 l 1\n 752 421 l 1\n 752 -2 l 1\n 707 44 l 1\n 707 421 l 1\n 580 421 l 1\n 580 -2 l 1\n 535 44 l 1\n 535 203 l 1\n 499 189 429 188 395 203 c 1\n 398 196 400 188 400 179 c 0\n 400 113 326 68 257 68 c 0\n 175.221 68 88.5792 154.601 47 214 c 0\n 43 220 41 225 41 230 c 0\n 41 241 49 246 64 246 c 0\n 75 246 81 243 83 238 c 0\n 103 177 182 108 257 108 c 0\n 320 108 352 138 352 198 c 0\n 352 227 314 258 286 258 c 0\n 246 258 214 251 191 238 c 1\n 141 264 l 1\n 187 289 209 297 277 297 c 1\n 311.999 302.526 319 318.421 319 360 c 0\n 319 401 280 421 201 421 c 0\n 170 421 144 412 125 395 c 1\n 87 427 l 1\n 112 450 150 461 201 461 c 0\nEndSplineSet\nEndChar\nStartChar: uni0914\nEncoding: 2324 2324 978\nWidth: 816\nFlags: W\nHStem: 68 40<257 266> 68 178<64 257> 258 39<264 286> 421 40<201 218 400 535 400 707 745 821> 667 71<594 603>\nVStem: 319 48<349 362> 352 48<179 198> 535 45<43 421> 707 45<43 421>\nFore\n201 461 m 0\n 271.224 461 367 414.739 367 351 c 0\n 367 320 354 295 329 276 c 1\n 334 275 350 265 379 248 c 0\n 399 236 419 230 438 230 c 0\n 469 230 502 238 535 255 c 1\n 535 421 l 1\n 400 421 l 1\n 400 461 l 1\n 701 461 l 1\n 640.301 525.936 621.015 538.009 538 531 c 1\n 502 573 l 2\n 501 574 500 576 500 579 c 0\n 500 595 524 604 543 604 c 0\n 586 604 641 570 707 502 c 1\n 703 523 692 558 675 605 c 1\n 664 628 625 667 594 667 c 0\n 590 667 586 666 583 665 c 1\n 583 718 l 2\n 583 731 590 738 603 738 c 0\n 624 738 649 721 676 686 c 0\n 709 644 736 535 745 461 c 1\n 821 461 l 1\n 821 421 l 1\n 752 421 l 1\n 752 -2 l 1\n 707 44 l 1\n 707 421 l 1\n 580 421 l 1\n 580 -2 l 1\n 535 44 l 1\n 535 203 l 1\n 499 189 429 188 395 203 c 1\n 398 196 400 188 400 179 c 0\n 400 113 326 68 257 68 c 0\n 175.221 68 88.5792 154.601 47 214 c 0\n 43 220 41 225 41 230 c 0\n 41 241 49 246 64 246 c 0\n 75 246 81 243 83 238 c 0\n 103 177 182 108 257 108 c 0\n 320 108 352 138 352 198 c 0\n 352 227 314 258 286 258 c 0\n 246 258 214 251 191 238 c 1\n 141 264 l 1\n 187 289 209 297 277 297 c 1\n 311.999 302.526 319 318.421 319 360 c 0\n 319 401 280 421 201 421 c 0\n 170 421 144 412 125 395 c 1\n 87 427 l 1\n 112 450 150 461 201 461 c 0\nEndSplineSet\nEndChar\nStartChar: uni0915\nEncoding: 2325 2325 979\nWidth: 393\nFlags: W\nHStem: 127 39<152 170> 270 39<443 448> 298 39<155 177> 421 40<0 284 0 603>\nVStem: 42 45<228 242> 284 45<43 186 274 421> 505 48<171 209>\nFore\n603 421 m 1\n 329 421 l 1\n 329 245 l 1\n 371.694 282.768 394.246 309 445 309 c 0\n 502 309 553 228 553 171 c 0\n 553 124 520 76 490 58 c 1\n 458 87 l 1\n 481 108 496 132 502 157 c 0\n 504 166 505 183 505 209 c 0\n 505 243 477 270 446 270 c 0\n 431 270 412 260 391 242 c 2\n 329 186 l 1\n 329 -2 l 1\n 284 44 l 1\n 284 157 l 1\n 252 137 213 127 168 127 c 0\n 104 127 42 180 42 242 c 0\n 42 301 95 337 157 337 c 0\n 212 337 254 316 284 274 c 1\n 284 421 l 1\n 0 421 l 1\n 0 461 l 1\n 603 461 l 1\n 603 421 l 1\n284 208 m 1\n 284 226 l 1\n 249 274 211 298 168 298 c 0\n 128 298 87 265 87 228 c 0\n 87 190 114 166 152 166 c 0\n 205 166 249 180 284 208 c 1\nEndSplineSet\nEndChar\nStartChar: uni0916\nEncoding: 2326 2326 980\nWidth: 622\nFlags: W\nHStem: 9 39<310 337> 135 40<399 417> 307 39<383 406> 421 40<0 158 0 522 0 628>\nVStem: 158 48<283 421> 522 45<43 421>\nFore\n628 421 m 1\n 567 421 l 1\n 567 -2 l 1\n 522 44 l 1\n 522 67 l 1\n 451 28 385 8 324 9 c 0\n 267 10 208 40 145 99 c 0\n 90 150 55 199 41 244 c 0\n 38 258 56 265 69 265 c 0\n 90 265 110 252 129 227 c 1\n 139 234 158 267 158 283 c 2\n 158 421 l 1\n 0 421 l 1\n 0 461 l 1\n 628 461 l 1\n 628 421 l 1\n522 219 m 1\n 522 254 l 1\n 489 289 449 307 404 307 c 0\n 339 307 306 286 306 244 c 0\n 306 198 338 175 403 175 c 0\n 442 175 481 190 522 219 c 1\n522 121 m 1\n 522 174 l 1\n 491 148 455 135 415 135 c 0\n 333 135 263 182 259 255 c 0\n 256 312 332 346 391 346 c 0\n 442 346 499 327 522 300 c 1\n 522 421 l 1\n 206 421 l 1\n 206 283 l 2\n 206 221 183 202 141 167 c 1\n 167 112 238 48 312 48 c 0\n 387 48 457 72 522 121 c 1\nEndSplineSet\nEndChar\nStartChar: uni0917\nEncoding: 2327 2327 981\nWidth: 424\nFlags: W\nHStem: 421 40<0 121 0 315 0 430>\nVStem: 39 127<248 421> 121 45<264 421> 315 45<43 421>\nFore\n430 421 m 1\n 360 421 l 1\n 360 -2 l 1\n 315 44 l 1\n 315 421 l 1\n 166 421 l 1\n 166 192 l 2\n 166 165 158 152 141 152 c 0\n 130 152 119 158 108 169 c 2\n 54 225 l 2\n 44 235 39 243 39 250 c 0\n 39 260 49 265 70 265 c 2\n 121 265 l 1\n 121 421 l 1\n 0 421 l 1\n 0 461 l 1\n 430 461 l 1\n 430 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni0918\nEncoding: 2328 2328 982\nWidth: 472\nFlags: W\nHStem: 119 34<191 211> 421 40<0 50 0 363 0 478>\nVStem: 39 46<370.08 383> 53 46<223 238> 363 45<43 421>\nFore\n478 421 m 1\n 408 421 l 1\n 408 -2 l 1\n 363 44 l 1\n 363 175 l 1\n 320 138 269 119 209 119 c 0\n 178 119 146 128 114 146 c 0\n 73 169 53 199 53 238 c 0\n 53 263 70 282 103 295 c 1\n 78 310 39 345 39 380 c 0\n 39 390 43 404 50 421 c 1\n 0 421 l 1\n 0 461 l 1\n 478 461 l 1\n 478 421 l 1\n363 225 m 1\n 363 421 l 1\n 107 421 l 2\n 94 421 85 394 85 380 c 0\n 85 348 97 342 112 327 c 0\n 123 318 150 312 193 309 c 0\n 218 308 238 305 255 301 c 1\n 286 247 l 1\n 242 264 200 273 161 273 c 0\n 131 273 99 254 99 226 c 0\n 99 176 147 153 201 153 c 0\n 261 153 328 192 363 225 c 1\nEndSplineSet\nEndChar\nStartChar: uni0919\nEncoding: 2329 2329 983\nWidth: 508\nFlags: W\nHStem: 0 40<304 321> 171 40<239 289> 318 38<193.082 358> 421 40<0 358 0 512>\nVStem: 114 50<256 281> 358 47<355 421> 404 46<110 122>\nFore\n508 256 m 1\n 463 218 l 1\n 417 256 l 1\n 463 292 l 1\n 508 256 l 1\n404 112 m 0\n 404 172.27 343.253 171 261 171 c 0\n 196 171 152 192 128 233 c 0\n 119 249 114 265 114 281 c 0\n 114 328 153 356 202 356 c 2\n 358 356 l 1\n 358 421 l 1\n 0 421 l 1\n 0 461 l 1\n 512 461 l 1\n 512 421 l 1\n 405 421 l 1\n 405 318 l 1\n 202 318 l 2\n 177 318 164 297 164 256 c 0\n 164 212.66 208.145 211 268 211 c 0\n 316 211 358 201 395 182 c 128\n 432 163 450 142 450 120 c 0\n 450 43.2061 389.277 0 304 0 c 0\n 212 0 127 49 49 147 c 0\n 45 152 43 156 43 161 c 0\n 43 170 48 174 57 174 c 0\n 64 174 71 170 77 163 c 0\n 144 81 219 40 304 40 c 0\n 355 40 404 63 404 112 c 0\nEndSplineSet\nEndChar\nStartChar: uni091A\nEncoding: 2330 2330 984\nWidth: 517\nFlags: W\nHStem: 116 39<255 273> 294 40<45 133 45 309> 421 40<0 409 0 524>\nVStem: 115 47<235 247> 409 45<43 421>\nFore\n524 421 m 1\n 454 421 l 1\n 454 -2 l 1\n 409 44 l 1\n 409 166 l 1\n 366 133 319 116 269 116 c 0\n 193 116 115 176 115 247 c 0\n 115 264 121 280 133 294 c 1\n 45 294 l 1\n 45 334 l 1\n 309 334 l 1\n 309 294 l 1\n 207 294 l 1\n 177 281 162 262 162 237 c 0\n 162 183 203 155 257 155 c 0\n 302 155 353 174 409 211 c 1\n 409 421 l 1\n 0 421 l 1\n 0 461 l 1\n 524 461 l 1\n 524 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni091B\nEncoding: 2331 2331 985\nWidth: 583\nFlags: W\nHStem: 0 31<223 249> 139 36<186 202> 139 40<210 277> 289 39<143 175> 421 40<0 388 0 583>\nVStem: 42 48<227 246> 87 48<79 96> 282 47<246 248> 388 48<336 421> 468 47<207 233>\nFore\n583 421 m 1\n 436 421 l 1\n 436 332 l 1\n 481 315 515 267 515 207 c 0\n 515 150 483 101 420 58 c 0\n 363 19 306 -0 247 0 c 0\n 140 0 87 31 87 94 c 0\n 87 119 99 140 124 157 c 1\n 89 169 42 204 42 246 c 0\n 42 298 104 328 157 328 c 0\n 184 328 208 321 229 307 c 1\n 229 280 l 1\n 206 286 179 289 148 289 c 0\n 109 289 90 268 90 227 c 0\n 90 195 154 175 188 175 c 0\n 194 175 202 176 211 179 c 1\n 265 179 l 1\n 277 139 l 1\n 202 139 l 2\n 157 139 135 121 135 84 c 0\n 135 59 148 42 175 35 c 0\n 186 32 204 31 231 31 c 0\n 312 31 387 77 431 123 c 1\n 395 136 362 155 331 179 c 0\n 298 205 282 227 282 246 c 0\n 282 300 336 331 388 337 c 1\n 388 421 l 1\n 0 421 l 1\n 0 461 l 1\n 583 461 l 1\n 583 421 l 1\n400 305 m 0\n 373.244 305 329 275.099 329 246 c 0\n 329 228 342 208 370 188 c 0\n 396 166 423 155 450 153 c 1\n 462 174 468 200 468 233 c 0\n 468 276 443 305 400 305 c 0\nEndSplineSet\nEndChar\nStartChar: uni091C\nEncoding: 2332 2332 986\nWidth: 549\nFlags: W\nHStem: 87 39<237 245> 290 38<160 440> 421 40<0 440 0 553>\nVStem: 296 46<171 186> 440 45<43 421>\nFore\n553 421 m 1\n 485 421 l 1\n 485 -2 l 1\n 440 44 l 1\n 440 290 l 1\n 258 290 l 1\n 314 240 342 200 342 171 c 0\n 342 121 295 87 243 87 c 0\n 208 87 169 106 126 143 c 0\n 79 183 51 227 42 274 c 0\n 40 284 43 289 52 289 c 0\n 59 289 65 285 69 276 c 0\n 95.2387 215.805 168.264 126 239 126 c 0\n 277 126 296 146 296 186 c 0\n 296 201 284 221 259 246 c 0\n 232 273 197 297 156 317 c 1\n 160 328 l 1\n 440 328 l 1\n 440 421 l 1\n 0 421 l 1\n 0 461 l 1\n 553 461 l 1\n 553 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni091D\nEncoding: 2333 2333 987\nWidth: 503\nFlags: W\nHStem: 184 39<158 225> 185 31<298 313> 318 38<133 245> 421 40<0 245 0 394 0 509>\nVStem: 47 51<264 284> 245 47<355 421> 279 46<148 150> 394 45<43 421>\nDStem: 157 30 200 34 276 -78 309 -63\nFore\n158 184 m 0\n 106.412 184 47 232.738 47 284 c 0\n 47 331 96 356 146 356 c 2\n 245 356 l 1\n 245 421 l 1\n 0 421 l 1\n 0 461 l 1\n 509 461 l 1\n 509 421 l 1\n 439 421 l 1\n 439 -2 l 1\n 394 44 l 1\n 394 202 l 1\n 375 191 347 185 311 185 c 2\n 304 185 l 1\n 318 174 325 162 325 148 c 0\n 325 88 253 48 200 34 c 1\n 309 -63 l 1\n 276 -78 l 1\n 157 30 l 1\n 101.646 24.1733 50 50.696 50 102 c 0\n 50 125 64 136 91 136 c 0\n 126 136 149 107 156 77 c 1\n 161 75 167 74 174 74 c 0\n 218 74 279 108 279 148 c 0\n 279 167 267 179 242 183 c 0\n 237 184 209 184 158 184 c 0\n394 254 m 1\n 394 421 l 1\n 292 421 l 1\n 292 318 l 1\n 135 318 l 2\n 110 318 98 300 98 264 c 0\n 98 237 129 215 157 220 c 0\n 168 222 180 223 193 223 c 0\n 214 223 235 222 257 220 c 0\n 279 217 293 216 298 216 c 0\n 331 216 363 229 394 254 c 1\nEndSplineSet\nEndChar\nStartChar: uni091E\nEncoding: 2334 2334 988\nWidth: 538\nFlags: W\nHStem: 116 39<207 225> 199 39<359 429> 290 39<242 265> 421 40<0 429 0 544>\nVStem: 429 45<43 421>\nFore\n544 421 m 1\n 474 421 l 1\n 474 -2 l 1\n 429 44 l 1\n 429 199 l 1\n 356 199 l 1\n 340 149 283 116 220 116 c 0\n 161 116 102 149 43 216 c 0\n 38 221 36 226 36 230 c 0\n 36 238 41 242 52 242 c 0\n 59 242 64 239 69 234 c 0\n 117 181 164 155 209 155 c 0\n 265 155 317 177 317 229 c 0\n 317 263 296 290 265 290 c 0\n 228 290 202 281 187 262 c 1\n 141 283 l 1\n 158 314 191 329 242 329 c 0\n 303 329 349 289 360 238 c 1\n 429 238 l 1\n 429 421 l 1\n 0 421 l 1\n 0 461 l 1\n 544 461 l 1\n 544 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni091F\nEncoding: 2335 2335 989\nWidth: 444\nFlags: W\nHStem: 0 40<195 251> 231 40<163 261> 421 40<0 261 0 444>\nVStem: 42 38<117 136> 261 48<270 421>\nFore\n80 117 m 0\n 80 79.6962 155.031 40 195 40 c 0\n 272 40 311 42 351 74 c 1\n 378 40 l 1\n 343 13 300 0 249 0 c 0\n 149 0 42 47 42 136 c 0\n 42 198 104 271 163 271 c 2\n 261 271 l 1\n 261 421 l 1\n 0 421 l 1\n 0 461 l 1\n 444 461 l 1\n 444 421 l 1\n 309 421 l 1\n 309 231 l 1\n 184 231 l 2\n 118 231 80 184 80 117 c 0\nEndSplineSet\nEndChar\nStartChar: uni0920\nEncoding: 2336 2336 990\nWidth: 480\nFlags: W\nHStem: 0 40<237 260> 421 40<0 262 0 480>\nVStem: 39 46<158 173> 307 48<347 353> 365 46<137 150>\nFore\n480 421 m 1\n 330 421 l 1\n 347 401 355 377 355 349 c 0\n 355 334 349 318 338 300 c 0\n 326 284 320 274 320 271 c 0\n 320 267 323 264 328 261 c 0\n 363 244 411 187 411 139 c 0\n 411 53 331 0 244 0 c 0\n 165.899 0 54.3781 84.0467 42 148 c 0\n 40 157 39 165 39 173 c 0\n 39 274 168 275 271 283 c 0\n 290 287 307 327 307 351 c 0\n 307 386 291 421 260 421 c 2\n 0 421 l 1\n 0 461 l 1\n 480 461 l 1\n 480 421 l 1\n365 148 m 0\n 365 207 328 237 255 237 c 0\n 192 237 152 234 133 228 c 0\n 101 218 85 195 85 159 c 0\n 85 136 99 111 128 85 c 0\n 160 55 197 40 239 40 c 0\n 313 40 365 76 365 148 c 0\nEndSplineSet\nEndChar\nStartChar: uni0921\nEncoding: 2337 2337 991\nWidth: 519\nFlags: W\nHStem: 0 40<307 321> 171 40<239 289> 318 38<194.126 361> 421 40<0 361 0 522>\nVStem: 114 52<256 281> 361 46<355 421> 406 48<110 122>\nFore\n406 112 m 0\n 406 172.27 345.253 171 263 171 c 0\n 197 171 152 192 128 233 c 0\n 119 249 114 265 114 281 c 0\n 114 328 154 356 203 356 c 2\n 361 356 l 1\n 361 421 l 1\n 0 421 l 1\n 0 461 l 1\n 522 461 l 1\n 522 421 l 1\n 407 421 l 1\n 407 318 l 1\n 203 318 l 2\n 178 318 166 297 166 256 c 0\n 166 211 207 211 269 211 c 0\n 318 211 361 201 398 182 c 128\n 435 163 454 142 454 120 c 0\n 454 43.3126 392.323 0 307 0 c 0\n 213 0 127 49 49 147 c 0\n 45 152 43 156 43 161 c 0\n 43 170 48 174 58 174 c 0\n 66 174 73 170 79 163 c 0\n 147 81 223 40 307 40 c 0\n 357 40 406 65 406 112 c 0\nEndSplineSet\nEndChar\nStartChar: uni0922\nEncoding: 2338 2338 992\nWidth: 479\nFlags: W\nHStem: 0 40<264 287> 174 39<287 311> 287 39<173 318> 421 40<0 318 0 479>\nVStem: 42 46<197 227> 193 37<95 116> 318 47<325 421> 372 38<112 116>\nFore\n479 421 m 1\n 365 421 l 1\n 365 287 l 1\n 175 287 l 2\n 117 287 88 257 88 197 c 0\n 88 133 153 68 203 49 c 1\n 196 66 193 88 193 114 c 0\n 193 175 228 213 287 213 c 0\n 352 213 410 174 410 112 c 0\n 410 41 359 -0 287 0 c 0\n 222 0 164 22 116 68 c 0\n 66 112 42 166 42 227 c 0\n 42 252 52 273 73 292 c 0\n 98 315 136 326 185 326 c 2\n 318 326 l 1\n 318 421 l 1\n 0 421 l 1\n 0 461 l 1\n 479 461 l 1\n 479 421 l 1\n372 112 m 0\n 372 149 346 174 311 174 c 0\n 257 174 230 150 230 103 c 0\n 230 79 234 58 243 41 c 1\n 248 40 255 40 266 40 c 0\n 321 40 372 62 372 112 c 0\nEndSplineSet\nEndChar\nStartChar: uni0923\nEncoding: 2339 2339 993\nWidth: 504\nFlags: W\nHStem: 138 38<158 177> 421 40<0 41 0 225 0 396 0 510>\nVStem: 41 46<220 421> 225 46<220 421> 396 45<43 421>\nFore\n510 421 m 1\n 441 421 l 1\n 441 -2 l 1\n 396 44 l 1\n 396 421 l 1\n 271 421 l 1\n 271 220 l 2\n 271 173 220 138 172 138 c 0\n 123 138 41 186 41 229 c 2\n 41 421 l 1\n 0 421 l 1\n 0 461 l 1\n 510 461 l 1\n 510 421 l 1\n225 220 m 2\n 225 421 l 1\n 87 421 l 1\n 87 212 l 2\n 87 192 136 176 158 176 c 0\n 203 176 225 191 225 220 c 2\nEndSplineSet\nEndChar\nStartChar: uni0924\nEncoding: 2340 2340 994\nWidth: 439\nFlags: W\nHStem: 289 39<143 330> 421 40<0 330 0 445>\nVStem: 41 46<226 239> 330 45<43 421>\nFore\n445 421 m 1\n 375 421 l 1\n 375 -2 l 1\n 330 44 l 1\n 330 289 l 1\n 151 289 l 2\n 108 289 87 268 87 226 c 0\n 87 171 129 102 212 19 c 1\n 167 19 l 1\n 117 74 43 153 41 233 c 0\n 40 296 96 328 162 328 c 2\n 330 328 l 1\n 330 421 l 1\n 0 421 l 1\n 0 461 l 1\n 445 461 l 1\n 445 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni0925\nEncoding: 2341 2341 995\nWidth: 542\nFlags: W\nHStem: 125 31<250 276> 421 40<337 433 337 548> 429 32<150 172>\nVStem: 43 47<369 383> 238 47<349 367> 433 45<43 421>\nFore\n548 421 m 1\n 478 421 l 1\n 478 -2 l 1\n 433 44 l 1\n 433 175 l 1\n 392 142 339 125 274 125 c 0\n 173 125 82 166 50 232 c 1\n 97 243 139 259 176 279 c 1\n 144 282 114 293 86 314 c 0\n 57 335 43 353 43 369 c 0\n 43 430 88 461 152 461 c 0\n 224 461 285 421 285 352 c 0\n 285 286 180 230 119 213 c 1\n 135 185 218 156 261 156 c 0\n 314 156 372 178 433 221 c 1\n 433 421 l 1\n 337 421 l 1\n 337 461 l 1\n 548 461 l 1\n 548 421 l 1\n238 360 m 0\n 238 406 213 429 163 429 c 0\n 114 429 90 409 90 369 c 0\n 90 323 166 305 218 310 c 1\n 231 323 238 340 238 360 c 0\nEndSplineSet\nEndChar\nStartChar: uni0926\nEncoding: 2342 2342 996\nWidth: 427\nFlags: W\nHStem: 297 39<184 282> 421 40<0 282 0 427>\nVStem: 42 46<216 246> 282 46<335 421>\nDStem: 299 65 333 76 372 -50 401 -36\nFore\n42 246 m 0\n 42 309.04 109.782 336 184 336 c 2\n 282 336 l 1\n 282 421 l 1\n 0 421 l 1\n 0 461 l 1\n 427 461 l 1\n 427 421 l 1\n 328 421 l 1\n 328 297 l 1\n 207 297 l 2\n 144 297 88 272 88 216 c 0\n 88 187 106 160 142 138 c 0\n 179 114 217 105 256 108 c 1\n 255 111 254 117 254 125 c 0\n 254 154 269 171 298 175 c 0\n 334 179 362 158 362 123 c 0\n 362 102 352 86 333 76 c 1\n 401 -36 l 1\n 372 -50 l 1\n 299 65 l 1\n 294 64 289 63 285 63 c 0\n 228 63 175 80 125 113 c 0\n 70 149 42 193 42 246 c 0\nEndSplineSet\nEndChar\nStartChar: uni0927\nEncoding: 2343 2343 997\nWidth: 520\nFlags: W\nHStem: 108 39<231 269> 250 39<219 253> 422 39<132 149 304 412 304 526>\nVStem: 44 47<377 391> 94 46<199 209> 187 46<381 391> 412 45<43 421>\nFore\n526 421 m 1\n 457 421 l 1\n 457 -2 l 1\n 412 44 l 1\n 412 152 l 1\n 379 130 300 108 247 108 c 0\n 207 108 172 119 140 142 c 0\n 110 164 94 186 94 209 c 0\n 94 241 112 266 149 283 c 1\n 80 307 45 342 44 387 c 0\n 43 434 86 461 134 461 c 0\n 181 461 233 433 233 389 c 0\n 233 358 182 327 156 315 c 1\n 172 306 193 297 220 289 c 1\n 274 289 l 1\n 311 251 l 1\n 301 240 l 1\n 285 247 263 250 236 250 c 0\n 172 250 140 233 140 199 c 0\n 140 161 199 147 244 147 c 0\n 312 147 368 168 412 211 c 1\n 412 421 l 1\n 304 421 l 1\n 304 461 l 1\n 526 461 l 1\n 526 421 l 1\n187 386 m 0\n 187 408 162 422 139 422 c 0\n 107 422 91 408 91 379 c 0\n 91 359 115 337 134 337 c 0\n 154 337 187 368 187 386 c 0\nEndSplineSet\nEndChar\nStartChar: uni0928\nEncoding: 2344 2344 998\nWidth: 415\nFlags: W\nHStem: 235 39<83 306> 421 40<0 306 0 421>\nVStem: 306 45<43 421>\nFore\n421 421 m 1\n 351 421 l 1\n 351 -2 l 1\n 306 44 l 1\n 306 235 l 1\n 137 235 l 1\n 137 184 l 2\n 137 167 131 159 119 159 c 0\n 112 159 105 162 98 169 c 2\n 54 217 l 2\n 44 228 39 238 39 247 c 0\n 39 265 54 274 83 274 c 2\n 306 274 l 1\n 306 421 l 1\n 0 421 l 1\n 0 461 l 1\n 421 461 l 1\n 421 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni0929\nEncoding: 2345 2345 999\nWidth: 415\nFlags: W\nHStem: 235 39<83 306> 421 40<0 306 0 421>\nVStem: 306 45<43 421>\nFore\n168 50 m 1\n 117 -1 l 1\n 66 50 l 1\n 117 101 l 1\n 168 50 l 1\n421 421 m 1\n 351 421 l 1\n 351 -2 l 1\n 306 44 l 1\n 306 235 l 1\n 137 235 l 1\n 137 184 l 2\n 137 167 131 159 119 159 c 0\n 112 159 105 162 98 169 c 2\n 54 217 l 2\n 44 228 39 238 39 247 c 0\n 39 265 54 274 83 274 c 2\n 306 274 l 1\n 306 421 l 1\n 0 421 l 1\n 0 461 l 1\n 421 461 l 1\n 421 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni092A\nEncoding: 2346 2346 1000\nWidth: 401\nFlags: W\nHStem: 138 38<158 177> 421 40<0 41 0 292 0 406>\nVStem: 41 46<237 421> 292 45<43 421>\nFore\n406 421 m 1\n 337 421 l 1\n 337 -2 l 1\n 292 44 l 1\n 292 185 l 1\n 261 154 221 138 172 138 c 0\n 116 138 41 195 41 247 c 2\n 41 421 l 1\n 0 421 l 1\n 0 461 l 1\n 406 461 l 1\n 406 421 l 1\n292 253 m 1\n 292 421 l 1\n 87 421 l 1\n 87 226 l 2\n 87 200 134 176 160 176 c 0\n 218 176 262 202 292 253 c 1\nEndSplineSet\nEndChar\nStartChar: uni092B\nEncoding: 2347 2347 1001\nWidth: 401\nFlags: W\nHStem: 138 38<158 177> 297 39<443 448> 421 40<0 41 0 292 0 594>\nVStem: 41 46<237 421> 292 45<43 220 253 421> 505 48<187 227>\nFore\n594 421 m 1\n 337 421 l 1\n 337 279 l 1\n 378 317 414 336 445 336 c 0\n 500 336 553 246 553 189 c 0\n 553 139 521 86 490 67 c 1\n 458 96 l 1\n 481 117 496 142 502 170 c 0\n 504 180 505 199 505 227 c 0\n 505 263 478 297 446 297 c 0\n 431 297 414 288 394 271 c 2\n 337 220 l 1\n 337 -2 l 1\n 292 44 l 1\n 292 185 l 1\n 261 154 221 138 172 138 c 0\n 116 138 41 195 41 247 c 2\n 41 421 l 1\n 0 421 l 1\n 0 461 l 1\n 594 461 l 1\n 594 421 l 1\n292 253 m 1\n 292 421 l 1\n 87 421 l 1\n 87 226 l 2\n 87 200 134 176 160 176 c 0\n 218 176 262 202 292 253 c 1\nEndSplineSet\nEndChar\nStartChar: uni092C\nEncoding: 2348 2348 1002\nWidth: 442\nFlags: W\nHStem: 116 39<175 195> 309 38<176 209> 421 40<0 333 0 448>\nVStem: 41 46<234 247> 333 45<43 421>\nDStem: 141 299 176 309 236 162 269 174\nFore\n448 421 m 1\n 378 421 l 1\n 378 -2 l 1\n 333 44 l 1\n 333 167 l 1\n 303 142 244 116 193 116 c 0\n 117 116 41 176 41 247 c 0\n 41 311 123 347 191 347 c 0\n 254 347 302 325 333 282 c 1\n 333 421 l 1\n 0 421 l 1\n 0 461 l 1\n 448 461 l 1\n 448 421 l 1\n333 214 m 1\n 333 236 l 1\n 308 267 285 287 263 297 c 0\n 246 305 222 309 193 309 c 2\n 176 309 l 1\n 269 174 l 1\n 286 182 307 195 333 214 c 1\n236 162 m 1\n 141 299 l 1\n 105 283 87 262 87 237 c 0\n 87 183 127 155 182 155 c 0\n 201 155 219 157 236 162 c 1\nEndSplineSet\nEndChar\nStartChar: uni092D\nEncoding: 2349 2349 1003\nWidth: 520\nFlags: W\nHStem: 197 39<238 411> 421 40<130 150 279 411 279 526>\nVStem: 43 47<379 391> 193 46<236 370> 411 45<43 421>\nFore\n526 421 m 1\n 456 421 l 1\n 456 -2 l 1\n 411 44 l 1\n 411 197 l 1\n 239 197 l 1\n 239 149 l 2\n 239 139 234 134 225 134 c 128\n 216 134 206 138 193 146 c 1\n 134 193 l 1\n 122 205 116 215 116 222 c 0\n 116 231 124 236 140 236 c 2\n 193 236 l 1\n 193 289 l 1\n 131 296 43 329 43 389 c 0\n 43 428 91 461 130 461 c 0\n 159 461 185 450 208 427 c 0\n 229 406 239 387 239 368 c 2\n 239 236 l 1\n 411 236 l 1\n 411 421 l 1\n 279 421 l 1\n 279 461 l 1\n 526 461 l 1\n 526 421 l 1\n193 314 m 1\n 193 383 l 2\n 193 403 170 421 150 421 c 0\n 110 421 90 408 90 381 c 0\n 90 346 157 319 193 314 c 1\nEndSplineSet\nEndChar\nStartChar: uni092E\nEncoding: 2350 2350 1004\nWidth: 463\nFlags: W\nHStem: 200 38<158 354> 421 40<0 112 0 354 0 469>\nVStem: 112 46<238 421> 354 45<43 421>\nFore\n469 421 m 1\n 399 421 l 1\n 399 -2 l 1\n 354 44 l 1\n 354 200 l 1\n 158 200 l 1\n 158 153 l 2\n 158 137 151 129 137 129 c 0\n 126 129 115 135 102 148 c 2\n 55 195 l 2\n 45 205 40 214 40 222 c 0\n 40 233 51 238 72 238 c 2\n 112 238 l 1\n 112 421 l 1\n 0 421 l 1\n 0 461 l 1\n 469 461 l 1\n 469 421 l 1\n354 238 m 1\n 354 421 l 1\n 158 421 l 1\n 158 238 l 1\n 354 238 l 1\nEndSplineSet\nEndChar\nStartChar: uni092F\nEncoding: 2351 2351 1005\nWidth: 451\nFlags: W\nHStem: 137 38<173 226> 421 40<0 129 0 342 0 457>\nVStem: 41 57<235 272> 174 52<337 351> 342 45<43 421>\nFore\n457 421 m 1\n 387 421 l 1\n 387 -2 l 1\n 342 44 l 1\n 342 177 l 1\n 311 150 272 137 226 137 c 0\n 133 137 41 188 41 272 c 1\n 130 293 174 320 174 351 c 0\n 174 378 147 411 129 421 c 1\n 0 421 l 1\n 0 461 l 1\n 457 461 l 1\n 457 421 l 1\n342 230 m 1\n 342 421 l 1\n 183 421 l 1\n 212 396 226 368 226 337 c 0\n 226 324 212 308 186 289 c 0\n 158 270 130 257 101 250 c 1\n 99 245 98 240 98 235 c 0\n 98 201 139 175 173 175 c 0\n 259 175 300 186 342 230 c 1\nEndSplineSet\nEndChar\nStartChar: uni0930\nEncoding: 2352 2352 1006\nWidth: 319\nFlags: W\nHStem: 421 40<0 161 0 319>\nVStem: 161 46<272 421>\nDStem: 103 158 133 176 238 1 272 14\nFore\n319 421 m 1\n 207 421 l 1\n 207 274 l 2\n 207 223 182 191 133 176 c 1\n 272 14 l 1\n 238 1 l 1\n 103 158 l 2\n 66 202 47 230 47 241 c 0\n 47 256 57 263 72 263 c 0\n 93 263 112 249 129 222 c 0\n 130 221 131 220 132 220 c 0\n 137 220 144 227 150 242 c 0\n 158 256 161 270 161 284 c 2\n 161 421 l 1\n 0 421 l 1\n 0 461 l 1\n 319 461 l 1\n 319 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni0931\nEncoding: 2353 2353 1007\nWidth: 319\nFlags: W\nHStem: 421 40<0 161 0 319>\nVStem: 161 46<270 421>\nDStem: 103 158 133 176 238 1 272 14\nFore\n136 50 m 1\n 85 -1 l 1\n 34 50 l 1\n 85 101 l 1\n 136 50 l 1\n47 241 m 0\n 47 255.285 57.0576 263 72 263 c 0\n 93 263 112 249 129 222 c 0\n 130 221 131 220 132 220 c 0\n 137 220 144 227 150 242 c 0\n 158 256 161 270 161 284 c 2\n 161 421 l 1\n 0 421 l 1\n 0 461 l 1\n 319 461 l 1\n 319 421 l 1\n 207 421 l 1\n 207 274 l 2\n 207 223 182 191 133 176 c 1\n 272 14 l 1\n 238 1 l 1\n 103 158 l 2\n 66 202 47 230 47 241 c 0\nEndSplineSet\nEndChar\nStartChar: uni0932\nEncoding: 2354 2354 1008\nWidth: 549\nFlags: W\nHStem: -2 21G<249.5 259> 279 40<377 392> 296 40<148 165> 421 40<0 440 0 555>\nVStem: 42 46<211 228> 440 45<43 421>\nFore\n555 421 m 1\n 485 421 l 1\n 485 -2 l 1\n 440 44 l 1\n 440 271 l 1\n 417 276 400 279 390 279 c 0\n 322 279 303 238 275 178 c 1\n 234 193 l 1\n 236 211 243 227 256 242 c 1\n 241 268 200 296 163 296 c 0\n 106 296 88 272 88 213 c 0\n 88 153 180 74 228 44 c 0\n 257 26 271 13 271 5 c 0\n 271 0 265 -2 253 -2 c 0\n 246 -2 237 2 226 11 c 1\n 103 87 42 159 42 226 c 0\n 42 291 85 336 150 336 c 0\n 195 336 237 315 277 273 c 1\n 306 304 340 319 379 319 c 0\n 401 319 421 312 440 299 c 1\n 440 421 l 1\n 0 421 l 1\n 0 461 l 1\n 555 461 l 1\n 555 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni0933\nEncoding: 2355 2355 1009\nWidth: 641\nFlags: W\nHStem: 48 39<172 190> 267 40<175 209> 421 40<0 434 0 641>\nVStem: 41 47<162 198> 434 47<306 421> 527 47<184 200>\nFore\n188 48 m 0\n 105.821 48 41 116.142 41 198 c 0\n 41 269 117 307 193 307 c 0\n 255 307 296 288 315 251 c 1\n 340 287 380 306 434 307 c 1\n 434 421 l 1\n 0 421 l 1\n 0 461 l 1\n 641 461 l 1\n 641 421 l 1\n 481 421 l 1\n 481 306 l 1\n 528 301 574 239 574 190 c 0\n 574 109 517 53 441 49 c 0\n 362 46 318 72 307 129 c 1\n 280 75 241 48 188 48 c 0\n527 198 m 0\n 527 249 512 267 461 267 c 0\n 421 267 390 258 367 239 c 0\n 355 229 343 211 330 186 c 1\n 334 120 366 87 427 87 c 0\n 490 87 527 135 527 198 c 0\n295 213 m 1\n 285 249 252 267 196 267 c 0\n 124 267 88 232 88 162 c 0\n 88 118 131 87 174 87 c 0\n 218 87 249 104 267 138 c 1\n 276 163 286 188 295 213 c 1\nEndSplineSet\nEndChar\nStartChar: uni0935\nEncoding: 2357 2357 1010\nWidth: 442\nFlags: W\nHStem: 116 39<175 195> 309 38<180 209> 421 40<0 333 0 448>\nVStem: 41 46<235 247> 333 45<43 421>\nFore\n448 421 m 1\n 378 421 l 1\n 378 -2 l 1\n 333 44 l 1\n 333 167 l 1\n 303 142 244 116 193 116 c 0\n 117 116 41 176 41 247 c 0\n 41 311 123 347 191 347 c 0\n 254 347 302 326 333 283 c 1\n 333 421 l 1\n 0 421 l 1\n 0 461 l 1\n 448 461 l 1\n 448 421 l 1\n333 212 m 1\n 333 237 l 1\n 308 267 285 287 263 297 c 0\n 246 305 222 309 193 309 c 0\n 144 309 87 281 87 237 c 0\n 87 183 127 155 182 155 c 0\n 227 155 278 174 333 212 c 1\nEndSplineSet\nEndChar\nStartChar: uni0936\nEncoding: 2358 2358 1011\nWidth: 589\nFlags: W\nHStem: 421 40<0 101 0 225 0 479 0 593>\nVStem: 81 47<370 379> 307 46<306 324> 479 45<43 421>\nDStem: 146 128 187 135 287 -13 318 4\nFore\n307 319 m 0\n 307 387 273 421 206 421 c 0\n 174 421 128 405 128 377 c 0\n 128 342 147 315 186 294 c 0\n 220 275 255 268 290 271 c 1\n 301 284 307 300 307 319 c 0\n0 461 m 1\n 593 461 l 1\n 593 421 l 1\n 524 421 l 1\n 524 -2 l 1\n 479 44 l 1\n 479 421 l 1\n 304 421 l 1\n 337 398 353 364 353 320 c 0\n 353 281 337 243 305 206 c 128\n 273 169 234 146 187 135 c 1\n 318 4 l 1\n 287 -13 l 1\n 146 128 l 1\n 105 125 74 135 52 156 c 0\n 47 161 44 171 44 184 c 0\n 44 211 53 224 71 224 c 0\n 108 224 135 206 152 171 c 1\n 192 167 254 207 271 233 c 1\n 209 244 157 266 115 297 c 0\n 92 314 81 339 81 373 c 0\n 81 392 88 408 101 421 c 1\n 0 421 l 1\n 0 461 l 1\nEndSplineSet\nEndChar\nStartChar: uni0937\nEncoding: 2359 2359 1012\nWidth: 398\nFlags: W\nHStem: 138 38<158 177> 421 40<0 41 0 289 0 404>\nVStem: 41 46<236 388> 289 45<43 421>\nDStem: 87 388 97 421 249 252 283 265\nFore\n404 421 m 1\n 334 421 l 1\n 334 -2 l 1\n 289 44 l 1\n 289 178 l 1\n 268 155 214 138 172 138 c 0\n 116 138 41 195 41 247 c 2\n 41 421 l 1\n 0 421 l 1\n 0 461 l 1\n 404 461 l 1\n 404 421 l 1\n289 259 m 1\n 289 421 l 1\n 97 421 l 1\n 283 265 l 1\n 285 264 287 262 289 259 c 1\n261 211 m 2\n 261 238 l 2\n 261 241 257 245 249 252 c 2\n 87 388 l 1\n 87 226 l 2\n 87 200 134 176 160 176 c 0\n 191 176 261 185 261 211 c 2\nEndSplineSet\nEndChar\nStartChar: uni0938\nEncoding: 2360 2360 1013\nWidth: 506\nFlags: W\nHStem: 181 39<285 316> 421 40<0 163 0 397 0 512>\nVStem: 163 46<262 284> 163 47<282 421> 397 45<43 421>\nDStem: 104 158 134 176 241 1 275 14\nFore\n133 220 m 0\n 146.056 220 163 265.742 163 284 c 2\n 163 421 l 1\n 0 421 l 1\n 0 461 l 1\n 512 461 l 1\n 512 421 l 1\n 442 421 l 1\n 442 -2 l 1\n 397 44 l 1\n 397 193 l 1\n 378 185 350 181 314 181 c 0\n 267 181 228 195 198 224 c 1\n 187 201 165 185 134 176 c 1\n 275 14 l 1\n 241 1 l 1\n 104 158 l 2\n 66 202 47 230 47 241 c 0\n 47 256 57 263 72 263 c 0\n 94 263 113 249 130 222 c 0\n 131 221 132 220 133 220 c 0\n397 234 m 1\n 397 421 l 1\n 210 421 l 1\n 210 372.109 209 307.163 209 262 c 0\n 225 234 250 220 285 220 c 0\n 331 220 368 225 397 234 c 1\nEndSplineSet\nEndChar\nStartChar: uni0939\nEncoding: 2361 2361 1014\nWidth: 430\nFlags: W\nHStem: 66 34<275 287> 202 40<207 225> 317 39<120 341> 421 40<0 295 0 430>\nVStem: 43 48<277 292> 74 47<130 142> 295 46<355 421> 315 47<140 157>\nFore\n430 421 m 1\n 341 421 l 1\n 341 317 l 1\n 118 317 l 2\n 100 317 91 304 91 277 c 0\n 91 252 116 231 139 226 c 1\n 158 237 183 242 214 242 c 0\n 284 242 362 204 362 140 c 0\n 362 102 324 66 287 66 c 0\n 269 66 260 72 260 83 c 128\n 260 94 265 100 276 100 c 0\n 301 100 315 130 315 157 c 0\n 315 187 282 202 217 202 c 0\n 165 202 121 179 121 130 c 0\n 121 97 135 69 164 47 c 0\n 196 23 251 1 329 -18 c 1\n 329 -41 l 1\n 222.412 -28.7686 74 31.0112 74 130 c 0\n 74 157 85 183 106 208 c 1\n 80 218 43 258 43 292 c 0\n 43 336 91 356 139 356 c 2\n 295 356 l 1\n 295 421 l 1\n 0 421 l 1\n 0 461 l 1\n 430 461 l 1\n 430 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni093C\nEncoding: 2364 2364 1015\nWidth: 6\nFlags: W\nFore\n-172 -90 m 1\n -223 -141 l 1\n -274 -90 l 1\n -223 -39 l 1\n -172 -90 l 1\nEndSplineSet\nEndChar\nStartChar: uni093D\nEncoding: 2365 2365 1016\nWidth: 438\nFlags: W\nHStem: 48 51<167 201> 409 52<167 338>\nVStem: 85 70<379 398> 260 69<163 181>\nFore\n368 409 m 1\n 179 409 l 2\n 163 409 155 399 155 379 c 0\n 155 364 170 344 200 319 c 2\n 284 250 l 1\n 314 221 329 195 329 170 c 0\n 329 138 318 110 295 87 c 0\n 271 61 240 48 201 48 c 0\n 131 48 75 91 52 139 c 0\n 47 148 45 156 45 162 c 0\n 45 170 48 174 54 174 c 0\n 65 174 76 164 87 144 c 0\n 100 122 133 99 167 99 c 0\n 229 99 260 126 260 179 c 0\n 260 206 245 236 215 268 c 0\n 206 277 177 302 130 341 c 0\n 100 367 85 386 85 398 c 0\n 85 435 129 461 167 461 c 2\n 338 461 l 1\n 368 409 l 1\nEndSplineSet\nEndChar\nStartChar: uni093E\nEncoding: 2366 2366 1017\nWidth: 172\nFlags: W\nHStem: 421 40<-5 63 -5 177>\nVStem: 63 45<43 421>\nFore\n177 421 m 1\n 108 421 l 1\n 108 -2 l 1\n 63 44 l 1\n 63 421 l 1\n -5 421 l 1\n -5 461 l 1\n 177 461 l 1\n 177 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni093F\nEncoding: 2367 2367 1018\nWidth: 172\nFlags: W\nHStem: 421 40<-6 63 100 178> 570 40<163 187>\nVStem: 32 50<510 523> 63 45<43 421>\nFore\n32 523 m 0\n 32 578.337 99.805 610 165 610 c 0\n 255 610 339 569 418 488 c 1\n 404 463 l 1\n 362 521 274 570 179 570 c 0\n 132 570 82 554 82 511 c 0\n 82 494 88 478 100 461 c 1\n 178 461 l 1\n 178 421 l 1\n 108 421 l 1\n 108 -2 l 1\n 63 44 l 1\n 63 421 l 1\n -6 421 l 1\n -6 461 l 1\n 61 461 l 1\n 42 480 32 500 32 523 c 0\nEndSplineSet\nEndChar\nStartChar: uni0940\nEncoding: 2368 2368 1019\nWidth: 172\nFlags: W\nHStem: 421 40<-5 63 98 177> 600 38<-98 -74>\nVStem: -193 36<541 559> 63 45<43 421>\nFore\n177 421 m 1\n 108 421 l 1\n 108 -2 l 1\n 63 44 l 1\n 63 421 l 1\n -5 421 l 1\n -5 461 l 1\n 64 461 l 1\n 51 525 -6 600 -76 600 c 0\n -130 600 -157 583 -157 548 c 0\n -157 527 -146 498 -124 461 c 1\n -157 461 l 1\n -181 496 -193 524 -193 545 c 0\n -193 604 -150 638 -90 638 c 0\n 10 638 83 550 98 461 c 1\n 177 461 l 1\n 177 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni0941\nEncoding: 2369 2369 1020\nWidth: 6\nFlags: W\nHStem: -177 38<-140 -130> -38 38<-117 -93>\nVStem: -32 46<-97 -87>\nFore\n14 -97 m 0\n 14 -157 -69 -177 -140 -177 c 0\n -216 -177 -298 -141 -387 -69 c 1\n -361 -50 l 1\n -287 -109 -213 -139 -140 -139 c 0\n -99 -139 -32 -120 -32 -87 c 0\n -32 -72 -41 -60 -60 -50 c 0\n -73 -42 -84 -38 -93 -38 c 0\n -109 -38 -128 -45 -150 -60 c 1\n -196 -34 l 1\n -179 -11 -153 -0 -117 0 c 0\n -86 0 -55 -12 -26 -36 c 0\n 1 -58 14 -78 14 -97 c 0\nEndSplineSet\nEndChar\nStartChar: uni0942\nEncoding: 2370 2370 1021\nWidth: 6\nFlags: W\nHStem: -38 38<-120 -118>\nVStem: -215 46<-106 -80>\nDStem: -44 -67 -29 -39 101 -187 149 -187\nFore\n-215 -80 m 0\n -215 -35.2106 -175.08 0 -120 0 c 0\n -91 0 -60 -13 -29 -39 c 2\n 149 -187 l 1\n 101 -187 l 1\n -44 -67 l 2\n -67 -48 -93 -38 -120 -38 c 0\n -161 -38 -169 -60 -169 -106 c 0\n -169 -121 -146 -140 -131 -140 c 0\n -110 -140 -94 -137 -83 -132 c 128\n -72 -127 -65 -124 -61 -124 c 2\n -48 -124 l 1\n -25 -143 l 1\n -38 -164 -63 -176 -98 -177 c 0\n -131 -178 -158 -169 -181 -148 c 128\n -204 -127 -215 -105 -215 -80 c 0\nEndSplineSet\nEndChar\nStartChar: uni0943\nEncoding: 2371 2371 1022\nWidth: 6\nFlags: W\nHStem: 1 37<-95 -47>\nVStem: -226 49<-58 -41>\nFore\n-13 -114 m 1\n -55 -143 -141 -127 -181 -105 c 0\n -211 -89 -226 -68 -226 -41 c 0\n -226 12 -153 38 -95 38 c 1\n -47 1 l 1\n -99 1 -177 -13 -177 -58 c 0\n -177 -83 -140 -97 -112 -97 c 0\n -81 -97 -57 -92 -42 -81 c 1\n -13 -114 l 1\nEndSplineSet\nEndChar\nStartChar: uni0945\nEncoding: 2373 2373 1023\nWidth: 6\nFlags: W\nHStem: 509 37<-94 -90>\nFore\n48 589 m 1\n 29.4074 553.505 -42.663 509 -94 509 c 0\n -149 509 -214 564 -233 603 c 0\n -234 606 -235 609 -235 612 c 0\n -235 620 -231 624 -223 624 c 0\n -216 624 -212 621 -209 616 c 0\n -178 569 -139 546 -94 546 c 0\n -79 546 -61 551 -42 562 c 0\n -17 575 1 593 13 616 c 1\n 48 589 l 1\nEndSplineSet\nEndChar\nStartChar: uni0947\nEncoding: 2375 2375 1024\nWidth: 6\nFlags: W\nHStem: 595 77<-331 -238>\nFore\n-70 461 m 1\n -108 461 l 1\n -164 550 -207 595 -238 595 c 2\n -294 595 l 1\n -331 672 l 1\n -281 672 l 2\n -247 672 -216 656 -187 624 c 0\n -140 571 -101 517 -70 461 c 1\nEndSplineSet\nEndChar\nStartChar: uni0948\nEncoding: 2376 2376 1025\nWidth: 6\nFlags: W\nHStem: 671 71<-214 -205>\nFore\n-62 461 m 1\n -104 461 l 1\n -165.494 529.196 -184.696 542.205 -270 535 c 1\n -306 577 l 2\n -307 578 -308 580 -308 583 c 0\n -308 599 -284 608 -265 608 c 0\n -222 608 -167 574 -101 506 c 1\n -105 527 -116 562 -133 609 c 1\n -144 632 -183 671 -214 671 c 0\n -218 671 -222 670 -225 669 c 1\n -225 722 l 2\n -225 735 -218 742 -205 742 c 0\n -184 742 -159 725 -132 690 c 0\n -98 647 -71 536 -62 461 c 1\nEndSplineSet\nEndChar\nStartChar: uni0949\nEncoding: 2377 2377 1026\nWidth: 172\nFlags: W\nHStem: 421 40<-5 63 -5 177> 509 37<86 90> 509 115<-43 86>\nVStem: 63 45<43 421>\nFore\n228 589 m 1\n 209.407 553.505 137.337 509 86 509 c 0\n 31 509 -34 564 -53 603 c 0\n -54 606 -55 609 -55 612 c 0\n -55 620 -51 624 -43 624 c 0\n -36 624 -32 621 -29 616 c 0\n 2 569 41 546 86 546 c 0\n 101 546 119 551 138 562 c 0\n 163 575 181 593 193 616 c 1\n 228 589 l 1\n177 421 m 1\n 108 421 l 1\n 108 -2 l 1\n 63 44 l 1\n 63 421 l 1\n -5 421 l 1\n -5 461 l 1\n 177 461 l 1\n 177 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni094B\nEncoding: 2379 2379 1027\nWidth: 172\nFlags: W\nHStem: 421 40<-5 63 100 177> 595 77<-160 -67>\nVStem: 63 45<43 421>\nFore\n177 421 m 1\n 108 421 l 1\n 108 -2 l 1\n 63 44 l 1\n 63 421 l 1\n -5 421 l 1\n -5 461 l 1\n 61 461 l 1\n 7 550 -36 595 -67 595 c 2\n -123 595 l 1\n -160 672 l 1\n -110 672 l 2\n -76 672 -45 656 -16 624 c 0\n 28 575 67 520 100 461 c 1\n 177 461 l 1\n 177 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni094C\nEncoding: 2380 2380 1028\nWidth: 172\nFlags: W\nHStem: 421 40<-5 63 101 177> 667 71<-50 -41>\nVStem: 63 45<43 421>\nFore\n177 421 m 1\n 108 421 l 1\n 108 -2 l 1\n 63 44 l 1\n 63 421 l 1\n -5 421 l 1\n -5 461 l 1\n 57 461 l 1\n -3.69834 525.936 -22.9852 538.009 -106 531 c 1\n -142 573 l 2\n -143 574 -144 576 -144 579 c 0\n -144 595 -120 604 -101 604 c 0\n -58 604 -3 570 63 502 c 1\n 59 523 48 558 31 605 c 1\n 20 628 -19 667 -50 667 c 0\n -54 667 -58 666 -61 665 c 1\n -61 718 l 2\n -61 731 -54 738 -41 738 c 0\n -20 738 5 721 32 686 c 0\n 65 644 92 535 101 461 c 1\n 177 461 l 1\n 177 421 l 1\nEndSplineSet\nEndChar\nStartChar: uni094D\nEncoding: 2381 2381 1029\nWidth: 6\nFlags: W\nHStem: -39 38<-152 -70>\nFore\n153 -177 m 1\n 117 -177 l 1\n 86 -141 50 -109 11 -81 c 128\n -28 -53 -57 -39 -74 -39 c 2\n -117 -39 l 1\n -152 -1 l 1\n -71 -1 l 1\n 3 -22 105 -115 153 -177 c 1\nEndSplineSet\nEndChar\nStartChar: uni0950\nEncoding: 2384 2384 1030\nWidth: 898\nFlags: W\nHStem: 68 39<260 265> 172 43<471 489> 174 38<742 757> 258 39<279 290> 365 40<743 759> 382 38<522 524> 421 40<203 217>\nVStem: 324 48<339 362> 357 48<179 198>\nFore\n567 513 m 1\n 519 476 l 1\n 474 513 l 1\n 519 552 l 1\n 567 513 l 1\n670 465 m 1\n 657 443 636 424 605 407 c 128\n 574 390 547 382 522 382 c 0\n 463 382 392 439 373 481 c 0\n 371 485 370 488 370 491 c 0\n 370 500 375 504 385 504 c 0\n 392 504 397 501 400 496 c 0\n 422 460 470 420 522 420 c 0\n 537 420 555 426 575 437 c 0\n 601 451 620 470 633 495 c 1\n 670 465 l 1\n745 405 m 0\n 830.964 405 890.801 292.685 829 212 c 0\n 810 187 786 174 757 174 c 0\n 702 174 652 212 631 248 c 1\n 586 197 536 172 480 172 c 0\n 460 172 434 182 401 201 c 1\n 404 194 405 186 405 179 c 0\n 405 112 329 68 260 68 c 0\n 177.678 68 89.499 153.915 47 214 c 0\n 42 220 40 225 40 230 c 0\n 40 241 48 246 64 246 c 0\n 75 246 81 243 83 238 c 0\n 104 178 184 107 260 107 c 0\n 317 107 357 140 357 198 c 0\n 357 226 317 258 290 258 c 0\n 249 258 216 251 193 238 c 1\n 144 263 l 1\n 188 289 213 297 281 297 c 1\n 317 303 324 317 324 360 c 0\n 324 401 284 421 203 421 c 0\n 174 421 148 412 126 395 c 1\n 88 427 l 1\n 113 450 152 461 203 461 c 0\n 274.01 461 372 415.188 372 351 c 0\n 372 320 359 295 334 276 c 1\n 372.619 254.277 428.644 215 479 215 c 0\n 516 215 550 231 580 264 c 1\n 652 356 l 1\n 681 389 712 405 745 405 c 0\n809 284 m 0\n 809 338 792 365 757 365 c 0\n 707 365 683 324 652 278 c 1\n 663.859 245.811 704.083 212 744 212 c 0\n 785 212 809 242 809 284 c 0\nEndSplineSet\nEndChar\nStartChar: uni0951\nEncoding: 2385 2385 1031\nWidth: 6\nFlags: W\nDStem: -46 627 -11 612 -108 461 -70 461\nFore\n-11 612 m 1\n -70 461 l 1\n -108 461 l 1\n -46 627 l 1\n -11 612 l 1\nEndSplineSet\nEndChar\nStartChar: uni0966\nEncoding: 2406 2406 1032\nWidth: 584\nFlags: W\nHStem: 98 39<289 293> 324 39<289 309>\nVStem: 148 37<216 233> 381 50<217 245>\nFore\n431 245 m 0\n 431 204 415 168 382 138 c 0\n 353 111 322 98 289 98 c 0\n 207 98 148 147 148 226 c 0\n 148 297 220 363 289 363 c 0\n 370 363 431 322 431 245 c 0\n289 324 m 0\n 227.49 324 185 286.645 185 231 c 0\n 185 173 231 137 289 137 c 0\n 342 137 381 166 381 217 c 0\n 381 293 363 324 289 324 c 0\nEndSplineSet\nEndChar\nStartChar: uni0967\nEncoding: 2407 2407 1033\nWidth: 584\nFlags: W\nHStem: -78 41<348 417> 421 40<281 295>\nVStem: 173 47<358 371> 353 48<313 339> 394 55<-41 -19>\nDStem: 211 143 267 137 389 -10 428 -1 307 239 372 242 211 143 267 137\nFore\n428 -1 m 2\n 442 -13 449 -26 449 -41 c 0\n 449 -59 434 -78 417 -78 c 0\n 388 -78 365 -64 348 -37 c 1\n 379 -37 394 -31 394 -19 c 0\n 394 -16 392 -13 389 -10 c 2\n 211 143 l 1\n 307 239 l 1\n 245 253 173 304 173 369 c 0\n 173 428 222 461 283 461 c 0\n 347 461 401 391 401 328 c 0\n 401 290 391 261 372 242 c 2\n 267 137 l 1\n 428 -1 l 2\n353 360 m 0\n 353 392 325 421 293 421 c 0\n 244 421 220 403 220 367 c 0\n 220 308 274 266 332 265 c 1\n 344 278 351 295 353 314 c 0\n 353 311 353 327 353 360 c 0\nEndSplineSet\nEndChar\nStartChar: uni0968\nEncoding: 2408 2408 1034\nWidth: 584\nFlags: W\nHStem: 136 73<281 312> 422 39<279 314>\nVStem: 413 34<300 318>\nDStem: 294 137 329 149 430 -67 452 -33\nFore\n298 461 m 0\n 383.821 461 447 390.391 447 303 c 0\n 447 239 408 188 329 149 c 1\n 452 -33 l 1\n 430 -67 l 1\n 294 137 l 1\n 290 136 286 136 281 136 c 0\n 244 136 192 165 192 199 c 2\n 192 217 l 2\n 192 234 215 264 230 264 c 0\n 249 264 267 247 282 214 c 1\n 294 211 304 209 312 209 c 0\n 369 209 413 257 413 313 c 0\n 413 368 356 422 303 422 c 0\n 256 422 212 413 172 395 c 1\n 143 428 l 1\n 190 450 242 461 298 461 c 0\nEndSplineSet\nEndChar\nStartChar: uni0969\nEncoding: 2409 2409 1035\nWidth: 584\nFlags: W\nHStem: 45 110<235 308> 244 39<178 348> 421 40<133 303>\nVStem: 382 46<335 352> 409 54<178 184>\nDStem: 308 45 346 49 391 -57 424 -44\nFore\n463 178 m 0\n 463 112 400 69 346 49 c 1\n 424 -44 l 1\n 391 -57 l 1\n 308 45 l 1\n 262 46 194 70 194 112 c 0\n 194 136 211 155 235 155 c 0\n 270 155 297 134 315 91 c 1\n 365.772 87.3734 409 129.823 409 178 c 0\n 409 222 385 244 337 244 c 2\n 198 244 l 1\n 178 283 l 1\n 343 283 l 2\n 369 283 382 306 382 352 c 0\n 382 394 344 421 301 421 c 2\n 164 421 l 1\n 133 461 l 1\n 291 461 l 2\n 358.421 461 428 402.041 428 337 c 0\n 428 308 418 284 397 264 c 1\n 441 236 463 207 463 178 c 0\nEndSplineSet\nEndChar\nStartChar: uni096A\nEncoding: 2410 2410 1036\nWidth: 584\nFlags: W\nHStem: 38 38<306 341>\nVStem: 191 47<119 131> 411 47<112 127>\nDStem: 47 409 60 441 281 240 306 264 281 240 318 215 228 190 263 163 318 215 341 238 376 171 420 182 495 443 513 401 306 264 341 238\nFore\n513 401 m 1\n 341 238 l 1\n 420 182 l 2\n 445 164 458 141 458 112 c 0\n 458 62 379 38 325 38 c 0\n 290 38 259 48 232 69 c 128\n 205 90 191 110 191 131 c 0\n 191 147 203 167 228 190 c 2\n 281 240 l 1\n 47 409 l 1\n 60 441 l 1\n 306 264 l 1\n 495 443 l 1\n 513 401 l 1\n411 127 m 0\n 411 142 399 156 376 171 c 1\n 318 215 l 1\n 263 163 l 2\n 246 147 238 132 238 119 c 0\n 238 90 266 76 323 76 c 0\n 363 76 411 92 411 127 c 0\nEndSplineSet\nEndChar\nStartChar: uni096B\nEncoding: 2411 2411 1037\nWidth: 584\nFlags: W\nHStem: 132 39<266 291>\nVStem: 317 86<230 250>\nDStem: 365 156 393 180 453 -58 484 -36\nFore\n484 -36 m 1\n 453 -58 l 1\n 365 156 l 1\n 342 140 314 132 279 132 c 0\n 186 132 123 193 114 278 c 0\n 109 328 123 386 155 451 c 1\n 185 409 l 1\n 168 364 160 315 160 260 c 0\n 160 200 206 171 268 171 c 0\n 318 171 343 181 343 202 c 0\n 343 205 343 207 342 210 c 1\n 325 224 317 237 317 250 c 0\n 317 270 338 284 358 284 c 0\n 388 284 403 266 403 230 c 0\n 403 211 400 195 393 180 c 1\n 484 -36 l 1\nEndSplineSet\nEndChar\nStartChar: uni096C\nEncoding: 2412 2412 1038\nWidth: 584\nFlags: W\nHStem: 56 43<294 332> 56 123<332 367> 58 121<356 391> 244 39<200 358> 421 40<200 348>\nVStem: 99 42<356 369> 102 57<192 200> 342 101<100 118>\nDStem: 391 58 428 71 474 -59 507 -44\nFore\n507 -44 m 1\n 474 -59 l 1\n 391 58 l 1\n 386 58 335 56 332 56 c 0\n 223 56 132 99 105 177 c 0\n 103 183 102 189 102 194 c 0\n 102 219 118 243 151 264 c 1\n 128 280 112 304 101 336 c 0\n 100 343 99 349 99 356 c 0\n 99 415 151 461 211 461 c 2\n 370 461 l 1\n 348 421 l 1\n 206 421 l 2\n 185 421 168 416 158 404 c 0\n 146 394 141 381 141 367 c 0\n 141 362 142 358 143 354 c 0\n 156 307 176 283 202 283 c 2\n 367 283 l 1\n 357 244 l 1\n 216 244 l 2\n 178 244 159 229 159 198 c 0\n 159 193 160 187 161 180 c 0\n 173 126 217 99 294 99 c 0\n 326 99 342 105 342 118 c 0\n 342 121 341 125 339 129 c 0\n 335 137 333 145 333 152 c 0\n 333 171 348 179 367 179 c 0\n 405 179 443 136 443 100 c 0\n 443 87 438 78 428 71 c 1\n 507 -44 l 1\nEndSplineSet\nEndChar\nStartChar: uni096D\nEncoding: 2413 2413 1039\nWidth: 584\nFlags: W\nHStem: 38 38<337 351> 197 39<389 406> 348 39<365 383>\nVStem: 78 39<418 423> 282 39<287 298> 458 46<234 280>\nFore\n504 234 m 0\n 504 122 444 38 337 38 c 0\n 262 38 198 82 146 171 c 0\n 101 249 78 331 78 418 c 0\n 78 441 85 453 98 453 c 128\n 111 453 117 441 117 418 c 0\n 117 339 134 267 168 200 c 0\n 209 117 266 76 337 76 c 0\n 410 76 453 138 458 210 c 1\n 439 201 421 197 404 197 c 0\n 342 197 282 238 282 296 c 0\n 282 345 320 387 369 387 c 0\n 454 387 504 321 504 234 c 0\n458 280 m 0\n 458 325 431 348 376 348 c 0\n 345 348 321 321 321 289 c 0\n 321 254 344 236 391 236 c 0\n 436 236 458 251 458 280 c 0\nEndSplineSet\nEndChar\nStartChar: uni096E\nEncoding: 2414 2414 1040\nWidth: 584\nFlags: W\nHStem: 0 39<277 294>\nVStem: 102 44<127 142>\nDStem: 380 454 407 420 117 181 157 160\nFore\n146 129 m 0\n 146 67.4724 209.915 39 288 39 c 0\n 346 39 395 70 435 131 c 1\n 469 102 l 1\n 438 51 364 -0 292 0 c 0\n 237 0 190 16 152 49 c 0\n 119 77 102 108 102 142 c 0\n 102 158 107 171 117 181 c 2\n 380 454 l 1\n 407 420 l 1\n 157 160 l 2\n 150 152 146 142 146 129 c 0\nEndSplineSet\nEndChar\nStartChar: uni096F\nEncoding: 2415 2415 1041\nWidth: 584\nFlags: W\nHStem: -56 49<401 443> 421 40<303 330>\nVStem: 153 47<330 349> 392 46<343 361> 433 73<-4 14>\nDStem: 209 250 287 223 413 58 462 59\nFore\n506 -4 m 0\n 506 -33 472 -56 443 -56 c 0\n 415 -56 401 -40 401 -7 c 1\n 422 -7 433 0 433 14 c 0\n 433 31 426 45 413 58 c 2\n 209 250 l 2\n 172 285 153 318 153 349 c 0\n 153 416 244 461 305 461 c 0\n 379 461 438 419 438 349 c 0\n 438 323 425 299 398 278 c 0\n 375 259 338 241 287 223 c 1\n 462 59 l 2\n 491 32 506 11 506 -4 c 0\n392 351 m 0\n 392 401 378 421 330 421 c 0\n 243 421 200 391 200 330 c 0\n 200 308.026 231.475 262 260 262 c 0\n 297 262 331 275 362 302 c 0\n 382 319 392 336 392 351 c 0\nEndSplineSet\nEndChar\nStartChar: uni0970\nEncoding: 2416 2416 1042\nWidth: 898\nFlags: W\nHStem: 68 39<260 265> 172 43<471 489> 174 38<742 757> 258 39<279 290> 365 40<743 759> 382 38<522 524> 421 40<203 217>\nVStem: 324 48<339 362> 357 48<179 198>\nFore\n567 513 m 1\n 519 476 l 1\n 474 513 l 1\n 519 552 l 1\n 567 513 l 1\n670 465 m 1\n 657 443 636 424 605 407 c 128\n 574 390 547 382 522 382 c 0\n 463 382 392 439 373 481 c 0\n 371 485 370 488 370 491 c 0\n 370 500 375 504 385 504 c 0\n 392 504 397 501 400 496 c 0\n 422 460 470 420 522 420 c 0\n 537 420 555 426 575 437 c 0\n 601 451 620 470 633 495 c 1\n 670 465 l 1\n745 405 m 0\n 830.964 405 890.801 292.685 829 212 c 0\n 810 187 786 174 757 174 c 0\n 702 174 652 212 631 248 c 1\n 586 197 536 172 480 172 c 0\n 460 172 434 182 401 201 c 1\n 404 194 405 186 405 179 c 0\n 405 112 329 68 260 68 c 0\n 177.678 68 89.499 153.915 47 214 c 0\n 42 220 40 225 40 230 c 0\n 40 241 48 246 64 246 c 0\n 75 246 81 243 83 238 c 0\n 104 178 184 107 260 107 c 0\n 317 107 357 140 357 198 c 0\n 357 226 317 258 290 258 c 0\n 249 258 216 251 193 238 c 1\n 144 263 l 1\n 188 289 213 297 281 297 c 1\n 317 303 324 317 324 360 c 0\n 324 401 284 421 203 421 c 0\n 174 421 148 412 126 395 c 1\n 88 427 l 1\n 113 450 152 461 203 461 c 0\n 274.01 461 372 415.188 372 351 c 0\n 372 320 359 295 334 276 c 1\n 372.619 254.277 428.644 215 479 215 c 0\n 516 215 550 231 580 264 c 1\n 652 356 l 1\n 681 389 712 405 745 405 c 0\n809 284 m 0\n 809 338 792 365 757 365 c 0\n 707 365 683 324 652 278 c 1\n 663.859 245.811 704.083 212 744 212 c 0\n 785 212 809 242 809 284 c 0\nEndSplineSet\nEndChar\nStartChar: uni0981\nEncoding: 2433 2433 1043\nWidth: 300\nFlags: W\nFore\n90 470 m 0\n 90 538 190 536 190 470 c 128\n 190 404 90 404 90 470 c 0\n20 515 m 1\n 80 295 201 296 260 515 c 1\n 260 235 20 238 20 515 c 1\nEndSplineSet\nEndChar\nStartChar: uni0982\nEncoding: 2434 2434 1044\nWidth: 400\nFlags: W\nHStem: 330 180<140 149>\nFore\n20 420 m 0\n 20 371 72 330 140 330 c 128\n 208 330 260 371 260 420 c 128\n 260 469 208 510 140 510 c 128\n 72 510 20 469 20 420 c 0\n70 420 m 0\n 70 420 79 360 140 360 c 128\n 201 360 210 420 210 420 c 0\n 210 420 201 480 140 480 c 128\n 79 480 70 420 70 420 c 0\n20 300 m 1\n 194 284 286 96 360 20 c 1\n 320 0 l 1\n 320 0 218 192 60 240 c 1\n 20 300 l 1\nEndSplineSet\nEndChar\nStartChar: uni0983\nEncoding: 2435 2435 1045\nWidth: 300\nFlags: W\nHStem: 100 30<140 148> 250 30<140 148> 330 30<140 148> 480 30<140 148>\nFore\n140 330 m 0\n -21 330 -21 510 140 510 c 128\n 301 510 301 330 140 330 c 0\n140 480 m 0\n 48 480 47 360 140 360 c 0\n 234 360 232 480 140 480 c 0\n140 100 m 0\n -21 100 -21 280 140 280 c 128\n 301 280 301 100 140 100 c 0\n140 250 m 0\n 48 250 47 130 140 130 c 0\n 234 130 232 250 140 250 c 0\nEndSplineSet\nEndChar\nStartChar: uni0985\nEncoding: 2437 2437 1046\nWidth: 640\nFlags: W\nHStem: 540 60<-20 520 -20 660>\nVStem: 520 60<110 540>\nDStem: 460 165 472 186 580 0 520 110\nFore\n620 600 m 1\n 660 540 l 1\n 580 540 l 1\n 580 0 l 1\n 460 165 l 1\n 309 -138 70 -18 0 500 c 1\n 20 480 l 1\n 171 -170 531 133 411 434 c 1\n 406 320 263 314 261 434 c 1\n 269 530 549 577 472 186 c 1\n 520 110 l 1\n 520 540 l 1\n 20 540 l 1\n -20 600 l 1\n 620 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni0986\nEncoding: 2438 2438 1047\nWidth: 780\nFlags: W\nHStem: 540 60<-20 520 -20 621 660 800>\nVStem: 520 60<110 540> 660 60<73 540>\nDStem: 462 168 471 186 580 0 520 110\nFore\n720 0 m 1\n 660 74 l 1\n 660 480 l 1\n 621 540 l 1\n 580 540 l 1\n 580 0 l 1\n 462 168 l 1\n 309 -142 70 -18 0 500 c 1\n 20 480 l 1\n 170 -167 539 133 410 438 c 1\n 410 317 260 317 260 438 c 1\n 260 525 552 583 471 186 c 1\n 520 110 l 1\n 520 540 l 1\n 20 540 l 1\n -20 600 l 1\n 620 600 l 1\n 660 540 l 1\n 660 600 l 1\n 760 600 l 1\n 800 540 l 1\n 720 540 l 1\n 720 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0987\nEncoding: 2439 2439 1048\nWidth: 520\nFlags: W\nHStem: 540 60<19 430 20 500>\nVStem: 430 30<600 612.42>\nFore\n460 600 m 1\n 460 839 -20 656 -20 790 c 1\n -20 566 430 760 430 600 c 1\n -20 600 l 1\n 20 540 l 1\n 540 540 l 1\n 500 600 l 1\n 460 600 l 1\n148 240 m 1\n 171 236 387 89 460 20 c 1\n 420 0 l 1\n 287 147 40 240 40 240 c 17\n 0 300 l 1\n 189 244 643 401 223 476 c 1\n 215 332 19 379 19 449 c 0\n 19 558 393 528 452 412 c 8\n 515 287 227 240 148 240 c 1\nEndSplineSet\nEndChar\nStartChar: uni0988\nEncoding: 2440 2440 1049\nWidth: 520\nFlags: W\nHStem: 540 60<19 430 20 500>\nVStem: 18 161<408 421> 18 208<355 421> 206 20<339 378.252> 430 30<600 612.42>\nFore\n430 600 m 1\n -20 600 l 1\n 20 540 l 1\n 540 540 l 1\n 500 600 l 1\n 460 600 l 1\n 460 839 -20 656 -20 790 c 1\n -20 566 430 760 430 600 c 1\n440 20 m 1\n 420 0 l 1\n 386 64 322 131 373 396 c 1\n 296 361 169 34 0 242 c 1\n 58 196 156 248 206 339 c 1\n 207 396 204 394 179 419 c 1\n 179 298 18 300 18 421 c 1\n 11 521 226 577 226 355 c 1\n 309 469 324 486 410 510 c 9\n 460 410 l 17\n 390 306 370 156 440 20 c 1\nEndSplineSet\nEndChar\nStartChar: uni0989\nEncoding: 2441 2441 1050\nWidth: 530\nFlags: W\nHStem: 540 60<19 440 260 510>\nVStem: 200 60<300 540> 440 30<600 612.264>\nFore\n20 540 m 1\n 200 540 l 1\n 200 300 l 1\n 270 230 l 17\n 337 255 396 292 440 340 c 1\n 460 11 46 -65 20 480 c 1\n 0 500 l 1\n 0 -301 646 0 450 440 c 1\n 412 350 287 301 260 300 c 1\n 260 540 l 1\n 550 540 l 1\n 510 600 l 1\n 470 600 l 1\n 470 839 -20 656 -20 790 c 1\n -20 566 440 760 440 600 c 1\n -20 600 l 1\n 20 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni098A\nEncoding: 2442 2442 1051\nWidth: 550\nFlags: W\nHStem: 540 60<-20 221 -20 570>\nVStem: 221 59<300 540> 460 30<600 611.926>\nFore\n490 600 m 1\n 530 600 l 1\n 570 540 l 1\n 280 540 l 1\n 280 300 l 1\n 336 324 420 374 450 440 c 1\n 638 -6 18 -274 0 450 c 1\n 20 430 l 1\n 31 263 104 93 202 63 c 1\n 119 135 72 303 80 500 c 1\n 100 480 l 1\n 121 -55 405 4 440 340 c 1\n 396 292 358 255 291 230 c 9\n 221 300 l 1\n 221 540 l 1\n 20 540 l 1\n -20 600 l 1\n 460 600 l 1\n 460 760 -20 566 -20 790 c 1\n -20 656 490 839 490 600 c 1\nEndSplineSet\nEndChar\nStartChar: uni098B\nEncoding: 2443 2443 1052\nWidth: 620\nFlags: W\nHStem: 520 20G<550 630>\nVStem: 370 60<189 445 190 600> 490 60<0 600>\nDStem: 220 550 220 600 300 460 330 480 300 460 370 445 20 300 120 300 430 130 430 190 550 0 490 120\nFore\n550 0 m 1\n 550 540 l 1\n 630 540 l 1\n 590 600 l 1\n 490 600 l 1\n 490 120 l 1\n 430 190 l 1\n 430 600 l 1\n 370 600 l 1\n 370 500 l 1\n 330 480 l 1\n 220 600 l 1\n 199 557 188 492 146 477 c 1\n 136 565 20 556 20 480 c 0\n 20 368 206 398 220 550 c 1\n 300 460 l 1\n 20 300 l 9\n 40 280 l 17\n 232 197 430 38 430 0 c 1\n 430 130 l 1\n 550 0 l 1\n370 445 m 1\n 370 130 l 1\n 274 254 120 300 120 300 c 1\n 370 445 l 1\nEndSplineSet\nEndChar\nStartChar: uni098C\nEncoding: 2444 2444 1053\nWidth: 420\nFlags: W\nVStem: 310 70<220 222>\nFore\n50 20 m 1\n 20 80 l 1\n 95 24 232 105 140 180 c 1\n 160 129 20 74 20 180 c 0\n 20 335 279 215 200 60 c 1\n 306 82 309 166 310 220 c 0\n 312 340 20 406 20 600 c 1\n 40 580 l 1\n 58 458 380 358 380 220 c 0\n 380 74 256 -54 50 20 c 1\nEndSplineSet\nEndChar\nStartChar: uni098F\nEncoding: 2447 2447 1054\nWidth: 480\nFlags: W\nHStem: 0 21G<121 184.5>\nVStem: 380 60<80 529>\nFore\n207 440 m 1\n 236 448 294 414 270 360 c 0\n 235 282 98 318 130 440 c 0\n 161 556 380 600 380 600 c 1\n 440 530 l 9\n 440 0 l 17\n 309 143 214 0 155 0 c 0\n 87 0 20 49 20 240 c 1\n 40 220 l 1\n 56 72 97 70 173 92 c 0\n 198 99 296 162 380 80 c 1\n 380 698 380 323 380 530 c 1\n 380 530 240 505 207 440 c 1\nEndSplineSet\nEndChar\nStartChar: uni0990\nEncoding: 2448 2448 1055\nWidth: 620\nFlags: W\nHStem: -20 20G<121 184.5>\nVStem: 380 80<0 366 385 529> 580 -360<490 799.875>\nFore\n580 490 m 16\n 580 774 219 718 220 800 c 1\n 221 656 520 686 520 490 c 8\n 520 442 483 392 460 385 c 1\n 460 530 l 1\n 380 600 l 1\n 380 600 161 556 130 440 c 0\n 98 318 235 282 270 360 c 0\n 294 414 236 448 207 440 c 1\n 240 505 380 530 380 530 c 1\n 380 323 380 698 380 80 c 1\n 296 162 198 99 173 92 c 0\n 97 70 56 72 40 220 c 1\n 20 240 l 1\n 20 49 87 0 155 0 c 0\n 214 0 302 138 460 0 c 1\n 461 365 l 1\n 511 365 580 421 580 490 c 16\nEndSplineSet\nEndChar\nStartChar: uni0993\nEncoding: 2451 2451 1056\nWidth: 620\nFlags: W\nFore\n561 385 m 1\n 611 599 220 706 220 463 c 0\n 220 430 266 375 320 400 c 0\n 390 432 350 523 320 520 c 1\n 366 586 595 473 490 320 c 1\n 405 382 360 331 360 290 c 0\n 360 253 409 162 490 260 c 1\n 482 -54 172 41 40 480 c 9\n 20 500 l 17\n 192 -347 692 96 530 290 c 1\n 541 311 555 366 561 385 c 1\nEndSplineSet\nEndChar\nStartChar: uni0994\nEncoding: 2452 2452 1057\nWidth: 720\nFlags: W\nVStem: 620 -300<490 508.892>\nFore\n490 260 m 1\n 409 162 360 253 360 290 c 0\n 360 331 405 382 490 320 c 1\n 595 473 366 586 320 520 c 1\n 350 523 390 432 320 400 c 0\n 266 375 220 430 220 463 c 0\n 220 706 611 599 561 385 c 1\n 584 392 620 442 620 490 c 16\n 620 686 321 656 320 800 c 1\n 319 718 680 774 680 490 c 8\n 680 420 606 365 556 365 c 1\n 550 346 535 300 530 290 c 1\n 690 98 192 -347 20 500 c 9\n 40 480 l 17\n 172 41 486 -58 490 260 c 1\nEndSplineSet\nEndChar\nStartChar: uni0995\nEncoding: 2453 2453 1058\nWidth: 652\nFlags: W\nHStem: 540 60<-20 350 -20 670>\nVStem: 350 60<130 440 499 540> 410 0<0 440>\nDStem: 350 500 350 445 0 300 100 300\nFore\n350 445 m 1\n 100 300 l 1\n 100 300 269 244 350 130 c 1\n 350 445 l 1\n410 500 m 1\n 480 500 614 414 590 300 c 0\n 557 143 366 312 540 370 c 1\n 522 430 410 440 410 440 c 1\n 410 0 l 1\n 410 35 188 220 20 280 c 9\n 0 300 l 17\n 350 500 l 17\n 350 540 l 1\n 20 540 l 1\n -20 600 l 1\n 630 600 l 1\n 670 540 l 1\n 410 540 l 1\n 410 500 l 1\nEndSplineSet\nEndChar\nStartChar: uni0996\nEncoding: 2454 2454 1059\nWidth: 500\nFlags: W\nHStem: 520 20G<430 510>\nVStem: 370 60<0 600>\nDStem: 210 410 260 380 20 300 120 300\nFore\n140 430 m 0\n 184 455 190 540 190 540 c 1\n 318 543 322 475 210 410 c 2\n 20 300 l 9\n 40 280 l 17\n 206 213 431 40 430 0 c 1\n 430 540 l 1\n 510 540 l 1\n 470 600 l 1\n 370 600 l 1\n 370 130 l 1\n 280 250 120 300 120 300 c 1\n 260 380 l 2\n 378 448 308 600 150 600 c 1\n 150 600 160 527 140 500 c 1\n 113 568 20 540 20 484 c 0\n 20 424 69 389 140 430 c 0\nEndSplineSet\nEndChar\nStartChar: uni0997\nEncoding: 2455 2455 1060\nWidth: 490\nFlags: W\nHStem: 540 60<370 510>\nVStem: 370 60<63 540>\nFore\n370 445 m 1\n 370 600 l 1\n 470 600 l 1\n 510 540 l 1\n 430 540 l 1\n 430 0 l 1\n 370 64 l 1\n 370 400 l 17\n 209 675 90 476 70 390 c 1\n 171 504 380 410 110 188 c 1\n 70 228 l 17\n 277 410 144 370 90 340 c 0\n 61 324 20 318 20 350 c 0\n 20 493 84 600 210 600 c 16\n 300 600 370 445 370 445 c 1\nEndSplineSet\nEndChar\nStartChar: uni0998\nEncoding: 2456 2456 1061\nWidth: 466\nFlags: W\nHStem: 540 60<-20 50 -20 350 -20 490>\nVStem: 350 60<130 540> 410 0<0 540>\nDStem: 190 410 320 430 0 300 100 300\nFore\n350 540 m 1\n 80 540 l 1\n 48 498 172 458 230 430 c 1\n 280 460 l 9\n 320 430 l 1\n 100 300 l 1\n 107 303 288 228 350 130 c 1\n 350 540 l 1\n490 540 m 1\n 410 540 l 1\n 410 0 l 1\n 410 43 200 204 20 280 c 9\n 0 300 l 17\n 190 410 l 17\n 151 416 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni0999\nEncoding: 2457 2457 1062\nWidth: 540\nFlags: W\nVStem: 218 60<300 438 498 513.467>\nFore\n278 438 m 9\n 278 300 l 1\n 296 301 419 338 468 440 c 1\n 664 0 18 -301 18 500 c 1\n 38 480 l 1\n 64 -65 477 10 458 340 c 1\n 414 292 355 255 288 230 c 9\n 218 300 l 1\n 218 438 l 1\n 186 450 131 510 128 538 c 1\n 156 520 193 498 218 498 c 1\n 218 597 335 628 364 573 c 0\n 426 454 278 438 278 438 c 9\n278 498 m 1\n 314 498 338 507 326 538 c 0\n 315 566 278 556 278 498 c 1\nEndSplineSet\nEndChar\nStartChar: uni099A\nEncoding: 2458 2458 1063\nWidth: 490\nFlags: W\nHStem: 540 60<-20 50 -20 511>\nVStem: 50 60<51 480 51 540>\nFore\n110 480 m 1\n 110 75 l 1\n 226 109 413 227 388 333 c 1\n 372 359 185 356 110 480 c 1\n110 520 m 1\n 211 380 345 446 444 363 c 1\n 488 155 225 19 87 0 c 9\n 50 51 l 1\n 50 540 l 1\n 20 540 l 1\n -20 600 l 1\n 470 600 l 1\n 511 540 l 1\n 110 540 l 1\n 110 520 l 1\nEndSplineSet\nEndChar\nStartChar: uni099B\nEncoding: 2459 2459 1064\nWidth: 540\nFlags: W\nHStem: 540 60<-20 50 -20 551>\nVStem: 50 60<274 452 274 540>\nFore\n110 452 m 1\n 110 298 l 1\n 188 304 268 370 268 370 c 1\n 249 373 157 403 110 452 c 1\n329 350 m 1\n 232 260 82 226 87 223 c 9\n 50 274 l 1\n 50 540 l 1\n 20 540 l 1\n -20 600 l 1\n 510 600 l 1\n 551 540 l 1\n 110 540 l 1\n 110 520 l 1\n 138 455 337 409 336 406 c 1\n 420 365 446 168 208 140 c 1\n 338 102 417 9 490 -60 c 1\n 450 -80 l 1\n 317 67 80 130 80 130 c 17\n 50 190 l 1\n 226 154 387 222 329 350 c 1\nEndSplineSet\nEndChar\nStartChar: uni099C\nEncoding: 2460 2460 1065\nWidth: 630\nFlags: W\nHStem: 540 60<-20 160 -20 320 -20 650>\nVStem: 160 70<300 540>\nFore\n320 540 m 1\n 230 540 l 1\n 230 320 l 1\n 235 294 320 355 350 420 c 1\n 557 -13 0 -301 0 500 c 1\n 20 480 l 1\n 46 -65 350 30 350 330 c 1\n 209 212 204 242 160 300 c 1\n 160 540 l 1\n 20 540 l 1\n -20 600 l 1\n 610 600 l 1\n 650 540 l 1\n 360 540 l 1\n 360 540 426 446 520 480 c 9\n 570 380 l 17\n 500 276 480 116 550 -20 c 1\n 530 -40 l 1\n 496 24 429 135 480 400 c 1\n 480 400 357 439 320 540 c 1\nEndSplineSet\nEndChar\nStartChar: uni099D\nEncoding: 2461 2461 1066\nWidth: 590\nFlags: W\nHStem: 540 60<19 410 529 570>\nVStem: 350 60<189 445 190 540> 470 60<0 600>\nDStem: 350 500 350 445 0 300 100 300 410 130 410 190 530 0 470 120\nFore\n530 0 m 1\n 530 540 l 1\n 610 540 l 1\n 570 600 l 1\n 470 600 l 1\n 470 120 l 1\n 410 190 l 1\n 410 600 l 1\n -20 600 l 1\n 20 540 l 1\n 350 540 l 1\n 350 500 l 9\n 0 300 l 9\n 20 280 l 17\n 215 202 409 30 410 0 c 1\n 410 130 l 1\n 530 0 l 1\n350 445 m 1\n 350 130 l 1\n 290 231 100 300 100 300 c 1\n 350 445 l 1\nEndSplineSet\nEndChar\nStartChar: uni099E\nEncoding: 2462 2462 1067\nWidth: 680\nFlags: W\nHStem: 0 21G<125 188.5>\nVStem: 374 60<80 529>\nFore\n564 340 m 1\n 455 222 455 487 564 381 c 1\n 634 570 472 474 434 360 c 1\n 474 243 635 132 564 340 c 1\n594 360 m 1\n 708 192 525 92 434 280 c 1\n 434 0 l 1\n 303 143 218 0 159 0 c 0\n 91 0 24 49 24 240 c 1\n 44 220 l 1\n 60 72 101 70 177 92 c 0\n 202 99 290 162 374 80 c 1\n 374 698 374 323 374 530 c 1\n 374 530 247 505 214 440 c 1\n 243 448 298 414 274 360 c 0\n 239 282 102 318 134 440 c 0\n 165 556 374 600 374 600 c 1\n 434 530 l 1\n 434 440 l 1\n 533 620 708 519 594 360 c 1\nEndSplineSet\nEndChar\nStartChar: uni099F\nEncoding: 2463 2463 1068\nWidth: 510\nFlags: W\nHStem: 540 60<-20 50 -20 531>\nVStem: 50 60<51 540> 420 30<600 612.506>\nFore\n450 600 m 1\n 490 600 l 1\n 531 540 l 1\n 110 540 l 1\n 110 75 l 1\n 226 108 415 273 388 376 c 1\n 299 290 225 408 260 460 c 0\n 290 505 417 536 445 406 c 0\n 489 198 225 19 87 0 c 9\n 50 51 l 1\n 50 540 l 1\n 20 540 l 1\n -20 600 l 1\n 420 600 l 1\n 420 760 -20 566 -20 790 c 1\n -20 656 450 839 450 600 c 1\nEndSplineSet\nEndChar\nStartChar: uni09A0\nEncoding: 2464 2464 1069\nWidth: 490\nFlags: W\nHStem: 540 60<-20 170 219 250 220 501>\nVStem: 43 60<101 130>\nFore\n250 540 m 1\n 210 540 l 1\n 311 152 100 254 103 130 c 1\n 278 -47 473 376 250 540 c 1\n300 540 m 1\n 591 319 288 -156 90 50 c 9\n 43 101 l 17\n 39 348 258 206 170 540 c 1\n 40 540 l 1\n -20 600 l 1\n 143 600 l 1\n 144 596 -48 842 200 800 c 1\n 240 740 l 1\n 119 784 96 684 220 600 c 1\n 470 600 l 1\n 501 540 l 1\n 300 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni09A1\nEncoding: 2465 2465 1070\nWidth: 520\nFlags: W\nHStem: 540 60<-20 210 -20 540>\nVStem: 210 70<300 540>\nFore\n500 600 m 1\n 540 540 l 1\n 280 540 l 1\n 280 300 l 1\n 336 324 410 355 440 420 c 1\n 647 -13 0 -301 0 500 c 1\n 20 480 l 1\n 46 -65 440 20 440 320 c 1\n 396 272 347 255 280 230 c 9\n 210 300 l 1\n 210 540 l 1\n 20 540 l 1\n -20 600 l 1\n 500 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni09A2\nEncoding: 2466 2466 1071\nWidth: 520\nFlags: W\nHStem: 540 60<-20 50 -20 531>\nVStem: 50 60<51 540>\nFore\n490 600 m 1\n 531 540 l 1\n 110 540 l 1\n 110 75 l 1\n 226 108 415 273 388 376 c 1\n 299 290 227 408 260 460 c 0\n 290 507 422 536 450 406 c 0\n 494 198 225 19 87 0 c 1\n 50 51 l 1\n 50 540 l 1\n 20 540 l 1\n -20 600 l 1\n 490 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni00C1\nEncoding: 2467 2467 1072\nWidth: 470\nFlags: W\nHStem: 540 60<348 490>\nVStem: 350 60<63 540>\nFore\n120 260 m 1\n -34 284 -4 600 170 600 c 1\n 233 599 348 490 348 490 c 1\n 348 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n 410 0 l 1\n 350 64 l 1\n 350 435 l 1\n 92 670 55 398 90 340 c 1\n 179 568 356 242 120 260 c 1\nEndSplineSet\nEndChar\nStartChar: uni09A4\nEncoding: 2468 2468 1073\nWidth: 540\nFlags: W\nHStem: 540 60<19 520>\nFore\n560 540 m 1\n 520 600 l 1\n -20 600 l 1\n 20 540 l 1\n 560 540 l 1\n470 186 m 1\n 552 594 261 517 260 437 c 1\n 260 316 410 316 410 437 c 1\n 538 126 166 -164 20 480 c 1\n 0 500 l 1\n 70 -30 320 -148 470 186 c 1\nEndSplineSet\nEndChar\nStartChar: uni09A5\nEncoding: 2469 2469 1074\nWidth: 490\nFlags: W\nHStem: 540 60<150 170.491 370 510>\nVStem: 370 60<130 540>\nDStem: 210 410 260 380 20 300 120 300\nFore\n150 600 m 1\n 308 600 347 430 260 380 c 2\n 120 300 l 1\n 120 300 298 241 370 130 c 1\n 370 600 l 1\n 470 600 l 1\n 510 540 l 1\n 430 540 l 1\n 430 0 l 1\n 431 29 235 202 40 280 c 9\n 20 300 l 17\n 210 410 l 2\n 277 449 299 540 150 540 c 1\n 204 388 20 376 20 480 c 0\n 20 570 90 600 150 600 c 1\nEndSplineSet\nEndChar\nStartChar: uni00C4\nEncoding: 2470 2470 1075\nWidth: 470\nFlags: W\nHStem: 540 60<19 450>\nVStem: 50 60<274 540>\nFore\n110 274 m 1\n 110 540 l 1\n 491 540 l 1\n 450 600 l 1\n -20 600 l 1\n 20 540 l 1\n 50 540 l 1\n 50 250 l 1\n 110 179 l 1\n 110 179 246 356 323 396 c 1\n 272 131 336 64 370 0 c 1\n 390 20 l 1\n 320 156 340 306 410 410 c 9\n 360 510 l 17\n 274 486 193 388 110 274 c 1\nEndSplineSet\nEndChar\nStartChar: uni09A7\nEncoding: 2471 2471 1076\nWidth: 490\nFlags: W\nHStem: 540 60<370 510>\nVStem: 370 60<130 540> 430 0<0 540>\nDStem: 231 422 370 445 20 300 120 300 370 500 370 445 255 434 120 300\nFore\n370 445 m 1\n 120 300 l 1\n 120 300 304 234 370 130 c 1\n 370 445 l 1\n255 434 m 1\n 370 500 l 1\n 370 600 l 1\n 470 600 l 1\n 510 540 l 1\n 430 540 l 1\n 430 0 l 1\n 430 38 250 189 40 280 c 9\n 20 300 l 17\n 231 422 l 1\n 231 422 33 463 106 570 c 0\n 163 654 312 538 186 467 c 1\n 211 433 240 443 255 434 c 1\nEndSplineSet\nEndChar\nStartChar: uni00C6\nEncoding: 2472 2472 1077\nWidth: 452\nFlags: W\nHStem: 540 60<19 430>\nVStem: 330 60<0 540>\nFore\n330 540 m 1\n 330 181 l 1\n 292 273 228 389 120 406 c 0\n 42 418 0 364 0 300 c 16\n 0 194 228 215 120 349 c 1\n 236 322 313 136 390 0 c 1\n 390 540 l 1\n 470 540 l 1\n 430 600 l 1\n -20 600 l 1\n 20 540 l 1\n 330 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni00C8\nEncoding: 2474 2474 1078\nWidth: 560\nFlags: W\nHStem: 540 60<440 581>\nVStem: 440 61<59 540>\nFore\n120 240 m 1\n 147 264 l 2\n 195 307 76 376 70 360 c 1\n 71 330 20 318 20 340 c 16\n 20 377 14 600 220 600 c 0\n 295 600 440 440 440 440 c 1\n 440 600 l 1\n 541 600 l 1\n 581 540 l 1\n 501 540 l 1\n 501 0 l 1\n 440 60 l 1\n 440 400 l 1\n 420 420 l 9\n 150 210 l 17\n 120 240 l 1\n370 450 m 1\n 331 512 150 646 72 393 c 1\n 92 409 233 333 163 271 c 1\n 163 271 371 450 370 450 c 1\nEndSplineSet\nEndChar\nStartChar: uni09AB\nEncoding: 2475 2475 1079\nWidth: 650\nFlags: W\nHStem: 540 60<-20 50 -20 670>\nVStem: 350 60<130 440>\nDStem: 190 410 290 410 0 300 100 300\nFore\n410 440 m 1\n 410 0 l 1\n 316 102 20 280 20 280 c 9\n 0 300 l 17\n 190 410 l 17\n 151 416 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 630 600 l 1\n 670 540 l 1\n 80 540 l 1\n 53 497 133 481 290 410 c 1\n 100 300 l 1\n 100 300 252 215 350 130 c 1\n 350 500 l 1\n 410 500 l 1\n 480 500 614 414 590 300 c 0\n 557 143 366 312 540 370 c 1\n 522 430 410 440 410 440 c 1\nEndSplineSet\nEndChar\nStartChar: uni09AC\nEncoding: 2476 2476 1080\nWidth: 480\nFlags: W\nHStem: 540 60<-20 350 -20 490>\nVStem: 350 60<130 540> 410 0<0 540>\nDStem: 350 500 350 445 0 300 100 300\nFore\n350 445 m 1\n 100 300 l 1\n 100 300 270 244 350 130 c 1\n 350 445 l 1\n350 540 m 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n 410 0 l 1\n 410 36 232 186 20 280 c 9\n 0 300 l 17\n 350 500 l 17\n 350 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni09AD\nEncoding: 2477 2477 1081\nWidth: 588\nFlags: W\nHStem: 540 60<-20 610>\nFore\n20 540 m 1\n -20 600 l 1\n 570 600 l 1\n 610 540 l 1\n 20 540 l 1\n479 114 m 0\n 324 -108 86 -14 0 500 c 1\n 20 480 l 1\n 197 -164 583 140 480 410 c 1\n 350 141 116 351 230 478 c 1\n 324 579 440 395 315 340 c 1\n 370 335 408 363 480 490 c 1\n 540 443 558 226 479 114 c 0\nEndSplineSet\nEndChar\nStartChar: uni09AE\nEncoding: 2478 2478 1082\nWidth: 480\nFlags: W\nHStem: 540 60<-19 47 -19 350 -19 490>\nVStem: 350 60<130 540>\nFore\n410 540 m 1\n 410 0 l 1\n 318 150 170 200 170 200 c 1\n -20 52 -20 449 170 300 c 1\n 170 300 209 342 202 373 c 16\n 190 424 12 427 5 477 c 0\n 1 508 28 518 47 540 c 1\n 22 540 l 1\n -19 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n224 384 m 0\n 246 342 204 294 170 250 c 1\n 170 250 263 202 350 130 c 1\n 350 540 l 1\n 78 540 l 1\n 54 494 185 458 224 384 c 0\nEndSplineSet\nEndChar\nStartChar: uni09AF\nEncoding: 2479 2479 1083\nWidth: 470\nFlags: W\nHStem: 540 60<-20 50 -20 350 -20 490>\nVStem: 350 60<130 540> 410 0<0 540>\nDStem: 190 410 290 410 0 300 100 300\nFore\n350 540 m 1\n 80 540 l 1\n 53 497 133 481 290 410 c 1\n 100 300 l 1\n 100 300 292 234 350 130 c 1\n 350 540 l 1\n410 540 m 1\n 410 0 l 1\n 410 32 216 204 20 280 c 9\n 0 300 l 17\n 190 410 l 17\n 151 416 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni09B0\nEncoding: 2480 2480 1084\nWidth: 480\nFlags: W\nHStem: 540 60<-20 350 -20 490>\nVStem: 140 100<50 52> 350 60<130 540> 410 0<0 540>\nDStem: 350 500 350 445 0 300 100 300\nFore\n140 50 m 0\n 140 118 240 116 240 50 c 128\n 240 -16 140 -16 140 50 c 0\n350 445 m 1\n 100 300 l 1\n 100 300 270 240 350 130 c 1\n 350 445 l 1\n350 540 m 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n 410 0 l 1\n 410 40 226 192 20 280 c 9\n 0 300 l 17\n 350 500 l 17\n 350 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni09B2\nEncoding: 2482 2482 1085\nWidth: 472\nFlags: W\nHStem: 540 60<-20 350 -20 490>\nVStem: 350 60<63 540>\nFore\n73 237 m 1\n 145 452 310 113 70 200 c 1\n 70 200 0 259 0 370 c 1\n -4 454 115 581 200 390 c 1\n 262 547 320 498 350 390 c 1\n 350 540 l 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n 410 0 l 1\n 350 64 l 1\n 350 356 l 1\n 280 462 232 391 200 320 c 1\n 83 529 -15 321 73 237 c 1\nEndSplineSet\nEndChar\nStartChar: uni00B6\nEncoding: 2486 2486 1086\nWidth: 512\nFlags: W\nHStem: 540 60<390 530>\nVStem: 390 60<63 540>\nFore\n190 370 m 1\n 99 199 9 361 140 450 c 1\n 105 619 37 498 37 498 c 9\n 20 537 l 17\n 20 537 101 682 190 470 c 1\n 274 670 367 575 390 444 c 1\n 390 600 l 1\n 490 600 l 1\n 530 540 l 1\n 450 540 l 1\n 450 0 l 1\n 390 64 l 1\n 390 410 l 1\n 337 538 280 606 240 450 c 1\n 371 361 281 199 190 370 c 1\nEndSplineSet\nEndChar\nStartChar: uni09B7\nEncoding: 2487 2487 1087\nWidth: 470\nFlags: W\nHStem: 540 60<-20 50 -20 350 -20 490>\nVStem: 350 60<130 540> 410 0<0 540>\nDStem: 190 410 259 393 0 300 100 300\nFore\n350 366 m 1\n 259 393 l 1\n 100 300 l 1\n 100 300 270 242 350 130 c 1\n 350 366 l 1\n350 401 m 1\n 350 540 l 1\n 80 540 l 1\n 35 484 338 405 350 401 c 1\n410 540 m 1\n 410 0 l 1\n 410 30 242 190 20 280 c 9\n 0 300 l 17\n 190 410 l 17\n 151 416 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni09B8\nEncoding: 2488 2488 1088\nWidth: 470\nFlags: W\nHStem: 540 60<-20 50 -20 350 -20 490>\nVStem: 350 60<59 540>\nFore\n0 300 m 1\n 81 244 230 405 230 405 c 1\n 158 415 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n 410 0 l 1\n 350 60 l 1\n 350 366 l 1\n 292 549 137 99 0 300 c 1\n250 430 m 1\n 314 488 317 456 350 400 c 1\n 350 540 l 1\n 79 540 l 1\n 42 494 212 455 250 430 c 1\nEndSplineSet\nEndChar\nStartChar: uni09B9\nEncoding: 2489 2489 1089\nWidth: 520\nFlags: W\nHStem: 540 60<19 500>\nFore\n500 600 m 1\n -20 600 l 1\n 20 540 l 1\n 540 540 l 1\n 500 600 l 1\n148 240 m 1\n 171 236 387 89 460 20 c 1\n 420 0 l 1\n 287 147 40 240 40 240 c 17\n 0 300 l 1\n 189 244 643 401 223 476 c 1\n 215 332 19 379 19 449 c 0\n 19 558 393 528 452 412 c 8\n 515 287 227 240 148 240 c 1\nEndSplineSet\nEndChar\nStartChar: uni09BC\nEncoding: 2492 2492 1090\nWidth: 160\nFlags: W\nFore\n20 -50 m 0\n 20 18 120 16 120 -50 c 128\n 120 -116 20 -116 20 -50 c 0\nEndSplineSet\nEndChar\nStartChar: uni00DA\nEncoding: 2494 2494 1091\nWidth: 180\nFlags: W\nHStem: 540 60<60 200>\nVStem: 60 60<59 540>\nDStem: -20 600 20 600 60 480 60 540\nFore\n20 600 m 1\n 60 540 l 1\n 60 600 l 1\n 160 600 l 1\n 200 540 l 1\n 120 540 l 1\n 120 0 l 1\n 60 60 l 1\n 60 480 l 1\n -20 600 l 1\n 20 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni09BF\nEncoding: 2495 2495 1092\nWidth: 180\nFlags: W\nHStem: 540 60<-20 60 119 200>\nVStem: 60 60<59 540>\nFore\n20 540 m 1\n -20 600 l 1\n 60 600 l 1\n 40 630 l 1\n 232 976 528 696 680 640 c 1\n 660 640 l 1\n 325 746 235 802 100 630 c 1\n 120 600 l 1\n 160 600 l 1\n 200 540 l 1\n 120 540 l 1\n 120 0 l 1\n 60 60 l 1\n 60 540 l 1\n 20 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni09C0\nEncoding: 2496 2496 1093\nWidth: 180\nFlags: W\nHStem: 540 60<-20 60 119 200>\nVStem: -500 60<700 705> 60 60<59 540>\nFore\n200 540 m 1\n 120 540 l 1\n 120 0 l 1\n 60 60 l 1\n 60 540 l 1\n 20 540 l 1\n -20 600 l 1\n 60 600 l 1\n 78 806 -440 786 -440 700 c 0\n -440 636 -60 726 -60 600 c 1\n -120 600 l 1\n -120 682 -500 580 -500 700 c 0\n -500 830 120 870 120 600 c 1\n 160 600 l 1\n 200 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni09C1\nEncoding: 2497 2497 1094\nWidth: 320\nFlags: W\nHStem: -20 20G<170 200>\nDStem: 170 0 200 0 156 -37 182 -46\nFore\n148 -60 m 1\n 143 -57 36 -53 49 -98 c 0\n 64 -153 136 -96 148 -60 c 1\n174 -68 m 1\n 44 -269 -86 -4 156 -37 c 9\n 170 0 l 25\n 200 0 l 17\n 182 -46 l 1\n 246 -71 276 -136 280 -150 c 1\n 256 -120 196 -72 174 -68 c 1\nEndSplineSet\nEndChar\nStartChar: uni09C2\nEncoding: 2498 2498 1095\nWidth: 329\nFlags: W\nHStem: -20 20G<149 179>\nFore\n159 -55 m 1\n 144 -44 54 -20 54 -80 c 0\n 54 -113 91 -134 144 -90 c 1\n 211 -94 269 -180 269 -180 c 1\n 245 -154 171 -124 149 -120 c 1\n 10 -230 -30 34 141 -24 c 9\n 149 0 l 25\n 179 0 l 17\n 159 -55 l 1\nEndSplineSet\nEndChar\nStartChar: uni09C3\nEncoding: 2499 2499 1096\nWidth: 195\nFlags: W\nDStem: 35 -75 91 -75 150 -150 173 -127 150 0 173 -23 35 -75 91 -75\nFore\n35 -75 m 25\n 150 0 l 25\n 173 -23 l 25\n 91 -75 l 25\n 173 -127 l 25\n 150 -150 l 25\n 35 -75 l 25\nEndSplineSet\nEndChar\nStartChar: uni09C4\nEncoding: 2500 2500 1097\nWidth: 260\nFlags: W\nDStem: -50 -167 6 -167 66 -242 88 -219 66 -92 88 -115 -50 -167 6 -167 75 -75 131 -75 190 -150 213 -127 190 0 213 -23 75 -75 131 -75\nFore\n-50 -167 m 25\n 66 -92 l 25\n 88 -115 l 25\n 6 -167 l 25\n 88 -219 l 25\n 66 -242 l 25\n -50 -167 l 25\n75 -75 m 25\n 190 0 l 25\n 213 -23 l 25\n 131 -75 l 25\n 213 -127 l 25\n 190 -150 l 25\n 75 -75 l 25\nEndSplineSet\nEndChar\nStartChar: uni09C7\nEncoding: 2503 2503 1098\nWidth: 340\nFlags: W\nHStem: 540 60<-20 160 -20 360>\nFore\n-20 600 m 1\n 320 600 l 1\n 360 540 l 1\n 190 540 l 1\n 193 539 -90 160 170 40 c 1\n 244 228 363 -39 190 10 c 0\n -218 126 160 540 160 540 c 1\n 20 540 l 1\n -20 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni09C8\nEncoding: 2504 2504 1099\nWidth: 340\nFlags: W\nHStem: 540 60<19 160 189 320>\nVStem: -20 0<775.107 789.809> 160 30<600 618.879>\nFore\n190 600 m 1\n 190 839 -20 656 -20 790 c 1\n -20 566 160 760 160 600 c 1\n -20 600 l 1\n 20 540 l 1\n 160 540 l 1\n 160 540 -218 126 190 10 c 0\n 363 -39 244 228 170 40 c 1\n -90 160 193 539 190 540 c 1\n 360 540 l 1\n 320 600 l 1\n 190 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni09CB\nEncoding: 2507 2507 1100\nWidth: 740\nFlags: W\nHStem: 540 60<-20 160 -20 360 620 760>\nVStem: 620 60<59 540>\nDStem: 540 600 580 600 620 466 620 540\nFore\n580 600 m 1\n 620 540 l 1\n 620 600 l 1\n 720 600 l 1\n 760 540 l 1\n 680 540 l 1\n 680 0 l 1\n 620 60 l 1\n 620 466 l 1\n 540 600 l 1\n 580 600 l 1\n-20 600 m 1\n 320 600 l 1\n 360 540 l 1\n 190 540 l 1\n 193 539 -90 160 170 40 c 1\n 244 228 363 -39 190 10 c 0\n -218 126 160 540 160 540 c 1\n 20 540 l 1\n -20 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni09CC\nEncoding: 2508 2508 1101\nWidth: 740\nFlags: W\nHStem: 540 60<-20 160 -20 360 679 720>\nVStem: 620 30<600 609> 620 60<0 480>\nDStem: 540 600 580 600 620 480 620 540\nFore\n620 600 m 1\n 620 540 l 1\n 580 600 l 1\n 540 600 l 1\n 620 480 l 1\n 620 60 l 1\n 680 0 l 1\n 680 540 l 1\n 760 540 l 1\n 720 600 l 1\n 650 600 l 1\n 650 839 440 656 440 790 c 1\n 440 566 620 760 620 600 c 1\n-20 600 m 1\n 320 600 l 1\n 360 540 l 1\n 190 540 l 1\n 193 539 -90 160 170 40 c 1\n 244 228 363 -39 190 10 c 0\n -218 126 160 540 160 540 c 1\n 20 540 l 1\n -20 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni09CD\nEncoding: 2509 2509 1102\nWidth: 400\nFlags: W\nFore\n120 -35 m 1\n 207 -43 253 -137 290 -175 c 1\n 270 -185 l 1\n 270 -185 219 -89 140 -65 c 1\n 120 -35 l 1\nEndSplineSet\nEndChar\nStartChar: uni09D7\nEncoding: 2519 2519 1103\nWidth: 180\nFlags: W\nHStem: 520 20G<120 200>\nVStem: 60 30<600 609> 60 60<0 480>\nDStem: -20 600 20 600 60 480 60 540\nFore\n60 600 m 1\n 60 540 l 1\n 20 600 l 1\n -20 600 l 1\n 60 480 l 1\n 60 60 l 1\n 120 0 l 1\n 120 540 l 1\n 200 540 l 1\n 160 600 l 1\n 90 600 l 1\n 90 839 -120 656 -120 790 c 1\n -120 566 60 760 60 600 c 1\nEndSplineSet\nEndChar\nStartChar: uni09DC\nEncoding: 2524 2524 1104\nWidth: 540\nFlags: W\nHStem: 540 60<-20 200 -20 560>\nVStem: 200 60<300 540> 200 100<-100 -98>\nFore\n200 -100 m 0\n 200 -32 300 -34 300 -100 c 128\n 300 -166 200 -166 200 -100 c 0\n520 600 m 1\n 560 540 l 1\n 260 540 l 1\n 260 300 l 1\n 287 301 412 350 450 440 c 1\n 646 0 0 -301 0 500 c 1\n 20 480 l 1\n 46 -65 460 11 440 340 c 1\n 396 292 337 255 270 230 c 9\n 200 300 l 1\n 200 540 l 1\n 20 540 l 1\n -20 600 l 1\n 520 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni09DD\nEncoding: 2525 2525 1105\nWidth: 520\nFlags: W\nHStem: 540 60<-20 50 -20 531>\nVStem: 50 60<51 540> 100 100<-100 -98>\nFore\n100 -100 m 0\n 100 -32 200 -34 200 -100 c 128\n 200 -166 100 -166 100 -100 c 0\n110 75 m 1\n 226 108 415 273 388 376 c 1\n 299 290 224 405 260 462 c 0\n 287 505 414 536 442 406 c 0\n 486 198 225 19 87 0 c 9\n 50 51 l 1\n 50 540 l 1\n 20 540 l 1\n -20 600 l 1\n 490 600 l 1\n 531 540 l 1\n 110 540 l 1\n 110 75 l 1\nEndSplineSet\nEndChar\nStartChar: uni09DF\nEncoding: 2527 2527 1106\nWidth: 470\nFlags: W\nHStem: 540 60<-20 50 -20 350 -20 490>\nVStem: 140 100<50 52> 350 60<130 540> 410 0<0 540>\nDStem: 190 410 290 410 0 300 100 300\nFore\n140 50 m 0\n 140 118 240 116 240 50 c 128\n 240 -16 140 -16 140 50 c 0\n350 540 m 1\n 80 540 l 1\n 53 497 133 481 290 410 c 1\n 100 300 l 1\n 100 300 282 236 350 130 c 1\n 350 540 l 1\n410 540 m 1\n 410 0 l 1\n 410 40 214 198 20 280 c 9\n 0 300 l 17\n 190 410 l 17\n 151 416 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni09E0\nEncoding: 2528 2528 1107\nWidth: 612\nFlags: W\nHStem: 520 20<550 630>\nVStem: 370 60<189 445 190 600> 490 60<0 600>\nDStem: 65 75 121 75 180 0 203 23 180 150 203 127 65 75 121 75 220 550 220 600 300 460 330 480 300 460 370 445 20 300 120 300 430 130 430 190 550 0 490 120\nFore\n65 75 m 25\n 180 150 l 25\n 203 127 l 25\n 121 75 l 25\n 203 23 l 25\n 180 0 l 25\n 65 75 l 25\nEndSplineSet\nRef: 2443 2443 N 1 0 0 1 0 0\nEndChar\nStartChar: uni09E1\nEncoding: 2529 2529 1108\nWidth: 420\nFlags: W\nVStem: 120 88<-92 0> 310 70<220 222>\nFore\n128 -140 m 1\n 120 -126 l 1\n 139 -139 172 -120 149 -101 c 1\n 154 -114 120 -127 120 -101 c 0\n 120 -64 183 -93 164 -130 c 1\n 190 -125 190 -105 191 -92 c 0\n 191 -63 120 -47 120 0 c 1\n 125 -5 l 1\n 130 -34 208 -58 208 -92 c 0\n 208 -127 178 -158 128 -140 c 1\n50 20 m 1\n 20 80 l 1\n 95 24 232 105 140 180 c 1\n 160 129 20 74 20 180 c 0\n 20 335 279 215 200 60 c 1\n 306 82 309 166 310 220 c 0\n 312 340 20 406 20 600 c 1\n 40 580 l 1\n 58 458 380 358 380 220 c 0\n 380 74 256 -54 50 20 c 1\nEndSplineSet\nEndChar\nStartChar: uni09E2\nEncoding: 2530 2530 1109\nWidth: 234\nFlags: W\nVStem: 100 88<-92 0>\nFore\n108 -140 m 1\n 100 -126 l 1\n 119 -139 152 -120 129 -101 c 1\n 134 -114 100 -127 100 -101 c 0\n 100 -64 163 -93 144 -130 c 1\n 170 -125 170 -105 171 -92 c 0\n 171 -63 100 -47 100 0 c 1\n 105 -5 l 1\n 110 -34 188 -58 188 -92 c 0\n 188 -127 158 -158 108 -140 c 1\nEndSplineSet\nEndChar\nStartChar: uni09E3\nEncoding: 2531 2531 1110\nWidth: 360\nFlags: W\nVStem: 100 88<-92 0> 210 88<-42 50>\nFore\n218 -90 m 1\n 210 -76 l 1\n 229 -89 262 -70 239 -51 c 1\n 244 -64 210 -77 210 -51 c 0\n 210 -14 273 -43 254 -80 c 1\n 280 -75 280 -55 281 -42 c 0\n 281 -13 210 3 210 50 c 1\n 215 45 l 1\n 220 16 298 -8 298 -42 c 0\n 298 -77 268 -108 218 -90 c 1\n108 -140 m 1\n 100 -126 l 1\n 119 -139 152 -120 129 -101 c 1\n 134 -114 100 -127 100 -101 c 0\n 100 -64 163 -93 144 -130 c 1\n 170 -125 170 -105 171 -92 c 0\n 171 -63 100 -47 100 0 c 1\n 105 -5 l 1\n 110 -34 188 -58 188 -92 c 0\n 188 -127 158 -158 108 -140 c 1\nEndSplineSet\nEndChar\nStartChar: uni00F1\nEncoding: 2534 2534 1111\nWidth: 460\nFlags: W\nHStem: 0 80<220 231> 520 80<220 231>\nFore\n220 0 m 0\n -44 0 -44 600 220 600 c 0\n 486 600 480 0 220 0 c 0\n220 80 m 0\n 418 80 428 520 220 520 c 0\n 20 520 20 80 220 80 c 0\nEndSplineSet\nEndChar\nStartChar: uni00F2\nEncoding: 2535 2535 1112\nWidth: 420\nFlags: W\nHStem: 0 50<160 163.811> 0 200<100 164>\nVStem: 20 20<580 600> 310 -270<220 580> 310 70<198 222>\nFore\n40 580 m 17\n 41 476 380 356 380 222 c 0\n 380 171 376 21 164 0 c 1\n -27 0 -6 200 100 200 c 0\n 181 200 185 107 160 50 c 1\n 261 50 310 122 310 220 c 0\n 310 339 20 406 20 600 c 9\n 40 580 l 17\nEndSplineSet\nEndChar\nStartChar: uni00F3\nEncoding: 2536 2536 1113\nWidth: 520\nFlags: W\nFore\n189 270 m 1\n 212 266 406 89 479 20 c 1\n 439 0 l 1\n 306 147 79 260 79 260 c 17\n 19 360 l 1\n 289 272 711 332 119 520 c 1\n 119 520 71 598 69 600 c 1\n 69 600 481 486 481 366 c 8\n 481 243 233 272 189 270 c 1\nEndSplineSet\nEndChar\nStartChar: uni00F4\nEncoding: 2537 2537 1114\nWidth: 540\nFlags: W\nFore\n499 228 m 1\n 532 705 281 636 255 512 c 1\n 242 396 391 353 431 480 c 1\n 559 164 205 -270 39 580 c 1\n 19 600 l 1\n 98 -43 347 -182 499 228 c 1\nEndSplineSet\nEndChar\nStartChar: uni00F5\nEncoding: 2538 2538 1115\nWidth: 400\nFlags: W\nHStem: 0 70<190 198> 269 62<190 214> 530 70<190 198>\nFore\n73 299 m 1\n -44 372 56 600 190 600 c 0\n 333 600 420 373 307 300 c 1\n 420 227 333 0 190 0 c 0\n 56 0 -44 226 73 299 c 1\n190 269 m 0\n -10 269 40 70 190 70 c 0\n 343 70 387 269 190 269 c 0\n190 331 m 0\n 387 331 343 530 190 530 c 0\n 40 530 -10 331 190 331 c 0\nEndSplineSet\nEndChar\nStartChar: uni00F6\nEncoding: 2539 2539 1116\nWidth: 400\nFlags: W\nFore\n225 500 m 1\n 30 392 87 218 151 135 c 0\n 173 106 217 86 235 80 c 1\n 195 128 141 283 285 370 c 1\n 260 391 226 444 225 500 c 1\n295 530 m 1\n 255 510 l 1\n 253 474 281 413 315 380 c 1\n 335 390 l 1\n 351 336 l 1\n 156 305 263 93 305 0 c 1\n 271 -8 179 30 120 94 c 0\n -16 240 -41 421 275 600 c 1\n 295 530 l 1\nEndSplineSet\nEndChar\nStartChar: uni00F7\nEncoding: 2540 2540 1117\nWidth: 560\nFlags: W\nVStem: 224 60<300 540>\nFore\n224 540 m 1\n 181 580 207 654 284 540 c 1\n 284 300 l 1\n 311 301 436 350 474 440 c 1\n 670 0 24 -301 24 500 c 1\n 44 480 l 1\n 70 -65 484 11 464 340 c 1\n 420 292 361 255 294 230 c 9\n 224 300 l 1\n 224 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni00F8\nEncoding: 2541 2541 1118\nWidth: 390\nFlags: W\nVStem: 289 60<61 462>\nFore\n289 274 m 1\n -197 180 73 884 349 462 c 1\n 349 3 l 1\n 352 -5 292 67 289 62 c 0\n 289 274 l 1\n289 350 m 1\n 289 485 l 1\n 168 693 -145 256 289 350 c 1\nEndSplineSet\nEndChar\nStartChar: uni00F9\nEncoding: 2542 2542 1119\nWidth: 480\nFlags: W\nVStem: 44 60<50 275 50 530>\nFore\n436 455 m 1\n 429 365 399 352 379 345 c 1\n 449 197 278 46 82 0 c 1\n 44 50 l 1\n 44 530 l 1\n -1 577 25 657 104 530 c 1\n 104 329 l 1\n 104 419 436 344 436 455 c 1\n104 74 m 1\n 298 150 350 270 352 339 c 1\n 317 308 104 337 104 267 c 1\n 104 74 l 1\nEndSplineSet\nEndChar\nStartChar: uni00FA\nEncoding: 2543 2543 1120\nWidth: 420\nFlags: W\nFore\n40 580 m 1\n 20 600 l 1\n 20 410 310 326 310 220 c 0\n 310 182 310 79 200 60 c 1\n 276 219 20 328 20 184 c 0\n 20 71 159 128 140 180 c 1\n 182 149 192 68 120 40 c 1\n 150 0 l 1\n 347 0 388 156 380 220 c 0\n 359 383 56 455 40 580 c 1\nEndSplineSet\nEndChar\nStartChar: uni09F0\nEncoding: 2544 2544 1121\nWidth: 480\nFlags: W\nHStem: 540 60<-10 360 -10 500>\nVStem: 360 60<130 540> 420 0<0 540>\nDStem: 360 500 360 445 10 300 110 300\nFore\n198 389 m 1\n 285 381 331 287 368 249 c 1\n 348 239 l 1\n 348 239 297 335 218 359 c 1\n 198 389 l 1\n360 445 m 1\n 110 300 l 1\n 110 300 280 244 360 130 c 1\n 360 445 l 1\n360 540 m 1\n 30 540 l 1\n -10 600 l 1\n 460 600 l 1\n 500 540 l 1\n 420 540 l 1\n 420 0 l 1\n 420 36 242 186 30 280 c 9\n 10 300 l 17\n 360 500 l 17\n 360 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni09F1\nEncoding: 2545 2545 1122\nWidth: 470\nFlags: W\nHStem: 540 60<-13 357 -13 497>\nVStem: 357 60<130 540> 417 0<0 540>\nDStem: 357 500 357 445 7 300 107 300\nFore\n357 445 m 1\n 107 300 l 1\n 107 300 277 244 357 130 c 1\n 357 445 l 1\n357 540 m 1\n 27 540 l 1\n -13 600 l 1\n 457 600 l 1\n 497 540 l 1\n 417 540 l 1\n 417 0 l 1\n 417 36 239 186 27 280 c 9\n 7 300 l 17\n 357 500 l 17\n 357 540 l 1\n127 150 m 1\n 214 142 260 48 297 10 c 1\n 277 0 l 1\n 277 0 226 96 147 120 c 1\n 127 150 l 1\nEndSplineSet\nEndChar\nStartChar: uni09F2\nEncoding: 2546 2546 1123\nWidth: 400\nFlags: W\nFore\n20 340 m 1\n 286 402 360 20 360 20 c 1\n 320 40 l 1\n 320 40 271 280 60 280 c 1\n 20 340 l 1\nEndSplineSet\nEndChar\nStartChar: uni09F3\nEncoding: 2547 2547 1124\nWidth: 470\nFlags: W\nHStem: 400 60<19 120 180 450>\nVStem: 120 60<75 400 460 705>\nFore\n0 690 m 1\n 79 773 121 775 121 686 c 2\n 120 460 l 1\n -20 460 l 1\n 20 400 l 1\n 120 400 l 1\n 120 51 l 1\n 157 0 l 17\n 295 19 449 58 405 266 c 0\n 377 396 274 348 260 300 c 0\n 253 277 278 200 348 236 c 1\n 375 133 296 108 180 75 c 1\n 180 400 l 1\n 491 400 l 1\n 450 460 l 1\n 180 460 l 1\n 180 692 l 2\n 180 883 40 784 -20 710 c 1\n 0 690 l 1\nEndSplineSet\nEndChar\nStartChar: uni09F4\nEncoding: 2548 2548 1125\nWidth: 400\nFlags: W\nFore\n20 100 m 1\n 286 38 360 420 360 420 c 1\n 320 400 l 1\n 320 400 271 160 60 160 c 1\n 20 100 l 1\nEndSplineSet\nEndChar\nStartChar: uni09F5\nEncoding: 2549 2549 1126\nWidth: 400\nFlags: W\nFore\n80 160 m 1\n 40 100 l 1\n 306 38 360 420 360 420 c 1\n 320 400 l 1\n 320 400 308 214 158 171 c 1\n 234 330 20 377 20 274 c 0\n 20 186 148 190 120 290 c 1\n 162 259 152 188 80 160 c 1\nEndSplineSet\nEndChar\nStartChar: uni09F6\nEncoding: 2550 2550 1127\nWidth: 400\nFlags: W\nFore\n80 203 m 2\n 141 203 182 302 140 333 c 1\n 159 240 40 252 40 318 c 0\n 40 350 58 380 100 380 c 0\n 207 380 211 185 80 170 c 1\n 169 104 312 263 320 400 c 1\n 360 420 l 1\n 328 157 89 -27 20 203 c 1\n 80 203 l 2\nEndSplineSet\nEndChar\nStartChar: uni09F7\nEncoding: 2551 2551 1128\nWidth: 120\nFlags: W\nVStem: 20 60<0 600>\nFore\n20 600 m 1\n 20 60 l 1\n 80 0 l 1\n 80 540 l 1\n 20 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni09F8\nEncoding: 2552 2552 1129\nWidth: 440\nFlags: W\nVStem: 41 60<274 540>\nFore\n41 540 m 1\n 41 250 l 1\n 101 179 l 1\n 101 179 237 356 314 396 c 1\n 263 131 327 64 361 0 c 1\n 381 20 l 1\n 311 156 331 306 401 410 c 9\n 351 510 l 17\n 265 486 184 388 101 274 c 1\n 101 540 l 1\n 24 654 -3 580 41 540 c 1\nEndSplineSet\nEndChar\nStartChar: uni09F9\nEncoding: 2553 2553 1130\nWidth: 420\nFlags: W\nHStem: 200 45<200 213> 425 45<200 213>\nFore\n200 200 m 0\n -40 200 -40 470 200 470 c 128\n 440 470 440 200 200 200 c 0\n200 425 m 0\n 62 425 61 245 200 245 c 0\n 340 245 338 425 200 425 c 0\nEndSplineSet\nEndChar\nStartChar: uni09FA\nEncoding: 2554 2554 1131\nWidth: 420\nFlags: W\nVStem: 130 140<420 433>\nFore\n130 420 m 0\n 130 511 270 512 270 420 c 0\n 270 330 130 331 130 420 c 0\n20 490 m 1\n 110 160 291 161 380 490 c 1\n 380 70 20 74 20 490 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A05\nEncoding: 2565 2565 1132\nWidth: 744\nFlags: W\nHStem: -20 20G<343.5 371> 0 21G<614 678> 211 57<461 614> 477 57<0 50 614 728>\nVStem: 76 126<102 185> 126 76<185 250> 614 64<0 477> 614 114<268 534>\nFore\n126 250 m 1\n 126 313 77 441 50 477 c 1\n 0 477 l 1\n 0 534 l 1\n 85 534 l 1\n 115 500 160 394 172 338 c 1\n 192 379 275 452 324 462 c 1\n 359 450 389 422 414 379 c 0\n 427 356 443 319 462 268 c 1\n 614 268 l 1\n 614 534 l 1\n 728 534 l 1\n 728 477 l 1\n 678 477 l 1\n 678 0 l 1\n 614 0 l 1\n 614 211 l 1\n 462 211 l 1\n 458 158 446 110 424 66 c 0\n 404 22 382 0 360 0 c 0\n 327 0 311 19 311 57 c 0\n 311 125 361 202 402 236 c 1\n 402 282 345 375 320 397 c 1\n 276 377 216 310 196 265 c 1\n 200 236 202 209 202 185 c 0\n 202 91 173 44 116 44 c 0\n 89 44 76 63 76 102 c 0\n 76 145 93 195 126 250 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A06\nEncoding: 2566 2566 1133\nWidth: 914\nFlags: W\nHStem: -20 20<343.5 371> 0 21<614 678> 211 57<461 614> 477 57<0 50 614 728 728 788 728 884>\nVStem: 76 126<102 185> 126 76<185 250> 614 64<0 477> 614 114<268 534> 788 64<194 477>\nRef: 2565 2565 N 1 0 0 1 0 0\nRef: 2622 2622 S 1 0 0 1 728 0\nEndChar\nStartChar: uni0A07\nEncoding: 2567 2567 1134\nWidth: 690\nFlags: W\nHStem: -11 57<461 488> 0 21<50 114> 477 57<0 50 114 174 174 206 174 570 174 656> 642 57<162.484 177>\nVStem: 50 64<0 477 534 582> 570 64<311 477>\nRef: 2623 2623 N 1 0 0 1 0 0\nRef: 2674 2674 S 1 0 0 1 174 0\nEndChar\nStartChar: uni0A08\nEncoding: 2568 2568 1135\nWidth: 670\nFlags: W\nHStem: -11 57<287 314> 0 21<542 606> 477 57<0 32 0 396 0 482 482 542 606 656> 642 57<470.484 487>\nVStem: 396 64<311 477> 542 64<0 477 534 582>\nRef: 2674 2674 N 1 0 0 1 0 0\nRef: 2624 2624 S 1 0 0 1 482 0\nEndChar\nStartChar: uni0A09\nEncoding: 2569 2569 1136\nWidth: 596\nFlags: W\nHStem: -16 67<326 337> 225 67<118 416> 467 67<106 484> 663 67<288 305>\nVStem: 434 64<140 161> 484 74<463 477>\nRef: 2675 2675 N 1 0 0 1 0 0\nRef: 2625 2625 S 1 0 0 1 560 0\nEndChar\nStartChar: uni0A0A\nEncoding: 2570 2570 1137\nWidth: 596\nFlags: W\nHStem: -243 54<206.481 323> -142 54<206.481 323> -16 67<326 337> 225 67<118 416> 467 67<106 484> 663 67<288 305>\nVStem: 434 64<140 161> 484 74<463 477>\nRef: 2675 2675 N 1 0 0 1 0 0\nRef: 2626 2626 S 1 0 0 1 560 0\nEndChar\nStartChar: uni0A0F\nEncoding: 2575 2575 1138\nWidth: 498\nFlags: W\nHStem: -11 57<287 314> 477 57<0 32 0 396 0 482>\nVStem: 396 64<311 477>\nRef: 2674 2674 N 1 0 0 1 0 0\nRef: 2631 2631 S 1 0 0 1 500 0\nEndChar\nStartChar: uni0A10\nEncoding: 2576 2576 1139\nWidth: 744\nFlags: W\nHStem: -20 20<343.5 371> 0 21<614 678> 211 57<461 614> 477 57<0 50 614 728> 608 58<404 450>\nVStem: 76 126<102 185> 126 76<185 250> 614 64<0 477> 614 114<268 534>\nRef: 2565 2565 N 1 0 0 1 0 0\nRef: 2632 2632 S 1 0 0 1 710 0\nEndChar\nStartChar: uni0A13\nEncoding: 2579 2579 1140\nWidth: 596\nFlags: W\nHStem: -16 67<326 337> 225 67<118 416> 477 57<0 32 106 580> 663 67<288 456>\nVStem: 434 64<140 161> 484 74<463 477>\nFore\n288 730 m 2\n 456 730 l 1\n 456 663 l 1\n 288 663 l 2\n 195 663 120 611 106 534 c 1\n 580 534 l 1\n 580 477 l 1\n 558 477 l 1\n 558 389 511 295 462 254 c 1\n 486 223 498 186 498 142 c 0\n 498 42 426 -16 326 -16 c 0\n 211 -16 120 83 86 174 c 0\n 63 235 35 398 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 32 534 l 1\n 61 665 146 730 288 730 c 2\n326 51 m 0\n 381.198 51 434 89.6396 434 150 c 0\n 434 178 428 203 416 225 c 1\n 136 225 l 1\n 177 109 240 51 326 51 c 0\n484 467 m 1\n 106 467 l 1\n 106 464 104 415 104 412 c 0\n 104 363 109 323 118 292 c 1\n 410 292 l 1\n 432 305 450 332 465 373 c 0\n 478 408 484 439 484 467 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A14\nEncoding: 2580 2580 1141\nWidth: 744\nFlags: W\nHStem: -20 20<343.5 371> 0 21<614 678> 211 57<461 614> 477 57<0 50 614 728> 544 35<628 628 678 742> 640 53<523 651> 640 56<650 659>\nVStem: 76 126<102 185> 126 76<185 250> 564 48<544 600> 614 64<0 477> 614 114<268 534> 678 64<544 655> 691 51<591 655>\nRef: 2565 2565 N 1 0 0 1 0 0\nRef: 2636 2636 S 1 0 0 1 810 0\nEndChar\nStartChar: uni0A15\nEncoding: 2581 2581 1142\nWidth: 550\nFlags: W\nHStem: 0 21G<470 536> 67 57<204 208> 284 57<191 208> 477 57<0 448 0 534>\nVStem: 35 69<191 213>\nFore\n35 200 m 0\n 35 285.198 111.019 341 206 341 c 0\n 272 341 374 302 405 268 c 1\n 431 298 448 414 448 477 c 1\n 0 477 l 1\n 0 534 l 1\n 534 534 l 1\n 534 477 l 1\n 512 477 l 1\n 512 381 483 264 446 210 c 1\n 489 155 519 85 536 0 c 1\n 470 0 l 1\n 459 68 441 116 415 144 c 1\n 383 106 271 67 204 67 c 0\n 109.733 67 35 115.419 35 200 c 0\n104 204 m 0\n 104 156.406 146.509 124 204 124 c 0\n 227 124 257 132 295 148 c 0\n 338 165 365 184 376 204 c 1\n 357 227 328 247 288 264 c 0\n 254 277 226 284 204 284 c 0\n 147.903 284 104 253.989 104 204 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A16\nEncoding: 2582 2582 1143\nWidth: 534\nFlags: W\nHStem: 0 21G<404 468> 50 62<271 305> 300 57<133 404> 477 57<0 32 404 518>\nVStem: 404 64<0 477> 404 114<357 534>\nFore\n518 477 m 1\n 468 477 l 1\n 468 0 l 1\n 404 0 l 1\n 404 92 l 1\n 374 64 337 50 292 50 c 0\n 191 50 69 126 32 192 c 1\n 58 231 71 281 71 343 c 0\n 71 403 58 448 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 86 534 l 1\n 114 478 130 419 134 357 c 1\n 404 357 l 1\n 404 534 l 1\n 518 534 l 1\n 518 477 l 1\n404 175 m 1\n 404 300 l 1\n 134 300 l 1\n 132 266 123 231 106 196 c 1\n 162 140 223 112 288 112 c 0\n 341 112 380 133 404 175 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A17\nEncoding: 2583 2583 1144\nWidth: 618\nFlags: W\nHStem: -12 57<218 240> 0 21G<488 552> 254 57<150 296> 477 57<0 296 0 488 0 602>\nVStem: 30 64<168.391 185> 296 64<86 254 310 477> 488 64<0 477>\nFore\n296 97 m 2\n 296 254 l 1\n 162 254 l 2\n 121 254 94 224 94 182 c 0\n 94 151 110 119 141 88 c 0\n 170 59 196 45 220 45 c 0\n 271 45 296 62 296 97 c 2\n296 477 m 1\n 0 477 l 1\n 0 534 l 1\n 602 534 l 1\n 602 477 l 1\n 552 477 l 1\n 552 0 l 1\n 488 0 l 1\n 488 477 l 1\n 360 477 l 1\n 360 90 l 2\n 360 22 319 -12 238 -12 c 0\n 178 -12 128 8 87 49 c 0\n 49 87 30 131 30 182 c 0\n 30 260 77 311 152 311 c 2\n 296 311 l 1\n 296 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A18\nEncoding: 2584 2584 1145\nWidth: 690\nFlags: W\nHStem: 0 21G<560 624> 50 60<484 497> 76 61<271 278> 477 57<0 62 560 674>\nVStem: 104 64<335 369> 324 64<271 305> 560 64<0 477> 560 114<159 534>\nFore\n674 477 m 1\n 624 477 l 1\n 624 0 l 1\n 560 0 l 1\n 560 68 l 1\n 546 56 521 50 484 50 c 0\n 420 50 371 64 336 92 c 1\n 321 81 301 76 274 76 c 0\n 178 76 76 136 42 198 c 1\n 83 237 104 289 104 353 c 0\n 104 406 90 447 62 477 c 1\n 0 477 l 1\n 0 534 l 1\n 103 534 l 1\n 146 490 168 429 168 350 c 0\n 168 289 155 239 128 198 c 1\n 137 173 240 137 278 137 c 1\n 309 168 324 220 324 295 c 0\n 324 388 307 467 274 534 c 1\n 342 534 l 1\n 373 457 388 371 388 276 c 0\n 388 225 381 185 368 156 c 1\n 387 132 443 110 484 110 c 0\n 522 110 547 126 560 159 c 1\n 560 534 l 1\n 674 534 l 1\n 674 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A19\nEncoding: 2585 2585 1146\nWidth: 546\nFlags: W\nHStem: -13 59<198 225> 0 21G<404 474> 155 61<191 216> 304 57<96 384> 477 57<0 32 0 530>\nVStem: 32 64<304 477> 56 64<93 110> 446 52<230.256 248>\nFore\n530 477 m 1\n 96 477 l 1\n 96 361 l 1\n 396 361 l 2\n 463 361 498 312 498 246 c 0\n 498 181 473 130 422 93 c 1\n 456 47 457 50 474 0 c 1\n 404 0 l 1\n 399 12 388 28 373 48 c 1\n 324 7 270 -13 213 -13 c 0\n 134 -13 56 34 56 108 c 128\n 56 182 130 216 210 216 c 0\n 287 216 344 193 382 146 c 1\n 425 177 446 209 446 243 c 0\n 446 284 412 304 368 304 c 2\n 32 304 l 1\n 32 477 l 1\n 0 477 l 1\n 0 534 l 1\n 530 534 l 1\n 530 477 l 1\n338 98 m 1\n 313 130 255 155 200 155 c 0\n 147 155 120 136 120 99 c 0\n 120 64 148 46 203 46 c 0\n 260 46 305 63 338 98 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A1A\nEncoding: 2586 2586 1147\nWidth: 518\nFlags: W\nHStem: -13 57<282 289> 245 57<152 414> 477 57<0 414 0 502>\nVStem: 415 63<194 244 302 477>\nFore\n502 477 m 1\n 478 477 l 1\n 478 210 l 2\n 478 75 412 -13 282 -13 c 0\n 162 -13 88 118 88 245 c 1\n 32 245 l 1\n 32 291 41 322 58 337 c 0\n 73 351 105 358 152 358 c 1\n 152 302 l 1\n 414 302 l 1\n 414 477 l 1\n 0 477 l 1\n 0 534 l 1\n 502 534 l 1\n 502 477 l 1\n414 245 m 1\n 152 245 l 1\n 148 200 158 156 183 113 c 0\n 210 67 243 44 282 44 c 0\n 371 44 415 100 415 212 c 0\n 415 223 415 234 414 245 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A1B\nEncoding: 2587 2587 1148\nWidth: 592\nFlags: W\nHStem: -12 63<222 373.529> 179 57<166 269 166 401> 328 57<156 462> 477 57<0 462 0 576>\nVStem: 67 63<113 125> 269 64<51 179> 462 64<384 477> 472 63<113 126>\nFore\n576 477 m 1\n 526 477 l 1\n 526 328 l 1\n 158 328 l 2\n 135 328 121 302 121 279 c 0\n 121 250 136 236 166 236 c 2\n 440 236 l 2\n 502 236 535 184 535 120 c 0\n 535 64 508 12 466 0 c 0\n 437 -8 386 -12 312 -12 c 0\n 243 -12 188 -8 148 0 c 0\n 99 10 67 63 67 123 c 0\n 67 154 75 179 90 196 c 1\n 69 219 58 247 58 279 c 0\n 58 342 100 385 164 385 c 2\n 462 385 l 1\n 462 477 l 1\n 0 477 l 1\n 0 534 l 1\n 576 534 l 1\n 576 477 l 1\n472 115 m 0\n 472 158 441 179 378 179 c 2\n 333 179 l 1\n 333 51 l 1\n 382 51 l 2\n 428 51 472 71 472 115 c 0\n130 115 m 0\n 130 76.1665 172.301 51 222 51 c 2\n 269 51 l 1\n 269 179 l 1\n 224 179 l 2\n 178 179 130 156 130 115 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A1C\nEncoding: 2588 2588 1149\nWidth: 492\nFlags: W\nHStem: 0 21G<62 126 362 426> 215 57<151 362> 477 57<0 362 0 476>\nVStem: 362 64<0 477>\nFore\n476 477 m 1\n 426 477 l 1\n 426 0 l 1\n 362 0 l 1\n 362 215 l 1\n 152 215 l 1\n 152 168 135 42 126 0 c 1\n 62 0 l 1\n 78 102 87 174 88 215 c 1\n 32 215 l 1\n 31 223 31 230 31 237 c 0\n 31 298 63 329 127 329 c 0\n 134 329 143 329 152 328 c 1\n 152 272 l 1\n 362 272 l 1\n 362 477 l 1\n 0 477 l 1\n 0 534 l 1\n 476 534 l 1\n 476 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A1D\nEncoding: 2589 2589 1150\nWidth: 574\nFlags: W\nHStem: 0 110<299 430> 275 63<287 305> 477 57<0 62 0 472 0 558>\nFore\n472 477 m 1\n 126 477 l 1\n 151 384 209 338 300 338 c 0\n 412 338 451 378 472 477 c 1\n493 186 m 0\n 493 118.415 437.211 73.3075 374 60 c 1\n 430 0 l 1\n 300 0 l 1\n 268 38 l 1\n 173.703 33.7778 70 51.8751 70 106 c 0\n 70 139 109 158 144 158 c 0\n 173 158 202 147 230 126 c 1\n 263 115 294 110 321 110 c 0\n 368 110 399 124 415 153 c 0\n 430 180 426 206 404 232 c 0\n 381 261 345 275 297 275 c 0\n 268 275 237 269 204 258 c 0\n 166 245 138 238 120 238 c 0\n 109 238 98 239 88 242 c 1\n 30 306 l 1\n 152 320 l 1\n 126 340 96 392 62 477 c 1\n 0 477 l 1\n 0 534 l 1\n 558 534 l 1\n 558 477 l 1\n 536 477 l 1\n 517 422 504 388 499 377 c 0\n 478 334 454 306 426 294 c 1\n 471 271 493 235 493 186 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A1E\nEncoding: 2590 2590 1151\nWidth: 514\nFlags: W\nHStem: 0 55<386 468> 162 57<152 171 152 469> 323 57<166 469> 477 57<3 65 3 405 3 501>\nVStem: 42 59<271 289> 65 64<464.947 476.969> 171 66<146.098 161.875> 405 64<380 477>\nFore\n501 477 m 1\n 469 477 l 1\n 469 323 l 1\n 142 323 l 2\n 115 323 101 307 101 275 c 0\n 101 244 121 219 152 219 c 2\n 469 219 l 1\n 469 162 l 1\n 237 162 l 1\n 237 91 293 55 405 55 c 0\n 411 55 462 57 469 57 c 1\n 469 0 l 1\n 398 0 l 2\n 247 0 171 54 171 162 c 1\n 100 162 42 205 42 274 c 0\n 42 319 63 351 105 370 c 1\n 87 381 65 450 65 477 c 1\n 3 477 l 1\n 3 534 l 1\n 501 534 l 1\n 501 477 l 1\n405 380 m 1\n 405 477 l 1\n 129 477 l 1\n 129 447 142 415 167 380 c 1\n 405 380 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A1F\nEncoding: 2591 2591 1152\nWidth: 526\nFlags: W\nHStem: -12 59<314 321> 273 54<351 424> 477 57<0 424 0 510>\nVStem: 424 64<326 477>\nFore\n510 477 m 1\n 488 477 l 1\n 488 270 l 1\n 458 272 429 273 400 273 c 0\n 219 273 119 245 100 188 c 1\n 203 94 l 1\n 242 63 279 47 314 47 c 0\n 367.608 47 387.571 73.5714 431 117 c 0\n 448 134 462 142 474 142 c 2\n 484 142 l 1\n 484 103 466 67 428 36 c 0\n 392 4 353 -12 314 -12 c 128\n 275 -12 231 5 180 40 c 0\n 130 75 81 122 32 182 c 1\n 54 242 95 282 155 302 c 0\n 205 319 291 327 412 327 c 2\n 424 327 l 1\n 424 477 l 1\n 0 477 l 1\n 0 534 l 1\n 510 534 l 1\n 510 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A20\nEncoding: 2592 2592 1153\nWidth: 556\nFlags: W\nHStem: -12 60<276 289> 292 62<244 276> 477 57<0 244 0 540>\nVStem: 34 70<150.193 165> 244 64<353 477> 448 70<150.039 165>\nFore\n540 477 m 1\n 308 477 l 1\n 308 354 l 1\n 349 354 394 335 441 297 c 0\n 492 255 518 210 518 162 c 0\n 518 112 495 70 450 38 c 0\n 405 4 347 -12 276 -12 c 128\n 205 -12 147 4 102 38 c 0\n 57 70 34 112 34 162 c 0\n 34 210 60 255 111 297 c 0\n 158 335 203 354 244 354 c 1\n 244 477 l 1\n 0 477 l 1\n 0 534 l 1\n 540 534 l 1\n 540 477 l 1\n104 160 m 0\n 104 103.918 204.12 48 276 48 c 0\n 315 48 354 60 392 85 c 0\n 429 110 448 135 448 160 c 0\n 448 240 358 292 276 292 c 0\n 193 292 104 237 104 160 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A21\nEncoding: 2593 2593 1154\nWidth: 524\nFlags: W\nHStem: -14 54<191 241> 94 56<159 184> 235 91<127 161> 477 57<0 392 0 508>\nVStem: 40 60<65 74> 411 65<129 152>\nFore\n339 57 m 1\n 302 76 219 94 164 94 c 0\n 121 94 100 85 100 68 c 0\n 100 49 138 40 213 40 c 0\n 261 40 303 46 339 57 c 1\n0 477 m 1\n 0 534 l 1\n 508 534 l 1\n 508 477 l 1\n 458 477 l 1\n 458 384 441 324 408 298 c 1\n 453 242 476 190 476 143 c 0\n 476 118 469 95 456 74 c 0\n 419 15 341 -14 224 -14 c 0\n 101 -14 40 15 40 74 c 0\n 40 132 115 150 182 150 c 0\n 260 150 351 125 384 84 c 1\n 402 97 411 115 411 140 c 128\n 411 165 401 189 382 212 c 0\n 359 241 329 253 293 250 c 0\n 259 246 189 235 148 235 c 0\n 97 235 72 250 72 280 c 0\n 72 311 96 326 143 326 c 0\n 167.217 326 265.529 312 287 312 c 0\n 356 312 392 401 392 477 c 0\n 392 476 261 476 0 477 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A22\nEncoding: 2594 2594 1155\nWidth: 528\nFlags: W\nHStem: -13 55<319 337> 129 58<319 336> 267 57<152 462> 477 57<0 398 0 512>\nVStem: 398 64<324 477> 414 63<82 84>\nFore\n477 82 m 0\n 477 16.2516 404.774 -13 328 -13 c 0\n 169 -13 88 103 88 267 c 1\n 32 267 l 1\n 32 359 57 380 152 380 c 1\n 152 324 l 1\n 398 324 l 1\n 398 477 l 1\n 0 477 l 1\n 0 534 l 1\n 512 534 l 1\n 512 477 l 1\n 462 477 l 1\n 462 267 l 1\n 152 267 l 1\n 152 198 161 151 180 126 c 1\n 211 167 259 187 323 187 c 0\n 398 187 477 152 477 82 c 0\n414 82 m 0\n 414 115 367 129 330 129 c 0\n 278 129 245 113 230 82 c 1\n 248 55 282 42 333 42 c 0\n 366 42 414 53 414 82 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A23\nEncoding: 2595 2595 1156\nWidth: 574\nFlags: W\nHStem: -3 59<305 346> 266 62<217 225> 477 57<0 288 0 558>\nFore\n327 -3 m 0\n 193.245 -3 88.5838 85.2655 32 178 c 1\n 48.3375 259.687 121.882 328 217 328 c 0\n 249 328 279 320 306 305 c 1\n 360 356 l 1\n 334 377 310 418 288 477 c 1\n 0 477 l 1\n 0 534 l 1\n 558 534 l 1\n 558 477 l 1\n 344 477 l 1\n 358 420 473 343 536 322 c 1\n 506 251 l 1\n 455 275 439 287 382 332 c 1\n 299 230 l 1\n 284 254 257 266 217 266 c 0\n 159 266 113 235 102 188 c 1\n 136 120 231 56 326 56 c 0\n 407 56 476 97 532 180 c 1\n 532 67 442 -3 327 -3 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A24\nEncoding: 2596 2596 1157\nWidth: 484\nFlags: W\nHStem: -6 68<239 277> 235 91<127 145> 475 59<0 382 0 468>\nVStem: 393 62<152 160>\nFore\n0 475 m 1\n 0 534 l 1\n 468 534 l 1\n 468 475 l 1\n 446 475 l 1\n 446 396 418 320 376 288 c 1\n 429 251 455 208 455 158 c 0\n 455 87 402 35 348 10 c 0\n 325 -1 296 -6 263 -6 c 0\n 153 -6 67 51 38 132 c 1\n 44.7382 127.508 46.499 142.75 52 140 c 0\n 106 89 171 63 246 62 c 0\n 327 61 375 87 391 140 c 0\n 392 145 393 149 393 154 c 0\n 393 212 340 255 283 250 c 0\n 249 246 179 235 138 235 c 0\n 87 235 62 250 62 280 c 0\n 62 311 86 326 133 326 c 0\n 157.217 326 255.529 312 277 312 c 0\n 346 312 382 400 382 475 c 1\n 0 475 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A25\nEncoding: 2597 2597 1158\nWidth: 534\nFlags: W\nHStem: 0 21G<404 468> 50 62<271 305> 280 57<133 404> 477 57<0 32 0 404 0 518>\nVStem: 71 57<280 343> 404 64<0 477>\nFore\n404 175 m 1\n 404 280 l 1\n 128 280 l 1\n 128 254 121 226 106 196 c 1\n 162 140 223 112 288 112 c 0\n 341 112 380 133 404 175 c 1\n134 337 m 1\n 404 337 l 1\n 404 477 l 1\n 101 477 l 1\n 118 444 129 398 134 337 c 1\n32 477 m 1\n 0 477 l 1\n 0 534 l 1\n 518 534 l 1\n 518 477 l 1\n 468 477 l 1\n 468 0 l 1\n 404 0 l 1\n 404 92 l 1\n 374 64 337 50 292 50 c 0\n 191 50 69 126 32 192 c 1\n 58 231 71 281 71 343 c 0\n 71 403 58 448 32 477 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A26\nEncoding: 2598 2598 1159\nWidth: 504\nFlags: W\nHStem: -12 57<314 321> -12 154<314 474> 243 57<158 466> 477 57<0 402 0 488>\nVStem: 402 64<300 477>\nFore\n488 477 m 1\n 466 477 l 1\n 466 243 l 1\n 158 243 l 1\n 174 111 226 45 314 45 c 0\n 341 45 372 61 406 94 c 0\n 441 126 463 142 474 142 c 2\n 484 142 l 1\n 482.068 58.9026 401.597 -12 314 -12 c 0\n 169 -12 106 98 94 243 c 1\n 38 243 l 1\n 38 272 l 2\n 38 344 59 371 130 371 c 2\n 158 371 l 1\n 158 300 l 1\n 402 300 l 1\n 402 477 l 1\n 0 477 l 1\n 0 534 l 1\n 488 534 l 1\n 488 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A27\nEncoding: 2599 2599 1160\nWidth: 534\nFlags: W\nHStem: 0 21G<404 468> 80 62<271 305> 477 57<0 32 0 404 0 518>\nVStem: 71 66<332 357> 404 64<0 477>\nFore\n106 226 m 1\n 162 170 223 142 288 142 c 0\n 341 142 380 163 404 205 c 1\n 404 477 l 1\n 101 477 l 1\n 125 428 137 381 137 334 c 0\n 137 291 127 255 106 226 c 1\n32 477 m 1\n 0 477 l 1\n 0 534 l 1\n 518 534 l 1\n 518 477 l 1\n 468 477 l 1\n 468 0 l 1\n 404 0 l 1\n 404 122 l 1\n 374 94 337 80 292 80 c 0\n 191 80 69 156 32 222 c 1\n 58 261 71 306 71 357 c 128\n 71 408 58 448 32 477 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A28\nEncoding: 2600 2600 1161\nWidth: 538\nFlags: W\nHStem: -2 57<200 218 314 337> 477 57<0 234 0 522>\nVStem: 30 64<130 143> 234 64<373 477> 436 64<130 143>\nFore\n522 477 m 1\n 298 477 l 1\n 298 374 l 1\n 365 333 411 299 437 273 c 0\n 479 230 500 183 500 132 c 0\n 500 42 410 -2 314 -2 c 1\n 314 57 l 1\n 314 57 327 55 328 55 c 0\n 373 55 436 96 436 138 c 0\n 436 217 333 301 266 317 c 1\n 196 300 94 214 94 138 c 0\n 94 96 159 55 202 55 c 0\n 203 55 217 57 218 57 c 1\n 218 -2 l 1\n 122 -2 30 45 30 132 c 0\n 30 183 52 230 95 273 c 0\n 120 298 167 332 234 374 c 1\n 234 477 l 1\n 0 477 l 1\n 0 534 l 1\n 522 534 l 1\n 522 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A2A\nEncoding: 2602 2602 1162\nWidth: 534\nFlags: W\nHStem: 0 21G<404 468> 80 62<271 305> 477 57<0 32 404 518>\nVStem: 71 61<335 369> 404 64<0 477> 404 114<205 534>\nFore\n106 226 m 1\n 162 170 223 142 288 142 c 0\n 341 142 380 163 404 205 c 1\n 404 534 l 1\n 518 534 l 1\n 518 477 l 1\n 468 477 l 1\n 468 0 l 1\n 404 0 l 1\n 404 122 l 1\n 374 94 337 80 292 80 c 0\n 191 80 69 156 32 222 c 1\n 58 261 71 306 71 357 c 128\n 71 408 58 448 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 86 534 l 1\n 117 479 132 418 132 351 c 0\n 132 304 123 263 106 226 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A2B\nEncoding: 2603 2603 1163\nWidth: 506\nFlags: W\nHStem: -11 55<318 339> 150 56<318 353> 302 57<190 404> 477 57<0 404 0 490>\nVStem: 40 65<228 235> 404 64<358 477> 422 54<102 112>\nFore\n490 477 m 1\n 468 477 l 1\n 468 302 l 1\n 190 302 l 2\n 134 302 106 279 105 232 c 0\n 105 194 125 154 166 112 c 1\n 190 168 256 206 335 206 c 0\n 409 206 476 170 476 102 c 0\n 476 27 399 -11 320 -11 c 0\n 212 -11 129 47 78 116 c 0\n 53 151 40 190 40 233 c 0\n 40 321 99 359 190 359 c 2\n 404 359 l 1\n 404 477 l 1\n 0 477 l 1\n 0 534 l 1\n 490 534 l 1\n 490 477 l 1\n422 102 m 0\n 422 134 393 150 336 150 c 0\n 292 150 228 132 228 94 c 0\n 228 57 284 44 325 44 c 0\n 370 44 422 61 422 102 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A2C\nEncoding: 2604 2604 1164\nWidth: 562\nFlags: W\nHStem: 0 21G<432 496> 36 57<312 337> 268 57<240 432> 477 57<0 44 0 432 0 546>\nVStem: 432 64<0 477>\nFore\n546 477 m 1\n 496 477 l 1\n 496 0 l 1\n 432 0 l 1\n 432 64 l 1\n 393 45 354 36 314 36 c 0\n 227 36 147 80 74 168 c 1\n 91 226 127 267 182 292 c 1\n 145 307 115 336 90 378 c 0\n 85 385 70 418 44 477 c 1\n 0 477 l 1\n 0 534 l 1\n 546 534 l 1\n 546 477 l 1\n432 325 m 1\n 432 477 l 1\n 113 477 l 1\n 128 405 171 354 240 325 c 1\n 432 325 l 1\n432 125 m 1\n 432 268 l 1\n 316 268 l 2\n 227 268 186 243 150 186 c 1\n 182 137 251 93 328 93 c 0\n 367 93 401 104 432 125 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A2D\nEncoding: 2605 2605 1165\nWidth: 516\nFlags: W\nHStem: -9 55<239 273> 162 58<191 217> 329 56<191 225> 477 57<0 386 0 500>\nVStem: 56 57<270 282> 388 62<438 477> 392 56<139 155>\nFore\n328 275 m 1\n 297 311 259 329 214 329 c 0\n 181 329 147 324 127 304 c 0\n 118 296 113 286 113 275 c 0\n 113 245 153 220 199 220 c 0\n 247 220 321 240 328 275 c 1\n32 128 m 0\n 70 95 192 46 257 46 c 0\n 324 46 392 90 392 153 c 0\n 392 176 383 198 366 220 c 1\n 340 184 267 162 204 162 c 0\n 122 162 56 197 56 272 c 0\n 56 349 129 385 211 385 c 0\n 274 385 324 369 360 338 c 1\n 379 357 388 392 388 444 c 0\n 388 455 387 466 386 477 c 1\n 0 477 l 1\n 0 534 l 1\n 500 534 l 1\n 500 477 l 1\n 450 477 l 1\n 450 384 438 340 402 280 c 1\n 433 229 448 183 448 141 c 0\n 448 43 361 -9 259 -9 c 0\n 151 -9 64 46 20 116 c 0\n 19 117 21 119 26 122 c 0\n 30 125 32 127 32 128 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A2E\nEncoding: 2606 2606 1166\nWidth: 546\nFlags: W\nHStem: 211 57<191 416> 477 57<0 72 416 530>\nVStem: 416 64<0 477> 416 114<268 534>\nFore\n416 268 m 1\n 416 534 l 1\n 530 534 l 1\n 530 477 l 1\n 480 477 l 1\n 480 0 l 1\n 416 0 l 1\n 416 211 l 1\n 192 211 l 1\n 183 119 177 -7 112 -4 c 0\n 75 -3 57 19 57 60 c 0\n 57 116 90 178 118 212 c 1\n 128 252 l 1\n 111 359 92 434 72 477 c 1\n 0 477 l 1\n 0 534 l 1\n 128 534 l 1\n 143 492 186 320 192 268 c 1\n 416 268 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A2F\nEncoding: 2607 2607 1167\nWidth: 670\nFlags: W\nHStem: 0 21G<540 604> 239 57<311 540> 477 57<0 32 0 540 0 654>\nVStem: 86 61<287 321> 311 64<62 239> 540 64<0 477>\nFore\n375 0 m 1\n 210 2 122 58 34 154 c 1\n 69 192 86 242 86 305 c 0\n 86 370 68 428 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 654 534 l 1\n 654 477 l 1\n 604 477 l 1\n 604 0 l 1\n 540 0 l 1\n 540 239 l 1\n 375 239 l 1\n 375 0 l 1\n102 477 m 1\n 132 422 147 365 147 304 c 0\n 147 251 135 201 110 154 c 1\n 134 121 257 69 311 62 c 1\n 311 296 l 1\n 540 296 l 1\n 540 477 l 1\n 102 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A30\nEncoding: 2608 2608 1168\nWidth: 538\nFlags: W\nHStem: -11 61<303 324> 273 57<180 408> 477 57<0 408 0 522>\nVStem: 73 62<217 230> 408 64<132 273 329 477>\nFore\n522 477 m 1\n 472 477 l 1\n 472 134 l 2\n 472 50 406 -11 322 -11 c 0\n 267 -11 211 13 154 62 c 0\n 100 108 73 160 73 217 c 0\n 73 283 115 330 180 330 c 2\n 408 330 l 1\n 408 477 l 1\n 0 477 l 1\n 0 534 l 1\n 522 534 l 1\n 522 477 l 1\n408 147 m 2\n 408 273 l 1\n 202 273 l 2\n 157 273 135 254 135 217 c 0\n 135 168 176 118 208 93 c 0\n 245 64 282 50 317 50 c 0\n 374 50 408 89 408 147 c 2\nEndSplineSet\nEndChar\nStartChar: uni0A32\nEncoding: 2610 2610 1169\nWidth: 726\nFlags: W\nHStem: -2 21G<189.29 239.5 481.5 507> 0 53<239 290 447 484> 477 57<0 144 0 512 0 710>\nVStem: 50 64<164 175> 606 64<164 175>\nFore\n238 -2 m 0\n 140.58 -2 50 64.3473 50 164 c 0\n 50 203 66 239 99 272 c 0\n 114 287 147 312 198 346 c 1\n 185 363 167 407 144 477 c 1\n 0 477 l 1\n 0 534 l 1\n 710 534 l 1\n 710 477 l 1\n 576 477 l 1\n 553 407 535 363 522 346 c 1\n 572 313 605 288 621 272 c 0\n 654 239 670 203 670 164 c 0\n 670 112 649 70 607 39 c 0\n 571 12 530 -2 484 -2 c 0\n 479 -2 435 0 430 0 c 1\n 430 57 l 1\n 443 54 455 53 464 53 c 0\n 525 53 606 107 606 164 c 0\n 606 219 536 277 492 295 c 1\n 466 258 408 212 360 203 c 1\n 313 212 253 258 228 295 c 1\n 183 276 114 217 114 164 c 0\n 114 105 196 53 254 53 c 0\n 265 53 277 54 290 57 c 1\n 290 0 l 1\n 289 0 241 -2 238 -2 c 0\n512 477 m 1\n 208 477 l 1\n 223 396 296 294 360 260 c 1\n 423 292 501 397 512 477 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A33\nEncoding: 2611 2611 1170\nWidth: 726\nFlags: W\nHStem: -26 20G<22 40> -2 21<189.29 239.5 481.5 507> 0 53<239 290 447 484> 477 57<0 144 0 512 0 710>\nVStem: 50 64<164 175> 606 64<164 175>\nFore\n31 60 m 0\n 50 60 64 46 64 27 c 0\n 64 9 49 -6 31 -6 c 128\n 13 -6 -2 10 -2 27 c 0\n -2 45 13 60 31 60 c 0\nEndSplineSet\nRef: 2610 2610 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0A35\nEncoding: 2613 2613 1171\nWidth: 514\nFlags: W\nHStem: 0 53<399 418 402 466> 167 57<140 466> 323 57<130 466> 477 57<0 402 0 498>\nVStem: 30 54<271 278> 402 64<379 477>\nFore\n498 477 m 1\n 466 477 l 1\n 466 323 l 1\n 130 323 l 2\n 103 323 84 302 84 276 c 0\n 84 244 107 224 140 224 c 2\n 466 224 l 1\n 466 167 l 1\n 234 167 l 1\n 234 84 312 53 402 53 c 0\n 408 53 459 57 466 57 c 1\n 466 0 l 1\n 416 0 l 2\n 289 0 170 51 168 167 c 1\n 97 170 30 206 30 275 c 0\n 30 338 83 380 148 380 c 2\n 402 380 l 1\n 402 477 l 1\n 0 477 l 1\n 0 534 l 1\n 498 534 l 1\n 498 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A36\nEncoding: 2614 2614 1172\nWidth: 546\nFlags: W\nHStem: -6 66<290 292> 0 21G<416 480> 211 57<191 416> 477 57<0 72 0 416 0 530>\nVStem: 257 66<27 29> 416 64<0 477>\nFore\n416 477 m 1\n 144 477 l 1\n 163 422 179 352 192 268 c 1\n 416 268 l 1\n 416 477 l 1\n290 60 m 0\n 309 60 323 46 323 27 c 0\n 323 9 308 -6 290 -6 c 128\n 272 -6 257 10 257 27 c 0\n 257 45 272 60 290 60 c 0\n530 534 m 1\n 530 477 l 1\n 480 477 l 1\n 480 0 l 1\n 416 0 l 1\n 416 211 l 1\n 192 211 l 1\n 183 119 177 -7 112 -4 c 0\n 75 -3 57 19 57 60 c 0\n 57 116 90 178 118 212 c 1\n 128 252 l 1\n 111 359 92 434 72 477 c 1\n 0 477 l 1\n 0 534 l 1\n 530 534 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A38\nEncoding: 2616 2616 1173\nWidth: 546\nFlags: W\nHStem: 0 21G<416 480> 211 57<191 416> 477 57<0 72 0 416 0 530>\nVStem: 416 64<0 477>\nFore\n416 477 m 1\n 144 477 l 1\n 163 422 179 352 192 268 c 1\n 416 268 l 1\n 416 477 l 1\n530 534 m 1\n 530 477 l 1\n 480 477 l 1\n 480 0 l 1\n 416 0 l 1\n 416 211 l 1\n 192 211 l 1\n 183 119 177 -7 112 -4 c 0\n 75 -3 57 19 57 60 c 0\n 57 116 90 178 118 212 c 1\n 128 252 l 1\n 111 359 92 434 72 477 c 1\n 0 477 l 1\n 0 534 l 1\n 530 534 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A39\nEncoding: 2617 2617 1174\nWidth: 517\nFlags: W\nHStem: -12 57<255 281> 269 57<143 205> 477 57<0 387 0 501>\nVStem: 32 65<195 212> 387 64<152 477>\nFore\n97 210 m 0\n 97 127.667 171.368 45 261 45 c 0\n 345 45 387 87 387 172 c 2\n 387 477 l 1\n 0 477 l 1\n 0 534 l 1\n 501 534 l 1\n 501 477 l 1\n 451 477 l 1\n 451 154 l 2\n 451 43 394 -12 279 -12 c 0\n 228 -12 189 -5 162 8 c 0\n 109.825 32.224 32 119.475 32 204 c 0\n 32 276 82 326 153 326 c 2\n 205 326 l 1\n 205 269 l 1\n 149 269 l 2\n 114 269 97 249 97 210 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A3C\nEncoding: 2620 2620 1175\nWidth: 286\nFlags: W\nHStem: 0 21G<84 194>\nVStem: 84 110<0 114>\nFore\n194 114 m 1\n 194 0 l 1\n 84 0 l 1\n 84 114 l 1\n 194 114 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A3E\nEncoding: 2622 2622 1176\nWidth: 172\nFlags: W\nHStem: 477 57<0 60 0 156>\nVStem: 60 64<194 477>\nFore\n124 477 m 1\n 124 194 l 1\n 60 194 l 1\n 60 477 l 1\n 0 477 l 1\n 0 534 l 1\n 156 534 l 1\n 156 477 l 1\n 124 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A3F\nEncoding: 2623 2623 1177\nWidth: 190\nFlags: W\nHStem: 0 21G<50 114> 477 57<0 50 114 174> 642 57<162.484 177>\nVStem: 50 64<0 477 534 582>\nFore\n298 552 m 1\n 234 552 l 1\n 234 578 l 2\n 234 615 210 642 174 642 c 128\n 138 642 114 614 114 578 c 2\n 114 534 l 1\n 174 534 l 1\n 174 477 l 1\n 114 477 l 1\n 114 0 l 1\n 50 0 l 1\n 50 477 l 1\n 0 477 l 1\n 0 534 l 1\n 50 534 l 1\n 50 580 l 2\n 50 646 109 699 174 699 c 0\n 241 699 298 643 298 578 c 2\n 298 552 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A40\nEncoding: 2624 2624 1178\nWidth: 190\nFlags: W\nHStem: 0 21G<60 124> 477 57<0 60 124 174> 642 57<-11.516 5>\nVStem: 60 64<0 477 534 582>\nFore\n174 477 m 1\n 124 477 l 1\n 124 0 l 1\n 60 0 l 1\n 60 477 l 1\n 0 477 l 1\n 0 534 l 1\n 60 534 l 1\n 60 578 l 2\n 60 615 36 642 0 642 c 128\n -36 642 -60 614 -60 578 c 2\n -60 552 l 1\n -124 552 l 1\n -124 578 l 2\n -124 645 -65 699 0 699 c 0\n 66 699 124 644 124 580 c 2\n 124 534 l 1\n 174 534 l 1\n 174 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A41\nEncoding: 2625 2625 1179\nWidth: 1\nFlags: W\nFore\n-106 -151 m 1\n -166 -156 -218 -159 -261 -159 c 128\n -304 -159 -355 -156 -415 -151 c 1\n -415 -92 l 1\n -355 -97 -304 -100 -261 -100 c 128\n -218 -100 -166 -97 -106 -92 c 1\n -106 -151 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A42\nEncoding: 2626 2626 1180\nWidth: 1\nFlags: W\nHStem: -243 54<-353.519 -237> -142 54<-353.519 -237>\nFore\n-108 -82 m 1\n -108 -138 l 1\n -179 -141 -232 -142 -266 -142 c 128\n -300 -142 -349 -141 -414 -138 c 1\n -414 -82 l 1\n -385 -86 -335 -88 -266 -88 c 0\n -252 -88 -123 -82 -108 -82 c 1\n-108 -183 m 1\n -108 -239 l 1\n -179 -242 -232 -243 -266 -243 c 128\n -300 -243 -349 -242 -414 -239 c 1\n -414 -183 l 1\n -385 -187 -335 -189 -266 -189 c 0\n -252 -189 -123 -183 -108 -183 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A47\nEncoding: 2631 2631 1181\nWidth: 1\nFlags: W\nFore\n-42 548 m 1\n -147 619 -238 655 -315 655 c 0\n -340 655 -386 668 -386 690 c 0\n -386 706 -362 716 -315 720 c 0\n -202.517 728.23 -95.7344 626.535 -42 548 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A48\nEncoding: 2632 2632 1182\nWidth: 1\nFlags: W\nHStem: 608 58<-306 -260>\nFore\n-48 544 m 1\n -117 587 -187 608 -260 608 c 0\n -268 608 -329 601 -340 601 c 0\n -364 601 -376 610 -376 629 c 0\n -376 654 -353 666 -306 666 c 0\n -219 666 -123 623 -76 580 c 1\n -87 608 -112 635 -149 662 c 0\n -203 700 -268 718 -343 716 c 0\n -376 715 -392 724 -392 741 c 0\n -392 764 -363 779 -338 778 c 0\n -283 777 -225 753 -162 707 c 0\n -95 658 -57 603 -48 544 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A4B\nEncoding: 2635 2635 1183\nWidth: 1\nFlags: W\nHStem: 636 64<-322 -156>\nFore\n-68 572 m 1\n -84 572 l 1\n -99 615 -124 636 -158 636 c 2\n -312 636 l 2\n -376 636 -409 681 -412 770 c 1\n -390 770 l 1\n -375 723 -352 700 -320 700 c 2\n -170 700 l 2\n -91 700 -71 655 -68 572 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A4C\nEncoding: 2636 2636 1184\nWidth: 1\nFlags: W\nHStem: 544 35<-182 -182 -132 -68> 640 53<-287 -159> 640 56<-160 -151>\nVStem: -246 48<544 600> -132 64<544 655> -119 51<591 655>\nFore\n-246 544 m 1\n -246 626 l 1\n -312 626 -365 639 -404 666 c 0\n -443 692 -461 725 -456 766 c 1\n -444 766 l 1\n -434 717 -382 693 -287 693 c 0\n -285 693 -168 696 -160 696 c 0\n -99 696 -68 682 -68 655 c 2\n -68 544 l 1\n -132 544 l 1\n -132 580 l 1\n -123 580 -119 586 -119 597 c 0\n -119 619 -137 640 -159 640 c 128\n -181 640 -198 620 -198 598 c 0\n -198 585 -193 579 -182 579 c 1\n -182 544 l 1\n -246 544 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A4D\nEncoding: 2637 2637 1185\nWidth: 1\nFlags: W\nHStem: -44 20G<-132 -68>\nFore\n50 -184 m 1\n -5 -133 -61 -107 -120 -107 c 1\n -136 -115 -153 -119 -170 -119 c 0\n -193 -119 -204 -111 -204 -95 c 0\n -204 -65 -180 -50 -132 -50 c 1\n -132 -24 l 1\n -68 -24 l 1\n -68 -60 l 1\n -10 -80 29 -121 50 -184 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A59\nEncoding: 2649 2649 1186\nWidth: 534\nFlags: W\nHStem: -6 66<95 97> 0 21G<404 468> 50 62<271 305> 300 57<133 404> 477 57<0 32 404 518>\nVStem: 62 66<27 29> 404 64<0 477> 404 114<357 534>\nFore\n518 477 m 1\n 468 477 l 1\n 468 0 l 1\n 404 0 l 1\n 404 92 l 1\n 374 64 337 50 292 50 c 0\n 191 50 69 126 32 192 c 1\n 58 231 71 281 71 343 c 0\n 71 403 58 448 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 86 534 l 1\n 114 478 130 419 134 357 c 1\n 404 357 l 1\n 404 534 l 1\n 518 534 l 1\n 518 477 l 1\n404 175 m 1\n 404 300 l 1\n 134 300 l 1\n 132 266 123 231 106 196 c 1\n 162 140 223 112 288 112 c 0\n 341 112 380 133 404 175 c 1\n95 60 m 0\n 114 60 128 46 128 27 c 0\n 128 9 113 -6 95 -6 c 128\n 77 -6 62 10 62 27 c 0\n 62 45 77 60 95 60 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A5A\nEncoding: 2650 2650 1187\nWidth: 618\nFlags: W\nHStem: -12 57<218 240> -6 66<31 33> 0 21G<488 552> 254 57<150 296> 477 57<0 296 0 488 0 602>\nVStem: -2 66<27 29> 30 64<168.391 185> 296 64<86 254 310 477> 488 64<0 477>\nFore\n296 97 m 2\n 296 254 l 1\n 162 254 l 2\n 121 254 94 224 94 182 c 0\n 94 151 110 119 141 88 c 0\n 170 59 196 45 220 45 c 0\n 271 45 296 62 296 97 c 2\n296 477 m 1\n 0 477 l 1\n 0 534 l 1\n 602 534 l 1\n 602 477 l 1\n 552 477 l 1\n 552 0 l 1\n 488 0 l 1\n 488 477 l 1\n 360 477 l 1\n 360 90 l 2\n 360 22 319 -12 238 -12 c 0\n 178 -12 128 8 87 49 c 0\n 49 87 30 131 30 182 c 0\n 30 260 77 311 152 311 c 2\n 296 311 l 1\n 296 477 l 1\n31 60 m 0\n 50 60 64 46 64 27 c 0\n 64 9 49 -6 31 -6 c 128\n 13 -6 -2 10 -2 27 c 0\n -2 45 13 60 31 60 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A5B\nEncoding: 2651 2651 1188\nWidth: 492\nFlags: W\nHStem: -6 66<245 247> 0 21G<62 126 362 426> 215 57<151 362> 477 57<0 362 0 476>\nVStem: 212 66<27 29> 362 64<0 477>\nFore\n476 477 m 1\n 426 477 l 1\n 426 0 l 1\n 362 0 l 1\n 362 215 l 1\n 152 215 l 1\n 152 168 135 42 126 0 c 1\n 62 0 l 1\n 78 102 87 174 88 215 c 1\n 32 215 l 1\n 31 223 31 230 31 237 c 0\n 31 298 63 329 127 329 c 0\n 134 329 143 329 152 328 c 1\n 152 272 l 1\n 362 272 l 1\n 362 477 l 1\n 0 477 l 1\n 0 534 l 1\n 476 534 l 1\n 476 477 l 1\n245 60 m 0\n 264 60 278 46 278 27 c 0\n 278 9 263 -6 245 -6 c 128\n 227 -6 212 10 212 27 c 0\n 212 45 227 60 245 60 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A5C\nEncoding: 2652 2652 1189\nWidth: 484\nFlags: W\nHStem: 0 21G<92 156 370 442> 249 104<125 163> 477 57<0 380 0 468>\nVStem: 377 66<191 200>\nDStem: 320 58 370 76 370 0 442 0\nFore\n48 90 m 2\n 37 114 31 130 31 138 c 0\n 31 154 44 162 71 162 c 0\n 90 162 119 154 160 138 c 0\n 201 121 228 113 242 112 c 0\n 308 109 377 134 377 195 c 0\n 377 242 334 270 285 270 c 0\n 269 270 252 267 234 262 c 0\n 205 253 173 249 137 249 c 0\n 75 249 44 265 44 296 c 0\n 44 334 80 353 153 353 c 0\n 181 353 215 350 256 344 c 0\n 292 339 323 353 348 387 c 0\n 369 416 380 446 380 477 c 1\n 0 477 l 1\n 0 534 l 1\n 468 534 l 1\n 468 477 l 1\n 436 477 l 1\n 436 411 404 348 364 320 c 1\n 417 288 443 247 443 198 c 0\n 443 150 419 109 370 76 c 1\n 442 0 l 1\n 370 0 l 1\n 320 58 l 1\n 308 51 291 48 270 48 c 0\n 219 48 171 60 126 84 c 1\n 156 0 l 1\n 92 0 l 1\n 48 90 l 2\nEndSplineSet\nEndChar\nStartChar: uni0A5E\nEncoding: 2654 2654 1190\nWidth: 506\nFlags: W\nHStem: -11 55<318 339> -6 66<75 81> 150 56<318 353> 302 57<190 404> 477 57<0 404 0 490>\nVStem: 40 65<228 235> 42 66<27 29> 404 64<358 477> 422 54<102 112>\nFore\n490 477 m 1\n 468 477 l 1\n 468 302 l 1\n 190 302 l 2\n 134 302 106 279 105 232 c 0\n 105 194 125 154 166 112 c 1\n 190 168 256 206 335 206 c 0\n 409 206 476 170 476 102 c 0\n 476 27 399 -11 320 -11 c 0\n 212 -11 129 47 78 116 c 0\n 53 151 40 190 40 233 c 0\n 40 321 99 359 190 359 c 2\n 404 359 l 1\n 404 477 l 1\n 0 477 l 1\n 0 534 l 1\n 490 534 l 1\n 490 477 l 1\n422 102 m 0\n 422 134 393 150 336 150 c 0\n 292 150 228 132 228 94 c 0\n 228 57 284 44 325 44 c 0\n 370 44 422 61 422 102 c 0\n75 60 m 0\n 94 60 108 46 108 27 c 0\n 108 9 93 -6 75 -6 c 128\n 57 -6 42 10 42 27 c 0\n 42 45 57 60 75 60 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A66\nEncoding: 2662 2662 1191\nWidth: 616\nFlags: W\nHStem: -14 57<271 305> 489 57<271 305>\nVStem: 0 64<266 275> 504 64<266 275>\nFore\n0 266 m 0\n 0 425.122 118.51 546 282 546 c 0\n 361 546 428 519 484 465 c 128\n 540 411 568 345 568 266 c 0\n 568 187 540 121 484 67 c 128\n 428 13 361 -14 282 -14 c 0\n 121 -14 -0 108 0 266 c 0\n504 266 m 0\n 504 388 403 489 284 489 c 0\n 162 489 64 386 64 266 c 0\n 64 144 165 43 284 43 c 0\n 406 43 504 146 504 266 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A67\nEncoding: 2663 2663 1192\nWidth: 480\nFlags: W\nHStem: 0 21G<408 474> 214 57<189 193> 491 57<189 193>\nVStem: 0 64<381 385> 314 64<111 253 381 385>\nFore\n474 0 m 1\n 408 0 l 2\n 364 0 336 14 324 41 c 0\n 317 56 314 91 314 145 c 2\n 314 253 l 1\n 279 227 237 214 189 214 c 0\n 87 214 0 282 0 381 c 0\n 0 482 88 548 189 548 c 0\n 291 548 378 480 378 381 c 2\n 378 118 l 2\n 378 57 418 5 474 0 c 1\n314 381 m 0\n 314 450 258 491 189 491 c 0\n 119 491 64 449 64 381 c 0\n 64 312 120 271 189 271 c 0\n 259 271 314 313 314 381 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A68\nEncoding: 2664 2664 1193\nWidth: 560\nFlags: W\nHStem: 82 178<130 139>\nVStem: 429 65<329 354>\nDStem: 311 122 362 152 428 2 506 2\nFore\n428 2 m 1\n 311 122 l 1\n 274 103 183 82 130 82 c 0\n 66 82 0 120 0 178 c 0\n 0 233 43 260 130 260 c 0\n 181 260 245 241 324 203 c 1\n 395 222 429 263 429 354 c 0\n 429 389 408 420 364 448 c 0\n 322 477 275 491 226 491 c 0\n 150 491 46 451 -6 420 c 1\n 0 490 l 1\n 116 556 286 574 401 501 c 0\n 463 461 494 404 494 331 c 0\n 494 239 434 178 362 152 c 1\n 506 2 l 1\n 428 2 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A69\nEncoding: 2665 2665 1194\nWidth: 480\nFlags: W\nHStem: 0 21G<324 424> 32 112<106 186> 238 102<83 130> 257 62<252 280> 472 64<166 199>\nVStem: 330 68<175 193> 344 62<379 389>\nFore\n-2 292 m 0\n -2 337.828 61.8338 340 126 340 c 0\n 132 340 150 336 180 330 c 0\n 209 322 233 319 252 319 c 0\n 299 319 344 344 344 387 c 0\n 344 410 330 430 303 445 c 0\n 272 463 226 472 166 472 c 0\n 94 472 39 460 0 437 c 1\n 0 506 l 1\n 44 526 99 536 166 536 c 0\n 291 536 406 497 406 381 c 0\n 406 342 394 305 370 268 c 1\n 389 239 398 211 398 182 c 0\n 398 140 379 103 340 70 c 1\n 424 0 l 1\n 324 0 l 1\n 284 30 l 1\n 266 28 194 32 186 32 c 0\n 113 32 0 50 0 110 c 0\n 0 133 35 144 106 144 c 0\n 146.954 144 266.455 104.058 274 102 c 1\n 311 118 330 147 330 189 c 0\n 330 223 312 257 280 257 c 0\n 261 257 234 254 197 248 c 128\n 160 242 137 239 128 239 c 0\n 125 239 118 239 109 238 c 2\n 85 238 l 2\n 27 238 -2 256 -2 292 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A6A\nEncoding: 2666 2666 1195\nWidth: 468\nFlags: W\nHStem: 0 57<191 232> 229 57<210 225>\nVStem: 0 64<380 388> 24 64<150 161> 332 64<150 161> 356 64<380 388>\nFore\n64 382 m 0\n 64 323.478 137.048 286 210 286 c 0\n 254 286 290 297 319 319 c 0\n 344 338 356 359 356 382 c 0\n 356 441 312 474 254 477 c 1\n 254 534 l 1\n 349 534 420 477 420 386 c 0\n 420 333 393 291 340 258 c 1\n 377 231 396 195 396 150 c 0\n 396 62 320 0 232 0 c 2\n 188 0 l 2\n 101 0 24 65 24 150 c 0\n 24 195 43 231 80 258 c 1\n 27 291 0 333 0 386 c 0\n 0 479 71 534 166 534 c 1\n 166 477 l 1\n 107 474 64 440 64 382 c 0\n88 150 m 0\n 88 88 145 57 210 57 c 0\n 276 57 332 90 332 150 c 0\n 332 205 269 229 210 229 c 128\n 151 229 88 204 88 150 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A6B\nEncoding: 2667 2667 1196\nWidth: 492\nFlags: W\nHStem: 0 21G<352 416> 124 57<199 227> 514 20G<-8 58 352 416>\nVStem: 26 63<367 401> 352 64<0 534>\nFore\n211 181 m 0\n 266.097 181 352 206.645 352 247 c 2\n 352 534 l 1\n 416 534 l 1\n 416 0 l 1\n 352 0 l 1\n 352 160 l 1\n 327 136 284 124 225 124 c 0\n 121 124 35 166 -3 230 c 1\n 16 293 26 345 26 385 c 0\n 26 432 15 482 -8 534 c 1\n 58 534 l 1\n 79 488 89 437 89 380 c 0\n 89 333 82 286 68 239 c 1\n 102 200 150 181 211 181 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A6C\nEncoding: 2668 2668 1197\nWidth: 514\nFlags: W\nHStem: 0 57<158 450> 172 82<160 356> 172 104<338 356> 190 64<155 170> 378 104<310 378>\nVStem: -4 68<325 340> 27 64<119 129> 181 73<573 589>\nFore\n338 276 m 0\n 385.429 276 435 248.391 435 212 c 0\n 435 185 409 172 356 172 c 0\n 332.113 172 186.358 190 160 190 c 0\n 121 190 91 162 91 125 c 0\n 91 80 127 57 172 57 c 2\n 450 57 l 1\n 450 0 l 1\n 160 0 l 2\n 84 0 27 47 27 121 c 0\n 27 169 46 203 84 224 c 1\n 41 240 -4 285 -4 340 c 0\n -4 433.597 118.492 470.288 220 482 c 1\n 194 523 181 559 181 589 c 0\n 181 681 304 705 422 700 c 1\n 422 641 l 1\n 420 641 371 643 368 643 c 0\n 292 643 254 620 254 573 c 0\n 254 538 273 507 310 482 c 1\n 359 482 416 460 416 414 c 0\n 416 390 403 378 378 378 c 0\n 367 378 344 384 309 397 c 128\n 274 410 243 416 218 416 c 0\n 169 416 131 406 102 387 c 0\n 77 370 64 350 64 326 c 0\n 64 279.062 112.666 254 170 254 c 0\n 191.074 254 314.81 276 338 276 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A6D\nEncoding: 2669 2669 1198\nWidth: 538\nFlags: W\nHStem: 0 57<0 38.0912> 466 56<272.814 305>\nVStem: 104 65<335 358> 424 65<335 358>\nFore\n114 290 m 1\n 107 313 104 335 104 356 c 0\n 104 459 186 522 291 522 c 0\n 403 522 489 451 489 344 c 0\n 489 323 486 302 480 280 c 0\n 433 98 233 0 0 0 c 1\n 0 57 l 1\n 103 57 192 78 269 122 c 0\n 346 164 394 219 415 286 c 0\n 421 305 424 324 424 341 c 0\n 424 415 365 466 291 466 c 0\n 218 466 169 419 169 348 c 0\n 169 330 172 311 178 290 c 1\n 114 290 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A6E\nEncoding: 2670 2670 1199\nWidth: 572\nFlags: W\nHStem: -4 59<478 524> 389 57<144 524>\nFore\n524 446 m 1\n 524 389 l 1\n 144 389 l 1\n 144 267 165 182 208 135 c 0\n 256 82 346 55 478 55 c 2\n 524 55 l 1\n 524 -4 l 1\n 478 -4 l 2\n 324 -4 217 31 156 100 c 0\n 105 158 80 254 80 389 c 1\n 0 389 l 1\n -0 448 9 487 28 506 c 0\n 46 525 85 534 144 534 c 1\n 144 446 l 1\n 524 446 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A6F\nEncoding: 2671 2671 1200\nWidth: 560\nFlags: W\nHStem: -4 59<446 510> 347 56<140 510> 674 55<467 486>\nVStem: 291 70<557.192 580>\nFore\n361 573 m 0\n 361 490.978 441.378 429.81 510 399 c 1\n 510 347 l 1\n 140 347 l 1\n 140 202 158 128 258 89 c 0\n 313 66 397 55 510 55 c 1\n 510 -2 l 1\n 487 -3 466 -4 446 -4 c 0\n 298 -4 196 29 141 94 c 0\n 98 145 76 230 76 347 c 1\n 4 347 l 1\n 4 452 33 475 140 475 c 1\n 140 403 l 1\n 378 403 l 1\n 320 452 291 510 291 577 c 0\n 291 681 375 729 484 729 c 0\n 493 729 503 729 514 728 c 1\n 514 671 l 1\n 502 673 490 674 479 674 c 0\n 413 674 361 636 361 573 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A70\nEncoding: 2672 2672 1201\nWidth: 1\nFlags: W\nVStem: -369 56<604 644> -211 56<604 644>\nFore\n-183 574 m 1\n -223 574 l 1\n -215 579 -211 589 -211 604 c 0\n -211 633 -235 652 -263 652 c 0\n -296 652 -313 636 -313 604 c 0\n -313 591 -310 581 -303 574 c 1\n -341 574 l 1\n -360 600 -369 623 -369 644 c 0\n -369 694 -314 719 -262 719 c 0\n -209 719 -155 694 -155 644 c 0\n -155 623 -164 600 -183 574 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A72\nEncoding: 2674 2674 1202\nWidth: 498\nFlags: W\nHStem: -11 57<287 314> 477 57<0 32 0 396 0 482>\nVStem: 396 64<311 477>\nFore\n484 142 m 1\n 482.076 59.2792 400.969 -11 314 -11 c 0\n 250 -11 194 6 147 39 c 1\n 44 122 l 1\n 44 183 96 251 136 284 c 1\n 83 321 49 385 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 482 534 l 1\n 482 477 l 1\n 460 477 l 1\n 460 250 l 1\n 416 250 l 1\n 349 257 298 257 262 250 c 0\n 185 234 138 203 122 158 c 1\n 123 157 140 142 173 115 c 0\n 204 88 256 46 300 46 c 0\n 323 46 356 62 396 94 c 0\n 438 126 463 142 474 142 c 2\n 484 142 l 1\n396 311 m 1\n 396 477 l 1\n 98 477 l 1\n 108 409 148 336 198 311 c 1\n 396 311 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A73\nEncoding: 2675 2675 1203\nWidth: 596\nFlags: W\nHStem: -16 67<326 337> 225 67<118 416> 467 67<106 484> 663 67<288 305>\nVStem: 434 64<140 161> 484 74<463 477>\nFore\n580 477 m 1\n 558 477 l 1\n 558 389 511 295 462 254 c 1\n 486 223 498 186 498 142 c 0\n 498 42 426 -16 326 -16 c 0\n 211 -16 120 83 86 174 c 0\n 63 235 35 398 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 32 534 l 1\n 60 661 145 727 288 730 c 0\n 434 733 543 659 558 534 c 1\n 580 534 l 1\n 580 477 l 1\n484 534 m 1\n 474.203 606.5 378.355 663 288 663 c 0\n 194 663 120 611 106 534 c 1\n 484 534 l 1\n484 467 m 1\n 106 467 l 1\n 106 464 104 415 104 412 c 0\n 104 363 109 323 118 292 c 1\n 410 292 l 1\n 432 305 450 332 465 373 c 0\n 478 408 484 439 484 467 c 1\n326 51 m 0\n 381.198 51 434 89.6396 434 150 c 0\n 434 178 428 203 416 225 c 1\n 136 225 l 1\n 177 109 240 51 326 51 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A74\nEncoding: 2676 2676 1204\nWidth: 900\nFlags: W\nHStem: -8 59<641 643> 0 21G<332 398> 200 57<462 718> 225 57<151 161> 408 57<361 389 452 776 452 859> 420 57<151 161> 606 58<568 584> 647 57<847 871>\nVStem: 0 65<351 362> 238 64<103 247 351 362> 733 56<126 147>\nFore\n980 591 m 1\n 916 591 l 1\n 916 607 l 2\n 916 634 897 647 859 647 c 0\n 782 647 720 614 675 548 c 1\n 655 575 627 606 582 606 c 0\n 513 606 464 528 452 465 c 1\n 859 465 l 1\n 859 408 l 1\n 840 408 l 1\n 840 334 799 259 757 224 c 1\n 778 197 789 165 789 128 c 0\n 789 42 727 -8 641 -8 c 0\n 595 -8 552 10 512 45 c 0\n 443 104 422 169 403 288 c 0\n 394 340 390 380 389 408 c 1\n 361 408 l 1\n 361 465 l 1\n 389 465 l 1\n 409 556 471 664 570 664 c 0\n 611 664 635 650 675 626 c 1\n 734 678 799 704 869 704 c 0\n 920 704 980 670 980 622 c 2\n 980 591 l 1\n151 225 m 0\n 73.8457 225 0 277.863 0 351 c 0\n 0 425 76 477 151 477 c 0\n 232 477 302 429 302 351 c 2\n 302 118 l 2\n 302 46 334 7 398 0 c 1\n 332 0 l 2\n 288 0 260 14 248 41 c 0\n 241 56 238 91 238 145 c 2\n 238 247 l 1\n 212 232 183 225 151 225 c 0\n776 408 m 1\n 452 408 l 1\n 452 395 452 367 451 360 c 0\n 451 319 455 285 462 257 c 1\n 713 257 l 1\n 747.441 276.939 776 353.001 776 408 c 1\n733 135 m 0\n 733 160 728 181 718 200 c 1\n 477 200 l 1\n 513 101 568 51 641 51 c 0\n 692 51 733 86 733 135 c 0\n237 351 m 0\n 237 392 193 420 151 420 c 0\n 108 420 65 391 65 351 c 0\n 65 310 109 282 151 282 c 0\n 194 282 237 311 237 351 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A81\nEncoding: 2689 2689 1205\nWidth: 33\nFlags: W\nHStem: 484 53<-114 -110>\nVStem: -159 84<627 635>\nFore\n-118 674 m 0\n -96.0576 674 -75 656.716 -75 633 c 0\n -75 611.414 -96.6839 596 -118 596 c 0\n -139.252 596 -159 612.304 -159 635 c 0\n -158 661 -145 674 -118 674 c 0\n88 617 m 1\n 83 591 73 569 58 551 c 0\n 22 506 -35 484 -114 484 c 128\n -193 484 -251 506 -288 551 c 0\n -303 569 -314 591 -319 617 c 1\n -227 617 l 1\n -219 564 -181 537 -114 537 c 0\n -55 537 -20 564 -9 617 c 1\n 88 617 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A82\nEncoding: 2690 2690 1206\nWidth: 33\nFlags: W\nFore\n-121 637 m 0\n -84.3828 637 -58 608.49 -58 572 c 0\n -58 537.665 -85.7223 509 -121 509 c 0\n -154.422 509 -184 536.684 -184 572 c 0\n -184 609.375 -157.659 637 -121 637 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A85\nEncoding: 2693 2693 1207\nWidth: 767\nFlags: W\nHStem: 0 21G<605 699> 24 66<302 312> 230 70<503 605> 375 68<65 189>\nVStem: 235 92<313 321> 414 91<185 230 194 399> 605 94<0 443>\nFore\n302 90 m 0\n 359.827 90 414 133.75 414 194 c 2\n 414 399 l 1\n 503 399 l 1\n 503 300 l 1\n 604 300 l 1\n 604 443 l 1\n 699 443 l 1\n 699 0 l 1\n 605 0 l 1\n 605 230 l 1\n 505 230 l 1\n 505 174 l 2\n 505 78.5533 407.501 24 302 24 c 0\n 172 24 100 78 87 187 c 1\n 40 187 l 1\n 39 259 l 1\n 181 259 l 2\n 214.186 259 235 283.34 235 319 c 0\n 235 356 215 375 176 375 c 2\n 65 375 l 1\n 66 443 l 1\n 224 443 l 2\n 290.566 443 327 387.628 327 315 c 0\n 327 260 304 223 257 202 c 0\n 229 189 204 184 182 187 c 1\n 181 184 182 175 187 161 c 0\n 203.493 116.233 240.494 90 302 90 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A86\nEncoding: 2694 2694 1208\nWidth: 961\nFlags: W\nHStem: 0 21G<605 699 800 893> 24 66<302 312> 230 70<503 605> 375 68<65 189>\nVStem: 235 92<313 321> 414 91<185 230 194 399> 605 94<0 443> 800 93<0 443>\nFore\n893 0 m 1\n 800 0 l 1\n 800 443 l 1\n 893 443 l 1\n 893 0 l 1\n302 90 m 0\n 359.827 90 414 133.75 414 194 c 2\n 414 399 l 1\n 503 399 l 1\n 503 300 l 1\n 604 300 l 1\n 604 443 l 1\n 699 443 l 1\n 699 0 l 1\n 605 0 l 1\n 605 230 l 1\n 505 230 l 1\n 505 174 l 2\n 505 78.5533 407.501 24 302 24 c 0\n 172 24 100 78 87 187 c 1\n 40 187 l 1\n 39 259 l 1\n 181 259 l 2\n 214.186 259 235 283.34 235 319 c 0\n 235 356 215 375 176 375 c 2\n 65 375 l 1\n 66 443 l 1\n 224 443 l 2\n 290.566 443 327 387.628 327 315 c 0\n 327 260 304 223 257 202 c 0\n 229 189 204 184 182 187 c 1\n 181 184 182 175 187 161 c 0\n 203.493 116.233 240.494 90 302 90 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A87\nEncoding: 2695 2695 1209\nWidth: 500\nFlags: W\nHStem: -2 21G<177.5 293.655> 198 73<192 264> 374 69<129 264 414 497>\nVStem: 335 96<123 344>\nFore\n497 373 m 1\n 463 373 l 2\n 447.517 373 431 358.151 431 342 c 2\n 431 125 l 2\n 431 41.5349 341.31 -2 246 -2 c 0\n 109 -2 41 46 40 143 c 0\n 40 178 60 208 99 235 c 1\n 61 254 42 288 42 337 c 0\n 42 366 54 392 78 415 c 0\n 97 434 114 443 129 443 c 2\n 265 443 l 1\n 264 374 l 1\n 190 374 l 2\n 159 374 143 359 142 328 c 0\n 141 290 158 271 193 271 c 2\n 265 271 l 1\n 265 198 l 1\n 201 198 l 2\n 172.505 198 139.988 166.211 142 132 c 0\n 145.08 67.3123 250.167 51.1004 305 84 c 0\n 325 98 335 113 335 130 c 2\n 335 353 l 2\n 335 412.561 363.212 445 414 445 c 2\n 497 445 l 1\n 497 373 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A88\nEncoding: 2696 2696 1210\nWidth: 495\nFlags: W\nHStem: -2 21G<177.5 292.716> 205 60<188 264> 374 69<129 264> 554 60<409 492>\nVStem: 42 98<317 337> 338 87<130.357 521>\nFore\n493 554 m 1\n 458 554 l 2\n 437 554 426 540 426 513 c 1\n 425 125 l 1\n 425 39.2087 339.431 -2 246 -2 c 0\n 109 -2 41 46 40 143 c 0\n 40 171 48 194 65 213 c 1\n 74 220 82 228 91 235 c 1\n 58 257 42 291 42 337 c 0\n 42 366 54 392 78 415 c 0\n 97 434 114 443 129 443 c 2\n 265 443 l 1\n 264 374 l 1\n 190 374 l 2\n 161.261 374 140 347.674 140 317 c 0\n 141 282 158 265 192 265 c 2\n 264 265 l 1\n 264 206 l 1\n 200 205 l 2\n 155 204 134 185 135 146 c 0\n 136.755 95.1182 191.285 62.7515 243 65 c 0\n 286.486 66.6725 338 100.227 338 140 c 2\n 338 519 l 2\n 338 551 345 575 360 590 c 0\n 374 606 390 614 409 614 c 2\n 492 614 l 1\n 493 554 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A89\nEncoding: 2697 2697 1211\nWidth: 528\nFlags: W\nHStem: -10 70<231 271> 193 72<224 302> 374 69<217 313> 562 67<267 281>\nVStem: 40 97<127 443> 357 102<117 139> 358 92<323 335>\nFore\n358 325 m 0\n 358 355.6 332.573 374 300 374 c 2\n 217 374 l 1\n 217 443 l 1\n 353 443 l 2\n 409.391 443 452.04 394.172 450 335 c 0\n 449 275 430 239 395 227 c 1\n 416 217 427 211 429 209 c 0\n 449 190 459 162 459 123 c 0\n 459 29.9085 356.007 -8.18954 251 -10 c 0\n 190 -11 139 5 98 38 c 0\n 59 68 40 103 40 143 c 2\n 40 419 l 2\n 40 480 60 530 102 569 c 0\n 142 608 198 628 268 629 c 0\n 344 630 407 602 456 545 c 1\n 404 488 l 1\n 400 499 389 512 372 527 c 0\n 343 552 308 563 267 562 c 0\n 181 559 138 515 138 430 c 1\n 137 137 l 1\n 137 91.5682 192.012 60 249 60 c 0\n 320 61 356 83 357 126 c 0\n 357 163.443 332.696 193 300 193 c 2\n 225 193 l 1\n 224 265 l 1\n 300 265 l 2\n 333.43 265 358 290.124 358 325 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A8A\nEncoding: 2698 2698 1212\nWidth: 702\nFlags: W\nHStem: -10 66<231 265> 0 21G<539 633> 191 70<226 313> 374 69<217 313> 551 68<298 345>\nVStem: 40 93<133 423> 359 100<123 141.273> 360 90<321 335> 539 94<0 423>\nFore\n251 -10 m 0\n 143.087 -10 40 42.366 40 143 c 2\n 40 419 l 2\n 40 550.981 173.342 619 321 619 c 0\n 403 619 475 600 537 562 c 0\n 602 523 634 475 634 419 c 1\n 633 0 l 1\n 539 0 l 1\n 540 419 l 1\n 540 448 519 477 476 506 c 0\n 430 536 379 551 323 551 c 0\n 222.009 551 134 510.34 134 419 c 1\n 133 139 l 1\n 133 120 143 103 163 86 c 0\n 186 66 215 56 250 56 c 0\n 306.634 56 356.901 77.7335 359 126 c 0\n 360 169 340 191 300 191 c 2\n 227 191 l 1\n 226 261 l 1\n 300 261 l 2\n 341 261 361 282 360 323 c 0\n 359 357 339 374 300 374 c 2\n 217 374 l 1\n 217 443 l 1\n 353 443 l 2\n 410.041 443 450 393.262 450 335 c 0\n 450 296 438 267 415 246 c 0\n 400 233 388 227 379 227 c 1\n 432 214 459 179 459 123 c 0\n 459 30.6234 356.503 -10 251 -10 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A8B\nEncoding: 2699 2699 1213\nWidth: 885\nFlags: W\nHStem: -10 70<667 676> 0 21G<393 488>\nVStem: 393 95<0 221 254 443> 595 126<353.742 371.969> 739 77<109 125>\nFore\n627 287 m 1\n 488 221 l 1\n 488 0 l 1\n 393 0 l 1\n 393 184 l 1\n 162 50 l 1\n 97 114 l 1\n 280 198 l 1\n 280 209 271 237 252 282 c 0\n 217.674 364.084 181.122 394.261 131 333 c 0\n 118 317 106 296 95 270 c 0\n 85 249 81 237 82 236 c 2\n 30 318 l 1\n 30 329 43 349 69 378 c 0\n 102 417 139 436 179 436 c 0\n 255.239 436 303.55 353.804 326 283 c 0\n 337 250 341 231 339 226 c 1\n 393 254 l 1\n 394 443 l 1\n 489 443 l 1\n 489 288 l 1\n 601 337 l 1\n 597 343 595 355 595 372 c 0\n 595 413 614 433 651 433 c 0\n 696 433 719 413 721 372 c 0\n 722 337 710 314 683 304 c 1\n 702 288 732 260 771 219 c 1\n 801 184 816 147 816 109 c 0\n 816 57 787 21 730 0 c 0\n 711 -7 692 -10 674 -10 c 0\n 624 -10 586 14 559 61 c 1\n 606 102 l 1\n 625 74 646 60 669 60 c 0\n 676 60 684 62 691 65 c 0\n 723 80 739 100 739 125 c 0\n 739 149 726 173 699 197 c 0\n 664 228 640 258 627 287 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A95\nEncoding: 2709 2709 1214\nWidth: 501\nFlags: W\nHStem: -7 76<246 280> 236 58<259 288 259 551> 383 70<259 298>\nVStem: 365 95<126 142>\nFore\n259 453 m 0\n 289.789 453 376.512 441.163 401 433 c 1\n 395 364 l 1\n 364 377 331 383 298 383 c 0\n 241 383 213 369 214 342 c 0\n 215.48 315.357 234.822 294 259 294 c 2\n 550 294 l 1\n 551 238 l 1\n 377 238 l 1\n 432 218 459 181 460 126 c 0\n 460 30.4786 366.284 -7 261 -7 c 0\n 187 -7 119 16 57 63 c 1\n 129 132 l 1\n 134 123 147 112 168 99 c 0\n 198 79 229 69 262 69 c 0\n 331 69 366 93 365 142 c 0\n 365 169 352 193 326 213 c 0\n 307 228 293 236 286 236 c 1\n 53 180 l 1\n 39 254 l 1\n 183 282 l 1\n 132 293 107 320 108 362 c 0\n 110.089 426.77 182.924 453 259 453 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A96\nEncoding: 2710 2710 1215\nWidth: 612\nFlags: W\nHStem: 0 21G<490 583> 237 76<400 490>\nVStem: 107 96<220 347> 310 92<220 237 231 399> 490 93<0 443>\nFore\n490 313 m 1\n 490 443 l 1\n 583 443 l 1\n 583 0 l 1\n 490 0 l 1\n 490 237 l 1\n 402 237 l 1\n 402 222 l 2\n 402 195 391 170 368 147 c 0\n 313 90 203 95 147 145 c 0\n 120 168 107 197 107 230 c 2\n 107 347 l 1\n 109 367 106 373 88 373 c 2\n 39 373 l 1\n 40 443 l 1\n 134 443 l 2\n 179 443 203 413 203 366 c 2\n 203 233 l 2\n 203 199 220 182 254 182 c 0\n 291 182 310 198 310 231 c 2\n 310 399 l 1\n 400 399 l 1\n 400 313 l 1\n 490 313 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A97\nEncoding: 2711 2711 1216\nWidth: 619\nFlags: W\nHStem: 0 21G<458 551> 101 71<193 216> 385 68<182 204>\nVStem: 458 93<0 443>\nFore\n551 0 m 1\n 458 0 l 1\n 458 443 l 1\n 551 443 l 1\n 551 0 l 1\n198 453 m 0\n 315.563 453 393.184 393.385 391 282 c 0\n 390 161 327 101 202 101 c 0\n 156 101 115 117 80 149 c 0\n 59 168 45 186 39 201 c 1\n 111 244 l 1\n 108 241 115 229 132 208 c 0\n 152 184 175 172 201 172 c 0\n 261.784 172 296.137 213.807 298 279 c 0\n 299 309 291 334 272 354 c 0\n 254 375 228 385 195 385 c 0\n 173.641 385 116.84 377.84 109 370 c 1\n 109 443 l 1\n 136 450 165 453 198 453 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A98\nEncoding: 2712 2712 1217\nWidth: 569\nFlags: W\nHStem: 0 21G<427 520> 217 67<197 306> 384 71<205 247>\nVStem: 427 93<0 443>\nFore\n427 177 m 1\n 428 265 427 355 427 443 c 1\n 520 443 l 1\n 520 0 l 1\n 427 0 l 1\n 427 90 l 1\n 393 62 304 33 251 33 c 0\n 146 33 39 77 39 171 c 0\n 39 208 63 238 110 261 c 1\n 100 264 87 271 72 284 c 0\n 16 330 35 401 94 431 c 0\n 123 447 160 455 205 455 c 0\n 263 455 304 451 328 443 c 1\n 327 372 l 1\n 302 381 275 385 247 384 c 0\n 174 383 138 367 138 338 c 0\n 138 302 159 284 200 284 c 2\n 306 284 l 1\n 307 217 l 1\n 202 217 l 2\n 161 217 140 200 139 165 c 0\n 138 131 175 112 250 108 c 0\n 288 106 328 116 370 138 c 0\n 399 153 418 166 427 177 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A99\nEncoding: 2713 2713 1218\nWidth: 532\nFlags: W\nHStem: -12 72<247 265> 259 107<471 489> 383 70<262 297>\nVStem: 108 93<328 341> 369 94<131 145> 425 108<311 313>\nFore\n479 366 m 0\n 509.147 366 533 342.002 533 311 c 0\n 533 283.045 509.167 259 478 259 c 0\n 448.286 259 425 281.372 425 311 c 0\n 425 341.033 447.931 366 479 366 c 0\n256 60 m 0\n 312.472 60 369 84.3636 369 133 c 0\n 370 166 343 189 288 204 c 0\n 229 220 186 236 159 252 c 0\n 125 273 108 299 108 330 c 0\n 107 411 167 452 286 453 c 0\n 318 453 349 448 380 438 c 1\n 378 362 l 1\n 352 376 321 383 284 383 c 0\n 229 383 201 366 201 333 c 0\n 201 302.766 272.118 287.442 321 274 c 0\n 389.319 256.523 463 214.753 463 145 c 0\n 463 38.5317 375.024 -12 261 -12 c 0\n 204 -12 152 3 103 34 c 0\n 72 53 51 71 40 88 c 1\n 116 141 l 1\n 121 131 135 117 158 99 c 0\n 191 73 223 60 256 60 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A9A\nEncoding: 2714 2714 1219\nWidth: 358\nFlags: W\nHStem: 35 74<269 292> 195 71<39 86 40 202> 373 70<65 202>\nFore\n437 96 m 1\n 426 87 407 75 378 62 c 0\n 339 44 303 35 270 35 c 0\n 201 35 150 61 117 112 c 0\n 106 129 95 157 86 195 c 1\n 39 195 l 1\n 40 266 l 1\n 192 266 l 2\n 226.861 266 253.938 285.947 256 321 c 0\n 257 356 236 373 192 373 c 2\n 65 373 l 1\n 66 443 l 1\n 234 443 l 2\n 362.254 443 391.069 269.422 290 215 c 0\n 265 201 235 194 200 194 c 0\n 191 194 185 194 182 195 c 1\n 191 136 228 108 292 109 c 0\n 319 110 351 121 387 144 c 0\n 418 163 435 177 436 184 c 1\n 437 96 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A9B\nEncoding: 2715 2715 1220\nWidth: 620\nFlags: W\nHStem: -2 73<263 297> 174 59<411 425> 204 73<184 243> 374 69<132 247> 377 71<413 426>\nVStem: 40 94<328 340> 40 204<277 340> 470 80<240 302>\nFore\n134 330 m 0\n 134 300.488 155.786 277 184 277 c 2\n 244 277 l 1\n 243 204 l 1\n 211 204 l 2\n 181.27 204 154 174.37 154 148 c 0\n 153 97 197 71 288 71 c 0\n 364 71 419 106 454 176 c 1\n 445 175 434 174 423 174 c 0\n 334 174 290 215 289 296 c 0\n 289 377.106 335.398 445.958 413 448 c 0\n 512.907 450.379 551.626 353.846 550 240 c 0\n 549 177 526 122 480 75 c 0\n 430 24 367 -2 290 -2 c 0\n 161.37 -2 50.9118 35.5744 55 148 c 0\n 56 185 81 216 128 240 c 1\n 116 240 101 246 83 258 c 0\n 54 277 40 305 40 340 c 0\n 40 392.52 81.9837 443 132 443 c 2\n 247 443 l 1\n 246 374 l 1\n 185 374 l 2\n 150 374 133 359 134 330 c 0\n419 233 m 0\n 452.269 233 470 264.3 470 302 c 0\n 470 338.762 450.803 377 418 377 c 0\n 385 377 366 353 363 304 c 0\n 361.014 274.207 386.263 233 419 233 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A9C\nEncoding: 2716 2716 1221\nWidth: 606\nFlags: W\nHStem: 164 71<174 187> 384 71<169 187>\nVStem: 40 81<300 318>\nFore\n175 164 m 0\n 101.247 164 40 225.915 40 309 c 0\n 40 352 52 388 76 414 c 0\n 100 442 131 455 170 455 c 0\n 252.021 455 322.124 386.324 364 327 c 0\n 383 300 393 285 393 281 c 1\n 532 451 l 1\n 596 383 l 1\n 435 220 l 1\n 440 215 447 202 456 180 c 0\n 469 151 475 127 474 107 c 0\n 472.189 41.7916 442.122 -5.1897 383 -3 c 0\n 325.295 -0.862761 292 43.0935 292 109 c 0\n 292 132 300 158 315 189 c 0\n 326 211 334 224 339 229 c 1\n 341 234 322 260 282 307 c 0\n 239 358 205 384 180 384 c 0\n 143.089 384 121 345.661 121 308 c 0\n 121 266.31 149.04 235 185 235 c 0\n 196 235 209 239 222 247 c 0\n 233 254 238 258 237 259 c 1\n 237 186 l 1\n 219 174 l 0\n 206 167 191 164 175 164 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A9D\nEncoding: 2717 2717 1222\nWidth: 602\nFlags: W\nHStem: -1 66<103 127> 336 107<446 476> 384 66<119 143>\nVStem: 437 96<174 202>\nFore\n103 65 m 0\n 208.32 65 228.026 227.429 194 321 c 0\n 178 363 153 384 119 384 c 0\n 103 384 82 376 57 359 c 1\n 58 433 l 1\n 93 444 122 450 143 450 c 0\n 223 449 271 410 286 335 c 1\n 296 343 319 354 354 368 c 1\n 377 373 401 372 427 364 c 1\n 439.769 376.769 446 409.724 446 443 c 1\n 544 443 l 1\n 544 400.405 522.552 370.414 494 349 c 0\n 483 340 476 336 474 336 c 1\n 508.802 307.526 531.547 258.664 533 202 c 0\n 534.919 96.4711 493.428 6.16556 403 0 c 0\n 390 -1 375 1 356 5 c 0\n 335 10 326 12 329 12 c 1\n 330 86 l 1\n 365.993 50.0074 394.426 63.2716 418 102 c 0\n 430 125 437 157 437 196 c 0\n 437 250.033 411.318 301 358 301 c 0\n 343 301 329 293 316 277 c 0\n 305 265 299 256 298 250 c 1\n 298 204 l 2\n 298 151 282 104 249 63 c 0\n 216 20 175 -1 127 -1 c 0\n 120 -1 113 -1 106 0 c 0\n 90 2 68 10 39 25 c 1\n 39 98 l 1\n 63 76 84 65 103 65 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A9E\nEncoding: 2718 2718 1223\nWidth: 631\nFlags: W\nHStem: 0 21G<466 559> 36 89<167 185> 213 78<376 466>\nVStem: 466 93<0 443>\nFore\n78 424 m 1\n 207.976 493.975 352.99 414.694 376 291 c 1\n 466 291 l 1\n 466 443 l 1\n 559 443 l 1\n 559 0 l 1\n 466 0 l 1\n 466 213 l 1\n 376 213 l 1\n 377 207 373 191 364 165 c 0\n 335 91 276 36 180 36 c 0\n 155 36 124 46 89 65 c 0\n 62 80 45 92 40 99 c 1\n 74 174 l 1\n 81.9399 158.12 141.796 125 170 125 c 0\n 243 125 282 167 285 251 c 0\n 286.905 319.591 235.156 372 170 372 c 0\n 128 372 98 364 79 349 c 1\n 78 424 l 1\nEndSplineSet\nEndChar\nStartChar: uni0A9F\nEncoding: 2719 2719 1224\nWidth: 495\nFlags: W\nHStem: -12 68<226 248> 381 69<199 233>\nVStem: 40 99<129 150>\nFore\n246 56 m 0\n 302.585 56 364.926 107.006 387 148 c 1\n 435 71 l 1\n 399.765 21.0832 323.191 -12 240 -12 c 0\n 125.355 -12 40 41.7792 40 150 c 0\n 40 203 89 244 188 272 c 0\n 259 292 294 314 293 337 c 0\n 290.969 377.624 257.127 381 209 381 c 0\n 180 381 148 372 112 355 c 1\n 113 438 l 1\n 138 446 171 450 214 450 c 0\n 305.884 448.162 387.137 415.361 385 332 c 0\n 384 301 371 276 346 259 c 0\n 325 245 286 230 228 213 c 0\n 169 196 140 168 139 129 c 0\n 138 80 174 56 246 56 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AA0\nEncoding: 2720 2720 1225\nWidth: 528\nFlags: W\nHStem: -12 70<247 265> 383 67<279 297>\nVStem: 359 100<141 148>\nFore\n40 143 m 0\n 40 211.035 95.6012 261.49 159 271 c 1\n 128 288 112 308 113 330 c 0\n 115.122 412.75 194.438 448.113 285 450 c 0\n 321 450 351 446 376 438 c 1\n 375 363 l 1\n 353 376 322 383 283 383 c 0\n 235 383 210 364 208 327 c 0\n 205.744 297.674 277.035 288.43 324 280 c 0\n 397.586 268.293 459 223.995 459 148 c 0\n 459 43.4878 375.301 -12 261 -12 c 0\n 138.143 -12 40 28.8002 40 143 c 0\n259 58 m 0\n 305.596 58 359 94.6886 359 145 c 0\n 360 178 336 202 288 216 c 1\n 267 224 243 232 214 240 c 1\n 207 241 193 234 174 221 c 0\n 119.287 185.226 121.663 120.784 172 84 c 0\n 195 67 224 58 259 58 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AA1\nEncoding: 2721 2721 1226\nWidth: 531\nFlags: W\nHStem: -12 72<247 265> 383 70<261 297>\nVStem: 107 93<328 341> 368 94<131 145>\nFore\n255 60 m 0\n 312.531 60 368 84.6407 368 133 c 0\n 369 166 342 189 287 204 c 0\n 228 220 185 236 158 252 c 0\n 124 273 107 299 107 330 c 0\n 106 411 166 452 285 453 c 0\n 317 453 348 448 379 438 c 1\n 377 362 l 1\n 351 376 320 383 283 383 c 0\n 228 383 200 366 200 333 c 0\n 200 302.766 271.118 287.442 320 274 c 0\n 388.319 256.523 462 214.753 462 145 c 0\n 462 38.5317 374.024 -12 260 -12 c 0\n 203 -12 151 3 102 34 c 0\n 69 55 49 73 40 88 c 1\n 115 141 l 1\n 120 131 134 117 157 99 c 0\n 190 73 222 60 255 60 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AA2\nEncoding: 2722 2722 1227\nWidth: 511\nFlags: W\nHStem: -12 179<247 340> 379 71<183 226>\nVStem: 40 101<131 150>\nFore\n340 167 m 0\n 402.339 167 444.123 144.333 442 87 c 0\n 441 56 417 31 370 12 c 0\n 331 -5 290 -13 247 -12 c 0\n 111 -11 42 43 40 148 c 0\n 39 206 88 248 185 274 c 0\n 256 293 291 314 291 337 c 0\n 291 365 261 379 201 379 c 0\n 172 379 139 370 104 353 c 1\n 105 438 l 1\n 130 446 164 450 207 450 c 0\n 302.415 448.129 390.125 414.981 388 330 c 0\n 387 297 374 272 347 254 c 0\n 324 239 284 225 226 213 c 0\n 170 201 141 177 141 141 c 0\n 141 103 157 78 189 65 c 0\n 208 57 225 54 240 57 c 1\n 241 66 242 76 243 86 c 0\n 250 134.999 284.77 167 340 167 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AA3\nEncoding: 2723 2723 1228\nWidth: 614\nFlags: W\nHStem: -15 68<246.03 249.937> 0 21G<466 559>\nVStem: 39 96<160 443> 203 206<300 364> 321 88<288 304> 466 93<0 443>\nFore\n559 0 m 1\n 466 0 l 1\n 466 443 l 1\n 559 443 l 1\n 559 0 l 1\n409 300 m 0\n 407.049 208.301 357.701 150 264 150 c 0\n 245 150 224 156 203 169 c 1\n 203 235 l 1\n 226 224 243 218 254 219 c 0\n 297 221 320 249 321 304 c 0\n 322.904 351.611 290.265 389.426 241 383 c 0\n 236 382 223 376 203 364 c 1\n 204 433 l 1\n 259.96 462.312 330.238 447.292 370 406 c 0\n 397 378 410 343 409 300 c 0\n250 53 m 0\n 288.618 53 350.965 67.2611 373 83 c 1\n 397 7 l 1\n 373.141 -3.60406 280.591 -16.3304 246 -15 c 0\n 182 -13 131 8 92 49 c 0\n 57 86 39 130 39 181 c 1\n 40 443 l 1\n 136 443 l 1\n 135 179 l 1\n 135 108.932 179.059 53 250 53 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AA4\nEncoding: 2724 2724 1229\nWidth: 294\nFlags: W\nHStem: 0 21G<372 465> 282 71<206 372>\nVStem: 39 95<173 191> 372 93<0 443>\nFore\n372 353 m 1\n 372 443 l 1\n 465 443 l 1\n 465 0 l 1\n 372 0 l 1\n 372 282 l 1\n 238 282 l 2\n 174 282 134 239 134 175 c 0\n 133 106 176 72 261 72 c 0\n 271 72 279 72 284 73 c 1\n 261 0 l 1\n 248 -3 227 -1 199 4 c 0\n 102 20 39 82 39 189 c 0\n 39 280 117 353 206 353 c 2\n 372 353 l 1\nEndSplineSet\nEndChar\nStartChar: uni0AA5\nEncoding: 2725 2725 1230\nWidth: 344\nFlags: W\nHStem: 0 21G<423 516> 201 49<135 166> 396 67<194 212>\nVStem: 73 85<352 366> 263 83<319 337> 423 93<0 443>\nFore\n346 332 m 0\n 346 249.428 290.865 206.066 212 200 c 1\n 197 201 181 201 166 201 c 0\n 147 200 137 195 137 184 c 0\n 137 147.206 189.985 115.69 239 114 c 0\n 276 113 316 124 361 149 c 0\n 398 169 418 184 423 194 c 1\n 423 443 l 1\n 516 443 l 1\n 516 0 l 1\n 423 0 l 1\n 423 112 l 1\n 408 101 388 90 363 79 c 0\n 226.799 22.5263 39 69.9323 39 208 c 0\n 39 230 50 243 72 248 c 0\n 78 249 99 250 135 250 c 0\n 220 249 263 274 263 325 c 0\n 263 362.203 238.786 396 202 396 c 0\n 173 396 158 381 158 352 c 0\n 158 337 171 321 196 304 c 1\n 115 304 l 1\n 87 321 73 342 73 366 c 0\n 73 425.208 133.959 463 201 463 c 0\n 246 463 281 452 307 428 c 0\n 333 406 346 373 346 332 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AA6\nEncoding: 2726 2726 1231\nWidth: 425\nFlags: W\nHStem: -7 73<237 253> 215 66<199 320> 382 71<213 251>\nVStem: 40 99<323 337>\nFore\n139 325 m 0\n 139 296.427 171.024 281 201 281 c 2\n 320 281 l 1\n 320 215 l 1\n 206 215 l 2\n 141.315 215 116.747 132.003 168 91 c 0\n 187 75 210 67 237 66 c 0\n 282 65 326 88 369 137 c 1\n 424 66 l 1\n 373 17 312 -7 241 -7 c 0\n 134.242 -7 40 50.2444 40 150 c 0\n 40 191 62 224 105 251 c 1\n 98 251 87 257 72 270 c 0\n 51 288 40 310 40 337 c 0\n 40 413.169 124.846 453 213 453 c 0\n 247 453 289 448 338 438 c 1\n 338 367 l 1\n 304 377 275 382 251 382 c 0\n 176 382 138 363 139 325 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AA7\nEncoding: 2727 2727 1232\nWidth: 345\nFlags: W\nHStem: 0 21G<422 515> 40 72<227 246> 233 69<193 309>\nVStem: 36 103<355 374> 42 98<161.044 177> 170 78<463 497> 422 93<0 443>\nFore\n140 170 m 0\n 140 129.482 198.266 112 246 112 c 0\n 277 112 315 124 360 149 c 0\n 396 169 417 183 423 192 c 1\n 422 443 l 1\n 515 443 l 1\n 515 0 l 1\n 422 0 l 1\n 423 99 l 1\n 370.777 71.7533 291.403 41.6486 237 40 c 0\n 139.559 38.0894 42 82.2179 42 171 c 0\n 42 208 69 238 123 261 c 1\n 87.3583 280.009 47.0892 316.025 39 350 c 0\n 37 359 36 367 36 374 c 0\n 36 417 72 447 143 464 c 0\n 161 469 170 480 170 497 c 0\n 170 503 169 509 167 515 c 1\n 243 490 l 1\n 246 481 248 472 248 463 c 0\n 248 435 230 414 193 401 c 0\n 161.533 389.013 139 382.775 139 355 c 0\n 139 343 146 331 162 320 c 0\n 176 308 190 302 203 302 c 2\n 309 302 l 1\n 310 233 l 1\n 205 233 l 2\n 162 233 141 212 140 170 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AA8\nEncoding: 2728 2728 1233\nWidth: 611\nFlags: W\nHStem: 98 66<198 201> 279 70<178 446> 283 66<178 216>\nVStem: 39 96<221 226> 270 73<201 216> 446 93<0 443>\nFore\n270 216 m 0\n 269 247 259 268 238 279 c 0\n 235 282 226 283 212 283 c 0\n 159 283 134 262 135 221 c 0\n 136 184 158 165 201 164 c 0\n 234 162 270 186 270 216 c 0\n343 201 m 0\n 343 135.759 277.077 98 200 98 c 0\n 112 98 39 139 39 223 c 0\n 39 300 100 349 178 349 c 2\n 446 349 l 1\n 446 443 l 1\n 539 443 l 1\n 539 0 l 1\n 446 0 l 1\n 446 279 l 1\n 317 279 l 1\n 322 273 326 267 331 261 c 0\n 339 246 343 226 343 201 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AAA\nEncoding: 2730 2730 1234\nWidth: 512\nFlags: W\nHStem: 0 21G<350 443>\nVStem: 90 94<205 353> 350 93<0 443>\nFore\n350 185 m 1\n 350 443 l 1\n 443 443 l 1\n 443 0 l 1\n 350 0 l 1\n 350 111 l 1\n 327 94 271 81 233 82 c 0\n 161 85 90 138 90 207 c 2\n 90 353 l 1\n 93 368 85 373 70 373 c 2\n 39 373 l 1\n 40 443 l 1\n 115 443 l 2\n 151.276 443 184 410.507 184 366 c 2\n 184 214 l 2\n 184 179 219 159 255 158 c 0\n 272 157 292 161 314 168 c 0\n 333 168 345 185 350 185 c 1\nEndSplineSet\nEndChar\nStartChar: uni0AAB\nEncoding: 2731 2731 1235\nWidth: 578\nFlags: W\nHStem: -2 21G<265.5 324.419> 383 70<263 300>\nFore\n219 324 m 0\n 219 311.379 247.321 294 258 294 c 2\n 517 327 l 1\n 530 252 l 1\n 360 238 l 2\n 369 238 388 228 415 208 c 0\n 450 182 466 154 465 124 c 0\n 461.336 37.8907 375.839 -2 273 -2 c 0\n 258 -2 249 -1 247 0 c 2\n 378 -105 l 1\n 263 -105 l 1\n 174 5 l 1\n 143 13 120 22 104 33 c 1\n 95 36 78 47 55 65 c 1\n 127 120 l 1\n 132 111 145 101 164 90 c 0\n 212.423 62.5602 282.209 57.3317 330 85 c 0\n 354 99 367 119 368 144 c 0\n 369 184 337 213 271 230 c 1\n 51 184 l 1\n 40 268 l 1\n 191 283 l 1\n 145 300 123 327 124 365 c 0\n 126.124 428.709 190.993 453 263 453 c 0\n 304.428 453 376.2 444.057 402 433 c 1\n 396 371 l 1\n 377 380 345 384 300 383 c 0\n 246 381 219 361 219 324 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AAC\nEncoding: 2732 2732 1236\nWidth: 428\nFlags: W\nHStem: 89 70<214 243> 248 71<410 506> 385 68<183 195>\nVStem: 318 92<253 390>\nFore\n230 159 m 0\n 283.998 159 318 201.598 318 253 c 2\n 318 390 l 1\n 410 390 l 1\n 410 319 l 1\n 507 319 l 1\n 506 248 l 1\n 410 248 l 1\n 415.486 193.139 398.899 156.639 359 127 c 0\n 327 102 288 90 241 89 c 0\n 106 87 38 153 39 286 c 0\n 39 385.029 91.5446 453 183 453 c 0\n 207 453 232 449 258 442 c 1\n 258 379 l 1\n 247 382 226 384 195 385 c 0\n 145.122 385 133.52 331.738 135 274 c 0\n 138 197 169 159 230 159 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AAD\nEncoding: 2733 2733 1237\nWidth: 423\nFlags: W\nHStem: 221 73<411 501>\nVStem: 40 89<237 255>\nFore\n257 471 m 0\n 333.269 471 411 416.992 411 343 c 2\n 411 294 l 1\n 501 294 l 1\n 501 221 l 1\n 412 221 l 1\n 412 199 l 2\n 412 154.714 379.064 123.183 330 125 c 0\n 303 126 282 134 268 151 c 0\n 252 168 246 190 247 217 c 0\n 249 268 273 294 320 294 c 1\n 320 345 l 2\n 320 381.568 282.776 402.106 243 404 c 0\n 212 405 186 390 163 360 c 128\n 140 330 129 294 129 251 c 0\n 129 208 140 167 161 130 c 0\n 176 105 188 89 198 83 c 1\n 130 46 l 1\n 117 56 101 77 82 108 c 0\n 54 153 40 198 40 241 c 0\n 40 378.924 121.877 471 257 471 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AAE\nEncoding: 2734 2734 1238\nWidth: 231\nFlags: W\nHStem: 197 72<219 309> 382 70<99 114>\nFore\n133 108 m 0\n 80.6315 108 50 139.816 50 189 c 0\n 50 243 77 270 132 270 c 1\n 132 318 l 2\n 132 359.09 127.184 382 101 382 c 0\n 82 382 61 378 40 370 c 1\n 40 443 l 1\n 72 449 97 452 114 452 c 0\n 185 452 220 420 220 356 c 2\n 220 269 l 1\n 310 269 l 1\n 309 197 l 1\n 220 197 l 1\n 220 167 l 2\n 220 128.544 175.962 108 133 108 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AAF\nEncoding: 2735 2735 1239\nWidth: 582\nFlags: W\nHStem: 0 21G<420 513> 33 76<245.338 267.969 268 282> 213 52<86 180> 377 66<92 145>\nVStem: 246 95<308 321> 419 94<0 443>\nFore\n341 310 m 0\n 341 239.537 277.058 199.299 201 211 c 0\n 186 212 176 213 171 213 c 0\n 154 213 144 206 143 192 c 0\n 142 175 153 157 177 139 c 0\n 203 118 233 108 268 109 c 0\n 330 110 381 133 420 178 c 1\n 420 443 l 1\n 514 443 l 1\n 513 0 l 1\n 420 0 l 1\n 419 85 l 1\n 412 78 397 69 374 58 c 0\n 338 41 303 33 269 33 c 0\n 211 33 159 50 114 84 c 0\n 64 121 39 167 39 222 c 0\n 39 243.857 61.025 265 86 265 c 2\n 172 265 l 2\n 204.853 265 246 285.868 246 315 c 0\n 246 356.921 187.556 377 131 377 c 0\n 76 377 25 367 -23 347 c 1\n -42 337 -62 327 -81 316 c 1\n -80 402 l 1\n -30.2663 422.94 36.3319 441.454 92 443 c 0\n 177 444 240 434 280 414 c 0\n 321 392 341 358 341 310 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AB0\nEncoding: 2736 2736 1240\nWidth: 344\nFlags: W\nHStem: 201 49<135 166> 396 67<194 212>\nVStem: 73 85<352 366> 263 83<323 334>\nFore\n346 332 m 0\n 346 249.428 290.865 206.066 212 200 c 1\n 197 201 181 201 166 201 c 0\n 147 200 137 195 137 184 c 0\n 137 147.206 189.985 115.69 239 114 c 0\n 276 113 316 124 361 149 c 0\n 398 169 418 184 423 194 c 1\n 423 112 l 1\n 408 101 388 90 363 79 c 0\n 226.799 22.5263 39 69.9323 39 208 c 0\n 39 230 50 243 72 248 c 0\n 78 249 99 250 135 250 c 0\n 220 249 263 274 263 325 c 0\n 263 362.203 238.786 396 202 396 c 0\n 173 396 158 381 158 352 c 0\n 158 337 171 321 196 304 c 1\n 115 304 l 1\n 87 321 73 342 73 366 c 0\n 73 425.208 133.959 463 201 463 c 0\n 246 463 281 452 307 428 c 0\n 333 406 346 373 346 332 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AB2\nEncoding: 2738 2738 1241\nWidth: 558\nFlags: W\nHStem: 10 68<240 268> 196 69<231 403>\nVStem: 39 95<223 241> 403 93<0 443>\nFore\n240 10 m 0\n 129.271 10 39 110.877 39 231 c 0\n 39 345 121 440 228 444 c 0\n 257 445 288 442 320 435 c 1\n 319 368 l 1\n 299 375 282 378 269 378 c 0\n 182 378 134 318 134 230 c 0\n 134 137 179 78 268 78 c 0\n 298 78 302 85 320 94 c 1\n 319 21 l 1\n 290 14 263 10 240 10 c 0\n403 265 m 1\n 403 443 l 1\n 496 443 l 1\n 496 0 l 1\n 403 0 l 1\n 403 196 l 1\n 231 196 l 1\n 231 265 l 1\n 403 265 l 1\nEndSplineSet\nEndChar\nStartChar: uni0AB3\nEncoding: 2739 2739 1242\nWidth: 670\nFlags: W\nHStem: 0 21G<501 594> 10 74<215 228> 377 71<167 193> 384 59<434.031 452.648>\nVStem: 40 94<213 257> 40 195<238 369> 501 93<0 443>\nFore\n501 353 m 1\n 486 375 464 385 434 384 c 0\n 391 382 370 325 373 212 c 0\n 377 85 347 9 228 10 c 0\n 113 11 40 119 40 238 c 0\n 40 343 74 448 167 448 c 0\n 190 448 215 439 236 433 c 1\n 235 369 l 1\n 222 374 208 377 193 377 c 0\n 149.547 374.284 134 298.663 134 241 c 0\n 135 136 164 83 222 84 c 0\n 287.098 86.1699 291 155.139 291 241 c 0\n 291 360 317 443 425 443 c 2\n 594 443 l 1\n 594 0 l 1\n 501 0 l 1\n 501 353 l 1\nEndSplineSet\nEndChar\nStartChar: uni0AB5\nEncoding: 2741 2741 1243\nWidth: 537\nFlags: W\nHStem: 0 21G<365 458> 63 83<221 246>\nVStem: 39 99<223 247> 365 93<0 443>\nFore\n365 114 m 1\n 317 80 269 63 221 63 c 0\n 105 63 39 130 39 245 c 0\n 39 339 109 392 202 396 c 0\n 229 397 256 393 283 384 c 1\n 283 318 l 1\n 246 330 190 327 166 309 c 0\n 147 295 138 271 138 236 c 0\n 138 176 174 146 246 146 c 0\n 272 146 299 154 327 170 c 0\n 348 181 360 190 365 197 c 1\n 365 443 l 1\n 458 443 l 1\n 458 0 l 1\n 365 0 l 1\n 365 114 l 1\nEndSplineSet\nEndChar\nStartChar: uni0AB6\nEncoding: 2742 2742 1244\nWidth: 592\nFlags: W\nHStem: 0 21G<241 348 420 513> 120 71<39 120>\nVStem: 284 94<300 320> 420 93<0 443>\nFore\n513 0 m 1\n 420 0 l 1\n 420 443 l 1\n 513 443 l 1\n 513 0 l 1\n378 300 m 0\n 376 199 306 150 203 142 c 1\n 231 137 260 120 289 93 c 2\n 292 90 l 2\n 306.559 76.5609 344.493 21.0447 348 0 c 1\n 241 0 l 1\n 228 56 197 105 144 117 c 0\n 133 119 111 120 79 120 c 2\n 40 120 l 1\n 39 191 l 1\n 167 191 l 2\n 233 191 282 241 284 306 c 0\n 285 360 251 391 200 394 c 0\n 163 395 130 380 129 347 c 0\n 127.381 313.008 169.129 299.719 201 320 c 1\n 214 266 l 1\n 202 259 183 255 156 256 c 0\n 95 257 44 292 44 353 c 0\n 44 427 113 458 190 458 c 0\n 295 458 379 400 378 300 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AB7\nEncoding: 2743 2743 1245\nWidth: 568\nFlags: W\nHStem: 0 21G<389 482> 81 70<249 263>\nVStem: 96 95<204 355> 389 93<0 443>\nDStem: 191 358 149 443 382 206 389 248\nFore\n382 206 m 1\n 191 358 l 1\n 191 214 l 2\n 191 174.915 220.481 151 261 151 c 0\n 296 151 326 160 352 177 c 0\n 370 189 380 199 382 206 c 1\n389 248 m 1\n 389 443 l 1\n 482 443 l 1\n 482 0 l 1\n 389 0 l 1\n 389 128 l 1\n 361 104 296 80 251 81 c 0\n 177 82 96 138 96 207 c 1\n 97 355 l 1\n 99 369 92 373 77 373 c 2\n 39 373 l 1\n 40 443 l 1\n 149 443 l 1\n 389 248 l 1\nEndSplineSet\nEndChar\nStartChar: uni0AB8\nEncoding: 2744 2744 1246\nWidth: 600\nFlags: W\nHStem: 0 70<234 367> 174 70<39 201> 235 66<352 442> 373 70<74 201>\nVStem: 261 92<301 310.969> 442 93<0 443>\nFore\n442 301 m 1\n 442 443 l 1\n 535 443 l 1\n 535 0 l 1\n 442 0 l 1\n 442 235 l 1\n 327 235 l 1\n 321 226 306 213 281 194 c 1\n 258 181 230 174 197 174 c 1\n 197 174 215 99 221 80 c 0\n 225 72 233 70 244 70 c 2\n 367 70 l 1\n 367 0 l 1\n 176 0 l 2\n 148 0 135 15 129 41 c 2\n 98 174 l 1\n 39 174 l 1\n 40 244 l 1\n 199 244 l 2\n 233 244 262 278 261 311 c 0\n 260 347 233 373 197 373 c 2\n 74 373 l 1\n 74 443 l 1\n 236 443 l 2\n 294.227 443 345.646 404.182 353 338 c 0\n 353 340 353 328 353 301 c 1\n 442 301 l 1\nEndSplineSet\nEndChar\nStartChar: uni0AB9\nEncoding: 2745 2745 1247\nWidth: 544\nFlags: W\nHStem: -39 64<290 311>\nVStem: 144 85<362 390> 383 92<206 218>\nFore\n383 209 m 0\n 383 257.825 315.53 278 254 278 c 0\n 184.611 278 137.951 242.272 136 174 c 0\n 135 130 150 94 181 66 c 0\n 210 39 247 25 290 25 c 0\n 358 24 415 39 460 70 c 1\n 460 -6 l 1\n 416 -28 359 -39 290 -39 c 0\n 215 -39 154 -20 110 18 c 0\n 64 57 41 108 39 171 c 0\n 36 251 78 305 163 334 c 1\n 150 353 144 372 144 390 c 0\n 144 437 192 460 288 459 c 0\n 332 458 366 453 390 443 c 1\n 389 377 l 1\n 370.131 395.869 291.836 407.612 257 396 c 0\n 238 390 229 379 229 362 c 0\n 229 348 241 339 266 335 c 128\n 291 331 315 327 340 324 c 0\n 406.344 313.948 475 276.118 475 208 c 0\n 475 125.554 423.98 105.066 331 103 c 0\n 314 103 293 105 268 108 c 0\n 244 112 234 114 237 114 c 1\n 237 182 l 1\n 250 178 274 174 309 169 c 1\n 344.454 167.134 383 180.305 383 209 c 0\nEndSplineSet\nEndChar\nStartChar: uni0ABD\nEncoding: 2749 2749 1248\nWidth: 531\nFlags: W\nHStem: -12 73<242 284> 373 70<260 398>\nVStem: 372 90<121 136>\nFore\n462 136 m 0\n 462 30.184 375.2 -12 260 -12 c 0\n 203 -12 151 4 102 37 c 0\n 72 57 51 76 40 94 c 1\n 104 158 l 1\n 106 149 121 132 150 108 c 0\n 186 77 221 61 256 61 c 0\n 333 61 371 82 372 123 c 0\n 373 157 342 183 280 201 c 0\n 215 220 172 235 153 246 c 0\n 92.5463 281.894 85.041 370.51 144 412 c 0\n 174 434 221 444 286 443 c 0\n 322 443 359 443 398 442 c 1\n 398 373 l 1\n 283 373 l 2\n 229 373 202 358 201 329 c 0\n 201 314 215 302 244 291 c 0\n 270 283 296 275 321 268 c 0\n 416 239 463 195 462 136 c 0\nEndSplineSet\nEndChar\nStartChar: uni0ABE\nEncoding: 2750 2750 1249\nWidth: 232\nFlags: W\nHStem: 0 21G<70 163>\nVStem: 70 93<0 443>\nFore\n163 0 m 1\n 70 0 l 1\n 70 443 l 1\n 163 443 l 1\n 163 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0ABF\nEncoding: 2751 2751 1250\nWidth: 232\nFlags: W\nHStem: 0 21G<69 163> 588 74<267 294>\nVStem: 69 94<0 449>\nFore\n292 588 m 0\n 209.777 588 163 525.973 163 443 c 2\n 163 0 l 1\n 69 0 l 1\n 70 443 l 1\n 70 573.238 136.674 664.069 267 662 c 0\n 362 661 439 638 497 592 c 0\n 528 567 549 542 558 517 c 1\n 478 482 l 1\n 460 510 l 2\n 425.435 555.366 366.968 588 292 588 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AC0\nEncoding: 2752 2752 1251\nWidth: 232\nFlags: W\nHStem: 0 21G<69 163>\nVStem: 69 94<0 433>\nFore\n163 0 m 1\n 69 0 l 1\n 70 411 l 1\n 70 490.618 32.7137 595.008 -37 597 c 0\n -72 598 -90 580 -90 541 c 0\n -90 524 -86 504 -79 481 c 1\n -152 481 l 1\n -171 502 -179 529 -178 561 c 0\n -175 634 -134 671 -54 671 c 0\n -1 671 48 642 95 583 c 0\n 140 527 163 470 163 411 c 2\n 163 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0AC1\nEncoding: 2753 2753 1252\nWidth: 33\nFlags: W\nVStem: -196 71<-200 -190>\nFore\n-297 -228 m 0\n -257.605 -228 -196 -216.441 -196 -192 c 0\n -196 -167 -217 -155 -260 -158 c 0\n -291 -160 -312 -166 -322 -176 c 1\n -355 -129 l 1\n -346 -124 -338 -118 -329 -113 c 1\n -245.072 -78.6659 -125 -107.065 -125 -200 c 0\n -125 -264.341 -214.002 -289.375 -295 -286 c 0\n -349 -283 -395 -265 -432 -231 c 1\n -395 -182 l 1\n -368 -213 -335 -228 -297 -228 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AC2\nEncoding: 2754 2754 1253\nWidth: 33\nFlags: W\nVStem: -433 76<-209 -205>\nFore\n-433 -208 m 0\n -433 -128.436 -353.466 -96 -268 -96 c 0\n -197 -96 -136 -122 -83 -175 c 0\n -52 -205 -32 -234 -21 -261 c 1\n -85 -306 l 1\n -85 -291 -99 -267 -126 -232 c 0\n -162 -187 -204 -162 -251 -159 c 0\n -304.005 -154.457 -357 -170.722 -357 -209 c 0\n -356 -238 -336 -251 -297 -249 c 0\n -260 -247 -241 -243 -241 -238 c 1\n -211 -290 l 1\n -219 -298 -248 -302 -299 -303 c 0\n -368.802 -304.887 -433 -273.609 -433 -208 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AC3\nEncoding: 2755 2755 1254\nWidth: 33\nFlags: W\nHStem: -269 66<-164 -130> -67 67<-199 -64>\nVStem: -323 80<-131 -125>\nFore\n-323 -129 m 0\n -323 -57.996 -267.372 0 -199 0 c 2\n -64 0 l 1\n -64 -67 l 1\n -162 -67 l 2\n -200.725 -67 -243 -89.9155 -243 -127 c 0\n -242 -178 -209 -203 -144 -203 c 0\n -117 -203 -86 -191 -51 -166 c 1\n -13 -233 l 1\n -50 -257 -96 -269 -150 -269 c 0\n -199 -269 -240 -256 -273 -229 c 128\n -306 -202 -323 -169 -323 -129 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AC7\nEncoding: 2759 2759 1255\nWidth: 33\nFlags: W\nFore\n-64 443 m 1\n -144 443 l 1\n -368 665 l 1\n -244 665 l 1\n -64 443 l 1\nEndSplineSet\nEndChar\nStartChar: uni0AC8\nEncoding: 2760 2760 1256\nWidth: 33\nFlags: W\nFore\n-181 521 m 1\n -278 651 l 1\n -192 680 l 1\n -65 443 l 1\n -142 443 l 1\n -395 592 l 1\n -328 651 l 1\n -181 521 l 1\nEndSplineSet\nEndChar\nStartChar: uni0ACB\nEncoding: 2763 2763 1257\nWidth: 232\nFlags: W\nHStem: 0 21G<70 163>\nVStem: 70 93<0 443>\nFore\n150 443 m 1\n 70 443 l 1\n -154 665 l 1\n -30 665 l 1\n 150 443 l 1\n163 0 m 1\n 70 0 l 1\n 70 443 l 1\n 163 443 l 1\n 163 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0ACC\nEncoding: 2764 2764 1258\nWidth: 232\nFlags: W\nHStem: 0 21G<70 163>\nVStem: 70 93<0 443>\nFore\n33 521 m 1\n -64 651 l 1\n 22 680 l 1\n 149 443 l 1\n 72 443 l 1\n -181 592 l 1\n -114 651 l 1\n 33 521 l 1\n163 0 m 1\n 70 0 l 1\n 70 443 l 1\n 163 443 l 1\n 163 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0AD0\nEncoding: 2768 2768 1259\nWidth: 903\nFlags: W\nHStem: -10 68<245 270> 1 21G<639 718.953> 191 72<200 287> 380 68<247 269> 484 53<433.72 458.875> 596 78<451 462>\nVStem: 200 232<191 337> 339 100<115 123> 415 84<629 637>\nDStem: 587 390 629 322 521 271 585 234\nFore\n455 674 m 0\n 478.306 674 499 656.889 499 633 c 0\n 499 610.644 478.102 596 456 596 c 0\n 434.748 596 415 612.304 415 635 c 0\n 415 657.49 433.07 674 455 674 c 0\n681 617 m 1\n 676 605 671 593 666 580 c 1\n 631.051 517.59 557.046 485.662 459 484 c 0\n 357.151 482.33 280.644 514.278 249 580 c 1\n 245 593 241 605 236 617 c 1\n 328 617 l 1\n 355 562 398 535 459 537 c 0\n 525 539 567 566 584 617 c 1\n 681 617 l 1\n834 231 m 0\n 832.081 110.101 774.905 1 663 1 c 0\n 615 1 575 10 544 27 c 1\n 533 36 521 46 509 55 c 1\n 545 127 l 1\n 548 120 559 111 577 98 c 0\n 631.233 61.1218 681.746 63.1908 717 117 c 0\n 747.445 163.469 760.594 254.055 736 318 c 0\n 725 348 708 363 687 363 c 0\n 664 363 644 349 629 322 c 2\n 585 234 l 1\n 566 202 531 186 480 186 c 0\n 471 186 462 186 453 188 c 0\n 444 188 439 189 440 189 c 1\n 440 256 l 1\n 453 254 464 253 473 253 c 0\n 498 253 514 259 521 271 c 2\n 587 390 l 1\n 637.237 462.079 745.788 457.248 796 381 c 0\n 822 343 835 293 834 231 c 0\n247 380 m 0\n 225.09 380 155.201 371.481 139 365 c 1\n 135 433 l 1\n 193 444 237 449 268 448 c 0\n 377 446 432 409 432 337 c 0\n 432 276 413 240 376 227 c 1\n 395 214 406 206 409 203 c 0\n 430 182 440 155 439 123 c 0\n 436.849 30.4923 356.328 -10 254 -10 c 0\n 191 -10 136 12 87 57 c 0\n 56 86 37 110 30 129 c 1\n 111 176 l 1\n 110 174 115 164 128 145 c 0\n 155.234 103.24 198.282 58 255 58 c 0\n 310 58 338 79 339 120 c 0\n 340.92 158.392 318.031 191 283 191 c 2\n 200 191 l 1\n 201 263 l 1\n 283 263 l 2\n 316 263 332 283 333 323 c 0\n 334 361 305 380 247 380 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AE6\nEncoding: 2790 2790 1260\nWidth: 479\nFlags: W\nHStem: 33 77<224 232>\nFore\n39 220 m 0\n 39 323.801 121.463 411.069 227 409 c 0\n 329.763 407.024 410 325.417 410 220 c 0\n 410 168 392 124 357 88 c 0\n 322 51 278 33 227 33 c 0\n 174 33 130 51 94 88 c 0\n 57 124 39 168 39 220 c 0\n228 110 m 0\n 302.577 110 324.199 236.401 285 298 c 0\n 256.944 346.095 197.195 346.741 166 298 c 0\n 121.507 232.743 150.117 110 228 110 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AE7\nEncoding: 2791 2791 1261\nWidth: 416\nFlags: W\nHStem: 385 70<190 201>\nVStem: 246 100<70 192 268 352>\nFore\n194 455 m 0\n 272.458 455 346 416.476 346 344 c 2\n 346 81 l 2\n 346 61 358 51 382 50 c 0\n 393 49 406 59 421 78 c 1\n 422 -5 l 1\n 332.999 -28.559 246 -23.034 246 70 c 2\n 246 192 l 1\n 235 185 228 180 226 179 c 0\n 209 172 189 168 166 167 c 0\n 134 166 105 178 80 203 c 0\n 23.2348 257.738 29.3777 358.378 84 413 c 0\n 111 441 148 455 194 455 c 0\n197 385 m 0\n 136.007 385 112.885 308.167 146 260 c 0\n 166.737 233.607 204.06 228.358 232 252 c 0\n 243 261 248 267 248 270 c 2\n 248 347 l 2\n 248 371.435 223.279 385 197 385 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AE8\nEncoding: 2792 2792 1262\nWidth: 465\nFlags: W\nHStem: -7 74<295 316> 383 70<166 186>\nVStem: 299 96<278 298>\nFore\n184 453 m 0\n 291.838 453 397.103 394.948 395 294 c 0\n 394 207 340 155 233 138 c 1\n 238 126 242 114 247 102 c 1\n 262 79 284 67 314 67 c 0\n 338 67 365 74 396 87 c 1\n 396 12 l 1\n 356 -1 322 -7 295 -7 c 0\n 236 -7 195 16 171 61 c 0\n 158 84 152 108 152 131 c 1\n 76 136 38 163 39 210 c 0\n 40 255 64 278 112 278 c 0\n 151 278 186 253 216 202 c 1\n 271 218 299 248 299 293 c 0\n 299 345.965 241.803 383 181 383 c 0\n 149 383 114 378 77 367 c 1\n 76 433 l 1\n 121 446 157 453 184 453 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AE9\nEncoding: 2793 2793 1263\nWidth: 469\nFlags: W\nHStem: -10 21G<188.5 265.473> 382 73<188 212>\nVStem: 306 93<130 143>\nFore\n399 130 m 0\n 399 42.3335 312.945 -10 218 -10 c 0\n 159 -10 99 9 39 48 c 1\n 84 111 l 1\n 129 79 171 63 209 64 c 0\n 261.274 66.1781 304.085 89.2941 306 141 c 0\n 307.518 203.236 212.879 215.84 123 203 c 1\n 124 274 l 1\n 123 274 130 273 146 270 c 0\n 213.519 262.057 290.591 275.514 292 322 c 0\n 294 362 259 382 188 382 c 0\n 175 382 158 379 137 372 c 0\n 119 366 109 362 108 361 c 1\n 81 428 l 1\n 137 447 180 456 209 455 c 0\n 297.098 453.085 376.888 415.265 379 335 c 0\n 380 298 370 272 349 255 c 0\n 344 250 333 245 316 240 c 1\n 371 227 399 190 399 130 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AEA\nEncoding: 2794 2794 1264\nWidth: 498\nFlags: W\nHStem: -7 72<218 227>\nDStem: 363 449 428 386 235 335 294 275\nFore\n225 -7 m 0\n 139.353 -7 67.9862 50.4357 70 133 c 0\n 71 184 106 235 175 285 c 1\n 162 297 138 314 104 336 c 1\n 83 347 58 354 30 359 c 1\n 29 453 l 1\n 51 446 85 434 131 415 c 1\n 150 405 173 389 200 367 c 0\n 223 348 235 337 235 335 c 1\n 363 449 l 1\n 428 386 l 1\n 294 275 l 1\n 300 273 312 258 331 230 c 0\n 354 195 366 163 366 133 c 0\n 366 54.7976 304.466 -7 225 -7 c 0\n279 135 m 0\n 280 152 272 173 253 197 c 0\n 237 218 227 228 224 228 c 1\n 185.974 193.143 133.797 133.876 176 84 c 0\n 187 71 202 65 220 65 c 0\n 257 65 276 88 279 135 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AEB\nEncoding: 2795 2795 1265\nWidth: 463\nFlags: W\nHStem: 0 70<411 441>\nVStem: 81 94<225.194 347> 303 91<43 137 211 443> 303 138<32.7027 70>\nFore\n441 0 m 1\n 360 0 l 2\n 322.168 -2.10178 303 15.772 303 43 c 2\n 303 137 l 1\n 268 121 239 114 215 115 c 0\n 144.559 119.025 81 163.283 81 235 c 1\n 82 347 l 1\n 83.8092 365.092 78.1105 373 61 373 c 2\n 39 373 l 1\n 40 443 l 1\n 106 443 l 2\n 141.842 443 175 411.901 175 366 c 2\n 175 235 l 2\n 175 203.13 204.913 185 237 185 c 0\n 252 185 273 194 302 212 c 1\n 302 443 l 1\n 394 443 l 1\n 394 95 l 2\n 394 91 396 85 399 77 c 1\n 403 72 408 70 413 70 c 2\n 441 70 l 1\n 441 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0AEC\nEncoding: 2796 2796 1266\nWidth: 451\nFlags: W\nVStem: 39 109<326 343>\nFore\n218 453 m 0\n 246.8 453 296.141 440.121 327 433 c 1\n 327 367 l 1\n 311 372 280 377 233 383 c 1\n 176 386 148 367 148 326 c 0\n 148 281 192 258 281 258 c 0\n 302 258 314 259 318 261 c 1\n 319 179 l 1\n 227 189 l 2\n 180 194 155 178 154 139 c 0\n 153 120 166 106 191 95 c 0\n 194 94 218 86 265 72 c 0\n 356 45 401 10 401 -34 c 0\n 401 -116.807 329.418 -152.041 223 -149 c 1\n 210 -86 l 1\n 251.285 -86 309.861 -75.2189 308 -38 c 0\n 305.594 12.5333 234.613 14.3711 191 28 c 0\n 143 43 110 55 93 66 c 0\n 62 85 46 109 47 140 c 0\n 48 175 61 203 88 223 c 0\n 104 236 119 243 134 244 c 1\n 90.3966 262.359 39 298.484 39 343 c 0\n 39 432.667 118.85 453 218 453 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AED\nEncoding: 2797 2797 1267\nWidth: 510\nFlags: W\nHStem: 170 36<341 354>\nVStem: 40 76<154 177> 362 80<270 319>\nFore\n116 154 m 0\n 116 106.213 161.988 75.8745 213 78 c 0\n 273.334 79.676 318.672 101.442 336 146 c 0\n 341 159 343 167 342 170 c 1\n 219 170 156 220 151 319 c 0\n 149 364 161 398 188 420 c 0\n 215 444 252 454 300 452 c 0\n 386.615 448.15 444.129 384.546 442 293 c 0\n 439.842 113.892 389.347 -1.85114 232 0 c 0\n 119.36 1.84656 42.1961 50.784 40 154 c 0\n 39 211 46 250 61 272 c 1\n 126 226 l 1\n 119 208 116 184 116 154 c 0\n362 306 m 0\n 363 351 341 374 297 375 c 0\n 253.263 377.302 235.285 344.746 237 295 c 0\n 238 263 258 239 296 222 c 0\n 319 211 339 206 354 206 c 1\n 359 216 361 249 362 306 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AEE\nEncoding: 2798 2798 1268\nWidth: 455\nFlags: W\nHStem: -7 77<215 233>\nVStem: 40 90<136 154>\nDStem: 324 448 386 382 96 269 153 200\nFore\n226 -7 m 0\n 126.327 -7 40 51.2656 40 150 c 0\n 40 200 59 240 96 269 c 2\n 324 448 l 1\n 386 382 l 1\n 153 200 l 2\n 138 188 130 169 130 142 c 0\n 130 96.489 172.103 70 221 70 c 0\n 254 70 289 93 324 138 c 1\n 386 56 l 1\n 375 45 361 35 342 24 c 0\n 305 3 267 -7 226 -7 c 0\nEndSplineSet\nEndChar\nStartChar: uni0AEF\nEncoding: 2799 2799 1269\nWidth: 488\nFlags: W\nHStem: -7 76<262 285> 188 68<221 419> 366 74<263 286>\nVStem: 39 96<216 226>\nFore\n419 188 m 1\n 221 188 l 1\n 221 256 l 1\n 419 256 l 1\n 419 188 l 1\n39 220 m 0\n 39 344.567 144.65 440 273 440 c 0\n 294 440 317 436 342 428 c 1\n 342 355 l 1\n 321 362 300 366 280 366 c 0\n 205.745 366 137.019 302.721 135 226 c 0\n 133.003 140.111 198.266 66.9333 283 69 c 0\n 301 69 320 74 341 85 c 1\n 342 7 l 1\n 317 -2 290 -7 263 -7 c 0\n 138.145 -7 39 92.9859 39 220 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B02\nEncoding: 2818 2818 1270\nWidth: 131\nFlags: W\nHStem: 335 37<-10 -3> 480 34<-19.8418 -3>\nVStem: -100 37<425 432> 45 37<414.998 432>\nFore\n82 425 m 0\n 82 375 39 335 -10 335 c 0\n -61 335 -100 375 -100 425 c 0\n -100 476 -60 514 -10 514 c 0\n 16 514 38 505 55 488 c 0\n 73 472 82 451 82 425 c 0\n45 425 m 0\n 45 456 20 480 -10 480 c 0\n -39 480 -63 454 -63 425 c 128\n -63 396 -39 372 -10 372 c 0\n 20 372 45 396 45 425 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B03\nEncoding: 2819 2819 1271\nWidth: 302\nFlags: W\nHStem: -10 42<87 89> 507 40<71 90>\nVStem: -37 46<101 121> 163 46<101 121 405 423>\nFore\n209 119 m 0\n 209 42 162 -10 87 -10 c 0\n 14 -10 -37 42 -37 115 c 0\n -37 146 -24 181 3 220 c 0\n 25 254 40 272 47 274 c 1\n 38 276 23 292 2 321 c 0\n -26 357 -40 390 -40 419 c 0\n -40 491 16 547 86 547 c 0\n 161 547 209 495 209 421 c 0\n 209 366 170 312 132 274 c 1\n 137 272 150 255 171 222 c 0\n 196 181 209 147 209 119 c 0\n163 418 m 0\n 163 468 133 507 84 507 c 0\n 36 507 3 466 3 419 c 0\n 3 394 17 365 45 334 c 0\n 53 325 67 313 87 297 c 1\n 125.521 328.723 163 369.307 163 418 c 0\n163 116 m 0\n 163 147 150 179 125 213 c 1\n 87 254 l 1\n 82 251 68 235 47 206 c 0\n 22 169 9 139 9 114 c 0\n 9 65 38 32 87 32 c 0\n 134 32 163 68 163 116 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B05\nEncoding: 2821 2821 1272\nWidth: 560\nFlags: W\nHStem: -3 43<205 241> 0 21G<412 458> 496 41<95 111 239 252> 510 20G<412 458>\nVStem: 0 45<436 446> 20 46<140 158> 296 45<418.514 438> 412 46<0 530>\nFore\n225 40 m 0\n 313.261 40 412 97.6548 412 178 c 2\n 412 530 l 1\n 458 530 l 1\n 458 0 l 1\n 412 0 l 1\n 412 81 l 1\n 377 35 293 -3 219 -3 c 0\n 114 -3 20 58 20 156 c 0\n 20 249 107 286 185 317 c 0\n 226.029 330.677 296 379.052 296 429 c 0\n 296 465 277 494 243 494 c 0\n 228 494 215 489 205 479 c 1\n 195 463 l 1\n 195 392 l 1\n 150 392 l 1\n 147.824 417.491 155.176 452.509 146 471 c 1\n 135 488 119 496 98 496 c 0\n 65 496 45 469 45 436 c 0\n 45 412 54 396 73 388 c 1\n 102 383 l 1\n 102 342 l 1\n 44 342 -0 378 0 436 c 0\n 0 493 44 537 99 537 c 0\n 134 537 152 528 173 508 c 1\n 191 526 217 537 250 537 c 0\n 306 537 341 485 341 430 c 0\n 341 392 326 360 295 333 c 0\n 269 310 160 257 111 232 c 1\n 81 211 66 182 66 147 c 0\n 66 81.2169 152.772 40 225 40 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B06\nEncoding: 2822 2822 1273\nWidth: 644\nFlags: W\nHStem: -3 43<205 241> 0 21G<412 458 521 564> 496 41<95 111 239 252> 510 20G<412 458 520 565>\nVStem: 0 45<436 446> 20 46<140 158> 296 45<418.514 438> 412 46<0 530> 520 44<0 530>\nFore\n564 0 m 1\n 521 0 l 1\n 520 530 l 1\n 565 530 l 1\n 564 0 l 1\n225 40 m 0\n 313.261 40 412 97.6548 412 178 c 2\n 412 530 l 1\n 458 530 l 1\n 458 0 l 1\n 412 0 l 1\n 412 81 l 1\n 377 35 293 -3 219 -3 c 0\n 114 -3 20 58 20 156 c 0\n 20 249 107 286 185 317 c 0\n 226.029 330.677 296 379.052 296 429 c 0\n 296 465 277 494 243 494 c 0\n 228 494 215 489 205 479 c 1\n 195 463 l 1\n 195 392 l 1\n 150 392 l 1\n 147.824 417.491 155.176 452.509 146 471 c 1\n 135 488 119 496 98 496 c 0\n 65 496 45 469 45 436 c 0\n 45 412 54 396 73 388 c 1\n 102 383 l 1\n 102 342 l 1\n 44 342 -0 378 0 436 c 0\n 0 493 44 537 99 537 c 0\n 134 537 152 528 173 508 c 1\n 191 526 217 537 250 537 c 0\n 306 537 341 485 341 430 c 0\n 341 392 326 360 295 333 c 0\n 269 310 160 257 111 232 c 1\n 81 211 66 182 66 147 c 0\n 66 81.2169 152.772 40 225 40 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B07\nEncoding: 2823 2823 1274\nWidth: 632\nFlags: W\nHStem: -3 33<284 291> -3 38<156 166> -1 21G<478 534> 217 38<162 166 287 291> 493 44<209 254>\nVStem: -3 45<300 317> 79 37<122 128> 209 29<122 128> 334 36<108 142> 457 45<252 286>\nDStem: 403 114 459 116 478 -1 534 -1\nFore\n502 270 m 0\n 502 204.212 490.102 158.411 459 116 c 1\n 534 -1 l 1\n 478 -1 l 1\n 403 114 l 1\n 440 183 l 1\n 451 214 457 244 457 273 c 0\n 457 402 358 493 232 493 c 0\n 173 493 126 474 91 437 c 0\n 58 402 42 361 42 312 c 0\n 42 282 50 255 67 232 c 1\n 94 205 l 1\n 101 220 l 1\n 115 243 135 255 162 255 c 0\n 183.663 255 218.214 232.358 224 215 c 1\n 240 234 l 1\n 255 247 270 254 287 254 c 0\n 347 254 370 190 370 126 c 0\n 370 58 345 -3 284 -3 c 1\n 268 -5 253 1 240 14 c 1\n 226 35 l 1\n 211 16 l 1\n 196 3 180 -3 163 -3 c 0\n 114.878 -3 79 63.0585 79 122 c 2\n 79 151 l 1\n 82 159 l 1\n 30.3179 194.361 -3 245.985 -3 315 c 0\n -3 382 23 437 76 481 c 0\n 123 518 173 537 227 537 c 0\n 298 537 359 516 412 473 c 0\n 472 424 502 356 502 270 c 0\n334 122 m 0\n 334 160 321 217 287 217 c 128\n 253 217 238 157 238 122 c 128\n 238 87 257 30 289 30 c 0\n 322 30 334 85 334 122 c 0\n209 122 m 0\n 209 156 189 217 162 217 c 0\n 128.41 217 116 155.578 116 122 c 0\n 116 84 129 35 164 35 c 0\n 197 35 209 85 209 122 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B09\nEncoding: 2825 2825 1275\nWidth: 630\nFlags: W\nHStem: -8 48<188 206> 0 21G<496 552> 493 44<226 270>\nVStem: -3 45<310 329> 38 45<143 158> 319 47<135 160> 474 46<247 287>\nDStem: 140 312 170 285 74 247 121 235 322 298 356 267 194 170 322 235 322 298 291 205 194 170 225 138 420 119 477 116 496 0 552 0\nFore\n204 -8 m 0\n 107.424 -8 38 59.0146 38 148 c 1\n 40 167 41 197 48 208 c 1\n 12 224 -3 263 -3 315 c 0\n -3 380 25 435 81 479 c 0\n 132 518 186 537 245 537 c 0\n 317 537 379 516 430 473 c 0\n 490 423 520 353 520 264 c 0\n 520 213 506 163 477 116 c 1\n 552 0 l 1\n 496 0 l 1\n 420 119 l 1\n 448 147 474 211 474 267 c 0\n 474 401 382 493 249 493 c 0\n 194 493 145 475 104 440 c 0\n 63 404 42 363 42 317 c 0\n 42 294 47 276 58 261 c 1\n 74 247 l 1\n 140 312 l 1\n 170 285 l 1\n 121 235 l 1\n 105 213 83 192 83 158 c 0\n 83 92 135 40 200 40 c 0\n 267 40 319 84 319 148 c 2\n 319 159 l 2\n 319 174 300 201 291 205 c 1\n 225 138 l 1\n 194 170 l 1\n 322 298 l 1\n 356 267 l 1\n 322 235 l 1\n 347 214 366 182 366 145 c 0\n 366 101 349 64 316 36 c 0\n 282 6 245 -8 204 -8 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B0B\nEncoding: 2827 2827 1276\nWidth: 553\nFlags: W\nHStem: -4 45<196 206> 210 50<196 206> 490 47<220 237>\nVStem: -3 51<308 326> 65 54<128 136> 272 54<128 136> 421 51<317 326> 451 51<126 136>\nDStem: 361 69 434 27 431 -91 486 -91\nFore\n502 134 m 0\n 502 86 467 45 434 27 c 1\n 486 -91 l 1\n 431 -91 l 1\n 361 69 l 1\n 372 69 l 2\n 420 69 451 88 451 132 c 0\n 451 161 439 181 415 193 c 0\n 407 196 386 200 378 201 c 1\n 407 226 421 268 421 317 c 0\n 421 367 402 408 363 441 c 128\n 324 474 280 490 230 490 c 128\n 180 490 137 472 102 435 c 0\n 66 398 48 357 48 312 c 0\n 48 285 57 263 74 246 c 1\n 106 225 l 1\n 131 248 161 260 196 260 c 0\n 268 260 326 198 326 128 c 0\n 326 52 271 -4 196 -4 c 0\n 125 -4 65 58 65 128 c 0\n 65 147 72 166 77 182 c 1\n 35 207 -3 246 -3 311 c 0\n -3 440 108 537 235 537 c 0\n 298 537 353 516 400 474 c 0\n 448 433 472 380 472 317 c 0\n 472 290 470 282 464 256 c 0\n 463 240 462 239 456 223 c 1\n 476.215 220.112 502 166.672 502 134 c 0\n196 41 m 0\n 239.376 41 272 82.3086 272 128 c 0\n 272 171 237 210 196 210 c 0\n 152 210 119 171 119 128 c 0\n 119 81 150 41 196 41 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B0F\nEncoding: 2831 2831 1277\nWidth: 604\nFlags: W\nHStem: 0 21G<430 493>\nVStem: 252 115<335 344> 447 46<44 530>\nDStem: -19 378 48 378 430 0 447 44\nFore\n493 0 m 1\n 430 0 l 1\n -19 378 l 1\n 48 378 l 1\n 447 44 l 1\n 447 451 l 1\n 424 443 398 435 385 424 c 2\n 355 401 l 1\n 338 386 l 1\n 357 377 367 361 367 340 c 0\n 367 310 343 285 313 285 c 0\n 279 285 252 308 252 342 c 0\n 252 363 260 383 277 400 c 1\n 330 442 356 463 426 499 c 0\n 462 518 484 528 493 530 c 1\n 493 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B13\nEncoding: 2835 2835 1278\nWidth: 520\nFlags: W\nHStem: -5 49<222 261> 260 48<261 273> 490 47<305 307> 510 20G<79 137>\nVStem: -1 45<296 316> 193 53<426 444> 193 54<429 442> 368 50<391 411> 374 52<138 155>\nFore\n426 150 m 0\n 426 54 344 -5 244 -5 c 0\n 73 -5 -1 115 -1 296 c 0\n -1 392 30 462 79 530 c 1\n 137 530 l 1\n 117 517 96 485 73 433 c 0\n 54 388 44 343 44 296 c 0\n 44 146 99 44 239 44 c 0\n 318 44 374 79 374 153 c 0\n 374 215 332 260 271 260 c 0\n 241 260 208 230 194 210 c 1\n 159 247 l 1\n 189 278 l 1\n 213 298 238 308 263 308 c 0\n 326 308 368 344 368 407 c 0\n 368 447 343 490 305 490 c 0\n 276 490 247 470 247 442 c 0\n 246 436 246 432 246 430 c 0\n 246 413 251 401 259 393 c 1\n 212 367 l 1\n 199 387 193 408 193 429 c 0\n 193 489 246 537 305 537 c 0\n 371 537 418 474 418 409 c 0\n 418 380 411 355 398 333 c 0\n 383 308 367 292 350 286 c 1\n 400 262 426 218 426 150 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B15\nEncoding: 2837 2837 1279\nWidth: 572\nFlags: W\nHStem: 0 21G<205 250 343 389> 35 44<137 147> 235 46<137 148 289 303> 490 47<216 255>\nVStem: -2 46<303 325> 42 45<159 161> 205 45<0 180> 343 46<0 190> 441 47<283 305.057>\nFore\n296 233 m 0\n 272.125 233 252.816 205.348 250 180 c 1\n 250 0 l 1\n 205 0 l 1\n 205 53 l 1\n 184 42 167 35 139 35 c 0\n 73 35 42 89 42 159 c 2\n 42 180 l 1\n 45 192 l 1\n 22 229 l 1\n 6 259 -2 287 -2 313 c 0\n -2 441 107 537 233 537 c 0\n 302 537 361 514 410 467 c 0\n 462 418 488 356 488 283 c 0\n 488 270 486 256 483 241 c 1\n 483 234 481 226 478 217 c 1\n 435 235 l 1\n 438 251 440 267 441 285 c 1\n 441 399 346 490 235 490 c 0\n 183 490 138 473 100 439 c 0\n 63 405 44 366 44 323 c 0\n 44 291 51 266 67 245 c 1\n 91 263 l 1\n 110 275 128 281 144 281 c 0\n 173 281 198 271 218 250 c 1\n 237 269 262 279 291 279 c 0\n 343 279 389 240 389 190 c 2\n 389 0 l 1\n 343 0 l 1\n 343 176 l 1\n 338 208 322 233 296 233 c 0\n145 79 m 0\n 182.918 79 198 122.523 198 159 c 0\n 198 200 182 235 143 235 c 0\n 108 235 87 195 87 159 c 0\n 87 120 107 79 145 79 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B16\nEncoding: 2838 2838 1280\nWidth: 570\nFlags: W\nHStem: -5 50<189 207> 0 21G<419 465> 210 50<195 207> 320 49<297 319> 510 20G<419 465> 537 21G<170.5 242>\nVStem: -2 49<298 332> 64 50<122 140> 202 49<410 428> 273 48<131 140> 419 46<0 530>\nFore\n465 0 m 1\n 419 0 l 1\n 419 386 l 1\n 391 353 353 320 309 320 c 0\n 247 320 202 354 202 417 c 0\n 202 447.287 211.16 467.609 219 492 c 1\n 182 482 154 471 133 459 c 0\n 76 425 47 376 47 312 c 0\n 47 283 58 261 80 246 c 1\n 116 231 l 1\n 138 245 l 1\n 157 255 176 260 195 260 c 0\n 269 260 321 204 321 131 c 0\n 321 61 266 -5 199 -5 c 0\n 122 -5 64 56 64 131 c 0\n 64 151 75 181 83 192 c 1\n 28.1319 210.289 -2 248.35 -2 311 c 0\n -2 442 106 537 235 537 c 0\n 249 537 262 535 275 532 c 0\n 280 532 287 530 296 526 c 1\n 277 494 251 451 251 418 c 0\n 251 390 280 369 308 369 c 0\n 334 369 360 385 387 418 c 0\n 393 425 404 442 419 467 c 1\n 419 530 l 1\n 465 530 l 1\n 465 0 l 1\n273 131 m 0\n 273 177 242 210 195 210 c 0\n 149 210 114 175 114 130 c 0\n 114 80 145 45 195 45 c 128\n 245 45 273 78 273 131 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B17\nEncoding: 2839 2839 1281\nWidth: 580\nFlags: W\nHStem: -5 47<189 207> 0 21G<418 463> 213 47<189 207> 493 46<200 239> 510 20G<418 463>\nVStem: -2 49<313 332> 69 47<122 140> 270 51<131 140> 418 45<0 530>\nFore\n463 0 m 1\n 418 0 l 1\n 418 372 l 2\n 418 396 394 424 345 457 c 0\n 309 481 267 493 219 493 c 0\n 123 493 47 412 47 318 c 0\n 47 288 57 263 77 243 c 0\n 82 238 92 232 107 223 c 1\n 124 240 162 260 195 260 c 0\n 269 260 321 204 321 131 c 0\n 321 61 266 -5 199 -5 c 0\n 123 -5 69 55 69 131 c 0\n 69 162 72 167 78 187 c 1\n 25.4879 210.339 -2 250.655 -2 315 c 0\n -2 383 20 437 63 478 c 128\n 106 519 159 539 221 539 c 0\n 260 539 297 531 333 514 c 0\n 374 495 403 475 418 455 c 1\n 418 530 l 1\n 463 530 l 1\n 463 0 l 1\n270 131 m 0\n 270 179 241 213 194 213 c 0\n 150 213 116 174 116 130 c 0\n 116 82 147 42 194 42 c 0\n 243 42 270 83 270 131 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B18\nEncoding: 2840 2840 1282\nWidth: 565\nFlags: W\nHStem: -8 48<171 179 336 354> 0 21G<416 461> 492 45<224 242> 510 20G<414 461>\nVStem: 1 45<312.077 345> 57 55<96 116> 233 48<96 180> 416 45<0 530>\nFore\n461 0 m 1\n 416 0 l 1\n 416 34 l 1\n 400 13 l 1\n 386 -1 368 -8 345 -8 c 0\n 319 -8 297 0 279 16 c 0\n 274 20 268 28 259 41 c 1\n 248 24 239 13 230 8 c 0\n 213 -3 194 -8 174 -8 c 0\n 114 -8 57 41 57 98 c 0\n 57 145 70 164 86 193 c 1\n 29 211 1 257 1 329 c 0\n 1 460 103 537 236 537 c 0\n 306 537 362 505 414 464 c 1\n 414 530 l 1\n 461 530 l 1\n 461 0 l 1\n177 40 m 0\n 207.306 40 233 73.1662 233 99 c 2\n 233 180 l 1\n 281 180 l 1\n 281 100 l 2\n 281 67.1559 310.119 40 347 40 c 0\n 368 40 385 52 400 77 c 1\n 414 114 l 1\n 414 406 l 1\n 395 425 380 440 367 449 c 0\n 326 478 282 492 235 492 c 0\n 131 492 46 426 46 328 c 0\n 46 301 54 279 70 262 c 0\n 86 244 103 235 122 235 c 1\n 129 249 156 273 173 287 c 1\n 209 250 l 1\n 156.754 214.378 112 164.201 112 103 c 0\n 112 67 141 40 177 40 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B1A\nEncoding: 2842 2842 1283\nWidth: 580\nFlags: W\nHStem: -1 50<255 257> 204 48<255 257> 490 49<237 271>\nVStem: -2 51<302 320> 128 49<119 126> 332 50<126 128> 472 51<270 288>\nFore\n523 281 m 0\n 523 252 518 225 509 202 c 1\n 477 144 l 1\n 429 161 l 1\n 454 186 472 231 472 279 c 0\n 472 326 455 371 422 412 c 0\n 380 464 323 490 252 490 c 0\n 203 490 156 473 114 438 c 0\n 70 403 49 363 49 318 c 0\n 49 250 86 195 136 175 c 1\n 154 218 196 252 255 252 c 0\n 326 252 382 196 382 126 c 0\n 382 54 325 -1 255 -1 c 0\n 186 -1 128 54 128 121 c 1\n 100 136 78 150 63 164 c 0\n 20 204 -2 254 -2 315 c 0\n -2 379 28 434 89 480 c 0\n 142 519 197 539 254 539 c 0\n 329 539 392 514 444 462 c 0\n 497 412 523 351 523 281 c 0\n332 126 m 0\n 332 168.529 298.743 204 255 204 c 0\n 212 204 177 168 177 126 c 0\n 177 83 213 49 255 49 c 0\n 298 49 332 84 332 126 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B1C\nEncoding: 2844 2844 1284\nWidth: 564\nFlags: W\nHStem: -10 48<170 176> 0 21G<344 390> 210 47<286 304> 219 45<163 174> 490 47<235 256>\nVStem: -1 49<294.817 327> 51 50<117 135> 186 47<149 167> 186 87<110 158> 344 46<0 229> 453 49<279 302.579>\nFore\n186 158 m 0\n 186 219.937 237.679 257 295 257 c 0\n 333 257 365 248 390 229 c 1\n 390 0 l 1\n 344 0 l 1\n 344 195 l 1\n 333 206 317 210 293 210 c 0\n 259 210 233 190 233 156 c 0\n 233 126 248 117 273 110 c 1\n 273 81 273 70 265 50 c 0\n 250 10 218 -10 170 -10 c 0\n 100 -10 51 60 51 130 c 0\n 51 149 55 169 63 189 c 1\n 49 203 27 222 16 237 c 0\n 5 256 -1 280 -1 311 c 0\n -1 439 109 537 235 537 c 0\n 309 537 372 512 424 462 c 128\n 476 412 502 351 502 279 c 0\n 502 249 496 230 490 206 c 1\n 441 219 l 1\n 447 239 451 260 453 283 c 1\n 453 395.824 355.159 490 235 490 c 0\n 133 490 48 412 48 312 c 0\n 48 285 55 262 69 245 c 0\n 73 240 80 235 91 229 c 1\n 109 247 141 264 174 264 c 1\n 174 218 l 1\n 165 219 l 2\n 126.347 219 101 174.402 101 124 c 0\n 101 78 126 38 170 38 c 0\n 198 38 218 58 225 81 c 1\n 199 100 186 126 186 158 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B1D\nEncoding: 2845 2845 1285\nWidth: 575\nFlags: W\nHStem: -5 50<188 206> 210 50<194 206> 320 45<348 366> 474 45<220 235>\nVStem: -3 49<298 332> 63 51<122 140> 227 44<442 460> 270 54<122 140> 444 44<442 460>\nDStem: 296 44 319 91 414 -5 436 41\nFore\n444 453 m 0\n 444 491.147 408.312 533 377 533 c 1\n 392 575 l 1\n 451.714 552.252 488 517.605 488 449 c 0\n 488 378 429 320 360 320 c 0\n 279.243 320 227 378.918 227 458 c 2\n 227 470 l 1\n 229 474 l 1\n 116 474 46 421 46 312 c 0\n 46 283 57 261 79 246 c 1\n 115 231 l 1\n 137 245 l 1\n 156 255 175 260 194 260 c 0\n 267 260 324 201 324 130 c 1\n 324 116 322 103 319 91 c 1\n 436 41 l 1\n 414 -5 l 1\n 296 44 l 1\n 270 20 l 1\n 246 3 222 -5 198 -5 c 0\n 121 -5 63 56 63 131 c 0\n 63 151 74 181 82 192 c 1\n 29 209 -3 247 -3 311 c 0\n -3 442 103 519 235 519 c 0\n 261 519 279 514 290 503 c 0\n 293 500 295 495 297 486 c 1\n 276 486 271 469 271 446 c 0\n 271 401.041 307.895 365 358 365 c 0\n 408 365 444 403 444 453 c 0\n270 131 m 0\n 270 174.993 243.206 210 194 210 c 0\n 149 210 114 174 114 130 c 0\n 114 81 145 45 194 45 c 128\n 243 45 270 82 270 131 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B1F\nEncoding: 2847 2847 1286\nWidth: 565\nFlags: W\nHStem: -1 50<218 233> 204 48<218 235> 489 43<218 254> 510 20G<417 463>\nVStem: -3 49<334 352> 97 49<123 133> 300 50<123 133> 417 46<255 530>\nFore\n233 532 m 0\n 312.869 532 370.152 511.093 417 467 c 1\n 417 530 l 1\n 463 530 l 1\n 463 255 l 1\n 417 255 l 1\n 417 348 l 2\n 417 431.927 331.827 489 234 489 c 0\n 141 489 46 436 46 348 c 0\n 46 288.727 95.555 250.223 146 225 c 1\n 158 242 191 252 225 252 c 0\n 295 252 350 194 350 125 c 0\n 350 54 294 -1 225 -1 c 0\n 148 -1 97 56 97 131 c 0\n 97 147 108 172 113 186 c 1\n 46.5092 219.245 -3 269.167 -3 345 c 0\n -3 407 25 455 82 490 c 0\n 127 518 178 532 233 532 c 0\n300 127 m 0\n 300 169.136 266.786 204 222 204 c 0\n 179 204 146 168 146 125 c 0\n 146 83 178 49 220 49 c 0\n 265 49 300 84 300 127 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B20\nEncoding: 2848 2848 1287\nWidth: 565\nFlags: W\nHStem: -8 45<224 242> 495 42<224 242>\nVStem: 1 47<267 281> 423 48<267 281>\nFore\n471 267 m 0\n 471 196 448 132 403 76 c 128\n 358 20 301 -8 234 -8 c 0\n 95 -8 1 126 1 267 c 0\n 1 339 22 401 65 454 c 0\n 110 509 167 537 234 537 c 0\n 374 537 471 409 471 267 c 0\n48 267 m 0\n 48 148.425 117.608 37 233 37 c 0\n 348 37 423 149 423 267 c 0\n 423 382.767 349.892 495 233 495 c 0\n 119 495 48 385 48 267 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B21\nEncoding: 2849 2849 1288\nWidth: 524\nFlags: W\nHStem: 0 21G<292 337> 30 48<189 207> 492 45<205 239>\nVStem: -2 47<303 321> 77 48<141 161> 292 45<0 271> 426 52<269 305>\nFore\n195 30 m 0\n 123.544 30 77 86.498 77 155 c 0\n 77 170 80 181 84 193 c 1\n 35 212 -2 254 -2 315 c 0\n -2 439 102 537 223 537 c 0\n 368 537 478 431 478 291 c 0\n 478 244 470 208 449 178 c 1\n 404 196 l 1\n 415 217 l 1\n 422 237 426 260 426 286 c 0\n 426 342 407 390 369 431 c 128\n 331 472 282 492 221 492 c 0\n 133.959 492 45 411.933 45 317 c 0\n 45 294 54 273 72 255 c 1\n 103 235 l 1\n 130 262 142 269 186 281 c 0\n 192 282 196 284 198 285 c 1\n 221 239 l 1\n 167 228 125 203 125 151 c 0\n 125 110 161 78 201 78 c 0\n 244.094 78 272.805 104.611 292 143 c 1\n 292 271 l 1\n 337 271 l 1\n 337 0 l 1\n 292 0 l 1\n 292 67 l 1\n 271 46 234 30 195 30 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B2A\nEncoding: 2858 2858 1289\nWidth: 572\nFlags: W\nHStem: 0 21G<426 473> 2 42<256 274> 492 45<210 242> 510 20G<428 473>\nVStem: 1 45<319 337> 81 44<156 191> 426 47<0 530>\nFore\n232 537 m 0\n 315.422 537 376.685 501.88 428 448 c 1\n 428 530 l 1\n 473 530 l 1\n 473 0 l 1\n 426 0 l 1\n 426 76 l 1\n 413 61 400 48 387 39 c 0\n 351 14 311 2 266 2 c 0\n 211 2 164 18 127 50 c 0\n 93 79 76 113 76 151 c 0\n 76 167 78 180 81 191 c 0\n 81 194 83 200 87 207 c 1\n 27.3558 228.472 1 264.362 1 335 c 0\n 1 459 108 537 232 537 c 0\n125 156 m 0\n 125 92.6275 187.777 44 260 44 c 0\n 300 44 339 59 376 90 c 0\n 405 113 422 135 428 156 c 1\n 428 371 l 2\n 428 396 405 424 360 455 c 0\n 323 480 281 492 234 492 c 0\n 177 492 131 475 95 442 c 0\n 62 411 46 375 46 333 c 0\n 46 298 58 272 82 256 c 1\n 119 243 l 1\n 129 255 151 265 177 263 c 1\n 211 229 l 1\n 177.61 235.261 125 197.939 125 156 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B2B\nEncoding: 2859 2859 1290\nWidth: 700\nFlags: W\nHStem: 0 21G<421 469> 2 42<252 270> 315 43<524 534> 492 45<206 238> 510 20G<423 469>\nVStem: -3 44<319 337> 72 49<143 161> 421 48<0 357 448 530> 423 56<371 423> 584 43<415 433>\nFore\n227 537 m 0\n 310.422 537 371.685 501.88 423 448 c 1\n 423 530 l 1\n 469 530 l 1\n 469 490 l 1\n 471 514 505 532 531 532 c 0\n 585 532 627 477 627 422 c 0\n 627 367 583 315 531 315 c 0\n 499 315 477 333 469 357 c 1\n 469 0 l 1\n 421 0 l 1\n 421 76 l 1\n 379.379 28.8299 335.012 2 262 2 c 0\n 207 2 160 18 123 50 c 0\n 89 79 72 113 72 151 c 0\n 72 175 77 189 84 207 c 1\n 26 226 -3 261 -3 335 c 0\n -3 458 104 537 227 537 c 0\n530 489 m 0\n 498.987 489 479 456.972 479 423 c 0\n 479 389 499 358 532 358 c 0\n 562 358 584 392 584 423 c 0\n 584 442 578 457 567 469 c 1\n 557 482 545 489 530 489 c 0\n121 156 m 0\n 121 92.6275 183.777 44 256 44 c 0\n 296 44 335 59 372 90 c 0\n 402 115 419 137 423 156 c 1\n 423 371 l 2\n 423 396 400 424 355 455 c 0\n 318 480 276 492 230 492 c 0\n 173 492 127 475 91 442 c 0\n 58 412 41 376 41 333 c 0\n 41 298 53 272 77 256 c 1\n 114 243 l 1\n 127 256 147 263 174 263 c 1\n 207 229 l 1\n 192 232 173 226 151 211 c 1\n 131 196 121 177 121 156 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B2F\nEncoding: 2863 2863 1291\nWidth: 655\nFlags: W\nHStem: 0 21G<502 550> 2 42<327 344> 492 45<286 329> 510 20G<504 550>\nVStem: -8 90<79 89> 77 45<319 337> 152 49<143 162> 502 48<0 530>\nDStem: 135 219 156 178 33 159 64 122\nFore\n308 537 m 0\n 391.377 537 450.959 501.041 504 448 c 1\n 504 530 l 1\n 550 530 l 1\n 550 0 l 1\n 502 0 l 1\n 502 76 l 1\n 489 61 476 48 463 39 c 0\n 427 14 387 2 342 2 c 0\n 287 2 240 18 203 50 c 0\n 169 79 152 113 152 151 c 0\n 152 164 153 173 156 178 c 1\n 64 122 l 1\n 75 109 79 109 82 87 c 0\n 82 61 69 46 42 41 c 1\n 13 41 -8 61 -8 89 c 0\n -8 126 7 143 33 159 c 2\n 135 219 l 1\n 98 238 77 280 77 335 c 0\n 77 459 184 537 308 537 c 0\n201 156 m 0\n 201 92.6275 263.777 44 336 44 c 0\n 376 44 415 59 452 90 c 0\n 481 113 498 135 504 156 c 1\n 504 371 l 2\n 504 396 481 424 436 455 c 0\n 399 480 357 492 310 492 c 0\n 253 492 208 476 174 444 c 0\n 139 413 122 376 122 333 c 0\n 122 298 134 272 158 256 c 1\n 195 243 l 1\n 206.552 251.985 219.621 263 238 263 c 2\n 254 263 l 1\n 287 229 l 1\n 253.61 235.261 201 197.939 201 156 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B30\nEncoding: 2864 2864 1292\nWidth: 620\nFlags: W\nHStem: -4 45<200 210> 210 50<200 210> 490 47<224 258>\nVStem: 1 51<299 317> 69 54<128 141> 276 55<128 141> 451 49<258 285>\nDStem: 373 114 432 109 449 -4 505 -4\nFore\n236 490 m 0\n 137.43 490 52 409.295 52 312 c 0\n 52 285 61 263 78 246 c 1\n 110 225 l 1\n 135 248 165 260 200 260 c 0\n 272 260 331 198 331 128 c 0\n 331 53 273 -4 200 -4 c 0\n 129 -4 69 58 69 128 c 2\n 69 144 l 1\n 82 182 l 1\n 36 209 1 253 1 311 c 0\n 1 439 112 537 238 537 c 0\n 307 537 366 516 415 474 c 0\n 472 425 500 355 500 266 c 0\n 500 206 467 154 432 109 c 1\n 505 -4 l 1\n 449 -4 l 1\n 373 114 l 1\n 403 147 451 211 451 269 c 0\n 451 405 370 490 236 490 c 0\n200 41 m 0\n 243.376 41 276 82.3086 276 128 c 0\n 276 173 244 210 200 210 c 128\n 156 210 123 171 123 128 c 0\n 123 83 156 41 200 41 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B32\nEncoding: 2866 2866 1293\nWidth: 652\nFlags: W\nHStem: -1 21G<509 564> 193 49<176 194 313 321> 481 51<240 290>\nVStem: 1 50<286 320> 93 48<0 163> 229 51<0 165> 359 51<0 159> 493 51<238 258>\nDStem: 436 114 493 110 509 -1 564 -1\nFore\n564 -1 m 1\n 509 -1 l 1\n 436 114 l 1\n 447 122 461 142 476 174 c 0\n 487 200 493 226 493 251 c 0\n 493 311 474 363 436 407 c 0\n 394 456 339 481 271 481 c 0\n 134 481 51 426 51 296 c 0\n 51 274 61 252 80 231 c 1\n 110 205 l 1\n 122 223 l 1\n 137 236 158 242 185 242 c 0\n 200 242 216 238 231 230 c 1\n 250 215 l 1\n 268 226 288 239 313 242 c 0\n 351 242 378 228 395 201 c 0\n 400 193 405 179 410 159 c 1\n 410 0 l 1\n 359 0 l 1\n 359 163 l 1\n 352.082 182.025 341.122 195 319 195 c 0\n 297 195 287 183 280 165 c 1\n 280 0 l 1\n 229 0 l 1\n 229 167 l 1\n 220 180 221 180 206 188 c 0\n 200 191 192 193 183 193 c 0\n 161 193 151 179 141 163 c 1\n 141 0 l 1\n 93 0 l 1\n 93 156 l 1\n 62 156 21 217 8 256 c 0\n 3 270 1 286 1 304 c 0\n 1 451 115 532 266 532 c 0\n 357 532 429 500 480 436 c 0\n 523 381 544 317 544 243 c 0\n 544 216 537 188 524 159 c 0\n 512 130 502 114 493 110 c 1\n 564 -1 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B33\nEncoding: 2867 2867 1294\nWidth: 560\nFlags: W\nHStem: 0 21G<84 133 220 271 352 403> 193 49<170 178 306 316> 490 47<218 252>\nVStem: -5 51<282 305> 84 49<0 163> 220 51<0 165> 352 51<0 159> 455 47<282 305>\nFore\n238 490 m 0\n 124.76 490 46 404.636 46 284 c 0\n 46 246 69 204 93 189 c 1\n 102 215 141 242 176 242 c 0\n 193 242 209 238 223 230 c 1\n 242 215 l 1\n 258 226 288 241 306 242 c 1\n 343 242 371 228 388 201 c 0\n 393 193 398 179 403 159 c 1\n 403 0 l 1\n 352 0 l 1\n 352 163 l 2\n 352 178.344 331.637 195 311 195 c 0\n 300 195 289 190 280 180 c 1\n 271 165 l 1\n 271 0 l 1\n 220 0 l 1\n 220 167 l 1\n 211 180 212 180 198 188 c 0\n 191 191 183 193 174 193 c 0\n 163 193 153 188 143 178 c 1\n 133 163 l 1\n 133 0 l 1\n 84 0 l 1\n 84 134 l 1\n 31 169 -5 220 -5 293 c 0\n -5 439 93 537 239 537 c 0\n 310 537 372 513 424 466 c 128\n 476 419 502 360 502 291 c 0\n 502 264 490 211 478 189 c 1\n 432 207 l 1\n 444 233 455 260 455 288 c 0\n 455 341 434 388 392 429 c 128\n 350 470 299 490 238 490 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B36\nEncoding: 2870 2870 1295\nWidth: 565\nFlags: W\nHStem: -16 43<206.925 232> 0 21G<445 490> 201 47<206.654 222> 356 43<121 130> 490 49<252 277> 510 20G<445 490>\nVStem: -3 53<281 299> 87 51<111 115> 135 55<398 423> 298 52<115 129> 445 45<0 530>\nDStem: 145 355 232 367 275 297 297 334\nFore\n490 0 m 1\n 445 0 l 1\n 445 371 l 1\n 403.458 432.091 341.17 490 263 490 c 0\n 224 490 190 461 190 423 c 0\n 190 392 209 377 232 367 c 2\n 297 334 l 1\n 275 297 l 1\n 145 355 l 1\n 130 356 l 2\n 82 356 50 332 50 286 c 0\n 50 246 85 210 123 210 c 1\n 150 235 182 248 220 248 c 0\n 292 248 350 186 350 115 c 0\n 350 41 292 -16 220 -16 c 0\n 146 -16 87 41 87 114 c 1\n 88 145 l 1\n 97 172 l 1\n 39.3712 188.465 -3 222.64 -3 283 c 0\n -3 358 45 399 123 399 c 2\n 131 399 l 1\n 135 398 l 1\n 135 471.042 181.962 539 264 539 c 0\n 319 539 376 509 416 472 c 2\n 445 444 l 1\n 445 530 l 1\n 490 530 l 1\n 490 0 l 1\n298 115 m 0\n 298 160 263 201 219 201 c 0\n 173 201 138 160 138 115 c 0\n 138 68 174 27 219 27 c 0\n 265 27 298 69 298 115 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B37\nEncoding: 2871 2871 1296\nWidth: 565\nFlags: W\nHStem: -3 45<219 242> 0 21G<423 469> 492 45<219 242> 510 20G<423 469>\nVStem: -3 49<310 317> 62 47<120 141> 423 46<0 530>\nDStem: 104 446 144 469 239 312 423 187 239 312 271 281 147 248 156 205\nFore\n227 537 m 0\n 310.422 537 371.685 501.88 423 448 c 1\n 423 530 l 1\n 469 530 l 1\n 469 0 l 1\n 423 0 l 1\n 423 83 l 1\n 403 64 385 49 370 40 c 0\n 323 11 273 -3 221 -3 c 0\n 139 -3 62 52 62 130 c 0\n 62 166 72 181 84 204 c 1\n 32 224 -3 256 -3 315 c 0\n -3 440 104 537 227 537 c 0\n423 187 m 1\n 423 371 l 2\n 423 396 399 424 352 455 c 0\n 315 480 274 492 230 492 c 0\n 191 492 168 487 144 469 c 1\n 423 187 l 1\n239 312 m 1\n 104 446 l 1\n 93 433 84 423 75 410 c 0\n 56 379 46 346 46 312 c 0\n 46 275 83 239 118 239 c 0\n 127 239 137 242 147 248 c 2\n 239 312 l 1\n109 122 m 0\n 109 70.407 169.745 42 232 42 c 0\n 283 42 330 58 371 90 c 1\n 416 141 l 1\n 271 281 l 1\n 156 205 l 2\n 126 186 109 170 109 122 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B38\nEncoding: 2872 2872 1297\nWidth: 545\nFlags: W\nHStem: 0 21G<387 434> 488 47<205 239> 510 20G<387 434>\nVStem: -2 47<328 337> 387 47<44 530>\nDStem: 25 101 122 122 387 0 387 44 135 189 323 273 25 101 122 122 292 306 323 273 209 248 122 122\nFore\n434 0 m 1\n 387 0 l 1\n 25 101 l 1\n 135 189 l 1\n 53.8789 208.581 -2 247.463 -2 330 c 0\n -2 397 23 449 72 486 c 0\n 115 519 164 535 220 535 c 0\n 273 535 316 520 350 491 c 0\n 360 482 372 467 387 446 c 1\n 387 530 l 1\n 434 530 l 1\n 434 0 l 1\n387 44 m 1\n 387 357 l 1\n 355.2 433.851 306.127 488 223 488 c 0\n 173 488 131 472 96 440 c 0\n 62 407 45 372 45 335 c 0\n 45 275 108 231 167 231 c 0\n 189 231 198 237 209 248 c 1\n 292 306 l 1\n 323 273 l 1\n 122 122 l 1\n 387 44 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B39\nEncoding: 2873 2873 1298\nWidth: 524\nFlags: W\nHStem: 490 47<211 226>\nVStem: 1 51<339 357> 87 49<208 235> 281 43<84 318> 399 49<315 325>\nDStem: 16 41 116 69 370 -12 389 26 136 136 187 121 16 41 116 69\nFore\n211 490 m 0\n 125.675 490 52 434.129 52 344 c 0\n 52 325 59 309 74 296 c 1\n 99 281 l 1\n 106 293 115 305 123 316 c 1\n 134 326 146 336 159 344 c 1\n 189 311 l 1\n 166 292 136 258 136 231 c 0\n 136 191 159 173 198 168 c 0\n 201 167 203 167 205 167 c 2\n 209 167 l 2\n 239 167 265 185 280 206 c 1\n 280 318 l 1\n 324 318 l 1\n 324 84 l 1\n 281 84 l 1\n 281 148 l 1\n 258 131 229 119 187 121 c 1\n 116 69 l 1\n 389 26 l 1\n 370 -12 l 1\n 16 41 l 1\n 136 136 l 1\n 113 155 101 165 90 190 c 0\n 88 195 87 201 87 208 c 2\n 87 238 87 207 87 228 c 0\n 86 231 85 234 85 235 c 1\n 67 242 53 249 43 256 c 0\n 15 277 1 307 1 346 c 0\n 1 457 101 537 211 537 c 0\n 282 537 340 514 386 467 c 0\n 421 431 448 382 448 315 c 0\n 448 281 438 248 430 217 c 1\n 386 239 l 1\n 393 267 399 295 399 315 c 0\n 399 413.281 318.121 490 211 490 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B3E\nEncoding: 2878 2878 1299\nWidth: 128\nFlags: W\nVStem: 20 44<4 519>\nFore\n64 4 m 1\n 21 4 l 1\n 20 519 l 1\n 65 519 l 1\n 64 4 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B3F\nEncoding: 2879 2879 1300\nWidth: 1\nFlags: W\nHStem: 640 46<-299 -249>\nFore\n-71 608 m 1\n -103 577 l 1\n -149 618 -195 640 -277 640 c 0\n -354 640 -392 617 -441 577 c 1\n -474 611 l 1\n -422 656 -368 686 -279 686 c 0\n -180 686 -131 661 -71 608 c 1\nEndSplineSet\nEndChar\nStartChar: uni0B40\nEncoding: 2880 2880 1301\nWidth: 190\nFlags: W\nHStem: 0 21G<82 128>\nVStem: 82 46<0 539>\nDStem: 128 539 82 460 -35 432 -11 398\nFore\n128 0 m 1\n 82 0 l 1\n 82 460 l 1\n -11 398 l 1\n -35 432 l 1\n 128 539 l 1\n 128 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B41\nEncoding: 2881 2881 1302\nWidth: 1\nFlags: W\nHStem: -459 45<-194 -176> -419 46<30 41> -310 44<-194 -180>\nVStem: -289 48<-377 -360> -108 43<-296 -221>\nFore\n134 -349 m 1\n 127 -376 76 -419 39 -419 c 0\n -5 -419 -39 -396 -70 -377 c 1\n -85 -402 l 1\n -113 -440 -147 -459 -186 -459 c 0\n -245 -459 -289 -420 -289 -362 c 0\n -289 -310 -243 -266 -192 -266 c 0\n -161 -266 -132 -282 -108 -296 c 1\n -108 -221 l 1\n -65 -221 l 1\n -65 -326 l 1\n -37 -345 2 -373 32 -373 c 0\n 47 -373 64 -365 81 -348 c 0\n 92 -337 100 -328 103 -321 c 1\n 134 -349 l 1\n-106 -348 m 1\n -122 -332 -159 -310 -188 -310 c 0\n -216 -310 -241 -337 -241 -365 c 0\n -241 -399 -218 -414 -183 -414 c 0\n -142 -414 -120 -383 -106 -348 c 1\nEndSplineSet\nEndChar\nStartChar: uni0B42\nEncoding: 2882 2882 1303\nWidth: 1\nFlags: W\nHStem: -451 44<-107 -94> -400 45<91 108> -291 34<-107 -104> -291 57<-105 -103>\nVStem: -212 48<-357 -347>\nFore\n-212 -349 m 0\n -212 -298.526 -168.367 -257 -105 -257 c 1\n -105 -234 l 1\n -62 -234 l 1\n -62 -294 l 1\n -104 -291 l 2\n -138 -291 -164 -320 -164 -354 c 0\n -164 -386 -130 -407 -99 -407 c 0\n -64 -407 -34 -390 -7 -355 c 0\n 13 -329 23 -310 23 -297 c 1\n 35 -336 63 -355 106 -355 c 0\n 124 -355 141 -349 158 -336 c 1\n 178 -317 l 1\n 207 -340 l 1\n 182 -373 149 -400 103 -400 c 0\n 78 -400 55 -391 34 -372 c 1\n 23.6365 -401.363 -40.7429 -451 -96 -451 c 0\n -158 -451 -212 -409 -212 -349 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B43\nEncoding: 2883 2883 1304\nWidth: 1\nFlags: W\nHStem: -256 38<-330 -305> -141 34<-287 -275>\nVStem: -436 42<-157 -155> -239 39<-180 -173>\nFore\n-394 -157 m 0\n -394 -192.806 -357.466 -218 -318 -218 c 0\n -284 -218 -239 -210 -239 -178 c 0\n -239 -154 -263 -141 -287 -141 c 0\n -304 -141 -315 -145 -328 -148 c 1\n -308 -109 l 1\n -280 -107 l 2\n -236 -107 -200 -132 -200 -175 c 0\n -200 -233 -254 -256 -317 -256 c 0\n -379 -256 -436 -218 -436 -157 c 0\n -436 -134 -422 -105 -394 -72 c 0\n -373 -48 -357 -34 -348 -30 c 1\n -311 -47 l 1\n -315 -47 -329 -61 -354 -88 c 0\n -381 -119 -394 -142 -394 -157 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B47\nEncoding: 2887 2887 1305\nWidth: 396\nFlags: W\nHStem: -9 47<201 219> 271 46<104 125.935> 492 45<203 212>\nVStem: -6 50<274 312> 289 49<129 140>\nFore\n338 131 m 0\n 338 63.4446 284.229 -9 210 -9 c 0\n 73 -9 -6 131 -6 274 c 0\n -6 420 64 537 203 537 c 0\n 250 537 286 521 311 490 c 0\n 318 482 326 466 337 442 c 1\n 298 417 l 1\n 279.28 462.462 249.856 492 203 492 c 0\n 158 492 120 474 91 438 c 0\n 60 397 44 355 44 312 c 1\n 65 314 86 315 107 317 c 1\n 171 317 226 298 270 261 c 0\n 316 224 338 180 338 131 c 0\n289 138 m 0\n 289 174 269 205 228 231 c 0\n 193 254 157 271 104 271 c 2\n 73 270 l 1\n 44 267 l 1\n 57.1079 133.3 99.8061 38 208 38 c 0\n 258 38 289 87 289 138 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B60\nEncoding: 2912 2912 1306\nWidth: 563\nFlags: W\nHStem: -4 45<200 210> 23 35<415 436> 210 50<200 210> 490 47<224 242>\nVStem: 1 51<296.826 328> 69 54<128 136> 276 55<128 136> 426 51<317 328> 460 40<97 104 211 227>\nDStem: 349 75 436 23 437 -57 489 -57\nFore\n238 537 m 0\n 364.39 537 477 449.483 477 317 c 0\n 477 308 473 297 465 285 c 1\n 484 273 500 249 500 222 c 0\n 500 194 490 173 470 159 c 1\n 487 148 500 122 500 98 c 0\n 500 60.3439 478.069 23 436 23 c 1\n 489 -57 l 1\n 437 -57 l 1\n 349 75 l 1\n 369 64 384 58 415 58 c 0\n 440 58 459 74 460 97 c 0\n 460 120 441 141 403 159 c 1\n 437.43 167.607 460 190.445 460 223 c 0\n 460 242 438 258 420 260 c 1\n 409 260 398 260 392 255 c 1\n 409 274 l 1\n 420 289 426 304 426 317 c 0\n 426 417.492 334.62 490 234 490 c 0\n 184 490 141 472 106 435 c 0\n 70 398 52 357 52 312 c 0\n 52 285 61 263 78 246 c 1\n 110 225 l 1\n 135 248 165 260 200 260 c 0\n 272 260 331 198 331 128 c 0\n 331 53 273 -4 200 -4 c 0\n 129 -4 69 58 69 128 c 2\n 69 144 l 1\n 82 182 l 1\n 36 209 1 253 1 311 c 0\n 1 439 112 537 238 537 c 0\n200 41 m 0\n 243.376 41 276 82.3086 276 128 c 0\n 276 173 244 210 200 210 c 128\n 156 210 123 171 123 128 c 0\n 123 83 156 41 200 41 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B66\nEncoding: 2918 2918 1307\nWidth: 508\nFlags: W\nHStem: -5 45<209 227> 491 46<209 227>\nVStem: 18 34<270 284> 403 34<270 284>\nFore\n437 270 m 0\n 437 193 416 128 375 75 c 128\n 334 22 284 -5 225 -5 c 0\n 168 -5 119 22 78 76 c 0\n 38 129 18 194 18 270 c 0\n 18 345 38 408 78 460 c 0\n 119 511 168 537 225 537 c 128\n 282 537 332 511 374 460 c 0\n 416 408 437 345 437 270 c 0\n403 270 m 0\n 403 331 385 383 350 426 c 0\n 314 469 272 491 224 491 c 0\n 178 491 138 470 104 428 c 0\n 69 385 52 333 52 270 c 128\n 52 207 69 152 102 108 c 0\n 135 62 176 40 224 40 c 128\n 272 40 314 62 350 108 c 0\n 385 152 403 207 403 270 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B67\nEncoding: 2919 2919 1308\nWidth: 424\nFlags: W\nHStem: 235 50<184 203> 510 49<184 203>\nVStem: 25 54<383 404> 303 54<384 413>\nFore\n25 383 m 0\n 25 488.154 93.0874 559 194 559 c 0\n 283 559 357 491 357 404 c 0\n 357 312 291 235 201 235 c 0\n 160 235 124 250 92 279 c 1\n 96 255 111 222 138 181 c 0\n 190 102 248 61 325 15 c 1\n 291 -20 l 1\n 253 1 169 61 141 98 c 0\n 97 149 56 226 36 301 c 0\n 29 329 25 356 25 383 c 0\n303 398 m 0\n 303 462 253 510 192 510 c 0\n 128 510 79 461 79 398 c 0\n 79 336 131 285 192 285 c 0\n 254 285 303 337 303 398 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B68\nEncoding: 2920 2920 1309\nWidth: 440\nFlags: W\nHStem: 239 37<183 201> 520 39<194 201>\nVStem: 24 47<395 413> 314 47<382 406>\nFore\n361 383 m 0\n 361 268 307 164 246 98 c 0\n 227 75 166 27 137 7 c 0\n 130 2 117 -7 96 -20 c 1\n 69 20 l 1\n 90 28 136 61 159 77 c 1\n 214 122 275 201 296 267 c 1\n 269 253 l 1\n 246 244 222 239 196 239 c 0\n 101 239 24 311 24 404 c 0\n 24 495 104 559 194 559 c 0\n 297 559 361 487 361 383 c 0\n314 398 m 0\n 314 466 260 520 194 520 c 0\n 124 520 71 467 71 398 c 0\n 71 331 128 276 194 276 c 128\n 260 276 314 333 314 398 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B69\nEncoding: 2921 2921 1310\nWidth: 600\nFlags: W\nHStem: 0 21G<239 284 473 519> 194 45<78 91> 511 44<131 150> 517 42<371 389>\nVStem: -12 44<335 369> 122 43<276 281> 239 45<0 444> 473 46<0 436>\nFore\n519 0 m 1\n 473 0 l 1\n 473 439 l 2\n 473 480.785 427.129 517 375 517 c 0\n 332 517 284 484 284 444 c 2\n 284 0 l 1\n 239 0 l 1\n 239 444 l 1\n 232 458 227 467 219 477 c 0\n 198 500 173 511 144 511 c 0\n 75 511 32 428 32 357 c 0\n 32 309 38 239 80 239 c 0\n 107 239 119 252 122 276 c 0\n 122 294 103 308 85 317 c 1\n 95 357 l 1\n 134 343 165 319 165 279 c 0\n 165 234 133 194 89 194 c 0\n 13 194 -12 268 -12 349 c 0\n -12 462 42 555 148 555 c 0\n 201 555 231 535 260 504 c 1\n 286 535 319 559 373 559 c 0\n 429 559 470 539 496 498 c 0\n 503 487 511 466 519 436 c 1\n 519 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B6A\nEncoding: 2922 2922 1311\nWidth: 600\nFlags: W\nHStem: -9 47<255 273>\nVStem: 96 51<150 160> 374 50<150 168>\nFore\n506 540 m 1\n 461.192 445.969 390.013 388.281 308 330 c 1\n 321 328 341 311 368 280 c 0\n 405 239 424 197 424 156 c 0\n 424 105 408 65 377 36 c 0\n 346 6 307 -9 261 -9 c 0\n 165 -9 96 63 96 158 c 0\n 96 211 132 269 176 304 c 2\n 210 330 l 1\n 123.978 386.901 54.1663 445.321 0 535 c 1\n 52 560 l 1\n 101.404 469.36 166.925 400.177 259 354 c 1\n 333 390 381 443 426 516 c 0\n 434 529 441 545 447 563 c 1\n 506 540 l 1\n374 158 m 0\n 374 215.704 313.34 272.47 259 308 c 1\n 252 304 211 271 203 263 c 0\n 166 226 147 189 147 152 c 0\n 147 87 195 38 259 38 c 0\n 327 38 374 90 374 158 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B6B\nEncoding: 2923 2923 1312\nWidth: 600\nFlags: W\nHStem: 0 47<232 250> 513 44<282.602 299>\nVStem: 100 49<126 146> 156 49<401.315 432> 333 45<126 146> 384 49<415 432>\nFore\n524 162 m 1\n 497 128 l 1\n 448 179 439 189 373 223 c 2\n 340 239 l 1\n 366 193 l 1\n 374 173 378 155 378 138 c 0\n 378 57 319 0 240 0 c 0\n 159 0 100 58 100 138 c 0\n 100 171 115 204 145 236 c 0\n 153 244 168 256 190 271 c 1\n 103.494 297.923 52.0848 342.084 -7 398 c 1\n 28 430 l 1\n 70 376 130 333 194 312 c 1\n 175 342 l 1\n 162 367 156 392 156 417 c 0\n 156 496 219 557 297 557 c 128\n 375 557 433 495 433 419 c 0\n 433 378 417 343 385 314 c 0\n 376 305 359 295 336 283 c 1\n 407 258 452 239 497 194 c 0\n 514 178 523 167 524 162 c 1\n384 424 m 0\n 384 477 349 513 296 513 c 0\n 244 513 205 469 205 418 c 0\n 205 365 235 324 267 300 c 1\n 334.362 320.727 384 358.303 384 424 c 0\n333 144 m 0\n 333 192 302 233 266 261 c 1\n 205.258 234.004 149 196.693 149 140 c 0\n 149 87 187 47 238 47 c 0\n 298 47 333 83 333 144 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B6C\nEncoding: 2924 2924 1313\nWidth: 600\nFlags: W\nHStem: 0 49<0 24.7799> 205 49<175 195> 521 47<273 305>\nVStem: 143 51<444 450> 265 46<305 315 315 320> 431 47<350 385>\nFore\n478 375 m 0\n 478 239.268 389.864 146.005 294 85 c 0\n 231.996 46.8437 92.5287 0 0 0 c 1\n 0 49 l 1\n 200.389 49 431 186.62 431 369 c 0\n 431 447 365 521 290 521 c 0\n 242 521 194 494 194 448 c 0\n 194 434 203 422 221 412 c 2\n 275 385 l 1\n 298 368 310 353 310 318 c 1\n 311 306 l 1\n 311 246 247 205 187 205 c 0\n 148 205 113 219 82 246 c 0\n 61 264 48 279 44 291 c 1\n 83 318 l 1\n 109 286 l 1\n 132 265 158 254 185 254 c 0\n 222 254 265 279 265 315 c 0\n 265 328 257 340 242 349 c 1\n 203 368 143 388 143 446 c 0\n 143 521 215 568 289 568 c 0\n 400 568 478 486 478 375 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B6D\nEncoding: 2925 2925 1314\nWidth: 600\nFlags: W\nHStem: 189 47<207 225> 338 45<207 225> 519 46<255 273>\nVStem: 48 47<345.316 377> 263 48<279 296> 435 50<320 345>\nFore\n48 361 m 0\n 48 467.303 148.107 565 262 565 c 0\n 389 565 485 458 485 334 c 0\n 485 199.325 395.476 125.56 294 69 c 0\n 253 44 199 24 133 8 c 1\n 48 -8 l 1\n 48 38 l 1\n 57 38 85 44 131 57 c 0\n 189 73 235 90 268 109 c 0\n 358 158 435 217 435 337 c 0\n 435 440 363 519 261 519 c 0\n 212 519 172 502 139 467 c 0\n 110 436 95 400 95 361 c 0\n 95 329 106 314 118 294 c 1\n 125 322 l 1\n 141 363 170 383 212 383 c 0\n 269 383 311 342 311 286 c 0\n 311 232 265 189 212 189 c 0\n 120 189 48 271 48 361 c 0\n263 285 m 0\n 263 315 243 338 214 338 c 128\n 185 338 160 317 160 288 c 0\n 160 260 186 236 214 236 c 0\n 243 236 263 257 263 285 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B6E\nEncoding: 2926 2926 1315\nWidth: 511\nFlags: W\nHStem: 0 21G<56 102> 523 42<56 422>\nVStem: 56 46<0 523>\nFore\n422 523 m 1\n 102 523 l 1\n 102 0 l 1\n 56 0 l 1\n 56 565 l 1\n 422 565 l 1\n 422 523 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B6F\nEncoding: 2927 2927 1316\nWidth: 483\nFlags: W\nHStem: -8 25<256 304>\nVStem: 47 45<295 329> 334 45<424 565>\nDStem: 181 514 191 568 379 317 334 424\nFore\n379 317 m 1\n 181 514 l 1\n 120 434 l 1\n 101 395 92 353 92 308 c 0\n 92 192 169 108 249 50 c 0\n 280 28 299 17 304 17 c 1\n 256 -8 l 1\n 251 -8 233 5 202 30 c 0\n 125 92 47 198 47 318 c 0\n 47 416 83 492 149 540 c 0\n 161 549 175 558 191 568 c 1\n 334 424 l 1\n 334 565 l 1\n 379 565 l 1\n 379 317 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B82\nEncoding: 2946 2946 1317\nWidth: 479\nFlags: W\nHStem: 528 54<234 244> 776 54<234 244>\nVStem: 83 57<678 689> 326 58<678 689>\nFore\n234 582 m 0\n 288 582 326 625 326 678 c 0\n 326 734 289 776 234 776 c 0\n 178 776 140 734 140 678 c 0\n 140 620 177 582 234 582 c 0\n234 830 m 0\n 314 830 384 756 384 678 c 0\n 384 598 312 528 234 528 c 0\n 154 528 83 600 83 678 c 0\n 83 759 155 830 234 830 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B83\nEncoding: 2947 2947 1318\nWidth: 893\nFlags: W\nHStem: -2 55<168 177 699 705> 246 55<168 177 699 705> 428 54<417.919 449> 676 54<419.003 449>\nVStem: 16 59<141 159> 258 60<141 159> 283 57<578 591> 526 58<578 591> 549 58<141 159> 792 60<141 159>\nFore\n340 578 m 0\n 340 520.529 374.874 482 434 482 c 0\n 488.765 482 526 524.44 526 578 c 0\n 526 606 518 629 500 648 c 0\n 484 667 461 676 434 676 c 0\n 376.788 676 340 634.005 340 578 c 0\n75 149 m 0\n 75 90.6889 110.628 53 168 53 c 0\n 223.303 53 258 93.1024 258 149 c 0\n 258 203.348 224.372 246 168 246 c 0\n 110.278 246 75 207.492 75 149 c 0\n699 -2 m 0\n 621.139 -2 549 66.4381 549 148 c 0\n 549 188 564 224 594 254 c 0\n 625 286 660 301 699 301 c 0\n 740 301 775 286 806 255 c 128\n 837 224 852 189 852 148 c 0\n 852 109 836 75 804 44 c 0\n 773 13 738 -2 699 -2 c 0\n168 301 m 0\n 207 301 242 286 272 254 c 0\n 303 224 318 188 318 148 c 0\n 318 109 303 74 272 44 c 0\n 242 13 207 -2 168 -2 c 0\n 128 -2 93 13 62 44 c 0\n 31 74 16 109 16 148 c 0\n 16 189 31 224 62 255 c 128\n 93 286 128 301 168 301 c 0\n283 578 m 0\n 283 658.286 351.338 730 434 730 c 0\n 512.657 730 584 658.02 584 578 c 0\n 584 539 569 504 538 474 c 0\n 508 443 473 428 434 428 c 128\n 395 428 360 443 329 474 c 0\n 298 504 283 539 283 578 c 0\n792 149 m 0\n 792 204.258 754.832 246 699 246 c 0\n 643.059 246 607 206.1 607 149 c 0\n 607 94.7414 640.109 53 699 53 c 0\n 754.79 53 792 94.2475 792 149 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B85\nEncoding: 2949 2949 1319\nWidth: 1018\nFlags: W\nHStem: -129 55<347 381> 70 61<72 681 773 908> 197 55<461.712 478> 431 51<539 559>\nVStem: 357 58<305 326> 531 55<307 324> 727 60<207 254> 908 53<-160 471>\nFore\n475 379 m 0\n 435 379 415 357 415 313 c 0\n 415 278 439 252 473 252 c 0\n 508 252 531 282 531 316 c 0\n 531 351 509 379 475 379 c 0\n681 70 m 1\n 72 70 l 1\n 100 -18 241 -74 363 -74 c 0\n 505 -74 620 -19 681 70 c 1\n357 324 m 0\n 357 420.819 455.781 482 557 482 c 0\n 693 482 787 365 787 229 c 0\n 787 194 782 162 773 131 c 1\n 908 131 l 1\n 908 471 l 1\n 961 471 l 1\n 961 -160 l 1\n 908 -160 l 1\n 908 70 l 1\n 748 70 l 1\n 683 -49 534 -129 369 -129 c 0\n 294 -129 221 -112 148 -79 c 0\n 57 -38 12 16 12 82 c 0\n 12 115 38 131 90 131 c 2\n 711 131 l 1\n 722 162 727 197 727 234 c 0\n 727 332.027 651.135 431 552 431 c 0\n 537 431 520 428 502 422 c 1\n 550 412 586 363 586 307 c 1\n 580 243 541 197 473 197 c 0\n 415 197 380 231 364 278 c 0\n 359 291 357 307 357 324 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B86\nEncoding: 2950 2950 1320\nWidth: 1170\nFlags: W\nHStem: -268 47<807 873> -166 55<637 842> -129 55<343 377> 5 51<1007 1022> 70 61<68 677 769 902> 197 55<467 473> 431 51<535 555>\nVStem: 354 54<305 324> 525 55<317 326> 588 254<-167 -111> 723 60<211 254> 902 55<-160 -8 -160 471> 1090 49<-74 -72>\nFore\n408 307 m 0\n 408 282 444 252 467 252 c 0\n 502 252 525 282 525 317 c 0\n 525 358 507 379 471 379 c 0\n 438 379 408 339 408 307 c 0\n677 70 m 1\n 68 70 l 1\n 96 -18 237 -74 359 -74 c 0\n 500 -74 617 -20 677 70 c 1\n850 -268 m 0\n 737.028 -268 588 -248.797 588 -166 c 0\n 588 -129 608 -111 648 -111 c 2\n 842 -111 l 1\n 842 -166 l 1\n 637 -166 l 1\n 646 -215 763 -221 842 -221 c 0\n 1007 -221 1090 -172 1090 -74 c 0\n 1090 -28 1054 5 1009 5 c 0\n 992 5 974 1 957 -8 c 1\n 957 -160 l 1\n 902 -160 l 1\n 902 70 l 1\n 744 70 l 1\n 679 -49 530 -129 365 -129 c 0\n 290 -129 217 -112 144 -79 c 0\n 53 -38 8 16 8 82 c 0\n 8 115 34 131 86 131 c 2\n 707 131 l 1\n 718 162 723 197 723 234 c 0\n 723 332.027 647.135 431 548 431 c 0\n 533 431 516 428 498 422 c 1\n 545 411 580 372 580 317 c 0\n 580 250 533 197 467 197 c 0\n 396 197 354 252 354 324 c 0\n 354 374 377 414 424 444 c 0\n 463 469 506 482 553 482 c 0\n 689 482 783 365 783 229 c 0\n 783 194 778 162 769 131 c 1\n 902 131 l 1\n 902 471 l 1\n 957 471 l 1\n 957 41 l 1\n 977 51 998 56 1020 56 c 0\n 1092 56 1139 -3 1139 -74 c 0\n 1139 -219 1015 -268 850 -268 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B87\nEncoding: 2951 2951 1321\nWidth: 916\nFlags: W\nHStem: -273 51<48 74> -244 60<496 533> -2 21G<811 859> 113 55<396 451> 234 57<309 328> 445 78<326 393> 463 60<393 416.67> 684 48<432 482>\nVStem: 12 62<286 336> 193 55<352 369> 398 51<350 369> 586 55<232 272> 654 59<-82 -56> 811 48<-2 384>\nFore\n398 361 m 0\n 398 399 363 445 326 445 c 0\n 278 445 248 404 248 357 c 0\n 248 315 281 291 323 291 c 0\n 366 291 398 319 398 361 c 0\n-79 -138 m 16\n -78 -74 -49 -48 2 -2 c 0\n 14 9 40 28 79 56 c 1\n 34 135 12 221 12 313 c 0\n 12 436 56 537 143 616 c 0\n 227 693 331 732 455 732 c 0\n 706 732 859 606 859 361 c 2\n 859 -2 l 1\n 811 -2 l 1\n 811 361 l 2\n 811 573 674 684 459 684 c 0\n 346 684 254 649 182 580 c 128\n 110 511 74 420 74 307 c 0\n 74 226 92 151 130 82 c 1\n 167 102 218 128 272 144 c 0\n 329 160 379 168 424 168 c 0\n 475 168 520 161 559 146 c 1\n 579 186 586 215 586 254 c 0\n 586 311 562 358 531 398 c 0\n 498 441 453 463 398 463 c 1\n 423 440 449 401 449 354 c 0\n 449 283 396 234 326 234 c 0\n 289 234 257 248 232 276 c 0\n 206 303 193 334 193 367 c 0\n 193 465 290 523 393 523 c 0\n 542 523 641 400 641 248 c 0\n 641 201 627 159 607 122 c 1\n 675 80 713 13 713 -74 c 0\n 713 -174 621 -244 520 -244 c 0\n 447 -244 377 -223 308 -182 c 1\n 216 -243 132 -273 55 -273 c 128\n -22 -273 -80 -212 -79 -138 c 16\n529 99 m 1\n 498 108 462 113 420 113 c 0\n 331 113 236 87 158 37 c 1\n 196 -19 254 -76 309 -114 c 1\n 404 -63 486 32 529 99 c 1\n578 77 m 1\n 580 76 l 1\n 540 21 457 -78 362 -146 c 1\n 412 -171 462 -184 514 -184 c 0\n 547 -184 587 -183 616 -158 c 0\n 646 -132 654 -100 654 -68 c 0\n 654 -1 627 47 578 77 c 1\n107 10 m 1\n 82 -5 52 -28 21 -58 c 0\n -15 -93 -21 -118 -18 -160 c 24\n -16.2073 -197.647 16.3992 -222 56 -222 c 0\n 104 -222 177 -197 256 -146 c 1\n 202 -105 146 -46 107 10 c 1\nEndSplineSet\nEndChar\nStartChar: uni0B88\nEncoding: 2952 2952 1322\nWidth: 676\nFlags: W\nHStem: -2 21G<16 76 330 391> 168 96<197 199 502.175 515> 422 60<16 330 16 645>\nVStem: 16 60<-2 422> 150 94<205.997 223> 330 61<-2 422> 465 94<205.997 223>\nFore\n197 264 m 0\n 223 264 244 241 244 216 c 0\n 244 189 223 168 197 168 c 0\n 170 168 150 190 150 216 c 0\n 150 244 169 264 197 264 c 0\n512 264 m 0\n 538 264 559 241 559 216 c 0\n 559 189 538 168 512 168 c 0\n 485 168 465 190 465 216 c 0\n 465 244 484 264 512 264 c 0\n391 -2 m 1\n 330 -2 l 1\n 330 422 l 1\n 76 422 l 1\n 76 -2 l 1\n 16 -2 l 1\n 16 482 l 1\n 645 482 l 1\n 645 422 l 1\n 391 422 l 1\n 391 -2 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B89\nEncoding: 2953 2953 1323\nWidth: 836\nFlags: W\nHStem: -2 55<107 787> 113 55<115 244> 216 42<107 117> 361 41<115 133> 428 54<209 244>\nVStem: 12 49<82 84 301 315> 161 50<301 319> 381 55<281 303>\nFore\n127 -2 m 2\n 50 -2 12 26 12 82 c 0\n 12 137 58 168 115 168 c 2\n 242 168 l 2\n 299.757 168 381 221.638 381 283 c 0\n 381 374 318 428 228 428 c 0\n 191 428 160 419 133 402 c 1\n 183 402 211 359 211 307 c 0\n 211 251 171 216 115 216 c 0\n 56 216 12 255 12 313 c 0\n 12 372 36 416 85 445 c 0\n 126 470 174 482 230 482 c 0\n 344 482 436 401 436 289 c 0\n 436 239 414 197 369 162 c 0\n 328 129 281 113 230 113 c 2\n 115 113 l 2\n 79 113 61 103 61 82 c 0\n 61 63 79 53 115 53 c 2\n 787 53 l 1\n 787 -2 l 1\n 127 -2 l 2\n115 361 m 0\n 83 361 62 337 62 305 c 0\n 62 274 78 258 109 258 c 128\n 140 258 161 283 161 313 c 0\n 161 345 146 361 115 361 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B8A\nEncoding: 2954 2954 1324\nWidth: 1225\nFlags: W\nHStem: -2 55<101 1180> 113 55<109 238> 113 63<597 615> 216 42<101 111> 279 50<597 615> 361 41<109 127> 416 55<938 980 938 1180> 428 54<203 238>\nVStem: 6 49<82 84 301 317> 155 50<301 319> 375 55<277 303> 490 61<229 258> 660 61<223 231> 799 55<119 319> 980 55<119 416>\nFore\n822 389 m 1\n 843 426 887 471 938 471 c 2\n 1180 471 l 1\n 1180 416 l 1\n 1035 416 l 1\n 1035 119 l 1\n 980 119 l 1\n 980 416 l 1\n 943 416 l 1\n 884 411 854 374 854 307 c 2\n 854 119 l 1\n 799 119 l 1\n 799 307 l 2\n 799 376 745 422 672 422 c 0\n 649 422 625 412 599 393 c 0\n 568 370 553 344 553 314 c 1\n 572 324 591 329 610 329 c 0\n 672 329 721 284 721 223 c 0\n 721 156 671 113 605 113 c 0\n 541 113 490 192 490 258 c 0\n 490 313 506 363 539 406 c 0\n 574 453 619 477 672 477 c 0\n 744 477 799 442 822 389 c 1\n1180 53 m 1\n 1180 -2 l 1\n 121 -2 l 2\n 44 -2 6 26 6 82 c 0\n 6 137 52 168 109 168 c 2\n 236 168 l 2\n 298.736 168 375 219.975 375 283 c 0\n 375 374 312 428 222 428 c 0\n 185 428 154 419 127 402 c 1\n 177 402 205 359 205 307 c 0\n 205 251 165 216 109 216 c 0\n 50 216 6 255 6 313 c 0\n 6 372 30 416 79 445 c 0\n 120 470 168 482 225 482 c 0\n 337 482 430 398 430 289 c 0\n 430 189 326 113 225 113 c 2\n 109 113 l 2\n 73 113 55 103 55 82 c 0\n 55 63 73 53 109 53 c 2\n 1180 53 l 1\n104 258 m 0\n 135 258 155 283 155 313 c 0\n 155 345 140 361 109 361 c 0\n 77 361 56 338 56 306 c 128\n 56 274 72 258 104 258 c 0\n551 229 m 0\n 551 196 576 176 609 176 c 0\n 643 176 660 192 660 223 c 0\n 660 260 640 279 601 279 c 0\n 568 279 551 262 551 229 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B8E\nEncoding: 2958 2958 1325\nWidth: 744\nFlags: W\nHStem: -2 58<205 223> 240 59<209 223> 416 61<268 475 268 715>\nVStem: 14 60<229 252.31> 311 54<141 154> 475 60<-2 416>\nFore\n268 477 m 2\n 715 477 l 1\n 715 416 l 1\n 535 416 l 1\n 535 -2 l 1\n 475 -2 l 1\n 475 416 l 1\n 268 416 l 2\n 164 416 74 335 74 234 c 1\n 103 277 150 299 213 299 c 0\n 303 299 365 243 365 154 c 0\n 365 108 348 69 315 38 c 0\n 286 11 255 -2 221 -2 c 0\n 97 -2 14 105 14 229 c 0\n 14 371 128 477 268 477 c 2\n311 143 m 0\n 311 186 262 240 221 240 c 0\n 168 240 117 194 117 143 c 0\n 117 90 159 56 211 56 c 0\n 267 56 311 88 311 143 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B8F\nEncoding: 2959 2959 1326\nWidth: 744\nFlags: W\nHStem: -2 58<205 223> 240 59<209 223> 416 61<268 475 268 715>\nVStem: 14 60<229 252.31> 311 54<140 154> 475 60<15 416>\nDStem: 475 16 535 4 328 -195 395 -195\nFore\n535 4 m 1\n 395 -195 l 1\n 328 -195 l 1\n 475 16 l 1\n 475 416 l 1\n 268 416 l 2\n 164 416 74 335 74 234 c 1\n 103 277 150 299 213 299 c 0\n 303 299 365 243 365 154 c 0\n 365 108 348 69 315 38 c 0\n 286 11 255 -2 221 -2 c 0\n 97 -2 14 105 14 229 c 0\n 14 371 128 477 268 477 c 2\n 715 477 l 1\n 715 416 l 1\n 535 416 l 1\n 535 4 l 1\n311 143 m 0\n 311 186 262 240 221 240 c 0\n 168 240 117 194 117 143 c 0\n 117 90 159 56 211 56 c 0\n 267 56 311 88 311 143 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B90\nEncoding: 2960 2960 1327\nWidth: 848\nFlags: W\nHStem: -265 52<203 236> 4 55<215 594> 102 52<148 160> 313 57<148 160> 428 49<236 253>\nVStem: 12 64<238 258> 18 60<-100 -86> 227 64<213.806 242> 398 55<-77 -45 113 277> 723 64<-109 -91> 738 55<240 260>\nFore\n738 240 m 0\n 738 326.658 677.493 422 592 422 c 0\n 509 422 453 348 453 264 c 2\n 453 113 l 1\n 398 113 l 1\n 398 258 l 2\n 398 348 324 428 236 428 c 0\n 180 428 126 399 109 361 c 1\n 126 367 143 370 158 370 c 0\n 237 370 291 306 291 229 c 0\n 291 153 225 102 150 102 c 0\n 108 102 73 121 46 159 c 0\n 23 190 12 223 12 258 c 0\n 12 386 109 477 236 477 c 0\n 331 477 396 444 430 379 c 1\n 461 438 508 477 592 477 c 0\n 712 477 793 364 793 240 c 0\n 793 102 714 4 580 4 c 2\n 236 4 l 2\n 156 4 78 -29 78 -100 c 0\n 78 -166 149 -213 217 -213 c 0\n 303.336 -213 398 -147.369 398 -63 c 2\n 398 -45 l 1\n 453 -45 l 1\n 453 -86 l 2\n 453 -157 523 -213 592 -213 c 0\n 659 -213 723 -165 723 -100 c 0\n 723 -78 716 -58 701 -39 c 1\n 699 -27 l 1\n 699 -7 723 4 744 4 c 1\n 773 -32 787 -68 787 -105 c 0\n 787 -202 692 -268 592 -268 c 0\n 511 -268 445 -227 418 -172 c 1\n 381 -234 315 -265 221 -265 c 0\n 108 -265 18 -207 18 -100 c 0\n 18 9 125 59 242 59 c 2\n 580 59 l 2\n 675 59 738 144 738 240 c 0\n150 313 m 0\n 104 313 76 283 76 238 c 0\n 76 188 109 154 158 154 c 0\n 201 154 227 185 227 228 c 0\n 227 276 197 313 150 313 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B92\nEncoding: 2962 2962 1328\nWidth: 813\nFlags: W\nHStem: -273 52<284 317> -105 54<547.183 623> -98 55<255 257> -2 61<148 168> 4 55<598 607> 191 59<150 173> 428 54<355 420>\nVStem: 150 61<-151 -139> 230 55<125 129> 373 62<62 81> 475 63<113 129> 689 67<174 208>\nFore\n381 482 m 0\n 596.929 482 756 399.162 756 197 c 0\n 756 94 696 4 600 4 c 0\n 529 4 475 44 475 114 c 0\n 475 130 478 148 484 168 c 1\n 451 147 435 117 435 79 c 0\n 435 9 488 -51 557 -51 c 2\n 623 -51 l 1\n 623 -105 l 1\n 557 -105 l 2\n 535 -105 514 -120 495 -149 c 0\n 465 -193 445 -220 434 -229 c 0\n 403 -258 361 -273 309 -273 c 0\n 214 -273 150 -231 150 -141 c 0\n 150 -79 194 -43 255 -43 c 0\n 308 -43 357 -74 357 -123 c 1\n 297 -123 l 1\n 284 -106 270 -98 255 -98 c 0\n 230 -98 211 -121 211 -146 c 0\n 211 -196 242 -221 303 -221 c 0\n 348 -221 381 -204 403 -169 c 0\n 435 -119 458 -89 473 -80 c 1\n 410 -80 373 8 373 78 c 0\n 373 120 388 158 418 192 c 0\n 447 227 483 244 524 244 c 0\n 544 244 563 237 580 223 c 1\n 561 199 538 163 538 127 c 0\n 538 86 565 59 605 59 c 0\n 665.602 59 689 116.92 689 191 c 0\n 689 358 563 428 387 428 c 0\n 236.443 428 89.9979 358.977 78 229 c 1\n 110 243 139 250 166 250 c 0\n 240 250 285 199 285 125 c 0\n 285 58 229 -2 164 -2 c 0\n 63 -2 12 64 12 197 c 0\n 12 291 53 364 135 416 c 0\n 204 460 286 482 381 482 c 0\n164 191 m 0\n 123 191 84 165 84 125 c 128\n 84 85 117 59 157 59 c 0\n 198 59 230 85 230 125 c 0\n 230 160 198 191 164 191 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B93\nEncoding: 2963 2963 1329\nWidth: 813\nFlags: W\nHStem: -273 63<247 309> -105 54<547.183 623> -100 55<252.257 269> -2 61<148 166> 4 55<598 607> 189 61<148 168> 428 54<363 420>\nVStem: 150 61<-151 -141> 230 55<125 129> 314 57<-151 -128> 373 62<62 81> 475 63<113 129> 689 67<174 208>\nFore\n150 59 m 0\n 195 59 230 82 230 125 c 0\n 230 164 197 189 158 189 c 0\n 117 189 84 165 84 125 c 0\n 84 90 116 59 150 59 c 0\n247 -210 m 1\n 298 -210 314 -172 314 -135 c 8\n 314 -112 288 -100 266 -100 c 0\n 233 -100 215 -115 211 -146 c 1\n 211 -177 223 -198 247 -210 c 1\n381 482 m 0\n 596.929 482 756 399.162 756 197 c 0\n 756 94 696 4 600 4 c 0\n 529 4 475 44 475 114 c 0\n 475 130 478 148 484 168 c 1\n 451 147 435 117 435 79 c 0\n 435 9 488 -51 557 -51 c 2\n 623 -51 l 1\n 623 -105 l 1\n 557 -105 l 2\n 535 -105 514 -120 495 -149 c 0\n 465 -193 445 -220 434 -229 c 0\n 403 -258 361 -273 309 -273 c 0\n 203 -273 150 -229 150 -141 c 0\n 150 -86 210 -45 266 -45 c 0\n 325 -45 371 -82 371 -140 c 0\n 371 -167 368 -198 328 -220 c 1\n 360 -214 389 -192 403 -169 c 0\n 435 -119 458 -89 473 -80 c 1\n 410 -80 373 8 373 78 c 0\n 373 120 388 158 418 192 c 0\n 447 227 483 244 524 244 c 0\n 544 244 563 237 580 223 c 1\n 561 199 538 163 538 127 c 0\n 538 86 565 59 605 59 c 0\n 665.602 59 689 116.92 689 191 c 0\n 689 358 563 428 387 428 c 0\n 236.443 428 89.9979 358.977 78 229 c 1\n 110 243 139 250 166 250 c 0\n 240 250 285 199 285 125 c 0\n 285 58 229 -2 164 -2 c 0\n 63 -2 12 64 12 197 c 0\n 12 291 53 364 135 416 c 0\n 204 460 286 482 381 482 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B94\nEncoding: 2964 2964 1330\nWidth: 813\nFlags: W\nHStem: -273 52<284 317> -105 54<547.183 623> -98 55<255 257> -2 61<148 168> 4 55<598 607> 60 50<897 912> 197 55<1238 1280 1238 1480> 203 55<972 989> 428 54<355 420>\nVStem: 150 61<-151 -139> 230 55<125 129> 373 62<62 95> 475 63<113 129> 689 67<174 208> 790 61<10 39> 960 61<4 16> 1099 55<-200 97> 1280 55<-200 197>\nFore\n1122 170 m 1\n 1143 207 1187 252 1238 252 c 2\n 1480 252 l 1\n 1480 197 l 1\n 1335 197 l 1\n 1335 -200 l 1\n 1280 -200 l 1\n 1280 197 l 1\n 1243 197 l 1\n 1184 192 1154 155 1154 88 c 2\n 1154 -200 l 1\n 1099 -200 l 1\n 1099 88 l 2\n 1099 157 1045 203 972 203 c 0\n 949 203 925 193 899 174 c 0\n 868 151 853 125 853 95 c 1\n 872 105 891 110 910 110 c 0\n 972 110 1021 65 1021 4 c 0\n 1021 -63 971 -106 905 -106 c 0\n 841 -106 790 -27 790 39 c 0\n 790 94 806 144 839 187 c 0\n 874 234 919 258 972 258 c 0\n 1044 258 1099 223 1122 170 c 1\n851 10 m 0\n 851 -23 876 -43 909 -43 c 0\n 943 -43 960 -27 960 4 c 0\n 960 41 940 60 901 60 c 0\n 868 60 851 43 851 10 c 0\n381 482 m 0\n 596.929 482 756 399.162 756 197 c 0\n 756 94 696 4 600 4 c 0\n 529 4 475 44 475 114 c 0\n 475 130 478 148 484 168 c 1\n 451 147 435 117 435 79 c 0\n 435 9 488 -51 557 -51 c 2\n 623 -51 l 1\n 623 -105 l 1\n 557 -105 l 2\n 535 -105 514 -120 495 -149 c 0\n 465 -193 445 -220 434 -229 c 0\n 403 -258 361 -273 309 -273 c 0\n 214 -273 150 -231 150 -141 c 0\n 150 -79 194 -43 255 -43 c 0\n 308 -43 357 -74 357 -123 c 1\n 297 -123 l 1\n 284 -106 270 -98 255 -98 c 0\n 230 -98 211 -121 211 -146 c 0\n 211 -196 242 -221 303 -221 c 0\n 348 -221 381 -204 403 -169 c 0\n 435 -119 458 -89 473 -80 c 1\n 410 -80 373 8 373 78 c 0\n 373 120 388 158 418 192 c 0\n 447 227 483 244 524 244 c 0\n 544 244 563 237 580 223 c 1\n 561 199 538 163 538 127 c 0\n 538 86 565 59 605 59 c 0\n 665.602 59 689 116.92 689 191 c 0\n 689 358 563 428 387 428 c 0\n 236.443 428 89.9979 358.977 78 229 c 1\n 110 243 139 250 166 250 c 0\n 240 250 285 199 285 125 c 0\n 285 58 229 -2 164 -2 c 0\n 63 -2 12 64 12 197 c 0\n 12 291 53 364 135 416 c 0\n 204 460 286 482 381 482 c 0\n164 191 m 0\n 123 191 84 165 84 125 c 128\n 84 85 117 59 157 59 c 0\n 198 59 230 85 230 125 c 0\n 230 160 198 191 164 191 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B95\nEncoding: 2965 2965 1331\nWidth: 688\nFlags: W\nHStem: -2 55<223 241> 6 60<478 497> 234 55<102 125 180 342 396 497> 428 54<125 342 125 555>\nVStem: 16 60<166 180> 125 55<289 428> 342 54<157 234 289 428> 578 55<130.314 159>\nFore\n180 428 m 1\n 180 289 l 1\n 342 289 l 1\n 342 428 l 1\n 180 428 l 1\n125 234 m 2\n 96 234 76 196 76 168 c 0\n 76 107 160 53 223 53 c 0\n 302 53 342 91 342 168 c 2\n 342 234 l 1\n 125 234 l 2\n223 -2 m 0\n 115.595 -2 16 72.2383 16 180 c 0\n 16 233 53 289 102 289 c 2\n 125 289 l 1\n 125 482 l 1\n 555 482 l 1\n 555 428 l 1\n 396 428 l 1\n 396 289 l 1\n 506 289 l 2\n 579 289 633 217 633 143 c 0\n 633 64 561 6 484 6 c 0\n 463 6 440 11 416 21 c 1\n 416 82 l 1\n 436 71 457 66 480 66 c 0\n 534 66 578 93 578 143 c 0\n 578 204 546 234 482 234 c 2\n 396 234 l 1\n 396 143 l 2\n 396 50 319 -2 223 -2 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B99\nEncoding: 2969 2969 1332\nWidth: 744\nFlags: W\nHStem: -2 55<232 691> 257 66<349 367> 428 54<14 232 14 432>\nVStem: 14 54<-2 428> 232 55<131 223 131 428> 449 67<173 191> 637 54<53 482>\nFore\n14 482 m 1\n 432 482 l 1\n 432 428 l 1\n 287 428 l 1\n 287 295 l 1\n 310 314 336 323 365 323 c 0\n 443 323 516 262 516 186 c 0\n 516 125 498 81 461 53 c 1\n 637 53 l 1\n 637 482 l 1\n 691 482 l 1\n 691 -2 l 1\n 232 -2 l 1\n 232 53 l 1\n 365 53 l 1\n 421 70 450 126 449 180 c 8\n 448 226 404 257 358 257 c 0\n 329 257 305 246 287 223 c 1\n 287 131 l 1\n 232 131 l 1\n 232 428 l 1\n 68 428 l 1\n 68 -2 l 1\n 14 -2 l 1\n 14 482 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B9A\nEncoding: 2970 2970 1333\nWidth: 676\nFlags: W\nHStem: -2 55<223 241> 234 55<102 126 180 342 396 627> 428 54<125 342 125 555>\nVStem: 16 60<166 182> 125 55<289 428> 342 54<157 234 289 428>\nFore\n223 -2 m 0\n 115.595 -2 16 72.2383 16 180 c 0\n 16 234 50 289 102 289 c 2\n 125 289 l 1\n 125 482 l 1\n 555 482 l 1\n 555 428 l 1\n 396 428 l 1\n 396 289 l 1\n 627 289 l 1\n 627 234 l 1\n 396 234 l 1\n 396 143 l 2\n 396 50 319 -2 223 -2 c 0\n342 168 m 2\n 342 234 l 1\n 125 234 l 2\n 93 234 76 203 76 168 c 0\n 76 107 160 53 223 53 c 0\n 302 53 342 91 342 168 c 2\n342 428 m 1\n 180 428 l 1\n 180 289 l 1\n 342 289 l 1\n 342 428 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B9C\nEncoding: 2972 2972 1334\nWidth: 848\nFlags: W\nHStem: -268 55<203 221> -262 57<650 670> -73 59<652 670> 4 55<215 598> 102 56<147 160> 308 62<147 160> 428 49<236 253>\nVStem: 12 60<234 258> 18 60<-100 -86> 230 61<216.238 242> 398 55<113 277> 549 47<-148 -134> 738 49<-148 -134> 738 55<240 260>\nFore\n596 -136 m 0\n 596 -176.37 618.81 -205 662 -205 c 0\n 703 -205 738 -181 738 -141 c 128\n 738 -101 708 -73 668 -73 c 0\n 629 -73 596 -98 596 -136 c 0\n230 229 m 0\n 230 276 195 308 149 308 c 128\n 103 308 72 279 72 234 c 0\n 72 187 109 158 156 158 c 0\n 199 158 230 187 230 229 c 0\n150 102 m 0\n 62.4964 102 12 162.033 12 258 c 0\n 12 386 109 477 236 477 c 0\n 331 477 396 444 430 379 c 1\n 461 438 508 477 592 477 c 0\n 712 477 793 364 793 240 c 0\n 793 96 720 4 580 4 c 2\n 236 4 l 2\n 156 4 78 -29 78 -100 c 0\n 78 -169 146 -213 217 -213 c 0\n 242 -213 281 -196 334 -162 c 2\n 483 -66 l 2\n 537 -31 593 -14 652 -14 c 0\n 729 -14 787 -71 787 -146 c 0\n 787 -214 727 -262 660 -262 c 0\n 595 -262 550 -206 549 -146 c 8\n 549 -122 554 -103 563 -86 c 1\n 551 -90 479 -134 346 -219 c 0\n 295 -252 250 -268 211 -268 c 0\n 114.058 -268 18 -197.2 18 -100 c 0\n 18 9 125 59 242 59 c 2\n 580 59 l 2\n 675 59 738 144 738 240 c 0\n 738 326.658 677.493 422 592 422 c 0\n 509 422 453 348 453 264 c 2\n 453 113 l 1\n 398 113 l 1\n 398 258 l 2\n 398 348 324 428 236 428 c 0\n 180 428 126 399 109 361 c 1\n 126 367 143 370 158 370 c 0\n 237 370 291 306 291 229 c 0\n 291 153 225 102 150 102 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B9E\nEncoding: 2974 2974 1335\nWidth: 984\nFlags: W\nHStem: -273 60<492 521> -2 58<343 361> 187 62<756 770> 240 59<348 361> 416 61<408 613 408 855>\nVStem: 8 60<162 192> 8 127<162 434> 152 61<229 252.31> 449 55<136 154> 613 61<-2 138 -2 416> 867 67<46 66>\nFore\n256 143 m 0\n 256 90 298 56 350 56 c 0\n 405 56 449 89 449 143 c 0\n 449 186 400 240 359 240 c 0\n 307 240 256 194 256 143 c 0\n674 216 m 1\n 701 238 733 249 770 249 c 0\n 876 249 934 162 934 53 c 0\n 934 -56 886 -140 789 -199 c 0\n 708 -248 609 -273 492 -273 c 0\n 363 -273 251 -233 157 -154 c 0\n 58 -70 8 35 8 162 c 0\n 8 294 34 392 86 457 c 1\n 97 459 l 1\n 122 459 135 451 135 434 c 1\n 90 361 68 271 68 162 c 0\n 68 58 114 -31 205 -106 c 0\n 291 -177 387 -213 492 -213 c 0\n 589 -213 673 -192 743 -149 c 0\n 826 -98 867 -27 867 64 c 0\n 867 122 814 187 758 187 c 0\n 727 187 699 170 674 138 c 1\n 674 -2 l 1\n 613 -2 l 1\n 613 416 l 1\n 408 416 l 2\n 303 416 213 335 213 234 c 1\n 246 277 293 299 353 299 c 0\n 443 299 504 243 504 154 c 0\n 504 71 440 -2 359 -2 c 0\n 235 -2 152 105 152 229 c 0\n 152 299 177 358 228 406 c 0\n 278 453 338 477 408 477 c 2\n 855 477 l 1\n 855 416 l 1\n 674 416 l 1\n 674 216 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B9F\nEncoding: 2975 2975 1336\nWidth: 777\nFlags: W\nHStem: -2 55<73 723>\nVStem: 20 54<-2 482>\nFore\n20 482 m 1\n 74 482 l 1\n 74 53 l 1\n 723 53 l 1\n 723 -2 l 1\n 20 -2 l 1\n 20 482 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BA3\nEncoding: 2979 2979 1337\nWidth: 1338\nFlags: W\nHStem: -2 49<178 185 503.982 521 861 863> 240 57<167 185> 428 56<326 369 1000 1097 1000 1314> 432 50<663 697>\nVStem: 8 70<150 191> 273 55<143 152> 367 53<173 207> 613 53<191 207> 711 53<173 207> 957 53<191 207> 1098 60<-2 428>\nFore\n680 482 m 0\n 757 482 818 468 861 441 c 1\n 892 459 953 482 1000 482 c 2\n 1314 482 l 1\n 1314 428 l 1\n 1158 428 l 1\n 1158 -2 l 1\n 1098 -2 l 1\n 1098 428 l 1\n 1000 428 l 2\n 965 428 935 422 910 410 c 1\n 977 355 1010 282 1010 191 c 0\n 1010 90 954 -2 861 -2 c 0\n 769 -2 711 88 711 182 c 0\n 711 275 743 349 807 404 c 1\n 762 423 717 432 674 432 c 0\n 635 432 599 425 566 410 c 1\n 633 355 666 282 666 191 c 0\n 666 90 609 -2 516 -2 c 0\n 426 -2 367 89 367 182 c 0\n 367 278 398 352 461 404 c 1\n 426 420 387 428 346 428 c 0\n 216 428 106 371 86 270 c 1\n 114 288 144 297 176 297 c 0\n 265 297 328 230 328 143 c 0\n 328 51 270 -2 178 -2 c 0\n 123 -2 79 20 48 64 c 0\n 21 101 8 144 8 191 c 0\n 8 278 44 349 115 406 c 0\n 180 458 258 484 347 484 c 0\n 409 484 465 470 516 441 c 1\n 555 462 624 482 680 482 c 0\n178 240 m 0\n 135 240 84 204 80 168 c 2\n 78 150 l 1\n 78 92 121 47 178 47 c 0\n 241 47 273 79 273 143 c 0\n 273 193 227 240 178 240 c 0\n764 191 m 0\n 764 125.432 798.082 47 861 47 c 0\n 917 47 957 132 957 191 c 0\n 957 272 925 334 861 377 c 1\n 796 324 764 262 764 191 c 0\n516 377 m 1\n 452 327 420 265 420 191 c 0\n 420 122 455 47 516 47 c 0\n 569 47 613 135 613 191 c 0\n 613 272 581 334 516 377 c 1\nEndSplineSet\nEndChar\nStartChar: uni0BA4\nEncoding: 2980 2980 1338\nWidth: 664\nFlags: W\nHStem: -146 54<99 369> -2 55<223 245> 234 55<102 125 180 342 396 453> 428 54<125 342 125 555>\nVStem: 16 60<163 182> 125 55<289 428> 342 54<147 234 289 428> 561 54<83 101>\nFore\n223 -2 m 0\n 115.595 -2 16 72.2383 16 180 c 0\n 16 234 50 289 102 289 c 2\n 125 289 l 1\n 125 482 l 1\n 555 482 l 1\n 555 428 l 1\n 396 428 l 1\n 396 289 l 1\n 439 289 l 2\n 547 289 615 203 615 96 c 0\n 615 -58 521 -146 367 -146 c 2\n 125 -146 l 2\n 54 -146 18 -154 26 -245 c 8\n 27 -254 27 -268 27 -268 c 1\n -25 -268 l 1\n -25 -268 -28 -238 -28 -218 c 16\n -28 -127 9 -92 107 -92 c 2\n 342 -92 l 2\n 473.333 -92 561 -33.0201 561 88 c 0\n 561 173 521 234 439 234 c 2\n 396 234 l 1\n 396 143 l 2\n 396 50 319 -2 223 -2 c 0\n180 289 m 1\n 342 289 l 1\n 342 428 l 1\n 180 428 l 1\n 180 289 l 1\n342 234 m 1\n 125 234 l 2\n 93 234 76 203 76 168 c 0\n 76 100 152 53 223 53 c 0\n 302 53 342 91 342 168 c 2\n 342 234 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BA8\nEncoding: 2984 2984 1339\nWidth: 561\nFlags: W\nHStem: -146 54<109 314> -2 21G<8 63 244 299> 225 57<355 371> 428 54<8 244 8 443>\nVStem: 8 55<-2 428> 244 55<-2 186 -2 428> 461 55<82 101>\nFore\n8 482 m 1\n 443 482 l 1\n 443 428 l 1\n 299 428 l 1\n 299 264 l 1\n 325 276 349 282 371 282 c 0\n 466 282 516 183 516 82 c 0\n 516 -55 432 -146 299 -146 c 2\n 129 -146 l 2\n 62 -146 30 -177 32 -239 c 1\n 33 -268 l 1\n -21 -268 l 1\n -23 -222 l 1\n -27 -128 14 -92 111 -92 c 2\n 293 -92 l 2\n 402 -92 461 -27 461 82 c 0\n 461 156 423 225 355 225 c 0\n 325 225 306 212 299 186 c 1\n 299 -2 l 1\n 244 -2 l 1\n 244 428 l 1\n 63 428 l 1\n 63 -2 l 1\n 8 -2 l 1\n 8 482 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BA9\nEncoding: 2985 2985 1340\nWidth: 1029\nFlags: W\nHStem: -2 49<178 185 503.982 521> 240 57<167 185> 428 54<662 758 662 977> 428 59<326 369>\nVStem: 8 70<150 191> 273 55<143 152> 367 53<173 207> 613 53<191 207> 758 60<-2 428>\nFore\n566 410 m 1\n 633 355 666 282 666 191 c 0\n 666 90 609 -2 516 -2 c 0\n 426 -2 367 89 367 182 c 0\n 367 278 398 352 461 404 c 1\n 426 420 387 428 346 428 c 0\n 216 428 106 371 86 270 c 1\n 114 288 144 297 176 297 c 0\n 265 297 328 230 328 143 c 0\n 328 51 270 -2 178 -2 c 0\n 123 -2 79 20 48 64 c 0\n 21 101 8 144 8 191 c 0\n 8 279 44 351 116 408 c 0\n 183 461 262 487 352 487 c 0\n 411 487 466 473 516 445 c 1\n 547.225 464.66 608.23 482 662 482 c 2\n 977 482 l 1\n 977 428 l 1\n 818 428 l 1\n 818 -2 l 1\n 758 -2 l 1\n 758 428 l 1\n 662 428 l 2\n 626 428 594 422 566 410 c 1\n516 377 m 1\n 452 327 420 265 420 191 c 0\n 420 122 455 47 516 47 c 0\n 569 47 613 135 613 191 c 0\n 613 272 581 334 516 377 c 1\n178 47 m 0\n 241 47 273 79 273 143 c 0\n 273 193 227 240 178 240 c 0\n 135 240 84 204 80 168 c 2\n 78 150 l 1\n 78 92 121 47 178 47 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BAA\nEncoding: 2986 2986 1341\nWidth: 607\nFlags: W\nHStem: -2 55<71 551>\nVStem: 18 54<-2 482> 496 55<53 482>\nFore\n18 482 m 1\n 72 482 l 1\n 72 53 l 1\n 496 53 l 1\n 496 482 l 1\n 551 482 l 1\n 551 -2 l 1\n 18 -2 l 1\n 18 482 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BAE\nEncoding: 2990 2990 1342\nWidth: 697\nFlags: W\nHStem: -2 55<67 511> 428 54<413 431>\nVStem: 14 54<-2 482> 273 55<53 357> 592 53<173 207>\nFore\n14 482 m 1\n 68 482 l 1\n 68 53 l 1\n 273 53 l 1\n 273 355 l 2\n 273 440 332 482 420 482 c 0\n 485 482 539 449 584 383 c 0\n 625 324 645 260 645 193 c 0\n 645 86 601 -2 504 -2 c 2\n 14 -2 l 1\n 14 482 l 1\n592 189 m 0\n 592 298.631 527.163 428 422 428 c 0\n 352 428 328 407 328 336 c 2\n 328 53 l 1\n 504 53 l 2\n 562 53 592 126 592 189 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BAF\nEncoding: 2991 2991 1343\nWidth: 697\nFlags: W\nHStem: -25 20G<70.5 124.5> -2 55<278 643>\nVStem: 14 54<70 482> 227 52<161 482> 588 55<53 482>\nFore\n14 482 m 1\n 68 482 l 1\n 68 102 l 2\n 68 72 83 52 111 52 c 0\n 170 52 221 110 227 162 c 1\n 227 482 l 1\n 279 482 l 1\n 279 53 l 1\n 588 53 l 1\n 588 482 l 1\n 643 482 l 1\n 643 -2 l 1\n 227 -2 l 1\n 227 53 l 1\n 205 21 150 -5 99 -5 c 0\n 42 -5 14 20 14 70 c 2\n 14 482 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BB0\nEncoding: 2992 2992 1344\nWidth: 434\nFlags: W\nHStem: -2 21G<10 64> 428 54<10 203 10 402>\nVStem: 10 54<-2 428> 203 55<15 428>\nDStem: 203 16 258 4 59 -141 59 -207\nFore\n10 482 m 1\n 402 482 l 1\n 402 428 l 1\n 258 428 l 1\n 258 4 l 1\n 59 -207 l 1\n 59 -141 l 1\n 203 16 l 1\n 203 428 l 1\n 64 428 l 1\n 64 -2 l 1\n 10 -2 l 1\n 10 482 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BB1\nEncoding: 2993 2993 1345\nWidth: 617\nFlags: W\nHStem: -146 54<125 319> -2 21G<12 66 230 285> 428 54<139 152 375 383>\nVStem: 12 54<-2 341> 230 55<-2 341> 520 48<163 229>\nFore\n309 -146 m 2\n 150 -146 l 2\n 80 -146 51 -165 54 -234 c 1\n 55 -268 l 1\n 0 -268 l 1\n -2 -223 l 2\n -6 -129 36 -92 133 -92 c 2\n 309 -92 l 2\n 445.397 -92 520 43.65 520 191 c 0\n 520 349 472 428 375 428 c 0\n 327 428 285 377 285 330 c 2\n 285 -2 l 1\n 230 -2 l 1\n 230 330 l 2\n 230 383 191 428 139 428 c 0\n 99 428 66 370 66 330 c 2\n 66 -2 l 1\n 12 -2 l 1\n 12 336 l 2\n 12 417 62 482 139 482 c 0\n 195 482 240 449 260 410 c 1\n 279 444 326 482 375 482 c 0\n 514 482 568 349 568 197 c 0\n 568 106 548 29 508 -34 c 0\n 461 -109 395 -146 309 -146 c 2\nEndSplineSet\nEndChar\nStartChar: uni0BB2\nEncoding: 2994 2994 1346\nWidth: 869\nFlags: W\nHStem: -2 56<187 205 602 621> 246 51<187 205> 428 54<264 269 590 614.526>\nVStem: 12 58<211 240> 295 55<128.758 146> 766 54<240 255>\nFore\n264 428 m 0\n 174.09 428 70 333.408 70 240 c 1\n 104 278 146 297 195 297 c 0\n 285 297 350 232 350 143 c 0\n 350 56 276 -2 191 -2 c 0\n 136 -2 92 20 59 65 c 0\n 28 106 12 155 12 211 c 0\n 12 284 36 348 84 402 c 0\n 131 455 191 482 264 482 c 0\n 327 482 383 458 433 410 c 0\n 485 359 510 302 507 239 c 2\n 507 239 506 224 506 215 c 24\n 505 202 504 182 504 182 c 0\n 500 102 537 53 604 53 c 0\n 707 53 766 135 766 240 c 0\n 766 365 707 428 590 428 c 1\n 590 482 l 1\n 743 482 820 401 820 240 c 0\n 820 109.354 743.085 -2 615 -2 c 0\n 550 -2 504 20 477 63 c 0\n 456 96 447 133 449 174 c 1\n 452 229 l 2\n 455 280 436 326 396 369 c 0\n 358 408 314 428 264 428 c 0\n203 246 m 0\n 142 246 96 203 96 143 c 0\n 96 88 139 54 194 54 c 0\n 251 54 295 87 295 143 c 0\n 295 195 253 246 203 246 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BB3\nEncoding: 2995 2995 1347\nWidth: 859\nFlags: W\nHStem: -2 56<185 203> 240 50<185 203> 428 54<249 272 553 633 572 832>\nVStem: 10 54<215 241> 289 53<137 145> 422 55<-2 307> 633 55<-2 428>\nFore\n572 482 m 2\n 832 482 l 1\n 832 428 l 1\n 688 428 l 1\n 688 -2 l 1\n 633 -2 l 1\n 633 428 l 1\n 566 428 l 2\n 510 428 477 365 477 307 c 2\n 477 -2 l 1\n 422 -2 l 1\n 422 283 l 2\n 422 358 337 428 264 428 c 0\n 154 428 64 341 64 234 c 1\n 99 271 142 290 193 290 c 0\n 285 290 342 228 342 137 c 0\n 342 54 272 -2 191 -2 c 0\n 72 -2 10 91 10 215 c 0\n 10 290 35 353 84 404 c 0\n 133 456 195 482 270 482 c 0\n 342 482 409 432 439 385 c 1\n 450.234 439.923 500.278 482 572 482 c 2\n289 137 m 0\n 289 191 244 240 191 240 c 0\n 143 240 96 189 96 143 c 0\n 96 89 142 54 196 54 c 0\n 248 54 289 86 289 137 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BB4\nEncoding: 2996 2996 1348\nWidth: 697\nFlags: W\nHStem: -268 47<135 137> -129 49<407 443> -129 55<78 195> -2 55<67 273 328 506> 428 54<407 428>\nVStem: 14 54<-2 482> 273 55<-2 -2 53 357> 592 53<179 213>\nFore\n592 189 m 0\n 592 298.631 527.163 428 422 428 c 0\n 352 428 328 407 328 336 c 2\n 328 53 l 1\n 504 53 l 2\n 562 53 592 126 592 189 c 0\n328 -2 m 1\n 328 -68 355 -80 426 -80 c 2\n 443 -80 l 1\n 443 -129 l 1\n 420 -129 l 2\n 383 -129 347 -141 313 -165 c 1\n 232 -232 l 1\n 200 -256 168 -268 135 -268 c 0\n 59 -268 8 -227 8 -152 c 0\n 8 -113 42 -74 80 -74 c 2\n 195 -74 l 1\n 195 -129 l 1\n 86 -129 l 2\n 70.7966 -129 57 -142.534 57 -160 c 0\n 57 -199 83 -221 135 -221 c 0\n 158 -221 197 -194 253 -139 c 0\n 280 -113 305 -100 328 -100 c 1\n 292 -87 273 -53 273 -2 c 1\n 14 -2 l 1\n 14 482 l 1\n 68 482 l 1\n 68 53 l 1\n 273 53 l 1\n 273 355 l 2\n 273 440 332 482 420 482 c 0\n 485 482 539 449 584 383 c 0\n 625 324 645 260 645 193 c 0\n 645 86 601 -2 504 -2 c 2\n 328 -2 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BB5\nEncoding: 2997 2997 1349\nWidth: 869\nFlags: W\nHStem: -2 55<186 193 477 816> 246 57<175 193> 428 54<295 305>\nVStem: 16 75<152 191> 278 58<141 159> 494 61<221 248> 760 56<53 482>\nFore\n295 428 m 0\n 207.043 428 113.523 361.74 102 283 c 1\n 131 296 159 303 186 303 c 0\n 275 303 336 231 336 143 c 0\n 336 56 272 -2 186 -2 c 0\n 78 -2 16 82 16 191 c 0\n 16 270 43 339 96 396 c 0\n 150 453 216 482 295 482 c 0\n 362 482 421 459 474 412 c 0\n 528 363 555 306 555 240 c 0\n 555 154 529 92 477 53 c 1\n 760 53 l 1\n 760 482 l 1\n 816 482 l 1\n 816 -2 l 1\n 367 -2 l 1\n 367 47 l 1\n 440 73 494 140 494 234 c 0\n 494 343 402 428 295 428 c 0\n180 246 m 0\n 126 246 91 206 91 152 c 0\n 91 94 129 53 186 53 c 0\n 241 53 278 91 278 145 c 0\n 278 203 237 246 180 246 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BB7\nEncoding: 2999 2999 1350\nWidth: 1145\nFlags: W\nHStem: -2 55<180 187 471 681 766 975> 186 54<852 961> 246 57<169 187> 428 54<289 299 749.204 772>\nVStem: 10 75<152 191> 272 58<141 154> 488 61<224 248> 615 55<303 322> 843 54<363 369> 1039 47<119 130>\nDStem: 681 -2 742 -2 584 -207 645 -207 770 188 826 186 706 53 766 53 836 334 887 320 795 240 852 240\nFore\n766 53 m 1\n 973 53 l 2\n 1011 53 1039 82 1039 119 c 0\n 1039 164 1006 186 941 186 c 2\n 826 186 l 1\n 766 53 l 1\n174 246 m 0\n 120 246 85 206 85 152 c 0\n 85 94 123 53 180 53 c 0\n 235 53 272 91 272 145 c 0\n 272 203 231 246 174 246 c 0\n760 428 m 0\n 710 428 670 364 670 313 c 0\n 670 265 741 240 795 240 c 1\n 836 334 l 2\n 839 341 842 351 843 363 c 0\n 843 402 801 428 760 428 c 0\n289 428 m 0\n 201.043 428 107.523 361.74 96 283 c 1\n 125 296 153 303 180 303 c 0\n 269 303 330 231 330 143 c 0\n 330 56 266 -2 180 -2 c 0\n 72 -2 10 81 10 191 c 0\n 10 272 36 341 89 398 c 0\n 142 454 208 482 289 482 c 0\n 356 482 415 459 468 412 c 0\n 522 363 549 306 549 240 c 0\n 549 154 523 92 471 53 c 1\n 706 53 l 1\n 770 188 l 1\n 690 188 615 243 615 318 c 0\n 615 359 629 396 658 430 c 0\n 686 465 720 482 760 482 c 0\n 834 482 897 436 897 366 c 0\n 897 351 894 335 887 320 c 2\n 852 240 l 1\n 959 240 l 2\n 1034 240 1086 193 1086 119 c 0\n 1086 48 1043 -2 973 -2 c 2\n 742 -2 l 1\n 645 -207 l 1\n 584 -207 l 1\n 681 -2 l 1\n 361 -2 l 1\n 361 47 l 1\n 434 73 488 140 488 234 c 0\n 488 343 396 428 289 428 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BB8\nEncoding: 3000 3000 1351\nWidth: 1064\nFlags: W\nHStem: -2 56<187 205 813.517 829> 246 51<187 205> 428 54<264 285 587 606>\nVStem: 12 58<211 240> 295 55<128.758 146> 439 55<-2 315> 693 56<173 194> 965 55<237 287>\nFore\n604 482 m 0\n 709.287 482 763.335 405.254 757 306 c 2\n 754 264 l 2\n 751 217 749 193 749 192 c 0\n 749 99 775 53 826 53 c 0\n 909 53 965 170 965 258 c 0\n 965 380 919 446 826 457 c 1\n 826 512 l 1\n 946 512 1020 389 1020 264 c 0\n 1020 127.835 955.217 -2 826 -2 c 0\n 737 -2 693 59 693 182 c 0\n 693 241.906 699.826 253.346 702 299 c 1\n 705 374 669 428 598 428 c 0\n 533 428 494 377 494 313 c 2\n 494 -2 l 1\n 439 -2 l 1\n 439 301 l 2\n 439 384 353 428 264 428 c 0\n 174.09 428 70 333.408 70 240 c 1\n 104 278 146 297 195 297 c 0\n 285 297 350 232 350 143 c 0\n 350 56 276 -2 191 -2 c 0\n 136 -2 92 20 59 65 c 0\n 28 106 12 155 12 211 c 0\n 12 284 36 348 84 402 c 0\n 131 455 191 482 264 482 c 0\n 351 482 438 451 471 402 c 1\n 487 447 545 482 604 482 c 0\n96 143 m 0\n 96 88 139 54 194 54 c 0\n 251 54 295 87 295 143 c 0\n 295 195 253 246 203 246 c 0\n 142 246 96 203 96 143 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BB9\nEncoding: 3001 3001 1352\nWidth: 1316\nFlags: W\nHStem: -146 54<172 1009> -2 55<186 193 477 760> 246 57<172 193> 428 54<295 305 822.733 835 1056.66 1073>\nVStem: 16 75<152 191> 278 58<131 154> 494 61<227 249> 705 55<53 341> 924 55<-2 341> 1213 49<163 229>\nFore\n295 428 m 0\n 207.043 428 113.523 361.74 102 283 c 1\n 131 296 159 303 186 303 c 0\n 275 303 336 231 336 143 c 0\n 336 56 272 -2 186 -2 c 0\n 78 -2 16 82 16 191 c 0\n 16 270 43 339 96 396 c 0\n 150 453 216 482 295 482 c 0\n 362 482 421 459 474 412 c 0\n 528 363 555 306 555 240 c 0\n 555 154 529 92 477 53 c 1\n 705 53 l 1\n 705 336 l 2\n 705 417 755 482 832 482 c 0\n 889 482 929 458 953 410 c 1\n 974 443 1018 482 1068 482 c 0\n 1207 482 1262 350 1262 197 c 0\n 1262 106 1242 29 1202 -34 c 0\n 1155 -109 1088 -146 1002 -146 c 2\n 191 -146 l 2\n 125 -146 91 -167 94 -231 c 1\n 96 -268 l 1\n 41 -268 l 1\n 39 -223 l 2\n 35 -129 77 -92 174 -92 c 2\n 996 -92 l 2\n 1133.32 -92 1213 42.6041 1213 191 c 0\n 1213 349 1165 428 1068 428 c 0\n 1021 428 979 376 979 330 c 2\n 979 -2 l 1\n 924 -2 l 1\n 924 330 l 2\n 924 383 884 428 832 428 c 0\n 792 428 760 372 760 330 c 2\n 760 -2 l 1\n 367 -2 l 1\n 367 47 l 1\n 440 73 494 140 494 234 c 0\n 494 343 402 428 295 428 c 0\n180 246 m 0\n 126 246 91 206 91 152 c 0\n 91 94 129 53 186 53 c 0\n 241 53 278 91 278 145 c 0\n 278 203 237 246 180 246 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BBE\nEncoding: 3006 3006 1353\nWidth: 424\nFlags: W\nHStem: -2 21G<10 64 203 258> 428 54<10 203 10 396>\nVStem: 10 54<-2 428> 203 55<-2 428>\nFore\n10 482 m 1\n 396 482 l 1\n 396 428 l 1\n 258 428 l 1\n 258 -2 l 1\n 203 -2 l 1\n 203 428 l 1\n 64 428 l 1\n 64 -2 l 1\n 10 -2 l 1\n 10 482 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BBF\nEncoding: 3007 3007 1354\nWidth: 125\nFlags: W\nHStem: 727 44<-162 -128>\nVStem: -369 59<573 591> 21 55<-2 543>\nFore\n21 518 m 2\n 21 640 -33 727 -148 727 c 0\n -234 727 -310 668 -310 586 c 0\n -310 552 -298 517 -273 482 c 1\n -340 482 l 1\n -359 521 -369 556 -369 589 c 0\n -369 704 -265 771 -146 771 c 0\n 2 771 76 674 76 523 c 2\n 76 0 l 1\n 21 -2 l 1\n 21 518 l 2\nEndSplineSet\nEndChar\nStartChar: uni0BC0\nEncoding: 3008 3008 1355\nWidth: 596\nFlags: W\nHStem: 533 51<-117 -107> 695 75<-155 -123>\nVStem: -332 56<601 621> -224 53<632 646> -68 56<625 645>\nFore\n-195 482 m 1\n -268 482 l 1\n -305 500 -332 563 -332 619 c 0\n -332 709 -247 770 -155 770 c 0\n -70 770 -12 721 -12 639 c 0\n -12 578 -57 533 -117 533 c 128\n -177 533 -224 585 -224 644 c 0\n -224 662 -220 678 -211 693 c 1\n -254 685 -276 655 -276 603 c 0\n -276 546 -249 505 -195 482 c 1\n-123 695 m 0\n -153 695 -171 670 -171 640 c 0\n -171 603 -153 584 -117 584 c 0\n -84 584 -68 601 -68 634 c 128\n -68 667 -91 695 -123 695 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BC1\nEncoding: 3009 3009 1356\nWidth: 539\nFlags: W\nHStem: 209 55<279 492> 428 54<8 227 8 438>\nVStem: 227 52<209 428> 438 54<264 482>\nFore\n8 482 m 1\n 492 482 l 1\n 492 209 l 1\n 227 209 l 1\n 227 428 l 1\n 8 428 l 1\n 8 482 l 1\n279 428 m 1\n 279 264 l 1\n 438 264 l 1\n 438 428 l 1\n 279 428 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BC6\nEncoding: 3014 3014 1357\nWidth: 596\nFlags: W\nHStem: -2 49<266 277> 246 49<264 285> 725 52<303 317>\nVStem: 12 55<349 415> 12 168<138 379> 357 55<135 159> 496 55<-2 543>\nFore\n12 379 m 0\n 12 589.321 104.239 777 303 777 c 0\n 466 777 551 680 551 518 c 2\n 551 -2 l 1\n 496 -2 l 1\n 496 523 l 2\n 496 646 425 725 303 725 c 0\n 224 725 163 686 120 607 c 0\n 85 543 67 468 67 382 c 0\n 67 305 83 231 115 162 c 1\n 126 240 185 295 271 295 c 0\n 364 295 412 230 412 137 c 0\n 412 54 348 -2 266 -2 c 0\n 89.2528 -2 12 180.417 12 379 c 0\n277 246 m 0\n 219 246 180 196 180 138 c 0\n 180 82 211 47 266 47 c 0\n 312 47 357 99 357 143 c 0\n 357 196 326 246 277 246 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BC7\nEncoding: 3015 3015 1358\nWidth: 650\nFlags: W\nHStem: -2 61<348 373> 283 53<440 453> 451 57<440 459> 693 78<385 445> 717 54<353 385>\nVStem: 10 53<365 399> 294 48<172 189> 298 52<589 609> 549 55<598 609> 549 60<172 191>\nFore\n445 693 m 0\n 397 693 350 644 350 598 c 0\n 350 542 393 508 450 508 c 0\n 506 508 549 543 549 598 c 0\n 549 648 493 693 445 693 c 0\n350 59 m 1\n 313 96 294 138 294 183 c 0\n 294 271 365 336 451 336 c 0\n 529 336 609 261 609 186 c 0\n 609 66 498 -2 373 -2 c 0\n 276 -2 191 37 118 115 c 0\n 46 193 10 281 10 379 c 0\n 10 490 45 584 114 658 c 0\n 184 734 274 771 385 771 c 0\n 499 771 604 705 604 598 c 0\n 604 505 538 451 445 451 c 0\n 361 451 298 519 298 601 c 0\n 298 648 317 686 355 717 c 1\n 271 717 200 681 143 609 c 0\n 90 542 63 466 63 381 c 0\n 63 297 89 223 142 160 c 0\n 199 93 268 59 350 59 c 1\n445 283 m 0\n 389 283 342 229 342 174 c 0\n 342 118 387 80 442 80 c 0\n 503 80 549 120 549 180 c 0\n 549 231 493 283 445 283 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BC8\nEncoding: 3016 3016 1359\nWidth: 973\nFlags: W\nHStem: -2 49<188 195 525 531> 240 57<177 195> 428 57<336 379>\nVStem: 18 74<143 191> 285 53<143 145> 377 53<173 207> 623 53<191 207> 871 53<195 223>\nFore\n355 428 m 0\n 230.397 428 113.645 373.646 98 270 c 1\n 125 288 155 297 187 297 c 0\n 275 297 338 229 338 143 c 0\n 338 51 280 -2 188 -2 c 0\n 84 -2 18 84 18 191 c 0\n 18 278 54 349 126 406 c 0\n 192 459 270 485 359 485 c 0\n 423 485 478 470 525 441 c 1\n 573 468 621 482 668 482 c 0\n 743 482 805 452 854 393 c 0\n 901 337 924 271 924 195 c 0\n 924 112 892 46 828 -2 c 1\n 773 16 l 1\n 824 59 871 136 871 223 c 0\n 871 280 849 328 804 366 c 0\n 759 406 708 425 651 425 c 0\n 625 425 600 420 576 410 c 1\n 643 355 676 282 676 191 c 0\n 676 89 619 -2 525 -2 c 0\n 435 -2 377 90 377 182 c 0\n 377 275 409 349 473 404 c 1\n 436 420 396 428 355 428 c 0\n188 240 m 0\n 130 240 92 200 92 143 c 0\n 92 87 132 47 188 47 c 0\n 253 47 285 79 285 143 c 0\n 285 195 238 240 188 240 c 0\n430 191 m 0\n 430 122 464 47 525 47 c 0\n 581 47 623 132 623 191 c 0\n 623 268 590 330 525 377 c 1\n 462 323 430 261 430 191 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BCA\nEncoding: 3018 3018 1360\nWidth: 1286\nFlags: W\nHStem: -2 49<266 277> 246 49<264 285> 428 54<810 1003 810 1196> 725 52<303 317>\nVStem: 12 55<349 415> 12 168<138 379> 357 55<135 159> 496 55<-2 543> 810 54<-2 428> 810 248<-2 429> 810 386<-2 482> 1003 55<-2 428>\nFore\n810 482 m 1\n 1196 482 l 1\n 1196 428 l 1\n 1058 428 l 1\n 1058 -2 l 1\n 1003 -2 l 1\n 1003 428 l 1\n 864 428 l 1\n 864 -2 l 1\n 810 -2 l 1\n 810 482 l 1\n12 379 m 0\n 12 589.321 104.239 777 303 777 c 0\n 466 777 551 680 551 518 c 2\n 551 -2 l 1\n 496 -2 l 1\n 496 523 l 2\n 496 646 425 725 303 725 c 0\n 224 725 163 686 120 607 c 0\n 85 543 67 468 67 382 c 0\n 67 305 83 231 115 162 c 1\n 126 240 185 295 271 295 c 0\n 364 295 412 230 412 137 c 0\n 412 54 348 -2 266 -2 c 0\n 89.2528 -2 12 180.417 12 379 c 0\n277 246 m 0\n 219 246 180 196 180 138 c 0\n 180 82 211 47 266 47 c 0\n 312 47 357 99 357 143 c 0\n 357 196 326 246 277 246 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BCB\nEncoding: 3019 3019 1361\nWidth: 1286\nFlags: W\nHStem: -2 61<348 373> 283 53<440 453> 428 54<810 1003 810 1196> 451 57<440 459> 693 78<385 445> 717 54<353 385>\nVStem: 10 53<365 399> 294 48<172 189> 298 52<589 609> 549 55<598 609> 549 60<172 191> 810 54<-2 428> 810 248<-2 429> 810 386<-2 482> 1003 55<-2 428>\nFore\n445 693 m 0\n 397 693 350 644 350 598 c 0\n 350 542 393 508 450 508 c 0\n 506 508 549 543 549 598 c 0\n 549 648 493 693 445 693 c 0\n350 59 m 1\n 313 96 294 138 294 183 c 0\n 294 271 365 336 451 336 c 0\n 529 336 609 261 609 186 c 0\n 609 66 498 -2 373 -2 c 0\n 276 -2 191 37 118 115 c 0\n 46 193 10 281 10 379 c 0\n 10 490 45 584 114 658 c 0\n 184 734 274 771 385 771 c 0\n 499 771 604 705 604 598 c 0\n 604 505 538 451 445 451 c 0\n 361 451 298 519 298 601 c 0\n 298 648 317 686 355 717 c 1\n 271 717 200 681 143 609 c 0\n 90 542 63 466 63 381 c 0\n 63 297 89 223 142 160 c 0\n 199 93 268 59 350 59 c 1\n445 283 m 0\n 389 283 342 229 342 174 c 0\n 342 118 387 80 442 80 c 0\n 503 80 549 120 549 180 c 0\n 549 231 493 283 445 283 c 0\n810 482 m 1\n 1196 482 l 1\n 1196 428 l 1\n 1058 428 l 1\n 1058 -2 l 1\n 1003 -2 l 1\n 1003 428 l 1\n 864 428 l 1\n 864 -2 l 1\n 810 -2 l 1\n 810 482 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BCC\nEncoding: 3020 3020 1362\nWidth: 1706\nFlags: W\nHStem: -2 49<266 277> -2 56<987 1005> 240 50<987 1005> 246 49<264 285> 428 54<1051 1072 1355 1433 1372 1632> 725 52<303 317>\nVStem: 12 55<349 415> 12 168<138 379> 357 55<135 159> 496 55<-2 543> 810 54<215 241> 1089 53<137 145> 1222 55<-2 307> 1433 55<-2 428>\nFore\n1372 482 m 2\n 1632 482 l 1\n 1632 428 l 1\n 1488 428 l 1\n 1488 -2 l 1\n 1433 -2 l 1\n 1433 428 l 1\n 1366 428 l 2\n 1310 428 1277 365 1277 307 c 2\n 1277 -2 l 1\n 1222 -2 l 1\n 1222 283 l 2\n 1222 358 1137 428 1064 428 c 0\n 954 428 864 341 864 234 c 1\n 899 271 942 290 993 290 c 0\n 1085 290 1142 228 1142 137 c 0\n 1142 54 1072 -2 991 -2 c 0\n 872 -2 810 91 810 215 c 0\n 810 290 835 353 884 404 c 0\n 933 456 995 482 1070 482 c 0\n 1142 482 1209 432 1239 385 c 1\n 1250.23 439.923 1300.28 482 1372 482 c 2\n1089 137 m 0\n 1089 191 1044 240 991 240 c 0\n 943 240 896 189 896 143 c 0\n 896 89 942 54 996 54 c 0\n 1048 54 1089 86 1089 137 c 0\n12 379 m 0\n 12 589.321 104.239 777 303 777 c 0\n 466 777 551 680 551 518 c 2\n 551 -2 l 1\n 496 -2 l 1\n 496 523 l 2\n 496 646 425 725 303 725 c 0\n 224 725 163 686 120 607 c 0\n 85 543 67 468 67 382 c 0\n 67 305 83 231 115 162 c 1\n 126 240 185 295 271 295 c 0\n 364 295 412 230 412 137 c 0\n 412 54 348 -2 266 -2 c 0\n 89.2528 -2 12 180.417 12 379 c 0\n277 246 m 0\n 219 246 180 196 180 138 c 0\n 180 82 211 47 266 47 c 0\n 312 47 357 99 357 143 c 0\n 357 196 326 246 277 246 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BCD\nEncoding: 3021 3021 1363\nWidth: 333\nFlags: W\nFore\n213 725 m 0\n 213 698 191 676 165 676 c 0\n 134 676 118 692 118 725 c 0\n 118 751 140 769 166 769 c 0\n 197 769 213 754 213 725 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BD7\nEncoding: 3031 3031 1364\nWidth: 859\nFlags: W\nHStem: -2 56<185 203> 240 50<185 203> 428 54<249 272 553 633 572 832>\nVStem: 10 54<215 241> 289 53<137 145> 422 55<-2 307> 633 55<-2 428>\nFore\n572 482 m 2\n 832 482 l 1\n 832 428 l 1\n 688 428 l 1\n 688 -2 l 1\n 633 -2 l 1\n 633 428 l 1\n 566 428 l 2\n 510 428 477 365 477 307 c 2\n 477 -2 l 1\n 422 -2 l 1\n 422 283 l 2\n 422 358 337 428 264 428 c 0\n 154 428 64 341 64 234 c 1\n 99 271 142 290 193 290 c 0\n 285 290 342 228 342 137 c 0\n 342 54 272 -2 191 -2 c 0\n 72 -2 10 91 10 215 c 0\n 10 290 35 353 84 404 c 0\n 133 456 195 482 270 482 c 0\n 342 482 409 432 439 385 c 1\n 450.234 439.923 500.278 482 572 482 c 2\n289 137 m 0\n 289 191 244 240 191 240 c 0\n 143 240 96 189 96 143 c 0\n 96 89 142 54 196 54 c 0\n 248 54 289 86 289 137 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BDA\nEncoding: 3034 3034 1365\nWidth: 778\nFlags: W\nHStem: -2 55<223 241> 234 55<102 126 180 342 396 711> 428 54<125 342 125 555>\nVStem: 16 60<166 182> 125 55<289 428> 342 54<157 234 289 428> 651 60<289 482>\nFore\n342 168 m 2\n 342 234 l 1\n 125 234 l 2\n 93 234 76 203 76 168 c 0\n 76 107 160 53 223 53 c 0\n 302 53 342 91 342 168 c 2\n342 428 m 1\n 180 428 l 1\n 180 289 l 1\n 342 289 l 1\n 342 428 l 1\n223 -2 m 0\n 115.595 -2 16 72.2383 16 180 c 0\n 16 234 50 289 102 289 c 2\n 125 289 l 1\n 125 482 l 1\n 555 482 l 1\n 555 428 l 1\n 396 428 l 1\n 396 289 l 1\n 651 289 l 1\n 651 482 l 9\n 711 482 l 25\n 711 234 l 25\n 396 234 l 1\n 396 143 l 2\n 396 50 319 -2 223 -2 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BDB\nEncoding: 3035 3035 1366\nWidth: 881\nFlags: W\nHStem: -273 60<414 448> -2 21G<289 342 482 537> 223 52<638 657> 428 54<289 482 289 676>\nVStem: 289 53<-2 428> 289 248<-2 429> 482 55<-2 428> 766 54<47 64>\nFore\n766 47 m 0\n 766 126.856 720.737 223 645 223 c 0\n 600 223 564 198 537 148 c 1\n 537 215 l 1\n 553 247 604 275 650 275 c 0\n 763 275 820 167 820 47 c 0\n 820 -47 779 -125 697 -187 c 0\n 622 -244 536 -273 439 -273 c 0\n 322 -273 224 -238 142 -167 c 0\n 62 -96 19 -3 16 113 c 1\n 15 145 l 1\n 12 276 60 406 131 463 c 0\n 136 467 141 469 146 469 c 0\n 160 469 170 458 171 444 c 1\n 168 434 l 1\n 112 375 66 251 69 147 c 1\n 70 119 l 2\n 74 12 111 -71 181 -129 c 0\n 248 -185 333 -213 434 -213 c 0\n 515 -213 589 -190 655 -145 c 0\n 729 -94 766 -30 766 47 c 0\n676 482 m 1\n 676 428 l 1\n 537 428 l 1\n 537 -2 l 1\n 482 -2 l 1\n 482 428 l 1\n 342 428 l 1\n 342 -2 l 1\n 289 -2 l 1\n 289 482 l 1\n 676 482 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BDC\nEncoding: 3036 3036 1367\nWidth: 876\nFlags: W\nHStem: -2 55<223 241> 0 21G<530 590 730 790> 234 55<102 126 180 342 396 827> 428 54<125 342 125 555>\nVStem: 16 60<166 182> 125 55<289 428> 342 54<157 234 289 428> 530 60<0 254> 730 60<0 254>\nFore\n730 254 m 25\n 790 254 l 25\n 790 0 l 25\n 730 0 l 25\n 730 254 l 25\n530 254 m 25\n 590 254 l 25\n 590 0 l 25\n 530 0 l 25\n 530 254 l 25\n223 -2 m 0\n 115.595 -2 16 72.2383 16 180 c 0\n 16 207 24 232 40 254 c 0\n 55 278 76 289 102 289 c 2\n 125 289 l 1\n 125 482 l 1\n 555 482 l 1\n 555 428 l 1\n 396 428 l 1\n 396 289 l 1\n 827 289 l 1\n 827 234 l 1\n 396 234 l 1\n 396 143 l 2\n 396 51.4105 320.932 -2 223 -2 c 0\n76 168 m 0\n 76 108.38 155.747 53 223 53 c 0\n 302 53 342 91 342 168 c 2\n 342 234 l 1\n 125 234 l 2\n 92.7343 234 76 203.266 76 168 c 0\n342 428 m 1\n 180 428 l 1\n 180 289 l 1\n 342 289 l 1\n 342 428 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BDD\nEncoding: 3037 3037 1368\nWidth: 648\nFlags: W\nHStem: -2 58<205 223> 240 59<209 223> 416 61<268 475 268 619>\nVStem: 14 60<229 252.31> 311 54<141 154> 475 60<-2 416>\nFore\n268 477 m 2\n 619 477 l 1\n 619 416 l 1\n 535 416 l 1\n 535 -2 l 1\n 475 -2 l 1\n 475 416 l 1\n 268 416 l 2\n 164 416 74 335 74 234 c 1\n 103 277 150 299 213 299 c 0\n 303 299 365 243 365 154 c 0\n 365 108 348 69 315 38 c 0\n 286 11 255 -2 221 -2 c 0\n 97 -2 14 105 14 229 c 0\n 14 371 128 477 268 477 c 2\n211 56 m 0\n 265.701 56 311 86.8712 311 143 c 0\n 311 184.132 264.486 240 221 240 c 0\n 169.513 240 117 196.3 117 143 c 0\n 117 90.1648 157.245 56 211 56 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BE1\nEncoding: 3041 3041 1369\nWidth: 744\nFlags: W\nHStem: -5 21G<16 94 219 299 527 605> 415 57<219 527 219 715>\nVStem: 16 78<-5 394> 219 80<-5 415> 527 78<-5 415>\nFore\n79 472 m 0\n 136.535 472 196.43 440.881 219 406 c 1\n 219 472 l 1\n 715 472 l 1\n 715 415 l 1\n 605 415 l 1\n 605 -5 l 1\n 527 -5 l 1\n 527 415 l 1\n 299 415 l 1\n 299 -5 l 1\n 219 -5 l 1\n 219 337 l 1\n 213.265 379.055 182.983 419 139 419 c 0\n 112 419 97 411 94 394 c 1\n 94 -5 l 1\n 16 -5 l 1\n 16 415 l 2\n 16 457.042 31.5225 472 79 472 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C83\nEncoding: 3203 3203 1370\nWidth: 342\nFlags: W\nHStem: -2 57<106 167> 140 57<149 209> 255 58<106 183> 399 56<149 209>\nVStem: 22 45<98 111> 22 52<349 367> 247 48<349 367>\nFore\n295 98 m 0\n 295 31.9387 232.732 -2 157 -2 c 0\n 67 -2 22 31 22 98 c 0\n 22 162.445 81.1577 197 157 197 c 0\n 233.141 197 295 163.666 295 98 c 0\n106 313 m 2\n 209 313 l 2\n 234 313 247 328 247 358 c 0\n 247 385 234 399 209 399 c 2\n 106 399 l 2\n 85 399 74 385 74 357 c 0\n 74 328 85 313 106 313 c 2\n106 140 m 2\n 80 140 67 126 67 98 c 0\n 67 69 80 55 106 55 c 2\n 209 55 l 2\n 230 55 240 69 240 98 c 0\n 240 126 230 140 209 140 c 2\n 106 140 l 2\n157 455 m 0\n 233.722 455 295 421.307 295 355 c 0\n 295 288 249 255 157 255 c 0\n 92.4593 255 22 293.455 22 355 c 0\n 22 419.889 80.3603 455 157 455 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C85\nEncoding: 3205 3205 1371\nWidth: 620\nFlags: W\nHStem: -2 57<312 327> 182 58<226 467> 391 64<172 184 467 479>\nVStem: 22 67<227 255> 215 59<366 368> 353 59<299 325> 544 57<221 255>\nFore\n467 391 m 0\n 433.579 391 412 339.843 412 299 c 0\n 412 276 418 257 431 240 c 1\n 467 240 l 1\n 467 182 l 1\n 226 182 l 1\n 226 240 l 1\n 371 240 l 1\n 359 271 353 300 353 325 c 0\n 353 398.383 396.931 455 467 455 c 0\n 560.982 455 601 339.708 601 227 c 0\n 601 83.1668 469.593 -2 312 -2 c 0\n 227 -2 158 20 104 64 c 0\n 49 107 22 162 22 227 c 0\n 22 289 37 342 68 388 c 0\n 98 432 133 455 174 455 c 0\n 232.959 455 274 419.613 274 366 c 0\n 274 348 270 330 261 313 c 1\n 209 340 l 1\n 213 352 215 361 215 366 c 0\n 215 383 204 391 182 391 c 0\n 120 391 89 336 89 227 c 0\n 89 176 109 135 150 103 c 0\n 190 71 244 55 312 55 c 128\n 380 55 436 71 479 104 c 128\n 522 137 544 179 544 232 c 0\n 544 338 518 391 467 391 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C86\nEncoding: 3206 3206 1372\nWidth: 591\nFlags: W\nHStem: -2 70<291 322> 182 58<206 437> 391 64<155 170>\nVStem: 17 67<227 255> 197 65<362 367> 332 71<340 351> 467 68<141 153> 498 68<326 342>\nFore\n467 151 m 0\n 467 163.857 452.421 182 437 182 c 2\n 206 182 l 1\n 206 240 l 1\n 383 240 l 1\n 349.035 270.39 332 289.401 332 340 c 0\n 332 371 343 398 364 420 c 0\n 385 444 412 455 445 455 c 0\n 515.111 455 566 400.476 566 328 c 0\n 566 295 543 258 498 215 c 1\n 523 197 535 174 535 147 c 0\n 535 48 454 -2 291 -2 c 0\n 219 -2 156 18 103 59 c 0\n 46 103 17 159 17 227 c 0\n 17 301 32 359 61 400 c 0\n 86 437 118 455 155 455 c 0\n 211.382 455 262 420.697 262 365 c 0\n 262 349 257 333 248 316 c 1\n 187 340 l 1\n 194 349 197 357 197 364 c 0\n 197 378.888 182.394 391 168 391 c 0\n 163 391 159 390 155 387 c 1\n 106 387 83 334 84 227 c 0\n 86.0654 121.667 175.486 68 291 68 c 0\n 373.531 68 467 89.9911 467 151 c 0\n498 340 m 0\n 498 366.03 467.452 383 445 383 c 0\n 417 383 403 369 403 340 c 0\n 403 287 420 261 453 261 c 1\n 483 267 498 293 498 340 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C87\nEncoding: 3207 3207 1373\nWidth: 600\nFlags: W\nHStem: -2 54<253 275> 152 59<264 291> 383 72<155 178 411 429>\nVStem: 17 69<327 355> 86 59<98 112> 497 68<270 287>\nFore\n17 355 m 0\n 17 412.559 83.4418 455 155 455 c 0\n 215 455 260 438 291 405 c 1\n 329 438 375 455 429 455 c 0\n 518.032 455 565 369.484 565 270 c 0\n 565 243 558 208 543 165 c 0\n 526 116 509 87 490 78 c 1\n 523 41 539 15 539 -2 c 1\n 480 -2 l 1\n 480 9 472 26 455 47 c 1\n 398 14 338 -2 275 -2 c 128\n 212 -2 164 9 129 32 c 0\n 100 51 86 73 86 98 c 0\n 86 183.718 189.768 211 291 211 c 0\n 331.973 211 449 170.512 449 132 c 1\n 475.64 156.864 497 218.961 497 270 c 0\n 497 345 469 383 413 383 c 0\n 377.606 383 325 369.03 325 340 c 2\n 325 327 l 1\n 258 327 l 1\n 258 340 l 2\n 258 373.207 194.871 383 155 383 c 0\n 109 383 86 364 86 327 c 0\n 86 300 103 281 137 270 c 1\n 76 240 l 1\n 30.3775 267.374 17 288.727 17 355 c 0\n145 112 m 0\n 145 73.8015 206.632 52 255 52 c 0\n 274 52 299 56 332 64 c 0\n 373 73 397 85 404 98 c 1\n 387 133 340 151 265 152 c 0\n 216.03 153.44 145 139.542 145 112 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C88\nEncoding: 3208 3208 1374\nWidth: 776\nFlags: W\nHStem: -2 70<261 263> 197 58<22 54 122 379 466 557> 383 72<37 263 597 626> 399 56<37 140>\nVStem: 389 78<255 270.262> 430 69<525 561> 490 67<325 342> 639 78<36 56> 678 61<305 329>\nFore\n261 383 m 0\n 191.266 383 136.543 319.637 122 255 c 1\n 389 255 l 1\n 389 292 372 324 338 351 c 0\n 310 372 284 383 261 383 c 0\n626 255 m 0\n 657.961 255 678 291.239 678 327 c 0\n 678 364 655 383 609 383 c 0\n 574 383 557 364 557 327 c 0\n 557 279 580 255 626 255 c 0\n616 455 m 0\n 698.588 455 739 392.693 739 305 c 1\n 732.326 264.052 684.453 207.522 643 205 c 1\n 681.361 172.119 717 104.539 717 36 c 0\n 717 24 715 11 712 -2 c 1\n 626 -2 l 1\n 635 16 639 35 639 56 c 0\n 639 117 612 164 557 197 c 1\n 467 197 l 1\n 450.724 93.9178 373.485 -2 261 -2 c 0\n 133.799 -2 64.2142 76.4727 54 197 c 1\n 22 197 l 1\n 22 255 l 1\n 54 255 l 1\n 54 301.303 110.316 373.364 140 399 c 1\n 37 399 l 1\n 37 455 l 1\n 347 455 l 2\n 401.892 455 430 504.602 430 561 c 0\n 430 584 425 606 415 627 c 1\n 467 654 l 1\n 488 618 499 575 499 525 c 0\n 499 464 459 422 379 399 c 1\n 438 356 467 308 467 255 c 1\n 523 255 l 1\n 501 281 490 309 490 340 c 0\n 490 408.742 543.046 455 616 455 c 0\n261 68 m 0\n 326.684 68 379 124.189 379 197 c 1\n 122 197 l 1\n 129.353 121.629 180.566 68 261 68 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C89\nEncoding: 3209 3209 1375\nWidth: 1138\nFlags: W\nHStem: -2 70<273 291 873 895> 383 72<579 591> 391 64<152 159>\nVStem: 14 68<268 293> 224 64<351 369> 389 64<282 303> 402 69<173 193> 701 70<255 292>\nFore\n389 289 m 0\n 389 397.751 465.786 455 579 455 c 0\n 707 455 771 401 771 292 c 0\n 771 268.911 761 213.353 761 187 c 0\n 761 108 798 68 873 68 c 0\n 992.474 68 1030 130.282 1030 255 c 0\n 1030 277 1020 307 999 346 c 0\n 978 384 955 414 930 435 c 1\n 1001 461 l 1\n 1054.01 427.415 1095.93 334.607 1104 255 c 1\n 1104 84 1027 -2 873 -2 c 0\n 760.919 -2 694 67.4257 694 182 c 0\n 694 205 696 230 701 255 c 1\n 701 340 660 383 579 383 c 0\n 495 383 453 354 453 297 c 0\n 453 286 455 272 460 255 c 0\n 467 229 471 203 471 178 c 0\n 471 67.5418 385.381 -2 273 -2 c 0\n 197 -2 135 24 86 77 c 0\n 38 130 14 194 14 270 c 0\n 14 365.093 63.3576 455 152 455 c 0\n 243 455 288 426 288 369 c 0\n 288 354 284 336 278 316 c 0\n 270 296 262 282 253 275 c 1\n 194 297 l 1\n 214 316 224 334 224 351 c 0\n 224 378 200 391 152 391 c 0\n 105.522 391 82 338.805 82 283 c 0\n 82 222 99 172 132 132 c 0\n 167 89 214 68 273 68 c 0\n 353.355 68 402 110.496 402 191 c 0\n 402 214 398 236 391 255 c 1\n 390 271 389 282 389 289 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C8A\nEncoding: 3210 3210 1376\nWidth: 1464\nFlags: W\nHStem: -2 55<1260 1279> -2 70<231 265 853 863> 176 51<1260 1272> 383 72<152 159 559 559 1195 1215>\nVStem: 14 68<253 293> 222 66<334 352> 364 72<283 301> 381 68<162 190> 669 72<164 188> 683 69<268 293> 956 83<255 272.191> 963 79<175 207> 1126 72<110 127> 1126 78<93 110> 1367 67<211 229>\nFore\n853 68 m 0\n 932.154 68 963 103.89 963 181 c 0\n 963 203 961 228 956 255 c 1\n 956 385.216 1053.33 455 1195 455 c 0\n 1335.71 455 1434 354.882 1434 211 c 0\n 1434 83.4361 1378.98 -2 1262 -2 c 0\n 1183.13 -2 1126 35.8081 1126 110 c 0\n 1126 184.361 1183.15 227 1262 227 c 1\n 1272 176 l 1\n 1230.56 176 1198 155.38 1198 122 c 0\n 1198 114 1200 106 1204 98 c 1\n 1204 67.3809 1238.18 53 1272 53 c 0\n 1333 53 1365 106 1367 211 c 0\n 1368 264 1351 306 1314 339 c 0\n 1281 368 1242 383 1195 383 c 0\n 1107.87 383 1039 340.005 1039 255 c 1\n 1041 236 1042 219 1042 203 c 0\n 1042 72.7456 980.068 -2 853 -2 c 0\n 730 -2 669 53 669 164 c 0\n 669 191 673 221 681 255 c 0\n 682 262 683 271 683 280 c 0\n 683 348 642 382 559 383 c 0\n 487.304 383 436 347.851 436 283 c 0\n 436 272 437 263 440 255 c 0\n 446 228 449 201 449 172 c 0\n 449 56 377 -2 233 -2 c 0\n 172 -2 120 24 78 78 c 0\n 35 130 14 195 14 270 c 0\n 14 331 28 378 57 411 c 0\n 82 440 113 455 152 455 c 0\n 219.31 455 288 411.256 288 352 c 0\n 288 314.641 276.897 309.53 263 291 c 1\n 211 305 l 1\n 218 316 222 327 222 336 c 0\n 222 367 199 383 152 383 c 128\n 105 383 82 350 82 283 c 0\n 82 140 139 68 253 68 c 0\n 338 68 381 105 381 178 c 0\n 381 200 378 226 371 255 c 0\n 366 276 364 291 364 301 c 0\n 364 346 383 383 421 412 c 0\n 459 442 505 456 559 455 c 0\n 674.501 451.391 752 398.323 752 289 c 0\n 752 250.463 741 221.805 741 188 c 0\n 741 108 778 68 853 68 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C8E\nEncoding: 3214 3214 1377\nWidth: 574\nFlags: W\nHStem: -2 70<155 162>\nVStem: 17 69<140.063 151.799> 475 72<125 142>\nFore\n155 68 m 0\n 205.458 68 258 112.272 258 170 c 1\n 325 170 l 1\n 325 135 336 108 358 89 c 0\n 378 70 402 63 429 66 c 0\n 460 69 475 92 475 133 c 0\n 475 142 473 163 470 197 c 0\n 466 240 449 287 420 336 c 128\n 391 385 359 420 325 441 c 1\n 361 504 l 1\n 485 411 547 290 547 140 c 0\n 547 57.7947 506.476 -3.98655 429 -2 c 0\n 355 -1 309 21 291 66 c 1\n 271.967 25.82 216.981 -2 155 -2 c 0\n 63 -2 17 45 17 140 c 0\n 17 206.123 74.7985 248.884 138 255 c 1\n 155 191 l 1\n 119.104 191 83.8128 172.808 86 140 c 0\n 88 92 111 68 155 68 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C8F\nEncoding: 3215 3215 1378\nWidth: 570\nFlags: W\nHStem: -2 65<411 429> -2 70<153 174> 369 72<258 291>\nVStem: 17 69<140 142> 481 69<148 187>\nFore\n258 369 m 0\n 180.714 369 138 430.973 138 513 c 1\n 206 513 l 1\n 206 467.203 241.007 441 291 441 c 0\n 320 441 336 455 338 484 c 1\n 377 477 l 1\n 465.938 417.063 538.796 308.657 549 176 c 0\n 550 167 550 159 550 150 c 0\n 550 66.1363 510.947 -2 429 -2 c 0\n 369.892 -2 302.385 24.7371 291 68 c 1\n 263 21 218 -2 155 -2 c 0\n 75.7559 -2 17 56.4556 17 140 c 0\n 17 193 57 232 138 255 c 1\n 155 184 l 1\n 151 186 147 187 143 187 c 0\n 119.513 187 86 163.711 86 140 c 0\n 86 114 92 96 104 84 c 0\n 116 74 139 68 172 68 c 0\n 221.629 68 258 112.934 258 170 c 1\n 325 170 l 1\n 325 99 354 63 413 63 c 0\n 444 63 464 73 473 93 c 0\n 478 107 481 138 481 187 c 0\n 481 216 468 252 441 297 c 128\n 414 342 385 375 352 396 c 1\n 322.941 372.753 309.135 369 258 369 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C90\nEncoding: 3216 3216 1379\nWidth: 580\nFlags: W\nHStem: -2 70<153 174 411 429> 191 57<138 155> 383 72<155 162 392 413>\nVStem: 17 69<140 142 340 369> 480 67<157 313>\nFore\n394 383 m 0\n 349.772 383 310 348.635 310 313 c 1\n 258 313 l 1\n 258 351.756 201.044 383 155 383 c 0\n 109 383 86 369 86 340 c 0\n 86 325 89 314 94 305 c 1\n 35 297 l 1\n 23 317 17 341 17 369 c 0\n 17 424.897 87.7373 455 155 455 c 0\n 206 455 251 434 291 391 c 1\n 314 434 355 455 413 455 c 0\n 490.42 455 547 392.466 547 313 c 2\n 547 140 l 2\n 547 57.9025 507.581 -2 429 -2 c 0\n 359 -2 313 19 291 62 c 1\n 258 19 212 -2 155 -2 c 0\n 63 -2 17 45 17 140 c 0\n 17 211.693 66.674 248 138 248 c 1\n 155 191 l 1\n 122.618 191 86 172.298 86 140 c 0\n 86 92 115 68 172 68 c 0\n 221.629 68 258 112.934 258 170 c 1\n 325 170 l 1\n 325 102 354 68 413 68 c 0\n 458 68 480 107 480 184 c 2\n 480 270 l 2\n 480 345 451 383 394 383 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C92\nEncoding: 3218 3218 1380\nWidth: 589\nFlags: W\nHStem: -2 70<165 188 421 441> 399 56<113 138>\nVStem: -5 64<352 369> 28 68<140 142> 182 69<338 355> 492 67<118 140>\nFore\n167 -2 m 0\n 80.2143 -2 28 52.0292 28 140 c 0\n 28 169 41 197 68 224 c 0\n 72 228 97 248 142 285 c 0\n 169 306 182 325 182 340 c 0\n 182 379 165 399 131 399 c 0\n 83 399 59 384 59 354 c 0\n 59 345 61 336 64 327 c 1\n 12 313 l 1\n 1 322 -5 341 -5 369 c 0\n -5 418.432 55.6109 455 115 455 c 0\n 191.559 455 251 421.393 251 355 c 0\n 251 319 238 288 211 263 c 1\n 136 208 l 2\n 109 187 96 165 96 140 c 0\n 96 109 103 88 118 79 c 0\n 129 72 151 68 182 68 c 0\n 241 68 270 97 270 154 c 1\n 337 154 l 1\n 337 93.556 362.973 68 423 68 c 0\n 459.367 68 492 84.35 492 118 c 0\n 492 137 480 155 457 170 c 1\n 492 227 l 1\n 537 206 559 177 559 140 c 0\n 559 60.2853 514.353 -2 441 -2 c 0\n 371 -2 325 19 303 62 c 1\n 270 19 224 -2 167 -2 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C93\nEncoding: 3219 3219 1381\nWidth: 597\nFlags: W\nHStem: -2 70<166 188 421 441>\nVStem: -5 61<353 369> 28 68<127.65 143> 182 69<340 355> 489 72<118 140>\nFore\n131 399 m 0\n 98.6536 399 56 385.225 56 357 c 0\n 56 350 59 343 64 334 c 1\n 12 313 l 1\n 1 322 -5 341 -5 369 c 0\n -5 388 3 408 19 428 c 0\n 35 447 55 458 79 461 c 1\n 79 479 69 502 48 532 c 0\n 28 560 18 585 18 604 c 128\n 18 623 24 642 37 663 c 1\n 115 654 l 1\n 102 650 96 631 96 598 c 0\n 96 559 109 525 136 496 c 1\n 211 431 l 2\n 238 407 251 382 251 355 c 0\n 251 318 238 287 211 260 c 0\n 210 259 185 239 136 202 c 0\n 109 181 96 161 96 140 c 0\n 96 94.714 134.167 68 182 68 c 0\n 241 68 270 97 270 154 c 1\n 337 154 l 1\n 337 99.8573 370.421 68 423 68 c 0\n 459.873 68 489 84.5351 489 118 c 0\n 489 137 478 157 457 176 c 1\n 492 232 l 1\n 527 217 550 187 561 140 c 1\n 561 55.1972 518.249 -2 441 -2 c 0\n 371 -2 325 19 303 62 c 1\n 276 19 230 -2 167 -2 c 0\n 85.5206 -2 28 55.5955 28 140 c 0\n 28 168 41 194 66 219 c 1\n 90 238 115 257 140 278 c 0\n 166 298 180 319 182 340 c 1\n 182 379 165 399 131 399 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C94\nEncoding: 3220 3220 1382\nWidth: 625\nFlags: W\nHStem: -2 70<165 188 410 441> 313 52<482 495> 399 56<113 138> 474 43<12 204> 575 49<12 213 12 443>\nVStem: -5 58<353 371> 28 68<140 142> 182 69<338 355> 220 57<532 552> 493 68<123 140> 561 57<453 485>\nDStem: 144 278 211 263 68 219 136 208\nFore\n277 532 m 0\n 277 496.853 239.927 474 199 474 c 2\n 12 474 l 1\n 12 517 l 1\n 199 517 l 2\n 213 517 220 528 220 550 c 0\n 220 567 216 575 209 575 c 2\n 12 575 l 1\n 12 624 l 1\n 423 624 l 2\n 530.868 624 615.757 579.439 618 483 c 0\n 619.934 392.083 577.619 313 493 313 c 0\n 412 313 371 350 371 425 c 1\n 441 425 l 1\n 441 388 455 368 483 365 c 1\n 535 365 561 399 561 468 c 0\n 561 539 515 575 423 575 c 2\n 271 575 l 1\n 275 570 277 556 277 532 c 0\n431 -2 m 0\n 360.68 -2 326.827 14.3465 303 62 c 1\n 276 19 230 -2 167 -2 c 0\n 83.4797 -2 28 54.5044 28 140 c 0\n 28 168 41 194 68 219 c 1\n 144 278 l 2\n 169 298 182 319 182 340 c 0\n 182 379 165 399 131 399 c 0\n 79 399 53 387 53 363 c 0\n 53 352 56 341 61 330 c 1\n 14 316 l 1\n 1 327 -5 345 -5 369 c 0\n -5 418.432 55.6109 455 115 455 c 0\n 191.559 455 251 421.393 251 355 c 0\n 251 319 238 288 211 263 c 1\n 136 208 l 2\n 109 187 96 165 96 140 c 0\n 96 92 125 68 182 68 c 0\n 241 68 270 97 270 154 c 1\n 337 154 l 1\n 337 99.8573 370.421 68 423 68 c 0\n 470 68 493 87 493 125 c 0\n 493 145 484 167 467 191 c 1\n 493 240 l 1\n 538 223 561 189 561 140 c 0\n 561 95 548 60 523 36 c 0\n 498 10 467 -2 431 -2 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C95\nEncoding: 3221 3221 1383\nWidth: 256\nFlags: W\nHStem: -42 20G<192.5 241.5> 240 57<7 133 251 415> 399 60<7 303>\nVStem: 206 59<345 363> 307 66<127 139>\nFore\n307 127 m 0\n 307 174.719 262.172 211 215 211 c 0\n 164.636 211 125.27 171.934 130 127 c 0\n 137 68 165 41 215 44 c 0\n 267.094 47.3609 307 77.3256 307 127 c 0\n206 359 m 0\n 206 373.215 193.099 396 179 396 c 2\n 7 396 l 1\n 7 459 l 1\n 303 459 l 1\n 303 399 l 1\n 251 399 l 1\n 260 384 265 367 265 348 c 128\n 265 329 260 312 251 297 c 1\n 415 297 l 1\n 415 240 l 1\n 303 240 l 1\n 350 213 373 176 373 127 c 0\n 373 96 362 65 339 36 c 0\n 310 -3 268 -22 215 -22 c 0\n 170 -22 132 -7 103 23 c 0\n 77 50 64 79 64 112 c 0\n 64 186.128 81.9574 214.479 133 240 c 1\n 7 240 l 1\n 7 297 l 1\n 161 297 l 2\n 191 297 206 318 206 359 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C96\nEncoding: 3222 3222 1384\nWidth: 565\nFlags: W\nHStem: -2 57<169 182> -2 64<541 565> 140 57<169 182> 383 62<254.368 276>\nVStem: 14 68<98 100> 364 69<237 271> 682 70<197 207>\nFore\n273 445 m 0\n 369.189 445 433 366.206 433 262 c 0\n 433 203 419 155 391 120 c 1\n 468 81 520 62 546 62 c 0\n 637 62 682 107 682 197 c 0\n 682 276.574 628.041 358.875 579 399 c 1\n 559 399 l 1\n 559 448 l 1\n 638 448 l 1\n 692 379 l 2\n 732 328 752 267 752 197 c 0\n 752 73.8084 683.839 -2 563 -2 c 0\n 482 -2 417 21 366 68 c 1\n 327.703 29.7027 245.055 -2 169 -2 c 0\n 122 -2 83 9 53 32 c 0\n 27 51 14 73 14 98 c 0\n 14 126 29 150 59 168 c 0\n 89 188 126 197 169 197 c 0\n 224.158 197 301.453 173.315 334 148 c 1\n 354 168 364 203 364 252 c 0\n 364 313.822 331.682 383 273 383 c 0\n 222.335 383 195.828 363.515 211 318 c 1\n 142 313 l 1\n 139 316 138 325 138 340 c 0\n 138 341 140 354 143 377 c 0\n 145 393 157 408 180 421 c 0\n 205 437 236 445 273 445 c 0\n82 98 m 0\n 82 69 111 55 169 55 c 0\n 215 55 255 69 288 98 c 1\n 254 126 214 140 169 140 c 0\n 111 140 82 126 82 98 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C97\nEncoding: 3223 3223 1385\nWidth: 326\nFlags: W\nHStem: -2 21G<49 118 391 460> 379 81<14 255> 399 61<14 116>\nVStem: 14 68<140 159> 426 69<140 159>\nFore\n495 140 m 0\n 495 81 483 33 460 -2 c 1\n 391 -2 l 1\n 414 35 426 83 426 140 c 0\n 426 215 406 276 366 321 c 0\n 332 360 294 379 253 379 c 128\n 212 379 175 360 142 321 c 0\n 102 276 82 215 82 140 c 0\n 82 106 94 59 118 -2 c 1\n 49 -2 l 1\n 26 31 14 79 14 140 c 0\n 14 245 48 331 116 399 c 1\n 14 399 l 1\n 14 460 l 1\n 338 460 l 1\n 421 369 l 2\n 470 315 495 239 495 140 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C98\nEncoding: 3224 3224 1386\nWidth: 604\nFlags: W\nHStem: 0 70<142 162 401 406> 189 68<644 662> 260 82<279 289.885> 399 61<13 691>\nVStem: 5 69<127 144> 231 100<299 308> 471 114<295 325> 472 75<189 242> 714 68<306 327>\nFore\n279 342 m 0\n 305.511 342 331 324.06 331 299 c 0\n 331 274.667 303.707 260 279 260 c 0\n 256.371 260 231 277.235 231 299 c 0\n 231 326 247 340 279 342 c 0\n315 -143 m 1\n 246 -143 l 1\n 263 -29 l 1\n 298 -29 l 1\n 315 -143 l 1\n691 399 m 1\n 13 399 l 1\n 13 460 l 1\n 691 460 l 1\n 691 399 l 1\n782 314 m 0\n 782 249.268 719.053 189 657 189 c 0\n 606.62 189 554.752 208.409 547 242 c 1\n 547 189 l 2\n 547 93.7843 492.273 0 401 0 c 0\n 344 0 303 19 279 57 c 1\n 237 19 192 0 143 0 c 0\n 63.1285 0 5 59.7255 5 142 c 0\n 5 207.468 67.3171 243.959 126 257 c 1\n 152 199 l 1\n 100 199 74 176 74 129 c 0\n 74 90.2895 115.016 70 160 70 c 0\n 209.629 70 246 114.934 246 172 c 1\n 315 172 l 1\n 315 104 344 70 401 70 c 0\n 446.859 70 472 128.652 472 189 c 0\n 472 228.347 471 255.873 471 295 c 1\n 585 325 l 1\n 585 303.478 618.802 257 647 257 c 0\n 684 257 706 274 714 307 c 1\n 714 361 l 1\n 780 335 l 1\n 781 328 782 321 782 314 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C99\nEncoding: 3225 3225 1387\nWidth: 651\nFlags: W\nHStem: -2 78<185 206 472 494> 251 99<386.234 399> 447 63<147 159 396 455>\nVStem: -4 64<396 413> 31 77<157 159> 302 73<153 172> 342 108<302 306> 530 78<366 380.801> 549 77<125 153>\nDStem: 159 304 227 285 76 243 148 224\nFore\n455 510 m 0\n 541.473 510 608 454.606 608 366 c 1\n 530 366 l 1\n 531 420 486 447 396 447 c 0\n 346.678 447 290.388 407.308 281 366 c 0\n 276 339 258 312 227 285 c 1\n 148 224 l 1\n 121 201 108 179 108 157 c 0\n 108 103 140 76 204 76 c 0\n 263.752 76 302 110.072 302 172 c 1\n 377 172 l 1\n 376 164 375 158 375 153 c 0\n 375 104.55 422.785 76 474 76 c 0\n 524 76 549 97 549 139 c 0\n 549 162 540 184 523 206 c 1\n 551 269 l 1\n 593.734 252.72 626 201.544 626 142 c 0\n 626 59.6975 577.57 -2 494 -2 c 0\n 425 -2 374 16 339 53 c 1\n 295 16 244 -2 187 -2 c 0\n 89.1811 -2 31 59.1676 31 157 c 0\n 31 188 46 217 76 243 c 1\n 159 304 l 2\n 189 328 204 354 204 381 c 0\n 204 419.515 183.699 447 147 447 c 0\n 89 447 60 431 60 398 c 0\n 60 389 63 378 68 366 c 1\n 13 351 l 1\n 2 361 -4 382 -4 413 c 0\n -4 470.301 73.8098 510 147 510 c 0\n 205 510 250 485 281 436 c 1\n 321 485 379 510 455 510 c 0\n396 350 m 0\n 423.571 350 450 326.977 450 302 c 0\n 450 276.298 424.793 251 396 251 c 0\n 372 251 354 268 342 302 c 1\n 342 325.937 367.741 350 396 350 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C9A\nEncoding: 3226 3226 1388\nWidth: 408\nFlags: W\nHStem: -2 70<166 188 415 441> 227 58<354 428 509 595> 399 56<113 138 354 441>\nVStem: -5 59<353 369> 28 68<127.65 143> 182 69<338 355> 354 155<227 420> 441 68<285 420> 492 67<140 159>\nDStem: 144 280 211 263 68 224 136 206\nFore\n96 140 m 0\n 96 94.714 134.167 68 182 68 c 0\n 241 68 270 97 270 154 c 1\n 337 154 l 1\n 337 97 366 68 423 68 c 0\n 469 68 492 92 492 140 c 0\n 492 198 466 227 415 227 c 2\n 354 227 l 1\n 354 285 l 1\n 441 285 l 1\n 441 399 l 1\n 354 399 l 1\n 354 456 l 1\n 416 456 l 1\n 509 420 l 1\n 509 285 l 1\n 595 285 l 1\n 595 227 l 1\n 519 227 l 1\n 551.068 213.795 559 189.793 559 140 c 0\n 559 68.731 512.159 -2 441 -2 c 0\n 371 -2 324 19 300 62 c 1\n 269 19 224 -2 167 -2 c 0\n 130 -2 98 11 71 37 c 0\n 42 64 27 99 28 140 c 0\n 28 172 41 200 68 224 c 1\n 144 280 l 2\n 169 298 182 319 182 340 c 0\n 182 379 165 399 131 399 c 0\n 80 399 54 385 54 358 c 0\n 54 351 57 341 64 328 c 1\n 14 315 l 1\n 1 325 -5 343 -5 369 c 0\n -5 418.432 55.6109 455 115 455 c 0\n 191.559 455 251 421.393 251 355 c 0\n 251 320 238 290 211 263 c 1\n 136 206 l 0\n 109 185 96 163 96 140 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C9C\nEncoding: 3228 3228 1389\nWidth: 611\nFlags: W\nHStem: -2 70<178 199 436 455> 306 63<340 369> 389 66<145 155>\nVStem: 10 70<349 369> 42 67<119 140> 42 70<140 149.974> 487 71<430.149 440.937> 515 60<117 127>\nDStem: 150 278 210 253 80 224 145 198\nFore\n369 369 m 0\n 427.585 369 487 391.412 487 441 c 1\n 558 441 l 1\n 558 380.333 480.947 321.368 422 314 c 0\n 388 308 361 306 340 306 c 0\n 300 306 272 316 255 335 c 1\n 250 305 235 278 210 253 c 1\n 145 198 l 2\n 123 178 112 159 112 140 c 1\n 110 134 109 129 109 124 c 0\n 109 87 138 68 197 68 c 0\n 254 68 283 97 283 154 c 1\n 352 154 l 1\n 352 99.9992 387.659 68 438 68 c 0\n 472.119 68 515 86.463 515 119 c 0\n 515 135 503 152 480 170 c 1\n 507 240 l 1\n 543.679 225.736 575 179.376 575 127 c 0\n 575 54.4727 529.799 -2 455 -2 c 0\n 382 -2 336 21 317 68 c 1\n 283 21 237 -2 180 -2 c 0\n 94.2022 -2 42 53.2221 42 140 c 0\n 42 173 55 201 80 224 c 1\n 150 278 l 2\n 175 296 187 317 187 340 c 0\n 187 373 173 389 145 389 c 0\n 102 389 80 379 80 358 c 0\n 80 349 82 341 87 334 c 1\n 25 313 l 1\n 15 322 10 341 10 369 c 0\n 10 419.992 81.2818 455 145 455 c 0\n 187.982 455 237.444 428.121 258 399 c 1\n 286 379 323 369 369 369 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C9E\nEncoding: 3230 3230 1390\nWidth: 843\nFlags: W\nHStem: -10 21G<480 549> -2 64<257 277> 152 59<258 291> 312 63<697 699> 383 68<400 429> 409 58<679 699>\nVStem: 17 67<336 355> 86 84<98 112> 497 68<270 279> 667 60<337 343>\nFore\n275 62 m 0\n 302.15 62 364.633 88.8001 377 110 c 1\n 354 137 320 151 275 152 c 0\n 205 153 170 139 170 110 c 0\n 170 78.3921 236.654 62 275 62 c 0\n697 375 m 0\n 710.786 375 727 352.494 727 337 c 0\n 727 323.745 711.755 312 697 312 c 0\n 684.276 312 667 322.901 667 337 c 0\n 667 350.678 683.182 375 697 375 c 0\n774 308 m 0\n 774 356.89 744.218 409 697 409 c 0\n 659 409 636 394 627 365 c 0\n 620 342 619 326 622 318 c 1\n 608 313 589 305 565 294 c 1\n 565 270 l 2\n 565 210 542 150 497 90 c 1\n 532 62 549 29 549 -10 c 1\n 480 -10 l 1\n 480 -2 476 9 468 24 c 0\n 459 38 449 48 438 55 c 1\n 390 17 332 -2 265 -2 c 0\n 210 -2 165 9 131 32 c 0\n 101 51 86 73 86 98 c 0\n 86 183.718 189.768 211 291 211 c 0\n 312 211 338 205 369 192 c 0\n 405 177 430 160 445 140 c 1\n 480 170 497 213 497 270 c 0\n 497 331.179 465.351 383 413 383 c 0\n 377.606 383 325 369.03 325 340 c 2\n 325 327 l 1\n 258 327 l 1\n 258 340 l 1\n 247 371 213 386 155 383 c 0\n 108 380 84 365 84 336 c 0\n 84 333 85 330 86 327 c 0\n 97.9763 298.257 111.333 281.978 137 270 c 1\n 86 240 l 1\n 40 267 17 306 17 355 c 0\n 17 419.599 84.0427 455 155 455 c 0\n 224 455 269 440 291 409 c 1\n 323.281 445.079 358.461 451 429 451 c 0\n 485.945 451 531.287 406.087 549 361 c 1\n 549 410.971 615.672 467 679 467 c 0\n 762.883 467 829.355 413.638 834 337 c 0\n 837 295 832 258 822 226 c 0\n 810 193 792 158 765 120 c 1\n 723 186 l 1\n 757 226 774 267 774 308 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C9F\nEncoding: 3231 3231 1391\nWidth: 610\nFlags: W\nHStem: 16 66<173 189 415 434> 315 53<400 415.238> 381 55<173 188> 559 67<124 158 124 204 417 443>\nVStem: 26 64<205 225> 41 65<516 531> 227 66<325 340> 271 62<149 164> 498 64<159 193> 514 66<463 491>\nFore\n41 531 m 0\n 41 575.131 76.0613 626 124 626 c 2\n 204 626 l 1\n 204 557 l 1\n 173 557 l 1\n 170 558 164 559 155 559 c 0\n 122 559 106 545 106 516 c 0\n 106 477.757 144.692 436 188 436 c 0\n 250.262 436 293 396.262 293 340 c 0\n 293 317 286 295 271 274 c 1\n 213 294 l 1\n 222 306 227 316 227 325 c 0\n 227 353.965 198.534 381 173 381 c 0\n 154 381 137 366 120 337 c 0\n 100 303 90 259 90 205 c 0\n 90 140.489 119.572 82 173 82 c 0\n 224.066 82 271 111.282 271 164 c 1\n 335 164 l 1\n 334 156 333 151 333 149 c 0\n 333 110.488 377.728 82 417 82 c 0\n 464.018 82 498 118.937 498 164 c 0\n 498 265 465 315 400 315 c 1\n 400 368 l 1\n 434 368 l 2\n 473.715 368 514 422.172 514 463 c 0\n 514 514.498 482.962 557 434 557 c 2\n 417 557 l 1\n 417 626 l 1\n 449 626 l 2\n 524.327 626 580 567.865 580 491 c 0\n 580 452 570 416 550 383 c 0\n 529 350 510 336 492 340 c 1\n 539 302 562 248 562 179 c 0\n 562 82.1065 519.94 16 434 16 c 0\n 382.405 16 324.391 38.8854 303 70 c 1\n 268 34 225 16 173 16 c 0\n 85.5414 16 26 104.525 26 205 c 0\n 26 305 53 377 106 422 c 1\n 63 459 41 495 41 531 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CA0\nEncoding: 3232 3232 1392\nWidth: 258\nFlags: W\nHStem: -2 70<212 249> 175 104<229 231> 383 75<5 246> 399 59<5 101>\nVStem: 187 83<227 239> 366 67<227 239>\nFore\n229 383 m 0\n 146.626 383 98.4841 310.144 90 227 c 1\n 90 132.57 136.559 68 229 68 c 0\n 319.823 68 366 131.1 366 227 c 0\n 366 311.138 309.074 383 229 383 c 0\n5 458 m 1\n 249 458 l 1\n 366 399 l 1\n 411 348 433 291 433 227 c 0\n 433 157 413 101 372 59 c 0\n 332 17 282 -3 221 -2 c 0\n 90 1 24 77 24 227 c 0\n 24 284 50 341 101 399 c 1\n 5 399 l 1\n 5 458 l 1\n187 227 m 0\n 187 256.598 204.31 279 229 279 c 0\n 256 279 270 262 270 227 c 128\n 270 192 256 175 229 175 c 0\n 201 175 187 192 187 227 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CA1\nEncoding: 3233 3233 1393\nWidth: 317\nFlags: W\nHStem: -2 70<145 155 377 403> 197 43<393 403.073> 383 75<10 283> 399 59<10 120>\nVStem: 432 69<273.779 303> 455 60<123 140>\nFore\n501 297 m 0\n 501 244.744 497.497 220.106 472 211 c 1\n 500.503 211 515 157.393 515 123 c 0\n 515 49.6043 474.165 -2 403 -2 c 0\n 324 -2 278 17 265 55 c 1\n 255.771 18.0831 199.617 -2 145 -2 c 0\n 71.1568 -2 10 73.7311 10 154 c 0\n 10 250.998 60.7002 355.003 120 399 c 1\n 10 399 l 1\n 10 458 l 1\n 335 458 l 1\n 438 399 l 2\n 462.84 385.027 501 333.05 501 297 c 0\n455 140 m 0\n 455 164.95 425.553 197 393 197 c 1\n 393 240 l 1\n 419 240 432 256 432 288 c 0\n 432 351 376 383 265 383 c 0\n 154.607 383 89.8169 290.197 77 184 c 0\n 73 152 79 124 96 100 c 0\n 111 79 127 68 145 68 c 0\n 203 68 232 97 232 154 c 1\n 300 154 l 1\n 300 97 329 68 387 68 c 0\n 432 68 455 92 455 140 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CA2\nEncoding: 3234 3234 1394\nWidth: 328\nFlags: W\nHStem: -2 70<145 155 377 403> 383 75<10 285> 399 59<10 120>\nVStem: 442 71<286 303> 455 68<98 130>\nFore\n455 130 m 0\n 455 148.332 417.289 197 403 197 c 1\n 403 240 l 1\n 429 240 442 257 442 290 c 0\n 442 299 441 306 438 313 c 0\n 419.937 359.448 337.396 383 265 383 c 0\n 156.894 383 82.6925 292.158 77 184 c 0\n 75 149 82 121 98 98 c 0\n 111 78 127 68 145 68 c 0\n 203 68 232 97 232 154 c 1\n 300 154 l 1\n 300 97 329 68 387 68 c 0\n 432 68 455 89 455 130 c 0\n232 -145 m 1\n 248 -31 l 1\n 283 -31 l 1\n 300 -145 l 1\n 232 -145 l 1\n523 98 m 0\n 523 42.8227 467.609 -2 403 -2 c 0\n 324 -2 278 17 265 55 c 1\n 255.771 18.0831 199.617 -2 145 -2 c 0\n 71.1568 -2 10 73.7311 10 154 c 0\n 10 254 47 336 120 399 c 1\n 10 399 l 1\n 10 458 l 1\n 335 458 l 1\n 438 399 l 2\n 463.302 384.117 513 336.964 513 303 c 0\n 513 252 499 222 472 211 c 1\n 503.785 197.094 523 146.626 523 98 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CA3\nEncoding: 3235 3235 1395\nWidth: 803\nFlags: W\nHStem: -2 64<150 175 596 617> 383 72<204 223 563 575>\nVStem: 14 68<98 127> 24 67<301 320> 340 86<283 295.394> 460 79<93 100> 718 67<211 229>\nFore\n563 383 m 0\n 498.987 383 426 344.945 426 283 c 1\n 340 283 l 1\n 340 344.347 271.441 383 204 383 c 0\n 129 383 91 360 91 313 c 0\n 91 256 117 227 169 227 c 1\n 169 170 l 1\n 111 170 82 156 82 127 c 0\n 82 84 111 62 169 62 c 0\n 230 62 270 78 288 110 c 1\n 357 110 l 1\n 336.327 38.7915 251.771 -2 152 -2 c 0\n 88.1287 -2 14 40.3957 14 98 c 0\n 14 161 37 199 82 211 c 1\n 40.3265 233.573 24 259.498 24 318 c 0\n 24 408.613 103.668 455 204 455 c 0\n 275 455 337 424 391 361 c 1\n 426 424 484 455 563 455 c 0\n 697.979 455 785 354.285 785 211 c 0\n 785 148 767 97 731 58 c 0\n 695 18 651 -2 598 -2 c 0\n 521.278 -2 460 31.6923 460 98 c 0\n 460 161.69 520.987 198.127 588 205 c 1\n 588 148 l 1\n 555 131 539 114 539 96 c 0\n 539 73 564 62 615 62 c 0\n 673.875 62 718 138.193 718 211 c 0\n 718 259 701 300 666 335 c 0\n 634 367 600 383 563 383 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CA4\nEncoding: 3236 3236 1396\nWidth: 317\nFlags: W\nHStem: -2 64<229 279> 399 59<37 311>\nVStem: 431 68<125 133>\nFore\n411 327 m 0\n 411 371.598 345.032 399 295 399 c 2\n 37 399 l 1\n 37 458 l 1\n 347 458 l 1\n 441 399 l 2\n 460.366 386.676 481.121 329.907 477 299 c 0\n 472 266 457 242 431 227 c 1\n 476 207 499 175 499 131 c 0\n 499 86.782 473.509 58.3618 427 34 c 0\n 381 10 326 -2 261 -2 c 0\n 105 -2 25 45 22 140 c 0\n 20 194 48 232 106 255 c 1\n 140 205 l 1\n 105 191 88 169 89 140 c 0\n 90 88 144 62 251 62 c 0\n 307 62 352 69 386 84 c 0\n 416 97 431 111 431 127 c 0\n 431 176.361 378.762 197 328 197 c 2\n 295 197 l 1\n 295 255 l 1\n 328 255 l 2\n 382.629 255 411 272.713 411 327 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CA5\nEncoding: 3237 3237 1397\nWidth: 328\nFlags: W\nHStem: -2 70<128 147 377 403> 229 90<265 267> 383 75<10 267> 399 59<10 128>\nVStem: 219 94<270 272> 458 65<138 164>\nFore\n10 140 m 0\n 10 241.834 65.7657 351.409 128 399 c 1\n 10 399 l 1\n 10 458 l 1\n 310 458 l 1\n 403 399 l 1\n 465.537 345.397 523 247.559 523 140 c 0\n 523 69.4501 474.489 -2 403 -2 c 0\n 324 -2 278 18 263 59 c 1\n 231 18 186 -2 128 -2 c 0\n 94 -2 66 11 44 38 c 0\n 21 64 10 98 10 140 c 0\n313 270 m 0\n 313 247.949 289.599 229 265 229 c 0\n 241.784 229 219 247.564 219 270 c 0\n 219 289.914 242.437 319 265 319 c 0\n 287.987 319 313 291.845 313 270 c 0\n300 -145 m 1\n 232 -145 l 1\n 248 -31 l 1\n 283 -31 l 1\n 300 -145 l 1\n387 68 m 0\n 431.945 68 458 104.386 458 154 c 0\n 458 163 457 173 455 184 c 0\n 445 241 422 289 384 326 c 0\n 348 364 308 383 265 383 c 0\n 168.513 383 86.4328 280.214 77 184 c 0\n 70.7954 124.022 89.349 68 145 68 c 0\n 203 68 232 97 232 154 c 1\n 300 154 l 1\n 300 97 329 68 387 68 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CA6\nEncoding: 3238 3238 1398\nWidth: 352\nFlags: W\nHStem: -23 20G<347 382> -2 70<128 147 376 395> 383 75<10 283> 399 59<10 128>\nVStem: 10 65<140 167> 456 67<140 167>\nFore\n75 161 m 0\n 75 111.014 98.6404 68 145 68 c 0\n 203 68 232 97 232 154 c 1\n 300 154 l 1\n 300 97 329 68 387 68 c 0\n 426.272 68 456 112.982 456 165 c 0\n 456 278.478 378.019 383 265 383 c 0\n 212 383 167 359 129 310 c 0\n 93 265 75 216 75 161 c 0\n340 458 m 1\n 413 399 l 2\n 477.742 347.206 523 249.88 523 140 c 0\n 523 68.3606 469.214 4.20755 403 -2 c 0\n 394 -3 386 -3 378 -3 c 0\n 316 -3 278 18 263 59 c 1\n 231 18 186 -2 128 -2 c 0\n 94 -2 66 11 44 38 c 0\n 21 64 10 98 10 140 c 0\n 10 261 49 347 128 399 c 1\n 10 399 l 1\n 10 458 l 1\n 340 458 l 1\nEndSplineSet\nEndChar\nStartChar: uni0CA7\nEncoding: 3239 3239 1399\nWidth: 352\nFlags: W\nHStem: -2 70<128 147 377 403> 383 75<10 285> 399 59<10 118>\nVStem: 10 66<139 176>\nFore\n145 68 m 0\n 203 68 232 97 232 154 c 1\n 300 154 l 1\n 300 97 329 68 387 68 c 0\n 406 68 422 78 436 98 c 0\n 483.673 166.531 439.283 275.541 394 326 c 0\n 359 364 316 383 265 383 c 0\n 163.048 383 86.204 287.084 77 184 c 0\n 76 176 76 168 76 161 c 0\n 76 99 99 68 145 68 c 0\n523 140 m 0\n 523 69.4501 474.489 -2 403 -2 c 0\n 324 -2 278 18 263 59 c 1\n 231 18 186 -2 128 -2 c 0\n 94 -2 66 11 44 38 c 0\n 21 64 10 98 10 140 c 0\n 10 265 46 351 118 399 c 1\n 10 399 l 1\n 10 458 l 1\n 350 458 l 1\n 413 399 l 2\n 472.174 343.412 523 248.059 523 140 c 0\n248 -31 m 1\n 283 -31 l 1\n 300 -145 l 1\n 232 -145 l 1\n 248 -31 l 1\nEndSplineSet\nEndChar\nStartChar: uni0CA8\nEncoding: 3240 3240 1400\nWidth: 317\nFlags: W\nHStem: -2 70<350 363> 191 64<153 164> 399 59<42 283>\nVStem: 10 67<98 127> 438 67<184 193>\nFore\n10 127 m 0\n 10 191.374 83.7666 255 162 255 c 0\n 193 255 219 245 240 225 c 0\n 257 209 265 195 265 184 c 1\n 294 108 l 1\n 309 81 331 68 361 68 c 0\n 412 68 438 107 438 184 c 0\n 438 221 424 261 395 303 c 0\n 365 348 328 380 283 399 c 1\n 42 399 l 1\n 42 458 l 1\n 335 458 l 1\n 420 369 l 2\n 454.675 332.817 505 245.73 505 184 c 0\n 505 78.1605 448.148 -2 352 -2 c 0\n 292.722 -2 248.125 54.5929 229 104 c 0\n 215 141 207 160 205 163 c 0\n 194 182 177 191 155 191 c 0\n 103.104 191 77 152.649 77 98 c 0\n 77 73 86 47 103 20 c 1\n 42 -2 l 1\n 21 36 10 79 10 127 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CB0\nEncoding: 3248 3248 1401\nWidth: 248\nFlags: W\nHStem: -2 64<227 251> 383 75<25 238> 399 59<25 118>\nVStem: 24 67<227 239> 366 67<227 239>\nFore\n249 458 m 1\n 356 419 l 1\n 389.248 379.418 433 290.138 433 227 c 0\n 433 159 414 104 376 62 c 0\n 338 19 289 -2 229 -2 c 128\n 169 -2 120 20 82 64 c 0\n 43 107 24 162 24 227 c 0\n 24 256 32 286 48 318 c 0\n 66 354 89 381 118 399 c 1\n 25 399 l 1\n 25 458 l 1\n 249 458 l 1\n229 383 m 0\n 147.006 383 91 315.656 91 227 c 0\n 91 178 105 139 134 108 c 128\n 163 77 197 62 236 62 c 0\n 323 62 366 117 366 227 c 0\n 366 312.981 313.027 383 229 383 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CB1\nEncoding: 3249 3249 1402\nWidth: 621\nFlags: W\nHStem: 0 76<152 165 393 406> 239 67<127 431> 411 50<131 145 414 426>\nVStem: 196 20<340 366> 343 19<340 366> 530 20<223 261>\nFore\n550 244 m 0\n 551 186 541 133 518 86 c 0\n 491 29 454 1 406 0 c 0\n 349 -1 306 37 279 113 c 1\n 252 37 210 -1 152 0 c 0\n 8.50658 3.05305 -19.1096 273.324 39 396 c 0\n 60 439 92 461 133 461 c 0\n 188 461 216 421 216 340 c 0\n 216 331 214 319 210 306 c 1\n 348 306 l 1\n 345 321 343 333 343 340 c 0\n 343 421 371 461 426 461 c 0\n 518.261 461 548.309 350.565 550 244 c 0\n426 306 m 0\n 456.169 306 476 329.463 476 360 c 0\n 476 372 473 382 466 391 c 1\n 448 404 431 411 416 411 c 0\n 393.457 411 362 385.762 362 358 c 0\n 362 323 383 306 426 306 c 0\n530 234 m 0\n 530 289 519 333 497 364 c 1\n 494.267 317.327 471.301 264.226 431 258 c 1\n 431 239 l 1\n 128 239 l 1\n 128 259 l 1\n 88.1543 265.372 64.6348 317.07 62 364 c 1\n 41 333 30 289 30 234 c 0\n 30 162.188 87.4398 77.9118 162 76 c 0\n 215 75 254 115 279 195 c 1\n 306 115 345 75 396 76 c 0\n 435 77 468 96 495 135 c 0\n 518 168 530 201 530 234 c 0\n83 361 m 0\n 83 332.264 102.963 306 133 306 c 0\n 175 306 196 323 196 358 c 0\n 196 384.557 165.891 411 143 411 c 0\n 126 411 110 404 94 391 c 1\n 87 382 83 372 83 361 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CB2\nEncoding: 3250 3250 1403\nWidth: 620\nFlags: W\nHStem: -2 64<303 317> 383 72<165 174>\nVStem: 12 67<255 271> 214 72<351 369> 526 69<255 287>\nFore\n526 255 m 0\n 526 359.391 509.549 398.559 457 455 c 1\n 534 455 l 1\n 580.783 404.474 595 353.606 595 255 c 0\n 595 168 564 102 501 56 c 0\n 448 17 382 -2 303 -2 c 0\n 228 -2 163 20 107 63 c 0\n 44 112 12 176 12 255 c 0\n 12 311 28 358 60 397 c 0\n 93 436 131 455 174 455 c 1\n 224.44 448.492 286 417.601 286 369 c 0\n 286 332 274 303 251 283 c 1\n 199 313 l 1\n 209 329 214 342 214 353 c 0\n 214 373 198 383 167 383 c 0\n 105.386 383 79 326.079 79 255 c 0\n 79 136.968 174.503 62 303 62 c 0\n 370 62 424 82 466 121 c 0\n 506 158 526 202 526 255 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CB3\nEncoding: 3251 3251 1404\nWidth: 620\nFlags: W\nHStem: -2 43<271.365 301> 152 59<188 286> 297 47<171 183> 399 66<148 167> 431 58<392 405> 542 21G<417 462.273>\nVStem: 167 57<84 111> 193 68<363 371> 347 58<84 104> 506 69<412 435>\nFore\n377 509 m 0\n 377 501.804 389.772 489 400 489 c 0\n 404 489 408 490 412 493 c 1\n 412 433 l 1\n 405 432 398 431 392 431 c 0\n 356 431 331 452 316 493 c 0\n 310.266 508.291 316.497 549.497 325 558 c 0\n 354 593 392 610 437 608 c 0\n 528.67 603.926 575 517.439 575 412 c 0\n 575 275.708 497.854 183.958 388 152 c 1\n 399 135 405 113 405 84 c 0\n 405 34.5749 347.127 -2 286 -2 c 0\n 226.018 -2 167 33.2245 167 84 c 0\n 167 106 167 119 168 123 c 0\n 170 134 177 143 188 152 c 1\n 86.1268 152 12 220.7 12 327 c 0\n 12 398.343 75.6718 465 148 465 c 0\n 221.491 465 261 442.045 261 369 c 0\n 261 322.427 229.655 297 178 297 c 0\n 171 297 164 298 158 299 c 1\n 158 350 l 1\n 165 346 172 344 177 344 c 0\n 188 344 193 351 193 365 c 0\n 193 377 190 386 183 391 c 0\n 178 394 172 396 167 399 c 1\n 122.564 399 85.0738 369.517 79 327 c 1\n 79 238.658 181.561 211 286 211 c 0\n 433 211 506 278 506 412 c 0\n 506 477.14 487.546 542 437 542 c 0\n 397 542 377 531 377 509 c 0\n224 104 m 0\n 224 62 245 41 286 41 c 128\n 327 41 347 60 347 98 c 0\n 347 123 341 139 329 145 c 0\n 320 149 306 151 286 152 c 0\n 252.017 153.789 224 135.388 224 104 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CE6\nEncoding: 3302 3302 1405\nWidth: 649\nFlags: W\nHStem: -2 57<303 321> 340 59<303 321>\nVStem: 64 67<197 207> 475 69<197 207>\nFore\n303 55 m 0\n 390.095 55 475 109.311 475 197 c 0\n 475 286.01 398.444 340 303 340 c 0\n 254 340 212 324 178 293 c 0\n 147 264 131 232 131 197 c 0\n 131 117.464 220.237 55 303 55 c 0\n303 399 m 0\n 434.578 399 544 322.285 544 197 c 0\n 544 140 521 93 475 55 c 128\n 429 17 372 -2 303 -2 c 0\n 235 -2 178 17 132 55 c 0\n 87 93 64 140 64 197 c 128\n 64 254 89 302 138 342 c 0\n 185 380 240 399 303 399 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CE7\nEncoding: 3303 3303 1406\nWidth: 550\nFlags: W\nHStem: 399 56<303 320>\nVStem: 79 65<170 227> 79 67<227 239> 459 67<227 239>\nFore\n303 399 m 0\n 214.876 399 147.977 317.921 146 227 c 0\n 146 216.423 144 179.811 144 170 c 0\n 144 123 157 75 182 25 c 1\n 131 -2 l 1\n 108 37 93 75 86 112 c 0\n 81 136 79 174 79 227 c 0\n 79 290 99 343 140 386 c 0\n 183 432 237 455 303 455 c 0\n 368 455 422 430 466 379 c 0\n 506 332 526 282 526 227 c 0\n 526 136 504 59 459 -2 c 1\n 389 25 l 1\n 436 84 459 151 459 227 c 0\n 459 322.451 395.209 399 303 399 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CE8\nEncoding: 3304 3304 1407\nWidth: 573\nFlags: W\nHStem: -2 70<64 337> 391 64<367 385>\nVStem: 234 78<340 351> 475 69<205 241>\nFore\n312 340 m 0\n 312 320.008 330.105 297 354 297 c 1\n 354 240 l 1\n 274 254 234 287 234 340 c 0\n 234 417 280 455 371 455 c 0\n 489.822 455 544 344.438 544 211 c 0\n 544 70.5561 460.935 -2 322 -2 c 2\n 64 -2 l 1\n 64 68 l 1\n 322 68 l 2\n 424 68 475 121 475 227 c 0\n 475 270 466 308 446 342 c 0\n 428 374 405 391 379 391 c 0\n 334 391 312 374 312 340 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CE9\nEncoding: 3305 3305 1408\nWidth: 567\nFlags: W\nHStem: -2 70<413 423> 88 60<182 208> 227 43<199 208> 426 57<268 288>\nVStem: 79 66<184 191> 270 84<154 184> 357 66<317 335>\nFore\n200 88 m 0\n 136.052 88 79 125.766 79 184 c 0\n 79 241 119 270 199 270 c 0\n 233 270 271 253 312 218 c 1\n 342 254 357 290 357 325 c 0\n 357 379.259 325.475 426 276 426 c 0\n 244.201 426 218 400.252 218 369 c 1\n 148 399 l 1\n 157 455 203 483 286 483 c 0\n 377 483 423 431 423 327 c 0\n 423 261 400 203 354 154 c 1\n 354 112.793 377.182 68 415 68 c 1\n 450 77 467 91 467 110 c 1\n 544 110 l 1\n 544 40.5039 494.04 -2 423 -2 c 0\n 384 -2 352 8 326 30 c 0\n 299 50 286 77 286 110 c 1\n 257 95 229 88 200 88 c 0\n199 227 m 0\n 167.04 227 145 209.315 145 184 c 0\n 145 160 157 148 182 148 c 0\n 241 148 270 160 270 184 c 0\n 270 208.297 226.301 227 199 227 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CEA\nEncoding: 3306 3306 1409\nWidth: 562\nFlags: W\nHStem: -2 49<274 288> 154 57<274 286> 399 56<139 169>\nVStem: 12 60<327 353> 167 67<84 100> 337 65<98 111.096> 476 69<399 401>\nFore\n286 47 m 0\n 317 47 334 64 337 98 c 1\n 337 135 320 154 286 154 c 0\n 251 154 234 135 234 98 c 0\n 234 64 251 47 286 47 c 0\n276 -2 m 0\n 221.479 -2 167 35.3936 167 84 c 0\n 167 102 171 120 178 138 c 1\n 185 150 191 162 197 174 c 1\n 116.69 187.712 12 242.532 12 327 c 0\n 12 412 57 455 148 455 c 0\n 229 455 269 419 269 348 c 1\n 197 348 l 1\n 200 353 200 358 199 364 c 0\n 198 372 197 375 197 373 c 0\n 197 390 184 399 157 399 c 0\n 100 399 72 384 72 353 c 0\n 72 344 74 336 79 327 c 1\n 79 257.641 193.578 211 276 211 c 1\n 392.941 236.796 476 279.78 476 399 c 0\n 476 412 473 424 468 434 c 0\n 463 443 460 450 459 455 c 1\n 526 455 l 1\n 539 437 545 418 545 399 c 0\n 545 298 487 226 371 184 c 1\n 392 149 402 121 402 98 c 0\n 402 33.3304 347.717 -2 276 -2 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CEB\nEncoding: 3307 3307 1410\nWidth: 557\nFlags: W\nHStem: -2 21G<423 492> 412 43<423 433>\nVStem: 64 58<355 367.036> 79 73<82 100> 234 51<255 272> 339 50<369 383> 454 69<92 110>\nFore\n167 68 m 0\n 200.072 68 244 148.695 244 191 c 1\n 235 191 221 185 204 174 c 0\n 173.837 153.891 152 128.955 152 94 c 0\n 152 77 157 68 167 68 c 0\n423 455 m 0\n 474.8 455 526 425.537 526 369 c 0\n 526 351 519 334 504 319 c 0\n 493 308 472 291 441 270 c 1\n 441 262 448 249 462 231 c 0\n 482 206 495 187 502 175 c 0\n 516 149 523 123 523 97 c 0\n 523 65 513 32 492 -2 c 1\n 423 -2 l 1\n 444 37 454 74 454 108 c 0\n 454 165 429 211 379 248 c 1\n 372 244 347 232 303 211 c 1\n 297.376 96.6524 251.668 2.23134 148 -2 c 0\n 107.613 -4.24372 79 33.0981 79 84 c 0\n 79 119 94 152 124 182 c 0\n 147 203 183 228 234 255 c 1\n 234 290 227 323 212 354 c 0\n 198 384 183 399 167 399 c 0\n 137 399 122 384 122 355 c 1\n 64 355 l 1\n 64 416.052 103.763 455 167 455 c 1\n 241.868 448.583 285 358.785 285 270 c 0\n 285 270 347.587 284.645 355 297 c 1\n 339 369 l 1\n 339 415.898 373.568 455 423 455 c 0\n423 412 m 0\n 400 412 389 400 389 377 c 0\n 389 367 398 350 415 327 c 1\n 445.996 341.151 466.245 353.2 474 383 c 1\n 463 402 446 412 423 412 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CEC\nEncoding: 3308 3308 1411\nWidth: 562\nFlags: W\nHStem: -2 70<232 526> 140 44<257.696 273> 275 52<218 251>\nVStem: 64 76<138 156> 339 67<211 227>\nFore\n140 145 m 0\n 140 95.1307 190.329 68 251 68 c 2\n 526 68 l 1\n 526 -2 l 1\n 234 -2 l 2\n 135.399 -2 64 61.3455 64 154 c 0\n 64 227 98 284 167 327 c 1\n 140 441 l 1\n 209 447 l 1\n 218 327 l 1\n 314.642 327 406 292.146 406 211 c 1\n 396.26 166.196 343.594 140 286 140 c 0\n 246 140 219 142 204 145 c 0\n 182 149 163 159 148 176 c 1\n 143 165 140 155 140 145 c 0\n339 227 m 0\n 339 257.092 283.824 275 251 275 c 0\n 201 275 170 266 157 248 c 1\n 157 218.617 232.546 184 270 184 c 0\n 297.834 184 339 205.797 339 227 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CED\nEncoding: 3309 3309 1412\nWidth: 567\nFlags: W\nHStem: -2 57<251 544> 391 64<270 272>\nVStem: 96 70<100.369 113>\nFore\n270 391 m 0\n 240.402 391 218 376.457 218 355 c 1\n 146 355 l 1\n 146 422 187 455 270 455 c 0\n 333.434 455 391.194 416.42 389 355 c 0\n 387 316 367 280 328 248 c 0\n 327 247 291 224 222 179 c 0\n 185 154 166 131 166 110 c 0\n 166 72.6649 208.539 55 251 55 c 2\n 544 55 l 1\n 544 -2 l 1\n 251 -2 l 2\n 148 -2 96 35 96 110 c 0\n 96 149 116 183 155 211 c 1\n 263 270 l 2\n 302 292 322 315 322 340 c 0\n 322 374 305 391 270 391 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CEE\nEncoding: 3310 3310 1413\nWidth: 557\nFlags: W\nHStem: -2 64<286 305> 313 56<182 193> 399 56<441 526>\nVStem: 64 51<205 229> 234 61<255 271> 354 51<365 371> 441 68<184 191>\nFore\n354 369 m 0\n 354 416.855 394.688 455 441 455 c 2\n 526 455 l 1\n 526 399 l 1\n 481 399 l 2\n 430 399 405 388 405 367 c 0\n 405 356 422 330 457 286 c 0\n 492 244 509 209 509 184 c 0\n 509 134 487 90 442 54 c 0\n 398 16 346 -2 286 -2 c 0\n 147.727 -2 64 84.627 64 227 c 0\n 64 270 75 304 98 330 c 0\n 120 356 148 369 182 369 c 0\n 248.889 369 295 322.427 295 255 c 1\n 234 262 l 1\n 234 290.984 209.567 313 182 313 c 0\n 134.701 313 115 264.31 115 211 c 0\n 115 112 172 62 286 62 c 0\n 334 62 373 75 402 102 c 0\n 428 125 441 153 441 184 c 0\n 441 207 426 236 398 271 c 0\n 368 306 354 339 354 369 c 0\nEndSplineSet\nEndChar\nStartChar: uni0CEF\nEncoding: 3311 3311 1414\nWidth: 557\nFlags: W\nHStem: -2 55<273 303> 154 48<247 270> 270 43<248 276> 399 56<191 526>\nVStem: 80 54<333 355> 80 57<141 159> 322 49<227 240>\nFore\n322 240 m 0\n 322 260 302 270 261 270 c 0\n 208 270 182 253 182 218 c 1\n 198 207 220 202 247 202 c 0\n 297 202 322 215 322 240 c 0\n270 313 m 0\n 323.651 313 371 283.401 371 227 c 0\n 371 182.068 319.66 154 270 154 c 0\n 232 154 191 166 148 191 c 1\n 141 177 137 163 137 150 c 0\n 137 89.4039 202.991 53 274 53 c 0\n 280 53 290 54 303 55 c 1\n 303 -2 l 1\n 236 -2 182 13 142 43 c 0\n 100 73 80 110 80 154 c 0\n 80 191 92 220 115 240 c 1\n 92 267 80 305 80 355 c 0\n 80 422.479 135.136 455 209 455 c 2\n 526 455 l 1\n 526 399 l 1\n 199 399 l 2\n 156 399 134 379 134 339 c 0\n 134 322 139 304 148 283 c 1\n 191 303 232 313 270 313 c 0\nEndSplineSet\nEndChar\nStartChar: uni0D82\nEncoding: 3458 3458 1415\nWidth: 468\nVWidth: 1400\nFlags: W\nHStem: 104 50<219 237> 399 45<219 237>\nVStem: 60 46<263 283> 351 48<263 282>\nFore\n227 444 m 0\n 322.344 444 399 372.064 399 276 c 0\n 399 230 383 190 350 156 c 0\n 318 121 279 104 232 104 c 0\n 138.287 104 60 178.419 60 275 c 0\n 60 366.179 130.557 444 227 444 c 0\n226 154 m 0\n 294.387 154 351 208.746 351 280 c 0\n 351 345.22 300.073 399 232 399 c 0\n 198 399 168 387 144 364 c 0\n 118 341 106 312 106 279 c 0\n 106 212.147 156.728 154 226 154 c 0\nEndSplineSet\nEndChar\nStartChar: uni0D83\nEncoding: 3459 3459 1416\nWidth: 318\nVWidth: 1400\nFlags: W\nHStem: 50 30<115 120> 225 25<105 118> 325 24<100 120> 500 25<86 108>\nVStem: 7 28<417 435> 10 28<151 165.39> 182 28<145 163> 185 23<417 435>\nFore\n105 250 m 0\n 161.66 250 210 208.645 210 149 c 0\n 210 122 201 99 182 80 c 0\n 164 60 142 50 115 50 c 0\n 87 50 62 60 42 79 c 0\n 10 151 l 0\n 10 203.383 49.5787 250 105 250 c 0\n182 152 m 0\n 182 193.179 146.074 225 105 225 c 0\n 86 225 70 218 57 203 c 0\n 38 181 38 171 38 151 c 0\n 38 109.804 72.6682 80 115 80 c 0\n 150.199 80 182 113.207 182 152 c 0\n208 423 m 0\n 208 370.844 170.254 325 115 325 c 0\n 86 325 60 334 39 354 c 0\n 7 382 7 396 7 425 c 0\n 7 477.888 44.0109 525 100 525 c 0\n 158.031 525 208 482.961 208 423 c 0\n185 425 m 0\n 185 472.546 144.281 500 95 500 c 0\n 78 500 64 492 53 477 c 1\n 35 456 35 445 35 424 c 0\n 35 381.311 69.7082 349 114 349 c 0\n 154.372 349 185 381.519 185 425 c 0\nEndSplineSet\nEndChar\nStartChar: uni0D85\nEncoding: 3461 3461 1417\nWidth: 660\nVWidth: 1400\nFlags: W\nHStem: 0 39<350 427> 302 40<539 555> 435 41<365 372> 556 64<264 328>\nVStem: 31 146<219 253> 426 49<38 438> 427 45<-214 0 37 330> 554 35<516 531> 599 36<398 400>\nFore\n635 398 m 0\n 635 346.237 593.143 302 541 302 c 0\n 525 302 511 305 498 312 c 1\n 471 330 l 1\n 471 37 l 1\n 508.463 37 545.077 61.7183 571 79 c 1\n 566 45 l 1\n 543.975 21.6382 514.365 3.81799 472 0 c 1\n 472 -213 l 1\n 469.777 -228.128 470.334 -241.41 454 -244 c 1\n 439.776 -244 430.685 -228.738 427 -214 c 1\n 427 0 l 1\n 336 0 l 2\n 255 0 186 20 128 59 c 0\n 63 102 31 159 31 230 c 0\n 31 389.373 158.571 477 333 477 c 2\n 365 476 l 2\n 373 476 386 474 404 469 c 1\n 409 469 415 467 424 464 c 1\n 424 489 417 509 402 524 c 0\n 344 555 l 1\n 328 556 l 2\n 311 556 290 544 262 520 c 0\n 236 496 210 484 187 484 c 0\n 161.455 484 137 502.32 137 532 c 0\n 137 570 159 596 202 611 c 1\n 221.092 615.574 241.759 618.575 264 620 c 1\n 290 620 317 615 345 605 c 0\n 387.801 587.88 404.057 578.921 430 543 c 1\n 442.009 521.787 454.69 507.845 460 478 c 1\n 479.862 546.908 536.649 583.098 600 610 c 1\n 607.519 601.519 611.739 589.739 616 578 c 1\n 605.743 562.22 589 533.644 589 516 c 1\n 590 506 l 1\n 594 494 603 476 617 451 c 0\n 629 432 635 414 635 398 c 0\n177 237 m 0\n 177 130.334 262.866 39 370 39 c 2\n 392 38 l 1\n 403.57 36.5011 415.065 35.4782 426 38 c 1\n 426 428 l 1\n 407.85 432.033 391.981 435 370 435 c 2\n 336 432 l 1\n 247.883 416.675 177 339.581 177 237 c 0\n548 342 m 0\n 577.974 342 599 368.904 599 398 c 0\n 599 413 594 427 585 440 c 0\n 564 473 553 496 553 509 c 1\n 554 531 l 1\n 554 538 556 545 559 554 c 1\n 535.882 530.995 514.433 511.119 496 482 c 1\n 475 438 l 1\n 475 378 l 1\n 492 354 517 342 548 342 c 0\nEndSplineSet\nEndChar\nStartChar: uni0D89\nEncoding: 3465 3465 1418\nWidth: 778\nVWidth: 1400\nFlags: W\nHStem: -242 33<362 380> -95 73<308 320> 107 28<275 311> 159 29<347 364> 379 34<357 373> 465 146<328 363>\nVStem: 36 57<325 346> 222 58<-141 -118> 233 34<274 303> 457 38<269 292> 496 37<-120 -105> 650 49<245 316>\nFore\n400 -71 m 0\n 400 -90.1622 372.994 -107.818 353 -106 c 0\n 334 -104 324 -98 324 -98 c 1\n 315 -95 l 1\n 299.975 -95 285.465 -111.141 282 -125 c 1\n 280 -141 l 1\n 280 -159 290 -175 310 -189 c 1\n 341 -204 l 1\n 353 -207 366 -209 380 -209 c 2\n 397 -208 l 1\n 443.683 -200.818 496 -159.693 496 -107 c 0\n 496 -92 492 -78 483 -66 c 0\n 474 -52 466 -42 458 -36 c 0\n 436.101 -14.101 407.538 -7.50677 365 0 c 1\n 248.207 9.31449 233.118 15.776 169 45 c 1\n 169 55 l 1\n 227.578 40.2284 292.703 32.0894 367 33 c 1\n 389.829 29.8034 413.503 32.5232 437 34 c 1\n 475.307 40.965 548.382 76.144 571 94 c 0\n 590 109 610 134 631 170 c 0\n 644 193 650 218 650 245 c 0\n 650 344.415 570.493 426.197 477 449 c 0\n 456 454 433 458 410 461 c 1\n 328 465 l 1\n 203.542 465 104.111 443.136 94 340 c 1\n 93 327 l 1\n 93 317 l 2\n 93 250 128 198 197 163 c 2\n 223 150 l 1\n 247.242 141.641 260.96 135 296 135 c 0\n 317 135 339 140 362 149 c 2\n 387 161 l 1\n 364 159 l 1\n 294.856 159 233 212.289 233 290 c 0\n 233 364.169 281.06 413 357 413 c 0\n 439.986 413 495 361.737 495 276 c 0\n 495 201.504 447.142 165.02 390 134 c 0\n 356 116 324 107 293 107 c 0\n 261.315 107 239.352 112.453 212 121 c 0\n 105.284 151.49 36 219.882 36 346 c 0\n 36 462.513 96.031 546.439 187 578 c 1\n 241.982 592.662 293.408 611 363 611 c 0\n 378 611 392 610 406 610 c 0\n 457.711 602.613 492.517 589.963 543 564 c 1\n 638.03 509.175 699 446.357 699 316 c 2\n 699 282 l 1\n 677.901 162.41 634.955 89.8572 534 37 c 1\n 506 22 476 12 444 5 c 1\n 467 -1 487 -14 505 -34 c 1\n 517.854 -57.1453 532.318 -78.6818 533 -114 c 1\n 533 -170.194 493.758 -205.883 447 -227 c 0\n 426 -237 402 -242 376 -242 c 0\n 357 -242 341 -240 328 -235 c 1\n 276.684 -221.316 222 -178.084 222 -118 c 0\n 222 -92 234 -67 259 -42 c 1\n 274 -29 294 -22 320 -22 c 0\n 340 -22 358 -26 375 -36 c 0\n 392 -44 400 -56 400 -71 c 0\n457 280 m 0\n 457 340.415 419.003 379 357 379 c 0\n 333 379 311 370 292 352 c 1\n 267 324 267 311 267 286 c 0\n 267 247.225 295.309 211.346 328 195 c 0\n 336 192 342 190 347 188 c 0\n 352 188 358 187 366 187 c 0\n 416.39 187 457 227.586 457 280 c 0\nEndSplineSet\nEndChar\nStartChar: uni0D8A\nEncoding: 3466 3466 1419\nWidth: 807\nVWidth: 1400\nFlags: W\nHStem: -2 133<374 427.783> 1 130<288 339> 504 29<698 719> 632 31<696 715> 678 29<419 433> 806 31<419 433>\nVStem: 30 50<257 317> 347 31<749 767> 476 28<756 762> 629 31<573 591> 679 45<344 372> 758 28<582 591>\nFore\n347 759 m 0\n 347 801.061 377.622 837 422 837 c 0\n 467.636 837 504 803.264 504 756 c 0\n 504 713.542 469.333 678 426 678 c 0\n 384.57 678 347 714.391 347 759 c 0\n476 756 m 0\n 476 780.805 451.135 806 423 806 c 0\n 400.791 806 378 786.779 378 758 c 0\n 378 728.704 398.816 707 427 707 c 0\n 455.029 707 476 727.755 476 756 c 0\n30 257 m 0\n 30 392.478 96.1829 465.572 192 518 c 1\n 276.659 559.081 366.144 593.7 445 641 c 1\n 475.777 661.102 509.491 681.621 535 706 c 1\n 616 785 l 2\n 625 794 635 806 646 822 c 0\n 663 846 681 862 700 870 c 1\n 721 874 l 1\n 749.007 874 760.922 859.003 768 836 c 1\n 770 821 767 803 758 783 c 0\n 750 763 738 744 721 726 c 0\n 690 693 652 666 607 644 c 1\n 571.393 629.658 467.569 591.573 399 577 c 1\n 431 577 l 2\n 444 577 453 576 458 575 c 1\n 469 575 486 572 510 566 c 0\n 555 556 590 541 617 522 c 1\n 644 504 671 476 698 438 c 0\n 705 428 711 418 715 408 c 0\n 719 397 722 390 722 386 c 0\n 724 381 724 376 724 370 c 0\n 724 294 720 241 713 210 c 0\n 706 180 685 146 652 106 c 0\n 591.71 38.6174 513.968 -2 397 -2 c 1\n 339 1 l 1\n 280.842 1 231.484 15.5288 189 34 c 0\n 122 64 107 86 76 131 c 0\n 54.9755 161.728 30 210.934 30 257 c 0\n128 203 m 0\n 153 171 190 149 237 138 c 1\n 288 133 l 1\n 374 131 l 2\n 413 131 442 132 460 136 c 0\n 478 138 493 142 504 147 c 0\n 547.779 165.241 606.66 206.66 635 235 c 1\n 659.739 263.644 675.885 296.315 679 344 c 1\n 679 355 l 2\n 679 402 662 441 628 473 c 1\n 586.966 508.609 507.904 537.581 421 539 c 1\n 392 539 l 2\n 302.309 539 264.723 527.751 205 495 c 0\n 180 482 160 468 146 452 c 0\n 130 438 114 417 96 391 c 1\n 83.9692 374.807 81.9952 344.134 80 317 c 1\n 80 259.109 100.935 236.079 128 203 c 0\n786 582 m 0\n 786 539.542 751.333 504 708 504 c 0\n 666.57 504 629 540.391 629 585 c 0\n 629 606 636 624 650 640 c 0\n 671 663 682 663 704 663 c 0\n 749.636 663 786 629.264 786 582 c 0\n758 582 m 0\n 758 606.805 733.135 632 705 632 c 0\n 682.791 632 660 612.779 660 584 c 0\n 660 554.704 680.816 533 709 533 c 0\n 737.029 533 758 553.755 758 582 c 0\nEndSplineSet\nEndChar\nStartChar: uni0D8B\nEncoding: 3467 3467 1420\nWidth: 830\nVWidth: 1400\nFlags: W\nHStem: -328 60<422 457> 488 114<387 424> 526 73<478 534>\nVStem: 19 148<103 126> 753 25<60 89>\nFore\n387 488 m 0\n 361.567 488 322.771 498.53 318 520 c 1\n 316 542 l 1\n 316 587.115 367.663 602 424 602 c 1\n 450 603 478 599 478 599 c 1\n 503 599 525 595 544 586 c 0\n 565 578 587 565 612 548 c 1\n 646.042 526.382 671.152 481.446 666 421 c 1\n 666 392 l 1\n 454 392 l 1\n 435 393 l 2\n 365.741 393 325.605 386.749 282 359 c 0\n 223.43 320.626 200.143 283.531 180 209 c 1\n 171 170 167 134 167 103 c 0\n 167 19.5721 182.041 -50.9539 212 -109 c 1\n 249.343 -190.8 328.627 -268 441 -268 c 0\n 472 -268 498 -264 519 -257 c 1\n 642.687 -227.192 708.597 -129.776 747 0 c 1\n 750.202 25.464 752.094 52.2408 753 80 c 1\n 753 181.853 724.766 252.027 669 297 c 1\n 681 315 l 1\n 737.001 258.999 778 172.925 778 60 c 1\n 775 2 l 1\n 775 -48 759 -102 726 -159 c 0\n 686 -230 631 -279 562 -306 c 1\n 524.812 -315.754 486.254 -328 440 -328 c 0\n 382.836 -328 337.69 -317.614 292 -299 c 1\n 121.317 -240.438 30.2032 -97.15 19 123 c 1\n 19 179.512 28.7164 210.433 48 249 c 0\n 85.4558 330.154 124.649 366.302 210 406 c 0\n 231 415 249 421 263 424 c 1\n 378.996 432.223 512.031 424.284 636 427 c 1\n 640 439 l 1\n 640 481.082 604.735 514.653 563 523 c 1\n 534 526 l 1\n 509 526 481 520 451 509 c 1\n 409 491 l 2\n 405 489 398 488 387 488 c 0\nEndSplineSet\nEndChar\nStartChar: uni0D91\nEncoding: 3473 3473 1421\nWidth: 838\nVWidth: 1400\nFlags: W\nHStem: -4 140<372 422> 436 29<70 265> 496 45<541 568> 551 58<211 265>\nVStem: 37 48<260 288> 406 44<641 670> 714 38<363 413>\nFore\n406 641 m 0\n 406 685.642 429.065 725.753 454 759 c 1\n 439.721 767.72 424.215 775.215 415 789 c 1\n 410 807 l 1\n 467 795 518 770 565 731 c 0\n 598 705 637 661 684 598 c 0\n 698 579 712 552 727 517 c 1\n 744 471 752 432 752 400 c 0\n 752 142.327 649.912 -4 394 -4 c 0\n 296 -4 215 17 151 58 c 0\n 75 106 37 173 37 260 c 0\n 37 346.422 76.9202 395.952 137 432 c 1\n 71 432 l 2\n 60 432 55 437 55 448 c 0\n 55 455.353 62.445 465 70 465 c 2\n 341 465 l 1\n 341 483 336 500 326 516 c 128\n 316 532 300 543 279 550 c 1\n 265 551 l 2\n 254 551 232 539 198 516 c 1\n 180 505 164 500 151 500 c 0\n 119.517 500 109.431 507.754 102 535 c 1\n 101 547 l 1\n 101 588.978 162.235 609 211 609 c 0\n 317.668 609 363.848 538.522 374 437 c 1\n 337.465 439.395 300.611 438.83 265 436 c 1\n 212.074 436 169.197 417.857 138 394 c 0\n 103 368 85 333 85 288 c 1\n 86 273 l 1\n 94 213 131 172 197 151 c 1\n 233 141 299 136 395 136 c 0\n 571.168 136 714 217.361 714 384 c 0\n 714 423 712 453 707 474 c 1\n 703 499 693 524 678 549 c 1\n 651.539 526.067 588.625 496 541 496 c 0\n 470.194 496 436.899 542.727 415 592 c 1\n 409 609 406 626 406 641 c 0\n482 586 m 0\n 510 556 539 541 568 541 c 0\n 595 541 624 554 653 579 c 1\n 616 634 594 665 586 672 c 1\n 558 702 521 727 476 748 c 1\n 459 725 450 699 450 670 c 0\n 450 621 461 609 482 586 c 0\nEndSplineSet\nEndChar\nStartChar: uni0D94\nEncoding: 3476 3476 1422\nWidth: 860\nVWidth: 1400\nFlags: W\nHStem: 0 141<238 270> 0 149<542 570> 290 49<396 434> 389 28<404 423> 516 20G<218.5 233.436> 538 29<404 420> 791 35<266 296>\nVStem: 32 44<287 341> 219 33<412 428> 262 29<502 506> 316 34<469 491> 471 29<476 487.404> 558 30<422 449> 729 53<339 416>\nFore\n409 538 m 0\n 378.849 538 350 512.942 350 480 c 0\n 350 450.781 375.511 417 412 417 c 0\n 429 417 443 423 454 434 c 0\n 471 477 l 0\n 471 492 465 506 452 518 c 0\n 440 532 426 538 409 538 c 0\n262 506 m 0\n 262 520.934 242.871 536 224 536 c 0\n 213 536 204 534 197 531 c 1\n 169 523 l 2\n 132 513 105 483 89 434 c 1\n 80 399 76 355 76 301 c 0\n 76 257 93 219 128 188 c 0\n 162 157 202 141 249 141 c 2\n 268 141 l 2\n 325.789 141 346.458 148.184 384 175 c 0\n 394.791 182.708 415 207.415 415 225 c 0\n 415 207.859 432.299 190.779 442 180 c 1\n 457.439 164.976 475.568 152.999 503 150 c 1\n 542 149 l 2\n 586 149 620 156 642 171 c 0\n 666 186 691 216 720 263 c 1\n 727.064 278.602 732.453 295.881 737 314 c 1\n 750.784 314.118 764.344 314.011 777 313 c 1\n 769.136 223.87 749.877 156.805 713 89 c 0\n 697 59 678 37 655 22 c 0\n 646 16 634 11 618 6 c 0\n 596 0 587 -0 570 0 c 0\n 539 0 514 4 494 12 c 0\n 476 21 455 38 434 64 c 0\n 424.668 75.6655 422.135 93.4611 418 110 c 1\n 412.208 92.322 411.475 77.565 398 65 c 1\n 364.022 19.6955 315.805 0 242 0 c 0\n 104.809 0 32 148.542 32 307 c 0\n 32 434.57 69.4272 508.066 155 548 c 2\n 190 563 l 1\n 224 570 l 1\n 260.539 570 284.153 541.659 291 504 c 1\n 291 496 287 486 279 474 c 0\n 261 449 252 429 252 415 c 0\n 252 356.569 332.79 339 405 339 c 0\n 496.397 339 558 363.915 558 449 c 0\n 558 458 552 472 540 490 c 0\n 527 509 510 521 487 528 c 1\n 493.465 518.303 500 495.19 500 476 c 0\n 500 453 492 433 476 416 c 0\n 461 398 442 389 421 389 c 0\n 366.244 389 316 423.807 316 477 c 0\n 316 530.693 364.591 567 420 567 c 0\n 500.062 567 588 504.543 588 422 c 0\n 588 341.073 505.111 290 413 290 c 0\n 314.452 290 219 335.917 219 428 c 0\n 219 438 226 452 240 470 c 0\n 255 489 262 501 262 506 c 0\n707 250 m 1\n 732.036 289.369 728.348 349.23 729 412 c 1\n 729 458 l 1\n 727 472 726 482 725 487 c 0\n 725 500 723 512 720 521 c 0\n 718 530 713 541 705 556 c 1\n 679 611 655 651 632 674 c 0\n 603.719 704.852 562 728.185 518 751 c 0\n 495 762 466 772 430 783 c 1\n 392.281 791.927 346.86 795.859 302 792 c 1\n 278 791 l 2\n 269 791 260 790 250 787 c 1\n 206 782 175 776 158 770 c 1\n 138 766 111 754 77 734 c 1\n 58 761 l 1\n 123.072 796.788 195.443 825.768 296 826 c 1\n 334 826 l 2\n 389 826 434 821 471 810 c 0\n 492 805 512 798 528 788 c 0\n 571.115 768.838 650.111 709.135 677 678 c 1\n 696 659 715 630 736 591 c 0\n 768.916 523.231 782 471.301 782 374 c 0\n 782 319 775 275 760 242 c 1\n 720 162 l 1\n 715.174 190.84 705.731 215.065 707 250 c 1\nEndSplineSet\nEndChar\nStartChar: uni0D99\nEncoding: 3481 3481 1423\nWidth: 1000\nFlags: W\nEndChar\nStartChar: uni0D9A\nEncoding: 3482 3482 1424\nWidth: 973\nVWidth: 1400\nFlags: W\nHStem: 0 127<240 253> 0 138<498 515> 1 28<630 671> 453 31<335 390> 537 64<538 564>\nVStem: 612 57<267 285> 810 103<258 317>\nFore\n499 138 m 0\n 571.055 138 612 207.549 612 283 c 0\n 612 343.675 554.361 386.191 495 412 c 0\n 467.982 424.922 428.003 442.086 390 452 c 1\n 372.302 452.969 353.813 453.146 335 453 c 1\n 290.776 424.158 252.145 392.45 221 353 c 0\n 183.582 305.604 147.632 250.781 112 188 c 1\n 181 144 l 1\n 181 144 226 127 251 127 c 2\n 276 127 l 1\n 325.145 135.948 346.709 160.838 367 199 c 1\n 372.453 213.54 377 236.102 377 255 c 0\n 377 209.635 386.573 195.323 408 170 c 1\n 419 159 431 150 446 144 c 1\n 460 140 478 138 499 138 c 0\n669 269 m 0\n 669 135.536 627.114 0 515 0 c 0\n 443.243 0 405.991 56.5224 383 114 c 1\n 376 140 l 1\n 365 110 l 1\n 346.607 68.615 291.569 0 242 0 c 0\n 214 0 188 17 165 50 c 1\n 152 71 139 100 128 135 c 0\n 125 146 114 151 97 151 c 0\n 91 151 84 143 75 126 c 1\n 65.5614 95.7383 49.6853 108.965 42 123 c 1\n 111.575 280.566 175.729 371.278 302 467 c 0\n 308 471 311 478 312 489 c 0\n 312 510.347 295.283 534.763 279 542 c 0\n 270 547 258 549 243 549 c 0\n 216 549 196 531 181 496 c 1\n 161 402 l 1\n 156.884 369.075 129.704 355 94 355 c 0\n 64.6677 355 36 378.112 36 411 c 1\n 35 424 l 1\n 35 467 52 507 86 542 c 0\n 120 578 160 596 205 596 c 0\n 218 596 228 595 236 592 c 1\n 300.07 576.893 315.497 560.312 341 500 c 1\n 370.333 522.332 400.109 544.226 431 565 c 1\n 473 589 513 601 551 601 c 0\n 695.257 601 825.724 534.232 883 434 c 0\n 903 399 913 360 913 317 c 0\n 913 255 906 206 893 171 c 1\n 867.276 90.1208 833.632 75.6157 783 39 c 1\n 752 22 l 1\n 723 8 695 1 669 1 c 2\n 656 1 l 2\n 643 1 632 3 621 6 c 1\n 615 30 l 1\n 630 29 l 1\n 646 29 l 2\n 669 29 687 31 701 36 c 0\n 748.66 48.4332 785.089 97.4018 800 144 c 1\n 807 173 810 211 810 258 c 0\n 810 333 784 398 732 454 c 0\n 681 509 618 537 544 537 c 0\n 502 537 473 535 457 530 c 0\n 441 526 414 511 377 484 c 1\n 432.786 484 500.701 457.562 540 433 c 1\n 612.655 394.943 669 353.335 669 269 c 0\nEndSplineSet\nEndChar\nStartChar: uni0D9B\nEncoding: 3483 3483 1425\nWidth: 860\nVWidth: 1400\nFlags: W\nHStem: 0 26<190 192> 1 21G<513.125 560.5> 174 27<181 193> 361 139<248 284> 791 35<267 296>\nVStem: 28 39<207 236> 256 26<95 113> 444 57<233 286> 729 53<351 417>\nDStem: 332 46 391 65 300 16 316 0 397 113 443 114 332 46 408 78\nFore\n256 101 m 0\n 256 141.738 222.642 174 181 174 c 0\n 162 174 141 171 128 154 c 0\n 114 135 103 123 103 102 c 0\n 103 68.2273 127.234 43.4027 157 31 c 1\n 171.722 26.7936 172.019 26 190 26 c 0\n 224.861 26 256 62.6888 256 101 c 0\n282 100 m 0\n 282 50.0263 244.172 0 190 0 c 0\n 82.1475 0 28 113.381 28 236 c 0\n 28 305 50 366 94 420 c 0\n 138 473 194 500 262 500 c 0\n 397.993 500 501 425.566 501 286 c 0\n 501 257 497 225 488 191 c 0\n 483 172 468 147 443 114 c 1\n 408 78 l 1\n 421 72 443 69 472 69 c 1\n 515 72 l 1\n 566.112 81.2931 595.312 103.622 637 148 c 0\n 670.095 183.301 692.08 216.467 720 263 c 1\n 727.064 278.602 732.453 295.881 737 314 c 1\n 750.784 314.118 764.344 314.011 777 313 c 1\n 773.102 270.899 767.662 206.599 757 177 c 1\n 738.862 105.408 692.875 57.824 637 24 c 1\n 594 1 577 1 544 1 c 0\n 482.25 1 427.383 28.6165 391 65 c 1\n 316 0 l 1\n 300 16 l 1\n 332 46 l 1\n 397 113 l 2\n 404 120 413 136 426 163 c 0\n 438 190 444 213 444 233 c 0\n 444 250 440 264 433 276 c 0\n 400.795 330.937 340.622 361 258 361 c 0\n 169.608 361 125.201 334.066 85 281 c 0\n 73 265 67 242 67 213 c 0\n 67 182 72 157 83 138 c 1\n 91.836 154.41 122.668 189.704 151 196 c 0\n 160 200 170 201 181 201 c 0\n 206 201 230 191 250 170 c 0\n 272 150 282 127 282 100 c 0\n707 250 m 1\n 732.036 289.369 728.348 349.23 729 412 c 1\n 729 458 l 1\n 727 472 726 482 725 487 c 0\n 725 500 723 512 720 521 c 0\n 718 530 713 541 705 556 c 1\n 679 611 655 651 632 674 c 0\n 603.719 704.852 562 728.185 518 751 c 0\n 495 762 466 772 430 783 c 1\n 392.281 791.927 346.86 795.859 302 792 c 1\n 278 791 l 2\n 269 791 260 790 250 787 c 1\n 206 782 175 776 158 770 c 1\n 138 766 111 754 77 734 c 1\n 58 761 l 1\n 123.072 796.788 195.443 825.768 296 826 c 1\n 334 826 l 2\n 389 826 434 821 471 810 c 0\n 492 805 512 798 528 788 c 0\n 571.115 768.838 650.111 709.135 677 678 c 1\n 696 659 715 630 736 591 c 0\n 768.916 523.231 782 471.301 782 374 c 0\n 782 319 775 275 760 242 c 1\n 720 162 l 1\n 715.174 190.84 705.731 215.065 707 250 c 1\nEndSplineSet\nEndChar\nStartChar: uni0D9C\nEncoding: 3484 3484 1426\nWidth: 997\nVWidth: 1400\nFlags: W\nHStem: 7 131<354 385> 8 25<661 672> 523 81<603 666>\nVStem: 63 61<300 338> 543 70<185 231> 832 99<260 302>\nFore\n63 300 m 0\n 63 469.765 159.922 598 333 598 c 0\n 357 598 376 597 390 594 c 1\n 410 592 434 587 462 578 c 1\n 462 546 l 1\n 425.778 554.161 387.419 566.846 343 563 c 1\n 217.593 553.353 123 488.989 123 360 c 1\n 124 338 l 1\n 124 264.959 155.787 226.913 204 192 c 0\n 223 178 247 164 276 151 c 1\n 304 142 330 138 354 138 c 2\n 385 138 l 1\n 425.252 144.88 473.848 150.596 498 168 c 1\n 528 184 543 205 543 231 c 1\n 540.361 282.562 513.22 309.882 466 318 c 1\n 445.405 315.928 429.119 309.548 412 304 c 1\n 407.752 324.752 403.791 345.792 403 370 c 1\n 403 396 406 420 414 440 c 0\n 420 462 435 484 456 509 c 1\n 476 529 503 548 538 567 c 0\n 586 592 629 604 666 604 c 0\n 817.805 604 932 478.628 932 322 c 1\n 931 270 l 1\n 931 250.482 929.118 249.765 924 231 c 1\n 918.132 197.963 910.468 179.511 892 153 c 1\n 864 105 832 69 796 44 c 0\n 759 20 715 8 663 8 c 0\n 650 8 629 12 602 20 c 1\n 569 32 l 1\n 570 52 l 1\n 593.981 43.314 613.937 30.604 648 32 c 1\n 661 33 l 2\n 686 33 707 39 724 50 c 0\n 735 57 752 71 774 93 c 0\n 813.835 134.732 832 183.934 832 262 c 0\n 832 313 828 351 819 378 c 0\n 800.723 439.478 746.932 486.94 688 510 c 0\n 665 519 636 523 603 523 c 0\n 517.547 523 453.291 472.446 434 403 c 1\n 430.583 379.91 429.436 356.64 433 333 c 1\n 445.854 336.813 460.124 339.209 476 340 c 1\n 535.805 340 580.027 303.763 600 262 c 1\n 609 238 613 212 613 185 c 0\n 613 144 597 106 565 73 c 1\n 523.304 34.0207 454.056 5.11115 364 7 c 1\n 354 9 l 1\n 317.121 15.7934 249.999 28.7145 233 36 c 0\n 173.169 58.4366 111.494 122.231 86 178 c 0\n 71 213 63 254 63 300 c 0\nEndSplineSet\nEndChar\nStartChar: uni0D9E\nEncoding: 3486 3486 1427\nWidth: 740\nVWidth: 1400\nFlags: W\nHStem: 0 141<220 249> 1 148<542 567> 398 17<88 112> 509 12<95 115> 791 35<269 296>\nVStem: 30 36<234 272> 31 20<456 468> 147 20<456 468> 321 27<479 486> 729 53<351 416>\nFore\n95 509 m 0\n 70.6271 509 51 489.627 51 464 c 0\n 51 438.645 69.278 415 98 415 c 0\n 126.029 415 147 435.755 147 464 c 0\n 147 487.565 122.944 509 95 509 c 0\n167 466 m 0\n 167 435.12 164.054 426.762 144 414 c 1\n 190.691 420.308 232.364 431.637 282 435 c 1\n 317.26 441.949 316.558 453.062 321 479 c 1\n 321 500 298 513 253 520 c 1\n 209.386 521.771 158.349 525.748 115 521 c 1\n 139.353 521 167 495.049 167 466 c 0\n348 486 m 0\n 348 421.009 297.41 403 223 403 c 0\n 176 403 138 391 110 366 c 0\n 80 341 66 310 66 272 c 0\n 66 219 85 181 123 160 c 1\n 150 147 192 141 249 141 c 0\n 275 141 297 146 314 157 c 2\n 328 167 l 1\n 352.191 186.873 377.457 208.936 383 248 c 1\n 383 222.048 399.653 198.616 417 186 c 1\n 434 176 453 167 474 158 c 1\n 493 152 516 149 542 149 c 0\n 585 149 619 156 643 172 c 0\n 667 186 693 217 720 263 c 1\n 727.064 278.602 732.453 295.881 737 314 c 1\n 750.784 314.118 764.344 314.011 777 313 c 1\n 769.252 225.19 752.084 159.762 716 90 c 0\n 684 30 634 1 565 1 c 0\n 494 1 433 33 384 96 c 1\n 356.731 46.9156 305.002 0 222 0 c 0\n 166 0 119 24 82 71 c 0\n 48.3478 115.87 30 158.954 30 234 c 0\n 30 315.558 59.3471 355.538 112 398 c 1\n 89 398 l 2\n 55.8288 398 31 428.681 31 466 c 0\n 31 532.871 101.329 555 175 555 c 1\n 218.24 552.297 287.172 545.72 308 536 c 0\n 335 526 348 509 348 486 c 0\n707 250 m 1\n 732.036 289.369 728.348 349.23 729 412 c 1\n 729 458 l 1\n 727 472 726 482 725 487 c 0\n 725 500 723 512 720 521 c 0\n 718 530 713 541 705 556 c 1\n 679 611 655 651 632 674 c 0\n 603.719 704.852 562 728.185 518 751 c 0\n 495 762 466 772 430 783 c 1\n 392.281 791.927 346.86 795.859 302 792 c 1\n 278 791 l 2\n 269 791 260 790 250 787 c 1\n 206 782 175 776 158 770 c 1\n 138 766 111 754 77 734 c 1\n 58 761 l 1\n 123.072 796.788 195.443 825.768 296 826 c 1\n 334 826 l 2\n 389 826 434 821 471 810 c 0\n 492 805 512 798 528 788 c 0\n 571.115 768.838 650.111 709.135 677 678 c 1\n 696 659 715 630 736 591 c 0\n 768.916 523.231 782 471.301 782 374 c 0\n 782 319 775 275 760 242 c 1\n 720 162 l 1\n 715.174 190.84 705.731 215.065 707 250 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DA0\nEncoding: 3488 3488 1428\nWidth: 838\nVWidth: 1400\nFlags: W\nHStem: 422 31<65 131.968 65 360> 422 32<65 323> 542 45<233 247> 791 35<258 280>\nVStem: 709 52<374 487>\nFore\n94 326 m 0\n 94 229.814 202.987 189.114 298 168 c 1\n 356.513 157.885 424.231 165.398 478 174 c 1\n 494 177 511 183 529 190 c 2\n 567 205 l 2\n 586.882 211.627 587.196 213.13 605 225 c 1\n 665.754 259.599 696.056 302.166 718 382 c 1\n 765 382 l 1\n 765 349 l 0\n 764 343 763 339 763 337 c 0\n 763 328 760 316 754 299 c 1\n 747 274 735 243 717 206 c 0\n 687.459 140.587 639.013 95.0674 574 53 c 1\n 527 24 470 10 404 10 c 0\n 368 10 334 13 302 20 c 0\n 269 26 233 37 194 54 c 0\n 163 67 132 90 102 124 c 0\n 70 158 51 191 43 222 c 1\n 39.1113 255.762 38.8202 290.102 42 325 c 1\n 46.3797 359.708 70.4529 378.879 87 397 c 1\n 96 404 111 413 132 422 c 1\n 102.439 422.439 70.8773 420.878 43 423 c 1\n 38 426 35 432 35 440 c 0\n 35 452.066 53.0654 452.21 65 454 c 1\n 361 453 l 1\n 361 501.15 297.797 542 247 542 c 0\n 225 542 210 536 203 525 c 1\n 196.159 503.808 177.951 498.095 159 490 c 1\n 138 488 l 2\n 115.318 488 97 503.146 97 526 c 0\n 97 555.12 119.993 570.997 144 579 c 1\n 162.956 583.377 182.291 587.376 203 590 c 1\n 233 587 l 1\n 255.491 587 291.566 570.217 312 560 c 0\n 340.71 544.34 359.539 530.245 378 495 c 0\n 389 474 394 450 394 422 c 1\n 323 422 l 2\n 272 422 235 419 210 414 c 1\n 162.131 408.56 130.342 389.95 110 365 c 1\n 99 352 94 339 94 326 c 0\n720 363 m 1\n 717.812 405.812 715.616 448.616 709 487 c 1\n 709 500 707 512 704 521 c 0\n 702 530 697 541 689 556 c 1\n 663 611 639 651 616 674 c 0\n 587.719 704.852 546 728.185 502 751 c 0\n 479 762 450 772 414 783 c 1\n 376.281 791.927 330.86 795.859 286 792 c 1\n 262 791 l 2\n 253 791 244 790 234 787 c 1\n 190 782 159 776 142 770 c 1\n 122 766 95 754 61 734 c 1\n 42 761 l 1\n 107.072 796.788 179.443 825.768 280 826 c 1\n 318 826 l 2\n 373 826 418 821 455 810 c 0\n 476 805 496 798 512 788 c 0\n 555.115 768.838 634.111 709.135 661 678 c 1\n 696.777 642.947 744.791 552.856 757 489 c 1\n 762.405 454.737 760.665 413.332 761 374 c 1\n 720 363 l 1\nEndSplineSet\nEndChar\nStartChar: uni0DA1\nEncoding: 3489 3489 1429\nWidth: 886\nVWidth: 1400\nFlags: W\nHStem: 0 146<405 497> 335 36<628 646> 430 29<232 374> 432 30<485 528> 461 11<598 624 622 641> 543 57<256 289>\nVStem: 32 47<287 308> 374 31<459 472> 458 100<438 445.114> 524 35<461 490.224> 720 38<472 487> 799 39<243 273>\nFore\n622 472 m 0\n 593.263 472 558 463.6 558 438 c 1\n 561.213 397.992 597.266 371 639 371 c 0\n 654 371 667 374 678 382 c 0\n 705 414 l 1\n 708 428 l 1\n 708 459.336 661.813 472 622 472 c 0\n677 454 m 0\n 692.627 454 690.844 452.924 713 446 c 1\n 716 457 719 468 720 480 c 1\n 720 526.811 683.841 550.684 627 557 c 1\n 559 557 559 525 559 461 c 1\n 598 461 l 2\n 614 461 626 460 634 459 c 1\n 647 459 662 457 677 454 c 0\n524 462 m 1\n 524 507.955 528.483 518.57 550 544 c 1\n 511.376 527.768 500.024 508.234 485 462 c 1\n 524 462 l 1\n828 805 m 0\n 853.789 805 867.212 788.727 871 766 c 1\n 868 740 l 1\n 868 735 865 730 858 723 c 0\n 834 700 802 679 761 660 c 0\n 680 622 633 596 619 582 c 1\n 650.539 587.034 677.53 579.175 699 569 c 1\n 738 547 758 515 758 472 c 1\n 756.833 458.167 754.089 445.911 751 434 c 1\n 790 404 815 375 826 348 c 0\n 834 328 838 293 838 243 c 0\n 838 168 795 106 709 59 c 1\n 596 0 545 0 442 0 c 0\n 334 0 241 25 163 75 c 0\n 76 131 32 205 32 296 c 0\n 32 381.476 94.9126 433.517 170 450 c 2\n 195 454 l 1\n 249.165 463.053 312.516 458.348 374 459 c 1\n 374 494.379 354.292 521.537 324 535 c 1\n 313.113 538.446 302.222 541.889 289 543 c 1\n 279 543 266 540 250 534 c 1\n 227.636 522.697 206.411 510.255 185 498 c 1\n 172.99 493.329 154.037 485 141 485 c 1\n 112.052 483.655 100.699 504.693 96 530 c 1\n 96 573.836 173.468 601 234 601 c 2\n 256 600 l 2\n 287.424 600 316.357 592.136 337 579 c 1\n 368.162 564.239 405 522.674 405 468 c 1\n 402 429 l 1\n 355.894 429.226 308.575 428.242 264 430 c 1\n 253 430 l 2\n 165.307 430 79 387.395 79 306 c 0\n 79 200.52 170.047 167.027 277 153 c 1\n 328.35 148.35 382.709 146.709 438 146 c 1\n 617.94 146 799 168.652 799 267 c 0\n 799 342.734 787.382 375.386 740 405 c 1\n 725.843 366.067 694.045 335 644 335 c 0\n 584.838 335 540.287 377.585 528 432 c 1\n 458 432 l 1\n 458 464 463 490 473 510 c 0\n 489 540 520 563 565 579 c 1\n 607 617 669 653 750 688 c 0\n 770.217 696.985 777.217 717.739 781 748 c 1\n 781 777.185 796.501 805 828 805 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DA2\nEncoding: 3490 3490 1430\nWidth: 886\nVWidth: 1400\nFlags: W\nHStem: 0 146<415 465> 430 29<232 374 447 610> 430 30<447 608> 462 24<611.608 629> 543 57<256 289> 592 22<622 629>\nVStem: 32 47<287 308> 447 37<430 461> 548 20<527 539> 675 24<535 546> 789 37<274 296>\nFore\n622 486 m 0\n 652.76 486 671.508 503.079 675 538 c 1\n 675 566.375 652.187 592 622 592 c 0\n 569 548 l 1\n 568 537 l 1\n 568 508.365 593.662 486 622 486 c 0\n843 752 m 0\n 843 726.212 824.459 710.984 802 702 c 1\n 733 692 l 1\n 709.689 687.488 689.082 684.541 670 675 c 0\n 625.011 660.685 606.407 644.773 586 606 c 1\n 597.833 610.5 611.303 613.364 627 614 c 1\n 662.466 614 699 575.367 699 535 c 0\n 699 526 698 518 695 512 c 0\n 684.069 484.672 669.803 462 627 462 c 0\n 599.335 462 593.158 463.736 578 477 c 0\n 559.662 489.837 548 510.612 548 539 c 0\n 548 550 550 559 553 568 c 1\n 536 560 520 548 506 531 c 1\n 496.293 510.979 484 490.719 484 461 c 1\n 549 461 l 1\n 608 460 l 2\n 628.882 460 650.157 458.426 669 455 c 1\n 703 452 711 446 727 435 c 1\n 788.452 395.237 826 358.185 826 274 c 0\n 826 190 785 122 703 70 c 0\n 628 23 541 -0 442 0 c 0\n 334 0 241 25 163 75 c 0\n 76 131 32 205 32 296 c 0\n 32 381.476 94.9126 433.517 170 450 c 2\n 195 454 l 1\n 249.165 463.053 312.516 458.348 374 459 c 1\n 370.237 512.068 340.391 537.218 289 543 c 1\n 279 543 266 540 250 534 c 1\n 227.636 522.697 206.411 510.255 185 498 c 1\n 172.99 493.329 154.037 485 141 485 c 1\n 112.052 483.655 100.699 504.693 96 530 c 1\n 96 573.836 173.468 601 234 601 c 2\n 256 600 l 2\n 287.424 600 316.357 592.136 337 579 c 1\n 356 570 374 553 390 528 c 1\n 402.773 501.732 402.703 467.618 402 429 c 1\n 355.894 429.226 308.575 428.242 264 430 c 1\n 253 430 l 2\n 165.307 430 79 387.395 79 306 c 0\n 79 200.52 170.047 167.027 277 153 c 1\n 328.35 148.35 382.709 146.709 438 146 c 1\n 509 146 561 148 594 153 c 1\n 699.809 163.581 789 200.527 789 294 c 0\n 789 327 776 356 750 382 c 0\n 729 403 699 418 660 428 c 1\n 590.291 429.969 518.849 430.089 447 430 c 1\n 447 513.92 492.547 579.308 556 599 c 1\n 565 622 l 1\n 594.266 685.41 633.66 752.741 691 777 c 2\n 735 795 l 1\n 747.626 798.376 760.942 801.057 776 802 c 1\n 806.598 802 843 785.613 843 752 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DA4\nEncoding: 3492 3492 1431\nWidth: 1295\nVWidth: 1400\nFlags: W\nHStem: 0 146<223 240> 0 150<469 486> 413 39<1014 1041> 448 20<366 380> 546 61<989 1024> 579 30<616 650>\nVStem: 37 137<412 423> 590 44<222 253> 656 157<209 241>\nFore\n469 150 m 0\n 531.88 150 590 189.6 590 253 c 0\n 590 338.548 532.828 383.777 460 421 c 0\n 425 439 393 448 366 448 c 0\n 347 448 327 445 304 438 c 1\n 216.041 369.587 133.137 262.103 81 159 c 1\n 92.9099 164.09 107.533 166.467 122 169 c 1\n 145.443 169 184.803 152.366 223 146 c 1\n 233 146 239 147 242 148 c 1\n 282.893 157.903 314.946 171.899 335 211 c 1\n 342.914 226.219 351 235.744 351 261 c 1\n 354 239 l 1\n 370 211 l 2\n 389.439 177.424 419.299 150 469 150 c 0\n200 599 m 0\n 212.834 599 224.611 597.254 236 594 c 1\n 270.713 589.372 291.837 574.39 311 550 c 0\n 318.124 539.313 321.658 508.571 328 498 c 1\n 409.626 570.192 476.821 595.444 616 609 c 1\n 673 609 729 602 785 589 c 2\n 864 570 l 1\n 885.76 595.279 939.509 604.878 989 607 c 1\n 1031 607 1069 600 1103 586 c 0\n 1137 571 1161 557 1175 544 c 1\n 1204.56 520.294 1221.74 484.161 1217 432 c 1\n 1216 410 l 1\n 1163.97 421.435 1099.32 414.774 1041 413 c 1\n 990 413 948 405 913 390 c 0\n 878 374 851 345 831 304 c 1\n 819 276 813 250 813 227 c 0\n 813 208 817 185 825 158 c 0\n 833 130 855 106 891 86 c 0\n 931.97 63.2387 991.699 42.6301 1058 36 c 1\n 1078 37 l 2\n 1098.3 37 1125.04 45.0084 1145 49 c 1\n 1180 60 l 1\n 1190 42 l 1\n 1113 18 l 2\n 1073 6 1029 0 980 0 c 0\n 924 0 861 19 791 56 c 1\n 701 102 656 157 656 222 c 0\n 656 293 679 347 725 385 c 1\n 810 452 879 452 1016 452 c 2\n 1058 453 l 1\n 1102.98 456.769 1149.07 451.943 1189 445 c 1\n 1181.76 503.662 1155.07 530.357 1094 540 c 0\n 1075 544 1051 546 1024 546 c 0\n 1009 546 988 536 961 516 c 128\n 934 496 915 486 904 486 c 0\n 885.03 486 874.524 503.571 865 515 c 1\n 858 525 855 537 855 550 c 1\n 795.611 571.38 712.272 579 625 579 c 0\n 566 579 519 572 486 559 c 1\n 453 548 406 518 343 469 c 1\n 378 468 l 2\n 389 468 398 467 407 464 c 1\n 423 462 443 456 466 445 c 0\n 557.166 406.43 634 334.704 634 222 c 0\n 634 156.293 612.869 92.7888 580 53 c 1\n 552.317 14.2431 535.46 0 478 0 c 0\n 464 0 441 10 409 30 c 0\n 371 54 352 78 352 102 c 0\n 352 50.3478 300.084 0 240 0 c 0\n 225 0 207 8 188 25 c 1\n 169 43 150 67 131 96 c 1\n 123.126 111.748 107.889 133 89 133 c 1\n 77.6428 128.146 67.6502 128.441 60 118 c 1\n 52 96 l 1\n 25 102 l 1\n 86.8428 276.139 161.068 368.295 304 480 c 1\n 304 489 300 501 292 518 c 0\n 284 534 272 545 257 550 c 1\n 240 552 225 546 212 533 c 1\n 200.452 518.069 187.915 511.034 180 491 c 1\n 175.086 469.734 177.924 440.616 174 418 c 1\n 174 413 171 406 164 399 c 0\n 142.857 372.571 125.792 355 93 355 c 0\n 60.2524 355 37 388.101 37 423 c 0\n 37 513.627 106.503 599 200 599 c 0\n992 -73 m 1\n 1023.88 0.463599 1106.63 32.8372 1185 62 c 1\n 1195 44 l 1\n 1154.83 30.831 1122.53 9.8017 1088 -9 c 1\n 1066.87 -25.4084 1047.81 -67.1306 1059 -104 c 1\n 1069.04 -137.544 1093.68 -156.614 1134 -160 c 1\n 1146 -159 l 2\n 1162.07 -159 1171.96 -151.726 1185 -148 c 1\n 1197 -142 l 1\n 1197 -165 l 1\n 1163.63 -186.301 1127.64 -204.97 1076 -208 c 1\n 1061 -208 1050 -206 1041 -203 c 1\n 1022.67 -199.544 999.212 -175.033 986 -160 c 1\n 976.924 -145.353 971.256 -118.779 980 -100 c 1\n 983.134 -90.1333 987.162 -81.1623 992 -73 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DA5\nEncoding: 3493 3493 1432\nWidth: 1295\nVWidth: 1400\nFlags: W\nHStem: -26 20G<948 1000.5> 0 102<343 371> 420 36<1079 1131> 546 62<986 1022> 571 38<225 241>\nVStem: 105 39<249 273> 329 50<504 518> 431 34<303 339> 578 54<225 240> 652 157<206 229>\nFore\n329 509 m 0\n 329 535.871 303.048 559.26 282 565 c 2\n 260 570 l 1\n 241 571 l 2\n 195 571 156 550 126 506 c 0\n 94 464 79 414 79 357 c 2\n 79 338 l 1\n 80.9991 301.666 93.8275 276.161 105 249 c 1\n 105 276 106 296 108 308 c 0\n 127 357 l 0\n 145.193 393.387 159.709 413.862 198 432 c 1\n 248.132 444.732 329 455.685 329 509 c 0\n986 608 m 0\n 1059.19 608 1138.08 576.738 1173 544 c 1\n 1202.56 520.294 1219.74 484.161 1215 432 c 1\n 1214 410 l 1\n 1185 417 1158 420 1131 420 c 1\n 1091 418 l 1\n 1068 417 l 2\n 1059 417 1050 416 1041 413 c 1\n 984 405 942 395 914 383 c 0\n 874 365 845 337 827 298 c 0\n 815 270 809 244 809 221 c 0\n 809 202 813 179 821 152 c 0\n 829 124 851 100 887 80 c 0\n 927.97 57.2387 987.699 36.6301 1054 30 c 1\n 1074 31 l 2\n 1094.3 31 1121.04 39.0084 1141 43 c 1\n 1176 54 l 1\n 1186 36 l 1\n 1109 12 l 2\n 1069 0 1025 -6 976 -6 c 0\n 920 -6 857 13 787 50 c 1\n 697 96 652 151 652 216 c 0\n 652 290 674 345 719 382 c 0\n 804 452 874 452 1015 452 c 1\n 1036.49 453.183 1057.87 454.462 1079 456 c 1\n 1114 456 1150 452 1187 445 c 1\n 1179.76 503.662 1153.07 530.357 1092 540 c 0\n 1073 544 1049 546 1022 546 c 0\n 1007 546 986 536 959 516 c 128\n 932 496 913 486 902 486 c 0\n 880.348 486 863.677 512.516 854 528 c 1\n 822 536 794 540 771 540 c 1\n 677 536 l 1\n 627 536 579 516 534 476 c 0\n 488 437 465 391 465 339 c 1\n 488 338 l 1\n 519 330 l 2\n 575.357 315.911 632 285.512 632 227 c 0\n 632 89.2777 490.712 0 343 0 c 0\n 259 0 187 30 128 90 c 0\n 68 151 38 222 38 305 c 0\n 38 380 55 448 88 508 c 0\n 125 575 173 609 231 609 c 0\n 244 609 253 608 257 607 c 0\n 319.785 596.237 379 568.767 379 506 c 0\n 379 475 357 449 313 427 c 1\n 211 381 157 342 150 311 c 1\n 146.922 294.746 144.098 278.235 144 259 c 1\n 144 242 147 225 154 208 c 0\n 166 172 190 146 227 129 c 0\n 246.692 120.049 304.087 105.916 355 102 c 1\n 369 102 l 2\n 463.884 102 578 151.281 578 240 c 0\n 578 266.59 553.256 285.651 533 295 c 1\n 506.262 307.673 464.949 310.615 431 303 c 1\n 431 457.368 520.34 602 671 602 c 0\n 723.429 602 768.666 596.546 811 585 c 2\n 863 572 l 1\n 885.197 598.637 934.514 608 986 608 c 0\n992 -73 m 1\n 1023.88 0.463599 1106.63 32.8372 1185 62 c 1\n 1195 44 l 1\n 1154.83 30.831 1122.53 9.8017 1088 -9 c 1\n 1066.87 -25.4084 1047.81 -67.1306 1059 -104 c 1\n 1069.04 -137.544 1093.68 -156.614 1134 -160 c 1\n 1146 -159 l 2\n 1162.07 -159 1171.96 -151.726 1185 -148 c 1\n 1197 -142 l 1\n 1197 -165 l 1\n 1163.63 -186.301 1127.64 -204.97 1076 -208 c 1\n 1061 -208 1050 -206 1041 -203 c 1\n 1022.67 -199.544 999.212 -175.033 986 -160 c 1\n 976.924 -145.353 971.256 -118.779 980 -100 c 1\n 983.134 -90.1333 987.162 -81.1623 992 -73 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DA7\nEncoding: 3495 3495 1433\nWidth: 838\nVWidth: 1400\nFlags: W\nHStem: 0 166<362 396> 459 27<237 270> 791 35<265 296>\nVStem: 43 49<253 321> 726 48<485 498.66>\nFore\n92 314 m 0\n 92 193.256 240.989 166 380 166 c 0\n 433 166 479 172 519 185 c 1\n 543 191 572 204 605 225 c 1\n 632 240 654 259 673 282 c 0\n 691.114 306.906 710.355 341.961 719 380 c 1\n 766 380 l 1\n 766 350 762 323 754 299 c 1\n 743.919 262.996 715.748 196.942 692 160 c 0\n 683 146 671 132 658 119 c 0\n 596.701 57.7009 502.191 0 383 0 c 0\n 313 0 243 19 173 56 c 1\n 86 101 43 156 43 222 c 2\n 43 253 l 1\n 44 319 l 1\n 44 339.974 48.6315 344.579 54 358 c 1\n 86.2932 432.274 136.314 486 238 486 c 2\n 269 486 l 1\n 284.592 485.592 299.086 484.086 313 482 c 1\n 333.924 478.268 354.462 474.058 370 465 c 1\n 370 440 l 1\n 338 453 303 459 264 459 c 0\n 232 459 205 455 183 447 c 0\n 159 438 152 432 140 421 c 0\n 130 412 119 397 108 378 c 1\n 97 355 92 333 92 314 c 0\n719 367 m 1\n 727.797 401.862 730.89 444.355 726 485 c 1\n 726 498 724 510 721 519 c 0\n 719 528 714 539 706 554 c 1\n 693 582 681 606 668 626 c 0\n 641.875 668.203 627.045 682.801 588 711 c 0\n 568 724 545 737 518 751 c 0\n 495 762 466 772 430 783 c 1\n 392.281 791.927 346.86 795.859 302 792 c 1\n 278 791 l 2\n 269 791 260 790 250 787 c 1\n 206 782 175 776 158 770 c 1\n 138 766 111 754 77 734 c 1\n 58 761 l 1\n 123.072 796.788 195.443 825.768 296 826 c 1\n 334 826 l 2\n 389 826 434 821 471 810 c 0\n 492 805 512 798 528 788 c 0\n 570.775 768.989 649.982 708.862 677 679 c 0\n 696 658 717 627 738 587 c 1\n 751.158 560.685 774 516.51 774 487 c 1\n 771 423 l 1\n 771 400.336 764.437 375.747 761 362 c 1\n 719 367 l 1\nEndSplineSet\nEndChar\nStartChar: uni0DA8\nEncoding: 3496 3496 1434\nWidth: 860\nVWidth: 1400\nFlags: W\nHStem: 0 148<550 573> 1 142<235 253> 495 41<539 557> 498 22<265.82 282>\nVStem: 28 39<272 302> 738 48<331 371>\nFore\n247 1 m 0\n 127.969 1 52.5575 109.638 31 230 c 1\n 28 272 l 1\n 28 395.359 109.059 482.715 209 511 c 1\n 232.164 515.169 256.258 518.409 282 520 c 1\n 282 498 l 1\n 255.158 498 243.015 494.592 215 488 c 1\n 193 485 165 467 132 435 c 1\n 89 395 67 351 67 302 c 0\n 67 246 94 202 149 169 c 1\n 193 149 l 1\n 207 145 222 143 238 143 c 0\n 282 143 324 164 363 205 c 0\n 372 214 380 227 388 242 c 1\n 394.251 262.317 401 283.493 401 310 c 0\n 401 255.729 412.348 230.677 440 205 c 0\n 464 181 487 165 509 157 c 0\n 524 151 544 148 567 148 c 0\n 652.213 148 723.896 204.015 732 281 c 0\n 736 319 738 349 738 371 c 2\n 738 407 l 1\n 728.417 469.749 704.514 518.181 672 558 c 1\n 655.901 538.435 632.38 520.604 604 508 c 1\n 580 499 558 495 539 495 c 0\n 512 495 486 502 462 516 c 0\n 430.375 536.125 397 581.108 397 635 c 0\n 397 672.756 414.418 714.358 431 743 c 1\n 406.999 754.804 384.476 764.535 375 791 c 1\n 369 810 l 1\n 423.702 786.702 472.504 757.504 523 730 c 1\n 557 710 590 686 622 658 c 0\n 672 613 712 563 742 508 c 0\n 771 454 786 395 786 331 c 2\n 786 302 l 1\n 782 271 l 1\n 775 217 766 178 756 155 c 0\n 738.553 113.395 686.083 49.1903 642 24 c 1\n 618 8 588 0 552 0 c 0\n 526 0 503 5 486 18 c 0\n 453.127 42.6551 430.541 78.3026 409 116 c 1\n 402 99 l 1\n 388 78 l 2\n 352 27 305 1 247 1 c 0\n431 655 m 1\n 438.509 589.298 485.398 536 557 536 c 0\n 576 536 598 541 622 551 c 1\n 636.666 559.471 643.008 560.669 656 576 c 1\n 609.39 635.212 532.025 691.938 455 729 c 1\n 443 704 l 1\n 431 675 431 668 431 655 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DA9\nEncoding: 3497 3497 1435\nWidth: 860\nVWidth: 1400\nFlags: W\nHStem: 0 139<228 269> 0 149<538 568.606> 400 31<36 362> 404 27<36 108> 541 45<216 268> 791 35<266 296>\nVStem: 30 50<240 277> 362 26<431 438> 729 53<339 417>\nFore\n383 115 m 0\n 383 48.7622 301.877 0 228 0 c 0\n 173 0 126 24 88 72 c 0\n 49 121 30 177 30 240 c 0\n 30 281 35 312 44 336 c 0\n 54 358 75 381 108 404 c 1\n 36 404 l 1\n 36 431 l 1\n 362 431 l 1\n 362 461.933 348.415 498.934 330 514 c 1\n 310.546 533.454 302.022 541 268 541 c 0\n 249 541 228 529 206 504 c 0\n 182 480 161 468 142 468 c 0\n 133 468 124 472 114 480 c 1\n 107 489 103 499 103 510 c 0\n 103 565.666 160.488 586 216 586 c 0\n 231 586 240 585 243 584 c 1\n 330.534 574.642 387.834 532.93 388 436 c 1\n 387 399 l 1\n 174 400 l 2\n 135.831 400 110.581 375.162 93 340 c 1\n 88.1278 325.384 80 296.362 80 277 c 1\n 83 250 l 1\n 96.3069 181.626 163.577 148.427 245 140 c 1\n 269 139 l 2\n 306.679 139 333.978 150.978 354 171 c 0\n 372 189 381 208 381 227 c 0\n 381 185.844 404.401 167.039 437 154 c 1\n 451 150 468 148 488 148 c 2\n 514 148 l 1\n 542 149 l 2\n 585 149 619 156 643 172 c 0\n 667 186 693 217 720 263 c 1\n 727.064 278.602 732.453 295.881 737 314 c 1\n 750.784 314.118 764.344 314.011 777 313 c 1\n 770.725 223.598 748.817 157.244 713 89 c 1\n 699 60 673 42 642 23 c 0\n 606 0 575 0 538 0 c 0\n 465.083 0 383 46.8839 383 115 c 0\n707 250 m 1\n 732.036 289.369 728.348 349.23 729 412 c 1\n 729 458 l 1\n 727 472 726 482 725 487 c 0\n 725 500 723 512 720 521 c 0\n 718 530 713 541 705 556 c 1\n 679 611 655 651 632 674 c 0\n 603.719 704.852 562 728.185 518 751 c 0\n 495 762 466 772 430 783 c 1\n 392.281 791.927 346.86 795.859 302 792 c 1\n 278 791 l 2\n 269 791 260 790 250 787 c 1\n 206 782 175 776 158 770 c 1\n 138 766 111 754 77 734 c 1\n 58 761 l 1\n 123.072 796.788 195.443 825.768 296 826 c 1\n 334 826 l 2\n 389 826 434 821 471 810 c 0\n 492 805 512 798 528 788 c 0\n 571.115 768.838 650.111 709.135 677 678 c 1\n 696 659 715 630 736 591 c 0\n 768.916 523.231 782 471.301 782 374 c 0\n 782 319 775 275 760 242 c 1\n 720 162 l 1\n 715.174 190.84 705.731 215.065 707 250 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DAA\nEncoding: 3498 3498 1436\nWidth: 860\nVWidth: 1400\nFlags: W\nHStem: 0 148<556 574> 2 143<242 270> 431 32<36 346> 495 41<543 561>\nVStem: 31 47<230 280> 401 34<635 655> 742 48<331 371>\nFore\n262 145 m 0\n 323.445 145 347.822 154.822 379 186 c 1\n 399 210 l 1\n 405.961 226.533 412 239.249 412 265 c 0\n 412 246 415 231 421 219 c 1\n 443.815 192.728 462.796 169.866 503 158 c 1\n 523.892 152.892 546.338 149.338 571 148 c 1\n 674.414 148 727.401 193.008 736 279 c 0\n 740 319 742 350 742 371 c 2\n 742 407 l 1\n 732.417 469.749 708.514 518.181 676 558 c 1\n 659.901 538.435 636.38 520.604 608 508 c 1\n 584 499 562 495 543 495 c 0\n 516 495 490 502 466 516 c 0\n 434.375 536.125 401 581.108 401 635 c 0\n 401 672.756 418.418 714.358 435 743 c 1\n 410.999 754.804 388.476 764.535 379 791 c 1\n 373 810 l 1\n 427.702 786.702 476.504 757.504 527 730 c 1\n 561 710 594 686 626 658 c 0\n 676 613 716 563 746 508 c 0\n 775 454 790 395 790 331 c 2\n 790 302 l 1\n 786 271 l 2\n 779 215 770 176 761 154 c 0\n 747 118 724 87 691 60 c 0\n 664 38 644 24 632 17 c 0\n 609 6 584 0 556 0 c 0\n 494 0 451 20 426 61 c 0\n 420 72 414 92 409 122 c 1\n 409 90 395 62 366 38 c 0\n 338 14 299 2 250 2 c 0\n 198.003 2 177.321 10.5153 141 33 c 0\n 68 76 31 142 31 230 c 0\n 31 321.676 43.0566 348.057 91 396 c 1\n 122 421 l 1\n 37 421 l 2\n 25 421 19 428 19 443 c 0\n 19 456 25 463 36 463 c 2\n 346 463 l 1\n 346 480 338 496 320 508 c 0\n 304 522 282 528 256 528 c 0\n 241 528 224 524 206 515 c 2\n 156 493 l 1\n 134 490 l 1\n 102.015 490 88.7382 502.801 82 532 c 1\n 82 565.564 141.976 590.188 182 594 c 1\n 221.073 594 238.882 593.399 268 583 c 1\n 317.35 571.611 349.036 540.036 368 500 c 0\n 373.379 486.553 381 454.821 381 432 c 1\n 220 431 l 2\n 174.6 431 116.745 382.64 100 359 c 1\n 87.157 338.818 78 312.373 78 280 c 0\n 78 189.284 160.356 145 262 145 c 0\n435 655 m 1\n 442.509 589.298 489.398 536 561 536 c 0\n 580 536 602 541 626 551 c 1\n 640.666 559.471 647.008 560.669 660 576 c 1\n 613.39 635.212 536.025 691.938 459 729 c 1\n 447 704 l 1\n 435 675 435 668 435 655 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DAB\nEncoding: 3499 3499 1437\nWidth: 1403\nVWidth: 1400\nFlags: W\nHStem: -1 163<426 453> 0 53<1139 1157> 121 27<860 864> 220 48<428 450> 308 30<840 848> 389 31<443 453> 445 32<884 898> 577 33<407 432>\nVStem: 205 37<429 447> 352 34<319 341> 507 35<316 327> 700 65<305 356> 747 26<218 230> 934 31<214 239> 1048 20<137 152> 1205 61<152 322>\nDStem: 209 371 225 342 118 317 90 263 570 551 608 526 243 390 259 360\nFore\n965 223 m 0\n 965 166.375 919 121 860 121 c 0\n 803.297 121 747 161.689 747 228 c 1\n 748 239 l 1\n 711.739 132.232 690.927 93.4311 603 39 c 0\n 559.994 12.8223 514.661 -1 447 -1 c 0\n 401 -1 359 12 320 39 c 0\n 295 56 261 89 218 139 c 2\n 167 198 l 1\n 140.183 221.518 125.443 226.298 89 229 c 1\n 83 229 l 2\n 71 229 63 228 60 227 c 2\n 30 214 l 1\n 24.5477 220.214 19.8804 227.214 15 234 c 1\n 28.2018 265.825 84.3631 295.311 118 317 c 1\n 209 371 l 1\n 206.949 389.655 202.614 409.103 205 429 c 1\n 205 489.617 237.328 532.89 275 562 c 0\n 317 594 369 610 432 610 c 0\n 468 610 496 609 515 606 c 0\n 534 604 565 592 607 570 c 1\n 1186 818 l 1\n 1195.39 804.061 1201.92 787.256 1204 766 c 1\n 1204 750 1197 735 1182 721 c 0\n 1175.39 714.39 1146.24 699.139 1134 692 c 1\n 1082.64 669.242 992.294 641.279 917 626 c 1\n 824.055 605.343 731.648 568.86 640 541 c 1\n 675.325 512.182 713.339 481.92 731 436 c 0\n 734 427 739 408 744 378 c 1\n 768.066 430.671 815.855 468.893 884 477 c 1\n 916 477 942 473 961 466 c 1\n 981 460 1002 445 1023 422 c 1\n 1047 461 1082 481 1127 481 c 0\n 1166 481 1199 466 1226 435 c 0\n 1268 322 l 1\n 1266 112 l 1\n 1266 49.2212 1221.72 0 1157 0 c 0\n 1082.27 0 1048 71.4944 1048 148 c 1\n 1068 152 l 1\n 1068 111.192 1089.51 53 1139 53 c 0\n 1195.56 53 1205 117.202 1205 187 c 1\n 1204.17 206.174 1203.82 225.819 1204 246 c 1\n 1204 271 l 2\n 1204 347.466 1199.69 383.751 1169 417 c 0\n 1153.83 432.172 1152.09 436.978 1128 443 c 1\n 1108 445 l 1\n 1052.1 445 1033.72 398.911 1022 345 c 1\n 1022 364 1014 385 998 407 c 0\n 974.346 436.568 947.764 445 896 445 c 0\n 858.492 445 818.397 420.454 797 396 c 1\n 776 369 765 339 765 305 c 1\n 789 327 816 338 846 338 c 0\n 909.579 338 965 289.062 965 223 c 0\n934 226 m 0\n 934 270.563 893.33 308 842 308 c 0\n 825 308 809 300 793 284 c 1\n 773 261 773 251 773 230 c 0\n 773 185.758 812.151 148 860 148 c 0\n 880 148 897 155 912 170 c 1\n 921.428 183.199 934 203.207 934 226 c 0\n352 337 m 0\n 352 380.748 391.564 420 443 420 c 0\n 466 420 487 412 506 397 c 0\n 527.275 380.204 539.329 355.726 542 321 c 1\n 542 263.762 492.912 220 428 220 c 1\n 373 223 l 1\n 336.841 229.119 285.751 256.338 266 278 c 1\n 255 291 242 312 225 342 c 1\n 90 263 l 1\n 111 263 133 256 156 243 c 1\n 229.165 201.337 253.527 202.309 325 176 c 1\n 360 167 395 162 428 162 c 0\n 512 162 580 185 631 232 c 0\n 668.945 266.496 700 299.954 700 356 c 0\n 700 395 693 427 678 452 c 1\n 665 477 641 502 608 526 c 1\n 259 360 l 1\n 273.311 299.689 327.023 250.711 409 246 c 1\n 352 269 352 292 352 337 c 0\n507 327 m 0\n 507 359.705 478.006 389 443 389 c 0\n 414.641 389 386 366.469 386 330 c 0\n 386 298.635 410.702 268 450 268 c 0\n 481.131 268 507 296.821 507 327 c 0\n570 551 m 1\n 534.263 567.663 481.027 575.356 428 577 c 1\n 325.976 577 242 529.187 242 435 c 1\n 240.289 419.803 242.001 404.475 243 390 c 1\n 570 551 l 1\nEndSplineSet\nEndChar\nStartChar: uni0DAD\nEncoding: 3501 3501 1438\nWidth: 973\nVWidth: 1400\nFlags: W\nHStem: 0 98<341 411> 1 28<630 671> 516 78<477 549> 542 50<213 227>\nVStem: 33 126<409 415> 566 83<255 272> 801 108<216 294>\nFore\n225 542 m 0\n 190.405 542 175.476 511.178 162 483 c 1\n 159.69 461.675 160.49 437.368 159 415 c 1\n 159 408 157 402 154 397 c 1\n 142 365 119 349 85 349 c 0\n 72 349 59 355 47 367 c 1\n 38 380 33 394 33 411 c 0\n 33 447 44 482 67 515 c 1\n 94.6696 553.673 135.867 579.973 191 591 c 0\n 196 592 203 592 213 592 c 0\n 259.513 592 272.908 576.729 297 543 c 0\n 306 529 312 512 315 492 c 1\n 347 524 380 548 415 565 c 0\n 468 591 500 594 549 594 c 2\n 593 593 l 2\n 608 593 621 592 632 589 c 1\n 656.93 589 682.122 581.519 702 573 c 0\n 827.901 526.054 909 446.116 909 294 c 0\n 909 176.671 880.747 117.05 813 60 c 1\n 774.816 31.3619 727.454 1 669 1 c 2\n 656 1 l 2\n 643 1 632 3 621 6 c 1\n 615 30 l 1\n 630 29 l 1\n 646 29 l 2\n 669 29 687 31 701 36 c 0\n 745.998 50.3176 784.5 90.1645 796 140 c 0\n 799 158 801 183 801 216 c 0\n 801 279 789 330 765 368 c 0\n 731.353 424.079 652.244 484.941 565 506 c 0\n 541.718 511.821 505.841 516 477 516 c 0\n 430.317 516 399.338 508.67 370 490 c 1\n 359 484 346 475 333 462 c 1\n 399 459 l 2\n 408 459 417 458 428 455 c 2\n 457 447 l 2\n 534 425 586 397 613 364 c 0\n 637 336 649 301 649 258 c 0\n 649 202 630 148 592 96 c 0\n 546 32 486 0 411 0 c 0\n 316.784 0 261.707 31.4463 203 82 c 2\n 145 132 l 1\n 129 142 112 148 93 150 c 1\n 69 108 l 1\n 45 120 l 1\n 85.6258 203.932 159.999 323.094 220 388 c 1\n 282 461 l 1\n 283.89 467.777 284.58 475.753 285 484 c 1\n 285 497 279 510 266 522 c 0\n 254 536 240 542 225 542 c 0\n108 176 m 1\n 117 176 132 171 153 162 c 128\n 174 153 194 142 212 129 c 0\n 232 116 249 108 266 104 c 1\n 308 98 l 1\n 341 98 l 2\n 467.525 98 566 149.113 566 270 c 0\n 566 368.883 475.016 404.733 379 430 c 1\n 356.004 433.563 332.728 434.446 309 431 c 1\n 248.756 375.344 143.209 242.745 108 176 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DAE\nEncoding: 3502 3502 1439\nWidth: 838\nVWidth: 1400\nFlags: W\nHStem: -4 140<372 426> 481 26<244 259> 496 45<541 568>\nVStem: 37 49<260 285> 406 44<641 670> 714 38<363 413>\nFore\n406 641 m 0\n 406 685.642 429.065 725.753 454 759 c 1\n 423 778 l 1\n 416.275 785.275 412.459 795.458 410 807 c 1\n 467 795 518 770 565 731 c 0\n 598 705 637 661 684 598 c 0\n 698 579 712 552 727 517 c 1\n 744 471 752 432 752 400 c 0\n 752 142.327 649.912 -4 394 -4 c 0\n 296 -4 215 17 151 58 c 0\n 75 106 37 173 37 260 c 0\n 37 324 47 382 83 423 c 0\n 142 490 178 507 253 507 c 2\n 278 506 l 2\n 283 506 292 504 304 500 c 1\n 298 473 l 1\n 285.873 476.54 272.97 479.303 259 481 c 1\n 146.469 481 86 398.52 86 273 c 0\n 86 179.617 280.833 136 395 136 c 0\n 571.168 136 714 217.361 714 384 c 0\n 714 423 712 453 707 474 c 1\n 703 499 693 524 678 549 c 1\n 651.539 526.067 588.625 496 541 496 c 0\n 470.194 496 436.899 542.727 415 592 c 1\n 409 609 406 626 406 641 c 0\n482 586 m 0\n 510 556 539 541 568 541 c 0\n 595 541 624 554 653 579 c 1\n 616 634 594 665 586 672 c 1\n 558 702 521 727 476 748 c 1\n 459 725 450 699 450 670 c 0\n 450 621 461 609 482 586 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DAF\nEncoding: 3503 3503 1440\nWidth: 660\nVWidth: 1400\nFlags: W\nHStem: 425 37<454 458> 546 61<360 394>\nVStem: 28 157<222 241>\nFore\n411 422 m 1\n 285.558 399.708 248.08 388.858 204 308 c 1\n 193.927 282.818 185 257.6 185 229 c 0\n 185 210 189 187 197 160 c 0\n 205 132 227 108 263 88 c 0\n 303.97 65.2388 363.699 44.6301 430 38 c 1\n 450 39 l 2\n 470.301 39 497.042 47.0085 517 51 c 1\n 552 62 l 1\n 562 44 l 1\n 485 20 l 2\n 445 8 401 2 352 2 c 0\n 296 2 233 21 163 58 c 1\n 73 104 28 159 28 224 c 0\n 28 297 50 352 94 390 c 1\n 151 437 248 461 386 461 c 2\n 410 461 l 1\n 425.272 461.729 440.806 462.194 457 462 c 1\n 493.052 457.315 525.522 455.688 559 445 c 1\n 551.761 503.662 525.072 530.357 464 540 c 0\n 445 544 421 546 394 546 c 0\n 379 546 358 536 331 516 c 128\n 304 496 285 486 274 486 c 0\n 255.03 486 244.524 503.571 235 515 c 1\n 228 525 225 537 225 550 c 1\n 227 565 241 579 268 591 c 1\n 310 603 l 1\n 360 607 l 1\n 402 607 440 600 474 585 c 0\n 507 570 531 557 545 544 c 1\n 571.038 522.176 586.032 494.46 589 452 c 1\n 586 410 l 1\n 557.699 414.717 522.064 421.129 494 423 c 0\n 480 424 467 425 454 425 c 2\n 439 396 411 422 411 422 c 1\n357 -73 m 1\n 388.876 0.463599 471.634 32.8372 550 62 c 1\n 560 44 l 1\n 519.835 30.831 487.532 9.8017 453 -9 c 1\n 431.868 -25.4085 412.814 -67.1306 424 -104 c 1\n 433.424 -136.694 458.808 -156.793 499 -160 c 1\n 511 -159 l 2\n 527.073 -159 536.959 -151.726 550 -148 c 1\n 562 -142 l 1\n 562 -165 l 1\n 528.634 -186.301 492.637 -204.97 441 -208 c 1\n 426 -208 415 -206 406 -203 c 1\n 387.673 -199.544 364.212 -175.033 351 -160 c 1\n 341.923 -145.353 336.257 -118.78 345 -100 c 1\n 348.133 -90.1333 352.162 -81.1623 357 -73 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DB0\nEncoding: 3504 3504 1441\nWidth: 860\nVWidth: 1400\nFlags: W\nHStem: 0 150<218 241 541 567> 511 28<239 263> 791 35<271 296>\nVStem: 32 38<244 310> 729 53<351 417>\nFore\n220 150 m 0\n 311.986 150 363.778 184.49 407 245 c 1\n 431 212 454 188 475 171 c 1\n 496 156 518 149 542 149 c 0\n 585 149 619 156 643 172 c 0\n 667 186 693 217 720 263 c 1\n 727.064 278.602 732.453 295.881 737 314 c 1\n 751.129 314.129 764.973 313.973 778 313 c 1\n 781.488 281.871 773.094 257.957 768 233 c 1\n 753.939 180.679 737.994 131.158 713 89 c 1\n 682 30 632 0 565 0 c 0\n 543 0 523 2 506 9 c 0\n 483 18 450 42 450 42 c 1\n 424 69 l 1\n 405 105 l 1\n 392.182 82.1105 376.942 54.4021 360 39 c 0\n 345 26 327 16 306 7 c 1\n 282.476 2.72296 259.852 0 231 0 c 0\n 173 0 125 25 88 74 c 128\n 51 123 32 180 32 244 c 0\n 32 434.097 83.8432 539 258 539 c 1\n 274.459 541.193 290.453 540.824 306 538 c 1\n 308 511 l 1\n 263 511 l 2\n 135.833 511 70 436.3 70 310 c 0\n 70 223.511 134.18 150 220 150 c 0\n707 250 m 1\n 732.036 289.369 728.348 349.23 729 412 c 1\n 729 458 l 1\n 727 472 726 482 725 487 c 0\n 725 500 723 512 720 521 c 0\n 718 530 713 541 705 556 c 1\n 679 611 655 651 632 674 c 0\n 603.719 704.852 562 728.185 518 751 c 0\n 495 762 466 772 430 783 c 1\n 392.281 791.927 346.86 795.859 302 792 c 1\n 278 791 l 2\n 269 791 260 790 250 787 c 1\n 206 782 175 776 158 770 c 1\n 138 766 111 754 77 734 c 1\n 58 761 l 1\n 123.072 796.788 195.443 825.768 296 826 c 1\n 334 826 l 2\n 389 826 434 821 471 810 c 0\n 492 805 512 798 528 788 c 0\n 571.115 768.838 650.111 709.135 677 678 c 1\n 696 659 715 630 736 591 c 0\n 768.916 523.231 782 471.301 782 374 c 0\n 782 319 775 275 760 242 c 1\n 720 162 l 1\n 715.174 190.84 705.731 215.065 707 250 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DB1\nEncoding: 3505 3505 1442\nWidth: 973\nVWidth: 1400\nFlags: W\nHStem: 2 24<706 731> 5 95<253 284> 409 35<385 389> 540 50<213 227>\nVStem: 806 92<208 263>\nFore\n120 126 m 1\n 128.493 166.343 136.45 198.22 150 235 c 0\n 163.179 276.732 175.356 303.589 196 343 c 1\n 221.04 379.394 245.985 403.819 267 447 c 1\n 273 462 276 475 276 485 c 1\n 274 503 l 1\n 266.156 526.531 249.669 540 219 540 c 0\n 195 540 175 521 158 484 c 1\n 150.974 463.25 154.233 436.809 158 415 c 1\n 158 404 156 396 153 390 c 0\n 147 377 140 366 132 358 c 0\n 125 349 114 345 101 345 c 0\n 71 345 49 360 36 390 c 1\n 31 419 l 1\n 31 460.611 57.3037 498.204 79 523 c 0\n 106.897 556.77 130.39 570.397 178 584 c 0\n 190 588 203 590 215 590 c 2\n 227 590 l 1\n 258.329 586.214 276.323 579.429 295 553 c 1\n 304.652 532.985 308.626 507.293 312 481 c 1\n 336.616 514.304 371.386 540.793 413 560 c 0\n 435.397 573.782 449.978 578.662 474 584 c 0\n 505.386 593.416 532.127 594.517 566 599 c 1\n 629 599 692 584 754 554 c 0\n 834 514 879 456 890 379 c 1\n 894.317 341.984 897.32 303.654 898 263 c 1\n 898 161.975 877.434 103.434 825 51 c 1\n 801.645 24.7531 789.957 17.27 763 6 c 1\n 731 2 l 1\n 677.623 2 645.309 15.1305 624 50 c 1\n 634 56 l 1\n 652 36 676 26 706 26 c 2\n 717 26 l 1\n 763.266 35.8115 786.395 52.3142 796 107 c 1\n 801.524 138.475 804.776 172.224 806 208 c 1\n 806 292 779 361 725 415 c 0\n 668 472 593 500 500 500 c 0\n 476 500 457 499 444 497 c 1\n 371 473 l 1\n 352.222 463.112 334.508 452.158 321 437 c 1\n 385 444 l 1\n 412.055 444 421.226 440.925 439 435 c 1\n 515.194 418.069 540.132 397.333 579 345 c 1\n 591.346 321.013 603.814 297.147 611 268 c 1\n 613.857 240.602 614.185 213.261 611 186 c 1\n 599 148 l 1\n 579.228 90.2946 530.931 65.1533 478 35 c 1\n 439.344 23.3236 403.123 9.21011 355 7 c 1\n 284 5 l 2\n 247 5 217 9 194 17 c 0\n 172 25 146 39 115 59 c 0\n 107 65 97 76 84 91 c 128\n 71 106 56 129 38 159 c 1\n 60.5091 146.557 91.3558 126.827 120 126 c 1\n388 409 m 1\n 277.834 410.202 226.268 344.436 191 269 c 1\n 175.415 220.584 158.453 173.547 148 120 c 1\n 182.597 112.597 210.946 98.9458 254 100 c 1\n 283 100 l 2\n 372.644 100 404.788 108.481 458 141 c 0\n 513.682 173.059 559 203.984 559 265 c 1\n 552.803 349.573 506.785 385.894 431 405 c 1\n 388 409 l 1\nEndSplineSet\nEndChar\nStartChar: uni0DB3\nEncoding: 3507 3507 1443\nWidth: 660\nVWidth: 1400\nFlags: W\nHStem: 0 31<355 432> 427 38<454 461> 427 42<417 460> 490 130<281 343>\nVStem: 26 177<239 292> 526 23<-171 -160>\nFore\n343 620 m 0\n 402.437 620 460.664 600.364 500 573 c 1\n 546.786 545.451 566.068 526.928 581 472 c 1\n 582.265 456.566 581.746 440.803 581 425 c 1\n 581 420 580 417 579 414 c 1\n 541.626 420.625 502.247 425.247 460 427 c 1\n 429 427 404 424 383 417 c 0\n 291.16 387.542 203 340.505 203 239 c 0\n 203 190 216 150 244 117 c 0\n 280.466 70.7161 346.746 31 432 31 c 1\n 483.261 28.8376 517.993 46.1041 562 53 c 1\n 557 35 l 1\n 471 13 l 1\n 414 0 382 -0 355 0 c 1\n 333.374 1.27213 284.183 2.93904 272 7 c 0\n 228.53 18.8554 192.208 26.5382 164 44 c 0\n 66.9014 100.018 26 152.888 26 292 c 0\n 26 372.019 38.8479 408.055 71 467 c 0\n 113.515 546.484 222.507 620 343 620 c 0\n281 490 m 0\n 254.865 490 245.709 499.199 232 519 c 1\n 226 530 220 537 214 538 c 1\n 146.586 523.424 80 435.008 80 345 c 0\n 80 332 81 324 82 321 c 1\n 158.577 409.23 244.348 470 379 470 c 2\n 417 469 l 1\n 439 469 l 1\n 446 467 451 466 454 465 c 0\n 480.54 465 519.059 455.559 545 450 c 1\n 547 453 548 457 548 461 c 0\n 548 472 540 487 525 504 c 1\n 507 528 497 535 476 548 c 0\n 472.093 550.605 452.764 556.19 441 558 c 1\n 427 558 394 543 343 512 c 0\n 317 497 296 490 281 490 c 0\n318 -82 m 1\n 355.894 3.46846 446.182 36.6428 536 70 c 1\n 547 50 l 1\n 501.941 34.7266 464.739 11.5942 426 -10 c 1\n 422 -13 415 -21 406 -34 c 1\n 394.561 -54.5907 383.386 -89.607 394 -117 c 1\n 399.202 -140.9 413.326 -159.16 438 -170 c 1\n 455.87 -182.15 491.281 -183.502 512 -174 c 1\n 521 -172 l 2\n 523 -172 524 -172 526 -171 c 0\n 526 -168.37 540.466 -165.086 543 -164 c 1\n 549 -160 l 1\n 549 -186 l 1\n 511.851 -210.518 471.348 -231.681 413 -235 c 1\n 398 -235 384 -233 373 -229 c 1\n 351.943 -225.22 326.218 -197.668 311 -181 c 1\n 301.065 -164.615 294.927 -134.5 304 -113 c 1\n 307.806 -101.806 312.493 -91.4931 318 -82 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DB4\nEncoding: 3508 3508 1444\nWidth: 886\nVWidth: 1400\nFlags: W\nHStem: 0 146<405 473> 430 29<232 374 447 585> 430 32<447 632.964> 543 57<256 289> 582 35<607 624>\nVStem: 32 47<287 308> 374 31<459 470> 444 40<461 476.385> 736 38<504 513> 789 37<274 298>\nFore\n32 296 m 0\n 32 381.476 94.9126 433.517 170 450 c 2\n 195 454 l 1\n 249.165 463.053 312.516 458.348 374 459 c 1\n 374 494.379 354.292 521.537 324 535 c 1\n 313.113 538.446 302.222 541.889 289 543 c 1\n 279 543 266 540 250 534 c 1\n 227.636 522.697 206.411 510.255 185 498 c 1\n 172.99 493.329 154.037 485 141 485 c 1\n 112.052 483.655 100.699 504.693 96 530 c 1\n 96 573.836 173.468 601 234 601 c 2\n 256 600 l 2\n 287.424 600 316.357 592.136 337 579 c 1\n 368.162 564.239 405 522.674 405 468 c 1\n 402 429 l 1\n 355.894 429.226 308.575 428.242 264 430 c 1\n 253 430 l 2\n 165.307 430 79 387.395 79 306 c 0\n 79 200.52 170.047 167.027 277 153 c 1\n 328.35 148.35 382.709 146.709 438 146 c 1\n 509 146 561 148 594 153 c 1\n 699.809 163.581 789 200.527 789 294 c 0\n 789 327 776 356 750 382 c 0\n 729 403 699 418 660 428 c 1\n 590.291 429.969 518.849 430.089 447 430 c 1\n 444 462 l 1\n 444 495.857 459.438 513.452 471 535 c 1\n 503.102 580.618 553.127 617 620 617 c 2\n 648 617 l 1\n 666 612 l 1\n 671 612 677 610 683 607 c 2\n 709 596 l 2\n 741.295 581.647 774 544.046 774 504 c 0\n 774 474 758 451 727 435 c 1\n 793.69 411.462 826 361.323 826 274 c 0\n 826 190 785 122 703 70 c 0\n 628 23 541 -0 442 0 c 0\n 334 0 241 25 163 75 c 0\n 76 131 32 205 32 296 c 0\n622 582 m 0\n 564.873 582 520.892 546.4 495 509 c 1\n 488 496 484 480 484 461 c 1\n 584 462 l 1\n 680 464 l 2\n 705.583 464 726.652 471.957 734 494 c 1\n 736 507 l 1\n 736 532.214 717.299 541.516 699 557 c 1\n 674 574 648 582 622 582 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DB5\nEncoding: 3509 3509 1445\nWidth: 838\nVWidth: 1400\nFlags: W\nHStem: -4 140<372 422> 496 45<541 568> 551 58<211 265>\nVStem: 37 48<260 288> 406 44<641 670> 714 38<363 413>\nFore\n406 641 m 0\n 406 685.642 429.065 725.753 454 759 c 1\n 439.721 767.72 424.215 775.215 415 789 c 1\n 410 807 l 1\n 467 795 518 770 565 731 c 0\n 598 705 637 661 684 598 c 0\n 698 579 712 552 727 517 c 1\n 744 471 752 432 752 400 c 0\n 752 142.327 649.912 -4 394 -4 c 0\n 299 -4 218 18 151 63 c 0\n 75 113 37 179 37 260 c 0\n 37 383.894 124.777 446.267 236 466 c 1\n 250.129 466.536 264.236 467.098 278 468 c 1\n 315 467 l 2\n 327 467 336 466 341 465 c 1\n 341 483 336 500 326 516 c 128\n 316 532 300 543 279 550 c 1\n 265 551 l 2\n 254 551 232 539 198 516 c 1\n 180 505 164 500 151 500 c 0\n 119.517 500 109.431 507.754 102 535 c 1\n 101 547 l 1\n 101 588.978 162.235 609 211 609 c 0\n 317.668 609 363.848 538.522 374 437 c 1\n 337.465 439.395 300.611 438.83 265 436 c 1\n 212.074 436 169.197 417.857 138 394 c 0\n 103 368 85 333 85 288 c 1\n 86 273 l 1\n 94 213 131 172 197 151 c 1\n 233 141 299 136 395 136 c 0\n 571.168 136 714 217.361 714 384 c 0\n 714 423 712 453 707 474 c 1\n 703 499 693 524 678 549 c 1\n 651.539 526.067 588.625 496 541 496 c 0\n 470.194 496 436.899 542.727 415 592 c 1\n 409 609 406 626 406 641 c 0\n482 586 m 0\n 510 556 539 541 568 541 c 0\n 595 541 624 554 653 579 c 1\n 616 634 594 665 586 672 c 1\n 558 702 521 727 476 748 c 1\n 459 725 450 699 450 670 c 0\n 450 621 461 609 482 586 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DB6\nEncoding: 3510 3510 1446\nWidth: 860\nVWidth: 1400\nFlags: W\nHStem: 0 32<195 209> 1 80<511 544> 164 35<191 209> 334 151<250 296> 791 35<267 296>\nVStem: 32 39<197 211> 102 35<98 105> 269 33<87 106> 460 59<254 274> 729 53<351 417>\nFore\n269 97 m 0\n 269 131.89 235.14 164 199 164 c 0\n 183 164 167 160 156 146 c 0\n 141 126 137 118 137 99 c 0\n 137 65.4162 169.259 32 207 32 c 0\n 238.897 32 269 59.8663 269 97 c 0\n519 274 m 0\n 519 196.837 476.123 150 398 150 c 2\n 387 150 l 1\n 367 152 l 1\n 378 134 398 118 430 103 c 0\n 460 88 492 81 524 81 c 1\n 555 84 l 1\n 594 90 628 113 659 154 c 0\n 666 164 687 200 720 263 c 1\n 728.837 275.98 731.565 297.173 737 314 c 1\n 750.784 314.118 764.344 314.011 777 313 c 1\n 768.328 214.714 756.271 141.381 713 89 c 0\n 676.169 43.3996 618.76 1 544 1 c 0\n 499 1 464 5 439 13 c 0\n 402 25 394 34 379 51 c 1\n 349.339 84.8911 331.987 111.304 336 164 c 1\n 340 188 l 1\n 356.468 179.007 383.156 177.483 405 182 c 1\n 442 194 460 219 460 256 c 0\n 460 288 439 311 397 324 c 1\n 366.039 331.74 318.691 334 275 334 c 0\n 231 334 187 324 144 304 c 0\n 100 284 77 265 74 246 c 1\n 71 211 l 1\n 71 169.224 89.5637 130.571 102 98 c 1\n 102 146.741 142.383 199 196 199 c 0\n 250.61 199 302 158.283 302 100 c 0\n 302 46.1647 255.826 0 200 0 c 0\n 172.797 0 153.58 4.23316 136 14 c 0\n 121 23 104 39 86 60 c 1\n 52.9053 101.804 32 142.421 32 210 c 1\n 33.6677 307.585 53.0358 366.967 112 422 c 0\n 156 464 209 485 272 485 c 0\n 398.197 485 519 402.513 519 274 c 0\n707 250 m 1\n 732.036 289.369 728.348 349.23 729 412 c 1\n 729 458 l 1\n 727 472 726 482 725 487 c 0\n 725 500 723 512 720 521 c 0\n 718 530 713 541 705 556 c 1\n 679 611 655 651 632 674 c 0\n 603.719 704.852 562 728.185 518 751 c 0\n 495 762 466 772 430 783 c 1\n 392.281 791.927 346.86 795.859 302 792 c 1\n 278 791 l 2\n 269 791 260 790 250 787 c 1\n 206 782 175 776 158 770 c 1\n 138 766 111 754 77 734 c 1\n 58 761 l 1\n 123.072 796.788 195.443 825.768 296 826 c 1\n 334 826 l 2\n 389 826 434 821 471 810 c 0\n 492 805 512 798 528 788 c 0\n 571.115 768.838 650.111 709.135 677 678 c 1\n 696 659 715 630 736 591 c 0\n 768.916 523.231 782 471.301 782 374 c 0\n 782 319 775 275 760 242 c 1\n 720 162 l 1\n 715.174 190.84 705.731 215.065 707 250 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DB7\nEncoding: 3511 3511 1447\nWidth: 973\nVWidth: 1400\nFlags: W\nHStem: 0 26<655 670.456> 0 129<283 317> 437 28<46 352> 495 111<153 195>\nVStem: 28 41<240.922 273> 402 27<298 329> 494 45<175 237> 813 70<224 291>\nFore\n883 291 m 0\n 883 117.564 816.753 0 655 0 c 0\n 623.322 0 575.706 20.1784 547 34 c 1\n 555 58 l 1\n 589 42 l 2\n 595 40 605 37 619 32 c 0\n 654 26 l 0\n 747.061 26 813 119.778 813 224 c 1\n 813.172 359.131 742.378 434.662 630 458 c 1\n 597 461 l 1\n 511.719 461 429 412.765 429 329 c 1\n 460 322 482 313 493 304 c 0\n 524 279 539 236 539 175 c 0\n 539 55.0492 422.356 0 290 0 c 0\n 221 0 160 26 108 78 c 0\n 54 131 28 190 28 255 c 0\n 28 345.176 66.1141 397.706 126 434 c 1\n 46 434 l 2\n 39 434 34 439 32 449 c 1\n 32 459 37 464 46 465 c 2\n 352 465 l 1\n 352 481.88 347.295 496.116 344 506 c 0\n 343 509 339 516 334 526 c 0\n 325.132 541.962 300.742 566 274 566 c 1\n 261 564 l 2\n 243 560 224 548 206 526 c 0\n 186 506 169 495 153 495 c 0\n 124.91 495 106 515.472 106 542 c 0\n 106 579.91 150.169 606 195 606 c 0\n 238 606 272 600 297 589 c 1\n 329.715 575.803 367.398 538.777 374 490 c 1\n 378 438 l 1\n 206 437 l 2\n 177 437 146 418 116 380 c 0\n 84 341 69 299 69 253 c 0\n 69 219 92 190 140 166 c 0\n 186 141 243 129 308 129 c 0\n 391.335 129 494 161.199 494 237 c 0\n 494 278 463 298 402 298 c 1\n 402 369 419 433 454 490 c 0\n 496 559 553 594 624 594 c 0\n 800.03 594 883 477.533 883 291 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DB8\nEncoding: 3512 3512 1448\nWidth: 838\nVWidth: 1400\nFlags: W\nHStem: 0 166<361 398> 260 40<360 398> 372 32<411 417> 550 35<411 430> 554 40<177 189> 787 35<252 280>\nVStem: 29 47<345 375> 179 38<375 398> 235 30<504 511> 314 28<460 480> 488 27<461 474> 565 40<429 443> 713 50<369 372> 713 52<372 408>\nFore\n488 474 m 0\n 488 515.724 462.066 550 417 550 c 0\n 389.051 550 378.018 544.238 362 530 c 0\n 342 480 l 0\n 342 444.314 371.151 404 417 404 c 2\n 428 405 l 2\n 462.783 408.865 488 438.095 488 474 c 0\n413 372 m 0\n 361.903 372 324.806 411.375 314 460 c 1\n 314 535.9 349.666 585 421 585 c 0\n 455.908 585 468.866 579.24 497 566 c 0\n 541.662 546.859 577.433 520.091 596 475 c 0\n 602 458 605 443 605 431 c 0\n 605 401.576 605.735 401.364 596 378 c 0\n 591 364 583 351 571 337 c 1\n 550 310 522 289 488 275 c 1\n 461 265 425 260 382 260 c 0\n 294.536 260 179 298.569 179 375 c 1\n 181.488 428.855 214.263 452.397 233 490 c 1\n 235 504 l 1\n 235 511 231 522 222 534 c 0\n 214 548 202 554 187 554 c 0\n 165.512 554 155.878 544.727 143 537 c 1\n 130 526 116 511 102 492 c 1\n 85 463 76 431 76 395 c 2\n 76 351 l 2\n 76 342 80 330 88 314 c 0\n 125.467 239.066 257.598 166 380 166 c 0\n 433 166 479 172 519 185 c 1\n 543 191 572 204 605 225 c 1\n 632 240 654 259 673 282 c 2\n 684 301 l 1\n 697.668 324.665 705.051 354.616 714 383 c 1\n 765 382 l 1\n 765 349 l 0\n 764 343 763 339 763 337 c 0\n 763 328 760 316 754 299 c 1\n 743.919 262.996 715.748 196.942 692 160 c 0\n 683 146 671 132 658 119 c 0\n 596.701 57.7009 502.191 0 383 0 c 0\n 325 0 259 22 184 67 c 0\n 104 115 57 167 43 222 c 1\n 35.0366 260.036 30.5118 301.512 29 346 c 1\n 29 421.387 49.0984 482.148 81 530 c 0\n 97.6621 554.068 140.753 594 179 594 c 0\n 211.495 594 265 558.173 265 509 c 0\n 265 484.485 254.459 466.75 238 447 c 0\n 224 429 217 413 217 398 c 0\n 217 330.308 295.969 300 376 300 c 0\n 444.635 300 503.629 320.787 535 360 c 0\n 551.367 381.823 565 408.583 565 443 c 0\n 565 490.719 536.933 515.099 494 531 c 1\n 502.321 525.068 513.646 490.43 515 472 c 1\n 515 453 508 433 495 414 c 0\n 476 386 448 372 413 372 c 0\n713 372 m 1\n 713 405.471 713.979 458.104 709 483 c 0\n 709 496 707 508 704 517 c 0\n 702 526 697 537 689 552 c 1\n 663 607 639 647 616 670 c 0\n 587.719 700.852 546 724.185 502 747 c 0\n 479 758 450 768 414 779 c 1\n 376.281 787.927 330.86 791.859 286 788 c 1\n 262 787 l 2\n 253 787 244 786 234 783 c 1\n 190 778 159 772 142 766 c 1\n 122 762 95 750 61 730 c 1\n 42 757 l 1\n 107.072 792.788 179.443 821.768 280 822 c 1\n 318 822 l 2\n 373 822 418 817 455 806 c 0\n 476 801 496 794 512 784 c 0\n 555.115 764.838 634.111 705.135 661 674 c 1\n 696.777 638.947 744.791 548.856 757 485 c 1\n 760.269 447.602 762.963 409.629 763 369 c 1\n 713 372 l 1\nEndSplineSet\nEndChar\nStartChar: uni0DB9\nEncoding: 3513 3513 1449\nWidth: 860\nVWidth: 1400\nFlags: W\nHStem: 0 21G<539 573> 2 126<241 286> 241 28<437 469> 332 45<398 428> 415 23<406 430> 563 32<206 224> 567 32<426 449> 791 35<265 296>\nVStem: 31 38<287 337> 264 32<530 535> 291 34<206 219> 332 25<487 500> 486 25<495 506> 493 32<211 220> 550 27<456 469> 729 53<351 416>\nFore\n486 504 m 0\n 486 534.223 459.904 567 426 567 c 0\n 407 567 391 560 378 547 c 0\n 357 499 l 0\n 357 465.396 381.98 438 417 438 c 0\n 454.193 438 486 466.045 486 504 c 0\n497 134 m 0\n 508.153 134 522.284 133 535 133 c 1\n 542 135 547 136 550 137 c 0\n 593 144 625 156 646 171 c 128\n 667 186 691 217 720 263 c 1\n 727.064 278.602 732.453 295.881 737 314 c 1\n 750.784 314.118 764.344 314.011 777 313 c 1\n 769.136 223.87 749.877 156.805 713 89 c 0\n 698 61 676 39 650 24 c 0\n 609 0 591 -0 555 0 c 0\n 523 0 494 12 468 36 c 0\n 441 60 428 89 428 124 c 0\n 428 152.716 435.444 160.571 449 178 c 1\n 462.638 188.563 488.447 193.347 493 211 c 1\n 493 238.327 463.393 241 437 241 c 2\n 417 240 l 1\n 403 240 l 2\n 376 240 356 238 344 235 c 1\n 331 233 325 223 325 206 c 0\n 325 192.366 345.684 185.062 354 180 c 1\n 368.779 166.564 389 153.867 389 124 c 0\n 389 90 374 61 343 38 c 0\n 312 14 278 2 241 2 c 0\n 100.699 2 31 148.122 31 313 c 0\n 31 457.978 89.4836 595 217 595 c 0\n 249 595 274 581 291 554 c 1\n 296 535 l 1\n 296 529.666 285.374 492.846 282 478 c 1\n 282 472 283 466 286 461 c 0\n 308.828 410.077 345.574 377 409 377 c 0\n 477.635 377 550 409.291 550 468 c 1\n 545.412 510.177 536.784 531.614 501 548 c 1\n 506.012 535.678 509.628 521.962 511 506 c 1\n 511 456.366 472.458 415 421 415 c 0\n 370.555 415 332 449.154 332 500 c 0\n 332 546.914 371.253 577.101 411 593 c 1\n 424 597 437 599 449 599 c 0\n 512.815 599 577 536.954 577 469 c 0\n 577 385.422 496.219 332 408 332 c 0\n 376 332 344 344 312 369 c 128\n 280 394 259 424 249 460 c 1\n 244.642 477.009 248.978 495.267 255 507 c 1\n 261 520 264 529 264 532 c 0\n 264 542.292 248.128 557.106 238 560 c 0\n 231 562 222 563 209 563 c 0\n 105.971 563 69 436.864 69 301 c 0\n 69 223.03 104.047 186.43 167 158 c 1\n 213 140 l 1\n 239 132 263 128 286 128 c 128\n 309 128 329 132 346 141 c 1\n 349.497 146.246 355 151.026 355 158 c 0\n 355 164 344 173 323 184 c 1\n 302 194 291 206 291 219 c 0\n 291 249.562 321.504 267.579 354 271 c 2\n 403 274 l 1\n 426.481 273.815 448.611 272.277 469 269 c 1\n 482 269 494 264 505 255 c 1\n 518 247 525 235 525 220 c 0\n 525 208 515 196 494 184 c 0\n 475 174 464 165 462 158 c 1\n 464.23 151.23 467.383 145.383 472 141 c 1\n 484 138 492 136 497 134 c 0\n707 250 m 1\n 732.036 289.369 728.348 349.23 729 412 c 1\n 729 458 l 1\n 727 472 726 482 725 487 c 0\n 725 500 723 512 720 521 c 0\n 718 530 713 541 705 556 c 1\n 679 611 655 651 632 674 c 0\n 603.719 704.852 562 728.185 518 751 c 0\n 495 762 466 772 430 783 c 1\n 392.281 791.927 346.86 795.859 302 792 c 1\n 278 791 l 2\n 269 791 260 790 250 787 c 1\n 206 782 175 776 158 770 c 1\n 138 766 111 754 77 734 c 1\n 58 761 l 1\n 123.072 796.788 195.443 825.768 296 826 c 1\n 334 826 l 2\n 389 826 434 821 471 810 c 0\n 492 805 512 798 528 788 c 0\n 571.115 768.838 650.111 709.135 677 678 c 1\n 696 659 715 630 736 591 c 0\n 768.916 523.231 782 471.301 782 374 c 0\n 782 319 775 275 760 242 c 1\n 720 162 l 1\n 715.174 190.84 705.731 215.065 707 250 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DBA\nEncoding: 3514 3514 1450\nWidth: 886\nVWidth: 1400\nFlags: W\nHStem: 4 142<580 618> 448 27<500 620> 484 28<249 274> 572 37<641 662>\nVStem: 44 44<265 307> 766 35<483 506>\nDStem: 430 292 438 292 420 233 441 257\nFore\n254 512 m 0\n 308.504 512 332.389 496.935 372 470 c 1\n 313 401 361 448 361 448 c 1\n 331 472 298 484 262 484 c 128\n 226 484 189 467 151 433 c 0\n 109 396 88 354 88 307 c 0\n 88 272 104 238 137 205 c 0\n 173 168 216 149 266 149 c 2\n 299 149 l 0\n 305 150 309 151 311 151 c 0\n 328.519 151 329.99 152.268 347 160 c 0\n 380.088 171.454 411.486 198.944 420 233 c 1\n 430 292 l 1\n 438 292 l 1\n 441 257 l 1\n 443 247 449 232 459 214 c 0\n 469 194 489 178 520 164 c 1\n 550 152 583 146 618 146 c 1\n 727.085 157.099 756.691 193.041 779 295 c 1\n 780 312 l 1\n 780 351.575 758.346 375.654 736 398 c 0\n 709.542 419.647 709.087 426.547 669 438 c 0\n 652.083 443.639 626.401 448 604 448 c 2\n 470 448 l 1\n 469.469 459.825 468.525 471.772 470 483 c 1\n 482.566 545.831 572.778 609 660 609 c 0\n 737.415 609 801 574.138 801 504 c 0\n 801 456.126 787.789 437.519 751 420 c 1\n 768 406 l 1\n 791 374 l 1\n 811.057 337.533 829 295.4 829 244 c 0\n 829 211 827 186 822 168 c 0\n 818 150 808 128 792 103 c 0\n 744.633 31.0013 691.938 4 580 4 c 0\n 531.426 4 506.545 25.4552 477 55 c 1\n 457.721 81.4842 440.546 94.0025 436 140 c 1\n 434.399 120.824 421.675 101.377 412 86 c 1\n 391 60 l 2\n 370.815 36.1455 343.832 16.2715 301 5 c 1\n 272 2 l 1\n 251 3 l 2\n 246 3 238 5 226 10 c 1\n 111.978 40.9213 44 122.95 44 265 c 0\n 44 332 62 389 99 436 c 0\n 140 487 191 512 254 512 c 0\n643 572 m 0\n 567.59 572 521.779 536.707 500 475 c 1\n 630 475 l 1\n 658.293 475 697.547 458.668 722 449 c 1\n 733 447 l 1\n 756.015 447 766 470.033 766 494 c 0\n 766 504 765 510 764 512 c 1\n 752.058 554.992 704.411 572 643 572 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DBB\nEncoding: 3515 3515 1451\nWidth: 807\nVWidth: 1400\nFlags: W\nHStem: -3 133<370 419> 518 20G<388 417>\nVStem: 26 50<256 316> 674 54<310 327>\nFore\n72 130 m 0\n 65.272 138.971 45.6528 172.694 40 184 c 1\n 33.3432 206.01 27.9296 229.263 26 256 c 1\n 26 385.912 96.8724 467.931 188 517 c 1\n 272.659 558.081 362.144 592.7 441 640 c 1\n 471.777 660.102 505.491 680.621 531 705 c 1\n 612 784 l 2\n 621 793 631 805 642 821 c 0\n 659 845 677 861 696 869 c 1\n 717 873 l 1\n 745.007 873 756.922 858.003 764 835 c 1\n 766 820 763 802 754 782 c 0\n 746 762 734 743 717 725 c 0\n 686 692 648 665 603 643 c 1\n 567.393 628.658 463.569 590.573 395 576 c 1\n 427 576 l 2\n 440 576 449 575 454 574 c 1\n 502.93 574 587.615 539.872 616 522 c 0\n 675.641 485.446 728 404.583 728 312 c 0\n 728 209.877 699.711 158.843 648 100 c 0\n 617 63 580 37 538 20 c 0\n 531 17 522 14 511 12 c 0\n 482.113 1.49578 446.658 -3 402 -3 c 1\n 335 0 l 1\n 271 6 221 17 185 33 c 0\n 72 130 l 0\n370 130 m 0\n 459.052 130 491.537 136.461 542 168 c 1\n 589 195 620 216 635 233 c 1\n 661 259 674 290 674 327 c 1\n 675 347 l 1\n 675 451.4 589.298 509.426 495 530 c 1\n 470.662 534.329 444.99 537.324 417 538 c 1\n 388 538 l 2\n 347 538 314 535 288 528 c 0\n 261 522 232 511 201 494 c 2\n 163 472 l 2\n 130.846 452.707 110.869 430.19 92 391 c 1\n 83.7173 368.949 77.4694 344.864 76 316 c 1\n 76 296 80 276 88 254 c 0\n 99 223 107 216 124 202 c 1\n 147 187 183 171 232 154 c 0\n 281 138 327 130 370 130 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DBD\nEncoding: 3517 3517 1452\nWidth: 830\nVWidth: 1400\nFlags: W\nHStem: -158 66<449 475> 268 54<511 539> 420 27<307 384 307 537> 568 28<382 432>\nVStem: 31 138<240 270> 356 30<360 372> 675 20<393 423>\nFore\n695 393 m 0\n 695 298.023 613.528 268 511 268 c 1\n 457.396 270.495 421.715 268.793 386 298 c 1\n 366 314 356 335 356 360 c 0\n 356 381 365 400 384 419 c 1\n 308 420 l 2\n 296 420 289 425 288 435 c 1\n 293.68 440.299 298.474 445.947 307 448 c 1\n 537 447 l 1\n 554 444 l 2\n 557 444 560 441 562 434 c 1\n 562 423.201 550.786 420.969 537 419 c 1\n 417 420 l 1\n 399.06 412.824 386 397.596 386 372 c 1\n 390.146 329.772 447.759 328.958 495 323 c 1\n 533 322 l 2\n 613.104 322 675 343.946 675 413 c 0\n 675 472 655 512 614 534 c 0\n 574 557 504 568 405 568 c 0\n 300.852 568 242.639 505.887 199 427 c 0\n 179 390 169 337 169 270 c 0\n 169 215 174 171 186 140 c 0\n 196 108 220 68 256 20 c 0\n 289 -24 324 -53 359 -67 c 1\n 405 -84 443 -92 473 -92 c 0\n 502 -92 535 -89 570 -82 c 0\n 605 -76 638 -59 667 -31 c 1\n 695.919 -3.21593 725.386 24.2819 729 78 c 1\n 729 120.17 697.484 160.688 680 190 c 1\n 699 210 l 1\n 727.152 168.155 753.132 122.592 761 60 c 1\n 757.679 23.4732 750.152 3.63128 732 -27 c 24\n 720 -47 693 -72 693 -72 c 2\n 660 -109 616 -133 562 -144 c 2\n 518 -152 l 2\n 493 -156 470 -158 449 -158 c 2\n 416 -157 l 1\n 363.33 -148.212 318.109 -139.741 277 -114 c 1\n 238 -93 203 -67 172 -34 c 0\n 118 21 81 68 61 106 c 0\n 41 146 31 191 31 242 c 1\n 34.2325 316.909 34.2911 369.353 72 421 c 1\n 105.775 479.168 190.877 552.277 266 576 c 0\n 304 590 346 596 392 596 c 0\n 517 596 598 582 636 555 c 1\n 675 529 695 475 695 393 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DC0\nEncoding: 3520 3520 1453\nWidth: 838\nVWidth: 1400\nFlags: W\nHStem: 0 166<359 411> 422 30<239 361> 542 45<233 247> 791 35<249 280>\nVStem: 43 49<222 314> 361 33<422 453> 709 57<374 487>\nFore\n92 314 m 0\n 92 194.482 242.895 166 380 166 c 0\n 433 166 479 172 519 185 c 1\n 567.272 197.068 641.238 241.415 673 282 c 0\n 691 306 706 339 718 382 c 1\n 765 382 l 1\n 765 349 l 0\n 764 343 763 339 763 337 c 0\n 763 328 760 316 754 299 c 1\n 743.919 262.996 715.748 196.942 692 160 c 0\n 683 146 671 132 658 119 c 0\n 596.701 57.7009 502.191 0 383 0 c 0\n 313 0 243 19 173 56 c 1\n 86 101 43 156 43 222 c 2\n 43 293 l 1\n 45.0092 319.79 46.0356 344.071 56 364 c 0\n 61 375 71 384 82 396 c 0\n 101.103 416.467 126.628 425.822 152 438 c 1\n 178.202 445.486 203.706 452 239 452 c 2\n 361 453 l 1\n 361 501.15 297.797 542 247 542 c 0\n 225 542 210 536 203 525 c 1\n 196.159 503.808 177.951 498.095 159 490 c 1\n 138 488 l 2\n 115.318 488 97 503.146 97 526 c 0\n 97 555.12 119.993 570.997 144 579 c 1\n 162.956 583.377 182.291 587.376 203 590 c 1\n 233 587 l 1\n 255.491 587 291.566 570.217 312 560 c 0\n 340.71 544.34 359.539 530.245 378 495 c 0\n 389 474 394 450 394 422 c 1\n 323 422 l 2\n 272 422 235 419 210 414 c 1\n 157.614 407.241 133.38 393.608 108 359 c 0\n 97 344 92 329 92 314 c 0\n724 356 m 1\n 713.281 389.4 706.471 431.587 710 476 c 1\n 709 487 l 1\n 709 500 707 512 704 521 c 0\n 702 530 697 541 689 556 c 1\n 663 611 639 651 616 674 c 0\n 587.719 704.852 546 728.185 502 751 c 0\n 479 762 450 772 414 783 c 1\n 376.281 791.927 330.86 795.859 286 792 c 1\n 262 791 l 2\n 253 791 244 790 234 787 c 1\n 190 782 159 776 142 770 c 1\n 122 766 95 754 61 734 c 1\n 42 761 l 1\n 107.072 796.788 179.443 825.768 280 826 c 1\n 318 826 l 2\n 373 826 418 821 455 810 c 0\n 476 805 496 798 512 788 c 0\n 555.115 768.838 634.111 709.135 661 678 c 1\n 680 659 699 630 720 591 c 0\n 752.916 523.231 766 471.301 766 374 c 1\n 724 356 l 1\nEndSplineSet\nEndChar\nStartChar: uni0DC1\nEncoding: 3521 3521 1454\nWidth: 973\nVWidth: 1400\nFlags: W\nHStem: -1 151<292 320> 44 19<663 712> 44 30<708 718> 209 30<718 736> 463 137<574 610> 554 36<286 301>\nVStem: 31 61<292 330> 492 43<211 247> 591 36<106 116> 830 47<257 317>\nFore\n768 56 m 1\n 786.458 85.5426 800.284 119.716 812 156 c 1\n 794.737 181.894 765.127 209 724 209 c 2\n 713 208 l 2\n 672.105 204.282 642.142 182.605 634 148 c 0\n 629 132 627 119 627 108 c 0\n 627 90 633 77 646 68 c 1\n 663 63 l 1\n 676.474 63 700.53 74 712 74 c 0\n 729 74 738 73 741 72 c 1\n 768 56 l 1\n587 463 m 0\n 474.223 463 407.217 430.546 388 343 c 1\n 406 343 427 338 451 329 c 1\n 487.943 317.178 517.857 286.429 530 250 c 0\n 533 238 535 225 535 211 c 0\n 535 199 534 191 533 187 c 1\n 533 176 531 165 528 156 c 1\n 519 108 494 70 450 42 c 0\n 408 13 360 -1 308 -1 c 2\n 292 -1 l 1\n 257.163 3.09842 222.701 9.2378 198 21 c 0\n 180.503 30.5436 179.86 29.4502 166 41 c 2\n 129 73 l 2\n 94 104 69 137 54 172 c 0\n 39 206 31 246 31 292 c 0\n 31 341 38 382 52 416 c 0\n 65 450 88 485 121 520 c 0\n 138 538 165 555 200 570 c 1\n 249 585 l 1\n 272.961 589.357 273.083 590 301 590 c 0\n 329 590 365 583 409 569 c 1\n 409 537 l 1\n 374.937 545.604 339.246 552.58 298 554 c 1\n 223.791 554 193.204 535.204 153 495 c 0\n 112 455 91 408 91 355 c 1\n 92 330 l 1\n 92 270 119 221 172 184 c 0\n 206.452 159.118 242.3 150 300 150 c 0\n 391.548 150 459.667 171.31 488 230 c 1\n 492 247 l 1\n 492 280.554 456.306 311.339 428 317 c 1\n 403.416 321.696 377.307 318.178 354 315 c 1\n 354 378 375 439 417 499 c 0\n 465 566 524 600 594 600 c 0\n 772.845 600 877 502.191 877 317 c 0\n 877 281.604 871.891 246.793 867 215 c 1\n 859 170 828 100 773 4 c 1\n 763.179 18.732 734.085 44 708 44 c 0\n 675.75 44 651.967 25.5025 632 4 c 1\n 617.237 34.0172 591 74.8443 591 114 c 0\n 591 143 597 169 609 190 c 0\n 626.574 217.825 669.249 239 718 239 c 0\n 737 239 755 236 770 229 c 0\n 785 224 801 211 820 190 c 1\n 824.237 211.429 827.646 233.687 830 257 c 1\n 830 309.643 813.826 342.035 784 375 c 0\n 758 406 732 428 705 441 c 0\n 677.21 451.689 630.334 463 587 463 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DC2\nEncoding: 3522 3522 1455\nWidth: 886\nVWidth: 1400\nFlags: W\nHStem: 2 136<437 472.781> 2 141<286 437> 216 15<323 575> 219 14<574 582> 347 17<323 554> 437 32<529 609> 440 31<292 395> 557 58<255 294> 572 44<660 678>\nVStem: 53 49<270 292> 221 20<283 300> 395 33<469 486.599> 492 37<438 469> 628 19<283 290> 804 43<270 289>\nFore\n325 347 m 2\n 282.52 347 241 330.951 241 289 c 0\n 241 269 247 254 259 244 c 1\n 273 235 295 231 325 231 c 2\n 574 233 l 2\n 601.783 233 628 261.055 628 290 c 0\n 628 315.531 612.195 326.642 590 337 c 0\n 575 344 560 347 543 347 c 2\n 325 347 l 2\n733 452 m 1\n 767.101 455.925 781.344 468.088 784 501 c 1\n 784 547.957 722.572 572 666 572 c 0\n 629 572 597 561 570 540 c 0\n 543 518 529 494 529 469 c 1\n 576.791 468.785 630.036 473.316 673 466 c 1\n 696.083 466 721.024 460.554 733 452 c 1\n255 615 m 0\n 349.013 615 428 564.655 428 469 c 2\n 428 457 l 1\n 426 440 l 1\n 327 440 l 2\n 198.771 440 102 401.528 102 286 c 0\n 102 240 120 205 157 180 c 0\n 183 163 226 151 286 143 c 1\n 309.314 143 412.997 138 437 138 c 1\n 586 138 l 1\n 593 140 597 141 600 142 c 0\n 716.565 152.928 804 185.078 804 289 c 0\n 804 340 785 380 748 409 c 1\n 692.691 391.976 639.168 373.165 586 354 c 1\n 603.597 348.346 616.633 347.871 629 334 c 1\n 643 313 l 1\n 647 285 l 1\n 647 244.447 615.329 219 575 219 c 2\n 355 216 l 2\n 304 216 269 222 249 234 c 1\n 230 247 221 268 221 298 c 0\n 221 346.248 285.63 364 339 364 c 2\n 554 364 l 1\n 730 421 l 1\n 707.964 432.018 695.701 437 665 437 c 1\n 607.844 437.843 547.232 435.233 492 438 c 1\n 492 467 498 496 511 524 c 0\n 535.289 574.447 602.6 616 676 616 c 0\n 742.682 616 790.818 584.91 813 535 c 1\n 817.663 518.997 822.221 502.887 824 484 c 1\n 824 450.402 805.088 436.779 776 423 c 1\n 807.534 401.424 847 329.881 847 273 c 0\n 847 126.796 752.284 54.7903 619 21 c 0\n 562.928 8.06028 490.033 2 424 2 c 0\n 210.149 2 53 77.718 53 272 c 0\n 53 395.238 160.898 471 299 471 c 2\n 395 470 l 1\n 395 528.34 361.809 557 294 557 c 0\n 275 557 256 551 236 539 c 0\n 197 514 174 501 166 498 c 1\n 142.868 498 122 513.247 122 543 c 0\n 122 554 125 563 130 570 c 0\n 155.104 609.748 193.556 615 255 615 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DC3\nEncoding: 3523 3523 1456\nWidth: 886\nVWidth: 1400\nFlags: W\nHStem: 0 145<590 624> 0 151<254 288> 440 30<61 378> 557 58<238 277> 572 44<646 661>\nVStem: 47 38<252 290> 378 35<470 487> 442 0<271 288> 475 37<438 469> 767 39<485 501> 787 47<246 289>\nFore\n787 289 m 0\n 787 372.185 731.277 437 648 437 c 1\n 590.844 437.843 530.232 435.233 475 438 c 1\n 475 467 481 496 494 524 c 0\n 518.519 574.924 585.585 616 659 616 c 0\n 725.682 616 773.818 584.91 796 535 c 1\n 803 513 806 496 806 485 c 0\n 806 449.929 786.647 434.043 757 420 c 1\n 764 420 778 401 800 363 c 1\n 823 318 834 279 834 246 c 0\n 834 113.778 747.297 0 613 0 c 0\n 516.922 0 470.661 43.0162 445 120 c 1\n 442 140 l 1\n 434 106 l 1\n 416.415 57.6422 377.228 23.0086 326 7 c 0\n 309 2 290 0 268 0 c 0\n 133.342 0 47 112.3 47 252 c 0\n 47 351.353 69.8531 392.846 134 435 c 1\n 61 435 l 1\n 44.7742 439.348 46.0683 466.88 61 470 c 1\n 378 470 l 1\n 378 528.34 344.809 557 277 557 c 0\n 258 557 239 551 219 539 c 0\n 180 514 157 501 149 498 c 1\n 125.868 498 105 513.247 105 543 c 0\n 105 554 108 563 113 570 c 0\n 138.104 609.748 176.556 615 238 615 c 0\n 328.595 615 413 559.696 413 471 c 2\n 413 453 l 1\n 409 440 l 1\n 215 440 l 2\n 190 440 163 428 136 403 c 0\n 102 373 85 335 85 290 c 0\n 85 255 102 224 136 194 c 0\n 170 166 216 151 274 151 c 2\n 302 151 l 2\n 328 151 346 153 357 156 c 1\n 385.747 160.423 420.63 196.01 432 222 c 0\n 439 236 442 259 442 288 c 2\n 442 275 l 2\n 442 263.041 450.115 236.435 455 223 c 0\n 459 215 468 203 482 188 c 0\n 497 172 514 160 534 153 c 1\n 555 148 580 145 609 145 c 0\n 711.902 145 787 189.955 787 289 c 0\n716 452 m 1\n 749.084 455.447 764.43 467.938 767 501 c 1\n 767 547.957 705.572 572 649 572 c 0\n 612 572 580 561 553 540 c 0\n 526 518 512 494 512 469 c 1\n 559.791 468.785 613.036 473.316 656 466 c 1\n 679.083 466 704.024 460.554 716 452 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DC4\nEncoding: 3524 3524 1457\nWidth: 973\nVWidth: 1400\nFlags: W\nHStem: -1 26<634 651> 1 130<260 289> 561 44<221 238>\nVStem: 29 59<238 287> 453 66<174 222> 801 91<182 288>\nFore\n283 1 m 0\n 157.271 1 72.7997 67.9564 40 170 c 1\n 34.6147 190.948 30.3344 213.001 29 238 c 1\n 29 272.844 42.0978 306.274 52 334 c 1\n 75.6084 394.988 170.208 462 263 462 c 1\n 291.014 460.681 315.652 455.985 339 450 c 1\n 336.753 467.23 335.1 484.038 329 497 c 0\n 314.889 526.985 286.917 561 242 561 c 2\n 233 561 l 2\n 220 561 208 554 199 541 c 0\n 172 504 158 485 155 484 c 2\n 135 474 l 2\n 124.065 466.71 101.644 479.142 95 488 c 0\n 89 496 86 505 86 516 c 0\n 86 562.122 161.453 605 221 605 c 0\n 288 605 334 572 360 506 c 1\n 366.608 492.275 374.425 479.758 376 461 c 1\n 376 456 376 450 374 444 c 0\n 374 437 370 428 365 415 c 1\n 341.923 421.593 315.677 429 287 429 c 2\n 276 429 l 1\n 223.815 421.976 172.107 409.926 143 386 c 1\n 106 361 88 328 88 287 c 0\n 88 193.371 162.389 139.965 261 131 c 1\n 273 131 l 2\n 315 131 356 140 394 160 c 0\n 434 178 453 199 453 222 c 0\n 453 263.928 439.353 287.477 401 296 c 1\n 391.887 296.113 383.666 295.334 375 295 c 1\n 373.288 346.593 370.134 384.804 391 423 c 1\n 399 449 425 480 468 515 c 0\n 518 555 567 578 614 584 c 1\n 635 585 l 1\n 649 586 l 2\n 782.018 586 854.513 488.85 883 366 c 0\n 889 338 892 312 892 288 c 2\n 892 252 l 1\n 884.892 215.307 887.025 203.889 869 157 c 1\n 835.908 55.8062 773.229 15.4854 651 -1 c 1\n 605.023 -1 570.748 22.7653 542 50 c 1\n 541 54 l 1\n 543 56 547 56 552 53 c 0\n 577.755 39.264 607.053 25 644 25 c 0\n 657 25 667 26 675 29 c 1\n 743.839 44.7839 786.741 102.578 801 182 c 1\n 801 304.209 730.81 453 612 453 c 2\n 586 452 l 2\n 570.314 452 542.008 444 530 444 c 0\n 525 442 513 439 494 434 c 1\n 442.985 422.663 402 394.779 402 338 c 1\n 403 319 l 1\n 444.402 316.238 473.317 292.731 493 266 c 1\n 501.932 250.386 517.951 209.44 519 174 c 1\n 519 74.6395 400.543 1 283 1 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DC5\nEncoding: 3525 3525 1458\nWidth: 830\nVWidth: 1400\nFlags: W\nHStem: -208 48<418 495> 126 66<477 504> 431 39<473 691> 510 104<439 464>\nVStem: 26 153<159 188> 230 39<370 419> 658 33<431 466> 756 32<53 110> 756 33<81 110>\nFore\n452 614 m 0\n 577.3 614 652.841 587.59 682 504 c 1\n 687.668 482.335 690.589 457.922 691 431 c 1\n 546 433 l 1\n 441 436 l 2\n 383.82 436 323.489 425.645 269 419 c 1\n 269 284.203 342.488 209.674 462 194 c 2\n 477 192 l 1\n 497 192 l 2\n 591.043 192 669.016 234.078 685 314 c 1\n 687.239 331.406 683.283 346.374 681 362 c 1\n 681 366 685 369 692 371 c 0\n 701 372 706 369 707 361 c 1\n 709.711 342.39 714.497 322.587 712 302 c 1\n 712 249 688 206 640 174 c 0\n 591 142 537 126 478 126 c 2\n 454 127 l 2\n 386.685 127 337.016 159.649 302 198 c 0\n 263.48 239.643 236.164 296.034 230 370 c 1\n 230.023 383.023 230.263 396.263 229 408 c 1\n 205 400 193 338 183 290 c 24\n 175 249 180 225 179 184 c 16\n 177 108 210 12 270 -57 c 0\n 332 -126 406 -160 495 -160 c 0\n 564 -160 622 -140 669 -99 c 0\n 727 -50 756 20 756 110 c 0\n 756 124 753 136 748 146 c 1\n 743 160 737 172 728 182 c 0\n 721.675 188.325 734.738 201.236 737 204 c 1\n 740 206 744 204 751 198 c 1\n 762 177 l 1\n 780 145 789 113 789 82 c 2\n 789 70 l 2\n 789 66 788 60 788 53 c 0\n 783.226 36.2924 784.97 36.9191 779 21 c 1\n 731.533 -146.96 631.418 -208 418 -208 c 0\n 313 -208 221 -172 143 -101 c 128\n 65 -30 26 57 26 159 c 0\n 26 315.139 98.3501 413.565 230 446 c 1\n 239 474 l 1\n 251.34 500.819 261.028 520.263 284 542 c 1\n 325.702 587.328 373.722 614 452 614 c 0\n453 510 m 0\n 419.985 510 400.338 515.98 393 549 c 1\n 396 571 l 1\n 327.328 559.381 293.229 519.838 271 452 c 1\n 334.241 462.427 401.099 469.234 473 471 c 1\n 564 470 l 1\n 607 470 l 2\n 619 470 636 469 658 466 c 1\n 658 502.124 635.875 530.808 606 540 c 0\n 592 544 575 546 554 546 c 0\n 542 546 525 540 504 528 c 0\n 485 516 468 510 453 510 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DC6\nEncoding: 3526 3526 1459\nWidth: 973\nVWidth: 1400\nFlags: W\nHStem: 0 17<598 602> 415 176<650 673> 443 151<279 313>\nVStem: 40 59<238 292> 803 88<213 278>\nFore\n673 591 m 0\n 790.858 591 859.819 485.472 883 366 c 1\n 887.498 338.497 890.362 309.363 891 278 c 1\n 891 229.367 885.655 190.309 869 157 c 0\n 821.844 57.2467 741.524 0 600 0 c 1\n 559 0 l 1\n 534 1 l 1\n 522.123 0.00544191 507.262 3.32621 501 5 c 1\n 501 29 l 1\n 531.172 22.8387 562.787 18.1199 598 17 c 1\n 617 17 644 22 676 30 c 0\n 710 40 738 57 761 83 c 1\n 781.821 110.977 798.107 150.972 803 199 c 1\n 803 213 l 2\n 803 264 788 310 757 352 c 128\n 726 394 691 415 650 415 c 1\n 622 412 l 1\n 587 404 557 385 532 356 c 0\n 493 264 l 1\n 477 264 l 1\n 477 296.711 470.154 309.691 457 336 c 0\n 441 370 420 396 395 413 c 0\n 364 433 331 443 297 443 c 0\n 219.023 443 142.699 387.47 115 322 c 0\n 104 298 99 269 99 238 c 0\n 99 111.107 202.51 45.9404 327 22 c 1\n 364.492 19.4792 400.411 24.0344 434 28 c 1\n 430 6 l 1\n 390 3 l 1\n 346 2 l 2\n 283.58 2 252.785 10.0231 207 32 c 0\n 111.252 77.1641 40 162.058 40 292 c 0\n 40 372 62 441 107 500 c 0\n 156 563 216 594 289 594 c 0\n 377 594 442 553 483 471 c 1\n 515.383 539.364 578.34 591 673 591 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DCA\nEncoding: 3530 3530 1460\nWidth: 0\nVWidth: 1400\nFlags: W\nVStem: -646 27<489 773.869 807 856> -535 45<836 842>\nFore\n-646 489 m 1\n -648 610 -643 739 -647 856 c 1\n -647 856 -657 875 -662 879 c 24\n -679 893 -688 889 -704 882 c 16\n -714 878 -723 869 -732 876 c 24\n -740 882 -739 894 -732 901 c 16\n -716 915 -697 911 -674 911 c 8\n -656 911 -636 900 -625 891 c 1\n -611 910 -587 922 -552 918 c 1\n -519.96 906.349 -490 883.673 -490 836 c 0\n -490 799 -503 776 -530 760 c 8\n -549 749 -581 753 -601 762 c 24\n -608 765 -618 774 -618 774 c 1\n -619 504 l 1\n -646 489 l 1\n-619 807 m 1\n -613 790 -596 780 -576 780 c 16\n -545 780 -535 809 -535 836 c 8\n -535 869 -551 891 -582 891 c 0\n -601 891 -609 880 -618 864 c 1\n -619 807 l 1\nEndSplineSet\nEndChar\nStartChar: uni0DCF\nEncoding: 3535 3535 1461\nWidth: 432\nVWidth: 1400\nFlags: W\nHStem: 563 42<105 133>\nVStem: 220 116<227 354>\nFore\n3 477 m 1\n 3 544.118 60.0369 605 133 605 c 2\n 158 604 l 2\n 164 604 173 602 185 598 c 0\n 257.413 578.429 306.729 531.469 321 454 c 1\n 332.918 385.251 334.273 305.94 336 227 c 1\n 336 197 334 176 331 164 c 1\n 326.141 128.945 305.294 100.175 290 73 c 1\n 263 45 l 1\n 218.49 4.54913 119.846 -14.4718 65 26 c 1\n 48.08 43.5243 32.2905 56.1609 21 81 c 0\n 18 90 17 99 16 108 c 2\n 16 130 l 1\n 31 130 l 1\n 32 117 35 107 39 100 c 128\n 43 93 49 84 58 74 c 0\n 65.5343 66.4657 78.5794 57.5944 88 51 c 1\n 98.8542 47.1876 111.124 44.791 125 44 c 1\n 140 44 157 49 174 59 c 1\n 189.182 69.6807 208.393 98.0589 211 119 c 1\n 214.793 196.54 215.347 277.319 220 354 c 1\n 220 380 219 401 217 417 c 1\n 217 431 213 455 205 488 c 128\n 197 521 174 544 137 557 c 0\n 125 561 114 563 105 563 c 0\n 78.6351 563 53.4692 547.292 42 532 c 0\n 36 523 29 505 21 476 c 1\n 3 477 l 1\nEndSplineSet\nEndChar\nStartChar: uni0DD0\nEncoding: 3536 3536 1462\nWidth: 380\nVWidth: 1400\nFlags: W\nHStem: -234 65<240 358> 379 31<16 249>\nVStem: 36 131<-16 52>\nFore\n17 410 m 1\n 308 410 l 1\n 221.778 327.993 172.566 213.22 167 52 c 1\n 167 23 170 -2 177 -23 c 0\n 183 -46 196 -70 217 -95 c 1\n 255 -144 302 -169 358 -169 c 2\n 379 -168 l 1\n 380.309 -170.357 381.423 -172.911 382 -176 c 1\n 375 -187 354 -200 317 -217 c 0\n 290 -228 265 -234 240 -234 c 1\n 189.582 -228.958 160.174 -222.368 121 -194 c 0\n 68.832 -158.306 36 -96.9114 36 -16 c 0\n 36 28 50 75 77 125 c 1\n 164 270 l 1\n 181 293 209 330 249 379 c 1\n 16 379 l 1\n 9 382 l 1\n 5 386 -2 398 3 396 c 0\n 3 396 8 408 17 410 c 1\nEndSplineSet\nEndChar\nStartChar: uni0DD1\nEncoding: 3537 3537 1463\nWidth: 420\nVWidth: 1400\nFlags: W\nHStem: -237 66<302 349> 256 33<116 224>\nVStem: 15 148<-21 54>\nDStem: 132 369 210 405 40 265 116 289\nFore\n302 -237 m 0\n 212.743 -237 186.418 -230.279 132 -194 c 1\n 65.9963 -152.313 15 -106.439 15 -21 c 0\n 15 8 21 36 33 64 c 0\n 45 90 76 129 125 179 c 1\n 153.678 208.989 188.308 233.026 224 256 c 1\n 40 256 l 1\n 40 265 l 1\n 132 369 l 1\n 96.1271 370.794 54.0783 366.412 23 373 c 1\n 23 373 17 379 15 386 c 1\n 15 391 17 396 22 400 c 1\n 42 406 l 1\n 210 405 l 1\n 116 289 l 1\n 315 290 l 1\n 286 269 l 1\n 264 249 l 2\n 234 222 210 192 191 160 c 0\n 172 127 163 92 163 54 c 2\n 163 35 l 1\n 167 10 l 1\n 182.32 -78.4378 212.202 -123.119 281 -157 c 1\n 304 -166 326 -171 349 -171 c 0\n 364.408 -171 382.305 -169.424 396 -166 c 2\n 437 -159 l 2\n 446 -157 452 -160 457 -169 c 1\n 459 -177 455 -184 446 -189 c 1\n 405.022 -208.598 359.586 -237 302 -237 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DD2\nEncoding: 3538 3538 1464\nWidth: 0\nVWidth: 1400\nFlags: W\nHStem: 905 76<-533 -498> 908 73<-564 -532>\nVStem: -787 34<823 837> -294 33<825 840>\nFore\n-294 831 m 0\n -294 859.179 -311.557 883.065 -333 892 c 1\n -366 902 l 1\n -377 904 -392 905 -409 905 c 2\n -533 908 l 2\n -593.279 908 -673.083 901.822 -710 886 c 1\n -734.93 879.531 -748.935 851.438 -753 825 c 1\n -753 809 -746 795 -733 782 c 1\n -710.702 766.296 -688.777 750.225 -665 736 c 1\n -677 725 l 1\n -684 725 -689 727 -692 730 c 1\n -746 764 l 1\n -773 784 -787 808 -787 837 c 0\n -787 846 -785 858 -781 874 c 1\n -771 905 -754 928 -730 941 c 1\n -671 968 -605 981 -532 981 c 0\n -481 981 -443 978 -417 973 c 1\n -321 944 l 1\n -284.008 928.425 -261 892.731 -261 838 c 0\n -261 815 -271 792 -290 770 c 0\n -311.963 746.939 -339.947 732.282 -378 735 c 1\n -379 756 l 1\n -361 757 l 2\n -320.165 757 -294 785.415 -294 831 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DD3\nEncoding: 3539 3539 1465\nWidth: 0\nVWidth: 1400\nFlags: W\nHStem: 743 21G<-343 -306.471> 916 71<-577 -505>\nVStem: -752 34<823 837> -416 29<820 829> -270 29<820 839>\nFore\n-324 885 m 0\n -355.635 885 -387 858.433 -387 824 c 0\n -387 790.121 -362.532 768.031 -328 766 c 0\n -297.131 764.071 -270 794.82 -270 827 c 0\n -270 856.926 -291.675 885 -324 885 c 0\n-241 825 m 0\n -241 778.044 -280.942 743 -332 743 c 0\n -354 743 -374 751 -390 768 c 0\n -408 784 -416 803 -416 825 c 0\n -416 856 -404 881 -381 900 c 1\n -409.944 914.101 -463.081 913.108 -505 916 c 1\n -555 916 l 2\n -602 916 -640 906 -672 886 c 0\n -702 865 -718 845 -718 825 c 0\n -718 809 -711 795 -698 782 c 1\n -675.702 766.296 -653.776 750.225 -630 736 c 1\n -642 725 l 1\n -649 725 -654 727 -657 730 c 1\n -711 764 l 1\n -738 784 -752 808 -752 837 c 0\n -752 889 -733 928 -694 954 c 0\n -643 987 -612 987 -550 987 c 2\n -463 986 l 1\n -434 986 l 2\n -426 986 -415 985 -400 982 c 1\n -369 982 -342 973 -318 956 c 1\n -277.748 929.749 -241 890.731 -241 825 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DD4\nEncoding: 3540 3540 1466\nWidth: 0\nVWidth: 1400\nFlags: W\nHStem: -262 34<-649 -98> -262 40<-272.546 -132> -262 95<-420 -98> -49 37<-660 -647>\nVStem: -787 43<-135 -127> -132 34<-222 296>\nFore\n-744 -132 m 0\n -744 -178.467 -713.379 -202.645 -675 -221 c 1\n -661 -226 -649 -228 -638 -228 c 2\n -614 -228 l 2\n -585 -228 -544 -214 -489 -187 c 0\n -462 -174 -437 -167 -414 -167 c 0\n -396 -167 -364 -179 -319 -204 c 0\n -297 -216 -277 -222 -260 -222 c 2\n -132 -222 l 1\n -132 224 l 1\n -98 296 l 1\n -98 -262 l 1\n -677 -262 l 2\n -740.91 -262 -787 -196.166 -787 -129 c 0\n -787 -57.5495 -728.766 -12 -658 -12 c 2\n -630 -13 l 1\n -618.554 -16.5545 -608.613 -21.6129 -599 -27 c 1\n -600 -64 l 1\n -623 -52 l 1\n -647 -49 l 1\n -698.096 -49 -744 -79.5531 -744 -132 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DD6\nEncoding: 3542 3542 1467\nWidth: 0\nVWidth: 1400\nFlags: W\nHStem: -248 39<-654 -636> -195 59<-366 -348> -57 33<-654 -636>\nVStem: -797 41<-122 -115> -143 40<-200 287>\nFore\n-756 -117 m 0\n -756 -173.077 -706.397 -209 -646 -209 c 0\n -603 -209 -555 -197 -502 -172 c 0\n -448 -148 -400 -136 -357 -136 c 0\n -323.041 -136 -288.413 -142.566 -259 -149 c 1\n -242.328 -153.631 -216.673 -159.664 -204 -166 c 2\n -186 -179 l 2\n -174 -188 -160 -195 -143 -200 c 1\n -142 221 l 1\n -103 287 l 1\n -103 -239 l 1\n -135 -249 l 1\n -141 -244 -172 -234 -229 -218 c 0\n -286 -203 -327 -195 -354 -195 c 0\n -387 -195 -422 -200 -460 -211 c 0\n -553 -236 -613 -248 -641 -248 c 0\n -719.836 -248 -797 -199.634 -797 -118 c 0\n -797 -68.2384 -715.893 -24 -652 -24 c 0\n -620.244 -24 -605.206 -33.8969 -585 -44 c 1\n -596 -69 l 1\n -612 -61 -630 -57 -650 -57 c 0\n -689.4 -57 -756 -80.6696 -756 -117 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DD8\nEncoding: 3544 3544 1468\nWidth: 501\nVWidth: 1400\nFlags: W\nHStem: 41 48<182 194.805> 286 50<167 197> 560 42<161 179>\nVStem: 13 59<130 148> 288 79<253 322>\nFore\n167 336 m 0\n 213.384 336 249.083 321.151 286 305 c 1\n 289.709 333.624 292.388 363.279 294 394 c 1\n 294 410 292 427 288 445 c 1\n 286 461 280 478 269 495 c 0\n 244 538 208 560 163 560 c 0\n 150 560 138 558 129 555 c 0\n 112.358 551.302 79.9455 533.901 62 524 c 1\n 34 502 l 1\n 24 520 l 1\n 30 530 36 539 43 545 c 0\n 85.2818 579.594 117.76 602 179 602 c 0\n 207 602 235 596 262 584 c 0\n 316.746 562.102 336.122 498.997 354 440 c 0\n 362 407 367 368 367 322 c 0\n 367 301 363 251 355 174 c 1\n 344.983 113.213 315.427 50.7363 292 -2 c 1\n 251 20 l 1\n 232.148 29.4259 205.923 41 182 41 c 0\n 167.564 41 138.702 32.5799 123 28 c 1\n 110 23 96 14 83 2 c 1\n 54.2801 17.5831 36.7775 48.9937 23 80 c 1\n 16 105 13 127 13 146 c 0\n 13 181 21 215 37 247 c 0\n 56 283 86 310 125 328 c 0\n 138 333 152 336 167 336 c 0\n270 56 m 1\n 281.855 115.811 287.457 181.876 288 253 c 1\n 263.003 267.582 234.635 286 197 286 c 1\n 141.839 282.554 105.069 262.932 86 219 c 1\n 77 194 72 165 72 132 c 0\n 72 104 80 78 96 55 c 1\n 113.523 77.3958 146.08 84.9157 182 89 c 1\n 206.841 89 228.307 79.7523 248 71 c 1\n 270 56 l 1\nEndSplineSet\nEndChar\nStartChar: uni0DD9\nEncoding: 3545 3545 1469\nWidth: 652\nVWidth: 1400\nFlags: W\nHStem: 0 130<320 354> 224 37<337 354> 447 39<328 368> 594 28<339 386>\nVStem: 33 53<299 324> 206 36<345 360> 428 41<347 360> 546 71<239 288>\nFore\n206 347 m 0\n 206 430.434 283.152 486 368 486 c 0\n 453 486 506 472 561 414 c 24\n 610 362 617 313 617 239 c 0\n 617 169 588 111 529 65 c 0\n 474 22 408 0 331 0 c 0\n 203.018 0 98.5748 81.3254 55 183 c 0\n 40 218 33 256 33 299 c 0\n 33 387 65 463 130 526 c 0\n 194 590 271 622 362 622 c 0\n 448.707 622 487.192 605.366 542 567 c 1\n 522 555 l 1\n 456 581 l 1\n 421 590 391 594 364 594 c 0\n 289 594 224 567 168 512 c 0\n 114 457 86 394 86 322 c 0\n 86 205.12 201.97 130 334 130 c 0\n 443.657 130 546 188.708 546 288 c 0\n 546 368.105 535.056 405.166 487 434 c 0\n 466 445 444 451 419 451 c 1\n 443.151 434.28 469 388.853 469 347 c 1\n 464.659 303.587 454.637 278.044 423 254 c 0\n 398 234 369 224 338 224 c 1\n 260.229 229.168 206 271.517 206 347 c 0\n428 358 m 0\n 428 407.702 380.892 447 328 447 c 0\n 304 447 284 438 267 419 c 0\n 242 391 242 379 242 354 c 0\n 242 301.272 287.812 261 342 261 c 0\n 391.205 261 428 306.929 428 358 c 0\nEndSplineSet\nEndChar\nStartChar: uni0DDF\nEncoding: 3551 3551 1470\nWidth: 648\nVWidth: 1400\nFlags: W\nHStem: -2 54<346 356> 318 30<192 206> 559 38<152 162 175 182> 562 39<307 319>\nVStem: 42 56<461 479> 222 36<495 513> 278 22<420 431> 439 139<301 350>\nFore\n192 348 m 0\n 238.452 348 278 373.876 278 420 c 0\n 278 440 275 455 270 466 c 128\n 265 477 249 486 222 495 c 1\n 222 559.174 249.986 601 309 601 c 0\n 371 601 431 574 490 519 c 128\n 549 464 578 401 578 328 c 0\n 578 239 556 161 512 96 c 0\n 467 31 415 -2 354 -2 c 0\n 308 -2 270 18 241 58 c 2\n 225 80 l 1\n 221.347 91.0139 218.638 102.972 217 116 c 1\n 229 118 l 1\n 229 105 233 95 240 88 c 1\n 243 83 253 76 269 65 c 1\n 302 55 l 1\n 346 52 l 1\n 376 52 394 78 415 124 c 128\n 436 170 439 243 439 334 c 0\n 439 447.571 409.33 562 317 562 c 0\n 289.631 562 258 540.915 258 510 c 1\n 292.909 501.273 300 464.371 300 420 c 0\n 300 391 289 367 268 348 c 1\n 248 328 223 318 192 318 c 0\n 109.457 318 42 383.734 42 468 c 0\n 42 535.414 87.2242 597 154 597 c 2\n 175 598 l 2\n 194.301 598 206.794 578.984 202 567 c 1\n 196 561 189 558 180 558 c 2\n 162 559 l 2\n 155 559 149 558 144 555 c 0\n 128 547 116 535 108 519 c 1\n 101 501 98 483 98 464 c 0\n 98 405.199 132.95 348 192 348 c 0\nEndSplineSet\nEndChar\nStartChar: uni1E00\nEncoding: 7680 7680 1471\nWidth: 667\nHStem: -235 44<323 347> -104 44<323 347.5> 0 20 219 78<216 448> 709 20<277 397 397 397>\nVStem: 247 44<-159 -135.5> 379 44<-159.5 -135.5>\nRef: 730 730 N 1 0 0 1 168 -814\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E01\nEncoding: 7681 7681 1472\nWidth: 556\nHStem: -258 44<334 358> -127 44<334 358.5> -23 73<199.5 247> 462 77<237 309.5>\nVStem: 42 87<107.5 161.5> 258 44<-182 -158.5> 389 83<165 259 259 259 362 384 384 396> 390 44<-182.5 -158.5>\nRef: 730 730 N 1 0 0 1 179 -837\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E02\nEncoding: 7682 7682 1473\nWidth: 667\nHStem: 0 82<172 416> 333 82<172 399> 647 82<79 377> 801 104<299 403>\nVStem: 79 93<0 333 0 647> 299 104<801 905> 498 93<527 546> 530 93<191 225>\nRef: 729 729 N 1 0 0 1 184 189\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E03\nEncoding: 7683 7683 1474\nWidth: 556\nHStem: -23 78<258.5 328.5> 461 78<263 329.5> 709 20<54 137 137 137> 789 104<236.5 340.5>\nVStem: 54 83<196.5 319.5 453 729> 236.5 104<789 893> 436 87<195.5 317.5>\nRef: 729 729 N 1 0 0 1 121.5 177\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E04\nEncoding: 7684 7684 1475\nWidth: 667\nHStem: -164 104<191.5 295.5> 0 82<172 416> 333 82<172 399> 647 82<79 377>\nVStem: 79 93<0 333 0 647> 191.5 104<-164 -60> 498 93<527 546> 530 93<191 225>\nRef: 729 729 N 1 0 0 1 76.5 -776\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E05\nEncoding: 7685 7685 1476\nWidth: 556\nHStem: -187 104<243 347> -23 78<258.5 328.5> 461 78<263 329.5> 709 20<54 137 137 137>\nVStem: 54 83<196.5 319.5 453 729> 243 104<-187 -83> 436 87<195.5 317.5>\nRef: 729 729 N 1 0 0 1 128 -799\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E06\nEncoding: 7686 7686 1477\nWidth: 667\nHStem: -130 70<106.5 380.5> 0 82<172 416> 333 82<172 399> 647 82<79 377>\nVStem: 79 93<0 333 0 647> 498 93<527 546> 530 93<191 225>\nRef: 175 175 N 1 0 0 1 78.5 -761\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E07\nEncoding: 7687 7687 1478\nWidth: 556\nHStem: -153 70<158 432> -23 78<258.5 328.5> 461 78<263 329.5> 709 20<54 137 137 137>\nVStem: 54 83<196.5 319.5 453 729> 436 87<195.5 317.5>\nRef: 175 175 N 1 0 0 1 130 -784\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E08\nEncoding: 7688 7688 1479\nWidth: 722\nHStem: -214 41<331.5 359.5> -91 149<346 366.5> 659 82<332 400> 929 20<447 560 560 560>\nVStem: 48 93<285 414.5> 398 75<-141 -116.5>\nRef: 180 180 N 1 0 0 1 259 209\nRef: 199 199 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E09\nEncoding: 7689 7689 1480\nWidth: 500\nHStem: -214 41<216.5 244.5> -91 144<231 251.5> 462 77<217.5 298> 727 20<330 443 443 443>\nVStem: 31 87<200.5 318> 283 75<-141 -116.5>\nRef: 180 180 N 1 0 0 1 142 7\nRef: 231 231 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0A\nEncoding: 7690 7690 1481\nWidth: 722\nHStem: 0 82<182 354 354 370> 647 82<182 354 182 182> 801 104<326 430>\nVStem: 89 93<82 647> 326 104<801 905> 574 93<272 457>\nRef: 729 729 N 1 0 0 1 211 189\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0B\nEncoding: 7691 7691 1482\nWidth: 556\nHStem: -23 78<220 290> 461 78<219.5 286> 709 20<412 495 495 495> 789 104<208.5 312.5>\nVStem: 26 87<197 319> 208.5 104<789 893> 412 83<195.5 318.5 458 729>\nRef: 729 729 N 1 0 0 1 93.5 177\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0C\nEncoding: 7692 7692 1483\nWidth: 722\nHStem: -164 104<177.5 281.5> 0 82<182 354 354 370> 647 82<182 354 182 182>\nVStem: 89 93<82 647> 177.5 104<-164 -60> 574 93<272 457>\nRef: 729 729 N 1 0 0 1 62.5 -776\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0D\nEncoding: 7693 7693 1484\nWidth: 556\nHStem: -187 104<202 306> -23 78<220 290> 461 78<219.5 286> 709 20<412 495 495 495>\nVStem: 26 87<197 319> 202 104<-187 -83> 412 83<195.5 318.5 458 729>\nRef: 729 729 N 1 0 0 1 87 -799\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0E\nEncoding: 7694 7694 1485\nWidth: 722\nHStem: -130 70<92.5 366.5> 0 82<182 354 354 370> 647 82<182 354 182 182>\nVStem: 89 93<82 647> 574 93<272 457>\nRef: 175 175 N 1 0 0 1 64.5 -761\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0F\nEncoding: 7695 7695 1486\nWidth: 556\nHStem: -153 70<117 391> -23 78<220 290> 461 78<219.5 286> 709 20<412 495 495 495>\nVStem: 26 87<197 319> 412 83<195.5 318.5 458 729>\nRef: 175 175 N 1 0 0 1 89 -784\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E10\nEncoding: 7696 7696 1487\nWidth: 722\nHStem: -206.867 41<190.5 219> -83.8667 91<210.5 226> 0 82<182 354 354 370> 647 82<182 354 182 182>\nVStem: 89 93<82 647> 257.5 75<-133.867 -109.367> 574 93<272 457>\nRef: 184 184 N 1 0 0 1 45.5 7.13333\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E11\nEncoding: 7697 7697 1488\nWidth: 556\nHStem: -229.867 41<215 243.5> -106.867 91<235 250.5> -23 78<220 290> 461 78<219.5 286> 709 20<412 495 495 495>\nVStem: 26 87<197 319> 282 75<-156.867 -132.367> 412 83<195.5 318.5 458 729>\nRef: 184 184 N 1 0 0 1 70 -15.8667\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E12\nEncoding: 7698 7698 1489\nWidth: 722\nHStem: -80 20<182 277 277 277> 0 82<182 354 354 370> 647 82<182 354 182 182>\nVStem: 89 93<82 647> 574 93<272 457>\nRef: 710 710 N 1 0 0 1 66 -801\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E13\nEncoding: 7699 7699 1490\nWidth: 556\nHStem: -103 20<206.5 301.5 301.5 301.5> -23 78<220 290> 461 78<219.5 286> 709 20<412 495 495 495>\nVStem: 26 87<197 319> 412 83<195.5 318.5 458 729>\nRef: 710 710 N 1 0 0 1 90.5 -824\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E14\nEncoding: 7700 7700 1491\nWidth: 667\nHStem: 0 82<183 613> 332 82<183 580> 647 82<90 595> 830 70<208 482> 1088 20<166 279 279 279>\nVStem: 90 93<0 332 0 647>\nRef: 96 96 N 1 0 0 1 144 368\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E15\nEncoding: 7701 7701 1492\nWidth: 556\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 631 70<148 422> 889 20<106 219 219 219>\nVStem: 40 87<232 255> 424 89<234 308>\nRef: 96 96 N 1 0 0 1 84 169\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E16\nEncoding: 7702 7702 1493\nWidth: 667\nHStem: 0 82<183 613> 332 82<183 580> 647 82<90 595> 830 70<208 482> 1088 20<411 524 524 524>\nVStem: 90 93<0 332 0 647>\nRef: 180 180 N 1 0 0 1 223 368\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E17\nEncoding: 7703 7703 1494\nWidth: 556\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 631 70<148 422> 889 20<351 464 464 464>\nVStem: 40 87<232 255> 424 89<234 308>\nRef: 180 180 N 1 0 0 1 163 169\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E18\nEncoding: 7704 7704 1495\nWidth: 667\nHStem: -80 20<304 399 399 399> 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647>\nRef: 710 710 N 1 0 0 1 188 -801\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E19\nEncoding: 7705 7705 1496\nWidth: 556\nHStem: -103 20<230.5 325.5 325.5 325.5> -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320>\nRef: 710 710 N 1 0 0 1 114.5 -824\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1A\nEncoding: 7706 7706 1497\nWidth: 667\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647>\nRef: 732 732 N 1 0 0 1 189.5 -777\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1B\nEncoding: 7707 7707 1498\nWidth: 556\nHStem: -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320>\nRef: 732 732 N 1 0 0 1 116 -800\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1C\nEncoding: 7708 7708 1499\nWidth: 667\nHStem: -207 41<313 341.5> -84 91<333 348.5> 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183> 801 69<314.5 370> 916 20<192 251 251 251 434 493 493 493>\nVStem: 90 93<82 332 414 647> 380 75<-134 -109.5>\nRef: 728 728 N 1 0 0 1 177 204\nRef: 552 552 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1D\nEncoding: 7709 7709 1500\nWidth: 556\nHStem: -230 41<239 267.5> -107 91<259 274.5> -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320> 599 69<252 307.5> 714 20<129.5 188.5 188.5 188.5 371.5 430.5 430.5 430.5>\nVStem: 306 75<-157 -132.5>\nRef: 728 728 N 1 0 0 1 114.5 2\nRef: 553 553 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1E\nEncoding: 7710 7710 1501\nWidth: 611\nHStem: 0 20 332 82<183 531> 647 82<183 579 183 183> 801 104<282.5 386.5>\nVStem: 90 93<0 332 414 647> 282.5 104<801 905>\nRef: 729 729 N 1 0 0 1 167.5 189\nRef: 70 70 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1F\nEncoding: 7711 7711 1502\nWidth: 278\nHStem: 0 20 456 68<18 88 171 258> 659 73<210 219.5> 792 104<159 263>\nVStem: 88 83<0 456 524 606> 159 104<792 896>\nRef: 729 729 N 1 0 0 1 44 180\nRef: 102 102 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E20\nEncoding: 7712 7712 1503\nWidth: 778\nHStem: -23 82<361 427.5> 303 82<405 627> 659 82<349.5 448.5> 801 70<257 531>\nVStem: 44 93<317 422.5> 627 82<93 93 283 303 303 303>\nRef: 175 175 N 1 0 0 1 229 170\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E21\nEncoding: 7713 7713 1504\nWidth: 556\nHStem: -218 70<239 283.5> -23 77<217.5 278> 462 77<216.5 285.5> 599 70<115 389>\nVStem: 29 87<210 321> 412 77<448 524>\nRef: 175 175 N 1 0 0 1 87 -32\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E22\nEncoding: 7714 7714 1505\nWidth: 722\nHStem: 332 82<176 551> 709 20<83 176 551 644> 801 104<311.5 415.5>\nVStem: 83 94<0 332 0 729> 311.5 104<801 905> 551 93<0 729>\nRef: 729 729 N 1 0 0 1 196.5 189\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E23\nEncoding: 7715 7715 1506\nWidth: 556\nHStem: 0 20 466 73<284 308.5> 709 20<70 153 153 153> 789 104<59 163>\nVStem: 59 104<789 893> 70 83<0 289 452 729> 403 83<0 363 363 381.5>\nRef: 729 729 N 1 0 0 1 -56 177\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E24\nEncoding: 7716 7716 1507\nWidth: 722\nHStem: -164 104<311.5 415.5> 332 82<176 551> 709 20<83 176 551 644>\nVStem: 83 94<0 332 0 729> 311.5 104<-164 -60> 551 93<0 729>\nRef: 729 729 N 1 0 0 1 196.5 -776\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E25\nEncoding: 7717 7717 1508\nWidth: 556\nHStem: -164 104<226 330> 0 20 466 73<284 308.5> 709 20<70 153 153 153>\nVStem: 70 83<0 289 452 729> 226 104<-164 -60> 403 83<0 363 363 381.5>\nRef: 729 729 N 1 0 0 1 111 -776\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E26\nEncoding: 7718 7718 1509\nWidth: 722\nHStem: 332 82<176 551> 709 20<83 176 551 644> 801 103<230.5 334.5 392.5 496.5>\nVStem: 83 94<0 332 0 729> 230.5 104<801 904> 392.5 104<801 904> 551 93<0 729>\nRef: 168 168 N 1 0 0 1 200.5 189\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E27\nEncoding: 7719 7719 1510\nWidth: 556\nHStem: 0 20 466 73<284 308.5> 709 20<70 153 153 153> 789 103<145 249 307 411>\nVStem: 70 83<0 289 452 729> 145 104<789 892> 307 104<789 892> 403 83<0 363 363 381.5>\nRef: 168 168 N 1 0 0 1 115 177\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E28\nEncoding: 7720 7720 1511\nWidth: 722\nHStem: -206.867 41<91 119.5> -83.8667 91<111 126.5> 332 82<176 551> 709 20<83 176 551 644>\nVStem: 83 94<0 332 0 729> 158 75<-133.867 -109.367> 551 93<0 729>\nRef: 184 184 N 1 0 0 1 -54 7.13333\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E29\nEncoding: 7721 7721 1512\nWidth: 556\nHStem: -206.867 41<73 101.5> -83.8667 91<93 108.5> 0 20 466 73<284 308.5> 709 20<70 153 153 153>\nVStem: 70 83<0 289 452 729> 140 75<-133.867 -109.367> 403 83<0 363 363 381.5>\nRef: 184 184 N 1 0 0 1 -72 7.13333\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2A\nEncoding: 7722 7722 1513\nWidth: 722\nHStem: -195 69<335.5 391> -80 20<213 272 272 272 455 514 514 514> 332 82<176 551> 709 20<83 176 551 644>\nVStem: 83 94<0 332 0 729> 551 93<0 729>\nRef: 728 728 N 1 0 0 1 198 -792\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2B\nEncoding: 7723 7723 1514\nWidth: 556\nHStem: -195 69<250 305.5> -80 20<127.5 186.5 186.5 186.5 369.5 428.5 428.5 428.5> 0 20 466 73<284 308.5> 709 20<70 153 153 153>\nVStem: 70 83<0 289 452 729> 403 83<0 363 363 381.5>\nRef: 728 728 N 1 0 0 1 112.5 -792\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2C\nEncoding: 7724 7724 1515\nWidth: 278\nHStem: 0 20 709 20<100 194 194 194>\nVStem: 100 94<0 729>\nRef: 732 732 N 1 0 0 1 -15 -777\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2D\nEncoding: 7725 7725 1516\nWidth: 222\nHStem: 0 21<67 150> 504 20<67 150> 709 20<66 150>\nVStem: 67 83<0 524 624 729>\nRef: 732 732 N 1 0 0 1 -53.5 -777\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2E\nEncoding: 7726 7726 1517\nWidth: 278\nHStem: 0 21<100 193> 709 20<100 193> 804 103<9 113 171 275> 1095 20<208 321 321 321>\nVStem: 100 93<0 729>\nRef: 180 180 N 1 0 0 1 20 375\nRef: 207 207 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2F\nEncoding: 7727 7727 1518\nWidth: 278\nHStem: 0 21<94 177> 504 20<94 177> 605 103<3 107 165 269> 896 20<202 315 315 315>\nVStem: 94 83<0 524>\nRef: 180 180 N 1 0 0 1 14 176\nRef: 239 239 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E30\nEncoding: 7728 7728 1519\nWidth: 667\nHStem: 0 20 709 20<79 172 172 172 535 655 655 655> 929 20<433 546 546 546>\nVStem: 79 93<0 255 360 729>\nRef: 180 180 N 1 0 0 1 245 209\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E31\nEncoding: 7729 7729 1520\nWidth: 500\nHStem: 0 20 709 20<58 141 141 141> 917 20<165 278 278 278>\nVStem: 58 83<0 204 302 729>\nRef: 180 180 N 1 0 0 1 -23 197\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E32\nEncoding: 7730 7730 1521\nWidth: 667\nHStem: -164 104<316.5 420.5> 0 20 709 20<79 172 172 172 535 655 655 655>\nVStem: 79 93<0 255 360 729> 316.5 104<-164 -60>\nRef: 729 729 N 1 0 0 1 201.5 -776\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E33\nEncoding: 7731 7731 1522\nWidth: 500\nHStem: -164 104<228 332> 0 20 709 20<58 141 141 141>\nVStem: 58 83<0 204 302 729> 228 104<-164 -60>\nRef: 729 729 N 1 0 0 1 113 -776\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E34\nEncoding: 7732 7732 1523\nWidth: 667\nHStem: -130 70<231.5 505.5> 0 20 709 20<79 172 172 172 535 655 655 655>\nVStem: 79 93<0 255 360 729>\nRef: 175 175 N 1 0 0 1 203.5 -761\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E35\nEncoding: 7733 7733 1524\nWidth: 500\nHStem: -130 70<143 417> 0 20 709 20<58 141 141 141>\nVStem: 58 83<0 204 302 729>\nRef: 175 175 N 1 0 0 1 115 -761\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E36\nEncoding: 7734 7734 1525\nWidth: 556\nHStem: -164 104<254.5 358.5> 0 82<173 533> 709 20<80 173 173 173>\nVStem: 80 93<82 729> 254.5 104<-164 -60>\nRef: 729 729 N 1 0 0 1 139.5 -776\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E37\nEncoding: 7735 7735 1526\nWidth: 222\nHStem: -164 104<58 162> 0 20 709 20<68 152 152 152>\nVStem: 58 104<-164 -60> 68 84<0 729>\nRef: 729 729 N 1 0 0 1 -57 -776\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E38\nEncoding: 7736 7736 1527\nWidth: 556\nHStem: -164 104<254.5 358.5> 0 82<173 533> 709 20<80 173 173 173> 801 70<-11 263>\nVStem: 80 93<82 729> 254.5 104<-164 -60>\nRef: 175 175 N 1 0 0 1 -39 170\nRef: 7734 7734 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E39\nEncoding: 7737 7737 1528\nWidth: 222\nHStem: -164 104<58 162> 0 20 709 20<68 152 152 152> 789 70<-27 247>\nVStem: 58 104<-164 -60> 68 84<0 729>\nRef: 175 175 N 1 0 0 1 -55 158\nRef: 7735 7735 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3A\nEncoding: 7738 7738 1529\nWidth: 556\nHStem: -130 70<169.5 443.5> 0 82<173 533> 709 20<80 173 173 173>\nVStem: 80 93<82 729>\nRef: 175 175 N 1 0 0 1 141.5 -761\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3B\nEncoding: 7739 7739 1530\nWidth: 222\nHStem: -130 70<-27 247> 0 20 709 20<68 152 152 152>\nVStem: 68 84<0 729>\nRef: 175 175 N 1 0 0 1 -55 -761\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3C\nEncoding: 7740 7740 1531\nWidth: 556\nHStem: -80 20<259 354 354 354> 0 82<173 533> 709 20<80 173 173 173>\nVStem: 80 93<82 729>\nRef: 710 710 N 1 0 0 1 143 -801\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3D\nEncoding: 7741 7741 1532\nWidth: 222\nHStem: -80 20<62.5 157.5 157.5 157.5> 0 20 709 20<68 152 152 152>\nVStem: 68 84<0 729>\nRef: 710 710 N 1 0 0 1 -53.5 -801\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3E\nEncoding: 7742 7742 1533\nWidth: 833\nHStem: 0 20 709 20<75 204 204 204 632 761 761 761> 929 20<484 597 597 597>\nVStem: 75 88<0 611> 673 88<0 611 611 611>\nRef: 180 180 N 1 0 0 1 296 209\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3F\nEncoding: 7743 7743 1534\nWidth: 833\nHStem: 0 21<70 154 374 458 678 762> 466 73<277 308 581 610> 504 20<70 147> 727 20<525 638 638 638>\nVStem: 70 77<0 524> 70 84<0 337> 374 84<0 337> 678 84<0 393>\nRef: 180 180 N 1 0 0 1 337 7\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E40\nEncoding: 7744 7744 1535\nWidth: 833\nHStem: 0 20 709 20<75 204 204 204 632 761 761 761> 801 104<366 470>\nVStem: 75 88<0 611> 366 104<801 905> 673 88<0 611 611 611>\nRef: 729 729 N 1 0 0 1 251 189\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E41\nEncoding: 7745 7745 1536\nWidth: 833\nHStem: 0 21<70 154 374 458 678 762> 466 73<277 308 581 610> 504 20<70 147> 599 104<407 511>\nVStem: 70 77<0 524> 70 84<0 337> 374 84<0 337> 407 104<599 703> 678 84<0 393>\nRef: 729 729 N 1 0 0 1 292 -13\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E42\nEncoding: 7746 7746 1537\nWidth: 833\nHStem: -164 104<366 470> 0 20 709 20<75 204 204 204 632 761 761 761>\nVStem: 75 88<0 611> 366 104<-164 -60> 673 88<0 611 611 611>\nRef: 729 729 N 1 0 0 1 251 -776\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E43\nEncoding: 7747 7747 1538\nWidth: 833\nHStem: -164 104<364 468> 0 21<70 154 374 458 678 762> 466 73<277 308 581 610> 504 20<70 147>\nVStem: 70 77<0 524> 70 84<0 337> 364 104<-164 -60> 374 84<0 337> 678 84<0 393>\nRef: 729 729 N 1 0 0 1 249 -776\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E44\nEncoding: 7748 7748 1539\nWidth: 722\nHStem: 0 20 709 20<76 177 177 177 558 646 646 646> 801 104<309 413>\nVStem: 76 88<0 591> 309 104<801 905> 558 88<133 729>\nRef: 729 729 N 1 0 0 1 194 189\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E45\nEncoding: 7749 7749 1540\nWidth: 556\nHStem: 0 21<70 154 404 487> 466 73<296 321> 504 20<70 147> 599 104<226.5 330.5>\nVStem: 70 77<0 524> 70 84<0 305> 226.5 104<599 703> 404 83<0 396>\nRef: 729 729 N 1 0 0 1 111.5 -13\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E46\nEncoding: 7750 7750 1541\nWidth: 722\nHStem: -164 104<309 413> 0 20 709 20<76 177 177 177 558 646 646 646>\nVStem: 76 88<0 591> 309 104<-164 -60> 558 88<133 729>\nRef: 729 729 N 1 0 0 1 194 -776\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E47\nEncoding: 7751 7751 1542\nWidth: 556\nHStem: -164 104<226.5 330.5> 0 21<70 154 404 487> 466 73<296 321> 504 20<70 147>\nVStem: 70 77<0 524> 70 84<0 305> 226.5 104<-164 -60> 404 83<0 396>\nRef: 729 729 N 1 0 0 1 111.5 -776\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E48\nEncoding: 7752 7752 1543\nWidth: 722\nHStem: -130 70<224 498> 0 20 709 20<76 177 177 177 558 646 646 646>\nVStem: 76 88<0 591> 558 88<133 729>\nRef: 175 175 N 1 0 0 1 196 -761\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E49\nEncoding: 7753 7753 1544\nWidth: 556\nHStem: -130 70<141.5 415.5> 0 21<70 154 404 487> 466 73<296 321> 504 20<70 147>\nVStem: 70 77<0 524> 70 84<0 305> 404 83<0 396>\nRef: 175 175 N 1 0 0 1 113.5 -761\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4A\nEncoding: 7754 7754 1545\nWidth: 722\nHStem: -80 20<313.5 408.5 408.5 408.5> 0 20 709 20<76 177 177 177 558 646 646 646>\nVStem: 76 88<0 591> 558 88<133 729>\nRef: 710 710 N 1 0 0 1 197.5 -801\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4B\nEncoding: 7755 7755 1546\nWidth: 556\nHStem: -80 20<231 326 326 326> 0 21<70 154 404 487> 466 73<296 321> 504 20<70 147>\nVStem: 70 77<0 524> 70 84<0 305> 404 83<0 396>\nRef: 710 710 N 1 0 0 1 115 -801\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4C\nEncoding: 7756 7756 1547\nWidth: 778\nHStem: -23 82<390 407> 659 82<389 407> 812 67<453 463> 850 66<320 329> 1104 20<502 615 615 615>\nVStem: 38 93<359 378> 649 93<328 378>\nRef: 180 180 N 1 0 0 1 314 384\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4D\nEncoding: 7757 7757 1548\nWidth: 556\nHStem: -23 77<273 277> 462 77<257 277> 613 67<336 346> 651 66<203 212> 905 20<385 498 498 498>\nVStem: 36 87<258 282> 423 87<232 282>\nRef: 180 180 N 1 0 0 1 197 185\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4E\nEncoding: 7758 7758 1549\nWidth: 778\nHStem: -23 82<390 407> 659 82<389 407> 812 67<453 463> 850 66<320 329> 976 103<303 407 465 569>\nVStem: 38 93<359 378> 303 104<976 1079> 465 104<976 1079> 649 93<328 378>\nRef: 168 168 N 1 0 0 1 273 364\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4F\nEncoding: 7759 7759 1550\nWidth: 556\nHStem: -23 77<273 277> 462 77<257 277> 613 67<336 346> 651 66<203 212> 777 103<186 290 348 452>\nVStem: 36 87<258 282> 186 104<777 880> 348 104<777 880> 423 87<232 282>\nRef: 168 168 N 1 0 0 1 156 165\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E50\nEncoding: 7760 7760 1551\nWidth: 778\nHStem: -23 82<390 407> 659 82<389 407> 830 70<253 527> 1088 20<211 324 324 324>\nVStem: 38 93<359 378> 649 93<328 378>\nRef: 96 96 N 1 0 0 1 189 368\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E51\nEncoding: 7761 7761 1552\nWidth: 556\nHStem: -23 77<273 277> 462 77<259 277> 631 70<136 410> 889 20<94 207 207 207>\nVStem: 36 87<258 282> 423 87<232 282>\nRef: 96 96 N 1 0 0 1 72 169\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E52\nEncoding: 7762 7762 1553\nWidth: 778\nHStem: -23 82<390 407> 659 82<389 407> 830 70<253 527> 1088 20<456 569 569 569>\nVStem: 38 93<359 378> 649 93<328 378>\nRef: 180 180 N 1 0 0 1 268 368\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E53\nEncoding: 7763 7763 1554\nWidth: 556\nHStem: -23 77<273 277> 462 77<259 277> 631 70<136 410> 889 20<339 452 452 452>\nVStem: 36 87<258 282> 423 87<232 282>\nRef: 180 180 N 1 0 0 1 151 169\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E54\nEncoding: 7764 7764 1555\nWidth: 667\nHStem: 0 20 309 82<184 378 378 413> 647 82<184 378 184 184> 929 20<307.5 420.5 420.5 420.5>\nVStem: 91 93<0 309 391 647> 520 97<481.5 559>\nRef: 180 180 N 1 0 0 1 119.5 209\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E55\nEncoding: 7765 7765 1556\nWidth: 556\nHStem: -23 78<277 301> 461 78<277 302> 504 20<54 131> 727 20<364 477 477 477>\nVStem: 54 77<-218 524> 54 84<-218 55 -218 279> 436 87<229 279>\nRef: 180 180 N 1 0 0 1 176 7\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E56\nEncoding: 7766 7766 1557\nWidth: 667\nHStem: 0 20 309 82<184 378 378 413> 647 82<184 378 184 184> 801 104<189.5 293.5>\nVStem: 91 93<0 309 391 647> 189.5 104<801 905> 520 97<481.5 559>\nRef: 729 729 N 1 0 0 1 74.5 189\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E57\nEncoding: 7767 7767 1558\nWidth: 556\nHStem: -23 78<277 301> 461 78<277 302> 504 20<54 131> 599 104<246 350>\nVStem: 54 77<-218 524> 54 84<-218 55 -218 279> 246 104<599 703> 436 87<229 279>\nRef: 729 729 N 1 0 0 1 131 -13\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E58\nEncoding: 7768 7768 1559\nWidth: 722\nHStem: 0 20 314 82<186 411 411 426> 647 82<186 411 186 186> 801 104<209 313>\nVStem: 93 93<0 314 396 647> 209 104<801 905> 554 97<492.5 543>\nRef: 729 729 N 1 0 0 1 94 189\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E59\nEncoding: 7769 7769 1560\nWidth: 333\nHStem: 0 21<69 153> 451 88<289 321> 504 20<69 146> 599 104<143 247>\nVStem: 69 77<0 524> 69 84<0 289> 143 104<599 703>\nRef: 729 729 N 1 0 0 1 28 -13\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5A\nEncoding: 7770 7770 1561\nWidth: 722\nHStem: -164 104<334 438> 0 20 314 82<186 411 411 426> 647 82<186 411 186 186>\nVStem: 93 93<0 314 396 647> 334 104<-164 -60> 554 97<492.5 543>\nRef: 729 729 N 1 0 0 1 219 -776\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5B\nEncoding: 7771 7771 1562\nWidth: 333\nHStem: -164 104<59 163> 0 21<69 153> 451 88<289 321> 504 20<69 146>\nVStem: 59 104<-164 -60> 69 77<0 524> 69 84<0 289>\nRef: 729 729 N 1 0 0 1 -56 -776\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5C\nEncoding: 7772 7772 1563\nWidth: 722\nHStem: -164 104<334 438> 0 20 314 82<186 411 411 426> 647 82<186 411 186 186> 801 70<124 398>\nVStem: 93 93<0 314 396 647> 334 104<-164 -60> 554 97<492.5 543>\nRef: 175 175 N 1 0 0 1 96 170\nRef: 7770 7770 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5D\nEncoding: 7773 7773 1564\nWidth: 333\nHStem: -164 104<59 163> 0 21<69 153> 451 88<289 321> 504 20<69 146> 599 70<152 426>\nVStem: 59 104<-164 -60> 69 77<0 524> 69 84<0 289>\nRef: 175 175 N 1 0 0 1 124 -32\nRef: 7771 7771 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5E\nEncoding: 7774 7774 1565\nWidth: 722\nHStem: -130 70<249 523> 0 20 314 82<186 411 411 426> 647 82<186 411 186 186>\nVStem: 93 93<0 314 396 647> 554 97<492.5 543>\nRef: 175 175 N 1 0 0 1 221 -761\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5F\nEncoding: 7775 7775 1566\nWidth: 333\nHStem: -130 70<-26 248> 0 21<69 153> 451 88<289 321> 504 20<69 146>\nVStem: 69 77<0 524> 69 84<0 289>\nRef: 175 175 N 1 0 0 1 -54 -761\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E60\nEncoding: 7776 7776 1567\nWidth: 667\nHStem: -23 82<302.5 371.5> 663 78<277 384> 801 104<277 381>\nVStem: 70 93<512 577> 277 104<801 905> 528 93<171.5 219.5>\nRef: 729 729 N 1 0 0 1 162 189\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E61\nEncoding: 7777 7777 1568\nWidth: 500\nHStem: -23 77<227.5 286.5> 462 77<211 278.5> 599 104<196 300>\nVStem: 47 87<364.5 407> 196 104<599 703> 372 87<111.5 155>\nRef: 729 729 N 1 0 0 1 81 -13\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E62\nEncoding: 7778 7778 1569\nWidth: 667\nHStem: -187 104<284 388> -23 82<302.5 371.5> 663 78<277 384>\nVStem: 70 93<512 577> 284 104<-187 -83> 528 93<171.5 219.5>\nRef: 729 729 N 1 0 0 1 169 -799\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E63\nEncoding: 7779 7779 1570\nWidth: 500\nHStem: -187 104<191 295> -23 77<227.5 286.5> 462 77<211 278.5>\nVStem: 47 87<364.5 407> 191 104<-187 -83> 372 87<111.5 155>\nRef: 729 729 N 1 0 0 1 76 -799\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E64\nEncoding: 7780 7780 1571\nWidth: 667\nHStem: -23 82<302.5 371.5> 663 78<277 384> 999 104<366.5 470.5>\nVStem: 70 93<512 577> 366.5 104<999 1103> 528 93<171.5 219.5>\nRef: 729 729 N 1 0 0 1 251.5 387\nRef: 346 346 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E65\nEncoding: 7781 7781 1572\nWidth: 500\nHStem: -23 77<229 259> 462 77<225 259> 720 20<275 388> 800 104<279.5 383.5>\nVStem: 47 87<376 394> 279.5 104<800 904> 372 87<134 145>\nRef: 729 729 N 1 0 0 1 164.5 188\nRef: 347 347 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E66\nEncoding: 7782 7782 1573\nWidth: 667\nHStem: -23 82<302.5 371.5> 663 78<277 384> 1000 104<280.5 384.5>\nVStem: 70 93<512 577> 280.5 104<1000 1104> 528 93<171.5 219.5>\nRef: 729 729 N 1 0 0 1 165.5 388\nRef: 352 352 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E67\nEncoding: 7783 7783 1574\nWidth: 500\nHStem: -23 77<229 259> 462 77<225 259> 721 20<103 166 326 390> 801 104<194.5 298.5>\nVStem: 47 87<376 394> 194.5 104<801 905> 372 87<134 145>\nRef: 729 729 N 1 0 0 1 79.5 189\nRef: 353 353 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E68\nEncoding: 7784 7784 1575\nWidth: 667\nHStem: -187 104<284 388> -23 82<302.5 371.5> 663 78<277 384> 801 104<277 381>\nVStem: 70 93<512 577> 277 104<801 905> 284 104<-187 -83> 528 93<171.5 219.5>\nRef: 729 729 N 1 0 0 1 162 189\nRef: 7778 7778 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E69\nEncoding: 7785 7785 1576\nWidth: 500\nHStem: -187 104<191 295> -23 77<227.5 286.5> 462 77<211 278.5> 599 104<196 300>\nVStem: 47 87<364.5 407> 191 104<-187 -83> 196 104<599 703> 372 87<111.5 155>\nRef: 729 729 N 1 0 0 1 81 -13\nRef: 7779 7779 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6A\nEncoding: 7786 7786 1577\nWidth: 611\nHStem: 0 20 647 82<21 261 354 593 354 354> 801 104<255 359>\nVStem: 255 104<801 905> 261 93<0 647>\nRef: 729 729 N 1 0 0 1 140 189\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6B\nEncoding: 7787 7787 1578\nWidth: 278\nHStem: -23 73 456 68<14 85 168 254> 728 104<74 178>\nVStem: 74 104<728 832> 85 83<78.5 97 97 456 524 668>\nRef: 729 729 N 1 0 0 1 -41 116\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6C\nEncoding: 7788 7788 1579\nWidth: 611\nHStem: -164 104<255.5 359.5> 0 20 647 82<21 261 354 593 354 354>\nVStem: 255.5 104<-164 -60> 261 93<0 647>\nRef: 729 729 N 1 0 0 1 140.5 -776\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6D\nEncoding: 7789 7789 1580\nWidth: 278\nHStem: -187 104<134 238> -23 73 456 68<14 85 168 254>\nVStem: 85 83<78.5 97 97 456 524 668> 134 104<-187 -83>\nRef: 729 729 N 1 0 0 1 19 -799\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6E\nEncoding: 7790 7790 1581\nWidth: 611\nHStem: -130 70<170.5 444.5> 0 20 647 82<21 261 354 593 354 354>\nVStem: 261 93<0 647>\nRef: 175 175 N 1 0 0 1 142.5 -761\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6F\nEncoding: 7791 7791 1582\nWidth: 278\nHStem: -153 70<49 323> -23 73 456 68<14 85 168 254>\nVStem: 85 83<78.5 97 97 456 524 668>\nRef: 175 175 N 1 0 0 1 21 -784\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E70\nEncoding: 7792 7792 1583\nWidth: 611\nHStem: -80 20<260 355 355 355> 0 20 647 82<21 261 354 593 354 354>\nVStem: 261 93<0 647>\nRef: 710 710 N 1 0 0 1 144 -801\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E71\nEncoding: 7793 7793 1584\nWidth: 278\nHStem: -103 20<138.5 233.5 233.5 233.5> -23 73 456 68<14 85 168 254>\nVStem: 85 83<78.5 97 97 456 524 668>\nRef: 710 710 N 1 0 0 1 22.5 -824\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E72\nEncoding: 7794 7794 1585\nWidth: 722\nHStem: -186 103<231 335 393 497> -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 231 104<-186 -83> 393 104<-186 -83> 552 93<217 729>\nRef: 168 168 N 1 0 0 1 201 -798\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E73\nEncoding: 7795 7795 1586\nWidth: 556\nHStem: -186 103<99 203 261 365> -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482>\nVStem: 65 83<120 524> 99 104<-186 -83> 261 104<-186 -83> 407 75<0 524>\nRef: 168 168 N 1 0 0 1 69 -798\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E74\nEncoding: 7796 7796 1587\nWidth: 722\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 732 732 N 1 0 0 1 202 -800\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E75\nEncoding: 7797 7797 1588\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 732 732 N 1 0 0 1 70 -800\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E76\nEncoding: 7798 7798 1589\nWidth: 722\nHStem: -103 20<316.5 411.5 411.5 411.5> -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 710 710 N 1 0 0 1 200.5 -824\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E77\nEncoding: 7799 7799 1590\nWidth: 556\nHStem: -103 20<184.5 279.5 279.5 279.5> -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 710 710 N 1 0 0 1 68.5 -824\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E78\nEncoding: 7800 7800 1591\nWidth: 722\nHStem: -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645> 1061 20<474 587 587 587>\nVStem: 85 93<217 729> 552 93<217 729>\nRef: 180 180 N 1 0 0 1 286 341\nRef: 360 360 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E79\nEncoding: 7801 7801 1592\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482> 856 20<383 496 496 496>\nVStem: 65 83<120 524> 407 75<0 524>\nRef: 180 180 N 1 0 0 1 195 136\nRef: 361 361 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7A\nEncoding: 7802 7802 1593\nWidth: 722\nHStem: -23 82<364 390> 709 20<85 178 552 645> 830 70<228 502> 960 103<232 336 394 498>\nVStem: 85 93<217 729> 232 104<960 1063> 394 104<960 1063> 552 93<217 729>\nRef: 168 168 N 1 0 0 1 202 348\nRef: 362 362 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7B\nEncoding: 7803 7803 1594\nWidth: 556\nHStem: -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482> 631 70<137 411> 761 103<141 245 303 407>\nVStem: 65 83<120 524> 141 104<761 864> 303 104<761 864> 407 75<0 524>\nRef: 168 168 N 1 0 0 1 111 149\nRef: 363 363 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7C\nEncoding: 7804 7804 1595\nWidth: 667\nHStem: 0 20 709 20<30 130 130 130 546 645 645 645>\nRef: 732 732 N 1 0 0 1 175.5 188\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7D\nEncoding: 7805 7805 1596\nWidth: 500\nHStem: 0 20 504 20<10 104 104 104 392 486 486 486>\nRef: 732 732 N 1 0 0 1 86 -14\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7E\nEncoding: 7806 7806 1597\nWidth: 667\nHStem: -164 104<290 394> 0 20 709 20<30 130 130 130 546 645 645 645>\nVStem: 290 104<-164 -60>\nRef: 729 729 N 1 0 0 1 175 -776\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7F\nEncoding: 7807 7807 1598\nWidth: 500\nHStem: -164 104<187.5 291.5> 0 20 504 20<10 104 104 104 392 486 486 486>\nVStem: 187.5 104<-164 -60>\nRef: 729 729 N 1 0 0 1 72.5 -776\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: Wgrave\nEncoding: 7808 7808 1599\nWidth: 944\nHStem: 0 20 709 20<22 126 126 126 425 525 525 525 825 929 929 929> 929 20<296.5 409.5 409.5 409.5>\nRef: 96 96 N 1 0 0 1 274.5 209\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wgrave\nEncoding: 7809 7809 1600\nWidth: 722\nHStem: 0 20 504 20<6 98 98 98 305 407 407 407 614 708 708 708> 727 20<178 291 291 291>\nRef: 96 96 N 1 0 0 1 156 7\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wacute\nEncoding: 7810 7810 1601\nWidth: 944\nHStem: 0 20 709 20<22 126 126 126 425 525 525 525 825 929 929 929> 929 20<541.5 654.5 654.5 654.5>\nRef: 180 180 N 1 0 0 1 353.5 209\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wacute\nEncoding: 7811 7811 1602\nWidth: 722\nHStem: 0 20 504 20<6 98 98 98 305 407 407 407 614 708 708 708> 727 20<423 536 536 536>\nRef: 180 180 N 1 0 0 1 235 7\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wdieresis\nEncoding: 7812 7812 1603\nWidth: 944\nHStem: 0 20 709 20<22 126 126 126 425 525 525 525 825 929 929 929> 801 103<342.5 446.5 504.5 608.5>\nVStem: 342.5 104<801 904> 504.5 104<801 904>\nRef: 168 168 N 1 0 0 1 312.5 189\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wdieresis\nEncoding: 7813 7813 1604\nWidth: 722\nHStem: 0 20 504 20<6 98 98 98 305 407 407 407 614 708 708 708> 599 103<224 328 386 490>\nVStem: 224 104<599 702> 386 104<599 702>\nRef: 168 168 N 1 0 0 1 194 -13\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E86\nEncoding: 7814 7814 1605\nWidth: 944\nHStem: 0 20 709 20<22 126 126 126 425 525 525 525 825 929 929 929> 801 104<423.5 527.5>\nVStem: 423.5 104<801 905>\nRef: 729 729 N 1 0 0 1 308.5 189\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E87\nEncoding: 7815 7815 1606\nWidth: 722\nHStem: 0 20 504 20<6 98 98 98 305 407 407 407 614 708 708 708> 599 104<305 409>\nVStem: 305 104<599 703>\nRef: 729 729 N 1 0 0 1 190 -13\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E88\nEncoding: 7816 7816 1607\nWidth: 944\nHStem: -164 104<424.5 528.5> 0 20 709 20<22 126 126 126 425 525 525 525 825 929 929 929>\nVStem: 424.5 104<-164 -60>\nRef: 729 729 N 1 0 0 1 309.5 -776\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E89\nEncoding: 7817 7817 1608\nWidth: 722\nHStem: -164 104<304 408> 0 20 504 20<6 98 98 98 305 407 407 407 614 708 708 708>\nVStem: 304 104<-164 -60>\nRef: 729 729 N 1 0 0 1 189 -776\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8A\nEncoding: 7818 7818 1609\nWidth: 667\nHStem: 0 20 709 20<38 151 151 151 526 637 637 637> 801 104<285.5 389.5>\nVStem: 285.5 104<801 905>\nRef: 729 729 N 1 0 0 1 170.5 189\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8B\nEncoding: 7819 7819 1610\nWidth: 500\nHStem: 0 20 504 20<27 122 122 122 374 468 468 468> 599 104<195.5 299.5>\nVStem: 195.5 104<599 703>\nRef: 729 729 N 1 0 0 1 80.5 -13\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8C\nEncoding: 7820 7820 1611\nWidth: 667\nHStem: 0 20 709 20<38 151 151 151 526 637 637 637> 801 103<204.5 308.5 366.5 470.5>\nVStem: 204.5 104<801 904> 366.5 104<801 904>\nRef: 168 168 N 1 0 0 1 174.5 189\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8D\nEncoding: 7821 7821 1612\nWidth: 500\nHStem: 0 20 504 20<27 122 122 122 374 468 468 468> 599 103<114.5 218.5 276.5 380.5>\nVStem: 114.5 104<599 702> 276.5 104<599 702>\nRef: 168 168 N 1 0 0 1 84.5 -13\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8E\nEncoding: 7822 7822 1613\nWidth: 667\nHStem: 0 20 709 20<13 128 128 128 550 661 661 661> 801 104<285 389>\nVStem: 285 104<801 905> 294 93<0 286>\nRef: 729 729 N 1 0 0 1 170 189\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8F\nEncoding: 7823 7823 1614\nWidth: 500\nHStem: -218 82<99 115.5> 504 20<20 109 109 109 388 478 478 478> 599 104<197 301>\nVStem: 197 104<599 703>\nRef: 729 729 N 1 0 0 1 82 -13\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E90\nEncoding: 7824 7824 1615\nWidth: 611\nHStem: 0 82<145 583> 647 82<56 466> 931 20<271 366 366 366>\nRef: 710 710 N 1 0 0 1 155 210\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E91\nEncoding: 7825 7825 1616\nWidth: 500\nHStem: 0 73<132 457> 451 73<52 344> 729 20<200 295 295 295>\nRef: 710 710 N 1 0 0 1 84 8\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E92\nEncoding: 7826 7826 1617\nWidth: 611\nHStem: -164 104<253.5 357.5> 0 82<145 583> 647 82<56 466>\nVStem: 253.5 104<-164 -60>\nRef: 729 729 N 1 0 0 1 138.5 -776\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E93\nEncoding: 7827 7827 1618\nWidth: 500\nHStem: -164 104<192 296> 0 73<132 457> 451 73<52 344>\nVStem: 192 104<-164 -60>\nRef: 729 729 N 1 0 0 1 77 -776\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E94\nEncoding: 7828 7828 1619\nWidth: 611\nHStem: -130 70<168.5 442.5> 0 82<145 583> 647 82<56 466>\nRef: 175 175 N 1 0 0 1 140.5 -761\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E95\nEncoding: 7829 7829 1620\nWidth: 500\nHStem: -130 70<107 381> 0 73<132 457> 451 73<52 344>\nRef: 175 175 N 1 0 0 1 79 -761\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E96\nEncoding: 7830 7830 1621\nWidth: 556\nHStem: -130 70<141 415> 0 20 466 73<284 308.5> 709 20<70 153 153 153>\nVStem: 70 83<0 289 452 729> 403 83<0 363 363 381.5>\nRef: 175 175 N 1 0 0 1 113 -761\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E97\nEncoding: 7831 7831 1622\nWidth: 278\nHStem: -23 73 456 68<14 85 168 254> 728 103<-7 97 155 259>\nVStem: -7 104<728 831> 85 83<78.5 97 97 456 524 668> 155 104<728 831>\nRef: 168 168 N 1 0 0 1 -37 116\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E98\nEncoding: 7832 7832 1623\nWidth: 722\nHStem: 0 20 504 20<6 98 98 98 305 407 407 407 614 708 708 708> 599 44<345 369> 730 44<345 369.5>\nVStem: 269 44<675 698.5> 401 44<674.5 698.5>\nRef: 730 730 N 1 0 0 1 190 20\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E99\nEncoding: 7833 7833 1624\nWidth: 500\nHStem: -218 82<99 115.5> 504 20<20 109 109 109 388 478 478 478> 599 44<237 261> 730 44<237 261.5>\nVStem: 161 44<675 698.5> 293 44<674.5 698.5>\nRef: 730 730 N 1 0 0 1 82 20\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E9B\nEncoding: 7835 7835 1625\nWidth: 278\nHStem: 0 21<88 171> 456 68<18 88> 659 73<211 231> 792 104<159 263>\nVStem: 88 83<0 615> 159 104<792 896>\nRef: 729 729 N 1 0 0 1 44 180\nRef: 383 383 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA0\nEncoding: 7840 7840 1626\nWidth: 667\nHStem: -164 104<283 387> 0 20 219 78<216 448> 709 20<277 397 397 397>\nVStem: 283 104<-164 -60>\nRef: 729 729 N 1 0 0 1 168 -776\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA1\nEncoding: 7841 7841 1627\nWidth: 556\nHStem: -187 104<294 398> -23 73<199.5 247> 462 77<237 309.5>\nVStem: 42 87<107.5 161.5> 294 104<-187 -83> 389 83<165 259 259 259 362 384 384 396>\nRef: 729 729 N 1 0 0 1 179 -799\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA4\nEncoding: 7844 7844 1628\nWidth: 667\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397> 1128 20<401.5 514.5 514.5 514.5>\nRef: 180 180 N 1 0 0 1 213.5 408\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA5\nEncoding: 7845 7845 1629\nWidth: 556\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 721 20<228 323> 929 20<341.5 454.5 454.5 454.5>\nVStem: 42 87<120 138> 389 83<152 396>\nRef: 180 180 N 1 0 0 1 153.5 209\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA6\nEncoding: 7846 7846 1630\nWidth: 667\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397> 1128 20<156.5 269.5 269.5 269.5>\nRef: 96 96 N 1 0 0 1 134.5 408\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA7\nEncoding: 7847 7847 1631\nWidth: 556\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 721 20<228 323> 929 20<96.5 209.5 209.5 209.5>\nVStem: 42 87<120 138> 389 83<152 396>\nRef: 96 96 N 1 0 0 1 74.5 209\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAA\nEncoding: 7850 7850 1632\nWidth: 667\nHStem: 0 20 219 78<216 448> 709 20<277 397 397 397>\nRef: 732 732 N 1 0 0 1 173.5 387\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAB\nEncoding: 7851 7851 1633\nWidth: 556\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 721 20<228 323>\nVStem: 42 87<120 138> 389 83<152 396>\nRef: 732 732 N 1 0 0 1 113.5 188\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAC\nEncoding: 7852 7852 1634\nWidth: 667\nHStem: -164 104<283 387> 0 20 219 78<216 448> 709 20<277 397 397 397> 931 20<289.5 384.5 384.5 384.5>\nVStem: 283 104<-164 -60>\nRef: 710 710 N 1 0 0 1 173.5 210\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAD\nEncoding: 7853 7853 1635\nWidth: 556\nHStem: -187 104<294 398> -23 73<199.5 247> 462 77<237 309.5> 729 20<227.5 322.5 322.5 322.5>\nVStem: 42 87<107.5 161.5> 294 104<-187 -83> 389 83<165 259 259 259 362 384 384 396>\nRef: 710 710 N 1 0 0 1 111.5 8\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAE\nEncoding: 7854 7854 1636\nWidth: 667\nHStem: 0 21<17 116 549 653> 219 78<216 474> 709 20<277 397> 796 69<320 354> 1119 20<401.5 514.5 514.5 514.5>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nRef: 180 180 N 1 0 0 1 213.5 399\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAF\nEncoding: 7855 7855 1637\nWidth: 556\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 597 69<256 283> 712 20<125 184 367 426> 920 20<341.5 454.5 454.5 454.5>\nVStem: 42 87<120 138> 389 83<152 396>\nRef: 180 180 N 1 0 0 1 153.5 200\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB0\nEncoding: 7856 7856 1638\nWidth: 667\nHStem: 0 21<17 116 549 653> 219 78<216 474> 709 20<277 397> 796 69<320 354> 1119 20<156.5 269.5 269.5 269.5>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nRef: 96 96 N 1 0 0 1 134.5 399\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB1\nEncoding: 7857 7857 1639\nWidth: 556\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 597 69<256 283> 712 20<125 184 367 426> 920 20<96.5 209.5 209.5 209.5>\nVStem: 42 87<120 138> 389 83<152 396>\nRef: 96 96 N 1 0 0 1 74.5 200\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB4\nEncoding: 7860 7860 1640\nWidth: 667\nHStem: 0 21<17 116 549 653> 219 78<216 474> 709 20<277 397> 796 69<320 354>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nRef: 732 732 N 1 0 0 1 173.5 378\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB5\nEncoding: 7861 7861 1641\nWidth: 556\nHStem: -23 70<478 517> -23 73<212 234> 462 77<249 283> 597 69<256 283> 712 20<125 184 367 426>\nVStem: 42 87<120 138> 389 83<152 396>\nRef: 732 732 N 1 0 0 1 113.5 179\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB6\nEncoding: 7862 7862 1642\nWidth: 667\nHStem: -164 104<283 387> 0 20 219 78<216 448> 709 20<277 397 397 397> 801 69<309 364.5> 916 20<186.5 245.5 245.5 245.5 428.5 487.5 487.5 487.5>\nVStem: 283 104<-164 -60>\nRef: 728 728 N 1 0 0 1 171.5 204\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB7\nEncoding: 7863 7863 1643\nWidth: 556\nHStem: -187 104<294 398> -23 73<199.5 247> 462 77<237 309.5> 599 69<247 302.5> 714 20<124.5 183.5 183.5 183.5 366.5 425.5 425.5 425.5>\nVStem: 42 87<107.5 161.5> 294 104<-187 -83> 389 83<165 259 259 259 362 384 384 396>\nRef: 728 728 N 1 0 0 1 109.5 2\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB8\nEncoding: 7864 7864 1644\nWidth: 667\nHStem: -164 104<299.5 403.5> 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647> 299.5 104<-164 -60>\nRef: 729 729 N 1 0 0 1 184.5 -776\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB9\nEncoding: 7865 7865 1645\nWidth: 556\nHStem: -187 104<226 330> -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320>\nVStem: 226 104<-187 -83>\nRef: 729 729 N 1 0 0 1 111 -799\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBC\nEncoding: 7868 7868 1646\nWidth: 667\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647>\nRef: 732 732 N 1 0 0 1 180.5 188\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBD\nEncoding: 7869 7869 1647\nWidth: 556\nHStem: -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320>\nRef: 732 732 N 1 0 0 1 118 -14\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBE\nEncoding: 7870 7870 1648\nWidth: 667\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183> 1128 20<410.5 523.5 523.5 523.5>\nVStem: 90 93<82 332 414 647>\nRef: 180 180 N 1 0 0 1 222.5 408\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBF\nEncoding: 7871 7871 1649\nWidth: 556\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 721 20<239 334> 929 20<352.5 465.5 465.5 465.5>\nVStem: 40 87<232 255> 424 89<234 308>\nRef: 180 180 N 1 0 0 1 164.5 209\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC0\nEncoding: 7872 7872 1650\nWidth: 667\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183> 1128 20<165.5 278.5 278.5 278.5>\nVStem: 90 93<82 332 414 647>\nRef: 96 96 N 1 0 0 1 143.5 408\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC1\nEncoding: 7873 7873 1651\nWidth: 556\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 721 20<239 334> 929 20<107.5 220.5 220.5 220.5>\nVStem: 40 87<232 255> 424 89<234 308>\nRef: 96 96 N 1 0 0 1 85.5 209\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC4\nEncoding: 7876 7876 1652\nWidth: 667\nHStem: 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183>\nVStem: 90 93<82 332 414 647>\nRef: 732 732 N 1 0 0 1 182.5 387\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC5\nEncoding: 7877 7877 1653\nWidth: 556\nHStem: -23 77<263 297> 234 68<129 513> 462 77<263 297> 721 20<239 334>\nVStem: 40 87<232 255> 424 89<234 308>\nRef: 732 732 N 1 0 0 1 124.5 188\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC6\nEncoding: 7878 7878 1654\nWidth: 667\nHStem: -164 104<299.5 403.5> 0 82<183 613> 332 82<183 580> 647 82<183 595 183 183> 931 20<295 390 390 390>\nVStem: 90 93<82 332 414 647> 299.5 104<-164 -60>\nRef: 710 710 N 1 0 0 1 179 210\nRef: 7864 7864 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC7\nEncoding: 7879 7879 1655\nWidth: 556\nHStem: -187 104<226 330> -23 77<254.5 314.5> 234 68<129 423> 462 77<237 320> 729 20<232.5 327.5 327.5 327.5>\nVStem: 226 104<-187 -83>\nRef: 710 710 N 1 0 0 1 116.5 8\nRef: 7865 7865 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECA\nEncoding: 7882 7882 1656\nWidth: 278\nHStem: -164 104<95 199> 0 20 709 20<100 194 194 194>\nVStem: 95 104<-164 -60> 100 94<0 729>\nRef: 729 729 N 1 0 0 1 -20 -776\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECB\nEncoding: 7883 7883 1657\nWidth: 222\nHStem: -164 104<56.5 160.5> 0 21<67 150> 504 20<67 150> 709 20<66 150>\nVStem: 56.5 104<-164 -60> 67 83<0 524 624 729>\nRef: 729 729 N 1 0 0 1 -58.5 -776\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECC\nEncoding: 7884 7884 1658\nWidth: 778\nHStem: -187 104<338 442> -23 82<312.5 434> 659 82<312 468>\nVStem: 38 93<269 449> 338 104<-187 -83> 649 93<293.5 447>\nRef: 729 729 N 1 0 0 1 223 -799\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECD\nEncoding: 7885 7885 1659\nWidth: 556\nHStem: -187 104<221 325> -23 77<226.5 319> 462 77<226.5 320>\nVStem: 36 87<194.5 321> 221 104<-187 -83> 423 87<193.5 320>\nRef: 729 729 N 1 0 0 1 106 -799\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED0\nEncoding: 7888 7888 1660\nWidth: 778\nHStem: -23 82<312.5 434> 659 82<312 468> 1128 20<456.5 569.5 569.5 569.5>\nVStem: 38 93<269 449> 649 93<293.5 447>\nRef: 180 180 N 1 0 0 1 268.5 408\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED1\nEncoding: 7889 7889 1661\nWidth: 556\nHStem: -23 77<273 277> 462 77<259 277> 721 20<226 321> 929 20<339.5 452.5 452.5 452.5>\nVStem: 36 87<258 282> 423 87<232 282>\nRef: 180 180 N 1 0 0 1 151.5 209\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED2\nEncoding: 7890 7890 1662\nWidth: 778\nHStem: -23 82<312.5 434> 659 82<312 468> 1128 20<211.5 324.5 324.5 324.5>\nVStem: 38 93<269 449> 649 93<293.5 447>\nRef: 96 96 N 1 0 0 1 189.5 408\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED3\nEncoding: 7891 7891 1663\nWidth: 556\nHStem: -23 77<273 277> 462 77<259 277> 721 20<226 321> 929 20<94.5 207.5 207.5 207.5>\nVStem: 36 87<258 282> 423 87<232 282>\nRef: 96 96 N 1 0 0 1 72.5 209\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED6\nEncoding: 7894 7894 1664\nWidth: 778\nHStem: -23 82<312.5 434> 659 82<312 468>\nVStem: 38 93<269 449> 649 93<293.5 447>\nRef: 732 732 N 1 0 0 1 228.5 387\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED7\nEncoding: 7895 7895 1665\nWidth: 556\nHStem: -23 77<273 277> 462 77<259 277> 721 20<226 321>\nVStem: 36 87<258 282> 423 87<232 282>\nRef: 732 732 N 1 0 0 1 111.5 188\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED8\nEncoding: 7896 7896 1666\nWidth: 778\nHStem: -187 104<338 442> -23 82<312.5 434> 659 82<312 468> 931 20<341.5 436.5 436.5 436.5>\nVStem: 38 93<269 449> 338 104<-187 -83> 649 93<293.5 447>\nRef: 710 710 N 1 0 0 1 225.5 210\nRef: 7884 7884 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED9\nEncoding: 7897 7897 1667\nWidth: 556\nHStem: -187 104<221 325> -23 77<226.5 319> 462 77<226.5 320> 729 20<224.5 319.5 319.5 319.5>\nVStem: 36 87<194.5 321> 221 104<-187 -83> 423 87<193.5 320>\nRef: 710 710 N 1 0 0 1 108.5 8\nRef: 7885 7885 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE4\nEncoding: 7908 7908 1668\nWidth: 722\nHStem: -187 104<312 416> -23 82<337 422.5> 709 20<85 178 178 178 552 645 645 645>\nVStem: 85 93<217 729> 312 104<-187 -83> 552 93<217 729>\nRef: 729 729 N 1 0 0 1 197 -799\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE5\nEncoding: 7909 7909 1669\nWidth: 556\nHStem: -187 104<180 284> -23 73<232 256> 0 21<407 482> 504 20<65 148 399 482>\nVStem: 65 83<120 524> 180 104<-187 -83> 407 75<0 524>\nRef: 729 729 N 1 0 0 1 65 -799\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Ygrave\nEncoding: 7922 7922 1670\nWidth: 667\nHStem: 0 20 709 20<13 128 128 128 550 661 661 661> 929 20<158 271 271 271>\nVStem: 294 93<0 286>\nRef: 96 96 N 1 0 0 1 136 209\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ygrave\nEncoding: 7923 7923 1671\nWidth: 500\nHStem: -218 82<99 115.5> 504 20<20 109 109 109 388 478 478 478> 727 20<70 183 183 183>\nRef: 96 96 N 1 0 0 1 48 7\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF4\nEncoding: 7924 7924 1672\nWidth: 667\nHStem: -164 104<288.5 392.5> 0 20 709 20<13 128 128 128 550 661 661 661>\nVStem: 288.5 104<-164 -60> 294 93<0 286>\nRef: 729 729 N 1 0 0 1 173.5 -776\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF5\nEncoding: 7925 7925 1673\nWidth: 500\nHStem: -382 104<58 162> -218 82<99 115.5> 504 20<20 109 109 109 388 478 478 478>\nVStem: 58 104<-382 -278>\nRef: 729 729 N 1 0 0 1 -57 -994\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF8\nEncoding: 7928 7928 1674\nWidth: 667\nHStem: 0 20 709 20<13 128 128 128 550 661 661 661>\nVStem: 294 93<0 286>\nRef: 732 732 N 1 0 0 1 175 188\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF9\nEncoding: 7929 7929 1675\nWidth: 500\nHStem: -218 82<99 115.5> 504 20<20 109 109 109 388 478 478 478>\nRef: 732 732 N 1 0 0 1 87 -14\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F00\nEncoding: 7936 7936 1471\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<-97.5 -81.0256> 736 20<-97.5 -16.5>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 8127 8127 N 1 0 0 1 104.5 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F01\nEncoding: 7937 7937 1472\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<633.026 649.5> 736 20<568.5 649.5>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 8190 8190 N 1 0 0 1 114.5 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F02\nEncoding: 7938 7938 1473\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<-227 -210.526> 736 20<-227 -146 237 350 350 350>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 8141 8141 N 1 0 0 1 -25 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F03\nEncoding: 7939 7939 1474\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<498.526 515> 736 20<242 355 355 355 434 515>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 8157 8157 N 1 0 0 1 -20 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F04\nEncoding: 7940 7940 1475\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<-227 -210.526> 736 20<-227 -146 333 446 446 446>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 8142 8142 N 1 0 0 1 -25 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F05\nEncoding: 7941 7941 1476\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<498.526 515> 736 20<338 451 434 515 451 451>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 8158 8158 N 1 0 0 1 -20 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F06\nEncoding: 7942 7942 1477\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<-92.5 -76.0256> 736 20<-92.5 -11.5>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 8143 8143 N 1 0 0 1 109.5 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F07\nEncoding: 7943 7943 1478\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<628.026 644.5> 736 20<563.5 644.5>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 8159 8159 N 1 0 0 1 109.5 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F08\nEncoding: 7944 7944 1479\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 590 42<-229 -212.526> 727 20<-229 -148>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8127 8127 S 1 0 0 1 -27 7\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F09\nEncoding: 7945 7945 1480\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 584 42<516.526 533> 721 20<452 533>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8190 8190 S 1 0 0 1 -2 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0A\nEncoding: 7946 7946 1481\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 587 42<-479 -462.526> 724 20<-479 -398 -15 98 98 98>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8141 8141 S 1 0 0 1 -277 4\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0B\nEncoding: 7947 7947 1482\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 590 42<217.526 234> 727 20<-39 74 74 74 153 234>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8157 8157 S 1 0 0 1 -301 7\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0C\nEncoding: 7948 7948 1483\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 584 42<-449 -432.526> 721 20<-449 -368 111 224 224 224>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8142 8142 N 1 0 0 1 -247 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0D\nEncoding: 7949 7949 1484\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 584 42<271.526 288> 721 20<111 224 207 288 224 224>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8158 8158 N 1 0 0 1 -247 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0E\nEncoding: 7950 7950 1485\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 440 42<-301.5 -285.026> 577 20<-301.5 -220.5>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8143 8143 N 1 0 0 1 -99.5 -143\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0F\nEncoding: 7951 7951 1486\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 440 42<419.026 435.5> 577 20<354.5 435.5>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8159 8159 N 1 0 0 1 -99.5 -143\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F10\nEncoding: 7952 7952 1487\nWidth: 510\nHStem: -10 70<230 264> 231 59<230 295> 462 70<230 264> 599 42<-116 -99.5256> 736 20<-116 -35>\nVStem: 39 82<133 144 376 391>\nRef: 8127 8127 N 1 0 0 1 86 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F11\nEncoding: 7953 7953 1488\nWidth: 510\nHStem: -10 70<230 264> 231 59<230 295> 462 70<230 264> 599 42<614.526 631> 736 20<550 631>\nVStem: 39 82<133 144 376 391>\nRef: 8190 8190 N 1 0 0 1 96 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F12\nEncoding: 7954 7954 1489\nWidth: 510\nHStem: -10 70<230 264> 231 59<230 295> 462 70<230 264> 599 42<-245.5 -229.026> 736 20<-245.5 -164.5 218.5 331.5 331.5 331.5>\nVStem: 39 82<133 144 376 391>\nRef: 8141 8141 N 1 0 0 1 -43.5 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F13\nEncoding: 7955 7955 1490\nWidth: 510\nHStem: -10 70<230 264> 231 59<230 295> 462 70<230 264> 599 42<480.026 496.5> 736 20<223.5 336.5 336.5 336.5 415.5 496.5>\nVStem: 39 82<133 144 376 391>\nRef: 8157 8157 N 1 0 0 1 -38.5 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F14\nEncoding: 7956 7956 1491\nWidth: 510\nHStem: -10 70<230 264> 231 59<230 295> 462 70<230 264> 599 42<-245.5 -229.026> 736 20<-245.5 -164.5 314.5 427.5 427.5 427.5>\nVStem: 39 82<133 144 376 391>\nRef: 8142 8142 N 1 0 0 1 -43.5 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F15\nEncoding: 7957 7957 1492\nWidth: 510\nHStem: -10 70<230 264> 231 59<230 295> 462 70<230 264> 599 42<480.026 496.5> 736 20<319.5 432.5 415.5 496.5 432.5 432.5>\nVStem: 39 82<133 144 376 391>\nRef: 8158 8158 N 1 0 0 1 -38.5 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F18\nEncoding: 7960 7960 1493\nWidth: 650\nHStem: 0 84<174 614> 328 84<174 570> 584 42<-394 -377.526> 632 84<174 598> 721 20<-394 -313>\nVStem: 80 94<83 328 411 632>\nRef: 8127 8127 N 1 0 0 1 -192 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F19\nEncoding: 7961 7961 1494\nWidth: 650\nHStem: 0 84<174 614> 328 84<174 570> 584 42<336.526 353> 632 84<174 598> 721 20<272 353>\nVStem: 80 94<83 328 411 632>\nRef: 8190 8190 N 1 0 0 1 -182 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1A\nEncoding: 7962 7962 1495\nWidth: 650\nHStem: 0 84<174 614> 328 84<174 570> 584 42<-653 -636.526> 632 84<174 598> 721 20<-653 -572 -189 -76 -76 -76>\nVStem: 80 94<83 328 411 632>\nRef: 8141 8141 N 1 0 0 1 -451 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1B\nEncoding: 7963 7963 1496\nWidth: 650\nHStem: 0 84<174 614> 328 84<174 570> 584 42<67.5256 84> 632 84<174 598> 721 20<-189 -76 -76 -76 3 84>\nVStem: 80 94<83 328 411 632>\nRef: 8157 8157 N 1 0 0 1 -451 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1C\nEncoding: 7964 7964 1497\nWidth: 650\nHStem: 0 84<174 614> 328 84<174 570> 584 42<-653 -636.526> 632 84<174 598> 721 20<-653 -572 -93 20 20 20>\nVStem: 80 94<83 328 411 632>\nRef: 8142 8142 N 1 0 0 1 -451 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1D\nEncoding: 7965 7965 1498\nWidth: 650\nHStem: 0 84<174 614> 328 84<174 570> 584 42<67.5256 84> 632 84<174 598> 721 20<-93 20 3 84 20 20>\nVStem: 80 94<83 328 411 632>\nRef: 8158 8158 N 1 0 0 1 -451 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F20\nEncoding: 7968 7968 1499\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 596 42<-87.5 -71.0256> 733 20<-87.5 -6.5>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 8127 8127 S 1 0 0 1 114.5 13\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F21\nEncoding: 7969 7969 1500\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 599 42<634.026 650.5> 736 20<569.5 650.5>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 8190 8190 S 1 0 0 1 115.5 16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F22\nEncoding: 7970 7970 1501\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 593 42<-229 -212.526> 730 20<-229 -148 235 348 348 348>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 8141 8141 S 1 0 0 1 -27 10\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F23\nEncoding: 7971 7971 1502\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 593 42<490.526 507> 730 20<234 347 347 347 426 507>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 8157 8157 S 1 0 0 1 -28 10\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F24\nEncoding: 7972 7972 1503\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 596 42<-235 -218.526> 733 20<-235 -154 325 438 438 438>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 8142 8142 S 1 0 0 1 -33 13\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F25\nEncoding: 7973 7973 1504\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 599 42<487.526 504> 736 20<327 440 423 504 440 440>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 8158 8158 S 1 0 0 1 -31 16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F26\nEncoding: 7974 7974 1505\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 596 42<-100.5 -84.0256> 733 20<-100.5 -19.5>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 8143 8143 S 1 0 0 1 101.5 13\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F27\nEncoding: 7975 7975 1506\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 596 42<638.026 654.5> 733 20<573.5 654.5>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 8159 8159 S 1 0 0 1 119.5 13\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F28\nEncoding: 7976 7976 1507\nWidth: 683\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<-409 -392.526> 721 20<-409 -328>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 8127 8127 N 1 0 0 1 -207 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F29\nEncoding: 7977 7977 1508\nWidth: 683\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<321.526 338> 721 20<257 338>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 8190 8190 N 1 0 0 1 -197 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2A\nEncoding: 7978 7978 1509\nWidth: 683\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<-668 -651.526> 721 20<-668 -587 -204 -91 -91 -91>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 8141 8141 N 1 0 0 1 -466 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2B\nEncoding: 7979 7979 1510\nWidth: 683\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<52.5256 69> 721 20<-204 -91 -91 -91 -12 69>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 8157 8157 N 1 0 0 1 -466 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2C\nEncoding: 7980 7980 1511\nWidth: 683\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<-668 -651.526> 721 20<-668 -587 -108 5 5 5>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 8142 8142 N 1 0 0 1 -466 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2D\nEncoding: 7981 7981 1512\nWidth: 683\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<52.5256 69> 721 20<-108 5 -12 69 5 5>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 8158 8158 N 1 0 0 1 -466 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2E\nEncoding: 7982 7982 1513\nWidth: 683\nHStem: 0 21<65 159 531 625> 338 84<159 530> 440 42<-520.5 -504.026> 577 20<-520.5 -439.5>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 8143 8143 N 1 0 0 1 -318.5 -143\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2F\nEncoding: 7983 7983 1514\nWidth: 683\nHStem: 0 21<65 159 531 625> 338 84<159 530> 440 42<200.026 216.5> 577 20<135.5 216.5>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 8159 8159 N 1 0 0 1 -318.5 -143\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F30\nEncoding: 7984 7984 1515\nWidth: 286\nHStem: -8 87<178 196> 599 42<-273.5 -257.026> 736 20<-273.5 -192.5>\nVStem: 56 88<131 520>\nRef: 8127 8127 N 1 0 0 1 -71.5 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F31\nEncoding: 7985 7985 1516\nWidth: 286\nHStem: -8 87<178 196> 599 42<457.026 473.5> 736 20<392.5 473.5>\nVStem: 56 88<131 520>\nRef: 8190 8190 N 1 0 0 1 -61.5 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F32\nEncoding: 7986 7986 1517\nWidth: 286\nHStem: -8 87<178 196> 599 42<-403 -386.526> 736 20<-403 -322 61 174 174 174>\nVStem: 56 88<131 520>\nRef: 8141 8141 N 1 0 0 1 -201 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F33\nEncoding: 7987 7987 1518\nWidth: 286\nHStem: -8 87<178 196> 599 42<322.526 339> 736 20<66 179 179 179 258 339>\nVStem: 56 88<131 520>\nRef: 8157 8157 N 1 0 0 1 -196 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F34\nEncoding: 7988 7988 1519\nWidth: 286\nHStem: -8 87<178 196> 599 42<-403 -386.526> 736 20<-403 -322 157 270 270 270>\nVStem: 56 88<131 520>\nRef: 8142 8142 N 1 0 0 1 -201 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F35\nEncoding: 7989 7989 1520\nWidth: 286\nHStem: -8 87<178 196> 599 42<322.526 339> 736 20<162 275 258 339 275 275>\nVStem: 56 88<131 520>\nRef: 8158 8158 S 1 0 0 1 -196 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F36\nEncoding: 7990 7990 1521\nWidth: 286\nHStem: -8 87<178 196> 599 42<-268.5 -252.026> 736 20<-268.5 -187.5>\nVStem: 56 88<131 520>\nRef: 8143 8143 N 1 0 0 1 -66.5 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F37\nEncoding: 7991 7991 1522\nWidth: 286\nHStem: -8 87<178 196> 599 42<452.026 468.5> 736 20<387.5 468.5>\nVStem: 56 88<131 520>\nRef: 8159 8159 N 1 0 0 1 -66.5 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F38\nEncoding: 7992 7992 1523\nWidth: 236\nHStem: 0 21<69 163> 584 42<-405 -388.526> 721 20<-405 -324>\nVStem: 69 94<0 716>\nRef: 8127 8127 N 1 0 0 1 -203 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F39\nEncoding: 7993 7993 1524\nWidth: 236\nHStem: 0 21<69 163> 584 42<325.526 342> 721 20<261 342>\nVStem: 69 94<0 716>\nRef: 8190 8190 N 1 0 0 1 -193 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3A\nEncoding: 7994 7994 1525\nWidth: 236\nHStem: 0 21<69 163> 584 42<-664 -647.526> 721 20<-664 -583 -200 -87 -87 -87>\nVStem: 69 94<0 716>\nRef: 8141 8141 N 1 0 0 1 -462 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3B\nEncoding: 7995 7995 1526\nWidth: 236\nHStem: 0 21<69 163> 584 42<56.5256 73> 721 20<-200 -87 -87 -87 -8 73>\nVStem: 69 94<0 716>\nRef: 8157 8157 N 1 0 0 1 -462 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3C\nEncoding: 7996 7996 1527\nWidth: 236\nHStem: 0 21<69 163> 584 42<-664 -647.526> 721 20<-664 -583 -104 9 9 9>\nVStem: 69 94<0 716>\nRef: 8142 8142 N 1 0 0 1 -462 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3D\nEncoding: 7997 7997 1528\nWidth: 236\nHStem: 0 21<69 163> 584 42<56.5256 73> 721 20<-104 9 -8 73 9 9>\nVStem: 69 94<0 716>\nRef: 8158 8158 N 1 0 0 1 -462 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3E\nEncoding: 7998 7998 1529\nWidth: 236\nHStem: 0 21<69 163> 440 42<-516.5 -500.026> 577 20<-516.5 -435.5>\nVStem: 69 94<0 716>\nRef: 8143 8143 N 1 0 0 1 -314.5 -143\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3F\nEncoding: 7999 7999 1530\nWidth: 236\nHStem: 0 21<69 163> 440 42<204.026 220.5> 577 20<139.5 220.5>\nVStem: 69 94<0 716>\nRef: 8159 8159 N 1 0 0 1 -314.5 -143\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F40\nEncoding: 8000 8000 1531\nWidth: 550\nHStem: -12 74<257 291> 458 72<257 291> 599 42<-97.5 -81.0256> 736 20<-97.5 -16.5>\nVStem: 34 90<243 277> 428 90<243 277>\nRef: 8127 8127 N 1 0 0 1 104.5 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F41\nEncoding: 8001 8001 1532\nWidth: 550\nHStem: -12 74<257 291> 458 72<257 291> 599 42<633.026 649.5> 736 20<568.5 649.5>\nVStem: 34 90<243 277> 428 90<243 277>\nRef: 8190 8190 N 1 0 0 1 114.5 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F42\nEncoding: 8002 8002 1533\nWidth: 550\nHStem: -12 74<257 291> 458 72<257 291> 599 42<-227 -210.526> 736 20<-227 -146 237 350 350 350>\nVStem: 34 90<243 277> 428 90<243 277>\nRef: 8141 8141 N 1 0 0 1 -25 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F43\nEncoding: 8003 8003 1534\nWidth: 550\nHStem: -12 74<257 291> 458 72<257 291> 599 42<498.526 515> 736 20<242 355 355 355 434 515>\nVStem: 34 90<243 277> 428 90<243 277>\nRef: 8157 8157 N 1 0 0 1 -20 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F44\nEncoding: 8004 8004 1535\nWidth: 550\nHStem: -12 74<257 291> 458 72<257 291> 599 42<-227 -210.526> 736 20<-227 -146 333 446 446 446>\nVStem: 34 90<243 277> 428 90<243 277>\nRef: 8142 8142 N 1 0 0 1 -25 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F45\nEncoding: 8005 8005 1536\nWidth: 550\nHStem: -12 74<257 291> 458 72<257 291> 599 42<498.526 515> 736 20<338 451 434 515 451 451>\nVStem: 34 90<243 277> 428 90<243 277>\nRef: 8158 8158 N 1 0 0 1 -20 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F48\nEncoding: 8008 8008 1537\nWidth: 750\nHStem: -7.41016 78.3106<369 403> 587 42<-355 -338.526> 622.89 78.31<369 419> 724 20<-355 -274>\nVStem: 50 96<311 361> 636 98<327 361>\nRef: 8127 8127 S 1 0 0 1 -153 4\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F49\nEncoding: 8009 8009 1538\nWidth: 750\nHStem: -7.41016 78.3106<369 403> 590 42<357.526 374> 622.89 78.31<369 419> 727 20<293 374>\nVStem: 50 96<311 361> 636 98<327 361>\nRef: 8190 8190 S 1 0 0 1 -161 7\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4A\nEncoding: 8010 8010 1539\nWidth: 750\nHStem: -7.41016 78.3106<369 403> 581 42<-593 -576.526> 622.89 78.31<369 419> 718 20<-593 -512 -129 -16 -16 -16>\nVStem: 50 96<311 361> 636 98<327 361>\nRef: 8141 8141 S 1 0 0 1 -391 -2\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4B\nEncoding: 8011 8011 1540\nWidth: 750\nHStem: -7.41016 78.3106<369 403> 578 42<115.526 132> 622.89 78.31<369 419> 715 20<-141 -28 -28 -28 51 132>\nVStem: 50 96<311 361> 636 98<327 361>\nRef: 8157 8157 S 1 0 0 1 -403 -5\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4C\nEncoding: 8012 8012 1541\nWidth: 750\nHStem: -7.41016 78.3106<369 403> 581 42<-533 -516.526> 622.89 78.31<369 419> 718 20<-533 -452 27 140 140 140>\nVStem: 50 96<311 361> 636 98<327 361>\nRef: 8142 8142 S 1 0 0 1 -331 -2\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4D\nEncoding: 8013 8013 1542\nWidth: 750\nHStem: -7.41016 78.3106<369 403> 584 42<166.526 183> 622.89 78.31<369 419> 721 20<6 119 102 183 119 119>\nVStem: 50 96<311 361> 636 98<327 361>\nRef: 8158 8158 S 1 0 0 1 -352 1\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F50\nEncoding: 8016 8016 1543\nWidth: 515\nHStem: -14 76<247 281> 599 42<-114.5 -98.0256> 736 20<-114.5 -33.5>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 8127 8127 N 1 0 0 1 87.5 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F51\nEncoding: 8017 8017 1544\nWidth: 515\nHStem: -14 76<247 281> 599 42<616.026 632.5> 736 20<551.5 632.5>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 8190 8190 N 1 0 0 1 97.5 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F52\nEncoding: 8018 8018 1545\nWidth: 515\nHStem: -14 76<247 281> 599 42<-244 -227.526> 736 20<-244 -163 220 333 333 333>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 8141 8141 N 1 0 0 1 -42 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F53\nEncoding: 8019 8019 1546\nWidth: 515\nHStem: -14 76<247 281> 599 42<481.526 498> 736 20<225 338 338 338 417 498>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 8157 8157 N 1 0 0 1 -37 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F54\nEncoding: 8020 8020 1547\nWidth: 515\nHStem: -14 76<247 281> 599 42<-244 -227.526> 736 20<-244 -163 316 429 429 429>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 8142 8142 N 1 0 0 1 -42 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F55\nEncoding: 8021 8021 1548\nWidth: 515\nHStem: -14 76<247 281> 599 42<481.526 498> 736 20<321 434 417 498 434 434>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 8158 8158 N 1 0 0 1 -37 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F56\nEncoding: 8022 8022 1549\nWidth: 515\nHStem: -14 76<247 281> 599 42<-109.5 -93.0256> 736 20<-109.5 -28.5>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 8143 8143 N 1 0 0 1 92.5 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F57\nEncoding: 8023 8023 1550\nWidth: 515\nHStem: -14 76<247 281> 599 42<611.026 627.5> 736 20<546.5 627.5>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 8159 8159 N 1 0 0 1 92.5 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F59\nEncoding: 8025 8025 1551\nWidth: 684\nHStem: -1.62012 21<291.103 382.987> 584 42<270.526 287> 678.27 20<21.3125 132.747 555.027 662.553> 721 20<206 287>\nVStem: 291.103 91.884<13 295>\nRef: 8190 8190 N 1 0 0 1 -248 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5B\nEncoding: 8027 8027 1552\nWidth: 684\nHStem: -1.62012 21<291.103 382.987> 584 42<1.52557 18> 678.27 20<21.3125 132.747 555.027 662.553> 721 20<-255 -142 -142 -142 -63 18>\nVStem: 291.103 91.884<13 295>\nRef: 8157 8157 N 1 0 0 1 -517 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5D\nEncoding: 8029 8029 1553\nWidth: 684\nHStem: -1.62012 21<291.103 382.987> 584 42<1.52557 18> 678.27 20<21.3125 132.747 555.027 662.553> 721 20<-159 -46 -63 18 -46 -46>\nVStem: 291.103 91.884<13 295>\nRef: 8158 8158 N 1 0 0 1 -517 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5F\nEncoding: 8031 8031 1554\nWidth: 684\nHStem: -1.62012 21<291.103 382.987> 440 42<149.026 165.5> 577 20<84.5 165.5> 678.27 20<21.3125 132.747 555.027 662.553>\nVStem: 291.103 91.884<13 295>\nRef: 8159 8159 N 1 0 0 1 -369.5 -143\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F60\nEncoding: 8032 8032 1555\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<-3.5 12.9744> 736 20<-3.5 77.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 8127 8127 N 1 0 0 1 198.5 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F61\nEncoding: 8033 8033 1556\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<727.026 743.5> 736 20<662.5 743.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 8190 8190 N 1 0 0 1 208.5 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F62\nEncoding: 8034 8034 1557\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<-133 -116.526> 736 20<-133 -52 331 444 444 444>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 8141 8141 N 1 0 0 1 69 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F63\nEncoding: 8035 8035 1558\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<592.526 609> 736 20<336 449 449 449 528 609>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 8157 8157 N 1 0 0 1 74 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F64\nEncoding: 8036 8036 1559\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<-133 -116.526> 736 20<-133 -52 427 540 540 540>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 8142 8142 N 1 0 0 1 69 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F65\nEncoding: 8037 8037 1560\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<592.526 609> 736 20<432 545 528 609 545 545>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 8158 8158 N 1 0 0 1 74 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F66\nEncoding: 8038 8038 1561\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<1.5 17.9744> 736 20<1.5 82.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 8143 8143 N 1 0 0 1 203.5 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F67\nEncoding: 8039 8039 1562\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<722.026 738.5> 736 20<657.5 738.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 8159 8159 N 1 0 0 1 203.5 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F68\nEncoding: 8040 8040 1563\nWidth: 720\nHStem: -0.639648 72.9599<42 216 526 702> 581 42<-354 -337.526> 619.52 72.96<345 379> 718 20<-354 -273>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 8127 8127 S 1 0 0 1 -152 -2\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F69\nEncoding: 8041 8041 1564\nWidth: 720\nHStem: -0.639648 72.9599<42 216 526 702> 584 42<376.526 393> 619.52 72.96<345 379> 721 20<312 393>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 8190 8190 S 1 0 0 1 -142 1\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6A\nEncoding: 8042 8042 1565\nWidth: 720\nHStem: -0.639648 72.9599<42 216 526 702> 587 42<-607 -590.526> 619.52 72.96<345 379> 724 20<-607 -526 -143 -30 -30 -30>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 8141 8141 S 1 0 0 1 -405 4\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6B\nEncoding: 8043 8043 1566\nWidth: 720\nHStem: -0.639648 72.9599<42 216 526 702> 587 42<113.526 130> 619.52 72.96<345 379> 724 20<-143 -30 -30 -30 49 130>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 8157 8157 S 1 0 0 1 -405 4\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6C\nEncoding: 8044 8044 1567\nWidth: 720\nHStem: -0.639648 72.9599<42 216 526 702> 581 42<-520 -503.526> 619.52 72.96<345 379> 718 20<-520 -439 40 153 153 153>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 8142 8142 S 1 0 0 1 -318 -2\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6D\nEncoding: 8045 8045 1568\nWidth: 720\nHStem: -0.639648 72.9599<42 216 526 702> 545 42<170.526 187> 619.52 72.96<345 379> 682 20<10 123 106 187 123 123>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 8158 8158 S 1 0 0 1 -348 -38\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6E\nEncoding: 8046 8046 1569\nWidth: 720\nHStem: -0.639648 72.9599<42 216 526 702> 440 42<-444.5 -428.026> 577 20<-444.5 -363.5> 619.52 72.96<345 379>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 8143 8143 S 1 0 0 1 -242.5 -143\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6F\nEncoding: 8047 8047 1570\nWidth: 720\nHStem: -0.639648 72.9599<42 216 526 702> 449 42<282.026 298.5> 586 20<217.5 298.5> 619.52 72.96<345 379>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 8159 8159 S 1 0 0 1 -236.5 -134\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F70\nEncoding: 8048 8048 1571\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 727 20<171.5 284.5 284.5 284.5>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 8175 8175 N 1 0 0 1 149.5 7\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F71\nEncoding: 8049 8049 1572\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 727 20<267.5 380.5 380.5 380.5>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 8189 8189 N 1 0 0 1 79.5 7\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F72\nEncoding: 8050 8050 1573\nWidth: 510\nHStem: -10 70<230 264> 231 59<230 295> 462 70<230 264> 727 20<153 266 266 266>\nVStem: 39 82<133 144 376 391>\nRef: 8175 8175 N 1 0 0 1 131 7\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F73\nEncoding: 8051 8051 1574\nWidth: 510\nHStem: -10 70<230 264> 231 59<230 295> 462 70<230 264> 727 20<249 362 362 362>\nVStem: 39 82<133 144 376 391>\nRef: 8189 8189 N 1 0 0 1 61 7\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F74\nEncoding: 8052 8052 1575\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 727 20<184.5 297.5 297.5 297.5>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 8175 8175 S 1 0 0 1 162.5 7\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F75\nEncoding: 8053 8053 1576\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 727 20<286.5 399.5 399.5 399.5>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 8189 8189 S 1 0 0 1 98.5 7\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F76\nEncoding: 8054 8054 1577\nWidth: 286\nHStem: -8 87<178 196> 727 20<-4.5 108.5 108.5 108.5>\nVStem: 56 88<131 520>\nRef: 8175 8175 N 1 0 0 1 -26.5 7\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F77\nEncoding: 8055 8055 1578\nWidth: 286\nHStem: -8 87<178 196> 727 20<91.5 204.5 204.5 204.5>\nVStem: 56 88<131 520>\nRef: 8189 8189 N 1 0 0 1 -96.5 7\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F78\nEncoding: 8056 8056 1579\nWidth: 550\nHStem: -12 74<257 291> 458 72<257 291> 727 20<171.5 284.5 284.5 284.5>\nVStem: 34 90<243 277> 428 90<243 277>\nRef: 8175 8175 N 1 0 0 1 149.5 7\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F79\nEncoding: 8057 8057 1580\nWidth: 550\nHStem: -12 74<257 291> 458 72<257 291> 727 20<267.5 380.5 380.5 380.5>\nVStem: 34 90<243 277> 428 90<243 277>\nRef: 8189 8189 N 1 0 0 1 79.5 7\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7A\nEncoding: 8058 8058 1581\nWidth: 515\nHStem: -14 76<247 281> 727 20<154.5 267.5 267.5 267.5>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 8175 8175 N 1 0 0 1 132.5 7\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7B\nEncoding: 8059 8059 1582\nWidth: 515\nHStem: -14 76<247 281> 727 20<250.5 363.5 363.5 363.5>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 8189 8189 N 1 0 0 1 62.5 7\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7C\nEncoding: 8060 8060 1583\nWidth: 740\nHStem: -9 72<224 230 510 517> 727 20<265.5 378.5 378.5 378.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 8175 8175 N 1 0 0 1 243.5 7\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7D\nEncoding: 8061 8061 1584\nWidth: 740\nHStem: -9 72<224 230 510 517> 727 20<361.5 474.5 474.5 474.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 8189 8189 N 1 0 0 1 173.5 7\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F80\nEncoding: 8064 8064 1585\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<-97.5 -81.0256> 736 20<-97.5 -16.5>\nVStem: 48 84<242 276> 243 76<-171 -71> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 114 5\nRef: 7936 7936 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F81\nEncoding: 8065 8065 1586\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<633.026 649.5> 736 20<568.5 649.5>\nVStem: 48 84<242 276> 243 76<-171 -71> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 114 5\nRef: 7937 7937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F82\nEncoding: 8066 8066 1587\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<-227 -210.526> 736 20<-227 -146 237 350 350 350>\nVStem: 48 84<242 276> 243 76<-171 -71> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 114 5\nRef: 7938 7938 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F83\nEncoding: 8067 8067 1588\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<498.526 515> 736 20<242 355 355 355 434 515>\nVStem: 48 84<242 276> 243 76<-171 -71> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 114 5\nRef: 7939 7939 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F84\nEncoding: 8068 8068 1589\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<-227 -210.526> 736 20<-227 -146 333 446 446 446>\nVStem: 48 84<242 276> 243 76<-171 -71> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 114 5\nRef: 7940 7940 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F85\nEncoding: 8069 8069 1590\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<498.526 515> 736 20<338 451 434 515 451 451>\nVStem: 48 84<242 276> 243 76<-171 -71> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 114 5\nRef: 7941 7941 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F86\nEncoding: 8070 8070 1591\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<-92.5 -76.0256> 736 20<-92.5 -11.5>\nVStem: 48 84<242 276> 243 76<-171 -71> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 114 5\nRef: 7942 7942 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F87\nEncoding: 8071 8071 1592\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 42<628.026 644.5> 736 20<563.5 644.5>\nVStem: 48 84<242 276> 243 76<-171 -71> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 114 5\nRef: 7943 7943 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F88\nEncoding: 8072 8072 1593\nWidth: 882\nFlags: W\nHStem: 0 21<8 110 572 678> 218 76<216 457> 590 42<-229 -212.526> 727 20<-229 -148>\nVStem: 701 76<62 162>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8126 8126 S 1 0 0 1 678 -15\nRef: 7944 7944 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F89\nEncoding: 8073 8073 1594\nWidth: 882\nFlags: W\nHStem: 0 21<8 110 572 678> 218 76<216 457> 584 42<516.526 533> 721 20<452 533>\nVStem: 701 76<62 162>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8126 8126 S 1 0 0 1 678 -15\nRef: 7945 7945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8A\nEncoding: 8074 8074 1595\nWidth: 882\nFlags: W\nHStem: 0 21<8 110 572 678> 218 76<216 457> 587 42<-479 -462.526> 724 20<-479 -398 -15 98 98 98>\nVStem: 701 76<62 162>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8126 8126 S 1 0 0 1 678 -15\nRef: 7946 7946 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8B\nEncoding: 8075 8075 1596\nWidth: 882\nFlags: W\nHStem: 0 21<8 110 572 678> 218 76<216 457> 590 42<217.526 234> 727 20<-39 74 74 74 153 234>\nVStem: 701 76<62 162>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8126 8126 S 1 0 0 1 678 -15\nRef: 7947 7947 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8C\nEncoding: 8076 8076 1597\nWidth: 882\nFlags: W\nHStem: 0 21<8 110 572 678> 218 76<216 457> 584 42<-449 -432.526> 721 20<-449 -368 111 224 224 224>\nVStem: 701 76<62 162>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8126 8126 S 1 0 0 1 678 -15\nRef: 7948 7948 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8D\nEncoding: 8077 8077 1598\nWidth: 882\nFlags: W\nHStem: 0 21<8 110 572 678> 218 76<216 457> 584 42<271.526 288> 721 20<111 224 207 288 224 224>\nVStem: 701 76<62 162>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8126 8126 S 1 0 0 1 678 -15\nRef: 7949 7949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8E\nEncoding: 8078 8078 1599\nWidth: 882\nFlags: W\nHStem: 0 21<8 110 572 678> 218 76<216 457> 440 42<-301.5 -285.026> 577 20<-301.5 -220.5>\nVStem: 701 76<62 162>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8126 8126 S 1 0 0 1 678 -15\nRef: 7950 7950 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8F\nEncoding: 8079 8079 1600\nWidth: 882\nFlags: W\nHStem: 0 21<8 110 572 678> 218 76<216 457> 440 42<419.026 435.5> 577 20<354.5 435.5>\nVStem: 701 76<62 162>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8126 8126 S 1 0 0 1 678 -15\nRef: 7951 7951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F90\nEncoding: 8080 8080 1601\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 596 42<-87.5 -71.0256> 733 20<-87.5 -6.5>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 890 890 N 1 0 0 1 -47 15\nRef: 7968 7968 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F91\nEncoding: 8081 8081 1602\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 599 42<634.026 650.5> 736 20<569.5 650.5>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 890 890 N 1 0 0 1 -47 15\nRef: 7969 7969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F92\nEncoding: 8082 8082 1603\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 593 42<-229 -212.526> 730 20<-229 -148 235 348 348 348>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 890 890 N 1 0 0 1 -47 15\nRef: 7970 7970 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F93\nEncoding: 8083 8083 1604\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 593 42<490.526 507> 730 20<234 347 347 347 426 507>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 890 890 N 1 0 0 1 -47 15\nRef: 7971 7971 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F94\nEncoding: 8084 8084 1605\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 596 42<-235 -218.526> 733 20<-235 -154 325 438 438 438>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 890 890 N 1 0 0 1 -47 15\nRef: 7972 7972 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F95\nEncoding: 8085 8085 1606\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 599 42<487.526 504> 736 20<327 440 423 504 440 440>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 890 890 N 1 0 0 1 -47 15\nRef: 7973 7973 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F96\nEncoding: 8086 8086 1607\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 596 42<-100.5 -84.0256> 733 20<-100.5 -19.5>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 890 890 N 1 0 0 1 -47 15\nRef: 7974 7974 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F97\nEncoding: 8087 8087 1608\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 596 42<638.026 654.5> 733 20<573.5 654.5>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 890 890 N 1 0 0 1 -47 15\nRef: 7975 7975 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F98\nEncoding: 8088 8088 1609\nWidth: 857\nFlags: W\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<-409 -392.526> 721 20<-409 -328>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716> 677 76<56 156>\nRef: 8126 8126 S 1 0 0 1 654 -21\nRef: 7976 7976 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F99\nEncoding: 8089 8089 1610\nWidth: 857\nFlags: W\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<321.526 338> 721 20<257 338>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716> 677 76<56 156>\nRef: 8126 8126 S 1 0 0 1 654 -21\nRef: 7977 7977 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9A\nEncoding: 8090 8090 1611\nWidth: 857\nFlags: W\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<-668 -651.526> 721 20<-668 -587 -204 -91 -91 -91>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716> 677 76<56 156>\nRef: 8126 8126 S 1 0 0 1 654 -21\nRef: 7978 7978 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9B\nEncoding: 8091 8091 1612\nWidth: 857\nFlags: W\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<52.5256 69> 721 20<-204 -91 -91 -91 -12 69>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716> 677 76<56 156>\nRef: 8126 8126 S 1 0 0 1 654 -21\nRef: 7979 7979 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9C\nEncoding: 8092 8092 1613\nWidth: 857\nFlags: W\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<-668 -651.526> 721 20<-668 -587 -108 5 5 5>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716> 677 76<56 156>\nRef: 8126 8126 S 1 0 0 1 654 -21\nRef: 7980 7980 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9D\nEncoding: 8093 8093 1614\nWidth: 857\nFlags: W\nHStem: 0 21<65 159 531 625> 338 84<159 530> 584 42<52.5256 69> 721 20<-108 5 -12 69 5 5>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716> 677 76<56 156>\nRef: 8126 8126 S 1 0 0 1 654 -21\nRef: 7981 7981 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9E\nEncoding: 8094 8094 1615\nWidth: 857\nFlags: W\nHStem: 0 21<65 159 531 625> 338 84<159 530> 440 42<-520.5 -504.026> 577 20<-520.5 -439.5>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716> 677 76<56 156>\nRef: 8126 8126 S 1 0 0 1 654 -21\nRef: 7982 7982 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9F\nEncoding: 8095 8095 1616\nWidth: 857\nFlags: W\nHStem: 0 21<65 159 531 625> 338 84<159 530> 440 42<200.026 216.5> 577 20<135.5 216.5>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716> 677 76<56 156>\nRef: 8126 8126 S 1 0 0 1 654 -21\nRef: 7983 7983 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA0\nEncoding: 8096 8096 1617\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<-3.5 12.9744> 736 20<-3.5 77.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 8032 8032 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA1\nEncoding: 8097 8097 1618\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<727.026 743.5> 736 20<662.5 743.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 8033 8033 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA2\nEncoding: 8098 8098 1619\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<-133 -116.526> 736 20<-133 -52 331 444 444 444>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 8034 8034 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA3\nEncoding: 8099 8099 1620\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<592.526 609> 736 20<336 449 449 449 528 609>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 8035 8035 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA4\nEncoding: 8100 8100 1621\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<-133 -116.526> 736 20<-133 -52 427 540 540 540>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 8036 8036 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA5\nEncoding: 8101 8101 1622\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<592.526 609> 736 20<432 545 528 609 545 545>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 8037 8037 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA6\nEncoding: 8102 8102 1623\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<1.5 17.9744> 736 20<1.5 82.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 8038 8038 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA7\nEncoding: 8103 8103 1624\nWidth: 740\nHStem: -9 72<224 230 510 517> 599 42<722.026 738.5> 736 20<657.5 738.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 8039 8039 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA8\nEncoding: 8104 8104 1625\nWidth: 945\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 581 42<-354 -337.526> 619.52 72.96<345 379> 718 20<-354 -273>\nVStem: 47 87<334 368> 613 91<334 368> 764 76<59 159>\nRef: 8126 8126 S 1 0 0 1 741 -18\nRef: 8040 8040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA9\nEncoding: 8105 8105 1626\nWidth: 945\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 584 42<376.526 393> 619.52 72.96<345 379> 721 20<312 393>\nVStem: 47 87<334 368> 613 91<334 368> 764 76<59 159>\nRef: 8126 8126 S 1 0 0 1 741 -18\nRef: 8041 8041 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAA\nEncoding: 8106 8106 1627\nWidth: 945\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 587 42<-607 -590.526> 619.52 72.96<345 379> 724 20<-607 -526 -143 -30 -30 -30>\nVStem: 47 87<334 368> 613 91<334 368> 764 76<59 159>\nRef: 8126 8126 S 1 0 0 1 741 -18\nRef: 8042 8042 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAB\nEncoding: 8107 8107 1628\nWidth: 945\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 587 42<113.526 130> 619.52 72.96<345 379> 724 20<-143 -30 -30 -30 49 130>\nVStem: 47 87<334 368> 613 91<334 368> 764 76<59 159>\nRef: 8126 8126 S 1 0 0 1 741 -18\nRef: 8043 8043 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAC\nEncoding: 8108 8108 1629\nWidth: 945\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 581 42<-520 -503.526> 619.52 72.96<345 379> 718 20<-520 -439 40 153 153 153>\nVStem: 47 87<334 368> 613 91<334 368> 764 76<59 159>\nRef: 8126 8126 S 1 0 0 1 741 -18\nRef: 8044 8044 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAD\nEncoding: 8109 8109 1630\nWidth: 945\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 545 42<170.526 187> 619.52 72.96<345 379> 682 20<10 123 106 187 123 123>\nVStem: 47 87<334 368> 613 91<334 368> 764 76<59 159>\nRef: 8126 8126 S 1 0 0 1 741 -18\nRef: 8045 8045 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAE\nEncoding: 8110 8110 1631\nWidth: 945\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 440 42<-444.5 -428.026> 577 20<-444.5 -363.5> 619.52 72.96<345 379>\nVStem: 47 87<334 368> 613 91<334 368> 764 76<59 159>\nRef: 8126 8126 S 1 0 0 1 741 -18\nRef: 8046 8046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAF\nEncoding: 8111 8111 1632\nWidth: 945\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 449 42<282.026 298.5> 586 20<217.5 298.5> 619.52 72.96<345 379>\nVStem: 47 87<334 368> 613 91<334 368> 764 76<59 159>\nRef: 8126 8126 S 1 0 0 1 741 -18\nRef: 8047 8047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB0\nEncoding: 8112 8112 1633\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 69<248 303.5> 714 20<125.5 184.5 184.5 184.5 367.5 426.5 426.5 426.5>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 728 728 N 1 0 0 1 110.5 2\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB1\nEncoding: 8113 8113 1634\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 599 70<139 413>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 175 175 N 1 0 0 1 111 -32\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB2\nEncoding: 8114 8114 1635\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 727 20<171.5 284.5 284.5 284.5>\nVStem: 48 84<242 276> 234 76<-156 -56> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 105 20\nRef: 8048 8048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB3\nEncoding: 8115 8115 1636\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289>\nVStem: 48 84<242 276> 234 76<-156 -56> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 105 20\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB4\nEncoding: 8116 8116 1637\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289> 727 20<267.5 380.5 380.5 380.5>\nVStem: 48 84<242 276> 234 76<-156 -56> 446 72<442 520>\nRef: 8049 8049 S 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 105 20\nEndChar\nStartChar: uni1FB6\nEncoding: 8118 8118 1638\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289>\nVStem: 48 84<242 276> 446 72<442 520>\nRef: 732 732 N 1 0 0 1 114 -14\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB7\nEncoding: 8119 8119 1639\nWidth: 596\nHStem: -12 78<255 289> 454 76<256.393 289>\nVStem: 48 84<242 276> 234 76<-156 -56> 446 72<442 520>\nRef: 890 890 S 1 0 0 1 105 20\nRef: 8118 8118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB8\nEncoding: 8120 8120 1640\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 801 69<307 362.5> 916 20<184.5 243.5 243.5 243.5 426.5 485.5 485.5 485.5>\nDStem: 284 716 188 218 8 0 110 0\nRef: 728 728 N 1 0 0 1 169.5 204\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB9\nEncoding: 8121 8121 1641\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 801 70<198 472>\nDStem: 284 716 188 218 8 0 110 0\nRef: 175 175 N 1 0 0 1 170 170\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBA\nEncoding: 8122 8122 1642\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 721 20<15 128 128 128>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8175 8175 N 1 0 0 1 -7 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBB\nEncoding: 8123 8123 1643\nWidth: 684\nHStem: 0 21<8 110 572 678> 218 76<216 457> 721 20<111 224 224 224>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8189 8189 N 1 0 0 1 -77 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBC\nEncoding: 8124 8124 1644\nWidth: 882\nFlags: W\nHStem: 0 21<8 110 572 678> 218 76<216 457>\nVStem: 701 76<62 162>\nDStem: 284 716 188 218 8 0 110 0\nRef: 8126 8126 S 1 0 0 1 678 -15\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBD\nEncoding: 8125 8125 1471\nWidth: 278\nHStem: 747 104<-52.5 7.5>\nRef: 44 44 N 1 0 0 1 -139.5 747\nEndChar\nStartChar: uni1FBE\nEncoding: 8126 8126 1472\nWidth: 201\nFlags: W\nVStem: 23 76<77 177>\nRef: 890 890 N 1 0 0 1 -106 253\nEndChar\nStartChar: uni1FBF\nEncoding: 8127 8127 1472\nWidth: 333\nFlags: W\nHStem: 583 42<-202 -185.526> 720 20<-202 -121>\nRef: 787 787 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC0\nEncoding: 8128 8128 1473\nWidth: 278\nRef: 732 732 N 1 0 0 1 -162 7\nEndChar\nStartChar: uni1FC1\nEncoding: 8129 8129 1474\nWidth: 333\nHStem: 612 103<30 134 192 296>\nVStem: 30 104<612 715> 192 104<612 715>\nRef: 8128 8128 N 1 0 0 1 163 155\nRef: 168 168 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC2\nEncoding: 8130 8130 1475\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320> 727 20<184.5 297.5 297.5 297.5>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 890 890 N 1 0 0 1 -47 15\nRef: 8052 8052 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC3\nEncoding: 8131 8131 1476\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 890 890 N 1 0 0 1 -47 15\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC4\nEncoding: 8132 8132 1477\nWidth: 536\nHStem: 0 21<76 164> 454 76<300 320> 727 20<286.5 399.5 399.5 399.5>\nVStem: 76 88<0 299> 82 76<-161 -61> 410 88<-159 347>\nRef: 8053 8053 S 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -47 15\nEndChar\nStartChar: uni1FC6\nEncoding: 8134 8134 1478\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320>\nVStem: 76 88<0 299> 410 88<-159 347>\nRef: 732 732 S 1 0 0 1 109 19\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC7\nEncoding: 8135 8135 1479\nWidth: 526\nHStem: 0 21<76 164> 454 76<300 320>\nVStem: 76 88<0 299> 410 88<-159 347> 460 76<-343 -243>\nRef: 890 890 N 1 0 0 1 331 -167\nRef: 8134 8134 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC8\nEncoding: 8136 8136 1480\nWidth: 650\nHStem: 0 84<174 614> 328 84<174 570> 632 84<174 598> 721 20<-189 -76 -76 -76>\nVStem: 80 94<83 328 411 632>\nRef: 8175 8175 N 1 0 0 1 -211 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC9\nEncoding: 8137 8137 1481\nWidth: 650\nHStem: 0 84<174 614> 328 84<174 570> 632 84<174 598> 721 20<-93 20 20 20>\nVStem: 80 94<83 328 411 632>\nRef: 8189 8189 N 1 0 0 1 -281 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCA\nEncoding: 8138 8138 1482\nWidth: 683\nHStem: 0 21<65 159 531 625> 338 84<159 530> 721 20<-204 -91 -91 -91>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 8175 8175 N 1 0 0 1 -226 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCB\nEncoding: 8139 8139 1483\nWidth: 683\nHStem: 0 21<65 159 531 625> 338 84<159 530> 721 20<-108 5 5 5>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716>\nRef: 8189 8189 N 1 0 0 1 -296 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCC\nEncoding: 8140 8140 1484\nWidth: 857\nFlags: W\nHStem: 0 21<65 159 531 625> 338 84<159 530>\nVStem: 65 94<0 337 422 716> 531 94<0 337 422 716> 677 76<56 156>\nRef: 8126 8126 S 1 0 0 1 654 -21\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCD\nEncoding: 8141 8141 1473\nWidth: 582\nFlags: W\nHStem: 583 42<-202 -185.526> 720 20<-202 -121 262 375 375 375>\nRef: 8175 8175 N 1 0 0 1 240 0\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCE\nEncoding: 8142 8142 1474\nWidth: 582\nFlags: W\nHStem: 583 42<-202 -185.526> 720 20<-202 -121 358 471 471 471>\nRef: 8189 8189 N 1 0 0 1 170 0\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCF\nEncoding: 8143 8143 1475\nWidth: 333\nHStem: 583 42<-202 -185.526> 720 20<-202 -121>\nRef: 732 732 N 1 0 0 1 4.5 167\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD0\nEncoding: 8144 8144 1476\nWidth: 286\nHStem: -8 87<178 196> 599 69<72 127.5> 714 20<-50.5 8.5 8.5 8.5 191.5 250.5 250.5 250.5>\nVStem: 56 88<131 520>\nRef: 728 728 N 1 0 0 1 -65.5 2\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD1\nEncoding: 8145 8145 1477\nWidth: 286\nHStem: -8 87<178 196> 599 70<-37 237>\nVStem: 56 88<131 520>\nRef: 175 175 N 1 0 0 1 -65 -32\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD2\nEncoding: 8146 8146 1478\nWidth: 286\nHStem: -8 87<178 196> 599 103<-33 71 129 233> 870 20<-4.5 108.5 108.5 108.5>\nVStem: -33 104<599 702> 56 88<131 520> 129 104<599 702>\nRef: 8173 8173 N 1 0 0 1 -63 -13\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD3\nEncoding: 8147 8147 1479\nWidth: 286\nHStem: -8 87<178 196> 594 103<-42 62 120 224> 852 20<122 235 235 235>\nVStem: -42 104<594 697> 56 88<131 520> 120 104<594 697>\nRef: 8174 8174 S 1 0 0 1 -72 -18\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD6\nEncoding: 8150 8150 1480\nWidth: 286\nHStem: -8 87<178 196>\nVStem: 56 88<131 520>\nRef: 732 732 N 1 0 0 1 -62 -14\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD7\nEncoding: 8151 8151 1481\nWidth: 312\nHStem: -8 87<178 196> 599 103<-33 71 129 233>\nVStem: -33 104<599 702> 56 88<131 520> 129 104<599 702>\nRef: 732 732 N 1 0 0 1 -48 167\nRef: 970 970 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD8\nEncoding: 8152 8152 1482\nWidth: 236\nHStem: 0 21<69 163> 801 69<88 143.5> 916 20<-34.5 24.5 24.5 24.5 207.5 266.5 266.5 266.5>\nVStem: 69 94<0 716>\nRef: 728 728 N 1 0 0 1 -49.5 204\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD9\nEncoding: 8153 8153 1483\nWidth: 236\nHStem: 0 21<69 163> 801 70<-21 253>\nVStem: 69 94<0 716>\nRef: 175 175 N 1 0 0 1 -49 170\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDA\nEncoding: 8154 8154 1484\nWidth: 236\nHStem: 0 21<69 163> 721 20<-200 -87 -87 -87>\nVStem: 69 94<0 716>\nRef: 8175 8175 N 1 0 0 1 -222 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDB\nEncoding: 8155 8155 1485\nWidth: 236\nHStem: 0 21<69 163> 721 20<-104 9 9 9>\nVStem: 69 94<0 716>\nRef: 8189 8189 N 1 0 0 1 -292 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDD\nEncoding: 8157 8157 1476\nWidth: 582\nFlags: W\nHStem: 583 42<518.526 535> 720 20<262 375 375 375 454 535>\nRef: 8175 8175 N 1 0 0 1 240 0\nRef: 8190 8190 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDE\nEncoding: 8158 8158 1477\nWidth: 582\nFlags: W\nHStem: 583 42<518.526 535> 720 20<358 471 454 535 471 471>\nRef: 8189 8189 N 1 0 0 1 170 0\nRef: 8190 8190 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDF\nEncoding: 8159 8159 1478\nWidth: 333\nHStem: 583 42<518.526 535> 720 20<454 535>\nRef: 732 732 N 1 0 0 1 4.5 167\nRef: 8190 8190 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE0\nEncoding: 8160 8160 1479\nWidth: 515\nHStem: -14 76<247 281> 599 69<231 286.5> 714 20<108.5 167.5 167.5 167.5 350.5 409.5 409.5 409.5>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 728 728 N 1 0 0 1 93.5 2\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE1\nEncoding: 8161 8161 1480\nWidth: 515\nHStem: -14 76<247 281> 599 70<122 396>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 175 175 N 1 0 0 1 94 -32\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE2\nEncoding: 8162 8162 1481\nWidth: 515\nHStem: -14 76<247 281> 599 103<126 230 288 392> 870 20<154.5 267.5 267.5 267.5>\nVStem: 40 88<193 518> 126 104<599 702> 288 104<599 702> 390 88<193 518>\nRef: 8173 8173 N 1 0 0 1 96 -13\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE3\nEncoding: 8163 8163 1482\nWidth: 515\nHStem: -14 76<247 281> 597 103<106 210 268 372> 855 20<270 383 383 383>\nVStem: 40 88<193 518> 106 104<597 700> 268 104<597 700> 390 88<193 518>\nRef: 8174 8174 S 1 0 0 1 76 -15\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE4\nEncoding: 8164 8164 1483\nWidth: 566\nHStem: -10 74<280 314> 460 72<280 314> 599 42<-76.5 -60.0256> 736 20<-76.5 4.5>\nVStem: 57 88<-200 61 247 281> 451 90<247 281>\nRef: 8127 8127 N 1 0 0 1 125.5 16\nRef: 961 961 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE5\nEncoding: 8165 8165 1484\nWidth: 566\nHStem: -10 74<280 314> 460 72<280 314> 599 42<654.026 670.5> 736 20<589.5 670.5>\nVStem: 57 88<-200 61 247 281> 451 90<247 281>\nRef: 8190 8190 N 1 0 0 1 135.5 16\nRef: 961 961 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE6\nEncoding: 8166 8166 1485\nWidth: 515\nHStem: -14 76<247 281>\nVStem: 40 88<193 518> 390 88<193 518>\nRef: 732 732 N 1 0 0 1 97 -14\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE7\nEncoding: 8167 8167 1486\nWidth: 515\nHStem: -14 76<247 281> 599 103<126 230 288 392>\nVStem: 40 88<193 518> 126 104<599 702> 288 104<599 702> 390 88<193 518>\nRef: 732 732 N 1 0 0 1 99 169\nRef: 971 971 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE8\nEncoding: 8168 8168 1487\nWidth: 684\nHStem: -1.62012 21<291.103 382.987> 678.27 20<21.3125 132.747 555.027 662.553> 801 69<314 369.5> 916 20<191.5 250.5 250.5 250.5 433.5 492.5 492.5 492.5>\nVStem: 291.103 91.884<13 295>\nRef: 728 728 N 1 0 0 1 176.5 204\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE9\nEncoding: 8169 8169 1488\nWidth: 684\nHStem: -1.62012 21<291.103 382.987> 678.27 20<21.3125 132.747 555.027 662.553> 801 70<205 479>\nVStem: 291.103 91.884<13 295>\nRef: 175 175 N 1 0 0 1 177 170\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEA\nEncoding: 8170 8170 1489\nWidth: 684\nHStem: -1.62012 21<291.103 382.987> 678.27 20<21.3125 132.747 555.027 662.553> 721 20<-255 -142 -142 -142>\nVStem: 291.103 91.884<13 295>\nRef: 8175 8175 N 1 0 0 1 -277 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEB\nEncoding: 8171 8171 1490\nWidth: 684\nHStem: -1.62012 21<291.103 382.987> 678.27 20<21.3125 132.747 555.027 662.553> 721 20<-159 -46 -46 -46>\nVStem: 291.103 91.884<13 295>\nRef: 8189 8189 N 1 0 0 1 -347 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEC\nEncoding: 8172 8172 1491\nWidth: 638\nHStem: -0.269531 21<78 172> 285.16 82.11<172 383> 584 42<334.526 351> 617.51 82.11<172 399> 721 20<270 351>\nVStem: 78 94<14 285 382 618> 526 98<478 512>\nRef: 8190 8190 N 1 0 0 1 -184 1\nRef: 929 929 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FED\nEncoding: 8173 8173 1479\nWidth: 333\nHStem: 612 103<30 134 192 296> 883 20<58.5 171.5 171.5 171.5>\nVStem: 30 104<612 715> 192 104<612 715>\nRef: 8175 8175 N 1 0 0 1 36.5 163\nRef: 168 168 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEE\nEncoding: 8174 8174 1480\nWidth: 393\nFlags: W\nHStem: 612 103<30 134 192 296> 870 20<194 307 307 307>\nVStem: 30 104<612 715> 192 104<612 715>\nRef: 8189 8189 S 1 0 0 1 6 150\nRef: 168 168 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEF\nEncoding: 8175 8175 1481\nWidth: 333\nFlags: W\nHStem: 720 20<22 135 135 135>\nRef: 96 96 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF2\nEncoding: 8178 8178 1482\nWidth: 740\nHStem: -9 72<224 230 510 517> 727 20<265.5 378.5 378.5 378.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 8060 8060 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF3\nEncoding: 8179 8179 1483\nWidth: 740\nHStem: -9 72<224 230 510 517>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF4\nEncoding: 8180 8180 1484\nWidth: 740\nHStem: -9 72<224 230 510 517> 727 20<361.5 474.5 474.5 474.5>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 8061 8061 S 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 203 6\nEndChar\nStartChar: uni1FF6\nEncoding: 8182 8182 1485\nWidth: 740\nHStem: -9 72<224 230 510 517>\nVStem: 36 84<214 264> 328 84<139.396 376> 620 84<214 264>\nRef: 732 732 N 1 0 0 1 208 -14\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF7\nEncoding: 8183 8183 1486\nWidth: 740\nHStem: -9 72<224 230 510 517>\nVStem: 36 84<214 264> 328 84<139.396 376> 332 76<-170 -70> 620 84<214 264>\nRef: 890 890 N 1 0 0 1 203 6\nRef: 8182 8182 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF8\nEncoding: 8184 8184 1487\nWidth: 750\nHStem: -7.41016 78.3106<369 403> 622.89 78.31<369 419> 718 20<-135 -22 -22 -22>\nVStem: 50 96<311 361> 636 98<327 361>\nRef: 8175 8175 S 1 0 0 1 -157 -2\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF9\nEncoding: 8185 8185 1488\nWidth: 750\nHStem: -7.41016 78.3106<369 403> 622.89 78.31<369 419> 712 20<24 137 137 137>\nVStem: 50 96<311 361> 636 98<327 361>\nRef: 8189 8189 S 1 0 0 1 -164 -8\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFA\nEncoding: 8186 8186 1489\nWidth: 720\nHStem: -0.639648 72.9599<42 216 526 702> 619.52 72.96<345 379> 709 20<-137 -24 -24 -24>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 8175 8175 S 1 0 0 1 -159 -11\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFB\nEncoding: 8187 8187 1490\nWidth: 720\nHStem: -0.639648 72.9599<42 216 526 702> 619.52 72.96<345 379> 685 20<-2 111 111 111>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 8189 8189 S 1 0 0 1 -190 -35\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFC\nEncoding: 8188 8188 1491\nWidth: 939\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 619.52 72.96<345 379>\nVStem: 47 87<334 368> 613 91<334 368> 764 76<59 159>\nRef: 8126 8126 S 1 0 0 1 741 -18\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFD\nEncoding: 8189 8189 1482\nWidth: 333\nFlags: W\nHStem: 720 20<188 301 301 301>\nRef: 180 180 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFE\nEncoding: 8190 8190 1483\nWidth: 333\nFlags: W\nHStem: 583 42<518.526 535> 720 20<454 535>\nRef: 788 788 S 1 0 0 1 0 0\nEndChar\nStartChar: uni2010\nEncoding: 8208 8208 1471\nWidth: 333\nFlags: W\nHStem: 240 72<46 284>\nFore\n284 312 m 1\n 284 240 l 1\n 46 240 l 1\n 46 312 l 1\n 284 312 l 1\nEndSplineSet\nEndChar\nStartChar: endash\nEncoding: 8211 8211 1472\nWidth: 556\nFlags: HMW\nHStem: 240 72<-5 561>\nFore\n561 312 m 1\n 561 240 l 1\n -5 240 l 1\n -5 312 l 1\n 561 312 l 1\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 1473\nWidth: 1000\nFlags: HMW\nHStem: 240 72<-9 1001>\nFore\n1001 312 m 1\n 1001 240 l 1\n -9 240 l 1\n -9 312 l 1\n 1001 312 l 1\nEndSplineSet\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 1474\nWidth: 222\nFlags: HMW\nHStem: 477 104<110 158>\nVStem: 65 93<477 578 578 581>\nFore\n158 477 m 1\n 65 477 l 1\n 65 578 l 2\n 65 657 98 704 158 709 c 1\n 158 671 l 1\n 124 666 109 638 110 581 c 1\n 158 581 l 1\n 158 477 l 1\nEndSplineSet\nKernsSLIF: 89 -9 3 0 87 12 3 0 84 -5 3 0 197 -67 3 0 196 -67 3 0 193 -67 3 0 198 -79 3 0 65 -67 3 0\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 1475\nWidth: 221\nFlags: HMW\nHStem: 625 104<64 112>\nVStem: 64 93<625 628 628 729>\nFore\n64 729 m 1\n 157 729 l 1\n 157 628 l 2\n 157 548 124 502 64 497 c 1\n 64 535 l 1\n 99 540 113 567 112 625 c 1\n 64 625 l 1\n 64 729 l 1\nEndSplineSet\nKernsSLIF: 121 -6 3 0 119 2 3 0 118 -2 3 0 116 -7 3 0 115 -18 3 0 114 -18 3 0 46 -60 3 0 111 -26 3 0 100 -20 3 0 44 -60 3 0 197 -72 3 0 196 -72 3 0 193 -72 3 0 198 -85 3 0 65 -72 3 0\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 1476\nWidth: 222\nFlags: HMW\nHStem: 0 104<65 113>\nVStem: 65 93<0 3 3 104>\nFore\n65 104 m 1\n 158 104 l 1\n 158 3 l 2\n 158 -77 125 -123 64 -128 c 1\n 64 -90 l 1\n 100 -85 115 -58 113 0 c 1\n 65 0 l 1\n 65 104 l 1\nEndSplineSet\nEndChar\nStartChar: quotereversed\nEncoding: 8219 8219 1477\nWidth: 221\nFlags: W\nHStem: 709 20G<64 157>\nVStem: 64 93<625 729>\nFore\n157 729 m 1\n 157 625 l 1\n 109 625 l 1\n 108 567 122 540 157 535 c 1\n 157 497 l 1\n 97 502 64 548 64 628 c 2\n 64 729 l 1\n 157 729 l 1\nEndSplineSet\nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 1478\nWidth: 333\nFlags: HMW\nHStem: 477 104<93 141 251 299>\nVStem: 48 93<477 578 578 581> 206 93<477 578 578 581>\nFore\n141 477 m 1\n 48 477 l 1\n 48 578 l 2\n 48 657 81 704 141 709 c 1\n 141 671 l 1\n 107 666 92 638 93 581 c 1\n 141 581 l 1\n 141 477 l 1\n299 477 m 1\n 206 477 l 1\n 206 578 l 2\n 206 657 239 704 299 709 c 1\n 299 671 l 1\n 265 666 250 638 251 581 c 1\n 299 581 l 1\n 299 477 l 1\nEndSplineSet\nKernsSLIF: 89 5 3 0 87 27 3 0 86 15 3 0 84 9 3 0 197 -52 3 0 196 -52 3 0 193 -52 3 0 198 -64 3 0 65 -52 3 0\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 1479\nWidth: 333\nFlags: HMW\nHStem: 605 104<49 97 209 257>\nVStem: 49 93<605 608 608 709> 209 93<605 608 608 709>\nFore\n49 709 m 1\n 142 709 l 1\n 142 608 l 2\n 142 528 109 482 49 477 c 1\n 49 515 l 1\n 84 520 98 547 97 605 c 1\n 49 605 l 1\n 49 709 l 1\n209 709 m 1\n 302 709 l 1\n 302 608 l 2\n 302 528 269 482 209 477 c 1\n 209 515 l 1\n 244 520 258 547 257 605 c 1\n 209 605 l 1\n 209 709 l 1\nEndSplineSet\nKernsSLIF: 89 7 3 0 87 26 3 0 86 15 3 0 84 11 3 0 197 -53 3 0 196 -53 3 0 193 -53 3 0 198 -66 3 0 65 -53 3 0\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 1480\nWidth: 333\nFlags: HMW\nHStem: 0 104<47 95 207 255>\nVStem: 47 93<0 3 3 104> 207 93<0 3 3 104>\nFore\n47 104 m 1\n 140 104 l 1\n 140 3 l 2\n 140 -77 107 -123 47 -128 c 1\n 47 -90 l 1\n 82 -85 96 -58 95 0 c 1\n 47 0 l 1\n 47 104 l 1\n207 104 m 1\n 300 104 l 1\n 300 3 l 2\n 300 -77 267 -123 207 -128 c 1\n 207 -90 l 1\n 242 -85 256 -58 255 0 c 1\n 207 0 l 1\n 207 104 l 1\nEndSplineSet\nKernsSLIF: 89 -91 3 0 87 -34 3 0 86 -69 3 0 84 -75 3 0 198 30 3 0 65 30 3 0\nEndChar\nStartChar: uni201F\nEncoding: 8223 8223 1481\nWidth: 333\nFlags: W\nHStem: 605 104<49 142 209 302>\nVStem: 49 45<588 608> 49 93<605 709> 209 45<588 608> 209 93<605 709>\nFore\n142 709 m 1\n 142 605 l 1\n 94 605 l 1\n 93 547 107 520 142 515 c 1\n 142 477 l 1\n 82 482 49 528 49 608 c 2\n 49 709 l 1\n 142 709 l 1\n302 709 m 1\n 302 605 l 1\n 254 605 l 1\n 253 547 267 520 302 515 c 1\n 302 477 l 1\n 242 482 209 528 209 608 c 2\n 209 709 l 1\n 302 709 l 1\nEndSplineSet\nEndChar\nStartChar: dagger\nEncoding: 8224 8224 1482\nWidth: 556\nFlags: HMW\nHStem: 420 82<38 231 319 513>\nVStem: 231 88<-177 420 502 709>\nFore\n513 502 m 1\n 513 420 l 1\n 319 420 l 1\n 319 -177 l 1\n 231 -177 l 1\n 231 420 l 1\n 38 420 l 1\n 38 502 l 1\n 231 502 l 1\n 231 709 l 1\n 319 709 l 1\n 319 502 l 1\n 513 502 l 1\nEndSplineSet\nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 1483\nWidth: 556\nFlags: HMW\nHStem: 31 82<38 231 319 513> 420 82<38 231 319 513>\nVStem: 231 88<-177 31 113 420 502 709>\nFore\n513 502 m 1\n 513 420 l 1\n 319 420 l 1\n 319 113 l 1\n 513 113 l 1\n 513 31 l 1\n 319 31 l 1\n 319 -177 l 1\n 231 -177 l 1\n 231 31 l 1\n 38 31 l 1\n 38 113 l 1\n 231 113 l 1\n 231 420 l 1\n 38 420 l 1\n 38 502 l 1\n 231 502 l 1\n 231 709 l 1\n 319 709 l 1\n 319 502 l 1\n 513 502 l 1\nEndSplineSet\nEndChar\nStartChar: bullet\nEncoding: 8226 8226 1484\nWidth: 350\nFlags: W\nFore\n175 470 m 0\n 245 470 300 414 300 343 c 0\n 300 276 243 220 175 220 c 0\n 106 220 50 276 50 345 c 128\n 50 414 106 470 175 470 c 0\nEndSplineSet\nEndChar\nStartChar: uni2023\nEncoding: 8227 8227 1485\nWidth: 350\nFlags: W\nFore\n70 470 m 25\n 70 470 300 346 300 345 c 129\n 300 344 70 220 70 220 c 25\n 70 470 l 25\nEndSplineSet\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 1486\nWidth: 1000\nFlags: HMW\nHStem: 0 104<115 219 448 552 781 885>\nVStem: 115 104<0 104> 448 104<0 104> 781 104<0 104>\nFore\n219 104 m 1\n 219 0 l 1\n 115 0 l 1\n 115 104 l 1\n 219 104 l 1\n552 104 m 1\n 552 0 l 1\n 448 0 l 1\n 448 104 l 1\n 552 104 l 1\n885 104 m 1\n 885 0 l 1\n 781 0 l 1\n 781 104 l 1\n 885 104 l 1\nEndSplineSet\nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 1487\nWidth: 1000\nFlags: W\nHStem: -22 60<472 494 829.684 846> -20 21G<97 163> 219 60<483 494 829.684 846> 427 60<159 170> 668 60<158 170>\nVStem: 9 59<578 587> 249 59<569 587> 334 59<129 139> 574 59<121 139> 694 59<129 139> 934 59<121 139>\nDStem: 492 738 558 738 97 -20 163 -20\nFore\n158 728 m 0\n 242 728 308 661 308 576 c 0\n 308 495 240 427 159 427 c 0\n 76 427 9 495 9 578 c 0\n 9 660 76 728 158 728 c 0\n158 668 m 0\n 109 668 68 627 68 578 c 0\n 68 528 109 487 159 487 c 0\n 208 487 249 528 249 577 c 0\n 249 628 209 668 158 668 c 0\n492 738 m 1\n 558 738 l 1\n 163 -20 l 1\n 97 -20 l 1\n 492 738 l 1\n483 279 m 0\n 567 279 633 212 633 127 c 0\n 633 46 565 -22 484 -22 c 0\n 401 -22 334 46 334 129 c 0\n 334 211 401 279 483 279 c 0\n483 219 m 0\n 434 219 393 178 393 129 c 0\n 393 79 434 38 483 38 c 0\n 533 38 574 79 574 128 c 0\n 574 179 534 219 483 219 c 0\n843 279 m 0\n 927 279 993 212 993 127 c 0\n 993 46 925 -22 844 -22 c 0\n 761 -22 694 46 694 129 c 0\n 694 211 761 279 843 279 c 0\n843 219 m 0\n 794 219 753 178 753 129 c 0\n 753 79 794 38 843 38 c 0\n 893 38 934 79 934 128 c 0\n 934 179 894 219 843 219 c 0\nEndSplineSet\nEndChar\nStartChar: uni2031\nEncoding: 8241 8241 1488\nWidth: 1360\nFlags: W\nHStem: -22 60<472 494 829.684 846 1192 1210> -20 21G<97 163> 219 60<483 494 829.684 846 1203 1210> 427 60<159 170> 668 60<158 170>\nVStem: 9 59<578 587> 249 59<569 587> 334 59<129 139> 574 59<121 139> 694 59<129 139> 934 59<121 139> 1054 59<129 139> 1294 59<121 139>\nDStem: 492 738 558 738 97 -20 163 -20\nFore\n843 279 m 0\n 927 279 993 212 993 127 c 0\n 993 46 925 -22 844 -22 c 0\n 761 -22 694 46 694 129 c 0\n 694 211 761 279 843 279 c 0\n843 219 m 0\n 794 219 753 178 753 129 c 0\n 753 79 794 38 843 38 c 0\n 893 38 934 79 934 128 c 0\n 934 179 894 219 843 219 c 0\n1203 279 m 0\n 1287 279 1353 212 1353 127 c 0\n 1353 46 1285 -22 1204 -22 c 0\n 1121 -22 1054 46 1054 129 c 0\n 1054 211 1121 279 1203 279 c 0\n1203 219 m 0\n 1154 219 1113 178 1113 129 c 0\n 1113 79 1154 38 1203 38 c 0\n 1253 38 1294 79 1294 128 c 0\n 1294 179 1254 219 1203 219 c 0\n158 728 m 0\n 242 728 308 661 308 576 c 0\n 308 495 240 427 159 427 c 0\n 76 427 9 495 9 578 c 0\n 9 660 76 728 158 728 c 0\n158 668 m 0\n 109 668 68 627 68 578 c 0\n 68 528 109 487 159 487 c 0\n 208 487 249 528 249 577 c 0\n 249 628 209 668 158 668 c 0\n492 738 m 1\n 558 738 l 1\n 163 -20 l 1\n 97 -20 l 1\n 492 738 l 1\n483 279 m 0\n 567 279 633 212 633 127 c 0\n 633 46 565 -22 484 -22 c 0\n 401 -22 334 46 334 129 c 0\n 334 211 401 279 483 279 c 0\n483 219 m 0\n 434 219 393 178 393 129 c 0\n 393 79 434 38 483 38 c 0\n 533 38 574 79 574 128 c 0\n 574 179 534 219 483 219 c 0\nEndSplineSet\nEndChar\nStartChar: minute\nEncoding: 8242 8242 1489\nWidth: 278\nFlags: W\nDStem: 141 716 226 676 85 597 170 558\nFore\n141 716 m 1\n 226 676 l 1\n 170 558 l 1\n 85 438 l 1\n 49 455 l 1\n 85 597 l 1\n 141 716 l 1\nEndSplineSet\nEndChar\nStartChar: second\nEncoding: 8243 8243 1490\nWidth: 469\nFlags: W\nDStem: 141 716 226 676 85 597 170 558 352 716 437 676 296 597 381 558\nFore\n141 716 m 1\n 226 676 l 1\n 170 558 l 1\n 85 438 l 1\n 49 455 l 1\n 85 597 l 1\n 141 716 l 1\n352 716 m 1\n 437 676 l 1\n 381 558 l 1\n 296 438 l 1\n 260 455 l 1\n 296 597 l 1\n 352 716 l 1\nEndSplineSet\nEndChar\nStartChar: uni2034\nEncoding: 8244 8244 1491\nWidth: 680\nFlags: W\nDStem: 141 716 226 676 85 597 170 558 352 716 437 676 296 597 381 558 563 716 648 676 507 597 592 558\nFore\n352 716 m 1\n 437 676 l 1\n 381 558 l 1\n 296 438 l 1\n 260 455 l 1\n 296 597 l 1\n 352 716 l 1\n141 716 m 1\n 226 676 l 1\n 170 558 l 1\n 85 438 l 1\n 49 455 l 1\n 85 597 l 1\n 141 716 l 1\n563 716 m 1\n 648 676 l 1\n 592 558 l 1\n 507 438 l 1\n 471 455 l 1\n 507 597 l 1\n 563 716 l 1\nEndSplineSet\nEndChar\nStartChar: uni2035\nEncoding: 8245 8245 1492\nWidth: 278\nFlags: W\nDStem: 49 676 134 716 104 558 189 597\nFore\n134 716 m 1\n 189 597 l 1\n 226 455 l 1\n 189 438 l 1\n 104 558 l 1\n 49 676 l 1\n 134 716 l 1\nEndSplineSet\nEndChar\nStartChar: uni2036\nEncoding: 8246 8246 1493\nWidth: 469\nFlags: W\nDStem: 49 676 134 716 104 558 189 597 260 676 345 716 315 558 400 597\nFore\n345 716 m 1\n 400 597 l 1\n 437 455 l 1\n 400 438 l 1\n 315 558 l 1\n 260 676 l 1\n 345 716 l 1\n134 716 m 1\n 189 597 l 1\n 226 455 l 1\n 189 438 l 1\n 104 558 l 1\n 49 676 l 1\n 134 716 l 1\nEndSplineSet\nEndChar\nStartChar: uni2037\nEncoding: 8247 8247 1494\nWidth: 680\nFlags: W\nDStem: 49 676 134 716 105 558 190 597 260 676 345 716 316 558 401 597 471 676 556 716 527 558 612 597\nFore\n345 716 m 1\n 401 597 l 1\n 437 455 l 1\n 401 438 l 1\n 316 558 l 1\n 260 676 l 1\n 345 716 l 1\n556 716 m 1\n 612 597 l 1\n 648 455 l 1\n 612 438 l 1\n 527 558 l 1\n 471 676 l 1\n 556 716 l 1\n134 716 m 1\n 190 597 l 1\n 226 455 l 1\n 190 438 l 1\n 105 558 l 1\n 49 676 l 1\n 134 716 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 1495\nWidth: 333\nFlags: W\nDStem: 91 227 137 272 243 106 243 189 243 438 243 355 91 316 137 272\nFore\n91 227 m 1\n 91 316 l 1\n 243 438 l 1\n 243 355 l 1\n 137 272 l 1\n 243 189 l 1\n 243 106 l 1\n 91 227 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 1496\nWidth: 333\nFlags: W\nDStem: 85 355 85 438 193 272 239 317 193 272 239 228 85 189 85 106\nFore\n239 317 m 1\n 239 228 l 1\n 85 106 l 1\n 85 189 l 1\n 193 272 l 1\n 85 355 l 1\n 85 438 l 1\n 239 317 l 1\nEndSplineSet\nKernsSLIF: 89 -128 3 0 87 -60 3 0 86 -88 3 0 84 -121 3 0 197 -44 3 0 196 -44 3 0 193 -44 3 0 198 -48 3 0 65 -44 3 0\nEndChar\nStartChar: uni203B\nEncoding: 8251 8251 1497\nWidth: 622\nFlags: W\nHStem: 242 76<136 136 486 488> 418 74<311 313>\nDStem: 98 468 124 492 286 280 311 305 286 280 311 255 98 92 124 68 311 255 336 280 498 68 524 92 498 492 524 468 311 305 336 280\nFore\n98 280 m 0\n 98 299 117 318 136 318 c 0\n 154 318 173 299 174 280 c 0\n 174 262 154 243 136 242 c 0\n 117 242 98 262 98 280 c 0\n311 492 m 0\n 330 492 348 474 348 455 c 128\n 348 436 330 418 311 418 c 128\n 292 418 274 436 274 455 c 0\n 273 474 292 493 311 492 c 0\n524 280 m 0\n 523 262 504 242 486 242 c 0\n 467 243 448 262 448 280 c 0\n 448 299 467 318 486 318 c 0\n 504 318 524 299 524 280 c 0\n311 68 m 0\n 292 68 273 86 274 105 c 0\n 274 124 292 142 311 142 c 0\n 330 143 348 124 348 105 c 128\n 348 86 330 68 311 68 c 0\n98 92 m 1\n 286 280 l 1\n 98 468 l 1\n 124 492 l 1\n 311 305 l 1\n 498 492 l 1\n 524 468 l 1\n 336 280 l 1\n 524 92 l 1\n 498 68 l 1\n 311 255 l 1\n 124 68 l 1\n 98 92 l 1\nEndSplineSet\nEndChar\nStartChar: exclamdbl\nEncoding: 8252 8252 1498\nWidth: 556\nFlags: W\nHStem: 0 104<124 208 402 486> 709 20G<125 208 403 486>\nVStem: 124 84<0 104 390 729> 402 84<0 104 390 729>\nFore\n208 729 m 1\n 208 391 l 1\n 186 168 l 1\n 147 168 l 1\n 125 391 l 1\n 125 729 l 1\n 208 729 l 1\n208 104 m 1\n 208 0 l 1\n 124 0 l 1\n 124 104 l 1\n 208 104 l 1\n486 729 m 1\n 486 391 l 1\n 464 168 l 1\n 425 168 l 1\n 403 391 l 1\n 403 729 l 1\n 486 729 l 1\n486 104 m 1\n 486 0 l 1\n 402 0 l 1\n 402 104 l 1\n 486 104 l 1\nEndSplineSet\nEndChar\nStartChar: uni203D\nEncoding: 8253 8253 1499\nWidth: 556\nFlags: W\nHStem: 0 21G<240 330> 721 20G<224 361>\nVStem: 77 85<507 536.731> 240 90<0 104 199 256 391 659> 419 90<549 561>\nFore\n330 104 m 1\n 330 0 l 1\n 240 0 l 1\n 240 104 l 1\n 330 104 l 1\n240 655 m 1\n 180.803 635.973 162 590.954 162 507 c 1\n 77 507 l 1\n 77 661 152 741 296 741 c 0\n 426 741 509 666 509 549 c 0\n 509 483 484 438 409 370 c 0\n 341 307 330 290 330 246 c 2\n 330 199 l 1\n 240 199 l 1\n 240 254 l 2\n 240 275 242 292 249 308 c 1\n 240 391 l 1\n 240 655 l 1\n330 659 m 1\n 330 404 l 1\n 344 417 l 0\n 397 464 419 503 419 549 c 0\n 419 605 385 646 330 659 c 1\nEndSplineSet\nEndChar\nStartChar: fraction\nEncoding: 8260 8260 1500\nWidth: 167\nFlags: W\nHStem: -20 21G<-174 -116> 689 20G<278 336>\nDStem: 278 709 336 709 -174 -20 -116 -20\nFore\n278 709 m 1\n 336 709 l 1\n -116 -20 l 1\n -174 -20 l 1\n 278 709 l 1\nEndSplineSet\nEndChar\nStartChar: uni2047\nEncoding: 8263 8263 1501\nWidth: 1112\nHStem: 0 104<240 330 796 886> 663 78<264.5 329.5 820.5 885.5>\nVStem: 240 90<0 104 199 246> 419 90<526 583> 796 90<0 104 199 246> 975 90<526 583>\nRef: 63 63 N 1 0 0 1 556 0\nRef: 63 63 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2048\nEncoding: 8264 8264 1501\nWidth: 834\nFlags: W\nHStem: 0 104<240 330 680 764> 663 78<284 302> 709 20G<681 764>\nVStem: 77 85<507 536.731> 240 90<0 104 199 256> 419 90<549 561> 680 84<0 104 390 729>\nFore\n764 729 m 1\n 764 391 l 1\n 742 168 l 1\n 703 168 l 1\n 681 391 l 1\n 681 729 l 1\n 764 729 l 1\n764 104 m 1\n 764 0 l 1\n 680 0 l 1\n 680 104 l 1\n 764 104 l 1\n330 199 m 1\n 240 199 l 1\n 240 254 l 2\n 240 290 247 313 268 341 c 0\n 285 364 285 364 344 417 c 0\n 397 464 419 503 419 549 c 0\n 419 617 368 663 291 663 c 0\n 238 663 198 642 179 605 c 0\n 167 581 162 553 162 507 c 1\n 77 507 l 1\n 77 661 152 741 296 741 c 0\n 426 741 509 666 509 549 c 0\n 509 483 484 438 409 370 c 0\n 341 307 330 290 330 246 c 2\n 330 199 l 1\n330 104 m 1\n 330 0 l 1\n 240 0 l 1\n 240 104 l 1\n 330 104 l 1\nEndSplineSet\nEndChar\nStartChar: uni2049\nEncoding: 8265 8265 1502\nWidth: 834\nFlags: W\nHStem: 0 104<124 208 518 608> 663 78<555 589> 709 20G<125 208>\nVStem: 124 84<0 104 390 729> 355 85<507 536.731> 518 90<0 104 199 256> 697 90<549 561>\nFore\n208 729 m 1\n 208 391 l 1\n 186 168 l 1\n 147 168 l 1\n 125 391 l 1\n 125 729 l 1\n 208 729 l 1\n208 104 m 1\n 208 0 l 1\n 124 0 l 1\n 124 104 l 1\n 208 104 l 1\n608 199 m 1\n 518 199 l 1\n 518 254 l 2\n 518 290 525 313 546 341 c 0\n 563 364 563 364 622 417 c 0\n 675 464 697 503 697 549 c 0\n 697 617 646 663 569 663 c 0\n 516 663 476 642 457 605 c 0\n 445 581 440 553 440 507 c 1\n 355 507 l 1\n 355 661 430 741 574 741 c 0\n 704 741 787 666 787 549 c 0\n 787 483 762 438 687 370 c 0\n 619 307 608 290 608 246 c 2\n 608 199 l 1\n608 104 m 1\n 608 0 l 1\n 518 0 l 1\n 518 104 l 1\n 608 104 l 1\nEndSplineSet\nEndChar\nStartChar: uni204B\nEncoding: 8267 8267 1503\nWidth: 537\nFlags: W\nHStem: 665 64<48 105 48 251>\nVStem: 105 64<-177 665> 251 64<-177 259>\nFore\n48 729 m 1\n 298 729 l 2\n 424 729 522 624 522 489 c 0\n 522 415 492 346 440 303 c 0\n 405 274 370 262 315 259 c 1\n 315 -177 l 1\n 251 -177 l 1\n 251 665 l 1\n 169 665 l 1\n 169 -177 l 1\n 105 -177 l 1\n 105 665 l 1\n 48 665 l 1\n 48 729 l 1\nEndSplineSet\nEndChar\nStartChar: zerosuperior\nEncoding: 8304 8304 1504\nWidth: 351\nFlags: W\nHStem: 270 44<170 188> 662 47<170 188>\nVStem: 27 58<461 511> 267 58<461 511>\nFore\n176 709 m 0\n 289 709 325 609 325 486 c 0\n 325 346 273 270 176 270 c 0\n 78 270 27 346 27 489 c 0\n 27 568 41 625 71 662 c 0\n 95 692 133 709 176 709 c 0\n176 662 m 0\n 115 662 85 605 85 489 c 0\n 85 372 115 314 175 314 c 0\n 238 314 267 370 267 491 c 0\n 267 605 237 662 176 662 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2071\nEncoding: 8305 8305 1505\nWidth: 351\nFlags: W\nHStem: 73 58<160 222>\nVStem: 160 62<-200 25 73 131>\nFore\n160 73 m 25\n 222 73 l 25\n 222 131 l 25\n 160 131 l 25\n 160 73 l 25\n222 25 m 1\n 222 -200 l 1\n 160 -200 l 1\n 160 25 l 1\n 222 25 l 1\nEndSplineSet\nEndChar\nStartChar: foursuperior\nEncoding: 8308 8308 1507\nWidth: 351\nFlags: W\nHStem: 384 53<79 208 270 337> 689 20G<224 270>\nVStem: 208 62<284 384 437 607>\nDStem: 224 709 208 607 20 443 79 437\nFore\n208 384 m 1\n 20 384 l 1\n 20 443 l 1\n 224 709 l 1\n 270 709 l 1\n 270 437 l 1\n 337 437 l 1\n 337 384 l 1\n 270 384 l 1\n 270 284 l 5\n 208 284 l 1\n 208 384 l 1\n208 437 m 1\n 208 607 l 1\n 79 437 l 1\n 208 437 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x3,5 y5,3 y5,4 y0,9 y0,10 x5,7 x5,6 y2,0 x0,2 x0,1 \nEndChar\nStartChar: fivesuperior\nEncoding: 8309 8309 1508\nWidth: 351\nFlags: W\nHStem: 689 20G<66 301.704>\nDStem: 66 709 111.725 656.801 31.8682 477.4 93.6924 538\nFore\n301.704 709 m 1\n 301.704 656.801 l 1\n 111.725 656.801 l 1\n 93.6924 538 l 1\n 120.097 556 145.856 563.801 178.057 563.801 c 0\n 265.641 563.801 325.532 506.2 325.532 422.2 c 0\n 325.532 332.2 261.132 269.801 169.04 269.801 c 0\n 117.521 269.801 71.1523 288.4 45.3926 320.801 c 1\n 31.8682 336.4 25.4277 353.2 17.7002 388 c 1\n 74.3721 388 l 1\n 87.8965 340 118.164 316.601 167.752 316.601 c 0\n 229.576 316.601 267.572 353.801 267.572 415 c 0\n 267.572 478 228.933 517 167.752 517 c 0\n 132.332 517 110.437 506.801 84.0322 477.4 c 1\n 31.8682 477.4 l 1\n 66 709 l 1\n 301.704 709 l 1\nEndSplineSet\nEndChar\nStartChar: sixsuperior\nEncoding: 8310 8310 1509\nWidth: 351\nFlags: W\nHStem: 270 47<170 182> 501 47<168 183> 662 47<168 182>\nVStem: 16 58<477 511> 261 58<397 415>\nFore\n170 270 m 0\n 56 270 16 357 16 477 c 0\n 16 555 29 607 58 648 c 0\n 85 686 130 709 180 709 c 0\n 250 709 298 668 309 598 c 1\n 253 598 l 1\n 244 639 216 662 176 662 c 0\n 111 662 75 605 74 501 c 1\n 99 532 134 548 179 548 c 0\n 261 548 319 492 319 413 c 0\n 319 330 257 270 170 270 c 0\n172 501 m 0\n 116 501 78 465 78 412 c 0\n 78 357 118 317 170 317 c 0\n 223 317 261 356 261 409 c 0\n 261 466 227 501 172 501 c 0\nEndSplineSet\nEndChar\nStartChar: sevensuperior\nEncoding: 8311 8311 1510\nWidth: 351\nFlags: W\nHStem: 657 52<22 269>\nFore\n327 709 m 1\n 327 665 l 1\n 224 537 167 420 142 284 c 1\n 81 284 l 1\n 115 423 160 512 269 657 c 1\n 22 657 l 1\n 22 709 l 1\n 327 709 l 1\nEndSplineSet\nEndChar\nStartChar: eightsuperior\nEncoding: 8312 8312 1511\nWidth: 351\nFlags: W\nHStem: 270 47<166 184> 484 44<166 184> 662 47<166 184>\nVStem: 23 58<397 415> 39 58<589 607> 255 58<589 607> 271 58<397 415>\nFore\n251 507 m 1\n 304 484 329 449 329 401 c 0\n 329 324 266 270 176 270 c 128\n 86 270 23 324 23 402 c 0\n 23 449 48 484 101 507 c 1\n 54 534 39 556 39 596 c 0\n 39 662 96 709 176 709 c 0\n 257 709 313 662 313 596 c 0\n 313 555 298 534 251 507 c 1\n176 662 m 0\n 128 662 97 636 97 595 c 0\n 97 555 128 528 176 528 c 128\n 224 528 255 555 255 594 c 0\n 255 636 224 662 176 662 c 0\n176 484 m 0\n 119 484 81 450 81 401 c 0\n 81 351 119 317 175 317 c 0\n 233 317 271 350 271 401 c 0\n 271 450 233 484 176 484 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: ninesuperior\nEncoding: 8313 8313 1512\nWidth: 351\nFlags: W\nHStem: 270 47<160 174> 431 46<160 174> 663 46<160 184>\nVStem: 23 58<557 575>\nFore\n172 709 m 0\n 286 709 326 622 326 501 c 0\n 326 424 313 372 284 330 c 0\n 258 293 212 270 162 270 c 0\n 92 270 43 311 32 381 c 1\n 89 381 l 1\n 98 340 126 317 166 317 c 0\n 231 317 267 374 267 478 c 1\n 238 445 206 431 163 431 c 0\n 81 431 23 486 23 566 c 0\n 23 649 85 709 172 709 c 0\n171 663 m 0\n 119 663 81 624 81 570 c 0\n 81 513 115 477 169 477 c 0\n 225 477 264 515 264 567 c 0\n 264 622 224 663 171 663 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: zeroinferior\nEncoding: 8320 8320 1513\nWidth: 351\nFlags: W\nHStem: -214 44<170 188> 178 47<170 188>\nVStem: 27 58<-23 27> 267 58<-23 27>\nRef: 8304 8304 N 1 0 0 1 0 -484\nEndChar\nStartChar: oneinferior\nEncoding: 8321 8321 1510\nWidth: 351\nFlags: W\nVStem: 160 62<-200 96 96 96>\nRef: 185 185 N 1 0 0 1 0 -484\nEndChar\nStartChar: twoinferior\nEncoding: 8322 8322 1511\nWidth: 351\nFlags: W\nHStem: -200 58<94 323> 172 53<162 202>\nVStem: 263 63<81.5 118.5>\nRef: 178 178 N 1 0 0 1 0 -484\nEndChar\nStartChar: threeinferior\nEncoding: 8323 8323 1512\nWidth: 351\nFlags: W\nHStem: -214 53<159 177> -8 51<135.125 169.502> 172 53<159 177>\nVStem: 25 63<83.125 101.095> 245 63<90.255 107> 259 63<-87 -70>\nRef: 179 179 N 1 0 0 1 0 -484\nEndChar\nStartChar: fourinferior\nEncoding: 8324 8324 1513\nWidth: 351\nFlags: W\nHStem: -100 53<79 208 270 337> 205 20<224 270>\nVStem: 208 62<-200 -100 -47 123>\nDStem: 224 225 208 123 20 -41 79 -47\nRef: 8308 8308 N 1 0 0 1 0 -484\nEndChar\nStartChar: fiveinferior\nEncoding: 8325 8325 1514\nWidth: 353\nFlags: W\nHStem: 205 20<66 301.704>\nDStem: 66 225 111.725 172.801 31.8682 -6.60001 93.6924 54\nRef: 8309 8309 N 1 0 0 1 0 -484\nEndChar\nStartChar: sixinferior\nEncoding: 8326 8326 1515\nWidth: 351\nFlags: W\nHStem: -214 47<170 182> 17 47<168 183> 178 47<168 182>\nVStem: 16 58<-7 27> 261 58<-87 -69>\nRef: 8310 8310 N 1 0 0 1 0 -484\nEndChar\nStartChar: seveninferior\nEncoding: 8327 8327 1516\nWidth: 351\nFlags: W\nHStem: 173 52<22 269>\nRef: 8311 8311 N 1 0 0 1 0 -484\nEndChar\nStartChar: eightinferior\nEncoding: 8328 8328 1517\nWidth: 351\nFlags: W\nHStem: -214 47<166 184> 0 44<166 184> 178 47<166 184>\nVStem: 23 58<-87 -69> 39 58<105 123> 255 58<105 123> 271 58<-87 -69>\nRef: 8312 8312 N 1 0 0 1 0 -484\nEndChar\nStartChar: nineinferior\nEncoding: 8329 8329 1518\nWidth: 351\nFlags: W\nHStem: -214 47<160 174> -53 46<160 174> 179 46<160 184>\nVStem: 23 58<73 91>\nRef: 8313 8313 N 1 0 0 1 0 -484\nEndChar\nStartChar: peseta\nEncoding: 8359 8359 1514\nWidth: 1445\nFlags: W\nHStem: -23 73<853 881> -23 77<1174 1212> 0 21G<91 184> 309 82<184 413> 456 68<681 752 835 921> 462 77<1174 1197> 647 82<91 396>\nVStem: 91 93<0 309 0 647> 520 97<504 538> 752 83<60 456 524 668> 752 169<48 60> 992 87<376 393> 1317 87<134 145>\nFore\n1383 378 m 1\n 1295 378 l 1\n 1293 433 1257 462 1190 462 c 0\n 1122 462 1079 431 1079 383 c 0\n 1079 346 1108 324 1176 308 c 2\n 1256 289 l 2\n 1360 264 1404 221 1404 143 c 0\n 1404 42 1320 -23 1188 -23 c 0\n 1051 -23 983 35 979 156 c 1\n 1067 156 l 1\n 1072 119 1078 104 1091 89 c 0\n 1112 67 1150 54 1195 54 c 0\n 1268 54 1317 87 1317 136 c 0\n 1317 174 1294 195 1236 209 c 2\n 1158 228 l 2\n 1034 258 992 297 992 379 c 0\n 992 476 1071 539 1193 539 c 0\n 1314 539 1382 481 1383 378 c 1\n921 524 m 1\n 921 456 l 1\n 835 456 l 1\n 835 97 l 2\n 835 60 845 50 881 50 c 0\n 897 50 910 51 921 54 c 1\n 921 -16 l 1\n 893 -21 873 -23 853 -23 c 0\n 788 -23 752 7 752 60 c 2\n 752 456 l 1\n 681 456 l 1\n 681 524 l 1\n 752 524 l 1\n 752 668 l 1\n 835 668 l 1\n 835 524 l 1\n 921 524 l 1\n184 309 m 1\n 184 0 l 1\n 91 0 l 1\n 91 729 l 1\n 392 729 l 2\n 536 729 617 652 617 515 c 0\n 617 448 598 401 554 361 c 0\n 515 326 470 309 413 309 c 2\n 184 309 l 1\n184 391 m 1\n 378 391 l 2\n 467 391 520 439 520 519 c 128\n 520 599 467 647 378 647 c 2\n 184 647 l 1\n 184 391 l 1\nEndSplineSet\nEndChar\nStartChar: uni20A8\nEncoding: 8360 8360 1515\nWidth: 1222\nFlags: W\nHStem: -23 77<951 990> 0 21G<93 186 566 679> 314 82<186 432> 462 77<951 974> 647 82<93 432>\nVStem: 93 93<0 314 0 647> 545 90<119 202> 554 97<519 542> 769 87<376 396> 1094 87<134 145>\nFore\n1160 378 m 1\n 1072 378 l 1\n 1070 433 1034 462 967 462 c 0\n 899 462 856 431 856 383 c 0\n 856 346 885 324 953 308 c 2\n 1033 289 l 2\n 1137 264 1181 221 1181 143 c 0\n 1181 42 1097 -23 965 -23 c 0\n 828 -23 760 35 756 156 c 1\n 844 156 l 1\n 849 119 855 104 868 89 c 0\n 889 67 927 54 972 54 c 0\n 1045 54 1094 87 1094 136 c 0\n 1094 174 1071 195 1013 209 c 2\n 935 228 l 2\n 811 258 769 297 769 379 c 0\n 769 476 848 539 970 539 c 0\n 1091 539 1159 481 1160 378 c 1\n186 314 m 1\n 186 0 l 1\n 93 0 l 1\n 93 729 l 1\n 429 729 l 2\n 572 729 651 660 651 534 c 0\n 651 451 618 400 536 360 c 1\n 615 326 634 290 635 170 c 0\n 637 73 644 47 679 23 c 1\n 679 0 l 1\n 566 0 l 1\n 553 30 545 74 545 119 c 1\n 546 184 l 1\n 546 274 509 314 426 314 c 2\n 186 314 l 1\n186 396 m 1\n 411 396 l 2\n 510 396 554 435 554 521 c 0\n 554 565 541 598 516 619 c 0\n 493 639 463 647 411 647 c 2\n 186 647 l 1\n 186 396 l 1\nEndSplineSet\nEndChar\nStartChar: afii57636\nEncoding: 8362 8362 1516\nWidth: 869\nFlags: W\nHStem: 0 76<356 607> 1 21G<60 147> 524 76<60 429>\nVStem: 60 87<1 524> 270 87<0 375> 486 86<195 486> 708 86<156 600>\nFore\n709 156 m 1\n 708 600 l 1\n 795 600 l 1\n 794 146 l 1\n 777.437 60.4388 696.039 11.0468 607 1 c 1\n 270 0 l 1\n 270 375 l 1\n 357 375 l 1\n 357 76 l 1\n 598 76 l 1\n 633 84 649 85 673 104 c 0\n 696 122 700 135 709 156 c 1\n572 486 m 1\n 573 195 l 1\n 486 195 l 1\n 487 476 l 1\n 484.787 509.198 450.996 524 415 524 c 2\n 147 524 l 1\n 147 1 l 1\n 60 1 l 1\n 60 600 l 1\n 424 600 l 1\n 458 600 492 600 529 572 c 128\n 566 544 572 512 572 486 c 1\nEndSplineSet\nEndChar\nStartChar: Euro\nEncoding: 8364 8364 1517\nWidth: 556\nFlags: HMW\nHStem: -23 78<303 369.5> 254 59<24 79 176 390 176 176> 379 59<24 81 178 439> 633 76<308 370.5>\nVStem: 79 88<339.5 344>\nFore\n79 313 m 1\n 79 338 l 2\n 79 350 79 360 81 379 c 1\n 2 379 l 1\n 24 438 l 1\n 87 438 l 1\n 97 502 119 558 153 608 c 0\n 200 676 265 709 351 709 c 0\n 420 709 477 689 543 642 c 1\n 511 562 l 1\n 438 616 397 633 344 633 c 0\n 258 633 206 571 178 438 c 1\n 462 438 l 1\n 439 379 l 1\n 169 379 l 1\n 167 363 167 354 167 343 c 0\n 167 336 167 328 168 313 c 1\n 414 313 l 1\n 390 254 l 1\n 176 254 l 1\n 201 122 258 55 345 55 c 0\n 394 55 430 69 511 117 c 1\n 511 24 l 1\n 460 -7 405 -23 345 -23 c 0\n 261 -23 186 16 147 80 c 0\n 117 129 97 186 85 254 c 1\n 2 254 l 1\n 24 313 l 1\n 79 313 l 1\nEndSplineSet\nEndChar\nStartChar: uni210B\nEncoding: 8459 8459 1518\nWidth: 969\nFlags: W\nHStem: -22 22<144 178> -8 22<720 738> 80 73<93 116> 374 22<643 754> 455 22<526 550> 608 22<464 478> 686 22<1153.44 1172>\nVStem: 33 21<55 67> 33 116<57 119> 460 54<489 500> 497 50<575 587> 615 62<65 94> 1214 26<629 651>\nDStem: 755 374 849 377 691 285 776 275\nFore\n920 140 m 0\n 920 138 920 137 919 135 c 0\n 870 67 794 -8 730 -8 c 0\n 650 -8 615 33 615 94 c 0\n 615 148 642 216 691 285 c 2\n 755 374 l 1\n 695 374 l 2\n 672 374 649 374 626 373 c 1\n 505 205 l 2\n 423 89 276 -22 165 -22 c 0\n 92 -22 33 5 33 57 c 0\n 33 76 41 98 59 124 c 0\n 71 141 95 153 116 153 c 0\n 134 153 149 144 149 119 c 0\n 149 100 119 80 93 80 c 0\n 81 80 70 85 63 95 c 1\n 57 82 54 71 54 61 c 0\n 54 20 102 0 169 0 c 0\n 253 0 345 109 419 215 c 0\n 455 266 494 316 534 366 c 1\n 434 354 341 322 283 240 c 0\n 282 238 279 237 276 237 c 2\n 265 237 l 2\n 260 237 257 241 257 245 c 1\n 258 250 l 1\n 327 347 439 380 554 391 c 1\n 628 478 l 1\n 595 463 560 455 531 455 c 0\n 494 455 460 468 460 496 c 0\n 460 506 464 517 473 530 c 0\n 489 553 497 571 497 585 c 128\n 497 599 488 608 472 608 c 0\n 434 608 396 557 358 503 c 0\n 356 501 354 499 351 499 c 2\n 340 499 l 2\n 335 499 332 503 332 508 c 0\n 332 509 332 511 333 512 c 0\n 370 565 424 630 476 630 c 0\n 520 630 547 609 547 576 c 0\n 547 560 540 541 526 520 c 0\n 518 509 514 500 514 493 c 0\n 514 483 522 477 534 477 c 0\n 590 477 666 513 703 565 c 1\n 856 714 l 2\n 858 716 860 717 862 717 c 0\n 869.576 717 871.108 708.045 873 703 c 1\n 873 700 873 698 871 695 c 2\n 643 396 l 1\n 771 396 l 1\n 890 557 1027 708 1169 708 c 0\n 1219 708 1240 682 1240 644 c 0\n 1240 609 1222 564 1191 520 c 0\n 1116 414 983 385 849 377 c 1\n 776 275 l 2\n 717 191 677 113 677 65 c 0\n 677 33 694 14 734 14 c 0\n 784 14 847 79 894 145 c 0\n 895 147 898 148 901 148 c 2\n 912 148 l 2\n 916 148 920 145 920 140 c 0\n1165 686 m 0\n 1090 686 977 551 866 400 c 1\n 988 410 1101 439 1166 530 c 0\n 1197 574 1214 613 1214 641 c 128\n 1214 669 1198 686 1165 686 c 0\nEndSplineSet\nEndChar\nStartChar: uni210C\nEncoding: 8460 8460 1519\nWidth: 615\nFlags: W\nFore\n387 718 m 1\n 405 706 l 1\n 376 662 344 621 314 578 c 1\n 313 578 l 1\n 272 626 187 608 171 547 c 0\n 160 503 193 451 208 422 c 1\n 209 422 l 1\n 221 438 236 452 250 467 c 0\n 291 510 347 571 437 558 c 0\n 529 542 574 445 587 362 c 0\n 592 324 594 281 585 243 c 0\n 563 156 496 94 435 33 c 2\n 380 -22 l 0\n 378 -24 376 -26 373 -26 c 0\n 368 -26 360 -18 360 -13 c 0\n 359 -9 363 -4 365 0 c 0\n 367 7 366 15 364 22 c 0\n 350 58 302 66 272 48 c 0\n 239 29 226 -11 234 -47 c 0\n 240 -71 256 -92 288 -88 c 0\n 309 -85 324 -76 341 -65 c 1\n 349 -86 l 1\n 325 -102 297 -115 267 -110 c 0\n 218 -102 203 -41 212 1 c 0\n 228 70 297 105 354 139 c 0\n 361 143 367 148 375 150 c 1\n 383 132 394 94 415 86 c 0\n 432 80 453 85 463 94 c 0\n 508 130 512 200 512 276 c 0\n 512 300 511 323 505 346 c 0\n 486 416 424 473 350 477 c 0\n 302 481 271 454 246 429 c 0\n 245 428 224 408 222 402 c 0\n 220 398 223 394 224 391 c 0\n 238 367 250 321 251 289 c 0\n 253 227 233 162 187 118 c 0\n 141.261 74.6682 66.0947 55.9188 17 98 c 1\n 17 99 79 171 84 176 c 0\n 86 178 88 181 91 181 c 0\n 96 181 114 163 120 159 c 0\n 133 148 153 131 170 142 c 0\n 179 147 186 158 190 167 c 0\n 200 189 198 213 191 235 c 0\n 179 275 155 311 137 349 c 0\n 105 414 108 493 144 556 c 0\n 156 576 172 594 186 612 c 0\n 208 640 229 672 263 685 c 0\n 281 693 301 690 320 691 c 0\n 345 692 371 698 387 718 c 1\nEndSplineSet\nEndChar\nStartChar: uni2110\nEncoding: 8464 8464 1520\nWidth: 809\nFlags: W\nHStem: -17 23<171 203> 80 73<117 140>\nVStem: 58 22<58 66> 58 115<60 119> 403 46<339 356> 782 24<446 476>\nFore\n449 341 m 0\n 449 298.357 474.795 272.679 511 261 c 1\n 558 332 599 403 649 474 c 0\n 698 543 768 609 847 662 c 1\n 717.03 618.677 582.586 589.804 509 485 c 0\n 471 432 449 381 449 341 c 0\n780 486 m 0\n 780 493.664 788.862 498 794 498 c 2\n 796 498 l 2\n 800 498 803 495 804 491 c 0\n 805 480 806 468 806 456 c 0\n 806 423 799 386 770 345 c 0\n 733.637 293.761 657.276 243.468 584 233 c 1\n 566 205 l 2\n 486 80 315 -17 194 -17 c 0\n 121 -17 58 8 58 60 c 0\n 58 78 66 99 83 124 c 0\n 95 141 119 153 140 153 c 0\n 158 153 173 144 173 119 c 0\n 173 100 143 80 117 80 c 0\n 105 80 94 85 88 95 c 1\n 82 84 80 73 80 64 c 0\n 80 24 129 6 198 6 c 0\n 287 6 405 109 480 215 c 2\n 497 239 l 1\n 443.496 254.66 403 291.242 403 354 c 0\n 403 396 421 445 456 495 c 0\n 565 649 758 642 939 716 c 0\n 940 717 941 717 942 717 c 0\n 945 717 949 715 950 711 c 0\n 950 707.952 951.544 703.646 952 700 c 1\n 952 697 951 694 949 693 c 0\n 849 630 761 548 702 464 c 0\n 652 394 635 327 597 257 c 1\n 689.679 274.653 782 364.019 782 462 c 0\n 782 470 781 478 780 486 c 0\nEndSplineSet\nEndChar\nStartChar: Ifraktur\nEncoding: 8465 8465 1521\nWidth: 519\nFlags: W\nVStem: 456 22<383 399.163>\nFore\n495 604 m 0\n 495 549.772 445.551 492.236 378 511 c 0\n 323 525 289 579 247 614 c 1\n 226 630 201 645 174 645 c 0\n 163 645 153 644 143 641 c 0\n 99 625 75 575 75 531 c 0\n 76 491 94 453 125 428 c 1\n 66 357 l 1\n 60 360 53 366 50 373 c 0\n 48 379 50 387 48 393 c 0\n 42.0317 419.857 21.0896 441.193 18 469 c 0\n 14 491 19 517 26 538 c 0\n 52 630 138 693 231 704 c 0\n 251 706 272 707 291 697 c 0\n 327 678 344 636 369 605 c 0\n 380 591 410 558 444 567 c 0\n 460 571 471 586 472 603 c 0\n 473 614 467 623 463 634 c 1\n 483 643 l 1\n 489 630 495 618 495 604 c 0\n62 -128 m 1\n 45 -87 44 -35 78 -3 c 0\n 95 14 124 25 158 22 c 0\n 218 13 246 -57 306 -66 c 0\n 394 -75 428 8 420 76 c 0\n 411 159 340 215 301 284 c 0\n 280 323 267 372 286 415 c 0\n 304 452 342 476 382 482 c 0\n 449 493 478 436 478 383 c 1\n 456 383 l 1\n 456 404 451 428 437 444 c 0\n 408.146 475.073 368.746 458.936 366 415 c 0\n 362 387 372 358 384 333 c 0\n 410 280 455 236 472 178 c 0\n 478 159 479 140 478 120 c 0\n 474 39 416 -54 360 -101 c 0\n 335 -122 303 -139 269 -139 c 0\n 262 -139 256 -139 249 -138 c 0\n 213 -129 191 -95 164 -72 c 0\n 144 -55 117 -42 89 -53 c 0\n 69 -60 71 -81 76 -100 c 0\n 77 -105 81 -113 80 -117 c 0\n 78 -123 67 -126 62 -128 c 1\nEndSplineSet\nEndChar\nStartChar: uni2112\nEncoding: 8466 8466 1522\nWidth: 874\nFlags: W\nHStem: -17 23<123 174> -17 49<539 571> 73 22<155 189> 336 22<507 552> 678 26<571 596> 694 23<938 951>\nVStem: 12 58<19 26> 293 56<447.9 464> 996 37<638 645>\nDStem: 552 337 651 345 466 215 551 205\nFore\n571 704 m 0\n 580.964 704 604 701.642 604 698 c 1\n 606 697 608 695 608 692 c 0\n 608 690 607 688 606 687 c 2\n 602 681 l 2\n 601 679 598 678 596 678 c 0\n 529 678 434 624 386 555 c 0\n 360 519 349 488 349 461 c 0\n 349 395 421 358 524 358 c 0\n 539 358 554 359 569 360 c 1\n 700 539 846 717 944 717 c 0\n 1005 717 1033 686 1033 640 c 0\n 1033 606 1017 563 987 520 c 0\n 913 414 780 364 651 345 c 1\n 551 205 l 2\n 511 149 454 98 390 59 c 1\n 447 45 504 32 571 32 c 0\n 636 32 728 81 774 145 c 0\n 775 147 778 148 780 148 c 2\n 792 148 l 2\n 796 148 800 145 800 140 c 0\n 800 138 799 137 798 135 c 0\n 741 54 630 -17 548 -17 c 0\n 464.866 -17 403.954 8.01928 344 33 c 1\n 281 2 216 -17 160 -17 c 2\n 144 -17 l 2\n 92 -17 12 -15 12 21 c 0\n 12 28 16 37 23 47 c 0\n 56 94 117 95 166 95 c 2\n 172 95 l 2\n 230 95 280 86 328 75 c 1\n 380 113 429 163 466 215 c 2\n 552 337 l 1\n 542 336 531 336 520 336 c 0\n 396 336 293 376 293 461 c 0\n 293 490 305 525 333 565 c 0\n 388 643 494 704 571 704 c 0\n164 6 m 0\n 203 6 249 23 294 51 c 1\n 256 64 216 73 168 73 c 0\n 134 73 94 64 75 37 c 0\n 71 32 70 28 70 24 c 0\n 70 8 106 6 164 6 c 0\n940 694 m 0\n 910 694 794 544 671 373 c 1\n 780 394 887 443 949 530 c 0\n 980 574 996 614 996 643 c 0\n 996 674 978 694 940 694 c 0\nEndSplineSet\nEndChar\nStartChar: afii61352\nEncoding: 8470 8470 1523\nWidth: 1008\nFlags: W\nHStem: 0 21G<76 164 541 646> 213 72<710 948> 326 57<825 829> 572 57<827 829> 709 20G<76 177 558 646>\nVStem: 76 88<0 591> 558 88<133 729> 675 57<464.297 481> 921 57<478 480>\nDStem: 164 591 177 729 541 0 558 133\nFore\n948 285 m 1\n 948 213 l 1\n 710 213 l 1\n 710 285 l 1\n 948 285 l 1\n827 629 m 0\n 910 629 978 561 978 478 c 0\n 978 393 910 326 825 326 c 0\n 743 326 675 395 675 478 c 128\n 675 561 743 629 827 629 c 0\n827 572 m 0\n 775 572 732 529 732 478 c 0\n 732 426 775 383 825 383 c 0\n 879 383 921 425 921 478 c 0\n 921 530 879 572 827 572 c 0\n646 729 m 1\n 646 0 l 1\n 541 0 l 1\n 164 591 l 1\n 164 0 l 1\n 76 0 l 1\n 76 729 l 1\n 177 729 l 1\n 558 133 l 1\n 558 729 l 1\n 646 729 l 1\nEndSplineSet\nEndChar\nStartChar: uni211B\nEncoding: 8475 8475 1524\nWidth: 850\nFlags: W\nHStem: -17 23<581 599> -11 22<124 156> 81 72<58 80> 266 22<220 228> 315 50<562 612> 694 23<584 639>\nVStem: -2 30<62 71> -2 115<64 119> 126 26<354 368.217> 465 31<550 553> 482 74<33 68> 630 62<296 322> 835 52<550 573>\nDStem: 494 343 562 315 403 215 488 205 578 223 658 205 497 110 583 100\nFore\n612 365 m 2\n 630 365 645 361 657 355 c 1\n 740.289 387.034 835 475.098 835 566 c 0\n 835 592 826 615 811 632 c 1\n 713 556 647 459 589 365 c 1\n 612 365 l 2\n556 33 m 0\n 556 21.428 559.562 14.4384 566 8 c 1\n 576 6 586 6 597 6 c 0\n 623.357 6 653.76 25.7867 672 42 c 0\n 710 73 741 109 766 145 c 0\n 768 147 770 148 773 148 c 2\n 784 148 l 2\n 791.253 148 793 143.796 793 140 c 0\n 793 138 792 137 791 135 c 0\n 757.257 88.2788 707.636 39.6225 653 6 c 0\n 633 -7 612 -17 593 -17 c 0\n 580 -17 568 -13 559 -8 c 1\n 519.999 0.478416 482 28.6348 482 68 c 0\n 482 80 486 95 497 110 c 2\n 578 223 l 2\n 602 256 625 292 629 311 c 0\n 630 315 630 319 630 322 c 1\n 606 317 583 315 562 315 c 1\n 488 205 l 2\n 407 90 252 -11 137 -11 c 0\n 64 -11 -2 13 -2 64 c 0\n -2 81 6 101 22 124 c 0\n 34 141 59 153 80 153 c 0\n 98 153 113 144 113 119 c 0\n 113 100 84 81 58 81 c 0\n 49 81 40 83 33 89 c 1\n 30 81 28 74 28 67 c 0\n 28 29 76 11 141 11 c 0\n 225 11 330 113 403 215 c 2\n 494 343 l 1\n 494 346.657 497.771 358 506 358 c 1\n 586 464 676 567 791 650 c 1\n 749 681 684 694 608 694 c 0\n 543 694 465 676 385 634 c 0\n 314 597 248 543 207 485 c 0\n 173 436 152 390 152 354 c 1\n 153 342 l 1\n 157 309 181 288 226 288 c 0\n 244 288 269 299 292 317 c 0\n 320 338 339 364 357 390 c 0\n 386 431 465 510 465 552 c 2\n 465 558 l 2\n 465 567.119 481.516 569.319 486 571 c 1\n 494.41 571 495.076 563.16 496 553 c 1\n 496 501 450 437 410 380 c 0\n 375.452 330.646 293.009 266 222 266 c 0\n 168 266 134 294 127 337 c 0\n 126 343 126 348 126 354 c 0\n 126 397 147 446 182 495 c 0\n 259.231 603.826 447.55 717 612 717 c 0\n 693 717 767 703 819 670 c 1\n 834 680 850 689 866 699 c 0\n 867 700 868 700 869 700 c 0\n 877.248 700 878.357 692.034 880 683 c 1\n 880 680 879 679 876 677 c 2\n 840 654 l 1\n 845 649 850 645 854 640 c 0\n 874 618 887 590 887 557 c 0\n 887 525 875 489 847 450 c 128\n 819 411 771 377 724 354 c 0\n 709 347 694 342 680 337 c 1\n 688.012 327.386 692 313.066 692 296 c 0\n 692 269 680 236 658 205 c 2\n 583 100 l 2\n 566 75 556 51 556 33 c 0\n611 342 m 1\n 598.703 339.062 575.768 348.81 572 337 c 1\n 585 338 597 339 611 342 c 1\nEndSplineSet\nEndChar\nStartChar: Rfraktur\nEncoding: 8476 8476 1525\nWidth: 644\nFlags: W\nVStem: 17 22<307.959 323.953 533 546.086>\nFore\n39 324 m 1\n 39 300 46 268 70 256 c 0\n 109.32 236.34 145.795 289.627 139 327 c 0\n 134 373 56 368 27 397 c 0\n 15 411 17 429 17 446 c 2\n 17 510 l 2\n 17 526 17 542 18 558 c 0\n 24 607 49 657 92 684 c 0\n 139 714 203 710 249 682 c 0\n 278 663 301 635 315 604 c 1\n 351 657 377 653 432 680 c 0\n 441 684 449 689 457 695 c 0\n 461 698 465 704 471 703 c 0\n 477 703 482 699 487 696 c 0\n 514 679 538 648 542 611 c 0\n 547 588 540 557 566 553 c 1\n 566 547 568 537 565 532 c 0\n 561 526 521 505 513 500 c 2\n 493 488 l 2\n 490 486 486 484 486 481 c 128\n 486 478 493 452 493 449 c 0\n 497 424 520 235 520 235 c 1\n 525 189 526 141 553 114 c 0\n 566 101 578 106 586 119 c 0\n 592 127 599 135 604 143 c 1\n 623 132 l 1\n 589 82 552 35 517 -13 c 1\n 478 30 455 108 450 182 c 1\n 423 392 l 1\n 422 404 421 418 408 422 c 0\n 397 426 384 421 374 416 c 0\n 369 414 364 412 363 406 c 0\n 363 398 365 391 365 383 c 2\n 368 322 l 2\n 372 200 353 79 281 18 c 0\n 249 -8 200 -23 161 -6 c 0\n 127 10 85 53 42 29 c 0\n 39 27 34 24 30 26 c 0\n 25 28 18 36 19 42 c 0\n 20 46 23 49 25 52 c 0\n 40 77 43 108 31 140 c 1\n 43 139 56 138 68 138 c 0\n 110 140 132 155 159 171 c 1\n 173 154 l 1\n 164 150 155 145 147 138 c 0\n 132 124 123 103 123 82 c 0\n 123 46 161 -4 214 12 c 0\n 244 16 264 49 273 73 c 0\n 282 101 286 131 287 161 c 0\n 291 241 290 321 282 400 c 0\n 275 475 255 566 200 603 c 0\n 178 620 151 629 124 629 c 0\n 79 629 54 601 44 564 c 0\n 41 554 39 543 39 533 c 0\n 41 476 118 449 150 417 c 0\n 179 388 195 351 177 300 c 0\n 162.395 260.567 129.714 225.451 77 231 c 0\n 34 237 17 286 17 324 c 1\n 39 324 l 1\n360 434 m 1\n 457 490 l 0\n 467 497 468 498 465 510 c 0\n 457 546 457 595 429 618 c 0\n 393.974 647.638 335.725 608.263 329 578 c 0\n 328 573 331 568 333 563 c 2\n 342 534 l 2\n 350 502 357 468 360 434 c 1\nEndSplineSet\nEndChar\nStartChar: trademark\nEncoding: 8482 8482 1526\nWidth: 1000\nFlags: HMW\nHStem: 674 55<63 217 285 438 285 285>\nVStem: 217 68<292 674> 490 67<292 633> 871 67<292 633 633 633>\nFore\n285 674 m 1\n 285 292 l 1\n 217 292 l 1\n 217 674 l 1\n 63 674 l 1\n 63 729 l 1\n 438 729 l 1\n 438 674 l 1\n 285 674 l 1\n748 292 m 1\n 678 292 l 1\n 557 633 l 1\n 557 292 l 1\n 490 292 l 1\n 490 729 l 1\n 584 729 l 1\n 716 367 l 1\n 847 729 l 1\n 938 729 l 1\n 938 292 l 1\n 871 292 l 1\n 871 633 l 1\n 748 292 l 1\nEndSplineSet\nEndChar\nStartChar: uni2126\nEncoding: 8486 8486 1527\nWidth: 720\nFlags: W\nHStem: -0.639648 72.9599<42 216 526 702> 619.52 72.96<345 379>\nVStem: 47 87<334 368> 613 91<334 368>\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2127\nEncoding: 8487 8487 1528\nWidth: 720\nFlags: W\nHStem: 0 76<345.41 379> 646 76<42 216 428 702>\nVStem: 47 87<335 385> 613 91<335 369>\nFore\n368 76 m 0\n 526.446 76 613 205.376 613 354 c 0\n 613 417 597 475 566 528 c 0\n 535 579 489 617 428 642 c 1\n 428 722 l 1\n 702 722 l 1\n 702 646 l 1\n 526 646 l 1\n 638.1 584.695 704 499.016 704 352 c 0\n 704 293 692 236 667 183 c 0\n 642 129 604 85 553 51 c 128\n 502 17 440 0 366 0 c 0\n 167.905 0 47 173.33 47 356 c 0\n 47 418 61 473 88 522 c 0\n 113 568 156 609 216 646 c 1\n 42 646 l 1\n 42 722 l 1\n 306 722 l 1\n 306 642 l 1\n 202.176 593.668 134 495.393 134 357 c 0\n 134 207.428 220.412 76 368 76 c 0\nEndSplineSet\nEndChar\nStartChar: uni2128\nEncoding: 8488 8488 1529\nWidth: 512\nFlags: W\nVStem: 35 61<148 162.381>\nFore\n69 401 m 1\n 62 398 42 390 39 391 c 0\n 32 394 26 416 23 425 c 0\n 13 463 16 504 27 541 c 0\n 54 627 132 698 240 705 c 0\n 346 712 454 642 481 537 c 0\n 493 493 489 445 472 408 c 0\n 450 359 410 322 362 300 c 0\n 346 293 330 288 314 283 c 1\n 334 278 353 267 370 255 c 0\n 454 198 500 76 448 -17 c 0\n 424 -62 373 -100 310 -106 c 0\n 298 -107 286 -107 274 -104 c 0\n 246 -96 221 -74 191 -73 c 0\n 181 -73 171 -76 161 -80 c 1\n 176 -48 184 -4 160 20 c 0\n 143 37 117 33 97 22 c 0\n 69 5 53 -30 63 -62 c 0\n 71 -85 91 -107 120 -107 c 1\n 120 -140 l 1\n 55 -140 29 -69 40 -19 c 0\n 50 23 93 58 143 54 c 0\n 163 52 183 45 203 43 c 0\n 224 42 244 48 263 54 c 1\n 263 -29 l 2\n 263 -61.8204 267.964 -89.3393 306 -83 c 0\n 327 -80 345 -67 358 -50 c 0\n 392 -6 383 57 367 106 c 0\n 349 164 308 216 252 242 c 0\n 212 259 144 273 114 228 c 0\n 98 205 96 175 96 148 c 1\n 35 148 l 1\n 35 206 83 250 133 272 c 0\n 146 278 159 284 173 287 c 1\n 173 288 l 1\n 144 297 119 309 96 324 c 1\n 92 330 l 1\n 96 337 103 342 109 348 c 1\n 110 348 l 2\n 166 299 256 284 325 313 c 0\n 370 332 407 369 421 416 c 0\n 425 430 426 445 426 460 c 0\n 426 508 399 549 371 574 c 0\n 262.582 667.464 79.7472 599.678 60 479 c 0\n 54 445 61 425 69 401 c 1\nEndSplineSet\nEndChar\nStartChar: uni212A\nEncoding: 8490 8490 1530\nWidth: 667\nFlags: W\nHStem: 0 20 709 20<79 172 172 172 535 655 655 655>\nVStem: 79 93<0 255 360 729>\nRef: 75 75 S 1 0 0 1 0 0\nEndChar\nStartChar: uni212B\nEncoding: 8491 8491 1531\nWidth: 667\nFlags: W\nHStem: 0 21<17 116 549 653> 219 78<216 474> 709 20<277 397> 778 44<325.75 338> 909 44<325.75 338>\nVStem: 247 44<866 868> 379 44<865 869>\nDStem: 277 729 336 629 17 0 216 297 277 729 193 219 17 0 116 0 474 219 397 729 549 0 653 0\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: uni212C\nEncoding: 8492 8492 1532\nWidth: 908\nFlags: W\nHStem: -14 22<148 189> -8 22<561 579> 80 73<92 115> 199 22<673 686> 269 22<257 275> 297 22<633 655> 353 22<673 696> 686 22<625 675>\nVStem: 34 21<56 68> 163 26<345 371> 484 22<50 69> 504 25<535 553> 798 47<255 272> 876 52<545 564>\nFore\n189 356 m 0\n 189 312.433 216.776 291 264 291 c 0\n 288 291 319 300 350 319 c 0\n 380 338 403 364 421 390 c 0\n 464 451 504 509 504 551 c 2\n 504 559 l 2\n 504 565.814 513.313 568.438 518 570 c 0\n 522 570 527 567 527 562 c 0\n 528 553 529 544 529 535 c 0\n 529 489 513 436 473 380 c 0\n 434.701 326.033 342.468 269 260 269 c 0\n 206 269 172 295 165 338 c 0\n 164 344 163 350 163 357 c 0\n 163 398 184 447 218 495 c 0\n 294.424 601.639 478.128 708 642 708 c 0\n 722 708 795 697 849 666 c 1\n 901 699 l 2\n 902 700 904 700 905 700 c 0\n 913.934 700 914.373 692.136 916 684 c 1\n 916 681 914 679 912 677 c 0\n 901 670 888 661 875 649 c 1\n 902.941 625.716 928 592.456 928 548 c 0\n 928 467.394 847.226 391.764 789 352 c 1\n 820.783 332.93 845 300.685 845 256 c 0\n 845 132.719 679.521 -8 563 -8 c 0\n 524 -8 495 8 486 39 c 0\n 484 45 484 51 484 58 c 0\n 484 84 496 115 517 145 c 0\n 546.64 187.608 623.49 221 686 221 c 0\n 690 221 694 217 694 213 c 0\n 694 211 694 209 693 208 c 2\n 689 202 l 2\n 687 200 685 199 682 199 c 0\n 657 199 628 194 597 181 c 0\n 573 170 549 154 536 135 c 0\n 516 107 506 81 506 61 c 0\n 506 30.1254 530.895 14 567 14 c 0\n 593 14 627 28 659 51 c 0\n 696 78 723 112 747 145 c 0\n 780 191 798 236 798 270 c 0\n 798 299.179 781.427 322.51 761 334 c 1\n 719 311 676 297 640 297 c 0\n 624 297 608 298 594 303 c 1\n 524 205 l 2\n 442 89 286 -14 171 -14 c 0\n 98 -14 34 10 34 62 c 0\n 34 80 41 100 58 124 c 0\n 70 141 94 153 115 153 c 0\n 133 153 148 144 148 119 c 0\n 148 100 118 80 92 80 c 0\n 80 80 69 85 63 95 c 1\n 58 84 55 75 55 66 c 0\n 55 26 106 8 175 8 c 0\n 259 8 365 111 438 215 c 0\n 544 364 659 527 822 647 c 1\n 777 675 713 686 638 686 c 0\n 574 686 496 668 417 628 c 0\n 347 593 282 541 243 485 c 0\n 209 437 189 392 189 356 c 0\n684 375 m 0\n 709 375 733 372 753 366 c 1\n 789 394 816 427 839 460 c 0\n 865 497 876 530 876 558 c 0\n 876 585 866 608 849 625 c 1\n 789 564 715 469 644 372 c 1\n 658 374 671 375 684 375 c 0\n653 347 m 1\n 653 347 636.226 323.93 633 320 c 1\n 635 319 639 319 644 319 c 0\n 667 319 698 330 727 348 c 1\n 713 351 697 353 680 353 c 0\n 671 353 662 352 653 347 c 1\nEndSplineSet\nEndChar\nStartChar: uni212D\nEncoding: 8493 8493 1533\nWidth: 623\nFlags: W\nHStem: -33 20G<407.5 437>\nFore\n140 93 m 0\n 140 56.989 99.3929 43.7083 76 71 c 0\n 64 85 64 102 72 117 c 1\n 24.8761 107.575 33.8634 54.4851 66 30 c 0\n 99 3 148 0 186 17 c 0\n 206 26 221 40 238 53 c 1\n 238 54 l 1\n 213 70 190 92 171 115 c 0\n 86 213 59 341 90 498 c 0\n 106 572 143 655 215 689 c 0\n 265 713 326 711 372 680 c 0\n 383 672 392 664 400 654 c 0\n 404 650 409 640 414 639 c 0\n 418 637 423 639 427 640 c 0\n 439 643 531 654 549 656 c 1\n 558 621 567 588 577 554 c 1\n 594 558 l 1\n 600 537 l 1\n 485 504 l 1\n 452 622 l 1\n 424 616 l 1\n 426 607 429 598 431 589 c 0\n 437 553 428 524 415 501 c 0\n 413 498 411 494 408 494 c 0\n 404 494 396 500 394 503 c 0\n 391 509 401 531 403 537 c 0\n 409 560 409 583 402 606 c 1\n 386 599 366 582 357 566 c 0\n 338 536 341 501 351 469 c 0\n 370 409 413 358 419 294 c 0\n 424 232 383 171 345 133 c 0\n 338 126 330 119 324 111 c 1\n 357 96 l 0\n 396 82 445 72 486 87 c 0\n 518 99 546 123 568 145 c 0\n 572 149 577 157 583 158 c 0\n 588 159 593 153 595 149 c 0\n 601 139 579 123 573 117 c 2\n 487 28 l 1\n 487 28 452 -10 447 -12 c 0\n 443 -13 439 -13 435 -13 c 0\n 380 -13 311 9 270 33 c 0\n 265 36 258 42 253 42 c 0\n 247 41 242 35 238 32 c 0\n 200 2 145 -25 88 -7 c 0\n 55 4 8 39 18 93 c 0\n 32.9489 161.765 140 162.048 140 93 c 0\n301 126 m 1\n 307 136 314 145 320 155 c 0\n 333 179 343 207 341 235 c 0\n 337 295 306 349 287 405 c 0\n 274 444 268 488 282 528 c 0\n 296 560 309 577 334 598 c 0\n 350 611 371 625 391 629 c 1\n 382 641 372 652 359 660 c 0\n 316 688 259 679 222 645 c 0\n 180 605 160 536 156 463 c 0\n 149 337 193 200 301 126 c 1\nEndSplineSet\nEndChar\nStartChar: uni2130\nEncoding: 8496 8496 1534\nWidth: 562\nFlags: W\nHStem: -8 22<220 260> 255 22<364 387> 346 22<396 414> 388 23<364 398> 444 22<555 570> 608 22<617 623> 676 32<555 574>\nVStem: 45 59<112 133> 222 23<103 107> 272 57<430 450> 435 28<376 380> 467 50<186 200> 492 26<496 505> 681 30<599 613>\nFore\n492 499 m 0\n 492 556.89 566.621 630 623 630 c 0\n 628 630 632 626 632 622 c 0\n 632 620 631 618 630 617 c 2\n 626 611 l 2\n 625 609 622 608 619 608 c 0\n 573.026 608 518 535.049 518 498 c 0\n 518 478 533 466 563 466 c 0\n 596.59 466 637.883 506.637 653 530 c 0\n 673 557 681 582 681 602 c 0\n 681 660.953 616.139 676 557 676 c 0\n 531 676 498 665 466 643 c 0\n 431 618 407 587 385 555 c 0\n 352 508 329 464 329 430 c 0\n 329 420.872 330.861 412.278 334 406 c 1\n 352 409 369 411 385 411 c 0\n 415.947 411 463 401.337 463 380 c 0\n 463 356.39 429.789 346 407 346 c 0\n 366 346 332 355 307 374 c 1\n 292 368 276 361 260 352 c 0\n 221 328 189 295 166 261 c 0\n 127 205 104 153 104 112 c 0\n 104 40.4322 169.389 14 243 14 c 0\n 274 14 313 24 352 47 c 0\n 389 69 419 100 440 131 c 1\n 459 156 467 180 467 198 c 0\n 467 242.547 415.496 255 370 255 c 0\n 318 255 255 178 245 107 c 0\n 245 100.595 237.533 98.9429 233 97 c 1\n 229 97 l 2\n 224.808 97 222 101.283 222 106 c 0\n 232 185 307 277 374 277 c 0\n 443.152 277 517 254.561 517 187 c 0\n 517 167 510 145 493 121 c 0\n 446.821 57.0603 336.417 -8 239 -8 c 0\n 135.54 -8 45 31.5692 45 133 c 0\n 45 174 61 222 96 271 c 0\n 137.072 327.651 211.806 374.22 288 395 c 1\n 277.175 408.532 272 428.254 272 450 c 0\n 272 579.412 446.373 708 568 708 c 0\n 642.466 708 711 678.657 711 609 c 0\n 711 537.245 627.536 444 559 444 c 0\n 521.658 444 492 463.111 492 499 c 0\n410 368 m 0\n 420.184 368 435 373.979 435 378 c 0\n 435 379 434 380 429 382 c 0\n 417 387 400 388 381 388 c 0\n 371 388 360 387 350 385 c 1\n 363 374 384 368 410 368 c 0\nEndSplineSet\nEndChar\nStartChar: uni2131\nEncoding: 8497 8497 1535\nWidth: 611\nFlags: W\nHStem: -212 78<-16 1> 0 21G<90 184> 332 82<272 602> 332 130<274 602> 392 70<60 173> 647 82<245 717> 647 91<378 717>\nDStem: 245 729 322 647 90 0 272 414 245 729 255 332 90 0 184 0 245 729 261 392 90 0 186 -5\nFore\n387 462 m 1\n 387 392 l 1\n 261 392 l 1\n 186 -5 l 1\n 173 -75 153 -122 121 -155 c 0\n 87 -190 36 -212 -14 -212 c 0\n -38 -212 -56 -209 -69 -202 c 1\n -52 -118 l 1\n -35 -129 -21 -134 -1 -134 c 0\n 50 -134 80 -98 95 -21 c 1\n 173 392 l 1\n 60 392 l 1\n 60 462 l 1\n 185 462 l 1\n 207 566 l 1\n 218 622 238 661 268 690 c 0\n 300 720 343 738 383 738 c 0\n 409 738 432 732 462 719 c 1\n 432 640 l 1\n 407 654 395 658 380 658 c 0\n 333 658 301 614 286 532 c 1\n 274 462 l 1\n 387 462 l 1\n255 332 m 1\n 184 0 l 1\n 90 0 l 1\n 245 729 l 1\n 734 729 l 1\n 717 647 l 1\n 322 647 l 1\n 272 414 l 1\n 619 414 l 1\n 602 332 l 1\n 255 332 l 1\nEndSplineSet\nEndChar\nStartChar: uni2132\nEncoding: 8498 8498 1536\nWidth: 611\nFlags: W\nHStem: 0 82<90 579> 315 82<138 486> 709 20G<486 579>\nVStem: 486 93<82 729>\nFore\n486 397 m 1\n 486 729 l 1\n 579 729 l 1\n 579 0 l 1\n 90 0 l 1\n 90 82 l 1\n 486 82 l 1\n 486 315 l 1\n 138 315 l 1\n 138 397 l 1\n 486 397 l 1\nEndSplineSet\nEndChar\nStartChar: uni2133\nEncoding: 8499 8499 1537\nWidth: 1080\nFlags: W\nHStem: -28 22<796 805> -8 22<108 133> 47 77<80 103>\nVStem: 29 37<39 49> 430 55<4 21> 727 59<14 53>\nFore\n124 14 m 2\n 133 14 l 2\n 252 21 335 169 469 321 c 0\n 600 468 795 577 944 716 c 1\n 945 718 947 719 949 719 c 2\n 953 718 l 2\n 958.388 714.408 966 712.69 966 706 c 0\n 966 704 965 703 964 701 c 2\n 847 555 l 1\n 572 170 l 2\n 541 127 514 83 497 42 c 0\n 488 21 485 10 485 5 c 0\n 485 2 486 0 488 0 c 0\n 500 0 636 157 774 320 c 0\n 838 396 916 465 995 534 c 1\n 1005 544 1013 555 1024 565 c 2\n 1193 716 l 2\n 1194 717 1197 718 1199 718 c 2\n 1210 715 l 1\n 1212.6 713.264 1215 712.093 1215 707 c 0\n 1215 705 1215 703 1214 702 c 2\n 1096 555 l 1\n 1005 426 949 300 857 171 c 0\n 825 125 800 80 790 39 c 0\n 787 29 786 21 786 14 c 0\n 786 1 791 -6 803 -6 c 0\n 828 -6 862 12 893 35 c 0\n 933 65 966 101 991 136 c 1\n 992 139 995 140 998 140 c 2\n 1009 140 l 2\n 1012.8 140 1017 135.873 1017 132 c 0\n 1017 130 1016 128 1015 127 c 0\n 988 88 951 50 907 19 c 0\n 873 -6 832 -28 799 -28 c 0\n 753 -28 732 2 728 37 c 0\n 727 42 727 47 727 53 c 0\n 727 91 740 135 772 180 c 0\n 841 277 898 375 961 472 c 1\n 889.942 408.168 831.384 351.358 773 280 c 0\n 672 161 505 -36 475 -36 c 0\n 437 -36 430 -7 430 21 c 2\n 430 35 l 1\n 434 79 450 128 486 180 c 0\n 570 298 669 416 755 533 c 1\n 660 462 566 392 493 309 c 0\n 381 183 259 -8 117 -8 c 0\n 70 -8 29 12 29 49 c 0\n 29 62 34 78 47 96 c 0\n 48 97 55 103 56 103 c 1\n 66 116 86 124 103 124 c 0\n 122 124 138 114 138 88 c 0\n 138 68 105 47 80 47 c 0\n 75 47 70 48 66 50 c 1\n 66 46 l 2\n 66 40 67 34 69 31 c 0\n 82 18 100 14 124 14 c 2\nEndSplineSet\nEndChar\nStartChar: onethird\nEncoding: 8531 8531 1541\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> -8 53<696 714> 198 51<672.125 706.502> 378 53<696 714> 689 20<643 701>\nVStem: 160 62<284 580 580 580> 562 63<289.125 307.095> 782 63<296.255 313> 796 63<119 136>\nDStem: 643 709 701 709 191 -20 249 -20\nRef: 179 179 N 1 0 0 1 537 -278\nRef: 8260 8260 N 1 0 0 1 365 0\nRef: 185 185 N 1 0 0 1 0 0\nEndChar\nStartChar: twothirds\nEncoding: 8532 8532 1542\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> -8 53<696 714> 198 51<672.125 706.502> 284 58<95 324> 378 53<696 714> 656 53<163 203> 689 20<643 701>\nVStem: 264 63<565.5 602.5> 562 63<289.125 307.095> 782 63<296.255 313> 796 63<119 136>\nDStem: 643 709 701 709 191 -20 249 -20\nRef: 179 179 N 1 0 0 1 537 -278\nRef: 178 178 N 1 0 0 1 1 0\nRef: 8260 8260 N 1 0 0 1 365 0\nEndChar\nStartChar: uni2155\nEncoding: 8533 8533 1543\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> 411 20<603 838.704> 689 20<643 701>\nVStem: 160 62<284 580 580 580>\nDStem: 603 431 648.725 378.801 568.868 199.4 630.692 260 643 709 701 709 191 -20 249 -20\nRef: 8309 8309 S 1 0 0 1 537 -278\nRef: 8543 8543 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2156\nEncoding: 8534 8534 1544\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> 284 58<94 323> 411 20<603 838.704> 656 53<162 202> 689 20<643 701>\nVStem: 263 63<565.5 602.5>\nDStem: 603 431 648.725 378.801 568.868 199.4 630.692 260 643 709 701 709 191 -20 249 -20\nRef: 8309 8309 S 1 0 0 1 537 -278\nRef: 178 178 N 1 0 0 1 0 0\nRef: 8260 8260 N 1 0 0 1 365 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 3 'frac' two slash five\nLigature: 8 3 'frac' two fraction five\nEndChar\nStartChar: uni2157\nEncoding: 8535 8535 1544\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> 270 53<159 177> 411 20<603 838.704> 476 51<135.125 169.502> 656 53<159 177> 689 20<643 701>\nVStem: 25 63<567.125 585.095> 245 63<574.255 591> 259 63<397 414>\nDStem: 603 431 648.725 378.801 568.868 199.4 630.692 260 643 709 701 709 191 -20 249 -20\nRef: 8309 8309 S 1 0 0 1 537 -278\nRef: 179 179 N 1 0 0 1 0 0\nRef: 8260 8260 N 1 0 0 1 365 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 3 'frac' three slash five\nLigature: 8 3 'frac' three fraction five\nEndChar\nStartChar: uni2158\nEncoding: 8536 8536 1545\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> 384 53<79 208 270 337> 411 20<603 838.704> 689 20<224 270 643 701>\nVStem: 208 62<284 384 437 607>\nDStem: 224 709 208 607 20 443 79 437 603 431 648.725 378.801 568.868 199.4 630.692 260 643 709 701 709 191 -20 249 -20\nRef: 8309 8309 N 1 0 0 1 537 -278\nRef: 8308 8308 N 1 0 0 1 0 0\nRef: 8260 8260 N 1 0 0 1 365 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 3 'frac' four slash five\nLigature: 8 3 'frac' four fraction five\nEndChar\nStartChar: uni2159\nEncoding: 8537 8537 1544\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> -8 47<707 719> 223 47<705 720> 384 47<705 719> 689 20<643 701>\nVStem: 160 62<284 580 580 580> 553 58<199 233> 798 58<119 137>\nDStem: 643 709 701 709 191 -20 249 -20\nRef: 8310 8310 N 1 0 0 1 537 -278\nRef: 8543 8543 N 1 0 0 1 0 0\nEndChar\nStartChar: uni215A\nEncoding: 8538 8538 1545\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> -8 47<707 719> 223 47<705 720> 384 47<705 719> 689 20<66 301.704 643 701>\nVStem: 553 58<199 233> 798 58<119 137>\nDStem: 66 709 111.725 656.801 31.8682 477.4 93.6924 538 643 709 701 709 191 -20 249 -20\nRef: 8310 8310 N 1 0 0 1 537 -278\nRef: 8309 8309 N 1 0 0 1 0 0\nRef: 8260 8260 N 1 0 0 1 365 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 3 'frac' five slash six\nLigature: 8 3 'frac' five fraction six\nEndChar\nStartChar: oneeighth\nEncoding: 8539 8539 1545\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> -8 47<703 721> 206 44<703 721> 384 47<703 721> 689 20<643 701>\nVStem: 160 62<284 580 580 580> 560 58<119 137> 576 58<311 329> 792 58<311 329> 808 58<119 137>\nDStem: 643 709 701 709 191 -20 249 -20\nRef: 8312 8312 N 1 0 0 1 537 -278\nRef: 8543 8543 N 1 0 0 1 0 0\nEndChar\nStartChar: threeeighths\nEncoding: 8540 8540 1546\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> -8 47<703 721> 206 44<703 721> 270 53<159 177> 384 47<703 721> 476 51<135.125 169.502> 656 53<159 177> 689 20<643 701>\nVStem: 25 63<567.125 585.095> 245 63<574.255 591> 259 63<397 414> 560 58<119 137> 576 58<311 329> 792 58<311 329> 808 58<119 137>\nDStem: 643 709 701 709 191 -20 249 -20\nRef: 8312 8312 N 1 0 0 1 537 -278\nRef: 179 179 N 1 0 0 1 0 0\nRef: 8260 8260 N 1 0 0 1 365 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 3 'frac' three slash eight\nLigature: 8 3 'frac' three fraction eight\nEndChar\nStartChar: fiveeighths\nEncoding: 8541 8541 1547\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> -8 47<703 721> 206 44<703 721> 384 47<703 721> 689 20<66 301.704 643 701>\nVStem: 560 58<119 137> 576 58<311 329> 792 58<311 329> 808 58<119 137>\nDStem: 66 709 111.725 656.801 31.8682 477.4 93.6924 538 643 709 701 709 191 -20 249 -20\nRef: 8312 8312 S 1 0 0 1 537 -278\nRef: 8309 8309 N 1 0 0 1 0 0\nRef: 8260 8260 N 1 0 0 1 365 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 3 'frac' five slash eight\nLigature: 8 3 'frac' five fraction eight\nEndChar\nStartChar: seveneighths\nEncoding: 8542 8542 1548\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> -8 47<703 721> 206 44<703 721> 384 47<703 721> 657 52<22 269> 689 20<643 701>\nVStem: 560 58<119 137> 576 58<311 329> 792 58<311 329> 808 58<119 137>\nDStem: 643 709 701 709 191 -20 249 -20\nRef: 8311 8311 N 1 0 0 1 0 0\nRef: 8312 8312 N 1 0 0 1 537 -278\nRef: 8260 8260 N 1 0 0 1 365 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 3 'frac' seven slash eight\nLigature: 8 3 'frac' seven fraction eight\nEndChar\nStartChar: uni215F\nEncoding: 8543 8543 1546\nWidth: 869\nFlags: W\nHStem: -20 21<191 249> 689 20<643 701>\nVStem: 160 62<284 580 580 580>\nDStem: 643 709 701 709 191 -20 249 -20\nRef: 185 185 N 1 0 0 1 0 0\nRef: 8260 8260 N 1 0 0 1 365 0\nEndChar\nStartChar: uni2160\nEncoding: 8544 8544 1547\nWidth: 278\nFlags: W\nHStem: 0 20 709 20<100 194 194 194>\nVStem: 100 94<0 729>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2161\nEncoding: 8545 8545 1548\nWidth: 556\nFlags: W\nHStem: 0 20 709 20<100 194 194 194 378 472 472 472>\nVStem: 100 94<0 729> 378 94<0 729>\nRef: 73 73 N 1 0 0 1 278 0\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2162\nEncoding: 8546 8546 1549\nWidth: 834\nFlags: W\nHStem: 0 20 709 20<100 194 194 194 378 472 472 472 656 750 750 750>\nVStem: 100 94<0 729> 378 94<0 729> 656 94<0 729>\nRef: 73 73 N 1 0 0 1 556 0\nRef: 73 73 N 1 0 0 1 278 0\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2163\nEncoding: 8547 8547 1550\nWidth: 945\nFlags: W\nHStem: 0 20 709 20<100 194 194 194 308 408 408 408 824 923 923 923>\nVStem: 100 94<0 729>\nRef: 86 86 N 1 0 0 1 278 0\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2164\nEncoding: 8548 8548 1551\nWidth: 667\nFlags: W\nHStem: 0 20 709 20<30 130 130 130 546 645 645 645>\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2165\nEncoding: 8549 8549 1552\nWidth: 945\nFlags: W\nHStem: 0 20 709 20<30 130 130 130 546 645 645 645 767 861 861 861>\nVStem: 767 94<0 729>\nRef: 73 73 N 1 0 0 1 667 0\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2166\nEncoding: 8550 8550 1553\nWidth: 1223\nHStem: 0 20 709 20<30 130 130 130 546 645 645 645 767 861 861 861 1045 1139 1139 1139>\nVStem: 767 94<0 729> 1045 94<0 729>\nRef: 73 73 N 1 0 0 1 945 0\nRef: 73 73 N 1 0 0 1 667 0\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2167\nEncoding: 8551 8551 1554\nWidth: 1501\nHStem: 0 20 709 20<30 130 130 130 546 645 645 645 767 861 861 861 1045 1139 1139 1139 1323 1417 1417 1417>\nVStem: 767 94<0 729> 1045 94<0 729> 1323 94<0 729>\nRef: 73 73 N 1 0 0 1 1223 0\nRef: 73 73 N 1 0 0 1 945 0\nRef: 73 73 N 1 0 0 1 667 0\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2168\nEncoding: 8552 8552 1555\nWidth: 945\nHStem: 0 20 709 20<100 194 194 194 316 429 429 429 804 915 915 915>\nVStem: 100 94<0 729>\nRef: 88 88 N 1 0 0 1 278 0\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2169\nEncoding: 8553 8553 1556\nWidth: 667\nHStem: 0 20 709 20<38 151 151 151 526 637 637 637>\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216A\nEncoding: 8554 8554 1557\nWidth: 945\nHStem: 0 20 709 20<38 151 151 151 526 637 637 637 767 861 861 861>\nVStem: 767 94<0 729>\nRef: 73 73 N 1 0 0 1 667 0\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216B\nEncoding: 8555 8555 1558\nWidth: 1223\nHStem: 0 20 709 20<38 151 151 151 526 637 637 637 767 861 861 861 1045 1139 1139 1139>\nVStem: 767 94<0 729> 1045 94<0 729>\nRef: 73 73 N 1 0 0 1 945 0\nRef: 73 73 N 1 0 0 1 667 0\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216C\nEncoding: 8556 8556 1559\nWidth: 556\nHStem: 0 82<173 533> 709 20<80 173 173 173>\nVStem: 80 93<82 729>\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216D\nEncoding: 8557 8557 1560\nWidth: 722\nHStem: -23 82<329.5 417> 659 82<332 399.5>\nVStem: 48 93<296 415>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216E\nEncoding: 8558 8558 1561\nWidth: 722\nHStem: 0 82<182 354 354 370> 647 82<182 354 182 182>\nVStem: 89 93<82 647> 574 93<272 457>\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216F\nEncoding: 8559 8559 1562\nWidth: 833\nHStem: 0 20 709 20<75 204 204 204 632 761 761 761>\nVStem: 75 88<0 611> 673 88<0 611 611 611>\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2170\nEncoding: 8560 8560 1563\nWidth: 222\nHStem: 0 21<67 150> 504 20<67 150> 709 20<66 150>\nVStem: 67 83<0 524 624 729>\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2171\nEncoding: 8561 8561 1564\nWidth: 444\nHStem: 0 21<67 150 289 372> 504 20<67 150 289 372> 709 20<66 150 288 372>\nVStem: 67 83<0 524 624 729> 289 83<0 524 624 729>\nRef: 105 105 N 1 0 0 1 222 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2172\nEncoding: 8562 8562 1565\nWidth: 666\nHStem: 0 21<67 150 289 372 511 594> 504 20<67 150 289 372 511 594> 709 20<66 150 288 372 510 594>\nVStem: 67 83<0 524 624 729> 289 83<0 524 624 729> 511 83<0 524 624 729>\nRef: 105 105 N 1 0 0 1 444 0\nRef: 105 105 N 1 0 0 1 222 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2173\nEncoding: 8563 8563 1566\nWidth: 722\nHStem: 0 20 0 21<67 150> 504 20<67 150 232 326 326 326 614 708 708 708> 709 20<66 150>\nVStem: 67 83<0 524 624 729>\nRef: 118 118 N 1 0 0 1 222 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2174\nEncoding: 8564 8564 1567\nWidth: 500\nHStem: 0 20 504 20<10 104 104 104 392 486 486 486>\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2175\nEncoding: 8565 8565 1568\nWidth: 722\nHStem: 0 20 0 21<567 650> 504 20<10 104 104 104 392 486 486 486 567 650> 709 20<566 650>\nVStem: 567 83<0 524 624 729>\nRef: 105 105 N 1 0 0 1 500 0\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2176\nEncoding: 8566 8566 1569\nWidth: 944\nHStem: 0 20 0 21<567 650 789 872> 504 20<10 104 104 104 392 486 486 486 567 650 789 872> 709 20<566 650 788 872>\nVStem: 567 83<0 524 624 729> 789 83<0 524 624 729>\nRef: 105 105 N 1 0 0 1 722 0\nRef: 105 105 N 1 0 0 1 500 0\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2177\nEncoding: 8567 8567 1570\nWidth: 1166\nHStem: 0 20 0 21<567 650 789 872 1011 1094> 504 20<10 104 104 104 392 486 486 486 567 650 789 872 1011 1094> 709 20<566 650 788 872 1010 1094>\nVStem: 567 83<0 524 624 729> 789 83<0 524 624 729> 1011 83<0 524 624 729>\nRef: 105 105 N 1 0 0 1 944 0\nRef: 105 105 N 1 0 0 1 722 0\nRef: 105 105 N 1 0 0 1 500 0\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2178\nEncoding: 8568 8568 1571\nWidth: 722\nHStem: 0 20 0 21<67 150> 504 20<67 150 249 344 344 344 596 690 690 690> 709 20<66 150>\nVStem: 67 83<0 524 624 729>\nRef: 120 120 N 1 0 0 1 222 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2179\nEncoding: 8569 8569 1572\nWidth: 500\nHStem: 0 20 504 20<27 122 122 122 374 468 468 468>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217A\nEncoding: 8570 8570 1573\nWidth: 722\nHStem: 0 20 0 21<567 650> 504 20<27 122 122 122 374 468 468 468 567 650> 709 20<566 650>\nVStem: 567 83<0 524 624 729>\nRef: 105 105 N 1 0 0 1 500 0\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217B\nEncoding: 8571 8571 1574\nWidth: 944\nHStem: 0 20 0 21<567 650 789 872> 504 20<27 122 122 122 374 468 468 468 567 650 789 872> 709 20<566 650 788 872>\nVStem: 567 83<0 524 624 729> 789 83<0 524 624 729>\nRef: 105 105 N 1 0 0 1 722 0\nRef: 105 105 N 1 0 0 1 500 0\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217C\nEncoding: 8572 8572 1575\nWidth: 222\nHStem: 0 20 709 20<68 152 152 152>\nVStem: 68 84<0 729>\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217D\nEncoding: 8573 8573 1576\nWidth: 500\nHStem: -23 77<219 300.5> 462 77<217.5 298>\nVStem: 31 87<191 318.5>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217E\nEncoding: 8574 8574 1577\nWidth: 556\nHStem: -23 78<220 290> 461 78<219.5 286> 709 20<412 495 495 495>\nVStem: 26 87<197 319> 412 83<195.5 318.5 458 729>\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217F\nEncoding: 8575 8575 1578\nWidth: 833\nHStem: 0 21<70 154 374 458 678 762> 466 73<277 308 581 610> 504 20<70 147>\nVStem: 70 77<0 524> 70 84<0 337> 374 84<0 337> 678 84<0 393>\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: arrowleft\nEncoding: 8592 8592 1553\nWidth: 987\nFlags: W\nHStem: 220 56<147 942>\nFore\n942 276 m 1\n 942 220 l 1\n 147 220 l 1\n 186 182 270 80 318 20 c 1\n 283 -15 l 1\n 196 88 126 158 32 248 c 1\n 126 338 196 408 283 511 c 1\n 318 476 l 1\n 270 416 186 314 147 276 c 1\n 942 276 l 1\nEndSplineSet\nEndChar\nStartChar: arrowup\nEncoding: 8593 8593 1554\nWidth: 603\nFlags: W\nHStem: 0 21G<280 336>\nVStem: 280 56<0 795>\nFore\n336 0 m 1\n 280 0 l 1\n 280 795 l 1\n 242 756 140 672 80 624 c 1\n 45 659 l 1\n 148 746 218 816 308 910 c 1\n 398 816 468 746 571 659 c 1\n 536 624 l 1\n 476 672 374 756 336 795 c 1\n 336 0 l 1\nEndSplineSet\nEndChar\nStartChar: arrowright\nEncoding: 8594 8594 1555\nWidth: 987\nFlags: W\nHStem: 220 56<49 844>\nFore\n49 220 m 1\n 49 276 l 1\n 844 276 l 1\n 805 314 721 416 673 476 c 1\n 708 511 l 1\n 795 408 865 338 959 248 c 1\n 865 158 795 88 708 -15 c 1\n 673 20 l 1\n 721 80 805 182 844 220 c 1\n 49 220 l 1\nEndSplineSet\nEndChar\nStartChar: arrowdown\nEncoding: 8595 8595 1556\nWidth: 603\nFlags: W\nVStem: 280 56<93 888>\nFore\n280 888 m 1\n 336 888 l 1\n 336 93 l 1\n 374 132 476 216 536 264 c 1\n 571 229 l 1\n 468 142 398 72 308 -22 c 1\n 218 72 148 142 45 229 c 1\n 80 264 l 1\n 140 216 242 132 280 93 c 1\n 280 888 l 1\nEndSplineSet\nEndChar\nStartChar: arrowboth\nEncoding: 8596 8596 1557\nWidth: 1042\nFlags: W\nHStem: 222 52<139 909>\nFore\n139 274 m 1\n 909 274 l 1\n 824 363 806 384 738 479 c 1\n 775 511 l 1\n 854 417 909 350 1024 248 c 1\n 909 146 854 79 775 -15 c 1\n 738 17 l 1\n 806 112 824 133 909 222 c 1\n 139 222 l 1\n 224 133 242 112 310 17 c 1\n 273 -15 l 1\n 194 79 139 146 24 248 c 1\n 139 350 194 417 273 511 c 1\n 310 479 l 1\n 242 384 224 363 139 274 c 1\nEndSplineSet\nEndChar\nStartChar: arrowupdn\nEncoding: 8597 8597 1558\nWidth: 1042\nFlags: W\nVStem: 498 52<93 795>\nFore\n498 93 m 1\n 498 795 l 1\n 409 710 388 692 293 624 c 1\n 261 661 l 1\n 355 740 422 795 524 910 c 1\n 626 795 693 740 787 661 c 1\n 755 624 l 1\n 660 692 639 710 550 795 c 1\n 550 93 l 1\n 639 178 660 196 755 264 c 1\n 787 227 l 1\n 693 148 626 93 524 -22 c 1\n 422 93 355 148 261 227 c 1\n 293 264 l 1\n 388 196 409 178 498 93 c 1\nEndSplineSet\nEndChar\nStartChar: carriagereturn\nEncoding: 8629 8629 1559\nWidth: 658\nFlags: W\nHStem: 68 55<180 602>\nVStem: 547 55<123 629>\nFore\n547 629 m 1\n 602 629 l 1\n 602 68 l 1\n 181 68 l 1\n 181 -16 l 1\n 15 96 l 1\n 181 207 l 1\n 181 123 l 1\n 547 123 l 1\n 547 629 l 1\nEndSplineSet\nEndChar\nStartChar: arrowdblleft\nEncoding: 8656 8656 1560\nWidth: 987\nFlags: W\nHStem: 116 53<195 939> 329 53<243 939>\nFore\n939 382 m 1\n 939 329 l 1\n 195 329 l 1\n 114 249 l 1\n 195 169 l 1\n 939 169 l 1\n 939 116 l 1\n 243 116 l 1\n 320 18 l 1\n 279 -15 l 1\n 189 96 148 138 30 249 c 1\n 148 360 189 402 279 513 c 1\n 320 480 l 1\n 243 382 l 1\n 939 382 l 1\nEndSplineSet\nEndChar\nStartChar: arrowdblup\nEncoding: 8657 8657 1561\nWidth: 603\nFlags: W\nVStem: 170 53<2 746> 383 53<2 698>\nFore\n72 621 m 1\n 39 662 l 1\n 150 752 192 793 303 911 c 1\n 414 793 456 752 567 662 c 1\n 534 621 l 1\n 436 698 l 1\n 436 2 l 1\n 383 2 l 1\n 383 746 l 1\n 303 827 l 1\n 223 746 l 1\n 223 2 l 1\n 170 2 l 1\n 170 698 l 1\n 72 621 l 1\nEndSplineSet\nEndChar\nStartChar: arrowdblright\nEncoding: 8658 8658 1562\nWidth: 987\nFlags: W\nHStem: 111 53<45 741> 324 53<45 789>\nFore\n705 -20 m 1\n 664 13 l 1\n 741 111 l 1\n 45 111 l 1\n 45 164 l 1\n 789 164 l 1\n 870 244 l 1\n 789 324 l 1\n 45 324 l 1\n 45 377 l 1\n 741 377 l 1\n 664 475 l 1\n 705 508 l 1\n 795 397 836 355 954 244 c 1\n 836 133 795 91 705 -20 c 1\nEndSplineSet\nEndChar\nStartChar: arrowdbldown\nEncoding: 8659 8659 1563\nWidth: 603\nFlags: W\nVStem: 175 53<194 890> 388 53<146 890>\nFore\n539 271 m 1\n 572 230 l 1\n 461 140 419 99 308 -19 c 1\n 197 99 155 140 44 230 c 1\n 77 271 l 1\n 175 194 l 1\n 175 890 l 1\n 228 890 l 1\n 228 146 l 1\n 308 65 l 1\n 388 146 l 1\n 388 890 l 1\n 441 890 l 1\n 441 194 l 1\n 539 271 l 1\nEndSplineSet\nEndChar\nStartChar: arrowdblboth\nEncoding: 8660 8660 1564\nWidth: 1042\nFlags: W\nHStem: 109 50<197 809> 331 50<241 854>\nFore\n241 381 m 1\n 809 381 l 1\n 733 476 l 1\n 773 510 l 1\n 871 393 907 351 1023 245 c 1\n 907 139 871 97 773 -20 c 1\n 733 14 l 1\n 809 109 l 1\n 241 109 l 1\n 317 14 l 1\n 277 -20 l 1\n 179 97 143 139 27 245 c 1\n 143 351 179 393 277 510 c 1\n 317 476 l 1\n 241 381 l 1\n197 159 m 1\n 854 159 l 1\n 938 245 l 1\n 854 331 l 1\n 197 331 l 1\n 113 245 l 1\n 197 159 l 1\nEndSplineSet\nEndChar\nStartChar: universal\nEncoding: 8704 8704 1565\nWidth: 667\nFlags: W\nHStem: 0 20<277 397 397 397> 432 78<216 448> 709 20\nRef: 65 65 N 1 0 0 -1 0 729\nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 1566\nWidth: 556\nFlags: HMW\nHStem: -20 32<166 221.5> 362 41<211.5 240.5> 698 47<192 233.5>\nVStem: 18 87<119.5 206.5> 375 79<436 487.5>\nFore\n467 573 m 0\n 506 477 510 407 510 254 c 1\n 430 254 l 1\n 430 409 426 459 393 543 c 0\n 373 591 338 662 258 661 c 0\n 201 661 162 643 132 610 c 1\n 72 664 l 1\n 118 715 184 741 258 741 c 0\n 394 740 448 623 467 573 c 0\n272 539 m 0\n 423 539 510 435 510 254 c 0\n 510 82 420 -23 273 -23 c 0\n 124 -23 36 82 36 258 c 128\n 36 434 125 539 272 539 c 0\n273 462 m 0\n 180 462 123 384 123 258 c 0\n 123 131 180 54 273 54 c 0\n 365 54 423 132 423 255 c 0\n 423 385 367 462 273 462 c 0\nEndSplineSet\nBack\n102 670 m 1\n 62 722 l 1\n 102 740 149 750 194 750 c 0\n 347 750 458 605 458 405 c 0\n 458 302 429 171 392 103 c 0\n 349 26 287 -15 212 -15 c 0\n 105 -15 22 70 22 179 c 0\n 22 244 50 311 96 358 c 0\n 130 392 169 408 218 408 c 0\n 271 408 300 396 368 343 c 1\n 377 402 379 426 379 456 c 0\n 379 529 358 604 324 651 c 0\n 300 684 261 703 214 703 c 0\n 178 703 169 700 110 674 c 2\n 102 670 l 1\n361 304 m 1\n 336 345 298 367 256 367 c 0\n 175 367 109 271 109 155 c 0\n 109 68 142 17 198 17 c 0\n 253 17 299 61 325 139 c 0\n 340 183 348 216 361 304 c 1\nEndSplineSet\nEndChar\nStartChar: existential\nEncoding: 8707 8707 1567\nWidth: 667\nFlags: W\nHStem: 0 82<90 596> 332 82<90 503> 647 82<91 503>\nVStem: 503 93<82 729>\nFore\n503 332 m 1\n 90 332 l 1\n 90 414 l 1\n 503 414 l 1\n 503 647 l 1\n 91 647 l 1\n 91 729 l 1\n 596 729 l 1\n 596 0 l 1\n 90 0 l 1\n 90 82 l 1\n 503 82 l 1\n 503 332 l 1\nEndSplineSet\nEndChar\nStartChar: emptyset\nEncoding: 8709 8709 1568\nWidth: 556\nFlags: W\nHStem: -23 73<266 284> 631 78<275 284>\nVStem: 43 90<308 374> 417 90<308 374>\nDStem: 373 729 432 729 116 -43 175 -43\nFore\n373 729 m 1\n 432 729 l 1\n 175 -43 l 1\n 116 -43 l 1\n 373 729 l 1\n275 709 m 0\n 451.051 709 507 542.885 507 337 c 0\n 507 104 425 -23 275 -23 c 0\n 123 -23 43 104 43 343 c 0\n 43 474 66 569 112 631 c 0\n 149 680 209 709 275 709 c 0\n275 631 m 0\n 180 631 133 536 133 342 c 128\n 133 148 180 50 273 50 c 0\n 371 50 417 144 417 345 c 0\n 417 535 370 631 275 631 c 0\nEndSplineSet\nEndChar\nStartChar: Delta\nEncoding: 8710 8710 1569\nWidth: 711\nFlags: HMW\nHStem: 0 82<143 566> 709 20<304 404 404 404>\nFore\n10 0 m 1\n 304 729 l 1\n 404 729 l 1\n 701 0 l 1\n 10 0 l 1\n355 616 m 1\n 143 82 l 1\n 566 82 l 1\n 355 616 l 1\nEndSplineSet\nEndChar\nStartChar: gradient\nEncoding: 8711 8711 1570\nWidth: 711\nFlags: W\nHStem: 0 20<304 404 404 404> 647 82<143 566>\nRef: 8710 8710 N 1 0 0 -1 0 729\nEndChar\nStartChar: element\nEncoding: 8712 8712 1571\nWidth: 713\nFlags: W\nHStem: 0 54<268 505> 207 54<101 505> 414 54<268 505>\nFore\n505 261 m 1\n 505 207 l 1\n 101 207 l 1\n 110 162 126 127 155 100 c 0\n 190 67 226 54 268 54 c 2\n 505 54 l 1\n 505 0 l 1\n 268 0 l 2\n 169 0 109 66 81 106 c 0\n 57 139 45 184 45 234 c 128\n 45 284 57 329 81 362 c 0\n 109 402 169 468 268 468 c 2\n 505 468 l 1\n 505 414 l 1\n 268 414 l 2\n 226 414 190 401 155 368 c 0\n 126 341 110 306 101 261 c 1\n 505 261 l 1\nEndSplineSet\nEndChar\nStartChar: notelement\nEncoding: 8713 8713 1572\nWidth: 713\nFlags: W\nHStem: 0 54<248 505> 207 54<100 230 319 505> 416 52<248 348 437 505>\nDStem: 138 45 183 19 94 -33 138 -58 230 207 289 207 166 94 209 66 348 416 406 414 259 261 319 261 426 555 472 530 377 468 437 468\nFore\n505 261 m 1\n 505 207 l 1\n 289 207 l 1\n 209 66 l 1\n 224 56 248 54 260 54 c 2\n 505 54 l 1\n 505 0 l 1\n 250 0 l 2\n 228 0 198 8 183 19 c 1\n 138 -58 l 1\n 94 -33 l 1\n 138 45 l 1\n 104 77 78 109 65 138 c 0\n 38 198 38 277 67 333 c 0\n 121 438 216 468 261 468 c 2\n 377 468 l 1\n 426 555 l 1\n 472 530 l 1\n 437 468 l 1\n 505 468 l 1\n 505 414 l 1\n 406 414 l 1\n 319 261 l 1\n 505 261 l 1\n348 416 m 1\n 255 416 l 2\n 183.105 416 103.733 331.935 100 261 c 1\n 259 261 l 1\n 348 416 l 1\n166 94 m 1\n 230 207 l 1\n 102 207 l 1\n 110 161 128 125 166 94 c 1\nEndSplineSet\nEndChar\nStartChar: product\nEncoding: 8719 8719 1573\nWidth: 823\nVWidth: 2048\nFlags: W\nHStem: 628 101<105 599>\nVStem: 105 118<-195 628> 599 118<-195 729>\nFore\n105 729 m 1\n 717 729 l 1\n 717 -195 l 1\n 599 -195 l 1\n 599 628 l 1\n 223 628 l 1\n 223 -195 l 1\n 105 -195 l 1\n 105 729 l 1\nEndSplineSet\nEndChar\nStartChar: uni2210\nEncoding: 8720 8720 1574\nWidth: 823\nVWidth: 2048\nFlags: W\nHStem: -195 101<105 599>\nVStem: 105 118<-94 729> 599 118<-195 729>\nRef: 8719 8719 N 1 0 0 -1 0 534\nEndChar\nStartChar: summation\nEncoding: 8721 8721 1575\nWidth: 804\nVWidth: 2048\nFlags: W\nHStem: -195 95<193 692> 633 96<56 679>\nDStem: 56 641 204 633 400 276 537 279 400 276 537 279 41 -121 193 -100\nFore\n56 729 m 1\n 679 729 l 1\n 679 633 l 1\n 204 633 l 1\n 537 279 l 1\n 193 -100 l 1\n 692 -100 l 1\n 692 -195 l 1\n 41 -195 l 1\n 41 -121 l 1\n 400 276 l 1\n 56 641 l 1\n 56 729 l 1\nEndSplineSet\nEndChar\nStartChar: minus\nEncoding: 8722 8722 1576\nWidth: 584\nFlags: HMW\nHStem: 197 70<40 544>\nFore\n544 267 m 1\n 544 197 l 1\n 40 197 l 1\n 40 267 l 1\n 544 267 l 1\nEndSplineSet\nEndChar\nStartChar: uni2213\nEncoding: 8723 8723 1577\nWidth: 584\nFlags: W\nHStem: -11 21G<257 327> 196 70<50 257 327 534> 553 70<50 534>\nVStem: 257 70<-11 196 266 473>\nFore\n534 196 m 1\n 327 196 l 1\n 327 -11 l 1\n 257 -11 l 1\n 257 196 l 1\n 50 196 l 1\n 50 266 l 1\n 257 266 l 1\n 257 473 l 1\n 327 473 l 1\n 327 266 l 1\n 534 266 l 1\n 534 196 l 1\n534 553 m 1\n 50 553 l 1\n 50 623 l 1\n 534 623 l 1\n 534 553 l 1\nEndSplineSet\nEndChar\nStartChar: asteriskmath\nEncoding: 8727 8727 1578\nWidth: 500\nFlags: W\nVStem: 238 16<305 311>\nFore\n246 134 m 1\n 222 138 206 158 209 186 c 0\n 213 228 238 239 238 305 c 0\n 238 311 240 331 223 321 c 0\n 161 285 143 246 127 232 c 0\n 109 216 77 222 68 238 c 0\n 60 254 66 286 92 294 c 2\n 188 322 l 2\n 225 333 235 345 212 356 c 0\n 146 387 142 378 102 388 c 0\n 87 392 52 417 72 451 c 0\n 81 466 113 468 138 449 c 0\n 160 432 160 403 218 373 c 0\n 233 365 239 363 238 385 c 0\n 235 443 230 441 217 481 c 0\n 214 491 192 552 246 551 c 1\n 300 552 278 491 275 481 c 0\n 262 441 257 443 254 385 c 0\n 253 363 259 365 274 373 c 0\n 332 403 332 432 354 449 c 0\n 379 468 411 466 420 451 c 0\n 440 417 405 392 390 388 c 0\n 350 378 346 387 280 356 c 0\n 257 345 267 333 304 322 c 2\n 400 294 l 2\n 426 286 432 254 424 238 c 0\n 415 222 383 216 365 232 c 0\n 349 246 331 285 269 321 c 0\n 252 331 254 311 254 305 c 0\n 254 239 279 228 283 186 c 0\n 286 158 270 138 246 134 c 1\nEndSplineSet\nEndChar\nStartChar: radical\nEncoding: 8730 8730 1579\nWidth: 542\nFlags: W\nDStem: 119 461 155 521 360 -36 348 125 155 521 119 461 7 448 25 415 476 913 512 908 348 125 360 -36\nFore\n476 913 m 1\n 512 908 l 1\n 360 -36 l 1\n 119 461 l 1\n 25 415 l 1\n 7 448 l 1\n 155 521 l 1\n 348 125 l 1\n 476 913 l 1\nEndSplineSet\nEndChar\nStartChar: proportional\nEncoding: 8733 8733 1580\nWidth: 713\nFlags: W\nFore\n634 372 m 1\n 606 334 l 1\n 573 352 549 363 500 346 c 0\n 454 330 431 301 390 263 c 1\n 399 247 443 212 475 194 c 0\n 557 149 586 182 607 193 c 1\n 639 159 l 1\n 603 124 534 104 456 150 c 0\n 403 182 394 195 355 232 c 1\n 319 188 262 150 229 137 c 0\n 113 92 18 179 27 274 c 0\n 34 344 106 436 229 390 c 0\n 274 373 286 360 356 299 c 1\n 420 355 448 378 491 394 c 0\n 569 422 616 384 634 372 c 1\n216 341 m 0\n 115 382 79 302 76 271 c 0\n 72 221 117 151 207 182 c 0\n 262 201 311 253 323 264 c 1\n 309 276 266 321 216 341 c 0\nEndSplineSet\nEndChar\nStartChar: infinity\nEncoding: 8734 8734 1581\nWidth: 713\nFlags: W\nFore\n357 297 m 1\n 418 352 439 370 486 391 c 0\n 583 434 679 367 688 279 c 0\n 696 205 633 116 541 125 c 0\n 438 135 381 210 357 231 c 1\n 333 210 276 135 173 125 c 0\n 81 116 18 205 26 279 c 0\n 35 367 131 434 228 391 c 0\n 275 370 296 352 357 297 c 1\n324 264 m 1\n 267 312 239 333 205 345 c 0\n 119 375 75 303 76 259 c 0\n 78 200 137 162 192 175 c 0\n 248 188 265 207 324 264 c 1\n390 264 m 1\n 449 207 466 188 522 175 c 0\n 577 162 636 200 638 259 c 0\n 639 303 595 375 509 345 c 0\n 475 333 447 312 390 264 c 1\nEndSplineSet\nEndChar\nStartChar: angle\nEncoding: 8736 8736 1582\nWidth: 768\nFlags: W\nHStem: 0 55<160 704>\nDStem: 697 673 738 636 26 0 160 55\nFore\n697 673 m 1\n 738 636 l 1\n 160 55 l 1\n 704 55 l 1\n 704 0 l 1\n 26 0 l 1\n 697 673 l 1\nEndSplineSet\nEndChar\nStartChar: logicaland\nEncoding: 8743 8743 1583\nWidth: 603\nFlags: W\nHStem: 0 21G<23 88 518 583>\nDStem: 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0 303 350 303 454 518 0 583 0 303 454 303 350 23 0 88 0\nFore\n583 0 m 1\n 518 0 l 1\n 303 350 l 1\n 88 0 l 1\n 23 0 l 1\n 303 454 l 1\n 583 0 l 1\nEndSplineSet\nEndChar\nStartChar: logicalor\nEncoding: 8744 8744 1584\nWidth: 603\nFlags: W\nDStem: 30 448 74 477 304 0 304 102 534 477 578 448 304 102 304 0\nFore\n30 448 m 1\n 74 477 l 1\n 304 102 l 1\n 534 477 l 1\n 578 448 l 1\n 304 0 l 1\n 30 448 l 1\nEndSplineSet\nEndChar\nStartChar: intersection\nEncoding: 8745 8745 1585\nWidth: 768\nFlags: W\nHStem: 0 21G<40 95 677 732> 454 55<386 409>\nVStem: 40 55<0 192> 677 55<0 192>\nFore\n732 0 m 1\n 677 0 l 1\n 677 190 l 2\n 677 338 534 454 386 454 c 128\n 238 454 95 338 95 190 c 2\n 95 0 l 1\n 40 0 l 1\n 40 180 l 2\n 40 353 195 509 386 509 c 128\n 577 509 732 353 732 180 c 2\n 732 0 l 1\nEndSplineSet\nEndChar\nStartChar: union\nEncoding: 8746 8746 1586\nWidth: 768\nFlags: W\nHStem: -17 55<386 409>\nVStem: 40 55<300 492> 677 55<300 492>\nFore\n677 492 m 1\n 732 492 l 1\n 732 312 l 2\n 732 139 577 -17 386 -17 c 128\n 195 -17 40 139 40 312 c 2\n 40 492 l 1\n 95 492 l 1\n 95 302 l 2\n 95 154 238 38 386 38 c 128\n 534 38 677 154 677 302 c 2\n 677 492 l 1\nEndSplineSet\nEndChar\nStartChar: integral\nEncoding: 8747 8747 1587\nWidth: 556\nFlags: W\nHStem: -246 81<123 138> 686 81<385 404>\nVStem: 230 85<-35 564>\nFore\n230 -33 m 2\n 230 562 l 2\n 230 619 245 662 269 696 c 0\n 297 734 342 767 402 767 c 0\n 418 767 435 764 454 760 c 1\n 439 677 l 1\n 420 683 408 686 397 686 c 0\n 393 686 389 686 385 685 c 0\n 339 676 316 625 315 544 c 2\n 315 -2 l 2\n 315 -70 304 -123 278 -162 c 0\n 250 -204 191 -246 123 -246 c 0\n 114 -246 107 -245 100 -243 c 1\n 102 -157 l 1\n 114 -162 125 -165 136 -165 c 0\n 201 -165 230 -117 230 -33 c 2\nEndSplineSet\nEndChar\nStartChar: uni222C\nEncoding: 8748 8748 1588\nWidth: 796\nFlags: W\nHStem: -246 81<123 138 363 378> 686 81<385 404 625 644>\nVStem: 230 85<-35 564> 470 85<-35 564>\nFore\n470 -33 m 2\n 470 562 l 2\n 470 619 485 662 509 696 c 0\n 537 734 582 767 642 767 c 0\n 658 767 675 764 694 760 c 1\n 679 677 l 1\n 660 683 648 686 637 686 c 0\n 633 686 629 686 625 685 c 0\n 579 676 556 625 555 544 c 2\n 555 -2 l 2\n 555 -70 544 -123 518 -162 c 0\n 490 -204 431 -246 363 -246 c 0\n 354 -246 347 -245 340 -243 c 1\n 342 -157 l 1\n 354 -162 365 -165 376 -165 c 0\n 441 -165 470 -117 470 -33 c 2\n230 -33 m 2\n 230 562 l 2\n 230 619 245 662 269 696 c 0\n 297 734 342 767 402 767 c 0\n 418 767 435 764 454 760 c 1\n 439 677 l 1\n 420 683 408 686 397 686 c 0\n 393 686 389 686 385 685 c 0\n 339 676 316 625 315 544 c 2\n 315 -2 l 2\n 315 -70 304 -123 278 -162 c 0\n 250 -204 191 -246 123 -246 c 0\n 114 -246 107 -245 100 -243 c 1\n 102 -157 l 1\n 114 -162 125 -165 136 -165 c 0\n 201 -165 230 -117 230 -33 c 2\nEndSplineSet\nEndChar\nStartChar: uni222D\nEncoding: 8749 8749 1589\nWidth: 956\nFlags: W\nHStem: -246 81<123 138 323 341 523 538> 686 81<385 404 585 604 785 804>\nVStem: 230 85<-35 564> 430 85<-35 564> 630 85<-35 564>\nFore\n630 -33 m 2\n 630 562 l 2\n 630 619 645 662 669 696 c 0\n 697 734 742 767 802 767 c 0\n 818 767 835 764 854 760 c 1\n 839 677 l 1\n 820 683 808 686 797 686 c 0\n 793 686 789 686 785 685 c 0\n 739 676 716 625 715 544 c 2\n 715 -2 l 2\n 715 -70 704 -123 678 -162 c 0\n 650 -204 591 -246 523 -246 c 0\n 514 -246 507 -245 500 -243 c 1\n 502 -157 l 1\n 514 -162 525 -165 536 -165 c 0\n 601 -165 630 -117 630 -33 c 2\n430 -33 m 2\n 430 562 l 2\n 430 619 445 662 469 696 c 0\n 497 734 542 767 602 767 c 0\n 618 767 635 764 654 760 c 1\n 639 677 l 1\n 620 683 608 686 597 686 c 0\n 593 686 589 686 585 685 c 0\n 539 676 516 625 515 544 c 2\n 515 -2 l 2\n 515 -70 504 -123 478 -162 c 0\n 450 -204 391 -246 323 -246 c 0\n 314 -246 307 -245 300 -243 c 1\n 302 -157 l 1\n 314 -162 325 -165 336 -165 c 0\n 401 -165 430 -117 430 -33 c 2\n230 -33 m 2\n 230 562 l 2\n 230 619 245 662 269 696 c 0\n 297 734 342 767 402 767 c 0\n 418 767 435 764 454 760 c 1\n 439 677 l 1\n 420 683 408 686 397 686 c 0\n 393 686 389 686 385 685 c 0\n 339 676 316 625 315 544 c 2\n 315 -2 l 2\n 315 -70 304 -123 278 -162 c 0\n 250 -204 191 -246 123 -246 c 0\n 114 -246 107 -245 100 -243 c 1\n 102 -157 l 1\n 114 -162 125 -165 136 -165 c 0\n 201 -165 230 -117 230 -33 c 2\nEndSplineSet\nEndChar\nStartChar: uni222E\nEncoding: 8750 8750 1590\nWidth: 556\nFlags: W\nHStem: -246 81<123 138> 686 81<385 404>\nVStem: 230 85<-35 564>\nFore\n230 -33 m 2\n 230 562 l 2\n 230 619 245 662 269 696 c 0\n 297 734 342 767 402 767 c 0\n 418 767 435 764 454 760 c 1\n 439 677 l 1\n 420 683 408 686 397 686 c 0\n 393 686 389 686 385 685 c 0\n 339 676 316 625 315 544 c 2\n 315 -2 l 2\n 315 -70 304 -123 278 -162 c 0\n 250 -204 191 -246 123 -246 c 0\n 114 -246 107 -245 100 -243 c 1\n 102 -157 l 1\n 114 -162 125 -165 136 -165 c 0\n 201 -165 230 -117 230 -33 c 2\nEndSplineSet\nEndChar\nStartChar: therefore\nEncoding: 8756 8756 1591\nWidth: 863\nFlags: W\nHStem: 0 130<216.513 231 636 644> 348 130<420.513 435>\nVStem: 163 130<53.5132 68> 367 130<401.513 416> 571 130<53.5132 68>\nFore\n163 65 m 0\n 163 101 192 130 228 130 c 128\n 264 130 293 101 293 65 c 128\n 293 29 264 0 228 0 c 128\n 192 0 163 29 163 65 c 0\n571 65 m 0\n 571 101 600 130 636 130 c 128\n 672 130 701 101 701 65 c 0\n 701 29 672 0 636 0 c 128\n 600 0 571 29 571 65 c 0\n367 413 m 0\n 367 449 396 478 432 478 c 128\n 468 478 497 449 497 413 c 128\n 497 377 468 348 432 348 c 128\n 396 348 367 377 367 413 c 0\nEndSplineSet\nEndChar\nStartChar: similar\nEncoding: 8764 8764 1592\nWidth: 549\nFlags: W\nFore\n492 307 m 1\n 529 283 l 1\n 522 274 510 243 466 222 c 0\n 409 195 354 204 266 235 c 0\n 132 282 101 251 58 203 c 1\n 17 228 l 1\n 35 250 61 299 152 306 c 0\n 213 311 270 281 317 266 c 0\n 438 228 473 286 492 307 c 1\nEndSplineSet\nEndChar\nStartChar: uni223E\nEncoding: 8766 8766 1593\nWidth: 584\nFlags: W\nHStem: 268 68<394 412> 371 67<179 188>\nVStem: 455 53<393 411>\nDStem: 224 357 237 422 322 294 354 353\nFore\n455 411 m 1\n 508 411 l 1\n 508 395 l 2\n 508 318 467 268 403 268 c 0\n 378 268 348 278 322 294 c 2\n 224 357 l 2\n 214 363 191 371 181 371 c 0\n 163 371 146 358 136 336 c 0\n 132 326 130 316 128 293 c 1\n 75 293 l 1\n 80 387 118 438 183 438 c 0\n 201 438 220 432 237 422 c 2\n 354 353 l 2\n 374 341 390 336 404 336 c 0\n 441 336 456 358 455 411 c 1\nEndSplineSet\nEndChar\nStartChar: uni2241\nEncoding: 8769 8769 1594\nWidth: 584\nFlags: W\nDStem: 368 486 418 458 97 4 148 -25\nFore\n492 307 m 1\n 529 283 l 1\n 522 274 510 243 466 222 c 0\n 409 195 354 204 266 235 c 0\n 132 282 101 251 58 203 c 1\n 17 228 l 1\n 35 250 61 299 152 306 c 0\n 213 311 270 281 317 266 c 0\n 438 228 473 286 492 307 c 1\n368 486 m 1\n 418 458 l 1\n 148 -25 l 1\n 97 4 l 1\n 368 486 l 1\nEndSplineSet\nEndChar\nStartChar: uni2242\nEncoding: 8770 8770 1595\nWidth: 584\nFlags: W\nDStem: 96 377 145 426 242 231 291 281 242 231 291 181 95 84 145 35 291 181 341 231 438 34 488 84 438 427 487 377 291 281 341 231\nFore\n438 427 m 1\n 487 377 l 1\n 341 231 l 1\n 488 84 l 1\n 438 34 l 1\n 291 181 l 1\n 145 35 l 1\n 95 84 l 1\n 242 231 l 1\n 96 377 l 1\n 145 426 l 1\n 291 281 l 1\n 438 427 l 1\nEndSplineSet\nEndChar\nStartChar: uni2243\nEncoding: 8771 8771 1596\nWidth: 584\nFlags: W\nHStem: 0 104<240 344> 201 70<50 534> 368 104<240 344>\nVStem: 240 104<0 104 368 472>\nFore\n534 271 m 1\n 534 201 l 1\n 50 201 l 1\n 50 271 l 1\n 534 271 l 1\n344 104 m 1\n 344 0 l 1\n 240 0 l 1\n 240 104 l 1\n 344 104 l 1\n344 472 m 1\n 344 368 l 1\n 240 368 l 1\n 240 472 l 1\n 344 472 l 1\nEndSplineSet\nEndChar\nStartChar: uni2249\nEncoding: 8777 8777 1597\nWidth: 636\nFlags: W\nHStem: 75 66<422 443> 169 67<196 218> 278 66<422 443> 372 67<196 218>\nDStem: 250 153 293 126 168 -52 222 -52 314 316 359 292 277 223 322 199 414 566 468 566 343 389 387 362\nFore\n583 223 m 1\n 567 131 518 75 422 75 c 0\n 374 75 332 100 293 126 c 1\n 222 -52 l 1\n 168 -52 l 1\n 250 153 l 1\n 235 162 218 169 200 169 c 0\n 146 169 115 136 93 89 c 1\n 53 104 l 1\n 79 187 129 236 218 236 c 0\n 238 236 259 230 277 223 c 1\n 314 316 l 1\n 282 336 239 372 200 372 c 0\n 146 372 115 339 93 292 c 1\n 53 307 l 1\n 79 390 129 439 218 439 c 0\n 265 439 305 413 343 389 c 1\n 414 566 l 1\n 468 566 l 1\n 387 362 l 1\n 403 353 422 344 441 344 c 0\n 500 344 527 391 543 442 c 1\n 583 426 l 1\n 567 334 518 278 422 278 c 0\n 400 278 379 284 359 292 c 1\n 322 199 l 1\n 355 179 402 141 441 141 c 0\n 500 141 527 188 543 239 c 1\n 583 223 l 1\nEndSplineSet\nEndChar\nStartChar: notequal\nEncoding: 8800 8800 1598\nWidth: 548\nFlags: HMW\nHStem: 111 70<32 157 263 516> 283 70<32 253 359 516>\nFore\n157 111 m 1\n 32 111 l 1\n 32 181 l 1\n 196 181 l 1\n 253 283 l 1\n 32 283 l 1\n 32 353 l 1\n 292 353 l 1\n 368 486 l 1\n 418 458 l 1\n 359 353 l 1\n 516 353 l 1\n 516 283 l 1\n 320 283 l 1\n 263 181 l 1\n 516 181 l 1\n 516 111 l 1\n 224 111 l 1\n 148 -25 l 1\n 97 4 l 1\n 157 111 l 1\nEndSplineSet\nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 1599\nWidth: 584\nFlags: HMW\nHStem: -11 67<45 534>\nFore\n534 56 m 1\n 534 -11 l 1\n 45 -11 l 1\n 45 56 l 1\n 534 56 l 1\n45 363 m 1\n 45 432 l 1\n 534 639 l 1\n 534 560 l 1\n 140 399 l 1\n 534 235 l 1\n 534 156 l 1\n 45 363 l 1\nEndSplineSet\nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 1600\nWidth: 584\nFlags: HMW\nHStem: -11 67<45 534>\nFore\n534 56 m 1\n 534 -11 l 1\n 45 -11 l 1\n 45 56 l 1\n 534 56 l 1\n534 432 m 1\n 534 363 l 1\n 45 156 l 1\n 45 235 l 1\n 439 396 l 1\n 45 560 l 1\n 45 639 l 1\n 534 432 l 1\nEndSplineSet\nEndChar\nStartChar: circleplus\nEncoding: 8853 8853 1601\nWidth: 768\nFlags: W\nHStem: -15 53<388 412> 303 54<140 361 415 638> 622 53<388 412>\nVStem: 43 53<330 354> 361 54<80 303 357 577> 680 53<330 354>\nFore\n361 577 m 1\n 415 577 l 1\n 415 357 l 1\n 638 357 l 1\n 638 303 l 1\n 415 303 l 1\n 415 80 l 1\n 361 80 l 1\n 361 303 l 1\n 140 303 l 1\n 140 357 l 1\n 361 357 l 1\n 361 577 l 1\n96 330 m 0\n 96 169 227 38 388 38 c 128\n 549 38 680 169 680 330 c 128\n 680 491 549 622 388 622 c 128\n 227 622 96 491 96 330 c 0\n43 330 m 0\n 43 521 197 675 388 675 c 128\n 579 675 733 521 733 330 c 0\n 733 139 579 -15 388 -15 c 128\n 197 -15 43 139 43 330 c 0\nEndSplineSet\nEndChar\nStartChar: uni2296\nEncoding: 8854 8854 1602\nWidth: 768\nFlags: W\nHStem: -15 53<388 412> 303 54<140 638> 622 53<388 412>\nVStem: 43 53<330 354> 680 53<330 354>\nFore\n638 303 m 1\n 140 303 l 1\n 140 357 l 1\n 638 357 l 1\n 638 303 l 1\n96 330 m 0\n 96 169 227 38 388 38 c 128\n 549 38 680 169 680 330 c 128\n 680 491 549 622 388 622 c 128\n 227 622 96 491 96 330 c 0\n43 330 m 0\n 43 521 197 675 388 675 c 128\n 579 675 733 521 733 330 c 0\n 733 139 579 -15 388 -15 c 128\n 197 -15 43 139 43 330 c 0\nEndSplineSet\nEndChar\nStartChar: circlemultiply\nEncoding: 8855 8855 1603\nWidth: 768\nFlags: W\nHStem: -17 53<388 412> 620 53<388 412>\nVStem: 43 53<328 352> 680 53<328 352>\nDStem: 193 484 232 523 349 328 388 366 349 328 388 290 193 172 232 133 388 290 427 328 544 134 583 172 544 522 583 484 388 366 427 328\nFore\n193 484 m 1\n 232 523 l 1\n 388 366 l 1\n 544 522 l 1\n 583 484 l 1\n 427 328 l 1\n 583 172 l 1\n 544 134 l 1\n 388 290 l 1\n 232 133 l 1\n 193 172 l 1\n 349 328 l 1\n 193 484 l 1\n43 328 m 0\n 43 519 197 673 388 673 c 128\n 579 673 733 519 733 328 c 0\n 733 137 579 -17 388 -17 c 128\n 197 -17 43 137 43 328 c 0\n96 328 m 0\n 96 167 227 36 388 36 c 128\n 549 36 680 167 680 328 c 128\n 680 489 549 620 388 620 c 128\n 227 620 96 489 96 328 c 0\nEndSplineSet\nEndChar\nStartChar: perpendicular\nEncoding: 8869 8869 1604\nWidth: 658\nFlags: W\nHStem: 0 55<15 652>\nVStem: 306 55<55 674>\nFore\n652 55 m 1\n 652 0 l 1\n 15 0 l 1\n 15 55 l 1\n 306 55 l 1\n 306 674 l 1\n 361 674 l 1\n 361 55 l 1\n 652 55 l 1\nEndSplineSet\nEndChar\nStartChar: uni2300\nEncoding: 8960 8960 1605\nWidth: 823\nFlags: W\nHStem: -17 55<414 440> 662 55<414 440>\nVStem: 47 55<350 361> 726 55<350 361>\nDStem: 136 111 173 74 39 13 76 -24 614 589 650 554 175 150 212 112 744 719 780 684 654 628 689 593\nFore\n650 554 m 1\n 212 112 l 1\n 264 67 335 38 414 38 c 0\n 586 38 726 178 726 350 c 0\n 726 429 697 500 650 554 c 1\n175 150 m 1\n 614 589 l 1\n 559 635 490 662 414 662 c 0\n 242 662 102 522 102 350 c 0\n 102 274 129 205 175 150 c 1\n744 719 m 1\n 780 684 l 1\n 689 593 l 1\n 747 528 781 443 781 350 c 0\n 781 147 617 -17 414 -17 c 0\n 321 -17 236 18 173 74 c 1\n 76 -24 l 1\n 39 13 l 1\n 136 111 l 1\n 80 175 47 259 47 350 c 0\n 47 553 211 717 414 717 c 0\n 506 717 590 683 654 628 c 1\n 744 719 l 1\nEndSplineSet\nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 1606\nWidth: 489\nFlags: HMW\nHStem: 0 20 724 20<208 270 270 270>\nFore\n270 744 m 1\n 462 372 l 1\n 270 0 l 1\n 208 0 l 1\n 16 372 l 1\n 208 744 l 1\n 270 744 l 1\n240 60 m 1\n 400 372 l 1\n 240 684 l 1\n 79 372 l 1\n 240 60 l 1\nEndSplineSet\nEndChar\nStartChar: musicalnote\nEncoding: 9834 9834 1607\nWidth: 555\nFlags: W\nHStem: 0 166<166 184> 674 20G<252 277>\nVStem: 252 25<137 503 137 694> 473 25<231 289>\nFore\n277 503 m 1\n 277 83 l 2\n 277 31 223 0 166 0 c 128\n 109 0 55 31 55 83 c 128\n 55 135 109 166 166 166 c 0\n 199 166 231 156 252 137 c 1\n 252 694 l 1\n 277 694 l 1\n 277 639 l 2\n 277 612 360 545 414 502 c 0\n 477 452 498 368 498 287 c 2\n 498 231 l 1\n 473 231 l 1\n 473 287 l 2\n 473 314 390 381 336 424 c 0\n 309 445 290 472 277 503 c 1\nEndSplineSet\nEndChar\nStartChar: uni3001\nEncoding: 12289 12289 1607\nWidth: 1000\nFlags: W\nFore\n102 303 m 1\n 297 203 391 87 320 88 c 1\n 254 95 235 190 102 303 c 1\nEndSplineSet\nEndChar\nStartChar: uni3002\nEncoding: 12290 12290 1608\nWidth: 1000\nFlags: W\nHStem: 101 24<182 193> 286 24<182 193>\nVStem: 80 24<205 214> 260 24<205 214>\nFore\n182 310 m 0\n 238 310 284 263 284 205 c 0\n 284 148 238 101 182 101 c 128\n 126 101 80 148 80 205 c 0\n 80 263 126 310 182 310 c 0\n182 286 m 0\n 139 286 104 250 104 205 c 0\n 104 161 139 125 182 125 c 128\n 225 125 260 161 260 205 c 0\n 260 250 225 286 182 286 c 0\nEndSplineSet\nEndChar\nStartChar: uni3003\nEncoding: 12291 12291 1609\nWidth: 1000\nFlags: W\nFore\n713 785 m 0\n 725 835 762 868 794 860 c 0\n 826 851 840 804 826 754 c 0\n 793 640 736 531 691 427 c 1\n 651 336 592 262 545 182 c 0\n 539 173 530 168 525 171 c 0\n 519 175 519 185 524 194 c 0\n 570 275 603 361 638 449 c 1\n 679 550 684 670 713 785 c 0\n382 785 m 0\n 396 831 432 861 462 851 c 0\n 492 842 503 796 487 750 c 0\n 450 644 393 543 344 443 c 0\n 298 349 231 271 177 187 c 0\n 171 178 162 173 157 177 c 0\n 151 180 151 190 157 199 c 0\n 209 285 249 377 290 468 c 0\n 334 565 348 677 382 785 c 0\nEndSplineSet\nEndChar\nStartChar: uni3005\nEncoding: 12293 12293 1610\nWidth: 1000\nFlags: W\nHStem: 523 24<488 697>\nFore\n522 226 m 1\n 598 334 641 412 697 523 c 1\n 475 523 l 1\n 422 420 360 337 270 255 c 0\n 266 251 262 255 266 259 c 0\n 385 410 430 520 490 703 c 1\n 595 673 563 656 528 636 c 1\n 515 605 501 575 488 547 c 1\n 710 547 l 1\n 739 589 l 1\n 748 583 l 2\n 820 527 821 519 752 504 c 1\n 680 392 618 308 531 218 c 1\n 606 145 628 92 580 98 c 1\n 513 113 499 212 370 343 c 1\n 432 303 483 263 522 226 c 1\nEndSplineSet\nEndChar\nStartChar: uni3007\nEncoding: 12295 12295 1611\nWidth: 1000\nFlags: W\nHStem: 125 50<500 517> 813 62<500 517>\nVStem: 100 50<500 510> 850 62<500 510>\nFore\n500 175 m 0\n 676 176 852 340 850 500 c 0\n 847 658 673 813 500 813 c 0\n 326 813 152 658 150 500 c 0\n 147 340 323 175 500 175 c 0\n500 125 m 0\n 298 128 99 314 100 500 c 0\n 100 687 298 873 500 875 c 0\n 704 878 912 689 912 500 c 0\n 912 312 704 123 500 125 c 0\nEndSplineSet\nEndChar\nStartChar: uni3008\nEncoding: 12296 12296 1612\nWidth: 1000\nFlags: W\nDStem: 489 470 552 511 779 56 840 100 769 959 830 917 494 559 552 511\nFore\n494 559 m 1\n 769 959 l 1\n 787 987 816 999 833 987 c 0\n 851 976 849 944 830 917 c 2\n 552 511 l 1\n 840 100 l 2\n 859 72 861 41 844 29 c 128\n 827 17 798 29 779 56 c 2\n 489 470 l 1\n 475.379 474.105 467.499 485.793 469 503 c 1\n 456.476 530.824 465.011 561.928 494 559 c 1\nEndSplineSet\nEndChar\nStartChar: uni3009\nEncoding: 12297 12297 1613\nWidth: 1000\nFlags: W\nDStem: 110 920 170 965 424 501 489 540 424 501 488 461 95 79 154 32\nFore\n424 501 m 1\n 110 920 l 2\n 90 947 87 979 104 991 c 0\n 120 1002 150 992 170 965 c 2\n 489 540 l 1\n 504.28 536.242 512.764 519.672 508 499 c 1\n 510.553 481.129 502.749 461 488 461 c 1\n 154 32 l 2\n 134 6 104 -5 88 8 c 0\n 71 21 75 52 95 79 c 1\n 424 501 l 1\nEndSplineSet\nEndChar\nStartChar: uni300A\nEncoding: 12298 12298 1614\nWidth: 1000\nFlags: W\nHStem: 0 21G<787 837 925 975>\nDStem: 600 500 650 500 787 0 837 0 737 500 787 500 925 0 975 0 787 1000 837 1000 600 500 650 500 925 1000 975 1000 737 500 787 500\nFore\n925 1000 m 1\n 975 1000 l 1\n 787 500 l 1\n 975 0 l 1\n 925 0 l 1\n 737 500 l 1\n 925 1000 l 1\n787 1000 m 1\n 837 1000 l 1\n 650 500 l 1\n 837 0 l 1\n 787 0 l 1\n 600 500 l 1\n 787 1000 l 1\nEndSplineSet\nEndChar\nStartChar: uni300B\nEncoding: 12299 12299 1615\nWidth: 1000\nFlags: W\nHStem: 0 21G<25 75 162 212>\nDStem: 25 1000 75 1000 212 500 262 500 162 1000 212 1000 350 500 400 500 212 500 262 500 25 0 75 0 350 500 400 500 162 0 212 0\nFore\n350 500 m 1\n 162 1000 l 1\n 212 1000 l 1\n 400 500 l 1\n 212 0 l 1\n 162 0 l 1\n 350 500 l 1\n25 1000 m 1\n 75 1000 l 1\n 262 500 l 1\n 75 0 l 1\n 25 0 l 1\n 212 500 l 1\n 25 1000 l 1\nEndSplineSet\nEndChar\nStartChar: uni300C\nEncoding: 12300 12300 1616\nWidth: 1000\nFlags: W\nHStem: -9 21G<489 509.5> 913 75<529 888>\nVStem: 462 75<50 913>\nFore\n529 988 m 1\n 875 988 l 2\n 908 988 934 971 934 950 c 0\n 934 930 908 913 875 913 c 2\n 537 913 l 1\n 537 50 l 2\n 537 17 520 -9 499 -9 c 0\n 479 -9 462 17 462 50 c 2\n 462 921 l 1\n 448 928 439 939 439 950 c 0\n 439 964 451 976 468 982 c 1\n 474 999 486 1009 499 1009 c 0\n 511 1009 522 1001 529 988 c 1\nEndSplineSet\nEndChar\nStartChar: uni300D\nEncoding: 12301 12301 1617\nWidth: 1000\nFlags: W\nHStem: -29 20G<493.5 506> 13 75<250 462>\nVStem: 462 75<87 952>\nFore\n462 88 m 1\n 462 950 l 2\n 462 984 479 1009 499 1009 c 0\n 520 1009 537 984 537 950 c 2\n 537 80 l 1\n 551 73 559 62 559 51 c 0\n 559 37 548 25 531 19 c 1\n 525 2 513 -9 499 -9 c 0\n 488 -9 477 -1 470 13 c 1\n 250 13 l 2\n 216 13 190 30 190 51 c 0\n 190 71 216 88 250 88 c 2\n 462 88 l 1\nEndSplineSet\nEndChar\nStartChar: uni300E\nEncoding: 12302 12302 1618\nWidth: 1000\nFlags: W\nHStem: 50 25<725 800> 900 25<775 950> 900 100<700 950> 975 25<700 925>\nVStem: 700 25<50 975> 700 100<50 900> 775 25<75 900> 925 25<925 1000>\nFore\n725 75 m 1\n 775 75 l 1\n 775 925 l 1\n 925 925 l 1\n 925 975 l 1\n 725 975 l 1\n 725 75 l 1\n700 1000 m 1\n 950 1000 l 1\n 950 900 l 1\n 800 900 l 1\n 800 50 l 1\n 700 50 l 1\n 700 1000 l 1\nEndSplineSet\nEndChar\nStartChar: uni300F\nEncoding: 12303 12303 1619\nWidth: 1000\nFlags: W\nHStem: 0 25<75 300> 0 100<50 300> 75 25<50 225> 925 25<200 275>\nVStem: 50 25<0 75> 200 25<100 925> 275 25<25 950>\nFore\n75 25 m 1\n 275 25 l 1\n 275 925 l 1\n 225 925 l 1\n 225 75 l 1\n 75 75 l 1\n 75 25 l 1\n50 0 m 1\n 50 100 l 1\n 200 100 l 1\n 200 950 l 1\n 300 950 l 1\n 300 0 l 1\n 50 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni3010\nEncoding: 12304 12304 1620\nWidth: 1000\nFlags: W\nHStem: 0 21G<700 950>\nFore\n700 1000 m 1\n 950 1000 l 1\n 900 895 851 789 825 675 c 0\n 796 553 795 422 825 300 c 0\n 850 195 900 98 950 0 c 1\n 700 0 l 1\n 700 1000 l 1\nEndSplineSet\nEndChar\nStartChar: uni3011\nEncoding: 12305 12305 1621\nWidth: 1000\nFlags: W\nHStem: 0 21G<50 300>\nFore\n50 1000 m 1\n 300 1000 l 1\n 300 0 l 1\n 50 0 l 1\n 99 98 149 195 175 300 c 0\n 204 422 203 553 175 675 c 0\n 148 789 99 895 50 1000 c 1\nEndSplineSet\nEndChar\nStartChar: uni3014\nEncoding: 12308 12308 1622\nWidth: 1000\nFlags: W\nVStem: 445 75<284 735>\nDStem: 494 196 520 276 670 19 724 72 681 995 733 941 451 778 519 739\nFore\n445 703 m 1\n 413.77 709.246 424.981 753.065 451 778 c 2\n 681 995 l 2\n 705 1017 736 1023 751 1008 c 0\n 765 994 757 964 733 941 c 2\n 519 739 l 1\n 519 738 520 737 520 735 c 2\n 520 276 l 1\n 724 72 l 2\n 747 49 754 18 739 3 c 0\n 725 -12 694 -4 670 19 c 1\n 494 196 l 1\n 490 194 486 193 482 193 c 0\n 461 193 445 220 445 253 c 1\n 444.689 265.074 438.445 277.342 445 285 c 1\n 445 703 l 1\nEndSplineSet\nEndChar\nStartChar: uni3015\nEncoding: 12309 12309 1623\nWidth: 1000\nFlags: W\nVStem: 410 75<214 741>\nDStem: 239 928 290 983 412 767 442 842 410 214 439 142 226 67 273 9\nFore\n410 214 m 1\n 412 767 l 1\n 239 928 l 2\n 215 951 206 981 221 996 c 0\n 235 1011 266 1005 290 983 c 2\n 442 842 l 1\n 444 843 447 843 450 843 c 0\n 467 843 482 824 486 797 c 1\n 501.308 775.626 501.163 751.271 487 741 c 1\n 485 244 l 1\n 508.836 232.098 506.705 200.84 481 176 c 1\n 475 155 462 140 447 141 c 0\n 444 141 442 141 439 142 c 1\n 273 9 l 2\n 247 -12 216 -16 203 1 c 0\n 190 17 200 47 226 67 c 2\n 410 214 l 1\nEndSplineSet\nEndChar\nStartChar: uni3041\nEncoding: 12353 12353 1624\nWidth: 1000\nFlags: W\nHStem: 587 65<247 395>\nVStem: 390 66<478 530.13>\nDStem: 678 591 733 556 628 513 695 498\nFore\n456 432 m 1\n 459 386 464 341 471 297 c 1\n 512 345 550 397 587 451 c 1\n 537 452 499 444 456 432 c 1\n416 237 m 0\n 406 292 397 348 393 407 c 1\n 375 398 358 388 343 377 c 0\n 266 322 234 236 246 195 c 0\n 253 174 271 160 287 158 c 1\n 313 155 365 188 416 237 c 0\n395 588 m 1\n 346 586 296 586 247 587 c 1\n 248 652 l 1\n 300 651 352 651 401 653 c 1\n 406 702 413 751 419 800 c 1\n 484 791 l 1\n 478 747 472 703 467 660 c 1\n 520 667 571 680 624 693 c 1\n 639 630 l 1\n 582 616 524 601 461 593 c 1\n 458 562 456 530 456 500 c 1\n 509 513 567 520 628 513 c 1\n 678 591 l 1\n 733 556 l 1\n 695 498 l 1\n 724 487 750 472 772 451 c 0\n 846 379 854 260 807 181 c 0\n 764 108 680 87 606 66 c 1\n 589 129 l 1\n 662 149 725 170 752 214 c 0\n 780 262 774 358 727 404 c 0\n 710 420 686 433 658 441 c 1\n 606 362 551 285 486 216 c 1\n 488 203 491 190 493 178 c 1\n 439 167 l 1\n 391 121 338 86 280 93 c 1\n 235 99 198 132 185 176 c 0\n 158 260 211 362 304 430 c 0\n 330 449 360 465 390 478 c 1\n 390 514 392 551 395 588 c 1\nEndSplineSet\nEndChar\nStartChar: uni3042\nEncoding: 12354 12354 1625\nWidth: 1000\nFlags: W\nHStem: 692 65<208 360.639>\nVStem: 378 66<557 611.818>\nDStem: 710 689 765 654 651 596 718 581\nFore\n444 512 m 1\n 447 453 454 397 464 340 c 1\n 516 401 564 466 610 534 c 1\n 545 538 498 527 444 512 c 1\n408 281 m 0\n 396 347 385 416 381 487 c 1\n 357 476 335 463 315 449 c 0\n 226 383 186 283 202 233 c 0\n 210 207 232 188 254 186 c 1\n 287 182 348 223 408 281 c 0\n384 694 m 1\n 326 691 266 692 208 692 c 1\n 209 757 l 1\n 271 756 332 756 390 759 c 1\n 396 817 404 875 412 933 c 1\n 476 924 l 1\n 469 871 462 818 456 765 c 1\n 520 774 581 789 644 805 c 1\n 660 742 l 1\n 590 726 528 706 450 699 c 1\n 447 659 444 619 444 580 c 1\n 507 597 577 605 651 596 c 1\n 710 689 l 1\n 765 654 l 1\n 718 581 l 1\n 754 569 785 551 811 526 c 0\n 895 445 904 309 851 220 c 0\n 802 138 707 114 622 90 c 1\n 604 153 l 1\n 689 176 763 200 795 253 c 0\n 830 311 823 424 766 479 c 0\n 745 500 716 515 681 524 c 1\n 619 432 555 339 478 260 c 1\n 487 213 l 1\n 424 201 l 2\n 423 201 423 202 423 203 c 1\n 369 152 310 114 246 121 c 1\n 196 127 155 165 140 213 c 0\n 111 307 170 424 277 501 c 1\n 307 524 342 542 378 557 c 1\n 378 602 381 648 384 694 c 1\nEndSplineSet\nEndChar\nStartChar: uni3043\nEncoding: 12355 12355 1626\nWidth: 1000\nFlags: W\nFore\n632 542 m 1\n 683 581 l 1\n 720 534 760 484 780 422 c 1\n 802 356 800 287 798 221 c 1\n 733 222 l 1\n 735 288 735 351 719 401 c 1\n 703 449 669 494 632 542 c 1\n252 682 m 1\n 315 665 l 1\n 290 575 267 489 272 407 c 0\n 275 351 290 293 312 234 c 1\n 329 276 350 322 371 357 c 1\n 428 326 l 1\n 394 269 372 213 350 139 c 1\n 281 136 l 1\n 247 222 212 310 207 404 c 0\n 202 499 228 592 252 682 c 1\nEndSplineSet\nEndChar\nStartChar: uni3044\nEncoding: 12356 12356 1627\nWidth: 1000\nFlags: W\nVStem: 775 65<264 375.988>\nFore\n657 638 m 1\n 708 678 l 1\n 751 623 796 565 819 495 c 0\n 844 420 841 340 840 264 c 1\n 775 265 l 1\n 776 342 777 415 758 474 c 0\n 739 530 699 583 657 638 c 1\n218 796 m 1\n 281 779 l 1\n 253 675 226 574 231 479 c 0\n 235 409 256 337 283 264 c 1\n 303 319 329 374 355 419 c 1\n 412 388 l 1\n 373 322 348 253 321 169 c 1\n 252 166 l 1\n 213 266 172 368 166 476 c 0\n 160 585 190 692 218 796 c 1\nEndSplineSet\nEndChar\nStartChar: uni3045\nEncoding: 12357 12357 1628\nWidth: 1000\nFlags: W\nFore\n264 437 m 1\n 243 498 l 1\n 300 517 359 537 436 546 c 1\n 533 557 657 557 731 492 c 1\n 779 449 795 383 781 322 c 0\n 763 244 702 179 637 136 c 0\n 580 98 521 80 465 62 c 1\n 446 125 l 1\n 501 142 553 159 602 191 c 0\n 656 226 706 284 718 337 c 0\n 727 378 716 418 688 443 c 1\n 644 481 531 492 443 481 c 0\n 374 473 320 455 264 437 c 1\n340 719 m 1\n 371 776 l 1\n 410 756 446 737 484 729 c 1\n 529 720 585 723 643 728 c 1\n 648 663 l 1\n 590 659 529 653 471 666 c 1\n 421 676 380 698 340 719 c 1\nEndSplineSet\nEndChar\nStartChar: uni3046\nEncoding: 12358 12358 1629\nWidth: 1000\nFlags: W\nFore\n225 518 m 1\n 205 580 l 1\n 270 602 339 624 426 635 c 1\n 538 648 680 647 764 573 c 1\n 818 526 836 451 820 382 c 1\n 800 294 730 219 656 170 c 0\n 590 127 523 106 458 86 c 1\n 439 148 l 1\n 503 168 564 187 620 225 c 0\n 684 267 743 334 757 397 c 1\n 768 445 755 494 721 525 c 1\n 668 571 536 582 434 570 c 1\n 353 560 291 540 225 518 c 1\n318 844 m 1\n 348 902 l 1\n 393 878 436 856 481 847 c 0\n 534 836 599 840 666 845 c 1\n 671 780 l 1\n 603 775 534 769 467 783 c 0\n 411 795 363 820 318 844 c 1\nEndSplineSet\nEndChar\nStartChar: uni3047\nEncoding: 12359 12359 1630\nWidth: 1000\nFlags: W\nHStem: 30 65<640 663> 675 65<567.44 640>\nDStem: 545 525 654 543 134 98 456 338\nFore\n219 529 m 1\n 228 594 l 1\n 363.904 569.154 485.955 576.629 621 604 c 1\n 654 543 l 1\n 456 338 l 1\n 440 331 393 278 375 267 c 0\n 410 288 441 303 470 310 c 1\n 506 321 541 306 553 280 c 1\n 569 248 562 218 561 188 c 1\n 561 111 558 96 640 95 c 1\n 685 95 745 105 806 116 c 1\n 817 51 l 1\n 756 41 694 30 640 30 c 0\n 586 29 532 41 508 89 c 1\n 485 133 500 204 495 248 c 1\n 492 248 489 248 484 247 c 0\n 468 243 440 231 408 211 c 1\n 344 174 261 112 177 49 c 1\n 134 98 l 1\n 545 525 l 1\n 437 507 322 512 219 529 c 1\n311 744 m 1\n 340 803 l 1\n 380 783 418 765 459 755 c 0\n 511 742 574 741 640 740 c 1\n 639 675 l 1\n 573 676 506 677 444 692 c 0\n 394 704 352 725 311 744 c 1\nEndSplineSet\nEndChar\nStartChar: uni3048\nEncoding: 12360 12360 1631\nWidth: 1000\nFlags: W\nHStem: 48 65<662 689> 794 65<590.482 662>\nDStem: 567 623 675 641 80 118 358 313\nFore\n176 626 m 1\n 185 690 l 1\n 255 680 322 671 393 672 c 0\n 471 673 556 687 643 702 c 1\n 675 641 l 1\n 358 313 l 0\n 398 337 434 355 466 362 c 1\n 506 373 543 359 556 330 c 1\n 574 295 567 261 565 226 c 1\n 564 136 566 114 662 113 c 1\n 715 113 784 125 855 137 c 1\n 866 73 l 1\n 795 61 724 48 662 48 c 0\n 601 48 540 61 514 114 c 1\n 486 160 507 258 498 301 c 1\n 461 299 438 282 391 257 c 1\n 317 213 220 141 123 69 c 1\n 80 118 l 1\n 567 623 l 1\n 437.256 600.189 301.126 604.391 176 626 c 1\n284 874 m 1\n 312 932 l 1\n 359 910 403 889 452 877 c 0\n 512 862 586 860 662 859 c 1\n 661 794 l 1\n 585 795 507 796 436 813 c 0\n 379 827 331 851 284 874 c 1\nEndSplineSet\nEndChar\nStartChar: uni3049\nEncoding: 12361 12361 1632\nWidth: 1000\nFlags: W\nHStem: 527 65<327 350>\nVStem: 343 65<376 443.72> 355 65<712 752>\nFore\n664 593 m 1\n 695 650 l 1\n 724 635 756 618 784 595 c 1\n 813 571 834 543 855 518 c 1\n 804 477 l 1\n 764 532 726 562 664 593 c 1\n345 304 m 1\n 280 272 226 230 204 166 c 1\n 201 152 202 145 204 142 c 1\n 213 130 271 117 297 129 c 1\n 366.284 150.796 348.994 204.805 345 304 c 1\n347 527 m 1\n 288 528 231 536 175 543 c 1\n 184 608 l 1\n 240 600 296 593 350 592 c 1\n 352 646 354 706 355 752 c 1\n 420 751 l 1\n 419 706 417 646 415 594 c 1\n 469 599 524 610 581 621 c 1\n 594 558 l 1\n 535 546 474 533 412 529 c 1\n 410 487 409 444 408 402 c 1\n 506 437 617 462 715 433 c 0\n 787 411 851 360 865 286 c 0\n 890.83 159.89 777.983 29.8875 615 41 c 0\n 571 44 529 56 504 90 c 0\n 471 133 488 184 498 223 c 1\n 561 208 l 1\n 551 168 548 139 555 129 c 0\n 561 121 587 108 620 106 c 0\n 653 103 692 110 721 124 c 1\n 779 154 811 225 802 273 c 0\n 793 316 751 354 696 370 c 1\n 619 398 499 365 409 333 c 1\n 411 265 426 202 404 143 c 1\n 383 86 312 48 227 63 c 1\n 198 68 169 78 151 105 c 1\n 118 158 150 213 175 250 c 1\n 216 307 276 346 343 376 c 1\n 343 426 345 478 347 527 c 1\nEndSplineSet\nEndChar\nStartChar: uni304A\nEncoding: 12362 12362 1633\nWidth: 1000\nFlags: W\nHStem: 623 65<308 331>\nVStem: 326 64<362 396 440 529.245>\nFore\n692 698 m 1\n 723 756 l 1\n 757 738 793 719 825 692 c 0\n 858 665 883 634 906 604 c 1\n 856 563 l 1\n 832 593 809 621 784 642 c 0\n 758 663 726 680 692 698 c 1\n326 369 m 1\n 247 330 179 281 153 201 c 1\n 149 185 151 175 154 170 c 1\n 165 152 233 140 267 153 c 1\n 351 178 331 246 326 362 c 1\n 326 364 326 366 326 369 c 1\n328 623 m 1\n 259 624 192 633 125 642 c 1\n 134 706 l 1\n 201 697 267 688 331 688 c 1\n 335 751 335 824 338 878 c 1\n 402 877 l 1\n 401 824 400 751 396 690 c 1\n 461 695 527 708 595 722 c 1\n 608 658 l 1\n 538 644 466 630 393 624 c 1\n 391 573 389 518 389 466 c 1\n 503 508 633 538 747 504 c 0\n 829 479 901 421 918 338 c 0\n 945.565 195.583 815.592 46.679 633 61 c 0\n 583 65 536 79 508 116 c 1\n 473 163 491 220 503 266 c 1\n 566 250 l 1\n 554 204 550 169 560 155 c 1\n 568 144 599 129 638 126 c 128\n 677 123 723 130 758 148 c 0\n 827 183 865 267 854 325 c 0\n 844 377 793 422 728 442 c 1\n 638 471 489 439 390 396 c 1\n 390 317 411 242 384 176 c 1\n 361 111 280 69 185 86 c 1\n 153 92 120 104 100 133 c 1\n 66.2021 193.798 98.6805 253.419 129 295 c 1\n 175 360 245 405 324 440 c 1\n 323 500 326 564 328 623 c 1\nEndSplineSet\nEndChar\nStartChar: uni304B\nEncoding: 12363 12363 1634\nWidth: 1000\nFlags: W\nVStem: 335 65<816.286 910>\nFore\n627 676 m 1\n 672 723 l 1\n 724 672 778 621 819 554 c 0\n 860 488 884 411 907 336 c 1\n 855 281 l 1\n 696 316 l 1\n 710 380 l 1\n 751 370 793 361 834 352 c 1\n 814 414 793 472 763 521 c 0\n 728 577 679 626 627 676 c 1\n317 603 m 1\n 255 593 177 597 119 605 c 1\n 126 669 l 1\n 193 662 263 657 325 671 c 1\n 332 748 334 829 335 910 c 1\n 400 909 l 1\n 399 834 398 757 392 682 c 1\n 504 700 587 650 616 566 c 1\n 647 475 605 367 564 274 c 0\n 534 208 506 139 439 124 c 0\n 387 113 344 144 305 167 c 1\n 338 223 l 1\n 377 200 412 185 425 188 c 0\n 442 191 476 237 505 301 c 0\n 544 389 573 490 554 546 c 1\n 542 581 510 608 474 617 c 1\n 449 623 418 619 385 614 c 1\n 362.286 410.508 274.722 265.226 185 123 c 1\n 130 157 l 1\n 216 298 293 417 317 603 c 1\nEndSplineSet\nEndChar\nStartChar: uni304C\nEncoding: 12364 12364 1635\nWidth: 1000\nFlags: W\nVStem: 325 64<869.79 943>\nFore\n857 758 m 1\n 887 815 l 1\n 916 800 948 785 971 758 c 0\n 986 741 994 723 999 709 c 1\n 940 684 l 1\n 923 729 903 730 857 758 c 1\n780 703 m 1\n 809 761 l 1\n 837 746 868 732 892 706 c 0\n 907 688 914 668 920 653 c 1\n 859 630 l 1\n 843 675 827 676 780 703 c 1\n639 692 m 1\n 685 739 l 1\n 741 685 799 629 842 557 c 1\n 887 485 913 402 938 321 c 1\n 886 265 l 1\n 712 304 l 1\n 727 367 l 1\n 865 337 l 1\n 843 405 820 469 787 524 c 0\n 749 585 695 638 639 692 c 1\n306 614 m 1\n 236 605 153 606 89 616 c 1\n 95 680 l 1\n 169 671 246 667 313 682 c 1\n 321 766 323 855 325 944 c 1\n 389 942 l 1\n 388 859 387 776 380 694 c 1\n 415 699 451 701 487 692 c 1\n 549 678 602 633 623 571 c 0\n 656 474 611 357 567 257 c 0\n 535 186 503 112 434 96 c 0\n 379 84 333 117 290 143 c 1\n 324 198 l 1\n 366 173 404 156 420 160 c 0\n 440 164 477 215 507 284 c 0\n 550 379 582 488 561 550 c 0\n 548 589 513 619 472 629 c 1\n 444 635 410 632 373 626 c 1\n 349 405 255 249 157 93 c 1\n 102 128 l 1\n 196 281 279 410 306 614 c 1\nEndSplineSet\nEndChar\nStartChar: uni304D\nEncoding: 12365 12365 1636\nWidth: 1000\nFlags: W\nVStem: 164 65<213 221>\nFore\n467 676 m 1\n 383 670 293 676 204 681 c 1\n 208 746 l 1\n 289 741 369 736 443 740 c 1\n 422 797 406 856 390 915 c 1\n 452 932 l 1\n 470 868 488 804 510 745 c 1\n 588.26 751.376 648.878 777.786 721 797 c 1\n 741 735 l 1\n 676 715 610 694 536 683 c 1\n 554 643 576 605 601 571 c 1\n 684 588 768 613 853 638 c 1\n 872 576 l 1\n 798 554 723 531 648 514 c 1\n 691 468 740 424 790 380 c 1\n 759 321 l 1\n 639 350 525 376 409 344 c 0\n 362 332 314 310 280 285 c 0\n 245 260 229 233 229 219 c 0\n 229 204 245 179 279 155 c 0\n 313 132 361 111 408 100 c 0\n 537 68 666 102 801 139 c 1\n 818 76 l 1\n 683 39 541 0 392 37 c 0\n 338 50 285 72 242 102 c 0\n 200 131 164 169 164 218 c 0\n 164 268 199 306 241 337 c 0\n 284 368 338 393 392 407 c 0\n 482 431 571 428 654 413 c 1\n 626 440 599 469 574 499 c 1\n 444 476 287 481 150 494 c 1\n 155 558 l 1\n 281 549 412 542 530 558 c 1\n 507 596 484 635 467 676 c 1\nEndSplineSet\nEndChar\nStartChar: uni304E\nEncoding: 12366 12366 1637\nWidth: 1000\nFlags: W\nVStem: 140 64<196 203.346>\nFore\n809 898 m 1\n 840 955 l 1\n 869 940 900 925 924 898 c 1\n 939 881 946 863 952 849 c 1\n 892 824 l 1\n 875 869 856 870 809 898 c 1\n732 843 m 1\n 762 901 l 1\n 790 886 821 872 844 846 c 0\n 860 828 867 808 872 793 c 1\n 812 770 l 1\n 796 815 779 816 732 843 c 1\n467 693 m 1\n 374 687 277 692 180 698 c 1\n 184 763 l 1\n 273 758 361 753 442 757 c 1\n 419 820 401 885 383 949 c 1\n 446 967 l 1\n 465 896 485 827 509 762 c 1\n 591 771 664 796 740 819 c 1\n 759 757 l 1\n 688 735 616 712 535 700 c 1\n 555 654 580 611 608 574 c 1\n 699 592 790 619 883 647 c 1\n 901 584 l 1\n 820 560 738 536 655 517 c 1\n 703 465 757 417 812 368 c 1\n 782 308 l 1\n 652 340 528 368 400 334 c 0\n 350 321 298 297 260 269 c 0\n 223 242 204 213 204 196 c 0\n 205 179 223 151 260 125 c 128\n 297 99 349 77 400 65 c 1\n 540 30 680 67 826 107 c 1\n 843 44 l 1\n 697 4 544 -38 384 1 c 1\n 326 16 269 40 223 72 c 0\n 177 103 140 143 140 195 c 0\n 139 248 176 289 222 322 c 128\n 268 355 326 381 384 397 c 0\n 484 424 583 419 676 401 c 1\n 643 433 611 466 581 502 c 1\n 440 477 270 482 122 496 c 1\n 127 560 l 1\n 264 549 410 541 537 561 c 1\n 512 602 485 647 467 693 c 1\nEndSplineSet\nEndChar\nStartChar: uni304F\nEncoding: 12367 12367 1638\nWidth: 1000\nFlags: W\nFore\n557 928 m 1\n 613 896 l 1\n 556 796 498 694 424 611 c 0\n 375 555 324 508 313 477 c 1\n 307 462 307 450 314 436 c 0\n 326 411 372 375 423 334 c 0\n 504 268 583 186 662 105 c 1\n 615 59 l 1\n 536 140 458 221 382 283 c 0\n 334 323 280 355 255 408 c 0\n 241 437 240 470 252 500 c 1\n 274 560 330 602 376 654 c 0\n 443 730 500 828 557 928 c 1\nEndSplineSet\nEndChar\nStartChar: uni3050\nEncoding: 12368 12368 1639\nWidth: 1000\nFlags: W\nFore\n742 743 m 1\n 772 800 l 1\n 801 785 833 770 856 743 c 0\n 871 726 879 708 884 694 c 1\n 825 669 l 1\n 808 714 788 715 742 743 c 1\n665 688 m 1\n 694 746 l 1\n 722 731 753 717 777 691 c 1\n 792 673 799 653 805 638 c 1\n 744 615 l 1\n 728 660 712 661 665 688 c 1\n564 962 m 1\n 620 929 l 1\n 558 821 496 711 416 622 c 1\n 363 561 308 511 295 476 c 0\n 288 459 289 445 296 430 c 1\n 310 401 360 363 415 318 c 0\n 502 247 588 158 673 71 c 1\n 626 25 l 1\n 541 113 457 200 374 268 c 0\n 322 311 264 346 238 401 c 1\n 223 432 222 468 234 500 c 0\n 258 562 318 609 368 664 c 0\n 441 747 502 854 564 962 c 1\nEndSplineSet\nEndChar\nStartChar: uni3051\nEncoding: 12369 12369 1640\nWidth: 1000\nFlags: W\nVStem: 118 65<488.125 489.875> 712 65<404 605 671 866>\nFore\n712 605 m 1\n 607 588 493 603 389 619 c 1\n 398 683 l 1\n 508 668 610 653 712 671 c 1\n 712 866 l 1\n 777 866 l 1\n 777 685 l 1\n 822 696 867 711 913 726 c 1\n 933 664 l 1\n 882 647 830 630 777 618 c 1\n 777 480 l 0\n 777 379 781 273 725 195 c 0\n 668 116 564 85 468 53 c 1\n 448 115 l 1\n 544 147 634 179 672 233 c 1\n 725 309 709 471 712 605 c 1\n153 834 m 1\n 217 824 l 1\n 198 710 180 599 183 490 c 0\n 185 380 209 269 233 156 c 1\n 169 142 l 1\n 145 255 121 371 118 488 c 128\n 115 605 134 721 153 834 c 1\nEndSplineSet\nEndChar\nStartChar: uni3052\nEncoding: 12370 12370 1641\nWidth: 1000\nFlags: W\nVStem: 90 64<489 556.376> 732 65<403 616 682 784 682 895>\nFore\n824 868 m 1\n 855 925 l 1\n 884 910 915 895 939 868 c 0\n 954 851 961 833 967 819 c 1\n 907 794 l 1\n 890 839 871 840 824 868 c 1\n732 616 m 1\n 616 599 495 614 380 631 c 1\n 389 695 l 1\n 509 678 621 662 732 682 c 1\n 732 896 l 1\n 797 895 l 1\n 797 860 l 1\n 819 849 841 836 859 816 c 0\n 875 798 882 778 887 763 c 1\n 827 740 l 1\n 817 763 814 772 797 784 c 1\n 797 696 l 1\n 846 709 896 725 947 741 c 1\n 967 680 l 1\n 911 661 855 643 797 629 c 1\n 797 478 l 2\n 797 369 801 255 741 172 c 0\n 680 87 569 54 465 20 c 1\n 444 81 l 1\n 549 116 646 151 688 209 c 1\n 747 293 729 470 732 616 c 1\n127 861 m 1\n 192 850 l 1\n 171 728 152 607 154 489 c 0\n 157 370 183 250 209 127 c 1\n 145 114 l 1\n 119 236 92 360 90 487 c 0\n 87 614 107 738 127 861 c 1\nEndSplineSet\nEndChar\nStartChar: uni3053\nEncoding: 12371 12371 1642\nWidth: 1000\nFlags: W\nFore\n189 406 m 1\n 250 382 l 1\n 229 330 217 284 226 265 c 1\n 251 222 372 195 451 191 c 1\n 579 179 694 192 810 204 c 1\n 818 140 l 1\n 652 119 436 108 283 155 c 1\n 233 171 188 193 167 237 c 1\n 140 294 169 354 189 406 c 1\n279 774 m 1\n 290 838 l 1\n 424.919 809.896 560.346 805.475 717 820 c 1\n 721 755 l 1\n 639 749 555 743 475 748 c 0\n 406 752 342 763 279 774 c 1\nEndSplineSet\nEndChar\nStartChar: uni3054\nEncoding: 12372 12372 1643\nWidth: 1000\nFlags: W\nFore\n824 848 m 1\n 855 905 l 1\n 884 890 915 875 939 848 c 0\n 954 831 961 813 967 799 c 1\n 907 774 l 1\n 890 819 871 820 824 848 c 1\n747 793 m 1\n 777 851 l 1\n 805 836 836 822 859 796 c 0\n 875 778 882 758 887 743 c 1\n 827 720 l 1\n 811 765 794 766 747 793 c 1\n167 397 m 1\n 227 374 l 1\n 205 317 190 267 201 245 c 1\n 229 197 360 168 447 163 c 1\n 586 151 710 164 836 178 c 1\n 843 113 l 1\n 665 90 430 78 266 130 c 1\n 213 147 165 171 143 216 c 0\n 114 277 144 341 167 397 c 1\n261 798 m 1\n 273 863 l 1\n 340 851 407 839 476 835 c 0\n 557 831 645 837 735 843 c 1\n 739 778 l 1\n 650 772 559 766 473 771 c 0\n 398 775 329 787 261 798 c 1\nEndSplineSet\nEndChar\nStartChar: uni3055\nEncoding: 12373 12373 1644\nWidth: 1000\nFlags: W\nFore\n510 654 m 1\n 395 642 279 656 169 674 c 1\n 178 738 l 1\n 287 722 384 710 491 717 c 1\n 477 775 467 833 458 891 c 1\n 522 901 l 1\n 532 841 542 782 556 727 c 1\n 626 739 698 760 770 781 c 1\n 788 719 l 1\n 719 699 648 678 576 664 c 1\n 617 557 685 486 764 398 c 1\n 725 344 l 1\n 606 402 495 453 385 425 c 1\n 339 413 291 387 257 356 c 1\n 188 290 187 249 264 193 c 1\n 300 168 350 147 396 137 c 0\n 495 114 585 136 681 160 c 1\n 697 97 l 1\n 601 73 498 47 381 73 c 0\n 327 86 272 109 227 140 c 128\n 182 171 144 212 141 265 c 0\n 134.807 376.479 274.616 463.162 369 488 c 1\n 449 509 531 501 605 475 c 1\n 565 529 536 588 510 654 c 1\nEndSplineSet\nEndChar\nStartChar: uni3056\nEncoding: 12374 12374 1645\nWidth: 1000\nFlags: W\nFore\n862 936 m 1\n 892 993 l 1\n 921 978 953 962 976 936 c 1\n 991 919 999 901 1004 887 c 1\n 945 862 l 1\n 927.654 905.36 908.494 908.254 862 936 c 1\n785 880 m 1\n 814 938 l 1\n 842 924 873 910 897 883 c 0\n 912 865 919 846 925 831 c 1\n 864 808 l 1\n 848 852 831 854 785 880 c 1\n513 669 m 1\n 386 657 263 671 142 691 c 1\n 152 755 l 1\n 269 738 382 719 494 733 c 1\n 478 795 467 860 457 923 c 1\n 522 933 l 1\n 532 867 543 803 559 742 c 1\n 636 756 714 778 793 802 c 1\n 811 739 l 1\n 735 717 657 694 579 679 c 1\n 623 559 698 485 784 387 c 1\n 745 334 l 1\n 616 397 495 452 375 422 c 0\n 325 409 273 380 235 347 c 0\n 198 313 178 276 179 250 c 0\n 181 225 203 194 243 166 c 0\n 283 139 337 116 387 105 c 1\n 495 80 593 104 697 130 c 1\n 712 66 l 1\n 608 41 498 13 372 41 c 1\n 314 55 254 79 206 113 c 0\n 158 146 118 190 115 246 c 0\n 106.787 363.041 259.616 459.561 359 484 c 0\n 450 508 541 496 625 465 c 1\n 579 525 541 592 513 669 c 1\nEndSplineSet\nEndChar\nStartChar: uni3057\nEncoding: 12375 12375 1646\nWidth: 1000\nFlags: W\nFore\n291 866 m 1\n 356 866 l 1\n 357 755 358 643 347 521 c 0\n 336 402 317 281 349 211 c 1\n 386.45 117.352 532.713 72.0038 646 131 c 1\n 711 166 764 241 820 320 c 1\n 873 283 l 1\n 818 204 761 120 677 74 c 1\n 525.053 -4.1449 342.825 57.6487 289 184 c 1\n 245 285 271 413 282 527 c 0\n 293 645 292 754 291 866 c 1\nEndSplineSet\nEndChar\nStartChar: uni3058\nEncoding: 12376 12376 1647\nWidth: 1000\nFlags: W\nVStem: 277 65<679 896>\nFore\n572 786 m 1\n 602 843 l 1\n 631 828 663 812 686 786 c 0\n 701 769 709 751 714 737 c 1\n 655 712 l 1\n 637.654 755.361 618.494 758.253 572 786 c 1\n495 730 m 1\n 524 788 l 1\n 552 774 583 760 607 733 c 0\n 622 715 629 696 635 681 c 1\n 574 658 l 1\n 558 702 541 704 495 730 c 1\n277 895 m 1\n 342 896 l 1\n 343 776 344 654 332 522 c 0\n 320 395 300 263 334 186 c 1\n 380.967 84.238 531.911 31.073 659 99 c 0\n 730 137 788 218 848 304 c 1\n 901 267 l 1\n 841 181 780 91 690 42 c 0\n 529.525 -44.7435 333.953 25.5137 275 160 c 1\n 227 267 255 405 267 529 c 0\n 279 656 278 775 277 895 c 1\nEndSplineSet\nEndChar\nStartChar: uni3059\nEncoding: 12377 12377 1648\nWidth: 1000\nFlags: W\nFore\n534 421 m 1\n 518 465 473 484 414 485 c 1\n 378 484 344 472 326 454 c 0\n 297 425 295 365 322 335 c 1\n 351 298 448 290 490 321 c 1\n 516 339 528 375 534 421 c 1\n537 626 m 1\n 396 622 264 635 128 651 c 1\n 136 715 l 1\n 272 700 398 685 534 691 c 1\n 532 760 528 828 525 897 c 1\n 590 900 l 1\n 593 832 597 765 599 696 c 1\n 689 704 780 719 871 734 c 1\n 882 670 l 1\n 789 654 696 639 601 631 c 1\n 603 562 607 494 602 424 c 1\n 613 382 610 334 601 290 c 0\n 583 205 539 123 467 84 c 0\n 394 44 309 54 231 61 c 1\n 237 126 l 1\n 315 119 388 114 435 140 c 0\n 475 162 508 211 527 268 c 1\n 449 216 333 229 274 291 c 1\n 221 350 224 444 280 500 c 1\n 345 563 461 565 539 516 c 1\n 539 553 537 590 537 626 c 1\nEndSplineSet\nEndChar\nStartChar: uni305A\nEncoding: 12378 12378 1649\nWidth: 1000\nFlags: W\nVStem: 545 62<512 565.668 512 644>\nFore\n754 911 m 1\n 785 968 l 1\n 814 953 845 937 869 911 c 1\n 884 894 891 876 897 862 c 1\n 837 837 l 1\n 820 880 801 883 754 911 c 1\n677 855 m 1\n 707 913 l 1\n 735 899 766 885 789 858 c 1\n 805 840 812 821 817 806 c 1\n 757 783 l 1\n 740 827 723 829 677 855 c 1\n540 415 m 1\n 522 465 472 485 407 486 c 1\n 367 485 330 472 310 452 c 0\n 277 420 276 353 306 320 c 1\n 339 279 444 269 491 305 c 1\n 519 325 533 364 540 415 c 1\n542 639 m 1\n 388 633 247 648 98 666 c 1\n 106 730 l 1\n 255 713 391 698 540 704 c 1\n 537 780 533 854 530 929 c 1\n 594 932 l 1\n 598 858 602 784 605 709 c 1\n 703 717 802 734 902 750 c 1\n 912 686 l 1\n 812 669 710 652 607 644 c 1\n 608 568 613 493 607 418 c 1\n 619 372 616 321 606 274 c 0\n 587 182 540 95 463 52 c 0\n 386 10 294 20 209 28 c 1\n 215 93 l 1\n 300 85 379 80 431 109 c 0\n 477 134 515 191 535 256 c 1\n 533 255 530 253 528 251 c 1\n 444 197 320 209 258 276 c 1\n 201 338 204 439 264 499 c 1\n 335 566 463 568 545 512 c 1\n 545 555 543 598 542 639 c 1\nEndSplineSet\nEndChar\nStartChar: uni305B\nEncoding: 12379 12379 1650\nWidth: 1000\nFlags: W\nHStem: 593 65<540.131 635.88 701 860> 593 259<631 642>\nVStem: 241 65<399 574>\nFore\n241 567 m 1\n 104 549 l 1\n 95 614 l 1\n 144 620 193 627 242 632 c 1\n 244 704 247 778 250 853 c 1\n 315 851 l 1\n 312 779 310 708 308 640 c 1\n 413 651 523 658 636 658 c 1\n 631 728 631 790 631 852 c 1\n 696 852 l 1\n 695 789 698 727 701 658 c 1\n 754 658 808 657 861 656 c 1\n 860 591 l 1\n 809 592 758 592 707 593 c 1\n 712 538 715 482 707 433 c 1\n 702 399 691 362 655 344 c 0\n 625 329 593 335 562 344 c 128\n 531 353 498 367 466 380 c 1\n 491 440 l 1\n 529 425 589 396 626 402 c 1\n 652 430 649 526 641 593 c 1\n 524 593 414 586 306 574 c 1\n 305 470 305 377 312 309 c 0\n 316 267 322 242 339 226 c 1\n 407.867 170.435 610.82 175.377 758 179 c 1\n 759 114 l 1\n 665 112 570 111 489 117 c 0\n 408 124 339 136 294 179 c 0\n 259 212 252 257 247 303 c 0\n 241 374 239 465 241 567 c 1\nEndSplineSet\nEndChar\nStartChar: uni305C\nEncoding: 12380 12380 1651\nWidth: 1000\nFlags: W\nHStem: 603 65<535.123 649.84 715 816.308> 603 277<645 656>\nVStem: 223 65<387 583>\nFore\n844 803 m 1\n 875 860 l 1\n 904 845 935 830 959 803 c 0\n 974 786 981 768 987 754 c 1\n 927 729 l 1\n 910 774 891 775 844 803 c 1\n767 748 m 1\n 797 806 l 1\n 825 791 856 777 879 751 c 0\n 895 733 902 713 907 698 c 1\n 847 675 l 1\n 831 720 814 721 767 748 c 1\n223 575 m 1\n 172 569 122 562 71 556 c 1\n 63 620 l 1\n 224 641 l 1\n 226 718 229 800 232 882 c 1\n 297 879 l 1\n 294 801 291 723 290 648 c 1\n 405 661 524 668 650 668 c 1\n 646 743 643 814 645 881 c 1\n 709 880 l 1\n 709 814 709 739 715 668 c 1\n 773 668 832 667 890 665 c 1\n 889 601 l 1\n 833 602 777 603 721 603 c 1\n 726 543 730 482 722 428 c 1\n 716 391 704 353 667 334 c 0\n 635 318 601 324 568 334 c 0\n 534 343 499 358 464 373 c 1\n 490 433 l 1\n 531.137 414.815 595.213 384.59 637 392 c 1\n 669.261 422.051 662.883 528.096 655 603 c 1\n 526 604 405 596 288 583 c 1\n 286 469 287 368 294 294 c 0\n 299 247 306 220 324 202 c 0\n 348 179 411 160 494 154 c 0\n 576 147 677 149 779 150 c 1\n 780 86 l 1\n 678 84 576 82 488 89 c 0\n 401 96 326 110 280 154 c 1\n 243 190 235 238 230 287 c 0\n 222 364 221 464 223 575 c 1\nEndSplineSet\nEndChar\nStartChar: uni305D\nEncoding: 12381 12381 1652\nWidth: 1000\nFlags: W\nHStem: 771 65<465 505>\nDStem: 534 763 748 802 82 525 282 557\nFore\n273 792 m 1\n 282 856 l 1\n 358 845 431 835 504 836 c 0\n 576 837 651 851 727 865 c 1\n 748 802 l 1\n 282 557 l 1\n 466 582 677 588 880 579 c 1\n 887 514 l 1\n 775 488 664 463 576 432 c 0\n 486 400 422 361 401 323 c 0\n 385 296 386 266 400 242 c 0\n 432 188 572 142 718 104 c 1\n 702 41 l 1\n 556 79 403 110 344 209 c 0\n 318 253 318 309 344 355 c 0\n 381 420 459 459 554 493 c 0\n 579 501 598 513 625 521 c 1\n 439 513 279 491 103 462 c 1\n 82 525 l 1\n 534 763 l 1\n 526 763 513 771 505 771 c 0\n 425 770 348 781 273 792 c 1\nEndSplineSet\nEndChar\nStartChar: uni305E\nEncoding: 12382 12382 1653\nWidth: 1000\nFlags: W\nHStem: 796 64<464 505>\nDStem: 554 790 768 829 49 524 249 556\nFore\n792 813 m 1\n 822 870 l 1\n 851 855 883 840 906 813 c 0\n 921 796 929 778 934 764 c 1\n 875 739 l 1\n 858 784 838 785 792 813 c 1\n715 758 m 1\n 744 816 l 1\n 772 801 803 787 827 761 c 0\n 842 743 849 723 855 708 c 1\n 794 685 l 1\n 778 730 762 731 715 758 c 1\n255 818 m 1\n 264 883 l 1\n 346 871 426 859 504 860 c 0\n 583 862 664 876 746 892 c 1\n 768 829 l 1\n 249 556 l 1\n 453 586 686 592 913 583 c 1\n 916 518 l 1\n 800 501 685 484 591 458 c 128\n 497 432 427 396 397 350 c 0\n 370 310 368 257 390 219 c 1\n 430 151 578 107 735 70 c 1\n 719 6 l 1\n 563 44 398 76 334 187 c 1\n 298 248 303 326 342 386 c 0\n 388 455 473 493 574 521 c 0\n 565 519 536 530 527 528 c 0\n 514 527 503 516 489 516 c 0\n 350 506 210 484 70 462 c 1\n 49 524 l 1\n 554 790 l 1\n 539 789 520 796 505 796 c 0\n 420 794 336 806 255 818 c 1\nEndSplineSet\nEndChar\nStartChar: uni305F\nEncoding: 12383 12383 1654\nWidth: 1000\nFlags: W\nHStem: 625 65<231 260>\nFore\n394 291 m 1\n 457 303 l 1\n 467 256 477 217 498 199 c 0\n 518 181 566 171 630 173 c 128\n 694 175 772 187 851 200 c 1\n 861 135 l 1\n 782 123 703 111 632 108 c 0\n 562 106 499 112 455 150 c 0\n 411 187 403 243 394 291 c 1\n499 533 m 1\n 490 597 l 1\n 547 606 606 614 669 609 c 0\n 738 604 805 582 870 562 c 1\n 850 500 l 1\n 785 520 722 540 663 544 c 0\n 610 549 556 541 499 533 c 1\n251 625 m 1\n 204 626 155 629 107 632 c 1\n 111 697 l 1\n 162 694 213 691 260 690 c 1\n 267 753 272 817 277 882 c 1\n 342 877 l 1\n 337 816 333 754 326 693 c 1\n 387 697 436 713 490 728 c 1\n 509 666 l 1\n 451 649 389 631 317 627 c 1\n 307 553 292 480 269 412 c 0\n 227 287 160 181 95 76 c 1\n 40 111 l 1\n 139 266 224 410 251 625 c 1\nEndSplineSet\nEndChar\nStartChar: uni3060\nEncoding: 12384 12384 1655\nWidth: 1000\nFlags: W\nHStem: 638 65<211 243>\nFore\n724 831 m 1\n 755 888 l 1\n 784 873 815 857 839 831 c 1\n 854 814 861 796 867 782 c 1\n 807 757 l 1\n 790 800 771 803 724 831 c 1\n647 775 m 1\n 677 833 l 1\n 705 819 736 805 759 778 c 1\n 775 760 782 741 787 726 c 1\n 727 703 l 1\n 710 747 693 749 647 775 c 1\n388 274 m 1\n 451 287 l 1\n 462 236 472 193 496 173 c 0\n 519 153 572 142 641 144 c 128\n 710 146 795 159 880 173 c 1\n 889 108 l 1\n 804 95 719 82 643 79 c 0\n 567 77 500 83 453 123 c 0\n 407 163 398 223 388 274 c 1\n499 538 m 1\n 490 603 l 1\n 551 611 615 621 682 615 c 0\n 756 609 829 586 899 564 c 1\n 880 502 l 1\n 809 524 741 546 677 551 c 0\n 619 555 560 547 499 538 c 1\n234 638 m 1\n 182 639 128 642 75 646 c 1\n 79 710 l 1\n 135 707 191 703 243 703 c 1\n 251 772 257 842 262 913 c 1\n 327 908 l 1\n 322 840 316 772 309 705 c 1\n 375 712 430 726 490 744 c 1\n 509 682 l 1\n 446 664 381 644 300 640 c 1\n 289 559 273 480 248 405 c 0\n 203 271 130 156 60 43 c 1\n 4 78 l 1\n 75 191 144 301 186 426 c 0\n 208 492 223 564 234 638 c 1\nEndSplineSet\nEndChar\nStartChar: uni3061\nEncoding: 12385 12385 1656\nWidth: 1000\nFlags: W\nHStem: 704 65<393 427.205> 704 215<342 406.975>\nVStem: 342 65<849.36 920>\nFore\n327 706 m 1\n 258 711 191 723 126 734 c 1\n 138 798 l 1\n 204 786 270 775 336 770 c 1\n 340 819 341 869 342 920 c 1\n 407 919 l 1\n 406 869 406 819 401 769 c 1\n 500 771 608 795 717 819 c 1\n 731 756 l 1\n 616 731 510 705 393 704 c 1\n 373 598 335 520 286 435 c 1\n 425 483 567 519 693 463 c 0\n 778.368 426.174 885.132 320.717 867 222 c 1\n 844 123 727 74 620 59 c 1\n 476 39 344 87 218 132 c 1\n 240 193 l 1\n 366 148 487 106 611 123 c 1\n 686 133 788 173 803 234 c 1\n 807 256 796 290 771 323 c 0\n 745 355 707 386 667 404 c 0\n 549 456 395 405 232 347 c 1\n 189 400 l 1\n 250.249 508.285 304.274 582.396 327 706 c 1\nEndSplineSet\nEndChar\nStartChar: uni3062\nEncoding: 12386 12386 1657\nWidth: 1000\nFlags: W\nHStem: 723 65<382 417.212>\nVStem: 332 65<879.503 953>\nFore\n764 866 m 1\n 795 923 l 1\n 824 908 855 892 879 866 c 1\n 894 849 901 831 907 817 c 1\n 847 792 l 1\n 830 835 811 838 764 866 c 1\n316 725 m 1\n 240 730 168 743 96 756 c 1\n 108 820 l 1\n 181 807 252 794 325 790 c 1\n 330 843 331 898 332 954 c 1\n 397 952 l 1\n 396 898 395 843 390 788 c 1\n 488 790 593 811 700 834 c 1\n 717 868 l 1\n 745 854 776 840 799 813 c 1\n 815 795 822 776 827 761 c 1\n 767 738 l 1\n 758 756 755 768 743 777 c 1\n 619 751 508 724 382 723 c 1\n 362 605 316 519 263 425 c 1\n 415 478 570 518 708 458 c 0\n 762 434 811 395 846 350 c 0\n 881 304 904 252 894 199 c 1\n 871 95 742 43 629 26 c 1\n 475 5 333 56 196 105 c 1\n 218 166 l 1\n 355 117 486 72 620 90 c 1\n 703 100 814 145 830 212 c 1\n 835 237 823 274 795 310 c 128\n 767 346 725 379 681 398 c 0\n 553 455 385 400 209 336 c 1\n 165 390 l 1\n 233 506 291 591 316 725 c 1\nEndSplineSet\nEndChar\nStartChar: uni3063\nEncoding: 12387 12387 1658\nWidth: 1000\nFlags: W\nFore\n184 501 m 1\n 187 566 l 1\n 268 563 346 560 423 575 c 0\n 500 591 589 631 681 598 c 0\n 775 564 854 462 850 360 c 0\n 847 264 765 192 681 152 c 0\n 586 107 484 104 387 101 c 1\n 384 166 l 1\n 481 169 573 173 654 211 c 0\n 724 244 783 304 785 363 c 0\n 787 425 721 514 658 537 c 0\n 598 559 522 529 436 512 c 0\n 349 494 265 498 184 501 c 1\nEndSplineSet\nEndChar\nStartChar: uni3064\nEncoding: 12388 12388 1659\nWidth: 1000\nFlags: W\nFore\n135 593 m 1\n 138 658 l 1\n 231 654 322 651 412 669 c 128\n 502 687 604 733 707 695 c 0\n 814 657 904 540 900 425 c 0\n 896 316 804 234 708 189 c 0\n 598 137 481 134 369 130 c 1\n 367 195 l 1\n 479 199 586 203 680 248 c 0\n 762 287 832 356 835 428 c 0\n 837 503 760 607 685 634 c 0\n 612 660 524 625 425 605 c 0\n 325 585 229 589 135 593 c 1\nEndSplineSet\nEndChar\nStartChar: uni3065\nEncoding: 12389 12389 1660\nWidth: 1000\nFlags: W\nFore\n819 893 m 1\n 850 950 l 1\n 879 935 910 920 934 893 c 1\n 949 876 956 858 962 844 c 1\n 902 819 l 1\n 885 864 866 865 819 893 c 1\n742 838 m 1\n 772 896 l 1\n 800 881 831 867 854 841 c 1\n 870 823 877 803 882 788 c 1\n 822 765 l 1\n 806 810 789 811 742 838 c 1\n106 603 m 1\n 108 668 l 1\n 209 664 308 660 406 680 c 0\n 503 699 612 748 723 709 c 1\n 837 667 934 542 929 419 c 1\n 925 303 826 215 723 166 c 0\n 606 111 479 107 358 103 c 1\n 356 168 l 1\n 477 172 593 177 696 225 c 0\n 785 267 862 343 865 422 c 1\n 867 504 784 618 701 647 c 0\n 621 676 525 637 418 616 c 128\n 311 595 207 599 106 603 c 1\nEndSplineSet\nEndChar\nStartChar: uni3066\nEncoding: 12390 12390 1661\nWidth: 1000\nFlags: W\nHStem: 685 58<127 219.309>\nFore\n127 678 m 1\n 127 743 l 1\n 370 744 605 753 848 766 c 1\n 858 702 l 1\n 664 652 480 599 417 491 c 0\n 376 422 378 321 417 265 c 0\n 462 201 567 174 682 148 c 1\n 668 85 l 1\n 553 110 429 134 364 228 c 0\n 306 310 306 432 360 524 c 0\n 400 591 453 650 530 685 c 1\n 396 682 256 679 127 678 c 1\nEndSplineSet\nEndChar\nStartChar: uni3067\nEncoding: 12391 12391 1662\nWidth: 1000\nFlags: W\nHStem: 696 64<97 212.072>\nFore\n799 641 m 1\n 830 698 l 1\n 859 683 890 667 914 641 c 1\n 929 624 936 606 942 592 c 1\n 882 567 l 1\n 865 610 846 613 799 641 c 1\n722 585 m 1\n 752 643 l 1\n 780 629 811 615 834 588 c 0\n 850 570 857 551 862 536 c 1\n 802 513 l 1\n 785 557 768 559 722 585 c 1\n97 696 m 1\n 97 760 l 1\n 361 761 614 771 877 785 c 1\n 887 721 l 1\n 677 667 477 610 408 492 c 0\n 363 416 365 306 409 244 c 0\n 457 174 572 145 697 117 c 1\n 682 54 l 1\n 558 81 425 107 355 207 c 0\n 294 295 294 426 351 524 c 0\n 397 602 465 665 559 704 c 1\n 406 700 246 696 97 696 c 1\nEndSplineSet\nEndChar\nStartChar: uni3068\nEncoding: 12392 12392 1663\nWidth: 1000\nFlags: W\nVStem: 379 65<799.645 896>\nFore\n474 581 m 1\n 560 610 656 629 752 650 c 1\n 765 587 l 1\n 554 540 350 490 281 385 c 0\n 247 333 242 263 268 225 c 0\n 293 186 360 161 455 151 c 128\n 550 141 670 145 790 149 c 1\n 792 84 l 1\n 672 80 551 76 448 87 c 0\n 346 97 258 121 213 189 c 0\n 169 257 180 350 227 421 c 0\n 268 483 334 526 412 559 c 1\n 387 655 378 776 379 895 c 1\n 444 896 l 1\n 444 780 449 673 474 581 c 1\nEndSplineSet\nEndChar\nStartChar: uni3069\nEncoding: 12393 12393 1664\nWidth: 1000\nFlags: W\nVStem: 372 65<830.299 927.873>\nFore\n787 766 m 1\n 817 823 l 1\n 846 808 878 792 901 766 c 0\n 916 749 924 731 929 717 c 1\n 870 692 l 1\n 852.654 735.361 833.494 738.253 787 766 c 1\n710 710 m 1\n 739 768 l 1\n 767 754 798 740 822 713 c 1\n 837 695 844 676 850 661 c 1\n 789 638 l 1\n 773 682 756 684 710 710 c 1\n470 584 m 1\n 563 615 669 637 773 660 c 1\n 786 596 l 1\n 558 546 337 492 262 378 c 0\n 223 320 219 244 247 201 c 128\n 275 158 348 131 451 120 c 0\n 555 110 684 114 813 118 c 1\n 816 53 l 1\n 686 49 555 44 445 56 c 0\n 334 67 240 93 192 165 c 0\n 145 237 157 337 207 413 c 0\n 252 480 323 527 408 562 c 1\n 381 667 371 798 372 928 c 1\n 437 928 l 1\n 438 801 443 685 470 584 c 1\nEndSplineSet\nEndChar\nStartChar: uni306A\nEncoding: 12394 12394 1665\nWidth: 1000\nFlags: W\nHStem: 674 65<249 286>\nFore\n566 179 m 0\n 556 184 546 188 537 191 c 1\n 441 228 376 228 345 168 c 1\n 338 155 338 144 341 138 c 0\n 346 128 378 107 419 100 c 1\n 494 91 554 101 564 166 c 1\n 565 171 565 175 566 179 c 0\n672 593 m 0\n 635 599 595 600 554 602 c 1\n 556 667 l 1\n 612 665 669 663 724 650 c 0\n 771 639 813 622 853 605 c 1\n 840 540 l 1\n 758 541 661 539 629 501 c 1\n 593.764 432.376 632.045 314.301 633 220 c 1\n 690 192 749 158 807 124 c 1\n 775 68 l 1\n 724 97 674 126 627 150 c 1\n 618 111 597 74 559 53 c 0\n 515 30 459 27 408 36 c 0\n 356 45 306 63 283 109 c 0\n 251.594 174.056 305.562 236.937 344 260 c 1\n 405 300 491 279 566 250 c 1\n 562 351 521 462 578 541 c 1\n 601 571 635 585 672 593 c 0\n272 674 m 1\n 224 674 176 679 129 683 c 1\n 135 748 l 1\n 187 743 238 739 286 739 c 1\n 297 796 306 855 315 915 c 1\n 379 905 l 1\n 371 851 363 797 353 743 c 1\n 419.916 748.383 472.05 773.186 537 795 c 1\n 559 734 l 1\n 490 708 423 684 340 676 c 1\n 298 477 208 325 114 167 c 1\n 58 200 l 1\n 148 356 232 486 272 674 c 1\nEndSplineSet\nEndChar\nStartChar: uni306B\nEncoding: 12395 12395 1666\nWidth: 1000\nFlags: W\nVStem: 136 65<406 492>\nFore\n332 315 m 1\n 390 344 l 1\n 419 286 446 234 488 209 c 1\n 556 169 698 183 844 202 c 1\n 853 138 l 1\n 707 118 557 93 455 153 c 1\n 392 191 361 257 332 315 c 1\n422 716 m 1\n 429 780 l 1\n 553.257 764.926 663.034 769.771 779 794 c 1\n 789 730 l 1\n 674.079 705.638 546.564 698.522 422 716 c 1\n181 857 m 1\n 245 847 l 1\n 224 727 204 609 201 490 c 0\n 198 367 213 240 229 111 c 1\n 164 103 l 1\n 149 232 133 362 136 492 c 0\n 139 617 160 738 181 857 c 1\nEndSplineSet\nEndChar\nStartChar: uni306C\nEncoding: 12396 12396 1667\nWidth: 1000\nFlags: W\nFore\n799 223 m 0\n 739 262 686 287 647 279 c 0\n 616 273 590 245 590 234 c 0\n 589 224 611 194 644 179 c 0\n 689 159 741 163 780 200 c 0\n 787 207 793 214 799 223 c 0\n332 592 m 1\n 352 532 382 484 416 436 c 1\n 442 502 460 571 484 649 c 1\n 430 636 378 617 332 592 c 1\n388 367 m 1\n 342 424 302 484 275 557 c 1\n 223 519 184 474 170 422 c 1\n 146 347 182 235 221 211 c 1\n 238 200 256 200 278 212 c 1\n 313 231 351 287 388 367 c 1\n253 623 m 1\n 237 680 225 739 213 797 c 1\n 277 810 l 1\n 288 757 298 706 312 657 c 1\n 371 686 438 707 504 720 c 1\n 540 856 l 1\n 603 839 l 1\n 593 803 583 766 574 730 c 1\n 698 741 818 717 879 617 c 1\n 941 513 930 351 885 244 c 1\n 955 188 l 1\n 914 138 l 1\n 893 154 873 170 852 185 c 1\n 844 174 835 163 825 153 c 0\n 766 97 684 90 618 119 c 1\n 568 141 521 182 525 239 c 128\n 529 296 580 332 634 343 c 1\n 701 356 766 327 830 284 c 1\n 865 368 869 511 823 583 c 1\n 777 659 675 678 555 662 c 1\n 527 558 498 467 463 377 c 1\n 519 311 l 1\n 470 269 l 1\n 434 310 l 1\n 400 239 361 184 309 155 c 1\n 271 134 224 131 186 157 c 1\n 147 182 123 226 109 277 c 128\n 95 328 92 386 107 440 c 0\n 129 517 183 577 253 623 c 1\nEndSplineSet\nEndChar\nStartChar: uni306D\nEncoding: 12397 12397 1668\nWidth: 1000\nFlags: W\nVStem: 280 62<89 377.874> 281 65<752 895>\nDStem: 284 897 349 895 281 752 346 763\nFore\n782 250 m 0\n 764 260 747 270 731 277 c 0\n 675 304 633 310 612 298 c 1\n 592 288 574 253 578 228 c 0\n 581 203 605 178 632 171 c 1\n 671 162 733 189 775 241 c 0\n 777 244 779 247 782 250 c 0\n281 752 m 1\n 284 897 l 1\n 349 895 l 1\n 346 763 l 1\n 359 765 372 768 384 770 c 1\n 425 712 l 1\n 343 575 l 1\n 343 564 l 1\n 389 604 440 633 489 664 c 0\n 575 720 669 759 753 730 c 1\n 895 680 943 448 869 273 c 1\n 897 256 926 237 955 218 c 1\n 919 164 l 1\n 891 182 864 200 837 216 c 1\n 790.641 146.73 694.519 84.5785 617 108 c 1\n 564 121 521 164 514 218 c 0\n 506 273 532 330 581 356 c 1\n 652 395 750 343 812 308 c 1\n 840 380 845 469 827 541 c 1\n 809 607 773 654 732 669 c 0\n 683 685 602 660 524 610 c 0\n 461 569 401 514 342 451 c 1\n 342 331 343 210 345 89 c 1\n 280 89 l 1\n 279 185 277 282 277 378 c 1\n 228 321 180 260 131 198 c 1\n 77 234 l 1\n 143.841 353.825 208.753 475.58 278 593 c 1\n 279 624 279 655 280 686 c 1\n 218 676 144 674 80 676 c 1\n 82 741 l 1\n 150 739 220 741 281 752 c 1\nEndSplineSet\nEndChar\nStartChar: uni306E\nEncoding: 12398 12398 1669\nWidth: 1000\nFlags: W\nFore\n524 729 m 1\n 501 549 461 332 374 196 c 1\n 349 160 319 128 276 124 c 0\n 213 117 165 168 132 222 c 0\n 83 302 70 405 106 502 c 0\n 156 640 298 763 464 789 c 0\n 631 816 816 746 893 612 c 1\n 954 505 941 368 875 276 c 1\n 805 178 683 143 569 109 c 1\n 550 171 l 1\n 664 206 769 240 822 314 c 1\n 872 383 883 498 837 579 c 1\n 784 670 651 732 524 729 c 1\n457 722 m 1\n 324 693 206 587 167 480 c 0\n 138 401 149 319 187 256 c 0\n 213 213 253 187 269 188 c 0\n 280 189 300 203 320 232 c 1\n 396 355 436 553 457 722 c 1\nEndSplineSet\nEndChar\nStartChar: uni306F\nEncoding: 12399 12399 1670\nWidth: 1000\nFlags: W\nFore\n671 243 m 0\n 594 284 522 312 463 306 c 1\n 420 302 388 278 385 269 c 0\n 383 260 399 224 430 204 c 0\n 472 175 535 169 590 177 c 1\n 627 182 653 193 662 207 c 0\n 667 214 670 226 671 243 c 0\n664 602 m 1\n 569 592 464 595 370 605 c 1\n 375 669 l 1\n 474 660 574 656 666 668 c 1\n 668 729 670 791 673 853 c 1\n 738 851 l 1\n 735 793 733 735 731 678 c 1\n 770 685 808 693 847 701 c 1\n 860 638 l 1\n 817 628 774 619 730 612 c 1\n 726 488 730 385 739 281 c 1\n 780 257 821 230 862 204 c 1\n 827 149 l 1\n 795 169 764 189 733 207 c 1\n 730 194 724 182 716 170 c 0\n 689 131 643 118 599 112 c 1\n 533 103 455 108 393 150 c 0\n 348 181 309 228 322 284 c 0\n 336 342 398 366 457 371 c 1\n 528 377 599 355 670 319 c 1\n 665 409 662 499 664 602 c 1\n169 866 m 1\n 233 856 l 1\n 214 737 195 620 190 501 c 0\n 184 377 194 249 204 119 c 1\n 139 114 l 1\n 129 244 119 375 125 504 c 0\n 130 628 150 748 169 866 c 1\nEndSplineSet\nEndChar\nStartChar: uni3070\nEncoding: 12400 12400 1671\nWidth: 1000\nFlags: W\nFore\n827 828 m 1\n 857 885 l 1\n 886 870 918 855 941 828 c 0\n 956 811 964 793 969 779 c 1\n 910 754 l 1\n 893 799 873 800 827 828 c 1\n688 224 m 0\n 603 269 525 299 460 293 c 1\n 413 289 377 263 374 250 c 0\n 371 239 389 200 423 177 c 1\n 469 146 538 139 597 148 c 0\n 638 153 667 166 678 182 c 0\n 684 190 687 204 688 224 c 0\n748 689 m 0\n 774 694 801 699 827 705 c 1\n 812 745 794 747 750 772 c 1\n 749 745 748 717 748 689 c 0\n681 614 m 1\n 578 599 464 607 360 616 c 1\n 364 680 l 1\n 473 672 580 666 682 679 c 1\n 684 746 687 814 690 882 c 1\n 754 879 l 1\n 753 844 752 809 750 774 c 1\n 779 831 l 1\n 807 816 838 802 862 776 c 0\n 877 758 884 738 890 723 c 1\n 858 711 l 1\n 864 712 870 714 875 715 c 1\n 889 651 l 1\n 842 641 794 631 746 623 c 1\n 742 488 745 374 756 262 c 1\n 890 178 l 1\n 854 123 l 1\n 820 146 785 167 751 188 c 1\n 747 173 741 158 731 144 c 0\n 703 104 654 90 607 83 c 0\n 536 73 452 79 386 124 c 1\n 338 156 296 207 310 266 c 0\n 325 327 391 352 454 358 c 1\n 531 365 609 339 687 300 c 1\n 680 400 678 500 681 614 c 1\n145 896 m 1\n 209 885 l 1\n 188 757 168 630 162 502 c 0\n 156 367 166 228 177 88 c 1\n 112 83 l 1\n 102 223 91 365 97 504 c 0\n 103 638 124 767 145 896 c 1\nEndSplineSet\nEndChar\nStartChar: uni3071\nEncoding: 12401 12401 1672\nWidth: 1000\nFlags: W\nHStem: 731 24<832.404 848> 846 24<832.438 848>\nVStem: 773 24<800 802> 888 24<800 802>\nFore\n842 846 m 0\n 817 846 797 826 797 800 c 0\n 797 775 817 755 842 755 c 128\n 867 755 888 775 888 800 c 0\n 888 826 867 846 842 846 c 0\n842 870 m 0\n 880 870 912 839 912 800 c 0\n 912 762 880 731 842 731 c 128\n 804 731 773 762 773 800 c 0\n 773 839 804 870 842 870 c 0\n688 224 m 0\n 603 269 525 299 460 293 c 1\n 413 289 377 263 374 250 c 0\n 371 239 389 200 423 177 c 1\n 469 146 538 139 597 148 c 0\n 638 153 667 166 678 182 c 0\n 684 190 687 204 688 224 c 0\n681 614 m 1\n 578 599 464 607 360 616 c 1\n 364 680 l 1\n 473 672 580 666 682 679 c 1\n 684 746 687 814 690 882 c 1\n 754 879 l 1\n 752 815 749 752 748 689 c 1\n 790 697 832 706 875 715 c 1\n 889 651 l 1\n 842 641 794 631 746 623 c 1\n 742 488 745 374 756 262 c 1\n 890 178 l 1\n 854 123 l 1\n 820 146 785 167 751 188 c 1\n 747 173 741 158 731 144 c 0\n 703 104 654 90 607 83 c 0\n 536 73 452 79 386 124 c 1\n 338 156 296 207 310 266 c 0\n 325 327 391 352 454 358 c 1\n 531 365 609 339 687 300 c 1\n 680 400 678 500 681 614 c 1\n145 896 m 1\n 209 885 l 1\n 188 757 168 630 162 502 c 0\n 156 367 166 228 177 88 c 1\n 112 83 l 1\n 102 223 91 365 97 504 c 0\n 103 638 124 767 145 896 c 1\nEndSplineSet\nEndChar\nStartChar: uni3072\nEncoding: 12402 12402 1673\nWidth: 1000\nFlags: W\nHStem: 736 65<161 208.849>\nVStem: 678 68<590 797>\nFore\n162 736 m 1\n 161 801 l 1\n 270 802 364 811 468 827 c 1\n 498 766 l 1\n 397 665 299 566 235 442 c 0\n 184 343 161 232 204 178 c 1\n 249 117 409 92 501 133 c 1\n 581 165 621 239 646 333 c 1\n 682 467 680 631 678 797 c 1\n 742 810 l 1\n 795.58 660.452 852.549 528.94 930 406 c 1\n 874 373 l 1\n 829 448 785 530 746 613 c 1\n 744 509 734 409 709 316 c 1\n 682 213 630 116 526 73 c 0\n 466 48 393 42 324 53 c 0\n 256 63 192 89 153 138 c 0\n 81 229 121 363 177 471 c 0\n 233 580 310 669 391 751 c 1\n 318 741 238 737 162 736 c 1\nEndSplineSet\nEndChar\nStartChar: uni3073\nEncoding: 12403 12403 1674\nWidth: 1000\nFlags: W\nHStem: 758 65<134 192.844>\nFore\n834 818 m 1\n 865 875 l 1\n 894 860 925 845 949 818 c 0\n 964 801 971 783 977 769 c 1\n 917 744 l 1\n 900 789 881 790 834 818 c 1\n793 743 m 1\n 841 616 897 505 963 397 c 1\n 906 364 l 1\n 856 449 805 541 763 638 c 1\n 761 520 751 406 723 302 c 0\n 694 191 639 86 527 40 c 1\n 385 -13 202 15 126 110 c 1\n 50 207 93 351 153 468 c 0\n 214 587 300 684 389 775 c 1\n 309 764 220 758 135 758 c 1\n 134 823 l 1\n 252 823 354 835 467 851 c 1\n 497 790 l 1\n 387 681 280 574 211 438 c 0\n 156 331 130 210 178 151 c 1\n 226 82 401 57 502 101 c 1\n 589 136 633 217 661 319 c 0\n 699 465 698 642 695 822 c 1\n 759 834 l 1\n 774 795 l 1\n 787 821 l 1\n 815 806 846 792 869 766 c 1\n 885 748 892 728 897 713 c 1\n 837 690 l 1\n 825 720 820 728 793 743 c 1\nEndSplineSet\nEndChar\nStartChar: uni3074\nEncoding: 12404 12404 1675\nWidth: 1000\nFlags: W\nHStem: 658 24<872 874> 758 65<134 192.844> 773 24<872 881.643>\nVStem: 695 132<728 822> 918 24<728 734>\nFore\n872 773 m 0\n 847 773 827 753 827 728 c 128\n 827 703 847 682 872 682 c 128\n 897 682 918 703 918 728 c 128\n 918 753 897 773 872 773 c 0\n815 689 m 1\n 856 581 908 490 963 397 c 1\n 906 364 l 1\n 856 449 805 541 763 638 c 1\n 761 520 751 406 723 302 c 0\n 694 191 639 86 527 40 c 1\n 385 -13 202 15 126 110 c 1\n 50 207 93 351 153 468 c 0\n 214 587 300 684 389 775 c 1\n 309 764 220 758 135 758 c 1\n 134 823 l 1\n 252 823 354 835 467 851 c 1\n 497 790 l 1\n 387 681 280 574 211 438 c 0\n 156 331 130 210 178 151 c 1\n 226 82 401 57 502 101 c 1\n 589 136 633 217 661 319 c 0\n 699 465 698 642 695 822 c 1\n 759 834 l 1\n 803 718 l 1\n 801 766 830 794 872 797 c 1\n 910 797 942 766 942 728 c 0\n 942 690 910 658 872 658 c 0\n 848 658 827 670 815 689 c 1\nEndSplineSet\nEndChar\nStartChar: uni3075\nEncoding: 12405 12405 1676\nWidth: 1000\nFlags: W\nFore\n682 467 m 1\n 724 516 l 1\n 757 487 792 458 825 420 c 0\n 867 371 904 312 941 254 c 1\n 886 220 l 1\n 849 277 813 334 776 377 c 0\n 747 411 715 438 682 467 c 1\n277 447 m 1\n 333 415 l 1\n 303 362 272 306 226 262 c 1\n 185 223 138 199 94 176 c 1\n 64 233 l 1\n 108 256 149 278 181 309 c 1\n 217 343 247 394 277 447 c 1\n367 601 m 1\n 415 645 l 1\n 477 577 541 508 588 440 c 0\n 636 372 669 303 661 233 c 0\n 654 170 614 112 555 95 c 0\n 510 82 465 96 423 118 c 0\n 380 139 338 169 296 199 c 1\n 333 252 l 1\n 375 222 416 194 452 176 c 128\n 488 158 517 152 537 157 c 0\n 563 165 592 201 597 241 c 0\n 602 284 579 341 535 403 c 0\n 492 466 430 533 367 601 c 1\n376 840 m 1\n 424 883 l 1\n 488.199 808.199 552.994 752.097 640 699 c 1\n 604 644 l 1\n 562 672 518 701 478 735 c 0\n 440 768 407 804 376 840 c 1\nEndSplineSet\nEndChar\nStartChar: uni3076\nEncoding: 12406 12406 1677\nWidth: 1000\nFlags: W\nFore\n704 701 m 1\n 735 758 l 1\n 764 743 795 727 819 701 c 1\n 834 684 841 666 847 652 c 1\n 787 627 l 1\n 770 670 751 673 704 701 c 1\n627 645 m 1\n 657 703 l 1\n 685 689 716 675 739 648 c 0\n 755 630 762 611 767 596 c 1\n 707 573 l 1\n 690 617 673 619 627 645 c 1\n698 466 m 1\n 741 515 l 1\n 776 484 814 452 849 412 c 0\n 895 359 935 295 974 233 c 1\n 920 198 l 1\n 880 261 841 322 800 369 c 0\n 768 405 734 435 698 466 c 1\n261 442 m 1\n 318 409 l 1\n 285 352 251 291 202 244 c 1\n 158 203 107 177 60 152 c 1\n 29 209 l 1\n 77 234 122 258 157 292 c 1\n 196 329 228 384 261 442 c 1\n358 611 m 1\n 406 655 l 1\n 474 581 542 507 594 434 c 0\n 645 360 680 287 672 212 c 0\n 664 144 622 82 558 64 c 1\n 511 51 464 66 418 89 c 128\n 372 112 326 145 281 176 c 1\n 318 230 l 1\n 363 198 408 167 447 147 c 128\n 486 127 518 120 541 127 c 1\n 571 135 602 175 607 219 c 0\n 613 268 587 329 540 397 c 0\n 493 464 426 537 358 611 c 1\n368 869 m 1\n 416 912 l 1\n 484.456 831.699 556.781 769.627 650 713 c 1\n 614 658 l 1\n 568 688 521 719 478 756 c 0\n 437 791 402 831 368 869 c 1\nEndSplineSet\nEndChar\nStartChar: uni3077\nEncoding: 12407 12407 1678\nWidth: 1000\nFlags: W\nHStem: 578 24<720.302 733> 693 24<720.057 733>\nVStem: 660 24<638.391 657> 775 24<638.357 657>\nFore\n730 693 m 0\n 704 693 684 673 684 648 c 128\n 684 623 704 602 730 602 c 0\n 755 602 775 623 775 648 c 128\n 775 673 755 693 730 693 c 0\n730 717 m 0\n 768 717 799 686 799 648 c 0\n 799 610 768 578 730 578 c 0\n 691 578 660 610 660 648 c 128\n 660 686 691 717 730 717 c 0\n698 466 m 1\n 741 515 l 1\n 776 484 814 452 849 412 c 0\n 895 359 935 295 974 233 c 1\n 920 198 l 1\n 880 261 841 322 800 369 c 0\n 768 405 734 435 698 466 c 1\n261 442 m 1\n 318 409 l 1\n 285 352 251 291 202 244 c 1\n 158 203 107 177 60 152 c 1\n 29 209 l 1\n 77 234 122 258 157 292 c 1\n 196 329 228 384 261 442 c 1\n358 611 m 1\n 406 655 l 1\n 474 581 542 507 594 434 c 0\n 645 360 680 287 672 212 c 0\n 664 144 622 82 558 64 c 1\n 511 51 464 66 418 89 c 128\n 372 112 326 145 281 176 c 1\n 318 230 l 1\n 363 198 408 167 447 147 c 128\n 486 127 518 120 541 127 c 1\n 571 135 602 175 607 219 c 0\n 613 268 587 329 540 397 c 0\n 493 464 426 537 358 611 c 1\n368 869 m 1\n 416 912 l 1\n 484.456 831.699 556.781 769.627 650 713 c 1\n 614 658 l 1\n 568 688 521 719 478 756 c 0\n 437 791 402 831 368 869 c 1\nEndSplineSet\nEndChar\nStartChar: uni3078\nEncoding: 12408 12408 1679\nWidth: 1000\nFlags: W\nDStem: 174 582 224 539 76 474 123 430\nFore\n123 430 m 1\n 76 474 l 1\n 174 582 l 1\n 226 644 300 743 418 717 c 1\n 520 688 593 565 672 473 c 0\n 755 376 842 303 930 229 c 1\n 888 180 l 1\n 800 254 710 329 623 431 c 0\n 540 527 456 639 400 654 c 0\n 374 662 347 655 321 637 c 0\n 288 616 257 578 224 539 c 0\n 190 501 156 465 123 430 c 1\nEndSplineSet\nEndChar\nStartChar: uni3079\nEncoding: 12409 12409 1680\nWidth: 1000\nFlags: W\nFore\n697 773 m 1\n 727 830 l 1\n 756 815 788 800 811 773 c 0\n 826 756 834 738 839 724 c 1\n 780 699 l 1\n 763 744 743 745 697 773 c 1\n620 718 m 1\n 649 776 l 1\n 677 761 708 747 732 721 c 0\n 747 703 754 683 760 668 c 1\n 699 645 l 1\n 683 690 667 691 620 718 c 1\n91 426 m 1\n 43 470 l 1\n 79 509 115 546 150 587 c 0\n 185 627 220 674 269 705 c 1\n 309 731 360 746 411 732 c 0\n 519 701 598 569 684 469 c 0\n 774 364 868 285 963 205 c 1\n 921 156 l 1\n 826 236 729 317 635 427 c 0\n 545 531 455 652 393 669 c 0\n 364 678 334 670 305 651 c 1\n 269 627 235 586 199 544 c 129\n 163 502 127 464 91 426 c 1\nEndSplineSet\nEndChar\nStartChar: uni307A\nEncoding: 12410 12410 1681\nWidth: 1000\nFlags: W\nHStem: 651 24<722 732> 766 24<722 732>\nVStem: 653 24<720 722> 768 24<720 722>\nFore\n722 766 m 0\n 697 766 677 746 677 720 c 0\n 677 695 697 675 722 675 c 128\n 747 675 768 695 768 720 c 0\n 768 746 747 766 722 766 c 0\n722 790 m 0\n 760 790 792 759 792 720 c 0\n 792 682 760 651 722 651 c 128\n 684 651 653 682 653 720 c 0\n 653 759 684 790 722 790 c 0\n91 426 m 1\n 43 470 l 1\n 79 509 115 546 150 587 c 0\n 185 627 220 674 269 705 c 1\n 309 731 360 746 411 732 c 0\n 519 701 598 569 684 469 c 0\n 774 364 868 285 963 205 c 1\n 921 156 l 1\n 826 236 729 317 635 427 c 0\n 545 531 455 652 393 669 c 0\n 364 678 334 670 305 651 c 1\n 269 627 235 586 199 544 c 129\n 163 502 127 464 91 426 c 1\nEndSplineSet\nEndChar\nStartChar: uni307B\nEncoding: 12411 12411 1682\nWidth: 1000\nFlags: W\nVStem: 663 65<428.199 515.944> 663 69<581 644.663>\nFore\n672 253 m 0\n 593 290 522 312 464 306 c 0\n 419 302 388 278 385 269 c 0\n 383 260 400 224 430 204 c 0\n 472 175 535 169 590 177 c 0\n 627 182 653 193 662 207 c 0\n 668 215 671 231 672 253 c 0\n667 780 m 1\n 574 770 477 780 389 792 c 1\n 397 856 l 1\n 466 847 533 839 600 841 c 0\n 674 843 752 857 831 872 c 1\n 843 809 l 1\n 807 802 770 794 732 789 c 1\n 731 722 729 655 728 591 c 1\n 784 601 839 617 895 633 c 1\n 913 571 l 1\n 853 554 792 536 728 525 c 1\n 727 442 732 367 738 295 c 1\n 802 261 866 221 930 181 c 1\n 896 126 l 1\n 842 159 788 192 736 220 c 1\n 733 202 727 185 716 170 c 0\n 689 131 643 118 599 112 c 0\n 533 103 455 108 393 150 c 0\n 348 181 309 228 322 284 c 0\n 336 342 397 365 457 371 c 0\n 525 378 597 360 670 328 c 1\n 664 387 664 449 663 516 c 1\n 569 508 472 517 376 526 c 1\n 382 591 l 1\n 480 582 575 573 663 581 c 1\n 664 646 665 713 667 780 c 1\n169 866 m 1\n 233 856 l 1\n 214 737 195 620 190 501 c 0\n 184 377 194 249 204 119 c 1\n 139 114 l 1\n 129 244 119 375 125 504 c 0\n 130 628 150 748 169 866 c 1\nEndSplineSet\nEndChar\nStartChar: uni307C\nEncoding: 12412 12412 1683\nWidth: 1000\nFlags: W\nVStem: 679 65<445 529 586 653.327>\nFore\n837 738 m 1\n 867 795 l 1\n 896 780 928 765 951 738 c 0\n 966 721 974 703 979 689 c 1\n 920 664 l 1\n 903 709 883 710 837 738 c 1\n688 234 m 0\n 603 275 524 300 460 293 c 0\n 412 288 376 263 374 251 c 0\n 371 239 389 200 423 177 c 0\n 469 146 538 139 597 148 c 1\n 638 153 667 166 678 181 c 0\n 685 191 688 210 688 234 c 0\n683 806 m 0\n 582 793 477 804 380 818 c 1\n 389 883 l 1\n 463 873 536 864 609 865 c 0\n 688 868 773 884 858 900 c 1\n 871 836 l 1\n 830 828 790 821 749 814 c 1\n 747 740 745 666 744 595 c 1\n 775 601 806 608 837 616 c 1\n 822 657 804 656 760 683 c 1\n 789 741 l 1\n 817 726 848 712 872 686 c 0\n 887 668 894 648 900 634 c 1\n 909 636 919 639 928 642 c 1\n 946 579 l 1\n 881 560 814 541 744 529 c 1\n 744 437 747 356 755 276 c 1\n 824 240 894 196 964 153 c 1\n 930 98 l 1\n 870 134 811 170 754 201 c 1\n 750 181 743 162 731 145 c 0\n 703 104 654 90 607 83 c 1\n 536 73 452 79 386 124 c 0\n 338 156 297 207 310 265 c 1\n 325 326 390 351 454 358 c 0\n 528 366 606 345 686 309 c 1\n 684 379 678 445 679 520 c 1\n 576 511 471 521 366 531 c 1\n 373 595 l 1\n 478 586 581 576 676 585 c 0\n 677 585 678 586 679 586 c 1\n 679 657 681 731 683 806 c 0\n145 896 m 1\n 209 885 l 1\n 188 757 168 630 162 502 c 0\n 156 367 166 228 177 88 c 1\n 112 83 l 1\n 102 223 91 365 97 504 c 0\n 103 638 124 767 145 896 c 1\nEndSplineSet\nEndChar\nStartChar: uni307D\nEncoding: 12413 12413 1684\nWidth: 1000\nFlags: W\nHStem: 721 24<860 860 860.063 869.562>\nVStem: 679 65<445 529 586 653.327> 790 24<675 677>\nFore\n860 721 m 0\n 834 721 814 701 814 675 c 0\n 814 650 834 630 860 630 c 0\n 885 630 905 650 905 675 c 0\n 905 701 885 721 860 721 c 0\n688 234 m 0\n 603 275 524 300 460 293 c 0\n 412 288 376 263 374 251 c 0\n 371 239 389 200 423 177 c 0\n 469 146 538 139 597 148 c 1\n 638 153 667 166 678 181 c 0\n 685 191 688 210 688 234 c 0\n683 806 m 0\n 582 793 477 804 380 818 c 1\n 389 883 l 1\n 463 873 536 864 609 865 c 0\n 688 868 773 884 858 900 c 1\n 871 836 l 1\n 830 828 790 821 749 814 c 1\n 747 740 745 666 744 595 c 1\n 772 600 800 607 828 614 c 1\n 805 625 790 649 790 675 c 0\n 790 714 821 745 860 745 c 1\n 912 747 947 684 919 639 c 1\n 928 642 l 1\n 946 579 l 1\n 881 560 814 541 744 529 c 1\n 744 437 747 356 755 276 c 1\n 824 240 894 196 964 153 c 1\n 930 98 l 1\n 870 134 811 170 754 201 c 1\n 750 181 743 162 731 145 c 0\n 703 104 654 90 607 83 c 1\n 536 73 452 79 386 124 c 0\n 338 156 297 207 310 265 c 1\n 325 326 390 351 454 358 c 0\n 528 366 606 345 686 309 c 1\n 684 379 678 445 679 520 c 1\n 576 511 471 521 366 531 c 1\n 373 595 l 1\n 478 586 581 576 676 585 c 0\n 677 585 678 586 679 586 c 1\n 679 657 681 731 683 806 c 0\n145 896 m 1\n 209 885 l 1\n 188 757 168 630 162 502 c 0\n 156 367 166 228 177 88 c 1\n 112 83 l 1\n 102 223 91 365 97 504 c 0\n 103 638 124 767 145 896 c 1\nEndSplineSet\nEndChar\nStartChar: uni307E\nEncoding: 12414 12414 1685\nWidth: 1000\nFlags: W\nFore\n460 231 m 1\n 368 265 257 273 176 242 c 1\n 160 235 154 227 154 226 c 128\n 154 225 155 213 165 198 c 0\n 175 184 192 167 210 155 c 1\n 282 105 415 119 450 179 c 1\n 457 191 460 208 460 231 c 1\n439 827 m 1\n 441 864 444 901 446 937 c 1\n 511 933 l 1\n 509 898 506 864 504 830 c 1\n 606 833 704 831 801 829 c 1\n 799 764 l 1\n 700 766 602 768 501 764 c 1\n 497 692 496 621 498 551 c 1\n 568 558 645 568 722 579 c 1\n 731 515 l 1\n 652 504 574 493 502 486 c 1\n 505 412 524 342 528 274 c 1\n 622 235 713 179 803 124 c 1\n 769 68 l 1\n 687 119 606 168 526 204 c 1\n 523 184 517 165 507 147 c 0\n 481 100 432 77 381 66 c 1\n 315 52 238 59 174 101 c 0\n 131.304 128.325 75.8649 186.243 91 243 c 0\n 100 274 125 290 150 301 c 1\n 238 338 357 331 457 300 c 1\n 452 355 441 421 437 482 c 1\n 332 475 219 474 175 539 c 1\n 147 576 152 620 153 656 c 1\n 217 655 l 1\n 216 618 218 590 227 578 c 0\n 241 559 304 542 396 545 c 0\n 408 545 420 546 433 546 c 1\n 431 617 432 689 435 761 c 1\n 335 755 231 743 126 732 c 1\n 119 796 l 1\n 226 808 334 820 439 827 c 1\nEndSplineSet\nEndChar\nStartChar: uni307F\nEncoding: 12415 12415 1686\nWidth: 1000\nFlags: W\nFore\n372 413 m 1\n 285 402 216 356 186 301 c 1\n 180 288 176 273 175 263 c 0\n 175 252 178 249 177 249 c 2\n 177 249 187 245 204 247 c 1\n 288 262 327 317 364 397 c 1\n 366 402 369 408 372 413 c 1\n401 482 m 1\n 436 566 471 664 506 764 c 1\n 434 742 343 732 255 741 c 1\n 259 806 l 1\n 366 796 445 812 532 839 c 1\n 583 786 l 1\n 546 680 509 574 471 481 c 1\n 563 473 653 447 733 422 c 1\n 741 474 744 531 747 590 c 1\n 812 587 l 1\n 809 524 807 461 797 400 c 1\n 839 386 880 370 920 355 c 1\n 897 294 l 1\n 859 309 821 323 783 336 c 1\n 773 303 760 272 742 243 c 0\n 689 158 598 108 513 61 c 1\n 481 117 l 1\n 595 184 688 227 720 358 c 1\n 640 384 538 414 445 417 c 1\n 405 333 372 252 291 208 c 1\n 243.035 185.741 182.373 161.569 133 202 c 1\n 97 237 108 288 128 330 c 1\n 177 422 274 472 401 482 c 1\nEndSplineSet\nEndChar\nStartChar: uni3080\nEncoding: 12416 12416 1687\nWidth: 1000\nFlags: W\nVStem: 280 66<722 779.883>\nFore\n751 674 m 1\n 785 729 l 1\n 814 712 846 693 873 664 c 1\n 901 632 919 595 936 561 c 1\n 877 532 l 1\n 861 567 845 598 825 620 c 1\n 806 640 780 656 751 674 c 1\n247 439 m 1\n 244 453 240 465 235 477 c 0\n 224 501 209 514 204 515 c 0\n 200 516 189 514 177 502 c 0\n 164 491 153 471 147 449 c 0\n 141 421 143 384 152 355 c 0\n 160 332 174 317 176 313 c 1\n 207 334 232 391 247 439 c 1\n279 657 m 1\n 220 653 161 657 104 660 c 1\n 108 725 l 1\n 167 721 224 718 280 722 c 1\n 280 785 278 850 275 915 c 1\n 340 918 l 1\n 343 855 345 792 346 730 c 1\n 404 741 464 760 524 779 c 1\n 544 717 l 1\n 479 696 413 675 345 664 c 1\n 342 584 334 507 314 436 c 1\n 316 420 317 404 317 389 c 0\n 315 309 279 251 280 214 c 1\n 280 188 296 160 321 144 c 0\n 362 117 451 118 539 124 c 1\n 625 129 705 136 753 160 c 1\n 822 191 818 244 798 339 c 1\n 862 352 l 1\n 872 300 886 244 868 192 c 1\n 830 81 682 64 543 59 c 1\n 454 53 357 43 285 89 c 1\n 229 127 203 188 221 265 c 1\n 204 252 184 244 161 249 c 1\n 119 259 103 297 90 336 c 0\n 78 375 74 421 84 464 c 0\n 97.9819 525.171 154.401 590.737 217 579 c 0\n 239 574 256 561 270 545 c 1\n 275 581 277 618 279 657 c 1\nEndSplineSet\nEndChar\nStartChar: uni3081\nEncoding: 12417 12417 1688\nWidth: 1000\nFlags: W\nDStem: 540 856 603 839 504 721 573 726\nFore\n330 596 m 1\n 351 535 381 485 416 436 c 1\n 443 503 461 573 485 651 c 1\n 431 641 377 622 330 596 c 1\n388 367 m 1\n 341 424 302 486 274 560 c 1\n 223 522 184 475 170 422 c 1\n 146 346 182 235 221 211 c 1\n 238 200 256 200 278 212 c 1\n 313 231 351 287 388 367 c 1\n252 627 m 1\n 236 683 225 741 213 797 c 1\n 277 810 l 1\n 287 759 297 709 310 661 c 1\n 370 691 437 711 504 721 c 1\n 540 856 l 1\n 603 839 l 1\n 573 726 l 1\n 703 728 827 685 882 580 c 1\n 941 469 918 311 835 224 c 1\n 760 143 644 141 540 137 c 1\n 538 202 l 1\n 642 206 735 213 788 268 c 1\n 845 329 867 471 825 550 c 1\n 783 628 676 667 555 660 c 1\n 525 556 498 466 463 377 c 1\n 519 311 l 1\n 470 269 l 1\n 434 310 l 1\n 400 239 361 184 309 155 c 1\n 271 135 224 132 186 156 c 0\n 147 182 123 226 109 276 c 0\n 64.2664 438.958 150.707 558.989 252 627 c 1\nEndSplineSet\nEndChar\nStartChar: uni3082\nEncoding: 12418 12418 1689\nWidth: 1000\nFlags: W\nFore\n360 723 m 1\n 365 784 369 846 372 907 c 1\n 437 903 l 1\n 434 843 430 783 425 722 c 1\n 472 724 524 733 577 743 c 1\n 588 679 l 1\n 532 669 474 658 418 656 c 1\n 409 589 395 523 384 460 c 1\n 446 460 514 468 583 477 c 1\n 592 413 l 1\n 520 403 447 393 376 395 c 1\n 373 361 374 329 381 300 c 0\n 396 234 441 176 499 148 c 0\n 559 121 637 123 693 158 c 1\n 746 191 783 259 782 312 c 1\n 780 367 738 425 689 487 c 1\n 740 527 l 1\n 789 465 844 398 846 314 c 1\n 849 232 801 149 727 103 c 0\n 651 55 552 52 472 89 c 0\n 393 126 337 201 318 285 c 0\n 309 323 308 362 311 401 c 1\n 247 410 191 431 137 452 c 1\n 159 512 l 1\n 213 493 264 474 319 465 c 1\n 329 531 345 591 352 659 c 1\n 281 666 231 697 177 721 c 1\n 206 779 l 1\n 261 751 303 734 360 723 c 1\nEndSplineSet\nEndChar\nStartChar: uni3083\nEncoding: 12419 12419 1690\nWidth: 1000\nFlags: W\nVStem: 779 65<481 484>\nDStem: 164 714 223 741 251 517 309 549 251 517 277 457 101 429 134 374\nFore\n277 457 m 1\n 134 374 l 1\n 101 429 l 1\n 251 517 l 1\n 164 714 l 1\n 223 741 l 1\n 309 549 l 1\n 358 574 401 601 450 619 c 1\n 427 647 399 673 369 700 c 1\n 414 747 l 1\n 448 716 484 683 513 644 c 1\n 565 661 619 669 676 653 c 1\n 752 631 838 573 844 484 c 1\n 846.042 390.072 740.57 316.12 664 294 c 0\n 573 268 491 301 416 329 c 1\n 439 390 l 1\n 514 362 580 338 647 357 c 1\n 699 369 778 429 779 483 c 1\n 776 531 705 580 659 590 c 1\n 623 600 587 598 550 587 c 1\n 561 567 571 546 581 526 c 1\n 522 497 l 1\n 511 521 500 544 487 565 c 1\n 435 542 387 519 334 489 c 1\n 391 359 441 228 494 91 c 1\n 433 68 l 1\n 379.922 195.842 332.951 332.435 277 457 c 1\nEndSplineSet\nEndChar\nStartChar: uni3084\nEncoding: 12420 12420 1691\nWidth: 1000\nFlags: W\nDStem: 116 836 175 863 219 605 276 636 219 605 245 544 41 501 74 445\nFore\n245 544 m 1\n 74 445 l 1\n 41 501 l 1\n 219 605 l 1\n 116 836 l 1\n 175 863 l 1\n 276 636 l 1\n 336 669 391 696 450 723 c 1\n 423 756 388 788 353 821 c 1\n 397 869 l 1\n 437 832 479 793 513 747 c 1\n 574 767 636 777 702 758 c 0\n 748 746 792 722 828 690 c 128\n 864 658 891 617 893 568 c 0\n 895.054 463.233 774.82 378.03 689 354 c 0\n 586 324 491 361 405 394 c 1\n 428 455 l 1\n 514 422 592 394 671 416 c 1\n 734 431 825 500 828 567 c 1\n 824 625 742 682 685 696 c 1\n 640 708 596 704 550 691 c 1\n 564 665 577 639 589 614 c 1\n 530 586 l 1\n 517 614 503 642 488 668 c 1\n 423 641 367 612 302 576 c 1\n 367 425 427 270 488 112 c 1\n 428 89 l 1\n 366 239 309 396 245 544 c 1\nEndSplineSet\nEndChar\nStartChar: uni3085\nEncoding: 12421 12421 1692\nWidth: 1000\nFlags: W\nVStem: 823 65<397 404>\nFore\n605 210 m 1\n 736.468 201.235 823 284.105 823 404 c 1\n 818 505 770 600 662 604 c 1\n 672 459 667 307 605 210 c 1\n596 600 m 1\n 494 582 416 544 359 473 c 1\n 296 395 261 268 226 137 c 1\n 161 142 l 1\n 151 242 142 343 149 440 c 0\n 156 528 176 610 196 689 c 1\n 259 674 l 1\n 230 560 209 457 208 325 c 1\n 232 396 265 460 308 514 c 1\n 381 601 468 644 592 666 c 1\n 590 694 588 722 585 751 c 1\n 650 756 l 1\n 652 727 655 699 657 670 c 1\n 698 668 737 659 773 637 c 0\n 848 590 889 495 888 403 c 0\n 887 313 845 225 766 179 c 0\n 705 144 628 134 559 148 c 1\n 506 92 439 52 374 14 c 1\n 341 69 l 1\n 396 102 448 134 490 172 c 1\n 487 174 484 176 481 177 c 0\n 413 217 381 285 352 345 c 1\n 411 374 l 1\n 446 303 471 250 536 223 c 1\n 600 307 604 443 596 600 c 1\nEndSplineSet\nEndChar\nStartChar: uni3086\nEncoding: 12422 12422 1693\nWidth: 1000\nFlags: W\nVStem: 879 65<475 494>\nFore\n613 246 m 1\n 669 242 729 251 772 277 c 0\n 839 316 878 393 879 475 c 0\n 879 559 837 649 778 686 c 0\n 752 702 718 710 682 712 c 1\n 696 537 685 362 613 246 c 1\n616 708 m 1\n 492 690 402 641 333 559 c 1\n 259 467 219 319 179 167 c 1\n 113 172 l 1\n 102 288 91 405 99 517 c 0\n 107 618 131 712 153 804 c 1\n 217 789 l 1\n 181 649 153 524 161 355 c 1\n 190 447 228 532 282 599 c 0\n 346 679 434 728 530 756 c 0\n 556 764 584 770 612 774 c 1\n 609 808 607 842 604 877 c 1\n 668 883 l 1\n 677 778 l 1\n 725 777 772 766 813 741 c 0\n 898 688 944 579 944 475 c 0\n 943 372 895 272 805 220 c 0\n 735 180 645 169 567 186 c 1\n 506 120 427 74 352 29 c 1\n 319 84 l 1\n 384 124 448 163 498 209 c 1\n 413 249 368 336 334 410 c 1\n 392 438 l 1\n 433 357 463 289 544 260 c 1\n 620 361 626 522 616 708 c 1\nEndSplineSet\nEndChar\nStartChar: uni3087\nEncoding: 12423 12423 1694\nWidth: 1000\nFlags: W\nFore\n459 237 m 0\n 396 264 334 276 277 266 c 0\n 238 258 208 238 205 227 c 0\n 201 215 220 170 253 145 c 1\n 317 95 425 110 452 171 c 1\n 459 187 460 209 459 237 c 0\n452 309 m 1\n 429 460 437 633 449 804 c 1\n 514 799 l 1\n 509 727 505 655 503 585 c 1\n 599 570 676 580 763 601 c 1\n 776 538 l 1\n 693.03 516.841 598.612 504.962 502 519 c 1\n 502 433 511 353 523 279 c 1\n 609 235 689 171 768 109 c 1\n 727 58 l 1\n 660 111 593 164 526 203 c 1\n 516 54 333 4 214 94 c 1\n 166 130 125 185 142 244 c 1\n 158 299 214 320 266 329 c 0\n 328 341 391 331 452 309 c 1\nEndSplineSet\nEndChar\nStartChar: uni3088\nEncoding: 12424 12424 1695\nWidth: 1000\nFlags: W\nFore\n458 286 m 0\n 384 318 309 333 242 321 c 1\n 195 312 158 288 154 272 c 1\n 149 254 172 202 212 173 c 1\n 289 112 416 130 449 204 c 1\n 458 224 460 252 458 286 c 0\n450 359 m 1\n 448 381 445 405 442 430 c 0\n 424 588 435 763 446 937 c 1\n 511 933 l 1\n 506 848 501 762 499 680 c 1\n 612 664 704 673 805 699 c 1\n 819 635 l 1\n 721 611 609 596 498 615 c 1\n 496 510 508 416 521 327 c 1\n 622 277 715 203 806 131 c 1\n 766 80 l 1\n 685 143 606 206 525 252 c 1\n 520 77 310 19 172 121 c 1\n 118 162 73 225 91 290 c 1\n 108 350 172 374 230 384 c 1\n 303 398 378 385 450 359 c 1\nEndSplineSet\nEndChar\nStartChar: uni3089\nEncoding: 12425 12425 1696\nWidth: 1000\nFlags: W\nFore\n201 692 m 1\n 266 684 l 1\n 253 580 236 471 210 375 c 1\n 316 456 449 565 615 558 c 1\n 717 552 821 495 848 398 c 0\n 877 294 811 174 719 111 c 0\n 614 38 482 50 358 59 c 1\n 363 124 l 1\n 487 114 601 108 682 164 c 0\n 752 213 803 317 785 381 c 0\n 769 439 690 489 611 493 c 0\n 516 499 413 442 331 384 c 1\n 273 343 226 303 179 263 c 1\n 122 299 l 1\n 158 427 187 550 201 692 c 1\n279 840 m 1\n 281 905 l 1\n 342 903 406 901 468 886 c 0\n 529 871 585 844 638 819 c 1\n 610 760 l 1\n 557 786 505 810 452 823 c 128\n 399 836 340 838 279 840 c 1\nEndSplineSet\nEndChar\nStartChar: uni308A\nEncoding: 12426 12426 1697\nWidth: 1000\nFlags: W\nFore\n337 924 m 1\n 399 905 l 1\n 356 769 320 645 331 473 c 1\n 400 610 485 752 608 833 c 1\n 640 853 674 866 710 855 c 0\n 747 844 768 811 782 775 c 0\n 795 739 803 697 807 651 c 1\n 822 489 792 293 688 180 c 0\n 607 93 491 69 384 46 c 1\n 370 109 l 1\n 478 133 577 156 640 224 c 1\n 738 332 774 588 721 752 c 1\n 710 779 698 791 691 793 c 128\n 684 795 666 792 642 778 c 1\n 503 684 422 510 341 344 c 1\n 274 356 l 1\n 267 454 260 552 271 650 c 0\n 281 746 309 836 337 924 c 1\nEndSplineSet\nEndChar\nStartChar: uni308B\nEncoding: 12427 12427 1698\nWidth: 1000\nFlags: W\nDStem: 578 785 696 811 163 375 354 472\nFore\n309 783 m 1\n 315 847 l 1\n 443 831 549 843 664 870 c 1\n 696 811 l 1\n 354 472 l 1\n 393 489 432 501 470 514 c 0\n 567 547 661 561 741 526 c 0\n 827 488 890 401 879 309 c 0\n 865 196 746 110 633 78 c 1\n 546 54 457 63 400 122 c 0\n 358 165 331 233 365 289 c 0\n 383 317 413 334 443 343 c 0\n 474 352 507 353 537 341 c 0\n 600 316 616 248 632 193 c 1\n 570 174 l 1\n 554 229 538 271 513 281 c 0\n 484.058 290.647 431.882 274.587 421 255 c 0\n 410 237 420 194 446 167 c 0\n 482 131 544 121 616 141 c 1\n 708 167 806 249 814 317 c 0\n 821 372 776 440 715 466 c 0\n 658 491 581 483 491 453 c 0\n 402 423 302 372 202 321 c 1\n 163 375 l 1\n 578 785 l 1\n 492 771 395 773 309 783 c 1\nEndSplineSet\nEndChar\nStartChar: uni308C\nEncoding: 12428 12428 1699\nWidth: 1000\nFlags: W\nVStem: 277 65<89 358.924> 281 65<752 895>\nDStem: 284 897 349 895 281 752 346 763\nFore\n268 448 m 1\n 271 454 278 454 277 463 c 1\n 274 458 271 454 268 448 c 1\n281 752 m 1\n 284 897 l 1\n 349 895 l 1\n 346 763 l 1\n 359 765 372 768 384 770 c 1\n 425 712 l 1\n 343 575 l 1\n 343 524 l 1\n 423 602 501 664 577 703 c 0\n 636 733 695 747 752 731 c 0\n 803 715 849 673 864 610 c 1\n 894 501 818 314 830 219 c 1\n 834 196 842 188 846 187 c 0\n 851 186 868 189 879 200 c 0\n 899 219 911 271 921 330 c 1\n 985 320 l 1\n 976 261 969 196 924 153 c 0\n 899 129 864 114 828 125 c 0\n 791 136 772 171 766 209 c 1\n 747 312 823 495 801 595 c 1\n 791 636 764 659 733 668 c 0\n 699 678 657 671 607 645 c 0\n 529 605 438 525 342 427 c 1\n 342 315 343 202 345 89 c 1\n 280 89 l 1\n 277 359 l 1\n 131 197 l 1\n 77 235 l 1\n 228 507 l 1\n 278 593 l 1\n 279 624 279 655 280 686 c 1\n 218 676 144 674 80 676 c 1\n 82 741 l 1\n 150 739 220 741 281 752 c 1\nEndSplineSet\nEndChar\nStartChar: uni308D\nEncoding: 12429 12429 1700\nWidth: 1000\nFlags: W\nDStem: 578 785 696 811 163 374 383 501\nFore\n309 783 m 1\n 315 847 l 1\n 443 831 549 843 664 870 c 1\n 696 811 l 1\n 383 501 l 1\n 494 553 603 578 705 550 c 0\n 797 525 878 452 886 362 c 128\n 894 272 825 193 752 141 c 0\n 669 82 576 58 487 34 c 1\n 470 97 l 1\n 559 121 643 143 714 194 c 0\n 777 239 825 306 821 357 c 0\n 817 407 757 468 687 488 c 0\n 563 522 385 427 203 322 c 1\n 163 374 l 1\n 578 785 l 1\n 492 771 395 773 309 783 c 1\nEndSplineSet\nEndChar\nStartChar: uni308E\nEncoding: 12430 12430 1701\nWidth: 1000\nFlags: W\nVStem: 305 63<69 299> 309 63<658 768>\nFore\n306 647 m 1\n 309 768 l 1\n 374 767 l 1\n 373 730 372 694 372 658 c 1\n 380 659 389 661 397 663 c 1\n 438 604 l 1\n 369 489 l 1\n 369 484 368 480 368 475 c 1\n 419 514 474 538 529 560 c 0\n 613 593 708 599 775 542 c 1\n 845 482 873 368 838 280 c 0\n 793 165 654 126 528 85 c 1\n 507 146 l 1\n 634 188 749 230 777 303 c 0\n 800 360 776 456 732 493 c 1\n 692 528 624 527 554 499 c 0\n 491 474 429 426 368 366 c 1\n 368 268 369 169 370 70 c 1\n 305 69 l 1\n 304 146 303 222 303 299 c 1\n 263 255 224 209 185 161 c 1\n 130 198 l 1\n 188 301 244 406 304 507 c 1\n 304 531 305 556 305 580 c 1\n 254 573 190 571 137 573 c 1\n 138 638 l 1\n 196 636 254 638 306 647 c 1\nEndSplineSet\nEndChar\nStartChar: uni308F\nEncoding: 12431 12431 1702\nWidth: 1000\nFlags: W\nVStem: 277 65<89 366.916> 281 65<752 895>\nDStem: 284 897 349 895 281 752 346 763\nFore\n281 752 m 1\n 284 897 l 1\n 349 895 l 1\n 346 763 l 1\n 359 765 372 768 384 770 c 1\n 425 712 l 1\n 343 575 l 1\n 343 538 l 1\n 404 587 469 624 536 651 c 0\n 631 689 739 696 814 632 c 0\n 894 563 925 434 886 334 c 0\n 835 205 677 159 530 111 c 1\n 510 173 l 1\n 657 221 791 270 825 357 c 0\n 852 426 824 537 772 582 c 0\n 723 624 642 624 560 591 c 0\n 486 561 414 504 342 434 c 1\n 342 320 343 205 345 89 c 1\n 280 89 l 1\n 277 367 l 1\n 228 314 180 256 131 198 c 1\n 77 234 l 1\n 143.841 353.825 208.753 475.58 278 593 c 1\n 279 624 279 655 280 686 c 1\n 218 676 144 674 80 676 c 1\n 82 741 l 1\n 150 739 220 741 281 752 c 1\nEndSplineSet\nEndChar\nStartChar: uni3090\nEncoding: 12432 12432 1703\nWidth: 1000\nFlags: W\nVStem: 867 65<385 400>\nDStem: 522 795 609 817 434 631 516 647\nFore\n766 197 m 1\n 689 248 616 281 539 238 c 1\n 522 228 514 217 513 213 c 1\n 512 205 531 173 564 158 c 1\n 616.566 127.532 717.055 156.306 766 197 c 1\n394 552 m 1\n 298 521 212 473 167 423 c 0\n 119 369 111 315 130 254 c 1\n 138 229 151 203 165 185 c 0\n 178 167 193 161 194 161 c 1\n 209 165 229 195 242 219 c 1\n 290 315 342 453 394 552 c 1\n434 631 m 1\n 522 795 l 1\n 430 771 324 756 220 748 c 1\n 214 813 l 1\n 343 821 453 843 566 873 c 1\n 609 817 l 1\n 516 647 l 1\n 603 659 690 655 761 628 c 1\n 870 586 933 486 932 385 c 0\n 932 283 871 187 786 131 c 0\n 710 81 615 62 537 99 c 1\n 486 122 439 166 449 224 c 1\n 462 285 530 315 596 322 c 1\n 680 329 750 285 813 244 c 1\n 846 286 867 337 867 385 c 0\n 867 459 823 534 737 567 c 1\n 671 593 574 593 478 574 c 1\n 442 505 408 433 374 356 c 1\n 337 273 309 185 255 125 c 1\n 239 108 217 94 190 96 c 0\n 156 98 132 121 113 146 c 128\n 94 171 78 202 68 234 c 1\n 43 313 57 398 119 467 c 1\n 188 543 309 598 434 631 c 1\nEndSplineSet\nEndChar\nStartChar: uni3091\nEncoding: 12433 12433 1704\nWidth: 1000\nFlags: W\nHStem: 833 65<437 535>\nFore\n743 247 m 1\n 779 301 l 1\n 813 279 850 255 880 221 c 0\n 909 188 928 150 945 115 c 1\n 887 86 l 1\n 869 121 853 154 831 178 c 0\n 809 203 778 224 743 247 c 1\n383 366 m 1\n 408 389 444 427 451 452 c 1\n 451 452 435 464 413 467 c 0\n 392 471 368 468 356 461 c 1\n 336 449 329 419 342 397 c 0\n 349 386 363 375 383 366 c 1\n455 346 m 1\n 536 335 618 353 672 392 c 1\n 706 418 729 456 738 493 c 0\n 748 529 743 563 732 579 c 1\n 713 606 651 614 579 603 c 0\n 507 591 434 564 359 531 c 1\n 425.14 540.009 478.406 528.66 507 485 c 1\n 533.758 421.747 486.325 382.702 455 346 c 1\n311 508 m 1\n 274 491 237 472 200 453 c 1\n 161 506 l 1\n 272 624 397 737 535 833 c 1\n 451 831 372 837 293 845 c 1\n 299 910 l 1\n 360 904 420 898 479 898 c 0\n 533 898 589 904 645 909 c 1\n 668 846 l 1\n 552 766 446 687 343 599 c 1\n 416 631 492 654 568 667 c 1\n 649 680 740 682 785 616 c 1\n 812 577 814 526 801 476 c 128\n 788 426 758 376 711 340 c 1\n 624 278 510 265 397 290 c 1\n 377 271 355 249 335 232 c 1\n 318 229 297 201 279 196 c 0\n 333 211 389 217 436 191 c 1\n 480 171 513 112 546 97 c 1\n 556 94 575 98 601 115 c 0\n 628 132 659 159 691 187 c 1\n 734 138 l 1\n 702 111 669 82 636 60 c 0\n 603 39 566 23 527 35 c 0\n 495 44 475 68 457 88 c 1\n 415 134 388 160 297 133 c 1\n 250 120 197 96 142 70 c 1\n 107 126 l 1\n 181 187 255 249 331 318 c 1\n 313 330 298 345 287 364 c 0\n 258 411 268 474 311 508 c 1\nEndSplineSet\nEndChar\nStartChar: uni3092\nEncoding: 12434 12434 1705\nWidth: 1000\nFlags: W\nFore\n318 648 m 1\n 267 653 217 660 167 667 c 1\n 176 732 l 1\n 232 724 289 716 344 711 c 1\n 371 784 388 860 405 938 c 1\n 469 924 l 1\n 453 852 437 779 412 707 c 1\n 532 702 632 721 749 738 c 1\n 759 674 l 1\n 637 655 521 635 387 643 c 1\n 363 588 335 533 301 483 c 1\n 347 508 395 524 443 537 c 0\n 502 552 567 558 613 518 c 0\n 619 513 625 507 630 501 c 1\n 706 526 788 549 870 571 c 1\n 887 508 l 1\n 808 487 728 465 657 441 c 1\n 669 386 670 317 668 250 c 1\n 603 251 l 1\n 604 315 604 370 595 419 c 1\n 505.779 389.08 402.805 330.65 379 285 c 1\n 360 254 359 223 370 202 c 1\n 385 178 435 153 510 138 c 0\n 584 122 679 115 775 107 c 1\n 770 43 l 1\n 674 50 578 57 497 74 c 0\n 416 90 347 113 314 170 c 1\n 287 216 295 273 324 319 c 1\n 363.183 390.194 463.99 436.505 559 476 c 1\n 538 485 501 484 459 474 c 0\n 375 452 285 395 194 335 c 1\n 148 383 l 1\n 213 472 276 559 318 648 c 1\nEndSplineSet\nEndChar\nStartChar: uni3093\nEncoding: 12435 12435 1706\nWidth: 1000\nFlags: W\nVStem: 513 65<266 380>\nFore\n578 360 m 0\n 578 278.622 573.991 156.145 620 143 c 1\n 637 138 682 149 720 174 c 0\n 772 207 816 258 861 311 c 1\n 910 269 l 1\n 865 216 818 160 755 119 c 0\n 708 89 654 65 601 81 c 1\n 511 108 511 245 513 359 c 1\n 512 414 502 461 500 464 c 1\n 493 464 491 462 476 457 c 1\n 454 447 422 424 385 392 c 0\n 311 329 219 233 127 136 c 1\n 76 176 l 1\n 175 323 272 470 351 607 c 0\n 413 715 463 818 514 922 c 1\n 573 893 l 1\n 505.464 751.334 421.253 597.527 341 455 c 1\n 345 459 338 438 342 441 c 0\n 381 475 416 501 449 516 c 1\n 484 534 526 534 550 505 c 1\n 582 466 577 416 578 360 c 0\nEndSplineSet\nEndChar\nStartChar: uni3099\nEncoding: 12441 12441 1707\nWidth: 1000\nFlags: W\nFore\n844 891 m 1\n 875 948 l 1\n 904 933 935 917 959 891 c 1\n 974 874 981 856 987 842 c 1\n 927 817 l 1\n 910 860 891 863 844 891 c 1\n767 835 m 1\n 797 893 l 1\n 825 879 856 865 879 838 c 0\n 895 820 902 801 907 786 c 1\n 847 763 l 1\n 830 807 813 809 767 835 c 1\nEndSplineSet\nEndChar\nStartChar: uni309B\nEncoding: 12443 12443 1708\nWidth: 1000\nFlags: W\nRef: 12441 12441 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30A1\nEncoding: 12449 12449 1707\nWidth: 1000\nFlags: W\nHStem: 527 70<461 525.968> 597 63<207 708>\nVStem: 461 66<421 527>\nFore\n527 488 m 1\n 601 514 660 545 708 597 c 1\n 541 596 375 596 208 595 c 1\n 207 660 l 1\n 394 661 580 661 767 662 c 1\n 796 597 l 1\n 761 558 724 519 680 489 c 0\n 634 458 585 440 539 423 c 1\n 527 456 l 1\n 526 376 520 296 487 227 c 0\n 448 148 379 95 314 44 c 1\n 273 95 l 1\n 338 146 399 195 428 256 c 0\n 462 325 462 424 461 527 c 1\n 526 528 l 1\n 526 515 526 501 527 488 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A2\nEncoding: 12450 12450 1708\nWidth: 1000\nFlags: W\nHStem: 618 86<460 524.968> 704 63<162 752>\nVStem: 460 66<494 618>\nFore\n526 565 m 1\n 619 597 691 636 752 704 c 1\n 556 703 359 702 162 702 c 1\n 162 767 l 1\n 378 767 595 768 811 769 c 1\n 840 704 l 1\n 799 659 757 612 705 578 c 1\n 653 543 597 522 543 502 c 1\n 526 549 l 1\n 526 452 520 356 480 273 c 0\n 436 184 357 122 281 63 c 1\n 241 114 l 1\n 316 174 387 230 422 302 c 0\n 461 383 462 499 460 618 c 1\n 525 619 l 1\n 525 601 526 583 526 565 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A3\nEncoding: 12451 12451 1709\nWidth: 1000\nFlags: W\nVStem: 457 65<77 408>\nFore\n457 408 m 1\n 376 347 285 305 195 264 c 1\n 168 323 l 1\n 265 368 360 412 437 475 c 0\n 516 540 581 629 647 721 c 1\n 700 682 l 1\n 645 607 589 529 522 464 c 1\n 522 77 l 1\n 457 77 l 1\n 457 188 457 298 457 408 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A4\nEncoding: 12452 12452 1710\nWidth: 1000\nFlags: W\nVStem: 455 65<98 490>\nFore\n455 490 m 1\n 361 417 252 367 145 318 c 1\n 118 377 l 1\n 231 429 341 480 430 553 c 0\n 523 629 598 733 674 839 c 1\n 727 801 l 1\n 663 712 599 622 520 547 c 1\n 520 98 l 1\n 455 98 l 1\n 455 229 455 360 455 490 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A5\nEncoding: 12453 12453 1711\nWidth: 1000\nFlags: W\nHStem: 543 65<169 437 501 737> 543 240<437 737>\nVStem: 169 65<347 543> 437 65<608 783>\nFore\n437 608 m 1\n 437 783 l 1\n 502 783 l 1\n 502 608 l 1\n 810 608 l 1\n 791 458 782 295 693 187 c 0\n 618 96 498 57 384 19 c 1\n 363 80 l 1\n 477 119 584 157 642 228 c 0\n 701 299 721 417 737 543 c 1\n 234 543 l 1\n 234 347 l 1\n 169 347 l 1\n 169 608 l 1\n 258 608 348 608 437 608 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A6\nEncoding: 12454 12454 1712\nWidth: 1000\nFlags: W\nHStem: 641 65<122 432 496 780> 641 273<432 780>\nVStem: 122 65<410 641> 432 65<706 914>\nFore\n432 706 m 1\n 432 914 l 1\n 497 914 l 1\n 497 706 l 1\n 853 706 l 1\n 832 534 819 350 719 228 c 0\n 633 124 496 80 364 35 c 1\n 343 97 l 1\n 475 141 600 186 669 269 c 0\n 738 354 762 493 780 641 c 1\n 187 641 l 1\n 187 410 l 1\n 122 410 l 1\n 122 706 l 1\n 226 706 329 706 432 706 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A7\nEncoding: 12455 12455 1713\nWidth: 1000\nFlags: W\nHStem: 163 65<140 846> 607 65<224 445 224 744>\nVStem: 445 65<228 607>\nFore\n445 607 m 1\n 224 607 l 1\n 224 672 l 1\n 744 672 l 1\n 744 607 l 1\n 510 607 l 1\n 510 228 l 1\n 846 228 l 1\n 846 163 l 1\n 140 163 l 1\n 140 228 l 1\n 445 228 l 1\n 445 354 445 481 445 607 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A8\nEncoding: 12456 12456 1714\nWidth: 1000\nFlags: W\nHStem: 202 65<83 900> 715 65<180 442 180 782>\nVStem: 442 65<267 715>\nFore\n442 715 m 1\n 180 715 l 1\n 180 780 l 1\n 782 780 l 1\n 782 715 l 1\n 507 715 l 1\n 507 267 l 1\n 900 267 l 1\n 900 202 l 1\n 83 202 l 1\n 83 267 l 1\n 442 267 l 1\n 442 417 442 566 442 715 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A9\nEncoding: 12457 12457 1715\nWidth: 1000\nFlags: W\nHStem: 537 63<169 461> 539 64<582 820>\nFore\n461 537 m 1\n 364 536 267 536 170 535 c 1\n 169 600 l 1\n 285 601 401 601 516 602 c 1\n 511 661 505 722 499 782 c 1\n 564 789 l 1\n 582 603 l 1\n 661 603 740 604 819 604 c 1\n 820 539 l 1\n 742 539 665 538 588 538 c 1\n 597 445 607 360 616 294 c 0\n 622 247 632 202 611 158 c 0\n 594 121 559 94 520 84 c 1\n 471 71 425 85 383 96 c 1\n 400 159 l 1\n 441 148 478 140 503 147 c 1\n 524 152 545 169 552 185 c 0\n 561 205 558 237 551 285 c 0\n 543 349 534 429 525 517 c 1\n 481 439 435 360 376 292 c 0\n 315 221 242 165 171 110 c 1\n 132 161 l 1\n 202 216 271 270 327 335 c 0\n 377 393 420 463 461 537 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AA\nEncoding: 12458 12458 1716\nWidth: 1000\nFlags: W\nHStem: 634 63<118 463.869> 637 63<590 869> 637 65<869 870>\nDStem: 504 914 569 920 525 700 590 700\nFore\n464 634 m 1\n 349 634 233 633 118 632 c 1\n 118 697 l 1\n 525 700 l 1\n 504 914 l 1\n 569 920 l 1\n 590 700 l 1\n 683 701 776 701 869 702 c 1\n 870 637 l 1\n 779 636 687 636 596 635 c 1\n 607 526 618 426 629 348 c 0\n 636 293 647 242 624 193 c 1\n 604 152 566 122 522 111 c 1\n 467 96 414 112 366 124 c 1\n 383 187 l 1\n 431 175 474 165 505 174 c 1\n 531 180 555 200 565 221 c 1\n 576 245 572 283 564 339 c 0\n 554 417 543 515 532 623 c 1\n 479 528 424 432 353 350 c 128\n 282 268 199 203 117 140 c 1\n 77 191 l 1\n 159 254 239 317 304 392 c 0\n 364 462 415 547 464 634 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AB\nEncoding: 12459 12459 1717\nWidth: 1000\nFlags: W\nHStem: 617 66<187 389.901 461 695.886>\nVStem: 398 65<742 908>\nFore\n390 617 m 1\n 322 618 255 618 187 618 c 1\n 187 683 l 1\n 257 683 326 683 395 682 c 1\n 399 754 399 830 398 907 c 1\n 463 908 l 1\n 464 832 465 756 461 682 c 1\n 564 682 667 681 770 681 c 1\n 756 569 743 457 726 350 c 0\n 715 282 704 214 662 167 c 0\n 639 140 606 125 573 123 c 1\n 535 122 502 135 472 146 c 1\n 495 207 l 1\n 545 188 581 175 614 210 c 1\n 636 234 651 294 662 360 c 0\n 675 442 686 529 696 616 c 1\n 616 616 536 617 456 617 c 1\n 448 548 434 482 409 421 c 0\n 360 300 270 209 183 119 c 1\n 136 165 l 1\n 263 295 368 401 390 617 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AC\nEncoding: 12460 12460 1718\nWidth: 1000\nFlags: W\nHStem: 630 65<162 383.892 455 714.874>\nVStem: 392 65<733 941>\nFore\n884 838 m 1\n 915 895 l 1\n 944 880 975 865 999 838 c 1\n 1014 821 1021 803 1027 789 c 1\n 967 764 l 1\n 950 809 931 810 884 838 c 1\n807 783 m 1\n 837 841 l 1\n 865 826 896 812 919 786 c 0\n 935 768 942 748 947 733 c 1\n 887 710 l 1\n 871 755 854 756 807 783 c 1\n384 630 m 1\n 310 630 236 630 162 631 c 1\n 162 695 l 1\n 389 695 l 1\n 394 773 393 856 392 940 c 1\n 457 941 l 1\n 458 858 459 775 455 694 c 1\n 566 694 677 693 789 693 c 1\n 774 573 760 453 742 338 c 1\n 730 265 718 191 674 141 c 1\n 649 113 614 97 579 96 c 1\n 538 93 503 108 471 120 c 1\n 493 181 l 1\n 549 160 589 145 625 185 c 1\n 650 212 666 277 677 348 c 1\n 692 438 704 533 715 628 c 1\n 627 629 538 629 450 629 c 1\n 442 554 427 482 400 416 c 0\n 346 286 249 187 155 90 c 1\n 109 136 l 1\n 246 277 362 394 384 630 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AD\nEncoding: 12461 12461 1719\nWidth: 1000\nFlags: W\nDStem: 253 870 311 899 345 687 406 711 345 687 374 629 164 614 188 554 374 629 435 653 458 462 518 487 458 462 488 403 175 341 200 281 488 403 548 429 635 111 693 140 605 792 630 732 406 711 435 653 794 604 820 545 518 487 548 429\nFore\n374 629 m 1\n 188 554 l 1\n 164 614 l 1\n 345 687 l 1\n 253 870 l 1\n 311 899 l 1\n 406 711 l 1\n 605 792 l 1\n 630 732 l 1\n 435 653 l 1\n 518 487 l 1\n 794 604 l 1\n 820 545 l 1\n 548 429 l 1\n 693 140 l 1\n 635 111 l 1\n 488 403 l 1\n 200 281 l 1\n 175 341 l 1\n 458 462 l 1\n 430 517 402 573 374 629 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AE\nEncoding: 12462 12462 1720\nWidth: 1000\nFlags: W\nDStem: 235 901 294 930 336 701 397 725 336 701 365 643 137 621 162 560 365 643 426 667 459 457 519 483 459 457 488 399 149 325 175 266 488 399 548 424 648 81 706 110 615 813 639 753 397 725 426 667 819 610 845 551 519 483 548 424\nFore\n792 883 m 1\n 822 940 l 1\n 851 925 883 910 906 883 c 1\n 921 866 929 848 934 834 c 1\n 875 809 l 1\n 858 854 838 855 792 883 c 1\n715 828 m 1\n 744 886 l 1\n 772 871 803 857 827 831 c 1\n 842 813 849 793 855 778 c 1\n 794 755 l 1\n 778 800 762 801 715 828 c 1\n365 643 m 1\n 162 560 l 1\n 137 621 l 1\n 336 701 l 1\n 235 901 l 1\n 294 930 l 1\n 397 725 l 1\n 615 813 l 1\n 639 753 l 1\n 426 667 l 1\n 519 483 l 1\n 819 610 l 1\n 845 551 l 1\n 548 424 l 1\n 706 110 l 1\n 648 81 l 1\n 488 399 l 1\n 175 266 l 1\n 149 325 l 1\n 459 457 l 1\n 428 519 397 581 365 643 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AF\nEncoding: 12463 12463 1721\nWidth: 1000\nFlags: W\nHStem: 687 60<418 725.895>\nFore\n395 681 m 1\n 380 642 362 605 339 570 c 0\n 288 495 216 440 147 387 c 1\n 107 438 l 1\n 176 491 242 543 285 607 c 0\n 330 674 355 762 380 854 c 1\n 443 837 l 1\n 435 807 427 777 418 747 c 1\n 529 749 641 750 753 752 c 1\n 797 688 l 1\n 739 546 678 402 574 295 c 0\n 466 185 320 120 177 57 c 1\n 151 116 l 1\n 293 180 432 242 527 340 c 0\n 614 430 671 555 726 687 c 1\n 616 685 506 683 395 681 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B0\nEncoding: 12464 12464 1722\nWidth: 1000\nFlags: W\nHStem: 699 65<407 748>\nFore\n859 846 m 1\n 890 903 l 1\n 919 888 950 872 974 846 c 1\n 989 829 996 811 1002 797 c 1\n 942 772 l 1\n 925 815 906 818 859 846 c 1\n782 790 m 1\n 812 848 l 1\n 840 834 871 820 894 793 c 0\n 910 775 917 756 922 741 c 1\n 862 718 l 1\n 845 762 828 764 782 790 c 1\n385 699 m 1\n 369 656 349 615 324 577 c 0\n 269 496 191 437 117 380 c 1\n 77 431 l 1\n 152 489 223 544 270 614 c 0\n 319 687 346 782 373 882 c 1\n 436 864 l 1\n 427 831 418 797 407 764 c 1\n 775 770 l 1\n 819 706 l 1\n 756 552 690 396 578 280 c 0\n 462 161 304 92 150 23 c 1\n 124 83 l 1\n 278 151 428 219 531 326 c 0\n 626 424 689 561 748 705 c 1\n 385 699 l 1\nEndSplineSet\nEndChar\nStartChar: uni30B1\nEncoding: 12465 12465 1723\nWidth: 1000\nFlags: W\nHStem: 623 65<347 589 347 897>\nFore\n589 623 m 1\n 315 623 l 1\n 273 548 213 480 154 412 c 1\n 105 455 l 1\n 173 533 239 610 276 688 c 0\n 306 751 318 819 331 890 c 1\n 395 879 l 1\n 384 816 372 752 347 688 c 1\n 897 688 l 1\n 897 623 l 1\n 654 623 l 1\n 645 500 633 375 576 276 c 0\n 526 188 445 130 368 74 c 1\n 330 127 l 1\n 407 183 479 236 520 309 c 0\n 566 388 579 503 589 623 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B2\nEncoding: 12466 12466 1724\nWidth: 1000\nFlags: W\nHStem: 635 65<330 599 330 930>\nFore\n852 858 m 1\n 882 915 l 1\n 911 900 943 885 966 858 c 1\n 981 841 989 823 994 809 c 1\n 935 784 l 1\n 918 829 898 830 852 858 c 1\n775 803 m 1\n 804 861 l 1\n 832 846 863 832 887 806 c 1\n 902 788 909 768 915 753 c 1\n 854 730 l 1\n 838 775 822 776 775 803 c 1\n599 635 m 1\n 299 635 l 1\n 253 554 188 480 124 407 c 1\n 75 449 l 1\n 149 534 220 618 260 702 c 0\n 292 770 306 844 320 921 c 1\n 384 910 l 1\n 372 841 359 770 330 700 c 1\n 930 700 l 1\n 930 635 l 1\n 664 635 l 1\n 654 501 641 366 580 259 c 0\n 526 165 439 102 356 42 c 1\n 318 94 l 1\n 401 155 479 213 524 292 c 0\n 574 379 589 504 599 635 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B3\nEncoding: 12467 12467 1725\nWidth: 1000\nFlags: W\nHStem: 163 65<187 763> 688 65<194 698>\nVStem: 698 65<228 753>\nFore\n194 688 m 1\n 194 753 l 1\n 763 753 l 1\n 763 163 l 1\n 187 163 l 1\n 187 228 l 1\n 698 228 l 1\n 698 688 l 1\n 194 688 l 1\nEndSplineSet\nEndChar\nStartChar: uni30B4\nEncoding: 12468 12468 1726\nWidth: 1000\nFlags: W\nHStem: 138 65<162 782> 705 65<170 717>\nVStem: 717 65<203 770>\nFore\n842 861 m 1\n 872 918 l 1\n 901 903 933 887 956 861 c 0\n 971 844 979 826 984 812 c 1\n 925 787 l 1\n 907.654 830.361 888.494 833.253 842 861 c 1\n765 805 m 1\n 794 863 l 1\n 822 849 853 835 877 808 c 1\n 892 790 899 771 905 756 c 1\n 844 733 l 1\n 828 777 811 779 765 805 c 1\n170 705 m 1\n 170 770 l 1\n 782 770 l 1\n 782 138 l 1\n 162 138 l 1\n 162 203 l 1\n 717 203 l 1\n 717 705 l 1\n 535 705 352 705 170 705 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B5\nEncoding: 12469 12469 1727\nWidth: 1000\nFlags: W\nHStem: 595 65<153 331 396 641 711 860>\nVStem: 331 65<359 595 660 861> 650 65<752.659 862>\nFore\n331 595 m 1\n 153 595 l 1\n 153 660 l 1\n 331 660 l 1\n 331 861 l 1\n 396 861 l 1\n 396 660 l 1\n 645 660 l 1\n 648 725 649 793 650 862 c 1\n 715 861 l 1\n 714 794 714 726 711 660 c 1\n 860 660 l 1\n 860 595 l 1\n 707 595 l 1\n 699 487 681 385 640 299 c 0\n 590 194 509 121 431 51 c 1\n 387 99 l 1\n 465 169 538 237 581 327 c 0\n 616 400 632 493 641 595 c 1\n 396 595 l 1\n 396 359 l 1\n 331 359 l 1\n 331 438 331 517 331 595 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B6\nEncoding: 12470 12470 1728\nWidth: 1000\nFlags: W\nHStem: 605 65<125 320 385 655 725 890>\nVStem: 320 65<348 605 670 890> 665 64<780.74 891>\nFore\n819 856 m 1\n 850 913 l 1\n 879 898 910 882 934 856 c 0\n 949 839 956 821 962 807 c 1\n 902 782 l 1\n 885 825 866 828 819 856 c 1\n742 800 m 1\n 772 858 l 1\n 800 844 831 830 854 803 c 1\n 870 785 877 766 882 751 c 1\n 822 728 l 1\n 805 772 788 774 742 800 c 1\n320 605 m 1\n 125 605 l 1\n 125 670 l 1\n 320 670 l 1\n 320 890 l 1\n 385 890 l 1\n 385 670 l 1\n 659 670 l 1\n 663 742 664 816 665 891 c 1\n 729 890 l 1\n 729 817 728 743 725 670 c 1\n 890 670 l 1\n 890 605 l 1\n 721 605 l 1\n 712 488 693 377 649 284 c 0\n 595 171 507 92 424 16 c 1\n 380 65 l 1\n 464 140 543 213 590 312 c 0\n 628 392 646 494 655 605 c 1\n 385 605 l 1\n 385 348 l 1\n 320 348 l 1\n 320 434 320 520 320 605 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B7\nEncoding: 12471 12471 1729\nWidth: 1000\nFlags: W\nFore\n274 81 m 1\n 253 143 l 1\n 389 189 522 235 620 317 c 0\n 722 403 795 534 869 669 c 1\n 926 637 l 1\n 852 503 776 364 661 267 c 0\n 551 175 410 128 274 81 c 1\n138 461 m 1\n 145 526 l 1\n 188 521 234 517 279 498 c 129\n 324 479 361 448 395 419 c 1\n 354 369 l 1\n 291.685 423.973 241.343 455.272 138 461 c 1\n226 761 m 1\n 264 814 l 1\n 297 790 332 765 364 731 c 0\n 400 692 428 645 456 601 c 1\n 400 567 l 1\n 373 611 346 654 316 686 c 0\n 290 714 259 737 226 761 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B8\nEncoding: 12472 12472 1730\nWidth: 1000\nFlags: W\nFore\n714 816 m 1\n 745 873 l 1\n 774 858 805 842 829 816 c 1\n 844 799 851 781 857 767 c 1\n 797 742 l 1\n 780 785 761 788 714 816 c 1\n637 760 m 1\n 667 818 l 1\n 695 804 726 790 749 763 c 0\n 765 745 772 726 777 711 c 1\n 717 688 l 1\n 700 732 683 734 637 760 c 1\n255 50 m 1\n 234 111 l 1\n 381 162 525 211 631 300 c 0\n 742 393 821 535 901 681 c 1\n 958 650 l 1\n 878 504 797 354 673 251 c 0\n 554 151 402 100 255 50 c 1\n109 461 m 1\n 115 525 l 1\n 162 520 212 516 260 495 c 1\n 308 475 348 442 385 411 c 1\n 344 360 l 1\n 306 392 271 420 234 436 c 1\n 199 451 155 456 109 461 c 1\n205 784 m 1\n 244 837 l 1\n 279 811 317 784 351 748 c 1\n 390 706 420 656 450 607 c 1\n 394 574 l 1\n 365 622 336 668 303 703 c 1\n 275 734 241 758 205 784 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B9\nEncoding: 12473 12473 1731\nWidth: 1000\nFlags: W\nHStem: 722 61<187 629.867>\nFore\n457 360 m 1\n 455 357 452 354 449 351 c 0\n 350 247 233 170 117 94 c 1\n 82 148 l 1\n 197 224 310 299 402 396 c 0\n 489 488 560 602 630 722 c 1\n 483 720 335 719 188 718 c 1\n 187 783 l 1\n 347 784 508 786 668 787 c 1\n 706 723 l 1\n 643 614 579 505 501 410 c 1\n 536 364 572 321 617 285 c 0\n 681 234 770 195 862 156 c 1\n 836 96 l 1\n 745 136 651 176 576 235 c 0\n 529 272 492 316 457 360 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BA\nEncoding: 12474 12474 1732\nWidth: 1000\nFlags: W\nHStem: 742 61<162 644.797>\nFore\n799 923 m 1\n 830 980 l 1\n 859 965 890 950 914 923 c 1\n 929 906 936 888 942 874 c 1\n 882 849 l 1\n 865 894 846 895 799 923 c 1\n722 868 m 1\n 752 926 l 1\n 780 911 811 897 834 871 c 1\n 850 853 857 833 862 818 c 1\n 802 795 l 1\n 786 840 769 841 722 868 c 1\n454 352 m 1\n 345 236 215 147 85 63 c 1\n 49 118 l 1\n 174 200 296 281 396 385 c 1\n 491 486 569 612 645 742 c 1\n 484 741 323 739 162 738 c 1\n 162 803 l 1\n 336 805 509 806 683 808 c 1\n 721 743 l 1\n 652 625 582 506 497 402 c 1\n 536 352 576 305 625 266 c 0\n 695 210 791 168 890 125 c 1\n 864 66 l 1\n 765 108 664 152 584 215 c 0\n 532 256 492 304 454 352 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BB\nEncoding: 12475 12475 1733\nWidth: 1000\nFlags: W\nVStem: 250 66<383 523>\nDStem: 709 709 687 635 317 591 316 523\nFore\n250 504 m 1\n 113 462 l 1\n 95 525 l 1\n 251 572 l 1\n 253 647 256 727 259 807 c 1\n 324 805 l 1\n 321 732 319 660 317 591 c 1\n 709 709 l 1\n 761 657 l 1\n 740 584 717 511 680 447 c 1\n 648 392 608 348 570 305 c 1\n 522 349 l 1\n 560 391 596 432 624 480 c 0\n 649 524 669 577 687 635 c 1\n 316 523 l 1\n 314 422 316 333 324 271 c 1\n 333 191 353 178 426 158 c 1\n 514 137 653 147 793 158 c 1\n 798 93 l 1\n 658 82 517 70 411 94 c 0\n 365 105 324 123 296 156 c 1\n 272 186 264 223 259 263 c 0\n 251 326 249 410 250 504 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BC\nEncoding: 12476 12476 1734\nWidth: 1000\nFlags: W\nVStem: 233 65<367 527 576 609> 234 66<576 595>\nDStem: 728 724 706 650 300 595 298 527\nFore\n822 823 m 1\n 852 880 l 1\n 881 865 913 850 936 823 c 1\n 951 806 959 788 964 774 c 1\n 905 749 l 1\n 888 794 868 795 822 823 c 1\n745 768 m 1\n 774 826 l 1\n 802 811 833 797 857 771 c 1\n 872 753 879 733 885 718 c 1\n 824 695 l 1\n 808 740 792 741 745 768 c 1\n233 507 m 1\n 81 462 l 1\n 63 524 l 1\n 234 576 l 1\n 236 657 239 745 242 832 c 1\n 307 829 l 1\n 304 750 301 670 300 595 c 1\n 728 724 l 1\n 781 672 l 1\n 757 593 732 513 693 444 c 0\n 658 384 615 337 574 291 c 1\n 525 335 l 1\n 567 381 606 424 636 477 c 0\n 665 526 686 586 706 650 c 1\n 298 527 l 1\n 297 417 298 320 307 252 c 1\n 317 165 340 150 419 127 c 1\n 515 105 666 116 817 128 c 1\n 822 63 l 1\n 671 51 518 38 405 64 c 0\n 355 75 311 95 282 130 c 1\n 256 162 248 201 242 244 c 0\n 234 313 232 405 233 507 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BD\nEncoding: 12477 12477 1735\nWidth: 1000\nFlags: W\nFore\n755 805 m 1\n 818 788 l 1\n 775 628 733 464 642 336 c 0\n 561 223 448 145 338 69 c 1\n 301 123 l 1\n 411 199 517 273 589 374 c 0\n 670 488 712 644 755 805 c 1\n137 759 m 1\n 182 806 l 1\n 215 775 249 743 278 702 c 1\n 311 656 335 604 358 553 c 1\n 299 526 l 1\n 276 577 253 626 226 664 c 1\n 201 698 170 728 137 759 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BE\nEncoding: 12478 12478 1736\nWidth: 1000\nFlags: W\nFore\n847 931 m 1\n 877 988 l 1\n 906 973 938 957 961 931 c 1\n 976 914 984 896 989 882 c 1\n 930 857 l 1\n 912.654 900.36 893.494 903.254 847 931 c 1\n770 875 m 1\n 799 933 l 1\n 827 919 858 905 882 878 c 1\n 897 860 904 841 910 826 c 1\n 849 803 l 1\n 833 847 816 849 770 875 c 1\n778 829 m 1\n 841 812 l 1\n 795 639 749 462 651 324 c 0\n 564 203 442 119 323 36 c 1\n 286 90 l 1\n 405 172 520 252 598 362 c 0\n 686 486 732 655 778 829 c 1\n110 782 m 1\n 154 829 l 1\n 190 796 227 761 258 717 c 1\n 294 668 319 611 344 556 c 1\n 285 530 l 1\n 260 584 236 637 206 679 c 0\n 179 716 145 748 110 782 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BF\nEncoding: 12479 12479 1737\nWidth: 1000\nFlags: W\nHStem: 707 66<363 432.65> 707 75<363 785>\nFore\n363 707 m 1\n 321 598 237 517 158 450 c 1\n 115 500 l 1\n 171 548 224 594 262 652 c 0\n 308 724 336 821 364 921 c 1\n 427 903 l 1\n 414 860 402 816 388 773 c 1\n 785 782 l 1\n 829 718 l 1\n 764 562 696 405 591 285 c 0\n 495 175 371 101 250 29 c 1\n 217 84 l 1\n 358 171 494 251 586 384 c 1\n 546 412 506 438 468 455 c 1\n 431 471 392 480 351 490 c 1\n 366 553 l 1\n 407 543 450 533 494 514 c 1\n 539 494 581 466 622 438 c 1\n 673 522 716 618 758 717 c 1\n 626 713 495 710 363 707 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C0\nEncoding: 12480 12480 1738\nWidth: 1000\nFlags: W\nFore\n847 928 m 1\n 877 985 l 1\n 906 970 938 955 961 928 c 1\n 976 911 984 893 989 879 c 1\n 930 854 l 1\n 913 899 893 900 847 928 c 1\n770 873 m 1\n 799 931 l 1\n 827 916 858 902 882 876 c 0\n 897 858 904 838 910 823 c 1\n 849 800 l 1\n 833 845 817 846 770 873 c 1\n350 726 m 1\n 336 692 319 659 299 628 c 0\n 252 554 189 500 128 448 c 1\n 86 498 l 1\n 146 550 204 600 245 663 c 0\n 295 741 325 846 356 954 c 1\n 418 937 l 1\n 405 888 391 839 375 792 c 1\n 520 796 665 799 810 802 c 1\n 854 739 l 1\n 783 569 710 399 596 269 c 0\n 493 150 359 71 229 -7 c 1\n 195 48 l 1\n 350 141 497 231 597 375 c 1\n 518 432 446 471 340 491 c 1\n 354 555 l 1\n 399 544 445 534 493 513 c 1\n 542 491 588 460 633 429 c 1\n 690 521 737 628 783 737 c 1\n 639 733 494 730 350 726 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C1\nEncoding: 12481 12481 1739\nWidth: 1000\nFlags: W\nHStem: 500 65<113 452 521 870>\nVStem: 456 66<565 644.866>\nFore\n452 500 m 1\n 113 500 l 1\n 113 565 l 1\n 456 565 l 1\n 457 629 454 698 449 769 c 1\n 349 740 247 725 146 709 c 1\n 136 773 l 1\n 238 789 339 805 435 832 c 0\n 530 860 622 899 716 940 c 1\n 741 880 l 1\n 667 848 591 815 513 789 c 1\n 518 713 523 638 522 565 c 1\n 870 565 l 1\n 870 500 l 1\n 519 500 l 1\n 513 430 499 365 471 308 c 0\n 422 209 333 146 250 86 c 1\n 212 138 l 1\n 295 199 373 256 413 337 c 0\n 435 382 447 438 452 500 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C2\nEncoding: 12482 12482 1740\nWidth: 1000\nFlags: W\nHStem: 503 65<82 451 520 900>\nFore\n834 908 m 1\n 865 965 l 1\n 894 950 925 935 949 908 c 1\n 964 891 971 873 977 859 c 1\n 917 834 l 1\n 900 879 881 880 834 908 c 1\n757 853 m 1\n 787 911 l 1\n 815 896 846 882 869 856 c 0\n 885 838 892 818 897 803 c 1\n 837 780 l 1\n 821 825 804 826 757 853 c 1\n451 503 m 1\n 82 503 l 1\n 82 568 l 1\n 455 568 l 1\n 457 639 453 716 448 794 c 1\n 339 763 227 746 117 728 c 1\n 107 793 l 1\n 218 810 327 827 430 857 c 0\n 533 886 633 929 734 973 c 1\n 760 913 l 1\n 679 878 597 843 511 814 c 1\n 517 731 523 647 521 568 c 1\n 900 568 l 1\n 900 503 l 1\n 518 503 l 1\n 512 427 497 355 466 294 c 0\n 413 187 318 119 229 54 c 1\n 190 107 l 1\n 280 172 364 235 408 322 c 0\n 433 372 446 434 451 503 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C3\nEncoding: 12483 12483 1741\nWidth: 1000\nFlags: W\nFore\n750 677 m 1\n 813 658 l 1\n 770 511 727 360 639 249 c 1\n 567 159 471 102 378 48 c 1\n 345 103 l 1\n 438 158 526 212 588 290 c 1\n 664 386 707 529 750 677 c 1\n423 680 m 1\n 484 703 l 1\n 509 645 526 566 532 489 c 1\n 467 482 l 1\n 461 560 448 621 423 680 c 1\n158 605 m 1\n 205 650 l 1\n 253 601 300 538 327 471 c 1\n 268 444 l 1\n 239 510 207 556 158 605 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C4\nEncoding: 12484 12484 1742\nWidth: 1000\nFlags: W\nFore\n794 789 m 1\n 857 771 l 1\n 807 601 757 427 657 300 c 0\n 575 196 464 131 357 68 c 1\n 323 124 l 1\n 430 187 533 249 606 340 c 0\n 695 452 745 619 794 789 c 1\n416 796 m 1\n 477 820 l 1\n 506 752 526 662 532 573 c 1\n 467 566 l 1\n 460 657 445 728 416 796 c 1\n108 712 m 1\n 156 756 l 1\n 211.125 701.125 263.831 627.673 295 551 c 1\n 237 524 l 1\n 203.281 600.352 164.297 654.827 108 712 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C5\nEncoding: 12485 12485 1743\nWidth: 1000\nFlags: W\nFore\n862 961 m 1\n 892 1017 l 1\n 921 1002 953 987 976 961 c 1\n 991 944 999 926 1004 912 c 1\n 945 887 l 1\n 927.654 930.361 908.494 933.253 862 961 c 1\n785 905 m 1\n 814 963 l 1\n 842 949 873 935 897 908 c 0\n 912 890 919 871 925 856 c 1\n 864 833 l 1\n 848 877 831 879 785 905 c 1\n821 812 m 1\n 883 794 l 1\n 829 610 776 422 667 285 c 0\n 579 174 459 104 344 35 c 1\n 310 91 l 1\n 426 160 538 227 617 326 c 0\n 713 447 767 628 821 812 c 1\n412 821 m 1\n 472 845 l 1\n 485 811 499 776 509 736 c 1\n 521 686 526 632 532 579 c 1\n 467 572 l 1\n 459 670 443 747 412 821 c 1\n78 731 m 1\n 126 775 l 1\n 185.432 714.945 242.09 636.419 276 554 c 1\n 218 527 l 1\n 200 563 184 598 163 630 c 0\n 140 664 109 697 78 731 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C6\nEncoding: 12486 12486 1744\nWidth: 1000\nFlags: W\nHStem: 517 65<90 459 90 888> 771 65<217 719>\nFore\n459 517 m 0\n 90 517 l 1\n 90 582 l 1\n 888 582 l 1\n 888 517 l 1\n 524 517 l 1\n 527 442 528 365 502 291 c 0\n 471 200 405 125 341 51 c 1\n 292 94 l 1\n 356 167 416 238 441 312 c 0\n 462 373 462 443 459 517 c 0\n217 771 m 1\n 217 836 l 1\n 719 836 l 1\n 719 771 l 1\n 552 771 385 771 217 771 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C7\nEncoding: 12487 12487 1745\nWidth: 1000\nFlags: W\nHStem: 520 65<57 458 57 920> 795 65<195 737>\nFore\n864 846 m 1\n 895 903 l 1\n 924 888 955 872 979 846 c 1\n 994 829 1001 811 1007 797 c 1\n 947 772 l 1\n 930 815 911 818 864 846 c 1\n787 790 m 1\n 817 848 l 1\n 845 834 876 820 899 793 c 0\n 915 775 922 756 927 741 c 1\n 867 718 l 1\n 850 762 833 764 787 790 c 1\n458 520 m 2\n 57 520 l 1\n 57 585 l 1\n 920 585 l 1\n 920 520 l 1\n 524 520 l 1\n 527 439 528 355 500 275 c 0\n 467 177 395 96 327 17 c 1\n 277 59 l 1\n 346 138 411 215 439 296 c 0\n 462 363 462 440 458 520 c 2\n195 795 m 1\n 195 860 l 1\n 737 860 l 1\n 737 795 l 1\n 556 795 375 795 195 795 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C8\nEncoding: 12488 12488 1746\nWidth: 1000\nFlags: W\nVStem: 377 65<100 559 100 898>\nFore\n442 559 m 1\n 442 100 l 1\n 377 100 l 1\n 377 898 l 1\n 442 898 l 1\n 442 609 l 1\n 448 626 l 1\n 507 606 569 585 628 549 c 1\n 691 510 745 456 798 403 c 1\n 752 357 l 1\n 699 409 648 460 593 494 c 1\n 548 522 496 541 442 559 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C9\nEncoding: 12489 12489 1747\nWidth: 1000\nFlags: W\nVStem: 370 65<68 568 68 930>\nFore\n634 788 m 1\n 665 845 l 1\n 694 830 725 815 749 788 c 1\n 764 771 771 753 777 739 c 1\n 717 714 l 1\n 700 759 681 760 634 788 c 1\n557 733 m 1\n 587 791 l 1\n 615 776 646 762 669 736 c 1\n 685 718 692 698 697 683 c 1\n 637 660 l 1\n 621 705 604 706 557 733 c 1\n435 568 m 1\n 435 68 l 1\n 370 68 l 1\n 370 930 l 1\n 435 930 l 1\n 435 610 l 1\n 442 634 l 1\n 507 612 574 589 637 551 c 0\n 705 508 763 450 820 394 c 1\n 774 347 l 1\n 717 404 662 459 602 495 c 1\n 552 527 494 547 435 568 c 1\nEndSplineSet\nEndChar\nStartChar: uni30CA\nEncoding: 12490 12490 1748\nWidth: 1000\nFlags: W\nHStem: 511 64<118 459.833 531 873.833>\nFore\n460 511 m 1\n 346 510 232 510 118 510 c 1\n 118 575 l 1\n 234 575 350 575 465 576 c 1\n 471 669 469 770 467 872 c 1\n 532 874 l 1\n 534 773 537 672 531 576 c 1\n 646 576 760 577 874 577 c 1\n 874 512 l 1\n 758 512 642 511 526 511 c 1\n 518 442 505 376 481 317 c 0\n 439 210 366 131 297 55 c 1\n 249 99 l 1\n 318 175 384 248 421 341 c 0\n 440 391 452 448 460 511 c 1\nEndSplineSet\nEndChar\nStartChar: uni30CB\nEncoding: 12491 12491 1749\nWidth: 1000\nFlags: W\nHStem: 181 65<99 907> 685 65<208 770>\nFore\n99 181 m 1\n 99 246 l 1\n 907 246 l 1\n 907 181 l 1\n 637 181 368 181 99 181 c 1\n208 685 m 1\n 208 750 l 1\n 770 750 l 1\n 770 685 l 1\n 583 685 395 685 208 685 c 1\nEndSplineSet\nEndChar\nStartChar: uni30CC\nEncoding: 12492 12492 1750\nWidth: 1000\nFlags: W\nHStem: 702 65<208 703>\nFore\n557 479 m 1\n 608 548 656 624 703 702 c 1\n 208 702 l 1\n 208 767 l 1\n 742 767 l 1\n 779 702 l 1\n 725 612 671 523 610 441 c 1\n 683 382 748 307 813 233 c 1\n 764 190 l 1\n 700 263 636 335 569 389 c 1\n 544 359 518 329 490 302 c 0\n 385 198 262 126 141 54 c 1\n 108 110 l 1\n 262 199 408 292 517 428 c 1\n 516 428 515 429 515 429 c 2\n 443 474 363 498 280 523 c 1\n 298 585 l 1\n 383 561 479 530 557 479 c 1\nEndSplineSet\nEndChar\nStartChar: uni30CD\nEncoding: 12493 12493 1751\nWidth: 1000\nFlags: W\nHStem: 669 65<231 639>\nVStem: 442 65<96 434>\nFore\n373 902 m 1\n 404 959 l 1\n 437 941 472 922 504 896 c 0\n 539 867 568 832 596 799 c 1\n 546 757 l 1\n 494.627 821.248 447.293 865.055 373 902 c 1\n442 434 m 1\n 329 358 197 301 75 249 c 1\n 50 308 l 1\n 163 357 274 405 378 470 c 0\n 468 526 554 596 639 669 c 1\n 231 669 l 1\n 231 734 l 1\n 714 734 l 1\n 738 669 l 1\n 681 620 624 570 565 523 c 1\n 617 501 668 477 718 447 c 1\n 786 406 846 355 904 306 c 1\n 862 256 l 1\n 804 306 746 354 684 392 c 1\n 629 425 569 451 507 477 c 1\n 507 96 l 1\n 442 96 l 1\n 442 208 442 321 442 434 c 1\nEndSplineSet\nEndChar\nStartChar: uni30CE\nEncoding: 12494 12494 1752\nWidth: 1000\nFlags: W\nFore\n616 848 m 1\n 679 837 l 1\n 654 695 629 548 550 429 c 0\n 470 310 342 229 219 149 c 1\n 184 204 l 1\n 307 284 426 362 496 465 c 1\n 564 568 590 706 616 848 c 1\nEndSplineSet\nEndChar\nStartChar: uni30CF\nEncoding: 12495 12495 1753\nWidth: 1000\nFlags: W\nFore\n563 655 m 1\n 616 693 l 1\n 722.29 546.982 820.693 393.254 894 225 c 1\n 836 198 l 1\n 760.267 363.799 670.453 510.06 563 655 c 1\n285 639 m 1\n 349 626 l 1\n 334 549 319 469 281 396 c 1\n 242 319 183 257 125 196 c 1\n 78 241 l 1\n 135 301 190 360 223 425 c 1\n 255 488 270 562 285 639 c 1\nEndSplineSet\nEndChar\nStartChar: uni30D0\nEncoding: 12496 12496 1754\nWidth: 1000\nFlags: W\nFore\n807 823 m 1\n 837 880 l 1\n 866 865 898 850 921 823 c 1\n 936 806 944 788 949 774 c 1\n 890 749 l 1\n 873 794 853 795 807 823 c 1\n730 768 m 1\n 759 826 l 1\n 787 811 818 797 842 771 c 1\n 857 753 864 733 870 718 c 1\n 809 695 l 1\n 793 740 777 741 730 768 c 1\n570 669 m 1\n 624 707 l 1\n 737.741 550.714 843.884 382.294 924 202 c 1\n 865 174 l 1\n 829 251 793 326 749 402 c 0\n 698 489 634 579 570 669 c 1\n270 649 m 1\n 334 637 l 1\n 318 554 301 467 261 388 c 1\n 219 306 155 239 93 173 c 1\n 46 218 l 1\n 108 283 167 347 203 418 c 1\n 238 486 254 566 270 649 c 1\nEndSplineSet\nEndChar\nStartChar: uni30D1\nEncoding: 12497 12497 1755\nWidth: 1000\nFlags: W\nHStem: 678 24<867 869> 793 24<867 869>\nVStem: 798 24<738.357 751> 913 24<738.596 751>\nFore\n867 793 m 0\n 842 793 822 773 822 748 c 128\n 822 723 842 702 867 702 c 128\n 892 702 913 723 913 748 c 128\n 913 773 892 793 867 793 c 0\n867 817 m 0\n 905 817 937 786 937 748 c 0\n 937 710 905 678 867 678 c 128\n 829 678 798 710 798 748 c 128\n 798 786 829 817 867 817 c 0\n570 669 m 1\n 624 707 l 1\n 737.741 550.714 843.884 382.294 924 202 c 1\n 865 174 l 1\n 829 251 793 326 749 402 c 0\n 698 489 634 579 570 669 c 1\n270 649 m 1\n 334 637 l 1\n 318 554 301 467 261 388 c 1\n 219 306 155 239 93 173 c 1\n 46 218 l 1\n 108 283 167 347 203 418 c 1\n 238 486 254 566 270 649 c 1\nEndSplineSet\nEndChar\nStartChar: uni30D2\nEncoding: 12498 12498 1756\nWidth: 1000\nFlags: W\nVStem: 136 65<320 470 320 785>\nFore\n201 470 m 1\n 201 320 l 1\n 199 208 217 181 301 150 c 1\n 410 115 601 132 792 151 c 1\n 799 87 l 1\n 607 67 415 45 281 88 c 1\n 228 105 183 134 159 177 c 0\n 135 221 136 269 136 320 c 2\n 136 785 l 1\n 201 785 l 1\n 201 536 l 1\n 274 547 345 559 417 578 c 0\n 510 603 606 642 702 681 c 1\n 727 621 l 1\n 630 582 532 542 434 515 c 0\n 355 494 278 481 201 470 c 1\nEndSplineSet\nEndChar\nStartChar: uni30D3\nEncoding: 12499 12499 1757\nWidth: 1000\nFlags: W\nVStem: 110 64<269 807.864>\nFore\n769 831 m 1\n 800 888 l 1\n 829 873 860 857 884 831 c 1\n 899 814 906 796 912 782 c 1\n 852 757 l 1\n 835 800 816 803 769 831 c 1\n692 775 m 1\n 722 833 l 1\n 750 819 781 805 804 778 c 1\n 820 760 827 741 832 726 c 1\n 772 703 l 1\n 755 747 738 749 692 775 c 1\n175 470 m 1\n 175 409 175 354 174 305 c 0\n 174 250 176 210 190 184 c 0\n 205 158 237 134 284 119 c 1\n 403 81 609 99 816 120 c 1\n 823 56 l 1\n 616 35 408 11 265 57 c 1\n 207 76 159 106 134 152 c 1\n 108 199 109 250 110 306 c 2\n 110 808 l 1\n 174 808 l 1\n 175 715 175 622 175 535 c 1\n 254 548 333 561 411 582 c 0\n 512 609 615 651 720 693 c 1\n 744 633 l 1\n 640 591 534 548 428 519 c 0\n 342 496 258 482 175 470 c 1\nEndSplineSet\nEndChar\nStartChar: uni30D4\nEncoding: 12500 12500 1758\nWidth: 1000\nFlags: W\nHStem: 716 24<827 831> 831 24<827 831>\nVStem: 110 64<269 807.864> 758 24<785 787> 873 24<785 787>\nFore\n827 831 m 0\n 802 831 782 811 782 785 c 0\n 782 760 802 740 827 740 c 128\n 852 740 873 760 873 785 c 0\n 873 811 852 831 827 831 c 0\n827 855 m 0\n 865 855 897 824 897 785 c 0\n 897 747 865 716 827 716 c 128\n 789 716 758 747 758 785 c 0\n 758 824 789 855 827 855 c 0\n175 470 m 1\n 175 409 175 354 174 305 c 0\n 174 250 176 210 190 184 c 0\n 205 158 237 134 284 119 c 1\n 403 81 609 99 816 120 c 1\n 823 56 l 1\n 616 35 408 11 265 57 c 1\n 207 76 159 106 134 152 c 1\n 108 199 109 250 110 306 c 2\n 110 808 l 1\n 174 808 l 1\n 175 715 175 622 175 535 c 1\n 254 548 333 561 411 582 c 0\n 512 609 615 651 720 693 c 1\n 744 633 l 1\n 640 591 534 548 428 519 c 0\n 342 496 258 482 175 470 c 1\nEndSplineSet\nEndChar\nStartChar: uni30D5\nEncoding: 12501 12501 1759\nWidth: 1000\nFlags: W\nHStem: 708 65<127 758>\nFore\n127 708 m 1\n 127 773 l 1\n 771 773 l 1\n 824 708 l 1\n 796 570 765 430 682 325 c 0\n 600 221 474 163 354 106 c 1\n 326 164 l 1\n 446 222 562 278 631 366 c 0\n 699 451 730 576 758 708 c 1\n 548 708 337 708 127 708 c 1\nEndSplineSet\nEndChar\nStartChar: uni30D6\nEncoding: 12502 12502 1760\nWidth: 1000\nFlags: W\nHStem: 728 65<97 782>\nFore\n827 918 m 1\n 857 975 l 1\n 886 960 918 945 941 918 c 1\n 956 901 964 883 969 869 c 1\n 910 844 l 1\n 893 889 873 890 827 918 c 1\n750 863 m 1\n 779 921 l 1\n 807 906 838 892 862 866 c 1\n 877 848 884 828 890 813 c 1\n 829 790 l 1\n 813 835 797 836 750 863 c 1\n97 728 m 1\n 97 793 l 1\n 795 793 l 1\n 849 728 l 1\n 818 578 784 426 695 313 c 0\n 607 201 471 138 341 76 c 1\n 313 135 l 1\n 443 197 569 258 644 353 c 0\n 718 447 752 584 782 728 c 1\n 554 728 325 728 97 728 c 1\nEndSplineSet\nEndChar\nStartChar: uni30D7\nEncoding: 12503 12503 1761\nWidth: 1000\nFlags: W\nHStem: 728 65<97 782> 796 24<870 872> 911 24<870 872>\nVStem: 800 24<865 867> 915 24<865 867>\nFore\n870 911 m 0\n 844 911 824 891 824 865 c 0\n 824 840 844 820 870 820 c 0\n 895 820 915 840 915 865 c 0\n 915 891 895 911 870 911 c 0\n870 935 m 0\n 908 935 939 904 939 865 c 0\n 939 827 908 796 870 796 c 0\n 831 796 800 827 800 865 c 0\n 800 904 831 935 870 935 c 0\n97 728 m 1\n 97 793 l 1\n 795 793 l 1\n 849 728 l 1\n 818 578 784 426 695 313 c 0\n 607 201 471 138 341 76 c 1\n 313 135 l 1\n 443 197 569 258 644 353 c 0\n 718 447 752 584 782 728 c 1\n 554 728 325 728 97 728 c 1\nEndSplineSet\nEndChar\nStartChar: uni30D8\nEncoding: 12504 12504 1762\nWidth: 1000\nFlags: W\nFore\n158 363 m 1\n 106 402 l 1\n 161 476 217 551 266 602 c 1\n 287 624 309 645 340 654 c 0\n 370 663 401 658 432 647 c 0\n 558 602 743 455 931 309 c 1\n 891 257 l 1\n 703 404 510 550 410 585 c 0\n 385 594 370 595 358 592 c 1\n 347 588 332 577 313 557 c 1\n 269 511 213 437 158 363 c 1\nEndSplineSet\nEndChar\nStartChar: uni30D9\nEncoding: 12505 12505 1763\nWidth: 1000\nFlags: W\nFore\n717 771 m 1\n 747 828 l 1\n 776 813 808 797 831 771 c 1\n 846 754 854 736 859 722 c 1\n 800 697 l 1\n 782.654 740.361 763.494 743.253 717 771 c 1\n640 715 m 1\n 669 773 l 1\n 697 759 728 745 752 718 c 1\n 767 700 774 681 780 666 c 1\n 719 643 l 1\n 703 687 686 689 640 715 c 1\n128 354 m 1\n 76 392 l 1\n 136 473 196 553 248 608 c 1\n 272 632 295 654 328 664 c 1\n 360 674 392 668 425 656 c 0\n 561 609 761 450 964 291 c 1\n 925 240 l 1\n 721 398 513 556 404 595 c 1\n 340.507 614.71 335.671 601.024 296 563 c 1\n 248 514 188 434 128 354 c 1\nEndSplineSet\nEndChar\nStartChar: uni30DA\nEncoding: 12506 12506 1764\nWidth: 1000\nFlags: W\nHStem: 693 24<690.302 703> 808 24<690.057 703>\nVStem: 630 24<753.391 769> 745 24<753.357 769>\nFore\n700 808 m 0\n 674 808 654 788 654 763 c 128\n 654 738 674 717 700 717 c 0\n 725 717 745 738 745 763 c 128\n 745 788 725 808 700 808 c 0\n700 832 m 0\n 738 832 769 801 769 763 c 0\n 769 725 738 693 700 693 c 0\n 661 693 630 725 630 763 c 128\n 630 801 661 832 700 832 c 0\n128 354 m 1\n 76 392 l 1\n 136 473 196 553 248 608 c 1\n 272 632 295 654 328 664 c 1\n 360 674 392 668 425 656 c 0\n 561 609 761 450 964 291 c 1\n 925 240 l 1\n 721 398 513 556 404 595 c 1\n 340.507 614.71 335.671 601.024 296 563 c 1\n 248 514 188 434 128 354 c 1\nEndSplineSet\nEndChar\nStartChar: uni30DB\nEncoding: 12507 12507 1765\nWidth: 1000\nFlags: W\nHStem: 628 65<132 432 497 802>\nVStem: 432 65<137 628 693 866>\nFore\n595 487 m 1\n 654 514 l 1\n 680 455 705 398 739 350 c 0\n 772 303 816 260 862 216 c 1\n 817 169 l 1\n 771 213 724 259 686 313 c 0\n 647 368 621 429 595 487 c 1\n253 497 m 1\n 316 481 l 1\n 300 420 284 356 250 299 c 0\n 215 241 164 196 117 153 c 1\n 73 201 l 1\n 121 244 166 285 194 332 c 0\n 222 378 237 436 253 497 c 1\n432 628 m 1\n 132 628 l 1\n 132 693 l 1\n 432 693 l 1\n 432 866 l 1\n 497 866 l 1\n 497 693 l 1\n 802 693 l 1\n 802 628 l 1\n 497 628 l 1\n 497 137 l 1\n 432 137 l 1\n 432 301 432 464 432 628 c 1\nEndSplineSet\nEndChar\nStartChar: uni30DC\nEncoding: 12508 12508 1766\nWidth: 1000\nFlags: W\nHStem: 640 65<102 430 495 827>\nVStem: 430 65<108 640 705 895>\nFore\n767 876 m 1\n 797 933 l 1\n 826 918 858 902 881 876 c 1\n 896 859 904 841 909 827 c 1\n 850 802 l 1\n 832.654 845.361 813.494 848.253 767 876 c 1\n690 820 m 1\n 719 878 l 1\n 747 864 778 850 802 823 c 1\n 817 805 824 786 830 771 c 1\n 769 748 l 1\n 753 792 736 794 690 820 c 1\n605 487 m 1\n 664 514 l 1\n 692 450 720 389 756 337 c 128\n 792 285 840 239 889 191 c 1\n 845 145 l 1\n 795 192 744 241 703 299 c 0\n 661 358 633 424 605 487 c 1\n236 496 m 1\n 298 480 l 1\n 282 414 264 345 227 284 c 0\n 190 221 135 173 84 126 c 1\n 40 175 l 1\n 92 221 141 266 172 317 c 0\n 202 368 219 430 236 496 c 1\n430 640 m 1\n 102 640 l 1\n 102 705 l 1\n 430 705 l 1\n 430 895 l 1\n 495 895 l 1\n 495 705 l 1\n 827 705 l 1\n 827 640 l 1\n 495 640 l 1\n 495 108 l 1\n 430 108 l 1\n 430 285 430 463 430 640 c 1\nEndSplineSet\nEndChar\nStartChar: uni30DD\nEncoding: 12509 12509 1767\nWidth: 1000\nFlags: W\nHStem: 640 65<102 430 495 827> 773 24<780 782> 888 24<780 782>\nVStem: 430 65<108 640 705 895> 710 24<833.391 846> 825 24<833.357 846>\nFore\n780 888 m 0\n 754 888 734 868 734 843 c 128\n 734 818 754 797 780 797 c 0\n 805 797 825 818 825 843 c 128\n 825 868 805 888 780 888 c 0\n780 912 m 0\n 818 912 849 881 849 843 c 0\n 849 805 818 773 780 773 c 0\n 741 773 710 805 710 843 c 128\n 710 881 741 912 780 912 c 0\n605 487 m 1\n 664 514 l 1\n 692 450 720 389 756 337 c 128\n 792 285 840 239 889 191 c 1\n 845 145 l 1\n 795 192 744 241 703 299 c 0\n 661 358 633 424 605 487 c 1\n236 496 m 1\n 298 480 l 1\n 282 414 264 345 227 284 c 0\n 190 221 135 173 84 126 c 1\n 40 175 l 1\n 92 221 141 266 172 317 c 0\n 202 368 219 430 236 496 c 1\n430 640 m 1\n 102 640 l 1\n 102 705 l 1\n 430 705 l 1\n 430 895 l 1\n 495 895 l 1\n 495 705 l 1\n 827 705 l 1\n 827 640 l 1\n 495 640 l 1\n 495 108 l 1\n 430 108 l 1\n 430 285 430 463 430 640 c 1\nEndSplineSet\nEndChar\nStartChar: uni30DE\nEncoding: 12510 12510 1768\nWidth: 1000\nFlags: W\nHStem: 739 65<139 768>\nFore\n477 419 m 1\n 545 464 609 510 658 566 c 0\n 701 615 735 675 768 739 c 1\n 139 739 l 1\n 139 804 l 1\n 801 804 l 1\n 841 739 l 1\n 803 664 763 587 707 523 c 0\n 654 463 590 417 526 373 c 1\n 570 330 613 284 655 238 c 1\n 607 194 l 1\n 549 257 491 320 432 372 c 0\n 380 418 325 457 270 497 c 1\n 308 550 l 1\n 363 511 423 466 477 419 c 1\nEndSplineSet\nEndChar\nStartChar: uni30DF\nEncoding: 12511 12511 1769\nWidth: 1000\nFlags: W\nFore\n225 174 m 1\n 219 239 l 1\n 314 249 412 259 511 244 c 1\n 618 227 719 183 818 139 c 1\n 792 80 l 1\n 693 123 596 165 501 179 c 1\n 413 193 321 184 225 174 c 1\n339 484 m 1\n 345 549 l 1\n 402 544 460 538 519 523 c 0\n 585 505 649 477 712 449 c 1\n 685 390 l 1\n 623 418 562 444 503 460 c 0\n 450 474 395 479 339 484 c 1\n300 757 m 1\n 306 822 l 1\n 376 815 448 808 517 789 c 0\n 586 769 650 739 712 710 c 1\n 685 651 l 1\n 622 681 562 709 500 726 c 0\n 437 743 369 750 300 757 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E0\nEncoding: 12512 12512 1770\nWidth: 1000\nFlags: W\nFore\n186 229 m 1\n 182 230 l 1\n 240 320 297 408 338 502 c 128\n 379 596 405 699 431 804 c 1\n 494 789 l 1\n 468 684 441 577 398 476 c 0\n 361 392 314 315 266 239 c 1\n 427 260 577 288 720 326 c 1\n 682 372 643 416 603 460 c 1\n 651 504 l 1\n 740 407 826 303 903 194 c 1\n 850 155 l 1\n 765 270 l 1\n 573.988 218.04 362.055 182.764 143 158 c 1\n 135 223 l 1\n 186 229 l 1\nEndSplineSet\nEndChar\nStartChar: uni30E1\nEncoding: 12513 12513 1771\nWidth: 1000\nFlags: W\nFore\n481 500 m 1\n 414 542 339 573 263 605 c 1\n 288 665 l 1\n 359 635 432 605 501 563 c 1\n 531 667 544 785 557 904 c 1\n 622 897 l 1\n 608 770 594 642 559 526 c 1\n 622 480 680 427 737 374 c 1\n 692 326 l 1\n 641 374 589 422 536 462 c 1\n 471 300 342 194 215 94 c 1\n 174 144 l 1\n 304 251 421 339 481 500 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E2\nEncoding: 12514 12514 1772\nWidth: 1000\nFlags: W\nHStem: 503 65<90 407 471 888> 794 65<160 405 160 779>\nVStem: 407 65<292.044 502.908 568 794>\nFore\n405 794 m 1\n 160 794 l 1\n 160 859 l 1\n 779 859 l 1\n 779 794 l 1\n 470 794 l 1\n 471 717 472 640 472 568 c 1\n 888 568 l 1\n 888 503 l 1\n 472 503 l 1\n 472 422 472 349 470 289 c 0\n 468 239 468 205 478 189 c 0\n 488 174 514 159 551 151 c 0\n 623 134 728 142 834 151 c 1\n 840 87 l 1\n 734 77 625 67 536 87 c 0\n 491 98 448 116 423 155 c 0\n 397 196 403 243 405 291 c 0\n 407 350 407 423 407 503 c 1\n 90 503 l 1\n 90 568 l 1\n 407 568 l 1\n 407 640 406 717 405 794 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E3\nEncoding: 12515 12515 1773\nWidth: 1000\nFlags: W\nDStem: 220 752 279 779 316 548 379 565 344 488 407 506 544 62 603 89 759 670 732 595 379 565 407 506\nFore\n344 488 m 1\n 170 440 l 1\n 153 503 l 1\n 316 548 l 1\n 220 752 l 1\n 279 779 l 1\n 379 565 l 1\n 759 670 l 1\n 808 617 l 1\n 789 563 768 508 737 458 c 0\n 703 405 660 361 619 319 c 1\n 572 364 l 1\n 642 433 696 497 732 595 c 1\n 407 506 l 1\n 603 89 l 1\n 544 62 l 1\n 477 204 411 346 344 488 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E4\nEncoding: 12516 12516 1774\nWidth: 1000\nFlags: W\nDStem: 181 880 240 907 294 639 358 656 322 579 386 597 556 82 614 110 803 779 776 705 358 656 386 597\nFore\n322 579 m 1\n 117 522 l 1\n 100 585 l 1\n 294 639 l 1\n 181 880 l 1\n 240 907 l 1\n 358 656 l 1\n 803 779 l 1\n 853 726 l 1\n 830 663 806 599 770 541 c 0\n 731 480 682 429 634 381 c 1\n 587 426 l 1\n 670.605 507.709 734.6 585.119 776 705 c 1\n 386 597 l 1\n 614 110 l 1\n 556 82 l 1\n 478 248 400 413 322 579 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E5\nEncoding: 12517 12517 1775\nWidth: 1000\nFlags: W\nHStem: 173 65<168 832> 569 65<254 609>\nVStem: 609 65<238 634>\nFore\n609 238 m 1\n 609 569 l 1\n 254 569 l 1\n 254 634 l 1\n 674 634 l 1\n 674 238 l 1\n 832 238 l 1\n 832 173 l 1\n 168 173 l 1\n 168 238 l 1\n 609 238 l 1\nEndSplineSet\nEndChar\nStartChar: uni30E6\nEncoding: 12518 12518 1776\nWidth: 1000\nFlags: W\nHStem: 214 65<116 631 695 883> 671 65<215 631>\nVStem: 631 65<279 736>\nFore\n631 279 m 1\n 631 671 l 1\n 215 671 l 1\n 215 736 l 1\n 696 736 l 1\n 696 279 l 1\n 883 279 l 1\n 883 214 l 1\n 116 214 l 1\n 116 279 l 1\n 287 279 459 279 631 279 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E7\nEncoding: 12519 12519 1777\nWidth: 1000\nFlags: W\nHStem: 95 65<232 760> 383 65<296 695> 647 65<250 695>\nVStem: 695 65<160 712>\nFore\n695 448 m 1\n 695 647 l 1\n 250 647 l 1\n 250 712 l 1\n 760 712 l 1\n 760 95 l 1\n 232 95 l 1\n 232 160 l 1\n 695 160 l 1\n 695 383 l 1\n 296 383 l 1\n 296 448 l 1\n 695 448 l 1\nEndSplineSet\nEndChar\nStartChar: uni30E8\nEncoding: 12520 12520 1778\nWidth: 1000\nFlags: W\nHStem: 123 65<190 796> 456 65<264 731> 762 65<210 731>\nVStem: 731 65<188 827>\nFore\n731 521 m 1\n 731 762 l 1\n 210 762 l 1\n 210 827 l 1\n 796 827 l 1\n 796 123 l 1\n 190 123 l 1\n 190 188 l 1\n 731 188 l 1\n 731 456 l 1\n 264 456 l 1\n 264 521 l 1\n 419 521 575 521 731 521 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E9\nEncoding: 12521 12521 1779\nWidth: 1000\nFlags: W\nHStem: 558 65<183 812> 789 65<287 738>\nFore\n183 558 m 1\n 183 623 l 1\n 845 623 l 1\n 885 558 l 1\n 823 433 758 306 660 217 c 0\n 569 135 456 92 347 49 c 1\n 323 110 l 1\n 433 153 537 194 616 266 c 0\n 696 337 755 444 812 558 c 1\n 603 558 393 558 183 558 c 1\n287 789 m 1\n 287 854 l 1\n 738 854 l 1\n 738 789 l 1\n 587 789 437 789 287 789 c 1\nEndSplineSet\nEndChar\nStartChar: uni30EA\nEncoding: 12522 12522 1780\nWidth: 1000\nFlags: W\nVStem: 275 65<443 898>\nFore\n687 906 m 1\n 752 909 l 1\n 768 632 777 345 635 185 c 1\n 567 110 471 72 380 36 c 1\n 356 96 l 1\n 447 133 532 169 586 229 c 1\n 710 368 704 650 687 906 c 1\n275 898 m 1\n 340 898 l 1\n 340 443 l 1\n 275 443 l 1\n 275 595 275 746 275 898 c 1\nEndSplineSet\nEndChar\nStartChar: uni30EB\nEncoding: 12523 12523 1781\nWidth: 1000\nFlags: W\nVStem: 430 65<201 803>\nFore\n430 803 m 1\n 495 803 l 1\n 495 227 l 1\n 573 259 646 291 702 332 c 0\n 754 370 794 418 835 468 c 1\n 885 427 l 1\n 844 376 800 324 741 280 c 0\n 670 228 582 192 495 157 c 1\n 430 201 l 1\n 430 402 430 603 430 803 c 1\n243 768 m 1\n 308 769 l 1\n 311 613 316 454 260 338 c 0\n 227 269 173 223 123 180 c 1\n 81 229 l 1\n 130 272 175 312 202 367 c 1\n 246 458 246 612 243 768 c 1\nEndSplineSet\nEndChar\nStartChar: uni30EC\nEncoding: 12524 12524 1782\nWidth: 1000\nFlags: W\nVStem: 178 65<186 822>\nFore\n178 822 m 1\n 243 822 l 1\n 243 201 l 1\n 340 224 433 248 517 291 c 0\n 618 343 710 424 804 506 c 1\n 847 458 l 1\n 753 375 658 290 547 233 c 0\n 450 184 346 158 243 135 c 1\n 178 186 l 1\n 178 822 l 1\nEndSplineSet\nEndChar\nStartChar: uni30ED\nEncoding: 12525 12525 1783\nWidth: 1000\nFlags: W\nHStem: 264 65<255 754> 697 65<190 754>\nVStem: 190 65<198 264 198 697> 754 65<202 762>\nFore\n754 329 m 2\n 754 697 l 1\n 255 697 l 1\n 255 329 l 1\n 421 329 587 329 754 329 c 2\n255 264 m 1\n 255 198 l 1\n 190 198 l 1\n 190 762 l 1\n 819 762 l 1\n 819 202 l 1\n 754 202 l 1\n 754 264 l 1\n 587 264 421 264 255 264 c 1\nEndSplineSet\nEndChar\nStartChar: uni30EE\nEncoding: 12526 12526 1784\nWidth: 1000\nFlags: W\nHStem: 583 65<183 739>\nVStem: 183 65<387 583>\nFore\n248 583 m 1\n 248 387 l 1\n 183 387 l 1\n 183 648 l 1\n 808 648 l 1\n 800 510 803 360 724 252 c 0\n 646 146 504 99 368 51 c 1\n 347 112 l 1\n 482 160 611 209 671 291 c 0\n 722 360 733 468 739 583 c 1\n 576 583 412 583 248 583 c 1\nEndSplineSet\nEndChar\nStartChar: uni30EF\nEncoding: 12527 12527 1785\nWidth: 1000\nFlags: W\nHStem: 688 65<139 782>\nVStem: 139 65<457 688>\nFore\n204 688 m 1\n 204 457 l 1\n 139 457 l 1\n 139 753 l 1\n 850 753 l 1\n 842 595 844 425 755 303 c 0\n 666 182 503 128 346 72 c 1\n 324 133 l 1\n 481 189 632 245 702 342 c 0\n 763 425 775 552 782 688 c 1\n 589 688 397 688 204 688 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F0\nEncoding: 12528 12528 1786\nWidth: 1000\nFlags: W\nHStem: 350 65<93 541 606 913> 692 65<213 287 213 541 606 798>\nVStem: 287 65<415 692> 541 65<87 350 415 692 757 928>\nFore\n541 692 m 0\n 352 692 l 1\n 352 415 l 1\n 541 415 l 1\n 541 507 541 600 541 692 c 0\n287 692 m 1\n 213 692 l 1\n 213 757 l 1\n 541 757 l 1\n 541 928 l 1\n 606 928 l 1\n 606 757 l 1\n 798 757 l 1\n 798 692 l 1\n 606 692 l 1\n 606 415 l 1\n 913 415 l 1\n 913 350 l 1\n 606 350 l 1\n 606 87 l 1\n 541 87 l 1\n 541 350 l 1\n 93 350 l 1\n 93 415 l 1\n 287 415 l 1\n 287 507 287 600 287 692 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F1\nEncoding: 12529 12529 1787\nWidth: 1000\nFlags: W\nHStem: 167 65<111 446 510 890> 667 65<220 699>\nVStem: 446 65<232 519>\nFore\n446 232 m 2\n 446 519 l 1\n 511 519 l 1\n 511 232 l 1\n 890 232 l 1\n 890 167 l 1\n 111 167 l 1\n 111 232 l 1\n 223 232 334 232 446 232 c 2\n220 667 m 1\n 220 732 l 1\n 761 732 l 1\n 789 667 l 1\n 722.968 591.75 635.555 523.67 543 477 c 1\n 511 533 l 1\n 583 573 645 611 699 667 c 1\n 539 667 380 667 220 667 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F2\nEncoding: 12530 12530 1788\nWidth: 1000\nFlags: W\nHStem: 461 65<208 704> 692 65<208 775>\nFore\n729 526 m 1\n 747 578 761 635 775 692 c 1\n 208 692 l 1\n 208 757 l 1\n 791 757 l 1\n 842 692 l 1\n 809 553 774 411 687 304 c 0\n 597 194 460 132 328 71 c 1\n 301 130 l 1\n 480 213 634 284 704 461 c 1\n 208 461 l 1\n 208 526 l 1\n 382 526 556 526 729 526 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F3\nEncoding: 12531 12531 1789\nWidth: 1000\nFlags: W\nFore\n213 103 m 1\n 208 168 l 1\n 370 181 526 196 628 270 c 128\n 730 344 793 487 856 636 c 1\n 916 610 l 1\n 853 461 789 307 667 217 c 1\n 543 128 375 116 213 103 c 1\n185 724 m 1\n 204 786 l 1\n 248 772 295 758 338 732 c 0\n 384 705 420 667 455 632 c 1\n 409 586 l 1\n 374 621 341 654 305 676 c 1\n 270 697 229 710 185 724 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F4\nEncoding: 12532 12532 1790\nWidth: 1000\nFlags: W\nHStem: 655 65<95 430 494 805> 655 293<430 805>\nVStem: 95 65<403 655> 430 65<720 948>\nFore\n844 891 m 1\n 875 948 l 1\n 904 933 935 917 959 891 c 1\n 974 874 981 856 987 842 c 1\n 927 817 l 1\n 910 860 891 863 844 891 c 1\n767 835 m 1\n 797 893 l 1\n 825 879 856 865 879 838 c 0\n 895 820 902 801 907 786 c 1\n 847 763 l 1\n 830 807 813 809 767 835 c 1\n430 720 m 1\n 430 948 l 1\n 495 948 l 1\n 495 720 l 1\n 879 720 l 1\n 856 535 842 338 735 207 c 0\n 643 96 495 48 352 0 c 1\n 332 61 l 1\n 474 109 609 158 684 249 c 0\n 761 342 786 494 805 655 c 1\n 160 655 l 1\n 160 403 l 1\n 95 403 l 1\n 95 720 l 1\n 206 720 318 720 430 720 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F5\nEncoding: 12533 12533 1791\nWidth: 1000\nFlags: W\nHStem: 521 256<407 471.977> 522 66<230 398.919 471 664.905>\nVStem: 407 65<620 777>\nFore\n399 522 m 1\n 343 523 286 523 229 523 c 1\n 230 588 l 1\n 288 588 347 588 405 587 c 1\n 408 648 408 712 407 777 c 1\n 472 778 l 1\n 473 714 474 650 471 587 c 1\n 560 587 649 586 738 586 c 1\n 726 488 715 389 700 294 c 1\n 690 236 681 176 644 134 c 1\n 623 110 593 97 563 95 c 1\n 529 93 500 105 474 115 c 1\n 497 176 l 1\n 540 160 567 149 595 177 c 1\n 613 197 626 248 635 305 c 1\n 647 374 656 447 665 521 c 1\n 598 521 532 522 465 522 c 1\n 459 464 447 407 426 355 c 0\n 382 250 304 170 229 93 c 1\n 182 138 l 1\n 290 250 381 339 399 522 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F6\nEncoding: 12534 12534 1792\nWidth: 1000\nFlags: W\nHStem: 527 65<374 572 374 844>\nFore\n572 527 m 1\n 343 527 l 1\n 306 463 254 404 204 346 c 1\n 155 389 l 1\n 214 457 271 523 302 589 c 0\n 327 643 338 702 350 763 c 1\n 413 752 l 1\n 404 700 394 646 374 592 c 1\n 844 592 l 1\n 844 527 l 1\n 637 527 l 1\n 629 421 619 315 570 229 c 0\n 526 152 455 102 389 53 c 1\n 350 106 l 1\n 417 154 478 200 513 262 c 0\n 552 329 564 425 572 527 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F7\nEncoding: 12535 12535 1793\nWidth: 1000\nFlags: W\nHStem: 688 65<139 782>\nVStem: 139 65<457 688>\nRef: 12443 12443 S 1 0 0 1 0 0\nRef: 12527 12527 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30F8\nEncoding: 12536 12536 1794\nWidth: 1000\nFlags: W\nHStem: 350 65<93 541 606 913> 692 65<213 287 213 541 606 798>\nVStem: 287 65<415 692> 541 65<87 350 415 692 757 928>\nRef: 12443 12443 S 1 0 0 1 0 0\nRef: 12528 12528 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30F9\nEncoding: 12537 12537 1795\nWidth: 1000\nFlags: W\nHStem: 167 65<111 446 510 890> 667 65<220 699>\nVStem: 446 65<232 519>\nRef: 12443 12443 S 1 0 0 1 0 0\nRef: 12529 12529 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30FA\nEncoding: 12538 12538 1796\nWidth: 1000\nFlags: W\nHStem: 461 65<208 704> 692 65<208 775>\nRef: 12443 12443 S 1 0 0 1 0 0\nRef: 12530 12530 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30FB\nEncoding: 12539 12539 1797\nWidth: 278\nFlags: W\nHStem: 302 125<87 211>\nVStem: 87 124<302 427>\nRef: 183 183 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30FC\nEncoding: 12540 12540 1798\nWidth: 1000\nFlags: W\nHStem: 390 72<-9 1001>\nRef: 8212 8212 N 1 0 0 1 0 150\nEndChar\nStartChar: uni30FD\nEncoding: 12541 12541 1799\nWidth: 1000\nFlags: W\nFore\n616 149 m 1\n 590 291 564 429 496 532 c 1\n 426 635 307 713 184 793 c 1\n 219 848 l 1\n 342 768 470 687 550 568 c 0\n 629 449 654 302 679 160 c 1\n 616 149 l 1\nEndSplineSet\nEndChar\nStartChar: uni30FE\nEncoding: 12542 12542 1800\nWidth: 1000\nFlags: W\nRef: 12441 12441 S 1 0 0 1 -118 -124\nRef: 12541 12541 N 1 0 0 1 0 0\nEndChar\nStartChar: uniF639\nEncoding: 63033 63033 1793\nWidth: 556\nFlags: W\nHStem: -23 73<226.5 322> 631 78<242 308.5>\nVStem: 43 90<245 408.5> 417 90<244.5 406>\nRef: 48 48 N 1 0 0 1 0 0\nKernsSLIF: 63039 -39 3 0 63196 -46 3 0 63036 -2 3 0\nEndChar\nStartChar: uniF63A\nEncoding: 63034 63034 1794\nWidth: 556\nFlags: W\nHStem: 0 87<133 506> 632 77<254.5 317.5>\nVStem: 421 90<471 530.5>\nRef: 50 50 N 1 0 0 1 0 0\nKernsSLIF: 63039 -25 3 0 63196 -36 3 0 63036 -37 3 0\nEndChar\nStartChar: uniF63B\nEncoding: 63035 63035 1795\nWidth: 556\nFlags: W\nHStem: -23 78<255 289> 326 74<221 269> 632 77<255 289>\nVStem: 47 88<480 502.292> 395 90<504 522> 416 90<184 218>\nRef: 51 51 N 1 0 0 1 0 0\nKernsSLIF: 63039 -33 3 0 63196 -49 3 0 63036 -2 3 0\nEndChar\nStartChar: uniF63C\nEncoding: 63036 63036 1796\nWidth: 556\nFlags: W\nHStem: 0 20 170 79<105 327 415 520>\nVStem: 327 88<0 170 249 559 559 559>\nRef: 52 52 N 1 0 0 1 0 0\nKernsSLIF: 63039 -56 3 0 63196 -84 3 0 63036 5 3 0\nEndChar\nStartChar: uniF63D\nEncoding: 63037 63037 1797\nWidth: 556\nFlags: W\nHStem: -23 78<230 316> 389 78<259 315.5> 622 87<181 476 181 181>\nVStem: 423 90<168 271.5>\nRef: 53 53 N 1 0 0 1 0 0\nKernsSLIF: 63039 -26 3 0 63196 -76 3 0 63036 1 3 0\nEndChar\nStartChar: uniF63E\nEncoding: 63038 63038 1798\nWidth: 556\nFlags: W\nHStem: -23 78<242 322.5> 363 78<261 327.5> 631 78<258 322>\nVStem: 43 95 423 90<164.5 256.5>\nRef: 54 54 N 1 0 0 1 0 0\nKernsSLIF: 63039 -30 3 0 63196 -43 3 0 63036 1 3 0\nEndChar\nStartChar: uniF63F\nEncoding: 63039 63039 1799\nWidth: 556\nFlags: W\nHStem: 0 20 622 87<46 429>\nRef: 55 55 N 1 0 0 1 0 0\nKernsSLIF: 63034 -28 3 0 63035 -23 3 0 63038 -40 3 0 63039 -4 3 0 46 -119 3 0 63196 -53 3 0 63036 -93 3 0 63037 -30 3 0 63040 -28 3 0 44 -119 3 0 58 -77 3 0\nEndChar\nStartChar: uniF640\nEncoding: 63040 63040 1800\nWidth: 556\nFlags: W\nHStem: -23 78<260 294> 334 74<275 294> 631 78<275 294>\nVStem: 37 90<184 202> 62 90<504 522> 398 90<504 522> 423 90<184 202>\nRef: 56 56 N 1 0 0 1 0 0\nKernsSLIF: 63039 -33 3 0 63196 -48 3 0 63036 1 3 0\nEndChar\nStartChar: uniF641\nEncoding: 63041 63041 1801\nWidth: 556\nFlags: W\nHStem: -23 78<229 293> 245 78<223.5 289.5> 632 77<228.5 309>\nVStem: 38 90<429.5 522> 413 96\nRef: 57 57 N 1 0 0 1 0 0\nKernsSLIF: 63039 -37 3 0 63196 -43 3 0 63036 -3 3 0\nEndChar\nStartChar: dotlessj\nEncoding: 63166 63166 1793\nWidth: 222\nFlags: W\nHStem: -218 73<-3 15> 504 20G<70 153>\nVStem: 70 83<-91 524>\nFore\n70 524 m 1\n 153 524 l 1\n 153 -109 l 2\n 153 -180 104 -218 10 -218 c 0\n -3 -218 -8 -217 -18 -215 c 1\n -18 -144 l 1\n -1 -145 -1 -145 2 -145 c 0\n 53 -145 70 -128 70 -76 c 2\n 70 524 l 1\nEndSplineSet\nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 1794\nWidth: 333\nFlags: HMW\nHStem: -160 100<116 171>\nFore\n116 -60 m 1\n 216 -60 l 1\n 216 -163 l 2\n 216 -238 178 -285 116 -284 c 1\n 116 -246 l 1\n 154 -246 173 -215 171 -160 c 1\n 116 -160 l 1\n 116 -60 l 1\nEndSplineSet\nEndChar\nStartChar: onefitted\nEncoding: 63196 63196 1795\nWidth: 556\nFlags: W\nHStem: 0 20\nVStem: 259 88<0 505 505 505>\nRef: 49 49 N 1 0 0 1 0 0\nKernsSLIF: 63033 -62 3 0 63034 -69 3 0 63035 -67 3 0 63038 -62 3 0 63039 -90 3 0 46 -74 3 0 63196 -118 3 0 63041 -65 3 0 63036 -81 3 0 63037 -67 3 0 63040 -65 3 0 44 -74 3 0\nEndChar\nStartChar: ff\nEncoding: 64256 64256 1795\nWidth: 556\nFlags: W\nHStem: 0 21G<88 171 360 443> 456 68<18 88 171 258 290 360 443 530> 659 73<211 231 483 503>\nVStem: 88 83<0 456 524 615> 360 83<0 456 524 615>\nFore\n258 524 m 1\n 258 456 l 1\n 171 456 l 1\n 171 0 l 1\n 88 0 l 1\n 88 456 l 1\n 18 456 l 1\n 18 524 l 1\n 88 524 l 1\n 88 613 l 2\n 88 688 134 732 211 732 c 0\n 228 732 239 731 258 727 c 1\n 258 658 l 1\n 239 659 236 659 229 659 c 0\n 191 659 171 641 171 606 c 2\n 171 524 l 1\n 258 524 l 1\n530 524 m 1\n 530 456 l 1\n 443 456 l 1\n 443 0 l 1\n 360 0 l 1\n 360 456 l 1\n 290 456 l 1\n 290 524 l 1\n 360 524 l 1\n 360 613 l 2\n 360 688 406 732 483 732 c 0\n 500 732 511 731 530 727 c 1\n 530 658 l 1\n 511 659 508 659 501 659 c 0\n 463 659 443 641 443 606 c 2\n 443 524 l 1\n 530 524 l 1\nEndSplineSet\nLigature: 8 0 'liga' f f\nEndChar\nStartChar: fi\nEncoding: 64257 64257 1796\nWidth: 500\nFlags: W\nHStem: 0 21G<82 165 353 436> 456 68<12 82 165 252> 659 73<205 225> 709 20G<353 436>\nVStem: 82 83<0 456 524 615> 353 83<0 524 624 729>\nFore\n252 524 m 1\n 252 456 l 1\n 165 456 l 1\n 165 0 l 1\n 82 0 l 1\n 82 456 l 1\n 12 456 l 1\n 12 524 l 1\n 82 524 l 1\n 82 613 l 2\n 82 688 128 732 205 732 c 0\n 222 732 233 731 252 727 c 1\n 252 658 l 1\n 233 659 230 659 223 659 c 0\n 185 659 165 641 165 606 c 2\n 165 524 l 1\n 252 524 l 1\n436 524 m 1\n 436 0 l 1\n 353 0 l 1\n 353 524 l 1\n 436 524 l 1\n436 729 m 1\n 436 624 l 1\n 353 624 l 1\n 353 729 l 1\n 436 729 l 1\nEndSplineSet\nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 1797\nWidth: 500\nFlags: W\nHStem: 0 21G<87 170 347 430> 456 68<17 87 170 257> 659 73<210 230> 709 20G<347 430>\nVStem: 87 83<0 456 524 615> 347 83<0 729>\nFore\n257 524 m 1\n 257 456 l 1\n 170 456 l 1\n 170 0 l 1\n 87 0 l 1\n 87 456 l 1\n 17 456 l 1\n 17 524 l 1\n 87 524 l 1\n 87 613 l 2\n 87 688 133 732 210 732 c 0\n 227 732 238 731 257 727 c 1\n 257 658 l 1\n 238 659 235 659 228 659 c 0\n 190 659 170 641 170 606 c 2\n 170 524 l 1\n 257 524 l 1\n430 729 m 1\n 430 0 l 1\n 347 0 l 1\n 347 729 l 1\n 430 729 l 1\nEndSplineSet\nLigature: 8 0 'liga' f l\nEndChar\nStartChar: ffi\nEncoding: 64259 64259 1798\nWidth: 778\nFlags: W\nHStem: 0 21G<88 171 360 443 631 714> 456 68<18 88 171 258 290 360 443 530> 659 73<211 231 483 503> 709 20G<631 714>\nVStem: 88 83<0 456 524 615> 360 83<0 456 524 615> 631 83<0 524 624 729>\nFore\n258 524 m 1\n 258 456 l 1\n 171 456 l 1\n 171 0 l 1\n 88 0 l 1\n 88 456 l 1\n 18 456 l 1\n 18 524 l 1\n 88 524 l 1\n 88 613 l 2\n 88 688 134 732 211 732 c 0\n 228 732 239 731 258 727 c 1\n 258 658 l 1\n 239 659 236 659 229 659 c 0\n 191 659 171 641 171 606 c 2\n 171 524 l 1\n 258 524 l 1\n530 524 m 1\n 530 456 l 1\n 443 456 l 1\n 443 0 l 1\n 360 0 l 1\n 360 456 l 1\n 290 456 l 1\n 290 524 l 1\n 360 524 l 1\n 360 613 l 2\n 360 688 406 732 483 732 c 0\n 500 732 511 731 530 727 c 1\n 530 658 l 1\n 511 659 508 659 501 659 c 0\n 463 659 443 641 443 606 c 2\n 443 524 l 1\n 530 524 l 1\n714 524 m 1\n 714 0 l 1\n 631 0 l 1\n 631 524 l 1\n 714 524 l 1\n714 729 m 1\n 714 624 l 1\n 631 624 l 1\n 631 729 l 1\n 714 729 l 1\nEndSplineSet\nLigature: 8 0 'liga' ff i\nLigature: 8 0 'liga' f f i\nEndChar\nStartChar: ffl\nEncoding: 64260 64260 1799\nWidth: 778\nFlags: W\nHStem: 0 21G<88 171 365 448 625 708> 456 68<18 88 171 258 295 365 448 535> 659 73<211 231 488 508> 709 20G<625 708>\nVStem: 88 83<0 456 524 615> 365 83<0 456 524 615> 625 83<0 729>\nFore\n258 524 m 1\n 258 456 l 1\n 171 456 l 1\n 171 0 l 1\n 88 0 l 1\n 88 456 l 1\n 18 456 l 1\n 18 524 l 1\n 88 524 l 1\n 88 613 l 2\n 88 688 134 732 211 732 c 0\n 228 732 239 731 258 727 c 1\n 258 658 l 1\n 239 659 236 659 229 659 c 0\n 191 659 171 641 171 606 c 2\n 171 524 l 1\n 258 524 l 1\n535 524 m 1\n 535 456 l 1\n 448 456 l 1\n 448 0 l 1\n 365 0 l 1\n 365 456 l 1\n 295 456 l 1\n 295 524 l 1\n 365 524 l 1\n 365 613 l 2\n 365 688 411 732 488 732 c 0\n 505 732 516 731 535 727 c 1\n 535 658 l 1\n 516 659 513 659 506 659 c 0\n 468 659 448 641 448 606 c 2\n 448 524 l 1\n 535 524 l 1\n708 729 m 1\n 708 0 l 1\n 625 0 l 1\n 625 729 l 1\n 708 729 l 1\nEndSplineSet\nLigature: 8 0 'liga' ff l\nLigature: 8 0 'liga' f f l\nEndChar\nStartChar: uniFB05\nEncoding: 64261 64261 1800\nWidth: 556\nFlags: W\nHStem: -23 73<464 492> 0 21G<88 171> 456 68<18 88 292 363 446 532> 659 73<211 231>\nVStem: 88 83<0 618> 363 83<60 456 524 668> 363 169<48 60>\nFore\n532 524 m 1\n 532 456 l 1\n 446 456 l 1\n 446 97 l 2\n 446 60 456 50 492 50 c 0\n 508 50 521 51 532 54 c 1\n 532 -16 l 1\n 504 -21 484 -23 464 -23 c 0\n 399 -23 363 7 363 60 c 2\n 363 456 l 1\n 292 456 l 1\n 292 524 l 1\n 363 524 l 1\n 363 668 l 1\n 446 668 l 1\n 446 524 l 1\n 532 524 l 1\n171 0 m 1\n 88 0 l 1\n 88 456 l 1\n 18 456 l 1\n 18 524 l 1\n 88 524 l 1\n 88 613 l 2\n 88 688 134 732 211 732 c 0\n 228 732 239 731 258 727 c 1\n 258 658 l 1\n 239 659 236 659 229 659 c 0\n 191 659 171 641 171 606 c 2\n 171 0 l 1\nEndSplineSet\nLigature: 8 0 'liga' longs t\nEndChar\nStartChar: uniFB06\nEncoding: 64262 64262 1801\nWidth: 778\nFlags: W\nHStem: -23 73<686 714> -23 77<229 259> 456 68<514 585 668 754> 462 77<225 259>\nVStem: 47 87<376 394> 372 87<134 145> 585 83<60 456 524 668> 585 169<48 60>\nFore\n754 524 m 1\n 754 456 l 1\n 668 456 l 1\n 668 97 l 2\n 668 60 678 50 714 50 c 0\n 730 50 743 51 754 54 c 1\n 754 -16 l 1\n 726 -21 706 -23 686 -23 c 0\n 621 -23 585 7 585 60 c 2\n 585 456 l 1\n 514 456 l 1\n 514 524 l 1\n 585 524 l 1\n 585 668 l 1\n 668 668 l 1\n 668 524 l 1\n 754 524 l 1\n438 378 m 1\n 350 378 l 1\n 348 433 312 462 245 462 c 0\n 177 462 134 431 134 383 c 0\n 134 346 163 324 231 308 c 2\n 311 289 l 2\n 415 264 459 221 459 143 c 0\n 459 42 375 -23 243 -23 c 0\n 106 -23 38 35 34 156 c 1\n 122 156 l 1\n 127 119 133 104 146 89 c 0\n 167 67 205 54 250 54 c 0\n 323 54 372 87 372 136 c 0\n 372 174 349 195 291 209 c 2\n 213 228 l 2\n 89 258 47 297 47 379 c 0\n 47 476 126 539 248 539 c 0\n 369 539 437 481 438 378 c 1\nEndSplineSet\nLigature: 8 0 'liga' s t\nEndChar\nStartChar: uniFB1D\nEncoding: 64285 64285 1802\nWidth: 200\nFlags: W\nHStem: 149 71<66 137>\nVStem: 58 87<286 600> 66 71<149 220>\nFore\n58 600 m 1\n 145 600 l 1\n 145 321 l 1\n 58 286 l 1\n 58 600 l 1\n66 220 m 1\n 137 220 l 1\n 137 149 l 1\n 66 149 l 1\n 66 220 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB1E\nEncoding: 64286 64286 1803\nWidth: 305\nFlags: W\nHStem: 711 20G<140.5 165.5>\nFore\n71 813 m 1\n 0 813 l 1\n 0 813 6 760 24 731 c 0\n 37 708 48 697 71 684 c 0\n 100 666 119 660 153 660 c 0\n 187 660 206 666 235 684 c 0\n 258 697 269 708 282 731 c 0\n 300 760 306 813 306 813 c 1\n 235 813 l 1\n 235 813 230 772 212 754 c 0\n 194 736 178 731 153 731 c 0\n 128 731 112 736 94 754 c 0\n 76 772 71 813 71 813 c 1\nEndSplineSet\nEndChar\nStartChar: afii57705\nEncoding: 64287 64287 1804\nWidth: 400\nFlags: W\nHStem: 149 71<108 296>\nVStem: 58 87<286 600> 258 87<286 600>\nFore\n258 600 m 1\n 345 600 l 1\n 345 321 l 1\n 258 286 l 1\n 258 600 l 1\n58 600 m 1\n 145 600 l 1\n 145 321 l 1\n 58 286 l 1\n 58 600 l 1\n108 220 m 1\n 296 220 l 1\n 296 149 l 1\n 108 149 l 1\n 108 220 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB20\nEncoding: 64288 64288 1805\nWidth: 587\nFlags: W\nHStem: 0 76<37 265>\nVStem: 444 87<209.656 600>\nDStem: 63 600 153 600 202 76 290 78\nFore\n290 78 m 1\n 312 80 326 86 354 100 c 0\n 393 120 402 127 425 161 c 0\n 440 183 444 207 444 226 c 2\n 444 600 l 1\n 531 600 l 1\n 531 226 l 2\n 531 198 525 160 500 123 c 1\n 475 82 443 56 398 34 c 0\n 356 12 315 0 265 1 c 1\n 37 0 l 1\n 37 76 l 1\n 202 76 l 1\n 63 600 l 1\n 153 600 l 1\n 290 78 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB21\nEncoding: 64289 64289 1806\nWidth: 890\nFlags: W\nHStem: 0 21G<66 153 707 832>\nVStem: 66 87<0 161> 737 87<450 600>\nDStem: 58 600 180 600 250 423 580 231 309 368 180 600 707 0 580 231 309 368 639 177 707 0 832 0\nFore\n309 368 m 1\n 256 340 226 306 220 297 c 0\n 173 236 154 210 153 141 c 1\n 153 0 l 1\n 66 0 l 1\n 66 141 l 1\n 65 227 99 282 148 340 c 0\n 187 387 232 411 250 423 c 1\n 58 600 l 1\n 180 600 l 1\n 580 231 l 1\n 634 263 664 294 670 303 c 0\n 716 362 736 385 737 450 c 1\n 737 600 l 1\n 824 600 l 1\n 824 450 l 1\n 825 366 788 315 742 260 c 0\n 716 228 657 189 639 177 c 1\n 832 0 l 1\n 707 0 l 1\n 309 368 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB22\nEncoding: 64290 64290 1807\nWidth: 848\nFlags: W\nHStem: 0 21G<623 710> 524 76<38 623 38 793>\nVStem: 623 87<0 524>\nFore\n710 524 m 1\n 710 0 l 1\n 623 0 l 1\n 623 524 l 1\n 38 524 l 1\n 38 600 l 1\n 793 600 l 1\n 793 524 l 1\n 710 524 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB23\nEncoding: 64291 64291 1808\nWidth: 872\nFlags: W\nHStem: 0 21G<63 150 733 820> 524 76<63 562>\nVStem: 63 87<0 375> 733 87<0 378>\nFore\n820 378 m 1\n 820 0 l 1\n 733 0 l 1\n 733 372 l 1\n 725 413 722 433 697 467 c 0\n 686 483 686 482 669 492 c 0\n 630 514 608 517 562 524 c 1\n 63 524 l 1\n 63 600 l 1\n 570 600 l 1\n 629 592 664 585 715 557 c 0\n 739 544 758 527 772 507 c 0\n 803 461 811 430 820 378 c 1\n63 0 m 1\n 63 375 l 1\n 150 375 l 1\n 150 0 l 1\n 63 0 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB24\nEncoding: 64292 64292 1809\nWidth: 800\nFlags: W\nHStem: 0 76<57 477> 524 76<57 471>\nVStem: 679 87<228 378>\nFore\n477 0 m 1\n 57 0 l 1\n 57 76 l 1\n 471 76 l 1\n 527 84 554 86 602 109 c 0\n 623 119 624 120 637 135 c 0\n 665 169 669 189 679 229 c 1\n 679 371 l 1\n 669 411 665 431 637 465 c 0\n 602.006 505.378 534.271 514.961 471 524 c 1\n 57 524 l 1\n 57 600 l 1\n 477 600 l 1\n 544 592 583 586 644 558 c 0\n 669 547 691 531 708 509 c 0\n 744 464 756 433 766 378 c 1\n 766 222 l 1\n 756 167 744 136 708 91 c 0\n 660.985 30.1567 565.093 10.5186 477 0 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB25\nEncoding: 64293 64293 1810\nWidth: 850\nFlags: W\nHStem: 0 21G<415 502> 524 76<123 708> 729 20G<37 124>\nVStem: 37 87<524 749> 415 87<0 53.6841> 415 88<0 86> 708 87<451 600>\nFore\n503 86 m 1\n 502 0 l 1\n 415 0 l 1\n 415 103 422 159 473 228 c 0\n 519 291 616 336 651 358 c 0\n 688 381 702 409 708 452 c 1\n 708 524 l 1\n 37 524 l 1\n 37 749 l 1\n 124 749 l 1\n 124 600 l 1\n 795 600 l 1\n 795 447 l 2\n 795 398 771 356 739 327 c 0\n 681 274 601 250 553 196 c 0\n 520 159 509 129 503 86 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB26\nEncoding: 64294 64294 1811\nWidth: 873\nFlags: W\nHStem: 0 76<150 821> 524 76<63 544>\nVStem: 63 87<0 524> 734 87<76 375>\nFore\n821 0 m 1\n 63 0 l 1\n 63 600 l 1\n 530 600 l 2\n 593 600 645 585 699 558 c 0\n 719 548 748 527 764 509 c 0\n 795 471 822 432 821 375 c 1\n 821 0 l 1\n734 76 m 1\n 734 375 l 1\n 733 414 710 448 692 465 c 0\n 683 473 672 483 658 491 c 0\n 622 511 585 523 530 524 c 2\n 150 524 l 1\n 150 76 l 1\n 734 76 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB27\nEncoding: 64295 64295 1812\nWidth: 797\nFlags: W\nHStem: 0 21G<658 745> 524 76<37 487>\nVStem: 658 87<0 378>\nFore\n745 378 m 1\n 745 0 l 1\n 658 0 l 1\n 658 372 l 1\n 650 413 647 433 622 467 c 0\n 611 483 611 482 594 492 c 0\n 555 514 533 517 487 524 c 1\n 37 524 l 1\n 37 600 l 1\n 494 600 l 1\n 554 592 589 585 640 557 c 0\n 664 544 683 527 697 507 c 0\n 728 461 736 430 745 378 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB28\nEncoding: 64296 64296 1813\nWidth: 937\nFlags: W\nHStem: 0 21G<35 39 798 885> 524 76<125 185 125 627>\nVStem: 185 87<175 524> 798 87<0 378>\nFore\n272 524 m 1\n 272 224 l 2\n 272 182 275 147 246 96 c 0\n 232 71 214 60 188 43 c 0\n 150 18 96 0 39 0 c 2\n 35 0 l 1\n 35 76 l 1\n 39 76 l 2\n 77 76 100 81 142 108 c 0\n 154 116 163 122 168 130 c 0\n 188 158 185 179 185 227 c 2\n 185 524 l 1\n 125 524 l 1\n 125 600 l 1\n 634 600 l 1\n 716.398 589.014 797.684 565.974 837 507 c 0\n 868 461 876 431 885 378 c 1\n 885 0 l 1\n 798 0 l 1\n 798 372 l 1\n 790 413 787 433 762 468 c 0\n 751 483 751 483 734 493 c 0\n 695 514 673 517 627 524 c 1\n 272 524 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB29\nEncoding: 64297 64297 1814\nWidth: 584\nFlags: W\nHStem: 197 70<50 534>\nVStem: 257 70<267 474>\nFore\n534 267 m 1\n 534 197 l 1\n 50 197 l 1\n 50 267 l 1\n 257 267 l 1\n 257 474 l 1\n 327 474 l 1\n 327 267 l 1\n 534 267 l 1\nEndSplineSet\nEndChar\nStartChar: afii57694\nEncoding: 64298 64298 1815\nWidth: 776\nFlags: W\nHStem: 0 76<348 431> 224 76<147 247> 640 71<639 710>\nVStem: 60 87<262 600> 346 87<392 600> 633 87<261 600> 639 71<640 711>\nFore\n151 224 m 1\n 162.499 175.543 215.909 121.804 258 99 c 1\n 282 86 330 75 349 76 c 2\n 431 76 l 2\n 450 75 502 88 521 99 c 0\n 549 113 583 139 608 178 c 0\n 628 211 632 228 633 262 c 1\n 633 600 l 1\n 720 600 l 1\n 720 262 l 1\n 722.566 154.248 632.936 68.1414 566 33 c 0\n 527 14 475 1 431 0 c 2\n 349 0 l 2\n 308 1 257 12 215 33 c 0\n 169 57 121 101 95 142 c 0\n 71 181 59 216 60 262 c 1\n 60 600 l 1\n 147 600 l 1\n 147 300 l 1\n 246 300 l 1\n 284 302 291 304 318 326 c 1\n 341 349 345 361 346 393 c 1\n 346 600 l 1\n 433 600 l 1\n 433 393 l 1\n 434 350 419 307 380 274 c 1\n 345 239 296 223 247 224 c 2\n 151 224 l 1\n639 711 m 1\n 710 711 l 1\n 710 640 l 1\n 639 640 l 1\n 639 711 l 1\nEndSplineSet\nEndChar\nStartChar: afii57695\nEncoding: 64299 64299 1816\nWidth: 776\nFlags: W\nHStem: 0 76<348 431> 224 76<147 247> 640 71<70 141>\nVStem: 60 87<262 600> 70 71<640 711> 346 87<392 600> 633 87<261 600>\nFore\n151 224 m 1\n 162.499 175.543 215.909 121.804 258 99 c 1\n 282 86 330 75 349 76 c 2\n 431 76 l 2\n 450 75 502 88 521 99 c 0\n 549 113 583 139 608 178 c 0\n 628 211 632 228 633 262 c 1\n 633 600 l 1\n 720 600 l 1\n 720 262 l 1\n 722.566 154.248 632.936 68.1414 566 33 c 0\n 527 14 475 1 431 0 c 2\n 349 0 l 2\n 308 1 257 12 215 33 c 0\n 169 57 121 101 95 142 c 0\n 71 181 59 216 60 262 c 1\n 60 600 l 1\n 147 600 l 1\n 147 300 l 1\n 246 300 l 1\n 284 302 291 304 318 326 c 1\n 341 349 345 361 346 393 c 1\n 346 600 l 1\n 433 600 l 1\n 433 393 l 1\n 434 350 419 307 380 274 c 1\n 345 239 296 223 247 224 c 2\n 151 224 l 1\n70 711 m 1\n 141 711 l 1\n 141 640 l 1\n 70 640 l 1\n 70 711 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB2C\nEncoding: 64300 64300 1817\nWidth: 776\nFlags: W\nHStem: 0 76<348 431> 172 71<442 513> 224 76<147 247> 640 71<639 710>\nVStem: 60 87<262 600> 346 87<392 600> 442 71<172 243> 633 87<261 600> 639 71<640 711>\nFore\n151 224 m 1\n 162.499 175.543 215.909 121.804 258 99 c 1\n 282 86 330 75 349 76 c 2\n 431 76 l 2\n 450 75 502 88 521 99 c 0\n 549 113 583 139 608 178 c 0\n 628 211 632 228 633 262 c 1\n 633 600 l 1\n 720 600 l 1\n 720 262 l 1\n 722.566 154.248 632.936 68.1414 566 33 c 0\n 527 14 475 1 431 0 c 2\n 349 0 l 2\n 308 1 257 12 215 33 c 0\n 169 57 121 101 95 142 c 0\n 71 181 59 216 60 262 c 1\n 60 600 l 1\n 147 600 l 1\n 147 300 l 1\n 246 300 l 1\n 284 302 291 304 318 326 c 1\n 341 349 345 361 346 393 c 1\n 346 600 l 1\n 433 600 l 1\n 433 393 l 1\n 434 350 419 307 380 274 c 1\n 345 239 296 223 247 224 c 2\n 151 224 l 1\n442 243 m 1\n 513 243 l 1\n 513 172 l 1\n 442 172 l 1\n 442 243 l 1\n639 711 m 1\n 710 711 l 1\n 710 640 l 1\n 639 640 l 1\n 639 711 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB2D\nEncoding: 64301 64301 1818\nWidth: 776\nFlags: W\nHStem: 0 76<348 431> 172 71<442 513> 224 76<147 247> 640 71<70 141>\nVStem: 60 87<262 600> 70 71<640 711> 346 87<392 600> 442 71<172 243> 633 87<261 600>\nFore\n151 224 m 1\n 162.499 175.543 215.909 121.804 258 99 c 1\n 282 86 330 75 349 76 c 2\n 431 76 l 2\n 450 75 502 88 521 99 c 0\n 549 113 583 139 608 178 c 0\n 628 211 632 228 633 262 c 1\n 633 600 l 1\n 720 600 l 1\n 720 262 l 1\n 722.566 154.248 632.936 68.1414 566 33 c 0\n 527 14 475 1 431 0 c 2\n 349 0 l 2\n 308 1 257 12 215 33 c 0\n 169 57 121 101 95 142 c 0\n 71 181 59 216 60 262 c 1\n 60 600 l 1\n 147 600 l 1\n 147 300 l 1\n 246 300 l 1\n 284 302 291 304 318 326 c 1\n 341 349 345 361 346 393 c 1\n 346 600 l 1\n 433 600 l 1\n 433 393 l 1\n 434 350 419 307 380 274 c 1\n 345 239 296 223 247 224 c 2\n 151 224 l 1\n442 243 m 1\n 513 243 l 1\n 513 172 l 1\n 442 172 l 1\n 442 243 l 1\n70 711 m 1\n 141 711 l 1\n 141 640 l 1\n 70 640 l 1\n 70 711 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB2E\nEncoding: 64302 64302 1819\nWidth: 640\nFlags: W\nHStem: -131 71<226 414> 0 21G<66 153 480 582>\nVStem: 66 87<0 158> 487 87<450 600>\nDStem: 58 600 160 600 206 390 388 275 252 325 434 210 480 0 582 0\nFore\n252 325 m 1\n 239 316 226 306 220 297 c 0\n 173 236 154 210 153 141 c 1\n 153 0 l 1\n 66 0 l 1\n 66 141 l 1\n 65 227 101 280 148 340 c 0\n 165 361 188 378 206 390 c 1\n 58 600 l 1\n 160 600 l 1\n 388 275 l 1\n 401 284 414 294 420 303 c 0\n 466 362 486 385 487 450 c 1\n 487 600 l 1\n 574 600 l 1\n 574 450 l 1\n 575 366 537 315 492 260 c 0\n 475 239 452 222 434 210 c 1\n 582 0 l 1\n 480 0 l 1\n 252 325 l 1\n226 -60 m 1\n 414 -60 l 1\n 414 -131 l 1\n 226 -131 l 1\n 226 -60 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB2F\nEncoding: 64303 64303 1820\nWidth: 640\nFlags: W\nHStem: -131 71<214 273 214 402> 0 21G<66 153 480 582>\nVStem: 66 87<0 153> 273 70<-248 -131> 487 87<450 600>\nDStem: 58 600 160 600 206 390 388 275 252 325 434 210 480 0 582 0\nFore\n252 325 m 1\n 239 316 226 306 220 297 c 0\n 173 236 154 210 153 141 c 1\n 153 0 l 1\n 66 0 l 1\n 66 141 l 1\n 65 227 101 280 148 340 c 0\n 165 361 188 378 206 390 c 1\n 58 600 l 1\n 160 600 l 1\n 388 275 l 1\n 401 284 414 294 420 303 c 0\n 466 362 486 385 487 450 c 1\n 487 600 l 1\n 574 600 l 1\n 574 450 l 1\n 575 366 537 315 492 260 c 0\n 475 239 452 222 434 210 c 1\n 582 0 l 1\n 480 0 l 1\n 252 325 l 1\n343 -131 m 1\n 343 -248 l 1\n 273 -248 l 1\n 273 -131 l 1\n 214 -131 l 1\n 214 -60 l 1\n 402 -60 l 1\n 402 -131 l 1\n 343 -131 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB30\nEncoding: 64304 64304 1821\nWidth: 640\nFlags: W\nHStem: 0 21G<66 153 480 582> 124 71<216 287>\nVStem: 66 87<0 161> 216 71<124 195> 487 87<450 600>\nDStem: 58 600 160 600 206 390 388 275 252 325 434 210 480 0 582 0\nFore\n252 325 m 1\n 239 316 226 306 220 297 c 0\n 173 236 154 210 153 141 c 1\n 153 0 l 1\n 66 0 l 1\n 66 141 l 1\n 65 227 101 280 148 340 c 0\n 165 361 188 378 206 390 c 1\n 58 600 l 1\n 160 600 l 1\n 388 275 l 1\n 401 284 414 294 420 303 c 0\n 466 362 486 385 487 450 c 1\n 487 600 l 1\n 574 600 l 1\n 574 450 l 1\n 575 366 537 315 492 260 c 0\n 475 239 452 222 434 210 c 1\n 582 0 l 1\n 480 0 l 1\n 252 325 l 1\n216 195 m 1\n 287 195 l 1\n 287 124 l 1\n 216 124 l 1\n 216 195 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB31\nEncoding: 64305 64305 1822\nWidth: 591\nFlags: W\nHStem: 0 76<58 566> 270 71<218 289> 524 76<58 197>\nVStem: 218 71<270 341> 405 87<76 378>\nFore\n405 76 m 1\n 405 371 l 1\n 395 411 391 431 363 465 c 0\n 328.006 505.378 260.271 514.961 197 524 c 1\n 58 524 l 1\n 58 600 l 1\n 203 600 l 1\n 270 592 309 587 370 558 c 0\n 395 547 417 531 434 509 c 0\n 470 464 482 433 492 378 c 1\n 492 76 l 1\n 566 76 l 1\n 566 0 l 1\n 58 0 l 1\n 58 76 l 1\n 405 76 l 1\n218 341 m 1\n 289 341 l 1\n 289 270 l 1\n 218 270 l 1\n 218 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB32\nEncoding: 64306 64306 1823\nWidth: 466\nFlags: W\nHStem: 0 21G<30 147 345 433> 270 71<154 225> 524 76<92 120.403>\nVStem: 154 71<270 341>\nDStem: 237 203 322 172 30 0 147 0 296 370 383 379 318 203 433 0 322 172 383 379 345 0 433 0\nFore\n322 172 m 1\n 147 0 l 1\n 30 0 l 1\n 237 203 l 1\n 318 203 l 1\n 296 370 l 2\n 290 415 284 428 254 465 c 0\n 241 480 241 480 220 491 c 1\n 165 516 147 524 92 524 c 1\n 92 600 l 1\n 160 600 207 584 261 558 c 0\n 326.369 529.237 373.926 456.127 383 379 c 1\n 433 0 l 1\n 345 0 l 1\n 322 172 l 1\n154 341 m 1\n 225 341 l 1\n 225 270 l 1\n 154 270 l 1\n 154 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB33\nEncoding: 64307 64307 1824\nWidth: 598\nFlags: W\nHStem: 0 21G<373 460> 270 71<230 301> 524 76<38 373 38 543>\nVStem: 230 71<270 341> 373 87<0 524>\nFore\n460 524 m 1\n 460 0 l 1\n 373 0 l 1\n 373 524 l 1\n 38 524 l 1\n 38 600 l 1\n 543 600 l 1\n 543 524 l 1\n 460 524 l 1\n230 341 m 1\n 301 341 l 1\n 301 270 l 1\n 230 270 l 1\n 230 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB34\nEncoding: 64308 64308 1825\nWidth: 622\nFlags: W\nHStem: 0 21G<63 150 483 570> 270 71<278 349> 524 76<63 312>\nVStem: 63 87<0 375> 278 71<270 341> 483 87<0 378>\nFore\n570 378 m 1\n 570 0 l 1\n 483 0 l 1\n 483 372 l 1\n 475 413 472 433 447 467 c 0\n 436 483 436 482 419 492 c 0\n 380 514 358 517 312 524 c 1\n 63 524 l 1\n 63 600 l 1\n 320 600 l 1\n 379 592 414 585 465 557 c 0\n 489 544 508 527 522 507 c 0\n 553 461 561 430 570 378 c 1\n63 0 m 1\n 63 375 l 1\n 150 375 l 1\n 150 0 l 1\n 63 0 l 1\n278 341 m 1\n 349 341 l 1\n 349 270 l 1\n 278 270 l 1\n 278 341 l 1\nEndSplineSet\nEndChar\nStartChar: afii57723\nEncoding: 64309 64309 1826\nWidth: 262\nFlags: W\nHStem: 0 21G<112 199> 270 71<18 89>\nVStem: 18 71<270 341> 112 87<0 600>\nFore\n112 0 m 1\n 112 600 l 1\n 199 600 l 1\n 199 0 l 1\n 112 0 l 1\n18 341 m 1\n 89 341 l 1\n 89 270 l 1\n 18 270 l 1\n 18 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB36\nEncoding: 64310 64310 1827\nWidth: 351\nFlags: W\nHStem: 0 21G<126 213> 270 71<14 85> 524 76<39 126 39 296>\nVStem: 14 71<270 341> 126 87<0 524>\nFore\n213 524 m 1\n 213 0 l 1\n 126 0 l 1\n 126 524 l 1\n 39 524 l 1\n 39 600 l 1\n 296 600 l 1\n 296 524 l 1\n 213 524 l 1\n14 341 m 1\n 85 341 l 1\n 85 270 l 1\n 14 270 l 1\n 14 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB38\nEncoding: 64312 64312 1828\nWidth: 608\nFlags: W\nHStem: 0 76<316 334> 270 71<282 353> 524 76<300 334>\nVStem: 61 87<222 600> 282 71<270 341> 483 87<227 378>\nFore\n314 524 m 0\n 282 524 237 504 237 504 c 1\n 237 586 l 1\n 240 587 275 600 317 600 c 0\n 377 600 419 583 465 557 c 0\n 489 544 508 527 521 507 c 0\n 553 461 561 430 570 378 c 1\n 570 222 l 1\n 561 170 553 139 521 93 c 0\n 508 73 489 55 465 43 c 0\n 420 18 378 0 316 0 c 0\n 254 0 211 18 166 43 c 0\n 143 55 124 73 110 93 c 0\n 78 139 69 170 61 222 c 1\n 61 600 l 1\n 148 600 l 1\n 148 228 l 1\n 156 187 160 167 184 133 c 0\n 196 117 195 118 212 108 c 0\n 258 83 271 77 316 76 c 1\n 361 77 373 83 419 108 c 0\n 436 118 435 117 447 133 c 0\n 471 167 475 187 483 228 c 1\n 483 372 l 1\n 475 413 471 433 447 467 c 0\n 435 483 436 482 419 492 c 0\n 374 516 361 524 314 524 c 0\n282 341 m 1\n 353 341 l 1\n 353 270 l 1\n 282 270 l 1\n 282 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB39\nEncoding: 64313 64313 1829\nWidth: 270\nFlags: W\nHStem: 334 71<12 83>\nVStem: 12 71<334 405> 128 87<286 600>\nFore\n128 600 m 1\n 215 600 l 1\n 215 321 l 1\n 128 286 l 1\n 128 600 l 1\n12 405 m 1\n 83 405 l 1\n 83 334 l 1\n 12 334 l 1\n 12 405 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB3A\nEncoding: 64314 64314 1830\nWidth: 526\nFlags: W\nHStem: 270 71<222 293> 524 76<38 216>\nVStem: 222 71<270 341> 387 87<-200 378>\nFore\n474 378 m 1\n 474 -200 l 1\n 387 -200 l 1\n 387 372 l 1\n 379 413 376 433 351 467 c 0\n 340 483 340 482 323 492 c 0\n 284 514 262 517 216 524 c 1\n 38 524 l 1\n 38 600 l 1\n 224 600 l 1\n 283 592 318 585 369 557 c 0\n 393 544 412 527 426 507 c 0\n 457 461 465 430 474 378 c 1\n222 341 m 1\n 293 341 l 1\n 293 270 l 1\n 222 270 l 1\n 222 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB3B\nEncoding: 64315 64315 1831\nWidth: 550\nFlags: W\nHStem: 0 76<57 227> 270 71<222 293> 524 76<57 221>\nVStem: 222 71<270 341> 429 87<228 378>\nFore\n227 0 m 1\n 57 0 l 1\n 57 76 l 1\n 221 76 l 1\n 277 84 304 86 352 109 c 0\n 373 119 374 120 387 135 c 0\n 415 169 419 189 429 229 c 1\n 429 371 l 1\n 419 411 415 431 387 465 c 0\n 352.006 505.378 284.271 514.961 221 524 c 1\n 57 524 l 1\n 57 600 l 1\n 227 600 l 1\n 294 592 333 586 394 558 c 0\n 419 547 441 531 458 509 c 0\n 494 464 506 433 516 378 c 1\n 516 222 l 1\n 506 167 494 136 458 91 c 0\n 410.985 30.1566 315.094 10.5186 227 0 c 1\n222 341 m 1\n 293 341 l 1\n 293 270 l 1\n 222 270 l 1\n 222 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB3C\nEncoding: 64316 64316 1832\nWidth: 600\nFlags: W\nHStem: 0 21G<290 377> 340 71<226 297> 524 76<123 458> 729 20G<37 124>\nVStem: 37 87<524 749> 226 71<340 411> 290 87<0 112.815> 458 87<447 600>\nFore\n226 411 m 1\n 297 411 l 1\n 297 340 l 1\n 226 340 l 1\n 226 411 l 1\n404 208 m 1\n 369.871 155.543 378.22 82.2252 377 0 c 1\n 290 0 l 1\n 290 103 284 167 326 242 c 1\n 368 308 413 317 431 354 c 1\n 460.6 399.982 457.816 453.572 458 524 c 1\n 37 524 l 1\n 37 749 l 1\n 124 749 l 1\n 124 600 l 1\n 545 600 l 1\n 545 447 l 2\n 545 398 536 368 509 320 c 1\n 468 254 422 246 404 208 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB3E\nEncoding: 64318 64318 1833\nWidth: 621\nFlags: W\nHStem: 0 76<272 570> 270 71<296 367> 524 76<48 126 48 305>\nVStem: 296 71<270 341> 483 87<76 385>\nDStem: 126 524 214 524 68 0 156 0\nFore\n214 524 m 1\n 156 0 l 1\n 68 0 l 1\n 126 524 l 1\n 48 524 l 1\n 48 600 l 1\n 279 600 l 2\n 308 600 358 599 409 577 c 1\n 465 555 505 528 539 479 c 0\n 565 441 570 403 570 375 c 2\n 570 0 l 1\n 272 0 l 1\n 272 76 l 1\n 483 76 l 1\n 483 375 l 2\n 483 397 480 417 465 439 c 0\n 436 478 422 487 371 509 c 0\n 340 522 305 524 279 524 c 2\n 214 524 l 1\n296 341 m 1\n 367 341 l 1\n 367 270 l 1\n 296 270 l 1\n 296 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB40\nEncoding: 64320 64320 1834\nWidth: 378\nFlags: W\nHStem: 0 76<51 326> 270 71<90 161>\nVStem: 90 71<270 341> 239 87<76 378>\nFore\n326 0 m 1\n 51 0 l 1\n 51 76 l 1\n 239 76 l 1\n 239 372 l 1\n 231 413 228 433 203 467 c 0\n 192 483 192 482 175 492 c 0\n 130 516 115 523 71 524 c 1\n 71 600 l 1\n 131 600 176 582 221 557 c 0\n 283.272 523.27 314.052 455.662 326 378 c 1\n 326 0 l 1\n90 341 m 1\n 161 341 l 1\n 161 270 l 1\n 90 270 l 1\n 90 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB41\nEncoding: 64321 64321 1835\nWidth: 607\nFlags: W\nHStem: 0 76<315 334> 270 71<276 347> 524 76<61 311>\nVStem: 61 87<222 524> 276 71<270 341> 482 87<227 378>\nFore\n315 0 m 2\n 253 0 210 18 165 43 c 0\n 142 55 123 73 109 93 c 0\n 77 139 65 170 61 222 c 1\n 61 600 l 1\n 318 600 l 2\n 378 600 413 585 464 557 c 0\n 488 544 507 527 520 507 c 0\n 552 461 560 430 569 378 c 1\n 569 222 l 1\n 560 170 552 139 520 93 c 0\n 507 73 488 55 464 43 c 0\n 419 18 377 0 315 0 c 2\n315 76 m 1\n 360 77 372 83 418 108 c 0\n 435 118 434 117 446 133 c 0\n 470 167 474 187 482 228 c 1\n 482 372 l 1\n 474 413 470 433 446 467 c 0\n 434 483 435 482 418 492 c 0\n 379 514 357 517 311 524 c 1\n 148 524 l 1\n 148 228 l 1\n 156 187 159 167 183 133 c 0\n 195 117 194 118 211 108 c 0\n 257 83 270 77 315 76 c 1\n276 341 m 1\n 347 341 l 1\n 347 270 l 1\n 276 270 l 1\n 276 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB43\nEncoding: 64323 64323 1836\nWidth: 575\nFlags: W\nHStem: 339 71<312 383> 524 76<57 265>\nVStem: 57 87<390 524> 312 71<339 410> 436 87<-200 378>\nFore\n57 600 m 1\n 272 600 l 2\n 333 600 367 585 418 557 c 0\n 442 544 461 527 475 507 c 0\n 506 461 514 430 523 378 c 1\n 523 -200 l 1\n 436 -200 l 1\n 436 372 l 1\n 428 413 425 433 400 467 c 0\n 389 483 389 482 372 492 c 0\n 333 514 311 517 265 524 c 1\n 144 524 l 1\n 144 397 l 1\n 155.437 324.679 169.243 326.4 252 319 c 1\n 286 319 l 1\n 286 243 l 1\n 246 244 l 1\n 203 249 159 243 108 281 c 1\n 64 318 60 352 57 390 c 1\n 57 600 l 1\n312 410 m 1\n 383 410 l 1\n 383 339 l 1\n 312 339 l 1\n 312 410 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB44\nEncoding: 64324 64324 1837\nWidth: 568\nFlags: W\nHStem: 0 76<63 260> 340 71<326 397> 524 76<63 260>\nVStem: 63 87<390 524> 326 71<340 411> 446 87<228 378>\nFore\n244 0 m 1\n 63 0 l 1\n 63 76 l 1\n 238 76 l 2\n 295 76 320 87 369 109 c 0\n 413.66 128.14 444.409 190.821 446 229 c 1\n 446 371 l 1\n 444.462 417.129 414.39 469.818 369 491 c 0\n 322 515 294 524 238 524 c 2\n 150 524 l 1\n 150 397 l 1\n 160.514 324.18 176.311 326.483 258 319 c 1\n 292 319 l 1\n 292 243 l 1\n 252 244 l 1\n 209 249 164 243 114 281 c 1\n 70 318 66 353 63 390 c 1\n 63 600 l 1\n 244 600 l 2\n 314 600 351 588 411 558 c 0\n 427 550 463 523 475 509 c 0\n 513 466 533 409 533 378 c 2\n 533 222 l 2\n 533 193 506 127 475 91 c 0\n 457 70 436 53 411 42 c 0\n 351 16 300 0 244 0 c 1\n326 411 m 1\n 397 411 l 1\n 397 340 l 1\n 326 340 l 1\n 326 411 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB46\nEncoding: 64326 64326 1838\nWidth: 590\nFlags: W\nHStem: 0 76<59 533> 206 71<132 203>\nVStem: 132 71<206 277> 437 87<452 600>\nDStem: 51 600 151 600 385 76 316 341 51 600 362 269 385 76 533 0\nFore\n316 341 m 1\n 344 344 358 343 376 352 c 0\n 389 359 388 359 402 377 c 0\n 425 407 429 423 437 453 c 1\n 437 600 l 1\n 524 600 l 1\n 524 446 l 1\n 515 397 502 373 475 335 c 0\n 463 318 445 298 417 285 c 0\n 396 276 378 271 362 269 c 1\n 533 0 l 1\n 59 0 l 1\n 59 76 l 1\n 385 76 l 1\n 51 600 l 1\n 151 600 l 1\n 316 341 l 1\n132 277 m 1\n 203 277 l 1\n 203 206 l 1\n 132 206 l 1\n 132 277 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB47\nEncoding: 64327 64327 1839\nWidth: 606\nFlags: W\nHStem: 270 71<270 341> 524 76<62 463>\nVStem: 62 87<-200 426> 270 71<270 341> 463 87<260 600>\nFore\n300 33 m 1\n 238 33 l 1\n 238 109 l 1\n 293 109 l 1\n 347.29 116.322 401.972 129.62 428 165 c 1\n 452 200 455 220 463 261 c 1\n 463 524 l 1\n 62 524 l 1\n 62 600 l 1\n 550 600 l 1\n 550 255 l 1\n 541 202 534 172 502 126 c 0\n 462.957 67.4349 380.199 43.6932 300 33 c 1\n149 426 m 1\n 149 -200 l 1\n 62 -200 l 1\n 62 426 l 1\n 149 426 l 1\n270 341 m 1\n 341 341 l 1\n 341 270 l 1\n 270 270 l 1\n 270 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB48\nEncoding: 64328 64328 1840\nWidth: 547\nFlags: W\nHStem: 0 21G<408 495> 270 71<228 299> 524 76<37 237>\nVStem: 228 71<270 341> 408 87<0 378>\nFore\n495 378 m 1\n 495 0 l 1\n 408 0 l 1\n 408 372 l 1\n 400 413 397 433 372 467 c 0\n 361 483 361 482 344 492 c 0\n 305 514 283 517 237 524 c 1\n 37 524 l 1\n 37 600 l 1\n 244 600 l 1\n 304 592 339 585 390 557 c 0\n 414 544 433 527 447 507 c 0\n 478 461 486 430 495 378 c 1\n228 341 m 1\n 299 341 l 1\n 299 270 l 1\n 228 270 l 1\n 228 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB49\nEncoding: 64329 64329 1841\nWidth: 776\nFlags: W\nHStem: 0 76<348 431> 172 71<442 513> 224 76<147 247>\nVStem: 60 87<262 600> 346 87<392 600> 442 71<172 243> 633 87<261 600>\nFore\n151 224 m 1\n 162.499 175.543 215.909 121.804 258 99 c 1\n 282 86 330 75 349 76 c 2\n 431 76 l 2\n 450 75 502 88 521 99 c 0\n 549 113 583 139 608 178 c 0\n 628 211 632 228 633 262 c 1\n 633 600 l 1\n 720 600 l 1\n 720 262 l 1\n 722.566 154.248 632.936 68.1414 566 33 c 0\n 527 14 475 1 431 0 c 2\n 349 0 l 2\n 308 1 257 12 215 33 c 0\n 169 57 121 101 95 142 c 0\n 71 181 59 216 60 262 c 1\n 60 600 l 1\n 147 600 l 1\n 147 300 l 1\n 246 300 l 1\n 284 302 291 304 318 326 c 1\n 341 349 345 361 346 393 c 1\n 346 600 l 1\n 433 600 l 1\n 433 393 l 1\n 434 350 419 307 380 274 c 1\n 345 239 296 223 247 224 c 2\n 151 224 l 1\n442 243 m 1\n 513 243 l 1\n 513 172 l 1\n 442 172 l 1\n 442 243 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4A\nEncoding: 64330 64330 1842\nWidth: 687\nFlags: W\nHStem: 0 21G<35 39 548 635> 270 71<374 445> 524 76<125 185 125 377>\nVStem: 185 87<175 524> 374 71<270 341> 548 87<0 378>\nFore\n272 524 m 1\n 272 224 l 2\n 272 182 275 147 246 96 c 0\n 232 71 214 60 188 43 c 0\n 150 18 96 0 39 0 c 2\n 35 0 l 1\n 35 76 l 1\n 39 76 l 2\n 77 76 100 81 142 108 c 0\n 154 116 163 122 168 130 c 0\n 188 158 185 179 185 227 c 2\n 185 524 l 1\n 125 524 l 1\n 125 600 l 1\n 384 600 l 1\n 466.397 589.014 547.684 565.974 587 507 c 0\n 618 461 626 431 635 378 c 1\n 635 0 l 1\n 548 0 l 1\n 548 372 l 1\n 540 413 537 433 512 468 c 0\n 501 483 501 483 484 493 c 0\n 445 514 423 517 377 524 c 1\n 272 524 l 1\n374 341 m 1\n 445 341 l 1\n 445 270 l 1\n 374 270 l 1\n 374 341 l 1\nEndSplineSet\nEndChar\nStartChar: afii57700\nEncoding: 64331 64331 1843\nWidth: 212\nFlags: W\nHStem: 0 21G<62 149> 660 71<70 141>\nVStem: 62 87<0 600> 70 71<660 731>\nFore\n62 0 m 1\n 62 600 l 1\n 149 600 l 1\n 149 0 l 1\n 62 0 l 1\n70 731 m 1\n 141 731 l 1\n 141 660 l 1\n 70 660 l 1\n 70 731 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4C\nEncoding: 64332 64332 1844\nWidth: 591\nFlags: W\nHStem: 0 76<58 566> 524 76<58 197> 660 71<168 368>\nVStem: 405 87<76 378>\nFore\n405 76 m 1\n 405 371 l 1\n 395 411 391 431 363 465 c 0\n 328.006 505.378 260.271 514.961 197 524 c 1\n 58 524 l 1\n 58 600 l 1\n 203 600 l 1\n 270 592 309 587 370 558 c 0\n 395 547 417 531 434 509 c 0\n 470 464 482 433 492 378 c 1\n 492 76 l 1\n 566 76 l 1\n 566 0 l 1\n 58 0 l 1\n 58 76 l 1\n 405 76 l 1\n168 731 m 1\n 368 731 l 1\n 368 660 l 1\n 168 660 l 1\n 168 731 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4D\nEncoding: 64333 64333 1845\nWidth: 550\nFlags: W\nHStem: 0 76<57 227> 524 76<57 221> 660 71<144 344>\nVStem: 429 87<228 378>\nFore\n227 0 m 1\n 57 0 l 1\n 57 76 l 1\n 221 76 l 1\n 277 84 304 86 352 109 c 0\n 373 119 374 120 387 135 c 0\n 415 169 419 189 429 229 c 1\n 429 371 l 1\n 419 411 415 431 387 465 c 0\n 352.006 505.378 284.271 514.961 221 524 c 1\n 57 524 l 1\n 57 600 l 1\n 227 600 l 1\n 294 592 333 586 394 558 c 0\n 419 547 441 531 458 509 c 0\n 494 464 506 433 516 378 c 1\n 516 222 l 1\n 506 167 494 136 458 91 c 0\n 410.985 30.1566 315.094 10.5186 227 0 c 1\n144 731 m 1\n 344 731 l 1\n 344 660 l 1\n 144 660 l 1\n 144 731 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4E\nEncoding: 64334 64334 1846\nWidth: 568\nFlags: W\nHStem: 0 76<63 260> 524 76<63 260> 660 71<178 378>\nVStem: 63 87<390 524> 446 87<228 378>\nFore\n244 0 m 1\n 63 0 l 1\n 63 76 l 1\n 238 76 l 2\n 295 76 320 87 369 109 c 0\n 413.66 128.14 444.409 190.821 446 229 c 1\n 446 371 l 1\n 444.462 417.129 414.39 469.818 369 491 c 0\n 322 515 294 524 238 524 c 2\n 150 524 l 1\n 150 397 l 1\n 160.514 324.18 176.311 326.483 258 319 c 1\n 292 319 l 1\n 292 243 l 1\n 252 244 l 1\n 209 249 164 243 114 281 c 1\n 70 318 66 353 63 390 c 1\n 63 600 l 1\n 244 600 l 2\n 314 600 351 588 411 558 c 0\n 427 550 463 523 475 509 c 0\n 513 466 533 409 533 378 c 2\n 533 222 l 2\n 533 193 506 127 475 91 c 0\n 457 70 436 53 411 42 c 0\n 351 16 300 0 244 0 c 1\n178 731 m 1\n 378 731 l 1\n 378 660 l 1\n 178 660 l 1\n 178 731 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4F\nEncoding: 64335 64335 1847\nWidth: 640\nFlags: W\nHStem: 0 21G<480 582> 729 20G<72 159>\nVStem: 72 87<580 749> 487 87<450 600>\nDStem: 72 580 159 600 480 0 388 275 72 580 434 210 480 0 582 0\nFore\n72 580 m 1\n 72 749 l 1\n 159 749 l 1\n 159 600 l 1\n 388 275 l 1\n 401 284 414 294 420 303 c 0\n 466 362 486 385 487 450 c 1\n 487 600 l 1\n 574 600 l 1\n 574 450 l 1\n 575 366 537 315 492 260 c 0\n 475 239 452 222 434 210 c 1\n 582 0 l 1\n 480 0 l 1\n 72 580 l 1\nEndSplineSet\nLigature: 8 2 'liga' afii57664 afii57676\nEndChar\nStartChar: uniFFFD\nEncoding: 65533 65533 1848\nWidth: 788\nFlags: W\nHStem: 503 20G<375.5 416>\nVStem: 311 161<426 452>\nFore\n416 233 m 1\n 416 263 l 2\n 416 290 423 301 466 340 c 0\n 512 383 528 411 528 452 c 0\n 528 525 476 572 395 572 c 0\n 305 572 258 522 258 426 c 1\n 311 426 l 1\n 311 455 314 472 322 487 c 0\n 334 510 359 523 392 523 c 0\n 440 523 472 495 472 452 c 0\n 472 423 458 399 425 370 c 0\n 388 336 388 336 377 322 c 0\n 364 305 360 290 360 268 c 2\n 360 233 l 1\n 416 233 l 1\n416 174 m 1\n 360 174 l 1\n 360 109 l 1\n 416 109 l 1\n 416 174 l 1\n395 -14 m 1\n 35 346 l 1\n 395 705 l 1\n 754 346 l 1\n 395 -14 l 1\nEndSplineSet\nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeSansBold.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeSansBold\nFullName: Free Sans Bold\nFamilyName: FreeSans\nWeight: Bold\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.10 $\nItalicAngle: 0\nUnderlinePosition: -155\nUnderlineWidth: 69\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 33\nTTFWeight: 700\nTTFWidth: 5\nPanose: 2 11 7 4 2 2 2 2 2 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 4\n 1 latn 1 dflt \n 1 hebr 1 dflt \n 1 DFLT 1 dflt \n 1 grek 1 dflt \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1060 \"\" \"\" \"polkrepko\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nEncoding: unicode\nUnicodeInterp: none\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 464 16 10\nBeginPrivate: 8\nUniqueID 7 5020904\nBlueValues 31 [-23 0 540 560 729 749 701 724]\nBlueScale 8 0.039625\nStdHW 5 [118]\nStdVW 5 [141]\nStemSnapH 200 [106 114 118 127] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 4 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [118 127] } if\nStemSnapV 9 [141 151]\nForceBold 5 false\nEndPrivate\nAnchorClass: \"1 top\" abvm 0 3 0 0 \nBeginChars: 65536 1054\nStartChar: space\nEncoding: 32 32 0\nWidth: 278\nFlags: W\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 333\nFlags: MW\nHStem: 0 146<112 262>\nVStem: 112 150<0 146 516 726>\nFore\n262 726 m 1\n 262 516 l 1\n 220 207 l 1\n 153 207 l 1\n 112 516 l 1\n 112 726 l 1\n 262 726 l 1\n262 146 m 1\n 262 0 l 1\n 112 0 l 1\n 112 146 l 1\n 262 146 l 1\nEndSplineSet\nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 474\nFlags: MW\nHStem: 470 259<90 146 90 90 326 326 326 382>\nVStem: 50 138<599 729> 286 138<599 729>\nFore\n188 729 m 1\n 188 599 l 1\n 146 470 l 1\n 90 470 l 1\n 50 599 l 1\n 50 729 l 1\n 188 729 l 1\n424 729 m 1\n 424 599 l 1\n 382 470 l 1\n 326 470 l 1\n 286 599 l 1\n 286 729 l 1\n 424 729 l 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 556\nFlags: MW\nHStem: 172 99<3 80 205 289 413 513> 424 99<31 130 255 338 463 553>\nFore\n146 -32 m 1\n 40 -32 l 1\n 80 172 l 1\n 3 172 l 1\n 3 271 l 1\n 100 271 l 1\n 130 424 l 1\n 31 424 l 1\n 31 523 l 1\n 150 523 l 1\n 184 697 l 1\n 289 697 l 1\n 255 523 l 1\n 358 523 l 1\n 392 697 l 1\n 497 697 l 1\n 463 523 l 1\n 553 523 l 1\n 553 424 l 1\n 444 424 l 1\n 413 271 l 1\n 513 271 l 1\n 513 172 l 1\n 394 172 l 1\n 354 -32 l 1\n 249 -32 l 1\n 289 172 l 1\n 186 172 l 1\n 146 -32 l 1\n205 271 m 1\n 308 271 l 1\n 338 424 l 1\n 235 424 l 1\n 205 271 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 556\nFlags: MW\nVStem: 39 123<494 541.5> 243 68<-126 -21 86 282 427 608 709 763> 395 132<158 207>\nFore\n517 498 m 1\n 389 498 l 1\n 391 559 362 601 311 608 c 1\n 311 407 l 1\n 466 364 527 305 527 195 c 0\n 527 120 495 55 441 20 c 0\n 408 -1 366 -15 311 -21 c 1\n 311 -126 l 1\n 243 -126 l 1\n 243 -21 l 1\n 183 -15 146 -2 108 25 c 0\n 52 65 22 125 22 198 c 2\n 22 207 l 1\n 153 207 l 1\n 156 137 187 96 243 86 c 1\n 243 299 l 1\n 108 330 39 401 39 512 c 0\n 39 624 114 697 243 709 c 1\n 243 763 l 1\n 311 763 l 1\n 311 709 l 1\n 437 702 515 623 517 498 c 1\n243 427 m 1\n 243 608 l 1\n 188 597 162 567 162 516 c 0\n 162 472 187 445 243 427 c 1\n311 282 m 1\n 311 86 l 1\n 367 100 395 133 395 183 c 0\n 395 231 367 265 311 282 c 1\nEndSplineSet\nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 889\nFlags: W\nHStem: -20 20 -13 98<655.5 702> 253 99<655.5 702.5> 337 98<182.5 229> 602 99<182.5 229.5>\nVStem: 22 99<496 541.5> 291 99<495.5 541.5> 495 99<146 192> 764 99<145.5 191.5>\nFore\n206 701 m 0\n 309 701 390 620 390 517 c 0\n 390 419 306 337 206 337 c 0\n 105 337 22 419 22 519 c 128\n 22 619 105 701 206 701 c 0\n206 602 m 0\n 159 602 121 564 121 519 c 0\n 121 473 159 435 206 435 c 0\n 252 435 291 473 291 518 c 0\n 291 565 253 602 206 602 c 0\n606 709 m 1\n 682 709 l 1\n 287 -20 l 1\n 210 -20 l 1\n 606 709 l 1\n679 352 m 0\n 782 352 863 271 863 167 c 0\n 863 69 779 -13 679 -13 c 0\n 578 -13 495 69 495 170 c 0\n 495 270 578 352 679 352 c 0\n679 253 m 0\n 632 253 594 215 594 169 c 128\n 594 123 632 85 679 85 c 0\n 725 85 764 123 764 168 c 0\n 764 215 726 253 679 253 c 0\nEndSplineSet\nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 722\nFlags: W\nHStem: -23 116<267 309.5> 614 109<303 338>\nVStem: 55 133<180 226.5> 130 132<553.5 580> 377 120<538.5 574.5>\nFore\n526 373 m 1\n 639 373 l 1\n 639 362 l 1\n 639 357 l 1\n 637 281 611 200 571 154 c 1\n 694 0 l 1\n 533 0 l 1\n 487 56 l 1\n 406 -5 360 -23 292 -23 c 0\n 150 -23 55 63 55 193 c 0\n 55 287 95 340 212 401 c 1\n 206 409 202 414 200 416 c 2\n 172 450 l 2\n 144 483 130 519 130 556 c 0\n 130 650 212 723 319 723 c 128\n 426 723 497 661 497 568 c 0\n 497 496 469 453 380 392 c 1\n 496 248 l 1\n 518 290 526 320 526 363 c 2\n 526 373 l 1\n278 319 m 1\n 231 290 l 2\n 204 272 188 243 188 210 c 0\n 188 150 240 93 294 93 c 0\n 325 93 367 112 414 148 c 1\n 278 319 l 1\n317 470 m 1\n 357 492 377 521 377 556 c 0\n 377 593 356 614 320 614 c 0\n 286 614 262 594 262 566 c 0\n 262 541 267 533 317 470 c 1\nEndSplineSet\nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 238\nFlags: MW\nHStem: 470 259<90 146 90 90>\nVStem: 50 138<599 729>\nFore\n188 729 m 1\n 188 599 l 1\n 146 470 l 1\n 90 470 l 1\n 50 599 l 1\n 50 729 l 1\n 188 729 l 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 333\nFlags: MW\nHStem: 709 20<203 303 303 303>\nVStem: 40 123<191.5 338>\nFore\n203 729 m 1\n 303 729 l 1\n 197 525 163 411 163 265 c 0\n 163 118 197 6 303 -200 c 1\n 203 -200 l 1\n 88 -27 40 111 40 265 c 0\n 40 418 88 556 203 729 c 1\nEndSplineSet\nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 333\nFlags: MW\nHStem: 709 20<22 122 122 122>\nVStem: 162 123<191 337.5>\nFore\n122 -200 m 1\n 22 -200 l 1\n 128 4 162 118 162 264 c 0\n 162 411 128 523 22 729 c 1\n 122 729 l 1\n 237 556 285 418 285 264 c 0\n 285 111 237 -27 122 -200 c 1\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 389\nFlags: MW\nHStem: 709 20<154 226 226 226>\nVStem: 154 72<613 729>\nFore\n132 544 m 1\n 23 580 l 1\n 45 649 l 1\n 154 613 l 1\n 154 729 l 1\n 226 729 l 1\n 226 613 l 1\n 335 649 l 1\n 357 579 l 1\n 248 544 l 1\n 315 450 l 1\n 257 407 l 1\n 190 501 l 1\n 123 407 l 1\n 65 450 l 1\n 132 544 l 1\nEndSplineSet\nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 584\nFlags: MW\nHStem: -10 20 172 119<50 232 351 533>\nVStem: 232 119<-10 172 291 473>\nFore\n533 291 m 1\n 533 172 l 1\n 351 172 l 1\n 351 -10 l 1\n 232 -10 l 1\n 232 172 l 1\n 50 172 l 1\n 50 291 l 1\n 232 291 l 1\n 232 473 l 1\n 351 473 l 1\n 351 291 l 1\n 533 291 l 1\nEndSplineSet\nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 278\nFlags: MW\nHStem: 0 146<64 150>\nVStem: 64 150<0 9 9 146>\nFore\n64 146 m 1\n 214 146 l 1\n 214 9 l 2\n 214 -69 200 -106 160 -137 c 0\n 133 -158 105 -169 64 -174 c 1\n 64 -118 l 1\n 123 -106 150 -71 150 -3 c 2\n 150 0 l 1\n 64 0 l 1\n 64 146 l 1\nEndSplineSet\nKernsSLIF: 8217 -30 2 0 8221 -33 2 0 63196 -73 2 0\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 333\nFlags: MW\nHStem: 207 135<26 298>\nFore\n298 342 m 1\n 298 207 l 1\n 26 207 l 1\n 26 342 l 1\n 298 342 l 1\nEndSplineSet\nKernsSLIF: 65 -1 2 0 84 -57 2 0 86 -27 2 0 87 -9 2 0 89 -64 2 0 193 -1 2 0 196 -1 2 0 197 -1 2 0 198 10 2 0\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 278\nFlags: MW\nHStem: 0 146<64 214>\nVStem: 64 150<0 146>\nFore\n214 146 m 1\n 214 0 l 1\n 64 0 l 1\n 64 146 l 1\n 214 146 l 1\nEndSplineSet\nKernsSLIF: 8217 -29 2 0 8221 -32 2 0 63196 -73 2 0\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 278\nFlags: MW\nHStem: -14 20\nFore\n208 714 m 1\n 275 714 l 1\n 69 -14 l 1\n 2 -14 l 1\n 208 714 l 1\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 556\nFlags: HMW\nHStem: -23 120<254.5 293> 611 113<253 291>\nVStem: 29 140<304 392.5> 377 140<309.5 397.5>\nFore\n273 724 m 0\n 356 724 425 687 467 619 c 0\n 501 564 517 476 517 346 c 0\n 517 214 497 122 457 68 c 0\n 413 8 350 -23 273 -23 c 0\n 190 -23 121 15 79 82 c 0\n 46 136 29 225 29 350 c 0\n 29 487 48 578 89 633 c 0\n 132 692 197 724 273 724 c 0\n273 611 m 0\n 233 611 203 587 187 544 c 0\n 177 515 169 434 169 351 c 0\n 169 257 177 182 191 152 c 0\n 208 116 236 97 273 97 c 0\n 313 97 343 120 359 162 c 0\n 369 190 377 270 377 349 c 0\n 377 446 369 524 355 554 c 0\n 338 591 309 611 273 611 c 0\nEndSplineSet\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 556\nFlags: HMW\nHStem: 0 20\nVStem: 238 140<0 489 489 489>\nFore\n238 489 m 1\n 68 489 l 1\n 68 582 l 1\n 190 582 263 625 285 709 c 1\n 378 709 l 1\n 378 0 l 1\n 238 0 l 1\n 238 489 l 1\nEndSplineSet\nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 556\nFlags: HMW\nHStem: 0 125<212 512> 610 114<243 306>\nVStem: 39 135<484 485> 375 140<457 531.5>\nFore\n512 125 m 1\n 512 0 l 1\n 30 0 l 1\n 37 131 74 194 194 276 c 1\n 350 387 375 418 375 496 c 0\n 375 567 337 610 275 610 c 0\n 211 610 174 564 174 485 c 2\n 174 462 l 1\n 40 462 l 1\n 39 473 39 481 39 487 c 0\n 39 637 125 724 272 724 c 0\n 421 724 515 636 515 499 c 0\n 515 403 479 349 356 259 c 0\n 252 183 230 163 212 125 c 1\n 512 125 l 1\nEndSplineSet\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 556\nFlags: HW\nHStem: -23 120<238 301.5> 611 113<244.5 293>\nVStem: 353 140<498.5 547.5> 376 140<173 230>\nFore\n217 317 m 1\n 217 411 l 1\n 229 411 l 2\n 312 411 353 447 353 518 c 0\n 353 577 321 611 265 611 c 0\n 224 611 192 592 179 561 c 0\n 172 543 169 524 168 486 c 1\n 38 486 l 1\n 38 498 l 2\n 38 561 51 609 79 644 c 0\n 119 696 187 724 268 724 c 0\n 405 724 493 649 493 531 c 0\n 493 466 466 421 400 380 c 1\n 480 341 516 287 516 204 c 0\n 516 66 419 -23 268 -23 c 0\n 123 -23 30 66 29 208 c 1\n 165 208 l 1\n 169 135 205 97 271 97 c 0\n 332 97 376 142 376 204 c 0\n 376 256 346 297 299 310 c 0\n 275 316 266 317 217 317 c 1\nEndSplineSet\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 556\nFlags: HMW\nHStem: 0 20 157 116<123 308 448 522>\nVStem: 308 140<0 157 273 576 576 576>\nFore\n522 273 m 1\n 522 157 l 1\n 448 157 l 1\n 448 0 l 1\n 308 0 l 1\n 308 157 l 1\n 24 157 l 1\n 24 275 l 1\n 283 709 l 1\n 448 709 l 1\n 448 273 l 1\n 522 273 l 1\n308 273 m 1\n 308 576 l 1\n 123 273 l 1\n 308 273 l 1\nEndSplineSet\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 556\nFlags: HMW\nHStem: -23 120<232.5 298> 368 111<272.5 298.5> 584 125<196 489 196 196>\nVStem: 377 140<189.5 274>\nFore\n489 709 m 1\n 489 584 l 1\n 196 584 l 1\n 173 436 l 1\n 214 467 249 479 296 479 c 0\n 427 479 517 379 517 234 c 0\n 517 81 413 -23 261 -23 c 0\n 123 -23 29 61 27 185 c 1\n 165 185 l 1\n 168 128 202 97 263 97 c 0\n 333 97 377 148 377 231 c 0\n 377 317 334 368 263 368 c 0\n 220 368 188 349 173 314 c 1\n 47 314 l 1\n 110 709 l 1\n 489 709 l 1\nEndSplineSet\nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 556\nFlags: HMW\nHStem: -23 120<246 309> 357 110<284 311.5> 611 113<262 312.5>\nVStem: 32 138 386 133<190 267>\nFore\n507 548 m 1\n 377 548 l 1\n 359 593 335 611 290 611 c 0\n 234 611 194 573 181 509 c 0\n 175 479 175 479 172 404 c 1\n 216 450 255 467 313 467 c 0\n 435 467 519 373 519 237 c 0\n 519 83 423 -23 282 -23 c 0\n 198 -23 124 16 83 82 c 0\n 47 139 32 215 32 337 c 0\n 32 466 49 545 91 614 c 0\n 134 685 206 724 294 724 c 0\n 371 724 436 694 473 643 c 0\n 491 617 500 594 507 548 c 1\n279 357 m 0\n 214 357 170 303 170 225 c 0\n 170 150 214 97 278 97 c 0\n 340 97 386 152 386 228 c 0\n 386 306 344 357 279 357 c 0\nEndSplineSet\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 556\nFlags: HMW\nHStem: 0 20 584 125<29 382>\nFore\n528 709 m 1\n 528 599 l 1\n 360 396 287 224 274 0 c 1\n 133 0 l 1\n 152 151 177 244 226 347 c 0\n 254 409 339 538 382 584 c 1\n 29 584 l 1\n 29 709 l 1\n 528 709 l 1\nEndSplineSet\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 556\nFlags: HW\nHStem: -23 120<239 307> 330 95<244 305.5> 611 113<243.5 306>\nVStem: 22 140<177 246> 46 123<497 546> 380 121<509 545.5> 385 140<176 246>\nFore\n409 386 m 1\n 491 342 525 288 525 204 c 0\n 525 70 422 -23 274 -23 c 0\n 125 -23 22 70 22 204 c 0\n 22 288 56 342 138 386 c 1\n 74 420 46 463 46 531 c 0\n 46 643 142 724 274 724 c 0\n 405 724 501 643 501 532 c 0\n 501 486 484 443 455 416 c 0\n 444 406 433 399 409 386 c 1\n275 611 m 0\n 212 611 169 573 169 519 c 0\n 169 464 213 425 275 425 c 0\n 336 425 380 464 380 518 c 0\n 380 573 337 611 275 611 c 0\n273 330 m 0\n 206 330 162 284 162 212 c 0\n 162 142 205 97 273 97 c 128\n 341 97 385 142 385 210 c 0\n 385 284 342 330 273 330 c 0\nEndSplineSet\nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 556\nFlags: HMW\nHStem: -24 120<234.5 298.5> 228 116<233 258> 610 114<232 297>\nVStem: 28 133<435.5 517>\nFore\n38 165 m 1\n 173 165 l 1\n 176 123 210 96 259 96 c 0\n 338 96 376 163 376 298 c 1\n 353 272 345 263 332 254 c 0\n 310 238 276 228 240 228 c 0\n 114 228 28 328 28 474 c 0\n 28 622 125 724 267 724 c 0\n 352 724 422 684 467 608 c 0\n 499 555 516 473 516 370 c 0\n 516 256 494 149 457 86 c 0\n 415 14 346 -24 255 -24 c 0\n 133 -24 41 56 38 165 c 1\n263 610 m 0\n 201 610 161 558 161 476 c 0\n 161 395 201 344 265 344 c 128\n 329 344 373 396 373 474 c 0\n 373 557 331 610 263 610 c 0\nEndSplineSet\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 333\nFlags: MW\nHStem: 0 146<113 263> 374 146<113 263>\nVStem: 113 150<0 146 374 520>\nFore\n263 146 m 1\n 263 0 l 1\n 113 0 l 1\n 113 146 l 1\n 263 146 l 1\n263 520 m 1\n 263 374 l 1\n 113 374 l 1\n 113 520 l 1\n 263 520 l 1\nEndSplineSet\nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 333\nFlags: MW\nHStem: 0 146<113 199> 374 146<113 263>\nVStem: 113 150<0 9 9 146 374 520>\nFore\n113 146 m 1\n 263 146 l 1\n 263 9 l 2\n 263 -69 249 -106 209 -137 c 0\n 182 -158 154 -169 113 -174 c 1\n 113 -118 l 1\n 172 -106 199 -71 199 -3 c 2\n 199 0 l 1\n 113 0 l 1\n 113 146 l 1\n263 520 m 1\n 263 374 l 1\n 113 374 l 1\n 113 520 l 1\n 263 520 l 1\nEndSplineSet\nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 584\nFlags: MW\nHStem: -10 20\nFore\n529 474 m 1\n 529 365 l 1\n 147 232 l 1\n 529 101 l 1\n 529 -10 l 1\n 40 172 l 1\n 40 293 l 1\n 529 474 l 1\nEndSplineSet\nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 584\nFlags: MW\nHStem: 52 119<50 534> 292 119<50 534>\nFore\n534 411 m 1\n 534 292 l 1\n 50 292 l 1\n 50 411 l 1\n 534 411 l 1\n534 171 m 1\n 534 52 l 1\n 50 52 l 1\n 50 171 l 1\n 534 171 l 1\nEndSplineSet\nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 584\nFlags: MW\nHStem: -10 20\nFore\n40 -10 m 1\n 40 99 l 1\n 422 232 l 1\n 40 363 l 1\n 40 474 l 1\n 529 292 l 1\n 529 171 l 1\n 40 -10 l 1\nEndSplineSet\nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 611\nFlags: MW\nHStem: 0 146<235 385> 626 118<277 340>\nVStem: 235 150<0 146> 415 141<488.5 543.5>\nFore\n369 201 m 1\n 245 201 l 1\n 242 286 265 331 344 399 c 1\n 403 447 415 466 415 511 c 0\n 415 576 370 626 310 626 c 0\n 244 626 196 564 200 483 c 1\n 200 481 l 1\n 64 481 l 1\n 65 563 78 611 111 655 c 0\n 154 714 221 744 307 744 c 0\n 454 744 556 650 556 514 c 0\n 556 430 529 386 436 320 c 0\n 376 278 369 267 369 201 c 1\n385 146 m 1\n 385 0 l 1\n 235 0 l 1\n 235 146 l 1\n 385 146 l 1\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 975\nFlags: MW\nHStem: -138 78<440.5 522> -19 20 56 81<419 449.5 682 714.5> 447 71<480 537> 668 77<453 560>\nVStem: 27 97<216 316> 258 97<214 260.5> 858 89<341 408.5>\nFore\n644 508 m 1\n 734 508 l 1\n 656 228 l 1\n 648 198 648 198 648 186 c 0\n 648 156 667 137 697 137 c 0\n 732 137 774 165 807 209 c 0\n 840 255 858 312 858 370 c 0\n 858 449 826 517 760 576 c 0\n 690 638 609 668 511 668 c 0\n 395 668 299 625 227 542 c 0\n 162 467 124 366 124 266 c 128\n 124 166 164 82 242 21 c 0\n 309 -31 395 -60 486 -60 c 0\n 558 -60 635 -45 693 -19 c 1\n 721 -92 l 1\n 651 -124 578 -138 484 -138 c 0\n 357 -138 261 -108 178 -43 c 0\n 82 32 27 145 27 264 c 0\n 27 380 82 510 170 601 c 0\n 262 696 380 745 516 745 c 0\n 642 745 751 702 836 620 c 0\n 912 546 947 462 947 355 c 0\n 947 272 920 203 865 140 c 0\n 817 86 757 56 697 56 c 0\n 664 56 633 65 608 82 c 0\n 588 96 580 106 572 131 c 1\n 533 84 477 56 422 56 c 0\n 331 56 258 132 258 227 c 0\n 258 294 286 370 332 427 c 0\n 377 483 446 518 514 518 c 0\n 570 518 604 496 628 446 c 1\n 644 508 l 1\n511 447 m 0\n 433 447 355 346 355 244 c 0\n 355 184 394 137 444 137 c 0\n 473 137 508 156 532 184 c 0\n 569 227 595 294 595 345 c 0\n 595 408 563 447 511 447 c 0\nEndSplineSet\nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 722\nFlags: MW\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nFore\n501 147 m 1\n 228 147 l 1\n 179 0 l 1\n 26 0 l 1\n 285 729 l 1\n 451 729 l 1\n 703 0 l 1\n 549 0 l 1\n 501 147 l 1\n460 272 m 1\n 365 557 l 1\n 270 272 l 1\n 460 272 l 1\nEndSplineSet\nKernsSLIF: 44 19 0 0 45 7 0 0 46 19 0 0 66 56 0 0 67 -33 0 0 68 57 0 0 69 56 0 0 70 60 0 0 71 -35 0 0 72 66 0 0 73 71 0 0 75 60 0 0 76 56 0 0 77 68 0 0 78 66 0 0 79 -34 0 0 80 58 0 0 81 -35 0 0 82 56 0 0 83 42 0 0 84 -81 0 0 85 -32 0 0 86 -66 0 0 87 -51 0 0 88 56 0 0 89 -90 0 0 90 56 0 0 97 -1 0 0 98 -1 0 0 99 -14 0 0 100 -13 0 0 101 -9 0 0 102 49 0 0 103 -14 0 0 104 67 0 0 105 67 0 0 106 64 0 0 107 75 0 0 108 67 0 0 109 74 0 0 110 71 0 0 111 -16 0 0 112 76 0 0 113 -12 0 0 114 71 0 0 116 -18 0 0 117 -12 0 0 118 -37 0 0 119 -23 0 0 120 134 0 0 121 -35 0 0 122 105 0 0 171 -43 0 0 199 -33 0 0 214 -34 0 0 217 -32 0 0 218 -32 0 0 219 -32 0 0 220 -32 0 0 231 -14 0 0 8217 -61 0 0 8221 -65 0 0 8249 -40 0 0 63034 95 0 0 63035 43 0 0 63037 48 0 0 63040 47 0 0 63196 -89 0 0\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 722\nFlags: W\nHStem: 0 125<232 410> 314 125<232 395 395 411> 604 125<232 232 232 395>\nVStem: 82 150<125 314 439 604> 501 144<506 548> 522 144<188.5 246>\nFore\n82 0 m 1\n 82 729 l 1\n 407 729 l 2\n 485 729 536 713 579 676 c 0\n 620 640 645 587 645 537 c 0\n 645 475 617 433 545 387 c 1\n 627 339 666 282 666 210 c 0\n 666 152 638 90 594 53 c 128\n 550 16 494 0 410 0 c 2\n 82 0 l 1\n232 604 m 1\n 232 439 l 1\n 395 439 l 2\n 464 439 501 468 501 521 c 0\n 501 575 464 604 395 604 c 2\n 232 604 l 1\n232 314 m 1\n 232 125 l 1\n 411 125 l 2\n 484 125 522 158 522 219 c 0\n 522 281 484 314 411 314 c 2\n 232 314 l 1\nEndSplineSet\nKernsSLIF: 65 -32 0 0 66 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 56 0 0 73 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 -11 0 0 80 56 0 0 82 56 0 0 86 -39 0 0 87 -27 0 0 89 -51 0 0 90 46 0 0 97 50 0 0 98 56 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 112 56 0 0 114 56 0 0 117 56 0 0 120 56 0 0 122 50 0 0 193 -32 0 0 194 -32 0 0 195 -32 0 0 196 -32 0 0 197 -32 0 0 198 -20 0 0 210 -11 0 0 211 -11 0 0 212 -11 0 0 214 -11 0 0 216 -5 0 0 338 -2 0 0 63034 45 0 0\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 722\nFlags: MW\nHStem: -23 126<320 424.5> 613 128<324 409>\nVStem: 44 150<276.5 436.5>\nFore\n682 482 m 1\n 539 482 l 1\n 530 521 522 540 506 560 c 0\n 478 595 435 613 383 613 c 0\n 265 613 194 517 194 356 c 0\n 194 197 262 103 378 103 c 0\n 471 103 530 156 539 249 c 1\n 685 249 l 1\n 676 82 555 -23 374 -23 c 0\n 171 -23 44 124 44 358 c 0\n 44 594 172 741 378 741 c 0\n 487 741 577 700 633 626 c 0\n 664 585 677 545 682 482 c 1\nEndSplineSet\nKernsSLIF: 65 -29 0 0 66 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 5 0 0 73 67 0 0 74 56 0 0 75 2 0 0 76 56 0 0 77 64 0 0 78 62 0 0 79 -6 0 0 80 56 0 0 82 56 0 0 83 53 0 0 85 56 0 0 89 -55 0 0 90 51 0 0 97 73 0 0 98 71 0 0 99 56 0 0 100 56 0 0 101 56 0 0 102 86 0 0 103 56 0 0 104 63 0 0 105 63 0 0 106 60 0 0 107 71 0 0 108 63 0 0 109 70 0 0 110 67 0 0 111 56 0 0 112 72 0 0 113 56 0 0 114 67 0 0 115 52 0 0 116 53 0 0 117 72 0 0 119 45 0 0 120 81 0 0 122 81 0 0 193 -29 0 0 196 -29 0 0 197 -29 0 0 198 -17 0 0 211 -6 0 0 214 -6 0 0 63033 52 0 0 63034 80 0 0 63035 52 0 0 63037 47 0 0 63038 53 0 0 63039 50 0 0 63040 53 0 0 63041 53 0 0\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 722\nFlags: MW\nHStem: 0 125<227 362> 604 125<227 362 227 227>\nVStem: 77 150<125 604> 531 150<308.5 421>\nFore\n77 0 m 1\n 77 729 l 1\n 362 729 l 2\n 474 729 543 704 592 645 c 0\n 650 576 681 477 681 365 c 0\n 681 252 650 153 592 85 c 0\n 543 26 473 0 362 0 c 2\n 77 0 l 1\n227 125 m 1\n 362 125 l 2\n 475 125 531 204 531 364 c 0\n 531 525 475 604 362 604 c 2\n 227 604 l 1\n 227 125 l 1\nEndSplineSet\nKernsSLIF: 65 -37 0 0 66 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 56 0 0 73 56 0 0 74 2 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 80 56 0 0 82 56 0 0 84 -17 0 0 86 -35 0 0 87 -20 0 0 88 -35 0 0 89 -56 0 0 98 56 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 112 56 0 0 114 56 0 0 192 -37 0 0 193 -37 0 0 194 -37 0 0 195 -37 0 0 196 -37 0 0 197 -37 0 0\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 667\nFlags: MW\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nFore\n229 314 m 1\n 229 125 l 1\n 624 125 l 1\n 624 0 l 1\n 79 0 l 1\n 79 729 l 1\n 606 729 l 1\n 606 604 l 1\n 229 604 l 1\n 229 439 l 1\n 578 439 l 1\n 578 314 l 1\n 229 314 l 1\nEndSplineSet\nKernsSLIF: 65 72 0 0 66 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 56 0 0 73 61 0 0 75 56 0 0 76 56 0 0 77 58 0 0 78 56 0 0 80 56 0 0 82 56 0 0 84 49 0 0 86 45 0 0 87 62 0 0 88 83 0 0 89 51 0 0 90 78 0 0 98 65 0 0 102 57 0 0 104 57 0 0 105 57 0 0 106 54 0 0 107 65 0 0 108 57 0 0 116 59 0 0 63033 62 0 0 63037 74 0 0 63038 58 0 0 63039 47 0 0 63040 75 0 0 63041 73 0 0 63196 -88 0 0\nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 611\nFlags: MW\nHStem: 0 20 314 125<224 543> 604 125<224 586 224 224>\nVStem: 74 150<0 314 439 604>\nFore\n224 314 m 1\n 224 0 l 1\n 74 0 l 1\n 74 729 l 1\n 586 729 l 1\n 586 604 l 1\n 224 604 l 1\n 224 439 l 1\n 543 439 l 1\n 543 314 l 1\n 224 314 l 1\nEndSplineSet\nKernsSLIF: 44 -76 0 0 45 11 0 0 46 -75 0 0 65 -63 0 0 74 -25 0 0 79 -16 0 0 97 -15 0 0 101 -7 0 0 105 -7 0 0 106 -9 0 0 111 -14 0 0 114 -27 0 0 117 -24 0 0 192 -63 0 0 193 -63 0 0 194 -63 0 0 195 -63 0 0 196 -63 0 0 197 -63 0 0 214 -16 0 0 225 -15 0 0 228 -15 0 0 229 -15 0 0 230 -17 0 0 233 -7 0 0 243 -14 0 0 246 -14 0 0 248 -15 0 0 339 -8 0 0 63196 -70 0 0\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 778\nFlags: MW\nHStem: -23 128<339.5 429> 267 125<419 585> 613 128<332.5 422>\nVStem: 42 150<286 439.5>\nFore\n711 392 m 1\n 711 -2 l 1\n 621 -2 l 1\n 603 94 l 1\n 547 12 481 -23 383 -23 c 0\n 186 -23 42 138 42 359 c 0\n 42 586 185 741 395 741 c 0\n 571 741 693 646 711 496 c 1\n 570 496 l 1\n 557 534 546 551 525 569 c 0\n 492 598 448 613 396 613 c 0\n 269 613 192 518 192 361 c 0\n 192 211 279 105 400 105 c 0\n 458 105 513 131 549 175 c 0\n 571 201 581 226 585 267 c 1\n 419 267 l 1\n 419 392 l 1\n 711 392 l 1\nEndSplineSet\nKernsSLIF: 65 -8 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 66 0 0 84 -17 0 0 85 56 0 0 86 -36 0 0 87 -20 0 0 88 67 0 0 89 -56 0 0 90 65 0 0 97 66 0 0 98 56 0 0 99 56 0 0 100 60 0 0 101 67 0 0 103 56 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 61 0 0 114 56 0 0 115 61 0 0 117 56 0 0 118 65 0 0 119 77 0 0 120 84 0 0 121 70 0 0 122 74 0 0 192 -8 0 0 193 -8 0 0 194 -8 0 0 195 -8 0 0 196 -8 0 0 197 -8 0 0 198 4 0 0 63033 70 0 0 63034 56 0 0 63035 61 0 0 63036 56 0 0 63037 67 0 0 63038 66 0 0 63040 75 0 0 63041 63 0 0 63196 48 0 0\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 722\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nFore\n507 331 m 1\n 218 331 l 1\n 218 0 l 1\n 68 0 l 1\n 68 729 l 1\n 218 729 l 1\n 218 456 l 1\n 506 456 l 1\n 506 729 l 1\n 657 729 l 1\n 657 0 l 1\n 507 0 l 1\n 507 331 l 1\nEndSplineSet\nKernsSLIF: 65 62 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 58 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 69 0 0 84 90 0 0 85 56 0 0 86 56 0 0 87 65 0 0 88 72 0 0 89 56 0 0 90 70 0 0 97 68 0 0 98 56 0 0 99 57 0 0 100 62 0 0 101 69 0 0 102 90 0 0 103 58 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 63 0 0 114 56 0 0 115 63 0 0 116 73 0 0 117 56 0 0 118 74 0 0 119 86 0 0 120 87 0 0 121 79 0 0 122 80 0 0 63033 72 0 0 63034 72 0 0 63035 73 0 0 63036 56 0 0 63037 70 0 0 63038 69 0 0 63039 56 0 0 63040 78 0 0 63041 73 0 0 63196 56 0 0\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 278\nFlags: MW\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nFore\n213 729 m 1\n 213 0 l 1\n 63 0 l 1\n 63 729 l 1\n 213 729 l 1\nEndSplineSet\nKernsSLIF: 65 62 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 58 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 69 0 0 84 90 0 0 85 56 0 0 86 56 0 0 87 65 0 0 88 72 0 0 89 56 0 0 90 70 0 0 97 68 0 0 98 56 0 0 99 57 0 0 100 62 0 0 101 69 0 0 102 90 0 0 103 58 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 63 0 0 114 56 0 0 115 63 0 0 116 73 0 0 117 56 0 0 118 74 0 0 119 86 0 0 120 87 0 0 121 79 0 0 122 80 0 0 63033 72 0 0 63034 72 0 0 63035 73 0 0 63036 56 0 0 63037 70 0 0 63038 69 0 0 63039 56 0 0 63040 78 0 0 63041 73 0 0 63196 56 0 0\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 556\nFlags: MW\nHStem: -23 128<226.5 281> 709 20<336 486 486 486>\nVStem: 24 150<198 200 200 270> 336 150<190 729>\nFore\n336 729 m 1\n 486 729 l 1\n 486 190 l 2\n 486 54 401 -23 252 -23 c 0\n 183 -23 127 -3 85 35 c 0\n 42 75 24 122 24 198 c 2\n 24 270 l 1\n 174 270 l 1\n 174 200 l 2\n 174 133 198 105 255 105 c 0\n 307 105 336 135 336 190 c 2\n 336 729 l 1\nEndSplineSet\nKernsSLIF: 65 -32 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 64 0 0 84 56 0 0 85 56 0 0 87 56 0 0 88 48 0 0 90 56 0 0 97 54 0 0 98 56 0 0 99 56 0 0 100 56 0 0 101 61 0 0 102 66 0 0 103 56 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 56 0 0 114 56 0 0 115 55 0 0 116 68 0 0 117 56 0 0 118 56 0 0 119 75 0 0 120 79 0 0 121 56 0 0 122 53 0 0 196 -32 0 0 197 -32 0 0 198 -20 0 0 63033 67 0 0 63034 52 0 0 63035 68 0 0 63037 65 0 0 63038 64 0 0 63039 56 0 0 63040 73 0 0 63041 68 0 0 63196 56 0 0\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 722\nFlags: MW\nHStem: 0 20 709 20<74 224 224 224 509 686 686 686>\nVStem: 74 150<0 244 409 729>\nFore\n224 244 m 1\n 224 0 l 1\n 74 0 l 1\n 74 729 l 1\n 224 729 l 1\n 224 409 l 1\n 509 729 l 1\n 686 729 l 1\n 395 415 l 1\n 717 0 l 1\n 538 0 l 1\n 299 322 l 1\n 224 244 l 1\nEndSplineSet\nKernsSLIF: 45 -44 0 0 66 68 0 0 67 -53 0 0 68 73 0 0 69 71 0 0 70 76 0 0 71 -55 0 0 72 82 0 0 73 87 0 0 75 76 0 0 76 70 0 0 77 84 0 0 78 82 0 0 79 -54 0 0 80 74 0 0 81 -60 0 0 82 70 0 0 83 -30 0 0 84 13 0 0 87 43 0 0 88 56 0 0 97 -3 0 0 98 91 0 0 99 -47 0 0 101 -25 0 0 102 49 0 0 104 83 0 0 105 83 0 0 106 66 0 0 107 91 0 0 108 83 0 0 109 88 0 0 110 85 0 0 111 -33 0 0 112 90 0 0 114 85 0 0 117 -23 0 0 118 -42 0 0 120 79 0 0 121 -65 0 0 122 114 0 0 211 -54 0 0 214 -54 0 0 228 -3 0 0 229 -3 0 0 243 -33 0 0 246 -33 0 0 252 -23 0 0 338 -44 0 0 63034 112 0 0 63196 -75 0 0\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 611\nFlags: MW\nHStem: 0 125<230 579> 709 20<80 230 230 230>\nVStem: 80 150<125 729>\nFore\n230 729 m 1\n 230 125 l 1\n 579 125 l 1\n 579 0 l 1\n 80 0 l 1\n 80 729 l 1\n 230 729 l 1\nEndSplineSet\nKernsSLIF: 45 -12 0 0 65 9 0 0 67 -26 0 0 71 -30 0 0 79 -29 0 0 83 -2 0 0 84 -95 0 0 85 -24 0 0 86 -90 0 0 87 -68 0 0 89 -112 0 0 117 -7 0 0 118 -74 0 0 119 -60 0 0 121 -55 0 0 193 9 0 0 196 9 0 0 197 9 0 0 198 21 0 0 199 -26 0 0 210 -29 0 0 211 -29 0 0 212 -29 0 0 213 -29 0 0 214 -29 0 0 220 -24 0 0 252 -7 0 0 8217 -138 0 0 8221 -141 0 0 63036 -186 0 0 63039 -48 0 0 63196 -114 0 0\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 833\nFlags: MW\nHStem: 0 20 709 20<66 290 290 290 550 776 776 776>\nVStem: 66 150<0 568> 626 150<0 568 568 568>\nFore\n216 568 m 1\n 216 0 l 1\n 66 0 l 1\n 66 729 l 1\n 290 729 l 1\n 422 149 l 1\n 550 729 l 1\n 776 729 l 1\n 776 0 l 1\n 626 0 l 1\n 626 568 l 1\n 497 0 l 1\n 347 0 l 1\n 216 568 l 1\nEndSplineSet\nKernsSLIF: 65 70 0 0 66 56 0 0 67 63 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 64 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 66 0 0 80 56 0 0 81 63 0 0 82 56 0 0 83 77 0 0 84 98 0 0 85 56 0 0 86 57 0 0 87 73 0 0 88 80 0 0 89 56 0 0 90 78 0 0 97 76 0 0 98 56 0 0 99 65 0 0 100 70 0 0 101 77 0 0 102 98 0 0 103 66 0 0 104 56 0 0 105 56 0 0 106 42 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 63 0 0 112 56 0 0 113 71 0 0 114 56 0 0 115 71 0 0 116 81 0 0 117 56 0 0 118 82 0 0 119 94 0 0 120 95 0 0 121 87 0 0 122 88 0 0 63033 80 0 0 63034 80 0 0 63035 81 0 0 63036 56 0 0 63037 78 0 0 63038 77 0 0 63039 56 0 0 63040 86 0 0 63041 81 0 0 63196 56 0 0\nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 722\nFlags: MW\nHStem: 0 20 709 20<68 222 222 222 511 661 661 661>\nVStem: 68 150<0 504> 511 150<233 729>\nFore\n511 0 m 1\n 218 504 l 1\n 218 0 l 1\n 68 0 l 1\n 68 729 l 1\n 222 729 l 1\n 511 233 l 1\n 511 729 l 1\n 661 729 l 1\n 661 0 l 1\n 511 0 l 1\nEndSplineSet\nKernsSLIF: 44 15 0 0 46 16 0 0 65 -5 0 0 66 56 0 0 67 9 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 8 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 8 0 0 80 56 0 0 81 59 0 0 82 56 0 0 83 73 0 0 84 94 0 0 85 56 0 0 86 56 0 0 87 69 0 0 88 76 0 0 89 56 0 0 90 74 0 0 97 13 0 0 98 56 0 0 99 61 0 0 100 66 0 0 101 18 0 0 102 94 0 0 103 62 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 11 0 0 112 56 0 0 113 67 0 0 114 56 0 0 115 67 0 0 116 77 0 0 117 12 0 0 118 78 0 0 119 90 0 0 120 91 0 0 121 83 0 0 122 84 0 0 193 -5 0 0 196 -5 0 0 197 -5 0 0 198 7 0 0 199 9 0 0 211 8 0 0 214 8 0 0 225 13 0 0 228 13 0 0 229 13 0 0 230 13 0 0 233 18 0 0 243 11 0 0 246 11 0 0 248 11 0 0 252 12 0 0 63033 76 0 0 63034 76 0 0 63035 77 0 0 63036 56 0 0 63037 74 0 0 63038 73 0 0 63039 56 0 0 63040 82 0 0 63041 77 0 0 63196 56 0 0\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 778\nFlags: MW\nHStem: -23 128<339 443> 613 128<339 442.5>\nVStem: 40 150<304.5 413.5> 592 150<302.5 411>\nFore\n390 741 m 0\n 495 741 576 709 640 640 c 0\n 705 570 742 468 742 354 c 0\n 742 251 703 145 640 78 c 0\n 577 10 495 -23 391 -23 c 128\n 287 -23 205 10 142 78 c 0\n 77 147 40 250 40 359 c 128\n 40 468 77 570 142 640 c 0\n 204 707 288 741 390 741 c 0\n391 613 m 0\n 270 613 190 512 190 359 c 128\n 190 206 270 105 391 105 c 0\n 511 105 592 206 592 355 c 0\n 592 513 514 613 391 613 c 0\nEndSplineSet\nKernsSLIF: 65 -37 0 0 66 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 59 0 0 73 64 0 0 75 56 0 0 76 56 0 0 77 61 0 0 78 59 0 0 80 56 0 0 82 56 0 0 84 -20 0 0 86 -36 0 0 87 -21 0 0 88 -36 0 0 89 -59 0 0 97 47 0 0 98 68 0 0 102 50 0 0 104 60 0 0 105 60 0 0 106 56 0 0 107 68 0 0 108 60 0 0 109 67 0 0 110 64 0 0 112 69 0 0 114 64 0 0 116 50 0 0 117 56 0 0 120 59 0 0 122 74 0 0 193 -37 0 0 196 -37 0 0 197 -37 0 0 198 -26 0 0 63034 63 0 0 63041 42 0 0\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 667\nFlags: MW\nHStem: 0 20 260 125<226 366 366 406> 604 125<226 366 226 226>\nVStem: 76 150<0 260 385 604> 483 150<457 531.5>\nFore\n226 260 m 1\n 226 0 l 1\n 76 0 l 1\n 76 729 l 1\n 398 729 l 2\n 550 729 633 649 633 503 c 0\n 633 355 547 260 413 260 c 2\n 226 260 l 1\n226 385 m 1\n 366 385 l 2\n 446 385 483 420 483 494 c 0\n 483 569 446 604 366 604 c 2\n 226 604 l 1\n 226 385 l 1\nEndSplineSet\nKernsSLIF: 44 -94 0 0 46 -94 0 0 65 -65 0 0 74 -44 0 0 88 -69 0 0 89 -45 0 0 97 -7 0 0 101 -8 0 0 111 -14 0 0 193 -65 0 0 196 -65 0 0 197 -65 0 0 198 -54 0 0 225 -7 0 0 228 -7 0 0 229 -7 0 0 230 -8 0 0 233 -8 0 0 243 -14 0 0 246 -14 0 0 248 -17 0 0 339 -8 0 0\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 778\nFlags: MW\nHStem: -23 128<342.5 409> 613 128<342 446>\nVStem: 43 150<304.5 413.5> 595 150<328 414.5>\nFore\n665 103 m 1\n 745 27 l 1\n 669 -54 l 1\n 583 27 l 1\n 525 -8 469 -23 394 -23 c 0\n 291 -23 208 10 145 78 c 0\n 81 147 43 250 43 359 c 128\n 43 468 81 571 145 640 c 0\n 208 708 290 741 394 741 c 128\n 498 741 580 708 643 640 c 0\n 707 571 745 468 745 361 c 0\n 745 263 714 163 665 103 c 1\n480 278 m 1\n 562 200 l 1\n 584 244 595 298 595 358 c 0\n 595 513 516 613 394 613 c 0\n 273 613 193 512 193 359 c 128\n 193 206 273 105 393 105 c 0\n 425 105 458 112 481 124 c 1\n 404 197 l 1\n 480 278 l 1\nEndSplineSet\nKernsSLIF: 65 82 0 0 66 56 0 0 67 81 0 0 68 57 0 0 69 56 0 0 70 60 0 0 71 82 0 0 72 66 0 0 73 71 0 0 75 60 0 0 76 56 0 0 77 68 0 0 78 66 0 0 79 84 0 0 80 58 0 0 81 81 0 0 82 56 0 0 83 77 0 0 85 56 0 0 88 82 0 0 89 -41 0 0 90 91 0 0 97 84 0 0 98 75 0 0 99 76 0 0 100 81 0 0 101 87 0 0 102 96 0 0 103 76 0 0 104 67 0 0 105 67 0 0 106 64 0 0 107 75 0 0 108 67 0 0 109 74 0 0 110 71 0 0 111 75 0 0 112 76 0 0 113 83 0 0 114 71 0 0 115 76 0 0 116 95 0 0 117 71 0 0 118 72 0 0 119 84 0 0 120 98 0 0 121 77 0 0 122 106 0 0 63033 98 0 0 63034 96 0 0 63035 79 0 0 63036 49 0 0 63037 75 0 0 63038 95 0 0 63040 81 0 0 63041 88 0 0\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 722\nFlags: MW\nHStem: 0 20 289 125<230 402> 604 125<230 411 230 230>\nVStem: 80 150<0 289 414 604> 517 150<493.5 528>\nFore\n230 289 m 1\n 230 0 l 1\n 80 0 l 1\n 80 729 l 1\n 471 729 l 2\n 533 729 579 713 612 679 c 0\n 647 643 667 590 667 532 c 0\n 667 443 626 384 544 352 c 1\n 637 312 641 302 645 87 c 0\n 645 55 654 40 677 27 c 1\n 677 0 l 1\n 516 0 l 1\n 497 35 493 57 493 125 c 0\n 493 136 493 154 494 173 c 0\n 495 186 495 196 495 202 c 0\n 495 263 467 289 402 289 c 2\n 230 289 l 1\n230 414 m 1\n 411 414 l 2\n 454 414 474 419 490 433 c 0\n 507 448 517 476 517 511 c 0\n 517 545 508 570 490 585 c 128\n 472 600 454 604 411 604 c 2\n 230 604 l 1\n 230 414 l 1\nEndSplineSet\nKernsSLIF: 45 15 0 0 65 87 0 0 66 56 0 0 67 -5 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 -6 0 0 72 56 0 0 73 59 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 -6 0 0 80 56 0 0 82 56 0 0 83 66 0 0 85 -4 0 0 86 -26 0 0 87 -17 0 0 88 80 0 0 89 -37 0 0 90 56 0 0 97 52 0 0 98 63 0 0 101 2 0 0 102 67 0 0 104 56 0 0 105 56 0 0 106 52 0 0 107 63 0 0 108 56 0 0 109 62 0 0 110 59 0 0 111 -4 0 0 112 64 0 0 114 59 0 0 115 40 0 0 116 64 0 0 117 52 0 0 118 75 0 0 119 88 0 0 120 106 0 0 121 5 0 0 122 98 0 0 199 -5 0 0 211 -6 0 0 214 -6 0 0 220 -4 0 0 233 2 0 0 243 -4 0 0 246 -4 0 0 338 3 0 0 339 1 0 0 63033 64 0 0 63034 90 0 0 63035 72 0 0 63036 44 0 0 63037 57 0 0 63038 57 0 0 63039 41 0 0 63040 68 0 0 63041 70 0 0 63196 46 0 0\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 667\nFlags: MW\nHStem: -23 120<291 387.5> 621 120<275.5 361.5>\nVStem: 45 143<504.5 558.5> 489 144<164.5 224.5>\nFore\n607 507 m 1\n 467 507 l 1\n 462 581 409 621 314 621 c 0\n 237 621 188 586 188 531 c 0\n 188 478 219 457 326 436 c 2\n 440 414 l 2\n 575 388 633 328 633 213 c 0\n 633 65 522 -23 334 -23 c 0\n 148 -23 41 62 32 218 c 1\n 178 218 l 1\n 183 140 240 97 342 97 c 0\n 433 97 489 134 489 195 c 0\n 489 254 452 282 352 301 c 2\n 250 321 l 2\n 102 349 45 404 45 517 c 0\n 45 659 146 741 321 741 c 0\n 426 741 507 712 556 658 c 0\n 592 618 607 574 607 507 c 1\nEndSplineSet\nKernsSLIF: 65 -20 0 0 66 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 62 0 0 73 67 0 0 75 56 0 0 76 56 0 0 77 64 0 0 78 62 0 0 80 56 0 0 82 56 0 0 83 56 0 0 84 -5 0 0 85 56 0 0 86 -31 0 0 87 -17 0 0 89 -43 0 0 90 53 0 0 97 81 0 0 98 71 0 0 99 54 0 0 100 54 0 0 101 54 0 0 102 80 0 0 103 62 0 0 104 63 0 0 105 63 0 0 106 60 0 0 107 71 0 0 108 63 0 0 109 70 0 0 110 67 0 0 111 53 0 0 112 72 0 0 113 57 0 0 114 67 0 0 115 72 0 0 116 1 0 0 117 72 0 0 120 73 0 0 122 67 0 0 193 -20 0 0 196 -20 0 0 197 -20 0 0 198 -8 0 0 63033 48 0 0 63034 65 0 0 63035 63 0 0 63037 67 0 0 63038 49 0 0 63039 48 0 0 63040 56 0 0 63041 68 0 0\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 611\nFlags: MW\nHStem: 0 20 604 125<14 235 385 598 385 385>\nVStem: 235 150<0 604>\nFore\n385 604 m 1\n 385 0 l 1\n 235 0 l 1\n 235 604 l 1\n 14 604 l 1\n 14 729 l 1\n 598 729 l 1\n 598 604 l 1\n 385 604 l 1\nEndSplineSet\nKernsSLIF: 44 -67 0 0 45 -48 0 0 46 -67 0 0 58 -97 0 0 59 -98 0 0 65 -87 0 0 66 74 0 0 67 -20 0 0 68 79 0 0 69 77 0 0 70 82 0 0 71 -22 0 0 72 88 0 0 73 93 0 0 74 -87 0 0 75 82 0 0 76 76 0 0 77 90 0 0 78 88 0 0 79 -22 0 0 80 80 0 0 82 76 0 0 83 3 0 0 86 18 0 0 87 24 0 0 88 48 0 0 89 16 0 0 97 -73 0 0 98 97 0 0 99 -74 0 0 100 -99 0 0 101 -69 0 0 102 43 0 0 103 -75 0 0 104 89 0 0 105 -1 0 0 106 -3 0 0 107 97 0 0 108 89 0 0 109 -117 0 0 110 -120 0 0 111 -76 0 0 112 -115 0 0 113 -98 0 0 114 -71 0 0 115 -74 0 0 117 -72 0 0 118 -82 0 0 119 -77 0 0 120 -74 0 0 121 -80 0 0 122 -81 0 0 171 -101 0 0 192 -87 0 0 193 -87 0 0 194 -87 0 0 195 -87 0 0 196 -87 0 0 197 -87 0 0 198 -75 0 0 210 -22 0 0 211 -22 0 0 212 -22 0 0 213 -22 0 0 214 -22 0 0 216 -23 0 0 230 -73 0 0 248 -73 0 0 338 -11 0 0 8249 -98 0 0 63034 48 0 0 63036 -140 0 0 63196 -53 0 0\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 722\nFlags: MW\nHStem: -23 128<321 409> 709 20<76 226 226 226 504 654 654 654>\nVStem: 76 150<235 729> 504 150<235 729>\nFore\n504 729 m 1\n 654 729 l 1\n 654 235 l 2\n 654 153 632 95 583 51 c 0\n 530 3 453 -23 365 -23 c 128\n 277 -23 200 3 147 51 c 0\n 98 95 76 153 76 235 c 2\n 76 729 l 1\n 226 729 l 1\n 226 235 l 2\n 226 147 271 105 365 105 c 128\n 459 105 504 147 504 235 c 2\n 504 729 l 1\nEndSplineSet\nKernsSLIF: 44 -7 0 0 46 -4 0 0 65 -34 0 0 66 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 80 56 0 0 82 56 0 0 83 56 0 0 85 56 0 0 88 48 0 0 90 56 0 0 97 53 0 0 98 56 0 0 99 56 0 0 100 56 0 0 101 56 0 0 102 68 0 0 103 56 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 6 0 0 110 5 0 0 111 56 0 0 112 7 0 0 113 56 0 0 114 5 0 0 115 49 0 0 116 68 0 0 117 56 0 0 119 56 0 0 120 61 0 0 122 55 0 0 193 -34 0 0 194 -34 0 0 195 -34 0 0 196 -34 0 0 197 -34 0 0 198 -22 0 0 63033 56 0 0 63034 53 0 0 63035 58 0 0 63037 63 0 0 63038 56 0 0 63039 56 0 0 63040 55 0 0 63041 63 0 0 63196 56 0 0\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 667\nFlags: MW\nHStem: 0 20 709 20<24 175 175 175 496 647 647 647>\nFore\n397 0 m 1\n 270 0 l 1\n 24 729 l 1\n 175 729 l 1\n 337 180 l 1\n 496 729 l 1\n 647 729 l 1\n 397 0 l 1\nEndSplineSet\nKernsSLIF: 44 -69 0 0 45 -21 0 0 46 -69 0 0 58 -65 0 0 59 -67 0 0 65 -71 0 0 66 56 0 0 67 -36 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 -38 0 0 72 56 0 0 73 56 0 0 74 -84 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 -37 0 0 80 56 0 0 81 -46 0 0 82 56 0 0 83 -21 0 0 84 21 0 0 88 48 0 0 90 56 0 0 97 -47 0 0 98 58 0 0 99 -49 0 0 100 -45 0 0 101 -43 0 0 103 -49 0 0 104 56 0 0 105 -5 0 0 107 58 0 0 108 56 0 0 111 -50 0 0 113 -42 0 0 114 -34 0 0 117 -34 0 0 120 64 0 0 121 -10 0 0 122 45 0 0 171 -74 0 0 192 -71 0 0 193 -71 0 0 194 -71 0 0 195 -71 0 0 196 -71 0 0 197 -71 0 0 198 -59 0 0 210 -37 0 0 211 -37 0 0 212 -37 0 0 213 -37 0 0 214 -37 0 0 216 -31 0 0 230 -48 0 0 248 -48 0 0 8249 -72 0 0 63034 41 0 0 63036 -99 0 0\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 944\nFlags: MW\nHStem: 0 20 709 20<13 172 172 172 398 546 546 546 773 932 932 932>\nFore\n730 0 m 1\n 595 0 l 1\n 473 569 l 1\n 354 0 l 1\n 219 0 l 1\n 13 729 l 1\n 172 729 l 1\n 285 183 l 1\n 398 729 l 1\n 546 729 l 1\n 664 182 l 1\n 773 729 l 1\n 932 729 l 1\n 730 0 l 1\nEndSplineSet\nKernsSLIF: 44 -45 0 0 45 -3 0 0 46 -45 0 0 58 -53 0 0 59 -54 0 0 65 -54 0 0 66 56 0 0 67 -20 0 0 68 56 0 0 69 56 0 0 70 57 0 0 71 -22 0 0 72 63 0 0 73 68 0 0 74 -42 0 0 75 57 0 0 76 56 0 0 77 65 0 0 78 63 0 0 79 -21 0 0 80 56 0 0 82 56 0 0 83 -12 0 0 84 25 0 0 88 73 0 0 90 56 0 0 97 -29 0 0 98 72 0 0 101 -24 0 0 103 -30 0 0 104 64 0 0 105 -1 0 0 106 61 0 0 107 72 0 0 108 64 0 0 111 -31 0 0 114 -24 0 0 117 -23 0 0 120 60 0 0 122 66 0 0 171 -55 0 0 192 -54 0 0 193 -54 0 0 194 -54 0 0 195 -54 0 0 196 -54 0 0 197 -54 0 0 198 -43 0 0 210 -21 0 0 211 -21 0 0 212 -21 0 0 213 -21 0 0 214 -21 0 0 216 -15 0 0 230 -29 0 0 248 -29 0 0 8249 -53 0 0 63034 62 0 0 63036 -69 0 0\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 667\nFlags: MW\nHStem: 0 20 709 20<30 208 208 208 470 644 644 644>\nFore\n419 372 m 1\n 653 0 l 1\n 475 0 l 1\n 335 253 l 1\n 196 0 l 1\n 22 0 l 1\n 252 367 l 1\n 30 729 l 1\n 208 729 l 1\n 336 489 l 1\n 470 729 l 1\n 644 729 l 1\n 419 372 l 1\nEndSplineSet\nKernsSLIF: 45 -27 0 0 65 56 0 0 66 63 0 0 67 -34 0 0 68 68 0 0 69 66 0 0 70 71 0 0 72 77 0 0 73 82 0 0 74 -57 0 0 75 71 0 0 76 65 0 0 77 79 0 0 78 77 0 0 79 -35 0 0 80 69 0 0 81 -37 0 0 82 65 0 0 85 47 0 0 86 47 0 0 87 70 0 0 88 86 0 0 97 -5 0 0 98 86 0 0 101 -25 0 0 102 55 0 0 104 78 0 0 105 78 0 0 106 75 0 0 107 86 0 0 108 78 0 0 109 82 0 0 110 79 0 0 111 -32 0 0 112 84 0 0 114 79 0 0 117 -25 0 0 120 106 0 0 121 -40 0 0 122 110 0 0 214 -35 0 0 63034 101 0 0\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 667\nFlags: MW\nHStem: 0 20 709 20<27 194 194 194 482 650 650 650>\nVStem: 269 150<0 270>\nFore\n419 270 m 1\n 419 0 l 1\n 269 0 l 1\n 269 270 l 1\n 27 729 l 1\n 194 729 l 1\n 343 407 l 1\n 482 729 l 1\n 650 729 l 1\n 419 270 l 1\nEndSplineSet\nKernsSLIF: 44 -78 0 0 45 -50 0 0 46 -78 0 0 58 -81 0 0 59 -83 0 0 65 -86 0 0 66 56 0 0 67 -52 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 -54 0 0 72 56 0 0 73 58 0 0 74 -119 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 -54 0 0 80 56 0 0 81 -76 0 0 82 56 0 0 83 -29 0 0 84 22 0 0 97 -66 0 0 98 62 0 0 99 -89 0 0 100 -84 0 0 101 -63 0 0 103 -68 0 0 104 56 0 0 105 -3 0 0 106 41 0 0 107 62 0 0 108 56 0 0 111 -70 0 0 112 -45 0 0 113 -83 0 0 115 -85 0 0 117 -48 0 0 118 -27 0 0 171 -98 0 0 192 -86 0 0 193 -86 0 0 194 -86 0 0 195 -86 0 0 196 -86 0 0 197 -86 0 0 198 -74 0 0 210 -54 0 0 211 -54 0 0 212 -54 0 0 213 -54 0 0 214 -54 0 0 216 -47 0 0 230 -67 0 0 248 -67 0 0 8249 -96 0 0 63036 -172 0 0\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 611\nFlags: MW\nHStem: 0 125<206 578> 604 125<30 403>\nFore\n578 729 m 1\n 578 604 l 1\n 206 125 l 1\n 578 125 l 1\n 578 0 l 1\n 30 0 l 1\n 30 125 l 1\n 403 604 l 1\n 30 604 l 1\n 30 729 l 1\n 578 729 l 1\nEndSplineSet\nKernsSLIF: 65 56 0 0 66 56 0 0 68 56 0 0 69 56 0 0 70 58 0 0 72 64 0 0 73 69 0 0 75 58 0 0 76 56 0 0 77 66 0 0 78 64 0 0 80 56 0 0 82 56 0 0 83 51 0 0 85 56 0 0 86 56 0 0 87 56 0 0 97 56 0 0 98 73 0 0 99 40 0 0 100 43 0 0 101 52 0 0 102 42 0 0 103 42 0 0 104 65 0 0 105 65 0 0 106 62 0 0 107 73 0 0 108 65 0 0 109 68 0 0 110 65 0 0 112 70 0 0 113 45 0 0 114 65 0 0 115 86 0 0 116 45 0 0 117 61 0 0 118 -11 0 0 119 67 0 0 120 56 0 0 121 -9 0 0 63033 64 0 0 63035 44 0 0 63036 -90 0 0 63037 78 0 0 63038 59 0 0 63040 74 0 0 63041 79 0 0\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 333\nFlags: MW\nHStem: -200 102<196 308> 627 102<196 308 196 196>\nVStem: 66 130<-98 627>\nFore\n308 729 m 1\n 308 627 l 1\n 196 627 l 1\n 196 -98 l 1\n 308 -98 l 1\n 308 -200 l 1\n 66 -200 l 1\n 66 729 l 1\n 308 729 l 1\nEndSplineSet\nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 278\nFlags: MW\nHStem: -14 20\nFore\n55 714 m 1\n 289 -14 l 1\n 222 -14 l 1\n -12 714 l 1\n 55 714 l 1\nEndSplineSet\nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 333\nFlags: MW\nHStem: -200 102<18 130> 627 102<18 130>\nVStem: 130 130<-98 627 627 627>\nFore\n18 -200 m 1\n 18 -98 l 1\n 130 -98 l 1\n 130 627 l 1\n 18 627 l 1\n 18 729 l 1\n 260 729 l 1\n 260 -200 l 1\n 18 -200 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 584\nFlags: W\nFore\n522 270 m 1\n 409 270 l 1\n 288 570 l 1\n 173 270 l 1\n 61 270 l 1\n 226 695 l 1\n 351 695 l 1\n 522 270 l 1\nEndSplineSet\nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 556\nFlags: MW\nHStem: -189 69<-22 578>\nFore\n578 -120 m 1\n 578 -189 l 1\n -22 -189 l 1\n -22 -120 l 1\n 578 -120 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 333\nFlags: W\nFore\n17 757 m 1\n 143 757 l 1\n 213 607 l 1\n 143 607 l 1\n 17 757 l 1\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 556\nFlags: MW\nHStem: -23 113<220.5 222> 436 113<239.5 301>\nVStem: 28 140<135 176> 355 137<217 255 255 255 373 383>\nFore\n524 17 m 1\n 524 0 l 1\n 372 0 l 1\n 359 16 356 26 356 54 c 1\n 307 3 252 -23 192 -23 c 0\n 144 -23 97 -4 66 28 c 0\n 41 55 28 93 28 139 c 0\n 28 236 80 291 187 309 c 2\n 243 319 l 2\n 312 330 312 330 331 340 c 0\n 346 348 355 364 355 382 c 0\n 355 418 328 436 274 436 c 0\n 205 436 182 418 175 362 c 1\n 40 362 l 1\n 49 487 125 549 271 549 c 128\n 417 549 492 493 492 383 c 2\n 492 83 l 2\n 492 55 499 40 524 17 c 1\n355 217 m 2\n 355 255 l 1\n 339 247 333 245 296 238 c 2\n 248 229 l 2\n 190 217 168 197 168 155 c 0\n 168 115 197 90 244 90 c 0\n 315 90 355 136 355 217 c 2\nEndSplineSet\nKernsSLIF: 66 56 0 0 67 58 0 0 68 56 0 0 69 56 0 0 70 58 0 0 71 46 0 0 72 64 0 0 73 69 0 0 75 58 0 0 76 56 0 0 77 66 0 0 78 64 0 0 79 48 0 0 80 56 0 0 81 45 0 0 82 56 0 0 83 57 0 0 84 -103 0 0 86 -49 0 0 88 56 0 0 89 -110 0 0 98 73 0 0 102 72 0 0 104 65 0 0 105 65 0 0 106 -1 0 0 107 73 0 0 108 65 0 0 109 72 0 0 110 69 0 0 112 74 0 0 114 69 0 0 116 67 0 0 117 43 0 0 118 -19 0 0 119 -5 0 0 120 97 0 0 121 -17 0 0 122 104 0 0 8217 -11 0 0 63033 66 0 0 63034 93 0 0 63035 65 0 0 63037 68 0 0 63038 63 0 0 63039 -48 0 0 63040 65 0 0 63041 60 0 0\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 611\nFlags: MW\nHStem: -23 117<314 351.5> 432 117<314.5 351.5> 709 20<59 199 199 199>\nVStem: 59 140<0 55 213.5 314 470 729> 435 140<213 299.5>\nFore\n59 729 m 1\n 199 729 l 1\n 199 470 l 1\n 233 524 281 549 348 549 c 0\n 414 549 480 515 517 462 c 0\n 553 410 575 336 575 263 c 0\n 575 100 477 -23 348 -23 c 0\n 280 -23 233 2 199 55 c 1\n 199 0 l 1\n 59 0 l 1\n 59 729 l 1\n317 432 m 0\n 247 432 199 363 199 265 c 0\n 199 162 246 94 317 94 c 0\n 386 94 435 164 435 262 c 0\n 435 362 386 432 317 432 c 0\nEndSplineSet\nKernsSLIF: 66 56 0 0 67 49 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 56 0 0 73 57 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 80 56 0 0 82 56 0 0 83 54 0 0 84 -115 0 0 85 56 0 0 86 -43 0 0 89 -110 0 0 97 44 0 0 98 61 0 0 100 56 0 0 102 56 0 0 103 56 0 0 104 56 0 0 105 56 0 0 106 50 0 0 107 61 0 0 108 56 0 0 109 60 0 0 110 57 0 0 112 62 0 0 113 56 0 0 114 57 0 0 115 41 0 0 116 55 0 0 117 59 0 0 118 -20 0 0 119 -7 0 0 121 -20 0 0 122 48 0 0 63033 63 0 0 63035 78 0 0 63037 77 0 0 63038 59 0 0 63039 -55 0 0 63040 70 0 0 63041 68 0 0\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 556\nFlags: MW\nHStem: -23 113<252.5 315> 436 113<268 316.5>\nVStem: 34 140<206.5 284.5>\nFore\n522 338 m 1\n 388 338 l 1\n 372 409 345 436 288 436 c 0\n 248 436 217 420 201 390 c 0\n 184 358 174 310 174 259 c 0\n 174 154 217 90 288 90 c 0\n 342 90 370 117 388 187 c 1\n 522 187 l 1\n 509 58 418 -23 287 -23 c 0\n 127 -23 34 81 34 259 c 0\n 34 443 128 549 289 549 c 0\n 424 549 512 470 522 338 c 1\nEndSplineSet\nKernsSLIF: 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 56 0 0 73 61 0 0 75 56 0 0 76 56 0 0 77 58 0 0 78 56 0 0 80 56 0 0 82 56 0 0 83 58 0 0 84 -111 0 0 85 56 0 0 89 -98 0 0 97 52 0 0 98 65 0 0 100 49 0 0 101 49 0 0 102 72 0 0 103 49 0 0 104 57 0 0 105 57 0 0 106 54 0 0 107 3 0 0 108 57 0 0 109 64 0 0 110 61 0 0 112 66 0 0 113 49 0 0 114 61 0 0 115 52 0 0 116 71 0 0 117 63 0 0 119 62 0 0 122 64 0 0 63033 73 0 0 63034 42 0 0 63035 69 0 0 63037 87 0 0 63038 70 0 0 63039 -81 0 0 63040 80 0 0 63041 80 0 0\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 611\nFlags: MW\nHStem: -23 117<252 289.5> 432 117<252 289.5> 709 20<405 545 545 545>\nVStem: 29 140<225.5 312> 405 140<0 55 55 55 211 311.5 470 729>\nFore\n405 0 m 1\n 405 55 l 1\n 370 2 323 -23 256 -23 c 0\n 190 -23 124 11 87 63 c 0\n 51 115 29 189 29 262 c 0\n 29 425 127 549 256 549 c 0\n 323 549 370 524 405 470 c 1\n 405 729 l 1\n 545 729 l 1\n 545 0 l 1\n 405 0 l 1\n287 432 m 0\n 217 432 169 362 169 262 c 0\n 169 163 217 94 287 94 c 128\n 357 94 405 162 405 260 c 0\n 405 363 358 432 287 432 c 0\nEndSplineSet\nKernsSLIF: 65 61 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 57 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 68 0 0 84 89 0 0 85 56 0 0 86 56 0 0 87 64 0 0 88 71 0 0 89 56 0 0 90 69 0 0 97 67 0 0 98 56 0 0 99 56 0 0 100 61 0 0 101 68 0 0 102 89 0 0 103 57 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 62 0 0 114 56 0 0 115 62 0 0 116 72 0 0 117 56 0 0 118 73 0 0 119 85 0 0 120 86 0 0 121 78 0 0 122 79 0 0 63033 71 0 0 63034 71 0 0 63035 72 0 0 63036 56 0 0 63037 69 0 0 63038 68 0 0 63039 56 0 0 63040 77 0 0 63041 72 0 0 63196 56 0 0\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 556\nFlags: MW\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5>\nFore\n524 226 m 1\n 162 226 l 1\n 164 175 169 151 182 131 c 0\n 202 101 234 84 274 84 c 0\n 325 84 364 109 381 152 c 1\n 519 152 l 1\n 488 46 390 -23 269 -23 c 0\n 116 -23 22 83 22 256 c 0\n 22 437 117 549 272 549 c 0\n 381 549 468 490 504 392 c 0\n 517 354 525 304 525 250 c 0\n 525 243 525 238 524 226 c 1\n164 319 m 1\n 379 319 l 1\n 376 356 370 377 357 397 c 0\n 337 425 305 442 270 442 c 0\n 208 442 173 401 164 319 c 1\nEndSplineSet\nKernsSLIF: 66 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 57 0 0 73 62 0 0 75 56 0 0 76 56 0 0 77 59 0 0 78 57 0 0 80 56 0 0 82 56 0 0 84 -110 0 0 85 56 0 0 86 -50 0 0 89 -105 0 0 98 66 0 0 102 61 0 0 104 58 0 0 105 58 0 0 106 55 0 0 107 66 0 0 108 58 0 0 109 65 0 0 110 62 0 0 112 67 0 0 114 62 0 0 116 -4 0 0 117 63 0 0 118 -19 0 0 119 -6 0 0 120 -21 0 0 121 -17 0 0 122 62 0 0 8217 -12 0 0 63033 56 0 0 63034 45 0 0 63038 53 0 0 63039 -79 0 0 63040 63 0 0 63041 76 0 0\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 333\nFlags: MW\nHStem: 0 20 436 93<14 90 230 313> 624 105\nVStem: 90 140<0 436 529 582>\nFore\n313 529 m 1\n 313 436 l 1\n 230 436 l 1\n 230 0 l 1\n 90 0 l 1\n 90 436 l 1\n 14 436 l 1\n 14 529 l 1\n 90 529 l 1\n 90 594 l 2\n 90 685 135 729 228 729 c 0\n 247 729 282 728 308 726 c 1\n 308 621 l 1\n 296 623 280 624 268 624 c 0\n 242 624 230 610 230 582 c 2\n 230 529 l 1\n 313 529 l 1\nEndSplineSet\nKernsSLIF: 66 66 0 0 67 53 0 0 68 71 0 0 69 69 0 0 70 74 0 0 71 51 0 0 72 80 0 0 73 85 0 0 75 74 0 0 76 68 0 0 77 82 0 0 78 80 0 0 79 50 0 0 80 72 0 0 81 50 0 0 82 68 0 0 83 85 0 0 84 51 0 0 85 58 0 0 86 50 0 0 87 50 0 0 88 97 0 0 89 50 0 0 90 91 0 0 97 1 0 0 98 89 0 0 99 52 0 0 100 54 0 0 101 -3 0 0 102 21 0 0 103 50 0 0 104 81 0 0 105 -3 0 0 106 -6 0 0 107 89 0 0 108 -3 0 0 109 89 0 0 110 86 0 0 111 -9 0 0 112 91 0 0 113 56 0 0 114 86 0 0 115 -1 0 0 116 21 0 0 117 70 0 0 118 66 0 0 119 89 0 0 120 58 0 0 121 62 0 0 122 92 0 0 225 1 0 0 228 1 0 0 229 1 0 0 233 -3 0 0 243 -9 0 0 246 -9 0 0 248 -9 0 0 339 -3 0 0 8217 10 0 0 63033 94 0 0 63034 90 0 0 63035 91 0 0 63037 67 0 0 63038 90 0 0 63040 64 0 0 63041 97 0 0 63196 67 0 0\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 611\nFlags: MW\nHStem: -218 90<262.5 324> -23 117<253 286.5> 432 117<254 289>\nVStem: 34 140<210 310> 408 133<-18 55 55 55 457 540>\nFore\n408 540 m 1\n 541 540 l 1\n 541 -18 l 2\n 541 -145 447 -218 284 -218 c 0\n 201 -218 141 -201 98 -166 c 0\n 62 -136 46 -107 45 -65 c 1\n 190 -65 l 1\n 201 -106 236 -128 289 -128 c 0\n 359 -128 408 -83 408 -18 c 2\n 408 55 l 1\n 356 -4 318 -23 255 -23 c 0\n 122 -23 34 89 34 257 c 0\n 34 424 130 549 258 549 c 0\n 320 549 366 521 408 457 c 1\n 408 540 l 1\n288 432 m 0\n 220 432 174 361 174 259 c 0\n 174 161 220 94 286 94 c 0\n 359 94 410 161 410 259 c 0\n 410 359 358 432 288 432 c 0\nEndSplineSet\nKernsSLIF: 65 57 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 64 0 0 84 -136 0 0 85 56 0 0 88 64 0 0 90 56 0 0 97 3 0 0 98 56 0 0 99 56 0 0 100 57 0 0 101 8 0 0 102 85 0 0 103 62 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 58 0 0 114 1 0 0 115 58 0 0 116 68 0 0 117 56 0 0 118 69 0 0 119 81 0 0 120 82 0 0 121 74 0 0 122 75 0 0 228 3 0 0 229 3 0 0 230 3 0 0 233 8 0 0 243 1 0 0 246 1 0 0 63033 67 0 0 63034 67 0 0 63035 68 0 0 63036 56 0 0 63037 65 0 0 63038 64 0 0 63039 -45 0 0 63040 73 0 0 63041 68 0 0 63196 56 0 0\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 611\nFlags: MW\nHStem: 0 20 430 119 709 20<67 207 207 207>\nVStem: 67 140<0 324 462 729> 401 140<0 330 330 347.5>\nFore\n67 729 m 1\n 207 729 l 1\n 207 462 l 1\n 246 521 296 549 365 549 c 0\n 410 549 455 534 486 508 c 0\n 523 477 541 429 541 362 c 2\n 541 0 l 1\n 401 0 l 1\n 401 330 l 2\n 401 365 397 379 385 397 c 0\n 369 419 345 430 315 430 c 0\n 252 430 207 386 207 324 c 2\n 207 0 l 1\n 67 0 l 1\n 67 729 l 1\nEndSplineSet\nKernsSLIF: 65 56 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 56 0 0 84 -136 0 0 85 56 0 0 86 -59 0 0 88 56 0 0 89 -124 0 0 90 56 0 0 97 63 0 0 98 56 0 0 99 56 0 0 100 56 0 0 101 56 0 0 102 59 0 0 103 56 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 56 0 0 114 56 0 0 115 58 0 0 116 57 0 0 117 56 0 0 120 83 0 0 121 -21 0 0 122 71 0 0 8217 -14 0 0 63033 68 0 0 63034 61 0 0 63035 65 0 0 63036 56 0 0 63037 60 0 0 63038 66 0 0 63039 -45 0 0 63040 68 0 0 63041 59 0 0\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 278\nFlags: MW\nHStem: 0 20 604 125<67 207>\nVStem: 67 140<0 540 604 729>\nFore\n207 540 m 1\n 207 0 l 1\n 67 0 l 1\n 67 540 l 1\n 207 540 l 1\n207 729 m 1\n 207 604 l 1\n 67 604 l 1\n 67 729 l 1\n 207 729 l 1\nEndSplineSet\nKernsSLIF: 65 56 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 63 0 0 84 -4 0 0 85 56 0 0 86 56 0 0 87 59 0 0 88 66 0 0 89 56 0 0 90 64 0 0 97 62 0 0 98 56 0 0 99 56 0 0 100 56 0 0 101 63 0 0 102 84 0 0 103 56 0 0 104 56 0 0 105 56 0 0 106 -2 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 57 0 0 114 56 0 0 115 57 0 0 116 67 0 0 117 56 0 0 118 68 0 0 119 80 0 0 120 81 0 0 121 73 0 0 122 74 0 0 63033 66 0 0 63034 66 0 0 63035 67 0 0 63036 56 0 0 63037 64 0 0 63038 63 0 0 63039 -46 0 0 63040 72 0 0 63041 67 0 0 63196 56 0 0\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 278\nFlags: MW\nHStem: -218 20 604 125<70 210>\nVStem: 70 140<-63 540 604 729>\nFore\n210 540 m 1\n 210 -94 l 2\n 210 -182 174 -218 87 -218 c 0\n 67 -218 32 -216 4 -213 c 1\n 4 -101 l 1\n 14 -104 20 -105 29 -105 c 0\n 59 -105 70 -94 70 -63 c 2\n 70 540 l 1\n 210 540 l 1\n210 729 m 1\n 210 604 l 1\n 70 604 l 1\n 70 729 l 1\n 210 729 l 1\nEndSplineSet\nKernsSLIF: 65 59 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 66 0 0 84 87 0 0 85 56 0 0 86 56 0 0 87 62 0 0 88 69 0 0 89 56 0 0 90 67 0 0 97 65 0 0 98 56 0 0 99 56 0 0 100 59 0 0 101 66 0 0 102 87 0 0 103 64 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 60 0 0 114 56 0 0 115 60 0 0 116 70 0 0 117 56 0 0 118 71 0 0 119 83 0 0 120 84 0 0 121 76 0 0 122 77 0 0 63033 69 0 0 63034 69 0 0 63035 70 0 0 63036 56 0 0 63037 67 0 0 63038 66 0 0 63039 -43 0 0 63040 75 0 0 63041 70 0 0 63196 56 0 0\nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 556\nFlags: MW\nHStem: 0 20 709 20<59 199 199 199>\nVStem: 59 140<0 177 330 729>\nFore\n199 330 m 1\n 376 540 l 1\n 535 540 l 1\n 351 336 l 1\n 548 0 l 1\n 384 0 l 1\n 255 238 l 1\n 199 177 l 1\n 199 0 l 1\n 59 0 l 1\n 59 729 l 1\n 199 729 l 1\n 199 330 l 1\nEndSplineSet\nKernsSLIF: 44 7 0 0 45 -25 0 0 46 6 0 0 65 116 0 0 66 77 0 0 67 58 0 0 68 82 0 0 69 80 0 0 70 85 0 0 71 55 0 0 72 91 0 0 73 96 0 0 75 85 0 0 76 79 0 0 77 93 0 0 78 91 0 0 79 56 0 0 80 83 0 0 81 52 0 0 82 79 0 0 83 88 0 0 84 -76 0 0 85 56 0 0 87 58 0 0 88 116 0 0 90 56 0 0 97 -2 0 0 98 100 0 0 101 -15 0 0 102 69 0 0 103 -21 0 0 104 92 0 0 105 92 0 0 106 89 0 0 107 100 0 0 108 92 0 0 109 99 0 0 110 96 0 0 111 -22 0 0 112 101 0 0 114 96 0 0 115 -10 0 0 116 60 0 0 117 -1 0 0 118 105 0 0 119 120 0 0 120 113 0 0 121 104 0 0 122 135 0 0 225 -2 0 0 228 -2 0 0 229 -2 0 0 230 1 0 0 233 -15 0 0 243 -22 0 0 246 -22 0 0 252 -1 0 0 63033 86 0 0 63034 127 0 0 63035 94 0 0 63037 59 0 0 63038 78 0 0 63040 90 0 0 63041 98 0 0 63196 54 0 0\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 278\nFlags: MW\nHStem: 0 20 709 20<67 207 207 207>\nVStem: 67 140<0 729>\nFore\n207 729 m 1\n 207 0 l 1\n 67 0 l 1\n 67 729 l 1\n 207 729 l 1\nEndSplineSet\nKernsSLIF: 65 56 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 63 0 0 84 84 0 0 85 56 0 0 86 56 0 0 87 59 0 0 88 66 0 0 89 56 0 0 90 64 0 0 97 62 0 0 98 56 0 0 99 56 0 0 100 56 0 0 101 63 0 0 102 84 0 0 103 56 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 57 0 0 114 56 0 0 115 57 0 0 116 67 0 0 117 56 0 0 118 -5 0 0 119 80 0 0 120 81 0 0 121 -2 0 0 122 74 0 0 63033 66 0 0 63034 66 0 0 63035 67 0 0 63036 56 0 0 63037 64 0 0 63038 63 0 0 63039 56 0 0 63040 72 0 0 63041 67 0 0 63196 56 0 0\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 889\nFlags: W\nHStem: 0 20 430 119<316 319.5 618 631.5> 520 20<60 199 199 199>\nVStem: 60 139<473 540> 60 140<0 324> 60 139 372 140<0 324> 684 140<0 360 360 381.5>\nFore\n60 540 m 1\n 199 540 l 1\n 199 473 l 1\n 245 528 285 549 347 549 c 0\n 414 549 468 520 494 469 c 1\n 536 525 584 549 652 549 c 0\n 760 549 824 487 824 382 c 2\n 824 0 l 1\n 684 0 l 1\n 684 360 l 2\n 684 403 655 430 608 430 c 0\n 548 430 512 390 512 324 c 2\n 512 0 l 1\n 372 0 l 1\n 372 360 l 2\n 372 403 343 430 296 430 c 0\n 236 430 200 390 200 324 c 2\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\nEndSplineSet\nKernsSLIF: 65 56 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 56 0 0 84 -131 0 0 85 56 0 0 86 -48 0 0 88 69 0 0 89 -110 0 0 97 68 0 0 98 56 0 0 99 56 0 0 100 62 0 0 101 56 0 0 102 66 0 0 103 58 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 6 0 0 113 63 0 0 114 56 0 0 115 63 0 0 116 64 0 0 117 56 0 0 118 -19 0 0 119 -6 0 0 120 76 0 0 121 -18 0 0 122 76 0 0 63033 63 0 0 63034 66 0 0 63035 71 0 0 63036 56 0 0 63037 65 0 0 63038 60 0 0 63039 -48 0 0 63040 70 0 0 63041 65 0 0\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 611\nFlags: W\nHStem: 0 20 430 119<328.5 346> 520 20<63 203 203 203>\nVStem: 63 140<0 324 462 540> 406 140<0 333 333 362>\nFore\n63 540 m 1\n 203 540 l 1\n 203 462 l 1\n 243 522 292 549 365 549 c 0\n 480 549 546 481 546 362 c 2\n 546 0 l 1\n 406 0 l 1\n 406 333 l 2\n 406 397 376 430 316 430 c 0\n 248 430 203 388 203 324 c 2\n 203 0 l 1\n 63 0 l 1\n 63 540 l 1\nEndSplineSet\nKernsSLIF: 65 56 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 56 0 0 84 -80 0 0 85 56 0 0 86 -54 0 0 88 56 0 0 89 -119 0 0 97 67 0 0 98 56 0 0 99 56 0 0 100 56 0 0 101 56 0 0 102 63 0 0 103 57 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 5 0 0 113 57 0 0 114 56 0 0 115 62 0 0 116 61 0 0 117 56 0 0 118 -20 0 0 119 -7 0 0 120 88 0 0 121 -19 0 0 122 76 0 0 8217 -12 0 0 63033 73 0 0 63034 66 0 0 63035 70 0 0 63036 56 0 0 63037 65 0 0 63038 71 0 0 63039 -48 0 0 63040 73 0 0 63041 64 0 0\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 611\nFlags: MW\nHStem: -23 113<264 339.5> 436 113<264 340.5>\nVStem: 35 140<211.5 314.5> 429 140<210.5 314>\nFore\n301 549 m 0\n 470 549 569 442 569 259 c 0\n 569 86 466 -23 302 -23 c 0\n 136 -23 35 85 35 263 c 0\n 35 440 136 549 301 549 c 0\n302 436 m 0\n 226 436 175 366 175 263 c 128\n 175 160 226 90 302 90 c 0\n 377 90 429 160 429 261 c 0\n 429 367 379 436 302 436 c 0\nEndSplineSet\nKernsSLIF: 66 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 56 0 0 73 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 80 56 0 0 82 56 0 0 83 54 0 0 84 -84 0 0 85 56 0 0 86 -56 0 0 89 -117 0 0 98 56 0 0 102 49 0 0 104 56 0 0 105 56 0 0 106 43 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 112 56 0 0 114 56 0 0 116 -8 0 0 117 56 0 0 118 -23 0 0 119 -10 0 0 120 -25 0 0 121 -22 0 0 122 41 0 0 8217 -17 0 0 63033 53 0 0 63035 66 0 0 63037 70 0 0 63038 54 0 0 63039 -88 0 0 63040 56 0 0 63041 61 0 0\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 611\nFlags: MW\nHStem: -218 20 -24 117<314 350.5> 432 117<314 351.5>\nVStem: 58 140<-218 64 211.5 312.5 460 540> 434 140<211 300>\nFore\n198 540 m 1\n 198 460 l 1\n 232 520 280 549 348 549 c 0\n 413 549 480 515 516 464 c 0\n 552 414 574 338 574 262 c 0\n 574 98 478 -24 348 -24 c 0\n 280 -24 232 4 198 64 c 1\n 198 -218 l 1\n 58 -218 l 1\n 58 540 l 1\n 198 540 l 1\n316 432 m 0\n 246 432 198 363 198 262 c 128\n 198 161 246 93 316 93 c 0\n 385 93 434 162 434 260 c 0\n 434 363 387 432 316 432 c 0\nEndSplineSet\nKernsSLIF: 66 56 0 0 67 48 0 0 68 56 0 0 69 56 0 0 70 56 0 0 72 56 0 0 73 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 80 56 0 0 82 56 0 0 83 54 0 0 84 -116 0 0 85 56 0 0 86 -41 0 0 89 -110 0 0 97 44 0 0 98 60 0 0 100 56 0 0 102 57 0 0 103 56 0 0 104 56 0 0 105 56 0 0 106 49 0 0 107 60 0 0 108 56 0 0 109 59 0 0 110 56 0 0 112 61 0 0 113 56 0 0 114 56 0 0 115 42 0 0 116 -5 0 0 117 58 0 0 119 52 0 0 121 -20 0 0 122 49 0 0 63033 67 0 0 63035 78 0 0 63037 77 0 0 63038 63 0 0 63039 -88 0 0 63040 73 0 0 63041 67 0 0\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 611\nFlags: MW\nHStem: -218 20 -24 117<251 287> 432 117<251 287.5>\nVStem: 28 140<224 312.5> 404 140<-218 64 64 64 210 311.5 460 540>\nFore\n404 540 m 1\n 544 540 l 1\n 544 -218 l 1\n 404 -218 l 1\n 404 64 l 1\n 371 5 321 -24 253 -24 c 0\n 189 -24 122 10 86 61 c 0\n 50 110 28 186 28 262 c 0\n 28 427 124 549 254 549 c 0\n 321 549 371 519 404 460 c 1\n 404 540 l 1\n286 432 m 0\n 216 432 168 363 168 262 c 128\n 168 161 216 93 286 93 c 128\n 356 93 404 161 404 259 c 0\n 404 364 357 432 286 432 c 0\nEndSplineSet\nKernsSLIF: 65 60 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 67 0 0 84 -133 0 0 85 56 0 0 88 67 0 0 90 56 0 0 97 66 0 0 98 56 0 0 99 4 0 0 100 60 0 0 101 67 0 0 102 88 0 0 103 65 0 0 104 56 0 0 105 56 0 0 106 98 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 61 0 0 114 56 0 0 115 61 0 0 116 71 0 0 117 4 0 0 118 72 0 0 119 84 0 0 120 85 0 0 121 81 0 0 122 78 0 0 63033 70 0 0 63034 70 0 0 63035 71 0 0 63036 56 0 0 63037 68 0 0 63038 67 0 0 63039 -42 0 0 63040 76 0 0 63041 71 0 0 63196 56 0 0\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 389\nFlags: W\nHStem: 0 20 410 139<321 333.5> 520 20<63 203 203 203>\nVStem: 63 140<0 287 434 540>\nFore\n63 540 m 1\n 203 540 l 1\n 203 434 l 1\n 233 507 289 549 353 549 c 0\n 357 549 362 549 370 548 c 1\n 370 406 l 1\n 351 409 341 410 326 410 c 0\n 244 410 203 369 203 287 c 2\n 203 0 l 1\n 63 0 l 1\n 63 540 l 1\nEndSplineSet\nKernsSLIF: 44 -57 0 0 45 -35 0 0 46 -57 0 0 58 -27 0 0 59 -27 0 0 66 56 0 0 68 56 0 0 69 56 0 0 70 59 0 0 72 65 0 0 73 70 0 0 74 -54 0 0 75 59 0 0 76 56 0 0 77 67 0 0 78 65 0 0 80 57 0 0 82 56 0 0 83 43 0 0 84 -102 0 0 85 56 0 0 90 -55 0 0 97 6 0 0 98 74 0 0 101 4 0 0 102 22 0 0 103 -2 0 0 104 -4 0 0 105 -4 0 0 106 -6 0 0 107 74 0 0 108 -4 0 0 109 -1 0 0 110 -2 0 0 111 -1 0 0 112 75 0 0 113 1 0 0 114 -2 0 0 115 3 0 0 116 22 0 0 117 66 0 0 118 21 0 0 119 26 0 0 120 17 0 0 121 23 0 0 122 9 0 0 224 6 0 0 225 6 0 0 226 6 0 0 228 6 0 0 229 6 0 0 230 4 0 0 232 4 0 0 233 4 0 0 234 4 0 0 242 -1 0 0 243 -1 0 0 244 -1 0 0 246 -1 0 0 248 -4 0 0 339 5 0 0 8217 14 0 0 63033 55 0 0 63034 84 0 0 63035 47 0 0 63037 51 0 0 63038 54 0 0 63039 -121 0 0 63041 56 0 0 63196 56 0 0\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 556\nFlags: MW\nHStem: -23 110<258 308.5> 439 110<244.5 302.5>\nVStem: 48 140<378 404> 380 140<133.5 151>\nFore\n505 366 m 1\n 370 366 l 1\n 369 415 336 439 269 439 c 0\n 220 439 188 419 188 389 c 0\n 188 367 198 359 237 347 c 2\n 414 296 l 2\n 485 275 520 230 520 160 c 0\n 520 107 496 57 456 25 c 128\n 416 -7 359 -23 284 -23 c 0\n 120 -23 33 39 29 157 c 1\n 166 157 l 1\n 172 128 178 117 193 106 c 0\n 211 94 240 87 276 87 c 0\n 341 87 380 107 380 140 c 0\n 380 162 368 173 333 184 c 2\n 166 236 l 2\n 114 253 97 262 78 281 c 0\n 59 302 48 333 48 369 c 0\n 48 480 133 549 270 549 c 0\n 415 549 503 480 505 366 c 1\nEndSplineSet\nKernsSLIF: 66 56 0 0 67 41 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 41 0 0 72 56 0 0 73 60 0 0 75 56 0 0 76 56 0 0 77 57 0 0 78 56 0 0 79 41 0 0 80 56 0 0 81 41 0 0 82 56 0 0 83 73 0 0 84 -112 0 0 85 51 0 0 86 -44 0 0 89 -111 0 0 97 55 0 0 98 64 0 0 100 46 0 0 102 69 0 0 103 49 0 0 104 56 0 0 105 56 0 0 106 53 0 0 107 64 0 0 108 56 0 0 109 63 0 0 110 60 0 0 112 65 0 0 113 47 0 0 114 60 0 0 115 56 0 0 116 -1 0 0 117 60 0 0 119 49 0 0 122 65 0 0 8217 -12 0 0 63033 75 0 0 63034 52 0 0 63035 81 0 0 63037 100 0 0 63038 72 0 0 63039 -75 0 0 63040 85 0 0 63041 46 0 0\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 333\nFlags: MW\nHStem: -23 106 436 93<14 83 223 301>\nVStem: 83 140<118 142 142 436 529 674>\nFore\n301 529 m 1\n 301 436 l 1\n 223 436 l 1\n 223 142 l 2\n 223 94 232 83 269 83 c 0\n 279 83 287 84 301 86 c 1\n 301 -12 l 1\n 276 -20 251 -23 220 -23 c 0\n 128 -23 83 19 83 104 c 2\n 83 436 l 1\n 14 436 l 1\n 14 529 l 1\n 83 529 l 1\n 83 674 l 1\n 223 674 l 1\n 223 529 l 1\n 301 529 l 1\nEndSplineSet\nKernsSLIF: 58 -25 0 0 59 -25 0 0 65 68 0 0 66 56 0 0 67 67 0 0 68 60 0 0 69 58 0 0 70 63 0 0 71 67 0 0 72 69 0 0 73 74 0 0 75 63 0 0 76 57 0 0 77 71 0 0 78 69 0 0 79 68 0 0 80 61 0 0 81 65 0 0 82 57 0 0 83 78 0 0 85 56 0 0 88 102 0 0 90 90 0 0 97 6 0 0 98 78 0 0 99 51 0 0 100 54 0 0 101 -3 0 0 102 106 0 0 103 51 0 0 104 2 0 0 105 70 0 0 106 67 0 0 107 78 0 0 108 70 0 0 109 77 0 0 110 74 0 0 111 -10 0 0 112 79 0 0 113 57 0 0 114 74 0 0 115 77 0 0 116 103 0 0 117 77 0 0 118 64 0 0 119 82 0 0 120 108 0 0 121 68 0 0 122 106 0 0 225 6 0 0 228 6 0 0 229 6 0 0 230 7 0 0 233 -3 0 0 243 -10 0 0 246 -10 0 0 8217 4 0 0 63033 87 0 0 63034 99 0 0 63035 85 0 0 63037 71 0 0 63038 83 0 0 63040 72 0 0 63041 91 0 0 63196 56 0 0\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 611\nFlags: MW\nHStem: -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541>\nVStem: 58 140<164 193 193 540> 401 140<0 64 64 64 202 540>\nFore\n541 0 m 1\n 401 0 l 1\n 401 64 l 1\n 361 4 312 -23 239 -23 c 0\n 124 -23 58 45 58 164 c 2\n 58 540 l 1\n 198 540 l 1\n 198 193 l 2\n 198 128 228 96 288 96 c 0\n 356 96 401 138 401 202 c 2\n 401 540 l 1\n 541 540 l 1\n 541 0 l 1\nEndSplineSet\nKernsSLIF: 65 57 0 0 66 56 0 0 67 56 0 0 68 56 0 0 69 56 0 0 70 56 0 0 71 56 0 0 72 56 0 0 73 56 0 0 74 56 0 0 75 56 0 0 76 56 0 0 77 56 0 0 78 56 0 0 79 56 0 0 80 56 0 0 81 56 0 0 82 56 0 0 83 64 0 0 84 -136 0 0 85 56 0 0 88 64 0 0 90 56 0 0 97 63 0 0 98 56 0 0 99 56 0 0 100 57 0 0 101 64 0 0 102 85 0 0 103 56 0 0 104 56 0 0 105 56 0 0 107 56 0 0 108 56 0 0 109 56 0 0 110 56 0 0 111 56 0 0 112 56 0 0 113 58 0 0 114 56 0 0 115 58 0 0 116 68 0 0 117 56 0 0 118 69 0 0 119 81 0 0 120 82 0 0 121 74 0 0 122 75 0 0 8217 -2 0 0 63033 67 0 0 63034 67 0 0 63035 68 0 0 63036 56 0 0 63037 65 0 0 63038 64 0 0 63039 -45 0 0 63040 73 0 0 63041 68 0 0 63196 56 0 0\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 556\nFlags: MW\nHStem: 0 20 520 20<14 162 162 162 388 536 536 536>\nFore\n350 0 m 1\n 203 0 l 1\n 14 540 l 1\n 162 540 l 1\n 279 145 l 1\n 388 540 l 1\n 536 540 l 1\n 350 0 l 1\nEndSplineSet\nKernsSLIF: 44 -51 0 0 46 -50 0 0 58 -32 0 0 59 -34 0 0 65 -63 0 0 66 56 0 0 68 56 0 0 69 56 0 0 70 60 0 0 72 66 0 0 73 70 0 0 75 60 0 0 76 56 0 0 77 68 0 0 78 66 0 0 80 58 0 0 82 56 0 0 84 -102 0 0 89 -43 0 0 90 -56 0 0 97 -15 0 0 98 74 0 0 99 -20 0 0 101 -15 0 0 102 74 0 0 103 -21 0 0 104 66 0 0 105 66 0 0 106 64 0 0 107 74 0 0 108 -5 0 0 109 74 0 0 110 70 0 0 111 -22 0 0 112 76 0 0 114 70 0 0 115 -17 0 0 117 71 0 0 120 129 0 0 122 110 0 0 224 -15 0 0 225 -15 0 0 226 -15 0 0 227 -15 0 0 228 -15 0 0 229 -15 0 0 230 -16 0 0 232 -15 0 0 233 -15 0 0 234 -15 0 0 242 -22 0 0 243 -22 0 0 246 -22 0 0 248 -20 0 0 63034 106 0 0 63035 45 0 0 63039 -143 0 0 63041 49 0 0\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 778\nFlags: MW\nHStem: 0 20 520 20<5 150 150 150 318 458 458 458 621 766 766 766>\nFore\n613 0 m 1\n 468 0 l 1\n 387 381 l 1\n 301 0 l 1\n 157 0 l 1\n 5 540 l 1\n 150 540 l 1\n 236 162 l 1\n 318 540 l 1\n 458 540 l 1\n 539 162 l 1\n 621 540 l 1\n 766 540 l 1\n 613 0 l 1\nEndSplineSet\nKernsSLIF: 44 -33 0 0 45 11 0 0 46 -32 0 0 58 -27 0 0 59 -29 0 0 66 62 0 0 68 67 0 0 69 65 0 0 70 70 0 0 72 76 0 0 73 81 0 0 75 70 0 0 76 64 0 0 77 78 0 0 78 76 0 0 80 68 0 0 82 64 0 0 83 42 0 0 84 -91 0 0 85 56 0 0 89 -43 0 0 97 -7 0 0 98 85 0 0 99 -8 0 0 100 52 0 0 101 -3 0 0 102 89 0 0 103 -9 0 0 104 77 0 0 105 77 0 0 106 74 0 0 107 85 0 0 108 -1 0 0 109 84 0 0 110 81 0 0 111 -10 0 0 112 86 0 0 113 53 0 0 114 81 0 0 115 -9 0 0 116 71 0 0 117 86 0 0 119 56 0 0 120 112 0 0 122 118 0 0 224 -7 0 0 225 -7 0 0 226 -7 0 0 227 -7 0 0 228 -7 0 0 229 -7 0 0 230 -8 0 0 232 -3 0 0 233 -3 0 0 234 -3 0 0 242 -10 0 0 243 -10 0 0 246 -10 0 0 248 -8 0 0 63033 45 0 0 63034 114 0 0 63035 61 0 0 63037 65 0 0 63038 41 0 0 63039 -113 0 0 63040 52 0 0 63041 66 0 0 63196 56 0 0\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 556\nFlags: MW\nHStem: 0 20 520 20<20 188 188 188 363 531 531 531>\nFore\n355 272 m 1\n 535 0 l 1\n 367 0 l 1\n 276 168 l 1\n 184 0 l 1\n 16 0 l 1\n 196 272 l 1\n 20 540 l 1\n 188 540 l 1\n 276 377 l 1\n 363 540 l 1\n 531 540 l 1\n 355 272 l 1\nEndSplineSet\nKernsSLIF: 65 102 0 0 66 65 0 0 67 52 0 0 68 70 0 0 69 68 0 0 70 73 0 0 71 50 0 0 72 79 0 0 73 84 0 0 75 73 0 0 76 67 0 0 77 81 0 0 78 79 0 0 79 51 0 0 80 71 0 0 81 47 0 0 82 67 0 0 83 80 0 0 84 -88 0 0 85 52 0 0 86 56 0 0 87 53 0 0 88 105 0 0 90 56 0 0 97 -9 0 0 98 88 0 0 99 -22 0 0 101 -17 0 0 102 60 0 0 104 80 0 0 105 80 0 0 106 77 0 0 107 88 0 0 108 80 0 0 109 87 0 0 110 84 0 0 111 -24 0 0 112 89 0 0 113 -20 0 0 114 84 0 0 116 55 0 0 117 73 0 0 118 130 0 0 119 114 0 0 120 100 0 0 121 135 0 0 122 123 0 0 233 -17 0 0 63033 84 0 0 63034 115 0 0 63035 104 0 0 63037 61 0 0 63038 70 0 0 63040 82 0 0 63041 91 0 0 63196 52 0 0\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 556\nFlags: MW\nHStem: -219 103<127.5 147.5> 520 20<9 163 163 163 394 538 538 538>\nFore\n394 540 m 1\n 538 540 l 1\n 316 -99 l 1\n 293 -163 276 -186 237 -202 c 0\n 213 -212 171 -219 136 -219 c 0\n 119 -219 107 -218 86 -215 c 1\n 86 -110 l 1\n 104 -115 112 -116 123 -116 c 0\n 172 -116 210 -77 210 -26 c 2\n 210 -23 l 1\n 210 -22 l 1\n 9 540 l 1\n 163 540 l 1\n 282 147 l 1\n 394 540 l 1\nEndSplineSet\nKernsSLIF: 44 -51 0 0 46 -50 0 0 58 -31 0 0 59 -33 0 0 65 -63 0 0 66 56 0 0 68 58 0 0 69 56 0 0 70 61 0 0 72 67 0 0 73 72 0 0 75 61 0 0 76 56 0 0 77 69 0 0 78 67 0 0 80 59 0 0 82 56 0 0 84 -100 0 0 89 -43 0 0 90 -55 0 0 97 -14 0 0 98 76 0 0 99 -21 0 0 101 -16 0 0 102 74 0 0 103 -21 0 0 104 68 0 0 105 68 0 0 106 65 0 0 107 76 0 0 108 -4 0 0 109 75 0 0 110 72 0 0 111 -22 0 0 112 77 0 0 114 72 0 0 115 -16 0 0 117 69 0 0 120 131 0 0 122 112 0 0 224 -14 0 0 225 -14 0 0 226 -14 0 0 227 -14 0 0 228 -14 0 0 229 -14 0 0 230 -15 0 0 232 -16 0 0 233 -16 0 0 234 -16 0 0 242 -22 0 0 243 -22 0 0 246 -22 0 0 248 -20 0 0 63034 108 0 0 63035 45 0 0 63039 -142 0 0 63041 49 0 0\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 500\nFlags: MW\nHStem: 0 113<194 468> 427 113<39 288>\nFore\n459 540 m 1\n 459 427 l 1\n 194 113 l 1\n 468 113 l 1\n 468 0 l 1\n 21 0 l 1\n 21 113 l 1\n 288 427 l 1\n 39 427 l 1\n 39 540 l 1\n 459 540 l 1\nEndSplineSet\nKernsSLIF: 65 93 0 0 66 56 0 0 67 69 0 0 68 58 0 0 69 56 0 0 70 62 0 0 71 69 0 0 72 68 0 0 73 72 0 0 74 45 0 0 75 62 0 0 76 56 0 0 77 70 0 0 78 68 0 0 79 71 0 0 80 60 0 0 81 68 0 0 82 56 0 0 83 83 0 0 84 -100 0 0 85 47 0 0 87 43 0 0 88 56 0 0 90 56 0 0 97 85 0 0 98 76 0 0 99 61 0 0 100 64 0 0 101 73 0 0 102 96 0 0 103 62 0 0 104 68 0 0 105 68 0 0 106 66 0 0 107 76 0 0 108 68 0 0 109 76 0 0 110 72 0 0 111 56 0 0 112 78 0 0 113 66 0 0 114 72 0 0 115 84 0 0 116 95 0 0 117 69 0 0 118 92 0 0 119 105 0 0 120 119 0 0 121 97 0 0 122 64 0 0 63033 89 0 0 63034 65 0 0 63035 82 0 0 63037 83 0 0 63038 84 0 0 63040 94 0 0 63041 92 0 0 63196 47 0 0\nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 389\nFlags: MW\nHStem: -200 99<280 317> 630 99<264.5 280 280 317>\nVStem: 118 117<-60 -36 -36 150 150 159 378 573>\nFore\n317 729 m 1\n 317 630 l 1\n 280 630 l 2\n 249 630 235 613 235 573 c 2\n 235 378 l 2\n 235 305 213 280 138 269 c 1\n 213 257 235 232 235 159 c 2\n 235 -36 l 2\n 235 -85 246 -101 280 -101 c 2\n 317 -101 l 1\n 317 -200 l 1\n 241 -200 l 2\n 169 -200 118 -142 118 -60 c 2\n 118 150 l 2\n 118 190 110 206 87 217 c 0\n 76 221 69 222 41 222 c 2\n 37 223 l 1\n 37 315 l 1\n 41 315 l 1\n 53 315 l 2\n 98 316 118 335 118 378 c 2\n 118 589 l 2\n 118 671 169 729 241 729 c 2\n 317 729 l 1\nEndSplineSet\nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 280\nFlags: MW\nHStem: 709 20<100 180 180 180>\nVStem: 100 80<-200 729>\nFore\n180 729 m 1\n 180 -200 l 1\n 100 -200 l 1\n 100 729 l 1\n 180 729 l 1\nEndSplineSet\nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 389\nFlags: MW\nHStem: -200 99<72 109 109 124.5> 630 99<72 109>\nVStem: 154 117<-44 151 370 379 379 565 565 589>\nFore\n72 -200 m 1\n 72 -101 l 1\n 109 -101 l 2\n 140 -101 154 -84 154 -44 c 2\n 154 151 l 2\n 154 224 176 249 251 260 c 1\n 176 272 154 297 154 370 c 2\n 154 565 l 2\n 154 614 143 630 109 630 c 2\n 72 630 l 1\n 72 729 l 1\n 148 729 l 2\n 220 729 271 671 271 589 c 2\n 271 379 l 2\n 271 339 279 323 302 312 c 0\n 313 308 320 307 348 307 c 2\n 352 306 l 1\n 352 214 l 1\n 348 214 l 1\n 336 214 l 2\n 291 213 271 194 271 151 c 2\n 271 -60 l 2\n 271 -142 220 -200 148 -200 c 2\n 72 -200 l 1\nEndSplineSet\nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 584\nFlags: MW\nHStem: 142 80<377.5 400> 234 80<179 201.5>\nFore\n441 288 m 1\n 519 288 l 1\n 513 190 472 142 392 142 c 0\n 359 142 335 150 309 168 c 2\n 252 210 l 2\n 229 227 212 234 191 234 c 0\n 167 234 151 225 143 207 c 0\n 140 199 139 195 138 169 c 1\n 60 169 l 1\n 65 266 108 314 187 314 c 0\n 220 314 246 306 270 289 c 2\n 327 247 l 2\n 353 228 367 222 388 222 c 0\n 412 222 428 231 436 249 c 0\n 439 257 440 261 441 288 c 1\nEndSplineSet\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 95\nWidth: 333\nFlags: MW\nHStem: 394 146<66 216>\nVStem: 66 150<-186 24 394 540>\nFore\n66 -186 m 1\n 66 24 l 1\n 108 333 l 1\n 175 333 l 1\n 216 24 l 1\n 216 -186 l 1\n 66 -186 l 1\n66 394 m 1\n 66 540 l 1\n 216 540 l 1\n 216 394 l 1\n 66 394 l 1\nEndSplineSet\nEndChar\nStartChar: cent\nEncoding: 162 162 96\nWidth: 556\nFlags: MW\nVStem: 36 140<213.5 309.5> 259 44<-124 -23 94 433 433 433 549 634>\nFore\n303 435 m 1\n 303 91 l 1\n 349 98 373 126 388 187 c 1\n 522 187 l 1\n 511 67 422 -18 303 -23 c 1\n 303 -124 l 1\n 259 -124 l 1\n 259 -22 l 1\n 120 -13 36 93 36 259 c 0\n 36 431 114 533 259 548 c 1\n 259 634 l 1\n 303 634 l 1\n 303 549 l 1\n 426 547 514 462 522 338 c 1\n 388 338 l 1\n 375 400 350 428 303 435 c 1\n259 94 m 1\n 259 433 l 1\n 205 419 176 359 176 260 c 0\n 176 167 205 110 259 94 c 1\nEndSplineSet\nEndChar\nStartChar: sterling\nEncoding: 163 163 97\nWidth: 556\nFlags: W\nHStem: -23 125<382.5 407.5> 9 114 316 55<31 91 253 375 253 253> 604 111<248.5 292>\nVStem: 38 141<503 539.5> 141 127<228 243.5>\nFore\n375 371 m 1\n 375 316 l 1\n 253 316 l 1\n 265 290 268 277 268 257 c 0\n 268 199 237 153 152 86 c 1\n 215 116 235 123 264 123 c 0\n 281 123 289 122 328 112 c 0\n 354 105 374 102 391 102 c 0\n 424 102 456 111 496 131 c 1\n 537 22 l 1\n 481 -11 441 -23 392 -23 c 0\n 365 -23 343 -19 293 -7 c 0\n 245 5 221 9 195 9 c 0\n 157 9 130 1 86 -21 c 1\n 31 80 l 1\n 115 137 141 173 141 231 c 0\n 141 256 136 277 120 316 c 1\n 31 316 l 1\n 31 371 l 1\n 91 371 l 1\n 46 450 38 472 38 516 c 0\n 38 572 66 629 112 666 c 0\n 154 698 209 715 276 715 c 0\n 380 715 458 676 494 605 c 0\n 509 576 517 543 522 484 c 1\n 390 484 l 1\n 389 495 l 1\n 383 541 375 559 354 577 c 0\n 334 595 307 604 277 604 c 0\n 220 604 179 566 179 513 c 0\n 179 493 182 485 206 436 c 0\n 223 401 230 386 236 371 c 1\n 375 371 l 1\nEndSplineSet\nEndChar\nStartChar: currency\nEncoding: 164 164 98\nWidth: 556\nFlags: MW\nHStem: 147 98<266 304> 460 98<262.5 299.5>\nVStem: 76 96<333 371> 386 96<334.5 373>\nFore\n388 528 m 1\n 461 601 l 1\n 530 532 l 1\n 455 457 l 1\n 475 417 482 392 482 354 c 0\n 482 315 473 281 453 246 c 1\n 530 170 l 1\n 461 102 l 1\n 386 177 l 1\n 340 152 322 147 286 147 c 0\n 246 147 201 159 175 178 c 1\n 96 100 l 1\n 28 169 l 1\n 106 246 l 1\n 84 286 76 314 76 352 c 128\n 76 390 86 427 105 457 c 1\n 26 536 l 1\n 95 604 l 1\n 172 527 l 1\n 203 546 244 558 281 558 c 128\n 318 558 359 546 388 528 c 1\n280 460 m 0\n 220 460 172 413 172 352 c 0\n 172 293 220 245 279 245 c 128\n 338 245 386 293 386 353 c 0\n 386 411 338 460 280 460 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 99\nWidth: 556\nFlags: MW\nHStem: 0 20 180 59<70 215 355 497> 292 59<70 208 360 497>\nVStem: 215 140<0 180 239 292>\nFore\n497 351 m 1\n 497 292 l 1\n 355 292 l 1\n 355 239 l 1\n 497 239 l 1\n 497 180 l 1\n 355 180 l 1\n 355 0 l 1\n 215 0 l 1\n 215 180 l 1\n 70 180 l 1\n 70 239 l 1\n 215 239 l 1\n 215 292 l 1\n 70 292 l 1\n 70 351 l 1\n 208 351 l 1\n 5 704 l 1\n 144 704 l 1\n 283 450 l 1\n 417 704 l 1\n 552 704 l 1\n 360 351 l 1\n 497 351 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 100\nWidth: 280\nFlags: MW\nHStem: 709 20<100 180 180 180>\nVStem: 100 80<-200 189 340 729>\nFore\n180 729 m 1\n 180 340 l 1\n 100 340 l 1\n 100 729 l 1\n 180 729 l 1\n180 189 m 1\n 180 -200 l 1\n 100 -200 l 1\n 100 189 l 1\n 180 189 l 1\nEndSplineSet\nEndChar\nStartChar: section\nEncoding: 167 167 101\nWidth: 556\nFlags: W\nHStem: -201 111<264.5 299.5> 621 102<249 291.5>\nVStem: 33 119<301.5 311> 64 140<556 585.5> 353 141<-47 -20> 398 120<228.5 248>\nFore\n473 544 m 1\n 346 544 l 1\n 339 597 315 621 268 621 c 0\n 230 621 204 601 204 570 c 0\n 204 542 223 524 294 485 c 2\n 421 415 l 2\n 487 378 518 330 518 262 c 0\n 518 195 491 155 424 124 c 1\n 471 91 494 47 494 -10 c 0\n 494 -124 406 -201 276 -201 c 0\n 137 -201 66 -133 65 0 c 1\n 196 0 l 1\n 196 -10 l 1\n 198 -42 202 -56 215 -68 c 0\n 229 -82 252 -90 277 -90 c 0\n 322 -90 353 -65 353 -29 c 0\n 353 -11 346 5 335 16 c 0\n 325 26 325 26 283 49 c 1\n 112 149 l 2\n 61 179 33 226 33 281 c 0\n 33 341 54 374 125 428 c 1\n 100 453 97 456 91 465 c 0\n 74 487 64 520 64 551 c 0\n 64 651 152 723 273 723 c 0\n 351 723 416 694 447 647 c 0\n 464 619 471 593 473 544 c 1\n337 306 m 2\n 194 382 l 1\n 164 364 152 346 152 317 c 0\n 152 286 165 269 205 247 c 2\n 352 167 l 1\n 386 191 398 209 398 232 c 0\n 398 264 384 281 337 306 c 2\nEndSplineSet\nEndChar\nStartChar: dieresis\nEncoding: 168 168 102\nWidth: 333\nFlags: MW\nHStem: 621 122<18 128 204 314>\nVStem: 18 110<621 743> 204 110<621 743>\nFore\n128 743 m 1\n 128 621 l 1\n 18 621 l 1\n 18 743 l 1\n 128 743 l 1\n314 743 m 1\n 314 621 l 1\n 204 621 l 1\n 204 743 l 1\n 314 743 l 1\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 103\nWidth: 737\nFlags: MW\nHStem: -22 72<283 451> 128 83<331 394.5> 509 83<333.5 395.5> 671 72<284.5 452>\nVStem: -14 78<276.5 446.5> 163 92<312.5 406> 673 78<274.5 446.5>\nFore\n552 431 m 1\n 462 431 l 1\n 451 485 422 509 369 509 c 0\n 298 509 255 453 255 359 c 0\n 255 266 296 211 366 211 c 0\n 423 211 457 241 462 297 c 1\n 554 297 l 1\n 549 192 476 128 364 128 c 0\n 241 128 163 218 163 360 c 0\n 163 503 241 592 367 592 c 0\n 433 592 488 567 522 522 c 0\n 541 496 549 472 552 431 c 1\n369 743 m 0\n 579 743 751 572 751 361 c 0\n 751 147 580 -22 364 -22 c 0\n 158 -22 -14 152 -14 361 c 0\n -14 571 158 743 369 743 c 0\n368 671 m 0\n 201 671 64 532 64 361 c 0\n 64 192 201 50 365 50 c 0\n 537 50 673 188 673 361 c 0\n 673 532 536 671 368 671 c 0\nEndSplineSet\nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 104\nWidth: 370\nFlags: MW\nHStem: 262 78<37 321> 386 68<146.5 147> 661 68<158 194>\nVStem: 31 84<481 505.5> 227 82<530 553 553 553 625 629>\nFore\n321 340 m 1\n 321 262 l 1\n 37 262 l 1\n 37 340 l 1\n 321 340 l 1\n329 410 m 1\n 329 400 l 1\n 237 400 l 1\n 229 410 228 416 227 432 c 1\n 199 402 165 386 129 386 c 0\n 70 386 31 425 31 484 c 128\n 31 543 61 576 126 587 c 2\n 160 593 l 2\n 201 600 201 600 212 606 c 0\n 221 610 227 620 227 630 c 0\n 227 650 210 661 178 661 c 0\n 138 661 123 649 119 617 c 1\n 41 617 l 1\n 42 691 88 729 176 729 c 128\n 264 729 309 695 309 629 c 2\n 309 450 l 2\n 309 433 313 424 329 410 c 1\n227 530 m 2\n 227 553 l 1\n 217 548 214 547 192 543 c 2\n 163 537 l 2\n 128 530 115 518 115 493 c 0\n 115 469 132 454 161 454 c 0\n 203 454 227 482 227 530 c 2\nEndSplineSet\nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 105\nWidth: 556\nFlags: W\nFore\n88 218 m 1\n 88 332 l 1\n 255 481 l 1\n 255 364 l 1\n 154 275 l 1\n 255 186 l 1\n 255 72 l 1\n 88 218 l 1\n301 218 m 1\n 301 332 l 1\n 468 481 l 1\n 468 364 l 1\n 367 275 l 1\n 468 186 l 1\n 468 72 l 1\n 301 218 l 1\nEndSplineSet\nEndChar\nStartChar: logicalnot\nEncoding: 172 172 106\nWidth: 584\nFlags: MW\nHStem: 298 77<40 467>\nVStem: 467 77<86 298 298 298>\nFore\n40 375 m 1\n 544 375 l 1\n 544 86 l 1\n 467 86 l 1\n 467 298 l 1\n 40 298 l 1\n 40 375 l 1\nEndSplineSet\nEndChar\nStartChar: registered\nEncoding: 174 174 107\nWidth: 737\nFlags: MW\nHStem: -22 72<283 451> 313 81<288 380> 502 81<288 391 288 288> 671 72<284.5 452>\nVStem: -14 78<276.5 446.5> 192 96<140 313 394 502> 455 96<437 468.5> 673 78<274.5 446.5>\nFore\n288 313 m 1\n 288 140 l 1\n 192 140 l 1\n 192 583 l 1\n 430 583 l 2\n 506 583 551 538 551 462 c 0\n 551 412 530 378 481 354 c 1\n 533 330 535 323 538 195 c 0\n 538 176 542 169 557 161 c 1\n 557 140 l 1\n 454 140 l 1\n 442 163 440 177 440 221 c 0\n 440 229 440 237 441 247 c 1\n 441 264 l 2\n 441 298 422 313 380 313 c 2\n 288 313 l 1\n288 394 m 1\n 391 394 l 2\n 439 394 455 407 455 448 c 128\n 455 489 439 502 391 502 c 2\n 288 502 l 1\n 288 394 l 1\n369 743 m 0\n 579 743 751 572 751 361 c 0\n 751 147 580 -22 364 -22 c 0\n 158 -22 -14 152 -14 361 c 0\n -14 571 158 743 369 743 c 0\n368 671 m 0\n 201 671 64 532 64 361 c 0\n 64 192 201 50 365 50 c 0\n 537 50 673 188 673 361 c 0\n 673 532 536 671 368 671 c 0\nEndSplineSet\nEndChar\nStartChar: macron\nEncoding: 175 175 108\nWidth: 333\nFlags: MW\nHStem: 640 79<16 315>\nFore\n315 719 m 1\n 315 640 l 1\n 16 640 l 1\n 16 719 l 1\n 315 719 l 1\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 109\nWidth: 606\nFlags: MW\nHStem: 383 63<277.5 326> 623 63<278.5 327>\nVStem: 151 63<510.5 558.5> 391 63<510 559>\nFore\n303 686 m 0\n 386 686 454 618 454 535 c 0\n 454 450 386 383 301 383 c 0\n 219 383 151 452 151 535 c 128\n 151 618 219 686 303 686 c 0\n303 623 m 0\n 254 623 214 583 214 534 c 0\n 214 487 254 446 301 446 c 0\n 351 446 391 485 391 535 c 0\n 391 583 351 623 303 623 c 0\nEndSplineSet\nEndChar\nStartChar: plusminus\nEncoding: 177 177 110\nWidth: 584\nFlags: MW\nHStem: -16 119<56 527> 313 119<56 232 351 527>\nVStem: 232 119<137 313 432 608>\nFore\n527 103 m 1\n 527 -16 l 1\n 56 -16 l 1\n 56 103 l 1\n 527 103 l 1\n527 432 m 1\n 527 313 l 1\n 351 313 l 1\n 351 137 l 1\n 232 137 l 1\n 232 313 l 1\n 56 313 l 1\n 56 432 l 1\n 232 432 l 1\n 232 608 l 1\n 351 608 l 1\n 351 432 l 1\n 527 432 l 1\nEndSplineSet\nEndChar\nStartChar: twosuperior\nEncoding: 178 178 111\nWidth: 351\nFlags: MW\nHStem: 284 81<139 326> 644 74<153 191>\nVStem: 21 91<573.5 595.5> 233 95<557.5 600>\nFore\n326 365 m 1\n 326 284 l 1\n 16 284 l 1\n 19 365 42 403 120 453 c 1\n 219 519 233 535 233 580 c 0\n 233 620 210 644 172 644 c 128\n 134 644 112 618 112 573 c 0\n 112 571 113 564 114 557 c 1\n 22 557 l 1\n 21 565 21 572 21 575 c 0\n 21 667 77 718 177 718 c 0\n 274 718 328 670 328 584 c 0\n 328 524 306 493 226 438 c 0\n 195 416 173 400 167 395 c 0\n 159 389 153 382 139 365 c 1\n 326 365 l 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 112\nWidth: 351\nFlags: W\nHStem: 271 77<151 190> 645 73<155 183>\nVStem: 220 95<582 607.5> 234 95<390.5 428.5>\nFore\n134 471 m 1\n 134 533 l 1\n 145 533 l 2\n 194 533 220 553 220 591 c 0\n 220 624 199 645 167 645 c 0\n 143 645 124 634 117 617 c 0\n 112 607 110 596 110 571 c 1\n 22 571 l 1\n 24 621 31 645 50 669 c 0\n 75 700 118 718 170 718 c 0\n 258 718 315 672 315 601 c 0\n 315 563 297 533 263 512 c 1\n 307 491 329 456 329 409 c 0\n 329 325 266 271 170 271 c 0\n 72 271 16 323 15 414 c 1\n 107 414 l 1\n 110 369 130 348 172 348 c 0\n 208 348 234 373 234 408 c 0\n 234 449 205 470 150 471 c 2\n 134 471 l 1\nEndSplineSet\nEndChar\nStartChar: acute\nEncoding: 180 180 113\nWidth: 333\nFlags: W\nFore\n317 757 m 1\n 191 607 l 1\n 121 607 l 1\n 191 757 l 1\n 317 757 l 1\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 114\nWidth: 611\nFlags: W\nHStem: -220 20 -23 100 -23 119<271.5 311.5> 520 20<58 198 198 198 383 523 523 523>\nVStem: 58 134<-220 15> 383 140<202 540>\nFore\n192 -220 m 1\n 58 -220 l 1\n 58 540 l 1\n 198 540 l 1\n 198 206 l 2\n 198 167 202 149 216 129 c 0\n 230 108 254 96 282 96 c 0\n 341 96 383 140 383 202 c 2\n 383 540 l 1\n 523 540 l 1\n 523 150 l 2\n 523 92 529 77 553 77 c 0\n 559 77 563 78 573 81 c 1\n 573 -6 l 1\n 550 -18 531 -23 503 -23 c 0\n 456 -23 432 -9 408 31 c 1\n 369 -9 338 -23 292 -23 c 0\n 251 -23 220 -12 192 15 c 1\n 192 -220 l 1\nEndSplineSet\nEndChar\nStartChar: paragraph\nEncoding: 182 182 115\nWidth: 556\nFlags: MW\nHStem: 657 72<325 388 325 325 486 529 486 486>\nVStem: 227 98<-191 267 267 267> 388 98<-191 657>\nFore\n529 729 m 1\n 529 657 l 1\n 486 657 l 1\n 486 -191 l 1\n 388 -191 l 1\n 388 657 l 1\n 325 657 l 1\n 325 -191 l 1\n 227 -191 l 1\n 227 267 l 1\n 104 273 19 367 19 495 c 0\n 19 550 37 606 70 650 c 0\n 109 703 161 729 226 729 c 2\n 529 729 l 1\nEndSplineSet\nEndChar\nStartChar: periodcentered\nEncoding: 183 183 116\nWidth: 278\nFlags: MW\nHStem: 169 123<64 188>\nVStem: 64 124<169 292>\nFore\n64 292 m 1\n 188 292 l 1\n 188 169 l 1\n 64 169 l 1\n 64 292 l 1\nEndSplineSet\nEndChar\nStartChar: cedilla\nEncoding: 184 184 117\nWidth: 333\nFlags: MW\nHStem: -220 50<143 167>\nVStem: 208 86<-140.5 -118.5>\nFore\n162 0 m 1\n 205 0 l 1\n 176 -63 l 1\n 191 -58 203 -56 218 -56 c 0\n 265 -56 294 -83 294 -127 c 0\n 294 -187 248 -220 165 -220 c 0\n 121 -220 92 -214 27 -192 c 1\n 46 -140 l 1\n 99 -163 123 -170 151 -170 c 0\n 183 -170 208 -152 208 -129 c 0\n 208 -108 188 -94 157 -94 c 0\n 137 -94 127 -97 108 -106 c 1\n 162 0 l 1\nEndSplineSet\nEndChar\nStartChar: onesuperior\nEncoding: 185 185 118\nWidth: 351\nFlags: MW\nVStem: 147 95<284 573 573 573>\nFore\n147 573 m 1\n 40 573 l 1\n 40 634 l 1\n 118 634 164 659 178 709 c 1\n 242 709 l 1\n 242 284 l 1\n 147 284 l 1\n 147 573 l 1\nEndSplineSet\nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 119\nWidth: 365\nFlags: MW\nHStem: 262 78<33 334> 386 68<160.5 205.5> 661 68<160.5 206>\nVStem: 23 84<527 588.5> 259 84<526 587.5>\nFore\n334 340 m 1\n 334 262 l 1\n 33 262 l 1\n 33 340 l 1\n 334 340 l 1\n183 729 m 0\n 284 729 343 665 343 555 c 0\n 343 451 281 386 183 386 c 0\n 84 386 23 451 23 557 c 0\n 23 664 84 729 183 729 c 0\n183 661 m 0\n 138 661 107 619 107 558 c 0\n 107 496 138 454 183 454 c 128\n 228 454 259 496 259 556 c 0\n 259 619 229 661 183 661 c 0\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 120\nWidth: 556\nFlags: W\nFore\n255 335 m 1\n 255 220 l 1\n 88 72 l 1\n 88 189 l 1\n 189 278 l 1\n 88 367 l 1\n 88 481 l 1\n 255 335 l 1\n462 335 m 1\n 462 220 l 1\n 295 72 l 1\n 295 189 l 1\n 396 278 l 1\n 295 367 l 1\n 295 481 l 1\n 462 335 l 1\nEndSplineSet\nKernsSLIF: 65 -51 2 0 84 -108 2 0 86 -78 2 0 87 -60 2 0 89 -111 2 0 193 -51 2 0 196 -51 2 0 197 -51 2 0 198 -39 2 0\nEndChar\nStartChar: onequarter\nEncoding: 188 188 121\nWidth: 869\nFlags: MW\nHStem: -20 20 93 75<603 709 804 850>\nVStem: 147 95<284 573 573 573> 709 95<0 93 168 332 332 332>\nFore\n147 573 m 1\n 40 573 l 1\n 40 634 l 1\n 118 634 164 659 178 709 c 1\n 242 709 l 1\n 242 284 l 1\n 147 284 l 1\n 147 573 l 1\n593 715 m 1\n 680 715 l 1\n 257 -20 l 1\n 170 -20 l 1\n 593 715 l 1\n850 168 m 1\n 850 93 l 1\n 804 93 l 1\n 804 0 l 1\n 709 0 l 1\n 709 93 l 1\n 530 93 l 1\n 530 167 l 1\n 695 425 l 1\n 804 425 l 1\n 804 168 l 1\n 850 168 l 1\n709 168 m 1\n 709 332 l 1\n 603 168 l 1\n 709 168 l 1\nEndSplineSet\nEndChar\nStartChar: onehalf\nEncoding: 189 189 122\nWidth: 869\nFlags: MW\nHStem: -20 20 0 81<657 844> 360 74<671 709>\nVStem: 147 95<284 573 573 573> 539 91<289.5 311.5> 751 95<273.5 316>\nFore\n147 573 m 1\n 40 573 l 1\n 40 634 l 1\n 118 634 164 659 178 709 c 1\n 242 709 l 1\n 242 284 l 1\n 147 284 l 1\n 147 573 l 1\n587 715 m 1\n 674 715 l 1\n 251 -20 l 1\n 164 -20 l 1\n 587 715 l 1\n844 81 m 1\n 844 0 l 1\n 534 0 l 1\n 537 81 560 119 638 169 c 1\n 737 235 751 251 751 296 c 0\n 751 336 728 360 690 360 c 128\n 652 360 630 334 630 289 c 0\n 630 287 631 280 632 273 c 1\n 540 273 l 1\n 539 281 539 288 539 291 c 0\n 539 383 595 434 695 434 c 0\n 792 434 846 386 846 300 c 0\n 846 240 824 209 744 154 c 0\n 714 133 691 116 685 111 c 0\n 677 105 671 98 657 81 c 1\n 844 81 l 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 123\nWidth: 869\nFlags: W\nHStem: -20 20 93 75<603 709 804 850> 271 77<151 190> 645 73<155 183>\nVStem: 220 95<582 607.5> 234 95<390.5 428.5> 709 95<0 93 168 332 332 332>\nFore\n134 471 m 1\n 134 533 l 1\n 145 533 l 2\n 194 533 220 553 220 591 c 0\n 220 624 199 645 167 645 c 0\n 143 645 124 634 117 617 c 0\n 112 607 110 596 110 571 c 1\n 22 571 l 1\n 24 621 31 645 50 669 c 0\n 75 700 118 718 170 718 c 0\n 258 718 315 672 315 601 c 0\n 315 563 297 533 263 512 c 1\n 307 491 329 456 329 409 c 0\n 329 325 266 271 170 271 c 0\n 72 271 16 323 15 414 c 1\n 107 414 l 1\n 110 369 130 348 172 348 c 0\n 208 348 234 373 234 408 c 0\n 234 449 205 470 150 471 c 2\n 134 471 l 1\n625 715 m 1\n 712 715 l 1\n 289 -20 l 1\n 202 -20 l 1\n 625 715 l 1\n850 168 m 1\n 850 93 l 1\n 804 93 l 1\n 804 0 l 1\n 709 0 l 1\n 709 93 l 1\n 530 93 l 1\n 530 167 l 1\n 695 425 l 1\n 804 425 l 1\n 804 168 l 1\n 850 168 l 1\n709 168 m 1\n 709 332 l 1\n 603 168 l 1\n 709 168 l 1\nEndSplineSet\nEndChar\nStartChar: questiondown\nEncoding: 191 191 124\nWidth: 611\nFlags: MW\nHStem: -204 118<267 330.5> 394 146<223 373>\nVStem: 51 141<-3.5 51.5> 223 150<394 540>\nFore\n239 339 m 1\n 363 339 l 1\n 366 254 343 209 263 141 c 1\n 204 93 192 74 192 29 c 0\n 192 -36 237 -86 297 -86 c 0\n 364 -86 412 -24 408 57 c 1\n 408 59 l 1\n 544 59 l 1\n 543 -23 530 -71 497 -115 c 0\n 454 -174 387 -204 301 -204 c 0\n 153 -204 51 -110 51 26 c 0\n 51 110 78 154 172 220 c 0\n 232 262 239 274 239 339 c 1\n223 394 m 1\n 223 540 l 1\n 373 540 l 1\n 373 394 l 1\n 223 394 l 1\nEndSplineSet\nEndChar\nStartChar: Agrave\nEncoding: 192 192 125\nWidth: 722\nFlags: HMW\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 96 96 S 1 0 0 1 204.5 179\nRef: 65 65 N 1 0 0 1 0 0\nKernsSLIF: 44 19 0 0 46 19 0 0 67 -33 0 0 71 -35 0 0 79 -34 0 0 81 -35 0 0 84 -81 0 0 85 -32 0 0 86 -66 0 0 87 -51 0 0 89 -90 0 0\nEndChar\nStartChar: Aacute\nEncoding: 193 193 126\nWidth: 722\nFlags: HMW\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 180 180 S 1 0 0 1 193.5 178\nRef: 65 65 N 1 0 0 1 0 0\nKernsSLIF: 44 19 0 0 45 7 0 0 46 19 0 0 67 -33 0 0 71 -35 0 0 79 -34 0 0 81 -35 0 0 84 -81 0 0 85 -32 0 0 86 -66 0 0 87 -51 0 0 89 -90 0 0 97 -1 0 0 98 -1 0 0 99 -14 0 0 100 -13 0 0 101 -9 0 0 103 -14 0 0 111 -16 0 0 113 -12 0 0 116 -18 0 0 117 -12 0 0 118 -37 0 0 119 -23 0 0 121 -35 0 0 171 -43 0 0 8217 -61 0 0 8249 -40 0 0\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 127\nWidth: 722\nFlags: HMW\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 710 710 S 1 0 0 1 196.5 179\nRef: 65 65 N 1 0 0 1 0 0\nKernsSLIF: 44 19 0 0 46 19 0 0 67 -33 0 0 71 -35 0 0 79 -34 0 0 81 -35 0 0 84 -81 0 0 85 -32 0 0 86 -66 0 0 87 -51 0 0 89 -90 0 0\nEndChar\nStartChar: Atilde\nEncoding: 195 195 128\nWidth: 722\nFlags: HW\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451> 801 79<444 458> 845 79<283.5 296> 908 20<483.5 546.5 546.5 546.5>\nRef: 732 732 S 1 0 0 1 201.5 179\nRef: 65 65 N 1 0 0 1 0 0\nKernsSLIF: 44 19 0 0 46 19 0 0 67 -33 0 0 71 -35 0 0 79 -34 0 0 81 -35 0 0 84 -81 0 0 85 -32 0 0 86 -66 0 0 87 -51 0 0 89 -90 0 0\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 129\nWidth: 722\nFlags: HMW\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451> 800 122<216 326 402 512>\nVStem: 26 110 212 110\nRef: 168 168 S 1 0 0 1 198.5 179\nRef: 65 65 N 1 0 0 1 0 0\nKernsSLIF: 44 19 0 0 45 7 0 0 46 19 0 0 67 -33 0 0 71 -35 0 0 79 -34 0 0 81 -35 0 0 84 -81 0 0 85 -32 0 0 86 -66 0 0 87 -51 0 0 89 -90 0 0 97 -1 0 0 98 -1 0 0 99 -14 0 0 100 -13 0 0 103 -14 0 0 111 -16 0 0 113 -12 0 0 116 -18 0 0 117 -12 0 0 118 -37 0 0 119 -23 0 0 121 -35 0 0 171 -43 0 0 8217 -61 0 0 8221 -65 0 0 8249 -40 0 0\nEndChar\nStartChar: Aring\nEncoding: 197 197 130\nWidth: 722\nFlags: HMW\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451> 769 48<353 376> 901 48<353 376.5>\nVStem: 26 48 158 48\nRef: 730 730 S 1 0 0 1 196.5 179\nRef: 65 65 N 1 0 0 1 0 0\nKernsSLIF: 44 19 0 0 45 7 0 0 46 19 0 0 67 -33 0 0 71 -35 0 0 79 -34 0 0 81 -35 0 0 84 -81 0 0 85 -32 0 0 86 -66 0 0 87 -51 0 0 89 -90 0 0 97 -1 0 0 98 -1 0 0 99 -14 0 0 100 -13 0 0 101 -9 0 0 103 -14 0 0 111 -16 0 0 113 -12 0 0 116 -18 0 0 117 -12 0 0 118 -37 0 0 119 -23 0 0 121 -35 0 0 171 -43 0 0 8217 -61 0 0 8221 -65 0 0 8249 -40 0 0\nEndChar\nStartChar: AE\nEncoding: 198 198 131\nWidth: 1000\nFlags: MW\nHStem: 0 125<580 966> 152 125<249 430> 314 125<580 919> 604 125<363 430 363 363 580 946 580 580>\nVStem: 430 150<125 152 152 152 277 314 439 604>\nFore\n430 152 m 1\n 207 152 l 1\n 154 0 l 1\n 1 0 l 1\n 264 729 l 1\n 946 729 l 1\n 946 604 l 1\n 580 604 l 1\n 580 439 l 1\n 919 439 l 1\n 919 314 l 1\n 580 314 l 1\n 580 125 l 1\n 966 125 l 1\n 966 0 l 1\n 430 0 l 1\n 430 152 l 1\n430 277 m 1\n 430 604 l 1\n 363 604 l 1\n 249 277 l 1\n 430 277 l 1\nEndSplineSet\nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 132\nWidth: 722\nFlags: MW\nHStem: -220 50<327 351> -94 197<331 356.5> 613 128<324 409>\nVStem: 44 150<294 436.5> 392 86<-140.5 -118.5>\nFore\n379 -23 m 1\n 360 -63 l 1\n 374 -58 386 -56 402 -56 c 0\n 449 -56 478 -83 478 -127 c 0\n 478 -187 432 -220 349 -220 c 0\n 305 -220 276 -214 211 -192 c 1\n 230 -140 l 1\n 283 -163 307 -170 335 -170 c 0\n 367 -170 392 -152 392 -129 c 0\n 392 -108 372 -94 341 -94 c 0\n 321 -94 311 -97 292 -106 c 1\n 335 -23 l 1\n 242 -7 203 11 155 56 c 0\n 82 126 44 230 44 358 c 0\n 44 594 172 741 378 741 c 0\n 487 741 577 700 633 626 c 0\n 664 585 677 545 682 482 c 1\n 539 482 l 1\n 530 521 522 540 506 560 c 0\n 478 595 435 613 383 613 c 0\n 265 613 194 517 194 356 c 0\n 194 197 262 103 378 103 c 0\n 471 103 530 156 539 249 c 1\n 685 249 l 1\n 677 84 561 -19 379 -23 c 1\nEndSplineSet\nKernsSLIF: 65 -28 0 0\nEndChar\nStartChar: Egrave\nEncoding: 200 200 133\nWidth: 667\nFlags: HMW\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 96 96 S 1 0 0 1 190.5 179\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: Eacute\nEncoding: 201 201 134\nWidth: 667\nFlags: HMW\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 180 180 N 1 0 0 1 163.5 179\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 135\nWidth: 667\nFlags: HMW\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 710 710 S 1 0 0 1 178.5 179\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 136\nWidth: 667\nFlags: HW\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229> 800 122<196.5 306.5 382.5 492.5>\nVStem: 79 150<125 314 439 604> 196.5 110<800 922> 382.5 110<800 922>\nRef: 168 168 S 1 0 0 1 178.5 179\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: Igrave\nEncoding: 204 204 137\nWidth: 278\nFlags: HMW\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 96 96 S 1 0 0 1 -27 179\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: Iacute\nEncoding: 205 205 138\nWidth: 278\nFlags: HMW\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 180 180 S 1 0 0 1 -27 179\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 139\nWidth: 278\nFlags: HMW\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 710 710 S 1 0 0 1 -27 179\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 140\nWidth: 278\nFlags: HW\nHStem: 0 20 709 20<63 213 213 213> 800 122<-9 101 177 287>\nVStem: -9 110<800 922> 63 150<0 729> 177 110<800 922>\nRef: 168 168 S 1 0 0 1 -27 179\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: Eth\nEncoding: 208 208 141\nWidth: 722\nFlags: MW\nHStem: 0 125<227 362> 339 80<0 77 227 377> 604 125<227 362 227 227>\nVStem: 77 150<125 339 419 604> 537 144<324.5 404>\nFore\n77 339 m 1\n 0 339 l 1\n 0 419 l 1\n 77 419 l 1\n 77 729 l 1\n 362 729 l 2\n 477 729 544 704 593 645 c 1\n 648 576 681 472 681 365 c 0\n 681 257 648 154 593 85 c 0\n 545 25 476 0 362 0 c 2\n 77 0 l 1\n 77 339 l 1\n227 339 m 1\n 227 125 l 1\n 362 125 l 2\n 427 125 465 141 491 179 c 0\n 522 223 537 285 537 364 c 0\n 537 444 522 506 491 550 c 0\n 465 588 427 604 362 604 c 2\n 227 604 l 1\n 227 419 l 1\n 377 419 l 1\n 377 339 l 1\n 227 339 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 142\nWidth: 722\nFlags: HW\nHStem: 0 20 709 20<68 222 222 222 511 661 661 661> 801 79<445 459> 845 79<284.5 297> 908 20<484.5 547.5 547.5 547.5>\nVStem: 68 150<0 504> 511 150<233 729>\nRef: 732 732 S 1 0 0 1 202.5 179\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: Ograve\nEncoding: 210 210 143\nWidth: 778\nFlags: HMW\nHStem: -23 128<339 443> 613 128<339 442.5>\nVStem: 40 150<304.5 413.5> 592 150<302.5 411>\nRef: 96 96 S 1 0 0 1 237 179\nRef: 79 79 N 1 0 0 1 0 0\nKernsSLIF: 84 -20 0 0 86 -36 0 0 89 -59 0 0\nEndChar\nStartChar: Oacute\nEncoding: 211 211 144\nWidth: 778\nFlags: HMW\nHStem: -23 128<339 443> 613 128<339 442.5>\nVStem: 40 150<304.5 413.5> 592 150<302.5 411>\nRef: 180 180 S 1 0 0 1 213 179\nRef: 79 79 N 1 0 0 1 0 0\nKernsSLIF: 65 -37 0 0 84 -20 0 0 86 -36 0 0 87 -21 0 0 89 -59 0 0\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 145\nWidth: 778\nFlags: HMW\nHStem: -23 128<339 443> 613 128<339 442.5>\nVStem: 40 150<304.5 413.5> 592 150<302.5 411>\nRef: 710 710 S 1 0 0 1 224 179\nRef: 79 79 N 1 0 0 1 0 0\nKernsSLIF: 84 -20 0 0 86 -36 0 0 89 -59 0 0\nEndChar\nStartChar: Otilde\nEncoding: 213 213 146\nWidth: 778\nFlags: HW\nHStem: -23 128<339 443> 613 128<339 442.5> 801 79<472.5 486.5> 845 79<312 324.5> 908 20<512 575 575 575>\nVStem: 40 150<304.5 413.5> 592 150<302.5 411>\nRef: 732 732 S 1 0 0 1 230 179\nRef: 79 79 N 1 0 0 1 0 0\nKernsSLIF: 84 -20 0 0 86 -36 0 0 89 -59 0 0\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 147\nWidth: 778\nFlags: HMW\nHStem: -23 128<339 443> 613 128<339 442.5> 800 122<243 353 429 539>\nVStem: 40 150<304.5 413.5> 226 110 592 150<302.5 411>\nRef: 168 168 S 1 0 0 1 225 179\nRef: 79 79 N 1 0 0 1 0 0\nKernsSLIF: 65 -37 0 0 84 -20 0 0 86 -36 0 0 87 -21 0 0 88 -36 0 0 89 -59 0 0\nEndChar\nStartChar: multiply\nEncoding: 215 215 148\nWidth: 584\nFlags: W\nFore\n421 444 m 1\n 505 360 l 1\n 376 231 l 1\n 504 102 l 1\n 420 18 l 1\n 292 147 l 1\n 164 19 l 1\n 80 103 l 1\n 208 231 l 1\n 79 359 l 1\n 163 444 l 1\n 292 315 l 1\n 421 444 l 1\nEndSplineSet\nEndChar\nStartChar: Oslash\nEncoding: 216 216 149\nWidth: 778\nFlags: W\nHStem: -23 128<362 440> 613 128<335.5 416> 729 20<703 703>\nVStem: 35 150<328.5 413.5> 590 150<303.5 384.5>\nFore\n165 52 m 1\n 82 -39 l 1\n 31 7 l 1\n 117 102 l 1\n 62 176 35 261 35 359 c 0\n 35 468 72 571 138 640 c 1\n 201 708 283 741 388 741 c 0\n 483 741 553 716 620 657 c 1\n 703 749 l 1\n 755 704 l 1\n 666 605 l 1\n 712 542 740 449 740 357 c 0\n 740 250 702 146 637 78 c 1\n 574 10 492 -23 388 -23 c 0\n 298 -23 223 2 165 52 c 1\n567 497 m 1\n 256 153 l 1\n 287 123 336 105 388 105 c 0\n 510 105 590 206 590 361 c 0\n 590 408 582 457 567 497 c 1\n214 209 m 1\n 528 555 l 1\n 491 594 444 613 388 613 c 0\n 264 613 185 512 185 356 c 0\n 185 301 195 251 214 209 c 1\nEndSplineSet\nKernsSLIF: 65 -32 0 0\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 150\nWidth: 722\nFlags: HMW\nHStem: -23 128<321 409> 709 20<76 226 226 226 504 654 654 654>\nVStem: 76 150<235 729> 504 150<235 729>\nRef: 96 96 S 1 0 0 1 211 179\nRef: 85 85 N 1 0 0 1 0 0\nKernsSLIF: 65 -34 0 0\nEndChar\nStartChar: Uacute\nEncoding: 218 218 151\nWidth: 722\nFlags: HMW\nHStem: -23 128<321 409> 709 20<76 226 226 226 504 654 654 654>\nVStem: 76 150<235 729> 504 150<235 729>\nRef: 180 180 S 1 0 0 1 187 179\nRef: 85 85 N 1 0 0 1 0 0\nKernsSLIF: 44 -7 0 0 46 -4 0 0 65 -34 0 0 109 6 0 0 110 5 0 0 112 7 0 0 114 5 0 0\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 152\nWidth: 722\nFlags: HMW\nHStem: -23 128<321 409> 709 20<76 226 226 226 504 654 654 654>\nVStem: 76 150<235 729> 504 150<235 729>\nRef: 710 710 S 1 0 0 1 198 179\nRef: 85 85 N 1 0 0 1 0 0\nKernsSLIF: 65 -34 0 0\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 153\nWidth: 722\nFlags: HMW\nHStem: -23 128<321 409> 709 20<76 226 226 226 504 654 654 654> 800 122<217 327 403 513>\nVStem: 76 150<235 729> 262 110 504 150<235 729>\nRef: 168 168 S 1 0 0 1 199 179\nRef: 85 85 N 1 0 0 1 0 0\nKernsSLIF: 44 -7 0 0 46 -4 0 0 65 -34 0 0 98 6 0 0 109 6 0 0 110 5 0 0 112 7 0 0 114 5 0 0\nEndChar\nStartChar: Yacute\nEncoding: 221 221 154\nWidth: 667\nFlags: HMW\nHStem: 0 20 709 20<27 194 194 194 482 650 650 650>\nVStem: 269 150<0 270>\nRef: 180 180 S 1 0 0 1 162.5 179\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: Thorn\nEncoding: 222 222 155\nWidth: 667\nFlags: MW\nHStem: 0 20 140 125<226 366 366 406> 484 125<226 366> 709 20<76 226 226 226>\nVStem: 76 150<0 140 265 484 609 729> 483 150<337 411.5>\nFore\n226 140 m 1\n 226 0 l 1\n 76 0 l 1\n 76 729 l 1\n 226 729 l 1\n 226 609 l 1\n 398 609 l 2\n 480 609 531 592 571 553 c 0\n 613 512 633 456 633 382 c 0\n 633 233 548 140 413 140 c 2\n 226 140 l 1\n226 265 m 1\n 366 265 l 2\n 446 265 483 300 483 374 c 0\n 483 449 446 484 366 484 c 2\n 226 484 l 1\n 226 265 l 1\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 156\nWidth: 611\nFlags: W\nHStem: -17 20 616 113<268.5 324.5>\nVStem: 67 140<0 518 518 537> 392 140<513.5 559> 435 140<190.5 264>\nFore\n285 349 m 1\n 285 444 l 1\n 294 444 l 2\n 354 445 392 479 392 533 c 0\n 392 585 355 616 294 616 c 0\n 239 616 207 587 207 537 c 2\n 207 0 l 1\n 67 0 l 1\n 67 518 l 2\n 67 596 85 645 128 679 c 0\n 167 710 234 729 303 729 c 0\n 438 729 532 654 532 547 c 0\n 532 480 502 433 445 411 c 1\n 479 404 499 394 524 371 c 0\n 560 336 575 298 575 236 c 0\n 575 84 488 -17 357 -17 c 0\n 335 -17 318 -15 285 -11 c 1\n 285 101 l 1\n 291 102 296 102 298 102 c 2\n 318 103 l 2\n 387 104 435 155 435 226 c 0\n 435 302 383 349 298 349 c 2\n 285 349 l 1\nEndSplineSet\nEndChar\nStartChar: agrave\nEncoding: 224 224 157\nWidth: 556\nFlags: HMW\nHStem: -23 113<220.5 222> 436 113<239.5 301>\nVStem: 28 140<135 176> 355 137<217 255 255 255 373 383>\nRef: 96 96 S 1 0 0 1 115 0\nRef: 97 97 N 1 0 0 1 0 0\nKernsSLIF: 118 -19 0 0 119 -5 0 0 121 -17 0 0\nEndChar\nStartChar: aacute\nEncoding: 225 225 158\nWidth: 556\nFlags: HMW\nHStem: -23 113<220.5 222> 436 113<239.5 301>\nVStem: 28 140<135 176> 355 137<217 255 255 255 373 383>\nRef: 180 180 S 1 0 0 1 94 0\nRef: 97 97 N 1 0 0 1 0 0\nKernsSLIF: 118 -19 0 0 119 -5 0 0 121 -17 0 0\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 159\nWidth: 556\nFlags: HMW\nHStem: -23 113<220.5 222> 436 113<239.5 301>\nVStem: 28 140<135 176> 355 137<217 255 255 255 373 383>\nRef: 710 710 S 1 0 0 1 105 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: atilde\nEncoding: 227 227 160\nWidth: 556\nFlags: HW\nHStem: -23 113<220.5 222> 436 113<239.5 301> 622 79<346.5 360.5> 666 79<186 198.5> 729 20<386 449 449 449>\nVStem: 28 140<135 176> 355 137<217 255 255 255 373 383>\nRef: 732 732 S 1 0 0 1 104 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: adieresis\nEncoding: 228 228 161\nWidth: 556\nFlags: HMW\nHStem: -23 113<220.5 222> 436 113<239.5 301> 621 122<124 234 310 420>\nVStem: 28 140<135 176> 214 110 355 137<217 255 255 255 373 383>\nRef: 168 168 S 1 0 0 1 106 0\nRef: 97 97 N 1 0 0 1 0 0\nKernsSLIF: 118 -19 0 0 119 -5 0 0 121 -17 0 0\nEndChar\nStartChar: aring\nEncoding: 229 229 162\nWidth: 556\nFlags: HMW\nHStem: -23 113<220.5 222> 436 113<239.5 301> 590 48<261 284> 722 48<261 284.5>\nVStem: 28 140<135 176> 355 137<217 255 255 255 373 383>\nRef: 730 730 S 1 0 0 1 105 0\nRef: 97 97 N 1 0 0 1 0 0\nKernsSLIF: 118 -19 0 0 119 -5 0 0 121 -17 0 0\nEndChar\nStartChar: ae\nEncoding: 230 230 163\nWidth: 889\nFlags: W\nHStem: -24 113<219.5 235.5> -23 107<588.5 632> 226 93<495 711> 436 113<237.5 297.5> 442 107<570.5 634.5>\nVStem: 27 140<134.5 175.5>\nFore\n712 152 m 1\n 850 152 l 1\n 819 45 721 -23 600 -23 c 0\n 512 -23 442 13 400 81 c 1\n 338 8 276 -24 195 -24 c 0\n 92 -24 27 40 27 141 c 0\n 27 239 78 294 186 312 c 2\n 242 322 l 2\n 311 333 311 333 330 343 c 0\n 345 351 354 367 354 383 c 0\n 354 419 326 436 269 436 c 0\n 206 436 181 416 174 362 c 1\n 43 362 l 1\n 45 486 122 549 271 549 c 0\n 349 549 408 532 446 499 c 1\n 487 532 540 549 601 549 c 0\n 713 549 799 491 836 392 c 0\n 849 355 857 304 857 250 c 0\n 857 245 857 238 856 226 c 1\n 494 226 l 1\n 494 180 499 156 514 133 c 0\n 534 102 569 84 608 84 c 0\n 656 84 700 113 712 152 c 1\n354 216 m 2\n 354 254 l 1\n 337 244 325 240 295 235 c 2\n 247 228 l 2\n 194 221 167 196 167 155 c 128\n 167 114 196 89 243 89 c 0\n 315 89 354 134 354 216 c 2\n495 319 m 1\n 711 319 l 1\n 704 400 667 442 602 442 c 0\n 538 442 501 400 495 319 c 1\nEndSplineSet\nKernsSLIF: 118 -21 0 0 119 -7 0 0 121 -19 0 0\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 164\nWidth: 556\nFlags: MW\nHStem: -220 50<241 264> -94 184 436 113<268 316.5>\nVStem: 34 140<231.5 285> 306 86<-140.5 -118.5>\nFore\n291 -23 m 1\n 274 -63 l 1\n 287 -58 300 -56 315 -56 c 0\n 363 -56 392 -83 392 -127 c 0\n 392 -187 346 -220 263 -220 c 0\n 219 -220 185 -213 125 -192 c 1\n 144 -140 l 1\n 195 -163 221 -170 248 -170 c 0\n 280 -170 306 -152 306 -129 c 0\n 306 -108 286 -94 255 -94 c 0\n 235 -94 224 -97 205 -106 c 1\n 248 -21 l 1\n 110 -3 34 96 34 259 c 0\n 34 443 128 549 289 549 c 0\n 424 549 512 470 522 338 c 1\n 388 338 l 1\n 372 409 345 436 288 436 c 0\n 248 436 217 420 201 390 c 0\n 184 358 174 310 174 260 c 0\n 174 203 189 151 212 123 c 0\n 228 103 259 90 289 90 c 0\n 342 90 371 118 388 187 c 1\n 522 187 l 1\n 511 62 416 -24 291 -23 c 1\nEndSplineSet\nEndChar\nStartChar: egrave\nEncoding: 232 232 165\nWidth: 556\nFlags: HMW\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5>\nRef: 96 96 S 1 0 0 1 115.5 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: eacute\nEncoding: 233 233 166\nWidth: 556\nFlags: HMW\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5>\nRef: 180 180 S 1 0 0 1 102.5 0\nRef: 101 101 N 1 0 0 1 0 0\nKernsSLIF: 118 -19 0 0 119 -6 0 0 121 -17 0 0\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 167\nWidth: 556\nFlags: HMW\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5>\nRef: 710 710 S 1 0 0 1 113 0.5\nRef: 101 101 N 1 0 0 1 0 0\nKernsSLIF: 118 -19 0 0 119 -6 0 0 121 -17 0 0\nEndChar\nStartChar: edieresis\nEncoding: 235 235 168\nWidth: 556\nFlags: HMW\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5> 621 122<132 242 318 428>\nVStem: 22 110 208 110\nRef: 168 168 S 1 0 0 1 114.5 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: igrave\nEncoding: 236 236 169\nWidth: 278\nFlags: HMW\nHStem: 0 20 520 20<67 207 207 207>\nVStem: 67 140<0 540>\nRef: 96 96 S 1 0 0 1 -27 0\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: iacute\nEncoding: 237 237 170\nWidth: 278\nFlags: HMW\nHStem: 0 20 520 20<67 207 207 207>\nVStem: 67 140<0 540>\nRef: 180 180 S 1 0 0 1 -27 0\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 171\nWidth: 278\nFlags: HMW\nHStem: 0 20 520 20<67 207 207 207>\nVStem: 67 140<0 540>\nRef: 710 710 S 1 0 0 1 -27 0\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: idieresis\nEncoding: 239 239 172\nWidth: 278\nFlags: HW\nHStem: 0 20 520 20<67 207 207 207> 621 122<-9 101 177 287>\nVStem: -9 110<621 743> 67 140<0 540> 177 110<621 743>\nRef: 168 168 S 1 0 0 1 -27 0\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: eth\nEncoding: 240 240 173\nWidth: 611\nFlags: W\nHStem: -23 113<264 340> 429 105<264 287> 721 20<192 192> 724 20<381 381>\nVStem: 35 141<208.5 311> 428 141<207 309.5>\nFore\n432 710 m 1\n 348 660 l 1\n 499 558 569 435 569 269 c 0\n 569 85 470 -23 302 -23 c 0\n 135 -23 35 85 35 265 c 0\n 35 375 72 452 148 497 c 0\n 187 521 231 534 274 534 c 0\n 300 534 320 530 359 515 c 1\n 332 558 302 589 264 611 c 1\n 187 565 l 1\n 145 602 l 1\n 215 646 l 1\n 188 662 174 670 125 694 c 1\n 192 741 l 1\n 229 727 232 725 279 699 c 0\n 280 698 286 695 294 692 c 1\n 381 744 l 1\n 432 710 l 1\n302 429 m 0\n 226 429 176 362 176 260 c 0\n 176 157 226 90 302 90 c 128\n 378 90 428 157 428 257 c 0\n 428 362 379 429 302 429 c 0\nEndSplineSet\nEndChar\nStartChar: ntilde\nEncoding: 241 241 174\nWidth: 611\nFlags: HW\nHStem: 0 20 430 119<328.5 346> 520 20<63 203 203 203> 622 79<376 390> 666 79<215.5 228> 729 20<415.5 478.5 478.5 478.5>\nVStem: 63 140<0 324 462 540> 406 140<0 333 333 362>\nRef: 732 732 S 1 0 0 1 133.5 0\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: ograve\nEncoding: 242 242 175\nWidth: 611\nFlags: HMW\nHStem: -23 113<264 339.5> 436 113<264 340.5>\nVStem: 35 140<211.5 314.5> 429 140<210.5 314>\nRef: 96 96 S 1 0 0 1 148 0\nRef: 111 111 N 1 0 0 1 0 0\nKernsSLIF: 118 -23 0 0 119 -10 0 0 121 -22 0 0\nEndChar\nStartChar: oacute\nEncoding: 243 243 176\nWidth: 611\nFlags: HMW\nHStem: -23 113<264 339.5> 436 113<264 340.5>\nVStem: 35 140<211.5 314.5> 429 140<210.5 314>\nRef: 180 180 S 1 0 0 1 124 0\nRef: 111 111 N 1 0 0 1 0 0\nKernsSLIF: 118 -23 0 0 119 -10 0 0 121 -22 0 0\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 177\nWidth: 611\nFlags: HMW\nHStem: -23 113<264 339.5> 436 113<264 340.5>\nVStem: 35 140<211.5 314.5> 429 140<210.5 314>\nRef: 710 710 S 1 0 0 1 135 0\nRef: 111 111 N 1 0 0 1 0 0\nKernsSLIF: 116 -8 0 0\nEndChar\nStartChar: otilde\nEncoding: 245 245 178\nWidth: 611\nFlags: HW\nHStem: -23 113<264 339.5> 436 113<264 340.5> 622 79<379.5 393.5> 666 79<219 231.5> 729 20<419 482 482 482>\nVStem: 35 140<211.5 314.5> 429 140<210.5 314>\nRef: 732 732 S 1 0 0 1 137 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: odieresis\nEncoding: 246 246 179\nWidth: 611\nFlags: HMW\nHStem: -23 113<264 339.5> 436 113<264 340.5> 621 122<154 264 340 450>\nVStem: 35 140<211.5 314.5> 221 110 429 140<210.5 314>\nRef: 168 168 S 1 0 0 1 136 0\nRef: 111 111 N 1 0 0 1 0 0\nKernsSLIF: 116 -8 0 0 118 -23 0 0 119 -10 0 0 120 -25 0 0 121 -22 0 0\nEndChar\nStartChar: divide\nEncoding: 247 247 180\nWidth: 584\nFlags: MW\nHStem: -11 123<230 354> 172 119<50 534> 351 123<230 354>\nVStem: 230 124<-11 112 351 474>\nFore\n534 291 m 1\n 534 172 l 1\n 50 172 l 1\n 50 291 l 1\n 534 291 l 1\n230 474 m 1\n 354 474 l 1\n 354 351 l 1\n 230 351 l 1\n 230 474 l 1\n230 112 m 1\n 354 112 l 1\n 354 -11 l 1\n 230 -11 l 1\n 230 112 l 1\nEndSplineSet\nEndChar\nStartChar: oslash\nEncoding: 248 248 181\nWidth: 611\nFlags: W\nHStem: -23 113<289.5 343> 437 112<265.5 320.5> 537 20<555 555>\nVStem: 36 140<251 316> 433 140<210.5 273.5>\nFore\n126 35 m 1\n 54 -38 l 1\n 11 2 l 1\n 86 79 l 1\n 52 128 36 188 36 263 c 0\n 36 441 138 549 305 549 c 0\n 378 549 436 529 487 487 c 1\n 555 557 l 1\n 598 516 l 1\n 526 443 l 1\n 558 393 573 335 573 263 c 0\n 573 86 471 -23 306 -23 c 0\n 235 -23 166 -1 126 35 c 1\n421 336 m 1\n 220 132 l 1\n 244 104 273 90 306 90 c 0\n 380 90 433 161 433 260 c 0\n 433 287 429 312 421 336 c 1\n190 184 m 1\n 392 390 l 1\n 364 424 338 437 303 437 c 0\n 228 437 176 366 176 266 c 0\n 176 236 181 207 190 184 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 182\nWidth: 611\nFlags: HMW\nHStem: -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541>\nVStem: 58 140<164 193 193 540> 401 140<0 64 64 64 202 540>\nRef: 96 96 S 1 0 0 1 146.5 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uacute\nEncoding: 250 250 183\nWidth: 611\nFlags: HMW\nHStem: -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541>\nVStem: 58 140<164 193 193 540> 401 140<0 64 64 64 202 540>\nRef: 180 180 S 1 0 0 1 121.5 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 184\nWidth: 611\nFlags: HMW\nHStem: -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541>\nVStem: 58 140<164 193 193 540> 401 140<0 64 64 64 202 540>\nRef: 710 710 S 1 0 0 1 132.5 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: udieresis\nEncoding: 252 252 185\nWidth: 611\nFlags: HMW\nHStem: -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541> 621 122<151 261 337 447>\nVStem: 58 140<164 193 193 540> 244 110 401 140<0 64 64 64 202 540>\nRef: 168 168 S 1 0 0 1 132.5 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: yacute\nEncoding: 253 253 186\nWidth: 556\nFlags: HMW\nHStem: -219 103<127.5 147.5> 520 20<9 163 163 163 394 538 538 538>\nRef: 180 180 S 1 0 0 1 94.5 0\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: thorn\nEncoding: 254 254 187\nWidth: 611\nFlags: MW\nHStem: -218 20 -23 117<314 350.5> 432 117<314 351.5> 709 20<58 198 198 198>\nVStem: 58 140<-218 64 212 312.5 460 729> 434 140<211 311.5>\nFore\n198 729 m 1\n 198 460 l 1\n 232 520 280 549 348 549 c 0\n 478 549 574 427 574 262 c 0\n 574 99 478 -23 348 -23 c 0\n 280 -23 232 5 198 64 c 1\n 198 -218 l 1\n 58 -218 l 1\n 58 729 l 1\n 198 729 l 1\n316 432 m 0\n 246 432 198 363 198 262 c 0\n 198 162 246 94 316 94 c 0\n 385 94 434 162 434 260 c 0\n 434 363 387 432 316 432 c 0\nEndSplineSet\nEndChar\nStartChar: ydieresis\nEncoding: 255 255 188\nWidth: 556\nFlags: HMW\nHStem: -219 103<127.5 147.5> 520 20<9 163 163 163 394 538 538 538> 621 122<125 235 311 421>\nVStem: 9 110 195 110\nRef: 168 168 S 1 0 0 1 107.5 0\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: Amacron\nEncoding: 256 256 189\nWidth: 722\nFlags: HMW\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451> 819 79<215 514>\nRef: 175 175 S 1 0 0 1 199 179\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: amacron\nEncoding: 257 257 190\nWidth: 556\nFlags: HMW\nHStem: -23 113<220.5 222> 436 113<239.5 301> 640 79<123 422>\nVStem: 28 140<135 176> 355 137<217 255 255 255 373 383>\nRef: 175 175 S 1 0 0 1 106.5 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: Abreve\nEncoding: 258 258 191\nWidth: 722\nFlags: HMW\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451> 784 77<339 384>\nRef: 728 728 N 1 0 0 1 193.5 179\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: abreve\nEncoding: 259 259 192\nWidth: 556\nFlags: HMW\nHStem: -23 113<220.5 222> 436 113<239.5 301> 605 77<253 298> 728 20<143 199 199 199 351 407 407 407>\nVStem: 28 140<135 176> 355 137<217 255 255 255 373 383>\nRef: 728 728 S 1 0 0 1 108 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 193\nWidth: 722\nFlags: MW\nHStem: -233 51<640 661.5> 147 125<270 461> 537 20<366 366> 709 20<285 452 452 452>\nVStem: 500 90<-147 -108.5>\nFore\n501 147 m 1\n 228 147 l 1\n 179 0 l 1\n 26 0 l 1\n 285 729 l 1\n 452 729 l 1\n 703 0 l 1\n 634 -30 590 -80 590 -129 c 0\n 590 -165 614 -182 666 -182 c 0\n 685 -182 705 -180 723 -177 c 1\n 723 -224 l 1\n 695 -231 675 -233 648 -233 c 0\n 554 -233 500 -198 500 -138 c 0\n 500 -79 546 -28 624 0 c 1\n 549 0 l 1\n 501 147 l 1\n461 272 m 1\n 366 557 l 1\n 270 272 l 1\n 461 272 l 1\nEndSplineSet\nEndChar\nStartChar: aogonek\nEncoding: 261 261 194\nWidth: 556\nFlags: W\nHStem: -233 51<465 486.5> -23 113<220.5 222> 436 113<239.5 301>\nVStem: 28 140<135 176> 325 90<-147 -109.5> 355 137<217 255 255 255 373 383>\nFore\n524 17 m 1\n 524 0 l 1\n 453 -38 415 -82 415 -129 c 0\n 415 -165 439 -182 491 -182 c 0\n 510 -182 529 -180 548 -177 c 1\n 548 -224 l 1\n 520 -231 500 -233 473 -233 c 0\n 380 -233 325 -198 325 -139 c 128\n 325 -80 372 -27 449 0 c 1\n 372 0 l 1\n 359 16 356 26 356 54 c 1\n 307 3 252 -23 192 -23 c 0\n 144 -23 97 -4 66 28 c 0\n 41 55 28 93 28 139 c 0\n 28 236 80 291 187 309 c 2\n 243 319 l 2\n 312 330 312 330 331 340 c 0\n 346 348 355 364 355 382 c 0\n 355 418 328 436 274 436 c 0\n 205 436 182 418 175 362 c 1\n 40 362 l 1\n 49 487 125 549 271 549 c 128\n 417 549 492 493 492 383 c 2\n 492 83 l 2\n 492 55 499 40 524 17 c 1\n355 217 m 2\n 355 255 l 1\n 339 247 333 245 296 238 c 2\n 248 229 l 2\n 190 217 168 197 168 155 c 0\n 168 115 197 90 244 90 c 0\n 315 90 355 136 355 217 c 2\nEndSplineSet\nEndChar\nStartChar: Cacute\nEncoding: 262 262 195\nWidth: 722\nFlags: HMW\nHStem: -23 126<320 424.5> 613 128<324 409>\nVStem: 44 150<276.5 436.5>\nRef: 180 180 S 1 0 0 1 193 179\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: cacute\nEncoding: 263 263 196\nWidth: 556\nFlags: HMW\nHStem: -23 113<252.5 315> 436 113<268 316.5>\nVStem: 34 140<206.5 284.5>\nRef: 180 180 S 1 0 0 1 111.5 0\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 197\nWidth: 722\nHStem: -23 126<320 424.5> 613 128<324 409>\nVStem: 44 150<276.5 436.5>\nRef: 710 710 N 1 0 0 1 271 222\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 198\nWidth: 556\nHStem: -23 113<252.5 315> 436 113<268 316.5>\nVStem: 34 140<206.5 284.5>\nRef: 710 710 N 1 0 0 1 127.5 33\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 199\nWidth: 722\nHStem: -23 126<320 424.5> 613 128<324 409> 829 122<383 493>\nVStem: 44 150<276.5 436.5> 383 110<829 951>\nRef: 729 729 N 1 0 0 1 271 208\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 200\nWidth: 556\nHStem: -23 113<252.5 315> 436 113<268 316.5> 640 122<239.5 349.5>\nVStem: 34 140<206.5 284.5> 239.5 110<640 762>\nRef: 729 729 N 1 0 0 1 127.5 19\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 201\nWidth: 722\nFlags: HMW\nHStem: -23 126<320 424.5> 613 128<324 409>\nVStem: 44 150<276.5 436.5>\nRef: 711 711 S 1 0 0 1 208 179\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: ccaron\nEncoding: 269 269 202\nWidth: 556\nFlags: HMW\nHStem: -23 113<252.5 315> 436 113<268 316.5>\nVStem: 34 140<206.5 284.5>\nRef: 711 711 S 1 0 0 1 122.5 0\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Dcaron\nEncoding: 270 270 203\nWidth: 722\nFlags: HMW\nHStem: 0 125<227 362> 604 125<227 362 227 227>\nVStem: 77 150<125 604> 531 150<308.5 421>\nRef: 711 711 S 1 0 0 1 171 179\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: dcaron\nEncoding: 271 271 204\nWidth: 611\nFlags: HW\nHStem: -23 117<252 289.5> 432 117<252 289.5> 617 112<598 665> 709 20<405 545 545 545>\nVStem: 29 140<225.5 312> 405 140<0 55 55 55 211 311.5 470 729> 598 122<617 626 626 729>\nRef: 63171 63171 S 1 0 0 1 486 789\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 205\nWidth: 722\nFlags: MW\nHStem: 0 125<227 362> 339 80<0 77 227 377> 604 125<227 362 227 227>\nVStem: 77 150<125 339 419 604> 537 144<324.5 404>\nFore\n77 339 m 1\n 0 339 l 1\n 0 419 l 1\n 77 419 l 1\n 77 729 l 1\n 362 729 l 2\n 477 729 544 704 593 645 c 1\n 648 576 681 472 681 365 c 0\n 681 257 648 154 593 85 c 0\n 545 25 476 0 362 0 c 2\n 77 0 l 1\n 77 339 l 1\n227 339 m 1\n 227 125 l 1\n 362 125 l 2\n 427 125 465 141 491 179 c 0\n 522 223 537 285 537 364 c 0\n 537 444 522 506 491 550 c 0\n 465 588 427 604 362 604 c 2\n 227 604 l 1\n 227 419 l 1\n 377 419 l 1\n 377 339 l 1\n 227 339 l 1\nEndSplineSet\nEndChar\nStartChar: dcroat\nEncoding: 273 273 206\nWidth: 611\nFlags: MW\nHStem: -23 117<252 289.5> 432 117<252.5 290> 596 67<272 405 545 605> 709 20<405 545 545 545>\nVStem: 29 140<212.5 312> 405 140<0 55 55 55 211 311.5 470 596 663 729>\nFore\n405 596 m 5\n 272 596 l 5\n 272 663 l 5\n 405 663 l 5\n 405 729 l 1\n 545 729 l 1\n 545 663 l 5\n 605 663 l 5\n 605 596 l 5\n 545 596 l 5\n 545 0 l 1\n 405 0 l 1\n 405 55 l 1\n 370 2 323 -23 256 -23 c 0\n 127 -23 29 100 29 262 c 0\n 29 425 127 549 256 549 c 0\n 324 549 370 524 405 470 c 1\n 405 596 l 5\n287 432 m 0\n 218 432 169 362 169 262 c 0\n 169 163 217 94 287 94 c 128\n 357 94 405 162 405 260 c 0\n 405 363 358 432 287 432 c 0\nEndSplineSet\nEndChar\nStartChar: Emacron\nEncoding: 274 274 207\nWidth: 667\nFlags: HMW\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229> 819 79<195 494>\nVStem: 79 150<125 314 439 604>\nRef: 175 175 S 1 0 0 1 179 179\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: emacron\nEncoding: 275 275 208\nWidth: 556\nFlags: HMW\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5> 640 79<131 430>\nRef: 175 175 S 1 0 0 1 115 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 209\nWidth: 667\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229> 829 77<320.5 365.5> 952 20<210.5 266.5 266.5 266.5 418.5 474.5 474.5 474.5>\nVStem: 79 150<125 314 439 604>\nRef: 728 728 N 1 0 0 1 175.5 224\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: ebreve\nEncoding: 277 277 210\nWidth: 556\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5> 640 77<238.5 283.5> 763 20<128.5 184.5 184.5 184.5 336.5 392.5 392.5 392.5>\nRef: 728 728 N 1 0 0 1 93.5 35\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 211\nWidth: 667\nFlags: HW\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229> 800 122<289.5 399.5>\nVStem: 79 150<125 314 439 604> 289.5 110<800 922>\nRef: 729 729 S 1 0 0 1 177.5 179\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 212\nWidth: 556\nFlags: HMW\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5> 621 122<225 335>\nVStem: 22 110\nRef: 729 729 S 1 0 0 1 112.5 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 213\nWidth: 667\nFlags: MW\nHStem: -233 51<565 587.5> 0 125<229 550> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604> 425 90<-147 -110>\nFore\n229 314 m 1\n 229 125 l 1\n 624 125 l 1\n 624 0 l 1\n 553 -38 515 -82 515 -129 c 0\n 515 -165 539 -182 591 -182 c 0\n 611 -182 630 -180 648 -177 c 1\n 648 -224 l 1\n 621 -230 601 -233 574 -233 c 0\n 479 -233 425 -198 425 -138 c 0\n 425 -82 464 -39 550 0 c 1\n 79 0 l 1\n 79 729 l 1\n 606 729 l 1\n 606 604 l 1\n 229 604 l 1\n 229 439 l 1\n 578 439 l 1\n 578 314 l 1\n 229 314 l 1\nEndSplineSet\nEndChar\nStartChar: eogonek\nEncoding: 281 281 214\nWidth: 556\nFlags: MW\nHStem: -234 51<395 413> -24 107<254 282> 226 93<163 379> 442 107<238.5 287.5>\nVStem: 255 90<-148.5 -114.5>\nFore\n478 -177 m 1\n 478 -224 l 1\n 451 -231 427 -234 399 -234 c 0\n 310 -234 255 -197 255 -137 c 0\n 255 -92 279 -60 350 -11 c 1\n 314 -21 296 -24 268 -24 c 0\n 116 -24 21 83 21 256 c 0\n 21 437 116 549 271 549 c 0\n 380 549 468 490 504 392 c 0\n 517 355 525 304 525 250 c 0\n 525 245 525 238 524 226 c 1\n 162 226 l 1\n 164 175 169 151 182 130 c 0\n 201 100 234 83 274 83 c 0\n 325 83 363 108 380 152 c 1\n 518 152 l 1\n 504 101 492 83 434 21 c 0\n 366 -53 345 -88 345 -131 c 0\n 345 -166 369 -183 421 -183 c 0\n 441 -183 459 -181 478 -177 c 1\n163 319 m 1\n 379 319 l 1\n 376 356 370 377 356 397 c 0\n 337 425 305 442 270 442 c 0\n 207 442 172 401 163 319 c 1\nEndSplineSet\nEndChar\nStartChar: Ecaron\nEncoding: 282 282 215\nWidth: 667\nFlags: HMW\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 711 711 S 1 0 0 1 176.5 179\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: ecaron\nEncoding: 283 283 216\nWidth: 556\nFlags: HMW\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5>\nRef: 711 711 S 1 0 0 1 112.5 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 217\nWidth: 778\nHStem: -23 128<339.5 429> 267 125<419 585> 613 128<332.5 422>\nVStem: 42 150<286 439.5>\nRef: 710 710 N 1 0 0 1 214 222\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 218\nWidth: 611\nHStem: -218 90<262.5 324> -23 117<253 286.5> 432 117<254 289>\nVStem: 34 140<210 310> 408 133<-18 55 55 55 457 540>\nRef: 710 710 N 1 0 0 1 190.5 33\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 219\nWidth: 778\nFlags: HMW\nHStem: -23 128<339.5 429> 267 125<419 585> 613 128<332.5 422> 784 77<376 421>\nVStem: 42 150<286 439.5>\nRef: 728 728 S 1 0 0 1 231 179\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gbreve\nEncoding: 287 287 220\nWidth: 611\nFlags: HMW\nHStem: -218 90<262.5 324> -23 117<253 286.5> 432 117<254 289> 605 77<284 329> 728 20<174 230 230 230 382 438 438 438>\nVStem: 34 140<210 310> 408 133<-18 55 55 55 457 540>\nRef: 728 728 S 1 0 0 1 139.5 0\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 221\nWidth: 778\nHStem: -23 128<339.5 429> 267 125<419 585> 613 128<332.5 422> 829 122<326 436>\nVStem: 42 150<286 439.5> 326 110<829 951>\nRef: 729 729 N 1 0 0 1 214 208\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 222\nWidth: 611\nHStem: -218 90<262.5 324> -23 117<253 286.5> 432 117<254 289> 640 122<302.5 412.5>\nVStem: 34 140<210 310> 302.5 110<640 762> 408 133<-18 55 55 55 457 540>\nRef: 729 729 N 1 0 0 1 190.5 19\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 223\nWidth: 778\nFlags: HMW\nHStem: -172 112<332 399> -23 128<339.5 429> 267 125<419 585> 613 128<332.5 422>\nVStem: 42 150<286 439.5>\nRef: 63171 63171 S 1 0 0 1 220 0\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 224\nWidth: 611\nFlags: HMW\nHStem: -218 90<262.5 324> -23 117<253 286.5> 432 117<254 289> 606 112<298 365>\nVStem: 34 140<210 310> 408 133<-18 55 55 55 457 540>\nRef: 63171 63171 S -1 -0 0 -1 477 546\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 225\nWidth: 722\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 710 710 N 1 0 0 1 195.5 222\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 226\nWidth: 611\nHStem: 0 20 430 119 709 20<67 207 207 207>\nVStem: 67 140<0 324 462 729> 401 140<0 330 330 347.5>\nRef: 710 710 N 1 0 0 1 109.5 222\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: Hbar\nEncoding: 294 294 227\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 507 657> 331 125<218 505> 532 67<8 68 218 505 657 717> 709 20G<68 218 506 657>\nVStem: 68 150<0 331 456 532 599 729> 507 150<0 331 456 532 599 729>\nFore\n657 599 m 1\n 717 599 l 1\n 717 532 l 1\n 657 532 l 1\n 657 0 l 1\n 507 0 l 1\n 507 331 l 1\n 218 331 l 1\n 218 0 l 1\n 68 0 l 1\n 68 532 l 1\n 8 532 l 1\n 8 599 l 1\n 68 599 l 1\n 68 729 l 1\n 218 729 l 1\n 218 599 l 1\n 506 599 l 1\n 506 729 l 1\n 657 729 l 1\n 657 599 l 1\n506 532 m 1\n 218 532 l 1\n 218 456 l 1\n 506 456 l 1\n 506 532 l 1\nEndSplineSet\nMinimumDistance: x1,-1 x19,17 y13,15 y13,14 x18,0 y0,18 y0,19 y7,9 y7,8 y6,4 y6,5 x0,2 x0,1 x10,12 x10,11 \nEndChar\nStartChar: hbar\nEncoding: 295 295 228\nWidth: 611\nFlags: W\nHStem: 0 21G<67 207 401 541> 430 119<315 365> 596 67<8 67 207 341> 709 20G<67 207>\nVStem: 67 140<0 337 462 596 663 729> 401 140<0 353>\nFore\n67 663 m 5\n 67 729 l 1\n 207 729 l 1\n 207 663 l 5\n 341 663 l 5\n 341 596 l 5\n 207 596 l 5\n 207 462 l 1\n 246 521 296 549 365 549 c 0\n 410 549 455 534 486 508 c 0\n 523 477 541 429 541 362 c 2\n 541 0 l 1\n 401 0 l 1\n 401 330 l 2\n 401 365 397 379 385 397 c 0\n 369 419 345 430 315 430 c 0\n 252 430 207 386 207 324 c 2\n 207 0 l 1\n 67 0 l 1\n 67 596 l 5\n 8 596 l 5\n 8 663 l 5\n 67 663 l 5\nEndSplineSet\nMinimumDistance: x10,-1 y19,17 y19,18 y0,2 y0,1 x3,5 x3,4 x0,20 x0,21 \nEndChar\nStartChar: Itilde\nEncoding: 296 296 229\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213> 830 79<212.5 226.5> 874 79<52 64.5> 937 20<252 315 315 315>\nVStem: 63 150<0 729>\nRef: 732 732 N 1 0 0 1 -30 208\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: itilde\nEncoding: 297 297 230\nWidth: 278\nHStem: 0 20 520 20<67 207 207 207> 641 79<211.5 225.5> 685 79<51 63.5> 748 20<251 314 314 314>\nVStem: 67 140<0 540>\nRef: 732 732 N 1 0 0 1 -31 19\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Imacron\nEncoding: 298 298 231\nWidth: 278\nFlags: HMW\nHStem: 0 20 709 20<63 213 213 213> 819 79<2 274>\nVStem: 63 150<0 729>\nRef: 175 175 S 0.909699 0 0 1 -12.5552 179\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: imacron\nEncoding: 299 299 232\nWidth: 278\nFlags: HW\nHStem: 0 20 520 20<67 207 207 207> 640 79<7.00001 266>\nVStem: 67 140<0 540>\nRef: 175 175 S 0.866221 0 0 1 -6.85953 0\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 233\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213> 829 77<116 161> 952 20<6 62 62 62 214 270 270 270>\nVStem: 63 150<0 729>\nRef: 728 728 N 1 0 0 1 -29 224\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: ibreve\nEncoding: 301 301 234\nWidth: 278\nHStem: 0 20 520 20<67 207 207 207> 640 77<115 160> 763 20<5 61 61 61 213 269 269 269>\nVStem: 67 140<0 540>\nRef: 728 728 N 1 0 0 1 -30 35\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 235\nWidth: 278\nFlags: MW\nHStem: -233 51<168.5 178> 709 20<63 213 213 213>\nVStem: 34 90<-146 -110>\nFore\n213 729 m 1\n 213 0 l 1\n 156 -41 124 -88 124 -131 c 0\n 124 -161 150 -182 187 -182 c 0\n 200 -182 221 -180 237 -177 c 1\n 237 -224 l 1\n 211 -230 189 -233 167 -233 c 0\n 85 -233 34 -196 34 -136 c 0\n 34 -84 70 -41 147 0 c 1\n 63 0 l 1\n 63 729 l 1\n 213 729 l 1\nEndSplineSet\nEndChar\nStartChar: iogonek\nEncoding: 303 303 236\nWidth: 278\nFlags: W\nHStem: -233 51 604 125<67 207>\nVStem: 34 90<-139 -111.5> 67 140<0 540 604 729>\nFore\n207 540 m 1\n 207 0 l 1\n 153 -38 124 -83 124 -128 c 0\n 124 -150 129 -161 146 -171 c 0\n 158 -178 172 -182 187 -182 c 0\n 198 -182 208 -181 231 -177 c 1\n 231 -224 l 1\n 200 -231 188 -233 168 -233 c 0\n 85 -233 34 -196 34 -136 c 0\n 34 -87 69 -44 144 0 c 1\n 67 0 l 1\n 67 540 l 1\n 207 540 l 1\n207 729 m 1\n 207 604 l 1\n 67 604 l 1\n 67 729 l 1\n 207 729 l 1\nEndSplineSet\nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 237\nWidth: 278\nFlags: HMW\nHStem: 0 20 709 20<63 213 213 213> 800 122<83 193>\nVStem: 63 150<0 729>\nRef: 729 729 S 1 0 0 1 -29 179\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 238\nWidth: 278\nFlags: MW\nHStem: 0 20 520 20<67 207 207 207>\nVStem: 67 140<0 540>\nFore\n207 540 m 1\n 207 0 l 1\n 67 0 l 1\n 67 540 l 1\n 207 540 l 1\nEndSplineSet\nEndChar\nStartChar: IJ\nEncoding: 306 306 239\nWidth: 808\nFlags: W\nHStem: -23 128<480.5 535> 709 20<63 213 213 213 590 740 740 740>\nVStem: 278 150<0 729 198 200 200 270> 590 150<190 729>\nRef: 74 74 N 1 0 0 1 254 0\nRef: 73 73 N 1 0 0 1 0 0\nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 240\nWidth: 492\nFlags: W\nHStem: -218 20 0 20 604 125<67 207 278 418>\nVStem: 278 140<-63 540 0 540 604 729 604 729>\nRef: 106 106 N 1 0 0 1 208 0\nRef: 105 105 N 1 0 0 1 0 0\nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 241\nWidth: 556\nHStem: -23 128<226.5 281> 709 20<336 486 486 486>\nVStem: 24 150<198 200 200 270> 336 150<190 729>\nRef: 710 710 N 1 0 0 1 244 222\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 242\nWidth: 278\nHStem: 520 20G<70 210>\nVStem: 4 205.763<-106 -105> 70 140<-74 539>\nFore\n210 540 m 1\n 210 -94 l 2\n 210 -182 174 -218 87 -218 c 0\n 67 -218 32 -216 4 -213 c 1\n 4 -101 l 1\n 14 -104 20 -105 29 -105 c 0\n 59 -105 70 -94 70 -63 c 2\n 70 540 l 1\n 210 540 l 1\n89 783 m 1\n 196 783 l 1\n 299 633 l 1\n 221 633 l 1\n 139 733 l 1\n 57 633 l 1\n -19 633 l 1\n 89 783 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 243\nWidth: 722\nFlags: HMW\nHStem: -172 112<315 382> 0 20 709 20<74 224 224 224 509 686 686 686>\nVStem: 74 150<0 244 409 729>\nRef: 63171 63171 S 1 0 0 1 203 0\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 244\nWidth: 556\nFlags: HMW\nHStem: -172 112<229 296> 0 20 709 20<59 199 199 199>\nVStem: 59 140<0 177 330 729>\nRef: 63171 63171 S 1 0 0 1 117 0\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 245\nWidth: 573\nFlags: W\nHStem: 0 21<60 200 367 549> 520 20<60 200 362 510>\nVStem: 60 140<0 198 351 540>\nDStem: 200 198 296 296 367 0 549 0 362 540 510 540 200 351 296 296\nRef: 1082 1082 N 1 0 0 1 0 0\nEndChar\nStartChar: Lacute\nEncoding: 313 313 246\nWidth: 611\nFlags: HMW\nHStem: 0 125<230 579> 709 20<80 230 230 230>\nVStem: 80 150<125 729>\nRef: 180 180 S 1 0 0 1 -19 179\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: lacute\nEncoding: 314 314 247\nWidth: 278\nFlags: HMW\nHStem: 0 20 709 20<67 207 207 207>\nVStem: 67 140<0 729>\nRef: 180 180 S 1 0 0 1 -39 179\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 248\nWidth: 611\nFlags: HW\nHStem: -172 112<269 336> 0 125<230 579> 709 20<80 230 230 230>\nVStem: 80 150<125 729> 269 122<-172 -163 -163 -60>\nRef: 63171 63171 S 1 0 0 1 157 0\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 249\nWidth: 278\nFlags: HMW\nHStem: -172 112<78 145> 0 20 709 20<67 207 207 207>\nVStem: 67 140<0 729>\nRef: 63171 63171 S 1 0 0 1 -34 0\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 250\nWidth: 611\nFlags: HW\nHStem: 0 125<230 579> 617 112<330 397> 709 20<80 230 230 230>\nVStem: 80 150<125 729> 330 122<617 626 626 729>\nRef: 63171 63171 S 1 0 0 1 218 789\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: lcaron\nEncoding: 318 318 251\nWidth: 278\nFlags: HW\nHStem: 0 20 616 112<260 327> 709 20<67 207 207 207>\nVStem: 67 140<0 729> 260 122<616 625 625 728>\nRef: 63171 63171 S 1 0 0 1 148 788\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: Ldot\nEncoding: 319 319 252\nWidth: 611\nHStem: 0 125<230 579> 319 123<335.5 459.5> 709 20<80 230 230 230>\nVStem: 80 150<125 729> 335.5 124<319 442>\nRef: 183 183 S 1 0 0 1 271.5 150\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: ldot\nEncoding: 320 320 253\nWidth: 556\nHStem: 0 20 305 123<320 444> 709 20<67 207 207 207>\nVStem: 67 140<0 729> 320 124<305 428>\nRef: 183 183 S 1 0 0 1 256 136\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: Lslash\nEncoding: 321 321 254\nWidth: 611\nFlags: MW\nHStem: 0 125<230 597> 709 20<80 230 230 230>\nVStem: 80 150<125 257 257 257 423 729>\nFore\n230 423 m 1\n 395 535 l 1\n 395 447 l 1\n 230 334 l 1\n 230 125 l 1\n 597 125 l 1\n 597 0 l 1\n 80 0 l 1\n 80 257 l 1\n 0 201 l 1\n 0 290 l 1\n 80 346 l 1\n 80 729 l 1\n 230 729 l 1\n 230 423 l 1\nEndSplineSet\nEndChar\nStartChar: lslash\nEncoding: 322 322 255\nWidth: 278\nFlags: MW\nHStem: 0 20 709 20<56 196 196 196>\nVStem: 56 140<0 294 294 294 442 729>\nFore\n196 442 m 1\n 252 482 l 1\n 252 403 l 1\n 196 363 l 1\n 196 0 l 1\n 56 0 l 1\n 56 294 l 1\n 0 254 l 1\n 0 333 l 1\n 56 373 l 1\n 56 729 l 1\n 196 729 l 1\n 196 442 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 256\nWidth: 722\nFlags: HMW\nHStem: 0 20 709 20<68 222 222 222 511 661 661 661>\nVStem: 68 150<0 504> 511 150<233 729>\nRef: 180 180 S 1 0 0 1 183.5 179\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: nacute\nEncoding: 324 324 257\nWidth: 611\nFlags: HW\nHStem: 0 20 430 119<328.5 346> 520 20<63 203 203 203>\nVStem: 63 140<0 324 462 540> 406 140<0 333 333 362>\nRef: 180 180 S 1 0 0 1 123.5 0\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 258\nWidth: 722\nFlags: HW\nHStem: -172 112<300 367> 0 20 709 20<68 222 222 222 511 661 661 661>\nVStem: 68 150<0 504> 300 122<-172 -163 -163 -60> 511 150<233 729>\nRef: 63171 63171 S 1 0 0 1 188 0\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 259\nWidth: 611\nFlags: HW\nHStem: -172 112<244 311> 0 20 430 119<328.5 346> 520 20<63 203 203 203>\nVStem: 63 140<0 324 462 540> 244 122<-172 -163 -163 -60> 406 140<0 333 333 362>\nRef: 63171 63171 S 1 0 0 1 132 0\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Ncaron\nEncoding: 327 327 260\nWidth: 722\nFlags: HMW\nHStem: 0 20 709 20<68 222 222 222 511 661 661 661>\nVStem: 68 150<0 504> 511 150<233 729>\nRef: 711 711 S 1 0 0 1 198.5 179\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: ncaron\nEncoding: 328 328 261\nWidth: 611\nFlags: HW\nHStem: 0 20 430 119<328.5 346> 520 20<63 203 203 203>\nVStem: 63 140<0 324 462 540> 406 140<0 333 333 362>\nRef: 711 711 S 1 0 0 1 131.5 0\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: napostrophe\nEncoding: 329 329 262\nWidth: 611\nFlags: W\nHStem: 0 21G<63 203 406 546> 429.997 119.003<316 365> 520 20G<63 203>\nVStem: 63 140<1 336 463 539> 406 140<1 352>\nFore\n63 540 m 1\n 203 540 l 1\n 203 462 l 1\n 243 522 292 549 365 549 c 0\n 480 549 546 481 546 362 c 2\n 546 0 l 1\n 406 0 l 1\n 406 333 l 2\n 406 397 376 430 316 430 c 0\n 248 430 203 388 203 324 c 2\n 203 0 l 1\n 63 0 l 1\n 63 540 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: Eng\nEncoding: 330 330 263\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 511 661> 709 20G<68 222 511 661>\nVStem: 68 150<1 503> 511 150<234 728>\nDStem: 218 504 222 729 511 0 511 233\nFore\n511 0 m 1\n 218 504 l 1\n 218 0 l 1\n 68 0 l 1\n 68 729 l 1\n 222 729 l 1\n 511 233 l 1\n 511 729 l 1\n 661 729 l 1\n 661 0 l 1\n 511 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: eng\nEncoding: 331 331 264\nWidth: 611\nFlags: W\nHStem: 0 21G<63 203 406 546> 429.997 119.003<316 365> 520 20G<63 203>\nVStem: 63 140<1 336 463 539> 406 140<1 352>\nFore\n63 540 m 1\n 203 540 l 1\n 203 462 l 1\n 243 522 292 549 365 549 c 0\n 480 549 546 481 546 362 c 2\n 546 0 l 1\n 406 0 l 1\n 406 333 l 2\n 406 397 376 430 316 430 c 0\n 248 430 203 388 203 324 c 2\n 203 0 l 1\n 63 0 l 1\n 63 540 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: Omacron\nEncoding: 332 332 265\nWidth: 778\nFlags: HMW\nHStem: -23 128<339 443> 613 128<339 442.5> 819 79<242 541>\nVStem: 40 150<304.5 413.5> 592 150<302.5 411>\nRef: 175 175 S 1 0 0 1 225.5 179\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: omacron\nEncoding: 333 333 266\nWidth: 611\nFlags: HMW\nHStem: -23 113<264 339.5> 436 113<264 340.5> 640 79<153 452>\nVStem: 35 140<211.5 314.5> 429 140<210.5 314>\nRef: 175 175 N 1 0 0 1 136.5 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: Obreve\nEncoding: 334 334 267\nWidth: 778\nHStem: -23 128<339 443> 613 128<339 442.5> 829 77<369 414> 952 20<259 315 315 315 467 523 523 523>\nVStem: 40 150<304.5 413.5> 592 150<302.5 411>\nRef: 728 728 N 1 0 0 1 224 224\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: obreve\nEncoding: 335 335 268\nWidth: 611\nHStem: -23 113<264 339.5> 436 113<264 340.5> 640 77<280 325> 763 20<170 226 226 226 378 434 434 434>\nVStem: 35 140<211.5 314.5> 429 140<210.5 314>\nRef: 728 728 N 1 0 0 1 135 35\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 269\nWidth: 778\nFlags: HMW\nHStem: -23 128<339 443> 613 128<339 442.5>\nVStem: 40 150<304.5 413.5> 592 150<302.5 411>\nRef: 733 733 S 1 0 0 1 309 179\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 270\nWidth: 611\nFlags: HMW\nHStem: -23 113<264 339.5> 436 113<264 340.5>\nVStem: 35 140<211.5 314.5> 429 140<210.5 314>\nRef: 733 733 S 1 0 0 1 219 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: OE\nEncoding: 338 338 271\nWidth: 1000\nFlags: W\nHStem: -23 128<302 359> 0 125<624 970> 314 125<624 923> 604 125<624 951 624 624> 613 128<302.5 361>\nVStem: 28 150<283 435.5> 474 150<178 314 439 540 540 540>\nFore\n624 314 m 1\n 624 125 l 1\n 970 125 l 1\n 970 0 l 1\n 480 0 l 1\n 480 59 l 1\n 431 -3 393 -23 325 -23 c 0\n 152 -23 28 136 28 359 c 0\n 28 584 151 741 329 741 c 0\n 393 741 432 724 480 677 c 1\n 480 729 l 1\n 951 729 l 1\n 951 604 l 1\n 624 604 l 1\n 624 439 l 1\n 923 439 l 1\n 923 314 l 1\n 624 314 l 1\n474 178 m 1\n 474 540 l 1\n 445 591 410 613 356 613 c 0\n 249 613 178 512 178 359 c 0\n 178 207 249 105 355 105 c 0\n 409 105 445 127 474 178 c 1\nEndSplineSet\nEndChar\nStartChar: oe\nEncoding: 339 339 272\nWidth: 944\nFlags: W\nHStem: -23 107<651 695.5> -23 113<252 327.5> -23 107 -23 113 -23 107 226 93<559 774> 436 113<252 328.5> 442 107<647 682.5>\nVStem: 23 140<211.5 314.5>\nFore\n776 152 m 1\n 914 152 l 1\n 882 46 785 -23 664 -23 c 0\n 592 -23 528 3 485 52 c 1\n 434 2 370 -23 290 -23 c 0\n 124 -23 23 85 23 263 c 128\n 23 441 124 549 290 549 c 0\n 370 549 436 524 485 473 c 1\n 528 523 590 549 665 549 c 0\n 776 549 863 490 899 392 c 0\n 912 354 920 304 920 250 c 0\n 920 243 920 238 919 226 c 1\n 557 226 l 1\n 558 180 564 155 578 132 c 0\n 596 102 631 84 671 84 c 0\n 720 84 763 112 776 152 c 1\n290 436 m 0\n 214 436 163 366 163 263 c 128\n 163 160 214 90 290 90 c 0\n 365 90 417 160 417 261 c 0\n 417 367 367 436 290 436 c 0\n559 319 m 1\n 774 319 l 1\n 770 358 764 378 751 397 c 0\n 732 424 699 442 666 442 c 0\n 628 442 593 421 576 388 c 0\n 567 370 562 351 559 319 c 1\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 273\nWidth: 722\nFlags: HMW\nHStem: 0 20 289 125<230 402> 604 125<230 411 230 230>\nVStem: 80 150<0 289 414 604> 517 150<493.5 528>\nRef: 180 180 S 1 0 0 1 177.5 179\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: racute\nEncoding: 341 341 274\nWidth: 389\nFlags: HW\nHStem: 0 20 410 139<321 333.5> 520 20<63 203 203 203>\nVStem: 63 140<0 287 434 540>\nRef: 180 180 S 1 0 0 1 31.5 0\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 275\nWidth: 722\nFlags: HW\nHStem: -172 112<318 385> 0 20 289 125<230 402> 604 125<230 411 230 230>\nVStem: 80 150<0 289 414 604> 318 122<-172 -163 -163 -60> 517 150<493.5 528>\nRef: 63171 63171 S 1 0 0 1 206 0\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 276\nWidth: 389\nFlags: HW\nHStem: -172 112<74 141> 0 20 410 139<321 333.5> 520 20<63 203 203 203>\nVStem: 63 140<0 287 434 540> 74 122<-172 -163 -163 -60>\nRef: 63171 63171 S 1 0 0 1 -38 0\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: Rcaron\nEncoding: 344 344 277\nWidth: 722\nFlags: HMW\nHStem: 0 20 289 125<230 402> 604 125<230 411 230 230>\nVStem: 80 150<0 289 414 604> 517 150<493.5 528>\nRef: 711 711 S 1 0 0 1 191.5 179\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: rcaron\nEncoding: 345 345 278\nWidth: 389\nFlags: HW\nHStem: 0 20 410 139<321 333.5> 520 20<63 203 203 203>\nVStem: 63 140<0 287 434 540>\nRef: 711 711 S 1 0 0 1 45.5 0\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: Sacute\nEncoding: 346 346 279\nWidth: 667\nFlags: HMW\nHStem: -23 120<291 387.5> 621 120<275.5 361.5>\nVStem: 45 143<504.5 558.5> 489 144<164.5 224.5>\nRef: 180 180 S 1 0 0 1 148.5 179\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: sacute\nEncoding: 347 347 280\nWidth: 556\nFlags: HMW\nHStem: -23 110<258 308.5> 439 110<244.5 302.5>\nVStem: 48 140<378 404> 380 140<133.5 151>\nRef: 180 180 S 1 0 0 1 102 0\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 281\nWidth: 667\nHStem: -23 120<291 387.5> 621 120<275.5 361.5>\nVStem: 45 143<504.5 558.5> 489 144<164.5 224.5>\nRef: 710 710 N 1 0 0 1 230.5 222\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 282\nWidth: 556\nHStem: -23 110<258 308.5> 439 110<244.5 302.5>\nVStem: 48 140<378 404> 380 140<133.5 151>\nRef: 710 710 N 1 0 0 1 112 33\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 283\nWidth: 667\nFlags: MW\nHStem: -220 50<290 314> -94 191<294 319.5> 621 120<275.5 361.5>\nVStem: 45 143<504.5 558.5> 355 86<-140.5 -118.5> 489 144<164.5 224.5>\nFore\n340 -23 m 1\n 323 -62 l 1\n 338 -58 349 -56 364 -56 c 0\n 412 -56 441 -83 441 -127 c 0\n 441 -187 395 -220 312 -220 c 0\n 268 -220 235 -213 174 -192 c 1\n 193 -140 l 1\n 243 -162 270 -170 298 -170 c 0\n 330 -170 355 -152 355 -129 c 0\n 355 -108 335 -94 304 -94 c 0\n 284 -94 274 -97 255 -106 c 1\n 297 -23 l 1\n 126 -5 42 72 32 218 c 1\n 178 218 l 1\n 183 140 240 97 342 97 c 0\n 433 97 489 134 489 195 c 0\n 489 254 452 282 352 301 c 2\n 250 321 l 2\n 102 349 45 404 45 517 c 0\n 45 659 146 741 321 741 c 0\n 426 741 507 712 556 658 c 0\n 592 618 607 574 607 507 c 1\n 467 507 l 1\n 462 581 409 621 314 621 c 0\n 237 621 188 586 188 531 c 0\n 188 478 219 457 326 436 c 2\n 440 414 l 2\n 575 388 633 328 633 214 c 0\n 633 65 535 -14 340 -23 c 1\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 284\nWidth: 556\nFlags: W\nHStem: -220 50<231.5 255> -23 110<283 283 283 301> 439 110<244.5 302.5>\nVStem: 48 140<378 404> 296 86<-140.5 -118.5> 380 140<123.5 151>\nFore\n283 -23 m 1\n 264 -63 l 1\n 279 -58 291 -56 306 -56 c 0\n 353 -56 382 -83 382 -127 c 0\n 382 -187 336 -220 254 -220 c 0\n 209 -220 180 -214 115 -192 c 1\n 134 -140 l 1\n 187 -163 211 -170 239 -170 c 0\n 271 -170 296 -152 296 -129 c 0\n 296 -108 276 -94 245 -94 c 0\n 225 -94 215 -97 196 -106 c 1\n 239 -22 l 1\n 96 -5 34 48 29 157 c 1\n 166 157 l 1\n 172 128 178 117 193 106 c 0\n 211 94 240 87 276 87 c 0\n 341 87 380 107 380 140 c 0\n 380 162 368 173 333 184 c 2\n 166 236 l 2\n 114 253 97 262 78 281 c 0\n 59 302 48 333 48 369 c 0\n 48 480 133 549 270 549 c 0\n 415 549 503 480 505 366 c 1\n 370 366 l 1\n 369 415 336 439 269 439 c 0\n 220 439 188 419 188 389 c 0\n 188 367 198 359 237 347 c 2\n 414 296 l 2\n 485 275 520 230 520 160 c 0\n 520 52 430 -23 301 -23 c 2\n 283 -23 l 1\nEndSplineSet\nEndChar\nStartChar: Scaron\nEncoding: 352 352 285\nWidth: 667\nFlags: HMW\nHStem: -23 120<291 387.5> 621 120<275.5 361.5>\nVStem: 45 143<504.5 558.5> 489 144<164.5 224.5>\nRef: 711 711 S 1 0 0 1 160.5 179\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: scaron\nEncoding: 353 353 286\nWidth: 556\nFlags: HMW\nHStem: -23 110<258 308.5> 439 110<244.5 302.5>\nVStem: 48 140<378 404> 380 140<133.5 151>\nRef: 711 711 S 1 0 0 1 113 0\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0162\nEncoding: 354 354 287\nWidth: 611\nHStem: -220 50<292.5 316.5> 0 20 604 125<14 235 385 598 385 385>\nVStem: 235 150<0 604> 357.5 86<-140.5 -118.5>\nRef: 184 184 N 1 0 0 1 149.5 0\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0163\nEncoding: 355 355 288\nWidth: 333\nHStem: -243 50<174.5 198.5> -23 106 436 93<14 83 223 301>\nVStem: 83 140<118 142 142 436 529 674> 239.5 86<-163.5 -141.5>\nRef: 184 184 N 1 0 0 1 31.5 -23\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: Tcaron\nEncoding: 356 356 289\nWidth: 611\nFlags: HMW\nHStem: 0 20 604 125<14 235 385 598 385 385>\nVStem: 235 150<0 604>\nRef: 711 711 S 1 0 0 1 142 179\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: tcaron\nEncoding: 357 357 290\nWidth: 333\nFlags: HW\nHStem: -23 106 436 93<14 83 223 301> 716 112<276 343>\nVStem: 83 140<118 142 142 436 529 674> 276 122<716 725 725 828>\nRef: 63171 63171 S 1 0 0 1 164 888\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: Tbar\nEncoding: 358 358 291\nWidth: 611\nFlags: W\nHStem: 0 21G<235 385> 604 125<15 234 386 597>\nVStem: 14 584<604 728> 235 150<1 604>\nFore\n385 604 m 1\n 385 0 l 1\n 235 0 l 1\n 235 604 l 1\n 14 604 l 1\n 14 729 l 1\n 598 729 l 1\n 598 604 l 1\n 385 604 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y0,2 y0,1 x0,6 x0,7 \nEndChar\nStartChar: tbar\nEncoding: 359 359 292\nWidth: 333\nFlags: W\nHStem: 436 93<15 83 224 300>\nVStem: 14 287<436 529> 83 140<121 436 529 673>\nFore\n301 529 m 1\n 301 436 l 1\n 223 436 l 1\n 223 142 l 2\n 223 94 232 83 269 83 c 0\n 279 83 287 84 301 86 c 1\n 301 -12 l 1\n 276 -20 251 -23 220 -23 c 0\n 128 -23 83 19 83 104 c 2\n 83 436 l 1\n 14 436 l 1\n 14 529 l 1\n 83 529 l 1\n 83 674 l 1\n 223 674 l 1\n 223 529 l 1\n 301 529 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y15,13 y15,14 x12,10 x12,11 x2,0 x2,1 \nEndChar\nStartChar: Utilde\nEncoding: 360 360 293\nWidth: 722\nHStem: -23 128<321 409> 709 20<76 226 226 226 504 654 654 654> 830 79<439.5 453.5> 874 79<279 291.5> 937 20<479 542 542 542>\nVStem: 76 150<235 729> 504 150<235 729>\nRef: 732 732 N 1 0 0 1 197 208\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: utilde\nEncoding: 361 361 294\nWidth: 611\nHStem: -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541> 641 79<374 388> 685 79<213.5 226> 748 20<413.5 476.5 476.5 476.5>\nVStem: 58 140<164 193 193 540> 401 140<0 64 64 64 202 540>\nRef: 732 732 N 1 0 0 1 131.5 19\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Umacron\nEncoding: 362 362 295\nWidth: 722\nFlags: HMW\nHStem: -23 128<321 409> 709 20<76 226 226 226 504 654 654 654> 819 79<216 515>\nVStem: 76 150<235 729> 504 150<235 729>\nRef: 175 175 S 1 0 0 1 199.5 179\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: umacron\nEncoding: 363 363 296\nWidth: 611\nFlags: HMW\nHStem: -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541> 640 79<150 449>\nVStem: 58 140<164 193 193 540> 401 140<0 64 64 64 202 540>\nRef: 175 175 N 1 0 0 1 134 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 297\nWidth: 722\nHStem: -23 128<321 409> 709 20<76 226 226 226 504 654 654 654> 829 77<343 388> 952 20<233 289 289 289 441 497 497 497>\nVStem: 76 150<235 729> 504 150<235 729>\nRef: 728 728 N 1 0 0 1 198 224\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: ubreve\nEncoding: 365 365 298\nWidth: 611\nHStem: -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541> 640 77<277.5 322.5> 763 20<167.5 223.5 223.5 223.5 375.5 431.5 431.5 431.5>\nVStem: 58 140<164 193 193 540> 401 140<0 64 64 64 202 540>\nRef: 728 728 N 1 0 0 1 132.5 35\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Uring\nEncoding: 366 366 299\nWidth: 722\nFlags: HMW\nHStem: -23 128<321 409> 709 20<76 226 226 226 504 654 654 654> 769 48<354 377> 901 48<354 377.5>\nVStem: 76 150<235 729> 504 150<235 729>\nRef: 730 730 S 1 0 0 1 198 179\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uring\nEncoding: 367 367 300\nWidth: 611\nFlags: HMW\nHStem: -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541> 590 48<288 311> 722 48<288 311.5>\nVStem: 58 140<164 193 193 540> 401 140<0 64 64 64 202 540>\nRef: 730 730 S 1 0 0 1 131.5 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 301\nWidth: 722\nFlags: HMW\nHStem: -23 128<321 409> 709 20<76 226 226 226 504 654 654 654>\nVStem: 76 150<235 729> 504 150<235 729>\nRef: 733 733 S 1 0 0 1 281 179\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 302\nWidth: 611\nFlags: HMW\nHStem: -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541>\nVStem: 58 140<164 193 193 540> 401 140<0 64 64 64 202 540>\nRef: 733 733 S 1 0 0 1 218.5 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 303\nWidth: 722\nFlags: MW\nHStem: -234 51<513 531.5> -23 128<322.5 387.5> 709 20<76 226 226 226 504 654 654 654>\nVStem: 76 150<235 729> 373 89<-149 -115> 504 150<235 729>\nFore\n597 -177 m 1\n 597 -224 l 1\n 570 -231 546 -234 517 -234 c 0\n 490 -234 465 -230 441 -222 c 0\n 395 -207 373 -179 373 -138 c 0\n 373 -90 400 -55 477 -7 c 1\n 429 -20 407 -23 368 -23 c 0\n 277 -23 200 3 147 51 c 0\n 98 95 76 153 76 235 c 2\n 76 729 l 1\n 226 729 l 1\n 226 235 l 2\n 226 147 271 105 365 105 c 128\n 459 105 504 147 504 235 c 2\n 504 729 l 1\n 654 729 l 1\n 654 235 l 2\n 654 166 638 116 602 69 c 0\n 585 48 585 48 527 -13 c 0\n 482 -62 462 -98 462 -132 c 128\n 462 -166 487 -183 539 -183 c 0\n 560 -183 578 -181 597 -177 c 1\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 304\nWidth: 611\nFlags: W\nHStem: -233 51<480 502.5> -23 119<258 275.5> 520 20<58 198 198 198 401 541 541 541>\nVStem: 58 140<164 193 193 540> 340 90<-147 -116.5> 401 140<0 64 64 64 202 540>\nFore\n465 0 m 1\n 401 0 l 1\n 401 64 l 1\n 361 4 312 -23 239 -23 c 0\n 124 -23 58 45 58 164 c 2\n 58 540 l 1\n 198 540 l 1\n 198 193 l 2\n 198 128 228 96 288 96 c 0\n 356 96 401 138 401 202 c 2\n 401 540 l 1\n 541 540 l 1\n 541 0 l 1\n 468 -37 430 -82 430 -129 c 0\n 430 -165 454 -182 506 -182 c 0\n 526 -182 545 -180 564 -177 c 1\n 564 -224 l 1\n 536 -231 516 -233 489 -233 c 0\n 395 -233 340 -198 340 -138 c 0\n 340 -95 370 -49 419 -21 c 0\n 433 -12 441 -9 465 0 c 1\nEndSplineSet\nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 305\nWidth: 944\nHStem: 0 20 709 20<13 172 172 172 398 546 546 546 773 932 932 932>\nRef: 710 710 N 1 0 0 1 305.5 222\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 306\nWidth: 778\nHStem: 0 20 520 20<5 150 150 150 318 458 458 458 621 766 766 766>\nRef: 710 710 N 1 0 0 1 218.5 33\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 307\nWidth: 667\nHStem: 0 20 709 20<27 194 194 194 482 650 650 650>\nVStem: 269 150<0 270>\nRef: 710 710 N 1 0 0 1 171.5 222\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 308\nWidth: 556\nHStem: -219 103<127.5 147.5> 520 20<9 163 163 163 394 538 538 538>\nRef: 710 710 N 1 0 0 1 106.5 33\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 309\nWidth: 667\nFlags: HMW\nHStem: 0 20 709 20<27 194 194 194 482 650 650 650> 800 122<194 304 380 490>\nVStem: 27 110 269 150<0 270>\nRef: 168 168 S 1 0 0 1 176.5 179\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: Zacute\nEncoding: 377 377 310\nWidth: 611\nFlags: HMW\nHStem: 0 125<206 578> 604 125<30 403>\nRef: 180 180 S 1 0 0 1 124 179\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: zacute\nEncoding: 378 378 311\nWidth: 500\nFlags: HMW\nHStem: 0 113<194 468> 427 113<39 288>\nRef: 180 180 S 1 0 0 1 70 0\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 312\nWidth: 611\nFlags: HMW\nHStem: 0 125<206 578> 604 125<30 403> 800 122<252 362>\nVStem: 30 110\nRef: 729 729 S 1 0 0 1 140 179\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 313\nWidth: 500\nFlags: HMW\nHStem: 0 113<194 468> 427 113<39 288> 621 122<196 306>\nVStem: 21 110\nRef: 729 729 S 1 0 0 1 84 0\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 314\nWidth: 611\nFlags: HMW\nHStem: 0 125<206 578> 604 125<30 403>\nRef: 711 711 S 1 0 0 1 139 179\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: zcaron\nEncoding: 382 382 315\nWidth: 500\nFlags: HMW\nHStem: 0 113<194 468> 427 113<39 288>\nRef: 711 711 S 1 0 0 1 83 0\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: longs\nEncoding: 383 383 316\nWidth: 333\nFlags: W\nHStem: 0 21G<90 230> 436 93<15 90> 624 104.193<267 270>\nVStem: 90 140<1 435 530 594>\nFore\n230 0 m 1\n 90 0 l 1\n 90 436 l 1\n 14 436 l 1\n 14 529 l 1\n 90 529 l 1\n 90 594 l 2\n 90 685 135 729 228 729 c 0\n 247 729 282 728 308 726 c 1\n 308 621 l 1\n 296 623 280 624 268 624 c 0\n 242 624 230 610 230 582 c 2\n 230 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,0 y2,1 x5,3 x5,4 \nEndChar\nStartChar: florin\nEncoding: 402 402 317\nWidth: 556\nFlags: MW\nHStem: -220 116<95 119.5> 383 97<104 227 377 500> 628 116<440 454.5>\nFore\n500 480 m 1\n 500 383 l 1\n 363 383 l 1\n 304 1 l 2\n 291 -84 270 -138 236 -172 c 0\n 206 -202 160 -220 111 -220 c 0\n 79 -220 52 -214 21 -198 c 1\n 45 -83 l 1\n 70 -98 86 -104 102 -104 c 0\n 137 -104 154 -76 167 7 c 1\n 227 383 l 1\n 104 383 l 1\n 104 480 l 1\n 242 480 l 1\n 253 539 l 1\n 276 681 334 744 439 744 c 0\n 470 744 492 740 535 727 c 1\n 515 612 l 1\n 486 625 476 628 460 628 c 0\n 420 628 396 593 384 521 c 2\n 377 480 l 1\n 500 480 l 1\nEndSplineSet\nEndChar\nStartChar: uni01C4\nEncoding: 452 452 318\nWidth: 1333\nFlags: H\nRef: 381 381 N 1 0 0 1 722 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C5\nEncoding: 453 453 319\nWidth: 1222\nFlags: H\nRef: 382 382 N 1 0 0 1 722 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C6\nEncoding: 454 454 320\nWidth: 1111\nFlags: H\nRef: 382 382 N 1 0 0 1 611 0\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C7\nEncoding: 455 455 321\nWidth: 1167\nFlags: H\nRef: 74 74 N 1 0 0 1 611 0\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C8\nEncoding: 456 456 322\nWidth: 889\nFlags: H\nRef: 106 106 N 1 0 0 1 611 0\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C9\nEncoding: 457 457 323\nWidth: 556\nFlags: H\nRef: 106 106 N 1 0 0 1 278 0\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CA\nEncoding: 458 458 324\nWidth: 1278\nFlags: H\nRef: 74 74 N 1 0 0 1 722 0\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CB\nEncoding: 459 459 325\nWidth: 1000\nFlags: H\nRef: 106 106 N 1 0 0 1 722 0\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CC\nEncoding: 460 460 326\nWidth: 889\nFlags: H\nRef: 106 106 N 1 0 0 1 611 0\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CD\nEncoding: 461 461 327\nWidth: 722\nFlags: H\nRef: 711 711 N 1 0 0 1 200 194\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 328\nWidth: 556\nFlags: H\nRef: 711 711 N 1 0 0 1 103 2\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 329\nWidth: 278\nFlags: H\nRef: 711 711 N 1 0 0 1 -30 194\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 330\nWidth: 278\nFlags: H\nRef: 711 711 N 1 0 0 1 -31 2\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 331\nWidth: 778\nFlags: H\nRef: 711 711 N 1 0 0 1 222 194\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 332\nWidth: 611\nFlags: H\nRef: 711 711 N 1 0 0 1 133 2\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 333\nWidth: 722\nFlags: H\nRef: 711 711 N 1 0 0 1 197 194\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 334\nWidth: 611\nFlags: H\nRef: 711 711 N 1 0 0 1 131.5 2\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 335\nWidth: 722\nFlags: H\nRef: 175 175 N 1 0 0 1 199.5 342\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 336\nWidth: 611\nFlags: H\nRef: 175 175 N 1 0 0 1 133 163\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 337\nWidth: 722\nFlags: H\nRef: 180 180 N 1 0 0 1 209 375\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 338\nWidth: 611\nFlags: H\nRef: 180 180 N 1 0 0 1 142.5 196\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 339\nWidth: 722\nFlags: H\nRef: 711 711 N 1 0 0 1 197 375\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 340\nWidth: 611\nFlags: H\nRef: 711 711 N 1 0 0 1 130.5 196\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 341\nWidth: 722\nFlags: H\nRef: 96 96 N 1 0 0 1 187 375\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 342\nWidth: 611\nFlags: H\nRef: 96 96 N 1 0 0 1 120.5 196\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DE\nEncoding: 478 478 343\nWidth: 722\nFlags: H\nRef: 175 175 N 1 0 0 1 199 342\nRef: 196 196 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 344\nWidth: 556\nFlags: H\nRef: 175 175 N 1 0 0 1 106.5 163\nRef: 228 228 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 345\nWidth: 1000\nFlags: H\nRef: 175 175 N 1 0 0 1 439.5 161\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 346\nWidth: 889\nFlags: H\nRef: 175 175 N 1 0 0 1 270.5 -31\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcaron\nEncoding: 486 486 347\nWidth: 778\nFlags: H\nRef: 711 711 N 1 0 0 1 227 194\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 348\nWidth: 611\nFlags: H\nRef: 711 711 N 1 0 0 1 90 2\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 349\nWidth: 722\nFlags: H\nRef: 711 711 N 1 0 0 1 212 194\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 350\nWidth: 556\nFlags: H\nRef: 711 711 N 1 0 0 1 -39 182\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 351\nWidth: 778\nFlags: H\nRef: 731 731 N 1 0 0 1 184.5 -15.2\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 352\nWidth: 611\nFlags: H\nRef: 731 731 N 1 0 0 1 95.5 -15.2\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 353\nWidth: 778\nFlags: H\nRef: 175 175 N 1 0 0 1 224.5 161\nRef: 490 490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 354\nWidth: 611\nFlags: H\nRef: 175 175 N 1 0 0 1 135.5 -31\nRef: 491 491 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F1\nEncoding: 497 497 355\nWidth: 1333\nFlags: H\nRef: 90 90 N 1 0 0 1 722 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F2\nEncoding: 498 498 356\nWidth: 1222\nFlags: H\nRef: 122 122 N 1 0 0 1 722 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F3\nEncoding: 499 499 357\nWidth: 1111\nFlags: H\nRef: 122 122 N 1 0 0 1 611 0\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F8\nEncoding: 504 504 358\nWidth: 722\nFlags: H\nRef: 96 96 N 1 0 0 1 186.5 194\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F9\nEncoding: 505 505 359\nWidth: 611\nFlags: H\nRef: 96 96 N 1 0 0 1 126.5 2\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 360\nWidth: 722\nFlags: H\nRef: 180 180 N 1 0 0 1 208.5 402\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 361\nWidth: 556\nFlags: H\nRef: 180 180 N 1 0 0 1 117 223\nRef: 229 229 N 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 362\nWidth: 1000\nFlags: H\nRef: 180 180 N 1 0 0 1 449 194\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 363\nWidth: 889\nFlags: H\nRef: 180 180 N 1 0 0 1 280 2\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 364\nWidth: 778\nFlags: H\nRef: 180 180 N 1 0 0 1 235 202\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 365\nWidth: 611\nFlags: H\nRef: 180 180 N 1 0 0 1 146 10\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 366\nWidth: 722\nFlags: H\nRef: 728 728 N 1 0 0 -1 201 1549\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 367\nWidth: 556\nFlags: H\nRef: 728 728 N 1 0 0 -1 104 1357\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 368\nWidth: 667\nFlags: H\nRef: 728 728 N 1 0 0 -1 175.5 1549\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 369\nWidth: 556\nFlags: H\nRef: 728 728 N 1 0 0 -1 105 1357\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 370\nWidth: 278\nFlags: H\nRef: 728 728 N 1 0 0 -1 -29 1549\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 371\nWidth: 278\nFlags: H\nRef: 728 728 N 1 0 0 -1 -30 1357\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 372\nWidth: 778\nFlags: H\nRef: 728 728 N 1 0 0 -1 223 1549\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 373\nWidth: 611\nFlags: H\nRef: 728 728 N 1 0 0 -1 134 1357\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 374\nWidth: 722\nFlags: H\nRef: 728 728 N 1 0 0 -1 108.5 1549\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 375\nWidth: 389\nFlags: H\nRef: 728 728 N 1 0 0 -1 49.5 1357\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 376\nWidth: 722\nFlags: H\nRef: 728 728 N 1 0 0 -1 198 1549\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 377\nWidth: 611\nFlags: H\nRef: 728 728 N 1 0 0 -1 132.5 1357\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 318\nWidth: 667\nFlags: HW\nHStem: -172 112<282 349> -23 120<291 387.5> 621 120<275.5 361.5>\nVStem: 45 143<504.5 558.5> 282 122<-172 -163 -163 -60> 489 144<164.5 224.5>\nRef: 63171 63171 S 1 0 0 1 170 0\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 319\nWidth: 556\nFlags: HW\nHStem: -172 112<227 294> -23 110<258 308.5> 439 110<244.5 302.5>\nVStem: 48 140<378 404> 227 122<-172 -163 -163 -60> 380 140<133.5 151>\nRef: 63171 63171 S 1 0 0 1 115 0\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 320\nWidth: 611\nFlags: HMW\nHStem: -172 112<252 319> 0 20 604 125<14 235 385 598 385 385>\nVStem: 14 122 235 150<0 604>\nRef: 63171 63171 S 1 0 0 1 140 0\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 321\nWidth: 333\nFlags: HW\nHStem: -172 112<127 194> -23 106 436 93<14 83 223 301>\nVStem: 83 140<118 142 142 436 529 674> 127 122<-172 -163 -163 -60>\nRef: 63171 63171 S 1 0 0 1 15 0\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: circumflex\nEncoding: 710 710 322\nWidth: 333\nFlags: W\nFore\n116 757 m 1\n 223 757 l 1\n 326 607 l 1\n 248 607 l 1\n 166 707 l 1\n 84 607 l 1\n 8 607 l 1\n 116 757 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 323\nWidth: 333\nFlags: W\nFore\n219 607 m 1\n 112 607 l 1\n 9 757 l 1\n 87 757 l 1\n 169 660 l 1\n 251 757 l 1\n 327 757 l 1\n 219 607 l 1\nEndSplineSet\nEndChar\nStartChar: breve\nEncoding: 728 728 324\nWidth: 333\nFlags: MW\nHStem: 605 77<145 190> 728 20<35 91 91 91 243 299 299 299>\nFore\n299 748 m 1\n 299 737 l 2\n 299 662 242 605 167 605 c 128\n 92 605 35 662 35 738 c 2\n 35 748 l 1\n 91 748 l 1\n 97 704 122 682 168 682 c 0\n 212 682 235 702 243 748 c 1\n 299 748 l 1\nEndSplineSet\nEndChar\nStartChar: dotaccent\nEncoding: 729 729 325\nWidth: 333\nFlags: MW\nHStem: 621 122<112 222>\nVStem: 112 110<621 743>\nFore\n222 743 m 1\n 222 621 l 1\n 112 621 l 1\n 112 743 l 1\n 222 743 l 1\nEndSplineSet\nEndChar\nStartChar: ring\nEncoding: 730 730 326\nWidth: 333\nFlags: MW\nHStem: 590 48<156 179> 722 48<156 179.5>\nVStem: 77 48<668.5 691.5> 209 48<668.5 691.5>\nFore\n168 770 m 0\n 218 770 257 730 257 679 c 0\n 257 630 216 590 167 590 c 0\n 117 590 77 630 77 680 c 128\n 77 730 117 770 168 770 c 0\n168 722 m 0\n 144 722 125 703 125 680 c 128\n 125 657 144 638 168 638 c 0\n 190 638 209 657 209 680 c 128\n 209 703 191 722 168 722 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 327\nWidth: 333\nFlags: MW\nHStem: -234 51<184.5 203>\nVStem: 45 90<-150 -109.5>\nFore\n169 0 m 1\n 244 0 l 1\n 159 -53 135 -82 135 -133 c 0\n 135 -167 158 -183 211 -183 c 0\n 231 -183 250 -181 268 -177 c 1\n 268 -224 l 1\n 241 -231 217 -234 189 -234 c 0\n 100 -234 45 -197 45 -139 c 0\n 45 -80 92 -28 169 0 c 1\nEndSplineSet\nEndChar\nStartChar: tilde\nEncoding: 732 732 328\nWidth: 333\nFlags: W\nHStem: 622 79<242.5 256.5> 666 79<82 94.5> 729 20<282 345 345 345>\nFore\n282 749 m 1\n 345 749 l 1\n 341 664 309 622 250 622 c 0\n 235 622 216 626 195 634 c 2\n 124 660 l 2\n 112 664 103 666 94 666 c 0\n 70 666 59 653 54 621 c 1\n -9 621 l 1\n -5 699 30 745 85 745 c 0\n 104 745 105 745 141 732 c 2\n 212 707 l 2\n 219 704 239 701 246 701 c 0\n 267 701 279 717 282 749 c 1\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 329\nWidth: 333\nFlags: W\nFore\n152 757 m 1\n 26 610 l 1\n -44 610 l 1\n 26 757 l 1\n 152 757 l 1\n340 757 m 1\n 214 610 l 1\n 144 610 l 1\n 214 757 l 1\n 340 757 l 1\nEndSplineSet\nEndChar\nStartChar: uni0374\nEncoding: 884 884 330\nWidth: 379\nFlags: W\nFore\n329 789 m 5\n 120 603 l 5\n 56 603 l 5\n 147 789 l 5\n 329 789 l 5\nEndSplineSet\nEndChar\nStartChar: uni0375\nEncoding: 885 885 331\nWidth: 379\nFlags: W\nHStem: -20 20G<267 331>\nFore\n58 -186 m 1\n 267 0 l 1\n 331 0 l 1\n 240 -186 l 1\n 58 -186 l 1\nEndSplineSet\nEndChar\nStartChar: uni037A\nEncoding: 890 890 332\nWidth: 332\nFlags: W\nFore\n316.477 -192.003 m 1\n 316.477 -252 287.716 -253.001 218.212 -253.001 c 0\n 154.7 -253.001 129.535 -225.002 129.535 -174.003 c 2\n 129.535 -75.0049 l 1\n 220.609 -75.0049 l 1\n 221.808 -169.002 212.22 -217.002 252.964 -216.002 c 0\n 286.503 -215.179 276.931 -214.002 286.519 -192.003 c 1\n 316.477 -192.003 l 1\nEndSplineSet\nEndChar\nStartChar: uni037E\nEncoding: 894 894 333\nWidth: 333\nHStem: 0 146<113 199> 374 146<113 263>\nVStem: 113 150<0 9 9 146 374 520>\nRef: 59 59 N 1 0 0 1 0 0\nEndChar\nStartChar: tonos\nEncoding: 900 900 334\nWidth: 325\nFlags: W\nFore\n166 789 m 1\n 132 588 l 1\n 56 588 l 1\n 33 789 l 1\n 166 789 l 1\nEndSplineSet\nAnchorPoint: \"1 top\" 96 571 mark 0\nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 330\nWidth: 658\nFlags: HW\nHStem: 621 122<18 128 204 314>\nVStem: 18 110<621 743> 204 110<621 743>\nRef: 900 900 N 1 0 0 1 75 156\nRef: 168 168 N 1 0 0 1 0 0\nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 331\nWidth: 761\nFlags: HW\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 900 900 S 1 0 0 1 -41 -39\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: anoteleia\nEncoding: 903 903 332\nWidth: 474\nFlags: W\nFore\n171.791 287.381 m 4\n 171.791 330.284 203.278 362.261 249.859 362.261 c 4\n 297.92 362.261 327.929 329.35 327.929 287.381 c 4\n 327.929 245.361 297.064 212.503 249.859 212.503 c 4\n 202.299 212.503 171.791 245.702 171.791 287.381 c 4\nEndSplineSet\nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 333\nWidth: 706\nFlags: HW\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 900 900 S 1 0 0 1 -184 -40\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: Etatonos\nEncoding: 905 905 334\nWidth: 733\nFlags: HW\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 900 900 S 1 0 0 1 -187 -45\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 335\nWidth: 285\nFlags: HW\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 900 900 S 1 0 0 1 -185 -43\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 336\nWidth: 785\nFlags: HW\nHStem: -12.1201 120.296<372 406> 609.409 120.295<372 406>\nVStem: 53.959 132.49<338 388> 587.551 132.49<338 388>\nRef: 900 900 S 1 0 0 1 -129 -45\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 337\nWidth: 823\nFlags: HW\nHStem: 0 21<312 456> 711.529 20<14 189 593 765>\nVStem: 312 144<0 307>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nRef: 900 900 S 1 0 0 1 -199 -43\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 338\nWidth: 819\nFlags: HW\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 900 900 S 1 0 0 1 -166 -46\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: Alpha\nEncoding: 913 913 339\nWidth: 722\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: Beta\nEncoding: 914 914 340\nWidth: 722\nFlags: W\nHStem: 0 125<232 410> 314 125<232 395 395 411> 604 125<232 232 232 395>\nVStem: 82 150<125 314 439 604> 501 144<506 548> 522 144<188.5 246>\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: Gamma\nEncoding: 915 915 341\nWidth: 642\nFlags: W\nHStem: 0 21G<57 203> 595 134<203 591>\nVStem: 57 146<0 595>\nFore\n591 595 m 1\n 203 595 l 1\n 203 0 l 1\n 57 0 l 1\n 57 729 l 1\n 591 729 l 1\n 591 595 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y1,3 y1,2 x1,5 x1,0 \nEndChar\nStartChar: Delta\nEncoding: 916 916 342\nWidth: 726\nFlags: W\nHStem: 0 125<203 517> 709 20G<281 426>\nFore\n0 0 m 1\n 281 729 l 1\n 426 729 l 1\n 724 0 l 1\n 0 0 l 1\n517 125 m 1\n 355 549 l 1\n 203 125 l 1\n 517 125 l 1\nEndSplineSet\nEndChar\nStartChar: Epsilon\nEncoding: 917 917 343\nWidth: 667\nFlags: W\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: Zeta\nEncoding: 918 918 344\nWidth: 611\nFlags: W\nHStem: 0 125<206 578> 604 125<30 403>\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: Eta\nEncoding: 919 919 345\nWidth: 722\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: Theta\nEncoding: 920 920 346\nWidth: 810\nFlags: W\nHStem: 3.3252 120.452<362 396> 313.579 122.276<202 571> 605.582 120.45<362 396>\nVStem: 27.4561 142.341<338 372> 598.769 144.29<338 388>\nFore\n743.059 363.767 m 0\n 743.059 211.304 672.279 106.13 566.596 47.126 c 0\n 512.974 17.9258 452.527 3.3252 385.258 3.3252 c 0\n 325.785 3.3252 269.239 15.1885 213.669 38.9141 c 1\n 99.3252 91.5186 27.4561 197.926 27.4561 356.467 c 0\n 27.4561 472.886 66.2861 568.063 126.9 626.569 c 1\n 182.844 685.477 272.716 726.032 385.258 726.032 c 0\n 490.716 726.032 571.905 691.442 630.941 639.344 c 0\n 700.61 581.185 743.059 485.452 743.059 363.767 c 0\n598.769 363.767 m 0\n 598.769 474.709 553.613 554.333 473.002 589.156 c 0\n 445.703 600.106 416.456 605.582 385.258 605.582 c 0\n 234.434 605.582 169.797 498.226 169.797 354.643 c 0\n 169.797 281.226 191.632 225.496 231.218 184.915 c 1\n 262.319 149.335 315.024 123.777 383.308 123.777 c 0\n 477.977 123.777 539.609 169.412 571.47 232.365 c 0\n 589.994 267.953 598.769 311.754 598.769 363.767 c 0\n571.47 313.579 m 1\n 195.145 313.579 l 1\n 195.145 435.855 l 1\n 571.47 435.855 l 1\n 571.47 313.579 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Iota\nEncoding: 921 921 347\nWidth: 278\nFlags: W\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: Kappa\nEncoding: 922 922 348\nWidth: 722\nFlags: W\nHStem: 0 20 709 20<74 224 224 224 509 686 686 686>\nVStem: 74 150<0 244 409 729>\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: Lambda\nEncoding: 923 923 349\nWidth: 744\nFlags: W\nHStem: 697 20G<309 434.888>\nFore\n373.489 539.296 m 1\n 178.45 2.70508 l 1\n 33.9131 2.70508 l 1\n 309 717 l 1\n 434.888 717 l 1\n 726.76 2.70508 l 1\n 577.561 2.70508 l 1\n 373.489 539.296 l 1\nEndSplineSet\nEndChar\nStartChar: Mu\nEncoding: 924 924 350\nWidth: 860\nFlags: W\nHStem: -6.59473 21G<30.5625 175.758 342.425 467.17 635.883 781.077> 704.935 20G<30.5625 221.77 606.23 781.077>\nVStem: 30.5625 145.195<8 450> 635.883 145.194<8 442>\nFore\n781.077 -6.59473 m 1\n 635.883 -6.59473 l 1\n 635.883 447.985 l 1\n 467.17 -6.59473 l 1\n 342.425 -6.59473 l 1\n 175.758 453.715 l 1\n 175.758 -6.59473 l 1\n 30.5625 -6.59473 l 1\n 30.5625 724.935 l 1\n 221.77 724.935 l 1\n 242.076 710.86 415.022 205.415 415.022 205.415 c 1\n 475.34 381.781 544.124 550.239 606.23 724.935 c 1\n 781.077 724.935 l 1\n 781.077 -6.59473 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Nu\nEncoding: 925 925 351\nWidth: 714\nFlags: W\nHStem: -8.33789 21G<31 173 510 645> 703.58 20G<31 168 505 645>\nVStem: 31 142<6 472> 505 140<243 712>\nDStem: 173 473.237 168 723.58 510 -8.33789 505 242.005\nFore\n645 -8.33789 m 1\n 510 -8.33789 l 1\n 173 473.237 l 1\n 173 -8.33789 l 1\n 31 -8.33789 l 1\n 31 723.58 l 1\n 168 723.58 l 1\n 505 242.005 l 1\n 505 723.58 l 1\n 645 723.58 l 1\n 645 -8.33789 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Xi\nEncoding: 926 926 352\nWidth: 690\nFlags: W\nHStem: 0.790039 126.953<45 629> 309.645 126.952<107 557> 599.551 126.952<45 613>\nFore\n613 599.551 m 1\n 45 599.551 l 1\n 45 726.503 l 1\n 613 726.503 l 1\n 613 599.551 l 1\n557 309.645 m 1\n 107 309.645 l 1\n 107 436.597 l 1\n 557 436.597 l 1\n 557 309.645 l 1\n629 0.790039 m 1\n 45 0.790039 l 1\n 45 127.743 l 1\n 629 127.743 l 1\n 629 0.790039 l 1\nEndSplineSet\nEndChar\nStartChar: Omicron\nEncoding: 927 927 353\nWidth: 822\nFlags: W\nHStem: -12.1201 120.296<372 406> 609.409 120.295<372 406>\nVStem: 53.959 132.49<338 388> 587.551 132.49<338 388>\nFore\n720.041 360.615 m 0\n 720.041 243.964 689.187 152.831 627.479 87.2158 c 0\n 565.771 20.6885 485.914 -12.1201 387 -12.1201 c 128\n 288.086 -12.1201 207.321 20.6885 146.521 87.2158 c 0\n 84.8135 152.831 53.959 243.964 53.959 360.615 c 0\n 53.959 474.532 84.8135 564.753 146.521 630.37 c 0\n 207.321 696.897 288.086 729.704 387 729.704 c 128\n 485.914 729.704 566.679 696.897 627.479 630.37 c 0\n 689.187 564.753 720.041 474.532 720.041 360.615 c 0\n587.551 358.793 m 0\n 587.551 449.926 567.586 514.631 527.657 552.907 c 0\n 487.729 590.271 440.54 609.409 387 609.409 c 128\n 333.46 609.409 286.271 590.271 246.343 552.907 c 0\n 206.414 514.631 186.449 449.926 186.449 358.793 c 0\n 186.449 267.659 206.414 202.955 246.343 164.679 c 0\n 286.271 127.314 333.46 108.176 387 108.176 c 128\n 440.54 108.176 487.729 127.314 527.657 164.679 c 0\n 567.586 202.955 587.551 267.659 587.551 358.793 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Pi\nEncoding: 928 928 354\nWidth: 781\nFlags: W\nHStem: -7.11816 21G<55 199 521 665> 596.135 127.906<199 520>\nVStem: 55 144<7 585> 521 144<7 585>\nFore\n665 -7.11816 m 1\n 521 -7.11816 l 1\n 521 596.135 l 1\n 199 596.135 l 1\n 199 -7.11816 l 1\n 55 -7.11816 l 1\n 55 724.041 l 1\n 665 724.041 l 1\n 665 -7.11816 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 y2,0 y2,1 \nEndChar\nStartChar: Rho\nEncoding: 929 929 355\nWidth: 698\nFlags: W\nHStem: -8.38574 21G<53 197> 270.622 128.038<197 374> 595.495 128.037<197 390>\nVStem: 53 144<6 270 406 596> 501 148<486 504>\nFore\n649 502.81 m 0\n 649 458.856 640 419.682 621 386.238 c 0\n 602 349.93 570 321.265 525 300.243 c 0\n 480 280.178 424 270.622 356 270.622 c 2\n 197 270.622 l 1\n 197 -8.38574 l 1\n 53 -8.38574 l 1\n 53 723.532 l 1\n 348 723.532 l 2\n 401 723.532 441 721.621 468 716.844 c 0\n 511 709.2 546 693.911 573 670.979 c 0\n 600 649.003 620 622.248 631 592.628 c 0\n 643 563.963 649 534.342 649 502.81 c 0\n501 498.989 m 0\n 501 547.72 480 578.295 437 590.717 c 1\n 420 593.584 393 595.495 356 595.495 c 2\n 197 595.495 l 1\n 197 398.66 l 1\n 358 398.66 l 2\n 411 398.66 448 407.26 471 424.459 c 0\n 491 438.791 501 463.635 501 498.989 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y4,6 y4,5 \nEndChar\nStartChar: Sigma\nEncoding: 931 931 356\nWidth: 688\nFlags: W\nHStem: -10.375 127.97<202 631> 595.095 127.971<243 611>\nDStem: 49 610.375 279 552.12 244 382.13 425 382.13 244 382.13 425 382.13 15 107.09 211 128.1\nFore\n631 -10.375 m 1\n 15 -10.375 l 1\n 15 107.09 l 1\n 244 382.13 l 1\n 49 610.375 l 1\n 49 723.065 l 1\n 611 723.065 l 1\n 611 595.095 l 1\n 243 595.095 l 1\n 249 587.455 255 579.815 261 573.13 c 128\n 267 566.445 273 559.76 279 552.12 c 2\n 425 382.13 l 1\n 211 128.1 l 1\n 202 117.595 l 1\n 631 117.595 l 1\n 631 -10.375 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: Tau\nEncoding: 932 932 357\nWidth: 688\nFlags: W\nHStem: 0.55957 21G<250 394> 604.12 127.97<14 250 394 632>\nVStem: 250 144<15 604>\nFore\n632 604.12 m 1\n 394 604.12 l 1\n 394 0.55957 l 1\n 250 0.55957 l 1\n 250 604.12 l 1\n 14 604.12 l 1\n 14 732.09 l 1\n 632 732.09 l 1\n 632 604.12 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y1,3 y1,2 x4,6 x4,5 x1,7 x1,0 \nEndChar\nStartChar: Upsilon\nEncoding: 933 933 358\nWidth: 804\nFlags: W\nHStem: 0 21G<312 456> 711.529 20G<14 189 593 765>\nVStem: 312 144<0 307>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nFore\n765 731.529 m 1\n 456 306.555 l 1\n 456 0 l 1\n 312 0 l 1\n 312 306.555 l 1\n 14 731.529 l 1\n 189 731.529 l 1\n 338 514.745 l 1\n 363 475.59 381 448.85 390 433.569 c 1\n 446 520.475 l 1\n 593 731.529 l 1\n 765 731.529 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Phi\nEncoding: 934 934 359\nWidth: 777\nFlags: W\nHStem: -12.5352 21G<292 425> 702.815 20G<293 424>\nVStem: 4 141<338 372> 292 133<2 58 175 516 642 708> 572 141<338 372>\nFore\n713 348.455 m 0\n 713 262.505 683 192.79 623 138.355 c 0\n 571 89.6504 505 62.9102 425 58.1348 c 1\n 425 -12.5352 l 1\n 292 -12.5352 l 1\n 292 58.1348 l 1\n 212 62.9102 146 89.6504 94 138.355 c 0\n 34 192.79 4 262.505 4 348.455 c 0\n 4 442.463 41.3936 511.182 94 561.42 c 0\n 147 611.08 214 638.775 293 643.55 c 1\n 293 722.815 l 1\n 424 722.815 l 1\n 424 643.55 l 1\n 503 638.775 569 612.035 622 561.42 c 0\n 683 503.165 713 432.495 713 348.455 c 0\n572 353.23 m 0\n 572 446.492 506.909 505.169 425 523.22 c 1\n 425 174.645 l 1\n 511.019 193.603 572 256.685 572 353.23 c 0\n292 174.645 m 1\n 292 523.22 l 1\n 208.681 504.858 145 446.802 145 353.23 c 0\n 145 301.66 161 259.64 193 227.17 c 0\n 220 201.385 253 183.24 292 174.645 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Chi\nEncoding: 935 935 360\nWidth: 783\nFlags: W\nHStem: -7.36035 21G<2.65039 181.42 586.431 767.221> 708 20G<38 212.73 580.37 748.03>\nFore\n767.221 -7.36035 m 1\n 586.431 -7.36035 l 1\n 520.715 84.418 449.202 170.686 385.44 264.32 c 1\n 369.41 238.584 218.675 42.8398 181.42 -7.36035 c 1\n 2.65039 -7.36035 l 1\n 302.62 375.68 l 1\n 38 728 l 1\n 212.73 728 l 1\n 266.998 648.993 339.753 568.671 390.49 488.96 c 1\n 442.793 558.858 523.314 655.053 580.37 728 c 1\n 748.03 728 l 1\n 474.32 379.52 l 1\n 767.221 -7.36035 l 1\nEndSplineSet\nEndChar\nStartChar: Psi\nEncoding: 936 936 361\nWidth: 805\nFlags: W\nHStem: -10.1602 269.76<301 305 440 444> 709.04 20G<305 441>\nVStem: 27 140<356 728> 305 136<260 728> 579 140<356 728>\nFore\n719 369.04 m 2\n 719 304.72 704 254.8 674 217.36 c 0\n 643 178 604 153.04 556 141.52 c 0\n 532 134.8 495 131.92 444 131.92 c 2\n 445 131.92 l 1\n 445 -10.1602 l 1\n 301 -10.1602 l 1\n 301 131.92 l 1\n 302 131.92 l 2\n 205.884 131.92 156.343 141.243 106 181.84 c 0\n 57.8799 220.001 27 282.251 27 369.04 c 2\n 27 731.92 l 1\n 167 728.08 l 1\n 167 380.56 l 2\n 167 325.146 178.106 290.062 218 273.04 c 0\n 237 264.4 265 259.6 304 259.6 c 2\n 305 259.6 l 1\n 305 729.04 l 1\n 441 729.04 l 1\n 441 259.6 l 1\n 442 259.6 l 2\n 501.622 259.6 549.225 270.792 566 307.6 c 0\n 575 325.84 579 350.8 579 380.56 c 2\n 579 728.08 l 1\n 719 731.92 l 1\n 719 369.04 l 2\nEndSplineSet\nMinimumDistance: x0,-1 y16,18 y16,17 \nEndChar\nStartChar: Omega\nEncoding: 937 937 362\nWidth: 780\nFlags: W\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nFore\n732.63 366.22 m 0\n 732.63 245.686 685.227 162.446 611.43 105.29 c 1\n 730.61 105.29 l 1\n 730.61 -16.9297 l 1\n 403.37 -16.9297 l 1\n 403.37 100.44 l 1\n 471.04 127.6 518.51 163.49 546.79 208.11 c 0\n 576.08 255.64 590.22 307.05 590.22 364.28 c 0\n 590.22 435.949 563.978 497.719 531.64 537.91 c 0\n 496.574 578.677 442.707 609.69 368.02 609.69 c 0\n 272.357 609.69 212.603 551.588 182.18 484.56 c 0\n 165.01 446.73 156.93 405.02 156.93 361.37 c 0\n 156.93 306.08 170.06 255.64 197.33 211.02 c 1\n 223.59 164.46 268.03 127.6 330.65 101.41 c 1\n 330.65 -16.9297 l 1\n 13.5098 -16.9297 l 1\n 13.5098 105.29 l 1\n 136.73 105.29 l 1\n 66.0566 164.406 18.5596 246.694 18.5596 362.34 c 0\n 18.5596 501.948 87.4258 615.354 178.14 678.56 c 1\n 232.68 714.45 295.3 731.91 366 731.91 c 0\n 444.78 731.91 512.45 714.45 569.01 678.56 c 0\n 624.56 642.67 665.97 596.11 693.24 540.82 c 0\n 719.5 484.56 732.63 426.36 732.63 366.22 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 363\nWidth: 278\nFlags: W\nHStem: 0 20 709 20<63 213 213 213> 801 122<-10 100 176 286>\nVStem: -10 110<801 923> 63 150<0 729> 176 110<801 923>\nRef: 168 168 N 1 0 0 1 -28 180\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 364\nWidth: 804\nFlags: W\nHStem: 0 21<312 456> 711.529 20<14 189 593 765> 801 122<241.5 351.5 427.5 537.5>\nVStem: 241.5 110<801 923> 312 144<0 307> 427.5 110<801 923>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nRef: 168 168 N 1 0 0 1 223.5 180\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: alphatonos\nEncoding: 940 940 365\nWidth: 660\nFlags: W\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 900 900 S 1 0 0 1 182 6\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 366\nWidth: 559\nFlags: HW\nHStem: -9.74023 112.8<237 271> 216.8 102.46<221 319> 433.94 112.8<237 271>\nRef: 900 900 N 1 0 0 1 159 -6\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: etatonos\nEncoding: 942 942 367\nWidth: 560\nFlags: W\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 900 900 N 1 0 0 1 169 3\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: iotatonos\nEncoding: 943 943 368\nWidth: 356\nFlags: HW\nHStem: 523.95 20<31 169>\nVStem: 31 138<142 528>\nRef: 900 900 N 1 0 0 1 4 -6\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 369\nWidth: 575\nFlags: HW\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503> 609 122<111 221 297 407>\nVStem: 15 138<207 529> 111 110<609 731> 297 110<609 731> 365 138<207 529>\nRef: 901 901 N 1 0 0 1 93 -12\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: alpha\nEncoding: 945 945 370\nWidth: 656\nFlags: W\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nFore\n394.31 266.8 m 0\n 394.31 312.86 384.21 352.34 363 383.36 c 0\n 343.81 410.62 315.53 423.78 276.14 423.78 c 0\n 185.286 423.78 155.95 354.06 155.95 263.04 c 0\n 155.95 173.732 183.959 106.06 274.12 106.06 c 0\n 353.91 106.06 394.31 159.64 394.31 266.8 c 0\n421.58 27.0996 m 1\n 382.19 -0.160156 333.71 -14.2598 276.14 -14.2598 c 0\n 97.126 -14.2598 24.6504 92.3516 24.6504 266.8 c 0\n 24.6504 356.405 49.3779 428.953 97.3701 475.48 c 0\n 139.749 514.922 197.238 542.22 276.14 542.22 c 0\n 345.024 540.217 385.364 525.222 422.59 492.4 c 1\n 422.59 532.82 l 1\n 545.81 532.82 l 1\n 545.81 107.94 l 1\n 580.15 130.5 l 1\n 616.51 15.8203 l 1\n 571.06 -4.86035 533.69 -15.2002 505.41 -15.2002 c 0\n 469.54 -15.2002 435.431 6.84277 421.58 27.0996 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nAnchorPoint: \"1 top\" 278 638 basechar 0\nEndChar\nStartChar: beta\nEncoding: 946 946 371\nWidth: 576\nFlags: W\nHStem: -18.4902 115.32<277 299> 608.33 113.46<245 268>\nVStem: 27.3496 134.641<-175 14 154 499> 352.07 120.779<523.85 531> 387.71 138.6<193 211>\nFore\n526.31 203.78 m 0\n 526.31 114.787 484.178 47.6006 421.37 12.2002 c 0\n 386.72 -8.25977 345.14 -18.4902 297.62 -18.4902 c 0\n 238.803 -18.4902 195.197 -6.84668 161.99 14.9902 c 1\n 161.99 -189.61 l 1\n 27.3496 -189.61 l 1\n 27.3496 473.48 l 2\n 27.3496 575.023 45.0059 625.846 94.6699 672.5 c 1\n 131.576 703.52 183.1 721.79 250.1 721.79 c 0\n 391.701 721.79 472.85 644.713 472.85 523.7 c 1\n 469.88 463.25 448.1 417.68 409.49 386.99 c 2\n 408.5 386.06 l 2\n 407.51 386.06 407.51 386.06 407.51 385.13 c 1\n 481.463 356.384 526.31 297.358 526.31 203.78 c 0\n387.71 205.64 m 0\n 387.71 241.91 377.81 267.02 359 280.97 c 0\n 333.26 299.57 297.62 308.87 252.08 308.87 c 2\n 177.83 308.87 l 1\n 177.83 424.19 l 1\n 244.16 424.19 l 2\n 281.78 424.19 309.5 433.49 326.33 453.02 c 0\n 343.16 472.55 352.07 496.73 352.07 525.56 c 0\n 352.07 576.437 315.163 608.33 262.97 608.33 c 0\n 230.3 608.33 202.58 598.1 181.79 576.71 c 0\n 168.92 564.62 161.803 529.28 161.99 469.76 c 2\n 162.98 155.42 l 1\n 169.91 137.75 182.78 123.8 200.6 113.57 c 0\n 218.42 102.41 245.15 96.8301 279.8 96.8301 c 0\n 325.907 96.8301 354.724 114.365 372.86 143.33 c 0\n 382.76 159.14 387.71 180.53 387.71 205.64 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: gamma\nEncoding: 947 947 372\nWidth: 591\nFlags: W\nVStem: 224.56 134.641<-185 40>\nDStem: 82.9902 372.8 196.84 445.76 224.56 40.6396 290.89 211.52 416.62 536 556.21 536 290.89 211.52 359.2 41.5996\nFore\n556.21 536 m 1\n 359.2 41.5996 l 1\n 359.2 -199.36 l 1\n 224.56 -199.36 l 1\n 224.56 40.6396 l 1\n 82.9902 372.8 l 1\n 74.0801 398.72 67.1504 416 62.2002 424.64 c 0\n 61.21 425.6 60.2197 426.56 59.2305 426.56 c 0\n 54.2803 426.56 38.4404 421.76 11.71 411.2 c 1\n 2.7998 511.04 l 1\n 2.7998 515.84 5.76953 520.64 10.7197 527.36 c 0\n 15.6699 534.08 23.5898 538.88 36.46 541.76 c 0\n 49.3301 545.6 60.2197 547.52 69.1299 547.52 c 0\n 107.74 547.52 135.46 539.84 152.29 523.52 c 0\n 169.12 505.28 183.97 479.36 196.84 445.76 c 1\n 290.89 211.52 l 1\n 416.62 536 l 1\n 556.21 536 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: delta\nEncoding: 948 948 373\nWidth: 620\nFlags: W\nHStem: -3.35156 122.918<267 285> 613.103 113.606<279 496>\nVStem: 12 140<251 285> 416 138<251 285>\nFore\n416 269.489 m 0\n 416 295.562 412 319.773 403 341.191 c 128\n 394 362.609 380 379.371 360 393.34 c 0\n 341 407.307 314 413.826 281 413.826 c 0\n 255 413.826 233 407.307 215 395.202 c 0\n 195 383.096 180 366.334 170 344.917 c 0\n 158 322.568 152 296.494 152 267.627 c 0\n 152 168.92 193 119.566 275 119.566 c 0\n 312 119.566 340 127.016 360 140.984 c 0\n 381 154.951 395 173.576 403 194.993 c 0\n 412 220.136 416 245.278 416 269.489 c 0\n206.522 518.742 m 1\n 48 624.277 l 1\n 48 726.709 l 1\n 496 726.709 l 1\n 496 613.103 l 1\n 279 613.103 l 1\n 392 536.744 l 2\n 430 510.671 456 490.185 471 476.216 c 0\n 526 423.138 554 353.298 554 267.627 c 0\n 554 207.1 544 157.746 525 118.636 c 0\n 506 75.7998 474 45.0703 431 25.5156 c 0\n 390 5.95996 338 -3.35156 275 -3.35156 c 0\n 196 -3.35156 131 18.9971 82 64.626 c 0\n 35 109.323 12 174.507 12 260.178 c 0\n 12 307.669 20 349.573 35 384.958 c 0\n 51 420.344 71 447.349 96 466.904 c 0\n 120 486.46 147 501.358 177 511.602 c 0\n 186.979 514.575 196.798 516.955 206.522 518.742 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: epsilon\nEncoding: 949 949 374\nWidth: 570\nFlags: W\nHStem: -9.74023 112.8<237 271> 216.8 102.46<221 319> 433.94 112.8<237 271>\nFore\n505 174.5 m 1\n 492.127 89.7969 458.248 32.0488 384 8.12012 c 0\n 349 -4.09961 306 -9.74023 253 -9.74023 c 0\n 94 -9.74023 14 43.8398 14 151 c 0\n 14 212.54 39.2441 242.628 79 268.5 c 1\n 37.4521 293.606 14 328.04 14 386 c 0\n 14 507.387 111.487 545.117 253 546.74 c 2\n 262 546.74 l 2\n 359.784 546.74 427.737 525.498 466 470.6 c 0\n 485 443.34 498 407.62 505 362.5 c 1\n 378 362.5 l 1\n 374 390.7 361 409.5 338 418.9 c 0\n 315 429.24 285 433.94 250 433.94 c 0\n 182 433.94 147 416.08 146 380.36 c 1\n 152.769 331.575 184.111 319.26 249 319.26 c 2\n 320 319.26 l 1\n 320 216.8 l 1\n 249 216.8 l 2\n 182.881 216.8 153.01 206.222 146 155.7 c 1\n 147 120.92 182 103.06 250 103.06 c 0\n 285 103.06 315 107.76 338 118.1 c 0\n 361 127.5 374 146.3 378 174.5 c 1\n 505 174.5 l 1\nEndSplineSet\nAnchorPoint: \"1 top\" 260 640 basechar 0\nEndChar\nStartChar: zeta\nEncoding: 950 950 375\nWidth: 522\nFlags: W\nHStem: 616.26 119.561<51 224>\nVStem: 35 142<221 251> 357 130<-55.04 -33.4805>\nFore\n487 -33.4805 m 0\n 487 -73.6602 471 -133.44 438 -213.8 c 1\n 314 -168.72 l 1\n 343 -108.94 357 -71.7002 357 -55.04 c 0\n 357 -23.6797 351 -20.7402 316 -20.7402 c 0\n 253 -20.7402 189 0.820312 123 42.96 c 0\n 64 80.2002 35 139.98 35 223.28 c 0\n 35 314.42 58 397.72 103 473.18 c 0\n 137 529.04 177 577.06 224 616.26 c 1\n 51 616.26 l 1\n 51 735.82 l 1\n 457 735.82 l 1\n 457 637.82 l 1\n 325 564.32 177 423.2 177 238.96 c 0\n 177 198.78 189 167.42 214 145.86 c 0\n 279 94.9004 313 113.52 386 96.8604 c 0\n 411 91.96 434 81.1797 449 66.4805 c 0\n 470 45.9004 487 6.7002 487 -33.4805 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: eta\nEncoding: 951 951 376\nWidth: 586\nFlags: W\nHStem: -15.9102 21G<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nFore\n195.333 487.52 m 1\n 201.333 498.19 l 2\n 204.333 503.04 213.333 509.83 228.333 517.59 c 0\n 242.333 525.35 259.333 532.14 280.333 537.96 c 128\n 301.333 543.78 322.333 546.69 344.333 546.69 c 0\n 383.333 546.69 417.333 539.9 446.333 527.29 c 0\n 475.333 514.68 499.333 494.31 517.333 466.18 c 0\n 534.333 439.99 544.333 407.98 546.333 370.15 c 0\n 547.333 363.36 547.333 345.9 547.333 318.74 c 2\n 547.333 -200.21 l 1\n 409.333 -163.35 l 1\n 409.333 314.86 l 2\n 409.333 345.9 406.333 369.18 400.333 383.73 c 0\n 388.333 410.89 363.333 424.47 326.333 424.47 c 0\n 251.333 424.47 213.333 377.91 213.333 283.82 c 2\n 213.333 -15.9102 l 1\n 75.333 -15.9102 l 1\n 75.333 409.92 l 2\n 75.333 411.86 75.333 413.8 76.333 416.71 c 128\n 77.333 419.62 78.333 421.56 78.333 421.56 c 1\n 77.333 421.56 65.333 418.65 42.333 413.8 c 1\n 19.333 528.26 l 1\n 55.333 540.87 85.333 547.66 109.333 547.66 c 0\n 136.333 547.66 158.333 537.96 176.333 517.59 c 0\n 184.333 508.86 190.333 499.16 195.333 487.52 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: theta\nEncoding: 952 952 377\nWidth: 586\nFlags: W\nHStem: -16.1797 116.56<264.822 296> 305.3 114.681<166 392> 613.62 114.68<265.829 296>\nFore\n538.533 357 m 0\n 538.533 205.438 514.229 76.5674 423.093 19.54 c 0\n 383.573 -3.95996 336.773 -16.1797 281.653 -16.1797 c 0\n 188.954 -16.1797 128.138 14.1309 89.2529 69.3604 c 0\n 66.373 101.32 49.7334 140.8 40.373 186.86 c 1\n 28.9326 231.04 23.7334 288.38 23.7334 357 c 0\n 23.7334 498.487 51.8945 610.971 130.854 678.48 c 0\n 169.333 711.38 220.293 728.3 281.653 728.3 c 0\n 412.986 728.3 486.403 644.53 514.613 545.94 c 0\n 530.213 495.18 538.533 432.2 538.533 357 c 0\n399.173 419.98 m 1\n 397.093 475.44 387.733 522.44 371.093 560.98 c 0\n 355.493 595.76 326.373 613.62 281.653 613.62 c 0\n 244.213 613.62 216.133 597.64 198.453 566.62 c 0\n 178.693 534.66 167.253 485.78 165.173 419.98 c 1\n 399.173 419.98 l 1\n399.173 305.3 m 1\n 165.173 305.3 l 1\n 167.254 231.946 176.635 166.155 214.053 124.82 c 0\n 229.653 108.84 252.533 100.38 281.653 100.38 c 0\n 383.036 100.38 394.59 203.809 399.173 305.3 c 1\nEndSplineSet\nEndChar\nStartChar: iota\nEncoding: 953 953 378\nWidth: 346\nFlags: W\nHStem: 523.95 20G<31 169>\nVStem: 31 138<142 528>\nFore\n302 14.3301 m 1\n 252 -6.04004 211 -16.71 180 -16.71 c 0\n 137 -16.71 101 -3.12988 72 23.0596 c 0\n 45 49.25 31 89.9902 31 144.31 c 2\n 31 543.95 l 1\n 169 543.95 l 1\n 169 160.8 l 2\n 169 155.95 169 151.1 169 148.19 c 128\n 169 145.28 169 143.34 169 142.37 c 0\n 170 141.4 170 138.49 171 134.61 c 0\n 172 127.82 175 122.97 182 118.12 c 0\n 183 117.15 185 116.18 189 116.18 c 2\n 194 116.18 l 2\n 203 117.15 223 124.91 254 141.4 c 1\n 302 14.3301 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: kappa\nEncoding: 954 954 379\nWidth: 576\nFlags: W\nHStem: -8.41016 21G<42.6699 179.29 372.34 539.65> 522.55 20G<42.6699 179.29 349.57 533.71>\nVStem: 42.6699 136.62<6 205 374 536>\nDStem: 210.97 236.03 308.98 329.15 372.34 -8.41016 539.65 -8.41016 349.57 542.55 533.71 542.55 179.29 373.77 308.98 329.15\nFore\n539.65 -8.41016 m 1\n 372.34 -8.41016 l 1\n 210.97 236.03 l 1\n 179.29 205.96 l 1\n 179.29 -8.41016 l 1\n 42.6699 -8.41016 l 1\n 42.6699 542.55 l 1\n 179.29 542.55 l 1\n 179.29 373.77 l 1\n 349.57 542.55 l 1\n 533.71 542.55 l 1\n 308.98 329.15 l 1\n 539.65 -8.41016 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: lambda\nEncoding: 955 955 380\nWidth: 620\nFlags: W\nHStem: -1.84961 21G<17.2266 161.227> 609.95 129.2<136 151>\nDStem: 215.946 514.95 283.146 333.5 17.2266 -1.84961 161.227 -1.84961 294.666 300.25 340.746 532.05 379.146 76.0498 486.666 142.55\nFore\n283.146 333.5 m 1\n 161.227 -1.84961 l 1\n 17.2266 -1.84961 l 1\n 215.946 514.95 l 1\n 212.106 527.3 l 2\n 199.626 567.2 191.946 589.05 164.106 606.15 c 0\n 158.347 609 149.706 609.95 138.187 609.95 c 0\n 112.267 609.95 108.427 605.2 86.3467 602.35 c 0\n 78.666 601.4 69.0664 599.5 58.5068 598.55 c 1\n 73.8662 721.1 l 1\n 106.507 733.45 131.467 739.15 149.706 739.15 c 0\n 209.227 739.15 234.187 720.15 266.826 684.05 c 0\n 302.347 642.25 310.026 612.8 340.746 532.05 c 2\n 486.666 142.55 l 1\n 499.146 117.85 l 1\n 502.026 115 503.946 113.1 504.906 113.1 c 0\n 518.347 113.1 539.467 127.35 552.906 134 c 1\n 585.547 21.9004 l 1\n 540.427 -1.84961 504.906 -13.25 478.986 -13.25 c 0\n 435.786 -13.25 406.026 6.7002 391.626 47.5498 c 1\n 384.906 61.7998 381.066 71.2998 379.146 76.0498 c 2\n 294.666 300.25 l 2\n 290.826 311.65 286.986 323.05 283.146 333.5 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni03BC\nEncoding: 956 956 381\nWidth: 667\nFlags: W\nHStem: -9.29004 111.76<291 309> 522.85 20G<52 190 398 534>\nVStem: 52 138<-188 13 212 534> 398 136<196 534>\nFore\n398 217.9 m 1\n 398 542.85 l 1\n 534 542.85 l 1\n 534 163.58 l 2\n 534 138.36 534 130.6 543 116.05 c 8\n 547.06 109.487 559 104.41 559 104.41 c 1\n 595 36.2998 l 1\n 570 19.8096 552 10.1094 543 6.22949 c 0\n 533 2.34961 522 0.40918 510 0.40918 c 0\n 470 0.40918 437 16.8994 422 46 c 1\n 395 14.96 347 -9.29004 295 -9.29004 c 0\n 262 -9.29004 232 -2.5 207 11.0791 c 0\n 205 12.0498 199 15.9297 190 21.75 c 1\n 190 -202.11 l 1\n 52 -202.11 l 1\n 52 542.85 l 1\n 190 542.85 l 1\n 190 217.9 l 2\n 190 170.37 211 135.45 254 111.2 c 0\n 263 105.38 278 102.47 298 102.47 c 0\n 335 102.47 351 115.08 363 124.78 c 0\n 384 143.21 398 164.55 398 217.9 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: nu\nEncoding: 957 957 382\nWidth: 564\nFlags: W\nHStem: 523 20G<-22 124 380 524>\nDStem: -22 543 124 543 193 -25 251 188 380 543 524 543 251 188 309 -25\nFore\n524 543 m 1\n 309 -25 l 1\n 193 -25 l 1\n -22 543 l 1\n 124 543 l 1\n 251 188 251 188 251 188 c 25\n 380 543 l 1\n 524 543 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: xi\nEncoding: 958 958 383\nWidth: 530\nFlags: W\nHStem: -13.8701 116.4<271 332> 315.93 110.58<296 433> 614.69 116.399<47 97 262 465>\nVStem: 63.21 127.26<498.295 512> 366.21 130.29<-43 -26>\nFore\n496.5 -27.4502 m 0\n 496.5 -70.1299 479.33 -130.27 446 -208.84 c 1\n 325.81 -165.19 l 1\n 352.07 -96.3203 365.2 -55.5801 366.21 -42.9697 c 0\n 367.22 -42 367.22 -39.0898 367.22 -34.2402 c 0\n 367.22 -25.5098 366.21 -20.6602 363.18 -19.6904 c 0\n 355.1 -15.8096 332.88 -13.8701 297.53 -13.8701 c 2\n 278.34 -13.8701 l 2\n 174.603 -13.8701 98.7812 13.0068 53.1094 71.4902 c 0\n 28.8701 102.53 16.75 143.27 16.75 193.71 c 1\n 23.0068 265.819 36.5879 301.064 79.3701 338.24 c 0\n 97.5498 353.76 116.74 366.37 135.93 377.04 c 1\n 122.8 383.83 112.7 392.56 103.609 403.23 c 0\n 76.3398 431.36 63.21 467.25 63.21 510.9 c 0\n 63.21 544.85 72.2998 575.89 90.4795 603.05 c 0\n 91.4902 604.99 96.54 610.81 99.5703 614.69 c 1\n 38.9697 614.69 l 1\n 38.9697 731.09 l 1\n 465.189 731.09 l 1\n 465.189 614.69 l 1\n 272.28 614.69 l 2\n 239.321 614.69 214.134 586.386 203.6 560.37 c 1\n 194.51 544.85 190.47 528.36 190.47 510.9 c 0\n 190.47 474.04 214.71 447.85 264.2 433.3 c 1\n 276.32 428.45 298.54 426.51 330.859 426.51 c 2\n 438.93 426.51 l 1\n 438.93 315.93 l 1\n 302.58 315.93 l 2\n 242.714 315.93 198.266 294.844 171.28 259.67 c 0\n 158.149 244.15 152.09 224.75 152.09 202.44 c 128\n 152.09 180.13 158.149 161.7 171.28 148.12 c 0\n 186.43 130.66 204.609 119.02 223.8 114.17 c 0\n 247.03 106.41 269.25 102.53 290.46 102.53 c 0\n 379.197 102.53 440.826 99.7979 471.25 55.9697 c 0\n 488.42 33.6602 496.5 5.53027 496.5 -27.4502 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: omicron\nEncoding: 959 959 384\nWidth: 610\nFlags: W\nHStem: -17.5 116.56<264 282> 424.3 114.681<264 282>\nVStem: 9 140<237 271> 403 140<237 287>\nFore\n543 261.68 m 0\n 543 203.4 532 153.58 509 113.16 c 1\n 487 70.8604 455 37.96 414 15.4004 c 0\n 373 -6.21973 327 -17.5 276 -17.5 c 0\n 227 -17.5 183 -7.16016 142 12.5801 c 0\n 100 34.2002 68 66.1602 45 108.46 c 0\n 21 149.82 9 200.58 9 261.68 c 0\n 9 352.86 34 422.42 84 469.42 c 0\n 134 515.48 198 538.98 276 538.98 c 128\n 354 538.98 418 515.48 468 469.42 c 0\n 518 422.42 543 352.86 543 261.68 c 0\n403 261.68 m 0\n 403 287.06 400 310.56 394 332.18 c 0\n 389 350.04 380 367.9 367 383.88 c 0\n 357 397.98 344 407.38 328 413.96 c 0\n 314 420.54 297 424.3 276 424.3 c 128\n 255 424.3 238 420.54 224 413.96 c 0\n 208 407.38 195 397.98 185 383.88 c 0\n 174 368.84 165 351.92 159 332.18 c 0\n 152 307.74 149 284.24 149 261.68 c 0\n 149 206.22 161 164.86 185 138.54 c 1\n 207 112.22 237 99.0596 276 99.0596 c 0\n 313 99.0596 344 112.22 367 138.54 c 0\n 391 164.86 403 206.22 403 261.68 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: pi\nEncoding: 960 960 385\nWidth: 721\nFlags: W\nHStem: -12.8398 21G<101.13 242.7> 427.18 117.601<30 101 242 426 563 623>\nVStem: 101.13 141.57<-3 427> 426.84 136.62<109 427>\nFore\n566.43 94.96 m 1\n 570.265 94.96 608.115 123.702 612.96 127.3 c 1\n 643.65 9.7002 l 1\n 617.91 -0.0996094 575.34 -17.7402 540.69 -17.7402 c 0\n 452.58 -17.7402 426.84 30.2803 426.84 122.4 c 2\n 426.84 427.18 l 1\n 242.7 427.18 l 1\n 242.7 -12.8398 l 1\n 101.13 -12.8398 l 1\n 101.13 427.18 l 1\n 31.8301 427.18 l 1\n 30.8398 544.78 l 1\n 626.82 544.78 l 1\n 626.82 427.18 l 1\n 563.46 427.18 l 1\n 563.46 124.36 l 2\n 563.46 107.7 564.45 97.9004 566.43 94.96 c 1\nEndSplineSet\nMinimumDistance: x12,-1 y6,8 y6,7 x14,12 x14,13 \nEndChar\nStartChar: rho\nEncoding: 961 961 386\nWidth: 626\nFlags: W\nHStem: -8 120.279<287 305> 437.43 118.34<287 305>\nVStem: 32 138<-188 21 244 294> 426 140<260 294>\nFore\n566 277.38 m 0\n 566 210.45 557 170.479 540 137.5 c 4\n 525 108.399 510 85.1201 493 68.6299 c 4\n 479 54.0801 456 37.5898 423 19.1602 c 4\n 388 0.729492 346 -8 297 -8 c 4\n 262 -8 229 -1.20996 200 11.3994 c 4\n 191 15.2793 181 21.0996 170 27.8896 c 5\n 170 -202.77 l 1\n 32 -202.77 l 1\n 32 277.38 l 2\n 32 374.38 59 445.19 112 489.81 c 0\n 163 533.46 225 555.77 297 555.77 c 0\n 377 555.77 442 530.55 492 480.11 c 0\n 541 430.64 566 362.74 566 277.38 c 0\n426 271.56 m 0\n 426 327.82 413 369.53 388 396.69 c 0\n 364 423.85 334 437.43 297 437.43 c 0\n 259 437.43 229 423.85 207 397.66 c 1\n 182 371.47 170 328.79 170 269.62 c 0\n 170 210.45 182 178.239 207 152.05 c 5\n 230 125.859 260 112.279 297 112.279 c 4\n 333 112.279 363 124.89 388 151.08 c 5\n 413 180.18 426 213.36 426 271.56 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: sigma1\nEncoding: 962 962 387\nWidth: 595\nFlags: W\nHStem: 429.26 125.44<260 279>\nVStem: 5.19043 141.619<258 299>\nFore\n518.32 297.94 m 1\n 381.55 297.94 l 1\n 381.55 347.92 372.82 382.22 354.39 400.84 c 0\n 334.02 419.46 305.89 429.26 270 429.26 c 0\n 219.82 429.26 184.324 402.514 165.24 365.56 c 0\n 152.63 343.02 146.81 311.66 146.81 273.44 c 0\n 146.81 246.98 150.69 224.44 158.45 204.84 c 0\n 173 170.54 207.92 144.08 264.18 126.44 c 0\n 278.119 122.215 347.588 116.347 364.09 114.68 c 0\n 457.598 102.434 517.35 73.3799 517.35 -22.5195 c 0\n 517.35 -41.1396 513.47 -62.7002 505.71 -86.2197 c 0\n 500.86 -100.92 486.31 -140.12 461.09 -204.8 c 1\n 325.29 -156.78 l 1\n 343.72 -116.6 360.21 -73.4805 374.76 -28.4004 c 0\n 374.76 -25.46 368.94 -24.4805 357.3 -24.4805 c 0\n 309.414 -19.1045 257.048 -17.8115 211.8 -6.83984 c 0\n 185.61 0.0195312 152.63 17.6602 114.8 46.0801 c 0\n 83.7598 67.6396 57.5703 99.9805 35.2598 142.12 c 0\n 14.8896 178.38 5.19043 223.46 5.19043 275.4 c 0\n 5.19043 334.2 16.8301 384.18 41.0801 426.32 c 0\n 86.0957 502.12 166.334 554.7 277.76 554.7 c 0\n 346.63 554.7 403.86 534.12 449.45 492.96 c 0\n 495.04 450.82 518.32 385.16 518.32 297.94 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: sigma\nEncoding: 963 963 388\nWidth: 676\nFlags: W\nHStem: -11.9502 117.8<261 279> 434.55 115.9<261 279> 546.65 21G<328.5 618.37>\nVStem: 6.30957 141.4<259 293> 404.25 141.4<243 293>\nFore\n618.37 421.25 m 1\n 503.23 421.25 l 1\n 531.51 375.65 545.65 325.3 545.65 270.2 c 0\n 545.65 108.7 448.69 -11.9502 275.98 -11.9502 c 0\n 160.84 -11.9502 84.0801 39.3496 42.6699 115.35 c 0\n 18.4297 157.15 6.30957 208.45 6.30957 270.2 c 0\n 6.30957 362.35 31.5596 432.65 82.0596 480.15 c 0\n 132.56 526.7 197.2 550.45 275.98 550.45 c 0\n 295.17 550.45 312.34 549.5 328.5 546.65 c 1\n 618.37 546.65 l 1\n 618.37 421.25 l 1\n404.25 270.2 m 0\n 404.25 322.45 394.15 361.4 367.89 393.7 c 0\n 350.72 417.45 319.41 434.55 275.98 434.55 c 0\n 233.56 434.55 201.24 418.4 184.07 393.7 c 0\n 160.84 361.4 147.71 318.65 147.71 270.2 c 0\n 147.71 178.05 185.08 105.85 275.98 105.85 c 0\n 313.35 105.85 344.66 119.15 367.89 145.75 c 0\n 392.13 172.35 404.25 214.15 404.25 270.2 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: tau\nEncoding: 964 964 389\nWidth: 592\nFlags: W\nHStem: -12.1699 129.979<328 348> 428.21 114.46<24 178 320 522>\nVStem: 178.27 142.141<146 428>\nFore\n526.41 428.21 m 1\n 320.41 428.21 l 1\n 320.41 163.4 l 2\n 320.41 143.03 321.44 130.42 322.47 126.54 c 0\n 323.5 123.63 325.56 121.69 328.65 119.75 c 0\n 330.71 118.78 336.89 117.81 346.16 117.81 c 0\n 349.25 117.81 352.34 117.81 354.4 118.78 c 0\n 359.55 118.78 373.97 121.69 399.72 127.51 c 1\n 430.62 3.34961 l 1\n 398.69 -3.44043 377.06 -8.29004 366.76 -9.25977 c 0\n 352.34 -11.2002 339.98 -12.1699 329.68 -12.1699 c 0\n 293.63 -12.1699 264.79 -6.34961 241.1 6.25977 c 0\n 216.38 18.8701 199.9 35.3604 191.66 57.6699 c 0\n 188.57 64.46 184.45 77.0703 181.36 95.5 c 0\n 179.3 108.11 178.27 128.48 178.27 155.64 c 2\n 178.27 428.21 l 1\n 9.34961 428.21 l 1\n 9.34961 542.67 l 1\n 526.41 542.67 l 1\n 526.41 428.21 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x15,17 x15,16 x1,18 x1,0 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 390\nWidth: 575\nFlags: W\nHStem: -16 120.96<238 272> 522.72 20G<15 153 365 503>\nVStem: 15 138<207 529> 365 138<207 529>\nFore\n503 211.52 m 2\n 503 172.16 500 141.44 494 119.36 c 0\n 489 97.2803 480 76.1602 466 55.04 c 1\n 456 43.5195 433 27.2002 398 7.04004 c 0\n 369 -8.32031 324 -16 262 -16 c 0\n 195 -16 148 -8.32031 119 7.04004 c 1\n 85 27.2002 63 42.5596 52 55.04 c 1\n 38 75.2002 29 97.2803 24 119.36 c 0\n 18 141.44 15 172.16 15 211.52 c 2\n 15 542.72 l 1\n 153 542.72 l 1\n 153 244.16 l 2\n 153 204.8 155 175.04 160 154.88 c 0\n 165 140.48 170 130.88 177 127.04 c 0\n 187 120.32 197 114.56 206 111.68 c 0\n 219 106.88 237 104.96 260 104.96 c 0\n 282 104.96 299 106.88 312 111.68 c 0\n 321 114.56 330 119.36 340 127.04 c 0\n 347 131.84 353 140.48 358 154.88 c 0\n 363 175.04 365 204.8 365 244.16 c 2\n 365 542.72 l 1\n 503 542.72 l 1\n 503 211.52 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: phi\nEncoding: 966 966 391\nWidth: 801\nFlags: W\nHStem: -13.6797 125.76<304 308 446.64 466> 525.04 20G<312.31 421.39>\nVStem: 17.3896 135.341<250 268> 307.26 139.38<-182 -14> 312.31 133.32<113 400> 590.06 135.341<250 268>\nFore\n590.06 259.92 m 0\n 590.06 343.01 534.195 410.64 445.63 410.64 c 1\n 445.63 112.08 l 1\n 511.475 112.08 551.802 143.229 572.89 186.96 c 0\n 584 207.12 590.06 232.08 590.06 259.92 c 0\n177.98 526.8 m 1\n 258.78 426.96 l 1\n 220.4 401.04 194.14 375.12 178.99 351.12 c 0\n 161.82 321.36 152.73 292.56 152.73 263.76 c 0\n 152.73 202.942 186.31 159.122 230.5 132.24 c 0\n 254.74 118.8 282.01 112.08 312.31 112.08 c 1\n 312.31 545.04 l 1\n 421.39 545.04 l 2\n 554.014 545.04 644.793 483.32 691.06 397.2 c 0\n 714.29 354 725.4 307.92 725.4 258.96 c 0\n 725.4 151.346 674.421 73.9668 601.17 24.7197 c 1\n 558.75 -1.2002 509.26 -13.6797 453.71 -13.6797 c 2\n 446.64 -13.6797 l 1\n 446.64 -196.08 l 1\n 307.26 -196.08 l 1\n 307.26 -13.6797 l 1\n 310.29 -13.6797 l 2\n 212.587 -13.6797 141.382 20.3174 93.1396 69.8398 c 0\n 49.5117 111.309 17.3896 182.154 17.3896 259.92 c 0\n 17.3896 343.645 50.4219 410.944 96.1699 462.48 c 0\n 115.36 484.56 142.63 505.68 177.98 526.8 c 1\nEndSplineSet\nMinimumDistance: x13,-1 y16,18 y16,17 \nEndChar\nStartChar: chi\nEncoding: 967 967 392\nWidth: 632\nFlags: W\nHStem: -199.45 128.25<515.28 531.77> 437.05 121.601<51 53> 521.55 20G<435.74 584.15>\nDStem: 83.6299 413.3 195.18 492.15 221.37 178.65 301.88 298.35 221.37 178.65 298.97 48.5 -22.0996 -188.05 136.98 -188.05 298.97 48.5 381.42 177.7 374.63 -101.6 502.67 -49.3496 435.74 541.55 584.15 541.55 301.88 298.35 381.42 177.7\nFore\n589 -180.45 m 1\n 560.87 -192.8 535.65 -199.45 515.28 -199.45 c 2\n 507.52 -199.45 l 2\n 479.39 -199.45 453.2 -189 428.95 -169.05 c 0\n 409.55 -153.85 391.12 -131.05 374.63 -101.6 c 1\n 298.97 48.5 l 1\n 136.98 -188.05 l 1\n -22.0996 -188.05 l 1\n 221.37 178.65 l 1\n 83.6299 413.3 l 2\n 75.8701 425.65 71.0195 432.3 68.1104 434.2 c 0\n 66.1699 436.1 60.3496 437.05 51.6201 437.05 c 1\n 40.9502 434.2 24.46 433.25 1.17969 433.25 c 1\n 1.17969 552 l 1\n 33.1904 556.75 49.6797 558.65 52.5898 558.65 c 0\n 69.0801 559.6 78.7803 560.55 79.75 560.55 c 0\n 105.94 560.55 128.25 554.85 146.68 543.45 c 0\n 164.14 533.95 180.63 516.85 195.18 492.15 c 1\n 301.88 298.35 l 1\n 435.74 541.55 l 1\n 584.15 541.55 l 1\n 381.42 177.7 l 1\n 502.67 -49.3496 l 1\n 509.46 -59.7998 514.31 -65.5 517.22 -68.3496 c 0\n 519.16 -70.25 524.01 -71.2002 531.77 -71.2002 c 0\n 534.68 -71.2002 539.53 -70.25 544.38 -69.2998 c 0\n 548.26 -69.2998 562.81 -64.5498 589 -54.0996 c 1\n 589 -180.45 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: psi\nEncoding: 968 968 393\nWidth: 722\nFlags: W\nHStem: 520.09 20G<17 157 505 645>\nVStem: 17 140<218 532> 263 136<-190 -12 109 516> 505 140<220 532>\nFore\n645 220.96 m 2\n 645 73.5195 548 -6.01953 399 -11.8398 c 1\n 399 -204.87 l 1\n 263 -204.87 l 1\n 263 -11.8398 l 1\n 113 -6.01953 17 72.5498 17 220.96 c 2\n 17 540.09 l 1\n 157 540.09 l 1\n 157 248.12 l 2\n 157 185.07 168 142.39 208 122.02 c 0\n 223 115.23 242 110.38 263 108.44 c 1\n 263 522.63 l 1\n 399 522.63 l 1\n 399 108.44 l 1\n 446 112.32 473 124.93 489 159.85 c 0\n 500 180.22 505 210.29 505 248.12 c 2\n 505 540.09 l 1\n 645 540.09 l 1\n 645 220.96 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: omega\nEncoding: 969 969 394\nWidth: 800\nFlags: W\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nFore\n729 246.55 m 0\n 729 132.741 686.208 47.4766 608 6.2002 c 0\n 581 -8.0498 550 -14.7002 514 -14.7002 c 0\n 448.685 -14.7002 400.586 11.1572 370 49.9004 c 5\n 339.467 11.2256 290.455 -14.7002 226 -14.7002 c 4\n 148.481 -14.7002 95.9717 20.6455 63 64.1504 c 0\n 30.5225 109.522 11 170.899 11 246.55 c 0\n 11 321.524 40.7031 406.479 72 461.25 c 0\n 92 496.4 116 523.95 144 543.9 c 1\n 273 504.95 l 1\n 204.299 433.612 145 365.558 145 240.85 c 0\n 145 200.95 152 165.8 167 136.35 c 0\n 180 112.6 200 101.2 228 101.2 c 0\n 265.842 102.912 261.634 101.837 282 119.25 c 0\n 296 131.6 303 146.8 303 162.95 c 2\n 303 398.55 l 1\n 437 398.55 l 1\n 437 162.95 l 2\n 437 132.939 460.456 114.62 479 104.05 c 0\n 480 103.1 491 102.15 511 101.2 c 0\n 540 101.2 560 112.6 573 136.35 c 0\n 588 165.8 595 200.95 595 240.85 c 0\n 595 305.668 578 355.325 554 399.5 c 0\n 540.233 424.84 511 459.35 468 504 c 1\n 597 544.85 l 1\n 654.604 498.233 688.888 432.694 712 354.85 c 0\n 723 317.8 729 281.7 729 246.55 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 395\nWidth: 346\nFlags: W\nHStem: 523.95 20<31 169> 609 122<-48 62 138 248>\nVStem: -48 110<609 731> 31 138<142 528> 138 110<609 731>\nRef: 168 168 N 1 0 0 1 -66 -12\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 396\nWidth: 575\nFlags: W\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503> 609 122<111 221 297 407>\nVStem: 15 138<207 529> 111 110<609 731> 297 110<609 731> 365 138<207 529>\nRef: 168 168 N 1 0 0 1 93 -12\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 397\nWidth: 599\nFlags: HW\nHStem: -17.5 116.56<264 282> 424.3 114.681<264 282>\nVStem: 9 140<237 271> 403 140<237 287>\nRef: 900 900 N 1 0 0 1 178 0\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 398\nWidth: 567\nFlags: HW\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 900 900 N 1 0 0 1 164 12\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omegatonos\nEncoding: 974 974 399\nWidth: 1125\nFlags: W\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 900 900 S 1 0 0 1 278 0\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 400\nWidth: 667\nFlags: W\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 96 96 N 1 0 0 1 228 222\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 401\nWidth: 709\nFlags: W\nHStem: 0 125<232 627> 314 125<232 581> 604 125<232 609> 800 122<200 310 386 496>\nVStem: 82 150<124 314 438 604> 200 110<800 922> 386 110<800 922>\nFore\n232 314 m 1\n 232 125 l 1\n 627 125 l 1\n 627 0 l 1\n 82 0 l 1\n 82 729 l 1\n 609 729 l 1\n 609 604 l 1\n 232 604 l 1\n 232 439 l 1\n 581 439 l 1\n 581 314 l 1\n 232 314 l 1\n310 922 m 1\n 310 800 l 1\n 200 800 l 1\n 200 922 l 1\n 310 922 l 1\n496 922 m 1\n 496 800 l 1\n 386 800 l 1\n 386 922 l 1\n 496 922 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x8,6 x8,7 x1,3 x1,2 x0,10 x0,11 \nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 402\nWidth: 790\nFlags: W\nHStem: 0 21G<202 353> 379 125<353 529> 605 124<14 202 352 536>\nVStem: 202 151<0 378 503 605> 608 150<-1 327>\nFore\n352 504 m 1\n 540 504 l 2\n 607.333 504 663 482.333 707 439 c 0\n 741 405.667 758 367.333 758 324 c 2\n 758 323 l 1\n 758 0 l 1\n 750.98 -53.6063 747.366 -113.174 668 -146 c 5\n 585.074 -165.096 586.861 -158.673 538 -163.136 c 5\n 468 -164 l 5\n 468 -70 l 5\n 528 -70 l 5\n 576.41 -69.3896 603.465 -51.1691 608 0 c 1\n 608 317 l 2\n 608 349 589.667 368.667 553 376 c 1\n 528 379 l 1\n 353 379 l 1\n 353 0 l 1\n 202 0 l 1\n 202 605 l 1\n 14 605 l 1\n 14 729 l 1\n 536 729 l 1\n 536 605 l 1\n 352 605 l 1\n 352 504 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y15,17 y15,16 x23,21 x23,22 x18,20 x18,19 \nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 403\nWidth: 611\nFlags: W\nHStem: 0 21G<74 224> 604 125<224 586>\nVStem: 74 150<0 604>\nFore\n224 0 m 1\n 74 0 l 1\n 74 729 l 1\n 586 729 l 1\n 586 604 l 1\n 224 604 l 1\n 224 0 l 1\n428 979 m 1\n 302 829 l 1\n 232 829 l 1\n 302 979 l 1\n 428 979 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y5,1 y5,0 x5,3 x5,4 \nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 404\nWidth: 722\nFlags: W\nHStem: -23 126<363 397> 311 125<197 488> 613 128<363 397>\nFore\n488 311 m 1\n 196 311 l 1\n 208 179 273 103 378 103 c 0\n 471 103 530 156 539 249 c 1\n 685 249 l 1\n 676 82 555 -23 374 -23 c 0\n 171 -23 44 124 44 358 c 0\n 44 594 172 741 378 741 c 0\n 487 741 577 700 633 626 c 0\n 664 585 677 545 682 482 c 1\n 539 482 l 1\n 530 521 522 540 506 560 c 0\n 478 595 435 613 383 613 c 0\n 286 613 217 548 197 436 c 1\n 488 436 l 1\n 488 311 l 1\nEndSplineSet\nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 405\nWidth: 667\nFlags: W\nHStem: -23 120<319 354> 621 120<303 336>\nVStem: 45 143<515 538> 489 143.371<193 202>\nFore\n607 507 m 1\n 467 507 l 1\n 462 581 409 621 314 621 c 0\n 237 621 188 586 188 531 c 0\n 188 478 219 457 326 436 c 2\n 440 414 l 2\n 575 388 633 328 633 213 c 0\n 633 65 522 -23 334 -23 c 0\n 148 -23 41 62 32 218 c 1\n 178 218 l 1\n 183 140 240 97 342 97 c 0\n 433 97 489 134 489 195 c 0\n 489 254 452 282 352 301 c 2\n 250 321 l 2\n 102 349 45 404 45 517 c 0\n 45 659 146 741 321 741 c 0\n 426 741 507 712 556 658 c 0\n 592 618 607 574 607 507 c 1\nEndSplineSet\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 406\nWidth: 278\nFlags: W\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 407\nWidth: 278\nFlags: W\nHStem: 0 20 709 20<63 213 213 213> 800 122<-9 101 177 287>\nVStem: -9 110<800 922> 63 150<0 729> 177 110<800 922>\nRef: 168 168 N 1 0 0 1 -27 179\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 408\nWidth: 556\nFlags: W\nHStem: -23 128<226.5 281> 709 20<336 486 486 486>\nVStem: 24 150<198 200 200 270> 336 150<190 729>\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 409\nWidth: 1110\nFlags: W\nHStem: 0 125<657 846> 0 145<46.0314 57.8374> 310 125<657 815> 604 125<284 507>\nVStem: 135 150<369.013 604> 507 150<125 309 434 604> 913 151<183 209>\nFore\n507 0 m 1\n 507 604 l 1\n 285 604 l 1\n 285 414 l 2\n 285 195.333 235.667 63.3333 137 18 c 0\n 110.333 6 80 0 46 0 c 1\n 46 145 l 1\n 82.6667 144.333 107.333 176 120 240 c 0\n 130 287.333 135 360.667 135 460 c 2\n 135 461 l 1\n 135 729 l 1\n 657 729 l 1\n 657 435 l 1\n 844 435 l 2\n 926.667 435 987.667 403 1027 339 c 0\n 1051.67 299 1064 250.333 1064 193 c 2\n 1064 192 l 2\n 1064 80 1018.33 43.333 927 14 c 0\n 898.333 4.66699 865.667 0 829 0 c 2\n 507 0 l 1\n657 310 m 1\n 657 125 l 1\n 797 125 l 2\n 869 125 907.667 121.667 913 183 c 0\n 913.667 188.333 914 194 914 200 c 2\n 914 201 l 2\n 914 268.333 881 304.333 815 309 c 2\n 814 309 l 1\n 813 310 l 1\n 797 310 l 1\n 657 310 l 1\nEndSplineSet\nMinimumDistance: x15,-1 x18,1 y1,18 y1,0 x10,12 y12,10 y12,11 \nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 410\nWidth: 1113\nFlags: W\nHStem: 0 125<657 805> 311 125<218 506> 344 125<657 805> 709 20G<68 218 506 657>\nVStem: 68 150<0 311 436 729> 507 150<125 311 468 729> 914 150<223 241>\nFore\n657 729 m 1\n 657 469 l 1\n 844 469 l 2\n 978 469 1064 374 1064 226 c 0\n 1064 80 981 0 829 0 c 2\n 507 0 l 1\n 507 311 l 1\n 218 311 l 1\n 218 0 l 1\n 68 0 l 1\n 68 729 l 1\n 218 729 l 1\n 218 436 l 1\n 506 436 l 1\n 506 729 l 1\n 657 729 l 1\n657 344 m 1\n 657 125 l 1\n 797 125 l 2\n 877 125 914 160 914 235 c 0\n 914 309 877 344 797 344 c 2\n 657 344 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x14,1 x0,13 y1,0 y1,14 y12,10 y12,11 y7,9 y7,8 x4,6 y6,4 y6,5 \nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 411\nWidth: 790\nFlags: W\nHStem: 0 21G<202 353 608 758> 379 125<353 529> 605 124<14 202 352 536>\nVStem: 202 151<0 378 503 605> 608 150<0 327>\nFore\n352 504 m 1\n 540 504 l 2\n 607.333 504 663 482.333 707 439 c 0\n 741 405.667 758 367.333 758 324 c 2\n 758 323 l 1\n 758 0 l 1\n 608 0 l 1\n 608 317 l 2\n 608 349 589.667 368.667 553 376 c 1\n 528 379 l 1\n 353 379 l 1\n 353 0 l 1\n 202 0 l 1\n 202 605 l 1\n 14 605 l 1\n 14 729 l 1\n 536 729 l 1\n 536 605 l 1\n 352 605 l 1\n 352 504 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y10,12 y10,11 x18,16 x18,17 x13,15 x13,14 \nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 412\nWidth: 722\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<74 224 509 686>\nVStem: 74 150<0 285 450 729>\nDStem: 509 729 686 729 224 450 320 378\nFore\n224 0 m 1\n 74 0 l 1\n 74 729 l 1\n 224 729 l 1\n 224 450 l 1\n 509 729 l 1\n 686 729 l 1\n 320 378 l 1\n 717 0 l 1\n 538 0 l 1\n 224 285 l 1\n 224 0 l 1\n478 929 m 1\n 352 779 l 1\n 282 779 l 1\n 352 929 l 1\n 478 929 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 413\nWidth: 726\nFlags: W\nHStem: 0 21G<68 218 511 661> 709 20G<68 218 507 661>\nVStem: 68 150<233 729> 511 150<0 504>\nDStem: 507 729 511 504 218 233 218 0\nFore\n218 0 m 1\n 68 0 l 1\n 68 729 l 1\n 218 729 l 1\n 218 233 l 1\n 507 729 l 1\n 661 729 l 1\n 661 0 l 1\n 511 0 l 1\n 511 504 l 1\n 218 0 l 1\n266 929 m 1\n 392 929 l 1\n 462 779 l 1\n 392 779 l 1\n 266 929 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 414\nWidth: 718\nFlags: W\nHStem: 0 21G<154 328> 709 20G<15 178 522 696> 779 77<348 368>\nDStem: 15 729 178 729 268 226 350 384 268 226 696 729 154 0 328 0 522 729 696 729 350 384 328 0\nFore\n328 0 m 1\n 154 0 l 1\n 268 226 l 1\n 15 729 l 1\n 178 729 l 1\n 350 384 l 1\n 522 729 l 1\n 696 729 l 1\n 328 0 l 1\n488 922 m 1\n 488 911 l 2\n 488 836 431 779 356 779 c 128\n 281 779 224 836 224 912 c 2\n 224 922 l 1\n 280 922 l 1\n 286 878 311 856 357 856 c 0\n 401 856 424 876 432 922 c 1\n 488 922 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 415\nWidth: 722\nFlags: W\nHStem: 0 125<217 298 428 508> 709 20G<68 218 508 658>\nVStem: 68 150<125 729> 298 130<-150 0> 508 150<125 729>\nFore\n428 0 m 1\n 428 -150 l 1\n 298 -150 l 1\n 298 0 l 1\n 68 0 l 1\n 68 729 l 1\n 218 729 l 1\n 218 125 l 1\n 508 125 l 1\n 508 729 l 1\n 658 729 l 1\n 658 0 l 1\n 428 0 l 1\nEndSplineSet\nMinimumDistance: x10,-1 y8,10 y8,9 y7,5 y7,6 y0,2 y0,1 y5,3 x3,5 x3,4 y10,0 x0,10 x0,11 \nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 416\nWidth: 722\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 65 65 N 1 0 0 1 0 0\nKernsSLIF: 1058 -81 2 0\nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 417\nWidth: 722\nFlags: W\nHStem: 0 125<232 419> 338 125<232 419> 604 125<232 594>\nVStem: 82 150<125 337 462 604> 522 144<220 241>\nFore\n395 463 m 2\n 618 463 666 294 666 222 c 0\n 666 164 638 90 594 53 c 128\n 550 16 494 0 410 0 c 2\n 82 0 l 1\n 82 729 l 1\n 594 729 l 1\n 594 604 l 1\n 232 604 l 1\n 232 463 l 1\n 395 463 l 2\n232 338 m 1\n 232 125 l 1\n 411 125 l 2\n 484 125 522 170 522 231 c 0\n 522 293 484 338 411 338 c 2\n 232 338 l 1\nEndSplineSet\nMinimumDistance: x1,-1 x8,6 x8,7 \nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 418\nWidth: 722\nFlags: W\nHStem: 0 125<232 410> 314 125<232 395 395 411> 604 125<232 232 232 395>\nVStem: 82 150<125 314 439 604> 501 144<506 548> 522 144<188.5 246>\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 419\nWidth: 611\nFlags: W\nHStem: 0 21G<82 232> 604 125<232 594>\nVStem: 82 150<0 604>\nFore\n232 0 m 1\n 82 0 l 1\n 82 729 l 1\n 594 729 l 1\n 594 604 l 1\n 232 604 l 1\n 232 0 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y5,1 y5,0 x5,3 x5,4 \nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 420\nWidth: 900\nFlags: W\nHStem: 0 125<333 600> 604 125<379 600>\nVStem: 35 130<-150 0> 230 150<409 603> 600 150<125 603> 735 130<-150 0>\nFore\n139 108 m 2\n 192 108 230 255 230 461 c 2\n 230 729 l 1\n 750 729 l 1\n 750 108 l 1\n 865 108 l 1\n 865 -150 l 1\n 735 -150 l 1\n 735 0 l 1\n 165 0 l 1\n 165 -150 l 1\n 35 -150 l 1\n 35 108 l 1\n 139 108 l 2\n333 125 m 1\n 600 125 l 1\n 600 604 l 1\n 380 604 l 1\n 380 414 l 2\n 380 319 373 209 333 125 c 1\nEndSplineSet\nMinimumDistance: x5,-1 y9,11 y9,10 y8,6 y8,7 y6,4 x4,6 x4,5 y11,0 x1,11 x1,12 \nBack\n315 82 m 5\n 646 82 l 5\n 646 647 l 5\n 384 647 l 5\n 384 481 400 215 315 82 c 5\n179 74 m 5\n 304 132 290 424 290 729 c 5\n 740 729 l 5\n 740 74 l 5\n 831 74 l 5\n 831 -135 l 5\n 751 -135 l 5\n 751 0 l 5\n 167 0 l 5\n 167 -135 l 5\n 87 -135 l 5\n 87 74 l 5\n 179 74 l 5\nEndSplineSet\nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 421\nWidth: 709\nFlags: W\nHStem: 0 125<232 627> 314 125<232 581> 604 125<232 609>\nVStem: 82 150<124 314 438 604>\nFore\n232 314 m 1\n 232 125 l 1\n 627 125 l 1\n 627 0 l 1\n 82 0 l 1\n 82 729 l 1\n 609 729 l 1\n 609 604 l 1\n 232 604 l 1\n 232 439 l 1\n 581 439 l 1\n 581 314 l 1\n 232 314 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x8,6 x8,7 x1,3 x1,2 x0,10 x0,11 \nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 422\nWidth: 1093\nFlags: W\nHStem: 0 21G<22 206 475 625 894 1078> 709 20G<66 230 475 625 870 1034>\nVStem: 475 150<0 285 450 729>\nDStem: 66 729 230 729 379 378 475 450 379 378 475 285 22 0 206 0 625 285 721 378 894 0 1078 0 870 729 1034 729 625 450 721 378\nFore\n475 285 m 1\n 206 0 l 1\n 22 0 l 1\n 379 378 l 1\n 66 729 l 1\n 230 729 l 1\n 475 450 l 1\n 475 729 l 1\n 625 729 l 1\n 625 450 l 1\n 870 729 l 1\n 1034 729 l 1\n 721 378 l 1\n 1078 0 l 1\n 894 0 l 1\n 625 285 l 1\n 625 0 l 1\n 475 0 l 1\n 475 285 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 423\nWidth: 672\nFlags: W\nHStem: -23 120<319 354> 621 120<319 354>\nVStem: 464 143<515 538> 489 143.371<193 202>\nFore\n250 428 m 1\n 326 428 l 2\n 435 428 464 478 464 531 c 0\n 464 586 415 621 338 621 c 0\n 243 621 190 581 185 507 c 1\n 45 507 l 1\n 45 574 60 618 96 658 c 0\n 145 712 226 741 331 741 c 0\n 506 741 607 659 607 517 c 0\n 607 453 587 409 544 377 c 1\n 606 343 633 293 633 213 c 0\n 633 65 522 -23 334 -23 c 0\n 148 -23 41 62 32 218 c 1\n 178 218 l 1\n 183 140 240 97 342 97 c 0\n 433 97 489 134 489 195 c 0\n 489 254 454 308 352 308 c 2\n 250 308 l 1\n 250 428 l 1\nEndSplineSet\nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 424\nWidth: 757\nFlags: W\nHStem: 0 21G<82 232 525 675> 709 20G<82 232 521 675>\nVStem: 82 150<233 729> 525 150<0 504>\nDStem: 521 729 525 504 232 233 232 0\nFore\n232 0 m 1\n 82 0 l 1\n 82 729 l 1\n 232 729 l 1\n 232 233 l 1\n 521 729 l 1\n 675 729 l 1\n 675 0 l 1\n 525 0 l 1\n 525 504 l 1\n 232 0 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 425\nWidth: 757\nFlags: W\nHStem: 0 21G<82 232 525 675> 709 20G<82 232 521 675> 784 77<369 387>\nVStem: 82 150<233 729> 525 150<0 504>\nDStem: 521 729 525 504 232 233 232 0\nFore\n507 927 m 1\n 507 916 l 2\n 507 841 450 784 375 784 c 128\n 300 784 243 841 243 917 c 2\n 243 927 l 1\n 299 927 l 1\n 305 883 330 861 376 861 c 0\n 420 861 442 881 451 927 c 1\n 507 927 l 1\n232 0 m 1\n 82 0 l 1\n 82 729 l 1\n 232 729 l 1\n 232 233 l 1\n 521 729 l 1\n 675 729 l 1\n 675 0 l 1\n 525 0 l 1\n 525 504 l 1\n 232 0 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 426\nWidth: 750\nFlags: W\nHStem: 0 21G<82 232 525 725> 709 20G<82 232 517 694>\nVStem: 82 150<0 285 450 729>\nDStem: 232 285 328 378 525 0 725 0 517 729 694 729 232 450 328 378\nFore\n232 0 m 1\n 82 0 l 1\n 82 729 l 1\n 232 729 l 1\n 232 450 l 1\n 517 729 l 1\n 694 729 l 1\n 328 378 l 1\n 725 0 l 1\n 525 0 l 1\n 232 285 l 1\n 232 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 427\nWidth: 729\nFlags: W\nHStem: -12 145<36.2504 48.8969> 0 21G<497 647> 604 125<274 497>\nVStem: 125 150<371 604> 497 150<0 604>\nFore\n497 604 m 1\n 275 604 l 1\n 275 400 l 2\n 275 223 248 -12 36 -12 c 1\n 36 133 l 1\n 107 132 125 228 125 447 c 2\n 125 729 l 1\n 647 729 l 1\n 647 0 l 1\n 497 0 l 1\n 497 604 l 1\nEndSplineSet\nMinimumDistance: x7,-1 y0,8 y0,9 \nBack\n520 647 m 1\n 258 647 l 1\n 258 422 280 0 53 0 c 1\n 53 94 l 1\n 178 94 164 424 164 729 c 1\n 614 729 l 1\n 614 0 l 1\n 520 0 l 1\n 520 647 l 1\nEndSplineSet\nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 428\nWidth: 874\nFlags: W\nHStem: 0 21G<82 232 363 513 642 792> 709 20G<82 306 566 792>\nVStem: 82 150<0 568> 642 150<0 568>\nDStem: 232 568 306 729 363 0 438 149 566 729 642 568 438 149 513 0\nFore\n232 568 m 1\n 232 0 l 1\n 82 0 l 1\n 82 729 l 1\n 306 729 l 1\n 438 149 l 1\n 566 729 l 1\n 792 729 l 1\n 792 0 l 1\n 642 0 l 1\n 642 568 l 1\n 513 0 l 1\n 363 0 l 1\n 232 568 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 429\nWidth: 753\nFlags: W\nHStem: 0 21G<82 232 521 671> 331 125<232 520> 709 20G<82 232 520 671>\nVStem: 82 150<0 331 456 729> 521 150<0 331 456 729>\nFore\n521 331 m 1\n 232 331 l 1\n 232 0 l 1\n 82 0 l 1\n 82 729 l 1\n 232 729 l 1\n 232 456 l 1\n 520 456 l 1\n 520 729 l 1\n 671 729 l 1\n 671 0 l 1\n 521 0 l 1\n 521 331 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x9,7 y7,9 y7,8 y6,4 y6,5 y1,3 y1,2 y0,10 y0,11 \nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 430\nWidth: 778\nFlags: W\nHStem: -23 128<339 443> 613 128<339 442.5>\nVStem: 40 150<304.5 413.5> 592 150<302.5 411>\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 431\nWidth: 753\nFlags: W\nHStem: 0 21G<82 232 521 671> 604 125<232 521>\nVStem: 82 150<0 604> 521 150<0 604>\nFore\n521 604 m 1\n 232 604 l 1\n 232 0 l 1\n 82 0 l 1\n 82 729 l 1\n 671 729 l 1\n 671 0 l 1\n 521 0 l 1\n 521 604 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y1,3 y1,2 y0,6 y0,7 \nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 432\nWidth: 671\nFlags: W\nHStem: 0 21G<82 232> 260 125<232 387> 604 125<232 387>\nVStem: 82 150<0 260 385 604> 489 150<479 513>\nFore\n232 260 m 1\n 232 0 l 1\n 82 0 l 1\n 82 729 l 1\n 404 729 l 2\n 556 729 639 649 639 503 c 0\n 639 355 553 260 419 260 c 2\n 232 260 l 1\n232 385 m 1\n 372 385 l 2\n 452 385 489 420 489 494 c 0\n 489 569 452 604 372 604 c 2\n 232 604 l 1\n 232 385 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y0,2 y0,1 \nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 433\nWidth: 722\nFlags: W\nHStem: -23 126<320 424.5> 613 128<324 409>\nVStem: 44 150<276.5 436.5>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 434\nWidth: 611\nFlags: W\nHStem: 0 20 604 125<14 235 385 598 385 385>\nVStem: 235 150<0 604>\nRef: 84 84 N 1 0 0 1 0 0\nKernsSLIF: 1040 -88 2 0\nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 435\nWidth: 718\nFlags: W\nHStem: 0 21G<154 328> 709 20G<15 178 522 696>\nDStem: 15 729 178 729 268 226 350 384 268 226 696 729 154 0 328 0 522 729 696 729 350 384 328 0\nFore\n328 0 m 1\n 154 0 l 1\n 268 226 l 1\n 15 729 l 1\n 178 729 l 1\n 350 384 l 1\n 522 729 l 1\n 696 729 l 1\n 328 0 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 436\nWidth: 892\nFlags: W\nHStem: 0 21G<371 521> 94 94<317 371 521.062 588.056> 540 98<333 371 521.124 570.889> 709 20G<371 521>\nVStem: 30 134<351 385> 371 150<0 94 188 540 637 729> 728 134<351 385>\nFore\n371 0 m 1\n 371 94 l 1\n 306 94 30 72 30 374 c 0\n 30 652 282 638 371 638 c 1\n 371 729 l 1\n 521 729 l 1\n 521 638 l 1\n 610 638 862 652 862 374 c 0\n 862 72 586 94 521 94 c 1\n 521 0 l 1\n 371 0 l 1\n371 188 m 1\n 371 540 l 1\n 314 540 164 548 164 370 c 0\n 164 170 309 188 371 188 c 1\n521 188 m 1\n 583 188 728 170 728 370 c 0\n 728 548 578 540 521 540 c 1\n 521 188 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 437\nWidth: 667\nFlags: W\nHStem: 0 20 709 20<30 208 208 208 470 644 644 644>\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 438\nWidth: 816\nFlags: W\nHStem: 0 125<231 521> 709 20G<82 232 521 671>\nVStem: 82 150<125 729> 521 150<125 729> 651 130<-150 0>\nFore\n521 125 m 1\n 521 729 l 1\n 671 729 l 1\n 671 108 l 1\n 781 108 l 1\n 781 -150 l 1\n 651 -150 l 1\n 651 0 l 1\n 82 0 l 1\n 82 729 l 1\n 232 729 l 1\n 232 125 l 1\n 521 125 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y11,9 y11,10 y7,5 y7,6 y0,2 y0,1 y9,7 x7,9 x7,8 y5,3 x3,5 x3,4 \nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 439\nWidth: 685\nFlags: W\nHStem: 0 21G<474 624> 225 125<284 473> 709 20G<68 218 473 624>\nVStem: 68 150<404 729> 474 150<0 225 350 729>\nFore\n474 225 m 1\n 286 225 l 2\n 168 225 68 306 68 406 c 2\n 68 729 l 1\n 218 729 l 1\n 218 412 l 2\n 218 366 262 350 298 350 c 2\n 473 350 l 1\n 473 729 l 1\n 624 729 l 1\n 624 0 l 1\n 474 0 l 1\n 474 225 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x9,7 y7,9 y7,8 y6,3 y6,4 y0,10 y0,11 \nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 440\nWidth: 1057\nFlags: W\nHStem: 0 125<217 437 586 817> 709 20G<68 218 437 587 817 967>\nVStem: 68 150<125 729> 437 150<125 729> 817 150<125 729>\nFore\n967 0 m 1\n 68 0 l 1\n 68 729 l 1\n 218 729 l 1\n 218 125 l 1\n 437 125 l 1\n 437 729 l 1\n 587 729 l 1\n 587 125 l 1\n 817 125 l 1\n 817 729 l 1\n 967 729 l 1\n 967 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y9,11 y9,10 y5,7 y5,6 y4,2 y4,3 \nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 441\nWidth: 1183\nFlags: W\nHStem: 0 125<217 447 596 827> 709 20G<68 218 447 597 827 977>\nVStem: 68 150<125 729> 447 150<125 729> 827 150<125 729> 962 135<-150 0>\nFore\n962 0 m 1\n 68 0 l 1\n 68 729 l 1\n 218 729 l 1\n 218 125 l 1\n 447 125 l 1\n 447 729 l 1\n 597 729 l 1\n 597 125 l 1\n 827 125 l 1\n 827 729 l 1\n 977 729 l 1\n 977 108 l 1\n 1097 108 l 1\n 1097 -150 l 1\n 962 -150 l 1\n 962 0 l 1\nEndSplineSet\nMinimumDistance: x13,-1 y9,11 y9,10 y5,7 y5,6 y4,2 y4,3 y0,14 y0,15 y2,0 x0,2 x0,1 y14,12 x12,14 x12,13 \nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 442\nWidth: 928\nFlags: W\nHStem: 0 125<394 543> 344 125<394 543> 604 125<14 244>\nVStem: 244 150<125 344 468 604> 651 150<223 241>\nFore\n394 469 m 1\n 581 469 l 2\n 715 469 801 374 801 226 c 0\n 801 80 718 0 566 0 c 2\n 244 0 l 1\n 244 604 l 1\n 14 605 l 1\n 14 729 l 1\n 394 729 l 1\n 394 469 l 1\n394 344 m 1\n 394 125 l 1\n 534 125 l 2\n 614 125 651 160 651 235 c 0\n 651 309 614 344 534 344 c 2\n 394 344 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x7,0 y0,7 y0,8 \nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 443\nWidth: 949\nFlags: W\nHStem: 0 125<218 373> 344 125<218 373> 709 20G<68 218 734 884>\nVStem: 68 150<125 344 468 729> 475 150<223 241> 734 150<0 729>\nFore\n884 729 m 1\n 884 0 l 1\n 734 0 l 1\n 734 729 l 1\n 884 729 l 1\n218 469 m 1\n 405 469 l 2\n 539 469 625 374 625 226 c 0\n 625 80 542 0 390 0 c 2\n 68 0 l 1\n 68 729 l 1\n 218 729 l 1\n 218 469 l 1\n218 344 m 1\n 218 125 l 1\n 358 125 l 2\n 438 125 475 160 475 235 c 0\n 475 309 438 344 358 344 c 2\n 218 344 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,9 y4,10 \nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 444\nWidth: 687\nFlags: W\nHStem: 0 125<226 381> 344 125<226 381> 709 20G<76 226>\nVStem: 76 150<125 344 468 729> 483 150<223 241>\nFore\n226 469 m 1\n 413 469 l 2\n 547 469 633 374 633 226 c 0\n 633 80 550 0 398 0 c 2\n 76 0 l 1\n 76 729 l 1\n 226 729 l 1\n 226 469 l 1\n226 344 m 1\n 226 125 l 1\n 366 125 l 2\n 446 125 483 160 483 235 c 0\n 483 309 446 344 366 344 c 2\n 226 344 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y0,5 y0,6 \nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 445\nWidth: 722\nFlags: W\nHStem: -23 126<331 365> 311 125<241 532> 613 128<331 365>\nFore\n241 311 m 1\n 241 436 l 1\n 532 436 l 1\n 512 548 443 613 346 613 c 0\n 294 613 251 595 223 560 c 0\n 207 540 199 521 190 482 c 1\n 47 482 l 1\n 52 545 65 585 96 626 c 0\n 152 700 242 741 351 741 c 0\n 557 741 685 594 685 358 c 0\n 685 124 558 -23 355 -23 c 0\n 174 -23 53 82 44 249 c 1\n 190 249 l 1\n 199 156 258 103 351 103 c 0\n 456 103 521 179 533 311 c 1\n 241 311 l 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 446\nWidth: 1109\nFlags: W\nHStem: -23 128<691 709> 0 21G<68 218> 311 125<218 364> 613 128<691 709> 709 20G<68 218>\nVStem: 68 150<0 311 436 729> 893 150<328 378>\nFore\n367 436 m 1\n 380 515 414 587 463 640 c 0\n 525 707 599 741 701 741 c 0\n 806 741 877 709 941 640 c 0\n 1006 570 1043 468 1043 354 c 0\n 1043 251 1004 145 941 78 c 0\n 878 10 806 -23 702 -23 c 128\n 598 -23 526 10 463 78 c 0\n 408 137 373 220 364 311 c 1\n 218 311 l 1\n 218 0 l 1\n 68 0 l 1\n 68 729 l 1\n 218 729 l 1\n 218 436 l 1\n 367 436 l 1\n702 613 m 0\n 581 613 511 512 511 359 c 128\n 511 206 581 105 702 105 c 0\n 822 105 893 206 893 355 c 0\n 893 513 825 613 702 613 c 0\nEndSplineSet\nMinimumDistance: x4,-1 y14,12 y14,13 y9,11 y9,10 \nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 447\nWidth: 698\nFlags: W\nHStem: 0 21G<22 201 483 633> 604 125<325 483>\nVStem: 76 150<479 513> 483 150<0 260 385 604>\nDStem: 242 265 422 260 22 0 201 0\nFore\n422 260 m 1\n 201 0 l 1\n 22 0 l 1\n 242 265 l 1\n 154 282 76 364 76 503 c 0\n 76 649 159 729 311 729 c 2\n 633 729 l 1\n 633 0 l 1\n 483 0 l 1\n 483 260 l 1\n 422 260 l 1\n483 385 m 1\n 483 604 l 1\n 343 604 l 2\n 263 604 226 569 226 494 c 0\n 226 420 263 385 343 385 c 2\n 483 385 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 448\nWidth: 556\nFlags: W\nHStem: -23 113<220.5 222> 436 113<239.5 301>\nVStem: 28 140<135 176> 355 137<217 255 255 255 373 383>\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 449\nWidth: 606\nFlags: W\nHStem: -23 117<303 309> 432 117<307 338>\nVStem: 50.5392 138.461<260 282> 425 140<248 282>\nFore\n438 776 m 1\n 542 777 l 1\n 542 736 542 690 509 666 c 0\n 426 606 334 642 253 592 c 0\n 204 562 170 516 169 462 c 1\n 204 532 271 549 338 549 c 0\n 404 549 470 515 507 462 c 0\n 543 410 565 336 565 263 c 0\n 565 100 476 -23 305 -23 c 0\n 143 -23 50 50 50 292 c 0\n 50 428 68 603 196 684 c 0\n 241 712 322 716 386 724 c 0\n 434 730 438 776 438 776 c 1\n307 432 m 0\n 237 432 189 363 189 265 c 0\n 189 162 236 94 307 94 c 0\n 376 94 425 164 425 262 c 0\n 425 362 376 432 307 432 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 450\nWidth: 572\nFlags: W\nHStem: 0 110<200 317> 223 110<200 317> 430 110<200 317>\nVStem: 60 140<110 223 333 430> 368 135<379 398> 379 139<155 172>\nFore\n60 0 m 1\n 60 540 l 1\n 326 540 l 2\n 384 540 422 529 454 501 c 0\n 484 475 503 435 503 398 c 0\n 503 352 474 300 429 286 c 1\n 490 268 518 208 518 155 c 0\n 518 112 498 66 465 39 c 0\n 432 11 391 0 329 0 c 2\n 60 0 l 1\n200 430 m 1\n 200 333 l 1\n 294 333 l 2\n 345 333 368 341 368 380 c 0\n 368 420 345 430 294 430 c 2\n 200 430 l 1\n200 223 m 1\n 200 110 l 1\n 300 110 l 2\n 354 110 379 125 379 170 c 0\n 379 216 354 223 300 223 c 2\n 200 223 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 451\nWidth: 454\nFlags: W\nHStem: 0 21G<60 200> 427 113<200 408>\nVStem: 60 140<0 427>\nFore\n408 540 m 1\n 408 427 l 1\n 200 427 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\n 408 540 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,4 y2,3 x2,0 x2,1 \nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 452\nWidth: 685\nFlags: W\nHStem: 0 113<263 440> 427 113<301 440>\nVStem: 23 110<-125 0> 162 140<354 427> 440 140<113 427> 552 110<-125 0>\nFore\n580 101 m 1\n 662 101 l 1\n 662 -125 l 1\n 552 -125 l 1\n 552 0 l 1\n 133 0 l 1\n 133 -125 l 1\n 23 -125 l 1\n 23 101 l 1\n 85 101 l 2\n 138 102 162 252 162 388 c 2\n 162 540 l 1\n 580 540 l 1\n 580 101 l 1\n263 113 m 1\n 440 113 l 1\n 440 427 l 1\n 302 427 l 1\n 302 376 l 2\n 302 259 290 174 263 113 c 1\nEndSplineSet\nMinimumDistance: x1,-1 y5,7 y5,6 y4,2 y4,3 y2,0 x0,2 x0,1 \nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 453\nWidth: 556\nFlags: W\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5>\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 454\nWidth: 809\nFlags: W\nHStem: 0 21G<16 195 332 472 609 788> 520 20G<52 200 332 472 604 752>\nVStem: 332 140<0 198 351 540>\nDStem: 52 540 200 540 229 296 332 351 229 296 332 198 16 0 195 0 472 198 575 296 609 0 788 0 604 540 752 540 472 351 575 296\nFore\n332 198 m 1\n 195 0 l 1\n 16 0 l 1\n 229 296 l 1\n 52 540 l 1\n 200 540 l 1\n 332 351 l 1\n 332 540 l 1\n 472 540 l 1\n 472 351 l 1\n 604 540 l 1\n 752 540 l 1\n 575 296 l 1\n 788 0 l 1\n 609 0 l 1\n 472 198 l 1\n 472 0 l 1\n 332 0 l 1\n 332 198 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 455\nWidth: 546\nFlags: W\nHStem: -23 110<268 300> 439 110<268 302>\nVStem: 48 135<366 378> 365 140<360 389> 380 140<139 160>\nFore\n206 208 m 1\n 206 318 l 1\n 300 318 l 2\n 372 318 365 367 365 389 c 0\n 365 419 333 439 284 439 c 0\n 217 439 184 415 183 366 c 1\n 48 366 l 1\n 50 480 138 549 283 549 c 0\n 420 549 505 480 505 369 c 0\n 505 333 494 302 475 281 c 0\n 471 277 465 274 461 271 c 1\n 501 246 520 213 520 160 c 0\n 520 107 496 57 456 25 c 128\n 416 -7 359 -23 284 -23 c 0\n 120 -23 33 39 29 157 c 1\n 166 157 l 1\n 172 128 178 117 193 106 c 0\n 211 94 240 87 276 87 c 0\n 341 87 380 107 380 140 c 0\n 380 162 382 208 298 208 c 2\n 206 208 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 456\nWidth: 615\nFlags: W\nHStem: 0 21G<60 220 415 555> 520 20G<60 200 395 555>\nVStem: 60 140<202 540> 415 140<0 337>\nDStem: 395 540 415 338 200 202 220 0\nFore\n60 540 m 1\n 200 540 l 1\n 200 202 l 1\n 395 540 l 1\n 555 540 l 1\n 555 0 l 1\n 415 0 l 1\n 415 338 l 1\n 220 0 l 1\n 60 0 l 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 457\nWidth: 615\nFlags: W\nHStem: 0 21G<60 220 415 555> 520 20G<60 200 395 555> 580 77<299 317> 703 20G<176 232 384 440>\nVStem: 60 140<202 540> 415 140<0 337>\nDStem: 395 540 415 338 200 202 220 0\nFore\n60 540 m 1\n 200 540 l 1\n 200 202 l 1\n 395 540 l 1\n 555 540 l 1\n 555 0 l 1\n 415 0 l 1\n 415 338 l 1\n 220 0 l 1\n 60 0 l 1\n 60 540 l 1\n440 723 m 1\n 440 712 l 2\n 440 637 383 580 308 580 c 128\n 233 580 176 637 176 713 c 2\n 176 723 l 1\n 232 723 l 1\n 238 679 263 657 309 657 c 0\n 353 657 376 677 384 723 c 1\n 440 723 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 458\nWidth: 573\nFlags: W\nHStem: 0 21G<60 200 367 549> 520 20G<60 200 362 510>\nVStem: 60 140<0 198 351 540>\nDStem: 200 198 296 296 367 0 549 0 362 540 510 540 200 351 296 296\nFore\n200 351 m 1\n 362 540 l 1\n 510 540 l 1\n 296 296 l 1\n 549 0 l 1\n 367 0 l 1\n 200 198 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\n 200 540 l 1\n 200 351 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 459\nWidth: 577\nFlags: W\nHStem: -10 135<29 31> 0 21G<377 517> 427 113<243 377>\nVStem: 104 140<325 427> 377 140<0 427>\nFore\n104 540 m 1\n 517 540 l 1\n 517 0 l 1\n 377 0 l 1\n 377 427 l 1\n 244 427 l 1\n 244 366 l 2\n 244 102 182 -10 29 -10 c 1\n 29 125 l 1\n 102 126 104 242 104 378 c 2\n 104 540 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y4,2 y4,3 \nBack\n148 524 m 5\n 487 524 l 5\n 487 0 l 5\n 403 0 l 5\n 403 448 l 5\n 231 448 l 5\n 232 292 236 0 70 0 c 5\n 70 80 l 5\n 150 80 148 292 148 524 c 5\nEndSplineSet\nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 460\nWidth: 666\nFlags: W\nHStem: 0 21G<60 200 297 369 466 606> 520 20G<60 235 431 606>\nVStem: 60 140<0 297> 466 140<0 297>\nDStem: 200 297 235 540 297 0 333 213 431 540 466 297 333 213 369 0\nFore\n369 0 m 1\n 297 0 l 1\n 200 297 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\n 235 540 l 1\n 333 213 l 1\n 431 540 l 1\n 606 540 l 1\n 606 0 l 1\n 466 0 l 1\n 466 297 l 1\n 369 0 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 461\nWidth: 603\nFlags: W\nHStem: 0 21G<60 200 403 543> 207 113<200 403> 520 20G<60 200 403 543>\nVStem: 60 140<0 207 320 540> 403 140<0 207 320 540>\nFore\n60 540 m 1\n 200 540 l 1\n 200 320 l 1\n 403 320 l 1\n 403 540 l 1\n 543 540 l 1\n 543 0 l 1\n 403 0 l 1\n 403 207 l 1\n 200 207 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y9,11 y9,10 y8,6 y8,7 y3,5 y3,4 y2,0 y2,1 \nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 462\nWidth: 611\nFlags: W\nHStem: -23 113<264 339.5> 436 113<264 340.5>\nVStem: 35 140<211.5 314.5> 429 140<210.5 314>\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 463\nWidth: 603\nFlags: W\nHStem: 0 21G<60 200 403 543> 427 113<200 403>\nVStem: 60 140<0 427> 403 140<0 427>\nFore\n60 540 m 1\n 543 540 l 1\n 543 0 l 1\n 403 0 l 1\n 403 427 l 1\n 200 427 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y5,7 y5,6 y4,2 y4,3 \nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 464\nWidth: 611\nFlags: W\nHStem: -24 117<317 350> 432 117<317 350> 520 20G<60 200>\nVStem: 60 140<-218 64 245 279 460 540> 436 140<245 279>\nFore\n200 540 m 1\n 200 460 l 1\n 234 520 282 549 350 549 c 0\n 415 549 482 515 518 464 c 0\n 554 414 576 338 576 262 c 0\n 576 98 480 -24 350 -24 c 0\n 282 -24 234 4 200 64 c 1\n 200 -218 l 1\n 60 -218 l 1\n 60 540 l 1\n 200 540 l 1\n318 432 m 0\n 248 432 200 363 200 262 c 128\n 200 161 248 93 318 93 c 0\n 387 93 436 162 436 260 c 0\n 436 363 389 432 318 432 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 465\nWidth: 556\nFlags: W\nHStem: -23 113<252.5 315> 436 113<268 316.5>\nVStem: 34 140<206.5 284.5>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 466\nWidth: 454\nFlags: W\nHStem: 0 21G<156 296> 427 113<21 156 296 431>\nVStem: 156 140<0 427>\nFore\n431 540 m 1\n 431 427 l 1\n 296 427 l 1\n 296 0 l 1\n 156 0 l 1\n 156 427 l 1\n 21 427 l 1\n 21 540 l 1\n 431 540 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,4 y2,3 x5,7 x5,6 x2,0 x2,1 \nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 467\nWidth: 556\nFlags: W\nHStem: -219 103<127.5 147.5> 520 20<9 163 163 163 394 538 538 538>\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 468\nWidth: 957\nFlags: W\nHStem: -24 117<254 286 662 694> 432 117<254 286 662 694> 699 20G<404 544>\nVStem: 28 140<245 279> 404 140<-218 64 245 279 460 719> 780 140<245 279>\nFore\n404 64 m 1\n 370 4 322 -24 254 -24 c 0\n 124 -24 28 98 28 262 c 0\n 28 338 50 414 86 464 c 0\n 122 515 189 549 254 549 c 0\n 322 549 370 520 404 460 c 1\n 404 719 l 1\n 544 719 l 1\n 544 460 l 1\n 578 520 626 549 694 549 c 0\n 759 549 826 515 862 464 c 0\n 898 414 920 338 920 262 c 0\n 920 98 824 -24 694 -24 c 0\n 626 -24 578 4 544 64 c 1\n 544 -218 l 1\n 404 -218 l 1\n 404 64 l 1\n286 432 m 0\n 215 432 168 363 168 260 c 0\n 168 162 217 93 286 93 c 0\n 356 93 404 161 404 262 c 128\n 404 363 356 432 286 432 c 0\n662 432 m 0\n 592 432 544 363 544 262 c 128\n 544 161 592 93 662 93 c 0\n 731 93 780 162 780 260 c 0\n 780 363 733 432 662 432 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 469\nWidth: 556\nFlags: W\nHStem: 0 20 520 20<20 188 188 188 363 531 531 531>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 470\nWidth: 652\nFlags: W\nHStem: 0 113<199 403> 520 20G<60 200 403 543>\nVStem: 60 140<113 540> 403 140<113 540> 519 110<-125 0>\nFore\n60 0 m 1\n 60 540 l 1\n 200 540 l 1\n 200 113 l 1\n 403 113 l 1\n 403 540 l 1\n 543 540 l 1\n 543 101 l 1\n 629 101 l 1\n 629 -125 l 1\n 519 -125 l 1\n 519 0 l 1\n 60 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y11,9 y11,10 y4,6 y4,5 y3,1 y3,2 y1,11 x11,1 x11,0 y9,7 x7,9 x7,8 \nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 471\nWidth: 578\nFlags: W\nHStem: 0 21G<378 518> 165 113<235.722 378> 520 20G<60 200 378 518>\nVStem: 60 140<319 540> 378 140<0 165 278 540>\nFore\n60 540 m 1\n 200 540 l 1\n 200 326 l 2\n 200 282 222 278 258 278 c 2\n 378 278 l 1\n 378 540 l 1\n 518 540 l 1\n 518 0 l 1\n 378 0 l 1\n 378 165 l 1\n 260 165 l 2\n 170 165 60 194 60 325 c 2\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y9,7 y9,8 y4,6 y4,5 y3,0 y3,1 \nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 472\nWidth: 886\nFlags: W\nHStem: 0 113<199 371 510 687> 520 20G<60 200 371 511 686 826>\nVStem: 60 140<113 540> 371 140<113 540> 686 140<113 540>\nFore\n826 0 m 1\n 60 0 l 1\n 60 540 l 1\n 200 540 l 1\n 200 113 l 1\n 371 113 l 1\n 371 540 l 1\n 511 540 l 1\n 511 113 l 1\n 686 113 l 1\n 686 540 l 1\n 826 540 l 1\n 826 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y9,11 y9,10 y5,7 y5,6 y4,2 y4,3 \nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 473\nWidth: 968\nFlags: W\nHStem: 0 113<199 371 510 685> 520 20G<60 200 371 511 685 825>\nVStem: 60 140<113 540> 371 140<113 540> 685 140<113 540> 835 110<-125 0>\nFore\n835 0 m 1\n 60 0 l 1\n 60 540 l 1\n 200 540 l 1\n 200 113 l 1\n 371 113 l 1\n 371 540 l 1\n 511 540 l 1\n 511 113 l 1\n 685 113 l 1\n 685 540 l 1\n 825 540 l 1\n 825 101 l 1\n 945 101 l 1\n 945 -125 l 1\n 835 -125 l 1\n 835 0 l 1\nEndSplineSet\nMinimumDistance: x13,-1 y9,11 y9,10 y5,7 y5,6 y4,2 y4,3 y0,14 y0,15 y2,0 x0,2 x0,1 y14,12 x12,14 x12,13 \nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 474\nWidth: 693\nFlags: W\nHStem: 0 110<331 453> 249 110<331 453> 427 113<20 191>\nVStem: 191 140<110 249 358 427> 524 139<166 182>\nFore\n191 0 m 1\n 191 427 l 1\n 20 427 l 1\n 20 540 l 1\n 331 540 l 1\n 331 359 l 1\n 439 359 l 2\n 586 359 663 278 663 168 c 0\n 663 125 643 66 610 39 c 0\n 577 11 536 0 474 0 c 2\n 191 0 l 1\n331 249 m 1\n 331 110 l 1\n 440 110 l 2\n 494 110 524 135 524 180 c 0\n 524 226 489 249 435 249 c 2\n 331 249 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x9,1 y1,9 y1,0 x3,5 y5,3 y5,4 x1,3 x1,2 \nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 475\nWidth: 811\nFlags: W\nHStem: 0 110<200 317> 249 110<200 317> 520 20G<60 200 578 718>\nVStem: 60 140<110 249 358 540> 393 139<166 182> 578 140<0 540>\nFore\n308 359 m 2\n 455 359 532 278 532 168 c 0\n 532 125 512 66 479 39 c 0\n 446 11 405 0 343 0 c 2\n 60 0 l 1\n 60 540 l 1\n 200 540 l 1\n 200 359 l 1\n 308 359 l 2\n200 249 m 1\n 200 110 l 1\n 309 110 l 2\n 363 110 393 135 393 180 c 0\n 393 226 358 249 304 249 c 2\n 200 249 l 1\n718 540 m 1\n 718 0 l 1\n 578 0 l 1\n 578 540 l 1\n 718 540 l 1\nEndSplineSet\nMinimumDistance: x13,-1 y7,5 y7,6 \nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 476\nWidth: 562\nFlags: W\nHStem: 0 110<200 317> 249 110<200 317> 520 20G<60 200>\nVStem: 60 140<110 249 358 540> 393 139<166 182>\nFore\n308 359 m 2\n 455 359 532 278 532 168 c 0\n 532 125 512 66 479 39 c 0\n 446 11 405 0 343 0 c 2\n 60 0 l 1\n 60 540 l 1\n 200 540 l 1\n 200 359 l 1\n 308 359 l 2\n200 249 m 1\n 200 110 l 1\n 309 110 l 2\n 363 110 393 135 393 180 c 0\n 393 226 358 249 304 249 c 2\n 200 249 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y7,5 y7,6 \nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 477\nWidth: 564\nFlags: W\nHStem: -23 113<257 275> 207 113<203 377> 436 113<257 275>\nFore\n203 207 m 1\n 203 320 l 1\n 377 320 l 1\n 372 347 365 371 355 390 c 0\n 339 420 308 436 268 436 c 0\n 211 436 184 409 168 338 c 1\n 34 338 l 1\n 44 470 132 549 267 549 c 0\n 428 549 522 443 522 259 c 0\n 522 81 429 -23 269 -23 c 0\n 138 -23 47 58 34 187 c 1\n 168 187 l 1\n 186 117 214 90 268 90 c 0\n 326 90 366 133 378 207 c 1\n 203 207 l 1\nEndSplineSet\nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 478\nWidth: 908\nFlags: W\nHStem: -23 113<539 558> 0 21G<60 200> 436 113<539 558> 520 20G<60 200>\nVStem: 60 140<0 207 320 540> 672 140<248 282>\nFore\n302 207 m 1\n 200 207 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\n 200 540 l 1\n 200 320 l 1\n 302 320 l 1\n 322 463 408 549 554 549 c 0\n 723 549 812 442 812 259 c 0\n 812 86 719 -23 555 -23 c 0\n 407 -23 321 63 302 207 c 1\n555 436 m 0\n 479 436 438 366 438 263 c 128\n 438 160 479 90 555 90 c 0\n 630 90 672 160 672 261 c 0\n 672 367 632 436 555 436 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 479\nWidth: 596\nFlags: W\nHStem: 0 21G<25 204 391 531> 430 110<248 391>\nVStem: 51 139<367 385> 391 140<0 207 317 430>\nDStem: 180 218 347 207 25 0 204 0\nFore\n347 207 m 1\n 204 0 l 1\n 25 0 l 1\n 180 218 l 1\n 96 241 50 306 51 385 c 0\n 51 428 71 474 104 501 c 0\n 137 529 178 540 240 540 c 2\n 531 540 l 1\n 531 0 l 1\n 391 0 l 1\n 391 207 l 1\n 347 207 l 1\n391 317 m 1\n 391 430 l 1\n 269 430 l 2\n 215 430 190 415 190 370 c 0\n 190 324 215 317 269 317 c 2\n 391 317 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 480\nWidth: 556\nFlags: W\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5>\nRef: 96 96 N 1 0 0 1 145 33\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 481\nWidth: 556\nFlags: W\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5> 621 122<132 242 318 428>\nVStem: 132 110<621 743> 318 110<621 743>\nRef: 168 168 N 1 0 0 1 114 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 482\nWidth: 606\nFlags: W\nHStem: 0 21G<92 232> 421 119<341 391> 567 104<22 92 232 402> 709 20G<92 232>\nVStem: 92 140<0 323 453 567 671 729> 427 140<132 339>\nFore\n568 132 m 1\n 567 353 l 1\n 567 354 l 2\n 567 420 548.667 468.333 512 499 c 0\n 479.333 526.333 439 540 391 540 c 0\n 324.333 540 270.667 511 232 453 c 1\n 232 567 l 1\n 402 567 l 1\n 402 671 l 1\n 232 671 l 1\n 232 729 l 1\n 92 729 l 1\n 92 671 l 1\n 22 671 l 1\n 22 567 l 1\n 92 567 l 1\n 92 0 l 1\n 232 0 l 1\n 232 315 l 1\n 232 315 l 2\n 232 334.333 237.333 353 246 369 c 0\n 265.333 403.667 297 421 341 421 c 0\n 371.667 421 395 410 411 388 c 0\n 421.667 372 427.089 349.667 427 321 c 2\n 428.001 112 l 1\n 423.116 -24.9238 324 -108 268 -110 c 1\n 268 -172 l 1\n 331.234 -186.044 557.939 -57.9502 568 132 c 1\nEndSplineSet\nMinimumDistance: x1,-1 y15,17 y15,16 y9,11 y9,10 x12,14 x12,13 x6,8 x6,7 \nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 483\nWidth: 454\nFlags: W\nHStem: 0 21G<60 200> 427 113<200 408>\nVStem: 60 140<0 427>\nFore\n408 540 m 1\n 408 427 l 1\n 200 427 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\n 408 540 l 1\n332 790 m 1\n 206 640 l 1\n 136 640 l 1\n 206 790 l 1\n 332 790 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,4 y2,3 x2,0 x2,1 \nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 484\nWidth: 556\nFlags: W\nHStem: -23 113<273 291> 207 113<179 353> 436 113<273 291>\nFore\n353 207 m 1\n 178 207 l 1\n 190 133 230 90 288 90 c 0\n 342 90 370 117 388 187 c 1\n 522 187 l 1\n 509 58 418 -23 287 -23 c 0\n 127 -23 34 81 34 259 c 0\n 34 443 128 549 289 549 c 0\n 424 549 512 470 522 338 c 1\n 388 338 l 1\n 372 409 345 436 288 436 c 0\n 248 436 217 420 201 390 c 0\n 191 371 184 347 179 320 c 1\n 353 320 l 1\n 353 207 l 1\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 485\nWidth: 556\nFlags: W\nHStem: -23 110<267 286> 439 110<252 286>\nVStem: 48 140<368 389> 370 135<366 378> 380 140<140 160>\nFore\n505 366 m 1\n 370 366 l 1\n 369 415 336 439 269 439 c 0\n 220 439 188 419 188 389 c 0\n 188 367 198 359 237 347 c 2\n 414 296 l 2\n 485 275 520 230 520 160 c 0\n 520 107 496 57 456 25 c 128\n 416 -7 359 -23 284 -23 c 0\n 120 -23 33 39 29 157 c 1\n 166 157 l 1\n 172 128 178 117 193 106 c 0\n 211 94 240 87 276 87 c 0\n 341 87 380 107 380 140 c 0\n 380 162 368 173 333 184 c 2\n 166 236 l 2\n 114 253 97 262 78 281 c 0\n 59 302 48 333 48 369 c 0\n 48 480 133 549 270 549 c 0\n 415 549 503 480 505 366 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 486\nWidth: 278\nFlags: W\nHStem: 0 20 604 125<67 207>\nVStem: 67 140<0 540 604 729>\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 487\nWidth: 278\nFlags: W\nHStem: 0 20 520 20<67 207 207 207> 621 122<-9 101 177 287>\nVStem: -9 110<621 743> 67 140<0 540> 177 110<621 743>\nRef: 168 168 N 1 0 0 1 -27 0\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 488\nWidth: 278\nFlags: W\nHStem: -218 20 604 125<70 210>\nVStem: 70 140<-63 540 604 729>\nRef: 106 106 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 489\nWidth: 900\nFlags: W\nHStem: 0 110<543 688> 0 135<29 31> 209 110<543 669> 427 113<243 403>\nVStem: 104 140<335 427> 403 140<110 208 318 427> 739 123.009<151 162>\nFore\n403 0 m 1\n 403 427 l 1\n 244 427 l 1\n 244 376 l 2\n 244 203.333 214.333 91.6667 155 41 c 0\n 126.333 16.3333 89.6667 2.66667 45 0 c 2\n 29 0 l 1\n 29 135 l 1\n 67 135.667 90.3333 171.333 99 242 c 0\n 102.333 271.333 104 319.667 104 387 c 2\n 104 388 l 1\n 104 540 l 1\n 543 540 l 1\n 543 319 l 1\n 651 319 l 2\n 746.333 319 812.333 288.333 849 227 c 0\n 866.333 198.333 862 184.667 862 148 c 2\n 862 147 l 2\n 862 107 852.667 89 830 57 c 0\n 824 48.333 817.667 41.333 811 36 c 0\n 780.333 10 746 0 686 0 c 1\n 403 0 l 1\n543 209 m 1\n 543 110 l 1\n 652 110 l 2\n 703.333 110 734.333 110.333 739 151 c 1\n 739 160 l 2\n 739 198.667 713.667 201.333 669 208 c 0\n 662.333 208.667 655 209 647 209 c 2\n 543 209 l 1\nEndSplineSet\nMinimumDistance: x16,-1 x20,1 y1,20 y1,0 x11,13 y13,11 y13,12 \nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 490\nWidth: 611\nFlags: W\nHStem: 0 110<546 692> 207 113<203 406 546 672> 520 20G<63 203 406 546>\nVStem: 63 140<0 207 320 540> 406 140<110 207 320 540> 742 123.009<151 162>\nFore\n546 540 m 5\n 546 319 l 5\n 654 319 l 6\n 749.333 319 815.333 288.333 852 227 c 4\n 869.333 198.333 865 184.667 865 148 c 6\n 865 147 l 6\n 865 107 855.667 89 833 57 c 4\n 827 48.333 820.667 41.333 814 36 c 4\n 783.333 10 749 0 689 0 c 5\n 406 0 l 5\n 406 207 l 5\n 203 207 l 1\n 203 0 l 1\n 63 0 l 1\n 63 540 l 1\n 203 540 l 1\n 203 320 l 1\n 406 320 l 5\n 406 540 l 5\n 546 540 l 5\n546 209 m 5\n 546 110 l 5\n 655 110 l 6\n 706.333 110 737.333 110.333 742 151 c 5\n 742 160 l 6\n 742 198.667 716.667 201.333 672 208 c 4\n 665.333 208.667 658 209 650 209 c 6\n 546 209 l 5\nEndSplineSet\nMinimumDistance: y16,14 y16,15 y11,13 y11,12 x8,10 y10,8 y10,9 y17,18 y17,0 \nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 491\nWidth: 606\nFlags: W\nHStem: 0 21G<92 232 426 566> 421 119<341 391> 567 104<22 92 232 402> 709 20G<92 232>\nVStem: 92 140<0 323 453 567 671 729> 426 140<0 337>\nFore\n92 729 m 5\n 232 729 l 5\n 232 671 l 5\n 402 671 l 5\n 402 567 l 5\n 232 567 l 5\n 232 453 l 5\n 270.667 511 324.333 540 391 540 c 4\n 439 540 479.333 526.333 512 499 c 4\n 548.667 468.333 567 420 567 354 c 6\n 567 353 l 5\n 566 0 l 5\n 426 0 l 5\n 427 321 l 6\n 427 349.667 421.667 372 411 388 c 4\n 395 410 371.667 421 341 421 c 4\n 297 421 265.333 403.667 246 369 c 4\n 237.333 353 232 334.333 232 315 c 6\n 232 315 l 5\n 232 0 l 5\n 92 0 l 5\n 92 567 l 5\n 22 567 l 5\n 22 671 l 5\n 92 671 l 5\n 92 729 l 5\nEndSplineSet\nMinimumDistance: x11,-1 y21,19 y21,20 y2,0 y2,1 x21,23 x21,22 x2,4 x2,3 \nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 492\nWidth: 573\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<59 199 361 509>\nVStem: 59 140<0 198 351 540>\nDStem: 199 198 295 296 366 0 548 0 361 540 509 540 199 351 295 296\nFore\n199 351 m 1\n 361 540 l 1\n 509 540 l 1\n 295 296 l 1\n 548 0 l 1\n 366 0 l 1\n 199 198 l 1\n 199 0 l 1\n 59 0 l 1\n 59 540 l 1\n 199 540 l 1\n 199 351 l 1\n382 790 m 1\n 256 640 l 1\n 186 640 l 1\n 256 790 l 1\n 382 790 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 493\nWidth: 608\nFlags: W\nHStem: 0 21G<60 215 403 543> 520 20G<60 200 388 543>\nVStem: 60 140<197 540> 403 140<0 343>\nDStem: 388 540 403 343 200 197 215 0\nFore\n60 540 m 1\n 200 540 l 1\n 200 197 l 1\n 388 540 l 1\n 543 540 l 1\n 543 0 l 1\n 403 0 l 1\n 403 343 l 1\n 215 0 l 1\n 60 0 l 1\n 60 540 l 1\n204 790 m 1\n 330 790 l 1\n 400 640 l 1\n 330 640 l 1\n 204 790 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 494\nWidth: 556\nFlags: W\nHStem: -219 103<127.5 147.5> 520 20<9 163 163 163 394 538 538 538> 640 77<251 296> 763 20<141 197 197 197 349 405 405 405>\nRef: 728 728 N 1 0 0 1 106 35\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 495\nWidth: 608\nFlags: W\nHStem: -20 20G<60 247> 0 21G<357 544> 520 20G<60 200 404 544>\nVStem: 60 140<113 540> 247 110<-125 0> 404 140<113 540>\nFore\n357 0 m 1\n 357 -125 l 1\n 247 -125 l 1\n 247 0 l 1\n 60 0 l 1\n 60 540 l 1\n 200 540 l 1\n 200 113 l 1\n 404 113 l 1\n 404 540 l 1\n 544 540 l 1\n 544 0 l 1\n 357 0 l 1\nEndSplineSet\nMinimumDistance: x10,-1 y0,2 y0,1 y5,3 x3,5 x3,4 y10,0 x0,10 x0,11 \nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 496\nWidth: 687\nFlags: W\nHStem: 0 125<227 380> 344 125<226 380> 709 20G<76 226>\nVStem: 76 150<126 343 469 728> 483 150<224 240>\nFore\n226 469 m 1\n 413 469 l 2\n 547 469 633 374 633 226 c 0\n 633 80 550 0 398 0 c 2\n 76 0 l 1\n 76 729 l 1\n 226 729 l 1\n 226 469 l 1\n226 344 m 1\n 226 125 l 1\n 366 125 l 2\n 446 125 483 160 483 235 c 0\n 483 309 446 344 366 344 c 2\n 226 344 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y0,5 y0,6 \nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 497\nWidth: 562\nFlags: W\nHStem: 0 110<201 332> 223 110<200 332> 520 20G<60 200>\nVStem: 60 140<111 222 333 539>\nFore\n316 333 m 2\n 463 333 537 267 540 155 c 0\n 540 112 520 66 487 39 c 0\n 454 11 413 0 351 0 c 2\n 60 0 l 1\n 60 540 l 1\n 200 540 l 1\n 200 333 l 1\n 316 333 l 2\n200 223 m 1\n 200 110 l 1\n 322 110 l 2\n 376 110 401 125 401 170 c 0\n 401 216 376 223 322 223 c 2\n 200 223 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y7,5 y7,6 \nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 498\nWidth: 667\nFlags: W\nHStem: 0 20 260 125<226 366 366 406> 604 125<226 366 226 226>\nVStem: 76 150<0 260 385 604> 483 150<457 531.5>\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 499\nWidth: 611\nFlags: W\nHStem: -218 20 -24 117<314 350.5> 432 117<314 351.5>\nVStem: 58 140<-218 64 211.5 312.5 460 540> 434 140<211 300>\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 500\nWidth: 611\nFlags: W\nHStem: 0 21G<74 224> 604 124<225 435> 604 260<436 585>\nVStem: 74 150<1 604> 436 150<729 863>\nFore\n224 0 m 1\n 74 0 l 1\n 74 729 l 1\n 436 728 l 1\n 436 864 l 1\n 586 864 l 1\n 586 604 l 1\n 224 604 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y7,1 y7,0 x7,5 x7,6 \nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 501\nWidth: 454\nFlags: W\nHStem: 0 21G<64 204> 427 113<205 284> 427 239<285 411>\nVStem: 64 140<1 427> 284 128<541 665>\nFore\n412 666 m 1\n 412 427 l 1\n 204 427 l 1\n 204 0 l 1\n 64 0 l 1\n 64 540 l 1\n 284 540 l 1\n 284 666 l 1\n 412 666 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,4 y2,3 y4,6 x6,4 x6,5 x2,0 x2,1 \nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 502\nWidth: 611\nFlags: W\nHStem: 0 21G<74 224> 604 125<225 585>\nVStem: 74 150<1 604> 74 512<605 728>\nFore\n224 0 m 1\n 74 0 l 1\n 74 729 l 1\n 586 729 l 1\n 586 604 l 1\n 224 604 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y5,1 y5,0 x5,3 x5,4 \nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 503\nWidth: 454\nFlags: W\nHStem: 0 21G<60 200> 427 113<201 407>\nVStem: 60 140<1 427> 60 348<428 539>\nFore\n408 540 m 1\n 408 427 l 1\n 200 427 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\n 408 540 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,4 y2,3 x2,0 x2,1 \nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 504\nWidth: 611\nFlags: W\nHStem: 0 21G<74 224> 604 125<225 585>\nVStem: 74 150<1 604> 74 512<605 728>\nFore\n224 0 m 1\n 74 0 l 1\n 74 729 l 1\n 586 729 l 1\n 586 604 l 1\n 224 604 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y5,1 y5,0 x5,3 x5,4 \nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 505\nWidth: 454\nFlags: W\nHStem: 0 21G<60 200> 427 113<201 407>\nVStem: 60 140<1 427> 60 348<428 539>\nFore\n408 540 m 1\n 408 427 l 1\n 200 427 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\n 408 540 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,4 y2,3 x2,0 x2,1 \nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 506\nWidth: 1093\nFlags: W\nHStem: 0 21G<22 201 475 625 899 1078> 709 20G<66 230 475 625 870 1034>\nVStem: 475 150<1 284 451 728>\nDStem: 66 729 230 729 379 378 475 450 379 378 475 285 22 0 201 0 625 285 721 378 899 0 1078 0 870 729 1034 729 625 450 721 378\nFore\n475 285 m 1\n 201 0 l 1\n 22 0 l 1\n 379 378 l 1\n 66 729 l 1\n 230 729 l 1\n 475 450 l 1\n 475 729 l 1\n 625 729 l 1\n 625 450 l 1\n 870 729 l 1\n 1034 729 l 1\n 721 378 l 1\n 1078 0 l 1\n 899 0 l 1\n 625 285 l 1\n 625 0 l 1\n 475 0 l 1\n 475 285 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 507\nWidth: 809\nFlags: W\nHStem: 0 21G<16 195 332 472 609 788> 520 20G<52 200 332 472 604 752>\nVStem: 332 140<1 197 352 539>\nDStem: 52 540 200 540 229 296 332 351 229 296 332 198 16 0 195 0 472 198 575 296 609 0 788 0 604 540 752 540 472 351 575 296\nFore\n332 198 m 1\n 195 0 l 1\n 16 0 l 1\n 229 296 l 1\n 52 540 l 1\n 200 540 l 1\n 332 351 l 1\n 332 540 l 1\n 472 540 l 1\n 472 351 l 1\n 604 540 l 1\n 752 540 l 1\n 575 296 l 1\n 788 0 l 1\n 609 0 l 1\n 472 198 l 1\n 472 0 l 1\n 332 0 l 1\n 332 198 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 508\nWidth: 672\nFlags: W\nHStem: -23 120<320 354> 308 120<251 351> 621 120<320 354>\nVStem: 464 143<516 537> 489 143.371<194 201>\nFore\n250 428 m 1\n 326 428 l 2\n 435 428 464 478 464 531 c 0\n 464 586 415 621 338 621 c 0\n 243 621 190 581 185 507 c 1\n 45 507 l 1\n 45 574 60 618 96 658 c 0\n 145 712 226 741 331 741 c 0\n 506 741 607 659 607 517 c 0\n 607 453 587 409 544 377 c 1\n 606 343 633 293 633 213 c 0\n 633 65 522 -23 334 -23 c 0\n 148 -23 41 62 32 218 c 1\n 178 218 l 1\n 183 140 240 97 342 97 c 0\n 433 97 489 134 489 195 c 0\n 489 254 454 308 352 308 c 2\n 250 308 l 1\n 250 428 l 1\nEndSplineSet\nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 509\nWidth: 546\nFlags: W\nHStem: -23 110<269 300> 208 110<207 302> 439 110<269 302>\nVStem: 48 135<367 377> 365 140<361 389> 380.003 139.997<140 160>\nFore\n206 208 m 1\n 206 318 l 1\n 300 318 l 2\n 372 318 365 367 365 389 c 0\n 365 419 333 439 284 439 c 0\n 217 439 184 415 183 366 c 1\n 48 366 l 1\n 50 480 138 549 283 549 c 0\n 420 549 505 480 505 369 c 0\n 505 333 494 302 475 281 c 0\n 471 277 465 274 461 271 c 1\n 501 246 520 213 520 160 c 0\n 520 107 496 57 456 25 c 128\n 416 -7 359 -23 284 -23 c 0\n 120 -23 33 39 29 157 c 1\n 166 157 l 1\n 172 128 178 117 193 106 c 0\n 211 94 240 87 276 87 c 0\n 341 87 380 107 380 140 c 0\n 380 162 382 208 298 208 c 2\n 206 208 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 510\nWidth: 722\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<74 224 509 686>\nVStem: 74 150<1 284 451 728>\nDStem: 224 285 320 378 538 0 717 0 509 729 686 729 224 450 320 378\nFore\n224 0 m 1\n 74 0 l 1\n 74 729 l 1\n 224 729 l 1\n 224 450 l 1\n 509 729 l 1\n 686 729 l 1\n 320 378 l 1\n 717 0 l 1\n 538 0 l 1\n 224 285 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 511\nWidth: 573\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<59 199 361 509>\nVStem: 59 140<1 197 352 539>\nDStem: 199 198 295 296 366 0 548 0 361 540 509 540 199 351 295 296\nFore\n199 351 m 1\n 361 540 l 1\n 509 540 l 1\n 295 296 l 1\n 548 0 l 1\n 366 0 l 1\n 199 198 l 1\n 199 0 l 1\n 59 0 l 1\n 59 540 l 1\n 199 540 l 1\n 199 351 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 512\nWidth: 722\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<74 224 509 686>\nVStem: 74 150<1 284 451 728>\nDStem: 224 285 320 378 538 0 717 0 509 729 686 729 224 450 320 378\nFore\n224 0 m 1\n 74 0 l 1\n 74 729 l 1\n 224 729 l 1\n 224 450 l 1\n 509 729 l 1\n 686 729 l 1\n 320 378 l 1\n 717 0 l 1\n 538 0 l 1\n 224 285 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 513\nWidth: 573\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<59 199 361 509>\nVStem: 59 140<1 197 352 539>\nDStem: 199 198 295 296 366 0 548 0 361 540 509 540 199 351 295 296\nFore\n199 351 m 1\n 361 540 l 1\n 509 540 l 1\n 295 296 l 1\n 548 0 l 1\n 366 0 l 1\n 199 198 l 1\n 199 0 l 1\n 59 0 l 1\n 59 540 l 1\n 199 540 l 1\n 199 351 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 514\nWidth: 722\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<74 224 509 686>\nVStem: 74 150<1 284 451 728>\nDStem: 224 285 320 378 538 0 717 0 509 729 686 729 224 450 320 378\nFore\n224 0 m 1\n 74 0 l 1\n 74 729 l 1\n 224 729 l 1\n 224 450 l 1\n 509 729 l 1\n 686 729 l 1\n 320 378 l 1\n 717 0 l 1\n 538 0 l 1\n 224 285 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 515\nWidth: 573\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<59 199 361 509>\nVStem: 59 140<1 197 352 539>\nDStem: 199 198 295 296 366 0 548 0 361 540 509 540 199 351 295 296\nFore\n199 351 m 1\n 361 540 l 1\n 509 540 l 1\n 295 296 l 1\n 548 0 l 1\n 366 0 l 1\n 199 198 l 1\n 199 0 l 1\n 59 0 l 1\n 59 540 l 1\n 199 540 l 1\n 199 351 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 516\nWidth: 722\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<74 224 509 686>\nVStem: 74 150<1 284 451 728>\nDStem: 224 285 320 378 538 0 717 0 509 729 686 729 224 450 320 378\nFore\n224 0 m 1\n 74 0 l 1\n 74 729 l 1\n 224 729 l 1\n 224 450 l 1\n 509 729 l 1\n 686 729 l 1\n 320 378 l 1\n 717 0 l 1\n 538 0 l 1\n 224 285 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 517\nWidth: 573\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<59 199 361 509>\nVStem: 59 140<1 197 352 539>\nDStem: 199 198 295 296 366 0 548 0 361 540 509 540 199 351 295 296\nFore\n199 351 m 1\n 361 540 l 1\n 509 540 l 1\n 295 296 l 1\n 548 0 l 1\n 366 0 l 1\n 199 198 l 1\n 199 0 l 1\n 59 0 l 1\n 59 540 l 1\n 199 540 l 1\n 199 351 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 518\nWidth: 722\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 519\nWidth: 608\nFlags: W\nHStem: 0 21G<60 200 403 543> 207 113<200 403> 520 20G<60 200 403 543>\nVStem: 60 140<1 206 321 539> 403 140<1 206 321 539>\nFore\n60 540 m 1\n 200 540 l 1\n 200 320 l 1\n 403 320 l 1\n 403 540 l 1\n 543 540 l 1\n 543 0 l 1\n 403 0 l 1\n 403 207 l 1\n 200 207 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y9,11 y9,10 y8,6 y8,7 y2,0 y2,1 \nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 520\nWidth: 722\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 521\nWidth: 608\nFlags: W\nHStem: 0 21G<60 200 403 543> 207 113<200 403> 520 20G<60 200 403 543>\nVStem: 60 140<1 206 321 539> 403 140<1 206 321 539>\nFore\n60 540 m 1\n 200 540 l 1\n 200 320 l 1\n 403 320 l 1\n 403 540 l 1\n 543 540 l 1\n 543 0 l 1\n 403 0 l 1\n 403 207 l 1\n 200 207 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y9,11 y9,10 y8,6 y8,7 y2,0 y2,1 \nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 522\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 507 657> 604 125<219 506>\nVStem: 68 150<1 603> 507 150<1 603>\nFore\n507 604 m 1\n 218 604 l 1\n 218 0 l 1\n 68 0 l 1\n 68 729 l 1\n 657 729 l 1\n 657 0 l 1\n 507 0 l 1\n 507 604 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y1,3 y1,2 y0,6 y0,7 \nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 523\nWidth: 608\nFlags: W\nHStem: 0 21G<60 200 403 543> 427 113<201 402>\nVStem: 60 140<1 426> 403 140<1 426>\nFore\n60 540 m 1\n 543 540 l 1\n 543 0 l 1\n 403 0 l 1\n 403 427 l 1\n 200 427 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y5,7 y5,6 y4,2 y4,3 \nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 524\nWidth: 722\nFlags: W\nHStem: -23 126<320 424.5> 613 128<324 409>\nVStem: 44 150<276.5 436.5>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 525\nWidth: 556\nFlags: W\nHStem: -23 113<252.5 315> 436 113<268 316.5>\nVStem: 34 140<206.5 284.5>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 526\nWidth: 722\nFlags: W\nHStem: -23 126<320 424.5> 613 128<324 409>\nVStem: 44 150<276.5 436.5>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 527\nWidth: 556\nFlags: W\nHStem: -23 113<252.5 315> 436 113<268 316.5>\nVStem: 34 140<206.5 284.5>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 528\nWidth: 611\nFlags: W\nHStem: 0 20 604 125<14 235 385 598 385 385>\nVStem: 235 150<0 604>\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 529\nWidth: 454\nFlags: W\nHStem: 0 21G<156 296> 427 113<22 155 297 430>\nVStem: 21 410<427 539> 156 140<1 427>\nFore\n431 540 m 1\n 431 427 l 1\n 296 427 l 1\n 296 0 l 1\n 156 0 l 1\n 156 427 l 1\n 21 427 l 1\n 21 540 l 1\n 431 540 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,4 y2,3 x2,0 x2,1 \nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 530\nWidth: 667\nFlags: W\nHStem: 0 20 709 20<27 194 194 194 482 650 650 650>\nVStem: 269 150<0 270>\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 531\nWidth: 556\nFlags: W\nHStem: 0 21G<203 350> 520 20G<14 162 388 536>\nFore\n350 0 m 1\n 203 0 l 1\n 14 540 l 1\n 162 540 l 1\n 279 145 l 1\n 388 540 l 1\n 536 540 l 1\n 350 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 532\nWidth: 667\nFlags: W\nHStem: 0 20 709 20<27 194 194 194 482 650 650 650>\nVStem: 269 150<0 270>\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 533\nWidth: 556\nFlags: W\nHStem: 0 21G<203 350> 520 20G<14 162 388 536>\nFore\n350 0 m 1\n 203 0 l 1\n 14 540 l 1\n 162 540 l 1\n 279 145 l 1\n 388 540 l 1\n 536 540 l 1\n 350 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 534\nWidth: 667\nFlags: W\nHStem: 0 20 709 20<30 208 208 208 470 644 644 644>\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 535\nWidth: 556\nFlags: W\nHStem: 0 20 520 20<20 188 188 188 363 531 531 531>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 536\nWidth: 814\nFlags: W\nHStem: -150 258<657 766> 0 125<218 507> 709 20G<68 218 507 657>\nVStem: 68 150<126 728> 507 150<126 728> 637 130<-149 -1>\nFore\n507 125 m 1\n 507 729 l 1\n 657 729 l 1\n 657 108 l 1\n 767 108 l 5\n 767 -150 l 5\n 637 -150 l 5\n 637 0 l 5\n 68 0 l 1\n 68 729 l 1\n 218 729 l 1\n 218 125 l 1\n 507 125 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y11,9 y11,10 y7,5 y7,6 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 537\nWidth: 685\nFlags: W\nHStem: -125 226<543 638> 0 113<200 403> 520 20G<60 200 403 543>\nVStem: 60 140<114 539> 403 140<114 539> 529 110<-124 -1>\nFore\n60 0 m 1\n 60 540 l 1\n 200 540 l 1\n 200 113 l 1\n 403 113 l 1\n 403 540 l 1\n 543 540 l 1\n 543 101 l 1\n 639 101 l 5\n 639 -125 l 5\n 529 -125 l 5\n 529 0 l 5\n 60 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y11,9 y11,10 y3,1 y3,2 y7,5 y7,6 x7,9 x7,8 \nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 538\nWidth: 675\nFlags: W\nHStem: 0 21G<464 614> 274 125<218 463> 274 455<212 217>\nVStem: 68 150<400 728> 464 150<1 274 400 728>\nFore\n464 274 m 1\n 218 274 l 2\n 140 275 68 322 68 392 c 2\n 68 729 l 1\n 218 729 l 1\n 218 399 l 1\n 463 399 l 1\n 463 729 l 1\n 614 729 l 1\n 614 0 l 1\n 464 0 l 1\n 464 274 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y5,3 y5,4 y0,9 y0,10 \nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 539\nWidth: 580\nFlags: W\nHStem: 0 21G<378 518> 165 113<200 378> 165 375<188 199>\nVStem: 60 140<279 539> 378 140<1 165 279 539>\nFore\n60 540 m 1\n 200 540 l 1\n 200 278 l 1\n 378 278 l 1\n 378 540 l 1\n 518 540 l 1\n 518 0 l 1\n 378 0 l 1\n 378 165 l 1\n 200 165 l 2\n 130 165 61 186 60 279 c 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y8,6 y8,7 y2,0 y2,1 \nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 540\nWidth: 675\nFlags: W\nHStem: 0 21G<464 614> 274 125<218 463> 274 455<212 217>\nVStem: 68 150<400 728> 464 150<1 274 400 728>\nFore\n464 274 m 1\n 218 274 l 2\n 140 275 68 322 68 392 c 2\n 68 729 l 1\n 218 729 l 1\n 218 399 l 1\n 463 399 l 1\n 463 729 l 1\n 614 729 l 1\n 614 0 l 1\n 464 0 l 1\n 464 274 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y5,3 y5,4 y0,9 y0,10 \nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 541\nWidth: 580\nFlags: W\nHStem: 0 21G<378 518> 165 113<200 378> 165 375<188 199>\nVStem: 60 140<279 539> 378 140<1 165 279 539>\nFore\n60 540 m 1\n 200 540 l 1\n 200 278 l 1\n 378 278 l 1\n 378 540 l 1\n 518 540 l 1\n 518 0 l 1\n 378 0 l 1\n 378 165 l 1\n 200 165 l 2\n 130 165 61 186 60 279 c 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y8,6 y8,7 y2,0 y2,1 \nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 542\nWidth: 675\nFlags: W\nHStem: 0 21G<68 219 464 614> 330 125<220 463> 709 20G<68 218>\nVStem: 68 151<1 329 455 728> 464 150<1 329>\nFore\n218 455 m 1\n 464 455 l 2\n 542 454 614 407 614 337 c 2\n 614 0 l 1\n 464 0 l 1\n 464 330 l 1\n 219 330 l 1\n 219 0 l 1\n 68 0 l 1\n 68 729 l 1\n 218 729 l 1\n 218 455 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y6,8 y6,7 y5,3 y5,4 x9,0 y0,9 y0,10 \nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 543\nWidth: 580\nFlags: W\nHStem: 0 21G<60 200 378 518> 262 113<201 377> 520 20G<60 200>\nVStem: 60 140<1 261 375 539> 378 140<1 261>\nFore\n518 0 m 1\n 378 0 l 1\n 378 262 l 1\n 200 262 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\n 200 540 l 1\n 200 375 l 1\n 378 375 l 2\n 448 375 517 354 518 261 c 1\n 518 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y8,6 y8,7 y3,5 y3,4 y2,0 y2,1 \nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 544\nWidth: 722\nFlags: W\nHStem: -23 126<320 424.5> 613 128<324 409>\nVStem: 44 150<276.5 436.5>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 545\nWidth: 556\nFlags: W\nHStem: -23 113<252.5 315> 436 113<268 316.5>\nVStem: 34 140<206.5 284.5>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 546\nWidth: 722\nFlags: W\nHStem: -23 126<320 424.5> 613 128<324 409>\nVStem: 44 150<276.5 436.5>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 547\nWidth: 556\nFlags: W\nHStem: -23 113<252.5 315> 436 113<268 316.5>\nVStem: 34 140<206.5 284.5>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 548\nWidth: 278\nFlags: W\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 549\nWidth: 1093\nHStem: 0 21<22 206 475 625 894 1078> 709 20<66 230 475 625 870 1034> 779 77<528 573> 902 20<418 474 474 474 626 682 682 682>\nVStem: 475 150<0 285 450 729>\nDStem: 66 729 230 729 379 378 475 450 379 378 475 285 22 0 206 0 625 285 721 378 894 0 1078 0 870 729 1034 729 625 450 721 378\nRef: 728 728 N 1 0 0 1 383 174\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 550\nWidth: 809\nHStem: 0 21<16 195 332 472 609 788> 520 20<52 200 332 472 604 752> 590 77<380 425> 713 20<270 326 326 326 478 534 534 534>\nVStem: 332 140<0 198 351 540>\nDStem: 52 540 200 540 229 296 332 351 229 296 332 198 16 0 195 0 472 198 575 296 609 0 788 0 604 540 752 540 472 351 575 296\nRef: 728 728 N 1 0 0 1 235 -15\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 551\nWidth: 722\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<74 224 509 686>\nVStem: 74 150<1 284 451 728>\nDStem: 224 285 320 378 538 0 717 0 509 729 686 729 224 450 320 378\nFore\n224 0 m 1\n 74 0 l 1\n 74 729 l 1\n 224 729 l 1\n 224 450 l 1\n 509 729 l 1\n 686 729 l 1\n 320 378 l 1\n 717 0 l 1\n 538 0 l 1\n 224 285 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 552\nWidth: 573\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<59 199 361 509>\nVStem: 59 140<1 197 352 539>\nDStem: 199 198 295 296 366 0 548 0 361 540 509 540 199 351 295 296\nFore\n199 351 m 1\n 361 540 l 1\n 509 540 l 1\n 295 296 l 1\n 548 0 l 1\n 366 0 l 1\n 199 198 l 1\n 199 0 l 1\n 59 0 l 1\n 59 540 l 1\n 199 540 l 1\n 199 351 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 553\nWidth: 722\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 554\nWidth: 608\nFlags: W\nHStem: 0 21G<60 200 403 543> 207 113<200 403> 520 20G<60 200 403 543>\nVStem: 60 140<1 206 321 539> 403 140<1 206 321 539>\nFore\n60 540 m 1\n 200 540 l 1\n 200 320 l 1\n 403 320 l 1\n 403 540 l 1\n 543 540 l 1\n 543 0 l 1\n 403 0 l 1\n 403 207 l 1\n 200 207 l 1\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y9,11 y9,10 y8,6 y8,7 y2,0 y2,1 \nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 555\nWidth: 675\nFlags: W\nHStem: 0 21G<464 614> 274 125<218 463> 274 455<212 217>\nVStem: 68 150<400 728> 464 150<1 274 400 728>\nFore\n464 274 m 1\n 218 274 l 2\n 140 275 68 322 68 392 c 2\n 68 729 l 1\n 218 729 l 1\n 218 399 l 1\n 463 399 l 1\n 463 729 l 1\n 614 729 l 1\n 614 0 l 1\n 464 0 l 1\n 464 274 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y5,3 y5,4 y0,9 y0,10 \nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 556\nWidth: 580\nFlags: W\nHStem: 0 21G<378 518> 165 113<200 378> 165 375<188 199>\nVStem: 60 140<279 539> 378 140<1 165 279 539>\nFore\n60 540 m 1\n 200 540 l 1\n 200 278 l 1\n 378 278 l 1\n 378 540 l 1\n 518 540 l 1\n 518 0 l 1\n 378 0 l 1\n 378 165 l 1\n 200 165 l 2\n 130 165 61 186 60 279 c 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y8,6 y8,7 y2,0 y2,1 \nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 557\nWidth: 722\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451> 784 77<338.5 383.5> 907 20<228.5 284.5 284.5 284.5 436.5 492.5 492.5 492.5>\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 193.5 179\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 558\nWidth: 556\nFlags: W\nHStem: -23 113<220.5 222> 436 113<239.5 301> 605 77<253 298> 728 20<143 199 199 199 351 407 407 407>\nVStem: 28 140<135 176> 355 137<217 255 255 255 373 383>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 728 728 S 1 0 0 1 108 0\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 559\nWidth: 722\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451> 800 122<216.5 326.5 402.5 512.5>\nVStem: 216.5 110<800 922> 402.5 110<800 922>\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 S 1 0 0 1 198.5 179\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 560\nWidth: 556\nFlags: W\nHStem: -23 113<220.5 222> 436 113<239.5 301> 621 122<124 234 310 420>\nVStem: 28 140<135 176> 124 110<621 743> 310 110<621 743> 355 137<217 255 255 255 373 383>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 168 168 S 1 0 0 1 106 0\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 561\nWidth: 1000\nFlags: W\nHStem: 0 125<581 965> 152 125<250 429> 314 125<581 918> 604 125<363 429 581 945>\nVStem: 430 150<125 151 278 314 439 603> 430 489<315 438> 430 536<1 124>\nDStem: 264 729 363 604 1 0 249 277 264 729 207 152 1 0 154 0\nFore\n430 152 m 1\n 207 152 l 1\n 154 0 l 1\n 1 0 l 1\n 264 729 l 1\n 946 729 l 1\n 946 604 l 1\n 580 604 l 1\n 580 439 l 1\n 919 439 l 1\n 919 314 l 1\n 580 314 l 1\n 580 125 l 1\n 966 125 l 1\n 966 0 l 1\n 430 0 l 1\n 430 152 l 1\n430 277 m 1\n 430 604 l 1\n 363 604 l 1\n 249 277 l 1\n 430 277 l 1\nEndSplineSet\nMinimumDistance: x13,-1 y0,14 y0,15 x12,14 x12,13 x8,10 x8,9 x7,5 x7,6 \nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 562\nWidth: 889\nFlags: W\nHStem: -23.9984 112.998<195 243> -23 107<599 619> 226 93<496 710> 436 113<247 283> 442 107<587 610>\nVStem: 27 140<143 157> 354 140<200 226> 354 502<227 253>\nFore\n712 152 m 1\n 850 152 l 1\n 819 45 721 -23 600 -23 c 0\n 512 -23 442 13 400 81 c 1\n 338 8 276 -24 195 -24 c 0\n 92 -24 27 40 27 141 c 0\n 27 239 78 294 186 312 c 2\n 242 322 l 2\n 311 333 311 333 330 343 c 0\n 345 351 354 367 354 383 c 0\n 354 419 326 436 269 436 c 0\n 206 436 181 416 174 362 c 1\n 43 362 l 1\n 45 486 122 549 271 549 c 0\n 349 549 408 532 446 499 c 1\n 487 532 540 549 601 549 c 0\n 713 549 799 491 836 392 c 0\n 849 355 857 304 857 250 c 0\n 857 245 857 238 856 226 c 1\n 494 226 l 1\n 494 180 499 156 514 133 c 0\n 534 102 569 84 608 84 c 0\n 656 84 700 113 712 152 c 1\n354 216 m 2\n 354 254 l 1\n 337 244 325 240 295 235 c 2\n 247 228 l 2\n 194 221 167 196 167 155 c 128\n 167 114 196 89 243 89 c 0\n 315 89 354 134 354 216 c 2\n495 319 m 1\n 711 319 l 1\n 704 400 667 442 602 442 c 0\n 538 442 501 400 495 319 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 563\nWidth: 709\nFlags: W\nHStem: 0 125<232 627> 314 125<232 581> 604 125<232 609> 779 77<320.5 365.5> 902 20<210.5 266.5 266.5 266.5 418.5 474.5 474.5 474.5>\nVStem: 82 150<124 314 438 604>\nRef: 728 728 N 1 0 0 1 175.5 174\nRef: 1045 1045 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 564\nWidth: 556\nHStem: -23 107<254 299.5> 226 93<164 379> 442 107<239 287.5> 590 77<238.5 283.5> 713 20<128.5 184.5 184.5 184.5 336.5 392.5 392.5 392.5>\nRef: 728 728 N 1 0 0 1 93.5 -15\nRef: 1077 1077 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 565\nWidth: 722\nFlags: W\nHStem: -23 126<332 364> 249 106<191 508> 613 128<332 364>\nVStem: 44 640.333<329 354> 534.999 150.001<355 377>\nFore\n522.46 249 m 1\n 190 249 l 1\n 199 156 258 103 351 103 c 0\n 437.879 103 497.833 155.728 522.46 249 c 1\n534.999 355 m 1\n 535 356 l 0\n 535 517 464 613 346 613 c 0\n 294 613 251 595 223 560 c 0\n 207 540 199 521 190 482 c 1\n 47 482 l 1\n 52 545 65 585 96 626 c 0\n 152 700 242 741 351 741 c 0\n 557 741 685 594 685 358 c 0\n 685 124 558 -23 355 -23 c 0\n 174 -23 44 98 44 355 c 1\n 534.999 355 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 566\nWidth: 556\nFlags: W\nHStem: -23 113<258 274> 170 96<178 357> 436 113<258 274>\nVStem: 34 488<249 266> 381.999 140.001<266 281>\nFore\n381.999 266 m 1\n 382 267 l 0\n 382 372 339 436 268 436 c 0\n 214 436 186 409 168 339 c 1\n 34 339 l 1\n 47 468 138 549 269 549 c 0\n 429 549 522 445 522 267 c 0\n 522 83 428 -23 267 -23 c 0\n 132 -23 44 56 34 188 c 1\n 34 266 l 1\n 381.999 266 l 1\n368.707 170 m 1\n 172.569 170 l 1\n 189.068 112.388 216.096 90 268 90 c 0\n 308 90 339 106 355 136 c 0\n 360.272 145.924 364.871 157.386 368.707 170 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 567\nWidth: 722\nHStem: -23 126<332 364> 249 106<191 508> 613 128<332 364> 829 122<209 319 395 505>\nVStem: 44 640.333<329 354> 209 110<829 951> 395 110<829 951> 534.999 150.001<355 377>\nRef: 168 168 S 1 0 0 1 191 208\nRef: 1240 1240 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 568\nWidth: 556\nHStem: -23 113<258 274> 170 96<178 357> 436 113<258 274> 590 122<127 237 313 423>\nVStem: 34 488<249 266> 127 110<590 712> 313 110<590 712> 381.999 140.001<266 281>\nRef: 168 168 N 1 0 0 1 109 -31\nRef: 1241 1241 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 569\nWidth: 1093\nHStem: 0 21<22 206 475 625 894 1078> 709 20<66 230 475 625 870 1034> 779 122<402 512 588 698>\nVStem: 402 110<779 901> 475 150<0 285 450 729> 588 110<779 901>\nDStem: 66 729 230 729 379 378 475 450 379 378 475 285 22 0 206 0 625 285 721 378 894 0 1078 0 870 729 1034 729 625 450 721 378\nRef: 168 168 N 1 0 0 1 384 158\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 570\nWidth: 809\nHStem: 0 21<16 195 332 472 609 788> 520 20<52 200 332 472 604 752> 590 122<254 364 440 550>\nVStem: 254 110<590 712> 332 140<0 198 351 540> 440 110<590 712>\nDStem: 52 540 200 540 229 296 332 351 229 296 332 198 16 0 195 0 472 198 575 296 609 0 788 0 604 540 752 540 472 351 575 296\nRef: 168 168 N 1 0 0 1 236 -31\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 571\nWidth: 672\nHStem: -23 120<319 354> 621 120<319 354> 779 122<106.5 216.5 292.5 402.5>\nVStem: 106.5 110<779 901> 292.5 110<779 901> 464 143<515 538> 489 143.371<193 202>\nRef: 168 168 N 1 0 0 1 88.5 158\nRef: 1047 1047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 572\nWidth: 546\nHStem: -23 110<268 300> 439 110<268 302> 590 122<126 236 312 422>\nVStem: 48 135<366 378> 126 110<590 712> 312 110<590 712> 365 140<360 389> 380 140<139 160>\nRef: 168 168 N 1 0 0 1 108 -31\nRef: 1079 1079 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 573\nWidth: 672\nFlags: W\nHStem: -23 120<320 354> 308 120<251 351> 621 120<320 354>\nVStem: 464 143<516 537> 489 143.371<194 201>\nFore\n250 428 m 1\n 326 428 l 2\n 435 428 464 478 464 531 c 0\n 464 586 415 621 338 621 c 0\n 243 621 190 581 185 507 c 1\n 45 507 l 1\n 45 574 60 618 96 658 c 0\n 145 712 226 741 331 741 c 0\n 506 741 607 659 607 517 c 0\n 607 453 587 409 544 377 c 1\n 606 343 633 293 633 213 c 0\n 633 65 522 -23 334 -23 c 0\n 148 -23 41 62 32 218 c 1\n 178 218 l 1\n 183 140 240 97 342 97 c 0\n 433 97 489 134 489 195 c 0\n 489 254 454 308 352 308 c 2\n 250 308 l 1\n 250 428 l 1\nEndSplineSet\nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 574\nWidth: 546\nFlags: W\nHStem: -23 110<269 300> 208 110<207 302> 439 110<269 302>\nVStem: 48 135<367 377> 365 140<361 389> 380.003 139.997<140 160>\nFore\n206 208 m 1\n 206 318 l 1\n 300 318 l 2\n 372 318 365 367 365 389 c 0\n 365 419 333 439 284 439 c 0\n 217 439 184 415 183 366 c 1\n 48 366 l 1\n 50 480 138 549 283 549 c 0\n 420 549 505 480 505 369 c 0\n 505 333 494 302 475 281 c 0\n 471 277 465 274 461 271 c 1\n 501 246 520 213 520 160 c 0\n 520 107 496 57 456 25 c 128\n 416 -7 359 -23 284 -23 c 0\n 120 -23 33 39 29 157 c 1\n 166 157 l 1\n 172 128 178 117 193 106 c 0\n 211 94 240 87 276 87 c 0\n 341 87 380 107 380 140 c 0\n 380 162 382 208 298 208 c 2\n 206 208 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 575\nWidth: 757\nFlags: W\nHStem: 0 21<82 232 525 675> 709 20<82 232 521 675> 779 79<215 514>\nVStem: 82 150<233 729> 525 150<0 504>\nDStem: 521 729 525 504 232 233 232 0\nRef: 175 175 N 1 0 0 1 199 139\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 576\nWidth: 615\nFlags: W\nHStem: 0 21<60 220 415 555> 520 20<60 200 395 555> 590 79<152 451>\nVStem: 60 140<202 540> 415 140<0 337>\nDStem: 395 540 415 338 200 202 220 0\nRef: 175 175 N 1 0 0 1 136 -50\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 577\nWidth: 757\nFlags: W\nHStem: 0 21<82 232 525 675> 709 20<82 232 521 675> 779 122<216.5 326.5 402.5 512.5>\nVStem: 82 150<233 729> 216.5 110<779 901> 402.5 110<779 901> 525 150<0 504>\nDStem: 521 729 525 504 232 233 232 0\nRef: 168 168 N 1 0 0 1 198.5 158\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 578\nWidth: 615\nFlags: W\nHStem: 0 21<60 220 415 555> 520 20<60 200 395 555> 590 122<153.5 263.5 339.5 449.5>\nVStem: 60 140<202 540> 153.5 110<590 712> 339.5 110<590 712> 415 140<0 337>\nDStem: 395 540 415 338 200 202 220 0\nRef: 168 168 N 1 0 0 1 135.5 -31\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 579\nWidth: 778\nFlags: HW\nHStem: -23 128<339 443> 613 128<339 442.5> 800 122<243 353 429 539>\nVStem: 40 150<304.5 413.5> 226 110 592 150<302.5 411>\nRef: 214 214 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 580\nWidth: 611\nFlags: HW\nHStem: -23 113<264 339.5> 436 113<264 340.5> 621 122<154 264 340 450>\nVStem: 35 140<211.5 314.5> 221 110 429 140<210.5 314>\nRef: 246 246 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 581\nWidth: 778\nFlags: W\nHStem: -23 128<376 408> 321 79<200 584> 613 128<376 408>\nVStem: 40 702<329 377>\nFore\n390 741 m 0\n 495 741 576 709 640 640 c 0\n 705 570 742 468 742 354 c 0\n 742 251 703 145 640 78 c 0\n 577 10 495 -23 391 -23 c 128\n 287 -23 205 10 142 78 c 0\n 77 147 40 250 40 359 c 128\n 40 468 77 570 142 640 c 0\n 204 707 288 741 390 741 c 0\n589.757 400 m 1\n 576.183 531.746 501.873 613 391 613 c 0\n 281.169 613 205.118 529.785 192.014 400 c 1\n 589.757 400 l 1\n590.538 321 m 1\n 191.723 321 l 1\n 203.951 189.499 280.325 105 391 105 c 0\n 501.63 105 579.113 190.843 590.538 321 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 582\nWidth: 611\nFlags: W\nHStem: -23 113<291 307> 224 79<179 419> 436 113<291 307>\nVStem: 35 534<233 281>\nFore\n301 549 m 0\n 470 549 569 442 569 259 c 0\n 569 86 466 -23 302 -23 c 0\n 136 -23 35 85 35 263 c 0\n 35 440 136 549 301 549 c 0\n426.16 303 m 1\n 414.568 384.861 368.289 436 302 436 c 0\n 236.309 436 189.296 383.702 177.75 303 c 1\n 426.16 303 l 1\n426.53 224 m 1\n 177.609 224 l 1\n 188.908 142.73 236.038 90 302 90 c 0\n 367.448 90 415.382 143.305 426.53 224 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 583\nWidth: 778\nHStem: -23 128<376 408> 321 79<200 584> 613 128<376 408> 829 122<243 353 429 539>\nVStem: 40 702<329 377> 243 110<829 951> 429 110<829 951>\nRef: 168 168 N 1 0 0 1 225 208\nRef: 1256 1256 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 584\nWidth: 611\nHStem: -23 113<291 307> 224 79<179 419> 436 113<291 307> 640 122<154 264 340 450>\nVStem: 35 534<233 281> 154 110<640 762> 340 110<640 762>\nRef: 168 168 N 1 0 0 1 136 19\nRef: 1257 1257 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 585\nWidth: 722\nHStem: -23 126<331 365> 311 125<241 532> 613 128<331 365> 779 122<141.5 251.5 327.5 437.5>\nVStem: 141.5 110<779 901> 327.5 110<779 901>\nRef: 168 168 N 1 0 0 1 123.5 158\nRef: 1069 1069 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 586\nWidth: 564\nHStem: -23 113<257 275> 207 113<203 377> 436 113<257 275> 590 122<113.5 223.5 299.5 409.5>\nVStem: 113.5 110<590 712> 299.5 110<590 712>\nRef: 168 168 N 1 0 0 1 95.5 -31\nRef: 1101 1101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 587\nWidth: 718\nHStem: 0 21<154 328> 709 20<15 178 522 696> 779 79<206 505>\nDStem: 15 729 178 729 268 226 350 384 268 226 696 729 154 0 328 0 522 729 696 729 350 384 328 0\nRef: 175 175 S 1 0 0 1 190 139\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 588\nWidth: 556\nFlags: W\nHStem: -219 103<127.5 147.5> 520 20<9 163 163 163 394 538 538 538> 590 79<130 429>\nRef: 175 175 S 1 0 0 1 114 -50\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 589\nWidth: 718\nHStem: 0 21<154 328> 709 20<15 178 522 696> 779 122<207.5 317.5 393.5 503.5>\nVStem: 207.5 110<779 901> 393.5 110<779 901>\nDStem: 15 729 178 729 268 226 350 384 268 226 696 729 154 0 328 0 522 729 696 729 350 384 328 0\nRef: 168 168 N 1 0 0 1 189.5 158\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 590\nWidth: 556\nFlags: W\nHStem: -219 103<127.5 147.5> 520 20<9 163 163 163 394 538 538 538> 590 122<131.5 241.5 317.5 427.5>\nVStem: 131.5 110<590 712> 317.5 110<590 712>\nRef: 168 168 N 1 0 0 1 113.5 -31\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 591\nWidth: 718\nHStem: 0 21<154 328> 709 20<15 178 522 696>\nDStem: 15 729 178 729 268 226 350 384 268 226 696 729 154 0 328 0 522 729 696 729 350 384 328 0\nRef: 733 733 N 1 0 0 1 207.5 169\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 592\nWidth: 556\nFlags: W\nHStem: -219 103<127.5 147.5> 520 20<9 163 163 163 394 538 538 538>\nRef: 733 733 N 1 0 0 1 131.5 -20\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 593\nWidth: 685\nFlags: W\nHStem: 0 21<474 624> 225 125<284 473> 709 20<68 218 473 624> 779 122<193 303 379 489>\nVStem: 68 150<404 729> 193 110<779 901> 379 110<779 901> 474 150<0 225 350 729>\nRef: 168 168 N 1 0 0 1 175 158\nRef: 1063 1063 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 594\nWidth: 578\nFlags: W\nHStem: 0 21<378 518> 165 113<235.722 378> 520 20<60 200 378 518> 590 122<141 251 327 437>\nVStem: 60 140<319 540> 141 110<590 712> 327 110<590 712> 378 140<0 165 278 540>\nRef: 168 168 N 1 0 0 1 123 -31\nRef: 1095 1095 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 595\nWidth: 949\nHStem: 0 125<218 373> 344 125<218 373> 709 20<68 218 734 884> 779 122<328 438 514 624>\nVStem: 68 150<125 344 468 729> 328 110<779 901> 475 150<223 241> 514 110<779 901> 734 150<0 729>\nRef: 168 168 N 1 0 0 1 310 158\nRef: 1067 1067 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 596\nWidth: 811\nHStem: 0 110<200 317> 249 110<200 317> 520 20<60 200 578 718> 590 122<255 365 441 551>\nVStem: 60 140<110 249 358 540> 255 110<590 712> 393 139<166 182> 441 110<590 712> 578 140<0 540>\nRef: 168 168 N 1 0 0 1 237 -31\nRef: 1099 1099 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57799\nEncoding: 1456 1456 597\nWidth: 82\nFlags: W\nVStem: 0 82<-254 -173 -142 -61>\nFore\n0 -172 m 1\n 82 -172 l 1\n 82 -254 l 1\n 0 -254 l 1\n 0 -172 l 1\n0 -60 m 1\n 82 -60 l 1\n 82 -142 l 1\n 0 -142 l 1\n 0 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57801\nEncoding: 1457 1457 598\nWidth: 347\nFlags: W\nHStem: -254 82<65 147 265 347> -142 82<0 81 129 212 265 347>\nVStem: 265 82<-254 -173 -142 -61>\nFore\n65 -172 m 1\n 147 -172 l 1\n 147 -254 l 1\n 65 -254 l 1\n 65 -172 l 1\n0 -60 m 1\n 82 -60 l 1\n 82 -142 l 1\n 0 -142 l 1\n 0 -60 l 1\n129 -60 m 1\n 212 -60 l 1\n 212 -142 l 1\n 129 -142 l 1\n 129 -60 l 1\n265 -60 m 1\n 347 -60 l 1\n 347 -142 l 1\n 265 -142 l 1\n 265 -60 l 1\n265 -172 m 1\n 347 -172 l 1\n 347 -254 l 1\n 265 -254 l 1\n 265 -172 l 1\nEndSplineSet\nEndChar\nStartChar: afii57800\nEncoding: 1458 1458 599\nWidth: 341\nFlags: W\nHStem: -254 82<259 341> -142 82<0 200 259 341>\nVStem: 259 82<-254 -173 -142 -61>\nFore\n0 -60 m 1\n 200 -60 l 1\n 200 -142 l 1\n 0 -142 l 1\n 0 -60 l 1\n259 -60 m 1\n 341 -60 l 1\n 341 -142 l 1\n 259 -142 l 1\n 259 -60 l 1\n259 -172 m 1\n 341 -172 l 1\n 341 -254 l 1\n 259 -254 l 1\n 259 -172 l 1\nEndSplineSet\nEndChar\nStartChar: afii57802\nEncoding: 1459 1459 600\nWidth: 341\nFlags: W\nHStem: -254 82<259 341> -142 82<0 59 141 200 259 341>\nVStem: 59 82<-248 -142> 259 82<-254 -173 -142 -61>\nFore\n259 -172 m 1\n 341 -172 l 1\n 341 -254 l 1\n 259 -254 l 1\n 259 -172 l 1\n259 -60 m 1\n 341 -60 l 1\n 341 -142 l 1\n 259 -142 l 1\n 259 -60 l 1\n141 -142 m 1\n 141 -248 l 1\n 59 -248 l 1\n 59 -142 l 1\n 0 -142 l 1\n 0 -60 l 1\n 200 -60 l 1\n 200 -142 l 1\n 141 -142 l 1\nEndSplineSet\nMinimumDistance: y8,10 y8,9 x11,13 x11,12 x8,14 x8,15 \nEndChar\nStartChar: afii57793\nEncoding: 1460 1460 601\nWidth: 82\nFlags: W\nFore\n0 -60 m 1\n 82 -60 l 1\n 82 -142 l 1\n 0 -142 l 1\n 0 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57794\nEncoding: 1461 1461 602\nWidth: 211\nFlags: W\nHStem: -142 82<0 81 129 212>\nFore\n0 -60 m 1\n 82 -60 l 1\n 82 -142 l 1\n 0 -142 l 1\n 0 -60 l 1\n129 -60 m 1\n 212 -60 l 1\n 212 -142 l 1\n 129 -142 l 1\n 129 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57795\nEncoding: 1462 1462 603\nWidth: 211\nFlags: W\nHStem: -254 82<65 147> -142 82<0 81 129 212>\nFore\n65 -172 m 1\n 147 -172 l 1\n 147 -254 l 1\n 65 -254 l 1\n 65 -172 l 1\n0 -60 m 1\n 82 -60 l 1\n 82 -142 l 1\n 0 -142 l 1\n 0 -60 l 1\n129 -60 m 1\n 212 -60 l 1\n 212 -142 l 1\n 129 -142 l 1\n 129 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57798\nEncoding: 1463 1463 604\nWidth: 200\nFlags: W\nHStem: -142 82<0 200>\nFore\n0 -60 m 1\n 200 -60 l 1\n 200 -142 l 1\n 0 -142 l 1\n 0 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57797\nEncoding: 1464 1464 605\nWidth: 200\nFlags: W\nHStem: -142 82<0 59 141 200>\nVStem: 59 82<-248 -142>\nFore\n141 -142 m 1\n 141 -248 l 1\n 59 -248 l 1\n 59 -142 l 1\n 0 -142 l 1\n 0 -60 l 1\n 200 -60 l 1\n 200 -142 l 1\n 141 -142 l 1\nEndSplineSet\nMinimumDistance: y0,2 y0,1 x3,5 x3,4 x0,6 x0,7 \nEndChar\nStartChar: afii57806\nEncoding: 1465 1465 606\nWidth: 82\nFlags: W\nHStem: 722 20G<0 82>\nFore\n0 742 m 1\n 82 742 l 1\n 82 660 l 1\n 0 660 l 1\n 0 742 l 1\nEndSplineSet\nEndChar\nStartChar: afii57796\nEncoding: 1467 1467 607\nWidth: 341\nFlags: W\nHStem: -254 82<259 341> -195 82<129 212>\nFore\n259 -172 m 1\n 341 -172 l 1\n 341 -254 l 1\n 259 -254 l 1\n 259 -172 l 1\n129 -113 m 1\n 212 -113 l 1\n 212 -195 l 1\n 129 -195 l 1\n 129 -113 l 1\n0 -60 m 1\n 82 -60 l 1\n 82 -142 l 1\n 0 -142 l 1\n 0 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57807\nEncoding: 1468 1468 608\nWidth: 82\nFlags: W\nFore\n0 339 m 1\n 82 339 l 1\n 82 257 l 1\n 0 257 l 1\n 0 339 l 1\nEndSplineSet\nEndChar\nStartChar: afii57839\nEncoding: 1469 1469 609\nWidth: 82\nFlags: W\nVStem: 0 82<-248 -60>\nFore\n82 -60 m 1\n 82 -248 l 1\n 0 -248 l 1\n 0 -60 l 1\n 82 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57645\nEncoding: 1470 1470 610\nWidth: 516\nFlags: W\nHStem: 485 115<63 444>\nFore\n63 485 m 1\n 63 600 l 1\n 444 600 l 1\n 444 485 l 1\n 63 485 l 1\nEndSplineSet\nEndChar\nStartChar: afii57841\nEncoding: 1471 1471 611\nWidth: 200\nFlags: W\nHStem: 660 82<0 200>\nFore\n0 742 m 1\n 200 742 l 1\n 200 660 l 1\n 0 660 l 1\n 0 742 l 1\nEndSplineSet\nEndChar\nStartChar: afii57842\nEncoding: 1472 1472 612\nWidth: 297\nFlags: W\nHStem: 680 20G<79 218>\nVStem: 79 139<-100 700>\nFore\n79 -100 m 1\n 79 700 l 1\n 218 700 l 1\n 218 -100 l 1\n 79 -100 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii57804\nEncoding: 1473 1473 613\nWidth: 1038\nFlags: W\nHStem: 701 20G<650 732>\nFore\n650 721 m 1\n 732 721 l 1\n 732 639 l 1\n 650 639 l 1\n 650 721 l 1\nEndSplineSet\nEndChar\nStartChar: afii57803\nEncoding: 1474 1474 614\nWidth: 1038\nFlags: W\nHStem: 701 20G<101 183>\nFore\n101 721 m 1\n 183 721 l 1\n 183 639 l 1\n 101 639 l 1\n 101 721 l 1\nEndSplineSet\nEndChar\nStartChar: afii57658\nEncoding: 1475 1475 615\nWidth: 333\nFlags: W\nHStem: 0 146<113 263> 374 146<113 263>\nVStem: 113 150<0 146 374 520>\nRef: 58 58 N 1 0 0 1 0 0\nEndChar\nStartChar: uni05C4\nEncoding: 1476 1476 616\nWidth: 82\nFlags: W\nHStem: 722 20G<0 82>\nFore\n0 742 m 1\n 82 742 l 1\n 82 660 l 1\n 0 660 l 1\n 0 742 l 1\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 617\nWidth: 714\nFlags: W\nHStem: 0 21G<89 228 487 650>\nVStem: 89 139<0 148> 482 139<443 600>\nDStem: 61 600 222 600 212 388 425 315 286 285 498 212 487 0 650 0\nFore\n286 285 m 1\n 247 237 241 207 228 148 c 1\n 228 0 l 1\n 89 0 l 1\n 89 158 l 1\n 103 236 116 282 170 349 c 0\n 183 365 198 378 212 388 c 1\n 61 600 l 1\n 222 600 l 1\n 425 315 l 1\n 463 362 469 389 482 444 c 1\n 482 600 l 1\n 621 600 l 1\n 621 433 l 1\n 607 357 591 314 540 250 c 0\n 527 235 512 222 498 212 c 1\n 650 0 l 1\n 487 0 l 1\n 286 285 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 618\nWidth: 651\nFlags: W\nHStem: 0 115<77 380 518 610> 485 115<77 247>\nVStem: 380 139<115 365>\nFore\n380 115 m 1\n 380 365 l 1\n 372 400 371 415 350 444 c 0\n 340 457 346 451 333 459 c 0\n 301 477 284 478 247 485 c 1\n 77 485 l 1\n 77 600 l 1\n 259 600 l 1\n 320 593 357 584 409 556 c 0\n 434 544 458 522 470 502 c 1\n 503 456 511 425 519 374 c 1\n 519 115 l 1\n 610 115 l 1\n 610 0 l 1\n 77 0 l 1\n 77 115 l 1\n 380 115 l 1\nEndSplineSet\nMinimumDistance: x12,-1 x11,13 x11,12 x0,14 x0,15 \nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 619\nWidth: 557\nFlags: W\nHStem: 0 21G<47 220 363 503>\nDStem: 224 194 347 138 47 0 220 0 322 361 460 378 341 194 503 0\nFore\n347 138 m 1\n 220 0 l 1\n 47 0 l 1\n 224 194 l 1\n 341 194 l 1\n 322 361 l 1\n 312 401 311 416 292 444 c 1\n 281 457 288 451 274 459 c 0\n 242 477 225 478 188 485 c 1\n 115 485 l 1\n 115 600 l 1\n 200 600 l 1\n 262 593 298 584 350 556 c 0\n 375 544 399 522 412 502 c 0\n 445 455 449 422 460 378 c 1\n 503 0 l 1\n 363 0 l 1\n 347 138 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 620\nWidth: 638\nFlags: W\nHStem: 0 21G<344 483> 485 115<63 344 483 566>\nVStem: 344 139<0 485>\nFore\n344 485 m 1\n 63 485 l 1\n 63 600 l 1\n 566 600 l 1\n 566 485 l 1\n 483 485 l 1\n 483 0 l 1\n 344 0 l 1\n 344 485 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y0,6 y0,7 x5,3 x5,4 x0,2 x0,1 \nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 621\nWidth: 682\nFlags: W\nHStem: 0.40625 21G<79 218 473 612> 485.406 115<79 340>\nVStem: 79 139<15 337> 473 139<15 365>\nFore\n612 374 m 2\n 612 374.406 l 1\n 612 0.40625 l 1\n 473 0.40625 l 1\n 473 365.406 l 1\n 465 400.406 464 415.406 443 444.406 c 0\n 433 457.406 440 451.406 426 459.406 c 0\n 394 477.406 377 478.406 340 485.406 c 1\n 79 485.406 l 1\n 79 600.406 l 1\n 352 600.406 l 1\n 413 593.406 450 584.406 502 556.406 c 0\n 527 544.406 551 522.406 564 502.406 c 0\n 596 456.406 604 425.406 612 374 c 2\n79 0.40625 m 1\n 79 349.406 l 1\n 218 349.406 l 1\n 218 0.40625 l 1\n 79 0.40625 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 622\nWidth: 297\nFlags: W\nHStem: 0 21G<79 218>\nVStem: 79 139<0 600>\nFore\n79 0 m 1\n 79 600 l 1\n 218 600 l 1\n 218 0 l 1\n 79 0 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 623\nWidth: 443\nFlags: W\nHStem: 0 21G<149 288> 485 115<63 149 288 371>\nVStem: 149 139<0 485>\nFore\n149 485 m 1\n 63 485 l 1\n 63 600 l 1\n 371 600 l 1\n 371 485 l 1\n 288 485 l 1\n 288 0 l 1\n 149 0 l 1\n 149 485 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y0,6 y0,7 x5,3 x5,4 x0,2 x0,1 \nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 624\nWidth: 682\nFlags: W\nHStem: 0 21G<79 218 473 612> 485 115<218 340>\nVStem: 79 139<0 485> 473 139<0 365>\nFore\n612 374 m 1\n 612 0 l 1\n 473 0 l 1\n 473 365 l 1\n 465 400 464 415 443 444 c 0\n 433 457 440 451 426 459 c 0\n 394 477 377 478 340 485 c 1\n 218 485 l 1\n 218 0 l 1\n 79 0 l 1\n 79 600 l 1\n 352 600 l 1\n 414 597 450 584 502 556 c 0\n 527 544 551 522 564 502 c 0\n 596 456 604 425 612 374 c 1\nEndSplineSet\nMinimumDistance: x0,-1 y7,9 y7,8 \nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 625\nWidth: 670\nFlags: W\nHStem: 485 115<331 348>\nVStem: 76.1875 139.001<234 600>\nFore\n340 485 m 2\n 340.188 485 l 2\n 313.188 485 294.188 473 294.188 473 c 1\n 294.188 595 l 1\n 307.188 597 311.188 600 345.188 600 c 0\n 406.188 600 456.188 580 499.188 556 c 1\n 524.188 544 547.188 522 560.188 502 c 0\n 592.188 456 601.188 425 609.188 374 c 1\n 609.188 226 l 1\n 601.188 175 592.188 144 560.188 98 c 0\n 547.188 78 524.188 56 499.188 44 c 1\n 458.188 21 407.188 0 342.188 0 c 0\n 278.188 0 227.188 21 186.188 44 c 1\n 161.188 56 138.188 78 125.188 98 c 0\n 93.1875 144 84.1875 175 76.1875 226 c 1\n 76.1875 600 l 1\n 215.188 600 l 1\n 215.188 235 l 1\n 223.188 200 224.188 185 245.188 156 c 1\n 256.188 143 249.188 149 262.188 141 c 0\n 306.188 118 307.188 116 342.188 115 c 1\n 378.188 116 379.188 118 422.188 141 c 0\n 436.188 149 429.188 143 440.188 156 c 1\n 461.188 185 462.188 200 470.188 235 c 1\n 470.188 365 l 1\n 462.188 400 461.188 415 440.188 444 c 1\n 429.188 457 436.188 451 422.188 459 c 0\n 381.188 480 379.188 485 340 485 c 2\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 626\nWidth: 284\nFlags: W\nVStem: 73 139<332 600>\nFore\n212 333 m 1\n 73 276 l 1\n 73 600 l 1\n 212 600 l 1\n 212 333 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 627\nWidth: 590\nFlags: W\nHStem: 485 115<62 248>\nVStem: 381 139<-200 365>\nFore\n381 -200 m 1\n 381 365 l 1\n 373 400 372 415 351 444 c 1\n 340 457 347 451 333 459 c 0\n 302 477 285 478 248 485 c 1\n 62 485 l 1\n 62 600 l 1\n 259 600 l 1\n 321 593 357 584 410 556 c 0\n 435 544 458 522 471 502 c 0\n 503 456 512 425 520 374 c 1\n 520 -200 l 1\n 381 -200 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 628\nWidth: 595\nFlags: W\nHStem: 0 115<90 261> 485 115<90 261>\nFore\n273 0 m 2\n 272.625 0 l 1\n 75.625 0 l 1\n 75.625 115 l 1\n 261.625 115 l 1\n 298.625 122 315.625 123 346.625 141 c 0\n 360.625 149 353.625 143 364.625 156 c 1\n 385.625 185 386.625 200 394.625 235 c 1\n 394.625 365 l 1\n 386.625 400 385.625 415 364.625 444 c 1\n 353.625 457 360.625 451 346.625 459 c 0\n 315.625 477 298.625 478 261.625 485 c 1\n 75.625 485 l 1\n 75.625 600 l 1\n 272.625 600 l 1\n 334.625 593 370.625 584 423.625 556 c 0\n 448.625 544 471.625 522 484.625 502 c 0\n 516.625 456 525.625 425 533.625 374 c 1\n 533.625 226 l 1\n 525.625 175 516.625 144 484.625 98 c 0\n 471.625 78 448.625 56 423.625 44 c 0\n 370.625 16 334.625 7 273 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 629\nWidth: 667\nFlags: W\nHStem: 0 21G<271 410> 485 115<200 456> 730 20G<62 201>\nVStem: 62 139<599 750>\nFore\n410 101 m 2\n 410 0 l 1\n 271 0 l 1\n 271 107 l 1\n 277 154 275 188 307 233 c 0\n 355 299 417 312 433 337 c 0\n 452 365 450 380 456 419 c 1\n 456 485 l 1\n 62 485 l 1\n 62 750 l 1\n 201 750 l 1\n 201 600 l 1\n 595 600 l 1\n 595 412 l 1\n 592 372 590 333 559 287 c 0\n 513 218 449 202 433 183 c 0\n 412 157 410 141 410 101 c 2\nEndSplineSet\nMinimumDistance: x12,-1 y11,9 y11,10 y13,11 x11,13 x11,12 \nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 630\nWidth: 683\nFlags: W\nHStem: 0 115<219 474> 485 115<219 346>\nVStem: 80 139<115 485> 474 139<115 369>\nFore\n613 0 m 1\n 80 0 l 1\n 80 600 l 1\n 346 600 l 2\n 419 600 473 575 503 556 c 0\n 556 523 613 454 613 369 c 2\n 613 0 l 1\n474 115 m 1\n 474 369 l 1\n 472 407 450 445 426 459 c 0\n 400 475 374 484 346 485 c 2\n 219 485 l 1\n 219 115 l 1\n 474 115 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 631\nWidth: 704\nFlags: W\nHStem: 0 115<363 494> 485 115<67 158 297 388>\nVStem: 494 139<115 385>\nDStem: 158 485 298 485 86 0 226 0\nFore\n298 485 m 1\n 226 0 l 1\n 86 0 l 1\n 158 485 l 1\n 67 485 l 1\n 67 600 l 1\n 367 600 l 2\n 397 600 443 597 490 575 c 0\n 543 551 581 516 606 474 c 0\n 631 434 633 395 633 369 c 2\n 633 0 l 1\n 363 0 l 1\n 363 115 l 1\n 494 115 l 1\n 494 369 l 2\n 494 390 492 404 482 420 c 0\n 459 454 458 456 421 475 c 0\n 405 483 387 485 367 485 c 2\n 298 485 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x13,11 x13,12 \nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 632\nWidth: 297\nFlags: W\nVStem: 79 139<-200 600>\nFore\n79 -200 m 1\n 79 600 l 1\n 218 600 l 1\n 218 -200 l 1\n 79 -200 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 633\nWidth: 429\nFlags: W\nHStem: 0 115<73 220> 485 115<84.0626 100.532>\nVStem: 220 139<115 365>\nFore\n359 0 m 1\n 73 0 l 1\n 73 115 l 1\n 220 115 l 1\n 220 365 l 1\n 212 400 211 415 190 444 c 0\n 181 455 186 450 170 461 c 1\n 146 475 113 485 84 485 c 1\n 84 600 l 1\n 153 600 215 576 251 555 c 0\n 272 543 296 524 310 502 c 0\n 342 456 356 425 359 374 c 1\n 359 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x3,1 x3,2 \nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 634\nWidth: 670\nFlags: W\nHStem: 0 21G<341.516 342> 485 115<218 336>\nVStem: 75.5156 139<234 485>\nFore\n342 0 m 2\n 341.516 0 l 2\n 277.516 -1 226.516 21 185.516 44 c 1\n 160.516 56 137.516 78 124.516 98 c 0\n 92.5156 144 78.5156 175 75.5156 226 c 1\n 75.5156 600 l 1\n 347.516 600 l 1\n 409.516 597 445.516 584 498.516 556 c 0\n 523.516 544 546.516 522 559.516 502 c 0\n 591.516 456 600.516 425 608.516 374 c 1\n 608.516 226 l 1\n 600.516 175 591.516 144 559.516 98 c 0\n 546.516 78 523.516 56 498.516 44 c 1\n 457.516 21 406.516 -1 342 0 c 2\n341.516 115 m 1\n 377.516 116 378.516 118 421.516 141 c 0\n 435.516 149 428.516 143 439.516 156 c 1\n 460.516 185 461.516 200 469.516 235 c 1\n 469.516 365 l 1\n 461.516 400 460.516 415 439.516 444 c 1\n 428.516 457 435.516 451 421.516 459 c 0\n 390.516 477 373.516 478 336.516 485 c 1\n 214.516 485 l 1\n 214.516 235 l 1\n 222.516 200 223.516 185 244.516 156 c 1\n 255.516 143 248.516 149 261.516 141 c 0\n 305.516 118 306.516 116 341.516 115 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 635\nWidth: 653\nFlags: W\nVStem: 440 139<261 600>\nDStem: 99 600 241 600 212 101 346 136\nFore\n346 136 m 1\n 376 148 389 153 405 171 c 0\n 431 198 430 216 440 262 c 1\n 440 600 l 1\n 579 600 l 1\n 579 252 l 1\n 569 197 565 155 516 101 c 0\n 472 53 429 41 377 21 c 1\n 60 -55 l 1\n 60 65 l 1\n 212 101 l 1\n 99 600 l 1\n 241 600 l 1\n 346 136 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 636\nWidth: 661\nFlags: W\nHStem: 241 115<254 319> 486 115<211.062 297.221>\nVStem: 72 139<391 486> 451 139<-200 368>\nFore\n451 -200 m 1\n 451 367 l 1\n 447 399 449 407 439 421 c 0\n 416 455 415 457 377 476 c 0\n 358 486 258 486 211 486 c 1\n 211 407 l 2\n 211 385 212 371 222 364 c 0\n 233 356 241 356 266 356 c 2\n 319 356 l 1\n 319 241 l 1\n 254 241 l 1\n 217 246 171 244 121 284 c 1\n 72 328 72 370 72 398 c 2\n 72 601 l 1\n 328 601 l 2\n 364 600 399 598 447 576 c 0\n 500 552 538 517 563 475 c 0\n 589 433 586 404 590 373 c 1\n 590 -200 l 1\n 451 -200 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 637\nWidth: 660\nFlags: W\nHStem: 0 115<94 327> 240 115<261 320> 485 115<218.312 304.48>\nVStem: 79.2656 139<383 485>\nFore\n335 0 m 2\n 335.266 0 l 1\n 79.2656 0 l 1\n 79.2656 115 l 1\n 327.266 115 l 1\n 363.266 119 370.266 117 384.266 125 c 0\n 421.266 144 423.266 146 446.266 180 c 0\n 456.266 194 454.266 201 458.266 234 c 1\n 458.266 366 l 1\n 454.266 399 456.266 406 446.266 420 c 0\n 423.266 454 422.266 456 384.266 475 c 0\n 365.266 485 265.266 485 218.266 485 c 1\n 218.266 406 l 2\n 218.266 384 219.266 371 229.266 364 c 0\n 240.266 355 248.266 355 273.266 355 c 2\n 326.266 355 l 1\n 326.266 240 l 1\n 261.266 240 l 1\n 224.266 245 178.266 243 128.266 283 c 1\n 79.2656 328 79.2656 369 79.2656 397 c 2\n 79.2656 600 l 1\n 335.266 600 l 2\n 371.266 599 406.266 598 454.266 575 c 0\n 507.266 551 545.266 516 570.266 474 c 0\n 596.266 432 593.266 403 597.266 372 c 1\n 597.266 228 l 1\n 593.266 197 596.266 168 570.266 126 c 0\n 545.266 84 507.266 49 454.266 25 c 0\n 406.266 2 371.266 3 335 0 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 638\nWidth: 616\nFlags: W\nVStem: 228 139<-200 249> 405 139<443 600>\nDStem: 27 600 185 600 228 286 337 362\nFore\n337 362 m 1\n 349 363 359 365 362 368 c 0\n 369 372 375 378 379 382 c 0\n 396 400 401 420 405 444 c 1\n 405 600 l 1\n 544 600 l 1\n 544 433 l 1\n 535 384 522 359 494 321 c 0\n 484 306 463 281 430 267 c 0\n 408 258 386 252 367 249 c 1\n 367 -200 l 1\n 228 -200 l 1\n 228 286 l 1\n 27 600 l 1\n 185 600 l 1\n 337 362 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 639\nWidth: 671\nFlags: W\nHStem: 0 115<86 373>\nVStem: 440 139<443 600>\nDStem: 61 600 219 600 374 115 373 362\nFore\n373 362 m 1\n 384 363 394 365 397 368 c 0\n 404 372 397 365 411 382 c 0\n 431 408 433 421 440 444 c 1\n 440 600 l 1\n 579 600 l 1\n 579 433 l 1\n 570 384 557 359 529 321 c 0\n 510 293 482 271 440 258 c 1\n 606 0 l 1\n 86 0 l 1\n 86 115 l 1\n 374 115 l 1\n 61 600 l 1\n 219 600 l 1\n 373 362 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 640\nWidth: 672\nFlags: W\nHStem: 485.141 115<95 449>\nVStem: 80.3594 139<-185 361> 460.359 139<284 485>\nFore\n489 94 m 2\n 489.359 94.1406 l 2\n 437.359 65.1406 403.359 51.1406 335.359 49.1406 c 1\n 335.359 165.141 l 1\n 341.359 164.141 l 1\n 378.359 171.141 381.359 168.141 412.359 190.141 c 0\n 425.359 200.141 419.359 193.141 430.359 206.141 c 1\n 451.359 235.141 452.359 250.141 460.359 285.141 c 1\n 460.359 485.141 l 1\n 80.3594 485.141 l 1\n 80.3594 600.141 l 1\n 599.359 600.141 l 1\n 599.359 276.141 l 1\n 592.359 226.141 582.359 194.141 550.359 148.141 c 0\n 537.359 128.141 513.359 107.141 489 94 c 2\n219.359 371.141 m 1\n 219.359 -199.859 l 1\n 80.3594 -199.859 l 1\n 80.3594 371.141 l 1\n 219.359 371.141 l 1\nEndSplineSet\nMinimumDistance: x11,-1 x8,10 x8,9 \nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 641\nWidth: 600\nFlags: W\nHStem: 0.40625 21G<391 530> 485.406 115<63 258>\nVStem: 391 139<15 365>\nFore\n530 374 m 2\n 530 374.406 l 1\n 530 0.40625 l 1\n 391 0.40625 l 1\n 391 365.406 l 1\n 383 400.406 382 415.406 361 444.406 c 0\n 351 457.406 358 451.406 344 459.406 c 0\n 312 477.406 295 478.406 258 485.406 c 1\n 63 485.406 l 1\n 63 600.406 l 1\n 270 600.406 l 1\n 331 593.406 368 584.406 420 556.406 c 0\n 445 544.406 469 522.406 482 502.406 c 0\n 514 456.406 522 425.406 530 374 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 642\nWidth: 840\nFlags: W\nHStem: 0 115<363 477>\nVStem: 76 139<323 600> 351 139<383 600> 627 139<255 600>\nFore\n215 323 m 1\n 283 323 l 2\n 305 323 320 329 331 340 c 0\n 345 352 351 368 351 387 c 2\n 351 600 l 1\n 490 600 l 1\n 490 387 l 2\n 490 345 476 296 432 260 c 1\n 397 226 338 205 283 208 c 1\n 230 208 l 1\n 236 198 l 1\n 263 160 268 156 310 133 c 1\n 345 117 363 115 382 115 c 2\n 461 115 l 2\n 478 115 499 117 532 133 c 0\n 575 156 580 160 606 198 c 1\n 625 229 627 248 627 265 c 2\n 627 600 l 1\n 766 600 l 1\n 766 265 l 1\n 767 221 755 181 728 142 c 1\n 699 97 661 61 605 34 c 1\n 562 11 512 0 461 0 c 2\n 382 0 l 2\n 330 0 279 12 237 34 c 1\n 181 61 143 97 114 142 c 1\n 87 181 76 223 76 265 c 2\n 76 600 l 1\n 215 600 l 1\n 215 323 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 643\nWidth: 756\nFlags: W\nHStem: 0 21G<546 685> 485 115<123 189 327 413>\nVStem: 189 139<232 485> 546 139<0 366>\nFore\n328 485 m 1\n 328 229 l 1\n 324 192 333 156 301 102 c 1\n 288 76 259 55 237 44 c 0\n 185 17 152 4 90 0 c 0\n 79 -1 62 5 62 5 c 1\n 62 121 l 1\n 62 121 79 115 90 115 c 0\n 114 115 115 113 148 129 c 0\n 161 135 170 144 176 153 c 0\n 190 174 185 186 189 233 c 1\n 189 485 l 1\n 123 485 l 1\n 123 600 l 1\n 425 600 l 1\n 486 593 523 584 575 557 c 0\n 600 544 624 523 637 503 c 0\n 669 457 677 426 685 374 c 1\n 685 0 l 1\n 546 0 l 1\n 546 366 l 1\n 538 400 537 416 516 445 c 0\n 506 458 513 452 499 460 c 0\n 467 478 450 478 413 485 c 1\n 328 485 l 1\nEndSplineSet\nMinimumDistance: x17,-1 x11,13 x11,12 \nEndChar\nStartChar: afii57716\nEncoding: 1520 1520 644\nWidth: 554\nFlags: W\nHStem: 0 21G<79 218 336 475>\nVStem: 79 139<0 600> 336 139<0 600>\nFore\n79 0 m 1\n 79 600 l 1\n 218 600 l 1\n 218 0 l 1\n 79 0 l 1\n336 0 m 1\n 336 600 l 1\n 475 600 l 1\n 475 0 l 1\n 336 0 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57717\nEncoding: 1521 1521 645\nWidth: 550\nFlags: W\nHStem: 0 21G<332 471>\nVStem: 73 139<332 600> 332 139<0 600>\nFore\n212 333 m 1\n 73 276 l 1\n 73 600 l 1\n 212 600 l 1\n 212 333 l 1\n332 0 m 1\n 332 600 l 1\n 471 600 l 1\n 471 0 l 1\n 332 0 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57718\nEncoding: 1522 1522 646\nWidth: 542\nFlags: W\nVStem: 73 139<332 600> 331 139<332 600>\nFore\n212 333 m 1\n 73 276 l 1\n 73 600 l 1\n 212 600 l 1\n 212 333 l 1\n470 333 m 1\n 331 276 l 1\n 331 600 l 1\n 470 600 l 1\n 470 333 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni05F3\nEncoding: 1523 1523 647\nWidth: 238\nFlags: W\nHStem: 709 20G<50 188>\nFore\n188 729 m 1\n 188 599 l 1\n 146 470 l 1\n 90 470 l 1\n 50 599 l 1\n 50 729 l 1\n 188 729 l 1\nEndSplineSet\nEndChar\nStartChar: uni05F4\nEncoding: 1524 1524 648\nWidth: 474\nFlags: W\nHStem: 709 20G<50 188 286 424>\nFore\n188 729 m 1\n 188 599 l 1\n 146 470 l 1\n 90 470 l 1\n 50 599 l 1\n 50 729 l 1\n 188 729 l 1\n424 729 m 1\n 424 599 l 1\n 382 470 l 1\n 326 470 l 1\n 286 599 l 1\n 286 729 l 1\n 424 729 l 1\nEndSplineSet\nEndChar\nStartChar: uni0617\nEncoding: 1559 1559 649\nWidth: 556\nFlags: W\nHStem: 157 116<124 307 448 521>\nVStem: 24 498<157 273> 308 140<1 157 273 575>\nDStem: 283 709 308 576 24 275 123 273\nFore\n522 273 m 1\n 522 157 l 1\n 448 157 l 1\n 448 0 l 1\n 308 0 l 1\n 308 157 l 1\n 24 157 l 1\n 24 275 l 1\n 283 709 l 1\n 448 709 l 1\n 448 273 l 1\n 522 273 l 1\n308 273 m 1\n 308 576 l 1\n 123 273 l 1\n 308 273 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x8,10 y10,8 y10,9 y2,4 y2,3 y7,5 x5,7 x5,6 x2,0 x2,1 \nEndChar\nStartChar: uni0618\nEncoding: 1560 1560 650\nWidth: 778\nFlags: W\nHStem: -23 128<382 410> 267 125<420 584> 613 128<378 418>\nVStem: 42 150<345 391> 419 292<267 391>\nFore\n711 392 m 1\n 711 -2 l 1\n 621 -2 l 1\n 603 94 l 1\n 547 12 481 -23 383 -23 c 0\n 186 -23 42 138 42 359 c 0\n 42 586 185 741 395 741 c 0\n 571 741 693 646 711 496 c 1\n 570 496 l 1\n 557 534 546 551 525 569 c 0\n 492 598 448 613 396 613 c 0\n 269 613 192 518 192 361 c 0\n 192 211 279 105 400 105 c 0\n 458 105 513 131 549 175 c 0\n 571 201 581 226 585 267 c 1\n 419 267 l 1\n 419 392 l 1\n 711 392 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0619\nEncoding: 1561 1561 651\nWidth: 944\nFlags: W\nHStem: 0 21G<219 354 595 730> 709 20G<13 172 398 546 773 932>\nDStem: 398 729 473 569 285 183 354 0 473 569 546 729 595 0 664 182\nFore\n730 0 m 1\n 595 0 l 1\n 473 569 l 1\n 354 0 l 1\n 219 0 l 1\n 13 729 l 1\n 172 729 l 1\n 285 183 l 1\n 398 729 l 1\n 546 729 l 1\n 664 182 l 1\n 773 729 l 1\n 932 729 l 1\n 730 0 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni061A\nEncoding: 1562 1562 652\nWidth: 611\nFlags: W\nHStem: -218 90<274 306> -23 117<255 286> 432 117<258 288> 520 20G<408 541>\nVStem: 34 140<246 278> 408 133<-26 54 246 278 458 539>\nFore\n408 540 m 1\n 541 540 l 1\n 541 -18 l 2\n 541 -145 447 -218 284 -218 c 0\n 201 -218 141 -201 98 -166 c 0\n 62 -136 46 -107 45 -65 c 1\n 190 -65 l 1\n 201 -106 236 -128 289 -128 c 0\n 359 -128 408 -83 408 -18 c 2\n 408 55 l 1\n 356 -4 318 -23 255 -23 c 0\n 122 -23 34 89 34 257 c 0\n 34 424 130 549 258 549 c 0\n 320 549 366 521 408 457 c 1\n 408 540 l 1\n288 432 m 0\n 220 432 174 361 174 259 c 0\n 174 161 220 94 286 94 c 0\n 359 94 410 161 410 259 c 0\n 410 359 358 432 288 432 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57403\nEncoding: 1563 1563 653\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 709 20G<67 207>\nVStem: 67 140<1 728>\nFore\n207 729 m 1\n 207 0 l 1\n 67 0 l 1\n 67 729 l 1\n 207 729 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni061C\nEncoding: 1564 1564 654\nWidth: 889\nFlags: W\nHStem: 0 21G<60 200 372 512 684 824> 430 119<296 347 608 652> 520 20G<60 199>\nVStem: 60 140<1 336 474 539> 372 140<1 336> 684 140<1 368>\nFore\n60 540 m 1\n 199 540 l 1\n 199 473 l 1\n 245 528 285 549 347 549 c 0\n 414 549 468 520 494 469 c 1\n 536 525 584 549 652 549 c 0\n 760 549 824 487 824 382 c 2\n 824 0 l 1\n 684 0 l 1\n 684 360 l 2\n 684 403 655 430 608 430 c 0\n 548 430 512 390 512 324 c 2\n 512 0 l 1\n 372 0 l 1\n 372 360 l 2\n 372 403 343 430 296 430 c 0\n 236 430 200 390 200 324 c 2\n 200 0 l 1\n 60 0 l 1\n 60 540 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57409\nEncoding: 1569 1569 655\nWidth: 844\nVWidth: 2048\nFlags: W\nVStem: 489 83<426 435>\nDStem: 529 334 810 324 390 301 412 223\nFore\n810 324 m 1\n 412 223 l 1\n 390 301 l 1\n 529 334 l 1\n 523 340 513 357 498 386 c 1\n 492 404 489 420 489 436 c 0\n 489 470 503 501 531 527 c 1\n 558 548 587 557 619 556 c 2\n 647 554 l 1\n 678 548 l 1\n 717 539 l 1\n 713 507 l 1\n 710 486 l 1\n 709 467 l 1\n 686 471 l 1\n 668 474 l 1\n 653 476 l 1\n 639 477 l 2\n 624 478 609 474 594 463 c 0\n 579 453 572 441 572 427 c 0\n 572 411 580 397 595 385 c 128\n 610 373 626 367 642 367 c 0\n 655 367 683 373 727 385 c 2\n 796 403 l 1\n 810 324 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57416\nEncoding: 1576 1576 656\nWidth: 923\nVWidth: 2048\nFlags: W\nHStem: -201 115<396 508> 0 129<213.008 765>\nVStem: 44 113<183 245> 395 114<-200 -87> 802 121<151 159>\nFore\n509 -201 m 1\n 395 -201 l 1\n 395 -86 l 1\n 509 -86 l 1\n 509 -201 l 1\n210 0 m 2\n 156 0 113 15 80 46 c 1\n 56 74 44 117 44 174 c 2\n 44 246 l 1\n 157 246 l 1\n 157 192 l 2\n 157 172 162 156 173 143 c 1\n 173 143 177 140 180 139 c 24\n 194 132 197 132 213 130 c 24\n 220 129 232 129 232 129 c 2\n 763 129 l 2\n 789 129 802 138 802 155 c 1\n 802 168 797 176 792 185 c 1\n 741 284 l 1\n 839 352 l 1\n 856 324 872 297 886 268 c 1\n 902 234 923 194 923 157 c 0\n 923 63 874 0 783 0 c 2\n 210 0 l 2\nEndSplineSet\nEndChar\nStartChar: afii57418\nEncoding: 1578 1578 657\nWidth: 922\nVWidth: 2048\nFlags: W\nHStem: 0 128<232 765> 324 101<338 437 475 574>\nVStem: 44 113<183 244> 337 101<325 424> 474 101<325 424> 802 121<154 155>\nFore\n575 324 m 1\n 474 324 l 1\n 474 425 l 1\n 575 425 l 1\n 575 324 l 1\n438 324 m 1\n 337 324 l 1\n 337 425 l 1\n 438 425 l 1\n 438 324 l 1\n210 0 m 2\n 156 0 113 15 80 46 c 1\n 56 74 44 116 44 173 c 2\n 44 245 l 1\n 157 245 l 1\n 157 192 l 2\n 157 172 162 156 173 143 c 1\n 180 138 l 1\n 195 132 l 1\n 213 130 l 1\n 232 128 l 1\n 763 128 l 2\n 789 128 802 137 802 155 c 1\n 801 167 l 1\n 797 175 l 1\n 792 184 l 1\n 741 284 l 1\n 839 351 l 1\n 866 306 l 1\n 886 268 l 1\n 903 231 l 2\n 916 203 923 178 923 157 c 0\n 923 110 912 73 889 45 c 0\n 865 15 829 0 783 0 c 2\n 210 0 l 2\nEndSplineSet\nEndChar\nStartChar: afii57419\nEncoding: 1579 1579 658\nWidth: 922\nVWidth: 2048\nFlags: W\nHStem: 0 129<232 765> 306 103<332 430 457 556> 428 102<391 492>\nVStem: 44 113<184 245> 331 100<307 408> 390 103<429 529> 456 101<307 408> 802 121<155 156>\nFore\n557 409 m 1\n 456 409 l 1\n 456 306 l 1\n 557 306 l 1\n 557 409 l 1\n431 409 m 1\n 331 409 l 1\n 331 306 l 1\n 431 306 l 1\n 431 409 l 1\n493 530 m 1\n 390 530 l 1\n 390 428 l 1\n 493 428 l 1\n 493 530 l 1\n210 0 m 2\n 156 0 113 15 80 46 c 1\n 56 74 44 117 44 174 c 2\n 44 246 l 1\n 157 246 l 1\n 157 193 l 2\n 157 172 162 156 173 144 c 1\n 180 139 l 1\n 195 133 l 1\n 213 130 l 1\n 232 129 l 1\n 763 129 l 2\n 789 129 802 138 802 156 c 1\n 801 168 l 1\n 797 175 l 1\n 792 185 l 1\n 741 284 l 1\n 839 352 l 1\n 866 307 l 1\n 886 268 l 1\n 903 232 l 2\n 916 203 923 179 923 157 c 0\n 923 110 912 73 889 46 c 0\n 865 15 829 0 783 0 c 2\n 210 0 l 2\nEndSplineSet\nEndChar\nStartChar: afii57421\nEncoding: 1581 1581 659\nWidth: 649\nVWidth: 2048\nFlags: W\nHStem: -355 127<344 383>\nVStem: 45 121<-70 -51>\nFore\n345 168 m 1\n 305 137 l 1\n 270 108 l 1\n 255 94 l 1\n 231 70 l 2\n 220 59 208 45 198 29 c 0\n 177 -2 166 -32 166 -60 c 0\n 166 -104 182 -142 214 -173 c 0\n 251 -209 301 -228 363 -228 c 0\n 383 -228 404 -226 425 -223 c 0\n 439 -221 461 -216 491 -209 c 1\n 575 -178 l 1\n 630 -283 l 1\n 600 -299 557 -316 501 -334 c 0\n 484 -339 461 -344 432 -349 c 0\n 409 -353 388 -355 367 -355 c 0\n 333 -355 308 -354 292 -351 c 2\n 246 -343 l 1\n 228 -336 l 1\n 168 -318 122 -285 90 -236 c 0\n 60 -190 45 -135 45 -69 c 0\n 45 -11 66 47 108 104 c 0\n 110 106 118 116 134 133 c 2\n 140 141 l 1\n 164 163 l 1\n 198 193 l 1\n 238 224 l 1\n 294 257 l 2\n 314 269 332 278 348 284 c 1\n 294 286 l 1\n 210 287 l 1\n 201 285 l 1\n 192 285 187 284 186 284 c 2\n 172 281 l 1\n 153 274 l 1\n 115 255 l 1\n 58 349 l 1\n 66 358 l 1\n 82 372 l 1\n 98 384 l 1\n 113 393 l 2\n 137 407 162 413 190 412 c 2\n 650 396 l 1\n 638 274 l 1\n 578 274 l 1\n 565 272 l 1\n 553 270 l 1\n 526 264 l 1\n 516 261 l 1\n 503 256 l 1\n 461 239 l 1\n 438 227 l 1\n 415 213 l 1\n 381 193 l 1\n 364 182 l 1\n 345 168 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57422\nEncoding: 1582 1582 660\nWidth: 704\nVWidth: 2048\nFlags: W\nHStem: -355 128<344 383> 479 114<259 370>\nVStem: 45 121<-70 -51> 258 113<480 592>\nFore\n371 479 m 1\n 258 479 l 1\n 258 593 l 1\n 371 593 l 1\n 371 479 l 1\n345 168 m 1\n 305 138 l 1\n 270 108 l 1\n 255 94 l 1\n 231 71 l 2\n 220 59 208 45 198 29 c 0\n 177 -1 166 -31 166 -60 c 0\n 166 -104 182 -141 214 -173 c 0\n 251 -209 301 -227 363 -227 c 0\n 383 -227 404 -226 425 -223 c 0\n 439 -221 461 -216 491 -208 c 1\n 575 -177 l 1\n 630 -282 l 1\n 600 -298 557 -315 501 -333 c 0\n 484 -339 461 -344 432 -349 c 0\n 409 -353 388 -355 367 -355 c 0\n 333 -355 308 -353 292 -350 c 2\n 246 -342 l 1\n 228 -335 l 1\n 168 -317 122 -284 90 -236 c 0\n 60 -190 45 -134 45 -69 c 0\n 45 -10 66 47 108 104 c 0\n 110 106 118 116 134 134 c 2\n 140 141 l 1\n 164 164 l 1\n 198 193 l 1\n 238 224 l 1\n 294 258 l 2\n 314 270 332 278 348 284 c 1\n 294 286 l 1\n 210 287 l 1\n 201 285 l 1\n 192 285 187 285 186 284 c 2\n 172 281 l 1\n 153 274 l 1\n 115 255 l 1\n 58 350 l 1\n 66 359 l 1\n 82 373 l 1\n 98 384 l 1\n 113 393 l 2\n 137 407 162 414 190 413 c 2\n 650 396 l 1\n 638 274 l 1\n 578 274 l 1\n 565 273 l 1\n 553 270 l 1\n 526 264 l 1\n 516 262 l 1\n 503 256 l 1\n 461 239 l 1\n 438 227 l 1\n 415 213 l 1\n 381 194 l 1\n 364 182 l 1\n 345 168 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57427\nEncoding: 1587 1587 661\nWidth: 1221\nVWidth: 2048\nFlags: W\nHStem: -268.968 133.916<371.063 400.117> 36 134<735 757>\nVStem: 574 115<33 57> 793 105<314 363> 1046 118<210 224>\nFore\n1010 34 m 2\n 966 31 919 58 872 115 c 1\n 863 102 850 85 832 63 c 1\n 810 45 785 36 757 36 c 0\n 748 36 736 38 719 42 c 1\n 703 49 l 1\n 689 58 l 1\n 689 18 688 -4 685 -9 c 1\n 683 -25 l 1\n 680 -43 l 1\n 680 -45 679 -48 677 -51 c 1\n 675 -61 l 1\n 671 -72 l 1\n 670 -77 669 -81 667 -83 c 1\n 662 -96 l 2\n 637 -149 605 -190 566 -216 c 0\n 515 -251 449 -269 367 -269 c 0\n 298 -269 238 -252 185 -218 c 0\n 153 -198 121 -159 90 -101 c 1\n 80 -71 l 1\n 70 -35 l 1\n 66 -11 64 13 64 36 c 2\n 64 51 l 2\n 64 58 64 62 65 63 c 1\n 66 77 l 1\n 73 99 l 1\n 90 168 l 1\n 94 175 l 1\n 98 182 l 1\n 196 148 l 1\n 190 131 l 1\n 185 113 l 1\n 175 72 l 1\n 172 34 l 1\n 168 -23 190 -69 240 -103 c 0\n 255 -113 274 -121 297 -126 c 2\n 315 -130 l 1\n 334 -132 l 1\n 351 -134 l 1\n 371 -135 l 2\n 442 -137 495 -120 530 -84 c 0\n 559 -54 574 -8 574 52 c 0\n 574 80 569 108 558 135 c 2\n 534 198 l 1\n 521 224 l 1\n 507 253 l 1\n 481 300 l 1\n 577 361 l 1\n 624 275 l 1\n 637 253 l 1\n 665 214 l 2\n 687 185 710 170 735 170 c 0\n 750 170 764 175 775 186 c 1\n 787 201 793 220 793 244 c 2\n 793 364 l 1\n 898 364 l 1\n 898 314 l 1\n 900 282 l 1\n 902 248 909 222 922 204 c 0\n 938 181 961 170 990 170 c 0\n 1027 170 1046 188 1046 223 c 0\n 1046 239 1036 264 1015 300 c 2\n 992 340 l 1\n 1089 400 l 1\n 1115 354 l 1\n 1127 330 l 1\n 1135 309 l 1\n 1147 282 l 1\n 1157 254 l 1\n 1162 235 1164 220 1164 210 c 2\n 1164 205 l 1\n 1164 187 l 1\n 1163 179 l 1\n 1161 166 l 1\n 1161 157 l 1\n 1159 153 l 1\n 1153 136 l 2\n 1145 113 1133 94 1118 80 c 1\n 1070 46 l 1\n 1040 37 l 1\n 1024 35 l 1\n 1010 34 l 2\nEndSplineSet\nMinimumDistance: x69,-1 \nEndChar\nStartChar: uni1F00\nEncoding: 7936 7936 662\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8127 8127 N 1 0 0 1 126.185 46.418\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F01\nEncoding: 7937 7937 663\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8190 8190 N 1 0 0 1 129.095 46.418\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F02\nEncoding: 7938 7938 664\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8141 8141 N 1 0 0 1 16.0195 46.418\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F03\nEncoding: 7939 7939 665\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8157 8157 N 1 0 0 1 10.9746 46.418\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F04\nEncoding: 7940 7940 666\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8142 8142 N 1 0 0 1 7.01953 46.418\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F05\nEncoding: 7941 7941 667\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8158 8158 N 1 0 0 1 -11.5254 46.418\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F06\nEncoding: 7942 7942 668\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276> 839.418 79<350.64 364.64> 883.418 79<190.14 202.64> 946.418 20<390.14 453.14 453.14 453.14>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8143 8143 N 1 0 0 1 72.1396 46.418\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F07\nEncoding: 7943 7943 669\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276> 845.418 79<350.64 364.64> 889.418 79<190.14 202.64> 952.418 20<390.14 453.14 453.14 453.14>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8159 8159 N 1 0 0 1 131.14 46.418\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F08\nEncoding: 7944 7944 670\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8127 8127 N 1 0 0 1 9.33008 -11.8535\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F09\nEncoding: 7945 7945 671\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8190 8190 S 1 0 0 1 -26.7598 -5.85352\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0A\nEncoding: 7946 7946 672\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8141 8141 S 1 0 0 1 -241 -8.85352\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0B\nEncoding: 7947 7947 673\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8157 8157 S 1 0 0 1 -245 -14.8535\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0C\nEncoding: 7948 7948 674\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8142 8142 N 1 0 0 1 -229 -16\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0D\nEncoding: 7949 7949 675\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8158 8158 S 1 0 0 1 -227 -29.8535\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0E\nEncoding: 7950 7950 676\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 614 79<122.5 136.5> 658 79<-38 -25.5> 709 20<285 451 451 451> 721 20<162 225 225 225>\nRef: 8143 8143 N 1 0 0 1 -156 -179\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0F\nEncoding: 7951 7951 677\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 614 79<122.5 136.5> 658 79<-38 -25.5> 709 20<285 451 451 451> 721 20<162 225 225 225>\nRef: 8159 8159 N 1 0 0 1 -97 -185\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F10\nEncoding: 7952 7952 678\nWidth: 570\nHStem: -9.74023 112.8<237 271> 216.8 102.46<221 319> 433.94 112.8<237 271>\nRef: 8127 8127 N 1 0 0 1 107.545 46.418\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F11\nEncoding: 7953 7953 679\nWidth: 570\nHStem: -9.74023 112.8<237 271> 216.8 102.46<221 319> 433.94 112.8<237 271>\nRef: 8190 8190 N 1 0 0 1 110.455 46.418\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F12\nEncoding: 7954 7954 680\nWidth: 570\nHStem: -9.74023 112.8<237 271> 216.8 102.46<221 319> 433.94 112.8<237 271>\nRef: 8141 8141 N 1 0 0 1 -2.62012 46.418\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F13\nEncoding: 7955 7955 681\nWidth: 570\nHStem: -9.74023 112.8<237 271> 216.8 102.46<221 319> 433.94 112.8<237 271>\nRef: 8157 8157 N 1 0 0 1 -7.66504 46.418\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F14\nEncoding: 7956 7956 682\nWidth: 570\nHStem: -9.74023 112.8<237 271> 216.8 102.46<221 319> 433.94 112.8<237 271>\nRef: 8142 8142 N 1 0 0 1 -11.6201 46.418\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F15\nEncoding: 7957 7957 683\nWidth: 570\nHStem: -9.74023 112.8<237 271> 216.8 102.46<221 319> 433.94 112.8<237 271>\nRef: 8158 8158 N 1 0 0 1 -30.165 46.418\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F18\nEncoding: 7960 7960 684\nWidth: 667\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 8127 8127 N 1 0 0 1 -196.67 -11.8535\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F19\nEncoding: 7961 7961 685\nWidth: 667\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 8190 8190 N 1 0 0 1 -193.76 -11.8535\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1A\nEncoding: 7962 7962 686\nWidth: 667\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 8141 8141 N 1 0 0 1 -417 -11.8535\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1B\nEncoding: 7963 7963 687\nWidth: 667\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 8157 8157 N 1 0 0 1 -430 -11.8535\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1C\nEncoding: 7964 7964 688\nWidth: 667\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 8142 8142 N 1 0 0 1 -435 -16\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1D\nEncoding: 7965 7965 689\nWidth: 667\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 8158 8158 N 1 0 0 1 -475 -11.8535\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F20\nEncoding: 7968 7968 690\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8127 8127 S 1 0 0 1 118.378 49.418\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F21\nEncoding: 7969 7969 691\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8190 8190 S 1 0 0 1 127.288 49.418\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F22\nEncoding: 7970 7970 692\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8141 8141 S 1 0 0 1 50.2129 46.418\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F23\nEncoding: 7971 7971 693\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8157 8157 S 1 0 0 1 30.168 46.418\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F24\nEncoding: 7972 7972 694\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8142 8142 S 1 0 0 1 53.2129 43.418\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F25\nEncoding: 7973 7973 695\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8158 8158 S 1 0 0 1 16.668 37.418\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F26\nEncoding: 7974 7974 696\nWidth: 586\nHStem: -15.9102 21<75.333 213.333> 830.418 79<357.833 371.833> 874.418 79<197.333 209.833> 937.418 20<397.333 460.333 460.333 460.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8143 8143 S 1 0 0 1 79.333 37.418\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F27\nEncoding: 7975 7975 697\nWidth: 586\nHStem: -15.9102 21<75.333 213.333> 842.418 79<348.833 362.833> 886.418 79<188.333 200.833> 949.418 20<388.333 451.333 451.333 451.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8159 8159 N 1 0 0 1 129.333 43.418\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F28\nEncoding: 7976 7976 698\nWidth: 722\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8127 8127 N 1 0 0 1 -207.67 -11.8535\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F29\nEncoding: 7977 7977 699\nWidth: 722\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8190 8190 N 1 0 0 1 -204.76 -11.8535\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2A\nEncoding: 7978 7978 700\nWidth: 722\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8141 8141 N 1 0 0 1 -428 -11.8535\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2B\nEncoding: 7979 7979 701\nWidth: 722\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8157 8157 N 1 0 0 1 -441 -11.8535\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2C\nEncoding: 7980 7980 702\nWidth: 722\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8142 8142 N 1 0 0 1 -446 -16\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2D\nEncoding: 7981 7981 703\nWidth: 722\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8158 8158 N 1 0 0 1 -486 -11.8535\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2E\nEncoding: 7982 7982 704\nWidth: 722\nHStem: 0 20 331 125<218 506> 614 79<-94.5 -80.5> 658 79<-255 -242.5> 709 20<68 218 218 218 506 657 657 657> 721 20<-55 8 8 8>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8143 8143 N 1 0 0 1 -373 -179\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2F\nEncoding: 7983 7983 705\nWidth: 722\nHStem: 0 20 331 125<218 506> 614 79<-94.5 -80.5> 658 79<-255 -242.5> 709 20<68 218 218 218 506 657 657 657> 721 20<-55 8 8 8>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8159 8159 N 1 0 0 1 -314 -185\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F30\nEncoding: 7984 7984 706\nWidth: 346\nHStem: 523.95 20<31 169>\nVStem: 31 138<142 528>\nRef: 8127 8127 N 1 0 0 1 -49.9551 46.418\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F31\nEncoding: 7985 7985 707\nWidth: 346\nHStem: 523.95 20<31 169>\nVStem: 31 138<142 528>\nRef: 8190 8190 N 1 0 0 1 -47.0449 46.418\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F32\nEncoding: 7986 7986 708\nWidth: 346\nHStem: 523.95 20<31 169>\nVStem: 31 138<142 528>\nRef: 8141 8141 N 1 0 0 1 -160.12 46.418\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F33\nEncoding: 7987 7987 709\nWidth: 346\nHStem: 523.95 20<31 169>\nVStem: 31 138<142 528>\nRef: 8157 8157 N 1 0 0 1 -165.165 46.418\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F34\nEncoding: 7988 7988 710\nWidth: 346\nHStem: 523.95 20<31 169>\nVStem: 31 138<142 528>\nRef: 8142 8142 N 1 0 0 1 -169.12 46.418\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F35\nEncoding: 7989 7989 711\nWidth: 346\nHStem: 523.95 20<31 169>\nVStem: 31 138<142 528>\nRef: 8158 8158 N 1 0 0 1 -187.665 46.418\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F36\nEncoding: 7990 7990 712\nWidth: 346\nHStem: 523.95 20<31 169> 839.418 79<174.5 188.5> 883.418 79<14 26.5> 946.418 20<214 277 277 277>\nVStem: 31 138<142 528>\nRef: 8143 8143 N 1 0 0 1 -104 46.418\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F37\nEncoding: 7991 7991 713\nWidth: 346\nHStem: 523.95 20<31 169> 845.418 79<174.5 188.5> 889.418 79<14 26.5> 952.418 20<214 277 277 277>\nVStem: 31 138<142 528>\nRef: 8159 8159 N 1 0 0 1 -45 46.418\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F38\nEncoding: 7992 7992 714\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 8127 8127 N 1 0 0 1 -212.67 -11.8535\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F39\nEncoding: 7993 7993 715\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 8190 8190 N 1 0 0 1 -209.76 -11.8535\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3A\nEncoding: 7994 7994 716\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 8141 8141 N 1 0 0 1 -433 -11.8535\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3B\nEncoding: 7995 7995 717\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 8157 8157 N 1 0 0 1 -446 -11.8535\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3C\nEncoding: 7996 7996 718\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 8142 8142 N 1 0 0 1 -451 -16\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3D\nEncoding: 7997 7997 719\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 8158 8158 N 1 0 0 1 -491 -11.8535\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3E\nEncoding: 7998 7998 720\nWidth: 278\nHStem: 0 20 614 79<-99.5 -85.5> 658 79<-260 -247.5> 709 20<63 213 213 213> 721 20<-60 3 3 3>\nVStem: 63 150<0 729>\nRef: 8143 8143 N 1 0 0 1 -378 -179\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3F\nEncoding: 7999 7999 721\nWidth: 278\nHStem: 0 20 614 79<-99.5 -85.5> 658 79<-260 -247.5> 709 20<63 213 213 213> 721 20<-60 3 3 3>\nVStem: 63 150<0 729>\nRef: 8159 8159 N 1 0 0 1 -319 -185\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F40\nEncoding: 8000 8000 722\nWidth: 610\nHStem: -17.5 116.56<264 282> 424.3 114.681<264 282>\nVStem: 9 140<237 271> 403 140<237 287>\nRef: 8127 8127 N 1 0 0 1 126.045 46.418\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F41\nEncoding: 8001 8001 723\nWidth: 610\nHStem: -17.5 116.56<264 282> 424.3 114.681<264 282>\nVStem: 9 140<237 271> 403 140<237 287>\nRef: 8190 8190 N 1 0 0 1 128.955 46.418\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F42\nEncoding: 8002 8002 724\nWidth: 610\nHStem: -17.5 116.56<264 282> 424.3 114.681<264 282>\nVStem: 9 140<237 271> 403 140<237 287>\nRef: 8141 8141 N 1 0 0 1 15.8799 46.418\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F43\nEncoding: 8003 8003 725\nWidth: 610\nHStem: -17.5 116.56<264 282> 424.3 114.681<264 282>\nVStem: 9 140<237 271> 403 140<237 287>\nRef: 8157 8157 N 1 0 0 1 10.835 46.418\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F44\nEncoding: 8004 8004 726\nWidth: 610\nHStem: -17.5 116.56<264 282> 424.3 114.681<264 282>\nVStem: 9 140<237 271> 403 140<237 287>\nRef: 8142 8142 N 1 0 0 1 6.87988 46.418\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F45\nEncoding: 8005 8005 727\nWidth: 610\nHStem: -17.5 116.56<264 282> 424.3 114.681<264 282>\nVStem: 9 140<237 271> 403 140<237 287>\nRef: 8158 8158 N 1 0 0 1 -11.665 46.418\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F48\nEncoding: 8008 8008 728\nWidth: 822\nHStem: -12.1201 120.296<372 406> 609.409 120.295<372 406>\nVStem: 53.959 132.49<338 388> 587.551 132.49<338 388>\nRef: 8127 8127 S 1 0 0 1 -143.67 -11.8535\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F49\nEncoding: 8009 8009 729\nWidth: 822\nHStem: -12.1201 120.296<372 406> 609.409 120.295<372 406>\nVStem: 53.959 132.49<338 388> 587.551 132.49<338 388>\nRef: 8190 8190 S 1 0 0 1 -155.76 -14.8535\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4A\nEncoding: 8010 8010 730\nWidth: 822\nHStem: -12.1201 120.296<372 406> 609.409 120.295<372 406>\nVStem: 53.959 132.49<338 388> 587.551 132.49<338 388>\nRef: 8141 8141 S 1 0 0 1 -367 -20.8535\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4B\nEncoding: 8011 8011 731\nWidth: 822\nHStem: -12.1201 120.296<372 406> 609.409 120.295<372 406>\nVStem: 53.959 132.49<338 388> 587.551 132.49<338 388>\nRef: 8157 8157 S 1 0 0 1 -374 -20.8535\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4C\nEncoding: 8012 8012 732\nWidth: 822\nHStem: -12.1201 120.296<372 406> 609.409 120.295<372 406>\nVStem: 53.959 132.49<338 388> 587.551 132.49<338 388>\nRef: 8142 8142 S 1 0 0 1 -349 -40\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4D\nEncoding: 8013 8013 733\nWidth: 822\nHStem: -12.1201 120.296<372 406> 609.409 120.295<372 406>\nVStem: 53.959 132.49<338 388> 587.551 132.49<338 388>\nRef: 8158 8158 S 1 0 0 1 -335 -38.8535\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F50\nEncoding: 8016 8016 734\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8127 8127 N 1 0 0 1 109.045 46.418\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F51\nEncoding: 8017 8017 735\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8190 8190 N 1 0 0 1 111.955 46.418\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F52\nEncoding: 8018 8018 736\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8141 8141 N 1 0 0 1 -1.12012 46.418\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F53\nEncoding: 8019 8019 737\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8157 8157 N 1 0 0 1 -6.16504 46.418\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F54\nEncoding: 8020 8020 738\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8142 8142 N 1 0 0 1 -10.1201 46.418\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F55\nEncoding: 8021 8021 739\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8158 8158 N 1 0 0 1 -28.665 46.418\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F56\nEncoding: 8022 8022 740\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503> 839.418 79<333.5 347.5> 883.418 79<173 185.5> 946.418 20<373 436 436 436>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8143 8143 N 1 0 0 1 55 46.418\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F57\nEncoding: 8023 8023 741\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503> 845.418 79<333.5 347.5> 889.418 79<173 185.5> 952.418 20<373 436 436 436>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8159 8159 N 1 0 0 1 114 46.418\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F59\nEncoding: 8025 8025 742\nWidth: 804\nFlags: W\nHStem: 0 21<312 456> 711.529 20<14 189 593 765>\nVStem: 312 144<0 307>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nRef: 8190 8190 N 1 0 0 1 -258.76 -11.8535\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5B\nEncoding: 8027 8027 743\nWidth: 804\nFlags: W\nHStem: 0 21<312 456> 711.529 20<14 189 593 765>\nVStem: 312 144<0 307>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nRef: 8157 8157 N 1 0 0 1 -495 -11.8535\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5D\nEncoding: 8029 8029 744\nWidth: 804\nFlags: W\nHStem: 0 21<312 456> 711.529 20<14 189 593 765>\nVStem: 312 144<0 307>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nRef: 8158 8158 N 1 0 0 1 -540 -11.8535\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5F\nEncoding: 8031 8031 745\nWidth: 804\nFlags: W\nHStem: 0 21<312 456> 614 79<-148.5 -134.5> 658 79<-309 -296.5> 711.529 20<14 189 593 765> 721 20<-109 -46 -46 -46>\nVStem: 312 144<0 307>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nRef: 8159 8159 N 1 0 0 1 -368 -185\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F60\nEncoding: 8032 8032 746\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8127 8127 S 1 0 0 1 213.045 58.418\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F61\nEncoding: 8033 8033 747\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8190 8190 S 1 0 0 1 224.955 52.418\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F62\nEncoding: 8034 8034 748\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8141 8141 S 1 0 0 1 90.8799 37.418\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F63\nEncoding: 8035 8035 749\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8157 8157 S 1 0 0 1 103.835 46.418\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F64\nEncoding: 8036 8036 750\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8142 8142 N 1 0 0 1 153.88 58.418\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F65\nEncoding: 8037 8037 751\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8158 8158 S 1 0 0 1 126.335 49.418\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F66\nEncoding: 8038 8038 752\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524> 824.418 79<455.5 469.5> 868.418 79<295 307.5> 931.418 20<495 558 558 558>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8143 8143 S 1 0 0 1 177 31.418\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F67\nEncoding: 8039 8039 753\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524> 830.418 79<431.5 445.5> 874.418 79<271 283.5> 937.418 20<471 534 534 534>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8159 8159 S 1 0 0 1 212 31.418\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F68\nEncoding: 8040 8040 754\nWidth: 780\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8127 8127 S 1 0 0 1 -167.67 -8.85352\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F69\nEncoding: 8041 8041 755\nWidth: 780\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8190 8190 S 1 0 0 1 -176.76 -2.85352\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6A\nEncoding: 8042 8042 756\nWidth: 780\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8141 8141 S 1 0 0 1 -388 -14.8535\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6B\nEncoding: 8043 8043 757\nWidth: 780\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8157 8157 S 1 0 0 1 -392 -14.8535\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6C\nEncoding: 8044 8044 758\nWidth: 780\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8142 8142 S 1 0 0 1 -349 -16\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6D\nEncoding: 8045 8045 759\nWidth: 780\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8158 8158 S 1 0 0 1 -338 -32.8535\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6E\nEncoding: 8046 8046 760\nWidth: 780\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382> 689 79<8.5 22.5> 733 79<-152 -139.5> 796 20<48 111 111 111>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8143 8143 S 1 0 0 1 -270 -104\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6F\nEncoding: 8047 8047 761\nWidth: 780\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382> 677 79<-21.5 -7.5> 721 79<-182 -169.5> 784 20<18 81 81 81>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8159 8159 S 1 0 0 1 -241 -122\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F70\nEncoding: 8048 8048 762\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8175 8175 N 1 0 0 1 94.1396 30\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F71\nEncoding: 8049 8049 763\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8189 8189 N 1 0 0 1 59.1396 21\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F72\nEncoding: 8050 8050 764\nWidth: 570\nHStem: -9.74023 112.8<237 271> 216.8 102.46<221 319> 433.94 112.8<237 271>\nRef: 8175 8175 N 1 0 0 1 75.5 30\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F73\nEncoding: 8051 8051 765\nWidth: 570\nHStem: -9.74023 112.8<237 271> 216.8 102.46<221 319> 433.94 112.8<237 271>\nRef: 8189 8189 N 1 0 0 1 40.5 21\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F74\nEncoding: 8052 8052 766\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8175 8175 S 1 0 0 1 74.333 30\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F75\nEncoding: 8053 8053 767\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8189 8189 S 1 0 0 1 87.333 24\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F76\nEncoding: 8054 8054 768\nWidth: 346\nHStem: 523.95 20<31 169>\nVStem: 31 138<142 528>\nRef: 8175 8175 N 1 0 0 1 -82 30\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F77\nEncoding: 8055 8055 769\nWidth: 346\nHStem: 523.95 20<31 169>\nVStem: 31 138<142 528>\nRef: 8189 8189 N 1 0 0 1 -117 21\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F78\nEncoding: 8056 8056 770\nWidth: 610\nHStem: -17.5 116.56<264 282> 424.3 114.681<264 282>\nVStem: 9 140<237 271> 403 140<237 287>\nRef: 8175 8175 N 1 0 0 1 94 30\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F79\nEncoding: 8057 8057 771\nWidth: 610\nHStem: -17.5 116.56<264 282> 424.3 114.681<264 282>\nVStem: 9 140<237 271> 403 140<237 287>\nRef: 8189 8189 N 1 0 0 1 59 21\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7A\nEncoding: 8058 8058 772\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8175 8175 N 1 0 0 1 77 30\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7B\nEncoding: 8059 8059 773\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8189 8189 N 1 0 0 1 42 21\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7C\nEncoding: 8060 8060 774\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8175 8175 S 1 0 0 1 151 39\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7D\nEncoding: 8061 8061 775\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8189 8189 S 1 0 0 1 188 30\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F80\nEncoding: 8064 8064 776\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 168.338 26.8047\nRef: 7936 7936 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F81\nEncoding: 8065 8065 777\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 168.338 26.8047\nRef: 7937 7937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F82\nEncoding: 8066 8066 778\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 168.338 26.8047\nRef: 7938 7938 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F83\nEncoding: 8067 8067 779\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 168.338 26.8047\nRef: 7939 7939 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F84\nEncoding: 8068 8068 780\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 168.338 26.8047\nRef: 7940 7940 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F85\nEncoding: 8069 8069 781\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 168.338 26.8047\nRef: 7941 7941 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F86\nEncoding: 8070 8070 782\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276> 839.418 79<350.64 364.64> 883.418 79<190.14 202.64> 946.418 20<390.14 453.14 453.14 453.14>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 168.338 26.8047\nRef: 7942 7942 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F87\nEncoding: 8071 8071 783\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276> 845.418 79<350.64 364.64> 889.418 79<190.14 202.64> 952.418 20<390.14 453.14 453.14 453.14>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 168.338 26.8047\nRef: 7943 7943 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F88\nEncoding: 8072 8072 784\nWidth: 968\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8126 8126 N 1 0 0 1 735.465 -4.99902\nRef: 7944 7944 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F89\nEncoding: 8073 8073 785\nWidth: 968\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8126 8126 N 1 0 0 1 735.465 -4.99902\nRef: 7945 7945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8A\nEncoding: 8074 8074 786\nWidth: 968\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8126 8126 N 1 0 0 1 735.465 -4.99902\nRef: 7946 7946 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8B\nEncoding: 8075 8075 787\nWidth: 968\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8126 8126 N 1 0 0 1 735.465 -4.99902\nRef: 7947 7947 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8C\nEncoding: 8076 8076 788\nWidth: 968\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8126 8126 N 1 0 0 1 735.465 -4.99902\nRef: 7948 7948 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8D\nEncoding: 8077 8077 789\nWidth: 968\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8126 8126 N 1 0 0 1 735.465 -4.99902\nRef: 7949 7949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8E\nEncoding: 8078 8078 790\nWidth: 968\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 614 79<122.5 136.5> 658 79<-38 -25.5> 709 20<285 451 451 451> 721 20<162 225 225 225>\nRef: 8126 8126 N 1 0 0 1 735.465 -4.99902\nRef: 7950 7950 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8F\nEncoding: 8079 8079 791\nWidth: 968\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 614 79<122.5 136.5> 658 79<-38 -25.5> 709 20<285 451 451 451> 721 20<162 225 225 225>\nRef: 8126 8126 N 1 0 0 1 735.465 -4.99902\nRef: 7951 7951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F90\nEncoding: 8080 8080 792\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 7968 7968 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F91\nEncoding: 8081 8081 793\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 7969 7969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F92\nEncoding: 8082 8082 794\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 7970 7970 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F93\nEncoding: 8083 8083 795\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 7971 7971 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F94\nEncoding: 8084 8084 796\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 7972 7972 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F95\nEncoding: 8085 8085 797\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 7973 7973 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F96\nEncoding: 8086 8086 798\nWidth: 586\nHStem: -15.9102 21<75.333 213.333> 830.418 79<357.833 371.833> 874.418 79<197.333 209.833> 937.418 20<397.333 460.333 460.333 460.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 7974 7974 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F97\nEncoding: 8087 8087 799\nWidth: 586\nHStem: -15.9102 21<75.333 213.333> 842.418 79<348.833 362.833> 886.418 79<188.333 200.833> 949.418 20<388.333 451.333 451.333 451.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 7975 7975 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F98\nEncoding: 8088 8088 800\nWidth: 968\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8126 8126 N 1 0 0 1 689.465 -4.99902\nRef: 7976 7976 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F99\nEncoding: 8089 8089 801\nWidth: 968\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8126 8126 N 1 0 0 1 689.465 -4.99902\nRef: 7977 7977 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9A\nEncoding: 8090 8090 802\nWidth: 968\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8126 8126 N 1 0 0 1 689.465 -4.99902\nRef: 7978 7978 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9B\nEncoding: 8091 8091 803\nWidth: 968\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8126 8126 N 1 0 0 1 689.465 -4.99902\nRef: 7979 7979 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9C\nEncoding: 8092 8092 804\nWidth: 968\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8126 8126 N 1 0 0 1 689.465 -4.99902\nRef: 7980 7980 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9D\nEncoding: 8093 8093 805\nWidth: 968\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8126 8126 N 1 0 0 1 689.465 -4.99902\nRef: 7981 7981 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9E\nEncoding: 8094 8094 806\nWidth: 968\nFlags: W\nHStem: 0 20 331 125<218 506> 614 79<-94.5 -80.5> 658 79<-255 -242.5> 709 20<68 218 218 218 506 657 657 657> 721 20<-55 8 8 8>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8126 8126 N 1 0 0 1 689.465 -4.99902\nRef: 7982 7982 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9F\nEncoding: 8095 8095 807\nWidth: 968\nFlags: W\nHStem: 0 20 331 125<218 506> 614 79<-94.5 -80.5> 658 79<-255 -242.5> 709 20<68 218 218 218 506 657 657 657> 721 20<-55 8 8 8>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8126 8126 N 1 0 0 1 689.465 -4.99902\nRef: 7983 7983 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA0\nEncoding: 8096 8096 808\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 8032 8032 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA1\nEncoding: 8097 8097 809\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 8033 8033 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA2\nEncoding: 8098 8098 810\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 8034 8034 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA3\nEncoding: 8099 8099 811\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 8035 8035 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA4\nEncoding: 8100 8100 812\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 8036 8036 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA5\nEncoding: 8101 8101 813\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 8037 8037 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA6\nEncoding: 8102 8102 814\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524> 824.418 79<455.5 469.5> 868.418 79<295 307.5> 931.418 20<495 558 558 558>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 8038 8038 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA7\nEncoding: 8103 8103 815\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524> 830.418 79<431.5 445.5> 874.418 79<271 283.5> 937.418 20<471 534 534 534>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 8039 8039 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA8\nEncoding: 8104 8104 816\nWidth: 1026\nFlags: W\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8126 8126 N 1 0 0 1 765.095 -21.9287\nRef: 8040 8040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA9\nEncoding: 8105 8105 817\nWidth: 1026\nFlags: W\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8126 8126 N 1 0 0 1 765.095 -21.9287\nRef: 8041 8041 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAA\nEncoding: 8106 8106 818\nWidth: 1026\nFlags: W\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8126 8126 N 1 0 0 1 765.095 -21.9287\nRef: 8042 8042 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAB\nEncoding: 8107 8107 819\nWidth: 1026\nFlags: W\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8126 8126 N 1 0 0 1 765.095 -21.9287\nRef: 8043 8043 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAC\nEncoding: 8108 8108 820\nWidth: 1026\nFlags: W\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8126 8126 N 1 0 0 1 765.095 -21.9287\nRef: 8044 8044 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAD\nEncoding: 8109 8109 821\nWidth: 1026\nFlags: W\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8126 8126 N 1 0 0 1 765.095 -21.9287\nRef: 8045 8045 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAE\nEncoding: 8110 8110 822\nWidth: 1026\nFlags: W\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382> 689 79<8.5 22.5> 733 79<-152 -139.5> 796 20<48 111 111 111>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8126 8126 N 1 0 0 1 765.095 -21.9287\nRef: 8046 8046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAF\nEncoding: 8111 8111 823\nWidth: 1026\nFlags: W\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382> 677 79<-21.5 -7.5> 721 79<-182 -169.5> 784 20<18 81 81 81>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8126 8126 N 1 0 0 1 765.095 -21.9287\nRef: 8047 8047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB0\nEncoding: 8112 8112 824\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276> 609 77<254.14 299.14> 732 20<144.14 200.14 200.14 200.14 352.14 408.14 408.14 408.14>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 728 728 N 1 0 0 1 109.14 4\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB1\nEncoding: 8113 8113 825\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276> 609 79<126.64 425.64>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 175 175 N 1 0 0 1 110.64 -31\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB2\nEncoding: 8114 8114 826\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 147.338 17.8047\nRef: 8048 8048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB3\nEncoding: 8115 8115 827\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 147.338 17.8047\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB4\nEncoding: 8116 8116 828\nWidth: 660\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 147.338 17.8047\nRef: 940 940 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB6\nEncoding: 8118 8118 829\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276> 610 79<350.64 364.64> 654 79<190.14 202.64> 717 20<390.14 453.14 453.14 453.14>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 8128 8128 N 1 0 0 1 276.14 -11\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB7\nEncoding: 8119 8119 830\nWidth: 656\nHStem: -14.2598 120.32<263 281> 423.78 118.44<263 276> 610 79<350.64 364.64> 654 79<190.14 202.64> 717 20<390.14 453.14 453.14 453.14>\nVStem: 24.6504 131.3<239 289> 394.31 151.5<239 289>\nRef: 890 890 S 1 0 0 1 147.338 17.8047\nRef: 8118 8118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB8\nEncoding: 8120 8120 831\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451> 801 77<346 391> 924 20<236 292 292 292 444 500 500 500>\nRef: 728 728 N 1 0 0 1 201 196\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB9\nEncoding: 8121 8121 832\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451> 801 79<218.5 517.5>\nRef: 175 175 N 1 0 0 1 202.5 161\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBA\nEncoding: 8122 8122 833\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8175 8175 N 1 0 0 1 -57 -4\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBB\nEncoding: 8123 8123 834\nWidth: 722\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8189 8189 N 1 0 0 1 -92 -13\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBC\nEncoding: 8124 8124 835\nWidth: 968\nFlags: W\nHStem: 0 20 147 125<270 460> 537 20<365 365> 709 20<285 451 451 451>\nRef: 8126 8126 N 1 0 0 1 735.465 -4.99902\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBD\nEncoding: 8125 8125 836\nWidth: 278\nHStem: 794 146<-75 11>\nVStem: -75 150<794 803 803 940>\nRef: 44 44 N 1 0 0 1 -139 794\nEndChar\nStartChar: uni1FBE\nEncoding: 8126 8126 837\nWidth: 346\nRef: 890 890 N 1 0 0 1.41015 -72 361.768\nEndChar\nStartChar: uni1FBF\nEncoding: 8127 8127 838\nWidth: 278\nFore\n85.8389 752.854 m 5\n 215.67 752.854 l 5\n 215.67 699.067 l 6\n 215.67 650.617 213.596 620.444 175.551 594.066 c 0\n 149.869 576.196 123.237 566.837 84.2402 562.582 c 1\n 84.2402 610.232 l 1\n 140.357 620.444 160.275 649.374 160.275 691.613 c 6\n 160.275 693.478 l 5\n 85.8389 693.478 l 5\n 85.8389 752.854 l 5\nEndSplineSet\nEndChar\nStartChar: uni1FC0\nEncoding: 8128 8128 839\nWidth: 278\nHStem: 621 79<74.5 88.5> 665 79<-86 -73.5> 728 20<114 177 177 177>\nRef: 732 732 N 1 0 0 1 -168 -1\nEndChar\nStartChar: uni1FC1\nEncoding: 8129 8129 840\nWidth: 333\nHStem: 621 122<18 128 204 314> 804 79<240.5 254.5> 848 79<80 92.5> 911 20<280 343 343 343>\nVStem: 18 110<621 743> 204 110<621 743>\nRef: 8128 8128 N 1 0 0 1 166 183\nRef: 168 168 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC2\nEncoding: 8130 8130 841\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 8052 8052 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC3\nEncoding: 8131 8131 842\nWidth: 586\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC4\nEncoding: 8132 8132 843\nWidth: 560\nHStem: -15.9102 21<75.333 213.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 N 1 0 0 1 -30.739 15.0049\nRef: 942 942 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC6\nEncoding: 8134 8134 844\nWidth: 586\nHStem: -15.9102 21<75.333 213.333> 655 79<369.833 383.833> 699 79<209.333 221.833> 762 20<409.333 472.333 472.333 472.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 8128 8128 S 1 0 0 1 295.333 34\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC7\nEncoding: 8135 8135 845\nWidth: 586\nHStem: -15.9102 21<75.333 213.333> 655 79<369.833 383.833> 699 79<209.333 221.833> 762 20<409.333 472.333 472.333 472.333>\nVStem: 75.333 138<-10 296> 409.333 138<-165 344>\nRef: 890 890 S 1 0 0 1 -32.739 15.7949\nRef: 8134 8134 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC8\nEncoding: 8136 8136 846\nWidth: 667\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 8175 8175 N 1 0 0 1 -263 -4\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC9\nEncoding: 8137 8137 847\nWidth: 667\nHStem: 0 125<229 624> 314 125<229 578> 604 125<229 606 229 229>\nVStem: 79 150<125 314 439 604>\nRef: 8189 8189 N 1 0 0 1 -298 -13\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCA\nEncoding: 8138 8138 848\nWidth: 722\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8175 8175 N 1 0 0 1 -274 -4\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCB\nEncoding: 8139 8139 849\nWidth: 722\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8189 8189 N 1 0 0 1 -309 -13\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCC\nEncoding: 8140 8140 850\nWidth: 968\nFlags: W\nHStem: 0 20 331 125<218 506> 709 20<68 218 218 218 506 657 657 657>\nVStem: 68 150<0 331 456 729> 506 151<456 729> 507 150<0 331 331 331>\nRef: 8126 8126 N 1 0 0 1 689.465 -4.99902\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCD\nEncoding: 8141 8141 851\nWidth: 492\nFlags: W\nRef: 8175 8175 S 1 0 0 1 163 12\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCE\nEncoding: 8142 8142 852\nWidth: 489\nFlags: W\nRef: 8189 8189 N 1 0 0 1 137 3\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCF\nEncoding: 8143 8143 853\nWidth: 394\nFlags: W\nHStem: 793 79<278.5 292.5> 837 79<118 130.5> 900 20<318 381 381 381>\nRef: 8128 8128 S 1 0 0 1 204 172\nRef: 8127 8127 N 1 0 0 1 68 0\nEndChar\nStartChar: uni1FD0\nEncoding: 8144 8144 854\nWidth: 346\nHStem: 523.95 20<31 169> 609 77<78 123> 732 20<-32 24 24 24 176 232 232 232>\nVStem: 31 138<142 528>\nRef: 728 728 N 1 0 0 1 -67 4\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD1\nEncoding: 8145 8145 855\nWidth: 346\nHStem: 523.95 20<31 169> 609 79<-49.5 249.5>\nVStem: 31 138<142 528>\nRef: 175 175 N 1 0 0 1 -65.5 -31\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD2\nEncoding: 8146 8146 856\nWidth: 346\nHStem: 523.95 20<31 169> 609 122<-51 59 135 245>\nVStem: -51 110<609 731> 31 138<142 528> 135 110<609 731>\nRef: 8173 8173 S 1 0 0 1 -66 -12\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD3\nEncoding: 8147 8147 857\nWidth: 346\nHStem: 523.95 20<31 169> 609 122<-51 59 135 245>\nVStem: -51 110<609 731> 31 138<142 528> 135 110<609 731>\nRef: 8174 8174 N 1 0 0 1 -66 -12\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD6\nEncoding: 8150 8150 858\nWidth: 346\nHStem: 523.95 20<31 169> 610 79<174.5 188.5> 654 79<14 26.5> 717 20<214 277 277 277>\nVStem: 31 138<142 528>\nRef: 8128 8128 N 1 0 0 1 100 -11\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD7\nEncoding: 8151 8151 859\nWidth: 346\nHStem: 523.95 20<31 169> 609 122<-48 62 138 248> 792 79<174.5 188.5> 836 79<14 26.5> 899 20<214 277 277 277>\nVStem: -48 110<609 731> 31 138<142 528> 138 110<609 731>\nRef: 8129 8129 N 1 0 0 1 -66 -12\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD8\nEncoding: 8152 8152 860\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213> 801 77<116 161> 924 20<6 62 62 62 214 270 270 270>\nVStem: 63 150<0 729>\nRef: 728 728 N 1 0 0 1 -29 196\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD9\nEncoding: 8153 8153 861\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213> 801 79<-11.5 287.5>\nVStem: 63 150<0 729>\nRef: 175 175 N 1 0 0 1 -27.5 161\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDA\nEncoding: 8154 8154 862\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 8175 8175 S 1 0 0 1 -255 -13\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDB\nEncoding: 8155 8155 863\nWidth: 278\nHStem: 0 20 709 20<63 213 213 213>\nVStem: 63 150<0 729>\nRef: 8189 8189 N 1 0 0 1 -314 -16\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDD\nEncoding: 8157 8157 864\nWidth: 481\nFlags: W\nRef: 8175 8175 S 1 0 0 1 164 11\nRef: 8190 8190 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDE\nEncoding: 8158 8158 865\nWidth: 589\nFlags: W\nRef: 8189 8189 S 1 0 0 1 132 8\nRef: 8190 8190 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDF\nEncoding: 8159 8159 866\nWidth: 333\nHStem: 799 79<219.5 233.5> 843 79<59 71.5> 906 20<259 322 322 322>\nRef: 8128 8128 N 1 0 0 1 145 178\nRef: 8190 8190 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE0\nEncoding: 8160 8160 867\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503> 609 77<237 282> 732 20<127 183 183 183 335 391 391 391>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 728 728 N 1 0 0 1 92 4\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE1\nEncoding: 8161 8161 868\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503> 609 79<109.5 408.5>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 175 175 N 1 0 0 1 93.5 -31\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE2\nEncoding: 8162 8162 869\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503> 609 122<108 218 294 404>\nVStem: 15 138<207 529> 108 110<609 731> 294 110<609 731> 365 138<207 529>\nRef: 8173 8173 N 1 0 0 1 93 -12\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE3\nEncoding: 8163 8163 870\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503> 609 122<108 218 294 404>\nVStem: 15 138<207 529> 108 110<609 731> 294 110<609 731> 365 138<207 529>\nRef: 8174 8174 N 1 0 0 1 93 -12\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE4\nEncoding: 8164 8164 871\nWidth: 626\nHStem: -8 120.279<287 305> 437.43 118.34<287 305>\nVStem: 32 138<-188 21 244 294> 426 140<260 294>\nRef: 8127 8127 S 1 0 0 1 183 10.7695\nRef: 961 961 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE5\nEncoding: 8165 8165 872\nWidth: 626\nHStem: -8 120.279<287 305> 437.43 118.34<287 305>\nVStem: 32 138<-188 21 244 294> 426 140<260 294>\nRef: 8190 8190 N 1 0 0 1 117 26.7695\nRef: 961 961 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE6\nEncoding: 8166 8166 873\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503> 610 79<333.5 347.5> 654 79<173 185.5> 717 20<373 436 436 436>\nVStem: 15 138<207 529> 365 138<207 529>\nRef: 8128 8128 N 1 0 0 1 259 -11\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE7\nEncoding: 8167 8167 874\nWidth: 575\nHStem: -16 120.96<238 272> 522.72 20<15 153 365 503> 609 122<111 221 297 407> 792 79<333.5 347.5> 836 79<173 185.5> 899 20<373 436 436 436>\nVStem: 15 138<207 529> 111 110<609 731> 297 110<609 731> 365 138<207 529>\nRef: 8129 8129 N 1 0 0 1 93 -12\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE8\nEncoding: 8168 8168 875\nWidth: 804\nFlags: W\nHStem: 0 21<312 456> 711.529 20<14 189 593 765> 801 77<367.5 412.5> 924 20<257.5 313.5 313.5 313.5 465.5 521.5 521.5 521.5>\nVStem: 312 144<0 307>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nRef: 728 728 N 1 0 0 1 222.5 196\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE9\nEncoding: 8169 8169 876\nWidth: 804\nFlags: W\nHStem: 0 21<312 456> 711.529 20<14 189 593 765> 801 79<240 539>\nVStem: 312 144<0 307>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nRef: 175 175 N 1 0 0 1 224 161\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEA\nEncoding: 8170 8170 877\nWidth: 804\nFlags: W\nHStem: 0 21<312 456> 711.529 20<14 189 593 765>\nVStem: 312 144<0 307>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nRef: 8175 8175 N 1 0 0 1 -259 -16\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEB\nEncoding: 8171 8171 878\nWidth: 804\nFlags: W\nHStem: 0 21<312 456> 711.529 20<14 189 593 765>\nVStem: 312 144<0 307>\nDStem: 14 731.529 189 731.529 312 306.555 338 514.745\nRef: 8189 8189 N 1 0 0 1 -363 -16\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEC\nEncoding: 8172 8172 879\nWidth: 698\nHStem: -8.38574 21<53 197> 270.622 128.038<197 374> 595.495 128.037<197 390>\nVStem: 53 144<6 270 406 596> 501 148<486 504>\nRef: 8190 8190 N 1 0 0 1 -285 3\nRef: 929 929 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FED\nEncoding: 8173 8173 880\nWidth: 333\nHStem: 621 122<15 125 201 311>\nVStem: 15 110<621 743> 201 110<621 743>\nRef: 8175 8175 N 1 0 0 1 -66 196\nRef: 168 168 S 1 0 0 1 -3 0\nEndChar\nStartChar: uni1FEE\nEncoding: 8174 8174 881\nWidth: 333\nFlags: W\nHStem: 621 122<15 125 201 311>\nVStem: 15 110<621 743> 201 110<621 743>\nRef: 8189 8189 S 1 0 0 1 0 168\nRef: 168 168 N 1 0 0 1 -3 0\nEndChar\nStartChar: uni1FEF\nEncoding: 8175 8175 882\nWidth: 333\nFlags: W\nRef: 8189 8189 S -1 0 0 1 399 -9\nEndChar\nStartChar: uni1FF2\nEncoding: 8178 8178 883\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 8060 8060 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF3\nEncoding: 8179 8179 884\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF4\nEncoding: 8180 8180 885\nWidth: 1125\nHStem: -14.7002 115.9<218 228 511 524>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 974 974 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF6\nEncoding: 8182 8182 886\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524> 634 79<458.5 472.5> 678 79<298 310.5> 741 20<498 561 561 561>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 8128 8128 S 1 0 0 1 384 13\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF7\nEncoding: 8183 8183 887\nWidth: 800\nHStem: -14.7002 115.9<218 228 511 524> 634 79<458.5 472.5> 678 79<298 310.5> 741 20<498 561 561 561>\nVStem: 11 134<224 258> 303 134<160 386> 595 134<224 258>\nRef: 890 890 N 1 0 0 1 194.928 0.304703\nRef: 8182 8182 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF8\nEncoding: 8184 8184 888\nWidth: 822\nHStem: -12.1201 120.296<372 406> 609.409 120.295<372 406>\nVStem: 53.959 132.49<338 388> 587.551 132.49<338 388>\nRef: 8175 8175 S 1 0 0 1 -219 5\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF9\nEncoding: 8185 8185 889\nWidth: 822\nHStem: -12.1201 120.296<372 406> 609.409 120.295<372 406>\nVStem: 53.959 132.49<338 388> 587.551 132.49<338 388>\nRef: 8189 8189 S 1 0 0 1 -197 -7\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFA\nEncoding: 8186 8186 890\nWidth: 780\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8175 8175 S 1 0 0 1 -243 14\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFB\nEncoding: 8187 8187 891\nWidth: 780\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8189 8189 S 1 0 0 1 -269 -13\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFC\nEncoding: 8188 8188 892\nWidth: 1111\nFlags: W\nHStem: -16.9297 122.22<16 126 620 718> 609.69 122.22<348 382>\nVStem: 18.5596 138.37<350 384> 590.22 142.41<350 384>\nRef: 8126 8126 N 1 0 0 1 791.63 -0.219727\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFD\nEncoding: 8189 8189 893\nWidth: 333\nFore\n317 754 m 1\n 187 588 l 1\n 117 588 l 1\n 191 754 l 1\n 317 754 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FFE\nEncoding: 8190 8190 894\nWidth: 278\nFlags: W\nRef: 8127 8127 S -1 0 0 1 297 0\nEndChar\nStartChar: endash\nEncoding: 8211 8211 662\nWidth: 556\nFlags: MW\nHStem: 207 104<-9 557>\nFore\n557 311 m 1\n 557 207 l 1\n -9 207 l 1\n -9 311 l 1\n 557 311 l 1\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 663\nWidth: 1000\nFlags: MW\nHStem: 207 104<-7 1003>\nFore\n1003 311 m 1\n 1003 207 l 1\n -7 207 l 1\n -7 311 l 1\n 1003 311 l 1\nEndSplineSet\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 664\nWidth: 278\nFlags: MW\nHStem: 469 125<122 202> 709 20<202 202>\nVStem: 67 135<469 578 578 594>\nFore\n202 469 m 1\n 67 469 l 1\n 67 578 l 2\n 67 635 80 668 112 695 c 0\n 136 715 168 727 202 729 c 1\n 202 683 l 1\n 146 673 120 644 122 594 c 1\n 202 594 l 1\n 202 469 l 1\nEndSplineSet\nKernsSLIF: 65 -73 2 0 84 -7 2 0 86 2 2 0 87 11 2 0 89 -13 2 0 193 -73 2 0 196 -73 2 0 197 -73 2 0 198 -62 2 0\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 665\nWidth: 278\nFlags: MW\nHStem: 604 125<66 146>\nVStem: 66 135<604 620 620 729>\nFore\n66 729 m 1\n 201 729 l 1\n 201 620 l 2\n 201 563 188 530 156 503 c 0\n 132 483 100 471 66 469 c 1\n 66 515 l 1\n 122 525 148 554 146 604 c 1\n 66 604 l 1\n 66 729 l 1\nEndSplineSet\nKernsSLIF: 44 -46 2 0 46 -45 2 0 65 -77 2 0 100 -27 2 0 111 -30 2 0 114 -15 2 0 115 -22 2 0 116 -4 2 0 118 -5 2 0 119 1 2 0 121 -3 2 0 193 -77 2 0 196 -77 2 0 197 -77 2 0 198 -66 2 0\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 666\nWidth: 278\nFlags: MW\nHStem: 0 125<66 146>\nVStem: 66 135<0 16 16 125>\nFore\n66 125 m 1\n 201 125 l 1\n 201 16 l 2\n 201 -41 188 -74 156 -101 c 0\n 132 -121 100 -133 66 -135 c 1\n 66 -89 l 1\n 122 -79 148 -50 146 0 c 1\n 66 0 l 1\n 66 125 l 1\nEndSplineSet\nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 667\nWidth: 500\nFlags: MW\nHStem: 469 125<126 206 353 433> 709 20<206 206 433 433>\nVStem: 71 135<469 578 578 594> 298 135<469 578 578 594>\nFore\n206 469 m 1\n 71 469 l 1\n 71 578 l 2\n 71 635 84 668 116 695 c 0\n 140 715 172 727 206 729 c 1\n 206 683 l 1\n 150 673 124 644 126 594 c 1\n 206 594 l 1\n 206 469 l 1\n433 469 m 1\n 298 469 l 1\n 298 578 l 2\n 298 635 311 668 343 695 c 0\n 367 715 399 727 433 729 c 1\n 433 683 l 1\n 377 673 351 644 353 594 c 1\n 433 594 l 1\n 433 469 l 1\nEndSplineSet\nKernsSLIF: 65 -68 2 0 84 -2 2 0 86 6 2 0 87 16 2 0 89 -9 2 0 193 -68 2 0 196 -68 2 0 197 -68 2 0 198 -57 2 0\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 668\nWidth: 500\nFlags: MW\nHStem: 604 125<73 153 305 385>\nVStem: 73 135<604 620 620 729> 305 135<604 620 620 729>\nFore\n73 729 m 1\n 208 729 l 1\n 208 620 l 2\n 208 563 195 530 163 503 c 0\n 139 483 107 471 73 469 c 1\n 73 515 l 1\n 129 525 155 554 153 604 c 1\n 73 604 l 1\n 73 729 l 1\n305 729 m 1\n 440 729 l 1\n 440 620 l 2\n 440 563 427 530 395 503 c 0\n 371 483 339 471 305 469 c 1\n 305 515 l 1\n 361 525 387 554 385 604 c 1\n 305 604 l 1\n 305 729 l 1\nEndSplineSet\nKernsSLIF: 65 -69 2 0 84 1 2 0 86 7 2 0 87 17 2 0 89 -7 2 0 193 -69 2 0 196 -69 2 0 197 -69 2 0 198 -57 2 0\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 669\nWidth: 500\nFlags: MW\nHStem: 0 125<72 152 297 377>\nVStem: 72 135<0 16 16 125> 297 135<0 16 16 125>\nFore\n72 125 m 1\n 207 125 l 1\n 207 16 l 2\n 207 -41 194 -74 162 -101 c 0\n 138 -121 106 -133 72 -135 c 1\n 72 -89 l 1\n 128 -79 154 -50 152 0 c 1\n 72 0 l 1\n 72 125 l 1\n297 125 m 1\n 432 125 l 1\n 432 16 l 2\n 432 -41 419 -74 387 -101 c 0\n 363 -121 331 -133 297 -135 c 1\n 297 -89 l 1\n 353 -79 379 -50 377 0 c 1\n 297 0 l 1\n 297 125 l 1\nEndSplineSet\nKernsSLIF: 65 12 2 0 84 -75 2 0 86 -73 2 0 87 -51 2 0 89 -92 2 0 198 24 2 0\nEndChar\nStartChar: dagger\nEncoding: 8224 8224 670\nWidth: 556\nFlags: MW\nHStem: 369 116<31 210 344 523>\nVStem: 210 134<-194 369 485 709>\nFore\n523 485 m 1\n 523 369 l 1\n 344 369 l 1\n 344 -194 l 1\n 210 -194 l 1\n 210 369 l 1\n 31 369 l 1\n 31 485 l 1\n 210 485 l 1\n 210 709 l 1\n 344 709 l 1\n 344 485 l 1\n 523 485 l 1\nEndSplineSet\nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 671\nWidth: 556\nFlags: MW\nHStem: 30 116<28 207 341 520> 369 116<28 207 341 520>\nVStem: 207 134<-194 30 146 369 485 709>\nFore\n520 485 m 1\n 520 369 l 1\n 341 369 l 1\n 341 146 l 1\n 520 146 l 1\n 520 30 l 1\n 341 30 l 1\n 341 -194 l 1\n 207 -194 l 1\n 207 30 l 1\n 28 30 l 1\n 28 146 l 1\n 207 146 l 1\n 207 369 l 1\n 28 369 l 1\n 28 485 l 1\n 207 485 l 1\n 207 709 l 1\n 341 709 l 1\n 341 485 l 1\n 520 485 l 1\nEndSplineSet\nEndChar\nStartChar: bullet\nEncoding: 8226 8226 672\nWidth: 350\nFlags: W\nFore\n177 425 m 0\n 244 425 300 368 300 300 c 0\n 300 231 244 175 175 175 c 128\n 106 175 50 231 50 300 c 0\n 50 370 106 425 177 425 c 0\nEndSplineSet\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 673\nWidth: 1000\nFlags: MW\nHStem: 0 146<92 242 425 575 758 908>\nVStem: 92 150<0 146> 425 150<0 146> 758 150<0 146>\nFore\n242 146 m 1\n 242 0 l 1\n 92 0 l 1\n 92 146 l 1\n 242 146 l 1\n575 146 m 1\n 575 0 l 1\n 425 0 l 1\n 425 146 l 1\n 575 146 l 1\n908 146 m 1\n 908 0 l 1\n 758 0 l 1\n 758 146 l 1\n 908 146 l 1\nEndSplineSet\nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 674\nWidth: 1000\nFlags: MW\nHStem: -22 77<452.5 491 821.5 860> 194 80<452 491 821 860> 443 77<141 179.5> 659 80<141 180>\nVStem: 11 79<570.5 609> 231 79<570 608.5> 322 79<105.5 144> 542 79<105 143.5> 691 79<105.5 144> 911 79<105 143.5>\nFore\n160 739 m 0\n 244 739 310 673 310 589 c 0\n 310 510 242 443 161 443 c 0\n 78 443 11 510 11 591 c 128\n 11 672 78 739 160 739 c 0\n160 659 m 0\n 122 659 90 628 90 590 c 0\n 90 551 122 520 160 520 c 0\n 199 520 231 551 231 589 c 0\n 231 628 200 659 160 659 c 0\n496 738 m 1\n 563 738 l 1\n 142 -21 l 1\n 76 -21 l 1\n 496 738 l 1\n471 274 m 0\n 555 274 621 208 621 124 c 0\n 621 44 553 -22 472 -22 c 0\n 389 -22 322 44 322 126 c 0\n 322 207 389 274 471 274 c 0\n471 194 m 0\n 433 194 401 163 401 125 c 0\n 401 86 433 55 472 55 c 0\n 510 55 542 86 542 124 c 0\n 542 163 511 194 471 194 c 0\n840 274 m 0\n 924 274 990 208 990 124 c 0\n 990 44 922 -22 841 -22 c 0\n 758 -22 691 44 691 126 c 0\n 691 207 758 274 840 274 c 0\n840 194 m 0\n 802 194 770 163 770 125 c 0\n 770 86 802 55 841 55 c 0\n 879 55 911 86 911 124 c 0\n 911 163 880 194 840 194 c 0\nEndSplineSet\nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 675\nWidth: 333\nFlags: W\nFore\n83 218 m 1\n 83 332 l 1\n 250 481 l 1\n 250 364 l 1\n 149 275 l 1\n 250 186 l 1\n 250 72 l 1\n 83 218 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 676\nWidth: 333\nFlags: W\nFore\n247 335 m 1\n 247 220 l 1\n 80 72 l 1\n 80 189 l 1\n 181 278 l 1\n 80 367 l 1\n 80 481 l 1\n 247 335 l 1\nEndSplineSet\nKernsSLIF: 65 -46 2 0 84 -104 2 0 86 -74 2 0 87 -56 2 0 89 -107 2 0 193 -46 2 0 196 -46 2 0 197 -46 2 0 198 -35 2 0\nEndChar\nStartChar: fraction\nEncoding: 8260 8260 677\nWidth: 167\nFlags: MW\nHStem: -20 20\nFore\n250 715 m 1\n 337 715 l 1\n -86 -20 l 1\n -173 -20 l 1\n 250 715 l 1\nEndSplineSet\nEndChar\nStartChar: foursuperior\nEncoding: 8308 8308 678\nWidth: 351\nFlags: HW\nFore\n334 452 m 1\n 334 377 l 1\n 288 377 l 1\n 288 284 l 1\n 193 284 l 1\n 193 377 l 1\n 14 377 l 1\n 14 451 l 1\n 179 709 l 1\n 288 709 l 1\n 288 452 l 1\n 334 452 l 1\n193 452 m 1\n 193 616 l 1\n 87 452 l 1\n 193 452 l 1\nEndSplineSet\nEndChar\nStartChar: oneinferior\nEncoding: 8321 8321 679\nWidth: 351\nFlags: HW\nRef: 185 185 N 1 0 0 1 0 -484\nEndChar\nStartChar: twoinferior\nEncoding: 8322 8322 680\nWidth: 351\nFlags: HW\nRef: 178 178 N 1 0 0 1 0 -484\nEndChar\nStartChar: threeinferior\nEncoding: 8323 8323 681\nWidth: 351\nFlags: HW\nRef: 179 179 N 1 0 0 1 0 -484\nEndChar\nStartChar: fourinferior\nEncoding: 8324 8324 682\nWidth: 351\nFlags: HW\nRef: 8308 8308 N 1 0 0 1 0 -484\nEndChar\nStartChar: afii57636\nEncoding: 8362 8362 678\nWidth: 1049\nFlags: W\nHStem: 0 115<474 713> 485 115<219 545>\nVStem: 80 139<0 485> 336 139<115 378> 588 139<218 449> 840 139<230 600>\nFore\n840 231 m 1\n 840 600 l 1\n 979 600 l 1\n 979 231 l 2\n 979 198 975 161 952 126 c 1\n 927 84 889 49 836 25 c 1\n 795 4 750 -1 713 0 c 2\n 336 0 l 1\n 336 378 l 1\n 475 378 l 1\n 475 115 l 1\n 713 115 l 1\n 735 117 753 119 767 125 c 0\n 796 137 817 155 828 180 c 0\n 837 199 838 210 840 231 c 1\n727 438 m 2\n 727 218 l 1\n 588 218 l 1\n 588 438 l 2\n 588 456 585 466 577 473 c 0\n 570 480 550 485 540 485 c 2\n 219 485 l 1\n 219 0 l 1\n 80 0 l 1\n 80 600 l 1\n 540 600 l 2\n 579 600 633 591 678 552 c 0\n 722 513 727 467 727 438 c 2\nEndSplineSet\nMinimumDistance: x2,-1 y20,22 y20,21 y10,8 y10,9 \nEndChar\nStartChar: Euro\nEncoding: 8364 8364 679\nWidth: 556\nFlags: MW\nHStem: -23 131<325 368.5> 250 68<30 70 221 402 221 221> 386 68<30 69 224 451> 594 130<324 377.5>\nVStem: 68 140<347 352>\nFore\n30 318 m 1\n 70 318 l 1\n 68 332 68 341 68 353 c 128\n 68 365 68 374 69 386 c 1\n 6 386 l 1\n 30 454 l 1\n 78 454 l 1\n 115 625 220 724 364 724 c 0\n 434 724 474 709 546 656 c 1\n 501 527 l 1\n 438 577 400 594 355 594 c 0\n 293 594 248 546 224 454 c 1\n 475 454 l 1\n 451 386 l 1\n 211 386 l 1\n 209 370 208 359 208 345 c 0\n 208 335 208 328 210 318 c 1\n 427 318 l 1\n 402 250 l 1\n 221 250 l 1\n 247 159 295 108 355 108 c 0\n 395 108 423 118 501 160 c 1\n 501 11 l 1\n 422 -15 388 -23 349 -23 c 0\n 270 -23 187 21 142 88 c 0\n 111 134 91 186 78 250 c 1\n 6 250 l 1\n 30 318 l 1\nEndSplineSet\nEndChar\nStartChar: trademark\nEncoding: 8482 8482 680\nWidth: 1000\nFlags: MW\nHStem: 651 78<71 208 303 436 303 303>\nVStem: 208 95<273 651> 485 91<273 622> 838 91<273 622 622 622>\nFore\n303 651 m 1\n 303 273 l 1\n 208 273 l 1\n 208 651 l 1\n 71 651 l 1\n 71 729 l 1\n 436 729 l 1\n 436 651 l 1\n 303 651 l 1\n755 273 m 1\n 661 273 l 1\n 576 622 l 1\n 576 273 l 1\n 485 273 l 1\n 485 729 l 1\n 622 729 l 1\n 708 379 l 1\n 792 729 l 1\n 929 729 l 1\n 929 273 l 1\n 838 273 l 1\n 838 622 l 1\n 755 273 l 1\nEndSplineSet\nEndChar\nStartChar: uni215F\nEncoding: 8543 8543 681\nWidth: 869\nFlags: HW\nFore\n147 573 m 1\n 40 573 l 1\n 40 634 l 1\n 118 634 164 659 178 709 c 1\n 242 709 l 1\n 242 284 l 1\n 147 284 l 1\n 147 573 l 1\n593 715 m 1\n 680 715 l 1\n 257 -20 l 1\n 170 -20 l 1\n 593 715 l 1\nEndSplineSet\nLCarets: 0 65535 '    ' 1 0 \nLigature: 0 2 'frac' one slash\nLigature: 0 2 'frac' one fraction\nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 681\nWidth: 490\nFlags: MW\nHStem: -15 31<171 226> 367 41<216 244.5> 703 47<196 237.5>\nVStem: 22 88<124.5 211.5> 379 79<441 492>\nFore\n102 670 m 1\n 62 722 l 1\n 102 740 149 750 194 750 c 0\n 347 750 458 605 458 405 c 0\n 458 302 429 171 392 103 c 0\n 349 26 287 -15 212 -15 c 0\n 105 -15 22 70 22 179 c 0\n 22 244 50 311 96 358 c 0\n 130 392 169 408 218 408 c 0\n 271 408 299 396 368 343 c 1\n 377 403 379 427 379 455 c 0\n 379 529 358 604 324 651 c 0\n 300 685 261 703 214 703 c 0\n 178 703 169 700 110 674 c 2\n 102 670 l 1\n361 304 m 1\n 336 345 299 367 256 367 c 0\n 176 367 110 271 110 155 c 0\n 110 68 143 16 199 16 c 0\n 253 16 299 60 326 139 c 0\n 340 182 347 215 361 304 c 1\nEndSplineSet\nEndChar\nStartChar: Delta\nEncoding: 8710 8710 682\nWidth: 729\nFlags: MW\nHStem: 0 125<205 524> 709 20<268 461 461 461>\nFore\n8 0 m 1\n 268 729 l 1\n 461 729 l 1\n 721 0 l 1\n 8 0 l 1\n205 125 m 1\n 524 125 l 1\n 364 614 l 1\n 205 125 l 1\nEndSplineSet\nEndChar\nStartChar: summation\nEncoding: 8721 8721 683\nWidth: 711\nFlags: MW\nHStem: -87 105<171 513 513 544> 707 46<192 453 192 192>\nFore\n616 753 m 1\n 623 593 l 1\n 601 593 l 1\n 576 686 548 707 453 707 c 2\n 192 707 l 1\n 461 352 l 1\n 171 18 l 1\n 513 18 l 2\n 575 18 597 23 617 40 c 0\n 637 56 643 66 664 117 c 0\n 665 118 667 123 670 130 c 1\n 694 130 l 1\n 672 48 663 3 651 -96 c 1\n 630 -90 602 -87 571 -87 c 2\n 92 -87 l 2\n 51 -87 51 -87 17 -91 c 1\n 362 309 l 1\n 17 760 l 1\n 58 755 89 753 130 753 c 2\n 616 753 l 1\nEndSplineSet\nEndChar\nStartChar: minus\nEncoding: 8722 8722 684\nWidth: 584\nFlags: MW\nHStem: 172 119<40 544>\nFore\n544 291 m 1\n 544 172 l 1\n 40 172 l 1\n 40 291 l 1\n 544 291 l 1\nEndSplineSet\nEndChar\nStartChar: radical\nEncoding: 8730 8730 685\nWidth: 542\nFlags: W\nFore\n476 913 m 1\n 512 908 l 1\n 360 -36 l 1\n 119 461 l 1\n 25 415 l 1\n 7 448 l 1\n 155 521 l 1\n 348 125 l 1\n 476 913 l 1\nEndSplineSet\nEndChar\nStartChar: notequal\nEncoding: 8800 8800 686\nWidth: 548\nFlags: MW\nHStem: 52 119<50 123 316 534> 292 119<50 255 450 534>\nFore\n123 52 m 1\n 50 52 l 1\n 50 171 l 1\n 187 171 l 1\n 255 292 l 1\n 50 292 l 1\n 50 411 l 1\n 322 411 l 1\n 387 528 l 1\n 485 472 l 1\n 450 411 l 1\n 534 411 l 1\n 534 292 l 1\n 384 292 l 1\n 316 171 l 1\n 534 171 l 1\n 534 52 l 1\n 249 52 l 1\n 181 -69 l 1\n 84 -13 l 1\n 123 52 l 1\nEndSplineSet\nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 687\nWidth: 584\nFlags: MW\nHStem: -10 91<45 534>\nFore\n534 81 m 1\n 534 -10 l 1\n 45 -10 l 1\n 45 81 l 1\n 534 81 l 1\n534 639 m 1\n 534 530 l 1\n 152 397 l 1\n 534 266 l 1\n 534 155 l 1\n 45 337 l 1\n 45 457 l 1\n 534 639 l 1\nEndSplineSet\nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 688\nWidth: 584\nFlags: MW\nHStem: -10 91<45 534>\nFore\n534 81 m 1\n 534 -10 l 1\n 45 -10 l 1\n 45 81 l 1\n 534 81 l 1\n45 155 m 1\n 45 264 l 1\n 427 397 l 1\n 45 528 l 1\n 45 639 l 1\n 534 457 l 1\n 534 336 l 1\n 45 155 l 1\nEndSplineSet\nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 689\nWidth: 489\nFlags: MW\nHStem: 0 20 724 20<208 270 270 270>\nFore\n270 744 m 1\n 462 372 l 1\n 270 0 l 1\n 208 0 l 1\n 16 372 l 1\n 208 744 l 1\n 270 744 l 1\n240 60 m 1\n 400 372 l 1\n 240 684 l 1\n 79 372 l 1\n 240 60 l 1\nEndSplineSet\nEndChar\nStartChar: uniF639\nEncoding: 63033 63033 690\nWidth: 556\nFlags: HW\nHStem: -23 120<254.5 293> 611 113<253 291>\nVStem: 29 140<304 392.5> 377 140<309.5 397.5>\nRef: 48 48 N 1 0 0 1 0 0\nKernsSLIF: 66 56 2 0 68 56 2 0 69 56 2 0 70 56 2 0 72 59 2 0 73 64 2 0 74 45 2 0 75 56 2 0 76 56 2 0 77 61 2 0 78 59 2 0 80 56 2 0 82 56 2 0 83 48 2 0 85 56 2 0 89 -44 2 0 90 48 2 0 97 75 2 0 98 68 2 0 99 62 2 0 100 66 2 0 101 63 2 0 102 92 2 0 103 74 2 0 104 60 2 0 105 60 2 0 106 57 2 0 107 68 2 0 108 60 2 0 109 67 2 0 110 64 2 0 111 53 2 0 112 69 2 0 113 69 2 0 114 64 2 0 115 68 2 0 116 85 2 0 117 69 2 0 119 46 2 0 120 91 2 0 122 79 2 0 63033 58 2 0 63034 73 2 0 63035 75 2 0 63037 79 2 0 63038 56 2 0 63039 -10 2 0 63040 65 2 0 63041 80 2 0 63196 -19 2 0\nEndChar\nStartChar: uniF63A\nEncoding: 63034 63034 691\nWidth: 556\nFlags: HW\nHStem: 0 125<212 512> 610 114<243 306>\nVStem: 39 135<484 485> 375 140<457 531.5>\nRef: 50 50 N 1 0 0 1 0 0\nKernsSLIF: 65 71 2 0 66 56 2 0 67 61 2 0 68 56 2 0 69 56 2 0 70 56 2 0 71 61 2 0 72 59 2 0 73 64 2 0 75 56 2 0 76 56 2 0 77 61 2 0 78 59 2 0 79 62 2 0 80 56 2 0 81 59 2 0 82 56 2 0 83 68 2 0 84 41 2 0 85 56 2 0 87 48 2 0 88 67 2 0 90 93 2 0 98 68 2 0 102 94 2 0 104 60 2 0 105 60 2 0 106 57 2 0 107 68 2 0 108 60 2 0 109 67 2 0 110 64 2 0 112 69 2 0 114 64 2 0 116 98 2 0 117 65 2 0 118 99 2 0 119 110 2 0 120 108 2 0 121 104 2 0 122 82 2 0 63033 84 2 0 63034 53 2 0 63035 70 2 0 63036 -9 2 0 63037 48 2 0 63038 77 2 0 63039 -3 2 0 63040 70 2 0 63041 91 2 0 63196 -16 2 0\nEndChar\nStartChar: uniF63B\nEncoding: 63035 63035 692\nWidth: 556\nFlags: HW\nHStem: -23 120<238 301.5> 611 113<244.5 293>\nVStem: 353 140<498.5 547.5> 376 140<173 230>\nRef: 51 51 N 1 0 0 1 0 0\nKernsSLIF: 66 56 2 0 68 56 2 0 69 56 2 0 70 56 2 0 72 57 2 0 73 62 2 0 74 56 2 0 75 56 2 0 76 56 2 0 77 59 2 0 78 57 2 0 80 56 2 0 82 56 2 0 83 56 2 0 85 55 2 0 89 -41 2 0 90 54 2 0 97 74 2 0 98 66 2 0 99 67 2 0 100 72 2 0 101 75 2 0 102 55 2 0 103 68 2 0 104 58 2 0 105 58 2 0 106 55 2 0 107 66 2 0 108 58 2 0 109 65 2 0 110 62 2 0 111 63 2 0 112 67 2 0 113 73 2 0 114 62 2 0 115 64 2 0 116 57 2 0 117 67 2 0 119 58 2 0 120 86 2 0 122 64 2 0 63033 70 2 0 63034 61 2 0 63035 87 2 0 63036 6 2 0 63037 88 2 0 63038 66 2 0 63039 -10 2 0 63040 77 2 0 63041 78 2 0 63196 -27 2 0\nEndChar\nStartChar: uniF63C\nEncoding: 63036 63036 693\nWidth: 556\nFlags: HW\nHStem: 0 20 157 116<123 308 448 522>\nVStem: 308 140<0 157 273 576 576 576>\nRef: 52 52 N 1 0 0 1 0 0\nKernsSLIF: 66 56 2 0 67 62 2 0 68 58 2 0 69 56 2 0 70 61 2 0 71 49 2 0 72 67 2 0 73 72 2 0 75 61 2 0 76 56 2 0 77 69 2 0 78 67 2 0 79 48 2 0 80 59 2 0 81 48 2 0 82 56 2 0 83 88 2 0 85 56 2 0 90 70 2 0 97 87 2 0 98 76 2 0 99 76 2 0 100 81 2 0 101 86 2 0 102 47 2 0 103 77 2 0 104 68 2 0 105 68 2 0 106 65 2 0 107 76 2 0 108 68 2 0 109 75 2 0 110 72 2 0 111 74 2 0 112 77 2 0 113 82 2 0 114 72 2 0 115 78 2 0 116 45 2 0 117 65 2 0 118 41 2 0 119 54 2 0 120 44 2 0 121 46 2 0 122 70 2 0 63033 89 2 0 63034 59 2 0 63035 92 2 0 63036 9 2 0 63037 89 2 0 63038 86 2 0 63039 -28 2 0 63040 97 2 0 63041 80 2 0 63196 -50 2 0\nEndChar\nStartChar: uniF63D\nEncoding: 63037 63037 694\nWidth: 556\nFlags: HW\nHStem: -23 120<232.5 298> 368 111<272.5 298.5> 584 125<196 489 196 196>\nVStem: 377 140<189.5 274>\nRef: 53 53 N 1 0 0 1 0 0\nKernsSLIF: 66 56 2 0 68 56 2 0 69 56 2 0 70 56 2 0 72 57 2 0 73 62 2 0 75 56 2 0 76 56 2 0 77 59 2 0 78 57 2 0 80 56 2 0 82 56 2 0 83 56 2 0 85 56 2 0 89 -45 2 0 90 59 2 0 98 66 2 0 104 58 2 0 105 56 2 0 107 66 2 0 108 58 2 0 109 56 2 0 110 56 2 0 112 56 2 0 114 56 2 0 116 43 2 0 117 56 2 0 63033 56 2 0 63035 73 2 0 63036 6 2 0 63037 77 2 0 63038 53 2 0 63039 -10 2 0 63040 63 2 0 63041 77 2 0 63196 -29 2 0\nEndChar\nStartChar: uniF63E\nEncoding: 63038 63038 695\nWidth: 556\nFlags: HW\nHStem: -23 120<246 309> 357 110<284 311.5> 611 113<262 312.5>\nVStem: 32 138 386 133<190 267>\nRef: 54 54 N 1 0 0 1 0 0\nKernsSLIF: 66 56 2 0 67 44 2 0 68 56 2 0 69 56 2 0 70 56 2 0 72 60 2 0 73 65 2 0 75 56 2 0 76 56 2 0 77 62 2 0 78 60 2 0 80 56 2 0 82 56 2 0 83 56 2 0 85 56 2 0 90 64 2 0 97 77 2 0 98 69 2 0 99 70 2 0 100 74 2 0 101 71 2 0 103 75 2 0 104 61 2 0 105 56 2 0 107 69 2 0 108 61 2 0 109 58 2 0 110 56 2 0 111 59 2 0 112 57 2 0 113 77 2 0 114 56 2 0 115 69 2 0 116 45 2 0 117 56 2 0 63033 66 2 0 63035 82 2 0 63036 7 2 0 63037 87 2 0 63038 62 2 0 63039 -3 2 0 63040 73 2 0 63041 81 2 0 63196 -21 2 0\nEndChar\nStartChar: uniF63F\nEncoding: 63039 63039 696\nWidth: 556\nFlags: HW\nHStem: 0 20 584 125<29 382>\nRef: 55 55 N 1 0 0 1 0 0\nKernsSLIF: 44 -88 2 0 46 -87 2 0 58 -63 2 0 65 -107 2 0 66 56 2 0 68 56 2 0 69 56 2 0 70 56 2 0 72 56 2 0 73 56 2 0 74 -116 2 0 75 56 2 0 76 56 2 0 77 56 2 0 78 56 2 0 80 56 2 0 82 56 2 0 97 -71 2 0 98 56 2 0 99 -75 2 0 100 -70 2 0 101 -63 2 0 103 -75 2 0 104 56 2 0 107 56 2 0 108 56 2 0 111 -77 2 0 113 -69 2 0 115 -71 2 0 120 40 2 0 63034 -4 2 0 63036 -62 2 0 63037 -21 2 0 63038 -13 2 0 63039 9 2 0 63040 -3 2 0 63196 -14 2 0\nEndChar\nStartChar: uniF640\nEncoding: 63040 63040 697\nWidth: 556\nFlags: HW\nHStem: -23 120<239 307> 330 95<244 305.5> 611 113<243.5 306>\nVStem: 22 140<177 246> 46 123<497 546> 380 121<509 545.5> 385 140<176 246>\nRef: 56 56 N 1 0 0 1 0 0\nKernsSLIF: 66 56 2 0 68 57 2 0 69 56 2 0 70 60 2 0 72 66 2 0 73 71 2 0 74 56 2 0 75 60 2 0 76 56 2 0 77 68 2 0 78 66 2 0 80 58 2 0 82 56 2 0 83 56 2 0 85 55 2 0 90 60 2 0 97 84 2 0 98 75 2 0 99 68 2 0 100 72 2 0 101 69 2 0 102 63 2 0 103 78 2 0 104 67 2 0 105 67 2 0 106 64 2 0 107 75 2 0 108 67 2 0 109 74 2 0 110 71 2 0 111 58 2 0 112 76 2 0 113 75 2 0 114 71 2 0 115 73 2 0 116 65 2 0 117 76 2 0 119 53 2 0 120 78 2 0 122 72 2 0 63033 65 2 0 63034 69 2 0 63035 81 2 0 63036 10 2 0 63037 85 2 0 63038 61 2 0 63039 -6 2 0 63040 71 2 0 63041 86 2 0 63196 -23 2 0\nEndChar\nStartChar: uniF641\nEncoding: 63041 63041 698\nWidth: 556\nFlags: HW\nHStem: -24 120<234.5 298.5> 228 116<233 258> 610 114<232 297>\nVStem: 28 133<435.5 517>\nRef: 57 57 N 1 0 0 1 0 0\nKernsSLIF: 66 56 2 0 68 56 2 0 69 56 2 0 70 56 2 0 72 57 2 0 73 62 2 0 75 56 2 0 76 56 2 0 77 59 2 0 78 57 2 0 80 56 2 0 82 56 2 0 83 43 2 0 85 56 2 0 89 -53 2 0 90 41 2 0 97 73 2 0 98 66 2 0 99 52 2 0 100 56 2 0 101 53 2 0 102 91 2 0 103 64 2 0 104 58 2 0 105 58 2 0 106 55 2 0 107 66 2 0 108 58 2 0 109 65 2 0 110 62 2 0 111 50 2 0 112 67 2 0 113 59 2 0 114 62 2 0 115 67 2 0 116 75 2 0 117 67 2 0 120 78 2 0 122 77 2 0 63033 56 2 0 63034 70 2 0 63035 65 2 0 63036 4 2 0 63037 69 2 0 63038 56 2 0 63039 -17 2 0 63040 55 2 0 63041 70 2 0 63196 -21 2 0\nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 690\nWidth: 333\nFlags: MW\nHStem: -172 112<112 179>\nVStem: 112 122<-172 -163 -163 -60>\nFore\n112 -60 m 1\n 234 -60 l 1\n 234 -163 l 2\n 234 -245 183 -305 112 -307 c 1\n 112 -261 l 1\n 158 -252 180 -222 179 -172 c 1\n 112 -172 l 1\n 112 -60 l 1\nEndSplineSet\nEndChar\nStartChar: onefitted\nEncoding: 63196 63196 691\nWidth: 556\nFlags: HW\nHStem: 0 20\nVStem: 238 140<0 489 489 489>\nRef: 49 49 N 1 0 0 1 0 0\nKernsSLIF: 44 -42 2 0 46 -42 2 0 63033 -34 2 0 63034 -47 2 0 63035 -44 2 0 63036 -56 2 0 63037 -43 2 0 63038 -37 2 0 63039 -65 2 0 63040 -37 2 0 63041 -39 2 0 63196 -85 2 0\nEndChar\nStartChar: fi\nEncoding: 64257 64257 691\nWidth: 611\nFlags: W\nHStem: 0 20 436 93<9 85 225 308> 604 125<408 548> 624 105\nVStem: 85 140<0 436 529 582> 408 140<0 540 604 729>\nFore\n548 540 m 1\n 548 0 l 1\n 408 0 l 1\n 408 540 l 1\n 548 540 l 1\n548 729 m 1\n 548 604 l 1\n 408 604 l 1\n 408 729 l 1\n 548 729 l 1\n308 529 m 1\n 308 436 l 1\n 225 436 l 1\n 225 0 l 1\n 85 0 l 1\n 85 436 l 1\n 9 436 l 1\n 9 529 l 1\n 85 529 l 1\n 85 594 l 2\n 85 685 130 729 223 729 c 0\n 242 729 277 728 303 726 c 1\n 303 621 l 1\n 291 623 275 624 263 624 c 0\n 237 624 225 610 225 582 c 2\n 225 529 l 1\n 308 529 l 1\nEndSplineSet\nLigature: 8 0 'liga' f i\nLCarets: 0 0 '    ' 1 0 \nEndChar\nStartChar: fl\nEncoding: 64258 64258 692\nWidth: 611\nFlags: W\nHStem: 0 20 436 93<12 88 228 311> 624 105 709 20<179.5 235.5 406 546 546 546>\nVStem: 88 140<0 436 529 582> 406 140<0 729>\nFore\n546 729 m 1\n 546 0 l 1\n 406 0 l 1\n 406 729 l 1\n 546 729 l 1\n311 529 m 1\n 311 436 l 1\n 228 436 l 1\n 228 0 l 1\n 88 0 l 1\n 88 436 l 1\n 12 436 l 1\n 12 529 l 1\n 88 529 l 1\n 88 594 l 2\n 88 685 133 729 226 729 c 0\n 245 729 280 728 306 726 c 1\n 306 621 l 1\n 294 623 278 624 266 624 c 0\n 240 624 228 610 228 582 c 2\n 228 529 l 1\n 311 529 l 1\nEndSplineSet\nLigature: 8 0 'liga' f l\nEndChar\nStartChar: uniFB1D\nEncoding: 64285 64285 693\nWidth: 284\nFlags: W\nHStem: 142 82<104 186>\nVStem: 73 139<332 600>\nFore\n212 333 m 1\n 73 276 l 1\n 73 600 l 1\n 212 600 l 1\n 212 333 l 1\n104 224 m 1\n 186 224 l 1\n 186 142 l 1\n 104 142 l 1\n 104 224 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB1E\nEncoding: 64286 64286 694\nWidth: 305\nFlags: W\nFore\n100 813 m 1\n 0 813 l 1\n 0 813 6 760 24 731 c 0\n 37 708 48 697 71 684 c 0\n 100 666 119 660 153 660 c 0\n 187 660 206 666 235 684 c 0\n 258 697 269 708 282 731 c 0\n 300 760 306 813 306 813 c 1\n 206 813 l 1\n 206 813 204 789 194 778 c 0\n 182 764 171 760 153 760 c 0\n 135 760 124 764 112 778 c 0\n 102 789 100 813 100 813 c 1\nEndSplineSet\nEndChar\nStartChar: afii57705\nEncoding: 64287 64287 695\nWidth: 542\nFlags: W\nHStem: 140 82<166 366>\nVStem: 73 139<332 600> 331 139<332 600>\nFore\n212 333 m 1\n 73 276 l 1\n 73 600 l 1\n 212 600 l 1\n 212 333 l 1\n470 333 m 1\n 331 276 l 1\n 331 600 l 1\n 470 600 l 1\n 470 333 l 1\n166 222 m 1\n 366 222 l 1\n 366 140 l 1\n 166 140 l 1\n 166 222 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uniFB20\nEncoding: 64288 64288 696\nWidth: 653\nFlags: W\nHStem: 0 115<86 209>\nVStem: 440 139<230 600>\nDStem: 99 600 241 600 209 115 350 118\nFore\n350 118 m 1\n 361 120 371 125 381 131 c 0\n 402 144 417 159 427 178 c 0\n 436 195 440 212 440 231 c 2\n 440 600 l 1\n 579 600 l 1\n 579 231 l 1\n 580 199 574 163 552 128 c 1\n 533 92 504 60 461 36 c 0\n 425 15 380 -1 332 0 c 2\n 86 0 l 1\n 86 115 l 1\n 209 115 l 1\n 99 600 l 1\n 241 600 l 1\n 350 118 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uniFB21\nEncoding: 64289 64289 697\nWidth: 964\nFlags: W\nHStem: 0 21G<89 228 700 900>\nVStem: 89 139<0 148> 732 139<443 600>\nDStem: 61 600 256 600 252 421 623 258 342 337 256 600 700 0 623 258 342 337 704 183 700 0 900 0\nFore\n342 337 m 1\n 284 287 247 255 228 148 c 1\n 228 0 l 1\n 89 0 l 1\n 89 158 l 1\n 103 236 116 282 170 349 c 0\n 183 365 238 411 252 421 c 1\n 61 600 l 1\n 256 600 l 1\n 623 258 l 1\n 693 324 719 369 732 444 c 1\n 732 600 l 1\n 871 600 l 1\n 871 433 l 1\n 857 357 841 314 790 250 c 0\n 777 235 743 202 704 183 c 1\n 900 0 l 1\n 700 0 l 1\n 342 337 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uniFB22\nEncoding: 64290 64290 698\nWidth: 888\nFlags: W\nHStem: 0 21G<594 733> 485 115<63 594 733 816>\nVStem: 594 139<0 485>\nFore\n594 485 m 1\n 63 485 l 1\n 63 600 l 1\n 816 600 l 1\n 816 485 l 1\n 733 485 l 1\n 733 0 l 1\n 594 0 l 1\n 594 485 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y0,6 y0,7 x5,3 x5,4 x0,2 x0,1 \nEndChar\nStartChar: uniFB23\nEncoding: 64291 64291 699\nWidth: 932\nFlags: W\nHStem: 0 21G<79 218 723 862> 485 115<79 590>\nVStem: 79 139<0 349> 723 139<0 365>\nFore\n862 374 m 1\n 862 0 l 1\n 723 0 l 1\n 723 365 l 1\n 715 400 714 415 693 444 c 0\n 683 457 690 451 676 459 c 0\n 644 477 627 478 590 485 c 1\n 79 485 l 1\n 79 600 l 1\n 602 600 l 1\n 663 593 700 584 752 556 c 0\n 777 544 801 522 814 502 c 0\n 846 456 854 425 862 374 c 1\n79 0 m 1\n 79 349 l 1\n 218 349 l 1\n 218 0 l 1\n 79 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB24\nEncoding: 64292 64292 700\nWidth: 845\nFlags: W\nHStem: 0 115<76 512> 485 115<76 512>\nFore\n523 0 m 1\n 76 0 l 1\n 76 115 l 1\n 512 115 l 1\n 549 122 566 123 597 141 c 0\n 611 149 604 143 615 156 c 1\n 636 185 637 200 645 235 c 1\n 645 365 l 1\n 637 400 636 415 615 444 c 1\n 604 457 611 451 597 459 c 0\n 566 477 549 478 512 485 c 1\n 76 485 l 1\n 76 600 l 1\n 523 600 l 1\n 585 593 621 584 674 556 c 0\n 699 544 722 522 735 502 c 0\n 767 456 776 425 784 374 c 1\n 784 226 l 1\n 776 175 767 144 735 98 c 0\n 722 78 699 56 674 44 c 0\n 621 16 585 7 523 0 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB25\nEncoding: 64293 64293 701\nWidth: 917\nFlags: W\nHStem: 0 21G<396 535> 485 115<200 706> 730 20G<62 201>\nVStem: 62 139<599 750>\nFore\n535 101 m 1\n 535 0 l 1\n 396 0 l 1\n 396 107 l 2\n 396 156 428 202 466 240 c 0\n 524 298 608 326 638 340 c 0\n 668 354 700 380 706 419 c 1\n 706 485 l 1\n 62 485 l 1\n 62 750 l 1\n 201 750 l 1\n 201 600 l 1\n 845 600 l 1\n 845 412 l 1\n 844 352 811 318 764 288 c 0\n 696 244 630 230 586 196 c 0\n 561 177 532 142 535 101 c 1\nEndSplineSet\nMinimumDistance: x12,-1 y11,9 y11,10 y13,11 x11,13 x11,12 \nEndChar\nStartChar: uniFB26\nEncoding: 64294 64294 702\nWidth: 933\nFlags: W\nHStem: 0 115<219 724> 485 115<219 596>\nVStem: 80 139<115 485> 724 139<115 369>\nFore\n863 0 m 1\n 80 0 l 1\n 80 600 l 1\n 596 600 l 2\n 669 600 723 575 753 556 c 0\n 806 523 863 454 863 369 c 2\n 863 0 l 1\n724 115 m 1\n 724 369 l 1\n 722 407 700 445 676 459 c 0\n 650 475 624 484 596 485 c 2\n 219 485 l 1\n 219 115 l 1\n 724 115 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB27\nEncoding: 64295 64295 703\nWidth: 850\nFlags: W\nHStem: 0 21G<641 780> 485 115<63 508>\nVStem: 641 139<0 365>\nFore\n780 374 m 1\n 780 0 l 1\n 641 0 l 1\n 641 365 l 1\n 633 400 632 415 611 444 c 0\n 601 457 608 451 594 459 c 0\n 562 477 545 478 508 485 c 1\n 63 485 l 1\n 63 600 l 1\n 520 600 l 1\n 581 593 618 584 670 556 c 0\n 695 544 719 522 732 502 c 0\n 764 456 772 425 780 374 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB28\nEncoding: 64296 64296 704\nWidth: 1006\nFlags: W\nHStem: 0 21G<796 935> 485 115<123 189 327 663>\nVStem: 189 139<232 485> 796 139<0 366>\nFore\n328 485 m 1\n 328 229 l 1\n 324 192 333 156 301 102 c 1\n 288 76 259 55 237 44 c 0\n 185 17 152 4 90 0 c 0\n 79 -1 62 5 62 5 c 1\n 62 121 l 1\n 62 121 79 115 90 115 c 0\n 114 115 115 113 148 129 c 0\n 161 135 170 144 176 153 c 0\n 190 174 185 186 189 233 c 1\n 189 485 l 1\n 123 485 l 1\n 123 600 l 1\n 675 600 l 1\n 736 593 773 584 825 557 c 0\n 850 544 874 523 887 503 c 0\n 919 457 927 426 935 374 c 1\n 935 0 l 1\n 796 0 l 1\n 796 366 l 1\n 788 400 787 416 766 445 c 0\n 756 458 763 452 749 460 c 0\n 717 478 700 478 663 485 c 1\n 328 485 l 1\nEndSplineSet\nMinimumDistance: x17,-1 x11,13 x11,12 \nEndChar\nStartChar: uniFB29\nEncoding: 64297 64297 705\nWidth: 584\nFlags: W\nHStem: 172 119<50 232 350 533>\nVStem: 232 119<291 473>\nFore\n533 291 m 1\n 533 172 l 1\n 50 172 l 1\n 50 291 l 1\n 232 291 l 1\n 232 473 l 1\n 351 473 l 1\n 351 291 l 1\n 533 291 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,6 y4,5 x7,1 x7,0 x4,2 x4,3 \nEndChar\nStartChar: afii57694\nEncoding: 64298 64298 706\nWidth: 840\nFlags: W\nHStem: 0 115<363 477> 639 82<650 732>\nVStem: 76 139<323 600> 351 139<383 600> 627 139<255 600> 650 82<639 721>\nFore\n215 323 m 1\n 283 323 l 2\n 305 323 320 329 331 340 c 0\n 345 352 351 368 351 387 c 2\n 351 600 l 1\n 490 600 l 1\n 490 387 l 2\n 490 345 476 296 432 260 c 1\n 397 226 338 205 283 208 c 1\n 230 208 l 1\n 236 198 l 1\n 263 160 268 156 310 133 c 1\n 345 117 363 115 382 115 c 2\n 461 115 l 2\n 478 115 499 117 532 133 c 0\n 575 156 580 160 606 198 c 1\n 625 229 627 248 627 265 c 2\n 627 600 l 1\n 766 600 l 1\n 766 265 l 1\n 767 221 755 181 728 142 c 1\n 699 97 661 61 605 34 c 1\n 562 11 512 0 461 0 c 2\n 382 0 l 2\n 330 0 279 12 237 34 c 1\n 181 61 143 97 114 142 c 1\n 87 181 76 223 76 265 c 2\n 76 600 l 1\n 215 600 l 1\n 215 323 l 1\n650 721 m 1\n 732 721 l 1\n 732 639 l 1\n 650 639 l 1\n 650 721 l 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: afii57695\nEncoding: 64299 64299 707\nWidth: 840\nFlags: W\nHStem: 0 115<363 477> 639 82<101 183>\nVStem: 76 139<323 600> 101 82<639 721> 351 139<383 600> 627 139<255 600>\nFore\n215 323 m 1\n 283 323 l 2\n 305 323 320 329 331 340 c 0\n 345 352 351 368 351 387 c 2\n 351 600 l 1\n 490 600 l 1\n 490 387 l 2\n 490 345 476 296 432 260 c 1\n 397 226 338 205 283 208 c 1\n 230 208 l 1\n 236 198 l 1\n 263 160 268 156 310 133 c 1\n 345 117 363 115 382 115 c 2\n 461 115 l 2\n 478 115 499 117 532 133 c 0\n 575 156 580 160 606 198 c 1\n 625 229 627 248 627 265 c 2\n 627 600 l 1\n 766 600 l 1\n 766 265 l 1\n 767 221 755 181 728 142 c 1\n 699 97 661 61 605 34 c 1\n 562 11 512 0 461 0 c 2\n 382 0 l 2\n 330 0 279 12 237 34 c 1\n 181 61 143 97 114 142 c 1\n 87 181 76 223 76 265 c 2\n 76 600 l 1\n 215 600 l 1\n 215 323 l 1\n101 721 m 1\n 183 721 l 1\n 183 639 l 1\n 101 639 l 1\n 101 721 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uniFB2C\nEncoding: 64300 64300 708\nWidth: 840\nFlags: W\nHStem: 0 115<363 476> 181 82<474 556> 639 82<650 732>\nVStem: 76 139<323 600> 351 139<383 600> 627 139<255 600> 650 82<639 721>\nFore\n215 323 m 1\n 283 323 l 2\n 305 323 320 329 331 340 c 0\n 345 352 351 368 351 387 c 2\n 351 600 l 1\n 490 600 l 1\n 490 387 l 2\n 490 345 476 296 432 260 c 1\n 397 226 338 205 283 208 c 1\n 230 208 l 1\n 236 198 l 1\n 263 160 268 156 310 133 c 1\n 345 117 363 115 382 115 c 2\n 461 115 l 2\n 478 115 499 117 532 133 c 0\n 575 156 580 160 606 198 c 1\n 625 229 627 248 627 265 c 2\n 627 600 l 1\n 766 600 l 1\n 766 265 l 1\n 767 221 755 181 728 142 c 1\n 699 97 661 61 605 34 c 1\n 562 11 512 0 461 0 c 2\n 382 0 l 2\n 330 0 279 12 237 34 c 1\n 181 61 143 97 114 142 c 1\n 87 181 76 223 76 265 c 2\n 76 600 l 1\n 215 600 l 1\n 215 323 l 1\n474 263 m 1\n 556 263 l 1\n 556 181 l 1\n 474 181 l 1\n 474 263 l 1\n650 721 m 1\n 732 721 l 1\n 732 639 l 1\n 650 639 l 1\n 650 721 l 1\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uniFB2D\nEncoding: 64301 64301 709\nWidth: 840\nFlags: W\nHStem: 0 115<363 476> 181 82<474 556> 639 82<101 183>\nVStem: 76 139<323 600> 101 82<639 721> 351 139<383 600> 627 139<255 600>\nFore\n215 323 m 1\n 283 323 l 2\n 305 323 320 329 331 340 c 0\n 345 352 351 368 351 387 c 2\n 351 600 l 1\n 490 600 l 1\n 490 387 l 2\n 490 345 476 296 432 260 c 1\n 397 226 338 205 283 208 c 1\n 230 208 l 1\n 236 198 l 1\n 263 160 268 156 310 133 c 1\n 345 117 363 115 382 115 c 2\n 461 115 l 2\n 478 115 499 117 532 133 c 0\n 575 156 580 160 606 198 c 1\n 625 229 627 248 627 265 c 2\n 627 600 l 1\n 766 600 l 1\n 766 265 l 1\n 767 221 755 181 728 142 c 1\n 699 97 661 61 605 34 c 1\n 562 11 512 0 461 0 c 2\n 382 0 l 2\n 330 0 279 12 237 34 c 1\n 181 61 143 97 114 142 c 1\n 87 181 76 223 76 265 c 2\n 76 600 l 1\n 215 600 l 1\n 215 323 l 1\n474 263 m 1\n 556 263 l 1\n 556 181 l 1\n 474 181 l 1\n 474 263 l 1\n101 721 m 1\n 183 721 l 1\n 183 639 l 1\n 101 639 l 1\n 101 721 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uniFB2E\nEncoding: 64302 64302 710\nWidth: 714\nFlags: W\nHStem: -142 82<256 456> 0 21G<89 228 487 650>\nVStem: 89 139<0 149> 482 139<443 600>\nDStem: 61 600 222 600 212 388 425 315 286 285 498 212 487 0 650 0\nFore\n286 285 m 1\n 247 237 241 207 228 148 c 1\n 228 0 l 1\n 89 0 l 1\n 89 158 l 1\n 103 236 116 282 170 349 c 0\n 183 365 198 378 212 388 c 1\n 61 600 l 1\n 222 600 l 1\n 425 315 l 1\n 463 362 469 389 482 444 c 1\n 482 600 l 1\n 621 600 l 1\n 621 433 l 1\n 607 357 591 314 540 250 c 0\n 527 235 512 222 498 212 c 1\n 650 0 l 1\n 487 0 l 1\n 286 285 l 1\n256 -60 m 1\n 456 -60 l 1\n 456 -142 l 1\n 256 -142 l 1\n 256 -60 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uniFB2F\nEncoding: 64303 64303 711\nWidth: 714\nFlags: W\nHStem: -142 82<264 323 405 464> 0 21G<89 228 487 650>\nVStem: 89 139<0 148> 323 82<-248 -142> 482 139<443 600>\nDStem: 61 600 222 600 212 388 425 315 286 285 498 212 487 0 650 0\nFore\n286 285 m 1\n 247 237 241 207 228 148 c 1\n 228 0 l 1\n 89 0 l 1\n 89 158 l 1\n 103 236 116 282 170 349 c 0\n 183 365 198 378 212 388 c 1\n 61 600 l 1\n 222 600 l 1\n 425 315 l 1\n 463 362 469 389 482 444 c 1\n 482 600 l 1\n 621 600 l 1\n 621 433 l 1\n 607 357 591 314 540 250 c 0\n 527 235 512 222 498 212 c 1\n 650 0 l 1\n 487 0 l 1\n 286 285 l 1\n405 -142 m 1\n 405 -248 l 1\n 323 -248 l 1\n 323 -142 l 1\n 264 -142 l 1\n 264 -60 l 1\n 464 -60 l 1\n 464 -142 l 1\n 405 -142 l 1\nEndSplineSet\nMinimumDistance: x16,-1 y18,20 y18,19 x21,23 x21,22 x18,24 x18,25 \nEndChar\nStartChar: uniFB30\nEncoding: 64304 64304 712\nWidth: 714\nFlags: W\nHStem: 0 21G<89 228 487 650> 71 82<270 352>\nVStem: 89 139<0 148> 270 82<71 153> 482 139<443 600>\nDStem: 61 600 222 600 212 388 425 315 286 285 498 212 487 0 650 0\nFore\n286 285 m 1\n 247 237 241 207 228 148 c 1\n 228 0 l 1\n 89 0 l 1\n 89 158 l 1\n 103 236 116 282 170 349 c 0\n 183 365 198 378 212 388 c 1\n 61 600 l 1\n 222 600 l 1\n 425 315 l 1\n 463 362 469 389 482 444 c 1\n 482 600 l 1\n 621 600 l 1\n 621 433 l 1\n 607 357 591 314 540 250 c 0\n 527 235 512 222 498 212 c 1\n 650 0 l 1\n 487 0 l 1\n 286 285 l 1\n270 153 m 1\n 352 153 l 1\n 352 71 l 1\n 270 71 l 1\n 270 153 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uniFB31\nEncoding: 64305 64305 713\nWidth: 651\nFlags: W\nHStem: 0 115<77 380 518 610> 257 82<216 298> 485 115<77 247>\nVStem: 216 82<257 339> 380 139<115 365>\nFore\n380 115 m 1\n 380 365 l 1\n 372 400 371 415 350 444 c 0\n 340 457 346 451 333 459 c 0\n 301 477 284 478 247 485 c 1\n 77 485 l 1\n 77 600 l 1\n 259 600 l 1\n 320 593 357 584 409 556 c 0\n 434 544 458 522 470 502 c 1\n 503 456 511 425 519 374 c 1\n 519 115 l 1\n 610 115 l 1\n 610 0 l 1\n 77 0 l 1\n 77 115 l 1\n 380 115 l 1\n216 339 m 1\n 298 339 l 1\n 298 257 l 1\n 216 257 l 1\n 216 339 l 1\nEndSplineSet\nMinimumDistance: x12,-1 x11,13 x11,12 x0,14 x0,15 \nEndChar\nStartChar: uniFB32\nEncoding: 64306 64306 714\nWidth: 557\nFlags: W\nHStem: 0 21G<47 220 363 503> 257 82<190 272>\nVStem: 190 82<257 339>\nDStem: 224 194 347 138 47 0 220 0 322 361 460 378 341 194 503 0\nFore\n347 138 m 1\n 220 0 l 1\n 47 0 l 1\n 224 194 l 1\n 341 194 l 1\n 322 361 l 1\n 312 401 311 416 292 444 c 1\n 281 457 288 451 274 459 c 0\n 242 477 225 478 188 485 c 1\n 115 485 l 1\n 115 600 l 1\n 200 600 l 1\n 262 593 298 584 350 556 c 0\n 375 544 399 522 412 502 c 0\n 445 455 449 422 460 378 c 1\n 503 0 l 1\n 363 0 l 1\n 347 138 l 1\n190 339 m 1\n 272 339 l 1\n 272 257 l 1\n 190 257 l 1\n 190 339 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uniFB33\nEncoding: 64307 64307 715\nWidth: 638\nFlags: W\nHStem: 0 21G<344 483> 257 82<206 288> 485 115<63 344 483 566>\nVStem: 206 82<257 339> 344 139<0 485>\nFore\n344 485 m 1\n 63 485 l 1\n 63 600 l 1\n 566 600 l 1\n 566 485 l 1\n 483 485 l 1\n 483 0 l 1\n 344 0 l 1\n 344 485 l 1\n206 339 m 1\n 288 339 l 1\n 288 257 l 1\n 206 257 l 1\n 206 339 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y0,6 y0,7 x5,3 x5,4 x0,2 x0,1 \nEndChar\nStartChar: uniFB34\nEncoding: 64308 64308 716\nWidth: 682\nFlags: W\nHStem: 0.40625 21G<79 218 473 612> 257.406 82<304 386> 485.406 115<79 340>\nVStem: 79 139<15 342> 473 139<15 365>\nFore\n612 374 m 2\n 612 374.406 l 1\n 612 0.40625 l 1\n 473 0.40625 l 1\n 473 365.406 l 1\n 465 400.406 464 415.406 443 444.406 c 0\n 433 457.406 440 451.406 426 459.406 c 0\n 394 477.406 377 478.406 340 485.406 c 1\n 79 485.406 l 1\n 79 600.406 l 1\n 352 600.406 l 1\n 413 593.406 450 584.406 502 556.406 c 0\n 527 544.406 551 522.406 564 502.406 c 0\n 596 456.406 604 425.406 612 374 c 2\n79 0.40625 m 1\n 79 349.406 l 1\n 218 349.406 l 1\n 218 0.40625 l 1\n 79 0.40625 l 1\n304 339.406 m 1\n 386 339.406 l 1\n 386 257.406 l 1\n 304 257.406 l 1\n 304 339.406 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57723\nEncoding: 64309 64309 717\nWidth: 367\nFlags: W\nHStem: 0 21G<149 288>\nVStem: 30 82<257 339> 149 139<0 600>\nFore\n149 0 m 1\n 149 600 l 1\n 288 600 l 1\n 288 0 l 1\n 149 0 l 1\n30 339 m 1\n 112 339 l 1\n 112 257 l 1\n 30 257 l 1\n 30 339 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uniFB36\nEncoding: 64310 64310 718\nWidth: 443\nFlags: W\nHStem: 0 21G<149 288> 485 115<63 149 288 371>\nVStem: 26 82<257 339> 149 139<0 485>\nFore\n149 485 m 1\n 63 485 l 1\n 63 600 l 1\n 371 600 l 1\n 371 485 l 1\n 288 485 l 1\n 288 0 l 1\n 149 0 l 1\n 149 485 l 1\n26 339 m 1\n 108 339 l 1\n 108 257 l 1\n 26 257 l 1\n 26 339 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y0,6 y0,7 x5,3 x5,4 x0,2 x0,1 \nEndChar\nStartChar: uniFB38\nEncoding: 64312 64312 719\nWidth: 670\nFlags: W\nHStem: 485 115<331 348>\nVStem: 76.1875 139.001<234 600> 300.188 82<257 339>\nFore\n340 485 m 2\n 340.188 485 l 2\n 313.188 485 294.188 473 294.188 473 c 1\n 294.188 595 l 1\n 307.188 597 311.188 600 345.188 600 c 0\n 406.188 600 456.188 580 499.188 556 c 1\n 524.188 544 547.188 522 560.188 502 c 0\n 592.188 456 601.188 425 609.188 374 c 1\n 609.188 226 l 1\n 601.188 175 592.188 144 560.188 98 c 0\n 547.188 78 524.188 56 499.188 44 c 1\n 458.188 21 407.188 0 342.188 0 c 0\n 278.188 0 227.188 21 186.188 44 c 1\n 161.188 56 138.188 78 125.188 98 c 0\n 93.1875 144 84.1875 175 76.1875 226 c 1\n 76.1875 600 l 1\n 215.188 600 l 1\n 215.188 235 l 1\n 223.188 200 224.188 185 245.188 156 c 1\n 256.188 143 249.188 149 262.188 141 c 0\n 306.188 118 307.188 116 342.188 115 c 1\n 378.188 116 379.188 118 422.188 141 c 0\n 436.188 149 429.188 143 440.188 156 c 1\n 461.188 185 462.188 200 470.188 235 c 1\n 470.188 365 l 1\n 462.188 400 461.188 415 440.188 444 c 1\n 429.188 457 436.188 451 422.188 459 c 0\n 381.188 480 379.188 485 340 485 c 2\n300.188 339 m 1\n 382.188 339 l 1\n 382.188 257 l 1\n 300.188 257 l 1\n 300.188 339 l 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uniFB39\nEncoding: 64313 64313 720\nWidth: 354\nFlags: W\nVStem: 34 82<355 437> 143 139<332 600>\nFore\n282 333 m 1\n 143 276 l 1\n 143 600 l 1\n 282 600 l 1\n 282 333 l 1\n34 437 m 1\n 116 437 l 1\n 116 355 l 1\n 34 355 l 1\n 34 437 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB3A\nEncoding: 64314 64314 721\nWidth: 590\nFlags: W\nHStem: 257 82<216 298> 485 115<62 248>\nVStem: 216 82<257 339> 381 139<-200 365>\nFore\n381 -200 m 1\n 381 365 l 1\n 373 400 372 415 351 444 c 1\n 340 457 347 451 333 459 c 0\n 302 477 285 478 248 485 c 1\n 62 485 l 1\n 62 600 l 1\n 259 600 l 1\n 321 593 357 584 410 556 c 0\n 435 544 458 522 471 502 c 0\n 503 456 512 425 520 374 c 1\n 520 -200 l 1\n 381 -200 l 1\n216 339 m 1\n 298 339 l 1\n 298 257 l 1\n 216 257 l 1\n 216 339 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uniFB3B\nEncoding: 64315 64315 722\nWidth: 595\nFlags: W\nHStem: 0 115<90 261> 485 115<90 261>\nVStem: 211.625 82<257 339>\nFore\n273 0 m 2\n 272.625 0 l 1\n 75.625 0 l 1\n 75.625 115 l 1\n 261.625 115 l 1\n 298.625 122 315.625 123 346.625 141 c 0\n 360.625 149 353.625 143 364.625 156 c 1\n 385.625 185 386.625 200 394.625 235 c 1\n 394.625 365 l 1\n 386.625 400 385.625 415 364.625 444 c 1\n 353.625 457 360.625 451 346.625 459 c 0\n 315.625 477 298.625 478 261.625 485 c 1\n 75.625 485 l 1\n 75.625 600 l 1\n 272.625 600 l 1\n 334.625 593 370.625 584 423.625 556 c 0\n 448.625 544 471.625 522 484.625 502 c 0\n 516.625 456 525.625 425 533.625 374 c 1\n 533.625 226 l 1\n 525.625 175 516.625 144 484.625 98 c 0\n 471.625 78 448.625 56 423.625 44 c 0\n 370.625 16 334.625 7 273 0 c 2\n211.625 339 m 1\n 293.625 339 l 1\n 293.625 257 l 1\n 211.625 257 l 1\n 211.625 339 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uniFB3C\nEncoding: 64316 64316 723\nWidth: 667\nFlags: W\nHStem: 0 21G<271 410> 337 82<232 314> 485 115<200 456> 730 20G<62 201>\nVStem: 62 139<599 750> 232 82<337 419>\nFore\n232 419 m 1\n 314 419 l 1\n 314 337 l 1\n 232 337 l 1\n 232 419 l 1\n410 101 m 2\n 410 0 l 1\n 271 0 l 1\n 271 107 l 1\n 277 154 275 188 307 233 c 0\n 355 299 417 312 433 337 c 0\n 452 365 450 380 456 419 c 1\n 456 485 l 1\n 62 485 l 1\n 62 750 l 1\n 201 750 l 1\n 201 600 l 1\n 595 600 l 1\n 595 412 l 1\n 592 372 590 333 559 287 c 0\n 513 218 449 202 433 183 c 0\n 412 157 410 141 410 101 c 2\nEndSplineSet\nMinimumDistance: x16,-1 y15,13 y15,14 y17,15 x15,17 x15,16 \nEndChar\nStartChar: uniFB3E\nEncoding: 64318 64318 724\nWidth: 704\nFlags: W\nHStem: 0 115<363 494> 257 82<336 418> 485 115<67 158 297 388>\nVStem: 336 82<257 339> 494 139<115 385>\nDStem: 158 485 298 485 86 0 226 0\nFore\n298 485 m 1\n 226 0 l 1\n 86 0 l 1\n 158 485 l 1\n 67 485 l 1\n 67 600 l 1\n 367 600 l 2\n 397 600 443 597 490 575 c 0\n 543 551 581 516 606 474 c 0\n 631 434 633 395 633 369 c 2\n 633 0 l 1\n 363 0 l 1\n 363 115 l 1\n 494 115 l 1\n 494 369 l 2\n 494 390 492 404 482 420 c 0\n 459 454 458 456 421 475 c 0\n 405 483 387 485 367 485 c 2\n 298 485 l 1\n336 339 m 1\n 418 339 l 1\n 418 257 l 1\n 336 257 l 1\n 336 339 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x13,11 x13,12 \nEndChar\nStartChar: uniFB40\nEncoding: 64320 64320 725\nWidth: 429\nFlags: W\nHStem: 0 115<73 220> 257 82<77 159> 485 115<84.0626 100.532>\nVStem: 77 82<257 339> 220 139<115 365>\nFore\n359 0 m 1\n 73 0 l 1\n 73 115 l 1\n 220 115 l 1\n 220 365 l 1\n 212 400 211 415 190 444 c 0\n 181 455 186 450 170 461 c 1\n 146 475 113 485 84 485 c 1\n 84 600 l 1\n 153 600 215 576 251 555 c 0\n 272 543 296 524 310 502 c 0\n 342 456 356 425 359 374 c 1\n 359 0 l 1\n77 339 m 1\n 159 339 l 1\n 159 257 l 1\n 77 257 l 1\n 77 339 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x3,1 x3,2 \nEndChar\nStartChar: uniFB41\nEncoding: 64321 64321 726\nWidth: 670\nFlags: W\nHStem: 0 21G<341.516 342> 485 115<218 336>\nVStem: 75.5156 139<234 485> 299.516 82<257 339>\nFore\n342 0 m 2\n 341.516 0 l 2\n 277.516 -1 226.516 21 185.516 44 c 1\n 160.516 56 137.516 78 124.516 98 c 0\n 92.5156 144 78.5156 175 75.5156 226 c 1\n 75.5156 600 l 1\n 347.516 600 l 1\n 409.516 597 445.516 584 498.516 556 c 0\n 523.516 544 546.516 522 559.516 502 c 0\n 591.516 456 600.516 425 608.516 374 c 1\n 608.516 226 l 1\n 600.516 175 591.516 144 559.516 98 c 0\n 546.516 78 523.516 56 498.516 44 c 1\n 457.516 21 406.516 -1 342 0 c 2\n341.516 115 m 1\n 377.516 116 378.516 118 421.516 141 c 0\n 435.516 149 428.516 143 439.516 156 c 1\n 460.516 185 461.516 200 469.516 235 c 1\n 469.516 365 l 1\n 461.516 400 460.516 415 439.516 444 c 1\n 428.516 457 435.516 451 421.516 459 c 0\n 390.516 477 373.516 478 336.516 485 c 1\n 214.516 485 l 1\n 214.516 235 l 1\n 222.516 200 223.516 185 244.516 156 c 1\n 255.516 143 248.516 149 261.516 141 c 0\n 305.516 118 306.516 116 341.516 115 c 1\n299.516 339 m 1\n 381.516 339 l 1\n 381.516 257 l 1\n 299.516 257 l 1\n 299.516 339 l 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uniFB43\nEncoding: 64323 64323 727\nWidth: 661\nFlags: W\nHStem: 241 115<254 319> 314 82<339 421> 486 115<211.062 297.221>\nVStem: 72 139<391 486> 339 82<314 396> 451 139<-200 368>\nFore\n451 -200 m 1\n 451 367 l 1\n 447 399 449 407 439 421 c 0\n 416 455 415 457 377 476 c 0\n 358 486 258 486 211 486 c 1\n 211 407 l 2\n 211 385 212 371 222 364 c 0\n 233 356 241 356 266 356 c 2\n 319 356 l 1\n 319 241 l 1\n 254 241 l 1\n 217 246 171 244 121 284 c 1\n 72 328 72 370 72 398 c 2\n 72 601 l 1\n 328 601 l 2\n 364 600 399 598 447 576 c 0\n 500 552 538 517 563 475 c 0\n 589 433 586 404 590 373 c 1\n 590 -200 l 1\n 451 -200 l 1\n339 396 m 1\n 421 396 l 1\n 421 314 l 1\n 339 314 l 1\n 339 396 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uniFB44\nEncoding: 64324 64324 728\nWidth: 660\nFlags: W\nHStem: 0 115<94 327> 240 115<261 320> 485 115<218.312 304.48>\nVStem: 79.2656 139<383 485> 352.266 82<307 389>\nFore\n335 0 m 2\n 335.266 0 l 1\n 79.2656 0 l 1\n 79.2656 115 l 1\n 327.266 115 l 1\n 363.266 119 370.266 117 384.266 125 c 0\n 421.266 144 423.266 146 446.266 180 c 0\n 456.266 194 454.266 201 458.266 234 c 1\n 458.266 366 l 1\n 454.266 399 456.266 406 446.266 420 c 0\n 423.266 454 422.266 456 384.266 475 c 0\n 365.266 485 265.266 485 218.266 485 c 1\n 218.266 406 l 2\n 218.266 384 219.266 371 229.266 364 c 0\n 240.266 355 248.266 355 273.266 355 c 2\n 326.266 355 l 1\n 326.266 240 l 1\n 261.266 240 l 1\n 224.266 245 178.266 243 128.266 283 c 1\n 79.2656 328 79.2656 369 79.2656 397 c 2\n 79.2656 600 l 1\n 335.266 600 l 2\n 371.266 599 406.266 598 454.266 575 c 0\n 507.266 551 545.266 516 570.266 474 c 0\n 596.266 432 593.266 403 597.266 372 c 1\n 597.266 228 l 1\n 593.266 197 596.266 168 570.266 126 c 0\n 545.266 84 507.266 49 454.266 25 c 0\n 406.266 2 371.266 3 335 0 c 2\n352.266 389 m 1\n 434.266 389 l 1\n 434.266 307 l 1\n 352.266 307 l 1\n 352.266 389 l 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uniFB46\nEncoding: 64326 64326 729\nWidth: 671\nFlags: W\nHStem: 0 115<86 373> 205 82<118 200>\nVStem: 118 82<205 287> 440 139<443 600>\nDStem: 61 600 219 600 374 115 373 362\nFore\n373 362 m 1\n 384 363 394 365 397 368 c 0\n 404 372 397 365 411 382 c 0\n 431 408 433 421 440 444 c 1\n 440 600 l 1\n 579 600 l 1\n 579 433 l 1\n 570 384 557 359 529 321 c 0\n 510 293 482 271 440 258 c 1\n 606 0 l 1\n 86 0 l 1\n 86 115 l 1\n 374 115 l 1\n 61 600 l 1\n 219 600 l 1\n 373 362 l 1\n118 287 m 1\n 200 287 l 1\n 200 205 l 1\n 118 205 l 1\n 118 287 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uniFB47\nEncoding: 64327 64327 730\nWidth: 672\nFlags: W\nHStem: 485.141 115<95 449>\nVStem: 80.3594 139<-185 369> 460.359 139<284 485>\nFore\n489 94 m 2\n 489.359 94.1406 l 2\n 437.359 65.1406 403.359 51.1406 335.359 49.1406 c 1\n 335.359 165.141 l 1\n 341.359 164.141 l 1\n 378.359 171.141 381.359 168.141 412.359 190.141 c 0\n 425.359 200.141 419.359 193.141 430.359 206.141 c 1\n 451.359 235.141 452.359 250.141 460.359 285.141 c 1\n 460.359 485.141 l 1\n 80.3594 485.141 l 1\n 80.3594 600.141 l 1\n 599.359 600.141 l 1\n 599.359 276.141 l 1\n 592.359 226.141 582.359 194.141 550.359 148.141 c 0\n 537.359 128.141 513.359 107.141 489 94 c 2\n219.359 371.141 m 1\n 219.359 -199.859 l 1\n 80.3594 -199.859 l 1\n 80.3594 371.141 l 1\n 219.359 371.141 l 1\n294.359 366.141 m 1\n 376.359 366.141 l 1\n 376.359 284.141 l 1\n 294.359 284.141 l 1\n 294.359 366.141 l 1\nEndSplineSet\nMinimumDistance: x11,-1 x8,10 x8,9 \nEndChar\nStartChar: uniFB48\nEncoding: 64328 64328 731\nWidth: 600\nFlags: W\nHStem: 0.40625 21G<391 530> 257.406 82<216 298> 485.406 115<63 258>\nVStem: 391 139<15 365>\nFore\n530 374 m 2\n 530 374.406 l 1\n 530 0.40625 l 1\n 391 0.40625 l 1\n 391 365.406 l 1\n 383 400.406 382 415.406 361 444.406 c 0\n 351 457.406 358 451.406 344 459.406 c 0\n 312 477.406 295 478.406 258 485.406 c 1\n 63 485.406 l 1\n 63 600.406 l 1\n 270 600.406 l 1\n 331 593.406 368 584.406 420 556.406 c 0\n 445 544.406 469 522.406 482 502.406 c 0\n 514 456.406 522 425.406 530 374 c 2\n216 339.406 m 1\n 298 339.406 l 1\n 298 257.406 l 1\n 216 257.406 l 1\n 216 339.406 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB49\nEncoding: 64329 64329 732\nWidth: 840\nFlags: W\nHStem: 0 115<363 476> 181 82<474 556>\nVStem: 76 139<323 600> 351 139<383 600> 627 139<255 600>\nFore\n215 323 m 1\n 283 323 l 2\n 305 323 320 329 331 340 c 0\n 345 352 351 368 351 387 c 2\n 351 600 l 1\n 490 600 l 1\n 490 387 l 2\n 490 345 476 296 432 260 c 1\n 397 226 338 205 283 208 c 1\n 230 208 l 1\n 236 198 l 1\n 263 160 268 156 310 133 c 1\n 345 117 363 115 382 115 c 2\n 461 115 l 2\n 478 115 499 117 532 133 c 0\n 575 156 580 160 606 198 c 1\n 625 229 627 248 627 265 c 2\n 627 600 l 1\n 766 600 l 1\n 766 265 l 1\n 767 221 755 181 728 142 c 1\n 699 97 661 61 605 34 c 1\n 562 11 512 0 461 0 c 2\n 382 0 l 2\n 330 0 279 12 237 34 c 1\n 181 61 143 97 114 142 c 1\n 87 181 76 223 76 265 c 2\n 76 600 l 1\n 215 600 l 1\n 215 323 l 1\n474 263 m 1\n 556 263 l 1\n 556 181 l 1\n 474 181 l 1\n 474 263 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uniFB4A\nEncoding: 64330 64330 733\nWidth: 756\nFlags: W\nHStem: 0 21G<546 685> 257 82<395 477> 485 115<123 189 327 413>\nVStem: 189 139<232 485> 395 82<257 339> 546 139<0 366>\nFore\n328 485 m 1\n 328 229 l 1\n 324 192 333 156 301 102 c 1\n 288 76 259 55 237 44 c 0\n 185 17 152 4 90 0 c 0\n 79 -1 62 5 62 5 c 1\n 62 121 l 1\n 62 121 79 115 90 115 c 0\n 114 115 115 113 148 129 c 0\n 161 135 170 144 176 153 c 0\n 190 174 185 186 189 233 c 1\n 189 485 l 1\n 123 485 l 1\n 123 600 l 1\n 425 600 l 1\n 486 593 523 584 575 557 c 0\n 600 544 624 523 637 503 c 0\n 669 457 677 426 685 374 c 1\n 685 0 l 1\n 546 0 l 1\n 546 366 l 1\n 538 400 537 416 516 445 c 0\n 506 458 513 452 499 460 c 0\n 467 478 450 478 413 485 c 1\n 328 485 l 1\n395 339 m 1\n 477 339 l 1\n 477 257 l 1\n 395 257 l 1\n 395 339 l 1\nEndSplineSet\nMinimumDistance: x17,-1 x11,13 x11,12 \nEndChar\nStartChar: afii57700\nEncoding: 64331 64331 734\nWidth: 297\nFlags: W\nHStem: 0 21G<79 218> 660 82<104 186>\nVStem: 79 139<0 600> 104 82<660 742>\nFore\n79 0 m 1\n 79 600 l 1\n 218 600 l 1\n 218 0 l 1\n 79 0 l 1\n104 742 m 1\n 186 742 l 1\n 186 660 l 1\n 104 660 l 1\n 104 742 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uniFB4C\nEncoding: 64332 64332 735\nWidth: 651\nFlags: W\nHStem: 0 115<77 380 518 610> 485 115<77 247> 660 82<166 366>\nVStem: 380 139<115 365>\nFore\n380 115 m 1\n 380 365 l 1\n 372 400 371 415 350 444 c 0\n 340 457 346 451 333 459 c 0\n 301 477 284 478 247 485 c 1\n 77 485 l 1\n 77 600 l 1\n 259 600 l 1\n 320 593 357 584 409 556 c 0\n 434 544 458 522 470 502 c 1\n 503 456 511 425 519 374 c 1\n 519 115 l 1\n 610 115 l 1\n 610 0 l 1\n 77 0 l 1\n 77 115 l 1\n 380 115 l 1\n166 742 m 1\n 366 742 l 1\n 366 660 l 1\n 166 660 l 1\n 166 742 l 1\nEndSplineSet\nMinimumDistance: x12,-1 x11,13 x11,12 x0,14 x0,15 \nEndChar\nStartChar: uniFB4D\nEncoding: 64333 64333 736\nWidth: 595\nFlags: W\nHStem: 0 115<90 261> 485 115<90 261> 660 82<170 366>\nFore\n273 0 m 2\n 272.625 0 l 1\n 75.625 0 l 1\n 75.625 115 l 1\n 261.625 115 l 1\n 298.625 122 315.625 123 346.625 141 c 0\n 360.625 149 353.625 143 364.625 156 c 1\n 385.625 185 386.625 200 394.625 235 c 1\n 394.625 365 l 1\n 386.625 400 385.625 415 364.625 444 c 1\n 353.625 457 360.625 451 346.625 459 c 0\n 315.625 477 298.625 478 261.625 485 c 1\n 75.625 485 l 1\n 75.625 600 l 1\n 272.625 600 l 1\n 334.625 593 370.625 584 423.625 556 c 0\n 448.625 544 471.625 522 484.625 502 c 0\n 516.625 456 525.625 425 533.625 374 c 1\n 533.625 226 l 1\n 525.625 175 516.625 144 484.625 98 c 0\n 471.625 78 448.625 56 423.625 44 c 0\n 370.625 16 334.625 7 273 0 c 2\n167.625 742 m 1\n 367.625 742 l 1\n 367.625 660 l 1\n 167.625 660 l 1\n 167.625 742 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4E\nEncoding: 64334 64334 737\nWidth: 660\nFlags: W\nHStem: 0 115<94 327> 240 115<261 320> 485 115<218.312 304.48> 660 82<216 400>\nVStem: 79.2656 139<383 485>\nFore\n335 0 m 2\n 335.266 0 l 1\n 79.2656 0 l 1\n 79.2656 115 l 1\n 327.266 115 l 1\n 363.266 119 370.266 117 384.266 125 c 0\n 421.266 144 423.266 146 446.266 180 c 0\n 456.266 194 454.266 201 458.266 234 c 1\n 458.266 366 l 1\n 454.266 399 456.266 406 446.266 420 c 0\n 423.266 454 422.266 456 384.266 475 c 0\n 365.266 485 265.266 485 218.266 485 c 1\n 218.266 406 l 2\n 218.266 384 219.266 371 229.266 364 c 0\n 240.266 355 248.266 355 273.266 355 c 2\n 326.266 355 l 1\n 326.266 240 l 1\n 261.266 240 l 1\n 224.266 245 178.266 243 128.266 283 c 1\n 79.2656 328 79.2656 369 79.2656 397 c 2\n 79.2656 600 l 1\n 335.266 600 l 2\n 371.266 599 406.266 598 454.266 575 c 0\n 507.266 551 545.266 516 570.266 474 c 0\n 596.266 432 593.266 403 597.266 372 c 1\n 597.266 228 l 1\n 593.266 197 596.266 168 570.266 126 c 0\n 545.266 84 507.266 49 454.266 25 c 0\n 406.266 2 371.266 3 335 0 c 2\n214.266 742 m 1\n 414.266 742 l 1\n 414.266 660 l 1\n 214.266 660 l 1\n 214.266 742 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uniFB4F\nEncoding: 64335 64335 738\nWidth: 714\nFlags: W\nHStem: 0 21G<487 650> 730 20G<83 222>\nVStem: 83 139<599 750> 482 139<443 600>\nDStem: 83 569 222 600 487 0 425 315 83 569 498 212 487 0 650 0\nFore\n83 569 m 1\n 83 750 l 1\n 222 750 l 1\n 222 600 l 1\n 425 315 l 1\n 463 362 469 389 482 444 c 1\n 482 600 l 1\n 621 600 l 1\n 621 433 l 1\n 607 357 591 314 540 250 c 0\n 527 235 512 222 498 212 c 1\n 650 0 l 1\n 487 0 l 1\n 83 569 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nLigature: 8 1 'liga' afii57664 afii57676\nEndChar\nStartChar: uniFE9E\nEncoding: 65182 65182 739\nWidth: 636\nVWidth: 2048\nFlags: W\nHStem: -355 127<315 349> -120 114<251 362> 0 129<556 649>\nVStem: 13 123<-70 -51> 250 113<-119 -7>\nFore\n363 -120 m 1\n 250 -120 l 1\n 250 -6 l 1\n 363 -6 l 1\n 363 -120 l 1\n136 -62 m 0\n 136 -108 152 -146 183 -177 c 0\n 218 -211 267 -228 330 -228 c 0\n 351 -228 371 -226 392 -223 c 0\n 407 -221 429 -216 458 -209 c 1\n 543 -178 l 1\n 598 -283 l 1\n 568 -299 525 -316 469 -334 c 0\n 451 -339 428 -344 399 -349 c 0\n 377 -353 355 -355 335 -355 c 0\n 301 -355 276 -354 259 -351 c 2\n 214 -343 l 1\n 196 -336 l 1\n 135 -318 89 -285 58 -236 c 0\n 28 -190 13 -135 13 -69 c 0\n 13 -16 35 42 78 106 c 1\n 104 136 l 1\n 136 168 l 1\n 170 196 l 1\n 212 226 l 1\n 262 257 l 1\n 316 285 l 1\n 288 286 l 1\n 220 288 l 1\n 196 287 l 1\n 154 284 l 1\n 145 283 l 1\n 136 281 l 1\n 94 262 l 1\n 84 256 l 1\n 26 349 l 1\n 34 359 l 1\n 46 369 l 1\n 59 379 l 1\n 77 391 l 2\n 101 406 127 413 158 412 c 2\n 617 396 l 1\n 606 274 l 1\n 564 274 l 2\n 546 274 531 272 521 270 c 2\n 500 266 l 1\n 491 264 l 1\n 477 258 l 1\n 443 243 l 1\n 418 228 l 1\n 436 200 453 180 468 167 c 0\n 474 161 490 152 517 139 c 1\n 536 132 555 129 576 129 c 2\n 650 129 l 1\n 650 0 l 1\n 555 0 l 2\n 487 0 432 26 391 77 c 1\n 365 118 l 1\n 330 179 l 1\n 291 151 l 1\n 250 119 l 2\n 225 99 199 71 171 34 c 0\n 148 2 136 -30 136 -62 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeSansBoldOblique.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeSansBoldOblique\nFullName: Free Sans Bold Oblique\nFamilyName: FreeSans\nWeight: Bold\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.10 $\nItalicAngle: -12\nUnderlinePosition: -111\nUnderlineWidth: 69\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 33\nTTFWeight: 700\nTTFWidth: 5\nPanose: 2 11 7 4 2 2 2 9 2 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 3\n 1 latn 1 dflt \n 1 hebr 1 dflt \n 1 DFLT 1 dflt \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1060 \"\" \"\" \"polkrepko le+AX4A-e+AQ0A-e\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nEncoding: unicode\nUnicodeInterp: none\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 720 16 14\nBeginPrivate: 8\nUniqueID 7 5020910\nBlueValues 31 [-23 0 540 560 729 749 701 724]\nBlueScale 8 0.039625\nStdHW 5 [113]\nStdVW 5 [145]\nStemSnapH 196 [104 113 127] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 3 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [113 127] } if\nStemSnapV 2 []\nForceBold 5 false\nEndPrivate\nBeginChars: 65536 993\nStartChar: space\nEncoding: 32 32 0\nWidth: 278\nFlags: W\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 333\nFlags: W\nHStem: 0 146<143 262>\nDStem: 143 146 293 146 112 0 262 0 267 726 417 726 222 516 372 516\nFore\n417 726 m 1\n 372 516 l 1\n 265 207 l 1\n 198 207 l 1\n 222 516 l 1\n 267 726 l 1\n 417 726 l 1\n293 146 m 1\n 262 0 l 1\n 112 0 l 1\n 143 146 l 1\n 293 146 l 1\nEndSplineSet\nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 474\nFlags: W\nHStem: 470 259<205 246 441 482>\nDStem: 205 729 343 729 177 599 315 599 441 729 579 729 413 599 551 599\nFore\n343 729 m 1\n 315 599 l 1\n 246 470 l 1\n 190 470 l 1\n 177 599 l 1\n 205 729 l 1\n 343 729 l 1\n579 729 m 1\n 551 599 l 1\n 482 470 l 1\n 426 470 l 1\n 413 599 l 1\n 441 729 l 1\n 579 729 l 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 556\nFlags: W\nHStem: 172 100<60 115 263 323 472 549> 424 100<142 218 366 426 574 639> 424 273<331 365 539 573>\nDStem: 116 172 222 172 33 -32 138 -32 219 424 325 424 157 272 262 272 324 172 430 172 241 -32 346 -32 331 697 437 697 260 524 365 524 427 424 533 424 365 272 471 272 539 697 645 697 468 524 573 524\nFore\n138 -32 m 1\n 33 -32 l 1\n 116 172 l 1\n 39 172 l 1\n 60 272 l 1\n 157 272 l 1\n 219 424 l 1\n 120 424 l 1\n 142 524 l 1\n 260 524 l 1\n 331 697 l 1\n 437 697 l 1\n 365 524 l 1\n 468 524 l 1\n 539 697 l 1\n 645 697 l 1\n 573 524 l 1\n 660 524 l 1\n 639 424 l 1\n 533 424 l 1\n 471 272 l 1\n 570 272 l 1\n 549 172 l 1\n 430 172 l 1\n 346 -32 l 1\n 241 -32 l 1\n 324 172 l 1\n 222 172 l 1\n 138 -32 l 1\n262 272 m 1\n 365 272 l 1\n 427 424 l 1\n 325 424 l 1\n 262 272 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 556\nFlags: W\nVStem: 59.4523 136.966<148 174> 142.002 129.998<475 501> 429.996 143.004<198 237> 498 130<530 549>\nDStem: 239 -21 306 -21 216 -126 284 -126 307 299 371 282 261 86 329 86 372 608 440 608 334 427 397 407\nFore\n623 498 m 1\n 495 498 l 1\n 497 517 498 526 498 538 c 0\n 498 576 476 602 440 608 c 1\n 397 407 l 1\n 452 390 486 374 514 353 c 0\n 552 324 573 283 573 237 c 0\n 573 149 521 61 445 19 c 0\n 406 -2 362 -15 306 -21 c 1\n 284 -126 l 1\n 216 -126 l 1\n 239 -21 l 1\n 123 -9 59 51 59 148 c 0\n 59 166 61 182 67 207 c 1\n 197 207 l 1\n 196 188 196 181 196 174 c 0\n 196 123 217 95 261 86 c 1\n 307 299 l 1\n 196 327 142 384 142 475 c 0\n 142 556 191 634 269 674 c 0\n 307 694 342 704 394 709 c 1\n 405 763 l 1\n 473 763 l 1\n 461 709 l 1\n 517 704 551 692 578 669 c 0\n 610 641 628 597 628 547 c 0\n 628 532 627 520 623 498 c 1\n334 427 m 1\n 372 608 l 1\n 346 603 333 599 319 589 c 0\n 291 570 272 535 272 501 c 0\n 272 468 293 443 334 427 c 1\n371 282 m 1\n 329 86 l 1\n 393 101 430 142 430 198 c 0\n 430 238 410 266 371 282 c 1\nEndSplineSet\nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 889\nFlags: W\nHStem: -19.6968 98.4075<678 700> 246 97.0441<729 750> 337.203 98.7946<280 302> 603 97.0441<331 352>\nVStem: 129.281 99.7195<482 501> 404.97 99.0613<536 557> 527.63 99.3702<125 144> 802.97 99.0613<179 200>\nDStem: 756 709 833 709 206 -20 282 -20\nFore\n756 709 m 1\n 833 709 l 1\n 282 -20 l 1\n 206 -20 l 1\n 756 709 l 1\n352 701 m 0\n 441 701 505 640 505 557 c 0\n 505 442 398 337 280 337 c 0\n 194 337 129 399 129 482 c 0\n 129 595 237 701 352 701 c 0\n331 603 m 0\n 278 603 229 554 229 501 c 0\n 229 464 261 435 302 435 c 0\n 356 435 405 483 405 536 c 0\n 405 574 373 603 331 603 c 0\n750 344 m 0\n 839 344 903 283 903 200 c 0\n 903 85 796 -20 678 -20 c 0\n 592 -20 527 42 527 125 c 0\n 527 238 635 344 750 344 c 0\n729 246 m 0\n 676 246 627 197 627 144 c 0\n 627 107 659 78 700 78 c 0\n 754 78 803 126 803 179 c 0\n 803 217 771 246 729 246 c 0\nEndSplineSet\nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 722\nFlags: W\nHStem: -22.2357 115.236<313 316> 0 21G<536 696> 615 107.051<448 471>\nVStem: 89.0022 136.998<156 187> 246.003 136.997<523 552> 498.99 125.01<574 605>\nDStem: 347 319 465 392 446 152 547 255 499 60 602 160 536 0 696 0\nFore\n607 373 m 1\n 720 373 l 1\n 709 300 661 213 602 160 c 1\n 696 0 l 1\n 536 0 l 1\n 499 60 l 1\n 407 -6 364 -23 287 -23 c 0\n 163 -23 89 44 89 156 c 0\n 89 231 126 297 195 344 c 0\n 226 366 249 378 299 401 c 1\n 263 452 246 492 246 523 c 0\n 246 630 351 723 471 723 c 0\n 562 723 624 676 624 605 c 0\n 624 560 603 508 571 471 c 0\n 549 446 519 424 465 392 c 1\n 547 255 l 1\n 581 286 596 316 607 373 c 1\n347 319 m 1\n 295 290 l 2\n 246 262 226 233 226 187 c 0\n 226 135 266 93 315 93 c 0\n 349 93 380 107 446 152 c 1\n 347 319 l 1\n419 470 m 1\n 471 497 499 533 499 574 c 0\n 499 599 480 615 448 615 c 0\n 410 615 383 589 383 552 c 0\n 383 534 388 524 419 470 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 238\nFlags: W\nHStem: 470 259<205 245>\nDStem: 205 729 343 729 177 599 315 599\nFore\n343 729 m 1\n 315 599 l 1\n 245 470 l 1\n 190 470 l 1\n 177 599 l 1\n 205 729 l 1\n 343 729 l 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 333\nFlags: W\nHStem: 709 20G<358 458>\nVStem: 84 119<104 136>\nFore\n358 729 m 1\n 458 729 l 1\n 387 632 351 577 315 513 c 0\n 240 377 203 245 203 112 c 0\n 203 20 217 -56 261 -200 c 1\n 161 -200 l 1\n 110 -83 84 25 84 122 c 0\n 84 324 168 510 358 729 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 333\nFlags: W\nHStem: 709 20G<176 276>\nVStem: 237 119<392 440>\nFore\n79 -200 m 1\n -21 -200 l 1\n 56 -96 88 -48 124 16 c 0\n 200 152 237 284 237 416 c 0\n 237 509 223 582 176 729 c 1\n 276 729 l 1\n 331 608 356 504 356 406 c 0\n 356 268 310 123 226 -9 c 0\n 190 -64 136 -135 79 -200 c 1\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 389\nFlags: W\nHStem: 709 20G<307 379>\nDStem: 246 544 295 501 159 450 208 407 295 501 362 544 342 407 409 450 307 729 379 729 283 613 354 613\nFore\n246 544 m 1\n 145 580 l 1\n 182 649 l 1\n 283 613 l 1\n 307 729 l 1\n 379 729 l 1\n 354 613 l 1\n 471 649 l 1\n 478 579 l 1\n 362 544 l 1\n 409 450 l 1\n 342 407 l 1\n 295 501 l 1\n 208 407 l 1\n 159 450 l 1\n 246 544 l 1\nEndSplineSet\nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 584\nFlags: W\nHStem: 172 120<112 268 414 571> 172 301<388 413>\nDStem: 112 292 388 172 87 172 349 -10 269 172 388 172 230 -10 349 -10 333 473 452 473 294 292 413 292\nFore\n596 292 m 1\n 571 172 l 1\n 388 172 l 1\n 349 -10 l 1\n 230 -10 l 1\n 269 172 l 1\n 87 172 l 1\n 112 292 l 1\n 294 292 l 1\n 333 473 l 1\n 452 473 l 1\n 413 292 l 1\n 596 292 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 278\nFlags: W\nHStem: 0 146<95 149>\nDStem: 95 146 245 146 64 0 216 9\nFore\n95 146 m 1\n 245 146 l 1\n 216 9 l 1\n 197 -101 137 -158 27 -174 c 1\n 39 -118 l 1\n 101 -107 137 -68 150 0 c 1\n 64 0 l 1\n 95 146 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nKernsSLIF: 8217 -35 2 0 8221 -39 2 0 63196 -79 2 0\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 333\nFlags: W\nHStem: 207 135<99 342>\nDStem: 99 342 371 342 70 207 342 207\nFore\n371 342 m 1\n 342 207 l 1\n 70 207 l 1\n 99 342 l 1\n 371 342 l 1\nEndSplineSet\nKernsSLIF: 65 -7 2 0 84 -64 2 0 86 -34 2 0 87 -15 2 0 89 -71 2 0 193 -7 2 0 196 -7 2 0 197 -7 2 0 198 2 2 0\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 278\nFlags: W\nHStem: 0 146<95 214>\nDStem: 95 146 245 146 64 0 214 0\nFore\n245 146 m 1\n 214 0 l 1\n 64 0 l 1\n 95 146 l 1\n 245 146 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 8217 -35 2 0 8221 -39 2 0 63196 -80 2 0\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 278\nFlags: W\nDStem: 360 714 427 714 -1 -14 66 -14\nFore\n360 714 m 1\n 427 714 l 1\n 66 -14 l 1\n -1 -14 l 1\n 360 714 l 1\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 556\nFlags: W\nHStem: -23 122<271 300> 612 112<394 421>\nVStem: 81 143<168 202> 471 143<504 543>\nFore\n421 724 m 0\n 541 724 614 649 614 526 c 0\n 614 425 576 251 534 160 c 0\n 479 41 387 -23 271 -23 c 0\n 153 -23 81 53 81 176 c 0\n 81 277 119 449 161 541 c 0\n 216 659 308 724 421 724 c 0\n394 612 m 0\n 359 612 330 593 306 555 c 0\n 273 502 224 280 224 183 c 0\n 224 132 254 99 300 99 c 0\n 359 99 393 138 421 237 c 0\n 448 332 471 466 471 528 c 0\n 471 579 441 612 394 612 c 0\nEndSplineSet\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 556\nFlags: W\nHStem: 0 21G<238 378> 489 93<192 223.26> 689 20G<436 529>\nDStem: 342 489 529 709 238 0 378 0\nFore\n342 489 m 1\n 172 489 l 1\n 192 582 l 1\n 314 582 396 625 436 709 c 1\n 529 709 l 1\n 378 0 l 1\n 238 0 l 1\n 342 489 l 1\nEndSplineSet\nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 556\nFlags: W\nHStem: 0 125<238 512> 612 112<397 421>\nVStem: 485 143<530 552>\nFore\n538 125 m 1\n 512 0 l 1\n 30 0 l 1\n 65 132 114 194 253 277 c 1\n 367 348 400 371 431 404 c 1\n 465 438 485 486 485 532 c 0\n 485 582 453 612 399 612 c 0\n 330 612 285 559 272 462 c 1\n 138 462 l 1\n 164 630 266 724 421 724 c 0\n 551 724 628 660 628 552 c 0\n 628 489 605 428 563 378 c 0\n 531 340 494 311 411 259 c 0\n 292 184 263 162 238 125 c 1\n 538 125 l 1\nEndSplineSet\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 556\nFlags: W\nHStem: -23 122<272 302> 317 94<304 324> 612 112<386 413>\nVStem: 67 143<151 176> 422 143<230 257> 465 148<542 573>\nFore\n284 317 m 1\n 304 411 l 1\n 316 411 l 2\n 406 411 465 463 465 542 c 0\n 465 583 433 612 388 612 c 0\n 348 612 315 593 296 561 c 0\n 286 544 280 525 271 486 c 1\n 142 486 l 1\n 157 564 175 607 212 647 c 0\n 258 697 328 724 413 724 c 0\n 540 724 613 669 613 573 c 0\n 613 494 573 429 493 380 c 1\n 542 350 565 311 565 257 c 0\n 565 193 540 122 500 72 c 0\n 449 10 370 -23 272 -23 c 0\n 142 -23 67 41 67 151 c 0\n 67 170 69 185 73 208 c 1\n 209 208 l 1\n 210 198 l 1\n 210 176 l 1\n 211 127 243 99 300 99 c 0\n 367 99 422 159 422 230 c 0\n 422 271 401 300 365 310 c 0\n 342 316 333 317 284 317 c 1\nEndSplineSet\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 556\nFlags: W\nHStem: 0 21G<308 448> 157 116<182 342 506 555> 689 20G<434 599>\nDStem: 342 157 482 157 308 0 448 0 431 577 599 709 366 273 506 273 434 709 431 577 82 275 182 273\nFore\n580 273 m 1\n 555 157 l 1\n 482 157 l 1\n 448 0 l 1\n 308 0 l 1\n 342 157 l 1\n 57 157 l 1\n 82 275 l 1\n 434 709 l 1\n 599 709 l 1\n 506 273 l 1\n 580 273 l 1\n366 273 m 1\n 431 577 l 1\n 182 273 l 1\n 366 273 l 1\nEndSplineSet\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 556\nFlags: W\nHStem: -23 122<259 288> 367 112<339 396> 584 125<258 614>\nVStem: 59 141<141 163> 429 143<275 300>\nDStem: 258 709 318 584 112 314 264 436\nFore\n641 709 m 1\n 614 584 l 1\n 318 584 l 1\n 264 436 l 1\n 311 467 349 479 396 479 c 0\n 505 479 572 410 572 300 c 0\n 572 231 548 158 506 101 c 0\n 448 21 360 -23 259 -23 c 0\n 139 -23 59 42 59 141 c 0\n 59 154 60 165 64 185 c 1\n 202 185 l 1\n 201 176 200 168 200 163 c 0\n 200 124 235 99 288 99 c 0\n 369 99 429 175 429 276 c 0\n 429 334 397 367 339 367 c 0\n 297 367 260 348 238 314 c 1\n 112 314 l 1\n 258 709 l 1\n 641 709 l 1\nEndSplineSet\nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 556\nFlags: W\nHStem: -23 122<284 303> 355 112<352 409> 548 21G<494 624> 612 112<414 443>\nVStem: 85 130<171 202> 434 143<269 300>\nFore\n624 548 m 1\n 494 548 l 1\n 485 594 462 612 414 612 c 0\n 357 612 320 582 292 512 c 0\n 279 480 277 473 260 411 c 1\n 310 449 357 467 409 467 c 0\n 514 467 577 404 577 300 c 0\n 577 229 549 148 503 88 c 0\n 450 17 370 -23 284 -23 c 0\n 163 -23 85 53 85 171 c 0\n 85 293 132 477 185 564 c 0\n 250 670 336 724 443 724 c 0\n 556 724 625 666 625 571 c 0\n 625 566 625 557 624 548 c 1\n352 355 m 0\n 278 355 215 278 215 188 c 0\n 215 136 250 99 301 99 c 0\n 374 99 434 176 434 269 c 0\n 434 320 401 355 352 355 c 0\nEndSplineSet\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 556\nFlags: W\nHStem: 0 21G<131 273> 584 125<177 504>\nFore\n679 709 m 1\n 656 599 l 1\n 551 491 l 1\n 404 328 326 191 273 0 c 1\n 131 0 l 1\n 211 242 309 396 504 584 c 1\n 151 584 l 1\n 178 709 l 1\n 679 709 l 1\nEndSplineSet\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 556\nFlags: W\nHStem: -23 122<276 301> 330 95<342 363> 612 112<397 422>\nVStem: 60 143<155 180> 156 122<488 506> 432 143<232 255> 490 130<540 570>\nFore\n491 386 m 1\n 552 349 575 313 575 253 c 0\n 575 185 542 110 489 59 c 0\n 435 6 359 -23 276 -23 c 0\n 143 -23 60 46 60 155 c 0\n 60 210 82 269 119 313 c 0\n 145 343 171 361 221 386 c 1\n 174 422 156 452 156 495 c 0\n 156 620 277 724 422 724 c 0\n 539 724 620 661 620 570 c 0\n 620 522 598 473 560 436 c 1\n 544 419 525 406 491 386 c 1\n398 612 m 0\n 331 612 278 563 278 500 c 0\n 278 455 312 425 363 425 c 0\n 433 425 490 476 490 540 c 0\n 490 583 453 612 398 612 c 0\n342 330 m 0\n 264 330 203 264 203 180 c 0\n 203 133 243 99 297 99 c 0\n 376 99 432 161 432 247 c 0\n 432 298 397 330 342 330 c 0\nEndSplineSet\nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 556\nFlags: W\nHStem: -23 122<248 285> 228 116<289 337> 612 112<389 413>\nVStem: 68 138<132 153> 120 137<403 431> 481 130<519 521>\nFore\n72 165 m 1\n 207 165 l 1\n 206 160 206 156 206 153 c 0\n 206 121 238 99 285 99 c 0\n 335 99 378 129 402 182 c 0\n 414 210 425 243 436 291 c 1\n 380 243 345 228 289 228 c 0\n 185 228 120 295 120 403 c 0\n 120 582 249 724 413 724 c 0\n 533 724 611 643 611 519 c 0\n 611 398 568 241 507 135 c 0\n 447 31 358 -23 248 -23 c 0\n 141 -23 68 40 68 132 c 0\n 68 142 69 149 72 165 c 1\n389 612 m 0\n 315 612 257 532 257 431 c 0\n 257 378 288 344 337 344 c 0\n 417 344 481 422 481 519 c 0\n 481 576 445 612 389 612 c 0\nEndSplineSet\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 333\nFlags: W\nHStem: 0 146<144 263> 374 146<224 343>\nDStem: 144 146 294 146 113 0 263 0 224 520 374 520 193 374 343 374\nFore\n294 146 m 1\n 263 0 l 1\n 113 0 l 1\n 144 146 l 1\n 294 146 l 1\n374 520 m 1\n 343 374 l 1\n 193 374 l 1\n 224 520 l 1\n 374 520 l 1\nEndSplineSet\nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 333\nFlags: W\nHStem: 0 146<144 198> 374 146<224 343>\nDStem: 144 146 294 146 113 0 265 9 224 520 374 520 193 374 343 374\nFore\n144 146 m 1\n 294 146 l 1\n 265 9 l 1\n 246 -101 186 -158 76 -174 c 1\n 88 -118 l 1\n 150 -107 186 -68 199 0 c 1\n 113 0 l 1\n 144 146 l 1\n374 520 m 1\n 343 374 l 1\n 193 374 l 1\n 224 520 l 1\n 374 520 l 1\nEndSplineSet\nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 584\nFlags: W\nDStem: 630 474 603 345 103 293 263 232\nFore\n630 474 m 1\n 603 345 l 1\n 263 232 l 1\n 555 121 l 1\n 527 -10 l 1\n 77 172 l 1\n 103 293 l 1\n 630 474 l 1\nEndSplineSet\nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 584\nFlags: W\nHStem: 52 120<86 546> 292 120<137 597>\nFore\n622 412 m 1\n 597 292 l 1\n 112 292 l 1\n 137 412 l 1\n 622 412 l 1\n571 172 m 1\n 546 52 l 1\n 61 52 l 1\n 86 172 l 1\n 571 172 l 1\nEndSplineSet\nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 584\nFlags: W\nDStem: 405 232 565 171 65 119 38 -10\nFore\n38 -10 m 1\n 65 119 l 1\n 405 232 l 1\n 113 343 l 1\n 141 474 l 1\n 591 292 l 1\n 565 171 l 1\n 38 -10 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 611\nFlags: W\nHStem: 0 146<268 387> 620 123.089<431 440>\nVStem: 528.995 143.005<533 566>\nDStem: 268 146 418 146 237 0 387 0\nFore\n414 201 m 1\n 292 201 l 1\n 299 277 338 333 432 399 c 0\n 488 438 497 447 512 473 c 0\n 523 492 529 513 529 533 c 0\n 529 584 491 620 438 620 c 0\n 370 620 321 569 304 481 c 1\n 168 481 l 1\n 187 565 209 614 248 657 c 0\n 301 714 372 744 456 744 c 0\n 520 744 574 729 609 700 c 1\n 649 669 672 618 672 566 c 0\n 672 512 652 452 621 413 c 0\n 601 386 564 356 505 320 c 0\n 437 278 428 267 414 201 c 1\n418 146 m 1\n 387 0 l 1\n 237 0 l 1\n 268 146 l 1\n 418 146 l 1\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 975\nFlags: W\nHStem: -137 83<452 489> 53.9923 85.0077<438 468 722 725> 662 83<640 673>\nVStem: 73 100<174 199> 301.003 99.9969<189 215> 939 93<423 441>\nFore\n750 508 m 1\n 840 508 l 1\n 704 228 l 1\n 687 195 685 188 685 174 c 0\n 685 153 701 139 724 139 c 0\n 766 139 825 179 870 237 c 0\n 913 293 939 363 939 425 c 0\n 939 476 918 526 876 571 c 0\n 817 634 746 662 641 662 c 0\n 490 662 360 596 272 475 c 0\n 210 389 173 286 173 196 c 0\n 173 50 298 -54 476 -54 c 0\n 539 -54 594 -43 688 -13 c 1\n 700 -92 l 1\n 624 -123 548 -137 453 -137 c 0\n 327 -137 236 -107 168 -42 c 0\n 107 15 73 96 73 181 c 0\n 73 311 133 450 235 557 c 0\n 349 677 506 745 670 745 c 0\n 798 745 896 703 965 618 c 0\n 1010 564 1032 504 1032 439 c 0\n 1032 349 1002 264 944 193 c 0\n 873 106 787 56 705 56 c 0\n 649 56 612 80 597 126 c 1\n 548 78 493 53 438 53 c 0\n 357 53 301 109 301 189 c 0\n 301 249 335 324 391 390 c 0\n 460 470 548 518 626 518 c 0\n 676 518 703 499 723 449 c 1\n 750 508 l 1\n606 446 m 0\n 520 451 401 317 401 215 c 0\n 401 168 428 136 468 136 c 0\n 513 136 565 169 608 227 c 0\n 646 277 671 335 671 376 c 0\n 671 416 645 444 606 446 c 0\nEndSplineSet\nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 722\nFlags: W\nHStem: 0 21G<26 179 550 703> 147 125<330 517> 709 20G<433 606>\nDStem: 433 729 483 555 26 0 329 272 433 729 260 147 26 0 179 0\nFore\n532 147 m 1\n 260 147 l 1\n 179 0 l 1\n 26 0 l 1\n 433 729 l 1\n 606 729 l 1\n 703 0 l 1\n 550 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 555 l 1\n 329 272 l 1\n 518 272 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 9 0 0 45 2 0 0 46 13 0 0 67 -36 0 0 71 -38 0 0 79 -37 0 0 81 -39 0 0 84 -91 0 0 85 -37 0 0 86 -74 0 0 87 -57 0 0 89 -96 0 0 97 -11 0 0 98 -10 0 0 99 -17 0 0 100 -17 0 0 101 -10 0 0 103 -20 0 0 111 -19 0 0 113 -13 0 0 116 -21 0 0 117 -17 0 0 118 -42 0 0 119 -28 0 0 121 -41 0 0 171 -48 0 0 199 -36 0 0 214 -37 0 0 217 -37 0 0 218 -37 0 0 219 -37 0 0 220 -37 0 0 231 -17 0 0 8217 -67 0 0 8221 -71 0 0 8249 -44 0 0\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 722\nFlags: W\nHStem: 0 125<260 439> 314 125<326 498> 604 125<360 546>\nVStem: 568 148<240 257> 612.995 149.005<542 571>\nDStem: 237 729 360 604 82 0 325 439 237 729 299 314 82 0 259 125\nFore\n82 0 m 1\n 237 729 l 1\n 562 729 l 2\n 636 729 686 712 721 676 c 0\n 747 649 762 610 762 571 c 0\n 762 502 721 438 645 388 c 1\n 696 348 716 310 716 255 c 0\n 716 196 684 126 635 78 c 0\n 579 24 510 0 410 0 c 2\n 82 0 l 1\n325 439 m 1\n 489 439 l 2\n 541 439 563 446 585 471 c 0\n 602 490 613 517 613 542 c 0\n 613 585 586 604 524 604 c 2\n 360 604 l 1\n 325 439 l 1\n259 125 m 1\n 437 125 l 2\n 494 125 522 137 545 171 c 0\n 559 192 568 220 568 245 c 0\n 568 292 539 314 477 314 c 2\n 299 314 l 1\n 259 125 l 1\nEndSplineSet\nKernsSLIF: 65 -41 0 0 79 -18 0 0 86 -46 0 0 87 -30 0 0 89 -63 0 0 193 -41 0 0 194 -41 0 0 195 -41 0 0 196 -41 0 0 197 -41 0 0 198 -30 0 0 210 -18 0 0 211 -18 0 0 212 -18 0 0 214 -18 0 0 216 -17 0 0 338 -9 0 0\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 722\nFlags: W\nHStem: -23 128<381 411> 613 128<507 535>\nVStem: 107.148 148.852<248 266> 647.999 145.001<482 532>\nFore\n789 482 m 1\n 648 482 l 1\n 648 521 644 540 631 560 c 0\n 610 594 569 613 516 613 c 0\n 436 613 374 578 327 504 c 0\n 282 434 256 346 256 264 c 0\n 256 159 306 105 403 105 c 0\n 499 105 570 157 599 249 c 1\n 742 249 l 1\n 698 78 564 -23 382 -23 c 0\n 211 -23 107 75 107 235 c 0\n 107 364 151 499 222 587 c 0\n 303 688 410 741 533 741 c 0\n 688 741 793 656 793 532 c 0\n 793 521 792 510 789 482 c 1\nEndSplineSet\nKernsSLIF: 65 -34 0 0 72 -1 0 0 75 -4 0 0 79 -12 0 0 193 -34 0 0 196 -34 0 0 197 -34 0 0 198 -23 0 0 211 -12 0 0 214 -12 0 0\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 722\nFlags: W\nHStem: 0 125<255 397> 604 125<355 509>\nVStem: 627 149<448 481>\nDStem: 232 729 355 604 77 0 254 125\nFore\n77 0 m 1\n 232 729 l 1\n 517 729 l 2\n 698 729 776 654 776 479 c 0\n 776 361 735 238 664 140 c 0\n 591 39 507 0 362 0 c 2\n 77 0 l 1\n254 125 m 1\n 388 125 l 2\n 475 125 524 153 567 228 c 0\n 601 287 627 390 627 469 c 0\n 627 560 582 604 490 604 c 2\n 355 604 l 1\n 254 125 l 1\nEndSplineSet\nKernsSLIF: 65 -40 0 0 74 -4 0 0 84 -24 0 0 86 -37 0 0 87 -20 0 0 88 -40 0 0 89 -62 0 0 192 -40 0 0 193 -40 0 0 194 -40 0 0 195 -40 0 0 196 -40 0 0 197 -40 0 0\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 667\nFlags: W\nHStem: 0 125<257 624> 314 125<323 645> 604 125<357 735>\nDStem: 234 729 357 604 79 0 322 439 234 729 671 439 79 0 645 314 234 729 296 314 79 0 256 125 234 729 651 125 79 0 624 0\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 762 729 l 1\n 735 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\nEndSplineSet\nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 611\nFlags: W\nHStem: 0 21G<74 224> 314 125<318 610> 604 125<352 714>\nDStem: 229 729 352 604 74 0 317 439 229 729 637 439 74 0 610 314 229 729 291 314 74 0 224 0\nFore\n291 314 m 1\n 224 0 l 1\n 74 0 l 1\n 229 729 l 1\n 741 729 l 1\n 714 604 l 1\n 352 604 l 1\n 317 439 l 1\n 637 439 l 1\n 610 314 l 1\n 291 314 l 1\nEndSplineSet\nKernsSLIF: 44 -84 0 0 45 4 0 0 46 -82 0 0 65 -68 0 0 74 -33 0 0 79 -24 0 0 97 -23 0 0 101 -12 0 0 105 -15 0 0 106 -17 0 0 111 -21 0 0 114 -35 0 0 117 -32 0 0 192 -68 0 0 193 -68 0 0 194 -68 0 0 195 -68 0 0 196 -68 0 0 197 -68 0 0 214 -24 0 0 225 -23 0 0 228 -23 0 0 229 -23 0 0 230 -26 0 0 233 -12 0 0 243 -21 0 0 246 -21 0 0 248 -24 0 0 339 -16 0 0\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 778\nFlags: W\nHStem: -22.6706 128.274<395 426> 267 125<503 641> 613 127.059<518 539>\nVStem: 107.005 148.995<264 286>\nDStem: 503 392 795 392 476 267 711 -2\nFore\n795 392 m 1\n 711 -2 l 1\n 621 -2 l 1\n 628 88 l 1\n 554 9 488 -23 395 -23 c 0\n 219 -23 107 88 107 262 c 0\n 107 378 155 505 233 596 c 0\n 315 691 424 741 547 741 c 0\n 710 741 819 655 819 529 c 0\n 819 521 818 510 817 496 c 1\n 679 496 l 1\n 671 571 614 613 519 613 c 0\n 434 613 366 575 318 501 c 0\n 282 446 256 355 256 284 c 0\n 256 181 328 105 426 105 c 0\n 484 105 543 130 588 175 c 0\n 615 201 629 226 642 267 c 1\n 476 267 l 1\n 503 392 l 1\n 795 392 l 1\nEndSplineSet\nKernsSLIF: 65 -17 0 0 84 -28 0 0 86 -41 0 0 87 -25 0 0 89 -65 0 0 192 -17 0 0 193 -17 0 0 194 -17 0 0 195 -17 0 0 196 -17 0 0 197 -17 0 0 198 -5 0 0\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 507 657> 331 125<316 576> 331 398<288 315>\nDStem: 223 729 373 729 68 0 315 456 223 729 812 729 68 0 657 0 223 729 288 331 68 0 218 0 577 331 812 729 507 0 657 0 661 729 812 729 603 456 657 0\nFore\n577 331 m 1\n 288 331 l 1\n 218 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 315 456 l 1\n 603 456 l 1\n 661 729 l 1\n 812 729 l 1\n 657 0 l 1\n 507 0 l 1\n 577 331 l 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 278\nFlags: W\nHStem: 0 21G<63 213> 709 20G<218 368>\nDStem: 218 729 368 729 63 0 213 0\nFore\n368 729 m 1\n 213 0 l 1\n 63 0 l 1\n 218 729 l 1\n 368 729 l 1\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 556\nFlags: W\nHStem: -22.4621 127.964<247 277> 709 20G<491 641>\nVStem: 59.6195 151.38<133 159>\nDStem: 81 270 231 270 66 198 215 193 491 729 641 729 376 190 526 190\nFore\n491 729 m 1\n 641 729 l 1\n 526 190 l 2\n 510 114 475 55 426 23 c 0\n 383 -5 313 -23 247 -23 c 0\n 130 -23 59 36 59 133 c 0\n 59 154 61 176 66 198 c 1\n 81 270 l 1\n 231 270 l 1\n 215 193 l 1\n 212 180 211 169 211 159 c 0\n 211 127 238 105 277 105 c 0\n 330 105 365 135 376 190 c 1\n 491 729 l 1\nEndSplineSet\nKernsSLIF: 65 -38 0 0 196 -38 0 0 197 -38 0 0 198 -29 0 0\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 722\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<229 379 665 843>\nDStem: 229 729 379 729 74 0 311 409 229 729 274 234 74 0 224 0 365 314 482 410 538 0 717 0 665 729 843 729 311 409 482 410\nFore\n274 234 m 1\n 224 0 l 1\n 74 0 l 1\n 229 729 l 1\n 379 729 l 1\n 311 409 l 1\n 665 729 l 1\n 843 729 l 1\n 482 410 l 1\n 717 0 l 1\n 538 0 l 1\n 365 314 l 1\n 274 234 l 1\nEndSplineSet\nKernsSLIF: 45 -52 0 0 67 -59 0 0 71 -61 0 0 79 -60 0 0 83 -45 0 0 84 5 0 0 97 -17 0 0 101 -38 0 0 111 -45 0 0 117 -35 0 0 121 -74 0 0 211 -60 0 0 214 -60 0 0 228 -17 0 0 229 -17 0 0 230 -17 0 0 243 -45 0 0 246 -45 0 0 252 -35 0 0 338 -51 0 0\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 611\nFlags: W\nHStem: 0 125<258 579> 709 20G<235 385>\nDStem: 235 729 385 729 80 0 257 125 235 729 606 125 80 0 579 0\nFore\n385 729 m 1\n 257 125 l 1\n 606 125 l 1\n 579 0 l 1\n 80 0 l 1\n 235 729 l 1\n 385 729 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nKernsSLIF: 45 -20 0 0 67 -35 0 0 71 -40 0 0 79 -39 0 0 83 -14 0 0 84 -104 0 0 85 -35 0 0 86 -102 0 0 87 -79 0 0 89 -121 0 0 117 -17 0 0 121 -64 0 0 198 12 0 0 199 -36 0 0 210 -39 0 0 211 -39 0 0 212 -39 0 0 213 -39 0 0 214 -39 0 0 220 -35 0 0 252 -17 0 0 8217 -143 0 0 8221 -147 0 0\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 833\nFlags: W\nHStem: 0 21G<66 208 347 497 634 776> 709 20G<221 438 712 931>\nDStem: 221 729 340 619 66 0 208 0 712 729 766 619 458 169 497 0 766 619 931 729 634 0 776 0\nFore\n497 0 m 1\n 347 0 l 1\n 340 619 l 1\n 208 0 l 1\n 66 0 l 1\n 221 729 l 1\n 438 729 l 1\n 458 169 l 1\n 712 729 l 1\n 931 729 l 1\n 776 0 l 1\n 634 0 l 1\n 766 619 l 1\n 497 0 l 1\nEndSplineSet\nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 722\nFlags: W\nHStem: 0 21G<68 210 513 661> 709 20G<223 373 674 816>\nDStem: 223 729 321 523 68 0 210 0 321 523 373 729 513 0 565 214 674 729 816 729 565 214 661 0\nFore\n816 729 m 1\n 661 0 l 1\n 513 0 l 1\n 321 523 l 1\n 210 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 565 214 l 1\n 674 729 l 1\n 816 729 l 1\nEndSplineSet\nKernsSLIF: 44 7 0 0 46 8 0 0 65 -15 0 0 67 -1 0 0 71 -2 0 0 79 -2 0 0 97 5 0 0 101 10 0 0 111 1 0 0 117 4 0 0 193 -15 0 0 196 -15 0 0 197 -15 0 0 198 -2 0 0 199 -1 0 0 211 -2 0 0 214 -2 0 0 225 5 0 0 228 5 0 0 229 5 0 0 230 4 0 0 233 10 0 0 243 1 0 0 246 1 0 0 248 2 0 0 252 4 0 0\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 778\nFlags: W\nHStem: -22.7892 127.789<410 426> 613 128<518 539>\nVStem: 106 149<260 284> 679 149<425 457>\nFore\n538 741 m 0\n 721 741 828 635 828 455 c 0\n 828 337 783 215 705 124 c 0\n 619 22 523 -23 395 -23 c 0\n 217 -23 106 86 106 261 c 0\n 106 376 153 502 231 594 c 0\n 313 693 414 741 538 741 c 0\n519 613 m 0\n 443 613 377 577 327 509 c 0\n 283 448 255 360 255 282 c 0\n 255 173 318 105 419 105 c 0\n 496 105 559 140 609 210 c 0\n 652 270 679 358 679 437 c 0\n 679 547 619 613 519 613 c 0\nEndSplineSet\nKernsSLIF: 65 -42 0 0 84 -32 0 0 86 -40 0 0 87 -24 0 0 88 -43 0 0 89 -65 0 0 193 -42 0 0 196 -42 0 0 197 -42 0 0 198 -33 0 0\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 667\nFlags: W\nHStem: 0 21G<76 226> 260 125<309 476> 604 125<354 524>\nVStem: 597.995 149.005<525 560>\nDStem: 231 729 354 604 76 0 308 385 231 729 281 260 76 0 226 0\nFore\n281 260 m 1\n 226 0 l 1\n 76 0 l 1\n 231 729 l 1\n 539 729 l 2\n 606 729 647 718 683 690 c 0\n 724 659 747 612 747 560 c 0\n 747 483 712 398 658 341 c 0\n 605 284 547 260 468 260 c 2\n 281 260 l 1\n308 385 m 1\n 461 385 l 2\n 514 385 548 401 572 436 c 0\n 587 457 598 496 598 525 c 0\n 598 572 562 604 508 604 c 2\n 354 604 l 1\n 308 385 l 1\nEndSplineSet\nKernsSLIF: 44 -103 0 0 45 -7 0 0 46 -101 0 0 65 -71 0 0 74 -52 0 0 97 -14 0 0 101 -13 0 0 111 -22 0 0 193 -71 0 0 196 -71 0 0 197 -71 0 0 198 -62 0 0 225 -14 0 0 228 -14 0 0 229 -14 0 0 230 -15 0 0 233 -13 0 0 243 -22 0 0 246 -22 0 0 248 -26 0 0 339 -17 0 0\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 778\nFlags: W\nHStem: -23 128<398 420> 613 128<508 539>\nVStem: 109 149<261 284> 682 149<426 458>\nFore\n686 103 m 1\n 750 27 l 1\n 657 -54 l 1\n 588 27 l 1\n 527 -7 468 -23 397 -23 c 0\n 220 -23 109 87 109 262 c 0\n 109 378 156 504 232 594 c 0\n 315 694 414 741 538 741 c 0\n 721 741 831 632 831 453 c 0\n 831 330 771 185 686 103 c 1\n539 278 m 1\n 604 200 l 1\n 650 258 682 354 682 436 c 0\n 682 547 621 613 518 613 c 0\n 442 613 379 578 329 508 c 0\n 285 447 258 361 258 282 c 0\n 258 173 319 105 418 105 c 0\n 450 105 482 112 507 124 c 1\n 445 197 l 1\n 539 278 l 1\nEndSplineSet\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 722\nFlags: W\nHStem: 0 21G<80 230 518 677> 289 125<319 480> 604 125<358 550>\nVStem: 510.003 154.997<41 61> 547.993 148.007<234 270> 635.993 149.007<534 579>\nDStem: 235 729 358 604 80 0 318 414 235 729 291 289 80 0 230 0\nFore\n291 289 m 1\n 230 0 l 1\n 80 0 l 1\n 235 729 l 1\n 612 729 l 2\n 670 729 710 715 742 683 c 0\n 769 656 785 617 785 579 c 0\n 785 523 760 460 721 420 c 0\n 697 395 671 378 618 352 c 1\n 670 335 696 308 696 270 c 0\n 696 245 691 210 668 87 c 0\n 666 77 665 67 665 61 c 0\n 665 47 670 37 683 27 c 1\n 677 0 l 1\n 518 0 l 1\n 512 19 510 29 510 41 c 0\n 510 67 517 104 536 173 c 0\n 545 209 548 222 548 234 c 0\n 548 271 520 289 463 289 c 2\n 291 289 l 1\n318 414 m 1\n 499 414 l 2\n 549 414 580 426 606 455 c 0\n 624 475 636 506 636 534 c 0\n 636 553 628 570 614 583 c 1\n 595 598 572 604 526 604 c 2\n 358 604 l 1\n 318 414 l 1\nEndSplineSet\nKernsSLIF: 45 10 0 0 67 -12 0 0 71 -13 0 0 79 -13 0 0 84 -12 0 0 85 -12 0 0 86 -38 0 0 87 -22 0 0 89 -50 0 0 97 -4 0 0 111 -9 0 0 117 -6 0 0 121 -4 0 0 199 -12 0 0 211 -13 0 0 214 -13 0 0 220 -12 0 0 225 -4 0 0 228 -4 0 0 229 -4 0 0 230 -5 0 0 243 -9 0 0 246 -9 0 0 250 -6 0 0 252 -6 0 0 338 -3 0 0 339 -4 0 0\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 667\nFlags: W\nHStem: -23 128<344 369> 613 128<444 473>\nVStem: 76.2509 147.749<185 195> 151.002 148.998<472 509> 537.996 149.004<216 265> 578.995 146.005<530 569>\nFore\n717 507 m 1\n 577 507 l 1\n 578 516 579 525 579 530 c 0\n 579 584 532 613 447 613 c 0\n 356 613 300 573 300 509 c 0\n 300 471 327 455 421 436 c 2\n 530 414 l 2\n 632 394 687 342 687 265 c 0\n 687 199 660 126 618 79 c 0\n 560 12 467 -23 345 -23 c 0\n 249 -23 180 -2 132 42 c 0\n 96 75 76 121 76 174 c 0\n 76 188 77 198 80 218 c 1\n 226 218 l 1\n 225 209 224 200 224 195 c 0\n 224 138 276 105 367 105 c 0\n 471 105 538 149 538 216 c 0\n 538 263 509 283 418 301 c 2\n 320 321 l 2\n 201 345 151 389 151 472 c 0\n 151 543 186 618 243 667 c 0\n 300 717 376 741 473 741 c 0\n 632 741 725 677 725 569 c 0\n 725 549 723 535 717 507 c 1\nEndSplineSet\nKernsSLIF: 65 -26 0 0 84 -15 0 0 86 -36 0 0 87 -20 0 0 89 -54 0 0 116 -4 0 0 193 -26 0 0 196 -26 0 0 197 -26 0 0 198 -14 0 0\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 611\nFlags: W\nHStem: 0 21G<235 385> 604 125<169 363 514 726>\nDStem: 169 729 514 604 142 604 385 0 364 604 514 604 235 0 385 0\nFore\n514 604 m 1\n 385 0 l 1\n 235 0 l 1\n 364 604 l 1\n 142 604 l 1\n 169 729 l 1\n 753 729 l 1\n 726 604 l 1\n 514 604 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 44 -75 0 0 45 -53 0 0 46 -73 0 0 58 -104 0 0 59 -105 0 0 65 -93 0 0 67 -29 0 0 71 -30 0 0 74 -95 0 0 79 -30 0 0 83 -7 0 0 86 9 0 0 87 15 0 0 89 7 0 0 97 -77 0 0 99 -79 0 0 101 -72 0 0 103 -79 0 0 105 -9 0 0 106 -11 0 0 111 -81 0 0 114 -76 0 0 115 -81 0 0 117 -78 0 0 118 -91 0 0 119 -85 0 0 121 -89 0 0 171 -107 0 0 192 -93 0 0 193 -93 0 0 194 -93 0 0 195 -93 0 0 196 -93 0 0 197 -93 0 0 198 -85 0 0 210 -30 0 0 211 -30 0 0 212 -30 0 0 213 -30 0 0 214 -30 0 0 216 -36 0 0 230 -78 0 0 248 -80 0 0 338 -20 0 0 8249 -103 0 0\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 722\nFlags: W\nHStem: -22.9091 127.909<375 395> 709 20G<231 381 659 809>\nVStem: 119.706 151.43<167 190>\nDStem: 231 729 381 729 130 255 276 235 659 729 809 729 554 235 704 235\nFore\n659 729 m 1\n 809 729 l 1\n 704 235 l 1\n 686 152 654 96 597 51 c 0\n 536 3 454 -23 366 -23 c 0\n 215 -23 119 51 119 167 c 0\n 119 189 123 222 130 255 c 2\n 231 729 l 1\n 381 729 l 1\n 276 235 l 1\n 273 219 271 205 271 190 c 0\n 271 137 316 105 394 105 c 0\n 485 105 535 145 554 235 c 2\n 659 729 l 1\nEndSplineSet\nKernsSLIF: 44 -17 0 0 46 -12 0 0 65 -40 0 0 109 -3 0 0 110 -5 0 0 112 -3 0 0 114 -5 0 0 193 -40 0 0 194 -40 0 0 195 -40 0 0 196 -40 0 0 197 -40 0 0 198 -30 0 0\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 667\nFlags: W\nHStem: 0 21G<273 400> 709 20G<179 330 651 802>\nFore\n400 0 m 1\n 273 0 l 1\n 179 729 l 1\n 330 729 l 1\n 375 180 l 1\n 651 729 l 1\n 802 729 l 1\n 400 0 l 1\nEndSplineSet\nKernsSLIF: 44 -76 0 0 45 -26 0 0 46 -74 0 0 58 -74 0 0 59 -77 0 0 65 -75 0 0 67 -43 0 0 71 -44 0 0 79 -44 0 0 83 -31 0 0 84 12 0 0 97 -51 0 0 101 -46 0 0 103 -54 0 0 105 -13 0 0 111 -56 0 0 114 -43 0 0 117 -42 0 0 121 -19 0 0 171 -81 0 0 192 -75 0 0 193 -75 0 0 194 -75 0 0 195 -75 0 0 196 -75 0 0 197 -75 0 0 198 -65 0 0 210 -44 0 0 211 -44 0 0 212 -44 0 0 213 -44 0 0 214 -44 0 0 216 -42 0 0 230 -52 0 0 248 -55 0 0 8249 -77 0 0\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 944\nFlags: W\nHStem: 0 21G<219 354 595 730> 709 20G<168 327 548 706 928 1087>\nVStem: 591 112<181.146 554.854>\nDStem: 548 729 591 555 324 183 354 0\nFore\n730 0 m 1\n 595 0 l 1\n 591 555 l 1\n 354 0 l 1\n 219 0 l 1\n 168 729 l 1\n 327 729 l 1\n 324 183 l 1\n 548 729 l 1\n 706 729 l 1\n 703 181 l 1\n 928 729 l 1\n 1087 729 l 1\n 730 0 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nKernsSLIF: 44 -53 0 0 45 -9 0 0 46 -51 0 0 58 -61 0 0 59 -63 0 0 65 -59 0 0 67 -28 0 0 71 -29 0 0 79 -29 0 0 83 -22 0 0 84 16 0 0 97 -34 0 0 101 -28 0 0 103 -36 0 0 105 -9 0 0 111 -38 0 0 114 -33 0 0 117 -32 0 0 121 -9 0 0 171 -63 0 0 192 -59 0 0 193 -59 0 0 194 -59 0 0 195 -59 0 0 196 -59 0 0 197 -59 0 0 198 -50 0 0 210 -29 0 0 211 -29 0 0 212 -29 0 0 213 -29 0 0 214 -29 0 0 216 -27 0 0 230 -34 0 0 248 -37 0 0 8249 -59 0 0\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 667\nFlags: W\nHStem: 0 21G<22 197 476 655> 709 20G<187 365 627 802>\nFore\n499 372 m 1\n 655 0 l 1\n 476 0 l 1\n 386 249 l 1\n 197 0 l 1\n 22 0 l 1\n 332 367 l 1\n 187 729 l 1\n 365 729 l 1\n 444 493 l 1\n 627 729 l 1\n 802 729 l 1\n 499 372 l 1\nEndSplineSet\nKernsSLIF: 45 -33 0 0 67 -39 0 0 79 -40 0 0 81 -43 0 0 97 -17 0 0 101 -33 0 0 111 -43 0 0 117 -35 0 0 121 -48 0 0 214 -40 0 0\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 667\nFlags: W\nHStem: 0 21G<269 419> 709 20G<182 349 638 805>\nDStem: 327 270 477 270 269 0 419 0\nFore\n477 270 m 1\n 419 0 l 1\n 269 0 l 1\n 327 270 l 1\n 182 729 l 1\n 349 729 l 1\n 431 414 l 1\n 638 729 l 1\n 805 729 l 1\n 477 270 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 44 -85 0 0 45 -55 0 0 46 -84 0 0 58 -90 0 0 59 -93 0 0 65 -91 0 0 67 -60 0 0 71 -61 0 0 79 -61 0 0 83 -39 0 0 84 14 0 0 97 -71 0 0 101 -66 0 0 103 -73 0 0 105 -11 0 0 111 -76 0 0 112 -53 0 0 117 -57 0 0 118 -36 0 0 171 -105 0 0 192 -91 0 0 193 -91 0 0 194 -91 0 0 195 -91 0 0 196 -91 0 0 197 -91 0 0 198 -81 0 0 210 -61 0 0 211 -61 0 0 212 -61 0 0 213 -61 0 0 214 -61 0 0 216 -58 0 0 230 -71 0 0 248 -74 0 0 8249 -101 0 0\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 611\nFlags: W\nHStem: 0 125<233 578> 604 125<185 530>\nDStem: 531 604 706 604 57 125 232 125\nFore\n733 729 m 1\n 706 604 l 1\n 232 125 l 1\n 605 125 l 1\n 578 0 l 1\n 30 0 l 1\n 57 125 l 1\n 531 604 l 1\n 158 604 l 1\n 185 729 l 1\n 733 729 l 1\nEndSplineSet\nKernsSLIF: 118 -21 0 0 121 -19 0 0\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 333\nFlags: W\nHStem: -200 100<175 266> 629 100<328 441>\nDStem: 220 729 463 729 23 -200 441 629 220 729 328 629 23 -200 174 -100 220 729 287 -100 23 -200 266 -200\nFore\n463 729 m 1\n 441 629 l 1\n 328 629 l 1\n 174 -100 l 1\n 287 -100 l 1\n 266 -200 l 1\n 23 -200 l 1\n 220 729 l 1\n 463 729 l 1\nEndSplineSet\nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 278\nFlags: W\nHStem: -23 732<210 212>\nDStem: 138 709 212 709 210 -23 285 -23\nFore\n138 709 m 1\n 212 709 l 1\n 285 -23 l 1\n 210 -23 l 1\n 138 709 l 1\nEndSplineSet\nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 333\nFlags: W\nHStem: -200 100<-3 110> 629 100<172 263>\nDStem: -3 -100 415 729 -25 -200 218 -200 172 729 415 729 151 629 218 -200 264 629 415 729 110 -100 218 -200\nFore\n-25 -200 m 1\n -3 -100 l 1\n 110 -100 l 1\n 264 629 l 1\n 151 629 l 1\n 172 729 l 1\n 415 729 l 1\n 218 -200 l 1\n -25 -200 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 584\nFlags: W\nHStem: 270 425<467 499>\nDStem: 374 695 409 570 119 270 231 270 409 570 499 695 467 270 580 270\nFore\n580 270 m 1\n 467 270 l 1\n 409 570 l 1\n 231 270 l 1\n 119 270 l 1\n 374 695 l 1\n 499 695 l 1\n 580 270 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 556\nFlags: W\nHStem: -145 69<-50 535>\nFore\n550 -76 m 1\n 535 -145 l 1\n -65 -145 l 1\n -50 -76 l 1\n 550 -76 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 333\nFlags: W\nHStem: 607 150<276 294>\nFore\n175 757 m 1\n 294 757 l 1\n 339 607 l 1\n 276 607 l 1\n 175 757 l 1\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 556\nFlags: W\nHStem: -22.9977 111.998<199 266> 0 21G<370 523> 437 112<354 385>\nVStem: 50.0031 142.997<108 139> 435.992 142.008<394 428>\nDStem: 408 255 572 383 400 217 509 83\nFore\n527 17 m 1\n 523 0 l 1\n 370 0 l 1\n 365 11 363 17 363 27 c 0\n 363 34 363 39 366 54 c 1\n 306 0 257 -23 199 -23 c 0\n 156 -23 122 -13 97 8 c 0\n 68 32 50 70 50 108 c 0\n 50 168 83 229 136 267 c 0\n 167 289 204 303 252 311 c 2\n 310 320 l 2\n 382 330 382 330 402 341 c 0\n 422 351 436 373 436 394 c 0\n 436 424 414 437 363 437 c 0\n 299 437 268 417 251 362 c 1\n 120 362 l 1\n 148 492 229 549 386 549 c 0\n 456 549 505 537 537 511 c 0\n 560 492 578 457 578 428 c 0\n 578 416 576 401 572 383 c 2\n 509 83 l 1\n 507 75 506 68 506 62 c 0\n 506 47 512 34 527 17 c 1\n400 217 m 1\n 408 255 l 1\n 396 248 393 247 382 245 c 0\n 378 244 371 243 361 241 c 2\n 345 238 l 1\n 295 230 l 2\n 230 219 193 186 193 139 c 0\n 193 106 218 89 266 89 c 0\n 334 89 382 135 400 217 c 1\nEndSplineSet\nKernsSLIF: 106 -7 0 0 118 -23 0 0 119 -10 0 0 121 -24 0 0 8217 -14 0 0\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 611\nFlags: W\nHStem: -23 112<331 347> 0 21G<59 199> 436.995 112.005<409 465> 709 20G<214 354>\nVStem: 497 142.244<318 329>\nDStem: 214 729 354 729 59 0 299 470 214 729 211 55 59 0 199 0\nFore\n214 729 m 1\n 354 729 l 1\n 299 470 l 1\n 344 524 397 549 465 549 c 0\n 571 549 640 467 640 342 c 0\n 640 152 497 -23 343 -23 c 0\n 276 -23 233 2 211 55 c 1\n 199 0 l 1\n 59 0 l 1\n 214 729 l 1\n409 437 m 0\n 323 437 248 327 248 202 c 0\n 248 134 283 89 336 89 c 0\n 421 89 497 197 497 319 c 0\n 497 392 463 437 409 437 c 0\nEndSplineSet\nKernsSLIF: 118 -23 0 0 119 -9 0 0 121 -25 0 0\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 556\nFlags: W\nHStem: -23 112<293 317> 437 111.396<376 381>\nVStem: 77 143<172 194>\nFore\n593 338 m 1\n 459 338 l 1\n 458 377 456 389 448 404 c 0\n 435 425 410 437 377 437 c 0\n 322 437 285 411 257 352 c 0\n 233 304 220 245 220 192 c 0\n 220 123 249 89 309 89 c 0\n 363 89 396 116 427 187 c 1\n 561 187 l 1\n 519 53 421 -23 292 -23 c 0\n 218 -23 163 -3 127 38 c 0\n 95 73 77 122 77 172 c 0\n 77 267 119 384 178 454 c 0\n 230 517 304 549 398 549 c 0\n 465 549 511 532 549 494 c 0\n 580 463 597 423 597 381 c 0\n 597 371 596 362 593 338 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nKernsSLIF: 104 -9 0 0 107 -5 0 0\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 611\nFlags: W\nHStem: -22.9981 111.998<251 309> 0 21G<405 545> 437 112<367 383> 709 20G<560 700>\nVStem: 79 143<186 208>\nDStem: 417 55 700 729 405 0 545 0 560 729 700 729 505 470 545 0\nFore\n405 0 m 1\n 417 55 l 1\n 371 2 318 -23 251 -23 c 0\n 147 -23 79 59 79 185 c 0\n 79 267 108 357 157 428 c 0\n 209 503 291 549 372 549 c 0\n 440 549 482 524 505 470 c 1\n 560 729 l 1\n 700 729 l 1\n 545 0 l 1\n 405 0 l 1\n380 437 m 0\n 297 437 222 327 222 206 c 0\n 222 134 256 89 309 89 c 0\n 394 89 468 197 468 323 c 0\n 468 393 434 437 380 437 c 0\nEndSplineSet\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 556\nFlags: W\nHStem: -22.7516 112.529<275 302> 226 93<229 447> 437 111.457<361 368>\nVStem: 64 143<169 201> 448 143<329 361>\nFore\n573 226 m 1\n 210 226 l 1\n 207 198 207 190 207 181 c 0\n 207 126 245 89 302 89 c 0\n 350 89 394 114 414 152 c 1\n 552 152 l 1\n 497 41 396 -23 275 -23 c 0\n 150 -23 64 61 64 185 c 0\n 64 285 110 402 174 469 c 0\n 221 518 301 549 379 549 c 0\n 452 549 510 525 546 480 c 0\n 574 444 591 397 591 351 c 0\n 591 313 585 271 573 226 c 1\n448 319 m 1\n 448 334 l 2\n 448 366 446 377 439 392 c 0\n 426 420 397 437 362 437 c 0\n 322 437 282 418 258 386 c 0\n 245 369 237 351 228 319 c 1\n 448 319 l 1\nEndSplineSet\nKernsSLIF: 116 -9 0 0 118 -22 0 0 119 -9 0 0 120 -25 0 0 121 -25 0 0 8217 -13 0 0\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 333\nFlags: W\nHStem: 0 21G<90 230> 436 93<126 182 343 405> 625 103.95<394 410>\nDStem: 126 529 425 529 106 436 405 436 126 529 323 436 106 436 230 0 183 436 323 436 90 0 230 0\nFore\n425 529 m 1\n 405 436 l 1\n 323 436 l 1\n 230 0 l 1\n 90 0 l 1\n 183 436 l 1\n 106 436 l 1\n 126 529 l 1\n 202 529 l 1\n 216 594 l 2\n 236 687 289 729 387 729 c 0\n 405 729 422 728 464 726 c 1\n 442 621 l 1\n 415 624 410 625 400 625 c 0\n 375 625 360 611 354 582 c 1\n 342 529 l 1\n 425 529 l 1\nEndSplineSet\nKernsSLIF: 97 -6 0 0 101 -6 0 0 102 14 0 0 105 -13 0 0 106 -15 0 0 108 -13 0 0 111 -16 0 0 115 -10 0 0 116 14 0 0 225 -6 0 0 228 -6 0 0 229 -6 0 0 230 -6 0 0 233 -6 0 0 243 -16 0 0 246 -16 0 0 248 -16 0 0 339 -11 0 0\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 611\nFlags: W\nHStem: -217.8 89.8003<250 266> -22.9983 111.998<254 306> 437 112<365.518 381> 520 20G<523 656>\nVStem: 26.005 145.995<-96 -77> 79.289 143.572<167 201>\nDStem: 420 55 656 540 404 -18 537 -18 523 540 656 540 505 457 537 -18\nFore\n523 540 m 1\n 656 540 l 1\n 537 -18 l 1\n 510 -146 401 -218 235 -218 c 0\n 173 -218 129 -210 93 -192 c 0\n 52 -172 26 -134 26 -96 c 0\n 26 -88 27 -77 29 -65 c 1\n 173 -65 l 1\n 172 -77 l 1\n 172 -106 209 -128 258 -128 c 0\n 331 -128 390 -83 404 -18 c 2\n 420 55 l 1\n 356 -4 316 -23 254 -23 c 0\n 153 -23 79 57 79 167 c 0\n 79 264 116 374 174 445 c 0\n 227 511 302 549 378 549 c 0\n 437 549 478 519 505 457 c 1\n 523 540 l 1\n379 437 m 0\n 297 437 222 324 222 201 c 0\n 222 132 254 89 306 89 c 0\n 395 89 471 193 471 315 c 0\n 471 389 435 437 379 437 c 0\nEndSplineSet\nKernsSLIF: 97 -3 0 0 101 1 0 0 108 -5 0 0 114 -3 0 0 228 -3 0 0 229 -3 0 0 230 -4 0 0 233 1 0 0 243 -8 0 0 246 -8 0 0\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 611\nFlags: W\nHStem: 0 21G<67 207 406 546> 709 20G<222 362>\nVStem: 478.985 150.015<361 417>\nDStem: 222 729 362 729 67 0 304 458 222 729 272 304 67 0 207 0 473 313 623 362 406 0 546 0\nFore\n222 729 m 1\n 362 729 l 1\n 304 458 l 1\n 357 521 413 549 484 549 c 0\n 571 549 629 496 629 417 c 0\n 629 399 627 381 623 362 c 2\n 546 0 l 1\n 406 0 l 1\n 473 313 l 1\n 477 334 479 348 479 361 c 0\n 479 410 453 437 406 437 c 0\n 342 437 289 385 272 304 c 1\n 207 0 l 1\n 67 0 l 1\n 222 729 l 1\nEndSplineSet\nKernsSLIF: 121 -25 0 0 8217 -15 0 0\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 520 20G<182 322> 604 125<222 335>\nDStem: 182 540 322 540 67 0 207 0 222 729 362 729 195 604 335 604\nFore\n322 540 m 1\n 207 0 l 1\n 67 0 l 1\n 182 540 l 1\n 322 540 l 1\n362 729 m 1\n 335 604 l 1\n 195 604 l 1\n 222 729 l 1\n 362 729 l 1\nEndSplineSet\nKernsSLIF: 84 -12 0 0 106 -7 0 0\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 278\nFlags: W\nHStem: -218 112<-11 8> 520 20G<185 325> 604 125<225 338>\nDStem: 185 540 325 540 57 -62 190 -94 225 729 365 729 198 604 338 604\nFore\n365 729 m 1\n 338 604 l 1\n 198 604 l 1\n 225 729 l 1\n 365 729 l 1\n325 540 m 1\n 190 -94 l 1\n 172 -181 116 -218 2 -218 c 0\n -17 -218 -29 -217 -43 -213 c 1\n -19 -102 l 1\n -15 -105 -8 -106 6 -106 c 0\n 36 -106 50 -94 57 -62 c 2\n 185 540 l 1\n 325 540 l 1\nEndSplineSet\nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 556\nFlags: W\nHStem: 0 21G<59 199 384 548> 520 20G<492 651> 709 20G<214 354>\nDStem: 214 729 354 729 59 0 269 330 214 729 237 177 59 0 199 0\nFore\n354 729 m 1\n 269 330 l 1\n 492 540 l 1\n 651 540 l 1\n 419 334 l 1\n 548 0 l 1\n 384 0 l 1\n 305 239 l 1\n 237 177 l 1\n 199 0 l 1\n 59 0 l 1\n 214 729 l 1\n 354 729 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 44 -3 0 0 45 -31 0 0 46 -3 0 0 97 -13 0 0 101 -19 0 0 103 -26 0 0 111 -28 0 0 115 -23 0 0 117 -8 0 0 225 -13 0 0 228 -13 0 0 229 -13 0 0 230 -15 0 0 233 -19 0 0 243 -28 0 0 246 -28 0 0 252 -8 0 0\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 709 20G<222 362>\nDStem: 222 729 362 729 67 0 207 0\nFore\n362 729 m 1\n 207 0 l 1\n 67 0 l 1\n 222 729 l 1\n 362 729 l 1\nEndSplineSet\nKernsSLIF: 118 -14 0 0 121 -11 0 0\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 889\nFlags: W\nHStem: 0 21G<60 200 373 513 686 826> 520 20G<175 314>\nVStem: 762.995 148.005<381 423>\nDStem: 175 540 314 540 60 0 297 459 175 540 269 324 60 0 200 0 447 346 582 324 373 0 513 0 758 340 903 362 686 0 826 0\nFore\n175 540 m 1\n 314 540 l 1\n 297 459 l 1\n 356 524 403 549 468 549 c 0\n 530 549 578 517 592 467 c 1\n 647 524 701 549 769 549 c 0\n 859 549 911 502 911 423 c 0\n 911 405 909 391 903 362 c 2\n 826 0 l 1\n 686 0 l 1\n 758 340 l 2\n 761 354 763 369 763 381 c 0\n 763 417 742 437 705 437 c 0\n 642 437 597 396 582 324 c 1\n 513 0 l 1\n 373 0 l 1\n 447 346 l 1\n 449 357 450 367 450 379 c 0\n 450 414 425 437 387 437 c 0\n 329 437 284 394 269 324 c 2\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\nEndSplineSet\nKernsSLIF: 112 -1 0 0 118 -23 0 0 119 -9 0 0 121 -23 0 0\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 611\nFlags: W\nHStem: 0 21G<63 203 406 546> 520 20G<178 318>\nVStem: 478.996 150.004<362 417>\nDStem: 178 540 318 540 63 0 300 458 178 540 268 304 63 0 203 0 473 313 623 362 406 0 546 0\nFore\n178 540 m 1\n 318 540 l 1\n 300 458 l 1\n 354 522 408 549 482 549 c 0\n 571 549 629 497 629 417 c 0\n 629 399 627 381 623 362 c 2\n 546 0 l 1\n 406 0 l 1\n 473 313 l 1\n 477 335 479 349 479 362 c 0\n 479 410 453 437 405 437 c 0\n 338 437 285 386 268 304 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\nEndSplineSet\nKernsSLIF: 84 -87 0 0 112 -2 0 0 118 -24 0 0 119 -11 0 0 121 -25 0 0 8217 -15 0 0\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 611\nFlags: W\nHStem: -22.348 111.348<322 326> 437 111.258<390 402>\nVStem: 82.773 142.227<177 205> 490.786 142.658<320 349>\nFore\n413 549 m 0\n 550 549 634 473 634 349 c 0\n 634 263 602 163 555 100 c 0\n 494 19 407 -23 299 -23 c 0\n 167 -23 82 55 82 177 c 0\n 82 263 113 363 161 426 c 0\n 220 505 310 549 413 549 c 0\n391 437 m 0\n 301 437 225 332 225 205 c 0\n 225 134 264 89 324 89 c 0\n 376 89 422 120 453 176 c 0\n 477 218 491 271 491 320 c 0\n 491 391 452 437 391 437 c 0\nEndSplineSet\nKernsSLIF: 84 -90 0 0 116 -13 0 0 118 -27 0 0 119 -13 0 0 120 -30 0 0 121 -29 0 0 8217 -19 0 0\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 611\nFlags: W\nHStem: -218 21G<11 151> -24 112<331 347> 436.995 112.005<406 464> 520 20G<172 312>\nVStem: 494 143<322 342>\nDStem: 172 540 312 540 11 -218 295 460 172 540 211 64 11 -218 151 -218\nFore\n312 540 m 1\n 295 460 l 1\n 341 519 397 549 464 549 c 0\n 570 549 637 469 637 342 c 0\n 637 141 505 -24 344 -24 c 0\n 274 -24 232 4 211 64 c 1\n 151 -218 l 1\n 11 -218 l 1\n 172 540 l 1\n 312 540 l 1\n406 437 m 0\n 320 437 246 327 246 201 c 0\n 246 133 281 88 334 88 c 0\n 420 88 494 196 494 323 c 0\n 494 392 460 437 406 437 c 0\nEndSplineSet\nKernsSLIF: 116 -10 0 0 121 -25 0 0\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 611\nFlags: W\nHStem: -218 21G<358 498> -23.9979 111.998<248 304> 437 112<368 379> 520 20G<519 659>\nVStem: 72.4303 142.57<198 204>\nDStem: 418 64 659 540 358 -218 498 -218 519 540 659 540 502 460 498 -218\nFore\n519 540 m 1\n 659 540 l 1\n 498 -218 l 1\n 358 -218 l 1\n 418 64 l 1\n 373 5 316 -24 248 -24 c 0\n 142 -24 72 57 72 180 c 0\n 72 266 102 359 152 430 c 0\n 206 505 286 549 369 549 c 0\n 438 549 482 520 502 460 c 1\n 519 540 l 1\n377 437 m 0\n 291 437 215 327 215 202 c 0\n 215 133 250 88 304 88 c 0\n 391 88 466 197 466 324 c 0\n 466 393 431 437 377 437 c 0\nEndSplineSet\nKernsSLIF: 99 -3 0 0 117 -3 0 0\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 389\nFlags: W\nHStem: 0 21G<63 203> 520 20G<178 318>\nDStem: 178 540 318 540 63 0 295 434 178 540 487 548 63 0 457 406 178 540 264 287 63 0 203 0\nFore\n178 540 m 1\n 318 540 l 1\n 295 434 l 1\n 342 507 406 549 470 549 c 0\n 474 549 479 549 487 548 c 1\n 457 406 l 1\n 439 409 429 410 414 410 c 0\n 332 410 281 369 264 287 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\nEndSplineSet\nKernsSLIF: 44 -64 0 0 45 -40 0 0 46 -63 0 0 58 -36 0 0 59 -37 0 0 97 -1 0 0 99 -6 0 0 100 -5 0 0 101 2 0 0 102 15 0 0 103 -7 0 0 104 -12 0 0 105 -12 0 0 106 -13 0 0 107 -8 0 0 108 -12 0 0 109 -8 0 0 110 -10 0 0 111 -7 0 0 112 -7 0 0 113 -2 0 0 114 -10 0 0 115 -4 0 0 116 15 0 0 117 -8 0 0 118 12 0 0 119 17 0 0 120 7 0 0 121 14 0 0 122 2 0 0 224 -1 0 0 225 -1 0 0 226 -1 0 0 228 -1 0 0 229 -1 0 0 230 -2 0 0 231 -6 0 0 232 2 0 0 233 2 0 0 234 2 0 0 242 -7 0 0 243 -7 0 0 244 -7 0 0 246 -7 0 0 248 -12 0 0 339 -2 0 0 8217 4 0 0\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 556\nFlags: W\nHStem: -22.6508 111.651<300 309> 437 111.337<363 380>\nVStem: 127.004 148.996<345 384> 410.992 148.008<144 187> 451.272 137.299<385 404>\nFore\n584 366 m 1\n 449 366 l 1\n 451 375 452 379 452 385 c 0\n 452 417 419 437 364 437 c 0\n 311 437 276 416 276 384 c 0\n 276 364 290 354 341 339 c 2\n 437 311 l 2\n 520 286 559 247 559 187 c 0\n 559 59 451 -23 281 -23 c 0\n 219 -23 172 -13 133 10 c 0\n 89 35 60 82 60 127 c 0\n 60 136 61 142 64 157 c 1\n 201 157 l 1\n 202 134 208 123 222 111 c 0\n 241 97 272 89 307 89 c 0\n 368 89 411 112 411 144 c 0\n 411 167 398 176 335 196 c 2\n 256 221 l 2\n 168 250 127 289 127 345 c 0\n 127 395 155 452 198 490 c 128\n 241 528 308 549 387 549 c 0\n 513 549 589 494 589 404 c 0\n 589 393 588 384 584 366 c 1\nEndSplineSet\nKernsSLIF: 116 -9 0 0 8217 -12 0 0\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 333\nFlags: W\nHStem: 436 93<127 175 337 394> 436 238<316 336>\nDStem: 127 529 414 529 107 436 394 436 127 529 316 436 107 436 254 142 176 436 316 436 106 104 254 142 227 674 367 674 196 529 336 529\nFore\n414 529 m 1\n 394 436 l 1\n 316 436 l 1\n 254 142 l 1\n 250 125 248 113 248 108 c 0\n 248 93 263 83 286 83 c 0\n 297 83 305 84 319 86 c 1\n 299 -12 l 1\n 271 -20 247 -23 214 -23 c 0\n 141 -23 101 8 101 63 c 0\n 101 76 103 90 106 104 c 2\n 176 436 l 1\n 107 436 l 1\n 127 529 l 1\n 196 529 l 1\n 227 674 l 1\n 367 674 l 1\n 336 529 l 1\n 414 529 l 1\nEndSplineSet\nKernsSLIF: 58 -41 0 0 59 -42 0 0 83 -9 0 0 97 -3 0 0 101 -5 0 0 104 -9 0 0 111 -15 0 0 225 -3 0 0 228 -3 0 0 229 -3 0 0 230 -5 0 0 233 -5 0 0 243 -15 0 0 246 -15 0 0 8217 -3 0 0\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 611\nFlags: W\nHStem: 0 21G<401 541> 520 20G<174 314 516 656>\nVStem: 88.0021 149.998<109 164>\nDStem: 174 540 314 540 94 164 244 213 416 68 656 540 401 0 541 0 516 540 656 540 448 222 541 0\nFore\n541 0 m 1\n 401 0 l 1\n 416 68 l 1\n 362 4 308 -23 234 -23 c 0\n 146 -23 88 29 88 109 c 0\n 88 127 90 145 94 164 c 2\n 174 540 l 1\n 314 540 l 1\n 244 213 l 1\n 240 190 238 178 238 164 c 0\n 238 115 264 89 314 89 c 0\n 379 89 431 141 448 222 c 1\n 516 540 l 1\n 656 540 l 1\n 541 0 l 1\nEndSplineSet\nKernsSLIF: 8217 -8 0 0\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 556\nFlags: W\nHStem: 0 21G<203 350> 520 20G<129 277 503 651>\nFore\n350 0 m 1\n 203 0 l 1\n 129 540 l 1\n 277 540 l 1\n 307 145 l 1\n 503 540 l 1\n 651 540 l 1\n 350 0 l 1\nEndSplineSet\nKernsSLIF: 44 -57 0 0 45 -5 0 0 46 -55 0 0 58 -41 0 0 59 -43 0 0 97 -21 0 0 99 -25 0 0 101 -18 0 0 103 -26 0 0 108 -12 0 0 111 -28 0 0 115 -25 0 0 224 -21 0 0 225 -21 0 0 226 -21 0 0 227 -21 0 0 228 -21 0 0 229 -21 0 0 230 -21 0 0 232 -18 0 0 233 -18 0 0 234 -18 0 0 242 -28 0 0 243 -28 0 0 246 -28 0 0 248 -28 0 0\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 778\nFlags: W\nHStem: 0 21G<157 301 472 617> 520 20G<120 265 429 573 736 881>\nVStem: 467 106<162 379.852>\nDStem: 429 540 467 380 270 162 301 0\nFore\n617 0 m 1\n 472 0 l 1\n 467 380 l 1\n 301 0 l 1\n 157 0 l 1\n 120 540 l 1\n 265 540 l 1\n 270 162 l 1\n 429 540 l 1\n 573 540 l 1\n 573 162 l 1\n 736 540 l 1\n 881 540 l 1\n 617 0 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 -38 0 0 45 7 0 0 46 -36 0 0 58 -36 0 0 59 -38 0 0 97 -11 0 0 99 -12 0 0 101 -5 0 0 103 -13 0 0 108 -8 0 0 111 -15 0 0 115 -15 0 0 224 -11 0 0 225 -11 0 0 226 -11 0 0 227 -11 0 0 228 -11 0 0 229 -11 0 0 230 -12 0 0 232 -5 0 0 233 -5 0 0 234 -5 0 0 242 -15 0 0 243 -15 0 0 246 -15 0 0 248 -14 0 0\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 556\nFlags: W\nHStem: 0 21G<16 184 366 534> 520 20G<138 306 480 648>\nFore\n411 274 m 1\n 534 0 l 1\n 366 0 l 1\n 307 168 l 1\n 184 0 l 1\n 16 0 l 1\n 249 274 l 1\n 138 540 l 1\n 306 540 l 1\n 357 377 l 1\n 480 540 l 1\n 648 540 l 1\n 411 274 l 1\nEndSplineSet\nKernsSLIF: 97 -22 0 0 99 -27 0 0 101 -20 0 0 111 -30 0 0 113 -23 0 0 233 -20 0 0\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 556\nFlags: W\nHStem: -219 111<69 101> 520 20G<124 278 509 653>\nFore\n509 540 m 1\n 653 540 l 1\n 295 -98 l 2\n 259 -163 237 -185 194 -202 c 0\n 164 -213 125 -219 81 -219 c 0\n 60 -219 50 -218 37 -215 c 1\n 60 -106 l 1\n 71 -108 76 -108 88 -108 c 0\n 157 -108 201 -72 201 -15 c 1\n 200 0 l 1\n 124 540 l 1\n 278 540 l 1\n 314 147 l 1\n 509 540 l 1\nEndSplineSet\nKernsSLIF: 44 -58 0 0 45 -4 0 0 46 -55 0 0 58 -40 0 0 59 -43 0 0 97 -20 0 0 99 -26 0 0 101 -19 0 0 103 -27 0 0 108 -11 0 0 111 -28 0 0 115 -24 0 0 224 -20 0 0 225 -20 0 0 226 -20 0 0 227 -20 0 0 228 -20 0 0 229 -20 0 0 230 -20 0 0 232 -19 0 0 233 -19 0 0 234 -19 0 0 242 -28 0 0 243 -28 0 0 246 -28 0 0 248 -27 0 0\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 500\nFlags: W\nHStem: 0 113<220 469> 427 113<154 378>\nDStem: 379 427 551 427 45 113 219 113\nFore\n575 540 m 1\n 551 427 l 1\n 219 113 l 1\n 493 113 l 1\n 469 0 l 1\n 21 0 l 1\n 45 113 l 1\n 379 427 l 1\n 130 427 l 1\n 154 540 l 1\n 575 540 l 1\nEndSplineSet\nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 389\nFlags: W\nHStem: -200 99<247.71 275> 221.963 93.0372<104 110> 630 99<398 451>\nVStem: 101.002 120.998<-99 -76> 155 118.043<185 186>\nDStem: 150 150 269 159 105 -60 227 -36 243 589 357 573 198 378 316 378\nFore\n472 729 m 1\n 451 630 l 1\n 414 630 l 2\n 377 630 367 620 357 573 c 2\n 316 378 l 1\n 300 306 268 277 195 269 c 1\n 220 265 228 263 240 257 c 0\n 261 248 274 227 274 200 c 0\n 274 190 272 174 269 159 c 1\n 227 -36 l 1\n 224 -53 222 -66 222 -76 c 0\n 222 -92 236 -101 261 -101 c 2\n 296 -101 l 1\n 275 -200 l 1\n 198 -200 l 2\n 140 -200 101 -159 101 -99 c 0\n 101 -86 102 -73 105 -60 c 2\n 150 150 l 2\n 153 165 155 178 155 184 c 0\n 155 208 135 222 101 222 c 2\n 88 222 l 1\n 84 223 l 1\n 104 315 l 1\n 108 315 l 1\n 120 315 l 2\n 164 315 190 336 198 378 c 1\n 243 589 l 2\n 262 679 317 729 396 729 c 2\n 472 729 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 280\nFlags: W\nHStem: 709 20G<255 335>\nDStem: 255 729 335 729 57 -200 137 -200\nFore\n335 729 m 1\n 137 -200 l 1\n 57 -200 l 1\n 255 729 l 1\n 335 729 l 1\nEndSplineSet\nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 389\nFlags: W\nHStem: -200 99<50 93> 214 93.2086<394 399> 630 99<226 253>\nVStem: 228.957 118.043<329 345> 279.981 121.019<605 628>\nDStem: 186 151 304 151 145 -44 259 -60 275 565 397 589 233 370 352 379\nFore\n29 -200 m 1\n 50 -101 l 1\n 88 -101 l 2\n 125 -101 135 -91 145 -44 c 2\n 186 151 l 1\n 202 223 234 252 307 260 c 1\n 282 264 274 266 262 272 c 0\n 241 281 228 302 228 329 c 0\n 228 339 230 355 233 370 c 1\n 275 565 l 1\n 278 582 280 595 280 605 c 0\n 280 621 266 630 241 630 c 2\n 205 630 l 1\n 226 729 l 1\n 304 729 l 2\n 362 729 401 688 401 628 c 0\n 401 615 400 602 397 589 c 2\n 352 379 l 2\n 349 364 347 351 347 345 c 0\n 347 321 367 307 401 307 c 2\n 415 307 l 1\n 419 306 l 1\n 399 214 l 1\n 395 214 l 1\n 382 214 l 2\n 338 214 312 193 304 151 c 1\n 259 -60 l 2\n 240 -150 185 -200 106 -200 c 2\n 29 -200 l 1\nEndSplineSet\nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 584\nFlags: W\nHStem: 142 80<424 439> 234 79.4123<241 244>\nFore\n504 288 m 1\n 581 288 l 1\n 558 193 503 142 423 142 c 0\n 390 142 367 150 346 168 c 2\n 298 210 l 2\n 278 227 262 234 242 234 c 0\n 204 234 188 219 175 169 c 1\n 97 169 l 1\n 123 266 176 314 256 314 c 0\n 288 314 312 306 332 289 c 2\n 381 247 l 2\n 402 228 415 222 437 222 c 0\n 475 222 490 237 504 288 c 1\nEndSplineSet\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 95\nWidth: 333\nFlags: W\nHStem: 394 146<181 300>\nDStem: 71 24 221 24 26 -186 176 -186 181 540 331 540 150 394 300 394\nFore\n26 -186 m 1\n 71 24 l 1\n 178 333 l 1\n 245 333 l 1\n 221 24 l 1\n 176 -186 l 1\n 26 -186 l 1\n150 394 m 1\n 181 540 l 1\n 331 540 l 1\n 300 394 l 1\n 150 394 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: cent\nEncoding: 162 162 96\nWidth: 556\nFlags: W\nVStem: 79 143<171 196> 459.999 138.001<338 381>\nDStem: 248 -20 313 -22 226 -124 292 -124 344 435 410 435 272 93 337 89 387 634 453 634 368 548 434 547\nFore\n410 435 m 1\n 337 89 l 1\n 378 99 404 128 428 187 c 1\n 562 187 l 1\n 526 65 430 -16 313 -22 c 1\n 292 -124 l 1\n 226 -124 l 1\n 248 -20 l 1\n 224 -16 207 -12 191 -5 c 0\n 123 21 79 92 79 172 c 0\n 79 256 113 363 163 433 c 0\n 212 503 280 541 368 548 c 1\n 387 634 l 1\n 453 634 l 1\n 434 547 l 1\n 458 544 473 541 489 535 c 0\n 554 509 598 447 598 381 c 0\n 598 371 597 362 594 338 c 1\n 460 338 l 1\n 460 398 448 423 410 435 c 1\n272 93 m 1\n 344 435 l 1\n 318 428 297 414 282 393 c 0\n 246 344 222 263 222 191 c 0\n 222 136 236 109 272 93 c 1\nEndSplineSet\nEndChar\nStartChar: sterling\nEncoding: 163 163 97\nWidth: 556\nFlags: W\nHStem: -22.7056 124.706<401 411> 6.99816 112.002<197 280> 316 55<111 170 322 443> 603 111.246<401 417>\nVStem: 145.081 142.919<478 496> 192.223 130.551<261 290> 494.654 133.887<510 539>\nFore\n455 371 m 1\n 443 316 l 1\n 321 316 l 1\n 323 303 323 297 323 290 c 0\n 323 219 282 163 172 86 c 1\n 236 115 250 119 280 119 c 0\n 298 119 299 119 345 110 c 0\n 371 105 395 102 411 102 c 0\n 447 102 480 111 525 131 c 1\n 543 22 l 1\n 479 -11 437 -23 388 -23 c 0\n 361 -23 341 -20 292 -8 c 0\n 247 3 224 7 197 7 c 0\n 160 7 131 0 82 -21 c 1\n 49 80 l 1\n 153 141 193 191 193 261 c 0\n 193 276 192 288 188 316 c 1\n 99 316 l 1\n 111 371 l 1\n 171 371 l 1\n 150 432 145 451 145 478 c 0\n 145 534 176 597 224 642 c 0\n 276 690 344 715 425 715 c 0\n 559 715 629 655 629 539 c 0\n 629 522 628 509 625 484 c 1\n 494 484 l 1\n 495 494 495 505 495 510 c 0\n 495 572 464 603 402 603 c 0\n 341 603 288 553 288 496 c 0\n 288 482 289 475 300 436 c 0\n 309 402 313 386 316 371 c 1\n 455 371 l 1\nEndSplineSet\nEndChar\nStartChar: currency\nEncoding: 164 164 98\nWidth: 556\nFlags: W\nHStem: 147.039 97.9611<322 338> 459.613 97.5852<377 404>\nVStem: 149.534 99.4664<310 330> 462.157 100.637<375 397>\nDStem: 142 536 225 604 204 457 286 527 160 246 214 178 66 169 120 100 425 177 507 246 484 102 567 170 590 601 644 532 501 528 553 457\nFore\n501 528 m 1\n 590 601 l 1\n 644 532 l 1\n 553 457 l 1\n 560 434 563 416 563 397 c 0\n 563 346 543 292 507 246 c 1\n 567 170 l 1\n 484 102 l 1\n 425 177 l 1\n 377 153 354 147 317 147 c 0\n 279 147 235 160 214 178 c 1\n 120 100 l 1\n 66 169 l 1\n 160 246 l 1\n 152 270 149 288 149 310 c 0\n 149 360 170 415 204 457 c 1\n 142 536 l 1\n 225 604 l 1\n 286 527 l 1\n 320 546 365 558 404 558 c 0\n 439 558 476 546 501 528 c 1\n377 460 m 0\n 305 460 249 403 249 330 c 0\n 249 280 284 245 335 245 c 0\n 406 245 463 303 463 375 c 0\n 463 425 427 460 377 460 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 99\nWidth: 556\nFlags: W\nHStem: 0 21G<215 355> 180 60<120 252 407 537> 292 60<143 276 436 561>\nDStem: 120 240 393 180 107 180 355 0 253 180 393 180 215 0 355 0 277 292 417 292 266 240 406 240 566 704 702 704 379 450 435 352\nFore\n574 352 m 1\n 561 292 l 1\n 417 292 l 1\n 406 240 l 1\n 550 240 l 1\n 537 180 l 1\n 393 180 l 1\n 355 0 l 1\n 215 0 l 1\n 253 180 l 1\n 107 180 l 1\n 120 240 l 1\n 266 240 l 1\n 277 292 l 1\n 131 292 l 1\n 143 352 l 1\n 283 352 l 1\n 155 704 l 1\n 294 704 l 1\n 379 450 l 1\n 566 704 l 1\n 702 704 l 1\n 435 352 l 1\n 574 352 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 100\nWidth: 280\nFlags: W\nHStem: 709 20G<255 335>\nDStem: 140 189 220 189 57 -200 137 -200 255 729 335 729 172 340 252 340\nFore\n335 729 m 1\n 252 340 l 1\n 172 340 l 1\n 255 729 l 1\n 335 729 l 1\n220 189 m 1\n 137 -200 l 1\n 57 -200 l 1\n 140 189 l 1\n 220 189 l 1\nEndSplineSet\nEndChar\nStartChar: section\nEncoding: 167 167 101\nWidth: 556\nFlags: W\nHStem: -200.836 111.836<243 258> -20 20G<65 196> 544 21G<462 589> 621 101.008<399 408>\nVStem: 56.7813 136.527<-59 -34> 89.0022 129.998<247 301> 178.004 147.996<524 559> 347.998 148.002<-15 27> 447.994 130.006<247 302> 462.995 133.005<562 594>\nFore\n589 544 m 1\n 462 544 l 1\n 463 551 463 558 463 562 c 0\n 463 600 441 621 401 621 c 0\n 358 621 326 594 326 559 c 0\n 326 538 347 516 397 485 c 2\n 509 415 l 2\n 557 385 578 350 578 302 c 128\n 578 254 564 212 539 183 c 0\n 517 157 496 144 448 126 c 1\n 481 99 496 68 496 27 c 0\n 496 -19 476 -71 441 -111 c 1\n 392 -170 320 -201 232 -201 c 0\n 124 -201 56 -146 56 -59 c 0\n 56 -40 58 -26 65 0 c 1\n 196 0 l 1\n 194 -17 193 -24 193 -34 c 0\n 193 -70 216 -89 258 -89 c 0\n 309 -89 348 -57 348 -15 c 0\n 348 12 343 18 293 49 c 1\n 143 149 l 2\n 109 172 89 208 89 247 c 0\n 89 291 102 329 128 359 c 0\n 149 383 163 395 216 428 c 1\n 190 455 178 485 178 524 c 0\n 178 571 202 622 243 659 c 0\n 287 700 352 723 425 723 c 0\n 532 723 596 675 596 594 c 0\n 596 580 594 569 589 544 c 1\n258 247 m 2\n 383 170 l 1\n 430 192 448 214 448 247 c 0\n 448 271 437 285 402 306 c 2\n 275 382 l 1\n 237 362 219 335 219 301 c 0\n 219 279 229 264 258 247 c 2\nEndSplineSet\nEndChar\nStartChar: dieresis\nEncoding: 168 168 102\nWidth: 333\nFlags: W\nHStem: 621 120<173 257 359 443>\nDStem: 173 741 283 741 147 621 257 621 359 741 469 741 333 621 443 621\nFore\n283 741 m 1\n 257 621 l 1\n 147 621 l 1\n 173 741 l 1\n 283 741 l 1\n469 741 m 1\n 443 621 l 1\n 333 621 l 1\n 359 741 l 1\n 469 741 l 1\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 103\nWidth: 737\nFlags: W\nHStem: -22 72<358 379> 128.428 82.5721<406 413> 509 83<477 495> 671 72<502 534>\nVStem: 54 80<280 307> 232 93<287 307> 553.997 93.0026<431 464> 757 80<426 448>\nFore\n644 431 m 1\n 554 431 l 1\n 554 485 531 509 478 509 c 0\n 432 509 395 488 366 446 c 0\n 341 408 325 353 325 305 c 0\n 325 244 356 211 411 211 c 0\n 468 211 508 241 526 297 c 1\n 618 297 l 1\n 590 192 504 128 390 128 c 0\n 292 128 232 189 232 287 c 0\n 232 362 259 444 302 498 c 0\n 350 559 417 592 493 592 c 0\n 586 592 647 541 647 464 c 0\n 647 456 646 448 644 431 c 1\n530 743 m 0\n 707 743 837 615 837 440 c 0\n 837 201 607 -22 360 -22 c 0\n 184 -22 54 106 54 281 c 0\n 54 520 284 743 530 743 c 0\n514 671 m 0\n 318 671 134 489 134 295 c 0\n 134 154 237 50 377 50 c 0\n 573 50 757 232 757 427 c 0\n 757 568 654 671 514 671 c 0\nEndSplineSet\nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 104\nWidth: 370\nFlags: W\nHStem: 262 80<113 380> 661 68<313 338>\nVStem: 134.004 86.996<463 483> 365.985 85.0154<636 657>\nDStem: 349 552 448 629 344 529 409 449\nFore\n396 342 m 1\n 380 262 l 1\n 96 262 l 1\n 113 342 l 1\n 396 342 l 1\n420 409 m 1\n 418 399 l 1\n 326 399 l 1\n 323 405 322 409 322 415 c 0\n 322 419 322 421 324 431 c 1\n 288 399 257 385 217 385 c 0\n 166 385 134 415 134 463 c 0\n 134 526 182 575 256 586 c 2\n 290 592 l 2\n 333 598 333 598 346 604 c 0\n 358 610 366 623 366 636 c 0\n 366 653 353 661 322 661 c 0\n 284 661 265 649 255 617 c 1\n 176 617 l 1\n 193 692 247 729 337 729 c 0\n 408 729 451 702 451 657 c 0\n 451 649 450 640 448 629 c 1\n 409 449 l 2\n 408 444 408 441 408 436 c 0\n 408 428 412 419 420 409 c 1\n344 529 m 2\n 349 552 l 1\n 342 549 340 548 333 546 c 0\n 331 546 327 545 321 544 c 2\n 311 543 l 1\n 281 537 l 2\n 243 531 221 511 221 483 c 0\n 221 464 236 453 263 453 c 0\n 304 453 334 481 344 529 c 2\nEndSplineSet\nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 105\nWidth: 556\nFlags: W\nDStem: 135 218 213 275 271 72 295 186 348 218 426 275 484 72 508 186 358 481 333 364 159 332 213 275 571 481 546 364 372 332 426 275\nFore\n135 218 m 1\n 159 332 l 1\n 358 481 l 1\n 333 364 l 1\n 213 275 l 1\n 295 186 l 1\n 271 72 l 1\n 135 218 l 1\n348 218 m 1\n 372 332 l 1\n 571 481 l 1\n 546 364 l 1\n 426 275 l 1\n 508 186 l 1\n 484 72 l 1\n 348 218 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: logicalnot\nEncoding: 172 172 106\nWidth: 584\nFlags: W\nHStem: 256 120<128 487>\nDStem: 128 376 632 376 103 256 571 86 488 256 632 376 452 86 571 86\nFore\n128 376 m 1\n 632 376 l 1\n 571 86 l 1\n 452 86 l 1\n 488 256 l 1\n 103 256 l 1\n 128 376 l 1\nEndSplineSet\nEndChar\nStartChar: registered\nEncoding: 174 174 107\nWidth: 737\nFlags: W\nHStem: -22 72<355 379> 313 81<374 455> 502 80<396 516> 671 72<502 537>\nVStem: 55 80<277 306> 480.824 99.1757<181 182> 499.99 96.01<278 304> 552.991 101.009<469 493> 757 80<414 442>\nDStem: 317 582 396 502 223 140 373 394 317 582 356 313 223 140 319 140\nFore\n356 313 m 1\n 319 140 l 1\n 223 140 l 1\n 317 582 l 1\n 555 582 l 2\n 621 582 654 552 654 493 c 0\n 654 429 621 382 557 353 c 1\n 585 340 596 326 596 304 c 0\n 596 287 593 266 581 195 c 1\n 580 182 l 1\n 580 173 583 167 592 161 c 1\n 587 140 l 1\n 485 140 l 1\n 481 153 480 159 480 168 c 0\n 480 183 485 213 494 247 c 0\n 498 264 500 272 500 278 c 0\n 500 302 483 313 447 313 c 2\n 356 313 l 1\n373 394 m 1\n 475 394 l 2\n 508 394 526 400 537 415 c 0\n 546 426 553 450 553 469 c 0\n 553 493 538 502 498 502 c 2\n 396 502 l 1\n 373 394 l 1\n530 743 m 0\n 708 743 837 615 837 440 c 0\n 837 201 608 -22 361 -22 c 0\n 185 -22 55 106 55 281 c 0\n 55 520 284 743 530 743 c 0\n514 671 m 0\n 318 671 135 489 135 295 c 0\n 135 154 237 50 377 50 c 0\n 574 50 757 232 757 427 c 0\n 757 568 654 671 514 671 c 0\nEndSplineSet\nEndChar\nStartChar: macron\nEncoding: 175 175 108\nWidth: 333\nFlags: W\nHStem: 642 80<167 450>\nFore\n467 722 m 1\n 450 642 l 1\n 150 642 l 1\n 167 722 l 1\n 467 722 l 1\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 109\nWidth: 606\nFlags: W\nHStem: 383 63<384 400> 623 63<384 400>\nVStem: 240 63<527 543> 480 63<527 543>\nFore\n391 686 m 0\n 475 686 543 618 543 535 c 0\n 543 450 475 383 390 383 c 0\n 308 383 240 452 240 535 c 128\n 240 618 308 686 391 686 c 0\n392 623 m 0\n 343 623 303 583 303 534 c 0\n 303 487 343 446 390 446 c 0\n 440 446 480 485 480 535 c 0\n 480 583 440 623 392 623 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: plusminus\nEncoding: 177 177 110\nWidth: 584\nFlags: W\nHStem: 0 119<75 534> 332 120<146 302 448 605> 332 301<422 447>\nDStem: 146 452 422 332 121 332 387 170 303 332 422 332 268 170 387 170 367 633 486 633 328 452 447 452\nFore\n630 452 m 1\n 605 332 l 1\n 422 332 l 1\n 387 170 l 1\n 268 170 l 1\n 303 332 l 1\n 121 332 l 1\n 146 452 l 1\n 328 452 l 1\n 367 633 l 1\n 486 633 l 1\n 447 452 l 1\n 630 452 l 1\n559 119 m 1\n 534 0 l 1\n 50 0 l 1\n 75 119 l 1\n 559 119 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: twosuperior\nEncoding: 178 178 111\nWidth: 444\nFlags: W\nHStem: 284 80<264 430> 646 72<348 367>\nVStem: 406 92.3615<599 604>\nFore\n447 364 m 1\n 430 284 l 1\n 124 284 l 1\n 145 365 177 404 264 454 c 0\n 334 495 354 509 374 528 c 128\n 394 547 406 574 406 600 c 0\n 406 629 387 646 354 646 c 0\n 311 646 285 615 279 557 c 1\n 188 557 l 1\n 204 661 267 718 366 718 c 0\n 450 718 499 679 499 613 c 0\n 499 575 485 539 459 508 c 0\n 439 486 416 468 364 437 c 0\n 296 396 277 382 263 364 c 1\n 447 364 l 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 112\nWidth: 444\nFlags: W\nHStem: 271.333 77.6669<291 298> 471 63<294 307> 646 71.1206<339 355>\nVStem: 147.933 92.0672<378 396> 369 92.1505<421 431> 389.99 100.01<606 625>\nFore\n280 471 m 1\n 293 534 l 1\n 297 533 302 533 303 533 c 0\n 356 533 390 561 390 606 c 0\n 390 630 372 646 345 646 c 0\n 307 646 289 627 277 571 c 1\n 190 571 l 1\n 210 673 263 718 362 718 c 0\n 443 718 490 684 490 625 c 0\n 490 579 466 541 419 512 c 1\n 448 494 462 471 462 439 c 0\n 462 340 387 271 278 271 c 0\n 195 271 147 310 147 378 c 0\n 147 390 148 398 151 414 c 1\n 242 414 l 1\n 240 406 240 402 240 396 c 0\n 240 365 259 349 296 349 c 0\n 336 349 369 382 369 422 c 0\n 369 456 347 470 293 471 c 2\n 280 471 l 1\nEndSplineSet\nEndChar\nStartChar: acute\nEncoding: 180 180 113\nWidth: 333\nFlags: W\nFore\n475 757 m 1\n 317 607 l 1\n 247 607 l 1\n 349 757 l 1\n 475 757 l 1\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 114\nWidth: 611\nFlags: W\nHStem: -23 563<515 523> -22.9035 121.903<299 315>\nDStem: 173 540 313 540 11 -220 242 207 173 540 607 81 11 -220 589 -5 173 540 196 15 11 -220 146 -220 515 540 655 540 443 202 572 150\nFore\n146 -220 m 1\n 11 -220 l 1\n 173 540 l 1\n 313 540 l 1\n 242 207 l 2\n 238 188 235 170 235 161 c 0\n 235 123 264 99 311 99 c 0\n 378 99 430 139 443 202 c 1\n 515 540 l 1\n 655 540 l 1\n 572 150 l 1\n 568 129 565 111 565 100 c 0\n 565 85 573 77 586 77 c 0\n 593 77 597 78 607 81 c 1\n 589 -5 l 1\n 563 -18 543 -23 515 -23 c 0\n 469 -23 448 -9 432 32 c 1\n 384 -9 348 -23 291 -23 c 0\n 246 -23 221 -13 196 15 c 1\n 146 -220 l 1\nEndSplineSet\nEndChar\nStartChar: paragraph\nEncoding: 182 182 115\nWidth: 556\nFlags: W\nHStem: 656 73<465 526 625 669>\nDStem: 284 267 465 656 187 -191 285 -191 527 656 625 656 347 -191 445 -191\nFore\n684 729 m 1\n 669 656 l 1\n 625 656 l 1\n 445 -191 l 1\n 347 -191 l 1\n 527 656 l 1\n 465 656 l 1\n 285 -191 l 1\n 187 -191 l 1\n 284 267 l 1\n 184 272 121 337 121 435 c 0\n 121 512 153 588 210 649 c 0\n 260 703 317 729 382 729 c 2\n 684 729 l 1\nEndSplineSet\nEndChar\nStartChar: periodcentered\nEncoding: 183 183 116\nWidth: 278\nFlags: W\nHStem: 182 100<165 248>\nDStem: 165 282 270 282 143 182 248 182\nFore\n270 282 m 1\n 248 182 l 1\n 143 182 l 1\n 165 282 l 1\n 270 282 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: cedilla\nEncoding: 184 184 117\nWidth: 333\nFlags: W\nHStem: -220 50<99 122> -20 20G<154 204>\nVStem: 183 86.0327<-127 -124>\nDStem: 154 0 204 0 86 -106 163 -62\nFore\n154 0 m 1\n 204 0 l 1\n 163 -62 l 1\n 179 -58 191 -56 206 -56 c 0\n 246 -56 270 -77 270 -113 c 0\n 270 -178 210 -220 120 -220 c 0\n 75 -220 43 -213 -13 -191 c 1\n 17 -140 l 1\n 64 -163 87 -170 115 -170 c 0\n 153 -170 183 -150 183 -126 c 0\n 183 -106 165 -93 139 -93 c 0\n 122 -93 110 -96 86 -106 c 1\n 154 0 l 1\nEndSplineSet\nEndChar\nStartChar: onesuperior\nEncoding: 185 185 118\nWidth: 444\nFlags: W\nHStem: 573 61<223.063 248.83>\nDStem: 223 634 438 709 210 573 348 284 316 573 438 709 254 284 348 284\nFore\n316 573 m 1\n 210 573 l 1\n 223 634 l 1\n 301 634 351 659 375 709 c 1\n 438 709 l 1\n 348 284 l 1\n 254 284 l 1\n 316 573 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 119\nWidth: 365\nFlags: W\nHStem: 262 80<109 393> 386.47 62.5298<284 287> 661 67.5215<325 332>\nVStem: 140 87<506 522> 384 86.0264<589 598>\nFore\n410 342 m 1\n 393 262 l 1\n 92 262 l 1\n 109 342 l 1\n 410 342 l 1\n339 729 m 0\n 421 729 471 684 471 610 c 0\n 471 558 452 497 423 460 c 0\n 386 411 333 386 269 386 c 0\n 190 386 140 432 140 506 c 0\n 140 558 159 617 188 655 c 0\n 223 702 278 729 339 729 c 0\n326 661 m 0\n 272 661 227 597 227 520 c 0\n 227 477 250 449 285 449 c 0\n 339 449 384 514 384 590 c 0\n 384 633 361 661 326 661 c 0\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 120\nWidth: 556\nFlags: W\nDStem: 166 367 190 481 248 278 326 335 248 278 302 220 128 189 103 72 373 367 397 481 455 278 533 335 455 278 509 220 335 189 310 72\nFore\n326 335 m 1\n 302 220 l 1\n 103 72 l 1\n 128 189 l 1\n 248 278 l 1\n 166 367 l 1\n 190 481 l 1\n 326 335 l 1\n533 335 m 1\n 509 220 l 1\n 310 72 l 1\n 335 189 l 1\n 455 278 l 1\n 373 367 l 1\n 397 481 l 1\n 533 335 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nKernsSLIF: 65 -56 2 0 84 -115 2 0 86 -84 2 0 87 -65 2 0 89 -117 2 0 193 -56 2 0 196 -56 2 0 197 -56 2 0 198 -46 2 0\nEndChar\nStartChar: onequarter\nEncoding: 188 188 121\nWidth: 1055\nFlags: W\nHStem: 0 21G<848 942> 93 73<780 867 978 1007> 573 61<223.063 248.83>\nDStem: 223 634 438 709 210 573 348 284 316 573 438 709 254 284 348 284 848 715 933 715 267 -20 352 -20 868 93 961 93 848 0 942 0 919 332 1032 425 884 166 977 166 924 425 919 332 707 165 779 166\nFore\n316 573 m 1\n 210 573 l 1\n 223 634 l 1\n 301 634 351 659 375 709 c 1\n 438 709 l 1\n 348 284 l 1\n 254 284 l 1\n 316 573 l 1\n848 715 m 1\n 933 715 l 1\n 352 -20 l 1\n 267 -20 l 1\n 848 715 l 1\n1023 166 m 1\n 1007 93 l 1\n 961 93 l 1\n 942 0 l 1\n 848 0 l 1\n 868 93 l 1\n 691 93 l 1\n 707 165 l 1\n 924 425 l 1\n 1032 425 l 1\n 977 166 l 1\n 1023 166 l 1\n884 166 m 1\n 919 332 l 1\n 779 166 l 1\n 884 166 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: onehalf\nEncoding: 189 189 122\nWidth: 1055\nFlags: W\nHStem: 0 80<815 981> 362 72<898 918> 573 61<223.063 248.83>\nVStem: 957 92.3616<315 318>\nDStem: 223 634 438 709 210 573 348 284 316 573 438 709 254 284 348 284 838 715 923 715 257 -20 342 -20\nFore\n316 573 m 1\n 210 573 l 1\n 223 634 l 1\n 301 634 351 659 375 709 c 1\n 438 709 l 1\n 348 284 l 1\n 254 284 l 1\n 316 573 l 1\n838 715 m 1\n 923 715 l 1\n 342 -20 l 1\n 257 -20 l 1\n 838 715 l 1\n998 80 m 1\n 981 0 l 1\n 675 0 l 1\n 696 81 728 120 815 170 c 0\n 885 211 905 225 925 244 c 128\n 945 263 957 290 957 316 c 0\n 957 345 938 362 905 362 c 0\n 862 362 836 331 830 273 c 1\n 739 273 l 1\n 755 377 818 434 917 434 c 0\n 1001 434 1050 395 1050 329 c 0\n 1050 291 1036 255 1010 224 c 0\n 990 202 967 184 915 153 c 0\n 847 112 828 98 814 80 c 1\n 998 80 l 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 123\nWidth: 1055\nFlags: W\nHStem: 0 21G<848 942> 93 73<780 867 978 1007> 271.125 77.8747<286 298> 471 63<294 307> 646 71.1206<339 355>\nVStem: 147.933 92.0672<378 396> 369 92.1505<421 428> 389.99 100.01<606 625>\nDStem: 868 715 953 715 287 -20 372 -20 868 93 961 93 848 0 942 0 868 715 953 715 287 -20 372 -20 868 93 961 93 848 0 942 0 868 715 953 715 287 -20 372 -20 868 93 961 93 848 0 942 0 868 715 953 715 287 -20 372 -20 868 93 961 93 848 0 942 0 868 715 953 715 287 -20 372 -20 868 93 961 93 848 0 942 0 868 715 953 715 287 -20 372 -20 868 93 961 93 848 0 942 0 868 715 953 715 287 -20 372 -20 868 93 961 93 848 0 942 0 868 715 953 715 287 -20 372 -20 919 332 1032 425 884 166 977 166 924 425 919 332 707 165 779 166\nFore\n280 471 m 1\n 293 534 l 1\n 297 533 302 533 303 533 c 0\n 356 533 390 561 390 606 c 0\n 390 630 372 646 345 646 c 0\n 307 646 289 627 277 571 c 1\n 190 571 l 1\n 210 673 263 718 362 718 c 0\n 443 718 490 684 490 625 c 0\n 490 579 466 541 419 512 c 1\n 448 494 462 471 462 439 c 0\n 462 340 387 271 278 271 c 0\n 195 271 147 310 147 378 c 0\n 147 390 148 398 151 414 c 1\n 242 414 l 1\n 240 406 240 402 240 396 c 0\n 240 365 259 349 296 349 c 0\n 336 349 369 382 369 422 c 0\n 369 456 347 470 293 471 c 2\n 280 471 l 1\n868 715 m 1\n 953 715 l 1\n 372 -20 l 1\n 287 -20 l 1\n 868 715 l 1\n1023 166 m 1\n 1007 93 l 1\n 961 93 l 1\n 942 0 l 1\n 848 0 l 1\n 868 93 l 1\n 691 93 l 1\n 707 165 l 1\n 924 425 l 1\n 1032 425 l 1\n 977 166 l 1\n 1023 166 l 1\n884 166 m 1\n 919 332 l 1\n 779 166 l 1\n 884 166 l 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: questiondown\nEncoding: 191 191 124\nWidth: 611\nFlags: W\nHStem: -203.908 123.908<276 294> 394 146<337 456>\nVStem: 52.0024 142.998<-26 7>\nDStem: 337 540 487 540 306 394 456 394\nFore\n310 339 m 1\n 432 339 l 1\n 425 262 386 207 292 141 c 0\n 236 102 226 93 211 67 c 0\n 201 48 195 27 195 7 c 0\n 195 -44 233 -80 287 -80 c 0\n 354 -80 404 -28 420 59 c 1\n 556 59 l 1\n 537 -25 515 -74 476 -117 c 0\n 423 -174 352 -204 268 -204 c 0\n 135 -204 52 -135 52 -26 c 0\n 52 18 66 69 89 108 c 0\n 111 144 147 175 219 220 c 0\n 287 261 296 273 310 339 c 1\n306 394 m 1\n 337 540 l 1\n 487 540 l 1\n 456 394 l 1\n 306 394 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: Agrave\nEncoding: 192 192 125\nWidth: 722\nFlags: W\nHStem: 0 21G<26 179 550 703> 147 125<330 517> 709 20G<433 606> 786 150<508 526>\nDStem: 433 729 483 555 26 0 329 272 433 729 260 147 26 0 179 0\nFore\n532 147 m 1\n 260 147 l 1\n 179 0 l 1\n 26 0 l 1\n 433 729 l 1\n 606 729 l 1\n 703 0 l 1\n 550 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 555 l 1\n 329 272 l 1\n 518 272 l 1\n407 936 m 1\n 526 936 l 1\n 571 786 l 1\n 508 786 l 1\n 407 936 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 9 0 0 46 13 0 0 67 -36 0 0 71 -38 0 0 79 -37 0 0 81 -39 0 0 84 -91 0 0 85 -37 0 0 86 -74 0 0 87 -57 0 0 89 -96 0 0\nEndChar\nStartChar: Aacute\nEncoding: 193 193 126\nWidth: 722\nFlags: W\nHStem: 0 21G<26 179 550 703> 147 125<330 517> 709 20G<433 606>\nDStem: 433 729 483 555 26 0 329 272 433 729 260 147 26 0 179 0\nFore\n532 147 m 1\n 260 147 l 1\n 179 0 l 1\n 26 0 l 1\n 433 729 l 1\n 606 729 l 1\n 703 0 l 1\n 550 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 555 l 1\n 329 272 l 1\n 518 272 l 1\n714 936 m 1\n 556 786 l 1\n 486 786 l 1\n 588 936 l 1\n 714 936 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 9 0 0 45 2 0 0 46 12 0 0 67 -37 0 0 71 -38 0 0 79 -38 0 0 81 -40 0 0 84 -91 0 0 85 -38 0 0 86 -74 0 0 87 -57 0 0 89 -96 0 0 97 -11 0 0 98 -10 0 0 99 -17 0 0 100 -17 0 0 101 -11 0 0 103 -20 0 0 111 -20 0 0 113 -14 0 0 116 -22 0 0 117 -18 0 0 118 -42 0 0 119 -29 0 0 121 -41 0 0 171 -48 0 0 8217 -67 0 0 8249 -45 0 0\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 127\nWidth: 722\nFlags: W\nHStem: 0 21G<26 179 550 703> 147 125<330 517> 709 20G<433 606> 789 147<612 619>\nDStem: 433 729 483 555 26 0 329 272 433 729 260 147 26 0 179 0\nFore\n532 147 m 1\n 260 147 l 1\n 179 0 l 1\n 26 0 l 1\n 433 729 l 1\n 606 729 l 1\n 703 0 l 1\n 550 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 555 l 1\n 329 272 l 1\n 518 272 l 1\n511 936 m 1\n 619 936 l 1\n 690 789 l 1\n 612 789 l 1\n 551 886 l 1\n 448 789 l 1\n 372 789 l 1\n 511 936 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 9 0 0 46 13 0 0 67 -36 0 0 71 -38 0 0 79 -37 0 0 81 -39 0 0 84 -91 0 0 85 -37 0 0 86 -74 0 0 87 -57 0 0 89 -96 0 0\nEndChar\nStartChar: Atilde\nEncoding: 195 195 128\nWidth: 722\nFlags: W\nHStem: 0 21G<26 179 550 703> 147 125<330 517> 709 20G<433 606> 801.005 71.9951<606 631> 852 68.0594<461 477>\nDStem: 433 729 483 555 26 0 329 272 433 729 260 147 26 0 179 0\nFore\n532 147 m 1\n 260 147 l 1\n 179 0 l 1\n 26 0 l 1\n 433 729 l 1\n 606 729 l 1\n 703 0 l 1\n 550 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 555 l 1\n 329 272 l 1\n 518 272 l 1\n685 923 m 1\n 739 923 l 1\n 728 883 717 862 698 842 c 0\n 673 816 638 801 606 801 c 0\n 589 801 568 806 555 812 c 2\n 505 837 l 2\n 488 846 469 852 461 852 c 0\n 443 852 427 837 410 803 c 1\n 356 803 l 1\n 380 879 422 921 477 921 c 0\n 503 921 512 919 548 903 c 2\n 598 882 l 2\n 616 874 619 873 631 873 c 0\n 653 873 671 889 685 923 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 9 0 0 46 11 0 0 67 -38 0 0 71 -40 0 0 79 -39 0 0 81 -41 0 0 84 -92 0 0 85 -39 0 0 86 -74 0 0 87 -57 0 0 89 -96 0 0\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 129\nWidth: 722\nFlags: W\nHStem: 0 21G<26 179 550 703> 147 125<330 517> 709 20G<433 606> 800 120<412 496 598 682>\nDStem: 412 920 522 920 386 800 496 800 433 729 483 555 26 0 329 272 433 729 260 147 26 0 179 0 598 920 708 920 572 800 682 800\nFore\n532 147 m 1\n 260 147 l 1\n 179 0 l 1\n 26 0 l 1\n 433 729 l 1\n 606 729 l 1\n 703 0 l 1\n 550 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 555 l 1\n 329 272 l 1\n 518 272 l 1\n522 920 m 1\n 496 800 l 1\n 386 800 l 1\n 412 920 l 1\n 522 920 l 1\n708 920 m 1\n 682 800 l 1\n 572 800 l 1\n 598 920 l 1\n 708 920 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nKernsSLIF: 44 9 0 0 45 2 0 0 46 12 0 0 67 -37 0 0 71 -38 0 0 79 -38 0 0 81 -39 0 0 84 -91 0 0 85 -38 0 0 86 -74 0 0 87 -57 0 0 89 -96 0 0 97 -11 0 0 98 -10 0 0 99 -17 0 0 100 -17 0 0 103 -20 0 0 111 -20 0 0 113 -13 0 0 116 -22 0 0 117 -17 0 0 118 -42 0 0 119 -28 0 0 121 -41 0 0 171 -48 0 0 8217 -67 0 0 8221 -71 0 0 8249 -44 0 0\nEndChar\nStartChar: Aring\nEncoding: 197 197 130\nWidth: 722\nFlags: W\nHStem: 0 21G<26 179 550 703> 147 125<330 517> 709 20G<433 606> 773.251 49.749<531 537> 903 49.1372<551 556>\nVStem: 452.088 48.9116<848 857> 587 49<871 880>\nDStem: 433 729 483 555 26 0 329 272 433 729 260 147 26 0 179 0\nFore\n532 147 m 1\n 260 147 l 1\n 179 0 l 1\n 26 0 l 1\n 433 729 l 1\n 606 729 l 1\n 703 0 l 1\n 550 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 555 l 1\n 329 272 l 1\n 518 272 l 1\n564 953 m 0\n 606 953 636 923 636 882 c 0\n 636 825 582 773 524 773 c 0\n 482 773 452 803 452 844 c 0\n 452 901 506 953 564 953 c 0\n554 903 m 0\n 527 903 501 880 501 855 c 0\n 501 837 515 823 535 823 c 0\n 562 823 587 847 587 872 c 0\n 587 890 573 903 554 903 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nKernsSLIF: 44 9 0 0 45 2 0 0 46 13 0 0 67 -36 0 0 71 -38 0 0 79 -37 0 0 81 -39 0 0 84 -91 0 0 85 -37 0 0 86 -74 0 0 87 -57 0 0 89 -96 0 0 97 -11 0 0 98 -10 0 0 99 -17 0 0 100 -17 0 0 101 -10 0 0 103 -20 0 0 111 -19 0 0 113 -13 0 0 116 -21 0 0 117 -17 0 0 118 -42 0 0 119 -28 0 0 121 -41 0 0 171 -48 0 0 8217 -67 0 0 8221 -71 0 0 8249 -44 0 0\nEndChar\nStartChar: AE\nEncoding: 198 198 131\nWidth: 1000\nFlags: W\nHStem: 0 125<610 968> 152 125<311 463> 314 125<676 988> 604 125<495 560 711 1078>\nDStem: 421 729 495 604 1 0 310 277 421 729 245 152 1 0 160 0 464 152 995 125 432 0 968 0 561 604 711 604 491 277 675 439 561 604 1014 439 491 277 988 314 561 604 649 314 491 277 609 125\nFore\n464 152 m 1\n 245 152 l 1\n 160 0 l 1\n 1 0 l 1\n 421 729 l 1\n 1104 729 l 1\n 1078 604 l 1\n 711 604 l 1\n 675 439 l 1\n 1014 439 l 1\n 988 314 l 1\n 649 314 l 1\n 609 125 l 1\n 995 125 l 1\n 968 0 l 1\n 432 0 l 1\n 464 152 l 1\n491 277 m 1\n 561 604 l 1\n 495 604 l 1\n 310 277 l 1\n 491 277 l 1\nEndSplineSet\nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 132\nWidth: 722\nFlags: W\nHStem: -220 50<299 329> -23 128<390 411> 613 128<507 535>\nVStem: 107.072 148.928<244 267> 383 86.0323<-127 -124> 647.999 145.001<482 531>\nDStem: 340 -22 389 -23 285 -106 363 -63\nFore\n389 -23 m 1\n 363 -63 l 1\n 377 -58 391 -56 406 -56 c 0\n 446 -56 470 -77 470 -113 c 0\n 470 -178 410 -220 319 -220 c 0\n 275 -220 243 -213 186 -191 c 1\n 216 -140 l 1\n 264 -163 287 -170 315 -170 c 0\n 353 -170 383 -150 383 -126 c 0\n 383 -106 365 -93 339 -93 c 0\n 322 -93 310 -96 285 -106 c 1\n 340 -22 l 1\n 199 -11 107 90 107 235 c 0\n 107 363 151 499 222 586 c 1\n 303 688 410 741 533 741 c 0\n 688 741 793 656 793 531 c 0\n 793 520 792 508 789 482 c 1\n 648 482 l 1\n 648 521 644 540 631 560 c 0\n 610 594 569 613 516 613 c 0\n 436 613 374 578 327 504 c 0\n 282 434 256 347 256 265 c 0\n 256 159 306 105 403 105 c 0\n 499 105 570 157 599 249 c 1\n 742 249 l 1\n 701 82 565 -22 389 -23 c 1\nEndSplineSet\nKernsSLIF: 65 -34 0 0\nEndChar\nStartChar: Egrave\nEncoding: 200 200 133\nWidth: 667\nFlags: W\nHStem: 0 125<257 624> 314 125<323 645> 604 125<357 735> 786 150<501 519>\nDStem: 234 729 357 604 79 0 322 439 234 729 671 439 79 0 645 314 234 729 296 314 79 0 256 125 234 729 651 125 79 0 624 0\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 762 729 l 1\n 735 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\n400 936 m 1\n 519 936 l 1\n 564 786 l 1\n 501 786 l 1\n 400 936 l 1\nEndSplineSet\nEndChar\nStartChar: Eacute\nEncoding: 201 201 134\nWidth: 667\nFlags: W\nHStem: 0 125<257 624> 314 125<323 645> 604 125<357 735>\nDStem: 234 729 357 604 79 0 322 439 234 729 671 439 79 0 645 314 234 729 296 314 79 0 256 125 234 729 651 125 79 0 624 0\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 762 729 l 1\n 735 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\n675 936 m 1\n 517 786 l 1\n 447 786 l 1\n 549 936 l 1\n 675 936 l 1\nEndSplineSet\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 135\nWidth: 667\nFlags: W\nHStem: 0 125<257 624> 314 125<323 645> 604 125<357 735> 789 147<595 602>\nDStem: 234 729 357 604 79 0 322 439 234 729 671 439 79 0 645 314 234 729 296 314 79 0 256 125 234 729 651 125 79 0 624 0\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 762 729 l 1\n 735 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\n494 936 m 1\n 602 936 l 1\n 673 789 l 1\n 595 789 l 1\n 534 886 l 1\n 431 789 l 1\n 355 789 l 1\n 494 936 l 1\nEndSplineSet\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 136\nWidth: 667\nFlags: W\nHStem: 0 125<257 624> 314 125<323 645> 604 125<357 735> 800 120<392 476 578 662>\nDStem: 234 729 357 604 79 0 322 439 234 729 671 439 79 0 645 314 234 729 296 314 79 0 256 125 234 729 651 125 79 0 624 0 392 920 502 920 366 800 476 800 578 920 688 920 552 800 662 800\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 762 729 l 1\n 735 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\n502 920 m 1\n 476 800 l 1\n 366 800 l 1\n 392 920 l 1\n 502 920 l 1\n688 920 m 1\n 662 800 l 1\n 552 800 l 1\n 578 920 l 1\n 688 920 l 1\nEndSplineSet\nEndChar\nStartChar: Igrave\nEncoding: 204 204 137\nWidth: 278\nFlags: W\nHStem: 0 21G<63 213> 709 20G<218 368> 786 150<282 300>\nDStem: 218 729 368 729 63 0 213 0\nFore\n368 729 m 1\n 213 0 l 1\n 63 0 l 1\n 218 729 l 1\n 368 729 l 1\n181 936 m 1\n 300 936 l 1\n 345 786 l 1\n 282 786 l 1\n 181 936 l 1\nEndSplineSet\nEndChar\nStartChar: Iacute\nEncoding: 205 205 138\nWidth: 278\nFlags: W\nHStem: 0 21G<63 213> 709 20G<218 368>\nDStem: 218 729 368 729 63 0 213 0\nFore\n368 729 m 1\n 213 0 l 1\n 63 0 l 1\n 218 729 l 1\n 368 729 l 1\n489 936 m 1\n 331 786 l 1\n 261 786 l 1\n 363 936 l 1\n 489 936 l 1\nEndSplineSet\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 139\nWidth: 278\nFlags: W\nHStem: 0 21G<63 213> 709 20G<218 368> 789 147<389 396>\nDStem: 218 729 368 729 63 0 213 0\nFore\n368 729 m 1\n 213 0 l 1\n 63 0 l 1\n 218 729 l 1\n 368 729 l 1\n288 936 m 1\n 396 936 l 1\n 467 789 l 1\n 389 789 l 1\n 328 886 l 1\n 225 789 l 1\n 149 789 l 1\n 288 936 l 1\nEndSplineSet\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 140\nWidth: 278\nFlags: W\nHStem: 0 21G<63 213> 709 20G<218 368> 800 120<187 271 373 457>\nDStem: 187 920 297 920 161 800 271 800 218 729 368 729 63 0 213 0 373 920 483 920 347 800 457 800\nFore\n368 729 m 1\n 213 0 l 1\n 63 0 l 1\n 218 729 l 1\n 368 729 l 1\n297 920 m 1\n 271 800 l 1\n 161 800 l 1\n 187 920 l 1\n 297 920 l 1\n483 920 m 1\n 457 800 l 1\n 347 800 l 1\n 373 920 l 1\n 483 920 l 1\nEndSplineSet\nEndChar\nStartChar: Eth\nEncoding: 208 208 141\nWidth: 722\nFlags: W\nHStem: 0 125<255 393> 341 80<90 149 317 473> 604 125<355 505>\nVStem: 627 149<448 481>\nDStem: 90 421 300 341 73 341 254 125 150 341 300 341 77 0 254 125 232 729 355 604 166 421 316 421\nFore\n150 341 m 1\n 73 341 l 1\n 90 421 l 1\n 166 421 l 1\n 232 729 l 1\n 517 729 l 2\n 698 729 776 654 776 479 c 0\n 776 361 735 238 664 140 c 0\n 591 39 507 0 362 0 c 2\n 77 0 l 1\n 150 341 l 1\n300 341 m 1\n 254 125 l 1\n 388 125 l 2\n 475 125 524 153 567 228 c 0\n 601 287 627 390 627 469 c 0\n 627 560 582 604 490 604 c 2\n 355 604 l 1\n 316 421 l 1\n 490 421 l 1\n 473 341 l 1\n 300 341 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 142\nWidth: 722\nFlags: W\nHStem: 0 21G<68 210 513 661> 709 20G<223 373 674 816> 801.005 71.9951<604 629> 852 68.0594<459 475>\nDStem: 223 729 321 523 68 0 210 0 321 523 373 729 513 0 565 214 674 729 816 729 565 214 661 0\nFore\n816 729 m 1\n 661 0 l 1\n 513 0 l 1\n 321 523 l 1\n 210 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 565 214 l 1\n 674 729 l 1\n 816 729 l 1\n683 923 m 1\n 737 923 l 1\n 726 883 715 862 696 842 c 0\n 671 816 636 801 604 801 c 0\n 587 801 566 806 553 812 c 2\n 503 837 l 2\n 486 846 467 852 459 852 c 0\n 441 852 425 837 408 803 c 1\n 354 803 l 1\n 378 879 420 921 475 921 c 0\n 501 921 510 919 546 903 c 2\n 596 882 l 2\n 614 874 617 873 629 873 c 0\n 651 873 669 889 683 923 c 1\nEndSplineSet\nEndChar\nStartChar: Ograve\nEncoding: 210 210 143\nWidth: 778\nFlags: W\nHStem: -22.7892 127.789<410 426> 613 128<518 539> 786 150<551 569>\nVStem: 106 149<260 284> 679 149<425 457>\nFore\n538 741 m 0\n 721 741 828 635 828 455 c 0\n 828 337 783 215 705 124 c 0\n 619 22 523 -23 395 -23 c 0\n 217 -23 106 86 106 261 c 0\n 106 376 153 502 231 594 c 0\n 313 693 414 741 538 741 c 0\n519 613 m 0\n 443 613 377 577 327 509 c 0\n 283 448 255 360 255 282 c 0\n 255 173 318 105 419 105 c 0\n 496 105 559 140 609 210 c 0\n 652 270 679 358 679 437 c 0\n 679 547 619 613 519 613 c 0\n450 936 m 1\n 569 936 l 1\n 614 786 l 1\n 551 786 l 1\n 450 936 l 1\nEndSplineSet\nKernsSLIF: 84 -32 0 0 86 -40 0 0 89 -65 0 0\nEndChar\nStartChar: Oacute\nEncoding: 211 211 144\nWidth: 778\nFlags: W\nHStem: -22.7892 127.789<410 426> 613 128<518 539>\nVStem: 106 149<260 284> 679 149<425 457>\nFore\n538 741 m 0\n 721 741 828 635 828 455 c 0\n 828 337 783 215 705 124 c 0\n 619 22 523 -23 395 -23 c 0\n 217 -23 106 86 106 261 c 0\n 106 376 153 502 231 594 c 0\n 313 693 414 741 538 741 c 0\n519 613 m 0\n 443 613 377 577 327 509 c 0\n 283 448 255 360 255 282 c 0\n 255 173 318 105 419 105 c 0\n 496 105 559 140 609 210 c 0\n 652 270 679 358 679 437 c 0\n 679 547 619 613 519 613 c 0\n732 936 m 1\n 574 786 l 1\n 504 786 l 1\n 606 936 l 1\n 732 936 l 1\nEndSplineSet\nKernsSLIF: 65 -42 0 0 84 -32 0 0 86 -40 0 0 87 -24 0 0 89 -65 0 0\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 145\nWidth: 778\nFlags: W\nHStem: -22.9667 127.967<401 426> 613 128<518 539> 789 147<642 649>\nVStem: 106 149<260 284> 679 149<425 457>\nFore\n538 741 m 0\n 721 741 828 635 828 455 c 0\n 828 337 783 215 705 124 c 0\n 619 22 523 -23 395 -23 c 0\n 217 -23 106 86 106 261 c 0\n 106 376 153 502 231 594 c 0\n 313 693 414 741 538 741 c 0\n519 613 m 0\n 443 613 377 577 327 509 c 0\n 283 448 255 360 255 282 c 0\n 255 173 318 105 419 105 c 0\n 496 105 559 140 609 210 c 0\n 652 270 679 358 679 437 c 0\n 679 547 619 613 519 613 c 0\n541 936 m 1\n 649 936 l 1\n 720 789 l 1\n 642 789 l 1\n 581 886 l 1\n 478 789 l 1\n 402 789 l 1\n 541 936 l 1\nEndSplineSet\nKernsSLIF: 84 -32 0 0 86 -40 0 0 89 -65 0 0\nEndChar\nStartChar: Otilde\nEncoding: 213 213 146\nWidth: 778\nFlags: W\nHStem: -22.7892 127.789<410 426> 613 128<508 539> 801.925 71.8193<636 661> 852 68.0594<491 507>\nVStem: 106 149<260 284> 679 149<425 457>\nFore\n538 741 m 0\n 721 741 828 635 828 455 c 0\n 828 337 783 215 705 124 c 0\n 619 22 523 -23 395 -23 c 0\n 217 -23 106 86 106 261 c 0\n 106 376 153 502 231 594 c 0\n 313 693 414 741 538 741 c 0\n519 613 m 0\n 443 613 377 577 327 509 c 0\n 283 448 255 360 255 282 c 0\n 255 173 318 105 419 105 c 0\n 496 105 559 140 609 210 c 0\n 652 270 679 358 679 437 c 0\n 679 547 619 613 519 613 c 0\n715 923 m 1\n 769 923 l 1\n 758 883 747 862 728 842 c 0\n 703 816 668 801 636 801 c 0\n 619 801 598 806 585 812 c 2\n 535 837 l 2\n 518 846 499 852 491 852 c 0\n 473 852 457 837 440 803 c 1\n 386 803 l 1\n 410 879 452 921 507 921 c 0\n 533 921 542 919 578 903 c 2\n 628 882 l 2\n 646 874 649 873 661 873 c 0\n 683 873 701 889 715 923 c 1\nEndSplineSet\nKernsSLIF: 84 -32 0 0 86 -40 0 0 89 -65 0 0\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 147\nWidth: 778\nFlags: W\nHStem: -22.7892 127.789<410 426> 613 128<518 539> 800 120<440 524 626 710>\nVStem: 106 149<260 284> 679 149<425 457>\nDStem: 440 920 550 920 414 800 524 800 626 920 736 920 600 800 710 800\nFore\n538 741 m 0\n 721 741 828 635 828 455 c 0\n 828 337 783 215 705 124 c 0\n 619 22 523 -23 395 -23 c 0\n 217 -23 106 86 106 261 c 0\n 106 376 153 502 231 594 c 0\n 313 693 414 741 538 741 c 0\n519 613 m 0\n 443 613 377 577 327 509 c 0\n 283 448 255 360 255 282 c 0\n 255 173 318 105 419 105 c 0\n 496 105 559 140 609 210 c 0\n 652 270 679 358 679 437 c 0\n 679 547 619 613 519 613 c 0\n550 920 m 1\n 524 800 l 1\n 414 800 l 1\n 440 920 l 1\n 550 920 l 1\n736 920 m 1\n 710 800 l 1\n 600 800 l 1\n 626 920 l 1\n 736 920 l 1\nEndSplineSet\nKernsSLIF: 65 -42 0 0 84 -32 0 0 86 -40 0 0 87 -24 0 0 88 -43 0 0 89 -65 0 0\nEndChar\nStartChar: multiply\nEncoding: 215 215 148\nWidth: 584\nFlags: W\nDStem: 156 359 258 444 257 231 359 315 257 231 323 147 102 103 168 19 323 147 425 231 424 18 526 102 516 444 582 360 359 315 425 231\nFore\n516 444 m 1\n 582 360 l 1\n 425 231 l 1\n 526 102 l 1\n 424 18 l 1\n 323 147 l 1\n 168 19 l 1\n 102 103 l 1\n 257 231 l 1\n 156 359 l 1\n 258 444 l 1\n 359 315 l 1\n 516 444 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Oslash\nEncoding: 216 216 149\nWidth: 778\nFlags: W\nHStem: -22.9466 127.947<402 423> 613 127.22<520 530>\nVStem: 109 149<262 283> 683 149<425 457>\nDStem: 145 106 181 56 34 7 75 -39 650 557 678 500 264 213 294 157 864 749 906 704 763 659 798 607\nFore\n181 56 m 1\n 75 -39 l 1\n 34 7 l 1\n 145 106 l 1\n 122 150 109 204 109 263 c 0\n 109 377 157 503 234 595 c 0\n 317 692 422 741 547 741 c 0\n 641 741 713 714 763 659 c 1\n 864 749 l 1\n 906 704 l 1\n 798 607 l 1\n 821 560 832 510 832 452 c 0\n 832 339 785 215 707 123 c 0\n 625 27 519 -23 395 -23 c 0\n 302 -23 228 4 181 56 c 1\n678 500 m 1\n 294 157 l 1\n 323 123 367 105 421 105 c 0\n 497 105 561 140 611 210 c 0\n 656 271 683 358 683 439 c 0\n 683 460 682 478 678 500 c 1\n264 213 m 1\n 650 557 l 1\n 620 594 577 613 521 613 c 0\n 445 613 379 577 330 509 c 0\n 286 448 258 359 258 281 c 0\n 258 258 260 235 264 213 c 1\nEndSplineSet\nKernsSLIF: 65 -34 0 0\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 150\nWidth: 722\nFlags: W\nHStem: -22.9091 127.909<375 395> 709 20G<231 381 659 809> 786 150<531 549>\nVStem: 119.706 151.43<167 190>\nDStem: 231 729 381 729 130 255 276 235 659 729 809 729 554 235 704 235\nFore\n659 729 m 1\n 809 729 l 1\n 704 235 l 1\n 686 152 654 96 597 51 c 0\n 536 3 454 -23 366 -23 c 0\n 215 -23 119 51 119 167 c 0\n 119 189 123 222 130 255 c 2\n 231 729 l 1\n 381 729 l 1\n 276 235 l 1\n 273 219 271 205 271 190 c 0\n 271 137 316 105 394 105 c 0\n 485 105 535 145 554 235 c 2\n 659 729 l 1\n430 936 m 1\n 549 936 l 1\n 594 786 l 1\n 531 786 l 1\n 430 936 l 1\nEndSplineSet\nKernsSLIF: 65 -40 0 0\nEndChar\nStartChar: Uacute\nEncoding: 218 218 151\nWidth: 722\nFlags: W\nHStem: -22.9091 127.909<375 395> 709 20G<231 381 659 809>\nVStem: 119.706 151.43<167 190>\nDStem: 231 729 381 729 130 255 276 235 659 729 809 729 554 235 704 235\nFore\n659 729 m 1\n 809 729 l 1\n 704 235 l 1\n 686 152 654 96 597 51 c 0\n 536 3 454 -23 366 -23 c 0\n 215 -23 119 51 119 167 c 0\n 119 189 123 222 130 255 c 2\n 231 729 l 1\n 381 729 l 1\n 276 235 l 1\n 273 219 271 205 271 190 c 0\n 271 137 316 105 394 105 c 0\n 485 105 535 145 554 235 c 2\n 659 729 l 1\n692 936 m 1\n 534 786 l 1\n 464 786 l 1\n 566 936 l 1\n 692 936 l 1\nEndSplineSet\nKernsSLIF: 44 -17 0 0 46 -12 0 0 65 -40 0 0 109 -3 0 0 110 -5 0 0 112 -3 0 0 114 -5 0 0\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 152\nWidth: 722\nFlags: W\nHStem: -22.9091 127.909<375 395> 709 20G<231 381 659 809> 789 147<617 624>\nVStem: 119.706 151.43<167 190>\nDStem: 231 729 381 729 130 255 276 235 659 729 809 729 554 235 704 235\nFore\n659 729 m 1\n 809 729 l 1\n 704 235 l 1\n 686 152 654 96 597 51 c 0\n 536 3 454 -23 366 -23 c 0\n 215 -23 119 51 119 167 c 0\n 119 189 123 222 130 255 c 2\n 231 729 l 1\n 381 729 l 1\n 276 235 l 1\n 273 219 271 205 271 190 c 0\n 271 137 316 105 394 105 c 0\n 485 105 535 145 554 235 c 2\n 659 729 l 1\n516 936 m 1\n 624 936 l 1\n 695 789 l 1\n 617 789 l 1\n 556 886 l 1\n 453 789 l 1\n 377 789 l 1\n 516 936 l 1\nEndSplineSet\nKernsSLIF: 65 -40 0 0\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 153\nWidth: 722\nFlags: W\nHStem: -22.9091 127.909<375 395> 709 20G<231 381 659 809> 800 120<409 493 595 679>\nVStem: 119.706 151.43<167 190>\nDStem: 231 729 381 729 130 255 276 235 409 920 519 920 383 800 493 800 595 920 705 920 569 800 679 800 659 729 809 729 554 235 704 235\nFore\n659 729 m 1\n 809 729 l 1\n 704 235 l 1\n 686 152 654 96 597 51 c 0\n 536 3 454 -23 366 -23 c 0\n 215 -23 119 51 119 167 c 0\n 119 189 123 222 130 255 c 2\n 231 729 l 1\n 381 729 l 1\n 276 235 l 1\n 273 219 271 205 271 190 c 0\n 271 137 316 105 394 105 c 0\n 485 105 535 145 554 235 c 2\n 659 729 l 1\n519 920 m 1\n 493 800 l 1\n 383 800 l 1\n 409 920 l 1\n 519 920 l 1\n705 920 m 1\n 679 800 l 1\n 569 800 l 1\n 595 920 l 1\n 705 920 l 1\nEndSplineSet\nKernsSLIF: 44 -17 0 0 46 -12 0 0 65 -40 0 0 98 -4 0 0 109 -3 0 0 110 -5 0 0 112 -3 0 0 114 -5 0 0\nEndChar\nStartChar: Yacute\nEncoding: 221 221 154\nWidth: 667\nFlags: W\nHStem: 0 21G<269 419> 709 20G<182 349 638 805>\nDStem: 327 270 477 270 269 0 419 0\nFore\n477 270 m 1\n 419 0 l 1\n 269 0 l 1\n 327 270 l 1\n 182 729 l 1\n 349 729 l 1\n 431 414 l 1\n 638 729 l 1\n 805 729 l 1\n 477 270 l 1\n668 936 m 1\n 510 786 l 1\n 440 786 l 1\n 542 936 l 1\n 668 936 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Thorn\nEncoding: 222 222 155\nWidth: 667\nFlags: W\nHStem: 0 21G<76 226> 140 125<283 445> 484 125<356 492> 484 245<329 355>\nVStem: 571.995 149.005<405 440>\nDStem: 231 729 381 729 76 0 355 609 231 729 329 484 76 0 282 265 231 729 256 140 76 0 226 0\nFore\n256 140 m 1\n 226 0 l 1\n 76 0 l 1\n 231 729 l 1\n 381 729 l 1\n 355 609 l 1\n 514 609 l 2\n 580 609 621 598 657 570 c 0\n 698 539 721 492 721 440 c 0\n 721 363 687 278 633 221 c 128\n 579 164 522 140 443 140 c 2\n 256 140 l 1\n282 265 m 1\n 435 265 l 2\n 488 265 522 281 547 316 c 0\n 561 337 572 376 572 405 c 0\n 572 452 536 484 482 484 c 2\n 329 484 l 1\n 282 265 l 1\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 156\nWidth: 611\nFlags: W\nHStem: -22.8199 119.628<319 349> 0 21G<67 207> 348.928 95.0723<379.031 396.196> 617 111.015<423 435>\nVStem: 486.367 143.274<251 277> 510.993 143.007<552 582>\nDStem: 186 558 321 537 67 0 207 0\nFore\n359 349 m 1\n 379 444 l 1\n 420 444 449 453 471 471 c 0\n 495 490 511 522 511 552 c 0\n 511 593 477 617 422 617 c 128\n 367 617 332 590 321 537 c 1\n 207 0 l 1\n 67 0 l 1\n 186 558 l 2\n 208 662 312 729 452 729 c 0\n 574 729 654 670 654 582 c 0\n 654 504 606 437 532 411 c 1\n 594 397 630 348 630 277 c 0\n 630 223 607 153 574 103 c 0\n 519 22 439 -23 349 -23 c 0\n 329 -23 313 -21 281 -16 c 1\n 305 96 l 1\n 319 96 l 2\n 374 97 402 106 433 133 c 0\n 467 163 487 207 487 251 c 0\n 487 316 449 349 374 349 c 2\n 359 349 l 1\nEndSplineSet\nEndChar\nStartChar: agrave\nEncoding: 224 224 157\nWidth: 556\nFlags: W\nHStem: -22.9977 111.998<199 266> 0 21G<370 523> 437 112<354 385> 607 150<404 422>\nVStem: 50.0031 142.997<108 139> 435.992 142.008<394 428>\nDStem: 408 255 572 383 400 217 509 83\nFore\n527 17 m 1\n 523 0 l 1\n 370 0 l 1\n 365 11 363 17 363 27 c 0\n 363 34 363 39 366 54 c 1\n 306 0 257 -23 199 -23 c 0\n 156 -23 122 -13 97 8 c 0\n 68 32 50 70 50 108 c 0\n 50 168 83 229 136 267 c 0\n 167 289 204 303 252 311 c 2\n 310 320 l 2\n 382 330 382 330 402 341 c 0\n 422 351 436 373 436 394 c 0\n 436 424 414 437 363 437 c 0\n 299 437 268 417 251 362 c 1\n 120 362 l 1\n 148 492 229 549 386 549 c 0\n 456 549 505 537 537 511 c 0\n 560 492 578 457 578 428 c 0\n 578 416 576 401 572 383 c 2\n 509 83 l 1\n 507 75 506 68 506 62 c 0\n 506 47 512 34 527 17 c 1\n400 217 m 1\n 408 255 l 1\n 396 248 393 247 382 245 c 0\n 378 244 371 243 361 241 c 2\n 345 238 l 1\n 295 230 l 2\n 230 219 193 186 193 139 c 0\n 193 106 218 89 266 89 c 0\n 334 89 382 135 400 217 c 1\n303 757 m 1\n 422 757 l 1\n 467 607 l 1\n 404 607 l 1\n 303 757 l 1\nEndSplineSet\nKernsSLIF: 118 -23 0 0 119 -10 0 0 121 -24 0 0\nEndChar\nStartChar: aacute\nEncoding: 225 225 158\nWidth: 556\nFlags: W\nHStem: -22.9977 111.998<199 266> 0 21G<370 523> 437 112<354 385>\nVStem: 50.0031 142.997<108 139> 435.992 142.008<394 428>\nDStem: 408 255 572 383 400 217 509 83\nFore\n527 17 m 1\n 523 0 l 1\n 370 0 l 1\n 365 11 363 17 363 27 c 0\n 363 34 363 39 366 54 c 1\n 306 0 257 -23 199 -23 c 0\n 156 -23 122 -13 97 8 c 0\n 68 32 50 70 50 108 c 0\n 50 168 83 229 136 267 c 0\n 167 289 204 303 252 311 c 2\n 310 320 l 2\n 382 330 382 330 402 341 c 0\n 422 351 436 373 436 394 c 0\n 436 424 414 437 363 437 c 0\n 299 437 268 417 251 362 c 1\n 120 362 l 1\n 148 492 229 549 386 549 c 0\n 456 549 505 537 537 511 c 0\n 560 492 578 457 578 428 c 0\n 578 416 576 401 572 383 c 2\n 509 83 l 1\n 507 75 506 68 506 62 c 0\n 506 47 512 34 527 17 c 1\n400 217 m 1\n 408 255 l 1\n 396 248 393 247 382 245 c 0\n 378 244 371 243 361 241 c 2\n 345 238 l 1\n 295 230 l 2\n 230 219 193 186 193 139 c 0\n 193 106 218 89 266 89 c 0\n 334 89 382 135 400 217 c 1\n587 757 m 1\n 429 607 l 1\n 359 607 l 1\n 461 757 l 1\n 587 757 l 1\nEndSplineSet\nKernsSLIF: 118 -23 0 0 119 -10 0 0 121 -24 0 0\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 159\nWidth: 556\nFlags: W\nHStem: -22.9977 111.998<199 266> 0 21G<370 523> 437 112<354 385> 610 147<487 494>\nVStem: 50.0031 142.997<108 139> 435.992 142.008<394 428>\nDStem: 408 255 572 383 400 217 509 83\nFore\n527 17 m 1\n 523 0 l 1\n 370 0 l 1\n 365 11 363 17 363 27 c 0\n 363 34 363 39 366 54 c 1\n 306 0 257 -23 199 -23 c 0\n 156 -23 122 -13 97 8 c 0\n 68 32 50 70 50 108 c 0\n 50 168 83 229 136 267 c 0\n 167 289 204 303 252 311 c 2\n 310 320 l 2\n 382 330 382 330 402 341 c 0\n 422 351 436 373 436 394 c 0\n 436 424 414 437 363 437 c 0\n 299 437 268 417 251 362 c 1\n 120 362 l 1\n 148 492 229 549 386 549 c 0\n 456 549 505 537 537 511 c 0\n 560 492 578 457 578 428 c 0\n 578 416 576 401 572 383 c 2\n 509 83 l 1\n 507 75 506 68 506 62 c 0\n 506 47 512 34 527 17 c 1\n400 217 m 1\n 408 255 l 1\n 396 248 393 247 382 245 c 0\n 378 244 371 243 361 241 c 2\n 345 238 l 1\n 295 230 l 2\n 230 219 193 186 193 139 c 0\n 193 106 218 89 266 89 c 0\n 334 89 382 135 400 217 c 1\n386 757 m 1\n 494 757 l 1\n 565 610 l 1\n 487 610 l 1\n 426 707 l 1\n 323 610 l 1\n 247 610 l 1\n 386 757 l 1\nEndSplineSet\nEndChar\nStartChar: atilde\nEncoding: 227 227 160\nWidth: 556\nFlags: W\nHStem: -22.9977 111.998<199 266> 0 21G<370 523> 437 112<352 385> 622.005 70.9951<479 504> 672 68.0328<334 350>\nVStem: 50.0031 142.997<108 139> 435.992 142.008<394 428>\nDStem: 408 255 572 383 400 217 509 83\nFore\n527 17 m 1\n 523 0 l 1\n 370 0 l 1\n 365 11 363 17 363 27 c 0\n 363 34 363 39 366 54 c 1\n 306 0 257 -23 199 -23 c 0\n 156 -23 122 -13 97 8 c 0\n 68 32 50 70 50 108 c 0\n 50 168 83 229 136 267 c 0\n 167 289 204 303 252 311 c 2\n 310 320 l 2\n 382 330 382 330 402 341 c 0\n 422 351 436 373 436 394 c 0\n 436 424 414 437 363 437 c 0\n 299 437 268 417 251 362 c 1\n 120 362 l 1\n 148 492 229 549 386 549 c 0\n 456 549 505 537 537 511 c 0\n 560 492 578 457 578 428 c 0\n 578 416 576 401 572 383 c 2\n 509 83 l 1\n 507 75 506 68 506 62 c 0\n 506 47 512 34 527 17 c 1\n400 217 m 1\n 408 255 l 1\n 396 248 393 247 382 245 c 0\n 378 244 371 243 361 241 c 2\n 345 238 l 1\n 295 230 l 2\n 230 219 193 186 193 139 c 0\n 193 106 218 89 266 89 c 0\n 334 89 382 135 400 217 c 1\n558 744 m 1\n 612 744 l 1\n 601 705 590 683 571 663 c 0\n 546 637 511 622 479 622 c 0\n 462 622 441 627 428 633 c 2\n 378 658 l 2\n 363 665 342 672 334 672 c 0\n 316 672 300 657 283 624 c 1\n 229 624 l 1\n 252 699 296 741 350 741 c 0\n 375 741 389 738 421 724 c 2\n 471 703 l 2\n 490 694 492 693 504 693 c 0\n 527 693 544 710 558 744 c 1\nEndSplineSet\nEndChar\nStartChar: adieresis\nEncoding: 228 228 161\nWidth: 556\nFlags: W\nHStem: -22.9977 111.998<199 266> 0 21G<370 523> 437 112<354 385> 621 120<285 369 471 555>\nVStem: 50.0031 142.997<108 139> 435.992 142.008<394 428>\nDStem: 285 741 395 741 259 621 369 621 408 255 572 383 400 217 509 83 471 741 581 741 445 621 555 621\nFore\n527 17 m 1\n 523 0 l 1\n 370 0 l 1\n 365 11 363 17 363 27 c 0\n 363 34 363 39 366 54 c 1\n 306 0 257 -23 199 -23 c 0\n 156 -23 122 -13 97 8 c 0\n 68 32 50 70 50 108 c 0\n 50 168 83 229 136 267 c 0\n 167 289 204 303 252 311 c 2\n 310 320 l 2\n 382 330 382 330 402 341 c 0\n 422 351 436 373 436 394 c 0\n 436 424 414 437 363 437 c 0\n 299 437 268 417 251 362 c 1\n 120 362 l 1\n 148 492 229 549 386 549 c 0\n 456 549 505 537 537 511 c 0\n 560 492 578 457 578 428 c 0\n 578 416 576 401 572 383 c 2\n 509 83 l 1\n 507 75 506 68 506 62 c 0\n 506 47 512 34 527 17 c 1\n400 217 m 1\n 408 255 l 1\n 396 248 393 247 382 245 c 0\n 378 244 371 243 361 241 c 2\n 345 238 l 1\n 295 230 l 2\n 230 219 193 186 193 139 c 0\n 193 106 218 89 266 89 c 0\n 334 89 382 135 400 217 c 1\n395 741 m 1\n 369 621 l 1\n 259 621 l 1\n 285 741 l 1\n 395 741 l 1\n581 741 m 1\n 555 621 l 1\n 445 621 l 1\n 471 741 l 1\n 581 741 l 1\nEndSplineSet\nKernsSLIF: 118 -23 0 0 119 -10 0 0 121 -24 0 0\nEndChar\nStartChar: aring\nEncoding: 229 229 162\nWidth: 556\nFlags: W\nHStem: -22.9977 111.998<199 266> 0 21G<370 523> 437 112<354 385> 593.046 49.9538<404 414> 723 49.3817<430 438>\nVStem: 50.0031 142.997<108 139> 329.551 48.4494<674 677> 435.992 142.008<394 428> 464 48.3339<691 697>\nDStem: 408 255 572 383 400 217 509 83\nFore\n527 17 m 1\n 523 0 l 1\n 370 0 l 1\n 365 11 363 17 363 27 c 0\n 363 34 363 39 366 54 c 1\n 306 0 257 -23 199 -23 c 0\n 156 -23 122 -13 97 8 c 0\n 68 32 50 70 50 108 c 0\n 50 168 83 229 136 267 c 0\n 167 289 204 303 252 311 c 2\n 310 320 l 2\n 382 330 382 330 402 341 c 0\n 422 351 436 373 436 394 c 0\n 436 424 414 437 363 437 c 0\n 299 437 268 417 251 362 c 1\n 120 362 l 1\n 148 492 229 549 386 549 c 0\n 456 549 505 537 537 511 c 0\n 560 492 578 457 578 428 c 0\n 578 416 576 401 572 383 c 2\n 509 83 l 1\n 507 75 506 68 506 62 c 0\n 506 47 512 34 527 17 c 1\n400 217 m 1\n 408 255 l 1\n 396 248 393 247 382 245 c 0\n 378 244 371 243 361 241 c 2\n 345 238 l 1\n 295 230 l 2\n 230 219 193 186 193 139 c 0\n 193 106 218 89 266 89 c 0\n 334 89 382 135 400 217 c 1\n441 773 m 0\n 483 773 513 743 513 702 c 0\n 513 645 459 593 401 593 c 0\n 359 593 329 623 329 664 c 0\n 329 721 383 773 441 773 c 0\n431 723 m 0\n 404 723 378 700 378 675 c 0\n 378 657 392 643 412 643 c 0\n 439 643 464 667 464 692 c 0\n 464 710 450 723 431 723 c 0\nEndSplineSet\nKernsSLIF: 118 -23 0 0 119 -10 0 0 121 -24 0 0\nEndChar\nStartChar: ae\nEncoding: 230 230 163\nWidth: 889\nFlags: W\nHStem: -22.999 111.999<209 268 606 636> 226 93<569 783> 437 111.291<364 388 694 710>\nVStem: 54.0028 142.997<106 139> 784 143<329 363>\nFore\n750 152 m 1\n 888 152 l 1\n 835 45 726 -23 606 -23 c 0\n 518 -23 453 13 425 77 c 1\n 355 2 301 -23 209 -23 c 0\n 112 -23 54 25 54 106 c 0\n 54 168 86 228 139 266 c 0\n 171 289 208 303 256 311 c 2\n 313 320 l 2\n 385 330 385 330 406 341 c 0\n 426 351 440 373 440 394 c 0\n 440 424 418 437 367 437 c 0\n 303 437 272 417 255 362 c 1\n 124 362 l 1\n 137 425 154 459 187 488 c 0\n 232 528 302 549 392 549 c 0\n 469 549 521 533 553 500 c 1\n 599 531 659 549 718 549 c 0\n 789 549 845 525 881 480 c 0\n 910 445 927 397 927 351 c 0\n 927 313 921 271 909 226 c 1\n 547 226 l 1\n 541 200 540 189 540 175 c 0\n 540 124 579 89 636 89 c 0\n 685 89 730 114 750 152 c 1\n404 216 m 1\n 412 254 l 1\n 400 248 397 247 386 244 c 0\n 382 244 375 242 365 241 c 2\n 349 238 l 1\n 299 230 l 2\n 234 219 197 186 197 139 c 0\n 197 106 222 89 268 89 c 0\n 338 89 386 134 404 216 c 1\n784 319 m 1\n 784 346 l 2\n 784 404 753 437 699 437 c 0\n 635 437 589 396 568 319 c 1\n 784 319 l 1\nEndSplineSet\nKernsSLIF: 118 -21 0 0 119 -7 0 0 121 -23 0 0\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 164\nWidth: 556\nFlags: W\nHStem: -220 50<205 221> 437 111.012<370 381>\nVStem: 77 143<172 196> 282 86.0323<-127 -124>\nDStem: 241 -19 288 -23 184 -106 262 -62\nFore\n288 -23 m 1\n 262 -62 l 1\n 277 -58 289 -56 305 -56 c 0\n 345 -56 369 -77 369 -113 c 0\n 369 -178 309 -220 218 -220 c 0\n 174 -220 141 -213 85 -191 c 1\n 115 -139 l 1\n 162 -163 186 -170 214 -170 c 0\n 252 -170 282 -150 282 -126 c 0\n 282 -106 264 -93 238 -93 c 0\n 221 -93 209 -96 184 -106 c 1\n 241 -19 l 1\n 205 -12 187 -6 168 4 c 0\n 113 34 77 101 77 173 c 0\n 77 267 119 384 177 454 c 0\n 230 517 304 549 398 549 c 0\n 465 549 511 532 549 494 c 0\n 580 463 597 423 597 381 c 0\n 597 371 596 362 593 338 c 1\n 459 338 l 1\n 458 377 456 389 448 404 c 0\n 435 425 410 437 377 437 c 0\n 322 437 285 411 257 352 c 0\n 233 304 220 245 220 192 c 0\n 220 123 249 89 309 89 c 0\n 363 89 396 116 427 187 c 1\n 561 187 l 1\n 539 117 506 68 456 30 c 0\n 411 -4 338 -27 289 -23 c 2\n 288 -23 l 1\nEndSplineSet\nEndChar\nStartChar: egrave\nEncoding: 232 232 165\nWidth: 556\nFlags: W\nHStem: -22.7516 112.529<275 302> 226 93<229 447> 437 111.457<361 368> 607 150<398 416>\nVStem: 64 143<169 201> 448 143<329 361>\nFore\n573 226 m 1\n 210 226 l 1\n 207 198 207 190 207 181 c 0\n 207 126 245 89 302 89 c 0\n 350 89 394 114 414 152 c 1\n 552 152 l 1\n 497 41 396 -23 275 -23 c 0\n 150 -23 64 61 64 185 c 0\n 64 285 110 402 174 469 c 0\n 221 518 301 549 379 549 c 0\n 452 549 510 525 546 480 c 0\n 574 444 591 397 591 351 c 0\n 591 313 585 271 573 226 c 1\n448 319 m 1\n 448 334 l 2\n 448 366 446 377 439 392 c 0\n 426 420 397 437 362 437 c 0\n 322 437 282 418 258 386 c 0\n 245 369 237 351 228 319 c 1\n 448 319 l 1\n297 757 m 1\n 416 757 l 1\n 461 607 l 1\n 398 607 l 1\n 297 757 l 1\nEndSplineSet\nEndChar\nStartChar: eacute\nEncoding: 233 233 166\nWidth: 556\nFlags: W\nHStem: -22.7516 112.529<275 302> 226 93<229 447> 437 111.457<361 368>\nVStem: 64 143<169 201> 448 143<329 361>\nFore\n573 226 m 1\n 210 226 l 1\n 207 198 207 190 207 181 c 0\n 207 126 245 89 302 89 c 0\n 350 89 394 114 414 152 c 1\n 552 152 l 1\n 497 41 396 -23 275 -23 c 0\n 150 -23 64 61 64 185 c 0\n 64 285 110 402 174 469 c 0\n 221 518 301 549 379 549 c 0\n 452 549 510 525 546 480 c 0\n 574 444 591 397 591 351 c 0\n 591 313 585 271 573 226 c 1\n448 319 m 1\n 448 334 l 2\n 448 366 446 377 439 392 c 0\n 426 420 397 437 362 437 c 0\n 322 437 282 418 258 386 c 0\n 245 369 237 351 228 319 c 1\n 448 319 l 1\n562 757 m 1\n 404 607 l 1\n 334 607 l 1\n 436 757 l 1\n 562 757 l 1\nEndSplineSet\nKernsSLIF: 118 -22 0 0 119 -9 0 0 121 -25 0 0\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 167\nWidth: 556\nFlags: W\nHStem: -22.7516 112.529<275 302> 226 93<229 447> 437 111.457<361 376> 610 147<478 485>\nVStem: 64 143<169 201> 448 143<329 361>\nFore\n573 226 m 1\n 210 226 l 1\n 207 198 207 190 207 181 c 0\n 207 126 245 89 302 89 c 0\n 350 89 394 114 414 152 c 1\n 552 152 l 1\n 497 41 396 -23 275 -23 c 0\n 150 -23 64 61 64 185 c 0\n 64 285 110 402 174 469 c 0\n 221 518 301 549 379 549 c 0\n 452 549 510 525 546 480 c 0\n 574 444 591 397 591 351 c 0\n 591 313 585 271 573 226 c 1\n448 319 m 1\n 448 334 l 2\n 448 366 446 377 439 392 c 0\n 426 420 397 437 362 437 c 0\n 322 437 282 418 258 386 c 0\n 245 369 237 351 228 319 c 1\n 448 319 l 1\n377 757 m 1\n 485 757 l 1\n 556 610 l 1\n 478 610 l 1\n 417 707 l 1\n 314 610 l 1\n 238 610 l 1\n 377 757 l 1\nEndSplineSet\nKernsSLIF: 118 -22 0 0 119 -9 0 0 121 -25 0 0\nEndChar\nStartChar: edieresis\nEncoding: 235 235 168\nWidth: 556\nFlags: W\nHStem: -22.7516 112.529<275 302> 226 93<229 447> 437 111.457<361 368> 621 120<282 366 468 552>\nVStem: 64 143<169 201> 448 143<329 361>\nDStem: 282 741 392 741 256 621 366 621 468 741 578 741 442 621 552 621\nFore\n573 226 m 1\n 210 226 l 1\n 207 198 207 190 207 181 c 0\n 207 126 245 89 302 89 c 0\n 350 89 394 114 414 152 c 1\n 552 152 l 1\n 497 41 396 -23 275 -23 c 0\n 150 -23 64 61 64 185 c 0\n 64 285 110 402 174 469 c 0\n 221 518 301 549 379 549 c 0\n 452 549 510 525 546 480 c 0\n 574 444 591 397 591 351 c 0\n 591 313 585 271 573 226 c 1\n448 319 m 1\n 448 334 l 2\n 448 366 446 377 439 392 c 0\n 426 420 397 437 362 437 c 0\n 322 437 282 418 258 386 c 0\n 245 369 237 351 228 319 c 1\n 448 319 l 1\n392 741 m 1\n 366 621 l 1\n 256 621 l 1\n 282 741 l 1\n 392 741 l 1\n578 741 m 1\n 552 621 l 1\n 442 621 l 1\n 468 741 l 1\n 578 741 l 1\nEndSplineSet\nEndChar\nStartChar: igrave\nEncoding: 236 236 169\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 520 20G<182 322> 607 150<248 266>\nDStem: 182 540 322 540 67 0 207 0\nFore\n322 540 m 1\n 207 0 l 1\n 67 0 l 1\n 182 540 l 1\n 322 540 l 1\n147 757 m 1\n 266 757 l 1\n 311 607 l 1\n 248 607 l 1\n 147 757 l 1\nEndSplineSet\nEndChar\nStartChar: iacute\nEncoding: 237 237 170\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 520 20G<182 322>\nDStem: 182 540 322 540 67 0 207 0\nFore\n322 540 m 1\n 207 0 l 1\n 67 0 l 1\n 182 540 l 1\n 322 540 l 1\n448 757 m 1\n 290 607 l 1\n 220 607 l 1\n 322 757 l 1\n 448 757 l 1\nEndSplineSet\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 171\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 520 20G<182 322> 610 147<348 355>\nDStem: 182 540 322 540 67 0 207 0\nFore\n322 540 m 1\n 207 0 l 1\n 67 0 l 1\n 182 540 l 1\n 322 540 l 1\n247 757 m 1\n 355 757 l 1\n 426 610 l 1\n 348 610 l 1\n 287 707 l 1\n 184 610 l 1\n 108 610 l 1\n 247 757 l 1\nEndSplineSet\nEndChar\nStartChar: idieresis\nEncoding: 239 239 172\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 520 20G<182 322> 621 120<146 230 332 416>\nDStem: 146 741 256 741 120 621 230 621 182 540 322 540 67 0 207 0 332 741 442 741 306 621 416 621\nFore\n322 540 m 1\n 207 0 l 1\n 67 0 l 1\n 182 540 l 1\n 322 540 l 1\n256 741 m 1\n 230 621 l 1\n 120 621 l 1\n 146 741 l 1\n 256 741 l 1\n442 741 m 1\n 416 621 l 1\n 306 621 l 1\n 332 741 l 1\n 442 741 l 1\nEndSplineSet\nEndChar\nStartChar: eth\nEncoding: 240 240 173\nWidth: 611\nFlags: W\nHStem: -22.5827 111.583<323 328> 430.054 99.7686<362 387>\nVStem: 83.0642 143.936<178 206> 491 142<325 346>\nDStem: 305 648 355 609 217 607 258 564 504 738 547 695 400 693 454 654\nFore\n355 609 m 1\n 258 564 l 1\n 217 607 l 1\n 305 648 l 1\n 279 666 273 670 235 694 c 1\n 305 744 l 1\n 339 729 341 728 387 701 c 0\n 389 699 394 697 400 693 c 1\n 504 738 l 1\n 547 695 l 1\n 454 654 l 1\n 584 558 633 473 633 345 c 0\n 633 254 605 166 553 97 c 0\n 495 18 409 -23 305 -23 c 0\n 166 -23 83 52 83 178 c 0\n 83 276 121 382 180 449 c 0\n 225 500 292 530 362 530 c 0\n 394 530 414 524 452 503 c 1\n 428 544 393 582 355 609 c 1\n387 431 m 0\n 336 431 293 403 264 351 c 0\n 240 309 227 256 227 206 c 0\n 227 161 237 132 259 113 c 0\n 278 98 302 89 326 89 c 0\n 420 89 491 190 491 326 c 0\n 491 366 481 390 458 408 c 0\n 438 422 411 431 387 431 c 0\nEndSplineSet\nEndChar\nStartChar: ntilde\nEncoding: 241 241 174\nWidth: 611\nFlags: W\nHStem: 0 21G<63 203 406 546> 520 20G<178 318> 622.925 70.9294<513 538> 672 68.0328<368 384>\nVStem: 478.996 150.004<362 417>\nDStem: 178 540 318 540 63 0 300 458 178 540 268 304 63 0 203 0 473 313 623 362 406 0 546 0\nFore\n178 540 m 1\n 318 540 l 1\n 300 458 l 1\n 354 522 408 549 482 549 c 0\n 571 549 629 497 629 417 c 0\n 629 399 627 381 623 362 c 2\n 546 0 l 1\n 406 0 l 1\n 473 313 l 1\n 477 335 479 349 479 362 c 0\n 479 410 453 437 405 437 c 0\n 338 437 285 386 268 304 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\n592 744 m 1\n 646 744 l 1\n 635 705 624 683 605 663 c 0\n 580 637 545 622 513 622 c 0\n 496 622 475 627 462 633 c 2\n 412 658 l 2\n 397 665 376 672 368 672 c 0\n 350 672 334 657 317 624 c 1\n 263 624 l 1\n 286 699 330 741 384 741 c 0\n 409 741 423 738 455 724 c 2\n 505 703 l 2\n 524 694 526 693 538 693 c 0\n 561 693 578 710 592 744 c 1\nEndSplineSet\nEndChar\nStartChar: ograve\nEncoding: 242 242 175\nWidth: 611\nFlags: W\nHStem: -22.348 111.348<322 327> 437 111.258<390 402> 607 150<428 446>\nVStem: 82.773 142.227<177 205> 490.786 142.658<320 349>\nFore\n413 549 m 0\n 550 549 634 473 634 349 c 0\n 634 263 602 163 555 100 c 0\n 494 19 407 -23 299 -23 c 0\n 167 -23 82 55 82 177 c 0\n 82 263 113 363 161 426 c 0\n 220 505 310 549 413 549 c 0\n391 437 m 0\n 301 437 225 332 225 205 c 0\n 225 134 264 89 324 89 c 0\n 376 89 422 120 453 176 c 0\n 477 218 491 271 491 320 c 0\n 491 391 452 437 391 437 c 0\n327 757 m 1\n 446 757 l 1\n 491 607 l 1\n 428 607 l 1\n 327 757 l 1\nEndSplineSet\nKernsSLIF: 118 -27 0 0 119 -13 0 0 121 -29 0 0\nEndChar\nStartChar: oacute\nEncoding: 243 243 176\nWidth: 611\nFlags: W\nHStem: -22.348 111.348<322 326> 437 111.258<390 402>\nVStem: 82.773 142.227<177 205> 490.786 142.658<320 349>\nFore\n413 549 m 0\n 550 549 634 473 634 349 c 0\n 634 263 602 163 555 100 c 0\n 494 19 407 -23 299 -23 c 0\n 167 -23 82 55 82 177 c 0\n 82 263 113 363 161 426 c 0\n 220 505 310 549 413 549 c 0\n391 437 m 0\n 301 437 225 332 225 205 c 0\n 225 134 264 89 324 89 c 0\n 376 89 422 120 453 176 c 0\n 477 218 491 271 491 320 c 0\n 491 391 452 437 391 437 c 0\n599 757 m 1\n 441 607 l 1\n 371 607 l 1\n 473 757 l 1\n 599 757 l 1\nEndSplineSet\nKernsSLIF: 118 -27 0 0 119 -13 0 0 121 -29 0 0\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 177\nWidth: 611\nFlags: W\nHStem: -22.348 111.348<322 326> 437 111.258<390 402> 610 147<516 523>\nVStem: 82.773 142.227<177 205> 490.786 142.658<320 349>\nFore\n413 549 m 0\n 550 549 634 473 634 349 c 0\n 634 263 602 163 555 100 c 0\n 494 19 407 -23 299 -23 c 0\n 167 -23 82 55 82 177 c 0\n 82 263 113 363 161 426 c 0\n 220 505 310 549 413 549 c 0\n391 437 m 0\n 301 437 225 332 225 205 c 0\n 225 134 264 89 324 89 c 0\n 376 89 422 120 453 176 c 0\n 477 218 491 271 491 320 c 0\n 491 391 452 437 391 437 c 0\n415 757 m 1\n 523 757 l 1\n 594 610 l 1\n 516 610 l 1\n 455 707 l 1\n 352 610 l 1\n 276 610 l 1\n 415 757 l 1\nEndSplineSet\nKernsSLIF: 116 -13 0 0\nEndChar\nStartChar: otilde\nEncoding: 245 245 178\nWidth: 611\nFlags: W\nHStem: -22.348 111.348<322 326> 437 111.05<387 402> 671.968 70.0318<345 377>\nVStem: 82.773 142.227<177 205> 490.786 142.658<320 349>\nFore\n413 549 m 0\n 550 549 634 473 634 349 c 0\n 634 263 602 163 555 100 c 0\n 494 19 407 -23 299 -23 c 0\n 167 -23 82 55 82 177 c 0\n 82 263 113 363 161 426 c 0\n 220 505 310 549 413 549 c 0\n391 437 m 0\n 301 437 225 332 225 205 c 0\n 225 135 264 89 324 89 c 0\n 376 89 422 120 453 176 c 0\n 477 218 491 271 491 320 c 0\n 491 391 452 437 391 437 c 0\n585 744 m 1\n 639 744 l 1\n 602 667 544 622 480 622 c 0\n 463 622 443 627 432 633 c 2\n 387 658 l 2\n 374 665 353 672 345 672 c 0\n 327 672 308 657 285 624 c 1\n 231 624 l 1\n 270 700 322 742 377 742 c 0\n 402 742 411 739 444 724 c 2\n 489 703 l 2\n 506 694 509 693 520 693 c 0\n 543 693 564 710 585 744 c 1\nEndSplineSet\nEndChar\nStartChar: odieresis\nEncoding: 246 246 179\nWidth: 611\nFlags: W\nHStem: -22.8529 111.853<310 326> 437 111.258<390 402> 621 120<311 395 497 581>\nVStem: 82.773 142.227<177 205> 490.786 142.658<320 349>\nDStem: 311 741 421 741 285 621 395 621 497 741 607 741 471 621 581 621\nFore\n413 549 m 0\n 550 549 634 473 634 349 c 0\n 634 263 602 163 555 100 c 0\n 494 19 407 -23 299 -23 c 0\n 167 -23 82 55 82 177 c 0\n 82 263 113 363 161 426 c 0\n 220 505 310 549 413 549 c 0\n391 437 m 0\n 301 437 225 332 225 205 c 0\n 225 134 264 89 324 89 c 0\n 376 89 422 120 453 176 c 0\n 477 218 491 271 491 320 c 0\n 491 391 452 437 391 437 c 0\n421 741 m 1\n 395 621 l 1\n 285 621 l 1\n 311 741 l 1\n 421 741 l 1\n607 741 m 1\n 581 621 l 1\n 471 621 l 1\n 497 741 l 1\n 607 741 l 1\nEndSplineSet\nKernsSLIF: 116 -13 0 0 118 -27 0 0 119 -13 0 0 120 -30 0 0 121 -29 0 0\nEndChar\nStartChar: divide\nEncoding: 247 247 180\nWidth: 584\nFlags: W\nHStem: 0 124<292 318> 172 120<102 581> 338.007 123.993<363 390>\nVStem: 242.008 125.992<49 73> 314.009 125.991<387 411>\nFore\n606 292 m 1\n 581 172 l 1\n 77 172 l 1\n 102 292 l 1\n 606 292 l 1\n318 124 m 0\n 347 124 368 103 368 73 c 0\n 368 36 331 0 292 0 c 0\n 263 0 242 21 242 49 c 0\n 242 88 279 124 318 124 c 0\n390 462 m 0\n 419 462 440 441 440 411 c 0\n 440 374 403 338 363 338 c 0\n 335 338 314 359 314 387 c 0\n 314 425 351 462 390 462 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: oslash\nEncoding: 248 248 181\nWidth: 611\nFlags: W\nHStem: -22.7956 111.796<316 330> 437 111.258<394 397>\nVStem: 84.0525 143.947<184 204> 494 141.094<320 335>\nDStem: 105 80 135 36 12 2 46 -38 478 392 493 336 228 183 246 129 675 557 709 516 590 486 618 440\nFore\n135 36 m 1\n 46 -38 l 1\n 12 2 l 1\n 105 80 l 1\n 91 110 84 143 84 178 c 0\n 84 263 116 363 164 426 c 0\n 224 505 314 549 417 549 c 0\n 490 549 551 527 590 486 c 1\n 675 557 l 1\n 709 516 l 1\n 618 440 l 1\n 630 411 636 379 636 344 c 0\n 636 263 603 161 556 100 c 0\n 496 21 406 -23 304 -23 c 0\n 233 -23 175 -2 135 36 c 1\n493 336 m 1\n 246 129 l 1\n 263 104 294 89 328 89 c 0\n 387 89 439 131 469 203 c 0\n 485 239 494 283 494 321 c 0\n 494 324 494 329 493 336 c 1\n228 183 m 1\n 478 392 l 1\n 460 421 430 437 395 437 c 0\n 342 437 296 406 265 350 c 0\n 242 309 227 253 227 208 c 0\n 227 199 227 194 228 183 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 182\nWidth: 611\nFlags: W\nHStem: 0 21G<401 541> 520 20G<174 314 516 656> 607 150<426 444>\nVStem: 88.0021 149.998<109 164>\nDStem: 174 540 314 540 94 164 244 213 416 68 656 540 401 0 541 0 516 540 656 540 448 222 541 0\nFore\n541 0 m 1\n 401 0 l 1\n 416 68 l 1\n 362 4 308 -23 234 -23 c 0\n 146 -23 88 29 88 109 c 0\n 88 127 90 145 94 164 c 2\n 174 540 l 1\n 314 540 l 1\n 244 213 l 1\n 240 190 238 178 238 164 c 0\n 238 115 264 89 314 89 c 0\n 379 89 431 141 448 222 c 1\n 516 540 l 1\n 656 540 l 1\n 541 0 l 1\n325 757 m 1\n 444 757 l 1\n 489 607 l 1\n 426 607 l 1\n 325 757 l 1\nEndSplineSet\nEndChar\nStartChar: uacute\nEncoding: 250 250 183\nWidth: 611\nFlags: W\nHStem: 0 21G<401 541> 520 20G<174 314 516 656>\nVStem: 88.0021 149.998<109 164>\nDStem: 174 540 314 540 94 164 244 213 416 68 656 540 401 0 541 0 516 540 656 540 448 222 541 0\nFore\n541 0 m 1\n 401 0 l 1\n 416 68 l 1\n 362 4 308 -23 234 -23 c 0\n 146 -23 88 29 88 109 c 0\n 88 127 90 145 94 164 c 2\n 174 540 l 1\n 314 540 l 1\n 244 213 l 1\n 240 190 238 178 238 164 c 0\n 238 115 264 89 314 89 c 0\n 379 89 431 141 448 222 c 1\n 516 540 l 1\n 656 540 l 1\n 541 0 l 1\n587 757 m 1\n 429 607 l 1\n 359 607 l 1\n 461 757 l 1\n 587 757 l 1\nEndSplineSet\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 184\nWidth: 611\nFlags: W\nHStem: 0 21G<401 541> 520 20G<174 314 516 656> 610 147<506 513>\nVStem: 88.0021 149.998<109 164>\nDStem: 174 540 314 540 94 164 244 213 416 68 656 540 401 0 541 0 516 540 656 540 448 222 541 0\nFore\n541 0 m 1\n 401 0 l 1\n 416 68 l 1\n 362 4 308 -23 234 -23 c 0\n 146 -23 88 29 88 109 c 0\n 88 127 90 145 94 164 c 2\n 174 540 l 1\n 314 540 l 1\n 244 213 l 1\n 240 190 238 178 238 164 c 0\n 238 115 264 89 314 89 c 0\n 379 89 431 141 448 222 c 1\n 516 540 l 1\n 656 540 l 1\n 541 0 l 1\n405 757 m 1\n 513 757 l 1\n 584 610 l 1\n 506 610 l 1\n 445 707 l 1\n 342 610 l 1\n 266 610 l 1\n 405 757 l 1\nEndSplineSet\nEndChar\nStartChar: udieresis\nEncoding: 252 252 185\nWidth: 611\nFlags: W\nHStem: 0 21G<401 541> 520 20G<174 314 516 656> 621 120<310 394 496 580>\nVStem: 88.0021 149.998<109 164>\nDStem: 174 540 314 540 94 164 244 213 310 741 420 741 284 621 394 621 416 68 656 540 401 0 541 0 496 741 606 741 470 621 580 621 516 540 656 540 448 222 541 0\nFore\n541 0 m 1\n 401 0 l 1\n 416 68 l 1\n 362 4 308 -23 234 -23 c 0\n 146 -23 88 29 88 109 c 0\n 88 127 90 145 94 164 c 2\n 174 540 l 1\n 314 540 l 1\n 244 213 l 1\n 240 190 238 178 238 164 c 0\n 238 115 264 89 314 89 c 0\n 379 89 431 141 448 222 c 1\n 516 540 l 1\n 656 540 l 1\n 541 0 l 1\n420 741 m 1\n 394 621 l 1\n 284 621 l 1\n 310 741 l 1\n 420 741 l 1\n606 741 m 1\n 580 621 l 1\n 470 621 l 1\n 496 741 l 1\n 606 741 l 1\nEndSplineSet\nEndChar\nStartChar: yacute\nEncoding: 253 253 186\nWidth: 556\nFlags: W\nHStem: -219 111<69 101> 520 20G<124 278 509 653>\nFore\n509 540 m 1\n 653 540 l 1\n 295 -98 l 2\n 259 -163 237 -185 194 -202 c 0\n 164 -213 125 -219 81 -219 c 0\n 60 -219 50 -218 37 -215 c 1\n 60 -106 l 1\n 71 -108 76 -108 88 -108 c 0\n 157 -108 201 -72 201 -15 c 1\n 200 0 l 1\n 124 540 l 1\n 278 540 l 1\n 314 147 l 1\n 509 540 l 1\n566 757 m 1\n 408 607 l 1\n 338 607 l 1\n 440 757 l 1\n 566 757 l 1\nEndSplineSet\nEndChar\nStartChar: thorn\nEncoding: 254 254 187\nWidth: 611\nFlags: W\nHStem: -218 21G<11 151> -23 112<331 347> 436.995 112.005<406 464> 709 20G<212 352>\nVStem: 494 143<322 342>\nDStem: 212 729 352 729 11 -218 295 460 212 729 211 64 11 -218 151 -218\nFore\n352 729 m 1\n 295 460 l 1\n 341 519 397 549 464 549 c 0\n 569 549 637 468 637 343 c 0\n 637 142 505 -23 344 -23 c 0\n 274 -23 232 5 211 64 c 1\n 151 -218 l 1\n 11 -218 l 1\n 212 729 l 1\n 352 729 l 1\n406 437 m 0\n 320 437 246 327 246 202 c 0\n 246 134 281 89 334 89 c 0\n 420 89 494 197 494 323 c 0\n 494 392 459 437 406 437 c 0\nEndSplineSet\nEndChar\nStartChar: ydieresis\nEncoding: 255 255 188\nWidth: 556\nFlags: W\nHStem: -219 111<69 101> 520 20G<124 278 509 653> 621 120<287 371 473 557>\nDStem: 287 741 397 741 261 621 371 621 473 741 583 741 447 621 557 621\nFore\n509 540 m 1\n 653 540 l 1\n 295 -98 l 2\n 259 -163 237 -185 194 -202 c 0\n 164 -213 125 -219 81 -219 c 0\n 60 -219 50 -218 37 -215 c 1\n 60 -106 l 1\n 71 -108 76 -108 88 -108 c 0\n 157 -108 201 -72 201 -15 c 1\n 200 0 l 1\n 124 540 l 1\n 278 540 l 1\n 314 147 l 1\n 509 540 l 1\n397 741 m 1\n 371 621 l 1\n 261 621 l 1\n 287 741 l 1\n 397 741 l 1\n583 741 m 1\n 557 621 l 1\n 447 621 l 1\n 473 741 l 1\n 583 741 l 1\nEndSplineSet\nEndChar\nStartChar: Amacron\nEncoding: 256 256 189\nWidth: 722\nFlags: W\nHStem: 0 21G<26 179 550 703> 147 125<330 517> 709 20G<433 606> 821 80<406 689>\nDStem: 433 729 483 555 26 0 329 272 433 729 260 147 26 0 179 0\nFore\n532 147 m 1\n 260 147 l 1\n 179 0 l 1\n 26 0 l 1\n 433 729 l 1\n 606 729 l 1\n 703 0 l 1\n 550 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 555 l 1\n 329 272 l 1\n 518 272 l 1\n706 901 m 1\n 689 821 l 1\n 389 821 l 1\n 406 901 l 1\n 706 901 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: amacron\nEncoding: 257 257 190\nWidth: 556\nFlags: W\nHStem: -22.9977 111.998<199 266> 0 21G<370 523> 437 112<354 385> 642 80<279 562>\nVStem: 50.0031 142.997<108 139> 435.992 142.008<394 428>\nDStem: 408 255 572 383 400 217 509 83\nFore\n527 17 m 1\n 523 0 l 1\n 370 0 l 1\n 365 11 363 17 363 27 c 0\n 363 34 363 39 366 54 c 1\n 306 0 257 -23 199 -23 c 0\n 156 -23 122 -13 97 8 c 0\n 68 32 50 70 50 108 c 0\n 50 168 83 229 136 267 c 0\n 167 289 204 303 252 311 c 2\n 310 320 l 2\n 382 330 382 330 402 341 c 0\n 422 351 436 373 436 394 c 0\n 436 424 414 437 363 437 c 0\n 299 437 268 417 251 362 c 1\n 120 362 l 1\n 148 492 229 549 386 549 c 0\n 456 549 505 537 537 511 c 0\n 560 492 578 457 578 428 c 0\n 578 416 576 401 572 383 c 2\n 509 83 l 1\n 507 75 506 68 506 62 c 0\n 506 47 512 34 527 17 c 1\n400 217 m 1\n 408 255 l 1\n 396 248 393 247 382 245 c 0\n 378 244 371 243 361 241 c 2\n 345 238 l 1\n 295 230 l 2\n 230 219 193 186 193 139 c 0\n 193 106 218 89 266 89 c 0\n 334 89 382 135 400 217 c 1\n579 722 m 1\n 562 642 l 1\n 262 642 l 1\n 279 722 l 1\n 579 722 l 1\nEndSplineSet\nEndChar\nStartChar: Abreve\nEncoding: 258 258 191\nWidth: 722\nFlags: W\nHStem: 0 21G<26 179 550 703> 147 125<330 517> 709 20G<433 606> 791 78<532 549>\nVStem: 426.002 47.9976<895 926>\nDStem: 433 729 483 555 26 0 329 272 433 729 260 147 26 0 179 0\nFore\n532 147 m 1\n 260 147 l 1\n 179 0 l 1\n 26 0 l 1\n 433 729 l 1\n 606 729 l 1\n 703 0 l 1\n 550 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 555 l 1\n 329 272 l 1\n 518 272 l 1\n651 934 m 1\n 693 934 l 1\n 679 852 611 791 532 791 c 0\n 469 791 426 833 426 895 c 0\n 426 907 427 916 432 934 c 1\n 474 934 l 1\n 474 926 l 2\n 474 890 501 869 548 869 c 0\n 599 869 634 891 651 934 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: abreve\nEncoding: 259 259 192\nWidth: 556\nFlags: W\nHStem: -22.9977 111.998<199 266> 0 21G<370 523> 437 112<354 385> 611 78<405 422>\nVStem: 50.0031 142.997<108 139> 299.002 47.9976<715 746> 435.992 142.008<394 428>\nDStem: 408 255 572 383 400 217 509 83\nFore\n527 17 m 1\n 523 0 l 1\n 370 0 l 1\n 365 11 363 17 363 27 c 0\n 363 34 363 39 366 54 c 1\n 306 0 257 -23 199 -23 c 0\n 156 -23 122 -13 97 8 c 0\n 68 32 50 70 50 108 c 0\n 50 168 83 229 136 267 c 0\n 167 289 204 303 252 311 c 2\n 310 320 l 2\n 382 330 382 330 402 341 c 0\n 422 351 436 373 436 394 c 0\n 436 424 414 437 363 437 c 0\n 299 437 268 417 251 362 c 1\n 120 362 l 1\n 148 492 229 549 386 549 c 0\n 456 549 505 537 537 511 c 0\n 560 492 578 457 578 428 c 0\n 578 416 576 401 572 383 c 2\n 509 83 l 1\n 507 75 506 68 506 62 c 0\n 506 47 512 34 527 17 c 1\n400 217 m 1\n 408 255 l 1\n 396 248 393 247 382 245 c 0\n 378 244 371 243 361 241 c 2\n 345 238 l 1\n 295 230 l 2\n 230 219 193 186 193 139 c 0\n 193 106 218 89 266 89 c 0\n 334 89 382 135 400 217 c 1\n524 754 m 1\n 566 754 l 1\n 552 672 484 611 405 611 c 0\n 342 611 299 653 299 715 c 0\n 299 727 300 736 305 754 c 1\n 347 754 l 1\n 347 746 l 2\n 347 710 374 689 421 689 c 0\n 472 689 507 711 524 754 c 1\nEndSplineSet\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 193\nWidth: 722\nFlags: W\nHStem: -232.992 49.9921<608 634> 0 21G<26 179> 147 125<330 517> 709 20G<433 606>\nVStem: 469.005 99.9948<-155 -140>\nDStem: 433 729 483 555 26 0 329 272 433 729 260 147 26 0 179 0\nFore\n532 147 m 1\n 260 147 l 1\n 179 0 l 1\n 26 0 l 1\n 433 729 l 1\n 606 729 l 1\n 703 0 l 1\n 625 -32 569 -91 569 -140 c 0\n 569 -170 586 -183 624 -183 c 0\n 650 -183 672 -180 696 -172 c 1\n 685 -224 l 1\n 654 -231 633 -233 605 -233 c 0\n 518 -233 469 -205 469 -155 c 0\n 469 -115 494 -74 537 -43 c 0\n 561 -25 581 -15 625 0 c 1\n 550 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 555 l 1\n 329 272 l 1\n 518 272 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: aogonek\nEncoding: 261 261 194\nWidth: 556\nFlags: W\nHStem: -233 50<429 451> -22.9977 111.998<199 266> 437 112<354 385>\nVStem: 50.0031 142.997<108 139> 293.792 98.208<-141 -140> 435.992 142.008<394 428>\nDStem: 408 255 572 383 400 217 509 83\nFore\n527 17 m 1\n 523 0 l 1\n 435 -47 392 -93 392 -140 c 0\n 392 -169 408 -183 443 -183 c 0\n 474 -183 495 -180 519 -172 c 1\n 509 -224 l 1\n 477 -231 457 -233 428 -233 c 0\n 340 -233 293 -206 293 -154 c 0\n 293 -92 346 -39 449 0 c 1\n 370 0 l 1\n 365 11 363 17 363 27 c 0\n 363 34 363 39 366 54 c 1\n 306 0 257 -23 199 -23 c 0\n 156 -23 122 -13 97 8 c 0\n 68 32 50 70 50 108 c 0\n 50 168 83 229 136 267 c 0\n 167 289 204 303 252 311 c 2\n 310 320 l 2\n 382 330 382 330 402 341 c 0\n 422 351 436 373 436 394 c 0\n 436 424 414 437 363 437 c 0\n 299 437 268 417 251 362 c 1\n 120 362 l 1\n 148 492 229 549 386 549 c 0\n 456 549 505 537 537 511 c 0\n 560 492 578 457 578 428 c 0\n 578 416 576 401 572 383 c 2\n 509 83 l 1\n 507 75 506 68 506 62 c 0\n 506 47 512 34 527 17 c 1\n400 217 m 1\n 408 255 l 1\n 396 248 393 247 382 245 c 0\n 378 244 371 243 361 241 c 2\n 345 238 l 1\n 295 230 l 2\n 230 219 193 186 193 139 c 0\n 193 106 218 89 266 89 c 0\n 334 89 382 135 400 217 c 1\nEndSplineSet\nEndChar\nStartChar: Cacute\nEncoding: 262 262 195\nWidth: 722\nFlags: W\nHStem: -23 128<381 411> 613 128<507 535>\nVStem: 107.148 148.852<248 266> 647.999 145.001<482 532>\nFore\n789 482 m 1\n 648 482 l 1\n 648 521 644 540 631 560 c 0\n 610 594 569 613 516 613 c 0\n 436 613 374 578 327 504 c 0\n 282 434 256 346 256 264 c 0\n 256 159 306 105 403 105 c 0\n 499 105 570 157 599 249 c 1\n 742 249 l 1\n 698 78 564 -23 382 -23 c 0\n 211 -23 107 75 107 235 c 0\n 107 364 151 499 222 587 c 0\n 303 688 410 741 533 741 c 0\n 688 741 793 656 793 532 c 0\n 793 521 792 510 789 482 c 1\n730 936 m 1\n 572 786 l 1\n 502 786 l 1\n 604 936 l 1\n 730 936 l 1\nEndSplineSet\nEndChar\nStartChar: cacute\nEncoding: 263 263 196\nWidth: 556\nFlags: W\nHStem: -23 112<293 317> 437 111.396<376 381>\nVStem: 77 143<172 194>\nFore\n593 338 m 1\n 459 338 l 1\n 458 377 456 389 448 404 c 0\n 435 425 410 437 377 437 c 0\n 322 437 285 411 257 352 c 0\n 233 304 220 245 220 192 c 0\n 220 123 249 89 309 89 c 0\n 363 89 396 116 427 187 c 1\n 561 187 l 1\n 519 53 421 -23 292 -23 c 0\n 218 -23 163 -3 127 38 c 0\n 95 73 77 122 77 172 c 0\n 77 267 119 384 178 454 c 0\n 230 517 304 549 398 549 c 0\n 465 549 511 532 549 494 c 0\n 580 463 597 423 597 381 c 0\n 597 371 596 362 593 338 c 1\n573 757 m 1\n 415 607 l 1\n 345 607 l 1\n 447 757 l 1\n 573 757 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 197\nWidth: 722\nHStem: -23 128<381 411> 613 128<507 535> 829 147<630.483 637.483>\nVStem: 107.148 148.852<248 266> 647.999 145.001<482 532>\nRef: 710 710 N 1 0 0 1 255.483 219\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 198\nWidth: 556\nHStem: -23 112<293 317> 437 111.396<376 381> 640 147<498.095 505.095>\nVStem: 77 143<172 194>\nRef: 710 710 N 1 0 0 1 123.095 30\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 199\nWidth: 722\nHStem: -23 128<381 411> 613 128<507 535> 829 120<520.237 604.237>\nVStem: 107.148 148.852<248 266> 647.999 145.001<482 532>\nDStem: 520.237 949 630.237 949 494.237 829 604.237 829\nRef: 729 729 N 1 0 0 1 253.237 208\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 200\nWidth: 556\nHStem: -23 112<293 317> 437 111.396<376 381> 640 120<387.848 471.848>\nVStem: 77 143<172 194>\nDStem: 387.848 760 497.848 760 361.848 640 471.848 640\nRef: 729 729 N 1 0 0 1 120.848 19\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 201\nWidth: 722\nFlags: W\nHStem: -23 128<381 411> 613 128<507 535> 789 147<502 509>\nVStem: 107.148 148.852<248 266> 647.999 145.001<482 532>\nFore\n789 482 m 1\n 648 482 l 1\n 648 521 644 540 631 560 c 0\n 610 594 569 613 516 613 c 0\n 436 613 374 578 327 504 c 0\n 282 434 256 346 256 264 c 0\n 256 159 306 105 403 105 c 0\n 499 105 570 157 599 249 c 1\n 742 249 l 1\n 698 78 564 -23 382 -23 c 0\n 211 -23 107 75 107 235 c 0\n 107 364 151 499 222 587 c 0\n 303 688 410 741 533 741 c 0\n 688 741 793 656 793 532 c 0\n 793 521 792 510 789 482 c 1\n610 789 m 1\n 502 789 l 1\n 431 936 l 1\n 509 936 l 1\n 570 839 l 1\n 673 936 l 1\n 749 936 l 1\n 610 789 l 1\nEndSplineSet\nEndChar\nStartChar: ccaron\nEncoding: 269 269 202\nWidth: 556\nFlags: W\nHStem: -23 112<293 317> 437 111.396<376 381> 610 147<360 367>\nVStem: 77 143<172 194>\nFore\n593 338 m 1\n 459 338 l 1\n 458 377 456 389 448 404 c 0\n 435 425 410 437 377 437 c 0\n 322 437 285 411 257 352 c 0\n 233 304 220 245 220 192 c 0\n 220 123 249 89 309 89 c 0\n 363 89 396 116 427 187 c 1\n 561 187 l 1\n 519 53 421 -23 292 -23 c 0\n 218 -23 163 -3 127 38 c 0\n 95 73 77 122 77 172 c 0\n 77 267 119 384 178 454 c 0\n 230 517 304 549 398 549 c 0\n 465 549 511 532 549 494 c 0\n 580 463 597 423 597 381 c 0\n 597 371 596 362 593 338 c 1\n468 610 m 1\n 360 610 l 1\n 289 757 l 1\n 367 757 l 1\n 428 660 l 1\n 531 757 l 1\n 607 757 l 1\n 468 610 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: Dcaron\nEncoding: 270 270 203\nWidth: 722\nFlags: W\nHStem: 0 125<255 397> 604 125<355 509> 789 147<439 446>\nVStem: 627 149<448 481>\nDStem: 232 729 355 604 77 0 254 125\nFore\n77 0 m 1\n 232 729 l 1\n 517 729 l 2\n 698 729 776 654 776 479 c 0\n 776 361 735 238 664 140 c 0\n 591 39 507 0 362 0 c 2\n 77 0 l 1\n254 125 m 1\n 388 125 l 2\n 475 125 524 153 567 228 c 0\n 601 287 627 390 627 469 c 0\n 627 560 582 604 490 604 c 2\n 355 604 l 1\n 254 125 l 1\n547 789 m 1\n 439 789 l 1\n 368 936 l 1\n 446 936 l 1\n 507 839 l 1\n 610 936 l 1\n 686 936 l 1\n 547 789 l 1\nEndSplineSet\nEndChar\nStartChar: dcaron\nEncoding: 271 271 204\nWidth: 722\nFlags: W\nHStem: -22.9981 111.998<251 309> 0 21G<405 545> 437 112<367 383> 617 112<760 802>\nVStem: 79 143<186 208>\nDStem: 417 55 700 729 405 0 545 0 560 729 700 729 505 470 545 0 760 729 882 729 736 617 861 633\nFore\n405 0 m 1\n 417 55 l 1\n 371 2 318 -23 251 -23 c 0\n 147 -23 79 59 79 185 c 0\n 79 267 108 357 157 428 c 0\n 209 503 291 549 372 549 c 0\n 440 549 482 524 505 470 c 1\n 560 729 l 1\n 700 729 l 1\n 545 0 l 1\n 405 0 l 1\n380 437 m 0\n 297 437 222 327 222 206 c 0\n 222 134 256 89 309 89 c 0\n 394 89 468 197 468 323 c 0\n 468 393 434 437 380 437 c 0\n760 729 m 1\n 882 729 l 1\n 861 633 l 1\n 851 555 784 488 708 482 c 1\n 718 528 l 1\n 762 536 797 572 803 617 c 1\n 736 617 l 1\n 760 729 l 1\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 205\nWidth: 722\nFlags: W\nHStem: 0 125<255 393> 341 80<90 149 317 473> 604 125<355 505>\nVStem: 627 149<448 481>\nDStem: 90 421 300 341 73 341 254 125 150 341 300 341 77 0 254 125 232 729 355 604 166 421 316 421\nFore\n150 341 m 1\n 73 341 l 1\n 90 421 l 1\n 166 421 l 1\n 232 729 l 1\n 517 729 l 2\n 698 729 776 654 776 479 c 0\n 776 361 735 238 664 140 c 0\n 591 39 507 0 362 0 c 2\n 77 0 l 1\n 150 341 l 1\n300 341 m 1\n 254 125 l 1\n 388 125 l 2\n 475 125 524 153 567 228 c 0\n 601 287 627 390 627 469 c 0\n 627 560 582 604 490 604 c 2\n 355 604 l 1\n 316 421 l 1\n 490 421 l 1\n 473 341 l 1\n 300 341 l 1\nEndSplineSet\nEndChar\nStartChar: dcroat\nEncoding: 273 273 206\nWidth: 611\nFlags: W\nHStem: -22.9981 111.998<251 309> 0 21G<405 545> 437 112<367 393> 596 67<406 531 687 732> 596 133<672 686>\nVStem: 79 143<186 208>\nDStem: 406 663 672 596 392 596 545 0 417 55 672 596 405 0 545 0 532 596 672 596 505 470 545 0 560 729 700 729 546 663 686 663\nFore\n546 663 m 1\n 560 729 l 1\n 700 729 l 1\n 686 663 l 1\n 746 663 l 1\n 732 596 l 1\n 672 596 l 1\n 545 0 l 1\n 405 0 l 1\n 417 55 l 1\n 371 2 318 -23 251 -23 c 0\n 147 -23 79 59 79 185 c 0\n 79 267 108 357 157 428 c 0\n 210 503 291 549 372 549 c 0\n 440 549 482 524 505 470 c 1\n 532 596 l 1\n 392 596 l 1\n 406 663 l 1\n 546 663 l 1\n380 437 m 0\n 297 437 222 327 222 206 c 0\n 222 134 256 89 309 89 c 0\n 394 89 468 197 468 323 c 0\n 468 392 434 437 380 437 c 0\nEndSplineSet\nEndChar\nStartChar: Emacron\nEncoding: 274 274 207\nWidth: 667\nFlags: W\nHStem: 0 125<257 624> 314 125<323 645> 604 125<357 735> 821 80<386 669>\nDStem: 234 729 357 604 79 0 322 439 234 729 671 439 79 0 645 314 234 729 296 314 79 0 256 125 234 729 651 125 79 0 624 0\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 762 729 l 1\n 735 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\n686 901 m 1\n 669 821 l 1\n 369 821 l 1\n 386 901 l 1\n 686 901 l 1\nEndSplineSet\nEndChar\nStartChar: emacron\nEncoding: 275 275 208\nWidth: 556\nFlags: W\nHStem: -22.7516 112.529<275 302> 226 93<229 447> 437 111.457<361 368> 642 80<277 560>\nVStem: 64 143<169 201> 448 143<329 361>\nFore\n573 226 m 1\n 210 226 l 1\n 207 198 207 190 207 181 c 0\n 207 126 245 89 302 89 c 0\n 350 89 394 114 414 152 c 1\n 552 152 l 1\n 497 41 396 -23 275 -23 c 0\n 150 -23 64 61 64 185 c 0\n 64 285 110 402 174 469 c 0\n 221 518 301 549 379 549 c 0\n 452 549 510 525 546 480 c 0\n 574 444 591 397 591 351 c 0\n 591 313 585 271 573 226 c 1\n448 319 m 1\n 448 334 l 2\n 448 366 446 377 439 392 c 0\n 426 420 397 437 362 437 c 0\n 322 437 282 418 258 386 c 0\n 245 369 237 351 228 319 c 1\n 448 319 l 1\n577 722 m 1\n 560 642 l 1\n 260 642 l 1\n 277 722 l 1\n 577 722 l 1\nEndSplineSet\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 209\nWidth: 667\nHStem: 0 125<257 624> 314 125<323 645> 604 125<357 735> 829 78<528.033 545.033>\nVStem: 422.035 47.9976<933 964>\nDStem: 234 729 357 604 79 0 322 439 234 729 651 125 79 0 624 0 234 729 296 314 79 0 256 125 234 729 671 439 79 0 645 314\nRef: 728 728 N 1 0 0 1 234.033 218\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: ebreve\nEncoding: 277 277 210\nWidth: 556\nHStem: -22.7516 112.529<275 302> 226 93<229 447> 437 111.457<361 368> 640 78<410.964 427.964>\nVStem: 64 143<169 201> 304.966 47.9976<744 775> 448 143<329 361>\nRef: 728 728 N 1 0 0 1 116.964 29\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 211\nWidth: 667\nFlags: W\nHStem: 0 125<257 624> 314 125<323 645> 604 125<357 735> 798 120<482 566>\nDStem: 234 729 357 604 79 0 322 439 234 729 671 439 79 0 645 314 234 729 296 314 79 0 256 125 234 729 651 125 79 0 624 0 482 918 592 918 456 798 566 798\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 762 729 l 1\n 735 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\n592 918 m 1\n 566 798 l 1\n 456 798 l 1\n 482 918 l 1\n 592 918 l 1\nEndSplineSet\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 212\nWidth: 556\nFlags: W\nHStem: -22.7516 112.529<275 302> 226 93<229 447> 437 111.457<361 374> 621 120<372 456>\nVStem: 64 143<169 201> 448 143<329 361>\nDStem: 372 741 482 741 346 621 456 621\nFore\n573 226 m 1\n 210 226 l 1\n 207 198 207 190 207 181 c 0\n 207 126 245 89 302 89 c 0\n 350 89 394 114 414 152 c 1\n 552 152 l 1\n 497 41 396 -23 275 -23 c 0\n 150 -23 64 61 64 185 c 0\n 64 285 110 402 174 469 c 0\n 221 518 301 549 379 549 c 0\n 452 549 510 525 546 480 c 0\n 574 444 591 397 591 351 c 0\n 591 313 585 271 573 226 c 1\n448 319 m 1\n 448 334 l 2\n 448 366 446 377 439 392 c 0\n 426 420 397 437 362 437 c 0\n 322 437 282 418 258 386 c 0\n 245 369 237 351 228 319 c 1\n 448 319 l 1\n482 741 m 1\n 456 621 l 1\n 346 621 l 1\n 372 741 l 1\n 482 741 l 1\nEndSplineSet\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 213\nWidth: 667\nFlags: W\nHStem: -232.997 49.9965<533 559> 0 125<257 550> 314 125<323 645> 604 125<357 735>\nVStem: 395.043 99.9572<-153 -142>\nDStem: 234 729 357 604 79 0 322 439 234 729 671 439 79 0 645 314 234 729 296 314 79 0 256 125 234 729 651 125 79 0 624 0\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 533 -51 495 -93 495 -143 c 0\n 495 -170 512 -183 549 -183 c 0\n 576 -183 598 -180 622 -172 c 1\n 611 -224 l 1\n 580 -231 559 -233 531 -233 c 0\n 444 -233 395 -205 395 -156 c 0\n 395 -115 419 -74 463 -43 c 0\n 487 -25 507 -15 551 0 c 1\n 79 0 l 1\n 234 729 l 1\n 762 729 l 1\n 735 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\nEndSplineSet\nEndChar\nStartChar: eogonek\nEncoding: 281 281 214\nWidth: 556\nFlags: W\nHStem: -232.956 49.9559<361 379> -23.6925 113.47<276 302> 226 93<229 447> 437 111.038<355 374>\nVStem: 64 143<167 199> 222.014 98.9859<-150 -137> 448 143<327 359>\nFore\n443 -172 m 1\n 432 -224 l 1\n 401 -230 380 -233 356 -233 c 0\n 271 -233 222 -203 222 -152 c 128\n 222 -101 249 -69 335 -17 c 1\n 308 -22 295 -24 276 -24 c 0\n 150 -24 64 61 64 184 c 0\n 64 284 110 402 174 469 c 0\n 221 518 301 549 379 549 c 0\n 452 549 510 525 546 480 c 0\n 574 444 591 397 591 351 c 0\n 591 313 585 271 573 226 c 1\n 210 226 l 1\n 207 198 207 190 207 181 c 0\n 207 126 245 89 302 89 c 0\n 350 89 394 114 414 152 c 1\n 552 152 l 1\n 526 98 486 53 415 -1 c 1\n 359 -46 321 -102 321 -140 c 0\n 321 -168 339 -183 372 -183 c 0\n 398 -183 423 -179 443 -172 c 1\n448 319 m 1\n 448 334 l 2\n 448 366 446 377 439 392 c 0\n 426 420 397 437 362 437 c 0\n 322 437 282 418 258 386 c 0\n 245 369 237 351 228 319 c 1\n 448 319 l 1\nEndSplineSet\nEndChar\nStartChar: Ecaron\nEncoding: 282 282 215\nWidth: 667\nFlags: W\nHStem: 0 125<257 624> 314 125<323 645> 604 125<357 735> 789 147<455 462>\nDStem: 234 729 357 604 79 0 322 439 234 729 671 439 79 0 645 314 234 729 296 314 79 0 256 125 234 729 651 125 79 0 624 0\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 762 729 l 1\n 735 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\n563 789 m 1\n 455 789 l 1\n 384 936 l 1\n 462 936 l 1\n 523 839 l 1\n 626 936 l 1\n 702 936 l 1\n 563 789 l 1\nEndSplineSet\nEndChar\nStartChar: ecaron\nEncoding: 283 283 216\nWidth: 556\nFlags: W\nHStem: -22.7516 112.529<275 302> 226 93<229 447> 437 111.038<355 368> 610 147<346 353>\nVStem: 64 143<169 201> 448 143<329 361>\nFore\n573 226 m 1\n 210 226 l 1\n 207 198 207 190 207 181 c 0\n 207 126 245 89 302 89 c 0\n 350 89 394 114 414 152 c 1\n 552 152 l 1\n 497 41 396 -23 275 -23 c 0\n 150 -23 64 61 64 185 c 0\n 64 285 110 402 174 469 c 0\n 221 518 301 549 379 549 c 0\n 452 549 510 525 546 480 c 0\n 574 444 591 397 591 351 c 0\n 591 313 585 271 573 226 c 1\n448 319 m 1\n 448 334 l 2\n 448 366 446 377 439 392 c 0\n 426 420 397 437 362 437 c 0\n 322 437 282 418 258 386 c 0\n 245 369 237 351 228 319 c 1\n 448 319 l 1\n454 610 m 1\n 346 610 l 1\n 275 757 l 1\n 353 757 l 1\n 414 660 l 1\n 517 757 l 1\n 593 757 l 1\n 454 610 l 1\nEndSplineSet\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 217\nWidth: 778\nHStem: -22.6706 128.274<395 426> 267 125<503 641> 613 127.059<518 539> 829 147<638.916 645.916>\nVStem: 107.005 148.995<264 286>\nDStem: 503 392 795 392 476 267 711 -2\nRef: 710 710 N 1 0 0 1 263.916 219\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 218\nWidth: 611\nHStem: -217.8 89.8003<250 266> -22.9983 111.998<254 306> 437 112<365.518 381> 520 20<523 656> 640 147<509.267 516.267>\nVStem: 26.005 145.995<-96 -77> 79.289 143.572<167 201>\nDStem: 420 55 656 540 404 -18 537 -18 523 540 656 540 505 457 537 -18\nRef: 710 710 N 1 0 0 1 134.267 30\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 219\nWidth: 778\nFlags: W\nHStem: -22.6706 128.274<395 426> 267 125<503 641> 613 127.059<518 539> 791 78<560 577>\nVStem: 107.005 148.995<264 286> 454.002 47.9976<895 926>\nDStem: 503 392 795 392 476 267 711 -2\nFore\n795 392 m 1\n 711 -2 l 1\n 621 -2 l 1\n 628 88 l 1\n 554 9 488 -23 395 -23 c 0\n 219 -23 107 88 107 262 c 0\n 107 378 155 505 233 596 c 0\n 315 691 424 741 547 741 c 0\n 710 741 819 655 819 529 c 0\n 819 521 818 510 817 496 c 1\n 679 496 l 1\n 671 571 614 613 519 613 c 0\n 434 613 366 575 318 501 c 0\n 282 446 256 355 256 284 c 0\n 256 181 328 105 426 105 c 0\n 484 105 543 130 588 175 c 0\n 615 201 629 226 642 267 c 1\n 476 267 l 1\n 503 392 l 1\n 795 392 l 1\n679 934 m 1\n 721 934 l 1\n 707 852 639 791 560 791 c 0\n 497 791 454 833 454 895 c 0\n 454 907 455 916 460 934 c 1\n 502 934 l 1\n 502 926 l 2\n 502 890 529 869 576 869 c 0\n 627 869 662 891 679 934 c 1\nEndSplineSet\nEndChar\nStartChar: gbreve\nEncoding: 287 287 220\nWidth: 611\nFlags: W\nHStem: -217.8 89.8003<250 266> -22.9983 111.998<254 306> 437 112<365.518 381> 520 20G<523 656> 611 78<436 453>\nVStem: 26.005 145.995<-96 -77> 79.289 143.572<167 201> 330.002 47.9976<715 746>\nDStem: 420 55 656 540 404 -18 537 -18 523 540 656 540 505 457 537 -18\nFore\n523 540 m 1\n 656 540 l 1\n 537 -18 l 1\n 510 -146 401 -218 235 -218 c 0\n 173 -218 129 -210 93 -192 c 0\n 52 -172 26 -134 26 -96 c 0\n 26 -88 27 -77 29 -65 c 1\n 173 -65 l 1\n 172 -77 l 1\n 172 -106 209 -128 258 -128 c 0\n 331 -128 390 -83 404 -18 c 2\n 420 55 l 1\n 356 -4 316 -23 254 -23 c 0\n 153 -23 79 57 79 167 c 0\n 79 264 116 374 174 445 c 0\n 227 511 302 549 378 549 c 0\n 437 549 478 519 505 457 c 1\n 523 540 l 1\n379 437 m 0\n 297 437 222 324 222 201 c 0\n 222 132 254 89 306 89 c 0\n 395 89 471 193 471 315 c 0\n 471 389 435 437 379 437 c 0\n555 754 m 1\n 597 754 l 1\n 583 672 515 611 436 611 c 0\n 373 611 330 653 330 715 c 0\n 330 727 331 736 336 754 c 1\n 378 754 l 1\n 378 746 l 2\n 378 710 405 689 452 689 c 0\n 503 689 538 711 555 754 c 1\nEndSplineSet\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 221\nWidth: 778\nHStem: -22.6706 128.274<395 426> 267 125<503 641> 613 127.059<518 539> 829 120<528.669 612.669>\nVStem: 107.005 148.995<264 286>\nDStem: 503 392 795 392 476 267 711 -2 528.669 949 638.669 949 502.669 829 612.669 829\nRef: 729 729 N 1 0 0 1 261.669 208\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 222\nWidth: 611\nHStem: -217.8 89.8003<250 266> -22.9983 111.998<254 306> 437 112<365.518 381> 520 20<523 656> 640 120<399.02 483.02>\nVStem: 26.005 145.995<-96 -77> 79.289 143.572<167 201>\nDStem: 399.02 760 509.02 760 373.02 640 483.02 640 420 55 656 540 404 -18 537 -18 523 540 656 540 505 457 537 -18\nRef: 729 729 N 1 0 0 1 132.02 19\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 223\nWidth: 778\nFlags: W\nHStem: -172 112<323 365> -22.6706 128.274<395 426> 267 125<503 641> 613 127.059<518 539>\nVStem: 107.005 148.995<264 286>\nDStem: 323 -60 445 -60 299 -172 424 -156 503 392 795 392 476 267 711 -2\nFore\n795 392 m 1\n 711 -2 l 1\n 621 -2 l 1\n 628 88 l 1\n 554 9 488 -23 395 -23 c 0\n 219 -23 107 88 107 262 c 0\n 107 378 155 505 233 596 c 0\n 315 691 424 741 547 741 c 0\n 710 741 819 655 819 529 c 0\n 819 521 818 510 817 496 c 1\n 679 496 l 1\n 671 571 614 613 519 613 c 0\n 434 613 366 575 318 501 c 0\n 282 446 256 355 256 284 c 0\n 256 181 328 105 426 105 c 0\n 484 105 543 130 588 175 c 0\n 615 201 629 226 642 267 c 1\n 476 267 l 1\n 503 392 l 1\n 795 392 l 1\n323 -60 m 1\n 445 -60 l 1\n 424 -156 l 1\n 414 -234 347 -301 271 -307 c 1\n 281 -261 l 1\n 325 -253 360 -217 366 -172 c 1\n 299 -172 l 1\n 323 -60 l 1\nEndSplineSet\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 224\nWidth: 611\nFlags: W\nHStem: -217.8 89.8003<250 266> -22.9983 111.998<254 306> 437 112<370 392> 520 20G<523 656> 607 112<451 493>\nVStem: 26.005 145.995<-96 -77> 79.289 143.572<167 201>\nDStem: 391 703 516 719 371 607 493 607 420 55 656 540 404 -18 537 -18 523 540 656 540 505 457 537 -18\nFore\n523 540 m 1\n 656 540 l 1\n 537 -18 l 1\n 510 -146 401 -218 235 -218 c 0\n 173 -218 129 -210 93 -192 c 0\n 52 -172 26 -134 26 -96 c 0\n 26 -88 27 -77 29 -65 c 1\n 173 -65 l 1\n 172 -77 l 1\n 172 -106 209 -128 258 -128 c 0\n 331 -128 390 -83 404 -18 c 2\n 420 55 l 1\n 356 -4 316 -23 254 -23 c 0\n 153 -23 79 57 79 167 c 0\n 79 264 116 374 174 445 c 0\n 227 511 302 549 378 549 c 0\n 437 549 478 519 505 457 c 1\n 523 540 l 1\n379 437 m 0\n 297 437 222 324 222 201 c 0\n 222 132 254 89 306 89 c 0\n 395 89 471 193 471 315 c 0\n 471 389 435 437 379 437 c 0\n493 607 m 1\n 371 607 l 1\n 391 703 l 1\n 402 781 469 848 545 854 c 1\n 535 808 l 1\n 490 800 456 764 450 719 c 1\n 516 719 l 1\n 493 607 l 1\nEndSplineSet\nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 225\nWidth: 722\nHStem: 0 21<68 218 507 657> 331 125<316 576> 331 398<288 315> 829 147<619.945 626.945>\nDStem: 223 729 373 729 68 0 315 456 223 729 288 331 68 0 218 0 223 729 812 729 68 0 657 0 577 331 812 729 507 0 657 0 661 729 812 729 603 456 657 0\nRef: 710 710 N 1 0 0 1 244.945 219\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 226\nWidth: 611\nHStem: 0 21<67 207 406 546> 709 20<222 362> 829 147<563.949 570.949>\nVStem: 478.985 150.015<361 417>\nDStem: 222 729 362 729 67 0 304 458 222 729 272 304 67 0 207 0 473 313 623 362 406 0 546 0\nRef: 710 710 N 1 0 0 1 188.949 219\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: Hbar\nEncoding: 294 294 227\nWidth: 722\nFlags: W\nHStem: 0 21G<-9 141 430 580> 331 125<237 500> 532 67<57 104 268 542 707 753> 709 20G<145 295 583 734>\nDStem: 104 532 211 331 -9 0 141 0 500 331 693 532 430 0 580 0\nFore\n707 599 m 1\n 767 599 l 1\n 753 532 l 1\n 693 532 l 1\n 580 0 l 1\n 430 0 l 1\n 500 331 l 1\n 211 331 l 1\n 141 0 l 1\n -9 0 l 1\n 104 532 l 1\n 44 532 l 1\n 58 599 l 1\n 118 599 l 1\n 145 729 l 1\n 295 729 l 1\n 268 599 l 1\n 556 599 l 1\n 583 729 l 1\n 734 729 l 1\n 707 599 l 1\n542 532 m 1\n 254 532 l 1\n 237 456 l 1\n 525 456 l 1\n 542 532 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: hbar\nEncoding: 295 295 228\nWidth: 611\nFlags: W\nHStem: 0 21G<-10 130 324 464> 596 67<70 116 270 390> 709 20G<144 284>\nVStem: 399 148<367 421>\nDStem: 116 596 198 324 -10 0 130 0 394 330 540 362 324 0 464 0\nFore\n130 663 m 1\n 144 729 l 1\n 284 729 l 1\n 270 663 l 1\n 404 663 l 1\n 390 596 l 1\n 256 596 l 1\n 228 462 l 1\n 279 521 335 549 404 549 c 0\n 449 549 491 534 517 508 c 0\n 537 487 547 458 547 421 c 0\n 547 403 545 384 540 362 c 2\n 464 0 l 1\n 324 0 l 1\n 394 330 l 2\n 397 346 399 358 399 367 c 0\n 399 409 369 430 329 430 c 0\n 266 430 212 386 198 324 c 2\n 130 0 l 1\n -10 0 l 1\n 116 596 l 1\n 57 596 l 1\n 71 663 l 1\n 130 663 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: Itilde\nEncoding: 296 296 229\nWidth: 278\nHStem: 0 21<63 213> 709 20<218 368> 829.005 70.9951<386.124 411.124> 879 68.0328<241.124 257.124>\nDStem: 218 729 368 729 63 0 213 0\nRef: 732 732 N 1 0 0 1 19.1236 207\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: itilde\nEncoding: 297 297 230\nWidth: 278\nHStem: 0 21<67 207> 520 20<182 322> 640.005 70.9951<345.037 370.037> 690 68.0328<200.037 216.037>\nDStem: 182 540 322 540 67 0 207 0\nRef: 732 732 N 1 0 0 1 -21.963 18\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Imacron\nEncoding: 298 298 231\nWidth: 278\nFlags: W\nHStem: 0 21G<63 213> 709 20G<218 368> 821 80<193 449>\nDStem: 218 729 368 729 63 0 213 0\nFore\n368 729 m 1\n 213 0 l 1\n 63 0 l 1\n 218 729 l 1\n 368 729 l 1\n466 901 m 1\n 449 821 l 1\n 176 821 l 1\n 193 901 l 1\n 466 901 l 1\nEndSplineSet\nEndChar\nStartChar: imacron\nEncoding: 299 299 232\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 520 20G<182 322> 642 80<157 407>\nDStem: 182 540 322 540 67 0 207 0\nFore\n322 540 m 1\n 207 0 l 1\n 67 0 l 1\n 182 540 l 1\n 322 540 l 1\n424 722 m 1\n 407 642 l 1\n 140 642 l 1\n 157 722 l 1\n 424 722 l 1\nEndSplineSet\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 233\nWidth: 278\nHStem: 0 21<63 213> 709 20<218 368> 829 78<314.341 331.341>\nVStem: 208.343 47.9976<933 964>\nDStem: 218 729 368 729 63 0 213 0\nRef: 728 728 N 1 0 0 1 20.3407 218\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: ibreve\nEncoding: 301 301 234\nWidth: 278\nHStem: 0 21<67 207> 520 20<182 322> 640 78<273.254 290.254>\nVStem: 167.257 47.9976<744 775>\nDStem: 182 540 322 540 67 0 207 0\nRef: 728 728 N 1 0 0 1 -20.7459 29\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 235\nWidth: 278\nFlags: W\nHStem: -232.815 49.8152<139 151> 709 20G<218 368>\nVStem: 7.00432 96.9957<-155 -139>\nDStem: 218 729 368 729 63 0 213 0\nFore\n368 729 m 1\n 213 0 l 1\n 153 -32 104 -95 104 -139 c 0\n 104 -167 121 -183 150 -183 c 0\n 164 -183 192 -178 210 -172 c 1\n 199 -224 l 1\n 165 -231 151 -233 128 -233 c 0\n 53 -233 7 -204 7 -155 c 0\n 7 -98 49 -50 139 0 c 1\n 63 0 l 1\n 218 729 l 1\n 368 729 l 1\nEndSplineSet\nEndChar\nStartChar: iogonek\nEncoding: 303 303 236\nWidth: 268\nFlags: W\nHStem: -232.863 51.7159<119 143> 520 20G<171 311> 604 125<211 325>\nVStem: 0 96<-150 -137>\nDStem: 171 540 311 540 56 0 196 0 211 729 351 729 185 604 325 604\nFore\n311 540 m 1\n 196 0 l 1\n 132 -45 96 -95 96 -140 c 0\n 96 -167 112 -182 143 -182 c 0\n 158 -182 163 -181 193 -172 c 1\n 182 -224 l 1\n 141 -233 138 -233 119 -233 c 0\n 45 -233 0 -202 0 -150 c 128\n 0 -98 36 -56 129 0 c 1\n 56 0 l 1\n 171 540 l 1\n 311 540 l 1\n351 729 m 1\n 325 604 l 1\n 185 604 l 1\n 211 729 l 1\n 351 729 l 1\nEndSplineSet\nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 237\nWidth: 278\nFlags: W\nHStem: 0 21G<63 213> 709 20G<218 368> 798 120<278 362>\nDStem: 218 729 368 729 63 0 213 0 278 918 388 918 252 798 362 798\nFore\n368 729 m 1\n 213 0 l 1\n 63 0 l 1\n 218 729 l 1\n 368 729 l 1\n388 918 m 1\n 362 798 l 1\n 252 798 l 1\n 278 918 l 1\n 388 918 l 1\nEndSplineSet\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 238\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 520 20G<182 322>\nDStem: 182 540 322 540 67 0 207 0\nFore\n322 540 m 1\n 207 0 l 1\n 67 0 l 1\n 182 540 l 1\n 322 540 l 1\nEndSplineSet\nEndChar\nStartChar: IJ\nEncoding: 306 306 239\nWidth: 278\nFlags: W\nHStem: 0 21<63 213> 709 20<218 368>\nDStem: 218 729 368 729 63 0 213 0\nRef: 73 73 N 1 0 0 1 0 0\nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 240\nWidth: 278\nFlags: W\nHStem: 0 21<67 207> 520 20<182 322> 604 125<222 335>\nDStem: 182 540 322 540 67 0 207 0 222 729 362 729 195 604 335 604\nRef: 105 105 N 1 0 0 1 0 0\nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 241\nWidth: 556\nHStem: -22.4621 127.964<247 277> 709 20<491 641> 829 147<512.25 519.25>\nVStem: 59.6195 151.38<133 159>\nDStem: 81 270 231 270 66 198 215 193 491 729 641 729 376 190 526 190\nRef: 710 710 N 1 0 0 1 137.25 219\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 242\nWidth: 278\nHStem: -218 112<-11 8> 520 20G<185 325> 715 147<363 370>\nDStem: 185 540 325 540 57 -62 190 -94\nFore\n325 540 m 1\n 190 -94 l 1\n 172 -181 116 -218 2 -218 c 0\n -17 -218 -29 -217 -43 -213 c 1\n -19 -102 l 1\n -15 -105 -8 -106 6 -106 c 0\n 36 -106 50 -94 57 -62 c 2\n 185 540 l 1\n 325 540 l 1\n262.669 862 m 1\n 370.669 862 l 1\n 441.669 715 l 1\n 363.669 715 l 1\n 302.669 812 l 1\n 199.669 715 l 1\n 123.669 715 l 1\n 262.669 862 l 1\nEndSplineSet\nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 243\nWidth: 722\nFlags: W\nHStem: -172 112<305 347> 0 21G<74 224 538 717> 709 20G<229 379 665 843>\nDStem: 229 729 379 729 74 0 311 409 229 729 274 234 74 0 224 0 305 -60 427 -60 281 -172 406 -156 365 314 482 410 538 0 717 0 665 729 843 729 311 409 482 410\nFore\n274 234 m 1\n 224 0 l 1\n 74 0 l 1\n 229 729 l 1\n 379 729 l 1\n 311 409 l 1\n 665 729 l 1\n 843 729 l 1\n 482 410 l 1\n 717 0 l 1\n 538 0 l 1\n 365 314 l 1\n 274 234 l 1\n305 -60 m 1\n 427 -60 l 1\n 406 -156 l 1\n 396 -234 329 -301 253 -307 c 1\n 263 -261 l 1\n 307 -253 342 -217 348 -172 c 1\n 281 -172 l 1\n 305 -60 l 1\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 244\nWidth: 556\nFlags: W\nHStem: -172 112<220 262> 0 21G<59 199 384 548> 520 20G<492 651> 709 20G<214 354>\nDStem: 214 729 354 729 59 0 269 330 214 729 237 177 59 0 199 0 220 -60 342 -60 196 -172 321 -156\nFore\n354 729 m 1\n 269 330 l 1\n 492 540 l 1\n 651 540 l 1\n 419 334 l 1\n 548 0 l 1\n 384 0 l 1\n 305 239 l 1\n 237 177 l 1\n 199 0 l 1\n 59 0 l 1\n 214 729 l 1\n 354 729 l 1\n220 -60 m 1\n 342 -60 l 1\n 321 -156 l 1\n 311 -234 244 -301 168 -307 c 1\n 178 -261 l 1\n 222 -253 257 -217 263 -172 c 1\n 196 -172 l 1\n 220 -60 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 245\nWidth: 529\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<174 314 476 624>\nDStem: 174 540 314 540 59 0 274 351 174 540 241 198 59 0 199 0 241 198 358 296 366 0 548 0 476 540 624 540 274 351 358 296\nFore\n274 351 m 1\n 476 540 l 1\n 624 540 l 1\n 358 296 l 1\n 548 0 l 1\n 366 0 l 1\n 241 198 l 1\n 199 0 l 1\n 59 0 l 1\n 174 540 l 1\n 314 540 l 1\n 274 351 l 1\nEndSplineSet\nEndChar\nStartChar: Lacute\nEncoding: 313 313 246\nWidth: 611\nFlags: W\nHStem: 0 125<258 579> 709 20G<235 385>\nDStem: 235 729 385 729 80 0 257 125 235 729 606 125 80 0 579 0\nFore\n385 729 m 1\n 257 125 l 1\n 606 125 l 1\n 579 0 l 1\n 80 0 l 1\n 235 729 l 1\n 385 729 l 1\n494 936 m 1\n 336 786 l 1\n 266 786 l 1\n 368 936 l 1\n 494 936 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: lacute\nEncoding: 314 314 247\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 709 20G<222 362>\nDStem: 222 729 362 729 67 0 207 0\nFore\n362 729 m 1\n 207 0 l 1\n 67 0 l 1\n 222 729 l 1\n 362 729 l 1\n474 936 m 1\n 316 786 l 1\n 246 786 l 1\n 348 936 l 1\n 474 936 l 1\nEndSplineSet\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 248\nWidth: 611\nFlags: W\nHStem: -174 112<265 307> 0 125<258 579> 709 20G<235 385>\nDStem: 235 729 385 729 80 0 257 125 235 729 606 125 80 0 579 0 265 -62 387 -62 241 -174 366 -158\nFore\n385 729 m 1\n 257 125 l 1\n 606 125 l 1\n 579 0 l 1\n 80 0 l 1\n 235 729 l 1\n 385 729 l 1\n265 -62 m 1\n 387 -62 l 1\n 366 -158 l 1\n 356 -236 289 -303 213 -309 c 1\n 223 -263 l 1\n 267 -255 302 -219 308 -174 c 1\n 241 -174 l 1\n 265 -62 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 249\nWidth: 278\nFlags: W\nHStem: -172 112<63 105> 0 21G<67 207> 709 20G<222 362>\nDStem: 63 -60 185 -60 39 -172 164 -156 222 729 362 729 67 0 207 0\nFore\n362 729 m 1\n 207 0 l 1\n 67 0 l 1\n 222 729 l 1\n 362 729 l 1\n63 -60 m 1\n 185 -60 l 1\n 164 -156 l 1\n 154 -234 87 -301 11 -307 c 1\n 21 -261 l 1\n 65 -253 100 -217 106 -172 c 1\n 39 -172 l 1\n 63 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 250\nWidth: 611\nFlags: W\nHStem: 0 125<258 579> 617 112<485 527>\nDStem: 235 729 385 729 80 0 257 125 235 729 606 125 80 0 579 0 485 729 607 729 461 617 586 633\nFore\n385 729 m 1\n 257 125 l 1\n 606 125 l 1\n 579 0 l 1\n 80 0 l 1\n 235 729 l 1\n 385 729 l 1\n485 729 m 1\n 607 729 l 1\n 586 633 l 1\n 576 555 509 488 433 482 c 1\n 443 528 l 1\n 487 536 522 572 528 617 c 1\n 461 617 l 1\n 485 729 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: lcaron\nEncoding: 318 318 251\nWidth: 384\nFlags: W\nHStem: 0 21G<67 207> 617 112<422 464>\nDStem: 222 729 362 729 67 0 207 0 422 729 544 729 398 617 523 633\nFore\n362 729 m 1\n 207 0 l 1\n 67 0 l 1\n 222 729 l 1\n 362 729 l 1\n422 729 m 1\n 544 729 l 1\n 523 633 l 1\n 513 555 446 488 370 482 c 1\n 380 528 l 1\n 424 536 459 572 465 617 c 1\n 398 617 l 1\n 422 729 l 1\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 252\nWidth: 611\nHStem: 0 125<258 579> 314.5 100<447.905 530.905> 709 20<235 385>\nDStem: 235 729 385 729 80 0 257 125 235 729 606 125 80 0 579 0 447.905 414.5 552.905 414.5 425.905 314.5 530.905 314.5\nRef: 183 183 S 1 0 0 1 282.905 132.5\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: ldot\nEncoding: 320 320 253\nWidth: 556\nHStem: 0 21<67 207> 294 100<413 496> 709 20<222 362>\nDStem: 222 729 362 729 67 0 207 0 413 394 518 394 391 294 496 294\nRef: 183 183 S 1 0 0 1 248 112\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: Lslash\nEncoding: 321 321 254\nWidth: 611\nFlags: W\nHStem: 0 125<276 597> 709 20G<253 403>\nDStem: 74 295 318 327 54 201 275 125 154 262 318 327 98 0 275 125 154 262 624 125 98 0 597 0 253 729 403 729 174 356 338 421 525 531 505 437 338 421 318 327\nFore\n338 421 m 1\n 525 531 l 1\n 505 437 l 1\n 318 327 l 1\n 275 125 l 1\n 624 125 l 1\n 597 0 l 1\n 98 0 l 1\n 154 262 l 1\n 54 201 l 1\n 74 295 l 1\n 174 356 l 1\n 253 729 l 1\n 403 729 l 1\n 338 421 l 1\nEndSplineSet\nEndChar\nStartChar: lslash\nEncoding: 322 322 255\nWidth: 278\nFlags: W\nHStem: 0 21G<64 204> 709 20G<219 359>\nDStem: 67 329 279 353 50 246 204 0 126 294 279 353 64 0 204 0 219 729 359 729 143 376 296 435 219 729 372 480 143 376 355 398\nFore\n296 435 m 1\n 372 480 l 1\n 355 398 l 1\n 279 353 l 1\n 204 0 l 1\n 64 0 l 1\n 126 294 l 1\n 50 246 l 1\n 67 329 l 1\n 143 376 l 1\n 219 729 l 1\n 359 729 l 1\n 296 435 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 256\nWidth: 722\nFlags: W\nHStem: 0 21G<68 210 513 661> 709 20G<223 373 674 816>\nDStem: 223 729 321 523 68 0 210 0 321 523 373 729 513 0 565 214 674 729 816 729 565 214 661 0\nFore\n816 729 m 1\n 661 0 l 1\n 513 0 l 1\n 321 523 l 1\n 210 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 565 214 l 1\n 674 729 l 1\n 816 729 l 1\n690 936 m 1\n 532 786 l 1\n 462 786 l 1\n 564 936 l 1\n 690 936 l 1\nEndSplineSet\nEndChar\nStartChar: nacute\nEncoding: 324 324 257\nWidth: 611\nFlags: W\nHStem: 0 21G<63 203 406 546> 520 20G<178 318>\nVStem: 478.996 150.004<362 417>\nDStem: 178 540 318 540 63 0 300 458 178 540 268 304 63 0 203 0 473 313 623 362 406 0 546 0\nFore\n178 540 m 1\n 318 540 l 1\n 300 458 l 1\n 354 522 408 549 482 549 c 0\n 571 549 629 497 629 417 c 0\n 629 399 627 381 623 362 c 2\n 546 0 l 1\n 406 0 l 1\n 473 313 l 1\n 477 335 479 349 479 362 c 0\n 479 410 453 437 405 437 c 0\n 338 437 285 386 268 304 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\n594 757 m 1\n 436 607 l 1\n 366 607 l 1\n 468 757 l 1\n 594 757 l 1\nEndSplineSet\nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 258\nWidth: 722\nFlags: W\nHStem: -172 112<288 330> 0 21G<68 210 513 661> 709 20G<223 373 674 816>\nDStem: 223 729 321 523 68 0 210 0 288 -60 410 -60 264 -172 389 -156 321 523 373 729 513 0 565 214 674 729 816 729 565 214 661 0\nFore\n816 729 m 1\n 661 0 l 1\n 513 0 l 1\n 321 523 l 1\n 210 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 565 214 l 1\n 674 729 l 1\n 816 729 l 1\n288 -60 m 1\n 410 -60 l 1\n 389 -156 l 1\n 379 -234 312 -301 236 -307 c 1\n 246 -261 l 1\n 290 -253 325 -217 331 -172 c 1\n 264 -172 l 1\n 288 -60 l 1\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 259\nWidth: 611\nFlags: W\nHStem: -172 112<231 273> 0 21G<63 203 406 546> 520 20G<178 318>\nVStem: 478.996 150.004<362 417>\nDStem: 178 540 318 540 63 0 300 458 178 540 268 304 63 0 203 0 231 -60 353 -60 207 -172 332 -156 473 313 623 362 406 0 546 0\nFore\n178 540 m 1\n 318 540 l 1\n 300 458 l 1\n 354 522 408 549 482 549 c 0\n 571 549 629 497 629 417 c 0\n 629 399 627 381 623 362 c 2\n 546 0 l 1\n 406 0 l 1\n 473 313 l 1\n 477 335 479 349 479 362 c 0\n 479 410 453 437 405 437 c 0\n 338 437 285 386 268 304 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\n231 -60 m 1\n 353 -60 l 1\n 332 -156 l 1\n 322 -234 255 -301 179 -307 c 1\n 189 -261 l 1\n 233 -253 268 -217 274 -172 c 1\n 207 -172 l 1\n 231 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Ncaron\nEncoding: 327 327 260\nWidth: 722\nFlags: W\nHStem: 0 21G<68 210 513 661> 709 20G<223 373 674 816> 789 147<469 476>\nDStem: 223 729 321 523 68 0 210 0 321 523 373 729 513 0 565 214 674 729 816 729 565 214 661 0\nFore\n816 729 m 1\n 661 0 l 1\n 513 0 l 1\n 321 523 l 1\n 210 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 565 214 l 1\n 674 729 l 1\n 816 729 l 1\n577 789 m 1\n 469 789 l 1\n 398 936 l 1\n 476 936 l 1\n 537 839 l 1\n 640 936 l 1\n 716 936 l 1\n 577 789 l 1\nEndSplineSet\nEndChar\nStartChar: ncaron\nEncoding: 328 328 261\nWidth: 611\nFlags: W\nHStem: 0 21G<63 203 406 546> 520 20G<178 318> 610 147<370 377>\nVStem: 478.996 150.004<362 417>\nDStem: 178 540 318 540 63 0 300 458 178 540 268 304 63 0 203 0 473 313 623 362 406 0 546 0\nFore\n178 540 m 1\n 318 540 l 1\n 300 458 l 1\n 354 522 408 549 482 549 c 0\n 571 549 629 497 629 417 c 0\n 629 399 627 381 623 362 c 2\n 546 0 l 1\n 406 0 l 1\n 473 313 l 1\n 477 335 479 349 479 362 c 0\n 479 410 453 437 405 437 c 0\n 338 437 285 386 268 304 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\n478 610 m 1\n 370 610 l 1\n 299 757 l 1\n 377 757 l 1\n 438 660 l 1\n 541 757 l 1\n 617 757 l 1\n 478 610 l 1\nEndSplineSet\nEndChar\nStartChar: napostrophe\nEncoding: 329 329 262\nWidth: 611\nFlags: W\nHStem: 0 21G<63 203 406 546> 520 20G<178 318>\nVStem: 478.996 150.004<362 417>\nDStem: 178 540 318 540 63 0 300 458 178 540 268 304 63 0 203 0 473 313 623 362 406 0 546 0\nFore\n178 540 m 1\n 318 540 l 1\n 300 458 l 1\n 354 522 408 549 482 549 c 0\n 571 549 629 497 629 417 c 0\n 629 399 627 381 623 362 c 2\n 546 0 l 1\n 406 0 l 1\n 473 313 l 1\n 477 335 479 349 479 362 c 0\n 479 410 453 437 405 437 c 0\n 338 437 285 386 268 304 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\nEndSplineSet\nEndChar\nStartChar: Eng\nEncoding: 330 330 263\nWidth: 722\nFlags: W\nHStem: 0 21G<68 210 513 661> 709 20G<223 373 674 816>\nDStem: 223 729 321 523 68 0 210 0 321 523 373 729 513 0 565 214 674 729 816 729 565 214 661 0\nFore\n816 729 m 1\n 661 0 l 1\n 513 0 l 1\n 321 523 l 1\n 210 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 565 214 l 1\n 674 729 l 1\n 816 729 l 1\nEndSplineSet\nEndChar\nStartChar: eng\nEncoding: 331 331 264\nWidth: 611\nFlags: W\nHStem: 0 21G<63 203 406 546> 520 20G<178 318>\nVStem: 478.996 150.004<362 417>\nDStem: 178 540 318 540 63 0 300 458 178 540 268 304 63 0 203 0 473 313 623 362 406 0 546 0\nFore\n178 540 m 1\n 318 540 l 1\n 300 458 l 1\n 354 522 408 549 482 549 c 0\n 571 549 629 497 629 417 c 0\n 629 399 627 381 623 362 c 2\n 546 0 l 1\n 406 0 l 1\n 473 313 l 1\n 477 335 479 349 479 362 c 0\n 479 410 453 437 405 437 c 0\n 338 437 285 386 268 304 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\nEndSplineSet\nEndChar\nStartChar: Omacron\nEncoding: 332 332 265\nWidth: 778\nFlags: W\nHStem: -22.7892 127.789<410 426> 613 128<518 539> 821 80<433 716>\nVStem: 106 149<260 284> 679 149<425 457>\nFore\n538 741 m 0\n 721 741 828 635 828 455 c 0\n 828 337 783 215 705 124 c 0\n 619 22 523 -23 395 -23 c 0\n 217 -23 106 86 106 261 c 0\n 106 376 153 502 231 594 c 0\n 313 693 414 741 538 741 c 0\n519 613 m 0\n 443 613 377 577 327 509 c 0\n 283 448 255 360 255 282 c 0\n 255 173 318 105 419 105 c 0\n 496 105 559 140 609 210 c 0\n 652 270 679 358 679 437 c 0\n 679 547 619 613 519 613 c 0\n733 901 m 1\n 716 821 l 1\n 416 821 l 1\n 433 901 l 1\n 733 901 l 1\nEndSplineSet\nEndChar\nStartChar: omacron\nEncoding: 333 333 266\nWidth: 611\nFlags: W\nHStem: -22.348 111.348<322 326> 437 111.258<390 402> 642 80<306 589>\nVStem: 82.773 142.227<177 205> 490.786 142.658<320 349>\nFore\n413 549 m 0\n 550 549 634 473 634 349 c 0\n 634 263 602 163 555 100 c 0\n 494 19 407 -23 299 -23 c 0\n 167 -23 82 55 82 177 c 0\n 82 263 113 363 161 426 c 0\n 220 505 310 549 413 549 c 0\n391 437 m 0\n 301 437 225 332 225 205 c 0\n 225 134 264 89 324 89 c 0\n 376 89 422 120 453 176 c 0\n 477 218 491 271 491 320 c 0\n 491 391 452 437 391 437 c 0\n606 722 m 1\n 589 642 l 1\n 289 642 l 1\n 306 722 l 1\n 606 722 l 1\nEndSplineSet\nEndChar\nStartChar: Obreve\nEncoding: 334 334 267\nWidth: 778\nHStem: -22.7892 127.789<410 426> 613 128<518 539> 829 78<567.222 584.222>\nVStem: 106 149<260 284> 461.225 47.9976<933 964> 679 149<425 457>\nRef: 728 728 N 1 0 0 1 273.222 218\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: obreve\nEncoding: 335 335 268\nWidth: 611\nHStem: -22.348 111.348<322 326> 437 111.258<390 402> 640 78<438.242 455.242>\nVStem: 82.773 142.227<177 205> 332.244 47.9976<744 775> 490.786 142.658<320 349>\nRef: 728 728 N 1 0 0 1 144.242 29\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 269\nWidth: 778\nFlags: W\nHStem: -22.7892 127.789<410 427> 613 128<518 539>\nVStem: 106 149<260 284> 679 149<425 457>\nFore\n538 741 m 0\n 721 741 828 635 828 455 c 0\n 828 337 783 215 705 124 c 0\n 619 22 523 -23 395 -23 c 0\n 217 -23 106 86 106 261 c 0\n 106 376 153 502 231 594 c 0\n 313 693 414 741 538 741 c 0\n519 613 m 0\n 443 613 377 577 327 509 c 0\n 283 448 255 360 255 282 c 0\n 255 173 318 105 419 105 c 0\n 496 105 559 140 609 210 c 0\n 652 270 679 358 679 437 c 0\n 679 547 619 613 519 613 c 0\n653 936 m 1\n 495 789 l 1\n 425 789 l 1\n 527 936 l 1\n 653 936 l 1\n841 936 m 1\n 683 789 l 1\n 613 789 l 1\n 715 936 l 1\n 841 936 l 1\nEndSplineSet\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 270\nWidth: 611\nFlags: W\nHStem: -22.348 111.348<322 326> 437 111.258<390 402>\nVStem: 82.773 142.227<177 205> 490.786 142.658<320 349>\nFore\n413 549 m 0\n 550 549 634 473 634 349 c 0\n 634 263 602 163 555 100 c 0\n 494 19 407 -23 299 -23 c 0\n 167 -23 82 55 82 177 c 0\n 82 263 113 363 161 426 c 0\n 220 505 310 549 413 549 c 0\n391 437 m 0\n 301 437 225 332 225 205 c 0\n 225 134 264 89 324 89 c 0\n 376 89 422 120 453 176 c 0\n 477 218 491 271 491 320 c 0\n 491 391 452 437 391 437 c 0\n522 757 m 1\n 364 610 l 1\n 294 610 l 1\n 396 757 l 1\n 522 757 l 1\n710 757 m 1\n 552 610 l 1\n 482 610 l 1\n 584 757 l 1\n 710 757 l 1\nEndSplineSet\nEndChar\nStartChar: OE\nEncoding: 338 338 271\nWidth: 1000\nFlags: W\nHStem: -22.9984 127.998<326 383> 0 125<653 971> 314 125<720 990> 604 125<754 1080> 613 128<474 495>\nVStem: 90.4196 148.58<265 276>\nDStem: 590 540 754 604 513 178 719 439 590 540 1017 439 513 178 990 314 590 540 692 314 513 178 652 125 636 729 1107 729 625 677 1080 604\nFore\n692 314 m 1\n 652 125 l 1\n 997 125 l 1\n 971 0 l 1\n 481 0 l 1\n 493 59 l 1\n 437 -1 393 -23 326 -23 c 0\n 185 -23 90 84 90 245 c 0\n 90 377 146 527 230 619 c 0\n 303 700 388 741 482 741 c 0\n 548 741 588 723 625 677 c 1\n 636 729 l 1\n 1107 729 l 1\n 1080 604 l 1\n 754 604 l 1\n 719 439 l 1\n 1017 439 l 1\n 990 314 l 1\n 692 314 l 1\n513 178 m 1\n 590 540 l 1\n 571 591 538 613 482 613 c 0\n 404 613 340 568 293 482 c 0\n 259 420 239 344 239 274 c 0\n 239 168 292 105 383 105 c 0\n 436 105 474 126 513 178 c 1\nEndSplineSet\nEndChar\nStartChar: oe\nEncoding: 339 339 272\nWidth: 944\nFlags: W\nHStem: -22.2733 111.273<311 314 666 695> 226 93<628 842> 437 111.176<379 391 757 760>\nVStem: 71.8458 142.197<176 205> 843 143<329 361>\nFore\n809 152 m 1\n 947 152 l 1\n 894 45 785 -23 666 -23 c 0\n 592 -23 526 6 498 50 c 1\n 446 4 369 -23 288 -23 c 0\n 154 -23 71 53 71 176 c 0\n 71 263 103 363 151 426 c 0\n 211 505 301 549 403 549 c 0\n 482 549 549 522 583 477 c 1\n 629 522 703 549 778 549 c 0\n 848 549 905 525 941 480 c 0\n 969 444 986 397 986 351 c 0\n 986 313 980 271 968 226 c 1\n 606 226 l 1\n 600 200 599 188 599 174 c 0\n 599 124 638 89 695 89 c 0\n 744 89 789 114 809 152 c 1\n380 437 m 0\n 290 437 214 332 214 205 c 0\n 214 135 253 89 313 89 c 0\n 365 89 411 120 442 176 c 0\n 466 218 480 271 480 320 c 0\n 480 391 441 437 380 437 c 0\n843 319 m 1\n 843 347 l 2\n 843 404 812 437 758 437 c 0\n 694 437 648 396 627 319 c 1\n 843 319 l 1\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 273\nWidth: 722\nFlags: W\nHStem: 0 21G<80 230 518 677> 289 125<319 480> 604 125<358 550>\nVStem: 510.003 154.997<41 61> 547.993 148.007<234 270> 635.993 149.007<534 579>\nDStem: 235 729 358 604 80 0 318 414 235 729 291 289 80 0 230 0\nFore\n291 289 m 1\n 230 0 l 1\n 80 0 l 1\n 235 729 l 1\n 612 729 l 2\n 670 729 710 715 742 683 c 0\n 769 656 785 617 785 579 c 0\n 785 523 760 460 721 420 c 0\n 697 395 671 378 618 352 c 1\n 670 335 696 308 696 270 c 0\n 696 245 691 210 668 87 c 0\n 666 77 665 67 665 61 c 0\n 665 47 670 37 683 27 c 1\n 677 0 l 1\n 518 0 l 1\n 512 19 510 29 510 41 c 0\n 510 67 517 104 536 173 c 0\n 545 209 548 222 548 234 c 0\n 548 271 520 289 463 289 c 2\n 291 289 l 1\n318 414 m 1\n 499 414 l 2\n 549 414 580 426 606 455 c 0\n 624 475 636 506 636 534 c 0\n 636 553 628 570 614 583 c 1\n 595 598 572 604 526 604 c 2\n 358 604 l 1\n 318 414 l 1\n673 936 m 1\n 515 786 l 1\n 445 786 l 1\n 547 936 l 1\n 673 936 l 1\nEndSplineSet\nEndChar\nStartChar: racute\nEncoding: 341 341 274\nWidth: 389\nFlags: W\nHStem: 0 21G<63 203> 520 20G<178 318>\nDStem: 178 540 318 540 63 0 295 434 178 540 487 548 63 0 457 406 178 540 264 287 63 0 203 0\nFore\n178 540 m 1\n 318 540 l 1\n 295 434 l 1\n 342 507 406 549 470 549 c 0\n 474 549 479 549 487 548 c 1\n 457 406 l 1\n 439 409 429 410 414 410 c 0\n 332 410 281 369 264 287 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\n500 757 m 1\n 342 607 l 1\n 272 607 l 1\n 374 757 l 1\n 500 757 l 1\nEndSplineSet\nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 275\nWidth: 722\nFlags: W\nHStem: -172 112<298 340> 0 21G<80 230 518 677> 289 125<319 480> 604 125<358 550>\nVStem: 510.003 154.997<41 61> 547.993 148.007<234 270> 635.993 149.007<534 579>\nDStem: 235 729 358 604 80 0 318 414 235 729 291 289 80 0 230 0 298 -60 420 -60 274 -172 399 -156\nFore\n291 289 m 1\n 230 0 l 1\n 80 0 l 1\n 235 729 l 1\n 612 729 l 2\n 670 729 710 715 742 683 c 0\n 769 656 785 617 785 579 c 0\n 785 523 760 460 721 420 c 0\n 697 395 671 378 618 352 c 1\n 670 335 696 308 696 270 c 0\n 696 245 691 210 668 87 c 0\n 666 77 665 67 665 61 c 0\n 665 47 670 37 683 27 c 1\n 677 0 l 1\n 518 0 l 1\n 512 19 510 29 510 41 c 0\n 510 67 517 104 536 173 c 0\n 545 209 548 222 548 234 c 0\n 548 271 520 289 463 289 c 2\n 291 289 l 1\n318 414 m 1\n 499 414 l 2\n 549 414 580 426 606 455 c 0\n 624 475 636 506 636 534 c 0\n 636 553 628 570 614 583 c 1\n 595 598 572 604 526 604 c 2\n 358 604 l 1\n 318 414 l 1\n298 -60 m 1\n 420 -60 l 1\n 399 -156 l 1\n 389 -234 322 -301 246 -307 c 1\n 256 -261 l 1\n 300 -253 335 -217 341 -172 c 1\n 274 -172 l 1\n 298 -60 l 1\nEndSplineSet\nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 276\nWidth: 389\nFlags: W\nHStem: -172 112<60 102> 0 21G<63 203> 520 20G<178 318>\nDStem: 60 -60 182 -60 36 -172 161 -156 178 540 318 540 63 0 296 434 178 540 487 548 63 0 457 406 178 540 264 287 63 0 203 0\nFore\n178 540 m 1\n 318 540 l 1\n 296 434 l 1\n 342 507 406 549 470 549 c 0\n 474 549 479 549 487 548 c 1\n 457 406 l 1\n 439 409 429 410 414 410 c 0\n 332 410 282 369 264 287 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\n60 -60 m 1\n 182 -60 l 1\n 161 -156 l 1\n 151 -234 84 -301 8 -307 c 1\n 18 -261 l 1\n 62 -253 97 -217 103 -172 c 1\n 36 -172 l 1\n 60 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Rcaron\nEncoding: 344 344 277\nWidth: 722\nFlags: W\nHStem: 0 21G<80 230 518 677> 289 125<319 480> 604 125<358 550> 789 147<456 463>\nVStem: 510.003 154.997<41 61> 547.993 148.007<234 270> 635.993 149.007<534 579>\nDStem: 235 729 358 604 80 0 318 414 235 729 291 289 80 0 230 0\nFore\n291 289 m 1\n 230 0 l 1\n 80 0 l 1\n 235 729 l 1\n 612 729 l 2\n 670 729 710 715 742 683 c 0\n 769 656 785 617 785 579 c 0\n 785 523 760 460 721 420 c 0\n 697 395 671 378 618 352 c 1\n 670 335 696 308 696 270 c 0\n 696 245 691 210 668 87 c 0\n 666 77 665 67 665 61 c 0\n 665 47 670 37 683 27 c 1\n 677 0 l 1\n 518 0 l 1\n 512 19 510 29 510 41 c 0\n 510 67 517 104 536 173 c 0\n 545 209 548 222 548 234 c 0\n 548 271 520 289 463 289 c 2\n 291 289 l 1\n318 414 m 1\n 499 414 l 2\n 549 414 580 426 606 455 c 0\n 624 475 636 506 636 534 c 0\n 636 553 628 570 614 583 c 1\n 595 598 572 604 526 604 c 2\n 358 604 l 1\n 318 414 l 1\n564 789 m 1\n 456 789 l 1\n 385 936 l 1\n 463 936 l 1\n 524 839 l 1\n 627 936 l 1\n 703 936 l 1\n 564 789 l 1\nEndSplineSet\nEndChar\nStartChar: rcaron\nEncoding: 345 345 278\nWidth: 389\nFlags: W\nHStem: 0 21G<63 203> 520 20G<178 318> 610 147<286 293>\nDStem: 178 540 318 540 63 0 295 434 178 540 487 548 63 0 457 406 178 540 264 287 63 0 203 0\nFore\n178 540 m 1\n 318 540 l 1\n 295 434 l 1\n 342 507 406 549 470 549 c 0\n 474 549 479 549 487 548 c 1\n 457 406 l 1\n 439 409 429 410 414 410 c 0\n 332 410 281 369 264 287 c 1\n 203 0 l 1\n 63 0 l 1\n 178 540 l 1\n394 610 m 1\n 286 610 l 1\n 215 757 l 1\n 293 757 l 1\n 354 660 l 1\n 457 757 l 1\n 533 757 l 1\n 394 610 l 1\nEndSplineSet\nEndChar\nStartChar: Sacute\nEncoding: 346 346 279\nWidth: 667\nFlags: W\nHStem: -23 128<344 369> 613 128<444 473>\nVStem: 76.2509 147.749<174 196> 151.002 148.998<472 509> 537.995 149.005<216 265> 578.995 146.005<530 569>\nFore\n717 507 m 1\n 577 507 l 1\n 578 516 579 525 579 530 c 0\n 579 584 532 613 447 613 c 0\n 356 613 300 573 300 509 c 0\n 300 471 327 455 421 436 c 2\n 530 414 l 2\n 632 394 687 342 687 265 c 0\n 687 199 660 126 618 79 c 0\n 560 12 467 -23 345 -23 c 0\n 249 -23 180 -2 132 42 c 0\n 96 75 76 122 76 174 c 0\n 76 188 77 198 80 218 c 1\n 226 218 l 1\n 225 209 224 200 224 196 c 0\n 224 138 276 105 367 105 c 0\n 471 105 538 149 538 216 c 0\n 538 262 509 283 418 301 c 2\n 320 321 l 2\n 201 345 151 389 151 472 c 0\n 151 543 186 618 243 667 c 0\n 300 717 376 741 473 741 c 0\n 631 741 725 677 725 569 c 0\n 725 549 723 535 717 507 c 1\n649 936 m 1\n 491 786 l 1\n 421 786 l 1\n 522 936 l 1\n 649 936 l 1\nEndSplineSet\nEndChar\nStartChar: sacute\nEncoding: 347 347 280\nWidth: 556\nFlags: W\nHStem: -22.6508 111.651<300 309> 437 111.337<363 380>\nVStem: 127.004 148.996<345 384> 410.992 148.008<144 187> 451.272 137.299<385 404>\nFore\n584 366 m 1\n 449 366 l 1\n 451 375 452 379 452 385 c 0\n 452 417 419 437 364 437 c 0\n 311 437 276 416 276 384 c 0\n 276 364 290 354 341 339 c 2\n 437 311 l 2\n 520 286 559 247 559 187 c 0\n 559 59 451 -23 281 -23 c 0\n 219 -23 172 -13 133 10 c 0\n 89 35 60 82 60 127 c 0\n 60 136 61 142 64 157 c 1\n 201 157 l 1\n 202 134 208 123 222 111 c 0\n 241 97 272 89 307 89 c 0\n 368 89 411 112 411 144 c 0\n 411 167 398 176 335 196 c 2\n 256 221 l 2\n 168 250 127 289 127 345 c 0\n 127 395 155 452 198 490 c 128\n 241 528 308 549 387 549 c 0\n 513 549 589 494 589 404 c 0\n 589 393 588 384 584 366 c 1\n570 757 m 1\n 412 607 l 1\n 342 607 l 1\n 444 757 l 1\n 570 757 l 1\nEndSplineSet\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 281\nWidth: 667\nHStem: -23 128<344 369> 613 128<444 473> 829 147<589.59 596.59>\nVStem: 76.2509 147.749<185 195> 151.002 148.998<472 509> 537.996 149.004<216 265> 578.995 146.005<530 569>\nRef: 710 710 N 1 0 0 1 214.59 219\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 282\nWidth: 556\nHStem: -22.6508 111.651<300 309> 437 111.337<363 380> 640 147<492.189 499.189>\nVStem: 127.004 148.996<345 384> 410.992 148.008<144 187> 451.272 137.299<385 404>\nRef: 710 710 N 1 0 0 1 117.189 30\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 283\nWidth: 667\nFlags: W\nHStem: -220 50<268 284> -23 128<348 369> 613 128<444 473>\nVStem: 76.9941 147.006<174 196> 151.002 148.998<472 509> 340 86.0327<-127 -124> 537.995 149.005<216 265> 578.995 146.005<530 569>\nFore\n347 -23 m 1\n 320 -62 l 1\n 335 -58 349 -56 364 -56 c 0\n 403 -56 427 -77 427 -113 c 0\n 427 -178 367 -220 277 -220 c 0\n 232 -220 200 -213 144 -191 c 1\n 174 -140 l 1\n 221 -163 244 -170 273 -170 c 0\n 310 -170 340 -150 340 -126 c 0\n 340 -106 322 -93 296 -93 c 0\n 279 -93 267 -96 243 -106 c 1\n 298 -22 l 1\n 220 -10 189 -1 156 22 c 0\n 104 58 76 112 76 174 c 0\n 76 188 77 198 80 218 c 1\n 226 218 l 1\n 225 209 224 200 224 196 c 0\n 224 138 276 105 367 105 c 0\n 471 105 538 149 538 216 c 0\n 538 262 509 283 418 301 c 2\n 320 321 l 2\n 201 345 151 389 151 472 c 0\n 151 543 186 618 243 667 c 0\n 300 717 376 741 473 741 c 0\n 631 741 725 677 725 569 c 0\n 725 549 723 535 717 507 c 1\n 577 507 l 1\n 578 516 579 525 579 530 c 0\n 579 584 532 613 447 613 c 0\n 356 613 300 573 300 509 c 0\n 300 471 327 455 421 436 c 2\n 530 414 l 2\n 632 394 687 342 687 265 c 0\n 687 182 647 96 586 48 c 128\n 525 0 451 -22 347 -23 c 1\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 284\nWidth: 556\nFlags: W\nHStem: -220 50<197 224> -22 111<289 316> 437 111.337<363 380>\nVStem: 127.004 148.996<345 384> 281 86.0327<-127 -124> 410.992 148.008<144 187> 451.901 136.146<385 404>\nDStem: 238 -21 288 -22 184 -106 262 -62\nFore\n288 -22 m 1\n 262 -62 l 1\n 277 -58 290 -56 305 -56 c 0\n 344 -56 368 -77 368 -113 c 0\n 368 -178 308 -220 218 -220 c 0\n 173 -220 142 -213 85 -191 c 1\n 115 -140 l 1\n 162 -163 185 -170 213 -170 c 0\n 251 -170 281 -150 281 -126 c 0\n 281 -106 263 -93 237 -93 c 0\n 220 -93 208 -96 184 -106 c 1\n 238 -21 l 1\n 215 -21 191 -15 159 -2 c 0\n 99 21 60 72 60 127 c 0\n 60 135 61 143 64 157 c 1\n 201 157 l 1\n 202 134 208 123 222 111 c 0\n 241 97 272 89 307 89 c 0\n 368 89 411 112 411 144 c 0\n 411 167 398 176 335 196 c 2\n 256 221 l 2\n 168 250 127 289 127 345 c 0\n 127 395 155 452 198 490 c 128\n 241 528 308 549 387 549 c 0\n 513 549 589 494 589 404 c 0\n 589 393 588 384 584 366 c 1\n 449 366 l 1\n 451 375 452 379 452 385 c 0\n 452 417 419 437 364 437 c 0\n 311 437 276 416 276 384 c 0\n 276 364 290 354 341 339 c 2\n 437 311 l 2\n 520 286 559 247 559 187 c 0\n 559 60 454 -22 288 -22 c 1\nEndSplineSet\nEndChar\nStartChar: Scaron\nEncoding: 352 352 285\nWidth: 667\nFlags: W\nHStem: -23 128<344 369> 613 128<444 473> 789 147<429 436>\nVStem: 76.2509 147.749<174 196> 151.002 148.998<472 509> 537.995 149.005<216 265> 578.995 146.005<530 569>\nFore\n537 789 m 1\n 429 789 l 1\n 358 936 l 1\n 436 936 l 1\n 497 839 l 1\n 600 936 l 1\n 676 936 l 1\n 537 789 l 1\n717 507 m 1\n 577 507 l 1\n 578 516 579 525 579 530 c 0\n 579 584 532 613 447 613 c 0\n 356 613 300 573 300 509 c 0\n 300 471 327 455 421 436 c 2\n 530 414 l 2\n 632 394 687 342 687 265 c 0\n 687 199 660 126 618 79 c 0\n 560 12 467 -23 345 -23 c 0\n 249 -23 180 -2 132 42 c 0\n 96 75 76 122 76 174 c 0\n 76 188 77 198 80 218 c 1\n 226 218 l 1\n 225 209 224 200 224 196 c 0\n 224 138 276 105 367 105 c 0\n 471 105 538 149 538 216 c 0\n 538 262 509 283 418 301 c 2\n 320 321 l 2\n 201 345 151 389 151 472 c 0\n 151 543 186 618 243 667 c 0\n 300 717 376 741 473 741 c 0\n 631 741 725 677 725 569 c 0\n 725 549 723 535 717 507 c 1\nEndSplineSet\nEndChar\nStartChar: scaron\nEncoding: 353 353 286\nWidth: 556\nFlags: W\nHStem: -22.6508 111.651<300 309> 437 111.026<358 380> 610 147<350 357>\nVStem: 127.004 148.996<345 384> 410.992 148.008<144 187> 451.272 137.299<385 404>\nFore\n584 366 m 1\n 449 366 l 1\n 451 375 452 379 452 385 c 0\n 452 417 419 437 364 437 c 0\n 311 437 276 416 276 384 c 0\n 276 364 290 354 341 339 c 2\n 437 311 l 2\n 520 286 559 247 559 187 c 0\n 559 59 451 -23 281 -23 c 0\n 219 -23 172 -13 133 10 c 0\n 89 35 60 82 60 127 c 0\n 60 136 61 142 64 157 c 1\n 201 157 l 1\n 202 134 208 123 222 111 c 0\n 241 97 272 89 307 89 c 0\n 368 89 411 112 411 144 c 0\n 411 167 398 176 335 196 c 2\n 256 221 l 2\n 168 250 127 289 127 345 c 0\n 127 395 155 452 198 490 c 128\n 241 528 308 549 387 549 c 0\n 513 549 589 494 589 404 c 0\n 589 393 588 384 584 366 c 1\n458 610 m 1\n 350 610 l 1\n 279 757 l 1\n 357 757 l 1\n 418 660 l 1\n 521 757 l 1\n 597 757 l 1\n 458 610 l 1\nEndSplineSet\nEndChar\nStartChar: uni0162\nEncoding: 354 354 287\nWidth: 611\nHStem: -220 50<244.235 267.235> -20 20<299.235 349.235> 0 21<235 385> 604 125<169 363 514 726>\nVStem: 328.235 86.0327<-127 -124>\nDStem: 169 729 514 604 142 604 385 0 299.235 0 349.235 0 231.235 -106 308.235 -62 364 604 514 604 235 0 385 0\nRef: 184 184 N 1 0 0 1 145.235 0\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0163\nEncoding: 355 355 288\nWidth: 333\nHStem: -243 50<91.4566 114.457> -43 20<146.457 196.457> 436 93<127 175 337 394> 436 238<316 336>\nVStem: 175.457 86.0327<-150 -147>\nDStem: 127 529 414 529 107 436 394 436 127 529 316 436 107 436 254 142 146.457 -23 196.457 -23 78.4566 -129 155.457 -85 176 436 316 436 106 104 254 142 227 674 367 674 196 529 336 529\nRef: 184 184 N 1 0 0 1 -7.54339 -23\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: Tcaron\nEncoding: 356 356 289\nWidth: 611\nFlags: W\nHStem: 0 21G<235 385> 604 125<169 363 514 726> 789 147<424 431>\nDStem: 169 729 514 604 142 604 385 0 364 604 514 604 235 0 385 0\nFore\n514 604 m 1\n 385 0 l 1\n 235 0 l 1\n 364 604 l 1\n 142 604 l 1\n 169 729 l 1\n 753 729 l 1\n 726 604 l 1\n 514 604 l 1\n532 789 m 1\n 424 789 l 1\n 353 936 l 1\n 431 936 l 1\n 492 839 l 1\n 595 936 l 1\n 671 936 l 1\n 532 789 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: tcaron\nEncoding: 357 357 290\nWidth: 404\nFlags: W\nHStem: 436 93<127 175 337 394> 436 238<316 336> 717 112<456 498>\nDStem: 127 529 414 529 107 436 394 436 127 529 316 436 107 436 254 142 176 436 316 436 106 104 254 142 227 674 367 674 196 529 336 529 456 829 578 829 432 717 557 733\nFore\n414 529 m 1\n 394 436 l 1\n 316 436 l 1\n 254 142 l 1\n 250 125 248 113 248 108 c 0\n 248 93 263 83 286 83 c 0\n 297 83 305 84 319 86 c 1\n 299 -12 l 1\n 271 -20 247 -23 214 -23 c 0\n 141 -23 101 8 101 63 c 0\n 101 76 103 90 106 104 c 2\n 176 436 l 1\n 107 436 l 1\n 127 529 l 1\n 196 529 l 1\n 227 674 l 1\n 367 674 l 1\n 336 529 l 1\n 414 529 l 1\n456 829 m 1\n 578 829 l 1\n 557 733 l 1\n 547 655 480 588 404 582 c 1\n 414 628 l 1\n 458 636 493 672 499 717 c 1\n 432 717 l 1\n 456 829 l 1\nEndSplineSet\nEndChar\nStartChar: Tbar\nEncoding: 358 358 291\nWidth: 611\nFlags: W\nHStem: 0 21G<235 385> 604 125<169 363 514 726>\nDStem: 169 729 514 604 142 604 385 0 364 604 514 604 235 0 385 0\nFore\n514 604 m 1\n 385 0 l 1\n 235 0 l 1\n 364 604 l 1\n 142 604 l 1\n 169 729 l 1\n 753 729 l 1\n 726 604 l 1\n 514 604 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: tbar\nEncoding: 359 359 292\nWidth: 333\nFlags: W\nHStem: 436 93<127 175 337 394> 436 238<316 336>\nDStem: 127 529 414 529 107 436 394 436 127 529 316 436 107 436 254 142 176 436 316 436 106 104 254 142 227 674 367 674 196 529 336 529\nFore\n414 529 m 1\n 394 436 l 1\n 316 436 l 1\n 254 142 l 1\n 250 125 248 113 248 108 c 0\n 248 93 263 83 286 83 c 0\n 297 83 305 84 319 86 c 1\n 299 -12 l 1\n 271 -20 247 -23 214 -23 c 0\n 141 -23 101 8 101 63 c 0\n 101 76 103 90 106 104 c 2\n 176 436 l 1\n 107 436 l 1\n 127 529 l 1\n 196 529 l 1\n 227 674 l 1\n 367 674 l 1\n 336 529 l 1\n 414 529 l 1\nEndSplineSet\nEndChar\nStartChar: Utilde\nEncoding: 360 360 293\nWidth: 722\nHStem: -22.9091 127.909<375 395> 709 20<231 381 659 809> 829.005 70.9951<613.024 638.024> 879 68.0328<468.024 484.024>\nVStem: 119.706 151.43<167 190>\nDStem: 231 729 381 729 130 255 276 235 659 729 809 729 554 235 704 235\nRef: 732 732 N 1 0 0 1 246.024 207\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: utilde\nEncoding: 361 361 294\nWidth: 611\nHStem: 0 21<401 541> 520 20<174 314 516 656> 640.005 70.9951<508.107 533.107> 690 68.0328<363.107 379.107>\nVStem: 88.0021 149.998<109 164>\nDStem: 174 540 314 540 94 164 244 213 416 68 656 540 401 0 541 0 516 540 656 540 448 222 541 0\nRef: 732 732 N 1 0 0 1 141.107 18\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Umacron\nEncoding: 362 362 295\nWidth: 722\nFlags: W\nHStem: -22.9091 127.909<375 395> 709 20G<231 381 659 809> 821 80<407 690>\nVStem: 119.706 151.43<167 190>\nDStem: 231 729 381 729 130 255 276 235 659 729 809 729 554 235 704 235\nFore\n659 729 m 1\n 809 729 l 1\n 704 235 l 1\n 686 152 654 96 597 51 c 0\n 536 3 454 -23 366 -23 c 0\n 215 -23 119 51 119 167 c 0\n 119 189 123 222 130 255 c 2\n 231 729 l 1\n 381 729 l 1\n 276 235 l 1\n 273 219 271 205 271 190 c 0\n 271 137 316 105 394 105 c 0\n 485 105 535 145 554 235 c 2\n 659 729 l 1\n707 901 m 1\n 690 821 l 1\n 390 821 l 1\n 407 901 l 1\n 707 901 l 1\nEndSplineSet\nEndChar\nStartChar: umacron\nEncoding: 363 363 296\nWidth: 611\nFlags: W\nHStem: 0 21G<401 541> 520 20G<174 314 516 656> 642 80<304 587>\nVStem: 88.0021 149.998<109 164>\nDStem: 174 540 314 540 94 164 244 213 416 68 656 540 401 0 541 0 516 540 656 540 448 222 541 0\nFore\n541 0 m 1\n 401 0 l 1\n 416 68 l 1\n 362 4 308 -23 234 -23 c 0\n 146 -23 88 29 88 109 c 0\n 88 127 90 145 94 164 c 2\n 174 540 l 1\n 314 540 l 1\n 244 213 l 1\n 240 190 238 178 238 164 c 0\n 238 115 264 89 314 89 c 0\n 379 89 431 141 448 222 c 1\n 516 540 l 1\n 656 540 l 1\n 541 0 l 1\n604 722 m 1\n 587 642 l 1\n 287 642 l 1\n 304 722 l 1\n 604 722 l 1\nEndSplineSet\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 297\nWidth: 722\nHStem: -22.9091 127.909<375 395> 709 20<231 381 659 809> 829 78<541.241 558.241>\nVStem: 119.706 151.43<167 190> 435.244 47.9976<933 964>\nDStem: 231 729 381 729 130 255 276 235 659 729 809 729 554 235 704 235\nRef: 728 728 N 1 0 0 1 247.241 218\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: ubreve\nEncoding: 365 365 298\nWidth: 611\nHStem: 0 21<401 541> 520 20<174 314 516 656> 640 78<436.324 453.324>\nVStem: 88.0021 149.998<109 164> 330.327 47.9976<744 775>\nDStem: 174 540 314 540 94 164 244 213 416 68 656 540 401 0 541 0 516 540 656 540 448 222 541 0\nRef: 728 728 N 1 0 0 1 142.324 29\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Uring\nEncoding: 366 366 299\nWidth: 722\nFlags: W\nHStem: -22.9091 127.909<375 395> 709 20G<231 381 659 809> 773.328 49.6722<535 540> 903 49.1372<554 559>\nVStem: 119.706 151.43<167 190> 455.551 48.4494<854 857> 590 48.3339<871 874>\nDStem: 231 729 381 729 130 255 276 235 659 729 809 729 554 235 704 235\nFore\n659 729 m 1\n 809 729 l 1\n 704 235 l 1\n 686 152 654 96 597 51 c 0\n 536 3 454 -23 366 -23 c 0\n 215 -23 119 51 119 167 c 0\n 119 189 123 222 130 255 c 2\n 231 729 l 1\n 381 729 l 1\n 276 235 l 1\n 273 219 271 205 271 190 c 0\n 271 137 316 105 394 105 c 0\n 485 105 535 145 554 235 c 2\n 659 729 l 1\n567 953 m 0\n 609 953 639 923 639 882 c 0\n 639 825 585 773 527 773 c 0\n 485 773 455 803 455 844 c 0\n 455 901 509 953 567 953 c 0\n557 903 m 0\n 530 903 504 880 504 855 c 0\n 504 837 518 823 538 823 c 0\n 565 823 590 847 590 872 c 0\n 590 890 576 903 557 903 c 0\nEndSplineSet\nEndChar\nStartChar: uring\nEncoding: 367 367 300\nWidth: 611\nFlags: W\nHStem: 0 21G<401 541> 520 20G<174 314 516 656> 593.511 49.4887<435 438> 723 49.3817<454 457>\nVStem: 88.0021 149.998<109 164> 353.551 48.4494<674 677> 488 48.3339<691 697>\nDStem: 174 540 314 540 94 164 244 213 416 68 656 540 401 0 541 0 516 540 656 540 448 222 541 0\nFore\n541 0 m 1\n 401 0 l 1\n 416 68 l 1\n 362 4 308 -23 234 -23 c 0\n 146 -23 88 29 88 109 c 0\n 88 127 90 145 94 164 c 2\n 174 540 l 1\n 314 540 l 1\n 244 213 l 1\n 240 190 238 178 238 164 c 0\n 238 115 264 89 314 89 c 0\n 379 89 431 141 448 222 c 1\n 516 540 l 1\n 656 540 l 1\n 541 0 l 1\n465 773 m 0\n 507 773 537 743 537 702 c 0\n 537 645 483 593 425 593 c 0\n 383 593 353 623 353 664 c 0\n 353 721 407 773 465 773 c 0\n455 723 m 0\n 428 723 402 700 402 675 c 0\n 402 657 416 643 436 643 c 0\n 463 643 488 667 488 692 c 0\n 488 710 474 723 455 723 c 0\nEndSplineSet\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 301\nWidth: 722\nFlags: W\nHStem: -22.9091 127.909<375 395> 709 20G<231 381 659 809>\nVStem: 119.706 151.43<167 190>\nDStem: 231 729 381 729 130 255 276 235 659 729 809 729 554 235 704 235\nFore\n659 729 m 1\n 809 729 l 1\n 704 235 l 1\n 686 152 654 96 597 51 c 0\n 536 3 454 -23 366 -23 c 0\n 215 -23 119 51 119 167 c 0\n 119 189 123 222 130 255 c 2\n 231 729 l 1\n 381 729 l 1\n 276 235 l 1\n 273 219 271 205 271 190 c 0\n 271 137 316 105 394 105 c 0\n 485 105 535 145 554 235 c 2\n 659 729 l 1\n608 936 m 1\n 450 789 l 1\n 380 789 l 1\n 482 936 l 1\n 608 936 l 1\n796 936 m 1\n 638 789 l 1\n 568 789 l 1\n 670 936 l 1\n 796 936 l 1\nEndSplineSet\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 302\nWidth: 611\nFlags: W\nHStem: 0 21G<401 541> 520 20G<174 314 516 656>\nVStem: 88.0021 149.998<109 164>\nDStem: 174 540 314 540 94 164 244 213 416 68 656 540 401 0 541 0 516 540 656 540 448 222 541 0\nFore\n541 0 m 1\n 401 0 l 1\n 416 68 l 1\n 362 4 308 -23 234 -23 c 0\n 146 -23 88 29 88 109 c 0\n 88 127 90 145 94 164 c 2\n 174 540 l 1\n 314 540 l 1\n 244 213 l 1\n 240 190 238 178 238 164 c 0\n 238 115 264 89 314 89 c 0\n 379 89 431 141 448 222 c 1\n 516 540 l 1\n 656 540 l 1\n 541 0 l 1\n509 757 m 1\n 351 610 l 1\n 281 610 l 1\n 383 757 l 1\n 509 757 l 1\n697 757 m 1\n 539 610 l 1\n 469 610 l 1\n 571 757 l 1\n 697 757 l 1\nEndSplineSet\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 303\nWidth: 722\nFlags: W\nHStem: -233 50<482 503> -22.9487 127.949<375 396> 709 20G<231 381 659 809>\nVStem: 119.57 151.7<167 190> 342.005 99.9954<-157 -139>\nDStem: 231 729 381 729 130 255 276 235 659 729 809 729 554 235 704 235\nFore\n569 -172 m 1\n 558 -224 l 1\n 528 -230 506 -233 482 -233 c 0\n 393 -233 342 -205 342 -157 c 0\n 342 -123 358 -88 389 -60 c 0\n 405 -45 431 -29 473 -10 c 1\n 423 -20 400 -23 368 -23 c 0\n 215 -23 119 50 119 167 c 0\n 119 189 123 222 130 255 c 2\n 231 729 l 1\n 381 729 l 1\n 276 235 l 1\n 273 219 271 205 271 190 c 0\n 271 137 316 105 394 105 c 0\n 485 105 535 145 554 235 c 2\n 659 729 l 1\n 809 729 l 1\n 704 235 l 1\n 682 138 649 87 571 28 c 0\n 512 -18 496 -33 474 -63 c 128\n 452 -93 442 -117 442 -139 c 0\n 442 -169 460 -183 498 -183 c 0\n 524 -183 548 -179 569 -172 c 1\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 304\nWidth: 611\nFlags: W\nHStem: -233 50<455 472> -23 563<216 238>\nVStem: 88.0021 149.998<109 164> 317.018 98.9821<-152 -140>\nDStem: 174 540 314 540 94 164 244 213 416 68 656 540 401 0 541 0 516 540 656 540 448 222 541 0\nFore\n656 540 m 1\n 541 0 l 1\n 461 -41 416 -92 416 -142 c 0\n 416 -169 434 -183 469 -183 c 0\n 491 -183 515 -179 537 -172 c 1\n 526 -224 l 1\n 483 -233 482 -233 456 -233 c 0\n 364 -233 317 -206 317 -154 c 0\n 317 -94 365 -45 466 0 c 1\n 401 0 l 1\n 416 68 l 1\n 362 4 308 -23 234 -23 c 0\n 146 -23 88 29 88 109 c 0\n 88 127 90 145 94 164 c 2\n 174 540 l 1\n 314 540 l 1\n 244 213 l 1\n 240 190 238 178 238 164 c 0\n 238 115 264 89 314 89 c 0\n 379 89 431 141 448 222 c 1\n 516 540 l 1\n 656 540 l 1\nEndSplineSet\nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 305\nWidth: 944\nHStem: 0 21<219 354 595 730> 709 20<168 327 548 706 928 1087> 829 147<729.968 736.968>\nVStem: 591 112<181.146 554.854>\nDStem: 548 729 591 555 324 183 354 0\nRef: 710 710 N 1 0 0 1 354.968 219\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 306\nWidth: 778\nHStem: 0 21<157 301 472 617> 520 20<120 265 429 573 736 881> 640 147<602.968 609.968>\nVStem: 467 106<162 379.852>\nDStem: 429 540 467 380 270 162 301 0\nRef: 710 710 N 1 0 0 1 227.968 30\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 307\nWidth: 667\nHStem: 0 21<269 419> 709 20<182 349 638 805> 829 147<595.968 602.968>\nDStem: 327 270 477 270 269 0 419 0\nRef: 710 710 N 1 0 0 1 220.968 219\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 308\nWidth: 556\nHStem: -219 111<69 101> 520 20<124 278 509 653> 640 147<490.968 497.968>\nRef: 710 710 N 1 0 0 1 115.968 30\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 309\nWidth: 667\nFlags: W\nHStem: 0 21G<269 419> 709 20G<182 349 638 805> 800 120<385 469 571 655>\nDStem: 327 270 477 270 269 0 419 0 385 920 495 920 359 800 469 800 571 920 681 920 545 800 655 800\nFore\n477 270 m 1\n 419 0 l 1\n 269 0 l 1\n 327 270 l 1\n 182 729 l 1\n 349 729 l 1\n 431 414 l 1\n 638 729 l 1\n 805 729 l 1\n 477 270 l 1\n495 920 m 1\n 469 800 l 1\n 359 800 l 1\n 385 920 l 1\n 495 920 l 1\n681 920 m 1\n 655 800 l 1\n 545 800 l 1\n 571 920 l 1\n 681 920 l 1\nEndSplineSet\nEndChar\nStartChar: Zacute\nEncoding: 377 377 310\nWidth: 611\nFlags: W\nHStem: 0 125<233 578> 604 125<185 530>\nDStem: 531 604 706 604 57 125 232 125\nFore\n733 729 m 1\n 706 604 l 1\n 232 125 l 1\n 605 125 l 1\n 578 0 l 1\n 30 0 l 1\n 57 125 l 1\n 531 604 l 1\n 158 604 l 1\n 185 729 l 1\n 733 729 l 1\n624 936 m 1\n 466 786 l 1\n 396 786 l 1\n 498 936 l 1\n 624 936 l 1\nEndSplineSet\nEndChar\nStartChar: zacute\nEncoding: 378 378 311\nWidth: 500\nFlags: W\nHStem: 0 113<220 469> 427 113<154 378>\nDStem: 379 427 551 427 45 113 219 113\nFore\n575 540 m 1\n 551 427 l 1\n 219 113 l 1\n 493 113 l 1\n 469 0 l 1\n 21 0 l 1\n 45 113 l 1\n 379 427 l 1\n 130 427 l 1\n 154 540 l 1\n 575 540 l 1\n542 757 m 1\n 384 607 l 1\n 314 607 l 1\n 416 757 l 1\n 542 757 l 1\nEndSplineSet\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 312\nWidth: 611\nFlags: W\nHStem: 0 125<233 578> 604 125<185 530> 798 120<439 523>\nDStem: 439 918 549 918 413 798 523 798 531 604 706 604 57 125 232 125\nFore\n733 729 m 1\n 706 604 l 1\n 232 125 l 1\n 605 125 l 1\n 578 0 l 1\n 30 0 l 1\n 57 125 l 1\n 531 604 l 1\n 158 604 l 1\n 185 729 l 1\n 733 729 l 1\n549 918 m 1\n 523 798 l 1\n 413 798 l 1\n 439 918 l 1\n 549 918 l 1\nEndSplineSet\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 313\nWidth: 500\nFlags: W\nHStem: 0 113<220 469> 427 113<154 378> 621 120<354 438>\nDStem: 354 741 464 741 328 621 438 621 379 427 551 427 45 113 219 113\nFore\n575 540 m 1\n 551 427 l 1\n 219 113 l 1\n 493 113 l 1\n 469 0 l 1\n 21 0 l 1\n 45 113 l 1\n 379 427 l 1\n 130 427 l 1\n 154 540 l 1\n 575 540 l 1\n464 741 m 1\n 438 621 l 1\n 328 621 l 1\n 354 741 l 1\n 464 741 l 1\nEndSplineSet\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 314\nWidth: 611\nFlags: W\nHStem: 0 125<233 578> 604 125<185 530> 789 147<415 422>\nDStem: 531 604 706 604 57 125 232 125\nFore\n733 729 m 1\n 706 604 l 1\n 232 125 l 1\n 605 125 l 1\n 578 0 l 1\n 30 0 l 1\n 57 125 l 1\n 531 604 l 1\n 158 604 l 1\n 185 729 l 1\n 733 729 l 1\n523 789 m 1\n 415 789 l 1\n 344 936 l 1\n 422 936 l 1\n 483 839 l 1\n 586 936 l 1\n 662 936 l 1\n 523 789 l 1\nEndSplineSet\nEndChar\nStartChar: zcaron\nEncoding: 382 382 315\nWidth: 500\nFlags: W\nHStem: 0 113<220 469> 427 113<154 378> 610 147<327 334>\nDStem: 379 427 551 427 45 113 219 113\nFore\n575 540 m 1\n 551 427 l 1\n 219 113 l 1\n 493 113 l 1\n 469 0 l 1\n 21 0 l 1\n 45 113 l 1\n 379 427 l 1\n 130 427 l 1\n 154 540 l 1\n 575 540 l 1\n435 610 m 1\n 327 610 l 1\n 256 757 l 1\n 334 757 l 1\n 395 660 l 1\n 498 757 l 1\n 574 757 l 1\n 435 610 l 1\nEndSplineSet\nEndChar\nStartChar: longs\nEncoding: 383 383 316\nWidth: 333\nFlags: W\nHStem: 0 21G<90 230> 436 93<126 182> 625 103.95<394 410>\nDStem: 126 529 354 582 106 436 230 0 183 436 354 582 90 0 230 0 216 594 354 582 202 529 230 0\nFore\n230 0 m 1\n 90 0 l 1\n 183 436 l 1\n 106 436 l 1\n 126 529 l 1\n 202 529 l 1\n 216 594 l 2\n 236 687 289 729 387 729 c 0\n 405 729 422 728 464 726 c 1\n 442 621 l 1\n 415 624 410 625 400 625 c 0\n 375 625 360 611 354 582 c 1\n 230 0 l 1\nEndSplineSet\nEndChar\nStartChar: florin\nEncoding: 402 402 317\nWidth: 556\nFlags: W\nHStem: -219.753 115.753<75 82> 383 100<207 308 481 582> 629 115<583 605>\nDStem: 309 383 445 383 170 7 305 1\nFore\n603 483 m 1\n 582 383 l 1\n 445 383 l 1\n 305 1 l 2\n 274 -84 242 -137 200 -172 c 0\n 165 -202 114 -220 65 -220 c 0\n 33 -220 8 -214 -21 -198 c 1\n 28 -83 l 1\n 45 -96 64 -104 80 -104 c 0\n 116 -104 139 -76 170 7 c 2\n 309 383 l 1\n 186 383 l 1\n 207 483 l 1\n 345 483 l 1\n 368 542 l 2\n 422 681 493 744 598 744 c 0\n 629 744 650 740 690 727 c 1\n 646 613 l 1\n 621 626 610 629 594 629 c 0\n 555 629 522 594 495 524 c 1\n 480 483 l 1\n 603 483 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 318\nWidth: 667\nFlags: W\nHStem: -172 112<272 314> -23 128<344 375> 613 128<444 473>\nVStem: 76.4884 147.512<174 196> 151.002 148.998<472 509> 537.995 149.005<216 265> 578.995 146.005<530 569>\nDStem: 272 -60 393 -60 248 -172 373 -156\nFore\n717 507 m 1\n 577 507 l 1\n 578 516 579 525 579 530 c 0\n 579 584 532 613 447 613 c 0\n 356 613 300 573 300 509 c 0\n 300 471 327 455 421 436 c 2\n 530 414 l 2\n 632 394 687 342 687 265 c 0\n 687 199 660 126 618 79 c 0\n 560 12 467 -23 345 -23 c 0\n 249 -23 180 -2 132 42 c 0\n 96 75 76 122 76 174 c 0\n 76 188 77 198 80 218 c 1\n 226 218 l 1\n 225 209 224 200 224 196 c 0\n 224 138 276 105 367 105 c 0\n 471 105 538 149 538 216 c 0\n 538 262 509 283 418 301 c 2\n 320 321 l 2\n 201 345 151 389 151 472 c 0\n 151 543 186 618 243 667 c 0\n 300 717 376 741 473 741 c 0\n 631 741 725 677 725 569 c 0\n 725 549 723 535 717 507 c 1\n272 -60 m 1\n 393 -60 l 1\n 373 -156 l 1\n 362 -234 295 -301 219 -307 c 1\n 229 -261 l 1\n 274 -253 309 -216 315 -172 c 1\n 248 -172 l 1\n 272 -60 l 1\nEndSplineSet\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 319\nWidth: 556\nFlags: W\nHStem: -172 112<210 252> -22.6508 111.651<300 312> 437 111.337<363 380>\nVStem: 127.004 148.996<345 384> 410.992 148.008<144 187> 451.989 137.011<385 404>\nDStem: 210 -60 332 -60 186 -172 311 -156\nFore\n584 366 m 1\n 449 366 l 1\n 451 375 452 379 452 385 c 0\n 452 417 419 437 364 437 c 0\n 311 437 276 416 276 384 c 0\n 276 364 290 354 341 339 c 2\n 437 311 l 2\n 520 286 559 247 559 187 c 0\n 559 59 451 -23 281 -23 c 0\n 219 -23 172 -13 133 10 c 0\n 89 35 60 82 60 127 c 0\n 60 136 61 142 64 157 c 1\n 201 157 l 1\n 202 134 208 123 222 111 c 0\n 241 97 272 89 307 89 c 0\n 368 89 411 112 411 144 c 0\n 411 167 398 176 335 196 c 2\n 256 221 l 2\n 168 250 127 289 127 345 c 0\n 127 395 155 452 198 490 c 128\n 241 528 308 549 387 549 c 0\n 513 549 589 494 589 404 c 0\n 589 393 588 384 584 366 c 1\n210 -60 m 1\n 332 -60 l 1\n 311 -156 l 1\n 301 -234 234 -301 158 -307 c 1\n 168 -261 l 1\n 212 -253 247 -217 253 -172 c 1\n 186 -172 l 1\n 210 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 320\nWidth: 611\nFlags: W\nHStem: -172 112<237 279> 0 21G<235 385> 604 125<169 363 514 726>\nDStem: 169 729 514 604 142 604 385 0 237 -60 359 -60 213 -172 338 -156 364 604 514 604 235 0 385 0\nFore\n514 604 m 1\n 385 0 l 1\n 235 0 l 1\n 364 604 l 1\n 142 604 l 1\n 169 729 l 1\n 753 729 l 1\n 726 604 l 1\n 514 604 l 1\n237 -60 m 1\n 359 -60 l 1\n 338 -156 l 1\n 328 -234 261 -301 185 -307 c 1\n 195 -261 l 1\n 239 -253 274 -217 280 -172 c 1\n 213 -172 l 1\n 237 -60 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 321\nWidth: 333\nFlags: W\nHStem: -172 112<114 156> 436 93<126 175 337 394> 436 238<316 336>\nDStem: 114 -60 236 -60 90 -172 215 -156 126 529 316 436 107 436 253 142 176 436 316 436 106 104 253 142 227 674 367 674 196 529 336 529\nFore\n414 529 m 1\n 394 436 l 1\n 316 436 l 1\n 253 142 l 1\n 250 125 248 113 248 108 c 0\n 248 93 263 83 286 83 c 0\n 296 83 305 84 319 86 c 1\n 298 -12 l 1\n 271 -20 247 -23 214 -23 c 0\n 141 -23 101 8 101 63 c 0\n 101 77 102 90 106 104 c 1\n 176 436 l 1\n 107 436 l 1\n 126 529 l 1\n 196 529 l 1\n 227 674 l 1\n 367 674 l 1\n 336 529 l 1\n 414 529 l 1\n114 -60 m 1\n 236 -60 l 1\n 215 -156 l 1\n 205 -234 138 -301 62 -307 c 1\n 72 -261 l 1\n 116 -253 151 -217 157 -172 c 1\n 90 -172 l 1\n 114 -60 l 1\nEndSplineSet\nEndChar\nStartChar: circumflex\nEncoding: 710 710 322\nWidth: 333\nFlags: W\nHStem: 610 147<375 382>\nFore\n274 757 m 1\n 382 757 l 1\n 453 610 l 1\n 375 610 l 1\n 314 707 l 1\n 211 610 l 1\n 135 610 l 1\n 274 757 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 323\nWidth: 333\nFlags: W\nHStem: 610 147<238 245>\nFore\n346 610 m 1\n 238 610 l 1\n 167 757 l 1\n 245 757 l 1\n 306 660 l 1\n 409 757 l 1\n 485 757 l 1\n 346 610 l 1\nEndSplineSet\nEndChar\nStartChar: breve\nEncoding: 728 728 324\nWidth: 333\nFlags: W\nHStem: 611 78<294 311>\nVStem: 188.002 47.9976<715 746>\nFore\n413 754 m 1\n 455 754 l 1\n 441 672 373 611 294 611 c 0\n 231 611 188 653 188 715 c 0\n 188 727 189 736 194 754 c 1\n 236 754 l 1\n 236 746 l 2\n 236 710 263 689 310 689 c 0\n 361 689 396 711 413 754 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: dotaccent\nEncoding: 729 729 325\nWidth: 333\nFlags: W\nHStem: 621 120<267 351>\nDStem: 267 741 377 741 241 621 351 621\nFore\n377 741 m 1\n 351 621 l 1\n 241 621 l 1\n 267 741 l 1\n 377 741 l 1\nEndSplineSet\nEndChar\nStartChar: ring\nEncoding: 730 730 326\nWidth: 333\nFlags: W\nHStem: 593.328 49.6722<294 299> 723 49.3817<315 318>\nVStem: 214.446 48.5538<673 677> 349 48.0705<689 694>\nFore\n326 773 m 0\n 368 773 398 743 398 702 c 0\n 398 645 344 593 286 593 c 0\n 244 593 214 623 214 664 c 0\n 214 721 268 773 326 773 c 0\n316 723 m 0\n 289 723 263 700 263 675 c 0\n 263 657 277 643 297 643 c 0\n 324 643 349 667 349 692 c 0\n 349 710 335 723 316 723 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 327\nWidth: 333\nFlags: W\nHStem: -233 50<159 176> -20 20G<174 248>\nVStem: 23.0752 99.9248<-153 -143>\nFore\n174 0 m 1\n 248 0 l 1\n 182 -38 176 -42 157 -66 c 0\n 134 -95 123 -120 123 -143 c 0\n 123 -169 140 -183 173 -183 c 0\n 199 -183 224 -179 244 -172 c 1\n 234 -224 l 1\n 202 -230 181 -233 157 -233 c 0\n 74 -233 23 -204 23 -157 c 0\n 23 -115 48 -72 90 -43 c 0\n 114 -26 133 -17 174 0 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: tilde\nEncoding: 732 732 328\nWidth: 333\nFlags: W\nHStem: 622.005 70.9951<367 392> 672 68.0328<222 238>\nFore\n446 744 m 1\n 500 744 l 1\n 489 705 478 683 459 663 c 0\n 434 637 399 622 367 622 c 0\n 350 622 329 627 316 633 c 2\n 266 658 l 2\n 251 665 230 672 222 672 c 0\n 204 672 188 657 171 624 c 1\n 117 624 l 1\n 140 699 184 741 238 741 c 0\n 263 741 277 738 309 724 c 2\n 359 703 l 2\n 378 694 380 693 392 693 c 0\n 415 693 432 710 446 744 c 1\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 329\nWidth: 333\nFlags: W\nFore\n310 757 m 1\n 152 610 l 1\n 82 610 l 5\n 184 757 l 1\n 310 757 l 1\n498 757 m 1\n 340 610 l 1\n 270 610 l 1\n 372 757 l 1\n 498 757 l 1\nEndSplineSet\nEndChar\nStartChar: gravecomb\nEncoding: 768 768 330\nWidth: 0\nFlags: W\nHStem: 607 150<-57 -39>\nRef: 96 96 N 1 0 0 1 -333 0\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 331\nWidth: 0\nFlags: W\nRef: 180 180 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0302\nEncoding: 770 770 332\nWidth: 0\nFlags: W\nHStem: 610 147<42 49>\nRef: 710 710 N 1 0 0 1 -333 0\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 333\nWidth: 0\nFlags: W\nHStem: 622.005 70.9951<34 59> 672 68.0328<-111 -95>\nRef: 732 732 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0304\nEncoding: 772 772 334\nWidth: 0\nFlags: W\nHStem: 642 80<-166 117>\nRef: 175 175 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0306\nEncoding: 774 774 335\nWidth: 0\nFlags: W\nHStem: 611 78<-39 -22>\nVStem: -144.998 47.9976<715 746>\nRef: 728 728 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0307\nEncoding: 775 775 336\nWidth: 0\nFlags: W\nHStem: 621 120<-66 18>\nDStem: -66 741 44 741 -92 621 18 621\nRef: 729 729 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0308\nEncoding: 776 776 337\nWidth: 0\nFlags: W\nHStem: 621 120<-160 -76 26 110>\nDStem: -160 741 -50 741 -186 621 -76 621 26 741 136 741 0 621 110 621\nRef: 168 168 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030A\nEncoding: 778 778 338\nWidth: 0\nFlags: W\nHStem: 593.328 49.6722<-39 -34> 723 49.3817<-18 -15>\nVStem: -118.554 48.5538<673 677> 16 48.0705<689 694>\nRef: 730 730 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030B\nEncoding: 779 779 339\nWidth: 0\nFlags: W\nRef: 733 733 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030C\nEncoding: 780 780 340\nWidth: 0\nFlags: W\nHStem: 610 147<-95 -88>\nRef: 711 711 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030F\nEncoding: 783 783 341\nWidth: 0\nFlags: W\nHStem: 607 150<-252 -88 -64 100>\nFore\n-64 757 m 1\n 55 757 l 1\n 100 607 l 1\n 37 607 l 1\n -64 757 l 1\n-252 757 m 1\n -133 757 l 1\n -88 607 l 1\n -151 607 l 1\n -252 757 l 1\nEndSplineSet\nEndChar\nStartChar: uni0311\nEncoding: 785 785 342\nWidth: 0\nFlags: W\nHStem: 676 78<-1 16>\nVStem: 74.0004 47.9976<619 650>\nRef: 728 728 N -1 0 0 -1 310 1365\nEndChar\nStartChar: uni0313\nEncoding: 787 787 343\nWidth: 0\nFlags: W\nHStem: 583 42<-218 -202> 720 20G<-185.314 -78>\nFore\n-185.314 740 m 1\n -78 740 l 1\n -92.666 671 l 2\n -104.783 614 -162.686 583 -218.686 583 c 1\n -209.759 625 l 1\n -189.759 625 -168.971 624 -159.193 670 c 1\n -200.193 670 l 1\n -185.314 740 l 1\nEndSplineSet\nEndChar\nStartChar: uni0314\nEncoding: 788 788 344\nWidth: 0\nFlags: W\nRef: 787 787 S -1 0 0.556316 1 -3.13998 0\nEndChar\nStartChar: uni0374\nEncoding: 884 884 345\nWidth: 208\nFlags: W\nFore\n172 706 m 1\n 40 575 l 1\n 24.7834 648.548 l 1\n 112.589 789.231 l 1\n 172 706 l 1\nEndSplineSet\nEndChar\nStartChar: uni0375\nEncoding: 885 885 346\nWidth: 247\nFlags: W\nRef: 884 884 N 0 -1 -1 0 788 -10\nEndChar\nStartChar: uni037A\nEncoding: 890 890 347\nWidth: 364\nFlags: W\nFore\n306.102 -192 m 1\n 293.348 -252 242.082 -253 184.082 -253 c 0\n 131.082 -253 116.034 -225 126.874 -174 c 2\n 163 -76 l 1\n 266.053 -76 l 1\n 247.073 -170 213.787 -217 248 -216 c 0\n 276.163 -215.177 268.425 -214 281.102 -192 c 1\n 306.102 -192 l 1\nEndSplineSet\nEndChar\nStartChar: uni037E\nEncoding: 894 894 348\nWidth: 333\nHStem: 0 146<144 198> 374 146<224 343>\nDStem: 144 146 294 146 113 0 265 9 224 520 374 520 193 374 343 374\nRef: 59 59 N 1 0 0 1 0 0\nEndChar\nStartChar: tonos\nEncoding: 900 900 347\nWidth: 308\nFlags: W\nHStem: 557 21G<153 275> 725 20G<195 382>\nFore\n382 745 m 1\n 275 557 l 1\n 153 557 l 1\n 195 745 l 1\n 382 745 l 1\nEndSplineSet\nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 330\nWidth: 446\nFlags: W\nHStem: 513 120<167 251 353 437> 656 21<255 377> 824 20<297 484>\nDStem: 167 633 277 633 141 513 251 513 353 633 463 633 327 513 437 513\nRef: 900 900 N 1 0 0 1 102 99\nRef: 168 168 N 1 0 0 1 -6 -108\nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 331\nWidth: 688\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440> 557 21<5 127> 725 20<47 234>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 900 900 N 1 0 0 1 -148 0\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: anoteleia\nEncoding: 903 903 332\nWidth: 418\nFlags: W\nFore\n318.48 374.36 m 4\n 318.48 306.777 258.36 249.62 188.6 249.62 c 5\n 129.664 248.349 100.447 291.362 112.44 347.96 c 5\n 116.52 363.14 124 378.98 135.56 394.82 c 4\n 156.77 423.411 192.873 446.3 238.92 446.3 c 4\n 288.306 446.3 318.48 420.955 318.48 374.36 c 4\nEndSplineSet\nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 333\nWidth: 642\nFlags: W\nHStem: -25 134<138 544> 303 134<220 582> 557 21<-169 -47> 607 134<261 685> 725 20<-127 60>\nDStem: 151 741 261 607 -40 -25 219 437 151 741 577 109 -40 -25 544 -25 151 741 186 303 -40 -25 137 109 151 741 615 437 -40 -25 582 303\nRef: 900 900 N 1 0 0 1 -322 0\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: Etatonos\nEncoding: 905 905 334\nWidth: 743\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206> 557 21<-176 -54> 725 20<-134 53>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 900 900 N 1 0 0 1 -329 0\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 335\nWidth: 228\nFlags: W\nHStem: 557 21<-155 -33> 721 20<140 284> 725 20<-113 74>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 900 900 N 1 0 0 1 -308 0\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 336\nWidth: 754\nFlags: W\nHStem: -51 132<285 318> 557 21<-97 25> 631 132<455 488> 725 20<-55 132>\nVStem: 1 149<222 246> 624 148<467 490>\nRef: 900 900 N 1 0 0 1 -250 0\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 337\nWidth: 736\nFlags: W\nHStem: 557 21<-203 -81> 721 20<63 238 642 814> 725 20<-161 26>\nDStem: 63 741 238 741 250 296 330 514 250 296 394 296 170 -25 314 -25\nRef: 900 900 N 1 0 0 1 -356 0\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 338\nWidth: 743\nFlags: W\nHStem: -25 126<-48 73 545 631> 557 21<-132 -10> 621 125.023<434 449> 725 20<-90 97>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 900 900 N 1 0 0 1 -285 0\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 339\nWidth: 346\nFlags: W\nHStem: 524.67 20<101.3 242.06> 609 120<63.57 147.57 249.57 333.57> 752 21<151.57 273.57> 920 20<193.57 380.57>\nDStem: 63.57 729 173.57 729 37.57 609 147.57 609 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52 249.57 729 359.57 729 223.57 609 333.57 609\nRef: 901 901 N 1 0 0 1 -103.43 96\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: Alpha\nEncoding: 913 913 340\nWidth: 764\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nFore\n630 -25 m 1\n 470 -25 l 1\n 440 193 l 1\n 175 193 l 1\n 43 -25 l 1\n -113 -25 l 1\n 373 741 l 1\n 508 741 l 1\n 630 -25 l 1\n394 549 m 1\n 390 541 379 523 362 496 c 2\n 253 319 l 1\n 423 319 l 1\n 402 483 l 1\n 402 486 401 496 399 512 c 128\n 397 528 395 540 394 549 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Beta\nEncoding: 914 914 341\nWidth: 688\nFlags: W\nHStem: -25 134<132 286> 305 136<215 354> 607 134<255 413>\nVStem: 458 153<236 263>\nDStem: 145 741 255 607 -46 -25 214 441 145 741 180 305 -46 -25 131 109\nFore\n604 212 m 0\n 599 191 591 172 582 154 c 0\n 555 99 518 57 473 28 c 0\n 419 -7 345 -25 251 -25 c 2\n -46 -25 l 1\n 145 741 l 1\n 438 741 l 2\n 483 741 523 735 557 723 c 0\n 589 710 613 694 628 674 c 0\n 644 653 653 630 655 606 c 0\n 656 600 656 594 656 588 c 0\n 656 570 654 552 649 534 c 0\n 640 497 622 463 595 433 c 0\n 578 414 560 398 542 386 c 1\n 543 385 548 382 556 377 c 1\n 593 346 611 308 611 263 c 0\n 611 247 609 230 604 212 c 0\n502 522 m 0\n 504 531 505 539 505 546 c 0\n 505 555 504 563 501 571 c 0\n 496 586 486 595 470 599 c 0\n 448 604 416 607 374 607 c 2\n 255 607 l 1\n 214 441 l 1\n 345 441 l 2\n 386 441 414 443 430 448 c 0\n 468 458 492 483 502 522 c 0\n454 208 m 0\n 457 218 458 227 458 236 c 0\n 458 247 456 256 452 264 c 0\n 444 278 431 288 414 294 c 0\n 396 301 365 305 321 305 c 2\n 180 305 l 1\n 131 109 l 1\n 284 109 l 2\n 301 109 312 109 317 110 c 0\n 394 116 439 149 454 208 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: Gamma\nEncoding: 915 915 342\nWidth: 642\nFlags: W\nHStem: 607 134<265 653>\nDStem: 153 741 265 607 -38 -25 108 -25\nFore\n653 607 m 1\n 265 607 l 1\n 108 -25 l 1\n -38 -25 l 1\n 153 741 l 1\n 687 741 l 1\n 653 607 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Delta\nEncoding: 916 916 343\nWidth: 744\nFlags: W\nHStem: -26 135<121 447>\nDStem: 368 741 358 496 -119 -26 121 109\nFore\n626 -26 m 1\n 486 -23 l 1\n -119 -26 l 1\n 368 741 l 1\n 503 741 l 1\n 626 -26 l 1\n447 109 m 1\n 397 483 l 2\n 391 528 387 559 386 578 c 0\n 385 587 383 606 382 635 c 1\n 432 638 l 1\n 423 616 412 592 398 566 c 0\n 388 547 375 524 358 496 c 2\n 121 109 l 1\n 447 109 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 344\nWidth: 710\nFlags: W\nHStem: -25 134<138 544> 303 134<220 582> 607 134<261 685>\nDStem: 151 741 261 607 -40 -25 219 437 151 741 615 437 -40 -25 582 303 151 741 186 303 -40 -25 137 109 151 741 577 109 -40 -25 544 -25\nFore\n544 -25 m 1\n -40 -25 l 1\n 151 741 l 1\n 719 741 l 1\n 685 607 l 1\n 261 607 l 1\n 219 437 l 1\n 615 437 l 1\n 582 303 l 1\n 186 303 l 1\n 137 109 l 1\n 577 109 l 1\n 544 -25 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Zeta\nEncoding: 918 918 345\nWidth: 688\nFlags: W\nHStem: -25 134<136 531> 607 134<148 481>\nDStem: 434 562 680 623 -55 97 147 120 434 562 147 120 -55 97 135 109\nFore\n531 -25 m 1\n -85 -25 l 1\n -55 97 l 1\n 434 562 l 2\n 462 589 478 604 482 607 c 1\n 114 607 l 1\n 148 741 l 1\n 710 741 l 1\n 680 623 l 1\n 147 120 l 1\n 135 109 l 1\n 564 109 l 1\n 531 -25 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: Eta\nEncoding: 919 919 346\nWidth: 743\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 746 741 -55 -25 555 -25 136 741 173 313 -55 -25 89 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nFore\n555 -25 m 1\n 411 -25 l 1\n 495 313 l 1\n 173 313 l 1\n 89 -25 l 1\n -55 -25 l 1\n 136 741 l 1\n 280 741 l 1\n 206 447 l 1\n 528 447 l 1\n 602 741 l 1\n 746 741 l 1\n 555 -25 l 1\nEndSplineSet\nEndChar\nStartChar: Theta\nEncoding: 920 920 347\nWidth: 810\nFlags: W\nHStem: -37 132<288 319> 303 134<211 564> 623 132<452 485>\nVStem: 0.27855 152.721<242 251> 617 152.275<459 469>\nFore\n753 358 m 0\n 734 279 700 210 653 150 c 0\n 607 91 551 45 486 11 c 0\n 423 -21 357 -37 288 -37 c 0\n 227 -37 172 -24 121 2 c 1\n 70 31 35 74 16 131 c 0\n 5 160 0 192 0 228 c 0\n 0 265 6 305 17 350 c 0\n 32 411 55 467 85 518 c 0\n 117 571 153 613 193 646 c 1\n 234 682 280 709 330 727 c 0\n 380 746 432 755 485 755 c 0\n 531 755 574 748 613 733 c 0\n 653 717 687 693 714 660 c 0\n 742 627 759 585 766 534 c 0\n 769 517 770 500 770 482 c 0\n 770 445 764 403 753 358 c 0\n605 358 m 0\n 613 391 617 423 618 452 c 0\n 618 458 618 464 617 470 c 0\n 615 502 607 530 594 553 c 1\n 579 576 561 593 538 605 c 0\n 513 617 484 623 452 623 c 0\n 418 623 386 617 355 605 c 0\n 326 594 299 577 274 554 c 128\n 249 531 227 502 209 469 c 0\n 189 431 174 391 163 348 c 0\n 156 317 152 290 152 265 c 0\n 152 257 152 249 153 241 c 0\n 155 212 164 185 179 162 c 0\n 192 140 211 123 236 112 c 0\n 259 101 286 95 319 95 c 0\n 362 95 403 105 441 125 c 0\n 480 146 514 176 541 214 c 0\n 570 253 591 301 605 358 c 0\n564 303 m 1\n 178 303 l 1\n 211 437 l 1\n 597 437 l 1\n 564 303 l 1\nEndSplineSet\nEndChar\nStartChar: Iota\nEncoding: 921 921 348\nWidth: 296\nFlags: W\nHStem: 721 20G<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nFore\n93 -25 m 1\n -51 -25 l 1\n 140 741 l 1\n 284 741 l 1\n 93 -25 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Kappa\nEncoding: 922 922 349\nWidth: 744\nFlags: W\nHStem: 721 20G<145 289 607 799>\nDStem: 145 741 289 741 -46 -25 209 423 145 741 163 237 -46 -25 98 -25 607 741 799 741 209 423 401 423\nFore\n621 -25 m 1\n 432 -25 l 1\n 271 323 l 1\n 163 237 l 1\n 98 -25 l 1\n -46 -25 l 1\n 145 741 l 1\n 289 741 l 1\n 209 423 l 1\n 607 741 l 1\n 799 741 l 1\n 401 423 l 1\n 621 -25 l 1\nEndSplineSet\nEndChar\nStartChar: Lambda\nEncoding: 923 923 350\nWidth: 744\nFlags: W\nHStem: -25 766<460 498>\nFore\n620 -25 m 1\n 460 -25 l 1\n 392 483 l 1\n 387 522 384 553 381 578 c 0\n 379 589 378 608 377 635 c 1\n 427 638 l 1\n 420 619 408 595 393 566 c 0\n 387 555 373 532 352 496 c 1\n 32 -25 l 1\n -123 -25 l 1\n 363 741 l 1\n 498 741 l 1\n 620 -25 l 1\nEndSplineSet\nEndChar\nStartChar: Mu\nEncoding: 924 924 351\nWidth: 860\nFlags: W\nHStem: -25 766<249 322>\nDStem: 135 741 206 457 -56 -25 86 -25 206 457 322 741 249 -25 365 219 654 451 869 741 536 -25 678 -25 698 741 654 451 391 226 371 -25\nFore\n678 -25 m 1\n 536 -25 l 1\n 654 451 l 1\n 371 -25 l 1\n 249 -25 l 1\n 206 457 l 1\n 86 -25 l 1\n -56 -25 l 1\n 135 741 l 1\n 322 741 l 1\n 365 219 l 1\n 367 200 368 187 369 179 c 128\n 370 171 370 162 371 153 c 0\n 372 149 372 146 372 145 c 0\n 372 143 372 142 372 141 c 1\n 373 143 374 162 375 197 c 1\n 391 226 l 1\n 698 741 l 1\n 869 741 l 1\n 678 -25 l 1\nEndSplineSet\nEndChar\nStartChar: Nu\nEncoding: 925 925 352\nWidth: 714\nFlags: W\nHStem: 721 20G<127 264 601 741>\nDStem: 127 741 203 479 -64 -25 78 -25 203 479 264 741 415 -25 475 237 601 741 741 741 475 237 550 -25\nFore\n550 -25 m 1\n 415 -25 l 1\n 203 479 l 1\n 78 -25 l 1\n -64 -25 l 1\n 127 741 l 1\n 264 741 l 1\n 475 237 l 1\n 601 741 l 1\n 741 741 l 1\n 550 -25 l 1\nEndSplineSet\nEndChar\nStartChar: Xi\nEncoding: 926 926 353\nWidth: 690\nFlags: W\nHStem: -25 134<-17 534> 301 134<126 543> 607 134<141 675>\nFore\n675 607 m 1\n 107 607 l 1\n 141 741 l 1\n 709 741 l 1\n 675 607 l 1\n543 301 m 1\n 93 301 l 1\n 126 435 l 1\n 576 435 l 1\n 543 301 l 1\n534 -25 m 1\n -50 -25 l 1\n -17 109 l 1\n 567 109 l 1\n 534 -25 l 1\nEndSplineSet\nEndChar\nStartChar: Omicron\nEncoding: 927 927 354\nWidth: 822\nFlags: W\nHStem: -51 132<285 318> 631 132<455 488>\nVStem: 1 149<222 246> 624 148<467 490>\nFore\n754 358 m 0\n 722 230 663 130 577 58 c 0\n 491 -15 394 -51 285 -51 c 128\n 176 -51 96 -15 47 58 c 0\n 16 102 1 156 1 221 c 0\n 1 262 7 308 20 358 c 0\n 51 483 110 582 196 654 c 0\n 281 727 379 763 488 763 c 128\n 597 763 677 727 726 654 c 0\n 757 610 772 556 772 491 c 0\n 772 450 766 406 754 358 c 0\n608 356 m 0\n 619 399 624 436 624 468 c 0\n 624 511 614 545 595 569 c 0\n 561 610 514 631 455 631 c 128\n 396 631 339 610 285 569 c 0\n 230 527 191 456 166 356 c 0\n 155 313 150 276 150 244 c 0\n 150 201 160 167 179 143 c 0\n 212 102 259 81 318 81 c 128\n 377 81 434 102 489 143 c 0\n 543 185 583 256 608 356 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Pi\nEncoding: 928 928 355\nWidth: 781\nFlags: W\nHStem: 607 134<261 582>\nDStem: 151 741 761 741 -40 -25 570 -25 151 741 261 607 -40 -25 104 -25 583 607 761 741 426 -25 570 -25\nFore\n570 -25 m 1\n 426 -25 l 1\n 583 607 l 1\n 261 607 l 1\n 104 -25 l 1\n -40 -25 l 1\n 151 741 l 1\n 761 741 l 1\n 570 -25 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Rho\nEncoding: 929 929 356\nWidth: 698\nFlags: W\nHStem: 267 134<209 370> 607 134<259 454>\nVStem: 543 152<540 574>\nDStem: 149 741 259 607 -42 -25 208 401 149 741 175 267 -42 -25 102 -25\nFore\n687 510 m 0\n 676 464 656 423 629 388 c 0\n 601 350 561 320 510 298 c 0\n 461 277 402 267 334 267 c 2\n 175 267 l 1\n 102 -25 l 1\n -42 -25 l 1\n 149 741 l 1\n 444 741 l 2\n 497 741 536 739 562 734 c 0\n 603 726 634 710 655 686 c 0\n 676 663 689 635 693 604 c 0\n 694 594 695 584 695 574 c 0\n 695 553 692 532 687 510 c 0\n538 506 m 0\n 541 519 543 530 543 540 c 0\n 543 571 528 592 498 602 c 1\n 482 605 455 607 418 607 c 2\n 259 607 l 1\n 208 401 l 1\n 369 401 l 2\n 422 401 462 410 489 428 c 0\n 512 443 529 469 538 506 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: Sigma\nEncoding: 931 931 357\nWidth: 688\nFlags: W\nHStem: -25 134<140 535> 609 134<306 673>\nDStem: 115 625 330 564 250 386 431 386 250 386 431 386 -51 98 151 120 250 386 151 120 -51 98 139 109\nFore\n535 -25 m 1\n -81 -25 l 1\n -51 98 l 1\n 250 386 l 1\n 115 625 l 1\n 144 743 l 1\n 706 743 l 1\n 673 609 l 1\n 305 609 l 1\n 309 601 313 593 317 586 c 0\n 322 579 326 572 330 564 c 2\n 431 386 l 1\n 151 120 l 1\n 139 109 l 1\n 568 109 l 1\n 535 -25 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: Tau\nEncoding: 932 932 358\nWidth: 688\nFlags: W\nHStem: 607 134<110 311 456 694>\nDStem: 110 741 456 607 76 607 299 -25 312 607 456 607 155 -25 299 -25\nFore\n694 607 m 1\n 456 607 l 1\n 299 -25 l 1\n 155 -25 l 1\n 312 607 l 1\n 76 607 l 1\n 110 741 l 1\n 728 741 l 1\n 694 607 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Upsilon\nEncoding: 933 933 359\nWidth: 744\nFlags: W\nHStem: 721 20G<63 238 642 814>\nDStem: 63 741 238 741 250 296 330 514 250 296 394 296 170 -25 314 -25\nFore\n814 741 m 1\n 394 296 l 1\n 314 -25 l 1\n 170 -25 l 1\n 250 296 l 1\n 63 741 l 1\n 238 741 l 1\n 330 514 l 1\n 345 473 356 445 361 429 c 1\n 440 520 l 1\n 642 741 l 1\n 814 741 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Phi\nEncoding: 934 934 360\nWidth: 777\nFlags: W\nVStem: -9 146<269 303> 577 145<407 435>\nDStem: 214 49 347 49 196 -25 329 -25 336 536 469 536 245 171 378 171 389 745 520 745 368 662 499 662\nFore\n711 353 m 0\n 688 263 640 190 566 133 c 0\n 501 82 428 54 347 49 c 1\n 329 -25 l 1\n 196 -25 l 1\n 214 49 l 1\n 135 54 76 82 37 133 c 1\n 6 171 -9 216 -9 269 c 0\n -9 295 -5 323 2 353 c 0\n 13 398 31 439 56 476 c 128\n 81 513 111 547 148 576 c 0\n 214 628 287 657 368 662 c 1\n 389 745 l 1\n 520 745 l 1\n 499 662 l 1\n 576 657 635 629 676 576 c 0\n 707 535 722 488 722 435 c 0\n 722 409 718 382 711 353 c 0\n571 358 m 0\n 575 375 577 392 577 407 c 0\n 577 436 569 462 553 483 c 0\n 533 510 505 527 469 536 c 1\n 378 171 l 1\n 419 180 457 199 490 226 c 0\n 531 260 558 304 571 358 c 0\n245 171 m 1\n 336 536 l 1\n 295 527 257 510 224 483 c 0\n 184 452 157 410 144 358 c 0\n 139 339 137 320 137 303 c 0\n 137 273 144 247 159 226 c 0\n 179 199 208 180 245 171 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: Chi\nEncoding: 935 935 361\nWidth: 783\nFlags: W\nHStem: 721 20G<110 283 647 813>\nDStem: 110 741 283 741 280 374 372 547 280 374 313 235 -116 -25 61 -25 339 242 451 378 462 -25 641 -25 647 741 813 741 445 541 451 378\nFore\n641 -25 m 1\n 462 -25 l 1\n 339 242 l 1\n 333 258 l 1\n 339 264 342 267 343 268 c 0\n 343 269 343 269 344 270 c 2\n 344 270 341 266 335 259 c 0\n 330 254 326 249 321 244 c 128\n 316 239 314 236 313 235 c 2\n 61 -25 l 1\n -116 -25 l 1\n 280 374 l 1\n 110 741 l 1\n 283 741 l 1\n 372 547 l 1\n 375 539 380 530 386 520 c 0\n 391 509 395 502 396 497 c 0\n 397 496 397 494 397 492 c 1\n 398 493 400 495 401 497 c 0\n 403 499 404 500 405 500 c 0\n 406 501 406 502 407 503 c 0\n 411 508 424 520 445 541 c 2\n 647 741 l 1\n 813 741 l 1\n 451 378 l 1\n 641 -25 l 1\nEndSplineSet\nEndChar\nStartChar: Psi\nEncoding: 936 936 362\nWidth: 805\nFlags: W\nHStem: -27 281<258 278> 121.105 621.895<400 432.021> 121.423 132.577<415 418>\nDStem: 123 746 262 742 29 368 172 380 241 121 385 121 204 -27 348 -27 400 743 536 743 278 254 414 254 674 742 815 746 584 380 721 368\nFore\n721 368 m 1\n 704 301 676 249 636 210 c 0\n 595 169 550 143 499 131 c 0\n 473 124 435 121 384 121 c 2\n 385 121 l 1\n 348 -27 l 1\n 204 -27 l 1\n 241 121 l 1\n 242 121 l 2\n 191 121 154 124 132 131 c 0\n 103 138 78 152 59 173 c 0\n 40 192 28 219 21 253 c 0\n 19 264 18 275 18 288 c 0\n 18 312 22 339 29 368 c 2\n 123 746 l 1\n 262 742 l 1\n 172 380 l 2\n 167 359 164 341 164 326 c 0\n 164 318 165 311 166 304 c 0\n 169 288 179 276 195 268 c 0\n 211 259 238 254 277 254 c 2\n 278 254 l 1\n 400 743 l 1\n 536 743 l 1\n 414 254 l 1\n 415 254 l 2\n 452 254 482 259 505 268 c 0\n 526 276 541 288 552 304 c 0\n 565 323 576 349 584 380 c 1\n 674 742 l 1\n 815 746 l 1\n 721 368 l 1\nEndSplineSet\nEndChar\nStartChar: Omega\nEncoding: 937 937 363\nWidth: 780\nFlags: W\nHStem: -25 126<-48 73 545 631> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nFore\n731 370 m 0\n 714 300 684 239 641 187 c 0\n 614 155 582 126 544 101 c 1\n 662 101 l 1\n 631 -25 l 1\n 307 -25 l 1\n 337 96 l 1\n 410 124 467 161 507 207 c 0\n 548 256 575 309 590 368 c 0\n 597 395 600 421 600 446 c 0\n 600 452 600 458 599 464 c 0\n 596 497 588 525 576 547 c 0\n 563 570 544 588 521 601 c 128\n 498 614 468 621 433 621 c 0\n 389 621 349 609 313 586 c 0\n 275 562 243 531 217 492 c 0\n 190 453 171 410 160 365 c 0\n 153 337 150 310 150 285 c 0\n 150 258 154 233 161 210 c 0\n 175 162 210 124 265 97 c 1\n 235 -25 l 1\n -79 -25 l 1\n -48 101 l 1\n 74 101 l 1\n 50 128 33 157 23 188 c 0\n 15 214 11 242 11 271 c 0\n 11 301 14 333 23 366 c 0\n 38 427 67 488 108 547 c 1\n 151 606 202 655 263 692 c 0\n 326 729 392 747 462 747 c 0\n 540 747 603 729 650 692 c 0\n 696 655 725 607 737 550 c 0\n 742 525 744 500 744 475 c 0\n 744 440 740 405 731 370 c 0\nEndSplineSet\nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 364\nWidth: 296\nFlags: W\nHStem: 721 20<140 284> 801 120<102.719 186.719 288.719 372.719>\nDStem: 102.719 921 212.719 921 76.7193 801 186.719 801 140 741 284 741 -51 -25 93 -25 288.719 921 398.719 921 262.719 801 372.719 801\nRef: 168 168 N 1 0 0 1 -70.2807 180\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 365\nWidth: 744\nFlags: W\nHStem: 721 20<63 238 642 814> 801 120<329.219 413.219 515.219 599.219>\nDStem: 63 741 238 741 250 296 330 514 250 296 394 296 170 -25 314 -25 329.219 921 439.219 921 303.219 801 413.219 801 515.219 921 625.219 921 489.219 801 599.219 801\nRef: 168 168 N 1 0 0 1 156.219 180\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: alphatonos\nEncoding: 940 940 366\nWidth: 640\nFlags: W\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 611 21<344 466> 779 20<386 573>\nVStem: 11 135<156 197.562>\nRef: 900 900 S 1 0 0 1 191 54\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 367\nWidth: 530\nFlags: W\nHStem: -10.1504 114<177 210> 218.8 103.55<240 306> 438.25 114<292 327.62> 614 21<285 407> 782 20<327 514>\nVStem: -30.4004 141.78<106.7 146.6> 33.8604 138.72<348 371.75> 406.16 130.56<376 405>\nRef: 900 900 S 1 0 0 1 132 57\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: etatonos\nEncoding: 942 942 368\nWidth: 597\nFlags: W\nHStem: 429 126<367 416> 617 21<253 375> 785 20<295 482>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 900 900 N 1 0 0 1 100 60\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: iotatonos\nEncoding: 943 943 369\nWidth: 339\nFlags: W\nHStem: 524.67 20<101.3 242.06> 614 21<130 252> 782 20<172 359>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 900 900 N 1 0 0 1 -23 57\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 370\nWidth: 575\nFlags: W\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 120<222.995 306.995 408.995 492.995> 752 21<310.995 432.995> 920 20<352.995 539.995>\nDStem: 87 543 225 543 1 198 148 232 222.995 729 332.995 729 196.995 609 306.995 609 408.995 729 518.995 729 382.995 609 492.995 609 437 543 575 543 360 232 489 198\nRef: 901 901 N 1 0 0 1 55.9947 96\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: alpha\nEncoding: 945 945 371\nWidth: 656\nFlags: W\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20G<493 615>\nVStem: 11 135<156 197.562>\nFore\n394 273.609 m 0\n 400 297.374 403 318.287 403 338.25 c 128\n 403 358.213 401 375.323 394 391.484 c 0\n 383 419.051 358 432.359 319 432.359 c 0\n 281 432.359 249 420.002 223 395.286 c 0\n 194 366.768 172 324.941 157 269.807 c 0\n 150 242.239 146 217.523 146 197.562 c 0\n 146 177.599 149 161.438 156 148.13 c 0\n 169 123.415 195 111.057 233 111.057 c 0\n 312 111.057 366 165.241 394 273.609 c 0\n358 31.207 m 1\n 312 3.63867 260 -10.6201 203 -10.6201 c 0\n 121 -10.6201 65 13.1445 35 59.7246 c 0\n 19 85.3906 11 118.661 11 157.636 c 0\n 11 190.907 17 229.882 28 273.609 c 0\n 40 318.287 57 358.213 78 395.286 c 0\n 99 430.458 125 460.877 156 484.643 c 0\n 187 508.407 218 524.567 249 535.024 c 0\n 280 546.431 314 552.135 350 552.135 c 0\n 382 551.185 408 547.383 429 539.777 c 0\n 450 531.222 467 518.864 482 501.753 c 1\n 493 542.629 l 1\n 615 542.629 l 1\n 504 118.661 l 1\n 502 112.958 l 1\n 542 135.771 l 1\n 548 19.7988 l 1\n 497 -1.11426 458 -11.5703 430 -11.5703 c 0\n 412 -11.5703 397 -6.81836 384 1.7373 c 0\n 371 10.293 363 20.749 358 31.207 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: beta\nEncoding: 946 946 372\nWidth: 576\nFlags: W\nDStem: 74.4502 478.355 212.165 474.569 -107.127 -196.687 127.496 154.563 74.4502 478.355 87.7129 11.6016 -107.127 -196.687 31.6064 -196.687\nFore\n515.134 203.796 m 0\n 503.913 163.084 484.531 125.214 456.988 91.1299 c 0\n 429.446 56.0996 395.782 28.6436 354.979 8.76172 c 0\n 313.155 -12.0684 267.25 -22.4824 218.285 -22.4824 c 0\n 180.541 -22.4824 147.898 -17.748 120.355 -7.33398 c 0\n 107.094 -1.6543 96.8936 4.97461 87.7129 11.6016 c 1\n 31.6064 -196.687 l 1\n -107.127 -196.687 l 1\n 74.4502 478.355 l 2\n 90.7725 538.949 111.175 586.287 134.638 619.424 c 1\n 154.019 643.093 175.44 662.975 198.903 680.964 c 1\n 222.365 697.059 248.888 709.367 278.471 718.835 c 0\n 309.074 727.355 340.697 731.143 372.319 731.143 c 0\n 414.144 731.143 448.827 724.516 477.391 712.208 c 0\n 530.436 687.591 556.958 647.827 556.958 591.969 c 0\n 556.958 573.032 553.897 552.204 547.777 529.482 c 1\n 527.375 467.941 492.692 421.551 444.748 390.307 c 0\n 443.727 389.359 443.727 389.359 443.727 389.359 c 2\n 442.707 389.359 442.707 389.359 441.688 388.413 c 1\n 468.21 377.052 488.611 360.957 502.893 341.075 c 0\n 517.175 320.247 524.314 295.631 524.314 266.281 c 0\n 524.314 247.346 521.255 226.518 515.134 203.796 c 0\n372.319 205.688 m 0\n 376.4 219.89 378.44 233.145 378.44 244.506 c 0\n 378.44 261.547 373.341 273.855 364.16 282.375 c 0\n 342.737 301.312 308.054 310.78 261.129 310.78 c 2\n 184.621 310.78 l 1\n 216.245 428.179 l 1\n 284.592 428.179 l 2\n 323.355 428.179 353.958 437.646 377.421 457.527 c 0\n 400.883 477.409 416.185 502.025 423.325 531.375 c 0\n 426.386 540.843 427.405 549.363 427.405 557.885 c 0\n 427.405 572.085 423.325 584.394 414.144 593.861 c 0\n 399.863 608.063 379.461 615.638 353.958 615.638 c 0\n 320.295 615.638 289.692 605.224 262.149 583.446 c 0\n 244.808 571.14 228.486 535.163 212.165 474.569 c 2\n 127.496 154.563 l 1\n 130.557 136.574 139.737 122.373 155.038 111.959 c 0\n 170.341 100.598 195.843 94.916 231.546 94.916 c 0\n 252.968 94.916 272.351 98.7041 290.712 106.278 c 0\n 309.074 113.853 325.396 126.16 340.697 142.255 c 0\n 354.979 158.35 365.18 180.126 372.319 205.688 c 0\nEndSplineSet\nEndChar\nStartChar: gamma\nEncoding: 947 947 373\nWidth: 591\nFlags: W\nHStem: 534 20G<161.345 185.105>\nDStem: 135.11 379.28 267.77 452.24 191.54 47.1201 301.43 218 191.54 47.1201 326.18 48.0801 129.17 -192.88 263.81 -192.88 510.32 542.48 649.91 542.48 301.43 218 326.18 48.0801\nFore\n649.91 542.48 m 1\n 326.18 48.0801 l 1\n 263.81 -192.88 l 1\n 129.17 -192.88 l 1\n 191.54 47.1201 l 1\n 135.11 379.28 l 1\n 133.13 405.2 130.16 422.48 127.19 431.12 c 0\n 127.19 432.08 126.2 433.04 125.21 433.04 c 0\n 120.26 433.04 103.43 428.24 73.7305 417.68 c 1\n 90.5596 517.52 l 1\n 91.5498 522.32 95.5098 527.12 102.44 533.84 c 0\n 109.37 540.56 119.27 545.36 132.14 548.24 c 0\n 146 552.08 156.89 554 165.8 554 c 0\n 204.41 554 230.15 546.32 243.02 530 c 0\n 255.89 511.76 263.81 485.84 267.77 452.24 c 1\n 301.43 218 l 1\n 510.32 542.48 l 1\n 649.91 542.48 l 1\nEndSplineSet\nEndChar\nStartChar: delta\nEncoding: 948 948 374\nWidth: 620\nFlags: W\nFore\n391.53 267.68 m 0\n 396.58 286.28 398.6 303.95 398.6 319.76 c 0\n 398.6 326.27 398.6 332.78 397.59 339.29 c 0\n 394.56 360.68 385.47 377.42 368.3 391.37 c 0\n 352.14 405.32 326.89 411.83 293.56 411.83 c 0\n 267.3 411.83 243.06 405.32 221.85 393.23 c 0\n 198.62 381.14 178.42 364.4 163.27 343.01 c 1\n 145.09 320.69 131.96 294.65 123.88 265.82 c 0\n 117.82 242.57 114.79 221.18 114.79 203.51 c 0\n 114.79 146.78 146.1 117.95 208.72 117.95 c 0\n 246.09 117.95 276.39 125.39 299.62 139.34 c 0\n 324.87 153.29 344.06 171.89 358.2 193.28 c 0\n 373.35 218.39 384.46 243.5 391.53 267.68 c 0\n247.038 516.523 m 1\n 115.8 622.01 l 1\n 143.07 724.31 l 1\n 595.55 724.31 l 1\n 565.25 610.85 l 1\n 346.08 610.85 l 1\n 439 534.59 l 2\n 470.31 508.55 491.52 488.09 502.63 474.14 c 0\n 529.9 439.73 543.03 399.74 543.03 352.31 c 0\n 543.03 325.34 538.99 296.51 529.9 265.82 c 0\n 513.74 205.37 490.51 156.08 460.21 117.02 c 0\n 428.9 74.2402 389.51 43.5498 341.03 24.0195 c 0\n 294.57 4.49023 239.02 -4.80957 175.39 -4.80957 c 0\n 95.5996 -4.80957 36.0098 17.5098 -1.36035 63.0801 c 0\n -22.5703 90.0498 -32.6699 124.46 -32.6699 166.31 c 0\n -32.6699 193.28 -28.6299 223.97 -19.54 258.38 c 0\n -6.41016 305.81 12.7803 347.66 38.0303 383 c 128\n 63.2803 418.34 91.5596 445.31 121.86 464.84 c 0\n 151.15 484.37 182.46 499.25 215.79 509.48 c 0\n 226.497 512.401 236.893 514.749 247.038 516.523 c 1\nEndSplineSet\nEndChar\nStartChar: epsilon\nEncoding: 949 949 375\nWidth: 570\nFlags: W\nHStem: -10.1504 114<177 210> 218.8 103.55<240 306> 438.25 114<292 327.62>\nVStem: -30.4004 141.78<106.7 146.6> 33.8604 138.72<348 371.75> 406.16 130.56<376 405>\nFore\n483.68 176.05 m 1\n 464.3 129.5 440.84 93.4004 413.3 65.8496 c 0\n 385.76 38.2998 353.12 19.2998 315.38 7.90039 c 0\n 276.62 -4.4502 230.72 -10.1504 176.66 -10.1504 c 0\n 38.96 -10.1504 -30.4004 28.7998 -30.4004 106.7 c 0\n -30.4004 120.95 -28.3604 136.15 -23.2598 152.3 c 0\n -12.04 193.15 7.33984 223.55 34.8799 245.4 c 0\n 46.0996 253.95 59.3604 262.5 74.6602 271.05 c 1\n 63.4404 279.6 54.2598 288.15 49.1602 295.75 c 0\n 38.96 310 33.8604 328.05 33.8604 348 c 0\n 33.8604 360.35 35.9004 374.6 39.9805 389.8 c 0\n 54.2598 443.95 84.8604 483.85 131.78 510.45 c 0\n 177.68 537.05 242.96 551.3 327.62 552.25 c 2\n 336.8 552.25 l 2\n 387.8 552.25 428.6 546.55 459.2 534.2 c 0\n 490.82 521.85 512.24 502.85 524.48 475.3 c 0\n 532.64 456.3 536.72 432.55 536.72 405 c 0\n 536.72 392.65 535.7 380.3 534.68 366.05 c 1\n 405.14 366.05 l 1\n 406.16 369.85 406.16 373.65 406.16 377.45 c 0\n 406.16 399.3 396.98 414.5 379.64 423.05 c 0\n 358.22 433.5 329.66 438.25 293.96 438.25 c 0\n 224.6 438.25 184.82 420.2 173.6 384.1 c 0\n 172.58 379.35 172.58 375.55 172.58 371.75 c 0\n 172.58 356.55 176.66 345.15 185.84 338.5 c 0\n 198.08 328.05 223.58 322.35 262.34 322.35 c 2\n 334.76 322.35 l 1\n 306.2 218.8 l 1\n 233.78 218.8 l 2\n 194 218.8 165.44 214.05 149.12 203.6 c 0\n 133.82 194.1 121.58 178.9 112.4 157.05 c 0\n 111.38 153.25 111.38 149.45 111.38 146.6 c 0\n 111.38 118.1 141.98 103.85 204.2 103.85 c 0\n 239.9 103.85 271.52 108.6 298.04 119.05 c 0\n 323.54 128.55 342.92 147.55 354.14 176.05 c 1\n 483.68 176.05 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: zeta\nEncoding: 950 950 376\nWidth: 522\nFlags: W\nFore\n395.17 -26.6396 m 0\n 383.84 -66.4102 351.91 -125.58 297.32 -205.12 c 1\n 180.93 -160.5 l 1\n 226.25 -101.33 250.97 -64.4697 255.09 -47.9805 c 0\n 257.15 -41.1904 258.18 -35.3701 258.18 -30.5195 c 0\n 258.18 -25.6699 257.15 -21.79 255.09 -19.8496 c 0\n 252 -15.9697 241.7 -14.0303 222.13 -14.0303 c 0\n 157.24 -14.0303 96.4697 7.30957 39.8203 49.0195 c 0\n 3.76953 75.21 -13.7402 112.07 -13.7402 159.6 c 0\n -13.7402 179.97 -10.6504 203.25 -3.44043 227.5 c 0\n 20.25 317.71 65.5703 400.16 131.49 474.85 c 0\n 181.96 530.14 235.52 577.67 294.23 616.47 c 1\n 116.04 616.47 l 1\n 146.94 734.81 l 1\n 565.12 734.81 l 1\n 539.37 637.81 l 1\n 441.52 592.22 356.03 534.02 282.9 463.21 c 1\n 211.83 392.4 166.51 319.65 146.94 243.02 c 0\n 142.82 228.47 140.76 215.86 140.76 204.22 c 0\n 140.76 181.91 146.94 164.45 160.33 150.87 c 0\n 175.78 136.32 190.2 126.62 205.65 121.77 c 0\n 216.98 116.92 236.55 113.04 266.42 110.13 c 0\n 293.2 108.19 312.77 105.28 325.13 102.37 c 0\n 349.85 97.5195 368.39 86.8496 381.78 72.2998 c 1\n 394.14 55.8096 400.32 35.4404 400.32 13.1299 c 0\n 400.32 0.519531 398.26 -12.0898 395.17 -26.6396 c 0\nEndSplineSet\nEndChar\nStartChar: eta\nEncoding: 951 951 377\nWidth: 586\nFlags: W\nHStem: 429 126<367 416>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nFore\n252 494 m 1\n 261 505 l 2\n 266 510 276 517 293 525 c 0\n 309 533 328 540 350 546 c 128\n 372 552 394 555 416 555 c 0\n 455 555 488 548 513 535 c 0\n 540 522 558 501 569 472 c 0\n 575 456 578 438 578 419 c 0\n 578 405 576 390 573 373 c 0\n 572 366 568 348 561 320 c 2\n 427 -215 l 1\n 299 -177 l 1\n 422 316 l 2\n 428 340 431 359 431 374 c 0\n 431 379 431 383 430 387 c 0\n 425 415 404 429 367 429 c 0\n 292 429 242 381 218 284 c 2\n 141 -25 l 1\n 3 -25 l 1\n 112 414 l 1\n 113 416 114 418 115 421 c 0\n 117 424 118 426 118 426 c 1\n 117 426 105 423 80 418 c 1\n 87 536 l 1\n 126 549 158 556 182 556 c 0\n 209 556 228 546 241 525 c 0\n 247 516 251 506 252 494 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: theta\nEncoding: 952 952 378\nWidth: 586\nFlags: W\nFore\n520.06 360.654 m 0\n 495.58 270.568 467.02 199.25 435.4 145.761 c 0\n 401.74 90.3945 360.94 49.1055 315.04 23.7695 c 0\n 270.16 0.30957 221.2 -11.8896 167.14 -11.8896 c 0\n 125.32 -11.8896 91.6602 -5.32129 64.1201 7.81543 c 0\n 35.5596 20.9531 14.1396 42.5371 0.879883 73.5039 c 0\n -10.3398 98.8408 -15.4404 128.87 -15.4404 163.59 c 0\n -15.4404 172.036 -15.4404 181.42 -14.4199 190.805 c 0\n -13.4004 234.909 -4.21973 292.15 15.1602 360.654 c 0\n 34.54 432.911 60.04 496.723 90.6396 550.211 c 0\n 121.24 605.576 160 648.743 206.92 681.588 c 0\n 253.84 714.431 307.9 731.322 368.08 731.322 c 0\n 428.26 731.322 472.12 714.431 501.7 681.588 c 0\n 531.28 647.805 546.58 603.7 547.6 549.272 c 0\n 547.6 535.196 l 0\n 547.6 487.338 538.42 429.157 520.06 360.654 c 0\n399.7 423.527 m 1\n 408.88 462.002 413.98 495.784 413.98 525.812 c 0\n 413.98 539.89 412.96 552.088 410.92 564.287 c 0\n 405.82 599.009 381.34 616.838 337.48 616.838 c 0\n 300.76 616.838 269.14 600.885 242.62 569.918 c 0\n 215.08 538.012 190.6 489.215 170.2 423.527 c 1\n 399.7 423.527 l 1\n369.1 309.043 m 1\n 139.6 309.043 l 1\n 130.42 272.445 125.32 238.662 123.28 207.695 c 0\n 122.26 202.065 122.26 196.435 122.26 191.742 c 0\n 122.26 166.406 127.36 145.761 138.58 128.87 c 0\n 149.8 112.917 170.2 104.471 198.76 104.471 c 0\n 226.3 104.471 248.74 111.979 267.1 126.054 c 0\n 289.54 142.008 308.92 165.468 326.26 198.311 c 0\n 340.54 226.463 354.82 263.061 369.1 309.043 c 1\nEndSplineSet\nEndChar\nStartChar: iota\nEncoding: 953 953 379\nWidth: 346\nFlags: W\nHStem: 524.67 20G<101.3 242.06>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nFore\n239 15.0498 m 1\n 182.9 -5.32031 138.02 -15.9902 106.4 -15.9902 c 0\n 62.54 -15.9902 28.8799 -2.41016 6.44043 23.7803 c 0\n -5.7998 39.2998 -11.9199 59.6699 -11.9199 85.8604 c 0\n -11.9199 103.32 -8.86035 122.72 -3.75977 145.03 c 1\n 101.3 544.67 l 1\n 242.06 544.67 l 1\n 141.08 161.52 l 1\n 140.06 156.67 139.04 151.82 138.02 148.91 c 0\n 137 146 137 144.06 137 143.09 c 128\n 137 142.12 137 139.21 137 135.33 c 0\n 137 134.36 137 132.42 137 131.45 c 0\n 137 126.6 139.04 122.72 143.12 118.84 c 0\n 144.14 117.87 146.18 116.9 150.26 116.9 c 2\n 155.36 116.9 l 2\n 164.54 117.87 186.98 125.63 222.68 142.12 c 1\n 239 15.0498 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: kappa\nEncoding: 954 954 380\nWidth: 576\nFlags: W\nDStem: 113.07 542.66 249.69 542.66 -26.5195 -13.9805 207.12 372.14 113.07 542.66 164.55 202.6 -26.5195 -13.9805 110.1 -13.9805 204.15 232.98 325.92 327.06 303.15 -13.9805 470.46 -13.9805 419.97 542.66 604.11 542.66 207.12 372.14 325.92 327.06\nFore\n470.46 -13.9805 m 1\n 303.15 -13.9805 l 1\n 204.15 232.98 l 1\n 164.55 202.6 l 1\n 110.1 -13.9805 l 1\n -26.5195 -13.9805 l 1\n 113.07 542.66 l 1\n 249.69 542.66 l 1\n 207.12 372.14 l 1\n 419.97 542.66 l 1\n 604.11 542.66 l 1\n 325.92 327.06 l 1\n 470.46 -13.9805 l 1\nEndSplineSet\nEndChar\nStartChar: lambda\nEncoding: 955 955 381\nWidth: 620\nFlags: W\nDStem: 240.51 512.11 240.51 301 -105.92 6.19043 45.5801 6.19043 266.77 301.93 375.85 528.85 296.06 82.4502 426.35 147.55\nFore\n263.272 335.396 m 1\n 262.73 334.48 l 0\n 255.66 324.25 248.59 313.09 240.51 301 c 2\n 45.5801 6.19043 l 1\n -105.92 6.19043 l 1\n 240.51 512.11 l 1\n 239.5 524.2 l 1\n 238.49 548.38 235.46 566.05 230.41 577.21 c 0\n 226.37 587.44 219.3 594.88 210.21 601.39 c 0\n 205.16 604.18 196.07 605.11 183.95 605.11 c 0\n 176.88 605.11 168.8 604.18 158.7 603.25 c 0\n 152.64 602.32 147.59 601.39 144.56 600.46 c 128\n 141.53 599.53 135.47 598.6 127.39 597.67 c 0\n 118.3 596.74 108.2 594.88 97.0898 593.95 c 1\n 145.57 713.92 l 1\n 182.94 726.01 211.22 731.59 230.41 731.59 c 0\n 258.69 731.59 279.9 727.87 294.04 719.5 c 0\n 309.19 712.06 323.33 698.11 338.48 677.65 c 1\n 351.61 656.26 360.7 634.87 363.73 615.34 c 0\n 365.75 607.9 369.79 579.07 375.85 528.85 c 1\n 426.35 147.55 l 1\n 433.42 123.37 l 2\n 434.43 120.58 436.45 118.72 437.46 118.72 c 0\n 441.5 118.72 445.54 119.65 449.58 120.58 c 0\n 452.61 121.51 458.67 124.3 466.75 127.09 c 0\n 473.82 129.88 482.91 134.53 494.02 139.18 c 1\n 498.06 29.4404 l 1\n 444.53 6.19043 404.13 -4.96973 376.86 -4.96973 c 0\n 331.41 -4.96973 306.16 14.5596 301.11 54.5498 c 0\n 298.08 68.5 297.07 77.7998 296.06 82.4502 c 1\n 266.77 301.93 l 1\n 265.357 313.312 264.191 324.468 263.272 335.396 c 1\nEndSplineSet\nEndChar\nStartChar: uni03BC\nEncoding: 956 956 382\nWidth: 667\nFlags: W\nDStem: 147.133 542.635 285.091 542.635 -43.8096 -194.262 202.116 221.202 147.133 542.635 149.132 18.7471 -43.8096 -194.262 94.1494 -194.262 493.028 542.635 628.987 542.635 410.054 221.202 532.017 167.47\nFore\n558.008 33.1396 m 1\n 529.017 16.8281 509.024 7.2334 498.026 3.39551 c 0\n 487.029 -0.442383 476.033 -2.3623 464.037 -2.3623 c 0\n 432.046 -2.3623 410.054 6.27441 397.058 24.5049 c 1\n 392.059 29.3018 389.061 35.0596 387.06 42.7354 c 1\n 375.063 32.1807 361.068 22.585 345.072 13.9502 c 0\n 313.082 -3.32031 280.093 -11.957 246.103 -11.957 c 0\n 213.112 -11.957 185.122 -5.24023 164.128 8.19238 c 0\n 162.128 9.15234 157.13 12.9902 149.132 18.7471 c 1\n 94.1494 -194.262 l 1\n -43.8096 -194.262 l 1\n 147.133 542.635 l 1\n 285.091 542.635 l 1\n 202.116 221.202 l 2\n 199.116 209.688 198.117 199.133 198.117 188.579 c 0\n 198.117 157.875 211.113 133.888 238.104 115.657 c 0\n 246.103 109.9 260.099 107.021 280.093 107.021 c 0\n 317.081 107.021 345.072 119.495 366.066 143.482 c 0\n 373.064 152.118 378.062 158.835 383.061 163.632 c 0\n 384.062 164.592 386.061 166.511 389.061 170.348 c 0\n 392.059 173.228 393.059 175.146 393.059 176.105 c 0\n 396.057 180.902 399.057 185.7 401.057 191.457 c 0\n 403.055 196.255 406.055 205.85 410.054 221.202 c 2\n 493.028 542.635 l 1\n 628.987 542.635 l 1\n 532.017 167.47 l 2\n 526.019 144.442 523.019 128.13 523.019 119.495 c 0\n 523.019 118.535 523.019 118.535 523.019 117.575 c 1\n 517.021 117.575 514.021 118.535 514.021 121.414 c 2\n 514.021 122.373 l 1\n 542.013 108.94 l 1\n 558.008 33.1396 l 1\nEndSplineSet\nEndChar\nStartChar: nu\nEncoding: 957 957 383\nWidth: 564\nFlags: W\nDStem: 48 542.43 194 542.43 122 -8.53027 235 204.87 450 542.43 594 542.43 235 204.87 238 -8.53027\nFore\n450 542.43 m 1\n 594 542.43 l 1\n 238 -8.53027 l 1\n 122 -8.53027 l 1\n 48 542.43 l 1\n 194 542.43 l 1\n 235 204.87 194 542.43 235 204.87 c 1\n 450 542.43 235 204.87 450 542.43 c 1\nEndSplineSet\nEndChar\nStartChar: xi\nEncoding: 958 958 384\nWidth: 530\nFlags: W\nVStem: 96 129<462.61 489.77> 264 134<-28.21 11.5596>\nFore\n392 -30.1504 m 0\n 381 -72.8301 349 -132.97 296 -211.54 c 1\n 188 -167.89 l 1\n 231 -99.0195 255 -58.2803 259 -45.6699 c 0\n 260 -44.7002 262 -41.79 263 -36.9404 c 0\n 264 -33.0596 264 -30.1504 264 -28.21 c 0\n 264 -25.2998 263 -23.3604 262 -22.3896 c 0\n 255 -18.5098 234 -16.5703 199 -16.5703 c 2\n 180 -16.5703 l 2\n 134 -16.5703 93 -10.75 58 1.86035 c 0\n 21 15.4404 -5 37.75 -21 68.79 c 0\n -30 86.25 -34 106.62 -34 129.9 c 0\n -34 148.33 -31 168.7 -26 191.01 c 1\n -14 225.93 -1 254.06 13 275.4 c 0\n 28 297.71 48 317.11 73 335.54 c 0\n 95 351.06 117 363.67 139 374.34 c 1\n 128 381.13 120 389.86 114 400.53 c 0\n 102 417.99 96 438.36 96 462.61 c 0\n 96 477.16 98 491.71 102 508.2 c 0\n 111 542.15 127 573.19 152 600.35 c 0\n 154 602.29 156 604.23 158 605.2 c 0\n 159 606.17 161 608.11 164 611.99 c 1\n 104 611.99 l 1\n 134 728.39 l 1\n 556 728.39 l 1\n 526 611.99 l 1\n 335 611.99 l 2\n 322 611.99 308 607.14 295 598.41 c 0\n 279 588.71 265 575.13 253 557.67 c 1\n 240 542.15 232 525.66 228 508.2 c 0\n 226 501.41 225 495.59 225 489.77 c 0\n 225 462.61 244 443.21 281 430.6 c 0\n 292 425.75 313 423.81 345 423.81 c 2\n 452 423.81 l 1\n 424 313.23 l 1\n 289 313.23 l 2\n 262 313.23 236 308.38 209 298.68 c 0\n 184 289.95 163 275.4 144 256.97 c 0\n 127 241.45 116 222.05 110 199.74 c 0\n 108 191.01 107 183.25 107 176.46 c 0\n 107 163.85 110 154.15 115 145.42 c 0\n 126 127.96 141 116.32 159 111.47 c 1\n 180 103.71 201 99.8301 222 99.8301 c 0\n 275 99.8301 311 97.8896 329 93.04 c 0\n 360 87.2197 380 73.6396 389 53.2695 c 0\n 395 40.6602 398 27.0801 398 11.5596 c 0\n 398 -1.0498 396 -15.5996 392 -30.1504 c 0\nEndSplineSet\nEndChar\nStartChar: omicron\nEncoding: 959 959 385\nWidth: 610\nFlags: W\nHStem: -10.0498 117.8<196 229.85> 436.45 115.9<317 349.33>\nVStem: -14.2598 147.29<177 202>\nFore\n549.15 272.1 m 0\n 533.7 213.2 507.95 162.85 472.93 122 c 1\n 438.94 79.25 397.74 46 349.33 23.2002 c 0\n 300.92 1.34961 250.45 -10.0498 197.92 -10.0498 c 0\n 147.45 -10.0498 104.19 0.400391 68.1396 20.3496 c 0\n 30.0303 42.2002 5.30957 74.5 -6.01953 117.25 c 0\n -11.1699 135.3 -14.2598 156.2 -14.2598 178.05 c 0\n -14.2598 206.55 -10.1396 237.9 -0.870117 272.1 c 0\n 23.8496 364.25 68.1396 434.55 133.03 482.05 c 0\n 196.89 528.6 268.99 552.35 349.33 552.35 c 0\n 429.67 552.35 489.41 528.6 528.55 482.05 c 0\n 552.24 452.6 563.57 415.55 563.57 369.95 c 0\n 563.57 340.5 558.42 308.2 549.15 272.1 c 0\n404.95 272.1 m 0\n 412.16 297.75 415.25 321.5 415.25 343.35 c 0\n 414.22 361.4 410.1 379.45 400.83 395.6 c 1\n 394.65 409.85 384.35 419.35 368.9 426 c 0\n 356.54 432.65 340.06 436.45 318.43 436.45 c 128\n 296.8 436.45 278.26 432.65 261.78 426 c 0\n 244.27 419.35 227.79 409.85 213.37 395.6 c 0\n 197.92 380.4 184.53 363.3 173.2 343.35 c 0\n 159.81 318.65 149.51 294.9 143.33 272.1 c 0\n 136.12 245.5 133.03 222.7 133.03 202.75 c 0\n 133.03 179.95 137.15 161.9 146.42 147.65 c 0\n 161.87 121.05 189.68 107.75 229.85 107.75 c 0\n 267.96 107.75 302.98 121.05 333.88 147.65 c 0\n 365.81 174.25 389.5 216.05 404.95 272.1 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: pi\nEncoding: 960 960 386\nWidth: 721\nFlags: W\nHStem: 425 120<100 140 284 469 608 672>\nVStem: 382 200<35 51>\nDStem: 100 545 608 425 71 425 531 116 141 425 284 425 27 -28 172 -24 470 425 608 425 392 114 531 116\nFore\n583 -1 m 1\n 556 -10 533 -18 512 -23 c 0\n 498 -27 485 -29 472 -29 c 0\n 426 -29 398 -15 388 12 c 0\n 384 21 382 33 382 47 c 0\n 382 66 385 88 392 114 c 1\n 470 425 l 1\n 284 425 l 1\n 172 -24 l 1\n 27 -28 l 1\n 141 425 l 1\n 71 425 l 1\n 100 545 l 1\n 702 545 l 1\n 672 425 l 1\n 608 425 l 1\n 531 116 l 1\n 528 102 526 93 526 88 c 0\n 526 87 526 87 526 86 c 1\n 527 87 527 87 528 88 c 0\n 528 89 528 89 529 89 c 128\n 530 89 530 89 531 89 c 1\n 531 88 531 88 532 88 c 0\n 533 89 537 92 546 97 c 128\n 555 102 567 110 582 119 c 1\n 583 -1 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: rho\nEncoding: 961 961 387\nWidth: 626\nFlags: W\nHStem: -35 124<247 278> 435 122<364 395>\nVStem: 461 143<331 362>\nDStem: 58 270 129 2 -65 -225 73 -225\nFore\n592 270 m 0\n 575 201 553 149 528 115 c 0\n 505 85 484 61 463 44 c 0\n 445 29 417 12 380 -7 c 0\n 341 -26 296 -35 247 -35 c 0\n 212 -35 181 -28 155 -15 c 0\n 148 -11 139 -5 129 2 c 1\n 73 -225 l 1\n -65 -225 l 1\n 58 270 l 2\n 83 370 128 443 193 489 c 0\n 256 534 323 557 395 557 c 0\n 475 557 533 531 570 479 c 0\n 593 447 604 408 604 362 c 0\n 604 334 600 303 592 270 c 0\n451 264 m 0\n 458 289 461 312 461 331 c 0\n 461 356 456 377 445 393 c 0\n 428 421 401 435 364 435 c 0\n 326 435 293 421 264 394 c 0\n 233 367 209 323 194 262 c 0\n 187 234 184 210 184 189 c 0\n 184 164 189 145 198 130 c 0\n 215 103 241 89 278 89 c 0\n 314 89 348 102 379 129 c 0\n 412 159 436 204 451 264 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: sigma1\nEncoding: 962 962 388\nWidth: 595\nFlags: W\nHStem: 433 128<335 375>\nVStem: 426 144<361 390>\nFore\n558 299 m 1\n 417 299 l 1\n 423 323 426 344 426 361 c 0\n 426 380 422 394 415 404 c 0\n 399 423 372 433 335 433 c 0\n 314 433 293 428 271 418 c 0\n 248 407 228 391 211 368 c 1\n 192 345 178 313 168 274 c 0\n 163 256 161 240 161 225 c 0\n 161 218 162 211 163 204 c 0\n 169 169 199 142 252 124 c 0\n 261 121 278 118 302 117 c 0\n 325 115 342 113 352 112 c 0\n 404 105 439 92 458 74 c 0\n 473 59 481 39 481 14 c 0\n 481 1 479 -13 475 -28 c 0\n 470 -47 461 -69 447 -93 c 0\n 438 -108 413 -148 371 -214 c 1\n 243 -165 l 1\n 272 -124 300 -80 327 -34 c 1\n 327 -31 321 -30 310 -30 c 0\n 301 -29 280 -27 247 -24 c 0\n 215 -22 187 -18 164 -12 c 0\n 139 -5 110 13 77 42 c 0\n 51 64 32 97 20 140 c 0\n 15 157 12 176 12 197 c 0\n 12 221 16 247 23 276 c 0\n 38 336 63 387 98 430 c 1\n 137 475 179 507 226 528 c 0\n 273 550 323 561 375 561 c 0\n 446 561 499 540 536 498 c 0\n 559 471 570 435 570 390 c 0\n 570 363 566 332 558 299 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: sigma\nEncoding: 963 963 389\nWidth: 676\nFlags: W\nHStem: -37 124<202 233> 419 132<541 654> 433 122<319 349>\nVStem: -3.85375 142.854<171 187> 413 139.146<315 335>\nFore\n654 419 m 1\n 540 419 l 1\n 549 394 553 367 553 338 c 0\n 553 313 550 287 543 260 c 0\n 528 198 503 145 469 102 c 1\n 436 57 396 22 349 -2 c 0\n 302 -25 253 -37 202 -37 c 0\n 153 -37 111 -26 76 -5 c 0\n 39 18 15 52 4 97 c 0\n -1 116 -4 138 -4 161 c 0\n -4 191 0 224 9 260 c 0\n 33 357 76 431 139 481 c 0\n 201 530 271 555 349 555 c 0\n 368 555 385 554 400 551 c 1\n 687 551 l 1\n 654 419 l 1\n403 260 m 0\n 410 287 413 312 413 335 c 0\n 412 354 408 373 399 390 c 1\n 393 405 383 415 368 422 c 0\n 356 429 340 433 319 433 c 128\n 298 433 280 429 264 422 c 0\n 247 415 231 405 217 390 c 0\n 202 374 189 356 178 335 c 0\n 165 309 155 284 149 260 c 0\n 142 232 139 208 139 187 c 0\n 139 163 143 144 152 129 c 0\n 167 101 194 87 233 87 c 0\n 270 87 304 101 334 129 c 0\n 365 157 388 201 403 260 c 0\nEndSplineSet\nEndChar\nStartChar: tau\nEncoding: 964 964 390\nWidth: 592\nFlags: W\nHStem: 425 118<88 222 361 561>\nVStem: 139 220<47.9102 82>\nDStem: 88 543 361 425 59 425 293 152 223 425 361 425 153 144 293 152\nFore\n561 425 m 1\n 361 425 l 1\n 293 152 l 2\n 288 131 285 118 285 114 c 0\n 286 111 287 109 290 107 c 0\n 291 106 297 105 306 105 c 0\n 309 105 312 105 314 106 c 0\n 319 106 334 109 361 115 c 1\n 359 -13 l 1\n 326 -20 304 -25 294 -26 c 0\n 279 -28 267 -29 257 -29 c 0\n 222 -29 195 -23 176 -10 c 0\n 155 3 143 20 141 43 c 0\n 140 47 139 53 139 62 c 0\n 139 67 139 74 140 82 c 0\n 141 95 146 116 153 144 c 2\n 223 425 l 1\n 59 425 l 1\n 88 543 l 1\n 590 543 l 1\n 561 425 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 391\nWidth: 575\nFlags: W\nHStem: -38.6762 125.676<210 225> 523 20G<87 225 437 575>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nFore\n489 198 m 2\n 479 157 468 125 456 102 c 1\n 446 79 431 57 412 35 c 1\n 399 23 372 6 331 -15 c 0\n 298 -31 251 -39 189 -39 c 0\n 122 -39 77 -31 52 -15 c 1\n 23 6 5 22 -2 35 c 1\n -10 55 -14 76 -14 97 c 0\n -14 98 -14 100 -14 102 c 0\n -14 125 -9 157 1 198 c 2\n 87 543 l 1\n 225 543 l 1\n 148 232 l 2\n 138 191 133 160 132 139 c 1\n 133 124 136 114 141 110 c 0\n 150 103 158 97 166 94 c 0\n 178 89 196 87 219 87 c 0\n 241 87 259 89 272 94 c 0\n 281 97 292 102 304 110 c 0\n 313 115 321 124 330 139 c 1\n 339 160 349 191 360 232 c 1\n 437 543 l 1\n 575 543 l 1\n 489 198 l 2\nEndSplineSet\nEndChar\nStartChar: phi\nEncoding: 966 966 392\nWidth: 801\nFlags: W\nHStem: -225 190<259 261> -225 321<290 297> -34.9641 581.964<409 430.566> 407 140<506.031 519>\nVStem: 34 139<174 217> 616 138<298 327>\nDStem: 259 -35 397 -35 212 -225 350 -225 409 547 506 407 297 96 429 96\nFore\n610 250 m 0\n 614 267 616 283 616 298 c 0\n 616 309 615 319 613 328 c 0\n 608 352 596 371 577 385 c 0\n 558 400 534 407 506 407 c 1\n 429 96 l 1\n 461 96 489 103 512 117 c 0\n 536 131 557 150 574 174 c 1\n 591 195 603 221 610 250 c 0\n272 528 m 1\n 326 424 l 1\n 281 397 248 370 227 345 c 0\n 202 314 186 284 178 254 c 0\n 175 241 173 229 173 217 c 0\n 173 203 175 189 180 175 c 0\n 186 152 200 133 221 117 c 1\n 242 103 267 96 297 96 c 1\n 409 547 l 1\n 517 547 l 2\n 581 547 632 533 671 504 c 0\n 708 477 733 440 746 393 c 0\n 751 372 754 350 754 327 c 0\n 754 302 751 276 744 249 c 0\n 733 202 711 156 679 111 c 0\n 648 69 609 34 560 5 c 1\n 511 -22 459 -35 404 -35 c 2\n 397 -35 l 1\n 350 -225 l 1\n 212 -225 l 1\n 259 -35 l 1\n 262 -35 l 2\n 217 -35 178 -27 145 -12 c 128\n 112 3 87 25 69 52 c 1\n 51 76 40 107 35 144 c 0\n 34 154 34 164 34 174 c 0\n 34 199 37 225 43 250 c 0\n 53 289 69 326 91 361 c 0\n 112 396 139 429 174 461 c 0\n 198 484 231 506 272 528 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: chi\nEncoding: 967 967 393\nWidth: 632\nFlags: W\nHStem: 523 20G<534 687>\nDStem: 138 408 273 491 218 161 333 287 218 161 264 24 -129 -225 35 -225 264 24 383 160 303 -134 448 -79 534 543 687 543 333 287 383 160\nFore\n503 -217 m 1\n 470 -230 443 -237 422 -237 c 2\n 414 -237 l 2\n 385 -237 361 -226 341 -205 c 0\n 325 -189 312 -165 303 -134 c 1\n 264 24 l 1\n 35 -225 l 1\n -129 -225 l 1\n 218 161 l 1\n 138 408 l 1\n 133 421 129 428 127 430 c 0\n 126 432 120 433 111 433 c 1\n 100 430 82 429 58 429 c 1\n 89 554 l 1\n 123 559 141 561 144 561 c 0\n 161 562 171 563 172 563 c 0\n 199 563 220 557 237 545 c 0\n 252 535 264 517 273 491 c 1\n 333 287 l 1\n 534 543 l 1\n 687 543 l 1\n 383 160 l 1\n 448 -79 l 1\n 452 -90 455 -96 458 -99 c 0\n 460 -101 465 -102 473 -102 c 0\n 476 -102 481 -101 486 -100 c 0\n 490 -100 507 -95 536 -84 c 1\n 503 -217 l 1\nEndSplineSet\nEndChar\nStartChar: psi\nEncoding: 968 968 394\nWidth: 722\nFlags: W\nHStem: 523 20G<112 252 600 740>\nVStem: 20.4263 147.574<155 159>\nDStem: 112 543 252 543 30 214 177 242 217 -26 353 -26 167 -225 303 -225 354 525 490 525 247 98 383 98 600 543 740 543 525 242 658 214\nFore\n658 214 m 2\n 638 134 598 73 538 32 c 0\n 487 -3 425 -23 353 -26 c 1\n 303 -225 l 1\n 167 -225 l 1\n 217 -26 l 1\n 146 -23 94 -3 60 32 c 0\n 33 59 20 95 20 140 c 0\n 20 163 23 187 30 214 c 1\n 112 543 l 1\n 252 543 l 1\n 177 242 l 2\n 170 214 167 190 167 171 c 0\n 167 165 167 159 168 154 c 0\n 171 135 181 121 196 112 c 0\n 209 105 226 100 247 98 c 1\n 354 525 l 1\n 490 525 l 1\n 383 98 l 1\n 404 100 422 104 437 110 c 0\n 456 117 472 131 487 151 c 0\n 503 172 516 203 525 242 c 1\n 600 543 l 1\n 740 543 l 1\n 658 214 l 2\nEndSplineSet\nEndChar\nStartChar: omega\nEncoding: 969 969 395\nWidth: 800\nFlags: W\nHStem: -34 122<153 185>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nFore\n724 241 m 0\n 715 202 702 167 685 136 c 0\n 668 103 648 74 623 49 c 0\n 599 24 571 3 540 -12 c 0\n 510 -27 477 -34 441 -34 c 0\n 402 -34 370 -24 345 -5 c 0\n 332 5 321 18 313 34 c 1\n 297 18 280 5 263 -5 c 0\n 229 -24 192 -34 153 -34 c 0\n 116 -34 87 -27 65 -12 c 0\n 40 3 22 24 10 49 c 0\n -1 74 -7 103 -7 137 c 0\n -7 143 l 0\n -7 173 -3 206 6 241 c 0\n 15 277 31 315 52 355 c 0\n 72 394 96 432 123 467 c 0\n 152 504 184 533 217 554 c 1\n 336 513 l 1\n 281 466 243 429 222 402 c 0\n 202 377 184 348 168 317 c 0\n 155 290 146 263 139 235 c 0\n 132 209 129 185 129 163 c 0\n 129 150 130 137 133 125 c 0\n 140 100 157 88 185 88 c 0\n 206 89 217 90 219 91 c 0\n 223 93 231 98 244 107 c 0\n 261 120 272 136 276 153 c 2\n 338 401 l 1\n 472 401 l 1\n 410 153 l 2\n 409 148 408 142 408 137 c 0\n 408 126 412 116 419 107 c 0\n 426 99 432 94 437 91 c 0\n 438 90 448 89 468 88 c 0\n 497 88 520 100 539 125 c 0\n 562 156 578 193 589 235 c 0\n 596 263 599 290 600 317 c 0\n 600 346 596 374 589 402 c 0\n 581 428 562 465 531 512 c 1\n 670 555 l 1\n 692 532 708 503 719 467 c 0\n 729 432 735 394 736 355 c 0\n 736 350 736 346 736 341 c 0\n 736 306 732 273 724 241 c 0\nEndSplineSet\nMinimumDistance: x41,-1 \nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 396\nWidth: 346\nFlags: W\nHStem: 524.67 20<101.3 242.06> 609 120<63.57 147.57 249.57 333.57>\nDStem: 63.57 729 173.57 729 37.57 609 147.57 609 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52 249.57 729 359.57 729 223.57 609 333.57 609\nRef: 168 168 N 1 0 0 1 -109.43 -12\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 397\nWidth: 575\nFlags: W\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 120<222.995 306.995 408.995 492.995>\nDStem: 87 543 225 543 1 198 148 232 222.995 729 332.995 729 196.995 609 306.995 609 408.995 729 518.995 729 382.995 609 492.995 609 437 543 575 543 360 232 489 198\nRef: 168 168 N 1 0 0 1 49.9947 -12\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 398\nWidth: 609\nFlags: W\nHStem: -10.0498 117.8<196 229.85> 436.45 115.9<317 349.33> 608 21<292 414> 776 20<334 521>\nVStem: -14.2598 147.29<177 202>\nRef: 900 900 N 1 0 0 1 139 51\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 399\nWidth: 604\nFlags: W\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 614 21<278 400> 782 20<320 507>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 900 900 N 1 0 0 1 125 57\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omegatonos\nEncoding: 974 974 400\nWidth: 769\nFlags: W\nHStem: -34 122<153 185> 614 21<380 502> 782 20<422 609>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 900 900 N 1 0 0 1 227 57\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 401\nWidth: 666\nFlags: W\nHStem: 0 125<256 624> 314 125<322 645> 604 125<356 734>\nDStem: 234 729 357 604 79 0 322 439 234 729 296 314 79 0 256 125\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 761 729 l 1\n 734 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\n462 979 m 1\n 581 979 l 1\n 626 829 l 1\n 563 829 l 1\n 462 979 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 402\nWidth: 666\nFlags: W\nHStem: 0 125<256 624> 314 125<322 645> 604 125<356 734> 800 122<392 477 578 663>\nDStem: 234 729 357 604 79 0 322 439 234 729 296 314 79 0 256 125 393 922 503 922 367 800 477 800 579 922 689 922 553 800 663 800\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 761 729 l 1\n 734 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\n503 922 m 1\n 477 800 l 1\n 367 800 l 1\n 393 922 l 1\n 503 922 l 1\n689 922 m 1\n 663 800 l 1\n 553 800 l 1\n 579 922 l 1\n 689 922 l 1\nEndSplineSet\nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 403\nWidth: 790\nFlags: W\nHStem: 0 21G<141.953 292.953> 379 125<400 549> 605 124<107 259 419 604>\nVStem: 616.383 150.438<322 324>\nDStem: 270.55 605 373.512 379 141.953 0 292.953 0 615.333 317 766.608 323 547.953 0 697.953 0\nFore\n399.081 504 m 1\n 587.081 504 l 2\n 654.414 504 705.476 482.333 740.265 439 c 0\n 767.18 405.667 776.032 367.333 766.821 324 c 2\n 766.608 323 l 1\n 697.953 0 l 1\n 679.538 -53.6064 663.263 -113.174 576.92 -146 c 5\n 489.935 -165.096 493.087 -158.673 443.277 -163.136 c 5\n 373.094 -164 l 5\n 393.074 -70 l 5\n 453.074 -70 l 5\n 501.613 -69.3896 532.541 -51.1689 547.953 0 c 1\n 615.333 317 l 2\n 622.135 349 607.982 368.667 572.874 376 c 1\n 548.512 379 l 1\n 373.512 379 l 1\n 292.953 0 l 1\n 141.953 0 l 1\n 270.55 605 l 1\n 82.5498 605 l 1\n 108.906 729 l 1\n 630.906 729 l 1\n 604.55 605 l 1\n 420.55 605 l 1\n 399.081 504 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 404\nWidth: 611\nFlags: W\nHStem: 0 21G<-3 147> 604 125<274 637>\nDStem: 151 729 275 604 -3 0 147 0\nFore\n431 934 m 1\n 273 784 l 1\n 203 784 l 1\n 305 934 l 1\n 431 934 l 1\n147 0 m 1\n -3 0 l 1\n 151 729 l 1\n 663 729 l 1\n 637 604 l 1\n 275 604 l 1\n 147 0 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 405\nWidth: 722\nFlags: W\nHStem: -23 126<292 324> 311 125<213 478> 613 127.013<429 447>\nVStem: 30.9565 152.898<241 266>\nFore\n478 311 m 1\n 186 311 l 1\n 170 179 219 103 324 103 c 0\n 417 103 487 156 516 249 c 1\n 662 249 l 1\n 617 82 474 -23 293 -23 c 0\n 90 -23 -6 124 44 358 c 0\n 94 594 253 741 459 741 c 0\n 568 741 649 700 690 626 c 0\n 712 585 717 545 708 482 c 1\n 565 482 l 1\n 564 521 560 540 549 560 c 0\n 528 595 489 613 437 613 c 0\n 340 613 257 548 213 436 c 1\n 504 436 l 1\n 478 311 l 1\nEndSplineSet\nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 406\nWidth: 667\nFlags: W\nHStem: -23 120<252 288> 621 119.053<369 383>\nVStem: -1.45446 148.11<184 195>\nFore\n638 507 m 1\n 498 507 l 1\n 509 581 465 621 370 621 c 0\n 293 621 236 586 225 531 c 0\n 213 478 240 457 342 436 c 2\n 452 414 l 2\n 581 388 626 328 602 213 c 0\n 571 65 441 -23 253 -23 c 0\n 67 -23 -22 62 2 218 c 1\n 148 218 l 1\n 136 140 184 97 286 97 c 0\n 377 97 441 134 454 195 c 0\n 467 254 436 282 340 301 c 2\n 242 321 l 2\n 100 349 55 404 79 517 c 0\n 109 659 227 741 402 741 c 0\n 507 741 582 712 620 658 c 0\n 647 618 653 574 638 507 c 1\nEndSplineSet\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 407\nWidth: 278\nFlags: W\nHStem: 0 21G<-14 136> 709 20G<140 290>\nDStem: 140 729 290 729 -14 0 136 0\nFore\n290 729 m 1\n 136 0 l 1\n -14 0 l 1\n 140 729 l 1\n 290 729 l 1\nEndSplineSet\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 408\nWidth: 278\nFlags: W\nHStem: 0 21G<63 213> 709 20G<218 368> 800 120<186 271 372 457>\nDStem: 187 920 297 920 161 800 271 800 218 729 368 729 63 0 213 0 373 920 483 920 347 800 457 800\nFore\n368 729 m 1\n 213 0 l 1\n 63 0 l 1\n 218 729 l 1\n 368 729 l 1\n297 920 m 1\n 271 800 l 1\n 161 800 l 1\n 187 920 l 1\n 297 920 l 1\n483 920 m 1\n 457 800 l 1\n 347 800 l 1\n 373 920 l 1\n 483 920 l 1\nEndSplineSet\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 409\nWidth: 556\nFlags: W\nHStem: -23 128<171 202> 709 20G<416 566>\nVStem: -15.953 152.84<152 154>\nDStem: 416 729 566 729 301 190 451 190\nFore\n416 729 m 1\n 566 729 l 1\n 451 190 l 2\n 422 54 321 -23 172 -23 c 0\n 103 -23 51 -3 17 35 c 0\n -17 75 -25 122 -9 198 c 2\n 6 270 l 1\n 156 270 l 1\n 141 200 l 2\n 127 133 145 105 202 105 c 0\n 254 105 290 135 301 190 c 1\n 416 729 l 1\nEndSplineSet\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 410\nWidth: 1110\nFlags: W\nHStem: 0 125<607 769> 604 125<334 545>\nVStem: 883.028 151.411<238 242>\nDStem: 212.477 729 335.907 604 155.512 461 295.521 414 557.907 604 734.477 729 429.523 0 671.985 435 557.907 604 645.416 310 429.523 0 606.093 125\nFore\n429.523 0 m 1\n 557.907 604 l 1\n 335.907 604 l 1\n 295.521 414 l 2\n 249.043 195.333 171.651 63.333 63.3496 18 c 0\n 34.1318 6 2.52344 0 -31.4766 0 c 1\n -0.65625 145 l 1\n 35.8691 144.333 67.2666 176 93.5371 240 c 0\n 113.598 287.333 134.186 360.667 155.299 460 c 2\n 155.512 461 l 1\n 212.477 729 l 1\n 734.477 729 l 1\n 671.985 435 l 1\n 858.985 435 l 2\n 941.652 435 995.851 403 1021.58 339 c 0\n 1037.74 299 1039.73 250.333 1027.55 193 c 2\n 1027.33 192 l 2\n 1003.53 80 950.066 43.333 852.499 14 c 0\n 821.848 4.66699 788.19 0 751.523 0 c 2\n 429.523 0 l 1\n645.416 310 m 1\n 606.093 125 l 1\n 746.093 125 l 2\n 818.093 125 856.051 121.667 874.421 183 c 0\n 876.222 188.333 877.759 194 879.034 200 c 2\n 879.247 201 l 2\n 893.559 268.333 868.211 304.333 803.203 309 c 2\n 802.203 309 l 1\n 801.416 310 l 1\n 785.416 310 l 1\n 645.416 310 l 1\nEndSplineSet\nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 411\nWidth: 1088\nFlags: W\nHStem: 0 125<606 760> 311 125<233 496> 344 125<679 808> 709 20G<145 295 583 734>\nVStem: 890.232 151.373<270 272>\nDStem: 145 729 295 729 -9 0 233 436 145 729 207 311 -9 0 141 0 496 311 653 344 430 0 606 125 583 729 734 729 521 436 679 469\nFore\n734 729 m 1\n 679 469 l 1\n 866 469 l 2\n 1000 469 1066 374 1035 226 c 0\n 1004 80 904 0 752 0 c 2\n 430 0 l 1\n 496 311 l 1\n 207 311 l 1\n 141 0 l 1\n -9 0 l 1\n 145 729 l 1\n 295 729 l 1\n 233 436 l 1\n 521 436 l 1\n 583 729 l 1\n 734 729 l 1\n653 344 m 1\n 606 125 l 1\n 746 125 l 2\n 826 125 871 160 886 235 c 0\n 902 309 873 344 793 344 c 2\n 653 344 l 1\nEndSplineSet\nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 412\nWidth: 790\nFlags: W\nHStem: 0 21G<124.523 275.523 530.523 680.523> 379 125<382 532> 605 124<90 242 402 587>\nVStem: 598.953 150.44<322 324>\nDStem: 253.12 605 356.082 379 124.523 0 275.523 0 597.903 317 749.179 323 530.523 0 680.523 0\nFore\n381.651 504 m 1\n 569.651 504 l 2\n 636.984 504 688.046 482.333 722.836 439 c 0\n 749.75 405.667 758.603 367.333 749.392 324 c 2\n 749.179 323 l 1\n 680.523 0 l 1\n 530.523 0 l 1\n 597.903 317 l 2\n 604.705 349 590.553 368.667 555.444 376 c 1\n 531.082 379 l 1\n 356.082 379 l 1\n 275.523 0 l 1\n 124.523 0 l 1\n 253.12 605 l 1\n 65.1201 605 l 1\n 91.4766 729 l 1\n 613.477 729 l 1\n 587.12 605 l 1\n 403.12 605 l 1\n 381.651 504 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 413\nWidth: 722\nFlags: W\nHStem: 0 21G<-3 147 461 640> 709 20G<151 301 586 763>\nDStem: 151 729 301 729 -3 0 242 450 151 729 207 285 -3 0 147 0 586 729 763 729 242 450 323 378\nFore\n431 934 m 1\n 273 784 l 1\n 203 784 l 1\n 305 934 l 1\n 431 934 l 1\n147 0 m 1\n -3 0 l 1\n 151 729 l 1\n 301 729 l 1\n 242 450 l 1\n 586 729 l 1\n 763 729 l 1\n 323 378 l 1\n 640 0 l 1\n 461 0 l 1\n 207 285 l 1\n 147 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 414\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 511 661> 709 20G<223 373 662 816>\nDStem: 223 729 373 729 68 0 268 233 618 504 816 729 511 0 661 0 662 729 618 504 268 233 218 0\nFore\n218 0 m 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 268 233 l 1\n 662 729 l 1\n 816 729 l 1\n 661 0 l 1\n 511 0 l 1\n 618 504 l 1\n 218 0 l 1\n475 979 m 1\n 594 979 l 1\n 639 829 l 1\n 576 829 l 1\n 475 979 l 1\nEndSplineSet\nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 415\nWidth: 718\nFlags: W\nHStem: 0 21G<77 251> 709 20G<92 255 599 773> 791 78<435 454>\nVStem: 330 48<895 926>\nDStem: 92 729 255 729 239 226 354 384 239 226 773 729 77 0 251 0 599 729 773 729 354 384 251 0\nFore\n555 934 m 1\n 597 934 l 1\n 583 852 515 791 436 791 c 0\n 373 791 330 833 330 895 c 0\n 330 907 331 916 336 934 c 1\n 378 934 l 1\n 378 926 l 2\n 378 890 405 869 452 869 c 0\n 503 869 538 891 555 934 c 1\n251 0 m 1\n 77 0 l 1\n 239 226 l 1\n 92 729 l 1\n 255 729 l 1\n 354 384 l 1\n 599 729 l 1\n 773 729 l 1\n 251 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 416\nWidth: 722\nFlags: W\nHStem: 0 125<245 535> 709 20G<223 373 662 812>\nDStem: 223 729 373 729 68 0 245 125 662 729 812 729 534 125 657 0\nFore\n245 125 m 1\n 534 125 l 1\n 662 729 l 1\n 812 729 l 1\n 657 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 245 125 l 1\nEndSplineSet\nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 417\nWidth: 722\nFlags: W\nHStem: 0 21G<26 179 549 703> 147 125<328 518> 709 20G<440 606>\nDStem: 440 729 483 557 26 0 328 272 440 729 259 147 26 0 179 0 483 557 606 729 518 272 703 0\nFore\n532 147 m 1\n 259 147 l 1\n 179 0 l 1\n 26 0 l 1\n 440 729 l 1\n 606 729 l 1\n 703 0 l 1\n 549 0 l 1\n 532 147 l 1\n518 272 m 1\n 483 557 l 1\n 328 272 l 1\n 518 272 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 418\nWidth: 722\nFlags: W\nHStem: 0 125<259 440> 314 125<325 499> 604 125<359 722>\nVStem: 571.78 143.064<239 257>\nDStem: 237 729 360 604 82 0 325 439 237 729 299 314 82 0 259 125\nFore\n488 439 m 2\n 711 439 726 282 711 210 c 0\n 698 152 657 90 605 53 c 128\n 553 16 494 0 410 0 c 2\n 82 0 l 1\n 237 729 l 1\n 749 729 l 1\n 722 604 l 1\n 360 604 l 1\n 325 439 l 1\n 488 439 l 2\n299 314 m 1\n 259 125 l 1\n 438 125 l 2\n 511 125 556 158 569 219 c 0\n 582 281 551 314 478 314 c 2\n 299 314 l 1\nEndSplineSet\nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 419\nWidth: 723\nFlags: W\nHStem: 0 125<259 440> 314 125<326 499> 604 125<360 531>\nVStem: 571.78 143.073<239 257>\nDStem: 237 729 361 604 82 0 326 439 237 729 299 314 82 0 259 125\nFore\n82 0 m 1\n 237 729 l 1\n 562 729 l 2\n 640 729 688 713 723 676 c 0\n 756 640 770 587 759 537 c 0\n 746 475 709 433 628 387 c 1\n 699 339 726 282 711 210 c 0\n 699 152 657 90 606 53 c 0\n 554 16 494 0 410 0 c 2\n 82 0 l 1\n361 604 m 1\n 326 439 l 1\n 489 439 l 2\n 558 439 601 468 612 521 c 0\n 624 575 593 604 524 604 c 2\n 361 604 l 1\n299 314 m 1\n 259 125 l 1\n 438 125 l 2\n 511 125 556 158 569 219 c 0\n 582 281 551 314 478 314 c 2\n 299 314 l 1\nEndSplineSet\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 420\nWidth: 611\nFlags: W\nHStem: 0 21G<74 224> 604 125<351 714>\nDStem: 229 729 352 604 74 0 224 0\nFore\n224 0 m 1\n 74 0 l 1\n 229 729 l 1\n 741 729 l 1\n 714 604 l 1\n 352 604 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 421\nWidth: 918\nFlags: W\nHStem: 0 108.425<110 114> 0 125<304 573> 604 125<452 675>\nDStem: 4 108 111 0 -50 -150 80 -150 329 729 453 604 272 461 412 414 675 604 851 729 573 125 719 108 681 0 834 108 650 -150 780 -150\nFore\n106 108 m 2\n 4 108 l 1\n -50 -150 l 1\n 80 -150 l 1\n 111 0 l 1\n 681 0 l 1\n 650 -150 l 1\n 780 -150 l 1\n 834 108 l 1\n 719 108 l 1\n 851 729 l 1\n 329 729 l 1\n 272 461 l 1\n 229 255 159 108 106 108 c 2\n304 125 m 1\n 362 209 392 319 412 414 c 1\n 453 604 l 1\n 675 604 l 1\n 573 125 l 1\n 304 125 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 422\nWidth: 666\nFlags: W\nHStem: 0 125<256 624> 314 125<322 645> 604 125<356 734>\nDStem: 234 729 357 604 79 0 322 439 234 729 296 314 79 0 256 125\nFore\n296 314 m 1\n 256 125 l 1\n 651 125 l 1\n 624 0 l 1\n 79 0 l 1\n 234 729 l 1\n 761 729 l 1\n 734 604 l 1\n 357 604 l 1\n 322 439 l 1\n 671 439 l 1\n 645 314 l 1\n 296 314 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 423\nWidth: 1054\nFlags: W\nHStem: 0 21G<22 201 475 625 899 1078> 709 20G<221 385 630 780 1025 1189>\nDStem: 221 729 385 729 459 378 571 450 459 378 536 285 22 0 201 0 536 285 686 285 475 0 625 0 630 729 780 729 571 450 721 450 686 285 801 378 899 0 1078 0 1025 729 1189 729 721 450 801 378\nFore\n536 285 m 1\n 201 0 l 1\n 22 0 l 1\n 459 378 l 1\n 221 729 l 1\n 385 729 l 1\n 571 450 l 1\n 630 729 l 1\n 780 729 l 1\n 721 450 l 1\n 1025 729 l 1\n 1189 729 l 1\n 801 378 l 1\n 1078 0 l 1\n 899 0 l 1\n 686 285 l 1\n 625 0 l 1\n 475 0 l 1\n 536 285 l 1\nEndSplineSet\nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 424\nWidth: 659\nFlags: W\nHStem: -23 120<321 356> 621 120<450 484>\nVStem: 67.5455 148.499<184 195> 572.019 143.03<549 554>\nFore\n334 428 m 1\n 410 428 l 2\n 519 428 559 478 570 531 c 0\n 582 586 540 621 463 621 c 0\n 368 621 307 581 286 507 c 1\n 146 507 l 1\n 160 574 184 618 229 658 c 0\n 289 712 377 741 482 741 c 0\n 657 741 740 659 710 517 c 0\n 696 453 667 409 617 377 c 1\n 672 343 688 293 671 213 c 0\n 640 65 510 -23 322 -23 c 0\n 136 -23 47 62 71 218 c 1\n 217 218 l 1\n 206 140 254 97 356 97 c 0\n 447 97 511 134 523 195 c 0\n 536 254 512 308 411 308 c 2\n 309 308 l 1\n 334 428 l 1\nEndSplineSet\nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 425\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 511 661> 709 20G<223 373 662 816>\nDStem: 223 729 373 729 68 0 268 233 618 504 816 729 511 0 661 0 662 729 618 504 268 233 218 0\nFore\n218 0 m 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 268 233 l 1\n 662 729 l 1\n 816 729 l 1\n 661 0 l 1\n 511 0 l 1\n 618 504 l 1\n 218 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 426\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 511 661> 709 20G<223 373 662 816>\nDStem: 223 729 373 729 68 0 268 233 618 504 816 729 511 0 661 0 662 729 618 504 268 233 218 0\nFore\n218 0 m 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 268 233 l 1\n 662 729 l 1\n 816 729 l 1\n 661 0 l 1\n 511 0 l 1\n 618 504 l 1\n 218 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 427\nWidth: 720\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<229 379 664 841>\nDStem: 229 729 379 729 74 0 320 450 229 729 285 285 74 0 224 0 664 729 841 729 320 450 400 378\nFore\n224 0 m 1\n 74 0 l 1\n 229 729 l 1\n 379 729 l 1\n 320 450 l 1\n 664 729 l 1\n 841 729 l 1\n 400 378 l 1\n 717 0 l 1\n 538 0 l 1\n 285 285 l 1\n 224 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 428\nWidth: 722\nFlags: W\nHStem: 0 21G<430 580> 604 125<335 558>\nDStem: 212 729 336 604 156 461 296 414 558 604 734 729 430 0 580 0\nFore\n558 604 m 1\n 336 604 l 1\n 296 414 l 1\n 258 237 181 0 -31 0 c 1\n -1 145 l 1\n 70 144 112 255 156 461 c 1\n 212 729 l 1\n 734 729 l 1\n 580 0 l 1\n 430 0 l 1\n 558 604 l 1\nEndSplineSet\nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 429\nWidth: 843\nFlags: W\nHStem: 0 21G<68 218 349 499 628 778> 709 20G<223 447 707 933>\nVStem: 339 108<149.168 264.777 455.25 567.844>\nDStem: 223 729 339 568 68 0 218 0 339 568 447 729 349 0 456 149 707 729 749 568 456 149 499 0 749 568 933 729 628 0 778 0\nFore\n339 568 m 1\n 218 0 l 1\n 68 0 l 1\n 223 729 l 1\n 447 729 l 1\n 456 149 l 1\n 707 729 l 1\n 933 729 l 1\n 778 0 l 1\n 628 0 l 1\n 749 568 l 1\n 499 0 l 1\n 349 0 l 1\n 339 568 l 1\nEndSplineSet\nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 430\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 507 657> 311 125<311 573> 709 20G<223 373 661 812>\nDStem: 223 729 373 729 68 0 311 436 223 729 284 311 68 0 218 0 573 311 812 729 507 0 657 0 661 729 812 729 599 436 657 0\nFore\n573 311 m 1\n 284 311 l 1\n 218 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 311 436 l 1\n 599 436 l 1\n 661 729 l 1\n 812 729 l 1\n 657 0 l 1\n 507 0 l 1\n 573 311 l 1\nEndSplineSet\nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 431\nWidth: 778\nFlags: W\nHStem: -23 128<385 416> 613 127.191<520 539>\nVStem: 106.034 152.581<259 281> 677.319 151.277<436 457>\nFore\n548 741 m 0\n 653 741 727 709 776 640 c 0\n 826 570 842 468 818 354 c 0\n 796 251 734 145 657 78 c 0\n 579 10 490 -23 386 -23 c 128\n 282 -23 207 10 159 78 c 0\n 109 147 93 250 117 359 c 0\n 140 468 198 570 278 640 c 0\n 355 707 446 741 548 741 c 0\n522 613 m 0\n 401 613 299 512 267 359 c 0\n 234 206 293 105 414 105 c 0\n 534 105 636 206 668 355 c 0\n 701 513 645 613 522 613 c 0\nEndSplineSet\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 432\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 507 657> 604 125<345 635>\nDStem: 223 729 346 604 68 0 218 0 635 604 812 729 507 0 657 0\nFore\n635 604 m 1\n 346 604 l 1\n 218 0 l 1\n 68 0 l 1\n 223 729 l 1\n 812 729 l 1\n 657 0 l 1\n 507 0 l 1\n 635 604 l 1\nEndSplineSet\nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 433\nWidth: 649\nFlags: W\nHStem: 0 21G<68 218> 260 125<299 462> 604 125<345 501>\nDStem: 223 729 346 604 68 0 299 385 223 729 273 260 68 0 218 0\nFore\n273 260 m 1\n 218 0 l 1\n 68 0 l 1\n 223 729 l 1\n 545 729 l 2\n 697 729 763 649 732 503 c 0\n 700 355 594 260 460 260 c 2\n 273 260 l 1\n299 385 m 1\n 439 385 l 2\n 519 385 564 420 580 494 c 0\n 596 569 566 604 486 604 c 2\n 346 604 l 1\n 299 385 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 434\nWidth: 837\nFlags: W\nHStem: -23 126<367 398> 613 127.013<504 522>\nVStem: 105.956 152.161<241 266>\nFore\n783 482 m 1\n 640 482 l 1\n 639 521 635 540 624 560 c 0\n 603 595 564 613 512 613 c 0\n 394 613 302 517 268 356 c 0\n 234 197 282 103 398 103 c 0\n 491 103 562 156 591 249 c 1\n 737 249 l 1\n 692 82 549 -23 368 -23 c 0\n 165 -23 69 124 119 358 c 0\n 169 594 328 741 534 741 c 0\n 643 741 724 700 765 626 c 0\n 787 585 791 545 783 482 c 1\nEndSplineSet\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 435\nWidth: 611\nFlags: W\nHStem: 0 21G<235 385> 604 125<168 363 512 726>\nDStem: 363 604 513 604 235 0 385 0\nFore\n513 604 m 1\n 385 0 l 1\n 235 0 l 1\n 363 604 l 1\n 142 604 l 1\n 169 729 l 1\n 753 729 l 1\n 726 604 l 1\n 513 604 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 436\nWidth: 698\nFlags: W\nHStem: 0 21G<136 310> 709 20G<152 315 659 833>\nDStem: 152 729 315 729 298 226 414 384 298 226 833 729 136 0 310 0 659 729 833 729 414 384 310 0\nFore\n310 0 m 1\n 136 0 l 1\n 298 226 l 1\n 152 729 l 1\n 315 729 l 1\n 414 384 l 1\n 659 729 l 1\n 833 729 l 1\n 310 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 437\nWidth: 902\nFlags: W\nHStem: 0 21G<294 444> 94 94<277 314 484.062 536.671> 540 98<357 407 579.124 607.267> 709 20G<449 599>\nVStem: 22.6152 135.921<287 309> 734.727 137.467<431 433>\nDStem: 408 540 558 540 334 188 484 188\nFore\n294 0 m 1\n 314 94 l 1\n 249 94 -32 72 32 374 c 0\n 91 652 340 638 429 638 c 1\n 449 729 l 1\n 599 729 l 1\n 579 638 l 1\n 668 638 923 652 864 374 c 0\n 800 72 529 94 464 94 c 1\n 444 0 l 1\n 294 0 l 1\n334 188 m 1\n 408 540 l 1\n 351 540 203 548 165 370 c 0\n 123 170 272 188 334 188 c 1\n484 188 m 1\n 546 188 687 170 729 370 c 0\n 767 548 615 540 558 540 c 1\n 484 188 l 1\nEndSplineSet\nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 438\nWidth: 664\nFlags: W\nHStem: 0 21G<22 196 475 653> 709 20G<185 363 625 799>\nFore\n498 372 m 1\n 653 0 l 1\n 475 0 l 1\n 389 253 l 1\n 196 0 l 1\n 22 0 l 1\n 330 367 l 1\n 185 729 l 1\n 363 729 l 1\n 440 489 l 1\n 625 729 l 1\n 799 729 l 1\n 498 372 l 1\nEndSplineSet\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 439\nWidth: 730\nFlags: W\nHStem: 0 125<245 535> 709 20G<223 373 662 812>\nDStem: 223 729 373 729 68 0 245 125 662 729 812 729 534 125 680 108 667 0 820 108 635 -150 765 -150\nFore\n534 125 m 1\n 662 729 l 1\n 812 729 l 1\n 680 108 l 1\n 820 108 l 1\n 765 -150 l 1\n 635 -150 l 1\n 667 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 245 125 l 1\n 534 125 l 1\nEndSplineSet\nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 440\nWidth: 671\nFlags: W\nHStem: 0 21G<456 606> 274 125<295 514> 709 20G<215 365 610 761>\nDStem: 215 729 365 729 143 392 295 399 514 274 761 729 456 0 606 0 610 729 761 729 540 399 606 0\nFore\n514 274 m 1\n 268 274 l 2\n 190 275 128 322 143 392 c 2\n 215 729 l 1\n 365 729 l 1\n 295 399 l 1\n 540 399 l 1\n 610 729 l 1\n 761 729 l 1\n 606 0 l 1\n 456 0 l 1\n 514 274 l 1\nEndSplineSet\nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 441\nWidth: 1101\nFlags: W\nHStem: 0 125<245 504 654 913> 709 20G<223 373 632 782 1041 1191>\nDStem: 223 729 373 729 68 0 245 125 632 729 782 729 504 125 654 125 1041 729 1191 729 913 125 1036 0\nFore\n1036 0 m 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 245 125 l 1\n 504 125 l 1\n 632 729 l 1\n 782 729 l 1\n 654 125 l 1\n 913 125 l 1\n 1041 729 l 1\n 1191 729 l 1\n 1036 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 442\nWidth: 1179\nFlags: W\nHStem: 0 125<245 504 654 913> 709 20G<223 373 632 782 1041 1191>\nDStem: 223 729 373 729 68 0 245 125 632 729 782 729 504 125 654 125 1041 729 1191 729 913 125 1059 108 1046 0 1199 108 1014 -150 1144 -150\nFore\n1046 0 m 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 245 125 l 1\n 504 125 l 1\n 632 729 l 1\n 782 729 l 1\n 654 125 l 1\n 913 125 l 1\n 1041 729 l 1\n 1191 729 l 1\n 1059 108 l 1\n 1199 108 l 1\n 1144 -150 l 1\n 1014 -150 l 1\n 1046 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 443\nWidth: 816\nFlags: W\nHStem: 0 125<420 575> 344 125<493 623> 604 125<167 372>\nVStem: 704.133 150.84<271 273>\nDStem: 372 604 548 729 243 0 493 469 372 604 466 344 243 0 420 125\nFore\n493 469 m 1\n 680 469 l 2\n 814 469 880 374 848 226 c 0\n 817 80 717 0 565 0 c 2\n 243 0 l 1\n 372 604 l 1\n 142 605 l 1\n 168 729 l 1\n 548 729 l 1\n 493 469 l 1\n466 344 m 1\n 420 125 l 1\n 560 125 l 2\n 640 125 684 160 700 235 c 0\n 716 309 686 344 606 344 c 2\n 466 344 l 1\nEndSplineSet\nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 444\nWidth: 939\nFlags: W\nHStem: 0 125<243 403> 344 125<316 451> 709 20G<221 371 887 1037>\nVStem: 527.133 150.84<271 273>\nDStem: 221 729 371 729 66 0 316 469 221 729 289 344 66 0 243 125 887 729 1037 729 732 0 882 0\nFore\n1037 729 m 1\n 882 0 l 1\n 732 0 l 1\n 887 729 l 1\n 1037 729 l 1\n316 469 m 1\n 503 469 l 2\n 637 469 703 374 671 226 c 0\n 640 80 540 0 388 0 c 2\n 66 0 l 1\n 221 729 l 1\n 371 729 l 1\n 316 469 l 1\n289 344 m 1\n 243 125 l 1\n 383 125 l 2\n 463 125 507 160 523 235 c 0\n 539 309 509 344 429 344 c 2\n 289 344 l 1\nEndSplineSet\nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 445\nWidth: 639\nFlags: W\nHStem: 0 125<243 403> 344 125<316 451> 709 20G<221 371>\nVStem: 527.133 150.84<271 273>\nDStem: 221 729 371 729 66 0 316 469 221 729 289 344 66 0 243 125\nFore\n316 469 m 1\n 503 469 l 2\n 637 469 703 374 671 226 c 0\n 640 80 540 0 388 0 c 2\n 66 0 l 1\n 221 729 l 1\n 371 729 l 1\n 316 469 l 1\n289 344 m 1\n 243 125 l 1\n 383 125 l 2\n 463 125 507 160 523 235 c 0\n 539 309 509 344 429 344 c 2\n 289 344 l 1\nEndSplineSet\nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 446\nWidth: 737\nFlags: W\nHStem: -23 126<364 388> 311 125<346 612> 613 128<488 521>\nVStem: 106.304 148.27<216 218>\nFore\n320 311 m 1\n 347 436 l 1\n 638 436 l 1\n 641 548 586 613 489 613 c 0\n 437 613 390 595 355 560 c 0\n 335 540 323 521 305 482 c 1\n 162 482 l 1\n 181 545 202 585 242 626 c 0\n 314 700 412 741 521 741 c 0\n 727 741 824 594 774 358 c 0\n 724 124 566 -23 363 -23 c 0\n 182 -23 83 82 110 249 c 1\n 256 249 l 1\n 245 156 293 103 386 103 c 0\n 490 103 572 179 612 311 c 1\n 320 311 l 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 447\nWidth: 1080\nFlags: W\nHStem: -23 128<735 765> 0 21G<66 216> 311 125<309 459> 613 127.191<869 883> 709 20G<221 371>\nVStem: 455.745 152.095<256 281> 1026.67 150.991<434 458>\nDStem: 221 729 371 729 66 0 309 436 221 729 283 311 66 0 216 0\nFore\n488 436 m 1\n 518 515 567 587 628 640 c 0\n 704 707 795 741 897 741 c 0\n 1002 741 1076 709 1126 640 c 0\n 1176 570 1191 468 1167 354 c 0\n 1145 251 1083 145 1006 78 c 0\n 929 10 840 -23 736 -23 c 128\n 632 -23 557 10 508 78 c 0\n 465 137 448 220 459 311 c 1\n 283 311 l 1\n 216 0 l 1\n 66 0 l 1\n 221 729 l 1\n 371 729 l 1\n 309 436 l 1\n 488 436 l 1\n871 613 m 0\n 750 613 648 512 616 359 c 0\n 583 206 642 105 763 105 c 0\n 883 105 985 206 1017 355 c 0\n 1051 513 994 613 871 613 c 0\nEndSplineSet\nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 448\nWidth: 690\nFlags: W\nHStem: 0 21G<22 201 483 633> 604 125<453 611>\nVStem: 175.556 151.862<447 459>\nDStem: 323 261 505 260 22 0 201 0 538 260 788 729 483 0 633 0 611 604 788 729 565 385 633 0\nFore\n505 260 m 1\n 201 0 l 1\n 22 0 l 1\n 323 261 l 1\n 212 272 153 364 183 503 c 0\n 214 649 314 729 466 729 c 2\n 788 729 l 1\n 633 0 l 1\n 483 0 l 1\n 538 260 l 1\n 505 260 l 1\n565 385 m 1\n 611 604 l 1\n 471 604 l 2\n 391 604 347 569 331 494 c 0\n 315 420 345 385 425 385 c 2\n 565 385 l 1\nEndSplineSet\nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 449\nWidth: 554\nFlags: W\nHStem: 0 21G<370 522> 436 113<359 386>\nFore\n525 17 m 1\n 522 0 l 1\n 370 0 l 1\n 360 16 359 26 365 54 c 1\n 305 3 245 -23 185 -23 c 0\n 137 -23 94 -4 70 28 c 0\n 51 55 46 93 55 139 c 0\n 76 236 140 291 251 309 c 2\n 309 319 l 2\n 380 330 380 330 401 340 c 0\n 418 348 430 364 434 382 c 0\n 442 418 419 436 365 436 c 0\n 296 436 269 418 250 362 c 1\n 115 362 l 1\n 150 487 240 549 386 549 c 128\n 532 549 595 493 571 383 c 1\n 507 83 l 1\n 502 55 505 40 525 17 c 1\n399 217 m 2\n 407 255 l 1\n 389 247 383 245 344 238 c 2\n 295 229 l 2\n 234 217 208 197 199 155 c 0\n 190 115 214 90 261 90 c 0\n 332 90 382 136 399 217 c 2\nEndSplineSet\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 450\nWidth: 611\nFlags: W\nHStem: -23 117<279 307> 432 117<379 434>\nVStem: 466.648 141.723<317 330>\nFore\n583 776 m 1\n 687 777 l 1\n 678 736 668 690 630 666 c 0\n 534 606 463 655 369 592 c 0\n 316 557 269 470 269 470 c 1\n 314 524 367 549 434 549 c 0\n 500 549 559 515 585 462 c 0\n 610 410 616 336 601 263 c 0\n 566 100 451 -23 280 -23 c 0\n 118 -23 40 50 92 292 c 0\n 121 428 176 603 321 684 c 0\n 372 712 453 716 520 724 c 0\n 568 730 583 776 583 776 c 1\n379 432 m 0\n 309 432 246 363 225 265 c 0\n 203 162 236 94 307 94 c 0\n 376 94 440 164 460 262 c 0\n 482 362 448 432 379 432 c 0\nEndSplineSet\nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 451\nWidth: 621\nFlags: W\nHStem: 0 110<223 365> 223 110<271 397> 430 110<290 429>\nVStem: 438.826 137.09<180 193>\nFore\n60 0 m 1\n 175 540 l 1\n 463 540 l 2\n 521 540 556 529 582 501 c 0\n 607 475 617 435 609 398 c 0\n 600 352 572 320 512 286 c 1\n 564 251 584 208 573 155 c 0\n 564 112 534 66 495 39 c 0\n 456 11 413 0 351 0 c 2\n 60 0 l 1\n291 430 m 1\n 271 333 l 1\n 387 333 l 2\n 438 333 462 341 471 380 c 0\n 479 420 458 430 407 430 c 2\n 291 430 l 1\n247 223 m 1\n 223 110 l 1\n 345 110 l 2\n 399 110 427 125 437 170 c 0\n 447 216 423 223 369 223 c 2\n 247 223 l 1\nEndSplineSet\nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 452\nWidth: 475\nFlags: W\nHStem: 0 21G<60 200> 427 113<290 499>\nDStem: 175 540 291 427 60 0 200 0\nFore\n523 540 m 1\n 499 427 l 1\n 291 427 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\n 523 540 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 453\nWidth: 804\nFlags: W\nHStem: 0 113<303 501> 427 113<408 568>\nDStem: 26 101 115 0 -22 -125 88 -125 568 427 732 540 501 113 638 101 599 0 730 101 572 -125 682 -125\nFore\n638 101 m 1\n 730 101 l 1\n 682 -125 l 1\n 572 -125 l 1\n 599 0 l 1\n 115 0 l 1\n 88 -125 l 1\n -22 -125 l 1\n 26 101 l 1\n 122 101 l 2\n 176 102 231 252 260 388 c 1\n 293 540 l 1\n 732 540 l 1\n 638 101 l 1\n303 113 m 1\n 501 113 l 1\n 568 427 l 1\n 409 427 l 1\n 398 376 l 2\n 373 259 343 174 303 113 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 454\nWidth: 552\nFlags: W\nHStem: -23 107<261 289> 226 93<229 444> 442 106.01<360 369>\nVStem: 65.0495 136.43<150 186> 446.504 140.703<344 362>\nFore\n569 226 m 1\n 207 226 l 1\n 199 175 198 151 207 131 c 0\n 221 101 249 84 289 84 c 0\n 340 84 384 109 411 152 c 1\n 549 152 l 1\n 495 46 382 -23 261 -23 c 0\n 108 -23 37 83 74 256 c 0\n 112 437 231 549 386 549 c 0\n 495 549 569 490 585 392 c 0\n 590 354 587 304 575 250 c 0\n 574 243 573 238 569 226 c 1\n229 319 m 1\n 444 319 l 1\n 449 356 447 377 439 397 c 1\n 425 425 396 442 361 442 c 0\n 299 442 256 401 229 319 c 1\nEndSplineSet\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 455\nWidth: 775\nFlags: W\nHStem: 0 21G<16 195 332 472 609 788> 520 20G<167 315 447 587 719 867>\nDStem: 167 540 315 540 292 296 407 351 292 296 374 198 16 0 195 0 374 198 514 198 332 0 472 0 447 540 587 540 407 351 547 351 514 198 638 296 609 0 788 0 719 540 867 540 547 351 638 296\nFore\n374 198 m 1\n 195 0 l 1\n 16 0 l 1\n 292 296 l 1\n 167 540 l 1\n 315 540 l 1\n 407 351 l 1\n 447 540 l 1\n 587 540 l 1\n 547 351 l 1\n 719 540 l 1\n 867 540 l 1\n 638 296 l 1\n 788 0 l 1\n 609 0 l 1\n 514 198 l 1\n 472 0 l 1\n 332 0 l 1\n 374 198 l 1\nEndSplineSet\nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 456\nWidth: 556\nFlags: W\nHStem: -23 110<269 297> 439 109.353<372 393>\nFore\n247 208 m 1\n 271 318 l 1\n 365 318 l 2\n 437 318 440 367 445 389 c 0\n 451 419 423 439 374 439 c 0\n 307 439 269 415 258 366 c 1\n 123 366 l 1\n 149 480 252 549 397 549 c 0\n 534 549 604 480 581 369 c 0\n 573 333 555 302 532 281 c 0\n 527 277 521 274 516 271 c 1\n 551 246 562 213 551 160 c 128\n 540 107 505 57 458 25 c 0\n 412 -7 351 -23 276 -23 c 0\n 112 -23 38 39 60 157 c 1\n 197 157 l 1\n 196 128 200 117 213 106 c 0\n 228 94 256 87 292 87 c 0\n 357 87 400 107 407 140 c 0\n 412 162 423 208 339 208 c 2\n 247 208 l 1\nEndSplineSet\nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 457\nWidth: 636\nFlags: W\nHStem: 0 21G<60 215 403 543> 520 20G<175 315 503 658>\nDStem: 175 540 315 540 60 0 242 197 476 343 658 540 403 0 543 0 503 540 476 343 242 197 215 0\nFore\n175 540 m 1\n 315 540 l 1\n 242 197 l 1\n 503 540 l 1\n 658 540 l 1\n 543 0 l 1\n 403 0 l 1\n 476 343 l 1\n 215 0 l 1\n 60 0 l 1\n 175 540 l 1\nEndSplineSet\nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 458\nWidth: 636\nFlags: W\nHStem: 0 21G<60 215 403 543> 520 20G<175 315 503 658> 611 78<429 447>\nVStem: 324 48<715 746>\nDStem: 175 540 315 540 60 0 242 197 476 343 658 540 403 0 543 0 503 540 476 343 242 197 215 0\nFore\n549 754 m 1\n 591 754 l 1\n 577 672 509 611 430 611 c 0\n 367 611 324 653 324 715 c 0\n 324 727 325 736 330 754 c 1\n 372 754 l 1\n 372 746 l 2\n 372 710 399 689 446 689 c 0\n 497 689 532 711 549 754 c 1\n175 540 m 1\n 315 540 l 1\n 242 197 l 1\n 503 540 l 1\n 658 540 l 1\n 543 0 l 1\n 403 0 l 1\n 476 343 l 1\n 215 0 l 1\n 60 0 l 1\n 175 540 l 1\nEndSplineSet\nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 459\nWidth: 529\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<174 314 476 624>\nDStem: 174 540 314 540 59 0 274 351 174 540 241 198 59 0 199 0 241 198 358 296 366 0 548 0 476 540 624 540 274 351 358 296\nFore\n274 351 m 1\n 476 540 l 1\n 624 540 l 1\n 358 296 l 1\n 548 0 l 1\n 366 0 l 1\n 241 198 l 1\n 199 0 l 1\n 59 0 l 1\n 174 540 l 1\n 314 540 l 1\n 274 351 l 1\nEndSplineSet\nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 460\nWidth: 608\nFlags: W\nHStem: 0 21G<346 486> 427 113<276 436>\nDStem: 436 427 600 540 346 0 486 0\nFore\n161 540 m 1\n 600 540 l 1\n 486 0 l 1\n 346 0 l 1\n 436 427 l 1\n 277 427 l 1\n 267 376 l 1\n 210 112 125 0 -28 0 c 1\n 0 135 l 1\n 74 136 100 252 129 388 c 2\n 161 540 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 461\nWidth: 697\nFlags: W\nHStem: 0 21G<60 200 464 604> 520 20G<175 315 579 719>\nDStem: 175 540 255 257 60 0 200 0 519 257 719 540 464 0 604 0\nFore\n313 74 m 1\n 255 257 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\n 315 540 l 1\n 394 289 l 1\n 579 540 l 1\n 719 540 l 1\n 604 0 l 1\n 464 0 l 1\n 519 257 l 1\n 383 74 l 1\n 313 74 l 1\nEndSplineSet\nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 462\nWidth: 636\nFlags: W\nHStem: 0 21G<60 200 403 543> 237 115<275 456> 520 20G<175 315 518 658>\nDStem: 175 540 315 540 60 0 275 352 175 540 253 237 60 0 200 0 456 237 658 540 403 0 543 0 518 540 658 540 478 352 543 0\nFore\n175 540 m 1\n 315 540 l 1\n 275 352 l 1\n 478 352 l 1\n 518 540 l 1\n 658 540 l 1\n 543 0 l 1\n 403 0 l 1\n 456 237 l 1\n 253 237 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\nEndSplineSet\nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 463\nWidth: 611\nFlags: W\nHStem: -23 113<297 324> 436 112.217<393 402>\nVStem: 82.5412 142.267<200 207> 491.48 142.134<318 330>\nFore\n418 549 m 0\n 587 549 663 442 625 259 c 0\n 588 86 462 -23 298 -23 c 0\n 132 -23 54 85 91 263 c 0\n 129 440 253 549 418 549 c 0\n395 436 m 0\n 319 436 253 366 231 263 c 128\n 209 160 246 90 322 90 c 0\n 397 90 463 160 485 261 c 0\n 507 367 472 436 395 436 c 0\nEndSplineSet\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 464\nWidth: 636\nFlags: W\nHStem: 0 21G<60 200 403 543> 427 113<290 493>\nDStem: 175 540 291 427 60 0 200 0 494 427 658 540 403 0 543 0\nFore\n175 540 m 1\n 658 540 l 1\n 543 0 l 1\n 403 0 l 1\n 494 427 l 1\n 291 427 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\nEndSplineSet\nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 465\nWidth: 611\nFlags: W\nHStem: -24 117<295 313> 432 117<373 430> 520 20G<138 278>\nVStem: 460.852 142.082<318 327>\nDStem: 138 540 176 64 -24 -218 116 -218\nFore\n278 540 m 1\n 261 460 l 1\n 307 520 362 549 430 549 c 0\n 495 549 554 515 579 464 c 0\n 605 414 611 338 595 262 c 0\n 560 98 438 -24 308 -24 c 0\n 240 -24 198 4 176 64 c 1\n 116 -218 l 1\n -24 -218 l 1\n 138 540 l 1\n 278 540 l 1\n373 432 m 0\n 303 432 240 363 219 262 c 0\n 197 161 231 93 301 93 c 0\n 370 93 433 162 454 260 c 0\n 476 363 444 432 373 432 c 0\nEndSplineSet\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 466\nWidth: 554\nFlags: W\nHStem: -23 113<280 306> 436 112.054<377 381>\nVStem: 77.6099 142.627<184 198>\nFore\n592 338 m 1\n 458 338 l 1\n 457 409 436 436 379 436 c 0\n 339 436 305 420 282 390 c 0\n 258 358 238 310 227 259 c 0\n 205 154 235 90 306 90 c 0\n 360 90 393 117 426 187 c 1\n 560 187 l 1\n 520 58 412 -23 281 -23 c 0\n 121 -23 50 81 87 259 c 0\n 127 443 243 549 404 549 c 0\n 539 549 610 470 592 338 c 1\nEndSplineSet\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 467\nWidth: 454\nFlags: W\nHStem: 0 21G<145 285> 427 113<124 236 375 511>\nDStem: 236 427 376 427 145 0 285 0\nFore\n535 540 m 1\n 511 427 l 1\n 376 427 l 1\n 285 0 l 1\n 145 0 l 1\n 236 427 l 1\n 101 427 l 1\n 125 540 l 1\n 535 540 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 468\nWidth: 552\nFlags: W\nHStem: -219 103<84 102> 520 20G<120 274 505 649>\nFore\n505 540 m 1\n 649 540 l 1\n 291 -99 l 2\n 255 -163 233 -186 190 -202 c 0\n 164 -212 121 -219 86 -219 c 0\n 69 -219 57 -218 37 -215 c 1\n 59 -110 l 1\n 76 -115 84 -116 95 -116 c 0\n 144 -116 190 -77 201 -26 c 1\n 201 -23 l 1\n 202 -22 l 1\n 120 540 l 1\n 274 540 l 1\n 309 147 l 1\n 505 540 l 1\nEndSplineSet\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 469\nWidth: 989\nFlags: W\nHStem: -24 117<246 303 677 694> 432 117<366 377 751 808> 699 20G<554 694>\nVStem: 72.4516 142.523<197 207> 839.354 141.526<317 327>\nDStem: 415 64 555 64 355 -218 495 -218 554 719 694 719 499 460 639 460\nFore\n415 64 m 1\n 368 4 314 -24 246 -24 c 0\n 116 -24 46 98 81 262 c 0\n 97 338 135 414 182 464 c 0\n 229 515 303 549 368 549 c 0\n 436 549 478 520 499 460 c 1\n 554 719 l 1\n 694 719 l 1\n 639 460 l 1\n 686 520 740 549 808 549 c 0\n 873 549 933 515 958 464 c 0\n 983 414 989 338 973 262 c 0\n 938 98 816 -24 686 -24 c 0\n 618 -24 576 4 555 64 c 1\n 495 -218 l 1\n 355 -218 l 1\n 415 64 l 1\n375 432 m 0\n 304 432 242 363 221 260 c 0\n 200 162 234 93 303 93 c 0\n 373 93 436 161 457 262 c 128\n 478 363 445 432 375 432 c 0\n751 432 m 0\n 681 432 618 363 597 262 c 128\n 576 161 609 93 679 93 c 0\n 748 93 812 162 833 260 c 0\n 854 363 822 432 751 432 c 0\nEndSplineSet\nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 470\nWidth: 554\nFlags: W\nHStem: 0 21G<16 184 367 535> 520 20G<135 303 478 646>\nFore\n413 272 m 1\n 535 0 l 1\n 367 0 l 1\n 312 168 l 1\n 184 0 l 1\n 16 0 l 1\n 254 272 l 1\n 135 540 l 1\n 303 540 l 1\n 356 377 l 1\n 478 540 l 1\n 646 540 l 1\n 413 272 l 1\nEndSplineSet\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 471\nWidth: 690\nFlags: W\nHStem: 0 113<224 427> 520 20G<175 315 518 658>\nDStem: 175 540 315 540 60 0 224 113 518 540 658 540 427 113 564 101 553 0 684 101 526 -125 636 -125\nFore\n60 0 m 1\n 175 540 l 1\n 315 540 l 1\n 224 113 l 1\n 427 113 l 1\n 518 540 l 1\n 658 540 l 1\n 564 101 l 1\n 684 101 l 1\n 636 -125 l 1\n 526 -125 l 1\n 553 0 l 1\n 60 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 472\nWidth: 606\nFlags: W\nHStem: 0 21G<373 513> 165 113<254 408> 520 20G<170 310 488 628>\nDStem: 170 540 310 540 115 279 254 278 408 165 628 540 373 0 513 0 488 540 628 540 432 278 513 0\nFore\n170 540 m 1\n 310 540 l 1\n 254 278 l 1\n 432 278 l 1\n 488 540 l 1\n 628 540 l 1\n 513 0 l 1\n 373 0 l 1\n 408 165 l 1\n 230 165 l 2\n 160 165 96 186 115 279 c 1\n 170 540 l 1\nEndSplineSet\nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 473\nWidth: 934\nFlags: W\nHStem: 0 113<224 403 543 725> 520 20G<175 315 494 634 816 956>\nDStem: 175 540 315 540 60 0 224 113 494 540 634 540 403 113 543 113 816 540 956 540 725 113 841 0\nFore\n841 0 m 1\n 60 0 l 1\n 175 540 l 1\n 315 540 l 1\n 224 113 l 1\n 403 113 l 1\n 494 540 l 1\n 634 540 l 1\n 543 113 l 1\n 725 113 l 1\n 816 540 l 1\n 956 540 l 1\n 841 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 474\nWidth: 987\nFlags: W\nHStem: 0 113<224 403 543 725> 520 20G<174 314 493 633 815 955>\nDStem: 174 540 314 540 60 0 224 113 493 540 633 540 403 113 543 113 815 540 955 540 725 113 862 101 851 0 982 101 824 -125 934 -125\nFore\n851 0 m 1\n 60 0 l 1\n 174 540 l 1\n 314 540 l 1\n 224 113 l 1\n 403 113 l 1\n 493 540 l 1\n 633 540 l 1\n 543 113 l 1\n 725 113 l 1\n 815 540 l 1\n 955 540 l 1\n 862 101 l 1\n 982 101 l 1\n 934 -125 l 1\n 824 -125 l 1\n 851 0 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 475\nWidth: 741\nFlags: W\nHStem: 0 110<344 474> 223 110<391 509> 427 113<123 271>\nVStem: 559.497 138.105<182 193>\nFore\n124 540 m 1\n 435 540 l 1\n 391 333 l 1\n 507 333 l 2\n 654 333 719 272 693 155 c 0\n 684 112 655 66 616 39 c 0\n 577 11 534 0 472 0 c 2\n 181 0 l 1\n 271 427 l 1\n 100 427 l 1\n 124 540 l 1\n368 223 m 1\n 344 110 l 1\n 457 110 l 2\n 511 110 548 125 558 170 c 0\n 567 216 535 223 481 223 c 2\n 368 223 l 1\nEndSplineSet\nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 476\nWidth: 839\nFlags: W\nHStem: 0 110<224 365> 223 110<271 397> 520 20G<175 315 721 861>\nVStem: 439.262 137.592<186 198>\nDStem: 175 540 315 540 60 0 271 333 721 540 861 540 606 0 746 0\nFore\n861 540 m 1\n 746 0 l 1\n 606 0 l 1\n 721 540 l 1\n 861 540 l 1\n387 333 m 2\n 534 333 594 267 573 155 c 0\n 564 112 534 66 496 39 c 0\n 457 11 413 0 351 0 c 2\n 60 0 l 1\n 175 540 l 1\n 315 540 l 1\n 271 333 l 1\n 387 333 l 2\n248 223 m 1\n 224 110 l 1\n 346 110 l 2\n 400 110 428 125 437 170 c 0\n 447 216 424 223 370 223 c 2\n 248 223 l 1\nEndSplineSet\nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 477\nWidth: 619\nFlags: W\nHStem: 0 110<223 365> 223 110<271 397> 520 20G<175 315>\nVStem: 439.21 137.645<186 198>\nDStem: 175 540 315 540 60 0 271 333\nFore\n387 333 m 2\n 534 333 594 267 573 155 c 0\n 564 112 534 66 495 39 c 0\n 456 11 413 0 351 0 c 2\n 60 0 l 1\n 175 540 l 1\n 315 540 l 1\n 271 333 l 1\n 387 333 l 2\n247 223 m 1\n 223 110 l 1\n 345 110 l 2\n 399 110 428 125 437 170 c 0\n 447 216 423 223 369 223 c 2\n 247 223 l 1\nEndSplineSet\nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 478\nWidth: 575\nFlags: W\nHStem: -23 113<273 299> 207 113<280 433> 436 112.15<369 387>\nFore\n257 207 m 1\n 281 320 l 1\n 455 320 l 1\n 456 347 454 371 448 390 c 0\n 438 420 411 436 371 436 c 0\n 314 436 281 409 250 338 c 1\n 116 338 l 1\n 154 470 259 549 394 549 c 0\n 555 549 626 443 587 259 c 0\n 549 81 434 -23 274 -23 c 0\n 143 -23 69 58 84 187 c 1\n 218 187 l 1\n 221 117 243 90 297 90 c 0\n 356 90 405 133 433 207 c 1\n 257 207 l 1\nEndSplineSet\nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 479\nWidth: 908\nFlags: W\nHStem: -23 113<593 620> 0 21G<60 200> 436 112.221<690 701> 520 20G<175 315>\nVStem: 380 141.687<200 206> 787.971 142.1<320 330>\nDStem: 175 540 315 540 60 0 268 320 175 540 244 207 60 0 200 0\nFore\n380 207 m 1\n 244 207 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\n 315 540 l 1\n 268 320 l 1\n 404 320 l 1\n 454 463 568 549 715 549 c 0\n 884 549 960 442 921 259 c 0\n 884 86 758 -23 594 -23 c 0\n 446 -23 369 63 380 207 c 1\n692 436 m 0\n 616 436 550 366 528 263 c 128\n 506 160 542 90 618 90 c 0\n 693 90 760 160 781 261 c 0\n 804 367 769 436 692 436 c 0\nEndSplineSet\nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 480\nWidth: 636\nFlags: W\nHStem: 0 21G<37 216 403 543> 430 110<350 495>\nVStem: 140.213 139.445<342 353>\nDStem: 239 218 403 207 37 0 216 0 447 207 658 540 403 0 543 0\nFore\n403 207 m 1\n 216 0 l 1\n 37 0 l 1\n 239 218 l 1\n 160 241 127 306 145 385 c 0\n 154 428 184 474 223 501 c 0\n 262 529 305 540 367 540 c 2\n 658 540 l 1\n 543 0 l 1\n 403 0 l 1\n 447 207 l 1\n 403 207 l 1\n471 317 m 1\n 495 430 l 1\n 373 430 l 2\n 319 430 290 415 281 370 c 0\n 271 324 295 317 349 317 c 2\n 471 317 l 1\nEndSplineSet\nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 481\nWidth: 552\nFlags: W\nHStem: -23 107<261 289> 226 93<229 445> 442 106.01<360 369>\nVStem: 65.0495 136.43<150 186> 446.504 140.703<344 362>\nFore\n569 226 m 1\n 207 226 l 1\n 199 175 198 151 207 131 c 0\n 221 101 249 84 289 84 c 0\n 340 84 384 109 411 152 c 1\n 549 152 l 1\n 495 46 382 -23 261 -23 c 0\n 108 -23 37 83 74 256 c 0\n 112 437 231 549 386 549 c 0\n 495 549 569 490 585 392 c 0\n 590 354 587 304 575 250 c 0\n 574 243 573 238 569 226 c 1\n229 319 m 1\n 444 319 l 1\n 449 356 447 377 439 397 c 1\n 425 425 396 442 361 442 c 0\n 299 442 256 401 229 319 c 1\n341 790 m 1\n 460 790 l 1\n 505 640 l 1\n 442 640 l 1\n 341 790 l 1\nEndSplineSet\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 482\nWidth: 552\nFlags: W\nHStem: -23 107<260 289> 226 93<229 444> 442 106.01<360 373> 621 122<286 371 472 557>\nVStem: 65.0495 136.43<150 186> 446.504 140.703<344 362>\nDStem: 287 743 397 743 261 621 371 621 473 743 583 743 447 621 557 621\nFore\n569 226 m 1\n 207 226 l 1\n 199 175 198 151 207 131 c 0\n 221 101 249 84 289 84 c 0\n 340 84 384 109 411 152 c 1\n 549 152 l 1\n 495 46 382 -23 261 -23 c 0\n 108 -23 37 83 74 256 c 0\n 112 437 231 549 386 549 c 0\n 495 549 569 490 585 392 c 0\n 590 354 587 304 575 250 c 0\n 574 243 573 238 569 226 c 1\n229 319 m 1\n 444 319 l 1\n 449 356 447 377 439 397 c 1\n 425 425 396 442 361 442 c 0\n 299 442 256 401 229 319 c 1\n397 743 m 1\n 371 621 l 1\n 261 621 l 1\n 287 743 l 1\n 397 743 l 1\n583 743 m 1\n 557 621 l 1\n 447 621 l 1\n 473 743 l 1\n 583 743 l 1\nEndSplineSet\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 483\nWidth: 606\nFlags: W\nHStem: 0 21G<32.915 172.915> 567 104<104 145 316 463> 709 20G<187.868 327.868>\nVStem: 440.308 142.639<352 354>\nDStem: 153.435 567 239.87 315 32.915 0 172.915 0 436.146 321 582.947 353 392.722 112 536.972 132\nFore\n536.972 132 m 1\n 582.947 353 l 1\n 583.16 354 l 2\n 597.188 420 589.129 468.333 558.98 499 c 0\n 532.123 526.333 494.695 540 446.695 540 c 0\n 380.028 540 320.198 511 269.203 453 c 1\n 293.435 567 l 1\n 463.435 567 l 1\n 485.54 671 l 1\n 315.54 671 l 1\n 327.868 729 l 1\n 187.868 729 l 1\n 175.54 671 l 1\n 105.54 671 l 1\n 83.4346 567 l 1\n 153.435 567 l 1\n 32.915 0 l 1\n 172.915 0 l 1\n 239.87 315 l 1\n 239.87 315 l 2\n 243.979 334.333 253.28 353 265.348 369 c 0\n 292.05 403.667 327.401 421 371.401 421 c 0\n 402.068 421 423.062 410 434.387 388 c 0\n 441.652 372 442.328 349.667 436.146 321 c 2\n 392.722 112 l 1\n 358.733 -24.9238 241.959 -108 185.533 -110 c 1\n 172.354 -172 l 1\n 232.604 -186.044 486.536 -57.9502 536.972 132 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 484\nWidth: 454\nFlags: W\nHStem: 0 21G<7 147> 427 113<236 445>\nDStem: 121 540 237 427 7 0 147 0\nFore\n402 774 m 1\n 244 624 l 1\n 174 624 l 1\n 276 774 l 1\n 402 774 l 1\n469 540 m 1\n 445 427 l 1\n 237 427 l 1\n 147 0 l 1\n 7 0 l 1\n 121 540 l 1\n 469 540 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 485\nWidth: 556\nFlags: W\nHStem: -23 113<225 251> 207 113<191 341> 436 112.055<323 343>\nFore\n341 207 m 1\n 166 207 l 1\n 162 133 193 90 251 90 c 0\n 305 90 339 117 372 187 c 1\n 506 187 l 1\n 465 58 357 -23 226 -23 c 0\n 66 -23 -5 81 33 259 c 0\n 72 443 189 549 350 549 c 0\n 485 549 556 470 538 338 c 1\n 404 338 l 1\n 403 409 382 436 325 436 c 0\n 285 436 250 420 228 390 c 0\n 214 371 201 347 191 320 c 1\n 365 320 l 1\n 341 207 l 1\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 486\nWidth: 556\nFlags: W\nHStem: -23 110<216 255> 439 109.148<304 323>\nVStem: 3.30064 140.684<136 140> 393.441 136.682<387 394>\nFore\n527 366 m 1\n 392 366 l 1\n 401 415 373 439 306 439 c 0\n 257 439 221 419 215 389 c 0\n 210 367 218 359 255 347 c 2\n 421 296 l 2\n 488 275 513 230 498 160 c 0\n 487 107 452 57 405 25 c 0\n 359 -7 298 -23 223 -23 c 0\n 59 -23 -15 39 6 157 c 1\n 143 157 l 1\n 143 128 147 117 160 106 c 0\n 175 94 203 87 239 87 c 0\n 304 87 347 107 354 140 c 0\n 359 162 349 173 316 184 c 2\n 160 236 l 2\n 112 253 97 262 82 281 c 0\n 67 302 63 333 71 369 c 0\n 94 480 194 549 331 549 c 0\n 476 549 549 480 527 366 c 1\nEndSplineSet\nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 487\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 520 20G<182 322> 709 20G<222 362>\nDStem: 182 540 322 540 67 0 207 0\nFore\n322 540 m 1\n 207 0 l 1\n 67 0 l 1\n 182 540 l 1\n 322 540 l 1\n362 729 m 1\n 335 604 l 1\n 195 604 l 1\n 222 729 l 1\n 362 729 l 1\nEndSplineSet\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 488\nWidth: 278\nFlags: W\nHStem: 0 21G<67 207> 520 20G<182 322> 621 120<145 230 331 416>\nDStem: 146 741 256 741 120 621 230 621 182 540 322 540 67 0 207 0 332 741 442 741 306 621 416 621\nFore\n322 540 m 1\n 207 0 l 1\n 67 0 l 1\n 182 540 l 1\n 322 540 l 1\n256 741 m 1\n 230 621 l 1\n 120 621 l 1\n 146 741 l 1\n 256 741 l 1\n442 741 m 1\n 416 621 l 1\n 306 621 l 1\n 332 741 l 1\n 442 741 l 1\nEndSplineSet\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 489\nWidth: 278\nFlags: W\nHStem: -218 112<-12 8> 520 20G<185 325> 709 20G<225 365>\nDStem: 185 540 325 540 57 -62 190 -94\nFore\n365 729 m 1\n 338 604 l 1\n 198 604 l 1\n 225 729 l 1\n 365 729 l 1\n325 540 m 1\n 190 -94 l 1\n 172 -181 116 -218 2 -218 c 0\n -17 -218 -29 -217 -43 -213 c 1\n -19 -102 l 1\n -15 -105 -8 -106 6 -106 c 0\n 36 -106 50 -94 57 -62 c 2\n 185 540 l 1\n 325 540 l 1\nEndSplineSet\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 490\nWidth: 900\nFlags: W\nHStem: 0 110<514 657> 427 113<276 436>\nDStem: 436.371 427 600.391 540 345.609 0 553.415 319\nFore\n345.609 0 m 1\n 436.371 427 l 1\n 277.371 427 l 1\n 266.531 376 l 2\n 229.829 203.333 176.427 91.667 106.324 41 c 0\n 72.4141 16.333 32.8428 2.66699 -12.3906 0 c 2\n -28.3906 0 l 1\n 0.304688 135 l 1\n 38.4463 135.667 69.3613 171.333 93.0488 242 c 0\n 102.616 271.333 114.557 319.667 128.869 387 c 2\n 129.082 388 l 1\n 161.391 540 l 1\n 600.391 540 l 1\n 553.415 319 l 1\n 661.415 319 l 2\n 756.748 319 816.229 288.333 839.86 227 c 0\n 851.1 198.333 843.862 184.667 836.068 148 c 2\n 835.855 147 l 2\n 827.354 107 814.194 89 784.726 57 c 0\n 776.883 48.333 769.062 41.333 761.262 36 c 0\n 725.068 10 688.609 0 628.609 0 c 1\n 345.609 0 l 1\n530.034 209 m 1\n 508.991 110 l 1\n 617.991 110 l 2\n 669.324 110 700.395 110.333 713.706 151 c 1\n 715.619 160 l 2\n 723.838 198.667 699.071 201.333 655.821 208 c 0\n 649.296 208.667 642.034 209 634.034 209 c 2\n 530.034 209 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 491\nWidth: 611\nFlags: W\nHStem: 0 110<516 660> 209 111<228 390 564 658> 520 20G<120.391 260.391 463.391 603.391>\nDStem: 120.391 540 260.391 540 5.60938 0 213.628 320 120.391 540 189.609 207 5.60938 0 145.609 0 463.391 540 603.391 540 416.628 320 556.415 319\nFore\n603.391 540 m 5\n 556.415 319 l 5\n 664.415 319 l 6\n 759.748 319 819.229 288.333 842.86 227 c 4\n 854.1 198.333 846.862 184.667 839.068 148 c 6\n 838.855 147 l 6\n 830.354 107 817.194 89 787.726 57 c 4\n 779.883 48.333 772.062 41.333 764.262 36 c 4\n 728.068 10 691.609 0 631.609 0 c 5\n 348.609 0 l 5\n 392.609 207 l 5\n 189.609 207 l 1\n 145.609 0 l 1\n 5.60938 0 l 1\n 120.391 540 l 1\n 260.391 540 l 1\n 213.628 320 l 1\n 416.628 320 l 5\n 463.391 540 l 5\n 603.391 540 l 5\n533.034 209 m 5\n 511.991 110 l 5\n 620.991 110 l 6\n 672.324 110 703.395 110.333 716.706 151 c 5\n 718.619 160 l 6\n 726.838 198.667 702.071 201.333 658.821 208 c 4\n 652.296 208.667 645.034 209 637.034 209 c 6\n 533.034 209 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 492\nWidth: 606\nFlags: W\nHStem: 0 21G<14.5234 154.523 348.523 488.523> 567 104<86 127 301 445> 709 20G<169.477 309.477>\nVStem: 421.878 142.891<352 354>\nDStem: 135.043 567 221.479 315 14.5234 0 154.523 0 417.754 321 564.556 353 348.523 0 488.523 0\nFore\n169.477 729 m 5\n 309.477 729 l 5\n 297.148 671 l 5\n 467.148 671 l 5\n 445.043 567 l 5\n 275.043 567 l 5\n 250.812 453 l 5\n 301.807 511 361.637 540 428.304 540 c 4\n 476.304 540 513.731 526.333 540.589 499 c 4\n 570.737 468.333 578.797 420 564.769 354 c 6\n 564.556 353 l 5\n 488.523 0 l 5\n 348.523 0 l 5\n 417.754 321 l 6\n 423.847 349.667 423.261 372 415.995 388 c 4\n 404.671 410 383.677 421 353.01 421 c 4\n 309.01 421 273.658 403.667 246.956 369 c 4\n 234.889 353 225.588 334.333 221.479 315 c 6\n 221.479 315 l 5\n 154.523 0 l 5\n 14.5234 0 l 5\n 135.043 567 l 5\n 65.043 567 l 5\n 87.1484 671 l 5\n 157.148 671 l 5\n 169.477 729 l 5\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 493\nWidth: 556\nFlags: W\nHStem: 0 21G<2 142 309 491> 520 20G<116 256 418 566>\nDStem: 116 540 256 540 2 0 216 351 116 540 184 198 2 0 142 0 184 198 301 296 309 0 491 0 418 540 566 540 216 351 301 296\nFore\n392 774 m 1\n 234 624 l 1\n 164 624 l 1\n 266 774 l 1\n 392 774 l 1\n216 351 m 1\n 418 540 l 1\n 566 540 l 1\n 301 296 l 1\n 491 0 l 1\n 309 0 l 1\n 184 198 l 1\n 142 0 l 1\n 2 0 l 1\n 116 540 l 1\n 256 540 l 1\n 216 351 l 1\nEndSplineSet\nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 494\nWidth: 636\nFlags: W\nHStem: 0 21G<60 215 403 543> 520 20G<175 315 503 658>\nDStem: 175 540 315 540 60 0 242 197 476 343 658 540 403 0 543 0 503 540 476 343 242 197 215 0\nFore\n175 540 m 1\n 315 540 l 1\n 242 197 l 1\n 503 540 l 1\n 658 540 l 1\n 543 0 l 1\n 403 0 l 1\n 476 343 l 1\n 215 0 l 1\n 60 0 l 1\n 175 540 l 1\n372 790 m 1\n 491 790 l 1\n 536 640 l 1\n 473 640 l 1\n 372 790 l 1\nEndSplineSet\nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 495\nWidth: 556\nFlags: W\nHStem: -219 103<53 71> 520 20G<90 244 475 619> 611 78<368 387>\nVStem: 263 48<715 746>\nFore\n488 754 m 1\n 530 754 l 1\n 516 672 448 611 369 611 c 0\n 306 611 263 653 263 715 c 0\n 263 727 264 736 269 754 c 1\n 311 754 l 1\n 311 746 l 2\n 311 710 338 689 385 689 c 0\n 436 689 471 711 488 754 c 1\n475 540 m 1\n 619 540 l 1\n 261 -99 l 1\n 224 -163 202 -186 160 -202 c 0\n 134 -212 90 -219 55 -219 c 0\n 38 -219 27 -218 6 -215 c 1\n 29 -110 l 1\n 45 -115 53 -116 64 -116 c 0\n 113 -116 160 -77 170 -26 c 1\n 171 -23 l 1\n 171 -22 l 1\n 90 540 l 1\n 244 540 l 1\n 279 147 l 1\n 475 540 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 496\nWidth: 636\nFlags: W\nHStem: 0 113<224 427> 520 20G<175 315 518 658>\nDStem: 175 540 315 540 60 0 224 113 518 540 658 540 427 113 543 0\nFore\n543 0 m 1\n 60 0 l 1\n 175 540 l 1\n 315 540 l 1\n 224 113 l 1\n 427 113 l 1\n 518 540 l 1\n 658 540 l 1\n 543 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 497\nWidth: 639\nFlags: W\nHStem: 0 125<244 402> 344 125<317 450> 344 385<289 316>\nDStem: 221 729 371 729 66 0 316 469 221 729 289 344 66 0 243 125\nFore\n316 469 m 1\n 503 469 l 2\n 637 469 703 374 671 226 c 0\n 640 80 540 0 388 0 c 2\n 66 0 l 1\n 221 729 l 1\n 371 729 l 1\n 316 469 l 1\n289 344 m 1\n 243 125 l 1\n 383 125 l 2\n 463 125 507 160 523 235 c 0\n 539 309 509 344 429 344 c 2\n 289 344 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 498\nWidth: 619\nFlags: W\nHStem: 0 110<224 364> 223 110<272 396> 223 317<247 271>\nVStem: 439.21 137.645<187 197>\nDStem: 175 540 315 540 60 0 271 333 175 540 247 223 60 0 223 110\nFore\n387 333 m 2\n 534 333 594 267 573 155 c 0\n 564 112 534 66 495 39 c 0\n 456 11 413 0 351 0 c 2\n 60 0 l 1\n 175 540 l 1\n 315 540 l 1\n 271 333 l 1\n 387 333 l 2\n247 223 m 1\n 223 110 l 1\n 345 110 l 2\n 399 110 428 125 437 170 c 0\n 447 216 423 223 369 223 c 2\n 247 223 l 1\nEndSplineSet\nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 499\nWidth: 649\nFlags: W\nHStem: 0 21G<68 218> 260 125<300 461> 604 125<346 500>\nDStem: 223 729 346 604 68 0 299 385 223 729 273 260 68 0 218 0\nFore\n273 260 m 1\n 218 0 l 1\n 68 0 l 1\n 223 729 l 1\n 545 729 l 2\n 697 729 763 649 732 503 c 0\n 700 355 594 260 460 260 c 2\n 273 260 l 1\n299 385 m 1\n 439 385 l 2\n 519 385 564 420 580 494 c 0\n 596 569 566 604 486 604 c 2\n 346 604 l 1\n 299 385 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 500\nWidth: 611\nFlags: W\nHStem: -218 21G<-24 116> -24 117<296 312> 431.995 117.005<373 430> 520 20G<138 278>\nVStem: 460.852 142.082<319 326>\nDStem: 138 540 278 540 -24 -218 261 460 138 540 176 64 -24 -218 116 -218\nFore\n278 540 m 1\n 261 460 l 1\n 307 520 362 549 430 549 c 0\n 495 549 554 515 579 464 c 0\n 605 414 611 338 595 262 c 0\n 560 98 438 -24 308 -24 c 0\n 240 -24 198 4 176 64 c 1\n 116 -218 l 1\n -24 -218 l 1\n 138 540 l 1\n 278 540 l 1\n373 432 m 0\n 303 432 240 363 219 262 c 0\n 197 161 231 93 301 93 c 0\n 370 93 433 162 454 260 c 0\n 476 363 444 432 373 432 c 0\nEndSplineSet\nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 501\nWidth: 611\nFlags: W\nHStem: 0 21G<-18 132> 604 124<261 499> 604 260<528 623>\nDStem: 137 729 261 604 -18 0 132 0 528 864 678 864 499 728 623 604\nFore\n132 0 m 1\n -18 0 l 1\n 137 729 l 1\n 499 728 l 1\n 528 864 l 1\n 678 864 l 1\n 623 604 l 1\n 261 604 l 1\n 132 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 502\nWidth: 454\nFlags: W\nHStem: 0 21G<-7 133> 427 113<224 328> 427 239<355 432>\nDStem: 108 540 224 427 -7 0 133 0 355 666 483 666 328 540 432 427\nFore\n483 666 m 1\n 432 427 l 1\n 224 427 l 1\n 133 0 l 1\n -7 0 l 1\n 108 540 l 1\n 328 540 l 1\n 355 666 l 1\n 483 666 l 1\nEndSplineSet\nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 503\nWidth: 611\nFlags: W\nHStem: 0 21G<74 224> 604 125<352 714>\nDStem: 229 729 352 604 74 0 224 0\nFore\n224 0 m 1\n 74 0 l 1\n 229 729 l 1\n 741 729 l 1\n 714 604 l 1\n 352 604 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 504\nWidth: 475\nFlags: W\nHStem: 0 21G<60 200> 427 113<291 499>\nDStem: 175 540 523 540 60 0 499 427 175 540 291 427 60 0 200 0\nFore\n523 540 m 1\n 499 427 l 1\n 291 427 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\n 523 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 505\nWidth: 611\nFlags: W\nHStem: 0 21G<74 224> 604 125<352 714>\nDStem: 229 729 352 604 74 0 224 0\nFore\n224 0 m 1\n 74 0 l 1\n 229 729 l 1\n 741 729 l 1\n 714 604 l 1\n 352 604 l 1\n 224 0 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 506\nWidth: 475\nFlags: W\nHStem: 0 21G<60 200> 427 113<291 499>\nDStem: 175 540 523 540 60 0 499 427 175 540 291 427 60 0 200 0\nFore\n523 540 m 1\n 499 427 l 1\n 291 427 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\n 523 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 507\nWidth: 1054\nFlags: W\nHStem: 0 21G<22 201 475 625 899 1078> 709 20G<221 385 630 780 1025 1189>\nDStem: 221 729 385 729 459 378 571 450 459 378 536 285 22 0 201 0 536 285 686 285 475 0 625 0 630 729 780 729 571 450 721 450 686 285 801 378 899 0 1078 0 1025 729 1189 729 721 450 801 378\nFore\n536 285 m 1\n 201 0 l 1\n 22 0 l 1\n 459 378 l 1\n 221 729 l 1\n 385 729 l 1\n 571 450 l 1\n 630 729 l 1\n 780 729 l 1\n 721 450 l 1\n 1025 729 l 1\n 1189 729 l 1\n 801 378 l 1\n 1078 0 l 1\n 899 0 l 1\n 686 285 l 1\n 625 0 l 1\n 475 0 l 1\n 536 285 l 1\nEndSplineSet\nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 508\nWidth: 775\nFlags: W\nHStem: 0 21G<16 195 332 472 609 788> 520 20G<167 315 447 587 719 867>\nDStem: 167 540 315 540 292 296 407 351 292 296 374 198 16 0 195 0 374 198 514 198 332 0 472 0 447 540 587 540 407 351 547 351 719 540 867 540 547 351 638 296\nFore\n374 198 m 1\n 195 0 l 1\n 16 0 l 1\n 292 296 l 1\n 167 540 l 1\n 315 540 l 1\n 407 351 l 1\n 447 540 l 1\n 587 540 l 1\n 547 351 l 1\n 719 540 l 1\n 867 540 l 1\n 638 296 l 1\n 788 0 l 1\n 609 0 l 1\n 514 198 l 1\n 472 0 l 1\n 332 0 l 1\n 374 198 l 1\nEndSplineSet\nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 509\nWidth: 659\nFlags: W\nHStem: -22.8986 119.899<333 356> 308 120<334 419> 621 120<451 484>\nVStem: 67.5455 148.499<185 194> 572.019 143.03<550 553>\nFore\n334 428 m 1\n 410 428 l 2\n 519 428 559 478 570 531 c 0\n 582 586 540 621 463 621 c 0\n 368 621 307 581 286 507 c 1\n 146 507 l 1\n 160 574 184 618 229 658 c 0\n 289 712 377 741 482 741 c 0\n 657 741 740 659 710 517 c 0\n 696 453 667 409 617 377 c 1\n 672 343 688 293 671 213 c 0\n 640 65 510 -23 322 -23 c 0\n 136 -23 47 62 71 218 c 1\n 217 218 l 1\n 206 140 254 97 356 97 c 0\n 447 97 511 134 523 195 c 0\n 536 254 512 308 411 308 c 2\n 309 308 l 1\n 334 428 l 1\nEndSplineSet\nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 510\nWidth: 556\nFlags: W\nHStem: -23 110<270 296> 208 110<271 344> 439 109.353<373 392>\nFore\n247 208 m 1\n 271 318 l 1\n 365 318 l 2\n 437 318 440 367 445 389 c 0\n 451 419 423 439 374 439 c 0\n 307 439 269 415 258 366 c 1\n 123 366 l 1\n 149 480 252 549 397 549 c 0\n 534 549 604 480 581 369 c 0\n 573 333 555 302 532 281 c 0\n 527 277 521 274 516 271 c 1\n 551 246 562 213 551 160 c 128\n 540 107 505 57 458 25 c 0\n 412 -7 351 -23 276 -23 c 0\n 112 -23 38 39 60 157 c 1\n 197 157 l 1\n 196 128 200 117 213 106 c 0\n 228 94 256 87 292 87 c 0\n 357 87 400 107 407 140 c 0\n 412 162 423 208 339 208 c 2\n 247 208 l 1\nEndSplineSet\nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 511\nWidth: 720\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<229 379 664 841>\nDStem: 229 729 379 729 74 0 320 450 229 729 285 285 74 0 224 0 664 729 841 729 320 450 400 378\nFore\n224 0 m 1\n 74 0 l 1\n 229 729 l 1\n 379 729 l 1\n 320 450 l 1\n 664 729 l 1\n 841 729 l 1\n 400 378 l 1\n 717 0 l 1\n 538 0 l 1\n 285 285 l 1\n 224 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 512\nWidth: 529\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<174 314 476 624>\nDStem: 174 540 314 540 59 0 274 351 174 540 241 198 59 0 199 0 241 198 358 296 366 0 548 0 476 540 624 540 274 351 358 296\nFore\n274 351 m 1\n 476 540 l 1\n 624 540 l 1\n 358 296 l 1\n 548 0 l 1\n 366 0 l 1\n 241 198 l 1\n 199 0 l 1\n 59 0 l 1\n 174 540 l 1\n 314 540 l 1\n 274 351 l 1\nEndSplineSet\nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 513\nWidth: 720\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<229 379 664 841>\nDStem: 229 729 379 729 74 0 320 450 229 729 285 285 74 0 224 0 664 729 841 729 320 450 400 378\nFore\n224 0 m 1\n 74 0 l 1\n 229 729 l 1\n 379 729 l 1\n 320 450 l 1\n 664 729 l 1\n 841 729 l 1\n 400 378 l 1\n 717 0 l 1\n 538 0 l 1\n 285 285 l 1\n 224 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 514\nWidth: 529\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<174 314 476 624>\nDStem: 174 540 314 540 59 0 274 351 174 540 241 198 59 0 199 0 241 198 358 296 366 0 548 0 476 540 624 540 274 351 358 296\nFore\n274 351 m 1\n 476 540 l 1\n 624 540 l 1\n 358 296 l 1\n 548 0 l 1\n 366 0 l 1\n 241 198 l 1\n 199 0 l 1\n 59 0 l 1\n 174 540 l 1\n 314 540 l 1\n 274 351 l 1\nEndSplineSet\nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 515\nWidth: 720\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<229 379 664 841>\nDStem: 229 729 379 729 74 0 320 450 229 729 285 285 74 0 224 0 664 729 841 729 320 450 400 378\nFore\n224 0 m 1\n 74 0 l 1\n 229 729 l 1\n 379 729 l 1\n 320 450 l 1\n 664 729 l 1\n 841 729 l 1\n 400 378 l 1\n 717 0 l 1\n 538 0 l 1\n 285 285 l 1\n 224 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 516\nWidth: 529\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<174 314 476 624>\nDStem: 174 540 314 540 59 0 274 351 174 540 241 198 59 0 199 0 241 198 358 296 366 0 548 0 476 540 624 540 274 351 358 296\nFore\n274 351 m 1\n 476 540 l 1\n 624 540 l 1\n 358 296 l 1\n 548 0 l 1\n 366 0 l 1\n 241 198 l 1\n 199 0 l 1\n 59 0 l 1\n 174 540 l 1\n 314 540 l 1\n 274 351 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 517\nWidth: 720\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<229 379 664 841>\nDStem: 229 729 379 729 74 0 320 450 229 729 285 285 74 0 224 0 664 729 841 729 320 450 400 378\nFore\n224 0 m 1\n 74 0 l 1\n 229 729 l 1\n 379 729 l 1\n 320 450 l 1\n 664 729 l 1\n 841 729 l 1\n 400 378 l 1\n 717 0 l 1\n 538 0 l 1\n 285 285 l 1\n 224 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 518\nWidth: 529\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<174 314 476 624>\nDStem: 174 540 314 540 59 0 274 351 174 540 241 198 59 0 199 0 241 198 358 296 366 0 548 0 476 540 624 540 274 351 358 296\nFore\n274 351 m 1\n 476 540 l 1\n 624 540 l 1\n 358 296 l 1\n 548 0 l 1\n 366 0 l 1\n 241 198 l 1\n 199 0 l 1\n 59 0 l 1\n 174 540 l 1\n 314 540 l 1\n 274 351 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 519\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 507 657> 311 125<312 572> 311 418<284 311>\nDStem: 223 729 373 729 68 0 311 436 223 729 812 729 68 0 657 0 223 729 284 311 68 0 218 0 573 311 812 729 507 0 657 0 661 729 812 729 599 436 657 0\nFore\n573 311 m 1\n 284 311 l 1\n 218 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 311 436 l 1\n 599 436 l 1\n 661 729 l 1\n 812 729 l 1\n 657 0 l 1\n 507 0 l 1\n 573 311 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 520\nWidth: 636\nFlags: W\nHStem: 0 21G<60 200 403 543> 237 115<276 455> 237 303<253 275>\nDStem: 175 540 315 540 60 0 275 352 175 540 658 540 60 0 543 0 456 237 658 540 403 0 543 0 518 540 658 540 478 352 543 0\nFore\n175 540 m 1\n 315 540 l 1\n 275 352 l 1\n 478 352 l 1\n 518 540 l 1\n 658 540 l 1\n 543 0 l 1\n 403 0 l 1\n 456 237 l 1\n 253 237 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 521\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 507 657> 311 125<312 572> 311 418<284 311>\nDStem: 223 729 373 729 68 0 311 436 223 729 812 729 68 0 657 0 223 729 284 311 68 0 218 0 573 311 812 729 507 0 657 0 661 729 812 729 599 436 657 0\nFore\n573 311 m 1\n 284 311 l 1\n 218 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 311 436 l 1\n 599 436 l 1\n 661 729 l 1\n 812 729 l 1\n 657 0 l 1\n 507 0 l 1\n 573 311 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 522\nWidth: 636\nFlags: W\nHStem: 0 21G<60 200 403 543> 237 115<276 455> 237 303<253 275>\nDStem: 175 540 315 540 60 0 275 352 175 540 658 540 60 0 543 0 456 237 658 540 403 0 543 0 518 540 658 540 478 352 543 0\nFore\n175 540 m 1\n 315 540 l 1\n 275 352 l 1\n 478 352 l 1\n 518 540 l 1\n 658 540 l 1\n 543 0 l 1\n 403 0 l 1\n 456 237 l 1\n 253 237 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 523\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 507 657> 604 125<346 634>\nDStem: 223 729 812 729 68 0 657 0 223 729 346 604 68 0 218 0 635 604 812 729 507 0 657 0\nFore\n635 604 m 1\n 346 604 l 1\n 218 0 l 1\n 68 0 l 1\n 223 729 l 1\n 812 729 l 1\n 657 0 l 1\n 507 0 l 1\n 635 604 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 524\nWidth: 636\nFlags: W\nHStem: 0 21G<60 200 403 543> 427 113<291 493>\nDStem: 175 540 658 540 60 0 543 0 175 540 291 427 60 0 200 0 494 427 658 540 403 0 543 0\nFore\n175 540 m 1\n 658 540 l 1\n 543 0 l 1\n 403 0 l 1\n 494 427 l 1\n 291 427 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 525\nWidth: 837\nFlags: W\nHStem: -22.3231 125.323<393 398> 613 127.013<505 521>\nVStem: 105.956 152.161<242 266>\nFore\n783 482 m 1\n 640 482 l 1\n 639 521 635 540 624 560 c 0\n 603 595 564 613 512 613 c 0\n 394 613 302 517 268 356 c 0\n 234 197 282 103 398 103 c 0\n 491 103 562 156 591 249 c 1\n 737 249 l 1\n 692 82 549 -23 368 -23 c 0\n 165 -23 69 124 119 358 c 0\n 169 594 328 741 534 741 c 0\n 643 741 724 700 765 626 c 0\n 787 585 791 545 783 482 c 1\nEndSplineSet\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 526\nWidth: 554\nFlags: W\nHStem: -22.3633 112.363<301 306> 436 112.054<378 381>\nVStem: 77.6099 142.627<185 198>\nFore\n592 338 m 1\n 458 338 l 1\n 457 409 436 436 379 436 c 0\n 339 436 305 420 282 390 c 0\n 258 358 238 310 227 259 c 0\n 205 154 235 90 306 90 c 0\n 360 90 393 117 426 187 c 1\n 560 187 l 1\n 520 58 412 -23 281 -23 c 0\n 121 -23 50 81 87 259 c 0\n 127 443 243 549 404 549 c 0\n 539 549 610 470 592 338 c 1\nEndSplineSet\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 527\nWidth: 837\nFlags: W\nHStem: -22.3231 125.323<393 398> 613 127.013<505 521>\nVStem: 105.956 152.161<242 266>\nFore\n783 482 m 1\n 640 482 l 1\n 639 521 635 540 624 560 c 0\n 603 595 564 613 512 613 c 0\n 394 613 302 517 268 356 c 0\n 234 197 282 103 398 103 c 0\n 491 103 562 156 591 249 c 1\n 737 249 l 1\n 692 82 549 -23 368 -23 c 0\n 165 -23 69 124 119 358 c 0\n 169 594 328 741 534 741 c 0\n 643 741 724 700 765 626 c 0\n 787 585 791 545 783 482 c 1\nEndSplineSet\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 528\nWidth: 554\nFlags: W\nHStem: -22.3633 112.363<301 306> 436 112.054<378 381>\nVStem: 77.6099 142.627<185 198>\nFore\n592 338 m 1\n 458 338 l 1\n 457 409 436 436 379 436 c 0\n 339 436 305 420 282 390 c 0\n 258 358 238 310 227 259 c 0\n 205 154 235 90 306 90 c 0\n 360 90 393 117 426 187 c 1\n 560 187 l 1\n 520 58 412 -23 281 -23 c 0\n 121 -23 50 81 87 259 c 0\n 127 443 243 549 404 549 c 0\n 539 549 610 470 592 338 c 1\nEndSplineSet\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 529\nWidth: 611\nFlags: W\nHStem: 0 21G<235 385> 604 125<169 362 513 726>\nDStem: 169 729 513 604 142 604 385 0 363 604 513 604 235 0 385 0\nFore\n513 604 m 1\n 385 0 l 1\n 235 0 l 1\n 363 604 l 1\n 142 604 l 1\n 169 729 l 1\n 753 729 l 1\n 726 604 l 1\n 513 604 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 530\nWidth: 454\nFlags: W\nHStem: 0 21G<145 285> 427 113<125 235 376 511>\nDStem: 125 540 376 427 101 427 285 0 236 427 376 427 145 0 285 0\nFore\n535 540 m 1\n 511 427 l 1\n 376 427 l 1\n 285 0 l 1\n 145 0 l 1\n 236 427 l 1\n 101 427 l 1\n 125 540 l 1\n 535 540 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 531\nWidth: 667\nFlags: W\nHStem: 0 21G<269 419> 709 20G<182 349 638 805>\nDStem: 327 270 477 270 269 0 419 0\nFore\n477 270 m 1\n 419 0 l 1\n 269 0 l 1\n 327 270 l 1\n 182 729 l 1\n 349 729 l 1\n 431 414 l 1\n 638 729 l 1\n 805 729 l 1\n 477 270 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 532\nWidth: 556\nFlags: W\nHStem: 0 21G<203 350> 520 20G<129 277 503 651>\nFore\n350 0 m 1\n 203 0 l 1\n 129 540 l 1\n 277 540 l 1\n 307 145 l 1\n 503 540 l 1\n 651 540 l 1\n 350 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 533\nWidth: 667\nFlags: W\nHStem: 0 21G<269 419> 709 20G<182 349 638 805>\nDStem: 327 270 477 270 269 0 419 0\nFore\n477 270 m 1\n 419 0 l 1\n 269 0 l 1\n 327 270 l 1\n 182 729 l 1\n 349 729 l 1\n 431 414 l 1\n 638 729 l 1\n 805 729 l 1\n 477 270 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 534\nWidth: 556\nFlags: W\nHStem: 0 21G<203 350> 520 20G<129 277 503 651>\nFore\n350 0 m 1\n 203 0 l 1\n 129 540 l 1\n 277 540 l 1\n 307 145 l 1\n 503 540 l 1\n 651 540 l 1\n 350 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 535\nWidth: 664\nFlags: W\nHStem: 0 21G<22 196 475 653> 709 20G<185 363 625 799>\nFore\n498 372 m 1\n 653 0 l 1\n 475 0 l 1\n 389 253 l 1\n 196 0 l 1\n 22 0 l 1\n 330 367 l 1\n 185 729 l 1\n 363 729 l 1\n 440 489 l 1\n 625 729 l 1\n 799 729 l 1\n 498 372 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 536\nWidth: 554\nFlags: W\nHStem: 0 21G<16 184 367 535> 520 20G<135 303 478 646>\nFore\n413 272 m 1\n 535 0 l 1\n 367 0 l 1\n 312 168 l 1\n 184 0 l 1\n 16 0 l 1\n 254 272 l 1\n 135 540 l 1\n 303 540 l 1\n 356 377 l 1\n 478 540 l 1\n 646 540 l 1\n 413 272 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 537\nWidth: 730\nFlags: W\nHStem: -150 258<681 765> 0 125<246 534> 709 20G<223 373 662 812>\nDStem: 223 729 373 729 68 0 245 125 223 729 812 729 68 0 680 108 223 729 820 108 68 0 765 -150 662 729 812 729 534 125 680 108 667 0 820 108 635 -150 765 -150\nFore\n534 125 m 1\n 662 729 l 1\n 812 729 l 1\n 680 108 l 1\n 820 108 l 1\n 765 -150 l 1\n 635 -150 l 1\n 667 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 245 125 l 1\n 534 125 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 538\nWidth: 690\nFlags: W\nHStem: -125 226<565 636> 0 113<225 427> 520 20G<175 315 518 658>\nDStem: 175 540 315 540 60 0 224 113 175 540 658 540 60 0 564 101 175 540 684 101 60 0 636 -125 518 540 658 540 427 113 564 101 553 0 684 101 526 -125 636 -125\nFore\n60 0 m 1\n 175 540 l 1\n 315 540 l 1\n 224 113 l 1\n 427 113 l 1\n 518 540 l 1\n 658 540 l 1\n 564 101 l 1\n 684 101 l 1\n 636 -125 l 1\n 526 -125 l 1\n 553 0 l 1\n 60 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 539\nWidth: 671\nFlags: W\nHStem: 0 21G<456 606> 274 125<296 513> 274 455<252 295>\nDStem: 215 729 365 729 143 392 295 399 215 729 761 729 143 392 606 0 514 274 761 729 456 0 606 0 610 729 761 729 540 399 606 0\nFore\n514 274 m 1\n 268 274 l 2\n 190 275 128 322 143 392 c 2\n 215 729 l 1\n 365 729 l 1\n 295 399 l 1\n 540 399 l 1\n 610 729 l 1\n 761 729 l 1\n 606 0 l 1\n 456 0 l 1\n 514 274 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 540\nWidth: 606\nFlags: W\nHStem: 0 21G<373 513> 165 113<255 407> 165 375<207 254>\nDStem: 170 540 310 540 115 279 254 278 408 165 628 540 373 0 513 0 488 540 628 540 432 278 513 0\nFore\n170 540 m 1\n 310 540 l 1\n 254 278 l 1\n 432 278 l 1\n 488 540 l 1\n 628 540 l 1\n 513 0 l 1\n 373 0 l 1\n 408 165 l 1\n 230 165 l 2\n 160 165 96 186 115 279 c 1\n 170 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 541\nWidth: 671\nFlags: W\nHStem: 0 21G<456 606> 274 125<296 513> 274 455<252 295>\nDStem: 215 729 365 729 143 392 295 399 215 729 761 729 143 392 606 0 514 274 761 729 456 0 606 0 610 729 761 729 540 399 606 0\nFore\n514 274 m 1\n 268 274 l 2\n 190 275 128 322 143 392 c 2\n 215 729 l 1\n 365 729 l 1\n 295 399 l 1\n 540 399 l 1\n 610 729 l 1\n 761 729 l 1\n 606 0 l 1\n 456 0 l 1\n 514 274 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 542\nWidth: 606\nFlags: W\nHStem: 0 21G<373 513> 165 113<255 407> 165 375<207 254>\nDStem: 170 540 310 540 115 279 254 278 408 165 628 540 373 0 513 0 488 540 628 540 432 278 513 0\nFore\n170 540 m 1\n 310 540 l 1\n 254 278 l 1\n 432 278 l 1\n 488 540 l 1\n 628 540 l 1\n 513 0 l 1\n 373 0 l 1\n 408 165 l 1\n 230 165 l 2\n 160 165 96 186 115 279 c 1\n 170 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 543\nWidth: 671\nFlags: W\nHStem: 0 21G<140.748 291.748 536.748 686.748> 330 125<389 604> 330 399<361 388>\nDStem: 295.748 729 445.748 729 140.748 0 387.748 455 295.748 729 758.748 337 140.748 0 686.748 0 295.748 729 361.748 330 140.748 0 291.748 0 606.748 330 758.748 337 536.748 0 686.748 0\nFore\n387.748 455 m 1\n 633.748 455 l 2\n 711.748 454 773.748 407 758.748 337 c 2\n 686.748 0 l 1\n 536.748 0 l 1\n 606.748 330 l 1\n 361.748 330 l 1\n 291.748 0 l 1\n 140.748 0 l 1\n 295.748 729 l 1\n 445.748 729 l 1\n 387.748 455 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 544\nWidth: 606\nFlags: W\nHStem: 0 21G<111.612 251.612 429.612 569.612> 262 113<335 479> 262 278<307 332>\nDStem: 226.612 540 366.612 540 111.612 0 331.612 375 226.612 540 307.612 262 111.612 0 251.612 0 485.612 262 624.612 261 429.612 0 569.612 0\nFore\n569.612 0 m 1\n 429.612 0 l 1\n 485.612 262 l 1\n 307.612 262 l 1\n 251.612 0 l 1\n 111.612 0 l 1\n 226.612 540 l 1\n 366.612 540 l 1\n 331.612 375 l 1\n 509.612 375 l 2\n 579.612 375 643.612 354 624.612 261 c 1\n 569.612 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 545\nWidth: 837\nFlags: W\nHStem: -22.3231 125.323<393 398> 613 127.013<505 521>\nVStem: 105.956 152.161<242 266>\nFore\n783 482 m 1\n 640 482 l 1\n 639 521 635 540 624 560 c 0\n 603 595 564 613 512 613 c 0\n 394 613 302 517 268 356 c 0\n 234 197 282 103 398 103 c 0\n 491 103 562 156 591 249 c 1\n 737 249 l 1\n 692 82 549 -23 368 -23 c 0\n 165 -23 69 124 119 358 c 0\n 169 594 328 741 534 741 c 0\n 643 741 724 700 765 626 c 0\n 787 585 791 545 783 482 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 546\nWidth: 554\nFlags: W\nHStem: -22.3633 112.363<301 306> 436 112.054<378 381>\nVStem: 77.6099 142.627<185 198>\nFore\n592 338 m 1\n 458 338 l 1\n 457 409 436 436 379 436 c 0\n 339 436 305 420 282 390 c 0\n 258 358 238 310 227 259 c 0\n 205 154 235 90 306 90 c 0\n 360 90 393 117 426 187 c 1\n 560 187 l 1\n 520 58 412 -23 281 -23 c 0\n 121 -23 50 81 87 259 c 0\n 127 443 243 549 404 549 c 0\n 539 549 610 470 592 338 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 547\nWidth: 837\nFlags: W\nHStem: -22.3231 125.323<393 398> 613 127.013<505 521>\nVStem: 105.956 152.161<242 266>\nFore\n783 482 m 1\n 640 482 l 1\n 639 521 635 540 624 560 c 0\n 603 595 564 613 512 613 c 0\n 394 613 302 517 268 356 c 0\n 234 197 282 103 398 103 c 0\n 491 103 562 156 591 249 c 1\n 737 249 l 1\n 692 82 549 -23 368 -23 c 0\n 165 -23 69 124 119 358 c 0\n 169 594 328 741 534 741 c 0\n 643 741 724 700 765 626 c 0\n 787 585 791 545 783 482 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 548\nWidth: 554\nFlags: W\nHStem: -22.3633 112.363<301 306> 436 112.054<378 381>\nVStem: 77.6099 142.627<185 198>\nFore\n592 338 m 1\n 458 338 l 1\n 457 409 436 436 379 436 c 0\n 339 436 305 420 282 390 c 0\n 258 358 238 310 227 259 c 0\n 205 154 235 90 306 90 c 0\n 360 90 393 117 426 187 c 1\n 560 187 l 1\n 520 58 412 -23 281 -23 c 0\n 121 -23 50 81 87 259 c 0\n 127 443 243 549 404 549 c 0\n 539 549 610 470 592 338 c 1\nEndSplineSet\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 549\nWidth: 278\nFlags: W\nHStem: 0 21G<63 213> 709 20G<218 368>\nDStem: 218 729 368 729 63 0 213 0\nFore\n368 729 m 1\n 213 0 l 1\n 63 0 l 1\n 218 729 l 1\n 368 729 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 550\nWidth: 1054\nHStem: 0 21<22 201 475 625 899 1078> 709 20<221 385 630 780 1025 1189> 829 78<726.318 743.318>\nVStem: 620.32 47.9976<933 964>\nDStem: 221 729 385 729 459 378 571 450 459 378 536 285 22 0 201 0 536 285 686 285 475 0 625 0 630 729 780 729 571 450 721 450 686 285 801 378 899 0 1078 0 1025 729 1189 729 721 450 801 378\nRef: 728 728 N 1 0 0 1 432.318 218\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 551\nWidth: 775\nHStem: 0 21<16 195 332 472 609 788> 520 20<167 315 447 587 719 867> 640 78<538.144 555.144>\nVStem: 432.146 47.9976<744 775>\nDStem: 167 540 315 540 292 296 407 351 292 296 374 198 16 0 195 0 374 198 514 198 332 0 472 0 447 540 587 540 407 351 547 351 514 198 638 296 609 0 788 0 719 540 867 540 547 351 638 296\nRef: 728 728 N 1 0 0 1 244.144 29\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 552\nWidth: 720\nFlags: W\nHStem: 0 21G<74 224 538 717> 709 20G<229 379 664 841>\nDStem: 229 729 379 729 74 0 320 450 229 729 285 285 74 0 224 0 664 729 841 729 320 450 400 378\nFore\n224 0 m 1\n 74 0 l 1\n 229 729 l 1\n 379 729 l 1\n 320 450 l 1\n 664 729 l 1\n 841 729 l 1\n 400 378 l 1\n 717 0 l 1\n 538 0 l 1\n 285 285 l 1\n 224 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 553\nWidth: 529\nFlags: W\nHStem: 0 21G<59 199 366 548> 520 20G<174 314 476 624>\nDStem: 174 540 314 540 59 0 274 351 174 540 241 198 59 0 199 0 241 198 358 296 366 0 548 0 476 540 624 540 274 351 358 296\nFore\n274 351 m 1\n 476 540 l 1\n 624 540 l 1\n 358 296 l 1\n 548 0 l 1\n 366 0 l 1\n 241 198 l 1\n 199 0 l 1\n 59 0 l 1\n 174 540 l 1\n 314 540 l 1\n 274 351 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 554\nWidth: 722\nFlags: W\nHStem: 0 21G<68 218 507 657> 311 125<312 572> 311 418<284 311>\nDStem: 223 729 373 729 68 0 311 436 223 729 812 729 68 0 657 0 223 729 284 311 68 0 218 0 573 311 812 729 507 0 657 0 661 729 812 729 599 436 657 0\nFore\n573 311 m 1\n 284 311 l 1\n 218 0 l 1\n 68 0 l 1\n 223 729 l 1\n 373 729 l 1\n 311 436 l 1\n 599 436 l 1\n 661 729 l 1\n 812 729 l 1\n 657 0 l 1\n 507 0 l 1\n 573 311 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 555\nWidth: 636\nFlags: W\nHStem: 0 21G<60 200 403 543> 237 115<276 455> 237 303<253 275>\nDStem: 175 540 315 540 60 0 275 352 175 540 658 540 60 0 543 0 456 237 658 540 403 0 543 0 518 540 658 540 478 352 543 0\nFore\n175 540 m 1\n 315 540 l 1\n 275 352 l 1\n 478 352 l 1\n 518 540 l 1\n 658 540 l 1\n 543 0 l 1\n 403 0 l 1\n 456 237 l 1\n 253 237 l 1\n 200 0 l 1\n 60 0 l 1\n 175 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 556\nWidth: 671\nFlags: W\nHStem: 0 21G<456 606> 274 125<296 513> 274 455<252 295>\nDStem: 215 729 365 729 143 392 295 399 215 729 761 729 143 392 606 0 514 274 761 729 456 0 606 0 610 729 761 729 540 399 606 0\nFore\n514 274 m 1\n 268 274 l 2\n 190 275 128 322 143 392 c 2\n 215 729 l 1\n 365 729 l 1\n 295 399 l 1\n 540 399 l 1\n 610 729 l 1\n 761 729 l 1\n 606 0 l 1\n 456 0 l 1\n 514 274 l 1\nEndSplineSet\nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 557\nWidth: 606\nFlags: W\nHStem: 0 21G<373 513> 165 113<255 407> 165 375<207 254>\nDStem: 170 540 310 540 115 279 254 278 408 165 628 540 373 0 513 0 488 540 628 540 432 278 513 0\nFore\n170 540 m 1\n 310 540 l 1\n 254 278 l 1\n 432 278 l 1\n 488 540 l 1\n 628 540 l 1\n 513 0 l 1\n 373 0 l 1\n 408 165 l 1\n 230 165 l 2\n 160 165 96 186 115 279 c 1\n 170 540 l 1\nEndSplineSet\nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 558\nWidth: 722\nHStem: 0 21<26 179 549 703> 147 125<328 518> 709 20<440 606> 829 78<540.818 557.818>\nVStem: 434.82 47.9976<933 964>\nDStem: 440 729 483 557 26 0 328 272 440 729 259 147 26 0 179 0 483 557 606 729 518 272 703 0\nRef: 728 728 N 1 0 0 1 246.818 218\nRef: 1040 1040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 559\nWidth: 554\nHStem: 0 21<370 522> 436 113<359 386> 640 78<409.872 426.872>\nVStem: 303.874 47.9976<744 775>\nRef: 728 728 N 1 0 0 1 115.872 29\nRef: 1072 1072 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 560\nWidth: 722\nHStem: 0 21<26 179 549 703> 147 125<328 518> 709 20<440 606> 829 120<418.675 502.675 604.675 688.675>\nDStem: 418.675 949 528.675 949 392.675 829 502.675 829 440 729 483 557 26 0 328 272 440 729 259 147 26 0 179 0 483 557 606 729 518 272 703 0 604.675 949 714.675 949 578.675 829 688.675 829\nRef: 168 168 N 1 0 0 1 245.675 208\nRef: 1040 1040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 561\nWidth: 554\nHStem: 0 21<370 522> 436 113<359 386> 640 120<287.729 371.729 473.729 557.729>\nDStem: 287.729 760 397.729 760 261.729 640 371.729 640 473.729 760 583.729 760 447.729 640 557.729 640\nRef: 168 168 N 1 0 0 1 114.729 19\nRef: 1072 1072 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 562\nWidth: 1000\nFlags: W\nHStem: 0 125<610 968> 152 125<311 463> 314 125<676 988> 604 125<495 560 711 1078>\nDStem: 421 729 495 604 1 0 310 277 421 729 245 152 1 0 160 0 464 152 995 125 432 0 968 0 561 604 649 314 491 277 609 125 561 604 1014 439 491 277 988 314 561 604 711 604 491 277 675 439\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 563\nWidth: 889\nFlags: W\nHStem: -22.999 111.999<209 268 606 636> 226 93<569 783> 437 111.291<364 388 694 710>\nVStem: 54.0028 142.997<106 139> 784 143<329 363>\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 564\nWidth: 666\nHStem: 0 125<256 624> 314 125<322 645> 604 125<356 734> 829 78<528.033 545.033>\nVStem: 422.035 47.9976<933 964>\nDStem: 234 729 357 604 79 0 322 439 234 729 296 314 79 0 256 125\nRef: 728 728 N 1 0 0 1 234.033 218\nRef: 1045 1045 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 565\nWidth: 552\nHStem: -23 107<261 289> 226 93<229 444> 442 106.01<360 369> 640 78<406.868 423.868>\nVStem: 65.0495 136.43<150 186> 300.87 47.9976<744 775> 446.504 140.703<344 362>\nRef: 728 728 N 1 0 0 1 112.868 29\nRef: 1077 1077 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 566\nWidth: 837\nFlags: W\nHStem: -22.9942 127.994<361 382> 615 125.038<495 505>\nVStem: 635.453 150.777<452 476>\nFore\n109.757 236 m 1\n 252.757 236 l 1\n 253.757 197 257.757 178 268.757 158 c 0\n 289.757 123 328.757 105 380.757 105 c 0\n 498.757 105 590.757 201 624.757 362 c 0\n 658.757 521 610.757 615 494.757 615 c 0\n 401.757 615 330.757 562 301.757 469 c 1\n 155.757 469 l 1\n 200.757 636 343.757 741 524.757 741 c 0\n 727.757 741 823.757 594 773.757 360 c 0\n 723.757 124 564.757 -23 358.757 -23 c 0\n 249.757 -23 168.757 18 127.757 92 c 0\n 105.757 133 101.757 173 109.757 236 c 1\nEndSplineSet\nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 567\nWidth: 554\nFlags: W\nHStem: -22.6065 112.606<285 294> 436 112.069<367 368>\nVStem: 452.238 141.614<328 345>\nFore\n80.1523 188 m 1\n 214.152 188 l 1\n 215.152 117 236.152 90 293.152 90 c 0\n 333.152 90 367.152 106 390.152 136 c 0\n 414.152 168 434.152 216 445.152 267 c 0\n 467.152 372 437.152 436 366.152 436 c 0\n 312.152 436 279.152 409 246.152 339 c 1\n 112.152 339 l 1\n 152.152 468 260.152 549 391.152 549 c 0\n 551.152 549 622.152 445 585.152 267 c 0\n 545.152 83 429.152 -23 268.152 -23 c 0\n 133.152 -23 62.1523 56 80.1523 188 c 1\nEndSplineSet\nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 568\nWidth: 837\nHStem: -22.9942 127.994<361 382> 615 125.038<495 505> 829 120<430.827 514.828 616.828 700.828>\nVStem: 635.453 150.777<452 476>\nDStem: 430.827 949 540.828 949 404.827 829 514.828 829 616.828 949 726.828 949 590.828 829 700.828 829\nRef: 168 168 N 1 0 0 1 257.827 208\nRef: 1240 1240 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 569\nWidth: 554\nFlags: W\nHStem: -22.6065 112.606<285 294> 436 112.069<367 368> 640 120<298.25 382.25 484.25 568.25>\nVStem: 452.238 141.614<328 345>\nDStem: 298.25 760 408.25 760 272.25 640 382.25 640 484.25 760 594.25 760 458.25 640 568.25 640\nRef: 168 168 N 1 0 0 1 125.25 19\nRef: 1241 1241 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 570\nWidth: 1054\nHStem: 0 21<22 201 475 625 899 1078> 709 20<221 385 630 780 1025 1189> 829 120<604.175 688.175 790.175 874.175>\nDStem: 221 729 385 729 459 378 571 450 459 378 536 285 22 0 201 0 536 285 686 285 475 0 625 0 604.175 949 714.175 949 578.175 829 688.175 829 630 729 780 729 571 450 721 450 686 285 801 378 899 0 1078 0 790.175 949 900.175 949 764.175 829 874.175 829 1025 729 1189 729 721 450 801 378\nRef: 168 168 N 1 0 0 1 431.175 208\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 571\nWidth: 775\nHStem: 0 21<16 195 332 472 609 788> 520 20<167 315 447 587 719 867> 640 120<416.002 500.002 602.002 686.002>\nDStem: 167 540 315 540 292 296 407 351 292 296 374 198 16 0 195 0 374 198 514 198 332 0 472 0 416.002 760 526.002 760 390.002 640 500.002 640 447 540 587 540 407 351 547 351 514 198 638 296 609 0 788 0 602.002 760 712.002 760 576.002 640 686.002 640 719 540 867 540 547 351 638 296\nRef: 168 168 N 1 0 0 1 243.002 19\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 572\nWidth: 659\nHStem: -23 120<321 356> 621 120<450 484> 829 120<379.369 463.369 565.369 649.369>\nVStem: 67.5455 148.499<184 195> 572.019 143.03<549 554>\nDStem: 379.369 949 489.369 949 353.369 829 463.369 829 565.369 949 675.369 949 539.369 829 649.369 829\nRef: 168 168 N 1 0 0 1 206.369 208\nRef: 1047 1047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 573\nWidth: 556\nHStem: -23 110<269 297> 439 109.353<372 393> 640 120<285.812 369.812 471.812 555.812>\nDStem: 285.812 760 395.812 760 259.812 640 369.812 640 471.812 760 581.812 760 445.812 640 555.812 640\nRef: 168 168 N 1 0 0 1 112.812 19\nRef: 1079 1079 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 574\nWidth: 659\nFlags: W\nHStem: -22.8986 119.899<333 356> 308 120<334 419> 621 120<451 484>\nVStem: 67.5455 148.499<185 194> 572.019 143.03<550 553>\nFore\n334 428 m 1\n 410 428 l 2\n 519 428 559 478 570 531 c 0\n 582 586 540 621 463 621 c 0\n 368 621 307 581 286 507 c 1\n 146 507 l 1\n 160 574 184 618 229 658 c 0\n 289 712 377 741 482 741 c 0\n 657 741 740 659 710 517 c 0\n 696 453 667 409 617 377 c 1\n 672 343 688 293 671 213 c 0\n 640 65 510 -23 322 -23 c 0\n 136 -23 47 62 71 218 c 1\n 217 218 l 1\n 206 140 254 97 356 97 c 0\n 447 97 511 134 523 195 c 0\n 536 254 512 308 411 308 c 2\n 309 308 l 1\n 334 428 l 1\nEndSplineSet\nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 575\nWidth: 556\nFlags: W\nHStem: -23 110<270 296> 208 110<271 344> 439 109.353<373 392>\nFore\n247 208 m 1\n 271 318 l 1\n 365 318 l 2\n 437 318 440 367 445 389 c 0\n 451 419 423 439 374 439 c 0\n 307 439 269 415 258 366 c 1\n 123 366 l 1\n 149 480 252 549 397 549 c 0\n 534 549 604 480 581 369 c 0\n 573 333 555 302 532 281 c 0\n 527 277 521 274 516 271 c 1\n 551 246 562 213 551 160 c 128\n 540 107 505 57 458 25 c 0\n 412 -7 351 -23 276 -23 c 0\n 112 -23 38 39 60 157 c 1\n 197 157 l 1\n 196 128 200 117 213 106 c 0\n 228 94 256 87 292 87 c 0\n 357 87 400 107 407 140 c 0\n 412 162 423 208 339 208 c 2\n 247 208 l 1\nEndSplineSet\nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 576\nWidth: 722\nHStem: 0 21<68 218 511 661> 709 20<223 373 662 816> 829 80<407.947 690.947>\nDStem: 223 729 373 729 68 0 268 233 618 504 816 729 511 0 661 0 662 729 618 504 268 233 218 0\nRef: 175 175 N 1 0 0 1 240.947 187\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 577\nWidth: 636\nHStem: 0 21<60 215 403 543> 520 20<175 315 503 658> 640 80<304.861 587.861>\nDStem: 175 540 315 540 60 0 242 197 476 343 658 540 403 0 543 0 503 540 476 343 242 197 215 0\nRef: 175 175 N 1 0 0 1 137.861 -2\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 578\nWidth: 722\nHStem: 0 21<68 218 511 661> 709 20<223 373 662 816> 829 120<418.698 502.698 604.698 688.698>\nDStem: 223 729 373 729 68 0 268 233 418.698 949 528.698 949 392.698 829 502.698 829 604.698 949 714.698 949 578.698 829 688.698 829 618 504 816 729 511 0 661 0 662 729 618 504 268 233 218 0\nRef: 168 168 N 1 0 0 1 245.698 208\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 579\nWidth: 636\nHStem: 0 21<60 215 403 543> 520 20<175 315 503 658> 640 120<315.612 399.612 501.612 585.612>\nDStem: 175 540 315 540 60 0 242 197 315.612 760 425.612 760 289.612 640 399.612 640 476 343 658 540 403 0 543 0 501.612 760 611.612 760 475.612 640 585.612 640 503 540 476 343 242 197 215 0\nRef: 168 168 N 1 0 0 1 142.612 19\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 580\nWidth: 778\nHStem: -23 128<385 416> 613 127.191<520 539> 829 120<445.899 529.899 631.899 715.899>\nVStem: 106.034 152.581<259 281> 677.319 151.277<436 457>\nDStem: 445.899 949 555.899 949 419.899 829 529.899 829 631.899 949 741.899 949 605.899 829 715.899 829\nRef: 168 168 N 1 0 0 1 272.899 208\nRef: 1054 1054 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 581\nWidth: 611\nHStem: -23 113<297 324> 436 112.217<393 402> 640 120<316.525 400.525 502.525 586.525>\nVStem: 82.5412 142.267<200 207> 491.48 142.134<318 330>\nDStem: 316.525 760 426.525 760 290.525 640 400.525 640 502.525 760 612.525 760 476.525 640 586.525 640\nRef: 168 168 N 1 0 0 1 143.525 19\nRef: 1086 1086 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 582\nWidth: 778\nFlags: W\nHStem: -22.9344 127.934<394 416> 323 80<280 658> 613 127.191<521 538>\nVStem: 106.034 152.581<260 281> 677.319 151.277<437 457>\nFore\n548 741 m 0\n 653 741 727 709 776 640 c 0\n 826 570 842 468 818 354 c 0\n 796 251 734 145 657 78 c 0\n 579 10 490 -23 386 -23 c 128\n 282 -23 207 10 159 78 c 0\n 109 147 93 250 117 359 c 0\n 140 468 198 570 278 640 c 0\n 355 707 446 741 548 741 c 0\n675.496 403 m 1\n 688.444 532.978 632.029 613 522 613 c 0\n 413.017 613 319.448 531.066 278.556 403 c 1\n 675.496 403 l 1\n659.847 323 m 1\n 260.792 323 l 1\n 243.926 190.356 302.765 105 414 105 c 0\n 525.196 105 620.936 191.723 659.847 323 c 1\nEndSplineSet\nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 583\nWidth: 611\nFlags: W\nHStem: -22.2739 112.274<321 324> 222 80<257 465> 436 112.217<394 401>\nFore\n418 549 m 0\n 587 549 663 442 625 259 c 0\n 588 86 462 -23 298 -23 c 0\n 132 -23 54 85 91 263 c 0\n 129 440 253 549 418 549 c 0\n490.843 302 m 1\n 496.736 384.444 461.559 436 395 436 c 0\n 329.038 436 270.609 383.27 241.942 302 c 1\n 490.843 302 l 1\n473.812 222 m 1\n 225.188 222 l 1\n 220.058 141.866 256.581 90 322 90 c 0\n 386.906 90 445.072 142.426 473.812 222 c 1\nEndSplineSet\nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 584\nWidth: 778\nHStem: -22.9344 127.934<394 416> 323 80<280 658> 613 127.191<521 538> 829 120<445.899 529.899 631.899 715.899>\nVStem: 106.034 152.581<260 281> 677.319 151.277<437 457>\nDStem: 445.899 949 555.899 949 419.899 829 529.899 829 631.899 949 741.899 949 605.899 829 715.899 829\nRef: 168 168 N 1 0 0 1 272.899 208\nRef: 1256 1256 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 585\nWidth: 611\nHStem: -22.2739 112.274<321 324> 222 80<257 465> 436 112.217<394 401> 640 120<316.525 400.525 502.525 586.525>\nDStem: 316.525 760 426.525 760 290.525 640 400.525 640 502.525 760 612.525 760 476.525 640 586.525 640\nRef: 168 168 N 1 0 0 1 143.525 19\nRef: 1257 1257 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 586\nWidth: 737\nHStem: -23 126<364 388> 311 125<346 612> 613 128<488 521> 829 120<431.664 515.664 617.664 701.664>\nVStem: 106.304 148.27<216 218>\nDStem: 431.664 949 541.664 949 405.664 829 515.664 829 617.664 949 727.664 949 591.664 829 701.664 829\nRef: 168 168 N 1 0 0 1 258.664 208\nRef: 1069 1069 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 587\nWidth: 575\nHStem: -23 113<273 299> 207 113<280 433> 436 112.15<369 387> 640 120<302.054 386.054 488.054 572.054>\nDStem: 302.054 760 412.054 760 276.054 640 386.054 640 488.054 760 598.054 760 462.054 640 572.054 640\nRef: 168 168 N 1 0 0 1 129.054 19\nRef: 1101 1101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 588\nWidth: 698\nHStem: 0 21<136 310> 709 20<152 315 659 833> 829 80<380.97 663.97>\nDStem: 152 729 315 729 298 226 414 384 298 226 833 729 136 0 310 0 659 729 833 729 414 384 310 0\nRef: 175 175 S 1 0 0 1 213.97 187\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 589\nWidth: 552\nHStem: -219 103<84 102> 520 20<120 274 505 649> 640 80<272.97 555.97>\nRef: 175 175 S 1 0 0 1 105.97 -2\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 590\nWidth: 698\nHStem: 0 21<136 310> 709 20<152 315 659 833> 829 120<391.722 475.722 577.722 661.722>\nDStem: 152 729 315 729 298 226 414 384 298 226 833 729 136 0 310 0 391.722 949 501.722 949 365.722 829 475.722 829 577.722 949 687.722 949 551.722 829 661.722 829 659 729 833 729 414 384 310 0\nRef: 168 168 N 1 0 0 1 218.722 208\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 591\nWidth: 552\nHStem: -219 103<84 102> 520 20<120 274 505 649> 640 120<283.722 367.722 469.722 553.722>\nDStem: 283.722 760 393.722 760 257.722 640 367.722 640 469.722 760 579.722 760 443.722 640 553.722 640\nRef: 168 168 N 1 0 0 1 110.722 19\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 592\nWidth: 698\nHStem: 0 21<136 310> 709 20<152 315 659 833>\nDStem: 152 729 315 729 298 226 414 384 298 226 833 729 136 0 310 0 659 729 833 729 414 384 310 0\nRef: 733 733 N 1 0 0 1 239.591 219\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 593\nWidth: 552\nHStem: -219 103<84 102> 520 20<120 274 505 649>\nRef: 733 733 N 1 0 0 1 131.591 30\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 594\nWidth: 671\nHStem: 0 21<456 606> 274 125<295 514> 709 20<215 365 610 761> 829 120<387.037 471.037 573.037 657.037>\nDStem: 215 729 365 729 143 392 295 399 387.037 949 497.037 949 361.037 829 471.037 829 514 274 761 729 456 0 606 0 573.037 949 683.037 949 547.037 829 657.037 829 610 729 761 729 540 399 606 0\nRef: 168 168 N 1 0 0 1 214.037 208\nRef: 1063 1063 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 595\nWidth: 606\nHStem: 0 21<373 513> 165 113<254 408> 520 20<170 310 488 628> 640 120<298.222 382.222 484.222 568.222>\nDStem: 170 540 310 540 115 279 254 278 298.222 760 408.222 760 272.222 640 382.222 640 408 165 628 540 373 0 513 0 484.222 760 594.222 760 458.222 640 568.222 640 488 540 628 540 432 278 513 0\nRef: 168 168 N 1 0 0 1 125.222 19\nRef: 1095 1095 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 596\nWidth: 939\nHStem: 0 125<243 403> 344 125<316 451> 709 20<221 371 887 1037> 829 120<528.198 612.198 714.198 798.198>\nVStem: 527.133 150.84<271 273>\nDStem: 221 729 371 729 66 0 316 469 221 729 289 344 66 0 243 125 528.198 949 638.198 949 502.198 829 612.198 829 714.198 949 824.198 949 688.198 829 798.198 829 887 729 1037 729 732 0 882 0\nRef: 168 168 N 1 0 0 1 355.198 208\nRef: 1067 1067 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 597\nWidth: 839\nHStem: 0 110<224 365> 223 110<271 397> 520 20<175 315 721 861> 640 120<417.112 501.112 603.112 687.112>\nVStem: 439.262 137.592<186 198>\nDStem: 175 540 315 540 60 0 271 333 417.112 760 527.112 760 391.112 640 501.112 640 603.112 760 713.112 760 577.112 640 687.112 640 721 540 861 540 606 0 746 0\nRef: 168 168 N 1 0 0 1 244.112 19\nRef: 1099 1099 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57799\nEncoding: 1456 1456 598\nWidth: 82\nFlags: W\nDStem: -157 -172 -74 -172 -174 -254 -92 -254 -133 -60 -50 -60 -150 -142 -68 -142\nFore\n-157 -172 m 1\n -74 -172 l 1\n -92 -254 l 1\n -174 -254 l 1\n -157 -172 l 1\n-133 -60 m 1\n -50 -60 l 1\n -68 -142 l 1\n -150 -142 l 1\n -133 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57801\nEncoding: 1457 1457 599\nWidth: 347\nFlags: W\nHStem: -254 82<-93 -27 107 173> -142 82<-134 -67 -4 62 131 197>\nDStem: -133 -60 -50 -60 -150 -142 -68 -142 -92 -172 -9 -172 -109 -254 -27 -254 -3 -60 79 -60 -21 -142 62 -142 108 -172 191 -172 91 -254 173 -254 132 -60 214 -60 114 -142 197 -142\nFore\n-92 -172 m 1\n -9 -172 l 1\n -27 -254 l 1\n -109 -254 l 1\n -92 -172 l 1\n-133 -60 m 1\n -50 -60 l 1\n -68 -142 l 1\n -150 -142 l 1\n -133 -60 l 1\n-3 -60 m 1\n 79 -60 l 1\n 62 -142 l 1\n -21 -142 l 1\n -3 -60 l 1\n132 -60 m 1\n 214 -60 l 1\n 197 -142 l 1\n 114 -142 l 1\n 132 -60 l 1\n108 -172 m 1\n 191 -172 l 1\n 173 -254 l 1\n 91 -254 l 1\n 108 -172 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii57800\nEncoding: 1458 1458 600\nWidth: 341\nFlags: W\nHStem: -142 82<-134 50 125 191>\nDStem: 102 -172 185 -172 85 -254 167 -254 126 -60 208 -60 109 -142 191 -142\nFore\n-133 -60 m 1\n 67 -60 l 1\n 50 -142 l 1\n -150 -142 l 1\n -133 -60 l 1\n126 -60 m 1\n 208 -60 l 1\n 191 -142 l 1\n 109 -142 l 1\n 126 -60 l 1\n102 -172 m 1\n 185 -172 l 1\n 167 -254 l 1\n 85 -254 l 1\n 102 -172 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57802\nEncoding: 1459 1459 601\nWidth: 341\nFlags: W\nHStem: -142 82<-134 -91 -10 50 125 191>\nDStem: -91 -142 -9 -142 -114 -248 -32 -248 102 -172 185 -172 85 -254 167 -254 126 -60 208 -60 109 -142 191 -142\nFore\n102 -172 m 1\n 185 -172 l 1\n 167 -254 l 1\n 85 -254 l 1\n 102 -172 l 1\n126 -60 m 1\n 208 -60 l 1\n 191 -142 l 1\n 109 -142 l 1\n 126 -60 l 1\n-9 -142 m 1\n -32 -248 l 1\n -114 -248 l 1\n -91 -142 l 1\n -150 -142 l 1\n -133 -60 l 1\n 67 -60 l 1\n 50 -142 l 1\n -9 -142 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57793\nEncoding: 1460 1460 602\nWidth: 82\nFlags: W\nDStem: -133 -60 -50 -60 -150 -142 -68 -142\nFore\n-133 -60 m 1\n -50 -60 l 1\n -68 -142 l 1\n -150 -142 l 1\n -133 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57794\nEncoding: 1461 1461 603\nWidth: 211\nFlags: W\nHStem: -142 82<-134 -67 -4 62>\nDStem: -133 -60 -50 -60 -150 -142 -68 -142 -3 -60 79 -60 -21 -142 62 -142\nFore\n-133 -60 m 1\n -50 -60 l 1\n -68 -142 l 1\n -150 -142 l 1\n -133 -60 l 1\n-3 -60 m 1\n 79 -60 l 1\n 62 -142 l 1\n -21 -142 l 1\n -3 -60 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57795\nEncoding: 1462 1462 604\nWidth: 211\nFlags: W\nHStem: -142 82<-134 -67 -4 62>\nDStem: -133 -60 -50 -60 -150 -142 -68 -142 -92 -172 -9 -172 -109 -254 -27 -254 -3 -60 79 -60 -21 -142 62 -142\nFore\n-92 -172 m 1\n -9 -172 l 1\n -27 -254 l 1\n -109 -254 l 1\n -92 -172 l 1\n-133 -60 m 1\n -50 -60 l 1\n -68 -142 l 1\n -150 -142 l 1\n -133 -60 l 1\n-3 -60 m 1\n 79 -60 l 1\n 62 -142 l 1\n -21 -142 l 1\n -3 -60 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii57798\nEncoding: 1463 1463 605\nWidth: 200\nFlags: W\nHStem: -142 82<-134 50>\nFore\n-133 -60 m 1\n 67 -60 l 1\n 50 -142 l 1\n -150 -142 l 1\n -133 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57797\nEncoding: 1464 1464 606\nWidth: 200\nFlags: W\nHStem: -142 82<-134 -91 -10 50>\nDStem: -91 -142 -9 -142 -114 -248 -32 -248\nFore\n-9 -142 m 1\n -32 -248 l 1\n -114 -248 l 1\n -91 -142 l 1\n -150 -142 l 1\n -133 -60 l 1\n 67 -60 l 1\n 50 -142 l 1\n -9 -142 l 1\nEndSplineSet\nEndChar\nStartChar: afii57806\nEncoding: 1465 1465 607\nWidth: 82\nFlags: W\nHStem: 722 20G<38 120>\nDStem: 38 742 120 742 20 660 103 660\nFore\n38 742 m 1\n 120 742 l 1\n 103 660 l 1\n 20 660 l 1\n 38 742 l 1\nEndSplineSet\nEndChar\nStartChar: afii57796\nEncoding: 1467 1467 608\nWidth: 341\nFlags: W\nDStem: -133 -60 -50 -60 -150 -142 -68 -142 -15 -113 68 -113 -32 -195 50 -195 102 -172 185 -172 85 -254 167 -254\nFore\n102 -172 m 1\n 185 -172 l 1\n 167 -254 l 1\n 85 -254 l 1\n 102 -172 l 1\n-15 -113 m 1\n 68 -113 l 1\n 50 -195 l 1\n -32 -195 l 1\n -15 -113 l 1\n-133 -60 m 1\n -50 -60 l 1\n -68 -142 l 1\n -150 -142 l 1\n -133 -60 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57807\nEncoding: 1468 1468 609\nWidth: 82\nFlags: W\nDStem: -48 339 34 339 -65 257 17 257\nFore\n-48 339 m 1\n 34 339 l 1\n 17 257 l 1\n -65 257 l 1\n -48 339 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57839\nEncoding: 1469 1469 610\nWidth: 82\nFlags: W\nDStem: -133 -60 -50 -60 -173 -248 -90 -248\nFore\n-50 -60 m 1\n -90 -248 l 1\n -173 -248 l 1\n -133 -60 l 1\n -50 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57645\nEncoding: 1470 1470 611\nWidth: 516\nFlags: W\nHStem: 485 115<69 427>\nFore\n46 485 m 1\n 70 600 l 1\n 452 600 l 1\n 427 485 l 1\n 46 485 l 1\nEndSplineSet\nEndChar\nStartChar: afii57841\nEncoding: 1471 1471 612\nWidth: 200\nFlags: W\nHStem: 660 82<37 220>\nFore\n38 742 m 1\n 238 742 l 1\n 220 660 l 1\n 20 660 l 1\n 38 742 l 1\nEndSplineSet\nEndChar\nStartChar: afii57842\nEncoding: 1472 1472 613\nWidth: 297\nFlags: W\nHStem: 680 20G<108 247>\nDStem: 108 700 247 700 -62 -100 77 -100\nFore\n-62 -100 m 1\n 108 700 l 1\n 247 700 l 1\n 77 -100 l 1\n -62 -100 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii57804\nEncoding: 1473 1473 614\nWidth: 1038\nFlags: W\nHStem: 701 20G<683 765>\nDStem: 683 721 765 721 665 639 748 639\nFore\n683 721 m 1\n 765 721 l 1\n 748 639 l 1\n 665 639 l 1\n 683 721 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57803\nEncoding: 1474 1474 615\nWidth: 1038\nFlags: W\nHStem: 701 20G<134 216>\nDStem: 134 721 216 721 116 639 199 639\nFore\n134 721 m 1\n 216 721 l 1\n 199 639 l 1\n 116 639 l 1\n 134 721 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57658\nEncoding: 1475 1475 616\nWidth: 333\nFlags: W\nHStem: 0 146<144 263> 374 146<224 343>\nDStem: 144 146 294 146 113 0 263 0 224 520 374 520 193 374 343 374\nRef: 58 58 N 1 0 0 1 0 0\nEndChar\nStartChar: uni05C4\nEncoding: 1476 1476 617\nWidth: 82\nFlags: W\nHStem: 722 20G<38 120>\nDStem: 38 742 120 742 20 660 103 660\nFore\n38 742 m 1\n 120 742 l 1\n 103 660 l 1\n 20 660 l 1\n 38 742 l 1\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 618\nWidth: 714\nFlags: W\nHStem: 0 21G<-31 108 367 530>\nDStem: 2 158 139 148 -31 0 108 0 69 600 230 600 174 388 372 315 226 285 423 212 367 0 530 0 490 600 629 600 456 444 593 433\nFore\n226 285 m 1\n 177 237 165 207 139 148 c 1\n 108 0 l 1\n -31 0 l 1\n 2 158 l 1\n 33 236 56 282 124 349 c 0\n 140 365 158 378 174 388 c 1\n 69 600 l 1\n 230 600 l 1\n 372 315 l 1\n 420 362 431 389 456 444 c 1\n 490 600 l 1\n 629 600 l 1\n 593 433 l 1\n 563 357 538 314 473 250 c 0\n 457 235 439 222 423 212 c 1\n 530 0 l 1\n 367 0 l 1\n 226 285 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 619\nWidth: 651\nFlags: W\nHStem: 0 115<-20 284 423 490> 485 115<83 230>\nDStem: 338 365 478 374 284 115 423 115\nFore\n284 115 m 1\n 338 365 l 1\n 337 400 339 415 324 444 c 0\n 317 457 322 451 310 459 c 0\n 282 477 266 478 230 485 c 1\n 60 485 l 1\n 84 600 l 1\n 266 600 l 1\n 326 593 361 584 407 556 c 0\n 429 544 449 522 457 502 c 1\n 480 456 481 425 478 374 c 1\n 423 115 l 1\n 515 115 l 1\n 490 0 l 1\n -43 0 l 1\n -19 115 l 1\n 284 115 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 620\nWidth: 557\nFlags: W\nHStem: 0 21G<-73 100 243 383>\nDStem: 145 194 257 138 -73 0 100 0 257 138 420 378 243 0 383 0 279 361 420 378 262 194 383 0\nFore\n257 138 m 1\n 100 0 l 1\n -73 0 l 1\n 145 194 l 1\n 262 194 l 1\n 279 361 l 1\n 277 401 280 416 266 444 c 1\n 258 457 264 451 252 459 c 0\n 224 477 207 478 171 485 c 1\n 99 485 l 1\n 123 600 l 1\n 208 600 l 1\n 268 593 302 584 349 556 c 0\n 371 544 390 522 399 502 c 0\n 422 455 419 422 420 378 c 1\n 383 0 l 1\n 243 0 l 1\n 257 138 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 621\nWidth: 638\nFlags: W\nHStem: 0 21G<224 363> 485 115<69 327 465 549>\nDStem: 327 485 466 485 224 0 363 0\nFore\n327 485 m 1\n 46 485 l 1\n 70 600 l 1\n 573 600 l 1\n 549 485 l 1\n 466 485 l 1\n 363 0 l 1\n 224 0 l 1\n 327 485 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 622\nWidth: 682\nFlags: W\nHStem: 0.40625 21G<-41.4062 97.5938 352.594 491.594> 485.406 115<85 322>\nDStem: 33.5938 349.406 172.594 349.406 -41.4062 0.40625 97.5938 0.40625 430.594 365.406 570.594 374.406 352.594 0.40625 491.594 0.40625\nFore\n571 374 m 1\n 570.594 374.406 l 1\n 491.594 0.40625 l 1\n 352.594 0.40625 l 1\n 430.594 365.406 l 1\n 429.594 400.406 431.594 415.406 417.594 444.406 c 1\n 409.594 457.406 414.594 451.406 403.594 459.406 c 0\n 375.594 477.406 358.594 478.406 322.594 485.406 c 1\n 61.5938 485.406 l 1\n 86.5938 600.406 l 1\n 358.594 600.406 l 1\n 418.594 593.406 453.594 584.406 499.594 556.406 c 0\n 521.594 544.406 541.594 522.406 549.594 502.406 c 1\n 572.594 456.406 573.594 425.406 571 374 c 1\n-41.4062 0.40625 m 1\n 33.5938 349.406 l 1\n 172.594 349.406 l 1\n 97.5938 0.40625 l 1\n -41.4062 0.40625 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 623\nWidth: 297\nFlags: W\nHStem: 0 21G<-41 98>\nDStem: 87 600 226 600 -41 0 98 0\nFore\n-41 0 m 1\n 87 600 l 1\n 226 600 l 1\n 98 0 l 1\n -41 0 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 624\nWidth: 443\nFlags: W\nHStem: 0 21G<29 168> 485 115<70 132 270 354>\nDStem: 132 485 271 485 29 0 168 0\nFore\n132 485 m 1\n 47 485 l 1\n 71 600 l 1\n 378 600 l 1\n 354 485 l 1\n 271 485 l 1\n 168 0 l 1\n 29 0 l 1\n 132 485 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 625\nWidth: 682\nFlags: W\nHStem: 0 21G<-41 98 353 492> 485 115<200 323>\nDStem: 87 600 201 485 -41 0 98 0 431 365 571 374 353 0 492 0\nFore\n571 374 m 1\n 492 0 l 1\n 353 0 l 1\n 431 365 l 1\n 430 400 432 415 418 444 c 1\n 410 457 415 451 404 459 c 0\n 376 477 359 478 323 485 c 1\n 201 485 l 1\n 98 0 l 1\n -41 0 l 1\n 87 600 l 1\n 359 600 l 1\n 421 597 454 584 500 556 c 0\n 522 544 542 522 550 502 c 1\n 573 456 574 425 571 374 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 626\nWidth: 670\nFlags: W\nHStem: 485 115<322 353.109>\nVStem: 3.02827 143.012<195 225>\nDStem: 83.1094 600 222.109 600 4.10938 226 145.109 235\nFore\n323 485 m 2\n 323.109 485 l 2\n 296.109 485 274.109 473 274.109 473 c 1\n 300.109 595 l 1\n 314.109 597 318.109 600 353.109 600 c 0\n 414.109 600 459.109 580 497.109 556 c 1\n 519.109 544 538.109 522 547.109 502 c 0\n 569.109 456 571.109 425 568.109 374 c 1\n 537.109 226 l 1\n 518.109 175 503.109 144 461.109 98 c 0\n 444.109 78 415.109 56 388.109 44 c 0\n 342.109 21 287.109 0 222.109 0 c 0\n 158.109 0 112.109 21 76.1094 44 c 1\n 53.1094 56 34.1094 78 26.1094 98 c 1\n 3.10938 144 1.10938 175 4.10938 226 c 1\n 83.1094 600 l 1\n 222.109 600 l 1\n 145.109 235 l 1\n 145.109 200 144.109 185 158.109 156 c 1\n 166.109 143 161.109 149 172.109 141 c 1\n 211.109 118 212.109 116 247.109 115 c 1\n 283.109 116 285.109 118 332.109 141 c 0\n 348.109 149 340.109 143 353.109 156 c 0\n 380.109 185 385.109 200 400.109 235 c 1\n 428.109 365 l 1\n 427.109 400 429.109 415 414.109 444 c 0\n 406.109 457 412.109 451 400.109 459 c 0\n 363.109 480 362.109 485 323 485 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 627\nWidth: 284\nFlags: W\nDStem: 81 600 220 600 12 276 163 333\nFore\n163 333 m 1\n 12 276 l 1\n 81 600 l 1\n 220 600 l 1\n 163 333 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 628\nWidth: 590\nFlags: W\nHStem: 485 115<69 231>\nDStem: 339 365 479 374 218 -200 357 -200\nFore\n218 -200 m 1\n 339 365 l 1\n 338 400 340 415 325 444 c 0\n 317 457 323 451 311 459 c 0\n 283 477 266 478 231 485 c 1\n 45 485 l 1\n 70 600 l 1\n 267 600 l 1\n 327 593 362 584 408 556 c 0\n 430 544 449 522 458 502 c 0\n 480 456 482 425 479 374 c 1\n 357 -200 l 1\n 218 -200 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 629\nWidth: 595\nFlags: W\nHStem: 0 115<-21 153> 485 115<82 244>\nFore\n153 0 m 2\n 152.625 0 l 1\n -44.375 0 l 1\n -19.375 115 l 1\n 165.625 115 l 1\n 204.625 122 221.625 123 256.625 141 c 0\n 272.625 149 264.625 143 277.625 156 c 0\n 304.625 185 309.625 200 324.625 235 c 1\n 352.625 365 l 1\n 351.625 400 353.625 415 338.625 444 c 0\n 330.625 457 336.625 451 324.625 459 c 0\n 296.625 477 279.625 478 244.625 485 c 1\n 58.625 485 l 1\n 83.625 600 l 1\n 280.625 600 l 1\n 340.625 593 375.625 584 421.625 556 c 0\n 443.625 544 462.625 522 471.625 502 c 0\n 493.625 456 495.625 425 492.625 374 c 1\n 461.625 226 l 1\n 442.625 175 427.625 144 385.625 98 c 0\n 368.625 78 339.625 56 312.625 44 c 0\n 254.625 16 216.625 7 153 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 630\nWidth: 667\nFlags: W\nHStem: 0.25 21G<150.75 289.75> 485.25 115<219 429>\nDStem: 101.75 750.25 240.75 750.25 44.75 485.25 208.75 600.25\nFore\n311 101 m 1\n 310.75 101.25 l 1\n 289.75 0.25 l 1\n 150.75 0.25 l 1\n 173.75 107.25 l 1\n 188.75 154.25 194.75 188.25 236.75 233.25 c 0\n 298.75 299.25 362.75 312.25 384.75 337.25 c 0\n 409.75 365.25 410.75 380.25 424.75 419.25 c 1\n 438.75 485.25 l 1\n 44.75 485.25 l 1\n 101.75 750.25 l 1\n 240.75 750.25 l 1\n 208.75 600.25 l 1\n 602.75 600.25 l 1\n 562.75 412.25 l 1\n 550.75 372.25 540.75 333.25 499.75 287.25 c 0\n 438.75 218.25 371.75 202.25 351.75 183.25 c 0\n 324.75 157.25 319.75 141.25 311 101 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 631\nWidth: 683\nFlags: W\nHStem: 0 115<123 379> 485 115<201 331>\nVStem: 433.287 142.083<399 401>\nDStem: 87 600 202 485 -40 0 123 115 432 369 571 369 378 115 493 0\nFore\n493 0 m 1\n -40 0 l 1\n 87 600 l 1\n 354 600 l 2\n 426 600 475 575 501 556 c 0\n 548 523 590 454 571 369 c 1\n 493 0 l 1\n378 115 m 1\n 432 369 l 1\n 439 407 425 445 404 459 c 0\n 381 475 356 484 330 485 c 2\n 202 485 l 1\n 123 115 l 1\n 378 115 l 1\nEndSplineSet\nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 632\nWidth: 704\nFlags: W\nHStem: 0 115<266 398> 485 115<74 141 280 367>\nVStem: 456.087 140.214<399 401>\nDStem: 141 485 281 485 -34 0 106 0 452 369 591 369 398 115 513 0\nFore\n281 485 m 1\n 106 0 l 1\n -34 0 l 1\n 141 485 l 1\n 50 485 l 1\n 75 600 l 1\n 374 600 l 2\n 404 600 450 597 493 575 c 0\n 540 551 571 516 587 474 c 0\n 603 434 597 395 591 369 c 1\n 513 0 l 1\n 243 0 l 1\n 267 115 l 1\n 398 115 l 1\n 452 369 l 1\n 457 390 458 404 452 420 c 1\n 436 454 435 456 402 475 c 0\n 387 483 370 485 350 485 c 2\n 281 485 l 1\nEndSplineSet\nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 633\nWidth: 297\nFlags: W\nDStem: 87 600 226 600 -84 -200 55 -200\nFore\n-84 -200 m 1\n 87 600 l 1\n 226 600 l 1\n 55 -200 l 1\n -84 -200 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 634\nWidth: 429\nFlags: W\nHStem: 0 115<-24 124>\nDStem: 178 365 318 374 124 115 239 0\nFore\n239 0 m 1\n -47 0 l 1\n -23 115 l 1\n 124 115 l 1\n 178 365 l 1\n 177 400 179 415 164 444 c 0\n 157 455 162 450 148 461 c 1\n 127 475 96 485 67 485 c 1\n 92 600 l 1\n 161 600 218 576 249 555 c 0\n 268 543 287 524 297 502 c 0\n 319 456 327 425 318 374 c 1\n 239 0 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 635\nWidth: 670\nFlags: W\nHStem: 0 21G<221.531 222> 485 115<196 319>\nVStem: 1.25978 143.433<207 209>\nDStem: 82.5312 600 197.531 485 3.53125 226 144.531 235\nFore\n222 0 m 2\n 221.531 0 l 2\n 157.531 -1 111.531 21 75.5312 44 c 1\n 52.5312 56 33.5312 78 25.5312 98 c 1\n 2.53125 144 -4.46875 175 3.53125 226 c 1\n 82.5312 600 l 1\n 355.531 600 l 1\n 416.531 597 450.531 584 496.531 556 c 0\n 518.531 544 537.531 522 546.531 502 c 0\n 568.531 456 570.531 425 567.531 374 c 1\n 536.531 226 l 1\n 517.531 175 502.531 144 460.531 98 c 0\n 443.531 78 414.531 56 387.531 44 c 0\n 341.531 21 286.531 -1 222 0 c 2\n246.531 115 m 1\n 282.531 116 284.531 118 331.531 141 c 0\n 347.531 149 339.531 143 352.531 156 c 0\n 379.531 185 384.531 200 399.531 235 c 1\n 427.531 365 l 1\n 426.531 400 428.531 415 413.531 444 c 0\n 405.531 457 411.531 451 399.531 459 c 0\n 371.531 477 354.531 478 319.531 485 c 1\n 197.531 485 l 1\n 144.531 235 l 1\n 144.531 200 143.531 185 157.531 156 c 1\n 165.531 143 160.531 149 171.531 141 c 1\n 210.531 118 211.531 116 246.531 115 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 636\nWidth: 653\nFlags: W\nVStem: 107 141<136 267.24 536 600>\nDStem: 107 600 248 600 114 101 255 136 448 600 587 600 376 262 513 252\nFore\n255 136 m 1\n 287 148 302 153 321 171 c 1\n 353 198 356 216 376 262 c 1\n 448 600 l 1\n 587 600 l 1\n 513 252 l 1\n 491 197 478 155 417 101 c 0\n 363 53 317 41 261 21 c 1\n -71 -55 l 1\n -46 65 l 1\n 114 101 l 1\n 107 600 l 1\n 248 600 l 1\n 255 136 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 637\nWidth: 661\nFlags: W\nHStem: 241 115<194 250> 486 115<194.062 280.507>\nVStem: 32.4536 141.909<371 375> 412.459 140.242<404 410>\nDStem: 409 367 549 373 288 -200 427 -200\nFore\n288 -200 m 1\n 409 367 l 1\n 412 399 415 407 409 421 c 0\n 393 455 392 457 359 476 c 0\n 341 486 242 486 194 486 c 1\n 178 407 l 1\n 173 385 171 371 179 364 c 0\n 189 356 197 356 221 356 c 2\n 275 356 l 1\n 250 241 l 1\n 185 241 l 1\n 150 246 103 244 62 284 c 1\n 22 328 31 370 37 398 c 2\n 80 601 l 1\n 335 601 l 2\n 372 600 406 598 450 576 c 0\n 497 552 527 517 544 475 c 0\n 560 433 552 404 549 373 c 1\n 427 -200 l 1\n 288 -200 l 1\nEndSplineSet\nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 638\nWidth: 660\nFlags: W\nHStem: 0 115<-17 215> 240 115<202 257> 485 115<201.326 287.771>\nVStem: 38.984 142.581<371 375> 419.562 140.285<402 408>\nFore\n215 0 m 2\n 215.281 0 l 1\n -40.7188 0 l 1\n -15.7188 115 l 1\n 231.281 115 l 1\n 268.281 119 275.281 117 291.281 125 c 0\n 332.281 144 334.281 146 364.281 180 c 0\n 377.281 194 377.281 201 388.281 234 c 1\n 416.281 366 l 1\n 419.281 399 422.281 406 415.281 420 c 0\n 400.281 454 399.281 456 365.281 475 c 0\n 348.281 485 249.281 485 201.281 485 c 1\n 184.281 406 l 1\n 180.281 384 178.281 371 186.281 364 c 0\n 196.281 355 204.281 355 228.281 355 c 2\n 281.281 355 l 1\n 257.281 240 l 1\n 192.281 240 l 1\n 156.281 245 109.281 243 68.2812 283 c 1\n 29.2812 328 37.2812 369 43.2812 397 c 2\n 87.2812 600 l 1\n 342.281 600 l 2\n 379.281 599 413.281 598 456.281 575 c 0\n 504.281 551 534.281 516 550.281 474 c 0\n 567.281 432 559.281 403 556.281 372 c 1\n 525.281 228 l 1\n 515.281 197 511.281 168 476.281 126 c 0\n 442.281 84 397.281 49 339.281 25 c 0\n 286.281 2 252.281 3 215 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 639\nWidth: 616\nFlags: W\nDStem: 34 600 192 600 169 286 294 362 169 286 300 249 65 -200 204 -200 413 600 552 600 379 444 516 433\nFore\n294 362 m 1\n 306 363 317 365 320 368 c 1\n 329 372 335 378 340 382 c 0\n 361 400 370 420 379 444 c 1\n 413 600 l 1\n 552 600 l 1\n 516 433 l 1\n 497 384 478 359 443 321 c 0\n 429 306 402 281 367 267 c 0\n 343 258 320 252 300 249 c 1\n 204 -200 l 1\n 65 -200 l 1\n 169 286 l 1\n 34 600 l 1\n 192 600 l 1\n 294 362 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 640\nWidth: 671\nFlags: W\nHStem: 0 115<-11 279>\nDStem: 68 600 226 600 279 115 330 362 448 600 587 600 414 444 551 433\nFore\n330 362 m 1\n 342 363 352 365 355 368 c 1\n 364 372 355 365 372 382 c 0\n 398 408 402 421 414 444 c 1\n 448 600 l 1\n 587 600 l 1\n 551 433 l 1\n 532 384 513 359 478 321 c 0\n 452 293 419 271 375 258 c 1\n 486 0 l 1\n -34 0 l 1\n -10 115 l 1\n 279 115 l 1\n 68 600 l 1\n 226 600 l 1\n 330 362 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 641\nWidth: 672\nFlags: W\nHStem: 485.156 115<86 430>\nDStem: 39.4062 371.156 178.406 371.156 -82.5938 -199.844 56.4062 -199.844 443.406 485.156 607.406 600.156 401.406 285.156 538.406 276.156\nFore\n389 94 m 2\n 389.406 94.1562 l 2\n 331.406 65.1562 293.406 51.1562 225.406 49.1562 c 1\n 250.406 165.156 l 1\n 256.406 164.156 l 1\n 294.406 171.156 297.406 168.156 333.406 190.156 c 0\n 348.406 200.156 340.406 193.156 354.406 206.156 c 1\n 381.406 235.156 385.406 250.156 401.406 285.156 c 1\n 443.406 485.156 l 1\n 63.4062 485.156 l 1\n 87.4062 600.156 l 1\n 607.406 600.156 l 1\n 538.406 276.156 l 1\n 520.406 226.156 503.406 194.156 461.406 148.156 c 0\n 444.406 128.156 416.406 107.156 389 94 c 2\n178.406 371.156 m 1\n 56.4062 -199.844 l 1\n -82.5938 -199.844 l 1\n 39.4062 371.156 l 1\n 178.406 371.156 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 642\nWidth: 600\nFlags: W\nHStem: 0.40625 21G<270.594 409.594> 485.406 115<68 240>\nDStem: 348.594 365.406 488.594 374.406 270.594 0.40625 409.594 0.40625\nFore\n489 374 m 1\n 488.594 374.406 l 1\n 409.594 0.40625 l 1\n 270.594 0.40625 l 1\n 348.594 365.406 l 1\n 347.594 400.406 349.594 415.406 335.594 444.406 c 1\n 327.594 457.406 332.594 451.406 321.594 459.406 c 0\n 293.594 477.406 276.594 478.406 240.594 485.406 c 1\n 45.5938 485.406 l 1\n 69.5938 600.406 l 1\n 276.594 600.406 l 1\n 336.594 593.406 371.594 584.406 417.594 556.406 c 0\n 439.594 544.406 459.594 522.406 467.594 502.406 c 1\n 490.594 456.406 491.594 425.406 489 374 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 643\nWidth: 840\nFlags: W\nHStem: 0 115<277 367>\nDStem: 83 600 222 600 12 265 164 323 359 600 498 600 314 387 453 387 635 600 774 600 563 265 702 265\nFore\n164 323 m 1\n 232 323 l 2\n 254 323 269 329 284 340 c 0\n 300 352 310 368 314 387 c 2\n 359 600 l 1\n 498 600 l 1\n 453 387 l 2\n 444 345 419 296 367 260 c 1\n 325 226 261 205 208 208 c 1\n 154 208 l 1\n 158 198 l 1\n 177 160 181 156 218 133 c 1\n 250 117 268 115 286 115 c 2\n 365 115 l 2\n 382 115 404 117 441 133 c 1\n 488 156 494 160 528 198 c 0\n 554 229 560 248 563 265 c 1\n 635 600 l 1\n 774 600 l 1\n 702 265 l 1\n 694 221 673 181 639 142 c 0\n 600 97 554 61 492 34 c 1\n 444 11 392 0 341 0 c 2\n 262 0 l 2\n 210 0 162 12 124 34 c 0\n 74 61 43 97 24 142 c 1\n 5 181 3 223 12 265 c 2\n 83 600 l 1\n 222 600 l 1\n 164 323 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 644\nWidth: 756\nFlags: W\nHStem: 0 21G<427 566> 485 115<130 173 311 397>\nDStem: 173 485 312 485 119 233 257 229 505 366 646 374 427 0 566 0\nFore\n312 485 m 1\n 257 229 l 1\n 246 192 247 156 204 102 c 1\n 185 76 151 55 128 44 c 0\n 70 17 34 4 -29 0 c 0\n -41 -1 -57 5 -57 5 c 1\n -32 121 l 1\n -32 121 -16 115 -4 115 c 0\n 20 115 20 113 56 129 c 0\n 71 135 81 144 90 153 c 0\n 108 174 105 186 119 233 c 1\n 173 485 l 1\n 107 485 l 1\n 131 600 l 1\n 433 600 l 1\n 493 593 528 584 574 557 c 0\n 597 544 616 523 624 503 c 1\n 647 457 648 426 646 374 c 1\n 566 0 l 1\n 427 0 l 1\n 505 366 l 1\n 504 400 507 416 492 445 c 0\n 484 458 490 452 478 460 c 0\n 450 478 433 478 397 485 c 1\n 312 485 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii57716\nEncoding: 1520 1520 645\nWidth: 554\nFlags: W\nHStem: 0 21G<-41 98 216 355>\nDStem: 87 600 226 600 -41 0 98 0 344 600 483 600 216 0 355 0\nFore\n216 0 m 1\n 344 600 l 1\n 483 600 l 1\n 355 0 l 1\n 216 0 l 1\n-41 0 m 1\n 87 600 l 1\n 226 600 l 1\n 98 0 l 1\n -41 0 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii57717\nEncoding: 1521 1521 646\nWidth: 550\nFlags: W\nHStem: 0 21G<212 351>\nDStem: 81 600 220 600 12 276 163 333 340 600 479 600 212 0 351 0\nFore\n212 0 m 1\n 340 600 l 1\n 479 600 l 1\n 351 0 l 1\n 212 0 l 1\n163 333 m 1\n 12 276 l 1\n 81 600 l 1\n 220 600 l 1\n 163 333 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii57718\nEncoding: 1522 1522 647\nWidth: 542\nFlags: W\nDStem: 81 600 220 600 12 276 163 333 339 600 478 600 270 276 421 333\nFore\n421 333 m 1\n 270 276 l 1\n 339 600 l 1\n 478 600 l 1\n 421 333 l 1\n163 333 m 1\n 12 276 l 1\n 81 600 l 1\n 220 600 l 1\n 163 333 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni05F3\nEncoding: 1523 1523 648\nWidth: 238\nFlags: W\nHStem: 709 20G<85 223>\nFore\n223 729 m 1\n 195 599 l 1\n 126 470 l 1\n 70 470 l 1\n 57 599 l 1\n 85 729 l 1\n 223 729 l 1\nEndSplineSet\nEndChar\nStartChar: uni05F4\nEncoding: 1524 1524 649\nWidth: 474\nFlags: W\nHStem: 709 20G<85 223 321 459>\nFore\n223 729 m 1\n 195 599 l 1\n 126 470 l 1\n 70 470 l 1\n 57 599 l 1\n 85 729 l 1\n 223 729 l 1\n459 729 m 1\n 431 599 l 1\n 362 470 l 1\n 306 470 l 1\n 293 599 l 1\n 321 729 l 1\n 459 729 l 1\nEndSplineSet\nEndChar\nStartChar: uni1F00\nEncoding: 7936 7936 650\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 42<322.152 339.152>\nVStem: 11 135<156 197.562>\nRef: 8127 8127 N 1 0 0 1 208.152 29.1348\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F01\nEncoding: 7937 7937 651\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615>\nVStem: 11 135<156 197.562>\nRef: 8190 8190 N 1 0 0 1 193.673 29.1348\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F02\nEncoding: 7938 7938 652\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 42<179.104 196.104> 619.135 150<419.002 437.002>\nVStem: 11 135<156 197.562>\nRef: 8141 8141 N 1 0 0 1 65.1038 29.1348\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F03\nEncoding: 7939 7939 653\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 636.135 150<470.993 488.993>\nVStem: 11 135<156 197.562>\nRef: 8157 8157 N 1 0 0 1 85.9316 29.1348\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F04\nEncoding: 7940 7940 654\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 42<178.987 195.987>\nVStem: 11 135<156 197.562>\nRef: 8142 8142 N 1 0 0 1 64.9874 29.1348\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F05\nEncoding: 7941 7941 655\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615>\nVStem: 11 135<156 197.562>\nRef: 8158 8158 N 1 0 0 1 72.1024 29.1348\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F06\nEncoding: 7942 7942 656\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 42<321.939 338.939> 829.14 70.9951<480.769 505.769> 879.135 68.0328<335.769 351.769>\nVStem: 11 135<156 197.562>\nRef: 8143 8143 N 1 0 0 1 207.939 29.1348\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F07\nEncoding: 7943 7943 657\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 840.14 70.9951<483.107 508.107> 890.135 68.0328<338.107 354.107>\nVStem: 11 135<156 197.562>\nRef: 8159 8159 N 1 0 0 1 171.814 29.1348\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F08\nEncoding: 7944 7944 658\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440> 590 42<174.526 191.526>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8127 8127 S 1 0 0 1 60.5262 7\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F09\nEncoding: 7945 7945 659\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8190 8190 S 1 0 0 1 7.3649 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0A\nEncoding: 7946 7946 660\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440> 587 42<-111.569 -94.569> 594 150<128.329 146.329>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8141 8141 S 1 0 0 1 -225.569 4\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0B\nEncoding: 7947 7947 661\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440> 591 150<182.33 200.33>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8157 8157 S 1 0 0 1 -202.731 -16\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0C\nEncoding: 7948 7948 662\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440> 590 42<-0.802002 16.198>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8142 8142 S 1 0 0 1 -114.802 7\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0D\nEncoding: 7949 7949 663\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8158 8158 S 1 0 0 1 -194.39 -7\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0E\nEncoding: 7950 7950 664\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440> 402 42<21.3825 38.3825> 619.005 70.9951<180.213 205.213> 669 68.0328<35.2125 51.2125>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8143 8143 N 1 0 0 1 -92.6175 -181\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0F\nEncoding: 7951 7951 665\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440> 619.005 70.9951<180.213 205.213> 669 68.0328<35.213 51.213>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8159 8159 N 1 0 0 1 -131.08 -192\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F10\nEncoding: 7952 7952 666\nWidth: 570\nHStem: -10.1504 114<177 210> 218.8 103.55<240 306> 438.25 114<292 327.62> 612.25 42<304.362 321.362>\nVStem: -30.4004 141.78<106.7 146.6> 33.8604 138.72<348 371.75> 406.16 130.56<376 405>\nRef: 8127 8127 N 1 0 0 1 190.362 29.25\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F11\nEncoding: 7953 7953 667\nWidth: 570\nHStem: -10.1504 114<177 210> 218.8 103.55<240 306> 438.25 114<292 327.62>\nVStem: -30.4004 141.78<106.7 146.6> 33.8604 138.72<348 371.75> 406.16 130.56<376 405>\nRef: 8190 8190 N 1 0 0 1 175.883 29.25\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F12\nEncoding: 7954 7954 668\nWidth: 570\nHStem: -10.1504 114<177 210> 218.8 103.55<240 306> 438.25 114<292 327.62> 612.25 42<161.314 178.314> 619.25 150<401.212 419.212>\nVStem: -30.4004 141.78<106.7 146.6> 33.8604 138.72<348 371.75> 406.16 130.56<376 405>\nRef: 8141 8141 N 1 0 0 1 47.3137 29.25\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F13\nEncoding: 7955 7955 669\nWidth: 570\nHStem: -10.1504 114<177 210> 218.8 103.55<240 306> 438.25 114<292 327.62> 636.25 150<453.203 471.203>\nVStem: -30.4004 141.78<106.7 146.6> 33.8604 138.72<348 371.75> 406.16 130.56<376 405>\nRef: 8157 8157 N 1 0 0 1 68.1416 29.25\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F14\nEncoding: 7956 7956 670\nWidth: 570\nHStem: -10.1504 114<177 210> 218.8 103.55<240 306> 438.25 114<292 327.62> 612.25 42<161.197 178.197>\nVStem: -30.4004 141.78<106.7 146.6> 33.8604 138.72<348 371.75> 406.16 130.56<376 405>\nRef: 8142 8142 N 1 0 0 1 47.1974 29.25\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F15\nEncoding: 7957 7957 671\nWidth: 570\nFlags: W\nHStem: -10.1504 114<177 210> 218.8 103.55<240 306> 438.25 114<292 327.62>\nVStem: -30.4004 141.78<106.7 146.6> 33.8604 138.72<348 371.75> 406.16 130.56<376 405>\nRef: 8158 8158 N 1 0 0 1 54.3123 29.25\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F18\nEncoding: 7960 7960 672\nWidth: 710\nHStem: -25 134<138 544> 303 134<220 582> 584 42<-23.474 -6.474> 607 134<261 685>\nDStem: 151 741 261 607 -40 -25 219 437 151 741 577 109 -40 -25 544 -25 151 741 186 303 -40 -25 137 109 151 741 615 437 -40 -25 582 303\nRef: 8127 8127 N 1 0 0 1 -137.474 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F19\nEncoding: 7961 7961 673\nWidth: 710\nHStem: -25 134<138 544> 303 134<220 582> 607 134<261 685>\nDStem: 151 741 261 607 -40 -25 219 437 151 741 577 109 -40 -25 544 -25 151 741 186 303 -40 -25 137 109 151 741 615 437 -40 -25 582 303\nRef: 8190 8190 N 1 0 0 1 -169.635 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1A\nEncoding: 7962 7962 674\nWidth: 710\nHStem: -25 134<138 544> 303 134<220 582> 584 42<-243.569 -226.569> 591 150<-3.6709 14.3291> 607 134<261 685>\nDStem: 151 741 261 607 -40 -25 219 437 151 741 577 109 -40 -25 544 -25 151 741 186 303 -40 -25 137 109 151 741 615 437 -40 -25 582 303\nRef: 8141 8141 N 1 0 0 1 -357.569 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1B\nEncoding: 7963 7963 675\nWidth: 710\nHStem: -25 134<138 544> 303 134<220 582> 591 150<-3.66998 14.33> 607 134<261 685>\nDStem: 151 741 261 607 -40 -25 219 437 151 741 577 109 -40 -25 544 -25 151 741 186 303 -40 -25 137 109 151 741 615 437 -40 -25 582 303\nRef: 8157 8157 N 1 0 0 1 -388.731 -16\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1C\nEncoding: 7964 7964 676\nWidth: 710\nHStem: -25 134<138 544> 303 134<220 582> 584 42<-243.802 -226.802> 607 134<261 685>\nDStem: 151 741 261 607 -40 -25 219 437 151 741 577 109 -40 -25 544 -25 151 741 186 303 -40 -25 137 109 151 741 615 437 -40 -25 582 303\nRef: 8142 8142 N 1 0 0 1 -357.802 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1D\nEncoding: 7965 7965 677\nWidth: 710\nHStem: -25 134<138 544> 303 134<220 582> 607 134<261 685>\nDStem: 151 741 261 607 -40 -25 219 437 151 741 577 109 -40 -25 544 -25 151 741 186 303 -40 -25 137 109 151 741 615 437 -40 -25 582 303\nRef: 8158 8158 N 1 0 0 1 -395.39 -1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F20\nEncoding: 7968 7968 678\nWidth: 586\nHStem: 429 126<367 416> 616 42<334.152 351.152>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8127 8127 S 1 0 0 1 220.152 33\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F21\nEncoding: 7969 7969 679\nWidth: 586\nHStem: 429 126<367 416>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8190 8190 S 1 0 0 1 202.673 33\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F22\nEncoding: 7970 7970 680\nWidth: 586\nHStem: 429 126<367 416> 616 42<275.104 292.104> 623 150<515.002 533.002>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8141 8141 S 1 0 0 1 161.104 33\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F23\nEncoding: 7971 7971 681\nWidth: 586\nHStem: 429 126<367 416> 625 150<521.804 539.804>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8157 8157 S 1 0 0 1 136.743 18\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F24\nEncoding: 7972 7972 682\nWidth: 586\nHStem: 429 126<367 416> 616 42<280.987 297.987>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8142 8142 S 1 0 0 1 166.987 33\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F25\nEncoding: 7973 7973 683\nWidth: 586\nHStem: 429 126<367 416>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8158 8158 S 1 0 0 1 147.008 33\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F26\nEncoding: 7974 7974 684\nWidth: 586\nHStem: 429 126<367 416> 616 42<360.939 377.939> 833.005 70.9951<519.769 544.769> 883 68.0328<374.769 390.769>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8143 8143 S 1 0 0 1 246.939 33\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F27\nEncoding: 7975 7975 685\nWidth: 586\nHStem: 429 126<367 416> 844.005 70.9951<540.107 565.107> 894 68.0328<395.107 411.107>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8159 8159 S 1 0 0 1 228.814 33\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F28\nEncoding: 7976 7976 686\nWidth: 743\nHStem: 313 134<207 494> 313 428<173 206> 584 42<-38.474 -21.474>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8127 8127 N 1 0 0 1 -152.474 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F29\nEncoding: 7977 7977 687\nWidth: 743\nHStem: 313 134<207 494> 313 428<173 206>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8190 8190 N 1 0 0 1 -184.635 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2A\nEncoding: 7978 7978 688\nWidth: 743\nHStem: 313 134<207 494> 313 428<173 206> 584 42<-258.569 -241.569> 591 150<-18.6709 -0.670898>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8141 8141 N 1 0 0 1 -372.569 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2B\nEncoding: 7979 7979 689\nWidth: 743\nHStem: 313 134<207 494> 313 428<173 206> 591 150<-18.67 -0.669983>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8157 8157 N 1 0 0 1 -403.731 -16\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2C\nEncoding: 7980 7980 690\nWidth: 743\nHStem: 313 134<207 494> 313 428<173 206> 584 42<-258.802 -241.802>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8142 8142 N 1 0 0 1 -372.802 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2D\nEncoding: 7981 7981 691\nWidth: 743\nHStem: 313 134<207 494> 313 428<173 206>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8158 8158 N 1 0 0 1 -410.39 -1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2E\nEncoding: 7982 7982 692\nWidth: 743\nHStem: 313 134<207 494> 313 428<173 206> 402 42<-215.618 -198.618> 619.005 70.9951<-56.788 -31.788> 669 68.0328<-201.788 -185.788>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8143 8143 N 1 0 0 1 -329.618 -181\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2F\nEncoding: 7983 7983 693\nWidth: 743\nHStem: 313 134<207 494> 313 428<173 206> 619.005 70.9951<-56.787 -31.787> 669 68.0328<-201.787 -185.787>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8159 8159 N 1 0 0 1 -368.08 -192\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F30\nEncoding: 7984 7984 694\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609 42<144.752 161.752>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8127 8127 N 1 0 0 1 30.7517 26\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F31\nEncoding: 7985 7985 695\nWidth: 346\nHStem: 524.67 20<101.3 242.06>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8190 8190 N 1 0 0 1 16.2731 26\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F32\nEncoding: 7986 7986 696\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609 42<34.7038 51.7038> 616 150<274.602 292.602>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8141 8141 N 1 0 0 1 -79.2962 26\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F33\nEncoding: 7987 7987 697\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 618 150<290.404 308.404>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8157 8157 N 1 0 0 1 -94.6567 11\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F34\nEncoding: 7988 7988 698\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609 42<34.5875 51.5875>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8142 8142 N 1 0 0 1 -79.4125 26\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F35\nEncoding: 7989 7989 699\nWidth: 346\nHStem: 524.67 20<101.3 242.06>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8158 8158 N 1 0 0 1 -96.3917 26\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F36\nEncoding: 7990 7990 700\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609 42<144.539 161.539> 826.005 70.9951<303.369 328.369> 876 68.0328<158.369 174.369>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8143 8143 N 1 0 0 1 30.5392 26\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F37\nEncoding: 7991 7991 701\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 837.005 70.9951<305.707 330.707> 887 68.0328<160.707 176.707>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8159 8159 N 1 0 0 1 -5.58554 26\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F38\nEncoding: 7992 7992 702\nWidth: 296\nHStem: 584 42<-34.474 -17.474> 721 20<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 8127 8127 N 1 0 0 1 -148.474 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F39\nEncoding: 7993 7993 703\nWidth: 296\nHStem: 721 20<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 8190 8190 N 1 0 0 1 -180.635 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3A\nEncoding: 7994 7994 704\nWidth: 296\nHStem: 584 42<-254.569 -237.569> 591 150<-14.6709 3.3291> 721 20<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 8141 8141 N 1 0 0 1 -368.569 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3B\nEncoding: 7995 7995 705\nWidth: 296\nHStem: 591 150<-14.67 3.33002> 721 20<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 8157 8157 N 1 0 0 1 -399.731 -16\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3C\nEncoding: 7996 7996 706\nWidth: 296\nHStem: 584 42<-254.802 -237.802> 721 20<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 8142 8142 N 1 0 0 1 -368.802 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3D\nEncoding: 7997 7997 707\nWidth: 296\nHStem: 721 20<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 8158 8158 N 1 0 0 1 -406.39 -1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3E\nEncoding: 7998 7998 708\nWidth: 296\nHStem: 402 42<-211.618 -194.618> 619.005 70.9951<-52.788 -27.788> 669 68.0328<-197.788 -181.788> 721 20<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 8143 8143 N 1 0 0 1 -325.618 -181\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3F\nEncoding: 7999 7999 709\nWidth: 296\nHStem: 619.005 70.9951<-52.787 -27.787> 669 68.0328<-197.787 -181.787> 721 20<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 8159 8159 N 1 0 0 1 -364.08 -192\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F40\nEncoding: 8000 8000 710\nWidth: 610\nHStem: -10.0498 117.8<196 229.85> 436.45 115.9<317 349.33> 612.35 42<321.482 338.482>\nVStem: -14.2598 147.29<177 202>\nRef: 8127 8127 N 1 0 0 1 207.482 29.3496\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F41\nEncoding: 8001 8001 711\nWidth: 610\nHStem: -10.0498 117.8<196 229.85> 436.45 115.9<317 349.33>\nVStem: -14.2598 147.29<177 202>\nRef: 8190 8190 N 1 0 0 1 193.003 29.3496\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F42\nEncoding: 8002 8002 712\nWidth: 610\nHStem: -10.0498 117.8<196 229.85> 436.45 115.9<317 349.33> 612.35 42<211.434 228.434> 619.35 150<451.332 469.332>\nVStem: -14.2598 147.29<177 202>\nRef: 8141 8141 N 1 0 0 1 97.4338 29.3496\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F43\nEncoding: 8003 8003 713\nWidth: 610\nHStem: -10.0498 117.8<196 229.85> 436.45 115.9<317 349.33> 621.35 150<467.134 485.134>\nVStem: -14.2598 147.29<177 202>\nRef: 8157 8157 N 1 0 0 1 82.0733 14.3496\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F44\nEncoding: 8004 8004 714\nWidth: 610\nHStem: -10.0498 117.8<196 229.85> 436.45 115.9<317 349.33> 612.35 42<211.318 228.318>\nVStem: -14.2598 147.29<177 202>\nRef: 8142 8142 N 1 0 0 1 97.3175 29.3496\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F45\nEncoding: 8005 8005 715\nWidth: 610\nHStem: -10.0498 117.8<196 229.85> 436.45 115.9<317 349.33>\nVStem: -14.2598 147.29<177 202>\nRef: 8158 8158 N 1 0 0 1 80.3383 29.3496\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F48\nEncoding: 8008 8008 716\nWidth: 822\nHStem: -51 132<285 318> 605 42<-3.788 13.212> 631 132<455 488>\nVStem: 1 149<222 246> 624 148<467 490>\nRef: 8127 8127 S 1 0 0 1 -117.788 22\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F49\nEncoding: 8009 8009 717\nWidth: 822\nHStem: -51 132<285 318> 631 132<455 488>\nVStem: 1 149<222 246> 624 148<467 490>\nRef: 8190 8190 S 1 0 0 1 -120.635 23\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4A\nEncoding: 8010 8010 718\nWidth: 822\nHStem: -51 132<285 318> 605 42<-176.782 -159.782> 612 150<63.1161 81.1161> 631 132<455 488>\nVStem: 1 149<222 246> 624 148<467 490>\nRef: 8141 8141 S 1 0 0 1 -290.782 22\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4B\nEncoding: 8011 8011 719\nWidth: 822\nHStem: -51 132<285 318> 613 150<57.33 75.33> 631 132<455 488>\nVStem: 1 149<222 246> 624 148<467 490>\nRef: 8157 8157 S 1 0 0 1 -327.731 6\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4C\nEncoding: 8012 8012 720\nWidth: 822\nHStem: -51 132<285 318> 605 42<-108.015 -91.015> 631 132<455 488>\nVStem: 1 149<222 246> 624 148<467 490>\nRef: 8142 8142 S 1 0 0 1 -222.015 22\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4D\nEncoding: 8013 8013 721\nWidth: 822\nHStem: -51 132<285 318> 631 132<455 488>\nVStem: 1 149<222 246> 624 148<467 490>\nRef: 8158 8158 N 1 0 0 1 -283.39 21\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F50\nEncoding: 8016 8016 722\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 42<291.376 308.376>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8127 8127 N 1 0 0 1 177.376 26\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F51\nEncoding: 8017 8017 723\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8190 8190 N 1 0 0 1 175.948 26\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F52\nEncoding: 8018 8018 724\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 42<194.379 211.379> 616 150<434.277 452.277>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8141 8141 N 1 0 0 1 80.3791 26\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F53\nEncoding: 8019 8019 725\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 618 150<450.08 468.08>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8157 8157 N 1 0 0 1 65.0186 11\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F54\nEncoding: 8020 8020 726\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 42<194.263 211.263>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8142 8142 N 1 0 0 1 80.2627 26\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F55\nEncoding: 8021 8021 727\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8158 8158 N 1 0 0 1 63.2835 26\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F56\nEncoding: 8022 8022 728\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 42<304.214 321.214> 826.005 70.9951<463.044 488.044> 876 68.0328<318.044 334.044>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8143 8143 N 1 0 0 1 190.214 26\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F57\nEncoding: 8023 8023 729\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 837.005 70.9951<465.383 490.383> 887 68.0328<320.383 336.383>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8159 8159 N 1 0 0 1 154.09 26\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F59\nEncoding: 8025 8025 730\nWidth: 744\nHStem: 721 20<63 238 642 814>\nDStem: 63 741 238 741 250 296 330 514 250 296 394 296 170 -25 314 -25\nRef: 8190 8190 N 1 0 0 1 -257.635 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5B\nEncoding: 8027 8027 731\nWidth: 744\nHStem: 591 150<-91.67 -73.67> 721 20<63 238 642 814>\nDStem: 63 741 238 741 250 296 330 514 250 296 394 296 170 -25 314 -25\nRef: 8157 8157 N 1 0 0 1 -476.731 -16\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5D\nEncoding: 8029 8029 732\nWidth: 744\nHStem: 721 20<63 238 642 814>\nDStem: 63 741 238 741 250 296 330 514 250 296 394 296 170 -25 314 -25\nRef: 8158 8158 N 1 0 0 1 -483.39 -1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5F\nEncoding: 8031 8031 733\nWidth: 744\nHStem: 619.005 70.9951<-129.787 -104.787> 669 68.0328<-274.787 -258.787> 721 20<63 238 642 814>\nDStem: 63 741 238 741 250 296 330 514 250 296 394 296 170 -25 314 -25\nRef: 8159 8159 N 1 0 0 1 -441.08 -192\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F60\nEncoding: 8032 8032 734\nWidth: 800\nHStem: -34 122<153 185> 615 42<383.101 400.101>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8127 8127 S 1 0 0 1 269.101 32\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F61\nEncoding: 8033 8033 735\nWidth: 800\nHStem: -34 122<153 185>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8190 8190 S 1 0 0 1 264.673 32\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F62\nEncoding: 8034 8034 736\nWidth: 800\nHStem: -34 122<153 185> 615 42<298.104 315.104> 622 150<538.002 556.002>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8141 8141 S 1 0 0 1 184.104 32\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F63\nEncoding: 8035 8035 737\nWidth: 800\nHStem: -34 122<153 185> 624 150<553.804 571.804>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8157 8157 S 1 0 0 1 168.743 17\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F64\nEncoding: 8036 8036 738\nWidth: 800\nHStem: -34 122<153 185> 615 42<318.987 335.987>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8142 8142 S 1 0 0 1 204.987 32\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F65\nEncoding: 8037 8037 739\nWidth: 800\nHStem: -34 122<153 185>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8158 8158 S 1 0 0 1 188.008 32\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F66\nEncoding: 8038 8038 740\nWidth: 800\nHStem: -34 122<153 185> 597 42<395.939 412.939> 814.005 70.9951<554.769 579.769> 864 68.0328<409.769 425.769>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8143 8143 S 1 0 0 1 281.939 14\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F67\nEncoding: 8039 8039 741\nWidth: 800\nHStem: -34 122<153 185> 810.005 70.9951<584.107 609.107> 860 68.0328<439.107 455.107>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8159 8159 S 1 0 0 1 272.814 -1\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F68\nEncoding: 8040 8040 742\nWidth: 780\nHStem: -25 126<-48 73 545 631> 589 42<-11.788 5.212> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8127 8127 S 1 0 0 1 -125.788 6\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F69\nEncoding: 8041 8041 743\nWidth: 780\nHStem: -25 126<-48 73 545 631> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8190 8190 S 1 0 0 1 -131.635 7\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6A\nEncoding: 8042 8042 744\nWidth: 780\nHStem: -25 126<-48 73 545 631> 589 42<-196.782 -179.782> 596 150<43.1161 61.1161> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8141 8141 S 1 0 0 1 -310.782 6\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6B\nEncoding: 8043 8043 745\nWidth: 780\nHStem: -25 126<-48 73 545 631> 597 150<49.33 67.33> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8157 8157 S 1 0 0 1 -335.731 -10\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6C\nEncoding: 8044 8044 746\nWidth: 780\nHStem: -25 126<-48 73 545 631> 589 42<-104.015 -87.015> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8142 8142 S 1 0 0 1 -218.015 6\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6D\nEncoding: 8045 8045 747\nWidth: 780\nHStem: -25 126<-48 73 545 631> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8158 8158 S 1 0 0 1 -285.39 5\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6E\nEncoding: 8046 8046 748\nWidth: 780\nHStem: -25 126<-48 73 545 631> 447 42<-93.618 -76.618> 621 125.023<434 449> 664.005 70.9951<65.212 90.212> 714 68.0328<-79.788 -63.788>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8143 8143 S 1 0 0 1 -207.618 -136\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6F\nEncoding: 8047 8047 749\nWidth: 780\nHStem: -25 126<-48 73 545 631> 621 125.023<434 449> 673.005 70.9951<44.213 69.213> 723 68.0328<-100.787 -84.787>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8159 8159 S 1 0 0 1 -267.08 -138\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F70\nEncoding: 8048 8048 750\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 150<397.908 415.908>\nVStem: 11 135<156 197.562>\nRef: 8175 8175 N 1 0 0 1 121.908 5.13477\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F71\nEncoding: 8049 8049 751\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615>\nVStem: 11 135<156 197.562>\nRef: 8189 8189 N 1 0 0 1 17.9077 5.13477\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F72\nEncoding: 8050 8050 752\nWidth: 570\nHStem: -10.1504 114<177 210> 218.8 103.55<240 306> 438.25 114<292 327.62> 612.25 150<380.118 398.118>\nVStem: -30.4004 141.78<106.7 146.6> 33.8604 138.72<348 371.75> 406.16 130.56<376 405>\nRef: 8175 8175 N 1 0 0 1 104.118 5.25\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F73\nEncoding: 8051 8051 753\nWidth: 570\nHStem: -10.1504 114<177 210> 218.8 103.55<240 306> 438.25 114<292 327.62>\nVStem: -30.4004 141.78<106.7 146.6> 33.8604 138.72<348 371.75> 406.16 130.56<376 405>\nRef: 8189 8189 N 1 0 0 1 0.117652 5.25\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F74\nEncoding: 8052 8052 754\nWidth: 586\nHStem: 429 126<367 416> 616 150<388.908 406.908>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8175 8175 S 1 0 0 1 112.908 9\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F75\nEncoding: 8053 8053 755\nWidth: 586\nHStem: 429 126<367 416>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8189 8189 S 1 0 0 1 44.9077 9\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F76\nEncoding: 8054 8054 756\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609 150<220.508 238.508>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8175 8175 N 1 0 0 1 -55.4922 2\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F77\nEncoding: 8055 8055 757\nWidth: 346\nHStem: 524.67 20<101.3 242.06>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8189 8189 N 1 0 0 1 -159.492 2\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F78\nEncoding: 8056 8056 758\nWidth: 610\nHStem: -10.0498 117.8<196 229.85> 436.45 115.9<317 349.33> 612.35 150<397.238 415.238>\nVStem: -14.2598 147.29<177 202>\nRef: 8175 8175 N 1 0 0 1 121.238 5.34961\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F79\nEncoding: 8057 8057 759\nWidth: 610\nHStem: -10.0498 117.8<196 229.85> 436.45 115.9<317 349.33>\nVStem: -14.2598 147.29<177 202>\nRef: 8189 8189 N 1 0 0 1 17.2378 5.34961\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7A\nEncoding: 8058 8058 760\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 150<380.183 398.183>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8175 8175 N 1 0 0 1 104.183 2\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7B\nEncoding: 8059 8059 761\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8189 8189 N 1 0 0 1 0.18303 2\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7C\nEncoding: 8060 8060 762\nWidth: 800\nHStem: -34 122<153 185> 615 150<450.908 468.908>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8175 8175 S 1 0 0 1 174.908 8\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7D\nEncoding: 8061 8061 763\nWidth: 800\nHStem: -34 122<153 185>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8189 8189 S 1 0 0 1 124.908 8\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F80\nEncoding: 8064 8064 764\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 42<322.152 339.152>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 7936 7936 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F81\nEncoding: 8065 8065 765\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 7937 7937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F82\nEncoding: 8066 8066 766\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 42<179.104 196.104> 619.135 150<419.002 437.002>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 7938 7938 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F83\nEncoding: 8067 8067 767\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 636.135 150<470.993 488.993>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 7939 7939 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F84\nEncoding: 8068 8068 768\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 42<178.987 195.987>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 7940 7940 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F85\nEncoding: 8069 8069 769\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 7941 7941 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F86\nEncoding: 8070 8070 770\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 42<321.939 338.939> 829.14 70.9951<480.769 505.769> 879.135 68.0328<335.769 351.769>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 7942 7942 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F87\nEncoding: 8071 8071 771\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 840.14 70.9951<483.107 508.107> 890.135 68.0328<338.107 354.107>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 7943 7943 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F88\nEncoding: 8072 8072 772\nWidth: 1007\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440> 590 42<174.526 191.526>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8126 8126 N 1 0 0 1 716.13 -25\nRef: 7944 7944 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F89\nEncoding: 8073 8073 773\nWidth: 1007\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8126 8126 N 1 0 0 1 716.13 -25\nRef: 7945 7945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8A\nEncoding: 8074 8074 774\nWidth: 1007\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440> 587 42<-111.569 -94.569> 594 150<128.329 146.329>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8126 8126 N 1 0 0 1 716.13 -25\nRef: 7946 7946 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8B\nEncoding: 8075 8075 775\nWidth: 1007\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440> 591 150<182.33 200.33>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8126 8126 N 1 0 0 1 716.13 -25\nRef: 7947 7947 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8C\nEncoding: 8076 8076 776\nWidth: 1007\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440> 590 42<-0.802002 16.198>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8126 8126 N 1 0 0 1 716.13 -25\nRef: 7948 7948 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8D\nEncoding: 8077 8077 777\nWidth: 1007\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8126 8126 N 1 0 0 1 716.13 -25\nRef: 7949 7949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8E\nEncoding: 8078 8078 778\nWidth: 1007\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440> 402 42<21.3825 38.3825> 619.005 70.9951<180.213 205.213> 669 68.0328<35.2125 51.2125>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8126 8126 N 1 0 0 1 716.13 -25\nRef: 7950 7950 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8F\nEncoding: 8079 8079 779\nWidth: 1007\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440> 619.005 70.9951<180.213 205.213> 669 68.0328<35.213 51.213>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8126 8126 N 1 0 0 1 716.13 -25\nRef: 7951 7951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F90\nEncoding: 8080 8080 780\nWidth: 586\nHStem: 429 126<367 416> 616 42<334.152 351.152>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 7968 7968 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F91\nEncoding: 8081 8081 781\nWidth: 586\nHStem: 429 126<367 416>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 7969 7969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F92\nEncoding: 8082 8082 782\nWidth: 586\nHStem: 429 126<367 416> 616 42<275.104 292.104> 623 150<515.002 533.002>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 7970 7970 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F93\nEncoding: 8083 8083 783\nWidth: 586\nHStem: 429 126<367 416> 625 150<521.804 539.804>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 7971 7971 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F94\nEncoding: 8084 8084 784\nWidth: 586\nHStem: 429 126<367 416> 616 42<280.987 297.987>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 7972 7972 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F95\nEncoding: 8085 8085 785\nWidth: 586\nHStem: 429 126<367 416>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 7973 7973 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F96\nEncoding: 8086 8086 786\nWidth: 586\nHStem: 429 126<367 416> 616 42<360.939 377.939> 833.005 70.9951<519.769 544.769> 883 68.0328<374.769 390.769>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 7974 7974 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F97\nEncoding: 8087 8087 787\nWidth: 586\nHStem: 429 126<367 416> 844.005 70.9951<540.107 565.107> 894 68.0328<395.107 411.107>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 7975 7975 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F98\nEncoding: 8088 8088 788\nWidth: 986\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206> 584 42<-38.474 -21.474>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 746 741 -55 -25 555 -25 136 741 173 313 -55 -25 89 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8126 8126 N 1 0 0 1 669.312 -25\nRef: 7976 7976 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F99\nEncoding: 8089 8089 789\nWidth: 986\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 746 741 -55 -25 555 -25 136 741 173 313 -55 -25 89 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8126 8126 N 1 0 0 1 669.312 -25\nRef: 7977 7977 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9A\nEncoding: 8090 8090 790\nWidth: 986\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206> 584 42<-258.569 -241.569> 591 150<-18.6709 -0.670898>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 746 741 -55 -25 555 -25 136 741 173 313 -55 -25 89 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8126 8126 N 1 0 0 1 669.312 -25\nRef: 7978 7978 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9B\nEncoding: 8091 8091 791\nWidth: 986\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206> 591 150<-18.67 -0.669983>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 746 741 -55 -25 555 -25 136 741 173 313 -55 -25 89 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8126 8126 N 1 0 0 1 669.312 -25\nRef: 7979 7979 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9C\nEncoding: 8092 8092 792\nWidth: 986\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206> 584 42<-258.802 -241.802>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 746 741 -55 -25 555 -25 136 741 173 313 -55 -25 89 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8126 8126 N 1 0 0 1 669.312 -25\nRef: 7980 7980 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9D\nEncoding: 8093 8093 793\nWidth: 986\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 746 741 -55 -25 555 -25 136 741 173 313 -55 -25 89 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8126 8126 N 1 0 0 1 669.312 -25\nRef: 7981 7981 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9E\nEncoding: 8094 8094 794\nWidth: 986\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206> 402 42<-215.618 -198.618> 619.005 70.9951<-56.788 -31.788> 669 68.0328<-201.788 -185.788>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 746 741 -55 -25 555 -25 136 741 173 313 -55 -25 89 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8126 8126 N 1 0 0 1 669.312 -25\nRef: 7982 7982 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9F\nEncoding: 8095 8095 795\nWidth: 986\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206> 619.005 70.9951<-56.787 -31.787> 669 68.0328<-201.787 -185.787>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 746 741 -55 -25 555 -25 136 741 173 313 -55 -25 89 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8126 8126 N 1 0 0 1 669.312 -25\nRef: 7983 7983 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA0\nEncoding: 8096 8096 796\nWidth: 800\nHStem: -34 122<153 185> 615 42<383.101 400.101>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 890 890 N 1 0 0 1 33.5856 -18\nRef: 8032 8032 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA1\nEncoding: 8097 8097 797\nWidth: 800\nHStem: -34 122<153 185>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 890 890 N 1 0 0 1 33.5856 -18\nRef: 8033 8033 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA2\nEncoding: 8098 8098 798\nWidth: 800\nHStem: -34 122<153 185> 615 42<298.104 315.104> 622 150<538.002 556.002>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 890 890 N 1 0 0 1 33.5856 -18\nRef: 8034 8034 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA3\nEncoding: 8099 8099 799\nWidth: 800\nHStem: -34 122<153 185> 624 150<553.804 571.804>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 890 890 N 1 0 0 1 33.5856 -18\nRef: 8035 8035 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA4\nEncoding: 8100 8100 800\nWidth: 800\nHStem: -34 122<153 185> 615 42<318.987 335.987>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 890 890 N 1 0 0 1 33.5856 -18\nRef: 8036 8036 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA5\nEncoding: 8101 8101 801\nWidth: 800\nHStem: -34 122<153 185>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 890 890 N 1 0 0 1 33.5856 -18\nRef: 8037 8037 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA6\nEncoding: 8102 8102 802\nWidth: 800\nHStem: -34 122<153 185> 597 42<395.939 412.939> 814.005 70.9951<554.769 579.769> 864 68.0328<409.769 425.769>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 890 890 N 1 0 0 1 33.5856 -18\nRef: 8038 8038 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA7\nEncoding: 8103 8103 803\nWidth: 800\nHStem: -34 122<153 185> 810.005 70.9951<584.107 609.107> 860 68.0328<439.107 455.107>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 890 890 N 1 0 0 1 33.5856 -18\nRef: 8039 8039 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA8\nEncoding: 8104 8104 804\nWidth: 1023\nFlags: W\nHStem: -25 126<-48 73 545 631> 589 42<-11.788 5.212> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8126 8126 N 1 0 0 1 733.171 -25\nRef: 8040 8040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA9\nEncoding: 8105 8105 805\nWidth: 1023\nFlags: W\nHStem: -25 126<-48 73 545 631> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8126 8126 N 1 0 0 1 733.171 -25\nRef: 8041 8041 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAA\nEncoding: 8106 8106 806\nWidth: 1023\nFlags: W\nHStem: -25 126<-48 73 545 631> 589 42<-196.782 -179.782> 596 150<43.1161 61.1161> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8126 8126 N 1 0 0 1 733.171 -25\nRef: 8042 8042 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAB\nEncoding: 8107 8107 807\nWidth: 1023\nFlags: W\nHStem: -25 126<-48 73 545 631> 597 150<49.33 67.33> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8126 8126 N 1 0 0 1 733.171 -25\nRef: 8043 8043 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAC\nEncoding: 8108 8108 808\nWidth: 1023\nFlags: W\nHStem: -25 126<-48 73 545 631> 589 42<-104.015 -87.015> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8126 8126 N 1 0 0 1 733.171 -25\nRef: 8044 8044 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAD\nEncoding: 8109 8109 809\nWidth: 1023\nFlags: W\nHStem: -25 126<-48 73 545 631> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8126 8126 N 1 0 0 1 733.171 -25\nRef: 8045 8045 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAE\nEncoding: 8110 8110 810\nWidth: 1023\nFlags: W\nHStem: -25 126<-48 73 545 631> 447 42<-93.618 -76.618> 621 125.023<434 449> 664.005 70.9951<65.212 90.212> 714 68.0328<-79.788 -63.788>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8126 8126 N 1 0 0 1 733.171 -25\nRef: 8046 8046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAF\nEncoding: 8111 8111 811\nWidth: 1023\nFlags: W\nHStem: -25 126<-48 73 545 631> 621 125.023<434 449> 673.005 70.9951<44.213 69.213> 723 68.0328<-100.787 -84.787>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8126 8126 N 1 0 0 1 733.171 -25\nRef: 8047 8047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB0\nEncoding: 8112 8112 812\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 78<362.862 379.862>\nVStem: 11 135<156 197.562> 256.863 47.9976<716.135 747.135>\nRef: 728 728 N 1 0 0 1 68.8615 1.13477\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB1\nEncoding: 8113 8113 813\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 80<229.968 512.968>\nVStem: 11 135<156 197.562>\nRef: 175 175 N 1 0 0 1 62.9682 -29.8652\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB2\nEncoding: 8114 8114 814\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.135 150<397.908 415.908>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 8048 8048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB3\nEncoding: 8115 8115 815\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB4\nEncoding: 8116 8116 816\nWidth: 640\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615>\nVStem: 11 135<156 197.562>\nRef: 8049 8049 N 1 0 0 1 0 0\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nEndChar\nStartChar: uni1FB6\nEncoding: 8118 8118 817\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.14 70.9951<434.644 459.644> 662.135 68.0328<289.644 305.644>\nVStem: 11 135<156 197.562>\nRef: 8128 8128 N 1 0 0 1 229.644 -16.8652\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB7\nEncoding: 8119 8119 818\nWidth: 656\nHStem: -10.6201 121.677<202 233> 432.359 119.776<318 350> 522.629 20<493 615> 612.14 70.9951<434.644 459.644> 662.135 68.0328<289.644 305.644>\nVStem: 11 135<156 197.562>\nRef: 890 890 S 1 0 0 1 25.5856 4.42969\nRef: 8118 8118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB8\nEncoding: 8120 8120 819\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440> 801 78<453.362 470.362>\nVStem: 347.364 47.9976<905 936>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 728 728 N 1 0 0 1 159.362 190\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB9\nEncoding: 8121 8121 820\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440> 801 80<320.468 603.468>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 175 175 N 1 0 0 1 153.468 159\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBA\nEncoding: 8122 8122 821\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440> 591 150<218.329 236.329>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8175 8175 N 1 0 0 1 -57.6709 -16\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBB\nEncoding: 8123 8123 822\nWidth: 764\nHStem: 193 126<254 422> 193 548<423 440>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8189 8189 N 1 0 0 1 -161.787 -16\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBC\nEncoding: 8124 8124 823\nWidth: 1007\nFlags: W\nHStem: 193 126<254 422> 193 548<423 440>\nDStem: 373 741 362 496 -113 -25 253 319 373 741 175 193 -113 -25 43 -25\nRef: 8126 8126 N 1 0 0 1 716.13 -25\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBD\nEncoding: 8125 8125 824\nWidth: 278\nFlags: W\nHStem: 747 146<-25.9397 42.7991>\nDStem: -25.9397 893 165.001 893 -65.4008 747 128.086 756\nRef: 44 44 S 1.27294 0 0 1 -146.869 747\nEndChar\nStartChar: uni1FBE\nEncoding: 8126 8126 825\nWidth: 201\nFlags: W\nRef: 890 890 N 1 0 0 1 -106 253\nEndChar\nStartChar: uni1FBF\nEncoding: 8127 8127 826\nWidth: 147\nFlags: W\nHStem: 583 42<114 131>\nFore\n147.686 740 m 1\n 255 741 l 1\n 240.334 672 l 2\n 228.217 615 170.314 583 114.314 583 c 1\n 123.241 625 l 1\n 143.241 625 164.029 624 173.807 670 c 1\n 132.807 670 l 1\n 147.686 740 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FC0\nEncoding: 8128 8128 827\nWidth: 278\nFlags: W\nHStem: 629.005 70.9951<205 230> 679 68.0328<60 76>\nRef: 732 732 N 1 0 0 1 -162 7\nEndChar\nStartChar: uni1FC1\nEncoding: 8129 8129 828\nWidth: 333\nFlags: W\nHStem: 621 120<173 257 359 443> 784.005 70.9951<368 393> 834 68.0328<223 239>\nDStem: 173 741 283 741 147 621 257 621 359 741 469 741 333 621 443 621\nRef: 8128 8128 N 1 0 0 1 163 155\nRef: 168 168 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC2\nEncoding: 8130 8130 829\nWidth: 586\nHStem: 429 126<367 416> 616 150<388.908 406.908>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 8052 8052 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC3\nEncoding: 8131 8131 830\nWidth: 586\nHStem: 429 126<367 416>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC4\nEncoding: 8132 8132 831\nWidth: 597\nHStem: 429 126<367 416> 617 21<253 375> 785 20<295 482>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 N 1 0 0 1 -116.796 16\nRef: 942 942 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC6\nEncoding: 8134 8134 832\nWidth: 586\nHStem: 429 126<367 416> 616.005 70.9951<446.644 471.644> 666 68.0328<301.644 317.644>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 8128 8128 S 1 0 0 1 241.644 -13\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC7\nEncoding: 8135 8135 833\nWidth: 586\nHStem: 429 126<367 416> 616.005 70.9951<446.644 471.644> 666 68.0328<301.644 317.644>\nDStem: 112 414 218 284 3 -25 141 -25 422 316 561 320 299 -177 427 -215\nRef: 890 890 S 1 0 0 1 -145.414 -25\nRef: 8134 8134 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC8\nEncoding: 8136 8136 834\nWidth: 710\nHStem: -25 134<138 544> 303 134<220 582> 591 150<-3.67099 14.329> 607 134<261 685>\nDStem: 151 741 261 607 -40 -25 219 437 151 741 577 109 -40 -25 544 -25 151 741 186 303 -40 -25 137 109 151 741 615 437 -40 -25 582 303\nRef: 8175 8175 N 1 0 0 1 -279.671 -16\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC9\nEncoding: 8137 8137 835\nWidth: 710\nHStem: -25 134<138 544> 303 134<220 582> 607 134<261 685>\nDStem: 151 741 261 607 -40 -25 219 437 151 741 577 109 -40 -25 544 -25 151 741 186 303 -40 -25 137 109 151 741 615 437 -40 -25 582 303\nRef: 8189 8189 N 1 0 0 1 -383.787 -16\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCA\nEncoding: 8138 8138 836\nWidth: 743\nHStem: 313 134<207 494> 313 428<173 206> 591 150<-18.671 -0.67099>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8175 8175 N 1 0 0 1 -294.671 -16\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCB\nEncoding: 8139 8139 837\nWidth: 743\nHStem: 313 134<207 494> 313 428<173 206>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8189 8189 N 1 0 0 1 -398.787 -16\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCC\nEncoding: 8140 8140 838\nWidth: 986\nFlags: W\nHStem: 313 134<207 494> 313 428<173 206>\nDStem: 136 741 280 741 -55 -25 206 447 136 741 173 313 -55 -25 89 -25 136 741 746 741 -55 -25 555 -25 495 313 746 741 411 -25 555 -25 602 741 746 741 528 447 555 -25\nRef: 8126 8126 N 1 0 0 1 669.312 -25\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCD\nEncoding: 8141 8141 839\nWidth: 402\nFlags: W\nHStem: 583 42<114 131> 590 150<353.898 371.898>\nRef: 8175 8175 S 1 0 0 1 77.8981 -17\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCE\nEncoding: 8142 8142 840\nWidth: 403\nFlags: W\nHStem: 583 42<114 131>\nRef: 8189 8189 S 1 0 0 1 -25.9854 -17\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCF\nEncoding: 8143 8143 841\nWidth: 147\nHStem: 583 42<114 131> 800.005 70.9951<272.83 297.83> 850 68.0328<127.83 143.83>\nRef: 8128 8128 N 1 0 0 1 67.83 171\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD0\nEncoding: 8144 8144 842\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609 78<185.462 202.462>\nVStem: 79.464 47.9976<713 744>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 728 728 N 1 0 0 1 -108.538 -2\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD1\nEncoding: 8145 8145 843\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609 80<52.568 335.568>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 175 175 N 1 0 0 1 -114.432 -33\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD2\nEncoding: 8146 8146 844\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609 120<64.893 148.893 250.893 334.893> 757 150<200.088 218.088>\nDStem: 64.893 729 174.893 729 38.893 609 148.893 609 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52 250.893 729 360.893 729 224.893 609 334.893 609\nRef: 8173 8173 N 1 0 0 1 -108.107 -12\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD3\nEncoding: 8147 8147 845\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609 120<63.319 147.319 249.319 333.319>\nDStem: 63.319 729 173.319 729 37.319 609 147.319 609 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52 249.319 729 359.319 729 223.319 609 333.319 609\nRef: 8174 8174 N 1 0 0 1 -109.681 -12\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD6\nEncoding: 8150 8150 846\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609.005 70.9951<257.245 282.245> 659 68.0328<112.244 128.245>\nDStem: 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52\nRef: 8128 8128 N 1 0 0 1 52.2445 -20\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD7\nEncoding: 8151 8151 847\nWidth: 346\nHStem: 524.67 20<101.3 242.06> 609 120<95.3553 179.355 281.355 365.355> 772.005 70.9951<290.355 315.355> 822 68.0328<145.355 161.355>\nDStem: 95.3553 729 205.355 729 69.3553 609 179.355 609 101.3 544.67 242.06 544.67 -3.75977 145.03 141.08 161.52 281.355 729 391.355 729 255.355 609 365.355 609\nRef: 8129 8129 N 1 0 0 1 -77.6447 -12\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD8\nEncoding: 8152 8152 848\nWidth: 296\nHStem: 721 20<140 284> 801 78<224.862 241.862>\nVStem: 118.864 47.9976<905 936>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 728 728 N 1 0 0 1 -69.1385 190\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD9\nEncoding: 8153 8153 849\nWidth: 296\nHStem: 721 20<140 284> 801 80<91.9682 374.968>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 175 175 N 1 0 0 1 -75.0318 159\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDA\nEncoding: 8154 8154 850\nWidth: 296\nHStem: 591 150<-14.671 3.32901> 721 20<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 8175 8175 N 1 0 0 1 -290.671 -16\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDB\nEncoding: 8155 8155 851\nWidth: 296\nHStem: 721 20<140 284>\nDStem: 140 741 284 741 -51 -25 93 -25\nRef: 8189 8189 N 1 0 0 1 -394.787 -16\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDD\nEncoding: 8157 8157 852\nWidth: 434\nFlags: W\nHStem: 607 150<385.061 403.061>\nRef: 8190 8190 S 1 0 0 1 3.18835 15\nRef: 8175 8175 N 1 0 0 1 109.061 0\nEndChar\nStartChar: uni1FDE\nEncoding: 8158 8158 853\nWidth: 433\nFlags: W\nRef: 8190 8190 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 11.603 -15\nEndChar\nStartChar: uni1FDF\nEncoding: 8159 8159 854\nWidth: 333\nFlags: W\nHStem: 811.005 70.9951<311.293 336.293> 861 68.0328<166.293 182.293>\nRef: 8190 8190 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 106.293 182\nEndChar\nStartChar: uni1FE0\nEncoding: 8160 8160 855\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 78<345.137 362.137>\nVStem: 239.139 47.9976<713 744>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 728 728 N 1 0 0 1 51.1369 -2\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE1\nEncoding: 8161 8161 856\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 80<212.244 495.244>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 175 175 N 1 0 0 1 45.2436 -33\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE2\nEncoding: 8162 8162 857\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 120<224.568 308.568 410.568 494.568> 757 150<359.763 377.763>\nDStem: 87 543 225 543 1 198 148 232 224.568 729 334.568 729 198.568 609 308.568 609 410.568 729 520.568 729 384.568 609 494.568 609 437 543 575 543 360 232 489 198\nRef: 8173 8173 N 1 0 0 1 51.5679 -12\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE3\nEncoding: 8163 8163 858\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 120<222.995 306.995 408.995 492.995>\nDStem: 87 543 225 543 1 198 148 232 222.995 729 332.995 729 196.995 609 306.995 609 408.995 729 518.995 729 382.995 609 492.995 609 437 543 575 543 360 232 489 198\nRef: 8174 8174 N 1 0 0 1 49.9947 -12\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE4\nEncoding: 8164 8164 859\nWidth: 626\nHStem: -35 124<247 278> 435 122<364 395> 617 42<354.101 371.101>\nVStem: 461 143<331 362>\nDStem: 58 270 129 2 -65 -225 73 -225\nRef: 8127 8127 N 1 0 0 1 240.101 34\nRef: 961 961 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE5\nEncoding: 8165 8165 860\nWidth: 626\nHStem: -35 124<247 278> 435 122<364 395>\nVStem: 461 143<331 362>\nDStem: 58 270 129 2 -65 -225 73 -225\nRef: 8190 8190 N 1 0 0 1 238.673 34\nRef: 961 961 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE6\nEncoding: 8166 8166 861\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609.005 70.9951<416.92 441.92> 659 68.0328<271.92 287.92>\nDStem: 87 543 225 543 1 198 148 232 437 543 575 543 360 232 489 198\nRef: 8128 8128 N 1 0 0 1 211.92 -20\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE7\nEncoding: 8167 8167 862\nWidth: 575\nHStem: -38.6762 125.676<210 225> 523 20<87 225 437 575> 609 120<255.031 339.031 441.031 525.031> 772.005 70.9951<450.031 475.031> 822 68.0328<305.031 321.031>\nDStem: 87 543 225 543 1 198 148 232 255.031 729 365.031 729 229.031 609 339.031 609 437 543 575 543 360 232 489 198 441.031 729 551.031 729 415.031 609 525.031 609\nRef: 8129 8129 N 1 0 0 1 82.0306 -12\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE8\nEncoding: 8168 8168 863\nWidth: 744\nHStem: 721 20<63 238 642 814> 801 78<451.362 468.362>\nVStem: 345.364 47.9976<905 936>\nDStem: 63 741 238 741 250 296 330 514 250 296 394 296 170 -25 314 -25\nRef: 728 728 N 1 0 0 1 157.362 190\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE9\nEncoding: 8169 8169 864\nWidth: 744\nHStem: 721 20<63 238 642 814> 801 80<318.468 601.468>\nDStem: 63 741 238 741 250 296 330 514 250 296 394 296 170 -25 314 -25\nRef: 175 175 N 1 0 0 1 151.468 159\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FED\nEncoding: 8173 8173 865\nWidth: 333\nFlags: W\nHStem: 621 120<173 257 359 443> 769 150<308.195 326.195>\nDStem: 173 741 283 741 147 621 257 621 359 741 469 741 333 621 443 621\nRef: 168 168 S 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 32.1951 162\nEndChar\nStartChar: uni1FEE\nEncoding: 8174 8174 866\nWidth: 351\nFlags: W\nHStem: 621 120<173 257 359 443>\nDStem: 173 741 283 741 147 621 257 621 359 741 469 741 333 621 443 621\nRef: 8189 8189 N 1 0 0 1 21 159\nRef: 168 168 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEF\nEncoding: 8175 8175 867\nWidth: 303\nFlags: W\nHStem: 607 150<276 294>\nRef: 96 96 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF6\nEncoding: 8182 8182 868\nWidth: 800\nHStem: -34 122<153 185> 615.005 70.9951<511.644 536.644> 665 68.0328<366.644 382.644>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 8128 8128 S 1 0 0 1 306.644 -14\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF7\nEncoding: 8183 8183 869\nWidth: 800\nHStem: -34 122<153 185> 615.005 70.9951<511.644 536.644> 665 68.0328<366.644 382.644>\nVStem: -7 136<143 165> 600 136<318 342>\nDStem: 338 401 472 401 276 153 410 153\nRef: 890 890 N 1 0 0 1 33.5856 -18\nRef: 8182 8182 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF8\nEncoding: 8184 8184 870\nWidth: 822\nHStem: -51 132<285 318> 613 150<45.329 63.329> 631 132<455 488>\nVStem: 1 149<222 246> 624 148<467 490>\nRef: 8175 8175 S 1 0 0 1 -230.671 6\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF9\nEncoding: 8185 8185 871\nWidth: 822\nHStem: -51 132<285 318> 631 132<455 488>\nVStem: 1 149<222 246> 624 148<467 490>\nRef: 8189 8189 S 1 0 0 1 -256.787 6\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFA\nEncoding: 8186 8186 872\nWidth: 780\nHStem: -25 126<-48 73 545 631> 597 150<37.329 55.329> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8175 8175 S 1 0 0 1 -238.671 -10\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFB\nEncoding: 8187 8187 873\nWidth: 780\nHStem: -25 126<-48 73 545 631> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8189 8189 S 1 0 0 1 -258.787 -10\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFC\nEncoding: 8188 8188 874\nWidth: 1023\nFlags: W\nHStem: -25 126<-48 73 545 631> 621 125.023<434 449>\nVStem: 11 139<263 295> 600 143.064<446 463>\nDStem: -48 101 265 97 -79 -25 235 -25 337 96 662 101 307 -25 631 -25\nRef: 8126 8126 N 1 0 0 1 733.171 -25\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFD\nEncoding: 8189 8189 875\nWidth: 333\nFlags: W\nRef: 180 180 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFE\nEncoding: 8190 8190 876\nWidth: 159\nFlags: W\nRef: 788 788 N 1 0 0 1 0 0\nEndChar\nStartChar: endash\nEncoding: 8211 8211 650\nWidth: 556\nFlags: W\nHStem: 207 104<57 602>\nFore\n624 311 m 1\n 602 207 l 1\n 35 207 l 1\n 57 311 l 1\n 624 311 l 1\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 651\nWidth: 1000\nFlags: W\nHStem: 207 104<59 1048>\nFore\n1070 311 m 1\n 1048 207 l 1\n 37 207 l 1\n 59 311 l 1\n 1070 311 l 1\nEndSplineSet\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 652\nWidth: 278\nFlags: W\nHStem: 469 125<249 302>\nDStem: 190 578 329 594 167 469 302 469\nFore\n302 469 m 1\n 167 469 l 1\n 190 578 l 1\n 204 665 268 722 357 729 c 1\n 347 683 l 1\n 289 673 257 644 248 594 c 1\n 329 594 l 1\n 302 469 l 1\nEndSplineSet\nKernsSLIF: 65 -76 2 0 84 -15 2 0 86 -4 2 0 87 5 2 0 89 -20 2 0 193 -76 2 0 196 -76 2 0 197 -76 2 0 198 -69 2 0\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 653\nWidth: 278\nFlags: W\nHStem: 604 125<220 273>\nDStem: 220 729 356 729 193 604 333 620\nFore\n220 729 m 1\n 356 729 l 1\n 333 620 l 1\n 321 532 259 476 165 469 c 1\n 175 515 l 1\n 233 525 265 554 274 604 c 1\n 193 604 l 1\n 220 729 l 1\nEndSplineSet\nKernsSLIF: 44 -53 2 0 46 -51 2 0 65 -80 2 0 100 -30 2 0 111 -34 2 0 114 -20 2 0 115 -27 2 0 116 -11 2 0 118 -11 2 0 119 -4 2 0 121 -9 2 0 193 -80 2 0 196 -80 2 0 197 -80 2 0 198 -72 2 0\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 654\nWidth: 278\nFlags: W\nHStem: 0 125<92 145>\nDStem: 92 125 228 125 65 0 205 16\nFore\n92 125 m 1\n 228 125 l 1\n 205 16 l 1\n 193 -72 131 -128 37 -135 c 1\n 47 -89 l 1\n 105 -79 137 -50 146 0 c 1\n 65 0 l 1\n 92 125 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 655\nWidth: 500\nFlags: W\nHStem: 469 125<253 306 480 533>\nDStem: 194 578 333 594 171 469 306 469 421 578 560 594 398 469 533 469\nFore\n306 469 m 1\n 171 469 l 1\n 194 578 l 1\n 208 665 272 722 361 729 c 1\n 351 683 l 1\n 293 673 261 644 252 594 c 1\n 333 594 l 1\n 306 469 l 1\n533 469 m 1\n 398 469 l 1\n 421 578 l 1\n 435 665 499 722 588 729 c 1\n 578 683 l 1\n 520 673 488 644 479 594 c 1\n 560 594 l 1\n 533 469 l 1\nEndSplineSet\nKernsSLIF: 65 -72 2 0 84 -11 2 0 87 9 2 0 89 -15 2 0 193 -72 2 0 196 -72 2 0 197 -72 2 0 198 -64 2 0\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 656\nWidth: 500\nFlags: W\nHStem: 604 125<228 281 460 513>\nDStem: 228 729 363 729 201 604 340 620 460 729 595 729 433 604 572 620\nFore\n228 729 m 1\n 363 729 l 1\n 340 620 l 1\n 326 533 262 476 173 469 c 1\n 183 515 l 1\n 241 525 273 554 282 604 c 1\n 201 604 l 1\n 228 729 l 1\n460 729 m 1\n 595 729 l 1\n 572 620 l 1\n 558 533 494 476 405 469 c 1\n 415 515 l 1\n 473 525 505 554 514 604 c 1\n 433 604 l 1\n 460 729 l 1\nEndSplineSet\nKernsSLIF: 65 -72 2 0 84 -7 2 0 86 1 2 0 87 11 2 0 89 -14 2 0 193 -72 2 0 196 -72 2 0 197 -72 2 0 198 -64 2 0\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 657\nWidth: 500\nFlags: W\nHStem: 0 125<92 145 327 380>\nDStem: 92 125 227 125 65 0 204 16 327 125 462 125 300 0 439 16\nFore\n92 125 m 1\n 227 125 l 1\n 204 16 l 1\n 190 -71 126 -128 37 -135 c 1\n 47 -89 l 1\n 105 -79 137 -50 146 0 c 1\n 65 0 l 1\n 92 125 l 1\n327 125 m 1\n 462 125 l 1\n 439 16 l 1\n 425 -71 361 -128 272 -135 c 1\n 282 -89 l 1\n 340 -79 372 -50 381 0 c 1\n 300 0 l 1\n 327 125 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nKernsSLIF: 65 7 2 0 84 -79 2 0 86 -77 2 0 87 -54 2 0 89 -96 2 0 198 19 2 0\nEndChar\nStartChar: dagger\nEncoding: 8224 8224 658\nWidth: 556\nFlags: W\nHStem: 369 116<134 287 448 601> 369 340<422 447>\nDStem: 134 485 422 369 109 369 303 -194 288 369 422 369 169 -194 303 -194 361 709 494 709 313 485 447 485\nFore\n626 485 m 1\n 601 369 l 1\n 422 369 l 1\n 303 -194 l 1\n 169 -194 l 1\n 288 369 l 1\n 109 369 l 1\n 134 485 l 1\n 313 485 l 1\n 361 709 l 1\n 494 709 l 1\n 447 485 l 1\n 626 485 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 659\nWidth: 556\nFlags: W\nHStem: 30 116<60 213 373 526> 369 116<132 285 445 598> 369 340<420 444>\nDStem: 60 146 348 30 35 30 300 -194 132 485 420 369 107 369 372 146 214 30 348 30 166 -194 300 -194 286 369 420 369 238 146 372 146 358 709 492 709 310 485 444 485\nFore\n623 485 m 1\n 598 369 l 1\n 420 369 l 1\n 372 146 l 1\n 551 146 l 1\n 526 30 l 1\n 348 30 l 1\n 300 -194 l 1\n 166 -194 l 1\n 214 30 l 1\n 35 30 l 1\n 60 146 l 1\n 238 146 l 1\n 286 369 l 1\n 107 369 l 1\n 132 485 l 1\n 310 485 l 1\n 358 709 l 1\n 492 709 l 1\n 444 485 l 1\n 623 485 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: bullet\nEncoding: 8226 8226 660\nWidth: 350\nFlags: W\nHStem: 175.004 249.996<217 258>\nVStem: 111.004 255.996<279 321>\nFore\n258 425 m 0\n 320 425 367 380 367 321 c 0\n 367 246 295 175 217 175 c 0\n 156 175 111 219 111 279 c 0\n 111 356 181 425 258 425 c 0\nEndSplineSet\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 661\nWidth: 1000\nFlags: W\nHStem: 0 146<123 242 456 575 789 908>\nDStem: 123 146 273 146 92 0 242 0 456 146 606 146 425 0 575 0 789 146 939 146 758 0 908 0\nFore\n273 146 m 1\n 242 0 l 1\n 92 0 l 1\n 123 146 l 1\n 273 146 l 1\n606 146 m 1\n 575 0 l 1\n 425 0 l 1\n 456 146 l 1\n 606 146 l 1\n939 146 m 1\n 908 0 l 1\n 758 0 l 1\n 789 146 l 1\n 939 146 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 662\nWidth: 1000\nFlags: W\nHStem: -19.1057 77.1057<469 487 838 856> 198 77.0694<511 520 880 888> 443.15 77.8497<264 275> 661 77.0706<299 301> 718 20G<654 721>\nVStem: 134.408 79.5919<571 577> 347.334 79.6664<107 114> 360 79.0558<605 606> 572 79.0378<142 143> 716.334 79.6664<107 114> 941 79.0378<142 143>\nDStem: 654 738 721 738 72 -21 138 -21\nFore\n654 738 m 1\n 721 738 l 1\n 138 -21 l 1\n 72 -21 l 1\n 654 738 l 1\n316 739 m 0\n 388 739 440 690 440 622 c 0\n 440 528 353 443 257 443 c 0\n 187 443 134 493 134 560 c 0\n 134 653 222 739 316 739 c 0\n299 661 m 0\n 255 661 214 620 214 575 c 0\n 214 545 240 521 275 521 c 0\n 319 521 360 561 360 604 c 0\n 360 637 334 661 299 661 c 0\n528 276 m 0\n 600 276 652 227 652 159 c 0\n 652 66 565 -20 469 -20 c 0\n 399 -20 347 30 347 97 c 0\n 347 190 434 276 528 276 c 0\n512 198 m 0\n 468 198 427 157 427 112 c 0\n 427 82 453 58 487 58 c 0\n 531 58 572 98 572 141 c 0\n 572 174 546 198 512 198 c 0\n897 276 m 0\n 969 276 1021 227 1021 159 c 0\n 1021 66 934 -20 838 -20 c 0\n 768 -20 716 30 716 97 c 0\n 716 190 803 276 897 276 c 0\n881 198 m 0\n 837 198 796 157 796 112 c 0\n 796 82 822 58 856 58 c 0\n 900 58 941 98 941 141 c 0\n 941 174 915 198 881 198 c 0\nEndSplineSet\nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 663\nWidth: 333\nFlags: W\nDStem: 128 218 206 275 264 72 288 186 351 481 326 364 152 332 206 275\nFore\n128 218 m 1\n 152 332 l 1\n 351 481 l 1\n 326 364 l 1\n 206 275 l 1\n 288 186 l 1\n 264 72 l 1\n 128 218 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 664\nWidth: 333\nFlags: W\nDStem: 159 367 183 481 241 278 319 335 241 278 295 220 121 189 96 72\nFore\n319 335 m 1\n 295 220 l 1\n 96 72 l 1\n 121 189 l 1\n 241 278 l 1\n 159 367 l 1\n 183 481 l 1\n 319 335 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 65 -52 2 0 84 -110 2 0 86 -79 2 0 87 -60 2 0 89 -113 2 0 193 -52 2 0 196 -52 2 0 197 -52 2 0 198 -42 2 0\nEndChar\nStartChar: fraction\nEncoding: 8260 8260 665\nWidth: 167\nFlags: W\nDStem: 404 715 489 715 -177 -20 -92 -20\nFore\n404 715 m 1\n 489 715 l 1\n -92 -20 l 1\n -177 -20 l 1\n 404 715 l 1\nEndSplineSet\nEndChar\nStartChar: uni2047\nEncoding: 8263 8263 666\nWidth: 1222\nHStem: 0 146<268 387 879 998> 620 123.089<431 440 1042 1051>\nVStem: 528.995 143.005<533 566> 1139.99 143.005<533 566>\nDStem: 268 146 418 146 237 0 387 0 879 146 1029 146 848 0 998 0\nRef: 63 63 N 1 0 0 1 611 0\nRef: 63 63 N 1 0 0 1 0 0\nLigature: 8 2 'liga' question question\nEndChar\nStartChar: uni2048\nEncoding: 8264 8264 667\nWidth: 944\nHStem: 0 146<268 387 754 873> 620 123.089<431 440>\nVStem: 528.995 143.005<533 566>\nDStem: 268 146 418 146 237 0 387 0 754 146 904 146 723 0 873 0 878 726 1028 726 833 516 983 516\nRef: 33 33 N 1 0 0 1 611 0\nRef: 63 63 N 1 0 0 1 0 0\nLigature: 8 2 'liga' question exclam\nEndChar\nStartChar: uni2049\nEncoding: 8265 8265 668\nWidth: 944\nHStem: 0 146<143 262 601 720> 620 123.089<764 773>\nVStem: 861.995 143.005<533 566>\nDStem: 143 146 293 146 112 0 262 0 267 726 417 726 222 516 372 516 601 146 751 146 570 0 720 0\nRef: 63 63 N 1 0 0 1 333 0\nRef: 33 33 N 1 0 0 1 0 0\nLigature: 8 2 'liga' exclam question\nEndChar\nStartChar: afii57636\nEncoding: 8362 8362 666\nWidth: 1049\nFlags: W\nHStem: 0 115<379 593 593.031 617> 485 115<201 525>\nDStem: 88 600 202 485 -40 0 99 0 296 378 435 378 216 0 379 115 561 438 700 438 514 218 653 218 848 600 987 600 769 231 908 231\nFore\n769 231 m 1\n 848 600 l 1\n 987 600 l 1\n 908 231 l 2\n 901 198 890 161 859 126 c 1\n 825 84 779 49 722 25 c 0\n 676 4 630 -1 593 0 c 2\n 216 0 l 1\n 296 378 l 1\n 435 378 l 1\n 379 115 l 1\n 617 115 l 1\n 640 117 658 119 673 125 c 0\n 705 137 730 155 746 180 c 0\n 759 199 762 210 769 231 c 1\n700 438 m 2\n 653 218 l 1\n 514 218 l 1\n 561 438 l 2\n 565 456 564 466 557 473 c 1\n 552 480 533 485 523 485 c 2\n 202 485 l 1\n 99 0 l 1\n -40 0 l 1\n 88 600 l 1\n 547 600 l 2\n 586 600 639 591 676 552 c 1\n 711 513 706 467 700 438 c 2\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Euro\nEncoding: 8364 8364 667\nWidth: 556\nFlags: W\nHStem: -22.9985 130.999<305 340> 250 68<60 94 240 418> 386 68<89 113 284 495> 593.675 129.386<445 479>\nFore\n60 318 m 1\n 99 318 l 1\n 104 347 106 358 114 386 c 1\n 50 386 l 1\n 89 454 l 1\n 137 454 l 1\n 211 625 336 724 479 724 c 0\n 550 724 586 710 648 656 c 1\n 575 527 l 1\n 524 576 489 594 445 594 c 0\n 382 594 325 545 283 454 c 1\n 534 454 l 1\n 495 386 l 1\n 255 386 l 1\n 247 359 243 340 239 318 c 1\n 456 318 l 1\n 418 250 l 1\n 237 250 l 1\n 244 158 280 108 340 108 c 0\n 381 108 410 118 497 160 c 1\n 466 11 l 1\n 379 -16 345 -23 305 -23 c 0\n 227 -23 153 23 123 88 c 0\n 103 133 95 182 94 250 c 1\n 21 250 l 1\n 60 318 l 1\nEndSplineSet\nEndChar\nStartChar: trademark\nEncoding: 8482 8482 668\nWidth: 1000\nFlags: W\nHStem: 649 80<230 349 445 578>\nDStem: 230 729 445 649 213 649 365 273 350 649 445 649 270 273 365 273 643 729 712 622 546 273 637 273 950 729 973 622 792 378 816 273 973 622 1087 729 899 273 990 273\nFore\n445 649 m 1\n 365 273 l 1\n 270 273 l 1\n 350 649 l 1\n 213 649 l 1\n 230 729 l 1\n 595 729 l 1\n 578 649 l 1\n 445 649 l 1\n816 273 m 1\n 722 273 l 1\n 712 622 l 1\n 637 273 l 1\n 546 273 l 1\n 643 729 l 1\n 781 729 l 1\n 792 378 l 1\n 950 729 l 1\n 1087 729 l 1\n 990 273 l 1\n 899 273 l 1\n 973 622 l 1\n 816 273 l 1\nEndSplineSet\nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 669\nWidth: 490\nFlags: W\nHStem: -15 32<193 212> 365 42.9986<218 256> 703 47<193 215>\nVStem: 22 87.0815<154 179> 377.531 79.731<405 455>\nFore\n102 670 m 1\n 62 722 l 1\n 102 740 149 750 194 750 c 0\n 347 750 458 605 458 405 c 0\n 458 302 429 171 392 103 c 0\n 349 26 287 -15 212 -15 c 0\n 105 -15 22 70 22 179 c 0\n 22 244 50 311 96 358 c 0\n 130 392 169 408 218 408 c 0\n 271 408 300 396 368 343 c 1\n 376 403 378 426 378 455 c 0\n 378 529 357 604 323 651 c 0\n 299 685 260 703 214 703 c 0\n 178 703 169 701 110 674 c 2\n 102 670 l 1\n361 304 m 1\n 359 308 l 2\n 336 343 296 365 256 365 c 0\n 176 365 109 270 109 154 c 0\n 109 68 142 17 198 17 c 0\n 253 17 299 61 325 139 c 0\n 340 182 348 216 361 304 c 1\nEndSplineSet\nEndChar\nStartChar: Delta\nEncoding: 8710 8710 670\nWidth: 729\nFlags: W\nHStem: 0 125<231 548> 709 20G<444 590>\nDStem: 444 729 483 564 8 0 230 125\nFore\n8 0 m 1\n 444 729 l 1\n 590 729 l 1\n 721 0 l 1\n 8 0 l 1\n230 125 m 1\n 549 125 l 1\n 483 564 l 1\n 230 125 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: summation\nEncoding: 8721 8721 671\nWidth: 711\nFlags: W\nHStem: -88 105<160 539> 707 46<327 615>\nDStem: 163 760 326 707 411 309 520 352 411 309 520 352 -18 -92 159 17\nFore\n760 753 m 1\n 733 593 l 1\n 711 593 l 1\n 709 640 704 659 692 675 c 0\n 676 697 642 707 588 707 c 2\n 326 707 l 1\n 520 352 l 1\n 159 17 l 1\n 500 17 l 2\n 563 17 585 22 610 39 c 0\n 633 56 641 65 673 117 c 2\n 681 130 l 1\n 706 130 l 1\n 662 37 647 -2 615 -97 c 1\n 594 -91 567 -88 537 -88 c 2\n 57 -88 l 2\n 16 -88 16 -88 -18 -92 c 1\n 411 309 l 1\n 163 760 l 1\n 203 755 233 753 274 753 c 2\n 760 753 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: minus\nEncoding: 8722 8722 672\nWidth: 584\nFlags: W\nHStem: 172 120<102 581>\nFore\n606 292 m 1\n 581 172 l 1\n 77 172 l 1\n 102 292 l 1\n 606 292 l 1\nEndSplineSet\nEndChar\nStartChar: radical\nEncoding: 8730 8730 673\nWidth: 542\nFlags: W\nDStem: 217 461 265 521 352 -36 375 125 265 521 217 461 102 448 113 415 670 913 705 908 375 125 352 -36\nFore\n670 913 m 1\n 705 908 l 1\n 352 -36 l 1\n 217 461 l 1\n 113 415 l 1\n 102 448 l 1\n 265 521 l 1\n 375 125 l 1\n 670 913 l 1\nEndSplineSet\nEndChar\nStartChar: notequal\nEncoding: 8800 8800 674\nWidth: 584\nFlags: W\nHStem: 52 120<86 128 365 546> 292 120<137 312 550 597>\nDStem: 129 52 273 52 81 -11 176 -74 313 292 457 292 220 172 364 172 507 544 602 481 405 412 549 412\nFore\n129 52 m 1\n 61 52 l 1\n 86 172 l 1\n 220 172 l 1\n 313 292 l 1\n 112 292 l 1\n 137 412 l 1\n 405 412 l 1\n 507 544 l 1\n 602 481 l 1\n 549 412 l 1\n 622 412 l 1\n 597 292 l 1\n 457 292 l 1\n 364 172 l 1\n 571 172 l 1\n 546 52 l 1\n 273 52 l 1\n 176 -74 l 1\n 81 -11 l 1\n 129 52 l 1\nEndSplineSet\nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 675\nWidth: 584\nFlags: W\nHStem: 0 104<57 524>\nDStem: 657 624 629 495 129 443 290 382\nFore\n546 104 m 1\n 524 0 l 1\n 35 0 l 1\n 57 104 l 1\n 546 104 l 1\n657 624 m 1\n 629 495 l 1\n 290 382 l 1\n 582 271 l 1\n 554 140 l 1\n 104 322 l 1\n 129 443 l 1\n 657 624 l 1\nEndSplineSet\nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 676\nWidth: 584\nFlags: W\nHStem: 0 104<66 533>\nDStem: 441 382 601 321 102 269 74 140\nFore\n555 104 m 1\n 533 0 l 1\n 44 0 l 1\n 66 104 l 1\n 555 104 l 1\n74 140 m 1\n 102 269 l 1\n 441 382 l 1\n 149 493 l 1\n 177 624 l 1\n 627 442 l 1\n 601 321 l 1\n 74 140 l 1\nEndSplineSet\nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 677\nWidth: 489\nFlags: W\nHStem: 0 21G<208 270>\nDStem: 95 372 158 372 208 0 252 60 366 744 385 684 95 372 158 372 385 684 428 744 479 372 541 372 479 372 541 372 252 60 270 0\nFore\n428 744 m 1\n 541 372 l 1\n 270 0 l 1\n 208 0 l 1\n 95 372 l 1\n 366 744 l 1\n 428 744 l 1\n252 60 m 1\n 479 372 l 1\n 385 684 l 1\n 158 372 l 1\n 252 60 l 1\nEndSplineSet\nEndChar\nStartChar: uniF639\nEncoding: 63033 63033 678\nWidth: 556\nFlags: W\nHStem: -23 122<271 300> 612 112<394 421>\nVStem: 81 143<168 202> 471 143<504 543>\nRef: 48 48 N 1 0 0 1 0 0\nKernsSLIF: 63036 -3 2 0 63039 -21 2 0 63196 -29 2 0\nEndChar\nStartChar: uniF63A\nEncoding: 63034 63034 679\nWidth: 556\nFlags: W\nHStem: 0 125<238 512> 612 112<397 421>\nVStem: 485 143<530 552>\nRef: 50 50 N 1 0 0 1 0 0\nKernsSLIF: 63036 -16 2 0 63039 -12 2 0 63196 -24 2 0\nEndChar\nStartChar: uniF63B\nEncoding: 63035 63035 680\nWidth: 556\nFlags: W\nHStem: -23 122<272 302> 317 94<304 324> 612 112<386 413>\nVStem: 67 143<151 176> 422 143<230 257> 465 148<542 573>\nRef: 51 51 N 1 0 0 1 0 0\nKernsSLIF: 63036 -2 2 0 63039 -19 2 0 63196 -34 2 0\nEndChar\nStartChar: uniF63C\nEncoding: 63036 63036 681\nWidth: 556\nFlags: W\nHStem: 0 21<308 448> 157 116<182 342 506 555> 689 20<434 599>\nDStem: 342 157 482 157 308 0 448 0 431 577 599 709 366 273 506 273 434 709 431 577 82 275 182 273\nRef: 52 52 N 1 0 0 1 0 0\nKernsSLIF: 63039 -33 2 0 63196 -55 2 0\nEndChar\nStartChar: uniF63D\nEncoding: 63037 63037 682\nWidth: 556\nFlags: W\nHStem: -23 122<259 288> 367 112<339 396> 584 125<258 614>\nVStem: 59 141<141 163> 429 143<275 300>\nDStem: 258 709 318 584 112 314 264 436\nRef: 53 53 N 1 0 0 1 0 0\nKernsSLIF: 63036 -3 2 0 63039 -17 2 0 63196 -37 2 0\nEndChar\nStartChar: uniF63E\nEncoding: 63038 63038 683\nWidth: 556\nFlags: W\nHStem: -23 122<284 303> 355 112<352 409> 548 21<494 624> 612 112<414 443>\nVStem: 85 130<171 202> 434 143<269 300>\nRef: 54 54 N 1 0 0 1 0 0\nKernsSLIF: 63036 -1 2 0 63039 -13 2 0 63196 -29 2 0\nEndChar\nStartChar: uniF63F\nEncoding: 63039 63039 684\nWidth: 556\nFlags: W\nHStem: 0 21<131 273> 584 125<177 504>\nRef: 55 55 N 1 0 0 1 0 0\nKernsSLIF: 44 -95 2 0 46 -94 2 0 58 -71 2 0 63034 -11 2 0 63035 -7 2 0 63036 -70 2 0 63037 -28 2 0 63038 -21 2 0 63039 2 2 0 63040 -10 2 0 63196 -21 2 0\nEndChar\nStartChar: uniF640\nEncoding: 63040 63040 685\nWidth: 556\nFlags: W\nHStem: -23 122<276 301> 330 95<342 363> 612 112<397 422>\nVStem: 60 143<155 180> 156 122<488 506> 432 143<232 255> 490 130<540 570>\nRef: 56 56 N 1 0 0 1 0 0\nKernsSLIF: 63036 2 2 0 63039 -15 2 0 63196 -32 2 0\nEndChar\nStartChar: uniF641\nEncoding: 63041 63041 686\nWidth: 556\nFlags: W\nHStem: -23 122<248 285> 228 116<289 337> 612 112<389 413>\nVStem: 68 138<132 153> 120 137<403 431> 481 130<519 521>\nRef: 57 57 N 1 0 0 1 0 0\nKernsSLIF: 63036 -6 2 0 63039 -23 2 0 63196 -30 2 0\nEndChar\nStartChar: dotlessj\nEncoding: 63166 63166 678\nWidth: 278\nFlags: W\nHStem: -218 112<-12 8> 520 20G<185 325>\nDStem: 185 540 325 540 57 -62 190 -94\nFore\n325 540 m 1\n 190 -94 l 1\n 172 -181 116 -218 2 -218 c 0\n -17 -218 -29 -217 -43 -213 c 1\n -19 -102 l 1\n -15 -105 -8 -106 6 -106 c 0\n 36 -106 50 -94 57 -62 c 2\n 185 540 l 1\n 325 540 l 1\nEndSplineSet\nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 678\nWidth: 333\nFlags: W\nHStem: -172 112<95 137>\nDStem: 95 -60 217 -60 71 -172 196 -156\nFore\n95 -60 m 1\n 217 -60 l 1\n 196 -156 l 1\n 186 -234 119 -301 43 -307 c 1\n 53 -261 l 1\n 97 -253 132 -217 138 -172 c 1\n 71 -172 l 1\n 95 -60 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: onefitted\nEncoding: 63196 63196 679\nWidth: 556\nFlags: W\nHStem: 0 21<238 378> 489 93<192 223.26> 689 20<436 529>\nDStem: 342 489 529 709 238 0 378 0\nRef: 49 49 N 1 0 0 1 0 0\nKernsSLIF: 44 -51 2 0 46 -49 2 0 63033 -44 2 0 63034 -56 2 0 63035 -53 2 0 63036 -70 2 0 63037 -50 2 0 63038 -48 2 0 63039 -72 2 0 63040 -47 2 0 63041 -47 2 0 63196 -92 2 0\nEndChar\nStartChar: ff\nEncoding: 64256 64256 679\nWidth: 666\nHStem: 0 21<90 230 423 563> 436 93<126 182 343 405 459 515 676 738> 625 103.95<394 410 727 743>\nDStem: 126 529 425 529 106 436 405 436 126 529 323 436 106 436 230 0 183 436 323 436 90 0 230 0 459 529 758 529 439 436 738 436 459 529 656 436 439 436 563 0 516 436 656 436 423 0 563 0\nRef: 102 102 N 1 0 0 1 333 0\nRef: 102 102 N 1 0 0 1 0 0\nLCarets: 0 255 '    ' 1 0 \nLigature: 8 0 'liga' f f\nEndChar\nStartChar: fi\nEncoding: 64257 64257 679\nWidth: 611\nFlags: W\nHStem: 0 21G<85 225 408 548> 436 93<121 177 338 400> 520 20G<523 663> 604 125<563 676> 625 103.95<389 410>\nDStem: 121 529 420 529 101 436 400 436 121 529 318 436 101 436 225 0 178 436 318 436 85 0 225 0 523 540 663 540 408 0 548 0 563 729 703 729 536 604 676 604\nFore\n663 540 m 1\n 548 0 l 1\n 408 0 l 1\n 523 540 l 1\n 663 540 l 1\n703 729 m 1\n 676 604 l 1\n 536 604 l 1\n 563 729 l 1\n 703 729 l 1\n420 529 m 1\n 400 436 l 1\n 318 436 l 1\n 225 0 l 1\n 85 0 l 1\n 178 436 l 1\n 101 436 l 1\n 121 529 l 1\n 197 529 l 1\n 211 594 l 2\n 231 687 284 729 382 729 c 0\n 400 729 417 728 459 726 c 1\n 437 621 l 1\n 410 624 405 625 395 625 c 0\n 370 625 355 611 349 582 c 1\n 337 529 l 1\n 420 529 l 1\nEndSplineSet\nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 680\nWidth: 611\nFlags: W\nHStem: 0 21G<88 228 406 546> 436 93<124 180 341 403> 625 103.95<392 408> 709 20G<561 701>\nDStem: 124 529 423 529 104 436 403 436 124 529 321 436 104 436 228 0 181 436 321 436 88 0 228 0 561 729 701 729 406 0 546 0\nFore\n701 729 m 1\n 546 0 l 1\n 406 0 l 1\n 561 729 l 1\n 701 729 l 1\n423 529 m 1\n 403 436 l 1\n 321 436 l 1\n 228 0 l 1\n 88 0 l 1\n 181 436 l 1\n 104 436 l 1\n 124 529 l 1\n 200 529 l 1\n 214 594 l 2\n 234 687 287 729 385 729 c 0\n 403 729 420 728 462 726 c 1\n 440 621 l 1\n 413 624 408 625 398 625 c 0\n 373 625 358 611 352 582 c 1\n 340 529 l 1\n 423 529 l 1\nEndSplineSet\nLigature: 8 0 'liga' f l\nEndChar\nStartChar: ffi\nEncoding: 64259 64259 681\nWidth: 944\nHStem: 0 21<90 230 423 563 733 873> 436 93<126 182 343 405 459 515 676 738> 520 20<848 988> 604 125<888 1001> 625 103.95<394 410 727 743>\nDStem: 126 529 425 529 106 436 405 436 126 529 323 436 106 436 230 0 183 436 323 436 90 0 230 0 459 529 758 529 439 436 738 436 459 529 656 436 439 436 563 0 516 436 656 436 423 0 563 0 848 540 988 540 733 0 873 0 888 729 1028 729 861 604 1001 604\nRef: 105 105 N 1 0 0 1 666 0\nRef: 102 102 N 1 0 0 1 333 0\nRef: 102 102 N 1 0 0 1 0 0\nLigature: 8 0 'liga' ff i\nLigature: 8 0 'liga' f f i\nEndChar\nStartChar: ffl\nEncoding: 64260 64260 682\nWidth: 944\nHStem: 0 21<90 230 423 563 733 873> 436 93<126 182 343 405 459 515 676 738> 625 103.95<394 410 727 743> 709 20<888 1028>\nDStem: 126 529 425 529 106 436 405 436 126 529 323 436 106 436 230 0 183 436 323 436 90 0 230 0 459 529 758 529 439 436 738 436 459 529 656 436 439 436 563 0 516 436 656 436 423 0 563 0 888 729 1028 729 733 0 873 0\nRef: 108 108 N 1 0 0 1 666 0\nRef: 102 102 N 1 0 0 1 333 0\nRef: 102 102 N 1 0 0 1 0 0\nLigature: 8 0 'liga' ff l\nLigature: 8 0 'liga' f f l\nEndChar\nStartChar: uniFB05\nEncoding: 64261 64261 683\nWidth: 666\nHStem: 0 21<90 230> 436 93<126 182 460 508 670 727> 436 238<649 669> 625 103.95<394 410>\nDStem: 126 529 354 582 106 436 230 0 183 436 354 582 90 0 230 0 216 594 354 582 202 529 230 0 460 529 747 529 440 436 727 436 460 529 649 436 440 436 587 142 509 436 649 436 439 104 587 142 560 674 700 674 529 529 669 529\nRef: 116 116 N 1 0 0 1 333 0\nRef: 383 383 N 1 0 0 1 0 0\nLigature: 8 0 'hlig' longs t\nEndChar\nStartChar: uniFB06\nEncoding: 64262 64262 684\nWidth: 889\nHStem: -22.6508 111.651<300 309> 436 93<683 731 893 950> 436 238<872 892> 437 111.337<363 380>\nVStem: 127.004 148.996<345 384> 410.992 148.008<144 187> 451.272 137.299<385 404>\nDStem: 683 529 970 529 663 436 950 436 683 529 872 436 663 436 810 142 732 436 872 436 662 104 810 142 783 674 923 674 752 529 892 529\nRef: 116 116 N 1 0 0 1 556 0\nRef: 115 115 N 1 0 0 1 0 0\nLigature: 8 0 'dlig' s t\nEndChar\nStartChar: uniFB1D\nEncoding: 64285 64285 681\nWidth: 284\nFlags: W\nDStem: 33 224 116 224 16 142 98 142 81 600 220 600 12 276 163 333\nFore\n33 224 m 1\n 116 224 l 1\n 98 142 l 1\n 16 142 l 1\n 33 224 l 1\n163 333 m 1\n 12 276 l 1\n 81 600 l 1\n 220 600 l 1\n 163 333 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uniFB1E\nEncoding: 64286 64286 682\nWidth: 305\nFlags: W\nVStem: 52.1042 99.9123<797 805>\nFore\n153 813 m 1\n 53 813 l 1\n 53 813 48 760 59 731 c 0\n 67 708 76 697 96 684 c 0\n 122 666 139 660 173 660 c 128\n 207 660 227 666 261 684 c 0\n 286 697 299 708 318 731 c 0\n 341 760 359 813 359 813 c 1\n 259 813 l 1\n 259 813 252 789 239 778 c 0\n 224 764 212 760 194 760 c 0\n 177 760 166 764 157 778 c 0\n 149 789 153 813 153 813 c 1\nEndSplineSet\nEndChar\nStartChar: afii57705\nEncoding: 64287 64287 683\nWidth: 542\nFlags: W\nHStem: 140 82<90 275>\nDStem: 81 600 220 600 12 276 163 333 339 600 478 600 270 276 421 333\nFore\n91 222 m 1\n 291 222 l 1\n 274 140 l 1\n 74 140 l 1\n 91 222 l 1\n421 333 m 1\n 270 276 l 1\n 339 600 l 1\n 478 600 l 1\n 421 333 l 1\n163 333 m 1\n 12 276 l 1\n 81 600 l 1\n 220 600 l 1\n 163 333 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uniFB20\nEncoding: 64288 64288 684\nWidth: 653\nFlags: W\nHStem: 0 115<-10 113>\nVStem: 107 141<118 260.73 459.333 600>\nDStem: 107 600 248 600 113 115 255 118 448 600 587 600 369 231 508 231\nFore\n255 118 m 1\n 267 120 277 125 289 131 c 0\n 312 144 330 159 345 178 c 0\n 357 195 364 212 369 231 c 1\n 448 600 l 1\n 587 600 l 1\n 508 231 l 1\n 502 199 488 163 460 128 c 0\n 433 92 396 60 348 36 c 0\n 308 15 260 -1 212 0 c 2\n -34 0 l 1\n -9 115 l 1\n 113 115 l 1\n 107 600 l 1\n 248 600 l 1\n 255 118 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uniFB21\nEncoding: 64289 64289 685\nWidth: 964\nFlags: W\nHStem: 0 21G<-31 108 580 780>\nDStem: 2 158 139 148 -31 0 108 0 69 600 264 600 222 421 558 258 294 337 264 600 580 0 558 258 294 337 623 183 580 0 780 0 740 600 879 600 706 444 843 433\nFore\n294 337 m 1\n 225 287 181 255 139 148 c 1\n 108 0 l 1\n -31 0 l 1\n 2 158 l 1\n 33 236 56 282 124 349 c 0\n 140 365 205 411 222 421 c 1\n 69 600 l 1\n 264 600 l 1\n 558 258 l 1\n 642 324 677 369 706 444 c 1\n 740 600 l 1\n 879 600 l 1\n 843 433 l 1\n 813 357 788 314 723 250 c 0\n 707 235 666 202 623 183 c 1\n 780 0 l 1\n 580 0 l 1\n 294 337 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uniFB22\nEncoding: 64290 64290 686\nWidth: 888\nFlags: W\nHStem: 0 21G<474 613> 485 115<69 577 715 799>\nDStem: 577 485 716 485 474 0 613 0\nFore\n577 485 m 1\n 46 485 l 1\n 70 600 l 1\n 823 600 l 1\n 799 485 l 1\n 716 485 l 1\n 613 0 l 1\n 474 0 l 1\n 577 485 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uniFB23\nEncoding: 64291 64291 687\nWidth: 932\nFlags: W\nHStem: 0 21G<-41 98 603 742> 485 115<86 573>\nDStem: 34 349 173 349 -41 0 98 0 681 365 821 374 603 0 742 0\nFore\n821 374 m 1\n 742 0 l 1\n 603 0 l 1\n 681 365 l 1\n 680 400 682 415 668 444 c 1\n 660 457 665 451 654 459 c 0\n 626 477 609 478 573 485 c 1\n 62 485 l 1\n 87 600 l 1\n 609 600 l 1\n 669 593 704 584 750 556 c 0\n 772 544 792 522 800 502 c 1\n 823 456 824 425 821 374 c 1\n-41 0 m 1\n 34 349 l 1\n 173 349 l 1\n 98 0 l 1\n -41 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB24\nEncoding: 64292 64292 688\nWidth: 845\nFlags: W\nHStem: 0 115<-20 403> 485 115<83 495>\nFore\n403 0 m 1\n -44 0 l 1\n -19 115 l 1\n 416 115 l 1\n 455 122 472 123 507 141 c 0\n 523 149 515 143 528 156 c 0\n 555 185 560 200 575 235 c 1\n 603 365 l 1\n 602 400 604 415 589 444 c 0\n 581 457 587 451 575 459 c 0\n 547 477 530 478 495 485 c 1\n 59 485 l 1\n 84 600 l 1\n 531 600 l 1\n 591 593 626 584 672 556 c 0\n 694 544 713 522 722 502 c 0\n 744 456 746 425 743 374 c 1\n 712 226 l 1\n 693 175 678 144 636 98 c 0\n 619 78 590 56 563 44 c 0\n 505 16 467 7 403 0 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB25\nEncoding: 64293 64293 689\nWidth: 917\nFlags: W\nHStem: 0 21G<276 415> 485 115<209 689> 730 20G<102 241>\nDStem: 102 750 241 750 45 485 209 600\nFore\n436 101 m 1\n 415 0 l 1\n 276 0 l 1\n 299 107 l 1\n 309 156 351 202 397 240 c 0\n 467 298 557 326 590 340 c 0\n 624 354 661 380 675 419 c 1\n 689 485 l 1\n 45 485 l 1\n 102 750 l 1\n 241 750 l 1\n 209 600 l 1\n 853 600 l 1\n 813 412 l 1\n 799 352 758 318 705 288 c 0\n 628 244 559 230 508 196 c 0\n 479 177 442 142 436 101 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uniFB26\nEncoding: 64294 64294 690\nWidth: 933\nFlags: W\nHStem: 0 115<123 628> 485 115<201 580>\nVStem: 683.287 142.083<399 401>\nDStem: 87 600 202 485 -40 0 123 115 682 369 821 369 628 115 743 0\nFore\n743 0 m 1\n -40 0 l 1\n 87 600 l 1\n 604 600 l 2\n 676 600 725 575 751 556 c 0\n 798 523 840 454 821 369 c 1\n 743 0 l 1\n628 115 m 1\n 682 369 l 1\n 689 407 675 445 654 459 c 0\n 631 475 606 484 580 485 c 2\n 202 485 l 1\n 123 115 l 1\n 628 115 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB27\nEncoding: 64295 64295 691\nWidth: 850\nFlags: W\nHStem: 0 21G<521 660> 485 115<69 491>\nDStem: 599 365 739 374 521 0 660 0\nFore\n739 374 m 1\n 660 0 l 1\n 521 0 l 1\n 599 365 l 1\n 598 400 600 415 586 444 c 1\n 578 457 583 451 572 459 c 0\n 544 477 527 478 491 485 c 1\n 46 485 l 1\n 70 600 l 1\n 527 600 l 1\n 587 593 622 584 668 556 c 0\n 690 544 710 522 718 502 c 1\n 741 456 742 425 739 374 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uniFB28\nEncoding: 64296 64296 692\nWidth: 1006\nFlags: W\nHStem: 0 21G<677 816> 485 115<130 173 311 647>\nDStem: 173 485 312 485 119 233 257 229 755 366 896 374 677 0 816 0\nFore\n312 485 m 1\n 257 229 l 1\n 246 192 247 156 204 102 c 1\n 185 76 151 55 128 44 c 0\n 70 17 34 4 -29 0 c 0\n -41 -1 -57 5 -57 5 c 1\n -32 121 l 1\n -32 121 -16 115 -4 115 c 0\n 20 115 20 113 56 129 c 0\n 71 135 81 144 90 153 c 0\n 108 174 105 186 119 233 c 1\n 173 485 l 1\n 107 485 l 1\n 131 600 l 1\n 683 600 l 1\n 743 593 778 584 824 557 c 0\n 847 544 866 523 874 503 c 1\n 897 457 898 426 896 374 c 1\n 816 0 l 1\n 677 0 l 1\n 755 366 l 1\n 754 400 757 416 742 445 c 0\n 734 458 740 452 728 460 c 0\n 700 478 683 478 647 485 c 1\n 312 485 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uniFB29\nEncoding: 64297 64297 693\nWidth: 584\nFlags: W\nHStem: 172 119<-9 174 293 450>\nDStem: 213 473 332 473 174 291 293 291\nFore\n475 291 m 1\n 450 172 l 1\n -33 172 l 1\n -8 291 l 1\n 174 291 l 1\n 213 473 l 1\n 332 473 l 1\n 293 291 l 1\n 475 291 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57694\nEncoding: 64298 64298 694\nWidth: 840\nFlags: W\nHStem: 0 115<277 367> 701 20G<683 765>\nDStem: 83 600 222 600 12 265 164 323 359 600 498 600 314 387 453 387 635 600 774 600 563 265 702 265 683 721 765 721 665 639 748 639\nFore\n683 721 m 1\n 765 721 l 1\n 748 639 l 1\n 665 639 l 1\n 683 721 l 1\n164 323 m 1\n 232 323 l 2\n 254 323 269 329 284 340 c 0\n 300 352 310 368 314 387 c 2\n 359 600 l 1\n 498 600 l 1\n 453 387 l 2\n 444 345 419 296 367 260 c 1\n 325 226 261 205 208 208 c 1\n 154 208 l 1\n 158 198 l 1\n 177 160 181 156 218 133 c 1\n 250 117 268 115 286 115 c 2\n 365 115 l 2\n 382 115 404 117 441 133 c 1\n 488 156 494 160 528 198 c 0\n 554 229 560 248 563 265 c 1\n 635 600 l 1\n 774 600 l 1\n 702 265 l 1\n 694 221 673 181 639 142 c 0\n 600 97 554 61 492 34 c 1\n 444 11 392 0 341 0 c 2\n 262 0 l 2\n 210 0 162 12 124 34 c 0\n 74 61 43 97 24 142 c 1\n 5 181 3 223 12 265 c 2\n 83 600 l 1\n 222 600 l 1\n 164 323 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: afii57695\nEncoding: 64299 64299 695\nWidth: 840\nFlags: W\nHStem: 0 115<277 367> 701 20G<134 216>\nDStem: 83 600 222 600 12 265 164 323 134 721 216 721 116 639 199 639 359 600 498 600 314 387 453 387 635 600 774 600 563 265 702 265\nFore\n134 721 m 1\n 216 721 l 1\n 199 639 l 1\n 116 639 l 1\n 134 721 l 1\n164 323 m 1\n 232 323 l 2\n 254 323 269 329 284 340 c 0\n 300 352 310 368 314 387 c 2\n 359 600 l 1\n 498 600 l 1\n 453 387 l 2\n 444 345 419 296 367 260 c 1\n 325 226 261 205 208 208 c 1\n 154 208 l 1\n 158 198 l 1\n 177 160 181 156 218 133 c 1\n 250 117 268 115 286 115 c 2\n 365 115 l 2\n 382 115 404 117 441 133 c 1\n 488 156 494 160 528 198 c 0\n 554 229 560 248 563 265 c 1\n 635 600 l 1\n 774 600 l 1\n 702 265 l 1\n 694 221 673 181 639 142 c 0\n 600 97 554 61 492 34 c 1\n 444 11 392 0 341 0 c 2\n 262 0 l 2\n 210 0 162 12 124 34 c 0\n 74 61 43 97 24 142 c 1\n 5 181 3 223 12 265 c 2\n 83 600 l 1\n 222 600 l 1\n 164 323 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uniFB2C\nEncoding: 64300 64300 696\nWidth: 840\nFlags: W\nHStem: 0 115<277 367> 701 20G<683 765>\nDStem: 83 600 222 600 12 265 164 323 359 600 498 600 314 387 453 387 406 263 488 263 389 181 471 181 635 600 774 600 563 265 702 265 683 721 765 721 665 639 748 639\nFore\n683 721 m 1\n 765 721 l 1\n 748 639 l 1\n 665 639 l 1\n 683 721 l 1\n406 263 m 1\n 488 263 l 1\n 471 181 l 1\n 389 181 l 1\n 406 263 l 1\n164 323 m 1\n 232 323 l 2\n 254 323 269 329 284 340 c 0\n 300 352 310 368 314 387 c 2\n 359 600 l 1\n 498 600 l 1\n 453 387 l 2\n 444 345 419 296 367 260 c 1\n 325 226 261 205 208 208 c 1\n 154 208 l 1\n 158 198 l 1\n 177 160 181 156 218 133 c 1\n 250 117 268 115 286 115 c 2\n 365 115 l 2\n 382 115 404 117 441 133 c 1\n 488 156 494 160 528 198 c 0\n 554 229 560 248 563 265 c 1\n 635 600 l 1\n 774 600 l 1\n 702 265 l 1\n 694 221 673 181 639 142 c 0\n 600 97 554 61 492 34 c 1\n 444 11 392 0 341 0 c 2\n 262 0 l 2\n 210 0 162 12 124 34 c 0\n 74 61 43 97 24 142 c 1\n 5 181 3 223 12 265 c 2\n 83 600 l 1\n 222 600 l 1\n 164 323 l 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uniFB2D\nEncoding: 64301 64301 697\nWidth: 840\nFlags: W\nHStem: 0 115<277 367> 701 20G<134 216>\nDStem: 83 600 222 600 12 265 164 323 134 721 216 721 116 639 199 639 359 600 498 600 314 387 453 387 406 263 488 263 389 181 471 181 635 600 774 600 563 265 702 265\nFore\n134 721 m 1\n 216 721 l 1\n 199 639 l 1\n 116 639 l 1\n 134 721 l 1\n406 263 m 1\n 488 263 l 1\n 471 181 l 1\n 389 181 l 1\n 406 263 l 1\n164 323 m 1\n 232 323 l 2\n 254 323 269 329 284 340 c 0\n 300 352 310 368 314 387 c 2\n 359 600 l 1\n 498 600 l 1\n 453 387 l 2\n 444 345 419 296 367 260 c 1\n 325 226 261 205 208 208 c 1\n 154 208 l 1\n 158 198 l 1\n 177 160 181 156 218 133 c 1\n 250 117 268 115 286 115 c 2\n 365 115 l 2\n 382 115 404 117 441 133 c 1\n 488 156 494 160 528 198 c 0\n 554 229 560 248 563 265 c 1\n 635 600 l 1\n 774 600 l 1\n 702 265 l 1\n 694 221 673 181 639 142 c 0\n 600 97 554 61 492 34 c 1\n 444 11 392 0 341 0 c 2\n 262 0 l 2\n 210 0 162 12 124 34 c 0\n 74 61 43 97 24 142 c 1\n 5 181 3 223 12 265 c 2\n 83 600 l 1\n 222 600 l 1\n 164 323 l 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uniFB2E\nEncoding: 64302 64302 698\nWidth: 714\nFlags: W\nHStem: -142 82<122 306> 0 21G<-31 108 367 530>\nDStem: 2 158 139 148 -31 0 108 0 69 600 230 600 174 388 372 315 226 285 423 212 367 0 530 0 490 600 629 600 456 444 593 433\nFore\n123 -60 m 1\n 323 -60 l 1\n 306 -142 l 1\n 106 -142 l 1\n 123 -60 l 1\n226 285 m 1\n 177 237 165 207 139 148 c 1\n 108 0 l 1\n -31 0 l 1\n 2 158 l 1\n 33 236 56 282 124 349 c 0\n 140 365 158 378 174 388 c 1\n 69 600 l 1\n 230 600 l 1\n 372 315 l 1\n 420 362 431 389 456 444 c 1\n 490 600 l 1\n 629 600 l 1\n 593 433 l 1\n 563 357 538 314 473 250 c 0\n 457 235 439 222 423 212 c 1\n 530 0 l 1\n 367 0 l 1\n 226 285 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uniFB2F\nEncoding: 64303 64303 699\nWidth: 714\nFlags: W\nHStem: -142 82<130 173 254 314> 0 21G<-31 108 367 530>\nDStem: 2 158 139 148 -31 0 108 0 69 600 230 600 174 388 372 315 173 -142 255 -142 150 -248 232 -248 226 285 423 212 367 0 530 0 490 600 629 600 456 444 593 433\nFore\n255 -142 m 1\n 232 -248 l 1\n 150 -248 l 1\n 173 -142 l 1\n 114 -142 l 1\n 131 -60 l 1\n 331 -60 l 1\n 314 -142 l 1\n 255 -142 l 1\n226 285 m 1\n 177 237 165 207 139 148 c 1\n 108 0 l 1\n -31 0 l 1\n 2 158 l 1\n 33 236 56 282 124 349 c 0\n 140 365 158 378 174 388 c 1\n 69 600 l 1\n 230 600 l 1\n 372 315 l 1\n 420 362 431 389 456 444 c 1\n 490 600 l 1\n 629 600 l 1\n 593 433 l 1\n 563 357 538 314 473 250 c 0\n 457 235 439 222 423 212 c 1\n 530 0 l 1\n 367 0 l 1\n 226 285 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uniFB30\nEncoding: 64304 64304 700\nWidth: 714\nFlags: W\nHStem: 0 21G<-31 108 367 530>\nDStem: 2 158 139 148 -31 0 108 0 69 600 230 600 174 388 372 315 178 153 260 153 161 71 243 71 226 285 423 212 367 0 530 0 490 600 629 600 456 444 593 433\nFore\n178 153 m 1\n 260 153 l 1\n 243 71 l 1\n 161 71 l 1\n 178 153 l 1\n226 285 m 1\n 177 237 165 207 139 148 c 1\n 108 0 l 1\n -31 0 l 1\n 2 158 l 1\n 33 236 56 282 124 349 c 0\n 140 365 158 378 174 388 c 1\n 69 600 l 1\n 230 600 l 1\n 372 315 l 1\n 420 362 431 389 456 444 c 1\n 490 600 l 1\n 629 600 l 1\n 593 433 l 1\n 563 357 538 314 473 250 c 0\n 457 235 439 222 423 212 c 1\n 530 0 l 1\n 367 0 l 1\n 226 285 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uniFB31\nEncoding: 64305 64305 701\nWidth: 651\nFlags: W\nHStem: 0 115<-20 284 423 490> 485 115<83 230>\nDStem: 168 339 250 339 151 257 233 257 338 365 478 374 284 115 423 115\nFore\n168 339 m 1\n 250 339 l 1\n 233 257 l 1\n 151 257 l 1\n 168 339 l 1\n284 115 m 1\n 338 365 l 1\n 337 400 339 415 324 444 c 0\n 317 457 322 451 310 459 c 0\n 282 477 266 478 230 485 c 1\n 60 485 l 1\n 84 600 l 1\n 266 600 l 1\n 326 593 361 584 407 556 c 0\n 429 544 449 522 457 502 c 1\n 480 456 481 425 478 374 c 1\n 423 115 l 1\n 515 115 l 1\n 490 0 l 1\n -43 0 l 1\n -19 115 l 1\n 284 115 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uniFB32\nEncoding: 64306 64306 702\nWidth: 557\nFlags: W\nHStem: 0 21G<-73 100 243 383>\nDStem: 142 339 224 339 125 257 207 257 145 194 257 138 -73 0 100 0 257 138 420 378 243 0 383 0 279 361 420 378 262 194 383 0\nFore\n142 339 m 1\n 224 339 l 1\n 207 257 l 1\n 125 257 l 1\n 142 339 l 1\n257 138 m 1\n 100 0 l 1\n -73 0 l 1\n 145 194 l 1\n 262 194 l 1\n 279 361 l 1\n 277 401 280 416 266 444 c 1\n 258 457 264 451 252 459 c 0\n 224 477 207 478 171 485 c 1\n 99 485 l 1\n 123 600 l 1\n 208 600 l 1\n 268 593 302 584 349 556 c 0\n 371 544 390 522 399 502 c 0\n 422 455 419 422 420 378 c 1\n 383 0 l 1\n 243 0 l 1\n 257 138 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uniFB33\nEncoding: 64307 64307 703\nWidth: 638\nFlags: W\nHStem: 0 21G<224 363> 485 115<69 327 465 549>\nDStem: 158 339 240 339 141 257 223 257 327 485 466 485 224 0 363 0\nFore\n158 339 m 1\n 240 339 l 1\n 223 257 l 1\n 141 257 l 1\n 158 339 l 1\n327 485 m 1\n 46 485 l 1\n 70 600 l 1\n 573 600 l 1\n 549 485 l 1\n 466 485 l 1\n 363 0 l 1\n 224 0 l 1\n 327 485 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uniFB34\nEncoding: 64308 64308 704\nWidth: 682\nFlags: W\nHStem: 0.40625 21G<-41.4062 97.5938 352.594 491.594> 485.406 115<85 323>\nDStem: 33.5938 349.406 172.594 349.406 -41.4062 0.40625 97.5938 0.40625 256 339 338 339 239 257 321 257 430.594 365.406 570.594 374.406 352.594 0.40625 491.594 0.40625\nFore\n256 339 m 1\n 338 339 l 1\n 321 257 l 1\n 239 257 l 1\n 256 339 l 1\n571 374 m 1\n 570.594 374.406 l 1\n 491.594 0.40625 l 1\n 352.594 0.40625 l 1\n 430.594 365.406 l 1\n 429.594 400.406 431.594 415.406 417.594 444.406 c 1\n 409.594 457.406 414.594 451.406 403.594 459.406 c 0\n 375.594 477.406 358.594 478.406 322.594 485.406 c 1\n 61.5938 485.406 l 1\n 86.5938 600.406 l 1\n 358.594 600.406 l 1\n 418.594 593.406 453.594 584.406 499.594 556.406 c 0\n 521.594 544.406 541.594 522.406 549.594 502.406 c 1\n 572.594 456.406 573.594 425.406 571 374 c 1\n-41.4062 0.40625 m 1\n 33.5938 349.406 l 1\n 172.594 349.406 l 1\n 97.5938 0.40625 l 1\n -41.4062 0.40625 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57723\nEncoding: 64309 64309 705\nWidth: 367\nFlags: W\nHStem: 0 21G<29 168>\nDStem: -18 339 64 339 -35 257 47 257 157 600 296 600 29 0 168 0\nFore\n-18 339 m 1\n 64 339 l 1\n 47 257 l 1\n -35 257 l 1\n -18 339 l 1\n29 0 m 1\n 157 600 l 1\n 296 600 l 1\n 168 0 l 1\n 29 0 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uniFB36\nEncoding: 64310 64310 706\nWidth: 443\nFlags: W\nHStem: 0 21G<29 168> 485 115<70 132 270 354>\nDStem: -22 339 60 339 -39 257 43 257 132 485 271 485 29 0 168 0\nFore\n-22 339 m 1\n 60 339 l 1\n 43 257 l 1\n -39 257 l 1\n -22 339 l 1\n132 485 m 1\n 47 485 l 1\n 71 600 l 1\n 378 600 l 1\n 354 485 l 1\n 271 485 l 1\n 168 0 l 1\n 29 0 l 1\n 132 485 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uniFB38\nEncoding: 64312 64312 707\nWidth: 670\nFlags: W\nHStem: 485 115<322 353.109>\nVStem: 3.02827 143.012<195 225>\nDStem: 83.1094 600 222.109 600 4.10938 226 145.109 235 252 339 334 339 235 257 317 257\nFore\n252 339 m 1\n 334 339 l 1\n 317 257 l 1\n 235 257 l 1\n 252 339 l 1\n323 485 m 2\n 323.109 485 l 2\n 296.109 485 274.109 473 274.109 473 c 1\n 300.109 595 l 1\n 314.109 597 318.109 600 353.109 600 c 0\n 414.109 600 459.109 580 497.109 556 c 1\n 519.109 544 538.109 522 547.109 502 c 0\n 569.109 456 571.109 425 568.109 374 c 1\n 537.109 226 l 1\n 518.109 175 503.109 144 461.109 98 c 0\n 444.109 78 415.109 56 388.109 44 c 0\n 342.109 21 287.109 0 222.109 0 c 0\n 158.109 0 112.109 21 76.1094 44 c 1\n 53.1094 56 34.1094 78 26.1094 98 c 1\n 3.10938 144 1.10938 175 4.10938 226 c 1\n 83.1094 600 l 1\n 222.109 600 l 1\n 145.109 235 l 1\n 145.109 200 144.109 185 158.109 156 c 1\n 166.109 143 161.109 149 172.109 141 c 1\n 211.109 118 212.109 116 247.109 115 c 1\n 283.109 116 285.109 118 332.109 141 c 0\n 348.109 149 340.109 143 353.109 156 c 0\n 380.109 185 385.109 200 400.109 235 c 1\n 428.109 365 l 1\n 427.109 400 429.109 415 414.109 444 c 0\n 406.109 457 412.109 451 400.109 459 c 0\n 363.109 480 362.109 485 323 485 c 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uniFB39\nEncoding: 64313 64313 708\nWidth: 354\nFlags: W\nDStem: -14 437 68 437 -31 355 51 355 151 600 290 600 82 276 233 333\nFore\n-14 437 m 1\n 68 437 l 1\n 51 355 l 1\n -31 355 l 1\n -14 437 l 1\n233 333 m 1\n 82 276 l 1\n 151 600 l 1\n 290 600 l 1\n 233 333 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uniFB3A\nEncoding: 64314 64314 709\nWidth: 590\nFlags: W\nHStem: 485 115<69 231>\nDStem: 168 339 250 339 151 257 233 257 339 365 479 374 218 -200 357 -200\nFore\n168 339 m 1\n 250 339 l 1\n 233 257 l 1\n 151 257 l 1\n 168 339 l 1\n218 -200 m 1\n 339 365 l 1\n 338 400 340 415 325 444 c 0\n 317 457 323 451 311 459 c 0\n 283 477 266 478 231 485 c 1\n 45 485 l 1\n 70 600 l 1\n 267 600 l 1\n 327 593 362 584 408 556 c 0\n 430 544 449 522 458 502 c 0\n 480 456 482 425 479 374 c 1\n 357 -200 l 1\n 218 -200 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uniFB3B\nEncoding: 64315 64315 710\nWidth: 595\nFlags: W\nHStem: 0 115<-21 153> 485 115<82 244>\nDStem: 164 339 246 339 147 257 229 257\nFore\n164 339 m 1\n 246 339 l 1\n 229 257 l 1\n 147 257 l 1\n 164 339 l 1\n153 0 m 2\n 152.625 0 l 1\n -44.375 0 l 1\n -19.375 115 l 1\n 165.625 115 l 1\n 204.625 122 221.625 123 256.625 141 c 0\n 272.625 149 264.625 143 277.625 156 c 0\n 304.625 185 309.625 200 324.625 235 c 1\n 352.625 365 l 1\n 351.625 400 353.625 415 338.625 444 c 0\n 330.625 457 336.625 451 324.625 459 c 0\n 296.625 477 279.625 478 244.625 485 c 1\n 58.625 485 l 1\n 83.625 600 l 1\n 280.625 600 l 1\n 340.625 593 375.625 584 421.625 556 c 0\n 443.625 544 462.625 522 471.625 502 c 0\n 493.625 456 495.625 425 492.625 374 c 1\n 461.625 226 l 1\n 442.625 175 427.625 144 385.625 98 c 0\n 368.625 78 339.625 56 312.625 44 c 0\n 254.625 16 216.625 7 153 0 c 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uniFB3C\nEncoding: 64316 64316 711\nWidth: 667\nFlags: W\nHStem: 0.25 21G<150.75 289.75> 485.25 115<209 429>\nDStem: 101.75 750.25 240.75 750.25 44.75 485.25 208.75 600.25 210 419 292 419 193 337 275 337\nFore\n210 419 m 1\n 292 419 l 1\n 275 337 l 1\n 193 337 l 1\n 210 419 l 1\n311 101 m 1\n 310.75 101.25 l 1\n 289.75 0.25 l 1\n 150.75 0.25 l 1\n 173.75 107.25 l 1\n 188.75 154.25 194.75 188.25 236.75 233.25 c 0\n 298.75 299.25 362.75 312.25 384.75 337.25 c 0\n 409.75 365.25 410.75 380.25 424.75 419.25 c 1\n 438.75 485.25 l 1\n 44.75 485.25 l 1\n 101.75 750.25 l 1\n 240.75 750.25 l 1\n 208.75 600.25 l 1\n 602.75 600.25 l 1\n 562.75 412.25 l 1\n 550.75 372.25 540.75 333.25 499.75 287.25 c 0\n 438.75 218.25 371.75 202.25 351.75 183.25 c 0\n 324.75 157.25 319.75 141.25 311 101 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uniFB3E\nEncoding: 64318 64318 712\nWidth: 704\nFlags: W\nHStem: 0 115<266 398> 485 115<74 141 280 370>\nVStem: 456.087 140.214<399 401>\nDStem: 141 485 281 485 -34 0 106 0 288 339 370 339 271 257 353 257 452 369 591 369 398 115 513 0\nFore\n288 339 m 1\n 370 339 l 1\n 353 257 l 1\n 271 257 l 1\n 288 339 l 1\n281 485 m 1\n 106 0 l 1\n -34 0 l 1\n 141 485 l 1\n 50 485 l 1\n 75 600 l 1\n 374 600 l 2\n 404 600 450 597 493 575 c 0\n 540 551 571 516 587 474 c 0\n 603 434 597 395 591 369 c 1\n 513 0 l 1\n 243 0 l 1\n 267 115 l 1\n 398 115 l 1\n 452 369 l 1\n 457 390 458 404 452 420 c 1\n 436 454 435 456 402 475 c 0\n 387 483 370 485 350 485 c 2\n 281 485 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB40\nEncoding: 64320 64320 713\nWidth: 429\nFlags: W\nHStem: 0 115<-24 124>\nDStem: 29 339 111 339 12 257 94 257 178 365 318 374 124 115 239 0\nFore\n29 339 m 1\n 111 339 l 1\n 94 257 l 1\n 12 257 l 1\n 29 339 l 1\n239 0 m 1\n -47 0 l 1\n -23 115 l 1\n 124 115 l 1\n 178 365 l 1\n 177 400 179 415 164 444 c 0\n 157 455 162 450 148 461 c 1\n 127 475 96 485 67 485 c 1\n 92 600 l 1\n 161 600 218 576 249 555 c 0\n 268 543 287 524 297 502 c 0\n 319 456 327 425 318 374 c 1\n 239 0 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uniFB41\nEncoding: 64321 64321 714\nWidth: 670\nFlags: W\nHStem: 0 21G<221.531 222> 485 115<196 319>\nVStem: 1.25978 143.433<207 209>\nDStem: 82.5312 600 197.531 485 3.53125 226 144.531 235 252 339 334 339 235 257 317 257\nFore\n252 339 m 1\n 334 339 l 1\n 317 257 l 1\n 235 257 l 1\n 252 339 l 1\n222 0 m 2\n 221.531 0 l 2\n 157.531 -1 111.531 21 75.5312 44 c 1\n 52.5312 56 33.5312 78 25.5312 98 c 1\n 2.53125 144 -4.46875 175 3.53125 226 c 1\n 82.5312 600 l 1\n 355.531 600 l 1\n 416.531 597 450.531 584 496.531 556 c 0\n 518.531 544 537.531 522 546.531 502 c 0\n 568.531 456 570.531 425 567.531 374 c 1\n 536.531 226 l 1\n 517.531 175 502.531 144 460.531 98 c 0\n 443.531 78 414.531 56 387.531 44 c 0\n 341.531 21 286.531 -1 222 0 c 2\n246.531 115 m 1\n 282.531 116 284.531 118 331.531 141 c 0\n 347.531 149 339.531 143 352.531 156 c 0\n 379.531 185 384.531 200 399.531 235 c 1\n 427.531 365 l 1\n 426.531 400 428.531 415 413.531 444 c 0\n 405.531 457 411.531 451 399.531 459 c 0\n 371.531 477 354.531 478 319.531 485 c 1\n 197.531 485 l 1\n 144.531 235 l 1\n 144.531 200 143.531 185 157.531 156 c 1\n 165.531 143 160.531 149 171.531 141 c 1\n 210.531 118 211.531 116 246.531 115 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uniFB43\nEncoding: 64323 64323 715\nWidth: 661\nFlags: W\nHStem: 241 115<194 250> 486 115<194.062 280.507>\nVStem: 32.4536 141.909<371 375> 412.459 140.242<404 410>\nDStem: 309 396 391 396 292 314 374 314 409 367 549 373 288 -200 427 -200\nFore\n309 396 m 1\n 391 396 l 1\n 374 314 l 1\n 292 314 l 1\n 309 396 l 1\n288 -200 m 1\n 409 367 l 1\n 412 399 415 407 409 421 c 0\n 393 455 392 457 359 476 c 0\n 341 486 242 486 194 486 c 1\n 178 407 l 1\n 173 385 171 371 179 364 c 0\n 189 356 197 356 221 356 c 2\n 275 356 l 1\n 250 241 l 1\n 185 241 l 1\n 150 246 103 244 62 284 c 1\n 22 328 31 370 37 398 c 2\n 80 601 l 1\n 335 601 l 2\n 372 600 406 598 450 576 c 0\n 497 552 527 517 544 475 c 0\n 560 433 552 404 549 373 c 1\n 427 -200 l 1\n 288 -200 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB44\nEncoding: 64324 64324 716\nWidth: 660\nFlags: W\nHStem: 0 115<-17 215> 240 115<202 257> 485 115<201.326 287.771>\nVStem: 38.984 142.581<371 375> 419.562 140.285<402 408>\nDStem: 318 389 400 389 301 307 383 307\nFore\n318 389 m 1\n 400 389 l 1\n 383 307 l 1\n 301 307 l 1\n 318 389 l 1\n215 0 m 2\n 215.281 0 l 1\n -40.7188 0 l 1\n -15.7188 115 l 1\n 231.281 115 l 1\n 268.281 119 275.281 117 291.281 125 c 0\n 332.281 144 334.281 146 364.281 180 c 0\n 377.281 194 377.281 201 388.281 234 c 1\n 416.281 366 l 1\n 419.281 399 422.281 406 415.281 420 c 0\n 400.281 454 399.281 456 365.281 475 c 0\n 348.281 485 249.281 485 201.281 485 c 1\n 184.281 406 l 1\n 180.281 384 178.281 371 186.281 364 c 0\n 196.281 355 204.281 355 228.281 355 c 2\n 281.281 355 l 1\n 257.281 240 l 1\n 192.281 240 l 1\n 156.281 245 109.281 243 68.2812 283 c 1\n 29.2812 328 37.2812 369 43.2812 397 c 2\n 87.2812 600 l 1\n 342.281 600 l 2\n 379.281 599 413.281 598 456.281 575 c 0\n 504.281 551 534.281 516 550.281 474 c 0\n 567.281 432 559.281 403 556.281 372 c 1\n 525.281 228 l 1\n 515.281 197 511.281 168 476.281 126 c 0\n 442.281 84 397.281 49 339.281 25 c 0\n 286.281 2 252.281 3 215 0 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB46\nEncoding: 64326 64326 717\nWidth: 671\nFlags: W\nHStem: 0 115<-11 279>\nDStem: 58 287 140 287 41 205 123 205 68 600 226 600 279 115 330 362 448 600 587 600 414 444 551 433\nFore\n58 287 m 1\n 140 287 l 1\n 123 205 l 1\n 41 205 l 1\n 58 287 l 1\n330 362 m 1\n 342 363 352 365 355 368 c 1\n 364 372 355 365 372 382 c 0\n 398 408 402 421 414 444 c 1\n 448 600 l 1\n 587 600 l 1\n 551 433 l 1\n 532 384 513 359 478 321 c 0\n 452 293 419 271 375 258 c 1\n 486 0 l 1\n -34 0 l 1\n -10 115 l 1\n 279 115 l 1\n 68 600 l 1\n 226 600 l 1\n 330 362 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uniFB47\nEncoding: 64327 64327 718\nWidth: 672\nFlags: W\nHStem: 485.156 115<86 430>\nDStem: 39.4062 371.156 178.406 371.156 -82.5938 -199.844 56.4062 -199.844 246 366 328 366 229 284 311 284 443.406 485.156 607.406 600.156 401.406 285.156 538.406 276.156\nFore\n246 366 m 1\n 328 366 l 1\n 311 284 l 1\n 229 284 l 1\n 246 366 l 1\n389 94 m 2\n 389.406 94.1562 l 2\n 331.406 65.1562 293.406 51.1562 225.406 49.1562 c 1\n 250.406 165.156 l 1\n 256.406 164.156 l 1\n 294.406 171.156 297.406 168.156 333.406 190.156 c 0\n 348.406 200.156 340.406 193.156 354.406 206.156 c 1\n 381.406 235.156 385.406 250.156 401.406 285.156 c 1\n 443.406 485.156 l 1\n 63.4062 485.156 l 1\n 87.4062 600.156 l 1\n 607.406 600.156 l 1\n 538.406 276.156 l 1\n 520.406 226.156 503.406 194.156 461.406 148.156 c 0\n 444.406 128.156 416.406 107.156 389 94 c 2\n178.406 371.156 m 1\n 56.4062 -199.844 l 1\n -82.5938 -199.844 l 1\n 39.4062 371.156 l 1\n 178.406 371.156 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uniFB48\nEncoding: 64328 64328 719\nWidth: 600\nFlags: W\nHStem: 0.40625 21G<270.594 409.594> 485.406 115<68 240>\nDStem: 168 339 250 339 151 257 233 257 348.594 365.406 488.594 374.406 270.594 0.40625 409.594 0.40625\nFore\n168 339 m 1\n 250 339 l 1\n 233 257 l 1\n 151 257 l 1\n 168 339 l 1\n489 374 m 1\n 488.594 374.406 l 1\n 409.594 0.40625 l 1\n 270.594 0.40625 l 1\n 348.594 365.406 l 1\n 347.594 400.406 349.594 415.406 335.594 444.406 c 1\n 327.594 457.406 332.594 451.406 321.594 459.406 c 0\n 293.594 477.406 276.594 478.406 240.594 485.406 c 1\n 45.5938 485.406 l 1\n 69.5938 600.406 l 1\n 276.594 600.406 l 1\n 336.594 593.406 371.594 584.406 417.594 556.406 c 0\n 439.594 544.406 459.594 522.406 467.594 502.406 c 1\n 490.594 456.406 491.594 425.406 489 374 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uniFB49\nEncoding: 64329 64329 720\nWidth: 840\nFlags: W\nHStem: 0 115<277 367>\nDStem: 83 600 222 600 12 265 164 323 359 600 498 600 314 387 453 387 406 263 488 263 389 181 471 181 635 600 774 600 563 265 702 265\nFore\n406 263 m 1\n 488 263 l 1\n 471 181 l 1\n 389 181 l 1\n 406 263 l 1\n164 323 m 1\n 232 323 l 2\n 254 323 269 329 284 340 c 0\n 300 352 310 368 314 387 c 2\n 359 600 l 1\n 498 600 l 1\n 453 387 l 2\n 444 345 419 296 367 260 c 1\n 325 226 261 205 208 208 c 1\n 154 208 l 1\n 158 198 l 1\n 177 160 181 156 218 133 c 1\n 250 117 268 115 286 115 c 2\n 365 115 l 2\n 382 115 404 117 441 133 c 1\n 488 156 494 160 528 198 c 0\n 554 229 560 248 563 265 c 1\n 635 600 l 1\n 774 600 l 1\n 702 265 l 1\n 694 221 673 181 639 142 c 0\n 600 97 554 61 492 34 c 1\n 444 11 392 0 341 0 c 2\n 262 0 l 2\n 210 0 162 12 124 34 c 0\n 74 61 43 97 24 142 c 1\n 5 181 3 223 12 265 c 2\n 83 600 l 1\n 222 600 l 1\n 164 323 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uniFB4A\nEncoding: 64330 64330 721\nWidth: 756\nFlags: W\nHStem: 0 21G<427 566> 485 115<130 173 311 397>\nDStem: 173 485 312 485 119 233 257 229 348 339 430 339 331 257 413 257 505 366 646 374 427 0 566 0\nFore\n348 339 m 1\n 430 339 l 1\n 413 257 l 1\n 331 257 l 1\n 348 339 l 1\n312 485 m 1\n 257 229 l 1\n 246 192 247 156 204 102 c 1\n 185 76 151 55 128 44 c 0\n 70 17 34 4 -29 0 c 0\n -41 -1 -57 5 -57 5 c 1\n -32 121 l 1\n -32 121 -16 115 -4 115 c 0\n 20 115 20 113 56 129 c 0\n 71 135 81 144 90 153 c 0\n 108 174 105 186 119 233 c 1\n 173 485 l 1\n 107 485 l 1\n 131 600 l 1\n 433 600 l 1\n 493 593 528 584 574 557 c 0\n 597 544 616 523 624 503 c 1\n 647 457 648 426 646 374 c 1\n 566 0 l 1\n 427 0 l 1\n 505 366 l 1\n 504 400 507 416 492 445 c 0\n 484 458 490 452 478 460 c 0\n 450 478 433 478 397 485 c 1\n 312 485 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii57700\nEncoding: 64331 64331 722\nWidth: 297\nFlags: W\nHStem: 0 21G<-41 98> 722 20G<142 224>\nDStem: 87 600 226 600 -41 0 98 0 142 742 224 742 124 660 207 660\nFore\n142 742 m 1\n 224 742 l 1\n 207 660 l 1\n 124 660 l 1\n 142 742 l 1\n-41 0 m 1\n 87 600 l 1\n 226 600 l 1\n 98 0 l 1\n -41 0 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uniFB4C\nEncoding: 64332 64332 723\nWidth: 651\nFlags: W\nHStem: 0 115<-20 284 423 490> 485 115<83 230> 660 82<203 386>\nDStem: 338 365 478 374 284 115 423 115\nFore\n204 742 m 1\n 404 742 l 1\n 386 660 l 1\n 186 660 l 1\n 204 742 l 1\n284 115 m 1\n 338 365 l 1\n 337 400 339 415 324 444 c 0\n 317 457 322 451 310 459 c 0\n 282 477 266 478 230 485 c 1\n 60 485 l 1\n 84 600 l 1\n 266 600 l 1\n 326 593 361 584 407 556 c 0\n 429 544 449 522 457 502 c 1\n 480 456 481 425 478 374 c 1\n 423 115 l 1\n 515 115 l 1\n 490 0 l 1\n -43 0 l 1\n -19 115 l 1\n 284 115 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uniFB4D\nEncoding: 64333 64333 724\nWidth: 595\nFlags: W\nHStem: 0 115<-21 153> 485 115<82 244> 660 82<205 389>\nFore\n206 742 m 1\n 406 742 l 1\n 388 660 l 1\n 188 660 l 1\n 206 742 l 1\n153 0 m 2\n 152.625 0 l 1\n -44.375 0 l 1\n -19.375 115 l 1\n 165.625 115 l 1\n 204.625 122 221.625 123 256.625 141 c 0\n 272.625 149 264.625 143 277.625 156 c 0\n 304.625 185 309.625 200 324.625 235 c 1\n 352.625 365 l 1\n 351.625 400 353.625 415 338.625 444 c 0\n 330.625 457 336.625 451 324.625 459 c 0\n 296.625 477 279.625 478 244.625 485 c 1\n 58.625 485 l 1\n 83.625 600 l 1\n 280.625 600 l 1\n 340.625 593 375.625 584 421.625 556 c 0\n 443.625 544 462.625 522 471.625 502 c 0\n 493.625 456 495.625 425 492.625 374 c 1\n 461.625 226 l 1\n 442.625 175 427.625 144 385.625 98 c 0\n 368.625 78 339.625 56 312.625 44 c 0\n 254.625 16 216.625 7 153 0 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB4E\nEncoding: 64334 64334 725\nWidth: 660\nFlags: W\nHStem: 0 115<-17 215> 240 115<202 257> 485 115<201.326 287.771> 660 82<251 434>\nVStem: 38.984 142.581<371 375> 419.562 140.285<402 408>\nFore\n252 742 m 1\n 452 742 l 1\n 434 660 l 1\n 234 660 l 1\n 252 742 l 1\n215 0 m 2\n 215.281 0 l 1\n -40.7188 0 l 1\n -15.7188 115 l 1\n 231.281 115 l 1\n 268.281 119 275.281 117 291.281 125 c 0\n 332.281 144 334.281 146 364.281 180 c 0\n 377.281 194 377.281 201 388.281 234 c 1\n 416.281 366 l 1\n 419.281 399 422.281 406 415.281 420 c 0\n 400.281 454 399.281 456 365.281 475 c 0\n 348.281 485 249.281 485 201.281 485 c 1\n 184.281 406 l 1\n 180.281 384 178.281 371 186.281 364 c 0\n 196.281 355 204.281 355 228.281 355 c 2\n 281.281 355 l 1\n 257.281 240 l 1\n 192.281 240 l 1\n 156.281 245 109.281 243 68.2812 283 c 1\n 29.2812 328 37.2812 369 43.2812 397 c 2\n 87.2812 600 l 1\n 342.281 600 l 2\n 379.281 599 413.281 598 456.281 575 c 0\n 504.281 551 534.281 516 550.281 474 c 0\n 567.281 432 559.281 403 556.281 372 c 1\n 525.281 228 l 1\n 515.281 197 511.281 168 476.281 126 c 0\n 442.281 84 397.281 49 339.281 25 c 0\n 286.281 2 252.281 3 215 0 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB4F\nEncoding: 64335 64335 726\nWidth: 714\nFlags: W\nHStem: 0 21G<367 530> 730 20G<123 262>\nDStem: 84 569 230 600 367 0 372 315 84 569 423 212 367 0 530 0 123 750 262 750 84 569 230 600 490 600 629 600 456 444 593 433\nFore\n84 569 m 1\n 123 750 l 1\n 262 750 l 1\n 230 600 l 1\n 372 315 l 1\n 420 362 431 389 456 444 c 1\n 490 600 l 1\n 629 600 l 1\n 593 433 l 1\n 563 357 538 314 473 250 c 0\n 457 235 439 222 423 212 c 1\n 530 0 l 1\n 367 0 l 1\n 84 569 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nLigature: 8 1 'liga' afii57664 afii57676\nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeSansOblique.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeSansOblique\nFullName: Free Sans Oblique\nFamilyName: FreeSans\nWeight: Medium\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.11 $\nItalicAngle: -12\nUnderlinePosition: -151\nUnderlineWidth: 50\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 33\nTTFWeight: 400\nTTFWidth: 5\nPanose: 2 11 5 4 2 2 2 9 2 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 5\n 1 latn 1 dflt \n 1 armn 1 dflt \n 1 hebr 1 dflt \n 1 DFLT 1 dflt \n 1 grek 1 dflt \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1060 \"\" \"\" \"le+AX4A-e+AQ0A-e\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nEncoding: unicode\nUnicodeInterp: none\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 480 16 14\nBeginPrivate: 8\nUniqueID 7 5020908\nBlueValues 31 [-23 0 524 544 729 749 686 709]\nBlueScale 8 0.039625\nStdHW 4 [78]\nStdVW 4 [88]\nStemSnapH 194 [68 73 78 83] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 4 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [78 83] } if\nStemSnapV 2 []\nForceBold 5 false\nEndPrivate\nAnchorClass: \"1 Top\" abvm 0 4 0 0 \nBeginChars: 65536 1143\nStartChar: space\nEncoding: 32 32 0\nWidth: 278\nFlags: W\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 278\nFlags: W\nHStem: 0 103<146 208> 709 20G<279 363>\nDStem: 146 103 230 103 124 0 208 0 279 729 363 729 205 379 289 379\nFore\n363 729 m 1\n 289 379 l 1\n 222 168 l 1\n 182 168 l 1\n 205 379 l 1\n 279 729 l 1\n 363 729 l 1\n230 103 m 1\n 208 0 l 1\n 124 0 l 1\n 146 103 l 1\n 230 103 l 1\nEndSplineSet\nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 355\nFlags: W\nHStem: 464 245<202 217 361 376>\nDStem: 202 709 296 709 178 598 272 598 361 709 455 709 337 598 431 598\nFore\n202 709 m 1\n 296 709 l 1\n 272 598 l 1\n 217 464 l 1\n 177 464 l 1\n 178 598 l 1\n 202 709 l 1\n361 709 m 1\n 455 709 l 1\n 431 598 l 1\n 376 464 l 1\n 336 464 l 1\n 337 598 l 1\n 361 709 l 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 556\nFlags: W\nHStem: 191 64<68 154 257 355 458 550> 439 64<157 252 355 453 556 635>\nDStem: 155 191 231 191 72 -20 148 -20 253 439 330 439 180 255 256 255 355 697 431 697 278 503 355 503 356 191 432 191 273 -20 349 -20 454 439 530 439 381 255 457 255 556 697 632 697 479 503 555 503\nFore\n632 697 m 1\n 555 503 l 1\n 649 503 l 1\n 635 439 l 1\n 530 439 l 1\n 457 255 l 1\n 564 255 l 1\n 550 191 l 1\n 432 191 l 1\n 349 -20 l 1\n 273 -20 l 1\n 356 191 l 1\n 231 191 l 1\n 148 -20 l 1\n 72 -20 l 1\n 155 191 l 1\n 54 191 l 1\n 68 255 l 1\n 180 255 l 1\n 253 439 l 1\n 144 439 l 1\n 157 503 l 1\n 278 503 l 1\n 355 697 l 1\n 431 697 l 1\n 355 503 l 1\n 479 503 l 1\n 556 697 l 1\n 632 697 l 1\n454 439 m 1\n 330 439 l 1\n 256 255 l 1\n 381 255 l 1\n 454 439 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 556\nFlags: W\nVStem: 69 83<134 152> 152.002 82.9977<469 501> 476.996 88.0041<211 243> 530 83<546 567>\nDStem: 239 -23 298 -23 217 -126 276 -126 311 318 368 309 253 46 312 46 381 645 440 646 330 405 387 397 407 770 466 770 396 716 455 716\nFore\n407 770 m 1\n 466 770 l 1\n 455 716 l 1\n 555 711 613 655 613 565 c 0\n 613 549 612 539 607 519 c 1\n 528 519 l 1\n 529 534 l 1\n 530 543 530 551 530 555 c 0\n 530 607 495 643 440 646 c 1\n 387 397 l 1\n 469 372 484 365 508 349 c 0\n 548 322 565 291 565 243 c 0\n 565 168 532 88 481 43 c 0\n 437 3 371 -21 298 -23 c 1\n 276 -126 l 1\n 217 -126 l 1\n 239 -23 l 1\n 122 -5 69 43 69 134 c 0\n 69 157 71 174 77 208 c 1\n 156 208 l 1\n 155 197 l 1\n 153 178 152 159 152 150 c 0\n 152 95 180 67 253 46 c 1\n 311 318 l 1\n 239 343 218 352 197 370 c 0\n 167 396 152 429 152 469 c 0\n 152 535 182 609 227 650 c 0\n 267 687 328 711 396 716 c 1\n 407 770 l 1\n330 405 m 1\n 381 645 l 1\n 339 642 305 627 279 602 c 128\n 253 577 235 536 235 501 c 0\n 235 452 261 426 330 405 c 1\n368 309 m 1\n 312 46 l 1\n 417 54 477 114 477 211 c 0\n 477 259 449 285 368 309 c 1\nEndSplineSet\nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 889\nFlags: W\nHStem: -15.6262 65.6262<694 700> 254 65.1905<740 743> 346.042 65.9584<274 288> 616 65.1905<328 342>\nVStem: 134.606 69.3944<492 496> 413 69.0691<534 540> 546.198 69.8017<124 134> 825 69.0692<172 174>\nDStem: 759 709 825 709 209 -20 275 -20\nFore\n759 709 m 1\n 825 709 l 1\n 275 -20 l 1\n 209 -20 l 1\n 759 709 l 1\n345 682 m 0\n 423 682 483 625 483 552 c 0\n 483 444 382 346 270 346 c 0\n 192 346 134 402 134 478 c 0\n 134 583 237 682 345 682 c 0\n329 616 m 0\n 265 616 204 557 204 494 c 0\n 204 447 239 412 286 412 c 0\n 351 412 413 472 413 534 c 0\n 413 583 379 616 329 616 c 0\n757 320 m 0\n 835 320 895 263 895 190 c 0\n 895 82 794 -16 682 -16 c 0\n 604 -16 546 40 546 116 c 0\n 546 221 649 320 757 320 c 0\n741 254 m 0\n 677 254 616 195 616 132 c 0\n 616 85 651 50 698 50 c 0\n 763 50 825 110 825 172 c 0\n 825 221 791 254 741 254 c 0\nEndSplineSet\nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 667\nFlags: W\nHStem: -22.8598 76.8598<253 280> 0 21G<528 634> 639 69.0067<435 450>\nVStem: 83.938 87.3387<128 159> 247 83<521 537> 505 83<569 587>\nDStem: 329 336 407 378 448 137 505 215 482 78 544 151 528 0 634 0\nFore\n565 334 m 1\n 644 334 l 1\n 632 273 593 202 544 151 c 1\n 634 0 l 1\n 528 0 l 1\n 482 78 l 1\n 391 3 333 -23 253 -23 c 0\n 148 -23 83 35 83 128 c 0\n 83 209 120 277 195 332 c 0\n 221 350 249 368 288 390 c 1\n 284 401 281 409 279 413 c 2\n 261 455 l 2\n 252 477 247 500 247 523 c 0\n 247 620 346 709 455 709 c 0\n 536 709 588 662 588 587 c 0\n 588 500 531 434 407 378 c 1\n 505 215 l 1\n 537 252 553 285 565 334 c 1\n377 434 m 1\n 469 480 505 519 505 574 c 0\n 505 614 479 639 436 639 c 0\n 377 639 330 592 330 533 c 0\n 330 505 336 492 377 434 c 1\n448 137 m 1\n 329 336 l 1\n 217 276 171 224 171 159 c 128\n 171 94 213 54 280 54 c 0\n 329 54 375 76 448 137 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 191\nFlags: W\nHStem: 464 245<198 213>\nDStem: 198 709 292 709 174 598 268 598\nFore\n198 709 m 1\n 292 709 l 1\n 268 598 l 1\n 213 464 l 1\n 173 464 l 1\n 174 598 l 1\n 198 709 l 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 333\nFlags: W\nHStem: -213 21G<191 246> 709 20G<391 446>\nVStem: 113 78<78 118>\nFore\n391 729 m 1\n 446 729 l 1\n 278 523 191 301 191 79 c 0\n 191 -23 209 -117 246 -213 c 1\n 191 -213 l 1\n 142 -127 113 -3 113 116 c 0\n 113 319 217 547 391 729 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 333\nFlags: W\nHStem: -213 21G<-7 48> 709 20G<193 248>\nVStem: 248 77<395 443>\nFore\n48 -213 m 1\n -7 -213 l 1\n 159 -10 248 215 248 431 c 0\n 248 538 231 632 193 729 c 1\n 248 729 l 1\n 295 646 325 520 325 407 c 0\n 325 275 290 148 216 15 c 0\n 170 -68 111 -147 48 -213 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 389\nFlags: W\nHStem: 709 20G<319 381>\nFore\n319 729 m 1\n 381 729 l 1\n 352 617 l 1\n 462 655 l 1\n 471 593 l 1\n 358 566 l 1\n 411 475 l 1\n 353 438 l 1\n 309 534 l 1\n 228 439 l 1\n 181 479 l 1\n 273 567 l 1\n 169 598 l 1\n 199 657 l 1\n 299 617 l 1\n 319 729 l 1\nEndSplineSet\nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 584\nFlags: W\nHStem: 197 72<107 298 385 576> 197 276<369 384>\nDStem: 107 269 369 197 92 197 325 -11 299 197 369 197 255 -11 325 -11 358 473 428 473 314 269 384 269\nFore\n591 269 m 1\n 576 197 l 1\n 369 197 l 1\n 325 -11 l 1\n 255 -11 l 1\n 299 197 l 1\n 92 197 l 1\n 107 269 l 1\n 314 269 l 1\n 358 473 l 1\n 428 473 l 1\n 384 269 l 1\n 591 269 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 278\nFlags: W\nHStem: 0 103<109 145>\nDStem: 109 103 214 103 87 0 188 -16\nFore\n109 103 m 1\n 214 103 l 1\n 188 -16 l 1\n 171 -101 121 -150 55 -147 c 1\n 63 -109 l 1\n 111 -109 132 -82 146 0 c 1\n 87 0 l 1\n 109 103 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nKernsSLIF: 8217 -55 3 0 8221 -47 3 0 63196 -105 3 0\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 333\nFlags: W\nHStem: 240 72<112 336>\nDStem: 112 312 351 312 97 240 336 240\nFore\n351 312 m 1\n 336 240 l 1\n 97 240 l 1\n 112 312 l 1\n 351 312 l 1\nEndSplineSet\nKernsSLIF: 65 -12 3 0 84 -86 3 0 86 -51 3 0 87 -24 3 0 89 -97 3 0 193 -12 3 0 196 -12 3 0 197 -12 3 0 198 -17 3 0\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 278\nFlags: W\nHStem: 0 103<109 191>\nDStem: 109 103 213 103 87 0 191 0\nFore\n213 103 m 1\n 191 0 l 1\n 87 0 l 1\n 109 103 l 1\n 213 103 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 8217 -56 3 0 8221 -48 3 0 63196 -106 3 0\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 278\nFlags: W\nHStem: 709 20G<379 434>\nDStem: 379 729 434 729 -12 -20 43 -20\nFore\n379 729 m 1\n 434 729 l 1\n 43 -20 l 1\n -12 -20 l 1\n 379 729 l 1\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 556\nFlags: HW\nHStem: -23 77<274 290> 632 77<402 420>\nVStem: 98 88<169 201> 510 88<489 521>\nFore\n418 709 m 0\n 531 709 598 636 598 514 c 0\n 598 371 550 191 486 99 c 0\n 428 15 362 -23 276 -23 c 0\n 228 -23 179 -5 148 25 c 0\n 116 56 98 109 98 170 c 0\n 98 315 147 495 210 587 c 0\n 266 669 335 709 418 709 c 0\n406 632 m 0\n 343 632 295 592 256 509 c 0\n 218 426 186 276 186 181 c 0\n 186 102 224 54 287 54 c 0\n 352 54 399 92 439 178 c 0\n 477 258 510 410 510 504 c 0\n 510 585 471 632 406 632 c 0\nEndSplineSet\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 556\nFlags: HW\nHStem: 0 21G<259 347>\nDStem: 221 568 498 709 208 505 347 0 367 505 498 709 259 0 347 0\nFore\n367 505 m 1\n 208 505 l 1\n 221 568 l 1\n 365 588 386 601 440 709 c 1\n 498 709 l 1\n 347 0 l 1\n 259 0 l 1\n 367 505 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 556\nFlags: HW\nHStem: 0 87<148 505> 632 77<400 434>\nVStem: 532 88<524 539>\nFore\n524 87 m 1\n 505 0 l 1\n 34 0 l 1\n 78 161 124 215 297 307 c 1\n 401 359 l 2\n 484 401 532 461 532 525 c 128\n 532 589 486 632 416 632 c 0\n 358 632 308 607 277 563 c 0\n 259 538 247 508 235 463 c 1\n 147 463 l 1\n 186 632 274 709 428 709 c 0\n 496 709 544 691 578 653 c 0\n 605 623 620 581 620 537 c 0\n 620 437 555 354 422 287 c 2\n 310 230 l 2\n 219 185 164 136 147 87 c 1\n 524 87 l 1\nEndSplineSet\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 556\nFlags: HW\nHStem: -23 77<263 291> 327 73<306 343> 632 77<404 423>\nVStem: 71 88<143 169> 467 88<233 249> 511 87.4053<544 553>\nFore\n290 325 m 1\n 306 400 l 1\n 318 400 l 1\n 324 400 l 2\n 397 400 450 416 477 447 c 0\n 498 470 511 507 511 545 c 0\n 511 599 470 632 405 632 c 0\n 349 632 301 609 271 568 c 0\n 256 548 247 524 237 480 c 1\n 149 480 l 1\n 168 552 186 590 215 624 c 0\n 264 679 334 709 417 709 c 0\n 527 709 599 651 599 563 c 0\n 599 474 562 415 477 367 c 1\n 533 339 555 306 555 249 c 0\n 555 184 527 112 481 63 c 0\n 430 7 354 -23 264 -23 c 0\n 139 -23 71 36 71 144 c 0\n 71 162 72 176 76 206 c 1\n 164 206 l 1\n 162 193 l 1\n 160 177 159 162 159 154 c 0\n 159 93 206 54 277 54 c 0\n 389 54 467 128 467 236 c 0\n 467 293 418 327 335 327 c 0\n 321 327 311 327 290 325 c 1\nEndSplineSet\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 556\nFlags: HW\nHStem: 0 21G<326 414> 170 78<159 361 468 556>\nDStem: 83 262 450 170 63 170 414 0 362 170 450 170 326 0 414 0 444 556 565 709 379 248 467 248 499 709 444 556 83 262 158 248\nFore\n362 170 m 1\n 63 170 l 1\n 83 262 l 1\n 499 709 l 1\n 565 709 l 1\n 467 248 l 1\n 573 248 l 1\n 556 170 l 1\n 450 170 l 1\n 414 0 l 1\n 326 0 l 1\n 362 170 l 1\n379 248 m 1\n 444 556 l 1\n 158 248 l 1\n 379 248 l 1\nEndSplineSet\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 556\nFlags: HW\nHStem: -23 77<270 294> 389.998 77.0023<353 381> 622 87<311 611>\nVStem: 479 87.0656<269 295>\nDStem: 259 709 311 622 124 323 241 424\nFore\n629 709 m 1\n 611 622 l 1\n 311 622 l 1\n 241 424 l 1\n 290 454 333 467 381 467 c 0\n 494 467 567 399 567 295 c 0\n 567 224 542 149 498 93 c 0\n 439 15 364 -23 271 -23 c 0\n 209 -23 157 -6 119 26 c 0\n 84 55 70 93 70 152 c 2\n 70 162 l 1\n 70 174 l 1\n 158 174 l 1\n 161 94 204 54 283 54 c 0\n 396 54 479 145 479 269 c 0\n 479 346 433 390 353 390 c 0\n 295 390 265 377 204 323 c 1\n 124 323 l 1\n 259 709 l 1\n 629 709 l 1\nEndSplineSet\nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 556\nFlags: HW\nHStem: -23 77<285 301> 364.043 77.8545<364 388> 524 21G<522 610> 632 77<413 437>\nVStem: 93 88<166 185> 478 88<255 272> 522 88<525 531>\nFore\n610 524 m 1\n 522 524 l 1\n 523 526 523 528 523 529 c 128\n 523 530 523 530 518 559 c 0\n 512 589 504 601 481 616 c 0\n 464 627 444 632 421 632 c 0\n 320 632 238 527 209 358 c 1\n 266 415 322 442 388 442 c 0\n 495 442 566 374 566 271 c 0\n 566 210 540 139 499 86 c 0\n 444 14 371 -23 286 -23 c 0\n 168 -23 93 51 93 167 c 0\n 93 292 140 469 198 560 c 0\n 261 659 341 709 435 709 c 0\n 542 709 611 647 611 551 c 0\n 611 545 611 535 610 524 c 1\n364 365 m 0\n 262 365 181 280 181 174 c 0\n 181 103 230 54 299 54 c 0\n 398 54 478 144 478 256 c 0\n 478 321 432 365 364 365 c 0\nEndSplineSet\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 556\nFlags: HW\nHStem: 0 21G<137 235> 622 87<196 559>\nFore\n671 709 m 1\n 654 628 l 1\n 483 460 302 189 235 0 c 1\n 137 0 l 1\n 227 211 335 369 560 622 c 1\n 177 622 l 1\n 196 709 l 1\n 671 709 l 1\nEndSplineSet\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 556\nFlags: HW\nHStem: -23 77<280 298> 334 74<344 364> 632 77<406 426>\nVStem: 74 88<146 162> 169 88<479 493> 472 88<225 241> 516 87.1517<544 553>\nFore\n233 373 m 1\n 221 383 l 2\n 179 417 169 436 169 480 c 0\n 169 535 192 590 234 632 c 0\n 285 685 344 709 421 709 c 0\n 485 709 533 692 566 657 c 0\n 590 631 604 596 604 561 c 0\n 604 518 587 470 560 436 c 0\n 544 416 534 408 493 383 c 0\n 490 381 485 378 477 373 c 1\n 533 341 560 297 560 239 c 0\n 560 182 535 120 492 72 c 0\n 436 9 365 -23 281 -23 c 0\n 155 -23 74 43 74 145 c 128\n 74 247 128 325 233 373 c 1\n407 632 m 0\n 320 632 257 573 257 491 c 0\n 257 439 297 408 364 408 c 0\n 416 408 455 424 483 458 c 0\n 503 482 516 516 516 545 c 0\n 516 599 475 632 407 632 c 0\n344 334 m 0\n 243 334 162 257 162 160 c 0\n 162 97 213 54 287 54 c 0\n 392 54 472 129 472 226 c 0\n 472 292 422 334 344 334 c 0\nEndSplineSet\nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 556\nFlags: HW\nHStem: -23 77<257 275> 244.903 76.143<303 327> 632 77<387 406>\nVStem: 84 87<153 161> 126 88<418 438> 511 88<505 527>\nFore\n84 162 m 1\n 171 162 l 1\n 171 93 206 54 270 54 c 0\n 371 54 441 144 481 324 c 1\n 451 299 438 288 425 279 c 0\n 393 257 346 244 303 244 c 0\n 195 244 126 311 126 417 c 0\n 126 476 148 540 190 600 c 0\n 240 671 314 709 404 709 c 0\n 466 709 517 690 551 654 c 0\n 581 621 599 572 599 525 c 0\n 599 464 582 359 557 266 c 0\n 529 161 493 97 428 43 c 0\n 376 -1 319 -23 258 -23 c 0\n 152 -23 83 39 83 135 c 0\n 83 141 83 151 84 162 c 1\n392 632 m 0\n 295 632 214 543 214 436 c 0\n 214 364 256 321 327 321 c 0\n 428 321 511 408 511 514 c 0\n 511 581 460 632 392 632 c 0\nEndSplineSet\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 278\nFlags: W\nHStem: 0 103<132 214> 421 103<222 304>\nDStem: 132 103 236 103 110 0 214 0 222 524 326 524 200 421 304 421\nFore\n236 103 m 1\n 214 0 l 1\n 110 0 l 1\n 132 103 l 1\n 236 103 l 1\n326 524 m 1\n 304 421 l 1\n 200 421 l 1\n 222 524 l 1\n 326 524 l 1\nEndSplineSet\nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 278\nFlags: W\nHStem: 0 103<132 168> 421 103<221 303>\nDStem: 132 103 237 103 110 0 211 -16 221 524 325 524 199 421 303 421\nFore\n325 524 m 1\n 303 421 l 1\n 199 421 l 1\n 221 524 l 1\n 325 524 l 1\n132 103 m 1\n 237 103 l 1\n 211 -16 l 1\n 194 -101 144 -150 78 -147 c 1\n 86 -109 l 1\n 134 -109 155 -82 169 0 c 1\n 110 0 l 1\n 132 103 l 1\nEndSplineSet\nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 584\nFlags: W\nDStem: 87 198 196 231 532 -9 549 68 635 474 618 395 102 267 196 231\nFore\n87 198 m 1\n 102 267 l 1\n 635 474 l 1\n 618 395 l 1\n 196 231 l 1\n 549 68 l 1\n 532 -9 l 1\n 87 198 l 1\nEndSplineSet\nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 584\nFlags: W\nHStem: 111 72<89 558> 283 72<125 594>\nFore\n609 355 m 1\n 594 283 l 1\n 111 283 l 1\n 125 355 l 1\n 609 355 l 1\n572 183 m 1\n 558 111 l 1\n 74 111 l 1\n 89 183 l 1\n 572 183 l 1\nEndSplineSet\nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 584\nFlags: W\nDStem: 134 397 151 474 487 234 596 267 487 234 581 198 65 70 48 -9\nFore\n596 267 m 1\n 581 198 l 1\n 48 -9 l 1\n 65 70 l 1\n 487 234 l 1\n 134 397 l 1\n 151 474 l 1\n 596 267 l 1\nEndSplineSet\nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 556\nFlags: W\nHStem: 0 103<261 329> 664 76.1606<424 440>\nVStem: 534 96<576 591>\nDStem: 261 103 351 103 239 0 329 0 293 254 381 246 281 199 371 199\nFore\n371 199 m 1\n 281 199 l 1\n 293 254 l 1\n 307 315 322 333 429 417 c 0\n 506 479 534 521 534 578 c 0\n 534 629 490 664 427 664 c 0\n 339 664 291 616 269 507 c 1\n 184 507 l 1\n 215 661 305 741 449 741 c 0\n 501 741 543 730 572 707 c 0\n 608 679 630 635 630 590 c 0\n 630 513 588 448 485 370 c 0\n 411 315 395 296 381 246 c 1\n 371 199 l 1\n351 103 m 1\n 329 0 l 1\n 239 0 l 1\n 261 103 l 1\n 351 103 l 1\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 1015\nFlags: W\nHStem: -142 77<445 480> 57.0022 69.9978<696 721> 62.0024 61.9976<445 478> 455 69<607 628> 664 77<656 688>\nVStem: 80 88<178 210> 310 92<195 221> 953 83<413 436>\nDStem: 771 501 853 501 735 435 704 221\nFore\n771 501 m 1\n 853 501 l 1\n 704 221 l 2\n 687 189 680 172 680 163 c 0\n 680 144 699 127 721 127 c 0\n 830 127 953 280 953 414 c 0\n 953 558 829 664 660 664 c 0\n 413 664 168 431 168 196 c 0\n 168 40 292 -65 475 -65 c 0\n 536 -65 591 -56 679 -33 c 1\n 692 -100 l 1\n 618 -127 528 -142 447 -142 c 0\n 332 -142 224 -96 153 -17 c 0\n 104 38 80 104 80 182 c 0\n 80 313 144 454 252 563 c 0\n 363 674 523 741 681 741 c 0\n 886 741 1036 611 1036 434 c 0\n 1036 348 1006 253 959 193 c 0\n 898 114 788 57 696 57 c 0\n 665 57 638 63 623 73 c 0\n 609 82 597 104 597 120 c 2\n 597 125 l 1\n 597 134 l 1\n 590 129 584 124 582 122 c 0\n 529 78 492 62 445 62 c 0\n 364 62 310 117 310 201 c 0\n 310 353 477 524 626 524 c 0\n 685 524 723 494 735 435 c 1\n 771 501 l 1\n614 455 m 0\n 566 455 516 427 473 376 c 0\n 430 326 402 260 402 210 c 128\n 402 160 434 124 478 124 c 128\n 522 124 569 155 608 211 c 0\n 651 271 682 346 682 390 c 0\n 682 432 658 455 614 455 c 0\nEndSplineSet\nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 551 653> 219 78<284 513> 709 20G<432 552>\nDStem: 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0\nFore\n524 219 m 1\n 239 219 l 1\n 116 0 l 1\n 17 0 l 1\n 432 729 l 1\n 552 729 l 1\n 653 0 l 1\n 551 0 l 1\n 524 219 l 1\n514 297 m 1\n 474 630 l 1\n 283 297 l 1\n 514 297 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 -4 0 0 45 -8 0 0 46 -2 0 0 67 -41 0 0 71 -41 0 0 79 -37 0 0 81 -38 0 0 84 -103 0 0 85 -42 0 0 86 -81 0 0 87 -57 0 0 89 -104 0 0 97 -16 0 0 98 -5 0 0 99 -16 0 0 100 -14 0 0 101 -22 0 0 103 -17 0 0 111 -19 0 0 113 -15 0 0 116 -22 0 0 117 -18 0 0 118 -40 0 0 119 -29 0 0 121 -44 0 0 171 -51 0 0 199 -41 0 0 214 -37 0 0 217 -42 0 0 218 -42 0 0 219 -42 0 0 220 -42 0 0 231 -16 0 0 8217 -68 0 0 8221 -60 0 0 8249 -47 0 0\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 667\nFlags: W\nHStem: 0 82<191 431> 333 82<262 469> 647 82<311 511>\nVStem: 576 96<240 258> 615 95.0671<561 584>\nDStem: 234 729 311 647 79 0 261 415 234 729 244 333 79 0 190 82\nFore\n79 0 m 1\n 234 729 l 1\n 530 729 l 2\n 599 729 641 714 675 678 c 0\n 700 651 711 622 711 584 c 0\n 711 495 662 423 575 384 c 1\n 645 354 672 319 672 258 c 0\n 672 193 650 134 607 87 c 0\n 554 28 491 0 409 0 c 2\n 79 0 l 1\n261 415 m 1\n 441 415 l 2\n 507 415 547 429 577 461 c 0\n 601 487 615 524 615 561 c 0\n 615 620 576 647 491 647 c 2\n 311 647 l 1\n 261 415 l 1\n190 82 m 1\n 417 82 l 2\n 473 82 511 99 542 139 c 0\n 564 169 576 204 576 242 c 0\n 576 301 539 333 470 333 c 2\n 244 333 l 1\n 190 82 l 1\nEndSplineSet\nKernsSLIF: 65 -28 0 0 79 -14 0 0 86 -49 0 0 87 -27 0 0 89 -56 0 0 193 -28 0 0 194 -28 0 0 195 -28 0 0 196 -28 0 0 197 -28 0 0 198 -29 0 0 210 -14 0 0 211 -14 0 0 212 -14 0 0 214 -14 0 0 216 -2 0 0 338 -11 0 0\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 722\nFlags: W\nHStem: -23 81<366 384> 660 81<512 534>\nVStem: 112 96<241 268>\nFore\n770 503 m 1\n 674 503 l 1\n 666 611 616 660 515 660 c 0\n 423 660 350 617 289 527 c 0\n 238 451 208 351 208 260 c 0\n 208 139 277 58 381 58 c 0\n 460 58 536 95 578 155 c 0\n 596 179 612 209 637 266 c 1\n 735 266 l 1\n 701 185 669 130 630 87 c 0\n 565 16 473 -23 367 -23 c 0\n 278 -23 215 4 169 62 c 0\n 132 109 112 172 112 242 c 0\n 112 367 161 505 240 600 c 0\n 318 694 415 741 532 741 c 0\n 626 741 697 704 738 634 c 0\n 757 600 767 562 770 503 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nKernsSLIF: 65 -43 0 0 72 -22 0 0 75 -20 0 0 79 -18 0 0 193 -43 0 0 196 -43 0 0 197 -43 0 0 198 -44 0 0 211 -18 0 0 214 -18 0 0\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 722\nFlags: W\nHStem: 0 82<201 393> 647 82<321 505>\nVStem: 663 96<464 496>\nDStem: 244 729 321 647 89 0 200 82\nFore\n89 0 m 1\n 244 729 l 1\n 526 729 l 2\n 591 729 644 711 682 677 c 0\n 729 635 759 561 759 488 c 0\n 759 363 711 217 643 134 c 0\n 570 45 479 0 371 0 c 2\n 89 0 l 1\n200 82 m 1\n 372 82 l 2\n 463 82 539 125 591 205 c 0\n 631 268 663 388 663 480 c 0\n 663 584 599 647 492 647 c 2\n 321 647 l 1\n 200 82 l 1\nEndSplineSet\nKernsSLIF: 65 -50 0 0 74 -13 0 0 84 -56 0 0 86 -54 0 0 87 -31 0 0 88 -58 0 0 89 -74 0 0 192 -50 0 0 193 -50 0 0 194 -50 0 0 195 -50 0 0 196 -50 0 0 197 -50 0 0\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 667\nFlags: W\nHStem: 0 82<202 613> 332 82<273 650> 647 82<322 734>\nDStem: 245 729 322 647 90 0 272 414 245 729 668 414 90 0 650 332 245 729 255 332 90 0 201 82 245 729 630 82 90 0 613 0\nFore\n255 332 m 1\n 201 82 l 1\n 630 82 l 1\n 613 0 l 1\n 90 0 l 1\n 245 729 l 1\n 751 729 l 1\n 734 647 l 1\n 322 647 l 1\n 272 414 l 1\n 668 414 l 1\n 650 332 l 1\n 255 332 l 1\nEndSplineSet\nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 611\nFlags: W\nHStem: 0 21G<90 184> 332 82<273 602> 647 82<322 717>\nDStem: 245 729 322 647 90 0 272 414 245 729 619 414 90 0 602 332 245 729 255 332 90 0 184 0\nFore\n255 332 m 1\n 184 0 l 1\n 90 0 l 1\n 245 729 l 1\n 734 729 l 1\n 717 647 l 1\n 322 647 l 1\n 272 414 l 1\n 619 414 l 1\n 602 332 l 1\n 255 332 l 1\nEndSplineSet\nKernsSLIF: 44 -113 0 0 45 -20 0 0 46 -113 0 0 65 -78 0 0 74 -59 0 0 79 -30 0 0 97 -45 0 0 101 -33 0 0 105 -19 0 0 106 -19 0 0 111 -30 0 0 114 -44 0 0 117 -42 0 0 192 -78 0 0 193 -78 0 0 194 -78 0 0 195 -78 0 0 196 -78 0 0 197 -78 0 0 214 -30 0 0 225 -45 0 0 228 -45 0 0 229 -45 0 0 230 -41 0 0 233 -33 0 0 243 -30 0 0 246 -30 0 0 248 -30 0 0 339 -33 0 0\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 778\nFlags: W\nHStem: -22.497 80.8346<378 411> 303 82<489 692> 660 81<525 557>\nVStem: 109 96<260 281> 718 91<508.063 526>\nDStem: 489 385 793 385 471 303 710 -4\nFore\n793 385 m 1\n 710 -4 l 1\n 651 -4 l 1\n 647 86 l 1\n 609 54 590 40 566 26 c 0\n 512 -5 443 -23 378 -23 c 0\n 310 -23 245 -2 199 36 c 0\n 143 81 109 167 109 261 c 0\n 109 391 167 527 263 623 c 0\n 341 701 439 741 555 741 c 0\n 712 741 809 658 809 525 c 2\n 809 519 l 1\n 809 515 l 1\n 809 508 l 1\n 718 508 l 1\n 717 554 707 581 681 607 c 0\n 648 642 598 660 537 660 c 0\n 440 660 354 617 293 538 c 0\n 240 468 205 365 205 277 c 0\n 205 220 219 167 242 132 c 0\n 273 86 337 58 411 58 c 0\n 480 58 538 79 592 123 c 0\n 643 165 672 211 687 277 c 2\n 693 303 l 1\n 471 303 l 1\n 489 385 l 1\n 793 385 l 1\nEndSplineSet\nKernsSLIF: 65 -14 0 0 84 -53 0 0 86 -53 0 0 87 -31 0 0 89 -72 0 0 192 -14 0 0 193 -14 0 0 194 -14 0 0 195 -14 0 0 196 -14 0 0 197 -14 0 0 198 -11 0 0\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 722\nFlags: W\nHStem: 0 21G<83 177 550 644> 332 82<266 620> 709 20G<238 332 705 799>\nDStem: 238 729 332 729 83 0 265 414 238 729 799 729 83 0 644 0 238 729 248 332 83 0 177 0 621 332 799 729 550 0 644 0 705 729 799 729 638 414 644 0\nFore\n621 332 m 1\n 248 332 l 1\n 177 0 l 1\n 83 0 l 1\n 238 729 l 1\n 332 729 l 1\n 265 414 l 1\n 638 414 l 1\n 705 729 l 1\n 799 729 l 1\n 644 0 l 1\n 550 0 l 1\n 621 332 l 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 278\nFlags: W\nHStem: 0 21G<100 194> 709 20G<255 349>\nDStem: 255 729 349 729 100 0 194 0\nFore\n349 729 m 1\n 194 0 l 1\n 100 0 l 1\n 255 729 l 1\n 349 729 l 1\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 500\nFlags: W\nHStem: -22.8565 80.8565<223 239> 709 20G<487 581>\nVStem: 47 96<122 137>\nDStem: 67 234 161 234 53 170 147 168 487 729 581 729 378 216 465 182\nFore\n487 729 m 1\n 581 729 l 1\n 465 182 l 2\n 437 51 345 -23 213 -23 c 0\n 164 -23 130 -13 102 9 c 0\n 68 37 47 79 47 122 c 0\n 47 136 49 153 53 170 c 1\n 67 234 l 1\n 161 234 l 1\n 147 168 l 1\n 144 156 143 145 143 134 c 0\n 143 89 179 58 233 58 c 0\n 270 58 307 75 331 102 c 0\n 353 127 366 160 378 216 c 2\n 487 729 l 1\nEndSplineSet\nKernsSLIF: 65 -39 0 0 196 -39 0 0 197 -39 0 0 198 -39 0 0\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 667\nFlags: W\nHStem: 0 21G<79 173 548 658> 709 20G<234 328 693 813>\nDStem: 234 729 328 729 79 0 249 356 234 729 226 249 79 0 173 0 693 729 813 729 249 356 452 431 693 729 380 376 249 356 226 249\nFore\n226 249 m 1\n 173 0 l 1\n 79 0 l 1\n 234 729 l 1\n 328 729 l 1\n 249 356 l 1\n 693 729 l 1\n 813 729 l 1\n 452 431 l 1\n 658 0 l 1\n 548 0 l 1\n 380 376 l 1\n 226 249 l 1\nEndSplineSet\nKernsSLIF: 45 -53 0 0 67 -56 0 0 71 -57 0 0 79 -53 0 0 83 -48 0 0 84 14 0 0 97 -23 0 0 101 -46 0 0 111 -42 0 0 117 -32 0 0 121 -76 0 0 211 -53 0 0 214 -53 0 0 228 -23 0 0 229 -23 0 0 230 -20 0 0 243 -42 0 0 246 -42 0 0 252 -32 0 0 338 -49 0 0\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 556\nFlags: W\nHStem: 0 82<192 534> 709 20G<235 329>\nDStem: 235 729 329 729 80 0 191 82 235 729 551 82 80 0 534 0\nFore\n329 729 m 1\n 191 82 l 1\n 551 82 l 1\n 534 0 l 1\n 80 0 l 1\n 235 729 l 1\n 329 729 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nKernsSLIF: 45 -140 0 0 65 8 0 0 67 -52 0 0 71 -53 0 0 79 -51 0 0 83 -28 0 0 84 -112 0 0 85 -46 0 0 86 -115 0 0 87 -77 0 0 89 -128 0 0 117 -17 0 0 121 -68 0 0 193 8 0 0 196 8 0 0 197 8 0 0 198 11 0 0 199 -51 0 0 210 -51 0 0 211 -51 0 0 212 -51 0 0 213 -51 0 0 214 -51 0 0 220 -46 0 0 252 -17 0 0 8217 -153 0 0 8221 -145 0 0\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 833\nFlags: W\nHStem: 0 21G<75 164 370 467 672 761> 709 20G<230 359 785 916>\nDStem: 230 729 293 605 75 0 164 0 293 605 359 729 370 0 439 102 785 729 801 605 439 102 467 0 801 605 916 729 672 0 761 0\nFore\n467 0 m 1\n 370 0 l 1\n 293 605 l 1\n 164 0 l 1\n 75 0 l 1\n 230 729 l 1\n 359 729 l 1\n 439 102 l 1\n 785 729 l 1\n 916 729 l 1\n 761 0 l 1\n 672 0 l 1\n 801 605 l 1\n 467 0 l 1\nEndSplineSet\nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 722\nFlags: W\nHStem: 0 21G<76 165 540 646> 709 20G<231 335 712 801>\nDStem: 231 729 291 591 76 0 165 0 291 591 335 729 540 0 585 131 712 729 801 729 585 131 646 0\nFore\n801 729 m 1\n 646 0 l 1\n 540 0 l 1\n 291 591 l 1\n 165 0 l 1\n 76 0 l 1\n 231 729 l 1\n 335 729 l 1\n 585 131 l 1\n 712 729 l 1\n 801 729 l 1\nEndSplineSet\nKernsSLIF: 44 -15 0 0 46 -15 0 0 65 -19 0 0 67 -15 0 0 71 -14 0 0 79 -11 0 0 97 -17 0 0 101 -11 0 0 111 -8 0 0 117 -8 0 0 193 -19 0 0 196 -19 0 0 197 -19 0 0 198 -16 0 0 199 -14 0 0 211 -11 0 0 214 -11 0 0 225 -17 0 0 228 -17 0 0 229 -17 0 0 230 -13 0 0 233 -11 0 0 243 -8 0 0 246 -8 0 0 248 -4 0 0 252 -9 0 0\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 778\nFlags: W\nHStem: -23 81<390 408> 660 81<520 539>\nVStem: 104 96<249 281> 732 96<441 466>\nFore\n537 741 m 0\n 628 741 707 713 756 664 c 0\n 800 619 828 543 828 464 c 0\n 828 306 752 144 635 54 c 0\n 570 4 485 -23 391 -23 c 0\n 306 -23 225 6 177 54 c 0\n 131 100 104 177 104 263 c 0\n 104 390 157 522 246 614 c 0\n 327 699 424 741 537 741 c 0\n525 660 m 0\n 431 660 342 613 284 533 c 0\n 231 460 200 363 200 271 c 0\n 200 213 214 164 241 130 c 0\n 276 86 339 58 404 58 c 0\n 501 58 589 104 647 185 c 0\n 700 257 732 355 732 446 c 0\n 732 505 718 553 691 588 c 0\n 657 632 593 660 525 660 c 0\nEndSplineSet\nKernsSLIF: 65 -43 0 0 84 -54 0 0 86 -48 0 0 87 -25 0 0 88 -52 0 0 89 -71 0 0 193 -43 0 0 196 -43 0 0 197 -43 0 0 198 -47 0 0\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 667\nFlags: W\nHStem: 0 21G<91 185> 309 82<269 481> 647 82<323 539>\nVStem: 637 95.3369<549 560>\nDStem: 246 729 323 647 91 0 268 391 246 729 251 309 91 0 185 0\nFore\n251 309 m 1\n 185 0 l 1\n 91 0 l 1\n 246 729 l 1\n 548 729 l 2\n 670 729 733 674 733 568 c 0\n 733 487 697 411 634 361 c 0\n 589 325 542 309 479 309 c 2\n 251 309 l 1\n268 391 m 1\n 462 391 l 2\n 526 391 569 410 602 452 c 0\n 625 482 637 515 637 550 c 0\n 637 613 595 647 517 647 c 2\n 323 647 l 1\n 268 391 l 1\nEndSplineSet\nKernsSLIF: 44 -138 0 0 45 -45 0 0 46 -138 0 0 65 -86 0 0 74 -85 0 0 97 -39 0 0 101 -38 0 0 111 -34 0 0 193 -86 0 0 196 -86 0 0 197 -86 0 0 198 -93 0 0 225 -39 0 0 228 -39 0 0 229 -39 0 0 230 -35 0 0 233 -38 0 0 243 -34 0 0 246 -34 0 0 248 -35 0 0 339 -38 0 0\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 778\nFlags: W\nHStem: -23 81<389 424> 660 81<520 539>\nVStem: 104 96<261 293> 732 96<437 469>\nDStem: 466 149 524 205 528 87 598 132 586 28 655 76 673 -59 733 -1\nFore\n733 -1 m 1\n 673 -59 l 1\n 586 28 l 1\n 513 -11 467 -23 390 -23 c 0\n 210 -23 104 84 104 264 c 0\n 104 417 182 575 301 664 c 0\n 370 715 448 741 537 741 c 128\n 626 741 707 712 755 664 c 0\n 801 617 828 539 828 456 c 0\n 828 312 765 175 655 76 c 1\n 733 -1 l 1\n524 205 m 1\n 598 132 l 1\n 685 216 732 327 732 446 c 0\n 732 505 718 553 691 588 c 0\n 656 633 593 660 525 660 c 0\n 431 660 342 613 285 533 c 0\n 232 461 200 363 200 272 c 0\n 200 138 278 58 409 58 c 0\n 450 58 479 65 528 87 c 1\n 466 149 l 1\n 524 205 l 1\nEndSplineSet\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 722\nFlags: W\nHStem: 0 21G<93 187 566 679> 314 82<272 509> 647 82<325 585>\nVStem: 562.216 101.604<47 76> 593.995 96.005<239 264> 674 95.263<557 560>\nDStem: 248 729 325 647 93 0 271 396 248 729 254 314 93 0 187 0\nFore\n254 314 m 1\n 187 0 l 1\n 93 0 l 1\n 248 729 l 1\n 584 729 l 2\n 712 729 770 681 770 575 c 0\n 770 513 743 446 703 409 c 0\n 685 393 669 382 630 360 c 1\n 677 329 690 308 690 264 c 0\n 690 246 682 194 669 126 c 0\n 665 105 663 88 663 76 c 0\n 663 54 671 35 684 23 c 1\n 679 0 l 1\n 566 0 l 1\n 563 21 562 32 562 47 c 0\n 562 79 562 79 586 179 c 0\n 591 201 594 222 594 239 c 0\n 594 288 558 314 493 314 c 2\n 254 314 l 1\n271 396 m 1\n 502 396 l 2\n 566 396 608 413 637 449 c 0\n 659 477 674 521 674 558 c 0\n 674 582 666 605 653 619 c 0\n 634 640 608 647 555 647 c 2\n 325 647 l 1\n 271 396 l 1\nEndSplineSet\nKernsSLIF: 45 -4 0 0 67 -21 0 0 71 -21 0 0 79 -17 0 0 84 -33 0 0 85 -21 0 0 86 -49 0 0 87 -27 0 0 89 -54 0 0 97 -21 0 0 101 -16 0 0 111 -13 0 0 117 -13 0 0 121 -16 0 0 199 -21 0 0 211 -17 0 0 214 -17 0 0 220 -21 0 0 225 -21 0 0 228 -21 0 0 229 -21 0 0 230 -17 0 0 233 -16 0 0 243 -13 0 0 246 -13 0 0 250 -14 0 0 252 -14 0 0 338 -14 0 0 339 -16 0 0\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 667\nFlags: W\nHStem: -23 81<318 361> 660 81<457 490>\nVStem: 89.0062 91.9938<171 191> 178.621 96.1936<492 518> 572.995 96.0048<209 237> 621.995 92.0051<551 571>\nFore\n706 515 m 1\n 618 515 l 1\n 621 535 622 542 622 551 c 0\n 622 580 609 612 590 629 c 0\n 568 649 526 660 470 660 c 0\n 404 660 355 644 318 611 c 0\n 289 584 274 553 274 518 c 0\n 274 474 298 454 375 432 c 2\n 547 383 l 2\n 594 370 623 350 645 315 c 0\n 660 291 669 263 669 237 c 0\n 669 181 633 108 582 61 c 0\n 523 6 435 -23 330 -23 c 0\n 179 -23 89 49 89 169 c 0\n 89 190 91 206 98 232 c 1\n 185 232 l 1\n 182 213 181 204 181 191 c 0\n 181 100 233 58 346 58 c 0\n 426 58 485 77 526 114 c 0\n 554 140 573 178 573 209 c 0\n 573 257 540 286 460 309 c 2\n 289 357 l 2\n 222 376 178 429 178 492 c 0\n 178 543 209 614 250 656 c 0\n 304 712 385 741 488 741 c 0\n 566 741 619 725 660 689 c 0\n 693 660 714 614 714 571 c 0\n 714 556 712 543 706 515 c 1\nEndSplineSet\nKernsSLIF: 65 -31 0 0 84 -38 0 0 86 -52 0 0 87 -31 0 0 89 -58 0 0 116 -11 0 0 193 -31 0 0 196 -31 0 0 197 -31 0 0 198 -31 0 0\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 611\nFlags: W\nHStem: 0 21G<261 355> 647 82<175 398 493 731>\nDStem: 175 729 493 647 158 647 355 0 399 647 493 647 261 0 355 0\nFore\n493 647 m 1\n 355 0 l 1\n 261 0 l 1\n 399 647 l 1\n 158 647 l 1\n 175 729 l 1\n 748 729 l 1\n 731 647 l 1\n 493 647 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 44 -105 0 0 45 -82 0 0 46 -105 0 0 58 -152 0 0 59 -140 0 0 65 -104 0 0 67 -53 0 0 71 -55 0 0 74 -108 0 0 79 -50 0 0 83 -32 0 0 86 2 0 0 87 7 0 0 89 10 0 0 97 -107 0 0 99 -96 0 0 101 -102 0 0 103 -94 0 0 105 -12 0 0 106 -12 0 0 111 -99 0 0 114 -98 0 0 115 -98 0 0 117 -98 0 0 118 -106 0 0 119 -103 0 0 121 -110 0 0 171 -126 0 0 192 -104 0 0 193 -104 0 0 194 -104 0 0 195 -104 0 0 196 -104 0 0 197 -104 0 0 198 -106 0 0 210 -50 0 0 211 -50 0 0 212 -50 0 0 213 -50 0 0 214 -50 0 0 216 -42 0 0 230 -104 0 0 248 -94 0 0 338 -44 0 0 8249 -123 0 0\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 722\nFlags: W\nHStem: -23 81<362 383> 709 20G<240 334 706 800>\nVStem: 124.924 95.1499<155 173>\nDStem: 240 729 334 729 138 251 225 217 706 729 800 729 597 217 691 217\nFore\n706 729 m 1\n 800 729 l 1\n 691 217 l 2\n 660 71 531 -23 363 -23 c 0\n 286 -23 220 -2 179 35 c 0\n 147 64 124 114 124 155 c 0\n 124 170 131 218 138 251 c 2\n 240 729 l 1\n 334 729 l 1\n 225 217 l 1\n 222 201 220 187 220 173 c 0\n 220 104 285 58 381 58 c 0\n 494 58 576 118 597 217 c 2\n 706 729 l 1\nEndSplineSet\nKernsSLIF: 44 -35 0 0 46 -32 0 0 65 -45 0 0 109 -17 0 0 110 -16 0 0 112 -8 0 0 114 -16 0 0 193 -45 0 0 194 -45 0 0 195 -45 0 0 196 -45 0 0 197 -45 0 0 198 -48 0 0\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 667\nFlags: W\nHStem: 0 21G<292 392> 709 20G<185 282 701 800>\nDStem: 701 729 800 729 365 112 392 0\nFore\n392 0 m 1\n 292 0 l 1\n 185 729 l 1\n 282 729 l 1\n 365 112 l 1\n 701 729 l 1\n 800 729 l 1\n 392 0 l 1\nEndSplineSet\nKernsSLIF: 44 -94 0 0 45 -44 0 0 46 -94 0 0 58 -76 0 0 59 -75 0 0 65 -77 0 0 67 -50 0 0 71 -50 0 0 79 -46 0 0 83 -44 0 0 84 7 0 0 97 -71 0 0 101 -64 0 0 103 -57 0 0 105 -14 0 0 111 -61 0 0 114 -51 0 0 117 -52 0 0 121 -28 0 0 171 -88 0 0 192 -77 0 0 193 -77 0 0 194 -77 0 0 195 -77 0 0 196 -77 0 0 197 -77 0 0 198 -84 0 0 210 -46 0 0 211 -46 0 0 212 -46 0 0 213 -46 0 0 214 -46 0 0 216 -34 0 0 230 -66 0 0 248 -57 0 0 8249 -84 0 0\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 944\nFlags: W\nHStem: 0 21G<209 311 642 744> 709 20G<177 277 580 676 980 1084>\nDStem: 580 729 601 592 292 137 311 0 601 592 676 729 642 0 717 137 980 729 1084 729 717 137 744 0\nFore\n744 0 m 1\n 642 0 l 1\n 601 592 l 1\n 311 0 l 1\n 209 0 l 1\n 177 729 l 1\n 277 729 l 1\n 292 137 l 1\n 580 729 l 1\n 676 729 l 1\n 717 137 l 1\n 980 729 l 1\n 1084 729 l 1\n 744 0 l 1\nEndSplineSet\nKernsSLIF: 44 -62 0 0 45 -19 0 0 46 -62 0 0 58 -62 0 0 59 -62 0 0 65 -56 0 0 67 -30 0 0 71 -30 0 0 79 -26 0 0 83 -31 0 0 84 11 0 0 97 -46 0 0 101 -39 0 0 103 -32 0 0 105 -10 0 0 111 -36 0 0 114 -36 0 0 117 -36 0 0 121 -15 0 0 171 -63 0 0 192 -56 0 0 193 -56 0 0 194 -56 0 0 195 -56 0 0 196 -56 0 0 197 -56 0 0 198 -62 0 0 210 -26 0 0 211 -26 0 0 212 -26 0 0 213 -26 0 0 214 -26 0 0 216 -14 0 0 230 -42 0 0 248 -32 0 0 8249 -60 0 0\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 667\nFlags: W\nHStem: 0 21G<22 137 535 650> 709 20G<194 307 680 794>\nDStem: 361 374 401 304 22 0 137 0 680 729 794 729 432 444 471 374\nFore\n471 374 m 1\n 650 0 l 1\n 535 0 l 1\n 401 304 l 1\n 137 0 l 1\n 22 0 l 1\n 361 374 l 1\n 194 729 l 1\n 307 729 l 1\n 432 444 l 1\n 680 729 l 1\n 794 729 l 1\n 471 374 l 1\nEndSplineSet\nKernsSLIF: 45 -57 0 0 67 -53 0 0 79 -50 0 0 81 -51 0 0 97 -27 0 0 101 -51 0 0 111 -46 0 0 117 -36 0 0 121 -67 0 0 214 -50 0 0\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 667\nFlags: W\nHStem: 0 21G<293 387> 709 20G<168 280 705 816>\nDStem: 354 286 448 286 293 0 387 0 705 729 816 729 416 372 448 286\nFore\n448 286 m 1\n 387 0 l 1\n 293 0 l 1\n 354 286 l 1\n 168 729 l 1\n 280 729 l 1\n 416 372 l 1\n 705 729 l 1\n 816 729 l 1\n 448 286 l 1\nEndSplineSet\nKernsSLIF: 44 -117 0 0 45 -89 0 0 46 -117 0 0 58 -97 0 0 59 -97 0 0 65 -102 0 0 67 -68 0 0 71 -69 0 0 79 -64 0 0 83 -49 0 0 84 15 0 0 97 -100 0 0 101 -97 0 0 103 -89 0 0 105 -6 0 0 111 -93 0 0 112 -63 0 0 117 -73 0 0 118 -48 0 0 171 -128 0 0 192 -102 0 0 193 -102 0 0 194 -102 0 0 195 -102 0 0 196 -102 0 0 197 -102 0 0 198 -108 0 0 210 -64 0 0 211 -64 0 0 212 -64 0 0 213 -64 0 0 214 -64 0 0 216 -55 0 0 230 -95 0 0 248 -89 0 0 8249 -124 0 0\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 611\nFlags: W\nHStem: 0 82<164 584> 647 82<212 600>\nDStem: 601 647 719 645 46 84 163 82\nFore\n737 729 m 1\n 719 645 l 1\n 163 82 l 1\n 601 82 l 1\n 584 0 l 1\n 28 0 l 1\n 46 84 l 1\n 601 647 l 1\n 195 647 l 1\n 212 729 l 1\n 737 729 l 1\nEndSplineSet\nKernsSLIF: 118 -44 0 0 121 -44 0 0\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 278\nFlags: W\nHStem: -213 72<119 205> 657 72<288 390>\nDStem: 219 729 405 729 19 -213 390 657 219 729 288 657 19 -213 118 -141 219 729 220 -141 19 -213 205 -213\nFore\n405 729 m 1\n 390 657 l 1\n 288 657 l 1\n 118 -141 l 1\n 220 -141 l 1\n 205 -213 l 1\n 19 -213 l 1\n 219 729 l 1\n 405 729 l 1\nEndSplineSet\nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 278\nFlags: W\nHStem: 709 20G<147 202>\nDStem: 147 729 202 729 225 -20 280 -20\nFore\n147 729 m 1\n 202 729 l 1\n 280 -20 l 1\n 225 -20 l 1\n 147 729 l 1\nEndSplineSet\nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 278\nFlags: W\nHStem: -213 72<-8 95> 657 72<177 264>\nDStem: -8 -141 364 729 -23 -213 164 -213 177 729 364 729 162 657 164 -213 265 657 364 729 95 -141 164 -213\nFore\n-23 -213 m 1\n -8 -141 l 1\n 95 -141 l 1\n 265 657 l 1\n 162 657 l 1\n 177 729 l 1\n 364 729 l 1\n 164 -213 l 1\n -23 -213 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 469\nFlags: W\nDStem: 349 709 369 628 115 329 187 329 369 628 422 709 427 329 496 329\nFore\n349 709 m 1\n 422 709 l 1\n 496 329 l 1\n 427 329 l 1\n 369 628 l 1\n 187 329 l 1\n 115 329 l 1\n 349 709 l 1\nEndSplineSet\nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 556\nFlags: W\nHStem: -176 50<-48 540>\nFore\n551 -126 m 1\n 540 -176 l 1\n -59 -176 l 1\n -48 -126 l 1\n 551 -126 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 333\nFlags: W\nHStem: 720 20G<179 285>\nFore\n285 740 m 1\n 357 592 l 1\n 304 592 l 1\n 179 740 l 1\n 285 740 l 1\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 556\nFlags: W\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 385>\nVStem: 65 88<104 121> 477.989 90.0112<398 426>\nDStem: 451 258 562 389 431 164 498 88\nFore\n552 51 m 1\n 539 -14 l 1\n 533 -15 527 -16 525 -17 c 0\n 500 -23 497 -23 486 -23 c 0\n 438 -23 410 2 410 43 c 2\n 410 47 l 1\n 410 54 l 1\n 369 18 354 8 322 -3 c 0\n 286 -16 244 -23 209 -23 c 0\n 119 -23 65 25 65 105 c 0\n 65 163 95 216 147 249 c 0\n 196 280 238 290 372 302 c 0\n 445 309 464 320 473 361 c 1\n 476 379 l 1\n 477 387 478 394 478 398 c 0\n 478 435 432 462 372 462 c 0\n 329 462 287 447 265 425 c 0\n 251 411 244 397 235 369 c 1\n 151 369 l 1\n 170 480 255 539 394 539 c 0\n 499 539 568 494 568 426 c 0\n 568 416 568 416 562 389 c 1\n 498 88 l 1\n 497 85 497 82 497 78 c 0\n 497 58 509 49 535 49 c 0\n 539 49 543 49 552 51 c 1\n431 164 m 2\n 451 258 l 1\n 407 243 399 242 305 229 c 0\n 256 222 226 214 202 199 c 0\n 172 181 153 148 153 115 c 0\n 153 73 185 49 242 49 c 0\n 330 49 418 102 431 164 c 2\nEndSplineSet\nKernsSLIF: 106 -10 0 0 118 -26 0 0 119 -16 0 0 121 -33 0 0 8217 -23 0 0\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 556\nFlags: W\nHStem: -23 77<292 310> 0 21G<54 129> 461.997 77.0033<383 411> 709 20G<209 293>\nVStem: 500 88<323 345>\nDStem: 209 729 293 729 54 0 235 454 209 729 146 78 54 0 129 0\nFore\n209 729 m 1\n 293 729 l 1\n 235 454 l 1\n 266 487 279 498 296 509 c 0\n 326 527 371 539 411 539 c 0\n 512 539 588 455 588 343 c 0\n 588 240 544 126 477 55 c 0\n 432 8 361 -23 294 -23 c 0\n 250 -23 209 -8 183 18 c 0\n 168 33 159 47 146 78 c 1\n 129 0 l 1\n 54 0 l 1\n 209 729 l 1\n383 462 m 0\n 323 462 270 427 231 361 c 0\n 203 313 185 245 185 183 c 0\n 185 104 228 54 296 54 c 0\n 361 54 413 87 454 155 c 0\n 483 203 500 267 500 324 c 0\n 500 410 456 462 383 462 c 0\nEndSplineSet\nKernsSLIF: 118 -21 0 0 119 -10 0 0 121 -28 0 0\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 500\nFlags: W\nHStem: -23 77<262 284> 462 77<364 383>\nVStem: 76 88<169 185> 467.996 86.004<370 392>\nFore\n551 348 m 1\n 467 348 l 1\n 468 357 468 364 468 370 c 0\n 468 427 429 462 366 462 c 0\n 305 462 255 432 218 373 c 0\n 185 321 164 245 164 181 c 0\n 164 103 208 54 277 54 c 0\n 349 54 404 98 434 180 c 1\n 518 180 l 1\n 502 124 486 90 460 60 c 0\n 414 6 345 -23 263 -23 c 0\n 199 -23 154 -4 120 39 c 0\n 92 74 76 123 76 170 c 0\n 76 262 110 371 157 432 c 0\n 210 501 291 539 381 539 c 0\n 438 539 479 524 510 492 c 0\n 536 465 554 425 554 392 c 0\n 554 389 553 378 552 363 c 2\n 551 348 l 1\nEndSplineSet\nKernsSLIF: 104 -7 0 0 107 -1 0 0\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 556\nFlags: W\nHStem: -22.9975 76.9975<244 278> 0 21G<414 495> 462 77<345 372> 709 20G<566 650>\nVStem: 73 88<169 201>\nDStem: 430 76 650 729 414 0 495 0 566 729 650 729 506 448 495 0\nFore\n650 729 m 1\n 495 0 l 1\n 414 0 l 1\n 430 76 l 1\n 416 48 403 33 373 15 c 0\n 333 -9 287 -23 244 -23 c 0\n 140 -23 73 53 73 170 c 0\n 73 381 197 539 363 539 c 0\n 434 539 474 513 506 448 c 1\n 566 729 l 1\n 650 729 l 1\n355 462 m 0\n 291 462 243 430 205 361 c 0\n 178 310 161 246 161 190 c 0\n 161 104 204 54 278 54 c 0\n 339 54 388 88 427 155 c 0\n 457 207 473 268 473 327 c 0\n 473 412 429 462 355 462 c 0\nEndSplineSet\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 556\nFlags: W\nHStem: -23 77<281 298> 234 72<196 489> 462 77<372 391>\nVStem: 84 88<169 190> 491.902 87.17<339 368>\nFore\n563 234 m 1\n 177 234 l 1\n 173 219 172 209 172 188 c 0\n 172 103 217 54 296 54 c 0\n 363 54 416 90 452 159 c 1\n 536 159 l 1\n 505 51 402 -23 282 -23 c 0\n 225 -23 181 -7 146 27 c 0\n 107 64 84 119 84 173 c 0\n 84 254 121 368 168 431 c 0\n 218 498 302 539 389 539 c 0\n 497 539 580 464 580 368 c 0\n 580 341 575 299 566 251 c 2\n 563 234 l 1\n195 306 m 1\n 489 306 l 1\n 491 322 492 329 492 339 c 0\n 492 414 447 462 376 462 c 0\n 295 462 221 398 195 306 c 1\nEndSplineSet\nKernsSLIF: 116 -16 0 0 118 -26 0 0 119 -16 0 0 120 -35 0 0 121 -33 0 0 8217 -20 0 0\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 278\nFlags: W\nHStem: 0 21G<89 173> 457 67<130 185 285 356> 660 72<355 377>\nDStem: 130 524 270 457 116 457 173 0 186 457 270 457 89 0 173 0 219 613 299 593 200 524 284 524\nFore\n370 524 m 1\n 356 457 l 1\n 270 457 l 1\n 173 0 l 1\n 89 0 l 1\n 186 457 l 1\n 116 457 l 1\n 130 524 l 1\n 200 524 l 1\n 219 613 l 2\n 235 687 291 732 368 732 c 0\n 384 732 395 731 413 727 c 1\n 398 658 l 1\n 384 660 378 660 371 660 c 0\n 328 660 310 643 299 593 c 2\n 284 524 l 1\n 370 524 l 1\nEndSplineSet\nKernsSLIF: 97 -20 0 0 101 -21 0 0 102 12 0 0 105 -10 0 0 106 -11 0 0 108 -12 0 0 111 -18 0 0 115 -8 0 0 116 16 0 0 225 -20 0 0 228 -20 0 0 229 -20 0 0 230 -15 0 0 233 -21 0 0 243 -18 0 0 246 -18 0 0 248 -16 0 0 339 -20 0 0 8217 -8 0 0\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 556\nFlags: W\nHStem: -218 72<207 228> -16.8153 72.6922<247 271> 462 77<352 371> 504 20G<525 601>\nVStem: 33 85<-75 -73> 74 88<166 186>\nDStem: 525 524 601 524 508 446 508 85\nFore\n525 524 m 1\n 601 524 l 1\n 508 85 l 2\n 481 -42 454 -103 404 -151 c 0\n 359 -194 288 -218 209 -218 c 0\n 102 -218 32 -168 32 -91 c 0\n 32 -87 32 -81 33 -73 c 1\n 34 -60 l 1\n 118 -60 l 1\n 118 -68 l 1\n 118 -74 l 2\n 118 -119 158 -146 226 -146 c 0\n 332 -146 386 -92 415 44 c 2\n 419 63 l 1\n 369 10 310 -17 247 -17 c 0\n 145 -17 74 59 74 168 c 0\n 74 260 112 373 165 439 c 0\n 214 501 292 539 369 539 c 0\n 403 539 435 528 461 509 c 0\n 483 493 493 479 508 446 c 1\n 525 524 l 1\n363 462 m 0\n 300 462 244 425 208 360 c 0\n 179 308 162 244 162 184 c 0\n 162 105 204 55 271 55 c 0\n 331 55 390 93 423 154 c 0\n 451 203 469 277 469 339 c 0\n 469 414 427 462 363 462 c 0\nEndSplineSet\nKernsSLIF: 97 -17 0 0 101 -11 0 0 108 -8 0 0 114 -9 0 0 228 -17 0 0 229 -17 0 0 230 -13 0 0 233 -11 0 0 243 -8 0 0 246 -8 0 0\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 406 490> 466.996 72.0044<400 439> 709 20G<225 309>\nVStem: 484.996 89.0044<382 413>\nDStem: 225 729 309 729 70 0 252 459 225 729 215 289 70 0 154 0 479 343 570 376 406 0 490 0\nFore\n225 729 m 1\n 309 729 l 1\n 252 459 l 1\n 315 518 364 539 439 539 c 0\n 523 539 574 492 574 413 c 0\n 574 401 573 389 570 376 c 1\n 490 0 l 1\n 406 0 l 1\n 479 343 l 1\n 485 370 485 370 485 382 c 0\n 485 433 451 467 400 467 c 0\n 309 467 239 399 215 289 c 1\n 154 0 l 1\n 70 0 l 1\n 225 729 l 1\nEndSplineSet\nKernsSLIF: 121 -31 0 0 8217 -19 0 0\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 222\nFlags: W\nHStem: 0 21G<66 150> 504 20G<177 261> 626 103<221 283>\nDStem: 177 524 261 524 66 0 150 0 221 729 305 729 199 626 283 626\nFore\n261 524 m 1\n 150 0 l 1\n 66 0 l 1\n 177 524 l 1\n 261 524 l 1\n305 729 m 1\n 283 626 l 1\n 199 626 l 1\n 221 729 l 1\n 305 729 l 1\nEndSplineSet\nKernsSLIF: 84 -16 0 0 106 -10 0 0\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 222\nFlags: W\nHStem: -217.878 71.8777<-33 -17> 504 20G<180 264> 626 103<224 286>\nDStem: 180 524 264 524 53 -76 130 -109 224 729 308 729 202 626 286 626\nFore\n180 524 m 1\n 264 524 l 1\n 130 -109 l 1\n 112 -191 69 -218 -46 -218 c 0\n -55 -218 -58 -217 -65 -215 c 1\n -50 -144 l 1\n -32 -146 -30 -146 -25 -146 c 0\n 26 -146 41 -132 53 -76 c 2\n 180 524 l 1\n308 729 m 1\n 286 626 l 1\n 202 626 l 1\n 224 729 l 1\n 308 729 l 1\nEndSplineSet\nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 500\nFlags: W\nHStem: 0 21G<58 142 406 502> 504 20G<476 584> 709 20G<213 297>\nDStem: 213 729 297 729 58 0 207 306 213 729 185 203 58 0 142 0 292 291 362 343 406 0 502 0 476 524 584 524 207 306 362 343\nFore\n297 729 m 1\n 207 306 l 1\n 476 524 l 1\n 584 524 l 1\n 362 343 l 1\n 502 0 l 1\n 406 0 l 1\n 292 291 l 1\n 185 203 l 1\n 142 0 l 1\n 58 0 l 1\n 213 729 l 1\n 297 729 l 1\nEndSplineSet\nKernsSLIF: 44 -13 0 0 45 -49 0 0 46 -13 0 0 97 -14 0 0 101 -33 0 0 103 -26 0 0 111 -30 0 0 115 -14 0 0 117 -22 0 0 225 -14 0 0 228 -14 0 0 229 -14 0 0 230 -12 0 0 233 -33 0 0 243 -30 0 0 246 -30 0 0 252 -16 0 0\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 222\nFlags: W\nHStem: 0 21G<68 152> 709 20G<223 307>\nDStem: 223 729 307 729 68 0 152 0\nFore\n307 729 m 1\n 152 0 l 1\n 68 0 l 1\n 223 729 l 1\n 307 729 l 1\nEndSplineSet\nKernsSLIF: 118 -11 0 0 121 -15 0 0\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 833\nFlags: W\nHStem: 0 21G<71 155 377 461 683 767> 466.996 72.0039<376 423 688 725> 504 20G<182 258>\nVStem: 763.996 88.0042<390 428>\nDStem: 182 524 225 329 71 0 155 0 454 361 531 329 377 0 461 0 755 341 846 373 683 0 767 0\nFore\n182 524 m 1\n 258 524 l 1\n 245 459 l 1\n 309 519 355 539 423 539 c 0\n 489 539 528 512 544 456 c 1\n 603 513 660 539 725 539 c 0\n 771 539 798 529 820 505 c 0\n 840 482 852 454 852 428 c 0\n 852 417 849 384 846 373 c 1\n 767 0 l 1\n 683 0 l 1\n 755 341 l 1\n 764 375 764 375 764 390 c 0\n 764 438 735 467 688 467 c 0\n 616 467 547 407 531 329 c 1\n 461 0 l 1\n 377 0 l 1\n 454 361 l 1\n 457 374 458 387 458 398 c 0\n 458 439 425 467 376 467 c 0\n 309 467 241 405 225 329 c 2\n 155 0 l 1\n 71 0 l 1\n 182 524 l 1\nEndSplineSet\nKernsSLIF: 112 -3 0 0 118 -24 0 0 119 -14 0 0 121 -30 0 0\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 406 490> 466.995 72.0047<399 438> 504 20G<181 257>\nVStem: 485.994 88.0059<386 414>\nDStem: 181 524 215 289 70 0 154 0 480 349 570 376 406 0 490 0\nFore\n181 524 m 1\n 257 524 l 1\n 244 459 l 1\n 296 512 362 539 438 539 c 0\n 521 539 574 490 574 414 c 0\n 574 401 573 389 570 376 c 1\n 490 0 l 1\n 406 0 l 1\n 480 349 l 1\n 484 365 486 380 486 386 c 0\n 486 432 449 467 399 467 c 0\n 309 467 239 399 215 289 c 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nKernsSLIF: 84 -103 0 0 112 -3 0 0 118 -24 0 0 119 -14 0 0 121 -31 0 0 8217 -19 0 0\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 556\nFlags: W\nHStem: -23 77<268 288> 462 77<368 386>\nVStem: 80 88<164 186> 488 88<329 353>\nFore\n384 539 m 0\n 442 539 487 523 521 490 c 0\n 556 456 576 405 576 352 c 0\n 576 265 543 156 497 93 c 0\n 441 16 365 -23 269 -23 c 0\n 157 -23 80 53 80 164 c 0\n 80 249 113 359 158 423 c 0\n 209 497 291 539 384 539 c 0\n371 462 m 0\n 305 462 249 425 212 357 c 0\n 185 307 168 241 168 184 c 0\n 168 104 212 54 283 54 c 0\n 352 54 406 90 444 159 c 0\n 471 209 488 274 488 333 c 0\n 488 414 445 462 371 462 c 0\nEndSplineSet\nKernsSLIF: 84 -106 0 0 116 -17 0 0 118 -27 0 0 119 -16 0 0 120 -35 0 0 121 -34 0 0 8217 -23 0 0\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 556\nFlags: W\nHStem: -213 21G<7 91> -23 77<285 311> 461.538 76.4731<379 412> 504 20G<164 245>\nVStem: 498 88<315 345>\nDStem: 164 524 245 524 7 -213 227 440 164 524 151 68 7 -213 91 -213\nFore\n7 -213 m 1\n 164 524 l 1\n 245 524 l 1\n 227 440 l 1\n 240 467 252 480 284 500 c 0\n 324 526 368 539 412 539 c 0\n 519 539 586 464 586 344 c 0\n 586 246 552 142 498 76 c 0\n 447 13 372 -23 294 -23 c 0\n 223 -23 182 3 151 68 c 1\n 91 -213 l 1\n 7 -213 l 1\n379 462 m 0\n 317 462 267 428 230 361 c 0\n 200 309 183 244 183 184 c 0\n 183 104 229 54 302 54 c 0\n 367 54 417 87 454 155 c 0\n 481 205 498 270 498 324 c 0\n 498 410 454 462 379 462 c 0\nEndSplineSet\nKernsSLIF: 116 -10 0 0 121 -28 0 0\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 556\nFlags: W\nHStem: -213 21G<366 450> -22.4659 77.0681<248 276> 462 77<359 375> 504 20G<532 607>\nVStem: 71 88<171 188>\nDStem: 425 62 607 524 366 -213 450 -213 532 524 607 524 513 438 450 -213\nFore\n450 -213 m 1\n 366 -213 l 1\n 425 62 l 1\n 391 28 379 17 363 7 c 0\n 334 -11 288 -23 248 -23 c 0\n 147 -23 71 61 71 173 c 0\n 71 276 115 390 182 461 c 0\n 227 509 298 539 366 539 c 0\n 439 539 490 503 513 438 c 1\n 532 524 l 1\n 607 524 l 1\n 450 -213 l 1\n364 462 m 0\n 300 462 244 427 205 361 c 0\n 178 316 159 244 159 186 c 0\n 159 106 205 54 276 54 c 0\n 336 54 388 89 428 155 c 0\n 456 203 474 271 474 333 c 0\n 474 412 431 462 364 462 c 0\nEndSplineSet\nKernsSLIF: 99 -2 0 0 117 -5 0 0\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 333\nFlags: W\nHStem: 0 21G<69 153> 451.139 87.8615<385.028 404 404.016 417.905> 504 20G<180 256>\nDStem: 180 524 256 524 69 0 239 442 180 524 211 272 69 0 153 0\nFore\n180 524 m 1\n 256 524 l 1\n 239 442 l 1\n 301 513 346 539 404 539 c 0\n 415 539 423 538 436 536 c 1\n 418 451 l 1\n 308 455 237 394 211 272 c 2\n 153 0 l 1\n 69 0 l 1\n 180 524 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nKernsSLIF: 44 -77 0 0 45 -54 0 0 46 -77 0 0 58 -31 0 0 59 -30 0 0 97 -16 0 0 99 -11 0 0 100 -8 0 0 101 -17 0 0 102 17 0 0 103 -8 0 0 104 -8 0 0 105 -6 0 0 106 -6 0 0 107 -2 0 0 108 -7 0 0 109 -9 0 0 110 -8 0 0 111 -14 0 0 113 -10 0 0 114 -8 0 0 115 -4 0 0 116 21 0 0 117 -7 0 0 118 18 0 0 119 21 0 0 120 9 0 0 121 15 0 0 224 -16 0 0 225 -16 0 0 226 -16 0 0 228 -16 0 0 229 -16 0 0 230 -11 0 0 231 -11 0 0 232 -17 0 0 233 -17 0 0 234 -17 0 0 242 -14 0 0 243 -14 0 0 244 -14 0 0 246 -14 0 0 248 -14 0 0 339 -16 0 0 8217 -6 0 0\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 500\nFlags: W\nHStem: -23 77<241 269> 462 77<333 358>\nVStem: 61.498 93.0539<105 131> 123.892 87.6412<345 367> 404.81 87.2468<150 173> 430.377 89.1996<400 421>\nFore\n514 378 m 1\n 430 378 l 1\n 431 386 431 393 431 400 c 0\n 431 439 398 462 339 462 c 0\n 295 462 265 452 241 429 c 0\n 223 412 211 387 211 367 c 0\n 211 341 240 321 296 307 c 2\n 372 288 l 2\n 460 266 493 234 493 173 c 0\n 493 54 396 -23 247 -23 c 0\n 131 -23 61 25 61 105 c 0\n 61 121 62 133 67 156 c 1\n 156 156 l 1\n 155 146 154 137 154 131 c 0\n 154 81 193 54 262 54 c 0\n 305 54 348 67 373 88 c 0\n 389 101 405 132 405 150 c 0\n 405 159 399 174 392 183 c 0\n 383 194 368 200 335 209 c 2\n 261 228 l 2\n 158 255 123 284 123 345 c 0\n 123 392 147 444 183 479 c 0\n 224 518 285 539 356 539 c 0\n 453 539 520 491 520 421 c 0\n 520 408 519 399 514 378 c 1\nEndSplineSet\nKernsSLIF: 116 -15 0 0 8217 -24 0 0\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 278\nFlags: W\nHStem: -22.0467 71.8808<186 219> 457 67<122 178 278 352> 457 211<263 277>\nVStem: 97.8996 85.2698<56 76>\nDStem: 122 524 263 457 108 457 185 90 179 457 263 457 100 87 185 90 224 668 308 668 193 524 277 524\nFore\n366 524 m 1\n 352 457 l 1\n 263 457 l 1\n 185 90 l 1\n 184 84 183 79 183 76 c 0\n 183 60 197 49 219 49 c 0\n 231 49 236 50 267 57 c 1\n 251 -16 l 1\n 237 -20 206 -23 186 -23 c 0\n 131 -23 97 7 97 56 c 0\n 97 66 98 77 100 87 c 2\n 179 457 l 1\n 108 457 l 1\n 122 524 l 1\n 193 524 l 1\n 224 668 l 1\n 308 668 l 1\n 277 524 l 1\n 366 524 l 1\nEndSplineSet\nKernsSLIF: 58 -37 0 0 59 -36 0 0 83 -17 0 0 97 -10 0 0 101 -22 0 0 104 -14 0 0 111 -19 0 0 225 -10 0 0 228 -10 0 0 229 -10 0 0 230 -7 0 0 233 -22 0 0 243 -19 0 0 246 -19 0 0 8217 -7 0 0\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 556\nFlags: W\nHStem: -22.9987 71.9987<226 268> 0 21G<407 483> 504 20G<177 261 510 594>\nDStem: 177 524 261 524 91 120 182 153 419 57 594 524 407 0 483 0 510 524 594 524 447 227 483 0\nFore\n483 0 m 1\n 407 0 l 1\n 419 57 l 1\n 361 1 304 -23 226 -23 c 0\n 140 -23 88 18 88 86 c 0\n 88 99 89 110 91 120 c 2\n 177 524 l 1\n 261 524 l 1\n 182 153 l 2\n 180 143 179 134 179 126 c 0\n 179 79 214 49 268 49 c 0\n 353 49 424 119 447 227 c 2\n 510 524 l 1\n 594 524 l 1\n 483 0 l 1\nEndSplineSet\nKernsSLIF: 8217 -14 0 0\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 500\nFlags: W\nHStem: 0 21G<196 287> 504 20G<122 214 507 598>\nDStem: 507 524 598 524 263 102 287 0\nFore\n287 0 m 1\n 196 0 l 1\n 122 524 l 1\n 214 524 l 1\n 263 102 l 1\n 507 524 l 1\n 598 524 l 1\n 287 0 l 1\nEndSplineSet\nKernsSLIF: 44 -76 0 0 45 -19 0 0 46 -76 0 0 58 -32 0 0 59 -31 0 0 97 -30 0 0 99 -22 0 0 101 -29 0 0 103 -20 0 0 108 -8 0 0 111 -25 0 0 115 -17 0 0 224 -30 0 0 225 -30 0 0 226 -30 0 0 227 -30 0 0 228 -30 0 0 229 -30 0 0 230 -25 0 0 232 -29 0 0 233 -29 0 0 234 -29 0 0 242 -25 0 0 243 -25 0 0 246 -25 0 0 248 -25 0 0\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 722\nFlags: W\nHStem: 0 21G<158 254 461 556> 504 20G<118 209 417 522 729 820>\nDStem: 417 524 449 418 228 116 254 0 729 524 820 524 533 116 556 0\nFore\n556 0 m 1\n 461 0 l 1\n 449 418 l 1\n 254 0 l 1\n 158 0 l 1\n 118 524 l 1\n 209 524 l 1\n 228 116 l 1\n 417 524 l 1\n 522 524 l 1\n 533 116 l 1\n 729 524 l 1\n 820 524 l 1\n 556 0 l 1\nEndSplineSet\nKernsSLIF: 44 -57 0 0 45 -8 0 0 46 -57 0 0 58 -32 0 0 59 -31 0 0 97 -26 0 0 99 -14 0 0 101 -20 0 0 103 -13 0 0 108 -8 0 0 111 -17 0 0 115 -14 0 0 224 -26 0 0 225 -26 0 0 226 -26 0 0 227 -26 0 0 228 -26 0 0 229 -26 0 0 230 -22 0 0 232 -20 0 0 233 -20 0 0 234 -20 0 0 242 -17 0 0 243 -17 0 0 246 -17 0 0 248 -14 0 0\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 500\nFlags: W\nHStem: 0 21G<17 115 379 473> 504 20G<138 231 486 583>\nDStem: 138 524 231 524 256 267 319 332 256 267 289 200 17 0 115 0 289 200 350 267 379 0 473 0 486 524 583 524 319 332 350 267\nFore\n350 267 m 1\n 473 0 l 1\n 379 0 l 1\n 289 200 l 1\n 115 0 l 1\n 17 0 l 1\n 256 267 l 1\n 138 524 l 1\n 231 524 l 1\n 319 332 l 1\n 486 524 l 1\n 583 524 l 1\n 350 267 l 1\nEndSplineSet\nKernsSLIF: 97 -30 0 0 99 -30 0 0 101 -36 0 0 111 -33 0 0 113 -28 0 0 233 -36 0 0\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 500\nFlags: W\nHStem: -218 81<56 72> 504 20G<132 222 501 590>\nDStem: 501 524 590 524 268 117 222 -110\nFore\n501 524 m 1\n 590 524 l 1\n 222 -110 l 2\n 179 -184 128 -218 57 -218 c 0\n 38 -218 26 -216 8 -208 c 1\n 24 -133 l 1\n 51 -136 58 -137 68 -137 c 0\n 105 -137 121 -127 148 -85 c 2\n 200 -4 l 1\n 132 524 l 1\n 222 524 l 1\n 268 117 l 1\n 501 524 l 1\nEndSplineSet\nKernsSLIF: 44 -80 0 0 45 -24 0 0 46 -80 0 0 58 -40 0 0 59 -40 0 0 97 -36 0 0 99 -28 0 0 101 -35 0 0 103 -26 0 0 108 -14 0 0 111 -31 0 0 115 -23 0 0 224 -36 0 0 225 -36 0 0 226 -36 0 0 227 -36 0 0 228 -36 0 0 229 -36 0 0 230 -31 0 0 232 -35 0 0 233 -35 0 0 234 -35 0 0 242 -31 0 0 243 -31 0 0 246 -31 0 0 248 -30 0 0\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 500\nFlags: W\nHStem: 0 72<148 458> 452 72<165 443>\nDStem: 444 452 539 449 49 74 147 72\nFore\n557 524 m 1\n 539 449 l 1\n 147 72 l 1\n 473 72 l 1\n 458 0 l 1\n 31 0 l 1\n 49 74 l 1\n 444 452 l 1\n 150 452 l 1\n 165 524 l 1\n 557 524 l 1\nEndSplineSet\nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 334\nFlags: W\nHStem: -213 66<211 231> 664 65<383 417>\nVStem: 98.6584 76.3416<-117 -113> 148 76<139 164>\nDStem: 139 86 218 101 104 -80 179 -80 248 597 323 597 212 431 284 416\nFore\n431 729 m 1\n 417 664 l 1\n 401 664 l 2\n 351 664 334 649 323 597 c 2\n 284 416 l 1\n 270 345 232 290 176 259 c 1\n 213 235 224 213 224 162 c 0\n 224 140 222 120 218 101 c 2\n 179 -80 l 1\n 176 -92 175 -103 175 -113 c 0\n 175 -137 191 -147 229 -147 c 2\n 245 -147 l 1\n 231 -213 l 1\n 184 -213 l 2\n 130 -213 98 -184 98 -134 c 0\n 98 -118 100 -98 104 -80 c 2\n 139 86 l 1\n 145 113 148 137 148 153 c 0\n 148 193 128 218 91 224 c 1\n 106 293 l 1\n 164 303 194 342 212 431 c 1\n 248 597 l 1\n 258 641 268 663 290 687 c 0\n 316 715 348 729 384 729 c 2\n 431 729 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 260\nFlags: W\nHStem: 709 20G<255 315>\nDStem: 255 729 315 729 54 -212 114 -212\nFore\n255 729 m 1\n 315 729 l 1\n 114 -212 l 1\n 54 -212 l 1\n 255 729 l 1\nEndSplineSet\nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 334\nFlags: W\nHStem: -213 65<-2 33> 664 65<184 204>\nVStem: 191 76<347 379> 240 76.0573<629 635>\nDStem: 131 100 203 85 92 -81 167 -81 236 597 311 597 197 416 276 431\nFore\n-16 -213 m 1\n -2 -148 l 1\n 14 -148 l 2\n 64 -148 81 -133 92 -81 c 2\n 131 100 l 1\n 148 190 173 226 239 257 c 1\n 206 286 191 319 191 362 c 0\n 191 379 193 397 197 416 c 2\n 236 597 l 1\n 239 609 240 620 240 630 c 0\n 240 654 224 664 186 664 c 2\n 170 664 l 1\n 184 729 l 1\n 231 729 l 2\n 282 729 317 696 317 647 c 0\n 317 633 315 616 311 597 c 2\n 276 431 l 1\n 270 401 267 379 267 359 c 0\n 267 322 287 299 324 293 c 1\n 309 223 l 1\n 251 214 217 169 203 85 c 1\n 167 -81 l 2\n 158 -123 147 -148 127 -171 c 0\n 100 -203 76 -213 31 -213 c 2\n -16 -213 l 1\nEndSplineSet\nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 584\nFlags: W\nHStem: 268.005 67.9951<458 475> 372 65.0338<260 265>\nFore\n542 411 m 1\n 594 411 l 1\n 587 370 578 347 560 323 c 0\n 535 289 496 268 458 268 c 0\n 434 268 406 278 384 294 c 2\n 299 357 l 2\n 288 365 270 372 260 372 c 0\n 229 372 205 345 189 293 c 1\n 137 293 l 1\n 162 387 211 438 275 438 c 0\n 293 438 311 432 326 422 c 2\n 428 353 l 2\n 446 341 460 336 475 336 c 0\n 510 336 531 360 542 411 c 1\nEndSplineSet\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 95\nWidth: 333\nFlags: W\nHStem: 421 103<233 295>\nDStem: 150 145 234 145 76 -205 160 -205 233 524 317 524 211 421 295 421\nFore\n76 -205 m 1\n 150 145 l 1\n 217 356 l 1\n 257 356 l 1\n 234 145 l 1\n 160 -205 l 1\n 76 -205 l 1\n211 421 m 1\n 233 524 l 1\n 317 524 l 1\n 295 421 l 1\n 211 421 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: cent\nEncoding: 162 162 96\nWidth: 556\nFlags: W\nVStem: 96 88<168 200> 498.997 86.0035<371 392>\nDStem: 264 -22 304 -23 243 -120 283 -120 366 460 407 463 281 56 320 53 402 628 442 628 383 538 423 538\nFore\n407 463 m 1\n 320 53 l 1\n 391 61 434 98 465 180 c 1\n 549 180 l 1\n 514 49 438 -15 304 -23 c 1\n 283 -120 l 1\n 243 -120 l 1\n 264 -22 l 1\n 161 -11 96 64 96 171 c 0\n 96 286 142 402 214 467 c 0\n 262 510 312 531 383 538 c 1\n 402 628 l 1\n 442 628 l 1\n 423 538 l 1\n 448 538 465 535 485 528 c 0\n 542 507 585 448 585 392 c 0\n 585 389 584 378 583 363 c 2\n 582 348 l 1\n 498 348 l 1\n 499 357 499 365 499 371 c 0\n 499 422 472 452 419 461 c 2\n 407 463 l 1\n281 56 m 1\n 366 460 l 1\n 328 453 302 440 276 415 c 0\n 221 362 184 269 184 183 c 0\n 184 113 221 64 281 56 c 1\nEndSplineSet\nEndChar\nStartChar: sterling\nEncoding: 163 163 97\nWidth: 556\nFlags: W\nHStem: -22.6715 93.061<401 424> 321 55<107 189 299 435> 652 77<423 443>\nVStem: 160 96<473 498> 218 83<270 285> 540 87.0427<555 569>\nFore\n447 376 m 1\n 435 321 l 1\n 298 321 l 1\n 299 310 l 1\n 300 297 301 287 301 283 c 0\n 301 264 294 234 283 210 c 0\n 261 161 242 140 169 86 c 0\n 163 81 153 74 136 61 c 1\n 192 89 230 100 269 100 c 0\n 291 100 299 99 322 91 c 0\n 367 76 397 70 424 70 c 0\n 455 70 476 77 518 101 c 1\n 543 31 l 1\n 500 -4 449 -23 401 -23 c 0\n 365 -23 329 -14 262 12 c 0\n 242 19 222 23 199 23 c 0\n 162 23 127 12 81 -14 c 1\n 44 52 l 1\n 161 129 218 200 218 271 c 0\n 218 286 217 292 208 321 c 1\n 95 321 l 1\n 107 376 l 1\n 190 376 l 1\n 188 382 185 390 181 398 c 0\n 164 438 160 455 160 480 c 0\n 160 610 295 729 442 729 c 0\n 553 729 628 669 628 579 c 0\n 628 557 626 539 619 497 c 1\n 531 497 l 1\n 538 523 540 536 540 554 c 0\n 540 614 495 652 424 652 c 0\n 329 652 256 582 256 492 c 0\n 256 466 256 466 278 404 c 0\n 279 403 283 389 287 376 c 1\n 447 376 l 1\nEndSplineSet\nEndChar\nStartChar: currency\nEncoding: 164 164 98\nWidth: 556\nFlags: W\nHStem: 160.01 76.9904<311 327> 448 76.158<368 382>\nVStem: 156.863 78.1369<322 323> 458 78.0389<364 373>\nDStem: 172 500 238 556 214 445 283 498\nFore\n526 191 m 1\n 456 137 l 1\n 414 190 l 1\n 386 171 348 160 309 160 c 128\n 270 160 238 169 219 185 c 1\n 154 133 l 1\n 110 191 l 1\n 170 240 l 1\n 161 257 156 281 156 305 c 0\n 156 328 161 354 171 378 c 0\n 180 400 180 400 211 441 c 2\n 214 445 l 1\n 172 500 l 1\n 238 556 l 1\n 283 498 l 1\n 310 514 351 525 385 525 c 0\n 422 525 458 514 478 496 c 1\n 546 552 l 1\n 593 494 l 1\n 524 438 l 1\n 533 422 537 406 537 381 c 0\n 537 334 513 274 483 245 c 1\n 526 191 l 1\n369 448 m 0\n 300 448 235 388 235 323 c 0\n 235 274 274 237 325 237 c 0\n 394 237 458 299 458 364 c 0\n 458 411 419 448 369 448 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 99\nWidth: 556\nFlags: W\nHStem: 0 21G<237 325> 175 51<111 273 374 535> 303 51<138 291 420 562>\nDStem: 111 226 362 175 100 175 325 0 138 354 390 303 127 303 373 226 162 709 247 709 292 354 363 387 274 175 362 175 237 0 325 0 302 303 390 303 285 226 373 226 611 709 696 709 363 387 419 354\nFore\n573 354 m 1\n 562 303 l 1\n 390 303 l 1\n 373 226 l 1\n 545 226 l 1\n 535 175 l 1\n 362 175 l 1\n 325 0 l 1\n 237 0 l 1\n 274 175 l 1\n 100 175 l 1\n 111 226 l 1\n 285 226 l 1\n 302 303 l 1\n 127 303 l 1\n 138 354 l 1\n 292 354 l 1\n 162 709 l 1\n 247 709 l 1\n 363 387 l 1\n 611 709 l 1\n 696 709 l 1\n 419 354 l 1\n 573 354 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 100\nWidth: 260\nFlags: W\nHStem: 709 20G<255 315>\nDStem: 140 189 200 189 54 -212 114 -212 255 729 315 729 169 328 229 328\nFore\n255 729 m 1\n 315 729 l 1\n 229 328 l 1\n 169 328 l 1\n 255 729 l 1\n140 189 m 1\n 200 189 l 1\n 114 -212 l 1\n 54 -212 l 1\n 140 189 l 1\nEndSplineSet\nEndChar\nStartChar: section\nEncoding: 167 167 101\nWidth: 556\nFlags: W\nHStem: -213 77<223 246> 524 21G<491 575> 652 76.1329<417 431>\nVStem: 63.0894 87.9106<-69 -57> 104.004 87.9961<274 309> 221 92<541 555> 350 91.0283<-34 -16> 470.992 88.0078<231 267> 501 87.1085<575 587>\nDStem: 167 162 236 229 312 38 374 108 287 428 355 491 418 322 482 390\nFore\n575 524 m 1\n 491 524 l 1\n 498 544 501 559 501 575 c 0\n 501 622 468 652 418 652 c 0\n 362 652 313 605 313 553 c 0\n 313 530 321 518 355 491 c 2\n 482 390 l 2\n 516 363 525 354 535 342 c 0\n 551 320 559 295 559 267 c 0\n 559 223 537 166 507 131 c 0\n 484 104 452 84 412 71 c 1\n 434 41 442 18 442 -16 c 0\n 442 -57 422 -104 387 -142 c 1\n 348 -187 289 -213 225 -213 c 0\n 127 -213 63 -158 63 -75 c 0\n 63 -54 66 -41 74 -14 c 1\n 159 -14 l 1\n 153 -35 151 -46 151 -59 c 0\n 151 -104 188 -136 238 -136 c 0\n 299 -136 350 -89 350 -34 c 0\n 350 -5 340 14 312 38 c 2\n 167 162 l 2\n 121 201 104 232 104 274 c 0\n 104 315 124 365 152 397 c 0\n 175 423 187 431 247 463 c 1\n 229 486 221 510 221 540 c 0\n 221 638 324 729 436 729 c 0\n 526 729 589 673 589 594 c 0\n 589 573 588 569 577 533 c 0\n 577 532 576 529 575 524 c 1\n236 229 m 2\n 374 108 l 1\n 438 141 471 183 471 231 c 0\n 471 261 450 296 418 322 c 2\n 287 428 l 1\n 217 388 192 357 192 309 c 0\n 192 277 202 258 236 229 c 2\nEndSplineSet\nEndChar\nStartChar: dieresis\nEncoding: 168 168 102\nWidth: 333\nFlags: W\nHStem: 612 103<181 263 342 424>\nDStem: 181 715 285 715 159 612 263 612 342 715 446 715 320 612 424 612\nFore\n285 715 m 1\n 263 612 l 1\n 159 612 l 1\n 181 715 l 1\n 285 715 l 1\n446 715 m 1\n 424 612 l 1\n 320 612 l 1\n 342 715 l 1\n 446 715 l 1\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 103\nWidth: 737\nFlags: W\nHStem: -22 62<359 377> 126.009 61.9911<402 418> 530 62<487 504> 680 62<502 535>\nVStem: 55 70<280 303> 249 72<283 314> 766 70<426 442>\nFore\n637 437 m 1\n 566 437 l 1\n 563 503 540 530 488 530 c 0\n 440 530 398 504 366 456 c 0\n 338 413 321 354 321 301 c 0\n 321 234 359 188 416 188 c 0\n 471 188 517 231 547 312 c 1\n 618 312 l 1\n 594 251 578 224 552 196 c 0\n 509 149 459 126 400 126 c 0\n 306 126 249 189 249 292 c 0\n 249 367 278 448 326 506 c 0\n 374 562 435 592 503 592 c 0\n 593 592 635 543 637 437 c 1\n530 742 m 0\n 707 742 836 614 836 440 c 0\n 836 200 607 -22 361 -22 c 0\n 184 -22 55 106 55 281 c 0\n 55 520 284 742 530 742 c 0\n516 680 m 0\n 314 680 125 493 125 293 c 0\n 125 147 231 40 375 40 c 0\n 577 40 766 227 766 428 c 0\n 766 573 660 680 516 680 c 0\nEndSplineSet\nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 104\nWidth: 370\nFlags: W\nHStem: 303 51<118 395> 399.012 49.9881<233 249> 403 44<414 417> 691 51<313 336>\nVStem: 136 60<478 488> 381.926 58.0743<659 660>\nFore\n406 354 m 1\n 395 303 l 1\n 107 303 l 1\n 118 354 l 1\n 406 354 l 1\n432 449 m 1\n 423 405 l 1\n 418 404 414 403 413 403 c 0\n 396 399 394 399 387 399 c 0\n 359 399 343 414 340 442 c 1\n 310 414 272 399 231 399 c 0\n 170 399 136 428 136 479 c 0\n 136 516 154 548 186 568 c 0\n 215 586 241 592 320 600 c 0\n 364 605 371 608 378 633 c 2\n 380 641 l 2\n 381 646 382 651 382 656 c 0\n 382 664 381 667 371 679 c 0\n 365 685 342 691 320 691 c 0\n 296 691 270 682 259 669 c 0\n 249 658 245 650 240 634 c 1\n 184 634 l 1\n 196 677 202 690 218 705 c 0\n 243 729 285 742 337 742 c 0\n 401 742 441 717 441 676 c 0\n 441 669 441 661 440 658 c 1\n 399 468 l 1\n 398 465 398 463 398 461 c 0\n 398 454 406 447 415 447 c 0\n 417 447 420 447 424 448 c 2\n 432 449 l 1\n353 515 m 2\n 363 566 l 1\n 346 560 336 558 312 555 c 0\n 255 547 242 544 224 533 c 0\n 208 523 196 503 196 486 c 0\n 196 461 214 449 249 449 c 0\n 294 449 347 483 353 515 c 2\nEndSplineSet\nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 105\nWidth: 556\nFlags: W\nDStem: 147 227 204 271 272 106 290 188 343 438 325 355 166 316 204 271 352 227 409 271 477 106 495 188 548 438 530 355 371 316 409 271\nFore\n147 227 m 1\n 166 316 l 1\n 343 438 l 1\n 325 355 l 1\n 204 271 l 1\n 290 188 l 1\n 272 106 l 1\n 147 227 l 1\n352 227 m 1\n 371 316 l 1\n 548 438 l 1\n 530 355 l 1\n 409 271 l 1\n 495 188 l 1\n 477 106 l 1\n 352 227 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: logicalnot\nEncoding: 172 172 106\nWidth: 584\nFlags: W\nHStem: 305 72<114 533>\nDStem: 114 377 619 377 99 305 558 86 534 305 619 377 488 86 558 86\nFore\n114 377 m 1\n 619 377 l 1\n 558 86 l 1\n 488 86 l 1\n 534 305 l 1\n 99 305 l 1\n 114 377 l 1\nEndSplineSet\nEndChar\nStartChar: softhyphen\nEncoding: 173 173 107\nWidth: 333\nFlags: HW\nRef: 45 45 N 1 0 0 1 0 0\nEndChar\nStartChar: registered\nEncoding: 174 174 107\nWidth: 737\nFlags: W\nHStem: -22 62<354 385> 325 63<356 487> 522 63<383 530> 680 62<503 535>\nVStem: 55 70<280 306> 510.491 74.9378<168 194> 528.556 70.7555<285 304> 574.994 76.0059<476 496> 766 70<415 442>\nDStem: 326 585 383 522 232 140 355 388 326 585 341 325 232 140 302 140\nFore\n341 325 m 1\n 302 140 l 1\n 232 140 l 1\n 326 585 l 1\n 532 585 l 2\n 613 585 651 557 651 496 c 0\n 651 470 644 440 633 418 c 0\n 621 395 606 381 571 360 c 1\n 594 342 600 331 600 304 c 0\n 600 294 598 277 592 248 c 0\n 587 216 585 205 585 194 c 0\n 585 180 588 173 597 165 c 1\n 592 140 l 1\n 514 140 l 1\n 511 152 510 158 510 168 c 0\n 510 194 511 197 525 253 c 0\n 527 264 529 276 529 285 c 0\n 529 312 511 325 475 325 c 2\n 341 325 l 1\n355 388 m 1\n 484 388 l 2\n 519 388 540 396 556 416 c 0\n 567 431 575 455 575 476 c 0\n 575 509 556 522 512 522 c 2\n 383 522 l 1\n 355 388 l 1\n530 742 m 0\n 707 742 836 614 836 440 c 0\n 836 200 607 -22 361 -22 c 0\n 184 -22 55 106 55 281 c 0\n 55 520 284 742 530 742 c 0\n516 680 m 0\n 314 680 125 493 125 293 c 0\n 125 147 231 40 375 40 c 0\n 577 40 766 227 766 428 c 0\n 766 573 660 680 516 680 c 0\nEndSplineSet\nEndChar\nStartChar: macron\nEncoding: 175 175 108\nWidth: 333\nFlags: W\nHStem: 627 69<175 435>\nFore\n450 696 m 1\n 435 627 l 1\n 160 627 l 1\n 175 696 l 1\n 450 696 l 1\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 109\nWidth: 606\nFlags: W\nHStem: 383 43<435 451> 643 43<435 451>\nVStem: 291 45<527 543> 549 45<527 543>\nFore\n442 686 m 0\n 526 686 594 618 594 535 c 0\n 594 450 526 383 441 383 c 0\n 359 383 291 452 291 535 c 128\n 291 618 359 686 442 686 c 0\n443 643 m 0\n 384 643 336 594 336 535 c 128\n 336 476 384 426 441 426 c 0\n 501 426 549 474 549 535 c 0\n 549 594 501 643 443 643 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: plusminus\nEncoding: 177 177 110\nWidth: 584\nFlags: W\nHStem: 0 72<65 534> 357 72<141 332 419 610> 357 276<403 418>\nDStem: 141 429 403 357 126 357 359 149 333 357 403 357 288 149 359 149 391 633 462 633 348 429 418 429\nFore\n625 429 m 1\n 610 357 l 1\n 403 357 l 1\n 359 149 l 1\n 288 149 l 1\n 333 357 l 1\n 126 357 l 1\n 141 429 l 1\n 348 429 l 1\n 391 633 l 1\n 462 633 l 1\n 418 429 l 1\n 625 429 l 1\n549 72 m 1\n 534 0 l 1\n 50 0 l 1\n 65 72 l 1\n 549 72 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: twosuperior\nEncoding: 178 178 111\nWidth: 390\nFlags: W\nHStem: 284 60<182 400> 654 55<324 347>\nVStem: 403 65<588 605>\nFore\n412 344 m 1\n 400 284 l 1\n 100 284 l 1\n 128 385 155 416 265 472 c 2\n 328 503 l 2\n 375 525 403 559 403 594 c 0\n 403 630 376 654 335 654 c 0\n 279 654 247 624 230 555 c 1\n 167 555 l 1\n 191 662 246 709 345 709 c 0\n 420 709 468 668 468 603 c 0\n 468 543 427 493 344 452 c 2\n 276 419 l 2\n 222 392 200 375 181 344 c 1\n 412 344 l 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 112\nWidth: 390\nFlags: W\nHStem: 270 55<246 268> 475 52<267 299> 654 55<327 340>\nVStem: 123 65<372 383> 365 65<416 434> 390 64.5529<605 608>\nFore\n256 474 m 1\n 267 527 l 1\n 279 527 l 1\n 283 527 l 2\n 356 527 390 552 390 606 c 0\n 390 636 366 654 328 654 c 0\n 296 654 269 642 252 619 c 0\n 243 608 238 596 231 565 c 1\n 168 565 l 1\n 181 613 191 636 211 657 c 0\n 242 691 286 709 338 709 c 0\n 409 709 455 673 455 618 c 0\n 455 567 436 535 386 504 c 1\n 417 489 430 467 430 434 c 0\n 430 340 351 270 247 270 c 0\n 167 270 123 307 123 373 c 0\n 123 383 124 392 126 414 c 1\n 190 414 l 1\n 189 402 l 1\n 188 393 188 387 188 381 c 0\n 188 347 215 325 256 325 c 0\n 321 325 365 365 365 425 c 0\n 365 457 336 475 287 475 c 0\n 280 475 272 475 256 474 c 1\nEndSplineSet\nEndChar\nStartChar: acute\nEncoding: 180 180 113\nWidth: 333\nFlags: W\nHStem: 720 20G<346 458>\nFore\n346 740 m 1\n 458 740 l 1\n 278 592 l 1\n 218 592 l 1\n 346 740 l 1\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 114\nWidth: 556\nFlags: W\nHStem: -22.9981 72.9981<231 266> 504 20G<176 260 509 593>\nDStem: 176 524 260 524 18 -220 183 160 176 524 150 6 18 -220 102 -220 509 524 593 524 446 227 500 88\nFore\n554 49 m 1\n 540 -14 l 1\n 534 -15 529 -16 527 -17 c 0\n 505 -22 499 -23 486 -23 c 0\n 432 -23 411 -5 411 41 c 0\n 411 45 412 52 414 60 c 1\n 360 4 300 -23 231 -23 c 0\n 194 -23 171 -15 150 6 c 1\n 102 -220 l 1\n 18 -220 l 1\n 176 524 l 1\n 260 524 l 1\n 183 160 l 2\n 181 150 180 141 180 130 c 0\n 180 80 213 50 266 50 c 0\n 352 50 423 120 446 227 c 1\n 509 524 l 1\n 593 524 l 1\n 500 88 l 1\n 499 85 499 81 499 77 c 0\n 499 57 512 46 537 46 c 0\n 543 46 546 47 554 49 c 1\nEndSplineSet\nEndChar\nStartChar: paragraph\nEncoding: 182 182 115\nWidth: 537\nFlags: W\nHStem: 665 64<460 542 607 663>\nDStem: 310 259 460 665 217 -178 281 -178 543 665 607 665 364 -178 428 -178\nFore\n677 729 m 1\n 663 665 l 1\n 607 665 l 1\n 428 -178 l 1\n 364 -178 l 1\n 543 665 l 1\n 460 665 l 1\n 281 -178 l 1\n 217 -178 l 1\n 310 259 l 1\n 207 262 145 329 145 436 c 0\n 145 588 281 729 427 729 c 2\n 677 729 l 1\nEndSplineSet\nEndChar\nStartChar: periodcentered\nEncoding: 183 183 116\nWidth: 278\nFlags: W\nHStem: 192 103<188 271>\nDStem: 188 295 293 295 166 192 271 192\nFore\n293 295 m 1\n 271 192 l 1\n 166 192 l 1\n 188 295 l 1\n 293 295 l 1\nEndSplineSet\nEndChar\nStartChar: cedilla\nEncoding: 184 184 117\nWidth: 333\nFlags: W\nHStem: -214 43<113 136> -20 20G<165 206>\nVStem: 186 77.1123<-118 -114>\nDStem: 165 0 206 0 115 -92 176 -56\nFore\n165 0 m 1\n 206 0 l 1\n 176 -56 l 1\n 189 -54 193 -54 197 -54 c 0\n 234 -54 264 -77 264 -105 c 0\n 264 -168 203 -214 119 -214 c 0\n 81 -214 52 -206 1 -180 c 1\n 29 -142 l 1\n 70 -163 95 -171 123 -171 c 0\n 160 -171 186 -148 186 -116 c 0\n 186 -104 172 -94 155 -94 c 0\n 151 -94 151 -94 135 -97 c 2\n 128 -98 l 1\n 115 -92 l 1\n 165 0 l 1\nEndSplineSet\nEndChar\nStartChar: onesuperior\nEncoding: 185 185 118\nWidth: 390\nFlags: W\nDStem: 215 626 393 709 205 580 303 284 302 580 393 709 239 284 303 284\nFore\n302 580 m 1\n 205 580 l 1\n 215 626 l 1\n 306 638 316 644 349 709 c 1\n 393 709 l 1\n 303 284 l 1\n 239 284 l 1\n 302 580 l 1\nEndSplineSet\nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 119\nWidth: 365\nFlags: W\nHStem: 303 51<125 377> 399 52<263 278> 690 52<322 338>\nVStem: 149 60<510 527> 392 60<607 629>\nFore\n388 354 m 1\n 377 303 l 1\n 114 303 l 1\n 125 354 l 1\n 388 354 l 1\n336 742 m 0\n 369 742 399 732 417 716 c 0\n 437 697 452 660 452 627 c 0\n 452 576 431 508 404 470 c 0\n 370 424 321 399 262 399 c 0\n 195 399 149 444 149 509 c 0\n 149 565 169 635 197 672 c 0\n 229 716 281 742 336 742 c 0\n327 690 m 0\n 261 690 209 618 209 525 c 0\n 209 478 234 451 276 451 c 0\n 341 451 392 524 392 617 c 0\n 392 662 367 690 327 690 c 0\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 120\nWidth: 556\nFlags: W\nDStem: 174 356 192 438 262 273 319 317 262 273 300 228 139 189 121 106 373 356 391 438 461 273 518 317 461 273 499 228 338 189 320 106\nFore\n319 317 m 1\n 300 228 l 1\n 121 106 l 1\n 139 189 l 1\n 262 273 l 1\n 174 356 l 1\n 192 438 l 1\n 319 317 l 1\n518 317 m 1\n 499 228 l 1\n 320 106 l 1\n 338 189 l 1\n 461 273 l 1\n 373 356 l 1\n 391 438 l 1\n 518 317 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nKernsSLIF: 65 -58 3 0 84 -132 3 0 86 -96 3 0 87 -68 3 0 89 -137 3 0 193 -58 3 0 196 -58 3 0 197 -58 3 0 198 -62 3 0\nEndChar\nStartChar: onequarter\nEncoding: 188 188 121\nWidth: 947\nFlags: W\nHStem: 0 21G<777 840> 100 55<689 797 874 926>\nDStem: 215 626 393 709 205 580 303 284 302 580 393 709 239 284 303 284 627 160 861 100 614 100 840 0 798 100 861 100 777 0 840 0 818 709 876 709 212 -20 270 -20 844 316 930 425 810 155 873 155 883 425 844 316 627 160 688 155\nFore\n302 580 m 1\n 205 580 l 1\n 215 626 l 1\n 306 638 316 644 349 709 c 1\n 393 709 l 1\n 303 284 l 1\n 239 284 l 1\n 302 580 l 1\n818 709 m 1\n 876 709 l 1\n 270 -20 l 1\n 212 -20 l 1\n 818 709 l 1\n798 100 m 1\n 614 100 l 1\n 627 160 l 1\n 883 425 l 1\n 930 425 l 1\n 873 155 l 1\n 938 155 l 1\n 926 100 l 1\n 861 100 l 1\n 840 0 l 1\n 777 0 l 1\n 798 100 l 1\n810 155 m 1\n 844 316 l 1\n 688 155 l 1\n 810 155 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: onehalf\nEncoding: 189 189 122\nWidth: 947\nFlags: W\nHStem: 0 60<679 897> 370 55<824 844>\nVStem: 900 65<309 321>\nDStem: 215 626 393 709 205 580 303 284 302 580 393 709 239 284 303 284 808 709 866 709 202 -20 260 -20\nFore\n302 580 m 1\n 205 580 l 1\n 215 626 l 1\n 306 638 316 644 349 709 c 1\n 393 709 l 1\n 303 284 l 1\n 239 284 l 1\n 302 580 l 1\n808 709 m 1\n 866 709 l 1\n 260 -20 l 1\n 202 -20 l 1\n 808 709 l 1\n909 60 m 1\n 897 0 l 1\n 597 0 l 1\n 625 101 652 132 762 188 c 2\n 825 219 l 2\n 872 241 900 275 900 310 c 0\n 900 346 873 370 832 370 c 0\n 776 370 744 340 727 271 c 1\n 664 271 l 1\n 688 378 743 425 842 425 c 0\n 917 425 965 384 965 319 c 0\n 965 259 924 209 841 168 c 2\n 773 135 l 2\n 719 108 697 91 678 60 c 1\n 909 60 l 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 123\nWidth: 947\nFlags: W\nHStem: 0 21G<777 840> 100 55<689 797 874 926> 270 55<246 268> 475 52<267 299> 654 55<327 340>\nVStem: 123 65<372 383> 365 65<416 434> 390 64.4781<604 608>\nDStem: 627 160 861 100 614 100 840 0 798 100 861 100 777 0 840 0 838 709 896 709 232 -20 290 -20 844 316 930 425 810 155 873 155 883 425 844 316 627 160 688 155\nFore\n256 474 m 1\n 267 527 l 1\n 279 527 l 1\n 283 527 l 2\n 356 527 390 552 390 606 c 0\n 390 636 366 654 328 654 c 0\n 296 654 269 642 252 619 c 0\n 243 608 238 596 231 565 c 1\n 168 565 l 1\n 181 613 191 636 211 657 c 0\n 242 691 286 709 338 709 c 0\n 409 709 455 673 455 618 c 0\n 455 567 436 535 386 504 c 1\n 417 489 430 467 430 434 c 0\n 430 340 351 270 247 270 c 0\n 167 270 123 307 123 373 c 0\n 123 383 124 392 126 414 c 1\n 190 414 l 1\n 189 402 l 1\n 188 393 188 387 188 381 c 0\n 188 347 215 325 256 325 c 0\n 321 325 365 365 365 425 c 0\n 365 457 336 475 287 475 c 0\n 280 475 272 475 256 474 c 1\n838 709 m 1\n 896 709 l 1\n 290 -20 l 1\n 232 -20 l 1\n 838 709 l 1\n798 100 m 1\n 614 100 l 1\n 627 160 l 1\n 883 425 l 1\n 930 425 l 1\n 873 155 l 1\n 938 155 l 1\n 926 100 l 1\n 861 100 l 1\n 840 0 l 1\n 777 0 l 1\n 798 100 l 1\n810 155 m 1\n 844 316 l 1\n 688 155 l 1\n 810 155 l 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: questiondown\nEncoding: 191 191 124\nWidth: 611\nFlags: W\nHStem: -216.813 76.8133<278 290> 421 103<386 454>\nVStem: 86.6492 94.3508<-72 -53>\nDStem: 344 325 434 325 334 278 422 270 386 524 476 524 364 421 454 421\nFore\n344 325 m 1\n 434 325 l 1\n 422 270 l 1\n 408 209 390 187 285 107 c 1\n 213 50 181 1 181 -53 c 0\n 181 -106 223 -140 288 -140 c 0\n 376 -140 424 -92 446 17 c 1\n 531 17 l 1\n 500 -138 410 -217 266 -217 c 0\n 199 -217 154 -200 121 -162 c 0\n 99 -137 86 -104 86 -72 c 0\n 86 -26 105 26 137 68 c 0\n 157 94 182 117 230 154 c 0\n 304 209 320 228 334 278 c 1\n 344 325 l 1\n364 421 m 1\n 386 524 l 1\n 476 524 l 1\n 454 421 l 1\n 364 421 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: Agrave\nEncoding: 192 192 125\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 551 653> 219 78<284 513> 709 20G<432 552>\nDStem: 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0\nFore\n524 219 m 1\n 239 219 l 1\n 116 0 l 1\n 17 0 l 1\n 432 729 l 1\n 552 729 l 1\n 653 0 l 1\n 551 0 l 1\n 524 219 l 1\n514 297 m 1\n 474 630 l 1\n 283 297 l 1\n 514 297 l 1\n483 939 m 1\n 555 791 l 1\n 502 791 l 1\n 377 939 l 1\n 483 939 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 -4 0 0 46 -2 0 0 67 -41 0 0 71 -41 0 0 79 -37 0 0 81 -38 0 0 84 -103 0 0 85 -42 0 0 86 -81 0 0 87 -57 0 0 89 -104 0 0\nEndChar\nStartChar: Aacute\nEncoding: 193 193 126\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 551 653> 219 78<284 513> 709 20G<432 552>\nDStem: 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0\nFore\n524 219 m 1\n 239 219 l 1\n 116 0 l 1\n 17 0 l 1\n 432 729 l 1\n 552 729 l 1\n 653 0 l 1\n 551 0 l 1\n 524 219 l 1\n514 297 m 1\n 474 630 l 1\n 283 297 l 1\n 514 297 l 1\n555 939 m 1\n 667 939 l 1\n 487 791 l 1\n 427 791 l 1\n 555 939 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 -4 0 0 45 -9 0 0 46 -3 0 0 67 -42 0 0 71 -42 0 0 79 -38 0 0 81 -39 0 0 84 -103 0 0 85 -43 0 0 86 -81 0 0 87 -57 0 0 89 -104 0 0 97 -16 0 0 98 -6 0 0 99 -17 0 0 100 -15 0 0 101 -23 0 0 103 -17 0 0 111 -20 0 0 113 -16 0 0 116 -23 0 0 117 -20 0 0 118 -40 0 0 119 -29 0 0 121 -44 0 0 171 -51 0 0 8217 -68 0 0 8249 -48 0 0\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 127\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 551 653> 219 78<284 513> 709 20G<432 552>\nDStem: 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0\nFore\n524 219 m 1\n 239 219 l 1\n 116 0 l 1\n 17 0 l 1\n 432 729 l 1\n 552 729 l 1\n 653 0 l 1\n 551 0 l 1\n 524 219 l 1\n514 297 m 1\n 474 630 l 1\n 283 297 l 1\n 514 297 l 1\n486 940 m 1\n 581 940 l 1\n 645 790 l 1\n 582 790 l 1\n 526 889 l 1\n 422 790 l 1\n 358 790 l 1\n 486 940 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 -4 0 0 46 -2 0 0 67 -41 0 0 71 -41 0 0 79 -37 0 0 81 -38 0 0 84 -103 0 0 85 -42 0 0 86 -81 0 0 87 -57 0 0 89 -104 0 0\nEndChar\nStartChar: Atilde\nEncoding: 195 195 128\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 551 653> 219 78<284 513> 709 20G<432 552> 811 70<571 581> 843 70<432 449>\nDStem: 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0\nFore\n524 219 m 1\n 239 219 l 1\n 116 0 l 1\n 17 0 l 1\n 432 729 l 1\n 552 729 l 1\n 653 0 l 1\n 551 0 l 1\n 524 219 l 1\n514 297 m 1\n 474 630 l 1\n 283 297 l 1\n 514 297 l 1\n627 918 m 1\n 680 918 l 1\n 659 853 617 811 572 811 c 0\n 550 811 533 815 469 837 c 0\n 458 841 448 843 442 843 c 0\n 423 843 411 837 399 819 c 0\n 397 817 395 814 392 810 c 1\n 339 810 l 1\n 351 845 359 862 371 877 c 0\n 387 898 418 913 443 913 c 0\n 460 913 477 909 516 896 c 0\n 542 887 569 881 579 881 c 0\n 599 881 609 889 627 918 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 44 -4 0 0 46 -4 0 0 67 -43 0 0 71 -42 0 0 79 -39 0 0 81 -40 0 0 84 -103 0 0 85 -44 0 0 86 -81 0 0 87 -57 0 0 89 -104 0 0\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 129\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 551 653> 219 78<284 513> 709 20G<432 552> 811 103<397 479 558 640>\nDStem: 397 914 501 914 375 811 479 811 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0 558 914 662 914 536 811 640 811\nFore\n524 219 m 1\n 239 219 l 1\n 116 0 l 1\n 17 0 l 1\n 432 729 l 1\n 552 729 l 1\n 653 0 l 1\n 551 0 l 1\n 524 219 l 1\n514 297 m 1\n 474 630 l 1\n 283 297 l 1\n 514 297 l 1\n501 914 m 1\n 479 811 l 1\n 375 811 l 1\n 397 914 l 1\n 501 914 l 1\n662 914 m 1\n 640 811 l 1\n 536 811 l 1\n 558 914 l 1\n 662 914 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nKernsSLIF: 44 -4 0 0 45 -8 0 0 46 -3 0 0 67 -42 0 0 71 -41 0 0 79 -38 0 0 81 -39 0 0 84 -103 0 0 85 -43 0 0 86 -81 0 0 87 -57 0 0 89 -104 0 0 97 -16 0 0 98 -5 0 0 99 -17 0 0 100 -14 0 0 103 -17 0 0 111 -19 0 0 113 -15 0 0 116 -22 0 0 117 -19 0 0 118 -40 0 0 119 -29 0 0 121 -44 0 0 171 -51 0 0 8217 -68 0 0 8221 -60 0 0 8249 -48 0 0\nEndChar\nStartChar: Aring\nEncoding: 197 197 130\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 551 653> 219 78<284 513> 709 20G<432 552> 778 44<498 508> 909 44<523 534>\nVStem: 425 46<848 859> 560 44.0744<873 880>\nDStem: 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0\nFore\n524 219 m 1\n 239 219 l 1\n 116 0 l 1\n 17 0 l 1\n 432 729 l 1\n 552 729 l 1\n 653 0 l 1\n 551 0 l 1\n 524 219 l 1\n514 297 m 1\n 474 630 l 1\n 283 297 l 1\n 514 297 l 1\n533 953 m 0\n 574 953 605 924 605 886 c 0\n 605 830 553 778 496 778 c 0\n 456 778 425 809 425 848 c 0\n 425 901 479 953 533 953 c 0\n526 909 m 0\n 498 909 471 883 471 857 c 0\n 471 836 486 822 506 822 c 0\n 533 822 560 848 560 874 c 0\n 560 894 545 909 526 909 c 0\nEndSplineSet\nKernsSLIF: 44 -4 0 0 45 -8 0 0 46 -2 0 0 67 -41 0 0 71 -41 0 0 79 -37 0 0 81 -38 0 0 84 -103 0 0 85 -42 0 0 86 -81 0 0 87 -57 0 0 89 -104 0 0 97 -16 0 0 98 -5 0 0 99 -16 0 0 100 -14 0 0 101 -22 0 0 103 -17 0 0 111 -19 0 0 113 -15 0 0 116 -22 0 0 117 -18 0 0 118 -40 0 0 119 -29 0 0 121 -44 0 0 171 -51 0 0 8217 -68 0 0 8221 -60 0 0 8249 -47 0 0\nEndChar\nStartChar: AE\nEncoding: 198 198 131\nWidth: 1000\nFlags: W\nHStem: 0 82<580 950> 214 81<294 512> 332 82<651 983> 647 82<505 604 699 1070>\nDStem: 465 729 505 647 11 0 293 295 465 729 244 214 11 0 114 0 513 214 632 332 468 0 579 82 513 214 967 82 468 0 950 0 605 647 699 647 531 295 650 414 605 647 1001 414 531 295 983 332\nFore\n513 214 m 1\n 244 214 l 1\n 114 0 l 1\n 11 0 l 1\n 465 729 l 1\n 1087 729 l 1\n 1070 647 l 1\n 699 647 l 1\n 650 414 l 1\n 1001 414 l 1\n 983 332 l 1\n 632 332 l 1\n 579 82 l 1\n 967 82 l 1\n 950 0 l 1\n 468 0 l 1\n 513 214 l 1\n531 295 m 1\n 605 647 l 1\n 505 647 l 1\n 293 295 l 1\n 531 295 l 1\nEndSplineSet\nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 132\nWidth: 722\nFlags: W\nHStem: -214 43<288 311> -23 81<369 384> 660 81<512 534>\nVStem: 112 96<241 268> 361 77.1123<-118 -114>\nDStem: 328 -21 368 -23 290 -92 351 -56\nFore\n368 -23 m 1\n 351 -56 l 1\n 364 -54 367 -54 372 -54 c 0\n 409 -54 439 -77 439 -105 c 0\n 439 -168 378 -214 294 -214 c 0\n 256 -214 227 -206 176 -180 c 1\n 204 -142 l 1\n 244 -163 270 -171 298 -171 c 0\n 335 -171 361 -148 361 -116 c 0\n 361 -104 347 -94 330 -94 c 0\n 325 -94 325 -94 310 -97 c 2\n 303 -98 l 1\n 290 -92 l 1\n 328 -21 l 1\n 261 -11 232 1 197 32 c 0\n 142 81 112 156 112 242 c 0\n 112 367 161 505 240 600 c 0\n 318 694 415 741 532 741 c 0\n 626 741 697 704 738 634 c 0\n 757 600 767 562 770 503 c 1\n 674 503 l 1\n 666 611 616 660 515 660 c 0\n 423 660 350 617 289 527 c 0\n 238 451 208 351 208 260 c 0\n 208 139 277 58 381 58 c 0\n 460 58 536 95 578 155 c 0\n 596 179 612 209 637 266 c 1\n 735 266 l 1\n 656 68 542 -21 368 -23 c 1\nEndSplineSet\nKernsSLIF: 65 -44 0 0\nEndChar\nStartChar: Egrave\nEncoding: 200 200 133\nWidth: 667\nFlags: W\nHStem: 0 82<202 613> 332 82<273 650> 647 82<322 734>\nDStem: 245 729 322 647 90 0 272 414 245 729 668 414 90 0 650 332 245 729 255 332 90 0 201 82 245 729 630 82 90 0 613 0\nFore\n255 332 m 1\n 201 82 l 1\n 630 82 l 1\n 613 0 l 1\n 90 0 l 1\n 245 729 l 1\n 751 729 l 1\n 734 647 l 1\n 322 647 l 1\n 272 414 l 1\n 668 414 l 1\n 650 332 l 1\n 255 332 l 1\n495 939 m 1\n 567 791 l 1\n 514 791 l 1\n 389 939 l 1\n 495 939 l 1\nEndSplineSet\nEndChar\nStartChar: Eacute\nEncoding: 201 201 134\nWidth: 667\nFlags: W\nHStem: 0 82<202 613> 332 82<273 650> 647 82<322 734>\nDStem: 245 729 322 647 90 0 272 414 245 729 668 414 90 0 650 332 245 729 255 332 90 0 201 82 245 729 630 82 90 0 613 0\nFore\n255 332 m 1\n 201 82 l 1\n 630 82 l 1\n 613 0 l 1\n 90 0 l 1\n 245 729 l 1\n 751 729 l 1\n 734 647 l 1\n 322 647 l 1\n 272 414 l 1\n 668 414 l 1\n 650 332 l 1\n 255 332 l 1\n582 939 m 1\n 694 939 l 1\n 514 791 l 1\n 454 791 l 1\n 582 939 l 1\nEndSplineSet\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 135\nWidth: 667\nFlags: W\nHStem: 0 82<202 613> 332 82<273 650> 647 82<322 734>\nDStem: 245 729 322 647 90 0 272 414 245 729 668 414 90 0 650 332 245 729 255 332 90 0 201 82 245 729 630 82 90 0 613 0\nFore\n255 332 m 1\n 201 82 l 1\n 630 82 l 1\n 613 0 l 1\n 90 0 l 1\n 245 729 l 1\n 751 729 l 1\n 734 647 l 1\n 322 647 l 1\n 272 414 l 1\n 668 414 l 1\n 650 332 l 1\n 255 332 l 1\n495 940 m 1\n 590 940 l 1\n 654 790 l 1\n 591 790 l 1\n 535 889 l 1\n 431 790 l 1\n 367 790 l 1\n 495 940 l 1\nEndSplineSet\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 136\nWidth: 667\nFlags: W\nHStem: 0 82<202 613> 332 82<273 650> 647 82<322 734> 811 103<401 483 562 644>\nDStem: 245 729 322 647 90 0 272 414 245 729 668 414 90 0 650 332 245 729 255 332 90 0 201 82 245 729 630 82 90 0 613 0 401 914 505 914 379 811 483 811 562 914 666 914 540 811 644 811\nFore\n255 332 m 1\n 201 82 l 1\n 630 82 l 1\n 613 0 l 1\n 90 0 l 1\n 245 729 l 1\n 751 729 l 1\n 734 647 l 1\n 322 647 l 1\n 272 414 l 1\n 668 414 l 1\n 650 332 l 1\n 255 332 l 1\n505 914 m 1\n 483 811 l 1\n 379 811 l 1\n 401 914 l 1\n 505 914 l 1\n666 914 m 1\n 644 811 l 1\n 540 811 l 1\n 562 914 l 1\n 666 914 l 1\nEndSplineSet\nEndChar\nStartChar: Igrave\nEncoding: 204 204 137\nWidth: 278\nFlags: W\nHStem: 0 21G<100 194> 709 20G<255 349>\nDStem: 255 729 349 729 100 0 194 0\nFore\n349 729 m 1\n 194 0 l 1\n 100 0 l 1\n 255 729 l 1\n 349 729 l 1\n306 939 m 1\n 378 791 l 1\n 325 791 l 1\n 200 939 l 1\n 306 939 l 1\nEndSplineSet\nEndChar\nStartChar: Iacute\nEncoding: 205 205 138\nWidth: 278\nFlags: W\nHStem: 0 21G<100 194> 709 20G<255 349>\nDStem: 255 729 349 729 100 0 194 0\nFore\n349 729 m 1\n 194 0 l 1\n 100 0 l 1\n 255 729 l 1\n 349 729 l 1\n367 939 m 1\n 479 939 l 1\n 299 791 l 1\n 239 791 l 1\n 367 939 l 1\nEndSplineSet\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 139\nWidth: 278\nFlags: W\nHStem: 0 21G<100 194> 709 20G<255 349>\nDStem: 255 729 349 729 100 0 194 0\nFore\n349 729 m 1\n 194 0 l 1\n 100 0 l 1\n 255 729 l 1\n 349 729 l 1\n295 940 m 1\n 390 940 l 1\n 454 790 l 1\n 391 790 l 1\n 335 889 l 1\n 231 790 l 1\n 167 790 l 1\n 295 940 l 1\nEndSplineSet\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 140\nWidth: 278\nFlags: W\nHStem: 0 21G<100 194> 709 20G<255 349> 804 103<202 284 363 445>\nDStem: 202 907 306 907 180 804 284 804 255 729 349 729 100 0 194 0 363 907 467 907 341 804 445 804\nFore\n349 729 m 1\n 194 0 l 1\n 100 0 l 1\n 255 729 l 1\n 349 729 l 1\n306 907 m 1\n 284 804 l 1\n 180 804 l 1\n 202 907 l 1\n 306 907 l 1\n467 907 m 1\n 445 804 l 1\n 341 804 l 1\n 363 907 l 1\n 467 907 l 1\nEndSplineSet\nEndChar\nStartChar: Eth\nEncoding: 208 208 141\nWidth: 722\nFlags: W\nHStem: 0 82<201 393> 341 67<106 160 271 422> 647 82<321 505>\nVStem: 663 96<464 496>\nDStem: 161 341 255 341 89 0 200 82 244 729 321 647 176 408 270 408\nFore\n161 341 m 1\n 93 341 l 1\n 106 408 l 1\n 176 408 l 1\n 244 729 l 1\n 526 729 l 2\n 591 729 644 711 682 677 c 0\n 729 635 759 561 759 488 c 0\n 759 363 711 217 643 134 c 0\n 570 45 479 0 371 0 c 2\n 89 0 l 1\n 161 341 l 1\n255 341 m 1\n 200 82 l 1\n 372 82 l 2\n 463 82 539 125 591 205 c 0\n 631 268 663 389 663 480 c 0\n 663 585 599 647 492 647 c 2\n 321 647 l 1\n 270 408 l 1\n 436 408 l 1\n 422 341 l 1\n 255 341 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 142\nWidth: 722\nFlags: W\nHStem: 0 21G<76 165 540 646> 709 20G<231 335 712 801> 811 70<613 623> 843 70<476 492>\nDStem: 231 729 291 591 76 0 165 0 291 591 335 729 540 0 585 131 712 729 801 729 585 131 646 0\nFore\n801 729 m 1\n 646 0 l 1\n 540 0 l 1\n 291 591 l 1\n 165 0 l 1\n 76 0 l 1\n 231 729 l 1\n 335 729 l 1\n 585 131 l 1\n 712 729 l 1\n 801 729 l 1\n669 918 m 1\n 722 918 l 1\n 701 853 659 811 614 811 c 0\n 592 811 575 815 511 837 c 0\n 500 841 490 843 484 843 c 0\n 465 843 453 837 441 819 c 0\n 439 817 437 814 434 810 c 1\n 381 810 l 1\n 393 845 401 862 413 877 c 0\n 429 898 460 913 485 913 c 0\n 502 913 519 909 558 896 c 0\n 584 887 611 881 621 881 c 0\n 641 881 651 889 669 918 c 1\nEndSplineSet\nEndChar\nStartChar: Ograve\nEncoding: 210 210 143\nWidth: 778\nFlags: W\nHStem: -23 81<390 408> 660 81<520 540>\nVStem: 104 96<249 281> 732 96<441 466>\nFore\n537 741 m 0\n 628 741 707 713 756 664 c 0\n 800 619 828 543 828 464 c 0\n 828 306 752 144 635 54 c 0\n 570 4 485 -23 391 -23 c 0\n 306 -23 225 6 177 54 c 0\n 131 100 104 177 104 263 c 0\n 104 390 157 522 246 614 c 0\n 327 699 424 741 537 741 c 0\n525 660 m 0\n 431 660 342 613 284 533 c 0\n 231 460 200 363 200 271 c 0\n 200 213 214 164 241 130 c 0\n 276 86 339 58 404 58 c 0\n 501 58 589 104 647 185 c 0\n 700 257 732 355 732 446 c 0\n 732 505 718 553 691 588 c 0\n 657 632 593 660 525 660 c 0\n538 939 m 1\n 610 791 l 1\n 557 791 l 1\n 432 939 l 1\n 538 939 l 1\nEndSplineSet\nKernsSLIF: 84 -54 0 0 86 -48 0 0 89 -71 0 0\nEndChar\nStartChar: Oacute\nEncoding: 211 211 144\nWidth: 778\nFlags: W\nHStem: -23 81<390 408> 660 81<520 539>\nVStem: 104 96<249 281> 732 96<441 466>\nFore\n537 741 m 0\n 628 741 707 713 756 664 c 0\n 800 619 828 543 828 464 c 0\n 828 306 752 144 635 54 c 0\n 570 4 485 -23 391 -23 c 0\n 306 -23 225 6 177 54 c 0\n 131 100 104 177 104 263 c 0\n 104 390 157 522 246 614 c 0\n 327 699 424 741 537 741 c 0\n525 660 m 0\n 431 660 342 613 284 533 c 0\n 231 460 200 363 200 271 c 0\n 200 213 214 164 241 130 c 0\n 276 86 339 58 404 58 c 0\n 501 58 589 104 647 185 c 0\n 700 257 732 355 732 446 c 0\n 732 505 718 553 691 588 c 0\n 657 632 593 660 525 660 c 0\n621 939 m 1\n 733 939 l 1\n 553 791 l 1\n 493 791 l 1\n 621 939 l 1\nEndSplineSet\nKernsSLIF: 65 -43 0 0 84 -54 0 0 86 -48 0 0 87 -25 0 0 89 -71 0 0\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 145\nWidth: 778\nFlags: W\nHStem: -23 81<390 412> 660 81<520 540>\nVStem: 104 96<249 281> 732 96<441 466>\nFore\n537 741 m 0\n 628 741 707 713 756 664 c 0\n 800 619 828 543 828 464 c 0\n 828 306 752 144 635 54 c 0\n 570 4 485 -23 391 -23 c 0\n 306 -23 225 6 177 54 c 0\n 131 100 104 177 104 263 c 0\n 104 390 157 522 246 614 c 0\n 327 699 424 741 537 741 c 0\n525 660 m 0\n 431 660 342 613 284 533 c 0\n 231 460 200 363 200 271 c 0\n 200 213 214 164 241 130 c 0\n 276 86 339 58 404 58 c 0\n 501 58 589 104 647 185 c 0\n 700 257 732 355 732 446 c 0\n 732 505 718 553 691 588 c 0\n 657 632 593 660 525 660 c 0\n538 940 m 1\n 633 940 l 1\n 697 790 l 1\n 634 790 l 1\n 578 889 l 1\n 474 790 l 1\n 410 790 l 1\n 538 940 l 1\nEndSplineSet\nKernsSLIF: 84 -54 0 0 86 -48 0 0 89 -71 0 0\nEndChar\nStartChar: Otilde\nEncoding: 213 213 146\nWidth: 778\nFlags: W\nHStem: -23 81<390 408> 660 81<508 539> 811 70<637 649> 843 70<504 512>\nVStem: 104 96<249 281> 732 96<441 466>\nFore\n537 741 m 0\n 628 741 707 713 756 664 c 0\n 800 619 828 543 828 464 c 0\n 828 306 752 144 635 54 c 0\n 570 4 485 -23 391 -23 c 0\n 306 -23 225 6 177 54 c 0\n 131 100 104 177 104 263 c 0\n 104 390 157 522 246 614 c 0\n 327 699 424 741 537 741 c 0\n525 660 m 0\n 431 660 342 613 284 533 c 0\n 231 460 200 363 200 271 c 0\n 200 213 214 164 241 130 c 0\n 276 86 339 58 404 58 c 0\n 501 58 589 104 647 185 c 0\n 700 257 732 355 732 446 c 0\n 732 505 718 553 691 588 c 0\n 657 632 593 660 525 660 c 0\n694 918 m 1\n 747 918 l 1\n 726 853 684 811 639 811 c 0\n 617 811 600 815 536 837 c 0\n 525 841 515 843 509 843 c 0\n 490 843 478 837 466 819 c 0\n 464 817 462 814 459 810 c 1\n 406 810 l 1\n 418 845 426 862 438 877 c 0\n 454 898 485 913 510 913 c 0\n 527 913 544 909 583 896 c 0\n 609 887 636 881 646 881 c 0\n 666 881 676 889 694 918 c 1\nEndSplineSet\nKernsSLIF: 84 -54 0 0 86 -48 0 0 89 -71 0 0\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 147\nWidth: 778\nFlags: W\nHStem: -23 81<390 408> 660 81<520 539> 811 103<446 528 607 689>\nVStem: 104 96<249 281> 732 96<441 466>\nDStem: 446 914 550 914 424 811 528 811 607 914 711 914 585 811 689 811\nFore\n537 741 m 0\n 628 741 707 713 756 664 c 0\n 800 619 828 543 828 464 c 0\n 828 306 752 144 635 54 c 0\n 570 4 485 -23 391 -23 c 0\n 306 -23 225 6 177 54 c 0\n 131 100 104 177 104 263 c 0\n 104 390 157 522 246 614 c 0\n 327 699 424 741 537 741 c 0\n525 660 m 0\n 431 660 342 613 284 533 c 0\n 231 460 200 363 200 271 c 0\n 200 213 214 164 241 130 c 0\n 276 86 339 58 404 58 c 0\n 501 58 589 104 647 185 c 0\n 700 257 732 355 732 446 c 0\n 732 505 718 553 691 588 c 0\n 657 632 593 660 525 660 c 0\n550 914 m 1\n 528 811 l 1\n 424 811 l 1\n 446 914 l 1\n 550 914 l 1\n711 914 m 1\n 689 811 l 1\n 585 811 l 1\n 607 914 l 1\n 711 914 l 1\nEndSplineSet\nKernsSLIF: 65 -43 0 0 84 -54 0 0 86 -48 0 0 87 -25 0 0 88 -52 0 0 89 -71 0 0\nEndChar\nStartChar: multiply\nEncoding: 215 215 148\nWidth: 584\nFlags: W\nDStem: 176 377 236 426 291 231 351 281 291 231 330 181 113 84 152 35 330 181 390 231 446 34 507 84 529 427 568 377 351 281 390 231\nFore\n529 427 m 1\n 568 377 l 1\n 390 231 l 1\n 507 84 l 1\n 446 34 l 1\n 330 181 l 1\n 152 35 l 1\n 113 84 l 1\n 291 231 l 1\n 176 377 l 1\n 236 426 l 1\n 351 281 l 1\n 529 427 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Oslash\nEncoding: 216 216 149\nWidth: 778\nFlags: W\nHStem: -23 81<377 400> 660 81<496 528>\nVStem: 88 96<248 296> 716 96<440 472>\nDStem: 126 100 158 57 32 15 67 -24 672 592 700 546 202 168 230 123 832 735 867 696 745 657 775 613\nFore\n32 15 m 1\n 126 100 l 1\n 102 141 88 205 88 268 c 0\n 88 390 142 522 229 614 c 0\n 309 698 407 741 519 741 c 0\n 616 741 701 709 745 657 c 1\n 832 735 l 1\n 867 696 l 1\n 775 613 l 1\n 800 570 812 519 812 463 c 0\n 812 305 734 140 618 54 c 0\n 550 4 467 -23 378 -23 c 0\n 285 -23 209 5 158 57 c 1\n 67 -24 l 1\n 32 15 l 1\n202 168 m 1\n 672 592 l 1\n 636 635 575 660 508 660 c 0\n 327 660 184 486 184 265 c 0\n 184 225 189 198 202 168 c 1\n700 546 m 1\n 230 123 l 1\n 264 83 325 58 391 58 c 0\n 484 58 574 106 632 185 c 0\n 684 256 716 355 716 443 c 0\n 716 485 710 521 700 546 c 1\nEndSplineSet\nKernsSLIF: 65 -47 0 0\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 150\nWidth: 722\nFlags: HW\nFore\n514 939 m 1\n 586 791 l 1\n 532 791 l 1\n 408 939 l 1\n 514 939 l 1\n706 729 m 1\n 800 729 l 1\n 691 217 l 2\n 660 71 531 -23 363 -23 c 0\n 286 -23 220 -2 179 35 c 0\n 147 64 124 114 124 155 c 0\n 124 171 131 217 138 251 c 1\n 240 729 l 1\n 334 729 l 1\n 225 217 l 2\n 222 202 220 187 220 174 c 0\n 220 104 285 58 381 58 c 0\n 494 58 576 118 597 217 c 2\n 706 729 l 1\nEndSplineSet\nKernsSLIF: 65 -45 0 0\nEndChar\nStartChar: Uacute\nEncoding: 218 218 151\nWidth: 722\nFlags: W\nHStem: -23 81<362 383> 709 20G<240 334 706 800>\nVStem: 124.895 95.2169<155 174>\nDStem: 240 729 334 729 138 251 225 217 706 729 800 729 597 217 691 217\nFore\n591 939 m 1\n 703 939 l 1\n 523 791 l 1\n 463 791 l 1\n 591 939 l 1\n706 729 m 1\n 800 729 l 1\n 691 217 l 2\n 660 71 531 -23 363 -23 c 0\n 286 -23 220 -2 179 35 c 0\n 147 64 124 114 124 155 c 0\n 124 171 131 217 138 251 c 1\n 240 729 l 1\n 334 729 l 1\n 225 217 l 2\n 222 202 220 187 220 174 c 0\n 220 104 285 58 381 58 c 0\n 494 58 576 118 597 217 c 2\n 706 729 l 1\nEndSplineSet\nKernsSLIF: 44 -35 0 0 46 -32 0 0 65 -45 0 0 109 -17 0 0 110 -16 0 0 112 -8 0 0 114 -16 0 0\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 152\nWidth: 722\nFlags: W\nHStem: -23 81<362 391> 709 20G<240 334 706 800>\nVStem: 124.895 95.2169<155 174>\nDStem: 240 729 334 729 138 251 225 217 706 729 800 729 597 217 691 217\nFore\n517 940 m 1\n 611 940 l 1\n 676 790 l 1\n 612 790 l 1\n 556 889 l 1\n 453 790 l 1\n 389 790 l 1\n 517 940 l 1\n706 729 m 1\n 800 729 l 1\n 691 217 l 2\n 660 71 531 -23 363 -23 c 0\n 286 -23 220 -2 179 35 c 0\n 147 64 124 114 124 155 c 0\n 124 171 131 217 138 251 c 1\n 240 729 l 1\n 334 729 l 1\n 225 217 l 2\n 222 202 220 187 220 174 c 0\n 220 104 285 58 381 58 c 0\n 494 58 576 118 597 217 c 2\n 706 729 l 1\nEndSplineSet\nKernsSLIF: 65 -45 0 0\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 153\nWidth: 722\nFlags: W\nHStem: -23 81<362 383> 709 20G<240 334 706 800> 811 103<428 509 589 670>\nVStem: 124.895 95.2169<155 174>\nDStem: 240 729 334 729 138 251 225 217 428 914 532 914 406 811 509 811 589 914 693 914 567 811 670 811 706 729 800 729 597 217 691 217\nFore\n532 914 m 1\n 509 811 l 1\n 406 811 l 1\n 428 914 l 1\n 532 914 l 1\n693 914 m 1\n 670 811 l 1\n 567 811 l 1\n 589 914 l 1\n 693 914 l 1\n706 729 m 1\n 800 729 l 1\n 691 217 l 2\n 660 71 531 -23 363 -23 c 0\n 286 -23 220 -2 179 35 c 0\n 147 64 124 114 124 155 c 0\n 124 171 131 217 138 251 c 1\n 240 729 l 1\n 334 729 l 1\n 225 217 l 2\n 222 202 220 187 220 174 c 0\n 220 104 285 58 381 58 c 0\n 494 58 576 118 597 217 c 2\n 706 729 l 1\nEndSplineSet\nKernsSLIF: 44 -35 0 0 46 -32 0 0 65 -44 0 0 98 -8 0 0 109 -17 0 0 110 -16 0 0 112 -8 0 0 114 -16 0 0\nEndChar\nStartChar: Yacute\nEncoding: 221 221 154\nWidth: 667\nFlags: W\nHStem: 0 21G<293 387> 709 20G<168 280 705 816>\nDStem: 354 286 448 286 293 0 387 0 705 729 816 729 416 372 448 286\nFore\n448 286 m 1\n 387 0 l 1\n 293 0 l 1\n 354 286 l 1\n 168 729 l 1\n 280 729 l 1\n 416 372 l 1\n 705 729 l 1\n 816 729 l 1\n 448 286 l 1\n564 939 m 1\n 676 939 l 1\n 496 791 l 1\n 436 791 l 1\n 564 939 l 1\nEndSplineSet\nEndChar\nStartChar: Thorn\nEncoding: 222 222 155\nWidth: 667\nFlags: W\nHStem: 0 21G<91 185> 191 82<244 459> 529 82<316 507> 709 20G<246 340>\nVStem: 612 96<431 448>\nDStem: 246 729 340 729 91 0 315 611 246 729 297 529 91 0 243 273 246 729 226 191 91 0 185 0\nFore\n226 191 m 1\n 185 0 l 1\n 91 0 l 1\n 246 729 l 1\n 340 729 l 1\n 315 611 l 1\n 523 611 l 2\n 645 611 708 556 708 450 c 0\n 708 369 672 293 609 243 c 0\n 564 207 517 191 454 191 c 2\n 226 191 l 1\n243 273 m 1\n 437 273 l 2\n 501 273 544 292 577 334 c 0\n 600 364 612 397 612 432 c 0\n 612 495 570 529 492 529 c 2\n 297 529 l 1\n 243 273 l 1\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 156\nWidth: 611\nFlags: W\nHStem: -15 79<294 328> 0 21G<55 143> 354 73<373.125 400.15> 652 76<422 444>\nVStem: 518 94<252 269> 555 91<563 585>\nDStem: 168 532 252 510 55 0 143 0\nFore\n373 427 m 1\n 493 427 539 481 552 540 c 0\n 554 548 555 556 555 564 c 0\n 555 616 512 652 424 652 c 0\n 311 652 270 595 252 510 c 2\n 143 0 l 1\n 55 0 l 1\n 168 532 l 2\n 193 647 291 728 441 728 c 0\n 571 728 646 673 646 585 c 0\n 646 573 644 561 642 548 c 0\n 621 451 554 415 528 400 c 1\n 586 383 612 321 612 267 c 0\n 612 255 611 244 609 234 c 0\n 571 57 447 -15 304 -15 c 0\n 275 -15 266 -11 253 -8 c 1\n 268 67 l 1\n 283 65 298 64 312 64 c 0\n 421 64 492 113 514 214 c 0\n 517 229 518 242 518 254 c 0\n 518 328 461 354 373 354 c 2\n 357 354 l 1\n 373 427 l 1\nEndSplineSet\nBack\n376 349 m 1\n 394 431 l 1\n 492 430 567 488 567 565 c 0\n 567 619 530 652 468 652 c 0\n 391 652 340 612 324 538 c 1\n 210 0 l 1\n 126 0 l 1\n 240 538 l 2\n 254 604 275 639 321 676 c 0\n 367 713 414 729 473 729 c 0\n 586 729 655 673 655 582 c 0\n 655 502 612 437 535 403 c 1\n 592 378 619 337 619 278 c 0\n 619 211 592 134 552 82 c 0\n 497 11 422 -23 324 -23 c 0\n 311 -23 306 -22 298 -19 c 1\n 315 59 l 1\n 325 59 l 2\n 334 58 341 58 344 58 c 0\n 448 58 531 144 531 251 c 0\n 531 317 491 349 407 349 c 2\n 397 349 l 1\n 376 349 l 1\nEndSplineSet\nEndChar\nStartChar: agrave\nEncoding: 224 224 157\nWidth: 556\nFlags: W\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 391> 720 20G<285 391>\nVStem: 65 88<104 121> 477.989 90.0112<398 426>\nDStem: 451 258 562 389 431 164 498 88\nFore\n552 51 m 1\n 539 -14 l 1\n 533 -15 527 -16 525 -17 c 0\n 500 -23 497 -23 486 -23 c 0\n 438 -23 410 2 410 43 c 2\n 410 47 l 1\n 410 54 l 1\n 369 18 354 8 322 -3 c 0\n 286 -16 244 -23 209 -23 c 0\n 119 -23 65 25 65 105 c 0\n 65 163 95 216 147 249 c 0\n 196 280 238 290 372 302 c 0\n 445 309 464 320 473 361 c 1\n 476 379 l 1\n 477 387 478 394 478 398 c 0\n 478 435 432 462 372 462 c 0\n 329 462 287 447 265 425 c 0\n 251 411 244 397 235 369 c 1\n 151 369 l 1\n 170 480 255 539 394 539 c 0\n 499 539 568 494 568 426 c 0\n 568 416 568 416 562 389 c 1\n 498 88 l 1\n 497 85 497 82 497 78 c 0\n 497 58 509 49 535 49 c 0\n 539 49 543 49 552 51 c 1\n431 164 m 2\n 451 258 l 1\n 407 243 399 242 305 229 c 0\n 256 222 226 214 202 199 c 0\n 172 181 153 148 153 115 c 0\n 153 73 185 49 242 49 c 0\n 330 49 418 102 431 164 c 2\n391 740 m 1\n 463 592 l 1\n 410 592 l 1\n 285 740 l 1\n 391 740 l 1\nEndSplineSet\nKernsSLIF: 118 -26 0 0 119 -16 0 0 121 -33 0 0\nEndChar\nStartChar: aacute\nEncoding: 225 225 158\nWidth: 556\nFlags: W\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 391> 720 20G<458 570>\nVStem: 65 88<104 121> 477.989 90.0112<398 426>\nDStem: 451 258 562 389 431 164 498 88\nFore\n552 51 m 1\n 539 -14 l 1\n 533 -15 527 -16 525 -17 c 0\n 500 -23 497 -23 486 -23 c 0\n 438 -23 410 2 410 43 c 2\n 410 47 l 1\n 410 54 l 1\n 369 18 354 8 322 -3 c 0\n 286 -16 244 -23 209 -23 c 0\n 119 -23 65 25 65 105 c 0\n 65 163 95 216 147 249 c 0\n 196 280 238 290 372 302 c 0\n 445 309 464 320 473 361 c 1\n 476 379 l 1\n 477 387 478 394 478 398 c 0\n 478 435 432 462 372 462 c 0\n 329 462 287 447 265 425 c 0\n 251 411 244 397 235 369 c 1\n 151 369 l 1\n 170 480 255 539 394 539 c 0\n 499 539 568 494 568 426 c 0\n 568 416 568 416 562 389 c 1\n 498 88 l 1\n 497 85 497 82 497 78 c 0\n 497 58 509 49 535 49 c 0\n 539 49 543 49 552 51 c 1\n431 164 m 2\n 451 258 l 1\n 407 243 399 242 305 229 c 0\n 256 222 226 214 202 199 c 0\n 172 181 153 148 153 115 c 0\n 153 73 185 49 242 49 c 0\n 330 49 418 102 431 164 c 2\n458 740 m 1\n 570 740 l 1\n 390 592 l 1\n 330 592 l 1\n 458 740 l 1\nEndSplineSet\nKernsSLIF: 118 -26 0 0 119 -16 0 0 121 -33 0 0\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 159\nWidth: 556\nFlags: W\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 385> 721 20G<393 488>\nVStem: 65 88<104 121> 477.989 90.0112<398 426>\nDStem: 451 258 562 389 431 164 498 88\nFore\n552 51 m 1\n 539 -14 l 1\n 533 -15 527 -16 525 -17 c 0\n 500 -23 497 -23 486 -23 c 0\n 438 -23 410 2 410 43 c 2\n 410 47 l 1\n 410 54 l 1\n 369 18 354 8 322 -3 c 0\n 286 -16 244 -23 209 -23 c 0\n 119 -23 65 25 65 105 c 0\n 65 163 95 216 147 249 c 0\n 196 280 238 290 372 302 c 0\n 445 309 464 320 473 361 c 1\n 476 379 l 1\n 477 387 478 394 478 398 c 0\n 478 435 432 462 372 462 c 0\n 329 462 287 447 265 425 c 0\n 251 411 244 397 235 369 c 1\n 151 369 l 1\n 170 480 255 539 394 539 c 0\n 499 539 568 494 568 426 c 0\n 568 416 568 416 562 389 c 1\n 498 88 l 1\n 497 85 497 82 497 78 c 0\n 497 58 509 49 535 49 c 0\n 539 49 543 49 552 51 c 1\n431 164 m 2\n 451 258 l 1\n 407 243 399 242 305 229 c 0\n 256 222 226 214 202 199 c 0\n 172 181 153 148 153 115 c 0\n 153 73 185 49 242 49 c 0\n 330 49 418 102 431 164 c 2\n393 741 m 1\n 488 741 l 1\n 552 591 l 1\n 489 591 l 1\n 433 690 l 1\n 329 591 l 1\n 265 591 l 1\n 393 741 l 1\nEndSplineSet\nEndChar\nStartChar: atilde\nEncoding: 227 227 160\nWidth: 556\nFlags: W\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 385> 612 70<473 487> 644 70<337 353>\nVStem: 65 88<104 121> 477.989 90.0112<398 426>\nDStem: 451 258 562 389 431 164 498 88\nFore\n552 51 m 1\n 539 -14 l 1\n 533 -15 527 -16 525 -17 c 0\n 500 -23 497 -23 486 -23 c 0\n 438 -23 410 2 410 43 c 2\n 410 47 l 1\n 410 54 l 1\n 369 18 354 8 322 -3 c 0\n 286 -16 244 -23 209 -23 c 0\n 119 -23 65 25 65 105 c 0\n 65 163 95 216 147 249 c 0\n 196 280 238 290 372 302 c 0\n 445 309 464 320 473 361 c 1\n 476 379 l 1\n 477 387 478 394 478 398 c 0\n 478 435 432 462 372 462 c 0\n 329 462 287 447 265 425 c 0\n 251 411 244 397 235 369 c 1\n 151 369 l 1\n 170 480 255 539 394 539 c 0\n 499 539 568 494 568 426 c 0\n 568 416 568 416 562 389 c 1\n 498 88 l 1\n 497 85 497 82 497 78 c 0\n 497 58 509 49 535 49 c 0\n 539 49 543 49 552 51 c 1\n431 164 m 2\n 451 258 l 1\n 407 243 399 242 305 229 c 0\n 256 222 226 214 202 199 c 0\n 172 181 153 148 153 115 c 0\n 153 73 185 49 242 49 c 0\n 330 49 418 102 431 164 c 2\n530 719 m 1\n 583 719 l 1\n 562 654 520 612 475 612 c 0\n 453 612 436 616 372 638 c 0\n 361 642 351 644 345 644 c 0\n 326 644 314 638 302 620 c 0\n 300 618 298 615 295 611 c 1\n 242 611 l 1\n 254 646 262 663 274 678 c 0\n 290 699 321 714 346 714 c 0\n 363 714 380 710 419 697 c 0\n 445 688 472 682 482 682 c 0\n 502 682 512 690 530 719 c 1\nEndSplineSet\nEndChar\nStartChar: adieresis\nEncoding: 228 228 161\nWidth: 556\nFlags: W\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 385> 612 103<299 381 460 542>\nVStem: 65 88<104 121> 477.989 90.0112<398 426>\nDStem: 299 715 403 715 277 612 381 612 451 258 562 389 431 164 498 88 460 715 564 715 438 612 542 612\nFore\n552 51 m 1\n 539 -14 l 1\n 533 -15 527 -16 525 -17 c 0\n 500 -23 497 -23 486 -23 c 0\n 438 -23 410 2 410 43 c 2\n 410 47 l 1\n 410 54 l 1\n 369 18 354 8 322 -3 c 0\n 286 -16 244 -23 209 -23 c 0\n 119 -23 65 25 65 105 c 0\n 65 163 95 216 147 249 c 0\n 196 280 238 290 372 302 c 0\n 445 309 464 320 473 361 c 1\n 476 379 l 1\n 477 387 478 394 478 398 c 0\n 478 435 432 462 372 462 c 0\n 329 462 287 447 265 425 c 0\n 251 411 244 397 235 369 c 1\n 151 369 l 1\n 170 480 255 539 394 539 c 0\n 499 539 568 494 568 426 c 0\n 568 416 568 416 562 389 c 1\n 498 88 l 1\n 497 85 497 82 497 78 c 0\n 497 58 509 49 535 49 c 0\n 539 49 543 49 552 51 c 1\n431 164 m 2\n 451 258 l 1\n 407 243 399 242 305 229 c 0\n 256 222 226 214 202 199 c 0\n 172 181 153 148 153 115 c 0\n 153 73 185 49 242 49 c 0\n 330 49 418 102 431 164 c 2\n403 715 m 1\n 381 612 l 1\n 277 612 l 1\n 299 715 l 1\n 403 715 l 1\n564 715 m 1\n 542 612 l 1\n 438 612 l 1\n 460 715 l 1\n 564 715 l 1\nEndSplineSet\nKernsSLIF: 118 -26 0 0 119 -16 0 0 121 -33 0 0\nEndChar\nStartChar: aring\nEncoding: 229 229 162\nWidth: 556\nFlags: W\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 385> 579 44<406 417> 710 44<430 442>\nVStem: 65 88<104 121> 333 46<649 660> 468 44.0744<674 681> 477.989 90.0112<398 426>\nDStem: 451 258 562 389 431 164 498 88\nFore\n552 51 m 1\n 539 -14 l 1\n 533 -15 527 -16 525 -17 c 0\n 500 -23 497 -23 486 -23 c 0\n 438 -23 410 2 410 43 c 2\n 410 47 l 1\n 410 54 l 1\n 369 18 354 8 322 -3 c 0\n 286 -16 244 -23 209 -23 c 0\n 119 -23 65 25 65 105 c 0\n 65 163 95 216 147 249 c 0\n 196 280 238 290 372 302 c 0\n 445 309 464 320 473 361 c 1\n 476 379 l 1\n 477 387 478 394 478 398 c 0\n 478 435 432 462 372 462 c 0\n 329 462 287 447 265 425 c 0\n 251 411 244 397 235 369 c 1\n 151 369 l 1\n 170 480 255 539 394 539 c 0\n 499 539 568 494 568 426 c 0\n 568 416 568 416 562 389 c 1\n 498 88 l 1\n 497 85 497 82 497 78 c 0\n 497 58 509 49 535 49 c 0\n 539 49 543 49 552 51 c 1\n431 164 m 2\n 451 258 l 1\n 407 243 399 242 305 229 c 0\n 256 222 226 214 202 199 c 0\n 172 181 153 148 153 115 c 0\n 153 73 185 49 242 49 c 0\n 330 49 418 102 431 164 c 2\n441 754 m 0\n 482 754 513 725 513 687 c 0\n 513 631 461 579 404 579 c 0\n 364 579 333 610 333 649 c 0\n 333 702 387 754 441 754 c 0\n434 710 m 0\n 406 710 379 684 379 658 c 0\n 379 637 394 623 414 623 c 0\n 441 623 468 649 468 675 c 0\n 468 695 453 710 434 710 c 0\nEndSplineSet\nKernsSLIF: 118 -26 0 0 119 -16 0 0 121 -33 0 0\nEndChar\nStartChar: ae\nEncoding: 230 230 163\nWidth: 889\nFlags: W\nHStem: -23 77<615 635> -22.4746 72.2874<201 237> 234 72<531 824> 462 77<362 388 711 729>\nVStem: 59 88<104 121> 826.997 88.0026<339 370>\nFore\n225 369 m 1\n 141 369 l 1\n 157 427 170 454 194 478 c 0\n 235 517 304 539 387 539 c 0\n 451 539 486 528 522 499 c 0\n 541 483 543 481 546 474 c 1\n 591 514 660 539 728 539 c 0\n 830 539 915 462 915 370 c 0\n 915 342 910 299 901 251 c 2\n 898 234 l 1\n 512 234 l 1\n 508 216 507 204 507 181 c 2\n 507 169 l 1\n 507 163 l 2\n 507 135 524 101 550 79 c 0\n 570 62 597 54 632 54 c 0\n 698 54 751 90 787 159 c 1\n 871 159 l 1\n 839 50 737 -23 616 -23 c 0\n 536 -23 481 9 442 79 c 1\n 375 14 288 -23 201 -23 c 128\n 114 -23 59 27 59 105 c 0\n 59 163 90 217 141 249 c 0\n 191 279 234 289 363 300 c 0\n 435 307 453 318 463 361 c 1\n 468 386 l 1\n 469 393 470 399 470 405 c 0\n 470 440 430 462 366 462 c 0\n 287 462 246 435 225 369 c 1\n421 164 m 2\n 441 257 l 1\n 404 244 398 243 299 229 c 0\n 247 222 220 214 196 199 c 0\n 166 180 147 148 147 115 c 0\n 147 72 179 49 237 49 c 0\n 321 49 408 104 421 164 c 2\n530 306 m 1\n 824 306 l 1\n 826 321 827 328 827 339 c 0\n 827 414 783 462 712 462 c 0\n 629 462 561 404 530 306 c 1\nEndSplineSet\nKernsSLIF: 118 -26 0 0 119 -15 0 0 121 -32 0 0\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 164\nWidth: 500\nFlags: W\nHStem: -214 43<188 213> 462 77<364 383>\nVStem: 76 88<169 186> 263 77.1123<-118 -114> 467.736 85.2833<370 393>\nDStem: 230 -22 271 -23 192 -92 253 -56\nFore\n271 -23 m 1\n 253 -56 l 1\n 266 -54 270 -54 274 -54 c 0\n 311 -54 341 -77 341 -105 c 0\n 341 -168 280 -214 196 -214 c 0\n 158 -214 129 -206 78 -180 c 1\n 106 -142 l 1\n 147 -163 172 -171 200 -171 c 0\n 237 -171 263 -148 263 -116 c 0\n 263 -104 248 -94 232 -94 c 0\n 227 -94 227 -94 212 -97 c 2\n 205 -98 l 1\n 192 -92 l 1\n 230 -22 l 1\n 183 -13 163 -4 139 19 c 0\n 100 55 76 112 76 170 c 0\n 76 262 110 371 157 432 c 0\n 210 501 291 539 381 539 c 0\n 438 539 479 524 510 492 c 0\n 536 465 554 425 554 393 c 0\n 554 390 553 379 552 363 c 2\n 551 348 l 1\n 467 348 l 1\n 468 357 468 364 468 370 c 0\n 468 427 429 462 366 462 c 0\n 305 462 255 432 218 373 c 0\n 185 321 164 245 164 181 c 0\n 164 103 208 54 277 54 c 0\n 349 54 404 98 434 180 c 1\n 518 180 l 1\n 486 51 400 -19 271 -23 c 1\nEndSplineSet\nEndChar\nStartChar: egrave\nEncoding: 232 232 165\nWidth: 556\nFlags: W\nHStem: -23 77<278 298> 234 72<196 489> 462 77<372 391> 720 20G<278 384>\nVStem: 84 88<169 190> 491.902 87.17<339 368>\nFore\n563 234 m 1\n 177 234 l 1\n 173 219 172 209 172 188 c 0\n 172 103 217 54 296 54 c 0\n 363 54 416 90 452 159 c 1\n 536 159 l 1\n 505 51 402 -23 282 -23 c 0\n 225 -23 181 -7 146 27 c 0\n 107 64 84 119 84 173 c 0\n 84 254 121 368 168 431 c 0\n 218 498 302 539 389 539 c 0\n 497 539 580 464 580 368 c 0\n 580 341 575 299 566 251 c 2\n 563 234 l 1\n195 306 m 1\n 489 306 l 1\n 491 322 492 329 492 339 c 0\n 492 414 447 462 376 462 c 0\n 295 462 221 398 195 306 c 1\n384 740 m 1\n 456 592 l 1\n 403 592 l 1\n 278 740 l 1\n 384 740 l 1\nEndSplineSet\nEndChar\nStartChar: eacute\nEncoding: 233 233 166\nWidth: 556\nFlags: W\nHStem: -23 77<281 298> 234 72<196 489> 462 77<372 391> 720 20G<468 580>\nVStem: 84 88<169 190> 491.902 87.17<339 368>\nFore\n563 234 m 1\n 177 234 l 1\n 173 219 172 209 172 188 c 0\n 172 103 217 54 296 54 c 0\n 363 54 416 90 452 159 c 1\n 536 159 l 1\n 505 51 402 -23 282 -23 c 0\n 225 -23 181 -7 146 27 c 0\n 107 64 84 119 84 173 c 0\n 84 254 121 368 168 431 c 0\n 218 498 302 539 389 539 c 0\n 497 539 580 464 580 368 c 0\n 580 341 575 299 566 251 c 2\n 563 234 l 1\n195 306 m 1\n 489 306 l 1\n 491 322 492 329 492 339 c 0\n 492 414 447 462 376 462 c 0\n 295 462 221 398 195 306 c 1\n468 740 m 1\n 580 740 l 1\n 400 592 l 1\n 340 592 l 1\n 468 740 l 1\nEndSplineSet\nKernsSLIF: 118 -26 0 0 119 -16 0 0 121 -33 0 0\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 167\nWidth: 556\nFlags: W\nHStem: -23 77<281 298> 234 72<196 489> 462 77<372 391> 721 20G<389 484>\nVStem: 84 88<169 190> 491.902 87.17<339 368>\nFore\n563 234 m 1\n 177 234 l 1\n 173 219 172 209 172 188 c 0\n 172 103 217 54 296 54 c 0\n 363 54 416 90 452 159 c 1\n 536 159 l 1\n 505 51 402 -23 282 -23 c 0\n 225 -23 181 -7 146 27 c 0\n 107 64 84 119 84 173 c 0\n 84 254 121 368 168 431 c 0\n 218 498 302 539 389 539 c 0\n 497 539 580 464 580 368 c 0\n 580 341 575 299 566 251 c 2\n 563 234 l 1\n195 306 m 1\n 489 306 l 1\n 491 322 492 329 492 339 c 0\n 492 414 447 462 376 462 c 0\n 295 462 221 398 195 306 c 1\n389 741 m 1\n 484 741 l 1\n 548 591 l 1\n 485 591 l 1\n 429 690 l 1\n 325 591 l 1\n 261 591 l 1\n 389 741 l 1\nEndSplineSet\nKernsSLIF: 118 -26 0 0 119 -16 0 0 121 -33 0 0\nEndChar\nStartChar: edieresis\nEncoding: 235 235 168\nWidth: 556\nFlags: W\nHStem: -23 77<281 298> 234 72<196 489> 462 77<372 391> 612 103<296 378 457 539>\nVStem: 84 88<169 190> 491.902 87.17<339 368>\nDStem: 296 715 400 715 274 612 378 612 457 715 561 715 435 612 539 612\nFore\n563 234 m 1\n 177 234 l 1\n 173 219 172 209 172 188 c 0\n 172 103 217 54 296 54 c 0\n 363 54 416 90 452 159 c 1\n 536 159 l 1\n 505 51 402 -23 282 -23 c 0\n 225 -23 181 -7 146 27 c 0\n 107 64 84 119 84 173 c 0\n 84 254 121 368 168 431 c 0\n 218 498 302 539 389 539 c 0\n 497 539 580 464 580 368 c 0\n 580 341 575 299 566 251 c 2\n 563 234 l 1\n195 306 m 1\n 489 306 l 1\n 491 322 492 329 492 339 c 0\n 492 414 447 462 376 462 c 0\n 295 462 221 398 195 306 c 1\n400 715 m 1\n 378 612 l 1\n 274 612 l 1\n 296 715 l 1\n 400 715 l 1\n561 715 m 1\n 539 612 l 1\n 435 612 l 1\n 457 715 l 1\n 561 715 l 1\nEndSplineSet\nEndChar\nStartChar: igrave\nEncoding: 236 236 169\nWidth: 278\nFlags: W\nHStem: 0 21G<94 178> 507 20G<206 290> 720 20G<152 258>\nDStem: 206 527 290 527 94 0 178 0\nFore\n290 527 m 1\n 178 0 l 1\n 94 0 l 1\n 206 527 l 1\n 290 527 l 1\n258 740 m 1\n 330 592 l 1\n 277 592 l 1\n 152 740 l 1\n 258 740 l 1\nEndSplineSet\nEndChar\nStartChar: iacute\nEncoding: 237 237 170\nWidth: 278\nFlags: W\nHStem: 0 21G<94 178> 507 20G<206 290> 720 20G<319 431>\nDStem: 206 527 290 527 94 0 178 0\nFore\n290 527 m 1\n 178 0 l 1\n 94 0 l 1\n 206 527 l 1\n 290 527 l 1\n319 740 m 1\n 431 740 l 1\n 251 592 l 1\n 191 592 l 1\n 319 740 l 1\nEndSplineSet\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 171\nWidth: 278\nFlags: W\nHStem: 0 21G<94 178> 507 20G<206 290> 721 20G<247 342>\nDStem: 206 527 290 527 94 0 178 0\nFore\n290 527 m 1\n 178 0 l 1\n 94 0 l 1\n 206 527 l 1\n 290 527 l 1\n247 741 m 1\n 342 741 l 1\n 406 591 l 1\n 343 591 l 1\n 287 690 l 1\n 183 591 l 1\n 119 591 l 1\n 247 741 l 1\nEndSplineSet\nEndChar\nStartChar: idieresis\nEncoding: 239 239 172\nWidth: 278\nFlags: W\nHStem: 0 21G<94 178> 507 20G<206 290> 605 103<154 236 315 397>\nDStem: 154 708 258 708 132 605 236 605 206 527 290 527 94 0 178 0 315 708 419 708 293 605 397 605\nFore\n290 527 m 1\n 178 0 l 1\n 94 0 l 1\n 206 527 l 1\n 290 527 l 1\n258 708 m 1\n 236 605 l 1\n 132 605 l 1\n 154 708 l 1\n 258 708 l 1\n419 708 m 1\n 397 605 l 1\n 293 605 l 1\n 315 708 l 1\n 419 708 l 1\nEndSplineSet\nEndChar\nStartChar: eth\nEncoding: 240 240 173\nWidth: 556\nFlags: W\nHStem: -23 77<272 297> 462 72<353 384>\nVStem: 80 88<164 186> 488 88<329 349>\nDStem: 308 644 351 609 219 603 251 564 476 719 515 681 377 676 420 640\nFore\n251 564 m 1\n 219 603 l 1\n 308 644 l 1\n 299 652 291 659 288 661 c 0\n 286 663 276 669 261 679 c 0\n 257 681 245 689 233 698 c 1\n 275 743 l 1\n 297 729 l 2\n 316 718 328 710 332 707 c 0\n 345 698 357 690 369 681 c 0\n 370 681 373 679 377 676 c 1\n 476 719 l 1\n 515 681 l 1\n 420 640 l 1\n 525 550 576 454 576 347 c 0\n 576 265 542 155 497 93 c 0\n 443 17 364 -23 273 -23 c 0\n 215 -23 168 -6 135 26 c 0\n 101 60 80 111 80 164 c 0\n 80 248 113 358 158 423 c 0\n 206 493 284 534 369 534 c 0\n 395 534 407 531 435 517 c 1\n 403 559 387 576 351 609 c 1\n 251 564 l 1\n371 462 m 0\n 305 462 249 425 212 357 c 0\n 185 307 168 241 168 184 c 0\n 168 104 212 54 283 54 c 0\n 352 54 406 90 444 159 c 0\n 471 209 488 274 488 333 c 0\n 488 414 445 462 371 462 c 0\nEndSplineSet\nEndChar\nStartChar: ntilde\nEncoding: 241 241 174\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 406 490> 466.995 72.0047<399 438> 504 20G<181 257> 612 70<479 492> 644 70<342 358>\nVStem: 485.994 88.0059<386 414>\nDStem: 181 524 215 289 70 0 154 0 480 349 570 376 406 0 490 0\nFore\n181 524 m 1\n 257 524 l 1\n 244 459 l 1\n 296 512 362 539 438 539 c 0\n 521 539 574 490 574 414 c 0\n 574 401 573 389 570 376 c 1\n 490 0 l 1\n 406 0 l 1\n 480 349 l 1\n 484 365 486 380 486 386 c 0\n 486 432 449 467 399 467 c 0\n 309 467 239 399 215 289 c 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\n536 719 m 1\n 589 719 l 1\n 568 654 526 612 481 612 c 0\n 459 612 442 616 378 638 c 0\n 367 642 357 644 351 644 c 0\n 332 644 320 638 308 620 c 0\n 306 618 304 615 301 611 c 1\n 248 611 l 1\n 260 646 268 663 280 678 c 0\n 296 699 327 714 352 714 c 0\n 369 714 386 710 425 697 c 0\n 451 688 478 682 488 682 c 0\n 508 682 518 690 536 719 c 1\nEndSplineSet\nEndChar\nStartChar: ograve\nEncoding: 242 242 175\nWidth: 556\nFlags: W\nHStem: -23 77<268 288> 462 77<368 386> 720 20G<274 380>\nVStem: 80 88<164 186> 488 88<329 353>\nFore\n384 539 m 0\n 442 539 487 523 521 490 c 0\n 556 456 576 405 576 352 c 0\n 576 265 543 156 497 93 c 0\n 441 16 365 -23 269 -23 c 0\n 157 -23 80 53 80 164 c 0\n 80 249 113 359 158 423 c 0\n 209 497 291 539 384 539 c 0\n371 462 m 0\n 305 462 249 425 212 357 c 0\n 185 307 168 241 168 184 c 0\n 168 104 212 54 283 54 c 0\n 352 54 406 90 444 159 c 0\n 471 209 488 274 488 333 c 0\n 488 414 445 462 371 462 c 0\n380 740 m 1\n 452 592 l 1\n 399 592 l 1\n 274 740 l 1\n 380 740 l 1\nEndSplineSet\nKernsSLIF: 118 -27 0 0 119 -16 0 0 121 -34 0 0\nEndChar\nStartChar: oacute\nEncoding: 243 243 176\nWidth: 556\nFlags: W\nHStem: -23 77<268 288> 462 77<368 386> 720 20G<464 576>\nVStem: 80 88<164 186> 488 88<329 353>\nFore\n384 539 m 0\n 442 539 487 523 521 490 c 0\n 556 456 576 405 576 352 c 0\n 576 265 543 156 497 93 c 0\n 441 16 365 -23 269 -23 c 0\n 157 -23 80 53 80 164 c 0\n 80 249 113 359 158 423 c 0\n 209 497 291 539 384 539 c 0\n371 462 m 0\n 305 462 249 425 212 357 c 0\n 185 307 168 241 168 184 c 0\n 168 104 212 54 283 54 c 0\n 352 54 406 90 444 159 c 0\n 471 209 488 274 488 333 c 0\n 488 414 445 462 371 462 c 0\n464 740 m 1\n 576 740 l 1\n 396 592 l 1\n 336 592 l 1\n 464 740 l 1\nEndSplineSet\nKernsSLIF: 118 -27 0 0 119 -16 0 0 121 -34 0 0\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 177\nWidth: 556\nFlags: W\nHStem: -23 77<268 288> 462 77<368 386> 721 20G<383 478>\nVStem: 80 88<164 186> 488 88<329 353>\nFore\n384 539 m 0\n 442 539 487 523 521 490 c 0\n 556 456 576 405 576 352 c 0\n 576 265 543 156 497 93 c 0\n 441 16 365 -23 269 -23 c 0\n 157 -23 80 53 80 164 c 0\n 80 249 113 359 158 423 c 0\n 209 497 291 539 384 539 c 0\n371 462 m 0\n 305 462 249 425 212 357 c 0\n 185 307 168 241 168 184 c 0\n 168 104 212 54 283 54 c 0\n 352 54 406 90 444 159 c 0\n 471 209 488 274 488 333 c 0\n 488 414 445 462 371 462 c 0\n383 741 m 1\n 478 741 l 1\n 542 591 l 1\n 479 591 l 1\n 423 690 l 1\n 319 591 l 1\n 255 591 l 1\n 383 741 l 1\nEndSplineSet\nKernsSLIF: 116 -17 0 0\nEndChar\nStartChar: otilde\nEncoding: 245 245 178\nWidth: 556\nFlags: W\nHStem: -23 77<268 295> 462 77<368 386> 612 70<474 487> 644 70<336 352>\nVStem: 80 88<164 186> 488 88<329 353>\nFore\n384 539 m 0\n 442 539 487 523 521 490 c 0\n 556 456 576 405 576 352 c 0\n 576 265 543 156 497 93 c 0\n 441 16 365 -23 269 -23 c 0\n 157 -23 80 53 80 164 c 0\n 80 249 113 359 158 423 c 0\n 209 497 291 539 384 539 c 0\n371 462 m 0\n 305 462 249 425 212 357 c 0\n 185 307 168 241 168 184 c 0\n 168 104 212 54 283 54 c 0\n 352 54 406 90 444 159 c 0\n 471 209 488 274 488 333 c 0\n 488 414 445 462 371 462 c 0\n530 719 m 1\n 583 719 l 1\n 562 654 520 612 475 612 c 0\n 453 612 436 616 372 638 c 0\n 361 642 351 644 345 644 c 0\n 326 644 314 638 302 620 c 0\n 300 618 298 615 295 611 c 1\n 242 611 l 1\n 254 646 262 663 274 678 c 0\n 290 699 321 714 346 714 c 0\n 363 714 380 710 419 697 c 0\n 445 688 472 682 482 682 c 0\n 502 682 512 690 530 719 c 1\nEndSplineSet\nEndChar\nStartChar: odieresis\nEncoding: 246 246 179\nWidth: 556\nFlags: W\nHStem: -23 77<268 293> 462 77<368 386> 612 103<291 373 452 534>\nVStem: 80 88<164 186> 488 88<329 353>\nDStem: 291 715 395 715 269 612 373 612 452 715 556 715 430 612 534 612\nFore\n384 539 m 0\n 442 539 487 523 521 490 c 0\n 556 456 576 405 576 352 c 0\n 576 265 543 156 497 93 c 0\n 441 16 365 -23 269 -23 c 0\n 157 -23 80 53 80 164 c 0\n 80 249 113 359 158 423 c 0\n 209 497 291 539 384 539 c 0\n371 462 m 0\n 305 462 249 425 212 357 c 0\n 185 307 168 241 168 184 c 0\n 168 104 212 54 283 54 c 0\n 352 54 406 90 444 159 c 0\n 471 209 488 274 488 333 c 0\n 488 414 445 462 371 462 c 0\n395 715 m 1\n 373 612 l 1\n 269 612 l 1\n 291 715 l 1\n 395 715 l 1\n556 715 m 1\n 534 612 l 1\n 430 612 l 1\n 452 715 l 1\n 556 715 l 1\nEndSplineSet\nKernsSLIF: 116 -17 0 0 118 -27 0 0 119 -16 0 0 120 -35 0 0 121 -34 0 0\nEndChar\nStartChar: divide\nEncoding: 247 247 180\nWidth: 584\nFlags: W\nHStem: 0 104<300 307> 197 72<107 576> 358 104<369.088 381>\nVStem: 253 104<48 54> 327 104<408 416>\nFore\n591 269 m 1\n 576 197 l 1\n 92 197 l 1\n 107 269 l 1\n 591 269 l 1\n305 104 m 0\n 334 104 357 81 357 51 c 0\n 357 24 333 0 305 0 c 128\n 277 0 253 24 253 52 c 128\n 253 80 277 104 305 104 c 0\n379 462 m 0\n 408 462 431 439 431 409 c 0\n 431 382 407 358 379 358 c 128\n 351 358 327 382 327 410 c 0\n 327 439 350 462 379 462 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: oslash\nEncoding: 248 248 181\nWidth: 611\nFlags: W\nHStem: -23 77<273 291> 462 77<368 387>\nVStem: 81 88<161 182> 489 87.0443<327 338>\nDStem: 102 74 123 41 19 -2 45 -30 470 410 484 370 175 141 190 102 613 541 639 511 537 472 558 437\nFore\n19 -2 m 1\n 102 74 l 1\n 87 106 81 133 81 164 c 0\n 81 248 114 359 159 423 c 0\n 211 498 291 539 383 539 c 0\n 454 539 504 517 537 472 c 1\n 613 541 l 1\n 639 511 l 1\n 558 437 l 1\n 571 408 577 383 577 354 c 0\n 577 265 544 157 498 93 c 0\n 443 17 365 -23 274 -23 c 0\n 206 -23 153 -1 123 41 c 1\n 45 -30 l 1\n 19 -2 l 1\n175 141 m 1\n 470 410 l 1\n 451 444 415 462 369 462 c 0\n 305 462 249 425 213 357 c 0\n 185 306 169 242 169 180 c 0\n 169 163 170 156 175 141 c 1\n484 370 m 1\n 190 102 l 1\n 209 71 245 54 289 54 c 0\n 353 54 410 93 446 159 c 0\n 470 204 489 280 489 328 c 0\n 489 339 488 350 484 370 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 182\nWidth: 556\nFlags: W\nHStem: -22.9987 71.9987<226 268> 0 21G<407 483> 504 20G<177 261 510 594> 720 20G<270 376>\nDStem: 177 524 261 524 91 120 182 153 419 57 594 524 407 0 483 0 510 524 594 524 447 227 483 0\nFore\n483 0 m 1\n 407 0 l 1\n 419 57 l 1\n 361 1 304 -23 226 -23 c 0\n 140 -23 88 18 88 86 c 0\n 88 99 89 110 91 120 c 2\n 177 524 l 1\n 261 524 l 1\n 182 153 l 2\n 180 143 179 134 179 126 c 0\n 179 79 214 49 268 49 c 0\n 353 49 424 119 447 227 c 2\n 510 524 l 1\n 594 524 l 1\n 483 0 l 1\n376 740 m 1\n 448 592 l 1\n 395 592 l 1\n 270 740 l 1\n 376 740 l 1\nEndSplineSet\nEndChar\nStartChar: uacute\nEncoding: 250 250 183\nWidth: 556\nFlags: W\nHStem: -22.9987 71.9987<226 268> 0 21G<407 483> 504 20G<177 261 510 594> 720 20G<463 575>\nDStem: 177 524 261 524 91 120 182 153 419 57 594 524 407 0 483 0 510 524 594 524 447 227 483 0\nFore\n483 0 m 1\n 407 0 l 1\n 419 57 l 1\n 361 1 304 -23 226 -23 c 0\n 140 -23 88 18 88 86 c 0\n 88 99 89 110 91 120 c 2\n 177 524 l 1\n 261 524 l 1\n 182 153 l 2\n 180 143 179 134 179 126 c 0\n 179 79 214 49 268 49 c 0\n 353 49 424 119 447 227 c 2\n 510 524 l 1\n 594 524 l 1\n 483 0 l 1\n463 740 m 1\n 575 740 l 1\n 395 592 l 1\n 335 592 l 1\n 463 740 l 1\nEndSplineSet\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 184\nWidth: 556\nFlags: W\nHStem: -22.044 71.9768<226 268> 0 21G<407 483> 504 20G<177 261 510 594> 721 20G<380 475>\nDStem: 177 524 261 524 91 120 182 153 419 57 594 524 407 0 483 0 510 524 594 524 447 227 483 0\nFore\n483 0 m 1\n 407 0 l 1\n 419 57 l 1\n 361 1 304 -23 226 -23 c 0\n 140 -23 88 18 88 86 c 0\n 88 99 89 110 91 120 c 2\n 177 524 l 1\n 261 524 l 1\n 182 153 l 2\n 180 143 179 134 179 126 c 0\n 179 79 214 49 268 49 c 0\n 353 49 424 119 447 227 c 2\n 510 524 l 1\n 594 524 l 1\n 483 0 l 1\n380 741 m 1\n 475 741 l 1\n 539 591 l 1\n 476 591 l 1\n 420 690 l 1\n 316 591 l 1\n 252 591 l 1\n 380 741 l 1\nEndSplineSet\nEndChar\nStartChar: udieresis\nEncoding: 252 252 185\nWidth: 556\nFlags: W\nHStem: -22.9987 71.9987<226 268> 0 21G<407 483> 504 20G<177 261 510 594> 612 103<290 372 451 533>\nDStem: 177 524 261 524 91 120 182 153 290 715 394 715 268 612 372 612 419 57 594 524 407 0 483 0 451 715 555 715 429 612 533 612 510 524 594 524 447 227 483 0\nFore\n483 0 m 1\n 407 0 l 1\n 419 57 l 1\n 361 1 304 -23 226 -23 c 0\n 140 -23 88 18 88 86 c 0\n 88 99 89 110 91 120 c 2\n 177 524 l 1\n 261 524 l 1\n 182 153 l 2\n 180 143 179 134 179 126 c 0\n 179 79 214 49 268 49 c 0\n 353 49 424 119 447 227 c 2\n 510 524 l 1\n 594 524 l 1\n 483 0 l 1\n394 715 m 1\n 372 612 l 1\n 268 612 l 1\n 290 715 l 1\n 394 715 l 1\n555 715 m 1\n 533 612 l 1\n 429 612 l 1\n 451 715 l 1\n 555 715 l 1\nEndSplineSet\nEndChar\nStartChar: yacute\nEncoding: 253 253 186\nWidth: 500\nFlags: W\nHStem: -218 81<56 72> 504 20G<132 222 501 590> 720 20G<434 546>\nDStem: 501 524 590 524 268 117 222 -110\nFore\n501 524 m 1\n 590 524 l 1\n 222 -110 l 2\n 179 -184 128 -218 57 -218 c 0\n 38 -218 26 -216 8 -208 c 1\n 24 -133 l 1\n 51 -136 58 -137 68 -137 c 0\n 105 -137 121 -127 148 -85 c 2\n 200 -4 l 1\n 132 524 l 1\n 222 524 l 1\n 268 117 l 1\n 501 524 l 1\n434 740 m 1\n 546 740 l 1\n 366 592 l 1\n 306 592 l 1\n 434 740 l 1\nEndSplineSet\nEndChar\nStartChar: thorn\nEncoding: 254 254 187\nWidth: 556\nFlags: W\nHStem: -213 21G<7 91> -23 77<290 311> 461.997 77.0031<379 412> 709 20G<207 291>\nVStem: 498 88<315 345>\nDStem: 207 729 291 729 7 -213 230 440 207 729 151 68 7 -213 91 -213\nFore\n7 -213 m 1\n 207 729 l 1\n 291 729 l 1\n 230 440 l 1\n 260 498 336 539 412 539 c 0\n 519 539 586 464 586 344 c 0\n 586 246 552 142 498 76 c 0\n 447 13 372 -23 294 -23 c 0\n 223 -23 182 3 151 68 c 1\n 91 -213 l 1\n 7 -213 l 1\n379 462 m 0\n 317 462 267 428 230 361 c 0\n 200 309 183 244 183 184 c 0\n 183 104 229 54 302 54 c 0\n 367 54 417 87 454 155 c 0\n 481 205 498 270 498 324 c 0\n 498 410 454 462 379 462 c 0\nEndSplineSet\nEndChar\nStartChar: ydieresis\nEncoding: 255 255 188\nWidth: 500\nFlags: W\nHStem: -218 81<56 72> 504 20G<132 222 501 590> 612 103<268 350 429 511>\nDStem: 268 715 372 715 246 612 350 612 429 715 533 715 407 612 511 612 501 524 590 524 268 117 222 -110\nFore\n501 524 m 1\n 590 524 l 1\n 222 -110 l 2\n 179 -184 128 -218 57 -218 c 0\n 38 -218 26 -216 8 -208 c 1\n 24 -133 l 1\n 51 -136 58 -137 68 -137 c 0\n 105 -137 121 -127 148 -85 c 2\n 200 -4 l 1\n 132 524 l 1\n 222 524 l 1\n 268 117 l 1\n 501 524 l 1\n372 715 m 1\n 350 612 l 1\n 246 612 l 1\n 268 715 l 1\n 372 715 l 1\n533 715 m 1\n 511 612 l 1\n 407 612 l 1\n 429 715 l 1\n 533 715 l 1\nEndSplineSet\nEndChar\nStartChar: Amacron\nEncoding: 256 256 189\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 551 653> 219 78<284 513> 709 20G<432 552> 826 69<388 648>\nDStem: 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0\nFore\n524 219 m 1\n 239 219 l 1\n 116 0 l 1\n 17 0 l 1\n 432 729 l 1\n 552 729 l 1\n 653 0 l 1\n 551 0 l 1\n 524 219 l 1\n514 297 m 1\n 474 630 l 1\n 283 297 l 1\n 514 297 l 1\n663 895 m 1\n 648 826 l 1\n 373 826 l 1\n 388 895 l 1\n 663 895 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: amacron\nEncoding: 257 257 190\nWidth: 556\nFlags: W\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 385> 627 69<292 552>\nVStem: 65 88<104 121> 477.989 90.0112<398 426>\nDStem: 451 258 562 389 431 164 498 88\nFore\n552 51 m 1\n 539 -14 l 1\n 533 -15 527 -16 525 -17 c 0\n 500 -23 497 -23 486 -23 c 0\n 438 -23 410 2 410 43 c 2\n 410 47 l 1\n 410 54 l 1\n 369 18 354 8 322 -3 c 0\n 286 -16 244 -23 209 -23 c 0\n 119 -23 65 25 65 105 c 0\n 65 163 95 216 147 249 c 0\n 196 280 238 290 372 302 c 0\n 445 309 464 320 473 361 c 1\n 476 379 l 1\n 477 387 478 394 478 398 c 0\n 478 435 432 462 372 462 c 0\n 329 462 287 447 265 425 c 0\n 251 411 244 397 235 369 c 1\n 151 369 l 1\n 170 480 255 539 394 539 c 0\n 499 539 568 494 568 426 c 0\n 568 416 568 416 562 389 c 1\n 498 88 l 1\n 497 85 497 82 497 78 c 0\n 497 58 509 49 535 49 c 0\n 539 49 543 49 552 51 c 1\n431 164 m 2\n 451 258 l 1\n 407 243 399 242 305 229 c 0\n 256 222 226 214 202 199 c 0\n 172 181 153 148 153 115 c 0\n 153 73 185 49 242 49 c 0\n 330 49 418 102 431 164 c 2\n567 696 m 1\n 552 627 l 1\n 277 627 l 1\n 292 696 l 1\n 567 696 l 1\nEndSplineSet\nEndChar\nStartChar: Abreve\nEncoding: 258 258 191\nWidth: 667\nFlags: W\nHStem: 0 21G<17 116 551 653> 219 78<284 513> 709 20G<432 552> 793 72<503 523>\nVStem: 377.004 57.9958<892 915>\nDStem: 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0\nFore\n524 219 m 1\n 239 219 l 1\n 116 0 l 1\n 17 0 l 1\n 432 729 l 1\n 552 729 l 1\n 653 0 l 1\n 551 0 l 1\n 524 219 l 1\n514 297 m 1\n 474 630 l 1\n 283 297 l 1\n 514 297 l 1\n382 928 m 1\n 435 928 l 1\n 435 920 l 1\n 435 915 l 2\n 435 885 468 865 517 865 c 0\n 576 865 617 888 627 928 c 1\n 683 928 l 1\n 672 884 661 863 637 842 c 0\n 604 812 553 793 504 793 c 0\n 429 793 377 833 377 892 c 0\n 377 901 378 909 382 928 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: abreve\nEncoding: 259 259 192\nWidth: 556\nFlags: W\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 385> 594 72<401 418> 709 20G<281 334 526 582>\nVStem: 65 88<104 121> 276.004 57.9958<693 716> 477.989 90.0112<398 426>\nDStem: 451 258 562 389 431 164 498 88\nFore\n552 51 m 1\n 539 -14 l 1\n 533 -15 527 -16 525 -17 c 0\n 500 -23 497 -23 486 -23 c 0\n 438 -23 410 2 410 43 c 2\n 410 47 l 1\n 410 54 l 1\n 369 18 354 8 322 -3 c 0\n 286 -16 244 -23 209 -23 c 0\n 119 -23 65 25 65 105 c 0\n 65 163 95 216 147 249 c 0\n 196 280 238 290 372 302 c 0\n 445 309 464 320 473 361 c 1\n 476 379 l 1\n 477 387 478 394 478 398 c 0\n 478 435 432 462 372 462 c 0\n 329 462 287 447 265 425 c 0\n 251 411 244 397 235 369 c 1\n 151 369 l 1\n 170 480 255 539 394 539 c 0\n 499 539 568 494 568 426 c 0\n 568 416 568 416 562 389 c 1\n 498 88 l 1\n 497 85 497 82 497 78 c 0\n 497 58 509 49 535 49 c 0\n 539 49 543 49 552 51 c 1\n431 164 m 2\n 451 258 l 1\n 407 243 399 242 305 229 c 0\n 256 222 226 214 202 199 c 0\n 172 181 153 148 153 115 c 0\n 153 73 185 49 242 49 c 0\n 330 49 418 102 431 164 c 2\n281 729 m 1\n 334 729 l 1\n 334 721 l 1\n 334 716 l 2\n 334 686 367 666 416 666 c 0\n 475 666 516 689 526 729 c 1\n 582 729 l 1\n 571 685 560 664 536 643 c 0\n 503 613 452 594 403 594 c 0\n 328 594 276 634 276 693 c 0\n 276 702 277 710 281 729 c 1\nEndSplineSet\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 193\nWidth: 667\nFlags: W\nHStem: -205 45<581 597> 0 21G<17 116> 219 78<284 513> 709 20G<432 552>\nVStem: 452.006 74.9937<-130 -116>\nDStem: 432 729 474 630 17 0 283 297\nFore\n524 219 m 1\n 226 219 l 1\n 116 0 l 1\n 17 0 l 1\n 432 729 l 1\n 552 729 l 1\n 653 0 l 1\n 564 -39 527 -73 527 -116 c 0\n 527 -143 554 -160 595 -160 c 0\n 619 -160 643 -157 663 -150 c 1\n 654 -195 l 1\n 612 -204 605 -205 582 -205 c 0\n 502 -205 452 -176 452 -130 c 0\n 452 -96 474 -59 509 -35 c 0\n 529 -21 545 -13 582 0 c 1\n 551 0 l 1\n 524 219 l 1\n514 297 m 1\n 474 630 l 1\n 283 297 l 1\n 514 297 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: aogonek\nEncoding: 261 261 194\nWidth: 556\nFlags: W\nHStem: -205 45<489 513> -22.5409 72.3163<209 242> 462 76.3338<369 385>\nVStem: 65 88<104 117> 360.524 74.4758<-117 -114> 477.989 90.0112<398 426>\nDStem: 451 258 562 389 431 164 498 88\nFore\n552 51 m 1\n 539 -14 l 1\n 484 -27 435 -75 435 -116 c 0\n 435 -143 462 -160 503 -160 c 0\n 527 -160 551 -157 571 -150 c 1\n 562 -195 l 1\n 522 -204 513 -205 490 -205 c 0\n 408 -205 360 -177 360 -128 c 0\n 360 -83 384 -56 455 -19 c 1\n 425 -10 410 11 410 43 c 2\n 410 47 l 1\n 410 54 l 1\n 369 18 354 8 322 -3 c 0\n 286 -16 244 -23 209 -23 c 0\n 119 -23 65 25 65 105 c 0\n 65 163 95 216 147 249 c 0\n 196 280 238 290 372 302 c 0\n 445 309 464 320 473 361 c 1\n 476 379 l 1\n 477 387 478 394 478 398 c 0\n 478 435 432 462 372 462 c 0\n 329 462 287 447 265 425 c 0\n 251 411 244 397 235 369 c 1\n 151 369 l 1\n 170 480 255 539 394 539 c 0\n 499 539 568 494 568 426 c 0\n 568 416 568 416 562 389 c 1\n 498 88 l 1\n 497 85 497 82 497 78 c 0\n 497 58 509 49 535 49 c 0\n 539 49 543 49 552 51 c 1\n431 164 m 2\n 451 258 l 1\n 407 243 399 242 305 229 c 0\n 256 222 226 214 202 199 c 0\n 172 181 153 148 153 115 c 0\n 153 73 185 49 242 49 c 0\n 330 49 418 102 431 164 c 2\nEndSplineSet\nEndChar\nStartChar: Cacute\nEncoding: 262 262 195\nWidth: 722\nFlags: W\nHStem: -23 81<366 384> 660 81<512 534>\nVStem: 112 96<241 268>\nFore\n770 503 m 1\n 674 503 l 1\n 666 611 616 660 515 660 c 0\n 423 660 350 617 289 527 c 0\n 238 451 208 351 208 260 c 0\n 208 139 277 58 381 58 c 0\n 460 58 536 95 578 155 c 0\n 596 179 612 209 637 266 c 1\n 735 266 l 1\n 701 185 669 130 630 87 c 0\n 565 16 473 -23 367 -23 c 0\n 278 -23 215 4 169 62 c 0\n 132 109 112 172 112 242 c 0\n 112 367 161 505 240 600 c 0\n 318 694 415 741 532 741 c 0\n 626 741 697 704 738 634 c 0\n 757 600 767 562 770 503 c 1\n621 939 m 1\n 733 939 l 1\n 553 791 l 1\n 493 791 l 1\n 621 939 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: cacute\nEncoding: 263 263 196\nWidth: 500\nFlags: W\nHStem: -23 77<262 284> 462 77<364 383> 720 20G<463 575>\nVStem: 76 88<169 185> 467.996 86.004<370 392>\nFore\n551 348 m 1\n 467 348 l 1\n 468 357 468 364 468 370 c 0\n 468 427 429 462 366 462 c 0\n 305 462 255 432 218 373 c 0\n 185 321 164 245 164 181 c 0\n 164 103 208 54 277 54 c 0\n 349 54 404 98 434 180 c 1\n 518 180 l 1\n 502 124 486 90 460 60 c 0\n 414 6 345 -23 263 -23 c 0\n 199 -23 154 -4 120 39 c 0\n 92 74 76 123 76 170 c 0\n 76 262 110 371 157 432 c 0\n 210 501 291 539 381 539 c 0\n 438 539 479 524 510 492 c 0\n 536 465 554 425 554 392 c 0\n 554 389 553 378 552 363 c 2\n 551 348 l 1\n463 740 m 1\n 575 740 l 1\n 395 592 l 1\n 335 592 l 1\n 463 740 l 1\nEndSplineSet\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 197\nWidth: 722\nHStem: -23 81<366 384> 660 81<512 534> 959 20<530.433 625.433>\nVStem: 112 96<241 268>\nRef: 710 710 N 1 0 0 1 256.433 238\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 198\nWidth: 500\nHStem: -23 77<262 284> 462 77<364 383> 754 20<377.15 472.15>\nVStem: 76 88<169 185> 467.996 86.004<370 392>\nRef: 710 710 N 1 0 0 1 103.15 33\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 199\nWidth: 722\nHStem: -23 81<366 384> 660 81<512 534> 829 103<515.879 597.879>\nVStem: 112 96<241 268>\nDStem: 515.879 932 619.879 932 493.879 829 597.879 829\nRef: 729 729 N 1 0 0 1 249.879 217\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 200\nWidth: 500\nHStem: -23 77<262 284> 462 77<364 383> 624 103<362.597 444.597>\nVStem: 76 88<169 185> 467.996 86.004<370 392>\nDStem: 362.597 727 466.597 727 340.597 624 444.597 624\nRef: 729 729 N 1 0 0 1 96.5971 12\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 201\nWidth: 722\nFlags: W\nHStem: -23 81<366 384> 660 81<503 534>\nVStem: 112 96<241 268>\nFore\n770 503 m 1\n 674 503 l 1\n 666 611 616 660 515 660 c 0\n 423 660 350 617 289 527 c 0\n 238 451 208 351 208 260 c 0\n 208 139 277 58 381 58 c 0\n 460 58 536 95 578 155 c 0\n 596 179 612 209 637 266 c 1\n 735 266 l 1\n 701 185 669 130 630 87 c 0\n 565 16 473 -23 367 -23 c 0\n 278 -23 215 4 169 62 c 0\n 132 109 112 172 112 242 c 0\n 112 367 161 505 240 600 c 0\n 318 694 415 741 532 741 c 0\n 626 741 697 704 738 634 c 0\n 757 600 767 562 770 503 c 1\n596 791 m 1\n 501 791 l 1\n 437 939 l 1\n 500 939 l 1\n 556 841 l 1\n 660 939 l 1\n 724 939 l 1\n 596 791 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: ccaron\nEncoding: 269 269 202\nWidth: 500\nFlags: W\nHStem: -23 77<262 284> 462 77<364 383> 720 20G<276 339 499 563>\nVStem: 76 88<169 185> 467.996 86.004<370 392>\nFore\n551 348 m 1\n 467 348 l 1\n 468 357 468 364 468 370 c 0\n 468 427 429 462 366 462 c 0\n 305 462 255 432 218 373 c 0\n 185 321 164 245 164 181 c 0\n 164 103 208 54 277 54 c 0\n 349 54 404 98 434 180 c 1\n 518 180 l 1\n 502 124 486 90 460 60 c 0\n 414 6 345 -23 263 -23 c 0\n 199 -23 154 -4 120 39 c 0\n 92 74 76 123 76 170 c 0\n 76 262 110 371 157 432 c 0\n 210 501 291 539 381 539 c 0\n 438 539 479 524 510 492 c 0\n 536 465 554 425 554 392 c 0\n 554 389 553 378 552 363 c 2\n 551 348 l 1\n435 592 m 1\n 340 592 l 1\n 276 740 l 1\n 339 740 l 1\n 395 642 l 1\n 499 740 l 1\n 563 740 l 1\n 435 592 l 1\nEndSplineSet\nEndChar\nStartChar: Dcaron\nEncoding: 270 270 203\nWidth: 722\nFlags: W\nHStem: 0 82<201 393> 647 82<321 505>\nVStem: 663 96<464 496>\nDStem: 244 729 321 647 89 0 200 82\nFore\n89 0 m 1\n 244 729 l 1\n 526 729 l 2\n 591 729 644 711 682 677 c 0\n 729 635 759 561 759 488 c 0\n 759 363 711 217 643 134 c 0\n 570 45 479 0 371 0 c 2\n 89 0 l 1\n200 82 m 1\n 372 82 l 2\n 463 82 539 125 591 205 c 0\n 631 268 663 388 663 480 c 0\n 663 584 599 647 492 647 c 2\n 321 647 l 1\n 200 82 l 1\n536 791 m 1\n 441 791 l 1\n 377 939 l 1\n 440 939 l 1\n 496 841 l 1\n 600 939 l 1\n 664 939 l 1\n 536 791 l 1\nEndSplineSet\nEndChar\nStartChar: dcaron\nEncoding: 271 271 204\nWidth: 650\nFlags: W\nHStem: -22.9975 76.9975<244 278> 0 21G<414 495> 462 77<345 372> 505.339 37.6606<671 672> 631 98<710 743>\nVStem: 73 88<169 201>\nDStem: 430 76 650 729 414 0 495 0 566 729 650 729 506 448 495 0 710 729 810 729 689 631 791 636\nFore\n650 729 m 1\n 495 0 l 1\n 414 0 l 1\n 430 76 l 1\n 416 48 403 33 373 15 c 0\n 333 -9 287 -23 244 -23 c 0\n 140 -23 73 53 73 170 c 0\n 73 381 197 539 363 539 c 0\n 434 539 474 513 506 448 c 1\n 566 729 l 1\n 650 729 l 1\n355 462 m 0\n 291 462 243 430 205 361 c 0\n 178 310 161 246 161 190 c 0\n 161 104 204 54 278 54 c 0\n 339 54 388 88 427 155 c 0\n 457 207 473 268 473 327 c 0\n 473 412 429 462 355 462 c 0\n710 729 m 1\n 810 729 l 1\n 791 636 l 1\n 773 554 725 505 662 505 c 1\n 670 543 l 1\n 709 543 733 572 744 631 c 1\n 689 631 l 1\n 710 729 l 1\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 205\nWidth: 722\nFlags: W\nHStem: 0 82<201 393> 341 67<106 160 271 422> 647 82<321 505>\nVStem: 663 96<464 496>\nDStem: 161 341 255 341 89 0 200 82 244 729 321 647 176 408 270 408\nFore\n161 341 m 1\n 93 341 l 1\n 106 408 l 1\n 176 408 l 1\n 244 729 l 1\n 526 729 l 2\n 591 729 644 711 682 677 c 0\n 729 635 759 561 759 488 c 0\n 759 363 711 217 643 134 c 0\n 570 45 479 0 371 0 c 2\n 89 0 l 1\n 161 341 l 1\n255 341 m 1\n 200 82 l 1\n 372 82 l 2\n 463 82 539 125 591 205 c 0\n 631 268 663 389 663 480 c 0\n 663 585 599 647 492 647 c 2\n 321 647 l 1\n 270 408 l 1\n 436 408 l 1\n 422 341 l 1\n 255 341 l 1\nEndSplineSet\nEndChar\nStartChar: dcroat\nEncoding: 273 273 206\nWidth: 556\nFlags: W\nHStem: -22.9975 76.9975<244 278> 0 21G<414 495> 462 77<345 372> 600 53<400 537 635 684> 600 129<622 634>\nVStem: 73 88<169 192>\nDStem: 430 76 622 600 414 0 495 0 538 600 622 600 506 448 495 0 566 729 650 729 550 653 634 653\nFore\n550 653 m 1\n 566 729 l 1\n 650 729 l 1\n 634 653 l 1\n 695 653 l 1\n 684 600 l 1\n 622 600 l 1\n 495 0 l 1\n 414 0 l 1\n 430 76 l 1\n 416 48 403 33 373 15 c 0\n 333 -9 287 -23 244 -23 c 0\n 140 -23 73 53 73 170 c 0\n 73 271 107 376 160 440 c 0\n 212 503 286 539 363 539 c 0\n 433 539 474 513 506 448 c 1\n 538 600 l 1\n 388 600 l 1\n 400 653 l 1\n 550 653 l 1\n355 462 m 0\n 291 462 243 430 205 361 c 0\n 178 310 161 246 161 190 c 0\n 161 104 204 54 278 54 c 0\n 339 54 388 88 427 155 c 0\n 457 207 473 268 473 327 c 0\n 473 412 429 462 355 462 c 0\nEndSplineSet\nEndChar\nStartChar: Emacron\nEncoding: 274 274 207\nWidth: 667\nFlags: W\nHStem: 0 82<202 613> 332 82<273 650> 647 82<322 734> 826 69<392 652>\nDStem: 245 729 322 647 90 0 272 414 245 729 668 414 90 0 650 332 245 729 255 332 90 0 201 82 245 729 630 82 90 0 613 0\nFore\n255 332 m 1\n 201 82 l 1\n 630 82 l 1\n 613 0 l 1\n 90 0 l 1\n 245 729 l 1\n 751 729 l 1\n 734 647 l 1\n 322 647 l 1\n 272 414 l 1\n 668 414 l 1\n 650 332 l 1\n 255 332 l 1\n667 895 m 1\n 652 826 l 1\n 377 826 l 1\n 392 895 l 1\n 667 895 l 1\nEndSplineSet\nEndChar\nStartChar: emacron\nEncoding: 275 275 208\nWidth: 556\nFlags: W\nHStem: -23 77<281 298> 234 72<196 489> 462 77<372 391> 627 69<288 548>\nVStem: 84 88<169 190> 491.902 87.17<339 368>\nFore\n563 234 m 1\n 177 234 l 1\n 173 219 172 209 172 188 c 0\n 172 103 217 54 296 54 c 0\n 363 54 416 90 452 159 c 1\n 536 159 l 1\n 505 51 402 -23 282 -23 c 0\n 225 -23 181 -7 146 27 c 0\n 107 64 84 119 84 173 c 0\n 84 254 121 368 168 431 c 0\n 218 498 302 539 389 539 c 0\n 497 539 580 464 580 368 c 0\n 580 341 575 299 566 251 c 2\n 563 234 l 1\n195 306 m 1\n 489 306 l 1\n 491 322 492 329 492 339 c 0\n 492 414 447 462 376 462 c 0\n 295 462 221 398 195 306 c 1\n563 696 m 1\n 548 627 l 1\n 273 627 l 1\n 288 696 l 1\n 563 696 l 1\nEndSplineSet\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 209\nWidth: 667\nHStem: 0 82<202 613> 332 82<273 650> 647 82<322 734> 829 72<527.117 545.117> 944 20<406.117 459.117 651.117 707.117>\nVStem: 401.121 57.9958<928 951>\nDStem: 245 729 322 647 90 0 272 414 245 729 630 82 90 0 613 0 245 729 255 332 90 0 201 82 245 729 668 414 90 0 650 332\nRef: 728 728 N 1 0 0 1 236.117 235\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: ebreve\nEncoding: 277 277 210\nWidth: 556\nHStem: -23 77<281 298> 234 72<196 489> 462 77<372 391> 624 72<412.288 430.288> 739 20<291.288 344.288 536.288 592.288>\nVStem: 84 88<169 190> 286.292 57.9958<723 746> 491.902 87.17<339 368>\nRef: 728 728 N 1 0 0 1 121.288 30\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 211\nWidth: 667\nFlags: W\nHStem: 0 82<202 613> 332 82<273 650> 647 82<322 734> 811 103<481 563>\nDStem: 245 729 322 647 90 0 272 414 245 729 668 414 90 0 650 332 245 729 255 332 90 0 201 82 245 729 630 82 90 0 613 0 481 914 585 914 459 811 563 811\nFore\n255 332 m 1\n 201 82 l 1\n 630 82 l 1\n 613 0 l 1\n 90 0 l 1\n 245 729 l 1\n 751 729 l 1\n 734 647 l 1\n 322 647 l 1\n 272 414 l 1\n 668 414 l 1\n 650 332 l 1\n 255 332 l 1\n585 914 m 1\n 563 811 l 1\n 459 811 l 1\n 481 914 l 1\n 585 914 l 1\nEndSplineSet\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 212\nWidth: 556\nFlags: W\nHStem: -23 77<281 298> 234 72<196 489> 462 77<372 391> 612 103<378 460>\nVStem: 84 88<169 190> 491.902 87.17<339 368>\nDStem: 378 715 482 715 356 612 460 612\nFore\n563 234 m 1\n 177 234 l 1\n 173 219 172 209 172 188 c 0\n 172 103 217 54 296 54 c 0\n 363 54 416 90 452 159 c 1\n 536 159 l 1\n 505 51 402 -23 282 -23 c 0\n 225 -23 181 -7 146 27 c 0\n 107 64 84 119 84 173 c 0\n 84 254 121 368 168 431 c 0\n 218 498 302 539 389 539 c 0\n 497 539 580 464 580 368 c 0\n 580 341 575 299 566 251 c 2\n 563 234 l 1\n195 306 m 1\n 489 306 l 1\n 491 322 492 329 492 339 c 0\n 492 414 447 462 376 462 c 0\n 295 462 221 398 195 306 c 1\n482 715 m 1\n 460 612 l 1\n 356 612 l 1\n 378 715 l 1\n 482 715 l 1\nEndSplineSet\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 213\nWidth: 667\nFlags: W\nHStem: -205 45<541 557> 0 82<202 541> 332 82<273 650> 647 82<322 734>\nVStem: 412.006 74.9937<-130 -116>\nDStem: 245 729 322 647 90 0 272 414 245 729 668 414 90 0 650 332 245 729 255 332 90 0 201 82 245 729 630 82 90 0 613 0\nFore\n255 332 m 1\n 201 82 l 1\n 630 82 l 1\n 613 0 l 1\n 551 -29 539 -37 522 -52 c 0\n 499 -73 487 -94 487 -116 c 0\n 487 -142 514 -160 555 -160 c 0\n 579 -160 603 -157 623 -150 c 1\n 614 -195 l 1\n 572 -204 565 -205 542 -205 c 0\n 462 -205 412 -176 412 -130 c 0\n 412 -96 434 -59 469 -35 c 0\n 489 -21 505 -14 542 0 c 1\n 90 0 l 1\n 245 729 l 1\n 751 729 l 1\n 734 647 l 1\n 322 647 l 1\n 272 414 l 1\n 668 414 l 1\n 650 332 l 1\n 255 332 l 1\nEndSplineSet\nEndChar\nStartChar: eogonek\nEncoding: 281 281 214\nWidth: 556\nFlags: W\nHStem: -205 45<386 404> -23 77<279 298> 234 72<196 489> 462 77<372 393>\nVStem: 84 88<172 195> 253.722 73.2781<-115 -113> 491.287 88.3854<339 368>\nFore\n464 -150 m 1\n 455 -195 l 1\n 434 -202 416 -205 387 -205 c 0\n 351 -205 310 -197 289 -186 c 0\n 265 -174 253 -154 253 -127 c 0\n 253 -86 276 -58 346 -16 c 1\n 314 -22 300 -23 280 -23 c 0\n 225 -23 181 -7 146 27 c 0\n 107 64 84 119 84 173 c 0\n 84 254 121 368 168 431 c 0\n 218 498 302 539 389 539 c 0\n 497 539 580 464 580 368 c 0\n 580 341 575 299 566 251 c 2\n 563 234 l 1\n 177 234 l 1\n 173 219 172 209 172 188 c 0\n 172 103 217 54 296 54 c 0\n 363 54 416 90 452 159 c 1\n 536 159 l 1\n 520 100 479 50 395 -14 c 0\n 354 -46 327 -86 327 -114 c 0\n 327 -141 355 -160 394 -160 c 0\n 421 -160 446 -156 464 -150 c 1\n195 306 m 1\n 489 306 l 1\n 491 322 492 329 492 339 c 0\n 492 414 447 462 376 462 c 0\n 295 462 221 398 195 306 c 1\nEndSplineSet\nEndChar\nStartChar: Ecaron\nEncoding: 282 282 215\nWidth: 667\nFlags: W\nHStem: 0 82<202 613> 332 82<273 650> 647 82<322 734>\nDStem: 245 729 322 647 90 0 272 414 245 729 668 414 90 0 650 332 245 729 255 332 90 0 201 82 245 729 630 82 90 0 613 0\nFore\n255 332 m 1\n 201 82 l 1\n 630 82 l 1\n 613 0 l 1\n 90 0 l 1\n 245 729 l 1\n 751 729 l 1\n 734 647 l 1\n 322 647 l 1\n 272 414 l 1\n 668 414 l 1\n 650 332 l 1\n 255 332 l 1\n555 791 m 1\n 460 791 l 1\n 396 939 l 1\n 459 939 l 1\n 515 841 l 1\n 619 939 l 1\n 683 939 l 1\n 555 791 l 1\nEndSplineSet\nEndChar\nStartChar: ecaron\nEncoding: 283 283 216\nWidth: 556\nFlags: W\nHStem: -23 77<281 298> 234 72<196 489> 462 77<372 391> 720 20G<291 354 514 578>\nVStem: 84 88<169 190> 491.902 87.17<339 368>\nFore\n563 234 m 1\n 177 234 l 1\n 173 219 172 209 172 188 c 0\n 172 103 217 54 296 54 c 0\n 363 54 416 90 452 159 c 1\n 536 159 l 1\n 505 51 402 -23 282 -23 c 0\n 225 -23 181 -7 146 27 c 0\n 107 64 84 119 84 173 c 0\n 84 254 121 368 168 431 c 0\n 218 498 302 539 389 539 c 0\n 497 539 580 464 580 368 c 0\n 580 341 575 299 566 251 c 2\n 563 234 l 1\n195 306 m 1\n 489 306 l 1\n 491 322 492 329 492 339 c 0\n 492 414 447 462 376 462 c 0\n 295 462 221 398 195 306 c 1\n450 592 m 1\n 355 592 l 1\n 291 740 l 1\n 354 740 l 1\n 410 642 l 1\n 514 740 l 1\n 578 740 l 1\n 450 592 l 1\nEndSplineSet\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 217\nWidth: 778\nHStem: -22.497 80.8346<378 411> 303 82<489 692> 660 81<525 557> 959 20<543.266 638.266>\nVStem: 109 96<260 281> 718 91<508.063 526>\nDStem: 489 385 793 385 471 303 710 -4\nRef: 710 710 N 1 0 0 1 269.266 238\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 218\nWidth: 556\nHStem: -218 72<207 228> -16.8153 72.6922<247 271> 462 77<352 371> 504 20<525 601> 754 20<381.459 476.459>\nVStem: 33 85<-75 -73> 74 88<166 186>\nDStem: 525 524 601 524 508 446 508 85\nRef: 710 710 N 1 0 0 1 107.459 33\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 219\nWidth: 778\nFlags: W\nHStem: -22.497 80.8346<378 411> 303 82<489 692> 660 81<525 557> 793 72<564 580>\nVStem: 109 96<260 281> 438.004 57.9958<892 915> 718 91<508.063 526>\nDStem: 489 385 793 385 471 303 710 -4\nFore\n793 385 m 1\n 710 -4 l 1\n 651 -4 l 1\n 647 86 l 1\n 609 54 590 40 566 26 c 0\n 512 -5 443 -23 378 -23 c 0\n 310 -23 245 -2 199 36 c 0\n 143 81 109 167 109 261 c 0\n 109 391 167 527 263 623 c 0\n 341 701 439 741 555 741 c 0\n 712 741 809 658 809 525 c 2\n 809 519 l 1\n 809 515 l 1\n 809 508 l 1\n 718 508 l 1\n 717 554 707 581 681 607 c 0\n 648 642 598 660 537 660 c 0\n 440 660 354 617 293 538 c 0\n 240 468 205 365 205 277 c 0\n 205 220 219 167 242 132 c 0\n 273 86 337 58 411 58 c 0\n 480 58 538 79 592 123 c 0\n 643 165 672 211 687 277 c 2\n 693 303 l 1\n 471 303 l 1\n 489 385 l 1\n 793 385 l 1\n443 928 m 1\n 496 928 l 1\n 496 920 l 1\n 496 915 l 2\n 496 885 529 865 578 865 c 0\n 637 865 678 888 688 928 c 1\n 744 928 l 1\n 733 884 722 863 698 842 c 0\n 665 812 614 793 565 793 c 0\n 490 793 438 833 438 892 c 0\n 438 901 439 909 443 928 c 1\nEndSplineSet\nEndChar\nStartChar: gbreve\nEncoding: 287 287 220\nWidth: 556\nFlags: W\nHStem: -218 72<207 228> -16.8153 72.6922<247 271> 462 77<352 371> 504 20G<525 601> 594 72<405 425> 709 20G<288 341 533 589>\nVStem: 33 85<-75 -73> 74 88<166 186> 283.004 57.9958<693 716>\nDStem: 525 524 601 524 508 446 508 85\nFore\n525 524 m 1\n 601 524 l 1\n 508 85 l 2\n 481 -42 454 -103 404 -151 c 0\n 359 -194 288 -218 209 -218 c 0\n 102 -218 32 -168 32 -91 c 0\n 32 -87 32 -81 33 -73 c 1\n 34 -60 l 1\n 118 -60 l 1\n 118 -68 l 1\n 118 -74 l 2\n 118 -119 158 -146 226 -146 c 0\n 332 -146 386 -92 415 44 c 2\n 419 63 l 1\n 369 10 310 -17 247 -17 c 0\n 145 -17 74 59 74 168 c 0\n 74 260 112 373 165 439 c 0\n 214 501 292 539 369 539 c 0\n 403 539 435 528 461 509 c 0\n 483 493 493 479 508 446 c 1\n 525 524 l 1\n363 462 m 0\n 300 462 244 425 208 360 c 0\n 179 308 162 244 162 184 c 0\n 162 105 204 55 271 55 c 0\n 331 55 390 93 423 154 c 0\n 451 203 469 277 469 339 c 0\n 469 414 427 462 363 462 c 0\n288 729 m 1\n 341 729 l 1\n 341 721 l 1\n 341 716 l 2\n 341 686 374 666 423 666 c 0\n 482 666 523 689 533 729 c 1\n 589 729 l 1\n 578 685 567 664 543 643 c 0\n 510 613 459 594 410 594 c 0\n 335 594 283 634 283 693 c 0\n 283 702 284 710 288 729 c 1\nEndSplineSet\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 221\nWidth: 778\nHStem: -22.497 80.8346<378 411> 303 82<489 692> 660 81<525 557> 829 103<528.713 610.713>\nVStem: 109 96<260 281> 718 91<508.063 526>\nDStem: 489 385 793 385 471 303 710 -4 528.713 932 632.713 932 506.713 829 610.713 829\nRef: 729 729 N 1 0 0 1 262.713 217\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 222\nWidth: 556\nHStem: -218 72<207 228> -16.8153 72.6922<247 271> 462 77<352 371> 504 20<525 601> 624 103<366.906 448.906>\nVStem: 33 85<-75 -73> 74 88<166 186>\nDStem: 366.906 727 470.906 727 344.906 624 448.906 624 525 524 601 524 508 446 508 85\nRef: 729 729 N 1 0 0 1 100.906 12\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 223\nWidth: 778\nFlags: W\nHStem: -283.661 37.6606<292 295> -158 98<331 364> -22.497 80.8346<378 411> 303 82<489 692> 660 81<525 557>\nVStem: 109 96<260 279> 718 91<508.063 526>\nDStem: 331 -60 431 -60 310 -158 412 -153 489 385 793 385 471 303 710 -4\nFore\n793 385 m 1\n 710 -4 l 1\n 651 -4 l 1\n 647 86 l 1\n 609 54 590 40 566 26 c 0\n 512 -5 443 -23 378 -23 c 0\n 310 -23 245 -2 199 36 c 0\n 143 81 109 167 109 261 c 0\n 109 391 167 527 263 623 c 0\n 341 701 439 741 555 741 c 0\n 712 741 809 658 809 525 c 2\n 809 519 l 1\n 809 515 l 1\n 809 508 l 1\n 718 508 l 1\n 717 554 707 581 681 607 c 0\n 648 642 598 660 537 660 c 0\n 440 660 354 617 293 538 c 0\n 240 468 205 365 205 277 c 0\n 205 220 219 167 242 132 c 0\n 273 86 337 58 411 58 c 0\n 480 58 538 79 592 123 c 0\n 643 165 672 211 687 277 c 2\n 693 303 l 1\n 471 303 l 1\n 489 385 l 1\n 793 385 l 1\n331 -60 m 1\n 431 -60 l 1\n 412 -153 l 1\n 394 -235 346 -284 283 -284 c 1\n 291 -246 l 1\n 330 -246 354 -217 365 -158 c 1\n 310 -158 l 1\n 331 -60 l 1\nEndSplineSet\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 224\nWidth: 527\nFlags: W\nHStem: -218 72<178 199> -16.8153 72.6922<218 242> 462 77<323 349> 504 20G<496 572> 589 98<397 430> 775 37.4899<467 470>\nVStem: 4 85<-75 -73> 45 88<166 186>\nDStem: 350 682 451 687 330 589 430 589 496 524 572 524 479 446 479 85\nFore\n496 524 m 1\n 572 524 l 1\n 479 85 l 2\n 452 -42 425 -103 375 -151 c 0\n 330 -194 259 -218 180 -218 c 0\n 73 -218 3 -168 3 -91 c 0\n 3 -87 3 -81 4 -73 c 1\n 5 -60 l 1\n 89 -60 l 1\n 89 -68 l 1\n 89 -74 l 2\n 89 -119 129 -146 197 -146 c 0\n 303 -146 357 -92 386 44 c 2\n 390 63 l 1\n 340 10 281 -17 218 -17 c 0\n 116 -17 45 59 45 168 c 0\n 45 260 83 373 136 439 c 0\n 185 501 263 539 340 539 c 0\n 374 539 406 528 432 509 c 0\n 454 493 464 479 479 446 c 1\n 496 524 l 1\n334 462 m 0\n 271 462 215 425 179 360 c 0\n 150 308 133 244 133 184 c 0\n 133 105 175 55 242 55 c 0\n 302 55 361 93 394 154 c 0\n 422 203 440 277 440 339 c 0\n 440 414 398 462 334 462 c 0\n430 589 m 1\n 330 589 l 1\n 350 682 l 2\n 368 764 415 813 478 813 c 1\n 470 775 l 1\n 431 775 407 746 396 687 c 1\n 451 687 l 1\n 430 589 l 1\nEndSplineSet\nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 225\nWidth: 722\nHStem: 0 21<83 177 550 644> 332 82<266 620> 709 20<238 332 705 799> 959 20<524.445 619.445>\nDStem: 238 729 332 729 83 0 265 414 238 729 248 332 83 0 177 0 238 729 799 729 83 0 644 0 621 332 799 729 550 0 644 0 705 729 799 729 638 414 644 0\nRef: 710 710 N 1 0 0 1 250.445 238\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 226\nWidth: 556\nHStem: 0 21<70 154 406 490> 466.996 72.0044<400 439> 709 20<225 309> 959 20<440.961 535.961>\nVStem: 484.996 89.0044<382 413>\nDStem: 225 729 309 729 70 0 252 459 225 729 215 289 70 0 154 0 479 343 570 376 406 0 490 0\nRef: 710 710 N 1 0 0 1 166.961 238\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: Hbar\nEncoding: 294 294 227\nWidth: 722\nFlags: W\nHStem: 0 21G<6 100 474 567> 332 82<187 544> 506 70<83 113 221 581 689 718> 709 20G<160 253 628 721>\nDStem: 113 506 206 504 6 0 187 414 113 506 170 332 6 0 100 0 160 729 253 729 128 576 221 576 544 332 674 506 474 0 567 0 581 504 674 506 562 414 567 0 628 729 721 729 596 576 689 576\nFore\n206 504 m 1\n 187 414 l 1\n 562 414 l 1\n 581 504 l 1\n 206 504 l 1\n128 576 m 1\n 160 729 l 1\n 253 729 l 1\n 221 576 l 1\n 596 576 l 1\n 628 729 l 1\n 721 729 l 1\n 689 576 l 1\n 733 576 l 1\n 718 506 l 1\n 674 506 l 1\n 567 0 l 1\n 474 0 l 1\n 544 332 l 1\n 170 332 l 1\n 100 0 l 1\n 6 0 l 1\n 113 506 l 1\n 69 506 l 1\n 84 576 l 1\n 128 576 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: hbar\nEncoding: 295 295 228\nWidth: 556\nFlags: W\nHStem: 0 21G<-7 76 326 409> 466 73<317 358> 600 53<67 120 214 353> 709 20G<147 230>\nDStem: 120 600 203 600 -7 0 172 452 120 600 137 289 -7 0 76 0 403 363 493 396 326 0 409 0\nFore\n214 653 m 1\n 364 653 l 1\n 353 600 l 1\n 203 600 l 1\n 172 452 l 1\n 234 516 284 539 358 539 c 0\n 446 539 496 498 496 430 c 0\n 496 419 495 408 493 396 c 2\n 409 0 l 1\n 326 0 l 1\n 403 363 l 2\n 405 374 406 384 406 393 c 0\n 406 441 363 466 317 466 c 0\n 231 466 160 396 137 289 c 2\n 76 0 l 1\n -7 0 l 1\n 120 600 l 1\n 57 600 l 1\n 68 653 l 1\n 131 653 l 1\n 147 729 l 1\n 230 729 l 1\n 214 653 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Itilde\nEncoding: 296 296 229\nWidth: 278\nHStem: 0 21<100 194> 709 20<255 349> 830 70<396.423 406.423> 862 70<260.423 276.423>\nDStem: 255 729 349 729 100 0 194 0\nRef: 732 732 N 1 0 0 1 34.4231 218\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: itilde\nEncoding: 297 297 230\nWidth: 278\nHStem: 0 21<94 178> 507 20<206 290> 625 70<341.817 351.817> 657 70<205.817 221.817>\nDStem: 206 527 290 527 94 0 178 0\nRef: 732 732 N 1 0 0 1 -20.1827 13\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Imacron\nEncoding: 298 298 231\nWidth: 278\nFlags: W\nHStem: 0 21G<100 194> 709 20G<255 349> 826 69<211 443>\nDStem: 255 729 349 729 100 0 194 0\nFore\n349 729 m 1\n 194 0 l 1\n 100 0 l 1\n 255 729 l 1\n 349 729 l 1\n458 895 m 1\n 443 826 l 1\n 195 826 l 1\n 211 895 l 1\n 458 895 l 1\nEndSplineSet\nEndChar\nStartChar: imacron\nEncoding: 299 299 232\nWidth: 222\nFlags: W\nHStem: 0 21G<66 150> 504 20G<177 261> 627 69<139 358>\nDStem: 177 524 261 524 66 0 150 0\nFore\n261 524 m 1\n 150 0 l 1\n 66 0 l 1\n 177 524 l 1\n 261 524 l 1\n373 696 m 1\n 358 627 l 1\n 124 627 l 1\n 139 696 l 1\n 373 696 l 1\nEndSplineSet\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 233\nWidth: 278\nHStem: 0 21<100 194> 709 20<255 349> 829 72<322.64 340.64> 944 20<201.64 254.64 446.64 502.64>\nVStem: 196.644 57.9958<928 951>\nDStem: 255 729 349 729 100 0 194 0\nRef: 728 728 N 1 0 0 1 31.6402 235\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: ibreve\nEncoding: 301 301 234\nWidth: 278\nHStem: 0 21<94 178> 507 20<206 290> 624 72<268.034 286.034> 739 20<147.034 200.034 392.034 448.034>\nVStem: 142.039 57.9958<723 746>\nDStem: 206 527 290 527 94 0 178 0\nRef: 728 728 N 1 0 0 1 -22.9657 30\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 235\nWidth: 278\nFlags: W\nHStem: -204.654 45.6536<156 163> 709 20G<255 349>\nVStem: 28.8533 74.1467<-116 -115>\nDStem: 255 729 349 729 100 0 194 0\nFore\n349 729 m 1\n 194 0 l 1\n 189 -4 184 -8 178 -12 c 0\n 128 -51 103 -86 103 -115 c 0\n 103 -142 127 -159 163 -159 c 0\n 178 -159 184 -158 209 -150 c 1\n 200 -195 l 1\n 176 -203 164 -205 143 -205 c 0\n 76 -205 28 -174 28 -129 c 0\n 28 -96 43 -71 85 -35 c 0\n 103 -20 112 -13 135 0 c 1\n 100 0 l 1\n 255 729 l 1\n 349 729 l 1\nEndSplineSet\nEndChar\nStartChar: iogonek\nEncoding: 303 303 236\nWidth: 222\nFlags: W\nHStem: -204.997 45.9969<102 128> 504 20G<177 261> 626 103<221 282>\nVStem: 0.0668501 72.9332<-128 -116>\nDStem: 177 524 261 524 66 0 150 0 221 729 305 729 198 626 282 626\nFore\n261 524 m 1\n 150 0 l 1\n 105 -35 73 -84 73 -116 c 0\n 73 -142 94 -159 128 -159 c 0\n 140 -159 142 -158 164 -150 c 1\n 155 -195 l 1\n 133 -202 120 -205 102 -205 c 0\n 42 -205 0 -173 0 -128 c 0\n 0 -88 36 -42 100 0 c 1\n 66 0 l 1\n 177 524 l 1\n 261 524 l 1\n305 729 m 1\n 282 626 l 1\n 198 626 l 1\n 221 729 l 1\n 305 729 l 1\nEndSplineSet\nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 237\nWidth: 278\nFlags: W\nHStem: 0 21G<100 194> 709 20G<255 349> 811 103<285 367>\nDStem: 255 729 349 729 100 0 194 0 285 914 389 914 263 811 367 811\nFore\n349 729 m 1\n 194 0 l 1\n 100 0 l 1\n 255 729 l 1\n 349 729 l 1\n389 914 m 1\n 367 811 l 1\n 263 811 l 1\n 285 914 l 1\n 389 914 l 1\nEndSplineSet\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 238\nWidth: 278\nFlags: W\nHStem: 0 21G<94 178> 507 20G<206 290>\nDStem: 206 527 290 527 94 0 178 0\nFore\n290 527 m 1\n 178 0 l 1\n 94 0 l 1\n 206 527 l 1\n 290 527 l 1\nEndSplineSet\nEndChar\nStartChar: IJ\nEncoding: 306 306 239\nWidth: 742\nFlags: W\nHStem: -22.8565 80.8565<454 470> 0 21<100 194> 709 20<255 349 718 812>\nVStem: 278 96<122 137>\nDStem: 255 729 349 729 100 0 194 0 298 234 392 234 284 170 378 168 718 729 812 729 609 216 696 182\nRef: 74 74 N 1 0 0 1 231 0\nRef: 73 73 N 1 0 0 1 0 0\nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 240\nWidth: 362\nFlags: W\nHStem: -217.878 71.8777<102 118> 0 21<66 150> 504 20<177 261 315 399> 626 103<221 283 359 421>\nDStem: 177 524 261 524 66 0 150 0 221 729 305 729 199 626 283 626 315 524 399 524 188 -76 265 -109 359 729 443 729 337 626 421 626\nRef: 106 106 N 1 0 0 1 135 0\nRef: 105 105 N 1 0 0 1 0 0\nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 241\nWidth: 500\nHStem: -22.8565 80.8565<223 239> 709 20<487 581> 959 20<382.512 477.512>\nVStem: 47 96<122 137>\nDStem: 67 234 161 234 53 170 147 168 487 729 581 729 378 216 465 182\nRef: 710 710 N 1 0 0 1 108.512 238\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 242\nWidth: 222\nHStem: -217.878 71.8777<-33 -17> 504 20G<180 264>\nDStem: 180 524 264 524 53 -76 130 -109\nFore\n180 524 m 1\n 264 524 l 1\n 130 -109 l 1\n 112 -191 69 -218 -46 -218 c 0\n -55 -218 -58 -217 -65 -215 c 1\n -50 -144 l 1\n -32 -146 -30 -146 -25 -146 c 0\n 26 -146 41 -132 53 -76 c 2\n 180 524 l 1\n227.811 828 m 1\n 322.811 828 l 1\n 386.811 678 l 1\n 323.811 678 l 1\n 267.811 777 l 1\n 163.811 678 l 1\n 99.8105 678 l 1\n 227.811 828 l 1\nEndSplineSet\nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 243\nWidth: 667\nFlags: W\nHStem: -283.661 37.6606<247 250> -158 98<286 319> 0 21G<79 173 548 658> 709 20G<234 328 693 813>\nDStem: 234 729 328 729 79 0 249 356 234 729 226 249 79 0 173 0 286 -60 386 -60 265 -158 367 -153 693 729 813 729 249 356 452 431 693 729 380 376 249 356 226 249\nFore\n226 249 m 1\n 173 0 l 1\n 79 0 l 1\n 234 729 l 1\n 328 729 l 1\n 249 356 l 1\n 693 729 l 1\n 813 729 l 1\n 452 431 l 1\n 658 0 l 1\n 548 0 l 1\n 380 376 l 1\n 226 249 l 1\n286 -60 m 1\n 386 -60 l 1\n 367 -153 l 1\n 349 -235 301 -284 238 -284 c 1\n 246 -246 l 1\n 285 -246 309 -217 320 -158 c 1\n 265 -158 l 1\n 286 -60 l 1\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 244\nWidth: 500\nFlags: W\nHStem: -283.661 37.6606<168 170> -158 98<207 240> 0 21G<58 142 406 502> 504 20G<476 584> 709 20G<213 297>\nDStem: 207 -60 307 -60 186 -158 288 -153 213 729 297 729 58 0 207 306 213 729 185 203 58 0 142 0 292 291 362 343 406 0 502 0 476 524 584 524 207 306 362 343\nFore\n297 729 m 1\n 207 306 l 1\n 476 524 l 1\n 584 524 l 1\n 362 343 l 1\n 502 0 l 1\n 406 0 l 1\n 292 291 l 1\n 185 203 l 1\n 142 0 l 1\n 58 0 l 1\n 213 729 l 1\n 297 729 l 1\n207 -60 m 1\n 307 -60 l 1\n 288 -153 l 1\n 270 -235 222 -284 159 -284 c 1\n 167 -246 l 1\n 206 -246 230 -217 241 -158 c 1\n 186 -158 l 1\n 207 -60 l 1\nEndSplineSet\nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 245\nWidth: 510\nFlags: W\nHStem: 0 21G<70 153 411 514> 504 20G<181 264 486 593>\nDStem: 181 524 264 524 70 0 217 302 181 524 199 216 70 0 153 0 199 216 266 264 411 0 514 0 486 524 593 524 217 302 266 264\nFore\n264 524 m 1\n 217 302 l 1\n 486 524 l 1\n 593 524 l 1\n 266 264 l 1\n 514 0 l 1\n 411 0 l 1\n 199 216 l 1\n 153 0 l 1\n 70 0 l 1\n 181 524 l 1\n 264 524 l 1\nEndSplineSet\nEndChar\nStartChar: Lacute\nEncoding: 313 313 246\nWidth: 556\nFlags: W\nHStem: 0 82<192 534> 709 20G<235 329>\nDStem: 235 729 329 729 80 0 191 82 235 729 551 82 80 0 534 0\nFore\n329 729 m 1\n 191 82 l 1\n 551 82 l 1\n 534 0 l 1\n 80 0 l 1\n 235 729 l 1\n 329 729 l 1\n368 939 m 1\n 480 939 l 1\n 300 791 l 1\n 240 791 l 1\n 368 939 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: lacute\nEncoding: 314 314 247\nWidth: 222\nFlags: W\nHStem: 0 21G<68 152> 709 20G<223 307>\nDStem: 223 729 307 729 68 0 152 0\nFore\n307 729 m 1\n 152 0 l 1\n 68 0 l 1\n 223 729 l 1\n 307 729 l 1\n351 939 m 1\n 463 939 l 1\n 283 791 l 1\n 223 791 l 1\n 351 939 l 1\nEndSplineSet\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 248\nWidth: 556\nFlags: W\nHStem: -283.661 37.6606<205 208> -158 98<244 277> 0 82<192 534> 709 20G<235 329>\nDStem: 235 729 329 729 80 0 191 82 235 729 551 82 80 0 534 0 244 -60 344 -60 223 -158 325 -153\nFore\n329 729 m 1\n 191 82 l 1\n 551 82 l 1\n 534 0 l 1\n 80 0 l 1\n 235 729 l 1\n 329 729 l 1\n244 -60 m 1\n 344 -60 l 1\n 325 -153 l 1\n 307 -235 259 -284 196 -284 c 1\n 204 -246 l 1\n 243 -246 267 -217 278 -158 c 1\n 223 -158 l 1\n 244 -60 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 249\nWidth: 222\nFlags: W\nHStem: -283.661 37.6606<8 9> -158 98<47 80> 0 21G<68 152> 709 20G<223 307>\nDStem: 47 -60 147 -60 26 -158 128 -153 223 729 307 729 68 0 152 0\nFore\n307 729 m 1\n 152 0 l 1\n 68 0 l 1\n 223 729 l 1\n 307 729 l 1\n47 -60 m 1\n 147 -60 l 1\n 128 -153 l 1\n 110 -235 62 -284 -1 -284 c 1\n 7 -246 l 1\n 46 -246 70 -217 81 -158 c 1\n 26 -158 l 1\n 47 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 250\nWidth: 556\nFlags: W\nHStem: 0 82<192 534> 505.339 37.6606<390 391> 631 98<429 462>\nDStem: 235 729 329 729 80 0 191 82 235 729 551 82 80 0 534 0 429 729 529 729 408 631 510 636\nFore\n329 729 m 1\n 191 82 l 1\n 551 82 l 1\n 534 0 l 1\n 80 0 l 1\n 235 729 l 1\n 329 729 l 1\n429 729 m 1\n 529 729 l 1\n 510 636 l 1\n 492 554 444 505 381 505 c 1\n 389 543 l 1\n 428 543 452 572 463 631 c 1\n 408 631 l 1\n 429 729 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: lcaron\nEncoding: 318 318 251\nWidth: 307\nFlags: W\nHStem: 0 21G<68 152> 505.339 37.6606<328 329> 631 98<367 400>\nDStem: 223 729 307 729 68 0 152 0 367 729 467 729 346 631 448 636\nFore\n307 729 m 1\n 152 0 l 1\n 68 0 l 1\n 223 729 l 1\n 307 729 l 1\n367 729 m 1\n 467 729 l 1\n 448 636 l 1\n 430 554 382 505 319 505 c 1\n 327 543 l 1\n 366 543 390 572 401 631 c 1\n 346 631 l 1\n 367 729 l 1\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 252\nWidth: 556\nHStem: 0 82<192 534> 313 103<375.189 458.189> 709 20<235 329>\nDStem: 235 729 329 729 80 0 191 82 235 729 551 82 80 0 534 0 375.189 416 480.189 416 353.189 313 458.189 313\nRef: 183 183 N 1 0 0 1 187.189 121\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: ldot\nEncoding: 320 320 253\nWidth: 500\nHStem: 0 21<68 152> 290 103<340 423> 709 20<223 307>\nDStem: 223 729 307 729 68 0 152 0 340 393 445 393 318 290 423 290\nRef: 183 183 S 1 0 0 1 152 98\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: Lslash\nEncoding: 321 321 254\nWidth: 556\nFlags: W\nHStem: 0 82<212 552> 709 20G<255 349>\nDStem: 92 304 261 315 75 225 211 82 158 276 261 315 100 0 211 82 158 276 570 82 100 0 552 0 255 729 349 729 175 355 278 394 474 512 457 433 278 394 261 315\nFore\n261 315 m 1\n 211 82 l 1\n 570 82 l 1\n 552 0 l 1\n 100 0 l 1\n 158 276 l 1\n 75 225 l 1\n 92 304 l 1\n 175 355 l 1\n 255 729 l 1\n 349 729 l 1\n 278 394 l 1\n 474 512 l 1\n 457 433 l 1\n 261 315 l 1\nEndSplineSet\nEndChar\nStartChar: lslash\nEncoding: 322 322 255\nWidth: 222\nFlags: W\nHStem: 0 21G<67 151> 709 20G<222 306>\nDStem: 76 337 225 347 62 270 151 0 134 314 225 347 67 0 151 0 222 729 306 729 149 382 239 414 222 729 312 456 149 382 298 389\nFore\n239 414 m 1\n 312 456 l 1\n 298 389 l 1\n 225 347 l 1\n 151 0 l 1\n 67 0 l 1\n 134 314 l 1\n 62 270 l 1\n 76 337 l 1\n 149 382 l 1\n 222 729 l 1\n 306 729 l 1\n 239 414 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 256\nWidth: 722\nFlags: W\nHStem: 0 21G<76 165 540 646> 709 20G<231 335 712 801>\nDStem: 231 729 291 591 76 0 165 0 291 591 335 729 540 0 585 131 712 729 801 729 585 131 646 0\nFore\n801 729 m 1\n 646 0 l 1\n 540 0 l 1\n 291 591 l 1\n 165 0 l 1\n 76 0 l 1\n 231 729 l 1\n 335 729 l 1\n 585 131 l 1\n 712 729 l 1\n 801 729 l 1\n594 939 m 1\n 706 939 l 1\n 526 791 l 1\n 466 791 l 1\n 594 939 l 1\nEndSplineSet\nEndChar\nStartChar: nacute\nEncoding: 324 324 257\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 406 490> 466.995 72.0047<399 438> 504 20G<181 257> 720 20G<468 580>\nVStem: 485.994 88.0059<386 414>\nDStem: 181 524 215 289 70 0 154 0 480 349 570 376 406 0 490 0\nFore\n181 524 m 1\n 257 524 l 1\n 244 459 l 1\n 296 512 362 539 438 539 c 0\n 521 539 574 490 574 414 c 0\n 574 401 573 389 570 376 c 1\n 490 0 l 1\n 406 0 l 1\n 480 349 l 1\n 484 365 486 380 486 386 c 0\n 486 432 449 467 399 467 c 0\n 309 467 239 399 215 289 c 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\n468 740 m 1\n 580 740 l 1\n 400 592 l 1\n 340 592 l 1\n 468 740 l 1\nEndSplineSet\nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 258\nWidth: 722\nFlags: W\nHStem: -283.661 37.6606<243 244> -158 98<282 315> 0 21G<76 165 540 646> 709 20G<231 335 712 801>\nDStem: 231 729 291 591 76 0 165 0 282 -60 382 -60 261 -158 363 -153 291 591 335 729 540 0 585 131 712 729 801 729 585 131 646 0\nFore\n801 729 m 1\n 646 0 l 1\n 540 0 l 1\n 291 591 l 1\n 165 0 l 1\n 76 0 l 1\n 231 729 l 1\n 335 729 l 1\n 585 131 l 1\n 712 729 l 1\n 801 729 l 1\n282 -60 m 1\n 382 -60 l 1\n 363 -153 l 1\n 345 -235 297 -284 234 -284 c 1\n 242 -246 l 1\n 281 -246 305 -217 316 -158 c 1\n 261 -158 l 1\n 282 -60 l 1\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 259\nWidth: 556\nFlags: W\nHStem: -283.661 37.6606<178 183> -158 98<217 250> 0 21G<70 154 406 490> 466.995 72.0047<399 438> 504 20G<181 257>\nVStem: 485.994 88.0059<386 414>\nDStem: 181 524 215 289 70 0 154 0 217 -60 317 -60 196 -158 298 -153 480 349 570 376 406 0 490 0\nFore\n181 524 m 1\n 257 524 l 1\n 244 459 l 1\n 296 512 362 539 438 539 c 0\n 521 539 574 490 574 414 c 0\n 574 401 573 389 570 376 c 1\n 490 0 l 1\n 406 0 l 1\n 480 349 l 1\n 484 365 486 380 486 386 c 0\n 486 432 449 467 399 467 c 0\n 309 467 239 399 215 289 c 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\n217 -60 m 1\n 317 -60 l 1\n 298 -153 l 1\n 280 -235 232 -284 169 -284 c 1\n 177 -246 l 1\n 216 -246 240 -217 251 -158 c 1\n 196 -158 l 1\n 217 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Ncaron\nEncoding: 327 327 260\nWidth: 722\nFlags: W\nHStem: 0 21G<76 165 540 646> 709 20G<231 335 712 801>\nDStem: 231 729 291 591 76 0 165 0 291 591 335 729 540 0 585 131 712 729 801 729 585 131 646 0\nFore\n801 729 m 1\n 646 0 l 1\n 540 0 l 1\n 291 591 l 1\n 165 0 l 1\n 76 0 l 1\n 231 729 l 1\n 335 729 l 1\n 585 131 l 1\n 712 729 l 1\n 801 729 l 1\n570 791 m 1\n 475 791 l 1\n 411 939 l 1\n 474 939 l 1\n 530 841 l 1\n 634 939 l 1\n 698 939 l 1\n 570 791 l 1\nEndSplineSet\nEndChar\nStartChar: ncaron\nEncoding: 328 328 261\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 406 490> 466.995 72.0047<399 438> 504 20G<181 257> 720 20G<291 354 514 578>\nVStem: 485.994 88.0059<386 414>\nDStem: 181 524 215 289 70 0 154 0 480 349 570 376 406 0 490 0\nFore\n181 524 m 1\n 257 524 l 1\n 244 459 l 1\n 296 512 362 539 438 539 c 0\n 521 539 574 490 574 414 c 0\n 574 401 573 389 570 376 c 1\n 490 0 l 1\n 406 0 l 1\n 480 349 l 1\n 484 365 486 380 486 386 c 0\n 486 432 449 467 399 467 c 0\n 309 467 239 399 215 289 c 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\n450 592 m 1\n 355 592 l 1\n 291 740 l 1\n 354 740 l 1\n 410 642 l 1\n 514 740 l 1\n 578 740 l 1\n 450 592 l 1\nEndSplineSet\nEndChar\nStartChar: napostrophe\nEncoding: 329 329 262\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 406 490> 466.995 72.0047<399 438> 504 20G<181 257>\nVStem: 485.994 88.0059<386 414>\nDStem: 181 524 215 289 70 0 154 0 480 349 570 376 406 0 490 0\nFore\n181 524 m 1\n 257 524 l 1\n 244 459 l 1\n 296 512 362 539 438 539 c 0\n 521 539 574 490 574 414 c 0\n 574 401 573 389 570 376 c 1\n 490 0 l 1\n 406 0 l 1\n 480 349 l 1\n 484 365 486 380 486 386 c 0\n 486 432 449 467 399 467 c 0\n 309 467 239 399 215 289 c 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: Eng\nEncoding: 330 330 263\nWidth: 722\nFlags: W\nHStem: 0 21G<76 165 540 646> 709 20G<231 335 712 801>\nDStem: 231 729 291 591 76 0 165 0 291 591 335 729 540 0 585 131 712 729 801 729 585 131 646 0\nFore\n801 729 m 1\n 646 0 l 1\n 540 0 l 1\n 291 591 l 1\n 165 0 l 1\n 76 0 l 1\n 231 729 l 1\n 335 729 l 1\n 585 131 l 1\n 712 729 l 1\n 801 729 l 1\nEndSplineSet\nEndChar\nStartChar: eng\nEncoding: 331 331 264\nWidth: 556\nFlags: W\nHStem: 0 21G<70 154 406 490> 466.995 72.0047<399 438> 504 20G<181 257>\nVStem: 485.994 88.0059<386 414>\nDStem: 181 524 215 289 70 0 154 0 480 349 570 376 406 0 490 0\nFore\n181 524 m 1\n 257 524 l 1\n 244 459 l 1\n 296 512 362 539 438 539 c 0\n 521 539 574 490 574 414 c 0\n 574 401 573 389 570 376 c 1\n 490 0 l 1\n 406 0 l 1\n 480 349 l 1\n 484 365 486 380 486 386 c 0\n 486 432 449 467 399 467 c 0\n 309 467 239 399 215 289 c 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: Omacron\nEncoding: 332 332 265\nWidth: 778\nFlags: W\nHStem: -23 81<390 422> 660 81<520 539> 826 69<438 698>\nVStem: 104 96<249 281> 732 96<441 466>\nFore\n537 741 m 0\n 628 741 707 713 756 664 c 0\n 800 619 828 543 828 464 c 0\n 828 306 752 144 635 54 c 0\n 570 4 485 -23 391 -23 c 0\n 306 -23 225 6 177 54 c 0\n 131 100 104 177 104 263 c 0\n 104 390 157 522 246 614 c 0\n 327 699 424 741 537 741 c 0\n525 660 m 0\n 431 660 342 613 284 533 c 0\n 231 460 200 363 200 271 c 0\n 200 213 214 164 241 130 c 0\n 276 86 339 58 404 58 c 0\n 501 58 589 104 647 185 c 0\n 700 257 732 355 732 446 c 0\n 732 505 718 553 691 588 c 0\n 657 632 593 660 525 660 c 0\n713 895 m 1\n 698 826 l 1\n 423 826 l 1\n 438 895 l 1\n 713 895 l 1\nEndSplineSet\nEndChar\nStartChar: omacron\nEncoding: 333 333 266\nWidth: 556\nFlags: W\nHStem: -23 77<268 288> 462 77<368 386> 627 69<284 544>\nVStem: 80 88<164 186> 488 88<329 353>\nFore\n384 539 m 0\n 442 539 487 523 521 490 c 0\n 556 456 576 405 576 352 c 0\n 576 265 543 156 497 93 c 0\n 441 16 365 -23 269 -23 c 0\n 157 -23 80 53 80 164 c 0\n 80 249 113 359 158 423 c 0\n 209 497 291 539 384 539 c 0\n371 462 m 0\n 305 462 249 425 212 357 c 0\n 185 307 168 241 168 184 c 0\n 168 104 212 54 283 54 c 0\n 352 54 406 90 444 159 c 0\n 471 209 488 274 488 333 c 0\n 488 414 445 462 371 462 c 0\n559 696 m 1\n 544 627 l 1\n 269 627 l 1\n 284 696 l 1\n 559 696 l 1\nEndSplineSet\nEndChar\nStartChar: Obreve\nEncoding: 334 334 267\nWidth: 778\nHStem: -23 81<390 408> 660 81<520 539> 829 72<564.353 582.353> 944 20<443.353 496.353 688.353 744.353>\nVStem: 104 96<249 281> 438.357 57.9958<928 951> 732 96<441 466>\nRef: 728 728 N 1 0 0 1 273.353 235\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: obreve\nEncoding: 335 335 268\nWidth: 556\nHStem: -23 77<268 288> 462 77<368 386> 624 72<405.203 423.203> 739 20<284.203 337.203 529.203 585.203>\nVStem: 80 88<164 186> 279.208 57.9958<723 746> 488 88<329 353>\nRef: 728 728 N 1 0 0 1 114.203 30\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 269\nWidth: 778\nFlags: W\nHStem: -23 81<390 408> 660 81<520 539>\nVStem: 104 96<249 281> 732 96<441 466>\nFore\n537 741 m 0\n 628 741 707 713 756 664 c 0\n 800 619 828 543 828 464 c 0\n 828 306 752 144 635 54 c 0\n 570 4 485 -23 391 -23 c 0\n 306 -23 225 6 177 54 c 0\n 131 100 104 177 104 263 c 0\n 104 390 157 522 246 614 c 0\n 327 699 424 741 537 741 c 0\n525 660 m 0\n 431 660 342 613 284 533 c 0\n 231 460 200 363 200 271 c 0\n 200 213 214 164 241 130 c 0\n 276 86 339 58 404 58 c 0\n 501 58 589 104 647 185 c 0\n 700 257 732 355 732 446 c 0\n 732 505 718 553 691 588 c 0\n 657 632 593 660 525 660 c 0\n555 939 m 1\n 667 939 l 1\n 487 789 l 1\n 427 789 l 1\n 555 939 l 1\n729 939 m 1\n 841 939 l 1\n 661 789 l 1\n 601 789 l 1\n 729 939 l 1\nEndSplineSet\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 270\nWidth: 556\nFlags: W\nHStem: -23 77<268 288> 462 77<368 386> 720 20G<397 509 571 683>\nVStem: 80 88<164 186> 488 88<329 353>\nFore\n384 539 m 0\n 442 539 487 523 521 490 c 0\n 556 456 576 405 576 352 c 0\n 576 265 543 156 497 93 c 0\n 441 16 365 -23 269 -23 c 0\n 157 -23 80 53 80 164 c 0\n 80 249 113 359 158 423 c 0\n 209 497 291 539 384 539 c 0\n371 462 m 0\n 305 462 249 425 212 357 c 0\n 185 307 168 241 168 184 c 0\n 168 104 212 54 283 54 c 0\n 352 54 406 90 444 159 c 0\n 471 209 488 274 488 333 c 0\n 488 414 445 462 371 462 c 0\n397 740 m 1\n 509 740 l 1\n 329 590 l 1\n 269 590 l 1\n 397 740 l 1\n571 740 m 1\n 683 740 l 1\n 503 590 l 1\n 443 590 l 1\n 571 740 l 1\nEndSplineSet\nEndChar\nStartChar: OE\nEncoding: 338 338 271\nWidth: 1000\nFlags: W\nHStem: -23 81<332 357> 0 82<635 957> 327 82<705 1013> 647 82<755 1091> 660 81<479 501>\nVStem: 101 96<201 249>\nDStem: 638 539 755 647 562 182 704 409 638 539 1031 409 562 182 1013 327 638 539 687 327 562 182 634 82\nFore\n687 327 m 1\n 634 82 l 1\n 974 82 l 1\n 957 0 l 1\n 523 0 l 1\n 539 77 l 1\n 482 7 419 -23 332 -23 c 0\n 193 -23 101 73 101 219 c 0\n 101 359 158 529 235 616 c 0\n 304 693 404 741 496 741 c 0\n 579 741 631 714 662 653 c 1\n 678 729 l 1\n 1108 729 l 1\n 1091 647 l 1\n 755 647 l 1\n 704 409 l 1\n 1031 409 l 1\n 1013 327 l 1\n 687 327 l 1\n562 182 m 1\n 638 539 l 1\n 619 621 568 660 480 660 c 0\n 393 660 320 613 269 523 c 0\n 229 454 197 318 197 222 c 0\n 197 120 256 58 352 58 c 0\n 436 58 505 99 562 182 c 1\nEndSplineSet\nEndChar\nStartChar: oe\nEncoding: 339 339 272\nWidth: 944\nFlags: W\nHStem: -23 77<274 293 666 685> 234 72<582 875> 462 77<370 388 757 777>\nVStem: 85 88<161 185> 877.87 87.2021<338 368>\nFore\n838 159 m 1\n 922 159 l 1\n 890 50 788 -23 667 -23 c 0\n 598 -23 550 1 508 55 c 0\n 499 66 496 72 491 84 c 1\n 441 17 362 -23 275 -23 c 0\n 217 -23 171 -7 139 26 c 0\n 105 61 85 112 85 165 c 0\n 85 246 117 354 162 422 c 0\n 212 497 292 539 386 539 c 0\n 470 539 529 503 558 436 c 1\n 601 495 693 539 775 539 c 0\n 883 539 966 464 966 368 c 0\n 966 341 961 299 952 251 c 2\n 949 234 l 1\n 563 234 l 1\n 558 208 556 196 556 176 c 0\n 556 102 605 54 683 54 c 0\n 749 54 802 90 838 159 c 1\n371 462 m 0\n 261 462 173 338 173 181 c 0\n 173 103 216 54 285 54 c 0\n 351 54 408 92 445 159 c 0\n 471 207 487 275 487 334 c 0\n 487 414 443 462 371 462 c 0\n581 306 m 1\n 875 306 l 1\n 877 320 878 328 878 338 c 0\n 878 414 833 462 764 462 c 0\n 682 462 607 398 581 306 c 1\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 273\nWidth: 722\nFlags: W\nHStem: 0 21G<93 187 566 679> 314 82<272 511> 647 82<325 585>\nVStem: 562.216 101.604<47 76> 593.995 96.005<239 264> 674 95.263<557 560>\nDStem: 248 729 325 647 93 0 271 396 248 729 254 314 93 0 187 0\nFore\n254 314 m 1\n 187 0 l 1\n 93 0 l 1\n 248 729 l 1\n 584 729 l 2\n 712 729 770 681 770 575 c 0\n 770 513 743 446 703 409 c 0\n 685 393 669 382 630 360 c 1\n 677 329 690 308 690 264 c 0\n 690 246 682 194 669 126 c 0\n 665 105 663 88 663 76 c 0\n 663 54 671 35 684 23 c 1\n 679 0 l 1\n 566 0 l 1\n 563 21 562 32 562 47 c 0\n 562 79 562 79 586 179 c 0\n 591 201 594 222 594 239 c 0\n 594 288 558 314 493 314 c 2\n 254 314 l 1\n271 396 m 1\n 502 396 l 2\n 566 396 608 413 637 449 c 0\n 659 477 674 521 674 558 c 0\n 674 582 666 605 653 619 c 0\n 634 640 608 647 555 647 c 2\n 325 647 l 1\n 271 396 l 1\n577 939 m 1\n 689 939 l 1\n 509 791 l 1\n 449 791 l 1\n 577 939 l 1\nEndSplineSet\nEndChar\nStartChar: racute\nEncoding: 341 341 274\nWidth: 333\nFlags: W\nHStem: 0 21G<69 153> 451.139 87.8615<385.028 404 404.016 417.905> 504 20G<180 256> 720 20G<386 498>\nDStem: 180 524 256 524 69 0 239 442 180 524 211 272 69 0 153 0\nFore\n180 524 m 1\n 256 524 l 1\n 239 442 l 1\n 301 513 346 539 404 539 c 0\n 415 539 423 538 436 536 c 1\n 418 451 l 1\n 308 455 237 394 211 272 c 2\n 153 0 l 1\n 69 0 l 1\n 180 524 l 1\n386 740 m 1\n 498 740 l 1\n 318 592 l 1\n 258 592 l 1\n 386 740 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 275\nWidth: 722\nFlags: W\nHStem: -283.661 37.6606<271 273> -158 98<310 343> 0 21G<93 187 566 679> 314 82<272 509> 647 82<325 585>\nVStem: 562.436 100.924<47 76> 593.995 96.005<239 264> 674 95.263<557 564>\nDStem: 248 729 325 647 93 0 271 396 248 729 254 314 93 0 187 0 310 -60 410 -60 289 -158 391 -153\nFore\n254 314 m 1\n 187 0 l 1\n 93 0 l 1\n 248 729 l 1\n 584 729 l 2\n 712 729 770 681 770 575 c 0\n 770 513 743 446 703 409 c 0\n 685 393 669 382 630 360 c 1\n 677 329 690 308 690 264 c 0\n 690 246 682 194 669 126 c 0\n 665 105 663 88 663 76 c 0\n 663 54 671 35 684 23 c 1\n 679 0 l 1\n 566 0 l 1\n 563 21 562 32 562 47 c 0\n 562 79 562 79 586 179 c 0\n 591 201 594 222 594 239 c 0\n 594 288 558 314 493 314 c 2\n 254 314 l 1\n271 396 m 1\n 502 396 l 2\n 566 396 608 413 637 449 c 0\n 659 477 674 521 674 558 c 0\n 674 582 666 605 653 619 c 0\n 634 640 608 647 555 647 c 2\n 325 647 l 1\n 271 396 l 1\n310 -60 m 1\n 410 -60 l 1\n 391 -153 l 1\n 373 -235 325 -284 262 -284 c 1\n 270 -246 l 1\n 309 -246 333 -217 344 -158 c 1\n 289 -158 l 1\n 310 -60 l 1\nEndSplineSet\nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 276\nWidth: 333\nFlags: W\nHStem: -283.661 37.6606<14 15> -158 98<53 86> 0 21G<69 153> 451 88<389 418> 504 20G<181 256>\nDStem: 53 -60 153 -60 32 -158 134 -153 181 524 256 524 69 0 239 442 181 524 211 272 69 0 153 0\nFore\n181 524 m 1\n 256 524 l 1\n 239 442 l 1\n 302 513 346 539 404 539 c 0\n 415 539 423 538 436 536 c 1\n 418 451 l 1\n 408 451 l 2\n 305 452 235 388 211 272 c 1\n 153 0 l 1\n 69 0 l 1\n 181 524 l 1\n53 -60 m 1\n 153 -60 l 1\n 134 -153 l 1\n 116 -235 68 -284 5 -284 c 1\n 13 -246 l 1\n 52 -246 76 -217 87 -158 c 1\n 32 -158 l 1\n 53 -60 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Rcaron\nEncoding: 344 344 277\nWidth: 722\nFlags: W\nHStem: 0 21G<93 187 566 679> 314 82<272 509> 647 82<325 585>\nVStem: 562.216 101.604<47 76> 593.995 96.005<239 264> 674 95.263<557 560>\nDStem: 248 729 325 647 93 0 271 396 248 729 254 314 93 0 187 0\nFore\n254 314 m 1\n 187 0 l 1\n 93 0 l 1\n 248 729 l 1\n 584 729 l 2\n 712 729 770 681 770 575 c 0\n 770 513 743 446 703 409 c 0\n 685 393 669 382 630 360 c 1\n 677 329 690 308 690 264 c 0\n 690 246 682 194 669 126 c 0\n 665 105 663 88 663 76 c 0\n 663 54 671 35 684 23 c 1\n 679 0 l 1\n 566 0 l 1\n 563 21 562 32 562 47 c 0\n 562 79 562 79 586 179 c 0\n 591 201 594 222 594 239 c 0\n 594 288 558 314 493 314 c 2\n 254 314 l 1\n271 396 m 1\n 502 396 l 2\n 566 396 608 413 637 449 c 0\n 659 477 674 521 674 558 c 0\n 674 582 666 605 653 619 c 0\n 634 640 608 647 555 647 c 2\n 325 647 l 1\n 271 396 l 1\n556 791 m 1\n 461 791 l 1\n 397 939 l 1\n 460 939 l 1\n 516 841 l 1\n 620 939 l 1\n 684 939 l 1\n 556 791 l 1\nEndSplineSet\nEndChar\nStartChar: rcaron\nEncoding: 345 345 278\nWidth: 333\nFlags: W\nHStem: 0 21G<69 153> 451.139 87.8615<385.028 404 404.016 417.905> 504 20G<180 256> 720 20G<199 262 422 486>\nDStem: 180 524 256 524 69 0 239 442 180 524 211 272 69 0 153 0\nFore\n180 524 m 1\n 256 524 l 1\n 239 442 l 1\n 301 513 346 539 404 539 c 0\n 415 539 423 538 436 536 c 1\n 418 451 l 1\n 308 455 237 394 211 272 c 2\n 153 0 l 1\n 69 0 l 1\n 180 524 l 1\n358 592 m 1\n 263 592 l 1\n 199 740 l 1\n 262 740 l 1\n 318 642 l 1\n 422 740 l 1\n 486 740 l 1\n 358 592 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Sacute\nEncoding: 346 346 279\nWidth: 667\nFlags: W\nHStem: -23 81<318 361> 660 81<457 498>\nVStem: 89.0062 91.9938<171 191> 178.621 96.1936<492 518> 572.995 96.0048<209 237> 621.995 92.0051<551 571>\nFore\n706 515 m 1\n 618 515 l 1\n 621 535 622 542 622 551 c 0\n 622 580 609 612 590 629 c 0\n 568 649 526 660 470 660 c 0\n 404 660 355 644 318 611 c 0\n 289 584 274 553 274 518 c 0\n 274 474 298 454 375 432 c 2\n 547 383 l 2\n 594 370 623 350 645 315 c 0\n 660 291 669 263 669 237 c 0\n 669 181 633 108 582 61 c 0\n 523 6 435 -23 330 -23 c 0\n 179 -23 89 49 89 169 c 0\n 89 190 91 206 98 232 c 1\n 185 232 l 1\n 182 213 181 204 181 191 c 0\n 181 100 233 58 346 58 c 0\n 426 58 485 77 526 114 c 0\n 554 140 573 178 573 209 c 0\n 573 257 540 286 460 309 c 2\n 289 357 l 2\n 222 376 178 429 178 492 c 0\n 178 543 209 614 250 656 c 0\n 304 712 385 741 488 741 c 0\n 566 741 619 725 660 689 c 0\n 693 660 714 614 714 571 c 0\n 714 556 712 543 706 515 c 1\n566 939 m 1\n 678 939 l 1\n 498 791 l 1\n 438 791 l 1\n 566 939 l 1\nEndSplineSet\nEndChar\nStartChar: sacute\nEncoding: 347 347 280\nWidth: 500\nFlags: W\nHStem: -23 77<241 269> 462 77<333 358> 720 20G<433 545>\nVStem: 61.498 93.0539<105 131> 123.892 87.6412<345 367> 404.81 87.2468<150 173> 430.377 89.1996<400 421>\nFore\n514 378 m 1\n 430 378 l 1\n 431 386 431 393 431 400 c 0\n 431 439 398 462 339 462 c 0\n 295 462 265 452 241 429 c 0\n 223 412 211 387 211 367 c 0\n 211 341 240 321 296 307 c 2\n 372 288 l 2\n 460 266 493 234 493 173 c 0\n 493 54 396 -23 247 -23 c 0\n 131 -23 61 25 61 105 c 0\n 61 121 62 133 67 156 c 1\n 156 156 l 1\n 155 146 154 137 154 131 c 0\n 154 81 193 54 262 54 c 0\n 305 54 348 67 373 88 c 0\n 389 101 405 132 405 150 c 0\n 405 159 399 174 392 183 c 0\n 383 194 368 200 335 209 c 2\n 261 228 l 2\n 158 255 123 284 123 345 c 0\n 123 392 147 444 183 479 c 0\n 224 518 285 539 356 539 c 0\n 453 539 520 491 520 421 c 0\n 520 408 519 399 514 378 c 1\n433 740 m 1\n 545 740 l 1\n 365 592 l 1\n 305 592 l 1\n 433 740 l 1\nEndSplineSet\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 281\nWidth: 667\nHStem: -23 81<318 361> 660 81<457 490> 959 20<494.577 589.577>\nVStem: 89.0062 91.9938<171 191> 178.621 96.1936<492 518> 572.995 96.0048<209 237> 621.995 92.0051<551 571>\nRef: 710 710 N 1 0 0 1 220.577 238\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 282\nWidth: 500\nHStem: -23 77<241 269> 462 77<333 358> 754 20<362.382 457.382>\nVStem: 61.498 93.0539<105 131> 123.892 87.6412<345 367> 404.81 87.2468<150 173> 430.377 89.1996<400 421>\nRef: 710 710 N 1 0 0 1 88.3823 33\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 283\nWidth: 667\nFlags: W\nHStem: -214 43<251 280> -22 80<338.125 361> 660 81<457 490>\nVStem: 89.0062 91.9938<171 191> 178.716 95.9692<492 518> 330 77.1123<-118 -114> 572.995 96.0048<209 237> 621.951 91.1406<551 571>\nDStem: 296 -22 338 -22 259 -92 320 -56\nFore\n338 -22 m 1\n 320 -56 l 1\n 333 -54 336 -54 341 -54 c 0\n 378 -54 408 -77 408 -105 c 0\n 408 -168 347 -214 263 -214 c 0\n 225 -214 197 -206 145 -180 c 1\n 173 -142 l 1\n 213 -163 239 -171 267 -171 c 0\n 304 -171 330 -148 330 -116 c 0\n 330 -104 315 -94 299 -94 c 0\n 294 -94 294 -94 279 -97 c 2\n 272 -98 l 1\n 259 -92 l 1\n 296 -22 l 1\n 227 -13 199 -4 169 15 c 0\n 118 49 89 105 89 169 c 0\n 89 190 91 206 98 232 c 1\n 185 232 l 1\n 182 213 181 204 181 191 c 0\n 181 100 233 58 346 58 c 0\n 426 58 485 77 526 114 c 0\n 554 140 573 179 573 209 c 0\n 573 257 540 286 460 309 c 2\n 289 357 l 2\n 222 376 178 429 178 492 c 0\n 178 543 209 614 250 656 c 0\n 304 712 385 741 488 741 c 0\n 566 741 619 725 660 689 c 0\n 693 660 714 614 714 571 c 0\n 714 555 712 543 706 515 c 1\n 618 515 l 1\n 621 535 622 543 622 551 c 0\n 622 579 609 612 590 629 c 0\n 568 649 526 660 470 660 c 0\n 404 660 355 644 318 611 c 0\n 289 584 274 553 274 518 c 0\n 274 474 298 454 375 432 c 2\n 547 383 l 2\n 594 370 623 350 645 315 c 0\n 660 291 669 263 669 237 c 0\n 669 165 616 78 545 32 c 0\n 489 -4 422 -22 338 -22 c 1\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 284\nWidth: 500\nFlags: W\nHStem: -214 43<173 197> 462 77<333 358>\nVStem: 61.8335 92.6108<105 131> 123.004 87.9964<345 367> 247 77.1123<-118 -114> 405.676 87.3538<150 173> 430.26 90.1302<400 421>\nDStem: 214 -22 255 -23 176 -92 237 -56\nFore\n255 -23 m 1\n 237 -56 l 1\n 250 -54 253 -54 258 -54 c 0\n 295 -54 325 -77 325 -105 c 0\n 325 -168 264 -214 180 -214 c 0\n 142 -214 113 -206 62 -180 c 1\n 90 -142 l 1\n 130 -163 156 -171 184 -171 c 0\n 221 -171 247 -148 247 -116 c 0\n 247 -104 233 -94 216 -94 c 0\n 211 -94 211 -94 196 -97 c 2\n 189 -98 l 1\n 176 -92 l 1\n 214 -22 l 1\n 112 -9 61 33 61 105 c 0\n 61 121 63 133 67 156 c 1\n 156 156 l 1\n 155 146 154 137 154 131 c 0\n 154 81 193 54 262 54 c 0\n 305 54 349 67 374 88 c 0\n 390 101 406 132 406 150 c 0\n 406 159 400 174 393 183 c 0\n 384 194 369 200 335 209 c 2\n 261 228 l 2\n 158 255 123 284 123 345 c 0\n 123 392 147 444 183 479 c 0\n 224 518 286 539 356 539 c 0\n 454 539 521 491 521 421 c 0\n 521 409 519 399 514 378 c 1\n 431 378 l 1\n 431 389 l 1\n 431 394 l 1\n 431 400 l 2\n 431 440 398 462 340 462 c 0\n 295 462 265 452 241 429 c 0\n 223 412 211 387 211 367 c 0\n 211 341 240 321 296 307 c 2\n 372 288 l 2\n 461 266 494 234 494 173 c 0\n 494 109 461 49 409 17 c 0\n 366 -9 323 -20 255 -23 c 1\nEndSplineSet\nEndChar\nStartChar: Scaron\nEncoding: 352 352 285\nWidth: 667\nFlags: W\nHStem: -23 81<318 361> 660 81<457 490>\nVStem: 89.0062 91.9938<171 191> 178.621 96.1936<492 518> 572.995 96.0048<209 237> 621.995 92.0051<551 571>\nFore\n706 515 m 1\n 618 515 l 1\n 621 535 622 542 622 551 c 0\n 622 580 609 612 590 629 c 0\n 568 649 526 660 470 660 c 0\n 404 660 355 644 318 611 c 0\n 289 584 274 553 274 518 c 0\n 274 474 298 454 375 432 c 2\n 547 383 l 2\n 594 370 623 350 645 315 c 0\n 660 291 669 263 669 237 c 0\n 669 181 633 108 582 61 c 0\n 523 6 435 -23 330 -23 c 0\n 179 -23 89 49 89 169 c 0\n 89 190 91 206 98 232 c 1\n 185 232 l 1\n 182 213 181 204 181 191 c 0\n 181 100 233 58 346 58 c 0\n 426 58 485 77 526 114 c 0\n 554 140 573 178 573 209 c 0\n 573 257 540 286 460 309 c 2\n 289 357 l 2\n 222 376 178 429 178 492 c 0\n 178 543 209 614 250 656 c 0\n 304 712 385 741 488 741 c 0\n 566 741 619 725 660 689 c 0\n 693 660 714 614 714 571 c 0\n 714 556 712 543 706 515 c 1\n547 791 m 1\n 452 791 l 1\n 388 939 l 1\n 451 939 l 1\n 507 841 l 1\n 611 939 l 1\n 675 939 l 1\n 547 791 l 1\nEndSplineSet\nEndChar\nStartChar: scaron\nEncoding: 353 353 286\nWidth: 500\nFlags: W\nHStem: -23 77<241 269> 462 77<333 358> 720 20G<260 323 483 547>\nVStem: 61.498 93.0539<105 131> 123.892 87.6412<345 367> 404.81 87.2468<150 173> 430.377 89.1996<400 421>\nFore\n514 378 m 1\n 430 378 l 1\n 431 386 431 393 431 400 c 0\n 431 439 398 462 339 462 c 0\n 295 462 265 452 241 429 c 0\n 223 412 211 387 211 367 c 0\n 211 341 240 321 296 307 c 2\n 372 288 l 2\n 460 266 493 234 493 173 c 0\n 493 54 396 -23 247 -23 c 0\n 131 -23 61 25 61 105 c 0\n 61 121 62 133 67 156 c 1\n 156 156 l 1\n 155 146 154 137 154 131 c 0\n 154 81 193 54 262 54 c 0\n 305 54 348 67 373 88 c 0\n 389 101 405 132 405 150 c 0\n 405 159 399 174 392 183 c 0\n 383 194 368 200 335 209 c 2\n 261 228 l 2\n 158 255 123 284 123 345 c 0\n 123 392 147 444 183 479 c 0\n 224 518 285 539 356 539 c 0\n 453 539 520 491 520 421 c 0\n 520 408 519 399 514 378 c 1\n419 592 m 1\n 324 592 l 1\n 260 740 l 1\n 323 740 l 1\n 379 642 l 1\n 483 740 l 1\n 547 740 l 1\n 419 592 l 1\nEndSplineSet\nEndChar\nStartChar: uni0162\nEncoding: 354 354 287\nWidth: 611\nHStem: -214 43<257.184 280.184> -20 20<309.184 350.184> 0 21<261 355> 647 82<175 398 493 731>\nVStem: 330.184 77.1123<-118 -114>\nDStem: 175 729 493 647 158 647 355 0 309.184 0 350.184 0 259.184 -92 320.184 -56 399 647 493 647 261 0 355 0\nRef: 184 184 N 1 0 0 1 144.184 0\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0163\nEncoding: 355 355 288\nWidth: 278\nHStem: -237 43<78.2868 101.287> -43 20<130.287 171.287> -22.0467 71.8808<186 219> 457 67<122 178 278 352> 457 211<263 277>\nVStem: 97.8996 85.2698<56 76> 151.287 77.1123<-141 -137>\nDStem: 122 524 263 457 108 457 185 90 130.287 -23 171.287 -23 80.2868 -115 141.287 -79 179 457 263 457 100 87 185 90 224 668 308 668 193 524 277 524\nRef: 184 184 N 1 0 0 1 -34.7132 -23\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: Tcaron\nEncoding: 356 356 289\nWidth: 611\nFlags: W\nHStem: 0 21G<261 355> 647 82<175 398 493 731>\nDStem: 175 729 493 647 158 647 355 0 399 647 493 647 261 0 355 0\nFore\n493 647 m 1\n 355 0 l 1\n 261 0 l 1\n 399 647 l 1\n 158 647 l 1\n 175 729 l 1\n 748 729 l 1\n 731 647 l 1\n 493 647 l 1\n524 791 m 1\n 429 791 l 1\n 365 939 l 1\n 428 939 l 1\n 484 841 l 1\n 588 939 l 1\n 652 939 l 1\n 524 791 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: tcaron\nEncoding: 357 357 290\nWidth: 319\nFlags: W\nHStem: -22.0467 71.8808<186 219> 457 67<122 178 278 352> 457 211<263 277> 577.339 37.6606<353 354> 703 98<392 425>\nVStem: 97.8996 85.2698<56 76>\nDStem: 122 524 263 457 108 457 185 90 179 457 263 457 100 87 185 90 224 668 308 668 193 524 277 524 392 801 492 801 371 703 473 708\nFore\n366 524 m 1\n 352 457 l 1\n 263 457 l 1\n 185 90 l 1\n 184 84 183 79 183 76 c 0\n 183 60 197 49 219 49 c 0\n 231 49 236 50 267 57 c 1\n 251 -16 l 1\n 237 -20 206 -23 186 -23 c 0\n 131 -23 97 7 97 56 c 0\n 97 66 98 77 100 87 c 2\n 179 457 l 1\n 108 457 l 1\n 122 524 l 1\n 193 524 l 1\n 224 668 l 1\n 308 668 l 1\n 277 524 l 1\n 366 524 l 1\n392 801 m 1\n 492 801 l 1\n 473 708 l 1\n 455 626 407 577 344 577 c 1\n 352 615 l 1\n 391 615 415 644 426 703 c 1\n 371 703 l 1\n 392 801 l 1\nEndSplineSet\nEndChar\nStartChar: Tbar\nEncoding: 358 358 291\nWidth: 611\nFlags: W\nHStem: 0 21G<261 355> 647 82<175 398 493 731>\nDStem: 175 729 493 647 158 647 355 0 399 647 493 647 261 0 355 0\nFore\n493 647 m 1\n 355 0 l 1\n 261 0 l 1\n 399 647 l 1\n 158 647 l 1\n 175 729 l 1\n 748 729 l 1\n 731 647 l 1\n 493 647 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: tbar\nEncoding: 359 359 292\nWidth: 278\nFlags: W\nHStem: -22.0467 71.8808<186 219> 457 67<122 178 278 352> 457 211<263 277>\nVStem: 97.8996 85.2698<56 76>\nDStem: 122 524 263 457 108 457 185 90 179 457 263 457 100 87 185 90 224 668 308 668 193 524 277 524\nFore\n366 524 m 1\n 352 457 l 1\n 263 457 l 1\n 185 90 l 1\n 184 84 183 79 183 76 c 0\n 183 60 197 49 219 49 c 0\n 231 49 236 50 267 57 c 1\n 251 -16 l 1\n 237 -20 206 -23 186 -23 c 0\n 131 -23 97 7 97 56 c 0\n 97 66 98 77 100 87 c 2\n 179 457 l 1\n 108 457 l 1\n 122 524 l 1\n 193 524 l 1\n 224 668 l 1\n 308 668 l 1\n 277 524 l 1\n 366 524 l 1\nEndSplineSet\nEndChar\nStartChar: Utilde\nEncoding: 360 360 293\nWidth: 722\nHStem: -23 81<362 383> 709 20<240 334 706 800> 830 70<614.247 624.247> 862 70<478.247 494.247>\nVStem: 124.924 95.1499<155 173>\nDStem: 240 729 334 729 138 251 225 217 706 729 800 729 597 217 691 217\nRef: 732 732 N 1 0 0 1 252.247 218\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: utilde\nEncoding: 361 361 294\nWidth: 556\nHStem: -22.9987 71.9987<226 268> 0 21<407 483> 504 20<177 261 510 594> 625 70<480.073 490.073> 657 70<344.073 360.073>\nDStem: 177 524 261 524 91 120 182 153 419 57 594 524 407 0 483 0 510 524 594 524 447 227 483 0\nRef: 732 732 N 1 0 0 1 118.073 13\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Umacron\nEncoding: 362 362 295\nWidth: 722\nFlags: W\nHStem: -23 81<362 383> 709 20G<240 334 706 800> 826 69<418 677>\nVStem: 124.895 95.2169<155 174>\nDStem: 240 729 334 729 138 251 225 217 706 729 800 729 597 217 691 217\nFore\n706 729 m 1\n 800 729 l 1\n 691 217 l 2\n 660 71 531 -23 363 -23 c 0\n 286 -23 220 -2 179 35 c 0\n 147 64 124 114 124 155 c 0\n 124 171 131 217 138 251 c 1\n 240 729 l 1\n 334 729 l 1\n 225 217 l 2\n 222 202 220 187 220 174 c 0\n 220 104 285 58 381 58 c 0\n 494 58 576 118 597 217 c 2\n 706 729 l 1\n692 895 m 1\n 677 826 l 1\n 403 826 l 1\n 418 895 l 1\n 692 895 l 1\nEndSplineSet\nEndChar\nStartChar: umacron\nEncoding: 363 363 296\nWidth: 556\nFlags: W\nHStem: -22.9987 71.9987<226 268> 0 21G<407 483> 504 20G<177 261 510 594> 627 69<285 545>\nDStem: 177 524 261 524 91 120 182 153 419 57 594 524 407 0 483 0 510 524 594 524 447 227 483 0\nFore\n483 0 m 1\n 407 0 l 1\n 419 57 l 1\n 361 1 304 -23 226 -23 c 0\n 140 -23 88 18 88 86 c 0\n 88 99 89 110 91 120 c 2\n 177 524 l 1\n 261 524 l 1\n 182 153 l 2\n 180 143 179 134 179 126 c 0\n 179 79 214 49 268 49 c 0\n 353 49 424 119 447 227 c 2\n 510 524 l 1\n 594 524 l 1\n 483 0 l 1\n560 696 m 1\n 545 627 l 1\n 270 627 l 1\n 285 696 l 1\n 560 696 l 1\nEndSplineSet\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 297\nWidth: 722\nHStem: -23 81<362 383> 709 20<240 334 706 800> 829 72<540.464 558.464> 944 20<419.464 472.464 664.464 720.464>\nVStem: 124.924 95.1499<155 173> 414.469 57.9958<928 951>\nDStem: 240 729 334 729 138 251 225 217 706 729 800 729 597 217 691 217\nRef: 728 728 N 1 0 0 1 249.464 235\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: ubreve\nEncoding: 365 365 298\nWidth: 556\nHStem: -22.9987 71.9987<226 268> 0 21<407 483> 504 20<177 261 510 594> 624 72<406.29 424.29> 739 20<285.29 338.29 530.29 586.29>\nVStem: 280.294 57.9958<723 746>\nDStem: 177 524 261 524 91 120 182 153 419 57 594 524 407 0 483 0 510 524 594 524 447 227 483 0\nRef: 728 728 N 1 0 0 1 115.29 30\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Uring\nEncoding: 366 366 299\nWidth: 722\nFlags: W\nHStem: -23 81<362 383> 709 20G<240 334 706 800> 778 44<532 542> 909 44<556 568>\nVStem: 124.895 95.2169<155 174> 459 46<848 859> 594 44.0744<873 876>\nDStem: 240 729 334 729 138 251 225 217 706 729 800 729 597 217 691 217\nFore\n706 729 m 1\n 800 729 l 1\n 691 217 l 2\n 660 71 531 -23 363 -23 c 0\n 286 -23 220 -2 179 35 c 0\n 147 64 124 114 124 155 c 0\n 124 171 131 217 138 251 c 1\n 240 729 l 1\n 334 729 l 1\n 225 217 l 2\n 222 202 220 187 220 174 c 0\n 220 104 285 58 381 58 c 0\n 494 58 576 118 597 217 c 2\n 706 729 l 1\n567 953 m 0\n 608 953 639 924 639 886 c 0\n 639 830 587 778 530 778 c 0\n 490 778 459 809 459 848 c 0\n 459 901 513 953 567 953 c 0\n560 909 m 0\n 532 909 505 883 505 857 c 0\n 505 836 520 822 540 822 c 0\n 567 822 594 848 594 874 c 0\n 594 894 579 909 560 909 c 0\nEndSplineSet\nEndChar\nStartChar: uring\nEncoding: 367 367 300\nWidth: 556\nFlags: W\nHStem: -22.9987 71.9987<226 268> 0 21G<407 483> 504 20G<177 261 510 594> 579 44<397 408> 710 44<419 433>\nVStem: 324 46<649 660> 459 44.0744<674 681>\nDStem: 177 524 261 524 91 120 182 153 419 57 594 524 407 0 483 0 510 524 594 524 447 227 483 0\nFore\n483 0 m 1\n 407 0 l 1\n 419 57 l 1\n 361 1 304 -23 226 -23 c 0\n 140 -23 88 18 88 86 c 0\n 88 99 89 110 91 120 c 2\n 177 524 l 1\n 261 524 l 1\n 182 153 l 2\n 180 143 179 134 179 126 c 0\n 179 79 214 49 268 49 c 0\n 353 49 424 119 447 227 c 2\n 510 524 l 1\n 594 524 l 1\n 483 0 l 1\n432 754 m 0\n 473 754 504 725 504 687 c 0\n 504 631 452 579 395 579 c 0\n 355 579 324 610 324 649 c 0\n 324 702 378 754 432 754 c 0\n425 710 m 0\n 397 710 370 684 370 658 c 0\n 370 637 385 623 405 623 c 0\n 432 623 459 649 459 675 c 0\n 459 695 444 710 425 710 c 0\nEndSplineSet\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 301\nWidth: 722\nFlags: W\nHStem: -23 81<362 392> 709 20G<240 334 706 800>\nVStem: 124.895 95.2169<155 174>\nDStem: 240 729 334 729 138 251 225 217 706 729 800 729 597 217 691 217\nFore\n706 729 m 1\n 800 729 l 1\n 691 217 l 2\n 660 71 531 -23 363 -23 c 0\n 286 -23 220 -2 179 35 c 0\n 147 64 124 114 124 155 c 0\n 124 171 131 217 138 251 c 1\n 240 729 l 1\n 334 729 l 1\n 225 217 l 2\n 222 202 220 187 220 174 c 0\n 220 104 285 58 381 58 c 0\n 494 58 576 118 597 217 c 2\n 706 729 l 1\n520 939 m 1\n 632 939 l 1\n 452 789 l 1\n 392 789 l 1\n 520 939 l 1\n694 939 m 1\n 806 939 l 1\n 626 789 l 1\n 566 789 l 1\n 694 939 l 1\nEndSplineSet\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 302\nWidth: 556\nFlags: W\nHStem: -22.9987 71.9987<226 268> 0 21G<407 483> 504 20G<177 261 510 594> 720 20G<397 509 571 683>\nDStem: 177 524 261 524 91 120 182 153 419 57 594 524 407 0 483 0 510 524 594 524 447 227 483 0\nFore\n483 0 m 1\n 407 0 l 1\n 419 57 l 1\n 361 1 304 -23 226 -23 c 0\n 140 -23 88 18 88 86 c 0\n 88 99 89 110 91 120 c 2\n 177 524 l 1\n 261 524 l 1\n 182 153 l 2\n 180 143 179 134 179 126 c 0\n 179 79 214 49 268 49 c 0\n 353 49 424 119 447 227 c 2\n 510 524 l 1\n 594 524 l 1\n 483 0 l 1\n397 740 m 1\n 509 740 l 1\n 329 590 l 1\n 269 590 l 1\n 397 740 l 1\n571 740 m 1\n 683 740 l 1\n 503 590 l 1\n 443 590 l 1\n 571 740 l 1\nEndSplineSet\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 303\nWidth: 722\nFlags: W\nHStem: -205 45<486 516> -23 81<358 396> 709 20G<240 334 706 800>\nVStem: 124.384 96.0826<155 173> 356.588 74.412<-117 -114>\nDStem: 240 729 334 729 138 251 225 217 706 729 800 729 597 217 691 217\nFore\n568 -150 m 1\n 559 -195 l 1\n 537 -203 519 -205 487 -205 c 0\n 403 -205 356 -177 356 -127 c 0\n 356 -84 388 -46 453 -13 c 1\n 415 -21 397 -23 366 -23 c 0\n 285 -23 221 -3 179 35 c 0\n 147 64 124 114 124 155 c 0\n 124 170 131 218 138 251 c 2\n 240 729 l 1\n 334 729 l 1\n 225 217 l 1\n 222 201 220 187 220 173 c 0\n 220 104 285 58 381 58 c 0\n 494 58 576 118 597 217 c 2\n 706 729 l 1\n 800 729 l 1\n 691 217 l 1\n 668 121 624 65 514 -6 c 1\n 463 -41 431 -84 431 -116 c 0\n 431 -142 457 -160 497 -160 c 0\n 524 -160 549 -156 568 -150 c 1\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 304\nWidth: 556\nFlags: W\nHStem: -204.964 44.9642<424 440> -22.9987 71.9987<226 268> 504 20G<177 261 510 594>\nVStem: 304.772 73.2282<-116 -115>\nDStem: 177 524 261 524 91 120 182 153 419 57 594 524 407 0 483 0 510 524 594 524 447 227 483 0\nFore\n594 524 m 1\n 483 0 l 1\n 461 -12 447 -22 414 -53 c 0\n 389 -75 378 -95 378 -115 c 0\n 378 -140 403 -160 433 -160 c 0\n 453 -160 478 -156 495 -150 c 1\n 486 -195 l 1\n 465 -202 446 -205 419 -205 c 0\n 348 -205 304 -175 304 -127 c 128\n 304 -79 348 -33 427 0 c 1\n 407 0 l 1\n 419 57 l 1\n 361 1 304 -23 226 -23 c 0\n 140 -23 88 18 88 86 c 0\n 88 99 89 110 91 120 c 2\n 177 524 l 1\n 261 524 l 1\n 182 153 l 2\n 180 143 179 134 179 126 c 0\n 179 79 214 49 268 49 c 0\n 353 49 424 119 447 227 c 2\n 510 524 l 1\n 594 524 l 1\nEndSplineSet\nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 305\nWidth: 944\nHStem: 0 21<209 311 642 744> 709 20<177 277 580 676 980 1084> 959 20<636.468 731.468>\nDStem: 580 729 601 592 292 137 311 0 601 592 676 729 642 0 717 137 980 729 1084 729 717 137 744 0\nRef: 710 710 N 1 0 0 1 362.468 238\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 306\nWidth: 722\nHStem: 0 21<158 254 461 556> 504 20<118 209 417 522 729 820> 754 20<474.968 569.968>\nDStem: 417 524 449 418 228 116 254 0 729 524 820 524 533 116 556 0\nRef: 710 710 N 1 0 0 1 200.968 33\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 307\nWidth: 667\nHStem: 0 21<293 387> 709 20<168 280 705 816> 959 20<497.968 592.968>\nDStem: 354 286 448 286 293 0 387 0 705 729 816 729 416 372 448 286\nRef: 710 710 N 1 0 0 1 223.968 238\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 308\nWidth: 500\nHStem: -218 81<56 72> 504 20<132 222 501 590> 754 20<366.968 461.968>\nDStem: 501 524 590 524 268 117 222 -110\nRef: 710 710 N 1 0 0 1 92.9682 33\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 309\nWidth: 667\nFlags: W\nHStem: 0 21G<293 387> 709 20G<168 280 705 816> 811 103<400 482 561 643>\nDStem: 354 286 448 286 293 0 387 0 400 914 504 914 378 811 482 811 561 914 665 914 539 811 643 811 705 729 816 729 416 372 448 286\nFore\n448 286 m 1\n 387 0 l 1\n 293 0 l 1\n 354 286 l 1\n 168 729 l 1\n 280 729 l 1\n 416 372 l 1\n 705 729 l 1\n 816 729 l 1\n 448 286 l 1\n504 914 m 1\n 482 811 l 1\n 378 811 l 1\n 400 914 l 1\n 504 914 l 1\n665 914 m 1\n 643 811 l 1\n 539 811 l 1\n 561 914 l 1\n 665 914 l 1\nEndSplineSet\nEndChar\nStartChar: Zacute\nEncoding: 377 377 310\nWidth: 611\nFlags: W\nHStem: 0 82<164 584> 647 82<212 600>\nDStem: 601 647 719 645 46 84 163 82\nFore\n737 729 m 1\n 719 645 l 1\n 163 82 l 1\n 601 82 l 1\n 584 0 l 1\n 28 0 l 1\n 46 84 l 1\n 601 647 l 1\n 195 647 l 1\n 212 729 l 1\n 737 729 l 1\n552 939 m 1\n 664 939 l 1\n 484 791 l 1\n 424 791 l 1\n 552 939 l 1\nEndSplineSet\nEndChar\nStartChar: zacute\nEncoding: 378 378 311\nWidth: 500\nFlags: W\nHStem: 0 72<148 458> 452 72<165 443> 720 20G<440 552>\nDStem: 444 452 539 449 49 74 147 72\nFore\n557 524 m 1\n 539 449 l 1\n 147 72 l 1\n 473 72 l 1\n 458 0 l 1\n 31 0 l 1\n 49 74 l 1\n 444 452 l 1\n 150 452 l 1\n 165 524 l 1\n 557 524 l 1\n440 740 m 1\n 552 740 l 1\n 372 592 l 1\n 312 592 l 1\n 440 740 l 1\nEndSplineSet\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 312\nWidth: 611\nFlags: W\nHStem: 0 82<164 584> 647 82<212 600> 811 103<458 540>\nDStem: 458 914 562 914 436 811 540 811 601 647 719 645 46 84 163 82\nFore\n737 729 m 1\n 719 645 l 1\n 163 82 l 1\n 601 82 l 1\n 584 0 l 1\n 28 0 l 1\n 46 84 l 1\n 601 647 l 1\n 195 647 l 1\n 212 729 l 1\n 737 729 l 1\n562 914 m 1\n 540 811 l 1\n 436 811 l 1\n 458 914 l 1\n 562 914 l 1\nEndSplineSet\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 313\nWidth: 500\nFlags: W\nHStem: 0 72<148 458> 452 72<165 443> 612 103<346 428>\nDStem: 346 715 450 715 324 612 428 612 444 452 539 449 49 74 147 72\nFore\n557 524 m 1\n 539 449 l 1\n 147 72 l 1\n 473 72 l 1\n 458 0 l 1\n 31 0 l 1\n 49 74 l 1\n 444 452 l 1\n 150 452 l 1\n 165 524 l 1\n 557 524 l 1\n450 715 m 1\n 428 612 l 1\n 324 612 l 1\n 346 715 l 1\n 450 715 l 1\nEndSplineSet\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 314\nWidth: 611\nFlags: W\nHStem: 0 82<164 584> 647 82<212 600>\nDStem: 601 647 719 645 46 84 163 82\nFore\n737 729 m 1\n 719 645 l 1\n 163 82 l 1\n 601 82 l 1\n 584 0 l 1\n 28 0 l 1\n 46 84 l 1\n 601 647 l 1\n 195 647 l 1\n 212 729 l 1\n 737 729 l 1\n531 791 m 1\n 436 791 l 1\n 372 939 l 1\n 435 939 l 1\n 491 841 l 1\n 595 939 l 1\n 659 939 l 1\n 531 791 l 1\nEndSplineSet\nEndChar\nStartChar: zcaron\nEncoding: 382 382 315\nWidth: 500\nFlags: W\nHStem: 0 72<148 458> 452 72<165 443> 720 20G<261 324 484 548>\nDStem: 444 452 539 449 49 74 147 72\nFore\n557 524 m 1\n 539 449 l 1\n 147 72 l 1\n 473 72 l 1\n 458 0 l 1\n 31 0 l 1\n 49 74 l 1\n 444 452 l 1\n 150 452 l 1\n 165 524 l 1\n 557 524 l 1\n420 592 m 1\n 325 592 l 1\n 261 740 l 1\n 324 740 l 1\n 380 642 l 1\n 484 740 l 1\n 548 740 l 1\n 420 592 l 1\nEndSplineSet\nEndChar\nStartChar: longs\nEncoding: 383 383 316\nWidth: 278\nFlags: W\nHStem: 0 21G<89 173> 457 67<130 185> 660 72<361 377>\nDStem: 130 524 299 593 116 457 173 0 186 457 299 593 89 0 173 0 219 613 299 593 200 524 173 0\nFore\n173 0 m 1\n 89 0 l 1\n 186 457 l 1\n 116 457 l 1\n 130 524 l 1\n 200 524 l 1\n 219 613 l 2\n 235 687 291 732 368 732 c 0\n 384 732 395 731 413 727 c 1\n 398 658 l 1\n 384 660 378 660 371 660 c 0\n 328 660 309.641 643.078 299 593 c 2\n 173 0 l 1\nEndSplineSet\nEndChar\nStartChar: florin\nEncoding: 402 402 317\nWidth: 556\nFlags: W\nHStem: -211.998 76.9983<20 53> 392 72<240 336 455 552> 661 76.0137<603 608>\nDStem: 337 392 425 392 172 -21 267 -5\nFore\n567 464 m 1\n 552 392 l 1\n 425 392 l 1\n 267 -5 l 2\n 211 -146 133 -212 20 -212 c 0\n -2 -212 -15 -209 -32 -202 c 1\n 3 -116 l 1\n 20 -130 33 -135 53 -135 c 0\n 103 -135 141 -99 172 -21 c 2\n 337 392 l 1\n 225 392 l 1\n 240 464 l 1\n 365 464 l 1\n 408 567 l 2\n 451 670 535 738 621 738 c 0\n 647 738 671 732 696 719 c 1\n 650 641 l 1\n 631 656 619 661 602 661 c 0\n 555 661 513 617 481 533 c 1\n 454 464 l 1\n 567 464 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni01CD\nEncoding: 461 461 318\nWidth: 667\nFlags: H\nRef: 711 711 N 1 0 0 1 215.224 189\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 319\nWidth: 556\nFlags: H\nRef: 711 711 N 1 0 0 1 114.673 -13\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 320\nWidth: 278\nFlags: H\nRef: 711 711 N 1 0 0 1 25.2239 189\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 321\nWidth: 278\nFlags: H\nRef: 711 711 N 1 0 0 1 -28.7761 -13\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 322\nWidth: 778\nFlags: H\nRef: 711 711 N 1 0 0 1 257.673 189\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 323\nWidth: 556\nFlags: H\nRef: 711 711 N 1 0 0 1 104.673 -13\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 324\nWidth: 722\nFlags: H\nRef: 711 711 N 1 0 0 1 243.224 189\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 325\nWidth: 556\nFlags: H\nRef: 711 711 N 1 0 0 1 109.362 -13\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 326\nWidth: 722\nFlags: H\nRef: 175 175 N 1 0 0 1 271.548 327\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 327\nWidth: 556\nFlags: H\nRef: 175 175 N 1 0 0 1 133.548 128\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 328\nWidth: 722\nFlags: H\nRef: 180 180 N 1 0 0 1 321.215 362\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 329\nWidth: 556\nFlags: H\nRef: 180 180 N 1 0 0 1 183.215 163\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 330\nWidth: 722\nFlags: H\nRef: 711 711 N 1 0 0 1 281.173 362\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 331\nWidth: 556\nFlags: H\nRef: 711 711 N 1 0 0 1 143.173 163\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 332\nWidth: 722\nFlags: H\nRef: 96 96 N 1 0 0 1 238.715 362\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 333\nWidth: 556\nFlags: H\nRef: 96 96 N 1 0 0 1 100.715 163\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DE\nEncoding: 478 478 334\nWidth: 667\nFlags: H\nRef: 175 175 N 1 0 0 1 240.548 327\nRef: 196 196 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 335\nWidth: 556\nFlags: H\nRef: 175 175 N 1 0 0 1 142.548 128\nRef: 228 228 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 336\nWidth: 1000\nFlags: H\nRef: 175 175 N 1 0 0 1 489.599 154\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 337\nWidth: 889\nFlags: H\nRef: 175 175 N 1 0 0 1 268.548 -48\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Gcaron\nEncoding: 486 486 338\nWidth: 778\nFlags: H\nRef: 711 711 N 1 0 0 1 275.673 189\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 339\nWidth: 556\nFlags: H\nRef: 711 711 N 1 0 0 1 89.6732 -13\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 340\nWidth: 667\nFlags: H\nRef: 711 711 N 1 0 0 1 246.724 189\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 341\nWidth: 500\nFlags: H\nRef: 711 711 N 1 0 0 1 -24.3268 177\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 342\nWidth: 778\nFlags: H\nRef: 731 731 N 1 0 0 1 151.291 -16.1667\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 343\nWidth: 556\nFlags: H\nRef: 731 731 N 1 0 0 1 29.2914 -16.1667\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 344\nWidth: 778\nFlags: H\nRef: 175 175 N 1 0 0 1 248.048 154\nRef: 490 490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 345\nWidth: 556\nFlags: H\nRef: 175 175 N 1 0 0 1 95.048 -48\nRef: 491 491 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F0\nEncoding: 496 496 346\nWidth: 222\nFlags: H\nRef: 711 711 N 1 0 0 1 -57.3268 -28\nRef: 63166 63166 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F4\nEncoding: 500 500 347\nWidth: 778\nFlags: H\nRef: 180 180 N 1 0 0 1 315.715 189\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F5\nEncoding: 501 501 348\nWidth: 556\nFlags: H\nRef: 180 180 N 1 0 0 1 129.715 -13\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F8\nEncoding: 504 504 349\nWidth: 722\nFlags: H\nRef: 96 96 N 1 0 0 1 196.766 189\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F9\nEncoding: 505 505 350\nWidth: 556\nFlags: H\nRef: 96 96 N 1 0 0 1 72.6324 -13\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 351\nWidth: 667\nFlags: H\nRef: 180 180 N 1 0 0 1 293.715 401\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 352\nWidth: 556\nFlags: H\nRef: 180 180 N 1 0 0 1 201.715 202\nRef: 229 229 N 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 353\nWidth: 1000\nFlags: H\nRef: 180 180 N 1 0 0 1 539.266 189\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 354\nWidth: 889\nFlags: H\nRef: 180 180 N 1 0 0 1 318.215 -13\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 355\nWidth: 778\nFlags: H\nRef: 180 180 N 1 0 0 1 292.155 189\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 356\nWidth: 611\nFlags: H\nRef: 180 180 N 1 0 0 1 150.612 -11\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0200\nEncoding: 512 512 357\nWidth: 667\nFlags: H\nRef: 783 783 N 1 0 0 1 510.017 209\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0201\nEncoding: 513 513 358\nWidth: 556\nFlags: H\nRef: 783 783 N 1 0 0 1 409.466 7\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 359\nWidth: 667\nFlags: H\nRef: 785 785 N 1 0 0 1 525.017 207\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 360\nWidth: 556\nFlags: H\nRef: 785 785 N 1 0 0 1 424.466 5\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0204\nEncoding: 516 516 361\nWidth: 667\nFlags: H\nRef: 783 783 N 1 0 0 1 516.017 209\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0205\nEncoding: 517 517 362\nWidth: 556\nFlags: H\nRef: 783 783 N 1 0 0 1 404.466 7\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 363\nWidth: 667\nFlags: H\nRef: 785 785 N 1 0 0 1 531.017 207\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 364\nWidth: 556\nFlags: H\nRef: 785 785 N 1 0 0 1 419.466 5\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0208\nEncoding: 520 520 365\nWidth: 278\nFlags: H\nRef: 783 783 N 1 0 0 1 320.017 209\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0209\nEncoding: 521 521 366\nWidth: 278\nFlags: H\nRef: 783 783 N 1 0 0 1 266.017 7\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 367\nWidth: 278\nFlags: H\nRef: 785 785 N 1 0 0 1 335.017 207\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 368\nWidth: 278\nFlags: H\nRef: 785 785 N 1 0 0 1 281.017 5\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020C\nEncoding: 524 524 369\nWidth: 778\nFlags: H\nRef: 783 783 N 1 0 0 1 552.466 209\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020D\nEncoding: 525 525 370\nWidth: 556\nFlags: H\nRef: 783 783 N 1 0 0 1 399.466 7\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 371\nWidth: 778\nFlags: H\nRef: 785 785 N 1 0 0 1 567.466 207\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 372\nWidth: 556\nFlags: H\nRef: 785 785 N 1 0 0 1 414.466 5\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0210\nEncoding: 528 528 373\nWidth: 722\nFlags: H\nRef: 783 783 N 1 0 0 1 434.017 209\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0211\nEncoding: 529 529 374\nWidth: 333\nFlags: H\nRef: 783 783 N 1 0 0 1 325.413 7\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 375\nWidth: 722\nFlags: H\nRef: 785 785 N 1 0 0 1 449.017 207\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 376\nWidth: 333\nFlags: H\nRef: 785 785 N 1 0 0 1 340.413 5\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0214\nEncoding: 532 532 377\nWidth: 722\nFlags: H\nRef: 783 783 N 1 0 0 1 538.017 209\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0215\nEncoding: 533 533 378\nWidth: 556\nFlags: H\nRef: 783 783 N 1 0 0 1 404.154 7\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 379\nWidth: 722\nFlags: H\nRef: 785 785 N 1 0 0 1 553.017 207\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 380\nWidth: 556\nFlags: H\nRef: 785 785 N 1 0 0 1 419.154 5\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 318\nWidth: 667\nFlags: W\nHStem: -283.661 37.6606<237 238> -158 98<276 309> -23 81<318 361> 660 81<457 490>\nVStem: 89.0062 91.9938<171 191> 178.004 95.9961<492 518> 572.995 96.0048<209 237> 621.17 92.6732<551 571>\nDStem: 276 -60 376 -60 255 -158 357 -153\nFore\n706 515 m 1\n 618 515 l 1\n 621 535 622 542 622 551 c 0\n 622 580 609 612 590 629 c 0\n 568 649 526 660 470 660 c 0\n 404 660 355 644 318 611 c 0\n 289 584 274 553 274 518 c 0\n 274 474 298 454 375 432 c 2\n 547 383 l 2\n 594 370 623 350 645 315 c 0\n 660 291 669 263 669 237 c 0\n 669 181 633 108 582 61 c 0\n 523 6 435 -23 330 -23 c 0\n 179 -23 89 49 89 169 c 0\n 89 190 91 206 98 232 c 1\n 185 232 l 1\n 182 213 181 204 181 191 c 0\n 181 100 233 58 346 58 c 0\n 426 58 485 77 526 114 c 0\n 554 140 573 178 573 209 c 0\n 573 257 540 286 460 309 c 2\n 289 357 l 2\n 222 376 178 429 178 492 c 0\n 178 543 209 614 250 656 c 0\n 304 712 385 741 488 741 c 0\n 566 741 619 725 660 689 c 0\n 693 660 714 614 714 571 c 0\n 714 556 712 543 706 515 c 1\n276 -60 m 1\n 376 -60 l 1\n 357 -153 l 1\n 339 -235 291 -284 228 -284 c 1\n 236 -246 l 1\n 275 -246 299 -217 310 -158 c 1\n 255 -158 l 1\n 276 -60 l 1\nEndSplineSet\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 319\nWidth: 500\nFlags: W\nHStem: -283.661 37.6606<152 158> -158 98<191 224> -23 77<241 274> 462 77<333 358>\nVStem: 61.0013 92.9987<105 131> 123.004 87.9964<345 367> 404.513 87.7249<150 173> 430.881 88.1867<400 421>\nDStem: 191 -60 291 -60 170 -158 272 -153\nFore\n514 378 m 1\n 430 378 l 1\n 431 386 431 393 431 400 c 0\n 431 439 398 462 339 462 c 0\n 295 462 265 452 241 429 c 0\n 223 412 211 387 211 367 c 0\n 211 341 240 321 296 307 c 2\n 372 288 l 2\n 460 266 493 234 493 173 c 0\n 493 54 396 -23 247 -23 c 0\n 131 -23 61 25 61 105 c 0\n 61 121 62 133 67 156 c 1\n 156 156 l 1\n 155 146 154 137 154 131 c 0\n 154 81 193 54 262 54 c 0\n 305 54 348 67 373 88 c 0\n 389 101 405 132 405 150 c 0\n 405 159 399 174 392 183 c 0\n 383 194 368 200 335 209 c 2\n 261 228 l 2\n 158 255 123 284 123 345 c 0\n 123 392 147 444 183 479 c 0\n 224 518 285 539 356 539 c 0\n 453 539 520 491 520 421 c 0\n 520 408 519 399 514 378 c 1\n191 -60 m 1\n 291 -60 l 1\n 272 -153 l 1\n 254 -235 206 -284 143 -284 c 1\n 151 -246 l 1\n 190 -246 214 -217 225 -158 c 1\n 170 -158 l 1\n 191 -60 l 1\nEndSplineSet\nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 320\nWidth: 611\nFlags: W\nHStem: -283.661 37.6606<205 206> -158 98<244 277> 0 21G<261 355> 647 82<175 398 493 731>\nDStem: 175 729 493 647 158 647 355 0 244 -60 344 -60 223 -158 325 -153 399 647 493 647 261 0 355 0\nFore\n493 647 m 1\n 355 0 l 1\n 261 0 l 1\n 399 647 l 1\n 158 647 l 1\n 175 729 l 1\n 748 729 l 1\n 731 647 l 1\n 493 647 l 1\n244 -60 m 1\n 344 -60 l 1\n 325 -153 l 1\n 307 -235 259 -284 196 -284 c 1\n 204 -246 l 1\n 243 -246 267 -217 278 -158 c 1\n 223 -158 l 1\n 244 -60 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 321\nWidth: 278\nFlags: W\nHStem: -283.661 37.6606<64 65> -158 98<103 136> -22.9975 71.9975<186 218> 457 67<122 178 278 351> 457 211<263 277>\nVStem: 97.0023 85.9977<56 76>\nDStem: 103 -60 203 -60 82 -158 184 -153 122 524 263 457 108 457 185 90 179 457 263 457 100 87 185 90 224 668 308 668 193 524 277 524\nFore\n366 524 m 1\n 351 457 l 1\n 263 457 l 1\n 185 90 l 2\n 184 85 183 80 183 76 c 0\n 183 60 197 49 218 49 c 0\n 231 49 238 50 267 57 c 1\n 251 -16 l 1\n 236 -20 206 -23 186 -23 c 0\n 131 -23 97 7 97 56 c 0\n 97 68 98 77 100 87 c 2\n 179 457 l 1\n 108 457 l 1\n 122 524 l 1\n 193 524 l 1\n 224 668 l 1\n 308 668 l 1\n 277 524 l 1\n 366 524 l 1\n103 -60 m 1\n 203 -60 l 1\n 184 -153 l 1\n 166 -235 118 -284 55 -284 c 1\n 63 -246 l 1\n 102 -246 126 -217 137 -158 c 1\n 82 -158 l 1\n 103 -60 l 1\nEndSplineSet\nEndChar\nStartChar: circumflex\nEncoding: 710 710 322\nWidth: 333\nFlags: W\nHStem: 721 20G<274 369>\nFore\n274 741 m 1\n 369 741 l 1\n 433 591 l 1\n 370 591 l 1\n 314 690 l 1\n 210 591 l 1\n 146 591 l 1\n 274 741 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 323\nWidth: 333\nFlags: W\nHStem: 720 20G<176 239 399 463>\nFore\n335 592 m 1\n 240 592 l 1\n 176 740 l 1\n 239 740 l 1\n 295 642 l 1\n 399 740 l 1\n 463 740 l 1\n 335 592 l 1\nEndSplineSet\nEndChar\nStartChar: breve\nEncoding: 728 728 324\nWidth: 333\nFlags: W\nHStem: 594 72<291 309> 709 20G<170 223 415 471>\nVStem: 165.004 57.9958<693 716>\nFore\n170 729 m 1\n 223 729 l 1\n 223 721 l 1\n 223 716 l 2\n 223 686 256 666 305 666 c 0\n 364 666 405 689 415 729 c 1\n 471 729 l 1\n 460 685 449 664 425 643 c 0\n 392 613 341 594 292 594 c 0\n 217 594 165 634 165 693 c 0\n 165 702 166 710 170 729 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: dotaccent\nEncoding: 729 729 325\nWidth: 333\nFlags: W\nHStem: 612 103<266 348>\nDStem: 266 715 370 715 244 612 348 612\nFore\n370 715 m 1\n 348 612 l 1\n 244 612 l 1\n 266 715 l 1\n 370 715 l 1\nEndSplineSet\nEndChar\nStartChar: ring\nEncoding: 730 730 326\nWidth: 333\nFlags: W\nHStem: 579 44<289 299> 710 44<312 325>\nVStem: 216 46<649 660> 351 44.0744<674 677>\nFore\n324 754 m 0\n 365 754 396 725 396 687 c 0\n 396 631 344 579 287 579 c 0\n 247 579 216 610 216 649 c 0\n 216 702 270 754 324 754 c 0\n317 710 m 0\n 289 710 262 684 262 658 c 0\n 262 637 277 623 297 623 c 0\n 324 623 351 649 351 675 c 0\n 351 695 336 710 317 710 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 327\nWidth: 333\nFlags: W\nHStem: -205 45<163 179> -20 20G<165 234>\nVStem: 35.8758 74.1243<-130 -116>\nFore\n165 0 m 1\n 234 0 l 1\n 230 -3 222 -6 212 -11 c 0\n 162 -36 147 -46 130 -66 c 0\n 117 -81 110 -100 110 -116 c 0\n 110 -142 137 -160 176 -160 c 0\n 203 -160 228 -156 246 -150 c 1\n 237 -195 l 1\n 216 -202 197 -205 169 -205 c 0\n 84 -205 35 -177 35 -130 c 0\n 35 -93 56 -59 94 -34 c 0\n 113 -22 130 -13 165 0 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: tilde\nEncoding: 732 732 328\nWidth: 333\nFlags: W\nHStem: 612 70<362 372> 644 70<226 242>\nFore\n418 719 m 1\n 471 719 l 1\n 450 654 408 612 363 612 c 0\n 341 612 324 616 260 638 c 0\n 249 642 239 644 233 644 c 0\n 214 644 202 638 190 620 c 0\n 188 618 186 615 183 611 c 1\n 130 611 l 1\n 142 646 150 663 162 678 c 0\n 178 699 209 714 234 714 c 0\n 251 714 268 710 307 697 c 0\n 333 688 360 682 370 682 c 0\n 390 682 400 690 418 719 c 1\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 329\nWidth: 333\nFlags: W\nHStem: 720 20G<219 331 393 505>\nFore\n219 740 m 1\n 331 740 l 1\n 151 590 l 1\n 91 590 l 5\n 219 740 l 1\n393 740 m 1\n 505 740 l 1\n 325 590 l 1\n 265 590 l 1\n 393 740 l 1\nEndSplineSet\nEndChar\nStartChar: gravecomb\nEncoding: 768 768 330\nWidth: 0\nFlags: HW\nRef: 96 96 N 1 0 0 1 -333 0\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 331\nWidth: 0\nFlags: HW\nRef: 180 180 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0302\nEncoding: 770 770 332\nWidth: 0\nFlags: HW\nRef: 710 710 N 1 0 0 1 -333 0\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 333\nWidth: 0\nFlags: HW\nRef: 732 732 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0304\nEncoding: 772 772 334\nWidth: 0\nFlags: HW\nRef: 175 175 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0306\nEncoding: 774 774 335\nWidth: 0\nFlags: HW\nRef: 728 728 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0307\nEncoding: 775 775 336\nWidth: 0\nFlags: HW\nRef: 729 729 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0308\nEncoding: 776 776 337\nWidth: 0\nFlags: HW\nRef: 168 168 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030A\nEncoding: 778 778 338\nWidth: 0\nFlags: HW\nRef: 730 730 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030B\nEncoding: 779 779 339\nWidth: 0\nFlags: HW\nRef: 733 733 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030F\nEncoding: 783 783 340\nWidth: 0\nFlags: HW\nHStem: 720 20G<-241 -135 -67 39>\nFore\n39 740 m 1\n 111 592 l 1\n 58 592 l 1\n -67 740 l 1\n 39 740 l 1\n-135 740 m 1\n -63 592 l 1\n -116 592 l 1\n -241 740 l 1\n -135 740 l 1\nEndSplineSet\nEndChar\nStartChar: uni0311\nEncoding: 785 785 341\nWidth: 0\nFlags: HW\nRef: 728 728 N -1 0 0 -1 303 1323\nEndChar\nStartChar: uni0313\nEncoding: 787 787 342\nWidth: 0\nFlags: HW\nHStem: 583 42<-201.937 -185.526> 720 20G<-202 -121>\nFore\n-185.314 740 m 1\n -104.314 740 l 1\n -118.98 671 l 2\n -131.097 614 -162.686 583 -218.686 583 c 1\n -209.759 625 l 1\n -189.759 625 -168.971 624 -159.193 670 c 1\n -200.193 670 l 1\n -185.314 740 l 1\nEndSplineSet\nEndChar\nStartChar: uni0314\nEncoding: 788 788 343\nWidth: 0\nFlags: HW\nRef: 787 787 S -1 0 0.556316 1 -3.13998 0\nEndChar\nStartChar: uni0374\nEncoding: 884 884 344\nWidth: 199\nFlags: HW\nFore\n162.348 716 m 5\n 32.3672 580 l 5\n 32.6523 644 l 5\n 122.633 780 l 5\n 162.348 716 l 5\nEndSplineSet\nEndChar\nStartChar: uni0375\nEncoding: 885 885 345\nWidth: 199\nFlags: HW\nFore\n15.6523 -130 m 1\n 145.633 6 l 1\n 145.348 -58 l 1\n 55.3672 -194 l 1\n 15.6523 -130 l 1\nEndSplineSet\nEndChar\nStartChar: uni037A\nEncoding: 890 890 346\nWidth: 332\nFlags: W\nFore\n279.049 -192 m 1\n 266.295 -252 242.082 -253 184.082 -253 c 0\n 131.082 -253 116.034 -225 126.874 -174 c 2\n 163 -76 l 5\n 239 -76 l 5\n 220.02 -170 186.734 -217 220.947 -216 c 0\n 249.11 -215.177 241.372 -214 254.049 -192 c 1\n 279.049 -192 l 1\nEndSplineSet\nEndChar\nStartChar: uni037E\nEncoding: 894 894 347\nWidth: 278\nFlags: H\nRef: 59 59 N 1 0 0 1 0 0\nEndChar\nStartChar: tonos\nEncoding: 900 900 330\nWidth: 291\nFlags: W\nFore\n354 753 m 1\n 281.662 573 l 1\n 207.662 573 l 1\n 240 753 l 1\n 354 753 l 1\nEndSplineSet\nAnchorPoint: \"1 Top\" 248.662 565 mark 0\nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 331\nWidth: 624\nFlags: W\nHStem: 612 103<181 263 342 424>\nDStem: 181 715 285 715 159 612 263 612 342 715 446 715 320 612 424 612\nAnchorPoint: \"1 Top\" 294 594 mark 0\nRef: 900 900 N 1 0 0 1 75 153\nRef: 168 168 N 1 0 0 1 0 0\nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 332\nWidth: 659\nFlags: W\nHStem: 0 21<-81 21 483 589> 218 76<201 441> 218 498<442 453>\nDStem: 374 716 331 504 -81 0 200 294 374 716 153 218 -81 0 21 0\nRef: 900 900 N 1 0 0 1 -84 0\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: anoteleia\nEncoding: 903 903 333\nWidth: 358\nFlags: W\nFore\n232.646 419.243 m 4\n 267.892 419.243 288.257 397.936 288.257 358.708 c 4\n 288.257 332.392 280.354 316.235 269.338 298.172 c 4\n 254.761 274.271 229.614 256.06 197.102 256.06 c 4\n 163.353 256.06 141.491 277.902 141.491 316.597 c 4\n 141.491 342.913 149.394 359.069 160.41 377.132 c 4\n 174.468 399.027 200.149 419.243 232.646 419.243 c 4\nEndSplineSet\nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 334\nWidth: 657\nFlags: W\nHStem: 0 84<107 525> 328 84<189 563> 632 84<243 667>\nDStem: 170 716 243 632 -9 0 188 412 170 716 546 84 -9 0 525 0 170 716 167 328 -9 0 106 84 170 716 584 412 -9 0 563 328\nRef: 900 900 N 1 0 0 1 -270 0\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: Etatonos\nEncoding: 905 905 335\nWidth: 678\nFlags: W\nHStem: 0 21<-24 70 442 536> 338 84<176 525> 338 378<155 175>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 155 716 715 716 -24 0 536 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 900 900 N 1 0 0 1 -273 0\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 336\nWidth: 183\nFlags: W\nHStem: 0 21<-20 74>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 900 900 N 1 0 0 1 -260 0\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 337\nWidth: 729\nFlags: W\nHStem: -12 82<298 322> 648 82<456 486>\nVStem: 34 98<234 260> 648 102<456 482>\nRef: 900 900 N 1 0 0 1 -246 0\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 338\nWidth: 699\nFlags: W\nHStem: 0 21<201 295>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 650 716 760 716 457 506 371 304\nRef: 900 900 N 1 0 0 1 -304 0\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 339\nWidth: 747\nFlags: W\nHStem: 0 76<-29 144 456 612> 646 76<432 458>\nVStem: 37 86<256 288> 626 93<448 471>\nRef: 900 900 N 1 0 0 1 -236 -4\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 340\nWidth: 286\nFlags: W\nHStem: 601 103<75 157 236 318>\nDStem: 75 704 179 704 53 601 157 601 122 520 210 520 25 133 117 150 236 704 340 704 214 601 318 601\nRef: 901 901 N 1 0 0 1 -106 -11\nRef: 953 953 S 1 0 0 1 0 0\nEndChar\nStartChar: Alpha\nEncoding: 913 913 341\nWidth: 684\nFlags: W\nHStem: 0 21G<-81 21 483 589> 218 76<200 442>\nDStem: 374 716 371 573 -81 0 331 504 374 716 331 504 -81 0 200 294 374 716 153 218 -81 0 21 0\nFore\n589 0 m 1\n 483 0 l 1\n 453 218 l 1\n 153 218 l 1\n 21 0 l 1\n -81 0 l 1\n 374 716 l 1\n 476 716 l 1\n 589 0 l 1\n442 294 m 1\n 418 492 l 2\n 413 534 409 566 407 587 c 0\n 406 596 404 615 403 642 c 1\n 392 616 381 593 371 573 c 0\n 362 558 349 535 331 504 c 1\n 200 294 l 1\n 442 294 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: Beta\nEncoding: 914 914 342\nWidth: 628\nFlags: W\nHStem: 0 84<100 290> 330 86<183 354> 632 84<236 418>\nDStem: 164 716 237 632 -15 0 183 416 164 716 161 330 -15 0 100 84\nFore\n579 212 m 0\n 575 195 568 177 560 159 c 1\n 534 110 502 73 463 48 c 0\n 415 16 346 0 257 0 c 2\n -15 0 l 1\n 164 716 l 1\n 432 716 l 2\n 476 716 513 710 543 699 c 0\n 572 688 592 674 606 656 c 0\n 620 637 627 618 629 598 c 1\n 629 575 629 554 624 534 c 0\n 616 502 601 473 577 446 c 0\n 553 418 523 397 486 382 c 1\n 505 375 523 367 538 356 c 1\n 568 330 585 297 585 257 c 0\n 585 243 583 228 579 212 c 0\n527 522 m 0\n 530 534 532 544 532 555 c 0\n 532 565 530 575 527 584 c 0\n 519 604 505 617 483 623 c 0\n 462 629 428 632 381 632 c 2\n 237 632 l 1\n 183 416 l 1\n 339 416 l 2\n 382 416 412 419 431 424 c 0\n 482 437 514 470 527 522 c 0\n479 208 m 0\n 482 220 484 231 484 242 c 0\n 484 255 481 267 476 278 c 0\n 466 297 450 310 428 318 c 0\n 405 326 372 330 327 330 c 2\n 161 330 l 1\n 100 84 l 1\n 278 84 l 2\n 296 84 308 84 314 85 c 0\n 405 92 460 133 479 208 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: Gamma\nEncoding: 915 915 343\nWidth: 582\nFlags: W\nHStem: 0 21G<-7 89> 632 84<246 636>\nDStem: 172 716 247 632 -7 0 89 0\nFore\n635 632 m 1\n 247 632 l 1\n 89 0 l 1\n -7 0 l 1\n 172 716 l 1\n 656 716 l 1\n 635 632 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Delta\nEncoding: 916 916 344\nWidth: 684\nFlags: W\nHStem: 0 84<79 477>\nDStem: 379 716 376 573 -76 0 336 504 379 716 336 504 -76 0 79 84\nFore\n594 0 m 1\n 492 2 l 1\n -76 0 l 1\n 379 716 l 1\n 481 716 l 1\n 594 0 l 1\n477 84 m 1\n 423 492 l 1\n 417 539 413 570 412 587 c 0\n 410 598 409 616 408 642 c 1\n 398 619 388 596 376 573 c 0\n 366 555 353 532 336 504 c 2\n 79 84 l 1\n 477 84 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 345\nWidth: 650\nFlags: W\nHStem: 0 84<106 525> 328 84<188 563> 632 84<242 667>\nDStem: 170 716 243 632 -9 0 188 412 170 716 167 328 -9 0 106 84\nFore\n525 0 m 1\n -9 0 l 1\n 170 716 l 1\n 688 716 l 1\n 667 632 l 1\n 243 632 l 1\n 188 412 l 1\n 584 412 l 1\n 563 328 l 1\n 167 328 l 1\n 106 84 l 1\n 546 84 l 1\n 525 0 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: Zeta\nEncoding: 918 918 346\nWidth: 628\nFlags: W\nHStem: 0 84<77 512> 632 84<166 546>\nDStem: 450 546 658 632 -32 88 132 136\nFore\n512 0 m 1\n -54 0 l 1\n -32 88 l 1\n 450 546 l 2\n 483 578 514 607 546 632 c 1\n 146 632 l 1\n 167 716 l 1\n 679 716 l 1\n 658 632 l 1\n 132 136 l 1\n 77 84 l 1\n 533 84 l 1\n 512 0 l 1\nEndSplineSet\nEndChar\nStartChar: Eta\nEncoding: 919 919 347\nWidth: 683\nFlags: W\nHStem: 0 21G<-24 70 442 536> 338 84<175 526>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nFore\n536 0 m 1\n 442 0 l 1\n 526 338 l 1\n 154 338 l 1\n 70 0 l 1\n -24 0 l 1\n 155 716 l 1\n 249 716 l 1\n 175 422 l 1\n 547 422 l 1\n 621 716 l 1\n 715 716 l 1\n 536 0 l 1\nEndSplineSet\nEndChar\nStartChar: Theta\nEncoding: 920 920 348\nWidth: 750\nFlags: W\nHStem: -12 82<292 314> 328 84<229 545> 648 82<450 481>\nVStem: 26 101<231 259> 643 101<451 478>\nFore\n728 358 m 0\n 710 283 678 218 634 162 c 128\n 590 106 539 63 479 33 c 0\n 420 3 358 -12 294 -12 c 0\n 235 -12 183 0 138 25 c 0\n 91 50 58 90 40 144 c 0\n 30 170 26 199 26 232 c 0\n 26 267 31 306 42 350 c 0\n 57 410 78 463 107 509 c 0\n 135 556 168 596 207 629 c 0\n 245 662 287 687 334 704 c 128\n 381 721 430 730 479 730 c 0\n 521 730 561 723 599 709 c 0\n 636 694 667 672 692 642 c 0\n 718 612 734 573 741 525 c 0\n 743 510 744 494 744 477 c 0\n 744 441 739 401 728 358 c 0\n630 358 m 0\n 641 401 643 440 643 477 c 1\n 641 512 632 543 617 569 c 0\n 602 594 581 614 555 628 c 1\n 527 641 495 648 459 648 c 0\n 422 648 385 641 351 628 c 128\n 317 615 287 596 259 570 c 128\n 231 544 207 513 187 476 c 0\n 166 438 149 395 138 348 c 0\n 130 316 126 286 126 259 c 0\n 126 250 126 241 127 233 c 0\n 131 200 140 170 156 145 c 0\n 171 121 192 102 220 89 c 0\n 246 76 277 70 312 70 c 0\n 361 70 406 81 449 104 c 128\n 492 127 529 160 561 203 c 0\n 592 246 615 297 630 358 c 0\n545 328 m 1\n 209 328 l 1\n 230 412 l 1\n 566 412 l 1\n 545 328 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: Iota\nEncoding: 921 921 349\nWidth: 236\nFlags: W\nHStem: 0 21G<-20 74>\nDStem: 159 716 253 716 -20 0 74 0\nFore\n74 0 m 1\n -20 0 l 1\n 159 716 l 1\n 253 716 l 1\n 74 0 l 1\nEndSplineSet\nEndChar\nStartChar: Kappa\nEncoding: 922 922 350\nWidth: 684\nFlags: W\nHStem: 0 21G<-15 79 451 577>\nDStem: 164 716 258 716 -15 0 169 362 164 716 141 248 -15 0 79 0 612 716 732 716 169 362 369 426\nFore\n577 0 m 1\n 451 0 l 1\n 283 362 l 1\n 141 248 l 1\n 79 0 l 1\n -15 0 l 1\n 164 716 l 1\n 258 716 l 1\n 169 362 l 1\n 612 716 l 1\n 732 716 l 1\n 369 426 l 1\n 577 0 l 1\nEndSplineSet\nEndChar\nStartChar: Lambda\nEncoding: 923 923 351\nWidth: 684\nFlags: W\nHStem: 0 21G<-81 21 483 589>\nDStem: 374 716 371 573 -81 0 331 504\nFore\n589 0 m 1\n 483 0 l 1\n 418 492 l 1\n 413 534 409 566 407 587 c 0\n 406 596 404 615 403 642 c 1\n 392 616 381 593 371 573 c 0\n 362 558 349 535 331 504 c 1\n 21 0 l 1\n -81 0 l 1\n 374 716 l 1\n 476 716 l 1\n 589 0 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: Mu\nEncoding: 924 924 352\nWidth: 800\nFlags: W\nHStem: 0 21G<-25 67 273 359 567 659>\nDStem: 154 716 219 610 -25 0 67 0 219 610 298 716 273 0 339 210 710 716 717 600 413 218 359 0 717 600 838 716 567 0 659 0\nFore\n659 0 m 1\n 567 0 l 1\n 717 600 l 1\n 359 0 l 1\n 273 0 l 1\n 219 610 l 1\n 67 0 l 1\n -25 0 l 1\n 154 716 l 1\n 298 716 l 1\n 339 210 l 1\n 340 202 342 192 343 179 c 128\n 344 166 346 155 346 145 c 0\n 347 129 347 115 347 104 c 1\n 413 218 l 1\n 710 716 l 1\n 838 716 l 1\n 659 0 l 1\nEndSplineSet\nEndChar\nStartChar: Nu\nEncoding: 925 925 353\nWidth: 654\nFlags: W\nHStem: 0 21G<-33 59 435 531>\nDStem: 146 716 199 562 -33 0 59 0 199 562 244 716 435 0 479 154 620 716 710 716 479 154 531 0\nFore\n531 0 m 1\n 435 0 l 1\n 199 562 l 1\n 59 0 l 1\n -33 0 l 1\n 146 716 l 1\n 244 716 l 1\n 479 154 l 1\n 620 716 l 1\n 710 716 l 1\n 531 0 l 1\nEndSplineSet\nEndChar\nStartChar: Xi\nEncoding: 926 926 354\nWidth: 630\nFlags: W\nHStem: 0 84<1 515> 326 84<144 524> 632 84<159 657>\nFore\n657 632 m 1\n 139 632 l 1\n 160 716 l 1\n 678 716 l 1\n 657 632 l 1\n524 326 m 1\n 124 326 l 1\n 145 410 l 1\n 545 410 l 1\n 524 326 l 1\n515 0 m 1\n -19 0 l 1\n 2 84 l 1\n 536 84 l 1\n 515 0 l 1\nEndSplineSet\nEndChar\nStartChar: Omicron\nEncoding: 927 927 355\nWidth: 750\nFlags: W\nHStem: -12 82<297 323> 648 82<455 487>\nVStem: 34 98<233 261> 648 102<455 482>\nFore\n733 358 m 0\n 715 283 683 218 639 162 c 128\n 595 106 544 63 484 33 c 0\n 425 3 363 -12 299 -12 c 0\n 221 -12 160 6 118 41 c 128\n 76 76 49 121 39 176 c 0\n 35 198 34 221 34 243 c 0\n 34 278 38 314 47 350 c 0\n 62 409 83 461 112 508 c 0\n 141 557 174 597 212 629 c 0\n 251 662 293 687 339 704 c 0\n 386 721 434 730 484 730 c 0\n 543 730 595 717 640 691 c 0\n 686 664 717 623 737 568 c 0\n 746 543 750 514 750 482 c 0\n 750 445 744 404 733 358 c 0\n635 358 m 0\n 644 392 648 425 648 457 c 0\n 648 472 647 487 645 502 c 0\n 639 545 621 581 591 608 c 0\n 560 635 519 648 464 648 c 0\n 427 648 390 641 356 628 c 0\n 321 615 290 595 263 570 c 128\n 236 545 212 514 192 476 c 0\n 171 437 154 395 143 348 c 0\n 135 316 131 285 131 256 c 0\n 131 248 131 241 132 233 c 0\n 136 200 145 170 161 145 c 0\n 176 121 197 102 225 89 c 0\n 251 76 281 70 317 70 c 0\n 366 70 411 81 454 104 c 128\n 497 127 534 160 566 203 c 0\n 597 246 620 297 635 358 c 0\nEndSplineSet\nEndChar\nStartChar: Pi\nEncoding: 928 928 356\nWidth: 721\nFlags: W\nHStem: 0 21G<-9 85 457 551> 632 84<242 615>\nDStem: 170 716 243 632 -9 0 85 0 615 632 730 716 457 0 551 0\nFore\n551 0 m 1\n 457 0 l 1\n 615 632 l 1\n 243 632 l 1\n 85 0 l 1\n -9 0 l 1\n 170 716 l 1\n 730 716 l 1\n 551 0 l 1\nEndSplineSet\nEndChar\nStartChar: Rho\nEncoding: 929 929 357\nWidth: 638\nFlags: W\nHStem: 0 21G<-11 83> 292 84<177 374> 632 84<240 470>\nDStem: 168 716 241 632 -11 0 177 376 168 716 156 292 -11 0 83 0\nFore\n662 510 m 0\n 652 469 635 432 609 399 c 0\n 584 366 549 340 505 321 c 0\n 459 302 405 292 340 292 c 2\n 156 292 l 1\n 83 0 l 1\n -11 0 l 1\n 168 716 l 1\n 438 716 l 2\n 489 716 526 714 552 709 c 0\n 588 702 616 688 634 667 c 0\n 653 646 664 622 667 595 c 0\n 669 585 670 576 670 566 c 0\n 670 548 667 530 662 510 c 0\n563 506 m 0\n 567 521 569 535 569 547 c 0\n 569 586 550 612 511 626 c 1\n 495 630 467 632 425 632 c 2\n 241 632 l 1\n 177 376 l 1\n 363 376 l 2\n 421 376 466 387 499 408 c 0\n 531 429 552 461 563 506 c 0\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: Sigma\nEncoding: 931 931 358\nWidth: 628\nFlags: W\nHStem: 0 84<81 516> 634 84<254 654>\nDStem: 142 634 307 548 282 386 398 386 282 386 398 386 -28 88 136 136\nFore\n516 0 m 1\n -50 0 l 1\n -28 88 l 1\n 282 386 l 1\n 142 634 l 1\n 163 718 l 1\n 675 718 l 1\n 654 634 l 1\n 254 634 l 1\n 271 611 288 583 307 548 c 2\n 398 386 l 1\n 136 136 l 1\n 81 84 l 1\n 537 84 l 1\n 516 0 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: Tau\nEncoding: 932 932 359\nWidth: 628\nFlags: W\nHStem: 0 21G<186 280> 632 84<128 344 437 676>\nDStem: 344 632 438 632 186 0 280 0\nFore\n676 632 m 1\n 438 632 l 1\n 280 0 l 1\n 186 0 l 1\n 344 632 l 1\n 108 632 l 1\n 129 716 l 1\n 697 716 l 1\n 676 632 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Upsilon\nEncoding: 933 933 360\nWidth: 684\nFlags: W\nHStem: 0 21G<201 295>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 650 716 760 716 457 506 371 304\nFore\n760 716 m 1\n 371 304 l 1\n 295 0 l 1\n 201 0 l 1\n 277 304 l 1\n 104 716 l 1\n 218 716 l 1\n 306 500 l 1\n 322 459 336 419 348 380 c 1\n 457 506 l 1\n 650 716 l 1\n 760 716 l 1\nEndSplineSet\nMinimumDistance: x5,0 \nEndChar\nStartChar: Phi\nEncoding: 934 934 361\nWidth: 717\nFlags: W\nHStem: 0 21G<227 310>\nVStem: 16 95<274 297> 604 92<412 433>\nDStem: 368 565 451 565 262 142 345 142 408 720 489 720 387 638 468 638\nFore\n686 353 m 0\n 665 270 622 203 554 151 c 128\n 486 99 410 73 328 73 c 1\n 310 0 l 1\n 227 0 l 1\n 245 73 l 1\n 163 73 101 99 59 151 c 0\n 30 185 16 226 16 275 c 0\n 16 299 20 325 27 353 c 0\n 48 436 93 504 161 558 c 0\n 229 611 305 638 387 638 c 1\n 408 720 l 1\n 489 720 l 1\n 468 638 l 1\n 550 638 612 611 654 558 c 0\n 682 521 696 478 696 428 c 0\n 696 405 692 380 686 353 c 0\n596 358 m 0\n 601 378 604 397 604 414 c 0\n 604 448 594 477 576 501 c 0\n 548 538 506 559 451 565 c 1\n 345 142 l 1\n 405 148 457 170 504 209 c 128\n 551 248 581 297 596 358 c 0\n262 142 m 1\n 368 565 l 1\n 309 559 257 538 211 501 c 128\n 165 464 134 417 119 358 c 0\n 114 336 111 316 111 297 c 0\n 111 263 120 234 137 209 c 0\n 164 170 206 148 262 142 c 1\nEndSplineSet\nMinimumDistance: x15,-1 x9,14 \nEndChar\nStartChar: Chi\nEncoding: 935 935 362\nWidth: 723\nFlags: W\nHStem: 0 21G<-60 54 480 598>\nDStem: 153 716 265 716 311 374 349 532 311 374 296 250 -60 0 54 0 364 256 420 378 480 0 598 0 653 716 757 716 461 526 420 378\nFore\n598 0 m 1\n 480 0 l 1\n 364 256 l 1\n 344 304 l 1\n 337 296 331 289 326 283 c 0\n 320 276 317 273 317 272 c 0\n 306 260 299 253 296 250 c 2\n 54 0 l 1\n -60 0 l 1\n 311 374 l 1\n 153 716 l 1\n 265 716 l 1\n 349 532 l 2\n 361 505 369 489 371 483 c 0\n 378 465 382 452 385 444 c 1\n 401 464 414 479 425 489 c 1\n 429 495 441 507 461 526 c 2\n 653 716 l 1\n 757 716 l 1\n 420 378 l 1\n 598 0 l 1\nEndSplineSet\nEndChar\nStartChar: Psi\nEncoding: 936 936 363\nWidth: 745\nFlags: W\nHStem: -2 21G<236 330> 146 83<246 271 383 429>\nVStem: 44 94<294 318>\nDStem: 142 720 231 718 54 368 147 380 272 146 366 146 236 -2 330 -2 419 718 505 718 297 229 383 229 693 718 784 720 609 380 696 368\nFore\n696 368 m 2\n 681 307 656 260 620 225 c 0\n 584 189 544 166 499 155 c 0\n 476 149 440 146 390 146 c 2\n 366 146 l 1\n 330 -2 l 1\n 236 -2 l 1\n 272 146 l 1\n 248 146 l 2\n 198 146 164 149 145 155 c 0\n 119 162 97 174 80 192 c 128\n 63 210 52 234 47 263 c 0\n 45 273 44 284 44 295 c 0\n 44 317 47 341 54 368 c 2\n 142 720 l 1\n 231 718 l 1\n 147 380 l 1\n 143 356 139 335 138 318 c 0\n 138 309 139 301 140 294 c 0\n 145 273 158 256 179 245 c 0\n 198 234 229 229 271 229 c 2\n 297 229 l 1\n 419 718 l 1\n 505 718 l 1\n 383 229 l 1\n 409 229 l 2\n 450 229 484 234 510 245 c 0\n 537 256 558 273 572 294 c 0\n 588 316 600 345 609 380 c 1\n 693 718 l 1\n 784 720 l 1\n 696 368 l 2\nEndSplineSet\nEndChar\nStartChar: Omega\nEncoding: 937 937 364\nWidth: 720\nFlags: W\nHStem: 0 76<-30 145 455 612> 646 76<431 459>\nVStem: 37 86<255 289> 626 93<447 472>\nFore\n706 370 m 0\n 690 305 662 248 622 199 c 0\n 583 152 528 111 455 76 c 1\n 631 76 l 1\n 612 0 l 1\n 338 0 l 1\n 358 80 l 1\n 425 105 481 143 524 194 c 0\n 569 247 599 305 615 368 c 0\n 622 397 626 424 626 450 c 0\n 626 458 626 465 625 472 c 0\n 622 507 614 537 600 562 c 0\n 586 589 565 609 538 624 c 0\n 510 639 478 646 439 646 c 0\n 390 646 345 633 303 606 c 0\n 262 580 226 545 196 502 c 0\n 167 459 147 413 135 365 c 0\n 127 334 123 305 123 277 c 128\n 123 249 127 222 136 197 c 1\n 151 146 185 107 236 80 c 1\n 216 0 l 1\n -48 0 l 1\n -29 76 l 1\n 145 76 l 1\n 94 113 61 154 48 200 c 0\n 41 225 37 251 37 278 c 0\n 37 306 41 335 48 366 c 0\n 63 424 90 481 129 537 c 0\n 167 591 215 636 272 671 c 0\n 330 705 391 722 456 722 c 0\n 530 722 588 705 630 671 c 0\n 673 637 700 593 711 539 c 0\n 716 516 719 492 719 468 c 0\n 719 436 714 403 706 370 c 0\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 365\nWidth: 236\nFlags: W\nHStem: 0 21<-20 74> 801 103<113.727 195.727 274.727 356.727>\nDStem: 113.727 904 217.727 904 91.7265 801 195.727 801 159 716 253 716 -20 0 74 0 274.727 904 378.727 904 252.727 801 356.727 801\nRef: 168 168 N 1 0 0 1 -67.2735 189\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 366\nWidth: 684\nFlags: W\nHStem: 0 21<201 295> 801 103<339.727 421.727 500.727 582.727>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 339.727 904 443.727 904 317.727 801 421.727 801 500.727 904 604.727 904 478.727 801 582.727 801 650 716 760 716 457 506 371 304\nRef: 168 168 N 1 0 0 1 158.727 189\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: alphatonos\nEncoding: 940 940 367\nWidth: 593\nFlags: W\nHStem: -12 78<206 228> 454 76<321 344>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 900 900 N 1 0 0 1 110 0\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 368\nWidth: 519\nFlags: W\nHStem: -10 70<178 212> 231 59<240 288> 462 70<298 323>\nVStem: 3 87<95 123> 65 85<347 377> 431 78<386 412>\nRef: 900 900 N 1 0 0 1 96 0\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: etatonos\nEncoding: 942 942 369\nWidth: 595\nFlags: W\nHStem: 0 21<33 121> 454 76<372 409>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 900 900 N 1 0 0 1 109 0\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: iotatonos\nEncoding: 943 943 370\nWidth: 271\nFlags: W\nDStem: 122 520 210 520 25 133 117 150\nRef: 900 900 N 1 0 0 1 -62 0\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 371\nWidth: 515\nFlags: W\nHStem: -14 76<192 221> 604 103<243 325 404 486>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 243 707 347 707 221 604 325 604 404 707 508 707 382 604 486 604 456 518 544 518 385 232 464 198\nRef: 901 901 S 1 0 0 1 62 -8\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: alpha\nEncoding: 945 945 372\nWidth: 596\nFlags: W\nHStem: -12 78<206 228> 454 76<321 344>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nFore\n521 8 m 1\n 489 -6 461 -13 436 -13 c 0\n 413 -13 398 -7 390 6 c 1\n 387 14 385 22 385 46 c 0\n 386 48 387 51 388 55 c 0\n 388 60 389 63 389 65 c 0\n 389 64 386 61 382 56 c 128\n 378 51 367 40 365 38 c 0\n 347 21 332 15 302 4 c 128\n 272 -7 242 -12 209 -12 c 0\n 93 -12 34 43 34 153 c 0\n 34 184 39 221 49 262 c 0\n 61 307 81 347 100 382 c 0\n 120 416 143 444 169 466 c 0\n 195 487 223 503 252 514 c 0\n 282 525 312 530 344 530 c 0\n 418 529 466 505 488 458 c 1\n 492 442 l 1\n 512 520 l 1\n 584 520 l 1\n 479 99 l 1\n 477 92 477 87 477 84 c 0\n 477 73 483 68 492 68 c 0\n 499 68 508 71 517 77 c 1\n 521 8 l 1\n426 266 m 0\n 431 286 433 304 433 321 c 0\n 433 350 427 376 418 399 c 0\n 405 436 374 454 325 454 c 0\n 279 454 240 438 207 405 c 128\n 174 372 149 323 132 258 c 0\n 125 228 121 200 121 177 c 0\n 121 152 125 132 133 115 c 0\n 148 82 179 66 226 66 c 0\n 322 66 394 135 426 266 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nAnchorPoint: \"1 Top\" 392 640 basechar 0\nEndChar\nStartChar: beta\nEncoding: 946 946 373\nWidth: 516\nFlags: W\nHStem: -14 74<205 240> 660 72<345 378>\nVStem: 404 91<247 262> 452 75<580 602>\nDStem: 105 490 190 486 -66 -198 106 144 105 490 82 52 -66 -198 20 -198\nFore\n487 200 m 0\n 477 161 460 125 436 92 c 0\n 413 59 383 34 347 15 c 0\n 310 -4 271 -14 228 -14 c 0\n 192 -14 163 -9 140 0 c 0\n 119 9 99 26 82 52 c 1\n 20 -198 l 1\n -66 -198 l 1\n 105 490 l 2\n 120 551 139 597 160 628 c 1\n 176 649 194 668 215 685 c 0\n 237 701 260 713 283 720 c 0\n 307 728 334 732 365 732 c 0\n 403 732 435 726 459 714 c 0\n 504 692 526 654 527 602 c 0\n 527 584 524 565 519 544 c 1\n 502 488 473 445 432 416 c 0\n 416 405 397 395 376 388 c 1\n 422 379 457 359 477 328 c 0\n 489 309 495 287 495 260 c 0\n 495 242 493 222 487 200 c 0\n397 202 m 0\n 401 219 404 235 404 249 c 0\n 404 272 397 290 384 303 c 1\n 358 326 320 338 269 338 c 2\n 219 338 l 1\n 238 412 l 1\n 280 412 l 2\n 325 412 362 425 392 452 c 0\n 419 477 438 509 447 546 c 0\n 450 559 452 570 452 581 c 0\n 452 601 446 617 434 630 c 0\n 417 650 393 660 361 660 c 0\n 322 660 284 646 250 619 c 0\n 228 601 208 557 190 486 c 1\n 106 144 l 1\n 109 117 120 97 139 82 c 128\n 158 67 187 60 228 60 c 0\n 253 60 276 65 299 74 c 0\n 322 84 342 100 359 121 c 128\n 376 142 389 169 397 202 c 0\nEndSplineSet\nEndChar\nStartChar: gamma\nEncoding: 947 947 374\nWidth: 531\nFlags: W\nDStem: 159 382 242 440 216 32 284 136 216 32 302 32 159 -198 245 -198 523 518 611 518 284 136 302 32\nFore\n611 518 m 1\n 302 32 l 1\n 245 -198 l 1\n 159 -198 l 1\n 216 32 l 1\n 159 382 l 1\n 156 411 153 430 151 440 c 1\n 147 449 140 454 129 454 c 0\n 120 454 112 452 102 448 c 1\n 113 518 l 1\n 114 520 119 522 131 525 c 128\n 143 528 151 530 158 530 c 0\n 190 530 211 524 221 512 c 0\n 230 499 237 475 242 440 c 1\n 284 136 l 1\n 523 518 l 1\n 611 518 l 1\nEndSplineSet\nEndChar\nStartChar: delta\nEncoding: 948 948 375\nWidth: 560\nFlags: W\nHStem: -16 82<183 216> 432 67<284 303> 646 72<275 544>\nVStem: -3 94<155 179> 424 91<310 337>\nDStem: 146 646 275 646 319 495 418 519\nFore\n503 250 m 0\n 488 189 467 139 439 100 c 0\n 412 61 378 31 335 12 c 0\n 293 -7 242 -16 183 -16 c 0\n 110 -16 59 9 27 52 c 0\n 8 79 -3 113 -3 156 c 0\n -3 181 1 210 9 242 c 0\n 22 291 39 333 61 366 c 128\n 83 399 108 426 135 445 c 0\n 161 464 189 478 219 488 c 0\n 244 495 267 499 286 499 c 0\n 294 499 300 499 303 498 c 2\n 319 495 l 1\n 146 646 l 1\n 164 718 l 1\n 562 718 l 1\n 544 646 l 1\n 275 646 l 1\n 418 519 l 2\n 447 493 468 472 479 456 c 0\n 503 423 515 383 515 337 c 0\n 515 310 511 281 503 250 c 0\n416 252 m 1\n 419 273 423 292 424 311 c 0\n 424 320 423 329 422 338 c 0\n 419 366 408 388 388 405 c 0\n 368 423 340 432 301 432 c 0\n 271 432 243 424 216 408 c 0\n 189 393 165 372 145 344 c 0\n 125 315 111 284 101 250 c 0\n 94 223 91 200 91 179 c 0\n 91 102 134 66 203 66 c 0\n 213 66 222 66 231 66 c 0\n 259 66 282 68 304 82 c 0\n 334 101 363 136 380 164 c 0\n 396 193 408 222 416 252 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: epsilon\nEncoding: 949 949 376\nWidth: 510\nFlags: W\nHStem: -10 70<178 212> 231 59<240 288> 462 70<298 323>\nVStem: 3 87<95 123> 65 85<347 377> 431 78<386 412>\nFore\n445 136 m 1\n 425 84 395 47 353 24 c 128\n 311 1 256 -10 186 -10 c 0\n 113 -10 62 2 33 26 c 0\n 13 43 3 66 3 95 c 0\n 3 108 4 121 8 136 c 0\n 17 171 32 198 55 217 c 0\n 79 238 108 252 141 261 c 1\n 112 270 91 284 77 304 c 0\n 69 316 65 331 65 348 c 0\n 65 360 67 372 70 386 c 0\n 78 419 93 447 114 468 c 0\n 134 489 162 505 195 515 c 0\n 229 526 271 531 321 532 c 2\n 330 532 l 2\n 397 532 444 521 473 498 c 0\n 497 479 509 450 509 412 c 0\n 509 404 508 395 507 386 c 1\n 431 386 l 1\n 431 415 420 431 397 443 c 0\n 373 456 340 462 300 462 c 0\n 261 462 228 455 201 442 c 0\n 175 429 157 407 150 377 c 1\n 150 340 155 323 168 312 c 1\n 182 297 211 290 256 290 c 2\n 302 290 l 1\n 288 231 l 1\n 242 231 l 2\n 197 231 164 224 142 210 c 0\n 120 195 103 173 92 144 c 0\n 90 136 90 129 90 123 c 0\n 90 104 97 90 112 80 c 0\n 133 67 162 60 200 60 c 0\n 239 60 274 66 307 79 c 0\n 339 92 360 111 369 136 c 1\n 445 136 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nAnchorPoint: \"1 Top\" 340 640 basechar 0\nEndChar\nStartChar: zeta\nEncoding: 950 950 377\nWidth: 462\nFlags: W\nHStem: 646 72<167 374>\nVStem: 19 99<156 189>\nFore\n365 -42 m 0\n 355 -79 330 -130 289 -194 c 1\n 220 -166 l 1\n 254 -119 274 -85 279 -64 c 0\n 282 -54 283 -46 283 -38 c 0\n 283 -29 281 -22 277 -17 c 0\n 270 -8 254 -4 228 -4 c 0\n 171 -4 116 16 64 57 c 0\n 34 80 19 113 19 157 c 0\n 19 176 22 197 28 220 c 0\n 50 308 92 389 153 462 c 0\n 217 539 291 600 374 646 c 1\n 150 646 l 1\n 168 718 l 1\n 524 718 l 1\n 509 658 l 1\n 419 613 338 553 265 477 c 128\n 192 401 145 321 124 236 c 0\n 120 219 118 203 118 189 c 0\n 118 162 125 140 141 122 c 0\n 158 105 174 93 192 87 c 0\n 207 82 229 77 256 74 c 0\n 284 72 301 70 310 67 c 0\n 330 62 345 54 354 42 c 0\n 364 28 369 12 369 -8 c 0\n 369 -18 368 -30 365 -42 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: eta\nEncoding: 951 951 378\nWidth: 526\nFlags: W\nHStem: 0 21G<33 121> 454 76<372 409>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nFore\n410 -182 m 1\n 328 -158 l 1\n 446 316 l 1\n 455 351 456 377 456 396 c 1\n 448 435 421 454 372 454 c 0\n 280 454 220 397 192 284 c 2\n 121 0 l 1\n 33 0 l 1\n 136 414 l 1\n 138 421 138 428 138 433 c 0\n 137 445 134 451 123 451 c 0\n 119 451 114 450 107 448 c 1\n 111 520 l 1\n 131 527 152 531 174 531 c 0\n 193 531 208 524 217 509 c 0\n 223 499 226 487 226 473 c 0\n 226 464 225 455 223 445 c 2\n 220 430 l 1\n 282 497 344 530 409 530 c 0\n 444 530 474 524 497 512 c 0\n 519 501 535 484 543 459 c 0\n 548 446 551 432 551 416 c 0\n 551 402 549 387 546 371 c 0\n 546 364 542 347 535 320 c 1\n 410 -182 l 1\nEndSplineSet\nAnchorPoint: \"1 Top\" 392 640 basechar 0\nEndChar\nStartChar: theta\nEncoding: 952 952 379\nWidth: 526\nFlags: W\nHStem: -12 74<176 195> 330 72<141 398> 658 72<340 360>\nVStem: 16 84<163 185> 436 80<531 565>\nFore\n490 360 m 0\n 466 266 440 192 409 138 c 0\n 379 83 344 45 305 22 c 0\n 267 -1 224 -12 175 -12 c 0\n 138 -12 108 -6 85 7 c 0\n 61 19 43 39 31 68 c 0\n 19 98 16 137 16 184 c 0\n 18 232 28 291 45 360 c 0\n 63 434 87 499 116 555 c 0\n 145 610 180 653 221 684 c 0\n 261 715 307 730 360 730 c 0\n 412 730 450 715 476 684 c 0\n 501 653 515 609 516 554 c 0\n 516 500 508 435 490 360 c 0\n416 402 m 1\n 428 455 436 502 436 543 c 0\n 436 558 435 572 433 586 c 0\n 426 634 395 658 342 658 c 0\n 296 658 257 637 224 595 c 0\n 191 552 163 488 141 402 c 1\n 416 402 l 1\n398 330 m 1\n 123 330 l 1\n 110 277 103 231 101 192 c 0\n 100 185 100 178 100 171 c 0\n 100 142 106 117 118 97 c 0\n 133 74 158 62 193 62 c 0\n 226 62 256 72 281 92 c 0\n 306 111 328 141 347 181 c 0\n 367 223 384 273 398 330 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: iota\nEncoding: 953 953 380\nWidth: 286\nFlags: W\nDStem: 122 520 210 520 25 133 117 150\nFore\n209 13 m 1\n 175 -1 143 -8 114 -8 c 0\n 77 -8 50 3 32 26 c 0\n 22 39 17 57 17 78 c 0\n 17 94 20 112 25 133 c 1\n 122 520 l 1\n 210 520 l 1\n 117 150 l 1\n 116 144 115 139 114 136 c 0\n 113 132 113 130 113 129 c 128\n 113 128 112 125 112 120 c 0\n 112 109 114 99 121 89 c 1\n 124 82 132 79 145 79 c 2\n 152 79 l 2\n 162 80 178 85 199 94 c 1\n 209 13 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nAnchorPoint: \"1 Top\" 200 640 basechar 0\nEndChar\nStartChar: kappa\nEncoding: 954 954 381\nWidth: 516\nFlags: W\nHStem: 0 21G<1 89 323 431>\nDStem: 130 518 218 518 1 0 166 308 130 518 140 206 1 0 89 0 217 266 294 326 323 0 431 0 426 518 540 518 166 308 294 326\nFore\n431 0 m 1\n 323 0 l 1\n 217 266 l 1\n 140 206 l 1\n 89 0 l 1\n 1 0 l 1\n 130 518 l 1\n 218 518 l 1\n 166 308 l 1\n 426 518 l 1\n 540 518 l 1\n 294 326 l 1\n 431 0 l 1\nEndSplineSet\nEndChar\nStartChar: lambda\nEncoding: 955 955 382\nWidth: 560\nFlags: W\nHStem: 646 86<191 224>\nDStem: 268 522 219 302 -60 2 36 2 292 304 350 530 321 68 400 120\nFore\n469 14 m 1\n 434 -2 405 -10 383 -10 c 0\n 350 -10 330 6 326 38 c 0\n 326 43 325 47 324 52 c 0\n 322 57 322 63 321 68 c 1\n 292 304 l 1\n 287 348 287 387 287 422 c 1\n 282 413 271 392 254 359 c 0\n 248 349 243 341 240 335 c 0\n 236 330 233 324 230 319 c 0\n 226 313 223 307 219 302 c 1\n 36 2 l 1\n -60 2 l 1\n 268 522 l 1\n 266 542 l 1\n 264 568 261 588 256 603 c 128\n 251 618 241 630 228 639 c 0\n 221 644 208 646 191 646 c 0\n 181 646 171 645 161 643 c 0\n 156 642 151 641 147 640 c 0\n 142 639 138 639 135 638 c 1\n 166 720 l 1\n 189 728 209 732 224 732 c 0\n 248 732 267 729 278 722 c 0\n 290 715 303 702 315 683 c 0\n 327 662 334 641 337 622 c 0\n 341 602 345 571 350 530 c 2\n 400 120 l 1\n 407 92 l 2\n 410 79 417 73 430 73 c 0\n 435 73 439 74 445 75 c 0\n 450 77 455 79 459 80 c 0\n 462 82 466 83 467 84 c 1\n 469 14 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni03BC\nEncoding: 956 956 383\nWidth: 607\nFlags: W\nHStem: -10 74<252 274>\nDStem: 166 518 254 518 -13 -200 177 208 166 518 140 62 -13 -200 75 -200 512 518 598 518 435 208 507 152\nFore\n528 21 m 1\n 513 12 501 6 495 4 c 0\n 488 1 480 0 470 0 c 0\n 445 0 429 7 419 20 c 0\n 411 32 407 50 407 74 c 1\n 388 49 364 29 336 13 c 0\n 310 -2 282 -10 253 -10 c 128\n 224 -10 200 -4 181 8 c 0\n 162 19 148 37 140 62 c 1\n 75 -200 l 1\n -13 -200 l 1\n 166 518 l 1\n 254 518 l 1\n 177 208 l 1\n 173 193 171 180 171 167 c 0\n 171 129 188 98 221 76 c 0\n 234 68 251 64 274 64 c 0\n 320 64 357 81 384 114 c 0\n 393 124 399 131 402 135 c 0\n 407 141 412 147 415 152 c 0\n 420 159 423 167 425 174 c 0\n 428 179 431 191 435 208 c 2\n 512 518 l 1\n 598 518 l 1\n 507 152 l 2\n 500 124 497 104 497 93 c 0\n 498 84 502 79 508 79 c 0\n 509 79 512 80 516 81 c 1\n 528 21 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: nu\nEncoding: 957 957 384\nWidth: 504\nFlags: W\nHStem: 0 21G<145 227>\nDStem: 78 518 170 518 145 0 205 208 462 518 552 518 269 202 227 0\nFore\n552 518 m 1\n 227 0 l 1\n 145 0 l 1\n 78 518 l 1\n 170 518 l 1\n 205 208 l 1\n 207 187 208 170 209 157 c 0\n 210 132 211 115 211 104 c 1\n 222 123 232 141 241 157 c 0\n 252 176 262 191 269 202 c 2\n 462 518 l 1\n 552 518 l 1\nEndSplineSet\nEndChar\nStartChar: xi\nEncoding: 958 958 385\nWidth: 470\nFlags: W\nHStem: 0 70<196 237> 340 64<309 404> 648 70<151 235 336 507>\nVStem: -10 90<130 166> 120 78<476 491>\nFore\n366 -39 m 0\n 356 -80 330 -131 289 -194 c 1\n 222 -166 l 1\n 257 -111 277 -75 282 -60 c 1\n 284 -58 285 -53 287 -46 c 0\n 288 -40 288 -34 288 -30 c 0\n 288 -19 285 -12 277 -9 c 0\n 266 -3 242 0 204 0 c 2\n 185 0 l 2\n 141 0 102 6 70 18 c 128\n 38 30 15 50 1 78 c 0\n -7 93 -10 110 -10 130 c 0\n -10 147 -8 167 -2 188 c 0\n 9 221 21 247 32 266 c 1\n 45 285 63 303 85 320 c 0\n 128 351 170 370 213 376 c 1\n 178 381 153 397 136 422 c 0\n 125 438 120 455 120 476 c 0\n 120 488 122 502 126 516 c 0\n 133 545 148 572 169 597 c 0\n 190 620 211 637 235 648 c 1\n 135 648 l 1\n 152 718 l 1\n 524 718 l 1\n 507 648 l 1\n 341 648 l 2\n 322 648 303 641 284 628 c 0\n 263 615 246 598 232 577 c 0\n 217 556 206 535 202 516 c 0\n 200 506 198 497 198 489 c 0\n 198 453 221 427 267 412 c 0\n 280 407 305 404 338 404 c 2\n 420 404 l 1\n 404 340 l 1\n 294 340 l 2\n 265 340 235 334 205 323 c 0\n 176 311 150 294 128 272 c 0\n 106 251 92 227 84 198 c 0\n 81 187 80 176 80 166 c 0\n 80 150 84 137 91 125 c 0\n 103 105 121 91 144 83 c 0\n 165 74 189 70 214 70 c 0\n 262 70 297 68 318 63 c 0\n 341 59 356 49 364 32 c 0\n 368 22 371 10 371 -4 c 0\n 371 -15 370 -26 366 -39 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: omicron\nEncoding: 959 959 386\nWidth: 550\nFlags: W\nHStem: -12 74<207 230> 458 72<323 344>\nVStem: 21 92<163 183>\nFore\n518 260 m 0\n 504 203 481 154 450 113 c 0\n 420 72 384 41 342 20 c 0\n 299 -1 254 -12 208 -12 c 0\n 164 -12 126 -2 93 17 c 0\n 61 37 40 67 29 108 c 0\n 24 126 21 145 21 167 c 0\n 21 195 26 226 34 260 c 0\n 56 350 96 418 152 463 c 0\n 209 508 272 530 343 530 c 128\n 414 530 467 508 500 463 c 0\n 521 436 531 400 531 356 c 0\n 531 327 527 295 518 260 c 0\n428 260 m 0\n 436 291 438 318 438 342 c 0\n 437 365 432 386 423 405 c 0\n 414 423 402 436 385 445 c 0\n 369 454 349 458 325 458 c 128\n 301 458 279 454 259 445 c 0\n 238 436 218 423 201 405 c 0\n 184 388 168 367 155 342 c 0\n 142 316 131 289 124 260 c 0\n 117 230 113 204 113 181 c 0\n 113 153 118 131 129 113 c 0\n 148 79 180 62 226 62 c 0\n 271 62 313 79 349 113 c 0\n 385 146 412 195 428 260 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nAnchorPoint: \"1 Top\" 392 640 basechar 0\nEndChar\nStartChar: pi\nEncoding: 960 960 387\nWidth: 661\nFlags: W\nHStem: 450 70<118 172 264 501 588 654>\nVStem: 408 148<43 64>\nDStem: 172 450 265 450 59 -2 153 0 501 450 589 450 417 114 506 116\nFore\n556 14 m 1\n 542 9 527 5 512 1 c 0\n 499 -2 487 -4 478 -4 c 0\n 441 -4 419 6 413 25 c 0\n 410 33 408 43 408 55 c 0\n 408 71 411 91 417 114 c 2\n 501 450 l 1\n 265 450 l 1\n 153 0 l 1\n 59 -2 l 1\n 172 450 l 1\n 102 450 l 1\n 119 520 l 1\n 671 520 l 1\n 653 450 l 1\n 589 450 l 1\n 506 116 l 1\n 504 102 502 91 502 75 c 0\n 503 68 510 64 523 64 c 0\n 532 64 538 65 542 68 c 0\n 543 69 547 71 550 73 c 0\n 553 74 555 75 556 76 c 1\n 556 14 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: rho\nEncoding: 961 961 388\nWidth: 566\nFlags: W\nHStem: -10 74<253 275> 460 72<365 389>\nVStem: 486 93<336 357>\nDStem: 83 270 119 61 -34 -200 54 -200\nFore\n567 270 m 0\n 551 204 531 156 508 126 c 0\n 486 97 467 76 449 61 c 0\n 432 46 407 31 374 15 c 0\n 341 -2 301 -10 254 -10 c 0\n 223 -10 195 -4 171 8 c 0\n 149 19 131 37 119 61 c 1\n 54 -200 l 1\n -34 -200 l 1\n 83 270 l 2\n 106 362 147 429 204 470 c 128\n 261 511 324 532 389 532 c 0\n 462 532 515 509 548 462 c 0\n 568 433 579 397 579 355 c 0\n 579 329 575 301 567 270 c 0\n476 264 m 0\n 483 291 486 316 486 338 c 0\n 486 367 480 391 468 410 c 0\n 447 443 415 460 371 460 c 0\n 326 460 285 443 250 410 c 1\n 213 379 186 329 169 262 c 0\n 162 232 158 205 158 182 c 0\n 158 154 164 131 175 113 c 0\n 196 80 228 64 272 64 c 0\n 315 64 356 80 394 112 c 1\n 432 147 459 198 476 264 c 0\nEndSplineSet\nEndChar\nStartChar: sigma1\nEncoding: 962 962 389\nWidth: 535\nFlags: W\nHStem: 458 78<255 280>\nVStem: 22 96<265 299> 402 98<-42 -28> 410 91<324.063 343.414>\nFore\n501 324 m 1\n 410 324 l 1\n 410 364 398 397 374 422 c 1\n 349 446 315 458 270 458 c 0\n 245 458 221 452 198 440 c 0\n 174 427 155 407 140 380 c 128\n 125 353 118 318 118 274 c 0\n 118 245 123 218 132 194 c 0\n 149 153 191 121 257 100 c 0\n 268 97 286 94 311 92 c 128\n 336 90 354 88 364 87 c 0\n 414 80 449 69 468 54 c 0\n 489 37 500 9 500 -28 c 0\n 500 -44 496 -63 489 -85 c 0\n 479 -114 467 -147 452 -182 c 1\n 362 -150 l 1\n 367 -139 372 -127 377 -115 c 0\n 382 -104 386 -94 389 -85 c 128\n 392 -76 394 -68 397 -60 c 0\n 399 -52 401 -46 402 -42 c 0\n 403 -40 403 -37 403 -34 c 0\n 403 -21 390 -11 365 -6 c 0\n 355 -5 339 -3 318 -2 c 128\n 297 -1 280 1 265 3 c 0\n 250 4 234 7 216 12 c 0\n 192 18 162 35 125 62 c 0\n 94 83 69 113 50 151 c 0\n 31 186 22 227 22 276 c 0\n 22 331 33 378 56 417 c 0\n 80 457 111 487 148 506 c 0\n 187 526 231 536 278 536 c 0\n 343 536 396 517 438 479 c 0\n 480 440 501 388 501 324 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: sigma\nEncoding: 963 963 390\nWidth: 616\nFlags: W\nHStem: -12 74<207 230> 444 82<500 636> 458 72<323 344>\nVStem: 21 92<163 183> 438 89<323 343>\nFore\n636 444 m 1\n 500 444 l 1\n 518 409 527 372 527 333 c 0\n 527 309 524 285 518 260 c 0\n 504 203 481 154 450 113 c 0\n 420 72 384 41 342 20 c 0\n 299 -1 254 -12 208 -12 c 0\n 164 -12 126 -2 93 17 c 0\n 61 37 40 67 29 108 c 0\n 24 126 21 145 21 167 c 0\n 21 195 26 226 34 260 c 0\n 56 350 96 418 152 463 c 0\n 209 508 272 530 343 530 c 0\n 362 530 379 529 392 526 c 1\n 656 526 l 1\n 636 444 l 1\n428 260 m 0\n 436 291 438 318 438 342 c 0\n 437 365 432 386 423 405 c 0\n 414 423 402 436 385 445 c 0\n 369 454 349 458 325 458 c 128\n 301 458 279 454 259 445 c 0\n 238 436 218 423 201 405 c 0\n 184 388 168 367 155 342 c 0\n 142 316 131 289 124 260 c 0\n 117 230 113 204 113 181 c 0\n 113 153 118 131 129 113 c 0\n 148 79 180 62 226 62 c 0\n 271 62 313 79 349 113 c 0\n 385 146 412 195 428 260 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: tau\nEncoding: 964 964 391\nWidth: 532\nFlags: W\nHStem: 450 68<106 254 341 542>\nVStem: 167 166<52 80>\nDStem: 254 450 342 450 178 144 268 152\nFore\n542 450 m 1\n 342 450 l 1\n 268 152 l 2\n 262 127 260 111 260 104 c 0\n 262 96 265 90 270 86 c 128\n 275 82 285 80 300 80 c 0\n 305 80 310 80 313 81 c 0\n 325 83 331 84 334 85 c 1\n 333 6 l 1\n 325 4 312 2 296 -1 c 0\n 282 -3 271 -4 263 -4 c 0\n 232 -4 209 1 194 12 c 1\n 177 22 169 35 167 52 c 0\n 166 62 166 73 166 86 c 1\n 168 99 172 119 178 144 c 2\n 254 450 l 1\n 90 450 l 1\n 107 518 l 1\n 559 518 l 1\n 542 450 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 392\nWidth: 515\nFlags: W\nHStem: -14 76<192 221>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nFore\n464 198 m 1\n 455 160 444 130 434 108 c 0\n 424 87 411 67 395 50 c 0\n 385 40 361 25 324 6 c 0\n 298 -7 255 -14 196 -14 c 0\n 133 -14 90 -7 70 6 c 0\n 43 25 27 40 21 50 c 1\n 15 67 12 87 12 108 c 0\n 12 130 17 160 26 198 c 1\n 106 518 l 1\n 194 518 l 1\n 123 232 l 2\n 112 187 106 154 106 133 c 128\n 106 112 111 98 122 89 c 0\n 133 79 143 73 153 70 c 0\n 168 65 187 62 212 62 c 0\n 235 62 256 65 273 70 c 0\n 285 73 299 79 314 89 c 0\n 329 98 342 112 352 133 c 128\n 362 154 374 187 385 232 c 2\n 456 518 l 1\n 544 518 l 1\n 464 198 l 1\nEndSplineSet\nAnchorPoint: \"1 Top\" 350 640 basechar 0\nEndChar\nStartChar: phi\nEncoding: 966 966 393\nWidth: 741\nFlags: W\nHStem: -10 81<270 291 399 430>\nVStem: 642 87<304 324>\nDStem: 291 -10 379 -10 243 -200 331 -200 423 522 489 432 311 71 399 71\nFore\n719 249 m 0\n 708 204 688 161 659 122 c 0\n 631 83 595 51 551 26 c 0\n 508 2 462 -10 411 -10 c 2\n 379 -10 l 1\n 331 -200 l 1\n 243 -200 l 1\n 291 -10 l 1\n 269 -10 l 2\n 227 -10 190 -3 161 11 c 0\n 131 25 108 44 91 69 c 0\n 74 93 65 121 62 152 c 0\n 61 163 61 173 61 184 c 0\n 62 206 63 228 68 250 c 0\n 77 285 92 319 112 352 c 128\n 132 385 158 416 189 445 c 0\n 221 474 257 497 294 514 c 1\n 319 446 l 1\n 274 421 236 391 208 357 c 0\n 180 322 162 288 153 254 c 0\n 149 239 148 225 148 211 c 0\n 148 194 150 178 155 163 c 0\n 163 136 178 113 203 96 c 0\n 226 79 256 71 291 71 c 2\n 311 71 l 1\n 423 522 l 1\n 511 522 l 2\n 570 522 617 509 652 483 c 0\n 687 458 711 424 721 382 c 0\n 726 363 729 343 729 322 c 0\n 729 298 725 274 719 249 c 0\n635 250 m 0\n 640 269 642 288 642 306 c 0\n 642 317 641 328 639 339 c 0\n 632 366 619 389 596 406 c 0\n 574 423 546 432 509 432 c 2\n 489 432 l 1\n 399 71 l 1\n 423 71 l 2\n 460 71 492 79 521 96 c 128\n 550 113 575 135 595 163 c 0\n 614 190 628 219 635 250 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: chi\nEncoding: 967 967 394\nWidth: 572\nFlags: W\nDStem: 163 420 249 478 247 160 319 234 247 160 279 74 -77 -200 27 -200 279 74 355 160 327 -123 423 -91 543 518 639 518 319 234 355 160\nFore\n482 -200 m 1\n 463 -208 445 -212 428 -212 c 2\n 420 -212 l 2\n 398 -212 378 -203 362 -186 c 1\n 348 -173 336 -152 327 -123 c 1\n 279 74 l 1\n 27 -200 l 1\n -77 -200 l 1\n 247 160 l 1\n 163 420 l 2\n 158 436 152 446 147 450 c 0\n 141 455 130 458 114 458 c 1\n 103 455 95 454 89 454 c 1\n 109 532 l 1\n 114 533 119 533 124 534 c 128\n 129 535 134 535 140 536 c 0\n 155 537 163 538 166 538 c 0\n 189 538 207 533 219 524 c 128\n 231 515 242 500 249 478 c 1\n 319 234 l 1\n 543 518 l 1\n 639 518 l 1\n 355 160 l 1\n 423 -91 l 2\n 426 -102 431 -110 437 -117 c 1\n 440 -124 450 -127 466 -127 c 0\n 471 -127 478 -126 485 -125 c 128\n 492 -124 498 -122 502 -121 c 1\n 482 -200 l 1\nEndSplineSet\nEndChar\nStartChar: psi\nEncoding: 968 968 395\nWidth: 662\nFlags: W\nHStem: -200 272<247 266> -2 74<246 248 352 354>\nVStem: 46 95<145 168>\nDStem: 131 518 221 518 55 214 152 242 248 -2 334 -2 198 -200 284 -200 373 500 459 500 266 72 352 72 619 518 709 518 550 242 633 214\nFore\n633 214 m 2\n 615 141 579 86 527 51 c 128\n 475 16 411 -2 334 -2 c 1\n 284 -200 l 1\n 198 -200 l 1\n 248 -2 l 1\n 171 -2 115 16 81 51 c 1\n 57 74 46 105 46 145 c 0\n 46 166 49 189 55 214 c 2\n 131 518 l 1\n 221 518 l 1\n 152 242 l 1\n 146 213 142 189 141 168 c 0\n 141 160 142 152 143 145 c 0\n 147 120 158 102 178 90 c 128\n 198 78 227 72 266 72 c 1\n 373 500 l 1\n 459 500 l 1\n 352 72 l 1\n 387 72 416 77 442 87 c 0\n 467 97 489 115 507 140 c 128\n 525 165 540 199 550 242 c 1\n 619 518 l 1\n 709 518 l 1\n 633 214 l 2\nEndSplineSet\nMinimumDistance: x6,1 \nEndChar\nStartChar: omega\nEncoding: 969 969 396\nWidth: 740\nFlags: W\nHStem: -9 72<159 181 461 469>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nFore\n700 241 m 0\n 691 206 679 173 663 142 c 0\n 648 111 629 85 608 63 c 128\n 587 41 563 23 534 10 c 0\n 508 -3 479 -9 448 -9 c 0\n 413 -9 386 -1 365 16 c 0\n 348 31 334 52 326 81 c 1\n 304 52 281 31 255 16 c 0\n 226 -1 195 -9 160 -9 c 0\n 129 -9 103 -3 83 10 c 0\n 62 23 45 41 36 63 c 0\n 25 87 20 114 20 143 c 0\n 20 174 24 207 32 241 c 0\n 40 274 54 310 75 348 c 0\n 96 388 119 424 143 455 c 0\n 169 488 192 511 215 526 c 1\n 289 500 l 1\n 255 473 227 444 204 413 c 0\n 181 384 161 354 147 323 c 0\n 133 295 122 266 115 235 c 0\n 108 207 104 181 104 158 c 0\n 104 142 106 128 109 114 c 0\n 118 80 142 63 181 63 c 0\n 202 64 216 66 223 68 c 0\n 232 71 243 78 258 89 c 0\n 282 108 296 129 302 153 c 2\n 358 376 l 1\n 442 376 l 1\n 386 153 l 2\n 384 146 384 139 384 132 c 0\n 385 117 388 102 398 89 c 0\n 407 78 416 71 423 68 c 0\n 428 66 441 64 462 63 c 0\n 501 63 534 80 559 114 c 0\n 585 148 603 188 615 235 c 0\n 622 266 627 295 627 323 c 0\n 627 354 623 384 615 413 c 0\n 606 444 591 473 573 500 c 1\n 659 526 l 1\n 674 511 687 488 695 455 c 1\n 705 424 710 388 711 348 c 0\n 711 310 708 274 700 241 c 0\nEndSplineSet\nMinimumDistance: x40,-1 \nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 397\nWidth: 286\nFlags: W\nHStem: 599 103<72.4512 154.451 233.451 315.451>\nDStem: 72.4512 702 176.451 702 50.4512 599 154.451 599 122 520 210 520 25 133 117 150 233.451 702 337.451 702 211.451 599 315.451 599\nRef: 168 168 N 1 0 0 1 -108.549 -13\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 398\nWidth: 515\nFlags: W\nHStem: -14 76<192 221> 599 103<231.876 313.876 392.876 474.876>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 231.876 702 335.876 702 209.876 599 313.876 599 392.876 702 496.876 702 370.876 599 474.876 599 456 518 544 518 385 232 464 198\nRef: 168 168 N 1 0 0 1 50.8763 -13\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 399\nWidth: 535\nFlags: W\nHStem: -12 74<207 230> 458 72<323 344>\nVStem: 21 92<163 183>\nRef: 900 900 N 1 0 0 1 109 0\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 400\nWidth: 503\nFlags: W\nHStem: -14 76<192 221>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 900 900 N 1 0 0 1 83 0\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: omegatonos\nEncoding: 974 974 401\nWidth: 725\nFlags: W\nHStem: -9 72<159 181 461 469>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 900 900 N 1 0 0 1 191 0\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 402\nWidth: 667\nFlags: HW\nRef: 96 96 N 1 0 0 1 276 237\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 403\nWidth: 667\nFlags: HW\nHStem: 0 82<201 613> 332 82<272 650> 647 82<322 734 322 322> 811 103<401 483 562 644>\nFore\n255 332 m 1\n 201 82 l 1\n 630 82 l 1\n 613 0 l 1\n 90 0 l 1\n 245 729 l 1\n 751 729 l 1\n 734 647 l 1\n 322 647 l 1\n 272 414 l 1\n 668 414 l 1\n 650 332 l 1\n 255 332 l 1\n505 914 m 1\n 483 811 l 1\n 379 811 l 1\n 401 914 l 1\n 505 914 l 1\n666 914 m 1\n 644 811 l 1\n 540 811 l 1\n 562 914 l 1\n 666 914 l 1\nEndSplineSet\nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 404\nWidth: 766\nFlags: HW\nFore\n654.358 0 m 1\n 640.33 -66 615.812 -96.667 559.576 -126 c 0\n 531.792 -140.667 486.445 -147 457.112 -147 c 2\n 456.112 -147 l 1\n 374.9 -148 l 1\n 388.929 -82 l 1\n 487.929 -82 l 2\n 522.596 -82 549.578 -60.126 558.958 -16 c 2\n 561.083 -6 l 1\n 630.313 315 l 2\n 637.989 349.666 619.721 368.667 576.43 372 c 2\n 566.43 372 l 1\n 338.43 372 l 1\n 259.358 0 l 1\n 166.358 0 l 1\n 303.096 648 l 1\n 104.096 648 l 1\n 121.1 728 l 1\n 611.1 728 l 1\n 594.096 648 l 1\n 397.096 648 l 1\n 355.859 454 l 1\n 587.859 454 l 2\n 653.859 454 696.212 429 714.918 379 c 0\n 724.342 354.333 725.936 327.333 719.7 298 c 2\n 719.488 297 l 1\n 654.358 0 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 405\nWidth: 611\nFlags: HW\nHStem: 0 21<13 106 13 13> 647 82<243 639 243 243>\nFore\n326 947 m 1\n 438 947 l 1\n 258 799 l 1\n 198 799 l 1\n 326 947 l 1\n106 0 m 1\n 13 0 l 1\n 167 729 l 1\n 656 729 l 1\n 639 647 l 1\n 243 647 l 1\n 106 0 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 406\nWidth: 722\nFlags: HW\nHStem: -23 82<248.5 353> 332 82<156 502> 659 81\nVStem: 35 95\nFore\n136 332 m 1\n 108 164 176 59 314 59 c 0\n 392 59 461 93 504 153 c 0\n 525 182 543 216 561 266 c 1\n 657 266 l 1\n 594 73 474 -23 296 -23 c 0\n 201 -23 135 4 91 62 c 0\n 37 133 22 236 47 356 c 0\n 72 474 131 578 212 650 c 0\n 279 710 364 741 462 741 c 0\n 622 741 698 663 693 503 c 1\n 598 503 l 1\n 598 557 590 588 568 613 c 0\n 544 641 493 659 434 659 c 0\n 308 659 205 567 156 414 c 1\n 520 414 l 1\n 502 332 l 1\n 136 332 l 1\nEndSplineSet\nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 407\nWidth: 667\nFlags: HW\nHStem: -23 82<238.5 298.5> 663 78<342 449>\nVStem: 545 89\nFore\n629 515 m 1\n 541 515 l 1\n 560 610 507 663 391 663 c 0\n 293 663 217 614 201 540 c 0\n 190 484 216 456 299 432 c 2\n 471 383 l 2\n 564 356 606 290 587 200 c 0\n 574 137 529 72 472 33 c 0\n 417 -3 342 -23 255 -23 c 0\n 144 -23 67 13 32 81 c 0\n 11 121 8 165 21 232 c 1\n 109 232 l 1\n 98 187 103 152 123 120 c 0\n 149 78 199 59 278 59 c 0\n 337 59 386 70 419 90 c 0\n 454 112 484 152 492 191 c 0\n 504 248 470 285 383 309 c 2\n 213 357 l 2\n 122 382 87 438 106 527 c 0\n 134 659 250 741 410 741 c 0\n 578 741 659 658 629 515 c 1\nEndSplineSet\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 408\nWidth: 278\nFlags: HW\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 409\nWidth: 278\nFlags: HW\nHStem: 0 21<100 194 100 100> 709 20<255 349 349 349> 804 103<202 284 363 445>\nFore\n349 729 m 1\n 194 0 l 1\n 100 0 l 1\n 255 729 l 1\n 349 729 l 1\n306 907 m 1\n 284 804 l 1\n 180 804 l 1\n 202 907 l 1\n 306 907 l 1\n467 907 m 1\n 445 804 l 1\n 341 804 l 1\n 363 907 l 1\n 467 907 l 1\nEndSplineSet\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 410\nWidth: 500\nFlags: HW\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 411\nWidth: 968\nFlags: HW\nFore\n436.523 0 m 1\n 573.047 647 l 1\n 348.047 647 l 1\n 316.872 500.333 296.459 409 286.807 373 c 0\n 227.944 155.667 149.275 33.333 50.7988 6 c 0\n 36.6152 2 21.5234 0 5.52344 0 c 1\n 25.5039 94 l 1\n 80.1699 94 129.028 162.333 172.077 299 c 0\n 191.539 362.333 221.839 492.333 262.975 689 c 1\n 271.477 729 l 1\n 684.477 729 l 1\n 617.734 415 l 1\n 761.734 415 l 2\n 915.876 415.667 991.98 355 990.049 233 c 0\n 989.682 225 989.244 216.667 988.735 208 c 1\n 976.265 149.333 947.183 100.333 901.489 61 c 0\n 854.845 20.333 797.523 -0 729.523 0 c 2\n 436.523 0 l 1\n546.953 82 m 1\n 737.953 82 l 2\n 781.286 82 816.1 93.667 842.393 117 c 0\n 870.019 140.333 887.658 170 895.31 206 c 2\n 895.522 207 l 2\n 903.316 243.667 898.692 273.667 881.652 297 c 2\n 880.865 298 l 2\n 864.491 321.333 834.638 333 791.305 333 c 2\n 600.305 333 l 1\n 546.953 82 l 1\nEndSplineSet\nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 412\nWidth: 1173\nFlags: HW\nHStem: 0 82<583 802> 332 82<187 543>\nVStem: 970 92\nFore\n473 0 m 1\n 543 332 l 1\n 170 332 l 1\n 100 0 l 1\n 6 0 l 1\n 160 729 l 1\n 253 729 l 1\n 187 414 l 1\n 561 414 l 1\n 627 729 l 1\n 720 729 l 1\n 654 415 l 1\n 834 415 l 2\n 1012 416 1072 338 1061 208 c 1\n 1049 151 1018 99 973 61 c 1\n 926 19 871 0 802 0 c 2\n 473 0 l 1\n583 82 m 1\n 810 82 l 2\n 855 82 887 93 914 117 c 0\n 941 140 960 172 968 207 c 0\n 975 243 970 275 953 298 c 0\n 936 322 908 333 863 333 c 2\n 636 333 l 1\n 583 82 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 413\nWidth: 766\nFlags: HW\nFore\n340.13 454 m 1\n 572.13 454 l 2\n 638.13 454 680.483 429 699.188 379 c 0\n 708.612 354.333 710.206 327.333 703.972 298 c 2\n 703.759 297 l 1\n 640.63 0 l 1\n 547.63 0 l 1\n 614.585 315 l 2\n 621.953 349.667 603.992 368.667 560.7 372 c 2\n 550.7 372 l 1\n 322.7 372 l 1\n 243.63 0 l 1\n 150.63 0 l 1\n 287.366 648 l 1\n 88.3662 648 l 1\n 105.37 728 l 1\n 595.37 728 l 1\n 578.366 648 l 1\n 381.366 648 l 1\n 340.13 454 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 414\nWidth: 667\nFlags: HW\nHStem: 0 21<2 95 2 2 471 471 471 581> 709 20<156 249 249 249 612 732 732 732>\nFore\n311 947 m 1\n 423 947 l 1\n 243 799 l 1\n 183 799 l 1\n 311 947 l 1\n95 0 m 1\n 2 0 l 1\n 156 729 l 1\n 249 729 l 1\n 183 414 l 1\n 612 729 l 1\n 732 729 l 1\n 245 375 l 1\n 581 0 l 1\n 471 0 l 1\n 163 324 l 1\n 95 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 415\nWidth: 731\nFlags: HW\nHStem: 0 21<83 188 83 83 565 653 565 565> 709 20<238 326 326 326 707 808 808 808>\nFore\n238 729 m 1\n 326 729 l 1\n 199 133 l 1\n 707 729 l 1\n 808 729 l 1\n 653 0 l 1\n 565 0 l 1\n 691 591 l 1\n 188 0 l 1\n 83 0 l 1\n 238 729 l 1\n577 977 m 1\n 649 829 l 1\n 596 829 l 1\n 471 977 l 1\n 577 977 l 1\nEndSplineSet\nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 416\nWidth: 650\nFlags: HW\nHStem: 0 21<62 175 62 62> 709 20<103 216 216 216 585 696 696 696> 793 72<404.5 440.5>\nVStem: 289 58\nFore\n294 928 m 1\n 347 928 l 1\n 347 920 l 1\n 347 915 l 2\n 347 885 380 865 429 865 c 0\n 488 865 529 888 539 928 c 1\n 595 928 l 1\n 584 884 573 863 549 842 c 0\n 516 812 465 793 416 793 c 0\n 341 793 289 833 289 892 c 0\n 289 901 290 909 294 928 c 1\n175 0 m 1\n 62 0 l 1\n 242 244 l 1\n 103 729 l 1\n 216 729 l 1\n 321 350 l 1\n 585 729 l 1\n 696 729 l 1\n 175 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 417\nWidth: 722\nFlags: HW\nHStem: 0 82<194 567> 709 20<238 332 332 332 705 799 799 799>\nFore\n194 82 m 1\n 567 82 l 1\n 705 729 l 1\n 799 729 l 1\n 644 0 l 1\n 83 0 l 1\n 238 729 l 1\n 332 729 l 1\n 194 82 l 1\nEndSplineSet\nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 418\nWidth: 667\nFlags: HW\nRef: 65 65 N 1 0 0 1 0 0\nKernsSLIF: 1040 64 3 0\nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 419\nWidth: 639\nFlags: HW\nHStem: 0 82<189 408> 333 82<260 440> 647 82<310 706 310 310>\nVStem: 577 91\nFore\n667 208 m 1\n 655 151 624 99 580 61 c 0\n 532 19 477 0 408 0 c 2\n 79 0 l 1\n 234 729 l 1\n 723 729 l 1\n 706 647 l 1\n 310 647 l 1\n 260 415 l 1\n 440 415 l 2\n 618 416 679 338 667 208 c 1\n189 82 m 1\n 416 82 l 2\n 461 82 494 93 521 117 c 0\n 548 140 567 172 574 207 c 0\n 582 243 576 275 559 298 c 0\n 542 322 515 333 470 333 c 2\n 243 333 l 1\n 189 82 l 1\nEndSplineSet\nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 420\nWidth: 667\nFlags: HW\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 421\nWidth: 611\nFlags: HW\nHStem: 0 21<90 183 90 90> 647 82<321 717 321 321>\nFore\n183 0 m 1\n 90 0 l 1\n 245 729 l 1\n 734 729 l 1\n 717 647 l 1\n 321 647 l 1\n 183 0 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 422\nWidth: 816\nFlags: HW\nHStem: -135 209<76 111 729 775> 0 74<140 168 140 140> 0 82<305 636> 647 82<494 756 494 494>\nFore\n726 0 m 0\n305 82 m 1\n 636 82 l 1\n 756 647 l 1\n 494 647 l 1\n 459 481 419 215 305 82 c 1\n168 74 m 1\n 305 132 353 424 418 729 c 1\n 868 729 l 1\n 729 74 l 1\n 820 74 l 1\n 775 -135 l 1\n 695 -135 l 1\n 724 0 l 1\n 140 0 l 1\n 111 -135 l 1\n 31 -135 l 1\n 76 74 l 1\n 168 74 l 1\nEndSplineSet\nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 423\nWidth: 667\nFlags: HW\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 424\nWidth: 897\nFlags: HW\nHStem: 0 21<22 132 22 22 418 418 418 511 797 797 797 907> 709 20<215 335 335 335 573 666 666 666 904 1024 1024 1024>\nFore\n487 324 m 1\n 132 0 l 1\n 22 0 l 1\n 427 375 l 1\n 215 729 l 1\n 335 729 l 1\n 508 421 l 1\n 573 729 l 1\n 666 729 l 1\n 601 421 l 1\n 904 729 l 1\n 1024 729 l 1\n 662 375 l 1\n 907 0 l 1\n 797 0 l 1\n 580 324 l 1\n 511 0 l 1\n 418 0 l 1\n 487 324 l 1\nEndSplineSet\nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 425\nWidth: 652\nFlags: HW\nHStem: -23 82<296.5 356.5> 321 82<324 412 412 415> 663 78<404 511>\nVStem: 602 93\nFore\n307 321 m 1\n 324 403 l 1\n 412 403 l 2\n 501 403 587 484 599 540 c 0\n 615 614 560 663 462 663 c 0\n 346 663 270 610 249 515 c 1\n 161 515 l 1\n 192 658 308 741 476 741 c 0\n 636 741 718 659 690 527 c 0\n 674 452 626 403 552 374 c 1\n 629 343 662 282 645 200 c 0\n 632 137 587 72 530 33 c 0\n 475 -3 400 -23 313 -23 c 0\n 202 -23 125 13 90 81 c 0\n 69 121 66 165 79 232 c 1\n 167 232 l 1\n 156 187 161 152 181 120 c 0\n 207 78 257 59 336 59 c 0\n 395 59 443 70 477 90 c 0\n 512 112 542 152 550 191 c 0\n 562 248 510 321 415 321 c 2\n 307 321 l 1\nEndSplineSet\nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 426\nWidth: 731\nFlags: HW\nHStem: 0 21<83 188 83 83 565 653 565 565> 709 20<238 326 326 326 707 808 808 808>\nFore\n238 729 m 1\n 326 729 l 1\n 199 133 l 1\n 707 729 l 1\n 808 729 l 1\n 653 0 l 1\n 565 0 l 1\n 691 591 l 1\n 188 0 l 1\n 83 0 l 1\n 238 729 l 1\nEndSplineSet\nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 427\nWidth: 731\nFlags: HW\nHStem: 0 21<83 188 83 83 565 653 565 565> 709 20<238 326 326 326 707 808 808 808> 793 72<526.5 562.5>\nVStem: 411 58\nFore\n416 928 m 1\n 469 928 l 1\n 469 920 l 1\n 469 915 l 2\n 469 885 502 865 551 865 c 0\n 610 865 651 888 661 928 c 1\n 717 928 l 1\n 706 884 695 863 671 842 c 0\n 638 812 587 793 538 793 c 0\n 463 793 411 833 411 892 c 0\n 411 901 412 909 416 928 c 1\n238 729 m 1\n 326 729 l 1\n 199 133 l 1\n 707 729 l 1\n 808 729 l 1\n 653 0 l 1\n 565 0 l 1\n 691 591 l 1\n 188 0 l 1\n 83 0 l 1\n 238 729 l 1\nEndSplineSet\nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 428\nWidth: 664\nFlags: HW\nHStem: 0 21<79 172 79 79 548 548 548 658> 709 20<234 327 327 327 690 810 810 810>\nFore\n172 0 m 1\n 79 0 l 1\n 234 729 l 1\n 327 729 l 1\n 260 414 l 1\n 690 729 l 1\n 810 729 l 1\n 323 375 l 1\n 658 0 l 1\n 548 0 l 1\n 241 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 429\nWidth: 646\nFlags: HW\nHStem: 0 21<6 119.5 473 473 473 567> 647 82<348 610 348 348>\nFore\n610 647 m 1\n 348 647 l 1\n 300 422 233 0 6 0 c 1\n 26 94 l 1\n 151 94 207 424 271 729 c 1\n 721 729 l 1\n 567 0 l 1\n 473 0 l 1\n 610 647 l 1\nEndSplineSet\nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 430\nWidth: 833\nFlags: HW\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 431\nWidth: 722\nFlags: HW\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 432\nWidth: 778\nFlags: HW\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 433\nWidth: 722\nFlags: HW\nHStem: 0 21<83 177 83 83 550 550 550 644> 647 82<315 688 315 315>\nFore\n688 647 m 1\n 315 647 l 1\n 177 0 l 1\n 83 0 l 1\n 238 729 l 1\n 799 729 l 1\n 644 0 l 1\n 550 0 l 1\n 688 647 l 1\nEndSplineSet\nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 434\nWidth: 667\nFlags: HW\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 435\nWidth: 722\nFlags: HW\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 436\nWidth: 611\nFlags: HW\nRef: 84 84 N 1 0 0 1 0 0\nKernsSLIF: 1040 -132 3 0\nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 437\nWidth: 530\nFlags: HW\nHStem: 0 21<22 135 22 22> 709 20<64 177 177 177 546 657 657 657>\nFore\n135 0 m 1\n 22 0 l 1\n 203 244 l 1\n 64 729 l 1\n 177 729 l 1\n 281 350 l 1\n 546 729 l 1\n 657 729 l 1\n 135 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 438\nWidth: 891\nFlags: HW\nHStem: 0 21<380 474 380 380> 94 94<379.5 399 514 553.5> 541 94 709 20<535 629 629 629>\nVStem: 99 103\nFore\n399 94 m 1\n 252 94 52 108 109 375 c 0\n 165 638 373 636 514 635 c 1\n 535 729 l 1\n 629 729 l 1\n 609 635 l 1\n 750 636 960 638 904 375 c 0\n 847 108 641 94 494 94 c 1\n 474 0 l 1\n 380 0 l 1\n 399 94 l 1\n419 188 m 1\n 494 541 l 1\n 421 540 246 550 209 375 c 0\n 164 166 340 188 419 188 c 1\n514 188 m 1\n 593 188 759 166 804 375 c 0\n 841 550 662 540 589 541 c 1\n 514 188 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 439\nWidth: 667\nFlags: HW\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 440\nWidth: 722\nFlags: HW\nHStem: -135 209<660 707> 0 82<194 567> 709 20<238 332 332 332 705 799 799 799>\nFore\n567 82 m 1\n 705 729 l 1\n 799 729 l 1\n 660 74 l 1\n 752 74 l 1\n 707 -135 l 1\n 627 -135 l 1\n 656 0 l 1\n 83 0 l 1\n 238 729 l 1\n 332 729 l 1\n 194 82 l 1\n 567 82 l 1\nEndSplineSet\nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 441\nWidth: 642\nFlags: HW\nHStem: 0 21<443 536 443 443> 302 82<239 507>\nFore\n507 302 m 1\n 222 302 l 2\n 170 302 135 326 146 383 c 1\n 220 729 l 1\n 313 729 l 1\n 239 384 l 1\n 524 384 l 1\n 598 729 l 1\n 691 729 l 1\n 536 0 l 1\n 443 0 l 1\n 507 302 l 1\nEndSplineSet\nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 442\nWidth: 836\nFlags: HW\nHStem: 0 82<171 365 459 653> 709 20<215 309 309 309 503 597 597 597 791 885 885 885>\nFore\n459 82 m 1\n 653 82 l 1\n 791 729 l 1\n 885 729 l 1\n 730 0 l 1\n 60 0 l 1\n 215 729 l 1\n 309 729 l 1\n 171 82 l 1\n 365 82 l 1\n 503 729 l 1\n 597 729 l 1\n 459 82 l 1\nEndSplineSet\nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 443\nWidth: 837\nFlags: HW\nHStem: -135 209<746 793> 0 82<171 365 459 653> 709 20<215 309 309 309 503 597 597 597 791 885 885 885>\nFore\n742 0 m 1\n 60 0 l 1\n 215 729 l 1\n 309 729 l 1\n 171 82 l 1\n 365 82 l 1\n 503 729 l 1\n 597 729 l 1\n 459 82 l 1\n 653 82 l 1\n 791 729 l 1\n 885 729 l 1\n 746 74 l 1\n 838 74 l 1\n 793 -135 l 1\n 713 -135 l 1\n 742 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 444\nWidth: 866\nFlags: HW\nHStem: 0 82<362 580> 333 82<433 613> 647 82<175 388>\nVStem: 749 92\nFore\n840 208 m 1\n 828 151 796 99 752 61 c 0\n 704 19 649 0 580 0 c 2\n 251 0 l 1\n 388 647 l 1\n 158 647 l 1\n 175 729 l 1\n 499 729 l 1\n 433 415 l 1\n 613 415 l 2\n 791 416 851 338 840 208 c 1\n362 82 m 1\n 589 82 l 2\n 634 82 666 93 693 117 c 0\n 720 140 739 172 746 207 c 0\n 754 243 749 275 732 298 c 0\n 715 322 687 333 642 333 c 2\n 415 333 l 1\n 362 82 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 445\nWidth: 886\nFlags: HW\nHStem: 0 82<193 412> 333 82<264 444>\nVStem: 581 91\nFore\n963 729 m 1\n 808 0 l 1\n 714 0 l 1\n 869 729 l 1\n 963 729 l 1\n671 208 m 1\n 659 151 628 99 584 61 c 0\n 536 19 481 0 412 0 c 2\n 83 0 l 1\n 238 729 l 1\n 331 729 l 1\n 264 415 l 1\n 444 415 l 2\n 622 416 683 338 671 208 c 1\n193 82 m 1\n 420 82 l 2\n 465 82 498 93 525 117 c 0\n 552 140 571 172 578 207 c 0\n 586 243 580 275 563 298 c 0\n 546 322 519 333 474 333 c 2\n 247 333 l 1\n 193 82 l 1\nEndSplineSet\nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 446\nWidth: 698\nFlags: HW\nHStem: 0 82<194 412> 333 82<265 445>\nVStem: 581 92\nFore\n672 208 m 1\n 660 151 628 99 584 61 c 0\n 536 19 481 0 412 0 c 2\n 83 0 l 1\n 238 729 l 1\n 331 729 l 1\n 265 415 l 1\n 445 415 l 2\n 623 416 683 338 672 208 c 1\n194 82 m 1\n 421 82 l 2\n 466 82 498 93 525 117 c 0\n 552 140 571 172 578 207 c 0\n 586 243 581 275 564 298 c 0\n 547 322 519 333 474 333 c 2\n 247 333 l 1\n 194 82 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 447\nWidth: 717\nFlags: HW\nHStem: -23 82<323 392.5> 332 82<307 656> 659 82<467.5 553>\nVStem: 104 98 673 93\nFore\n656 332 m 1\n 290 332 l 1\n 307 414 l 1\n 671 414 l 1\n 687 567 623 659 497 659 c 0\n 438 659 379 641 343 613 c 0\n 311 588 290 557 267 503 c 1\n 172 503 l 1\n 235 663 344 741 504 741 c 0\n 602 741 674 710 715 650 c 0\n 766 578 780 474 755 356 c 0\n 729 236 670 133 586 62 c 0\n 518 4 440 -23 345 -23 c 0\n 167 -23 88 73 107 266 c 1\n 203 266 l 1\n 200 216 203 182 212 153 c 0\n 229 93 284 59 362 59 c 0\n 500 59 613 164 656 332 c 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 448\nWidth: 1079\nFlags: HW\nHStem: -23 82<624.5 729> 0 21<60 154 60 60> 332 82<241 409> 659 82<752 908>\nVStem: 403 96 1034 95\nFore\n409 332 m 1\n 224 332 l 1\n 154 0 l 1\n 60 0 l 1\n 215 729 l 1\n 308 729 l 1\n 241 414 l 1\n 429 414 l 1\n 492 611 655 741 846 741 c 0\n 1060 741 1167 588 1117 353 c 0\n 1092 234 1021 121 927 54 c 0\n 858 4 773 -23 685 -23 c 0\n 483 -23 375 119 409 332 c 1\n829 659 m 0\n 675 659 545 539 507 359 c 128\n 469 179 547 59 702 59 c 0\n 856 59 987 179 1024 355 c 0\n 1063 539 987 659 829 659 c 0\nEndSplineSet\nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 449\nWidth: 691\nFlags: HW\nHStem: 0 21<22 132 22 22 520 520 520 613> 314 82<476 476 476 587> 647 82<439 658>\nVStem: 179 91\nFore\n476 314 m 1\n 132 0 l 1\n 22 0 l 1\n 362 315 l 1\n 220 322 169 401 180 521 c 1\n 192 578 223 630 267 668 c 0\n 315 710 370 729 439 729 c 2\n 768 729 l 1\n 613 0 l 1\n 520 0 l 1\n 587 314 l 1\n 476 314 l 1\n658 647 m 1\n 431 647 l 2\n 386 647 353 636 326 612 c 0\n 299 589 280 557 273 522 c 0\n 265 486 271 454 288 431 c 0\n 305 407 332 396 377 396 c 2\n 604 396 l 1\n 658 647 l 1\nEndSplineSet\nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 450\nWidth: 556\nFlags: HW\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 451\nWidth: 556\nFlags: HW\nHStem: -23 77<229.5 322> 462 77<357.5 410>\nVStem: 72 90 477 88\nFore\n263 514 m 1\n 298 530 337 539 378 539 c 0\n 529 539 594 435 555 254 c 0\n 519 82 407 -23 260 -23 c 0\n 111 -23 45 82 82 258 c 0\n 121 442 195 664 330 690 c 0\n 368 697 429 704 484 716 c 0\n 514 723 546 748 552 775 c 1\n 626 776 l 1\n 614 716 602 666 486 640 c 0\n 436 629 405 626 360 611 c 0\n 310 594 292 558 263 514 c 1\n363 462 m 0\n 270 462 196 384 169 258 c 0\n 142 131 183 54 276 54 c 0\n 368 54 443 132 469 255 c 0\n 496 385 457 462 363 462 c 0\nEndSplineSet\nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 452\nWidth: 538\nFlags: HW\nHStem: 0 76<170 322 322 333> 231 76<219 337 337 355> 449 76<250 368 250 250>\nVStem: 434 90\nFore\n70 0 m 1\n 182 525 l 1\n 421 525 l 2\n 472 525 503 513 525 488 c 128\n 547 463 553 430 545 392 c 0\n 533 338 503 300 451 277 c 1\n 513 251 534 213 520 150 c 0\n 511 109 489 72 457 44 c 0\n 422 14 383 0 333 0 c 2\n 70 0 l 1\n219 307 m 1\n 337 307 l 2\n 374 307 397 312 417 325 c 0\n 440 340 451 348 457 376 c 0\n 463 405 455 415 440 430 c 0\n 425 444 405 449 368 449 c 2\n 250 449 l 1\n 219 307 l 1\n170 76 m 1\n 322 76 l 2\n 354 76 377 84 397 102 c 0\n 416 118 425 130 430 155 c 0\n 436 181 440 196 420 211 c 0\n 403 224 387 231 355 231 c 2\n 203 231 l 1\n 170 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 453\nWidth: 430\nFlags: HW\nHStem: 0 21<70 154 70 70> 448 76<249 460 249 249>\nFore\n181 524 m 1\n 476 524 l 1\n 460 448 l 1\n 249 448 l 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 454\nWidth: 640\nFlags: HW\nHStem: -120 184<21 52 499 524> 0 64<77 78 77 77> 0 76<196 417> 448 76<324 496 324 324>\nFore\n78 64 m 1\n 149 71 208 292 257 524 c 1\n 596 524 l 1\n 499 64 l 1\n 563 64 l 1\n 524 -120 l 1\n 454 -120 l 1\n 479 0 l 1\n 77 0 l 1\n 52 -120 l 1\n -18 -120 l 1\n 21 64 l 1\n 78 64 l 1\n196 76 m 1\n 417 76 l 1\n 496 448 l 1\n 324 448 l 1\n 303 341 270 173 196 76 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 455\nWidth: 556\nFlags: HW\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 456\nWidth: 818\nFlags: HW\nHStem: 0 21<17 120 17 17 378 378 378 461 719 719 719 822> 504 20<160 267 267 267 489 572 572 572 794 901 901 901>\nFore\n424 216 m 1\n 120 0 l 1\n 17 0 l 1\n 377 264 l 1\n 160 524 l 1\n 267 524 l 1\n 442 302 l 1\n 489 524 l 1\n 572 524 l 1\n 525 302 l 1\n 794 524 l 1\n 901 524 l 1\n 574 264 l 1\n 822 0 l 1\n 719 0 l 1\n 507 216 l 1\n 461 0 l 1\n 378 0 l 1\n 424 216 l 1\nEndSplineSet\nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 457\nWidth: 495\nFlags: HW\nHStem: -23 77<236.5 295.5> 221 76<253 311> 462 77<302.5 370>\nVStem: 432 87\nFore\n237 221 m 1\n 253 297 l 1\n 315 297 l 2\n 385 297 422 346 430 383 c 0\n 440 431 404 462 336 462 c 0\n 269 462 227 433 213 378 c 1\n 125 378 l 1\n 148 481 228 539 349 539 c 0\n 471 539 537 476 516 379 c 0\n 505 326 479 293 427 267 c 1\n 481 241 500 203 487 143 c 0\n 466 42 368 -23 236 -23 c 0\n 99 -23 43 35 65 156 c 1\n 153 156 l 1\n 150 119 153 104 163 89 c 0\n 179 67 214 54 259 54 c 0\n 332 54 384 87 395 136 c 0\n 403 174 370 221 311 221 c 2\n 237 221 l 1\nEndSplineSet\nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 458\nWidth: 560\nFlags: HW\nHStem: 0 21<70 169 70 70 404 487 404 404> 504 20<181 265 265 265 500 598 598 598>\nFore\n181 524 m 1\n 265 524 l 1\n 177 111 l 1\n 500 524 l 1\n 598 524 l 1\n 487 0 l 1\n 404 0 l 1\n 491 413 l 1\n 169 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 459\nWidth: 560\nFlags: HW\nHStem: 0 21<70 169 70 70 404 487 404 404> 504 20<181 265 265 265 500 598 598 598> 594 72<404.5 440.5> 709 20<294 347 347 347 539 595 595 595>\nVStem: 289 58\nFore\n294 729 m 1\n 347 729 l 1\n 347 721 l 1\n 347 716 l 2\n 347 686 380 666 429 666 c 0\n 488 666 529 689 539 729 c 1\n 595 729 l 1\n 584 685 573 664 549 643 c 0\n 516 613 465 594 416 594 c 0\n 341 594 289 634 289 693 c 0\n 289 702 290 710 294 729 c 1\n181 524 m 1\n 265 524 l 1\n 177 111 l 1\n 500 524 l 1\n 598 524 l 1\n 487 0 l 1\n 404 0 l 1\n 491 413 l 1\n 169 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 460\nWidth: 510\nFlags: HW\nHStem: 0 21<70 153 70 70 411 514 411 411> 504 20<181 264 264 264 486 593 593 593>\nFore\n264 524 m 1\n 217 302 l 1\n 486 524 l 1\n 593 524 l 1\n 266 264 l 1\n 514 0 l 1\n 411 0 l 1\n 199 216 l 1\n 153 0 l 1\n 70 0 l 1\n 181 524 l 1\n 264 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 461\nWidth: 556\nFlags: HW\nHStem: 0 21<14 97 347 431 347 347> 448 76<271 443 271 271>\nFore\n204 524 m 1\n 543 524 l 1\n 431 0 l 1\n 347 0 l 1\n 443 448 l 1\n 271 448 l 1\n 238 292 180 0 14 0 c 1\n 31 80 l 1\n 111 80 154 292 204 524 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 462\nWidth: 621\nFlags: HW\nHStem: 0 21<70 154 70 70 464 548 464 464> 504 20<181 265 265 265 575 659 659 659>\nFore\n181 524 m 1\n 265 524 l 1\n 354 213 l 1\n 575 524 l 1\n 659 524 l 1\n 548 0 l 1\n 464 0 l 1\n 538 348 l 1\n 352 86 l 1\n 302 86 l 1\n 228 348 l 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 463\nWidth: 561\nFlags: HW\nHStem: 0 21<70 154 70 70 404 488 404 404> 233 76<219 453>\nFore\n181 524 m 1\n 265 524 l 1\n 219 309 l 1\n 469 309 l 1\n 515 524 l 1\n 599 524 l 1\n 488 0 l 1\n 404 0 l 1\n 453 233 l 1\n 203 233 l 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 464\nWidth: 556\nFlags: HW\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 465\nWidth: 560\nFlags: HW\nHStem: 0 21<70 154 70 70 403 487 403 403> 448 76<249 498 249 249>\nFore\n181 524 m 1\n 598 524 l 1\n 487 0 l 1\n 403 0 l 1\n 498 448 l 1\n 249 448 l 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 466\nWidth: 556\nFlags: HW\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 467\nWidth: 500\nFlags: HW\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 468\nWidth: 400\nFlags: HW\nHStem: 0 21<149 233 149 149> 448 76<116 244 328 472 328 328>\nFore\n116 524 m 1\n 488 524 l 1\n 472 448 l 1\n 328 448 l 1\n 233 0 l 1\n 149 0 l 1\n 244 448 l 1\n 100 448 l 1\n 116 524 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 469\nWidth: 500\nFlags: HW\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 470\nWidth: 916\nFlags: HW\nHStem: -23 78<233 283.5 619 699.5> 461 78<320 404.5 735.5 787>\nVStem: 72 90 857 88\nFore\n591 445 m 1\n 633 506 700 539 771 539 c 0\n 910 539 973 429 935 253 c 0\n 900 86 788 -23 653 -23 c 0\n 585 -23 541 1 508 55 c 1\n 450 -218 l 1\n 367 -218 l 1\n 426 60 l 1\n 375 3 320 -23 247 -23 c 0\n 109 -23 45 82 81 252 c 0\n 118 426 232 539 370 539 c 0\n 439 539 490 502 508 445 c 1\n 557 674 l 1\n 640 674 l 1\n 591 445 l 1\n741 461 m 0\n 653 461 578 381 551 258 c 0\n 525 135 566 55 654 55 c 0\n 745 55 823 136 849 255 c 0\n 875 380 833 461 741 461 c 0\n366 461 m 0\n 274 461 195 379 169 258 c 0\n 143 136 187 55 279 55 c 0\n 367 55 442 135 468 255 c 0\n 495 381 455 461 366 461 c 0\nEndSplineSet\nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 471\nWidth: 500\nFlags: HW\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 472\nWidth: 560\nFlags: HW\nHStem: -120 184<501 542> 0 76<170 419> 504 20<181 265 265 265 514 598 598 598>\nFore\n70 0 m 1\n 181 524 l 1\n 265 524 l 1\n 170 76 l 1\n 419 76 l 1\n 514 524 l 1\n 598 524 l 1\n 501 64 l 1\n 581 64 l 1\n 542 -120 l 1\n 472 -120 l 1\n 498 0 l 1\n 70 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 473\nWidth: 497\nFlags: HW\nHStem: 0 21<340 424 340 340> 223 76<208 387>\nFore\n172 524 m 1\n 256 524 l 1\n 208 299 l 1\n 403 299 l 1\n 451 524 l 1\n 535 524 l 1\n 424 0 l 1\n 340 0 l 1\n 387 223 l 1\n 192 223 l 2\n 126 223 112 243 124 296 c 1\n 172 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 474\nWidth: 695\nFlags: HW\nHStem: 0 76<170 320 404 554> 504 20<181 265 265 265 415 499 499 499 649 733 733 733>\nFore\n404 76 m 1\n 554 76 l 1\n 649 524 l 1\n 733 524 l 1\n 622 0 l 1\n 70 0 l 1\n 181 524 l 1\n 265 524 l 1\n 170 76 l 1\n 320 76 l 1\n 415 524 l 1\n 499 524 l 1\n 404 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 475\nWidth: 695\nFlags: HW\nHStem: -120 184<635 676> 0 76<170 320 404 554> 504 20<181 265 265 265 415 499 499 499 649 733 733 733>\nFore\n632 0 m 1\n 70 0 l 1\n 181 524 l 1\n 265 524 l 1\n 170 76 l 1\n 320 76 l 1\n 415 524 l 1\n 499 524 l 1\n 404 76 l 1\n 554 76 l 1\n 649 524 l 1\n 733 524 l 1\n 635 64 l 1\n 715 64 l 1\n 676 -120 l 1\n 606 -120 l 1\n 632 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 476\nWidth: 640\nFlags: HW\nHStem: 0 76<287 439 439 450> 231 76<336 454> 448 76\nVStem: 551 89\nFore\n115 524 m 1\n 382 525 l 1\n 336 307 l 1\n 454 307 l 2\n 604 308 654 259 637 150 c 1\n 628 109 605 72 573 44 c 0\n 539 14 500 0 450 0 c 2\n 187 0 l 1\n 282 448 l 1\n 99 448 l 1\n 115 524 l 1\n287 76 m 1\n 439 76 l 2\n 471 76 494 84 513 102 c 1\n 533 118 541 130 547 155 c 0\n 552 181 556 196 537 211 c 0\n 520 224 504 231 472 231 c 2\n 320 231 l 1\n 287 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 477\nWidth: 734\nFlags: HW\nHStem: 0 76<170 322 322 333> 231 76<219 337> 504 20<689 772 772 772>\nVStem: 434 89\nFore\n772 524 m 1\n 661 0 l 1\n 578 0 l 1\n 689 524 l 1\n 772 524 l 1\n265 525 m 1\n 219 307 l 1\n 337 307 l 2\n 487 308 537 259 520 150 c 1\n 511 109 488 72 456 44 c 0\n 422 14 383 0 333 0 c 2\n 70 0 l 1\n 181 525 l 1\n 265 525 l 1\n170 76 m 1\n 322 76 l 2\n 354 76 376 84 396 102 c 1\n 416 118 424 130 430 155 c 0\n 435 181 439 196 419 211 c 0\n 403 224 387 231 355 231 c 2\n 203 231 l 1\n 170 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 478\nWidth: 523\nFlags: HW\nHStem: 0 76<170 322 322 333> 231 76<219 337>\nVStem: 434 89\nFore\n265 525 m 1\n 219 307 l 1\n 337 307 l 2\n 487 308 537 259 520 150 c 1\n 511 109 488 72 456 44 c 0\n 422 14 383 0 333 0 c 2\n 70 0 l 1\n 181 525 l 1\n 265 525 l 1\n170 76 m 1\n 322 76 l 2\n 354 76 377 84 396 102 c 1\n 416 118 424 130 430 155 c 0\n 435 181 439 196 420 211 c 0\n 403 224 387 231 355 231 c 2\n 203 231 l 1\n 170 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 479\nWidth: 534\nFlags: HW\nHStem: -23 77<232.5 311.5> 232 77 462 77<335.5 395>\nFore\n227 232 m 1\n 242 309 l 1\n 466 309 l 1\n 473 406 434 462 356 462 c 0\n 286 462 234 421 208 348 c 1\n 124 348 l 1\n 139 399 157 432 183 461 c 1\n 230 510 299 539 372 539 c 0\n 513 539 581 427 544 253 c 0\n 508 84 395 -23 253 -23 c 0\n 128 -23 65 52 83 180 c 1\n 167 180 l 1\n 163 96 197 54 268 54 c 0\n 355 54 423 121 453 233 c 1\n 227 232 l 1\nEndSplineSet\nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 480\nWidth: 788\nFlags: HW\nHStem: -23 77<489.5 582> 0 21<70 154 70 70> 233 76<221 338> 462 77<575.5 669>\nVStem: 331 90 737 89\nFore\n356 309 m 1\n 366 357 443 539 638 539 c 0\n 789 539 854 435 815 254 c 0\n 779 82 666 -23 519 -23 c 0\n 325 -23 320 149 338 233 c 1\n 205 233 l 1\n 154 0 l 1\n 70 0 l 1\n 182 524 l 1\n 266 524 l 1\n 221 309 l 1\n 356 309 l 1\n622 462 m 0\n 529 462 456 384 429 258 c 0\n 402 131 443 54 536 54 c 0\n 628 54 702 132 728 255 c 0\n 756 385 716 462 622 462 c 0\nEndSplineSet\nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 481\nWidth: 564\nFlags: HW\nHStem: 0 21<16 119 16 16 406 490 406 406> 218 76<425 453 425 425> 449 76<339 350 350 502>\nVStem: 149 89\nFore\n313 219 m 1\n 183 224 135 273 152 375 c 1\n 161 416 184 453 216 481 c 0\n 250 511 289 525 339 525 c 2\n 602 525 l 1\n 490 0 l 1\n 406 0 l 1\n 453 218 l 1\n 425 218 l 1\n 119 0 l 1\n 16 0 l 1\n 313 219 l 1\n502 449 m 1\n 350 449 l 2\n 318 449 295 441 275 423 c 0\n 256 407 247 395 242 370 c 0\n 237 344 232 329 252 314 c 0\n 269 301 285 294 317 294 c 2\n 469 294 l 1\n 502 449 l 1\nEndSplineSet\nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 482\nWidth: 556\nFlags: HW\nRef: 96 96 N 1 0 0 1 157 32\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 483\nWidth: 556\nFlags: HW\nHStem: -23 77<256.5 329.5> 234 72<195 489> 462 77<345.5 411.5> 612 103<296 378 457 539>\nVStem: 84 88<146 198.5> 492 88<354.5 376.5>\nFore\n563 234 m 1\n 177 234 l 1\n 173 219 172 209 172 188 c 0\n 172 103 217 54 296 54 c 0\n 363 54 416 90 452 159 c 1\n 536 159 l 1\n 505 51 402 -23 282 -23 c 0\n 225 -23 181 -7 146 27 c 0\n 107 64 84 119 84 173 c 0\n 84 254 121 368 168 431 c 0\n 218 498 302 539 389 539 c 0\n 497 539 580 464 580 368 c 0\n 580 341 575 299 566 251 c 2\n 563 234 l 1\n195 306 m 1\n 489 306 l 1\n 491 322 492 329 492 339 c 0\n 492 414 447 462 376 462 c 0\n 295 462 221 398 195 306 c 1\n400 715 m 1\n 378 612 l 1\n 274 612 l 1\n 296 715 l 1\n 400 715 l 1\n561 715 m 1\n 539 612 l 1\n 435 612 l 1\n 457 715 l 1\n 561 715 l 1\nEndSplineSet\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 484\nWidth: 568\nFlags: HW\nFore\n196.843 729 m 1\n 279.843 729 l 1\n 265.176 660 l 1\n 436.176 660 l 1\n 422.572 596 l 1\n 251.572 596 l 1\n 216.775 437 l 1\n 262.695 483.667 308.576 511.333 354.418 520 c 0\n 368.985 522.667 385.269 524 403.269 524 c 0\n 476.602 524 521.025 499.333 536.539 450 c 0\n 542.955 430 543.47 407.333 538.085 382 c 2\n 537.873 381 l 1\n 478.42 106 l 1\n 427.983 -83.9502 223.703 -176.044 163.454 -162 c 1\n 171.957 -122 l 1\n 228.382 -120 360.306 -40.9238 394.294 96 c 1\n 447.858 348 l 2\n 455.652 384.667 449.916 411 430.65 427 c 0\n 412.718 443 389.752 451 361.752 451 c 0\n 305.752 451 259.963 425.333 224.385 374 c 0\n 204.434 346 190.419 313 182.342 275 c 2\n 182.129 274 l 1\n 124.889 0 l 1\n 41.8887 0 l 1\n 168.572 596 l 1\n 84.5723 596 l 1\n 98.1758 660 l 1\n 182.176 660 l 1\n 196.843 729 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 485\nWidth: 430\nFlags: HW\nHStem: 0 21<14 98 14 14> 448 76<194 405 194 194> 720 20<289 401 401 401>\nFore\n289 740 m 1\n 401 740 l 1\n 221 592 l 1\n 161 592 l 1\n 289 740 l 1\n126 524 m 1\n 421 524 l 1\n 405 448 l 1\n 194 448 l 1\n 98 0 l 1\n 14 0 l 1\n 126 524 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 486\nWidth: 500\nFlags: HW\nHStem: -23 77<178.5 257.5> 232 77<338 338> 462 77<267.5 341>\nVStem: 20 89\nFore\n338 232 m 1\n 113 233 l 1\n 95 121 135 54 222 54 c 0\n 293 54 345 96 376 180 c 1\n 460 180 l 1\n 423 52 328 -23 203 -23 c 0\n 61 -23 -6 84 30 253 c 0\n 67 427 183 539 324 539 c 0\n 397 539 454 510 479 461 c 0\n 493 432 497 399 490 348 c 1\n 406 348 l 1\n 412 421 376 462 306 462 c 0\n 229 462 166 406 132 309 c 1\n 356 309 l 1\n 338 232 l 1\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 487\nWidth: 500\nFlags: HW\nHStem: -23 77<184.5 243.5> 462 77<254 321.5>\nVStem: 8 91\nFore\n464 378 m 1\n 376 378 l 1\n 385 433 355 462 288 462 c 0\n 220 462 171 431 161 383 c 0\n 153 346 177 324 242 308 c 2\n 318 289 l 2\n 416 264 451 221 435 143 c 0\n 413 42 315 -23 183 -23 c 0\n 46 -23 -9 35 12 156 c 1\n 100 156 l 1\n 97 119 100 104 110 89 c 0\n 126 67 162 54 207 54 c 0\n 280 54 336 87 346 136 c 0\n 354 174 336 195 281 209 c 2\n 207 228 l 2\n 89 258 55 297 73 379 c 0\n 93 476 186 539 308 539 c 0\n 429 539 484 481 464 378 c 1\nEndSplineSet\nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 488\nWidth: 222\nFlags: HW\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 489\nWidth: 278\nFlags: HW\nHStem: 0 21<94 178 94 94> 507 20<206 290 290 290> 605 103<154 236 315 397>\nFore\n290 527 m 1\n 178 0 l 1\n 94 0 l 1\n 206 527 l 1\n 290 527 l 1\n258 708 m 1\n 236 605 l 1\n 132 605 l 1\n 154 708 l 1\n 258 708 l 1\n419 708 m 1\n 397 605 l 1\n 293 605 l 1\n 315 708 l 1\n 419 708 l 1\nEndSplineSet\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 490\nWidth: 222\nFlags: HW\nRef: 106 106 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 491\nWidth: 840\nFlags: HW\nFore\n542.689 524 m 1\n 497.203 310 l 1\n 610.203 310 l 2\n 740.205 310 805.254 281.667 797.373 185 c 0\n 796.723 175.667 795.335 166 793.209 156 c 2\n 792.997 155 l 2\n 780.102 94.333 750.135 60.333 697.475 29 c 0\n 665.365 9.66699 630.644 0 593.311 0 c 1\n 347.311 0 l 1\n 442.535 448 l 1\n 270.535 448 l 1\n 241.728 309.333 213.067 209 184.556 147 c 0\n 139.059 49 82.3105 0 14.3105 0 c 1\n 31.3145 80 l 1\n 70.6484 80 107.168 137.333 140.874 252 c 0\n 154.41 300 175.278 390.333 203.478 523 c 2\n 203.689 524 l 1\n 542.689 524 l 1\n447.465 76 m 1\n 571.465 76 l 2\n 641.465 76 681.352 87.667 696.745 135 c 1\n 701.359 152 l 1\n 713.829 210.667 689.397 224.667 635.623 232 c 0\n 626.573 233.333 616.382 234 605.049 234 c 2\n 481.049 234 l 1\n 447.465 76 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 492\nWidth: 850\nFlags: HW\nFore\n498.203 310 m 5\n 611.203 310 l 6\n 741.205 310 806.254 281.667 798.373 185 c 4\n 797.723 175.667 796.335 166 794.209 156 c 6\n 793.997 155 l 6\n 781.102 94.333 751.135 60.333 698.475 29 c 4\n 666.365 9.66699 631.644 0 594.311 0 c 5\n 432.311 0 l 5\n 348.311 0 l 5\n 397.836 233 l 5\n 147.836 233 l 1\n 98.3105 0 l 1\n 14.3105 0 l 1\n 125.689 524 l 1\n 209.689 524 l 1\n 163.99 309 l 1\n 413.99 309 l 5\n 459.689 524 l 5\n 543.689 524 l 5\n 498.203 310 l 5\n448.465 76 m 5\n 572.465 76 l 6\n 642.465 76 682.352 87.667 697.745 135 c 5\n 702.359 152 l 5\n 714.829 210.667 690.397 224.667 636.623 232 c 4\n 627.573 233.333 617.382 234 606.049 234 c 6\n 482.049 234 l 5\n 448.465 76 l 5\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 493\nWidth: 568\nFlags: HW\nFore\n179.477 729 m 1\n 262.477 729 l 1\n 247.811 660 l 1\n 418.811 660 l 1\n 405.207 596 l 1\n 234.207 596 l 1\n 199.41 437 l 1\n 245.33 483.667 291.21 511.333 337.053 520 c 0\n 351.619 522.667 367.902 524 385.902 524 c 0\n 459.235 524 503.659 499.333 519.174 450 c 0\n 525.59 430 526.104 407.333 520.72 382 c 2\n 520.507 381 l 1\n 438.523 0 l 1\n 356.523 0 l 1\n 430.493 348 l 2\n 438.287 384.667 432.551 411 413.285 427 c 0\n 395.353 443 372.386 451 344.386 451 c 0\n 288.386 451 242.598 425.333 207.02 374 c 0\n 187.067 346 173.054 313 164.977 275 c 2\n 164.764 274 l 1\n 107.523 0 l 1\n 24.5234 0 l 1\n 151.207 596 l 1\n 67.207 596 l 1\n 80.8105 660 l 1\n 164.811 660 l 1\n 179.477 729 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 494\nWidth: 500\nFlags: HW\nHStem: 0 21<2 85 2 2 343 446 343 343> 504 20<114 197 197 197 419 526 526 526> 720 20<271 383 383 383>\nFore\n271 740 m 1\n 383 740 l 1\n 203 592 l 1\n 143 592 l 1\n 271 740 l 1\n197 524 m 1\n 150 302 l 1\n 419 524 l 1\n 526 524 l 1\n 198 264 l 1\n 446 0 l 1\n 343 0 l 1\n 131 216 l 1\n 85 0 l 1\n 2 0 l 1\n 114 524 l 1\n 197 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 495\nWidth: 560\nFlags: HW\nHStem: 0 21<70 169 70 70 404 487 404 404> 504 20<181 265 265 265 500 598 598 598>\nFore\n181 524 m 1\n 265 524 l 1\n 177 111 l 1\n 500 524 l 1\n 598 524 l 1\n 487 0 l 1\n 404 0 l 1\n 491 413 l 1\n 169 0 l 1\n 70 0 l 1\n 181 524 l 1\n444 772 m 1\n 516 624 l 1\n 463 624 l 1\n 338 772 l 1\n 444 772 l 1\nEndSplineSet\nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 496\nWidth: 500\nFlags: HW\nHStem: -218 82<31 44.5> 504 20<99 188 188 188 467 557 557 557> 594 72<335.5 371.5> 709 20<225 278 278 278 470 526 526 526>\nVStem: 220 58\nFore\n225 729 m 1\n 278 729 l 1\n 278 721 l 1\n 278 716 l 2\n 278 686 311 666 360 666 c 0\n 419 666 460 689 470 729 c 1\n 526 729 l 1\n 515 685 504 664 480 643 c 0\n 447 613 396 594 347 594 c 0\n 272 594 220 634 220 693 c 0\n 220 702 221 710 225 729 c 1\n467 524 m 1\n 557 524 l 1\n 189 -110 l 1\n 164 -152 144 -174 114 -193 c 0\n 89 -209 58 -218 31 -218 c 0\n 9 -218 -7 -214 -22 -205 c 1\n -6 -130 l 1\n 11 -134 25 -136 37 -136 c 0\n 72 -136 94 -122 114 -85 c 1\n 164 -2 l 1\n 99 524 l 1\n 188 524 l 1\n 235 116 l 1\n 467 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 497\nWidth: 560\nFlags: HW\nHStem: 0 76<170 419> 504 20<181 265 265 265 514 598 598 598>\nFore\n487 0 m 1\n 70 0 l 1\n 181 524 l 1\n 265 524 l 1\n 170 76 l 1\n 419 76 l 1\n 514 524 l 1\n 598 524 l 1\n 487 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 498\nWidth: 698\nFlags: W\nHStem: 0 82<195 435> 333 82<266 476> 709 20G<238 331>\nVStem: 580.851 92.1516<224 241>\nDStem: 238 729 331 729 83 0 265 415 238 729 247 333 83 0 194 82\nFore\n672 208 m 1\n 660 151 628 99 584 61 c 0\n 536 19 481 0 412 0 c 2\n 83 0 l 1\n 238 729 l 1\n 331 729 l 1\n 265 415 l 1\n 445 415 l 2\n 623 416 683 338 672 208 c 1\n194 82 m 1\n 421 82 l 2\n 466 82 498 93 525 117 c 0\n 552 140 571 172 578 207 c 0\n 586 243 581 275 564 298 c 0\n 547 322 519 333 474 333 c 2\n 247 333 l 1\n 194 82 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 499\nWidth: 523\nFlags: W\nHStem: 0 76<171 339> 231 76<220 358> 231 294<203 219>\nVStem: 433.668 89.1668<176 192>\nDStem: 181 525 265 525 70 0 219 307 181 525 203 231 70 0 170 76\nFore\n265 525 m 1\n 219 307 l 1\n 337 307 l 2\n 487 308 537 259 520 150 c 1\n 511 109 488 72 456 44 c 0\n 422 14 383 0 333 0 c 2\n 70 0 l 1\n 181 525 l 1\n 265 525 l 1\n170 76 m 1\n 322 76 l 2\n 354 76 377 84 396 102 c 1\n 416 118 424 130 430 155 c 0\n 435 181 439 196 420 211 c 0\n 403 224 387 231 355 231 c 2\n 203 231 l 1\n 170 76 l 1\nEndSplineSet\nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 500\nWidth: 667\nFlags: W\nHStem: 0 21G<91 184> 309 82<268 481> 647 82<322 523>\nDStem: 246 729 322 647 91 0 267 391 246 729 250 309 91 0 184 0\nFore\n250 309 m 1\n 184 0 l 1\n 91 0 l 1\n 246 729 l 1\n 547 729 l 2\n 691 729 756 652 726 515 c 0\n 712 448 683 401 631 361 c 0\n 584 326 536 309 479 309 c 2\n 250 309 l 1\n267 391 m 1\n 461 391 l 2\n 550 391 613 439 630 519 c 128\n 647 599 605 647 516 647 c 2\n 322 647 l 1\n 267 391 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 501\nWidth: 556\nFlags: W\nHStem: -23 78<279 311> 460.67 77.3799<381 412> 504 20G<165 242>\nVStem: 497.483 88.4768<321 342>\nDStem: 165 524 242 524 7 -218 225 445 165 524 149 55 7 -218 91 -218\nFore\n7 -218 m 1\n 165 524 l 1\n 242 524 l 1\n 225 445 l 1\n 277 507 341 539 412 539 c 0\n 551 539 614 429 576 253 c 0\n 541 86 428 -23 293 -23 c 0\n 225 -23 182 1 149 55 c 1\n 91 -218 l 1\n 7 -218 l 1\n381 461 m 0\n 293 461 218 381 192 258 c 128\n 166 135 207 55 295 55 c 0\n 386 55 464 136 490 255 c 0\n 516 380 473 461 381 461 c 0\nEndSplineSet\nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 502\nWidth: 611\nFlags: W\nHStem: 0 21G<2 95> 647 81<233 553> 647 178<574 629>\nDStem: 157 729 233 647 2 0 95 0 574 825 667 825 553 728 629 647\nFore\n95 0 m 1\n 2 0 l 1\n 157 729 l 1\n 553 728 l 1\n 574 825 l 1\n 667 825 l 1\n 629 647 l 1\n 233 647 l 1\n 95 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 503\nWidth: 430\nFlags: W\nHStem: 0 21G<3 87> 448 76<182 326> 448 181<348 393>\nDStem: 115 524 182 448 3 0 87 0 348 629 432 629 326 524 393 448\nFore\n115 524 m 1\n 326 524 l 1\n 348 629 l 1\n 432 629 l 1\n 393 448 l 1\n 182 448 l 1\n 87 0 l 1\n 3 0 l 1\n 115 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 504\nWidth: 611\nFlags: W\nHStem: 0 21G<90 183> 647 82<321 717>\nDStem: 245 729 321 647 90 0 183 0\nFore\n183 0 m 1\n 90 0 l 1\n 245 729 l 1\n 734 729 l 1\n 717 647 l 1\n 321 647 l 1\n 183 0 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 505\nWidth: 430\nFlags: W\nHStem: 0 21G<70 154> 448 76<249 460>\nDStem: 181 524 249 448 70 0 154 0\nFore\n181 524 m 1\n 476 524 l 1\n 460 448 l 1\n 249 448 l 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 506\nWidth: 611\nFlags: W\nHStem: 0 21G<90 183> 647 82<321 717>\nDStem: 245 729 321 647 90 0 183 0\nFore\n183 0 m 1\n 90 0 l 1\n 245 729 l 1\n 734 729 l 1\n 717 647 l 1\n 321 647 l 1\n 183 0 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 507\nWidth: 430\nFlags: W\nHStem: 0 21G<70 154> 448 76<249 460>\nDStem: 181 524 249 448 70 0 154 0\nFore\n181 524 m 1\n 476 524 l 1\n 460 448 l 1\n 249 448 l 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 508\nWidth: 897\nFlags: W\nHStem: 0 21G<22 132 418 511 797 907> 709 20G<215 335 573 666 904 1024>\nDStem: 427 375 487 324 22 0 132 0 487 324 580 324 418 0 511 0 573 729 666 729 508 421 601 421 580 324 662 375 797 0 907 0 904 729 1024 729 601 421 662 375\nFore\n487 324 m 1\n 132 0 l 1\n 22 0 l 1\n 427 375 l 1\n 215 729 l 1\n 335 729 l 1\n 508 421 l 1\n 573 729 l 1\n 666 729 l 1\n 601 421 l 1\n 904 729 l 1\n 1024 729 l 1\n 662 375 l 1\n 907 0 l 1\n 797 0 l 1\n 580 324 l 1\n 511 0 l 1\n 418 0 l 1\n 487 324 l 1\nEndSplineSet\nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 509\nWidth: 818\nFlags: W\nHStem: 0 21G<17 120 378 461 719 822> 504 20G<160 267 489 572 794 901>\nDStem: 377 264 424 216 17 0 120 0 424 216 507 216 378 0 461 0 489 524 572 524 442 302 525 302 507 216 574 264 719 0 822 0 794 524 901 524 525 302 574 264\nFore\n424 216 m 1\n 120 0 l 1\n 17 0 l 1\n 377 264 l 1\n 160 524 l 1\n 267 524 l 1\n 442 302 l 1\n 489 524 l 1\n 572 524 l 1\n 525 302 l 1\n 794 524 l 1\n 901 524 l 1\n 574 264 l 1\n 822 0 l 1\n 719 0 l 1\n 507 216 l 1\n 461 0 l 1\n 378 0 l 1\n 424 216 l 1\nEndSplineSet\nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 510\nWidth: 652\nFlags: W\nHStem: -23 82<307 343> 321 82<324 423> 663 78<455 479>\nVStem: 601.734 93.2809<563 577>\nFore\n307 321 m 1\n 324 403 l 1\n 412 403 l 2\n 501 403 587 484 599 540 c 0\n 615 614 560 663 462 663 c 0\n 346 663 270 610 249 515 c 1\n 161 515 l 1\n 192 658 308 741 476 741 c 0\n 636 741 718 659 690 527 c 0\n 674 452 626 403 552 374 c 1\n 629 343 662 282 645 200 c 0\n 632 137 587 72 530 33 c 0\n 475 -3 400 -23 313 -23 c 0\n 202 -23 125 13 90 81 c 0\n 69 121 66 165 79 232 c 1\n 167 232 l 1\n 156 187 161 152 181 120 c 0\n 207 78 257 59 336 59 c 0\n 395 59 443 70 477 90 c 0\n 512 112 542 152 550 191 c 0\n 562 248 510 321 415 321 c 2\n 307 321 l 1\nEndSplineSet\nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 511\nWidth: 495\nFlags: W\nHStem: -22.6767 76.6767<252 261> 221 76<253 317> 462 77<332 351>\nVStem: 431.637 87.313<397 409>\nFore\n237 221 m 1\n 253 297 l 1\n 315 297 l 2\n 385 297 422 346 430 383 c 0\n 440 431 404 462 336 462 c 0\n 269 462 227 433 213 378 c 1\n 125 378 l 1\n 148 481 228 539 349 539 c 0\n 471 539 537 476 516 379 c 0\n 505 326 479 293 427 267 c 1\n 481 241 500 203 487 143 c 0\n 466 42 368 -23 236 -23 c 0\n 99 -23 43 35 65 156 c 1\n 153 156 l 1\n 150 119 153 104 163 89 c 0\n 179 67 214 54 259 54 c 0\n 332 54 384 87 395 136 c 0\n 403 174 370 221 311 221 c 2\n 237 221 l 1\nEndSplineSet\nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 512\nWidth: 664\nFlags: W\nHStem: 0 21G<79 172 548 658> 709 20G<234 327 690 810>\nDStem: 234 729 327 729 79 0 260 414 234 729 241 324 79 0 172 0 690 729 810 729 260 414 323 375\nFore\n172 0 m 1\n 79 0 l 1\n 234 729 l 1\n 327 729 l 1\n 260 414 l 1\n 690 729 l 1\n 810 729 l 1\n 323 375 l 1\n 658 0 l 1\n 548 0 l 1\n 241 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 513\nWidth: 510\nFlags: W\nHStem: 0 21G<70 153 411 514> 504 20G<181 264 486 593>\nDStem: 181 524 264 524 70 0 217 302 181 524 199 216 70 0 153 0 199 216 266 264 411 0 514 0 486 524 593 524 217 302 266 264\nFore\n264 524 m 1\n 217 302 l 1\n 486 524 l 1\n 593 524 l 1\n 266 264 l 1\n 514 0 l 1\n 411 0 l 1\n 199 216 l 1\n 153 0 l 1\n 70 0 l 1\n 181 524 l 1\n 264 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 514\nWidth: 664\nFlags: W\nHStem: 0 21G<79 172 548 658> 709 20G<234 327 690 810>\nDStem: 234 729 327 729 79 0 260 414 234 729 241 324 79 0 172 0 690 729 810 729 260 414 323 375\nFore\n172 0 m 1\n 79 0 l 1\n 234 729 l 1\n 327 729 l 1\n 260 414 l 1\n 690 729 l 1\n 810 729 l 1\n 323 375 l 1\n 658 0 l 1\n 548 0 l 1\n 241 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 515\nWidth: 510\nFlags: W\nHStem: 0 21G<70 153 411 514> 504 20G<181 264 486 593>\nDStem: 181 524 264 524 70 0 217 302 181 524 199 216 70 0 153 0 199 216 266 264 411 0 514 0 486 524 593 524 217 302 266 264\nFore\n264 524 m 1\n 217 302 l 1\n 486 524 l 1\n 593 524 l 1\n 266 264 l 1\n 514 0 l 1\n 411 0 l 1\n 199 216 l 1\n 153 0 l 1\n 70 0 l 1\n 181 524 l 1\n 264 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 516\nWidth: 664\nFlags: W\nHStem: 0 21G<79 172 548 658> 709 20G<234 327 690 810>\nDStem: 234 729 327 729 79 0 260 414 234 729 241 324 79 0 172 0 690 729 810 729 260 414 323 375\nFore\n172 0 m 1\n 79 0 l 1\n 234 729 l 1\n 327 729 l 1\n 260 414 l 1\n 690 729 l 1\n 810 729 l 1\n 323 375 l 1\n 658 0 l 1\n 548 0 l 1\n 241 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 517\nWidth: 510\nFlags: W\nHStem: 0 21G<70 153 411 514> 504 20G<181 264 486 593>\nDStem: 181 524 264 524 70 0 217 302 181 524 199 216 70 0 153 0 199 216 266 264 411 0 514 0 486 524 593 524 217 302 266 264\nFore\n264 524 m 1\n 217 302 l 1\n 486 524 l 1\n 593 524 l 1\n 266 264 l 1\n 514 0 l 1\n 411 0 l 1\n 199 216 l 1\n 153 0 l 1\n 70 0 l 1\n 181 524 l 1\n 264 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 518\nWidth: 664\nFlags: W\nHStem: 0 21G<79 172 548 658> 709 20G<234 327 690 810>\nDStem: 234 729 327 729 79 0 260 414 234 729 241 324 79 0 172 0 690 729 810 729 260 414 323 375\nFore\n172 0 m 1\n 79 0 l 1\n 234 729 l 1\n 327 729 l 1\n 260 414 l 1\n 690 729 l 1\n 810 729 l 1\n 323 375 l 1\n 658 0 l 1\n 548 0 l 1\n 241 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 519\nWidth: 510\nFlags: W\nHStem: 0 21G<70 153 411 514> 504 20G<181 264 486 593>\nDStem: 181 524 264 524 70 0 217 302 181 524 199 216 70 0 153 0 199 216 266 264 411 0 514 0 486 524 593 524 217 302 266 264\nFore\n264 524 m 1\n 217 302 l 1\n 486 524 l 1\n 593 524 l 1\n 266 264 l 1\n 514 0 l 1\n 411 0 l 1\n 199 216 l 1\n 153 0 l 1\n 70 0 l 1\n 181 524 l 1\n 264 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 520\nWidth: 722\nFlags: W\nHStem: 0 21G<83 177 550 644> 332 82<265 620> 709 20G<238 331 705 799>\nDStem: 238 729 331 729 83 0 264 414 238 729 799 729 83 0 644 0 238 729 248 332 83 0 177 0 621 332 799 729 550 0 644 0 705 729 799 729 638 414 644 0\nFore\n621 332 m 1\n 248 332 l 1\n 177 0 l 1\n 83 0 l 1\n 238 729 l 1\n 331 729 l 1\n 264 414 l 1\n 638 414 l 1\n 705 729 l 1\n 799 729 l 1\n 644 0 l 1\n 550 0 l 1\n 621 332 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 521\nWidth: 561\nFlags: W\nHStem: 0 21G<70 154 404 488> 233 76<220 452> 233 291<203 219>\nDStem: 181 524 265 524 70 0 219 309 181 524 599 524 70 0 488 0 181 524 203 233 70 0 154 0 453 233 599 524 404 0 488 0 515 524 599 524 469 309 488 0\nFore\n181 524 m 1\n 265 524 l 1\n 219 309 l 1\n 469 309 l 1\n 515 524 l 1\n 599 524 l 1\n 488 0 l 1\n 404 0 l 1\n 453 233 l 1\n 203 233 l 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 522\nWidth: 722\nFlags: W\nHStem: 0 21G<83 177 550 644> 332 82<265 620> 709 20G<238 331 705 799>\nDStem: 238 729 331 729 83 0 264 414 238 729 799 729 83 0 644 0 238 729 248 332 83 0 177 0 621 332 799 729 550 0 644 0 705 729 799 729 638 414 644 0\nFore\n621 332 m 1\n 248 332 l 1\n 177 0 l 1\n 83 0 l 1\n 238 729 l 1\n 331 729 l 1\n 264 414 l 1\n 638 414 l 1\n 705 729 l 1\n 799 729 l 1\n 644 0 l 1\n 550 0 l 1\n 621 332 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 523\nWidth: 561\nFlags: W\nHStem: 0 21G<70 154 404 488> 233 76<220 452> 233 291<203 219>\nDStem: 181 524 265 524 70 0 219 309 181 524 599 524 70 0 488 0 181 524 203 233 70 0 154 0 453 233 599 524 404 0 488 0 515 524 599 524 469 309 488 0\nFore\n181 524 m 1\n 265 524 l 1\n 219 309 l 1\n 469 309 l 1\n 515 524 l 1\n 599 524 l 1\n 488 0 l 1\n 404 0 l 1\n 453 233 l 1\n 203 233 l 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 524\nWidth: 722\nFlags: W\nHStem: 0 21G<83 177 550 644> 647 82<315 687>\nDStem: 238 729 799 729 83 0 644 0 238 729 315 647 83 0 177 0 688 647 799 729 550 0 644 0\nFore\n688 647 m 1\n 315 647 l 1\n 177 0 l 1\n 83 0 l 1\n 238 729 l 1\n 799 729 l 1\n 644 0 l 1\n 550 0 l 1\n 688 647 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 525\nWidth: 560\nFlags: W\nHStem: 0 21G<70 154 403 487> 448 76<249 497>\nDStem: 181 524 598 524 70 0 487 0 181 524 249 448 70 0 154 0 498 448 598 524 403 0 487 0\nFore\n181 524 m 1\n 598 524 l 1\n 487 0 l 1\n 403 0 l 1\n 498 448 l 1\n 249 448 l 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 526\nWidth: 722\nFlags: W\nHStem: -23 82<372 400> 659 81.0083<509 528>\nVStem: 112.253 94.625<247 268>\nFore\n769 503 m 1\n 674 503 l 1\n 675 557 666 588 645 613 c 0\n 621 641 569 659 510 659 c 0\n 369 659 257 544 217 357 c 0\n 179 175 246 59 391 59 c 0\n 469 59 538 93 581 153 c 0\n 602 182 619 216 638 266 c 1\n 734 266 l 1\n 671 73 551 -23 373 -23 c 0\n 278 -23 211 4 168 62 c 0\n 114 133 99 236 124 356 c 0\n 149 474 207 578 289 650 c 1\n 355 710 441 741 539 741 c 0\n 699 741 774 663 769 503 c 1\nEndSplineSet\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 527\nWidth: 495\nFlags: W\nHStem: -23 77<260 279> 462 77<361 380>\nVStem: 76.4112 88.6637<167 185>\nFore\n546 348 m 1\n 462 348 l 1\n 467 421 432 462 362 462 c 0\n 271 462 200 384 173 253 c 0\n 146 129 185 54 277 54 c 0\n 348 54 400 96 432 180 c 1\n 516 180 l 1\n 479 52 384 -23 259 -23 c 0\n 117 -23 50 84 86 253 c 0\n 123 427 238 539 379 539 c 0\n 452 539 509 510 535 461 c 0\n 549 432 553 399 546 348 c 1\nEndSplineSet\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 528\nWidth: 722\nFlags: W\nHStem: -23 82<372 400> 659 81.0083<509 528>\nVStem: 112.253 94.625<247 268>\nFore\n769 503 m 1\n 674 503 l 1\n 675 557 666 588 645 613 c 0\n 621 641 569 659 510 659 c 0\n 369 659 257 544 217 357 c 0\n 179 175 246 59 391 59 c 0\n 469 59 538 93 581 153 c 0\n 602 182 619 216 638 266 c 1\n 734 266 l 1\n 671 73 551 -23 373 -23 c 0\n 278 -23 211 4 168 62 c 0\n 114 133 99 236 124 356 c 0\n 149 474 207 578 289 650 c 1\n 355 710 441 741 539 741 c 0\n 699 741 774 663 769 503 c 1\nEndSplineSet\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 529\nWidth: 495\nFlags: W\nHStem: -23 77<260 279> 462 77<361 380>\nVStem: 76.4112 88.6637<167 185>\nFore\n546 348 m 1\n 462 348 l 1\n 467 421 432 462 362 462 c 0\n 271 462 200 384 173 253 c 0\n 146 129 185 54 277 54 c 0\n 348 54 400 96 432 180 c 1\n 516 180 l 1\n 479 52 384 -23 259 -23 c 0\n 117 -23 50 84 86 253 c 0\n 123 427 238 539 379 539 c 0\n 452 539 509 510 535 461 c 0\n 549 432 553 399 546 348 c 1\nEndSplineSet\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 530\nWidth: 611\nFlags: W\nHStem: 0 21G<260 353> 647 82<175 397 491 730>\nDStem: 175 729 491 647 158 647 353 0 398 647 491 647 260 0 353 0\nFore\n491 647 m 1\n 353 0 l 1\n 260 0 l 1\n 398 647 l 1\n 158 647 l 1\n 175 729 l 1\n 747 729 l 1\n 730 647 l 1\n 491 647 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 531\nWidth: 400\nFlags: W\nHStem: 0 21G<149 233> 448 76<116 243 328 472>\nDStem: 116 524 328 448 100 448 233 0 244 448 328 448 149 0 233 0\nFore\n116 524 m 1\n 488 524 l 1\n 472 448 l 1\n 328 448 l 1\n 233 0 l 1\n 149 0 l 1\n 244 448 l 1\n 100 448 l 1\n 116 524 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 532\nWidth: 667\nFlags: W\nHStem: 0 21G<293 387> 709 20G<168 280 705 816>\nDStem: 354 286 448 286 293 0 387 0 705 729 816 729 416 372 448 286\nFore\n448 286 m 1\n 387 0 l 1\n 293 0 l 1\n 354 286 l 1\n 168 729 l 1\n 280 729 l 1\n 416 372 l 1\n 705 729 l 1\n 816 729 l 1\n 448 286 l 1\nEndSplineSet\nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 533\nWidth: 500\nFlags: W\nHStem: 0 21G<196 287> 504 20G<122 214 507 598>\nDStem: 507 524 598 524 263 102 287 0\nFore\n287 0 m 1\n 196 0 l 1\n 122 524 l 1\n 214 524 l 1\n 263 102 l 1\n 507 524 l 1\n 598 524 l 1\n 287 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 534\nWidth: 667\nFlags: W\nHStem: 0 21G<293 387> 709 20G<168 280 705 816>\nDStem: 354 286 448 286 293 0 387 0 705 729 816 729 416 372 448 286\nFore\n448 286 m 1\n 387 0 l 1\n 293 0 l 1\n 354 286 l 1\n 168 729 l 1\n 280 729 l 1\n 416 372 l 1\n 705 729 l 1\n 816 729 l 1\n 448 286 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 535\nWidth: 500\nFlags: W\nHStem: 0 21G<196 287> 504 20G<122 214 507 598>\nDStem: 507 524 598 524 263 102 287 0\nFore\n287 0 m 1\n 196 0 l 1\n 122 524 l 1\n 214 524 l 1\n 263 102 l 1\n 507 524 l 1\n 598 524 l 1\n 287 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 536\nWidth: 665\nFlags: W\nHStem: 0 21G<22 135 534 649> 709 20G<193 306 681 792>\nDStem: 360 374 400 304 22 0 135 0 681 729 792 729 432 443 471 374\nFore\n471 374 m 1\n 649 0 l 1\n 534 0 l 1\n 400 304 l 1\n 135 0 l 1\n 22 0 l 1\n 360 374 l 1\n 193 729 l 1\n 306 729 l 1\n 432 443 l 1\n 681 729 l 1\n 792 729 l 1\n 471 374 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 537\nWidth: 496\nFlags: W\nHStem: 0 21G<17 112 376 473> 504 20G<138 233 485 579>\nDStem: 138 524 233 524 258 267 319 334 258 267 287 201 17 0 112 0 287 201 349 271 376 0 473 0 485 524 579 524 319 334 349 271\nFore\n349 271 m 1\n 473 0 l 1\n 376 0 l 1\n 287 201 l 1\n 112 0 l 1\n 17 0 l 1\n 258 267 l 1\n 138 524 l 1\n 233 524 l 1\n 319 334 l 1\n 485 524 l 1\n 579 524 l 1\n 349 271 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 538\nWidth: 722\nFlags: W\nHStem: -135 209<661 707> 0 82<195 567> 709 20G<238 332 705 799>\nDStem: 238 729 332 729 83 0 194 82 238 729 799 729 83 0 660 74 238 729 752 74 83 0 707 -135 656 0 752 74 627 -135 707 -135 705 729 799 729 567 82 660 74\nFore\n567 82 m 1\n 705 729 l 1\n 799 729 l 1\n 660 74 l 1\n 752 74 l 1\n 707 -135 l 1\n 627 -135 l 1\n 656 0 l 1\n 83 0 l 1\n 238 729 l 1\n 332 729 l 1\n 194 82 l 1\n 567 82 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 539\nWidth: 560\nFlags: W\nHStem: -120 184<502 542> 0 76<171 419> 504 20G<181 265 514 598>\nDStem: 181 524 265 524 70 0 170 76 181 524 598 524 70 0 501 64 181 524 581 64 70 0 542 -120 498 0 581 64 472 -120 542 -120 514 524 598 524 419 76 501 64\nFore\n70 0 m 1\n 181 524 l 1\n 265 524 l 1\n 170 76 l 1\n 419 76 l 1\n 514 524 l 1\n 598 524 l 1\n 501 64 l 1\n 581 64 l 1\n 542 -120 l 1\n 472 -120 l 1\n 498 0 l 1\n 70 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 540\nWidth: 642\nFlags: W\nHStem: 0 21G<443 536> 302 82<240 506> 709 20G<220 313 598 691>\nDStem: 220 729 313 729 146 383 239 384 220 729 691 729 146 383 536 0 507 302 691 729 443 0 536 0 598 729 691 729 524 384 536 0\nFore\n507 302 m 1\n 222 302 l 2\n 170 302 135 326 146 383 c 1\n 220 729 l 1\n 313 729 l 1\n 239 384 l 1\n 524 384 l 1\n 598 729 l 1\n 691 729 l 1\n 536 0 l 1\n 443 0 l 1\n 507 302 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 541\nWidth: 497\nFlags: W\nHStem: 0 21G<340 424> 223 76<209 386> 223 301<172 208>\nDStem: 172 524 256 524 124 296 208 299 172 524 535 524 124 296 424 0 387 223 535 524 340 0 424 0 451 524 535 524 403 299 424 0\nFore\n172 524 m 1\n 256 524 l 1\n 208 299 l 1\n 403 299 l 1\n 451 524 l 1\n 535 524 l 1\n 424 0 l 1\n 340 0 l 1\n 387 223 l 1\n 192 223 l 2\n 126 223 112 243 124 296 c 1\n 172 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 542\nWidth: 642\nFlags: W\nHStem: 0 21G<443 536> 302 82<240 506> 709 20G<220 313 598 691>\nDStem: 220 729 313 729 146 383 239 384 220 729 691 729 146 383 536 0 507 302 691 729 443 0 536 0 598 729 691 729 524 384 536 0\nFore\n507 302 m 1\n 222 302 l 2\n 170 302 135 326 146 383 c 1\n 220 729 l 1\n 313 729 l 1\n 239 384 l 1\n 524 384 l 1\n 598 729 l 1\n 691 729 l 1\n 536 0 l 1\n 443 0 l 1\n 507 302 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 543\nWidth: 497\nFlags: W\nHStem: 0 21G<340 424> 223 76<209 386> 223 301<172 208>\nDStem: 172 524 256 524 124 296 208 299 172 524 535 524 124 296 424 0 387 223 535 524 340 0 424 0 451 524 535 524 403 299 424 0\nFore\n172 524 m 1\n 256 524 l 1\n 208 299 l 1\n 403 299 l 1\n 451 524 l 1\n 535 524 l 1\n 424 0 l 1\n 340 0 l 1\n 387 223 l 1\n 192 223 l 2\n 126 223 112 243 124 296 c 1\n 172 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 544\nWidth: 642\nFlags: W\nHStem: 0 21G<143.975 236.975 521.975 614.975> 345 82<329 591> 709 20G<298.975 391.975>\nDStem: 298.975 729 391.975 729 143.975 0 327.975 427 298.975 729 688.975 346 143.975 0 614.975 0 298.975 729 310.975 345 143.975 0 236.975 0 595.975 345 688.975 346 521.975 0 614.975 0\nFore\n327.975 427 m 1\n 612.975 427 l 2\n 664.975 427 699.975 403 688.975 346 c 1\n 614.975 0 l 1\n 521.975 0 l 1\n 595.975 345 l 1\n 310.975 345 l 1\n 236.975 0 l 1\n 143.975 0 l 1\n 298.975 729 l 1\n 391.975 729 l 1\n 327.975 427 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 545\nWidth: 497\nFlags: W\nHStem: 0 21G<120.12 204.12 399.12 483.12> 225 76<280 440> 225 299<252 269>\nDStem: 231.12 524 315.12 524 120.12 0 268.12 301 231.12 524 531.12 228 120.12 0 483.12 0 231.12 524 252.12 225 120.12 0 204.12 0 447.12 225 531.12 228 399.12 0 483.12 0\nFore\n483.12 0 m 1\n 399.12 0 l 1\n 447.12 225 l 1\n 252.12 225 l 1\n 204.12 0 l 1\n 120.12 0 l 1\n 231.12 524 l 1\n 315.12 524 l 1\n 268.12 301 l 1\n 463.12 301 l 2\n 529.12 301 543.12 281 531.12 228 c 1\n 483.12 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 546\nWidth: 722\nFlags: W\nHStem: -23 82<372 400> 659 81.0083<509 528>\nVStem: 112.253 94.625<247 268>\nFore\n769 503 m 1\n 674 503 l 1\n 675 557 666 588 645 613 c 0\n 621 641 569 659 510 659 c 0\n 369 659 257 544 217 357 c 0\n 179 175 246 59 391 59 c 0\n 469 59 538 93 581 153 c 0\n 602 182 619 216 638 266 c 1\n 734 266 l 1\n 671 73 551 -23 373 -23 c 0\n 278 -23 211 4 168 62 c 0\n 114 133 99 236 124 356 c 0\n 149 474 207 578 289 650 c 1\n 355 710 441 741 539 741 c 0\n 699 741 774 663 769 503 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 547\nWidth: 495\nFlags: W\nHStem: -23 77<260 279> 462 77<361 380>\nVStem: 76.4112 88.6637<167 185>\nFore\n546 348 m 1\n 462 348 l 1\n 467 421 432 462 362 462 c 0\n 271 462 200 384 173 253 c 0\n 146 129 185 54 277 54 c 0\n 348 54 400 96 432 180 c 1\n 516 180 l 1\n 479 52 384 -23 259 -23 c 0\n 117 -23 50 84 86 253 c 0\n 123 427 238 539 379 539 c 0\n 452 539 509 510 535 461 c 0\n 549 432 553 399 546 348 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 548\nWidth: 722\nFlags: W\nHStem: -23 82<372 400> 659 81.0083<509 528>\nVStem: 112.253 94.625<247 268>\nFore\n769 503 m 1\n 674 503 l 1\n 675 557 666 588 645 613 c 0\n 621 641 569 659 510 659 c 0\n 369 659 257 544 217 357 c 0\n 179 175 246 59 391 59 c 0\n 469 59 538 93 581 153 c 0\n 602 182 619 216 638 266 c 1\n 734 266 l 1\n 671 73 551 -23 373 -23 c 0\n 278 -23 211 4 168 62 c 0\n 114 133 99 236 124 356 c 0\n 149 474 207 578 289 650 c 1\n 355 710 441 741 539 741 c 0\n 699 741 774 663 769 503 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 549\nWidth: 495\nFlags: W\nHStem: -23 77<260 279> 462 77<361 380>\nVStem: 76.4112 88.6637<167 185>\nFore\n546 348 m 1\n 462 348 l 1\n 467 421 432 462 362 462 c 0\n 271 462 200 384 173 253 c 0\n 146 129 185 54 277 54 c 0\n 348 54 400 96 432 180 c 1\n 516 180 l 1\n 479 52 384 -23 259 -23 c 0\n 117 -23 50 84 86 253 c 0\n 123 427 238 539 379 539 c 0\n 452 539 509 510 535 461 c 0\n 549 432 553 399 546 348 c 1\nEndSplineSet\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 550\nWidth: 278\nFlags: W\nHStem: 0 21<100 194> 709 20<255 349>\nDStem: 255 729 349 729 100 0 194 0\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 551\nWidth: 897\nFlags: H\nHStem: 0 21<22 132 418 511 797 907> 709 20<215 335 573 666 904 1024> 829 72<640.117 658.117> 944 20<519.117 572.117 764.117 820.117>\nVStem: 514.121 57.9958<928 951>\nDStem: 427 375 487 324 22 0 132 0 487 324 580 324 418 0 511 0 573 729 666 729 508 421 601 421 580 324 662 375 797 0 907 0 904 729 1024 729 601 421 662 375\nRef: 728 728 N 1 0 0 1 349.117 235\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 552\nWidth: 818\nFlags: H\nHStem: 0 21<17 120 378 461 719 822> 504 20<160 267 489 572 794 901> 624 72<551.543 569.543> 739 20<430.543 483.543 675.543 731.543>\nVStem: 425.547 57.9958<723 746>\nDStem: 377 264 424 216 17 0 120 0 424 216 507 216 378 0 461 0 489 524 572 524 442 302 525 302 507 216 574 264 719 0 822 0 794 524 901 524 525 302 574 264\nRef: 728 728 N 1 0 0 1 260.543 30\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 553\nWidth: 664\nFlags: W\nHStem: 0 21G<79 172 548 658> 709 20G<234 327 690 810>\nDStem: 234 729 327 729 79 0 260 414 234 729 241 324 79 0 172 0 690 729 810 729 260 414 323 375\nFore\n172 0 m 1\n 79 0 l 1\n 234 729 l 1\n 327 729 l 1\n 260 414 l 1\n 690 729 l 1\n 810 729 l 1\n 323 375 l 1\n 658 0 l 1\n 548 0 l 1\n 241 324 l 1\n 172 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 554\nWidth: 510\nFlags: W\nHStem: 0 21G<70 153 411 514> 504 20G<181 264 486 593>\nDStem: 181 524 264 524 70 0 217 302 181 524 199 216 70 0 153 0 199 216 266 264 411 0 514 0 486 524 593 524 217 302 266 264\nFore\n264 524 m 1\n 217 302 l 1\n 486 524 l 1\n 593 524 l 1\n 266 264 l 1\n 514 0 l 1\n 411 0 l 1\n 199 216 l 1\n 153 0 l 1\n 70 0 l 1\n 181 524 l 1\n 264 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 555\nWidth: 722\nFlags: W\nHStem: 0 21G<83 177 550 644> 332 82<265 620> 709 20G<238 331 705 799>\nDStem: 238 729 331 729 83 0 264 414 238 729 799 729 83 0 644 0 238 729 248 332 83 0 177 0 621 332 799 729 550 0 644 0 705 729 799 729 638 414 644 0\nFore\n621 332 m 1\n 248 332 l 1\n 177 0 l 1\n 83 0 l 1\n 238 729 l 1\n 331 729 l 1\n 264 414 l 1\n 638 414 l 1\n 705 729 l 1\n 799 729 l 1\n 644 0 l 1\n 550 0 l 1\n 621 332 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 556\nWidth: 561\nFlags: W\nHStem: 0 21G<70 154 404 488> 233 76<220 452> 233 291<203 219>\nDStem: 181 524 265 524 70 0 219 309 181 524 599 524 70 0 488 0 181 524 203 233 70 0 154 0 453 233 599 524 404 0 488 0 515 524 599 524 469 309 488 0\nFore\n181 524 m 1\n 265 524 l 1\n 219 309 l 1\n 469 309 l 1\n 515 524 l 1\n 599 524 l 1\n 488 0 l 1\n 404 0 l 1\n 453 233 l 1\n 203 233 l 1\n 154 0 l 1\n 70 0 l 1\n 181 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 557\nWidth: 642\nFlags: W\nHStem: 0 21G<443 536> 302 82<240 506> 709 20G<220 313 598 691>\nDStem: 220 729 313 729 146 383 239 384 220 729 691 729 146 383 536 0 507 302 691 729 443 0 536 0 598 729 691 729 524 384 536 0\nFore\n507 302 m 1\n 222 302 l 2\n 170 302 135 326 146 383 c 1\n 220 729 l 1\n 313 729 l 1\n 239 384 l 1\n 524 384 l 1\n 598 729 l 1\n 691 729 l 1\n 536 0 l 1\n 443 0 l 1\n 507 302 l 1\nEndSplineSet\nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 558\nWidth: 497\nFlags: W\nHStem: 0 21G<340 424> 223 76<209 386> 223 301<172 208>\nDStem: 172 524 256 524 124 296 208 299 172 524 535 524 124 296 424 0 387 223 535 524 340 0 424 0 451 524 535 524 403 299 424 0\nFore\n172 524 m 1\n 256 524 l 1\n 208 299 l 1\n 403 299 l 1\n 451 524 l 1\n 535 524 l 1\n 424 0 l 1\n 340 0 l 1\n 387 223 l 1\n 192 223 l 2\n 126 223 112 243 124 296 c 1\n 172 524 l 1\nEndSplineSet\nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 559\nWidth: 667\nFlags: H\nHStem: 0 21<17 116 551 653> 219 78<284 513> 709 20<432 552> 829 72<510.617 528.617> 944 20<389.617 442.617 634.617 690.617>\nVStem: 384.621 57.9958<928 951>\nDStem: 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0\nRef: 728 728 N 1 0 0 1 219.617 235\nRef: 1040 1040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 560\nWidth: 556\nFlags: HW\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 385> 624 72<419.502 437.502> 739 20<298.502 351.502 543.502 599.502>\nVStem: 65 88<104 121> 293.506 57.9958<723 746> 477.989 90.0112<398 426>\nDStem: 451 258 562 389 431 164 498 88\nRef: 728 728 N 1 0 0 1 128.502 30\nRef: 1072 1072 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 561\nWidth: 667\nFlags: H\nHStem: 0 21<17 116 551 653> 219 78<284 513> 709 20<432 552> 829 103<400.869 482.869 561.869 643.869>\nDStem: 400.869 932 504.869 932 378.869 829 482.869 829 432 729 474 630 17 0 283 297 432 729 239 219 17 0 116 0 561.869 932 665.869 932 539.869 829 643.869 829\nRef: 168 168 N 1 0 0 1 219.869 217\nRef: 1040 1040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 562\nWidth: 556\nFlags: HW\nHStem: -22.5409 72.3163<209 242> 462 76.3338<369 385> 624 103<309.754 391.754 470.754 552.754>\nVStem: 65 88<104 121> 477.989 90.0112<398 426>\nDStem: 309.754 727 413.754 727 287.754 624 391.754 624 451 258 562 389 431 164 498 88 470.754 727 574.754 727 448.754 624 552.754 624\nRef: 168 168 N 1 0 0 1 128.754 12\nRef: 1072 1072 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 563\nWidth: 1000\nFlags: W\nHStem: 0 82<580 950> 214 81<294 512> 332 82<651 983> 647 82<505 604 699 1070>\nDStem: 465 729 505 647 11 0 293 295 465 729 244 214 11 0 114 0 513 214 967 82 468 0 950 0 513 214 632 332 468 0 579 82 605 647 1001 414 531 295 983 332 605 647 699 647 531 295 650 414\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 564\nWidth: 889\nFlags: W\nHStem: -23 77<615 635> -22.4746 72.2874<201 237> 234 72<531 824> 462 77<362 388 711 729>\nVStem: 59 88<104 121> 826.997 88.0026<339 370>\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 565\nWidth: 667\nFlags: HW\nHStem: 0 82<202 613> 332 82<273 650> 647 82<322 734> 829 72<527.117 545.117> 944 20<406.117 459.117 651.117 707.117>\nVStem: 401.121 57.9958<928 951>\nDStem: 245 729 322 647 90 0 272 414 245 729 668 414 90 0 650 332 245 729 255 332 90 0 201 82 245 729 630 82 90 0 613 0\nRef: 728 728 N 1 0 0 1 236.117 235\nRef: 1045 1045 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 566\nWidth: 556\nFlags: H\nHStem: -23 77<281 298> 234 72<196 489> 462 77<372 391> 624 72<408.073 426.073> 739 20<287.073 340.073 532.073 588.073>\nVStem: 84 88<169 190> 282.077 57.9958<723 746> 491.902 87.17<339 368>\nRef: 728 728 N 1 0 0 1 117.073 30\nRef: 1077 1077 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 567\nWidth: 722\nFlags: W\nHStem: -22.9019 81.9019<352 372> 659 82<480 512>\nVStem: 112.251 95.2075<180.622 214.778> 674.699 93.6439<441 473>\nFore\n112.484 215 m 1\n 207.484 215 l 1\n 206.484 161 215.484 130 236.484 105 c 0\n 260.484 77 312.484 59 371.484 59 c 0\n 512.484 59 624.484 174 664.484 361 c 0\n 702.484 543 635.484 659 490.484 659 c 0\n 412.484 659 343.484 625 300.484 565 c 0\n 279.484 536 262.484 502 243.484 452 c 1\n 147.484 452 l 1\n 210.484 645 330.484 741 508.484 741 c 0\n 603.484 741 670.484 714 713.484 656 c 0\n 767.484 585 782.484 482 757.484 362 c 0\n 732.484 244 674.484 140 592.484 68 c 1\n 526.484 8 440.484 -23 342.484 -23 c 0\n 182.484 -23 107.484 55 112.484 215 c 1\nEndSplineSet\nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 568\nWidth: 495\nFlags: W\nHStem: -23 77<246 268> 462 77<347 366>\nVStem: 461.131 87.7279<329 349>\nFore\n79.7822 168 m 1\n 163.782 168 l 1\n 158.782 95 193.782 54 263.782 54 c 0\n 354.782 54 425.782 132 452.782 263 c 0\n 479.782 387 440.782 462 348.782 462 c 0\n 277.782 462 225.782 420 193.782 336 c 1\n 109.782 336 l 1\n 146.782 464 241.782 539 366.782 539 c 0\n 508.782 539 575.782 432 539.782 263 c 0\n 502.782 89 387.782 -23 246.782 -23 c 0\n 173.782 -23 116.782 6 90.7822 55 c 0\n 76.7822 84 72.7822 117 79.7822 168 c 1\nEndSplineSet\nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 569\nWidth: 722\nHStem: -22.9019 81.9019<352 372> 659 82<480 512> 829 103<431.842 513.842 592.842 674.842>\nVStem: 112.251 95.2075<180.622 214.778> 674.699 93.6439<441 473>\nDStem: 431.842 932 535.842 932 409.842 829 513.842 829 592.842 932 696.842 932 570.842 829 674.842 829\nRef: 168 168 N 1 0 0 1 250.842 217\nRef: 1240 1240 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 570\nWidth: 495\nHStem: -23 77<246 268> 462 77<347 366> 624 103<283.416 365.416 444.416 526.416>\nVStem: 461.131 87.7279<329 349>\nDStem: 283.416 727 387.416 727 261.416 624 365.416 624 444.416 727 548.416 727 422.416 624 526.416 624\nRef: 168 168 N 1 0 0 1 102.416 12\nRef: 1241 1241 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 571\nWidth: 897\nFlags: H\nHStem: 0 21<22 132 418 511 797 907> 709 20<215 335 573 666 904 1024> 829 103<530.369 612.369 691.369 773.369>\nDStem: 427 375 487 324 22 0 132 0 487 324 580 324 418 0 511 0 530.369 932 634.369 932 508.369 829 612.369 829 573 729 666 729 508 421 601 421 580 324 662 375 797 0 907 0 691.369 932 795.369 932 669.369 829 773.369 829 904 729 1024 729 601 421 662 375\nRef: 168 168 N 1 0 0 1 349.369 217\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 572\nWidth: 818\nFlags: H\nHStem: 0 21<17 120 378 461 719 822> 504 20<160 267 489 572 794 901> 624 103<441.794 523.794 602.794 684.794>\nDStem: 377 264 424 216 17 0 120 0 424 216 507 216 378 0 461 0 441.794 727 545.794 727 419.794 624 523.794 624 489 524 572 524 442 302 525 302 507 216 574 264 719 0 822 0 602.794 727 706.794 727 580.794 624 684.794 624 794 524 901 524 525 302 574 264\nRef: 168 168 N 1 0 0 1 260.794 12\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 573\nWidth: 652\nFlags: H\nHStem: -23 82<307 343> 321 82<324 423> 663 78<455 479> 829 103<381.956 463.956 542.956 624.956>\nVStem: 601.734 93.2809<563 577>\nDStem: 381.956 932 485.956 932 359.956 829 463.956 829 542.956 932 646.956 932 520.956 829 624.956 829\nRef: 168 168 N 1 0 0 1 200.956 217\nRef: 1047 1047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 574\nWidth: 495\nFlags: H\nHStem: -22.6767 76.6767<252 261> 221 76<253 317> 462 77<332 351> 624 103<266.517 348.517 427.517 509.517>\nVStem: 431.637 87.313<397 409>\nDStem: 266.517 727 370.517 727 244.517 624 348.517 624 427.517 727 531.517 727 405.517 624 509.517 624\nRef: 168 168 N 1 0 0 1 85.5173 12\nRef: 1079 1079 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 575\nWidth: 652\nFlags: W\nHStem: -23 82<307 343> 321 82<324 423> 663 78<455 479>\nVStem: 601.734 93.2809<563 577>\nFore\n307 321 m 1\n 324 403 l 1\n 412 403 l 2\n 501 403 587 484 599 540 c 0\n 615 614 560 663 462 663 c 0\n 346 663 270 610 249 515 c 1\n 161 515 l 1\n 192 658 308 741 476 741 c 0\n 636 741 718 659 690 527 c 0\n 674 452 626 403 552 374 c 1\n 629 343 662 282 645 200 c 0\n 632 137 587 72 530 33 c 0\n 475 -3 400 -23 313 -23 c 0\n 202 -23 125 13 90 81 c 0\n 69 121 66 165 79 232 c 1\n 167 232 l 1\n 156 187 161 152 181 120 c 0\n 207 78 257 59 336 59 c 0\n 395 59 443 70 477 90 c 0\n 512 112 542 152 550 191 c 0\n 562 248 510 321 415 321 c 2\n 307 321 l 1\nEndSplineSet\nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 576\nWidth: 495\nFlags: W\nHStem: -22.6767 76.6767<252 261> 221 76<253 317> 462 77<332 351>\nVStem: 431.637 87.313<397 409>\nFore\n237 221 m 1\n 253 297 l 1\n 315 297 l 2\n 385 297 422 346 430 383 c 0\n 440 431 404 462 336 462 c 0\n 269 462 227 433 213 378 c 1\n 125 378 l 1\n 148 481 228 539 349 539 c 0\n 471 539 537 476 516 379 c 0\n 505 326 479 293 427 267 c 1\n 481 241 500 203 487 143 c 0\n 466 42 368 -23 236 -23 c 0\n 99 -23 43 35 65 156 c 1\n 153 156 l 1\n 150 119 153 104 163 89 c 0\n 179 67 214 54 259 54 c 0\n 332 54 384 87 395 136 c 0\n 403 174 370 221 311 221 c 2\n 237 221 l 1\nEndSplineSet\nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 577\nWidth: 731\nFlags: H\nHStem: 0 21<83 188 565 653> 709 20<238 326 707 808> 829 69<421.778 681.778>\nDStem: 238 729 326 729 83 0 199 133 691 591 808 729 565 0 653 0 707 729 691 591 199 133 188 0\nRef: 175 175 N 1 0 0 1 246.778 202\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 578\nWidth: 560\nFlags: H\nHStem: 0 21<70 169 404 487> 504 20<181 265 500 598> 624 69<288.491 548.491>\nDStem: 181 524 265 524 70 0 177 111 491 413 598 524 404 0 487 0 500 524 491 413 177 111 169 0\nRef: 175 175 N 1 0 0 1 113.491 -3\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 579\nWidth: 731\nFlags: H\nHStem: 0 21<83 188 565 653> 709 20<238 326 707 808> 829 103<433.892 515.892 594.892 676.892>\nDStem: 238 729 326 729 83 0 199 133 433.892 932 537.892 932 411.892 829 515.892 829 594.892 932 698.892 932 572.892 829 676.892 829 691 591 808 729 565 0 653 0 707 729 691 591 199 133 188 0\nRef: 168 168 N 1 0 0 1 252.892 217\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 580\nWidth: 560\nFlags: H\nHStem: 0 21<70 169 404 487> 504 20<181 265 500 598> 624 103<300.605 382.605 461.605 543.605>\nDStem: 181 524 265 524 70 0 177 111 300.605 727 404.605 727 278.605 624 382.605 624 461.605 727 565.605 727 439.605 624 543.605 624 491 413 598 524 404 0 487 0 500 524 491 413 177 111 169 0\nRef: 168 168 N 1 0 0 1 119.605 12\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 581\nWidth: 778\nFlags: HW\nHStem: -23 81<390 408> 660 81<520 539> 829 103<456.698 538.698 617.698 699.698>\nVStem: 104 96<249 281> 732 96<441 466>\nDStem: 456.698 932 560.698 932 434.698 829 538.698 829 617.698 932 721.698 932 595.698 829 699.698 829\nRef: 168 168 N 1 0 0 1 275.698 217\nRef: 1054 1054 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 582\nWidth: 556\nFlags: HW\nHStem: -23 77<268 288> 462 77<368 386> 624 103<294.38 376.38 455.38 537.38>\nVStem: 80 88<164 186> 488 88<329 353>\nDStem: 294.38 727 398.38 727 272.38 624 376.38 624 455.38 727 559.38 727 433.38 624 537.38 624\nRef: 168 168 N 1 0 0 1 113.38 12\nRef: 1086 1086 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 583\nWidth: 780\nFlags: W\nHStem: -23 82<385 407> 328 69<231 711> 659 82<519 551>\nVStem: 103.867 95.5222<249 281> 735.065 94.6155<441 463>\nFore\n547 741 m 0\n 761 741 868 588 818 353 c 0\n 793 234 722 121 628 54 c 0\n 559 4 474 -23 386 -23 c 0\n 176 -23 67 131 115 359 c 0\n 164 587 338 741 547 741 c 0\n732.06 397 m 1\n 751.601 557.049 675.634 659 530 659 c 0\n 387.111 659 264.883 555.691 217.636 397 c 1\n 732.06 397 l 1\n718.473 328 m 1\n 202.509 328 l 1\n 179.402 165.354 257.079 59 403 59 c 0\n 548.99 59 674.31 166.841 718.473 328 c 1\nEndSplineSet\nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 584\nWidth: 554\nFlags: W\nHStem: -23 77<267 287> 224 69<191 463> 462 77<367 387>\nVStem: 79.8256 89.8262<167 188> 484.767 88.7048<328 350>\nFore\n386 539 m 0\n 537 539 602 435 563 254 c 0\n 527 82 414 -23 267 -23 c 0\n 118 -23 53 82 90 258 c 128\n 127 434 239 539 386 539 c 0\n482.448 293 m 1\n 495.304 399.868 454.438 462 370 462 c 0\n 285.945 462 218.228 398.284 186.045 293 c 1\n 482.448 293 l 1\n468.161 224 m 1\n 171.233 224 l 1\n 158.046 117.389 199.619 54 284 54 c 0\n 368.012 54 437.014 119.043 468.161 224 c 1\nEndSplineSet\nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 585\nWidth: 780\nHStem: -23 82<385 407> 328 69<231 711> 659 82<519 551> 829 103<456.698 538.698 617.698 699.698>\nVStem: 103.867 95.5222<249 281> 735.065 94.6155<441 463>\nDStem: 456.698 932 560.698 932 434.698 829 538.698 829 617.698 932 721.698 932 595.698 829 699.698 829\nRef: 168 168 N 1 0 0 1 275.698 217\nRef: 1256 1256 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 586\nWidth: 554\nHStem: -23 77<267 287> 224 69<191 463> 462 77<367 387> 624 103<294.38 376.38 455.38 537.38>\nVStem: 79.8256 89.8262<167 188> 484.767 88.7048<328 350>\nDStem: 294.38 727 398.38 727 272.38 624 376.38 624 455.38 727 559.38 727 433.38 624 537.38 624\nRef: 168 168 N 1 0 0 1 113.38 12\nRef: 1257 1257 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 587\nWidth: 717\nFlags: H\nHStem: -23 82<342 364> 332 82<307 655> 659 82<488 506> 829 103<430.764 512.764 591.764 673.764>\nVStem: 104.241 98.1359<211 233> 673.025 93.4125<441 473>\nDStem: 430.764 932 534.764 932 408.764 829 512.764 829 591.764 932 695.764 932 569.764 829 673.764 829\nRef: 168 168 N 1 0 0 1 249.764 217\nRef: 1069 1069 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 588\nWidth: 534\nFlags: H\nHStem: -23 77<252 271> 232 77<242 452> 462 77<351 373> 624 103<289.776 371.776 450.776 532.776>\nDStem: 289.776 727 393.776 727 267.776 624 371.776 624 450.776 727 554.776 727 428.776 624 532.776 624\nRef: 168 168 N 1 0 0 1 108.776 12\nRef: 1101 1101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 589\nWidth: 530\nFlags: H\nHStem: 0 21<22 135> 709 20<64 177 546 657> 829 69<259.301 519.301>\nDStem: 64 729 177 729 203 244 281 350 203 244 657 729 22 0 135 0 546 729 657 729 281 350 135 0\nRef: 175 175 S 1 0 0 1 84.3014 202\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 590\nWidth: 500\nFlags: HW\nHStem: -218 81<56 72> 504 20<132 222 501 590> 624 69<256.801 516.801>\nDStem: 501 524 590 524 268 117 222 -110\nRef: 175 175 S 1 0 0 1 81.8014 -3\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 591\nWidth: 530\nFlags: H\nHStem: 0 21<22 135> 709 20<64 177 546 657> 829 103<271.415 353.415 432.415 514.415>\nDStem: 64 729 177 729 203 244 281 350 203 244 657 729 22 0 135 0 271.415 932 375.415 932 249.415 829 353.415 829 432.415 932 536.415 932 410.415 829 514.415 829 546 729 657 729 281 350 135 0\nRef: 168 168 N 1 0 0 1 90.4149 217\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 592\nWidth: 500\nFlags: HW\nHStem: -218 81<56 72> 504 20<132 222 501 590> 624 103<268.915 350.915 429.915 511.915>\nDStem: 268.915 727 372.915 727 246.915 624 350.915 624 429.915 727 533.915 727 407.915 624 511.915 624 501 524 590 524 268 117 222 -110\nRef: 168 168 N 1 0 0 1 87.9149 12\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 593\nWidth: 530\nFlags: H\nHStem: 0 21<22 135> 709 20<64 177 546 657> 959 20<318.91 430.91 492.91 604.91>\nDStem: 64 729 177 729 203 244 281 350 203 244 657 729 22 0 135 0 546 729 657 729 281 350 135 0\nRef: 733 733 N 1 0 0 1 99.91 239\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 594\nWidth: 500\nFlags: HW\nHStem: -218 81<56 72> 504 20<132 222 501 590> 754 20<316.41 428.41 490.41 602.41>\nDStem: 501 524 590 524 268 117 222 -110\nRef: 733 733 N 1 0 0 1 97.4099 34\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 595\nWidth: 642\nFlags: H\nHStem: 0 21<443 536> 302 82<240 506> 709 20<220 313 598 691> 829 103<366.187 448.187 527.187 609.187>\nDStem: 220 729 313 729 146 383 239 384 220 729 691 729 146 383 536 0 366.187 932 470.187 932 344.187 829 448.187 829 507 302 691 729 443 0 536 0 527.187 932 631.187 932 505.187 829 609.187 829 598 729 691 729 524 384 536 0\nRef: 168 168 N 1 0 0 1 185.187 217\nRef: 1063 1063 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 596\nWidth: 497\nFlags: H\nHStem: 0 21<340 424> 223 76<209 386> 223 301<172 208> 624 103<264.605 346.605 425.605 507.605>\nDStem: 172 524 256 524 124 296 208 299 172 524 535 524 124 296 424 0 264.605 727 368.605 727 242.605 624 346.605 624 387 223 535 524 340 0 424 0 425.605 727 529.605 727 403.605 624 507.605 624 451 524 535 524 403 299 424 0\nRef: 168 168 N 1 0 0 1 83.6047 12\nRef: 1095 1095 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 597\nWidth: 886\nFlags: H\nHStem: 0 82<194 435> 333 82<265 476> 709 20<238 331 869 963> 829 103<511.392 593.392 672.392 754.392>\nVStem: 580.782 91.3358<224 240>\nDStem: 238 729 331 729 83 0 264 415 238 729 247 333 83 0 193 82 511.392 932 615.392 932 489.392 829 593.392 829 672.392 932 776.392 932 650.392 829 754.392 829 869 729 963 729 714 0 808 0\nRef: 168 168 N 1 0 0 1 330.392 217\nRef: 1067 1067 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 598\nWidth: 734\nFlags: H\nHStem: 0 76<171 339> 231 76<220 358> 231 294<203 219> 504 20<689 772> 624 103<387.498 469.498 548.498 630.498>\nVStem: 433.64 89.195<176 189>\nDStem: 181 525 265 525 70 0 219 307 181 525 203 231 70 0 170 76 387.498 727 491.498 727 365.498 624 469.498 624 548.498 727 652.498 727 526.498 624 630.498 624 689 524 772 524 578 0 661 0\nRef: 168 168 N 1 0 0 1 206.498 12\nRef: 1099 1099 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0531\nEncoding: 1329 1329 599\nWidth: 722\nFlags: W\nHStem: -11.8453 84.8453<297 313>\nDStem: 159 716 253 716 71 302 166 303 520 60 596 120 590 -41 663 27 627 716 722 716 540 303 596 120\nFore\n520 60 m 1\n 477 21 371 -12 288 -12 c 0\n 133 -12 46 43 56 201 c 0\n 58 231 64 265 71 302 c 2\n 159 716 l 1\n 253 716 l 1\n 166 303 l 2\n 144 203 137 137 200 98 c 0\n 226 82 258 74 298 73 c 0\n 366 73 418 89 455 120 c 128\n 492 151 520 212 540 303 c 2\n 627 716 l 1\n 722 716 l 1\n 596 120 l 1\n 663 27 l 1\n 590 -41 l 1\n 520 60 l 1\nEndSplineSet\nEndChar\nStartChar: uni0532\nEncoding: 1330 1330 600\nWidth: 705\nFlags: W\nHStem: -2 21G<2 96> 150 93<149 594> 641 85<411 439>\nVStem: 570.874 96.1261<509 531>\nDStem: 90 412 129 150 2 -2 96 -2\nFore\n635 330 m 1\n 540 330 l 1\n 557 411 l 2\n 594 578 561 639 413 641 c 0\n 328 641 264 605 230 549 c 0\n 193 487 168 338 149 243 c 1\n 614 243 l 1\n 594 150 l 1\n 129 150 l 1\n 96 -2 l 1\n 2 -2 l 1\n 90 412 l 2\n 119 549 163 638 267 691 c 0\n 314 714 370 726 439 726 c 128\n 508 726 562 713 598 687 c 0\n 634 660 656 626 664 583 c 0\n 666 573 668 562 667 550 c 2\n 667 528 l 2\n 667 488 661 456 653 412 c 2\n 635 330 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0533\nEncoding: 1331 1331 601\nWidth: 774\nFlags: W\nHStem: -1 21G<464 559> 134 95<322 492 605 694> 641 84.5684<418 430>\nDStem: 492 134 587 134 464 -1 559 -1 535 340 535 340 512 230 537 338 535 340 642 412 512 230 605 230\nFore\n694 134 m 1\n 587 134 l 1\n 559 -1 l 1\n 464 -1 l 1\n 492 134 l 1\n 277 134 l 2\n 184 134 129 177 100 247 c 0\n 92 268 86 293 83 322 c 1\n 94 412 l 1\n 122 547 161 629 264 686 c 0\n 311 712 370 726 440 726 c 0\n 565 726 644 687 668 591 c 0\n 675 551 652 459 642 412 c 1\n 605 230 l 1\n 715 230 l 1\n 694 134 l 1\n537 338 m 1\n 549 394 l 1\n 549 394 564 464 564 468 c 0\n 566 475 569 499 572 507 c 0\n 574 516 574 524 575 531 c 0\n 575 608 509 639 430 641 c 0\n 328 641 245 600 216 532 c 1\n 188 451 192 455 182 387 c 0\n 182 321 192 281 235 253 c 0\n 260 237 293 229 332 229 c 2\n 512 230 l 1\n 535 340 l 1\n 537 338 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni0534\nEncoding: 1332 1332 602\nWidth: 754\nFlags: W\nHStem: 1 21G<473 568> 644 84.2227<410 430>\nVStem: 575.453 94.5469<516.016 537.022>\nDStem: 560 414 598 145 473 1 568 1\nFore\n560 414 m 2\n 568 450 581 511 573 551 c 1\n 562 614 503 642 429 644 c 0\n 361 644 308 628 271 596 c 0\n 235 565 207 504 187 414 c 2\n 170 333 l 1\n 75 333 l 1\n 93 415 l 2\n 121 548 160 634 263 688 c 0\n 310 715 369 729 439 729 c 0\n 564 729 643 690 667 594 c 0\n 669 585 669 574 669 560 c 0\n 670 546 670 532 670 516 c 0\n 668 453 631 301 618 239 c 1\n 700 239 l 1\n 680 145 l 1\n 598 145 l 1\n 568 1 l 1\n 473 1 l 1\n 560 414 l 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni0535\nEncoding: 1333 1333 603\nWidth: 722\nFlags: W\nHStem: 5 86<275 309> 488 93<219 664> 713 20G<156 250>\nVStem: 52.2858 96.3198<192 222>\nDStem: 156 733 250 733 69 320 219 581 156 733 199 488 69 320 163 320\nFore\n649 401 m 1\n 649 401 624 278 605 222 c 0\n 576 141 535 87 460 46 c 0\n 413 19 354 6 285 5 c 0\n 161 5 79 43 57 140 c 0\n 46 200 56 260 69 320 c 2\n 156 733 l 1\n 250 733 l 1\n 219 581 l 1\n 684 581 l 1\n 664 488 l 1\n 199 488 l 1\n 163 320 l 1\n 149 257 145 211 150 182 c 0\n 163 122 220 91 295 91 c 0\n 363 91 415 106 452 138 c 0\n 489 169 517 229 537 320 c 2\n 554 401 l 1\n 649 401 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0536\nEncoding: 1334 1334 604\nWidth: 751\nFlags: W\nHStem: -2 21G<-32 58> 52 77<86 225 402 497> 359 79<141 312> 660 74.4836<391 417>\nVStem: 586.415 75.5853<495 515>\nFore\n32 375 m 1\n 44 422 54 470 73 509 c 1\n 100 570 113 588 143 625 c 0\n 201 686 267 717 364 733 c 1\n 399 735 401 735 431 735 c 0\n 436 735 445 735 455 733 c 0\n 485 733 533 719 556 708 c 0\n 584 697 625 655 643 631 c 0\n 656 611 665 559 662 515 c 0\n 662 474 647 420 636 396 c 0\n 629 377 619 355 604 330 c 1\n 557 244 489 172 402 131 c 1\n 525 131 l 2\n 575 131 605 116 625 85 c 0\n 638 62 639 32 632 -6 c 1\n 549 -5 l 1\n 558 33 538 51 493 52 c 2\n 70 52 l 1\n 58 -2 l 1\n -32 -2 l 1\n 8 184 l 1\n 98 184 l 1\n 86 129 l 1\n 213 129 l 2\n 224 129 243 133 273 142 c 0\n 343 163 415 202 464 244 c 0\n 506 280 545 338 566 398 c 0\n 590 463 597 522 564 588 c 0\n 541 628 467 660 406 660 c 2\n 392 660 l 1\n 374 658 l 1\n 344 652 l 2\n 263 632 201 580 166 511 c 2\n 159 494 l 2\n 153 482 145 458 141 438 c 1\n 329 440 l 1\n 312 359 l 1\n 30 359 l 1\n 32 375 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0537\nEncoding: 1335 1335 605\nWidth: 485\nFlags: W\nHStem: 0 79<120 257> 411 77<207 442>\nDStem: 161 721 257 721 7 0 207 488 161 721 191 411 7 0 120 79\nFore\n274 79 m 1\n 257 0 l 1\n 7 0 l 1\n 161 721 l 1\n 257 721 l 1\n 207 488 l 1\n 457 488 l 1\n 441 411 l 1\n 191 411 l 1\n 120 79 l 1\n 274 79 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0538\nEncoding: 1336 1336 606\nWidth: 722\nFlags: W\nHStem: 0 87<109 560> 644 85<406 434>\nVStem: 565.913 96.0872<512 531>\nDStem: 85 415 179 414 -3 1 109 88\nFore\n618 274 m 1\n 523 274 l 1\n 553 414 l 2\n 588 580 556 642 408 644 c 0\n 324 644 258 608 226 552 c 0\n 207 522 193 477 179 414 c 1\n 109 88 l 1\n 580 87 l 1\n 560 0 l 1\n -3 1 l 1\n 85 415 l 2\n 114 552 158 641 262 694 c 0\n 309 717 366 729 434 729 c 0\n 503 729 557 716 593 689 c 0\n 629 663 663 615 663 553 c 0\n 662 550 663 543 662 531 c 2\n 662 512 l 2\n 657 446 632 339 618 274 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni0539\nEncoding: 1337 1337 607\nWidth: 782\nFlags: W\nHStem: -2 21G<384 413> -1.94326 77.9433<420 442.536> 0 21G<-14 81> 368 80<449 635 747 784> 651 77<350 547>\nVStem: 671.648 95.4095<557 575>\nDStem: 97 523 190 514 -14 0 81 0 635 368 730 370 602 213 696 206\nFore\n456 368 m 2\n 391 368 360 356 338 313 c 1\n 323 274 l 1\n 313 239 301 187 299 152 c 0\n 299 112 313 96 345 84 c 1\n 367 79 393 77 420 76 c 1\n 522 76 582 122 602 213 c 1\n 635 368 l 1\n 456 368 l 2\n730 370 m 1\n 696 206 l 2\n 686 165 672 139 651 107 c 0\n 628 76 596 50 554 29 c 0\n 514 8 467 -2 413 -2 c 1\n 384 -2 l 1\n 378 -2 372 -2 366 -1 c 0\n 361 -1 355 -1 349 0 c 0\n 331 0 319 3 300 9 c 0\n 247 24 212 51 206 111 c 0\n 203 139 207 174 216 216 c 0\n 236 312 268 395 344 426 c 0\n 378 441 420 448 472 448 c 2\n 652 448 l 1\n 666 514 l 2\n 678 570 671 607 645 624 c 0\n 620 641 587 649 547 650 c 2\n 368 650 l 2\n 363 650 359 650 358 651 c 2\n 343 651 l 2\n 261 651 210 605 190 514 c 1\n 81 0 l 1\n -14 0 l 1\n 97 523 l 2\n 104 555 113 577 127 602 c 0\n 169 676 261 728 379 728 c 2\n 570 728 l 2\n 666 728 734 691 758 622 c 0\n 768 591 770 558 763 523 c 2\n 747 448 l 1\n 801 448 l 1\n 784 370 l 1\n 730 370 l 1\nEndSplineSet\nEndChar\nStartChar: uni053A\nEncoding: 1338 1338 608\nWidth: 655\nFlags: W\nHStem: -10 75<225 245> 451 75<324 468 576 659>\nVStem: 28.4962 95.6944<148 167>\nDStem: 60 321 152 309 33 195 130 202 468 451 563 451 415 202 508 195 524 718 616 718 484 526 576 526\nFore\n524 718 m 1\n 616 718 l 1\n 576 526 l 1\n 675 526 l 1\n 659 451 l 1\n 563 451 l 1\n 508 195 l 2\n 492 114 438 57 367 21 c 0\n 327 0 280 -9 227 -10 c 0\n 133 -10 59 27 37 95 c 0\n 27 126 26 160 33 195 c 2\n 60 321 l 2\n 67 355 82 387 105 418 c 0\n 128 450 160 475 201 496 c 0\n 242 516 288 525 341 526 c 2\n 484 526 l 1\n 524 718 l 1\n468 451 m 1\n 325 451 l 1\n 318 452 l 1\n 304 453 l 2\n 275 453 246 443 216 423 c 0\n 186 404 166 366 152 309 c 1\n 130 202 l 2\n 121 163 122 133 134 113 c 128\n 146 93 161 80 179 73 c 1\n 200 68 221 65 243 65 c 0\n 306 65 337 76 373 112 c 0\n 392 132 405 162 415 202 c 1\n 468 451 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni053B\nEncoding: 1339 1339 609\nWidth: 699\nFlags: W\nHStem: 0 21G<-15 79> 486 89<368 385> 712 20G<141 239>\nVStem: 521.85 95.1502<358 385>\nDStem: 141 732 239 732 -15 0 193 518 141 732 140 286 -15 0 79 0\nFore\n587 186 m 1\n 493 186 l 1\n 493 186 531 335 520 394 c 0\n 510 455 451 486 377 486 c 0\n 275 486 198 452 167 381 c 0\n 159 360 150 329 140 286 c 1\n 79 0 l 1\n -15 0 l 1\n 141 732 l 1\n 239 732 l 1\n 193 518 l 1\n 215 552 323 575 383 575 c 0\n 505 575 591 534 613 437 c 0\n 615 428 616 417 617 402 c 2\n 617 359 l 2\n 613 304 598 240 587 186 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni053C\nEncoding: 1340 1340 610\nWidth: 417\nFlags: W\nHStem: 0 93<132 297>\nDStem: 169 716 264 716 17 0 132 94\nFore\n17 0 m 1\n 169 716 l 1\n 264 716 l 1\n 132 94 l 1\n 317 93 l 1\n 297 0 l 1\n 17 0 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni053D\nEncoding: 1341 1341 611\nWidth: 853\nFlags: W\nHStem: -11.9308 84.9308<484 509.784> 0 21G<-10 85> 448 79<198 289>\nVStem: 242.448 96.0306<176 198>\nDStem: 144 723 239 723 -10 0 198 528 144 723 181 448 -10 0 85 0 289 449 400 527 258 302 353 303\nFore\n289 449 m 1\n 181 448 l 1\n 85 0 l 1\n -10 0 l 1\n 144 723 l 1\n 239 723 l 1\n 198 528 l 1\n 400 527 l 1\n 353 303 l 2\n 331 203 325 138 386 98 c 0\n 412 82 444 74 484 73 c 0\n 516 73 540 76 553 82 c 0\n 562 84 588 106 598 115 c 0\n 614 129 629 152 643 185 c 0\n 650 202 653 213 661 237 c 0\n 663 246 665 258 669 273 c 0\n 677 297 716 491 724 527 c 1\n 819 527 l 1\n 772 302 l 2\n 758 237 739 178 710 129 c 0\n 683 84 652 47 605 21 c 0\n 580 7 560 -1 544 -6 c 0\n 529 -10 506 -12 474 -12 c 0\n 351 -12 267 25 247 123 c 0\n 236 183 247 241 258 302 c 1\n 289 449 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni053E\nEncoding: 1342 1342 612\nWidth: 791\nFlags: W\nHStem: -4 74<292 317> 627 80<569 709> 632 75<212 294>\nVStem: 28.4344 82.1939<251 269> 620.484 85.6468<375 401>\nFore\n825 646 m 1\n 746 583 l 1\n 747 605 739 619 721 625 c 0\n 716 626 707 627 695 627 c 2\n 569 628 l 2\n 575 628 591 620 614 601 c 1\n 691 545 724 447 698 312 c 0\n 679 223 630 148 549 87 c 0\n 470 26 385 -4 294 -4 c 128\n 203 -4 132 28 82 93 c 0\n 32 159 17 237 37 330 c 0\n 62 445 144 541 237 600 c 0\n 269 620 287 630 294 631 c 1\n 213 632 l 2\n 154 632 94 650 104 708 c 1\n 108 721 l 1\n 199 762 l 1\n 198 749 199 739 201 734 c 0\n 213 716 240 707 284 707 c 2\n 699 707 l 2\n 756 707 799 694 819 662 c 1\n 825 646 l 1\n614 316 m 0\n 645 466 562 582 427 582 c 0\n 357 582 292 554 231 500 c 0\n 169 445 131 383 116 312 c 0\n 102 248 114 192 153 143 c 0\n 191 95 242 71 306 70 c 0\n 373 70 439 95 500 144 c 0\n 561 192 599 250 614 316 c 0\nEndSplineSet\nEndChar\nStartChar: uni053F\nEncoding: 1343 1343 613\nWidth: 711\nFlags: W\nHStem: 1 21G<461 558> 159.035 87.9648<323 351.239> 713 20G<152 246>\nVStem: 81.5076 96.3954<352 354>\nDStem: 152 733 246 733 97 476 191 477 507 216 677 553 461 1 558 1\nFore\n558 1 m 1\n 461 1 l 1\n 507 216 l 1\n 495 199 469 185 428 172 c 1\n 393 164 365 159 316 159 c 0\n 244 159 200 169 156 196 c 0\n 102 229 74 285 83 375 c 0\n 84 405 89 439 97 476 c 2\n 152 733 l 1\n 246 733 l 1\n 191 477 l 2\n 178 413 174 367 180 338 c 0\n 191 276 249 249 323 247 c 0\n 396 247 453 266 494 299 c 0\n 533 332 550 403 565 477 c 2\n 582 553 l 1\n 677 553 l 1\n 558 1 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0540\nEncoding: 1344 1344 614\nWidth: 588\nFlags: W\nHStem: 639 85.5665<577 581>\nDStem: 2 229 154 265 344 59 501 89 468 669 495 593 2 229 154 265\nFore\n627 607 m 1\n 617 623 l 1\n 607 633 595 638 581 639 c 0\n 558 639 538 626 520 614 c 0\n 515 610 502 600 495 593 c 2\n 154 265 l 1\n 501 89 l 1\n 466 -74 l 1\n 434 -74 l 1\n 435 -52 l 1\n 434 -34 427 -17 416 0 c 0\n 401 22 378 42 344 59 c 2\n 2 229 l 1\n 468 669 l 1\n 495 696 537 725 589 725 c 0\n 605 725 638 721 649 710 c 1\n 627 607 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0541\nEncoding: 1345 1345 615\nWidth: 663\nFlags: W\nHStem: 160.232 76.7683<151 153> 653 74.5709<396 402>\nVStem: 532.442 93.7839<517 539>\nFore\n192 434 m 1\n 98 436 l 1\n 110 492 114 535 145 580 c 1\n 184 646 261 704 355 723 c 0\n 373 726 393 728 414 728 c 0\n 518 728 595 680 618 601 c 0\n 629 564 629 524 622 482 c 1\n 608 419 l 2\n 595 356 569 300 531 250 c 0\n 494 201 458 163 423 136 c 0\n 392 112 368 95 350 84 c 1\n 372 61 393 21 411 -8 c 1\n 331 -42 l 1\n 308 -18 289 4 273 36 c 1\n 266 33 245 23 209 7 c 1\n 188 1 168 -6 145 -10 c 1\n 125 -11 l 2\n 83 -11 51 -3 33 15 c 0\n 4 44 -2 62 1 106 c 1\n 10 149 29 182 56 204 c 0\n 84 226 116 236 151 237 c 0\n 170 237 188 234 204 229 c 2\n 215 226 l 2\n 227 223 238 217 250 209 c 0\n 276 194 297 173 307 138 c 1\n 320 145 339 158 364 180 c 1\n 391 201 420 233 451 278 c 0\n 484 322 505 373 517 429 c 2\n 527 473 l 2\n 534 509 535 539 526 563 c 0\n 513 606 481 631 439 644 c 0\n 419 650 406 653 398 653 c 0\n 377 653 372 650 357 647 c 1\n 339 645 321 638 300 626 c 1\n 280 616 262 600 243 577 c 0\n 211 540 204 490 192 434 c 1\n86 103 m 0\n 82 86 95 74 122 66 c 1\n 140 64 l 1\n 158 64 175 68 190 77 c 0\n 206 86 218 93 225 99 c 1\n 221 109 212 122 196 138 c 0\n 182 153 163 161 140 161 c 0\n 127 161 115 156 104 146 c 1\n 97 135 91 121 86 103 c 0\nEndSplineSet\nEndChar\nStartChar: uni0542\nEncoding: 1346 1346 616\nWidth: 665\nFlags: W\nHStem: 0 75<492 573> 653 74.3891<371 377>\nVStem: 496.215 94.8922<559 577>\nDStem: 113 523 207 517 68 313 163 313 491 517 587 523 381 0 492 75\nFore\n573 0 m 1\n 381 0 l 1\n 491 517 l 2\n 502 573 496 609 471 627 c 0\n 447 644 415 652 377 653 c 0\n 316 653 287 642 250 607 c 0\n 229 586 215 557 207 517 c 2\n 163 313 l 1\n 68 313 l 1\n 113 523 l 2\n 120 556 135 588 158 620 c 0\n 204 682 287 728 393 728 c 0\n 488 728 561 691 582 622 c 0\n 592 591 594 558 587 523 c 2\n 492 75 l 1\n 589 75 l 1\n 573 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0543\nEncoding: 1347 1347 617\nWidth: 665\nFlags: W\nHStem: 0 96<93 480>\nFore\n548 0 m 1\n -30 0 l 1\n 10 182 107 355 226 474 c 0\n 264 514 287 535 293 536 c 1\n 279 547 250 562 229 572 c 1\n 304 643 l 1\n 322 638 331 637 345 628 c 0\n 366 617 361 624 385 606 c 1\n 440 648 540 695 607 724 c 1\n 659 657 l 1\n 618 640 494 587 451 557 c 1\n 456 557 471 535 493 491 c 0\n 562 365 587 187 548 0 c 1\n480 96 m 1\n 478 165 l 1\n 467 293 433 415 370 496 c 1\n 368 496 351 478 318 443 c 0\n 226 342 145 227 93 96 c 1\n 480 96 l 1\nEndSplineSet\nEndChar\nStartChar: uni0544\nEncoding: 1348 1348 618\nWidth: 756\nFlags: W\nHStem: 0 85<246 276> 635 94<665 772> 708 20G<122 217>\nVStem: 19.2892 97.4532<191 225>\nDStem: 122 728 217 728 34 314 129 314 591 729 665 635 503 314 597 314\nFore\n772 636 m 1\n 665 635 l 1\n 597 314 l 2\n 568 178 525 87 420 34 c 0\n 372 11 316 0 248 0 c 0\n 179 0 125 13 89 39 c 0\n 52 66 30 101 23 143 c 1\n 15 210 20 249 34 314 c 2\n 122 728 l 1\n 217 728 l 1\n 129 314 l 2\n 94 150 125 85 274 85 c 0\n 360 85 423 121 456 176 c 0\n 474 205 490 251 503 314 c 2\n 591 729 l 1\n 790 729 l 1\n 772 636 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0545\nEncoding: 1349 1349 619\nWidth: 623\nFlags: W\nHStem: -11.49 74.49<237 246> 352 77<89 323> 653 75<360 379>\nVStem: 10 94.1688<154 166> 433.757 94.2931<253 268> 481.889 92.4593<563 582>\nFore\n217 556 m 1\n 121 556 l 1\n 136 624 181 672 244 702 c 0\n 281 719 326 728 379 728 c 0\n 453 728 513 708 546 671 c 0\n 570 640 582 596 571 541 c 0\n 560 489 542 452 515 429 c 1\n 490 406 469 392 453 386 c 1\n 461 385 471 380 484 371 c 0\n 498 362 509 344 520 316 c 0\n 531 289 531 251 521 203 c 0\n 504 117 442 51 365 17 c 0\n 329 0 271 -12 219 -12 c 0\n 203 -12 192 -12 187 -11 c 0\n 132 -11 75 21 48 51 c 0\n 32 70 21 92 14 118 c 1\n 12 129 11 142 10 155 c 0\n 10 168 11 181 14 194 c 1\n 107 194 l 1\n 97 146 110 113 145 95 c 128\n 180 77 211 66 238 63 c 1\n 264 63 298 72 343 91 c 0\n 387 109 415 148 428 209 c 0\n 441 267 432 305 401 324 c 0\n 371 342 339 352 306 352 c 2\n 74 352 l 1\n 90 429 l 1\n 321 429 l 2\n 354 429 387 437 417 452 c 0\n 448 467 468 498 479 544 c 0\n 488 587 478 616 448 631 c 0\n 431 640 394 653 362 653 c 0\n 346 653 341 652 329 650 c 1\n 313 646 l 2\n 299 644 281 636 259 621 c 128\n 237 606 223 585 217 556 c 1\nEndSplineSet\nEndChar\nStartChar: uni0546\nEncoding: 1350 1350 620\nWidth: 773\nFlags: W\nHStem: 0 85<367 388> 635 94<85 220>\nVStem: 137.582 95.6682<188 209>\nDStem: 220 635 335 729 152 314 247 314 650 454 745 454 620 314 715 314\nFore\n86 729 m 1\n 335 729 l 1\n 247 314 l 2\n 226 212 220 151 281 109 c 0\n 306 93 339 85 379 85 c 0\n 447 85 500 101 537 132 c 0\n 573 163 601 224 620 314 c 2\n 650 454 l 1\n 745 454 l 1\n 715 314 l 2\n 703 251 681 189 655 143 c 0\n 603 57 507 -0 369 0 c 0\n 247 0 160 37 141 134 c 0\n 133 196 140 251 152 314 c 1\n 220 635 l 1\n 67 636 l 1\n 86 729 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0547\nEncoding: 1351 1351 621\nWidth: 603\nFlags: W\nHStem: -11.5425 74.5425<237 245>\nVStem: 4.47779 102.279<176 197>\nDStem: 154 655 172 739 288 625 573 642\nFore\n172 739 m 1\n 573 642 l 1\n 556 559 l 1\n 442 586 l 1\n 430 587 l 1\n 408 588 l 2\n 394 588 377 586 359 583 c 0\n 352 583 343 581 334 578 c 2\n 307 569 l 2\n 272 558 238 533 204 494 c 0\n 171 456 146 402 132 333 c 2\n 112 242 l 2\n 102 196 105 160 119 132 c 0\n 143 88 167 81 210 66 c 1\n 224 64 l 1\n 237 63 l 2\n 268 63 303 74 346 97 c 0\n 389 119 416 161 430 221 c 1\n 443 285 l 1\n 539 285 l 1\n 524 215 l 2\n 512 152 473 105 428 64 c 1\n 379 23 307 -12 221 -12 c 0\n 112 -12 30 46 10 136 c 0\n 3 163 3 188 8 215 c 2\n 34 333 l 2\n 48 400 74 456 112 500 c 0\n 149 544 184 574 215 591 c 128\n 246 608 269 619 288 625 c 1\n 154 655 l 1\n 172 739 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0548\nEncoding: 1352 1352 622\nWidth: 722\nFlags: W\nHStem: 1 21G<-3 91 465 560> 644 85<406 434>\nVStem: 565.882 96.1182<512 532>\nDStem: 85 415 178 414 -3 1 91 1 552 414 648 415 465 1 560 1\nFore\n560 1 m 1\n 465 1 l 1\n 552 414 l 2\n 589 580 556 642 408 644 c 0\n 324 644 258 608 226 552 c 0\n 207 522 193 477 178 414 c 1\n 91 1 l 1\n -3 1 l 1\n 85 415 l 2\n 114 552 158 641 262 694 c 0\n 309 717 366 729 434 729 c 0\n 503 729 557 716 593 689 c 0\n 629 663 663 615 663 553 c 0\n 662 550 663 543 662 531 c 0\n 662 491 656 459 648 415 c 2\n 560 1 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0549\nEncoding: 1353 1353 623\nWidth: 648\nFlags: W\nHStem: 653 74.5195<380 384>\nVStem: 518.66 97.3398<520 547>\nDStem: 29 91 282 108 409 -14 425 68\nFore\n409 -14 m 1\n 29 91 l 1\n 48 176 l 1\n 171 139 l 1\n 183 140 195 141 206 143 c 1\n 226 146 l 2\n 252 150 283 161 321 178 c 0\n 358 194 393 221 427 257 c 0\n 459 293 483 341 496 402 c 2\n 514 487 l 2\n 523 532 520 566 505 591 c 0\n 475 636 439 646 383 653 c 0\n 366 653 345 649 320 642 c 0\n 294 635 269 620 243 596 c 0\n 200 556 191 499 177 431 c 1\n 82 430 l 1\n 95 488 98 533 130 580 c 1\n 170 647 245 704 340 723 c 0\n 358 726 378 728 399 728 c 0\n 481 728 543 702 576 654 c 0\n 597 625 616 590 616 540 c 2\n 616 521 l 1\n 609 474 598 431 589 386 c 1\n 576 327 559 291 525 251 c 0\n 481 197 418 148 336 123 c 0\n 311 115 293 110 282 108 c 1\n 425 68 l 1\n 409 -14 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni054A\nEncoding: 1354 1354 624\nWidth: 722\nFlags: W\nHStem: 1 21G<465 560>\nVStem: 565.35 96.6499<512 532>\nDStem: 359 644 457 645 270 223 374 258 552 414 648 415 465 1 560 1\nFore\n365 223 m 2\n 270 223 l 1\n 359 644 l 1\n 340 644 329 643 324 641 c 2\n 296 627 l 2\n 267 613 247 587 226 552 c 0\n 200 510 184 440 169 372 c 1\n 75 372 l 1\n 85 415 l 2\n 114 552 158 641 262 694 c 0\n 309 717 366 729 434 729 c 0\n 503 729 557 716 593 689 c 0\n 629 663 663 615 663 553 c 0\n 662 550 663 543 662 531 c 0\n 662 491 656 459 648 415 c 2\n 560 1 l 1\n 465 1 l 1\n 552 414 l 2\n 572 504 569 564 547 596 c 0\n 524 626 496 634 457 645 c 1\n 374 258 l 1\n 373 250 l 1\n 371 245 l 2\n 369 231 367 224 365 223 c 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni054B\nEncoding: 1355 1355 625\nWidth: 751\nFlags: W\nHStem: -2 21G<-32 58> 52 77<86 225 403 502> 355 79<157.031 193> 660 74.4915<391 427>\nVStem: 584.608 77.3917<493 515>\nFore\n344 652 m 2\n 257 630 203 572 161 495 c 0\n 148 469 141 449 137 434 c 1\n 158 434 l 2\n 265 434 363 419 427 385 c 0\n 473 360 497 325 500 281 c 1\n 516 304 l 2\n 527 320 537 341 551 366 c 0\n 574 411 590 469 583 527 c 0\n 581 545 574 565 564 588 c 0\n 557 602 540 617 514 632 c 0\n 479 650 444 660 406 660 c 2\n 392 660 l 1\n 375 658 l 1\n 344 652 l 2\n632 -8 m 1\n 550 -5 l 1\n 558 33 539 51 493 52 c 2\n 70 52 l 1\n 58 -2 l 1\n -32 -2 l 1\n 8 184 l 1\n 98 184 l 1\n 86 129 l 1\n 213 129 l 2\n 251 129 289 136 325 151 c 0\n 374 171 403 200 411 237 c 2\n 414 250 l 1\n 414 258 l 2\n 412 320 327 340 251 350 c 0\n 227 354 188 355 157 355 c 2\n 78 357 l 2\n 67 357 60 357 53 358 c 0\n 48 358 44 359 41 360 c 1\n 60 449 l 2\n 68 484 80 524 98 552 c 0\n 110 573 139 610 155 631 c 1\n 201 686 274 719 365 733 c 1\n 398 735 401 735 431 735 c 0\n 436 735 445 735 456 733 c 0\n 486 733 534 718 556 708 c 0\n 583 698 627 654 643 631 c 0\n 656 613 665 558 662 515 c 0\n 662 448 633 379 604 330 c 1\n 557 245 489 172 403 131 c 1\n 526 131 l 2\n 573 131 608 114 625 84 c 0\n 638 61 639 30 632 -8 c 1\nEndSplineSet\nMinimumDistance: x41,-1 \nEndChar\nStartChar: uni054C\nEncoding: 1356 1356 626\nWidth: 750\nFlags: W\nHStem: 1 21G<-3 91> 644 85<406 434>\nVStem: 565.882 96.1182<512 532>\nDStem: 85 415 178 414 -3 1 91 1 552 414 592 169 465 1 558 2\nFore\n613 250 m 1\n 688 250 l 1\n 672 170 l 1\n 592 169 l 1\n 558 2 l 1\n 465 1 l 1\n 552 414 l 2\n 589 580 556 642 408 644 c 0\n 324 644 258 608 226 552 c 0\n 207 522 193 477 178 414 c 1\n 91 1 l 1\n -3 1 l 1\n 85 415 l 2\n 114 552 158 641 262 694 c 0\n 309 717 366 729 434 729 c 0\n 503 729 557 716 593 689 c 0\n 629 663 663 615 663 553 c 0\n 662 550 663 543 662 531 c 0\n 662 461 627 317 613 250 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni054D\nEncoding: 1357 1357 627\nWidth: 722\nFlags: W\nHStem: -11.9074 84.9074<295 318.59>\nDStem: 156 716 250 716 68 302 163 303 624 716 719 716 537 303 631 302\nFore\n624 716 m 1\n 719 716 l 1\n 631 302 l 2\n 618 235 599 177 570 131 c 0\n 546 90 509 56 460 28 c 0\n 412 1 354 -12 285 -12 c 0\n 130 -12 43 43 53 201 c 0\n 55 231 61 265 68 302 c 2\n 156 716 l 1\n 250 716 l 1\n 163 303 l 2\n 141 203 134 137 197 98 c 0\n 223 82 255 74 295 73 c 0\n 363 73 415 89 452 120 c 128\n 489 151 517 212 537 303 c 2\n 624 716 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni054E\nEncoding: 1358 1358 628\nWidth: 748\nFlags: W\nHStem: 1 21G<462 650> 159.048 87.9518<324 350.806> 709 20G<619 714>\nVStem: 82.2145 95.6923<352 370>\nDStem: 507 216 714 729 462 1 580 95 619 729 714 729 566 477 580 95\nFore\n462 1 m 1\n 507 216 l 1\n 496 199 470 185 428 172 c 1\n 391 164 364 159 316 159 c 0\n 245 159 199 169 156 196 c 0\n 119 219 96 252 86 296 c 0\n 71 377 103 499 119 577 c 1\n 213 577 l 1\n 192 477 l 2\n 178 413 174 367 180 338 c 0\n 185 310 201 288 226 271 c 0\n 252 255 284 248 324 247 c 0\n 398 247 453 266 494 299 c 0\n 532 330 550 405 566 477 c 2\n 619 729 l 1\n 714 729 l 1\n 580 95 l 1\n 670 95 l 1\n 650 1 l 1\n 462 1 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni054F\nEncoding: 1359 1359 629\nWidth: 667\nFlags: W\nHStem: -11.6986 84.6986<285 287> 645 83<379 405>\nVStem: 12.9916 94.0566<195 204> 535.203 92.7969<523 539>\nFore\n18 230 m 1\n 108 238 l 1\n 96 140 150 98 227 78 c 1\n 254 74 l 1\n 285 73 l 2\n 359 73 417 96 454 133 c 0\n 480 159 504 211 482 253 c 0\n 472 270 454 284 426 295 c 0\n 381 316 231 341 178 375 c 0\n 148 393 127 415 116 441 c 0\n 109 454 106 468 106 483 c 0\n 102 545 127 593 161 632 c 0\n 212 690 299 728 403 728 c 0\n 506 728 584 697 615 627 c 0\n 623 607 626 587 631 563 c 0\n 631 558 628 531 628 525 c 0\n 628 522 627 519 626 514 c 1\n 534 507 l 1\n 539 551 529 585 506 609 c 0\n 483 632 444 644 389 645 c 0\n 332 645 289 634 257 613 c 0\n 227 593 208 567 202 537 c 0\n 197 512 200 491 216 474 c 0\n 230 458 274 440 348 423 c 0\n 455 398 539 376 574 304 c 0\n 585 282 585 259 586 229 c 0\n 585 222 583 213 582 202 c 0\n 574 165 556 130 527 96 c 0\n 499 63 463 36 416 17 c 128\n 369 -2 321 -12 271 -12 c 0\n 130 -12 26 35 14 163 c 0\n 11 185 13 207 18 230 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni0550\nEncoding: 1360 1360 630\nWidth: 699\nFlags: W\nHStem: 1 21G<-3 91> 644 85<406 434>\nVStem: 565.882 96.1182<512 532>\nDStem: 85 415 178 414 -3 1 91 1\nFore\n622 294 m 1\n 527 294 l 1\n 552 414 l 2\n 589 580 556 642 408 644 c 0\n 324 644 258 608 226 552 c 0\n 207 522 193 477 178 414 c 1\n 91 1 l 1\n -3 1 l 1\n 85 415 l 2\n 114 552 158 641 262 694 c 0\n 309 717 366 729 434 729 c 0\n 503 729 557 716 593 689 c 0\n 629 663 663 615 663 553 c 0\n 662 550 663 543 662 531 c 0\n 662 464 636 357 622 294 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0551\nEncoding: 1361 1361 631\nWidth: 623\nFlags: W\nHStem: -11.6618 74.6618<250 263> 359 73.9133<309 315> 652.429 75.2707<372 390>\nVStem: 22.8525 93.7893<163 173> 114.869 92.6885<515 517> 448.364 95.2725<251 261> 494.663 94.6737<567 581>\nFore\n164 306 m 1\n 58 307 l 1\n 73 336 92 358 116 374 c 1\n 140 388 159 398 174 404 c 1\n 161 409 146 421 129 443 c 0\n 113 464 110 498 119 544 c 0\n 124 568 134 594 150 622 c 0\n 166 648 193 673 234 695 c 0\n 274 717 327 728 391 728 c 0\n 472 728 527 712 558 679 c 0\n 610 621 593 517 549 466 c 1\n 534 442 495 415 468 406 c 1\n 472 405 479 401 488 396 c 128\n 497 391 506 382 517 367 c 0\n 528 353 536 333 541 307 c 0\n 547 281 545 250 538 211 c 0\n 517 122 459 56 380 18 c 0\n 336 -2 288 -12 234 -12 c 0\n 153 -12 95 9 59 51 c 0\n 26 88 16 139 27 203 c 1\n 120 203 l 1\n 112 166 117 137 137 116 c 0\n 155 96 176 82 198 73 c 1\n 231 65 l 1\n 250 63 l 2\n 265 63 286 66 312 72 c 0\n 337 78 363 91 390 113 c 128\n 417 135 434 167 444 211 c 0\n 452 252 449 284 435 306 c 0\n 409 346 377 353 325 358 c 1\n 314 359 l 2\n 245 359 194 341 164 306 c 1\n210 544 m 0\n 205 521 207 500 218 481 c 1\n 228 468 244 456 264 444 c 1\n 285 436 306 432 328 432 c 0\n 364 432 397 440 430 458 c 128\n 463 476 483 504 492 544 c 0\n 498 575 494 598 479 615 c 0\n 464 631 445 642 422 646 c 0\n 378 654 375 654 343 649 c 1\n 327 646 l 2\n 306 642 283 632 258 616 c 0\n 232 600 216 576 210 544 c 0\nEndSplineSet\nEndChar\nStartChar: uni0552\nEncoding: 1362 1362 632\nWidth: 417\nFlags: W\nHStem: 0 21G<-1 94> 395 80<195 358>\nDStem: 153 723 248 723 -1 0 195 475 153 723 178 395 -1 0 94 0\nFore\n153 723 m 1\n 248 723 l 1\n 195 475 l 1\n 375 475 l 1\n 358 395 l 1\n 178 395 l 1\n 94 0 l 1\n -1 0 l 1\n 153 723 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0553\nEncoding: 1363 1363 633\nWidth: 785\nFlags: W\nHStem: 1 21G<268 362>\nVStem: 32.6996 97.3004<278 295> 653.7 94.621<417 434>\nDStem: 393 591 487 591 295 126 389 126\nFore\n42 362 m 0\n 59 445 95 509 150 556 c 0\n 205 602 256 631 304 646 c 0\n 352 660 387 667 410 670 c 1\n 422 725 l 1\n 516 725 l 1\n 504 670 l 1\n 512 670 l 2\n 515 670 518 670 522 669 c 2\n 543 665 l 2\n 561 661 580 655 600 647 c 1\n 641 635 679 605 715 559 c 0\n 750 512 758 447 740 362 c 128\n 722 277 686 212 632 165 c 0\n 578 119 527 88 478 73 c 0\n 430 58 394 50 372 48 c 1\n 362 1 l 1\n 268 1 l 1\n 278 48 l 1\n 239 53 158 75 121 106 c 1\n 108 118 79 144 67 165 c 0\n 32 211 24 276 42 362 c 0\n190 478 m 0\n 160 438 126 365 130 295 c 0\n 130 235 155 196 191 167 c 0\n 217 149 251 135 295 126 c 1\n 393 591 l 1\n 302 581 238 538 190 478 c 0\n389 126 m 1\n 500 146 563 191 613 270 c 0\n 655 337 674 455 623 523 c 0\n 592 562 548 583 487 591 c 1\n 389 126 l 1\nEndSplineSet\nEndChar\nStartChar: uni0554\nEncoding: 1364 1364 634\nWidth: 638\nFlags: W\nHStem: 0 21G<46 139> 121 78<0 71 182 547> 275 77<350 371> 653 74.3965<415 422>\nVStem: 535.813 95.1874<541 561>\nDStem: 71 121 164 121 46 0 139 0\nFore\n352 275 m 0\n 308 275 276 282 253 296 c 0\n 231 311 216 324 211 335 c 1\n 182 199 l 1\n 563 199 l 1\n 546 121 l 1\n 164 121 l 1\n 139 0 l 1\n 46 0 l 1\n 71 121 l 1\n -16 121 l 1\n 1 199 l 1\n 88 199 l 1\n 88 199 161 542 163 549 c 0\n 171 570 176 580 187 596 c 0\n 191 602 192 606 195 609 c 0\n 241 679 322 728 438 728 c 0\n 542 728 615 684 629 596 c 0\n 632 576 631 562 631 541 c 1\n 627 521 l 1\n 606 418 557 342 475 302 c 0\n 437 284 396 275 352 275 c 0\n241 472 m 2\n 230 420 264 383 301 365 c 0\n 323 356 345 352 369 352 c 0\n 455 352 509 405 531 511 c 0\n 543 566 535 603 507 623 c 128\n 479 643 451 652 422 653 c 0\n 407 653 388 649 363 642 c 0\n 340 635 317 622 295 602 c 0\n 274 583 259 555 251 518 c 2\n 241 472 l 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni0555\nEncoding: 1365 1365 635\nWidth: 778\nFlags: W\nHStem: -12 81<308 330> 647 82<451 472>\nVStem: 38.397 96.6166<243 277> 645 97.7883<435 458>\nFore\n46 349 m 0\n 71 466 123 559 201 627 c 0\n 278 694 369 728 470 729 c 0\n 607 729 699 659 731 550 c 0\n 747 494 747 429 733 357 c 0\n 702 210 613 92 494 33 c 0\n 434 3 373 -12 312 -12 c 0\n 171 -12 83 59 50 170 c 1\n 35 227 34 287 46 349 c 0\n144 347 m 0\n 125 261 134 193 169 144 c 0\n 206 94 258 69 328 69 c 0\n 399 69 464 94 520 144 c 0\n 577 194 615 265 635 357 c 0\n 641 386 645 413 645 439 c 0\n 645 519 622 575 573 610 c 0\n 540 635 500 647 453 647 c 0\n 386 647 323 624 265 578 c 128\n 207 532 167 455 144 347 c 0\nEndSplineSet\nEndChar\nStartChar: uni0556\nEncoding: 1366 1366 636\nWidth: 716\nFlags: W\nHStem: -8 74<225 238 328 381> 435 71<269 315 422 470> 653 71.4489<341 360>\nVStem: -3.78421 92.7842<147 151> 129 72.0697<550 563> 566.318 96.8351<323 344>\nDStem: 315 434 406 433 237 66 328 67 361 653 468 725 330 507 422 508\nFore\n452 433 m 2\n 406 433 l 1\n 328 67 l 1\n 374 67 l 2\n 389 67 407 70 429 76 c 128\n 451 82 474 96 498 119 c 0\n 522 141 539 174 548 218 c 2\n 560 273 l 2\n 570 319 568 354 555 377 c 0\n 543 400 527 416 508 423 c 0\n 488 430 470 433 452 433 c 2\n202 578 m 0\n 190 522 237 506 295 506 c 1\n 307 506 320 505 330 507 c 1\n 361 653 l 1\n 342 653 l 1\n 320 654 l 2\n 255 654 213 633 202 578 c 0\n168 463 m 0\n 151 473 140 488 133 507 c 0\n 132 511 130 515 130 521 c 0\n 127 527 128 545 129 555 c 0\n 129 561 130 567 132 576 c 0\n 141 619 157 650 182 672 c 0\n 226 714 287 725 373 725 c 2\n 468 725 l 1\n 422 508 l 1\n 468 508 l 2\n 545 508 599 486 633 442 c 0\n 664 401 669 355 660 298 c 1\n 642 212 l 2\n 635 177 619 143 594 109 c 0\n 571 76 539 48 498 25 c 0\n 458 3 411 -7 358 -8 c 2\n 225 -8 l 1\n 198 -9 l 2\n 165 -9 131 -3 97 7 c 0\n 64 18 37 37 18 64 c 0\n 10 75 4 91 -2 112 c 1\n -4 142 l 1\n -4 152 -2 163 0 175 c 1\n 93 175 l 1\n 91 166 89 157 89 148 c 0\n 90 141 90 133 93 125 c 1\n 96 111 111 98 133 84 c 1\n 155 72 190 66 237 66 c 1\n 315 434 l 1\n 270 435 l 2\n 257 435 246 437 232 440 c 0\n 208 444 188 452 168 463 c 0\nEndSplineSet\nEndChar\nStartChar: uni055A\nEncoding: 1370 1370 637\nWidth: 222\nFlags: W\nFore\n64 621 m 1\n 86 723 l 1\n 180 723 l 1\n 163 643 l 2\n 154 599 142 568 128 548 c 0\n 108 523 82 504 49 489 c 1\n 35 523 l 1\n 74 536 100 574 109 621 c 1\n 64 621 l 1\nEndSplineSet\nEndChar\nStartChar: uni055B\nEncoding: 1371 1371 638\nWidth: 133\nFlags: W\nFore\n10 588 m 1\n 126 718 l 1\n 167 718 l 1\n 35 588 l 1\n 10 588 l 1\nEndSplineSet\nEndChar\nStartChar: uni055C\nEncoding: 1372 1372 639\nWidth: 325\nFlags: W\nHStem: 639 46<110 112 133 156>\nFore\n112 639 m 2\n 70 639 54 623 31 602 c 1\n 16 585 l 1\n 18 632 l 1\n 34 652 80 685 122 685 c 2\n 156 685 l 1\n 175 684 l 1\n 215 682 l 2\n 248 682 281 701 300 716 c 2\n 317 730 l 1\n 308 685 l 1\n 291 670 l 2\n 273 655 245 642 212 640 c 1\n 134 640 l 1\n 112 639 l 2\nEndSplineSet\nEndChar\nStartChar: uni055D\nEncoding: 1373 1373 640\nWidth: 333\nFlags: W\nFore\n212 583 m 1\n 141 583 l 1\n 58 720 l 1\n 176 720 l 1\n 212 583 l 1\nEndSplineSet\nEndChar\nStartChar: uni055E\nEncoding: 1374 1374 641\nWidth: 344\nFlags: W\nHStem: 595.39 40.6102<194 198> 665 20G<113 157>\nVStem: 109.441 46.2131<658 669> 256.895 45.8201<705 715>\nFore\n4 609 m 1\n 10 639 l 1\n 20 663 l 2\n 26 680 37 698 51 715 c 0\n 72 742 115 769 164 777 c 0\n 189 781 194 782 222 782 c 0\n 256 782 279 775 291 761 c 0\n 305 748 307 722 299 683 c 0\n 288 630 245 595 184 595 c 0\n 157 595 136 602 122 616 c 0\n 109 629 106 652 113 685 c 1\n 157 685 l 1\n 153 667 155 654 161 646 c 1\n 168 640 179 637 195 636 c 0\n 211 636 222 639 233 645 c 0\n 242 650 249 663 254 684 c 128\n 259 705 257 718 252 724 c 0\n 236 736 216 737 189 739 c 1\n 143 739 111 726 90 700 c 0\n 72 675 59 645 51 609 c 1\n 4 609 l 1\nEndSplineSet\nEndChar\nStartChar: uni0561\nEncoding: 1377 1377 642\nWidth: 833\nFlags: W\nHStem: -10 76<170 205 476 512> 1 21G<635 714>\nDStem: 121 520 209 520 46 164 140 193 428 520 516 520 364 219 445 183 651 74 824 520 635 1 714 1 736 520 824 520 679 251 714 1\nFore\n714 1 m 1\n 635 1 l 1\n 651 74 l 1\n 615 31 550 -10 476 -10 c 0\n 404 -10 357 19 349 81 c 1\n 295 20 236 -10 170 -10 c 0\n 64 -10 23 48 46 164 c 1\n 121 520 l 1\n 209 520 l 1\n 140 193 l 2\n 128 139 122 106 155 80 c 0\n 168 71 185 66 205 66 c 0\n 241 66 273 78 302 102 c 0\n 333 126 353 165 364 219 c 2\n 428 520 l 1\n 516 520 l 1\n 445 183 l 2\n 428 108 444 66 512 66 c 0\n 573 66 613 99 641 142 c 0\n 656 167 669 203 679 251 c 2\n 736 520 l 1\n 824 520 l 1\n 714 1 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni0562\nEncoding: 1378 1378 643\nWidth: 556\nFlags: W\nHStem: 0 96<150 459> 454 75<363 396>\nVStem: 448 93<379 402>\nDStem: 150 518 229 518 -5 -211 213 441 150 518 187 277 -5 -211 150 96 150 518 129 0 -5 -211 83 -211\nFore\n501 189 m 1\n 413 189 l 1\n 413 189 450 352 448 379 c 0\n 448 427 412 454 363 454 c 0\n 301 454 251 420 224 378 c 0\n 209 355 197 321 187 277 c 1\n 150 96 l 1\n 480 96 l 1\n 459 0 l 1\n 129 0 l 1\n 83 -211 l 1\n -5 -211 l 1\n 150 518 l 1\n 229 518 l 1\n 213 441 l 1\n 265 500 327 529 396 529 c 0\n 455 529 506 504 528 468 c 0\n 536 452 540 431 541 402 c 0\n 541 366 509 227 501 189 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni0563\nEncoding: 1379 1379 644\nWidth: 572\nFlags: W\nHStem: 0 21G<450 527> 461 69<317 335>\nVStem: 47.8237 90.0184<174 192>\nDStem: 374 54 450 0 319 -208 405 -209\nFore\n467 79 m 1\n 544 79 l 1\n 527 0 l 1\n 450 0 l 1\n 405 -209 l 1\n 319 -208 l 1\n 374 54 l 1\n 339 19 290 -10 224 -12 c 0\n 184 -12 149 0 117 22 c 0\n 54 67 34 154 57 263 c 0\n 65 308 88 366 112 400 c 0\n 155 468 231 530 333 530 c 0\n 406 530 441 503 467 451 c 1\n 481 519 l 1\n 561 519 l 1\n 467 79 l 1\n425 256 m 0\n 440 323 436 374 415 409 c 0\n 393 444 364 461 327 461 c 128\n 290 461 254 445 219 412 c 0\n 185 379 161 330 147 264 c 0\n 132 195 135 145 155 111 c 0\n 176 78 206 61 246 61 c 0\n 284 61 319 76 354 108 c 0\n 388 140 411 189 425 256 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0564\nEncoding: 1380 1380 645\nWidth: 581\nFlags: W\nHStem: 0 62<448 534> 440 75<362 398>\nDStem: 148 505 231 505 40 0 214 425 148 505 184 270 40 0 126 0 422 347 516 385 304 -209 448 62 422 347 434 0 304 -209 390 -209\nFore\n304 -209 m 1\n 422 347 l 2\n 435 409 415 439 362 440 c 0\n 312 440 272 423 242 388 c 0\n 213 354 194 314 184 270 c 1\n 126 0 l 1\n 40 0 l 1\n 148 505 l 1\n 231 505 l 1\n 214 425 l 1\n 234 447 252 463 264 474 c 0\n 290 497 345 515 398 515 c 0\n 470 515 503 486 517 432 c 1\n 519 417 519 401 516 385 c 1\n 448 62 l 1\n 548 62 l 1\n 534 0 l 1\n 434 0 l 1\n 390 -209 l 1\n 304 -209 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0565\nEncoding: 1381 1381 646\nWidth: 550\nFlags: W\nHStem: -11 76<159 194> 0 21G<327 406> 427 92<184 501>\nDStem: 137 719 227 721 27 200 184 520 137 719 164 427 27 200 116 204 389 333 476 333 369 236 406 0\nFore\n406 0 m 1\n 327 0 l 1\n 342 74 l 1\n 292 18 232 -11 159 -11 c 0\n 97 -11 49 9 28 49 c 0\n 20 66 15 88 14 115 c 1\n 17 145 22 172 27 200 c 1\n 137 719 l 1\n 227 721 l 1\n 184 520 l 1\n 521 519 l 1\n 501 427 l 1\n 164 427 l 1\n 116 204 l 1\n 103 146 101 107 136 82 c 0\n 152 71 170 65 194 65 c 0\n 231 65 266 77 299 100 c 0\n 331 124 354 168 369 236 c 2\n 389 333 l 1\n 476 333 l 1\n 406 0 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni0566\nEncoding: 1382 1382 647\nWidth: 588\nFlags: W\nHStem: -209 58<414 501> 449 69<312 343>\nDStem: 374 62 554 505 317 -209 414 -151\nFore\n501 -209 m 1\n 317 -209 l 1\n 374 62 l 1\n 340 21 280 -14 207 -14 c 0\n 114 -14 75 43 58 122 c 1\n 56 142 55 162 54 183 c 1\n 59 289 106 390 164 445 c 0\n 202 481 258 518 334 518 c 0\n 375 518 406 510 425 493 c 0\n 444 477 456 463 460 451 c 1\n 472 505 l 1\n 554 505 l 1\n 414 -151 l 1\n 513 -151 l 1\n 501 -209 l 1\n375 145 m 0\n 407 196 431 275 424 352 c 0\n 417 407 388 449 328 449 c 0\n 224 449 171 345 151 249 c 0\n 134 169 148 84 210 63 c 0\n 222 59 234 57 249 56 c 0\n 270 56 291 63 314 78 c 0\n 336 92 355 114 375 145 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni0567\nEncoding: 1383 1383 648\nWidth: 448\nFlags: W\nHStem: -20 20G<30 178> 401 77<218 378>\nDStem: 178 0 270 74 154 -119 229 -121 183 721 269 721 30 0 218 478 183 721 201 401 30 0 132 74\nFore\n270 74 m 1\n 229 -121 l 1\n 154 -119 l 1\n 178 0 l 1\n 30 0 l 1\n 183 721 l 1\n 269 721 l 1\n 218 478 l 1\n 395 478 l 1\n 378 401 l 1\n 201 401 l 1\n 132 74 l 1\n 270 74 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0568\nEncoding: 1384 1384 649\nWidth: 556\nFlags: W\nHStem: -208 92<93 402> -1 21G<362 450> 454 75<350 385>\nVStem: 437 93<379 402>\nDStem: 139 518 218 518 -15 -206 202 441 139 518 176 277 -15 -206 93 -116\nFore\n450 -1 m 1\n 362 -1 l 1\n 423 287 l 2\n 433 335 439 366 437 379 c 0\n 437 427 401 454 351 454 c 0\n 325 454 299 447 274 434 c 0\n 217 406 194 355 176 277 c 1\n 93 -116 l 1\n 421 -116 l 1\n 402 -208 l 1\n -15 -206 l 1\n 139 518 l 1\n 218 518 l 1\n 202 441 l 1\n 254 500 315 529 385 529 c 0\n 442 529 496 505 516 468 c 0\n 525 452 529 431 530 402 c 0\n 530 360 461 49 450 -1 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0569\nEncoding: 1385 1385 650\nWidth: 568\nFlags: W\nHStem: -15 65<325 341> 215 61<370 456>\nVStem: 199.627 69.0847<98 109> 481.503 69.6773<370 372>\nDStem: 146 505 181 300 -11 -221 71 -220 480 341 548 353 466 276 531 273\nFore\n568 213 m 1\n 520 213 l 1\n 505 145 496 83 450 41 c 1\n 416 4 374 -14 325 -15 c 0\n 238 -15 185 37 203 126 c 0\n 211 163 230 196 262 227 c 0\n 295 259 336 275 383 276 c 2\n 466 276 l 1\n 480 341 l 1\n 491 421 447 455 372 457 c 0\n 355 457 336 455 317 451 c 1\n 256 427 231 395 202 350 c 0\n 192 333 186 316 181 300 c 1\n 71 -220 l 1\n -11 -221 l 1\n 146 505 l 1\n 224 505 l 1\n 210 440 l 1\n 219 452 235 468 261 488 c 0\n 277 502 314 514 339 516 c 2\n 372 518 l 1\n 438 518 495 507 522 470 c 0\n 544 440 560 404 548 353 c 2\n 531 273 l 1\n 580 273 l 1\n 568 213 l 1\n400 72 m 0\n 438 103 444 158 456 215 c 1\n 361 215 l 2\n 311 215 281 167 270 123 c 0\n 259 77 297 50 339 50 c 0\n 362 50 382 57 400 72 c 0\nEndSplineSet\nEndChar\nStartChar: uni056A\nEncoding: 1386 1386 651\nWidth: 582\nFlags: W\nHStem: -14 70<185 209> 443 68<517 601> 446 66<286 417>\nVStem: 17.9768 89.7525<161 195>\nDStem: 473 723 562 723 428 512 517 511\nFore\n503 443 m 1\n 453 210 l 2\n 445 165 425 127 401 94 c 0\n 357 37 283 -14 186 -14 c 2\n 172 -14 l 2\n 165 -13 159 -13 154 -12 c 0\n 150 -12 146 -11 143 -10 c 0\n 137 -10 110 1 103 3 c 0\n 96 6 89 11 81 19 c 1\n 20 64 6 150 27 258 c 0\n 48 347 96 430 166 475 c 0\n 202 500 242 512 288 512 c 2\n 428 512 l 1\n 473 723 l 1\n 562 723 l 1\n 517 511 l 1\n 615 511 l 1\n 601 443 l 1\n 503 443 l 1\n417 446 m 1\n 295 446 l 2\n 226 446 182 405 153 356 c 0\n 123 301 91 184 117 111 c 0\n 130 75 161 57 209 56 c 0\n 256 56 290 80 314 107 c 0\n 340 138 351 171 366 212 c 1\n 385 288 400 368 417 446 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni056B\nEncoding: 1387 1387 652\nWidth: 545\nFlags: W\nHStem: 0 21G<346 434>\nDStem: 164 716 252 716 -32 -205 197 459 164 716 160 284 -32 -205 56 -205 416 329 504 329 346 0 434 0\nFore\n-32 -205 m 1\n 164 716 l 1\n 252 716 l 1\n 197 459 l 1\n 248 506 305 530 367 530 c 0\n 440 530 496 503 510 445 c 0\n 519 418 510 361 504 329 c 2\n 434 0 l 1\n 346 0 l 1\n 416 329 l 2\n 433 413 408 453 333 455 c 0\n 271 455 224 420 195 380 c 0\n 180 356 169 324 160 284 c 2\n 56 -205 l 1\n -32 -205 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni056C\nEncoding: 1388 1388 653\nWidth: 301\nFlags: W\nDStem: 137 519 224 519 -16 -208 88 -125\nFore\n187 -125 m 1\n 170 -208 l 1\n -16 -208 l 1\n 137 519 l 1\n 224 519 l 1\n 88 -125 l 1\n 187 -125 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni056D\nEncoding: 1389 1389 654\nWidth: 799\nFlags: W\nHStem: -1 21G<593 672> 439 81<208 344>\nDStem: 164 713 249 713 -32 -210 208 520 164 713 191 439 -32 -210 53 -210 344 439 450 520 293 199 382 202 695 518 783 518 634 234 672 -1\nFore\n344 439 m 1\n 191 439 l 1\n 53 -210 l 1\n -32 -210 l 1\n 164 713 l 1\n 249 713 l 1\n 208 520 l 1\n 450 520 l 1\n 382 202 l 2\n 370 144 368 106 403 80 c 0\n 418 69 437 64 460 63 c 0\n 498 63 532 75 565 99 c 0\n 597 122 620 167 634 234 c 2\n 695 518 l 1\n 783 518 l 1\n 672 -1 l 1\n 593 -1 l 1\n 609 73 l 1\n 559 16 498 -12 426 -13 c 0\n 369 -13 313 8 295 47 c 0\n 286 65 281 87 281 113 c 1\n 283 144 289 171 293 199 c 1\n 344 439 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni056E\nEncoding: 1390 1390 655\nWidth: 556\nFlags: W\nHStem: -14 70<189 209> 446 64<438 540>\nVStem: 12.4527 88.0565<158 195> 260.664 78.1342<604 617> 383.943 81.4348<308.509 353.985>\nFore\n540 446 m 1\n 438 446 l 1\n 442 443 446 436 452 424 c 128\n 458 412 462 389 465 354 c 0\n 466 338 465 319 464 297 c 0\n 461 269 455 252 451 225 c 0\n 438 160 402 99 360 57 c 0\n 319 19 264 -14 189 -14 c 0\n 95 -14 45 36 20 112 c 1\n 2 173 17 265 39 318 c 1\n 42 328 44 333 46 335 c 0\n 46 338 64 371 71 380 c 1\n 111 446 185 517 282 517 c 2\n 304 518 l 1\n 295 525 285 538 272 559 c 0\n 261 579 258 601 263 627 c 0\n 271 667 308 706 372 742 c 1\n 412 690 l 1\n 351 669 316 630 353 570 c 0\n 366 550 383 530 408 510 c 1\n 554 510 l 1\n 540 446 l 1\n376 259 m 1\n 390 326 389 420 344 448 c 0\n 335 453 327 456 317 456 c 0\n 180 456 135 371 110 256 c 0\n 95 184 93 123 131 83 c 0\n 149 65 175 56 207 56 c 0\n 277 56 316 108 343 160 c 1\n 350 175 356 191 362 207 c 1\n 369 232 l 1\n 376 259 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni056F\nEncoding: 1391 1391 656\nWidth: 554\nFlags: W\nHStem: -5 76<195 230>\nDStem: 170 721 258 721 59 197 147 197 366 66 551 521 307 -210 395 -211 463 521 551 521 403 242 395 -211\nFore\n395 -211 m 1\n 307 -210 l 1\n 366 66 l 1\n 315 19 258 -4 195 -5 c 0\n 121 -5 68 22 53 80 c 0\n 47 108 49 146 59 197 c 1\n 170 721 l 1\n 258 721 l 1\n 147 197 l 2\n 128 115 155 71 230 71 c 0\n 291 71 341 105 367 146 c 0\n 382 169 395 201 403 242 c 2\n 463 521 l 1\n 551 521 l 1\n 395 -211 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0570\nEncoding: 1392 1392 657\nWidth: 533\nFlags: W\nHStem: 0 21G<-10 78 324 412>\nDStem: 142 716 230 716 -10 0 175 459 142 716 138 284 -10 0 78 0 394 329 482 329 324 0 412 0\nFore\n-10 0 m 1\n 142 716 l 1\n 230 716 l 1\n 175 459 l 1\n 226 506 284 530 346 530 c 0\n 419 530 474 502 488 445 c 0\n 497 418 489 363 482 329 c 2\n 412 0 l 1\n 324 0 l 1\n 394 329 l 2\n 411 412 386 453 312 455 c 0\n 250 455 201 421 174 380 c 0\n 159 356 147 324 138 284 c 2\n 78 0 l 1\n -10 0 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0571\nEncoding: 1393 1393 658\nWidth: 548\nFlags: W\nHStem: -14 70<179 202> 0 21G<318 395> 716 20G<288 360>\nVStem: 9 89.8883<183 204.858>\nFore\n454 276 m 2\n 395 0 l 1\n 318 0 l 1\n 332 63 l 1\n 324 50 306 34 280 15 c 0\n 255 -4 222 -14 180 -14 c 0\n 89 -14 35 38 17 115 c 1\n 12 136 10 158 9 183 c 1\n 9 216 17 260 28 291 c 0\n 42 329 76 380 107 411 c 0\n 110 415 114 418 117 420 c 0\n 148 453 188 485 240 518 c 0\n 305 558 343 586 355 602 c 1\n 356 604 343 607 315 610 c 0\n 289 613 267 617 251 621 c 0\n 236 625 228 633 227 645 c 1\n 232 678 269 718 288 736 c 1\n 360 736 l 1\n 356 728 350 719 342 709 c 128\n 334 699 329 692 329 688 c 0\n 327 682 331 677 340 673 c 1\n 395 665 l 1\n 416 665 424 663 439 659 c 1\n 448 655 l 2\n 457 650 460 639 456 620 c 0\n 449 587 381 543 344 517 c 1\n 415 502 458 448 461 363 c 0\n 463 336 461 307 454 276 c 2\n203 56 m 0\n 280 56 322 116 353 176 c 0\n 355 183 357 188 359 191 c 0\n 361 195 374 237 375 243 c 128\n 376 249 377 254 379 258 c 0\n 389 308 393 361 371 396 c 1\n 361 426 330 453 292 453 c 2\n 280 453 l 2\n 276 453 270 452 263 449 c 0\n 236 442 206 421 172 384 c 0\n 139 348 117 306 107 256 c 0\n 95 199 96 151 112 113 c 128\n 128 75 158 57 203 56 c 0\nEndSplineSet\nEndChar\nStartChar: uni0572\nEncoding: 1394 1394 659\nWidth: 552\nFlags: W\nHStem: -209 63<368 455> 0 21G<6 92> 440 75<327 363>\nDStem: 114 505 196 505 6 0 178 422 114 505 152 281 6 0 92 0 388 347 481 385 270 -209 368 -146\nFore\n455 -209 m 1\n 270 -209 l 1\n 388 347 l 2\n 401 409 381 439 327 440 c 0\n 255 440 212 403 181 357 c 0\n 163 323 161 316 152 281 c 2\n 92 0 l 1\n 6 0 l 1\n 114 505 l 1\n 196 505 l 1\n 178 422 l 1\n 210 453 l 1\n 244 490 291 515 363 515 c 0\n 411 515 445 503 464 474 c 0\n 479 453 490 421 481 385 c 2\n 368 -146 l 1\n 468 -146 l 1\n 455 -209 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0573\nEncoding: 1395 1395 660\nWidth: 552\nFlags: W\nHStem: 0 70<75 359>\nVStem: 362.077 78.923<143.125 186.639>\nFore\n574 683 m 1\n 475 600 l 1\n 345 486 l 1\n 410 393 441 293 441 143 c 1\n 436 87 l 1\n 429 61 428 22 418 0 c 1\n -33 0 l 1\n -23 75 6 140 35 203 c 0\n 87 299 148 379 225 461 c 1\n 172 510 l 1\n 234 574 l 1\n 286 524 l 1\n 359 595 456 675 536 731 c 1\n 574 683 l 1\n359 70 m 1\n 365 153 364 236 340 301 c 1\n 338 326 319 366 308 385 c 0\n 294 410 286 422 283 422 c 1\n 281 420 241 371 238 368 c 0\n 173 287 98 173 75 70 c 1\n 359 70 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0574\nEncoding: 1396 1396 661\nWidth: 544\nFlags: W\nHStem: -10 75<141 177> 0 21G<309 393> 657 68<434 528>\nVStem: 301.035 83.7396<623 627> 398.781 85.2309<432 443>\nDStem: 104 505 190 505 21 115 116 153 397 417 481 414 353 214 393 0\nFore\n257 20 m 1\n 233 3 186 -10 142 -10 c 0\n 78 -10 45 14 25 56 c 1\n 20 73 17 95 21 115 c 1\n 104 505 l 1\n 190 505 l 1\n 116 153 l 2\n 102 92 121 65 177 65 c 0\n 269 65 315 113 342 177 c 0\n 346 188 350 201 353 214 c 1\n 397 417 l 2\n 401 437 398 453 391 466 c 0\n 383 480 370 497 349 518 c 0\n 331 539 317 558 308 576 c 0\n 289 619 309 673 335 694 c 0\n 361 718 415 725 466 725 c 2\n 530 725 l 0\n 535 725 539 725 543 724 c 1\n 528 656 l 1\n 445 657 l 2\n 412 657 397 655 386 634 c 1\n 381 616 392 601 403 587 c 2\n 441 538 l 1\n 460 513 l 2\n 477 488 491 456 481 414 c 2\n 393 0 l 1\n 309 0 l 1\n 321 56 l 1\n 295 41 l 1\n 257 20 l 1\nEndSplineSet\nEndChar\nStartChar: uni0575\nEncoding: 1397 1397 662\nWidth: 222\nFlags: W\nHStem: -210 77<-59 -41>\nDStem: 142 519 230 519 27 -26 114 -28\nFore\n-122 -201 m 1\n -89 -126 l 1\n -71 -131 -58 -133 -49 -133 c 0\n -15 -133 1 -115 11 -84 c 0\n 16 -74 23 -43 27 -26 c 2\n 142 519 l 1\n 230 519 l 1\n 114 -28 l 2\n 93 -133 57 -210 -54 -210 c 0\n -79 -210 -102 -208 -122 -201 c 1\nEndSplineSet\nEndChar\nStartChar: uni0576\nEncoding: 1398 1398 663\nWidth: 544\nFlags: W\nHStem: 0 21G<310 390> 665 61<354 386>\nDStem: 112 537 190 511 21 112 112 148 328 83 497 505 310 0 390 0 410 505 497 505 345 198 390 0\nFore\n390 0 m 1\n 310 0 l 1\n 328 83 l 1\n 293 53 l 1\n 293 53 266 25 255 19 c 0\n 226 -0 187 -8 142 -10 c 0\n 115 -10 99 -6 79 0 c 1\n 64 9 l 2\n 40 25 23 48 19 79 c 1\n 21 112 l 1\n 112 537 l 1\n 126 596 167 651 208 684 c 0\n 244 712 286 726 334 726 c 2\n 399 726 l 1\n 386 665 l 1\n 297 665 248 647 218 592 c 0\n 207 570 205 561 196 537 c 0\n 194 529 193 521 190 511 c 1\n 112 148 l 2\n 107 121 110 102 120 86 c 0\n 135 68 145 63 174 61 c 0\n 181 61 188 62 196 63 c 0\n 219 63 247 75 264 83 c 0\n 306 107 327 151 345 198 c 1\n 410 505 l 1\n 497 505 l 1\n 390 0 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni0577\nEncoding: 1399 1399 664\nWidth: 456\nFlags: W\nHStem: -209 61<153 187 217 317>\nFore\n169 376 m 1\n 138 434 l 1\n 179 474 232 507 299 510 c 0\n 385 510 454 438 432 338 c 0\n 417 269 372 222 329 173 c 1\n 285 125 l 1\n 285 125 158 -11 122 -56 c 0\n 101 -81 88 -102 85 -117 c 1\n 84 -138 114 -148 175 -148 c 2\n 187 -148 l 1\n 230 -145 282 -146 330 -146 c 1\n 317 -209 l 1\n 190 -209 l 2\n 123 -209 112 -208 72 -205 c 1\n 61 -204 l 1\n 51 -202 l 2\n 48 -202 45 -201 42 -199 c 0\n 36 -198 31 -197 29 -194 c 1\n 16 -189 6 -182 -1 -172 c 1\n -4 -163 -5 -148 -6 -128 c 1\n 3 -85 41 -46 68 -13 c 1\n 232 165 l 1\n 283 222 l 1\n 332 278 l 2\n 352 301 362 334 351 374 c 0\n 340 405 318 432 278 432 c 0\n 244 432 208 414 169 376 c 1\nEndSplineSet\nEndChar\nStartChar: uni0578\nEncoding: 1400 1400 665\nWidth: 556\nFlags: W\nHStem: -1 21G<13 101 346 434> 454 75<334 369>\nDStem: 123 518 202 518 13 -1 186 441 123 518 160 277 13 -1 101 -1 407 287 502 320 346 -1 434 -1\nFore\n434 -1 m 1\n 346 -1 l 1\n 407 287 l 2\n 417 335 422 366 420 379 c 1\n 422 427 384 454 335 454 c 0\n 309 454 283 447 258 434 c 0\n 200 405 178 356 160 277 c 1\n 101 -1 l 1\n 13 -1 l 1\n 123 518 l 1\n 202 518 l 1\n 186 441 l 1\n 238 500 299 529 369 529 c 0\n 428 529 478 505 500 468 c 0\n 509 452 513 431 513 402 c 0\n 515 389 506 339 502 320 c 2\n 434 -1 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni0579\nEncoding: 1401 1401 666\nWidth: 390\nFlags: W\nHStem: -209 61<136 279>\nVStem: 225.913 90.312<196 198>\nDStem: 217 174 281 143 114 62 192 49\nFore\n279 -209 m 1\n 172 -209 l 2\n 122 -209 89 -208 70 -206 c 0\n 53 -206 38 -202 25 -199 c 1\n 9 -193 -8 -186 -16 -172 c 1\n -20 -163 -23 -148 -23 -128 c 1\n -21 -109 l 1\n -13 -75 14 -46 36 -21 c 1\n 114 62 l 1\n 217 174 l 1\n 245 207 200 242 179 259 c 0\n 164 271 152 283 141 295 c 128\n 130 307 124 319 122 332 c 1\n 127 356 203 443 236 476 c 1\n 280 521 l 1\n 362 502 l 1\n 272 417 l 2\n 238 382 219 358 216 344 c 0\n 215 341 215 339 217 338 c 2\n 266 284 l 2\n 287 263 301 246 309 234 c 0\n 329 199 309 172 281 143 c 2\n 192 49 l 1\n 192 49 115 -31 85 -71 c 0\n 71 -89 70 -95 68 -117 c 1\n 69 -138 98 -148 155 -148 c 2\n 166 -148 l 1\n 172 -147 177 -147 184 -147 c 1\n 192 -147 l 2\n 197 -147 200 -147 201 -146 c 2\n 293 -146 l 1\n 279 -209 l 1\nEndSplineSet\nEndChar\nStartChar: uni057A\nEncoding: 1402 1402 667\nWidth: 833\nFlags: W\nHStem: -10 76<191 226 497 533>\nVStem: 61.362 91.1865<122 124>\nDStem: 143 520 231 520 67 164 161 193 450 520 538 520 386 219 466 183 672 74 846 520 611 -213 690 -213 758 520 846 520 701 251 690 -213\nFore\n690 -213 m 1\n 611 -213 l 1\n 672 74 l 1\n 638 31 570 -10 497 -10 c 0\n 427 -10 377 19 371 81 c 1\n 317 20 257 -10 191 -10 c 0\n 85 -10 44 48 67 164 c 1\n 143 520 l 1\n 231 520 l 1\n 161 193 l 2\n 150 136 144 107 176 80 c 0\n 189 71 206 66 226 66 c 0\n 262 66 295 78 324 102 c 0\n 354 126 374 165 386 219 c 2\n 450 520 l 1\n 538 520 l 1\n 466 183 l 2\n 451 109 465 66 533 66 c 0\n 594 66 635 100 663 142 c 0\n 678 167 691 203 701 251 c 2\n 758 520 l 1\n 846 520 l 1\n 690 -213 l 1\nEndSplineSet\nEndChar\nStartChar: uni057B\nEncoding: 1403 1403 668\nWidth: 509\nFlags: W\nHStem: -209 61<186 334> 458 74<297 318>\nVStem: 68.4737 69.5263<286 292> 176.985 56.1239<78 80> 428 71.498<347 349>\nFore\n94 393 m 0\n 120 448 166 486 224 511 c 0\n 258 525 289 532 318 532 c 2\n 351 531 l 2\n 358 531 373 528 379 525 c 0\n 397 521 414 514 429 503 c 1\n 484 470 512 403 495 312 c 0\n 483 255 459 212 427 166 c 2\n 397 129 l 1\n 361 90 l 2\n 335 64 308 44 273 18 c 2\n 209 -26 l 2\n 183 -44 162 -61 143 -76 c 0\n 88 -122 107 -147 217 -148 c 2\n 228 -148 l 1\n 233 -147 239 -147 245 -147 c 1\n 253 -147 l 2\n 258 -147 261 -147 263 -146 c 2\n 348 -146 l 1\n 334 -209 l 1\n 187 -209 l 1\n 139 -209 105 -208 85 -206 c 0\n 48 -202 22 -186 18 -149 c 1\n 19 -137 l 1\n 25 -105 60 -79 83 -57 c 1\n 102 -40 l 2\n 122 -23 138 -6 153 10 c 0\n 184 46 189 88 150 130 c 2\n 119 165 l 1\n 89 195 l 2\n 66 218 64 287 74 333 c 1\n 78 344 85 379 94 393 c 0\n230 53 m 1\n 233 55 239 60 248 67 c 2\n 277 93 l 2\n 299 111 351 164 368 191 c 0\n 405 241 415 270 427 325 c 2\n 427 338 l 2\n 427 342 428 345 428 349 c 0\n 427 352 427 356 426 362 c 0\n 421 404 410 426 372 442 c 0\n 348 453 324 458 297 458 c 0\n 228 458 187 422 158 373 c 0\n 145 350 137 333 137 304 c 0\n 137 297 137 292 138 289 c 0\n 138 271 154 242 164 226 c 0\n 167 220 174 212 182 201 c 1\n 202 181 l 2\n 228 152 240 111 230 53 c 1\nEndSplineSet\nEndChar\nStartChar: uni057C\nEncoding: 1404 1404 669\nWidth: 547\nFlags: W\nHStem: -2 78<228 230> -2 81<290 388> -1 21G<24 112>\nVStem: 437.099 86.0286<365 383>\nDStem: 134 518 213 518 24 -1 197 441 134 518 171 277 24 -1 112 -1\nFore\n352 191 m 0\n 382 225 423 286 434 338 c 0\n 443 386 432 412 408 434 c 0\n 393 447 373 453 346 454 c 0\n 283 454 236 420 207 378 c 0\n 192 355 180 321 171 277 c 2\n 112 -1 l 1\n 24 -1 l 1\n 134 518 l 1\n 213 518 l 1\n 197 441 l 1\n 249 500 309 529 379 529 c 0\n 437 529 490 504 511 468 c 0\n 523 451 526 381 522 355 c 0\n 515 320 509 304 489 275 c 0\n 480 259 441 203 426 193 c 1\n 290 79 l 1\n 406 79 l 1\n 388 -2 l 1\n 212 -1 l 1\n 228 76 l 1\n 230 76 242 86 268 108 c 0\n 298 134 326 162 352 191 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni057D\nEncoding: 1405 1405 670\nWidth: 533\nFlags: W\nHStem: -12 76<185 219> 0 21G<352 430>\nVStem: 40 91.9015<114 133>\nDStem: 120 519 208 519 52 197 147 231 368 76 540 519 352 0 430 0 452 519 540 519 393 241 430 0\nFore\n352 0 m 1\n 368 76 l 1\n 316 18 255 -12 185 -12 c 0\n 129 -12 74 14 54 49 c 0\n 44 66 40 88 40 115 c 0\n 40 137 47 173 52 197 c 2\n 120 519 l 1\n 208 519 l 1\n 147 231 l 2\n 133 165 117 118 156 84 c 0\n 171 71 192 64 219 64 c 0\n 281 64 331 99 357 140 c 0\n 372 163 384 197 393 241 c 2\n 452 519 l 1\n 540 519 l 1\n 430 0 l 1\n 352 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni057E\nEncoding: 1406 1406 671\nWidth: 610\nFlags: W\nHStem: -5 76<195 230>\nDStem: 128 521 216 521 59 197 147 197 366 66 593 716 308 -210 409 -136 505 716 593 716 404 242 409 -136\nFore\n308 -210 m 1\n 366 66 l 1\n 315 19 258 -4 195 -5 c 0\n 122 -5 67 23 53 80 c 0\n 47 108 49 146 59 197 c 1\n 128 521 l 1\n 216 521 l 1\n 147 197 l 2\n 130 115 155 71 230 71 c 0\n 291 71 341 105 367 146 c 0\n 382 169 395 201 404 242 c 2\n 505 716 l 1\n 593 716 l 1\n 409 -136 l 1\n 497 -136 l 1\n 481 -211 l 1\n 308 -210 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni057F\nEncoding: 1407 1407 672\nWidth: 887\nFlags: W\nHStem: -13 76<192 227> -1 21G<360 444 689 777> 454 75<678 712>\nVStem: 764 93<379 402>\nDStem: 128 518 216 518 60 196 155 230\nFore\n777 -1 m 1\n 689 -1 l 1\n 750 287 l 2\n 760 335 765 366 764 379 c 0\n 764 427 728 454 679 454 c 0\n 616 454 567 421 540 378 c 0\n 525 355 513 321 503 277 c 1\n 444 -1 l 1\n 360 -1 l 1\n 376 75 l 1\n 324 17 262 -13 192 -13 c 0\n 135 -13 83 14 61 48 c 0\n 52 65 48 87 47 114 c 0\n 50 144 53 165 60 196 c 2\n 128 518 l 1\n 216 518 l 1\n 155 230 l 2\n 141 164 125 117 164 83 c 0\n 179 70 200 63 227 63 c 0\n 288 63 340 98 365 139 c 0\n 380 162 392 196 401 240 c 2\n 460 518 l 1\n 545 518 l 1\n 529 441 l 1\n 581 500 642 529 712 529 c 0\n 773 529 820 504 844 468 c 0\n 852 452 856 431 857 402 c 0\n 857 360 788 49 777 -1 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0580\nEncoding: 1408 1408 673\nWidth: 556\nFlags: W\nHStem: -1 21G<368 456> 454 75<357 392>\nDStem: 145 518 224 518 -10 -211 208 441 145 518 182 277 -10 -211 78 -211\nFore\n456 -1 m 1\n 368 -1 l 1\n 429 287 l 2\n 439 335 444 366 443 379 c 1\n 444 402 435 419 420 433 c 128\n 405 447 385 454 358 454 c 0\n 296 454 246 420 219 378 c 0\n 205 355 192 321 182 277 c 1\n 78 -211 l 1\n -10 -211 l 1\n 145 518 l 1\n 224 518 l 1\n 208 441 l 1\n 260 500 322 529 392 529 c 0\n 451 529 501 504 523 468 c 0\n 531 452 536 431 536 402 c 0\n 536 360 467 49 456 -1 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni0581\nEncoding: 1409 1409 674\nWidth: 545\nFlags: W\nHStem: -209.716 71.7163<190 194> 0 73<221 247> 458 72<313 338>\nVStem: 46.2905 92.0779<173 207>\nFore\n7 -43 m 1\n 89 -56 l 1\n 84 -118 130 -136 191 -138 c 0\n 275 -138 321 -104 350 -45 c 1\n 357 -26 368 12 380 68 c 1\n 333 23 280 0 222 0 c 0\n 151 0 101 25 72 77 c 0\n 17 182 58 317 110 398 c 0\n 154 470 230 530 336 530 c 0\n 397 530 442 506 471 456 c 1\n 484 519 l 1\n 565 519 l 1\n 470 70 l 2\n 442 -61 412 -133 315 -180 c 0\n 274 -200 228 -210 176 -210 c 0\n 93 -210 20 -184 4 -117 c 0\n -1 -97 1 -72 7 -43 c 1\n174 352 m 0\n 145 296 120 172 154 120 c 0\n 175 88 206 73 247 73 c 0\n 286 73 323 88 357 120 c 0\n 391 151 415 199 430 266 c 0\n 443 329 439 377 418 409 c 128\n 397 441 366 458 326 458 c 0\n 287 458 251 442 216 410 c 0\n 200 396 187 376 174 352 c 0\nEndSplineSet\nEndChar\nStartChar: uni0582\nEncoding: 1410 1410 675\nWidth: 352\nFlags: W\nHStem: 0 62<121 233>\nDStem: 130 505 215 505 22 0 121 62\nFore\n215 505 m 1\n 121 62 l 1\n 247 62 l 1\n 233 0 l 1\n 22 0 l 1\n 130 505 l 1\n 215 505 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0583\nEncoding: 1411 1411 676\nWidth: 853\nFlags: W\nHStem: -13 76<163 196> -1 21G<659 747> 454 75<648 682>\nVStem: 18 93<114 137>\nDStem: 98 518 186 518 30 196 125 230 346 75 474 277 286 -206 371 -206 475 723 559 723 372 240 499 441 720 287 815 320 659 -1 747 -1\nFore\n747 -1 m 1\n 659 -1 l 1\n 720 287 l 2\n 730 335 736 366 735 379 c 0\n 735 402 727 419 711 433 c 0\n 696 447 676 454 649 454 c 0\n 587 454 539 420 510 378 c 0\n 496 355 483 321 474 277 c 2\n 371 -206 l 1\n 286 -206 l 1\n 346 75 l 1\n 294 17 233 -13 163 -13 c 0\n 106 -13 54 13 32 48 c 0\n 23 65 19 87 18 114 c 0\n 18 131 25 175 30 196 c 2\n 98 518 l 1\n 186 518 l 1\n 125 230 l 2\n 115 181 110 150 111 137 c 0\n 111 90 146 63 196 63 c 0\n 259 63 308 98 336 139 c 0\n 350 162 362 196 372 240 c 1\n 475 723 l 1\n 559 723 l 1\n 499 441 l 1\n 551 500 612 529 682 529 c 0\n 742 529 791 504 815 468 c 1\n 822 452 827 431 828 402 c 0\n 823 364 823 358 815 320 c 2\n 747 -1 l 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0584\nEncoding: 1412 1412 677\nWidth: 588\nFlags: W\nHStem: -124 58<-23 66 164 461> 449 69<400 423>\nVStem: 513.027 85.9728<340.031 363.865>\nDStem: 66 -124 152 -124 48 -209 134 -209 200 505 199 99 78 -66 164 -66\nFore\n421 518 m 0\n 514 518 568 475 592 402 c 0\n 596 385 599 364 599 340 c 1\n 594 234 563 157 500 105 c 1\n 470 77 419 48 369 39 c 0\n 353 36 336 35 315 34 c 0\n 257 34 222 60 199 99 c 1\n 164 -66 l 1\n 473 -66 l 1\n 461 -124 l 1\n 152 -124 l 1\n 134 -209 l 1\n 48 -209 l 1\n 66 -124 l 1\n -34 -124 l 1\n -22 -66 l 1\n 78 -66 l 1\n 200 505 l 1\n 281 505 l 1\n 267 440 l 1\n 274 453 292 469 319 489 c 0\n 345 508 378 518 421 518 c 0\n402 449 m 0\n 305 449 256 363 236 273 c 0\n 218 184 246 104 326 100 c 0\n 333 100 340 100 346 101 c 0\n 386 101 421 122 443 144 c 0\n 472 173 493 224 504 273 c 0\n 518 338 520 398 479 428 c 0\n 461 442 436 449 402 449 c 0\nEndSplineSet\nEndChar\nStartChar: uni0585\nEncoding: 1413 1413 678\nWidth: 579\nFlags: W\nHStem: -12 73<233 253> 458 71.0475<326 344>\nVStem: 39.9784 92.1561<171 197> 453.335 92.4622<323 343>\nFore\n50 259 m 0\n 77 391 145 476 258 515 c 0\n 288 525 319 530 351 530 c 0\n 421 530 474 507 510 459 c 0\n 546 413 555 349 538 267 c 0\n 511 145 463 67 367 20 c 0\n 325 -1 281 -11 235 -12 c 0\n 163 -12 109 11 74 58 c 0\n 39 104 31 171 50 259 c 0\n140 259 m 0\n 126 193 129 143 152 110 c 1\n 173 77 207 61 251 61 c 0\n 294 61 333 77 369 110 c 0\n 407 144 431 194 446 262 c 0\n 459 325 455 373 432 407 c 0\n 411 440 378 457 335 458 c 0\n 291 458 252 441 216 408 c 128\n 180 375 155 326 140 259 c 0\nEndSplineSet\nEndChar\nStartChar: uni0586\nEncoding: 1414 1414 679\nWidth: 690\nFlags: W\nHStem: -2 70<168 225 327 376>\nVStem: 14.6077 79.1811<126 128> 153.649 84.9209<558 562> 546.859 84.1406<302 336>\nDStem: 225 -1 312 -1 181 -209 268 -209 317 434 404 434 240 68 327 68 364 659 464 725 331 502 417 502\nFore\n225 -1 m 1\n 207 -2 188 -2 169 -2 c 1\n 157 0 l 2\n 149 0 140 1 131 3 c 2\n 113 8 l 2\n 84 15 59 29 38 50 c 0\n 15 72 9 102 17 142 c 1\n 95 142 l 1\n 85 93 133 68 240 68 c 1\n 317 434 l 1\n 296 433 l 2\n 256 433 221 445 189 468 c 0\n 127 514 155 618 200 661 c 0\n 245 706 295 722 374 725 c 1\n 464 725 l 1\n 417 502 l 1\n 478 502 l 2\n 565 502 613 454 627 380 c 0\n 630 362 631 343 631 323 c 0\n 631 304 629 284 624 263 c 0\n 601 156 555 77 475 32 c 0\n 437 11 398 0 357 0 c 2\n 312 -1 l 1\n 268 -209 l 1\n 181 -209 l 1\n 225 -1 l 1\n404 434 m 1\n 327 68 l 1\n 364 68 l 2\n 465 68 520 165 540 259 c 0\n 565 375 530 434 436 434 c 2\n 404 434 l 1\n331 502 m 1\n 364 659 l 1\n 296 659 253 640 241 584 c 0\n 228 517 268 502 331 502 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni0587\nEncoding: 1415 1415 680\nWidth: 545\nFlags: W\nDStem: 148 723 234 723 19 115 113 155 379 356 465 356 348 210 403 71\nFore\n113 155 m 2\n 101 96 119 67 174 67 c 0\n 277 67 328 128 348 210 c 1\n 379 356 l 1\n 465 356 l 1\n 403 71 l 1\n 483 71 l 1\n 470 3 l 1\n 306 2 l 1\n 324 84 l 1\n 293 53 l 2\n 270 30 244 12 203 0 c 0\n 184 -5 163 -7 139 -8 c 0\n 84 -8 36 20 21 63 c 0\n 16 80 16 97 19 115 c 1\n 148 723 l 1\n 234 723 l 1\n 113 155 l 2\nEndSplineSet\nMinimumDistance: x4,-1 \nLigature: 8 1 'liga' uni0565 uni0582\nEndChar\nStartChar: uni0589\nEncoding: 1417 1417 681\nWidth: 278\nFlags: W\nHStem: 0 21G<35 135>\nDStem: 56 100 156 100 35 0 135 0 145 519 245 519 124 418 224 418\nFore\n124 418 m 1\n 145 519 l 1\n 245 519 l 1\n 224 418 l 1\n 124 418 l 1\n35 0 m 1\n 56 100 l 1\n 156 100 l 1\n 135 0 l 1\n 35 0 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni058A\nEncoding: 1418 1418 682\nWidth: 367\nFlags: W\nFore\n292 203 m 1\n 241 179 200 168 134 166 c 0\n 86 166 47 177 6 187 c 1\n 68 263 l 1\n 88 249 93 243 124 229 c 1\n 141 224 160 221 182 220 c 0\n 209 220 238 225 272 235 c 1\n 292 203 l 1\nEndSplineSet\nEndChar\nStartChar: afii57799\nEncoding: 1456 1456 683\nWidth: 70\nFlags: HW\nHStem: -254 71 -131 71<-133 -77>\nFore\n-159 -184 m 1\n -88 -184 l 1\n -103 -254 l 1\n -174 -254 l 1\n -159 -184 l 1\n-133 -60 m 1\n -62 -60 l 1\n -77 -131 l 1\n -148 -131 l 1\n -133 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57801\nEncoding: 1457 1457 684\nWidth: 335\nFlags: HW\nHStem: -254 71 -131 71<-133 -77 -3 52 132 188>\nFore\n-133 -60 m 1\n -62 -60 l 1\n -77 -131 l 1\n -148 -131 l 1\n -133 -60 l 1\n-3 -60 m 1\n 67 -60 l 1\n 52 -131 l 1\n -18 -131 l 1\n -3 -60 l 1\n-94 -184 m 1\n -24 -184 l 1\n -39 -254 l 1\n -109 -254 l 1\n -94 -184 l 1\n106 -184 m 1\n 176 -184 l 1\n 161 -254 l 1\n 91 -254 l 1\n 106 -184 l 1\n132 -60 m 1\n 203 -60 l 1\n 188 -131 l 1\n 117 -131 l 1\n 132 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57800\nEncoding: 1458 1458 685\nWidth: 329\nFlags: HW\nHStem: -254 71 -131 71<-133 40 126 182>\nFore\n-133 -60 m 1\n 55 -60 l 1\n 40 -131 l 1\n -148 -131 l 1\n -133 -60 l 1\n100 -184 m 1\n 170 -184 l 1\n 155 -254 l 1\n 85 -254 l 1\n 100 -184 l 1\n126 -60 m 1\n 197 -60 l 1\n 182 -131 l 1\n 111 -131 l 1\n 126 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57802\nEncoding: 1459 1459 686\nWidth: 329\nFlags: HW\nHStem: -254 71 -131 71<-133 -89 -18 40 -18 -18 126 182>\nFore\n100 -184 m 1\n 170 -184 l 1\n 155 -254 l 1\n 85 -254 l 1\n 100 -184 l 1\n126 -60 m 1\n 197 -60 l 1\n 182 -131 l 1\n 111 -131 l 1\n 126 -60 l 1\n-18 -131 m 1\n -43 -248 l 1\n -114 -248 l 1\n -89 -131 l 1\n -148 -131 l 1\n -133 -60 l 1\n 55 -60 l 1\n 40 -131 l 1\n -18 -131 l 1\nEndSplineSet\nEndChar\nStartChar: afii57793\nEncoding: 1460 1460 687\nWidth: 70\nFlags: HW\nHStem: -131 71<-133 -77>\nFore\n-133 -60 m 1\n -62 -60 l 1\n -77 -131 l 1\n -148 -131 l 1\n -133 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57794\nEncoding: 1461 1461 688\nWidth: 200\nFlags: HW\nHStem: -131 71<-133 -77 -3 52>\nFore\n-133 -60 m 1\n -62 -60 l 1\n -77 -131 l 1\n -148 -131 l 1\n -133 -60 l 1\n-3 -60 m 1\n 67 -60 l 1\n 52 -131 l 1\n -18 -131 l 1\n -3 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57795\nEncoding: 1462 1462 689\nWidth: 200\nFlags: HW\nHStem: -254 71 -131 71<-133 -77 -3 52>\nFore\n-133 -60 m 1\n -62 -60 l 1\n -77 -131 l 1\n -148 -131 l 1\n -133 -60 l 1\n-3 -60 m 1\n 67 -60 l 1\n 52 -131 l 1\n -18 -131 l 1\n -3 -60 l 1\n-94 -184 m 1\n -24 -184 l 1\n -39 -254 l 1\n -109 -254 l 1\n -94 -184 l 1\nEndSplineSet\nEndChar\nStartChar: afii57798\nEncoding: 1463 1463 690\nWidth: 188\nFlags: HW\nHStem: -131 71<-133 40>\nFore\n-133 -60 m 1\n 55 -60 l 1\n 40 -131 l 1\n -148 -131 l 1\n -133 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57797\nEncoding: 1464 1464 691\nWidth: 188\nFlags: HW\nHStem: -131 71<-133 -89 -18 40 -18 -18>\nFore\n-18 -131 m 1\n -43 -248 l 1\n -114 -248 l 1\n -89 -131 l 1\n -148 -131 l 1\n -133 -60 l 1\n 55 -60 l 1\n 40 -131 l 1\n -18 -131 l 1\nEndSplineSet\nEndChar\nStartChar: afii57806\nEncoding: 1465 1465 692\nWidth: 70\nFlags: HW\nHStem: 660 71<35 91>\nFore\n35 731 m 1\n 106 731 l 1\n 91 660 l 1\n 20 660 l 1\n 35 731 l 1\nEndSplineSet\nEndChar\nStartChar: afii57796\nEncoding: 1467 1467 693\nWidth: 329\nFlags: HW\nHStem: -254 71 -189 71 -131 71<-133 -77>\nFore\n100 -184 m 1\n 170 -184 l 1\n 155 -254 l 1\n 85 -254 l 1\n 100 -184 l 1\n-16 -119 m 1\n 55 -119 l 1\n 40 -189 l 1\n -31 -189 l 1\n -16 -119 l 1\n-133 -60 m 1\n -62 -60 l 1\n -77 -131 l 1\n -148 -131 l 1\n -133 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57807\nEncoding: 1468 1468 694\nWidth: 70\nFlags: HW\nHStem: 270 71<-48 8>\nFore\n-48 341 m 1\n 23 341 l 1\n 8 270 l 1\n -63 270 l 1\n -48 341 l 1\nEndSplineSet\nEndChar\nStartChar: afii57839\nEncoding: 1469 1469 695\nWidth: 70\nFlags: HW\nHStem: -248 188<-133 -102>\nFore\n-62 -60 m 1\n -102 -248 l 1\n -173 -248 l 1\n -133 -60 l 1\n -62 -60 l 1\nEndSplineSet\nEndChar\nStartChar: afii57645\nEncoding: 1470 1470 696\nWidth: 488\nFlags: HW\nHStem: 524 76<45 425>\nFore\n425 524 m 1\n 29 524 l 1\n 45 600 l 1\n 441 600 l 1\n 425 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii57841\nEncoding: 1471 1471 697\nWidth: 200\nFlags: HW\nHStem: 660 71<35 220>\nFore\n35 731 m 1\n 235 731 l 1\n 220 660 l 1\n 20 660 l 1\n 35 731 l 1\nEndSplineSet\nEndChar\nStartChar: afii57842\nEncoding: 1472 1472 698\nWidth: 212\nFlags: HW\nFore\n-79 -100 m 1\n 91 700 l 1\n 178 700 l 1\n 8 -100 l 1\n -79 -100 l 1\nEndSplineSet\nEndChar\nStartChar: afii57804\nEncoding: 1473 1473 699\nWidth: 0\nFlags: HW\nHStem: 640 71<670 726>\nFore\n670 711 m 1\n 741 711 l 1\n 726 640 l 1\n 655 640 l 1\n 670 711 l 1\nEndSplineSet\nEndChar\nStartChar: afii57803\nEncoding: 1474 1474 700\nWidth: 0\nFlags: HW\nHStem: 640 71<101 157>\nFore\n101 711 m 1\n 172 711 l 1\n 157 640 l 1\n 86 640 l 1\n 101 711 l 1\nEndSplineSet\nEndChar\nStartChar: afii57658\nEncoding: 1475 1475 701\nWidth: 278\nFlags: HW\nRef: 58 58 N 1 0 0 1 0 0\nEndChar\nStartChar: uni05C4\nEncoding: 1476 1476 702\nWidth: 70\nFlags: HW\nHStem: 660 71<35 91>\nFore\n35 731 m 1\n 106 731 l 1\n 91 660 l 1\n 20 660 l 1\n 35 731 l 1\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 703\nWidth: 640\nFlags: HW\nFore\n201 325 m 1\n 186 316 171 306 163 297 c 0\n 103 236 78 210 63 141 c 1\n 33 0 l 1\n -54 0 l 1\n -24 141 l 1\n -7 227 40 280 100 340 c 0\n 122 361 148 378 169 390 c 1\n 65 600 l 1\n 168 600 l 1\n 327 275 l 1\n 341 284 357 294 365 303 c 0\n 423 362 448 385 463 450 c 1\n 495 600 l 1\n 582 600 l 1\n 550 450 l 1\n 533 366 484 315 427 260 c 0\n 406 239 379 222 359 210 c 1\n 462 0 l 1\n 360 0 l 1\n 201 325 l 1\nEndSplineSet\nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 704\nWidth: 591\nFlags: HW\nHStem: 0 76<-46 301 388 446> 524 76<65 189>\nFore\n301 76 m 1\n 364 371 l 1\n 363 411 362 431 342 465 c 0\n 332 480 332 480 313 491 c 0\n 270 514 243 516 189 524 c 1\n 49 524 l 1\n 65 600 l 1\n 211 600 l 1\n 276 592 314 587 368 558 c 0\n 391 547 410 531 422 509 c 0\n 448 464 454 433 452 378 c 1\n 388 76 l 1\n 462 76 l 1\n 446 0 l 1\n -62 0 l 1\n -46 76 l 1\n 301 76 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 705\nWidth: 466\nFlags: HW\nHStem: 0 203<225 225 225 241> 524 76<99 110.5>\nFore\n239 172 m 1\n 27 0 l 1\n -90 0 l 1\n 160 203 l 1\n 241 203 l 1\n 255 370 l 1\n 258 415 254 428 233 465 c 1\n 223 480 223 480 204 491 c 0\n 155 516 138 524 83 524 c 1\n 99 600 l 1\n 168 600 211 584 260 558 c 0\n 282 547 301 531 314 509 c 0\n 339 468 348 430 343 379 c 1\n 313 0 l 1\n 225 0 l 1\n 239 172 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 706\nWidth: 598\nFlags: HW\nHStem: 524 76<45 364 451 534 451 451>\nFore\n451 524 m 1\n 340 0 l 1\n 253 0 l 1\n 364 524 l 1\n 29 524 l 1\n 45 600 l 1\n 550 600 l 1\n 534 524 l 1\n 451 524 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 707\nWidth: 622\nFlags: HW\nHStem: 0 375 524 76\nVStem: 442 89\nFore\n530 378 m 1\n 529.703 378.234 l 1\n 449.703 0.234375 l 1\n 362.703 0.234375 l 1\n 441.703 372.234 l 1\n 441.703 413.234 443.703 433.234 426.703 467.234 c 0\n 417.703 483.234 418.703 482.234 403.703 492.234 c 0\n 369.703 514.234 347.703 517.234 303.703 524.234 c 1\n 54.7031 524.234 l 1\n 70.7031 600.234 l 1\n 326.703 600.234 l 1\n 384.703 592.234 417.703 585.234 463.703 557.234 c 0\n 484.703 544.234 499.703 527.234 508.703 507.234 c 0\n 530.703 461.234 532.703 430.234 530 378 c 1\n-57.2969 0.234375 m 1\n 22.7031 375.234 l 1\n 109.703 375.234 l 1\n 29.7031 0.234375 l 1\n -57.2969 0.234375 l 1\nEndSplineSet\nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 708\nWidth: 212\nFlags: HW\nFore\n-58 0 m 1\n 70 600 l 1\n 157 600 l 1\n 29 0 l 1\n -58 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 709\nWidth: 351\nFlags: HW\nHStem: 524 76<46 117 204 287 204 204>\nFore\n204 524 m 1\n 93 0 l 1\n 6 0 l 1\n 117 524 l 1\n 30 524 l 1\n 46 600 l 1\n 303 600 l 1\n 287 524 l 1\n 204 524 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 710\nWidth: 623\nFlags: HW\nHStem: 524 76<141 305 141 141>\nVStem: 443 89\nFore\n531 378 m 1\n 451 0 l 1\n 364 0 l 1\n 443 372 l 1\n 443 413 445 433 428 467 c 0\n 419 483 420 482 405 492 c 0\n 371 514 349 517 305 524 c 1\n 141 524 l 1\n 30 0 l 1\n -57 0 l 1\n 70 600 l 1\n 328 600 l 2\n 388 600 419 585 465 557 c 0\n 486 545 501 527 510 507 c 0\n 532 461 534 430 531 378 c 1\nEndSplineSet\nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 711\nWidth: 608\nFlags: HW\nHStem: 0 76 524 76<303.625 304.625 304.625 305>\nVStem: 442 89\nFore\n305 524 m 2\n 304.625 524 l 2\n 273.625 524 224.625 504 224.625 504 c 1\n 241.625 586 l 1\n 244.625 587 282.625 600 324.625 600 c 0\n 384.625 600 422.625 583 462.625 557 c 0\n 483.625 544 499.625 527 508.625 507 c 0\n 530.625 461 532.625 430 529.625 378 c 1\n 496.625 222 l 1\n 476.625 170 462.625 139 420.625 93 c 0\n 402.625 73 379.625 55 353.625 43 c 0\n 303.625 18 257.625 0 195.625 0 c 128\n 133.625 0 94.625 18 54.625 43 c 0\n 33.625 55 18.625 73 9.625 93 c 0\n -12.375 139 -15.375 170 -12.375 222 c 1\n 67.625 600 l 1\n 154.625 600 l 1\n 75.625 228 l 1\n 75.625 187 74.625 167 92.625 133 c 0\n 100.625 117 99.625 118 114.625 108 c 0\n 155.625 83 166.625 77 211.625 76 c 1\n 256.625 77 270.625 83 321.625 108 c 0\n 340.625 118 339.625 117 354.625 133 c 0\n 386.625 167 393.625 187 410.625 228 c 1\n 441.625 372 l 1\n 441.625 413 442.625 433 425.625 467 c 0\n 417.625 483 418.625 482 403.625 492 c 0\n 363.625 516 351.625 524 305 524 c 2\nEndSplineSet\nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 712\nWidth: 200\nFlags: HW\nFore\n66 600 m 1\n 153 600 l 1\n 93 321 l 1\n -1 286 l 1\n 66 600 l 1\nEndSplineSet\nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 713\nWidth: 526\nFlags: HW\nHStem: 524 76\nFore\n434 378 m 1\n 433.703 378.234 l 1\n 310.703 -199.766 l 1\n 223.703 -199.766 l 1\n 345.703 372.234 l 1\n 345.703 413.234 347.703 433.234 330.703 467.234 c 0\n 321.703 483.234 322.703 482.234 307.703 492.234 c 0\n 273.703 514.234 251.703 517.234 207.703 524.234 c 1\n 28.7031 524.234 l 1\n 44.7031 600.234 l 1\n 230.703 600.234 l 1\n 288.703 592.234 321.703 585.234 367.703 557.234 c 0\n 388.703 544.234 403.703 527.234 412.703 507.234 c 0\n 434.703 461.234 436.703 430.234 434 378 c 1\nEndSplineSet\nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 714\nWidth: 550\nFlags: HW\nHStem: 0 76<-47.4844 106.516 106.516 107> 524 76<64.5156 212.516>\nFore\n107 0 m 2\n 106.516 0 l 1\n -63.4844 0 l 1\n -47.4844 76 l 1\n 117.516 76 l 1\n 174.516 84 202.516 86 254.516 109 c 0\n 278.516 119 278.516 120 295.516 135 c 1\n 330.516 169 338.516 189 357.516 229 c 1\n 387.516 371 l 1\n 386.516 411 385.516 431 365.516 465 c 0\n 355.516 480 355.516 480 336.516 491 c 0\n 293.516 514 266.516 516 212.516 524 c 1\n 47.5156 524 l 1\n 64.5156 600 l 1\n 234.516 600 l 1\n 299.516 592 337.516 586 391.516 558 c 0\n 414.516 547 433.516 531 445.516 509 c 0\n 471.516 464 477.516 433 475.516 378 c 1\n 442.516 222 l 1\n 420.516 167 402.516 136 357.516 91 c 0\n 335.516 69 309.516 53 282.516 42 c 0\n 215.516 13 175.516 8 107 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 715\nWidth: 600\nFlags: HW\nHStem: 524 76 524 225\nFore\n281 111 m 1\n 280.5 111.469 l 1\n 257.5 0.46875 l 1\n 170.5 0.46875 l 1\n 192.5 103.469 199.5 167.469 258.5 242.469 c 1\n 313.5 308.469 361.5 317.469 387.5 354.469 c 1\n 414.5 389.469 419.5 409.469 434.5 452.469 c 1\n 450.5 524.469 l 1\n 29.5 524.469 l 1\n 77.5 749.469 l 1\n 164.5 749.469 l 1\n 132.5 600.469 l 1\n 553.5 600.469 l 1\n 521.5 447.469 l 1\n 509.5 398.469 495.5 368.469 457.5 320.469 c 1\n 402.5 254.469 354.5 246.469 328.5 208.469 c 1\n 301.5 173.469 296.5 154.469 281 111 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 716\nWidth: 623\nFlags: HW\nHStem: 0 76<46 380> 524 76<141 271 141 141>\nVStem: 446 89\nFore\n451 0 m 1\n -57 0 l 1\n 70 600 l 1\n 287 600 l 2\n 351 600 400 585 448 558 c 0\n 466 548 490 527 502 509 c 0\n 525 471 544 432 531 375 c 1\n 451 0 l 1\n380 76 m 1\n 444 375 l 1\n 451 414 436 448 421 465 c 0\n 414 473 405 483 392 491 c 0\n 361 511 326 523 271 524 c 2\n 141 524 l 1\n 46 76 l 1\n 380 76 l 1\nEndSplineSet\nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 717\nWidth: 621\nFlags: HW\nHStem: 0 76<168 379> 524 76<56 118 205 270 205 205>\nVStem: 446 88\nFore\n205 524 m 1\n 36 0 l 1\n -52 0 l 1\n 118 524 l 1\n 39 524 l 1\n 56 600 l 1\n 286 600 l 2\n 316 600 366 599 412 577 c 1\n 463 555 497 528 521 479 c 0\n 539 441 536 403 530 375 c 2\n 450 0 l 1\n 152 0 l 1\n 168 76 l 1\n 379 76 l 1\n 443 375 l 1\n 447 397 449 417 438 439 c 0\n 418 478 405 487 359 509 c 0\n 331 522 296 524 270 524 c 2\n 205 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 718\nWidth: 212\nFlags: HW\nFore\n-101 -200 m 1\n 70 600 l 1\n 157 600 l 1\n -14 -200 l 1\n -101 -200 l 1\nEndSplineSet\nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 719\nWidth: 378\nFlags: HW\nHStem: 0 76<-53 135>\nVStem: 198 89\nFore\n206 0 m 1\n -69 0 l 1\n -53 76 l 1\n 135 76 l 1\n 198 372 l 1\n 198 413 200 433 183 467 c 0\n 174 483 175 482 160 492 c 0\n 120 516 106 523 63 524 c 1\n 79 600 l 1\n 139 600 180 582 220 557 c 0\n 241 544 256 527 265 507 c 0\n 287 461 289 430 286 378 c 1\n 206 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 720\nWidth: 607\nFlags: HW\nHStem: 0 76 524 76<139.312 303.312 139.312 139.312>\nVStem: -15 92 441 89\nFore\n195 0 m 2\n 195.312 0 l 2\n 133.312 0 94.3125 18 54.3125 43 c 0\n 33.3125 55 18.3125 73 9.3125 93 c 0\n -12.6875 139 -18.6875 170 -11.6875 222 c 1\n 68.3125 600 l 1\n 326.312 600 l 2\n 386.312 600 417.312 585 462.312 557 c 0\n 483.312 544 499.312 527 508.312 507 c 0\n 530.312 461 532.312 430 529.312 378 c 1\n 496.312 222 l 1\n 476.312 170 462.312 139 420.312 93 c 0\n 402.312 73 379.312 55 353.312 43 c 0\n 303.312 18 257.312 0 195 0 c 2\n211.312 76 m 1\n 256.312 77 270.312 83 321.312 108 c 0\n 340.312 118 339.312 117 354.312 133 c 0\n 386.312 167 393.312 187 410.312 228 c 1\n 441.312 372 l 1\n 441.312 413 442.312 433 425.312 467 c 0\n 417.312 483 418.312 482 403.312 492 c 0\n 368.312 514 346.312 517 303.312 524 c 1\n 139.312 524 l 1\n 76.3125 228 l 1\n 76.3125 187 74.3125 167 92.3125 133 c 0\n 100.312 117 99.3125 118 114.312 108 c 0\n 155.312 83 166.312 77 211.312 76 c 1\nEndSplineSet\nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 721\nWidth: 587\nFlags: HW\nVStem: 93 89\nFore\n99 67 m 1\n 93 600 l 1\n 181 600 l 1\n 188 88 l 1\n 204 92 l 1\n 256 112 280 117 312 146 c 0\n 351 181 357 205 378 256 c 1\n 452 600 l 1\n 539 600 l 1\n 464 250 l 1\n 441 192 428 151 370 99 c 0\n 318 52 275 41 219 21 c 1\n -95 -55 l 1\n -78 24 l 1\n 99 67 l 1\nEndSplineSet\nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 722\nWidth: 575\nFlags: HW\nHStem: 243 76<218 218> 524 76<135 257 135 135>\nVStem: 17 92 395 89\nFore\n65 600 m 1\n 280 600 l 2\n 340 600 371 585 417 557 c 0\n 438 544 453 527 462 507 c 0\n 484 461 486 430 483 378 c 1\n 360 -200 l 1\n 273 -200 l 1\n 395 372 l 1\n 395 413 397 433 380 467 c 0\n 371 483 372 482 357 492 c 0\n 323 514 301 517 257 524 c 1\n 135 524 l 1\n 108 397 l 1\n 109 363 105 350 119 337 c 0\n 134 322 152 325 200 319 c 1\n 234 319 l 1\n 218 243 l 1\n 178 244 l 1\n 136 249 90 243 48 281 c 1\n 12 318 15 352 20 390 c 1\n 65 600 l 1\nEndSplineSet\nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 723\nWidth: 568\nFlags: HW\nHStem: 0 76<-41.4844 123.516 123.516 124> 243 76<223.516 223.516> 524 76<140.516 229.516 140.516 140.516>\nVStem: 23 92 407 88\nFore\n124 0 m 2\n 123.516 0 l 1\n -57.4844 0 l 1\n -41.4844 76 l 1\n 134.516 76 l 2\n 190.516 76 217.516 87 271.516 109 c 0\n 286.516 115 304.516 128 312.516 135 c 0\n 349.516 168 368.516 205 374.516 229 c 1\n 404.516 371 l 1\n 409.516 401 406.516 435 382.516 465 c 0\n 375.516 473 365.516 484 353.516 491 c 0\n 311.516 515 284.516 524 229.516 524 c 2\n 140.516 524 l 1\n 113.516 397 l 1\n 114.516 363 109.516 350 123.516 337 c 0\n 138.516 322 157.516 325 205.516 319 c 1\n 239.516 319 l 1\n 223.516 243 l 1\n 182.516 244 l 1\n 141.516 249 95.5156 243 53.5156 281 c 1\n 16.5156 318 20.5156 353 25.5156 390 c 1\n 69.5156 600 l 1\n 251.516 600 l 2\n 321.516 600 355.516 588 408.516 558 c 0\n 423.516 550 453.516 523 462.516 509 c 0\n 491.516 466 498.516 409 492.516 378 c 1\n 459.516 222 l 2\n 453.516 193 412.516 127 374.516 91 c 0\n 351.516 70 326.516 53 299.516 42 c 0\n 234.516 16 179.516 0 124 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 724\nWidth: 540\nFlags: HW\nFore\n229 340 m 1\n 250 342 278 345 291 352 c 0\n 307 359 305 359 323 377 c 0\n 352 407 360 423 374 453 c 1\n 406 600 l 1\n 493 600 l 1\n 460 446 l 1\n 440 397 423 373 387 335 c 0\n 371 318 350 298 319 285 c 0\n 288 273 257 267 232 265 c 1\n 133 -200 l 1\n 46 -200 l 1\n 150 290 l 1\n 20 600 l 1\n 119 600 l 1\n 229 340 l 1\nEndSplineSet\nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 725\nWidth: 590\nFlags: HW\nHStem: 0 76<-44 282>\nFore\n268 341 m 1\n 297 344 311 343 330 352 c 0\n 346 359 344 359 362 377 c 0\n 391 407 399 423 413 453 c 1\n 445 600 l 1\n 532 600 l 1\n 499 446 l 1\n 479 397 462 373 426 335 c 0\n 410 318 389 298 358 285 c 0\n 335 276 316 271 299 269 c 1\n 413 0 l 1\n -61 0 l 1\n -44 76 l 1\n 282 76 l 1\n 59 600 l 1\n 158 600 l 1\n 268 341 l 1\nEndSplineSet\nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 726\nWidth: 606\nFlags: HW\nHStem: 33 76 524 76\nFore\n187 33 m 2\n 187.188 32.8594 l 1\n 125.188 32.8594 l 1\n 141.188 108.859 l 1\n 196.188 108.859 l 1\n 243.188 115.859 266.188 118.859 309.188 139.859 c 0\n 329.188 150.859 328.188 149.859 343.188 164.859 c 0\n 375.188 199.859 381.188 219.859 398.188 260.859 c 1\n 454.188 523.859 l 1\n 54.1875 523.859 l 1\n 70.1875 599.859 l 1\n 558.188 599.859 l 1\n 484.188 254.859 l 1\n 464.188 201.859 450.188 171.859 409.188 125.859 c 0\n 391.188 104.859 368.188 87.8594 342.188 75.8594 c 0\n 284.188 47.8594 248.188 40.8594 187 33 c 2\n120.188 425.859 m 1\n -12.8125 -200.141 l 1\n -99.8125 -200.141 l 1\n 33.1875 425.859 l 1\n 120.188 425.859 l 1\nEndSplineSet\nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 727\nWidth: 547\nFlags: HW\nHStem: 524 76\nVStem: 367 89\nFore\n455 378 m 1\n 454.703 378.234 l 1\n 374.703 0.234375 l 1\n 287.703 0.234375 l 1\n 366.703 372.234 l 1\n 366.703 413.234 368.703 433.234 351.703 467.234 c 0\n 342.703 483.234 343.703 482.234 328.703 492.234 c 0\n 294.703 514.234 272.703 517.234 228.703 524.234 c 1\n 27.7031 524.234 l 1\n 44.7031 600.234 l 1\n 251.703 600.234 l 1\n 309.703 592.234 342.703 585.234 388.703 557.234 c 0\n 409.703 544.234 424.703 527.234 433.703 507.234 c 0\n 455.703 461.234 457.703 430.234 455 378 c 1\nEndSplineSet\nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 728\nWidth: 776\nFlags: HW\nHStem: 0 76<245 311> 224 76<91 175>\nFore\n78 224 m 1\n 79 210 83 197 90 177 c 0\n 98 155 137 110 159 99 c 1\n 181 86 226 75 245 76 c 2\n 327 76 l 2\n 346 75 401 88 422 99 c 0\n 453 113 492 139 526 178 c 0\n 553 211 561 228 569 262 c 1\n 641 600 l 1\n 728 600 l 1\n 656 262 l 2\n 647 220 629 182 594 141 c 0\n 549 89 497 54 453 33 c 0\n 410 14 355 1 311 0 c 2\n 229 0 l 2\n 188 1 140 12 102 33 c 0\n 61 57 23 101 6 142 c 0\n -10 181 -15 216 -4 262 c 1\n 67 600 l 1\n 154 600 l 1\n 91 300 l 1\n 190 300 l 1\n 229 302 235 304 267 326 c 1\n 296 349 302 361 310 393 c 1\n 354 600 l 1\n 441 600 l 1\n 397 393 l 1\n 389 350 364 307 319 274 c 1\n 276 239 224 223 175 224 c 2\n 78 224 l 1\nEndSplineSet\nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 729\nWidth: 687\nFlags: HW\nHStem: 0 76 524 76<132 176 263 369 263 263>\nVStem: 507 89\nFore\n263 524 m 1\n 199 224 l 2\n 190 182 187 147 146 96 c 1\n 128 71 107 60 77 43 c 0\n 34 18 -24 0 -81 0 c 2\n -85 0 l 1\n -69 76 l 1\n -65 76 l 2\n -26 76 -3 81 45 108 c 0\n 59 116 69 122 76 130 c 0\n 102 158 103 179 113 227 c 2\n 176 524 l 1\n 116 524 l 1\n 132 600 l 1\n 392 600 l 1\n 450 592 483 585 529 557 c 0\n 550 545 565 528 574 507 c 0\n 596 461 598 431 595 378 c 1\n 515 0 l 1\n 428 0 l 1\n 507 372 l 1\n 507 413 509 433 492 468 c 1\n 483 483 484 483 469 493 c 0\n 435 514 413 517 369 524 c 1\n 263 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii57716\nEncoding: 1520 1520 730\nWidth: 424\nFlags: HW\nFore\n154 0 m 1\n 282 600 l 1\n 369 600 l 1\n 241 0 l 1\n 154 0 l 1\n-58 0 m 1\n 70 600 l 1\n 157 600 l 1\n 29 0 l 1\n -58 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57717\nEncoding: 1521 1521 731\nWidth: 412\nFlags: HW\nFore\n66 600 m 1\n 153 600 l 1\n 93 321 l 1\n -1 286 l 1\n 66 600 l 1\n142 0 m 1\n 270 600 l 1\n 357 600 l 1\n 229 0 l 1\n 142 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57718\nEncoding: 1522 1522 732\nWidth: 400\nFlags: HW\nFore\n266 600 m 1\n 353 600 l 1\n 293 321 l 1\n 199 286 l 1\n 266 600 l 1\n66 600 m 1\n 153 600 l 1\n 93 321 l 1\n -1 286 l 1\n 66 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni05F3\nEncoding: 1523 1523 733\nWidth: 184\nFlags: HW\nHStem: 464 245<70 84>\nFore\n70 709 m 1\n 163 709 l 1\n 139 598 l 1\n 84 464 l 1\n 45 464 l 1\n 46 598 l 1\n 70 709 l 1\nEndSplineSet\nEndChar\nStartChar: uni05F4\nEncoding: 1524 1524 734\nWidth: 344\nFlags: HW\nHStem: 464 245<70 84 230 244>\nFore\n70 709 m 1\n 163 709 l 1\n 139 598 l 1\n 84 464 l 1\n 45 464 l 1\n 46 598 l 1\n 70 709 l 1\n230 709 m 1\n 323 709 l 1\n 299 598 l 1\n 244 464 l 1\n 205 464 l 1\n 206 598 l 1\n 230 709 l 1\nEndSplineSet\nEndChar\nStartChar: uni1F00\nEncoding: 7936 7936 735\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 736 20<351.751 432.751>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8127 8127 N 1 0 0 1 204.065 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F01\nEncoding: 7937 7937 736\nWidth: 596\nFlags: H\nHStem: -12 78<206 228> 454 76<321 344>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8190 8190 N 1 0 0 1 176.428 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F02\nEncoding: 7938 7938 737\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 736 20<201.915 282.915 307.127 413.127>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8141 8141 N 1 0 0 1 54.2293 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F03\nEncoding: 7939 7939 738\nWidth: 596\nFlags: H\nHStem: -12 78<206 228> 454 76<321 344> 736 20<314.654 420.654>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8157 8157 N 1 0 0 1 26.5927 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F04\nEncoding: 7940 7940 739\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 736 20<202.374 283.374 398.128 510.128>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8142 8142 N 1 0 0 1 54.688 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F05\nEncoding: 7941 7941 740\nWidth: 596\nFlags: H\nHStem: -12 78<206 228> 454 76<321 344> 736 20<405.654 517.654>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8158 8158 N 1 0 0 1 27.0514 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F06\nEncoding: 7942 7942 741\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 736 20<351.538 432.538> 817 70<477.982 487.982> 849 70<341.982 357.982>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8143 8143 N 1 0 0 1 203.852 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F07\nEncoding: 7943 7943 742\nWidth: 596\nFlags: H\nHStem: -12 78<206 228> 454 76<321 344> 817 70<477.982 487.982> 849 70<341.982 357.982>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8159 8159 N 1 0 0 1 171.689 16\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F08\nEncoding: 7944 7944 743\nWidth: 684\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 715 20<199.526 280.526>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8127 8127 S 1 0 0 1 51.8401 -5\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F09\nEncoding: 7945 7945 744\nWidth: 684\nFlags: H\nHStem: 0 21<-81 21 483 589> 218 76<200 442>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8190 8190 S 1 0 0 1 4.67882 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0A\nEncoding: 7946 7946 745\nWidth: 684\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 721 20<-61.144 19.856 44.068 150.068>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8141 8141 S 1 0 0 1 -208.83 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0B\nEncoding: 7947 7947 746\nWidth: 684\nFlags: H\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 721 20<47.068 153.068>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8157 8157 S 1 0 0 1 -240.993 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0C\nEncoding: 7948 7948 747\nWidth: 684\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 721 20<-60.227 20.773 135.527 247.527>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8142 8142 N 1 0 0 1 -207.913 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0D\nEncoding: 7949 7949 748\nWidth: 684\nFlags: H\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 721 20<138.527 250.527>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8158 8158 N 1 0 0 1 -240.076 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0E\nEncoding: 7950 7950 749\nWidth: 684\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 553 20<84.0826 165.083> 634 70<210.526 220.526> 666 70<74.5262 90.5262>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8143 8143 N 1 0 0 1 -63.6034 -167\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F0F\nEncoding: 7951 7951 750\nWidth: 684\nFlags: H\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 634 70<210.526 220.526> 666 70<74.5265 90.5265>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8159 8159 N 1 0 0 1 -95.7665 -167\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F10\nEncoding: 7952 7952 751\nWidth: 510\nHStem: -10 70<178 212> 231 59<240 288> 462 70<298 323> 736 20<332.826 413.826>\nVStem: 3 87<95 123> 65 85<347 377> 431 78<386 412>\nRef: 8127 8127 N 1 0 0 1 185.14 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F11\nEncoding: 7953 7953 752\nWidth: 510\nFlags: H\nHStem: -10 70<178 212> 231 59<240 288> 462 70<298 323>\nVStem: 3 87<95 123> 65 85<347 377> 431 78<386 412>\nRef: 8190 8190 N 1 0 0 1 157.503 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F12\nEncoding: 7954 7954 753\nWidth: 510\nHStem: -10 70<178 212> 231 59<240 288> 462 70<298 323> 736 20<182.99 263.99 288.202 394.202>\nVStem: 3 87<95 123> 65 85<347 377> 431 78<386 412>\nRef: 8141 8141 N 1 0 0 1 35.3042 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F13\nEncoding: 7955 7955 754\nWidth: 510\nFlags: H\nHStem: -10 70<178 212> 231 59<240 288> 462 70<298 323> 736 20<295.729 401.729>\nVStem: 3 87<95 123> 65 85<347 377> 431 78<386 412>\nRef: 8157 8157 N 1 0 0 1 7.66762 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F14\nEncoding: 7956 7956 755\nWidth: 510\nHStem: -10 70<178 212> 231 59<240 288> 462 70<298 323> 736 20<183.449 264.449 379.203 491.203>\nVStem: 3 87<95 123> 65 85<347 377> 431 78<386 412>\nRef: 8142 8142 N 1 0 0 1 35.7629 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F15\nEncoding: 7957 7957 756\nWidth: 510\nFlags: H\nHStem: -10 70<178 212> 231 59<240 288> 462 70<298 323> 736 20<386.729 498.729>\nVStem: 3 87<95 123> 65 85<347 377> 431 78<386 412>\nRef: 8158 8158 N 1 0 0 1 8.1263 16\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F18\nEncoding: 7960 7960 757\nWidth: 650\nHStem: 0 84<106 525> 328 84<188 563> 632 84<242 667> 721 20<34.527 115.527>\nDStem: 170 716 243 632 -9 0 188 412 170 716 167 328 -9 0 106 84\nRef: 8127 8127 N 1 0 0 1 -113.159 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F19\nEncoding: 7961 7961 758\nWidth: 650\nFlags: H\nHStem: 0 84<106 525> 328 84<188 563> 632 84<242 667>\nDStem: 170 716 243 632 -9 0 188 412 170 716 167 328 -9 0 106 84\nRef: 8190 8190 N 1 0 0 1 -145.322 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1A\nEncoding: 7962 7962 759\nWidth: 650\nHStem: 0 84<106 525> 328 84<188 563> 632 84<242 667> 721 20<-265.144 -184.144 -159.932 -53.932>\nDStem: 170 716 243 632 -9 0 188 412 170 716 167 328 -9 0 106 84\nRef: 8141 8141 N 1 0 0 1 -412.83 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1B\nEncoding: 7963 7963 760\nWidth: 650\nFlags: H\nHStem: 0 84<106 525> 328 84<188 563> 632 84<242 667> 721 20<-156.932 -50.932>\nDStem: 170 716 243 632 -9 0 188 412 170 716 167 328 -9 0 106 84\nRef: 8157 8157 N 1 0 0 1 -444.993 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1C\nEncoding: 7964 7964 761\nWidth: 650\nHStem: 0 84<106 525> 328 84<188 563> 632 84<242 667> 721 20<-264.227 -183.227 -68.4733 43.5267>\nDStem: 170 716 243 632 -9 0 188 412 170 716 167 328 -9 0 106 84\nRef: 8142 8142 N 1 0 0 1 -411.913 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F1D\nEncoding: 7965 7965 762\nWidth: 650\nFlags: H\nHStem: 0 84<106 525> 328 84<188 563> 632 84<242 667> 721 20<36.527 148.527>\nDStem: 170 716 243 632 -9 0 188 412 170 716 167 328 -9 0 106 84\nRef: 8158 8158 S 1 0 0 1 -342.076 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F20\nEncoding: 7968 7968 763\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 736 20<358.538 439.538>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8127 8127 S 1 0 0 1 210.852 16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F21\nEncoding: 7969 7969 764\nWidth: 526\nFlags: H\nHStem: 0 21<33 121> 454 76<372 409>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8190 8190 S 1 0 0 1 162.216 16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F22\nEncoding: 7970 7970 765\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 736 20<256.703 337.703 361.915 467.915>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8141 8141 S 1 0 0 1 109.017 16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F23\nEncoding: 7971 7971 766\nWidth: 526\nFlags: H\nHStem: 0 21<33 121> 454 76<372 409> 736 20<375.441 481.441>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8157 8157 S 1 0 0 1 87.38 16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F24\nEncoding: 7972 7972 767\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 736 20<276.161 357.161 471.915 583.915>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8142 8142 S 1 0 0 1 128.475 16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F25\nEncoding: 7973 7973 768\nWidth: 526\nFlags: H\nHStem: 0 21<33 121> 454 76<372 409> 736 20<488.442 600.442>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8158 8158 S 1 0 0 1 109.839 16\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F26\nEncoding: 7974 7974 769\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 706 20<364.325 445.325> 787 70<490.769 500.769> 819 70<354.769 370.769>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8143 8143 S 1 0 0 1 216.639 -14\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F27\nEncoding: 7975 7975 770\nWidth: 526\nFlags: H\nHStem: 0 21<33 121> 454 76<372 409> 796 70<508.769 518.769> 828 70<372.769 388.769>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8159 8159 S 1 0 0 1 202.476 -5\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F28\nEncoding: 7976 7976 771\nWidth: 683\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<19.527 100.527>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8127 8127 N 1 0 0 1 -128.159 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F29\nEncoding: 7977 7977 772\nWidth: 683\nFlags: H\nHStem: 0 21<-24 70 442 536> 338 84<175 526>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8190 8190 N 1 0 0 1 -160.322 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2A\nEncoding: 7978 7978 773\nWidth: 683\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<-280.144 -199.144 -174.932 -68.932>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8141 8141 N 1 0 0 1 -427.83 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2B\nEncoding: 7979 7979 774\nWidth: 683\nFlags: H\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<-171.932 -65.932>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8157 8157 N 1 0 0 1 -459.993 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2C\nEncoding: 7980 7980 775\nWidth: 683\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<-279.227 -198.227 -83.4733 28.5267>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8142 8142 N 1 0 0 1 -426.913 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2D\nEncoding: 7981 7981 776\nWidth: 683\nFlags: H\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<-80.473 31.527>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8158 8158 N 1 0 0 1 -459.076 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2E\nEncoding: 7982 7982 777\nWidth: 683\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 553 20<-134.917 -53.917> 634 70<-8.47339 1.52661> 666 70<-144.473 -128.473>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8143 8143 N 1 0 0 1 -282.603 -167\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F2F\nEncoding: 7983 7983 778\nWidth: 683\nFlags: H\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 634 70<-8.47299 1.52701> 666 70<-144.473 -128.473>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8159 8159 N 1 0 0 1 -314.766 -167\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F30\nEncoding: 7984 7984 779\nWidth: 286\nHStem: 736 20<175.876 256.876>\nDStem: 122 520 210 520 25 133 117 150\nRef: 8127 8127 N 1 0 0 1 28.1903 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F31\nEncoding: 7985 7985 780\nWidth: 286\nFlags: H\nDStem: 122 520 210 520 25 133 117 150\nRef: 8190 8190 N 1 0 0 1 0.55394 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F32\nEncoding: 7986 7986 781\nWidth: 286\nHStem: 736 20<26.041 107.041 131.253 237.253>\nDStem: 122 520 210 520 25 133 117 150\nRef: 8141 8141 N 1 0 0 1 -121.645 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F33\nEncoding: 7987 7987 782\nWidth: 286\nFlags: H\nHStem: 736 20<138.779 244.779>\nDStem: 122 520 210 520 25 133 117 150\nRef: 8157 8157 N 1 0 0 1 -149.282 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F34\nEncoding: 7988 7988 783\nWidth: 286\nHStem: 736 20<26.5 107.5 222.254 334.254>\nDStem: 122 520 210 520 25 133 117 150\nRef: 8142 8142 N 1 0 0 1 -121.186 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F35\nEncoding: 7989 7989 784\nWidth: 286\nFlags: H\nHStem: 736 20<229.78 341.78>\nDStem: 122 520 210 520 25 133 117 150\nRef: 8158 8158 N 1 0 0 1 -148.823 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F36\nEncoding: 7990 7990 785\nWidth: 286\nHStem: 736 20<175.664 256.664> 817 70<302.107 312.107> 849 70<166.107 182.107>\nDStem: 122 520 210 520 25 133 117 150\nRef: 8143 8143 N 1 0 0 1 27.9775 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F37\nEncoding: 7991 7991 786\nWidth: 286\nFlags: H\nHStem: 817 70<302.107 312.107> 849 70<166.107 182.107>\nDStem: 122 520 210 520 25 133 117 150\nRef: 8159 8159 N 1 0 0 1 -4.1856 16\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F38\nEncoding: 7992 7992 787\nWidth: 236\nHStem: 0 21<-20 74> 721 20<23.527 104.527>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 8127 8127 N 1 0 0 1 -124.159 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F39\nEncoding: 7993 7993 788\nWidth: 236\nFlags: H\nHStem: 0 21<-20 74>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 8190 8190 N 1 0 0 1 -156.322 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3A\nEncoding: 7994 7994 789\nWidth: 236\nHStem: 0 21<-20 74> 721 20<-276.144 -195.144 -170.932 -64.932>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 8141 8141 N 1 0 0 1 -423.83 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3B\nEncoding: 7995 7995 790\nWidth: 236\nFlags: H\nHStem: 0 21<-20 74> 721 20<-167.932 -61.932>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 8157 8157 N 1 0 0 1 -455.993 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3C\nEncoding: 7996 7996 791\nWidth: 236\nHStem: 0 21<-20 74> 721 20<-275.227 -194.227 -79.4733 32.5267>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 8142 8142 N 1 0 0 1 -422.913 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3D\nEncoding: 7997 7997 792\nWidth: 236\nFlags: H\nHStem: 0 21<-20 74> 721 20<-76.473 35.527>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 8158 8158 N 1 0 0 1 -455.076 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3E\nEncoding: 7998 7998 793\nWidth: 236\nHStem: 0 21<-20 74> 553 20<-130.917 -49.917> 634 70<-4.47339 5.52661> 666 70<-140.473 -124.473>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 8143 8143 N 1 0 0 1 -278.603 -167\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F3F\nEncoding: 7999 7999 794\nWidth: 236\nFlags: H\nHStem: 0 21<-20 74> 634 70<-4.47299 5.52701> 666 70<-140.473 -124.473>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 8159 8159 N 1 0 0 1 -310.766 -167\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F40\nEncoding: 8000 8000 795\nWidth: 550\nHStem: -12 74<207 230> 458 72<323 344> 736 20<350.751 431.751>\nVStem: 21 92<163 183>\nRef: 8127 8127 N 1 0 0 1 203.065 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F41\nEncoding: 8001 8001 796\nWidth: 550\nFlags: H\nHStem: -12 74<207 230> 458 72<323 344>\nVStem: 21 92<163 183>\nRef: 8190 8190 N 1 0 0 1 175.428 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F42\nEncoding: 8002 8002 797\nWidth: 550\nHStem: -12 74<207 230> 458 72<323 344> 736 20<200.915 281.915 306.127 412.127>\nVStem: 21 92<163 183>\nRef: 8141 8141 N 1 0 0 1 53.2293 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F43\nEncoding: 8003 8003 798\nWidth: 550\nFlags: H\nHStem: -12 74<207 230> 458 72<323 344> 736 20<313.654 419.654>\nVStem: 21 92<163 183>\nRef: 8157 8157 N 1 0 0 1 25.5927 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F44\nEncoding: 8004 8004 799\nWidth: 550\nHStem: -12 74<207 230> 458 72<323 344> 736 20<201.374 282.374 397.128 509.128>\nVStem: 21 92<163 183>\nRef: 8142 8142 N 1 0 0 1 53.688 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F45\nEncoding: 8005 8005 800\nWidth: 550\nFlags: H\nHStem: -12 74<207 230> 458 72<323 344> 736 20<404.654 516.654>\nVStem: 21 92<163 183>\nRef: 8158 8158 N 1 0 0 1 26.0514 16\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F48\nEncoding: 8008 8008 801\nWidth: 750\nHStem: -12 82<297 323> 648 82<455 487> 721 20<72.551 153.551>\nVStem: 34 98<233 261> 648 102<455 482>\nRef: 8127 8127 S 1 0 0 1 -75.135 1\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F49\nEncoding: 8009 8009 802\nWidth: 750\nFlags: H\nHStem: -12 82<297 323> 648 82<455 487>\nVStem: 34 98<233 261> 648 102<455 482>\nRef: 8190 8190 S 1 0 0 1 -113.298 1\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4A\nEncoding: 8010 8010 803\nWidth: 750\nHStem: -12 82<297 323> 648 82<455 487> 721 20<-161.12 -80.12 -55.908 50.092>\nVStem: 34 98<233 261> 648 102<455 482>\nRef: 8141 8141 S 1 0 0 1 -308.806 1\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4B\nEncoding: 8011 8011 804\nWidth: 750\nFlags: H\nHStem: -12 82<297 323> 648 82<455 487> 721 20<-52.908 53.092>\nVStem: 34 98<233 261> 648 102<455 482>\nRef: 8157 8157 S 1 0 0 1 -340.969 1\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4C\nEncoding: 8012 8012 805\nWidth: 750\nHStem: -12 82<297 323> 648 82<455 487> 721 20<-85.203 -4.203 110.551 222.551>\nVStem: 34 98<233 261> 648 102<455 482>\nRef: 8142 8142 S 1 0 0 1 -232.889 1\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F4D\nEncoding: 8013 8013 806\nWidth: 750\nFlags: H\nHStem: -12 82<297 323> 648 82<455 487> 721 20<149.551 261.551>\nVStem: 34 98<233 261> 648 102<455 482>\nRef: 8158 8158 S 1 0 0 1 -229.052 1\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F50\nEncoding: 8016 8016 807\nWidth: 515\nHStem: -14 76<192 221> 736 20<335.301 416.301>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8127 8127 N 1 0 0 1 187.615 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F51\nEncoding: 8017 8017 808\nWidth: 515\nFlags: H\nHStem: -14 76<192 221>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8190 8190 N 1 0 0 1 159.979 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F52\nEncoding: 8018 8018 809\nWidth: 515\nHStem: -14 76<192 221> 736 20<185.466 266.466 290.678 396.678>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8141 8141 N 1 0 0 1 37.78 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F53\nEncoding: 8019 8019 810\nWidth: 515\nFlags: H\nHStem: -14 76<192 221> 736 20<298.204 404.204>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8157 8157 N 1 0 0 1 10.1434 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F54\nEncoding: 8020 8020 811\nWidth: 515\nHStem: -14 76<192 221> 736 20<185.925 266.925 381.678 493.678>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8142 8142 N 1 0 0 1 38.2387 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F55\nEncoding: 8021 8021 812\nWidth: 515\nFlags: H\nHStem: -14 76<192 221> 736 20<389.205 501.205>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8158 8158 N 1 0 0 1 10.6021 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F56\nEncoding: 8022 8022 813\nWidth: 515\nHStem: -14 76<192 221> 736 20<335.089 416.089> 817 70<461.533 471.533> 849 70<325.533 341.533>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8143 8143 N 1 0 0 1 187.403 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F57\nEncoding: 8023 8023 814\nWidth: 515\nFlags: H\nHStem: -14 76<192 221> 817 70<461.533 471.533> 849 70<325.533 341.533>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8159 8159 N 1 0 0 1 155.24 16\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F59\nEncoding: 8025 8025 815\nWidth: 684\nFlags: H\nHStem: 0 21<201 295>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 650 716 760 716 457 506 371 304\nRef: 8190 8190 N 1 0 0 1 -211.322 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5B\nEncoding: 8027 8027 816\nWidth: 684\nFlags: H\nHStem: 0 21<201 295> 721 20<-222.932 -116.932>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 650 716 760 716 457 506 371 304\nRef: 8157 8157 N 1 0 0 1 -510.993 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5D\nEncoding: 8029 8029 817\nWidth: 684\nFlags: H\nHStem: 0 21<201 295> 721 20<-131.473 -19.473>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 650 716 760 716 457 506 371 304\nRef: 8158 8158 N 1 0 0 1 -510.076 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F5F\nEncoding: 8031 8031 818\nWidth: 684\nFlags: H\nHStem: 0 21<201 295> 634 70<-59.473 -49.473> 666 70<-195.473 -179.473>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 650 716 760 716 457 506 371 304\nRef: 8159 8159 N 1 0 0 1 -365.766 -167\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F60\nEncoding: 8032 8032 819\nWidth: 740\nHStem: -9 72<159 181 461 469> 736 20<445.601 526.601>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8127 8127 N 1 0 0 1 297.915 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F61\nEncoding: 8033 8033 820\nWidth: 740\nFlags: H\nHStem: -9 72<159 181 461 469>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8190 8190 N 1 0 0 1 270.279 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F62\nEncoding: 8034 8034 821\nWidth: 740\nHStem: -9 72<159 181 461 469> 736 20<295.766 376.766 400.978 506.978>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8141 8141 N 1 0 0 1 148.08 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F63\nEncoding: 8035 8035 822\nWidth: 740\nFlags: H\nHStem: -9 72<159 181 461 469> 736 20<408.504 514.504>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8157 8157 N 1 0 0 1 120.443 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F64\nEncoding: 8036 8036 823\nWidth: 740\nHStem: -9 72<159 181 461 469> 736 20<296.224 377.224 491.978 603.978>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8142 8142 N 1 0 0 1 148.538 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F65\nEncoding: 8037 8037 824\nWidth: 740\nFlags: H\nHStem: -9 72<159 181 461 469> 736 20<499.505 611.505>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8158 8158 N 1 0 0 1 120.902 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F66\nEncoding: 8038 8038 825\nWidth: 740\nHStem: -9 72<159 181 461 469> 736 20<445.388 526.388> 817 70<571.832 581.832> 849 70<435.832 451.832>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8143 8143 N 1 0 0 1 297.702 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F67\nEncoding: 8039 8039 826\nWidth: 740\nFlags: H\nHStem: -9 72<159 181 461 469> 817 70<571.832 581.832> 849 70<435.832 451.832>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8159 8159 N 1 0 0 1 265.539 16\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F68\nEncoding: 8040 8040 827\nWidth: 720\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<97.251 178.251>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8127 8127 S 1 0 0 1 -50.435 1\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F69\nEncoding: 8041 8041 828\nWidth: 720\nFlags: H\nHStem: 0 76<-30 145 455 612> 646 76<431 459>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8190 8190 S 1 0 0 1 -106.598 1\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6A\nEncoding: 8042 8042 829\nWidth: 720\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<-163.42 -82.42 -58.208 47.792>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8141 8141 S 1 0 0 1 -311.106 1\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6B\nEncoding: 8043 8043 830\nWidth: 720\nFlags: H\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<-61.208 44.792>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8157 8157 S 1 0 0 1 -349.269 1\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6C\nEncoding: 8044 8044 831\nWidth: 720\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<-45.502 35.498 150.252 262.252>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8142 8142 S 1 0 0 1 -193.188 1\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6D\nEncoding: 8045 8045 832\nWidth: 720\nFlags: H\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<111.252 223.252>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8158 8158 S 1 0 0 1 -267.351 1\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6E\nEncoding: 8046 8046 833\nWidth: 720\nHStem: 0 76<-30 145 455 612> 604 20<-24.1927 56.8073> 646 76<431 459> 685 70<102.251 112.251> 717 70<-33.7491 -17.7491>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8143 8143 S 1 0 0 1 -171.879 -116\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F6F\nEncoding: 8047 8047 834\nWidth: 720\nFlags: H\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 679 70<96.2512 106.251> 711 70<-39.7488 -23.7488>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8159 8159 S 1 0 0 1 -210.042 -122\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F70\nEncoding: 8048 8048 835\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 727 20<285.608 391.608>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8175 8175 N 1 0 0 1 106.608 7\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F71\nEncoding: 8049 8049 836\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 727 20<382.608 494.608>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8189 8189 N 1 0 0 1 36.6081 7\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F72\nEncoding: 8050 8050 837\nWidth: 510\nHStem: -10 70<178 212> 231 59<240 288> 462 70<298 323> 727 20<266.683 372.683>\nVStem: 3 87<95 123> 65 85<347 377> 431 78<386 412>\nRef: 8175 8175 N 1 0 0 1 87.683 7\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F73\nEncoding: 8051 8051 838\nWidth: 510\nHStem: -10 70<178 212> 231 59<240 288> 462 70<298 323> 727 20<363.683 475.683>\nVStem: 3 87<95 123> 65 85<347 377> 431 78<386 412>\nRef: 8189 8189 N 1 0 0 1 17.683 7\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F74\nEncoding: 8052 8052 839\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 727 20<115.396 221.396>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8175 8175 N 1 0 0 1 -63.6044 7\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F75\nEncoding: 8053 8053 840\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 727 20<416.396 528.396>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8189 8189 S 1 0 0 1 70.396 7\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F76\nEncoding: 8054 8054 841\nWidth: 286\nHStem: 727 20<109.734 215.734>\nDStem: 122 520 210 520 25 133 117 150\nRef: 8175 8175 N 1 0 0 1 -69.2663 7\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F77\nEncoding: 8055 8055 842\nWidth: 286\nHStem: 727 20<206.734 318.734>\nDStem: 122 520 210 520 25 133 117 150\nRef: 8189 8189 N 1 0 0 1 -139.266 7\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F78\nEncoding: 8056 8056 843\nWidth: 550\nHStem: -12 74<207 230> 458 72<323 344> 727 20<284.608 390.608>\nVStem: 21 92<163 183>\nRef: 8175 8175 N 1 0 0 1 105.608 7\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F79\nEncoding: 8057 8057 844\nWidth: 550\nHStem: -12 74<207 230> 458 72<323 344> 727 20<381.608 493.608>\nVStem: 21 92<163 183>\nRef: 8189 8189 N 1 0 0 1 35.6081 7\nRef: 959 959 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7A\nEncoding: 8058 8058 845\nWidth: 515\nHStem: -14 76<192 221> 727 20<269.159 375.159>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8175 8175 N 1 0 0 1 90.1588 7\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7B\nEncoding: 8059 8059 846\nWidth: 515\nHStem: -14 76<192 221> 727 20<366.159 478.159>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8189 8189 N 1 0 0 1 20.1588 7\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7C\nEncoding: 8060 8060 847\nWidth: 740\nHStem: -9 72<159 181 461 469> 727 20<379.458 485.458>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8175 8175 N 1 0 0 1 200.458 7\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7D\nEncoding: 8061 8061 848\nWidth: 740\nHStem: -9 72<159 181 461 469> 727 20<476.458 588.458>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8189 8189 N 1 0 0 1 130.458 7\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F80\nEncoding: 8064 8064 849\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 736 20<351.751 432.751>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 7936 7936 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F81\nEncoding: 8065 8065 850\nWidth: 596\nFlags: H\nHStem: -12 78<206 228> 454 76<321 344>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 7937 7937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F82\nEncoding: 8066 8066 851\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 736 20<201.915 282.915 307.127 413.127>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 7938 7938 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F83\nEncoding: 8067 8067 852\nWidth: 596\nFlags: H\nHStem: -12 78<206 228> 454 76<321 344> 736 20<314.654 420.654>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 7939 7939 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F84\nEncoding: 8068 8068 853\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 736 20<202.374 283.374 398.128 510.128>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 7940 7940 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F85\nEncoding: 8069 8069 854\nWidth: 596\nFlags: H\nHStem: -12 78<206 228> 454 76<321 344> 736 20<405.654 517.654>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 7941 7941 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F86\nEncoding: 8070 8070 855\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 736 20<351.538 432.538> 817 70<477.982 487.982> 849 70<341.982 357.982>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 7942 7942 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F87\nEncoding: 8071 8071 856\nWidth: 596\nFlags: H\nHStem: -12 78<206 228> 454 76<321 344> 817 70<477.982 487.982> 849 70<341.982 357.982>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 7943 7943 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F88\nEncoding: 8072 8072 857\nWidth: 900\nFlags: W\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 715 20<199.526 280.526>\nDStem: 374 716 371 573 -81 0 331 504 374 716 331 504 -81 0 200 294 374 716 153 218 -81 0 21 0\nRef: 8126 8126 N 1 0 0 1 675.13 0\nRef: 7944 7944 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F89\nEncoding: 8073 8073 858\nWidth: 900\nFlags: HW\nHStem: 0 21<-81 21 483 589> 218 76<200 442>\nDStem: 374 716 371 573 -81 0 331 504 374 716 331 504 -81 0 200 294 374 716 153 218 -81 0 21 0\nRef: 8126 8126 N 1 0 0 1 675.13 0\nRef: 7945 7945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8A\nEncoding: 8074 8074 859\nWidth: 900\nFlags: W\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 721 20<-61.144 19.856 44.068 150.068>\nDStem: 374 716 371 573 -81 0 331 504 374 716 331 504 -81 0 200 294 374 716 153 218 -81 0 21 0\nRef: 8126 8126 N 1 0 0 1 675.13 0\nRef: 7946 7946 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8B\nEncoding: 8075 8075 860\nWidth: 900\nFlags: HW\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 721 20<47.068 153.068>\nDStem: 374 716 371 573 -81 0 331 504 374 716 331 504 -81 0 200 294 374 716 153 218 -81 0 21 0\nRef: 8126 8126 N 1 0 0 1 675.13 0\nRef: 7947 7947 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8C\nEncoding: 8076 8076 861\nWidth: 900\nFlags: W\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 721 20<-60.227 20.773 135.527 247.527>\nDStem: 374 716 371 573 -81 0 331 504 374 716 331 504 -81 0 200 294 374 716 153 218 -81 0 21 0\nRef: 8126 8126 N 1 0 0 1 675.13 0\nRef: 7948 7948 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8D\nEncoding: 8077 8077 862\nWidth: 900\nFlags: HW\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 721 20<138.527 250.527>\nDStem: 374 716 371 573 -81 0 331 504 374 716 331 504 -81 0 200 294 374 716 153 218 -81 0 21 0\nRef: 8126 8126 N 1 0 0 1 675.13 0\nRef: 7949 7949 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8E\nEncoding: 8078 8078 863\nWidth: 900\nFlags: W\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 553 20<84.0826 165.083> 634 70<210.526 220.526> 666 70<74.5262 90.5262>\nDStem: 374 716 371 573 -81 0 331 504 374 716 331 504 -81 0 200 294 374 716 153 218 -81 0 21 0\nRef: 8126 8126 N 1 0 0 1 675.13 0\nRef: 7950 7950 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F8F\nEncoding: 8079 8079 864\nWidth: 900\nFlags: HW\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 634 70<210.526 220.526> 666 70<74.5265 90.5265>\nDStem: 374 716 371 573 -81 0 331 504 374 716 331 504 -81 0 200 294 374 716 153 218 -81 0 21 0\nRef: 8126 8126 N 1 0 0 1 675.13 0\nRef: 7951 7951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F90\nEncoding: 8080 8080 865\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 736 20<358.538 439.538>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 7968 7968 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F91\nEncoding: 8081 8081 866\nWidth: 526\nFlags: H\nHStem: 0 21<33 121> 454 76<372 409>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 7969 7969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F92\nEncoding: 8082 8082 867\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 736 20<256.703 337.703 361.915 467.915>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 7970 7970 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F93\nEncoding: 8083 8083 868\nWidth: 526\nFlags: H\nHStem: 0 21<33 121> 454 76<372 409> 736 20<375.441 481.441>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 7971 7971 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F94\nEncoding: 8084 8084 869\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 736 20<276.161 357.161 471.915 583.915>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 7972 7972 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F95\nEncoding: 8085 8085 870\nWidth: 526\nFlags: H\nHStem: 0 21<33 121> 454 76<372 409> 736 20<488.442 600.442>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 7973 7973 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F96\nEncoding: 8086 8086 871\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 706 20<364.325 445.325> 787 70<490.769 500.769> 819 70<354.769 370.769>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 7974 7974 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F97\nEncoding: 8087 8087 872\nWidth: 526\nFlags: H\nHStem: 0 21<33 121> 454 76<372 409> 796 70<508.769 518.769> 828 70<372.769 388.769>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 7975 7975 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F98\nEncoding: 8088 8088 873\nWidth: 899\nFlags: W\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<19.527 100.527>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8126 8126 N 1 0 0 1 648.94 0\nRef: 7976 7976 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F99\nEncoding: 8089 8089 874\nWidth: 899\nFlags: HW\nHStem: 0 21<-24 70 442 536> 338 84<175 526>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8126 8126 N 1 0 0 1 648.94 0\nRef: 7977 7977 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9A\nEncoding: 8090 8090 875\nWidth: 899\nFlags: W\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<-280.144 -199.144 -174.932 -68.932>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8126 8126 N 1 0 0 1 648.94 0\nRef: 7978 7978 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9B\nEncoding: 8091 8091 876\nWidth: 899\nFlags: HW\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<-171.932 -65.932>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8126 8126 N 1 0 0 1 648.94 0\nRef: 7979 7979 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9C\nEncoding: 8092 8092 877\nWidth: 899\nFlags: W\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<-279.227 -198.227 -83.4733 28.5267>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8126 8126 N 1 0 0 1 648.94 0\nRef: 7980 7980 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9D\nEncoding: 8093 8093 878\nWidth: 899\nFlags: HW\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<-80.473 31.527>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8126 8126 N 1 0 0 1 648.94 0\nRef: 7981 7981 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9E\nEncoding: 8094 8094 879\nWidth: 899\nFlags: W\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 553 20<-134.917 -53.917> 634 70<-8.47339 1.52661> 666 70<-144.473 -128.473>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8126 8126 N 1 0 0 1 648.94 0\nRef: 7982 7982 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F9F\nEncoding: 8095 8095 880\nWidth: 899\nFlags: HW\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 634 70<-8.47299 1.52701> 666 70<-144.473 -128.473>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8126 8126 N 1 0 0 1 648.94 0\nRef: 7983 7983 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA0\nEncoding: 8096 8096 881\nWidth: 740\nHStem: -9 72<159 181 461 469> 736 20<445.601 526.601>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 8032 8032 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA1\nEncoding: 8097 8097 882\nWidth: 740\nFlags: H\nHStem: -9 72<159 181 461 469>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 8033 8033 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA2\nEncoding: 8098 8098 883\nWidth: 740\nHStem: -9 72<159 181 461 469> 736 20<295.766 376.766 400.978 506.978>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 8034 8034 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA3\nEncoding: 8099 8099 884\nWidth: 740\nFlags: H\nHStem: -9 72<159 181 461 469> 736 20<408.504 514.504>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 8035 8035 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA4\nEncoding: 8100 8100 885\nWidth: 740\nHStem: -9 72<159 181 461 469> 736 20<296.224 377.224 491.978 603.978>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 8036 8036 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA5\nEncoding: 8101 8101 886\nWidth: 740\nFlags: H\nHStem: -9 72<159 181 461 469> 736 20<499.505 611.505>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 8037 8037 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA6\nEncoding: 8102 8102 887\nWidth: 740\nHStem: -9 72<159 181 461 469> 736 20<445.388 526.388> 817 70<571.832 581.832> 849 70<435.832 451.832>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 8038 8038 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA7\nEncoding: 8103 8103 888\nWidth: 740\nFlags: H\nHStem: -9 72<159 181 461 469> 817 70<571.832 581.832> 849 70<435.832 451.832>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 8039 8039 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA8\nEncoding: 8104 8104 889\nWidth: 936\nFlags: W\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<97.251 178.251>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8126 8126 N 1 0 0 1 713.485 0\nRef: 8040 8040 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FA9\nEncoding: 8105 8105 890\nWidth: 936\nFlags: HW\nHStem: 0 76<-30 145 455 612> 646 76<431 459>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8126 8126 N 1 0 0 1 713.485 0\nRef: 8041 8041 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAA\nEncoding: 8106 8106 891\nWidth: 936\nFlags: W\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<-163.42 -82.42 -58.208 47.792>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8126 8126 N 1 0 0 1 713.485 0\nRef: 8042 8042 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAB\nEncoding: 8107 8107 892\nWidth: 936\nFlags: HW\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<-61.208 44.792>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8126 8126 N 1 0 0 1 713.485 0\nRef: 8043 8043 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAC\nEncoding: 8108 8108 893\nWidth: 936\nFlags: W\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<-45.502 35.498 150.252 262.252>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8126 8126 N 1 0 0 1 713.485 0\nRef: 8044 8044 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAD\nEncoding: 8109 8109 894\nWidth: 936\nFlags: HW\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<111.252 223.252>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8126 8126 N 1 0 0 1 713.485 0\nRef: 8045 8045 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAE\nEncoding: 8110 8110 895\nWidth: 936\nFlags: W\nHStem: 0 76<-30 145 455 612> 604 20<-24.1927 56.8073> 646 76<431 459> 685 70<102.251 112.251> 717 70<-33.7491 -17.7491>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8126 8126 N 1 0 0 1 713.485 0\nRef: 8046 8046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FAF\nEncoding: 8111 8111 896\nWidth: 936\nFlags: HW\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 679 70<96.2512 106.251> 711 70<-39.7488 -23.7488>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8126 8126 N 1 0 0 1 713.485 0\nRef: 8047 8047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB0\nEncoding: 8112 8112 897\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 599 72<358.074 376.074> 714 20<237.074 290.074 482.074 538.074>\nVStem: 34 87<152 179> 232.078 57.9958<698 721>\nDStem: 512 520 584 520 492 442 479 99\nRef: 728 728 N 1 0 0 1 67.0741 5\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB1\nEncoding: 8113 8113 898\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 599 69<236.212 496.212>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 175 175 N 1 0 0 1 61.2122 -28\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB2\nEncoding: 8114 8114 899\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 727 20<285.608 391.608>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 8048 8048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB3\nEncoding: 8115 8115 900\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB4\nEncoding: 8116 8116 901\nWidth: 593\nHStem: -12 78<206 228> 454 76<321 344>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 940 940 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB6\nEncoding: 8118 8118 902\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 600 70<431.857 441.857> 632 70<295.857 311.857>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 890 890 S 1 0 0 1 60.112 12\nRef: 8128 8128 N 1 0 0 1 231.857 -19\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB7\nEncoding: 8119 8119 903\nWidth: 596\nHStem: -12 78<206 228> 454 76<321 344> 600 70<431.857 441.857> 632 70<295.857 311.857>\nVStem: 34 87<152 179>\nDStem: 512 520 584 520 492 442 479 99\nRef: 8118 8118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB8\nEncoding: 8120 8120 904\nWidth: 684\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 801 72<442.475 460.475> 916 20<321.475 374.475 566.475 622.475>\nVStem: 316.479 57.9958<900 923>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 728 728 N 1 0 0 1 151.475 207\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB9\nEncoding: 8121 8121 905\nWidth: 684\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 801 69<320.613 580.613>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 175 175 N 1 0 0 1 145.613 174\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBA\nEncoding: 8122 8122 906\nWidth: 684\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 721 20<110.068 216.068>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8175 8175 N 1 0 0 1 -68.9319 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBB\nEncoding: 8123 8123 907\nWidth: 684\nHStem: 0 21<-81 21 483 589> 218 76<200 442> 721 20<207.526 319.526>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8189 8189 N 1 0 0 1 -138.474 1\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBC\nEncoding: 8124 8124 908\nWidth: 900\nFlags: W\nHStem: 0 21<-81 21 483 589> 218 76<200 442>\nDStem: 374 716 371 573 -81 0 331 504 374 716 153 218 -81 0 21 0 374 716 331 504 -81 0 200 294\nRef: 8126 8126 N 1 0 0 1 669.817 0\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBD\nEncoding: 8125 8125 909\nWidth: 278\nFlags: W\nHStem: 747 103<-30.5 5.5>\nDStem: -30.5 850 74.5 850 -52.5 747 48.5 731\nRef: 44 44 N 1 0 0 1 -139.5 747\nEndChar\nStartChar: uni1FBE\nEncoding: 8126 8126 910\nWidth: 201\nFlags: W\nRef: 890 890 N 1 0 0 1 -106 253\nEndChar\nStartChar: uni1FBF\nEncoding: 8127 8127 911\nWidth: 147\nFlags: W\nHStem: 720 20G<147.686 228.686>\nFore\n147.686 740 m 1\n 228.686 740 l 1\n 214.02 671 l 2\n 201.903 614 170.314 583 114.314 583 c 1\n 123.241 625 l 1\n 143.241 625 164.029 624 173.807 670 c 1\n 132.807 670 l 1\n 147.686 740 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FC0\nEncoding: 8128 8128 912\nWidth: 278\nFlags: W\nHStem: 619 70<200 210> 651 70<64 80>\nRef: 732 732 N 1 0 0 1 -162 7\nEndChar\nStartChar: uni1FC1\nEncoding: 8129 8129 913\nWidth: 333\nFlags: W\nHStem: 612 103<181 263 342 424> 774 70<363 373> 806 70<227 243>\nDStem: 181 715 285 715 159 612 263 612 342 715 446 715 320 612 424 612\nRef: 168 168 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 163 155\nEndChar\nStartChar: uni1FC2\nEncoding: 8130 8130 914\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 727 20<115.396 221.396>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 8052 8052 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC3\nEncoding: 8131 8131 915\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC4\nEncoding: 8132 8132 916\nWidth: 595\nHStem: 0 21<33 121> 454 76<372 409>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 S 1 0 0 1 -129.861 22\nRef: 942 942 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC6\nEncoding: 8134 8134 917\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 645 70<483.645 493.645> 677 70<347.645 363.645>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 8128 8128 S 1 0 0 1 283.645 26\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC7\nEncoding: 8135 8135 918\nWidth: 526\nHStem: 0 21<33 121> 454 76<372 409> 645 70<483.645 493.645> 677 70<347.645 363.645>\nDStem: 136 414 192 284 33 0 121 0 446 316 535 320 328 -158 410 -182\nRef: 890 890 N 1 0 0 1 160.112 -166\nRef: 8134 8134 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC8\nEncoding: 8136 8136 919\nWidth: 650\nHStem: 0 84<106 525> 328 84<188 563> 632 84<242 667> 721 20<-93.932 12.068>\nDStem: 170 716 243 632 -9 0 188 412 170 716 167 328 -9 0 106 84\nRef: 8175 8175 N 1 0 0 1 -272.932 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC9\nEncoding: 8137 8137 920\nWidth: 650\nHStem: 0 84<106 525> 328 84<188 563> 632 84<242 667> 721 20<3.526 115.526>\nDStem: 170 716 243 632 -9 0 188 412 170 716 167 328 -9 0 106 84\nRef: 8189 8189 N 1 0 0 1 -342.474 1\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCA\nEncoding: 8138 8138 921\nWidth: 683\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<-108.932 -2.93201>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8175 8175 N 1 0 0 1 -287.932 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCB\nEncoding: 8139 8139 922\nWidth: 683\nHStem: 0 21<-24 70 442 536> 338 84<175 526> 721 20<-11.474 100.526>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8189 8189 N 1 0 0 1 -357.474 1\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCC\nEncoding: 8140 8140 923\nWidth: 899\nFlags: W\nHStem: 0 21<-24 70 442 536> 338 84<175 526>\nDStem: 155 716 249 716 -24 0 175 422 155 716 154 338 -24 0 70 0 526 338 715 716 442 0 536 0 621 716 715 716 547 422 536 0\nRef: 8126 8126 N 1 0 0 1 643.626 0\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCD\nEncoding: 8141 8141 924\nWidth: 602\nFlags: W\nHStem: 720 20<147.686 228.686 252.898 358.898>\nRef: 8175 8175 S 1 0 0 1 73.898 0\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCE\nEncoding: 8142 8142 925\nWidth: 601\nFlags: W\nHStem: 720 20<147.686 228.686 343.44 455.44>\nRef: 8189 8189 S 1 0 0 1 -2.5603 0\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FCF\nEncoding: 8143 8143 926\nWidth: 333\nFlags: W\nHStem: 720 20<147.686 228.686> 801 70<274.13 284.13> 833 70<138.13 154.13>\nRef: 8128 8128 N 1 0 0 1 74.1296 182\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD0\nEncoding: 8144 8144 927\nWidth: 286\nHStem: 599 72<182.2 200.2> 714 20<61.2 114.2 306.2 362.2>\nVStem: 56.204 57.9958<698 721>\nDStem: 122 520 210 520 25 133 117 150\nRef: 728 728 N 1 0 0 1 -108.8 5\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD1\nEncoding: 8145 8145 928\nWidth: 286\nHStem: 599 69<60.338 320.338>\nDStem: 122 520 210 520 25 133 117 150\nRef: 175 175 N 1 0 0 1 -114.662 -28\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD2\nEncoding: 8146 8146 929\nWidth: 286\nHStem: 599 103<77.174 159.174 238.174 320.174> 869 20<107.369 213.369>\nDStem: 77.174 702 181.174 702 55.174 599 159.174 599 122 520 210 520 25 133 117 150 238.174 702 342.174 702 216.174 599 320.174 599\nRef: 8173 8173 N 1 0 0 1 -103.826 -13\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD3\nEncoding: 8147 8147 930\nWidth: 286\nHStem: 599 103<72.451 154.451 233.451 315.451>\nDStem: 72.451 702 176.451 702 50.451 599 154.451 599 122 520 210 520 25 133 117 150 233.451 702 337.451 702 211.451 599 315.451 599\nRef: 8174 8174 N 1 0 0 1 -108.549 -13\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD6\nEncoding: 8150 8150 931\nWidth: 286\nHStem: 600 70<255.983 265.983> 632 70<119.983 135.983>\nDStem: 122 520 210 520 25 133 117 150\nRef: 8128 8128 N 1 0 0 1 55.9826 -19\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD7\nEncoding: 8151 8151 932\nWidth: 286\nHStem: 599 103<103.562 185.562 264.562 346.562> 761 70<285.562 295.562> 793 70<149.562 165.562>\nDStem: 103.562 702 207.562 702 81.562 599 185.562 599 122 520 210 520 25 133 117 150 264.562 702 368.562 702 242.562 599 346.562 599\nRef: 8129 8129 N 1 0 0 1 -77.438 -13\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD8\nEncoding: 8152 8152 933\nWidth: 236\nHStem: 0 21<-20 74> 801 72<223.475 241.475> 916 20<102.475 155.475 347.475 403.475>\nVStem: 97.479 57.9958<900 923>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 728 728 N 1 0 0 1 -67.525 207\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD9\nEncoding: 8153 8153 934\nWidth: 236\nHStem: 0 21<-20 74> 801 69<101.613 361.613>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 175 175 N 1 0 0 1 -73.3869 174\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDA\nEncoding: 8154 8154 935\nWidth: 236\nHStem: 0 21<-20 74> 721 20<-104.932 1.06799>\nDStem: 159 716 253 716 -20 0 74 0\nRef: 8175 8175 N 1 0 0 1 -283.932 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDB\nEncoding: 8155 8155 936\nWidth: 236\nFlags: H\nRef: 8189 8189 N 1 0 0 1 -353.474 1\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDD\nEncoding: 8157 8157 936\nWidth: 434\nFlags: HW\nHStem: 720 20<288.061 394.061>\nRef: 8175 8175 S 1 0 0 1 109.061 0\nRef: 8190 8190 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDE\nEncoding: 8158 8158 937\nWidth: 433\nFlags: HW\nHStem: 720 20<378.603 490.603>\nRef: 8189 8189 N 1 0 0 1 32.603 0\nRef: 8190 8190 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FDF\nEncoding: 8159 8159 938\nWidth: 333\nFlags: H\nHStem: 801 70<306.293 316.293> 833 70<170.293 186.293>\nRef: 8128 8128 N 1 0 0 1 106.293 182\nRef: 8190 8190 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE0\nEncoding: 8160 8160 939\nWidth: 515\nHStem: -14 76<192 221> 599 72<341.625 359.625> 714 20<220.625 273.625 465.625 521.625>\nVStem: 12 94<108 133> 215.629 57.9958<698 721>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 728 728 N 1 0 0 1 50.6248 5\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE1\nEncoding: 8161 8161 940\nWidth: 515\nHStem: -14 76<192 221> 599 69<219.763 479.763>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 175 175 N 1 0 0 1 44.7628 -28\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE2\nEncoding: 8162 8162 941\nWidth: 515\nHStem: -14 76<192 221> 599 103<236.599 318.599 397.599 479.599> 869 20<266.794 372.794>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 236.599 702 340.599 702 214.599 599 318.599 599 397.599 702 501.599 702 375.599 599 479.599 599 456 518 544 518 385 232 464 198\nRef: 8173 8173 N 1 0 0 1 55.5993 -13\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE3\nEncoding: 8163 8163 942\nWidth: 515\nHStem: -14 76<192 221> 599 103<231.876 313.876 392.876 474.876>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 231.876 702 335.876 702 209.876 599 313.876 599 392.876 702 496.876 702 370.876 599 474.876 599 456 518 544 518 385 232 464 198\nRef: 8174 8174 N 1 0 0 1 50.8763 -13\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE4\nEncoding: 8164 8164 943\nWidth: 566\nHStem: -10 74<253 275> 460 72<365 389> 736 20<396.326 477.326>\nVStem: 486 93<336 357>\nDStem: 83 270 119 61 -34 -200 54 -200\nRef: 8127 8127 N 1 0 0 1 248.64 16\nRef: 961 961 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE5\nEncoding: 8165 8165 944\nWidth: 566\nFlags: H\nHStem: -10 74<253 275> 460 72<365 389>\nVStem: 486 93<336 357>\nDStem: 83 270 119 61 -34 -200 54 -200\nRef: 8190 8190 N 1 0 0 1 221.003 16\nRef: 961 961 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE6\nEncoding: 8166 8166 945\nWidth: 515\nHStem: -14 76<192 221> 600 70<415.408 425.408> 632 70<279.408 295.408>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 456 518 544 518 385 232 464 198\nRef: 8128 8128 N 1 0 0 1 215.408 -19\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE7\nEncoding: 8167 8167 946\nWidth: 515\nHStem: -14 76<192 221> 599 103<262.987 344.987 423.987 505.987> 761 70<444.987 454.987> 793 70<308.987 324.987>\nVStem: 12 94<108 133>\nDStem: 106 518 194 518 26 198 123 232 262.987 702 366.987 702 240.987 599 344.987 599 423.987 702 527.987 702 401.987 599 505.987 599 456 518 544 518 385 232 464 198\nRef: 8129 8129 N 1 0 0 1 81.9871 -13\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE8\nEncoding: 8168 8168 947\nWidth: 684\nHStem: 0 21<201 295> 801 72<449.475 467.475> 916 20<328.475 381.475 573.475 629.475>\nVStem: 323.479 57.9958<900 923>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 650 716 760 716 457 506 371 304\nRef: 728 728 N 1 0 0 1 158.475 207\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE9\nEncoding: 8169 8169 948\nWidth: 684\nHStem: 0 21<201 295> 801 69<327.613 587.613>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 650 716 760 716 457 506 371 304\nRef: 175 175 N 1 0 0 1 152.613 174\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEA\nEncoding: 8170 8170 949\nWidth: 684\nHStem: 0 21<201 295> 721 20<-159.932 -53.932>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 650 716 760 716 457 506 371 304\nRef: 8175 8175 N 1 0 0 1 -338.932 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEB\nEncoding: 8171 8171 950\nWidth: 684\nHStem: 0 21<201 295> 721 20<-62.474 49.526>\nDStem: 104 716 218 716 277 304 306 500 277 304 371 304 201 0 295 0 650 716 760 716 457 506 371 304\nRef: 8189 8189 N 1 0 0 1 -408.474 1\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEC\nEncoding: 8172 8172 951\nWidth: 638\nFlags: H\nHStem: 0 21<-11 83> 292 84<177 374> 632 84<240 470>\nDStem: 168 716 241 632 -11 0 177 376 168 716 156 292 -11 0 83 0\nRef: 8190 8190 N 1 0 0 1 -147.322 1\nRef: 929 929 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FED\nEncoding: 8173 8173 952\nWidth: 333\nHStem: 612 103<181 263 342 424> 882 20<211.195 317.195>\nDStem: 181 715 285 715 159 612 263 612 342 715 446 715 320 612 424 612\nRef: 8175 8175 S 1 0 0 1 32.1951 162\nRef: 168 168 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEE\nEncoding: 8174 8174 953\nWidth: 624\nHStem: 612 103<181 263 342 424>\nDStem: 181 715 285 715 159 612 263 612 342 715 446 715 320 612 424 612\nRef: 901 901 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FEF\nEncoding: 8175 8175 954\nWidth: 303\nFlags: W\nHStem: 720 20<179 285>\nRef: 96 96 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF2\nEncoding: 8178 8178 955\nWidth: 740\nHStem: -9 72<159 181 461 469> 727 20<379.458 485.458>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 8060 8060 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF3\nEncoding: 8179 8179 956\nWidth: 740\nHStem: -9 72<159 181 461 469>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF4\nEncoding: 8180 8180 957\nWidth: 725\nHStem: -9 72<159 181 461 469>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 974 974 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF6\nEncoding: 8182 8182 958\nWidth: 740\nHStem: -9 72<159 181 461 469> 600 70<525.707 535.707> 632 70<389.707 405.707>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 8128 8128 N 1 0 0 1 325.707 -19\nRef: 969 969 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF7\nEncoding: 8183 8183 959\nWidth: 740\nHStem: -9 72<159 181 461 469> 600 70<525.707 535.707> 632 70<389.707 405.707>\nVStem: 20 84<140 168> 627 84<321 348>\nDStem: 358 376 442 376 302 153 386 153\nRef: 890 890 N 1 0 0 1 54.112 7\nRef: 8182 8182 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF8\nEncoding: 8184 8184 960\nWidth: 750\nHStem: -12 82<297 323> 648 82<455 487> 721 20<-58.9077 47.0923>\nVStem: 34 98<233 261> 648 102<455 482>\nRef: 8175 8175 S 1 0 0 1 -237.908 1\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF9\nEncoding: 8185 8185 961\nWidth: 750\nHStem: -12 82<297 323> 648 82<455 487> 721 20<101.551 213.551>\nVStem: 34 98<233 261> 648 102<455 482>\nRef: 8189 8189 S 1 0 0 1 -244.449 1\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFA\nEncoding: 8186 8186 962\nWidth: 720\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<-58.2072 47.7928>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8175 8175 S 1 0 0 1 -237.207 1\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFB\nEncoding: 8187 8187 963\nWidth: 720\nHStem: 0 76<-30 145 455 612> 646 76<431 459> 721 20<96.2511 208.251>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8189 8189 S 1 0 0 1 -249.749 1\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFC\nEncoding: 8188 8188 964\nWidth: 936\nFlags: W\nHStem: 0 76<-30 145 455 612> 646 76<431 459>\nVStem: 37 86<255 289> 626 93<447 472>\nRef: 8126 8126 N 1 0 0 1 709.446 0\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFD\nEncoding: 8189 8189 965\nWidth: 333\nFlags: W\nHStem: 720 20<346 458>\nRef: 180 180 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FFE\nEncoding: 8190 8190 966\nWidth: 159\nFlags: HW\nRef: 788 788 N 1 0 0 1 0 0\nEndChar\nStartChar: endash\nEncoding: 8211 8211 735\nWidth: 556\nFlags: W\nHStem: 240 72<61 613>\nFore\n628 312 m 1\n 613 240 l 1\n 46 240 l 1\n 61 312 l 1\n 628 312 l 1\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 736\nWidth: 1000\nFlags: W\nHStem: 240 72<57 1053>\nFore\n1068 312 m 1\n 1053 240 l 1\n 42 240 l 1\n 57 312 l 1\n 1068 312 l 1\nEndSplineSet\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 737\nWidth: 222\nFlags: W\nHStem: 477 103<232 256>\nDStem: 184 577 278 580 163 477 256 477\nFore\n256 477 m 1\n 163 477 l 1\n 184 577 l 1\n 202 658 246 705 308 709 c 1\n 300 670 l 1\n 262 666 242 640 231 580 c 1\n 278 580 l 1\n 256 477 l 1\nEndSplineSet\nKernsSLIF: 65 -74 3 0 84 -14 3 0 86 -5 3 0 87 6 3 0 89 -17 3 0 193 -74 3 0 196 -74 3 0 197 -74 3 0 198 -86 3 0\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 738\nWidth: 222\nFlags: W\nHStem: 605 103<215 240>\nDStem: 215 708 309 708 193 605 288 608\nFore\n215 708 m 1\n 309 708 l 1\n 288 608 l 1\n 271 529 227 481 166 477 c 1\n 174 515 l 1\n 210 520 231 548 241 605 c 1\n 193 605 l 1\n 215 708 l 1\nEndSplineSet\nKernsSLIF: 44 -68 3 0 46 -68 3 0 65 -76 3 0 100 -25 3 0 111 -31 3 0 114 -24 3 0 115 -23 3 0 116 -14 3 0 118 -10 3 0 119 -5 3 0 121 -14 3 0 193 -76 3 0 196 -76 3 0 197 -76 3 0 198 -88 3 0\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 739\nWidth: 222\nFlags: W\nHStem: 0 103<86 111>\nDStem: 86 103 180 103 64 0 159 3\nFore\n86 103 m 1\n 180 103 l 1\n 159 3 l 1\n 142 -76 98 -124 37 -128 c 1\n 45 -90 l 1\n 81 -85 102 -57 112 0 c 1\n 64 0 l 1\n 86 103 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 740\nWidth: 333\nFlags: W\nHStem: 477 103<215 239 375 400>\nDStem: 167 577 261 580 146 477 239 477 328 577 422 580 307 477 400 477\nFore\n239 477 m 1\n 146 477 l 1\n 167 577 l 1\n 184 656 228 704 288 709 c 1\n 280 670 l 1\n 245 665 224 638 214 580 c 1\n 261 580 l 1\n 239 477 l 1\n400 477 m 1\n 307 477 l 1\n 328 577 l 1\n 345 656 389 704 449 709 c 1\n 441 670 l 1\n 405 665 385 638 374 580 c 1\n 422 580 l 1\n 400 477 l 1\nEndSplineSet\nKernsSLIF: 65 -58 3 0 84 1 3 0 86 10 3 0 87 22 3 0 89 -1 3 0 193 -58 3 0 196 -58 3 0 197 -58 3 0 198 -70 3 0\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 741\nWidth: 333\nFlags: W\nHStem: 605 103<199 224 358 383>\nDStem: 199 708 293 708 177 605 272 608 358 708 452 708 336 605 431 608\nFore\n199 708 m 1\n 293 708 l 1\n 272 608 l 1\n 255 529 211 481 150 477 c 1\n 158 515 l 1\n 194 520 215 548 225 605 c 1\n 177 605 l 1\n 199 708 l 1\n358 708 m 1\n 452 708 l 1\n 431 608 l 1\n 414 529 370 481 309 477 c 1\n 317 515 l 1\n 353 520 374 548 384 605 c 1\n 336 605 l 1\n 358 708 l 1\nEndSplineSet\nKernsSLIF: 65 -60 3 0 84 2 3 0 86 9 3 0 87 21 3 0 89 -2 3 0 193 -60 3 0 196 -60 3 0 197 -60 3 0 198 -72 3 0\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 742\nWidth: 333\nFlags: W\nHStem: 0 103<69 94 228 253>\nDStem: 69 103 163 103 47 0 142 3 228 103 322 103 206 0 301 3\nFore\n69 103 m 1\n 163 103 l 1\n 142 3 l 1\n 125 -76 81 -124 20 -128 c 1\n 28 -90 l 1\n 64 -85 85 -57 95 0 c 1\n 47 0 l 1\n 69 103 l 1\n228 103 m 1\n 322 103 l 1\n 301 3 l 1\n 284 -76 240 -124 179 -128 c 1\n 187 -90 l 1\n 223 -85 244 -57 254 0 c 1\n 206 0 l 1\n 228 103 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nKernsSLIF: 65 21 3 0 84 -80 3 0 86 -74 3 0 87 -39 3 0 89 -96 3 0 198 21 3 0\nEndChar\nStartChar: dagger\nEncoding: 8224 8224 743\nWidth: 556\nFlags: W\nHStem: 420 81<144 319 427 603> 420 289<408 426>\nDStem: 144 501 408 420 127 420 282 -177 320 420 408 420 194 -177 282 -177 382 709 470 709 338 501 426 501\nFore\n620 501 m 1\n 603 420 l 1\n 408 420 l 1\n 282 -177 l 1\n 194 -177 l 1\n 320 420 l 1\n 127 420 l 1\n 144 501 l 1\n 338 501 l 1\n 382 709 l 1\n 470 709 l 1\n 426 501 l 1\n 620 501 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 744\nWidth: 556\nFlags: W\nHStem: 31 81<68 240 347 520> 420 81<151 323 430 603> 420 289<412 429>\nDStem: 68 112 329 31 51 31 285 -177 151 501 412 420 134 420 346 112 241 31 329 31 197 -177 285 -177 324 420 412 420 258 112 346 112 385 709 473 709 341 501 429 501\nFore\n620 501 m 1\n 603 420 l 1\n 412 420 l 1\n 346 112 l 1\n 537 112 l 1\n 520 31 l 1\n 329 31 l 1\n 285 -177 l 1\n 197 -177 l 1\n 241 31 l 1\n 51 31 l 1\n 68 112 l 1\n 258 112 l 1\n 324 420 l 1\n 134 420 l 1\n 151 501 l 1\n 341 501 l 1\n 385 709 l 1\n 473 709 l 1\n 429 501 l 1\n 620 501 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: bullet\nEncoding: 8226 8226 745\nWidth: 350\nFlags: W\nHStem: 220.004 249.996<220 274>\nVStem: 120.004 255.996<318 372>\nFore\n274 470 m 0\n 334 470 376 430 376 372 c 0\n 376 293 301 220 220 220 c 0\n 164 220 120 263 120 318 c 0\n 120 397 194 470 274 470 c 0\nEndSplineSet\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 746\nWidth: 1000\nFlags: W\nHStem: 0 103<137 219 470 552 803 885>\nDStem: 137 103 241 103 115 0 219 0 470 103 574 103 448 0 552 0 803 103 907 103 781 0 885 0\nFore\n241 103 m 1\n 219 0 l 1\n 115 0 l 1\n 137 103 l 1\n 241 103 l 1\n574 103 m 1\n 552 0 l 1\n 448 0 l 1\n 470 103 l 1\n 574 103 l 1\n907 103 m 1\n 885 0 l 1\n 781 0 l 1\n 803 103 l 1\n 907 103 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 747\nWidth: 1000\nFlags: W\nHStem: -18.9887 54.9887<478 493 839 854> 221 55<530 543 891 904> 430.011 54.9886<249 264> 670 55<301 314> 718 20G<649 715>\nVStem: 128 60<545 558> 357 60<96 109> 374 60<599 611> 603 60<150 162> 718 60<96 109> 964 60<150 162>\nDStem: 649 738 715 738 93 -20 159 -20\nFore\n649 738 m 1\n 715 738 l 1\n 159 -20 l 1\n 93 -20 l 1\n 649 738 l 1\n314 725 m 0\n 383 725 434 677 434 612 c 0\n 434 515 347 430 247 430 c 0\n 180 430 128 480 128 546 c 0\n 128 638 218 725 314 725 c 0\n302 670 m 0\n 241 670 188 616 188 556 c 0\n 188 515 219 485 262 485 c 0\n 322 485 374 539 374 600 c 0\n 374 639 342 670 302 670 c 0\n543 276 m 0\n 612 276 663 228 663 163 c 0\n 663 66 576 -19 476 -19 c 0\n 409 -19 357 31 357 97 c 0\n 357 189 447 276 543 276 c 0\n531 221 m 0\n 470 221 417 167 417 107 c 0\n 417 66 448 36 491 36 c 0\n 551 36 603 90 603 151 c 0\n 603 190 571 221 531 221 c 0\n904 276 m 0\n 973 276 1024 228 1024 163 c 0\n 1024 66 937 -19 837 -19 c 0\n 770 -19 718 31 718 97 c 0\n 718 189 808 276 904 276 c 0\n892 221 m 0\n 831 221 778 167 778 107 c 0\n 778 66 809 36 852 36 c 0\n 912 36 964 90 964 151 c 0\n 964 190 932 221 892 221 c 0\nEndSplineSet\nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 748\nWidth: 333\nFlags: W\nDStem: 140 227 197 271 265 106 283 188 336 438 318 355 159 316 197 271\nFore\n140 227 m 1\n 159 316 l 1\n 336 438 l 1\n 318 355 l 1\n 197 271 l 1\n 283 188 l 1\n 265 106 l 1\n 140 227 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 749\nWidth: 333\nFlags: W\nDStem: 162 356 180 438 250 273 307 317 250 273 288 228 127 189 109 106\nFore\n307 317 m 1\n 288 228 l 1\n 109 106 l 1\n 127 189 l 1\n 250 273 l 1\n 162 356 l 1\n 180 438 l 1\n 307 317 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 65 -52 3 0 84 -126 3 0 86 -90 3 0 87 -62 3 0 89 -131 3 0 193 -52 3 0 196 -52 3 0 197 -52 3 0 198 -56 3 0\nEndChar\nStartChar: fraction\nEncoding: 8260 8260 750\nWidth: 167\nFlags: W\nDStem: 428 709 486 709 -178 -20 -120 -20\nFore\n428 709 m 1\n 486 709 l 1\n -120 -20 l 1\n -178 -20 l 1\n 428 709 l 1\nEndSplineSet\nEndChar\nStartChar: afii57636\nEncoding: 8362 8362 751\nWidth: 869\nFlags: HW\nHStem: 0 76 524 76<138 406 138 138>\nFore\n622 156 m 1\n 716 600 l 1\n 803 600 l 1\n 705 146 l 1\n 684 100 663 77 621 48 c 0\n 574 17 540 9 488 1 c 1\n 150 0 l 1\n 230 375 l 1\n 317 375 l 1\n 253 76 l 1\n 495 76 l 1\n 530 84 547 85 575 104 c 0\n 602 122 608 135 622 156 c 1\n556 486 m 1\n 494 195 l 1\n 407 195 l 1\n 468 476 l 1\n 471 491 467 502 455 510 c 0\n 441 520 428 524 406 524 c 2\n 138 524 l 1\n 27 1 l 1\n -60 1 l 1\n 59 562 l 1\n 67 600 l 1\n 111 600 l 1\n 431 600 l 2\n 465 600 500 600 531 572 c 0\n 561 544 561 512 556 486 c 1\nEndSplineSet\nEndChar\nStartChar: Euro\nEncoding: 8364 8364 752\nWidth: 556\nFlags: W\nHStem: -22 78<296 316> 254 59<47 95 192 401> 379 59<74 117 228 476> 633 75.1674<435 444>\nVStem: 95 91<218 253>\nFore\n47 313 m 1\n 102 313 l 1\n 105 331 111 356 118 379 c 1\n 39 379 l 1\n 74 438 l 1\n 137 438 l 1\n 162 503 195 559 239 608 c 0\n 299 675 372 709 458 709 c 0\n 527 709 580 689 636 642 c 1\n 587 562 l 1\n 526 615 488 633 436 633 c 0\n 349 633 287 575 227 438 c 1\n 512 438 l 1\n 476 379 l 1\n 206 379 l 1\n 200 361 194 334 191 313 c 1\n 437 313 l 1\n 401 254 l 1\n 186 254 l 1\n 186 240 l 2\n 186 118 229 56 313 56 c 0\n 362 56 401 69 492 117 c 1\n 472 24 l 1\n 415 -7 356 -22 294 -22 c 0\n 163 -22 95 62 95 225 c 0\n 95 228 95 243 96 254 c 1\n 12 254 l 1\n 47 313 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: trademark\nEncoding: 8482 8482 753\nWidth: 1000\nFlags: W\nHStem: 674 55<220 361 430 583>\nDStem: 220 729 430 674 208 674 349 292 362 674 430 674 281 292 349 292 648 729 695 633 555 292 622 292 1006 729 1009 633 797 367 814 292 1009 633 1096 729 936 292 1003 292\nFore\n430 674 m 1\n 349 292 l 1\n 281 292 l 1\n 362 674 l 1\n 208 674 l 1\n 220 729 l 1\n 594 729 l 1\n 583 674 l 1\n 430 674 l 1\n814 292 m 1\n 743 292 l 1\n 695 633 l 1\n 622 292 l 1\n 555 292 l 1\n 648 729 l 1\n 742 729 l 1\n 797 367 l 1\n 1006 729 l 1\n 1096 729 l 1\n 1003 292 l 1\n 936 292 l 1\n 1009 633 l 1\n 814 292 l 1\nEndSplineSet\nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 754\nWidth: 490\nFlags: W\nHStem: -15 32<193 212> 365 42.9986<218 257> 703 47<193 215>\nVStem: 22 88.0803<154 179> 378.502 78.7603<405 456>\nFore\n102 670 m 1\n 62 722 l 1\n 102 740 149 750 194 750 c 0\n 347 750 458 605 458 405 c 0\n 458 302 429 171 392 103 c 0\n 349 26 287 -15 212 -15 c 0\n 105 -15 22 70 22 179 c 0\n 22 244 50 311 96 358 c 0\n 130 392 169 408 218 408 c 0\n 271 408 300 396 368 343 c 1\n 377 402 379 426 379 456 c 0\n 379 529 358 604 324 651 c 0\n 300 684 261 703 214 703 c 0\n 178 703 169 700 110 674 c 2\n 102 670 l 1\n361 304 m 1\n 359 308 l 2\n 336 343 296 365 257 365 c 0\n 176 365 110 270 110 154 c 0\n 110 68 143 17 199 17 c 0\n 253 17 299 61 326 139 c 0\n 340 183 347 215 361 304 c 1\nEndSplineSet\nEndChar\nStartChar: Delta\nEncoding: 8710 8710 755\nWidth: 712\nFlags: W\nHStem: 0 82<161 583> 709 20G<459 559>\nDStem: 459 729 485 616 10 0 160 82\nFore\n10 0 m 1\n 459 729 l 1\n 559 729 l 1\n 701 0 l 1\n 10 0 l 1\n160 82 m 1\n 584 82 l 1\n 485 616 l 1\n 160 82 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: summation\nEncoding: 8721 8721 756\nWidth: 711\nFlags: W\nHStem: -88 105<184 539> 707 48<327 612>\nDStem: 163 762 326 707 411 248 520 298 411 248 520 298 -18 -92 183 17\nFore\n183 17 m 1\n 500 17 l 2\n 562 17 585 22 610 39 c 0\n 633 55 641 66 673 116 c 0\n 675 120 677 123 681 129 c 1\n 706 129 l 1\n 665 45 648 1 615 -97 c 1\n 594 -91 567 -88 537 -88 c 2\n 57 -88 l 2\n 16 -88 16 -88 -18 -92 c 1\n 411 248 l 1\n 163 762 l 1\n 203 757 233 755 274 755 c 2\n 760 755 l 1\n 733 576 l 1\n 711 576 l 1\n 709 630 704 652 692 671 c 0\n 675 695 642 707 588 707 c 2\n 326 707 l 1\n 520 298 l 1\n 183 17 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: minus\nEncoding: 8722 8722 757\nWidth: 584\nFlags: W\nHStem: 197 72<96 586>\nFore\n601 269 m 1\n 586 197 l 1\n 81 197 l 1\n 96 269 l 1\n 601 269 l 1\nEndSplineSet\nEndChar\nStartChar: radical\nEncoding: 8730 8730 758\nWidth: 542\nFlags: W\nDStem: 217 461 265 521 353 -36 375 125 265 521 217 461 102 448 113 415 670 913 705 908 375 125 353 -36\nFore\n670 913 m 1\n 705 908 l 1\n 353 -36 l 1\n 217 461 l 1\n 113 415 l 1\n 102 448 l 1\n 265 521 l 1\n 375 125 l 1\n 670 913 l 1\nEndSplineSet\nEndChar\nStartChar: notequal\nEncoding: 8800 8800 759\nWidth: 584\nFlags: W\nHStem: 111 72<89 196 343 558> 283 72<125 328 475 594>\nDStem: 197 111 288 111 143 41 205 2 329 283 420 283 250 183 342 183 478 480 540 441 382 355 474 355\nFore\n197 111 m 1\n 74 111 l 1\n 89 183 l 1\n 250 183 l 1\n 329 283 l 1\n 111 283 l 1\n 125 355 l 1\n 382 355 l 1\n 478 480 l 1\n 540 441 l 1\n 474 355 l 1\n 609 355 l 1\n 594 283 l 1\n 420 283 l 1\n 342 183 l 1\n 572 183 l 1\n 558 111 l 1\n 288 111 l 1\n 205 2 l 1\n 143 41 l 1\n 197 111 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 760\nWidth: 584\nFlags: W\nHStem: 0 72<60 534>\nDStem: 111 308 220 341 556 101 573 178 659 584 642 505 126 377 220 341\nFore\n549 72 m 1\n 534 0 l 1\n 45 0 l 1\n 60 72 l 1\n 549 72 l 1\n111 308 m 1\n 126 377 l 1\n 659 584 l 1\n 642 505 l 1\n 220 341 l 1\n 573 178 l 1\n 556 101 l 1\n 111 308 l 1\nEndSplineSet\nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 761\nWidth: 584\nFlags: W\nHStem: 0 72<71 545>\nDStem: 164 507 181 584 517 344 626 377 517 344 611 308 95 180 78 101\nFore\n71 72 m 1\n 560 72 l 1\n 545 0 l 1\n 56 0 l 1\n 71 72 l 1\n626 377 m 1\n 611 308 l 1\n 78 101 l 1\n 95 180 l 1\n 517 344 l 1\n 164 507 l 1\n 181 584 l 1\n 626 377 l 1\nEndSplineSet\nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 762\nWidth: 489\nFlags: W\nHStem: 0 21G<208 270>\nDStem: 16 372 79 372 208 0 240 60 208 744 240 684 16 372 79 372 240 684 270 744 400 372 462 372 400 372 462 372 240 60 270 0\nFore\n270 744 m 1\n 462 372 l 1\n 270 0 l 1\n 208 0 l 1\n 16 372 l 1\n 208 744 l 1\n 270 744 l 1\n240 60 m 1\n 400 372 l 1\n 240 684 l 1\n 79 372 l 1\n 240 60 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uniF639\nEncoding: 63033 63033 763\nWidth: 556\nFlags: HW\nRef: 48 48 N 1 0 0 1 0 0\nKernsSLIF: 63036 -11 3 0 63039 -50 3 0 63196 -56 3 0\nEndChar\nStartChar: uniF63A\nEncoding: 63034 63034 764\nWidth: 556\nFlags: HW\nRef: 50 50 N 1 0 0 1 0 0\nKernsSLIF: 63036 -43 3 0 63039 -38 3 0 63196 -45 3 0\nEndChar\nStartChar: uniF63B\nEncoding: 63035 63035 765\nWidth: 556\nFlags: HW\nRef: 51 51 N 1 0 0 1 0 0\nKernsSLIF: 63036 -9 3 0 63039 -45 3 0 63196 -57 3 0\nEndChar\nStartChar: uniF63C\nEncoding: 63036 63036 766\nWidth: 556\nFlags: HW\nRef: 52 52 N 1 0 0 1 0 0\nKernsSLIF: 63036 -3 3 0 63039 -65 3 0 63196 -88 3 0\nEndChar\nStartChar: uniF63D\nEncoding: 63037 63037 767\nWidth: 556\nFlags: HW\nRef: 53 53 N 1 0 0 1 0 0\nKernsSLIF: 63036 -7 3 0 63039 -32 3 0 63196 -83 3 0\nEndChar\nStartChar: uniF63E\nEncoding: 63038 63038 768\nWidth: 556\nFlags: HW\nRef: 54 54 N 1 0 0 1 0 0\nKernsSLIF: 63036 -7 3 0 63039 -40 3 0 63196 -52 3 0\nEndChar\nStartChar: uniF63F\nEncoding: 63039 63039 769\nWidth: 556\nFlags: HW\nRef: 55 55 N 1 0 0 1 0 0\nKernsSLIF: 44 -123 3 0 46 -123 3 0 58 -84 3 0 63034 -31 3 0 63035 -29 3 0 63036 -95 3 0 63037 -37 3 0 63038 -44 3 0 63039 -11 3 0 63040 -34 3 0 63196 -58 3 0\nEndChar\nStartChar: uniF640\nEncoding: 63040 63040 770\nWidth: 556\nFlags: HW\nRef: 56 56 N 1 0 0 1 0 0\nKernsSLIF: 63036 -6 3 0 63039 -43 3 0 63196 -55 3 0\nEndChar\nStartChar: uniF641\nEncoding: 63041 63041 771\nWidth: 556\nFlags: HW\nRef: 57 57 N 1 0 0 1 0 0\nKernsSLIF: 63036 -12 3 0 63039 -50 3 0 63196 -55 3 0\nEndChar\nStartChar: dotlessj\nEncoding: 63166 63166 763\nWidth: 222\nFlags: W\nHStem: -218 72<-47 -16> 504 20G<180 264>\nDStem: 180 524 264 524 53 -76 130 -109\nFore\n180 524 m 1\n 264 524 l 1\n 130 -109 l 1\n 112 -191 69 -218 -46 -218 c 0\n -55 -218 -58 -217 -65 -215 c 1\n -50 -144 l 1\n -32 -146 -30 -146 -25 -146 c 0\n 26 -146 41 -132 53 -76 c 2\n 180 524 l 1\nEndSplineSet\nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 763\nWidth: 333\nFlags: W\nHStem: -283.661 37.6606<66 67> -158 98<105 138>\nDStem: 105 -60 205 -60 84 -158 186 -153\nFore\n105 -60 m 1\n 205 -60 l 1\n 186 -153 l 1\n 168 -235 120 -284 57 -284 c 1\n 65 -246 l 1\n 104 -246 128 -217 139 -158 c 1\n 84 -158 l 1\n 105 -60 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: onefitted\nEncoding: 63196 63196 764\nWidth: 556\nFlags: HW\nRef: 49 49 N 1 0 0 1 0 0\nKernsSLIF: 44 -82 3 0 46 -82 3 0 63033 -71 3 0 63034 -78 3 0 63035 -75 3 0 63036 -88 3 0 63037 -72 3 0 63038 -71 3 0 63039 -98 3 0 63040 -73 3 0 63041 -71 3 0 63196 -125 3 0\nEndChar\nStartChar: ff\nEncoding: 64256 64256 764\nWidth: 556\nFlags: H\nRef: 102 102 N 1 0 0 1 278 0\nRef: 102 102 N 1 0 0 1 0 0\nLigature: 8 0 'liga' f f\nEndChar\nStartChar: fi\nEncoding: 64257 64257 764\nWidth: 500\nFlags: W\nHStem: 0 21G<83 167 352 436> 457 67<124 179 279 350> 626 103<507 569> 660 72<349 371>\nDStem: 124 524 264 457 110 457 167 0 180 457 264 457 83 0 167 0 213 613 293 593 194 524 278 524 463 524 547 524 352 0 436 0 507 729 591 729 485 626 569 626\nFore\n364 524 m 1\n 350 457 l 1\n 264 457 l 1\n 167 0 l 1\n 83 0 l 1\n 180 457 l 1\n 110 457 l 1\n 124 524 l 1\n 194 524 l 1\n 213 613 l 2\n 229 687 285 732 362 732 c 0\n 378 732 389 731 407 727 c 1\n 392 658 l 1\n 377 660 371 660 365 660 c 0\n 322 660 304 643 293 593 c 2\n 278 524 l 1\n 364 524 l 1\n547 524 m 1\n 436 0 l 1\n 352 0 l 1\n 463 524 l 1\n 547 524 l 1\n591 729 m 1\n 569 626 l 1\n 485 626 l 1\n 507 729 l 1\n 591 729 l 1\nEndSplineSet\nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 765\nWidth: 500\nFlags: W\nHStem: 0 21G<88 172 346 430> 457 67<129 184 284 355> 660 72<354 376> 709 20G<501 585>\nDStem: 129 524 269 457 115 457 172 0 185 457 269 457 88 0 172 0 218 613 298 593 199 524 283 524 501 729 585 729 346 0 430 0\nFore\n369 524 m 1\n 355 457 l 1\n 269 457 l 1\n 172 0 l 1\n 88 0 l 1\n 185 457 l 1\n 115 457 l 1\n 129 524 l 1\n 199 524 l 1\n 218 613 l 2\n 234 687 290 732 367 732 c 0\n 383 732 394 731 412 727 c 1\n 397 658 l 1\n 383 660 377 660 370 660 c 0\n 327 660 309 643 298 593 c 2\n 283 524 l 1\n 369 524 l 1\n585 729 m 1\n 430 0 l 1\n 346 0 l 1\n 501 729 l 1\n 585 729 l 1\nEndSplineSet\nLigature: 8 0 'liga' f l\nEndChar\nStartChar: ffi\nEncoding: 64259 64259 766\nWidth: 778\nFlags: H\nRef: 105 105 N 1 0 0 1 556 0\nRef: 102 102 N 1 0 0 1 278 0\nRef: 102 102 N 1 0 0 1 0 0\nLigature: 8 0 'liga' ff i\nLigature: 8 0 'liga' f f i\nEndChar\nStartChar: ffl\nEncoding: 64260 64260 767\nWidth: 778\nFlags: H\nRef: 108 108 N 1 0 0 1 556 0\nRef: 102 102 N 1 0 0 1 278 0\nRef: 102 102 N 1 0 0 1 0 0\nLigature: 8 0 'liga' ff l\nLigature: 8 0 'liga' f f l\nEndChar\nStartChar: uniFB05\nEncoding: 64261 64261 768\nWidth: 556\nFlags: H\nRef: 116 116 N 1 0 0 1 278 0\nRef: 383 383 N 1 0 0 1 0 0\nLigature: 8 0 'hlig' longs t\nEndChar\nStartChar: uniFB06\nEncoding: 64262 64262 769\nWidth: 778\nFlags: H\nRef: 116 116 N 1 0 0 1 500 0\nRef: 115 115 N 1 0 0 1 0 0\nLCarets: 0 255 '    ' 1 0 \nLigature: 8 0 'dlig' s t\nEndChar\nStartChar: uniFB1D\nEncoding: 64285 64285 766\nWidth: 200\nFlags: HW\nHStem: 149 71<-15 41>\nFore\n-15 220 m 1\n 56 220 l 1\n 41 149 l 1\n -30 149 l 1\n -15 220 l 1\n66 600 m 1\n 153 600 l 1\n 93 321 l 1\n -1 286 l 1\n 66 600 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB1E\nEncoding: 64286 64286 767\nWidth: 305\nFlags: HW\nHStem: 660 71<175.5 190>\nFore\n123 813 m 1\n 53 813 l 1\n 53 813 48 760 59 731 c 0\n 67 708 76 697 96 684 c 0\n 122 666 139 660 173 660 c 0\n 207 660 227 666 261 684 c 0\n 286 697 299 708 318 731 c 0\n 341 760 359 813 359 813 c 1\n 288 813 l 1\n 288 813 274 772 252 754 c 0\n 230 736 214 731 188 731 c 0\n 163 731 149 736 134 754 c 0\n 120 772 123 813 123 813 c 1\nEndSplineSet\nEndChar\nStartChar: afii57705\nEncoding: 64287 64287 768\nWidth: 400\nFlags: HW\nHStem: 149 71<29 202>\nFore\n29 220 m 1\n 217 220 l 1\n 202 149 l 1\n 14 149 l 1\n 29 220 l 1\n66 600 m 1\n 153 600 l 1\n 93 321 l 1\n -1 286 l 1\n 66 600 l 1\n266 600 m 1\n 353 600 l 1\n 293 321 l 1\n 199 286 l 1\n 266 600 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB20\nEncoding: 64288 64288 769\nWidth: 587\nFlags: HW\nHStem: 1 75\nFore\n187 78 m 1\n 209 80 224 86 255 100 c 0\n 299 120 309 127 339 161 c 0\n 359 183 368 207 372 226 c 2\n 452 600 l 1\n 539 600 l 1\n 459 226 l 2\n 453 198 439 160 407 123 c 0\n 372 82 335 56 285 34 c 0\n 238 12 195 0 145 1 c 1\n -83 0 l 1\n -67 76 l 1\n 98 76 l 1\n 70 600 l 1\n 160 600 l 1\n 187 78 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB21\nEncoding: 64289 64289 770\nWidth: 890\nFlags: HW\nFore\n267 368 m 1\n 208 340 171 306 163 297 c 0\n 103 236 78 210 63 141 c 1\n 33 0 l 1\n -54 0 l 1\n -24 141 l 1\n -7 227 39 282 100 340 c 0\n 149 387 199 411 220 423 c 1\n 65 600 l 1\n 188 600 l 1\n 509 231 l 1\n 570 263 607 294 615 303 c 0\n 673 362 698 385 713 450 c 1\n 745 600 l 1\n 832 600 l 1\n 800 450 l 1\n 783 366 734 315 677 260 c 0\n 644 228 577 189 557 177 c 1\n 712 0 l 1\n 587 0 l 1\n 267 368 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB22\nEncoding: 64290 64290 771\nWidth: 848\nFlags: HW\nHStem: 524 76<45 614 701 784 701 701>\nFore\n701 524 m 1\n 590 0 l 1\n 503 0 l 1\n 614 524 l 1\n 29 524 l 1\n 45 600 l 1\n 800 600 l 1\n 784 524 l 1\n 701 524 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB23\nEncoding: 64291 64291 772\nWidth: 872\nFlags: HW\nHStem: 0 375<23 30> 524 76<71 554>\nVStem: 692 89\nFore\n780 378 m 1\n 700 0 l 1\n 613 0 l 1\n 692 372 l 1\n 692 413 694 433 677 467 c 0\n 668 483 669 482 654 492 c 0\n 620 514 598 517 554 524 c 1\n 55 524 l 1\n 71 600 l 1\n 577 600 l 1\n 635 592 668 585 714 557 c 0\n 735 544 750 527 759 507 c 0\n 781 461 783 430 780 378 c 1\n-57 0 m 1\n 23 375 l 1\n 110 375 l 1\n 30 0 l 1\n -57 0 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB24\nEncoding: 64292 64292 773\nWidth: 800\nFlags: HW\nHStem: 0 76<-47 357> 524 76<65 463>\nFore\n357 0 m 1\n -63 0 l 1\n -47 76 l 1\n 368 76 l 1\n 425 84 453 86 505 109 c 0\n 529 119 529 120 546 135 c 1\n 581 169 589 189 608 229 c 1\n 638 371 l 1\n 637 411 636 431 616 465 c 0\n 606 480 606 480 587 491 c 0\n 544 514 517 516 463 524 c 1\n 48 524 l 1\n 65 600 l 1\n 485 600 l 1\n 550 592 588 586 642 558 c 0\n 665 547 684 531 696 509 c 0\n 722 464 728 433 726 378 c 1\n 693 222 l 1\n 671 167 653 136 608 91 c 0\n 586 69 560 53 533 42 c 0\n 466 13 426 8 357 0 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB25\nEncoding: 64293 64293 774\nWidth: 850\nFlags: HW\nHStem: 524 76<132 700> 524 225<77 164>\nFore\n401 86 m 1\n 382 0 l 1\n 295 0 l 1\n 317 103 336 159 401 228 c 0\n 461 291 567 336 607 358 c 0\n 649 381 669 409 684 452 c 1\n 700 524 l 1\n 29 524 l 1\n 77 749 l 1\n 164 749 l 1\n 132 600 l 1\n 803 600 l 1\n 771 447 l 1\n 759 398 727 356 689 327 c 0\n 619 274 534 250 475 196 c 0\n 434 159 417 129 401 86 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB26\nEncoding: 64294 64294 775\nWidth: 873\nFlags: HW\nHStem: 0 76<46 630> 524 76<141 521 141 141>\nVStem: 696 89\nFore\n701 0 m 1\n -57 0 l 1\n 70 600 l 1\n 537 600 l 2\n 601 600 650 585 698 558 c 0\n 716 548 740 527 752 509 c 0\n 775 471 794 432 781 375 c 1\n 701 0 l 1\n630 76 m 1\n 694 375 l 1\n 701 414 686 448 671 465 c 0\n 664 473 655 483 642 491 c 0\n 611 511 576 523 521 524 c 2\n 141 524 l 1\n 46 76 l 1\n 630 76 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB27\nEncoding: 64295 64295 776\nWidth: 797\nFlags: HW\nHStem: 524 76<45 479>\nVStem: 617 89\nFore\n705 378 m 1\n 625 0 l 1\n 538 0 l 1\n 617 372 l 1\n 617 413 619 433 602 467 c 0\n 593 483 594 482 579 492 c 0\n 545 514 523 517 479 524 c 1\n 28 524 l 1\n 45 600 l 1\n 502 600 l 1\n 560 592 593 585 639 557 c 0\n 660 544 675 527 684 507 c 0\n 706 461 708 430 705 378 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB28\nEncoding: 64296 64296 777\nWidth: 937\nFlags: HW\nHStem: 0 76 524 76<132 176 263 619 263 263>\nVStem: 757 89\nFore\n263 524 m 1\n 199 224 l 2\n 190 182 187 147 146 96 c 1\n 128 71 107 60 77 43 c 0\n 34 18 -24 0 -81 0 c 2\n -85 0 l 1\n -69 76 l 1\n -65 76 l 2\n -26 76 -3 81 45 108 c 0\n 59 116 69 122 76 130 c 0\n 102 158 103 179 113 227 c 2\n 176 524 l 1\n 116 524 l 1\n 132 600 l 1\n 642 600 l 1\n 700 592 733 585 779 557 c 0\n 800 545 815 528 824 507 c 0\n 846 461 848 431 845 378 c 1\n 765 0 l 1\n 678 0 l 1\n 757 372 l 1\n 757 413 759 433 742 468 c 1\n 733 483 734 483 719 493 c 0\n 685 514 663 517 619 524 c 1\n 263 524 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB29\nEncoding: 64297 64297 778\nWidth: 584\nFlags: HW\nHStem: 197 70<-13 194 264 456>\nFore\n471 267 m 1\n 456 197 l 1\n -28 197 l 1\n -13 267 l 1\n 194 267 l 1\n 238 474 l 1\n 308 474 l 1\n 264 267 l 1\n 471 267 l 1\nEndSplineSet\nEndChar\nStartChar: afii57694\nEncoding: 64298 64298 779\nWidth: 776\nFlags: HW\nHStem: 0 76<245 311> 224 76<91 175> 640 71<670 726>\nFore\n670 711 m 1\n 741 711 l 1\n 726 640 l 1\n 655 640 l 1\n 670 711 l 1\n78 224 m 1\n 79 210 83 197 90 177 c 0\n 98 155 137 110 159 99 c 1\n 181 86 226 75 245 76 c 2\n 327 76 l 2\n 346 75 401 88 422 99 c 0\n 453 113 492 139 526 178 c 0\n 553 211 561 228 569 262 c 1\n 641 600 l 1\n 728 600 l 1\n 656 262 l 2\n 647 220 629 182 594 141 c 0\n 549 89 497 54 453 33 c 0\n 410 14 355 1 311 0 c 2\n 229 0 l 2\n 188 1 140 12 102 33 c 0\n 61 57 23 101 6 142 c 0\n -10 181 -15 216 -4 262 c 1\n 67 600 l 1\n 154 600 l 1\n 91 300 l 1\n 190 300 l 1\n 229 302 235 304 267 326 c 1\n 296 349 302 361 310 393 c 1\n 354 600 l 1\n 441 600 l 1\n 397 393 l 1\n 389 350 364 307 319 274 c 1\n 276 239 224 223 175 224 c 2\n 78 224 l 1\nEndSplineSet\nEndChar\nStartChar: afii57695\nEncoding: 64299 64299 780\nWidth: 776\nFlags: HW\nHStem: 0 76<245 311> 224 76<91 175> 640 71<101 157>\nFore\n101 711 m 1\n 172 711 l 1\n 157 640 l 1\n 86 640 l 1\n 101 711 l 1\n78 224 m 1\n 79 210 83 197 90 177 c 0\n 98 155 137 110 159 99 c 1\n 181 86 226 75 245 76 c 2\n 327 76 l 2\n 346 75 401 88 422 99 c 0\n 453 113 492 139 526 178 c 0\n 553 211 561 228 569 262 c 1\n 641 600 l 1\n 728 600 l 1\n 656 262 l 2\n 647 220 629 182 594 141 c 0\n 549 89 497 54 453 33 c 0\n 410 14 355 1 311 0 c 2\n 229 0 l 2\n 188 1 140 12 102 33 c 0\n 61 57 23 101 6 142 c 0\n -10 181 -15 216 -4 262 c 1\n 67 600 l 1\n 154 600 l 1\n 91 300 l 1\n 190 300 l 1\n 229 302 235 304 267 326 c 1\n 296 349 302 361 310 393 c 1\n 354 600 l 1\n 441 600 l 1\n 397 393 l 1\n 389 350 364 307 319 274 c 1\n 276 239 224 223 175 224 c 2\n 78 224 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB2C\nEncoding: 64300 64300 781\nWidth: 776\nFlags: HW\nHStem: 0 76<245 311> 172 71<394 450> 224 76<91 175> 640 71<670 726>\nFore\n670 711 m 1\n 741 711 l 1\n 726 640 l 1\n 655 640 l 1\n 670 711 l 1\n394 243 m 1\n 465 243 l 1\n 450 172 l 1\n 379 172 l 1\n 394 243 l 1\n78 224 m 1\n 79 210 83 197 90 177 c 0\n 98 155 137 110 159 99 c 1\n 181 86 226 75 245 76 c 2\n 327 76 l 2\n 346 75 401 88 422 99 c 0\n 453 113 492 139 526 178 c 0\n 553 211 561 228 569 262 c 1\n 641 600 l 1\n 728 600 l 1\n 656 262 l 2\n 647 220 629 182 594 141 c 0\n 549 89 497 54 453 33 c 0\n 410 14 355 1 311 0 c 2\n 229 0 l 2\n 188 1 140 12 102 33 c 0\n 61 57 23 101 6 142 c 0\n -10 181 -15 216 -4 262 c 1\n 67 600 l 1\n 154 600 l 1\n 91 300 l 1\n 190 300 l 1\n 229 302 235 304 267 326 c 1\n 296 349 302 361 310 393 c 1\n 354 600 l 1\n 441 600 l 1\n 397 393 l 1\n 389 350 364 307 319 274 c 1\n 276 239 224 223 175 224 c 2\n 78 224 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB2D\nEncoding: 64301 64301 782\nWidth: 776\nFlags: HW\nHStem: 0 76<245 311> 172 71<394 450> 224 76<91 175> 640 71<101 157>\nFore\n101 711 m 1\n 172 711 l 1\n 157 640 l 1\n 86 640 l 1\n 101 711 l 1\n394 243 m 1\n 465 243 l 1\n 450 172 l 1\n 379 172 l 1\n 394 243 l 1\n78 224 m 1\n 79 210 83 197 90 177 c 0\n 98 155 137 110 159 99 c 1\n 181 86 226 75 245 76 c 2\n 327 76 l 2\n 346 75 401 88 422 99 c 0\n 453 113 492 139 526 178 c 0\n 553 211 561 228 569 262 c 1\n 641 600 l 1\n 728 600 l 1\n 656 262 l 2\n 647 220 629 182 594 141 c 0\n 549 89 497 54 453 33 c 0\n 410 14 355 1 311 0 c 2\n 229 0 l 2\n 188 1 140 12 102 33 c 0\n 61 57 23 101 6 142 c 0\n -10 181 -15 216 -4 262 c 1\n 67 600 l 1\n 154 600 l 1\n 91 300 l 1\n 190 300 l 1\n 229 302 235 304 267 326 c 1\n 296 349 302 361 310 393 c 1\n 354 600 l 1\n 441 600 l 1\n 397 393 l 1\n 389 350 364 307 319 274 c 1\n 276 239 224 223 175 224 c 2\n 78 224 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB2E\nEncoding: 64302 64302 783\nWidth: 640\nFlags: HW\nHStem: -131 71<93 266>\nFore\n93 -60 m 1\n 281 -60 l 1\n 266 -131 l 1\n 78 -131 l 1\n 93 -60 l 1\n201 325 m 1\n 186 316 171 306 163 297 c 0\n 103 236 78 210 63 141 c 1\n 33 0 l 1\n -54 0 l 1\n -24 141 l 1\n -7 227 40 280 100 340 c 0\n 122 361 148 378 169 390 c 1\n 65 600 l 1\n 168 600 l 1\n 327 275 l 1\n 341 284 357 294 365 303 c 0\n 423 362 448 385 463 450 c 1\n 495 600 l 1\n 582 600 l 1\n 550 450 l 1\n 533 366 484 315 427 260 c 0\n 406 239 379 222 359 210 c 1\n 462 0 l 1\n 360 0 l 1\n 201 325 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB2F\nEncoding: 64303 64303 784\nWidth: 640\nFlags: HW\nHStem: -131 71<81 125 196 254 196 196>\nFore\n196 -131 m 1\n 171 -248 l 1\n 100 -248 l 1\n 125 -131 l 1\n 66 -131 l 1\n 81 -60 l 1\n 269 -60 l 1\n 254 -131 l 1\n 196 -131 l 1\n201 325 m 1\n 186 316 171 306 163 297 c 0\n 103 236 78 210 63 141 c 1\n 33 0 l 1\n -54 0 l 1\n -24 141 l 1\n -7 227 40 280 100 340 c 0\n 122 361 148 378 169 390 c 1\n 65 600 l 1\n 168 600 l 1\n 327 275 l 1\n 341 284 357 294 365 303 c 0\n 423 362 448 385 463 450 c 1\n 495 600 l 1\n 582 600 l 1\n 550 450 l 1\n 533 366 484 315 427 260 c 0\n 406 239 379 222 359 210 c 1\n 462 0 l 1\n 360 0 l 1\n 201 325 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB30\nEncoding: 64304 64304 785\nWidth: 640\nFlags: HW\nHStem: 124 71<140 196>\nFore\n140 195 m 1\n 211 195 l 1\n 196 124 l 1\n 125 124 l 1\n 140 195 l 1\n201 325 m 1\n 186 316 171 306 163 297 c 0\n 103 236 78 210 63 141 c 1\n 33 0 l 1\n -54 0 l 1\n -24 141 l 1\n -7 227 40 280 100 340 c 0\n 122 361 148 378 169 390 c 1\n 65 600 l 1\n 168 600 l 1\n 327 275 l 1\n 341 284 357 294 365 303 c 0\n 423 362 448 385 463 450 c 1\n 495 600 l 1\n 582 600 l 1\n 550 450 l 1\n 533 366 484 315 427 260 c 0\n 406 239 379 222 359 210 c 1\n 462 0 l 1\n 360 0 l 1\n 201 325 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB31\nEncoding: 64305 64305 786\nWidth: 591\nFlags: HW\nHStem: 0 76<-46 301 388 446> 270 71<170 226> 524 76<65 189>\nFore\n170 341 m 1\n 241 341 l 1\n 226 270 l 1\n 155 270 l 1\n 170 341 l 1\n301 76 m 1\n 364 371 l 1\n 363 411 362 431 342 465 c 0\n 332 480 332 480 313 491 c 0\n 270 514 243 516 189 524 c 1\n 49 524 l 1\n 65 600 l 1\n 211 600 l 1\n 276 592 314 587 368 558 c 0\n 391 547 410 531 422 509 c 0\n 448 464 454 433 452 378 c 1\n 388 76 l 1\n 462 76 l 1\n 446 0 l 1\n -62 0 l 1\n -46 76 l 1\n 301 76 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB32\nEncoding: 64306 64306 787\nWidth: 466\nFlags: HW\nHStem: 0 203<225 225 225 241> 270 71<106 162> 524 76<99 110.5>\nFore\n106 341 m 1\n 177 341 l 1\n 162 270 l 1\n 91 270 l 1\n 106 341 l 1\n239 172 m 1\n 27 0 l 1\n -90 0 l 1\n 160 203 l 1\n 241 203 l 1\n 255 370 l 1\n 258 415 254 428 233 465 c 1\n 223 480 223 480 204 491 c 0\n 155 516 138 524 83 524 c 1\n 99 600 l 1\n 168 600 211 584 260 558 c 0\n 282 547 301 531 314 509 c 0\n 339 468 348 430 343 379 c 1\n 313 0 l 1\n 225 0 l 1\n 239 172 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB33\nEncoding: 64307 64307 788\nWidth: 598\nFlags: HW\nHStem: 270 71<182 238> 524 76<45 364 451 534 451 451>\nFore\n182 341 m 1\n 253 341 l 1\n 238 270 l 1\n 167 270 l 1\n 182 341 l 1\n451 524 m 1\n 340 0 l 1\n 253 0 l 1\n 364 524 l 1\n 29 524 l 1\n 45 600 l 1\n 550 600 l 1\n 534 524 l 1\n 451 524 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB34\nEncoding: 64308 64308 789\nWidth: 622\nFlags: HW\nHStem: 0 375 270 71<230 286> 524 76\nVStem: 442 89\nFore\n230 341 m 1\n 301 341 l 1\n 286 270 l 1\n 215 270 l 1\n 230 341 l 1\n530 378 m 1\n 529.703 378.234 l 1\n 449.703 0.234375 l 1\n 362.703 0.234375 l 1\n 441.703 372.234 l 1\n 441.703 413.234 443.703 433.234 426.703 467.234 c 0\n 417.703 483.234 418.703 482.234 403.703 492.234 c 0\n 369.703 514.234 347.703 517.234 303.703 524.234 c 1\n 54.7031 524.234 l 1\n 70.7031 600.234 l 1\n 326.703 600.234 l 1\n 384.703 592.234 417.703 585.234 463.703 557.234 c 0\n 484.703 544.234 499.703 527.234 508.703 507.234 c 0\n 530.703 461.234 532.703 430.234 530 378 c 1\n-57.2969 0.234375 m 1\n 22.7031 375.234 l 1\n 109.703 375.234 l 1\n 29.7031 0.234375 l 1\n -57.2969 0.234375 l 1\nEndSplineSet\nEndChar\nStartChar: afii57723\nEncoding: 64309 64309 790\nWidth: 262\nFlags: HW\nHStem: 270 71<-30 26>\nFore\n-30 341 m 1\n 41 341 l 1\n 26 270 l 1\n -45 270 l 1\n -30 341 l 1\n-8 0 m 1\n 120 600 l 1\n 207 600 l 1\n 79 0 l 1\n -8 0 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB36\nEncoding: 64310 64310 791\nWidth: 351\nFlags: HW\nHStem: 270 71<-34 22> 524 76<46 117 204 287 204 204>\nFore\n-34 341 m 1\n 37 341 l 1\n 22 270 l 1\n -49 270 l 1\n -34 341 l 1\n204 524 m 1\n 93 0 l 1\n 6 0 l 1\n 117 524 l 1\n 30 524 l 1\n 46 600 l 1\n 303 600 l 1\n 287 524 l 1\n 204 524 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB38\nEncoding: 64312 64312 792\nWidth: 608\nFlags: HW\nHStem: 0 76 270 71<234 290> 524 76<303.625 304.625 304.625 305>\nVStem: 442 89\nFore\n234 341 m 1\n 305 341 l 1\n 290 270 l 1\n 219 270 l 1\n 234 341 l 1\n305 524 m 2\n 304.625 524 l 2\n 273.625 524 224.625 504 224.625 504 c 1\n 241.625 586 l 1\n 244.625 587 282.625 600 324.625 600 c 0\n 384.625 600 422.625 583 462.625 557 c 0\n 483.625 544 499.625 527 508.625 507 c 0\n 530.625 461 532.625 430 529.625 378 c 1\n 496.625 222 l 1\n 476.625 170 462.625 139 420.625 93 c 0\n 402.625 73 379.625 55 353.625 43 c 0\n 303.625 18 257.625 0 195.625 0 c 0\n 133.625 0 94.625 18 54.625 43 c 0\n 33.625 55 18.625 73 9.625 93 c 0\n -12.375 139 -15.375 170 -12.375 222 c 1\n 67.625 600 l 1\n 154.625 600 l 1\n 75.625 228 l 1\n 75.625 187 74.625 167 92.625 133 c 0\n 100.625 117 99.625 118 114.625 108 c 0\n 155.625 83 166.625 77 211.625 76 c 1\n 256.625 77 270.625 83 321.625 108 c 0\n 340.625 118 339.625 117 354.625 133 c 0\n 386.625 167 393.625 187 410.625 228 c 1\n 441.625 372 l 1\n 441.625 413 442.625 433 425.625 467 c 0\n 417.625 483 418.625 482 403.625 492 c 0\n 363.625 516 351.625 524 305 524 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB39\nEncoding: 64313 64313 793\nWidth: 270\nFlags: HW\nHStem: 334 71<-36 20>\nFore\n-36 405 m 1\n 35 405 l 1\n 20 334 l 1\n -51 334 l 1\n -36 405 l 1\n136 600 m 1\n 223 600 l 1\n 163 321 l 1\n 69 286 l 1\n 136 600 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB3A\nEncoding: 64314 64314 794\nWidth: 526\nFlags: HW\nHStem: 270 71<174 230> 524 76\nFore\n174 341 m 1\n 245 341 l 1\n 230 270 l 1\n 159 270 l 1\n 174 341 l 1\n434 378 m 1\n 433.703 378.234 l 1\n 310.703 -199.766 l 1\n 223.703 -199.766 l 1\n 345.703 372.234 l 1\n 345.703 413.234 347.703 433.234 330.703 467.234 c 0\n 321.703 483.234 322.703 482.234 307.703 492.234 c 0\n 273.703 514.234 251.703 517.234 207.703 524.234 c 1\n 28.7031 524.234 l 1\n 44.7031 600.234 l 1\n 230.703 600.234 l 1\n 288.703 592.234 321.703 585.234 367.703 557.234 c 0\n 388.703 544.234 403.703 527.234 412.703 507.234 c 0\n 434.703 461.234 436.703 430.234 434 378 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB3B\nEncoding: 64315 64315 795\nWidth: 550\nFlags: HW\nHStem: 0 76<-47.4844 106.516 106.516 107> 270 71<174 230> 524 76<64.5156 212.516>\nFore\n174 341 m 1\n 245 341 l 1\n 230 270 l 1\n 159 270 l 1\n 174 341 l 1\n107 0 m 2\n 106.516 0 l 1\n -63.4844 0 l 1\n -47.4844 76 l 1\n 117.516 76 l 1\n 174.516 84 202.516 86 254.516 109 c 0\n 278.516 119 278.516 120 295.516 135 c 1\n 330.516 169 338.516 189 357.516 229 c 1\n 387.516 371 l 1\n 386.516 411 385.516 431 365.516 465 c 0\n 355.516 480 355.516 480 336.516 491 c 0\n 293.516 514 266.516 516 212.516 524 c 1\n 47.5156 524 l 1\n 64.5156 600 l 1\n 234.516 600 l 1\n 299.516 592 337.516 586 391.516 558 c 0\n 414.516 547 433.516 531 445.516 509 c 0\n 471.516 464 477.516 433 475.516 378 c 1\n 442.516 222 l 1\n 420.516 167 402.516 136 357.516 91 c 0\n 335.516 69 309.516 53 282.516 42 c 0\n 215.516 13 175.516 8 107 0 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB3C\nEncoding: 64316 64316 796\nWidth: 600\nFlags: HW\nHStem: 340 71<178 234> 524 76 524 225\nFore\n178 411 m 1\n 249 411 l 1\n 234 340 l 1\n 163 340 l 1\n 178 411 l 1\n280 111 m 1\n 279.5 111.469 l 1\n 256.5 0.46875 l 1\n 169.5 0.46875 l 1\n 191.5 103.469 198.5 167.469 257.5 242.469 c 1\n 312.5 308.469 360.5 317.469 386.5 354.469 c 1\n 413.5 389.469 418.5 409.469 433.5 452.469 c 1\n 449.5 524.469 l 1\n 28.5 524.469 l 1\n 76.5 749.469 l 1\n 163.5 749.469 l 1\n 131.5 600.469 l 1\n 552.5 600.469 l 1\n 520.5 447.469 l 1\n 508.5 398.469 494.5 368.469 456.5 320.469 c 1\n 401.5 254.469 353.5 246.469 327.5 208.469 c 1\n 300.5 173.469 295.5 154.469 280 111 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB3E\nEncoding: 64318 64318 797\nWidth: 621\nFlags: HW\nHStem: 0 76<168 379> 270 71<248 304> 524 76<56 118 205 270 205 205>\nVStem: 446 88\nFore\n248 341 m 1\n 319 341 l 1\n 304 270 l 1\n 233 270 l 1\n 248 341 l 1\n205 524 m 1\n 36 0 l 1\n -52 0 l 1\n 118 524 l 1\n 39 524 l 1\n 56 600 l 1\n 286 600 l 2\n 316 600 366 599 412 577 c 1\n 463 555 497 528 521 479 c 0\n 539 441 536 403 530 375 c 2\n 450 0 l 1\n 152 0 l 1\n 168 76 l 1\n 379 76 l 1\n 443 375 l 1\n 447 397 449 417 438 439 c 0\n 418 478 405 487 359 509 c 0\n 331 522 296 524 270 524 c 2\n 205 524 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB40\nEncoding: 64320 64320 798\nWidth: 378\nFlags: HW\nHStem: 0 76<-53 135> 270 71<42 98>\nVStem: 198 89\nFore\n42 341 m 1\n 113 341 l 1\n 98 270 l 1\n 27 270 l 1\n 42 341 l 1\n206 0 m 1\n -69 0 l 1\n -53 76 l 1\n 135 76 l 1\n 198 372 l 1\n 198 413 200 433 183 467 c 0\n 174 483 175 482 160 492 c 0\n 120 516 106 523 63 524 c 1\n 79 600 l 1\n 139 600 180 582 220 557 c 0\n 241 544 256 527 265 507 c 0\n 287 461 289 430 286 378 c 1\n 206 0 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB41\nEncoding: 64321 64321 799\nWidth: 607\nFlags: HW\nHStem: 0 76 270 71<228 284> 524 76<139.312 303.312 139.312 139.312>\nVStem: -15 92 441 89\nFore\n228 341 m 1\n 299 341 l 1\n 284 270 l 1\n 213 270 l 1\n 228 341 l 1\n195 0 m 2\n 195.312 0 l 2\n 133.312 0 94.3125 18 54.3125 43 c 0\n 33.3125 55 18.3125 73 9.3125 93 c 0\n -12.6875 139 -18.6875 170 -11.6875 222 c 1\n 68.3125 600 l 1\n 326.312 600 l 2\n 386.312 600 417.312 585 462.312 557 c 0\n 483.312 544 499.312 527 508.312 507 c 0\n 530.312 461 532.312 430 529.312 378 c 1\n 496.312 222 l 1\n 476.312 170 462.312 139 420.312 93 c 0\n 402.312 73 379.312 55 353.312 43 c 0\n 303.312 18 257.312 0 195 0 c 2\n211.312 76 m 1\n 256.312 77 270.312 83 321.312 108 c 0\n 340.312 118 339.312 117 354.312 133 c 0\n 386.312 167 393.312 187 410.312 228 c 1\n 441.312 372 l 1\n 441.312 413 442.312 433 425.312 467 c 0\n 417.312 483 418.312 482 403.312 492 c 0\n 368.312 514 346.312 517 303.312 524 c 1\n 139.312 524 l 1\n 76.3125 228 l 1\n 76.3125 187 74.3125 167 92.3125 133 c 0\n 100.312 117 99.3125 118 114.312 108 c 0\n 155.312 83 166.312 77 211.312 76 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB43\nEncoding: 64323 64323 800\nWidth: 575\nFlags: HW\nHStem: 243 76<218 218> 339 71<264 320> 524 76<135 257 135 135>\nVStem: 17 92 395 89\nFore\n264 410 m 1\n 335 410 l 1\n 320 339 l 1\n 249 339 l 1\n 264 410 l 1\n65 600 m 1\n 280 600 l 2\n 340 600 371 585 417 557 c 0\n 438 544 453 527 462 507 c 0\n 484 461 486 430 483 378 c 1\n 360 -200 l 1\n 273 -200 l 1\n 395 372 l 1\n 395 413 397 433 380 467 c 0\n 371 483 372 482 357 492 c 0\n 323 514 301 517 257 524 c 1\n 135 524 l 1\n 108 397 l 1\n 109 363 105 350 119 337 c 0\n 134 322 152 325 200 319 c 1\n 234 319 l 1\n 218 243 l 1\n 178 244 l 1\n 136 249 90 243 48 281 c 1\n 12 318 15 352 20 390 c 1\n 65 600 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB44\nEncoding: 64324 64324 801\nWidth: 568\nFlags: HW\nHStem: 0 76<-41.4844 123.516 123.516 124> 243 76<223.516 223.516> 340 71<278 334> 524 76<140.516 229.516 140.516 140.516>\nVStem: 23 92 407 88\nFore\n278 411 m 1\n 349 411 l 1\n 334 340 l 1\n 263 340 l 1\n 278 411 l 1\n124 0 m 2\n 123.516 0 l 1\n -57.4844 0 l 1\n -41.4844 76 l 1\n 134.516 76 l 2\n 190.516 76 217.516 87 271.516 109 c 0\n 286.516 115 304.516 128 312.516 135 c 0\n 349.516 168 368.516 205 374.516 229 c 1\n 404.516 371 l 1\n 409.516 401 406.516 435 382.516 465 c 0\n 375.516 473 365.516 484 353.516 491 c 0\n 311.516 515 284.516 524 229.516 524 c 2\n 140.516 524 l 1\n 113.516 397 l 1\n 114.516 363 109.516 350 123.516 337 c 0\n 138.516 322 157.516 325 205.516 319 c 1\n 239.516 319 l 1\n 223.516 243 l 1\n 182.516 244 l 1\n 141.516 249 95.5156 243 53.5156 281 c 1\n 16.5156 318 20.5156 353 25.5156 390 c 1\n 69.5156 600 l 1\n 251.516 600 l 2\n 321.516 600 355.516 588 408.516 558 c 0\n 423.516 550 453.516 523 462.516 509 c 0\n 491.516 466 498.516 409 492.516 378 c 1\n 459.516 222 l 2\n 453.516 193 412.516 127 374.516 91 c 0\n 351.516 70 326.516 53 299.516 42 c 0\n 234.516 16 179.516 0 124 0 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB46\nEncoding: 64326 64326 802\nWidth: 590\nFlags: HW\nHStem: 0 76<-44 282> 206 71<84 140>\nFore\n84 277 m 1\n 155 277 l 1\n 140 206 l 1\n 69 206 l 1\n 84 277 l 1\n268 341 m 1\n 297 344 311 343 330 352 c 0\n 346 359 344 359 362 377 c 0\n 391 407 399 423 413 453 c 1\n 445 600 l 1\n 532 600 l 1\n 499 446 l 1\n 479 397 462 373 426 335 c 0\n 410 318 389 298 358 285 c 0\n 335 276 316 271 299 269 c 1\n 413 0 l 1\n -61 0 l 1\n -44 76 l 1\n 282 76 l 1\n 59 600 l 1\n 158 600 l 1\n 268 341 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB47\nEncoding: 64327 64327 803\nWidth: 606\nFlags: HW\nHStem: 33 76 270 71<222 278> 524 76\nFore\n222 341 m 1\n 293 341 l 1\n 278 270 l 1\n 207 270 l 1\n 222 341 l 1\n187 33 m 2\n 187.188 32.8594 l 1\n 125.188 32.8594 l 1\n 141.188 108.859 l 1\n 196.188 108.859 l 1\n 243.188 115.859 266.188 118.859 309.188 139.859 c 0\n 329.188 150.859 328.188 149.859 343.188 164.859 c 0\n 375.188 199.859 381.188 219.859 398.188 260.859 c 1\n 454.188 523.859 l 1\n 54.1875 523.859 l 1\n 70.1875 599.859 l 1\n 558.188 599.859 l 1\n 484.188 254.859 l 1\n 464.188 201.859 450.188 171.859 409.188 125.859 c 0\n 391.188 104.859 368.188 87.8594 342.188 75.8594 c 0\n 284.188 47.8594 248.188 40.8594 187 33 c 2\n120.188 425.859 m 1\n -12.8125 -200.141 l 1\n -99.8125 -200.141 l 1\n 33.1875 425.859 l 1\n 120.188 425.859 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB48\nEncoding: 64328 64328 804\nWidth: 547\nFlags: HW\nHStem: 270 71<180 236> 524 76\nVStem: 367 89\nFore\n180 341 m 1\n 251 341 l 1\n 236 270 l 1\n 165 270 l 1\n 180 341 l 1\n455 378 m 1\n 454.703 378.234 l 1\n 374.703 0.234375 l 1\n 287.703 0.234375 l 1\n 366.703 372.234 l 1\n 366.703 413.234 368.703 433.234 351.703 467.234 c 0\n 342.703 483.234 343.703 482.234 328.703 492.234 c 0\n 294.703 514.234 272.703 517.234 228.703 524.234 c 1\n 27.7031 524.234 l 1\n 44.7031 600.234 l 1\n 251.703 600.234 l 1\n 309.703 592.234 342.703 585.234 388.703 557.234 c 0\n 409.703 544.234 424.703 527.234 433.703 507.234 c 0\n 455.703 461.234 457.703 430.234 455 378 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB49\nEncoding: 64329 64329 805\nWidth: 776\nFlags: HW\nHStem: 0 76<245 311> 172 71<394 450> 224 76<91 175>\nFore\n394 243 m 1\n 465 243 l 1\n 450 172 l 1\n 379 172 l 1\n 394 243 l 1\n78 224 m 1\n 79 210 83 197 90 177 c 0\n 98 155 137 110 159 99 c 1\n 181 86 226 75 245 76 c 2\n 327 76 l 2\n 346 75 401 88 422 99 c 0\n 453 113 492 139 526 178 c 0\n 553 211 561 228 569 262 c 1\n 641 600 l 1\n 728 600 l 1\n 656 262 l 2\n 647 220 629 182 594 141 c 0\n 549 89 497 54 453 33 c 0\n 410 14 355 1 311 0 c 2\n 229 0 l 2\n 188 1 140 12 102 33 c 0\n 61 57 23 101 6 142 c 0\n -10 181 -15 216 -4 262 c 1\n 67 600 l 1\n 154 600 l 1\n 91 300 l 1\n 190 300 l 1\n 229 302 235 304 267 326 c 1\n 296 349 302 361 310 393 c 1\n 354 600 l 1\n 441 600 l 1\n 397 393 l 1\n 389 350 364 307 319 274 c 1\n 276 239 224 223 175 224 c 2\n 78 224 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4A\nEncoding: 64330 64330 806\nWidth: 687\nFlags: HW\nHStem: 0 76 270 71<326 382> 524 76<132 176 263 369 263 263>\nVStem: 507 89\nFore\n326 341 m 1\n 397 341 l 1\n 382 270 l 1\n 311 270 l 1\n 326 341 l 1\n263 524 m 1\n 199 224 l 2\n 190 182 187 147 146 96 c 1\n 128 71 107 60 77 43 c 0\n 34 18 -24 0 -81 0 c 2\n -85 0 l 1\n -69 76 l 1\n -65 76 l 2\n -26 76 -3 81 45 108 c 0\n 59 116 69 122 76 130 c 0\n 102 158 103 179 113 227 c 2\n 176 524 l 1\n 116 524 l 1\n 132 600 l 1\n 392 600 l 1\n 450 592 483 585 529 557 c 0\n 550 545 565 528 574 507 c 0\n 596 461 598 431 595 378 c 1\n 515 0 l 1\n 428 0 l 1\n 507 372 l 1\n 507 413 509 433 492 468 c 1\n 483 483 484 483 469 493 c 0\n 435 514 413 517 369 524 c 1\n 263 524 l 1\nEndSplineSet\nEndChar\nStartChar: afii57700\nEncoding: 64331 64331 807\nWidth: 212\nFlags: HW\nHStem: 660 71<105 161>\nFore\n105 731 m 1\n 176 731 l 1\n 161 660 l 1\n 90 660 l 1\n 105 731 l 1\n-58 0 m 1\n 70 600 l 1\n 157 600 l 1\n 29 0 l 1\n -58 0 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4C\nEncoding: 64332 64332 808\nWidth: 591\nFlags: HW\nHStem: 0 76<-46 301 388 446> 524 76<65 189> 660 71<203 388>\nFore\n203 731 m 1\n 403 731 l 1\n 388 660 l 1\n 188 660 l 1\n 203 731 l 1\n301 76 m 1\n 364 371 l 1\n 363 411 362 431 342 465 c 0\n 332 480 332 480 313 491 c 0\n 270 514 243 516 189 524 c 1\n 49 524 l 1\n 65 600 l 1\n 211 600 l 1\n 276 592 314 587 368 558 c 0\n 391 547 410 531 422 509 c 0\n 448 464 454 433 452 378 c 1\n 388 76 l 1\n 462 76 l 1\n 446 0 l 1\n -62 0 l 1\n -46 76 l 1\n 301 76 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB4D\nEncoding: 64333 64333 809\nWidth: 550\nFlags: HW\nHStem: 0 76<-47.4844 106.516 106.516 107> 524 76<64.5156 212.516> 660 71<179 364>\nFore\n179 731 m 1\n 379 731 l 1\n 364 660 l 1\n 164 660 l 1\n 179 731 l 1\n107 0 m 2\n 106.516 0 l 1\n -63.4844 0 l 1\n -47.4844 76 l 1\n 117.516 76 l 1\n 174.516 84 202.516 86 254.516 109 c 0\n 278.516 119 278.516 120 295.516 135 c 1\n 330.516 169 338.516 189 357.516 229 c 1\n 387.516 371 l 1\n 386.516 411 385.516 431 365.516 465 c 0\n 355.516 480 355.516 480 336.516 491 c 0\n 293.516 514 266.516 516 212.516 524 c 1\n 47.5156 524 l 1\n 64.5156 600 l 1\n 234.516 600 l 1\n 299.516 592 337.516 586 391.516 558 c 0\n 414.516 547 433.516 531 445.516 509 c 0\n 471.516 464 477.516 433 475.516 378 c 1\n 442.516 222 l 1\n 420.516 167 402.516 136 357.516 91 c 0\n 335.516 69 309.516 53 282.516 42 c 0\n 215.516 13 175.516 8 107 0 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB4E\nEncoding: 64334 64334 810\nWidth: 568\nFlags: HW\nHStem: 0 76<-41.4844 123.516 123.516 124> 243 76<223.516 223.516> 524 76<140.516 229.516 140.516 140.516> 660 71<213 398>\nVStem: 23 92 407 88\nFore\n213 731 m 1\n 413 731 l 1\n 398 660 l 1\n 198 660 l 1\n 213 731 l 1\n124 0 m 2\n 123.516 0 l 1\n -57.4844 0 l 1\n -41.4844 76 l 1\n 134.516 76 l 2\n 190.516 76 217.516 87 271.516 109 c 0\n 286.516 115 304.516 128 312.516 135 c 0\n 349.516 168 368.516 205 374.516 229 c 1\n 404.516 371 l 1\n 409.516 401 406.516 435 382.516 465 c 0\n 375.516 473 365.516 484 353.516 491 c 0\n 311.516 515 284.516 524 229.516 524 c 2\n 140.516 524 l 1\n 113.516 397 l 1\n 114.516 363 109.516 350 123.516 337 c 0\n 138.516 322 157.516 325 205.516 319 c 1\n 239.516 319 l 1\n 223.516 243 l 1\n 182.516 244 l 1\n 141.516 249 95.5156 243 53.5156 281 c 1\n 16.5156 318 20.5156 353 25.5156 390 c 1\n 69.5156 600 l 1\n 251.516 600 l 2\n 321.516 600 355.516 588 408.516 558 c 0\n 423.516 550 453.516 523 462.516 509 c 0\n 491.516 466 498.516 409 492.516 378 c 1\n 459.516 222 l 2\n 453.516 193 412.516 127 374.516 91 c 0\n 351.516 70 326.516 53 299.516 42 c 0\n 234.516 16 179.516 0 124 0 c 2\nEndSplineSet\nEndChar\nStartChar: uniFB4F\nEncoding: 64335 64335 811\nWidth: 640\nFlags: HW\nFore\n75 580 m 1\n 111 749 l 1\n 198 749 l 1\n 167 600 l 1\n 327 275 l 1\n 341 284 357 294 365 303 c 0\n 423 362 448 385 463 450 c 1\n 495 600 l 1\n 582 600 l 1\n 550 450 l 1\n 533 366 484 315 427 260 c 0\n 406 239 379 222 359 210 c 1\n 462 0 l 1\n 360 0 l 1\n 75 580 l 1\nEndSplineSet\nLigature: 8 2 'liga' afii57664 afii57676\nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeSerif.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeSerif\nFullName: Free Serif\nFamilyName: FreeSerif\nWeight: Medium\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.15 $\nItalicAngle: 0\nUnderlinePosition: -100\nUnderlineWidth: 50\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 17\nTTFWeight: 400\nTTFWidth: 5\nPanose: 2 2 6 3 5 4 5 2 3 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 3\n 1 latn 1 dflt \n 1 DFLT 1 dflt \n 1 arab 1 dflt \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1060 \"\" \"\" \"navadno\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nEncoding: unicode\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 1536 16 13\nBeginPrivate: 8\nUniqueID 7 5020931\nBlueValues 23 [-20 0 450 470 662 682]\nBlueScale 8 0.039625\nStdHW 4 [30]\nStdVW 4 [85]\nStemSnapH 200 [30 38 43 53 60 73] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 6 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [30 38] } if\nStemSnapV 204 [78 85 91 103 109 115] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 6 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [85 103] } if\nForceBold 5 false\nEndPrivate\nBeginChars: 65537 3507\nStartChar: space\nEncoding: 32 32 0\nWidth: 250\nFlags: W\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 333\nFlags: MW\nHStem: -9 107<168 198> 656 20<166.5 200>\nFore\n189 176 m 1\n 176 176 l 1\n 167 284 l 2\n 165 309 159 362 150 422 c 0\n 139 494 130 576 130 599 c 0\n 130 646 150 676 183 676 c 0\n 217 676 236 648 236 596 c 0\n 236 582 235 571 234 559 c 1\n 189 176 l 1\n183 98 m 0\n 213 98 237 73 237 43 c 128\n 237 13 214 -9 182 -9 c 0\n 152 -9 130 13 130 43 c 0\n 130 74 153 98 183 98 c 0\nEndSplineSet\nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 408\nFlags: MW\nHStem: 431 245<109 130 109 109 278 299 278 278>\nFore\n299 431 m 1\n 278 431 l 1\n 261 521 246 619 246 635 c 0\n 246 658 265 676 289 676 c 0\n 312 676 331 658 331 636 c 0\n 331 607 322 547 306 471 c 1\n 299 431 l 1\n130 431 m 1\n 109 431 l 1\n 92 521 77 619 77 635 c 0\n 77 658 96 676 120 676 c 0\n 143 676 162 658 162 636 c 0\n 162 607 153 547 137 471 c 1\n 130 431 l 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 500\nFlags: MW\nHStem: 0 20 216 55<5 112 179 304 371 471> 405 55<32 142 208 333 399 496> 642 20<181 239 239 239 371 429 429 429>\nFore\n471 271 m 1\n 471 216 l 1\n 362 216 l 1\n 331 0 l 1\n 273 0 l 1\n 304 216 l 1\n 170 216 l 1\n 137 0 l 1\n 79 0 l 1\n 112 216 l 1\n 5 216 l 1\n 5 271 l 1\n 121 271 l 1\n 142 405 l 1\n 32 405 l 1\n 32 460 l 1\n 150 460 l 1\n 181 662 l 1\n 239 662 l 1\n 208 460 l 1\n 341 460 l 1\n 371 662 l 1\n 429 662 l 1\n 399 460 l 1\n 496 460 l 1\n 496 405 l 1\n 391 405 l 1\n 371 271 l 1\n 471 271 l 1\n333 405 m 1\n 200 405 l 1\n 179 271 l 1\n 313 271 l 1\n 333 405 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 500\nFlags: MW\nVStem: 52 74<511 533.5> 230 34<-87 0 28 293 664 727> 378 79<146 177>\nFore\n425 500 m 1\n 410 500 l 1\n 393 585 348 627 264 637 c 1\n 264 391 l 1\n 385 321 412 301 437 260 c 0\n 449 240 457 204 457 170 c 0\n 457 122 438 81 405 53 c 0\n 369 24 338 12 264 0 c 1\n 264 -87 l 1\n 230 -87 l 1\n 230 0 l 1\n 146 3 104 14 44 51 c 1\n 44 181 l 1\n 59 181 l 1\n 83 76 136 29 230 28 c 1\n 230 310 l 1\n 159 350 137 365 108 393 c 0\n 68 430 52 465 52 512 c 0\n 52 555 72 595 106 622 c 0\n 139 648 167 657 230 664 c 1\n 230 727 l 1\n 264 727 l 1\n 264 664 l 1\n 348 654 391 639 425 611 c 1\n 425 500 l 1\n229 407 m 1\n 229 637 l 1\n 160 623 126 589 126 534 c 0\n 126 488 146 463 229 407 c 1\n264 293 m 1\n 264 28 l 1\n 342 43 378 80 378 146 c 0\n 378 208 357 235 264 293 c 1\nEndSplineSet\nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 833\nFlags: W\nHStem: -13 20 0 30<568 591.5> 289 34<178.5 200.5> 339 32<660.5 695> 583 25<427.5 464> 632 30<266.5 284.5> 656 20<595 634 634 634>\nVStem: 61 76<381 405> 359 25<512.5 556> 449 76<90 120.5> 746 26<230.5 281>\nFore\n669 371 m 0\n 734 371 772 332 772 264 c 0\n 772 186 739 105 686 51 c 0\n 651 16 614 0 569 0 c 0\n 497 0 449 51 449 129 c 0\n 449 254 556 371 669 371 c 0\n676 339 m 0\n 645 339 617 321 590 281 c 0\n 553 229 525 147 525 94 c 0\n 525 56 550 30 586 30 c 128\n 622 30 651 47 683 87 c 0\n 721 134 746 202 746 259 c 0\n 746 303 714 339 676 339 c 0\n634 676 m 1\n 249 -13 l 1\n 201 -13 l 1\n 552 613 l 1\n 512 590 486 583 442 583 c 0\n 413 583 395 586 377 593 c 1\n 382 575 384 563 384 549 c 0\n 384 476 352 397 300 344 c 0\n 267 309 222 289 179 289 c 0\n 114 289 61 346 61 416 c 0\n 61 543 168 662 282 662 c 0\n 313 662 326 657 352 635 c 0\n 376 615 399 608 439 608 c 0\n 501 608 541 625 595 676 c 1\n 634 676 l 1\n350 600 m 1\n 321 608 309 613 295 626 c 0\n 289 631 287 632 282 632 c 0\n 251 632 213 598 184 544 c 0\n 157 494 137 426 137 384 c 0\n 137 348 161 323 196 323 c 0\n 277 323 359 438 359 551 c 0\n 359 565 356 580 350 600 c 1\nEndSplineSet\nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 778\nFlags: W\nHStem: -13 52<228 253.5> -13 71<617 631> -13 52 644 32<335 381>\nVStem: 42 92<141.5 181> 202 79<539.5 565> 438 53<538.5 583.5> 495 216<405 426>\nFore\n711 426 m 1\n 711 405 l 1\n 661 399 641 387 617 346 c 2\n 591 300 l 2\n 560 246 535 209 491 150 c 1\n 537 89 589 58 645 58 c 0\n 681 58 703 71 735 111 c 1\n 750 100 l 1\n 720 29 663 -13 599 -13 c 0\n 541 -13 492 13 429 78 c 1\n 354 12 294 -13 213 -13 c 0\n 107 -13 42 44 42 139 c 0\n 42 223 93 294 199 355 c 2\n 237 377 l 1\n 210 452 202 484 202 522 c 0\n 202 608 270 676 356 676 c 0\n 435 676 491 626 491 555 c 0\n 491 522 478 487 457 464 c 0\n 429 433 404 416 336 384 c 1\n 380 298 412 247 468 178 c 1\n 532 263 559 317 559 360 c 0\n 559 390 545 400 495 405 c 1\n 495 426 l 1\n 711 426 l 1\n321 416 m 1\n 403 460 438 503 438 559 c 0\n 438 608 404 644 358 644 c 128\n 312 644 281 610 281 562 c 0\n 281 517 291 479 321 416 c 1\n252 343 m 1\n 165 287 134 244 134 180 c 0\n 134 103 193 39 263 39 c 0\n 305 39 345 57 404 104 c 1\n 347 174 312 229 252 343 c 1\nEndSplineSet\nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 180\nFlags: MW\nHStem: 431 245<80 101 80 80>\nFore\n101 431 m 1\n 80 431 l 1\n 63 521 48 619 48 635 c 0\n 48 658 67 676 91 676 c 0\n 114 676 133 658 133 636 c 0\n 133 607 124 547 108 471 c 1\n 101 431 l 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 333\nFlags: MW\nHStem: 656 20<295 295>\nVStem: 48 86<205 307.5>\nFore\n295 676 m 1\n 304 660 l 1\n 232 602 202 566 174 504 c 0\n 147 442 134 360 134 255 c 0\n 134 155 145 79 169 12 c 0\n 196 -63 224 -98 304 -161 c 1\n 292 -177 l 1\n 240 -145 214 -123 173 -75 c 0\n 85 27 48 125 48 252 c 0\n 48 369 83 469 154 556 c 0\n 191 602 221 628 295 676 c 1\nEndSplineSet\nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 333\nFlags: MW\nHStem: 656 20<41 41>\nVStem: 199 86<192 294>\nFore\n38 -177 m 1\n 29 -161 l 1\n 101 -103 131 -67 159 -4 c 0\n 186 57 199 140 199 244 c 0\n 199 344 188 420 164 487 c 0\n 136 562 109 597 29 660 c 1\n 41 676 l 1\n 93 644 119 622 160 574 c 0\n 248 472 285 375 285 247 c 0\n 285 130 250 30 179 -57 c 0\n 142 -103 112 -129 38 -177 c 1\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 500\nFlags: MW\nHStem: 656 20<241 261>\nVStem: 241 19<449 456 486 499 499 510>\nFore\n241 449 m 1\n 241 456 l 1\n 206 434 199 429 189 420 c 0\n 181 413 176 408 147 375 c 0\n 130 356 121 351 105 351 c 0\n 83 351 69 364 69 386 c 0\n 69 411 86 423 131 431 c 0\n 177 440 193 446 234 471 c 1\n 223 478 l 2\n 204 491 174 501 137 508 c 0\n 89 517 69 531 69 555 c 0\n 69 575 84 591 103 591 c 0\n 119 591 131 583 151 559 c 1\n 184 523 203 507 241 486 c 1\n 241 499 l 2\n 241 526 236 557 226 590 c 0\n 220 611 216 629 216 641 c 0\n 216 661 231 676 251 676 c 128\n 271 676 287 660 287 639 c 0\n 287 628 283 612 277 593 c 0\n 266 562 260 534 260 510 c 2\n 260 484 l 1\n 267 488 l 2\n 289 500 314 522 339 552 c 0\n 363 580 380 593 395 593 c 0\n 416 593 431 577 431 554 c 0\n 431 529 418 518 380 512 c 0\n 336 505 317 498 268 470 c 1\n 276 465 l 2\n 302 449 334 437 373 431 c 0\n 417 424 432 413 432 387 c 0\n 432 365 418 350 397 350 c 0\n 379 350 362 362 337 393 c 0\n 310 426 289 444 267 453 c 2\n 260 456 l 1\n 260 449 l 2\n 260 410 267 372 280 337 c 0\n 285 324 288 311 288 305 c 0\n 288 284 270 265 249 265 c 0\n 230 265 214 282 214 302 c 0\n 214 313 218 330 225 348 c 0\n 238 382 244 411 242 432 c 1\n 241 449 l 1\nEndSplineSet\nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 564\nFlags: MW\nHStem: 0 20 220 66<30 249 315 534>\nVStem: 249 66<0 220 286 506>\nFore\n249 286 m 1\n 249 506 l 1\n 315 506 l 1\n 315 286 l 1\n 534 286 l 1\n 534 220 l 1\n 315 220 l 1\n 315 0 l 1\n 249 0 l 1\n 249 220 l 1\n 30 220 l 1\n 30 286 l 1\n 249 286 l 1\nEndSplineSet\nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 250\nFlags: W\nHStem: -6 20 -2 104\nVStem: 156 39<-17 -12>\nFore\n83 -141 m 1\n 74 -122 l 1\n 128 -85 156 -48 156 -16 c 0\n 156 -8 150 -2 142 -2 c 0\n 141 -2 141 -2 134 -4 c 0\n 128 -5 121 -6 115 -6 c 0\n 79 -6 56 13 56 45 c 0\n 56 79 80 102 115 102 c 0\n 160 102 195 63 195 13 c 0\n 195 -47 150 -108 83 -141 c 1\nEndSplineSet\nKernsSLIF: 63196 -52 1 0 8221 -29 1 0 8217 -53 1 0\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 333\nFlags: MW\nHStem: 194 63<39 285>\nVStem: 39 246<194 257>\nFore\n39 257 m 1\n 285 257 l 1\n 285 194 l 1\n 39 194 l 1\n 39 257 l 1\nEndSplineSet\nKernsSLIF: 65 -26 1 0 198 -25 1 0 193 -26 1 0 196 -26 1 0 197 -26 1 0 84 -77 1 0 86 -82 1 0 87 -59 1 0 89 -108 1 0\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 250\nFlags: MW\nHStem: -11 20\nFore\n125 100 m 0\n 155 100 181 74 181 43 c 0\n 181 14 155 -11 124 -11 c 0\n 95 -11 70 14 70 43 c 0\n 70 74 95 100 125 100 c 0\nEndSplineSet\nKernsSLIF: 63196 -61 1 0 8221 -33 1 0 8217 -58 1 0\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 278\nFlags: MW\nHStem: -14 20 656 20<220 287 287 287>\nFore\n287 676 m 1\n 59 -14 l 1\n -9 -14 l 1\n 220 676 l 1\n 287 676 l 1\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 500\nFlags: MW\nHStem: -14 26<221 275.5> 650 26<226.5 293>\nVStem: 24 96<281.5 394.5> 380 96<269.5 432.5>\nFore\n254 676 m 0\n 385 676 476 535 476 330 c 0\n 476 209 438 93 380 38 c 0\n 344 3 301 -14 250 -14 c 0\n 192 -14 141 10 104 54 c 0\n 57 110 24 227 24 336 c 0\n 24 453 62 568 120 624 c 0\n 157 659 199 676 254 676 c 0\n251 650 m 0\n 165 650 120 539 120 327 c 0\n 120 119 164 12 250 12 c 128\n 336 12 380 119 380 328 c 128\n 380 537 335 650 251 650 c 0\nEndSplineSet\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 500\nFlags: MW\nHStem: 0 15 571 14 656 20<291 291>\nVStem: 213 86<93 546 546 562>\nFore\n291 676 m 1\n 299 674 l 1\n 299 74 l 2\n 299 26 315 16 394 15 c 1\n 394 0 l 1\n 118 0 l 1\n 118 15 l 1\n 160 16 174 19 189 28 c 0\n 205 37 213 60 213 93 c 2\n 213 546 l 2\n 213 578 204 593 183 593 c 0\n 173 593 156 589 138 582 c 0\n 134 580 123 576 111 571 c 1\n 111 585 l 1\n 291 676 l 1\nEndSplineSet\nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 500\nFlags: MW\nHStem: 0 76<128 367 367 389.5> 602 74<211.5 239>\nVStem: 338 86<460 503>\nFore\n475 137 m 1\n 420 0 l 1\n 30 0 l 1\n 30 12 l 1\n 208 201 l 2\n 292 290 338 383 338 461 c 0\n 338 545 281 602 197 602 c 0\n 128 602 92 570 52 472 c 1\n 31 477 l 1\n 48 548 63 580 95 614 c 0\n 132 654 184 676 239 676 c 0\n 343 676 424 599 424 499 c 0\n 424 421 385 345 296 252 c 2\n 128 76 l 1\n 367 76 l 2\n 412 76 425 85 462 142 c 1\n 475 137 l 1\nEndSplineSet\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 500\nFlags: W\nHStem: -14 36 616 60<217 241.5>\nVStem: 319 79<512 540.5> 360 72<185.5 205.5>\nFore\n153 330 m 1\n 153 343 l 1\n 221 367 249 382 279 412 c 0\n 304 437 319 473 319 509 c 0\n 319 572 274 616 209 616 c 0\n 146 616 101 583 60 510 c 1\n 45 514 l 1\n 67 574 82 600 112 627 c 0\n 148 659 192 676 242 676 c 0\n 334 676 398 620 398 539 c 0\n 398 485 373 448 304 401 c 1\n 348 382 367 370 387 348 c 0\n 416 317 432 270 432 219 c 0\n 432 152 406 94 359 53 c 128\n 312 12 233 -14 156 -14 c 0\n 86 -14 43 8 43 43 c 0\n 43 64 58 78 81 78 c 0\n 98 78 115 71 145 53 c 0\n 182 29 202 22 229 22 c 0\n 303 22 360 87 360 171 c 0\n 360 240 321 297 259 319 c 0\n 235 328 212 330 153 330 c 1\nEndSplineSet\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 500\nFlags: W\nHStem: 0 20 167 64<52 292 370 472> 656 20<326 370 370 370>\nVStem: 292 78<231 574 574 574> 293 77<0 167>\nFore\n472 231 m 1\n 472 167 l 1\n 370 167 l 1\n 370 0 l 1\n 293 0 l 1\n 293 167 l 1\n 12 167 l 1\n 12 231 l 1\n 326 676 l 1\n 370 676 l 1\n 370 231 l 1\n 472 231 l 1\n292 231 m 1\n 292 574 l 1\n 52 231 l 1\n 292 231 l 1\nEndSplineSet\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 500\nFlags: MW\nHStem: -14 37 583 79<181 181 181 377>\nVStem: 357 70<204 243.5>\nFore\n181 583 m 1\n 139 498 l 1\n 257 477 314 454 358 410 c 0\n 408 360 427 314 427 242 c 0\n 427 166 406 109 360 64 c 1\n 310 13 238 -14 154 -14 c 0\n 79 -14 32 10 32 48 c 0\n 32 73 46 85 75 85 c 0\n 96 85 119 75 151 52 c 0\n 181 30 198 23 218 23 c 0\n 296 23 357 98 357 194 c 0\n 357 293 304 355 189 392 c 0\n 148 405 108 412 76 412 c 0\n 68 412 64 415 64 420 c 0\n 64 422 64 423 65 425 c 2\n 174 662 l 1\n 383 662 l 2\n 404 662 414 667 429 688 c 1\n 438 681 l 1\n 400 592 l 2\n 397 585 393 583 377 583 c 2\n 181 583 l 1\nEndSplineSet\nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 500\nFlags: MW\nHStem: -14 28<227 304> 382 46<258 285>\nVStem: 34 93<235.5 288.5> 378 90<150 247.5>\nFore\n446 684 m 1\n 448 668 l 1\n 291 642 179 534 152 383 c 1\n 215 421 236 428 280 428 c 0\n 395 428 468 347 468 219 c 0\n 468 81 382 -14 258 -14 c 0\n 196 -14 142 10 104 54 c 0\n 61 104 34 192 34 279 c 0\n 34 413 93 527 201 604 c 0\n 274 655 332 674 446 684 c 1\n242 382 m 0\n 207 382 176 373 155 357 c 0\n 135 342 127 314 127 263 c 0\n 127 108 181 14 269 14 c 0\n 339 14 378 75 378 185 c 0\n 378 310 328 382 242 382 c 0\nEndSplineSet\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 500\nFlags: MW\nHStem: -8 20 588 74<125.5 153 153 370>\nFore\n449 662 m 1\n 449 646 l 1\n 237 -8 l 1\n 172 -8 l 1\n 370 588 l 1\n 153 588 l 2\n 98 588 80 575 37 507 c 1\n 20 515 l 1\n 79 662 l 1\n 449 662 l 1\nEndSplineSet\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 500\nFlags: W\nHStem: -14 28<221 291.5> 648 28<212.5 278>\nVStem: 56 76<115.5 185> 62 74<521 563.5> 355 69<506.5 569.5> 369 76<103.5 152>\nFore\n290 371 m 1\n 411 281 445 232 445 155 c 0\n 445 52 368 -14 248 -14 c 0\n 135 -14 56 54 56 151 c 0\n 56 219 78 250 186 332 c 1\n 81 424 62 453 62 518 c 0\n 62 609 143 676 252 676 c 0\n 352 676 424 616 424 534 c 0\n 424 466 389 424 290 371 c 1\n272 268 m 2\n 212 312 l 1\n 154 265 132 223 132 159 c 0\n 132 72 183 14 259 14 c 0\n 324 14 369 59 369 124 c 0\n 369 180 345 216 272 268 c 2\n261 389 m 1\n 265 392 265 392 270 395 c 0\n 327 433 355 478 355 535 c 0\n 355 604 312 648 244 648 c 0\n 181 648 136 607 136 549 c 0\n 136 493 172 447 261 389 c 1\nEndSplineSet\nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 500\nFlags: MW\nHStem: 237 43<208 237.5> 648 28<215.5 273.5>\nVStem: 30 92<414.5 502.5>\nFore\n59 -22 m 1\n 56 -2 l 1\n 208 24 319 131 360 294 c 1\n 307 253 265 237 210 237 c 0\n 102 237 30 318 30 440 c 0\n 30 575 119 676 238 676 c 0\n 367 676 459 559 459 394 c 0\n 459 259 398 135 294 59 c 0\n 226 10 171 -9 59 -22 c 1\n362 355 m 2\n 362 394 l 2\n 362 562 317 648 230 648 c 0\n 201 648 176 637 159 617 c 0\n 138 591 122 531 122 474 c 0\n 122 355 170 280 246 280 c 0\n 282 280 319 293 347 317 c 0\n 358 326 362 335 362 355 c 2\nEndSplineSet\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 278\nFlags: MW\nHStem: -11 111<121 150.5> 348 111<121 150.5>\nFore\n136 459 m 0\n 166 459 192 433 192 402 c 0\n 192 373 166 348 135 348 c 0\n 106 348 81 373 81 402 c 0\n 81 433 106 459 136 459 c 0\n136 100 m 0\n 166 100 192 74 192 43 c 0\n 192 14 166 -11 135 -11 c 0\n 106 -11 81 14 81 43 c 0\n 81 74 106 100 136 100 c 0\nEndSplineSet\nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 278\nFlags: W\nHStem: -6 20 -2 104 348 111<121 150.5>\nVStem: 81 111<387.5 417.5> 180 39<-17 -12>\nFore\n107 -141 m 1\n 98 -122 l 1\n 152 -85 180 -48 180 -16 c 0\n 180 -8 174 -2 166 -2 c 0\n 165 -2 165 -2 158 -4 c 0\n 152 -5 145 -6 139 -6 c 0\n 102 -6 80 13 80 46 c 0\n 80 80 104 102 139 102 c 0\n 184 102 219 63 219 13 c 0\n 219 -47 176 -107 107 -141 c 1\n136 459 m 0\n 166 459 192 433 192 402 c 0\n 192 373 166 348 135 348 c 0\n 106 348 81 373 81 402 c 0\n 81 433 106 459 136 459 c 0\nEndSplineSet\nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 564\nFlags: MW\nHStem: -10 20\nFore\n536 -10 m 1\n 28 220 l 1\n 28 286 l 1\n 536 516 l 1\n 536 444 l 1\n 116 253 l 1\n 536 62 l 1\n 536 -10 l 1\nEndSplineSet\nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 564\nFlags: MW\nHStem: 120 66<30 534> 320 66<30 534>\nFore\n534 386 m 1\n 534 320 l 1\n 30 320 l 1\n 30 386 l 1\n 534 386 l 1\n534 186 m 1\n 534 120 l 1\n 30 120 l 1\n 30 186 l 1\n 534 186 l 1\nEndSplineSet\nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 564\nFlags: MW\nHStem: -10 20\nFore\n28 -10 m 1\n 28 62 l 1\n 448 253 l 1\n 28 444 l 1\n 28 516 l 1\n 536 286 l 1\n 536 220 l 1\n 28 -10 l 1\nEndSplineSet\nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 444\nFlags: MW\nHStem: -8 107<222 251.5> 449 20<100.5 128> 646 30<189.5 244>\nVStem: 68 51 184 107<29 59> 322 92<503 540>\nFore\n244 164 m 1\n 227 164 l 1\n 228 208 238 257 257 306 c 1\n 285 370 l 2\n 309 425 322 480 322 526 c 0\n 322 593 274 646 214 646 c 0\n 165 646 119 616 119 584 c 0\n 119 576 124 567 136 553 c 0\n 151 536 157 524 157 510 c 0\n 157 486 140 469 116 469 c 0\n 85 469 68 491 68 531 c 0\n 68 614 138 676 230 676 c 0\n 284 676 343 653 378 618 c 0\n 401 595 414 559 414 521 c 0\n 414 480 401 444 369 395 c 0\n 355 374 355 374 309 318 c 0\n 272 271 255 231 244 164 c 1\n237 99 m 0\n 266 99 291 74 291 44 c 128\n 291 14 268 -8 236 -8 c 0\n 206 -8 184 14 184 43 c 0\n 184 75 207 99 237 99 c 0\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 921\nFlags: W\nHStem: -14 39<407 518> 143 33<627 673> 144 43 436 20<589 589> 645 31<445.5 560.5>\nVStem: 116 84<236 369.5> 321 71<246 292.5> 769 40<323 447.5>\nFore\n688 73 m 1\n 700 43 l 1\n 603 -1 553 -14 483 -14 c 0\n 276 -14 116 134 116 326 c 0\n 116 521 278 676 481 676 c 0\n 666 676 809 548 809 383 c 0\n 809 254 724 143 625 143 c 0\n 577 143 540 172 534 216 c 1\n 500 171 453 144 409 144 c 0\n 360 144 321 193 321 256 c 0\n 321 329 352 405 405 458 c 0\n 439 492 474 508 517 508 c 0\n 552 508 567 497 589 456 c 1\n 599 494 l 1\n 668 494 l 1\n 603 240 l 1\n 602 234 601 229 601 222 c 0\n 601 191 614 176 640 176 c 0\n 706 176 769 273 769 373 c 0\n 769 522 639 645 482 645 c 0\n 409 645 342 618 293 569 c 0\n 236 510 200 416 200 323 c 0\n 200 149 322 25 492 25 c 0\n 559 25 610 38 688 73 c 1\n531 464 m 0\n 507 466 472 446 444 414 c 0\n 410 376 392 326 392 272 c 0\n 392 220 415 187 452 187 c 0\n 479 187 508 209 527 245 c 0\n 553 292 570 351 572 399 c 0\n 574 438 559 462 531 464 c 0\nEndSplineSet\nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 722\nFlags: MW\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367>\nFore\n706 19 m 1\n 706 0 l 1\n 451 0 l 1\n 451 19 l 1\n 504 20 521 28 521 53 c 0\n 521 67 514 93 502 120 c 2\n 461 216 l 1\n 199 216 l 1\n 153 99 l 2\n 148 86 145 72 145 60 c 0\n 145 32 165 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 63 21 75 37 139 183 c 1\n 347 674 l 1\n 367 674 l 1\n 616 106 l 1\n 651 32 661 22 706 19 c 1\n216 257 m 1\n 447 257 l 1\n 331 532 l 1\n 216 257 l 1\nEndSplineSet\nKernsSLIF: 67 -51 0 0 199 -57 0 0 71 -57 0 0 79 -60 0 0 214 -60 0 0 81 -60 0 0 84 -54 0 0 85 -62 0 0 218 -62 0 0 219 -62 0 0 220 -62 0 0 217 -62 0 0 86 -131 0 0 87 -113 0 0 89 -81 0 0 97 -6 0 0 98 -20 0 0 99 -29 0 0 231 -29 0 0 44 -3 0 0 100 -28 0 0 101 -27 0 0 103 -20 0 0 171 -64 0 0 8249 -74 0 0 45 -23 0 0 111 -40 0 0 46 -10 0 0 113 -21 0 0 8221 -91 0 0 8217 -116 0 0 116 -20 0 0 117 -28 0 0 118 -81 0 0 119 -73 0 0 121 -83 0 0\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 667\nFlags: W\nHStem: 0 19 0 37<253.5 311> 625 37<229.5 237 237 281> 643 19\nVStem: 113 102<109 326 366 553 553 590> 457 102<471.5 532.5> 478 115<156 202>\nFore\n17 662 m 1\n 297 662 l 6\n 470 662 559 604 559 492 c 0\n 559 451 544 414 519 392 c 0\n 495 371 474 361 422 348 c 1\n 487 332 514 320 544 293 c 0\n 575 264 593 224 593 180 c 0\n 593 132 573 87 537 55 c 0\n 500 21 429 0 351 0 c 2\n 17 0 l 1\n 17 19 l 1\n 100 22 113 35 113 109 c 2\n 113 553 l 2\n 113 627 101 638 17 643 c 1\n 17 662 l 1\n215 326 m 1\n 215 78 l 2\n 215 46 229 37 278 37 c 0\n 344 37 385 45 417 63 c 0\n 457 86 478 125 478 179 c 0\n 478 242 451 282 394 306 c 0\n 358 321 312 326 215 326 c 1\n215 366 m 1\n 310 366 l 2\n 404 366 457 410 457 488 c 0\n 457 577 396 625 281 625 c 2\n 237 625 l 2\n 222 625 215 616 215 595 c 2\n 215 366 l 1\nEndSplineSet\nKernsSLIF: 65 -51 0 0 198 -44 0 0 193 -51 0 0 194 -51 0 0 196 -51 0 0 197 -51 0 0 195 -51 0 0 79 -24 0 0 338 -18 0 0 211 -24 0 0 212 -24 0 0 214 -24 0 0 210 -24 0 0 216 -23 0 0 86 -65 0 0 87 -59 0 0 89 -68 0 0\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 667\nFlags: MW\nHStem: -14 44<360.5 416.5> 636 40<322 386.5>\nVStem: 28 116<282.5 380>\nFore\n620 450 m 1\n 597 450 l 1\n 578 515 563 543 531 575 c 0\n 491 615 439 636 382 636 c 0\n 237 636 144 519 144 338 c 0\n 144 227 175 137 230 88 c 0\n 273 50 329 30 392 30 c 0\n 475 30 541 60 615 131 c 1\n 633 113 l 1\n 572 32 473 -14 360 -14 c 0\n 261 -14 169 24 109 89 c 0\n 58 146 28 232 28 325 c 0\n 28 435 66 528 136 590 c 0\n 198 645 281 676 363 676 c 0\n 410 676 460 668 509 652 c 0\n 524 646 539 643 548 643 c 0\n 568 643 584 655 590 676 c 1\n 611 676 l 1\n 620 450 l 1\nEndSplineSet\nKernsSLIF: 65 -23 0 0 198 -15 0 0 193 -23 0 0 196 -23 0 0 197 -23 0 0 72 -2 0 0 75 -10 0 0 79 -12 0 0 211 -12 0 0 214 -12 0 0\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 722\nFlags: W\nHStem: 0 19 0 37<238 300> 625 37<237.5 286 286 301> 643 19\nVStem: 104 102<109 553 553 586> 576 109<285.5 379>\nFore\n104 109 m 2\n 104 553 l 2\n 104 627 95 636 16 643 c 1\n 16 662 l 1\n 286 662 l 2\n 423 662 532 626 600 557 c 0\n 655 502 685 424 685 334 c 0\n 685 237 648 148 583 89 c 0\n 521 33 416 0 300 0 c 2\n 16 0 l 1\n 16 19 l 1\n 92 24 104 37 104 109 c 2\n206 586 m 2\n 206 78 l 2\n 206 46 218 37 258 37 c 0\n 345 37 403 49 454 78 c 0\n 535 125 576 209 576 327 c 0\n 576 435 535 521 457 575 c 0\n 409 609 344 625 258 625 c 0\n 217 625 206 617 206 586 c 2\nEndSplineSet\nKernsSLIF: 65 -67 0 0 193 -67 0 0 194 -67 0 0 196 -67 0 0 192 -67 0 0 197 -67 0 0 195 -67 0 0 74 -41 0 0 84 -10 0 0 86 -71 0 0 87 -57 0 0 88 -64 0 0 89 -74 0 0\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 611\nFlags: W\nHStem: 0 37<306 333 333 404.5> 0 19 0 37 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588>\nFore\n597 169 m 1\n 552 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 234 624 l 2\n 207 624 201 618 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 402 368 430 376 443 393 c 0\n 454 407 458 422 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 452 314 437 327 355 327 c 2\n 201 327 l 1\n 201 80 l 2\n 201 63 203 52 208 49 c 1\n 215 42 257 37 306 37 c 2\n 333 37 l 2\n 476 37 519 61 569 169 c 1\n 597 169 l 1\nEndSplineSet\nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 556\nFlags: W\nHStem: 0 19 327 41<201 346> 624 38<219.5 233 233 369> 643 19\nVStem: 99 102<120 327 368 553 553 588>\nFore\n479 231 m 1\n 456 231 l 1\n 444 312 427 327 346 327 c 2\n 201 327 l 1\n 201 109 l 2\n 201 37 215 23 292 19 c 1\n 292 0 l 1\n 12 0 l 1\n 12 19 l 1\n 88 24 99 37 99 120 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 233 624 l 2\n 206 624 201 618 201 590 c 2\n 201 368 l 1\n 346 368 l 2\n 426 368 444 383 456 463 c 1\n 479 463 l 1\n 479 231 l 1\nEndSplineSet\nKernsSLIF: 65 -71 0 0 193 -71 0 0 194 -71 0 0 196 -71 0 0 192 -71 0 0 197 -71 0 0 195 -71 0 0 74 -13 0 0 79 -10 0 0 214 -10 0 0 97 -34 0 0 225 -34 0 0 228 -10 0 0 230 -36 0 0 229 -34 0 0 44 -51 0 0 101 -19 0 0 233 -19 0 0 45 3 0 0 105 -13 0 0 106 -20 0 0 111 -21 0 0 243 -21 0 0 246 -21 0 0 339 -21 0 0 248 -21 0 0 46 -58 0 0 114 -10 0 0 117 -11 0 0\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 722\nFlags: MW\nHStem: -14 40<333 431> 636 40<358 397.5>\nVStem: 32 114<276 373> 542 97<85 247 247 259>\nFore\n709 354 m 1\n 709 336 l 1\n 651 331 639 318 639 259 c 2\n 639 56 l 1\n 599 21 474 -14 388 -14 c 0\n 278 -14 182 24 115 93 c 0\n 59 152 32 227 32 325 c 0\n 32 529 175 676 375 676 c 0\n 420 676 466 668 511 653 c 0\n 529 646 545 643 555 643 c 0\n 576 643 594 657 600 676 c 1\n 622 676 l 1\n 630 465 l 1\n 607 465 l 1\n 582 526 566 553 536 581 c 0\n 497 617 448 636 392 636 c 0\n 324 636 262 609 218 560 c 128\n 174 511 146 420 146 326 c 0\n 146 140 246 26 409 26 c 0\n 481 26 542 53 542 85 c 2\n 542 247 l 2\n 542 290 536 313 521 322 c 0\n 509 330 497 333 454 336 c 1\n 454 354 l 1\n 709 354 l 1\nEndSplineSet\nKernsSLIF: 65 -26 0 0 198 -19 0 0 193 -26 0 0 194 -26 0 0 196 -26 0 0 192 -26 0 0 197 -26 0 0 195 -26 0 0 84 -21 0 0 86 -23 0 0 87 -18 0 0 89 -26 0 0\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 722\nFlags: MW\nHStem: 0 19 315 44<209 512> 643 19\nVStem: 107 102<120 315 359 553> 512 102<120 315 315 315 359 553>\nFore\n209 359 m 1\n 512 359 l 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 625 636 614 625 614 553 c 2\n 614 109 l 2\n 614 38 627 25 702 19 c 1\n 702 0 l 1\n 424 0 l 1\n 424 19 l 1\n 502 24 512 36 512 120 c 2\n 512 315 l 1\n 209 315 l 1\n 209 109 l 2\n 209 38 222 25 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 97 24 107 36 107 120 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 359 l 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 333\nFlags: MW\nHStem: 0 19 643 19\nVStem: 115 102<109 553>\nFore\n115 109 m 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 389\nFlags: MW\nHStem: -14 38<131 151> 643 19\nVStem: 176 102<120.5 183 183 553>\nFore\n278 553 m 6\n 278 183 l 6\n 278 58 217 -14 109 -14 c 4\n 51 -14 10 16 10 58 c 4\n 10 85 32 108 59 108 c 4\n 85 108 101 92 111 57 c 4\n 118 32 124 24 138 24 c 4\n 164 24 176 45 176 90 c 6\n 176 553 l 6\n 176 626 165 637 83 643 c 5\n 83 662 l 5\n 370 662 l 5\n 370 643 l 5\n 289 637 278 626 278 553 c 6\nEndSplineSet\nKernsSLIF: 65 -53 0 0 198 -46 0 0 196 -53 0 0 197 -53 0 0\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 722\nFlags: MW\nHStem: 0 19 643 19\nVStem: 124 102<120 296 348 553>\nFore\n413 643 m 1\n 413 662 l 1\n 675 662 l 1\n 675 643 l 1\n 607 638 591 630 523 565 c 1\n 333 377 l 1\n 566 127 l 2\n 657 30 671 20 723 19 c 1\n 723 0 l 1\n 418 0 l 1\n 418 19 l 1\n 430 20 441 20 446 20 c 0\n 474 21 488 28 488 42 c 0\n 488 66 434 137 358 212 c 2\n 252 317 l 1\n 226 296 l 1\n 226 109 l 2\n 226 36 238 24 316 19 c 1\n 316 0 l 1\n 34 0 l 1\n 34 19 l 1\n 113 24 124 37 124 120 c 2\n 124 553 l 2\n 124 624 112 637 34 643 c 1\n 34 662 l 1\n 318 662 l 1\n 318 643 l 1\n 237 637 226 626 226 553 c 2\n 226 348 l 1\n 403 509 l 2\n 458 560 481 590 481 612 c 0\n 481 632 469 640 439 642 c 0\n 435 642 425 642 413 643 c 1\nEndSplineSet\nKernsSLIF: 67 -43 0 0 71 -49 0 0 79 -51 0 0 338 -44 0 0 211 -51 0 0 214 -51 0 0 83 1 0 0 97 2 0 0 228 2 0 0 229 2 0 0 101 -19 0 0 45 -63 0 0 111 -31 0 0 243 -31 0 0 246 -31 0 0 117 -19 0 0 252 -19 0 0 121 -86 0 0\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 611\nFlags: W\nHStem: 0 39<287 354 354 395.5> 0 19 0 39 643 19\nVStem: 99 102<109 553>\nFore\n573 174 m 5\n 598 174 l 5\n 550 0 l 5\n 12 0 l 5\n 12 19 l 5\n 85 24 99 39 99 109 c 6\n 99 553 l 6\n 99 623 86 637 12 643 c 5\n 12 662 l 5\n 294 662 l 5\n 294 643 l 5\n 215 638 201 624 201 553 c 6\n 201 80 l 6\n 201 45 214 39 287 39 c 6\n 354 39 l 6\n 437 39 492 57 527 96 c 4\n 542 113 556 136 573 174 c 5\nEndSplineSet\nKernsSLIF: 198 6 0 0 67 2 0 0 79 -3 0 0 211 -3 0 0 212 -3 0 0 214 -3 0 0 210 -3 0 0 213 -3 0 0 83 5 0 0 84 -73 0 0 85 -26 0 0 220 -26 0 0 86 -115 0 0 87 -89 0 0 89 -100 0 0 45 25 0 0 8221 -100 0 0 8217 -125 0 0 117 -10 0 0 252 -10 0 0 121 -56 0 0\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 889\nFlags: MW\nHStem: 0 19 643 19\nVStem: 109 44<147 550> 674 102<120 553>\nFore\n674 573 m 1\n 418 0 l 1\n 404 0 l 1\n 153 550 l 1\n 153 147 l 2\n 153 46 170 23 247 19 c 1\n 247 0 l 1\n 12 0 l 1\n 12 19 l 1\n 95 25 109 44 109 147 c 2\n 109 553 l 2\n 109 626 96 638 14 643 c 1\n 14 662 l 1\n 212 662 l 1\n 443 157 l 1\n 664 662 l 1\n 863 662 l 1\n 863 643 l 1\n 789 637 776 624 776 553 c 2\n 776 109 l 2\n 776 38 790 24 863 19 c 1\n 863 0 l 1\n 583 0 l 1\n 583 19 l 1\n 662 24 674 37 674 120 c 2\n 674 573 l 1\nEndSplineSet\nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 722\nFlags: W\nHStem: -11 20 0 19 643 19<12 33.5>\nVStem: 109 44<147 539> 568 44<178 515>\nFore\n612 -11 m 1\n 595 -11 l 1\n 153 539 l 1\n 153 147 l 2\n 153 46 170 23 247 19 c 1\n 247 0 l 1\n 12 0 l 1\n 12 19 l 1\n 95 25 109 44 109 147 c 2\n 109 588 l 1\n 69 635 55 643 12 643 c 1\n 12 662 l 1\n 183 662 l 1\n 568 178 l 1\n 568 515 l 2\n 568 577 559 613 539 627 c 0\n 524 636 510 640 472 643 c 1\n 472 662 l 1\n 707 662 l 1\n 707 643 l 1\n 669 639 655 635 641 625 c 0\n 622 612 612 575 612 515 c 2\n 612 -11 l 1\nEndSplineSet\nKernsSLIF: 65 -28 0 0 198 -21 0 0 193 -28 0 0 196 -28 0 0 197 -28 0 0 67 -16 0 0 199 -16 0 0 71 -19 0 0 79 -20 0 0 211 -20 0 0 214 -20 0 0 97 -27 0 0 225 -27 0 0 228 -27 0 0 230 -27 0 0 229 -27 0 0 44 -14 0 0 101 -17 0 0 233 -17 0 0 111 -21 0 0 243 -21 0 0 246 -21 0 0 248 -20 0 0 46 -21 0 0 117 -25 0 0 252 -25 0 0\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 722\nFlags: MW\nHStem: -14 36<336 385.5> 640 36<333.5 384>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nFore\n361 676 m 4\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 4\n361 640 m 0\n 306 640 257 618 218 575 c 0\n 176 528 148 431 148 329 c 0\n 148 218 181 117 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 561 200 574 269 574 328 c 0\n 574 447 543 541 489 590 c 0\n 453 622 407 640 361 640 c 0\nEndSplineSet\nKernsSLIF: 65 -58 0 0 198 -50 0 0 193 -58 0 0 196 -58 0 0 197 -58 0 0 84 -9 0 0 86 -69 0 0 87 -54 0 0 88 -55 0 0 89 -72 0 0\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 556\nFlags: W\nHStem: 0 19 288 40<258 310> 625 37<222.5 280 280 303.5> 643 19\nVStem: 100 102<120 291 331 553 553 589> 433 109<448 502>\nFore\n202 291 m 1\n 202 109 l 2\n 202 36 217 22 296 19 c 1\n 296 0 l 1\n 16 0 l 1\n 16 19 l 1\n 92 26 100 36 100 120 c 2\n 100 553 l 2\n 100 625 90 635 16 643 c 1\n 16 662 l 1\n 280 662 l 2\n 374 662 461 634 501 590 c 0\n 528 561 542 523 542 481 c 0\n 542 415 506 354 446 322 c 0\n 403 298 349 288 271 288 c 0\n 245 288 228 289 202 291 c 1\n202 591 m 2\n 202 331 l 1\n 225 329 239 328 259 328 c 0\n 374 328 433 378 433 475 c 0\n 433 578 371 625 236 625 c 0\n 209 625 202 618 202 591 c 2\nEndSplineSet\nKernsSLIF: 65 -90 0 0 198 -91 0 0 193 -90 0 0 196 -90 0 0 197 -90 0 0 74 -52 0 0 97 -17 0 0 225 -17 0 0 228 -17 0 0 230 -18 0 0 229 -17 0 0 44 -94 0 0 101 -23 0 0 233 -23 0 0 45 -37 0 0 111 -25 0 0 243 -25 0 0 246 -25 0 0 339 -25 0 0 248 -25 0 0 46 -101 0 0\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 722\nFlags: MW\nHStem: 640 36<335 385.5>\nVStem: 34 114<280 383> 574 114<283.5 389.5>\nFore\n701 -159 m 1\n 701 -177 l 1\n 695 -177 l 2\n 684 -178 675 -178 660 -178 c 0\n 501 -178 380 -135 312 -56 c 2\n 265 -1 l 1\n 194 23 162 43 123 85 c 0\n 64 149 34 231 34 329 c 0\n 34 532 170 676 361 676 c 128\n 552 676 688 532 688 331 c 0\n 688 220 650 129 576 63 c 0\n 530 23 494 6 426 -7 c 1\n 507 -112 587 -156 701 -159 c 1\n364 640 m 0\n 306 640 259 619 218 575 c 0\n 177 529 148 431 148 335 c 0\n 148 218 180 118 233 71 c 0\n 269 39 313 22 361 22 c 0\n 416 22 468 45 505 86 c 0\n 545 132 574 234 574 333 c 0\n 574 446 542 542 488 590 c 0\n 453 621 407 640 364 640 c 0\nEndSplineSet\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 667\nFlags: W\nHStem: 0 19 625 37<235 293 293 317.5> 643 19\nVStem: 102 102<120 306 343 553 553 588.5> 438 109<463 507.5>\nFore\n659 19 m 1\n 659 0 l 1\n 498 0 l 1\n 260 308 l 1\n 204 306 l 1\n 204 109 l 2\n 204 37 217 24 294 19 c 1\n 294 0 l 1\n 17 0 l 1\n 17 19 l 1\n 92 25 102 37 102 120 c 2\n 102 553 l 2\n 102 624 92 635 17 643 c 1\n 17 662 l 1\n 293 662 l 2\n 387 662 470 636 508 595 c 0\n 534 566 547 529 547 486 c 0\n 547 439 528 397 496 371 c 0\n 463 344 433 332 366 319 c 1\n 572 66 l 1\n 601 32 621 22 659 19 c 1\n204 589 m 2\n 204 343 l 1\n 300 345 335 351 381 377 c 0\n 417 396 438 438 438 488 c 0\n 438 582 380 625 255 625 c 0\n 215 625 204 617 204 589 c 2\nEndSplineSet\nKernsSLIF: 67 -41 0 0 199 -41 0 0 71 -44 0 0 79 -45 0 0 338 -39 0 0 211 -45 0 0 214 -45 0 0 84 -34 0 0 85 -56 0 0 220 -55 0 0 86 -73 0 0 87 -67 0 0 89 -76 0 0 97 -2 0 0 225 -2 0 0 228 -2 0 0 230 -5 0 0 229 -2 0 0 101 -23 0 0 233 -23 0 0 45 -52 0 0 111 -36 0 0 243 -36 0 0 246 -36 0 0 339 -31 0 0 117 -24 0 0 250 -24 0 0 252 -24 0 0 121 -37 0 0\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 556\nFlags: W\nHStem: -14 36<267 303.5> 0 20<114.5 127.5> 635 41<230 260> 642 20\nVStem: 71 86<515 531> 390 101<116.5 147>\nFore\n447 676 m 1\n 469 463 l 1\n 444 463 l 1\n 428 522 414 548 383 580 c 0\n 348 616 306 635 261 635 c 0\n 199 635 157 597 157 542 c 0\n 157 488 199 444 304 386 c 0\n 436 315 491 250 491 168 c 0\n 491 65 402 -14 287 -14 c 0\n 247 -14 207 -6 169 9 c 0\n 150 16 133 20 122 20 c 0\n 107 20 95 6 94 -13 c 1\n 72 -13 l 1\n 42 199 l 1\n 65 199 l 1\n 115 77 178 22 267 22 c 0\n 340 22 390 68 390 135 c 0\n 390 159 385 180 376 193 c 0\n 351 231 299 272 227 310 c 0\n 115 369 71 425 71 505 c 0\n 71 557 89 599 124 630 c 0\n 157 659 201 676 244 676 c 0\n 276 676 313 668 350 654 c 1\n 367 646 384 642 394 642 c 0\n 411 642 422 653 426 676 c 1\n 447 676 l 1\nEndSplineSet\nKernsSLIF: 65 -37 0 0 198 -30 0 0 193 -37 0 0 196 -37 0 0 197 -37 0 0 84 -19 0 0 86 -27 0 0 87 -21 0 0 89 -30 0 0 116 -20 0 0\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 611\nFlags: MW\nHStem: 0 19 620 42<144 200 200 254 356 356 356 410>\nVStem: 254 102<120 620>\nFore\n254 620 m 1\n 200 620 l 2\n 88 620 65 601 41 492 c 1\n 17 492 l 1\n 23 662 l 1\n 587 662 l 1\n 593 492 l 1\n 569 492 l 1\n 546 602 524 620 410 620 c 2\n 356 620 l 1\n 356 109 l 2\n 356 36 370 23 452 19 c 1\n 452 0 l 1\n 160 0 l 1\n 160 19 l 1\n 243 24 254 35 254 120 c 2\n 254 620 l 1\nEndSplineSet\nKernsSLIF: 65 -53 0 0 198 -45 0 0 193 -53 0 0 194 -53 0 0 196 -53 0 0 192 -53 0 0 197 -53 0 0 195 -53 0 0 67 -8 0 0 71 -11 0 0 74 -18 0 0 79 -10 0 0 338 -4 0 0 211 -10 0 0 212 -10 0 0 214 -10 0 0 210 -10 0 0 216 -10 0 0 213 -10 0 0 83 -10 0 0 86 14 0 0 87 20 0 0 89 11 0 0 97 -77 0 0 230 -80 0 0 99 -87 0 0 58 -87 0 0 44 -74 0 0 101 -86 0 0 103 -91 0 0 171 -114 0 0 8249 -125 0 0 45 -73 0 0 105 -18 0 0 106 -25 0 0 111 -90 0 0 248 -89 0 0 46 -82 0 0 114 -50 0 0 115 -73 0 0 59 -87 0 0 117 -93 0 0 118 -105 0 0 119 -106 0 0 121 -102 0 0\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 722\nFlags: MW\nHStem: -14 44<342.5 409.5> 643 19\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nFore\n611 515 m 2\n 611 254 l 2\n 611 177 602 131 578 89 c 0\n 539 21 464 -14 355 -14 c 0\n 185 -14 104 68 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\nEndSplineSet\nKernsSLIF: 65 -65 0 0 198 -58 0 0 193 -65 0 0 194 -65 0 0 196 -65 0 0 197 -65 0 0 195 -65 0 0 44 -31 0 0 109 -33 0 0 110 -31 0 0 112 -28 0 0 46 -37 0 0 114 -27 0 0\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 722\nFlags: MW\nHStem: -11 20 642 20<16 282 282 282 492 697 697 697>\nFore\n697 662 m 1\n 697 643 l 1\n 649 640 638 629 605 550 c 1\n 383 -11 l 1\n 368 -11 l 1\n 122 538 l 1\n 79 627 65 641 16 643 c 1\n 16 662 l 1\n 282 662 l 1\n 282 643 l 1\n 268 642 257 641 253 641 c 0\n 221 639 207 629 207 610 c 0\n 207 595 215 572 248 499 c 2\n 399 161 l 1\n 546 528 l 2\n 558 558 565 585 565 601 c 0\n 565 629 547 640 492 643 c 1\n 492 662 l 1\n 697 662 l 1\nEndSplineSet\nKernsSLIF: 65 -124 0 0 198 -104 0 0 193 -124 0 0 194 -124 0 0 196 -124 0 0 192 -124 0 0 197 -124 0 0 195 -124 0 0 67 -63 0 0 71 -66 0 0 79 -67 0 0 211 -67 0 0 212 -67 0 0 214 -67 0 0 210 -67 0 0 216 -65 0 0 213 -67 0 0 83 -47 0 0 84 10 0 0 97 -88 0 0 230 -89 0 0 58 -90 0 0 44 -105 0 0 101 -85 0 0 103 -101 0 0 171 -109 0 0 8249 -119 0 0 45 -69 0 0 105 -20 0 0 111 -89 0 0 248 -88 0 0 46 -112 0 0 114 -56 0 0 59 -89 0 0 117 -51 0 0 121 -54 0 0\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 944\nFlags: MW\nHStem: -11 20 642 20<5 250 250 250 313 580 580 580 734 932 932 932>\nFore\n932 662 m 1\n 932 643 l 1\n 879 633 868 624 849 572 c 0\n 740 278 730 250 645 -11 c 1\n 630 -11 l 1\n 470 412 l 1\n 316 -11 l 1\n 301 -11 l 1\n 108 526 l 1\n 71 620 56 638 5 643 c 1\n 5 662 l 1\n 250 662 l 1\n 250 643 l 1\n 199 640 185 633 185 611 c 0\n 185 600 189 583 196 565 c 2\n 340 189 l 1\n 447 471 l 1\n 414 553 l 1\n 380 633 370 642 313 643 c 1\n 313 662 l 1\n 580 662 l 1\n 580 643 l 1\n 526 642 503 632 503 608 c 0\n 503 597 509 578 518 557 c 0\n 519 554 528 532 530 527 c 2\n 662 186 l 1\n 787 525 l 2\n 797 553 803 579 803 600 c 0\n 803 627 785 638 734 643 c 1\n 734 662 l 1\n 932 662 l 1\nEndSplineSet\nKernsSLIF: 65 -113 0 0 198 -98 0 0 193 -113 0 0 194 -113 0 0 196 -113 0 0 192 -113 0 0 197 -113 0 0 195 -113 0 0 67 -53 0 0 71 -56 0 0 79 -56 0 0 211 -56 0 0 212 -56 0 0 214 -56 0 0 210 -56 0 0 216 -55 0 0 213 -56 0 0 83 -41 0 0 84 17 0 0 97 -80 0 0 230 -81 0 0 58 -81 0 0 44 -89 0 0 101 -72 0 0 103 -91 0 0 171 -97 0 0 8249 -107 0 0 45 -56 0 0 105 -13 0 0 111 -76 0 0 248 -75 0 0 46 -96 0 0 114 -47 0 0 59 -81 0 0 117 -43 0 0 121 -45 0 0\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 722\nFlags: MW\nHStem: 0 20 642 20<296 296>\nFore\n696 662 m 1\n 696 643 l 1\n 632 639 612 627 547 549 c 1\n 401 367 l 1\n 593 93 l 1\n 636 35 651 25 704 19 c 1\n 704 0 l 1\n 407 0 l 1\n 407 19 l 1\n 419 20 430 21 434 21 c 0\n 468 22 484 32 484 50 c 0\n 484 65 466 99 433 148 c 2\n 338 288 l 1\n 219 140 l 2\n 182 94 167 69 167 54 c 0\n 167 31 185 23 243 19 c 1\n 243 0 l 1\n 10 0 l 1\n 10 19 l 1\n 61 23 66 27 155 133 c 1\n 312 326 l 1\n 203 486 l 1\n 105 625 87 640 22 643 c 1\n 22 662 l 1\n 324 662 l 1\n 324 643 l 1\n 296 642 l 2\n 263 641 248 633 248 613 c 0\n 248 591 272 548 333 463 c 2\n 375 404 l 1\n 488 542 l 2\n 517 578 528 596 528 611 c 0\n 528 634 512 641 458 643 c 1\n 458 662 l 1\n 696 662 l 1\nEndSplineSet\nKernsSLIF: 67 -52 0 0 79 -61 0 0 214 -61 0 0 81 -61 0 0 97 -7 0 0 101 -28 0 0 45 -54 0 0 111 -41 0 0 117 -29 0 0 121 -96 0 0\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 722\nFlags: MW\nHStem: 0 19 642 20<277 279>\nVStem: 315 102<120 294 294 294>\nFore\n703 662 m 1\n 703 643 l 1\n 652 639 626 617 565 529 c 1\n 417 303 l 1\n 417 109 l 2\n 417 33 431 21 520 19 c 1\n 520 0 l 1\n 214 0 l 1\n 214 19 l 1\n 305 23 315 33 315 120 c 2\n 315 294 l 1\n 184 486 l 1\n 84 627 70 641 22 643 c 1\n 22 662 l 1\n 302 662 l 1\n 302 643 l 1\n 291 642 281 642 277 642 c 0\n 245 640 231 631 231 613 c 0\n 231 602 237 585 248 569 c 2\n 396 347 l 1\n 539 573 l 2\n 548 588 553 600 553 610 c 0\n 553 634 536 642 484 643 c 1\n 484 662 l 1\n 703 662 l 1\nEndSplineSet\nKernsSLIF: 65 -74 0 0 198 -67 0 0 193 -74 0 0 194 -74 0 0 196 -74 0 0 192 -74 0 0 197 -74 0 0 195 -74 0 0 67 -68 0 0 71 -71 0 0 79 -69 0 0 211 -69 0 0 212 -69 0 0 214 -69 0 0 210 -69 0 0 216 -69 0 0 213 -69 0 0 83 -44 0 0 84 13 0 0 97 -99 0 0 230 -102 0 0 58 -109 0 0 44 -96 0 0 101 -103 0 0 103 -113 0 0 171 -135 0 0 8249 -145 0 0 45 -98 0 0 105 -17 0 0 111 -107 0 0 248 -106 0 0 112 -88 0 0 46 -103 0 0 59 -108 0 0 117 -78 0 0 118 -86 0 0\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 611\nFlags: MW\nHStem: 0 38<145 402 402 430.5> 624 38<192 225 225 446>\nFore\n574 176 m 5\n 597 176 l 5\n 573 0 l 5\n 9 0 l 5\n 9 15 l 5\n 446 624 l 5\n 225 624 l 6\n 159 624 114 610 91 581 c 4\n 74 560 66 540 57 491 c 5\n 31 491 l 5\n 51 662 l 5\n 577 662 l 5\n 577 647 l 5\n 145 38 l 5\n 402 38 l 6\n 459 38 503 52 527 77 c 4\n 547 99 557 120 574 176 c 5\nEndSplineSet\nKernsSLIF: 118 -48 0 0 121 -50 0 0\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 333\nFlags: MW\nHStem: -156 25<213 299> 637 25<193 209 209 299>\nVStem: 88 76<-96.5 -79 -79 593>\nFore\n299 -131 m 1\n 299 -156 l 1\n 88 -156 l 1\n 88 662 l 1\n 299 662 l 1\n 299 637 l 1\n 209 637 l 2\n 177 637 164 624 164 593 c 2\n 164 -79 l 2\n 164 -114 180 -131 213 -131 c 2\n 299 -131 l 1\nEndSplineSet\nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 278\nFlags: MW\nHStem: -14 20 656 20<-9 58 58 58>\nFore\n-9 676 m 1\n 58 676 l 1\n 287 -14 l 1\n 219 -14 l 1\n -9 676 l 1\nEndSplineSet\nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 333\nFlags: MW\nHStem: -156 25<34 124 124 139.5> 637 25<34 120>\nVStem: 169 76<-87 585 585 602.5>\nFore\n34 -131 m 1\n 124 -131 l 2\n 155 -131 169 -118 169 -87 c 2\n 169 585 l 2\n 169 620 153 637 120 637 c 2\n 34 637 l 1\n 34 662 l 1\n 245 662 l 1\n 245 -156 l 1\n 34 -156 l 1\n 34 -131 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 469\nFlags: MW\nHStem: 642 20<205 265 265 265>\nFore\n92 297 m 1\n 24 297 l 1\n 205 662 l 1\n 265 662 l 1\n 446 297 l 1\n 378 297 l 1\n 235 586 l 1\n 92 297 l 1\nEndSplineSet\nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 500\nFlags: MW\nHStem: -125 50<0 500>\nFore\n500 -125 m 1\n 0 -125 l 1\n 0 -75 l 1\n 500 -75 l 1\n 500 -125 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 333\nFlags: MW\nHStem: 658 20<42.5 60.5>\nFore\n242 507 m 1\n 202 507 l 1\n 48 604 l 2\n 30 616 19 631 19 647 c 0\n 19 666 32 678 53 678 c 0\n 68 678 77 673 95 655 c 2\n 242 507 l 1\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 -10 57 -10 58 436 24<191 235.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\nEndSplineSet\nKernsSLIF: 106 -26 0 0 8217 -40 0 0 118 -30 0 0 119 -31 0 0 121 -32 0 0\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 500\nFlags: MW\nHStem: -10 32<224 291> 397 63<261.5 291>\nVStem: 69 84<57.5 70 70 322 375 573 573 594> 380 88<171.5 258>\nFore\n153 681 m 1\n 153 375 l 1\n 173 424 231 460 292 460 c 0\n 392 460 468 366 468 243 c 0\n 468 100 366 -10 234 -10 c 0\n 154 -10 69 23 69 54 c 2\n 69 573 l 2\n 69 615 60 624 20 624 c 0\n 13 624 9 624 3 623 c 1\n 3 639 l 1\n 32 647 l 2\n 79 660 106 668 148 683 c 1\n 153 681 l 1\n153 322 m 2\n 153 70 l 2\n 153 45 198 22 250 22 c 0\n 332 22 380 86 380 197 c 0\n 380 319 330 397 252 397 c 0\n 200 397 153 361 153 322 c 2\nEndSplineSet\nKernsSLIF: 118 -29 0 0 119 -30 0 0 121 -32 0 0\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 444\nFlags: MW\nHStem: -10 72<211.5 237.5> 431 29<219.5 256>\nVStem: 25 77<199.5 252.5>\nFore\n398 156 m 1\n 412 147 l 1\n 382 88 363 61 336 37 c 0\n 300 6 260 -10 215 -10 c 0\n 104 -10 25 83 25 213 c 0\n 25 292 53 360 103 404 c 0\n 144 440 195 460 244 460 c 0\n 328 460 398 413 398 357 c 0\n 398 334 376 315 350 315 c 0\n 329 315 311 333 303 361 c 2\n 297 383 l 2\n 287 420 274 431 238 431 c 0\n 157 431 102 360 102 257 c 0\n 102 142 166 62 257 62 c 0\n 314 62 350 86 398 156 c 1\nEndSplineSet\nKernsSLIF: 104 -15 0 0 107 -19 0 0\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 500\nFlags: MW\nHStem: -10 52<209.5 240> 42 16 432 28<200 255>\nVStem: 27 86<183.5 276> 340 84<102 114 114 332 332 358.5 417 573 573 593.5>\nFore\n344 -10 m 1\n 340 -7 l 1\n 340 57 l 1\n 306 10 268 -10 212 -10 c 0\n 102 -10 27 77 27 205 c 0\n 27 347 120 460 235 460 c 0\n 275 460 302 449 340 417 c 1\n 340 573 l 2\n 340 614 331 624 294 624 c 0\n 286 624 280 624 272 623 c 1\n 272 639 l 1\n 336 656 371 666 419 683 c 1\n 424 681 l 1\n 424 114 l 2\n 424 68 432 57 468 57 c 0\n 471 57 473 57 491 58 c 1\n 491 42 l 1\n 344 -10 l 1\n340 102 m 2\n 340 332 l 2\n 340 385 291 432 238 432 c 0\n 162 432 113 358 113 245 c 0\n 113 122 168 42 251 42 c 0\n 280 42 305 52 323 72 c 0\n 333 83 340 95 340 102 c 2\nEndSplineSet\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 444\nFlags: MW\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5>\nFore\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\nEndSplineSet\nKernsSLIF: 8217 -30 0 0 116 -10 0 0 118 -27 0 0 119 -28 0 0 120 -35 0 0 121 -30 0 0\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 333\nFlags: MW\nHStem: 0 15 418 32<21 103 187 309 187 187> 655 28<248 253.5>\nVStem: 103 84<104 418>\nFore\n309 450 m 5\n 309 418 l 5\n 187 418 l 5\n 187 104 l 6\n 187 29 198 18 280 15 c 5\n 280 0 l 5\n 20 0 l 5\n 20 15 l 5\n 92 19 103 31 103 104 c 6\n 103 418 l 5\n 21 418 l 5\n 21 450 l 5\n 103 450 l 5\n 104 530 112 566 138 610 c 4\n 164 656 217 683 279 683 c 4\n 339 683 383 657 383 621 c 4\n 383 598 364 580 341 580 c 4\n 324 580 312 590 296 616 c 4\n 278 645 264 655 243 655 c 4\n 205 655 186 624 186 566 c 6\n 186 450 l 5\n 309 450 l 5\nEndSplineSet\nKernsSLIF: 97 -25 0 0 225 -25 0 0 228 12 0 0 230 -25 0 0 229 -6 0 0 101 -34 0 0 233 -34 0 0 102 6 0 0 105 15 0 0 106 8 0 0 108 44 0 0 111 -38 0 0 243 -38 0 0 246 -1 0 0 339 -36 0 0 248 -37 0 0 8217 17 0 0 115 -21 0 0 116 10 0 0\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 500\nFlags: MW\nHStem: -218 57<200 238.5> -2 20 149 25<247 268.5> 388 39<393 470> 432 28<203 241.5>\nVStem: 28 70<-110 -102.5> 329 77<279 284.5> 433 28<-68 -46>\nFore\n470 388 m 1\n 387 388 l 1\n 401 356 406 333 406 304 c 0\n 406 254 391 219 358 191 c 0\n 327 164 287 149 250 149 c 0\n 244 149 231 150 212 152 c 0\n 209 152 202 153 193 154 c 1\n 166 146 133 111 133 91 c 0\n 133 75 158 66 211 64 c 2\n 340 58 l 2\n 414 55 461 13 461 -49 c 0\n 461 -87 444 -119 406 -150 c 0\n 354 -192 276 -218 201 -218 c 0\n 106 -218 28 -174 28 -121 c 0\n 28 -84 55 -51 126 1 c 1\n 85 21 73 33 73 54 c 0\n 73 74 86 94 119 123 c 0\n 125 128 143 145 162 163 c 1\n 96 196 69 234 69 297 c 0\n 69 388 143 460 236 460 c 0\n 262 460 289 455 316 445 c 2\n 338 437 l 2\n 358 430 373 427 393 427 c 2\n 470 427 l 1\n 470 388 l 1\n147 -2 m 1\n 105 -52 98 -65 98 -88 c 0\n 98 -132 156 -161 244 -161 c 0\n 357 -161 433 -122 433 -64 c 0\n 433 -28 400 -15 309 -15 c 0\n 260 -15 180 -9 147 -2 c 1\n152 338 m 2\n 152 335 l 2\n 152 239 194 174 254 174 c 0\n 300 174 329 209 329 265 c 0\n 329 304 317 350 299 385 c 0\n 283 415 257 432 226 432 c 0\n 180 432 152 397 152 338 c 2\nEndSplineSet\nKernsSLIF: 97 -17 0 0 228 -17 0 0 230 -18 0 0 229 -17 0 0 101 -25 0 0 233 -25 0 0 108 -7 0 0 243 -26 0 0 246 -26 0 0 114 11 0 0\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 500\nFlags: MW\nHStem: 0 15 406 54<274.5 293>\nVStem: 73 84<102 343 376 573 573 594.5> 343 84<102 300 300 301>\nFore\n157 343 m 1\n 157 102 l 2\n 157 33 167 21 225 15 c 1\n 225 0 l 1\n 9 0 l 1\n 9 15 l 1\n 67 23 73 32 73 102 c 2\n 73 573 l 2\n 73 616 65 624 22 624 c 0\n 17 624 14 624 10 623 c 1\n 10 639 l 1\n 37 647 l 2\n 93 663 118 671 152 683 c 1\n 157 680 l 1\n 157 376 l 1\n 203 436 245 460 304 460 c 0\n 385 460 427 406 427 301 c 2\n 427 102 l 2\n 427 33 433 25 487 15 c 1\n 487 0 l 1\n 275 0 l 1\n 275 15 l 1\n 333 21 343 34 343 102 c 2\n 343 300 l 2\n 343 370 318 406 268 406 c 0\n 229 406 199 389 157 343 c 1\nEndSplineSet\nKernsSLIF: 8217 -38 0 0 121 -30 0 0\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 278\nFlags: W\nHStem: 0 15 390 15 440 20<175 175> 581 102<114.5 142.5>\nVStem: 78 102<618 646> 95 84<102 334 334 356>\nFore\n175 460 m 1\n 179 457 l 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\n128 683 m 0\n 157 683 180 660 180 632 c 0\n 180 603 157 581 128 581 c 0\n 100 581 78 604 78 632 c 128\n 78 660 101 683 128 683 c 0\nEndSplineSet\nKernsSLIF: 84 -28 0 0 106 -36 0 0\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 278\nFlags: W\nHStem: -218 34<53.5 68> 440 20<188 188> 581 102<128.5 156.5>\nVStem: 92 102<618 646> 109 84<-45 0 0 334 334 355.5>\nFore\n193 457 m 5\n 193 0 l 6\n 193 -142 134 -218 24 -218 c 4\n -30 -218 -70 -195 -70 -163 c 4\n -70 -141 -52 -124 -29 -124 c 4\n -13 -124 1 -133 19 -156 c 4\n 36 -177 46 -184 61 -184 c 4\n 75 -184 89 -176 95 -166 c 4\n 106 -146 109 -121 109 -45 c 6\n 109 334 l 6\n 109 377 100 394 77 394 c 4\n 67 394 52 393 37 391 c 6\n 32 390 l 5\n 32 406 l 5\n 91 424 129 437 188 460 c 5\n 193 457 l 5\n142 683 m 4\n 171 683 194 660 194 632 c 4\n 194 603 171 581 142 581 c 4\n 114 581 92 604 92 632 c 132\n 92 660 115 683 142 683 c 4\nEndSplineSet\nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 500\nFlags: MW\nHStem: 0 15<287 306 306 312> 435 15<463.5 472 472 480>\nVStem: 82 84<82 251 261 564 564 588>\nFore\n7 623 m 1\n 7 639 l 1\n 37 647 l 2\n 95 663 124 671 162 683 c 1\n 166 681 l 1\n 166 261 l 1\n 303 383 l 2\n 317 395 326 409 326 417 c 0\n 326 431 315 435 276 436 c 1\n 276 450 l 1\n 480 450 l 1\n 480 435 l 1\n 472 435 l 2\n 455 435 441 433 426 429 c 0\n 397 421 335 375 264 309 c 2\n 235 282 l 1\n 388 88 l 1\n 430 37 461 18 505 15 c 1\n 505 0 l 1\n 287 0 l 1\n 287 15 l 1\n 306 15 l 2\n 318 15 327 21 327 30 c 0\n 327 35 324 41 316 51 c 0\n 313 54 311 57 309 60 c 2\n 306 64 l 1\n 166 251 l 1\n 166 67 l 2\n 166 32 181 18 221 16 c 2\n 241 15 l 1\n 241 0 l 1\n 7 0 l 1\n 7 15 l 1\n 79 27 82 30 82 82 c 2\n 82 564 l 2\n 82 612 72 625 39 625 c 0\n 29 625 20 624 7 623 c 1\nEndSplineSet\nKernsSLIF: 97 1 0 0 225 1 0 0 228 1 0 0 230 -1 0 0 229 1 0 0 44 4 0 0 101 -19 0 0 233 -19 0 0 103 -12 0 0 45 -65 0 0 111 -32 0 0 243 -32 0 0 246 -32 0 0 46 -2 0 0 115 5 0 0 117 14 0 0 252 14 0 0\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 278\nFlags: HMW\nHStem: 0 15\nVStem: 98 84<87 564 564 587.5>\nFore\n19 623 m 1\n 19 639 l 1\n 88 656 126 666 178 683 c 1\n 182 681 l 1\n 182 84 l 2\n 182 29 194 19 257 15 c 1\n 257 0 l 1\n 21 0 l 1\n 21 15 l 1\n 84 20 98 33 98 87 c 2\n 98 564 l 2\n 98 611 88 625 56 625 c 0\n 48 625 36 624 25 623 c 2\n 19 623 l 1\nEndSplineSet\nKernsSLIF: 118 -28 0 0 121 -25 0 0\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 778\nFlags: MW\nHStem: 0 15 408 52<299 310 561 575.5>\nVStem: 86 84<85 338 338 349> 354 84<86 95 95 303 303 338> 622 84<87 282>\nFore\n19 398 m 1\n 19 415 l 1\n 74 430 108 441 159 460 c 1\n 166 458 l 1\n 166 383 l 1\n 249 446 277 460 321 460 c 0\n 375 460 409 433 427 376 c 1\n 481 434 532 460 590 460 c 0\n 667 460 706 400 706 282 c 2\n 706 76 l 2\n 706 37 719 19 749 17 c 2\n 775 15 l 1\n 775 0 l 1\n 556 0 l 1\n 556 15 l 1\n 614 22 622 30 622 87 c 2\n 622 298 l 2\n 622 381 604 408 547 408 c 0\n 501 408 468 390 438 347 c 1\n 438 95 l 2\n 438 33 453 16 510 15 c 1\n 510 0 l 1\n 286 0 l 1\n 286 15 l 1\n 343 19 354 30 354 86 c 2\n 354 303 l 2\n 354 373 332 408 288 408 c 0\n 253 408 210 391 185 368 c 0\n 178 361 170 351 170 349 c 2\n 170 67 l 2\n 170 28 185 17 238 15 c 1\n 238 0 l 1\n 16 0 l 1\n 16 15 l 1\n 72 16 86 31 86 85 c 2\n 86 338 l 2\n 86 386 77 402 51 402 c 0\n 40 402 32 401 19 398 c 1\nEndSplineSet\nKernsSLIF: 112 -9 0 0 118 -30 0 0 119 -31 0 0 121 -31 0 0\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 500\nFlags: MW\nHStem: 0 15 405 55<283 291.5>\nVStem: 80 84<90 338 338 348> 340 84<99 308 308 310>\nFore\n16 398 m 1\n 16 415 l 1\n 71 431 105 442 154 460 c 1\n 161 458 l 1\n 161 379 l 1\n 229 443 260 460 306 460 c 0\n 380 460 424 404 424 310 c 2\n 424 81 l 2\n 424 32 436 20 485 15 c 1\n 485 0 l 1\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 308 l 2\n 340 374 316 405 267 405 c 0\n 234 405 212 393 164 348 c 1\n 164 67 l 2\n 164 31 179 19 230 15 c 1\n 230 0 l 1\n 18 0 l 1\n 18 15 l 1\n 69 19 80 33 80 90 c 2\n 80 338 l 2\n 80 387 71 402 43 402 c 0\n 32 402 22 401 16 398 c 1\nEndSplineSet\nKernsSLIF: 84 -55 0 0 112 -13 0 0 8217 -39 0 0 118 -30 0 0 119 -31 0 0 121 -31 0 0\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 500\nFlags: MW\nHStem: -10 28<240.5 297.5> 432 28<201.5 279>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n237 432 m 0\n 166 432 119 370 119 275 c 0\n 119 204 135 134 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 18 380 86 380 199 c 0\n 380 336 321 432 237 432 c 0\nEndSplineSet\nKernsSLIF: 84 -91 0 0 8217 -34 0 0 116 -9 0 0 118 -36 0 0 119 -36 0 0 120 -36 0 0 121 -41 0 0\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 500\nFlags: W\nHStem: -217 17 -217 217 -217 18 -10 32<239.5 299> 400 60<275 298>\nVStem: 75 84<-131 -124 -124 33 73 88 88 334> 384 86<174.5 266>\nFore\n9 393 m 1\n 9 409 l 1\n 64 426 99 439 153 460 c 1\n 159 458 l 1\n 159 381 l 1\n 203 435 247 460 303 460 c 0\n 400 460 470 371 470 247 c 0\n 470 102 378 -10 260 -10 c 0\n 218 -10 194 0 159 33 c 1\n 159 -124 l 2\n 159 -187 172 -198 247 -199 c 1\n 247 -217 l 1\n 5 -217 l 1\n 5 -200 l 1\n 64 -194 75 -183 75 -131 c 2\n 75 337 l 2\n 75 384 68 394 34 394 c 0\n 25 394 18 394 9 393 c 1\n159 334 m 2\n 159 88 l 2\n 159 58 216 22 263 22 c 0\n 335 22 384 97 384 208 c 0\n 384 324 335 400 261 400 c 0\n 215 400 159 364 159 334 c 2\nEndSplineSet\nKernsSLIF: 116 -6 0 0 121 -28 0 0\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 500\nFlags: W\nHStem: -217 17 -217 14 -10 61 433 28<205.5 264.5>\nVStem: 24 86<208 277> 341 84<-124 64 64 64 127 333 333 366.5>\nFore\n360 425 m 1\n 414 457 l 1\n 425 457 l 1\n 425 -141 l 2\n 425 -183 433 -191 488 -203 c 1\n 488 -217 l 1\n 252 -217 l 1\n 252 -200 l 1\n 323 -195 341 -180 341 -124 c 2\n 341 64 l 1\n 297 16 242 -10 184 -10 c 0\n 90 -10 24 79 24 205 c 0\n 24 349 120 461 245 461 c 0\n 284 461 314 452 360 425 c 1\n341 127 m 2\n 341 333 l 2\n 341 400 310 433 248 433 c 0\n 163 433 110 359 110 241 c 0\n 110 175 131 110 163 81 c 1\n 183 61 210 51 241 51 c 128\n 272 51 305 63 327 82 c 0\n 337 90 341 103 341 127 c 2\nEndSplineSet\nKernsSLIF: 99 -7 0 0 117 -12 0 0\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 333\nFlags: MW\nHStem: 0 15 440 20<155 155 259 297>\nVStem: 76 84<84 90 90 315>\nFore\n7 390 m 1\n 7 406 l 1\n 66 425 102 438 155 460 c 1\n 160 458 l 1\n 160 366 l 1\n 209 437 238 460 280 460 c 0\n 314 460 335 440 335 407 c 0\n 335 379 320 362 296 362 c 0\n 283 362 272 368 256 382 c 0\n 245 392 236 397 230 397 c 0\n 203 397 160 347 160 315 c 2\n 160 90 l 2\n 160 33 177 18 245 15 c 1\n 245 0 l 1\n 5 0 l 1\n 5 15 l 1\n 69 27 76 34 76 84 c 2\n 76 334 l 2\n 76 378 67 394 42 394 c 0\n 30 394 21 393 7 390 c 1\nEndSplineSet\nKernsSLIF: 97 -1 0 0 225 -1 0 0 226 -1 0 0 228 -1 0 0 230 -3 0 0 224 -1 0 0 229 -1 0 0 99 -8 0 0 231 -8 0 0 58 -7 0 0 44 -41 0 0 100 -10 0 0 101 -6 0 0 233 -6 0 0 234 -6 0 0 232 -6 0 0 102 19 0 0 103 -15 0 0 104 -6 0 0 45 -46 0 0 105 20 0 0 106 14 0 0 107 -10 0 0 108 -18 0 0 109 20 0 0 110 22 0 0 111 -8 0 0 243 -8 0 0 244 -8 0 0 246 -8 0 0 339 -7 0 0 242 -8 0 0 248 -7 0 0 112 25 0 0 46 -48 0 0 113 -10 0 0 8217 -19 0 0 114 26 0 0 59 -7 0 0 116 23 0 0 117 19 0 0 118 20 0 0 119 19 0 0 120 17 0 0 121 22 0 0 122 2 0 0\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 389\nFlags: W\nHStem: -10 22<198 220.5> 0 20 430 20<300 311 311 311> 437 22<167 200>\nVStem: 51 62<355.5 372> 278 70<83 99.5>\nFore\n315 314 m 1\n 300 314 l 1\n 277 403 247 437 190 437 c 0\n 144 437 113 409 113 369 c 0\n 113 342 128 317 156 301 c 2\n 264 237 l 2\n 324 201 348 168 348 118 c 0\n 348 48 284 -10 207 -10 c 0\n 189 -10 162 -6 134 0 c 0\n 111 6 97 8 88 8 c 0\n 76 8 72 6 65 -4 c 1\n 52 -4 l 1\n 52 152 l 1\n 68 152 l 1\n 81 95 90 72 111 47 c 0\n 130 25 161 12 195 12 c 0\n 246 12 278 40 278 84 c 0\n 278 115 261 139 226 159 c 2\n 168 192 l 2\n 83 240 51 280 51 336 c 0\n 51 408 108 459 187 459 c 0\n 213 459 235 455 257 447 c 0\n 268 442 278 440 284 440 c 0\n 288 440 289 441 298 448 c 2\n 300 450 l 1\n 311 450 l 1\n 315 314 l 1\nEndSplineSet\nKernsSLIF: 8217 -38 0 0 116 -15 0 0\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 278\nFlags: W\nHStem: -10 52 418 32<154 255>\nVStem: 13 242<423.5 427.5> 70 84<117 132 132 418>\nFore\n255 450 m 1\n 255 418 l 1\n 154 418 l 1\n 154 132 l 2\n 154 69 169 42 206 42 c 0\n 228 42 245 52 266 77 c 1\n 279 66 l 1\n 246 14 208 -10 159 -10 c 0\n 100 -10 70 33 70 117 c 2\n 70 418 l 1\n 17 418 l 1\n 14 420 13 422 13 425 c 0\n 13 430 19 437 30 444 c 1\n 46 448 89 496 127 551 c 0\n 134 561 140 570 147 579 c 1\n 153 579 154 576 154 566 c 2\n 154 450 l 1\n 255 450 l 1\nEndSplineSet\nKernsSLIF: 83 2 0 0 97 10 0 0 225 10 0 0 228 10 0 0 230 9 0 0 229 10 0 0 58 -8 0 0 104 10 0 0 111 -8 0 0 243 -8 0 0 246 -8 0 0 8217 -29 0 0 59 -8 0 0\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nFore\n479 50 m 1\n 479 36 l 1\n 428 22 392 11 342 -9 c 1\n 338 -7 l 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\nEndSplineSet\nKernsSLIF: 8217 -36 0 0\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 500\nFlags: MW\nHStem: -14 20 430 20<19 215 215 215 338 477 477 477>\nFore\n477 450 m 1\n 477 435 l 1\n 447 432 441 425 412 357 c 1\n 284 36 l 2\n 269 -1 262 -14 256 -14 c 128\n 250 -14 244 -6 238 12 c 0\n 235 20 232 27 230 33 c 1\n 110 320 l 1\n 64 423 57 433 19 435 c 1\n 19 450 l 1\n 215 450 l 1\n 215 435 l 1\n 180 432 169 425 169 407 c 0\n 169 398 172 384 178 370 c 1\n 280 114 l 1\n 379 373 l 2\n 383 383 385 393 385 403 c 0\n 385 422 370 432 338 435 c 1\n 338 450 l 1\n 477 450 l 1\nEndSplineSet\nKernsSLIF: 97 -24 0 0 225 -24 0 0 226 -24 0 0 228 -24 0 0 230 -24 0 0 224 -24 0 0 229 -24 0 0 227 -24 0 0 99 -37 0 0 58 -20 0 0 44 -69 0 0 101 -36 0 0 233 -36 0 0 234 -36 0 0 232 -36 0 0 103 -41 0 0 45 -28 0 0 108 -31 0 0 111 -38 0 0 243 -38 0 0 246 -38 0 0 242 -38 0 0 248 -38 0 0 46 -76 0 0 115 -21 0 0 59 -20 0 0\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 722\nFlags: MW\nHStem: -14 20 430 20<21 201 201 201 262 465 465 465 571 694 694 694>\nFore\n571 450 m 1\n 694 450 l 1\n 694 435 l 1\n 674 428 671 423 653 381 c 1\n 515 35 l 2\n 499 -5 494 -14 487 -14 c 0\n 481 -14 477 -8 463 29 c 2\n 372 265 l 1\n 260 25 l 2\n 248 -1 240 -14 235 -14 c 0\n 229 -14 221 0 209 30 c 2\n 74 372 l 1\n 52 423 44 433 21 435 c 1\n 21 450 l 1\n 201 450 l 1\n 201 435 l 1\n 167 431 155 423 155 402 c 0\n 155 392 157 382 161 372 c 2\n 260 111 l 1\n 351 310 l 1\n 345 328 338 347 331 366 c 0\n 311 420 299 431 262 435 c 1\n 262 450 l 1\n 465 450 l 1\n 465 435 l 1\n 418 428 407 421 407 399 c 0\n 407 386 407 386 424 340 c 2\n 508 116 l 1\n 598 338 l 2\n 609 365 615 389 615 404 c 0\n 615 421 605 428 571 435 c 1\n 571 450 l 1\nEndSplineSet\nKernsSLIF: 97 -27 0 0 225 -27 0 0 226 -27 0 0 228 -27 0 0 230 -27 0 0 224 -27 0 0 229 -27 0 0 227 -27 0 0 99 -33 0 0 58 -23 0 0 44 -64 0 0 101 -31 0 0 233 -31 0 0 234 -31 0 0 232 -31 0 0 103 -43 0 0 45 -24 0 0 108 -33 0 0 111 -35 0 0 243 -35 0 0 246 -35 0 0 242 -35 0 0 248 -34 0 0 46 -71 0 0 115 -23 0 0 59 -23 0 0\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 500\nFlags: MW\nHStem: 0 20 435 15<24 33>\nFore\n278 0 m 1\n 278 15 l 1\n 311 17 318 21 318 39 c 0\n 318 45 316 51 312 57 c 2\n 221 197 l 1\n 142 74 l 2\n 129 54 122 39 122 33 c 0\n 122 20 134 15 162 15 c 1\n 162 0 l 1\n 17 0 l 1\n 17 15 l 1\n 50 18 60 25 90 66 c 1\n 204 231 l 1\n 110 375 l 2\n 79 422 63 435 33 435 c 2\n 24 435 l 1\n 24 450 l 1\n 231 450 l 1\n 231 435 l 1\n 201 434 188 427 188 413 c 0\n 188 400 206 366 234 324 c 2\n 248 304 l 1\n 261 324 273 342 278 348 c 0\n 303 379 315 401 315 413 c 0\n 315 427 305 433 275 435 c 1\n 275 450 l 1\n 433 450 l 1\n 433 435 l 1\n 401 434 371 418 352 391 c 2\n 269 271 l 1\n 397 75 l 1\n 428 31 448 15 479 15 c 1\n 479 0 l 1\n 278 0 l 1\nEndSplineSet\nKernsSLIF: 97 -11 0 0 99 -34 0 0 101 -32 0 0 233 -32 0 0 111 -45 0 0 113 -26 0 0\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 500\nFlags: MW\nHStem: -218 84 430 20<14 220 220 220 340 475 475 475>\nFore\n475 450 m 1\n 475 435 l 1\n 451 432 440 422 427 390 c 1\n 273 -18 l 2\n 219 -162 171 -218 104 -218 c 0\n 62 -218 30 -193 30 -160 c 0\n 30 -136 50 -116 73 -116 c 0\n 90 -116 107 -120 126 -127 c 0\n 136 -132 145 -134 151 -134 c 0\n 165 -134 187 -115 201 -89 c 0\n 218 -59 241 4 241 19 c 128\n 241 34 225 70 197 120 c 1\n 182 150 l 1\n 179 158 l 1\n 65 404 l 2\n 57 421 40 432 14 436 c 1\n 14 450 l 1\n 220 450 l 1\n 220 435 l 1\n 177 433 162 426 162 408 c 0\n 162 397 166 384 172 370 c 2\n 287 117 l 1\n 384 393 l 1\n 387 400 388 406 388 410 c 0\n 388 426 372 435 340 435 c 1\n 340 450 l 1\n 475 450 l 1\nEndSplineSet\nKernsSLIF: 97 -32 0 0 225 -32 0 0 226 -32 0 0 228 -32 0 0 230 -31 0 0 224 -32 0 0 229 -32 0 0 227 -32 0 0 99 -37 0 0 58 -23 0 0 44 -66 0 0 101 -35 0 0 233 -35 0 0 234 -35 0 0 232 -35 0 0 103 -48 0 0 45 -27 0 0 108 -32 0 0 111 -39 0 0 243 -39 0 0 246 -39 0 0 242 -39 0 0 248 -38 0 0 46 -73 0 0 115 -26 0 0 59 -23 0 0\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 444\nFlags: MW\nHStem: 0 30<134 272 272 297.5> 420 30<125 155 155 293>\nFore\n418 135 m 1\n 404 0 l 1\n 27 0 l 1\n 27 15 l 1\n 293 420 l 1\n 155 420 l 2\n 95 420 80 405 71 332 c 1\n 53 332 l 1\n 56 450 l 1\n 403 450 l 1\n 403 435 l 1\n 134 30 l 1\n 272 30 l 2\n 323 30 357 39 371 56 c 0\n 384 73 390 89 400 139 c 1\n 418 135 l 1\nEndSplineSet\nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 480\nFlags: MW\nHStem: 660 20<350 350>\nVStem: 185 74<-41 121 363 378 378 541 541 546>\nFore\n350 -170 m 1\n 350 -181 l 1\n 284 -180 257 -174 229 -156 c 128\n 201 -138 185 -97 185 -41 c 2\n 185 136 l 2\n 185 205 167 229 100 250 c 1\n 167 270 185 293 185 363 c 2\n 185 541 l 2\n 185 598 200 637 229 655 c 128\n 258 673 284 679 350 680 c 1\n 350 669 l 1\n 281 651 259 621 259 546 c 2\n 259 378 l 2\n 259 295 240 269 165 249 c 1\n 240 230 259 204 259 121 c 2\n 259 -47 l 2\n 259 -122 281 -152 350 -170 c 1\nEndSplineSet\nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 200\nFlags: HMW\nHStem: -14 20 656 20<67 133 133 133>\nVStem: 67 66<-14 676>\nFore\n67 -14 m 5\n 67 676 l 5\n 133 676 l 1\n 133 -14 l 1\n 67 -14 l 5\nEndSplineSet\nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 480\nFlags: MW\nHStem: 660 20<130 130>\nVStem: 221 74<-47 -42 -42 121 121 136 378 540>\nFore\n130 669 m 1\n 130 680 l 1\n 197 679 223 673 251 655 c 128\n 279 637 295 596 295 540 c 2\n 295 363 l 2\n 295 293 313 270 380 250 c 1\n 313 229 295 206 295 136 c 2\n 295 -42 l 2\n 295 -99 280 -138 251 -156 c 128\n 222 -174 196 -180 130 -181 c 1\n 130 -170 l 1\n 199 -152 221 -122 221 -47 c 2\n 221 121 l 2\n 221 204 240 230 315 250 c 1\n 240 269 221 294 221 378 c 2\n 221 546 l 2\n 221 621 199 651 130 669 c 1\nEndSplineSet\nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 541\nFlags: MW\nHStem: 186 66<363.5 389.5> 254 66<152.5 178.5>\nFore\n448 303 m 1\n 502 271 l 1\n 456 207 425 186 379 186 c 0\n 334 186 316 193 227 240 c 0\n 210 249 189 254 168 254 c 0\n 137 254 120 242 94 203 c 1\n 40 235 l 1\n 86 299 117 320 163 320 c 0\n 208 320 226 313 315 266 c 0\n 332 257 353 252 374 252 c 0\n 405 252 422 264 448 303 c 1\nEndSplineSet\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 95\nWidth: 333\nFlags: MW\nHStem: -218 20 362 107<135 165>\nFore\n144 282 m 1\n 157 282 l 1\n 166 174 l 2\n 170 127 176 81 183 36 c 0\n 195 -35 203 -106 203 -140 c 0\n 203 -188 183 -218 150 -218 c 0\n 116 -218 97 -190 97 -138 c 0\n 97 -126 98 -113 99 -101 c 1\n 144 282 l 1\n151 469 m 0\n 180 469 204 446 204 417 c 0\n 204 387 180 362 150 362 c 128\n 120 362 97 386 97 418 c 0\n 97 448 119 469 151 469 c 0\nEndSplineSet\nEndChar\nStartChar: cent\nEncoding: 162 162 96\nWidth: 500\nFlags: W\nHStem: -9 73 0 20 430 30<225 274.5> 435 20<324 324>\nVStem: 53 77<224 286.5>\nFore\n403 579 m 1\n 356 444 l 1\n 404 425 431 395 431 360 c 0\n 431 334 413 315 388 315 c 128\n 363 315 348 328 330 367 c 1\n 229 76 l 1\n 253 67 268 64 288 64 c 0\n 347 64 383 89 435 164 c 1\n 448 156 l 1\n 414 86 395 59 360 29 c 0\n 332 5 295 -9 257 -9 c 0\n 240 -9 225 -7 201 0 c 1\n 152 -138 l 1\n 118 -138 l 1\n 169 12 l 1\n 132 33 117 46 99 71 c 0\n 70 111 53 165 53 219 c 0\n 53 354 149 460 273 460 c 0\n 287 460 300 459 324 455 c 1\n 368 579 l 1\n 403 579 l 1\n198 98 m 1\n 313 421 l 1\n 295 428 283 430 266 430 c 0\n 184 430 130 362 130 260 c 0\n 130 188 149 143 198 98 c 1\nEndSplineSet\nEndChar\nStartChar: sterling\nEncoding: 163 163 97\nWidth: 500\nFlags: W\nHStem: -8 28<67 89> -7 83<323.5 346> 94 36<76 101> 328 45<23 130 223 344 223 223> 649 27<273 321.5>\nVStem: 12 26<46 69> 123 85<492 513.5>\nFore\n344 373 m 1\n 344 328 l 1\n 223 328 l 1\n 223 301 l 1\n 224 273 l 1\n 224 238 223 233 199 111 c 1\n 264 84 299 76 348 76 c 0\n 394 76 429 91 461 125 c 0\n 471 136 479 141 484 141 c 0\n 488 141 490 139 490 136 c 0\n 490 119 468 75 447 51 c 0\n 415 14 370 -7 322 -7 c 0\n 279 -7 246 7 178 54 c 1\n 138 7 115 -8 80 -8 c 0\n 39 -8 12 16 12 54 c 0\n 12 100 49 130 103 130 c 0\n 118 130 130 129 149 125 c 1\n 152 133 153 139 153 146 c 0\n 153 164 151 181 131 328 c 1\n 23 328 l 1\n 23 373 l 1\n 130 373 l 1\n 125 399 123 418 123 442 c 0\n 123 585 199 676 318 676 c 0\n 392 676 448 636 448 583 c 0\n 448 552 427 530 398 530 c 0\n 368 530 360 544 359 597 c 0\n 358 632 340 649 303 649 c 0\n 243 649 208 598 208 510 c 0\n 208 474 211 441 219 373 c 1\n 344 373 l 1\n89 94 m 0\n 56 94 38 81 38 57 c 0\n 38 35 55 20 79 20 c 0\n 99 20 111 26 125 43 c 0\n 136 56 142 68 142 76 c 128\n 142 84 113 94 89 94 c 0\nEndSplineSet\nEndChar\nStartChar: currency\nEncoding: 164 164 98\nWidth: 500\nFlags: MW\nHStem: 115 64<228 274.5> 481 64<226.5 275>\nVStem: 35 68<306.5 354> 397 68<307 355.5>\nFore\n-22 108 m 1\n 76 204 l 1\n 47 246 35 283 35 330 c 0\n 35 378 47 416 76 456 c 1\n -22 554 l 1\n 28 602 l 1\n 124 506 l 1\n 169 535 202 545 251 545 c 0\n 299 545 337 533 376 506 c 1\n 474 602 l 1\n 522 554 l 1\n 426 456 l 1\n 455 413 465 380 465 331 c 0\n 465 283 455 249 426 204 c 1\n 522 108 l 1\n 474 58 l 1\n 376 156 l 1\n 337 128 298 115 251 115 c 0\n 205 115 166 128 124 156 c 1\n 28 58 l 1\n -22 108 l 1\n253 481 m 0\n 169 481 103 414 103 330 c 0\n 103 247 169 179 251 179 c 0\n 332 179 397 246 397 331 c 0\n 397 413 332 481 253 481 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 99\nWidth: 500\nFlags: MW\nHStem: 0 19 182 40<16 190 275 448> 312 40<16 160 302 448> 643 19<317 331>\nVStem: 190 85<120 182 222 298>\nFore\n190 182 m 1\n 16 182 l 1\n 16 222 l 1\n 190 222 l 1\n 190 298 l 1\n 183 312 l 1\n 16 312 l 1\n 16 352 l 1\n 160 352 l 1\n 65 525 l 2\n 10 624 -7 640 -53 643 c 1\n -53 662 l 1\n 190 662 l 1\n 190 643 l 1\n 143 642 125 634 125 614 c 0\n 125 601 130 585 138 569 c 2\n 256 348 l 1\n 368 568 l 2\n 377 585 382 602 382 612 c 0\n 382 631 361 643 331 643 c 2\n 317 643 l 1\n 317 662 l 1\n 512 662 l 1\n 512 643 l 1\n 461 632 431 605 394 536 c 1\n 302 352 l 1\n 448 352 l 1\n 448 312 l 1\n 282 312 l 1\n 275 298 l 1\n 275 222 l 1\n 448 222 l 1\n 448 182 l 1\n 275 182 l 1\n 275 109 l 2\n 275 39 291 21 355 19 c 1\n 355 0 l 1\n 111 0 l 1\n 111 19 l 1\n 178 22 190 37 190 120 c 2\n 190 182 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 100\nWidth: 200\nFlags: MW\nHStem: -14 20 656 20<67 133 133 133>\nVStem: 67 66<-14 262 400 676>\nFore\n67 -14 m 1\n 67 262 l 1\n 133 262 l 1\n 133 -14 l 1\n 67 -14 l 1\n67 400 m 1\n 67 676 l 1\n 133 676 l 1\n 133 400 l 1\n 67 400 l 1\nEndSplineSet\nEndChar\nStartChar: section\nEncoding: 167 167 101\nWidth: 500\nFlags: W\nHStem: -148 21<224.5 269.5> 125 21<292 310 292 292> 383 22<171.5 188> 655 21<225.5 268>\nVStem: 70 53<301 320> 110 56<571.5 590> 330 56<-59 -30.5> 374 52<210 225>\nFore\n310 125 m 2\n 292 125 l 1\n 367 60 386 30 386 -21 c 0\n 386 -97 329 -148 242 -148 c 0\n 164 -148 104 -104 104 -48 c 0\n 104 -17 127 6 158 6 c 0\n 185 6 206 -12 206 -36 c 0\n 206 -50 199 -63 183 -77 c 0\n 176 -83 172 -88 172 -92 c 0\n 172 -110 206 -127 243 -127 c 0\n 296 -127 330 -97 330 -50 c 0\n 330 -11 305 21 241 65 c 0\n 119 149 70 213 70 286 c 0\n 70 354 119 405 185 405 c 0\n 191 405 200 405 210 404 c 1\n 130 470 110 500 110 554 c 0\n 110 626 166 676 249 676 c 0\n 322 676 377 634 377 578 c 0\n 377 545 358 525 326 525 c 0\n 299 525 279 543 279 568 c 0\n 279 584 289 600 305 612 c 0\n 310 617 313 620 313 623 c 0\n 313 641 285 655 251 655 c 0\n 200 655 166 626 166 584 c 0\n 166 559 180 530 200 513 c 2\n 337 400 l 2\n 395 352 426 298 426 245 c 0\n 426 175 378 125 310 125 c 2\n191 383 m 0\n 152 383 123 355 123 316 c 0\n 123 286 135 263 169 229 c 0\n 229 169 267 146 305 146 c 0\n 342 146 374 177 374 212 c 0\n 374 238 355 271 321 305 c 0\n 275 351 222 383 191 383 c 0\nEndSplineSet\nEndChar\nStartChar: dieresis\nEncoding: 168 168 102\nWidth: 333\nFlags: MW\nVStem: 18 99<559 585.5> 217 99<559 585.5>\nFore\n66 622 m 0\n 94 622 117 599 117 572 c 128\n 117 545 94 523 66 523 c 0\n 39 523 18 545 18 573 c 4\n 18 599 41 622 66 622 c 0\n265 622 m 0\n 293 622 316 599 316 572 c 128\n 316 545 293 523 265 523 c 0\n 238 523 217 545 217 573 c 0\n 217 599 240 622 265 622 c 0\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 103\nWidth: 760\nFlags: MW\nHStem: -14 42<302.5 459> 141 20<363 420.5> 512 20<361.5 427.5> 634 42<304.5 461>\nVStem: 38 55<248 414> 190 77<281.5 391> 667 55<248.5 412.5>\nFore\n531 247 m 1\n 547 247 l 1\n 530 171 l 2\n 527 158 449 141 392 141 c 0\n 271 141 190 217 190 331 c 0\n 190 451 279 532 411 532 c 0\n 444 532 483 524 517 510 c 0\n 526 507 531 500 531 493 c 2\n 531 423 l 1\n 514 423 l 1\n 505 482 469 512 406 512 c 0\n 317 512 267 449 267 337 c 0\n 267 226 319 161 407 161 c 0\n 467 161 501 185 531 247 c 1\n386 676 m 0\n 571 676 722 521 722 330 c 0\n 722 138 572 -14 381 -14 c 128\n 190 -14 38 138 38 330 c 0\n 38 525 190 676 386 676 c 0\n385 634 m 0\n 224 634 93 498 93 330 c 0\n 93 166 224 28 381 28 c 0\n 537 28 667 166 667 331 c 0\n 667 494 537 634 385 634 c 0\nEndSplineSet\nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 104\nWidth: 276\nFlags: W\nHStem: 394 47 430 20 648 28<110 132.5>\nVStem: 4 63 16 60<623 628.5> 158 71<474 551 551 551>\nFore\n270 442 m 1\n 270 424 l 1\n 247 401 233 394 211 394 c 0\n 184 394 172 406 166 438 c 1\n 133 408 105 394 75 394 c 0\n 34 394 4 422 4 462 c 0\n 4 482 13 502 26 513 c 0\n 53 536 66 543 157 576 c 1\n 157 606 l 2\n 157 633 144 648 121 648 c 0\n 99 648 76 636 76 625 c 0\n 76 621 77 616 78 611 c 0\n 79 608 79 605 79 603 c 0\n 79 590 64 578 48 578 c 0\n 30 578 16 592 16 609 c 0\n 16 648 62 676 124 676 c 0\n 194 676 229 644 229 580 c 2\n 229 465 l 2\n 229 436 231 430 242 430 c 0\n 252 430 260 434 270 442 c 1\n158 474 m 2\n 158 551 l 1\n 88 526 67 511 67 485 c 0\n 67 461 84 441 105 441 c 0\n 118 441 130 444 147 452 c 1\n 155 459 158 466 158 474 c 2\nEndSplineSet\nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 105\nWidth: 500\nFlags: W\nFore\n42 222 m 1\n 107 281 l 1\n 113 285 118 290 123 295 c 2\n 126 297 l 2\n 134 304 141 311 150 318 c 0\n 179 344 206 371 210 377 c 0\n 227 398 248 416 254 416 c 0\n 259 416 264 411 264 406 c 0\n 264 393 239 353 210 317 c 0\n 173 273 158 255 135 224 c 1\n 141 215 142 215 145 211 c 0\n 222 114 263 55 263 42 c 0\n 263 37 259 33 254 33 c 128\n 249 33 247 34 243 39 c 1\n 186 95 145 133 73 195 c 2\n 42 222 l 1\n234 222 m 1\n 299 281 l 1\n 305 285 310 290 315 295 c 2\n 318 297 l 2\n 326 304 333 311 342 318 c 0\n 371 344 398 371 402 377 c 0\n 419 398 440 416 446 416 c 0\n 451 416 456 411 456 406 c 0\n 456 393 431 353 402 317 c 0\n 365 273 350 255 327 224 c 1\n 333 215 334 215 337 211 c 0\n 414 114 455 55 455 42 c 0\n 455 37 451 33 446 33 c 128\n 441 33 439 34 435 39 c 1\n 378 95 337 133 265 195 c 2\n 234 222 l 1\nEndSplineSet\nEndChar\nStartChar: logicalnot\nEncoding: 172 172 106\nWidth: 564\nFlags: MW\nHStem: 320 66<30 468>\nVStem: 468 66<108 320 320 320>\nFore\n468 108 m 1\n 468 320 l 1\n 30 320 l 1\n 30 386 l 1\n 534 386 l 1\n 534 108 l 1\n 468 108 l 1\nEndSplineSet\nEndChar\nStartChar: registered\nEncoding: 174 174 107\nWidth: 760\nFlags: MW\nHStem: -14 42<302.5 458> 314 19<332 375 375 380> 501 19<332 332 332 373> 634 42<302.5 460>\nVStem: 38 55<248 413> 268 64<215 314 333 456 456 478> 444 67<404 448> 667 55<246 411.5>\nFore\n219 505 m 1\n 219 520 l 1\n 396 520 l 2\n 466 520 511 484 511 428 c 0\n 511 380 484 345 432 324 c 1\n 489 245 l 2\n 517 206 541 180 565 160 c 1\n 565 152 l 1\n 501 152 l 2\n 484 152 460 180 432 231 c 0\n 421 251 417 258 380 314 c 1\n 332 314 l 1\n 332 215 l 2\n 332 172 332 172 381 167 c 1\n 381 152 l 1\n 219 152 l 1\n 219 167 l 1\n 268 172 268 172 268 215 c 2\n 268 456 l 2\n 268 500 268 500 219 505 c 1\n332 501 m 1\n 332 333 l 1\n 375 333 l 2\n 419 333 444 365 444 422 c 0\n 444 474 420 501 373 501 c 2\n 332 501 l 1\n381 676 m 0\n 573 676 722 523 722 325 c 0\n 722 138 569 -14 381 -14 c 0\n 190 -14 38 138 38 330 c 0\n 38 523 190 676 381 676 c 0\n381 634 m 0\n 224 634 93 496 93 330 c 0\n 93 166 224 28 381 28 c 0\n 535 28 667 166 667 326 c 0\n 667 497 539 634 381 634 c 0\nEndSplineSet\nEndChar\nStartChar: macron\nEncoding: 175 175 108\nWidth: 333\nFlags: MW\nHStem: 547 54<11 322>\nFore\n11 601 m 1\n 322 601 l 1\n 322 547 l 1\n 11 547 l 1\n 11 601 l 1\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 109\nWidth: 400\nFlags: MW\nHStem: 390 34<171 228> 642 34<171.5 228>\nVStem: 57 39<503.5 562.5> 304 39<503 562.5>\nFore\n200 676 m 0\n 280 676 343 613 343 532 c 0\n 343 452 279 390 198 390 c 0\n 120 390 57 454 57 533 c 0\n 57 613 120 676 200 676 c 0\n200 642 m 0\n 143 642 96 592 96 533 c 128\n 96 474 143 424 199 424 c 0\n 257 424 304 473 304 533 c 0\n 304 592 256 642 200 642 c 0\nEndSplineSet\nEndChar\nStartChar: plusminus\nEncoding: 177 177 110\nWidth: 564\nFlags: MW\nHStem: 0 66<30 534> 282 66<30 249 315 534>\nVStem: 249 66<122 282 348 568>\nFore\n30 0 m 1\n 30 66 l 1\n 534 66 l 1\n 534 0 l 1\n 30 0 l 1\n249 348 m 1\n 249 568 l 1\n 315 568 l 1\n 315 348 l 1\n 534 348 l 1\n 534 282 l 1\n 315 282 l 1\n 315 122 l 1\n 249 122 l 1\n 249 282 l 1\n 30 282 l 1\n 30 348 l 1\n 249 348 l 1\nEndSplineSet\nEndChar\nStartChar: twosuperior\nEncoding: 178 178 111\nWidth: 300\nFlags: MW\nHStem: 270 65<107 228 228 241.5> 613 63<126 132>\nVStem: 185 92<545.5 558>\nFore\n296 355 m 1\n 259 270 l 1\n 6 270 l 1\n 6 293 l 1\n 104 400 l 2\n 154 454 185 507 185 537 c 0\n 185 579 152 613 112 613 c 0\n 75 613 48 591 26 543 c 1\n 1 557 l 1\n 17 603 27 622 48 641 c 1\n 71 664 106 676 146 676 c 0\n 224 676 277 633 277 570 c 0\n 277 521 254 480 193 420 c 2\n 107 335 l 1\n 228 335 l 2\n 255 335 264 340 279 362 c 1\n 296 355 l 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 112\nWidth: 300\nFlags: W\nHStem: 262 48<132.5 152.5> 620 56<125.5 148>\nVStem: 188 76<579 586.5> 210 81<359 393.5>\nFore\n93 460 m 1\n 93 489 l 1\n 162 513 188 535 188 571 c 0\n 188 602 166 620 130 620 c 0\n 96 620 76 606 46 563 c 1\n 21 581 l 1\n 56 649 95 676 156 676 c 0\n 216 676 264 639 264 593 c 0\n 264 565 247 542 204 511 c 1\n 262 488 291 450 291 398 c 0\n 291 320 208 262 97 262 c 4\n 45 262 14 280 14 312 c 0\n 14 333 29 349 49 349 c 0\n 60 349 71 344 90 330 c 0\n 112 314 123 310 142 310 c 0\n 183 310 210 337 210 378 c 0\n 210 409 196 434 169 449 c 0\n 153 458 128 465 116 463 c 2\n 93 460 l 1\nEndSplineSet\nEndChar\nStartChar: acute\nEncoding: 180 180 113\nWidth: 333\nFlags: MW\nHStem: 658 20<274.5 293>\nFore\n133 507 m 1\n 93 507 l 1\n 240 655 l 2\n 258 673 267 678 282 678 c 0\n 304 678 317 666 317 646 c 0\n 317 630 308 617 287 604 c 2\n 133 507 l 1\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 114\nWidth: 500\nFlags: W\nHStem: -218 20 -10 62<206 235.5> -10 37 430 20<60 148 148 148 342 430 430 430>\nVStem: 60 88<115.5 144 144 450> 342 88<115 450>\nFore\n430 450 m 1\n 430 92 l 2\n 430 46 440 27 462 27 c 0\n 477 27 489 34 512 55 c 1\n 512 47 l 1\n 479 4 456 -10 418 -10 c 0\n 370 -10 347 18 345 80 c 1\n 305 18 263 -10 208 -10 c 0\n 157 -10 121 13 91 64 c 1\n 95 27 97 17 110 -33 c 0\n 123 -85 128 -113 128 -141 c 0\n 128 -192 113 -218 82 -218 c 0\n 53 -218 36 -192 36 -148 c 0\n 36 -127 41 -83 48 -43 c 0\n 58 13 60 32 60 54 c 2\n 60 450 l 1\n 148 450 l 1\n 148 144 l 2\n 148 87 180 52 232 52 c 0\n 278 52 318 75 342 115 c 1\n 342 450 l 1\n 430 450 l 1\nEndSplineSet\nEndChar\nStartChar: paragraph\nEncoding: 182 182 115\nWidth: 453\nFlags: W\nHStem: 640 22<238 238 238 296> 643 19\nVStem: -22 76<436.5 516.5> 172 66<-31 273 273 273 295 640> 296 66<-77.5 -42 -42 553>\nFore\n238 640 m 1\n 238 -154 l 1\n 84 -154 l 1\n 84 -132 l 1\n 162 -127 172 -115 172 -31 c 2\n 172 273 l 1\n 109 275 81 283 48 307 c 0\n 1 339 -22 396 -22 477 c 0\n -22 607 40 662 187 662 c 2\n 450 662 l 1\n 450 643 l 1\n 373 636 362 625 362 553 c 2\n 362 -42 l 2\n 362 -113 374 -126 450 -132 c 1\n 450 -154 l 1\n 296 -154 l 1\n 296 640 l 1\n 238 640 l 1\n172 295 m 1\n 172 640 l 1\n 132 637 115 631 97 618 c 0\n 68 597 54 552 54 481 c 0\n 54 355 86 304 172 295 c 1\nEndSplineSet\nEndChar\nStartChar: periodcentered\nEncoding: 183 183 116\nWidth: 250\nFlags: W\nFore\n125 310 m 4\n 155 310 181 284 181 253 c 4\n 181 224 155 199 124 199 c 4\n 95 199 70 224 70 253 c 4\n 70 284 95 310 125 310 c 4\nEndSplineSet\nEndChar\nStartChar: cedilla\nEncoding: 184 184 117\nWidth: 333\nFlags: MW\nHStem: -215 35<120.5 148> -100 38\nVStem: 186 75<-149.5 -123>\nFore\n98 -99 m 1\n 139 0 l 1\n 174 0 l 1\n 149 -65 l 1\n 159 -63 165 -62 175 -62 c 0\n 229 -62 261 -88 261 -131 c 0\n 261 -183 213 -215 136 -215 c 0\n 104 -215 81 -211 52 -199 c 1\n 66 -168 l 1\n 94 -177 110 -180 131 -180 c 0\n 165 -180 186 -163 186 -136 c 0\n 186 -110 171 -100 133 -100 c 0\n 122 -100 113 -101 105 -104 c 1\n 98 -99 l 1\nEndSplineSet\nEndChar\nStartChar: onesuperior\nEncoding: 185 185 118\nWidth: 300\nFlags: MW\nHStem: 656 20<177 177>\nVStem: 110 81<326 330 330 583 583 594>\nFore\n248 294 m 1\n 248 270 l 1\n 57 270 l 1\n 57 294 l 1\n 100 297 110 303 110 326 c 2\n 110 583 l 2\n 110 605 108 611 102 611 c 128\n 96 611 96 611 59 598 c 1\n 59 621 l 1\n 177 676 l 1\n 191 673 l 1\n 191 330 l 2\n 191 304 202 297 248 294 c 1\nEndSplineSet\nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 119\nWidth: 310\nFlags: MW\nHStem: 394 33<147.5 183> 643 33<128.5 174>\nVStem: 6 73<549.5 575.5> 231 73<500 551.5>\nFore\n159 676 m 0\n 244 676 304 621 304 542 c 0\n 304 458 238 394 151 394 c 0\n 67 394 6 453 6 533 c 0\n 6 618 68 676 159 676 c 0\n150 643 m 0\n 107 643 79 614 79 569 c 0\n 79 530 88 490 104 461 c 0\n 116 439 135 427 160 427 c 0\n 206 427 231 458 231 514 c 0\n 231 589 198 643 150 643 c 0\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 120\nWidth: 500\nFlags: W\nFore\n458 222 m 1\n 427 195 l 2\n 354 132 314 95 257 39 c 1\n 253 34 251 33 247 33 c 0\n 241 33 237 37 237 42 c 0\n 237 54 280 116 355 211 c 2\n 361 218 l 1\n 365 224 l 1\n 343 252 334 264 290 317 c 0\n 261 352 236 393 236 406 c 0\n 236 411 241 416 246 416 c 0\n 252 416 273 398 290 377 c 1\n 292 372 321 344 351 318 c 0\n 360 309 368 302 374 297 c 2\n 377 295 l 2\n 382 290 387 285 393 281 c 1\n 458 222 l 1\n266 222 m 1\n 235 195 l 2\n 162 132 122 95 65 39 c 1\n 61 34 59 33 55 33 c 0\n 49 33 45 37 45 42 c 0\n 45 54 88 116 163 211 c 2\n 169 218 l 1\n 173 224 l 1\n 151 252 142 264 98 317 c 0\n 69 352 44 393 44 406 c 0\n 44 411 49 416 54 416 c 0\n 60 416 81 398 98 377 c 1\n 100 372 129 344 159 318 c 0\n 168 309 176 302 182 297 c 2\n 185 295 l 2\n 190 290 195 285 201 281 c 1\n 266 222 l 1\nEndSplineSet\nKernsSLIF: 65 -62 1 0 198 -61 1 0 193 -62 1 0 196 -62 1 0 197 -62 1 0 84 -114 1 0 86 -117 1 0 87 -95 1 0 89 -138 1 0\nEndChar\nStartChar: onequarter\nEncoding: 188 188 121\nWidth: 750\nFlags: MW\nHStem: -14 20 90 57<458 593 663 718> 656 20<157 157 591 637 637 637>\nVStem: 90 81<326 330 330 583 583 594> 593 70<0 90 147 326 326 326>\nFore\n718 147 m 1\n 718 90 l 1\n 663 90 l 1\n 663 0 l 1\n 593 0 l 1\n 593 90 l 1\n 413 90 l 1\n 413 139 l 1\n 616 405 l 1\n 663 405 l 1\n 663 147 l 1\n 718 147 l 1\n593 147 m 1\n 593 326 l 1\n 458 147 l 1\n 593 147 l 1\n637 676 m 1\n 187 -14 l 1\n 138 -14 l 1\n 591 676 l 1\n 637 676 l 1\n228 294 m 1\n 228 270 l 1\n 37 270 l 1\n 37 294 l 1\n 80 297 90 303 90 326 c 2\n 90 583 l 2\n 90 605 88 611 82 611 c 128\n 76 611 76 611 39 598 c 1\n 39 621 l 1\n 157 676 l 1\n 171 673 l 1\n 171 330 l 2\n 171 304 182 297 228 294 c 1\nEndSplineSet\nEndChar\nStartChar: onehalf\nEncoding: 189 189 122\nWidth: 750\nFlags: W\nHStem: -14 20 0 65<557 678 678 691.5> 343 63<576 582> 656 20<151 151 554 600 600 600>\nVStem: 84 81<326 330 330 583 583 594> 635 92<275.5 288>\nFore\n600 676 m 1\n 150 -14 l 1\n 101 -14 l 1\n 554 676 l 1\n 600 676 l 1\n222 294 m 1\n 222 270 l 1\n 31 270 l 1\n 31 294 l 1\n 74 297 84 303 84 326 c 2\n 84 583 l 2\n 84 605 82 611 76 611 c 128\n 70 611 70 611 33 598 c 1\n 33 621 l 1\n 151 676 l 1\n 165 673 l 1\n 165 330 l 2\n 165 304 176 297 222 294 c 1\n746 85 m 1\n 709 0 l 1\n 456 0 l 1\n 456 23 l 1\n 554 130 l 2\n 604 184 635 237 635 267 c 0\n 635 309 602 343 562 343 c 0\n 525 343 498 321 476 273 c 1\n 451 287 l 1\n 467 333 477 352 498 371 c 1\n 521 394 556 406 596 406 c 0\n 674 406 727 363 727 300 c 0\n 727 251 704 210 643 150 c 2\n 557 65 l 1\n 678 65 l 2\n 705 65 714 70 729 92 c 1\n 746 85 l 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 123\nWidth: 750\nFlags: W\nHStem: -14 20 90 57<458 593 663 718> 262 48<133.5 153.5> 620 56<127 151>\nVStem: 190 76<579 586> 211 81<359 393.5> 593 70<0 90 147 326 326 326>\nFore\n718 147 m 1\n 718 90 l 1\n 663 90 l 1\n 663 0 l 1\n 593 0 l 1\n 593 90 l 1\n 413 90 l 1\n 413 139 l 1\n 616 405 l 1\n 663 405 l 1\n 663 147 l 1\n 718 147 l 1\n593 147 m 1\n 593 326 l 1\n 458 147 l 1\n 593 147 l 1\n637 676 m 1\n 187 -14 l 1\n 138 -14 l 1\n 591 676 l 1\n 637 676 l 1\n94 460 m 1\n 94 489 l 1\n 164 513 190 535 190 571 c 0\n 190 601 168 620 134 620 c 0\n 97 620 78 607 46 563 c 1\n 21 581 l 1\n 57 649 96 676 158 676 c 0\n 218 676 266 639 266 593 c 0\n 266 565 249 542 205 511 c 1\n 263 488 292 450 292 398 c 0\n 292 320 209 262 98 262 c 4\n 46 262 15 280 15 312 c 0\n 15 333 30 349 50 349 c 0\n 61 349 73 344 91 330 c 0\n 113 314 124 310 143 310 c 0\n 184 310 211 337 211 378 c 0\n 211 409 197 434 170 449 c 0\n 154 458 129 465 117 463 c 2\n 94 460 l 1\nEndSplineSet\nEndChar\nStartChar: questiondown\nEncoding: 191 191 124\nWidth: 444\nFlags: MW\nHStem: -218 30<200 254> -11 20 361 107<192 221.5>\nVStem: 30 92<-82 -45> 154 107<401 430.5> 325 51\nFore\n200 294 m 1\n 217 294 l 1\n 216 250 206 200 187 152 c 1\n 159 88 l 2\n 135 33 122 -22 122 -68 c 0\n 122 -135 170 -188 230 -188 c 0\n 278 -188 325 -158 325 -126 c 0\n 325 -118 320 -109 308 -95 c 0\n 293 -78 287 -66 287 -52 c 0\n 287 -28 303 -11 328 -11 c 0\n 359 -11 376 -33 376 -73 c 0\n 376 -156 306 -218 214 -218 c 0\n 160 -218 101 -195 66 -160 c 0\n 43 -137 30 -101 30 -63 c 0\n 30 -12 54 42 105 104 c 0\n 168 178 186 213 200 294 c 1\n208 468 m 0\n 237 468 261 445 261 416 c 0\n 261 386 236 361 207 361 c 0\n 177 361 154 385 154 417 c 0\n 154 447 176 468 208 468 c 0\nEndSplineSet\nEndChar\nStartChar: Agrave\nEncoding: 192 192 125\nWidth: 722\nFlags: MW\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367>\nFore\n706 19 m 1\n 706 0 l 1\n 451 0 l 1\n 451 19 l 1\n 504 20 521 28 521 53 c 0\n 521 67 514 93 502 120 c 2\n 461 216 l 1\n 199 216 l 1\n 153 99 l 2\n 148 86 145 72 145 60 c 0\n 145 32 165 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 63 21 75 37 139 183 c 1\n 347 674 l 1\n 367 674 l 1\n 616 106 l 1\n 651 32 661 22 706 19 c 1\n216 257 m 1\n 447 257 l 1\n 331 532 l 1\n 216 257 l 1\n437 719 m 1\n 397 719 l 1\n 243 816 l 2\n 225 828 214 843 214 859 c 0\n 214 878 227 890 248 890 c 0\n 263 890 272 885 290 867 c 2\n 437 719 l 1\nEndSplineSet\nKernsSLIF: 67 -51 0 0 71 -57 0 0 79 -60 0 0 81 -60 0 0 84 -54 0 0 85 -62 0 0 86 -131 0 0 87 -113 0 0 89 -81 0 0 44 -3 0 0 46 -10 0 0\nEndChar\nStartChar: Aacute\nEncoding: 193 193 126\nWidth: 722\nFlags: MW\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367>\nFore\n706 19 m 1\n 706 0 l 1\n 451 0 l 1\n 451 19 l 1\n 504 20 521 28 521 53 c 0\n 521 67 514 93 502 120 c 2\n 461 216 l 1\n 199 216 l 1\n 153 99 l 2\n 148 86 145 72 145 60 c 0\n 145 32 165 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 63 21 75 37 139 183 c 1\n 347 674 l 1\n 367 674 l 1\n 616 106 l 1\n 651 32 661 22 706 19 c 1\n216 257 m 1\n 447 257 l 1\n 331 532 l 1\n 216 257 l 1\n323 719 m 1\n 283 719 l 1\n 430 867 l 2\n 448 885 457 890 472 890 c 0\n 494 890 507 878 507 858 c 0\n 507 842 498 829 477 816 c 2\n 323 719 l 1\nEndSplineSet\nKernsSLIF: 67 -51 0 0 71 -57 0 0 79 -60 0 0 81 -60 0 0 84 -54 0 0 85 -62 0 0 86 -131 0 0 87 -113 0 0 89 -81 0 0 97 -6 0 0 98 -20 0 0 99 -29 0 0 44 -3 0 0 100 -28 0 0 101 -27 0 0 103 -20 0 0 171 -64 0 0 8249 -74 0 0 45 -23 0 0 111 -40 0 0 46 -10 0 0 113 -21 0 0 8217 -116 0 0 116 -20 0 0 117 -28 0 0 118 -81 0 0 119 -73 0 0 121 -83 0 0\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 127\nWidth: 722\nFlags: MW\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367>\nFore\n706 19 m 1\n 706 0 l 1\n 451 0 l 1\n 451 19 l 1\n 504 20 521 28 521 53 c 0\n 521 67 514 93 502 120 c 2\n 461 216 l 1\n 199 216 l 1\n 153 99 l 2\n 148 86 145 72 145 60 c 0\n 145 32 165 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 63 21 75 37 139 183 c 1\n 347 674 l 1\n 367 674 l 1\n 616 106 l 1\n 651 32 661 22 706 19 c 1\n216 257 m 1\n 447 257 l 1\n 331 532 l 1\n 216 257 l 1\n512 719 m 1\n 478 719 l 1\n 356 822 l 5\n 235 719 l 1\n 201 719 l 1\n 325 886 l 1\n 387 886 l 1\n 512 719 l 1\nEndSplineSet\nKernsSLIF: 67 -51 0 0 71 -57 0 0 79 -60 0 0 81 -60 0 0 84 -54 0 0 85 -62 0 0 86 -131 0 0 87 -113 0 0 89 -81 0 0 44 -3 0 0 46 -10 0 0\nEndChar\nStartChar: Atilde\nEncoding: 195 195 128\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 744 56<436.5 448.5> 790 55<272 282>\nFore\n706 19 m 1\n 706 0 l 1\n 451 0 l 1\n 451 19 l 1\n 504 20 521 28 521 53 c 0\n 521 67 514 93 502 120 c 2\n 461 216 l 1\n 199 216 l 1\n 153 99 l 2\n 148 86 145 72 145 60 c 0\n 145 32 165 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 63 21 75 37 139 183 c 1\n 347 674 l 1\n 367 674 l 1\n 616 106 l 1\n 651 32 661 22 706 19 c 1\n216 257 m 1\n 447 257 l 1\n 331 532 l 1\n 216 257 l 1\n497 850 m 1\n 526 850 l 1\n 505 774 476 744 421 744 c 0\n 396 744 381 748 340 768 c 2\n 317 779 l 2\n 302 786 288 790 276 790 c 0\n 253 790 236 775 225 744 c 1\n 196 744 l 1\n 211 809 247 845 297 845 c 0\n 319 845 344 839 367 827 c 2\n 391 815 l 2\n 410 806 429 800 444 800 c 0\n 467 800 480 812 497 850 c 1\nEndSplineSet\nKernsSLIF: 67 -51 0 0 71 -57 0 0 79 -60 0 0 81 -60 0 0 84 -54 0 0 85 -62 0 0 86 -131 0 0 87 -113 0 0 89 -81 0 0 44 -3 0 0 46 -10 0 0\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 129\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367>\nVStem: 15 99 214 99\nFore\n706 19 m 1\n 706 0 l 1\n 451 0 l 1\n 451 19 l 1\n 504 20 521 28 521 53 c 0\n 521 67 514 93 502 120 c 2\n 461 216 l 1\n 199 216 l 1\n 153 99 l 2\n 148 86 145 72 145 60 c 0\n 145 32 165 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 63 21 75 37 139 183 c 1\n 347 674 l 1\n 367 674 l 1\n 616 106 l 1\n 651 32 661 22 706 19 c 1\n216 257 m 1\n 447 257 l 1\n 331 532 l 1\n 216 257 l 1\n254 834 m 0\n 282 834 305 811 305 784 c 128\n 305 757 282 735 254 735 c 0\n 227 735 206 757 206 785 c 4\n 206 811 229 834 254 834 c 0\n453 834 m 0\n 481 834 504 811 504 784 c 128\n 504 757 481 735 453 735 c 0\n 426 735 405 757 405 785 c 0\n 405 811 428 834 453 834 c 0\nEndSplineSet\nKernsSLIF: 67 -51 0 0 71 -57 0 0 79 -60 0 0 81 -60 0 0 84 -54 0 0 85 -62 0 0 86 -131 0 0 87 -113 0 0 89 -81 0 0 97 -6 0 0 98 -20 0 0 99 -29 0 0 44 -3 0 0 100 -28 0 0 103 -20 0 0 171 -64 0 0 8249 -74 0 0 45 -23 0 0 111 -40 0 0 46 -10 0 0 113 -21 0 0 8221 -91 0 0 8217 -116 0 0 116 -20 0 0 117 -28 0 0 118 -81 0 0 119 -73 0 0 121 -83 0 0\nEndChar\nStartChar: Aring\nEncoding: 197 197 130\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 724 34 889 34\nVStem: 15 34 180 34\nFore\n706 19 m 1\n 706 0 l 1\n 451 0 l 1\n 451 19 l 1\n 504 20 521 28 521 53 c 0\n 521 67 514 93 502 120 c 2\n 461 216 l 1\n 199 216 l 1\n 153 99 l 2\n 148 86 145 72 145 60 c 0\n 145 32 165 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 63 21 75 37 139 183 c 1\n 347 674 l 1\n 367 674 l 1\n 616 106 l 1\n 651 32 661 22 706 19 c 1\n216 257 m 1\n 447 257 l 1\n 331 532 l 1\n 216 257 l 1\n351 915 m 0\n 406 915 451 870 451 815 c 128\n 451 760 406 716 351 716 c 0\n 295 716 252 760 252 816 c 0\n 252 870 297 915 351 915 c 0\n352 881 m 0\n 316 881 286 852 286 816 c 128\n 286 780 315 750 350 750 c 0\n 387 750 417 779 417 815 c 128\n 417 851 387 881 352 881 c 0\nEndSplineSet\nKernsSLIF: 67 -51 0 0 71 -57 0 0 79 -60 0 0 81 -60 0 0 84 -54 0 0 85 -62 0 0 86 -131 0 0 87 -113 0 0 89 -81 0 0 97 -6 0 0 98 -20 0 0 99 -29 0 0 44 -3 0 0 100 -28 0 0 101 -27 0 0 103 -20 0 0 171 -64 0 0 8249 -74 0 0 45 -23 0 0 111 -40 0 0 46 -10 0 0 113 -21 0 0 8221 -91 0 0 8217 -116 0 0 116 -20 0 0 117 -28 0 0 118 -81 0 0 119 -73 0 0 121 -83 0 0\nEndChar\nStartChar: AE\nEncoding: 198 198 131\nWidth: 889\nFlags: W\nHStem: 0 19<198 199> 0 38<566 642 642 696> 0 19 0 38 260 39<239 398> 329 37<497 608 608 639.5> 626 36<514.5 524 524 611>\nVStem: 398 99<108 260 260 260 299 329 366 596>\nFore\n816 521 m 1\n 793 521 l 1\n 780 612 757 626 611 626 c 2\n 524 626 l 6\n 505 626 497 618 497 596 c 2\n 497 366 l 1\n 608 366 l 2\n 671 366 706 375 722 396 c 0\n 732 411 736 426 740 463 c 1\n 761 463 l 1\n 761 229 l 1\n 740 229 l 1\n 735 270 731 285 720 301 c 0\n 707 319 680 329 642 329 c 2\n 497 329 l 1\n 497 91 l 2\n 497 41 501 38 566 38 c 2\n 642 38 l 2\n 750 38 781 58 839 168 c 1\n 863 168 l 1\n 819 0 l 1\n 309 0 l 1\n 309 19 l 1\n 326 21 l 2\n 386 28 398 42 398 108 c 2\n 398 260 l 1\n 222 260 l 1\n 194 207 l 2\n 154 129 130 71 130 49 c 0\n 130 34 155 23 198 19 c 2\n 199 19 l 1\n 199 0 l 1\n 0 0 l 1\n 0 19 l 1\n 43 25 55 36 88 97 c 1\n 333 581 l 2\n 339 592 342 603 342 609 c 0\n 342 631 317 640 252 642 c 1\n 252 662 l 1\n 816 662 l 1\n 816 521 l 1\n239 299 m 1\n 398 299 l 1\n 398 618 l 1\n 239 299 l 1\nEndSplineSet\nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 132\nWidth: 667\nFlags: W\nHStem: -215 35<287.5 315> -100 38 -14 44<360.5 416.5> -13 20 636 40<322 386.5>\nVStem: 28 116<282.5 380> 353 75<-149.5 -123>\nFore\n336 -13 m 1\n 316 -65 l 1\n 326 -63 332 -62 342 -62 c 0\n 396 -62 428 -88 428 -131 c 0\n 428 -183 380 -215 303 -215 c 0\n 271 -215 248 -211 219 -199 c 1\n 233 -168 l 1\n 261 -177 277 -180 298 -180 c 0\n 332 -180 353 -163 353 -136 c 0\n 353 -110 338 -100 300 -100 c 0\n 289 -100 280 -101 272 -104 c 1\n 265 -99 l 1\n 302 -10 l 1\n 135 14 28 144 28 325 c 0\n 28 435 66 528 136 590 c 0\n 198 645 281 676 363 676 c 0\n 410 676 460 668 509 652 c 0\n 524 646 539 643 548 643 c 0\n 568 643 584 655 590 676 c 1\n 611 676 l 1\n 620 450 l 1\n 597 450 l 1\n 578 515 563 543 531 575 c 0\n 491 615 439 636 382 636 c 0\n 237 636 144 519 144 338 c 0\n 144 227 175 137 230 88 c 0\n 273 50 329 30 392 30 c 0\n 475 30 541 60 615 131 c 1\n 633 113 l 1\n 573 32 473 -14 360 -14 c 0\n 352 -14 345 -14 336 -13 c 1\nEndSplineSet\nKernsSLIF: 65 -27 0 0\nEndChar\nStartChar: Egrave\nEncoding: 200 200 133\nWidth: 611\nFlags: W\nHStem: 0 37<306 333 333 404.5> 0 19 0 37 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588>\nFore\n597 169 m 1\n 552 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 234 624 l 2\n 207 624 201 618 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 402 368 430 376 443 393 c 0\n 454 407 458 422 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 452 314 437 327 355 327 c 2\n 201 327 l 1\n 201 80 l 2\n 201 63 203 52 208 49 c 1\n 215 42 257 37 306 37 c 2\n 333 37 l 2\n 476 37 519 61 569 169 c 1\n 597 169 l 1\n381 719 m 1\n 341 719 l 1\n 187 816 l 2\n 169 828 158 843 158 859 c 0\n 158 878 171 890 192 890 c 0\n 207 890 216 885 234 867 c 2\n 381 719 l 1\nEndSplineSet\nEndChar\nStartChar: Eacute\nEncoding: 201 201 134\nWidth: 611\nFlags: W\nHStem: 0 37<306 333 333 404.5> 0 19 0 37 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588>\nFore\n597 169 m 1\n 552 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 234 624 l 2\n 207 624 201 618 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 402 368 430 376 443 393 c 0\n 454 407 458 422 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 452 314 437 327 355 327 c 2\n 201 327 l 1\n 201 80 l 2\n 201 63 203 52 208 49 c 1\n 215 42 257 37 306 37 c 2\n 333 37 l 2\n 476 37 519 61 569 169 c 1\n 597 169 l 1\n273 719 m 5\n 233 719 l 5\n 380 867 l 6\n 398 885 407 890 422 890 c 4\n 444 890 457 878 457 858 c 4\n 457 842 448 829 427 816 c 6\n 273 719 l 5\nEndSplineSet\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 135\nWidth: 611\nFlags: W\nHStem: 0 37<306 333 333 404.5> 0 19 0 37 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588>\nFore\n597 169 m 1\n 552 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 234 624 l 2\n 207 624 201 618 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 402 368 430 376 443 393 c 0\n 454 407 458 422 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 452 314 437 327 355 327 c 2\n 201 327 l 1\n 201 80 l 2\n 201 63 203 52 208 49 c 1\n 215 42 257 37 306 37 c 2\n 333 37 l 2\n 476 37 519 61 569 169 c 1\n 597 169 l 1\n462 719 m 1\n 428 719 l 1\n 306 822 l 5\n 185 719 l 1\n 151 719 l 1\n 275 886 l 1\n 337 886 l 1\n 462 719 l 1\nEndSplineSet\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 136\nWidth: 611\nFlags: W\nHStem: 0 37<306 333 333 404.5> 0 19 0 37 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 12 99 99 102<109 327 368 553 553 588> 211 99\nFore\n597 169 m 1\n 552 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 234 624 l 2\n 207 624 201 618 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 402 368 430 376 443 393 c 0\n 454 407 458 422 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 452 314 437 327 355 327 c 2\n 201 327 l 1\n 201 80 l 2\n 201 63 203 52 208 49 c 1\n 215 42 257 37 306 37 c 2\n 333 37 l 2\n 476 37 519 61 569 169 c 1\n 597 169 l 1\n205 834 m 4\n 233 834 256 811 256 784 c 132\n 256 757 233 735 205 735 c 4\n 178 735 157 757 157 785 c 4\n 157 811 180 834 205 834 c 4\n404 834 m 4\n 432 834 455 811 455 784 c 132\n 455 757 432 735 404 735 c 4\n 377 735 356 757 356 785 c 4\n 356 811 379 834 404 834 c 4\nEndSplineSet\nEndChar\nStartChar: Igrave\nEncoding: 204 204 137\nWidth: 333\nFlags: MW\nHStem: 0 19 643 19\nVStem: 115 102<109 553>\nFore\n115 109 m 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\n242 719 m 1\n 202 719 l 1\n 48 816 l 2\n 30 828 19 843 19 859 c 0\n 19 878 32 890 53 890 c 0\n 68 890 77 885 95 867 c 2\n 242 719 l 1\nEndSplineSet\nEndChar\nStartChar: Iacute\nEncoding: 205 205 138\nWidth: 333\nFlags: MW\nHStem: 0 19 643 19\nVStem: 115 102<109 553>\nFore\n115 109 m 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\n133 719 m 1\n 93 719 l 1\n 240 867 l 2\n 258 885 267 890 282 890 c 0\n 304 890 317 878 317 858 c 0\n 317 842 308 829 287 816 c 2\n 133 719 l 1\nEndSplineSet\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 139\nWidth: 333\nFlags: MW\nHStem: 0 19 643 19\nVStem: 115 102<109 553>\nFore\n115 109 m 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\n322 719 m 1\n 288 719 l 1\n 166 822 l 5\n 45 719 l 1\n 11 719 l 1\n 135 886 l 1\n 197 886 l 1\n 322 719 l 1\nEndSplineSet\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 140\nWidth: 333\nFlags: W\nHStem: 0 19 643 19\nVStem: 18 99<771 797.5> 115 102<109 553> 217 99<771 797.5>\nFore\n115 109 m 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\n66 834 m 0\n 94 834 117 811 117 784 c 128\n 117 757 94 735 66 735 c 0\n 39 735 18 757 18 785 c 0\n 18 811 41 834 66 834 c 0\n265 834 m 0\n 293 834 316 811 316 784 c 128\n 316 757 293 735 265 735 c 0\n 238 735 217 757 217 785 c 0\n 217 811 240 834 265 834 c 0\nEndSplineSet\nEndChar\nStartChar: Eth\nEncoding: 208 208 141\nWidth: 722\nFlags: W\nHStem: 0 19 0 37<238 300> 315 44<21 104 206 352> 625 37<236 286 286 300.5> 643 19\nVStem: 104 102<109 315 359 553 553 586> 576 109<285.5 379>\nFore\n104 315 m 1\n 21 315 l 1\n 21 359 l 1\n 104 359 l 1\n 104 553 l 2\n 104 627 95 636 16 643 c 1\n 16 662 l 1\n 286 662 l 2\n 423 662 532 626 600 557 c 0\n 655 502 685 424 685 334 c 0\n 685 237 648 148 583 89 c 0\n 521 33 416 0 300 0 c 2\n 16 0 l 1\n 16 19 l 1\n 92 24 104 37 104 109 c 2\n 104 315 l 1\n352 359 m 1\n 352 315 l 1\n 206 315 l 1\n 206 78 l 2\n 206 46 218 37 258 37 c 0\n 345 37 403 49 454 78 c 0\n 535 125 576 209 576 327 c 0\n 576 435 535 521 457 575 c 0\n 409 609 345 625 256 625 c 0\n 216 625 206 617 206 586 c 2\n 206 359 l 1\n 352 359 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 142\nWidth: 722\nFlags: W\nHStem: -11 20 0 19 643 19<12 33.5> 744 56<436.5 448.5> 790 55<272 282>\nVStem: 109 44<147 539> 568 44<178 515>\nFore\n612 -11 m 1\n 595 -11 l 1\n 153 539 l 1\n 153 147 l 2\n 153 46 170 23 247 19 c 1\n 247 0 l 1\n 12 0 l 1\n 12 19 l 1\n 95 25 109 44 109 147 c 2\n 109 588 l 1\n 69 635 55 643 12 643 c 1\n 12 662 l 1\n 183 662 l 1\n 568 178 l 1\n 568 515 l 2\n 568 577 559 613 539 627 c 0\n 524 636 510 640 472 643 c 1\n 472 662 l 1\n 707 662 l 1\n 707 643 l 1\n 669 639 655 635 641 625 c 0\n 622 612 612 575 612 515 c 2\n 612 -11 l 1\n497 850 m 5\n 526 850 l 5\n 505 774 476 744 421 744 c 4\n 396 744 381 748 340 768 c 6\n 317 779 l 6\n 302 786 288 790 276 790 c 4\n 253 790 236 775 225 744 c 5\n 196 744 l 5\n 211 809 247 845 297 845 c 4\n 319 845 344 839 367 827 c 6\n 391 815 l 6\n 410 806 429 800 444 800 c 4\n 467 800 480 812 497 850 c 5\nEndSplineSet\nEndChar\nStartChar: Ograve\nEncoding: 210 210 143\nWidth: 722\nFlags: MW\nHStem: -14 36<336 385.5> 640 36<333.5 384>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nFore\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n361 640 m 0\n 306 640 257 618 218 575 c 0\n 176 528 148 431 148 329 c 0\n 148 218 181 117 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 561 200 574 269 574 328 c 0\n 574 447 543 541 489 590 c 0\n 453 622 407 640 361 640 c 0\n437 719 m 1\n 397 719 l 1\n 243 816 l 2\n 225 828 214 843 214 859 c 0\n 214 878 227 890 248 890 c 0\n 263 890 272 885 290 867 c 2\n 437 719 l 1\nEndSplineSet\nKernsSLIF: 84 -9 0 0 86 -69 0 0 89 -72 0 0\nEndChar\nStartChar: Oacute\nEncoding: 211 211 144\nWidth: 722\nFlags: MW\nHStem: -14 36<336 385.5> 640 36<333.5 384>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nFore\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n361 640 m 0\n 306 640 257 618 218 575 c 0\n 176 528 148 431 148 329 c 0\n 148 218 181 117 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 561 200 574 269 574 328 c 0\n 574 447 543 541 489 590 c 0\n 453 622 407 640 361 640 c 0\n328 719 m 1\n 288 719 l 1\n 435 867 l 2\n 453 885 462 890 477 890 c 0\n 499 890 512 878 512 858 c 0\n 512 842 503 829 482 816 c 2\n 328 719 l 1\nEndSplineSet\nKernsSLIF: 65 -58 0 0 84 -9 0 0 86 -69 0 0 87 -54 0 0 89 -72 0 0\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 145\nWidth: 722\nFlags: MW\nHStem: -14 36<336 385.5> 640 36<333.5 384>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nFore\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n361 640 m 0\n 306 640 257 618 218 575 c 0\n 176 528 148 431 148 329 c 0\n 148 218 181 117 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 561 200 574 269 574 328 c 0\n 574 447 543 541 489 590 c 0\n 453 622 407 640 361 640 c 0\n517 719 m 1\n 483 719 l 1\n 361 822 l 5\n 240 719 l 1\n 206 719 l 1\n 330 886 l 1\n 392 886 l 1\n 517 719 l 1\nEndSplineSet\nKernsSLIF: 84 -9 0 0 86 -69 0 0 89 -72 0 0\nEndChar\nStartChar: Otilde\nEncoding: 213 213 146\nWidth: 722\nFlags: W\nHStem: -14 36<336 385.5> 640 36<333.5 384> 744 56<436.5 448.5> 790 55<272 282>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nFore\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n361 640 m 0\n 306 640 257 618 218 575 c 0\n 176 528 148 431 148 329 c 0\n 148 218 181 117 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 561 200 574 269 574 328 c 0\n 574 447 543 541 489 590 c 0\n 453 622 407 640 361 640 c 0\n497 850 m 1\n 526 850 l 1\n 505 774 476 744 421 744 c 0\n 396 744 381 748 340 768 c 2\n 317 779 l 2\n 302 786 288 790 276 790 c 0\n 253 790 236 775 225 744 c 1\n 196 744 l 1\n 211 809 247 845 297 845 c 0\n 319 845 344 839 367 827 c 2\n 391 815 l 2\n 410 806 429 800 444 800 c 0\n 467 800 480 812 497 850 c 1\nEndSplineSet\nKernsSLIF: 84 -9 0 0 86 -69 0 0 89 -72 0 0\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 147\nWidth: 722\nFlags: W\nHStem: -14 36<336 385.5> 640 36<333.5 384>\nVStem: 34 114<284 380> 34 99 233 99 574 114<298.5 376.5>\nFore\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n361 640 m 0\n 306 640 257 618 218 575 c 0\n 176 528 148 431 148 329 c 0\n 148 218 181 117 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 561 200 574 269 574 328 c 0\n 574 447 543 541 489 590 c 0\n 453 622 407 640 361 640 c 0\n261 834 m 0\n 289 834 312 811 312 784 c 128\n 312 757 289 735 261 735 c 0\n 234 735 213 757 213 785 c 4\n 213 811 236 834 261 834 c 0\n460 834 m 0\n 488 834 511 811 511 784 c 128\n 511 757 488 735 460 735 c 0\n 433 735 412 757 412 785 c 0\n 412 811 435 834 460 834 c 0\nEndSplineSet\nKernsSLIF: 65 -58 0 0 84 -9 0 0 86 -69 0 0 87 -54 0 0 88 -55 0 0 89 -72 0 0\nEndChar\nStartChar: multiply\nEncoding: 215 215 148\nWidth: 564\nFlags: W\nFore\n234 253 m 1\n 38 449 l 1\n 86 497 l 1\n 282 300 l 1\n 479 497 l 1\n 527 449 l 1\n 330 253 l 1\n 527 56 l 1\n 479 8 l 1\n 282 205 l 1\n 86 8 l 1\n 38 56 l 1\n 234 253 l 1\nEndSplineSet\nEndChar\nStartChar: Oslash\nEncoding: 216 216 149\nWidth: 722\nFlags: MW\nHStem: -14 36<332 427> 640 36<295.5 388.5>\nVStem: 34 114<298.5 425.5> 574 114<234.5 363.5>\nFore\n658 734 m 1\n 570 604 l 1\n 611 566 628 546 646 511 c 0\n 673 461 688 396 688 331 c 0\n 688 128 553 -14 359 -14 c 0\n 292 -14 246 -1 184 36 c 1\n 105 -80 l 1\n 56 -80 l 1\n 151 59 l 1\n 109 97 93 117 75 152 c 0\n 49 202 34 267 34 330 c 0\n 34 533 170 676 362 676 c 0\n 428 676 473 663 537 627 c 1\n 609 734 l 1\n 658 734 l 1\n527 540 m 1\n 219 88 l 1\n 262 41 303 22 361 22 c 0\n 493 22 574 139 574 330 c 0\n 574 419 561 475 527 540 c 1\n194 123 m 1\n 502 575 l 1\n 458 621 416 640 361 640 c 0\n 230 640 148 521 148 330 c 0\n 148 242 160 187 194 123 c 1\nEndSplineSet\nKernsSLIF: 65 -58 0 0\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 150\nWidth: 722\nFlags: MW\nHStem: -14 44<342.5 409.5> 643 19\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nFore\n611 515 m 2\n 611 254 l 2\n 611 177 602 131 578 89 c 0\n 539 21 464 -14 355 -14 c 0\n 185 -14 104 68 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\n454 719 m 1\n 414 719 l 1\n 260 816 l 2\n 242 828 231 843 231 859 c 0\n 231 878 244 890 265 890 c 0\n 280 890 289 885 307 867 c 2\n 454 719 l 1\nEndSplineSet\nKernsSLIF: 65 -65 0 0\nEndChar\nStartChar: Uacute\nEncoding: 218 218 151\nWidth: 722\nFlags: MW\nHStem: -14 44<342.5 409.5> 643 19\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nFore\n611 515 m 2\n 611 254 l 2\n 611 177 602 131 578 89 c 0\n 539 21 464 -14 355 -14 c 0\n 185 -14 104 68 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\n353 719 m 1\n 313 719 l 1\n 460 867 l 2\n 478 885 487 890 502 890 c 0\n 524 890 537 878 537 858 c 0\n 537 842 528 829 507 816 c 2\n 353 719 l 1\nEndSplineSet\nKernsSLIF: 65 -65 0 0 44 -31 0 0 109 -33 0 0 110 -31 0 0 112 -28 0 0 46 -37 0 0 114 -27 0 0\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 152\nWidth: 722\nFlags: MW\nHStem: -14 44<342.5 409.5> 643 19\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nFore\n611 515 m 2\n 611 254 l 2\n 611 177 602 131 578 89 c 0\n 539 21 464 -14 355 -14 c 0\n 185 -14 104 68 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\n536 719 m 1\n 502 719 l 1\n 380 822 l 1\n 259 719 l 1\n 225 719 l 1\n 349 886 l 1\n 411 886 l 1\n 536 719 l 1\nEndSplineSet\nKernsSLIF: 65 -65 0 0\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 153\nWidth: 722\nFlags: W\nHStem: -14 44<342.5 409.5> 643 19\nVStem: 14 99 104 102<241 553> 213 99 567 44<245 254 254 515>\nFore\n611 515 m 2\n 611 254 l 2\n 611 177 602 131 578 89 c 0\n 539 21 464 -14 355 -14 c 0\n 185 -14 104 68 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\n278 834 m 0\n 306 834 329 811 329 784 c 128\n 329 757 306 735 278 735 c 0\n 251 735 230 757 230 785 c 4\n 230 811 253 834 278 834 c 0\n477 834 m 0\n 505 834 528 811 528 784 c 128\n 528 757 505 735 477 735 c 0\n 450 735 429 757 429 785 c 0\n 429 811 452 834 477 834 c 0\nEndSplineSet\nKernsSLIF: 65 -65 0 0 98 21 0 0 44 -31 0 0 109 -33 0 0 110 -31 0 0 112 -28 0 0 46 -37 0 0 114 -27 0 0\nEndChar\nStartChar: Yacute\nEncoding: 221 221 154\nWidth: 722\nFlags: MW\nHStem: 0 19 642 20<277 279>\nVStem: 315 102<120 294 294 294>\nFore\n703 662 m 1\n 703 643 l 1\n 652 639 626 617 565 529 c 1\n 417 303 l 1\n 417 109 l 2\n 417 33 431 21 520 19 c 1\n 520 0 l 1\n 214 0 l 1\n 214 19 l 1\n 305 23 315 33 315 120 c 2\n 315 294 l 1\n 184 486 l 1\n 84 627 70 641 22 643 c 1\n 22 662 l 1\n 302 662 l 1\n 302 643 l 1\n 291 642 281 642 277 642 c 0\n 245 640 231 631 231 613 c 0\n 231 602 237 585 248 569 c 2\n 396 347 l 1\n 539 573 l 2\n 548 588 553 600 553 610 c 0\n 553 634 536 642 484 643 c 1\n 484 662 l 1\n 703 662 l 1\n360 719 m 1\n 320 719 l 1\n 467 867 l 2\n 485 885 494 890 509 890 c 0\n 531 890 544 878 544 858 c 0\n 544 842 535 829 514 816 c 2\n 360 719 l 1\nEndSplineSet\nEndChar\nStartChar: Thorn\nEncoding: 222 222 155\nWidth: 556\nFlags: MW\nHStem: 0 19 158 40<259 310> 494 38<221.5 282 282 303> 643 19\nVStem: 100 102<120 161 201 461> 433 109<318 396.5>\nFore\n293 662 m 1\n 293 643 l 1\n 211 636 201 623 202 532 c 1\n 282 532 l 2\n 442 532 542 462 542 351 c 0\n 542 285 505 224 446 192 c 0\n 403 168 349 158 271 158 c 0\n 247 158 229 159 202 161 c 1\n 202 109 l 2\n 202 36 217 22 296 19 c 1\n 296 0 l 1\n 16 0 l 1\n 16 19 l 1\n 92 26 100 36 100 120 c 2\n 100 553 l 2\n 100 625 90 635 16 643 c 1\n 16 662 l 1\n 293 662 l 1\n202 461 m 2\n 202 201 l 1\n 225 199 239 198 259 198 c 0\n 374 198 433 248 433 345 c 0\n 433 448 372 494 234 494 c 0\n 209 494 202 487 202 461 c 2\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 156\nWidth: 500\nFlags: W\nHStem: -9 29<300.5 331> 0 15 656 27<217 271.5>\nVStem: 73 84<84 454 454 489> 334 87<495 560.5> 374 94<131.5 214>\nFore\n73 84 m 2\n 73 454 l 2\n 73 524 82 569 103 606 c 0\n 132 657 183 683 251 683 c 0\n 355 683 421 623 421 531 c 0\n 421 459 391 426 284 377 c 1\n 345 365 374 354 406 326 c 0\n 446 292 468 242 468 186 c 0\n 468 77 389 -9 289 -9 c 0\n 232 -9 192 21 192 64 c 0\n 192 91 211 112 237 112 c 0\n 259 112 277 95 279 72 c 2\n 281 50 l 2\n 283 28 291 20 310 20 c 0\n 352 20 374 65 374 150 c 0\n 374 285 330 354 242 357 c 0\n 219 358 210 363 210 374 c 0\n 210 383 218 387 239 389 c 0\n 304 396 334 437 334 517 c 0\n 334 604 300 656 243 656 c 0\n 191 656 157 614 157 549 c 2\n 157 0 l 1\n 12 0 l 1\n 12 15 l 1\n 62 19 73 31 73 84 c 2\nEndSplineSet\nEndChar\nStartChar: agrave\nEncoding: 224 224 157\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 -10 57 -10 58 436 24<191 235.5> 658 20<97.5 115.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\n297 507 m 1\n 257 507 l 1\n 103 604 l 2\n 85 616 74 631 74 647 c 0\n 74 666 87 678 108 678 c 0\n 123 678 132 673 150 655 c 2\n 297 507 l 1\nEndSplineSet\nKernsSLIF: 118 -30 0 0 119 -31 0 0 121 -32 0 0\nEndChar\nStartChar: aacute\nEncoding: 225 225 158\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 -10 57 -10 58 436 24<191 235.5> 658 20<330.5 349>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\n189 507 m 1\n 149 507 l 1\n 296 655 l 2\n 314 673 323 678 338 678 c 0\n 360 678 373 666 373 646 c 0\n 373 630 364 617 343 604 c 2\n 189 507 l 1\nEndSplineSet\nKernsSLIF: 118 -30 0 0 119 -31 0 0 121 -32 0 0\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 159\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 -10 57 -10 58 436 24<191 235.5> 654 20<191 253 253 253>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\n378 507 m 5\n 344 507 l 5\n 222 610 l 5\n 101 507 l 5\n 67 507 l 5\n 191 674 l 5\n 253 674 l 5\n 378 507 l 5\nEndSplineSet\nEndChar\nStartChar: atilde\nEncoding: 227 227 160\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 -10 57 -10 58 436 24<191 235.5> 532 56<297.5 309.5> 578 55<133 143>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\n358 638 m 1\n 387 638 l 1\n 366 562 337 532 282 532 c 0\n 257 532 242 536 201 556 c 2\n 178 567 l 2\n 163 574 149 578 137 578 c 0\n 114 578 97 563 86 532 c 1\n 57 532 l 1\n 72 597 108 633 158 633 c 0\n 180 633 205 627 228 615 c 2\n 252 603 l 2\n 271 594 290 588 305 588 c 0\n 328 588 341 600 358 638 c 1\nEndSplineSet\nEndChar\nStartChar: adieresis\nEncoding: 228 228 161\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 -10 57 -10 58 436 24<191 235.5>\nVStem: 37 99 56 83 236 99 287 81<123 268 268 268 292 300>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\n121 622 m 0\n 149 622 172 599 172 572 c 128\n 172 545 149 523 121 523 c 0\n 94 523 73 545 73 573 c 4\n 73 599 96 622 121 622 c 0\n320 622 m 0\n 348 622 371 599 371 572 c 128\n 371 545 348 523 320 523 c 0\n 293 523 272 545 272 573 c 0\n 272 599 295 622 320 622 c 0\nEndSplineSet\nKernsSLIF: 118 -30 0 0 119 -31 0 0 121 -32 0 0\nEndChar\nStartChar: aring\nEncoding: 229 229 162\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 -10 57 -10 58 436 24<191 235.5> 512 34 677 34\nVStem: 37 34 56 83 202 34 287 81<123 268 268 268 292 300>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\n221 721 m 0\n 276 721 321 676 321 621 c 128\n 321 566 276 522 221 522 c 0\n 165 522 122 566 122 622 c 0\n 122 676 167 721 221 721 c 0\n222 687 m 0\n 186 687 156 658 156 622 c 128\n 156 586 185 556 220 556 c 0\n 257 556 287 585 287 621 c 128\n 287 657 257 687 222 687 c 0\nEndSplineSet\nKernsSLIF: 118 -30 0 0 119 -31 0 0 121 -32 0 0\nEndChar\nStartChar: ae\nEncoding: 230 230 163\nWidth: 667\nFlags: W\nHStem: -10 67<455.5 458.5> -10 48<173.5 179> -10 67 -10 48 277 30<355 521> 431 29<433 469> 436 24<192 225>\nVStem: 38 87<101 130> 146 128\nFore\n620 154 m 1\n 632 149 l 1\n 605 90 586 62 559 38 c 0\n 523 6 482 -10 435 -10 c 0\n 378 -10 340 11 306 63 c 1\n 238 7 204 -10 154 -10 c 0\n 86 -10 38 35 38 100 c 0\n 38 160 80 201 187 245 c 2\n 273 281 l 1\n 275 344 l 1\n 276 367 271 398 263 413 c 0\n 256 427 237 436 213 436 c 0\n 171 436 140 413 145 386 c 0\n 146 383 146 380 146 380 c 1\n 146 369 l 1\n 147 352 l 1\n 148 323 132 304 104 304 c 0\n 77 304 60 323 60 352 c 0\n 60 414 129 460 220 460 c 0\n 269 460 299 448 337 415 c 5\n 382 449 410 460 456 460 c 0\n 557 460 605 406 616 277 c 1\n 354 277 l 1\n 355 178 360 146 381 107 c 0\n 398 77 435 57 476 57 c 0\n 533 57 572 84 620 154 c 1\n274 201 m 2\n 274 253 l 1\n 153 209 125 185 125 125 c 0\n 125 77 155 38 192 38 c 128\n 229 38 294 70 294 88 c 0\n 294 89 294 90 293 91 c 0\n 280 128 274 165 274 201 c 2\n355 307 m 1\n 521 307 l 1\n 519 394 496 431 442 431 c 0\n 385 431 360 395 355 307 c 1\nEndSplineSet\nKernsSLIF: 118 -27 0 0 119 -28 0 0 121 -30 0 0\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 164\nWidth: 444\nFlags: MW\nHStem: -215 35<176.5 204> -100 38 431 29<219.5 256>\nVStem: 25 77<199.5 252> 242 75<-149.5 -123>\nFore\n226 -10 m 1\n 205 -65 l 1\n 215 -63 221 -62 231 -62 c 0\n 285 -62 317 -88 317 -131 c 0\n 317 -183 269 -215 192 -215 c 0\n 160 -215 137 -211 108 -199 c 1\n 122 -168 l 1\n 149 -177 166 -180 187 -180 c 0\n 221 -180 242 -163 242 -136 c 0\n 242 -110 227 -100 189 -100 c 0\n 178 -100 169 -101 161 -104 c 1\n 154 -99 l 1\n 192 -8 l 1\n 91 5 25 93 25 212 c 0\n 25 292 53 360 103 404 c 0\n 144 440 195 460 244 460 c 0\n 328 460 398 413 398 357 c 0\n 398 334 376 315 351 315 c 0\n 329 315 311 332 303 361 c 2\n 297 383 l 2\n 287 420 274 431 238 431 c 0\n 157 431 102 360 102 257 c 0\n 102 142 166 62 257 62 c 0\n 314 62 350 86 398 156 c 1\n 412 147 l 1\n 360 42 307 -3 226 -10 c 1\nEndSplineSet\nEndChar\nStartChar: egrave\nEncoding: 232 232 165\nWidth: 444\nFlags: W\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 658 20<97.5 115.5>\nFore\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\n297 507 m 1\n 257 507 l 1\n 103 604 l 2\n 85 616 74 631 74 647 c 0\n 74 666 87 678 108 678 c 0\n 123 678 132 673 150 655 c 2\n 297 507 l 1\nEndSplineSet\nEndChar\nStartChar: eacute\nEncoding: 233 233 166\nWidth: 444\nFlags: W\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 658 20<330.5 349>\nFore\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\n189 507 m 1\n 149 507 l 1\n 296 655 l 2\n 314 673 323 678 338 678 c 0\n 360 678 373 666 373 646 c 0\n 373 630 364 617 343 604 c 2\n 189 507 l 1\nEndSplineSet\nKernsSLIF: 118 -27 0 0 119 -28 0 0 121 -30 0 0\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 167\nWidth: 444\nFlags: W\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 654 20<191 253 253 253>\nFore\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\n378 507 m 1\n 344 507 l 1\n 222 610 l 1\n 101 507 l 1\n 67 507 l 1\n 191 674 l 1\n 253 674 l 1\n 378 507 l 1\nEndSplineSet\nKernsSLIF: 118 -27 0 0 119 -28 0 0 121 -30 0 0\nEndChar\nStartChar: edieresis\nEncoding: 235 235 168\nWidth: 444\nFlags: W\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5>\nVStem: 25 99 224 99\nFore\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\n121 622 m 0\n 149 622 172 599 172 572 c 128\n 172 545 149 523 121 523 c 0\n 94 523 73 545 73 573 c 4\n 73 599 96 622 121 622 c 0\n320 622 m 0\n 348 622 371 599 371 572 c 128\n 371 545 348 523 320 523 c 0\n 293 523 272 545 272 573 c 0\n 272 599 295 622 320 622 c 0\nEndSplineSet\nEndChar\nStartChar: igrave\nEncoding: 236 236 169\nWidth: 278\nFlags: MW\nHStem: 0 15 390 15 440 20<175 175> 658 20<15.5 33.5>\nVStem: 95 84<102 334 334 356>\nFore\n175 460 m 1\n 179 457 l 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\n215 507 m 1\n 175 507 l 1\n 21 604 l 2\n 3 616 -8 631 -8 647 c 0\n -8 666 5 678 26 678 c 0\n 41 678 50 673 68 655 c 2\n 215 507 l 1\nEndSplineSet\nEndChar\nStartChar: iacute\nEncoding: 237 237 170\nWidth: 278\nFlags: W\nHStem: 0 15 390 15 440 20<175 175> 658 20<247.5 266>\nVStem: 95 84<102 334 334 356>\nFore\n175 460 m 1\n 179 457 l 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\n106 507 m 1\n 66 507 l 1\n 213 655 l 2\n 231 673 240 678 255 678 c 0\n 277 678 290 666 290 646 c 0\n 290 630 281 617 260 604 c 2\n 106 507 l 1\nEndSplineSet\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 171\nWidth: 278\nFlags: MW\nHStem: 0 15 390 15 440 20<175 175> 654 20<108 170 170 170>\nVStem: 95 84<102 334 334 356>\nFore\n175 460 m 1\n 179 457 l 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\n295 507 m 1\n 261 507 l 1\n 139 610 l 5\n 18 507 l 1\n -16 507 l 1\n 108 674 l 1\n 170 674 l 1\n 295 507 l 1\nEndSplineSet\nEndChar\nStartChar: idieresis\nEncoding: 239 239 172\nWidth: 278\nFlags: W\nHStem: 0 15 390 15 440 20<175 175> 523 99<46.5 73 205.5 232>\nVStem: 11 99<559 585.5> 95 84<102 334 334 356> 170 99<559 585.5>\nFore\n59 622 m 0\n 87 622 110 599 110 572 c 128\n 110 545 87 523 59 523 c 0\n 32 523 11 545 11 573 c 0\n 11 599 34 622 59 622 c 0\n218 622 m 0\n 246 622 269 599 269 572 c 128\n 269 545 246 523 218 523 c 0\n 191 523 170 545 170 573 c 0\n 170 599 193 622 218 622 c 0\n175 460 m 1\n 179 457 l 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\nEndSplineSet\nEndChar\nStartChar: eth\nEncoding: 240 240 173\nWidth: 500\nFlags: MW\nHStem: -10 28<241.5 273.5> 432 28<202 265>\nVStem: 29 90<241 290> 381 90<237 269>\nFore\n270 575 m 1\n 147 510 l 1\n 114 540 l 1\n 235 604 l 1\n 188 637 154 651 102 660 c 1\n 144 683 l 1\n 210 677 245 666 296 636 c 1\n 391 686 l 1\n 424 656 l 1\n 333 608 l 1\n 384 559 402 535 424 490 c 0\n 455 427 471 355 471 285 c 0\n 471 189 437 95 382 43 c 0\n 345 8 300 -10 247 -10 c 0\n 123 -10 29 90 29 223 c 0\n 29 357 121 460 241 460 c 0\n 289 460 316 447 367 400 c 1\n 352 474 329 515 270 575 c 1\n237 432 m 0\n 167 432 119 369 119 276 c 0\n 119 206 135 136 163 83 c 0\n 185 42 222 18 261 18 c 0\n 337 18 381 86 381 201 c 0\n 381 337 322 432 237 432 c 0\nEndSplineSet\nEndChar\nStartChar: ntilde\nEncoding: 241 241 174\nWidth: 500\nFlags: W\nHStem: 0 15 405 55<283 291.5> 532 56<325.5 337.5> 578 55<161 171>\nVStem: 80 84<90 338 338 348> 340 84<99 308 308 310>\nFore\n16 398 m 1\n 16 415 l 1\n 71 431 105 442 154 460 c 1\n 161 458 l 1\n 161 379 l 1\n 229 443 260 460 306 460 c 0\n 380 460 424 404 424 310 c 2\n 424 81 l 2\n 424 32 436 20 485 15 c 1\n 485 0 l 1\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 308 l 2\n 340 374 316 405 267 405 c 0\n 234 405 212 393 164 348 c 1\n 164 67 l 2\n 164 31 179 19 230 15 c 1\n 230 0 l 1\n 18 0 l 1\n 18 15 l 1\n 69 19 80 33 80 90 c 2\n 80 338 l 2\n 80 387 71 402 43 402 c 0\n 32 402 22 401 16 398 c 1\n386 638 m 5\n 415 638 l 5\n 394 562 365 532 310 532 c 4\n 285 532 270 536 229 556 c 6\n 206 567 l 6\n 191 574 177 578 165 578 c 4\n 142 578 125 563 114 532 c 5\n 85 532 l 5\n 100 597 136 633 186 633 c 4\n 208 633 233 627 256 615 c 6\n 280 603 l 6\n 299 594 318 588 333 588 c 4\n 356 588 369 600 386 638 c 5\nEndSplineSet\nEndChar\nStartChar: ograve\nEncoding: 242 242 175\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 658 20<125.5 143.5>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n237 432 m 0\n 166 432 119 370 119 275 c 0\n 119 204 135 134 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 18 380 86 380 199 c 0\n 380 336 321 432 237 432 c 0\n325 507 m 1\n 285 507 l 1\n 131 604 l 2\n 113 616 102 631 102 647 c 0\n 102 666 115 678 136 678 c 0\n 151 678 160 673 178 655 c 2\n 325 507 l 1\nEndSplineSet\nKernsSLIF: 118 -36 0 0 119 -36 0 0 121 -41 0 0\nEndChar\nStartChar: oacute\nEncoding: 243 243 176\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 658 20<358.5 377>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n237 432 m 0\n 166 432 119 370 119 275 c 0\n 119 204 135 134 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 18 380 86 380 199 c 0\n 380 336 321 432 237 432 c 0\n217 507 m 1\n 177 507 l 5\n 324 655 l 2\n 342 673 351 678 366 678 c 0\n 388 678 401 666 401 646 c 0\n 401 630 392 617 371 604 c 2\n 217 507 l 1\nEndSplineSet\nKernsSLIF: 118 -36 0 0 119 -36 0 0 121 -41 0 0\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 177\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 654 20<219 281 281 281>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n237 432 m 0\n 166 432 119 370 119 275 c 0\n 119 204 135 134 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 18 380 86 380 199 c 0\n 380 336 321 432 237 432 c 0\n406 507 m 1\n 372 507 l 1\n 250 610 l 1\n 129 507 l 1\n 95 507 l 1\n 219 674 l 1\n 281 674 l 1\n 406 507 l 1\nEndSplineSet\nKernsSLIF: 116 -9 0 0\nEndChar\nStartChar: otilde\nEncoding: 245 245 178\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 532 56<325.5 337.5> 578 55<161 171>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n237 432 m 0\n 166 432 119 370 119 275 c 0\n 119 204 135 134 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 18 380 86 380 199 c 0\n 380 336 321 432 237 432 c 0\n386 638 m 5\n 415 638 l 5\n 394 562 365 532 310 532 c 4\n 285 532 270 536 229 556 c 6\n 206 567 l 6\n 191 574 177 578 165 578 c 4\n 142 578 125 563 114 532 c 5\n 85 532 l 5\n 100 597 136 633 186 633 c 4\n 208 633 233 627 256 615 c 6\n 280 603 l 6\n 299 594 318 588 333 588 c 4\n 356 588 369 600 386 638 c 5\nEndSplineSet\nEndChar\nStartChar: odieresis\nEncoding: 246 246 179\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279>\nVStem: 29 90<239.5 295> 29 99 228 99 380 90<165 267.5>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n237 432 m 0\n 166 432 119 370 119 275 c 0\n 119 204 135 134 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 18 380 86 380 199 c 0\n 380 336 321 432 237 432 c 0\n149 622 m 0\n 177 622 200 599 200 572 c 128\n 200 545 177 523 149 523 c 0\n 122 523 101 545 101 573 c 4\n 101 599 124 622 149 622 c 0\n348 622 m 0\n 376 622 399 599 399 572 c 128\n 399 545 376 523 348 523 c 0\n 321 523 300 545 300 573 c 0\n 300 599 323 622 348 622 c 0\nEndSplineSet\nKernsSLIF: 116 -9 0 0 118 -36 0 0 119 -36 0 0 120 -36 0 0 121 -41 0 0\nEndChar\nStartChar: divide\nEncoding: 247 247 180\nWidth: 564\nFlags: MW\nHStem: -10 111<267 296.5> 220 66<30 534> 405 111<267 296.5>\nVStem: 227 111<29.5 59.5 444.5 474.5>\nFore\n534 220 m 5\n 30 220 l 1\n 30 286 l 1\n 534 286 l 1\n 534 220 l 5\n282 516 m 0\n 312 516 338 490 338 459 c 0\n 338 430 312 405 281 405 c 0\n 252 405 227 430 227 459 c 0\n 227 490 252 516 282 516 c 0\n282 101 m 0\n 312 101 338 75 338 44 c 0\n 338 15 312 -10 281 -10 c 0\n 252 -10 227 15 227 44 c 0\n 227 75 252 101 282 101 c 0\nEndSplineSet\nEndChar\nStartChar: oslash\nEncoding: 248 248 181\nWidth: 500\nFlags: MW\nHStem: -10 28<244 298.5> 432 28<201.5 252.5>\nVStem: 29 90<241.5 295> 380 90<164.5 235>\nFore\n437 551 m 1\n 372 426 l 1\n 403 404 416 392 432 368 c 0\n 456 330 470 282 470 234 c 0\n 470 95 374 -10 247 -10 c 0\n 212 -10 189 -5 154 11 c 1\n 89 -112 l 1\n 52 -112 l 1\n 125 28 l 1\n 91 55 78 70 62 97 c 0\n 41 135 29 181 29 227 c 0\n 29 363 120 460 249 460 c 0\n 282 460 306 455 341 442 c 1\n 398 551 l 1\n 437 551 l 1\n340 366 m 1\n 179 60 l 1\n 204 30 227 18 261 18 c 0\n 336 18 380 87 380 203 c 0\n 380 267 369 311 340 366 c 1\n158 92 m 1\n 317 396 l 1\n 290 422 268 432 237 432 c 0\n 166 432 119 370 119 276 c 0\n 119 207 131 149 158 92 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 182\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 658 20<104.5 122.5>\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nFore\n479 50 m 1\n 479 36 l 1\n 428 22 392 11 342 -9 c 1\n 338 -7 l 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\n304 507 m 1\n 264 507 l 1\n 110 604 l 2\n 92 616 81 631 81 647 c 0\n 81 666 94 678 115 678 c 0\n 130 678 139 673 157 655 c 2\n 304 507 l 1\nEndSplineSet\nEndChar\nStartChar: uacute\nEncoding: 250 250 183\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 658 20<358.5 377>\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nFore\n479 50 m 1\n 479 36 l 1\n 428 22 392 11 342 -9 c 1\n 338 -7 l 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\n217 507 m 1\n 177 507 l 1\n 324 655 l 2\n 342 673 351 678 366 678 c 0\n 388 678 401 666 401 646 c 0\n 401 630 392 617 371 604 c 2\n 217 507 l 1\nEndSplineSet\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 184\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 654 20<206 268 268 268>\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nFore\n479 50 m 1\n 479 36 l 1\n 428 22 392 11 342 -9 c 1\n 338 -7 l 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\n393 507 m 5\n 359 507 l 5\n 237 610 l 5\n 116 507 l 5\n 82 507 l 5\n 206 674 l 5\n 268 674 l 5\n 393 507 l 5\nEndSplineSet\nEndChar\nStartChar: udieresis\nEncoding: 252 252 185\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14\nVStem: 9 99 71 84<120 124 124 372 372 395> 208 99 333 84<135 370 370 395>\nFore\n479 50 m 1\n 479 36 l 1\n 428 22 392 11 342 -9 c 1\n 338 -7 l 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\n130 622 m 0\n 158 622 181 599 181 572 c 128\n 181 545 158 523 130 523 c 0\n 103 523 82 545 82 573 c 4\n 82 599 105 622 130 622 c 0\n329 622 m 0\n 357 622 380 599 380 572 c 128\n 380 545 357 523 329 523 c 0\n 302 523 281 545 281 573 c 0\n 281 599 304 622 329 622 c 0\nEndSplineSet\nEndChar\nStartChar: yacute\nEncoding: 253 253 186\nWidth: 500\nFlags: W\nHStem: -218 84 430 20<14 220 220 220 340 475 475 475> 658 20<358.5 377>\nFore\n475 450 m 1\n 475 435 l 1\n 451 432 440 422 427 390 c 1\n 273 -18 l 2\n 219 -162 171 -218 104 -218 c 0\n 62 -218 30 -193 30 -160 c 0\n 30 -136 50 -116 73 -116 c 0\n 90 -116 107 -120 126 -127 c 0\n 136 -132 145 -134 151 -134 c 0\n 165 -134 187 -115 201 -89 c 0\n 218 -59 241 4 241 19 c 128\n 241 34 225 70 197 120 c 1\n 182 150 l 1\n 179 158 l 1\n 65 404 l 2\n 57 421 40 432 14 436 c 1\n 14 450 l 1\n 220 450 l 1\n 220 435 l 1\n 177 433 162 426 162 408 c 0\n 162 397 166 384 172 370 c 2\n 287 117 l 1\n 384 393 l 1\n 387 400 388 406 388 410 c 0\n 388 426 372 435 340 435 c 1\n 340 450 l 1\n 475 450 l 1\n217 507 m 1\n 177 507 l 1\n 324 655 l 2\n 342 673 351 678 366 678 c 0\n 388 678 401 666 401 646 c 0\n 401 630 392 617 371 604 c 2\n 217 507 l 1\nEndSplineSet\nEndChar\nStartChar: thorn\nEncoding: 254 254 187\nWidth: 500\nFlags: W\nHStem: -217 18 -217 217 -217 18 -10 32<239.5 299> 400 60<275.5 298>\nVStem: 75 84<-131 -124 -124 33 73 88 88 334 382 573 573 594> 384 86<174.5 266>\nFore\n9 623 m 1\n 9 639 l 1\n 78 658 106 666 154 683 c 1\n 159 680 l 1\n 159 382 l 1\n 204 436 248 460 303 460 c 0\n 400 460 470 371 470 247 c 0\n 470 102 378 -10 260 -10 c 0\n 218 -10 194 0 159 33 c 1\n 159 -124 l 2\n 159 -187 172 -198 247 -199 c 1\n 247 -217 l 1\n 5 -217 l 1\n 5 -199 l 1\n 64 -194 75 -183 75 -131 c 2\n 75 573 l 2\n 75 615 66 624 26 624 c 0\n 19 624 15 624 9 623 c 1\n159 334 m 2\n 159 88 l 2\n 159 58 216 22 263 22 c 0\n 335 22 384 97 384 208 c 0\n 384 324 335 400 261 400 c 0\n 215 400 159 364 159 334 c 2\nEndSplineSet\nEndChar\nStartChar: ydieresis\nEncoding: 255 255 188\nWidth: 500\nFlags: W\nHStem: -218 84 430 20<14 220 220 220 340 475 475 475>\nVStem: 14 99 213 99\nFore\n475 450 m 1\n 475 435 l 1\n 451 432 440 422 427 390 c 1\n 273 -18 l 2\n 219 -162 171 -218 104 -218 c 0\n 62 -218 30 -193 30 -160 c 0\n 30 -136 50 -116 73 -116 c 0\n 90 -116 107 -120 126 -127 c 0\n 136 -132 145 -134 151 -134 c 0\n 165 -134 187 -115 201 -89 c 0\n 218 -59 241 4 241 19 c 128\n 241 34 225 70 197 120 c 1\n 182 150 l 1\n 179 158 l 1\n 65 404 l 2\n 57 421 40 432 14 436 c 1\n 14 450 l 1\n 220 450 l 1\n 220 435 l 1\n 177 433 162 426 162 408 c 0\n 162 397 166 384 172 370 c 2\n 287 117 l 1\n 384 393 l 1\n 387 400 388 406 388 410 c 0\n 388 426 372 435 340 435 c 1\n 340 450 l 1\n 475 450 l 1\n165 622 m 0\n 193 622 216 599 216 572 c 128\n 216 545 193 523 165 523 c 0\n 138 523 117 545 117 573 c 4\n 117 599 140 622 165 622 c 0\n364 622 m 0\n 392 622 415 599 415 572 c 128\n 415 545 392 523 364 523 c 0\n 337 523 316 545 316 573 c 0\n 316 599 339 622 364 622 c 0\nEndSplineSet\nEndChar\nStartChar: Amacron\nEncoding: 256 256 189\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 759 54<206 517>\nFore\n706 19 m 1\n 706 0 l 1\n 451 0 l 1\n 451 19 l 1\n 504 20 521 28 521 53 c 0\n 521 67 514 93 502 120 c 2\n 461 216 l 1\n 199 216 l 1\n 153 99 l 2\n 148 86 145 72 145 60 c 0\n 145 32 165 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 63 21 75 37 139 183 c 1\n 347 674 l 1\n 367 674 l 1\n 616 106 l 1\n 651 32 661 22 706 19 c 1\n216 257 m 1\n 447 257 l 1\n 331 532 l 1\n 216 257 l 1\n206 813 m 1\n 517 813 l 1\n 517 759 l 1\n 206 759 l 1\n 206 813 l 1\nEndSplineSet\nEndChar\nStartChar: amacron\nEncoding: 257 257 190\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 -10 57 -10 58 436 24<191 235.5> 547 54<67 378>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\n67 601 m 1\n 378 601 l 1\n 378 547 l 1\n 67 547 l 1\n 67 601 l 1\nEndSplineSet\nEndChar\nStartChar: Abreve\nEncoding: 258 258 191\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 719 60<336.5 391>\nFore\n706 19 m 1\n 706 0 l 1\n 451 0 l 1\n 451 19 l 1\n 504 20 521 28 521 53 c 0\n 521 67 514 93 502 120 c 2\n 461 216 l 1\n 199 216 l 1\n 153 99 l 2\n 148 86 145 72 145 60 c 0\n 145 32 165 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 63 21 75 37 139 183 c 1\n 347 674 l 1\n 367 674 l 1\n 616 106 l 1\n 651 32 661 22 706 19 c 1\n216 257 m 1\n 447 257 l 1\n 331 532 l 1\n 216 257 l 1\n473 876 m 5\n 502 876 l 5\n 490 770 444 719 360 719 c 4\n 313 719 273 738 248 773 c 4\n 229 801 222 825 221 876 c 5\n 250 876 l 5\n 264 809 298 779 362 779 c 4\n 420 779 445 800 473 876 c 5\nEndSplineSet\nEndChar\nStartChar: abreve\nEncoding: 259 259 192\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 -10 57 -10 58 436 24<191 235.5> 507 60<197.5 252> 644 20<82 111 111 111 334 363 363 363>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\n334 664 m 5\n 363 664 l 5\n 351 558 305 507 221 507 c 4\n 174 507 134 526 109 561 c 4\n 90 589 83 613 82 664 c 5\n 111 664 l 5\n 125 597 159 567 223 567 c 4\n 281 567 306 588 334 664 c 5\nEndSplineSet\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 193\nWidth: 722\nFlags: MW\nHStem: -165 56<684 694.5> 216 41<216 447> 654 20<347 367 367 367>\nVStem: 601 56<-80.5 -72.5>\nFore\n706 19 m 1\n 706 0 l 1\n 684 -5 657 -44 657 -69 c 0\n 657 -92 673 -109 695 -109 c 0\n 716 -109 735 -99 766 -73 c 1\n 786 -89 l 1\n 749 -142 715 -165 674 -165 c 128\n 633 -165 601 -132 601 -89 c 0\n 601 -56 616 -32 655 0 c 1\n 451 0 l 1\n 451 19 l 1\n 504 20 521 28 521 53 c 0\n 521 67 514 93 502 120 c 2\n 461 216 l 1\n 199 216 l 1\n 153 99 l 2\n 148 86 145 72 145 60 c 0\n 145 32 165 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 63 21 75 37 139 183 c 1\n 347 674 l 1\n 367 674 l 1\n 616 106 l 1\n 651 32 661 22 706 19 c 1\n216 257 m 1\n 447 257 l 1\n 331 532 l 1\n 216 257 l 1\nEndSplineSet\nEndChar\nStartChar: aogonek\nEncoding: 261 261 194\nWidth: 444\nFlags: W\nHStem: -165 56<341.5 352.5> -10 58 436 24<191 235.5>\nVStem: 56 83 259 56<-79 -73> 287 81<123 268 268 268 292 300>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 396 -4 355 -11 c 0\n 331 -16 315 -38 315 -66 c 0\n 315 -92 330 -109 353 -109 c 0\n 374 -109 393 -99 424 -73 c 1\n 444 -89 l 1\n 407 -142 373 -165 332 -165 c 128\n 291 -165 259 -132 259 -89 c 0\n 259 -57 275 -30 313 0 c 1\n 297 15 291 30 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\nEndSplineSet\nEndChar\nStartChar: Cacute\nEncoding: 262 262 195\nWidth: 667\nFlags: MW\nHStem: -14 44<360.5 416.5> 636 40<322 386.5>\nVStem: 28 116<282.5 380>\nFore\n620 450 m 1\n 597 450 l 1\n 578 515 563 543 531 575 c 0\n 491 615 439 636 382 636 c 0\n 237 636 144 519 144 338 c 0\n 144 227 175 137 230 88 c 0\n 273 50 329 30 392 30 c 0\n 475 30 541 60 615 131 c 1\n 633 113 l 1\n 572 32 473 -14 360 -14 c 0\n 261 -14 169 24 109 89 c 0\n 58 146 28 232 28 325 c 0\n 28 435 66 528 136 590 c 0\n 198 645 281 676 363 676 c 0\n 410 676 460 668 509 652 c 0\n 524 646 539 643 548 643 c 0\n 568 643 584 655 590 676 c 1\n 611 676 l 1\n 620 450 l 1\n360 719 m 1\n 320 719 l 1\n 467 867 l 2\n 485 885 494 890 509 890 c 0\n 531 890 544 878 544 858 c 0\n 544 842 535 829 514 816 c 2\n 360 719 l 1\nEndSplineSet\nEndChar\nStartChar: cacute\nEncoding: 263 263 196\nWidth: 444\nFlags: W\nHStem: -10 72<211.5 237.5> 431 29<219.5 256> 658 20<350.5 369>\nVStem: 25 77<199.5 252.5>\nFore\n398 156 m 1\n 412 147 l 1\n 382 88 363 61 336 37 c 0\n 300 6 260 -10 215 -10 c 0\n 104 -10 25 83 25 213 c 0\n 25 292 53 360 103 404 c 0\n 144 440 195 460 244 460 c 0\n 328 460 398 413 398 357 c 0\n 398 334 376 315 350 315 c 0\n 329 315 311 333 303 361 c 2\n 297 383 l 2\n 287 420 274 431 238 431 c 0\n 157 431 102 360 102 257 c 0\n 102 142 166 62 257 62 c 0\n 314 62 350 86 398 156 c 1\n209 507 m 1\n 169 507 l 1\n 316 655 l 2\n 334 673 343 678 358 678 c 0\n 380 678 393 666 393 646 c 0\n 393 630 384 617 363 604 c 2\n 209 507 l 1\nEndSplineSet\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 197\nWidth: 667\nFlags: W\nHStem: -13.5621 43.8498<360 392> 450 21G<597 620> 636 40<360 392>\nVStem: 28 116<306 354>\nFore\n536 719 m 5\n 502 719 l 5\n 380 822 l 5\n 259 719 l 5\n 225 719 l 5\n 349 886 l 5\n 411 886 l 5\n 536 719 l 5\n620 450 m 1\n 597 450 l 1\n 578 515 563 543 531 575 c 0\n 491 615 439 636 382 636 c 0\n 237 636 144 519 144 338 c 0\n 144 227 175 137 230 88 c 0\n 273 50 329 30 392 30 c 0\n 475 30 541 60 615 131 c 1\n 633 113 l 1\n 572 32 473 -14 360 -14 c 0\n 261 -14 169 24 109 89 c 0\n 58 146 28 232 28 325 c 0\n 28 435 66 528 136 590 c 0\n 198 645 281 676 363 676 c 0\n 410 676 460 668 509 652 c 0\n 524 646 539 643 548 643 c 0\n 568 643 584 655 590 676 c 1\n 611 676 l 1\n 620 450 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 198\nWidth: 444\nFlags: W\nHStem: -9.99736 71.9974<215 257> 431 29<233 249> 654 20G<206 268>\nVStem: 25.0015 76.9985<213 257>\nFore\n393 507 m 5\n 359 507 l 5\n 237 610 l 5\n 116 507 l 5\n 82 507 l 5\n 206 674 l 5\n 268 674 l 5\n 393 507 l 5\n398 156 m 1\n 412 147 l 1\n 382 88 363 61 336 37 c 0\n 300 6 260 -10 215 -10 c 0\n 104 -10 25 83 25 213 c 0\n 25 292 53 360 103 404 c 0\n 144 440 195 460 244 460 c 0\n 328 460 398 413 398 357 c 0\n 398 334 376 315 350 315 c 0\n 329 315 311 333 303 361 c 2\n 297 383 l 2\n 287 420 274 431 238 431 c 0\n 157 431 102 360 102 257 c 0\n 102 142 166 62 257 62 c 0\n 314 62 350 86 398 156 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 199\nWidth: 667\nFlags: W\nHStem: -13.5146 43.7595<360 392> 450 21G<597 620> 636 40<360 392> 735 99<359 367>\nVStem: 28 116<306 354> 317 99<783 787>\nFore\n365 834 m 4\n 393 834 416 811 416 784 c 4\n 416 757 393 735 365 735 c 4\n 338 735 317 757 317 785 c 4\n 317 811 340 834 365 834 c 4\n620 450 m 1\n 597 450 l 1\n 578 515 563 543 531 575 c 0\n 491 615 439 636 382 636 c 0\n 237 636 144 519 144 338 c 0\n 144 227 175 137 230 88 c 0\n 273 50 329 30 392 30 c 0\n 475 30 541 60 615 131 c 1\n 633 113 l 1\n 572 32 473 -14 360 -14 c 0\n 261 -14 169 24 109 89 c 0\n 58 146 28 232 28 325 c 0\n 28 435 66 528 136 590 c 0\n 198 645 281 676 363 676 c 0\n 410 676 460 668 509 652 c 0\n 524 646 539 643 548 643 c 0\n 568 643 584 655 590 676 c 1\n 611 676 l 1\n 620 450 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 200\nWidth: 444\nFlags: W\nHStem: -9.99736 71.9974<215 257> 431 29<233 249> 523 99<214 223>\nVStem: 25.0015 76.9985<213 257> 173 99<566 575>\nFore\n221 622 m 4\n 249 622 272 599 272 572 c 4\n 272 545 249 523 221 523 c 4\n 194 523 173 545 173 573 c 4\n 173 599 196 622 221 622 c 4\n398 156 m 1\n 412 147 l 1\n 382 88 363 61 336 37 c 0\n 300 6 260 -10 215 -10 c 0\n 104 -10 25 83 25 213 c 0\n 25 292 53 360 103 404 c 0\n 144 440 195 460 244 460 c 0\n 328 460 398 413 398 357 c 0\n 398 334 376 315 350 315 c 0\n 329 315 311 333 303 361 c 2\n 297 383 l 2\n 287 420 274 431 238 431 c 0\n 157 431 102 360 102 257 c 0\n 102 142 166 62 257 62 c 0\n 314 62 350 86 398 156 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Ccaron\nEncoding: 268 268 201\nWidth: 667\nFlags: MW\nHStem: -14 44<360.5 416.5> 636 40<322 386.5>\nVStem: 28 116<282.5 380>\nFore\n620 450 m 1\n 597 450 l 1\n 578 515 563 543 531 575 c 0\n 491 615 439 636 382 636 c 0\n 237 636 144 519 144 338 c 0\n 144 227 175 137 230 88 c 0\n 273 50 329 30 392 30 c 0\n 475 30 541 60 615 131 c 1\n 633 113 l 1\n 572 32 473 -14 360 -14 c 0\n 261 -14 169 24 109 89 c 0\n 58 146 28 232 28 325 c 0\n 28 435 66 528 136 590 c 0\n 198 645 281 676 363 676 c 0\n 410 676 460 668 509 652 c 0\n 524 646 539 643 548 643 c 0\n 568 643 584 655 590 676 c 1\n 611 676 l 1\n 620 450 l 1\n519 886 m 1\n 394 719 l 1\n 332 719 l 1\n 208 886 l 1\n 242 886 l 1\n 363 783 l 5\n 485 886 l 1\n 519 886 l 1\nEndSplineSet\nKernsSLIF: 79 -12 0 0 65 -23 0 0\nEndChar\nStartChar: ccaron\nEncoding: 269 269 202\nWidth: 444\nFlags: W\nHStem: -10 72<211.5 237.5> 431 29<219.5 256> 654 20<87 121 121 121 364 398 398 398>\nVStem: 25 77<199.5 252.5>\nFore\n398 156 m 1\n 412 147 l 1\n 382 88 363 61 336 37 c 0\n 300 6 260 -10 215 -10 c 0\n 104 -10 25 83 25 213 c 0\n 25 292 53 360 103 404 c 0\n 144 440 195 460 244 460 c 0\n 328 460 398 413 398 357 c 0\n 398 334 376 315 350 315 c 0\n 329 315 311 333 303 361 c 2\n 297 383 l 2\n 287 420 274 431 238 431 c 0\n 157 431 102 360 102 257 c 0\n 102 142 166 62 257 62 c 0\n 314 62 350 86 398 156 c 1\n398 674 m 1\n 273 507 l 1\n 211 507 l 1\n 87 674 l 1\n 121 674 l 1\n 242 571 l 5\n 364 674 l 1\n 398 674 l 1\nEndSplineSet\nKernsSLIF: 107 -19 0 0 104 -15 0 0\nEndChar\nStartChar: Dcaron\nEncoding: 270 270 203\nWidth: 722\nFlags: W\nHStem: 0 19 0 37<238 300> 625 37<237.5 286 286 301> 643 19\nVStem: 104 102<109 553 553 586> 576 109<285.5 379>\nFore\n104 109 m 2\n 104 553 l 2\n 104 627 95 636 16 643 c 1\n 16 662 l 1\n 286 662 l 2\n 423 662 532 626 600 557 c 0\n 655 502 685 424 685 334 c 0\n 685 237 648 148 583 89 c 0\n 521 33 416 0 300 0 c 2\n 16 0 l 1\n 16 19 l 1\n 92 24 104 37 104 109 c 2\n206 586 m 2\n 206 78 l 2\n 206 46 218 37 258 37 c 0\n 345 37 403 49 454 78 c 0\n 535 125 576 209 576 327 c 0\n 576 435 535 521 457 575 c 0\n 409 609 344 625 258 625 c 0\n 217 625 206 617 206 586 c 2\n517 886 m 1\n 392 719 l 1\n 330 719 l 1\n 206 886 l 1\n 240 886 l 1\n 361 783 l 1\n 483 886 l 1\n 517 886 l 1\nEndSplineSet\nEndChar\nStartChar: dcaron\nEncoding: 271 271 204\nWidth: 600\nFlags: W\nHStem: -10 52<209.5 240> 42 16 432 28<200 255> 572 104\nVStem: 27 86<183.5 276> 127 39 340 84<102 114 114 332 332 358.5 417 573 573 593.5>\nFore\n344 -10 m 1\n 340 -7 l 1\n 340 57 l 1\n 306 10 268 -10 212 -10 c 0\n 102 -10 27 77 27 205 c 0\n 27 347 120 460 235 460 c 0\n 275 460 302 449 340 417 c 1\n 340 573 l 2\n 340 614 331 624 294 624 c 0\n 286 624 280 624 272 623 c 1\n 272 639 l 1\n 336 656 371 666 419 683 c 1\n 424 681 l 1\n 424 114 l 2\n 424 68 432 57 468 57 c 0\n 471 57 473 57 491 58 c 1\n 491 42 l 1\n 344 -10 l 1\n340 102 m 2\n 340 332 l 2\n 340 385 291 432 238 432 c 0\n 162 432 113 358 113 245 c 0\n 113 122 168 42 251 42 c 0\n 280 42 305 52 323 72 c 0\n 333 83 340 95 340 102 c 2\n487 433 m 1\n 478 452 l 1\n 532 489 560 525 560 558 c 0\n 560 566 554 572 546 572 c 0\n 545 572 545 572 538 570 c 0\n 532 569 525 568 519 568 c 0\n 483 568 460 587 460 619 c 0\n 460 653 484 676 519 676 c 0\n 564 676 599 637 599 587 c 0\n 599 527 554 466 487 433 c 1\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 205\nWidth: 722\nFlags: W\nHStem: 0 19 0 37<238 300> 315 44<21 104 206 352> 625 37<236 286 286 300.5> 643 19\nVStem: 104 102<109 315 359 553 553 586> 576 109<285.5 379>\nFore\n104 315 m 1\n 21 315 l 1\n 21 359 l 1\n 104 359 l 1\n 104 553 l 2\n 104 627 95 636 16 643 c 1\n 16 662 l 1\n 286 662 l 2\n 423 662 532 626 600 557 c 0\n 655 502 685 424 685 334 c 0\n 685 237 648 148 583 89 c 0\n 521 33 416 0 300 0 c 2\n 16 0 l 1\n 16 19 l 1\n 92 24 104 37 104 109 c 2\n 104 315 l 1\n352 359 m 1\n 352 315 l 1\n 206 315 l 1\n 206 78 l 2\n 206 46 218 37 258 37 c 0\n 345 37 403 49 454 78 c 0\n 535 125 576 209 576 327 c 0\n 576 435 535 521 457 575 c 0\n 409 609 345 625 256 625 c 0\n 216 625 206 617 206 586 c 2\n 206 359 l 1\n 352 359 l 1\nEndSplineSet\nEndChar\nStartChar: dcroat\nEncoding: 273 273 206\nWidth: 500\nFlags: MW\nHStem: -10 52<209.5 240> 42 16 432 28<200 255> 527 34<219 340 424 500>\nVStem: 27 86<183.5 276> 340 84<102 114 114 332 332 358.5 417 527 561 573 573 593.5>\nFore\n340 527 m 1\n 219 527 l 1\n 219 561 l 1\n 340 561 l 1\n 340 573 l 2\n 340 614 331 624 294 624 c 0\n 286 624 280 624 272 623 c 1\n 272 639 l 1\n 336 656 371 666 419 683 c 1\n 424 681 l 1\n 424 561 l 1\n 500 561 l 1\n 500 527 l 1\n 424 527 l 1\n 424 114 l 2\n 424 68 432 57 468 57 c 0\n 471 57 473 57 491 58 c 1\n 491 42 l 1\n 344 -10 l 1\n 340 -7 l 1\n 340 57 l 1\n 306 10 268 -10 212 -10 c 0\n 102 -10 27 77 27 205 c 0\n 27 347 120 460 235 460 c 0\n 275 460 302 449 340 417 c 1\n 340 527 l 1\n340 102 m 2\n 340 332 l 2\n 340 385 291 432 238 432 c 0\n 162 432 113 358 113 245 c 0\n 113 122 168 42 251 42 c 0\n 280 42 305 52 323 72 c 0\n 333 83 340 95 340 102 c 2\nEndSplineSet\nEndChar\nStartChar: Emacron\nEncoding: 274 274 207\nWidth: 611\nFlags: W\nHStem: 0 37<306 333 333 404.5> 0 19 0 37 327 41<201 355> 624 38<220.5 234 234 369> 643 19 759 54<150 461>\nVStem: 99 102<109 327 368 553 553 588>\nFore\n597 169 m 1\n 552 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 234 624 l 2\n 207 624 201 618 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 402 368 430 376 443 393 c 0\n 454 407 458 422 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 452 314 437 327 355 327 c 2\n 201 327 l 1\n 201 80 l 2\n 201 63 203 52 208 49 c 1\n 215 42 257 37 306 37 c 2\n 333 37 l 2\n 476 37 519 61 569 169 c 1\n 597 169 l 1\n150 813 m 1\n 461 813 l 1\n 461 759 l 1\n 150 759 l 1\n 150 813 l 1\nEndSplineSet\nEndChar\nStartChar: emacron\nEncoding: 275 275 208\nWidth: 444\nFlags: W\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 547 54<67 378>\nFore\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\n67 601 m 1\n 378 601 l 1\n 378 547 l 1\n 67 547 l 1\n 67 601 l 1\nEndSplineSet\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 209\nWidth: 611\nFlags: W\nHStem: 0 37<284 371> 327 41<202 380> 624 38<220 407> 719 60<284 308>\nVStem: 99 102<96 326 369 576> 99 389<327 368>\nFore\n405 876 m 5\n 434 876 l 5\n 422 770 376 719 292 719 c 4\n 245 719 205 738 180 773 c 4\n 161 801 154 825 153 876 c 5\n 182 876 l 5\n 196 809 230 779 294 779 c 4\n 352 779 377 800 405 876 c 5\n597 169 m 1\n 552 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 234 624 l 2\n 207 624 201 618 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 402 368 430 376 443 393 c 0\n 454 407 458 422 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 452 314 437 327 355 327 c 2\n 201 327 l 1\n 201 80 l 2\n 201 63 203 52 208 49 c 1\n 215 42 257 37 306 37 c 2\n 333 37 l 2\n 476 37 519 61 569 169 c 1\n 597 169 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: ebreve\nEncoding: 277 277 210\nWidth: 444\nFlags: W\nHStem: -9.99782 68.9978<212 253> 277 32<100 302> 423.78 35.2478<205 234> 507 60<204 236> 644 20G<82 111 334 363>\nFore\n334 664 m 5\n 363 664 l 5\n 351 558 305 507 221 507 c 4\n 174 507 134 526 109 561 c 4\n 90 589 83 613 82 664 c 5\n 111 664 l 5\n 125 597 159 567 223 567 c 4\n 281 567 306 588 334 664 c 5\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\nEndSplineSet\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 211\nWidth: 611\nFlags: W\nHStem: 0 37<306 333 333 404.5> 0 19 0 37 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588>\nFore\n597 169 m 1\n 552 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 234 624 l 2\n 207 624 201 618 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 402 368 430 376 443 393 c 0\n 454 407 458 422 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 452 314 437 327 355 327 c 2\n 201 327 l 1\n 201 80 l 2\n 201 63 203 52 208 49 c 1\n 215 42 257 37 306 37 c 2\n 333 37 l 2\n 476 37 519 61 569 169 c 1\n 597 169 l 1\n305 834 m 4\n 333 834 356 811 356 784 c 132\n 356 757 333 735 305 735 c 4\n 278 735 257 757 257 785 c 4\n 257 811 280 834 305 834 c 4\nEndSplineSet\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 212\nWidth: 444\nFlags: MW\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5>\nFore\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\n221 622 m 4\n 249 622 272 599 272 572 c 132\n 272 545 249 523 221 523 c 4\n 194 523 173 545 173 573 c 4\n 173 599 196 622 221 622 c 4\nEndSplineSet\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 213\nWidth: 611\nFlags: W\nHStem: -165 56<509 519.5> 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588> 426 56<-80.5 -72.5>\nFore\n552 0 m 1\n 546 0 l 2\n 516 0 482 -37 482 -69 c 0\n 482 -92 498 -109 520 -109 c 0\n 541 -109 560 -99 591 -73 c 1\n 611 -89 l 1\n 574 -142 540 -165 499 -165 c 128\n 458 -165 426 -132 426 -89 c 0\n 426 -56 441 -31 480 0 c 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 38 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 234 624 l 2\n 207 624 201 618 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 402 368 430 376 443 393 c 0\n 454 407 458 422 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 452 314 437 327 355 327 c 2\n 201 327 l 1\n 201 80 l 2\n 201 63 203 52 208 49 c 1\n 215 42 257 37 306 37 c 2\n 333 37 l 2\n 476 37 519 61 569 169 c 1\n 597 169 l 1\n 552 0 l 1\nEndSplineSet\nEndChar\nStartChar: eogonek\nEncoding: 281 281 214\nWidth: 444\nFlags: MW\nHStem: -165 56<302 313> -10 69 277 32<99 303> 424 36<209 235.5>\nVStem: 219 56<-81.5 -73>\nFore\n408 164 m 1\n 424 157 l 1\n 408 113 386 81 330 22 c 0\n 288 -22 275 -44 275 -70 c 0\n 275 -93 291 -109 313 -109 c 128\n 335 -109 354 -99 385 -73 c 1\n 405 -89 l 1\n 367 -142 334 -165 292 -165 c 0\n 251 -165 219 -132 219 -89 c 0\n 219 -57 234 -31 272 -1 c 1\n 249 -8 234 -10 213 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\nEndSplineSet\nEndChar\nStartChar: Ecaron\nEncoding: 282 282 215\nWidth: 611\nFlags: W\nHStem: 0 37<306 333 333 404.5> 0 19 0 37 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588>\nFore\n597 169 m 1\n 552 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 234 624 l 2\n 207 624 201 618 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 402 368 430 376 443 393 c 0\n 454 407 458 422 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 452 314 437 327 355 327 c 2\n 201 327 l 1\n 201 80 l 2\n 201 63 203 52 208 49 c 1\n 215 42 257 37 306 37 c 2\n 333 37 l 2\n 476 37 519 61 569 169 c 1\n 597 169 l 1\n461 886 m 1\n 336 719 l 5\n 274 719 l 1\n 150 886 l 1\n 184 886 l 1\n 305 783 l 1\n 427 886 l 1\n 461 886 l 1\nEndSplineSet\nEndChar\nStartChar: ecaron\nEncoding: 283 283 216\nWidth: 444\nFlags: W\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 654 20<67 101 101 101 344 378 378 378>\nFore\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\n378 674 m 1\n 253 507 l 5\n 191 507 l 1\n 67 674 l 1\n 101 674 l 1\n 222 571 l 1\n 344 674 l 1\n 378 674 l 1\nEndSplineSet\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 217\nWidth: 722\nFlags: W\nHStem: -14 40<384 413> 636 40<374 400>\nVStem: 32 114<306 354> 454 255<336 353> 542 97<82 261>\nFore\n536 719 m 5\n 502 719 l 5\n 380 822 l 5\n 259 719 l 5\n 225 719 l 5\n 349 886 l 5\n 411 886 l 5\n 536 719 l 5\n709 354 m 1\n 709 336 l 1\n 651 331 639 318 639 259 c 2\n 639 56 l 1\n 599 21 474 -14 388 -14 c 0\n 278 -14 182 24 115 93 c 0\n 59 152 32 227 32 325 c 0\n 32 529 175 676 375 676 c 0\n 420 676 466 668 511 653 c 0\n 529 646 545 643 555 643 c 0\n 576 643 594 657 600 676 c 1\n 622 676 l 1\n 630 465 l 1\n 607 465 l 1\n 582 526 566 553 536 581 c 0\n 497 617 448 636 392 636 c 0\n 324 636 262 609 218 560 c 128\n 174 511 146 420 146 326 c 0\n 146 140 246 26 409 26 c 0\n 481 26 542 53 542 85 c 2\n 542 247 l 2\n 542 290 536 313 521 322 c 0\n 509 330 497 333 454 336 c 1\n 454 354 l 1\n 709 354 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 218\nWidth: 500\nFlags: W\nHStem: -217.453 57.2098<201 244> 149 25<243 256> 388 39<388 469> 432 28<220 238> 654 20G<206 268>\nVStem: 28.0066 69.9934<-121 -88> 69.508 83.4835<297 335> 328.997 77.0026<265 304> 433 27.0701<-64 -58>\nFore\n393 507 m 5\n 359 507 l 5\n 237 610 l 5\n 116 507 l 5\n 82 507 l 5\n 206 674 l 5\n 268 674 l 5\n 393 507 l 5\n470 388 m 1\n 387 388 l 1\n 401 356 406 333 406 304 c 0\n 406 254 391 219 358 191 c 0\n 327 164 287 149 250 149 c 0\n 244 149 231 150 212 152 c 0\n 209 152 202 153 193 154 c 1\n 166 146 133 111 133 91 c 0\n 133 75 158 66 211 64 c 2\n 340 58 l 2\n 414 55 461 13 461 -49 c 0\n 461 -87 444 -119 406 -150 c 0\n 354 -192 276 -218 201 -218 c 0\n 106 -218 28 -174 28 -121 c 0\n 28 -84 55 -51 126 1 c 1\n 85 21 73 33 73 54 c 0\n 73 74 86 94 119 123 c 0\n 125 128 143 145 162 163 c 1\n 96 196 69 234 69 297 c 0\n 69 388 143 460 236 460 c 0\n 262 460 289 455 316 445 c 2\n 338 437 l 2\n 358 430 373 427 393 427 c 2\n 470 427 l 1\n 470 388 l 1\n147 -2 m 1\n 105 -52 98 -65 98 -88 c 0\n 98 -132 156 -161 244 -161 c 0\n 357 -161 433 -122 433 -64 c 0\n 433 -28 400 -15 309 -15 c 0\n 260 -15 180 -9 147 -2 c 1\n152 338 m 2\n 152 335 l 2\n 152 239 194 174 254 174 c 0\n 300 174 329 209 329 265 c 0\n 329 304 317 350 299 385 c 0\n 283 415 257 432 226 432 c 0\n 180 432 152 397 152 338 c 2\nEndSplineSet\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 219\nWidth: 722\nFlags: W\nHStem: -14 40<333 431> 636 40<358 397.5> 719 60<336.5 391>\nVStem: 32 114<276 373> 542 97<85 247 247 259>\nFore\n709 354 m 1\n 709 336 l 1\n 651 331 639 318 639 259 c 2\n 639 56 l 1\n 599 21 474 -14 388 -14 c 0\n 278 -14 182 24 115 93 c 0\n 59 152 32 227 32 325 c 0\n 32 529 175 676 375 676 c 0\n 420 676 466 668 511 653 c 0\n 529 646 545 643 555 643 c 0\n 576 643 594 657 600 676 c 1\n 622 676 l 1\n 630 465 l 1\n 607 465 l 1\n 582 526 566 553 536 581 c 0\n 497 617 448 636 392 636 c 0\n 324 636 262 609 218 560 c 128\n 174 511 146 420 146 326 c 0\n 146 140 246 26 409 26 c 0\n 481 26 542 53 542 85 c 2\n 542 247 l 2\n 542 290 536 313 521 322 c 0\n 509 330 497 333 454 336 c 1\n 454 354 l 1\n 709 354 l 1\n473 876 m 5\n 502 876 l 5\n 490 770 444 719 360 719 c 4\n 313 719 273 738 248 773 c 4\n 229 801 222 825 221 876 c 5\n 250 876 l 5\n 264 809 298 779 362 779 c 4\n 420 779 445 800 473 876 c 5\nEndSplineSet\nEndChar\nStartChar: gbreve\nEncoding: 287 287 220\nWidth: 500\nFlags: W\nHStem: -218 57<200 238.5> -2 20 149 25<247 268.5> 388 39<393 470> 432 28<203 241.5> 507 60<225.5 280> 644 20<110 139 139 139 362 391 391 391>\nVStem: 28 70<-110 -102.5> 329 77<279 284.5> 433 28<-68 -46>\nFore\n470 388 m 1\n 387 388 l 1\n 401 356 406 333 406 304 c 0\n 406 254 391 219 358 191 c 0\n 327 164 287 149 250 149 c 0\n 244 149 231 150 212 152 c 0\n 209 152 202 153 193 154 c 1\n 166 146 133 111 133 91 c 0\n 133 75 158 66 211 64 c 2\n 340 58 l 2\n 414 55 461 13 461 -49 c 0\n 461 -87 444 -119 406 -150 c 0\n 354 -192 276 -218 201 -218 c 0\n 106 -218 28 -174 28 -121 c 0\n 28 -84 55 -51 126 1 c 1\n 85 21 73 33 73 54 c 0\n 73 74 86 94 119 123 c 0\n 125 128 143 145 162 163 c 1\n 96 196 69 234 69 297 c 0\n 69 388 143 460 236 460 c 0\n 262 460 289 455 316 445 c 2\n 338 437 l 2\n 358 430 373 427 393 427 c 2\n 470 427 l 1\n 470 388 l 1\n147 -2 m 1\n 105 -52 98 -65 98 -88 c 0\n 98 -132 156 -161 244 -161 c 0\n 357 -161 433 -122 433 -64 c 0\n 433 -28 400 -15 309 -15 c 0\n 260 -15 180 -9 147 -2 c 1\n152 338 m 2\n 152 335 l 2\n 152 239 194 174 254 174 c 0\n 300 174 329 209 329 265 c 0\n 329 304 317 350 299 385 c 0\n 283 415 257 432 226 432 c 0\n 180 432 152 397 152 338 c 2\n362 664 m 5\n 391 664 l 5\n 379 558 333 507 249 507 c 4\n 202 507 162 526 137 561 c 4\n 118 589 111 613 110 664 c 5\n 139 664 l 5\n 153 597 187 567 251 567 c 4\n 309 567 334 588 362 664 c 5\nEndSplineSet\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 221\nWidth: 722\nFlags: W\nHStem: -14 40<384 411> 636 40<374 400> 735 99<355.892 375>\nVStem: 32 114<306 354> 317 99<783 787> 454 255<336 353> 542 97<82 261>\nFore\n365 834 m 0\n 393 834 416 811 416 784 c 128\n 416 757 393 735 365 735 c 0\n 338 735 317 757 317 785 c 0\n 317 811 340 834 365 834 c 0\n709 354 m 1\n 709 336 l 1\n 651 331 639 318 639 259 c 2\n 639 56 l 1\n 599 21 474 -14 388 -14 c 0\n 278 -14 182 24 115 93 c 0\n 59 152 32 227 32 325 c 0\n 32 529 175 676 375 676 c 0\n 420 676 466 668 511 653 c 0\n 529 646 545 643 555 643 c 0\n 576 643 594 657 600 676 c 1\n 622 676 l 1\n 630 465 l 1\n 607 465 l 1\n 582 526 566 553 536 581 c 0\n 497 617 448 636 392 636 c 0\n 324 636 262 609 218 560 c 128\n 174 511 146 420 146 326 c 0\n 146 140 246 26 409 26 c 0\n 481 26 542 53 542 85 c 2\n 542 247 l 2\n 542 290 536 313 521 322 c 0\n 509 330 497 333 454 336 c 1\n 454 354 l 1\n 709 354 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 222\nWidth: 500\nFlags: W\nHStem: -217.453 57.2098<201 244> 149 25<243 256> 388 39<388 469> 432 28<220 238> 523 99<212 228>\nVStem: 28.0066 69.9934<-121 -88> 69.508 83.4835<297 335> 173 99<566 575> 328.997 77.0026<265 304> 433 27.0701<-64 -58>\nFore\n221 622 m 4\n 249 622 272 599 272 572 c 128\n 272 545 249 523 221 523 c 0\n 194 523 173 545 173 573 c 0\n 173 599 196 622 221 622 c 4\n470 388 m 1\n 387 388 l 1\n 401 356 406 333 406 304 c 0\n 406 254 391 219 358 191 c 0\n 327 164 287 149 250 149 c 0\n 244 149 231 150 212 152 c 0\n 209 152 202 153 193 154 c 1\n 166 146 133 111 133 91 c 0\n 133 75 158 66 211 64 c 2\n 340 58 l 2\n 414 55 461 13 461 -49 c 0\n 461 -87 444 -119 406 -150 c 0\n 354 -192 276 -218 201 -218 c 0\n 106 -218 28 -174 28 -121 c 0\n 28 -84 55 -51 126 1 c 1\n 85 21 73 33 73 54 c 0\n 73 74 86 94 119 123 c 0\n 125 128 143 145 162 163 c 1\n 96 196 69 234 69 297 c 0\n 69 388 143 460 236 460 c 0\n 262 460 289 455 316 445 c 2\n 338 437 l 2\n 358 430 373 427 393 427 c 2\n 470 427 l 1\n 470 388 l 1\n147 -2 m 1\n 105 -52 98 -65 98 -88 c 0\n 98 -132 156 -161 244 -161 c 0\n 357 -161 433 -122 433 -64 c 0\n 433 -28 400 -15 309 -15 c 0\n 260 -15 180 -9 147 -2 c 1\n152 338 m 2\n 152 335 l 2\n 152 239 194 174 254 174 c 0\n 300 174 329 209 329 265 c 0\n 329 304 317 350 299 385 c 0\n 283 415 257 432 226 432 c 0\n 180 432 152 397 152 338 c 2\nEndSplineSet\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 223\nWidth: 722\nFlags: W\nHStem: -142 104 -14 40<333 431> 636 40<358 397.5>\nVStem: 32 114<276 373> 132 39 542 97<85 247 247 259>\nFore\n709 354 m 1\n 709 336 l 1\n 651 331 639 318 639 259 c 2\n 639 56 l 1\n 599 21 474 -14 388 -14 c 0\n 278 -14 182 24 115 93 c 0\n 59 152 32 227 32 325 c 0\n 32 529 175 676 375 676 c 0\n 420 676 466 668 511 653 c 0\n 529 646 545 643 555 643 c 0\n 576 643 594 657 600 676 c 1\n 622 676 l 1\n 630 465 l 1\n 607 465 l 1\n 582 526 566 553 536 581 c 0\n 497 617 448 636 392 636 c 0\n 324 636 262 609 218 560 c 128\n 174 511 146 420 146 326 c 0\n 146 140 246 26 409 26 c 0\n 481 26 542 53 542 85 c 2\n 542 247 l 2\n 542 290 536 313 521 322 c 0\n 509 330 497 333 454 336 c 1\n 454 354 l 1\n 709 354 l 1\n318 -281 m 1\n 309 -262 l 1\n 363 -225 391 -188 391 -156 c 0\n 391 -148 385 -142 377 -142 c 0\n 376 -142 376 -142 369 -144 c 0\n 363 -145 356 -146 350 -146 c 0\n 314 -146 291 -127 291 -95 c 0\n 291 -61 315 -38 350 -38 c 0\n 395 -38 430 -77 430 -127 c 0\n 430 -187 385 -248 318 -281 c 1\nEndSplineSet\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 224\nWidth: 500\nFlags: W\nHStem: -218 57<200 238.5> -2 20 149 25<247 268.5> 388 39<393 470> 432 28<203 241.5> 493 104\nVStem: 28 70<-110 -102.5> 28 39 329 77<279 284.5> 433 28<-68 -46>\nFore\n470 388 m 1\n 387 388 l 1\n 401 356 406 333 406 304 c 0\n 406 254 391 219 358 191 c 0\n 327 164 287 149 250 149 c 0\n 244 149 231 150 212 152 c 0\n 209 152 202 153 193 154 c 1\n 166 146 133 111 133 91 c 0\n 133 75 158 66 211 64 c 2\n 340 58 l 2\n 414 55 461 13 461 -49 c 0\n 461 -87 444 -119 406 -150 c 0\n 354 -192 276 -218 201 -218 c 0\n 106 -218 28 -174 28 -121 c 0\n 28 -84 55 -51 126 1 c 1\n 85 21 73 33 73 54 c 0\n 73 74 86 94 119 123 c 0\n 125 128 143 145 162 163 c 1\n 96 196 69 234 69 297 c 0\n 69 388 143 460 236 460 c 0\n 262 460 289 455 316 445 c 2\n 338 437 l 2\n 358 430 373 427 393 427 c 2\n 470 427 l 1\n 470 388 l 1\n147 -2 m 1\n 105 -52 98 -65 98 -88 c 0\n 98 -132 156 -161 244 -161 c 0\n 357 -161 433 -122 433 -64 c 0\n 433 -28 400 -15 309 -15 c 0\n 260 -15 180 -9 147 -2 c 1\n152 338 m 2\n 152 335 l 2\n 152 239 194 174 254 174 c 0\n 300 174 329 209 329 265 c 0\n 329 304 317 350 299 385 c 0\n 283 415 257 432 226 432 c 0\n 180 432 152 397 152 338 c 2\n292 736 m 1\n 301 717 l 1\n 247 680 219 644 219 611 c 0\n 219 603 225 597 233 597 c 0\n 234 597 234 597 241 599 c 0\n 247 600 254 601 260 601 c 0\n 296 601 319 582 319 550 c 0\n 319 516 295 493 260 493 c 0\n 215 493 180 532 180 582 c 0\n 180 642 225 703 292 736 c 1\nEndSplineSet\nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 225\nWidth: 722\nFlags: W\nHStem: 0 21G<19 297 424 702> 315 44<210 511> 642 20G<19 297 424 702>\nVStem: 107 102<96 314 360 576> 512 102<96 314 360 576>\nFore\n517 719 m 1\n 483 719 l 1\n 361 822 l 5\n 240 719 l 1\n 206 719 l 1\n 330 886 l 1\n 392 886 l 1\n 517 719 l 1\n209 359 m 1\n 512 359 l 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 625 636 614 625 614 553 c 2\n 614 109 l 2\n 614 38 627 25 702 19 c 1\n 702 0 l 1\n 424 0 l 1\n 424 19 l 1\n 502 24 512 36 512 120 c 2\n 512 315 l 1\n 209 315 l 1\n 209 109 l 2\n 209 38 222 25 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 97 24 107 36 107 120 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 359 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 226\nWidth: 500\nFlags: W\nHStem: 0 21G<9 225 275 487> 405.995 54.0048<268 304>\nVStem: 73 84<80 343 377 592> 275 212<1 15> 343 84<80 320>\nFore\n406 719 m 1\n 372 719 l 1\n 250 822 l 5\n 129 719 l 1\n 95 719 l 1\n 219 886 l 1\n 281 886 l 1\n 406 719 l 1\n157 343 m 1\n 157 102 l 2\n 157 33 167 21 225 15 c 1\n 225 0 l 1\n 9 0 l 1\n 9 15 l 1\n 67 23 73 32 73 102 c 2\n 73 573 l 2\n 73 616 65 624 22 624 c 0\n 17 624 14 624 10 623 c 1\n 10 639 l 1\n 37 647 l 2\n 93 663 118 671 152 683 c 1\n 157 680 l 1\n 157 376 l 1\n 203 436 245 460 304 460 c 0\n 385 460 427 406 427 301 c 2\n 427 102 l 2\n 427 33 433 25 487 15 c 1\n 487 0 l 1\n 275 0 l 1\n 275 15 l 1\n 333 21 343 34 343 102 c 2\n 343 300 l 2\n 343 370 318 406 268 406 c 0\n 229 406 199 389 157 343 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: Hbar\nEncoding: 294 294 227\nWidth: 722\nFlags: W\nHStem: 0 19<19 34.6 284.5 297 424 439.6 689.5 702> 315 44<209 511> 453 39<209 511> 643 19<19 30 286 297 424 435 691 702>\nVStem: 107 102<96 314 360 452 493 576> 512 102<96 314 360 452 493 576>\nFore\n614 553 m 2\n 614 109 l 2\n 614 38 627 25 702 19 c 1\n 702 0 l 1\n 424 0 l 1\n 424 19 l 1\n 502 24 512 36 512 120 c 2\n 512 315 l 1\n 209 315 l 1\n 209 109 l 2\n 209 38 222 25 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 97 24 107 36 107 120 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 492 l 1\n 512 492 l 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 625 636 614 625 614 553 c 2\n208 453 m 1\n 209 359 l 1\n 512 359 l 1\n 512 453 l 1\n 208 453 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: hbar\nEncoding: 295 295 228\nWidth: 548\nFlags: W\nHStem: 0 21G<57 273 323 535> 405.995 54.0048<316 352> 492 54<10 120 205 319>\nVStem: 9 311<492 546> 121 84<80 343 377 491 547 592> 323 212<1 15> 391 84<80 320>\nFore\n391 300 m 2\n 391 370 366 406 316 406 c 0\n 277 406 247 389 205 343 c 1\n 205 102 l 2\n 205 33 215 21 273 15 c 1\n 273 0 l 1\n 57 0 l 1\n 57 15 l 1\n 115 23 121 32 121 102 c 2\n 121 492 l 1\n 9 492 l 1\n 9 546 l 1\n 121 546 l 1\n 121 573 l 2\n 121 616 113 624 70 624 c 0\n 65 624 62 624 58 623 c 1\n 58 639 l 1\n 85 647 l 2\n 141 663 166 671 200 683 c 1\n 205 680 l 1\n 205 546 l 1\n 320 546 l 1\n 320 492 l 1\n 205 492 l 1\n 205 376 l 1\n 251 436 293 460 352 460 c 0\n 433 460 475 406 475 301 c 2\n 475 102 l 2\n 475 33 481 25 535 15 c 1\n 535 0 l 1\n 323 0 l 1\n 323 15 l 1\n 381 21 391 34 391 102 c 2\n 391 300 l 2\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: Itilde\nEncoding: 296 296 229\nWidth: 333\nFlags: W\nHStem: 0 21G<18 315> 642 20G<18 315> 744.828 55.6807<235 258> 789.991 55.0092<90 111>\nVStem: 115 102<96 576>\nFore\n311 850 m 5\n 340 850 l 5\n 319 774 290 744 235 744 c 4\n 210 744 195 748 154 768 c 6\n 131 779 l 6\n 116 786 102 790 90 790 c 4\n 67 790 50 775 39 744 c 5\n 10 744 l 5\n 25 809 61 845 111 845 c 4\n 133 845 158 839 181 827 c 6\n 205 815 l 6\n 224 806 243 800 258 800 c 4\n 281 800 294 812 311 850 c 5\n115 109 m 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: itilde\nEncoding: 297 297 230\nWidth: 278\nFlags: W\nHStem: 0 21G<16 253> 532.828 55.6807<180 203> 577.991 55.0092<35 56>\nVStem: 95 84<80 352>\nFore\n256 638 m 5\n 285 638 l 5\n 264 562 235 532 180 532 c 4\n 155 532 140 536 99 556 c 6\n 76 567 l 6\n 61 574 47 578 35 578 c 4\n 12 578 -5 563 -16 532 c 5\n -45 532 l 5\n -30 597 6 633 56 633 c 4\n 78 633 103 627 126 615 c 6\n 150 603 l 6\n 169 594 188 588 203 588 c 4\n 226 588 239 600 256 638 c 5\n175 460 m 1\n 179 457 l 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: Imacron\nEncoding: 298 298 231\nWidth: 333\nFlags: MW\nHStem: 0 19 643 19 759 54<11 322>\nVStem: 115 102<109 553>\nFore\n115 109 m 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\n11 813 m 1\n 322 813 l 1\n 322 759 l 1\n 11 759 l 1\n 11 813 l 1\nEndSplineSet\nEndChar\nStartChar: imacron\nEncoding: 299 299 232\nWidth: 278\nFlags: MW\nHStem: 0 15 390 15 440 20<175 175> 547 54<-16 292>\nVStem: 95 84<102 334 334 356>\nFore\n175 460 m 1\n 179 457 l 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\n-16 601 m 1\n 292 601 l 1\n 292 547 l 1\n -16 547 l 1\n -16 601 l 1\nEndSplineSet\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 233\nWidth: 333\nFlags: W\nHStem: 0 21G<18 315> 642 20G<18 315> 719 60<146.543 178>\nVStem: 115 102<96 576>\nFore\n277 876 m 5\n 306 876 l 5\n 294 770 248 719 164 719 c 4\n 117 719 77 738 52 773 c 4\n 33 801 26 825 25 876 c 5\n 54 876 l 5\n 68 809 102 779 166 779 c 4\n 224 779 249 800 277 876 c 5\n115 109 m 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: ibreve\nEncoding: 301 301 234\nWidth: 278\nFlags: W\nHStem: 0 21G<16 253> 507 60<125 141> 644 20G<-3 26 249 278>\nVStem: 95 84<80 352>\nFore\n249 664 m 5\n 278 664 l 5\n 266 558 220 507 136 507 c 4\n 89 507 49 526 24 561 c 4\n 5 589 -2 613 -3 664 c 5\n 26 664 l 5\n 40 597 74 567 138 567 c 4\n 196 567 221 588 249 664 c 5\n175 460 m 1\n 179 457 l 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: Iogonek\nEncoding: 302 302 235\nWidth: 333\nFlags: W\nHStem: -165 56<295 305.5> 643 19\nVStem: 115 102<109 553> 212 56<-81 -72.5>\nFore\n315 19 m 1\n 315 0 l 1\n 310 -1 307 -4 296 -13 c 1\n 278 -32 268 -51 268 -70 c 0\n 268 -92 284 -109 306 -109 c 0\n 327 -109 346 -99 377 -73 c 1\n 397 -89 l 1\n 360 -142 326 -165 285 -165 c 128\n 244 -165 212 -132 212 -89 c 0\n 212 -56 227 -31 266 0 c 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\nEndSplineSet\nEndChar\nStartChar: iogonek\nEncoding: 303 303 236\nWidth: 278\nFlags: W\nHStem: -165 56<176 186.5> 390 15 440 20<175 175> 581 102<114.5 142.5>\nVStem: 78 102<618 646> 93 56<-81 -72.5> 95 84<102 334 334 356>\nFore\n179 457 m 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 220 0 l 2\n 182 0 149 -33 149 -70 c 0\n 149 -92 165 -109 187 -109 c 0\n 208 -109 227 -99 258 -73 c 1\n 278 -89 l 1\n 241 -142 207 -165 166 -165 c 128\n 125 -165 93 -132 93 -89 c 0\n 93 -56 108 -31 147 0 c 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\n 179 457 l 1\n128 683 m 0\n 157 683 180 660 180 632 c 0\n 180 603 157 581 128 581 c 0\n 100 581 78 604 78 632 c 128\n 78 660 101 683 128 683 c 0\nEndSplineSet\nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 237\nWidth: 333\nFlags: MW\nHStem: 0 19 643 19\nVStem: 115 102<109 553>\nFore\n115 109 m 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\n166 834 m 0\n 194 834 217 811 217 784 c 128\n 217 757 194 735 166 735 c 0\n 139 735 118 757 118 785 c 0\n 118 811 141 834 166 834 c 0\nEndSplineSet\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 238\nWidth: 278\nFlags: MW\nHStem: 0 15 390 15 440 20<175 175>\nVStem: 95 84<102 334 334 356>\nFore\n175 460 m 1\n 179 457 l 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\nEndSplineSet\nEndChar\nStartChar: IJ\nEncoding: 306 306 239\nWidth: 728\nFlags: W\nHStem: -14 121.992<399 449> -13.9917 37.9917<449 478>\nVStem: 115 102<89 578> 516 102<162 578>\nFore\n618 553 m 2\n 618 183 l 2\n 618 58 557 -14 449 -14 c 0\n 391 -14 350 16 350 58 c 0\n 350 85 372 108 399 108 c 0\n 425 108 441 92 451 57 c 0\n 458 32 464 24 478 24 c 0\n 504 24 516 45 516 90 c 2\n 516 553 l 2\n 516 626 505 637 423 643 c 1\n 423 662 l 1\n 710 662 l 1\n 710 643 l 1\n 629 637 618 626 618 553 c 2\n115 109 m 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 240\nWidth: 480\nFlags: W\nHStem: 0 21G<16 253> 581 102<118.27 130 352.27 368>\nVStem: 78 102<630 634> 95 84<86 342> 312 102<630 634> 329 84<-26 342>\nFore\n413 457 m 1\n 413 0 l 2\n 413 -142 354 -218 244 -218 c 0\n 190 -218 150 -195 150 -163 c 0\n 150 -141 168 -124 191 -124 c 0\n 207 -124 221 -133 239 -156 c 0\n 256 -177 266 -184 281 -184 c 0\n 295 -184 309 -176 315 -166 c 0\n 326 -146 329 -121 329 -45 c 2\n 329 334 l 2\n 329 377 320 394 297 394 c 0\n 287 394 272 393 257 391 c 2\n 252 390 l 1\n 252 406 l 1\n 311 424 349 437 408 460 c 1\n 413 457 l 1\n362 683 m 0\n 391 683 414 660 414 632 c 0\n 414 603 391 581 362 581 c 0\n 334 581 312 604 312 632 c 128\n 312 660 335 683 362 683 c 0\n175 460 m 1\n 179 457 l 1\n 179 102 l 2\n 179 30 187 20 253 15 c 1\n 253 0 l 1\n 16 0 l 1\n 16 15 l 1\n 85 19 95 30 95 102 c 2\n 95 334 l 2\n 95 378 86 394 62 394 c 0\n 53 394 40 393 28 391 c 2\n 20 390 l 1\n 20 405 l 1\n 175 460 l 1\n128 683 m 0\n 157 683 180 660 180 632 c 0\n 180 603 157 581 128 581 c 0\n 100 581 78 604 78 632 c 128\n 78 660 101 683 128 683 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 241\nWidth: 389\nFlags: W\nHStem: -14 121.992<59 109> -13.9917 37.9917<109 138>\nVStem: 176 102<162 578>\nFore\n388 719 m 5\n 354 719 l 5\n 232 822 l 5\n 111 719 l 5\n 77 719 l 5\n 201 886 l 5\n 263 886 l 5\n 388 719 l 5\n278 553 m 2\n 278 183 l 2\n 278 58 217 -14 109 -14 c 0\n 51 -14 10 16 10 58 c 0\n 10 85 32 108 59 108 c 0\n 85 108 101 92 111 57 c 0\n 118 32 124 24 138 24 c 0\n 164 24 176 45 176 90 c 2\n 176 553 l 2\n 176 626 165 637 83 643 c 1\n 83 662 l 1\n 370 662 l 1\n 370 643 l 1\n 289 637 278 626 278 553 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 242\nWidth: 278\nFlags: W\nHStem: 654 20G<108 170>\nVStem: 109 84<-26 342>\nFore\n295 507 m 1\n 261 507 l 1\n 139 610 l 1\n 18 507 l 1\n -16 507 l 1\n 108 674 l 1\n 170 674 l 1\n 295 507 l 1\n193 457 m 1\n 193 0 l 2\n 193 -142 134 -218 24 -218 c 0\n -30 -218 -70 -195 -70 -163 c 0\n -70 -141 -52 -124 -29 -124 c 0\n -13 -124 1 -133 19 -156 c 0\n 36 -177 46 -184 61 -184 c 0\n 75 -184 89 -176 95 -166 c 0\n 106 -146 109 -121 109 -45 c 2\n 109 334 l 2\n 109 377 100 394 77 394 c 0\n 67 394 52 393 37 391 c 2\n 32 390 l 1\n 32 406 l 1\n 91 424 129 437 188 460 c 1\n 193 457 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 243\nWidth: 722\nFlags: W\nHStem: -142 104 0 19 643 19\nVStem: 124 102<120 296 348 553> 134 39\nFore\n413 643 m 1\n 413 662 l 1\n 675 662 l 1\n 675 643 l 1\n 607 638 591 630 523 565 c 1\n 333 377 l 1\n 566 127 l 2\n 657 30 671 20 723 19 c 1\n 723 0 l 1\n 418 0 l 1\n 418 19 l 1\n 430 20 441 20 446 20 c 0\n 474 21 488 28 488 42 c 0\n 488 66 434 137 358 212 c 2\n 252 317 l 1\n 226 296 l 1\n 226 109 l 2\n 226 36 238 24 316 19 c 1\n 316 0 l 1\n 34 0 l 1\n 34 19 l 1\n 113 24 124 37 124 120 c 2\n 124 553 l 2\n 124 624 112 637 34 643 c 1\n 34 662 l 1\n 318 662 l 1\n 318 643 l 1\n 237 637 226 626 226 553 c 2\n 226 348 l 1\n 403 509 l 2\n 458 560 481 590 481 612 c 0\n 481 632 469 640 439 642 c 0\n 435 642 425 642 413 643 c 1\n318 -281 m 1\n 309 -262 l 1\n 363 -225 391 -188 391 -156 c 0\n 391 -148 385 -142 377 -142 c 0\n 376 -142 376 -142 369 -144 c 0\n 363 -145 356 -146 350 -146 c 0\n 314 -146 291 -127 291 -95 c 0\n 291 -61 315 -38 350 -38 c 4\n 395 -38 430 -77 430 -127 c 0\n 430 -187 385 -248 318 -281 c 1\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 244\nWidth: 500\nFlags: W\nHStem: -142 104 0 15<287 306 306 312> 435 15<463.5 472 472 480>\nVStem: 82 84<82 251 261 564 564 588> 107 39\nFore\n7 623 m 1\n 7 639 l 1\n 37 647 l 2\n 95 663 124 671 162 683 c 1\n 166 681 l 1\n 166 261 l 1\n 303 383 l 2\n 317 395 326 409 326 417 c 0\n 326 431 315 435 276 436 c 1\n 276 450 l 1\n 480 450 l 1\n 480 435 l 1\n 472 435 l 2\n 455 435 441 433 426 429 c 0\n 397 421 335 375 264 309 c 2\n 235 282 l 1\n 388 88 l 1\n 430 37 461 18 505 15 c 1\n 505 0 l 1\n 287 0 l 1\n 287 15 l 1\n 306 15 l 2\n 318 15 327 21 327 30 c 0\n 327 35 324 41 316 51 c 0\n 313 54 311 57 309 60 c 2\n 306 64 l 1\n 166 251 l 1\n 166 67 l 2\n 166 32 181 18 221 16 c 2\n 241 15 l 1\n 241 0 l 1\n 7 0 l 1\n 7 15 l 1\n 79 27 82 30 82 82 c 2\n 82 564 l 2\n 82 612 72 625 39 625 c 0\n 29 625 20 624 7 623 c 1\n207 -281 m 1\n 198 -262 l 1\n 252 -225 280 -188 280 -156 c 0\n 280 -148 274 -142 266 -142 c 0\n 265 -142 265 -142 258 -144 c 0\n 252 -145 245 -146 239 -146 c 0\n 203 -146 180 -127 180 -95 c 0\n 180 -61 204 -38 239 -38 c 4\n 284 -38 319 -77 319 -127 c 0\n 319 -187 274 -248 207 -281 c 1\nEndSplineSet\nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 245\nWidth: 500\nFlags: W\nHStem: 0 21G<7 241 352 490> 224 28<166.016 194.408> 372.982 86.6637<404 423> 393.989 66.0109<354 404> 430 20G<7 241>\nVStem: 82 84<56 224 253 394>\nFore\n166 383 m 2\n 166 252 l 1\n 195 252 l 2\n 236 252 288 318 298 352 c 1\n 320 450 343 460 404 460 c 0\n 440 460 468 439 467 406 c 0\n 466 384 445 372 423 372 c 0\n 392 372 380 394 354 394 c 0\n 334 394 330 258 256 244 c 1\n 333 221 358 130 412 56 c 1\n 442 20 446 18 490 15 c 1\n 490 0 l 1\n 352 0 l 1\n 227 200 l 2\n 210 228 184 224 166 224 c 1\n 166 67 l 2\n 166 32 181 18 221 16 c 2\n 241 15 l 1\n 241 0 l 1\n 7 0 l 1\n 7 15 l 1\n 79 27 82 30 82 82 c 2\n 82 368 l 2\n 82 420 79 423 7 435 c 1\n 7 450 l 1\n 241 450 l 1\n 241 435 l 1\n 221 434 l 2\n 181 432 166 418 166 383 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Lacute\nEncoding: 313 313 246\nWidth: 611\nFlags: W\nHStem: 0 39<287 354 354 395.5> 0 19 0 39 643 19\nVStem: 99 102<109 553>\nFore\n573 174 m 1\n 598 174 l 1\n 550 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 294 662 l 1\n 294 643 l 1\n 215 638 201 624 201 553 c 2\n 201 80 l 2\n 201 45 214 39 287 39 c 2\n 354 39 l 2\n 437 39 492 57 527 96 c 0\n 542 113 556 136 573 174 c 1\n272 719 m 1\n 232 719 l 1\n 379 867 l 2\n 397 885 406 890 421 890 c 0\n 443 890 456 878 456 858 c 0\n 456 842 447 829 426 816 c 2\n 272 719 l 1\nEndSplineSet\nEndChar\nStartChar: lacute\nEncoding: 314 314 247\nWidth: 278\nFlags: W\nHStem: 0 15 658 20\nVStem: 98 84<87 564 564 587.5>\nFore\n19 623 m 1\n 19 639 l 1\n 88 656 126 666 178 683 c 1\n 182 681 l 1\n 182 84 l 2\n 182 29 194 19 257 15 c 1\n 257 0 l 1\n 21 0 l 1\n 21 15 l 1\n 84 20 98 33 98 87 c 2\n 98 564 l 2\n 98 611 88 625 56 625 c 0\n 48 625 36 624 25 623 c 2\n 19 623 l 1\n106 719 m 1\n 66 719 l 1\n 213 867 l 2\n 231 885 240 890 255 890 c 0\n 277 890 290 878 290 858 c 0\n 290 842 281 829 260 816 c 2\n 106 719 l 1\nEndSplineSet\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 248\nWidth: 611\nFlags: W\nHStem: -142 104 0 19 0 39<287 354 354 395.5> 643 19\nVStem: 99 102<109 553> 112 39\nFore\n573 174 m 1\n 598 174 l 1\n 550 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 294 662 l 1\n 294 643 l 1\n 215 638 201 624 201 553 c 2\n 201 80 l 2\n 201 45 214 39 287 39 c 2\n 354 39 l 2\n 437 39 492 57 527 96 c 0\n 542 113 556 136 573 174 c 1\n263 -281 m 1\n 254 -262 l 1\n 308 -225 336 -188 336 -156 c 0\n 336 -148 330 -142 322 -142 c 0\n 321 -142 321 -142 314 -144 c 0\n 308 -145 301 -146 295 -146 c 0\n 259 -146 236 -127 236 -95 c 0\n 236 -61 260 -38 295 -38 c 0\n 340 -38 375 -77 375 -127 c 0\n 375 -187 330 -248 263 -281 c 1\nEndSplineSet\nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 249\nWidth: 278\nFlags: W\nHStem: -142 104 0 15\nVStem: 98 84<87 564 564 587.5> 119 39\nFore\n19 623 m 1\n 19 639 l 1\n 88 656 126 666 178 683 c 1\n 182 681 l 1\n 182 84 l 2\n 182 29 194 19 257 15 c 1\n 257 0 l 1\n 21 0 l 1\n 21 15 l 1\n 84 20 98 33 98 87 c 2\n 98 564 l 2\n 98 611 88 625 56 625 c 0\n 48 625 36 624 25 623 c 2\n 19 623 l 1\n96 -281 m 1\n 87 -262 l 1\n 141 -225 169 -188 169 -156 c 0\n 169 -148 163 -142 155 -142 c 0\n 154 -142 154 -142 147 -144 c 0\n 141 -145 134 -146 128 -146 c 0\n 92 -146 69 -127 69 -95 c 0\n 69 -61 93 -38 128 -38 c 0\n 173 -38 208 -77 208 -127 c 0\n 208 -187 163 -248 96 -281 c 1\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 250\nWidth: 611\nFlags: W\nHStem: 0 39<287 354 354 395.5> 0 19 0 39 572 104 643 19\nVStem: 99 102<109 553> 112 39\nFore\n573 174 m 1\n 598 174 l 1\n 550 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 294 662 l 1\n 294 643 l 1\n 215 638 201 624 201 553 c 2\n 201 80 l 2\n 201 45 214 39 287 39 c 2\n 354 39 l 2\n 437 39 492 57 527 96 c 0\n 542 113 556 136 573 174 c 1\n403 433 m 1\n 394 452 l 1\n 448 489 476 525 476 558 c 0\n 476 566 470 572 462 572 c 0\n 461 572 461 572 454 570 c 0\n 448 569 441 568 435 568 c 0\n 399 568 376 587 376 619 c 0\n 376 653 400 676 435 676 c 0\n 480 676 515 637 515 587 c 0\n 515 527 470 466 403 433 c 1\nEndSplineSet\nEndChar\nStartChar: lcaron\nEncoding: 318 318 251\nWidth: 348\nFlags: W\nHStem: 0 15 572 104\nVStem: 98 84<87 564 564 587.5> 119 39\nFore\n19 623 m 1\n 19 639 l 1\n 88 656 126 666 178 683 c 1\n 182 681 l 1\n 182 84 l 2\n 182 29 194 19 257 15 c 1\n 257 0 l 1\n 21 0 l 1\n 21 15 l 1\n 84 20 98 33 98 87 c 2\n 98 564 l 2\n 98 611 88 625 56 625 c 0\n 48 625 36 624 25 623 c 2\n 19 623 l 1\n236 433 m 1\n 227 452 l 1\n 281 489 309 525 309 558 c 0\n 309 566 303 572 295 572 c 0\n 294 572 294 572 287 570 c 0\n 281 569 274 568 268 568 c 0\n 232 568 209 587 209 619 c 0\n 209 653 233 676 268 676 c 0\n 313 676 348 637 348 587 c 0\n 348 527 303 466 236 433 c 1\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 252\nWidth: 832\nFlags: W\nHStem: 0 39<252 380> 239 111<716 732>\nVStem: 12 282<643 661> 99 102<95 576> 670 111<288 295>\nFore\n725 350 m 0\n 755 350 781 324 781 293 c 0\n 781 264 755 239 724 239 c 0\n 695 239 670 264 670 293 c 0\n 670 324 695 350 725 350 c 0\n573 174 m 1\n 598 174 l 1\n 550 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 294 662 l 1\n 294 643 l 1\n 215 638 201 624 201 553 c 2\n 201 80 l 2\n 201 45 214 39 287 39 c 2\n 354 39 l 2\n 437 39 492 57 527 96 c 0\n 542 113 556 136 573 174 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: ldot\nEncoding: 320 320 253\nWidth: 444\nFlags: W\nHStem: 0 21G<21 257> 239 111<355 360>\nVStem: 98 84<80 576> 303 111<288 295>\nFore\n358 350 m 4\n 388 350 414 324 414 293 c 4\n 414 264 388 239 357 239 c 4\n 328 239 303 264 303 293 c 4\n 303 324 328 350 358 350 c 4\n19 623 m 1\n 19 639 l 1\n 88 656 126 666 178 683 c 1\n 182 681 l 1\n 182 84 l 2\n 182 29 194 19 257 15 c 1\n 257 0 l 1\n 21 0 l 1\n 21 15 l 1\n 84 20 98 33 98 87 c 2\n 98 564 l 2\n 98 611 88 625 56 625 c 0\n 48 625 36 624 25 623 c 2\n 19 623 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Lslash\nEncoding: 321 321 254\nWidth: 611\nFlags: W\nHStem: 0 19 0 39<287 354 354 395.5> 643 19\nVStem: 99 102<109 276 276 276 325 335 384 553>\nFore\n99 325 m 1\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 294 662 l 1\n 294 643 l 1\n 215 638 201 624 201 553 c 2\n 201 384 l 1\n 356 473 l 1\n 356 424 l 1\n 201 335 l 1\n 201 80 l 2\n 201 45 214 39 287 39 c 2\n 354 39 l 2\n 437 39 492 57 527 96 c 0\n 542 113 556 136 573 174 c 1\n 598 174 l 1\n 550 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 276 l 1\n 12 226 l 1\n 12 275 l 1\n 99 325 l 1\nEndSplineSet\nEndChar\nStartChar: lslash\nEncoding: 322 322 255\nWidth: 278\nFlags: MW\nHStem: 0 15\nVStem: 98 84<87 318 318 318 362 375 419 564 564 587.5>\nFore\n98 362 m 1\n 98 564 l 2\n 98 611 88 625 56 625 c 0\n 48 625 36 624 25 623 c 2\n 19 623 l 1\n 19 639 l 1\n 88 656 126 666 178 683 c 1\n 182 681 l 1\n 182 419 l 1\n 259 472 l 1\n 259 428 l 1\n 182 375 l 1\n 182 84 l 2\n 182 29 194 19 257 15 c 1\n 257 0 l 1\n 21 0 l 1\n 21 15 l 1\n 84 20 98 33 98 87 c 2\n 98 318 l 1\n 20 264 l 1\n 20 308 l 1\n 98 362 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 256\nWidth: 722\nFlags: W\nHStem: -11 20 0 19 643 19<12 33.5>\nVStem: 109 44<147 539> 568 44<178 515>\nFore\n612 -11 m 1\n 595 -11 l 1\n 153 539 l 1\n 153 147 l 2\n 153 46 170 23 247 19 c 1\n 247 0 l 1\n 12 0 l 1\n 12 19 l 1\n 95 25 109 44 109 147 c 2\n 109 588 l 1\n 69 635 55 643 12 643 c 1\n 12 662 l 1\n 183 662 l 1\n 568 178 l 1\n 568 515 l 2\n 568 577 559 613 539 627 c 0\n 524 636 510 640 472 643 c 1\n 472 662 l 1\n 707 662 l 1\n 707 643 l 1\n 669 639 655 635 641 625 c 0\n 622 612 612 575 612 515 c 2\n 612 -11 l 1\n328 719 m 1\n 288 719 l 1\n 435 867 l 2\n 453 885 462 890 477 890 c 0\n 499 890 512 878 512 858 c 0\n 512 842 503 829 482 816 c 2\n 328 719 l 1\nEndSplineSet\nEndChar\nStartChar: nacute\nEncoding: 324 324 257\nWidth: 500\nFlags: W\nHStem: 0 15 405 55<283 291.5> 658 20<358.5 377>\nVStem: 80 84<90 338 338 348> 340 84<99 308 308 310>\nFore\n16 398 m 1\n 16 415 l 1\n 71 431 105 442 154 460 c 1\n 161 458 l 1\n 161 379 l 1\n 229 443 260 460 306 460 c 0\n 380 460 424 404 424 310 c 2\n 424 81 l 2\n 424 32 436 20 485 15 c 1\n 485 0 l 1\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 308 l 2\n 340 374 316 405 267 405 c 0\n 234 405 212 393 164 348 c 1\n 164 67 l 2\n 164 31 179 19 230 15 c 1\n 230 0 l 1\n 18 0 l 1\n 18 15 l 1\n 69 19 80 33 80 90 c 2\n 80 338 l 2\n 80 387 71 402 43 402 c 0\n 32 402 22 401 16 398 c 1\n217 507 m 1\n 177 507 l 1\n 324 655 l 2\n 342 673 351 678 366 678 c 0\n 388 678 401 666 401 646 c 0\n 401 630 392 617 371 604 c 2\n 217 507 l 1\nEndSplineSet\nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 258\nWidth: 722\nFlags: W\nHStem: -142 104 -11 20 0 19 643 19<12 33.5>\nVStem: 109 44<147 539> 112 39 568 44<178 515>\nFore\n612 -11 m 1\n 595 -11 l 1\n 153 539 l 1\n 153 147 l 2\n 153 46 170 23 247 19 c 1\n 247 0 l 1\n 12 0 l 1\n 12 19 l 1\n 95 25 109 44 109 147 c 2\n 109 588 l 1\n 69 635 55 643 12 643 c 1\n 12 662 l 1\n 183 662 l 1\n 568 178 l 1\n 568 515 l 2\n 568 577 559 613 539 627 c 0\n 524 636 510 640 472 643 c 1\n 472 662 l 1\n 707 662 l 1\n 707 643 l 1\n 669 639 655 635 641 625 c 0\n 622 612 612 575 612 515 c 2\n 612 -11 l 1\n318 -281 m 1\n 309 -262 l 1\n 363 -225 391 -188 391 -156 c 0\n 391 -148 385 -142 377 -142 c 0\n 376 -142 376 -142 369 -144 c 0\n 363 -145 356 -146 350 -146 c 0\n 314 -146 291 -127 291 -95 c 0\n 291 -61 315 -38 350 -38 c 0\n 395 -38 430 -77 430 -127 c 0\n 430 -187 385 -248 318 -281 c 1\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 259\nWidth: 500\nFlags: W\nHStem: -142 104 0 15 405 55<283 291.5>\nVStem: 80 84<90 338 338 348> 116 39 340 84<99 308 308 310>\nFore\n16 398 m 1\n 16 415 l 1\n 71 431 105 442 154 460 c 1\n 161 458 l 1\n 161 379 l 1\n 229 443 260 460 306 460 c 0\n 380 460 424 404 424 310 c 2\n 424 81 l 2\n 424 32 436 20 485 15 c 1\n 485 0 l 1\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 308 l 2\n 340 374 316 405 267 405 c 0\n 234 405 212 393 164 348 c 1\n 164 67 l 2\n 164 31 179 19 230 15 c 1\n 230 0 l 1\n 18 0 l 1\n 18 15 l 1\n 69 19 80 33 80 90 c 2\n 80 338 l 2\n 80 387 71 402 43 402 c 0\n 32 402 22 401 16 398 c 1\n207 -281 m 1\n 198 -262 l 1\n 252 -225 280 -188 280 -156 c 0\n 280 -148 274 -142 266 -142 c 0\n 265 -142 265 -142 258 -144 c 0\n 252 -145 245 -146 239 -146 c 0\n 203 -146 180 -127 180 -95 c 0\n 180 -61 204 -38 239 -38 c 0\n 284 -38 319 -77 319 -127 c 0\n 319 -187 274 -248 207 -281 c 1\nEndSplineSet\nEndChar\nStartChar: Ncaron\nEncoding: 327 327 260\nWidth: 722\nFlags: W\nHStem: -11 20 0 19 643 19<12 33.5>\nVStem: 109 44<147 539> 568 44<178 515>\nFore\n612 -11 m 1\n 595 -11 l 1\n 153 539 l 1\n 153 147 l 2\n 153 46 170 23 247 19 c 1\n 247 0 l 1\n 12 0 l 1\n 12 19 l 1\n 95 25 109 44 109 147 c 2\n 109 588 l 1\n 69 635 55 643 12 643 c 1\n 12 662 l 1\n 183 662 l 1\n 568 178 l 1\n 568 515 l 2\n 568 577 559 613 539 627 c 0\n 524 636 510 640 472 643 c 1\n 472 662 l 1\n 707 662 l 1\n 707 643 l 1\n 669 639 655 635 641 625 c 0\n 622 612 612 575 612 515 c 2\n 612 -11 l 1\n517 886 m 1\n 392 719 l 1\n 330 719 l 1\n 206 886 l 1\n 240 886 l 1\n 361 783 l 1\n 483 886 l 1\n 517 886 l 1\nEndSplineSet\nEndChar\nStartChar: ncaron\nEncoding: 328 328 261\nWidth: 500\nFlags: W\nHStem: 0 15 405 55<283 291.5> 654 20<95 129 129 129 372 406 406 406>\nVStem: 80 84<90 338 338 348> 340 84<99 308 308 310>\nFore\n16 398 m 1\n 16 415 l 1\n 71 431 105 442 154 460 c 1\n 161 458 l 1\n 161 379 l 1\n 229 443 260 460 306 460 c 0\n 380 460 424 404 424 310 c 2\n 424 81 l 2\n 424 32 436 20 485 15 c 1\n 485 0 l 1\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 308 l 2\n 340 374 316 405 267 405 c 0\n 234 405 212 393 164 348 c 1\n 164 67 l 2\n 164 31 179 19 230 15 c 1\n 230 0 l 1\n 18 0 l 1\n 18 15 l 1\n 69 19 80 33 80 90 c 2\n 80 338 l 2\n 80 387 71 402 43 402 c 0\n 32 402 22 401 16 398 c 1\n406 674 m 1\n 281 507 l 1\n 219 507 l 1\n 95 674 l 1\n 129 674 l 1\n 250 571 l 1\n 372 674 l 1\n 406 674 l 1\nEndSplineSet\nEndChar\nStartChar: napostrophe\nEncoding: 329 329 262\nWidth: 556\nFlags: W\nHStem: 0 15<67 79.75 266.25 279 326 338.5 524.2 534> 405 55<316 355> 523 29<53 73> 653 85<51 65>\nVStem: 65 145<402 415> 129 43<613 626> 129 84<66 348> 389 84<80 320>\nFore\n3 536 m 1\n 12 560 l 1\n 27 554 44 552 67 552 c 0\n 97 552 129 577 129 613 c 0\n 129 642 117 658 90 658 c 0\n 75 658 71 653 54 653 c 0\n 24 653 7 666 7 695 c 0\n 7 725 35 738 60 738 c 0\n 129 738 172 697 172 627 c 0\n 172 572 127 523 71 523 c 0\n 48 523 24 527 3 536 c 1\n65 398 m 1\n 65 415 l 1\n 120 431 154 442 203 460 c 1\n 210 458 l 1\n 210 379 l 1\n 278 443 309 460 355 460 c 0\n 429 460 473 404 473 310 c 2\n 473 81 l 2\n 473 32 485 20 534 15 c 1\n 534 0 l 1\n 326 0 l 1\n 326 15 l 1\n 376 19 389 36 389 99 c 2\n 389 308 l 2\n 389 374 365 405 316 405 c 0\n 283 405 261 393 213 348 c 1\n 213 67 l 2\n 213 31 228 19 279 15 c 1\n 279 0 l 1\n 67 0 l 1\n 67 15 l 1\n 118 19 129 33 129 90 c 2\n 129 338 l 2\n 129 387 120 402 92 402 c 0\n 81 402 71 401 65 398 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: Eng\nEncoding: 330 330 263\nWidth: 722\nFlags: W\nHStem: 0 21G<12 247> 643 19<12.0628 33.0487>\nVStem: 109 44<118 538> 567 45<-46 22 179 541>\nDStem: 153 539 183 662 567 22 568 178\nFore\n567 22 m 1\n 567 -45 l 2\n 567 -121 564 -146 553 -166 c 0\n 547 -176 533 -184 519 -184 c 0\n 504 -184 494 -177 477 -156 c 0\n 459 -133 445 -124 429 -124 c 0\n 406 -124 388 -141 388 -163 c 0\n 388 -195 428 -218 482 -218 c 0\n 592 -218 612 -142 612 0 c 2\n 612 515 l 2\n 612 575 622 612 641 625 c 0\n 655 635 669 639 707 643 c 1\n 707 662 l 1\n 472 662 l 1\n 472 643 l 1\n 510 640 524 636 539 627 c 0\n 559 613 568 577 568 515 c 2\n 568 178 l 1\n 183 662 l 1\n 12 662 l 1\n 12 643 l 1\n 55 643 69 635 109 588 c 1\n 109 147 l 2\n 109 44 95 25 12 19 c 1\n 12 0 l 1\n 247 0 l 1\n 247 19 l 1\n 170 23 153 46 153 147 c 2\n 153 539 l 1\n 567 22 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: eng\nEncoding: 331 331 264\nWidth: 500\nFlags: W\nHStem: 0 21G<18 230> 404.996 55.0043<267 306>\nVStem: 16 145<402 415> 80 84<66 348> 340 84<-26 326>\nFore\n424 0 m 2\n 424 -142 365 -218 255 -218 c 0\n 201 -218 161 -195 161 -163 c 0\n 161 -141 179 -124 202 -124 c 0\n 218 -124 232 -133 250 -156 c 0\n 267 -177 277 -184 292 -184 c 0\n 306 -184 320 -176 326 -166 c 0\n 337 -146 340 -121 340 -45 c 2\n 340 308 l 2\n 340 374 316 405 267 405 c 0\n 234 405 212 393 164 348 c 1\n 164 67 l 2\n 164 31 179 19 230 15 c 1\n 230 0 l 1\n 18 0 l 1\n 18 15 l 1\n 69 19 80 33 80 90 c 2\n 80 338 l 2\n 80 387 71 402 43 402 c 0\n 32 402 22 401 16 398 c 1\n 16 415 l 1\n 71 431 105 442 154 460 c 1\n 161 458 l 1\n 161 379 l 1\n 229 443 260 460 306 460 c 0\n 380 460 424 404 424 310 c 2\n 424 0 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Omacron\nEncoding: 332 332 265\nWidth: 722\nFlags: W\nHStem: -14 36<336 385.5> 640 36<333.5 384> 759 54<206 517>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nFore\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n361 640 m 0\n 306 640 257 618 218 575 c 0\n 176 528 148 431 148 329 c 0\n 148 218 181 117 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 561 200 574 269 574 328 c 0\n 574 447 543 541 489 590 c 0\n 453 622 407 640 361 640 c 0\n206 813 m 5\n 517 813 l 5\n 517 759 l 5\n 206 759 l 5\n 206 813 l 5\nEndSplineSet\nEndChar\nStartChar: omacron\nEncoding: 333 333 266\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 547 54<95 406>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n237 432 m 0\n 166 432 119 370 119 275 c 0\n 119 204 135 134 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 18 380 86 380 199 c 0\n 380 336 321 432 237 432 c 0\n95 601 m 1\n 406 601 l 1\n 406 547 l 1\n 95 547 l 1\n 95 601 l 1\nEndSplineSet\nEndChar\nStartChar: Obreve\nEncoding: 334 334 267\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 640 36<354 370> 719 60<354 370>\nVStem: 34 114<306 354> 574 114<306 354>\nFore\n473 876 m 5\n 502 876 l 5\n 490 770 444 719 360 719 c 4\n 313 719 273 738 248 773 c 4\n 229 801 222 825 221 876 c 5\n 250 876 l 5\n 264 809 298 779 362 779 c 4\n 420 779 445 800 473 876 c 5\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n361 640 m 0\n 306 640 257 618 218 575 c 0\n 176 528 148 431 148 329 c 0\n 148 218 181 117 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 561 200 574 269 574 328 c 0\n 574 447 543 541 489 590 c 0\n 453 622 407 640 361 640 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: obreve\nEncoding: 335 335 268\nWidth: 500\nFlags: W\nHStem: -10 28<247 269> 432 28<236 251> 507 60<236 262>\nVStem: 29.6509 90.2348<226 275> 379.761 89.5589<199 234>\nFore\n362 664 m 5\n 391 664 l 5\n 379 558 333 507 249 507 c 4\n 202 507 162 526 137 561 c 4\n 118 589 111 613 110 664 c 5\n 139 664 l 5\n 153 597 187 567 251 567 c 4\n 309 567 334 588 362 664 c 5\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n237 432 m 0\n 166 432 119 370 119 275 c 0\n 119 204 135 134 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 18 380 86 380 199 c 0\n 380 336 321 432 237 432 c 0\nEndSplineSet\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 269\nWidth: 722\nFlags: MW\nHStem: -14 36<336 385.5> 640 36<333.5 384>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nFore\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n361 640 m 0\n 306 640 257 618 218 575 c 0\n 176 528 148 431 148 329 c 0\n 148 218 181 117 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 561 200 574 269 574 328 c 0\n 574 447 543 541 489 590 c 0\n 453 622 407 640 361 640 c 0\n428 719 m 1\n 388 719 l 1\n 535 867 l 2\n 553 885 562 890 577 890 c 0\n 599 890 612 878 612 858 c 0\n 612 842 603 829 582 816 c 2\n 428 719 l 1\n272 719 m 1\n 232 719 l 1\n 379 867 l 2\n 397 885 406 890 421 890 c 0\n 443 890 456 878 456 858 c 0\n 456 842 447 829 426 816 c 2\n 272 719 l 1\nEndSplineSet\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 270\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 658 20<262.5 281 418.5 437>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n237 432 m 0\n 166 432 119 370 119 275 c 0\n 119 204 135 134 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 18 380 86 380 199 c 0\n 380 336 321 432 237 432 c 0\n277 507 m 1\n 237 507 l 1\n 384 655 l 2\n 402 673 411 678 426 678 c 0\n 448 678 461 666 461 646 c 0\n 461 630 452 617 431 604 c 2\n 277 507 l 1\n121 507 m 1\n 81 507 l 1\n 228 655 l 2\n 246 673 255 678 270 678 c 0\n 292 678 305 666 305 646 c 0\n 305 630 296 617 275 604 c 2\n 121 507 l 1\nEndSplineSet\nEndChar\nStartChar: OE\nEncoding: 338 338 271\nWidth: 889\nFlags: W\nHStem: -6 37<275 319> 329 37<531 635 635 666> 626 36<568 596 596 647> 632 36<300.5 349>\nVStem: 30 112<268 379.5> 431 100<131 329 366 527 527 563.5>\nFore\n838 521 m 1\n 815 521 l 1\n 803 610 778 626 647 626 c 2\n 596 626 l 2\n 540 626 531 623 531 602 c 2\n 531 366 l 1\n 635 366 l 2\n 697 366 733 376 748 397 c 0\n 759 412 764 427 767 464 c 1\n 788 464 l 1\n 788 230 l 1\n 767 230 l 1\n 758 309 738 329 669 329 c 2\n 531 329 l 1\n 531 84 l 2\n 531 47 543 37 587 38 c 2\n 711 40 l 2\n 774 42 810 73 861 168 c 1\n 885 168 l 1\n 841 0 l 1\n 491 0 l 2\n 470 0 410 -2 370 -4 c 0\n 347 -5 326 -6 312 -6 c 0\n 238 -6 170 21 120 71 c 0\n 60 130 30 214 30 322 c 0\n 30 437 67 537 131 593 c 0\n 186 642 259 668 342 668 c 0\n 356 668 359 668 407 665 c 0\n 425 664 491 662 512 662 c 2\n 838 662 l 1\n 838 521 l 1\n431 131 m 2\n 431 527 l 2\n 431 600 401 632 332 632 c 0\n 211 632 142 521 142 325 c 0\n 142 135 209 31 331 31 c 0\n 402 31 431 60 431 131 c 2\nEndSplineSet\nEndChar\nStartChar: oe\nEncoding: 339 339 272\nWidth: 722\nFlags: W\nHStem: -10 67<530.5 550> -10 26<200.5 270> -10 67 -10 26 277 30<420 579 420 420> 431 29<214.5 263 487 523>\nVStem: 30 90<186.5 256>\nFore\n679 145 m 1\n 690 139 l 1\n 638 31 589 -10 511 -10 c 0\n 449 -10 413 17 383 85 c 1\n 345 17 304 -10 236 -10 c 0\n 115 -10 30 85 30 218 c 0\n 30 294 59 368 105 412 c 0\n 139 443 182 460 232 460 c 0\n 294 460 334 440 384 384 c 1\n 425 440 460 460 514 460 c 0\n 564 460 612 437 640 398 c 0\n 663 367 671 338 674 277 c 1\n 420 277 l 1\n 424 190 433 153 459 107 c 0\n 477 77 512 57 549 57 c 0\n 597 57 632 81 679 145 c 1\n229 431 m 0\n 200 431 176 420 154 398 c 0\n 134 377 120 323 120 271 c 0\n 120 102 161 16 240 16 c 0\n 308 16 343 79 343 199 c 0\n 343 348 302 431 229 431 c 0\n419 307 m 1\n 579 307 l 1\n 579 334 l 2\n 579 390 546 431 500 431 c 0\n 447 431 420 390 419 307 c 1\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 273\nWidth: 667\nFlags: W\nHStem: 0 19 625 37<235 293 293 317.5> 643 19\nVStem: 102 102<120 306 343 553 553 588.5> 438 109<463 507.5>\nFore\n659 19 m 1\n 659 0 l 1\n 498 0 l 1\n 260 308 l 1\n 204 306 l 1\n 204 109 l 2\n 204 37 217 24 294 19 c 1\n 294 0 l 1\n 17 0 l 1\n 17 19 l 1\n 92 25 102 37 102 120 c 2\n 102 553 l 2\n 102 624 92 635 17 643 c 1\n 17 662 l 1\n 293 662 l 2\n 387 662 470 636 508 595 c 0\n 534 566 547 529 547 486 c 0\n 547 439 528 397 496 371 c 0\n 463 344 433 332 366 319 c 1\n 572 66 l 1\n 601 32 621 22 659 19 c 1\n204 589 m 2\n 204 343 l 1\n 300 345 335 351 381 377 c 0\n 417 396 438 438 438 488 c 0\n 438 582 380 625 255 625 c 0\n 215 625 204 617 204 589 c 2\n300 719 m 1\n 260 719 l 1\n 407 867 l 2\n 425 885 434 890 449 890 c 0\n 471 890 484 878 484 858 c 0\n 484 842 475 829 454 816 c 2\n 300 719 l 1\nEndSplineSet\nEndChar\nStartChar: racute\nEncoding: 341 341 274\nWidth: 333\nFlags: W\nHStem: 0 15 440 20<155 155 259 297> 658 20<274.5 293>\nVStem: 76 84<84 90 90 315>\nFore\n7 390 m 1\n 7 406 l 1\n 66 425 102 438 155 460 c 1\n 160 458 l 1\n 160 366 l 1\n 209 437 238 460 280 460 c 0\n 314 460 335 440 335 407 c 0\n 335 379 320 362 296 362 c 0\n 283 362 272 368 256 382 c 0\n 245 392 236 397 230 397 c 0\n 203 397 160 347 160 315 c 2\n 160 90 l 2\n 160 33 177 18 245 15 c 1\n 245 0 l 1\n 5 0 l 1\n 5 15 l 1\n 69 27 76 34 76 84 c 2\n 76 334 l 2\n 76 378 67 394 42 394 c 0\n 30 394 21 393 7 390 c 1\n133 507 m 1\n 93 507 l 1\n 240 655 l 2\n 258 673 267 678 282 678 c 0\n 304 678 317 666 317 646 c 0\n 317 630 308 617 287 604 c 2\n 133 507 l 1\nEndSplineSet\nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 275\nWidth: 667\nFlags: W\nHStem: -142 104 0 19 625 37<235 293 293 317.5> 643 19\nVStem: 102 102<120 306 343 553 553 588.5> 117 39 438 109<463 507.5>\nFore\n659 19 m 1\n 659 0 l 1\n 498 0 l 1\n 260 308 l 1\n 204 306 l 1\n 204 109 l 2\n 204 37 217 24 294 19 c 1\n 294 0 l 1\n 17 0 l 1\n 17 19 l 1\n 92 25 102 37 102 120 c 2\n 102 553 l 2\n 102 624 92 635 17 643 c 1\n 17 662 l 1\n 293 662 l 2\n 387 662 470 636 508 595 c 0\n 534 566 547 529 547 486 c 0\n 547 439 528 397 496 371 c 0\n 463 344 433 332 366 319 c 1\n 572 66 l 1\n 601 32 621 22 659 19 c 1\n204 589 m 2\n 204 343 l 1\n 300 345 335 351 381 377 c 0\n 417 396 438 438 438 488 c 0\n 438 582 380 625 255 625 c 0\n 215 625 204 617 204 589 c 2\n291 -281 m 1\n 282 -262 l 1\n 336 -225 364 -188 364 -156 c 0\n 364 -148 358 -142 350 -142 c 0\n 349 -142 349 -142 342 -144 c 0\n 336 -145 329 -146 323 -146 c 0\n 287 -146 264 -127 264 -95 c 0\n 264 -61 288 -38 323 -38 c 0\n 368 -38 403 -77 403 -127 c 0\n 403 -187 358 -248 291 -281 c 1\nEndSplineSet\nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 276\nWidth: 333\nFlags: W\nHStem: -142 104 0 15 440 20<155 155 259 297>\nVStem: 76 84<84 90 90 315> 105 39\nFore\n7 390 m 1\n 7 406 l 1\n 66 425 102 438 155 460 c 1\n 160 458 l 1\n 160 366 l 1\n 209 437 238 460 280 460 c 0\n 314 460 335 440 335 407 c 0\n 335 379 320 362 296 362 c 0\n 283 362 272 368 256 382 c 0\n 245 392 236 397 230 397 c 0\n 203 397 160 347 160 315 c 2\n 160 90 l 2\n 160 33 177 18 245 15 c 1\n 245 0 l 1\n 5 0 l 1\n 5 15 l 1\n 69 27 76 34 76 84 c 2\n 76 334 l 2\n 76 378 67 394 42 394 c 0\n 30 394 21 393 7 390 c 1\n84 -281 m 1\n 75 -262 l 1\n 129 -225 157 -188 157 -156 c 0\n 157 -148 151 -142 143 -142 c 0\n 142 -142 142 -142 135 -144 c 0\n 129 -145 122 -146 116 -146 c 0\n 80 -146 57 -127 57 -95 c 0\n 57 -61 81 -38 116 -38 c 0\n 161 -38 196 -77 196 -127 c 0\n 196 -187 151 -248 84 -281 c 1\nEndSplineSet\nEndChar\nStartChar: Rcaron\nEncoding: 344 344 277\nWidth: 667\nFlags: W\nHStem: 0 19 625 37<235 293 293 317.5> 643 19\nVStem: 102 102<120 306 343 553 553 588.5> 438 109<463 507.5>\nFore\n659 19 m 1\n 659 0 l 1\n 498 0 l 1\n 260 308 l 1\n 204 306 l 1\n 204 109 l 2\n 204 37 217 24 294 19 c 1\n 294 0 l 1\n 17 0 l 1\n 17 19 l 1\n 92 25 102 37 102 120 c 2\n 102 553 l 2\n 102 624 92 635 17 643 c 1\n 17 662 l 1\n 293 662 l 2\n 387 662 470 636 508 595 c 0\n 534 566 547 529 547 486 c 0\n 547 439 528 397 496 371 c 0\n 463 344 433 332 366 319 c 1\n 572 66 l 1\n 601 32 621 22 659 19 c 1\n204 589 m 2\n 204 343 l 1\n 300 345 335 351 381 377 c 0\n 417 396 438 438 438 488 c 0\n 438 582 380 625 255 625 c 0\n 215 625 204 617 204 589 c 2\n489 886 m 1\n 364 719 l 1\n 302 719 l 1\n 178 886 l 1\n 212 886 l 1\n 333 783 l 5\n 455 886 l 1\n 489 886 l 1\nEndSplineSet\nEndChar\nStartChar: rcaron\nEncoding: 345 345 278\nWidth: 333\nFlags: W\nHStem: 0 15 440 20<155 155 259 297> 654 20<11 45 45 45 288 322 322 322>\nVStem: 76 84<84 90 90 315>\nFore\n7 390 m 1\n 7 406 l 1\n 66 425 102 438 155 460 c 1\n 160 458 l 1\n 160 366 l 1\n 209 437 238 460 280 460 c 0\n 314 460 335 440 335 407 c 0\n 335 379 320 362 296 362 c 0\n 283 362 272 368 256 382 c 0\n 245 392 236 397 230 397 c 0\n 203 397 160 347 160 315 c 2\n 160 90 l 2\n 160 33 177 18 245 15 c 1\n 245 0 l 1\n 5 0 l 1\n 5 15 l 1\n 69 27 76 34 76 84 c 2\n 76 334 l 2\n 76 378 67 394 42 394 c 0\n 30 394 21 393 7 390 c 1\n322 674 m 1\n 197 507 l 1\n 135 507 l 1\n 11 674 l 1\n 45 674 l 1\n 166 571 l 5\n 288 674 l 1\n 322 674 l 1\nEndSplineSet\nEndChar\nStartChar: Sacute\nEncoding: 346 346 279\nWidth: 556\nFlags: W\nHStem: -14 36<267 303.5> 0 20<114.5 127.5> 635 41<230 260> 642 20\nVStem: 71 86<515 531> 390 101<116.5 147>\nFore\n447 676 m 1\n 469 463 l 1\n 444 463 l 1\n 428 522 414 548 383 580 c 0\n 348 616 306 635 261 635 c 0\n 199 635 157 597 157 542 c 0\n 157 488 199 444 304 386 c 0\n 436 315 491 250 491 168 c 0\n 491 65 402 -14 287 -14 c 0\n 247 -14 207 -6 169 9 c 0\n 150 16 133 20 122 20 c 0\n 107 20 95 6 94 -13 c 1\n 72 -13 l 1\n 42 199 l 1\n 65 199 l 1\n 115 77 178 22 267 22 c 0\n 340 22 390 68 390 135 c 0\n 390 159 385 180 376 193 c 0\n 351 231 299 272 227 310 c 0\n 115 369 71 425 71 505 c 0\n 71 557 89 599 124 630 c 0\n 157 659 201 676 244 676 c 0\n 276 676 313 668 350 654 c 1\n 367 646 384 642 394 642 c 0\n 411 642 422 653 426 676 c 1\n 447 676 l 1\n245 719 m 1\n 205 719 l 1\n 352 867 l 2\n 370 885 379 890 394 890 c 0\n 416 890 429 878 429 858 c 0\n 429 842 420 829 399 816 c 2\n 245 719 l 1\nEndSplineSet\nEndChar\nStartChar: sacute\nEncoding: 347 347 280\nWidth: 389\nFlags: W\nHStem: -10 22<198 220.5> 0 20 430 20<300 311 311 311> 437 22<167 200> 658 20<322.5 341>\nVStem: 51 62<355.5 372> 278 70<83 99.5>\nFore\n315 314 m 1\n 300 314 l 1\n 277 403 247 437 190 437 c 0\n 144 437 113 409 113 369 c 0\n 113 342 128 317 156 301 c 2\n 264 237 l 2\n 324 201 348 168 348 118 c 0\n 348 48 284 -10 207 -10 c 0\n 189 -10 162 -6 134 0 c 0\n 111 6 97 8 88 8 c 0\n 76 8 72 6 65 -4 c 1\n 52 -4 l 1\n 52 152 l 1\n 68 152 l 1\n 81 95 90 72 111 47 c 0\n 130 25 161 12 195 12 c 0\n 246 12 278 40 278 84 c 0\n 278 115 261 139 226 159 c 2\n 168 192 l 2\n 83 240 51 280 51 336 c 0\n 51 408 108 459 187 459 c 0\n 213 459 235 455 257 447 c 0\n 268 442 278 440 284 440 c 0\n 288 440 289 441 298 448 c 2\n 300 450 l 1\n 311 450 l 1\n 315 314 l 1\n181 507 m 1\n 141 507 l 1\n 288 655 l 2\n 306 673 315 678 330 678 c 0\n 352 678 365 666 365 646 c 0\n 365 630 356 617 335 604 c 2\n 181 507 l 1\nEndSplineSet\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 281\nWidth: 556\nFlags: W\nHStem: -13.0467 35.0467<263 282> 635 41<244 263>\nVStem: 71.0022 85.9978<505 542> 389.997 101.003<135 168>\nFore\n434 719 m 5\n 400 719 l 5\n 278 822 l 5\n 157 719 l 5\n 123 719 l 5\n 247 886 l 5\n 309 886 l 5\n 434 719 l 5\n447 676 m 1\n 469 463 l 1\n 444 463 l 1\n 428 522 414 548 383 580 c 0\n 348 616 306 635 261 635 c 0\n 199 635 157 597 157 542 c 0\n 157 488 199 444 304 386 c 0\n 436 315 491 250 491 168 c 0\n 491 65 402 -14 287 -14 c 0\n 247 -14 207 -6 169 9 c 0\n 150 16 133 20 122 20 c 0\n 107 20 95 6 94 -13 c 1\n 72 -13 l 1\n 42 199 l 1\n 65 199 l 1\n 115 77 178 22 267 22 c 0\n 340 22 390 68 390 135 c 0\n 390 159 385 180 376 193 c 0\n 351 231 299 272 227 310 c 0\n 115 369 71 425 71 505 c 0\n 71 557 89 599 124 630 c 0\n 157 659 201 676 244 676 c 0\n 276 676 313 668 350 654 c 1\n 367 646 384 642 394 642 c 0\n 411 642 422 653 426 676 c 1\n 447 676 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: scircumflex\nEncoding: 349 349 282\nWidth: 389\nFlags: W\nHStem: -10 22<189 209> -4 156<53 65> 314 136<300 311> 437 22<183 206> 654 20G<163 225>\nVStem: 51.0037 61.9963<336 369> 277.994 70.0059<84 118>\nFore\n350 507 m 5\n 316 507 l 5\n 194 610 l 5\n 73 507 l 5\n 39 507 l 5\n 163 674 l 5\n 225 674 l 5\n 350 507 l 5\n315 314 m 1\n 300 314 l 1\n 277 403 247 437 190 437 c 0\n 144 437 113 409 113 369 c 0\n 113 342 128 317 156 301 c 2\n 264 237 l 2\n 324 201 348 168 348 118 c 0\n 348 48 284 -10 207 -10 c 0\n 189 -10 162 -6 134 0 c 0\n 111 6 97 8 88 8 c 0\n 76 8 72 6 65 -4 c 1\n 52 -4 l 1\n 52 152 l 1\n 68 152 l 1\n 81 95 90 72 111 47 c 0\n 130 25 161 12 195 12 c 0\n 246 12 278 40 278 84 c 0\n 278 115 261 139 226 159 c 2\n 168 192 l 2\n 83 240 51 280 51 336 c 0\n 51 408 108 459 187 459 c 0\n 213 459 235 455 257 447 c 0\n 268 442 278 440 284 440 c 0\n 288 440 289 441 298 448 c 2\n 300 450 l 1\n 311 450 l 1\n 315 314 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: Scedilla\nEncoding: 350 350 283\nWidth: 556\nFlags: W\nHStem: -215 35<232.5 260> -100 38 -14 36<280 280 280 289> 0 20<114.5 127.5> 635 41<230 260> 642 20\nVStem: 71 86<515 531> 298 75<-149.5 -123> 390 101<117 147>\nFore\n280 -14 m 1\n 261 -65 l 1\n 270 -63 277 -62 287 -62 c 0\n 341 -62 373 -88 373 -131 c 0\n 373 -183 325 -215 248 -215 c 0\n 216 -215 193 -211 164 -199 c 1\n 178 -168 l 1\n 205 -177 222 -180 243 -180 c 0\n 277 -180 298 -163 298 -136 c 0\n 298 -110 283 -100 245 -100 c 0\n 233 -100 225 -101 217 -104 c 1\n 210 -99 l 1\n 246 -11 l 1\n 218 -7 195 -2 169 9 c 0\n 150 16 133 20 122 20 c 0\n 107 20 95 6 94 -13 c 1\n 72 -13 l 1\n 42 199 l 1\n 65 199 l 1\n 115 77 178 22 267 22 c 0\n 340 22 390 68 390 135 c 0\n 390 159 385 180 376 193 c 0\n 351 231 299 272 227 310 c 0\n 115 369 71 425 71 505 c 0\n 71 557 89 599 124 630 c 0\n 157 659 201 676 244 676 c 0\n 276 676 313 668 350 654 c 1\n 367 646 384 642 394 642 c 0\n 411 642 422 653 426 676 c 1\n 447 676 l 1\n 469 463 l 1\n 444 463 l 1\n 428 522 414 548 383 580 c 0\n 348 616 306 635 261 635 c 0\n 199 635 157 597 157 542 c 0\n 157 488 199 444 304 386 c 0\n 436 315 491 250 491 168 c 0\n 491 66 403 -14 289 -14 c 2\n 280 -14 l 1\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 284\nWidth: 389\nFlags: W\nHStem: -215 35<148.5 176> -100 38 -10 22<198 198 198 209> 0 20 430 20<300 311 311 311> 437 22<167 200>\nVStem: 51 62<355.5 372> 214 75<-149.5 -123> 278 70<83.5 99.5>\nFore\n198 -10 m 1\n 177 -65 l 1\n 187 -63 193 -62 203 -62 c 0\n 257 -62 289 -88 289 -131 c 0\n 289 -183 241 -215 164 -215 c 0\n 132 -215 109 -211 80 -199 c 1\n 94 -168 l 1\n 122 -177 138 -180 159 -180 c 0\n 193 -180 214 -163 214 -136 c 0\n 214 -110 199 -100 161 -100 c 0\n 150 -100 141 -101 133 -104 c 1\n 126 -99 l 1\n 165 -6 l 1\n 153 -4 147 -3 134 0 c 0\n 110 6 97 8 88 8 c 0\n 76 8 72 6 65 -4 c 1\n 52 -4 l 1\n 52 152 l 1\n 68 152 l 1\n 81 95 90 72 111 47 c 0\n 130 25 161 12 195 12 c 0\n 246 12 278 40 278 84 c 0\n 278 115 261 139 226 159 c 2\n 168 192 l 2\n 83 240 51 280 51 336 c 0\n 51 408 108 459 187 459 c 0\n 213 459 235 455 257 447 c 0\n 268 442 278 440 284 440 c 0\n 288 440 289 441 298 448 c 2\n 300 450 l 1\n 311 450 l 1\n 315 314 l 1\n 300 314 l 1\n 277 403 247 437 190 437 c 0\n 144 437 113 409 113 369 c 0\n 113 342 128 317 156 301 c 2\n 264 237 l 2\n 324 201 348 168 348 118 c 0\n 348 49 284 -10 209 -10 c 2\n 198 -10 l 1\nEndSplineSet\nEndChar\nStartChar: Scaron\nEncoding: 352 352 285\nWidth: 556\nFlags: W\nHStem: -14 36<267 303.5> 0 20<114.5 127.5> 635 41<230 260> 642 20\nVStem: 71 86<515 531> 390 101<116.5 147>\nFore\n447 676 m 1\n 469 463 l 1\n 444 463 l 1\n 428 522 414 548 383 580 c 0\n 348 616 306 635 261 635 c 0\n 199 635 157 597 157 542 c 0\n 157 488 199 444 304 386 c 0\n 436 315 491 250 491 168 c 0\n 491 65 402 -14 287 -14 c 0\n 247 -14 207 -6 169 9 c 0\n 150 16 133 20 122 20 c 0\n 107 20 95 6 94 -13 c 1\n 72 -13 l 1\n 42 199 l 1\n 65 199 l 1\n 115 77 178 22 267 22 c 0\n 340 22 390 68 390 135 c 0\n 390 159 385 180 376 193 c 0\n 351 231 299 272 227 310 c 0\n 115 369 71 425 71 505 c 0\n 71 557 89 599 124 630 c 0\n 157 659 201 676 244 676 c 0\n 276 676 313 668 350 654 c 1\n 367 646 384 642 394 642 c 0\n 411 642 422 653 426 676 c 1\n 447 676 l 1\n434 886 m 1\n 309 719 l 1\n 247 719 l 1\n 123 886 l 1\n 157 886 l 1\n 278 783 l 5\n 400 886 l 1\n 434 886 l 1\nEndSplineSet\nKernsSLIF: 116 -20 0 0 86 -27 0 0 84 -19 0 0 65 -37 0 0\nEndChar\nStartChar: scaron\nEncoding: 353 353 286\nWidth: 389\nFlags: W\nHStem: -10 22<198 220.5> 0 20 430 20<300 311 311 311> 437 22<167 200> 654 20<39 73 73 73 316 350 350 350>\nVStem: 51 62<355.5 372> 278 70<83 99.5>\nFore\n315 314 m 1\n 300 314 l 1\n 277 403 247 437 190 437 c 0\n 144 437 113 409 113 369 c 0\n 113 342 128 317 156 301 c 2\n 264 237 l 2\n 324 201 348 168 348 118 c 0\n 348 48 284 -10 207 -10 c 0\n 189 -10 162 -6 134 0 c 0\n 111 6 97 8 88 8 c 0\n 76 8 72 6 65 -4 c 1\n 52 -4 l 1\n 52 152 l 1\n 68 152 l 1\n 81 95 90 72 111 47 c 0\n 130 25 161 12 195 12 c 0\n 246 12 278 40 278 84 c 0\n 278 115 261 139 226 159 c 2\n 168 192 l 2\n 83 240 51 280 51 336 c 0\n 51 408 108 459 187 459 c 0\n 213 459 235 455 257 447 c 0\n 268 442 278 440 284 440 c 0\n 288 440 289 441 298 448 c 2\n 300 450 l 1\n 311 450 l 1\n 315 314 l 1\n350 674 m 1\n 225 507 l 1\n 163 507 l 1\n 39 674 l 1\n 73 674 l 1\n 194 571 l 5\n 316 674 l 1\n 350 674 l 1\nEndSplineSet\nKernsSLIF: 116 -15 0 0\nEndChar\nStartChar: uni0162\nEncoding: 354 354 287\nWidth: 611\nFlags: W\nHStem: -215 35<273 289> 620 42<177 253 357 433>\nVStem: 254 102<89 619> 334 75<-137 -129>\nFore\n322 0 m 5\n 297 -65 l 5\n 307 -63 313 -62 323 -62 c 4\n 377 -62 409 -88 409 -131 c 4\n 409 -183 361 -215 284 -215 c 4\n 252 -215 229 -211 200 -199 c 5\n 214 -168 l 5\n 242 -177 258 -180 279 -180 c 4\n 313 -180 334 -163 334 -136 c 4\n 334 -110 319 -100 281 -100 c 4\n 270 -100 261 -101 253 -104 c 5\n 246 -99 l 5\n 287 0 l 1\n 160 0 l 1\n 160 19 l 1\n 243 24 254 35 254 120 c 2\n 254 620 l 1\n 200 620 l 2\n 88 620 65 601 41 492 c 1\n 17 492 l 1\n 23 662 l 1\n 587 662 l 1\n 593 492 l 1\n 569 492 l 1\n 546 602 524 620 410 620 c 2\n 356 620 l 1\n 356 109 l 2\n 356 36 370 23 452 19 c 1\n 452 0 l 1\n 322 0 l 5\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0163\nEncoding: 355 355 288\nWidth: 278\nFlags: W\nHStem: -215 35<125 141> 418 32<155 254>\nVStem: 13 242<424 427> 70 84<116 418> 186 75<-137 -129>\nFore\n170.325 -9.55552 m 1\n 149 -65 l 5\n 159 -63 165 -62 175 -62 c 4\n 229 -62 261 -88 261 -131 c 4\n 261 -183 213 -215 136 -215 c 4\n 104 -215 81 -211 52 -199 c 5\n 66 -168 l 5\n 94 -177 110 -180 131 -180 c 4\n 165 -180 186 -163 186 -136 c 4\n 186 -110 171 -100 133 -100 c 4\n 122 -100 113 -101 105 -104 c 5\n 98 -99 l 5\n 135.906 -7.47182 l 1\n 92.1805 2.85786 70 44.7723 70 117 c 2\n 70 418 l 1\n 17 418 l 1\n 14 420 13 422 13 425 c 0\n 13 430 19 437 30 444 c 1\n 46 448 89 496 127 551 c 0\n 134 561 140 570 147 579 c 1\n 153 579 154 576 154 566 c 2\n 154 450 l 1\n 255 450 l 1\n 255 418 l 1\n 154 418 l 1\n 154 132 l 2\n 154 69 169 42 206 42 c 0\n 228 42 245 52 266 77 c 1\n 279 66 l 1\n 248.587 18.0768 213.928 -6.06472 170.325 -9.55552 c 1\nEndSplineSet\nMinimumDistance: x3,-1 x21,23 x21,22 \nEndChar\nStartChar: Tcaron\nEncoding: 356 356 289\nWidth: 611\nFlags: MW\nHStem: 0 19 620 42<144 200 200 254 356 356 356 410>\nVStem: 254 102<120 620>\nFore\n254 620 m 1\n 200 620 l 2\n 88 620 65 601 41 492 c 1\n 17 492 l 1\n 23 662 l 1\n 587 662 l 1\n 593 492 l 1\n 569 492 l 1\n 546 602 524 620 410 620 c 2\n 356 620 l 1\n 356 109 l 2\n 356 36 370 23 452 19 c 1\n 452 0 l 1\n 160 0 l 1\n 160 19 l 1\n 243 24 254 35 254 120 c 2\n 254 620 l 1\n461 886 m 1\n 336 719 l 1\n 274 719 l 1\n 150 886 l 1\n 184 886 l 1\n 305 783 l 5\n 427 886 l 1\n 461 886 l 1\nEndSplineSet\nEndChar\nStartChar: tcaron\nEncoding: 357 357 290\nWidth: 278\nFlags: W\nHStem: -10 52 418 32<154 180 218 255> 572 104\nVStem: 13 242<423.5 427.5> 70 84<117 132 132 418> 261 39\nFore\n180 450 m 1\n 179 452 l 1\n 233 489 261 525 261 558 c 0\n 261 566 255 572 247 572 c 0\n 246 572 246 572 239 570 c 0\n 233 569 226 568 220 568 c 0\n 184 568 161 587 161 619 c 0\n 161 653 185 676 220 676 c 0\n 265 676 300 637 300 587 c 0\n 300 539 270 488 218 450 c 1\n 255 450 l 1\n 255 418 l 1\n 154 418 l 1\n 154 132 l 2\n 154 69 169 42 206 42 c 0\n 228 42 245 52 266 77 c 1\n 279 66 l 1\n 246 14 208 -10 159 -10 c 0\n 100 -10 70 33 70 117 c 2\n 70 418 l 1\n 17 418 l 1\n 14 420 13 422 13 425 c 0\n 13 430 19 437 30 444 c 1\n 46 448 89 496 127 551 c 0\n 134 561 140 570 147 579 c 1\n 153 579 154 576 154 566 c 2\n 154 450 l 1\n 180 450 l 1\nEndSplineSet\nEndChar\nStartChar: Tbar\nEncoding: 358 358 291\nWidth: 611\nFlags: W\nHStem: 0 21G<160 452> 314 45<141 253 357 469> 620 42<177 253 357 433>\nVStem: 140 330<314 359> 254 102<96 314 359 619>\nFore\n254 314 m 1\n 140 314 l 13\n 140 359 l 17\n 254 359 l 1\n 254 620 l 1\n 200 620 l 2\n 88 620 65 601 41 492 c 1\n 17 492 l 1\n 23 662 l 1\n 587 662 l 1\n 593 492 l 1\n 569 492 l 1\n 546 602 524 620 410 620 c 2\n 356 620 l 1\n 356 359 l 1\n 470 359 l 9\n 470 314 l 17\n 356 314 l 1\n 356 109 l 2\n 356 36 370 23 452 19 c 1\n 452 0 l 1\n 160 0 l 1\n 160 19 l 1\n 243 24 254 35 254 120 c 2\n 254 314 l 1\nEndSplineSet\nMinimumDistance: x15,-1 x14,16 x14,15 x3,1 x3,2 \nEndChar\nStartChar: tbar\nEncoding: 359 359 292\nWidth: 278\nFlags: W\nHStem: -9.99666 51.9967<159 206> 275 45<14 69 155 254> 418 32<155 254>\nVStem: 13 242<275 320 422 427> 70 84<116 275 320 418>\nFore\n70 275 m 1\n 13 275 l 9\n 13 320 l 21\n 70 320 l 1\n 70 418 l 1\n 17 418 l 1\n 14 420 13 422 13 425 c 0\n 13 430 19 437 30 444 c 1\n 46 448 89 496 127 551 c 0\n 134 561 140 570 147 579 c 1\n 153 579 154 576 154 566 c 2\n 154 450 l 1\n 255 450 l 1\n 255 418 l 1\n 154 418 l 1\n 154 320 l 1\n 255 320 l 9\n 255 275 l 17\n 154 275 l 1\n 154 132 l 2\n 154 69 169 42 206 42 c 0\n 228 42 245 52 266 77 c 1\n 279 66 l 1\n 246 14 208 -10 159 -10 c 0\n 100 -10 70 33 70 117 c 2\n 70 275 l 1\nEndSplineSet\nMinimumDistance: x12,-1 x15,17 x15,16 x11,13 x11,12 x3,1 x3,2 \nEndChar\nStartChar: Utilde\nEncoding: 360 360 293\nWidth: 722\nFlags: W\nHStem: -14 44<354 382> 744.003 55.9967<421 444> 789.167 55.2299<276 297>\nVStem: 104 102<210 578> 567 44<226 546>\nFore\n497 850 m 5\n 526 850 l 5\n 505 774 476 744 421 744 c 4\n 396 744 381 748 340 768 c 6\n 317 779 l 6\n 302 786 288 790 276 790 c 4\n 253 790 236 775 225 744 c 5\n 196 744 l 5\n 211 809 247 845 297 845 c 4\n 319 845 344 839 367 827 c 6\n 391 815 l 6\n 410 806 429 800 444 800 c 4\n 467 800 480 812 497 850 c 5\n611 515 m 2\n 611 254 l 2\n 611 177 602 131 578 89 c 0\n 539 21 464 -14 355 -14 c 0\n 185 -14 104 68 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: utilde\nEncoding: 361 361 294\nWidth: 500\nFlags: W\nHStem: -9.99611 57.9961<192 226> 430 20G<9 155 259 417> 532.003 55.9967<310 333> 577.991 55.0092<165 186>\nVStem: 71 84<118 390> 333 84<118 390> 338 141<36 50>\nFore\n386 638 m 5\n 415 638 l 5\n 394 562 365 532 310 532 c 4\n 285 532 270 536 229 556 c 6\n 206 567 l 6\n 191 574 177 578 165 578 c 4\n 142 578 125 563 114 532 c 5\n 85 532 l 5\n 100 597 136 633 186 633 c 4\n 208 633 233 627 256 615 c 6\n 280 603 l 6\n 299 594 318 588 333 588 c 4\n 356 588 369 600 386 638 c 5\n479 50 m 1\n 479 36 l 1\n 428 22 392 11 342 -9 c 1\n 338 -7 l 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\nEndSplineSet\nMinimumDistance: x12,-1 y13,33 x32,13 x32,12 \nEndChar\nStartChar: Umacron\nEncoding: 362 362 295\nWidth: 722\nFlags: W\nHStem: -14 44<342.5 409.5> 643 19 759 54<226 537>\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nFore\n611 515 m 2\n 611 254 l 2\n 611 177 602 131 578 89 c 0\n 539 21 464 -14 355 -14 c 0\n 185 -14 104 68 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\n226 813 m 1\n 537 813 l 1\n 537 759 l 1\n 226 759 l 1\n 226 813 l 1\nEndSplineSet\nEndChar\nStartChar: umacron\nEncoding: 363 363 296\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 547 54<95 406>\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nFore\n479 50 m 1\n 479 36 l 1\n 428 22 392 11 342 -9 c 1\n 338 -7 l 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\n95 601 m 1\n 406 601 l 1\n 406 547 l 1\n 95 547 l 1\n 95 601 l 1\nEndSplineSet\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 297\nWidth: 722\nFlags: W\nHStem: -14 44<354 382> 719 60<350 379>\nVStem: 104 102<210 578> 567 44<226 546>\nFore\n473 876 m 5\n 502 876 l 5\n 490 770 444 719 360 719 c 4\n 313 719 273 738 248 773 c 4\n 229 801 222 825 221 876 c 5\n 250 876 l 5\n 264 809 298 779 362 779 c 4\n 420 779 445 800 473 876 c 5\n611 515 m 2\n 611 254 l 2\n 611 177 602 131 578 89 c 0\n 539 21 464 -14 355 -14 c 0\n 185 -14 104 68 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: ubreve\nEncoding: 365 365 298\nWidth: 500\nFlags: W\nHStem: -9.99611 57.9961<192 226> 430 20G<9 155 259 417> 507 60<217 233>\nVStem: 71 84<118 390> 333 84<118 390> 338 141<36 50>\nFore\n334 664 m 5\n 363 664 l 5\n 351 558 305 507 221 507 c 4\n 174 507 134 526 109 561 c 4\n 90 589 83 613 82 664 c 5\n 111 664 l 5\n 125 597 159 567 223 567 c 4\n 281 567 306 588 334 664 c 5\n479 50 m 1\n 479 36 l 1\n 428 22 392 11 342 -9 c 1\n 338 -7 l 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\nEndSplineSet\nMinimumDistance: x7,-1 y8,28 x27,8 x27,7 \nEndChar\nStartChar: Uring\nEncoding: 366 366 299\nWidth: 722\nFlags: W\nHStem: -14 44<342.5 409.5> 643 19 724 34<361.5 397.5> 889 34<363 398.5>\nVStem: 14 34 104 102<241 553> 179 34 567 44<245 254 254 515>\nFore\n611 515 m 2\n 611 254 l 2\n 611 177 602 131 578 89 c 0\n 539 21 464 -14 355 -14 c 0\n 185 -14 104 68 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\n380 923 m 0\n 435 923 480 878 480 823 c 128\n 480 768 435 724 380 724 c 0\n 324 724 281 768 281 824 c 0\n 281 878 326 923 380 923 c 0\n381 889 m 0\n 345 889 315 860 315 824 c 128\n 315 788 344 758 379 758 c 0\n 416 758 446 787 446 823 c 128\n 446 859 416 889 381 889 c 0\nEndSplineSet\nEndChar\nStartChar: uring\nEncoding: 367 367 300\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 512 34<230.5 266.5> 677 34<232 267.5>\nVStem: 9 34 71 84<120 124 124 372 372 395> 174 34 333 84<135 370 370 395>\nFore\n479 50 m 1\n 479 36 l 1\n 428 22 392 11 342 -9 c 1\n 338 -7 l 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\n249 711 m 0\n 304 711 349 666 349 611 c 128\n 349 556 304 512 249 512 c 4\n 193 512 150 556 150 612 c 0\n 150 666 195 711 249 711 c 0\n250 677 m 0\n 214 677 184 648 184 612 c 128\n 184 576 213 546 248 546 c 0\n 285 546 315 575 315 611 c 128\n 315 647 285 677 250 677 c 0\nEndSplineSet\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 301\nWidth: 722\nFlags: MW\nHStem: -14 44<342.5 409.5> 643 19\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nFore\n611 515 m 2\n 611 254 l 2\n 611 177 602 131 578 89 c 0\n 539 21 464 -14 355 -14 c 0\n 185 -14 104 68 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\n428 719 m 1\n 388 719 l 1\n 535 867 l 2\n 553 885 562 890 577 890 c 0\n 599 890 612 878 612 858 c 0\n 612 842 603 829 582 816 c 2\n 428 719 l 1\n272 719 m 1\n 232 719 l 1\n 379 867 l 2\n 397 885 406 890 421 890 c 0\n 443 890 456 878 456 858 c 0\n 456 842 447 829 426 816 c 2\n 272 719 l 1\nEndSplineSet\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 302\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 658 20<262.5 281 418.5 437>\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nFore\n479 50 m 1\n 479 36 l 1\n 428 22 392 11 342 -9 c 1\n 338 -7 l 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\n277 507 m 1\n 237 507 l 1\n 384 655 l 2\n 402 673 411 678 426 678 c 0\n 448 678 461 666 461 646 c 0\n 461 630 452 617 431 604 c 2\n 277 507 l 1\n121 507 m 1\n 81 507 l 1\n 228 655 l 2\n 246 673 255 678 270 678 c 0\n 292 678 305 666 305 646 c 0\n 305 630 296 617 275 604 c 2\n 121 507 l 1\nEndSplineSet\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 303\nWidth: 722\nFlags: MW\nHStem: -165 56<481.5 492> -14 44<342.5 370> 643 19\nVStem: 104 102<241 553> 398 56<-82 -73.5> 567 44<245 254 254 515>\nFore\n564 -73 m 1\n 584 -89 l 1\n 546 -142 513 -165 471 -165 c 0\n 430 -165 398 -132 398 -89 c 0\n 398 -58 414 -31 449 -3 c 1\n 416 -10 387 -14 353 -14 c 0\n 185 -14 104 69 104 241 c 2\n 104 553 l 2\n 104 626 93 637 14 643 c 1\n 14 662 l 1\n 297 662 l 1\n 297 643 l 1\n 217 636 206 625 206 553 c 2\n 206 233 l 2\n 206 170 213 133 231 101 c 0\n 258 54 307 30 378 30 c 0\n 453 30 517 61 544 109 c 0\n 560 139 567 177 567 245 c 2\n 567 515 l 2\n 567 615 551 637 473 643 c 1\n 473 662 l 1\n 705 662 l 1\n 705 643 l 1\n 623 633 611 617 611 515 c 2\n 611 254 l 2\n 611 132 592 88 514 23 c 0\n 472 -12 454 -40 454 -71 c 0\n 454 -93 471 -109 492 -109 c 0\n 514 -109 533 -99 564 -73 c 1\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 304\nWidth: 500\nFlags: W\nHStem: -165 56<398 408.5> -10 58<206.5 210.5> 433 17 436 14\nVStem: 71 84<120 124 124 372 372 395> 315 56<-81.5 -78.5> 333 84<135 370 370 395>\nFore\n479 50 m 1\n 479 36 l 1\n 449 29 435 23 415 6 c 0\n 389 -16 371 -46 371 -70 c 0\n 371 -93 387 -109 409 -109 c 0\n 430 -109 449 -99 480 -73 c 1\n 500 -89 l 1\n 463 -142 429 -165 388 -165 c 128\n 347 -165 315 -132 315 -89 c 0\n 315 -68 321 -52 338 -29 c 1\n 338 76 l 1\n 295 33 l 2\n 268 6 229 -10 192 -10 c 0\n 119 -10 71 41 71 120 c 2\n 71 372 l 2\n 71 418 57 433 9 436 c 1\n 9 450 l 1\n 155 450 l 1\n 155 124 l 2\n 155 82 187 48 226 48 c 0\n 256 48 287 60 314 82 c 0\n 328 93 333 107 333 135 c 2\n 333 370 l 2\n 333 420 321 430 259 433 c 1\n 259 450 l 1\n 417 450 l 1\n 417 107 l 2\n 417 61 428 50 474 50 c 2\n 479 50 l 1\nEndSplineSet\nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 305\nWidth: 944\nFlags: W\nHStem: 643 19<313.063 333.888 565 579>\nVStem: 5 245<643 661> 313 267<643 661> 734 198<643 661>\nDStem: 447 471 470 412 340 189 316 -11 470 412 530 527 630 -11 662 186\nFore\n625 719 m 5\n 591 719 l 5\n 469 822 l 5\n 348 719 l 5\n 314 719 l 5\n 438 886 l 5\n 500 886 l 5\n 625 719 l 5\n932 662 m 1\n 932 643 l 1\n 879 633 868 624 849 572 c 0\n 740 278 730 250 645 -11 c 1\n 630 -11 l 1\n 470 412 l 1\n 316 -11 l 1\n 301 -11 l 1\n 108 526 l 1\n 71 620 56 638 5 643 c 1\n 5 662 l 1\n 250 662 l 1\n 250 643 l 1\n 199 640 185 633 185 611 c 0\n 185 600 189 583 196 565 c 2\n 340 189 l 1\n 447 471 l 1\n 414 553 l 1\n 380 633 370 642 313 643 c 1\n 313 662 l 1\n 580 662 l 1\n 580 643 l 1\n 526 642 503 632 503 608 c 0\n 503 597 509 578 518 557 c 0\n 519 554 528 532 530 527 c 2\n 662 186 l 1\n 787 525 l 2\n 797 553 803 579 803 600 c 0\n 803 627 785 638 734 643 c 1\n 734 662 l 1\n 932 662 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 306\nWidth: 722\nFlags: W\nHStem: 430 20G<21 201 262 465 571 694> 654 20G<344 406>\nVStem: 21 180<435 449> 262 203<435 449> 571 123<435 449>\nDStem: 74 372 161 372 209 30 260 111 351 310 372 265 260 111 260 25 372 265 424 340 463 29 508 116 598 338 653 381 508 116 515 35\nFore\n531 507 m 5\n 497 507 l 5\n 375 610 l 5\n 254 507 l 5\n 220 507 l 5\n 344 674 l 5\n 406 674 l 5\n 531 507 l 5\n571 450 m 1\n 694 450 l 1\n 694 435 l 1\n 674 428 671 423 653 381 c 1\n 515 35 l 2\n 499 -5 494 -14 487 -14 c 0\n 481 -14 477 -8 463 29 c 2\n 372 265 l 1\n 260 25 l 2\n 248 -1 240 -14 235 -14 c 0\n 229 -14 221 0 209 30 c 2\n 74 372 l 1\n 52 423 44 433 21 435 c 1\n 21 450 l 1\n 201 450 l 1\n 201 435 l 1\n 167 431 155 423 155 402 c 0\n 155 392 157 382 161 372 c 2\n 260 111 l 1\n 351 310 l 1\n 345 328 338 347 331 366 c 0\n 311 420 299 431 262 435 c 1\n 262 450 l 1\n 465 450 l 1\n 465 435 l 1\n 418 428 407 421 407 399 c 0\n 407 386 407 386 424 340 c 2\n 508 116 l 1\n 598 338 l 2\n 609 365 615 389 615 404 c 0\n 615 421 605 428 571 435 c 1\n 571 450 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 307\nWidth: 722\nFlags: W\nHStem: 0 19<501 519> 642 20<277.004 301.985 484.063 505.892>\nVStem: 22 280<643 661> 315 102<96 294> 484 219<643 661>\nDStem: 184 486 248 569 315 294 396 347 539 573 565 529 396 347 417 303\nFore\n536 719 m 5\n 502 719 l 5\n 380 822 l 5\n 259 719 l 5\n 225 719 l 5\n 349 886 l 5\n 411 886 l 5\n 536 719 l 5\n703 662 m 1\n 703 643 l 1\n 652 639 626 617 565 529 c 1\n 417 303 l 1\n 417 109 l 2\n 417 33 431 21 520 19 c 1\n 520 0 l 1\n 214 0 l 1\n 214 19 l 1\n 305 23 315 33 315 120 c 2\n 315 294 l 1\n 184 486 l 1\n 84 627 70 641 22 643 c 1\n 22 662 l 1\n 302 662 l 1\n 302 643 l 1\n 291 642 281 642 277 642 c 0\n 245 640 231 631 231 613 c 0\n 231 602 237 585 248 569 c 2\n 396 347 l 1\n 539 573 l 2\n 548 588 553 600 553 610 c 0\n 553 634 536 642 484 643 c 1\n 484 662 l 1\n 703 662 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 308\nWidth: 500\nFlags: W\nHStem: -218 101.995<73 104> 435 15<340.031 356.823> 653 20G<222 284>\nVStem: 14 206<436 449> 340 135<435 449>\nDStem: 65 404 172 370 179 158 287 117\nFore\n409 506 m 5\n 375 506 l 5\n 253 609 l 5\n 132 506 l 5\n 98 506 l 5\n 222 673 l 5\n 284 673 l 5\n 409 506 l 5\n475 450 m 1\n 475 435 l 1\n 451 432 440 422 427 390 c 1\n 273 -18 l 2\n 219 -162 171 -218 104 -218 c 0\n 62 -218 30 -193 30 -160 c 0\n 30 -136 50 -116 73 -116 c 0\n 90 -116 107 -120 126 -127 c 0\n 136 -132 145 -134 151 -134 c 0\n 165 -134 187 -115 201 -89 c 0\n 218 -59 241 4 241 19 c 128\n 241 34 225 70 197 120 c 1\n 182 150 l 1\n 179 158 l 1\n 65 404 l 2\n 57 421 40 432 14 436 c 1\n 14 450 l 1\n 220 450 l 1\n 220 435 l 1\n 177 433 162 426 162 408 c 0\n 162 397 166 384 172 370 c 2\n 287 117 l 1\n 384 393 l 1\n 387 400 388 406 388 410 c 0\n 388 426 372 435 340 435 c 1\n 340 450 l 1\n 475 450 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 309\nWidth: 722\nFlags: W\nHStem: 0 19 642 20<277 279>\nVStem: 22 99 221 99 315 102<120 294 294 294>\nFore\n703 662 m 1\n 703 643 l 1\n 652 639 626 617 565 529 c 1\n 417 303 l 1\n 417 109 l 2\n 417 33 431 21 520 19 c 1\n 520 0 l 1\n 214 0 l 1\n 214 19 l 1\n 305 23 315 33 315 120 c 2\n 315 294 l 1\n 184 486 l 1\n 84 627 70 641 22 643 c 1\n 22 662 l 1\n 302 662 l 1\n 302 643 l 1\n 291 642 281 642 277 642 c 0\n 245 640 231 631 231 613 c 0\n 231 602 237 585 248 569 c 2\n 396 347 l 1\n 539 573 l 2\n 548 588 553 600 553 610 c 0\n 553 634 536 642 484 643 c 1\n 484 662 l 1\n 703 662 l 1\n277 834 m 0\n 305 834 328 811 328 784 c 128\n 328 757 305 735 277 735 c 0\n 250 735 229 757 229 785 c 4\n 229 811 252 834 277 834 c 0\n476 834 m 0\n 504 834 527 811 527 784 c 128\n 527 757 504 735 476 735 c 0\n 449 735 428 757 428 785 c 0\n 428 811 451 834 476 834 c 0\nEndSplineSet\nEndChar\nStartChar: Zacute\nEncoding: 377 377 310\nWidth: 611\nFlags: MW\nHStem: 0 38<145 402 402 430.5> 624 38<192 225 225 446>\nFore\n574 176 m 1\n 597 176 l 1\n 573 0 l 1\n 9 0 l 1\n 9 15 l 1\n 446 624 l 1\n 225 624 l 2\n 159 624 114 610 91 581 c 0\n 74 560 66 540 57 491 c 1\n 31 491 l 1\n 51 662 l 1\n 577 662 l 1\n 577 647 l 1\n 145 38 l 1\n 402 38 l 2\n 459 38 503 52 527 77 c 0\n 547 99 557 120 574 176 c 1\n272 719 m 1\n 232 719 l 1\n 379 867 l 2\n 397 885 406 890 421 890 c 0\n 443 890 456 878 456 858 c 0\n 456 842 447 829 426 816 c 2\n 272 719 l 1\nEndSplineSet\nEndChar\nStartChar: zacute\nEncoding: 378 378 311\nWidth: 444\nFlags: W\nHStem: 0 30<134 272 272 297.5> 420 30<125 155 155 293> 658 20<330.5 349>\nFore\n418 135 m 1\n 404 0 l 1\n 27 0 l 1\n 27 15 l 1\n 293 420 l 1\n 155 420 l 2\n 95 420 80 405 71 332 c 1\n 53 332 l 1\n 56 450 l 1\n 403 450 l 1\n 403 435 l 1\n 134 30 l 1\n 272 30 l 2\n 323 30 357 39 371 56 c 0\n 384 73 390 89 400 139 c 1\n 418 135 l 1\n189 507 m 1\n 149 507 l 1\n 296 655 l 2\n 314 673 323 678 338 678 c 0\n 360 678 373 666 373 646 c 0\n 373 630 364 617 343 604 c 2\n 189 507 l 1\nEndSplineSet\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 312\nWidth: 611\nFlags: MW\nHStem: 0 38<145 402 402 430.5> 624 38<192 225 225 446>\nFore\n574 176 m 1\n 597 176 l 1\n 573 0 l 1\n 9 0 l 1\n 9 15 l 1\n 446 624 l 1\n 225 624 l 2\n 159 624 114 610 91 581 c 0\n 74 560 66 540 57 491 c 1\n 31 491 l 1\n 51 662 l 1\n 577 662 l 1\n 577 647 l 1\n 145 38 l 1\n 402 38 l 2\n 459 38 503 52 527 77 c 0\n 547 99 557 120 574 176 c 1\n305 834 m 0\n 333 834 356 811 356 784 c 128\n 356 757 333 735 305 735 c 0\n 278 735 257 757 257 785 c 0\n 257 811 280 834 305 834 c 0\nEndSplineSet\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 313\nWidth: 444\nFlags: MW\nHStem: 0 30<134 272 272 297.5> 420 30<125 155 155 293>\nFore\n418 135 m 1\n 404 0 l 1\n 27 0 l 1\n 27 15 l 1\n 293 420 l 1\n 155 420 l 2\n 95 420 80 405 71 332 c 1\n 53 332 l 1\n 56 450 l 1\n 403 450 l 1\n 403 435 l 1\n 134 30 l 1\n 272 30 l 2\n 323 30 357 39 371 56 c 0\n 384 73 390 89 400 139 c 1\n 418 135 l 1\n221 622 m 0\n 249 622 272 599 272 572 c 128\n 272 545 249 523 221 523 c 0\n 194 523 173 545 173 573 c 0\n 173 599 196 622 221 622 c 0\nEndSplineSet\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 314\nWidth: 611\nFlags: MW\nHStem: 0 38<145 402 402 430.5> 624 38<192 225 225 446>\nFore\n574 176 m 1\n 597 176 l 1\n 573 0 l 1\n 9 0 l 1\n 9 15 l 1\n 446 624 l 1\n 225 624 l 2\n 159 624 114 610 91 581 c 0\n 74 560 66 540 57 491 c 1\n 31 491 l 1\n 51 662 l 1\n 577 662 l 1\n 577 647 l 1\n 145 38 l 1\n 402 38 l 2\n 459 38 503 52 527 77 c 0\n 547 99 557 120 574 176 c 1\n462 886 m 1\n 337 719 l 1\n 275 719 l 1\n 151 886 l 1\n 185 886 l 1\n 306 783 l 1\n 428 886 l 1\n 462 886 l 1\nEndSplineSet\nKernsSLIF: 121 -50 0 0 118 -48 0 0\nEndChar\nStartChar: zcaron\nEncoding: 382 382 315\nWidth: 444\nFlags: W\nHStem: 0 30<134 272 272 297.5> 420 30<125 155 155 293> 654 20<67 101 101 101 344 378 378 378>\nFore\n418 135 m 1\n 404 0 l 1\n 27 0 l 1\n 27 15 l 1\n 293 420 l 1\n 155 420 l 2\n 95 420 80 405 71 332 c 1\n 53 332 l 1\n 56 450 l 1\n 403 450 l 1\n 403 435 l 1\n 134 30 l 1\n 272 30 l 2\n 323 30 357 39 371 56 c 0\n 384 73 390 89 400 139 c 1\n 418 135 l 1\n378 674 m 1\n 253 507 l 1\n 191 507 l 1\n 67 674 l 1\n 101 674 l 1\n 222 571 l 1\n 344 674 l 1\n 378 674 l 1\nEndSplineSet\nEndChar\nStartChar: longs\nEncoding: 383 383 316\nWidth: 333\nFlags: W\nHStem: 0 21G<20 280> 418 32<72 103>\nVStem: 20 260<1 15> 103 84<80 417 450.063 484.204>\nFore\n186 450 m 0\n 187 449 187 418 187 418 c 1\n 187 104 l 2\n 187 29 198 18 280 15 c 1\n 280 0 l 1\n 20 0 l 1\n 20 15 l 1\n 92 19 103 31 103 104 c 2\n 103 418 l 1\n 71 418 l 1\n 71 450 l 1\n 103 450 l 1\n 104 530 112 566 138 610 c 0\n 164 656 217 683 279 683 c 0\n 339 683 383 657 383 621 c 0\n 383 598 364 580 341 580 c 0\n 324 580 312 590 296 616 c 0\n 278 645 264 655 243 655 c 0\n 205 655 186 624 186 566 c 2\n 186 450 l 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01C2\nEncoding: 450 450 317\nWidth: 600\nFlags: W\nHStem: 130 50<48 274 326 552> 326 50<48 275 325 552>\nVStem: 275 50<-107 130 180 326 376 613>\nFore\n553 130 m 1\n 325 130 l 1\n 325 -108 l 1\n 275 -108 l 1\n 275 130 l 1\n 47 130 l 1\n 47 180 l 1\n 275 180 l 1\n 275 326 l 1\n 47 326 l 1\n 47 376 l 1\n 275 376 l 1\n 275 614 l 1\n 325 614 l 1\n 325 376 l 1\n 553 376 l 1\n 553 326 l 1\n 325 326 l 1\n 325 180 l 1\n 553 180 l 1\n 553 130 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y14,12 y14,13 y1,3 y1,2 x14,16 x14,15 x11,9 x11,10 x7,5 x7,6 x1,19 x1,0 \nEndChar\nStartChar: uni01C4\nEncoding: 452 452 318\nWidth: 1333\nFlags: W\nHStem: 0 37<240 288 868 1149> 625 37<240 288 928 1167>\nVStem: 104 102<88 583> 576 109<320 352>\nDStem: 1168 624 1299 647 731 15 867 38\nFore\n1296 176 m 5\n 1319 176 l 5\n 1295 0 l 5\n 731 0 l 5\n 731 15 l 5\n 1168 624 l 5\n 947 624 l 6\n 881 624 836 610 813 581 c 4\n 796 560 788 540 779 491 c 5\n 753 491 l 5\n 773 662 l 5\n 1299 662 l 5\n 1299 647 l 5\n 867 38 l 5\n 1124 38 l 6\n 1181 38 1225 52 1249 77 c 4\n 1269 99 1279 120 1296 176 c 5\n1184 886 m 5\n 1059 719 l 5\n 997 719 l 5\n 873 886 l 5\n 907 886 l 5\n 1028 783 l 5\n 1150 886 l 5\n 1184 886 l 5\n104 109 m 2\n 104 553 l 2\n 104 627 95 636 16 643 c 1\n 16 662 l 1\n 286 662 l 2\n 423 662 532 626 600 557 c 0\n 655 502 685 424 685 334 c 0\n 685 237 648 148 583 89 c 0\n 521 33 416 0 300 0 c 2\n 16 0 l 1\n 16 19 l 1\n 92 24 104 37 104 109 c 2\n206 586 m 2\n 206 78 l 2\n 206 46 218 37 258 37 c 0\n 345 37 403 49 454 78 c 0\n 535 125 576 209 576 327 c 0\n 576 435 535 521 457 575 c 0\n 409 609 344 625 258 625 c 0\n 217 625 206 617 206 586 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni01C5\nEncoding: 453 453 319\nWidth: 1166\nFlags: W\nHStem: 0 30<857 1017> 0 37<240 288> 420 30<855 1014> 625 37<240 288> 654 20G<789 823 1066 1100>\nVStem: 104 102<88 577> 576 109<320 352>\nDStem: 1015 420 1125 435 749 15 856 30\nFore\n1140 135 m 5\n 1126 0 l 5\n 749 0 l 5\n 749 15 l 5\n 1015 420 l 5\n 877 420 l 6\n 817 420 802 405 793 332 c 5\n 775 332 l 5\n 778 450 l 5\n 1125 450 l 5\n 1125 435 l 5\n 856 30 l 5\n 994 30 l 6\n 1045 30 1079 39 1093 56 c 4\n 1106 73 1112 89 1122 139 c 5\n 1140 135 l 5\n1100 674 m 5\n 975 507 l 5\n 913 507 l 5\n 789 674 l 5\n 823 674 l 5\n 944 571 l 5\n 1066 674 l 5\n 1100 674 l 5\n104 109 m 2\n 104 553 l 2\n 104 627 95 636 16 643 c 1\n 16 662 l 1\n 286 662 l 2\n 423 662 532 626 600 557 c 0\n 655 502 685 424 685 334 c 0\n 685 237 648 148 583 89 c 0\n 521 33 416 0 300 0 c 2\n 16 0 l 1\n 16 19 l 1\n 92 24 104 37 104 109 c 2\n206 586 m 2\n 206 78 l 2\n 206 46 218 37 258 37 c 0\n 345 37 403 49 454 78 c 0\n 535 125 576 209 576 327 c 0\n 576 435 535 521 457 575 c 0\n 409 609 344 625 258 625 c 0\n 217 625 206 617 206 586 c 2\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni01C6\nEncoding: 454 454 320\nWidth: 944\nFlags: W\nHStem: -9.99786 51.9979<212 251> 0 30<635 795> 420 30<633 792> 432 28<234 251> 654 20G<567 601 844 878>\nVStem: 27.9711 85.3078<205 245> 340 84<101 342 418 582> 340 151<42 56>\nDStem: 793 420 903 435 527 15 634 30\nFore\n918 135 m 5\n 904 0 l 5\n 527 0 l 5\n 527 15 l 5\n 793 420 l 5\n 655 420 l 6\n 595 420 580 405 571 332 c 5\n 553 332 l 5\n 556 450 l 5\n 903 450 l 5\n 903 435 l 5\n 634 30 l 5\n 772 30 l 6\n 823 30 857 39 871 56 c 4\n 884 73 890 89 900 139 c 5\n 918 135 l 5\n878 674 m 5\n 753 507 l 5\n 691 507 l 5\n 567 674 l 5\n 601 674 l 5\n 722 571 l 5\n 844 674 l 5\n 878 674 l 5\n344 -10 m 1\n 340 -7 l 1\n 340 57 l 1\n 306 10 268 -10 212 -10 c 0\n 102 -10 27 77 27 205 c 0\n 27 347 120 460 235 460 c 0\n 275 460 302 449 340 417 c 1\n 340 573 l 2\n 340 614 331 624 294 624 c 0\n 286 624 280 624 272 623 c 1\n 272 639 l 1\n 336 656 371 666 419 683 c 1\n 424 681 l 1\n 424 114 l 2\n 424 68 432 57 468 57 c 0\n 471 57 473 57 491 58 c 1\n 491 42 l 1\n 344 -10 l 1\n340 102 m 2\n 340 332 l 2\n 340 385 291 432 238 432 c 0\n 162 432 113 358 113 245 c 0\n 113 122 168 42 251 42 c 0\n 280 42 305 52 323 72 c 0\n 333 83 340 95 340 102 c 2\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni01C7\nEncoding: 455 455 321\nWidth: 1000\nFlags: W\nHStem: -14 121.992<670 720> -13.9917 37.9917<720 749> 0 39<252 380>\nVStem: 12 282<643 661> 99 102<89 578> 787 102<162 578>\nFore\n889 553 m 6\n 889 183 l 6\n 889 58 828 -14 720 -14 c 4\n 662 -14 621 16 621 58 c 4\n 621 85 643 108 670 108 c 4\n 696 108 712 92 722 57 c 4\n 729 32 735 24 749 24 c 4\n 775 24 787 45 787 90 c 6\n 787 553 l 6\n 787 626 776 637 694 643 c 5\n 694 662 l 5\n 981 662 l 5\n 981 643 l 5\n 900 637 889 626 889 553 c 6\n573 174 m 1\n 598 174 l 1\n 550 0 l 1\n 12 0 l 1\n 12 19 l 1\n 85 24 99 39 99 109 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 294 662 l 1\n 294 643 l 1\n 215 638 201 624 201 553 c 2\n 201 80 l 2\n 201 45 214 39 287 39 c 2\n 354 39 l 2\n 437 39 492 57 527 96 c 0\n 542 113 556 136 573 174 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01C8\nEncoding: 456 456 322\nWidth: 889\nFlags: W\nHStem: 0 39<252 380> 581 102<748 755>\nVStem: 12 282<643 661> 99 102<86 580> 703 102<630 642> 720 84<-26 342>\nFore\n573 174 m 5\n 598 174 l 5\n 550 0 l 5\n 12 0 l 5\n 12 19 l 5\n 85 24 99 39 99 109 c 6\n 99 553 l 6\n 99 623 86 637 12 643 c 5\n 12 662 l 5\n 294 662 l 5\n 294 643 l 5\n 215 638 201 624 201 553 c 6\n 201 80 l 6\n 201 45 214 39 287 39 c 6\n 354 39 l 6\n 437 39 492 57 527 96 c 4\n 542 113 556 136 573 174 c 5\n804 457 m 1\n 804 0 l 2\n 804 -142 745 -218 635 -218 c 0\n 581 -218 541 -195 541 -163 c 0\n 541 -141 559 -124 582 -124 c 0\n 598 -124 612 -133 630 -156 c 0\n 647 -177 657 -184 672 -184 c 0\n 686 -184 700 -176 706 -166 c 0\n 717 -146 720 -121 720 -45 c 2\n 720 334 l 2\n 720 377 711 394 688 394 c 0\n 678 394 663 393 648 391 c 2\n 643 390 l 1\n 643 406 l 1\n 702 424 740 437 799 460 c 1\n 804 457 l 1\n753 683 m 0\n 782 683 805 660 805 632 c 0\n 805 603 782 581 753 581 c 0\n 725 581 703 604 703 632 c 128\n 703 660 726 683 753 683 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni01C9\nEncoding: 457 457 323\nWidth: 556\nFlags: W\nHStem: 0 21G<21 257> 581 102<410.27 422>\nVStem: 98 84<70 582> 370 102<622 641> 387 84<-26 342>\nFore\n471 457 m 5\n 471 0 l 6\n 471 -142 412 -218 302 -218 c 4\n 248 -218 208 -195 208 -163 c 4\n 208 -141 226 -124 249 -124 c 4\n 265 -124 279 -133 297 -156 c 4\n 314 -177 324 -184 339 -184 c 4\n 353 -184 367 -176 373 -166 c 4\n 384 -146 387 -121 387 -45 c 6\n 387 334 l 6\n 387 377 378 394 355 394 c 4\n 345 394 330 393 315 391 c 6\n 310 390 l 5\n 310 406 l 5\n 369 424 407 437 466 460 c 5\n 471 457 l 5\n420 683 m 4\n 449 683 472 660 472 632 c 4\n 472 603 449 581 420 581 c 4\n 392 581 370 604 370 632 c 132\n 370 660 393 683 420 683 c 4\n19 623 m 1\n 19 639 l 1\n 88 656 126 666 178 683 c 1\n 182 681 l 1\n 182 84 l 2\n 182 29 194 19 257 15 c 1\n 257 0 l 1\n 21 0 l 1\n 21 15 l 1\n 84 20 98 33 98 87 c 2\n 98 564 l 2\n 98 611 88 625 56 625 c 0\n 48 625 36 624 25 623 c 2\n 19 623 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01CA\nEncoding: 458 458 324\nWidth: 1120\nFlags: W\nHStem: -14 121.992<781 831> -13.9917 37.9917<831 860> 0 662<109 153> 643 19<12.0628 33.0487>\nVStem: 109 44<114 538> 568 44<179 541> 898 102<162 578>\nDStem: 153 539 183 662 595 -11 568 178\nFore\n1000 553 m 2\n 1000 183 l 2\n 1000 58 939 -14 831 -14 c 0\n 773 -14 732 16 732 58 c 0\n 732 85 754 108 781 108 c 0\n 807 108 823 92 833 57 c 0\n 840 32 846 24 860 24 c 0\n 886 24 898 45 898 90 c 2\n 898 553 l 2\n 898 626 887 637 805 643 c 1\n 805 662 l 1\n 1092 662 l 1\n 1092 643 l 1\n 1011 637 1000 626 1000 553 c 2\n612 -11 m 1\n 595 -11 l 1\n 153 539 l 1\n 153 147 l 2\n 153 46 170 23 247 19 c 1\n 247 0 l 1\n 12 0 l 1\n 12 19 l 1\n 95 25 109 44 109 147 c 2\n 109 588 l 1\n 69 635 55 643 12 643 c 1\n 12 662 l 1\n 183 662 l 1\n 568 178 l 1\n 568 515 l 2\n 568 577 559 613 539 627 c 0\n 524 636 510 640 472 643 c 1\n 472 662 l 1\n 707 662 l 1\n 707 643 l 1\n 669 639 655 635 641 625 c 0\n 622 612 612 575 612 515 c 2\n 612 -11 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01CB\nEncoding: 459 459 325\nWidth: 990\nFlags: W\nHStem: 0 662<109 153> 581 102<860 866> 643 19<12.0628 33.0487>\nVStem: 109 44<118 538> 568 44<179 541> 814 102<624 642> 831 84<-26 342>\nDStem: 153 539 183 662 595 -11 568 178\nFore\n915 457 m 1\n 915 0 l 2\n 915 -142 856 -218 746 -218 c 0\n 692 -218 652 -195 652 -163 c 0\n 652 -141 670 -124 693 -124 c 0\n 709 -124 723 -133 741 -156 c 0\n 758 -177 768 -184 783 -184 c 0\n 797 -184 811 -176 817 -166 c 0\n 828 -146 831 -121 831 -45 c 2\n 831 334 l 2\n 831 377 822 394 799 394 c 0\n 789 394 774 393 759 391 c 2\n 754 390 l 1\n 754 406 l 1\n 813 424 851 437 910 460 c 1\n 915 457 l 1\n864 683 m 0\n 893 683 916 660 916 632 c 0\n 916 603 893 581 864 581 c 0\n 836 581 814 604 814 632 c 128\n 814 660 837 683 864 683 c 0\n612 -11 m 1\n 595 -11 l 1\n 153 539 l 1\n 153 147 l 2\n 153 46 170 23 247 19 c 1\n 247 0 l 1\n 12 0 l 1\n 12 19 l 1\n 95 25 109 44 109 147 c 2\n 109 588 l 1\n 69 635 55 643 12 643 c 1\n 12 662 l 1\n 183 662 l 1\n 568 178 l 1\n 568 515 l 2\n 568 577 559 613 539 627 c 0\n 524 636 510 640 472 643 c 1\n 472 662 l 1\n 707 662 l 1\n 707 643 l 1\n 669 639 655 635 641 625 c 0\n 622 612 612 575 612 515 c 2\n 612 -11 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01CC\nEncoding: 460 460 326\nWidth: 778\nFlags: W\nHStem: 0 21G<18 230 277 485> 404.996 55.0043<267 306> 581 102<640 644>\nVStem: 16 145<402 415> 80 84<66 348> 340 84<80 326> 592 102<630 634> 609 84<-26 350>\nFore\n693 457 m 5\n 693 0 l 6\n 693 -142 634 -218 524 -218 c 4\n 470 -218 430 -195 430 -163 c 4\n 430 -141 448 -124 471 -124 c 4\n 487 -124 501 -133 519 -156 c 4\n 536 -177 546 -184 561 -184 c 4\n 575 -184 589 -176 595 -166 c 4\n 606 -146 609 -121 609 -45 c 6\n 609 334 l 6\n 609 377 600 394 577 394 c 4\n 567 394 552 393 537 391 c 6\n 532 390 l 5\n 532 406 l 5\n 591 424 629 437 688 460 c 5\n 693 457 l 5\n642 683 m 4\n 671 683 694 660 694 632 c 4\n 694 603 671 581 642 581 c 4\n 614 581 592 604 592 632 c 132\n 592 660 615 683 642 683 c 4\n16 398 m 1\n 16 415 l 1\n 71 431 105 442 154 460 c 1\n 161 458 l 1\n 161 379 l 1\n 229 443 260 460 306 460 c 0\n 380 460 424 404 424 310 c 2\n 424 81 l 2\n 424 32 436 20 485 15 c 1\n 485 0 l 1\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 308 l 2\n 340 374 316 405 267 405 c 0\n 234 405 212 393 164 348 c 1\n 164 67 l 2\n 164 31 179 19 230 15 c 1\n 230 0 l 1\n 18 0 l 1\n 18 15 l 1\n 69 19 80 33 80 90 c 2\n 80 338 l 2\n 80 387 71 402 43 402 c 0\n 32 402 22 401 16 398 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01CD\nEncoding: 461 461 327\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 866 20<207 241 241 241 484 518 518 518>\nRef: 711 711 S 1 0 0 1 196 212\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 328\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 436 24<191 235.5> 654 20<55 89 89 89 332 366 366 366>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 711 711 S 1 0 0 1 44 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 329\nWidth: 333\nFlags: W\nHStem: 0 19 643 19 866 20<9 43 43 43 286 320 320 320>\nVStem: 115 102<109 553>\nRef: 711 711 S 1 0 0 1 -2 212\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 330\nWidth: 278\nFlags: W\nHStem: -2 15 388 15 438 20<175 175> 652 20<-19 15 15 15 258 292 292 292>\nVStem: 95 84<100 332 332 354>\nRef: 711 711 S 1 0 0 1 -30 -2\nRef: 305 305 N 1 0 0 1 0 -2\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 331\nWidth: 722\nFlags: W\nHStem: -14 36<336 385.5> 640 36<333.5 384> 866 20<202 236 236 236 479 513 513 513>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 711 711 S 1 0 0 1 191 212\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 332\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 654 20<89 123 123 123 366 400 400 400>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 711 711 S 1 0 0 1 78 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 333\nWidth: 722\nFlags: W\nHStem: -14 44<342.5 409.5> 643 19 862 20<225 259 259 259 502 536 536 536>\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nRef: 711 711 S 1 0 0 1 214 208\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 334\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 654 20<69 103 103 103 346 380 380 380>\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nRef: 711 711 S 1 0 0 1 58 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 335\nWidth: 722\nFlags: W\nHStem: -14 44<342.5 409.5> 643 19 859 54<224 533>\nVStem: -103 99<771 797.5> 96 99<771 797.5> 104 102<241 553> 223 311<860 912> 567 44<245 254 254 515>\nRef: 713 713 S 1 0 0 1 212 312\nRef: 776 776 N 1 0 0 1 212 212\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 336\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 667 54<76 385>\nVStem: -251 99<559 585.5> -52 99<559 585.5> 71 84<120 124 124 372 372 395> 75 311<668 720> 333 84<135 370 370 395>\nRef: 713 713 S 1 0 0 1 64 120\nRef: 776 776 N 1 0 0 1 64 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 337\nWidth: 722\nFlags: W\nHStem: -14 44<342.5 409.5> 643 19\nVStem: -103 99<771 797.5> 96 99<771 797.5> 104 102<241 553> 567 44<245 254 254 515>\nRef: 714 714 S 0.754464 0 0 0.590643 252.835 529.544\nRef: 776 776 N 1 0 0 1 212 212\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 338\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14\nVStem: 71 84<120 124 124 372 372 395> 82 99<559 585.5> 281 99<559 585.5> 333 84<135 370 370 395>\nRef: 714 714 N 1 0 0 1 83 110\nRef: 168 168 N 1 0 0 1 64 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 339\nWidth: 722\nFlags: W\nHStem: -14 44<342.5 409.5> 643 19 946.952 16.0479<246 275.189 275.189 275.189 483.81 513 513 513>\nVStem: -103 99<771 797.5> 96 99<771 797.5> 104 102<241 553> 567 44<245 254 254 515>\nRef: 711 711 N 0.858521 0 0 0.802395 236.556 422.186\nRef: 776 776 N 1 0 0 1 212 212\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 340\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 764 20<75 109 109 109 352 386 386 386>\nVStem: 71 84<120 124 124 372 372 395> 82 99<559 585.5> 281 99<559 585.5> 333 84<135 370 370 395>\nRef: 711 711 S 1 0 0 1 64 110\nRef: 168 168 N 1 0 0 1 64 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 341\nWidth: 722\nFlags: W\nHStem: -14 44<342.5 409.5> 643 19\nVStem: -103 99<771 797.5> 96 99<771 797.5> 104 102<241 553> 567 44<245 254 254 515>\nRef: 715 715 S 0.775785 0 0 0.643255 252.26 502.87\nRef: 776 776 N 1 0 0 1 212 212\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 342\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14\nVStem: 71 84<120 124 124 372 372 395> 82 99<559 585.5> 281 99<559 585.5> 333 84<135 370 370 395>\nRef: 715 715 S 1 0 0 1 47 110\nRef: 168 168 N 1 0 0 1 64 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DD\nEncoding: 477 477 343\nWidth: 444\nFlags: W\nRef: 601 601 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DE\nEncoding: 478 478 344\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367>\nVStem: -117 99<771 797.5> 82 99<771 797.5>\nRef: 776 776 S 1 0 0 1 198 212\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 345\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 436 24<191 235.5> 667 54<67 376>\nVStem: 56 83 66 311<668 720> 73 99<559 585.5> 272 99<559 585.5> 287 81<123 268 268 268 292 300>\nRef: 713 713 S 1 0 0 1 55 120\nRef: 168 168 N 1 0 0 1 55 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E0\nEncoding: 480 480 346\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 859 54<210 519>\nVStem: 209 311<860 912>\nRef: 713 713 S 1 0 0 1 198 312\nRef: 65 65 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 190 212\nEndChar\nStartChar: uni01E1\nEncoding: 481 481 347\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 436 24<191 235.5> 667 54<67 376>\nVStem: 56 83 66 311<668 720> 287 81<123 268 268 268 292 300>\nRef: 713 713 S 1 0 0 1 55 120\nRef: 97 97 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 45 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 348\nWidth: 889\nFlags: W\nHStem: 0 19<198 199> 0 38<566 642 642 696> 260 39<239 398> 329 37<497 608 608 639.5> 626 36<514.5 524 524 611> 759 54<370 679>\nVStem: 369 311<760 812> 398 99<108 260 260 260 299 329 366 596>\nRef: 713 713 S 1 0 0 1 358 212\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 349\nWidth: 667\nFlags: W\nHStem: -10 48<173.5 179> -10 67<455.5 458.5> 277 30<355 521> 431 29<433 469> 436 24<192 225> 547 54<-157 152>\nVStem: -158 311<548 600> 38 87<101 130> 146 128\nRef: 772 772 S 1 0 0 1 164 0\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E4\nEncoding: 484 484 350\nWidth: 722\nFlags: W\nHStem: -14 40<384 416> 201 44<474 541 639 697> 465 21G<607 630> 636 40<368 400>\nVStem: 32 114<306 343> 454 255<336 353> 473 225<201 245> 542 97<82 201 245.063 276.381>\nFore\n709 336 m 1\n 641 332 639 308 639 245 c 1\n 698 245 l 1\n 698 201 l 1\n 639 201 l 1\n 639 58 l 2\n 639 38 504 0 486 -4 c 0\n 456 -10 426 -14 396 -14 c 0\n 294 -14 187 17 115 93 c 0\n 46 166 32 242 32 341 c 0\n 32 532 185 676 374 676 c 0\n 413 676 452 670 489 660 c 0\n 508 654 534 643 553 643 c 0\n 574 643 594 655 600 676 c 1\n 622 676 l 1\n 630 465 l 1\n 607 465 l 1\n 569 568 505 636 388 636 c 0\n 212 636 146 473 146 320 c 0\n 146 159 233 26 405 26 c 0\n 438 26 542 37 542 85 c 2\n 542 201 l 1\n 473 201 l 1\n 473 245 l 1\n 542 245 l 1\n 543 322 526 332 454 336 c 1\n 454 354 l 1\n 709 354 l 1\n 709 336 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x4,2 x4,3 \nEndChar\nStartChar: uni01E5\nEncoding: 485 485 351\nWidth: 500\nFlags: W\nHStem: -217.136 56.7511<205 248> -105 44<12 29 105 417 461 488> 149 25<243 258> 388 39<388 469> 432 27.4675<226 235>\nVStem: 11 478<-105 -61> 69.0025 82.9975<293 342> 328.997 77.0027<270 296>\nFore\n489 -105 m 1\n 446 -105 l 1\n 405 -178 284 -218 205 -218 c 0\n 144 -218 12 -192 30 -105 c 1\n 11 -105 l 1\n 11 -61 l 1\n 54 -61 l 1\n 74 -36 100 -17 126 1 c 1\n 104 12 73 25 73 54 c 0\n 73 91 138 142 162 163 c 1\n 108 187 69 231 69 293 c 0\n 69 393 143 460 241 460 c 0\n 279 460 303 449 338 437 c 0\n 380 422 426 427 470 427 c 1\n 470 388 l 1\n 387 388 l 1\n 402 355 406 333 406 296 c 0\n 406 209 330 149 247 149 c 0\n 229 149 211 154 193 154 c 0\n 174 154 133 110 133 91 c 0\n 133 66 194 65 211 64 c 2\n 340 58 l 2\n 404 55 461 21 461 -49 c 0\n 461 -53 461 -57 460 -61 c 1\n 489 -61 l 1\n 489 -105 l 1\n329 270 m 0\n 329 329 300 432 227 432 c 0\n 175 432 152 390 152 342 c 0\n 152 276 172 174 256 174 c 0\n 311 174 329 223 329 270 c 0\n433 -61 m 1\n 430 -11 345 -16 310 -15 c 0\n 255 -13 201 -13 147 -2 c 1\n 132 -20 114 -39 104 -61 c 1\n 433 -61 l 1\n418 -105 m 1\n 101 -105 l 1\n 119 -154 206 -161 248 -161 c 0\n 302 -161 382 -151 418 -105 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: Gcaron\nEncoding: 486 486 352\nWidth: 722\nFlags: W\nHStem: -14 40<333 431> 636 40<358 397.5> 866 20<208 242 242 242 485 519 519 519>\nVStem: 32 114<276 373> 542 97<85 247 247 259>\nRef: 711 711 S 1 0 0 1 197 212\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 353\nWidth: 500\nFlags: W\nHStem: -218 57<200 238.5> -2 20 149 25<247 268.5> 388 39<393 470> 432 28<203 241.5> 654 20<66 100 100 100 343 377 377 377>\nVStem: 28 70<-110 -102.5> 329 77<279 284.5> 433 28<-68 -46>\nRef: 711 711 S 1 0 0 1 55 0\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 354\nWidth: 722\nFlags: W\nHStem: 0 19 643 19 866 20<195 229 229 229 472 506 506 506>\nVStem: 124 102<120 296 348 553>\nRef: 711 711 S 1 0 0 1 184 212\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 355\nWidth: 500\nFlags: W\nHStem: 0 15<287 306 306 312> 435 15<463.5 472 472 480> 866 20<11 45 45 45 288 322 322 322>\nVStem: 82 84<82 251 261 564 564 588>\nRef: 711 711 S 1 0 0 1 0 212\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 356\nWidth: 722\nFlags: W\nHStem: -165 56<34 44.5> -14 36<336 385.5> 640 36<333.5 384>\nVStem: -49 56<-80.5 -73> 34 114<284 380> 574 114<298.5 376.5>\nRef: 808 808 S 1 0 0 1 220 0\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 357\nWidth: 500\nFlags: W\nHStem: -165 56<-78 -67.5> -10 28<240.5 297.5> 432 28<201.5 279>\nVStem: -161 56<-80.5 -73> 29 90<239.5 295> 380 90<165 267.5>\nRef: 808 808 S 1 0 0 1 108 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 358\nWidth: 722\nFlags: W\nHStem: -165 56<34 44.5> -14 36<336 385.5> 640 36<333.5 384> 759 54<200 509>\nVStem: -49 56<-80.5 -73> 34 114<284 380> 199 311<760 812> 574 114<298.5 376.5>\nRef: 713 713 S 1 0 0 1 188 212\nRef: 808 808 N 1 0 0 1 220 0\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 359\nWidth: 500\nFlags: W\nHStem: -165 56<-78 -67.5> -10 28<240.5 297.5> 432 28<201.5 279> 547 54<88 397>\nVStem: -161 56<-80.5 -73> 29 90<239.5 295> 87 311<548 600> 380 90<165 267.5>\nRef: 713 713 S 1 0 0 1 76 0\nRef: 808 808 N 1 0 0 1 108 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EE\nEncoding: 494 494 360\nWidth: 615\nFlags: W\nHStem: 866 20<161 195 195 195 438 472 472 472>\nRef: 711 711 S 1 0 0 1 150 212\nRef: 439 439 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EF\nEncoding: 495 495 361\nWidth: 456\nFlags: W\nHStem: 654 20<59 93 93 93 336 370 370 370>\nRef: 711 711 S 1 0 0 1 48 0\nRef: 658 658 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F0\nEncoding: 496 496 362\nWidth: 278\nFlags: W\nHStem: 652 20<-19 15 15 15 258 292 292 292>\nVStem: 109 84<-26 342>\nFore\n193 457 m 1\n 193 0 l 2\n 193 -142 134 -218 24 -218 c 0\n -30 -218 -70 -195 -70 -163 c 0\n -70 -141 -52 -124 -29 -124 c 0\n -13 -124 1 -133 19 -156 c 0\n 36 -177 46 -184 61 -184 c 0\n 75 -184 89 -176 95 -166 c 0\n 106 -146 109 -121 109 -45 c 2\n 109 334 l 2\n 109 377 100 394 77 394 c 0\n 67 394 52 393 37 391 c 2\n 32 390 l 1\n 32 406 l 1\n 91 424 129 437 188 460 c 1\n 193 457 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nRef: 711 711 S 1 0 0 1 -30 -2\nEndChar\nStartChar: uni01F1\nEncoding: 497 497 363\nWidth: 1333\nFlags: W\nHStem: 0 37<240 288 868 1136> 625 37<240 288 928 1167>\nVStem: 104 102<88 583> 576 109<320 352>\nDStem: 1168 624 1299 647 731 15 867 38\nFore\n1296 176 m 5\n 1319 176 l 5\n 1295 0 l 5\n 731 0 l 5\n 731 15 l 5\n 1168 624 l 5\n 947 624 l 6\n 881 624 836 610 813 581 c 4\n 796 560 788 540 779 491 c 5\n 753 491 l 5\n 773 662 l 5\n 1299 662 l 5\n 1299 647 l 5\n 867 38 l 5\n 1124 38 l 6\n 1181 38 1225 52 1249 77 c 4\n 1269 99 1279 120 1296 176 c 5\n104 109 m 2\n 104 553 l 2\n 104 627 95 636 16 643 c 1\n 16 662 l 1\n 286 662 l 2\n 423 662 532 626 600 557 c 0\n 655 502 685 424 685 334 c 0\n 685 237 648 148 583 89 c 0\n 521 33 416 0 300 0 c 2\n 16 0 l 1\n 16 19 l 1\n 92 24 104 37 104 109 c 2\n206 586 m 2\n 206 78 l 2\n 206 46 218 37 258 37 c 0\n 345 37 403 49 454 78 c 0\n 535 125 576 209 576 327 c 0\n 576 435 535 521 457 575 c 0\n 409 609 344 625 258 625 c 0\n 217 625 206 617 206 586 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni01F2\nEncoding: 498 498 364\nWidth: 1166\nFlags: W\nHStem: 0 30<857 1017> 0 37<240 288> 420 30<855 1014> 625 37<240 288>\nVStem: 104 102<88 577> 576 109<320 352>\nDStem: 1015 420 1125 435 749 15 856 30\nFore\n1140 135 m 5\n 1126 0 l 5\n 749 0 l 5\n 749 15 l 5\n 1015 420 l 5\n 877 420 l 6\n 817 420 802 405 793 332 c 5\n 775 332 l 5\n 778 450 l 5\n 1125 450 l 5\n 1125 435 l 5\n 856 30 l 5\n 994 30 l 6\n 1045 30 1079 39 1093 56 c 4\n 1106 73 1112 89 1122 139 c 5\n 1140 135 l 5\n104 109 m 2\n 104 553 l 2\n 104 627 95 636 16 643 c 1\n 16 662 l 1\n 286 662 l 2\n 423 662 532 626 600 557 c 0\n 655 502 685 424 685 334 c 0\n 685 237 648 148 583 89 c 0\n 521 33 416 0 300 0 c 2\n 16 0 l 1\n 16 19 l 1\n 92 24 104 37 104 109 c 2\n206 586 m 2\n 206 78 l 2\n 206 46 218 37 258 37 c 0\n 345 37 403 49 454 78 c 0\n 535 125 576 209 576 327 c 0\n 576 435 535 521 457 575 c 0\n 409 609 344 625 258 625 c 0\n 217 625 206 617 206 586 c 2\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni01F3\nEncoding: 499 499 365\nWidth: 944\nFlags: W\nHStem: -9.99786 51.9979<212 251> 0 30<635 795> 420 30<633 792> 432 28<234 251>\nVStem: 27.9711 85.3078<205 245> 340 84<101 342 418 582> 340 151<42 56>\nDStem: 793 420 903 435 527 15 634 30\nFore\n918 135 m 5\n 904 0 l 5\n 527 0 l 5\n 527 15 l 5\n 793 420 l 5\n 655 420 l 6\n 595 420 580 405 571 332 c 5\n 553 332 l 5\n 556 450 l 5\n 903 450 l 5\n 903 435 l 5\n 634 30 l 5\n 772 30 l 6\n 823 30 857 39 871 56 c 4\n 884 73 890 89 900 139 c 5\n 918 135 l 5\n344 -10 m 1\n 340 -7 l 1\n 340 57 l 1\n 306 10 268 -10 212 -10 c 0\n 102 -10 27 77 27 205 c 0\n 27 347 120 460 235 460 c 0\n 275 460 302 449 340 417 c 1\n 340 573 l 2\n 340 614 331 624 294 624 c 0\n 286 624 280 624 272 623 c 1\n 272 639 l 1\n 336 656 371 666 419 683 c 1\n 424 681 l 1\n 424 114 l 2\n 424 68 432 57 468 57 c 0\n 471 57 473 57 491 58 c 1\n 491 42 l 1\n 344 -10 l 1\n340 102 m 2\n 340 332 l 2\n 340 385 291 432 238 432 c 0\n 162 432 113 358 113 245 c 0\n 113 122 168 42 251 42 c 0\n 280 42 305 52 323 72 c 0\n 333 83 340 95 340 102 c 2\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni01F4\nEncoding: 500 500 366\nWidth: 722\nFlags: W\nHStem: -14 40<333 431> 636 40<358 397.5>\nVStem: 32 114<276 373> 542 97<85 247 247 259>\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F5\nEncoding: 501 501 367\nWidth: 500\nFlags: W\nHStem: -218 57<200 238.5> -2 20 149 25<247 268.5> 388 39<393 470> 432 28<203 241.5>\nVStem: 28 70<-110 -102.5> 329 77<279 284.5> 433 28<-68 -46>\nRef: 714 714 S 1 0 0 1 55 0\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F8\nEncoding: 504 504 368\nWidth: 722\nFlags: W\nHStem: -11 20 0 19 643 19<12 33.5>\nVStem: 109 44<147 539> 568 44<178 515>\nRef: 715 715 S 1 0 0 1 231 212\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F9\nEncoding: 505 505 369\nWidth: 500\nFlags: W\nHStem: 0 15 405 55<283 291.5>\nVStem: 80 84<90 338 338 348> 340 84<99 308 308 310>\nRef: 715 715 S 1 0 0 1 84 0\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 370\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 724 34 889 34\nVStem: 15 34 180 34\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 371\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 436 24<191 235.5> 512 34 677 34\nVStem: 37 34 56 83 202 34 287 81<123 268 268 268 292 300>\nRef: 229 229 S 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 372\nWidth: 889\nFlags: W\nHStem: 0 19<198 199> 0 38<566 642 642 696> 260 39<239 398> 329 37<497 608 608 639.5> 626 36<514.5 524 524 611>\nVStem: 398 99<108 260 260 260 299 329 366 596>\nRef: 714 714 S 1 0 0 1 358 212\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 373\nWidth: 667\nFlags: W\nHStem: -10 67<173.5 179 455.5 458.5> 277 30<355 521> 431 29<433 469> 436 24<192 225>\nVStem: 38 87<101 130> 146 128\nRef: 714 714 S 1 0 0 1 171 0\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 374\nWidth: 722\nFlags: W\nHStem: -14 36<332 427> 640 36<295.5 388.5>\nVStem: 34 114<298.5 425.5> 574 114<234.5 363.5>\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 375\nWidth: 500\nFlags: W\nHStem: -10 28<244 298.5> 432 28<201.5 252.5>\nVStem: 29 90<241.5 295> 380 90<164.5 235>\nRef: 714 714 S 1 0 0 1 85 0\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0200\nEncoding: 512 512 376\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 890 21<-177 -158.5 -21 -2.5>\nRef: 783 783 S 1 0 0 1 135 212\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0201\nEncoding: 513 513 377\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 436 24<191 235.5> 678 21<-312 -293.5 -156 -137.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 783 783 S 1 0 0 1 0 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 378\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 816 60<11 29>\nRef: 785 785 S 1 0 0 1 191 212\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 379\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 436 24<191 235.5> 604 60<-134 -116>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 785 785 S 1 0 0 1 46 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0204\nEncoding: 516 516 380\nWidth: 611\nFlags: W\nHStem: 0 19 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 890 21<-227 -208.5 -71 -52.5>\nVStem: 99 102<109 327 368 553 553 588>\nRef: 783 783 S 1 0 0 1 85 212\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0205\nEncoding: 517 517 381\nWidth: 444\nFlags: W\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 678 21<-312 -293.5 -156 -137.5>\nRef: 783 783 S 1 0 0 1 0 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 382\nWidth: 611\nFlags: W\nHStem: 0 19 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 816 60<-39 -21>\nVStem: 99 102<109 327 368 553 553 588>\nRef: 785 785 S 1 0 0 1 141 212\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 383\nWidth: 444\nFlags: W\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 604 60<-134 -116>\nRef: 785 785 S 1 0 0 1 46 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0208\nEncoding: 520 520 384\nWidth: 333\nFlags: W\nHStem: 0 19 643 19 890 21<-362 -343.5 -206 -187.5>\nVStem: 115 102<109 553>\nRef: 783 783 S 1 0 0 1 -50 212\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0209\nEncoding: 521 521 385\nWidth: 278\nFlags: W\nHStem: 0 15 390 15 440 20<175 175> 678 21<-392 -373.5 -236 -217.5>\nVStem: 95 84<102 334 334 356>\nRef: 783 783 S 1 0 0 1 -80 0\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 386\nWidth: 333\nFlags: W\nHStem: 0 19 643 19 816 60<-180 -162>\nVStem: 115 102<109 553>\nRef: 785 785 S 1 0 0 1 0 212\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 387\nWidth: 278\nFlags: W\nHStem: 0 15 390 15 440 20<175 175> 604 60<-210 -192>\nVStem: 95 84<102 334 334 356>\nRef: 785 785 S 1 0 0 1 -30 0\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020C\nEncoding: 524 524 388\nWidth: 722\nFlags: W\nHStem: -14 36<336 385.5> 640 36<333.5 384> 890 21<-172 -153.5 -16 2.5>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 783 783 S 1 0 0 1 140 212\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020D\nEncoding: 525 525 389\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 678 21<-312 -293.5 -156 -137.5>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 783 783 S 1 0 0 1 0 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 390\nWidth: 722\nFlags: W\nHStem: -14 36<336 385.5> 640 36<333.5 384> 816 60<15 33>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 785 785 S 1 0 0 1 195 212\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 391\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 604 60<-96 -78>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 785 785 S 1 0 0 1 84 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0210\nEncoding: 528 528 392\nWidth: 667\nFlags: W\nHStem: 0 19 625 37<235 293 293 317.5> 643 19 890 21<-200 -181.5 -44 -25.5>\nVStem: 102 102<120 306 343 553 553 588.5> 438 109<463 507.5>\nRef: 783 783 S 1 0 0 1 112 212\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0211\nEncoding: 529 529 393\nWidth: 333\nFlags: W\nHStem: 0 15 440 20<155 155 259 297> 678 21<-362 -343.5 -206 -187.5>\nVStem: 76 84<84 90 90 315>\nRef: 783 783 S 1 0 0 1 -50 0\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 394\nWidth: 667\nFlags: W\nHStem: 0 19 625 37<235 293 293 317.5> 643 19 816 60<-12 6>\nVStem: 102 102<120 306 343 553 553 588.5> 438 109<463 507.5>\nRef: 785 785 S 1 0 0 1 168 212\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 395\nWidth: 333\nFlags: W\nHStem: 0 15 440 20<155 155 259 297> 604 60<-180 -162>\nVStem: 76 84<84 90 90 315>\nRef: 785 785 S 1 0 0 1 0 0\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0214\nEncoding: 532 532 396\nWidth: 722\nFlags: W\nHStem: -14 44<342.5 409.5> 643 19 890 21<-153 -134.5 3 21.5>\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nRef: 783 783 S 1 0 0 1 159 212\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0215\nEncoding: 533 533 397\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 678 21<-312 -293.5 -156 -137.5>\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nRef: 783 783 S 1 0 0 1 0 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 398\nWidth: 722\nFlags: W\nHStem: -14 44<342.5 409.5> 643 19 816 60<35 53>\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nRef: 785 785 S 1 0 0 1 215 212\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 399\nWidth: 500\nFlags: W\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 604 60<-96 -78>\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nRef: 785 785 S 1 0 0 1 84 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 400\nWidth: 556\nFlags: W\nHStem: -142 104 -14 36<267 303.5> 0 20<114.5 127.5> 635 41<230 260> 642 20\nVStem: 71 86<515 531> 142 39 390 101<116.5 147>\nFore\n447 676 m 1\n 469 463 l 1\n 444 463 l 1\n 428 522 414 548 383 580 c 0\n 348 616 306 635 261 635 c 0\n 199 635 157 597 157 542 c 0\n 157 488 199 444 304 386 c 0\n 436 315 491 250 491 168 c 0\n 491 65 402 -14 287 -14 c 0\n 247 -14 207 -6 169 9 c 0\n 150 16 133 20 122 20 c 0\n 107 20 95 6 94 -13 c 1\n 72 -13 l 1\n 42 199 l 1\n 65 199 l 1\n 115 77 178 22 267 22 c 0\n 340 22 390 68 390 135 c 0\n 390 159 385 180 376 193 c 0\n 351 231 299 272 227 310 c 0\n 115 369 71 425 71 505 c 0\n 71 557 89 599 124 630 c 0\n 157 659 201 676 244 676 c 0\n 276 676 313 668 350 654 c 1\n 367 646 384 642 394 642 c 0\n 411 642 422 653 426 676 c 1\n 447 676 l 1\n235 -281 m 1\n 226 -262 l 1\n 280 -225 308 -188 308 -156 c 0\n 308 -148 302 -142 294 -142 c 0\n 293 -142 293 -142 286 -144 c 0\n 280 -145 273 -146 267 -146 c 0\n 231 -146 208 -127 208 -95 c 0\n 208 -61 232 -38 267 -38 c 0\n 312 -38 347 -77 347 -127 c 0\n 347 -187 302 -248 235 -281 c 1\nEndSplineSet\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 401\nWidth: 389\nFlags: W\nHStem: -142 104 -10 22<198 220.5> 0 20 430 20<300 311 311 311> 437 22<167 200>\nVStem: 51 62<355.5 372> 151 39 278 70<83 99.5>\nFore\n315 314 m 1\n 300 314 l 1\n 277 403 247 437 190 437 c 0\n 144 437 113 409 113 369 c 0\n 113 342 128 317 156 301 c 2\n 264 237 l 2\n 324 201 348 168 348 118 c 0\n 348 48 284 -10 207 -10 c 0\n 189 -10 162 -6 134 0 c 0\n 111 6 97 8 88 8 c 0\n 76 8 72 6 65 -4 c 1\n 52 -4 l 1\n 52 152 l 1\n 68 152 l 1\n 81 95 90 72 111 47 c 0\n 130 25 161 12 195 12 c 0\n 246 12 278 40 278 84 c 0\n 278 115 261 139 226 159 c 2\n 168 192 l 2\n 83 240 51 280 51 336 c 0\n 51 408 108 459 187 459 c 0\n 213 459 235 455 257 447 c 0\n 268 442 278 440 284 440 c 0\n 288 440 289 441 298 448 c 2\n 300 450 l 1\n 311 450 l 1\n 315 314 l 1\n152 -281 m 1\n 143 -262 l 1\n 197 -225 225 -188 225 -156 c 0\n 225 -148 219 -142 211 -142 c 0\n 210 -142 210 -142 203 -144 c 0\n 197 -145 190 -146 184 -146 c 0\n 148 -146 125 -127 125 -95 c 0\n 125 -61 149 -38 184 -38 c 0\n 229 -38 264 -77 264 -127 c 0\n 264 -187 219 -248 152 -281 c 1\nEndSplineSet\nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 402\nWidth: 611\nFlags: W\nHStem: -142 104 0 19 620 42<144 200 200 254 356 356 356 410>\nVStem: 117 39 254 102<120 620>\nFore\n254 620 m 1\n 200 620 l 2\n 88 620 65 601 41 492 c 1\n 17 492 l 1\n 23 662 l 1\n 587 662 l 1\n 593 492 l 1\n 569 492 l 1\n 546 602 524 620 410 620 c 2\n 356 620 l 1\n 356 109 l 2\n 356 36 370 23 452 19 c 1\n 452 0 l 1\n 160 0 l 1\n 160 19 l 1\n 243 24 254 35 254 120 c 2\n 254 620 l 1\n263 -281 m 1\n 254 -262 l 1\n 308 -225 336 -188 336 -156 c 0\n 336 -148 330 -142 322 -142 c 0\n 321 -142 321 -142 314 -144 c 0\n 308 -145 301 -146 295 -146 c 0\n 259 -146 236 -127 236 -95 c 0\n 236 -61 260 -38 295 -38 c 0\n 340 -38 375 -77 375 -127 c 0\n 375 -187 330 -248 263 -281 c 1\nEndSplineSet\nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 403\nWidth: 278\nFlags: W\nHStem: -142 104 -10 52 418 32<154 255>\nVStem: 13 242<423.5 427.5> 70 84<117 132 132 418> 113 39\nFore\n255 450 m 1\n 255 418 l 1\n 154 418 l 1\n 154 132 l 2\n 154 69 169 42 206 42 c 0\n 228 42 245 52 266 77 c 1\n 279 66 l 1\n 246 14 208 -10 159 -10 c 0\n 100 -10 70 33 70 117 c 2\n 70 418 l 1\n 17 418 l 1\n 14 420 13 422 13 425 c 0\n 13 430 19 437 30 444 c 1\n 46 448 89 496 127 551 c 0\n 134 561 140 570 147 579 c 1\n 153 579 154 576 154 566 c 2\n 154 450 l 1\n 255 450 l 1\n96 -281 m 5\n 87 -262 l 5\n 141 -225 169 -188 169 -156 c 4\n 169 -148 163 -142 155 -142 c 4\n 154 -142 154 -142 147 -144 c 4\n 141 -145 134 -146 128 -146 c 4\n 92 -146 69 -127 69 -95 c 4\n 69 -61 93 -38 128 -38 c 4\n 173 -38 208 -77 208 -127 c 4\n 208 -187 163 -248 96 -281 c 5\nEndSplineSet\nEndChar\nStartChar: uni021E\nEncoding: 542 542 404\nWidth: 722\nFlags: W\nHStem: 0 19 315 44<209 512> 643 19 866 20<206 240 240 240 483 517 517 517>\nVStem: 107 102<120 315 359 553> 512 102<120 315 315 315 359 553>\nRef: 711 711 S 1 0 0 1 195 212\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni021F\nEncoding: 543 543 405\nWidth: 500\nFlags: W\nHStem: 0 15 406 54<274.5 293> 866 20<95 129 129 129 372 406 406 406>\nVStem: 73 84<102 343 376 573 573 594.5> 343 84<102 300 300 301>\nRef: 711 711 S 1 0 0 1 84 212\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0226\nEncoding: 550 550 406\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367>\nRef: 729 729 S 1 0 0 1 190 212\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0227\nEncoding: 551 551 407\nWidth: 444\nFlags: W\nHStem: -10 57 -10 58 436 24<191 235.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 729 729 S 1 0 0 1 45 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0228\nEncoding: 552 552 408\nWidth: 611\nFlags: W\nHStem: -215 35<270.5 298> -100 38 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588> 336 75<-149.5 -123>\nRef: 184 184 S 1 0 0 1 150 0\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0229\nEncoding: 553 553 409\nWidth: 444\nFlags: W\nHStem: -215 35<186.5 214> -100 38 -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5>\nVStem: 252 75<-149.5 -123>\nRef: 184 184 S 1 0 0 1 66 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022A\nEncoding: 554 554 410\nWidth: 722\nFlags: W\nHStem: -14 36<336 385.5> 640 36<333.5 384> 859 54<207 516>\nVStem: -120 99<771 797.5> 34 114<284 380> 79 99<771 797.5> 206 311<860 912> 574 114<298.5 376.5>\nRef: 713 713 S 1 0 0 1 195 312\nRef: 776 776 N 1 0 0 1 195 212\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022B\nEncoding: 555 555 411\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 667 54<88 397>\nVStem: 29 90<239.5 295> 87 311<668 720> 101 99<559 585.5> 300 99<559 585.5> 380 90<165 267.5>\nRef: 713 713 S 1 0 0 1 76 120\nRef: 168 168 N 1 0 0 1 83 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022C\nEncoding: 556 556 412\nWidth: 722\nFlags: W\nHStem: -14 36<336 385.5> 640 36<333.5 384> 744 56<430.5 442.5> 790 55<266 276> 869 54<197 506>\nVStem: 34 114<284 380> 196 311<870 922> 574 114<298.5 376.5>\nRef: 713 713 S 1 0 0 1 185 322\nRef: 732 732 N 1 0 0 1 189 212\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022D\nEncoding: 557 557 413\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 532 56<318.5 330.5> 578 55<154 164> 667 54<88 397>\nVStem: 29 90<239.5 295> 87 311<668 720> 380 90<165 267.5>\nRef: 713 713 S 1 0 0 1 76 120\nRef: 732 732 N 1 0 0 1 77 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022E\nEncoding: 558 558 414\nWidth: 722\nFlags: W\nHStem: -14 36<336 385.5> 640 36<333.5 384>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 729 729 S 1 0 0 1 195 212\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022F\nEncoding: 559 559 415\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 729 729 S 1 0 0 1 83 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0230\nEncoding: 560 560 416\nWidth: 722\nFlags: W\nHStem: -14 36<336 385.5> 640 36<333.5 384> 859 54<207 516>\nVStem: 34 114<284 380> 206 311<860 912> 574 114<298.5 376.5>\nRef: 713 713 S 1 0 0 1 195 312\nRef: 729 729 N 1 0 0 1 195 212\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0231\nEncoding: 561 561 417\nWidth: 500\nFlags: W\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 667 54<88 397>\nVStem: 29 90<239.5 295> 87 311<668 720> 380 90<165 267.5>\nRef: 713 713 S 1 0 0 1 76 120\nRef: 729 729 N 1 0 0 1 83 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0232\nEncoding: 562 562 418\nWidth: 722\nFlags: W\nHStem: 0 19 642 20<277 279> 759 54<223 532>\nVStem: 222 311<760 812> 315 102<120 294 294 294>\nRef: 713 713 S 1 0 0 1 211 212\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0233\nEncoding: 563 563 419\nWidth: 500\nFlags: W\nHStem: -218 84 430 20<14 220 220 220 340 475 475 475> 547 54<111 420>\nVStem: 110 311<548 600>\nRef: 713 713 S 1 0 0 1 99 0\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni02BB\nEncoding: 699 699 420\nWidth: 333\nFlags: W\nHStem: 523 85<183 196> 709 29<172 196>\nVStem: 76 44<635 648>\nFore\n237 701 m 1\n 221 707 205 709 182 709 c 0\n 151 709 120 684 120 648 c 0\n 120 619 132 603 159 603 c 0\n 173 603 178 608 194 608 c 0\n 225 608 241 595 241 566 c 0\n 241 536 214 523 189 523 c 0\n 120 523 76 564 76 634 c 0\n 76 689 121 738 178 738 c 0\n 201 738 224 734 245 725 c 1\n 237 701 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii57929\nEncoding: 700 700 421\nWidth: 500\nFlags: W\nHStem: 523 29<134 154> 653 85<132 143>\nVStem: 210 43<613 626>\nFore\n84 536 m 1\n 93 560 l 1\n 108 554 125 552 148 552 c 0\n 178 552 210 577 210 613 c 0\n 210 642 198 658 171 658 c 0\n 156 658 152 653 135 653 c 0\n 105 653 88 666 88 695 c 0\n 88 725 116 738 141 738 c 0\n 210 738 253 697 253 627 c 0\n 253 572 208 523 152 523 c 0\n 129 523 105 527 84 536 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii64937\nEncoding: 701 701 422\nWidth: 500\nFlags: W\nHStem: 523 29<172 196> 653 85<183 196>\nVStem: 76 44<613 626>\nFore\n237 560 m 1\n 245 536 l 1\n 224 527 201 523 178 523 c 0\n 121 523 76 572 76 627 c 0\n 76 697 120 738 189 738 c 0\n 214 738 241 725 241 695 c 0\n 241 666 225 653 194 653 c 0\n 178 653 173 658 159 658 c 0\n 132 658 120 642 120 613 c 0\n 120 577 151 552 182 552 c 0\n 205 552 221 554 237 560 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni02BE\nEncoding: 702 702 423\nWidth: 333\nFlags: W\nHStem: 511 34<146 150> 676 34<134.737 150>\nVStem: 212 34<607 613>\nFore\n102 699 m 5\n 115 706 131 710 147 710 c 4\n 203 710 246 664 246 610 c 4\n 246 556 204 511 147 511 c 4\n 131 511 115 515 102 522 c 5\n 117 552 l 5\n 126 548 137 545 148 545 c 4\n 193 545 212 586 212 611 c 4\n 212 635 192 676 147 676 c 4\n 136 676 127 674 118 669 c 5\n 102 699 l 5\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni02BF\nEncoding: 703 703 424\nWidth: 333\nFlags: W\nHStem: 511 34<184 189> 676 34<184 189>\nVStem: 88 34<607 613>\nFore\n232 699 m 1\n 216 669 l 1\n 207 674 198 676 187 676 c 0\n 142 676 122 635 122 611 c 0\n 122 586 141 545 186 545 c 0\n 197 545 208 548 217 552 c 1\n 232 522 l 1\n 219 515 203 511 187 511 c 0\n 130 511 88 556 88 610 c 128\n 88 664 131 710 187 710 c 0\n 203 710 219 706 232 699 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: circumflex\nEncoding: 710 710 425\nWidth: 333\nFlags: MW\nHStem: 654 20<135 197 197 197>\nFore\n322 507 m 1\n 288 507 l 1\n 166 610 l 1\n 45 507 l 1\n 11 507 l 1\n 135 674 l 1\n 197 674 l 1\n 322 507 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 426\nWidth: 333\nFlags: MW\nHStem: 654 20<11 45 45 45 288 322 322 322>\nFore\n322 674 m 1\n 197 507 l 1\n 135 507 l 1\n 11 674 l 1\n 45 674 l 1\n 166 571 l 1\n 288 674 l 1\n 322 674 l 1\nEndSplineSet\nEndChar\nStartChar: uni02C9\nEncoding: 713 713 427\nWidth: 333\nFlags: W\nHStem: 547 54<12 321>\nVStem: 11 311<548 600>\nFore\n11 601 m 1\n 322 601 l 1\n 322 547 l 1\n 11 547 l 1\n 11 601 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni02CA\nEncoding: 714 714 428\nWidth: 333\nFlags: W\nFore\n133 507 m 1\n 93 507 l 1\n 240 655 l 2\n 263 678 270 678 284 678 c 0\n 316 678 317 650 317 646 c 0\n 317 623 297 610 287 604 c 2\n 133 507 l 1\nEndSplineSet\nEndChar\nStartChar: uni02CB\nEncoding: 715 715 429\nWidth: 333\nFlags: W\nFore\n242 507 m 1\n 202 507 l 1\n 48 604 l 2\n 36 612 19 626 19 647 c 0\n 19 649 20 678 51 678 c 0\n 67 678 71 679 95 655 c 2\n 242 507 l 1\nEndSplineSet\nEndChar\nStartChar: uni02CE\nEncoding: 718 718 430\nWidth: 333\nFlags: W\nFore\n273 -296 m 1\n 233 -296 l 1\n 79 -199 l 2\n 67 -191 50 -177 50 -156 c 0\n 50 -154 51 -125 82 -125 c 0\n 98 -125 102 -124 126 -148 c 2\n 273 -296 l 1\nEndSplineSet\nEndChar\nStartChar: uni02CF\nEncoding: 719 719 431\nWidth: 333\nFlags: W\nFore\n51 -296 m 1\n 198 -148 l 2\n 222 -124 226 -125 242 -125 c 0\n 273 -125 274 -154 274 -156 c 0\n 274 -177 257 -191 245 -199 c 2\n 91 -296 l 1\n 51 -296 l 1\nEndSplineSet\nEndChar\nStartChar: uni02D4\nEncoding: 724 724 432\nWidth: 333\nFlags: W\nHStem: -366 54<11 139 193 320>\nVStem: 139 54<-312 -130>\nFore\n139 -312 m 1\n 139 -129 l 1\n 193 -129 l 1\n 193 -312 l 1\n 321 -312 l 1\n 321 -366 l 1\n 10 -366 l 1\n 10 -312 l 1\n 139 -312 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y3,1 y3,2 x3,5 x3,4 x0,6 x0,7 \nEndChar\nStartChar: uni02D5\nEncoding: 725 725 433\nWidth: 333\nFlags: W\nHStem: -231 54<11 138 194 320>\nVStem: 139 54<-413 -231>\nFore\n139 -231 m 1\n 10 -231 l 1\n 10 -177 l 1\n 321 -177 l 1\n 321 -231 l 1\n 193 -231 l 1\n 193 -414 l 1\n 139 -414 l 1\n 139 -231 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y0,6 y0,7 x5,3 x5,4 \nEndChar\nStartChar: uni02D6\nEncoding: 726 726 434\nWidth: 333\nFlags: W\nHStem: -285 54<38 139 193 294>\nVStem: 139 54<-386 -285 -231 -130>\nFore\n295 -231 m 1\n 295 -285 l 1\n 193 -285 l 1\n 193 -387 l 1\n 139 -387 l 1\n 139 -285 l 1\n 37 -285 l 1\n 37 -231 l 1\n 139 -231 l 1\n 139 -129 l 1\n 193 -129 l 1\n 193 -231 l 1\n 295 -231 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y11,9 y11,10 y2,4 y2,3 x8,6 x8,7 x2,0 x2,1 \nEndChar\nStartChar: uni02D7\nEncoding: 727 727 435\nWidth: 333\nFlags: W\nHStem: -231 54<12 321>\nVStem: 11 311<-230 -178>\nFore\n11 -177 m 1\n 322 -177 l 1\n 322 -231 l 1\n 11 -231 l 1\n 11 -177 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: breve\nEncoding: 728 728 436\nWidth: 333\nFlags: MW\nHStem: 507 60<141.5 196> 644 20<26 55 55 55 278 307 307 307>\nFore\n278 664 m 1\n 307 664 l 1\n 295 558 249 507 165 507 c 0\n 118 507 78 526 53 561 c 0\n 34 589 27 613 26 664 c 1\n 55 664 l 1\n 69 597 103 567 167 567 c 0\n 225 567 250 588 278 664 c 1\nEndSplineSet\nEndChar\nStartChar: dotaccent\nEncoding: 729 729 437\nWidth: 333\nFlags: W\nFore\n166 622 m 0\n 194 622 217 599 217 572 c 128\n 217 545 194 523 166 523 c 4\n 139 523 118 545 118 573 c 0\n 118 599 141 622 166 622 c 0\nEndSplineSet\nEndChar\nStartChar: ring\nEncoding: 730 730 438\nWidth: 333\nFlags: MW\nHStem: 512 34<147.5 183.5> 677 34<149 184.5>\nVStem: 67 34<594 630> 232 34<593 629>\nFore\n166 711 m 0\n 221 711 266 666 266 611 c 128\n 266 556 221 512 166 512 c 0\n 110 512 67 556 67 612 c 0\n 67 666 112 711 166 711 c 0\n167 677 m 0\n 131 677 101 648 101 612 c 128\n 101 576 130 546 165 546 c 0\n 202 546 232 575 232 611 c 132\n 232 647 202 677 167 677 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 439\nWidth: 333\nFlags: MW\nHStem: -165 56<147 157.5>\nVStem: 64 56<-80.5 -73>\nFore\n229 -73 m 1\n 249 -89 l 1\n 212 -142 178 -165 137 -165 c 128\n 96 -165 64 -132 64 -89 c 0\n 64 -57 80 -30 118 0 c 5\n 164 0 l 1\n 133 -25 120 -46 120 -69 c 128\n 120 -92 136 -109 158 -109 c 0\n 179 -109 198 -99 229 -73 c 1\nEndSplineSet\nEndChar\nStartChar: tilde\nEncoding: 732 732 440\nWidth: 333\nFlags: W\nHStem: 532 56<241.5 253.5> 578 55<77 87>\nFore\n302 638 m 1\n 331 638 l 1\n 310 562 281 532 226 532 c 0\n 201 532 186 536 145 556 c 2\n 122 567 l 2\n 107 574 93 578 81 578 c 0\n 58 578 41 563 30 532 c 1\n 1 532 l 1\n 16 597 52 633 102 633 c 0\n 124 633 149 627 172 615 c 2\n 196 603 l 2\n 215 594 234 588 249 588 c 0\n 272 588 285 600 302 638 c 1\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 441\nWidth: 333\nFlags: MW\nHStem: 658 20<178.5 197 334.5 353>\nFore\n193 507 m 1\n 153 507 l 5\n 300 655 l 2\n 318 673 327 678 342 678 c 0\n 364 678 377 666 377 646 c 0\n 377 630 368 617 347 604 c 2\n 193 507 l 1\n37 507 m 1\n -3 507 l 1\n 144 655 l 2\n 162 673 171 678 186 678 c 0\n 208 678 221 666 221 646 c 0\n 221 630 212 617 191 604 c 2\n 37 507 l 1\nEndSplineSet\nEndChar\nStartChar: gravecomb\nEncoding: 768 768 442\nWidth: 0\nFlags: W\nRef: 715 715 N 1 0 0 1 -333 0\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 443\nWidth: 0\nFlags: W\nRef: 714 714 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0302\nEncoding: 770 770 444\nWidth: 0\nFlags: W\nHStem: 654 20<-198 -136 -136 -136>\nRef: 710 710 N 1 0 0 1 -333 0\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 445\nWidth: 0\nFlags: W\nHStem: 532 56<-91.5 -79.5> 578 55<-256 -246>\nRef: 732 732 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0304\nEncoding: 772 772 446\nWidth: 0\nFlags: W\nHStem: 547 54<-321 -12>\nVStem: -322 311<548 600>\nRef: 713 713 S 1 0 0 1 -333 0\nEndChar\nStartChar: uni0305\nEncoding: 773 773 447\nWidth: 0\nFlags: W\nHStem: 547 54<-489 -11>\nFore\n-489 601 m 1\n -11 601 l 1\n -11 547 l 1\n -489 547 l 1\n -489 601 l 1\nEndSplineSet\nEndChar\nStartChar: uni0306\nEncoding: 774 774 448\nWidth: 0\nFlags: W\nHStem: 507 60<-191.5 -137> 644 20<-307 -278 -278 -278 -55 -26 -26 -26>\nRef: 728 728 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0307\nEncoding: 775 775 449\nWidth: 0\nFlags: W\nRef: 729 729 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0308\nEncoding: 776 776 450\nWidth: 0\nFlags: W\nVStem: -315 99<559 585.5> -116 99<559 585.5>\nRef: 168 168 N 1 0 0 1 -333 0\nEndChar\nStartChar: hookabovecomb\nEncoding: 777 777 451\nWidth: 0\nFlags: W\nHStem: 691 19<-186 -174>\nVStem: -244 27<636 666> -244 35<634 645> -181 85<501 643> -144 48<639 647>\nFore\n-156 501 m 1\n -181 501 l 1\n -181 571 -144 598 -144 643 c 0\n -144 667 -153 691 -184 691 c 0\n -201 691 -217 679 -217 666 c 0\n -217 655 -209 651 -209 636 c 0\n -209 629 -214 619 -225 619 c 0\n -241 619 -244 631 -244 645 c 0\n -244 685 -212 710 -174 710 c 0\n -149 710 -96 696 -96 639 c 0\n -96 587 -147 580 -156 501 c 1\nEndSplineSet\nEndChar\nStartChar: uni030A\nEncoding: 778 778 452\nWidth: 0\nFlags: W\nHStem: 512 34<-185.5 -149.5> 677 34<-184 -148.5>\nVStem: -266 34<594 630> -101 34<593 629>\nRef: 730 730 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030B\nEncoding: 779 779 453\nWidth: 0\nFlags: W\nHStem: 658 20<-154.5 -136 1.5 20>\nRef: 733 733 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030C\nEncoding: 780 780 454\nWidth: 0\nFlags: W\nHStem: 654 20<-322 -288 -288 -288 -45 -11 -11 -11>\nRef: 711 711 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni030D\nEncoding: 781 781 455\nWidth: 0\nFlags: W\nFore\n-158 507 m 1\n -175 507 l 1\n -183 551 -201 648 -201 671 c 0\n -201 692 -182 703 -166 703 c 0\n -151 703 -133 692 -133 671 c 0\n -133 648 -150 551 -158 507 c 1\nEndSplineSet\nEndChar\nStartChar: uni030E\nEncoding: 782 782 456\nWidth: 0\nFlags: W\nVStem: -268 68<671 673> -134 68<671 673>\nFore\n-91 507 m 1\n -108 507 l 1\n -116 551 -134 648 -134 671 c 0\n -134 692 -115 703 -99 703 c 0\n -84 703 -66 692 -66 671 c 0\n -66 648 -83 551 -91 507 c 1\n-225 507 m 1\n -242 507 l 1\n -250 551 -268 648 -268 671 c 0\n -268 692 -249 703 -233 703 c 0\n -218 703 -200 692 -200 671 c 0\n -200 648 -217 551 -225 507 c 1\nEndSplineSet\nEndChar\nStartChar: uni030F\nEncoding: 783 783 457\nWidth: 0\nFlags: W\nHStem: 678 21G<-312 -293.5 -156 -137.5>\nFore\n-152 507 m 1\n -112 507 l 5\n -259 655 l 2\n -277 673 -286 678 -301 678 c 0\n -323 678 -336 666 -336 646 c 0\n -336 630 -327 617 -306 604 c 2\n -152 507 l 1\n4 507 m 1\n 44 507 l 1\n -103 655 l 2\n -121 673 -130 678 -145 678 c 0\n -167 678 -180 666 -180 646 c 0\n -180 630 -171 617 -150 604 c 2\n 4 507 l 1\nEndSplineSet\nEndChar\nStartChar: uni0310\nEncoding: 784 784 458\nWidth: 0\nFlags: W\nHStem: 507 60<-180 -162> 644 20G<-307 -278 -55 -26>\nVStem: -216 98<667 669>\nFore\n-55 664 m 1\n -26 664 l 1\n -29 633 -41 507 -169 507 c 0\n -241 507 -309 555 -307 664 c 1\n -278 664 l 1\n -268 603 -231 567 -167 567 c 0\n -91 567 -74 614 -55 664 c 1\n-216 667 m 0\n -216 686 -201 717 -168 717 c 0\n -141 717 -118 694 -118 667 c 0\n -118 639 -141 617 -168 617 c 0\n -202 617 -216 647 -216 667 c 0\nEndSplineSet\nEndChar\nStartChar: uni0311\nEncoding: 785 785 459\nWidth: 0\nFlags: W\nHStem: 604 60<-180 -162>\nFore\n-55 507 m 1\n -26 507 l 1\n -38 613 -84 664 -168 664 c 0\n -215 664 -255 645 -280 610 c 0\n -299 582 -306 558 -307 507 c 1\n -278 507 l 1\n -264 574 -230 604 -166 604 c 0\n -108 604 -83 583 -55 507 c 1\nEndSplineSet\nEndChar\nStartChar: uni0312\nEncoding: 786 786 460\nWidth: 0\nFlags: W\nHStem: 523 85<-150 -137> 709 29<-161 -137>\nVStem: -257 44<635 648>\nRef: 699 699 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0313\nEncoding: 787 787 461\nWidth: 0\nFlags: W\nHStem: 523 29<-199 -179> 653 85<-201 -190>\nVStem: -123 43<613 626>\nRef: 700 700 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0314\nEncoding: 788 788 462\nWidth: 0\nFlags: W\nHStem: 523 29<-161 -137> 653 85<-150 -137>\nVStem: -257 44<613 626>\nRef: 701 701 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0315\nEncoding: 789 789 463\nWidth: 0\nFlags: W\nHStem: 676 21G<-316.5 -292.5>\nVStem: -262 39<558 580>\nFore\n-335 433 m 1\n -344 452 l 1\n -278 494 -262 539 -262 558 c 0\n -262 567 -269 572 -276 572 c 0\n -278 572 -281 571 -285 570 c 0\n -288 569 -293 568 -300 568 c 0\n -326 568 -362 578 -362 618 c 0\n -362 661 -329 676 -304 676 c 0\n -281 676 -223 663 -223 580 c 0\n -223 509 -305 443 -335 433 c 1\nEndSplineSet\nEndChar\nStartChar: uni0316\nEncoding: 790 790 464\nWidth: 0\nFlags: W\nFore\n-60 -296 m 1\n -100 -296 l 1\n -254 -199 l 2\n -266 -191 -283 -177 -283 -156 c 0\n -283 -154 -282 -125 -251 -125 c 0\n -235 -125 -231 -124 -207 -148 c 2\n -60 -296 l 1\nEndSplineSet\nEndChar\nStartChar: uni0317\nEncoding: 791 791 465\nWidth: 0\nFlags: W\nFore\n-282 -296 m 1\n -135 -148 l 2\n -111 -124 -107 -125 -91 -125 c 0\n -60 -125 -59 -154 -59 -156 c 0\n -59 -177 -76 -191 -88 -199 c 2\n -242 -296 l 1\n -282 -296 l 1\nEndSplineSet\nEndChar\nStartChar: uni0318\nEncoding: 792 792 466\nWidth: 0\nFlags: W\nHStem: -309 54<-286 -103>\nVStem: -103 54<-438 -127>\nFore\n-103 -309 m 1\n -286 -309 l 1\n -286 -255 l 1\n -103 -255 l 1\n -103 -127 l 1\n -49 -127 l 1\n -49 -438 l 1\n -103 -438 l 1\n -103 -309 l 1\nEndSplineSet\nEndChar\nStartChar: uni0319\nEncoding: 793 793 467\nWidth: 0\nFlags: W\nHStem: -309 54<-231 -48>\nVStem: -285 54<-438 -309 -438 -127>\nFore\n-231 -309 m 1\n -231 -438 l 1\n -285 -438 l 1\n -285 -127 l 1\n -231 -127 l 1\n -231 -255 l 1\n -48 -255 l 1\n -48 -309 l 1\n -231 -309 l 1\nEndSplineSet\nEndChar\nStartChar: uni031A\nEncoding: 794 794 468\nWidth: 0\nFlags: W\nHStem: 688 54<-285 -102>\nVStem: -102 54<505 742>\nFore\n-48 742 m 1\n -48 505 l 1\n -102 505 l 1\n -102 688 l 1\n -285 688 l 1\n -285 742 l 1\n -48 742 l 1\nEndSplineSet\nEndChar\nStartChar: uni031B\nEncoding: 795 795 469\nWidth: 0\nFlags: W\nHStem: 333 28<-270 -252>\nVStem: -179 48<426 460>\nFore\n-333 392 m 1\n -315 373 -289 361 -261 361 c 0\n -237 361 -213 370 -198 383 c 0\n -184 395 -179 412 -179 426 c 0\n -179 471 -281 427 -281 501 c 0\n -281 538 -256 564 -216 564 c 0\n -165 564 -131 522 -131 460 c 0\n -131 390 -188 333 -259 333 c 0\n -270 333 -312 335 -333 358 c 1\n -333 392 l 1\nEndSplineSet\nEndChar\nStartChar: uni031C\nEncoding: 796 796 470\nWidth: 0\nFlags: W\nHStem: -331 34<-150 -144> -166 34<-146 -144>\nVStem: -245 34<-236 -229>\nFore\n-101 -143 m 1\n -117 -173 l 1\n -126 -168 -135 -166 -146 -166 c 0\n -191 -166 -211 -207 -211 -231 c 0\n -211 -256 -192 -297 -147 -297 c 0\n -136 -297 -125 -294 -116 -290 c 1\n -101 -320 l 1\n -114 -327 -130 -331 -146 -331 c 0\n -203 -331 -245 -286 -245 -232 c 128\n -245 -178 -202 -132 -146 -132 c 0\n -130 -132 -114 -136 -101 -143 c 1\nEndSplineSet\nEndChar\nStartChar: uni031D\nEncoding: 797 797 471\nWidth: 0\nFlags: W\nHStem: -366 54<-323 -12>\nVStem: -194 54<-312 -129>\nFore\n-194 -312 m 1\n -194 -129 l 1\n -140 -129 l 1\n -140 -312 l 1\n -12 -312 l 1\n -12 -366 l 1\n -323 -366 l 1\n -323 -312 l 1\n -194 -312 l 1\nEndSplineSet\nEndChar\nStartChar: uni031E\nEncoding: 798 798 472\nWidth: 0\nFlags: W\nHStem: -231 54<-323 -194 -323 -12>\nVStem: -194 54<-414 -231>\nFore\n-194 -231 m 1\n -323 -231 l 1\n -323 -177 l 1\n -12 -177 l 1\n -12 -231 l 1\n -140 -231 l 1\n -140 -414 l 1\n -194 -414 l 1\n -194 -231 l 1\nEndSplineSet\nEndChar\nStartChar: uni031F\nEncoding: 799 799 473\nWidth: 0\nFlags: W\nHStem: -285 54<-296 -194 -140 -38>\nVStem: -194 54<-387 -285 -231 -129>\nFore\n-38 -231 m 1\n -38 -285 l 1\n -140 -285 l 1\n -140 -387 l 1\n -194 -387 l 1\n -194 -285 l 1\n -296 -285 l 1\n -296 -231 l 1\n -194 -231 l 1\n -194 -129 l 1\n -140 -129 l 1\n -140 -231 l 1\n -38 -231 l 1\nEndSplineSet\nEndChar\nStartChar: uni0320\nEncoding: 800 800 474\nWidth: 0\nFlags: W\nHStem: -231 54<-322 -11>\nFore\n-322 -177 m 1\n -11 -177 l 1\n -11 -231 l 1\n -322 -231 l 1\n -322 -177 l 1\nEndSplineSet\nEndChar\nStartChar: uni0321\nEncoding: 801 801 475\nWidth: 0\nFlags: W\nHStem: -231 24<-381 -369> 0 23<-379 -322>\nVStem: -322 25<-152 0>\nFore\n-322 0 m 1\n -379 0 l 1\n -379 23 l 1\n -331 23 l 1\n -321 31 -314 39 -308 46 c 1\n -297 35 l 1\n -297 -152 l 2\n -297 -196 -331 -231 -375 -231 c 128\n -419 -231 -454 -196 -454 -156 c 0\n -454 -133 -436 -115 -413 -115 c 128\n -390 -115 -372 -133 -372 -156 c 0\n -372 -177 -387 -194 -407 -197 c 1\n -398 -203 -387 -207 -376 -207 c 0\n -346 -207 -322 -182 -322 -152 c 2\n -322 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0322\nEncoding: 802 802 476\nWidth: 0\nFlags: W\nHStem: -231 24<-292 -280> 0 23<-332 -283>\nVStem: -365 25<-152 0> -365 82<-152 23>\nFore\n-340 0 m 1\n -340 -152 l 2\n -340 -182 -316 -207 -286 -207 c 0\n -275 -207 -264 -203 -255 -197 c 1\n -275 -194 -290 -177 -290 -156 c 0\n -290 -133 -272 -115 -249 -115 c 128\n -226 -115 -208 -133 -208 -156 c 0\n -208 -196 -243 -231 -287 -231 c 128\n -331 -231 -365 -196 -365 -152 c 2\n -365 35 l 1\n -354 46 l 1\n -348 39 -341 31 -331 23 c 1\n -283 23 l 1\n -283 0 l 1\n -340 0 l 1\nEndSplineSet\nEndChar\nStartChar: dotbelowcomb\nEncoding: 803 803 477\nWidth: 0\nFlags: W\nFore\n-216 -175 m 0\n -216 -156 -201 -125 -168 -125 c 0\n -141 -125 -118 -148 -118 -175 c 0\n -118 -203 -141 -225 -168 -225 c 0\n -202 -225 -216 -195 -216 -175 c 0\nEndSplineSet\nEndChar\nStartChar: uni0324\nEncoding: 804 804 478\nWidth: 0\nFlags: W\nVStem: -315 98<-175 -173> -116 98<-175 -173>\nFore\n-315 -175 m 0\n -315 -156 -300 -125 -267 -125 c 0\n -240 -125 -217 -148 -217 -175 c 0\n -217 -203 -240 -225 -267 -225 c 0\n -301 -225 -315 -195 -315 -175 c 0\n-116 -175 m 0\n -116 -156 -101 -125 -68 -125 c 0\n -41 -125 -18 -148 -18 -175 c 0\n -18 -203 -41 -225 -68 -225 c 0\n -102 -225 -116 -195 -116 -175 c 0\nEndSplineSet\nEndChar\nStartChar: uni0325\nEncoding: 805 805 479\nWidth: 0\nFlags: W\nHStem: -331 34<-171 -165> -166 34<-167 -165>\nVStem: -266 34<-236 -229> -101 34<-232 -228>\nFore\n-266 -232 m 0\n -266 -178 -223 -132 -167 -132 c 0\n -112 -132 -67 -177 -67 -232 c 0\n -67 -287 -112 -331 -167 -331 c 0\n -224 -331 -266 -286 -266 -232 c 0\n-167 -166 m 0\n -212 -166 -232 -207 -232 -231 c 0\n -232 -256 -213 -297 -168 -297 c 0\n -130 -297 -101 -268 -101 -232 c 128\n -101 -196 -130 -166 -167 -166 c 0\nEndSplineSet\nEndChar\nStartChar: uni0326\nEncoding: 806 806 480\nWidth: 0\nFlags: W\nVStem: -164 39<-156 -127>\nFore\n-237 -281 m 1\n -246 -262 l 1\n -192 -225 -164 -188 -164 -156 c 0\n -164 -148 -170 -142 -178 -142 c 0\n -179 -142 -179 -142 -186 -144 c 0\n -192 -145 -199 -146 -205 -146 c 0\n -241 -146 -264 -127 -264 -95 c 0\n -264 -61 -240 -38 -205 -38 c 4\n -160 -38 -125 -77 -125 -127 c 0\n -125 -187 -170 -248 -237 -281 c 1\nEndSplineSet\nEndChar\nStartChar: uni0327\nEncoding: 807 807 481\nWidth: 0\nFlags: W\nHStem: -215 35<-212.5 -185> -100 38\nVStem: -147 75<-149.5 -123>\nRef: 184 184 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0328\nEncoding: 808 808 482\nWidth: 0\nFlags: W\nHStem: -165 56<-186 -175.5>\nVStem: -269 56<-80.5 -73>\nRef: 731 731 N 1 0 0 1 -333 0\nEndChar\nStartChar: uni0329\nEncoding: 809 809 483\nWidth: 0\nFlags: W\nFore\n-158 -131 m 1\n -150 -175 -133 -272 -133 -295 c 0\n -133 -316 -151 -327 -166 -327 c 0\n -182 -327 -201 -316 -201 -295 c 0\n -201 -272 -183 -175 -175 -131 c 1\n -158 -131 l 1\nEndSplineSet\nEndChar\nStartChar: uni032A\nEncoding: 810 810 484\nWidth: 0\nFlags: W\nHStem: -231 54<-323 -66>\nVStem: -323 54<-349 -231> -66 54<-349 -231>\nFore\n-66 -231 m 1\n -269 -231 l 1\n -269 -349 l 1\n -323 -349 l 1\n -323 -231 l 1\n -323 -177 l 1\n -12 -177 l 1\n -12 -231 l 1\n -12 -349 l 1\n -66 -349 l 1\n -66 -231 l 1\nEndSplineSet\nEndChar\nStartChar: uni032B\nEncoding: 811 811 485\nWidth: 0\nFlags: W\nHStem: -373 37<-267 -243 -84 -60>\nVStem: -323 54<-310 -290> -58 54<-310 -290>\nFore\n-164 -204 m 0\n -153 -205 -154 -211 -150 -228 c 0\n -141 -267 -127 -336 -84 -336 c 0\n -63 -336 -58 -325 -58 -292 c 128\n -58 -259 -71 -211 -102 -169 c 0\n -112 -156 -100 -149 -87 -157 c 0\n -40 -188 -4 -241 -4 -295 c 0\n -4 -343 -24 -373 -60 -373 c 128\n -96 -373 -138 -355 -162 -319 c 1\n -189 -355 -231 -373 -267 -373 c 128\n -303 -373 -323 -343 -323 -295 c 0\n -323 -241 -287 -188 -240 -157 c 0\n -227 -149 -215 -155 -225 -169 c 0\n -254 -210 -269 -259 -269 -292 c 128\n -269 -325 -264 -336 -243 -336 c 0\n -200 -336 -186 -267 -177 -228 c 0\n -173 -211 -174 -203 -164 -204 c 0\nEndSplineSet\nEndChar\nStartChar: uni032C\nEncoding: 812 812 486\nWidth: 0\nFlags: W\nFore\n-11 -165 m 1\n -136 -332 l 1\n -198 -332 l 1\n -322 -165 l 1\n -288 -165 l 1\n -167 -268 l 1\n -45 -165 l 1\n -11 -165 l 1\nEndSplineSet\nEndChar\nStartChar: uni032D\nEncoding: 813 813 487\nWidth: 0\nFlags: W\nFore\n-11 -333 m 1\n -45 -333 l 1\n -167 -230 l 1\n -288 -333 l 1\n -322 -333 l 1\n -198 -166 l 1\n -136 -166 l 1\n -11 -333 l 1\nEndSplineSet\nEndChar\nStartChar: uni032E\nEncoding: 814 814 488\nWidth: 0\nFlags: W\nHStem: -311 60<-180 -162>\nFore\n-55 -154 m 1\n -26 -154 l 1\n -29 -185 -41 -311 -169 -311 c 0\n -241 -311 -309 -263 -307 -154 c 1\n -278 -154 l 1\n -268 -215 -231 -251 -167 -251 c 0\n -91 -251 -74 -204 -55 -154 c 1\nEndSplineSet\nEndChar\nStartChar: uni032F\nEncoding: 815 815 489\nWidth: 0\nFlags: W\nHStem: -215 60<-180 -162>\nFore\n-55 -312 m 1\n -74 -262 -91 -215 -167 -215 c 0\n -231 -215 -268 -251 -278 -312 c 1\n -307 -312 l 1\n -309 -203 -241 -155 -169 -155 c 0\n -41 -155 -29 -281 -26 -312 c 1\n -55 -312 l 1\nEndSplineSet\nEndChar\nStartChar: uni0330\nEncoding: 816 816 490\nWidth: 0\nFlags: W\nFore\n-31 -175 m 1\n -2 -175 l 1\n -11 -209 -29 -281 -107 -281 c 0\n -138 -281 -159 -271 -188 -257 c 2\n -211 -246 l 2\n -223 -240 -236 -235 -248 -235 c 0\n -286 -235 -297 -264 -303 -281 c 1\n -332 -281 l 1\n -324 -237 -294 -180 -227 -180 c 0\n -206 -180 -184 -186 -161 -198 c 2\n -137 -210 l 2\n -125 -216 -104 -225 -89 -225 c 0\n -62 -225 -48 -215 -31 -175 c 1\nEndSplineSet\nEndChar\nStartChar: uni0331\nEncoding: 817 817 491\nWidth: 0\nFlags: W\nHStem: -231 54<-322 -11>\nFore\n-322 -177 m 1\n -11 -177 l 1\n -11 -231 l 1\n -322 -231 l 1\n -322 -177 l 1\nEndSplineSet\nEndChar\nStartChar: uni0332\nEncoding: 818 818 492\nWidth: 0\nFlags: W\nHStem: -231 54<-489 -11>\nFore\n-489 -177 m 1\n -11 -177 l 1\n -11 -231 l 1\n -489 -231 l 1\n -489 -177 l 1\nEndSplineSet\nEndChar\nStartChar: uni0333\nEncoding: 819 819 493\nWidth: 0\nFlags: W\nHStem: -339 54<-489 -11> -231 54<-489 -11>\nFore\n-489 -177 m 1\n -11 -177 l 1\n -11 -231 l 1\n -489 -231 l 1\n -489 -177 l 1\n-489 -285 m 1\n -11 -285 l 1\n -11 -339 l 1\n -489 -339 l 1\n -489 -285 l 1\nEndSplineSet\nEndChar\nStartChar: uni0334\nEncoding: 820 820 494\nWidth: 0\nFlags: W\nFore\n-13 388 m 1\n 16 388 l 1\n 7 354 -11 282 -89 282 c 0\n -120 282 -141 292 -170 306 c 2\n -193 317 l 2\n -205 323 -218 328 -230 328 c 0\n -268 328 -279 299 -285 282 c 1\n -314 282 l 1\n -306 326 -276 383 -209 383 c 0\n -188 383 -166 377 -143 365 c 2\n -119 353 l 2\n -107 347 -86 338 -71 338 c 0\n -44 338 -30 348 -13 388 c 1\nEndSplineSet\nEndChar\nStartChar: uni0335\nEncoding: 821 821 495\nWidth: 0\nFlags: W\nHStem: 201 43<-308 -83>\nFore\n-308 244 m 1\n -83 244 l 1\n -83 201 l 1\n -308 201 l 1\n -308 244 l 1\nEndSplineSet\nEndChar\nStartChar: uni0336\nEncoding: 822 822 496\nWidth: 0\nFlags: W\nHStem: 201 43<-475 -31>\nFore\n-475 244 m 1\n -31 244 l 1\n -31 201 l 1\n -475 201 l 1\n -475 244 l 1\nEndSplineSet\nEndChar\nStartChar: uni0337\nEncoding: 823 823 497\nWidth: 0\nFlags: W\nDStem: -61 336 -43 297 -463 148 -445 109\nFore\n-463 148 m 1\n -61 336 l 1\n -43 297 l 1\n -445 109 l 1\n -463 148 l 1\nEndSplineSet\nEndChar\nStartChar: uni0338\nEncoding: 824 824 498\nWidth: 0\nFlags: W\nDStem: -112 395 -81 364 -426 81 -395 50\nFore\n-426 81 m 1\n -112 395 l 1\n -81 364 l 1\n -395 50 l 1\n -426 81 l 1\nEndSplineSet\nEndChar\nStartChar: uni0339\nEncoding: 825 825 499\nWidth: 0\nFlags: W\nHStem: -331 34<-188 -183> -166 34<-198.263 -183>\nVStem: -121 34<-236 -229>\nFore\n-231 -143 m 1\n -218 -136 -202 -132 -186 -132 c 0\n -130 -132 -87 -178 -87 -232 c 0\n -87 -286 -129 -331 -186 -331 c 0\n -202 -331 -218 -327 -231 -320 c 1\n -216 -290 l 1\n -207 -294 -196 -297 -185 -297 c 0\n -140 -297 -121 -256 -121 -231 c 0\n -121 -207 -141 -166 -186 -166 c 0\n -197 -166 -206 -168 -215 -173 c 1\n -231 -143 l 1\nEndSplineSet\nEndChar\nStartChar: uni033A\nEncoding: 826 826 500\nWidth: 0\nFlags: W\nHStem: -285 54<-270 -12>\nVStem: -323 54<-231 -113> -66 54<-231 -113>\nFore\n-66 -231 m 1\n -66 -113 l 1\n -12 -113 l 1\n -12 -231 l 1\n -12 -285 l 1\n -323 -285 l 1\n -323 -231 l 1\n -323 -113 l 1\n -269 -113 l 1\n -269 -231 l 1\n -66 -231 l 1\nEndSplineSet\nEndChar\nStartChar: uni033B\nEncoding: 827 827 501\nWidth: 0\nFlags: W\nHStem: -438 55<-245 -38> -231 54<-299 -92>\nVStem: -299 54<-438 -231> -92 54<-383 -177>\nFore\n-92 -383 m 1\n -92 -231 l 1\n -245 -231 l 1\n -245 -383 l 1\n -92 -383 l 1\n-299 -177 m 1\n -38 -177 l 1\n -38 -438 l 1\n -299 -438 l 1\n -299 -177 l 1\nEndSplineSet\nEndChar\nStartChar: uni033C\nEncoding: 828 828 502\nWidth: 0\nFlags: W\nFore\n-168 -342 m 0\n -180 -342 -182 -331 -183 -324 c 0\n -188 -290 -189 -235 -246 -229 c 0\n -265 -227 -291 -231 -308 -237 c 128\n -325 -243 -323 -225 -317 -222 c 1\n -290 -178 -259 -164 -234 -165 c 128\n -209 -166 -182 -191 -167 -249 c 1\n -151 -191 -121 -166 -96 -165 c 128\n -71 -164 -33 -175 -16 -222 c 0\n -14 -228 -8 -243 -25 -237 c 128\n -42 -231 -68 -228 -87 -229 c 0\n -144 -231 -141 -291 -150 -324 c 0\n -152 -331 -153 -342 -168 -342 c 0\nEndSplineSet\nEndChar\nStartChar: uni033D\nEncoding: 829 829 503\nWidth: 0\nFlags: W\nDStem: -285 703 -248 742 -204 622 -166 660 -204 622 -166 583 -285 542 -243 506 -166 583 -128 622 -89 506 -48 543 -84 742 -48 702 -166 660 -128 622\nFore\n-285 542 m 1\n -204 622 l 1\n -285 703 l 1\n -248 742 l 1\n -166 660 l 1\n -84 742 l 1\n -48 702 l 1\n -128 622 l 1\n -48 543 l 1\n -89 506 l 1\n -166 583 l 1\n -243 506 l 1\n -285 542 l 1\nEndSplineSet\nEndChar\nStartChar: uni033E\nEncoding: 830 830 504\nWidth: 0\nFlags: W\nFore\n-193 609 m 0\n -213 627 -224 641 -224 663 c 0\n -224 702 -196 724 -118 749 c 1\n -109 733 l 1\n -155 713 -162 696 -162 678 c 128\n -162 660 -154 649 -142 637 c 0\n -121 616 -110 602 -110 580 c 0\n -110 541 -158 519 -216 494 c 1\n -225 510 l 1\n -179 530 -172 547 -172 565 c 128\n -172 583 -178 596 -193 609 c 0\nEndSplineSet\nEndChar\nStartChar: uni033F\nEncoding: 831 831 505\nWidth: 0\nFlags: W\nHStem: 547 54<-489 -11> 655 54<-489 -11>\nFore\n-489 601 m 1\n -11 601 l 1\n -11 547 l 1\n -489 547 l 1\n -489 601 l 1\n-489 709 m 1\n -11 709 l 1\n -11 655 l 1\n -489 655 l 1\n -489 709 l 1\nEndSplineSet\nEndChar\nStartChar: uni0340\nEncoding: 832 832 506\nWidth: 0\nFlags: W\nEndChar\nStartChar: uni0341\nEncoding: 833 833 507\nWidth: 0\nFlags: W\nEndChar\nStartChar: uni0342\nEncoding: 834 834 506\nWidth: 0\nFlags: W\nFore\n76 694 m 1\n 67 643 31 597 -24 597 c 0\n -80 597 -115 640 -159 640 c 0\n -187 640 -203 622 -213 597 c 1\n -240 597 l 1\n -230 651 -194 694 -136 694 c 0\n -87 694 -51 651 -2 651 c 0\n 22 651 41 673 49 694 c 1\n 76 694 l 1\nEndSplineSet\nEndChar\nStartChar: uni0343\nEncoding: 835 835 507\nWidth: 0\nFlags: W\nEndChar\nStartChar: uni0344\nEncoding: 836 836 507\nWidth: 0\nFlags: W\nVStem: -309 96<594.949 608> -196 68<721 723> -114 96<594.949 608>\nFore\n-18 605 m 0\n -18 578 -39 557 -66 557 c 128\n -93 557 -114 578 -114 605 c 128\n -114 632 -93 653 -66 653 c 128\n -39 653 -18 632 -18 605 c 0\n-128 721 m 0\n -128 666 -143 611 -153 557 c 1\n -170 557 l 1\n -180 611 -196 666 -196 721 c 0\n -196 740 -179 753 -161 753 c 128\n -143 753 -128 739 -128 721 c 0\n-213 605 m 0\n -213 578 -234 557 -261 557 c 128\n -288 557 -309 578 -309 605 c 128\n -309 632 -288 653 -261 653 c 128\n -234 653 -213 632 -213 605 c 0\nEndSplineSet\nEndChar\nStartChar: uni0345\nEncoding: 837 837 508\nWidth: 0\nFlags: W\nHStem: -253 37<-130 -101>\nVStem: -204 76<-174 -108 -174 -75>\nFore\n-37 -165 m 1\n -37 -225 -72 -253 -130 -253 c 0\n -183 -253 -204 -225 -204 -174 c 2\n -204 -75 l 1\n -128 -75 l 1\n -128 -94 -144 -216 -101 -216 c 0\n -73 -216 -62 -189 -62 -165 c 1\n -37 -165 l 1\nEndSplineSet\nEndChar\nStartChar: uni0360\nEncoding: 864 864 509\nWidth: 0\nFlags: W\nHStem: 636 68<-41 9>\nFore\n392 510 m 1\n 376 503 l 1\n 318 561 242 636 -5 636 c 0\n -105 636 -318 636 -424 503 c 1\n -440 512 l 1\n -394 580 -253 704 -12 704 c 0\n 156 704 302 631 392 510 c 1\nEndSplineSet\nEndChar\nStartChar: uni0361\nEncoding: 865 865 510\nWidth: 0\nFlags: W\nFore\n4 622 m 0\n 76 601 164 578 224 584 c 0\n 285 590 369 632 404 687 c 1\n 423 682 l 1\n 394 619 335 534 231 523 c 128\n 127 512 68 540 -20 563 c 0\n -97 583 -185 610 -245 604 c 0\n -306 598 -390 556 -425 501 c 1\n -444 506 l 1\n -415 569 -356 654 -252 665 c 128\n -148 676 -88 648 4 622 c 0\nEndSplineSet\nEndChar\nStartChar: uni0374\nEncoding: 884 884 511\nWidth: 199\nFlags: W\nFore\n154 738 m 0\n 154 709 44 586 19 557 c 1\n 0 567 l 1\n 15 609 60 780 109 780 c 0\n 132 780 154 762 154 738 c 0\nEndSplineSet\nEndChar\nStartChar: uni0375\nEncoding: 885 885 512\nWidth: 199\nFlags: W\nFore\n200 -10 m 1\n 185 -52 140 -223 91 -223 c 0\n 68 -223 46 -205 46 -181 c 0\n 46 -152 156 -29 181 0 c 1\n 200 -10 l 1\nEndSplineSet\nEndChar\nStartChar: uni037A\nEncoding: 890 890 513\nWidth: 332\nFlags: W\nHStem: -253 37<203 232>\nVStem: 129 76<-163 -109 -77 -76> 271 25<-175 -166>\nFore\n296 -165 m 1\n 296 -225 261 -253 203 -253 c 0\n 150 -253 129 -225 129 -174 c 2\n 129 -75 l 1\n 205 -75 l 1\n 205 -94 189 -216 232 -216 c 0\n 260 -216 271 -189 271 -165 c 1\n 296 -165 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni037E\nEncoding: 894 894 514\nWidth: 278\nFlags: W\nHStem: -6 20 -2 104 348 111<121 150.5>\nVStem: 81 111<387.5 417.5> 180 39<-17 -12>\nRef: 59 59 N 1 0 0 1 0 0\nEndChar\nStartChar: tonos\nEncoding: 900 900 515\nWidth: 186\nFlags: W\nHStem: 547 196<89 105>\nVStem: 62 68<691 713>\nFore\n130 711 m 0\n 130 656 115 601 105 547 c 1\n 88 547 l 1\n 78 601 62 656 62 711 c 0\n 62 730 79 743 97 743 c 128\n 115 743 130 729 130 711 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 516\nWidth: 332\nFlags: W\nHStem: 557 96<61.9489 74 264 269> 557 196<164 180>\nVStem: 24 96<594.949 607> 137 68<701 723> 219 96<594.949 607>\nFore\n315 605 m 0\n 315 578 294 557 267 557 c 128\n 240 557 219 578 219 605 c 128\n 219 632 240 653 267 653 c 128\n 294 653 315 632 315 605 c 0\n205 721 m 0\n 205 666 190 611 180 557 c 1\n 163 557 l 1\n 153 611 137 666 137 721 c 0\n 137 740 154 753 172 753 c 128\n 190 753 205 739 205 721 c 0\n120 605 m 0\n 120 578 99 557 72 557 c 128\n 45 557 24 578 24 605 c 128\n 24 632 45 653 72 653 c 128\n 99 653 120 632 120 605 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 517\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 490 196<106.75 122.75>\nVStem: 15 198<1 19> 79.75 68<634 656> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 900 900 N 1 0 0 1 17.75 -57\nRef: 913 913 N 1 0 0 1 0 0\nEndChar\nStartChar: anoteleia\nEncoding: 903 903 518\nWidth: 250\nFlags: W\nHStem: 352 118<114 130>\nVStem: 66 118<400 416>\nFore\n184 411 m 0\n 184 378 158 352 125 352 c 128\n 92 352 66 378 66 411 c 128\n 66 444 92 470 125 470 c 128\n 158 470 184 444 184 411 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 519\nWidth: 611\nFlags: W\nHStem: 0 19<12 29.25> 0 37<268 371> 326 42<202 380> 443 20<465 488> 466 196<-69 -53> 624 38<220 412> 643 19<12 25.8>\nVStem: -96 68<610 632> 99 102<96 325 369 576>\nRef: 900 900 N 1 0 0 1 -158 -81\nRef: 917 917 N 1 0 0 1 0 0\nEndChar\nStartChar: Etatonos\nEncoding: 905 905 520\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 466 196<-62 -46> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -89 68<610 632> 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 900 900 N 1 0 0 1 -151 -81\nRef: 919 919 N 1 0 0 1 0 0\nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 521\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 466 196<-63 -47> 643 19<18 42.6667 291 315>\nVStem: -90 68<610 632> 115 102<96 576>\nRef: 900 900 N 1 0 0 1 -152 -81\nRef: 921 921 N 1 0 0 1 0 0\nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 522\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 490 196<-47 -31> 640 36<354 370>\nVStem: -74 68<634 656> 34 114<306 354> 574 114<306 354>\nRef: 900 900 N 1 0 0 1 -136 -57\nRef: 927 927 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 523\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 490 196<-40 -24> 631 41<134 159 559 584>\nVStem: -67 68<634 656> 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 900 900 N 1 0 0 1 -129 -57\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 524\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 490 196<-48 -32> 650 26<353 369>\nVStem: -75 68<634 656> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 900 900 N 1 0 0 1 -137 -57\nRef: 937 937 N 1 0 0 1 0 0\nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 525\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20G<59 143> 557 96<-1.05114 11 201 206> 557 196<99 115>\nVStem: -39 96<598 614> 59 84<86 450> 72 68<710 726> 156 96<598 614> 241 24<102 144>\nFore\n252 605 m 0\n 252 578 231 557 204 557 c 128\n 177 557 156 578 156 605 c 128\n 156 632 177 653 204 653 c 128\n 231 653 252 632 252 605 c 0\n140 721 m 0\n 140 666 125 611 115 557 c 1\n 98 557 l 1\n 88 611 72 666 72 721 c 0\n 72 740 89 753 107 753 c 128\n 125 753 140 739 140 721 c 0\n57 605 m 0\n 57 578 36 557 9 557 c 128\n -18 557 -39 578 -39 605 c 128\n -39 632 -18 653 9 653 c 128\n 36 653 57 632 57 605 c 0\n265 111 m 2\n 265 38 241 -10 161 -10 c 0\n 84 -10 59 35 59 106 c 2\n 59 451 l 1\n 143 451 l 1\n 143 72 l 2\n 143 46 160 26 187 26 c 0\n 248 26 241 103 241 145 c 1\n 265 145 l 1\n 265 111 l 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: Alpha\nEncoding: 913 913 526\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446>\nVStem: 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nFore\n706 0 m 1\n 451 0 l 1\n 451 19 l 1\n 480 19 521 17 521 57 c 0\n 521 88 476 183 461 216 c 1\n 199 216 l 1\n 183 177 145 101 145 61 c 0\n 145 24 184 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 84 22 116 129 139 183 c 2\n 347 674 l 1\n 367 674 l 1\n 616 106 l 2\n 636 60 649 23 706 19 c 1\n 706 0 l 1\n447 257 m 1\n 331 532 l 1\n 216 257 l 1\n 447 257 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Beta\nEncoding: 914 914 527\nWidth: 667\nFlags: W\nHStem: 0 19<17.0627 46.2604> 0 37<252 305> 326 39<215.125 274> 626 36<241 289> 643 19<17 54>\nVStem: 113 102<96 325 366 576> 113 313<347 349> 457 102<480 496> 478 115<160 192>\nFore\n593 176 m 0\n 593 45 461 0 351 0 c 2\n 17 0 l 1\n 17 19 l 1\n 91 19 113 32 113 109 c 2\n 113 553 l 2\n 113 631 91 641 17 643 c 1\n 17 662 l 1\n 297 662 l 2\n 410 662 559 636 559 493 c 0\n 559 404 506 368 426 349 c 1\n 426 347 l 1\n 517 328 593 277 593 176 c 0\n457 487 m 0\n 457 610 352 626 253 626 c 0\n 231 626 215 620 215 595 c 2\n 215 365 l 1\n 272 365 l 2\n 360 364 457 375 457 487 c 0\n478 180 m 0\n 478 326 322 326 215 326 c 1\n 215 78 l 2\n 215 41 242 37 272 37 c 0\n 375 37 478 52 478 180 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x4,2 x4,3 \nEndChar\nStartChar: Gamma\nEncoding: 915 915 528\nWidth: 586\nFlags: W\nHStem: 0 19<12 31.75 268.333 292> 624 38<220 412> 643 19<12 26>\nVStem: 99 102<96 576>\nFore\n546 519 m 1\n 521 519 l 1\n 504 620 460 624 369 624 c 2\n 233 624 l 2\n 206 624 201 616 201 590 c 2\n 201 109 l 2\n 201 36 221 22 292 19 c 1\n 292 0 l 1\n 12 0 l 1\n 12 19 l 1\n 91 23 99 45 99 120 c 2\n 99 553 l 2\n 99 625 82 638 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0394\nEncoding: 916 916 529\nWidth: 660\nFlags: W\nHStem: 0 34<60 503>\nDStem: 284 511 319 674 504 34 630 0 310 674 284 511 0 0 59 34\nFore\n630 0 m 1\n 0 0 l 1\n 310 674 l 1\n 319 674 l 1\n 630 0 l 1\n504 34 m 1\n 284 511 l 1\n 59 34 l 1\n 504 34 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 530\nWidth: 611\nFlags: W\nHStem: 0 19<12 29.25> 0 37<268 371> 326 42<202 380> 443 20G<465 488> 624 38<220 412> 643 19<12 25.8>\nVStem: 99 102<96 325 369 576>\nFore\n597 169 m 1\n 552 0 l 1\n 12 0 l 1\n 12 19 l 1\n 81 23 99 38 99 109 c 2\n 99 553 l 2\n 99 624 81 638 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 620 460 624 369 624 c 2\n 234 624 l 2\n 206 624 201 617 201 590 c 2\n 201 368 l 1\n 355 368 l 2\n 435 368 453 384 465 463 c 1\n 488 463 l 1\n 488 231 l 1\n 465 231 l 1\n 453 311 436 326 355 326 c 2\n 201 326 l 1\n 201 80 l 2\n 201 70 201 61 206 52 c 0\n 215 37 290 37 306 37 c 0\n 436 37 512 36 569 169 c 1\n 597 169 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: Zeta\nEncoding: 918 918 531\nWidth: 611\nFlags: W\nHStem: 0 38<146 425> 624 38<201 445>\nDStem: 446 624 577 647 9 15 145 38\nFore\n597 176 m 1\n 573 0 l 1\n 9 0 l 1\n 9 15 l 1\n 446 624 l 1\n 225 624 l 2\n 120 624 76 597 57 491 c 1\n 31 491 l 1\n 51 662 l 1\n 577 662 l 1\n 577 647 l 1\n 145 38 l 1\n 402 38 l 2\n 511 38 545 75 574 176 c 1\n 597 176 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Eta\nEncoding: 919 919 532\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: 107 102<96 314 360 576> 512 102<96 314 360 576>\nFore\n702 0 m 1\n 424 0 l 1\n 424 19 l 1\n 505 23 512 44 512 120 c 2\n 512 315 l 1\n 209 315 l 1\n 209 109 l 2\n 209 37 226 23 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 100 23 107 44 107 120 c 2\n 107 553 l 2\n 107 628 91 637 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 225 638 209 627 209 553 c 2\n 209 359 l 1\n 512 359 l 1\n 512 553 l 2\n 512 628 496 637 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 630 638 614 627 614 553 c 2\n 614 109 l 2\n 614 37 631 23 702 19 c 1\n 702 0 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: Theta\nEncoding: 920 920 533\nWidth: 726\nFlags: W\nHStem: -12 36<349.778 382> 233 193<233 248 497 513> 293 71<296 446> 641 32<350.215 382>\nVStem: 30 108<308 356> 232 16<233.031 243.031 420 425> 497 17<233.031 245.249 409.193 425.953> 606 108<308 356>\nFore\n714 331 m 0\n 714 141 562 -12 372 -12 c 128\n 182 -12 30 141 30 331 c 0\n 30 522 181 673 372 673 c 128\n 563 673 714 522 714 331 c 0\n606 330 m 0\n 606 466 528 641 371 641 c 0\n 213 641 138 466 138 330 c 0\n 138 193 213 24 371 24 c 0\n 526 24 606 195 606 330 c 0\n514 233 m 1\n 497 233 l 1\n 497 265 477 293 443 293 c 2\n 297 293 l 2\n 269 293 248 258 248 233 c 1\n 232 233 l 1\n 232 426 l 1\n 249 426 l 1\n 249 402 270 364 297 364 c 2\n 443 364 l 2\n 477 364 500 393 497 426 c 1\n 514 426 l 1\n 514 233 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x14,15 y16,14 y16,15 y11,13 y11,12 y10,8 y10,9 \nEndChar\nStartChar: Iota\nEncoding: 921 921 534\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 643 19<18 42.6667 291 315>\nVStem: 115 102<96 576>\nFore\n315 0 m 1\n 18 0 l 1\n 18 19 l 1\n 92 21 115 30 115 109 c 2\n 115 553 l 2\n 115 633 92 640 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 243 640 217 631 217 553 c 2\n 217 109 l 2\n 217 31 243 21 315 19 c 1\n 315 0 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Kappa\nEncoding: 922 922 535\nWidth: 722\nFlags: W\nHStem: 0 19<34 54.25 292 316 418 437 706.75 723> 643 19<34 48.2 299.75 318 413 436 662.167 675>\nVStem: 124 102<96 296 349 576> 413 262<643 661> 418 305<1 19>\nFore\n723 0 m 1\n 418 0 l 1\n 418 19 l 1\n 437 20 488 15 488 44 c 0\n 488 92 295 274 252 317 c 1\n 226 296 l 1\n 226 109 l 2\n 226 35 244 22 316 19 c 1\n 316 0 l 1\n 34 0 l 1\n 34 19 l 1\n 115 23 124 43 124 120 c 2\n 124 553 l 2\n 124 627 105 638 34 643 c 1\n 34 662 l 1\n 318 662 l 1\n 318 643 l 1\n 245 639 226 630 226 553 c 2\n 226 348 l 1\n 274 391 481 557 481 612 c 0\n 481 646 436 642 413 643 c 1\n 413 662 l 1\n 675 662 l 1\n 675 643 l 1\n 598 637 576 617 523 565 c 2\n 333 377 l 1\n 566 127 l 2\n 606 84 658 15 723 19 c 1\n 723 0 l 1\nEndSplineSet\nEndChar\nStartChar: Lambda\nEncoding: 923 923 536\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 191.439 212.977 451.031 482.313 691.75 706>\nVStem: 15 198<1 19> 451 255<1 19>\nDStem: 347 674 331 532 139 183 153 99\nFore\n706 0 m 1\n 451 0 l 1\n 451 19 l 1\n 480 19 521 17 521 57 c 0\n 521 76 509 102 502 120 c 1\n 331 532 l 1\n 153 99 l 2\n 148 87 145 74 145 61 c 0\n 145 23 184 19 213 19 c 1\n 213 0 l 1\n 15 0 l 1\n 15 19 l 1\n 84 22 116 129 139 183 c 2\n 347 674 l 1\n 367 674 l 1\n 616 106 l 2\n 636 60 649 23 706 19 c 1\n 706 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Mu\nEncoding: 924 924 537\nWidth: 889\nFlags: W\nHStem: 0 19<12 27.6667 217 247 583 603.25 845.75 863> 643 19<14 32 849.2 863>\nVStem: 109 44<108 545> 674 102<96 568>\nDStem: 155 546 212 662 404 0 443 157 664 662 672 569 443 157 418 0\nFore\n863 0 m 1\n 583 0 l 1\n 583 19 l 1\n 664 23 674 42 674 120 c 2\n 674 569 l 1\n 672 569 l 1\n 418 0 l 1\n 404 0 l 1\n 155 546 l 1\n 153 546 l 1\n 153 147 l 2\n 153 71 157 22 247 19 c 1\n 247 0 l 1\n 12 0 l 1\n 12 19 l 1\n 106 25 109 65 109 147 c 2\n 109 553 l 2\n 109 631 86 639 14 643 c 1\n 14 662 l 1\n 212 662 l 1\n 443 157 l 1\n 664 662 l 1\n 863 662 l 1\n 863 643 l 1\n 794 638 776 624 776 553 c 2\n 776 109 l 2\n 776 39 794 23 863 19 c 1\n 863 0 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: Nu\nEncoding: 925 925 538\nWidth: 722\nFlags: W\nHStem: 0 19<42 57.6667 247 277> 643 19<42.0628 60.0432 502 517.5 726.889 737>\nVStem: 139 44<117 536> 598 44<182 549>\nDStem: 185 537 213 662 625 -11 596 181\nFore\n737 643 m 1\n 646 634 642 597 642 515 c 2\n 642 -11 l 1\n 625 -11 l 1\n 185 537 l 1\n 183 537 l 1\n 183 147 l 2\n 183 71 187 22 277 19 c 1\n 277 0 l 1\n 42 0 l 1\n 42 19 l 1\n 136 25 139 65 139 147 c 2\n 139 588 l 1\n 110 624 91 643 42 643 c 1\n 42 662 l 1\n 213 662 l 1\n 596 181 l 1\n 598 181 l 1\n 598 515 l 2\n 598 597 595 637 502 643 c 1\n 502 662 l 1\n 737 662 l 1\n 737 643 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Xi\nEncoding: 926 926 539\nWidth: 628\nFlags: W\nHStem: 0 84<157 493> 0 175<62 76 557 570> 223 216<165 178 459 472> 289 88<225.091 402> 578 84<141 487>\nVStem: 61 15<160 174> 61 510<1 84 578 661> 164 14<432 438> 459 14<223.031 237.811> 557 14<487.063 508.103>\nFore\n571 487 m 1\n 557 487 l 1\n 557 548 536 578 472 578 c 2\n 159 578 l 2\n 89 578 84 547 76 487 c 1\n 61 487 l 1\n 61 662 l 1\n 571 662 l 1\n 571 487 l 1\n473 223 m 1\n 459 223 l 1\n 459 261 441 289 400 289 c 2\n 237 289 l 2\n 199 289 175 260 178 223 c 1\n 164 223 l 1\n 164 439 l 1\n 178 439 l 1\n 178 402 199 377 237 377 c 2\n 400 377 l 2\n 432 377 466 405 459 439 c 1\n 473 439 l 1\n 473 223 l 1\n571 0 m 1\n 61 0 l 1\n 61 175 l 1\n 76 175 l 1\n 76 116 101 84 162 84 c 2\n 485 84 l 2\n 535 84 560 129 557 175 c 1\n 571 175 l 1\n 571 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,0 y2,1 y16,14 y16,15 y10,8 y10,9 y24,22 y24,23 \nEndChar\nStartChar: Omicron\nEncoding: 927 927 540\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 640 36<354 370>\nVStem: 34 114<306 354> 574 114<306 354>\nFore\n688 330 m 0\n 688 137 560 -14 361 -14 c 128\n 162 -14 34 137 34 330 c 128\n 34 523 162 676 361 676 c 128\n 560 676 688 523 688 330 c 0\n574 331 m 0\n 574 465 525 640 361 640 c 128\n 197 640 148 465 148 331 c 0\n 148 195 195 22 361 22 c 128\n 527 22 574 195 574 331 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Pi\nEncoding: 928 928 541\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 618 44<210 511> 643 19<19 31 687.6 702>\nVStem: 107 102<96 576> 512 102<96 576>\nFore\n702 0 m 1\n 424 0 l 1\n 424 19 l 1\n 505 23 512 44 512 120 c 2\n 512 618 l 1\n 209 618 l 1\n 209 109 l 2\n 209 37 226 23 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 100 23 107 44 107 120 c 2\n 107 553 l 2\n 107 628 91 637 19 643 c 1\n 19 662 l 1\n 702 662 l 1\n 702 643 l 1\n 630 638 614 627 614 553 c 2\n 614 109 l 2\n 614 37 631 23 702 19 c 1\n 702 0 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: Rho\nEncoding: 929 929 542\nWidth: 556\nFlags: W\nHStem: 0 19<16 32.2 259.5 296> 288.413 39.587<240 288> 625 37<224 272> 643 19<16 27.8333>\nVStem: 16 280<1 19> 100 102<96 290 331 576> 433 109<464 496>\nFore\n542 482 m 0\n 542 298 340 278 202 291 c 1\n 202 109 l 2\n 202 33 223 21 296 19 c 1\n 296 0 l 1\n 16 0 l 1\n 16 19 l 1\n 97 24 100 46 100 120 c 2\n 100 553 l 2\n 100 624 87 637 16 643 c 1\n 16 662 l 1\n 280 662 l 2\n 395 662 542 622 542 482 c 0\n433 480 m 0\n 433 594 341 625 243 625 c 0\n 214 625 202 624 202 591 c 2\n 202 331 l 1\n 222 329 242 328 262 328 c 0\n 365 328 433 370 433 480 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Sigma\nEncoding: 931 931 543\nWidth: 627\nFlags: W\nHStem: 0 87<164 478> 0 179<544 561> 630 31<206 382>\nDStem: 346 332 431 354 14 0 163 87\nFore\n562 0 m 1\n 14 0 l 1\n 346 332 l 1\n 16 661 l 1\n 550 661 l 1\n 562 484 l 1\n 546 484 l 1\n 536 571 459 630 373 630 c 2\n 209 630 l 2\n 197 630 177 628 177 612 c 0\n 177 599 401 384 431 354 c 1\n 163 87 l 1\n 468 87 l 2\n 518 87 547 131 544 179 c 1\n 562 179 l 1\n 562 0 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: Tau\nEncoding: 932 932 544\nWidth: 611\nFlags: W\nHStem: 0 19<160 188 415.5 452> 620 42<177 253 357 449>\nVStem: 254 102<96 619>\nFore\n593 492 m 1\n 569 492 l 1\n 550 594 521 621 419 621 c 2\n 356 620 l 1\n 356 109 l 2\n 356 32 379 21 452 19 c 1\n 452 0 l 1\n 160 0 l 1\n 160 19 l 1\n 244 22 254 39 254 120 c 2\n 254 620 l 1\n 200 620 l 2\n 91 620 63 601 41 492 c 1\n 17 492 l 1\n 23 662 l 1\n 587 662 l 1\n 593 492 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Upsilon\nEncoding: 933 933 545\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 631 41<134 159 559 584>\nVStem: 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nFore\n677 575 m 0\n 677 537 656 488 612 488 c 0\n 586 488 564 515 564 540 c 0\n 564 574 600 586 600 609 c 0\n 600 626 572 631 559 631 c 0\n 534 631 512 616 494 599 c 0\n 419 530 411 395 411 299 c 2\n 411 82 l 2\n 411 24 454 18 501 18 c 1\n 501 0 l 1\n 217 0 l 1\n 217 18 l 1\n 265 18 307 23 307 82 c 2\n 307 293 l 2\n 307 391 302 528 224 599 c 0\n 206 615 184 631 159 631 c 0\n 146 631 118 626 118 609 c 0\n 118 586 154 574 154 540 c 0\n 154 515 132 488 106 488 c 0\n 62 488 41 537 41 575 c 0\n 41 623 85 672 134 672 c 0\n 259 672 333 530 360 425 c 1\n 393 524 461 672 584 672 c 0\n 633 672 677 623 677 575 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x12,10 x12,11 x7,9 x7,8 \nEndChar\nStartChar: Phi\nEncoding: 934 934 546\nWidth: 742\nFlags: W\nHStem: 0 14<231.063 248.406> 0 15<223 231 494.75 509> 112 29<297 316 425 441> 529 31<297 316 418 439> 649 13<221.072 251.063 489 511>\nVStem: 25 104<320 352> 318 99<96 108 142 528> 609 106<336 352>\nFore\n715 346 m 0\n 715 268 689 203 618 164 c 0\n 565 134 478 104 417 113 c 1\n 417 102 l 2\n 417 46 452 11 509 15 c 1\n 509 0 l 1\n 223 0 l 1\n 223 15 l 1\n 231 14 l 2\n 295 14 318 50 318 108 c 1\n 317 113 l 1\n 312 112 308 112 303 112 c 0\n 164 112 25 187 25 340 c 0\n 25 490 175 560 306 560 c 0\n 310 560 313 560 317 559 c 1\n 317 623 288 651 221 647 c 1\n 221 662 l 1\n 519 662 l 1\n 519 647 l 1\n 515 648 510 649 506 649 c 0\n 436 649 423 619 417 559 c 1\n 421 560 426 560 430 560 c 0\n 561 560 715 496 715 346 c 0\n609 345 m 0\n 609 460 529 529 417 529 c 1\n 417 141 l 1\n 545 141 609 221 609 345 c 0\n317 141 m 1\n 317 529 l 1\n 200 529 129 466 129 347 c 0\n 129 221 184 141 317 141 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Chi\nEncoding: 935 935 547\nWidth: 722\nFlags: W\nHStem: 0 19<10 24.2 218 243 407 432 692.2 704> 643 19<22 40 298 323 458 481 683.167 696>\nVStem: 10 233<1 19> 22 302<643 661> 407 297<1 19> 458 238<643 661>\nFore\n704 0 m 1\n 407 0 l 1\n 407 19 l 1\n 432 20 484 16 484 53 c 0\n 484 83 364 252 338 288 c 1\n 308 253 167 88 167 56 c 0\n 167 20 218 20 243 19 c 1\n 243 0 l 1\n 10 0 l 1\n 10 19 l 1\n 81 24 115 84 155 133 c 2\n 312 326 l 1\n 286 364 138 606 74 633 c 0\n 57 640 40 642 22 643 c 1\n 22 662 l 1\n 324 662 l 1\n 324 643 l 1\n 305 643 l 2\n 283 643 248 641 248 611 c 0\n 248 572 348 442 375 404 c 1\n 389 421 528 575 528 610 c 0\n 528 644 481 642 458 643 c 1\n 458 662 l 1\n 696 662 l 1\n 696 643 l 1\n 619 637 593 606 547 549 c 2\n 401 367 l 1\n 593 93 l 2\n 625 47 645 24 704 19 c 1\n 704 0 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: Psi\nEncoding: 936 936 548\nWidth: 863\nFlags: W\nHStem: 0 15<272.031 287.464 549.843 571.966 558 572> 196 35.5096<346 352 480 512> 647 15<547.333 562>\nVStem: 83.5407 91.7142<403.276 514.926> 372 100<80 197 232 579> 668.662 91.1177<402.379 520.878>\nFore\n844 646 m 1\n 830 644 815 644 802 640 c 128\n 789 636 782 628 777 616 c 0\n 713 475 852 293 601 214 c 0\n 560 201 515 193 472 198 c 1\n 472 85 l 2\n 472 36 530 12 572 15 c 1\n 572 0 l 1\n 272 0 l 1\n 272 15 l 1\n 312 15 372 37 372 85 c 2\n 372 198 l 1\n 364 197 355 196 347 196 c 0\n 283 196 201 219 150 259 c 0\n 68 324 85 423 85 515 c 0\n 85 546 84 582 70 611 c 0\n 54 645 32 641 0 646 c 1\n 0 658 l 1\n 22 658 l 2\n 46 658 74 658 98 652 c 0\n 256 610 87 297 273 242 c 0\n 304 233 340 231 372 231 c 1\n 372 576 l 2\n 372 634 329 640 282 647 c 1\n 282 662 l 1\n 562 662 l 1\n 562 647 l 1\n 518 644 472 630 472 577 c 2\n 472 231 l 1\n 504 231 540 232 571 241 c 0\n 755 295 591 602 742 650 c 0\n 767 658 796 658 822 658 c 2\n 844 658 l 1\n 844 646 l 1\nEndSplineSet\nMinimumDistance: x10,8 x10,9 \nEndChar\nStartChar: uni03A9\nEncoding: 937 937 549\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 650 26<353 369>\nVStem: 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nFore\n713 412 m 0\n 713 271 606 145 461 145 c 1\n 461 88 l 1\n 617 88 l 2\n 652 88 678 121 679 154 c 1\n 699 154 l 1\n 699 0 l 1\n 425 0 l 1\n 425 169 l 1\n 535 201 606 293 606 408 c 0\n 606 547 499 650 361 650 c 0\n 225 650 140 537 140 408 c 0\n 140 293 209 200 321 169 c 1\n 321 0 l 1\n 47 0 l 1\n 47 156 l 1\n 67 156 l 1\n 67 122 86 88 123 88 c 2\n 285 88 l 1\n 285 145 l 1\n 140 145 33 271 33 412 c 0\n 33 604 194 676 363 676 c 0\n 533 676 713 611 713 412 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y17,15 y17,16 \nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 550\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 643 19<18 42.6667 291 315> 713 96<82 98 229.949 242>\nVStem: 40 96<752 768> 115 102<96 576> 192 96<752 768>\nFore\n288 761 m 0\n 288 734 267 713 240 713 c 128\n 213 713 192 734 192 761 c 128\n 192 788 213 809 240 809 c 128\n 267 809 288 788 288 761 c 0\n136 761 m 0\n 136 734 115 713 88 713 c 128\n 61 713 40 734 40 761 c 128\n 40 788 61 809 88 809 c 128\n 115 809 136 788 136 761 c 0\n315 0 m 1\n 18 0 l 1\n 18 19 l 1\n 92 21 115 30 115 109 c 2\n 115 553 l 2\n 115 633 92 640 18 643 c 1\n 18 662 l 1\n 315 662 l 1\n 315 643 l 1\n 243 640 217 631 217 553 c 2\n 217 109 l 2\n 217 31 243 21 315 19 c 1\n 315 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 551\nWidth: 656\nFlags: W\nHStem: 0 18<187.063 214.848 458 470> 631 41<103 128 528 553> 711 96<223.949 236 413.949 426>\nVStem: 10 77<575 609> 186 96<752 768> 277 104<67.6002 301> 376 96<752 768> 533 113<540 575> 569 77<575 609>\nFore\n472 759 m 0\n 472 732 451 711 424 711 c 128\n 397 711 376 732 376 759 c 128\n 376 786 397 807 424 807 c 128\n 451 807 472 786 472 759 c 0\n282 759 m 0\n 282 732 261 711 234 711 c 128\n 207 711 186 732 186 759 c 128\n 186 786 207 807 234 807 c 128\n 261 807 282 786 282 759 c 0\n646 575 m 0\n 646 537 625 488 581 488 c 0\n 555 488 533 515 533 540 c 0\n 533 574 569 586 569 609 c 0\n 569 626 541 631 528 631 c 0\n 503 631 481 616 463 599 c 0\n 388 530 380 395 380 299 c 0\n 380 227 381 154 381 82 c 0\n 381 24 424 18 471 18 c 1\n 471 0 l 1\n 187 0 l 1\n 187 18 l 1\n 235 18 277 23 277 82 c 0\n 277 221 301 500 193 599 c 0\n 175 615 153 631 128 631 c 0\n 115 631 87 626 87 609 c 0\n 87 586 123 574 123 540 c 0\n 123 515 101 488 75 488 c 0\n 31 488 10 537 10 575 c 0\n 10 623 54 672 103 672 c 0\n 228 672 302 530 329 425 c 1\n 362 524 430 672 553 672 c 0\n 602 672 646 623 646 575 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: alphatonos\nEncoding: 940 940 552\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 547 196<240 256>\nVStem: 41 92<197 235> 213 68<691 713> 539 19<101 107>\nRef: 900 900 S 1 0 0 1 151 0\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 553\nWidth: 426\nFlags: W\nHStem: -10 36<210 244> 228 24<200 219> 437 24<207 234> 547 196<209 225>\nVStem: 48 92<335 343> 182 68<691 713>\nRef: 900 900 S 1 0 0 1 120 0\nRef: 949 949 N 1 0 0 1 0 0\nEndChar\nStartChar: etatonos\nEncoding: 942 942 554\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348> 547 196<301 317>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 274 68<691 713> 391 84<-224 326>\nRef: 900 900 S 1 0 0 1 212 0\nRef: 951 951 N 1 0 0 1 0 0\nEndChar\nStartChar: iotatonos\nEncoding: 943 943 555\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 547 196<93 109>\nVStem: 59 84<85 451> 66 68<691 713> 241 24<101 145>\nRef: 900 900 S 1 0 0 1 4 0\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 556\nWidth: 534\nFlags: W\nHStem: -9.96467 35.9647<274 290> 425 36<91 113> 557 96<163 179 358 371> 557 196<264 280>\nVStem: 19 24<333.062 354.874> 118 85<134 182> 124 96<598 614> 125.214 84.7863<326 342> 237 68<710 726> 319 96<598 614>\nFore\n415 605 m 0\n 415 578 394 557 367 557 c 128\n 340 557 319 578 319 605 c 128\n 319 632 340 653 367 653 c 128\n 394 653 415 632 415 605 c 0\n305 721 m 0\n 305 666 290 611 280 557 c 1\n 263 557 l 1\n 253 611 237 666 237 721 c 0\n 237 740 254 753 272 753 c 128\n 290 753 305 739 305 721 c 0\n220 605 m 0\n 220 578 199 557 172 557 c 128\n 145 557 124 578 124 605 c 128\n 124 632 145 653 172 653 c 128\n 199 653 220 632 220 605 c 0\n464 305 m 0\n 464 175 438 -10 270 -10 c 0\n 172 -10 118 56 118 151 c 0\n 118 223 126 296 126 368 c 0\n 126 390 120 425 91 425 c 0\n 49 425 43 364 43 333 c 1\n 19 333 l 1\n 19 399 34 461 113 461 c 0\n 184 461 210 390 210 330 c 0\n 210 268 203 206 203 144 c 0\n 203 83 216 26 289 26 c 0\n 376 26 420 117 420 193 c 0\n 420 272 359 337 359 411 c 0\n 359 436 373 461 401 461 c 0\n 466 461 464 349 464 305 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: alpha\nEncoding: 945 945 557\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20G<431 515> 432 29<238 266>\nVStem: 41 92<197 235> 539 19<101 107>\nFore\n558 107 m 1\n 558 69 554 -10 501 -10 c 0\n 438 -10 428 71 419 118 c 1\n 417 118 l 1\n 389 45 317 -10 238 -10 c 0\n 112 -10 41 106 41 221 c 0\n 41 339 120 461 248 461 c 0\n 343 461 385 373 397 291 c 1\n 399 291 l 1\n 431 451 l 1\n 515 451 l 1\n 501 371 482 291 458 214 c 0\n 454 202 438 161 438 151 c 0\n 438 125 472 63 501 63 c 0\n 525 63 539 85 539 107 c 1\n 558 107 l 1\n378 233 m 0\n 378 310 349 432 252 432 c 0\n 151 432 133 281 133 206 c 128\n 133 131 159 19 253 19 c 0\n 352 19 378 157 378 233 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: beta\nEncoding: 946 946 558\nWidth: 534\nFlags: W\nHStem: -8.01172 22.9316<287 308> 369.413 27.71<287 302> 647.466 27.71<261 275>\nVStem: 71.8828 81.5992<-201 424> 199.139 109.771<382 386> 365.253 81.6<518 536> 403.139 89.371<182 200>\nFore\n492.51 195.512 m 0\n 492.51 82.7607 421.596 -8.01172 302.11 -8.01172 c 0\n 246.739 -8.01172 189.425 22.5645 180.682 80.8496 c 1\n 208.854 80.8496 l 1\n 210.797 42.6299 259.368 14.9199 295.311 14.9199 c 0\n 379.824 14.9199 403.139 126.714 403.139 191.689 c 0\n 403.139 256.663 372.053 369.413 289.482 369.413 c 0\n 265.196 369.413 247.71 353.17 230.225 353.17 c 0\n 208.854 353.17 199.139 364.637 199.139 385.657 c 0\n 199.139 402.856 213.711 415.277 230.225 415.277 c 0\n 252.567 415.277 272.967 397.123 291.425 397.123 c 0\n 347.768 397.123 365.253 482.163 365.253 524.205 c 0\n 365.253 584.402 332.225 647.466 263.253 647.466 c 0\n 163.196 647.466 153.482 541.404 153.482 466.875 c 2\n 153.482 -201 l 1\n 71.8828 -201 l 1\n 71.8828 396.167 l 2\n 71.8828 526.116 114.625 675.176 273.939 675.176 c 0\n 363.311 675.176 446.853 630.266 446.853 532.805 c 0\n 446.853 451.587 378.854 410.5 308.91 385.657 c 1\n 308.91 383.746 l 1\n 416.738 369.413 492.51 308.261 492.51 195.512 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: gamma\nEncoding: 947 947 559\nWidth: 480\nFlags: W\nVStem: 19 19<305.062 319.172> 199 99<-161 -143> 249 24<52 58>\nFore\n461 411 m 0\n 461 340 273 77 273 54 c 0\n 273 31 280 8 285 -15 c 0\n 294 -60 298 -107 298 -153 c 0\n 298 -186 286 -224 246 -224 c 0\n 212 -224 199 -184 199 -156 c 0\n 199 -108 209 -61 224 -16 c 0\n 229 -2 249 47 249 57 c 0\n 249 123 157 369 84 369 c 0\n 50 369 38 333 38 305 c 1\n 19 305 l 1\n 19 357 21 461 94 461 c 0\n 194 461 245 165 264 88 c 1\n 266 88 l 1\n 301 164 333 242 349 325 c 0\n 354 352 356 381 362 408 c 0\n 368 437 388 461 420 461 c 0\n 448 461 461 436 461 411 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: delta\nEncoding: 948 948 560\nWidth: 534\nFlags: W\nHStem: -6.1748 27.6943<260 285> 381.555 27.695<247 268> 653.73 22.92<229 249>\nVStem: 44 92<211 233> 120 48<574.465 600.25> 397 93<200 223>\nFore\n490 221.115 m 4\n 490 95.0547 401 -6.1748 265 -6.1748 c 4\n 132 -6.1748 44 89.3252 44 213.475 c 4\n 44 322.345 135 409.25 249 409.25 c 4\n 269 409.25 289 406.385 309 401.61 c 5\n 311 403.52 l 5\n 247 443.63 120 487.56 120 574.465 c 4\n 120 637.495 166 676.65 231 676.65 c 4\n 304 676.65 368 624.125 391 560.14 c 5\n 365 560.14 l 5\n 344 609.8 294 653.73 235 653.73 c 4\n 202 653.73 168 635.585 168 600.25 c 4\n 168 521.94 490 466.55 490 221.115 c 4\n397 202.015 m 4\n 397 284.145 365 381.555 262 381.555 c 4\n 171 381.555 136 310.885 136 233.53 c 4\n 136 149.49 165 21.5195 276 21.5195 c 4\n 379 21.5195 397 124.66 397 202.015 c 4\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: epsilon\nEncoding: 949 949 561\nWidth: 426\nFlags: W\nHStem: -10 36<210 244> 228 24<200 219> 437 24<207 234>\nVStem: 48 92<335 343>\nFore\n399 108 m 1\n 367 20 300 -10 211 -10 c 0\n 131 -10 41 31 41 123 c 0\n 41 187 100 232 159 241 c 1\n 159 243 l 1\n 109 248 48 283 48 340 c 0\n 48 428 143 461 217 461 c 4\n 269 461 377 448 377 378 c 0\n 377 357 364 341 342 341 c 0\n 284 341 300 437 222 437 c 0\n 163 437 140 390 140 337 c 0\n 140 299 162 252 206 252 c 0\n 243 252 261 276 286 276 c 0\n 305 276 319 262 319 243 c 0\n 319 223 305 210 285 210 c 0\n 260 210 239 228 214 228 c 0\n 164 228 133 187 133 139 c 0\n 133 71 175 26 244 26 c 0\n 311 26 348 59 374 119 c 1\n 399 108 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: zeta\nEncoding: 950 950 562\nWidth: 480\nFlags: W\nHStem: -194 66<233 262> 490 92<284 348> 666 24<164 184>\nVStem: 39 67<599 607> 68 43<179 212> 420 36<-74 -45>\nFore\n456 -45 m 0\n 456 -145 349 -194 262 -194 c 0\n 237 -194 195 -190 195 -156 c 0\n 195 -134 216 -128 234 -128 c 0\n 268 -128 301 -146 336 -146 c 0\n 375 -146 420 -117 420 -74 c 0\n 420 3 301 -23 251 -23 c 0\n 114 -23 68 46 68 180 c 0\n 68 298 104 407 178 499 c 1\n 127 507 39 543 39 605 c 0\n 39 670 113 690 166 690 c 0\n 178 690 191 689 203 687 c 1\n 203 663 l 1\n 194 665 184 666 175 666 c 0\n 137 666 106 640 106 601 c 0\n 106 558 158 524 197 519 c 1\n 241 562 286 582 348 582 c 0\n 369 582 403 575 403 548 c 0\n 403 502 318 490 284 490 c 0\n 257 490 230 490 204 495 c 1\n 137 423 111 306 111 210 c 0\n 111 46 210 63 332 63 c 0\n 411 63 456 42 456 -45 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: eta\nEncoding: 951 951 563\nWidth: 534\nFlags: W\nHStem: 0 21G<118 203> 420 41<85 110> 425 36<328 348>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 391 84<-224 326>\nFore\n475 -224 m 1\n 391 -224 l 1\n 391 326 l 2\n 391 367 381 425 329 425 c 0\n 179 425 203 72 203 0 c 1\n 118 0 l 1\n 118 359 l 2\n 118 383 118 420 85 420 c 0\n 46 420 43 347 43 320 c 1\n 19 320 l 1\n 19 381 32 461 110 461 c 0\n 201 461 197 362 200 297 c 1\n 203 297 l 1\n 218 372 259 461 348 461 c 0\n 455 461 475 383 475 293 c 2\n 475 -224 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: theta\nEncoding: 952 952 564\nWidth: 534\nFlags: W\nHStem: -10 24<258 276> 334 24<143 391> 648 24<258 276>\nFore\n483 341 m 0\n 483 199 450 -10 267 -10 c 128\n 84 -10 51 199 51 341 c 0\n 51 474 101 672 267 672 c 128\n 433 672 483 474 483 341 c 0\n391 358 m 1\n 391 443 389 648 267 648 c 128\n 145 648 143 443 143 358 c 1\n 391 358 l 1\n391 334 m 1\n 143 334 l 1\n 143 301 l 2\n 143 216 144 14 267 14 c 128\n 390 14 391 216 391 301 c 2\n 391 334 l 1\nEndSplineSet\nEndChar\nStartChar: iota\nEncoding: 953 953 565\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20G<59 143>\nVStem: 59 84<85 451> 241 24<101 145>\nFore\n265 111 m 2\n 265 38 241 -10 161 -10 c 0\n 84 -10 59 35 59 106 c 2\n 59 451 l 5\n 143 451 l 1\n 143 72 l 2\n 143 46 160 26 187 26 c 0\n 248 26 241 103 241 145 c 1\n 265 145 l 1\n 265 111 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: kappa\nEncoding: 954 954 566\nWidth: 527\nFlags: W\nHStem: 0 17<310.015 329.56 527 536> 379 100<465 481>\nVStem: 114 72<0 248 273 353>\nFore\n536 0 m 1\n 310 0 l 1\n 310 17 l 1\n 322 17 354 17 354 35 c 0\n 354 51 208 221 186 248 c 1\n 186 0 l 1\n 114 0 l 1\n 114 337 l 2\n 114 397 92 420 32 420 c 1\n 32 437 l 1\n 85 447 137 460 186 481 c 1\n 186 273 l 1\n 250 336 318 401 391 455 c 0\n 412 471 438 479 465 479 c 0\n 495 479 534 465 534 429 c 0\n 534 398 511 379 481 379 c 0\n 442 379 428 418 398 418 c 0\n 360 418 283 331 255 303 c 1\n 434 78 l 2\n 465 39 482 17 536 17 c 1\n 536 0 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y9,8 x7,9 x7,8 \nEndChar\nStartChar: lambda\nEncoding: 955 955 567\nWidth: 480\nFlags: W\nHStem: -10.4951 75.4453<389 395> -0.945312 21G<27.7773 112.82> 602.615 69.715<106 124>\nDStem: 205.683 449.815 240.872 333.305 27.7773 -0.945312 112.82 -0.945312 242.827 333.305 220.345 514.755 301.478 106.015 318.095 172.865\nFore\n457.878 90.7354 m 6\n 457.878 46.8047 448.103 -10.4951 391.407 -10.4951 c 4\n 329.825 -10.4951 313.207 60.1748 301.478 106.015 c 6\n 242.827 333.305 l 5\n 240.872 333.305 l 5\n 112.82 -0.945312 l 5\n 27.7773 -0.945312 l 5\n 205.683 449.815 l 5\n 192.975 494.7 180.268 602.615 112.82 602.615 c 4\n 82.5176 602.615 68.832 574.92 61.9902 550.09 c 5\n 43.418 550.09 l 5\n 43.418 567.28 l 6\n 43.418 614.075 61.0127 672.33 118.685 672.33 c 4\n 187.11 672.33 206.66 564.415 220.345 514.755 c 5\n 318.095 172.865 l 5\n 327.87 136.575 344.487 64.9502 393.362 64.9502 c 4\n 422.688 64.9502 437.35 99.3301 438.327 123.205 c 5\n 457.878 123.205 l 5\n 457.878 90.7354 l 6\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni03BC\nEncoding: 956 956 568\nWidth: 534\nFlags: W\nHStem: -10 36<186 204> 431 20G<59 143 331 416>\nVStem: 59 19<79 89> 59 78<-184 -168> 59 84<111 451> 331 85<303 451> 491 24<111 132>\nFore\n515 132 m 1\n 515 70 502 -10 423 -10 c 0\n 333 -10 337 91 334 155 c 1\n 331 155 l 1\n 316 81 274 -10 186 -10 c 0\n 125 -10 95 35 80 89 c 1\n 78 89 l 1\n 78 -15 137 -107 137 -182 c 0\n 137 -209 122 -224 95 -224 c 0\n 62 -224 59 -196 59 -170 c 2\n 59 451 l 1\n 143 451 l 1\n 143 125 l 2\n 143 86 153 26 204 26 c 0\n 355 26 331 380 331 451 c 1\n 416 451 l 1\n 416 92 l 2\n 416 69 416 31 448 31 c 0\n 488 31 491 104 491 132 c 1\n 515 132 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: nu\nEncoding: 957 957 569\nWidth: 480\nFlags: W\nHStem: 0 21G<240 268> 407 54<71 105>\nVStem: 15 24<331.031 353> 356 99<395 417>\nDStem: 105 376 186 394 240 0 286 111\nFore\n455 417 m 0\n 455 371 298 71 268 0 c 1\n 240 0 l 1\n 105 376 l 2\n 99 392 91 407 71 407 c 0\n 39 407 39 353 39 331 c 1\n 15 331 l 1\n 15 351 l 2\n 15 413 35 461 105 461 c 0\n 152 461 171 435 186 394 c 1\n 286 111 l 1\n 324 185 360 265 360 350 c 0\n 360 365 356 381 356 396 c 0\n 356 431 368 461 408 461 c 0\n 436 461 455 446 455 417 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: xi\nEncoding: 958 958 570\nWidth: 480\nFlags: W\nHStem: -185.636 69.744<197.403 242.905> 293.202 71.825<172 340> 293.202 88.481<339 365> 550.316 88.481<318 351>\nVStem: -3.93848 68.252<661 669> 19.9492 40.9512<163.083 199.517> 67.7256 40.9514<437 455> 445.387 39.812<-53.4346 -22.207>\nFore\n485.199 -22.207 m 0\n 485.199 -145.038 356.658 -185.636 242.905 -185.636 c 0\n 214.467 -185.636 158.728 -178.349 158.728 -143.997 c 0\n 158.728 -124.22 178.066 -115.892 197.403 -115.892 c 0\n 240.631 -115.892 277.031 -143.997 321.395 -143.997 c 0\n 378.271 -143.997 445.387 -111.728 445.387 -53.4346 c 0\n 445.387 88.1348 19.9492 -104.441 19.9492 163.083 c 0\n 19.9492 235.949 58.625 301.529 126.878 340.045 c 1\n 92.751 367.109 67.7256 395.215 67.7256 438.935 c 0\n 67.7256 492.023 101.851 538.866 147.353 570.095 c 1\n 98.4385 576.34 -3.93848 613.814 -3.93848 667.943 c 0\n -3.93848 725.196 68.8633 746.015 120.053 746.015 c 0\n 146.215 746.015 173.516 742.893 199.68 738.729 c 1\n 195.13 717.909 l 1\n 180.341 718.95 166.69 721.032 151.902 721.032 c 0\n 112.089 721.032 64.3135 707.5 64.3135 663.78 c 0\n 64.3135 617.979 134.84 589.872 176.929 586.75 c 1\n 226.979 619.02 288.406 638.797 349.833 638.797 c 0\n 379.408 638.797 440.835 633.593 440.835 596.118 c 0\n 440.835 550.316 353.246 550.316 319.12 550.316 c 0\n 272.48 550.316 221.292 552.398 176.929 566.972 c 1\n 139.39 538.866 108.677 499.31 108.677 453.508 c 0\n 108.677 426.443 139.39 365.027 173.516 365.027 c 0\n 228.117 365.027 294.094 381.683 363.483 381.683 c 0\n 394.197 381.683 461.312 380.642 461.312 341.085 c 0\n 461.312 294.242 375.996 293.202 340.732 293.202 c 0\n 272.48 293.202 216.742 298.406 153.04 322.349 c 1\n 102.989 298.406 60.9004 253.646 60.9004 199.517 c 0\n 60.9004 75.6436 204.229 93.3389 299.781 93.3389 c 0\n 393.06 93.3389 485.199 85.0117 485.199 -22.207 c 0\nEndSplineSet\nEndChar\nStartChar: omicron\nEncoding: 959 959 571\nWidth: 534\nFlags: W\nHStem: -10 29<265 286> 432 29<257 268>\nVStem: 36 93<223 257> 405 92<185 224>\nFore\n497 224 m 0\n 497 94 397 -10 266 -10 c 0\n 132 -10 36 92 36 224 c 0\n 36 353 135 461 266 461 c 4\n 413 461 497 369 497 224 c 0\n405 186 m 0\n 405 279 380 432 259 432 c 0\n 160 432 129 341 129 257 c 0\n 129 163 167 19 284 19 c 0\n 369 19 405 114 405 186 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: pi\nEncoding: 960 960 572\nWidth: 587\nFlags: W\nHStem: -10 36<442 469> -10 73<96 108> 450 20G<533 552>\nVStem: 35 24<117 121> 180 29<281 378> 343 84<85 378> 523 24<120 146>\nFore\n552 470 m 1\n 550 371 508 378 427 378 c 1\n 427 95 l 2\n 427 66 431 26 469 26 c 0\n 517 26 523 112 523 146 c 1\n 547 146 l 1\n 547 74 532 -10 442 -10 c 0\n 372 -10 343 41 343 105 c 2\n 343 378 l 1\n 209 378 l 1\n 209 294 229 -10 108 -10 c 0\n 30 -10 36 65 35 121 c 1\n 59 121 l 1\n 59 98 70 63 98 63 c 0\n 181 63 180 290 180 346 c 2\n 180 378 l 1\n 130 378 l 2\n 99 378 74 362 67 330 c 1\n 43 330 l 1\n 60 436 100 451 201 451 c 0\n 299 451 397 444 495 444 c 0\n 512 444 531 451 533 470 c 1\n 552 470 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: rho\nEncoding: 961 961 573\nWidth: 534\nFlags: W\nHStem: -10 29<259 277> 432 29<251 268>\nVStem: 56 83<-142 32.9688> 389 92<195 233>\nFore\n481 233 m 0\n 481 100 400 -10 260 -10 c 0\n 216 -10 172 5 137 33 c 1\n 137 -8 139 -49 139 -90 c 0\n 139 -133 138 -178 128 -221 c 1\n 44 -221 l 1\n 48 -193 56 -166 56 -137 c 0\n 56 -29 51 78 51 186 c 0\n 51 322 110 461 266 461 c 0\n 400 461 481 363 481 233 c 0\n389 196 m 0\n 389 279 365 432 256 432 c 128\n 147 432 132 324 132 239 c 0\n 132 155 171 19 275 19 c 0\n 368 19 389 122 389 196 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: sigma1\nEncoding: 962 962 574\nWidth: 439\nFlags: W\nFore\n347 -17 m 2\n 248 -18 l 2\n 212 -18 166 -30 113 16 c 0\n 65 58 47 117 41 172 c 0\n 29 291 85 376 129 421 c 0\n 141 434 192 485 262 496 c 0\n 307 503 340 501 366 491 c 0\n 394 480 416 463 413 440 c 0\n 410 419 393 400 340 406 c 0\n 286 413 222 444 154 393 c 0\n 112 362 55 262 88 172 c 0\n 106 122 134 78 208 82 c 2\n 287 86 l 2\n 320 88 344 88 376 70 c 0\n 406 53 422 14 431 -12 c 0\n 441 -43 438 -83 423 -119 c 0\n 392 -195 350 -214 323 -224 c 0\n 299 -233 260 -241 222 -220 c 0\n 192 -204 181 -164 208 -142 c 0\n 220 -132 255 -128 271 -133 c 0\n 307 -143 316 -151 341 -145 c 0\n 372 -138 393 -113 395 -77 c 0\n 397 -26 366 -17 347 -17 c 2\nEndSplineSet\nEndChar\nStartChar: sigma\nEncoding: 963 963 575\nWidth: 534\nFlags: W\nHStem: -10 29<247 282> 396 53<440 477> 432 29<245 271>\nVStem: 385 92<187 222>\nFore\n525 479 m 1\n 523 442 515 396 468 396 c 0\n 441 396 414 397 387 401 c 1\n 385 399 l 1\n 441 357 477 290 477 220 c 0\n 477 98 391 -10 264 -10 c 0\n 132 -10 41 93 41 222 c 0\n 41 359 131 461 271 461 c 0\n 334 461 396 449 459 449 c 0\n 480 449 509 452 512 479 c 1\n 525 479 l 1\n385 188 m 0\n 385 278 365 432 246 432 c 0\n 155 432 133 334 133 261 c 0\n 133 173 144 19 264 19 c 0\n 365 19 385 104 385 188 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: tau\nEncoding: 964 964 576\nWidth: 426\nFlags: W\nHStem: -10 36<262 287> 378 73<85 121> 448 20G<383 402>\nVStem: 158 85<72.7326 374> 345 24<117 145>\nFore\n402 468 m 1\n 396 362 327 367 243 374 c 1\n 243 94 l 2\n 243 62 246 26 287 26 c 0\n 343 26 345 105 345 145 c 1\n 369 145 l 1\n 369 68 358 -10 262 -10 c 0\n 206 -10 158 29 158 87 c 2\n 158 376 l 1\n 134 377 110 378 86 378 c 0\n 52 378 35 367 28 333 c 1\n 9 333 l 1\n 13 410 36 451 119 451 c 0\n 194 451 270 444 345 444 c 0\n 361 444 380 450 383 468 c 1\n 402 468 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 577\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113>\nVStem: 19 24<333.062 354.874> 118 85<133 183>\nFore\n464 305 m 0\n 464 175 438 -10 270 -10 c 4\n 172 -10 118 56 118 151 c 0\n 118 223 126 296 126 368 c 0\n 126 390 120 425 91 425 c 0\n 49 425 43 364 43 333 c 1\n 19 333 l 1\n 19 399 34 461 113 461 c 0\n 184 461 210 390 210 330 c 0\n 210 268 203 206 203 144 c 0\n 203 83 216 26 289 26 c 0\n 376 26 420 117 420 193 c 0\n 420 272 359 337 359 411 c 0\n 359 436 373 461 401 461 c 0\n 466 461 464 349 464 305 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: phi\nEncoding: 966 966 578\nWidth: 640\nFlags: W\nHStem: 432 29<132 152 389 406>\nVStem: 224.122 84<-224 -143 -97 -10 19.125 182.29>\nDStem: 226.532 -10 310.532 -10 224.122 -224 308.122 -224\nFore\n310.532 -10 m 1\n 308.122 -224 l 1\n 224.122 -224 l 1\n 226.532 -10 l 1\n 114.086 -4 10.1748 62 -18.0312 179 c 0\n -45.7539 294 3.98633 461 133.986 461 c 0\n 182.986 461 206.909 452 230 406 c 5\n 212.375 392 l 5\n 195.106 418 182.978 432 150.978 432 c 0\n 49.9775 432 58.29 215 77.0947 137 c 0\n 96.1396 58 148.336 24 226.541 19 c 1\n 226.31 161 204.986 461 396.986 461 c 0\n 469.986 461 511.04 411 527.192 344 c 0\n 567.934 175 484.362 -1 310.532 -10 c 1\n498.639 338 m 0\n 487.308 385 460.978 432 404.978 432 c 0\n 324.978 432 312.299 356 312.21 290 c 1\n 310.541 19 l 1\n 465.612 27 534.317 190 498.639 338 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: chi\nEncoding: 967 967 579\nWidth: 480\nFlags: W\nHStem: -209 78<386 395> 376 85<85 99> 431 20G<356 443>\nDStem: 168 294 186 346 213 177 233 206 213 177 252 71 29 -200 118 -200 356 451 443 451 233 206 271 108\nFore\n461 -89 m 0\n 461 -139 461 -209 393 -209 c 0\n 332 -209 310 -105 295 -60 c 2\n 252 71 l 1\n 118 -200 l 1\n 29 -200 l 1\n 213 177 l 1\n 168 294 l 1\n 154 329 144 376 97 376 c 0\n 51 376 44 335 43 298 c 1\n 24 298 l 1\n 20 317 19 337 19 357 c 0\n 19 400 31 461 85 461 c 0\n 148 461 170 395 186 346 c 1\n 233 206 l 1\n 356 451 l 1\n 443 451 l 1\n 271 108 l 1\n 279 85 332 -131 391 -131 c 0\n 430 -131 439 -78 442 -48 c 1\n 459 -48 l 1\n 460 -62 461 -75 461 -89 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: psi\nEncoding: 968 968 580\nWidth: 693\nFlags: W\nHStem: 420 41<106 127>\nVStem: 27 29<298.031 353> 135 85<150 211> 526 111<338 416>\nFore\n424 -10 m 1\n 434 -224 l 1\n 340 -224 l 1\n 349 -10 l 1\n 227 -6 135 62 135 191 c 0\n 135 249 139 306 139 364 c 0\n 139 387 137 420 106 420 c 0\n 49 420 56 336 56 298 c 1\n 27 298 l 1\n 27 329 l 2\n 27 398 46 461 127 461 c 0\n 194 461 224 391 224 333 c 0\n 224 272 220 212 220 151 c 0\n 220 67 267 18 351 14 c 1\n 379 579 l 1\n 404 579 l 1\n 422 14 l 1\n 517 27 577 117 577 209 c 0\n 577 286 526 349 526 416 c 0\n 526 438 545 461 568 461 c 0\n 634 461 637 387 637 338 c 0\n 637 194 593 13 424 -10 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: omega\nEncoding: 969 969 581\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476>\nVStem: 41 92<213 247> 300 93<311.846 343> 323 48<149 183> 560 92<213 247>\nFore\n652 228 m 0\n 652 126 593 -10 474 -10 c 0\n 394 -10 357 49 348 122 c 1\n 345 122 l 1\n 336 49 299 -10 219 -10 c 0\n 100 -10 41 126 41 228 c 0\n 41 348 110 458 240 461 c 1\n 240 437 l 1\n 130 426 133 313 133 229 c 0\n 133 161 134 19 230 19 c 0\n 302 19 323 102 323 160 c 0\n 323 223 300 287 300 329 c 0\n 300 360 312 385 347 385 c 4\n 381 385 393 359 393 329 c 0\n 393 282 371 221 371 160 c 0\n 371 102 390 19 463 19 c 0\n 562 19 560 168 560 237 c 0\n 560 320 560 426 453 437 c 1\n 453 461 l 1\n 583 458 652 348 652 228 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 582\nWidth: 267\nFlags: W\nHStem: -10 36<160 187> 431 20G<59 143> 557 96<12.9489 26 166 184>\nVStem: -25 96<597 615> 59 84<85 451> 127 96<597 615> 241 24<101 145>\nFore\n223 605 m 0\n 223 578 202 557 175 557 c 128\n 148 557 127 578 127 605 c 128\n 127 632 148 653 175 653 c 128\n 202 653 223 632 223 605 c 0\n71 605 m 0\n 71 578 50 557 23 557 c 128\n -4 557 -25 578 -25 605 c 128\n -25 632 -4 653 23 653 c 128\n 50 653 71 632 71 605 c 0\n265 111 m 2\n 265 38 241 -10 161 -10 c 0\n 84 -10 59 35 59 106 c 2\n 59 451 l 1\n 143 451 l 1\n 143 72 l 2\n 143 46 160 26 187 26 c 0\n 248 26 241 103 241 145 c 1\n 265 145 l 1\n 265 111 l 2\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 583\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 557 96<162 180 354 372>\nVStem: 19 24<333.062 354.874> 118 85<133 183> 124 96<597 615> 314 96<597 615>\nFore\n410 605 m 0\n 410 578 389 557 362 557 c 128\n 335 557 314 578 314 605 c 128\n 314 632 335 653 362 653 c 128\n 389 653 410 632 410 605 c 0\n220 605 m 0\n 220 578 199 557 172 557 c 128\n 145 557 124 578 124 605 c 128\n 124 632 145 653 172 653 c 128\n 199 653 220 632 220 605 c 0\n464 305 m 0\n 464 175 438 -10 270 -10 c 0\n 172 -10 118 56 118 151 c 0\n 118 223 126 296 126 368 c 0\n 126 390 120 425 91 425 c 0\n 49 425 43 364 43 333 c 1\n 19 333 l 1\n 19 399 34 461 113 461 c 0\n 184 461 210 390 210 330 c 0\n 210 268 203 206 203 144 c 0\n 203 83 216 26 289 26 c 0\n 376 26 420 117 420 193 c 0\n 420 272 359 337 359 411 c 0\n 359 436 373 461 401 461 c 0\n 466 461 464 349 464 305 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 584\nWidth: 534\nFlags: W\nHStem: -10 29<265 286> 432 29<257 268> 547 196<258 274>\nVStem: 36 93<223 257> 231 68<691 713> 405 92<185 224>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 169 0\nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 585\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 547 196<259 275>\nVStem: 19 24<333.062 354.874> 118 85<133 183> 232 68<691 713>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 170 0\nEndChar\nStartChar: omegatonos\nEncoding: 974 974 586\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476> 547 196<339 355>\nVStem: 41 92<213 247> 300 93<311.846 343> 312 68<691 713> 323 48<149 183> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 250 0\nEndChar\nStartChar: uni03D0\nEncoding: 976 976 587\nWidth: 534\nFlags: W\nHStem: -8.01172 22.9316<287 308> 369.413 27.71<287 302> 647.466 27.71<261 275>\nVStem: 71.8828 81.5992<-201 424> 199.139 109.771<382 386> 365.253 81.6<518 536> 403.139 89.371<182 200>\nRef: 946 946 N 1 0 0 1 0 0\nEndChar\nStartChar: theta1\nEncoding: 977 977 588\nWidth: 534\nFlags: W\nHStem: -10 24<258 276> 334 24<143 391> 648 24<258 276>\nRef: 952 952 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilon1\nEncoding: 978 978 589\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 631 41<134 159 559 584>\nVStem: 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni03D3\nEncoding: 979 979 590\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 481 196<-43 -27> 631 41<134 159 559 584>\nVStem: -70 68<625 647> 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 -132 -66\nEndChar\nStartChar: uni03D4\nEncoding: 980 980 591\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 631 41<134 159 559 584>\nVStem: 41 77<575 609> 210 99<772 798.5> 307 104<67.6002 336> 409 99<772 798.5> 564 113<540 575> 600 77<575 609>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 192 213\nEndChar\nStartChar: phi1\nEncoding: 981 981 592\nWidth: 640\nFlags: W\nVStem: 43 85<207 241> 289 54<19 65 338.197 432> 513 84<207 241>\nDStem: 288 -10 352 -10 285 -224 355 -224\nFore\n597 226 m 4\n 597 77 494 -2 352 -10 c 5\n 355 -224 l 5\n 285 -224 l 5\n 288 -10 l 5\n 146 -2 43 77 43 226 c 4\n 43 370 167 454 300 461 c 5\n 305 576 l 5\n 335 576 l 5\n 341 461 l 5\n 474 454 597 369 597 226 c 4\n513 226 m 4\n 513 331 454 422 343 432 c 5\n 351 19 l 5\n 455 28 513 130 513 226 c 4\n298 432 m 5\n 187 422 128 332 128 226 c 4\n 128 130 185 28 289 19 c 5\n 298 432 l 5\nEndSplineSet\nMinimumDistance: x0,-1 x5,0 \nEndChar\nStartChar: omega1\nEncoding: 982 982 593\nWidth: 587\nFlags: W\nHStem: -10 36<442 469> -10 73<96 108> 450 20<533 552>\nVStem: 35 24<117 121> 180 29<281 378> 343 84<85 378> 523 24<120 146>\nRef: 960 960 N 1 0 0 1 0 0\nEndChar\nStartChar: uni03DA\nEncoding: 986 986 594\nWidth: 510\nFlags: W\nHStem: -185.65 89.6773<157.156 222.37> 540.861 93.577<331 369.394> 548.659 94.875<202 225> 644.329 20G<429.229 445.544>\nFore\n445.544 664.329 m 1\n 435.686 590.248 418.235 540.861 332.896 540.861 c 0\n 296.499 540.861 257.708 548.659 221.312 548.659 c 0\n 82.0078 548.659 23.665 419.993 66.0098 282.229 c 0\n 128.328 79.4805 403.607 253.636 459.935 70.3828 c 0\n 512.664 -101.172 366.695 -185.65 222.37 -185.65 c 0\n 196.015 -185.65 131.609 -184.35 119.227 -144.061 c 0\n 109.638 -112.869 129.547 -95.9727 157.156 -95.9727 c 0\n 206.102 -95.9727 256.591 -133.664 305.536 -133.664 c 0\n 375.816 -133.664 447.345 -76.4785 422.577 4.10059 c 0\n 386.225 122.37 116.19 -36.1895 37.4941 219.845 c 0\n -12.4414 382.303 20.2168 643.534 204.702 643.534 c 0\n 258.667 643.534 315.429 634.438 369.394 634.438 c 0\n 397.004 634.438 418.85 640.936 429.229 664.329 c 1\n 445.544 664.329 l 1\nEndSplineSet\nEndChar\nStartChar: uni03DB\nEncoding: 987 987 595\nWidth: 426\nFlags: W\nHStem: -194 69<90.0781 131.788> 365 72<301 342.71> 371 73<201 235> 440 20G<393.807 406.807>\nFore\n406.807 460 m 5\n 390.479 403 370.929 365 302.929 365 c 4\n 273.929 365 243.91 371 214.91 371 c 4\n 103.91 371 42.71 272 60.6982 166 c 4\n 87.1689 10 326.432 144 350.357 3 c 4\n 372.758 -129 246.788 -194 131.788 -194 c 4\n 110.788 -194 59.6182 -193 54.3574 -162 c 4\n 50.2852 -138 68.0781 -125 90.0781 -125 c 4\n 129.078 -125 165 -154 204 -154 c 4\n 260 -154 323.533 -110 313.012 -48 c 4\n 297.569 43 64.2725 -79 30.8428 118 c 4\n 9.63184 243 65.5225 444 212.522 444 c 4\n 255.522 444 299.71 437 342.71 437 c 4\n 364.71 437 382.861 442 393.807 460 c 5\n 406.807 460 l 5\nEndSplineSet\nEndChar\nStartChar: uni03DC\nEncoding: 988 988 596\nWidth: 611\nFlags: W\nHStem: 0 21G<32.79 284.79> 325 36<187 296> 620 33<230 312>\nVStem: 89.875 98.849<79 327 361 561>\nFore\n489.023 653 m 1\n 499.377 500 l 1\n 477.824 502 l 1\n 475.501 514 475.225 515 474.564 521 c 0\n 471.965 534 470.582 539 468.92 545 c 0\n 451.757 607 412.158 620 244.158 620 c 0\n 203.158 620 190.819 614 190.356 594 c 1\n 188.855 361 l 1\n 356.302 363 301.134 360 362.749 365 c 1\n 382.133 360 l 1\n 387.272 215 l 1\n 368.889 220 l 1\n 366.307 251 364.984 263 360.556 279 c 0\n 355.02 299 344.42 312 327.206 320 c 0\n 317.099 324 309.822 325 270.823 325 c 0\n 248.823 325 226.545 326 188.991 328 c 1\n 188.724 105 l 2\n 188.813 83 189.966 68 192.182 60 c 0\n 200.485 30 221.531 19 280.36 16 c 1\n 284.79 0 l 1\n 32.79 0 l 1\n 28.3604 16 l 1\n 83.1465 24 88.4854 30 89.875 90 c 1\n 90.5195 532 l 1\n 90.875 556 87.9551 581 83.8027 596 c 0\n 75.7734 625 62.1133 631 -4.54785 637 c 1\n -8.97656 653 l 1\n 489.023 653 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni03DD\nEncoding: 989 989 597\nWidth: 470\nFlags: W\nHStem: 331.729 35.851<186 251> 625.514 32.864<218 268>\nVStem: 120.801 64.858<87 334.658 439 441>\nFore\n385.514 658.378 m 1\n 391.439 506.008 l 1\n 377.328 507.999 l 1\n 375.874 519.949 375.698 520.946 375.3 526.92 c 0\n 373.669 539.868 372.789 544.847 371.732 550.822 c 0\n 360.835 612.566 334.96 625.514 224.871 625.514 c 0\n 198.004 625.514 189.884 619.538 189.469 599.621 c 1\n 179.825 522.28 180.643 444.92 187.181 367.58 c 1\n 296.918 369.571 260.748 366.583 301.153 371.562 c 1\n 313.826 366.583 l 1\n 316.383 222.18 l 1\n 304.364 227.161 l 1\n 302.846 258.033 302.047 269.982 299.233 285.918 c 0\n 295.717 305.835 288.846 318.781 277.61 326.748 c 0\n 271.011 330.731 266.247 331.729 240.69 331.729 c 0\n 226.274 331.729 211.682 332.724 187.084 334.716 c 1\n 185.659 112.633 l 2\n 185.596 90.7227 186.266 75.7852 187.672 67.8184 c 0\n 192.944 37.9424 206.676 26.9873 245.209 24 c 1\n 248.021 8.06641 l 1\n 82.8877 8.06641 l 1\n 80.0762 24 l 1\n 116.021 31.9668 119.553 37.9424 120.801 97.6953 c 1\n 123.699 537.876 l 1\n 124.066 561.777 122.293 586.675 119.656 601.613 c 0\n 114.558 630.493 105.641 636.468 61.9912 642.442 c 1\n 59.1787 658.378 l 1\n 385.514 658.378 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni03DE\nEncoding: 990 990 598\nWidth: 613\nFlags: W\nHStem: 267 69<218 256 274 355 374 387 410 412>\nDStem: 254 570 353 606 126 378 246 437 254 570 246 437 126 378 203 368 383 166 503 225 276 -3 375 33\nFore\n59 267 m 5\n 66 306 104 345 126 378 c 6\n 254 570 l 6\n 276 602 304 635 318 671 c 4\n 329 700 320 729 288 739 c 4\n 275 743 258 739 244 745 c 132\n 230 751 235 771 243 782 c 4\n 287 838 374 760 386 713 c 4\n 396 676 372 635 353 606 c 6\n 246 437 l 5\n 203 368 l 6\n 199 361 189 349 195 341 c 4\n 206 326 272 336 290 336 c 6\n 570 336 l 5\n 563 297 524 257 503 225 c 6\n 375 33 l 6\n 353 0 325 -32 311 -68 c 4\n 300 -98 309 -126 341 -137 c 4\n 354 -140 371 -137 384 -142 c 4\n 399 -149 394 -169 386 -179 c 4\n 342 -235 255 -158 243 -111 c 4\n 233 -73 257 -33 276 -3 c 6\n 383 166 l 5\n 426 235 l 6\n 430 241 440 254 434 262 c 4\n 423 277 360 267 342 267 c 6\n 59 267 l 5\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni03DF\nEncoding: 991 991 599\nWidth: 613\nFlags: W\nHStem: 267 69<218 256 274 357 374 387 410 412>\nDStem: 254 570 353 606 126 378 246 437 254 570 246 437 126 378 203 368 383 166 503 225 276 -3 375 33\nFore\n59 267 m 1\n 66 306 104 345 126 378 c 2\n 254 570 l 2\n 276 602 304 635 318 671 c 1\n 318 671 372 672 384 669 c 1\n 203 368 372 635 353 606 c 2\n 246 437 l 1\n 203 368 l 2\n 199 361 189 349 195 341 c 0\n 206 326 272 336 290 336 c 2\n 570 336 l 1\n 563 297 524 257 503 225 c 2\n 375 33 l 2\n 353 0 335 -30 321 -66 c 9\n 321 -66 312 -78 234 -75 c 1\n 303 42 276 -3 276 -3 c 25\n 383 166 l 1\n 426 235 l 2\n 430 241 440 254 434 262 c 0\n 423 277 360 267 342 267 c 2\n 59 267 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni03E0\nEncoding: 992 992 600\nWidth: 627\nFlags: W\nVStem: 444.332 65.934<318 352>\nDStem: 343.371 607.346 375.308 580.023 21.9424 197.508 55.9414 164.112\nFore\n375.308 580.023 m 1\n 169.264 308.82 169.264 308.82 55.9414 164.112 c 1\n 45.4551 162.267 16.1826 163.078 13.7002 179.292 c 1\n 13.7002 184.689 16.4502 190.761 21.9424 197.508 c 2\n 343.371 607.346 l 1\n 306.283 655.244 284.648 649.847 235.197 649.847 c 1\n 161.917 657.479 121.166 599.093 71.3936 589.131 c 1\n 60.4033 591.154 54.9102 597.563 54.9102 608.356 c 0\n 54.9102 619.152 63.1533 640.065 77.5752 640.74 c 1\n 119.694 659.303 160.303 692.003 229.018 684.254 c 1\n 325.17 684.929 399.002 643.101 450.513 558.771 c 0\n 490.348 491.983 510.266 413.728 510.266 324 c 0\n 510.266 234.274 444.531 62.0352 410.191 4.69141 c 0\n 351.423 4.69141 l 0\n 380.958 63.3848 445.705 251.478 444.332 337.155 c 0\n 443.646 390.451 447.079 426.881 429.909 476.804 c 1\n 321.737 321.977 153.811 100.36 75.5156 -0.834961 c 1\n 34.3057 24.4648 l 2\n 409.305 516.27 l 1\n 399.689 539.883 388.355 561.133 375.308 580.023 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni03E1\nEncoding: 993 993 601\nWidth: 526\nFlags: W\nFore\n330 465 m 1\n 261.454 504.498 210.066 570.137 99.7031 540.891 c 1\n 82.417 539.253 38.207 531.789 33.3701 555.317 c 1\n 151.146 644.477 363.624 518.571 411.994 431.812 c 1\n 484.353 342.222 477.123 244.026 485.068 121.789 c 1\n 472.284 88.2383 483.007 18.4238 449.109 9.36523 c 1\n 431.453 14.543 440.9 63.792 438.478 78.7969 c 1\n 450.742 151.505 454.919 234.514 434.104 311.251 c 1\n 348.129 242.728 262.23 161.302 163.772 99.0107 c 1\n 148.243 95.1787 121.983 101.303 131.521 125.529 c 1\n 206.399 210.092 314.489 263.699 390.984 346.217 c 1\n 397.005 351.986 409.961 352.595 410.486 362.911 c 0\n 411.562 383.591 383.581 406.882 373.971 423.477 c 1\n 276.003 369.408 220.603 277.033 99.9033 229.43 c 1\n 88.3418 229.376 78.2012 234.931 81.1865 247.498 c 1\n 146.58 335.927 263.703 377.816 330 465 c 1\nEndSplineSet\nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 587\nWidth: 611\nFlags: W\nHStem: 0 37<284 371> 327 41<202 380> 624 38<220 396>\nVStem: 99 102<96 326 369 576> 99 389<327 368>\nRef: 69 69 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 174 205\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 588\nWidth: 667\nFlags: W\nHStem: 0 18<36.0314 59.3573> 0 39<292 460> 343 39<244 422> 647 39<244 468> 668 18<36.0314 59.723> 741 129<196 212 452 468>\nVStem: 135 108<94 342 383 592> 141 129<800 816> 394 128<800 816> 510 18<240.063 263.855 464 481>\nFore\n206 870 m 0\n 223 870 238 864 251 852 c 0\n 264 839 270 824 270 806 c 128\n 270 788 264 773 251 760 c 0\n 238 748 223 741 206 741 c 0\n 188 741 173 748 160 760 c 128\n 147 772 141 788 141 806 c 128\n 141 824 147 839 160 852 c 0\n 173 864 188 870 206 870 c 0\n458 870 m 0\n 476 870 491 863 503 851 c 0\n 516 839 522 823 522 805 c 128\n 522 787 516 772 504 760 c 0\n 491 747 476 741 458 741 c 128\n 440 741 425 747 413 760 c 1\n 400 772 394 787 394 805 c 128\n 394 823 400 839 413 851 c 128\n 426 863 441 870 458 870 c 0\n581 686 m 1\n 589 535 l 1\n 572 535 l 1\n 567 565 559 589 545 606 c 0\n 532 624 518 635 503 640 c 128\n 488 645 468 647 441 647 c 2\n 243 647 l 1\n 243 382 l 1\n 420 382 l 2\n 480 382 510 415 510 482 c 1\n 528 482 l 1\n 528 240 l 1\n 510 240 l 1\n 510 282 502 309 486 322 c 0\n 471 336 447 343 416 343 c 2\n 243 343 l 1\n 243 94 l 2\n 243 72 247 57 255 50 c 0\n 262 43 277 39 299 39 c 2\n 441 39 l 2\n 487 39 523 48 548 67 c 128\n 573 86 599 121 625 171 c 1\n 645 171 l 1\n 589 0 l 1\n 36 0 l 1\n 36 18 l 1\n 65 18 87 22 102 30 c 0\n 116 38 125 48 129 60 c 0\n 133 71 135 96 135 133 c 2\n 135 554 l 2\n 135 593 133 619 128 630 c 0\n 124 642 115 651 101 658 c 0\n 86 664 65 668 36 668 c 1\n 36 686 l 1\n 581 686 l 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 589\nWidth: 768\nFlags: W\nHStem: 0 21G<160 452> 404.997 55.0034<466 505> 620 42<177 253 357 448>\nVStem: 254 102<86 348 382 619> 652 84<102 150>\nFore\n356 620 m 1\n 410 620 l 2\n 524 620 546 602 569 492 c 1\n 593 492 l 1\n 587 662 l 1\n 23 662 l 1\n 17 492 l 1\n 41 492 l 1\n 65 601 88 620 200 620 c 2\n 254 620 l 1\n 254 120 l 2\n 254 35 243 24 160 19 c 1\n 160 0 l 1\n 452 0 l 1\n 452 19 l 1\n 370 23 356 36 356 109 c 2\n 356 348 l 1\n 391 386 416 405 466 405 c 0\n 585 405 653 260 652 130 c 0\n 651 -74 595 -121 571 -166 c 0\n 565 -176 551 -184 537 -184 c 0\n 522 -184 512 -177 495 -156 c 0\n 477 -133 463 -124 447 -124 c 0\n 424 -124 406 -141 406 -163 c 0\n 406 -195 456 -218 500 -218 c 4\n 661 -218 736 -25 736 133 c 0\n 736 280 654 459 505 460 c 0\n 438 460 408 436 356 381 c 1\n 356 620 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 590\nWidth: 556\nFlags: W\nHStem: 0 21G<12 292> 624 38<220 396>\nVStem: 99 102<96 576>\nFore\n201 109 m 2\n 201 37 215 23 292 19 c 1\n 292 0 l 1\n 12 0 l 1\n 12 19 l 1\n 88 24 99 37 99 120 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 233 624 l 2\n 206 624 201 618 201 590 c 2\n 201 109 l 2\n207 712 m 1\n 167 712 l 1\n 314 860 l 2\n 332 878 341 883 356 883 c 0\n 378 883 391 871 391 851 c 0\n 391 835 382 822 361 809 c 2\n 207 712 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 591\nWidth: 667\nFlags: W\nHStem: -13.5146 43.7595<360 392> 315 44<146 447> 450 21G<597 620> 636 40<360 392>\nVStem: 28 420<315 354>\nFore\n145 359 m 1\n 152 528 243 636 382 636 c 0\n 439 636 491 615 531 575 c 0\n 563 543 578 515 597 450 c 1\n 620 450 l 1\n 611 676 l 1\n 590 676 l 1\n 584 655 568 643 548 643 c 0\n 539 643 524 646 509 652 c 0\n 460 668 410 676 363 676 c 0\n 281 676 198 645 136 590 c 0\n 66 528 28 435 28 325 c 0\n 28 232 58 146 109 89 c 0\n 169 24 261 -14 360 -14 c 0\n 473 -14 572 32 633 113 c 1\n 615 131 l 1\n 541 60 475 30 392 30 c 0\n 329 30 273 50 230 88 c 0\n 179 134 148 215 144 315 c 1\n 448 315 l 1\n 448 359 l 1\n 145 359 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 592\nWidth: 556\nFlags: W\nHStem: -13.0467 35.0467<263 282> 635 41<244 263>\nVStem: 71.0022 85.9978<505 542> 389.997 101.003<135 168>\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 593\nWidth: 333\nFlags: W\nHStem: 0 21<12 309> 642 20<12 309>\nVStem: 109 102<96 576>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 594\nWidth: 333\nFlags: W\nHStem: 0 21<12 309> 642 20<12 309> 712 99<50.8918 62 252 268>\nVStem: 12 99<760 764> 109 102<96 576> 211 99<760 764>\nRef: 73 73 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -6 189\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 595\nWidth: 389\nFlags: W\nHStem: -14 121.992<59 109> -13.9917 37.9917<109 138> 642 20<83 370>\nVStem: 176 102<162 578>\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 596\nWidth: 969\nFlags: W\nHStem: -13 114.995<78 127> 0 37<634 667> 334 40<634 688> 618 44<296 511>\nVStem: 253 43<323 579> 512 96<99 331 374 579> 839 109<179 195>\nFore\n424 19 m 1\n 502 24 512 36 512 120 c 2\n 512 618 l 1\n 296 618 l 1\n 296 347 l 2\n 296 222 256 -12 127 -13 c 0\n 81 -13 26 0 26 41 c 0\n 26 73 46 102 78 102 c 0\n 124 102 116 68 151 67 c 0\n 180 66 194 76 209 109 c 0\n 240 178 253 264 253 347 c 2\n 253 553 l 2\n 253 625 242 636 165 643 c 1\n 165 662 l 1\n 702 662 l 1\n 702 643 l 1\n 623 640 608 626 608 553 c 2\n 608 374 l 1\n 608 374 651 374 677 374 c 0\n 755 374 809 364 852 340 c 0\n 912 308 948 247 948 181 c 0\n 948 139 934 101 907 72 c 0\n 867 28 780 0 686 0 c 2\n 424 0 l 1\n 424 19 l 1\n608 71 m 2\n 608 44 615 37 642 37 c 0\n 777 37 839 84 839 187 c 0\n 839 284 780 334 665 334 c 0\n 645 334 631 333 608 331 c 1\n 608 71 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 597\nWidth: 980\nFlags: W\nHStem: 0 37<627.757 667> 330 44<210 511> 334 40<641 691> 642 20G<19 297 424 702>\nVStem: 107 102<96 329 375 576> 424 278<643 661> 512 96<96 329 375 576> 839 109<176 192>\nFore\n424 19 m 1\n 502 24 512 36 512 120 c 2\n 512 330 l 1\n 209 330 l 1\n 209 109 l 2\n 209 38 222 25 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 97 24 107 36 107 120 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 374 l 1\n 512 374 l 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 623 640 608 626 608 553 c 2\n 608 374 l 1\n 608 374 651 374 677 374 c 0\n 755 374 809 364 852 340 c 0\n 912 308 948 247 948 181 c 0\n 948 139 934 101 907 72 c 0\n 867 28 780 0 686 0 c 2\n 424 0 l 1\n 424 19 l 1\n608 71 m 2\n 608 44 615 37 642 37 c 0\n 777 37 839 84 839 187 c 0\n 839 284 780 334 665 334 c 0\n 645 334 631 333 608 331 c 1\n 608 71 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 598\nWidth: 698\nFlags: W\nHStem: 0 21G<160 452 469 677> 404.996 55.0043<459 498> 620 42<177 253 357 433>\nVStem: 254 102<86 348 380 619> 532 84<80 320>\nFore\n356 109 m 2\n 356 36 370 23 452 19 c 1\n 452 0 l 1\n 160 0 l 1\n 160 19 l 1\n 243 24 254 35 254 120 c 2\n 254 620 l 1\n 200 620 l 2\n 88 620 65 601 41 492 c 1\n 17 492 l 1\n 23 662 l 1\n 587 662 l 1\n 593 492 l 1\n 569 492 l 1\n 546 602 524 620 410 620 c 2\n 356 620 l 1\n 356 379 l 1\n 424 443 452 460 498 460 c 0\n 572 460 616 404 616 310 c 2\n 616 87 l 2\n 616 38 628 26 677 21 c 1\n 677 0 l 1\n 469 0 l 1\n 469 21 l 1\n 519 25 532 42 532 105 c 2\n 532 308 l 2\n 532 374 508 405 459 405 c 0\n 426 405 404 393 356 348 c 1\n 356 109 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 599\nWidth: 722\nFlags: W\nHStem: 0 19<642 672> 326 38<226 260> 589.986 78.0145<503 566> 642 20G<34 318>\nVStem: 124 102<96 325 365 576>\nDStem: 372 222 442 272 509 0 530 127\nFore\n654 604 m 1\n 655 570 630 556 610 556 c 0\n 546 556 531 590 503 590 c 0\n 487 590 475 572 461 510 c 0\n 441 420 386 355 353 347 c 1\n 391 341 414 316 442 272 c 1\n 530 127 l 2\n 599 13 621 20 673 19 c 1\n 673 0 l 1\n 509 0 l 1\n 372 222 l 1\n 330 288 312 326 258 326 c 2\n 226 326 l 1\n 226 109 l 2\n 226 36 238 24 316 19 c 1\n 316 0 l 1\n 34 0 l 1\n 34 19 l 1\n 113 24 124 37 124 120 c 2\n 124 553 l 2\n 124 624 112 637 34 643 c 1\n 34 662 l 1\n 318 662 l 1\n 318 643 l 1\n 237 637 226 626 226 553 c 2\n 226 364 l 1\n 236 364 258 364 258 364 c 2\n 332 364 397 432 420 520 c 0\n 455 652 513 668 566 668 c 0\n 610 668 655 656 654 604 c 1\n282 712 m 1\n 242 712 l 1\n 389 860 l 2\n 407 878 416 883 431 883 c 0\n 453 883 466 871 466 851 c 0\n 466 835 457 822 436 809 c 2\n 282 712 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 600\nWidth: 722\nFlags: W\nHStem: 0 21G<19 297 424 702> 642 20G<19 297 424 702>\nVStem: 107 102<96 146 211 576> 512 102<96 449 514 576>\nDStem: 512 514 512 450 209 210 209 146\nFore\n209 210 m 1\n 512 514 l 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 625 636 614 625 614 553 c 2\n 614 109 l 2\n 614 38 627 25 702 19 c 1\n 702 0 l 1\n 424 0 l 1\n 424 19 l 1\n 502 24 512 36 512 120 c 2\n 512 450 l 1\n 209 146 l 1\n 209 109 l 2\n 209 38 222 25 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 97 24 107 36 107 120 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 210 l 1\n472 712 m 1\n 432 712 l 1\n 278 809 l 2\n 260 821 249 836 249 852 c 0\n 249 871 262 883 283 883 c 0\n 298 883 307 878 325 860 c 2\n 472 712 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 601\nWidth: 746\nFlags: W\nHStem: -12 122.976<151 196> 642 20G<20 306 482 727> 712 60<356 388>\nVStem: 20 286<643 661> 482 245<643 661>\nDStem: 168 488 254 520 318 133 371 244 524 542 590 549 371 244 381 140\nFore\n727 662 m 1\n 727 643 l 1\n 663 639 637 636 590 549 c 1\n 381 140 l 2\n 330 41 292 -12 196 -12 c 0\n 144 -12 101 12 101 51 c 0\n 101 96 126 111 151 111 c 0\n 199 110 211 87 213 65 c 0\n 214 51 219 36 238 36 c 0\n 267 36 283 70 318 133 c 1\n 168 488 l 1\n 115 636 85 640 20 643 c 1\n 20 662 l 1\n 306 662 l 1\n 306 643 l 1\n 278 642 l 2\n 245 641 230 633 230 613 c 0\n 230 591 230 577 254 520 c 2\n 371 244 l 1\n 524 542 l 2\n 545 583 552 596 552 611 c 0\n 552 634 536 641 482 643 c 1\n 482 662 l 1\n 727 662 l 1\n485 869 m 1\n 514 869 l 1\n 502 763 456 712 372 712 c 0\n 325 712 285 731 260 766 c 0\n 241 794 234 818 233 869 c 1\n 262 869 l 1\n 276 802 310 772 374 772 c 0\n 432 772 457 793 485 869 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 602\nWidth: 722\nFlags: W\nHStem: 0 44<210 298 424 511> 642 20G<19 297 424 702>\nVStem: 107 102<89 569> 512 102<89 569>\nFore\n702 0 m 1\n 702 19 l 1\n 625 26 614 37 614 109 c 2\n 614 553 l 2\n 614 624 627 637 702 643 c 1\n 702 662 l 1\n 424 662 l 1\n 424 643 l 1\n 502 638 512 626 512 542 c 2\n 512 44 l 1\n 209 44 l 1\n 209 553 l 2\n 209 624 222 637 297 643 c 1\n 297 662 l 1\n 19 662 l 1\n 19 643 l 1\n 97 638 107 626 107 542 c 2\n 107 109 l 2\n 107 37 96 26 19 19 c 1\n 19 0 l 1\n 298 0 l 1\n 338 -30 334 -183 334 -183 c 1\n 390 -183 l 1\n 390 -183 388 -26 424 0 c 1\n 702 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 603\nWidth: 771\nFlags: W\nHStem: 0 18<203 210 474.063 493.267 749 755> 232 37<222 464>\nVStem: 13 198<1 18> 474 282<1 18>\nDStem: 343 548 388 717 465 269 660 91 370 717 343 548 106 115 221 269 370 717 204 232 106 115 143 91 481 232 388 717 533 113 660 91\nFore\n388 717 m 1\n 660 91 l 2\n 672 63 684 44 696 34 c 0\n 708 23 728 18 756 18 c 1\n 756 0 l 1\n 474 0 l 1\n 474 18 l 1\n 522 18 546 34 546 66 c 0\n 546 77 542 92 533 113 c 2\n 481 232 l 1\n 204 232 l 1\n 143 91 l 1\n 140 83 138 73 138 64 c 0\n 138 33 162 18 211 18 c 1\n 211 0 l 1\n 13 0 l 1\n 13 18 l 1\n 33 21 49 28 62 40 c 128\n 75 52 89 77 106 115 c 2\n 370 717 l 1\n 388 717 l 1\n343 548 m 1\n 221 269 l 1\n 465 269 l 1\n 343 548 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 604\nWidth: 646\nFlags: W\nHStem: 0 18<39.0313 66.027> 0 37<295 327> 343 37<279 327> 644 42<245 423> 668 18<39.0314 65.3425>\nVStem: 136 108<96 338 380 592> 485 123<187 200>\nFore\n39 686 m 1\n 554 686 l 1\n 560 529 l 1\n 542 529 l 1\n 539 606 495 644 412 644 c 2\n 244 644 l 1\n 244 380 l 1\n 314 380 l 2\n 419 380 494 361 540 324 c 0\n 585 286 608 241 608 188 c 0\n 608 134 587 90 544 54 c 0\n 502 18 442 0 365 0 c 2\n 39 0 l 1\n 39 18 l 1\n 69 18 90 21 103 27 c 0\n 115 34 123 42 128 54 c 128\n 133 66 136 86 136 116 c 2\n 136 571 l 2\n 136 599 134 619 128 632 c 0\n 123 644 114 653 102 659 c 0\n 89 665 68 668 39 668 c 1\n 39 686 l 1\n244 338 m 1\n 244 45 l 1\n 266 40 290 37 317 37 c 0\n 365 37 405 51 437 80 c 0\n 469 108 485 147 485 198 c 0\n 485 244 468 279 436 305 c 0\n 403 331 360 343 305 343 c 0\n 286 343 265 342 244 338 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 605\nWidth: 667\nFlags: W\nHStem: 0 18<43.0313 66.9882> 0 35<313 357> 335.494 34.4507<317 320> 654 32<296 335> 668 18<43.0314 66.9083>\nVStem: 143 108<96 333 380 592> 479 115<496 512> 499 125<176 192>\nFore\n469 353 m 1\n 519 343 558 323 584 292 c 0\n 611 260 624 224 624 185 c 0\n 624 145 612 110 588 80 c 128\n 564 50 535 29 499 18 c 0\n 463 6 416 0 358 0 c 2\n 43 0 l 1\n 43 18 l 1\n 73 18 95 22 109 30 c 0\n 124 38 133 47 137 59 c 0\n 141 70 143 95 143 133 c 2\n 143 554 l 2\n 143 593 141 619 136 630 c 0\n 132 642 123 651 108 658 c 0\n 94 664 72 668 43 668 c 1\n 43 686 l 1\n 318 686 l 2\n 417 686 488 668 531 633 c 0\n 573 597 594 554 594 503 c 0\n 594 469 583 437 561 409 c 0\n 538 380 508 362 469 353 c 1\n251 648 m 1\n 251 380 l 1\n 288 373 316 369 336 369 c 0\n 372 369 405 382 435 407 c 0\n 464 432 479 465 479 507 c 0\n 479 551 462 587 431 614 c 0\n 398 641 359 654 314 654 c 0\n 294 654 273 652 251 648 c 1\n251 333 m 1\n 251 48 l 1\n 278 40 306 35 334 35 c 0\n 386 35 426 49 455 78 c 0\n 484 106 499 141 499 183 c 0\n 499 231 479 269 442 296 c 128\n 405 323 357 336 297 336 c 0\n 283 336 268 335 251 333 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 606\nWidth: 626\nFlags: W\nHStem: 0 18<42.0313 66.4246> 644 42<249 442> 668 18<42.0313 67.6475>\nVStem: 140 108<96 592>\nFore\n600 686 m 1\n 607 530 l 1\n 589 530 l 1\n 582 577 563 608 534 623 c 0\n 504 637 468 644 425 644 c 2\n 248 644 l 1\n 248 86 l 2\n 248 64 255 47 271 36 c 0\n 288 25 313 19 348 18 c 1\n 348 0 l 1\n 42 0 l 1\n 42 18 l 1\n 69 18 91 21 105 29 c 0\n 119 36 128 44 133 55 c 0\n 137 66 140 86 140 116 c 2\n 140 576 l 2\n 140 615 132 641 118 652 c 128\n 104 663 78 668 42 668 c 1\n 42 686 l 1\n 600 686 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 607\nWidth: 747\nFlags: W\nHStem: 0 43<235 477> 644 42<285 509> 668 18<137.031 160.773 685 713>\nVStem: 510 108<95 592>\nFore\n137 686 m 1\n 714 686 l 1\n 714 668 l 1\n 697 668 l 2\n 668 668 648 662 636 648 c 0\n 624 635 618 614 618 585 c 2\n 618 111 l 2\n 618 73 625 47 639 36 c 0\n 653 24 675 18 704 18 c 2\n 714 18 l 1\n 714 -192 l 1\n 697 -192 l 1\n 683 -128 659 -81 626 -48 c 0\n 593 -16 535 0 452 0 c 2\n 259 0 l 2\n 217 0 183 -6 157 -17 c 0\n 130 -29 105 -51 81 -83 c 128\n 57 -115 40 -151 31 -192 c 1\n 13 -192 l 1\n 13 18 l 1\n 81 21 135 77 176 186 c 0\n 216 294 236 423 236 571 c 0\n 236 611 229 638 214 650 c 128\n 199 662 173 668 137 668 c 1\n 137 686 l 1\n285 644 m 1\n 273 460 l 2\n 261 276 218 137 145 43 c 1\n 457 43 l 2\n 480 43 494 46 500 52 c 0\n 507 58 510 72 510 96 c 2\n 510 644 l 1\n 285 644 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 608\nWidth: 667\nFlags: W\nHStem: 0 18<36.0314 59.3573> 0 39<292 452> 343 39<244 422> 647 39<244 468> 668 18<36.0314 59.723>\nVStem: 135 108<94 342 383 592> 510 18<240.063 263.855 464 481>\nFore\n581 686 m 1\n 589 535 l 1\n 572 535 l 1\n 567 565 559 589 545 606 c 0\n 532 624 518 635 503 640 c 128\n 488 645 468 647 441 647 c 2\n 243 647 l 1\n 243 382 l 1\n 420 382 l 2\n 480 382 510 415 510 482 c 1\n 528 482 l 1\n 528 240 l 1\n 510 240 l 1\n 510 282 502 309 486 322 c 0\n 471 336 447 343 416 343 c 2\n 243 343 l 1\n 243 94 l 2\n 243 72 247 57 255 50 c 0\n 262 43 277 39 299 39 c 2\n 441 39 l 2\n 487 39 523 48 548 67 c 128\n 573 86 599 121 625 171 c 1\n 645 171 l 1\n 589 0 l 1\n 36 0 l 1\n 36 18 l 1\n 65 18 87 22 102 30 c 0\n 116 38 125 48 129 60 c 0\n 133 71 135 96 135 133 c 2\n 135 554 l 2\n 135 593 133 619 128 630 c 0\n 124 642 115 651 101 658 c 0\n 86 664 65 668 36 668 c 1\n 36 686 l 1\n 581 686 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 609\nWidth: 997\nFlags: W\nHStem: 0 18<22.0156 36.6845 347.031 372.965 625 648 963 974> 337.009 34.9905<419 445 551 578> 583.012 109.988<79 119 872 917> 668 19<347.031 371.165>\nVStem: 445 106<96 337 374 606>\nFore\n649 18 m 1\n 649 0 l 1\n 347 0 l 1\n 347 18 l 1\n 375 18 394 21 406 25 c 0\n 418 30 428 39 435 51 c 0\n 441 63 445 79 445 99 c 2\n 445 338 l 1\n 418 338 401 335 393 330 c 0\n 385 324 364 293 331 238 c 0\n 297 183 253 103 199 0 c 1\n 22 0 l 1\n 22 18 l 1\n 41 18 61 23 81 35 c 0\n 100 45 117 60 130 79 c 0\n 144 98 168 138 204 200 c 0\n 245 268 270 308 279 320 c 0\n 289 333 305 344 327 356 c 1\n 307 368 291 384 280 404 c 128\n 269 424 255 462 238 519 c 0\n 224 563 214 592 207 603 c 128\n 200 614 191 620 180 620 c 128\n 169 620 153 614 134 603 c 0\n 112 590 93 583 79 583 c 0\n 67 583 56 588 46 596 c 0\n 37 604 32 617 32 633 c 0\n 32 650 40 665 56 676 c 0\n 72 688 93 693 119 693 c 0\n 146 693 169 688 190 679 c 0\n 211 669 228 654 240 635 c 0\n 251 616 266 578 283 522 c 0\n 302 459 320 418 337 400 c 0\n 354 381 382 372 419 372 c 0\n 426 372 435 372 445 374 c 1\n 445 588 l 2\n 445 618 438 639 422 651 c 128\n 406 663 381 668 347 668 c 1\n 347 687 l 1\n 649 687 l 1\n 649 668 l 1\n 619 667 600 665 589 662 c 0\n 579 658 570 651 563 639 c 0\n 555 627 551 611 551 591 c 2\n 551 374 l 1\n 563 372 571 372 578 372 c 0\n 615 372 642 381 660 399 c 0\n 678 418 697 459 716 523 c 0\n 732 578 746 615 757 634 c 128\n 768 653 783 668 803 678 c 0\n 822 688 845 693 872 693 c 0\n 900 693 923 688 939 676 c 0\n 956 664 964 649 964 633 c 0\n 964 620 959 608 950 599 c 0\n 940 588 929 583 917 583 c 0\n 904 583 886 590 863 604 c 0\n 844 615 828 621 816 621 c 0\n 806 621 797 616 791 606 c 0\n 784 597 773 568 758 520 c 0\n 739 460 725 421 715 404 c 0\n 706 387 691 372 670 356 c 1\n 691 345 708 332 720 318 c 128\n 732 304 763 252 813 165 c 0\n 853 96 884 54 907 40 c 0\n 930 25 953 18 975 18 c 1\n 975 0 l 1\n 798 0 l 1\n 626 302 l 2\n 618 317 608 327 599 332 c 0\n 590 336 574 338 551 338 c 1\n 551 102 l 2\n 551 74 558 54 571 40 c 0\n 583 25 606 18 638 18 c 2\n 649 18 l 1\nEndSplineSet\nMinimumDistance: x42,-1 \nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 610\nWidth: 532\nFlags: W\nHStem: -14.2066 46.2556<219 245> 342 33<161.063 192> 498 204<61 77> 662.254 39.3096<240 273>\nVStem: 358 108<513 532> 365 123<177 193>\nFore\n60 702 m 1\n 79 702 l 1\n 83 682 94 672 111 672 c 0\n 119 672 130 675 146 680 c 0\n 192 695 234 702 273 702 c 0\n 324 702 369 686 408 654 c 0\n 447 621 466 578 466 523 c 0\n 466 434 421 379 331 357 c 1\n 380 351 419 331 447 299 c 0\n 474 266 488 228 488 182 c 0\n 488 126 466 79 421 42 c 0\n 376 4 317 -15 245 -15 c 0\n 152 -15 81 30 32 120 c 1\n 47 129 l 1\n 93 64 150 32 219 32 c 0\n 270 32 307 47 330 77 c 128\n 353 107 365 145 365 191 c 128\n 365 237 349 274 317 301 c 0\n 286 329 241 342 183 342 c 0\n 177 342 169 342 161 342 c 1\n 161 375 l 1\n 231 375 281 388 312 414 c 0\n 343 439 358 478 358 530 c 0\n 358 569 348 601 329 625 c 0\n 309 650 280 663 240 663 c 0\n 149 663 95 607 77 498 c 1\n 60 498 l 1\n 60 702 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 611\nWidth: 824\nFlags: W\nHStem: 0 18<36 67 307 339 484 515 755 788> 668 18<36 67 307 339 484 515 771 788>\nVStem: 134 108<96 104 167 592> 582 108<96 522 585.031 592>\nDStem: 582 585 582 523 242 166 242 104\nFore\n483 686 m 1\n 789 686 l 1\n 789 668 l 1\n 753 668 728 663 713 650 c 0\n 698 638 690 618 690 588 c 2\n 690 109 l 2\n 690 86 692 70 696 59 c 0\n 700 47 708 38 721 30 c 0\n 733 22 750 18 773 18 c 2\n 789 18 l 1\n 789 0 l 1\n 483 0 l 1\n 483 18 l 1\n 502 18 l 2\n 520 18 535 21 548 28 c 128\n 561 35 569 44 575 55 c 0\n 580 66 582 84 582 109 c 2\n 582 523 l 1\n 242 104 l 1\n 242 81 245 64 249 54 c 0\n 253 43 261 35 273 28 c 0\n 286 21 302 18 321 18 c 2\n 340 18 l 1\n 340 0 l 1\n 35 0 l 1\n 35 18 l 1\n 52 18 l 2\n 81 18 101 25 114 39 c 128\n 127 53 134 76 134 109 c 2\n 134 588 l 2\n 134 617 127 637 115 650 c 1\n 102 662 80 668 47 668 c 2\n 35 668 l 1\n 35 686 l 1\n 340 686 l 1\n 340 668 l 1\n 321 668 l 2\n 268 668 242 642 242 588 c 2\n 242 166 l 1\n 582 585 l 1\n 582 617 575 638 562 650 c 0\n 549 663 527 668 499 668 c 2\n 483 668 l 1\n 483 686 l 1\nEndSplineSet\nMinimumDistance: x4,-1 x37,34 x37,35 \nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 612\nWidth: 715\nFlags: W\nHStem: 0 19<12 27.6 277.5 290 417 432.6 682.5 695> 643 19<12 23 279 290 417 428 684 695> 718 60<347 365>\nVStem: 100 102<95 147 120 577> 505 102<95 449 513 577>\nDStem: 505 514 505 450 202 210 202 146\nFore\n202 210 m 1\n 505 514 l 1\n 505 553 l 2\n 505 625 494 636 417 643 c 1\n 417 662 l 1\n 695 662 l 1\n 695 643 l 1\n 618 636 607 625 607 553 c 2\n 607 109 l 2\n 607 38 620 25 695 19 c 1\n 695 0 l 1\n 417 0 l 1\n 417 19 l 1\n 495 24 505 36 505 120 c 2\n 505 450 l 1\n 202 146 l 1\n 202 109 l 2\n 202 38 215 25 290 19 c 1\n 290 0 l 1\n 12 0 l 1\n 12 19 l 1\n 90 24 100 36 100 120 c 2\n 100 553 l 2\n 100 625 89 636 12 643 c 1\n 12 662 l 1\n 290 662 l 1\n 290 643 l 1\n 213 636 202 625 202 553 c 2\n 202 210 l 1\n465 875 m 1\n 494 875 l 1\n 482 769 436 718 352 718 c 0\n 305 718 265 737 240 772 c 0\n 221 800 214 824 213 875 c 1\n 242 875 l 1\n 256 808 290 778 354 778 c 0\n 412 778 437 799 465 875 c 1\nEndSplineSet\nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 613\nWidth: 750\nFlags: W\nHStem: 0 18<36 51 307.247 343 723 741> 332 41<244 275> 583 109.998<622 659> 668 18<35.0313 59.3256 306.819 343>\nVStem: 135 108<92 331 374 601>\nDStem: 392 237 515 230 563 0 557 171\nFore\n243 373 m 1\n 267 373 l 2\n 308 373 342 385 371 410 c 0\n 399 434 425 478 449 541 c 0\n 467 588 481 620 493 636 c 128\n 505 652 521 666 541 677 c 0\n 560 688 587 693 622 693 c 0\n 683 693 713 675 713 637 c 0\n 713 622 708 609 697 599 c 128\n 686 589 673 583 659 583 c 0\n 644 583 625 591 600 606 c 0\n 585 614 574 619 566 619 c 0\n 549 619 536 614 527 604 c 0\n 519 593 506 567 491 526 c 0\n 456 436 417 381 374 362 c 1\n 418 349 463 308 509 239 c 0\n 511 237 513 234 515 230 c 1\n 557 171 l 2\n 603 105 637 63 658 45 c 0\n 680 27 704 18 732 18 c 2\n 742 18 l 1\n 742 0 l 1\n 563 0 l 1\n 392 237 l 2\n 370 268 349 292 331 308 c 128\n 313 324 289 332 261 332 c 2\n 243 332 l 1\n 243 93 l 2\n 243 43 271 18 325 18 c 2\n 344 18 l 1\n 344 0 l 1\n 35 0 l 1\n 35 18 l 1\n 49 18 l 2\n 106 18 135 46 135 103 c 2\n 135 586 l 2\n 135 617 127 639 111 651 c 128\n 95 663 69 668 35 668 c 1\n 35 686 l 1\n 344 686 l 1\n 344 668 l 1\n 328 668 l 2\n 296 668 274 662 262 648 c 0\n 250 635 243 613 243 583 c 2\n 243 373 l 1\nEndSplineSet\nMinimumDistance: x17,-1 x34,31 x34,32 x27,30 x27,29 \nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 614\nWidth: 750\nFlags: W\nHStem: -7 114.988<69 107> 0 18<693 713> 644 42<281 507> 668 18<142 165 693 713>\nVStem: 239 42<329 601> 508 108<87 601>\nFore\n141 668 m 1\n 141 686 l 1\n 714 686 l 1\n 714 668 l 1\n 680 668 655 663 640 652 c 0\n 624 641 616 620 616 591 c 2\n 616 99 l 2\n 616 67 624 46 640 35 c 0\n 655 24 680 18 714 18 c 1\n 714 0 l 1\n 408 0 l 1\n 408 18 l 1\n 444 19 471 25 486 37 c 128\n 501 49 508 69 508 99 c 2\n 508 644 l 1\n 281 644 l 1\n 281 375 l 2\n 281 248 267 153 238 89 c 128\n 209 25 166 -7 107 -7 c 0\n 50 -7 21 14 21 56 c 0\n 21 72 27 85 37 95 c 0\n 47 104 58 108 69 108 c 0\n 82 108 98 102 116 88 c 0\n 133 75 146 68 154 68 c 0\n 180 68 201 93 216 143 c 128\n 231 193 239 265 239 358 c 2\n 239 588 l 2\n 239 642 210 668 152 668 c 2\n 141 668 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 615\nWidth: 990\nFlags: W\nHStem: 0 18<43.0313 67.0123 637.031 661.036 923 945> 668 19<923 945>\nVStem: 143 45<96 575> 738 108<96 575>\nDStem: 188 576 253 687 455 0 497 162 738 687 738 576 497 162 472 0\nFore\n738 687 m 1\n 946 687 l 1\n 946 668 l 1\n 917 668 895 664 880 658 c 0\n 866 651 857 642 853 630 c 0\n 848 618 846 593 846 554 c 2\n 846 133 l 2\n 846 95 848 70 852 59 c 0\n 855 47 865 38 879 30 c 0\n 894 22 916 18 946 18 c 1\n 946 0 l 1\n 637 0 l 1\n 637 18 l 1\n 667 18 689 22 705 30 c 0\n 719 37 729 47 732 59 c 0\n 736 70 738 95 738 133 c 2\n 738 576 l 1\n 472 0 l 1\n 455 0 l 1\n 188 576 l 1\n 188 133 l 2\n 188 95 190 70 194 59 c 0\n 197 47 207 38 221 30 c 0\n 235 23 256 19 284 18 c 1\n 284 0 l 1\n 43 0 l 1\n 43 18 l 1\n 73 18 95 22 110 30 c 128\n 125 38 134 47 138 59 c 0\n 141 70 143 95 143 133 c 2\n 143 550 l 2\n 143 580 141 602 135 616 c 0\n 130 630 120 641 105 650 c 0\n 90 660 70 666 43 668 c 1\n 43 687 l 1\n 253 687 l 1\n 497 162 l 1\n 738 687 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 616\nWidth: 823\nFlags: W\nHStem: 0 18<35.0314 58.3573 323 342 771 787> 332 42<243 579> 668 19<35.0314 58.723 323 342 478.031 505.145 771 787>\nVStem: 134 108<96 331 375 576> 580 108<96 331 375 592>\nFore\n242 332 m 1\n 242 134 l 2\n 242 95 244 70 248 59 c 0\n 252 47 261 38 276 30 c 128\n 291 22 313 18 343 18 c 1\n 343 0 l 1\n 35 0 l 1\n 35 18 l 1\n 64 18 86 22 101 30 c 0\n 115 38 125 47 128 59 c 0\n 132 70 134 95 134 133 c 2\n 134 554 l 2\n 134 593 132 619 127 630 c 0\n 123 642 114 651 100 658 c 0\n 85 664 64 668 35 668 c 1\n 35 687 l 1\n 343 687 l 1\n 343 668 l 1\n 313 668 292 664 277 658 c 0\n 263 651 253 642 249 630 c 0\n 245 619 242 593 242 554 c 2\n 242 374 l 1\n 580 374 l 1\n 580 554 l 2\n 580 594 578 619 574 631 c 0\n 569 642 560 651 545 658 c 0\n 531 665 508 668 478 668 c 1\n 478 687 l 1\n 788 687 l 1\n 788 668 l 1\n 759 668 738 665 724 658 c 0\n 709 652 700 643 695 631 c 128\n 690 619 688 593 688 554 c 2\n 688 133 l 2\n 688 95 690 70 694 59 c 0\n 698 47 708 38 722 30 c 128\n 736 22 758 18 788 18 c 1\n 788 0 l 1\n 478 0 l 1\n 478 18 l 1\n 508 19 531 22 545 29 c 0\n 560 36 569 45 574 58 c 0\n 578 69 580 95 580 133 c 2\n 580 332 l 1\n 242 332 l 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 617\nWidth: 771\nFlags: W\nHStem: -15 39<373 405> 663 39<373 405>\nVStem: 37 123<321 369> 611 123<321 369>\nFore\n734 345 m 0\n 734 290 721 234 696 179 c 0\n 670 124 629 78 573 41 c 0\n 516 3 455 -15 388 -15 c 0\n 294 -15 212 20 142 88 c 0\n 72 157 37 243 37 344 c 0\n 37 441 71 525 139 596 c 128\n 207 667 289 702 385 702 c 0\n 480 702 563 667 631 598 c 0\n 700 528 734 444 734 345 c 0\n611 341 m 0\n 611 435 591 512 552 572 c 128\n 513 632 457 663 384 663 c 128\n 311 663 256 633 218 574 c 0\n 179 515 160 438 160 345 c 0\n 160 247 181 168 223 110 c 0\n 264 52 318 24 386 24 c 0\n 453 24 507 52 548 109 c 0\n 590 167 611 244 611 341 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 618\nWidth: 818\nFlags: W\nHStem: 0 18<36 67 307 341 477 515 755 782> 644 42<243 575> 668 18<35.0313 59.1574 755 782>\nVStem: 134 108<91 592> 576 108<91 592>\nFore\n576 644 m 1\n 242 644 l 1\n 242 109 l 2\n 242 86 244 69 248 58 c 0\n 252 46 260 37 272 30 c 0\n 285 22 299 18 316 18 c 2\n 342 18 l 1\n 342 0 l 1\n 35 0 l 1\n 35 18 l 1\n 51 18 l 2\n 106 18 134 46 134 104 c 2\n 134 587 l 2\n 134 616 126 637 112 649 c 0\n 98 662 72 668 35 668 c 1\n 35 686 l 1\n 783 686 l 1\n 783 668 l 1\n 770 668 l 2\n 743 668 723 663 708 651 c 0\n 692 640 684 618 684 584 c 2\n 684 92 l 2\n 684 42 712 18 768 18 c 2\n 783 18 l 1\n 783 0 l 1\n 476 0 l 1\n 476 18 l 1\n 502 18 l 2\n 519 18 533 22 545 29 c 0\n 557 37 565 45 570 57 c 0\n 574 68 576 85 576 109 c 2\n 576 644 l 1\nEndSplineSet\nMinimumDistance: x16,-1 x21,24 x21,23 x11,8 x11,9 \nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 619\nWidth: 604\nFlags: W\nHStem: 0 18<312 332> 668 19<24.0314 47.6969>\nVStem: 122 108<96 327 363 592> 461 124<480 496>\nFore\n230 328 m 1\n 230 133 l 2\n 230 95 232 69 237 58 c 0\n 241 46 250 37 265 29 c 0\n 279 22 302 18 333 18 c 1\n 333 0 l 1\n 24 0 l 1\n 24 18 l 1\n 53 19 75 22 89 30 c 0\n 103 37 112 47 116 59 c 0\n 120 70 122 95 122 133 c 2\n 122 554 l 2\n 122 593 120 619 116 630 c 0\n 111 642 102 651 88 658 c 0\n 74 664 53 668 24 668 c 1\n 24 687 l 1\n 317 687 l 2\n 405 687 472 667 517 629 c 0\n 563 590 585 545 585 494 c 0\n 585 443 564 400 524 362 c 0\n 483 325 429 306 363 306 c 0\n 323 306 279 313 230 328 c 1\n230 636 m 1\n 230 363 l 1\n 264 350 292 343 315 343 c 0\n 359 343 395 357 421 384 c 0\n 448 412 461 447 461 491 c 0\n 461 539 446 578 415 606 c 0\n 384 635 347 649 304 649 c 0\n 281 649 256 645 230 636 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 620\nWidth: 719\nFlags: W\nHStem: -14.858 43.8522<404 440> 470 21G<664 680> 666 36<403 442>\nVStem: 41 127<321 353>\nFore\n664 703 m 1\n 680 470 l 1\n 664 470 l 1\n 651 537 622 587 575 619 c 0\n 529 650 479 666 425 666 c 0\n 350 666 289 639 241 584 c 0\n 192 530 168 446 168 332 c 0\n 168 232 194 157 248 105 c 0\n 301 54 365 28 440 28 c 0\n 495 28 544 42 586 70 c 0\n 629 98 660 129 680 164 c 1\n 695 154 l 1\n 628 41 531 -15 404 -15 c 0\n 303 -15 217 19 146 86 c 0\n 76 154 41 237 41 334 c 0\n 41 437 77 523 149 595 c 0\n 222 667 310 702 415 702 c 0\n 472 702 527 690 581 665 c 0\n 592 660 602 657 608 657 c 0\n 625 657 637 672 646 703 c 1\n 664 703 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 621\nWidth: 667\nFlags: W\nHStem: 0 18<179.031 202.357 471 486> 643 43<151 277 387 503>\nVStem: 278 108<112 642>\nFore\n30 686 m 1\n 635 686 l 1\n 645 531 l 1\n 625 531 l 1\n 619 577 604 606 581 621 c 0\n 557 636 523 643 479 643 c 2\n 386 643 l 1\n 386 133 l 2\n 386 95 389 70 393 59 c 0\n 396 47 405 38 420 30 c 0\n 434 22 457 18 487 18 c 1\n 487 0 l 1\n 179 0 l 1\n 179 18 l 1\n 208 18 230 22 245 30 c 128\n 260 38 269 48 272 60 c 0\n 276 71 278 96 278 133 c 2\n 278 643 l 1\n 189 643 l 2\n 152 643 126 641 110 636 c 128\n 94 631 79 619 65 601 c 0\n 51 582 43 559 41 531 c 1\n 23 531 l 1\n 30 686 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 622\nWidth: 731\nFlags: W\nHStem: -15 107.992<195 232> 668 18<3.0313 18.6291 264 294 518 547>\nVStem: 3 292<668 685> 517 211<668 685>\nDStem: 113 583 231 589 368 120 428 241 574 579 617 570 428 241 418 125\nFore\n3 686 m 1\n 295 686 l 1\n 295 668 l 1\n 283 668 l 2\n 238 668 216 655 216 629 c 0\n 216 620 221 607 231 589 c 2\n 428 241 l 1\n 574 579 l 2\n 584 603 589 619 589 627 c 0\n 589 655 569 668 530 668 c 2\n 517 668 l 1\n 517 686 l 1\n 728 686 l 1\n 728 668 l 1\n 681 663 644 630 617 570 c 2\n 418 125 l 2\n 376 31 314 -15 232 -15 c 0\n 203 -15 181 -9 166 3 c 0\n 150 15 143 28 143 43 c 0\n 143 76 160 93 195 93 c 0\n 215 93 237 83 262 63 c 0\n 275 53 285 48 292 48 c 0\n 316 48 341 72 368 120 c 1\n 113 583 l 2\n 94 618 77 640 60 651 c 0\n 43 663 24 668 3 668 c 1\n 3 686 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 623\nWidth: 869\nFlags: W\nHStem: 0 18<282.031 306.1 567 587> 103 31<322 357 512 551> 558 30<322 361 509 551> 668 18<282.031 305.637>\nVStem: 39 108<336 368> 381 108<96 104 140 554 588.031 605.214> 722 109<336 368>\nFore\n282 686 m 1\n 588 686 l 1\n 588 668 l 1\n 550 667 524 661 510 649 c 0\n 496 636 489 616 489 588 c 1\n 508 588 524 588 537 588 c 0\n 631 588 704 566 755 521 c 0\n 806 475 831 417 831 349 c 0\n 831 280 806 222 753 174 c 0\n 701 127 630 103 539 103 c 0\n 528 103 512 104 489 105 c 1\n 489 68 497 44 513 34 c 0\n 529 23 554 18 588 18 c 1\n 588 0 l 1\n 282 0 l 1\n 282 18 l 1\n 315 18 341 23 357 33 c 128\n 373 43 381 67 381 105 c 1\n 357 104 338 103 323 103 c 0\n 241 103 173 126 120 172 c 1\n 65 217 39 276 39 349 c 0\n 39 418 64 476 116 521 c 0\n 167 566 241 588 337 588 c 0\n 347 588 361 588 381 588 c 1\n 381 617 374 637 359 649 c 0\n 344 662 318 668 282 668 c 1\n 282 686 l 1\n489 554 m 1\n 489 140 l 1\n 500 136 514 134 528 134 c 0\n 592 134 641 155 673 195 c 0\n 706 236 722 287 722 350 c 0\n 722 416 705 467 670 504 c 0\n 635 540 587 558 528 558 c 0\n 515 558 501 557 489 554 c 1\n381 554 m 1\n 367 557 354 558 341 558 c 0\n 282 558 234 540 200 504 c 0\n 165 467 147 416 147 350 c 0\n 147 288 163 236 196 195 c 0\n 229 155 277 134 341 134 c 0\n 356 134 369 136 381 140 c 1\n 381 554 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 624\nWidth: 771\nFlags: W\nHStem: 0 18<238 238 454.063 474.173 750 757> 668 18<318 334 497.063 516.917 718 733>\nVStem: 14 225<1 18> 14 321<668 685> 454 304<1 18>\nDStem: 178 550 289 580 335 333 406 418 335 333 359 298 156 118 197 102 359 298 431 383 483 125 585 168 546 588 542 519 406 418 431 383\nFore\n14 686 m 1\n 335 686 l 1\n 335 668 l 1\n 289 668 266 656 266 630 c 0\n 266 618 274 601 289 580 c 2\n 406 418 l 1\n 546 588 l 2\n 559 604 565 617 565 629 c 0\n 565 655 542 668 497 668 c 1\n 497 686 l 1\n 733 686 l 1\n 734 668 l 1\n 710 668 691 665 677 658 c 128\n 663 651 650 642 639 629 c 0\n 627 617 595 580 542 519 c 1\n 431 383 l 1\n 585 168 l 1\n 635 100 669 57 688 42 c 0\n 706 26 729 18 758 18 c 1\n 758 0 l 1\n 454 0 l 1\n 454 18 l 1\n 498 18 521 30 521 55 c 0\n 521 69 512 87 495 110 c 2\n 483 125 l 1\n 359 298 l 1\n 197 102 l 2\n 181 83 173 67 173 56 c 0\n 173 31 195 19 239 18 c 1\n 239 0 l 1\n 14 0 l 1\n 14 18 l 1\n 36 19 57 26 78 41 c 128\n 99 56 125 81 156 118 c 2\n 335 333 l 1\n 178 550 l 2\n 141 601 112 633 92 647 c 128\n 72 661 46 667 14 668 c 1\n 14 686 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 625\nWidth: 823\nFlags: W\nHStem: 0 18<37.0313 58.4635> 0 43<277 533> 668 18<38 69 309 341 478 501 757 781>\nVStem: 134 108<95 592> 577 108<95 592>\nFore\n782 18 m 1\n 782 -192 l 1\n 765 -192 l 1\n 750 -128 726 -81 693 -48 c 0\n 661 -16 603 0 520 0 c 2\n 37 0 l 1\n 37 18 l 1\n 72 18 97 25 112 39 c 0\n 126 53 134 78 134 115 c 2\n 134 589 l 2\n 134 616 128 636 116 649 c 128\n 104 662 83 668 53 668 c 2\n 37 668 l 1\n 37 686 l 1\n 342 686 l 1\n 342 668 l 1\n 320 668 l 2\n 293 668 273 661 261 646 c 0\n 248 631 242 606 242 572 c 2\n 242 100 l 2\n 242 76 245 60 250 53 c 128\n 255 46 270 43 294 43 c 2\n 525 43 l 2\n 548 43 562 46 568 52 c 128\n 574 58 577 72 577 96 c 2\n 577 589 l 2\n 577 642 550 668 497 668 c 2\n 477 668 l 1\n 477 686 l 1\n 782 686 l 1\n 782 668 l 1\n 765 668 l 2\n 741 668 721 663 707 653 c 128\n 693 643 685 620 685 584 c 2\n 685 112 l 2\n 685 85 688 66 693 55 c 0\n 699 42 707 34 719 27 c 0\n 731 21 749 18 772 18 c 2\n 782 18 l 1\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 626\nWidth: 747\nFlags: W\nHStem: 0 18<406 434 690 711> 258.002 53.9984<292 338> 668 19<18.0313 41.6373 306 324 405.031 428.784 690 711>\nVStem: 117 108<400 592> 505 108<94 314 353 592>\nFore\n18 687 m 1\n 325 687 l 1\n 325 668 l 1\n 292 668 266 663 250 652 c 0\n 233 641 225 620 225 589 c 2\n 225 421 l 2\n 225 379 235 351 256 335 c 0\n 277 320 304 312 338 312 c 0\n 382 312 438 326 505 353 c 1\n 505 581 l 2\n 505 617 497 641 480 652 c 128\n 463 663 438 668 405 668 c 1\n 405 687 l 1\n 712 687 l 1\n 712 668 l 1\n 679 668 654 663 638 652 c 128\n 622 641 613 618 613 584 c 2\n 613 95 l 2\n 613 43 641 18 697 18 c 2\n 712 18 l 1\n 712 0 l 1\n 405 0 l 1\n 405 18 l 1\n 420 18 l 2\n 452 18 474 25 487 40 c 0\n 499 54 505 77 505 108 c 2\n 505 315 l 1\n 425 277 354 258 292 258 c 0\n 250 258 216 265 190 278 c 0\n 164 292 145 308 134 328 c 128\n 123 348 117 379 117 421 c 2\n 117 589 l 2\n 117 616 109 636 95 649 c 0\n 80 662 54 668 18 668 c 1\n 18 687 l 1\nEndSplineSet\nMinimumDistance: x13,-1 x17,20 x17,19 \nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 627\nWidth: 1122\nFlags: W\nHStem: 0 18<36.0626 55.1714 1076 1085> 0 43<276 468 650 852> 668 18<37 52 308 320 420.031 440.601 692 701 802.031 822.06 1076 1085>\nVStem: 126 108<92 592> 507 108<80 592> 889 108<92 592>\nFore\n36 686 m 1\n 321 686 l 1\n 321 668 l 1\n 294 668 272 663 257 651 c 0\n 242 640 234 615 234 576 c 2\n 234 93 l 2\n 234 72 237 59 244 53 c 1\n 250 46 265 43 288 43 c 2\n 453 43 l 2\n 475 43 490 46 497 53 c 0\n 503 59 507 72 507 93 c 2\n 507 576 l 2\n 507 608 501 631 489 646 c 128\n 477 661 454 668 420 668 c 1\n 420 686 l 1\n 702 686 l 1\n 702 668 l 1\n 682 668 665 665 650 658 c 0\n 636 651 627 642 623 631 c 0\n 618 620 615 601 615 576 c 2\n 615 93 l 2\n 615 72 619 59 625 53 c 0\n 632 46 647 43 670 43 c 2\n 834 43 l 2\n 857 43 872 46 878 53 c 1\n 885 59 889 72 889 93 c 2\n 889 576 l 2\n 889 608 882 631 870 646 c 128\n 858 661 835 668 802 668 c 1\n 802 686 l 1\n 1086 686 l 1\n 1086 668 l 1\n 1053 668 1030 662 1017 648 c 128\n 1004 634 997 610 997 576 c 2\n 997 104 l 2\n 997 73 1004 51 1018 38 c 128\n 1032 25 1055 18 1086 18 c 1\n 1086 0 l 1\n 36 0 l 1\n 36 18 l 1\n 96 18 126 44 126 97 c 2\n 126 583 l 2\n 126 640 99 668 46 668 c 2\n 36 668 l 1\n 36 686 l 1\nEndSplineSet\nMinimumDistance: x33,-1 x40,38 x40,39 \nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 628\nWidth: 1122\nFlags: W\nHStem: 0 18<36.0626 55.1714> 0 43<276 468 650 852> 668 18<37 52 308 320 420.031 440.601 692 701 802.031 822.06 1067 1085>\nVStem: 126 108<92 592> 507 108<80 592> 889 108<92 592>\nFore\n36 0 m 1\n 36 18 l 1\n 96 18 126 44 126 97 c 2\n 126 583 l 2\n 126 640 99 668 46 668 c 2\n 36 668 l 1\n 36 686 l 1\n 321 686 l 1\n 321 668 l 1\n 294 668 272 663 257 651 c 0\n 242 640 234 615 234 576 c 2\n 234 93 l 2\n 234 72 237 59 244 53 c 1\n 250 46 265 43 288 43 c 2\n 453 43 l 2\n 475 43 490 46 497 53 c 0\n 503 59 507 72 507 93 c 2\n 507 576 l 2\n 507 608 501 631 489 646 c 128\n 477 661 454 668 420 668 c 1\n 420 686 l 1\n 702 686 l 1\n 702 668 l 1\n 682 668 665 665 650 658 c 0\n 636 651 627 642 623 631 c 0\n 618 620 615 601 615 576 c 2\n 615 93 l 2\n 615 72 619 59 625 53 c 0\n 632 46 647 43 670 43 c 2\n 834 43 l 2\n 857 43 872 46 878 53 c 1\n 885 59 889 72 889 93 c 2\n 889 576 l 2\n 889 608 882 631 870 646 c 128\n 858 661 835 668 802 668 c 1\n 802 686 l 1\n 1086 686 l 1\n 1086 668 l 1\n 1053 668 1030 662 1017 648 c 128\n 1004 634 997 610 997 576 c 2\n 997 104 l 2\n 997 73 1004 51 1018 38 c 128\n 1032 25 1055 18 1086 18 c 1\n 1086 -192 l 1\n 1068 -192 l 1\n 1054 -129 1031 -82 999 -49 c 0\n 966 -16 908 0 825 0 c 2\n 36 0 l 1\nEndSplineSet\nMinimumDistance: x39,-1 x2,0 x2,1 \nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 629\nWidth: 757\nFlags: W\nHStem: 0 37<403 440> 343 37<387 431> 644 42<163 244> 668 18<419 452>\nVStem: 245 108<96 339 380 592> 595 123<187 200>\nFore\n245 644 m 1\n 181 644 l 2\n 136 644 103 636 81 619 c 0\n 59 603 44 572 37 526 c 1\n 19 526 l 1\n 32 686 l 1\n 453 686 l 1\n 453 668 l 1\n 438 668 l 2\n 405 668 382 661 371 646 c 0\n 359 631 353 606 353 570 c 2\n 353 380 l 1\n 412 380 l 2\n 519 380 597 362 645 327 c 0\n 693 291 718 245 718 188 c 0\n 718 143 699 100 660 60 c 0\n 622 20 558 0 470 0 c 2\n 147 0 l 1\n 147 18 l 1\n 176 19 198 22 212 30 c 0\n 226 37 235 46 239 58 c 0\n 243 69 245 95 245 133 c 2\n 245 644 l 1\n353 339 m 1\n 353 45 l 1\n 375 40 401 37 429 37 c 0\n 474 37 513 51 546 79 c 0\n 579 106 595 146 595 198 c 0\n 595 246 578 281 544 306 c 128\n 510 331 464 343 406 343 c 0\n 386 343 368 342 353 339 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 630\nWidth: 981\nFlags: W\nHStem: 0 18<39 70 934 947> 0 37<294 329> 343 37<278 318> 668 18<310 341>\nVStem: 135 108<96 339 380 599> 484 123<176 198> 736 108<96 584>\nFore\n38 668 m 1\n 38 686 l 1\n 342 686 l 1\n 342 668 l 1\n 327 668 l 2\n 271 668 243 645 243 598 c 2\n 243 380 l 1\n 302 380 l 2\n 409 380 487 362 535 327 c 0\n 583 291 607 245 607 188 c 0\n 607 142 588 99 549 60 c 0\n 511 20 447 0 359 0 c 2\n 38 0 l 1\n 38 18 l 1\n 52 18 l 2\n 82 18 103 25 116 39 c 0\n 128 52 135 75 135 107 c 2\n 135 582 l 2\n 135 606 130 624 122 637 c 0\n 114 649 104 658 94 662 c 0\n 83 665 64 667 38 668 c 1\n243 339 m 1\n 243 45 l 1\n 265 40 289 37 316 37 c 0\n 362 37 402 50 435 78 c 0\n 467 105 484 145 484 196 c 0\n 484 248 465 285 429 309 c 0\n 392 332 348 343 297 343 c 0\n 280 343 262 342 243 339 c 1\n632 668 m 1\n 632 686 l 1\n 948 686 l 1\n 948 668 l 1\n 917 667 895 665 880 658 c 0\n 866 652 856 643 852 631 c 0\n 847 619 844 593 844 554 c 2\n 844 133 l 2\n 844 95 846 69 851 58 c 0\n 855 46 864 37 879 29 c 0\n 894 22 917 18 948 18 c 1\n 948 0 l 1\n 632 0 l 1\n 632 18 l 1\n 663 19 686 22 701 29 c 0\n 715 35 725 44 729 57 c 0\n 734 68 736 94 736 133 c 2\n 736 554 l 2\n 736 593 734 619 729 631 c 0\n 725 643 715 652 701 659 c 0\n 686 665 663 667 632 668 c 1\nEndSplineSet\nMinimumDistance: x33,-1 x5,2 x5,3 \nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 631\nWidth: 646\nFlags: W\nHStem: 0 18<36 67> 0 37<291 327> 343 37<275 315> 668 18<307 338>\nVStem: 132 108<96 339 380 599> 481 123<176 198>\nFore\n35 668 m 1\n 35 686 l 1\n 339 686 l 1\n 339 668 l 1\n 325 668 l 2\n 269 668 240 645 240 598 c 2\n 240 380 l 1\n 298 380 l 2\n 405 380 483 362 532 327 c 0\n 580 291 604 245 604 188 c 0\n 604 142 585 99 547 60 c 0\n 508 20 445 0 357 0 c 2\n 35 0 l 1\n 35 18 l 1\n 50 18 l 2\n 79 18 100 25 113 39 c 0\n 126 52 132 75 132 107 c 2\n 132 582 l 2\n 132 606 127 624 120 637 c 1\n 111 649 102 658 91 662 c 0\n 81 665 62 667 35 668 c 1\n240 339 m 1\n 240 45 l 1\n 262 40 287 37 313 37 c 0\n 360 37 399 50 432 78 c 0\n 465 105 481 145 481 196 c 0\n 481 248 463 285 426 309 c 0\n 390 332 346 343 294 343 c 0\n 277 343 259 342 240 339 c 1\nEndSplineSet\nMinimumDistance: x9,-1 x5,2 x5,3 \nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 632\nWidth: 698\nFlags: W\nHStem: -14.4507 43.7594<272 306> 332 43<238 537> 468 21G<33 52> 667 35<271 310>\nVStem: 237 425<332 353> 538 123.65<321 331>\nFore\n47 702 m 1\n 33 468 l 1\n 52 468 l 1\n 63 532 91 581 136 616 c 0\n 181 650 232 667 287 667 c 0\n 360 667 420 639 466 583 c 0\n 511 526 535 457 538 375 c 1\n 237 375 l 1\n 237 332 l 1\n 538 332 l 1\n 537 234 511 159 460 107 c 128\n 409 55 347 29 272 29 c 0\n 178 29 98 74 33 163 c 1\n 22 150 l 1\n 51 100 90 60 140 30 c 128\n 190 0 245 -15 306 -15 c 0\n 360 -15 415 -2 471 25 c 0\n 528 52 574 93 609 148 c 0\n 644 204 662 267 662 338 c 0\n 662 439 626 525 553 596 c 0\n 482 667 394 702 291 702 c 0\n 244 702 197 692 149 671 c 0\n 125 661 110 656 103 656 c 0\n 86 656 73 671 65 702 c 1\n 47 702 l 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 633\nWidth: 1104\nFlags: W\nHStem: -15 42<710 742> 0 18<326 337> 331 43<243 391> 660 42<726 742> 668 19<38.0313 60.7782 326 337>\nVStem: 134 108<87 330 375 593> 134 380<300.466 374> 391 123.234<321 330> 945 123<321 375>\nFore\n242 374 m 1\n 391 374 l 1\n 396 460 430 537 494 603 c 128\n 558 669 637 702 730 702 c 0\n 790 702 844 688 893 660 c 1\n 940 631 982 590 1017 536 c 0\n 1051 482 1068 419 1068 347 c 0\n 1068 243 1035 157 967 88 c 128\n 899 19 821 -15 733 -15 c 0\n 684 -15 631 -1 577 26 c 1\n 523 55 479 96 444 151 c 128\n 409 206 392 266 391 331 c 1\n 242 331 l 1\n 242 107 l 2\n 242 74 249 51 263 38 c 128\n 277 25 302 18 338 18 c 1\n 338 0 l 1\n 38 0 l 1\n 38 18 l 1\n 71 19 96 25 111 38 c 0\n 126 50 134 72 134 104 c 2\n 134 586 l 2\n 134 614 126 635 112 648 c 0\n 98 662 73 668 38 668 c 1\n 38 687 l 1\n 338 687 l 1\n 338 668 l 1\n 301 668 276 662 263 650 c 0\n 249 637 242 613 242 579 c 2\n 242 374 l 1\n739 660 m 0\n 672 660 618 634 576 583 c 0\n 535 531 514 450 514 340 c 0\n 514 237 534 159 574 106 c 0\n 613 53 665 27 729 27 c 0\n 775 27 814 40 847 66 c 0\n 879 92 903 126 920 167 c 0\n 937 209 945 266 945 339 c 128\n 945 412 937 470 921 514 c 0\n 905 557 881 593 849 620 c 128\n 817 647 780 660 739 660 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 634\nWidth: 749\nFlags: W\nHStem: 0 21G<7 186 415 714> 322 34<477 510> 652 35<415 448> 668 19<702 713>\nVStem: 156 123<496 512> 511 108<96 321 357 592>\nDStem: 330 332 446 322 175 140 186 0\nFore\n330 332 m 1\n 175 140 l 2\n 139 95 109 64 86 48 c 0\n 63 31 37 21 7 18 c 1\n 7 0 l 1\n 186 0 l 1\n 446 322 l 1\n 451 322 456 321 462 321 c 0\n 485 321 502 322 511 322 c 1\n 511 133 l 2\n 511 95 509 70 505 59 c 0\n 501 47 493 38 478 30 c 0\n 464 23 443 19 415 18 c 1\n 415 0 l 1\n 714 0 l 1\n 714 18 l 1\n 687 19 666 23 652 30 c 0\n 639 37 630 46 625 58 c 0\n 621 69 619 95 619 133 c 2\n 619 554 l 2\n 619 591 621 615 624 626 c 128\n 627 637 635 646 648 654 c 0\n 662 663 679 667 702 668 c 2\n 714 668 l 1\n 714 687 l 1\n 399 687 l 2\n 314 687 252 668 213 633 c 0\n 175 597 156 555 156 508 c 0\n 156 421 214 362 330 332 c 1\n511 634 m 1\n 511 356 l 1\n 357 356 279 405 279 504 c 0\n 279 543 293 578 322 607 c 0\n 351 637 388 652 434 652 c 0\n 458 652 484 646 511 634 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 635\nWidth: 500\nFlags: W\nVStem: 40.8381 82.846<100 125> 59 83<354 371> 307 81<93 274 302.063 354>\nFore\n483 87 m 1\n 483 62 l 1\n 443 12 405 -14 371 -14 c 0\n 330 -14 309 14 307 70 c 1\n 278 42 250 21 223 7 c 128\n 196 -7 169 -14 144 -14 c 0\n 115 -14 90 -2 70 20 c 128\n 50 42 40 68 40 100 c 0\n 40 141 61 177 102 208 c 0\n 142 237 211 269 307 302 c 1\n 307 348 305 380 303 397 c 0\n 300 414 292 428 279 438 c 0\n 266 449 245 454 217 454 c 0\n 195 454 177 448 162 436 c 128\n 147 424 140 408 140 387 c 0\n 140 383 141 377 141 371 c 0\n 142 367 142 362 142 358 c 0\n 142 331 128 316 103 316 c 0\n 74 316 59 330 59 358 c 0\n 59 391 75 418 107 441 c 0\n 140 463 183 474 237 474 c 0\n 277 474 309 469 332 458 c 128\n 355 447 370 432 377 413 c 0\n 385 394 388 365 388 325 c 2\n 388 93 l 2\n 388 61 398 45 417 45 c 0\n 437 45 458 60 483 87 c 1\n307 93 m 1\n 307 275 l 1\n 233 244 184 219 159 199 c 0\n 135 179 123 154 123 125 c 0\n 123 103 131 83 146 67 c 0\n 160 51 178 43 200 43 c 0\n 217 43 234 48 252 56 c 128\n 270 64 288 77 307 93 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 636\nWidth: 552\nFlags: W\nHStem: -13.8596 32.8596<284 296> 437 37.0099<264 278> 607 83<304 346>\nVStem: 49 93<242 274> 417.318 89.231<201 243>\nFore\n483 711 m 1\n 501 711 l 1\n 492 683 479 661 463 646 c 0\n 447 630 429 620 407 615 c 128\n 385 610 351 607 304 607 c 0\n 263 606 231 603 211 597 c 0\n 190 590 170 576 150 553 c 128\n 130 530 115 497 103 455 c 0\n 90 412 83 362 79 306 c 1\n 94 359 120 401 158 431 c 0\n 195 460 237 475 285 475 c 0\n 339 475 390 455 437 413 c 0\n 483 371 507 314 507 243 c 128\n 507 172 484 112 438 62 c 0\n 392 11 338 -14 276 -14 c 0\n 212 -14 158 11 115 61 c 0\n 71 111 49 180 49 269 c 0\n 49 343 57 410 72 468 c 128\n 87 526 107 573 133 607 c 0\n 158 641 185 663 215 674 c 128\n 245 685 288 690 344 690 c 2\n 416 689 l 2\n 452 689 474 697 483 711 c 1\n142 258 m 0\n 142 176 157 116 188 77 c 0\n 219 39 254 19 294 19 c 0\n 325 19 353 34 379 63 c 0\n 405 91 418 137 418 201 c 0\n 418 270 403 327 375 371 c 0\n 346 415 310 437 265 437 c 0\n 231 437 203 423 179 396 c 0\n 154 369 142 323 142 258 c 0\nEndSplineSet\nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 637\nWidth: 500\nFlags: W\nHStem: 0 32<231 253> 224 32<185 234> 432 32<184 245> 446 18<29.0314 47.0045>\nVStem: 104 80<80 224 256 384> 347 87<336 352> 368 93<128 144>\nFore\n29 464 m 1\n 244 464 l 2\n 313 464 362 454 391 435 c 0\n 420 415 434 385 434 343 c 0\n 434 317 427 296 412 280 c 128\n 397 264 375 252 344 245 c 1\n 383 238 413 225 432 206 c 128\n 451 187 461 162 461 131 c 0\n 461 106 454 83 440 64 c 128\n 426 45 405 29 378 18 c 0\n 350 6 306 0 244 0 c 2\n 29 0 l 1\n 29 18 l 1\n 55 19 74 25 86 35 c 128\n 98 45 104 67 104 100 c 2\n 104 371 l 2\n 104 399 98 418 87 430 c 1\n 75 440 56 446 29 446 c 1\n 29 464 l 1\n184 256 m 1\n 193 255 202 255 210 255 c 0\n 255 255 290 263 313 278 c 0\n 335 293 347 316 347 347 c 0\n 347 375 336 397 315 411 c 0\n 293 425 261 432 219 432 c 0\n 209 432 198 432 184 432 c 1\n 184 256 l 1\n184 42 m 1\n 208 36 229 32 249 32 c 0\n 281 32 310 42 333 61 c 128\n 356 80 368 103 368 131 c 0\n 368 162 355 185 331 201 c 0\n 306 217 273 225 232 225 c 0\n 219 225 203 225 184 224 c 1\n 184 42 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 638\nWidth: 443\nFlags: W\nHStem: 0 18<25.0314 44.4564 249 268> 432 32<185 329> 446 18<25.0314 50.0629>\nVStem: 25 244<1 18> 104 80<96 384>\nFore\n25 0 m 1\n 25 18 l 1\n 57 18 78 25 88 38 c 0\n 99 51 104 73 104 103 c 2\n 104 382 l 2\n 104 404 100 420 91 431 c 0\n 83 441 61 446 25 446 c 1\n 25 464 l 1\n 412 464 l 1\n 430 340 l 1\n 409 340 l 1\n 400 378 391 402 379 414 c 0\n 368 426 349 432 322 432 c 2\n 184 432 l 1\n 184 113 l 2\n 184 74 190 49 202 37 c 0\n 213 24 235 18 269 18 c 1\n 269 0 l 1\n 25 0 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 639\nWidth: 531\nFlags: W\nHStem: 0 32<140 309> 432 32<195 351> 446 18<489 505>\nVStem: 352 80<82 372> 488 18<-123.969 -107.14>\nFore\n5 -124 m 1\n 5 18 l 1\n 37 19 64 30 85 53 c 0\n 106 75 125 117 141 178 c 0\n 157 238 165 300 165 364 c 0\n 165 395 160 417 148 428 c 0\n 137 439 118 445 90 446 c 1\n 90 464 l 1\n 506 464 l 1\n 506 446 l 1\n 480 446 461 440 450 430 c 0\n 438 419 432 394 432 354 c 2\n 432 87 l 2\n 432 41 457 18 506 18 c 1\n 506 -124 l 1\n 488 -124 l 1\n 488 -91 477 -62 455 -37 c 128\n 433 -12 398 0 352 0 c 2\n 158 0 l 2\n 78 0 33 -42 23 -124 c 1\n 5 -124 l 1\n195 432 m 1\n 195 236 167 103 110 32 c 1\n 304 32 l 2\n 326 32 339 35 344 41 c 0\n 349 46 352 60 352 83 c 2\n 352 432 l 1\n 195 432 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y14,13 x12,14 x12,13 \nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 640\nWidth: 438\nFlags: W\nHStem: -13.9974 77.9974<228 265> 289 31<103 310> 438.222 36.3874<211 238>\nVStem: 32.0011 66.9989<226 271>\nFore\n414 163 m 1\n 403 108 381 65 347 34 c 0\n 312 1 272 -14 228 -14 c 0\n 174 -14 128 7 89 49 c 0\n 51 91 32 150 32 226 c 0\n 32 300 50 360 88 406 c 0\n 125 452 175 475 238 475 c 0\n 292 475 334 458 366 423 c 128\n 398 388 414 343 414 289 c 1\n 100 289 l 1\n 99 281 99 275 99 271 c 0\n 99 221 114 174 145 130 c 0\n 175 86 215 64 265 64 c 0\n 329 64 374 100 398 171 c 1\n 414 163 l 1\n311 320 m 1\n 310 358 300 387 282 408 c 0\n 263 428 240 439 211 439 c 0\n 183 439 158 428 138 406 c 0\n 117 385 105 356 102 320 c 1\n 311 320 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 641\nWidth: 716\nFlags: W\nHStem: 0 21G<21 146 250 467 570 696> 232 27<299 315 401 418> 446 18<250.031 266.688 453 466>\nVStem: 316 84<80 231 260 391>\nDStem: 469 176 573 155 570 0 579 144 469 176 579 144 570 0 612 85\nFore\n467 464 m 1\n 467 446 l 1\n 441 446 424 440 415 430 c 0\n 405 419 400 400 400 372 c 2\n 400 259 l 1\n 417 259 l 2\n 440 259 460 266 475 280 c 128\n 490 294 504 320 517 358 c 0\n 533 400 548 430 565 445 c 0\n 581 460 604 468 631 468 c 0\n 648 468 661 463 671 453 c 128\n 681 443 686 432 686 420 c 0\n 686 409 681 399 673 392 c 0\n 664 384 654 380 642 380 c 0\n 635 380 625 383 610 389 c 0\n 600 393 592 395 585 395 c 0\n 568 395 554 379 543 348 c 0\n 531 313 521 291 515 280 c 0\n 508 270 497 260 481 252 c 1\n 518 241 548 208 573 155 c 1\n 579 144 l 1\n 612 85 l 2\n 636 42 664 20 696 18 c 1\n 696 0 l 1\n 570 0 l 1\n 469 176 l 1\n 448 214 428 232 411 232 c 0\n 408 232 404 232 400 231 c 1\n 400 91 l 2\n 400 63 405 43 415 34 c 1\n 424 24 441 19 467 18 c 1\n 467 0 l 1\n 250 0 l 1\n 250 18 l 1\n 275 19 293 24 302 34 c 1\n 312 43 316 63 316 91 c 2\n 316 231 l 1\n 312 232 308 232 306 232 c 0\n 288 232 268 214 247 176 c 1\n 146 0 l 1\n 21 0 l 1\n 21 18 l 1\n 52 20 81 42 105 85 c 2\n 137 144 l 1\n 143 155 l 2\n 171 211 202 244 235 252 c 1\n 220 260 208 270 202 280 c 0\n 194 291 185 313 173 348 c 0\n 162 379 148 395 132 395 c 0\n 125 395 116 393 106 389 c 0\n 92 383 82 380 74 380 c 0\n 63 380 53 384 44 392 c 0\n 35 399 31 409 31 420 c 0\n 31 432 36 443 46 453 c 128\n 56 463 69 468 85 468 c 0\n 113 468 135 460 152 445 c 0\n 168 430 184 400 199 358 c 0\n 212 318 227 292 243 279 c 0\n 258 266 277 259 299 259 c 2\n 316 259 l 1\n 316 372 l 2\n 316 400 312 419 302 430 c 0\n 293 440 275 446 250 446 c 1\n 250 464 l 1\n 467 464 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 642\nWidth: 417\nFlags: W\nHStem: -14 36<176 201> 233 30<160.063 180.611> 323 141<42 58>\nVStem: 279 87<354 370> 292 93<114 131>\nFore\n42 464 m 1\n 60 464 l 1\n 68 458 76 456 81 456 c 0\n 89 456 100 458 114 462 c 0\n 140 471 168 475 199 475 c 0\n 253 475 294 463 323 441 c 0\n 352 418 366 391 366 358 c 0\n 366 303 325 267 243 250 c 1\n 338 235 385 193 385 123 c 0\n 385 83 367 49 332 24 c 0\n 296 -1 250 -14 195 -14 c 0\n 125 -14 65 15 16 72 c 1\n 29 83 l 1\n 81 43 133 22 185 22 c 0\n 215 22 241 32 262 52 c 0\n 282 72 292 98 292 129 c 128\n 292 160 281 185 258 204 c 128\n 235 223 203 233 160 233 c 1\n 160 263 l 1\n 195 263 224 271 246 288 c 0\n 268 304 279 328 279 360 c 0\n 279 388 270 410 251 426 c 0\n 233 442 209 451 182 451 c 0\n 119 451 78 408 58 323 c 1\n 39 323 l 1\n 42 464 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 643\nWidth: 527\nFlags: W\nHStem: 0 15<15 27.5 214.333 223 304 316.5 502.2 512> 435 15<15 27.5 213.2 223 304 334.5 502.2 512>\nVStem: 78 84<79 99 99 371> 367 84<79 305 362 371>\nDStem: 367 362 367 306 162 137 162 81\nFore\n162 137 m 1\n 367 362 l 1\n 367 390 365 433 304 435 c 1\n 304 450 l 1\n 512 450 l 1\n 512 435 l 1\n 463 430 451 418 451 369 c 2\n 451 81 l 2\n 451 32 463 20 512 15 c 1\n 512 0 l 1\n 304 0 l 1\n 304 15 l 1\n 354 19 367 36 367 99 c 2\n 367 306 l 1\n 162 81 l 1\n 162 34 171 21 223 15 c 1\n 223 0 l 1\n 15 0 l 1\n 15 15 l 1\n 65 19 78 36 78 99 c 2\n 78 351 l 2\n 78 414 65 431 15 435 c 1\n 15 450 l 1\n 223 450 l 1\n 223 435 l 1\n 174 430 162 418 162 369 c 2\n 162 137 l 1\nEndSplineSet\nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 644\nWidth: 527\nFlags: W\nHStem: 0 15<15 27.5 214.333 223 304 316.5 502.2 512> 435 15<15 27.5 213.2 223 304 334.5 502.2 512> 490 60<254 272>\nVStem: 78 84<79 99 99 371> 367 84<79 305 362 371>\nDStem: 367 362 367 306 162 137 162 81\nFore\n162 137 m 1\n 367 362 l 1\n 367 390 365 433 304 435 c 1\n 304 450 l 1\n 512 450 l 1\n 512 435 l 1\n 463 430 451 418 451 369 c 2\n 451 81 l 2\n 451 32 463 20 512 15 c 1\n 512 0 l 1\n 304 0 l 1\n 304 15 l 1\n 354 19 367 36 367 99 c 2\n 367 306 l 1\n 162 81 l 1\n 162 34 171 21 223 15 c 1\n 223 0 l 1\n 15 0 l 1\n 15 15 l 1\n 65 19 78 36 78 99 c 2\n 78 351 l 2\n 78 414 65 431 15 435 c 1\n 15 450 l 1\n 223 450 l 1\n 223 435 l 1\n 174 430 162 418 162 369 c 2\n 162 137 l 1\n375 647 m 1\n 404 647 l 1\n 392 541 346 490 262 490 c 0\n 215 490 175 509 150 544 c 0\n 131 572 124 596 123 647 c 1\n 152 647 l 1\n 166 580 200 550 264 550 c 0\n 322 550 347 571 375 647 c 1\nEndSplineSet\nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 645\nWidth: 525\nFlags: W\nHStem: 0 18<249 255> 234 27<199 207> 380 88.9958<420 436> 446 18<27.0314 45.0045 249 255>\nVStem: 103 80<79 231 262 384>\nDStem: 250 198 367 163 373 0 418 80\nFore\n27 464 m 1\n 256 464 l 1\n 256 446 l 1\n 229 446 210 439 200 427 c 0\n 189 415 183 394 183 365 c 2\n 183 262 l 1\n 192 261 199 261 203 261 c 0\n 253 261 289 293 309 356 c 0\n 333 432 370 469 420 469 c 0\n 440 469 456 464 466 455 c 0\n 477 444 482 434 482 422 c 0\n 482 412 478 402 470 394 c 0\n 461 385 450 380 436 380 c 0\n 430 380 422 382 413 385 c 0\n 399 391 388 393 380 393 c 0\n 369 393 360 390 354 383 c 128\n 348 376 341 361 335 339 c 0\n 323 300 306 272 283 256 c 1\n 307 249 333 221 361 171 c 0\n 363 168 365 166 367 163 c 2\n 418 80 l 2\n 436 52 451 35 463 29 c 0\n 476 22 489 19 502 18 c 1\n 502 0 l 1\n 373 0 l 1\n 250 198 l 2\n 235 222 220 234 205 234 c 0\n 200 234 193 233 183 231 c 1\n 183 91 l 2\n 183 43 208 19 256 18 c 1\n 256 0 l 1\n 27 0 l 1\n 27 18 l 1\n 56 19 75 25 86 36 c 0\n 98 47 103 65 103 91 c 2\n 103 365 l 2\n 103 397 97 419 85 430 c 0\n 73 440 54 446 27 446 c 1\n 27 464 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 646\nWidth: 530\nFlags: W\nHStem: -14 92.9843<38 68> 0 18<266.031 285.51 485.127 502.976> 432 32<181 345> 446 18<485.369 502.976>\nVStem: 149 32<162 386> 346 80<98 370>\nFore\n74 464 m 1\n 503 464 l 1\n 503 446 l 1\n 479 446 461 441 447 431 c 128\n 433 421 426 399 426 364 c 2\n 426 104 l 2\n 426 75 432 53 443 39 c 128\n 454 25 474 18 503 18 c 1\n 503 0 l 1\n 266 0 l 1\n 266 18 l 1\n 298 18 320 25 331 39 c 0\n 341 52 346 76 346 110 c 2\n 346 432 l 1\n 181 432 l 1\n 181 186 l 2\n 181 115 172 64 155 33 c 128\n 138 2 109 -14 68 -14 c 0\n 25 -14 4 5 4 42 c 0\n 4 53 7 62 15 68 c 1\n 21 75 29 79 38 79 c 0\n 51 79 65 71 80 55 c 0\n 86 48 94 44 102 44 c 0\n 118 44 130 56 137 80 c 0\n 145 104 149 145 149 204 c 2\n 149 364 l 2\n 149 387 147 404 143 413 c 0\n 138 422 130 430 118 437 c 1\n 106 442 91 445 74 446 c 1\n 74 464 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 647\nWidth: 666\nFlags: W\nHStem: 0 18<633 639> 446 18<25.0314 41.7087 633 639>\nVStem: 98 32<90 383> 486 81<80 369>\nDStem: 130 384 183 464 296 0 331 113 486 464 486 384 331 113 315 0\nFore\n183 464 m 1\n 331 113 l 1\n 486 464 l 1\n 640 464 l 1\n 640 446 l 1\n 612 446 593 439 583 427 c 0\n 572 415 567 390 567 353 c 2\n 567 91 l 2\n 567 42 591 18 640 18 c 1\n 640 0 l 1\n 417 0 l 1\n 417 18 l 1\n 437 19 453 23 466 32 c 0\n 479 40 486 60 486 91 c 2\n 486 384 l 1\n 315 0 l 1\n 296 0 l 1\n 130 384 l 1\n 130 104 l 2\n 130 73 135 52 144 40 c 0\n 153 27 172 20 200 18 c 1\n 200 0 l 1\n 25 0 l 1\n 25 18 l 1\n 53 20 73 26 83 38 c 128\n 93 50 98 72 98 104 c 2\n 98 367 l 2\n 98 395 93 415 82 427 c 128\n 71 439 52 446 25 446 c 1\n 25 464 l 1\n 183 464 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x7,9 x7,8 \nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 648\nWidth: 565\nFlags: W\nHStem: 0 18<26 26 320.031 338.078> 225 32<179 385> 446 18<25.0314 43.286 233 244 320.031 335.906>\nVStem: 25 220<1 18 446 463> 98 80<80 224 258 384> 320 219<1 18 446 463> 386 80<80 224 258 384>\nFore\n178 257 m 1\n 386 257 l 1\n 386 372 l 2\n 386 398 381 417 371 429 c 0\n 361 440 344 446 320 446 c 1\n 320 464 l 1\n 539 464 l 1\n 539 446 l 1\n 512 445 493 439 482 428 c 128\n 471 417 466 398 466 372 c 2\n 466 98 l 2\n 466 69 472 48 483 37 c 128\n 494 26 513 20 539 18 c 1\n 539 0 l 1\n 320 0 l 1\n 320 18 l 1\n 346 18 363 23 372 35 c 0\n 382 46 386 64 386 91 c 2\n 386 225 l 1\n 178 225 l 1\n 178 91 l 2\n 178 63 183 43 192 34 c 0\n 201 24 219 19 245 18 c 1\n 245 0 l 1\n 25 0 l 1\n 25 18 l 1\n 74 19 98 43 98 91 c 2\n 98 372 l 2\n 98 403 92 423 80 433 c 1\n 68 441 50 446 25 446 c 1\n 25 464 l 1\n 245 464 l 1\n 245 446 l 1\n 219 446 202 440 193 430 c 0\n 184 419 178 400 178 372 c 2\n 178 257 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 649\nWidth: 552\nFlags: W\nHStem: -13.5123 33.5123<268 290> 440 34.0508<262 270>\nVStem: 45.0019 89.9981<219 259> 416.466 89.7768<205 247>\nFore\n507 247 m 0\n 507 178 483 117 437 65 c 0\n 390 13 333 -14 268 -14 c 0\n 208 -14 156 9 111 54 c 0\n 67 98 45 153 45 219 c 0\n 45 283 68 342 113 395 c 128\n 158 448 215 475 284 475 c 0\n 344 475 396 452 441 407 c 0\n 485 361 507 308 507 247 c 0\n417 205 m 0\n 417 268 403 323 375 370 c 0\n 346 417 308 440 261 440 c 0\n 222 440 191 424 169 392 c 0\n 146 359 135 315 135 259 c 0\n 135 196 149 140 178 92 c 128\n 207 44 244 20 290 20 c 0\n 327 20 357 37 381 70 c 128\n 405 103 417 148 417 205 c 0\nEndSplineSet\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 650\nWidth: 565\nFlags: W\nHStem: 0 18<26 26 320.031 338.078> 432 32<179 385> 446 18<25.0314 43.149>\nVStem: 25 220<1 18> 98 80<80 384> 320 219<1 18> 386 80<80 384>\nFore\n25 464 m 1\n 539 464 l 1\n 539 446 l 1\n 512 445 493 439 482 428 c 128\n 471 417 466 398 466 371 c 2\n 466 98 l 2\n 466 69 472 48 483 37 c 128\n 494 26 513 20 539 18 c 1\n 539 0 l 1\n 320 0 l 1\n 320 18 l 1\n 346 18 363 23 372 35 c 0\n 382 46 386 64 386 91 c 2\n 386 432 l 1\n 178 432 l 1\n 178 91 l 2\n 178 63 183 43 192 34 c 0\n 201 24 219 19 245 18 c 1\n 245 0 l 1\n 25 0 l 1\n 25 18 l 1\n 74 19 98 43 98 91 c 2\n 98 371 l 2\n 98 403 92 423 81 432 c 0\n 68 441 50 446 25 446 c 1\n 25 464 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 651\nWidth: 552\nFlags: W\nHStem: -211 19<17.0314 39.4464 254 266> -14 30<289 305> 403.997 71.0034<298 341>\nVStem: 100 81<-115 28 141 338> 435.836 85.2977<210 246>\nFore\n181 475 m 1\n 181 369 l 1\n 204 404 229 431 255 448 c 0\n 282 466 311 475 341 475 c 0\n 388 475 430 454 467 411 c 128\n 504 368 522 313 522 246 c 0\n 522 170 499 108 452 60 c 0\n 405 10 353 -14 294 -14 c 0\n 271 -14 250 -11 231 -3 c 0\n 212 4 196 15 181 29 c 1\n 181 -99 l 2\n 181 -136 187 -161 199 -173 c 0\n 210 -186 233 -192 267 -192 c 1\n 267 -211 l 1\n 17 -211 l 1\n 17 -192 l 1\n 49 -192 71 -187 83 -175 c 0\n 94 -164 100 -138 100 -99 c 2\n 100 322 l 2\n 100 357 97 380 90 392 c 0\n 83 403 72 408 57 408 c 0\n 48 408 38 406 25 402 c 1\n 17 420 l 1\n 164 475 l 1\n 181 475 l 1\n181 338 m 1\n 181 166 l 2\n 181 127 185 100 191 82 c 0\n 198 64 211 49 230 36 c 0\n 249 22 271 16 294 16 c 0\n 338 16 372 34 398 69 c 0\n 423 104 436 151 436 210 c 0\n 436 265 424 311 399 348 c 128\n 374 385 341 404 298 404 c 0\n 277 404 257 398 237 388 c 1\n 218 376 199 360 181 338 c 1\nEndSplineSet\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 652\nWidth: 438\nFlags: W\nHStem: -13.0879 80.955<232 268> 444 30<231 253>\nVStem: 26.0013 79.9987<226 272>\nFore\n427 173 m 1\n 415 122 391 78 355 41 c 0\n 320 4 279 -14 232 -14 c 0\n 169 -14 120 10 83 57 c 0\n 45 104 26 160 26 226 c 0\n 26 301 48 361 92 406 c 0\n 136 452 190 474 254 474 c 0\n 299 474 337 463 368 441 c 0\n 399 418 415 393 415 366 c 0\n 415 355 410 346 401 338 c 0\n 392 331 380 327 366 327 c 0\n 336 327 318 344 313 376 c 0\n 310 399 303 417 292 427 c 0\n 280 438 262 444 237 444 c 0\n 196 444 164 428 141 395 c 128\n 118 362 106 321 106 272 c 0\n 106 211 121 162 150 124 c 128\n 179 86 218 67 268 67 c 0\n 340 67 388 104 411 180 c 1\n 427 173 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 653\nWidth: 476\nFlags: W\nHStem: 0 18<123.031 141.332> 432 32<112 197 279 368>\nVStem: 198 80<80 431>\nFore\n278 432 m 1\n 278 93 l 2\n 278 67 284 49 295 37 c 0\n 307 25 326 19 353 18 c 1\n 353 0 l 1\n 123 0 l 1\n 123 18 l 1\n 151 18 170 24 182 36 c 0\n 192 47 198 68 198 98 c 2\n 198 432 l 1\n 123 432 l 2\n 97 432 78 426 67 415 c 0\n 55 404 45 379 37 340 c 1\n 16 340 l 1\n 34 464 l 1\n 442 464 l 1\n 460 340 l 1\n 439 340 l 1\n 431 378 421 403 410 415 c 0\n 399 426 380 432 353 432 c 2\n 278 432 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 654\nWidth: 500\nFlags: W\nHStem: -211.097 100.097<89 95> 444 20G<17 224 352 484>\nVStem: 17 207<446 463> 352 132<446 463>\nDStem: 93 369 179 369 254 10 292 116 369 328 408 328 292 116 282 -14\nFore\n17 464 m 1\n 224 464 l 1\n 224 446 l 1\n 204 445 190 442 182 437 c 0\n 173 432 169 422 169 410 c 0\n 169 397 172 383 179 369 c 1\n 292 116 l 1\n 369 328 l 1\n 388 379 398 409 398 416 c 0\n 398 433 383 443 352 446 c 1\n 352 464 l 1\n 484 464 l 1\n 484 446 l 1\n 469 443 458 437 450 424 c 0\n 441 412 428 380 408 328 c 1\n 282 -14 l 1\n 253 -91 225 -144 197 -171 c 128\n 169 -198 138 -212 103 -212 c 0\n 83 -212 67 -207 55 -197 c 0\n 42 -187 37 -174 37 -158 c 0\n 37 -144 41 -133 51 -124 c 0\n 61 -116 73 -111 88 -111 c 0\n 98 -111 113 -116 134 -125 c 0\n 144 -128 151 -130 157 -130 c 0\n 186 -130 213 -97 238 -30 c 1\n 254 10 l 1\n 93 369 l 2\n 71 418 46 444 17 446 c 1\n 17 464 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 655\nWidth: 667\nFlags: W\nHStem: -211 19<219.031 237.869 436 450> -13.1504 33.4481<198 219 447 469> 441.782 32.2866<198 218 449 469>\nVStem: 36 86<205 253> 293 80<-131 31 63 398 430 605> 545 86<205 253>\nFore\n451 -192 m 1\n 451 -211 l 1\n 219 -211 l 1\n 219 -192 l 1\n 248 -192 268 -186 278 -173 c 128\n 288 -160 293 -140 293 -112 c 2\n 293 32 l 1\n 279 17 264 5 249 -2 c 0\n 232 -10 216 -14 198 -14 c 0\n 155 -14 117 9 85 56 c 0\n 52 103 36 161 36 231 c 0\n 36 300 52 357 84 404 c 128\n 116 451 153 475 198 475 c 0\n 215 475 231 471 247 463 c 0\n 263 456 278 444 293 429 c 1\n 293 597 l 2\n 293 631 283 648 261 648 c 0\n 253 648 242 646 227 641 c 1\n 219 656 l 1\n 355 717 l 1\n 373 717 l 1\n 373 429 l 1\n 387 444 403 456 419 463 c 0\n 435 471 452 475 469 475 c 0\n 510 475 547 453 581 409 c 0\n 614 365 631 305 631 229 c 0\n 631 156 615 98 582 53 c 128\n 549 8 512 -14 469 -14 c 0\n 453 -14 437 -10 420 -2 c 0\n 404 5 388 17 373 32 c 1\n 373 -118 l 2\n 373 -145 379 -165 391 -176 c 0\n 402 -187 420 -192 446 -192 c 0\n 448 -192 449 -192 451 -192 c 1\n293 398 m 1\n 279 413 266 423 253 431 c 0\n 241 438 229 442 218 442 c 0\n 186 442 163 424 146 389 c 0\n 130 354 122 301 122 231 c 128\n 122 161 131 108 147 73 c 128\n 163 38 187 20 219 20 c 0\n 230 20 242 23 254 31 c 0\n 267 38 279 49 293 63 c 1\n 293 398 l 1\n373 63 m 1\n 386 49 400 38 412 31 c 0\n 424 23 436 20 447 20 c 0\n 480 20 504 37 521 71 c 0\n 537 106 545 158 545 227 c 0\n 545 298 537 352 521 388 c 0\n 504 423 480 442 449 442 c 0\n 438 442 425 438 413 431 c 0\n 400 423 387 413 373 398 c 1\n 373 63 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 656\nWidth: 500\nFlags: W\nHStem: 0 18<161 167 278.031 293.96> 444 20G<22 231 284 438>\nVStem: 17 151<1 18> 22 209<446 463> 278 205<1 18> 284 154<446 463>\nDStem: 128 361 213 377 207 238 255 310 207 238 226 208 118 106 141 82 226 208 274 279 292 103 352 156 303 380 323 352 255 310 274 279\nFore\n22 464 m 1\n 231 464 l 1\n 231 446 l 1\n 206 444 193 436 193 421 c 0\n 193 412 200 397 213 377 c 2\n 255 310 l 1\n 303 380 l 1\n 314 398 320 411 320 420 c 0\n 320 436 308 444 284 446 c 1\n 284 464 l 1\n 438 464 l 1\n 438 446 l 1\n 403 445 365 414 323 352 c 2\n 274 279 l 1\n 352 156 l 2\n 379 113 403 80 423 56 c 128\n 443 32 463 19 483 18 c 1\n 483 0 l 1\n 278 0 l 1\n 278 18 l 1\n 307 18 321 26 321 41 c 0\n 321 51 311 72 292 103 c 2\n 226 208 l 1\n 141 82 l 2\n 129 65 124 52 124 43 c 0\n 124 26 139 18 168 18 c 1\n 168 0 l 1\n 17 0 l 1\n 17 18 l 1\n 46 20 80 49 118 106 c 2\n 207 238 l 1\n 128 361 l 1\n 111 389 95 410 80 424 c 128\n 65 438 46 445 22 446 c 1\n 22 464 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 657\nWidth: 497\nFlags: W\nHStem: 0 15<15 24.8> 0 37<160 354> 435 15<15 24.8 210.5 223 274 283.8 469.5 482>\nVStem: 76 84<63 371> 335 84<37 371>\nFore\n482 15 m 1\n 485 -160 l 1\n 467 -160 l 1\n 458 -87 424 0 354 0 c 2\n 15 0 l 1\n 15 15 l 1\n 64 20 76 32 76 81 c 2\n 76 369 l 2\n 76 418 64 430 15 435 c 1\n 15 450 l 1\n 223 450 l 1\n 223 435 l 1\n 173 431 160 414 160 351 c 2\n 160 37 l 1\n 335 37 l 1\n 335 369 l 2\n 335 418 323 430 274 435 c 1\n 274 450 l 1\n 482 450 l 1\n 482 435 l 1\n 432 431 419 414 419 351 c 2\n 419 99 l 2\n 419 36 432 19 482 15 c 1\nEndSplineSet\nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 658\nWidth: 531\nFlags: W\nHStem: 0 21G<275 506> 446 18<19.0314 34.8775 227 230 287.031 302.987>\nVStem: 85 80<272 384> 287 219<446 463> 353 80<80 222 249 384>\nFore\n19 464 m 1\n 231 464 l 1\n 231 446 l 1\n 206 446 188 440 179 430 c 0\n 170 419 165 399 165 372 c 2\n 165 289 l 2\n 165 262 170 244 180 234 c 0\n 190 225 212 220 245 220 c 128\n 278 220 313 229 353 249 c 1\n 353 372 l 2\n 353 402 348 422 336 432 c 0\n 325 441 309 446 287 446 c 1\n 287 464 l 1\n 506 464 l 1\n 506 446 l 1\n 479 445 459 439 449 428 c 0\n 438 417 433 398 433 372 c 2\n 433 98 l 2\n 433 69 438 48 450 37 c 0\n 461 26 479 20 506 18 c 1\n 506 0 l 1\n 275 0 l 1\n 275 18 l 1\n 303 19 323 24 335 36 c 0\n 347 47 353 65 353 91 c 2\n 353 223 l 1\n 308 195 253 182 191 182 c 0\n 161 182 138 187 122 194 c 0\n 105 203 96 212 91 225 c 0\n 87 236 85 258 85 289 c 2\n 85 372 l 2\n 85 401 79 421 68 431 c 128\n 57 441 41 446 19 446 c 1\n 19 464 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 659\nWidth: 810\nFlags: W\nHStem: 0 18<777 783> 0 32<217 329 489 601> 446 18<298.031 314.466 498 512 777 783>\nVStem: 95 80<80 384> 365 80<64.2038 376> 634 80<80 373>\nFore\n784 464 m 1\n 784 446 l 1\n 756 446 738 439 729 425 c 0\n 719 411 714 385 714 345 c 2\n 714 90 l 2\n 714 66 719 48 730 36 c 128\n 741 24 759 18 784 18 c 1\n 784 0 l 1\n 25 0 l 1\n 25 18 l 1\n 50 20 68 25 79 37 c 0\n 90 48 95 67 95 94 c 2\n 95 374 l 2\n 95 401 90 419 80 430 c 1\n 69 440 51 445 25 446 c 1\n 25 464 l 1\n 245 464 l 1\n 245 446 l 1\n 218 445 199 439 189 427 c 0\n 180 414 175 393 175 362 c 2\n 175 86 l 2\n 175 62 178 46 184 41 c 1\n 189 35 203 32 226 32 c 2\n 319 32 l 2\n 340 32 353 35 357 41 c 0\n 362 47 365 62 365 86 c 2\n 365 374 l 2\n 365 399 360 417 350 429 c 0\n 340 440 323 446 298 446 c 1\n 298 464 l 1\n 513 464 l 1\n 513 446 l 1\n 490 446 473 440 462 428 c 128\n 451 416 445 392 445 356 c 2\n 445 86 l 2\n 445 62 448 46 454 41 c 1\n 459 35 475 32 499 32 c 2\n 585 32 l 2\n 606 32 619 35 625 41 c 128\n 631 47 634 61 634 82 c 2\n 634 374 l 2\n 634 398 629 416 620 427 c 0\n 610 438 592 445 566 446 c 1\n 566 464 l 1\n 784 464 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 660\nWidth: 810\nFlags: W\nHStem: 0 32<217 329 489 601> 446 18<298.031 314.466 498 512 768 783>\nVStem: 95 80<81 376> 365 80<68 376> 634 80<81 373>\nFore\n25 0 m 1\n 25 18 l 1\n 50 20 68 25 79 37 c 0\n 90 48 95 67 95 94 c 2\n 95 374 l 2\n 95 401 90 419 80 430 c 1\n 69 440 51 445 25 446 c 1\n 25 464 l 1\n 245 464 l 1\n 245 446 l 1\n 218 445 200 439 190 427 c 128\n 180 415 175 393 175 362 c 2\n 175 86 l 2\n 175 62 178 47 184 41 c 0\n 189 35 203 32 226 32 c 2\n 319 32 l 2\n 340 32 353 35 357 41 c 0\n 362 47 365 62 365 86 c 2\n 365 374 l 2\n 365 399 360 417 350 429 c 0\n 340 440 323 446 298 446 c 1\n 298 464 l 1\n 513 464 l 1\n 513 446 l 1\n 490 446 473 440 462 428 c 128\n 451 416 445 392 445 356 c 2\n 445 86 l 2\n 445 62 448 46 454 41 c 1\n 459 35 475 32 499 32 c 2\n 585 32 l 2\n 606 32 619 35 625 41 c 0\n 631 46 634 60 634 82 c 2\n 634 374 l 2\n 634 398 629 416 620 427 c 0\n 610 438 592 445 566 446 c 1\n 566 464 l 1\n 784 464 l 1\n 784 446 l 1\n 756 446 738 439 729 425 c 0\n 719 411 714 385 714 345 c 2\n 714 98 l 2\n 714 66 719 45 729 35 c 1\n 738 23 756 18 784 18 c 1\n 784 -124 l 1\n 766 -124 l 1\n 761 -42 715 0 629 0 c 2\n 25 0 l 1\nEndSplineSet\nMinimumDistance: x39,-1 \nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 661\nWidth: 556\nFlags: W\nHStem: 0 18<100.031 118.473> 0 32<295.057 325> 231 32<309 341> 432 32<117 177> 446 18<323 342>\nVStem: 178 80<80 226 263 368> 433 93<128 144>\nFore\n40 464 m 1\n 343 464 l 1\n 343 446 l 1\n 315 446 294 441 280 431 c 0\n 265 421 258 397 258 359 c 2\n 258 263 l 1\n 314 263 l 2\n 366 263 405 260 433 252 c 0\n 460 245 482 231 500 211 c 0\n 517 191 526 167 526 138 c 0\n 526 104 511 72 480 43 c 0\n 449 15 396 0 319 0 c 2\n 100 0 l 1\n 100 18 l 1\n 128 18 148 24 160 36 c 0\n 172 47 178 66 178 91 c 2\n 178 432 l 1\n 129 432 l 2\n 103 432 83 426 72 415 c 0\n 61 403 51 378 42 340 c 1\n 21 340 l 1\n 40 464 l 1\n258 41 m 1\n 278 35 296 32 312 32 c 0\n 348 32 378 42 400 61 c 128\n 422 80 433 104 433 134 c 128\n 433 164 423 188 404 205 c 0\n 384 222 356 231 322 231 c 0\n 298 231 277 229 258 226 c 1\n 258 41 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 662\nWidth: 719\nFlags: W\nHStem: 0 18<25.0314 44.9359 462.031 481.32 681 692> 0 32<231 249> 231 32<231 265> 446 18<25.0313 44.8085 249 268 681 692>\nVStem: 25 244<446 463> 103 80<80 226 263 375> 359 94<128 144> 537 80<80 384>\nFore\n25 0 m 1\n 25 18 l 1\n 53 18 73 23 85 34 c 128\n 97 45 103 64 103 92 c 2\n 103 373 l 2\n 103 398 98 417 87 429 c 0\n 76 440 55 446 25 446 c 1\n 25 464 l 1\n 269 464 l 1\n 269 446 l 1\n 241 446 220 441 206 432 c 0\n 191 422 183 398 183 359 c 2\n 183 263 l 1\n 240 263 l 2\n 292 263 331 260 358 252 c 0\n 386 245 409 231 426 211 c 0\n 444 191 453 167 453 138 c 128\n 453 109 443 83 422 60 c 0\n 402 36 379 21 352 12 c 0\n 325 4 285 0 232 0 c 2\n 25 0 l 1\n183 41 m 1\n 204 35 222 32 237 32 c 0\n 273 32 303 42 325 61 c 128\n 347 80 359 104 359 134 c 128\n 359 164 349 188 329 205 c 128\n 309 222 282 231 247 231 c 0\n 224 231 203 229 183 226 c 1\n 183 41 l 1\n462 464 m 1\n 693 464 l 1\n 693 446 l 1\n 665 446 645 440 634 428 c 0\n 623 417 617 396 617 366 c 2\n 617 87 l 2\n 617 62 624 44 635 34 c 0\n 646 23 666 18 693 18 c 1\n 693 0 l 1\n 462 0 l 1\n 462 18 l 1\n 489 18 509 23 520 34 c 0\n 531 44 537 62 537 87 c 2\n 537 366 l 2\n 537 395 532 415 521 427 c 128\n 510 439 491 445 462 446 c 1\n 462 464 l 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 663\nWidth: 491\nFlags: W\nHStem: 0 18<27.0314 46.9359> 0 32<233 251> 231 32<233 267> 446 18<27.0313 46.8085 251 270>\nVStem: 27 244<446 463> 105 80<80 226 263 375> 360 94<128 144>\nFore\n185 263 m 1\n 242 263 l 2\n 293 263 333 260 360 252 c 0\n 388 245 410 231 428 211 c 0\n 445 191 454 167 454 138 c 0\n 454 109 444 83 424 60 c 0\n 404 36 381 21 354 12 c 0\n 327 4 287 0 234 0 c 2\n 27 0 l 1\n 27 18 l 1\n 55 18 75 23 87 34 c 128\n 99 45 105 64 105 92 c 2\n 105 373 l 2\n 105 398 100 417 89 429 c 0\n 78 440 57 446 27 446 c 1\n 27 464 l 1\n 271 464 l 1\n 271 446 l 1\n 243 446 222 441 208 432 c 0\n 193 422 185 398 185 359 c 2\n 185 263 l 1\n185 41 m 1\n 207 35 225 32 239 32 c 0\n 278 32 309 42 330 63 c 0\n 350 83 360 106 360 134 c 0\n 360 164 351 188 332 205 c 0\n 312 222 285 231 249 231 c 0\n 226 231 205 229 185 226 c 1\n 185 41 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 664\nWidth: 445\nFlags: W\nHStem: -14 36<184 202> 230 31<167 318> 322 136<57 65> 443 32<186 213>\nVStem: 166 247<230 261> 319 93.7131<226 229 262 263>\nFore\n319 261 m 1\n 166 261 l 1\n 166 230 l 1\n 319 230 l 1\n 318 161 307 109 284 74 c 0\n 262 39 229 22 185 22 c 0\n 130 22 81 49 36 102 c 1\n 21 90 l 1\n 72 21 133 -14 202 -14 c 0\n 261 -14 310 10 351 58 c 0\n 392 105 413 166 413 241 c 0\n 413 315 392 372 350 413 c 128\n 308 454 260 475 205 475 c 0\n 180 475 153 470 125 460 c 0\n 108 454 96 451 87 451 c 128\n 78 451 71 453 65 458 c 1\n 56 458 l 1\n 56 322 l 1\n 74 322 l 1\n 80 363 95 394 120 414 c 0\n 145 433 172 443 201 443 c 0\n 239 443 268 428 287 397 c 0\n 307 367 318 322 319 261 c 1\nEndSplineSet\nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 665\nWidth: 783\nFlags: W\nHStem: -13.8672 32.8672<522 535> 0 18<26.0314 45.1742 250 256> 225 30<183 295> 442 31.1682<503 516> 446 17<250 256>\nVStem: 102 80<82 224 256 381> 102 282.491<240 255> 654.685 96.8386<206 241>\nFore\n182 255 m 1\n 295 255 l 1\n 305 318 331 371 373 412 c 0\n 414 453 464 474 523 474 c 0\n 583 474 636 453 683 410 c 0\n 729 366 752 310 752 241 c 128\n 752 172 729 112 682 62 c 0\n 634 12 579 -14 514 -14 c 0\n 453 -14 401 9 361 55 c 0\n 320 100 298 157 295 225 c 1\n 182 225 l 1\n 182 87 l 2\n 182 63 188 44 199 34 c 0\n 211 23 230 18 257 18 c 1\n 257 0 l 1\n 26 0 l 1\n 26 18 l 1\n 53 18 72 23 84 34 c 0\n 96 44 102 63 102 87 c 2\n 102 366 l 2\n 102 395 96 415 85 427 c 128\n 74 439 55 445 26 446 c 1\n 26 463 l 1\n 257 464 l 1\n 257 446 l 1\n 232 446 213 441 201 432 c 0\n 188 422 182 400 182 366 c 2\n 182 255 l 1\n384 262 m 0\n 384 188 400 129 432 85 c 0\n 463 41 498 19 535 19 c 0\n 565 19 592 34 617 64 c 128\n 642 94 655 142 655 206 c 0\n 655 279 640 337 610 379 c 0\n 581 421 545 442 504 442 c 0\n 469 442 440 426 418 394 c 0\n 396 361 384 317 384 262 c 0\nEndSplineSet\nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 666\nWidth: 487\nFlags: W\nHStem: 0 18<14 29> 209 33<274 313> 432 32<246 276>\nVStem: 69 93<336 356> 314 80<80 208 243 368>\nDStem: 191 222 274 209 77 52 129 0\nFore\n13 0 m 1\n 13 18 l 1\n 23 18 l 2\n 43 18 62 29 77 52 c 2\n 191 222 l 1\n 151 233 120 250 100 270 c 0\n 79 290 69 313 69 342 c 0\n 69 373 83 401 111 426 c 128\n 139 451 185 464 250 464 c 2\n 462 464 l 1\n 462 446 l 1\n 436 443 418 436 409 423 c 0\n 399 410 394 387 394 354 c 2\n 394 98 l 2\n 394 69 399 49 409 37 c 0\n 419 24 437 19 462 18 c 1\n 462 0 l 1\n 246 0 l 1\n 246 18 l 1\n 272 19 290 26 300 38 c 128\n 310 50 314 72 314 104 c 2\n 314 209 l 1\n 274 209 l 1\n 129 0 l 1\n 13 0 l 1\n314 425 m 1\n 298 430 281 432 264 432 c 0\n 230 432 205 423 188 406 c 0\n 171 388 162 367 162 342 c 0\n 162 315 173 292 196 272 c 0\n 218 252 251 242 297 242 c 2\n 314 242 l 1\n 314 425 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 667\nWidth: 444\nFlags: W\nHStem: -9.99782 68.9978<212 253> 277 32<100 302> 423.78 35.2478<205 234>\nFore\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\n336 500 m 1\n 296 500 l 1\n 142 597 l 2\n 124 609 113 624 113 640 c 0\n 113 659 126 671 147 671 c 0\n 162 671 171 666 189 648 c 2\n 336 500 l 1\nEndSplineSet\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 668\nWidth: 438\nFlags: W\nHStem: -13.9975 77.9975<227 265> 289 31<103 309> 438.179 36.4299<211 238> 583 106<144 160 312 324>\nVStem: 32.0011 66.9989<226 271> 98 106<635 642> 270 105<626 642>\nFore\n150 689 m 0\n 165 689 178 684 188 674 c 128\n 198 664 204 651 204 637 c 0\n 204 622 198 609 188 599 c 128\n 178 589 165 583 150 583 c 0\n 136 583 124 589 113 599 c 0\n 103 609 98 622 98 637 c 128\n 98 652 103 664 114 674 c 1\n 124 685 136 689 150 689 c 0\n322 688 m 0\n 337 688 350 684 360 673 c 1\n 371 663 375 650 375 636 c 0\n 375 622 371 609 360 599 c 1\n 350 588 337 583 322 583 c 0\n 308 583 295 588 285 599 c 0\n 275 609 270 622 270 636 c 0\n 270 651 275 663 285 673 c 0\n 295 684 308 688 322 688 c 0\n414 163 m 1\n 403 108 380 65 346 34 c 1\n 312 1 272 -14 227 -14 c 0\n 173 -14 127 7 89 49 c 128\n 51 91 32 150 32 226 c 0\n 32 300 50 360 88 406 c 0\n 125 452 175 475 238 475 c 0\n 291 475 333 458 366 423 c 1\n 397 388 414 343 414 289 c 1\n 100 289 l 1\n 99 281 99 275 99 271 c 0\n 99 221 114 174 145 130 c 0\n 175 86 215 64 265 64 c 0\n 329 64 373 100 398 171 c 1\n 414 163 l 1\n310 320 m 1\n 309 358 299 387 281 408 c 0\n 263 428 239 439 211 439 c 0\n 182 439 158 428 137 406 c 0\n 117 385 105 356 102 320 c 1\n 310 320 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 669\nWidth: 548\nFlags: W\nHStem: 0 21G<57 273> 405.996 54.0043<316 352> 492 54<10 120 205 319>\nVStem: 9 311<492 546> 121 84<87 343 377 491 547 583> 389 84<-25 327>\nFore\n352 460 m 0\n 293 460 251 436 205 376 c 1\n 205 492 l 1\n 320 492 l 1\n 320 546 l 1\n 205 546 l 1\n 205 680 l 1\n 200 683 l 1\n 166 671 141 664 85 647 c 2\n 58 639 l 1\n 58 623 l 1\n 62 624 65 624 70 624 c 0\n 113 624 121 616 121 573 c 2\n 121 546 l 1\n 9 546 l 1\n 9 492 l 1\n 121 492 l 1\n 121 102 l 2\n 121 32 115 23 57 15 c 1\n 57 0 l 1\n 273 0 l 1\n 273 15 l 1\n 215 21 205 33 205 102 c 2\n 205 343 l 1\n 247 389 277 406 316 406 c 0\n 365 406 389 375 389 309 c 2\n 389 -44 l 2\n 389 -120 386 -145 375 -165 c 0\n 369 -175 355 -183 341 -183 c 0\n 326 -183 316 -176 299 -155 c 0\n 281 -132 267 -123 251 -123 c 0\n 228 -123 210 -140 210 -162 c 0\n 210 -194 250 -217 304 -217 c 0\n 414 -217 473 -141 473 1 c 2\n 473 311 l 2\n 473 405 426 460 352 460 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 670\nWidth: 418\nFlags: W\nHStem: 0 21G<18 226> 413 37<166 290>\nVStem: 81 84<80 368>\nFore\n381 450 m 1\n 385 325 l 1\n 367 325 l 1\n 358 398 343 413 283 413 c 2\n 165 413 l 1\n 165 81 l 2\n 165 32 177 20 226 15 c 1\n 226 0 l 1\n 18 0 l 1\n 18 15 l 1\n 68 19 81 36 81 99 c 2\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 381 450 l 1\n129 500 m 1\n 89 500 l 1\n 236 648 l 2\n 254 666 263 671 278 671 c 0\n 300 671 313 659 313 639 c 0\n 313 623 304 610 283 597 c 2\n 129 500 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 671\nWidth: 444\nFlags: W\nHStem: -9.99736 71.9974<215 257> 216 37<105 278> 431 29<233 249>\nVStem: 25.0135 253.987<216 238.668>\nFore\n279 216 m 1\n 279 253 l 1\n 102 253 l 1\n 101 358 156 431 238 431 c 0\n 274 431 287 420 297 383 c 2\n 303 361 l 2\n 311 333 329 315 350 315 c 0\n 376 315 398 334 398 357 c 0\n 398 413 328 460 244 460 c 0\n 195 460 144 440 103 404 c 0\n 53 360 25 292 25 213 c 0\n 25 83 104 -10 215 -10 c 0\n 260 -10 300 6 336 37 c 0\n 363 61 382 88 412 147 c 1\n 398 156 l 1\n 350 86 314 62 257 62 c 0\n 177 62 117 123 104 216 c 1\n 279 216 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 672\nWidth: 389\nFlags: W\nHStem: -10 22<189 211> -4 156<53 65> 314 136<300 311> 437 22<179 206>\nVStem: 51.0037 61.9963<336 369> 277.994 70.0059<84 118>\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 673\nWidth: 278\nFlags: W\nHStem: 0 21<16 253> 581 102<118.27 130>\nVStem: 78 102<624 640> 95 84<80 352>\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 674\nWidth: 278\nFlags: W\nHStem: 0 21<16 253> 500 99<24.8918 36 226 242>\nVStem: -14 99<548 552> 95 84<80 352> 185 99<548 552>\nRef: 305 305 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -32 -23\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 675\nWidth: 278\nFlags: W\nHStem: 581 102<138 144>\nVStem: 92 102<630 634> 109 84<-26 342>\nRef: 106 106 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 676\nWidth: 714\nFlags: W\nHStem: -8.99394 58.9939<80 109> 0 36<449.209 499> 218 36<434.063 499> 413 37<204 349> 434 16<482 496>\nVStem: 163 41<199 375> 350 84<74 217 254 375> 603 95<121 135>\nFore\n497 450 m 1\n 497 434 l 1\n 430 434 434 383 434 333 c 2\n 434 254 l 1\n 482 254 l 2\n 523 254 544 252 568 250 c 0\n 625 243 651 224 670 205 c 128\n 689 186 698 162 698 132 c 0\n 698 100 678 59 642 37 c 0\n 605 14 554 0 476 0 c 2\n 287 0 l 1\n 287 15 l 1\n 337 19 350 36 350 99 c 2\n 350 413 l 1\n 204 413 l 1\n 204 221 l 2\n 204 44 134 -9 80 -9 c 0\n 49 -9 14 0 14 32 c 0\n 14 54 22 74 47 75 c 0\n 74 76 82 50 109 50 c 0\n 145 50 163 154 163 217 c 2\n 163 351 l 2\n 163 414 150 431 100 435 c 1\n 100 450 l 1\n 497 450 l 1\n434 218 m 1\n 434 77 l 2\n 434 55 433 36 458 36 c 0\n 524 36 539 40 560 54 c 0\n 586 71 603 92 603 122 c 0\n 603 158 584 193 537 210 c 0\n 520 216 516 218 434 218 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 \nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 677\nWidth: 706\nFlags: W\nHStem: 0 36<439.209 489> 216 37<166 339 424.063 489> 434 16<472 486>\nVStem: 81 84<76 215 254 371> 340 84<76 215 254 371> 593 95<121 134>\nFore\n487 450 m 1\n 487 434 l 1\n 420 434 424 383 424 333 c 2\n 424 254 l 1\n 472 254 l 2\n 513 254 534 252 558 250 c 0\n 615 243 641 224 660 205 c 128\n 679 186 688 162 688 132 c 0\n 688 100 668 59 632 37 c 0\n 595 14 544 0 466 0 c 2\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 216 l 1\n 165 216 l 1\n 165 81 l 2\n 165 32 177 20 226 15 c 1\n 226 0 l 1\n 18 0 l 1\n 18 15 l 1\n 68 19 81 36 81 99 c 2\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 226 450 l 1\n 226 435 l 1\n 177 430 165 418 165 369 c 2\n 165 253 l 1\n 340 253 l 1\n 340 351 l 2\n 340 414 327 431 277 435 c 1\n 277 450 l 1\n 487 450 l 1\n424 218 m 1\n 424 77 l 2\n 424 55 423 36 448 36 c 0\n 514 36 529 40 550 54 c 0\n 576 71 593 92 593 122 c 0\n 593 158 574 193 527 210 c 0\n 510 216 506 218 424 218 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 \nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 678\nWidth: 548\nFlags: W\nHStem: 0 21G<57 273 323 535> 405.995 54.0048<316 352> 492 54<10 120 205 319>\nVStem: 9 311<492 546> 121 84<80 343 377 491 547 592> 323 212<1 15> 391 84<80 320>\nFore\n391 300 m 2\n 391 370 366 406 316 406 c 0\n 277 406 247 389 205 343 c 1\n 205 102 l 2\n 205 33 215 21 273 15 c 1\n 273 0 l 1\n 57 0 l 1\n 57 15 l 1\n 115 23 121 32 121 102 c 2\n 121 492 l 1\n 9 492 l 1\n 9 546 l 1\n 121 546 l 1\n 121 573 l 2\n 121 616 113 624 70 624 c 0\n 65 624 62 624 58 623 c 1\n 58 639 l 1\n 85 647 l 2\n 141 663 166 671 200 683 c 1\n 205 680 l 1\n 205 546 l 1\n 320 546 l 1\n 320 492 l 1\n 205 492 l 1\n 205 376 l 1\n 251 436 293 460 352 460 c 0\n 433 460 475 406 475 301 c 2\n 475 102 l 2\n 475 33 481 25 535 15 c 1\n 535 0 l 1\n 323 0 l 1\n 323 15 l 1\n 381 21 391 34 391 102 c 2\n 391 300 l 2\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 x0,0 x0,0 \nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 679\nWidth: 500\nFlags: W\nHStem: 0 21G<7 241 352 490> 224 28<166.016 194.408> 372.982 86.6637<404 423> 393.989 66.0109<354 404> 430 20G<7 241>\nVStem: 82 84<56 224 253 394>\nFore\n166 383 m 2\n 166 252 l 1\n 195 252 l 2\n 236 252 288 318 298 352 c 1\n 320 450 343 460 404 460 c 0\n 440 460 468 439 467 406 c 0\n 466 384 445 372 423 372 c 0\n 392 372 380 394 354 394 c 0\n 334 394 330 258 256 244 c 1\n 333 221 358 130 412 56 c 1\n 442 20 446 18 490 15 c 1\n 490 0 l 1\n 352 0 l 1\n 227 200 l 2\n 210 228 184 224 166 224 c 1\n 166 67 l 2\n 166 32 181 18 221 16 c 2\n 241 15 l 1\n 241 0 l 1\n 7 0 l 1\n 7 15 l 1\n 79 27 82 30 82 82 c 2\n 82 368 l 2\n 82 420 79 423 7 435 c 1\n 7 450 l 1\n 241 450 l 1\n 241 435 l 1\n 221 434 l 2\n 181 432 166 418 166 383 c 2\n176 500 m 1\n 136 500 l 1\n 283 648 l 2\n 301 666 310 671 325 671 c 0\n 347 671 360 659 360 639 c 0\n 360 623 351 610 330 597 c 2\n 176 500 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 680\nWidth: 500\nFlags: W\nHStem: 0 21G<18 226 277 485> 430 20G<18 226 277 485>\nVStem: 81 84<80 111 168 371> 340 84<80 286 343 371>\nDStem: 340 343 340 287 165 167 165 111\nFore\n165 167 m 1\n 340 343 l 1\n 340 351 l 2\n 340 414 327 431 277 435 c 1\n 277 450 l 1\n 485 450 l 1\n 485 435 l 1\n 436 430 424 418 424 369 c 2\n 424 81 l 2\n 424 32 436 20 485 15 c 1\n 485 0 l 1\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 287 l 1\n 165 111 l 1\n 165 81 l 2\n 165 32 177 20 226 15 c 1\n 226 0 l 1\n 18 0 l 1\n 18 15 l 1\n 68 19 81 36 81 99 c 2\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 226 450 l 1\n 226 435 l 1\n 177 430 165 418 165 369 c 2\n 165 167 l 1\n363 500 m 1\n 323 500 l 1\n 169 597 l 2\n 151 609 140 624 140 640 c 0\n 140 659 153 671 174 671 c 0\n 189 671 198 666 216 648 c 2\n 363 500 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 681\nWidth: 500\nFlags: W\nHStem: -218 101.995<73 104> 435 15<340.031 356.823> 500 60<238 254>\nVStem: 14 206<436 449> 340 135<435 449>\nDStem: 65 404 172 370 179 158 287 117\nFore\n475 450 m 1\n 475 435 l 1\n 451 432 440 422 427 390 c 1\n 273 -18 l 2\n 219 -162 171 -218 104 -218 c 0\n 62 -218 30 -193 30 -160 c 0\n 30 -136 50 -116 73 -116 c 0\n 90 -116 107 -120 126 -127 c 0\n 136 -132 145 -134 151 -134 c 0\n 165 -134 187 -115 201 -89 c 0\n 218 -59 241 4 241 19 c 128\n 241 34 225 70 197 120 c 1\n 182 150 l 1\n 179 158 l 1\n 65 404 l 2\n 57 421 40 432 14 436 c 1\n 14 450 l 1\n 220 450 l 1\n 220 435 l 1\n 177 433 162 426 162 408 c 0\n 162 397 166 384 172 370 c 2\n 287 117 l 1\n 384 393 l 1\n 387 400 388 406 388 410 c 0\n 388 426 372 435 340 435 c 1\n 340 450 l 1\n 475 450 l 1\n356 657 m 1\n 385 657 l 1\n 373 551 327 500 243 500 c 0\n 196 500 156 519 131 554 c 0\n 112 582 105 606 104 657 c 1\n 133 657 l 1\n 147 590 181 560 245 560 c 0\n 303 560 328 581 356 657 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 682\nWidth: 500\nFlags: W\nHStem: 0 37<166 214 286 339> 430 20G<18 226 277 485>\nVStem: 81 84<78 371> 340 84<62 371>\nFore\n340 37 m 1\n 165 37 l 1\n 165 369 l 2\n 165 418 177 430 226 435 c 1\n 226 450 l 1\n 18 450 l 1\n 18 435 l 1\n 68 431 81 414 81 351 c 2\n 81 99 l 2\n 81 36 68 19 18 15 c 1\n 18 0 l 1\n 214 0 l 1\n 232 -34 230 -130 230 -130 c 1\n 270 -130 l 1\n 270 -130 270 -34 286 0 c 1\n 485 0 l 1\n 485 15 l 1\n 436 20 424 32 424 81 c 2\n 424 369 l 2\n 424 418 436 430 485 435 c 1\n 485 450 l 1\n 277 450 l 1\n 277 435 l 1\n 327 431 340 414 340 351 c 2\n 340 37 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: FL96\nEncoding: 1120 1120 683\nWidth: 1056\nFlags: W\nHStem: 0 115<373 375> 462 19<388 390 662.5 685>\nVStem: 65 42<376 417> 485 102<171 389> 973 42<376 417>\nFore\n789 664 m 1\n 789 687 l 1\n 1015 678 l 1\n 1015 657 l 1\n 993 651 982 637 982 615 c 0\n 982 604 985 591 991 576 c 0\n 1007 528 1015 435 1015 387 c 2\n 1015 377 l 1\n 1012 294 984 168 929 108 c 1\n 867 38 814 3 707 0 c 2\n 705 0 l 2\n 660 0 623 16 593 49 c 0\n 569 73 552 112 540 163 c 1\n 527 113 513 75 487 49 c 0\n 457 16 420 0 375 0 c 2\n 373 0 l 2\n 266 3 213 38 151 108 c 1\n 96 168 68 294 65 377 c 1\n 65 387 l 2\n 65 435 73 528 89 576 c 0\n 95 591 98 604 98 615 c 0\n 98 637 87 651 65 657 c 1\n 65 678 l 1\n 291 687 l 1\n 291 664 l 1\n 241 649 203 631 177 609 c 1\n 166 598 l 2\n 125 557 107 459 107 400 c 0\n 107 315 141 205 213 162 c 0\n 264 130 299 116 372 116 c 2\n 373 116 l 1\n 373 115 l 1\n 422 115 460 134 485 171 c 1\n 485 372 l 2\n 485 451 468 456 390 462 c 2\n 388 462 l 1\n 388 481 l 1\n 685 481 l 1\n 685 462 l 1\n 640 460 612 452 601 439 c 0\n 592 428 587 406 587 373 c 2\n 587 185 l 1\n 611 138 651 115 707 115 c 1\n 707 116 l 1\n 708 116 l 2\n 783 116 817 131 867 162 c 0\n 939 205 973 315 973 400 c 0\n 973 459 955 557 914 598 c 2\n 903 609 l 1\n 877 631 839 649 789 664 c 1\nEndSplineSet\nEndChar\nStartChar: FL0461h\nEncoding: 1121 1121 684\nWidth: 693\nFlags: W\nHStem: -9 28<216 233 456 476>\nVStem: 41 92<205 248> 323 48<150 162> 323 70<160 177.293> 560 92<205 248>\nFore\n219 -9 m 0\n 112.542 -9 41 104.977 41 227 c 2\n 41 228 l 2\n 41 356.96 114.56 458.54 240 461 c 1\n 240 437 l 1\n 179 431 145 392 136 319 c 0\n 134 300 133 271 133 230 c 2\n 133 229 l 2\n 133 130 148 67 178 39 c 0\n 193 26 210 19 229 19 c 2\n 230 19 l 2\n 291.524 19 323 80.2889 323 159 c 2\n 323 160 l 2\n 323 179 317 219 306 282 c 0\n 302 302 300 317 300 328 c 2\n 300 329 l 2\n 300 366 316 385 347 385 c 0\n 377 385 392 367 393 331 c 1\n 393 329 l 2\n 393 315.352 371 202.599 371 161 c 2\n 371 160 l 2\n 371 82.1353 397.941 19 463 19 c 0\n 526 19 558 82 560 207 c 1\n 560 237 l 2\n 560 353 546 428 453 437 c 1\n 453 461 l 1\n 572.553 457.725 652 362.334 652 229 c 2\n 652 228 l 2\n 652 111 585 -9 474 -9 c 0\n 411 -9 370 25 353 93 c 1\n 348 122 l 1\n 345 122 l 1\n 334.895 37.7901 294.565 -9 219 -9 c 0\nEndSplineSet\nEndChar\nStartChar: FL0462h\nEncoding: 1122 1122 685\nWidth: 654\nFlags: W\nHStem: 0 19<114 123.75> 0 37<334 365.313> 334 40<357 385> 539 42<22 198 300 332.553> 539 123<114 332.499> 643 19<114 126 381.021 394>\nVStem: 198 102<95 331 107 539> 531 109<175 193>\nFore\n300 331 m 1\n 300 71 l 2\n 300 41 311 40 334 37 c 1\n 461.062 37 531 81.912 531 186 c 2\n 531 187 l 2\n 531 285 473 334 357 334 c 1\n 300 331 l 1\n301 581 m 1\n 476 581 l 1\n 482 411 l 1\n 458 411 l 1\n 447 465 432 500 414 515 c 0\n 395 531 357 539 300 539 c 1\n 300 371 l 1\n 369 374 l 1\n 513 374 612 330 636 220 c 0\n 639 209 640 197 640 183 c 2\n 640 181 l 2\n 640 67.8923 549.996 16.4426 432 3 c 0\n 414 1 396 0 378 0 c 2\n 114 0 l 1\n 114 19 l 1\n 153 23 177 31 186 43 c 0\n 194 53 198 74 198 107 c 1\n 198 539 l 1\n 143 539 106 531 87 516 c 128\n 68 501 52 466 40 411 c 1\n 16 411 l 1\n 22 581 l 1\n 196 581 l 1\n 194 602 189 617 182 624 c 2\n 181 625 l 2\n 172 634 150 640 114 643 c 1\n 114 662 l 1\n 394 662 l 1\n 394 643 l 1\n 326.95 637.834 307.89 635.128 301 581 c 1\nEndSplineSet\nEndChar\nStartChar: FL0463h\nEncoding: 1123 1123 686\nWidth: 567\nFlags: W\nHStem: 0 15<120 136> 0 36<291 329> 0 50<309 386> 218 36<267 321> 448 32<42 183 267 329>\nVStem: 183 84<75 218 83 448 479 682> 436 95<120 136>\nFore\n267 480 m 1\n 410 480 l 1\n 428 356 l 1\n 407 356 l 1\n 399 393 389 418 378 431 c 0\n 367 442 348 448 321 448 c 2\n 267 448 l 1\n 267 254 l 1\n 315 254 l 2\n 398 254 460 248 503 205 c 0\n 522 186 531 162 531 133 c 2\n 531 132 l 2\n 531 96 516 74 491 49 c 1\n 475 37 l 1\n 436 12 381 0 309 0 c 2\n 120 0 l 1\n 120 15 l 1\n 152 17 171 28 178 49 c 0\n 181 60 183 72 183 83 c 2\n 183 448 l 1\n 131 448 l 2\n 67.7877 448 57.0442 414.716 45 356 c 1\n 24 356 l 1\n 42 480 l 1\n 183 480 l 1\n 183 575 l 2\n 183 618 172 626 132 626 c 2\n 120 625 l 1\n 120 641 l 1\n 167 655 227 672 262 685 c 1\n 267 682 l 1\n 267 480 l 1\n267 218 m 1\n 267 77 l 2\n 267 56 270 43 277 39 c 2\n 278 39 l 1\n 281 36 287 37 291 36 c 1\n 333 36 374 38 386 50 c 1\n 387 50 387 51 388 51 c 1\n 415 66 438 95 436 121 c 1\n 436 122 l 2\n 436 164 415 193 372 209 c 2\n 370 210 l 2\n 353 215 324 218 285 218 c 2\n 267 218 l 1\nEndSplineSet\nEndChar\nStartChar: FL0464h\nEncoding: 1124 1124 687\nWidth: 969\nFlags: W\nHStem: -33 20G<609 712.5> 0 18<18 38.771 326 326> 313 46<225 330 447 750> 450 21G<899 922> 636 40<660 694> 668 19<18 42.8677 18 326>\nVStem: 117 108<95 313 131 594>\nFore\n225 313 m 1\n 225 134 l 2\n 225 95 227 70 231 59 c 0\n 242 29 279 18 326 18 c 1\n 326 0 l 1\n 18 0 l 1\n 18 18 l 1\n 64.784 18 102.462 32.3864 111 58 c 1\n 111 59 l 1\n 115 70 117 94 117 131 c 2\n 117 554 l 2\n 117 616 118 641 83 658 c 0\n 67 665 45 668 18 668 c 1\n 18 687 l 1\n 326 687 l 1\n 326 668 l 1\n 279 668 244 660 232 630 c 0\n 227 618 225 593 225 556 c 2\n 225 359 l 1\n 331 359 l 1\n 337 456 373 533 438 590 c 0\n 440 591 442 593 445 596 c 0\n 510 649 583 676 665 676 c 0\n 714 676 762 668 811 652 c 0\n 826 646 839 643 850 643 c 0\n 872 643 886 654 892 676 c 1\n 913 676 l 1\n 922 450 l 1\n 899 450 l 1\n 891 475 l 2\n 861.827 567.007 791.292 636 684 636 c 0\n 631 636 587 622 550 593 c 0\n 487 544 452 466 447 359 c 1\n 750 359 l 1\n 750 315 l 1\n 483 315 l 1\n 483 313 l 1\n 446 313 l 1\n 450 210 479 135 532 88 c 0\n 575 49 629 30 694 30 c 2\n 719 31 l 2\n 786 36 852 69 917 131 c 1\n 935 113 l 1\n 928 103 919 93 910 84 c 0\n 846 19 763 -13 662 -13 c 0\n 556 -13 472 24 411 89 c 2\n 404 97 l 2\n 357 154 332 226 330 313 c 1\n 225 313 l 1\nEndSplineSet\nEndChar\nStartChar: FL0465h\nEncoding: 1125 1125 688\nWidth: 686\nFlags: W\nHStem: -9 71<457 499> 0 18<26 246 220 246> 217 37<179 267 344 521> 446 18<26 45.1119 26 246> 460 21G<460 523.5>\nVStem: 99 80<73.57 216 89 392> 99 245<89 282.303>\nFore\n640 357 m 8\n 640 331 616 315 592 315 c 2\n 587 315 l 2\n 547 321 545 372 530 406 c 0\n 522 423 505 431 480 431 c 0\n 451 431 426 423 405 406 c 0\n 364 373 343 322 344 253 c 1\n 521 253 l 1\n 521 216 l 1\n 346 216 l 1\n 357 133 412 62 499 62 c 0\n 513 62 527 64 540 67 c 0\n 572 77 605 107 640 156 c 1\n 654 147 l 1\n 627 95 602 58 578 37 c 2\n 577 36 l 2\n 541 6 501 -9 457 -9 c 0\n 333 -9 269 96 267 217 c 1\n 179 217 l 1\n 179 91 l 2\n 179 35 194 20 246 18 c 1\n 246 0 l 1\n 26 0 l 1\n 26 18 l 1\n 74 19 99 42 99 89 c 2\n 99 372 l 2\n 99 403 93 423 81 433 c 0\n 68 442 50 446 26 446 c 1\n 26 464 l 1\n 246 464 l 1\n 246 446 l 1\n 194 446 179 424 179 373 c 2\n 179 254 l 1\n 268 254 l 1\n 275 319 298 365 345 404 c 2\n 346 405 l 2\n 387 442 434 460 486 460 c 0\n 561 460 640 420 640 357 c 8\nEndSplineSet\nEndChar\nStartChar: FL0466h\nEncoding: 1126 1126 689\nWidth: 730\nFlags: W\nHStem: 0 19<22 48 684 703> 281 44<246 305 246 421>\nVStem: 305 39<95 281>\nDStem: 320 519 351 690 402 325 597 124 336 690 320 519 114 112 246 325 336 690 229 281 114 112 173 134 421 281 351 690 471 163 597 124\nFore\n22 0 m 1\n 22 19 l 1\n 48 20 67 28 78 42 c 0\n 87 52 99 75 114 112 c 1\n 336 690 l 1\n 351 690 l 1\n 597 124 l 1\n 622 73 642 42 657 31 c 0\n 668 24 684 20 703 19 c 1\n 703 0 l 1\n 22 0 l 1\n471 163 m 2\n 421 281 l 1\n 344 281 l 1\n 344 112 l 2\n 344 49.0428 368.753 19.8957 437 18 c 1\n 437 19 l 1\n 468.979 20.3995 514.337 23.7614 512 51 c 1\n 512 52 l 2\n 512 64 497 101 471 163 c 2\n154 61 m 2\n 154 41 166 28 190 23 c 1\n 226 19 l 1\n 279 25 305 55 305 108 c 2\n 305 281 l 1\n 229 281 l 1\n 173 134 l 2\n 161 103 154 80 154 62 c 2\n 154 61 l 2\n320 519 m 1\n 246 325 l 1\n 402 325 l 1\n 320 519 l 1\nEndSplineSet\nEndChar\nStartChar: FL0467h\nEncoding: 1127 1127 690\nWidth: 502\nFlags: W\nHStem: 0 15<463 479> 194 37<177 198 177 274> 443 20G<239 247>\nVStem: 198 37<72 193>\nDStem: 214 414 218 336 86 93 177 231 214 414 163 194 86 93 119 77 218 336 268 417 260 231 388 130 274 194 268 417 320 80 388 130\nFore\n21 0 m 1\n 21 15 l 1\n 67 24 62 46 86 93 c 1\n 214 414 l 2\n 227 447 236 463 242 463 c 0\n 252 463 263 431 268 417 c 1\n 388 130 l 1\n 415 69 434 34 444 26 c 0\n 451 19 463 16 479 15 c 1\n 479 0 l 1\n 21 0 l 1\n320 80 m 2\n 274 194 l 1\n 235 194 l 1\n 235 102 l 2\n 235 63 240 39 251 30 c 0\n 258 23 272 19 293 16 c 1\n 314 20 326 27 328 37 c 2\n 329 43 l 1\n 329 54 326 66 320 80 c 2\n144 17 m 1\n 185 24 193 33 198 72 c 5\n 198 194 l 1\n 163 194 l 1\n 119 77 l 2\n 115 67 113 57 113 47 c 0\n 113 31 123 21 144 17 c 1\n218 336 m 1\n 177 231 l 1\n 260 231 l 1\n 218 336 l 1\nEndSplineSet\nEndChar\nStartChar: FL0468h\nEncoding: 1128 1128 691\nWidth: 1059\nFlags: W\nHStem: 0 21G<344 1025> 1 19<24 31.6667 288.667 302> 281 44<214 501 568 627 568 743> 669 19<24 34.5 292.501 302>\nVStem: 112 102<95 281 121 593> 627 39<95 281>\nDStem: 501 281 551 281 436 112 495 134 642 519 673 690 724 325 919 124 658 690 642 519 518 325 568 325 743 281 673 690 793 163 919 124\nFore\n548 19 m 1\n 600 26 627 55 627 108 c 2\n 627 281 l 1\n 551 281 l 1\n 495 134 l 2\n 483 103 476 80 476 62 c 2\n 476 61 l 2\n 476 41 488 28 512 23 c 1\n 548 19 l 1\n759 18 m 2\n 759 19 l 1\n 790.979 20.3995 836.337 23.7614 834 51 c 1\n 834 52 l 2\n 834 64 819 101 793 163 c 2\n 743 281 l 1\n 666 281 l 1\n 666 112 l 2\n 666 49.0431 690.753 19.8957 759 18 c 2\n501 281 m 1\n 214 281 l 1\n 214 109 l 2\n 214 78 218 56 226 45 c 0\n 237 31 262 23 302 20 c 1\n 302 1 l 1\n 24 1 l 1\n 24 20 l 1\n 24 20 57 22 70 26 c 0\n 81 29 89 33 95 38 c 0\n 106 49 112 77 112 121 c 2\n 112 580 l 2\n 112 613 108 634 100 645 c 0\n 91 657 66 665 24 669 c 1\n 24 688 l 1\n 302 688 l 1\n 302 669 l 1\n 241.707 662.653 214 662.319 214 579 c 2\n 214 325 l 1\n 518 325 l 1\n 658 690 l 1\n 673 690 l 1\n 919 124 l 2\n 942 72 961 36 979 31 c 2\n 986 20 1006 20 1025 19 c 1\n 1025 0 l 1\n 344 0 l 1\n 344 19 l 1\n 370 20 389 28 400 42 c 0\n 409 52 422 75 436 112 c 2\n 501 281 l 1\n568 325 m 1\n 724 325 l 1\n 642 519 l 1\n 568 325 l 1\nEndSplineSet\nEndChar\nStartChar: FL106\nEncoding: 1129 1129 692\nWidth: 765\nFlags: W\nHStem: 0 15<726 742> 0 18<25 245 227.667 245> 194 37<178 389 441 461 441 537> 443 20G<502 510> 446 18<25 44.1119 25 245>\nVStem: 98 80<75 193 89 385> 461 37<72 193>\nDStem: 389 194 427 194 349 93 382 77 477 414 481 336 404 231 441 231 481 336 531 417 523 231 651 130 537 194 531 417 583 80 651 130\nFore\n284 0 m 1\n 284 15 l 1\n 330 24 325 46 349 93 c 1\n 389 194 l 1\n 178 194 l 1\n 178 91 l 2\n 178 34 193 21 245 18 c 1\n 245 0 l 1\n 25 0 l 1\n 25 18 l 1\n 73 19 97 42 98 89 c 1\n 98 372 l 2\n 98 403 92 423 80 433 c 0\n 67 442 49 446 25 446 c 1\n 25 464 l 1\n 245 464 l 1\n 245 446 l 1\n 193 446 178 424 178 373 c 2\n 178 231 l 1\n 404 231 l 1\n 477 414 l 2\n 490 447 499 463 505 463 c 0\n 515 463 526 431 531 417 c 1\n 651 130 l 1\n 678 69 697 34 707 26 c 0\n 714 19 726 16 742 15 c 1\n 742 0 l 1\n 284 0 l 1\n498 194 m 1\n 498 102 l 2\n 498 63 503 39 514 30 c 0\n 521 23 535 19 556 16 c 1\n 581 23 590 25 592 43 c 1\n 592 54 589 66 583 80 c 2\n 537 194 l 1\n 498 194 l 1\n407 17 m 1\n 448 24 456 33 461 72 c 1\n 461 194 l 1\n 427 194 l 1\n 382 77 l 2\n 378 67 376 57 376 47 c 0\n 376 31 386 21 407 17 c 1\n523 231 m 1\n 481 336 l 1\n 441 231 l 1\n 523 231 l 1\nEndSplineSet\nEndChar\nStartChar: FL046Ch\nEncoding: 1130 1130 693\nWidth: 997\nFlags: W\nHStem: 0 18<22 36.5996 347 377.427 624 649 975 975> 338 40<551 568> 338 43<327 445> 643 19<178 852>\nVStem: 445 106<95 337>\nDStem: 644 542 703 549 531 404 566 378\nFore\n327 381 m 1\n 429 381 l 1\n 359 486 l 1\n 306 560 269 605 248 622 c 0\n 231 635 207 642 178 643 c 1\n 178 662 l 1\n 852 662 l 1\n 852 643 l 1\n 772 643 742 593 703 549 c 1\n 566 378 l 1\n 673 378 l 1\n 692 365 707 332 719 319 c 2\n 720 318 l 2\n 730 306 761 255 813 165 c 0\n 854 94 886 53 907 40 c 0\n 930 25 952 18 975 18 c 1\n 975 0 l 1\n 798 0 l 1\n 626 302 l 1\n 612 330 597 338 551 338 c 1\n 551 102 l 2\n 551 50 573 18 637 18 c 2\n 649 18 l 1\n 649 0 l 1\n 347 0 l 1\n 347 18 l 1\n 394 18 418 22 434 50 c 2\n 435 51 l 2\n 442 64 445 79 445 98 c 2\n 445 338 l 1\n 420 338 402 335 393 330 c 0\n 385 324 364 293 331 238 c 0\n 299 187 255 108 199 0 c 1\n 22 0 l 1\n 22 18 l 1\n 69 18 108 49 130 79 c 0\n 142 95 167 135 204 200 c 1\n 245 268 270 308 279 320 c 0\n 288 331 304 368 327 381 c 1\n684 611 m 2\n 684 614 683 616 683 619 c 1\n 404 619 l 1\n 404 613 l 2\n 404 579 489 463 531 404 c 1\n 644 542 l 2\n 671 575 684 597 684 610 c 2\n 684 611 l 2\nEndSplineSet\nEndChar\nStartChar: FL105\nEncoding: 1131 1131 694\nWidth: 716\nFlags: W\nHStem: 0 18<21 37 250 275.5 440.5 467 680 696> 232 22<260 306> 446 19<128 593> 447 18<128 135.667>\nVStem: 316 84<79 219>\nFore\n189 408 m 5\n 180 419 151 450 128 447 c 1\n 128 465 l 1\n 594 465 l 1\n 594 447 l 1\n 592 447 l 2\n 591 447 590 446 589 446 c 0\n 579 446 568 439 559 433 c 0\n 558 432 557 431 554 430 c 1\n 497 381 466 314 421 253 c 1\n 430 252 440 252 449 252 c 2\n 481 252 l 1\n 520 246 555 191 579 144 c 1\n 612 85 l 2\n 636 42 664 20 696 18 c 1\n 696 0 l 1\n 570 0 l 1\n 469 176 l 2\n 449 212 430 231 413 232 c 2\n 411 232 l 1\n 404 231 404 225 400 221 c 1\n 400 91 l 2\n 400 36 414 20 467 18 c 1\n 467 0 l 1\n 250 0 l 1\n 250 18 l 1\n 301 20 316 33 316 90 c 2\n 316 219 l 1\n 308 232 l 1\n 306 232 l 2\n 288 232 268 213 247 176 c 2\n 146 0 l 1\n 21 0 l 1\n 21 18 l 1\n 53 20 81 42 105 85 c 2\n 137 144 l 1\n 143 155 l 2\n 176 218 209 252 234 252 c 0\n 237 253 244 254 260 254 c 2\n 293 254 l 1\n 273 285 189 408 189 408 c 5\n385 257 m 1\n 470 383 l 1\n 475 393 487 404 486 416 c 1\n 487 416 487 416 487 417 c 2\n 487 424 l 1\n 484 433 l 1\n 292 433 l 2\n 291 432 290 429 290 429 c 1\n 290 422 l 2\n 290 414 293 411 295 404 c 1\n 296 403 385 257 385 257 c 1\nEndSplineSet\nEndChar\nStartChar: FL046Dh\nEncoding: 1132 1132 695\nWidth: 1295\nFlags: W\nHStem: 0 18<317 331.6 642 672.427 919 944 1270 1270> 1 19<14 21.6667 278.667 292> 337 44<204 585 204 740> 338 40<846 863> 643 19<473 1147> 669 19<14 24.25 281.833 292>\nVStem: 102 102<95 337 121 593> 740 106<95 337>\nDStem: 939 542 998 549 826 404 861 378\nFore\n204 337 m 1\n 204 109 l 2\n 204 78 208 56 216 45 c 0\n 227 31 252 23 292 20 c 1\n 292 1 l 1\n 14 1 l 1\n 14 20 l 1\n 14 20 47 22 60 26 c 0\n 71 29 79 33 85 38 c 0\n 96 49 102 77 102 121 c 2\n 102 580 l 2\n 102 613 98 634 90 645 c 0\n 81 657 55 665 14 669 c 1\n 14 688 l 1\n 292 688 l 1\n 292 669 l 1\n 231 663 204 663 204 579 c 2\n 204 381 l 1\n 724 381 l 1\n 654 486 l 1\n 601 560 564 605 543 622 c 0\n 526 635 502 642 473 643 c 1\n 473 662 l 1\n 1147 662 l 1\n 1147 643 l 1\n 1067 643 1037 593 998 549 c 1\n 861 378 l 1\n 968 378 l 1\n 987 365 1002 332 1014 319 c 2\n 1015 318 l 2\n 1025 306 1056 255 1108 165 c 0\n 1149 94 1181 53 1202 40 c 0\n 1225 25 1247 18 1270 18 c 1\n 1270 0 l 1\n 1093 0 l 1\n 921 302 l 1\n 907 330 892 338 846 338 c 1\n 846 102 l 2\n 846 50 868 18 932 18 c 2\n 944 18 l 1\n 944 0 l 1\n 642 0 l 1\n 642 18 l 1\n 689 18 713 22 729 50 c 2\n 730 51 l 2\n 737 64 740 79 740 98 c 2\n 740 337 l 1\n 722 337 696 336 688 330 c 128\n 680 324 659 293 626 238 c 0\n 594 187 550 108 494 0 c 1\n 317 0 l 1\n 317 18 l 1\n 364 18 403 49 425 79 c 0\n 437 95 462 135 499 200 c 1\n 540 268 565 308 574 320 c 0\n 577 323 580 330 585 337 c 1\n 204 337 l 1\n979 611 m 2\n 979 614 978 616 978 619 c 1\n 699 619 l 1\n 699 613 l 2\n 699 579 784 463 826 404 c 1\n 939 542 l 2\n 966 575 979 597 979 610 c 2\n 979 611 l 2\nEndSplineSet\nEndChar\nStartChar: FL046Fh\nEncoding: 1133 1133 696\nWidth: 963\nFlags: W\nHStem: 0 18<17 237 211 237 268 284 497 522.5 687.5 714 927 943> 222 32<170 434 170 553> 433 32<375 731> 446 18<17 36.1119 17 237 375 840> 447 18<375 389.999>\nVStem: 90 80<79 221 89 386> 563 84<79 219>\nFore\n170 254 m 1\n 540 254 l 1\n 520 285 502 318 480 347 c 1\n 478 352 472 356 470 363 c 0\n 468 365 449 389 441 402 c 0\n 422.724 420.276 406.483 444.901 375 447 c 1\n 375 465 l 1\n 841 465 l 1\n 841 447 l 1\n 839 447 l 2\n 838 447 837 446 836 446 c 0\n 826 446 815 439 806 433 c 0\n 805 432 804 431 801 430 c 1\n 744.275 380.72 712.757 313.923 668 253 c 1\n 677 252 687 252 696 252 c 2\n 728 252 l 1\n 767 246 802 191 826 144 c 1\n 859 85 l 2\n 883 42 911 20 943 18 c 1\n 943 0 l 1\n 817 0 l 1\n 716 176 l 2\n 696 212 677 231 660 232 c 2\n 658 232 l 1\n 651 231 651 225 647 221 c 1\n 647 91 l 2\n 647 36 661 20 714 18 c 1\n 714 0 l 1\n 497 0 l 1\n 497 18 l 1\n 548 20 563 33 563 90 c 2\n 563 219 l 1\n 559 227 538 219 528 222 c 1\n 517 213 506 197 494 176 c 2\n 393 0 l 1\n 268 0 l 1\n 268 18 l 1\n 300 20 328 42 352 85 c 2\n 384 144 l 1\n 399 172 418 205 434 222 c 1\n 170 222 l 1\n 170 91 l 2\n 170 35 185 20 237 18 c 1\n 237 0 l 1\n 17 0 l 1\n 17 18 l 1\n 65 19 89 42 90 89 c 1\n 90 372 l 2\n 90 403 84 423 72 433 c 0\n 59 442 41 446 17 446 c 1\n 17 464 l 1\n 237 464 l 1\n 237 446 l 1\n 185 446 170 424 170 373 c 2\n 170 254 l 1\n734 424 m 1\n 731 433 l 1\n 539 433 l 2\n 538 432 537 429 537 429 c 1\n 537 422 l 2\n 537 414 540 411 542 404 c 0\n 543 403 544 401 544 400 c 0\n 545 399 551 385 553 382 c 2\n 554 379 556 379 557 376 c 0\n 558 375 558 375 558 374 c 0\n 558 372 564 364 566 362 c 1\n 632 257 l 1\n 717 383 l 1\n 722 393 734 404 733 416 c 1\n 734 416 734 416 734 417 c 2\n 734 424 l 1\nEndSplineSet\nEndChar\nStartChar: FL046Eh\nEncoding: 1134 1134 697\nWidth: 532\nFlags: W\nHStem: -207 67<219 259> -24 84<133 199> 342 33<161 186> 663 39<240 272> 672 21G<102.5 113.5> 738 60<265 284.371>\nVStem: 6 35<-80 -49> 358 108<512 532> 365 123<176 193>\nFore\n293 -167 m 8\n 293 -196 256 -207 219 -207 c 0\n 184 -207 151 -202 121 -193 c 0\n 44 -169 6 -120 6 -49 c 0\n 6 39 64 60 169 60 c 2\n 173 60 l 2\n 257 59 283 56 327 73 c 0\n 328 74 329 76 330 77 c 0\n 353 108 365 146 365 191 c 0\n 365 290 291 342 184 342 c 2\n 161 342 l 1\n 161 375 l 1\n 284 375 358 415 358 530 c 0\n 358 608 318 663 240 663 c 0\n 149 663 95 608 77 498 c 1\n 60 498 l 1\n 60 702 l 1\n 79 702 l 1\n 83 682 94 672 111 672 c 0\n 116 672 128 675 146 680 c 0\n 190 695 232 702 272 702 c 0\n 375 702 466 634 466 523 c 0\n 466 434 421 379 331 357 c 1\n 423 346 488 280 488 183 c 0\n 488 94 428 29 352 3 c 1\n 302 -23 212 -24 139 -24 c 0\n 120 -24 109 -24 106 -25 c 0\n 63 -31 41 -49 41 -80 c 0\n 41 -131 95 -167 150 -167 c 0\n 163 -167 178 -164 195 -157 c 0\n 227 -146 248 -140 259 -140 c 2\n 263 -140 l 2\n 283 -142 293 -151 293 -167 c 8\n378 895 m 1\n 407 895 l 1\n 395 790 348 738 265 738 c 0\n 179 738 126 798 126 890 c 1\n 126 895 l 1\n 155 895 l 1\n 171 829 200 800 267 798 c 1\n 337 798 355 837 378 895 c 1\nEndSplineSet\nEndChar\nStartChar: FL109\nEncoding: 1135 1135 698\nWidth: 473\nFlags: W\nHStem: -13 35<240 257> 8 24<127 154> 233 30<216 236.538> 444 20G<98 116> 451 24<236 255> 456 21G<133.5 141> 506 60<244 263.371> 643 20G<105 134 357 386>\nVStem: 18 60<-44 -41> 335 87<344.437 362> 348 93<117 135>\nFore\n78 -47 m 2\n 78 -83 119 -109 162 -119 c 1\n 162 -138 l 1\n 150 -138 l 1\n 151 -137 l 1\n 98 -132 24 -94 18 -44 c 1\n 18 -43 l 2\n 18 6 70 32 127 32 c 0\n 140 32 153 30 241 22 c 1\n 303 22 348 66 348 129 c 0\n 348 199 291 233 216 233 c 1\n 216 263 l 1\n 284 263 335 294 335 360 c 0\n 335 416 292 451 238 451 c 0\n 175 451 134 408 114 323 c 1\n 95 323 l 1\n 98 464 l 1\n 116 464 l 1\n 123 459 130 456 137 456 c 0\n 145 456 156 458 170 462 c 0\n 194 471 222 475 255 475 c 0\n 308 475 350 464 379 441 c 0\n 407 418 422 389 422 359 c 0\n 422 302 381 267 299 250 c 1\n 392 235 441 192 441 124 c 0\n 441 81 424 50 389 25 c 2\n 388 24 l 2\n 351 -1 306 -13 251 -13 c 0\n 216 -13 185 -5 154 8 c 1\n 114 8 78 -7 78 -45 c 2\n 78 -47 l 2\n357 663 m 1\n 386 663 l 1\n 374 558 327 506 244 506 c 0\n 158 506 105 566 105 658 c 1\n 105 663 l 1\n 134 663 l 1\n 150 597 179 568 246 566 c 1\n 316 566 334 605 357 663 c 1\nEndSplineSet\nEndChar\nStartChar: FL046Bh\nEncoding: 1136 1136 699\nWidth: 863\nFlags: W\nHStem: 0 15<272 290.387 548.285 571.961 556 572> 196 35<335 372 472 473 472 500> 639 23<322 562> 646 12<0 22 836.999 844> 647 15<547.25 562>\nVStem: 85 90<427 515> 372 100<79 198 231 582>\nFore\n844 646 m 1\n 844 658 l 1\n 822 658 l 2\n 766 658 728 653 704 627 c 2\n 703 626 l 2\n 682 603 670 558 669 491 c 0\n 668 428 667 393 666 384 c 0\n 666 377 665 371 664 366 c 0\n 655 298 624 256 571 241 c 0\n 548 234 515 231 472 231 c 1\n 472 579 l 1\n 473 620 503 643 562 647 c 1\n 562 662 l 1\n 282 662 l 1\n 282 647 l 1\n 323 639 l 1\n 324 639 l 2\n 356 630 372 609 372 576 c 2\n 372 231 l 1\n 301 231 252 240 218 274 c 1\n 218 275 l 1\n 191 302 177 353 175 427 c 0\n 174 499 173 539 172 546 c 1\n 171 547 l 1\n 164 606 140 641 98 652 c 0\n 82 656 57 658 22 658 c 2\n 0 658 l 1\n 0 646 l 1\n 2 646 l 2\n 71 636 79 635 27 642 c 0\n 77 635 85 582 85 515 c 1\n 84 412 l 1\n 87 343 109 292 150 259 c 2\n 151 258 l 2\n 203 219 275 196 347 196 c 1\n 372 198 l 1\n 372 84 l 1\n 372 69 366 56 354 45 c 0\n 334 25 307 15 272 15 c 1\n 272 0 l 1\n 572 0 l 1\n 572 15 l 1\n 521.124 11.8202 472 40.0105 472 85 c 2\n 472 198 l 1\n 473 198 l 2\n 511 194 554 199 601 214 c 0\n 682 239 731 280 749 336 c 0\n 758 362 761 406 759 469 c 0\n 756 535 762 584 777 616 c 0\n 787.865 644.25 812.882 641.555 844 646 c 1\nEndSplineSet\nEndChar\nStartChar: FL0471h\nEncoding: 1137 1137 700\nWidth: 693\nFlags: W\nHStem: 420 41<106 127> 457 21G<551 553>\nVStem: 27 29<298 341> 135 85<151 332.949> 139 85<334 364> 526 111<338 415>\nDStem: 139 364 224 333 135 191 220 151\nFore\n424 -10 m 1\n 475 -4 519 22 549 53 c 0\n 608 114 637 209 637 338 c 1\n 637 356 l 1\n 635 426 612 461 568 461 c 1\n 558 459 553 458 553 457 c 1\n 551 457 l 1\n 534 448 526 434 526 416 c 2\n 526 415 l 2\n 526 394 533 364 548 326 c 0\n 567 275 577 236 577 209 c 2\n 577 208 l 2\n 577 171 568 136 550 104 c 0\n 521 51 478 21 422 14 c 1\n 399 584 l 1\n 374 584 l 1\n 351 14 l 1\n 265 20 220 65 220 151 c 1\n 224 333 l 1\n 224 334 l 2\n 224 403.358 187.828 461 127 461 c 0\n 60 461 27 417 27 329 c 2\n 27 298 l 1\n 56 298 l 1\n 56 325 l 2\n 56 388 73 420 106 420 c 0\n 128 420 139 401 139 364 c 1\n 135 191 l 1\n 135 190 l 2\n 135 62.6653 222.614 -5.5393 349 -10 c 1\n 340 -224 l 1\n 434 -224 l 1\n 424 -10 l 1\nEndSplineSet\nEndChar\nStartChar: FL0472h\nEncoding: 1138 1138 701\nWidth: 726\nFlags: W\nHStem: -12 36<349 383> 293 71<297 447> 641 32<349 385>\nVStem: 30 108<322 357> 232 16<233 426> 497 17<233 246.384 408.684 425.953> 606 108<307 357>\nFore\n714 331 m 1\n 714 432.629 681.397 508.624 614 575 c 0\n 547 640 467 673 372 673 c 2\n 368 673 l 2\n 273 672 193 639 128 573 c 0\n 63 506 30 426 30 331 c 2\n 30 322 l 1\n 33 229 67 150 132 86 c 0\n 199 21 279 -12 372 -12 c 2\n 383 -12 l 2\n 476 -9 554 25 618 92 c 128\n 682 159 714 238 714 331 c 1\n606 330 m 2\n 606 329 l 2\n 606 260 589 197 555 139 c 0\n 510 62 448 24 371 24 c 0\n 300 24 243 56 200 119 c 0\n 159 178 138 249 138 330 c 2\n 138 331 l 2\n 138 400 154 463 186 520 c 0\n 230 601 292 641 371 641 c 0\n 442 641 500 607 545 539 c 0\n 586 478 606 409 606 330 c 2\n514 233 m 1\n 514 426 l 1\n 497 426 l 1\n 500.375 392.253 476.441 364 443 364 c 2\n 297 364 l 2\n 268 364 249 402 249 426 c 1\n 232 426 l 1\n 232 233 l 1\n 248 233 l 1\n 248 234 l 2\n 248 261.868 271.437 293 297 293 c 2\n 443 293 l 2\n 479 293 497 267 497 233 c 1\n 514 233 l 1\nEndSplineSet\nEndChar\nStartChar: FL0473h\nEncoding: 1139 1139 702\nWidth: 500\nFlags: W\nHStem: -10 28<246 270> 200 54<125 377> 432 28<235 252>\nFore\n250 460 m 0\n 113 460 29 358 29 226 c 2\n 29 225 l 2\n 29 165 46 114 80 71 c 0\n 122 17 178 -10 248 -10 c 0\n 304 -10 352 9 393 47 c 0\n 444 94 470 157 470 234 c 2\n 470 235 l 2\n 470 290 455 338 424 378 c 0\n 382 433 324 460 250 460 c 0\n380 200 m 1\n 380 199 l 2\n 380 102.756 344.568 16.3418 260 18 c 0\n 174 18 138 117 125 200 c 1\n 380 200 l 1\n237 432 m 0\n 323.346 432 365.787 342.579 377 254 c 1\n 119 254 l 1\n 119 276 l 1\n 119 364 163 432 237 432 c 0\nEndSplineSet\nEndChar\nStartChar: FL0474h\nEncoding: 1140 1140 703\nWidth: 801\nFlags: W\nHStem: -10 21G<368 383> 553 110<696 741> 643 19<16 35 266 282>\nDStem: 122 538 218 574 368 -10 399 161 579 604 606 551 399 161 383 -10\nFore\n648 590 m 0\n 622.01 590 613.441 569.602 606 551 c 2\n 383 -10 l 1\n 368 -10 l 1\n 122 538 l 2\n 99 590 77 620 62 631 c 0\n 51 638 35 642 16 643 c 1\n 16 662 l 1\n 282 662 l 1\n 282 643 l 1\n 250 641 207 641 207 610 c 0\n 207 605 210 593 218 574 c 2\n 399 161 l 1\n 579 604 l 2\n 595 643 640 663 696 663 c 0\n 743 663 786 644 788 604 c 1\n 788 603 l 2\n 788 577 765 553 741 553 c 0\n 728 553 710 560 687 574 c 0\n 668 585 659 590 648 590 c 0\nEndSplineSet\nEndChar\nStartChar: FL0475h\nEncoding: 1141 1141 704\nWidth: 480\nFlags: W\nHStem: -1 21G<207 241> 403 78<393 402>\nDStem: 26 472 113 472 208 0 244 122\nFore\n466 376 m 2\n 466 342 l 1\n 446 342 l 1\n 440 375 430 403 400 403 c 0\n 388 403 375 398 367 390 c 1\n 367 389 l 1\n 351 375 336 342 323 290 c 1\n 241 -1 l 1\n 207 -1 l 1\n 208 0 l 1\n 26 472 l 1\n 113 472 l 1\n 244 122 l 1\n 246 122 l 1\n 270 211 289 306 315 393 c 1\n 332 452 359 481 398 481 c 0\n 443 481 466 446 466 376 c 2\nEndSplineSet\nEndChar\nStartChar: FL0476h\nEncoding: 1142 1142 705\nWidth: 801\nFlags: W\nHStem: -10 21G<368 383> 553 110<696 741> 643 19<16 35 259.158 282>\nDStem: 122 538 248 499 368 -10 399 161\nFore\n621 576 m 0\n 616 568 611 560 606 551 c 1\n 383 -10 l 1\n 368 -10 l 1\n 122 538 l 1\n 97 589 77 620 62 631 c 0\n 51 638 35 642 16 643 c 1\n 16 662 l 1\n 282 662 l 1\n 282 643 l 1\n 250.021 641.6 204.662 638.239 207 611 c 1\n 207 610 l 2\n 207 598 221 561 248 499 c 1\n 399 161 l 1\n 489 392 530 489 546 532 c 0\n 558 565 570 589 581 604 c 1\n 601 641 640 663 696 663 c 0\n 743 663 786 644 788 604 c 1\n 788 603 l 2\n 788 577 765 553 741 553 c 0\n 728 553 710 560 687 574 c 0\n 668 585 659 590 648 590 c 2\n 647 590 l 2\n 635 590 626 585 621 576 c 0\n366 718 m 1\n 406 718 l 1\n 259 866 l 2\n 244 881 230 889 217 889 c 0\n 195 889 183 879 182 859 c 1\n 182 857 l 2\n 182 842 192 828 212 815 c 2\n 366 718 l 1\n522 718 m 1\n 562 718 l 1\n 415 866 l 2\n 400 881 386 889 373 889 c 0\n 351 889 339 879 338 859 c 1\n 338 857 l 2\n 338 842 348 828 368 815 c 2\n 522 718 l 1\nEndSplineSet\nEndChar\nStartChar: FL0477h\nEncoding: 1143 1143 706\nWidth: 480\nFlags: W\nHStem: -1 21G<207 241> 403 78<390 402> 651 20G<34 51.5 190 207.5>\nDStem: 26 472 113 472 208 0 244 122\nFore\n466 376 m 2\n 466 342 l 1\n 446 342 l 1\n 439.771 374.701 429.729 403 400 403 c 0\n 388 403 375 398 367 390 c 1\n 367 389 l 1\n 351 375 336 342 323 290 c 1\n 241 -1 l 1\n 207 -1 l 1\n 208 0 l 1\n 26 472 l 1\n 113 472 l 1\n 244 122 l 1\n 246 122 l 1\n 270.324 211.009 289.044 305.622 315 393 c 1\n 332 452 359 481 398 481 c 0\n 443 481 466 446 466 376 c 2\n350 500 m 1\n 196 597 l 2\n 176 610 166 624 166 639 c 2\n 166 641 l 1\n 167 661 179 671 201 671 c 0\n 214 671 228 663 243 648 c 2\n 390 500 l 1\n 350 500 l 1\n194 500 m 1\n 40 597 l 2\n 20 610 10 624 10 639 c 2\n 10 641 l 1\n 11 661 23 671 45 671 c 0\n 58 671 72 663 87 648 c 2\n 234 500 l 1\n 194 500 l 1\nEndSplineSet\nEndChar\nStartChar: FL0478h\nEncoding: 1144 1144 707\nWidth: 1356\nFlags: W\nHStem: -14 38<372 406> 0 107<800 837> 643 20G<347.5 420.5> 682 18<608 623.501 608 899 1122 1142 1323.6 1333>\nVStem: 37 123<321 371> 611 123<321 371>\nDStem: 718 597 836 603 973 134 1033 255 1179 593 1222 584 1033 255 1023 139\nFore\n734 345 m 2\n 734 291 721 236 696 179 c 0\n 647 76 533 -14 388 -14 c 0\n 295 -14 213 20 142 88 c 0\n 72 157 37 242 37 343 c 2\n 37 344 l 2\n 37 441 71 525 139 596 c 128\n 207 667 289 702 385 702 c 128\n 481 702 563 667 631 598 c 0\n 700 529 734 445 734 346 c 2\n 734 345 l 2\n611 341 m 2\n 611 434 591 511 552 572 c 128\n 513 633 457 663 384 663 c 128\n 311 663 256 633 218 574 c 1\n 179 517 160 441 160 346 c 2\n 160 345 l 2\n 160 246 181 168 223 110 c 0\n 264 53 319 24 386 24 c 128\n 453 24 507 52 548 109 c 0\n 590 167 611 244 611 340 c 2\n 611 341 l 2\n608 700 m 1\n 900 700 l 1\n 900 682 l 1\n 888 682 l 2\n 845 682 822 669 821 644 c 1\n 821 643 l 2\n 821 634 826 621 836 603 c 2\n 1033 255 l 1\n 1179 593 l 2\n 1189 617 1194 633 1194 641 c 0\n 1194 668 1174 682 1135 682 c 2\n 1122 682 l 1\n 1122 700 l 1\n 1333 700 l 1\n 1333 682 l 1\n 1286 677 1249 644 1222 584 c 2\n 1023 139 l 2\n 981 46 919 0 837 0 c 0\n 792 0 751 18 748 56 c 1\n 748 57 l 2\n 748 90 765 107 800 107 c 0\n 820 107 842 97 867 77 c 0\n 880 67 890 62 897 62 c 0\n 921 62 946 86 973 134 c 1\n 718 597 l 2\n 693 643 666 682 608 682 c 1\n 608 700 l 1\nEndSplineSet\nEndChar\nStartChar: FL0479h\nEncoding: 1145 1145 708\nWidth: 969\nFlags: W\nHStem: -195 101<533 548> -13 33<268 290> 440 35<261 284> 462 18<462 464 653.5 669 797 807.333>\nVStem: 45 90<219 259> 417 90<205 247>\nDStem: 538 385 624 385 699 26 737 132\nFore\n507 247 m 2\n 507 178 484 118 437 65 c 0\n 390 13 334 -13 268 -13 c 0\n 208 -13 156 9 111 54 c 0\n 67 98 45 153 45 219 c 0\n 45 283 68 342 113 395 c 128\n 158 448 215 475 284 475 c 0\n 406 475 507 367 507 248 c 2\n 507 247 l 2\n261 440 m 0\n 173.469 440 135 360.169 135 260 c 2\n 135 259 l 2\n 135 194 149 139 178 92 c 0\n 207 44 245 20 290 20 c 0\n 363 20 417 92 417 205 c 0\n 417 317.9 366.738 440 261 440 c 0\n462 480 m 1\n 669 480 l 1\n 669 462 l 1\n 638 460 614 456 614 427 c 2\n 614 426 l 2\n 614 411 617 398 624 385 c 1\n 737 132 l 1\n 814 344 l 2\n 833 396 843 425 843 432 c 0\n 843 449 828 459 797 462 c 1\n 797 480 l 1\n 929 480 l 1\n 929 462 l 1\n 914 459 902 451 895 440 c 0\n 875 415 748 59 727 3 c 1\n 698 -74 670 -127 642 -154 c 0\n 613 -181 581 -195 548 -195 c 0\n 512 -195 482 -177 482 -142 c 2\n 482 -141 l 2\n 482 -112 505 -94 533 -94 c 0\n 541 -94 556 -99 579 -108 c 1\n 602 -113 l 1\n 631 -113 658 -80 683 -13 c 1\n 699 26 l 1\n 538 385 l 2\n 516 433 491 459 463 462 c 2\n 462 462 l 1\n 462 480 l 1\nEndSplineSet\nEndChar\nStartChar: FL047Ah\nEncoding: 1146 1146 709\nWidth: 771\nFlags: W\nHStem: -44 102<387 389> 638 102<374.602 389>\nVStem: 37 123<323 373> 611 123<323 373>\nFore\n384 740 m 0\n 407 740 422 730 431 710 c 1\n 434 708 433 702 434 699 c 1\n 509 689 575 655 631 598 c 0\n 700 529 734 445 734 346 c 2\n 734 345 l 2\n 734 291 721 236 696 179 c 0\n 653 88 556 6 436 -11 c 1\n 431 -27 413 -44 387 -44 c 128\n 361 -44 350 -32 340 -11 c 1\n 266 -1 200 32 142 88 c 0\n 72 157 37 242 37 343 c 2\n 37 344 l 2\n 37 441 71 525 139 596 c 0\n 194 653 259 688 334 699 c 1\n 338.011 720.393 360.212 740 384 740 c 0\n387 58 m 0\n 408 58 424 48 433 29 c 1\n 550.717 57.1497 611 185.078 611 340 c 2\n 611 341 l 2\n 611 493 553 635 427 659 c 1\n 417 647 405 638 384 638 c 0\n 365 638 351 645 342 659 c 1\n 290 650 249 621 218 574 c 0\n 179 517 160 441 160 346 c 2\n 160 345 l 2\n 160 246 181 168 223 110 c 0\n 254 65 294 38 341 28 c 1\n 346 41 367 58 387 58 c 0\nEndSplineSet\nEndChar\nStartChar: FL047Bh\nEncoding: 1147 1147 710\nWidth: 500\nFlags: W\nHStem: -36 102<243.81 256> 389 102<225.74 238>\nVStem: 29 90<226 275> 380 90<199 234>\nFore\n235 491 m 0\n 258 491 273 481 282 461 c 1\n 283 460 283 460 283 458 c 1\n 390 445 470 357 470 235 c 2\n 470 234 l 2\n 470 157 444 94 393 47 c 0\n 366 22 336 6 302 -2 c 1\n 298 -19 279 -36 253 -36 c 0\n 232 -36 216 -26 207 -6 c 1\n 104 10 29 108 29 225 c 2\n 29 226 l 2\n 29 342 92 424 186 452 c 1\n 190.118 472.592 212.491 491 235 491 c 0\n253 66 m 0\n 276 66 291 56 300 36 c 1\n 302 34 302 29 303 26 c 1\n 355 46 380 117 380 198 c 2\n 380 199 l 2\n 380 288 359 354 317 397 c 0\n 306 408 295 414 284 421 c 1\n 278 405 261 389 235 389 c 0\n 213 389 198 399 189 420 c 1\n 188 421 l 1\n 145 399 119 345 119 276 c 2\n 119 275 l 2\n 119 202 134 137 163 82 c 0\n 174 61 188 45 206 33 c 1\n 211.538 50.9971 233.107 66 253 66 c 0\nEndSplineSet\nEndChar\nStartChar: FL124\nEncoding: 1148 1148 711\nWidth: 1056\nFlags: W\nHStem: 0 115<705 707> 462 19<388 408.3 662.5 685> 700 32<362 730>\nVStem: 65 42<376 417> 485 102<184 389> 973 42<376 417>\nFore\n789 664 m 1\n 840 649 878 630 903 609 c 1\n 914 598 l 2\n 955 557 973 459 973 400 c 0\n 973 315 939 205 867 162 c 0\n 817 131 783 116 708 116 c 2\n 707 116 l 1\n 707 115 l 1\n 651 115 611 138 587 185 c 1\n 587 373 l 2\n 587 406 592 428 601 439 c 0\n 612 452 640 460 685 462 c 1\n 685 481 l 1\n 388 481 l 1\n 388 462 l 1\n 425.957 462 458.132 451.294 466 445 c 0\n 479 435 485 411 485 372 c 2\n 485 171 l 1\n 460 134 422 115 373 115 c 1\n 373 116 l 1\n 372 116 l 2\n 299 116 264 130 213 162 c 0\n 141 205 107 315 107 400 c 0\n 107 459 125 557 166 598 c 2\n 177 609 l 1\n 202 630 240 649 291 664 c 1\n 291 687 l 1\n 65 678 l 1\n 65 657 l 1\n 87 651 98 637 98 615 c 0\n 98 604 95 591 89 576 c 0\n 73 528 65 435 65 387 c 2\n 65 377 l 1\n 68 294 96 168 151 108 c 1\n 213 38 266 3 373 0 c 2\n 375 0 l 2\n 420 0 457 16 487 49 c 0\n 512 74 526 109 540 163 c 1\n 561.067 71.0731 609.084 0 705 0 c 2\n 707 0 l 2\n 814 3 867 38 929 108 c 1\n 984 168 1012 294 1015 377 c 1\n 1015 387 l 2\n 1015 435 1007 528 991 576 c 0\n 985 591 982 604 982 615 c 0\n 982 637 993 651 1015 657 c 1\n 1015 678 l 1\n 789 687 l 1\n 789 664 l 1\n442 700 m 1\n 442 622 l 1\n 362 622 l 1\n 362 732 l 1\n 650 732 l 1\n 650 798 l 1\n 730 798 l 1\n 730 700 l 1\n 442 700 l 1\nEndSplineSet\nEndChar\nStartChar: FL047Dh\nEncoding: 1149 1149 712\nWidth: 693\nFlags: W\nHStem: -8 27<216 233 455 476> 122 263<344 349> 600 32<169 537>\nVStem: 41 92<205 249> 300 71<161 328> 323 48<135 169> 560 92<205 249>\nFore\n463 19 m 0\n 396.051 19 371 85.7977 371 160 c 2\n 371 161 l 2\n 371 206.474 393 313.314 393 329 c 2\n 393 331 l 1\n 392 367 377 385 347 385 c 0\n 316 385 300 366 300 329 c 2\n 300 328 l 2\n 300 317 302 302 306 282 c 0\n 317 218 323 179 323 160 c 2\n 323 159 l 2\n 323 84.3138 293.622 19 230 19 c 2\n 229 19 l 2\n 210 19 193 26 178 39 c 0\n 148 67 133 130 133 229 c 2\n 133 230 l 2\n 133 271 134 300 136 319 c 0\n 145 392 179 431 240 437 c 1\n 240 461 l 1\n 113 459 41 354 41 228 c 2\n 41 227 l 2\n 41 109.607 108.947 -8 219 -8 c 0\n 297 -8 335 37 345 122 c 1\n 348 122 l 1\n 353 93 l 1\n 370 26 411 -8 474 -8 c 0\n 588 -8 652 113 652 228 c 2\n 652 229 l 2\n 652 359.161 575.401 457.692 453 461 c 1\n 453 437 l 1\n 544.811 428.043 560 350.629 560 237 c 2\n 560 207 l 1\n 558 82 526 19 463 19 c 0\n249 600 m 1\n 249 522 l 1\n 169 522 l 1\n 169 632 l 1\n 457 632 l 1\n 457 698 l 1\n 537 698 l 1\n 537 600 l 1\n 249 600 l 1\nEndSplineSet\nEndChar\nStartChar: FL126\nEncoding: 1150 1150 713\nWidth: 1056\nFlags: W\nHStem: 0 115<373 375> 462 19<388 390 662.5 685> 550 18<423 442.491 627 653> 707 32<334 498 334 658>\nVStem: 65 42<376 417> 485 102<171 389> 498 80<639 707> 973 42<376 417>\nFore\n789 664 m 1\n 789 687 l 1\n 1015 678 l 1\n 1015 657 l 1\n 993 651 982 637 982 615 c 0\n 982 604 985 591 991 576 c 0\n 1007 528 1015 435 1015 387 c 2\n 1015 377 l 1\n 1012 294 984 168 929 108 c 1\n 867 38 814 3 707 0 c 2\n 705 0 l 2\n 660 0 623 16 593 49 c 0\n 569 73 552 112 540 163 c 1\n 527 113 513 75 487 49 c 0\n 457 16 420 0 375 0 c 2\n 373 0 l 2\n 266 3 213 38 151 108 c 1\n 96 168 68 294 65 377 c 1\n 65 387 l 2\n 65 435 73 528 89 576 c 0\n 95 591 98 604 98 615 c 0\n 98 637 87 651 65 657 c 1\n 65 678 l 1\n 291 687 l 1\n 291 664 l 1\n 241 649 203 631 177 609 c 1\n 166 598 l 2\n 125 557 107 459 107 400 c 0\n 107 315 141 205 213 162 c 0\n 264 130 299 116 372 116 c 2\n 373 116 l 1\n 373 115 l 1\n 422 115 460 134 485 171 c 1\n 485 372 l 2\n 485 451 468 456 390 462 c 2\n 388 462 l 1\n 388 481 l 1\n 685 481 l 1\n 685 462 l 1\n 640 460 612 452 601 439 c 0\n 592 428 587 406 587 373 c 2\n 587 185 l 1\n 611 138 651 115 707 115 c 1\n 707 116 l 1\n 708 116 l 2\n 783 116 817 131 867 162 c 0\n 939 205 973 315 973 400 c 0\n 973 459 955 557 914 598 c 2\n 903 609 l 1\n 877 631 839 649 789 664 c 1\n578 707 m 1\n 578 643 l 2\n 578 619 584 600 595 587 c 1\n 608 575 627 569 653 568 c 1\n 653 550 l 1\n 423 550 l 1\n 423 568 l 1\n 479 568 498 588 498 647 c 2\n 498 707 l 1\n 423 707 l 2\n 359.788 707 349.044 673.716 337 615 c 1\n 316 615 l 1\n 334 739 l 1\n 742 739 l 1\n 760 615 l 1\n 739 615 l 1\n 731 652 721 677 710 690 c 0\n 699 701 680 707 653 707 c 2\n 578 707 l 1\nEndSplineSet\nEndChar\nStartChar: FL047Fh\nEncoding: 1151 1151 714\nWidth: 693\nFlags: W\nHStem: -9 28<216 233 456 476> 122 263<344 348> 502 18<218 237.491 421 448> 659 32<129 293 129 465>\nVStem: 41 92<205 248> 293 80<582 659> 323 48<150 162> 323 70<160 177.293> 560 92<205 248>\nFore\n219 -9 m 0\n 112.542 -9 41 104.977 41 227 c 2\n 41 228 l 2\n 41 356.96 114.56 458.54 240 461 c 1\n 240 437 l 1\n 179 431 145 392 136 319 c 0\n 134 300 133 271 133 230 c 2\n 133 229 l 2\n 133 130 148 67 178 39 c 0\n 193 26 210 19 229 19 c 2\n 230 19 l 2\n 291.524 19 323 80.2889 323 159 c 2\n 323 160 l 2\n 323 179 317 219 306 282 c 0\n 302 302 300 317 300 328 c 2\n 300 329 l 2\n 300 366 316 385 347 385 c 0\n 377 385 392 367 393 331 c 1\n 393 329 l 2\n 393 315.352 371 202.599 371 161 c 2\n 371 160 l 2\n 371 82.1353 397.941 19 463 19 c 0\n 526 19 558 82 560 207 c 1\n 560 237 l 2\n 560 353 546 428 453 437 c 1\n 453 461 l 1\n 572.553 457.725 652 362.334 652 229 c 2\n 652 228 l 2\n 652 111 585 -9 474 -9 c 0\n 411 -9 370 25 353 93 c 1\n 348 122 l 1\n 345 122 l 1\n 334.895 37.7901 294.565 -9 219 -9 c 0\n373 659 m 1\n 373 595 l 2\n 373 571 379 552 390 539 c 1\n 402 528 421 521 448 520 c 1\n 448 502 l 1\n 218 502 l 1\n 218 520 l 1\n 274 520 293 540 293 599 c 1\n 293 659 l 1\n 218 659 l 2\n 154.788 659 144.044 625.716 132 567 c 1\n 111 567 l 1\n 129 691 l 1\n 537 691 l 1\n 555 567 l 1\n 534 567 l 1\n 526 604 516 629 505 642 c 0\n 494 653 475 659 448 659 c 2\n 373 659 l 1\nEndSplineSet\nEndChar\nStartChar: FL0480h\nEncoding: 1152 1152 715\nWidth: 754\nFlags: W\nHStem: -153 19<434 479 434.063 455.28 710 731> 450 21G<597 620> 636 40<358 392>\nVStem: 28 116<309 344> 531 102<-58 24>\nFore\n518 -112 m 0\n 534.791 -95.2094 531.28 -11.5917 531 25 c 1\n 481.795 -0.915799 428.079 -10.4101 360 -13 c 1\n 269 -13 192 14 129 69 c 1\n 69.3817 124.134 29.1074 209.309 28 311 c 1\n 28 325 l 2\n 28 438 64 526 136 590 c 0\n 197 644 270 673 353 676 c 2\n 363 676 l 2\n 412 676 460 668 509 652 c 0\n 524 646 537 643 548 643 c 0\n 570 643 584 654 590 676 c 1\n 611 676 l 1\n 620 450 l 1\n 597 450 l 1\n 582 501 563 539 542 564 c 1\n 531 575 l 2\n 490 616 441 636 382 636 c 0\n 225.976 636 144 505.765 144 339 c 2\n 144 338 l 2\n 144 228 170 147 223 95 c 1\n 225 92 227 90 230 88 c 0\n 273 49 327 30 392 30 c 0\n 464 30 531 57 593 111 c 0\n 600 118 608 124 615 131 c 1\n 633 113 l 1\n 632 112 631 110 630 109 c 2\n 633 111 l 1\n 633 -44 l 2\n 633 -111.985 649.598 -128.168 710 -133 c 2\n 731 -134 l 1\n 731 -153 l 1\n 434 -153 l 1\n 434 -134 l 1\n 479 -133 507 -126 518 -112 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: FL0481h\nEncoding: 1153 1153 716\nWidth: 497\nFlags: W\nHStem: -100 15<262 269.5 469.667 478> -13 35<231 251> 438 20G<369 378> 443 32<226 249>\nVStem: 21 94<219 269> 326 84<-21 10>\nFore\n326 -1 m 2\n 326 10 l 1\n 295 -5 264 -13 232 -13 c 0\n 174 -13 124 11 83 58 c 128\n 42 105 21 166 21 240 c 2\n 21 241 l 2\n 21 315 42 372 84 413 c 0\n 127 454 175 475 228 475 c 2\n 229 475 l 2\n 254 475 281 470 309 460 c 0\n 326 454 339 451 347 451 c 0\n 357 451 364 453 369 458 c 1\n 378 458 l 1\n 378 322 l 1\n 360 322 l 1\n 354 365 339 395 314 414 c 128\n 289 433 262 443 233 443 c 0\n 196 443 167 428 148 398 c 2\n 147 397 l 2\n 119.288 355.432 115 301.643 115 230 c 1\n 116.622 118.08 145.553 22 249 22 c 0\n 303 22 353 49 398 102 c 1\n 413 90 l 1\n 412 89 411 87 410 86 c 1\n 410 2 l 2\n 410 -38 416 -62 428 -71 c 0\n 436 -77 453 -82 478 -85 c 1\n 478 -100 l 1\n 262 -100 l 1\n 262 -85 l 1\n 319.492 -77.3344 326 -66.5214 326 -1 c 2\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: FL0482h\nEncoding: 1154 1154 717\nWidth: 424\nFlags: W\nDStem: 134 226 183 200 41 19 95 4 183 200 210 259 310 133 327 197 214 404 263 378 160 285 210 259 325 653 380 638 240 463 290 437\nFore\n95 4 m 1\n 41 19 l 1\n 134 226 l 1\n 58 267 l 1\n 75 331 l 1\n 160 285 l 1\n 214 404 l 1\n 110 460 l 1\n 127 524 l 1\n 240 463 l 1\n 325 653 l 1\n 380 638 l 1\n 290 437 l 1\n 378 390 l 1\n 361 326 l 1\n 263 378 l 1\n 210 259 l 1\n 327 197 l 1\n 310 133 l 1\n 183 200 l 1\n 95 4 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: FL0483h\nEncoding: 1155 1155 718\nWidth: 369\nFlags: W\nHStem: 600 32<81 289>\nFore\n81 600 m 1\n 369 600 l 1\n 369 698 l 1\n 289 698 l 1\n 289 632 l 1\n 1 632 l 1\n 1 522 l 1\n 81 522 l 1\n 81 600 l 1\nEndSplineSet\nMinimumDistance: x2,4 y4,2 y4,3 x6,0 y0,6 y0,7 \nEndChar\nStartChar: FL0484h\nEncoding: 1156 1156 719\nWidth: 689\nFlags: W\nFore\n657 601 m 1\n 634.878 619.1 602.865 638.248 575 653 c 0\n 368.506 755.317 144.034 685.526 2 579 c 1\n 8 557 l 1\n 64 604 129 639 225 664 c 1\n 397 712 464 624 600 547 c 1\n 630 555 649 573 657 601 c 1\nEndSplineSet\nEndChar\nStartChar: FL0485h\nEncoding: 1157 1157 720\nWidth: 445\nFlags: W\nHStem: 593 56<60 441>\nVStem: 3 57<544 593 648 700>\nFore\n61 593 m 1\n 60 544 l 1\n 3 544 l 1\n 3 700 l 1\n 59 700 l 1\n 59 649 l 1\n 441 649 l 1\n 441 593 l 1\n 61 593 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x3,5 y5,3 y5,4 x5,7 x5,6 \nEndChar\nStartChar: FL0486h\nEncoding: 1158 1158 721\nWidth: 445\nFlags: W\nHStem: 593 56<3 383>\nVStem: 383 58<544 593 649 700>\nFore\n383 593 m 1\n 3 593 l 1\n 3 649 l 1\n 385 649 l 1\n 385 700 l 1\n 441 700 l 1\n 441 544 l 1\n 384 544 l 1\n 383 593 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x5,3 y3,5 y3,4 \nEndChar\nStartChar: FL137\nEncoding: 1160 1160 722\nWidth: 1080\nFlags: W\nHStem: -94 29<529 533> 38 32<202 213 851 859> 366 30<67 73 990 997> 692 30<202 208 851 859> 826 31<529 533>\nFore\n70 366 m 0\n 37 366 20 304 20 338 c 0\n 20 371 37 396 70 396 c 128\n 103 396 119 371 119 338 c 0\n 119 304 103 366 70 366 c 0\n155 662 m 0\n 155 698 171 722 204 722 c 0\n 239 722 257 699 257 664 c 0\n 257 630 239 692 204 692 c 0\n 171 692 155 630 155 662 c 0\n481 798 m 0\n 481 831 498 857 531 857 c 128\n 564 857 580 831 580 798 c 128\n 580 765 564 826 531 826 c 128\n 498 826 481 765 481 798 c 0\n857 722 m 0\n 890 722 907 699 907 664 c 0\n 907 630 890 692 857 692 c 0\n 821 692 806 630 806 664 c 0\n 806 699 821 722 857 722 c 0\n992 396 m 0\n 1025 396 1041 371 1041 338 c 0\n 1041 304 1025 366 992 366 c 128\n 959 366 942 304 942 338 c 0\n 942 371 959 396 992 396 c 0\n907 12 m 0\n 907 -20 890 38 857 38 c 128\n 824 38 807 -20 807 12 c 0\n 807 47 824 71 857 71 c 128\n 890 71 907 47 907 12 c 0\n580 -123 m 0\n 580 -154 564 -94 531 -94 c 128\n 498 -94 481 -154 481 -123 c 0\n 481 -90 498 -65 531 -65 c 128\n 564 -65 580 -90 580 -123 c 0\n206 38 m 0\n 171 38 155 -20 155 12 c 0\n 155 45 171 70 204 70 c 0\n 239 70 257 45 257 12 c 0\n 257 -20 238 38 206 38 c 0\nEndSplineSet\nEndChar\nStartChar: FL0488h\nEncoding: 1161 1161 723\nWidth: 1076\nFlags: W\nHStem: -170 98<521.07 537> -38 100<198 216 854 872> 289 99<59.9626 76 982 1000> 615 99<198 216 854 872> 749 100<521.07 537>\nVStem: 23 99<325 343> 158 102<5 23 660 666> 484 99<-134.536 -119 789 807> 810 100<5 23 660 666> 945 99<325 343>\nFore\n73 289 m 0\n 106 289 122 305 122 338 c 128\n 122 371 106 388 73 388 c 128\n 40 388 23 371 23 338 c 128\n 23 305 40 289 73 289 c 0\n158 662 m 0\n 158 631 174 615 207 615 c 0\n 242 615 260 631 260 664 c 128\n 260 697 242 714 207 714 c 0\n 174 714 158 697 158 662 c 0\n484 798 m 0\n 484 765 501 749 534 749 c 128\n 567 749 583 765 583 798 c 0\n 583 832 567 849 534 849 c 128\n 501 849 484 832 484 798 c 0\n860 714 m 0\n 824 714 809 699 809 664 c 128\n 809 629 824 615 860 615 c 0\n 893 615 910 631 910 664 c 128\n 910 697 893 714 860 714 c 0\n995 388 m 0\n 962 388 945 371 945 338 c 128\n 945 305 962 289 995 289 c 128\n 1028 289 1044 305 1044 338 c 0\n 1044 371 1028 388 995 388 c 0\n910 12 m 0\n 910 46 893 63 860 63 c 128\n 827 63 810 46 810 12 c 0\n 810 -21 827 -38 860 -38 c 128\n 893 -38 910 -21 910 12 c 0\n583 -122 m 0\n 583 -89 567 -72 534 -72 c 128\n 501 -72 484 -89 484 -122 c 0\n 484 -154 501 -170 534 -170 c 128\n 567 -170 583 -154 583 -122 c 0\n209 -38 m 0\n 243 -38 260 -21 260 12 c 128\n 260 45 242 62 207 62 c 0\n 174 62 158 45 158 12 c 128\n 158 -21 175 -38 209 -38 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: FL0489h\nEncoding: 1162 1162 724\nWidth: 824\nFlags: W\nHStem: 0 18<35 340 483 713 773 789> 668 18<35 68 35 340 483 516 483 789> 739 21<404.029 422>\nVStem: 134 108<93 108 108 592> 582 108<93 523 585 593>\nDStem: 582 585 582 523 242 166 242 104 713 0 784 0 624 -107 662 -146\nFore\n624 -107 m 1\n 713 0 l 1\n 483 0 l 1\n 483 18 l 1\n 502 18 l 2\n 539 18 561 31 575 55 c 0\n 580 64 582 82 582 108 c 2\n 582 523 l 1\n 242 104 l 1\n 242 62 247 43 273 28 c 0\n 286 21 302 18 321 18 c 2\n 340 18 l 1\n 340 0 l 1\n 35 0 l 1\n 35 18 l 1\n 52 18 l 2\n 111 18 134 48 134 108 c 2\n 134 588 l 2\n 134 648 110 668 47 668 c 2\n 35 668 l 1\n 35 686 l 1\n 340 686 l 1\n 340 668 l 1\n 321 668 l 2\n 270 668 243 642 242 590 c 1\n 242 166 l 1\n 582 585 l 1\n 582 645 560 668 499 668 c 2\n 483 668 l 1\n 483 686 l 1\n 789 686 l 1\n 789 668 l 1\n 724 668 690 651 690 589 c 2\n 690 109 l 2\n 690 68 695 46 720 31 c 2\n 721 30 l 2\n 733 22 750 18 773 18 c 2\n 789 18 l 1\n 789 0 l 1\n 784 0 l 1\n 662 -146 l 1\n 624 -107 l 1\n570 887 m 0\n 592 887 606 869 606 845 c 2\n 606 844 l 2\n 606 816 591 791 562 770 c 128\n 533 749 486 739 420 739 c 2\n 419 739 l 2\n 356 739 309 749 278 769 c 0\n 248 790 233 814 232 843 c 1\n 232 844 l 2\n 232 868 247 887 269 887 c 0\n 280 887 289 883 297 875 c 0\n 304 868 315 849 329 820 c 0\n 349 780 379 760 419 760 c 128\n 459 760 489 780 509 820 c 0\n 522 847 533 866 541 875 c 0\n 548 883 558 887 570 887 c 0\nEndSplineSet\nEndChar\nStartChar: FL048Ah\nEncoding: 1163 1163 725\nWidth: 565\nFlags: W\nHStem: 0 18<25 245 219 245 320 337.776> 446 18<25 42.7164 25 245 320 334.948 512.5 539> 541 27<280 298> 660 20G<151.5 173.5 404 424>\nVStem: 98 80<77 91 89 383> 386 80<77 333 372 383>\nDStem: 386 378 386 333 178 134 178 91 469 0 540 0 380 -107 418 -146\nFore\n380 -107 m 1\n 469 0 l 1\n 320 0 l 1\n 320 18 l 1\n 371 18 386 38 386 90 c 2\n 386 333 l 1\n 178 91 l 1\n 178 35 193 20 245 18 c 1\n 245 0 l 1\n 25 0 l 1\n 25 18 l 1\n 73 19 97 42 98 89 c 1\n 98 371 l 2\n 98 402 93 422 82 432 c 2\n 81 432 l 2\n 68 441 49 446 25 446 c 1\n 25 464 l 1\n 245 464 l 1\n 245 446 l 1\n 193 446 178 426 178 372 c 2\n 178 134 l 1\n 386 378 l 1\n 386 423 364 446 320 446 c 1\n 320 464 l 1\n 539 464 l 1\n 539 446 l 1\n 486 444 466 427 466 372 c 2\n 466 98 l 2\n 466 40 485 22 539 18 c 1\n 541.004 13.6704 535.487 1.82052 540 0 c 1\n 418 -146 l 1\n 380 -107 l 1\n128 642 m 2\n 128 667 140 680 163 680 c 0\n 184 680 203 660 219 620 c 0\n 233 585 256 568 288 568 c 0\n 334 568 348 591 363 628 c 0\n 377 663 394 680 414 680 c 128\n 434 680 449 663 449 644 c 2\n 449 643 l 2\n 449 587.46 362.695 541 289 541 c 0\n 236 541 195 551 168 570 c 1\n 143 590 129 614 128 641 c 1\n 128 642 l 2\nEndSplineSet\nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 726\nWidth: 556\nFlags: W\nHStem: 0 19<16 25.25> 0 37<223 280> 334 40<234 282> 489 54<35 100 202 270> 643 19<16 26.8571 269.667 296>\nVStem: 100 102<79 331 109 489 543 577> 433 109<175 193>\nFore\n202 331 m 1\n 202 71 l 2\n 202 44 209 37 236 37 c 0\n 371 37 433 84 433 187 c 0\n 433 284 374 334 259 334 c 0\n 239 334 225 333 202 331 c 1\n202 553 m 2\n 202 543 l 1\n 270 543 l 1\n 270 489 l 1\n 202 489 l 1\n 202 371 l 1\n 228 373 245 374 271 374 c 0\n 349 374 403 364 446 340 c 0\n 506 308 542 247 542 181 c 0\n 542 139 528 101 501 72 c 0\n 461 28 374 0 280 0 c 2\n 16 0 l 1\n 16 19 l 1\n 90 27 100 37 100 109 c 2\n 100 489 l 1\n 35 489 l 1\n 35 543 l 1\n 100 543 l 1\n 100 626 92 636 16 643 c 1\n 16 662 l 1\n 296 662 l 1\n 296 643 l 1\n 217 640 202 626 202 553 c 2\nEndSplineSet\nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 727\nWidth: 504\nFlags: W\nHStem: 0 15<15 29.3333> 0 36<177.209 228> 218 36<162 228> 292 54<21 78 162 217> 434 16<15 29.9276 15 225>\nVStem: 78 84<75 218 84 292 346 376.096> 331 95<120 134>\nFore\n162 218 m 1\n 162 77 l 2\n 162 55 161 36 186 36 c 0\n 252 36 267 40 288 54 c 0\n 314 71 331 92 331 122 c 0\n 331 158 312 193 265 210 c 0\n 248 216 244 218 162 218 c 1\n210 254 m 2\n 251 254 272 252 296 250 c 0\n 353 243 379 224 398 205 c 128\n 417 186 426 162 426 132 c 0\n 426 100 406 59 370 37 c 0\n 333 14 282 0 204 0 c 2\n 15 0 l 1\n 15 15 l 1\n 58 18 78 32 78 84 c 2\n 78 292 l 1\n 21 292 l 1\n 21 346 l 1\n 78 346 l 1\n 78 391 76 434 15 434 c 1\n 15 450 l 1\n 225 450 l 1\n 225 434 l 1\n 164 434 162 391 162 346 c 1\n 217 346 l 1\n 217 292 l 1\n 162 292 l 1\n 162 254 l 1\n 210 254 l 2\nEndSplineSet\nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 728\nWidth: 556\nFlags: W\nHStem: 0 19<16 26.8571 269.667 296> 288 40<234 282> 625 37<16 261> 643 19<16 25.25>\nVStem: 100 102<95 290 120 591> 433 109<463 497>\nDStem: 288 439 327 477 373 354 412 392 418 309 468 336 508 219 547 257\nFore\n202 591 m 2\n 202 331 l 1\n 225 329 239 328 259 328 c 0\n 307 328 345 337 373 354 c 1\n 288 439 l 1\n 327 477 l 1\n 412 392 l 1\n 426 414 433 442 433 475 c 0\n 433 578 371 625 236 625 c 0\n 209 625 202 618 202 591 c 2\n280 662 m 2\n 374 662 461 634 501 590 c 0\n 528 561 542 523 542 481 c 0\n 542 423 515 370 468 336 c 1\n 547 257 l 1\n 508 219 l 1\n 418 309 l 1\n 380 294 333 288 271 288 c 0\n 245 288 228 289 202 291 c 1\n 202 109 l 2\n 202 36 217 22 296 19 c 1\n 296 0 l 1\n 16 0 l 1\n 16 19 l 1\n 92 26 100 36 100 120 c 2\n 100 553 l 2\n 100 625 90 635 16 643 c 1\n 16 662 l 1\n 280 662 l 2\nEndSplineSet\nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 729\nWidth: 500\nFlags: W\nHStem: -217 17<5 14.8333> -217 18<172 247 247 247> -10 32<248 278> 400 60<261 303>\nVStem: 75 84<-138 33 -131 340> 384 86<208 247>\nDStem: 227 148 266 186 328 47 361 91 357 18 399 53 447 -72 486 -34\nFore\n159 334 m 2\n 159 88 l 2\n 159 58 216 22 263 22 c 0\n 288 22 310 31 328 47 c 1\n 227 148 l 1\n 266 186 l 1\n 361 91 l 1\n 376 122 384 162 384 208 c 0\n 384 324 335 400 261 400 c 0\n 215 400 159 364 159 334 c 2\n75 337 m 2\n 75 384 68 394 34 394 c 0\n 25 394 18 394 9 393 c 1\n 9 409 l 1\n 64 426 99 439 153 460 c 1\n 159 458 l 1\n 159 381 l 1\n 203 435 247 460 303 460 c 0\n 400 460 470 371 470 247 c 0\n 470 168 443 99 399 53 c 1\n 486 -34 l 1\n 447 -72 l 1\n 357 18 l 1\n 328 0 295 -10 260 -10 c 0\n 218 -10 194 0 159 33 c 1\n 159 -124 l 2\n 159 -187 172 -198 247 -199 c 1\n 247 -217 l 1\n 5 -217 l 1\n 5 -200 l 1\n 64 -194 75 -183 75 -131 c 2\n 75 337 l 2\nEndSplineSet\nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 730\nWidth: 556\nFlags: W\nHStem: 0 19<12 27.2 272.75 292> 624 38<12 397> 643 19<12 24.3333>\nVStem: 99 102<95 577>\nFore\n543 624 m 1\n 233 624 l 2\n 206 624 201 618 201 590 c 2\n 201 109 l 2\n 201 37 215 23 292 19 c 1\n 292 0 l 1\n 12 0 l 1\n 12 19 l 1\n 88 24 99 37 99 120 c 2\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 369 662 l 2\n 482 662 504 677 521 767 c 1\n 546 767 l 1\n 543 624 l 1\nEndSplineSet\nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 731\nWidth: 418\nFlags: W\nHStem: 0 15<18 30.5 216.2 226> 413 37<18 381> 435 15<18 30.5>\nVStem: 81 84<79 369>\nFore\n381 413 m 1\n 165 413 l 1\n 165 81 l 2\n 165 32 177 20 226 15 c 1\n 226 0 l 1\n 18 0 l 1\n 18 15 l 1\n 68 19 81 36 81 99 c 2\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 283 450 l 2\n 343 450 358 465 367 538 c 1\n 385 538 l 1\n 381 413 l 1\nEndSplineSet\nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 732\nWidth: 556\nFlags: W\nHStem: 0 19<12 27.2 272.75 292> 394 54<37 99 201 348> 519 143<12 546> 624 38<12 397> 643 19<12 24.3333>\nVStem: 99 102<95 394 448 590>\nFore\n201 590 m 2\n 201 448 l 1\n 348 448 l 1\n 348 394 l 1\n 201 394 l 1\n 201 109 l 2\n 201 37 215 23 292 19 c 1\n 292 0 l 1\n 12 0 l 1\n 12 19 l 1\n 88 24 99 37 99 120 c 2\n 99 394 l 1\n 37 394 l 1\n 37 448 l 1\n 99 448 l 1\n 99 553 l 2\n 99 623 86 637 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 504 609 482 624 369 624 c 2\n 233 624 l 2\n 206 624 201 618 201 590 c 2\nEndSplineSet\nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 733\nWidth: 418\nFlags: W\nHStem: 0 15<18 30.5 216.2 226> 236 54<32 81 165 243> 325 125<18 385> 413 37<18 291> 435 15<18 30.5>\nVStem: 81 84<79 236 290 413>\nFore\n18 450 m 1\n 381 450 l 1\n 385 325 l 1\n 367 325 l 1\n 358 398 343 413 283 413 c 2\n 165 413 l 1\n 165 290 l 1\n 243 290 l 1\n 243 236 l 1\n 165 236 l 1\n 165 81 l 2\n 165 32 177 20 226 15 c 1\n 226 0 l 1\n 18 0 l 1\n 18 15 l 1\n 68 19 81 36 81 99 c 2\n 81 236 l 1\n 32 236 l 1\n 32 290 l 1\n 81 290 l 1\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\nEndSplineSet\nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 734\nWidth: 573\nFlags: W\nHStem: -218 34<345 382> 0 19<12 27.2 272.75 292> 405 55<311 350> 624 38<219 543> 643 19<12 24.3333>\nVStem: 99 102<101 348 381 567> 497 84<101 151>\nFore\n201 590 m 2\n 201 618 206 624 233 624 c 2\n 369 624 l 2\n 482 624 504 609 521 519 c 1\n 546 519 l 1\n 543 662 l 1\n 12 662 l 1\n 12 643 l 1\n 86 637 99 623 99 553 c 2\n 99 120 l 2\n 99 37 88 24 12 19 c 1\n 12 0 l 1\n 292 0 l 1\n 292 19 l 1\n 215 23 201 37 201 109 c 2\n 201 348 l 1\n 236 386 261 405 311 405 c 0\n 430 405 498 260 497 130 c 0\n 496 -74 440 -121 416 -166 c 0\n 410 -176 396 -184 382 -184 c 0\n 367 -184 357 -177 340 -156 c 0\n 322 -133 308 -124 292 -124 c 0\n 269 -124 251 -141 251 -163 c 0\n 251 -195 301 -218 345 -218 c 0\n 506 -218 581 -25 581 133 c 0\n 581 280 499 459 350 460 c 0\n 283 460 253 436 201 381 c 1\n 201 590 l 2\nEndSplineSet\nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 735\nWidth: 468\nFlags: W\nHStem: -218 34<238 275> 0 15<18 30.5 216.2 226> 250 55<257 296> 325 125<18 385> 413 37<18 298> 435 15<18 30.5>\nVStem: 81 84<79 193 99 413> 356 84<37 87>\nFore\n165 81 m 2\n 165 32 177 20 226 15 c 1\n 226 0 l 1\n 18 0 l 1\n 18 15 l 1\n 68 19 81 36 81 99 c 2\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 381 450 l 1\n 385 325 l 1\n 367 325 l 1\n 358 398 343 413 283 413 c 2\n 165 413 l 1\n 165 225 l 1\n 213 284 235 305 296 305 c 0\n 398 305 440 178 440 68 c 0\n 440 -72 375 -218 238 -218 c 0\n 194 -218 144 -195 144 -163 c 0\n 144 -141 162 -124 185 -124 c 0\n 201 -124 215 -133 233 -156 c 0\n 250 -177 260 -184 275 -184 c 0\n 324.569 -184 356.997 -91.5592 356 66 c 0\n 355 146 342 250 257 250 c 0\n 214 250 207 239 165 193 c 1\n 165 81 l 2\nEndSplineSet\nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 736\nWidth: 1053\nFlags: W\nHStem: 0 19<36 68.3129 36 88 383 398.8 649.4 665> 0 20<849 1016> 326 38<441 473 575 613> 590 78<130 193 855 918> 643 19<383 396 653.5 667>\nVStem: 473 102<120 326 364 576>\nDStem: 267 272 337 222 179 127 200 0 712 222 782 272 849 0 870 127\nFore\n1016 20 m 1\n 964 21 931 26 870 127 c 2\n 782 272 l 1\n 754 316 740 341 702 347 c 1\n 735 355 793 420 813 510 c 0\n 827 572 839 590 855 590 c 0\n 883 590 898 556 962 556 c 0\n 982 556 1007 570 1006 604 c 1\n 1007 656 962 668 918 668 c 0\n 865 668 807 652 772 520 c 0\n 749 432 681 364 607 364 c 2\n 575 364 l 1\n 575 553 l 2\n 575 626 586 637 667 643 c 1\n 667 662 l 1\n 383 662 l 1\n 383 643 l 1\n 461 637 473 624 473 553 c 2\n 473 364 l 1\n 441 364 l 2\n 367 364 299 432 276 520 c 0\n 241 652 183 668 130 668 c 0\n 86 668 41 656 42 604 c 1\n 41 570 66 556 86 556 c 0\n 150 556 165 590 193 590 c 0\n 209 590 221 572 235 510 c 0\n 255 420 313 355 346 347 c 1\n 308 341 295 316 267 272 c 1\n 179 127 l 2\n 110 13 88 20 36 19 c 1\n 36 0 l 1\n 200 0 l 1\n 337 222 l 1\n 379 288 387 326 441 326 c 2\n 473 326 l 1\n 473 120 l 2\n 473 37 462 24 383 19 c 1\n 383 0 l 1\n 665 0 l 1\n 665 19 l 1\n 587 24 575 47 575 120 c 2\n 575 326 l 1\n 607 326 l 2\n 661 326 670 288 712 222 c 1\n 849 0 l 1\n 933 0 989 -39 1006 -129 c 1\n 1031 -129 l 1\n 1016 20 l 1\nEndSplineSet\nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 737\nWidth: 766\nFlags: W\nHStem: 0 15<25 39.6667 478 498> 224 28<339 339 423 451.408> 394 66<111 161 601 651 601 662> 435 15<478 498>\nVStem: 339 84<55 224 252 394>\nFore\n737 15 m 1\n 693 18 689 20 659 56 c 1\n 605 130 590 221 513 244 c 1\n 587 258 581 394 601 394 c 0\n 627 394 639 372 670 372 c 0\n 692 372 713 384 714 406 c 0\n 715 439 687 460 651 460 c 0\n 590 460 567 450 545 352 c 1\n 535 318 493 252 452 252 c 2\n 423 252 l 1\n 423 383 l 2\n 423 428.021 444.6 432.33 498 435 c 1\n 498 450 l 1\n 264 450 l 1\n 264 435 l 1\n 336 423 339 420 339 368 c 2\n 339 252 l 1\n 310 252 l 2\n 269 252 227 318 217 352 c 1\n 195 450 172 460 111 460 c 0\n 75 460 47 439 48 406 c 0\n 49 384 70 372 92 372 c 0\n 123 372 135 394 161 394 c 0\n 181 394 175 258 249 244 c 1\n 172 221 157 130 103 56 c 1\n 73 20 69 18 25 15 c 1\n 25 0 l 1\n 163 0 l 1\n 278 200 l 1\n 295 228 321 224 339 224 c 1\n 339 82 l 2\n 339 30 336 27 264 15 c 1\n 264 0 l 1\n 498 0 l 1\n 498 15 l 1\n 450.497 17.3751 423 19.5049 423 67 c 2\n 423 224 l 1\n 441 224 467 228 484 200 c 1\n 599 0 l 1\n 628 0 l 2\n 688 0 713 -35 722 -108 c 1\n 740 -108 l 1\n 737 15 l 1\nEndSplineSet\nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 738\nWidth: 556\nFlags: W\nHStem: -219 35<253 281> -104 134<255 270> 312 57<186 257> 463 21G<71 96> 635 41<277 296>\nVStem: 323 75<-142 -133> 383 86<505 542> 390 101<135 168>\nDStem: 273 -14 310 -13 235 -103 286 -69\nFore\n469 505 m 0\n 469 606.938 389.379 676 296 676 c 0\n 264 676 227 668 190 654 c 1\n 173 646 156 642 146 642 c 0\n 129 642 118 653 114 676 c 1\n 93 676 l 1\n 71 463 l 1\n 96 463 l 1\n 112 522 126 548 157 580 c 0\n 192 616 234 635 279 635 c 0\n 341 635 383 597 383 542 c 0\n 383 488 378 369 236 369 c 2\n 186 369 l 1\n 186 312 l 1\n 234 312 l 2\n 367 312 390 226 390 135 c 0\n 390 78 314 30 255 30 c 0\n 172 30 106 60 32 131 c 1\n 14 113 l 1\n 72 35 166 -10 273 -14 c 1\n 235 -103 l 1\n 242 -108 l 1\n 250 -105 259 -104 270 -104 c 0\n 308 -104 323 -114 323 -140 c 0\n 323 -167 302 -184 268 -184 c 0\n 247 -184 231 -181 203 -172 c 1\n 189 -203 l 1\n 218 -215 241 -219 273 -219 c 0\n 350 -219 398 -187 398 -135 c 0\n 398 -92 366 -66 312 -66 c 0\n 302 -66 296 -67 286 -69 c 1\n 310 -13 l 1\n 415 -4 491 71 491 168 c 0\n 491 235 450 318 369 344 c 1\n 438 376 469 440 469 505 c 0\nEndSplineSet\nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 739\nWidth: 389\nFlags: W\nHStem: -215 35<156 188> -100 38<176 218> -100 127<176 193> -29 20G<215 216> 225 25<141 190> 430 20G<67 78> 437 22<172 195>\nVStem: 229 75<-138 -129> 270 66<328 346> 279 76<117 129>\nDStem: 179 -9 215 -9 141 -99 192 -65\nFore\n215 -9 m 1\n 216 -9 l 2\n 321 -3 355 61 355 127 c 0\n 355 178 313 232 265 237 c 1\n 293 246 336 280 336 336 c 0\n 336 408 270 459 191 459 c 0\n 165 459 143 455 121 447 c 0\n 110 442 100 440 94 440 c 0\n 88.8417 440 84.0683 443.932 78 450 c 1\n 67 450 l 1\n 63 314 l 1\n 78 314 l 1\n 101 403 131 437 188 437 c 0\n 234 437 270 396 270 341 c 0\n 270 292 223 250 178 250 c 2\n 141 250 l 1\n 141 225 l 1\n 180 225 l 2\n 233 225 279 173 279 119 c 0\n 279 44 229 27 191 27 c 0\n 134 27 91 65 43 135 c 1\n 29 126 l 1\n 52 82 88 -2 179 -9 c 1\n 141 -99 l 1\n 148 -104 l 1\n 156 -101 165 -100 176 -100 c 0\n 214 -100 229 -110 229 -136 c 0\n 229 -163 208 -180 174 -180 c 0\n 153 -180 137 -177 109 -168 c 1\n 95 -199 l 1\n 124 -211 147 -215 179 -215 c 0\n 256 -215 304 -183 304 -131 c 0\n 304 -88 272 -62 218 -62 c 0\n 208 -62 202 -63 192 -65 c 1\n 215 -9 l 1\nEndSplineSet\nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 740\nWidth: 722\nFlags: W\nHStem: 0 19<34 49.8 300.4 316> 0 20<509 676> 590 78<503 566> 643 19<34 47 304.5 318>\nVStem: 124 102<94 326 364 576>\nDStem: 372 222 442 272 509 0 530 127\nFore\n442 272 m 1\n 414 316 391 341 353 347 c 1\n 386 355 441 420 461 510 c 0\n 475 572 487 590 503 590 c 0\n 531 590 546 556 610 556 c 0\n 630 556 655 570 654 604 c 1\n 655 656 610 668 566 668 c 0\n 513 668 455 652 420 520 c 0\n 397 432 332 364 258 364 c 2\n 226 364 l 1\n 226 553 l 2\n 226 626 237 637 318 643 c 1\n 318 662 l 1\n 34 662 l 1\n 34 643 l 1\n 112 637 124 624 124 553 c 2\n 124 120 l 2\n 124 37 113 24 34 19 c 1\n 34 0 l 1\n 316 0 l 1\n 316 19 l 1\n 238 24 226 36 226 109 c 2\n 226 326 l 1\n 258 326 l 2\n 312 326 330 288 372 222 c 1\n 509 0 l 1\n 593 0 649 -39 666 -129 c 1\n 691 -129 l 1\n 676 20 l 1\n 624 21 591 26 530 127 c 2\n 442 272 l 1\nEndSplineSet\nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 741\nWidth: 500\nFlags: W\nHStem: 0 15<221 241> 224 28<166 194.408> 394 66<354 404 354 415> 435 15<221 241>\nVStem: 82 84<55 224 252 394>\nFore\n412 56 m 1\n 358 130 333 221 256 244 c 1\n 330 258 334 394 354 394 c 0\n 380 394 392 372 423 372 c 0\n 445 372 466 384 467 406 c 0\n 468 439 440 460 404 460 c 0\n 343 460 320 450 298 352 c 1\n 288 318 236 252 195 252 c 2\n 166 252 l 1\n 166 383 l 2\n 166 428.021 187.6 432.33 241 435 c 1\n 241 450 l 1\n 7 450 l 1\n 7 435 l 1\n 79 423 82 420 82 368 c 2\n 82 82 l 2\n 82 30 79 27 7 15 c 1\n 7 0 l 1\n 241 0 l 1\n 241 15 l 1\n 193.497 17.3751 166 19.5049 166 67 c 2\n 166 224 l 1\n 184 224 210 228 227 200 c 2\n 352 0 l 1\n 381 0 l 2\n 441 0 466 -35 475 -108 c 1\n 493 -108 l 1\n 490 15 l 1\n 446 18 442 20 412 56 c 1\nEndSplineSet\nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 742\nWidth: 722\nFlags: W\nHStem: 0 19<34 49.8 300.4 316 621 673 673 673> 590 78<503 566> 643 19<34 47 304.5 318>\nVStem: 124 102<95 326 120 577> 260 54<192 304 364 503>\nDStem: 372 222 442 272 509 0 530 127\nFore\n226 364 m 1\n 260 364 l 1\n 260 503 l 1\n 314 503 l 1\n 314 377 l 1\n 363 401 403 455 420 520 c 0\n 455 652 513 668 566 668 c 0\n 610 668 655 656 654 604 c 1\n 655 570 630 556 610 556 c 0\n 546 556 531 590 503 590 c 0\n 487 590 475 572 461 510 c 0\n 441 420 386 355 353 347 c 1\n 391 341 414 316 442 272 c 1\n 530 127 l 2\n 599 13 621 20 673 19 c 1\n 673 0 l 1\n 509 0 l 1\n 372 222 l 2\n 349 259 333 287 314 304 c 1\n 314 192 l 1\n 260 192 l 1\n 260 326 l 1\n 226 326 l 1\n 226 109 l 2\n 226 36 238 24 316 19 c 1\n 316 0 l 1\n 34 0 l 1\n 34 19 l 1\n 113 24 124 37 124 120 c 2\n 124 553 l 2\n 124 624 112 637 34 643 c 1\n 34 662 l 1\n 318 662 l 1\n 318 643 l 1\n 237 637 226 626 226 553 c 2\n 226 364 l 1\nEndSplineSet\nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 743\nWidth: 500\nFlags: W\nHStem: 0 15<221 241 475.333 490> 224 28<166 187.989> 394 66<354 404> 435 15<220.999 241>\nVStem: 82 84<55 224 82 394> 188 54<111 176 252 359>\nFore\n241 435 m 1\n 193.497 432.625 166 430.495 166 383 c 2\n 166 252 l 1\n 188 252 l 1\n 188 359 l 1\n 242 359 l 1\n 242 274 l 1\n 269 296 292 330 298 352 c 0\n 320 450 343 460 404 460 c 0\n 440 460 468 439 467 406 c 0\n 466 384 445 372 423 372 c 0\n 392 372 380 394 354 394 c 0\n 334 394 330 258 256 244 c 1\n 333 221 358 130 412 56 c 1\n 442 20 446 18 490 15 c 1\n 490 0 l 1\n 352 0 l 1\n 242 176 l 1\n 242 111 l 1\n 188 111 l 1\n 188 224 l 1\n 180 225 173 224 166 224 c 1\n 166 67 l 2\n 166 21.9786 187.6 17.67 241 15 c 1\n 241 0 l 1\n 7 0 l 1\n 7 15 l 1\n 79 27 82 30 82 82 c 2\n 82 368 l 2\n 82 420 79 423 7 435 c 1\n 7 450 l 1\n 241 450 l 1\n 241 435 l 1\nEndSplineSet\nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 744\nWidth: 722\nFlags: W\nHStem: 0 19<34 49.8 300.4 316 621 673 673 673> 500 54<49 124 226 307> 590 78<503 566> 643 19<34 47 304.5 318>\nVStem: 124 102<95 326 120 500 554 581.912>\nDStem: 372 222 442 272 509 0 530 127\nFore\n226 364 m 1\n 258 364 l 2\n 332 364 397 432 420 520 c 0\n 455 652 513 668 566 668 c 0\n 610 668 655 656 654 604 c 1\n 655 570 630 556 610 556 c 0\n 546 556 531 590 503 590 c 0\n 487 590 475 572 461 510 c 0\n 441 420 386 355 353 347 c 1\n 391 341 414 316 442 272 c 1\n 530 127 l 2\n 599 13 621 20 673 19 c 1\n 673 0 l 1\n 509 0 l 1\n 372 222 l 1\n 330 288 312 326 258 326 c 2\n 226 326 l 1\n 226 109 l 2\n 226 36 238 24 316 19 c 1\n 316 0 l 1\n 34 0 l 1\n 34 19 l 1\n 113 24 124 37 124 120 c 2\n 124 500 l 1\n 49 500 l 1\n 49 554 l 1\n 124 554 l 1\n 124 624 112 637 34 643 c 1\n 34 662 l 1\n 318 662 l 1\n 318 643 l 1\n 237 637 226 626 226 554 c 1\n 307 554 l 1\n 307 500 l 1\n 226 500 l 1\n 226 364 l 1\nEndSplineSet\nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 745\nWidth: 500\nFlags: W\nHStem: 0 15<221 241 475.333 490> 224 28<166 194.408> 316 54<19 82 166 232> 394 66<354 404> 435 15<220.999 241>\nVStem: 82 84<55 224 82 316 370 394>\nFore\n241 435 m 1\n 193.497 432.625 166 430.495 166 383 c 2\n 166 370 l 1\n 232 370 l 1\n 232 316 l 1\n 166 316 l 1\n 166 252 l 1\n 195 252 l 2\n 236 252 288 318 298 352 c 1\n 320 450 343 460 404 460 c 0\n 440 460 468 439 467 406 c 0\n 466 384 445 372 423 372 c 0\n 392 372 380 394 354 394 c 0\n 334 394 330 258 256 244 c 1\n 333 221 358 130 412 56 c 1\n 442 20 446 18 490 15 c 1\n 490 0 l 1\n 352 0 l 1\n 227 200 l 2\n 210 228 184 224 166 224 c 1\n 166 67 l 2\n 166 21.9786 187.6 17.67 241 15 c 1\n 241 0 l 1\n 7 0 l 1\n 7 15 l 1\n 79 27 82 30 82 82 c 2\n 82 316 l 1\n 19 316 l 1\n 19 370 l 1\n 82 370 l 1\n 82 420 78 423 7 435 c 1\n 7 450 l 1\n 241 450 l 1\n 241 435 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 746\nWidth: 852\nFlags: W\nHStem: 0 19<164 179.8 430.4 446 751 803 803 803> 326 38<356 402> 590 78<633 696> 620 42<23 254> 643 19<423.667 450>\nVStem: 254 102<95 326 120 577>\nDStem: 502 222 572 272 639 0 660 127\nFore\n254 620 m 1\n 200 620 l 2\n 88 620 65 601 41 492 c 1\n 17 492 l 1\n 23 662 l 1\n 450 662 l 1\n 450 643 l 1\n 371 640 356 626 356 553 c 2\n 356 364 l 1\n 388 364 l 2\n 462 364 527 432 550 520 c 0\n 585 652 643 668 696 668 c 0\n 740 668 785 656 784 604 c 1\n 785 570 760 556 740 556 c 0\n 676 556 661 590 633 590 c 0\n 617 590 605 572 591 510 c 0\n 571 420 516 355 483 347 c 1\n 521 341 544 316 572 272 c 1\n 660 127 l 2\n 729 13 751 20 803 19 c 1\n 803 0 l 1\n 639 0 l 1\n 502 222 l 1\n 460 288 442 326 388 326 c 2\n 356 326 l 1\n 356 109 l 2\n 356 36 368 24 446 19 c 1\n 446 0 l 1\n 164 0 l 1\n 164 19 l 1\n 243 24 254 37 254 120 c 2\n 254 620 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 747\nWidth: 671\nFlags: W\nHStem: 0 15<316 336 570.333 585> 224 28<261 289.408> 434 16<11 324> 440 20G<468.5 517>\nVStem: 177 84<55 224 82 374>\nFore\n177 413 m 1\n 109 413 l 2\n 49 413 34 398 25 325 c 1\n 7 325 l 1\n 11 450 l 1\n 324 450 l 1\n 324 434 l 1\n 257 434 261 383 261 333 c 2\n 261 252 l 1\n 290 252 l 2\n 331 252 383 318 393 352 c 1\n 415 450 438 460 499 460 c 0\n 535 460 563 439 562 406 c 0\n 561 384 540 372 518 372 c 0\n 487 372 475 394 449 394 c 0\n 429 394 425 258 351 244 c 1\n 428 221 453 130 507 56 c 1\n 537 20 541 18 585 15 c 1\n 585 0 l 1\n 447 0 l 1\n 322 200 l 2\n 305 228 279 224 261 224 c 1\n 261 67 l 2\n 261 21.9786 282.6 17.67 336 15 c 1\n 336 0 l 1\n 102 0 l 1\n 102 15 l 1\n 174 27 177 30 177 82 c 2\n 177 413 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 748\nWidth: 722\nFlags: W\nHStem: 0 19<19 34.6 284.5 297 424 439.6> 315 44<209 512> 643 19<19 30 286 297 424 435 691 702>\nVStem: 107 102<94 315 120 576> 512 102<107 315 359 576>\nFore\n614 128 m 2\n 614 56 625 45 702 38 c 1\n 710 -129 l 1\n 685 -129 l 1\n 668 -39 641 0 528 0 c 2\n 424 0 l 1\n 424 19 l 1\n 502 24 512 36 512 120 c 2\n 512 315 l 1\n 209 315 l 1\n 209 109 l 2\n 209 38 222 25 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 97 24 107 36 107 120 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 359 l 1\n 512 359 l 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 625 636 614 625 614 553 c 2\n 614 128 l 2\nEndSplineSet\nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 749\nWidth: 500\nFlags: W\nHStem: 0 15<18 30.5 216.2 226 277 289.5> 216 37<165 340> 435 15<18 30.5 216.2 226 277 289.5 475.2 485>\nVStem: 81 84<79 216 253 373> 340 84<99 216 99 373>\nFore\n378 0 m 2\n 438 0 463 -35 472 -108 c 1\n 490 -108 l 1\n 487 15 l 1\n 437 19 424 36 424 99 c 2\n 424 369 l 2\n 424 418 436 430 485 435 c 1\n 485 450 l 1\n 277 450 l 1\n 277 435 l 1\n 327 431 340 414 340 351 c 2\n 340 253 l 1\n 165 253 l 1\n 165 369 l 2\n 165 418 177 430 226 435 c 1\n 226 450 l 1\n 18 450 l 1\n 18 435 l 1\n 68 431 81 414 81 351 c 2\n 81 99 l 2\n 81 36 68 19 18 15 c 1\n 18 0 l 1\n 226 0 l 1\n 226 15 l 1\n 177 20 165 32 165 81 c 2\n 165 216 l 1\n 340 216 l 1\n 340 99 l 2\n 340 36 327 19 277 15 c 1\n 277 0 l 1\n 378 0 l 2\nEndSplineSet\nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 750\nWidth: 984\nFlags: W\nHStem: 0 19<19 34.6 284.5 297 424 439.6 689.5 702> 315 44<209 512> 624 38<630.475 820> 643 19<19 30 286 297 424 435>\nVStem: 107 102<95 315 359 577> 512 102<95 315 109 577>\nFore\n614 590 m 2\n 614 618 618 624 645 624 c 2\n 781 624 l 2\n 894 624 916 609 933 519 c 1\n 958 519 l 1\n 955 662 l 1\n 424 662 l 1\n 424 643 l 1\n 501 636 512 625 512 553 c 2\n 512 359 l 1\n 209 359 l 1\n 209 553 l 2\n 209 625 220 636 297 643 c 1\n 297 662 l 1\n 19 662 l 1\n 19 643 l 1\n 96 636 107 625 107 553 c 2\n 107 120 l 2\n 107 36 97 24 19 19 c 1\n 19 0 l 1\n 297 0 l 1\n 297 19 l 1\n 222 25 209 38 209 109 c 2\n 209 315 l 1\n 512 315 l 1\n 512 120 l 2\n 512 36 502 24 424 19 c 1\n 424 0 l 1\n 702 0 l 1\n 702 19 l 1\n 627 25 614 38 614 109 c 2\n 614 590 l 2\nEndSplineSet\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 751\nWidth: 660\nFlags: W\nHStem: 0 15<18 30.5 216.2 226 277 289.5 475.2 485> 216 37<165 340> 413 37<435.577 563> 435 15<18 30.5 216.2 226 277 289.5>\nVStem: 81 84<79 216 253 371> 340 84<79 216 81 371>\nFore\n444 413 m 2\n 542 413 l 2\n 602 413 617 398 626 325 c 1\n 644 325 l 1\n 640 450 l 1\n 277 450 l 1\n 277 435 l 1\n 327 431 340 414 340 351 c 2\n 340 253 l 1\n 165 253 l 1\n 165 369 l 2\n 165 418 177 430 226 435 c 1\n 226 450 l 1\n 18 450 l 1\n 18 435 l 1\n 68 431 81 414 81 351 c 2\n 81 99 l 2\n 81 36 68 19 18 15 c 1\n 18 0 l 1\n 226 0 l 1\n 226 15 l 1\n 177 20 165 32 165 81 c 2\n 165 216 l 1\n 340 216 l 1\n 340 99 l 2\n 340 36 327 19 277 15 c 1\n 277 0 l 1\n 485 0 l 1\n 485 15 l 1\n 436 20 424 32 424 81 c 2\n 424 390 l 2\n 424 408 431 413 444 413 c 2\nEndSplineSet\nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 752\nWidth: 1014\nFlags: W\nHStem: -218 34<758 795> 0 19<19 34.6 284.5 297 424 439.6 689.5 702> 405 55<724 763> 618 44<209 702> 643 19<19 30 691 702>\nVStem: 107 102<85 583> 512 102<85 348 381 618> 910 84<101 151>\nFore\n614 381 m 1\n 614 553 l 2\n 614 625 625 636 702 643 c 1\n 702 662 l 1\n 19 662 l 1\n 19 643 l 1\n 96 636 107 625 107 553 c 2\n 107 120 l 2\n 107 36 97 24 19 19 c 1\n 19 0 l 1\n 297 0 l 1\n 297 19 l 1\n 222 25 209 38 209 109 c 2\n 209 618 l 1\n 512 618 l 1\n 512 120 l 2\n 512 36 502 24 424 19 c 1\n 424 0 l 1\n 702 0 l 1\n 702 19 l 1\n 627 25 614 38 614 109 c 2\n 614 348 l 1\n 649 386 674 405 724 405 c 0\n 843 405 911 260 910 130 c 0\n 909 -74 853 -121 829 -166 c 0\n 823 -176 809 -184 795 -184 c 0\n 780 -184 770 -177 753 -156 c 0\n 735 -133 721 -124 705 -124 c 0\n 682 -124 664 -141 664 -163 c 0\n 664 -195 714 -218 758 -218 c 0\n 919 -218 994 -25 994 133 c 0\n 994 280 912 459 763 460 c 0\n 696 460 666 436 614 381 c 1\nEndSplineSet\nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 753\nWidth: 714\nFlags: W\nHStem: -218 34<497 534> 0 15<18 30.5 216.2 226 277 289.5 475.2 485> 250 55<516 555> 413 37<18 340> 435 15<18 30.5 475.2 485>\nVStem: 81 84<79 375> 340 84<79 193 99 375> 615 84<37 87>\nFore\n424 225 m 1\n 472 284 494 305 555 305 c 0\n 657 305 699 178 699 68 c 0\n 699 -72 634 -218 497 -218 c 0\n 453 -218 403 -195 403 -163 c 0\n 403 -141 421 -124 444 -124 c 0\n 460 -124 474 -133 492 -156 c 0\n 509 -177 519 -184 534 -184 c 0\n 583.569 -184 615.997 -91.5592 615 66 c 0\n 614 146 601 250 516 250 c 0\n 473 250 466 239 424 193 c 1\n 424 81 l 2\n 424 32 436 20 485 15 c 1\n 485 0 l 1\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 413 l 1\n 165 413 l 1\n 165 81 l 2\n 165 32 177 20 226 15 c 1\n 226 0 l 1\n 18 0 l 1\n 18 15 l 1\n 68 19 81 36 81 99 c 2\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 485 450 l 1\n 485 435 l 1\n 436 430 424 418 424 369 c 2\n 424 225 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 754\nWidth: 722\nFlags: W\nHStem: -225 37<434.431 451> -12 38<386 409> 440 37<431 452> 465 21G<607 630> 636 40<373 401>\nVStem: 32 114<302 352> 256 98<33 201>\nFore\n639 212 m 1\n 642 338 588 477 448 477 c 0\n 307 477 253 323 256 199 c 1\n 256 134 l 2\n 256 107 257 80 258 69 c 1\n 257 70 255 71 254 72 c 0\n 182 124 146 209 146 326 c 2\n 146 327 l 2\n 146 506 231 636 392 636 c 0\n 449 636 497 618 536 581 c 2\n 543 574 l 2\n 566 553 586 516 607 465 c 1\n 630 465 l 1\n 622 676 l 1\n 600 676 l 1\n 592 656 580 643 555 643 c 0\n 541 643 526 646 511 653 c 1\n 463 668 418 676 375 676 c 0\n 278 676 199 646 136 585 c 0\n 67 518 32 431 32 325 c 2\n 32 324 l 2\n 32 152 130 42 267 2 c 1\n 291 -107 347 -225 449 -225 c 0\n 538 -225 585 -130 611 -56 c 0\n 611 -57 609 -58 605 -58 c 2\n 593 -58 l 2\n 585 -58 577 -57 577 -58 c 0\n 569 -118 503 -188 448 -188 c 0\n 372 -188 365 -101 357 -10 c 1\n 372 -11 373 -12 388 -12 c 0\n 487 -17 626 71 639 212 c 1\n409 26 m 0\n 384 26 375 28 354 33 c 1\n 354 68 351 174 351 201 c 1\n 356 302 332 440 447 440 c 0\n 561 440 539 313 542 212 c 1\n 550 108 480 26 409 26 c 0\nEndSplineSet\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 755\nWidth: 542\nFlags: W\nHStem: -182 77<330 367> -13 75<231 290> 270 30<311 322> 444 30<230 254>\nVStem: 26 80<226 273> 404 40<153 174>\nFore\n237 444 m 0\n 149 444 106 363 106 273 c 0\n 106 221 117 175 140 138 c 1\n 159 233 213 300 320 300 c 0\n 407 300 444 248 444 174 c 0\n 444 154 441 133 436 111 c 0\n 409 32 313 -13 231 -13 c 1\n 235 -21 241 -31 247 -39 c 0\n 277 -83 317 -105 367 -105 c 0\n 432 -105 476 -69 500 2 c 1\n 516 -6 l 1\n 497 -101 432 -182 330 -182 c 0\n 277 -182 230 -161 191 -120 c 0\n 162 -87 143 -44 136 10 c 1\n 116 21 98 37 83 57 c 0\n 45 104 26 161 26 226 c 0\n 26 301 48 361 92 406 c 0\n 135 451 189 474 254 474 c 0\n 299 474 337 463 368 441 c 0\n 399 418 415 393 415 367 c 0\n 415 343 392 327 366 327 c 0\n 335 327 318 343 313 376 c 0\n 307 422 286 444 237 444 c 0\n290 62 m 0\n 349 62 404 82 404 156 c 0\n 404 213 372 270 313 270 c 0\n 250 270 201 213 201 130 c 0\n 201 91 l 1\n 201 88 201 84 202 81 c 1\n 220 71 255 62 290 62 c 0\nEndSplineSet\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 756\nWidth: 667\nFlags: W\nHStem: -215 35<331 350> -100 38<345 387> 450 21G<597 620> 636 40<359 392>\nVStem: 28 116<312 346> 398 75<-138 -129>\nDStem: 345 -14 382 -13 310 -99 361 -65\nFore\n345 -14 m 1\n 251 -10 166 27 109 89 c 0\n 58 146 28 232 28 325 c 0\n 28 435 66 528 136 590 c 0\n 198 645 281 676 363 676 c 0\n 410 676 460 668 509 652 c 0\n 524 646 539 643 548 643 c 0\n 568 643 584 655 590 676 c 1\n 611 676 l 1\n 620 450 l 1\n 597 450 l 1\n 578 515 563 543 531 575 c 0\n 491 615 439 636 382 636 c 0\n 237 636 144 519 144 338 c 0\n 144 227 175 137 230 88 c 0\n 273 50 329 30 392 30 c 0\n 475 30 541 60 615 131 c 1\n 633 113 l 1\n 576 37 486 -8 382 -13 c 1\n 361 -65 l 1\n 371 -63 377 -62 387 -62 c 0\n 441 -62 473 -88 473 -131 c 0\n 473 -183 425 -215 348 -215 c 0\n 316 -215 293 -211 264 -199 c 1\n 278 -168 l 1\n 306 -177 322 -180 343 -180 c 0\n 377 -180 398 -163 398 -136 c 0\n 398 -110 383 -100 345 -100 c 0\n 334 -100 325 -101 317 -104 c 1\n 310 -99 l 1\n 345 -14 l 1\nEndSplineSet\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 757\nWidth: 444\nFlags: W\nHStem: -215 35<183 202> -100 38<197 239> 431 29<231 253>\nVStem: 24 77<213 257> 250 75<-138 -129>\nDStem: 200 -9 237 -9 162 -99 213 -65\nFore\n237 -9 m 1\n 267 -5 305 11 335 37 c 0\n 362 61 381 88 411 147 c 1\n 397 156 l 1\n 349 86 313 62 256 62 c 0\n 165 62 101 142 101 257 c 0\n 101 360 156 431 237 431 c 0\n 273 431 286 420 296 383 c 2\n 302 361 l 2\n 310 333 328 315 349 315 c 0\n 375 315 397 334 397 357 c 0\n 397 413 327 460 243 460 c 0\n 194 460 143 440 102 404 c 0\n 52 360 24 292 24 213 c 0\n 24 89 96 -2 200 -9 c 1\n 162 -99 l 1\n 169 -104 l 1\n 177 -101 186 -100 197 -100 c 0\n 235 -100 250 -110 250 -136 c 0\n 250 -163 229 -180 195 -180 c 0\n 174 -180 158 -177 130 -168 c 1\n 116 -199 l 1\n 145 -211 168 -215 200 -215 c 0\n 277 -215 325 -183 325 -131 c 0\n 325 -88 293 -62 239 -62 c 0\n 229 -62 223 -63 213 -65 c 1\n 237 -9 l 1\nEndSplineSet\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 758\nWidth: 611\nFlags: W\nHStem: 0 19<160 176.6> 492 170<17 587> 620 42<176 587>\nVStem: 254 102<110 620>\nFore\n270 0 m 2\n 383 0 410 -39 427 -129 c 1\n 452 -129 l 1\n 444 38 l 1\n 367 45 356 56 356 128 c 2\n 356 620 l 1\n 410 620 l 2\n 524 620 546 602 569 492 c 1\n 593 492 l 1\n 587 662 l 1\n 23 662 l 1\n 17 492 l 1\n 41 492 l 1\n 65 601 88 620 200 620 c 2\n 254 620 l 1\n 254 120 l 2\n 254 35 243 24 160 19 c 1\n 160 0 l 1\n 270 0 l 2\nEndSplineSet\nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 759\nWidth: 484\nFlags: W\nHStem: 0 15<138 150.5> 325 125<31 451> 413 37<110 451>\nVStem: 201 84<79 413>\nFore\n285 99 m 2\n 285 413 l 1\n 353 413 l 2\n 413 413 428 398 437 325 c 1\n 455 325 l 1\n 451 450 l 1\n 35 450 l 1\n 31 325 l 1\n 49 325 l 1\n 58 398 73 413 133 413 c 2\n 201 413 l 1\n 201 81 l 2\n 201 18 188 19 138 15 c 1\n 138 0 l 1\n 239 0 l 2\n 299 0 324 -35 333 -108 c 1\n 351 -108 l 1\n 348 15 l 1\n 298 19 285 36 285 99 c 2\nEndSplineSet\nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 760\nWidth: 722\nFlags: W\nHStem: 0 19 642 20<277 279>\nVStem: 315 102<120 294 294 294>\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 761\nWidth: 500\nFlags: W\nHStem: -196 15<137 149.6 357.25 373> 435 15<19 38 203.333 215 338 348.667 467 477>\nVStem: 214 84<-117 71>\nDStem: 110 320 178 370 214 71 280 114 379 373 412 357 280 114 298 72\nFore\n298 72 m 1\n 298 -112 l 2\n 298 -167 310 -177 373 -181 c 1\n 373 -196 l 1\n 137 -196 l 1\n 137 -181 l 1\n 200 -176 214 -163 214 -109 c 2\n 214 71 l 1\n 110 320 l 1\n 64 423 57 433 19 435 c 1\n 19 450 l 1\n 215 450 l 1\n 215 435 l 1\n 180 432 169 425 169 407 c 0\n 169 398 172 384 178 370 c 1\n 280 114 l 1\n 379 373 l 2\n 383 383 385 393 385 403 c 0\n 385 422 370 432 338 435 c 1\n 338 450 l 1\n 477 450 l 1\n 477 435 l 1\n 447 432 441 425 412 357 c 1\n 298 72 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 762\nWidth: 722\nFlags: W\nHStem: 0 19<214 236.75 475.5 520 520 520> 238 54<207 315 417 518> 642 20<22 301.985 484 505.892> 643 19<22 46 291 302 484 536 690.25 703>\nVStem: 315 102<95 238 292 303>\nDStem: 184 486 248 569 315 294 396 347 539 573 565 529 396 347 417 303\nFore\n484 662 m 1\n 703 662 l 1\n 703 643 l 1\n 652 639 626 617 565 529 c 1\n 417 303 l 1\n 417 292 l 1\n 518 292 l 1\n 518 238 l 1\n 417 238 l 1\n 417 109 l 2\n 417 33 431 21 520 19 c 1\n 520 0 l 1\n 214 0 l 1\n 214 19 l 1\n 305 23 315 33 315 120 c 2\n 315 238 l 1\n 207 238 l 1\n 207 292 l 1\n 315 292 l 1\n 315 294 l 1\n 184 486 l 1\n 84 627 70 641 22 643 c 1\n 22 662 l 1\n 302 662 l 1\n 302 643 l 1\n 291 642 281 642 277 642 c 0\n 245 640 231 631 231 613 c 0\n 231 602 237 585 248 569 c 2\n 396 347 l 1\n 539 573 l 2\n 548 588 553 600 553 610 c 0\n 553 634 536 642 484 643 c 1\n 484 662 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 763\nWidth: 500\nFlags: W\nHStem: -196 15<137 149.6 357.25 373> 17 54<101 214 298 412> 435 15<19 38 203.333 215 338 348.667 467 477>\nVStem: 214 84<-117 17>\nDStem: 110 320 178 370 214 71 280 114 379 373 412 357 280 114 298 71\nFore\n412 357 m 1\n 298 71 l 1\n 412 71 l 1\n 412 17 l 1\n 298 17 l 1\n 298 -112 l 2\n 298 -167 310 -177 373 -181 c 1\n 373 -196 l 1\n 137 -196 l 1\n 137 -181 l 1\n 200 -176 214 -163 214 -109 c 2\n 214 17 l 1\n 101 17 l 1\n 101 71 l 1\n 214 71 l 1\n 110 320 l 1\n 64 423 57 433 19 435 c 1\n 19 450 l 1\n 215 450 l 1\n 215 435 l 1\n 180 432 169 425 169 407 c 0\n 169 398 172 384 178 370 c 1\n 280 114 l 1\n 379 373 l 2\n 383 383 385 393 385 403 c 0\n 385 422 370 432 338 435 c 1\n 338 450 l 1\n 477 450 l 1\n 477 435 l 1\n 447 432 441 425 412 357 c 1\nEndSplineSet\nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 764\nWidth: 722\nFlags: W\nHStem: 0 19<10 22.75 228.5 243 407 419> 0 21<407 434> 643 19<22 43.6667 295.998 324 458 485 680 696>\nDStem: 312 326 338 288 155 133 219 140 338 288 401 367 433 148 593 93 488 542 547 549 375 404 401 367\nFore\n528 0 m 2\n 641 0 668 -39 685 -129 c 1\n 710 -129 l 1\n 703 21 l 1\n 650 27 636 35 593 93 c 1\n 401 367 l 1\n 547 549 l 1\n 612 627 632 639 696 643 c 1\n 696 662 l 1\n 458 662 l 1\n 458 643 l 1\n 512 641 528 634 528 611 c 0\n 528 596 517 578 488 542 c 2\n 375 404 l 1\n 333 463 l 2\n 272 548 248 591 248 613 c 0\n 248 644.67 286.142 641.648 324 643 c 1\n 324 662 l 1\n 22 662 l 1\n 22 643 l 1\n 87 640 105 625 203 486 c 1\n 312 326 l 1\n 155 133 l 1\n 66 27 61 23 10 19 c 1\n 10 0 l 1\n 243 0 l 1\n 243 19 l 1\n 185 23 167 31 167 54 c 0\n 167 69 182 94 219 140 c 2\n 338 288 l 1\n 433 148 l 2\n 466 99 484 65 484 50 c 0\n 484 32 468 22 434 21 c 0\n 430 21 419 20 407 19 c 1\n 407 0 l 1\n 528 0 l 2\nEndSplineSet\nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 765\nWidth: 500\nFlags: W\nHStem: 0 15<17 28 162 162 278 294.5> 435 15<24 35 201 231 275 290 401 433>\nDStem: 204 231 221 197 90 66 142 74 221 197 269 271 312 57 411 56\nFore\n411 56 m 1\n 441 20 445 18 489 15 c 1\n 492 -108 l 1\n 474 -108 l 1\n 465 -35 440 0 380 0 c 2\n 278 0 l 1\n 278 15 l 1\n 311 17 318 21 318 39 c 0\n 318 45 316 51 312 57 c 2\n 221 197 l 1\n 142 74 l 2\n 129 54 122 39 122 33 c 0\n 122 20 134 15 162 15 c 1\n 162 0 l 1\n 17 0 l 1\n 17 15 l 1\n 50 18 60 25 90 66 c 1\n 204 231 l 1\n 110 375 l 2\n 79 422 63 435 33 435 c 2\n 24 435 l 1\n 24 450 l 1\n 231 450 l 1\n 231 435 l 1\n 201 434 188 427 188 413 c 0\n 188 400 205 365 234 324 c 2\n 248 304 l 1\n 261 324 273 342 278 348 c 0\n 303 379 315 401 315 413 c 0\n 315 427 305 433 275 435 c 1\n 275 450 l 1\n 433 450 l 1\n 433 435 l 1\n 401 434 371 418 352 391 c 2\n 269 271 l 1\n 411 56 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 766\nWidth: 967\nFlags: W\nHStem: 0 19<166 177> 0 44<356 773> 620 42<23 254 23 434> 643 19<669 681.5 931.4 947>\nVStem: 254 102<94 620> 757 102<44 576>\nFore\n356 44 m 1\n 757 44 l 1\n 757 553 l 2\n 757 624 744 637 669 643 c 1\n 669 662 l 1\n 947 662 l 1\n 947 643 l 1\n 869 638 859 626 859 542 c 2\n 859 128 l 2\n 859 56 870 45 947 38 c 1\n 955 -129 l 1\n 930 -129 l 1\n 913 -39 886 0 773 0 c 2\n 166 0 l 1\n 166 19 l 1\n 243 26 254 37 254 109 c 2\n 254 620 l 1\n 200 620 l 2\n 88 620 65 601 41 492 c 1\n 17 492 l 1\n 23 662 l 1\n 587 662 l 1\n 593 492 l 1\n 569 492 l 1\n 546 602 524 620 410 620 c 2\n 356 620 l 1\n 356 44 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 767\nWidth: 723\nFlags: W\nHStem: 0 15<140 149.8> 0 37<140 544> 325 125<31 451> 413 37<110 451> 435 15<483 492.8 678.5 691>\nVStem: 201 84<37 413> 544 84<79 373>\nFore\n285 413 m 1\n 353 413 l 2\n 413 413 428 398 437 325 c 1\n 455 325 l 1\n 451 450 l 1\n 35 450 l 1\n 31 325 l 1\n 49 325 l 1\n 58 398 73 413 133 413 c 2\n 201 413 l 1\n 201 81 l 2\n 201 32 189 20 140 15 c 1\n 140 0 l 1\n 582 0 l 2\n 642 0 667 -35 676 -108 c 1\n 694 -108 l 1\n 691 15 l 1\n 641 19 628 36 628 99 c 2\n 628 351 l 2\n 628 414 641 431 691 435 c 1\n 691 450 l 1\n 483 450 l 1\n 483 435 l 1\n 532 430 544 418 544 369 c 2\n 544 37 l 1\n 285 37 l 1\n 285 413 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 768\nWidth: 722\nFlags: W\nHStem: 0 19<424 439.6> 235 44<338 372> 643 19<19 30 286 297 424 435 691 702>\nVStem: 107 102<414 576> 512 102<110 296 128 576>\nFore\n528 0 m 2\n 641 0 668 -39 685 -129 c 1\n 710 -129 l 1\n 702 38 l 1\n 625 45 614 56 614 128 c 2\n 614 553 l 2\n 614 625 625 636 702 643 c 1\n 702 662 l 1\n 424 662 l 1\n 424 643 l 1\n 501 636 512 625 512 553 c 2\n 512 340 l 1\n 467 304 409 279 354 279 c 0\n 270 279 209 346 209 426 c 2\n 209 553 l 2\n 209 625 220 636 297 643 c 1\n 297 662 l 1\n 19 662 l 1\n 19 643 l 1\n 96 636 107 625 107 553 c 2\n 107 427 l 2\n 107 312 218 235 357 235 c 0\n 417 235 472 262 512 296 c 1\n 512 120 l 2\n 512 36 502 24 424 19 c 1\n 424 0 l 1\n 528 0 l 2\nEndSplineSet\nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 769\nWidth: 500\nFlags: W\nHStem: 0 15<262 274.5> 435 15<18 30.5 216.2 226 262 274.5 460.2 470>\nVStem: 81 84<259 373> 325 84<99 197 99 373>\nFore\n363 0 m 2\n 423 0 448 -35 457 -108 c 1\n 475 -108 l 1\n 472 15 l 1\n 422 19 409 36 409 99 c 2\n 409 369 l 2\n 409 418 421 430 470 435 c 1\n 470 450 l 1\n 262 450 l 1\n 262 435 l 1\n 312 431 325 414 325 351 c 2\n 325 245 l 1\n 308 222 278 196 239 197 c 0\n 204 198 164 226 165 269 c 1\n 165 369 l 2\n 165 418 177 430 226 435 c 1\n 226 450 l 1\n 18 450 l 1\n 18 435 l 1\n 68 431 81 414 81 351 c 2\n 81 267 l 1\n 80 180 164 148 209 148 c 128\n 254 148 298 168 325 198 c 1\n 325 99 l 2\n 325 36 312 19 262 15 c 1\n 262 0 l 1\n 363 0 l 2\nEndSplineSet\nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 770\nWidth: 722\nFlags: W\nHStem: 1 19<424 439.6 689.5 702> 642 20G<19 297> 644 19<424 435 691 702>\nVStem: 107 102<416 578> 338 54<123 239 280 434> 512 102<96 297 340 578>\nFore\n209 553 m 2\n 209 426 l 2\n 209 351 263 287 338 280 c 1\n 338 434 l 1\n 392 434 l 1\n 392 284 l 1\n 435 292 477 313 512 341 c 1\n 512 554 l 2\n 512 626 501 637 424 644 c 1\n 424 663 l 1\n 702 663 l 1\n 702 644 l 1\n 625 637 614 626 614 554 c 2\n 614 110 l 2\n 614 39 627 26 702 20 c 1\n 702 1 l 1\n 424 1 l 1\n 424 20 l 1\n 502 25 512 37 512 121 c 2\n 512 297 l 1\n 480 270 439 247 392 239 c 1\n 392 123 l 1\n 338 123 l 1\n 338 235 l 1\n 208 242 107 317 107 427 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\nEndSplineSet\nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 771\nWidth: 500\nFlags: W\nHStem: -1 15<262 274.5 460.2 470> 429 20G<262 470> 435 15<18 30.5 216.2 226>\nVStem: 81 84<254.79 266.875 267 372> 222 54<75 162 199 267> 325 84<73 197 243 372>\nFore\n165 369 m 1\n 165 268 l 1\n 164 232 192 207 222 199 c 1\n 222 267 l 1\n 276 267 l 1\n 276 203 l 1\n 297 212 314 229 325 244 c 1\n 325 350 l 2\n 325 413 312 430 262 434 c 1\n 262 449 l 1\n 470 449 l 1\n 470 434 l 1\n 421 429 409 417 409 368 c 2\n 409 80 l 2\n 409 31 421 19 470 14 c 1\n 470 -1 l 1\n 262 -1 l 1\n 262 14 l 1\n 312 18 325 35 325 98 c 2\n 325 197 l 1\n 312 182 295 170 276 162 c 1\n 276 75 l 1\n 222 75 l 1\n 222 149 l 1\n 217 148 213 148 209 148 c 0\n 164 148 80 180 81 267 c 1\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 226 450 l 1\n 226 435 l 1\n 177 430 165 418 165 369 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 772\nWidth: 722\nFlags: W\nHStem: 0 19<19 30 286 297 424 435 691 702> 383 44<354 372> 643 19<19 31.5 281.4 297>\nVStem: 107 102<109 323 109 577> 512 102<109 241>\nFore\n512 236 m 2\n 512 316 451 383 367 383 c 0\n 312 383 254 358 209 322 c 1\n 209 109 l 2\n 209 37 220 26 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 96 26 107 37 107 109 c 2\n 107 553 l 2\n 107 624 94 637 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 219 638 209 626 209 542 c 2\n 209 366 l 1\n 249 400 304 427 364 427 c 0\n 503 427 614 350 614 235 c 2\n 614 109 l 2\n 614 37 625 26 702 19 c 1\n 702 0 l 1\n 424 0 l 1\n 424 19 l 1\n 501 26 512 37 512 109 c 2\n 512 236 l 2\nEndSplineSet\nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 773\nWidth: 500\nFlags: W\nHStem: 0 15<18 27.8 213.5 226 262 271.8 457.5 470> 435 15<18 27.8 213.5 226>\nVStem: 79 84<79 205 81 371> 323 84<79 193>\nFore\n323 181 m 1\n 324 224 284 252 249 253 c 0\n 210 254 180 228 163 205 c 1\n 163 99 l 2\n 163 36 176 19 226 15 c 1\n 226 0 l 1\n 18 0 l 1\n 18 15 l 1\n 67 20 79 32 79 81 c 2\n 79 369 l 2\n 79 418 67 430 18 435 c 1\n 18 450 l 1\n 226 450 l 1\n 226 435 l 1\n 176 431 163 414 163 351 c 2\n 163 252 l 1\n 190 282 234 302 279 302 c 128\n 324 302 408 270 407 183 c 1\n 407 99 l 2\n 407 36 420 19 470 15 c 1\n 470 0 l 1\n 262 0 l 1\n 262 15 l 1\n 311 20 323 32 323 81 c 2\n 323 181 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 774\nWidth: 866\nFlags: W\nHStem: -13 44<508 542> 386 32<300 832> 640 36<508 525>\nVStem: 28 34<472 509>\nFore\n181 332 m 2\n 181 529 312 676 508 676 c 0\n 609 676 690 641 752 570 c 0\n 797 519 823 458 832 386 c 1\n 297 386 l 1\n 295 331 l 1\n 295 229 322 151 377 96 c 0\n 420 53 475 31 542 31 c 0\n 623 31 699 65 768 132 c 1\n 786 114 l 1\n 747 59 686 21 605 0 c 0\n 573 -9 541 -13 508 -13 c 0\n 312 -13 181 132 181 331 c 2\n 181 332 l 2\n508 640 m 0\n 388.643 640 318.099 544.694 300 418 c 1\n 715 418 l 1\n 701 512 665 577 606 613 c 0\n 577 631 545 640 508 640 c 0\n201 420 m 1\n 244 386 l 1\n 219 386 195 388 173 392 c 0\n 76 411 28 417 28 509 c 0\n 28 557 47 603 83 603 c 2\n 84 603 l 2\n 109 603 122 584 122 562 c 0\n 122 547 111 531 90 514 c 0\n 71 499 62 485 62 472 c 0\n 62 457 68 445 80 438 c 2\n 81 437 l 2\n 98 428 137 420 201 420 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 775\nWidth: 561\nFlags: W\nHStem: -9 68<329 370> 277 32<216 522> 277 130<214 215> 424 36<322 350>\nVStem: 21 94<396 449>\nFore\n525 164 m 1\n 541 157 l 1\n 504 63 446 9 369 -5 c 0\n 358 -8 344 -9 329 -9 c 0\n 255 -9 202 22 170 85 c 0\n 151 120 142 162 142 213 c 2\n 142 214 l 2\n 142 240 144 264 148 286 c 1\n 146 286 l 2\n 34 297 21 320 21 396 c 0\n 21 444 40 490 76 490 c 2\n 77 490 l 2\n 102 490 115 471 115 449 c 0\n 115 434 104 418 83 401 c 0\n 64 386 58 372 55 359 c 0\n 48 328 80 308 155 311 c 1\n 167 349 186 382 214 406 c 1\n 214 407 214 407 215 407 c 2\n 216 408 l 2\n 255 443 299 460 350 460 c 2\n 351 460 l 2\n 404 460 447 441 479 403 c 1\n 501 376 516 327 522 277 c 1\n 214 277 l 1\n 218.568 153.659 265.209 59 370 59 c 0\n 445 59 488 107 525 164 c 1\n216 309 m 1\n 420 309 l 1\n 411 366 394 401 370 414 c 0\n 360 419 346 423 327 424 c 2\n 322 424 l 2\n 263 424 227 386 216 311 c 1\n 216 309 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 776\nWidth: 866\nFlags: W\nHStem: -174 56<501 522> 386 32<300 832> 390 30<179 190> 640 36<508 528>\nVStem: 28 34<472 509> 428 56<-98 -78>\nFore\n501 -174 m 0\n 456.948 -174 428 -139.881 428 -99 c 2\n 428 -98 l 2\n 428 -67 445 -38 480 -12 c 1\n 389 -6 315 30 260 97 c 0\n 207 160 181 238 181 331 c 2\n 181 332 l 2\n 181 352 182 371 184 390 c 1\n 180 390 177 391 173 392 c 0\n 76 411 28 417 28 509 c 0\n 28 557 47 603 83 603 c 2\n 84 603 l 2\n 109 603 122 584 122 562 c 0\n 122 547 111 531 90 514 c 0\n 71 499 62 485 62 472 c 0\n 62 457 68 445 80 438 c 2\n 81 437 l 2\n 97 428 133 421 190 420 c 1\n 218.881 562.184 335.666 676 508 676 c 0\n 609 676 690 641 752 570 c 0\n 797 519 823 458 832 386 c 1\n 297 386 l 1\n 295 331 l 1\n 295 229 322 151 377 96 c 0\n 420 53 475 31 542 31 c 0\n 623 31 699 65 768 132 c 1\n 786 114 l 1\n 738 44 641 -5 526 -12 c 1\n 499 -34 485 -55 484 -76 c 1\n 484 -78 l 2\n 484 -100 497 -118 522 -118 c 0\n 541 -118 564 -106 593 -82 c 1\n 613 -98 l 1\n 578 -149 541 -174 501 -174 c 0\n508 640 m 0\n 388.643 640 318.099 544.694 300 418 c 1\n 715 418 l 1\n 701 512 665 577 606 613 c 0\n 577 631 545 640 508 640 c 0\nEndSplineSet\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 777\nWidth: 561\nFlags: W\nHStem: -163 56<332 353> -8 67<348 370> 277 32<216 522> 277 130<214 215> 424 36<322 350>\nVStem: 21 94<396 449> 259 56<-87 -67>\nFore\n332 -163 m 0\n 287.948 -163 259 -128.881 259 -88 c 2\n 259 -87 l 2\n 259 -58 274 -32 303 -7 c 1\n 199 3 142 92 142 213 c 2\n 142 214 l 2\n 142 240 144 264 148 286 c 1\n 146 286 l 2\n 34 297 21 320 21 396 c 0\n 21 444 40 490 76 490 c 2\n 77 490 l 2\n 102 490 115 471 115 449 c 0\n 115 434 104 418 83 401 c 0\n 64 386 58 372 55 359 c 0\n 48 328 80 308 155 311 c 1\n 167 349 186 382 214 406 c 1\n 214 407 214 407 215 407 c 2\n 216 408 l 2\n 255 443 299 460 350 460 c 2\n 351 460 l 2\n 404 460 447 441 479 403 c 1\n 501 376 516 327 522 277 c 1\n 214 277 l 1\n 218.568 153.659 265.209 59 370 59 c 0\n 445 59 488 107 525 164 c 1\n 541 157 l 1\n 504 63 446 9 369 -5 c 0\n 362 -6 355 -8 348 -8 c 1\n 327 -27 316 -46 315 -65 c 1\n 315 -67 l 2\n 315 -89 328 -107 353 -107 c 0\n 372 -107 395 -95 424 -71 c 1\n 444 -87 l 1\n 409 -138 372 -163 332 -163 c 0\n216 309 m 1\n 420 309 l 1\n 411 366 394 401 370 414 c 0\n 360 419 346 423 327 424 c 2\n 322 424 l 2\n 263 424 227 386 216 311 c 1\n 216 309 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 778\nWidth: 333\nFlags: W\nHStem: 0 19 643 19\nVStem: 115 102<109 553>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 779\nWidth: 1053\nFlags: W\nHStem: 0 19<36 68.3129 36 88 383 398.8 649.4 665 961 1013 978.775 1012.93> 326 38<441 473 575 613> 590 78<130 193 855 918> 643 19<383 396 653.5 667> 712 60<515 533>\nVStem: 473 102<120 326 364 577>\nDStem: 267 272 337 222 179 127 200 0 712 222 782 272 849 0 870 127\nFore\n473 120 m 2\n 473 326 l 1\n 441 326 l 2\n 387 326 379 288 337 222 c 1\n 200 0 l 1\n 36 0 l 1\n 36 19 l 1\n 88 20 110 13 179 127 c 2\n 267 272 l 1\n 295 316 308 341 346 347 c 1\n 313 355 255 420 235 510 c 0\n 221 572 209 590 193 590 c 0\n 165 590 150 556 86 556 c 0\n 66 556 41 570 42 604 c 1\n 41 656 86 668 130 668 c 0\n 183 668 241 652 276 520 c 0\n 299 432 367 364 441 364 c 2\n 473 364 l 1\n 473 553 l 2\n 473 624 461 637 383 643 c 1\n 383 662 l 1\n 667 662 l 1\n 667 643 l 1\n 586 637 575 626 575 553 c 2\n 575 364 l 1\n 607 364 l 2\n 681 364 749 432 772 520 c 0\n 807 652 865 668 918 668 c 0\n 962 668 1007 656 1006 604 c 1\n 1007 570 982 556 962 556 c 0\n 898 556 883 590 855 590 c 0\n 839 590 827 572 813 510 c 0\n 793 420 735 355 702 347 c 1\n 740 341 754 316 782 272 c 1\n 870 127 l 2\n 939 13 961 20 1013 19 c 1\n 1013 0 l 1\n 849 0 l 1\n 712 222 l 1\n 670 288 661 326 607 326 c 2\n 575 326 l 1\n 575 120 l 2\n 575 47 587 24 665 19 c 1\n 665 0 l 1\n 383 0 l 1\n 383 19 l 1\n 462 24 473 37 473 120 c 2\n636 869 m 1\n 665 869 l 1\n 653 763 607 712 523 712 c 0\n 476 712 436 731 411 766 c 0\n 392 794 385 818 384 869 c 1\n 413 869 l 1\n 427 802 461 772 525 772 c 0\n 583 772 608 793 636 869 c 1\nEndSplineSet\nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 780\nWidth: 766\nFlags: W\nHStem: 0 15<25 39.6667 478 498 722.333 737> 224 28<310 339 423 451.408> 394 66<101 161 601 651> 435 15<477.999 498> 500 60<376 394>\nVStem: 339 84<55 224 252 394>\nFore\n339 368 m 2\n 339 420 336 423 264 435 c 1\n 264 450 l 1\n 498 450 l 1\n 498 435 l 1\n 450.497 432.625 423 430.495 423 383 c 2\n 423 252 l 1\n 452 252 l 2\n 493 252 535 318 545 352 c 1\n 567 450 590 460 651 460 c 0\n 687 460 715 439 714 406 c 0\n 713 384 692 372 670 372 c 0\n 639 372 627 394 601 394 c 0\n 581 394 587 258 513 244 c 1\n 590 221 605 130 659 56 c 1\n 689 20 693 18 737 15 c 1\n 737 0 l 1\n 599 0 l 1\n 484 200 l 1\n 467 228 441 224 423 224 c 1\n 423 67 l 2\n 423 21.9786 444.6 17.67 498 15 c 1\n 498 0 l 1\n 264 0 l 1\n 264 15 l 1\n 336 27 339 30 339 82 c 2\n 339 224 l 1\n 321 224 295 228 278 200 c 1\n 163 0 l 1\n 25 0 l 1\n 25 15 l 1\n 69 18 73 20 103 56 c 1\n 157 130 172 221 249 244 c 1\n 175 258 181 394 161 394 c 0\n 135 394 123 372 92 372 c 0\n 70 372 49 384 48 406 c 0\n 47 439 75 460 111 460 c 0\n 172 460 195 450 217 352 c 1\n 227 318 269 252 310 252 c 2\n 339 252 l 1\n 339 368 l 2\n493 657 m 1\n 522 657 l 1\n 510 551 464 500 380 500 c 0\n 333 500 293 519 268 554 c 0\n 249 582 242 606 241 657 c 1\n 270 657 l 1\n 284 590 318 560 382 560 c 0\n 440 560 465 581 493 657 c 1\nEndSplineSet\nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 781\nWidth: 722\nFlags: W\nHStem: -218 34<403 440> 0 19<34 49.8 300.4 316> 590 78<503 566> 643 19<34 47 304.5 318>\nVStem: 124 102<98 326 120 567> 557 88<85 123>\nFore\n258 326 m 2\n 226 326 l 1\n 226 109 l 2\n 226 36 238 24 316 19 c 1\n 316 0 l 1\n 34 0 l 1\n 34 19 l 1\n 113 24 124 37 124 120 c 2\n 124 553 l 2\n 124 624 112 637 34 643 c 1\n 34 662 l 1\n 318 662 l 1\n 318 643 l 1\n 237 637 226 626 226 553 c 2\n 226 364 l 1\n 258 364 l 2\n 332 364 397 432 420 520 c 0\n 455 652 513 668 566 668 c 0\n 610 668 655 656 654 604 c 1\n 655 570 630 556 610 556 c 0\n 546 556 531 590 503 590 c 0\n 487 590 475 572 461 510 c 0\n 446 443 412 390 382 364 c 1\n 508 341 645 270 645 108 c 0\n 645 -99 550 -210 403 -218 c 1\n 349 -218 309 -195 309 -163 c 0\n 309 -141 327 -124 350 -124 c 0\n 366 -124 380 -133 398 -156 c 0\n 415 -177 425 -184 440 -184 c 0\n 454 -184 468 -176 474 -166 c 0\n 504 -123 558 -111 557 100 c 0\n 556 246 468 326 258 326 c 2\nEndSplineSet\nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 782\nWidth: 500\nFlags: W\nHStem: -218 34<265 302> 0 15<221 241> 394 66<354 404> 435 15<220.999 241>\nVStem: 82 84<65 224 82 394> 382 84<33 39>\nFore\n190 224 m 1\n 166 224 l 1\n 166 67 l 2\n 166 21.9786 187.6 17.67 241 15 c 1\n 241 0 l 1\n 7 0 l 1\n 7 15 l 1\n 79 27 82 30 82 82 c 2\n 82 368 l 2\n 82 420 79 423 7 435 c 1\n 7 450 l 1\n 241 450 l 1\n 241 435 l 1\n 193.497 432.625 166 430.495 166 383 c 2\n 166 252 l 1\n 195 252 l 2\n 236 252 288 318 298 352 c 1\n 320 450 343 460 404 460 c 0\n 440 460 468 439 467 406 c 0\n 466 384 445 372 423 372 c 0\n 392 372 380 394 354 394 c 0\n 334 394 330 258 256 244 c 1\n 352 244 466 162 466 33 c 0\n 466 -140 385 -226 265 -218 c 1\n 211 -218 171 -195 171 -163 c 0\n 171 -141 189 -124 212 -124 c 0\n 228 -124 242 -133 260 -156 c 0\n 277 -177 287 -184 302 -184 c 0\n 316 -184 330 -176 336 -166 c 1\n 353 -152 382 -122 382 33 c 0\n 382 160 327 253 190 224 c 1\nEndSplineSet\nEndChar\nStartChar: FL04C5h\nEncoding: 1221 1221 783\nWidth: 750\nFlags: W\nHStem: -6 114<69 107> 0 18<408 444 711 713.906> 668 18<141 166 141 714>\nVStem: 239 42<334 594> 508 108<86 608>\nDStem: 640 0 711 0 552 -106 590 -145\nFore\n154 68 m 0\n 226.016 68 239 252.385 239 357 c 2\n 239 588 l 2\n 239 641 210 668 152 668 c 2\n 141 668 l 1\n 141 686 l 1\n 714 686 l 1\n 714 668 l 1\n 650 668 616 653 616 592 c 2\n 616 99 l 2\n 616 36 648 18 714 18 c 1\n 714 0 l 1\n 711 0 l 1\n 590 -145 l 1\n 552 -106 l 1\n 640 0 l 1\n 408 0 l 1\n 408 18 l 1\n 471.267 19.7574 508 32.5417 508 98 c 2\n 508 644 l 1\n 281 644 l 1\n 281 375 l 2\n 281 172.328 244.775 -6 107 -6 c 0\n 50 -6 22 14 21 55 c 1\n 21 56 l 2\n 21 84 41 108 69 108 c 0\n 83 108 98 102 115 89 c 2\n 116 88 l 2\n 133 75 146 68 154 68 c 0\nEndSplineSet\nEndChar\nStartChar: FL198\nEncoding: 1222 1222 784\nWidth: 530\nFlags: W\nHStem: -13 92<38 68> 0 18<266 286.641 500 502.953> 446 18<74 503>\nVStem: 149 32<157 383> 346 80<93 383>\nDStem: 429 0 500 0 340 -107 378 -146\nFore\n102 44 m 0\n 147.055 44 149 134.842 149 203 c 2\n 149 364 l 2\n 149 408 144 422 118 437 c 1\n 106 442 91 445 74 446 c 1\n 74 464 l 1\n 503 464 l 1\n 503 446 l 1\n 456 446 426 433 426 366 c 2\n 426 104 l 2\n 426 47 445 18 503 18 c 1\n 503 0 l 1\n 500 0 l 1\n 378 -146 l 1\n 340 -107 l 1\n 429 0 l 1\n 266 0 l 1\n 266 18 l 1\n 331 18 346 42 346 109 c 2\n 346 432 l 1\n 181 432 l 1\n 181 186 l 2\n 181 115 172 64 155 33 c 128\n 138 2 109 -13 68 -13 c 128\n 27 -13 5 5 4 40 c 1\n 4 42 l 2\n 4 54 8 63 15 68 c 1\n 21 75 29 79 38 79 c 0\n 51 79 65 71 80 55 c 0\n 86 48 93 44 102 44 c 0\nEndSplineSet\nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 785\nWidth: 722\nFlags: W\nHStem: -177 38<445 474> 0 19<19 34.6 284.5 297> 315 44<209 512> 643 19<19 30 286 297 424 435 691 702>\nVStem: 107 102<94 315 120 576> 512 102<-73 315 359 576>\nFore\n512 315 m 1\n 209 315 l 1\n 209 109 l 2\n 209 38 222 25 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 97 24 107 36 107 120 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 359 l 1\n 512 359 l 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 625 636 614 625 614 553 c 2\n 614 20 l 2\n 614 -105 553 -177 445 -177 c 0\n 387 -177 346 -147 346 -105 c 0\n 346 -78 368 -55 395 -55 c 0\n 421 -55 437 -71 447 -106 c 0\n 454 -131 460 -139 474 -139 c 0\n 500 -139 512 -118 512 -73 c 2\n 512 315 l 1\nEndSplineSet\nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 786\nWidth: 500\nFlags: W\nHStem: -218 34<255 292> 0 15<18 30.5 216.2 226> 216 37<165 340> 435 15<18 30.5 216.2 226 277 289.5 475.2 485>\nVStem: 81 84<79 215 253 375> 340 84<-27 216 0 375>\nFore\n340 -45 m 2\n 340 -121 337 -146 326 -166 c 0\n 320 -176 306 -184 292 -184 c 0\n 277 -184 267 -177 250 -156 c 0\n 232 -133 218 -124 202 -124 c 0\n 179 -124 161 -141 161 -163 c 0\n 161 -195 201 -218 255 -218 c 0\n 365 -218 424 -142 424 0 c 2\n 424 369 l 2\n 424 418 436 430 485 435 c 1\n 485 450 l 1\n 277 450 l 1\n 277 435 l 1\n 327 431 340 414 340 351 c 2\n 340 253 l 1\n 165 253 l 1\n 165 369 l 2\n 165 418 177 430 226 435 c 1\n 226 450 l 1\n 18 450 l 1\n 18 435 l 1\n 68 431 81 414 81 351 c 2\n 81 99 l 2\n 81 36 68 19 18 15 c 1\n 18 0 l 1\n 226 0 l 1\n 226 15 l 1\n 177 20 165 32 165 81 c 2\n 165 216 l 1\n 340 216 l 1\n 340 -45 l 2\nEndSplineSet\nEndChar\nStartChar: FL201\nEncoding: 1225 1225 787\nWidth: 823\nFlags: W\nHStem: 0 18<35 55.771 343 343 478 499.673 478 539 786 787.969> 332 42<242 580> 668 19<35 59.8677 35 343 478 506.251 478 788>\nVStem: 134 108<93 332 131 591> 580 108<93 332 374 591>\nDStem: 715 0 786 0 626 -107 664 -146\nFore\n626 -107 m 1\n 715 0 l 1\n 478 0 l 1\n 478 18 l 1\n 539 19 564 33 573 57 c 1\n 574 58 l 1\n 578 69 580 94 580 131 c 2\n 580 332 l 1\n 242 332 l 1\n 242 134 l 2\n 242 95 244 70 248 59 c 0\n 259 29 296 18 343 18 c 1\n 343 0 l 1\n 35 0 l 1\n 35 18 l 1\n 81.784 18 119.462 32.3864 128 58 c 1\n 128 59 l 1\n 132 70 134 94 134 131 c 2\n 134 554 l 2\n 134 616 135 641 100 658 c 0\n 84 665 62 668 35 668 c 1\n 35 687 l 1\n 343 687 l 1\n 343 668 l 1\n 296 668 261 660 249 630 c 0\n 244 618 242 593 242 556 c 2\n 242 374 l 1\n 580 374 l 1\n 580 554 l 2\n 580 620.343 581.241 638.563 547 657 c 2\n 545 658 l 2\n 532 665 510 668 478 668 c 1\n 478 687 l 1\n 788 687 l 1\n 788 668 l 1\n 758 668 737 665 724 658 c 1\n 711 653 701 645 696 632 c 1\n 695 631 l 2\n 690 621 688 596 688 556 c 2\n 688 133 l 2\n 688 95 690 70 694 59 c 0\n 697 49 706 39 722 30 c 0\n 736 22 758 18 788 18 c 1\n 788 0 l 1\n 786 0 l 1\n 664 -146 l 1\n 626 -107 l 1\nEndSplineSet\nEndChar\nStartChar: FL202\nEncoding: 1226 1226 788\nWidth: 565\nFlags: W\nHStem: 0 18<25 245 219 245 320 337.197> 1 21G<539 540> 225 32<178 386> 446 18<25 44.1119 25 245 320 336.28 513 539>\nVStem: 98 80<78 224 89 384> 386 80<78 224 257 384>\nDStem: 468 0 540 1 380 -106 418 -145\nFore\n380 -106 m 1\n 468 0 l 1\n 320 0 l 1\n 320 18 l 1\n 370 18 386 39 386 90 c 2\n 386 225 l 1\n 178 225 l 1\n 178 91 l 2\n 178 35 193 20 245 18 c 1\n 245 0 l 1\n 25 0 l 1\n 25 18 l 1\n 73 19 97 42 98 89 c 1\n 98 372 l 2\n 98 403 92 423 80 433 c 0\n 67 442 49 446 25 446 c 1\n 25 464 l 1\n 245 464 l 1\n 245 446 l 1\n 193 446 178 424 178 373 c 2\n 178 257 l 1\n 386 257 l 1\n 386 372 l 2\n 386 422 370 446 320 446 c 1\n 320 464 l 1\n 539 464 l 1\n 539 446 l 1\n 487 444 466 427 466 373 c 2\n 466 98 l 2\n 466 40 485 22 539 18 c 1\n 539 1 l 1\n 540 1 l 1\n 418 -145 l 1\n 380 -106 l 1\nEndSplineSet\nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 789\nWidth: 722\nFlags: W\nHStem: 0 19<689.5 702> 235 44<338 372> 643 19<19 30 286 297 424 435 691 702>\nVStem: 107 102<414 576> 512 102<107 296 339 576>\nFore\n598 0 m 2\n 485 0 458 -39 441 -129 c 1\n 416 -129 l 1\n 424 38 l 1\n 501 45 512 56 512 128 c 2\n 512 296 l 1\n 472 262 417 235 357 235 c 0\n 218 235 107 312 107 427 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 426 l 2\n 209 346 270 279 354 279 c 0\n 409 279 467 304 512 340 c 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 625 636 614 625 614 553 c 2\n 614 109 l 2\n 614 38 627 25 702 19 c 1\n 702 0 l 1\n 598 0 l 2\nEndSplineSet\nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 790\nWidth: 500\nFlags: W\nHStem: 0 15<460.2 470> 435 15<18 30.5 216.2 226 262 274.5 460.2 470>\nVStem: 81 84<259 373> 325 84<79 197 244 373>\nFore\n371 0 m 2\n 311 0 286 -35 277 -108 c 1\n 259 -108 l 1\n 262 15 l 1\n 312 19 325 36 325 99 c 2\n 325 198 l 1\n 298 168 254 148 209 148 c 128\n 164 148 80 180 81 267 c 1\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 226 450 l 1\n 226 435 l 1\n 177 430 165 418 165 369 c 2\n 165 269 l 1\n 164 226 204 198 239 197 c 0\n 278 196 308 222 325 245 c 1\n 325 351 l 2\n 325 414 312 431 262 435 c 1\n 262 450 l 1\n 470 450 l 1\n 470 435 l 1\n 421 430 409 418 409 369 c 2\n 409 81 l 2\n 409 32 421 20 470 15 c 1\n 470 0 l 1\n 371 0 l 2\nEndSplineSet\nEndChar\nStartChar: FL04CDh\nEncoding: 1229 1229 791\nWidth: 990\nFlags: W\nHStem: 0 18<43 65.5632 256 284 637 660.294> 668 19<43 56.5 738 946>\nVStem: 143 45<109 575> 738 108<93 575>\nDStem: 188 576 253 687 455 0 497 162 738 687 738 576 497 162 472 0 876 0 947 0 787 -107 825 -146\nFore\n787 -107 m 1\n 876 0 l 1\n 637 0 l 1\n 637 18 l 1\n 679 18 725 27 732 59 c 0\n 736 70 738 94 738 131 c 2\n 738 576 l 1\n 472 0 l 1\n 455 0 l 1\n 188 576 l 1\n 188 133 l 2\n 188 95 190 70 194 59 c 0\n 197 49 206 40 220 31 c 2\n 221 30 l 2\n 235 23 256 19 284 18 c 1\n 284 0 l 1\n 43 0 l 1\n 43 18 l 1\n 103 18 130 37 138 58 c 1\n 138 58 143 93 143 131 c 2\n 143 550 l 2\n 143 610 134 633 105 650 c 0\n 90 660 70 666 43 668 c 1\n 43 687 l 1\n 253 687 l 1\n 497 162 l 1\n 738 687 l 1\n 946 687 l 1\n 946 668 l 1\n 901 668 863 660 853 630 c 0\n 848 620 846 595 846 556 c 2\n 846 133 l 2\n 846 95 848 70 852 59 c 0\n 855 49 864 40 878 31 c 2\n 879 30 l 2\n 894 22 917 18 946 18 c 1\n 948.004 13.6704 942.487 1.82052 947 0 c 1\n 825 -146 l 1\n 787 -107 l 1\nEndSplineSet\nEndChar\nStartChar: FL04CEh\nEncoding: 1230 1230 792\nWidth: 666\nFlags: W\nHStem: 0 18<25 39.75 185.5 200 417 436> 446 18<25 43.1182 486 640>\nVStem: 98 32<104 383> 486 81<77 369>\nDStem: 130 384 183 464 296 0 331 113 486 464 486 384 331 113 315 0 571 0 642 0 482 -107 520 -146\nFore\n482 -107 m 1\n 571 0 l 1\n 417 0 l 1\n 417 18 l 1\n 436 19 452 23 465 31 c 2\n 466 32 l 2\n 479 40 486 59 486 89 c 2\n 486 384 l 1\n 315 0 l 1\n 296 0 l 1\n 130 384 l 1\n 130 104 l 2\n 130 75 135 54 144 41 c 1\n 144 40 l 1\n 153 27 171 20 200 18 c 1\n 200 0 l 1\n 25 0 l 1\n 25 18 l 1\n 84 22 98 41 98 104 c 2\n 98 367 l 2\n 98 423 80 446 25 446 c 1\n 25 464 l 1\n 183 464 l 1\n 331 113 l 1\n 486 464 l 1\n 640 464 l 1\n 640 446 l 1\n 581.478 446 567 419.85 567 354 c 2\n 567 91 l 2\n 567 42 591 18 640 18 c 1\n 640 0 l 1\n 642 0 l 1\n 520 -146 l 1\n 482 -107 l 1\nEndSplineSet\nEndChar\nStartChar: FL207\nEncoding: 1231 1231 793\nWidth: 500\nFlags: W\nDStem: 942 300 1013 300 853 193 891 154\nFore\n853 193 m 1\n 942 300 l 1\n 1013 300 l 1\n 891 154 l 1\n 853 193 l 1\nEndSplineSet\nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 794\nWidth: 722\nFlags: W\nHStem: 0 19<198 212 451.063 473.279> 216 41<217 446> 654 20<347 367> 712 60<348 364> 849 20<220 249 472 501>\nVStem: 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257 461 216 367 674 502 120 616 106\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 194 205\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 795\nWidth: 444\nFlags: W\nHStem: -9.99637 57.9964<142 188> 436 24<210 226> 500 60<223 245>\nVStem: 37.0043 87.9957<97 125> 56 88<342 355> 287 81<105 267 292 326>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\n351 657 m 1\n 380 657 l 1\n 368 551 322 500 238 500 c 0\n 191 500 151 519 126 554 c 0\n 107 582 100 606 99 657 c 1\n 128 657 l 1\n 142 590 176 560 240 560 c 0\n 298 560 323 581 351 657 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 796\nWidth: 722\nFlags: W\nHStem: 0 19<198 212 451.063 473.279> 216 41<217 446> 654 20<347 367> 712 99<249.892 261 451 467>\nVStem: 15 198<1 19> 211 99<760 764> 410 99<760 764> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257 461 216 367 674 502 120 616 106\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 193 189\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 797\nWidth: 444\nFlags: W\nHStem: -9.99637 57.9964<142 188> 436 24<210 226> 500 99<133 149 328.892 348>\nVStem: 37.0043 87.9957<97 125> 56 88<342 355> 91 99<548 552> 287 81<105 267 292 326> 290 99<548 552>\nFore\n442 66 m 1\n 442 40 l 1\n 407 2 386 -10 352 -10 c 0\n 311 -10 293 11 288 63 c 1\n 227 11 186 -10 142 -10 c 0\n 81 -10 37 34 37 97 c 0\n 37 130 51 164 73 184 c 0\n 116 222 133 230 287 292 c 1\n 287 353 l 2\n 287 407 260 436 211 436 c 0\n 171 436 139 414 139 387 c 0\n 139 380 140 372 142 363 c 0\n 143 356 144 351 144 347 c 0\n 144 325 123 305 99 305 c 0\n 76 305 56 325 56 348 c 0\n 56 411 130 460 224 460 c 0\n 283 460 326 441 348 405 c 0\n 363 381 368 352 368 300 c 2\n 368 105 l 2\n 368 61 375 47 398 47 c 0\n 413 47 425 52 442 66 c 1\n287 123 m 2\n 287 268 l 1\n 166 224 125 188 125 129 c 2\n 125 125 l 2\n 125 82 153 48 188 48 c 0\n 209 48 237 57 261 71 c 0\n 282 83 287 92 287 123 c 2\n139 599 m 0\n 167 599 190 576 190 549 c 128\n 190 522 167 500 139 500 c 0\n 112 500 91 522 91 550 c 0\n 91 576 114 599 139 599 c 0\n338 599 m 0\n 366 599 389 576 389 549 c 128\n 389 522 366 500 338 500 c 0\n 311 500 290 522 290 550 c 0\n 290 576 313 599 338 599 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 798\nWidth: 889\nFlags: W\nHStem: 0 38<544 672> 260 39<240 397> 329 37<498 641> 626 36<513.918 656>\nVStem: 0 199<1 19> 398 99<90 259 300 328 367 598> 398 363<329 366>\nDStem: 333 581 398 618 88 97 239 299 333 581 222 260 88 97 194 207\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 799\nWidth: 667\nFlags: W\nHStem: -9.99771 47.9977<154 192> -9.99758 66.9976<435 476> 277 30<356 520> 431 29<435 456> 436 24<212 222>\nVStem: 38.0039 86.9961<100 125> 60 87<340.288 351.969> 274 80.985<230 252>\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 800\nWidth: 611\nFlags: W\nHStem: 0 37<284 371> 327 41<202 380> 624 38<220 396> 712 60<292 308> 849 20<164 193 416 445>\nVStem: 99 102<96 326 369 576> 99 389<327 368>\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 138 205\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 801\nWidth: 444\nFlags: W\nHStem: -9.99782 68.9978<212 253> 277 32<100 302> 423.78 35.2478<205 234> 500 60<206 236>\nFore\n408 164 m 1\n 424 157 l 1\n 382 49 307 -10 212 -10 c 0\n 97 -10 25 76 25 214 c 0\n 25 296 52 367 99 408 c 0\n 137 442 184 460 234 460 c 0\n 286 460 332 439 362 403 c 0\n 387 371 397 342 405 277 c 1\n 97 277 l 1\n 99 216 106 183 124 145 c 0\n 153 88 196 59 253 59 c 0\n 317 59 360 88 408 164 c 1\n99 309 m 1\n 303 309 l 1\n 290 396 266 424 205 424 c 128\n 144 424 110 387 99 309 c 1\n336 657 m 1\n 365 657 l 1\n 353 551 307 500 223 500 c 0\n 176 500 136 519 111 554 c 0\n 92 582 85 606 84 657 c 1\n 113 657 l 1\n 127 590 161 560 225 560 c 0\n 283 560 308 581 336 657 c 1\nEndSplineSet\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 802\nWidth: 722\nFlags: W\nHStem: -14 36<341 373> 244 32<155 568> 630.672 44.7225<327 361>\nVStem: 574 114<306 354>\nFore\n688 330 m 0\n 688 136 561 -14 361 -14 c 0\n 187 -14 59 104 37 276 c 1\n 572 276 l 1\n 573 294 574 313 574 331 c 0\n 574 486 499 631 327 631 c 0\n 235 631 165 593 101 530 c 1\n 83 548 l 1\n 142 631 263 676 361 676 c 0\n 560 676 688 524 688 330 c 0\n569 244 m 1\n 154 244 l 1\n 171 130 233 22 361 22 c 128\n 489 22 552 130 569 244 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 803\nWidth: 444\nFlags: W\nHStem: -9.21359 35.5486<215 244> 141 32<147 349> 390.997 69.003<196 237>\nFore\n41 286 m 1\n 25 293 l 1\n 67 401 142 460 237 460 c 0\n 352 460 424 374 424 236 c 0\n 424 154 397 83 350 42 c 0\n 312 8 265 -10 215 -10 c 0\n 163 -10 117 11 87 47 c 0\n 62 79 52 108 44 173 c 1\n 352 173 l 1\n 350 234 343 267 325 305 c 0\n 296 362 253 391 196 391 c 0\n 132 391 89 362 41 286 c 1\n350 141 m 1\n 146 141 l 1\n 159 54 183 26 244 26 c 128\n 305 26 339 63 350 141 c 1\nEndSplineSet\nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 804\nWidth: 716\nFlags: W\nHStem: -14 36<341 373> 244 32<155 568> 630.672 44.7225<327 361> 733 99<243.892 255 445 461>\nVStem: 205 99<781 785> 403 99<781 785> 574 114<306 354>\nFore\n253 832 m 0\n 281 832 304 809 304 782 c 128\n 304 755 281 733 253 733 c 0\n 226 733 205 755 205 783 c 0\n 205 809 228 832 253 832 c 0\n451 832 m 0\n 479 832 502 809 502 782 c 0\n 502 755 479 733 451 733 c 0\n 424 733 403 755 403 783 c 0\n 403 809 426 832 451 832 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nRef: 1240 1240 S 1 0 0 1 0 0\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 805\nWidth: 444\nFlags: W\nHStem: -9.21359 35.5486<214 243> 141 32<146 348> 390.997 69.003<195 236> 500 99<120 125 320 328>\nVStem: 75 98<548 552> 273 100<548 552>\nFore\n123 599 m 0\n 151 599 173 576 173 549 c 128\n 173 522 151 500 123 500 c 128\n 95 500 75 522 75 550 c 0\n 75 576 97 599 123 599 c 0\n321 599 m 0\n 349 599 373 576 373 549 c 128\n 373 522 349 500 321 500 c 0\n 295 500 273 522 273 550 c 0\n 273 576 297 599 321 599 c 0\n40 286 m 1\n 24 293 l 1\n 66 401 141 460 236 460 c 0\n 351 460 423 374 423 236 c 0\n 423 154 396 83 349 42 c 0\n 311 8 264 -10 214 -10 c 0\n 162 -10 116 11 86 47 c 0\n 61 79 51 108 43 173 c 1\n 351 173 l 1\n 349 234 342 267 324 305 c 0\n 295 362 252 391 195 391 c 0\n 131 391 88 362 40 286 c 1\n349 141 m 1\n 145 141 l 1\n 158 54 182 26 243 26 c 128\n 304 26 338 63 349 141 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 806\nWidth: 1053\nFlags: W\nHStem: 0 19<36.0628 68.3129 978.775 1012.93> 326 38<436 472 575 621> 590 77.9981<130 193 855 918> 642 20G<383 667> 712 99<420 425 612.892 628>\nVStem: 375 99<752 768> 473 102<96 325 365 576> 574 99<752 768>\nDStem: 267 272 337 222 179 127 200 0 712 222 782 272 849 0 870 127\nFore\n473 120 m 2\n 473 326 l 1\n 441 326 l 2\n 387 326 379 288 337 222 c 1\n 200 0 l 1\n 36 0 l 1\n 36 19 l 1\n 88 20 110 13 179 127 c 2\n 267 272 l 1\n 295 316 308 341 346 347 c 1\n 313 355 255 420 235 510 c 0\n 221 572 209 590 193 590 c 0\n 165 590 150 556 86 556 c 0\n 66 556 41 570 42 604 c 1\n 41 656 86 668 130 668 c 0\n 183 668 241 652 276 520 c 0\n 299 432 367 364 441 364 c 2\n 441 364 463 364 473 364 c 1\n 473 553 l 2\n 473 624 461 637 383 643 c 1\n 383 662 l 1\n 667 662 l 1\n 667 643 l 1\n 586 637 575 626 575 553 c 2\n 575 364 l 1\n 585 364 607 364 607 364 c 2\n 681 364 749 432 772 520 c 0\n 807 652 865 668 918 668 c 0\n 962 668 1007 656 1006 604 c 1\n 1007 570 982 556 962 556 c 0\n 898 556 883 590 855 590 c 0\n 839 590 827 572 813 510 c 0\n 793 420 735 355 702 347 c 1\n 740 341 754 316 782 272 c 1\n 870 127 l 2\n 939 13 961 20 1013 19 c 1\n 1013 0 l 1\n 849 0 l 1\n 712 222 l 1\n 670 288 661 326 607 326 c 2\n 575 326 l 1\n 575 120 l 2\n 575 47 587 24 665 19 c 1\n 665 0 l 1\n 383 0 l 1\n 383 19 l 1\n 462 24 473 37 473 120 c 2\n423 811 m 0\n 451 811 474 788 474 761 c 128\n 474 734 451 712 423 712 c 0\n 396 712 375 734 375 762 c 0\n 375 788 398 811 423 811 c 0\n622 811 m 0\n 650 811 673 788 673 761 c 128\n 673 734 650 712 622 712 c 0\n 595 712 574 734 574 762 c 0\n 574 788 597 811 622 811 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 807\nWidth: 766\nFlags: W\nHStem: 0 21G<25 163 264 498 599 737> 224 28<311 338 423.016 451.408> 372.807 86.7424<92 111 651 670> 394 65.9991<111 161 601 651> 430 20G<264 498> 500 99<277 282 473 489>\nVStem: 232 99<544 552> 339 84<56 224 253 394> 431 99<544 552>\nFore\n339 368 m 2\n 339 420 336 423 264 435 c 1\n 264 450 l 1\n 498 450 l 1\n 498 435 l 1\n 478 434 l 2\n 438 432 423 418 423 383 c 2\n 423 252 l 1\n 452 252 l 2\n 493 252 535 318 545 352 c 1\n 567 450 590 460 651 460 c 0\n 687 460 715 439 714 406 c 0\n 713 384 692 372 670 372 c 0\n 639 372 627 394 601 394 c 0\n 581 394 587 258 513 244 c 1\n 590 221 605 130 659 56 c 1\n 689 20 693 18 737 15 c 1\n 737 0 l 1\n 599 0 l 1\n 484 200 l 1\n 467 228 441 224 423 224 c 1\n 423 67 l 2\n 423 32 438 18 478 16 c 2\n 498 15 l 1\n 498 0 l 1\n 264 0 l 1\n 264 15 l 1\n 336 27 339 30 339 82 c 2\n 339 224 l 1\n 321 224 295 228 278 200 c 1\n 163 0 l 1\n 25 0 l 1\n 25 15 l 1\n 69 18 73 20 103 56 c 1\n 157 130 172 221 249 244 c 1\n 175 258 181 394 161 394 c 0\n 135 394 123 372 92 372 c 0\n 70 372 49 384 48 406 c 0\n 47 439 75 460 111 460 c 0\n 172 460 195 450 217 352 c 1\n 227 318 269 252 310 252 c 2\n 339 252 l 1\n 339 368 l 2\n280 599 m 0\n 308 599 331 576 331 549 c 128\n 331 522 308 500 280 500 c 0\n 253 500 232 522 232 550 c 0\n 232 576 255 599 280 599 c 0\n479 599 m 0\n 507 599 530 576 530 549 c 128\n 530 522 507 500 479 500 c 0\n 452 500 431 522 431 550 c 0\n 431 576 454 599 479 599 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 808\nWidth: 556\nFlags: W\nHStem: -13.6499 44.621<255 287> 312 57<187 257> 635 41<278 296> 712 99<142 159 340.892 352>\nVStem: 103 99<754 770> 302 99<754 770> 382.221 86.5951<505 542> 389.227 101.672<135 168>\nFore\n255 30 m 0\n 314 30 390 78 390 135 c 0\n 390 226 367 312 234 312 c 2\n 186 312 l 1\n 186 369 l 1\n 236 369 l 2\n 378 369 383 488 383 542 c 0\n 383 597 341 635 279 635 c 0\n 234 635 192 616 157 580 c 0\n 126 548 112 522 96 463 c 1\n 71 463 l 1\n 93 676 l 1\n 114 676 l 1\n 118 653 129 642 146 642 c 0\n 156 642 173 646 190 654 c 1\n 227 668 264 676 296 676 c 0\n 339 676 383 659 416 630 c 0\n 451 599 469 557 469 505 c 0\n 469 440 438 376 369 344 c 1\n 450 318 491 235 491 168 c 0\n 491 65 402 -14 287 -14 c 0\n 174 -14 75 32 14 113 c 1\n 32 131 l 1\n 106 60 172 30 255 30 c 0\n151 811 m 0\n 179 811 202 788 202 761 c 128\n 202 734 179 712 151 712 c 0\n 124 712 103 734 103 762 c 0\n 103 788 126 811 151 811 c 0\n350 811 m 0\n 378 811 401 788 401 761 c 128\n 401 734 378 712 350 712 c 0\n 323 712 302 734 302 762 c 0\n 302 788 325 811 350 811 c 0\nEndSplineSet\nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 809\nWidth: 389\nFlags: W\nHStem: -10 37<176 204> 225 25<141 189> 314 136<66 77> 437 22<172 194> 500 99<81 95 280 291>\nVStem: 42 99<548 552> 241 99<548 552> 269 66<335 343> 278 76<118 129>\nFore\n190 27 m 0\n 228 27 278 44 278 119 c 0\n 278 173 232 225 179 225 c 2\n 140 225 l 1\n 140 250 l 1\n 177 250 l 2\n 222 250 269 292 269 341 c 0\n 269 396 233 437 187 437 c 0\n 130 437 100 403 77 314 c 1\n 62 314 l 1\n 66 450 l 1\n 77 450 l 1\n 79 448 l 2\n 87 440 89 440 93 440 c 0\n 99 440 109 442 120 447 c 0\n 142 455 164 459 190 459 c 0\n 269 459 335 408 335 336 c 0\n 335 280 292 246 264 237 c 1\n 312 232 354 178 354 127 c 0\n 354 57 316 -10 192 -10 c 0\n 90 -10 52 80 28 126 c 1\n 42 135 l 1\n 90 65 133 27 190 27 c 0\n90 599 m 0\n 118 599 141 576 141 549 c 128\n 141 522 118 500 90 500 c 0\n 63 500 42 522 42 550 c 0\n 42 576 65 599 90 599 c 0\n289 599 m 0\n 317 599 340 576 340 549 c 128\n 340 522 317 500 289 500 c 0\n 262 500 241 522 241 550 c 0\n 241 576 264 599 289 599 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 810\nWidth: 556\nFlags: W\nHStem: -13.6499 44.3619<255 287> 635 41<222 372>\nVStem: 394.793 100.258<166 200>\nDStem: 373 635 490 676 235 327 355 381\nFore\n255 30 m 0\n 314 30 396 64 395 166 c 0\n 394 256 383 327 235 327 c 1\n 373 635 l 1\n 373 635 288 635 226 635 c 0\n 181 635 156 616 134 580 c 0\n 116 551 104 521 96 463 c 1\n 71 463 l 1\n 93 676 l 1\n 490 676 l 1\n 355 381 l 1\n 461 381 496 267 496 200 c 0\n 496 72 402 -14 287 -14 c 0\n 174 -14 75 32 14 113 c 1\n 32 131 l 1\n 106 60 172 30 255 30 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 811\nWidth: 389\nFlags: W\nHStem: -10 37<179 204> 419 31<172 270>\nVStem: 278 76<118 137>\nDStem: 271 419 335 450 204 230 264 242\nFore\n190 27 m 0\n 228 27 278 49 278 124 c 0\n 278 178 249 230 204 230 c 1\n 271 419 l 1\n 271 419 226 419 180 419 c 0\n 123 419 100 403 77 314 c 1\n 62 314 l 1\n 66 450 l 1\n 335 450 l 1\n 264 242 l 1\n 312 242 354 183 354 132 c 0\n 354 54 316 -10 192 -10 c 0\n 90 -10 49 79 28 126 c 1\n 42 135 l 1\n 90 65 133 27 190 27 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 812\nWidth: 722\nFlags: W\nHStem: 0 21G<19 297 424 702> 642 20G<19 297 424 702> 712 54<206 515>\nVStem: 107 102<96 146 211 576> 205 311<713 765> 512 102<96 449 514 576>\nDStem: 512 514 512 450 209 210 209 146\nFore\n209 210 m 1\n 512 514 l 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 625 636 614 625 614 553 c 2\n 614 109 l 2\n 614 38 627 25 702 19 c 1\n 702 0 l 1\n 424 0 l 1\n 424 19 l 1\n 502 24 512 36 512 120 c 2\n 512 450 l 1\n 209 146 l 1\n 209 109 l 2\n 209 38 222 25 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 97 24 107 36 107 120 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 210 l 1\n205 766 m 1\n 516 766 l 1\n 516 712 l 1\n 205 712 l 1\n 205 766 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 813\nWidth: 500\nFlags: W\nHStem: 0 21G<18 226 277 485> 430 20G<18 226 277 485> 500 54<97 406>\nVStem: 81 84<80 111 168 371> 96 311<501 553> 340 84<80 286 343 371>\nDStem: 340 343 340 287 165 167 165 111\nFore\n165 167 m 1\n 340 343 l 1\n 340 351 l 2\n 340 414 327 431 277 435 c 1\n 277 450 l 1\n 485 450 l 1\n 485 435 l 1\n 436 430 424 418 424 369 c 2\n 424 81 l 2\n 424 32 436 20 485 15 c 1\n 485 0 l 1\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 287 l 1\n 165 111 l 1\n 165 81 l 2\n 165 32 177 20 226 15 c 1\n 226 0 l 1\n 18 0 l 1\n 18 15 l 1\n 68 19 81 36 81 99 c 2\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 226 450 l 1\n 226 435 l 1\n 177 430 165 418 165 369 c 2\n 165 167 l 1\n96 554 m 1\n 407 554 l 1\n 407 500 l 1\n 96 500 l 1\n 96 554 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 814\nWidth: 722\nFlags: W\nHStem: 0 21G<19 297 424 702> 642 20G<19 297 424 702> 712 99<249.892 261 451 467>\nVStem: 107 102<96 146 211 576> 211 99<752 768> 410 99<752 768> 512 102<96 449 514 576>\nDStem: 512 514 512 450 209 210 209 146\nFore\n209 210 m 1\n 512 514 l 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 625 636 614 625 614 553 c 2\n 614 109 l 2\n 614 38 627 25 702 19 c 1\n 702 0 l 1\n 424 0 l 1\n 424 19 l 1\n 502 24 512 36 512 120 c 2\n 512 450 l 1\n 209 146 l 1\n 209 109 l 2\n 209 38 222 25 297 19 c 1\n 297 0 l 1\n 19 0 l 1\n 19 19 l 1\n 97 24 107 36 107 120 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 210 l 1\n259 811 m 0\n 287 811 310 788 310 761 c 128\n 310 734 287 712 259 712 c 0\n 232 712 211 734 211 762 c 0\n 211 788 234 811 259 811 c 0\n458 811 m 0\n 486 811 509 788 509 761 c 128\n 509 734 486 712 458 712 c 0\n 431 712 410 734 410 762 c 0\n 410 788 433 811 458 811 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 815\nWidth: 500\nFlags: W\nHStem: 0 21G<18 226 277 485> 430 20G<18 226 277 485> 500 99<146 153 341 354>\nVStem: 81 84<80 111 168 371> 103 99<544 552> 302 99<544 552> 340 84<80 286 343 371>\nDStem: 340 343 340 287 165 167 165 111\nFore\n165 167 m 1\n 340 343 l 1\n 340 351 l 2\n 340 414 327 431 277 435 c 1\n 277 450 l 1\n 485 450 l 1\n 485 435 l 1\n 436 430 424 418 424 369 c 2\n 424 81 l 2\n 424 32 436 20 485 15 c 1\n 485 0 l 1\n 277 0 l 1\n 277 15 l 1\n 327 19 340 36 340 99 c 2\n 340 287 l 1\n 165 111 l 1\n 165 81 l 2\n 165 32 177 20 226 15 c 1\n 226 0 l 1\n 18 0 l 1\n 18 15 l 1\n 68 19 81 36 81 99 c 2\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 226 450 l 1\n 226 435 l 1\n 177 430 165 418 165 369 c 2\n 165 167 l 1\n151 599 m 0\n 179 599 202 576 202 549 c 128\n 202 522 179 500 151 500 c 0\n 124 500 103 522 103 550 c 0\n 103 576 126 599 151 599 c 0\n350 599 m 0\n 378 599 401 576 401 549 c 128\n 401 522 378 500 350 500 c 0\n 323 500 302 522 302 550 c 0\n 302 576 325 599 350 599 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 816\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 640 36<354 370> 712 99<258 262 450 466>\nVStem: 34 114<306 354> 212 99<754 770> 411 99<754 770> 574 114<306 354>\nFore\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n361 640 m 0\n 306 640 257 618 218 575 c 0\n 176 528 148 431 148 329 c 0\n 148 218 181 117 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 561 200 574 269 574 328 c 0\n 574 447 543 541 489 590 c 0\n 453 622 407 640 361 640 c 0\n260 811 m 0\n 288 811 311 788 311 761 c 128\n 311 734 288 712 260 712 c 0\n 233 712 212 734 212 762 c 0\n 212 788 235 811 260 811 c 0\n459 811 m 0\n 487 811 510 788 510 761 c 128\n 510 734 487 712 459 712 c 0\n 432 712 411 734 411 762 c 0\n 411 788 434 811 459 811 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 817\nWidth: 500\nFlags: W\nHStem: -10 28<247 269> 432 28<236 251> 500 99<141 157 338.892 350>\nVStem: 29.6509 90.2348<226 275> 101 99<548 552> 300 99<548 552> 379.761 89.5589<199 234>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n237 432 m 0\n 166 432 119 370 119 275 c 0\n 119 204 135 134 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 18 380 86 380 199 c 0\n 380 336 321 432 237 432 c 0\n149 599 m 0\n 177 599 200 576 200 549 c 128\n 200 522 177 500 149 500 c 0\n 122 500 101 522 101 550 c 0\n 101 576 124 599 149 599 c 0\n348 599 m 0\n 376 599 399 576 399 549 c 128\n 399 522 376 500 348 500 c 0\n 321 500 300 522 300 550 c 0\n 300 576 323 599 348 599 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 818\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 306 54<150 572> 640 36<354 370>\nVStem: 34 654<306 354>\nFore\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n573 306 m 1\n 148 306 l 1\n 153 204 185 114 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 559 194 571 252 573 306 c 1\n573 360 m 1\n 568 464 538 545 489 590 c 0\n 453 622 407 640 361 640 c 0\n 306 640 257 618 218 575 c 0\n 180 533 154 450 149 360 c 1\n 573 360 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 819\nWidth: 500\nFlags: W\nHStem: -10 28<247 269> 200 54<126 376> 432 28<236 251>\nVStem: 29 441<214 246>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n380 200 m 1\n 125 200 l 1\n 132 156 145 115 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 17 380 87 380 200 c 1\n377 254 m 1\n 363 361 309 432 237 432 c 0\n 166 432 119 370 119 275 c 0\n 119 254 l 1\n 377 254 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 820\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 306 54<150 572> 640 36<354 370> 712 99<258 262 450 466>\nVStem: 34 654<306 354> 212 99<754 770> 411 99<754 770>\nFore\n361 676 m 0\n 457 676 541 640 604 571 c 0\n 659 511 688 426 688 327 c 0\n 688 126 552 -14 355 -14 c 0\n 267 -14 178 25 120 88 c 0\n 66 146 34 237 34 331 c 0\n 34 532 170 676 361 676 c 0\n573 306 m 1\n 148 306 l 1\n 153 204 185 114 233 71 c 0\n 268 40 313 22 359 22 c 0\n 412 22 457 40 492 75 c 0\n 515 98 532 123 541 148 c 0\n 559 194 571 252 573 306 c 1\n573 360 m 1\n 568 464 538 545 489 590 c 0\n 453 622 407 640 361 640 c 0\n 306 640 257 618 218 575 c 0\n 180 533 154 450 149 360 c 1\n 573 360 l 1\n260 811 m 0\n 288 811 311 788 311 761 c 128\n 311 734 288 712 260 712 c 0\n 233 712 212 734 212 762 c 0\n 212 788 235 811 260 811 c 0\n459 811 m 0\n 487 811 510 788 510 761 c 128\n 510 734 487 712 459 712 c 0\n 432 712 411 734 411 762 c 0\n 411 788 434 811 459 811 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 821\nWidth: 500\nFlags: W\nHStem: -10 28<247 269> 200 54<126 376> 432 28<236 251> 500 99<141 157 338.892 350>\nVStem: 29 441<214 246> 101 99<548 552> 300 99<548 552>\nFore\n250 460 m 0\n 378 460 470 365 470 234 c 0\n 470 96 374 -10 248 -10 c 128\n 122 -10 29 91 29 226 c 0\n 29 364 120 460 250 460 c 0\n380 200 m 1\n 125 200 l 1\n 132 156 145 115 163 82 c 0\n 184 42 221 18 260 18 c 0\n 335 17 380 87 380 200 c 1\n377 254 m 1\n 363 361 309 432 237 432 c 0\n 166 432 119 370 119 275 c 0\n 119 254 l 1\n 377 254 l 1\n149 599 m 0\n 177 599 200 576 200 549 c 128\n 200 522 177 500 149 500 c 0\n 122 500 101 522 101 550 c 0\n 101 576 124 599 149 599 c 0\n348 599 m 0\n 376 599 399 576 399 549 c 128\n 399 522 376 500 348 500 c 0\n 321 500 300 522 300 550 c 0\n 300 576 323 599 348 599 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 822\nWidth: 667\nFlags: W\nHStem: -13.3569 43.4943<269 301> 315 44<214 515> 450 21G<41 64> 636 40<269 301> 712 99<220.892 236 419.892 433>\nVStem: 182 99<754 770> 213 420<315 354> 381 99<754 770>\nFore\n516 359 m 1\n 509 528 418 636 279 636 c 0\n 222 636 170 615 130 575 c 0\n 98 543 83 515 64 450 c 1\n 41 450 l 1\n 50 676 l 1\n 71 676 l 1\n 77 655 93 643 113 643 c 0\n 122 643 137 646 152 652 c 0\n 201 668 251 676 298 676 c 0\n 380 676 463 645 525 590 c 0\n 595 528 633 435 633 325 c 0\n 633 232 603 146 552 89 c 0\n 492 24 400 -14 301 -14 c 0\n 188 -14 89 32 28 113 c 1\n 46 131 l 1\n 120 60 186 30 269 30 c 0\n 332 30 388 50 431 88 c 0\n 482 134 513 215 517 315 c 1\n 213 315 l 1\n 213 359 l 1\n 516 359 l 1\n230 811 m 0\n 258 811 281 788 281 761 c 128\n 281 734 258 712 230 712 c 0\n 203 712 182 734 182 762 c 0\n 182 788 205 811 230 811 c 0\n429 811 m 0\n 457 811 480 788 480 761 c 128\n 480 734 457 712 429 712 c 0\n 402 712 381 734 381 762 c 0\n 381 788 404 811 429 811 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 823\nWidth: 444\nFlags: W\nHStem: -10 72.0032<180 222> 216 37<159 332> 431 29<185 201> 500 99<108.892 121 313 319>\nVStem: 70 99<548 552> 158 253.987<216 238.668> 269 99<548 552>\nFore\n158 216 m 1\n 158 253 l 1\n 335 253 l 1\n 336 358 281 431 199 431 c 0\n 163 431 150 420 140 383 c 2\n 134 361 l 2\n 126 333 108 315 87 315 c 0\n 61 315 39 334 39 357 c 0\n 39 413 109 460 193 460 c 0\n 242 460 293 440 334 404 c 0\n 384 360 412 292 412 213 c 0\n 412 83 333 -10 222 -10 c 0\n 177 -10 137 6 101 37 c 0\n 74 61 55 88 25 147 c 1\n 39 156 l 1\n 87 86 123 62 180 62 c 0\n 260 62 320 123 333 216 c 1\n 158 216 l 1\n118 599 m 0\n 146 599 169 576 169 549 c 128\n 169 522 146 500 118 500 c 0\n 91 500 70 522 70 550 c 0\n 70 576 93 599 118 599 c 0\n317 599 m 0\n 345 599 368 576 368 549 c 128\n 368 522 345 500 317 500 c 0\n 290 500 269 522 269 550 c 0\n 269 576 292 599 317 599 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 824\nWidth: 746\nFlags: W\nHStem: -12 122.976<151 196> 642 20G<20 306 482 727> 712 54<219 528>\nVStem: 20 286<643 661> 218 311<713 765> 482 245<643 661>\nDStem: 168 488 254 520 318 133 371 244 524 542 590 549 371 244 381 140\nFore\n727 662 m 1\n 727 643 l 1\n 663 639 637 636 590 549 c 1\n 381 140 l 2\n 330 41 292 -12 196 -12 c 0\n 144 -12 101 12 101 51 c 0\n 101 96 126 111 151 111 c 0\n 199 110 211 87 213 65 c 0\n 214 51 219 36 238 36 c 0\n 267 36 283 70 318 133 c 1\n 168 488 l 1\n 115 636 85 640 20 643 c 1\n 20 662 l 1\n 306 662 l 1\n 306 643 l 1\n 278 642 l 2\n 245 641 230 633 230 613 c 0\n 230 591 230 577 254 520 c 2\n 371 244 l 1\n 524 542 l 2\n 545 583 552 596 552 611 c 0\n 552 634 536 641 482 643 c 1\n 482 662 l 1\n 727 662 l 1\n218 766 m 1\n 529 766 l 1\n 529 712 l 1\n 218 712 l 1\n 218 766 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 825\nWidth: 500\nFlags: W\nHStem: -218 101.995<73 104> 435 15<340.031 356.823> 500 54<90 399>\nVStem: 14 206<436 449> 89 311<501 553> 340 135<435 449>\nDStem: 65 404 172 370 179 158 287 117\nFore\n475 450 m 1\n 475 435 l 1\n 451 432 440 422 427 390 c 1\n 273 -18 l 2\n 219 -162 171 -218 104 -218 c 0\n 62 -218 30 -193 30 -160 c 0\n 30 -136 50 -116 73 -116 c 0\n 90 -116 107 -120 126 -127 c 0\n 136 -132 145 -134 151 -134 c 0\n 165 -134 187 -115 201 -89 c 0\n 218 -59 241 4 241 19 c 128\n 241 34 225 70 197 120 c 1\n 182 150 l 1\n 179 158 l 1\n 65 404 l 2\n 57 421 40 432 14 436 c 1\n 14 450 l 1\n 220 450 l 1\n 220 435 l 1\n 177 433 162 426 162 408 c 0\n 162 397 166 384 172 370 c 2\n 287 117 l 1\n 384 393 l 1\n 387 400 388 406 388 410 c 0\n 388 426 372 435 340 435 c 1\n 340 450 l 1\n 475 450 l 1\n89 554 m 1\n 400 554 l 1\n 400 500 l 1\n 89 500 l 1\n 89 554 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 826\nWidth: 746\nFlags: W\nHStem: -12 122.976<151 196> 642 20G<20 306 482 727> 712 99<263.892 280 468 482>\nVStem: 20 286<643 661> 225 99<756 764> 424 99<756 764> 482 245<643 661>\nDStem: 168 488 254 520 318 133 371 244 524 542 590 549 371 244 381 140\nFore\n727 662 m 1\n 727 643 l 1\n 663 639 637 636 590 549 c 1\n 381 140 l 2\n 330 41 292 -12 196 -12 c 0\n 144 -12 101 12 101 51 c 0\n 101 96 126 111 151 111 c 0\n 199 110 211 87 213 65 c 0\n 214 51 219 36 238 36 c 0\n 267 36 283 70 318 133 c 1\n 168 488 l 1\n 115 636 85 640 20 643 c 1\n 20 662 l 1\n 306 662 l 1\n 306 643 l 1\n 278 642 l 2\n 245 641 230 633 230 613 c 0\n 230 591 230 577 254 520 c 2\n 371 244 l 1\n 524 542 l 2\n 545 583 552 596 552 611 c 0\n 552 634 536 641 482 643 c 1\n 482 662 l 1\n 727 662 l 1\n273 811 m 0\n 301 811 324 788 324 761 c 128\n 324 734 301 712 273 712 c 0\n 246 712 225 734 225 762 c 0\n 225 788 248 811 273 811 c 0\n472 811 m 0\n 500 811 523 788 523 761 c 128\n 523 734 500 712 472 712 c 0\n 445 712 424 734 424 762 c 0\n 424 788 447 811 472 811 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 827\nWidth: 500\nFlags: W\nHStem: -218 101.995<73 104> 435 15<340.031 356.823> 500 99<133.892 153 334 350>\nVStem: 14 206<436 449> 95 99<548 552> 294 99<548 552> 340 135<435 449>\nDStem: 65 404 172 370 179 158 287 117\nFore\n475 450 m 1\n 475 435 l 1\n 451 432 440 422 427 390 c 1\n 273 -18 l 2\n 219 -162 171 -218 104 -218 c 0\n 62 -218 30 -193 30 -160 c 0\n 30 -136 50 -116 73 -116 c 0\n 90 -116 107 -120 126 -127 c 0\n 136 -132 145 -134 151 -134 c 0\n 165 -134 187 -115 201 -89 c 0\n 218 -59 241 4 241 19 c 128\n 241 34 225 70 197 120 c 1\n 182 150 l 1\n 179 158 l 1\n 65 404 l 2\n 57 421 40 432 14 436 c 1\n 14 450 l 1\n 220 450 l 1\n 220 435 l 1\n 177 433 162 426 162 408 c 0\n 162 397 166 384 172 370 c 2\n 287 117 l 1\n 384 393 l 1\n 387 400 388 406 388 410 c 0\n 388 426 372 435 340 435 c 1\n 340 450 l 1\n 475 450 l 1\n143 599 m 0\n 171 599 194 576 194 549 c 128\n 194 522 171 500 143 500 c 0\n 116 500 95 522 95 550 c 0\n 95 576 118 599 143 599 c 0\n342 599 m 0\n 370 599 393 576 393 549 c 128\n 393 522 370 500 342 500 c 0\n 315 500 294 522 294 550 c 0\n 294 576 317 599 342 599 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 828\nWidth: 746\nFlags: W\nHStem: -12 122.976<151 196> 642 20G<20 306 482 727>\nVStem: 20 286<643 661> 482 245<643 661>\nDStem: 168 488 254 520 318 133 371 244 524 542 590 549 371 244 381 140\nFore\n727 662 m 1\n 727 643 l 1\n 663 639 637 636 590 549 c 1\n 381 140 l 2\n 330 41 292 -12 196 -12 c 0\n 144 -12 101 12 101 51 c 0\n 101 96 126 111 151 111 c 0\n 199 110 211 87 213 65 c 0\n 214 51 219 36 238 36 c 0\n 267 36 283 70 318 133 c 1\n 168 488 l 1\n 115 636 85 640 20 643 c 1\n 20 662 l 1\n 306 662 l 1\n 306 643 l 1\n 278 642 l 2\n 245 641 230 633 230 613 c 0\n 230 591 230 577 254 520 c 2\n 371 244 l 1\n 524 542 l 2\n 545 583 552 596 552 611 c 0\n 552 634 536 641 482 643 c 1\n 482 662 l 1\n 727 662 l 1\n379 712 m 1\n 339 712 l 1\n 486 860 l 2\n 504 878 513 883 528 883 c 0\n 550 883 563 871 563 851 c 0\n 563 835 554 822 533 809 c 2\n 379 712 l 1\n223 712 m 1\n 183 712 l 1\n 330 860 l 2\n 348 878 357 883 372 883 c 0\n 394 883 407 871 407 851 c 0\n 407 835 398 822 377 809 c 2\n 223 712 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 829\nWidth: 500\nFlags: W\nHStem: -218 101.995<73 104> 435 15<340.031 356.823>\nVStem: 14 206<436 449> 340 135<435 449>\nDStem: 65 404 172 370 179 158 287 117\nFore\n475 450 m 1\n 475 435 l 1\n 451 432 440 422 427 390 c 1\n 273 -18 l 2\n 219 -162 171 -218 104 -218 c 0\n 62 -218 30 -193 30 -160 c 0\n 30 -136 50 -116 73 -116 c 0\n 90 -116 107 -120 126 -127 c 0\n 136 -132 145 -134 151 -134 c 0\n 165 -134 187 -115 201 -89 c 0\n 218 -59 241 4 241 19 c 128\n 241 34 225 70 197 120 c 1\n 182 150 l 1\n 179 158 l 1\n 65 404 l 2\n 57 421 40 432 14 436 c 1\n 14 450 l 1\n 220 450 l 1\n 220 435 l 1\n 177 433 162 426 162 408 c 0\n 162 397 166 384 172 370 c 2\n 287 117 l 1\n 384 393 l 1\n 387 400 388 406 388 410 c 0\n 388 426 372 435 340 435 c 1\n 340 450 l 1\n 475 450 l 1\n251 500 m 1\n 211 500 l 1\n 358 648 l 2\n 376 666 385 671 400 671 c 0\n 422 671 435 659 435 639 c 0\n 435 623 426 610 405 597 c 2\n 251 500 l 1\n95 500 m 1\n 55 500 l 1\n 202 648 l 2\n 220 666 229 671 244 671 c 0\n 266 671 279 659 279 639 c 0\n 279 623 270 610 249 597 c 2\n 95 500 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 830\nWidth: 722\nFlags: W\nHStem: 0 21G<424 702> 235 44<339 371> 642 20G<19 297 424 702> 712 99<249.892 261 451 467>\nVStem: 107 102<416 576> 211 99<752 768> 410 99<752 768> 512 102<96 295 340 576>\nFore\n209 426 m 2\n 209 346 270 279 354 279 c 0\n 409 279 467 304 512 340 c 1\n 512 553 l 2\n 512 625 501 636 424 643 c 1\n 424 662 l 1\n 702 662 l 1\n 702 643 l 1\n 625 636 614 625 614 553 c 2\n 614 109 l 2\n 614 38 627 25 702 19 c 1\n 702 0 l 1\n 424 0 l 1\n 424 19 l 1\n 502 24 512 36 512 120 c 2\n 512 296 l 1\n 472 262 417 235 357 235 c 0\n 218 235 107 312 107 427 c 2\n 107 553 l 2\n 107 625 96 636 19 643 c 1\n 19 662 l 1\n 297 662 l 1\n 297 643 l 1\n 220 636 209 625 209 553 c 2\n 209 426 l 2\n259 811 m 0\n 287 811 310 788 310 761 c 128\n 310 734 287 712 259 712 c 0\n 232 712 211 734 211 762 c 0\n 211 788 234 811 259 811 c 0\n458 811 m 0\n 486 811 509 788 509 761 c 128\n 509 734 486 712 458 712 c 0\n 431 712 410 734 410 762 c 0\n 410 788 433 811 458 811 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 831\nWidth: 500\nFlags: W\nHStem: 0 21G<262 470> 430 20G<18 226 262 470> 500 99<133.892 146 338 344>\nVStem: 81 84<256 371> 95 99<544 552> 294 99<544 552> 325 84<80 197 245 371>\nFore\n165 269 m 1\n 164 226 204 198 239 197 c 0\n 278 196 308 222 325 245 c 1\n 325 351 l 2\n 325 414 312 431 262 435 c 1\n 262 450 l 1\n 470 450 l 1\n 470 435 l 1\n 421 430 409 418 409 369 c 2\n 409 81 l 2\n 409 32 421 20 470 15 c 1\n 470 0 l 1\n 262 0 l 1\n 262 15 l 1\n 312 19 325 36 325 99 c 2\n 325 198 l 1\n 298 168 254 148 209 148 c 128\n 164 148 80 180 81 267 c 1\n 81 351 l 2\n 81 414 68 431 18 435 c 1\n 18 450 l 1\n 226 450 l 1\n 226 435 l 1\n 177 430 165 418 165 369 c 2\n 165 269 l 1\n143 599 m 0\n 171 599 194 576 194 549 c 128\n 194 522 171 500 143 500 c 0\n 116 500 95 522 95 550 c 0\n 95 576 118 599 143 599 c 0\n342 599 m 0\n 370 599 393 576 393 549 c 128\n 393 522 370 500 342 500 c 0\n 315 500 294 522 294 550 c 0\n 294 576 317 599 342 599 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 832\nWidth: 940\nFlags: W\nHStem: 0 37<224 261> 334 40<235 282> 642 20G<16 296 617 914> 712 99<354.892 368 560 565>\nVStem: 16 280<643 661> 100 102<80 331 372 576> 316 99<752 768> 433 109<176 192> 515 99<752 768> 714 102<96 576>\nFore\n714 109 m 2\n 714 553 l 2\n 714 627 702 638 617 643 c 1\n 617 662 l 1\n 914 662 l 1\n 914 643 l 1\n 830 639 816 626 816 553 c 2\n 816 109 l 2\n 816 36 832 22 914 19 c 1\n 914 0 l 1\n 617 0 l 1\n 617 19 l 1\n 701 22 714 34 714 109 c 2\n202 371 m 1\n 228 373 245 374 271 374 c 0\n 349 374 403 364 446 340 c 0\n 506 308 542 247 542 181 c 0\n 542 139 528 101 501 72 c 0\n 461 28 374 0 280 0 c 2\n 16 0 l 1\n 16 19 l 1\n 90 27 100 37 100 109 c 2\n 100 542 l 2\n 100 626 92 636 16 643 c 1\n 16 662 l 1\n 296 662 l 1\n 296 643 l 1\n 217 640 202 626 202 553 c 2\n 202 371 l 1\n202 71 m 2\n 202 44 209 37 236 37 c 0\n 371 37 433 84 433 187 c 0\n 433 284 374 334 259 334 c 0\n 239 334 225 333 202 331 c 1\n 202 71 l 2\n364 811 m 0\n 392 811 415 788 415 761 c 128\n 415 734 392 712 364 712 c 0\n 337 712 316 734 316 762 c 0\n 316 788 339 811 364 811 c 0\n563 811 m 0\n 591 811 614 788 614 761 c 128\n 614 734 591 712 563 712 c 0\n 536 712 515 734 515 762 c 0\n 515 788 538 811 563 811 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 833\nWidth: 710\nFlags: W\nHStem: 0 36<177.209 227> 218 36<162.063 227> 434 16<15.0629 30.0521 210 224> 500 99<239.892 255 438.892 450>\nVStem: 78 84<76 217 254 371> 201 99<544 552> 331 95<121 134> 400 99<544 552> 540 84<76 371>\nFore\n296 250 m 0\n 353 243 379 224 398 205 c 128\n 417 186 426 162 426 132 c 0\n 426 100 406 59 370 37 c 0\n 333 14 282 0 204 0 c 2\n 15 0 l 1\n 15 15 l 1\n 58 18 78 32 78 84 c 2\n 78 333 l 2\n 78 383 82 434 15 434 c 1\n 15 450 l 1\n 225 450 l 1\n 225 434 l 1\n 158 434 162 383 162 333 c 2\n 162 254 l 1\n 210 254 l 2\n 251 254 272 252 296 250 c 0\n162 218 m 1\n 162 77 l 2\n 162 55 161 36 186 36 c 0\n 252 36 267 40 288 54 c 0\n 314 71 331 92 331 122 c 0\n 331 158 312 193 265 210 c 0\n 248 216 244 218 162 218 c 1\n540 99 m 2\n 540 351 l 2\n 540 414 527 431 477 435 c 1\n 477 450 l 1\n 685 450 l 1\n 685 435 l 1\n 636 430 624 418 624 369 c 2\n 624 81 l 2\n 624 32 636 20 685 15 c 1\n 685 0 l 1\n 477 0 l 1\n 477 15 l 1\n 527 19 540 36 540 99 c 2\n249 599 m 0\n 277 599 300 576 300 549 c 128\n 300 522 277 500 249 500 c 0\n 222 500 201 522 201 550 c 0\n 201 576 224 599 249 599 c 0\n448 599 m 0\n 476 599 499 576 499 549 c 128\n 499 522 476 500 448 500 c 0\n 421 500 400 522 400 550 c 0\n 400 576 423 599 448 599 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x0,0 x0,0 \nEndChar\nStartChar: FL0500h\nEncoding: 1280 1280 834\nWidth: 556\nFlags: W\nHStem: 0 19<531 542> 0 37<297 542> 334 40<271 299> 643 19<262 296 529.334 542>\nVStem: 16 109<175 193> 356 102<71 331 371 577>\nFore\n356 371 m 1\n 356 553 l 2\n 356 592 349 617 335 627 c 2\n 333 629 l 2\n 320 638 296 642 262 643 c 1\n 262 662 l 1\n 542 662 l 1\n 542 643 l 1\n 466.359 637.028 458 623.066 458 543 c 1\n 458 109 l 1\n 458 70 464 46 476 37 c 1\n 476 36 l 1\n 477 36 l 2\n 488 27 509 22 542 19 c 1\n 542 0 l 1\n 278 0 l 2\n 139.166 0 16 51.4642 16 180 c 2\n 16 181 l 2\n 16 238 38 285 83 321 c 0\n 131 358 192 374 287 374 c 1\n 356 371 l 1\n356 71 m 1\n 356 331 l 1\n 299 334 l 1\n 184 334 126 286 125 189 c 1\n 125 187 l 2\n 125 75 203 37 322 37 c 0\n 352 37 353 48 356 71 c 1\nEndSplineSet\nEndChar\nStartChar: FL0501h\nEncoding: 1281 1281 835\nWidth: 500\nFlags: W\nHStem: -10 52<218 251> 432 28<233 251>\nVStem: 27 86<205 245> 340 84<100 343 114 583>\nFore\n344 -10 m 1\n 491 42 l 1\n 491 58 l 1\n 468 57 l 2\n 432 57 424 70 424 114 c 2\n 424 681 l 1\n 419 683 l 1\n 382 670 333 655 272 639 c 1\n 272 623 l 1\n 294 624 l 2\n 305 624 314 623 320 621 c 2\n 321 620 l 2\n 334 615 340 600 340 573 c 2\n 340 417 l 1\n 333 423 l 2\n 302 448 269 460 235 460 c 0\n 184 460 139 440 100 400 c 0\n 51 349 27 284 27 205 c 2\n 27 204 l 2\n 27 80 100 -10 212 -10 c 2\n 218 -10 l 2\n 268 -9 309 14 340 57 c 1\n 340 -7 l 1\n 344 -10 l 1\n340 332 m 1\n 340 101 l 1\n 339 94 334 84 323 72 c 0\n 305 52 281 42 251 42 c 0\n 224 42 201 50 180 66 c 0\n 135 101 113 160 113 245 c 2\n 113 246 l 2\n 113 347.015 152.441 432 238 432 c 0\n 297 432 340 382 340 332 c 1\nEndSplineSet\nEndChar\nStartChar: FL0502h\nEncoding: 1282 1282 836\nWidth: 900\nFlags: W\nHStem: -22 20G<590.5 620.5> 0 37<297 542> 0 51<540 600> 334 40<271 299> 407 19<567 593.404 567 874> 643 19<262 297 529.001 542>\nVStem: 16 109<173 191> 356 102<71 332 371 575> 667 108<141 336>\nFore\n567 426 m 1\n 874 426 l 1\n 874 407 l 1\n 801 407 775 384 775 328 c 2\n 775 159 l 2\n 775 78 756 47 702 17 c 1\n 675 4 641 -2 600 -2 c 0\n 581 -2 562 -1 542 2 c 1\n 542 0 l 1\n 278 0 l 2\n 139.166 0 16 51.4642 16 180 c 2\n 16 181 l 2\n 16 238 38 285 83 321 c 0\n 131 358 192 374 287 374 c 1\n 356 371 l 1\n 356 553 l 2\n 356 592 349 617 335 627 c 2\n 333 629 l 2\n 321 637 297 642 262 643 c 1\n 262 662 l 1\n 542 662 l 1\n 542 643 l 1\n 466.605 637.2 458 622.157 458 543 c 2\n 458 109 l 2\n 458 92 459 77 461 66 c 1\n 497 56 528 51 554 51 c 0\n 587 51 615 59 636 74 c 2\n 637 75 l 2\n 657 90 667 119 667 160 c 2\n 667 329 l 2\n 667 392 634 407 567 407 c 1\n 567 426 l 1\n356 71 m 1\n 356 331 l 1\n 299 334 l 1\n 184 334 126 286 125 189 c 1\n 125 187 l 2\n 125 75 203 37 322 37 c 0\n 352 37 353 48 356 71 c 1\nEndSplineSet\nEndChar\nStartChar: FL0503h\nEncoding: 1283 1283 837\nWidth: 819\nFlags: W\nHStem: -20 21G<494 495> -9 51<218 251> 432 28<233 251>\nVStem: 27 86<205 245> 340 84<100 681> 587 24<147 173>\nFore\n600 304 m 1\n 600 286 l 1\n 595 279 592 272 592 265 c 0\n 592 257 594 246 598 232 c 0\n 607 208 611 180 611 147 c 0\n 611 94 600 52 577 23 c 0\n 554 -5 527 -19 495 -20 c 2\n 494 -20 l 2\n 473 -20 454 -13 437 0 c 1\n 409 15 376 43 340 57 c 1\n 309 14 269 -8 218 -9 c 2\n 212 -9 l 2\n 97 -9 27 80 27 204 c 2\n 27 205 l 2\n 27 284 51 349 100 400 c 0\n 139 440 184 460 235 460 c 0\n 276 460 310 442 340 417 c 1\n 340 573 l 2\n 340 600 334 615 321 620 c 2\n 320 621 l 2\n 314 623 305 624 294 624 c 2\n 272 623 l 1\n 272 639 l 1\n 333 655 382 670 419 683 c 1\n 424 681 l 1\n 424 99 l 1\n 440 78 464 67 496 67 c 0\n 552 67 587 110 587 164 c 0\n 587 227 544 268 459 288 c 1\n 459 307 l 1\n 600 304 l 1\n340 332 m 2\n 340 385.28 294.825 432 238 432 c 0\n 152 432 113 345 113 246 c 2\n 113 245 l 2\n 113 160 135 101 180 66 c 0\n 201 50 225 42 251 42 c 0\n 281 42 305 52 323 72 c 0\n 333 83 339 93 340 101 c 1\n 340 332 l 2\nEndSplineSet\nEndChar\nStartChar: FL0506h\nEncoding: 1284 1284 838\nWidth: 605\nFlags: W\nHStem: -20 20G<385 401> 342 33<161 189> 663 39<240 272> 672 21G<102.5 113>\nVStem: 358 108<512 531> 385 103<0 196>\nFore\n488 128 m 2\n 488 53 503 44 575 38 c 1\n 583 -127 l 1\n 558 -127 l 1\n 548 -74 531 -39 507 -22 c 0\n 484 -7 449 0 401 0 c 2\n 385 0 l 1\n 385 195 l 1\n 382 238 348 276 317 301 c 1\n 286 328 241 342 184 342 c 2\n 161 342 l 1\n 161 375 l 1\n 284 375 358 414 358 529 c 0\n 358 607 318 663 240 663 c 0\n 149 663 95 608 77 498 c 1\n 60 498 l 1\n 60 702 l 1\n 79 702 l 1\n 83 682 94 672 111 672 c 0\n 115 672 127 675 146 680 c 0\n 189 695 231 702 272 702 c 0\n 375 702 466 635 466 524 c 0\n 466 435 421 380 331 358 c 1\n 417 351 481 285 488 200 c 1\n 488 128 l 2\nEndSplineSet\nEndChar\nStartChar: FL0507h\nEncoding: 1285 1285 839\nWidth: 515\nFlags: W\nHStem: -20 20G<293 309> 233 30<160 180.538> 436 20G<77.5 85> 444 20G<41 60> 451 24<180 200>\nVStem: 279 87<350 368>\nFore\n309 0 m 2\n 293 0 l 1\n 293 134 l 1\n 292 134 l 1\n 290 201 233 233 160 233 c 1\n 160 263 l 1\n 228 263 279 294 279 360 c 0\n 279 416 236 451 182 451 c 0\n 119 451 78 408 58 323 c 1\n 41 323 l 1\n 41 464 l 1\n 60 464 l 1\n 67 459 74 456 81 456 c 0\n 89 456 100 458 114 462 c 0\n 139 471 169 475 200 475 c 0\n 253 475 294 464 323 441 c 0\n 351 418 366 389 366 358 c 0\n 366 303 325 267 243 250 c 1\n 330 235 377 197 383 138 c 1\n 384 99 389 64 400 55 c 128\n 411 46 437 40 473 37 c 1\n 481 -129 l 1\n 456 -129 l 1\n 439 -37 405 0 309 0 c 2\nEndSplineSet\nEndChar\nStartChar: FL0504h\nEncoding: 1286 1286 840\nWidth: 841\nFlags: W\nHStem: -12 32<509 542> 342 33<161 189> 398 19<513 539.404 513 820> 652 20G<102.5 113.5> 663 39<240 273>\nVStem: 358 108<515 533> 365 123<131 201> 613 108<129 325>\nFore\n273 702 m 0\n 376 702 466 634 466 523 c 0\n 466 434 421 379 331 357 c 1\n 416 350 481 283 487 200 c 1\n 488 200 l 1\n 488 131 l 2\n 488 78 494 51 510 20 c 1\n 570 20 613 34 613 151 c 2\n 613 320 l 2\n 613 383 580 398 513 398 c 1\n 513 417 l 1\n 820 417 l 1\n 820 398 l 1\n 747 398 721 374 721 319 c 2\n 721 150 l 2\n 721 69 702 38 648 8 c 0\n 626 -3 598 -9 564 -11 c 1\n 564 -12 l 1\n 542 -12 l 2\n 507 -12 482 -10 466 -6 c 0\n 423 5 377 40 369 99 c 1\n 368 100 l 1\n 367 106 366 139 365 200 c 0\n 361 293 288 342 184 342 c 2\n 161 342 l 1\n 161 375 l 1\n 284 375 358 414 358 529 c 0\n 358 607 318 663 240 663 c 0\n 149 663 95 608 77 498 c 1\n 60 498 l 1\n 60 702 l 1\n 79 702 l 1\n 83 682 94 672 111 672 c 0\n 116 672 128 675 146 680 c 0\n 190 695 233 702 273 702 c 0\nEndSplineSet\nEndChar\nStartChar: FL0505h\nEncoding: 1287 1287 841\nWidth: 566\nFlags: W\nHStem: -26 87<396.514 426> 233 30<160 180.538> 436 20G<77.5 85> 444 20G<41 60> 451 24<180 199>\nVStem: 279 87<344.361 359> 292 92<65 96> 292 93<85 135> 504 24<141 167>\nFore\n292 96 m 2\n 292 129 l 2\n 292 199 235 233 160 233 c 1\n 160 263 l 1\n 228 263 279 294 279 360 c 0\n 279 416 236 451 182 451 c 0\n 119 451 78 408 58 323 c 1\n 41 323 l 1\n 41 464 l 1\n 60 464 l 1\n 67 459 74 456 81 456 c 0\n 89 456 100 458 114 462 c 0\n 138 471 166 475 199 475 c 0\n 252 475 294 464 323 441 c 0\n 351 418 365 391 366 359 c 1\n 366 358 l 2\n 366 303 325 267 243 250 c 1\n 336 234 385 194 385 123 c 2\n 385 107 l 2\n 385 96 384 79 384 65 c 1\n 393 62 402 61 413 61 c 0\n 469 61 504 104 504 158 c 0\n 504 221 461 262 376 282 c 1\n 376 301 l 1\n 517 298 l 1\n 517 280 l 1\n 512 273 509 266 509 259 c 0\n 509 251 511 240 515 226 c 0\n 524 202 528 174 528 141 c 0\n 528 46 486 -26 410 -26 c 0\n 354 -26 292 -26 292 96 c 2\nEndSplineSet\nEndChar\nStartChar: FL0508h\nEncoding: 1288 1288 842\nWidth: 974\nFlags: W\nHStem: -6 114<69 107> -1 32<637 670> 409 19<641 667.404 641 948> 668 18<141 166 141 714>\nVStem: 239 42<328 603> 507 109<139 603> 741 108<137 347>\nFore\n154 68 m 0\n 226.016 68 239 252.385 239 357 c 2\n 239 588 l 2\n 239 641 210 668 152 668 c 2\n 141 668 l 1\n 141 686 l 1\n 714 686 l 1\n 714 668 l 1\n 650 668 616 653 616 592 c 2\n 616 142 l 2\n 616 89 622 62 638 31 c 1\n 698 31 741 45 741 162 c 2\n 741 331 l 2\n 741 394 708 409 641 409 c 1\n 641 428 l 1\n 948 428 l 1\n 948 409 l 1\n 875 409 849 385 849 330 c 2\n 849 161 l 2\n 849 80 830 49 776 19 c 0\n 754 8 726 2 692 0 c 1\n 692 -1 l 1\n 670 -1 l 2\n 635 -1 610 1 594 5 c 0\n 552 16 522 44 508 139 c 0\n 507 144 507 151 507 159 c 2\n 507 186 l 1\n 508 186 l 1\n 508 644 l 1\n 281 644 l 1\n 281 375 l 2\n 281 172.328 244.775 -6 107 -6 c 0\n 50 -6 22 14 21 55 c 1\n 21 56 l 2\n 21 84 41 108 69 108 c 0\n 83 108 98 102 115 89 c 2\n 116 88 l 2\n 133 75 146 68 154 68 c 0\nEndSplineSet\nEndChar\nStartChar: FL0509h\nEncoding: 1289 1289 843\nWidth: 530\nFlags: W\nHStem: -42 87<499 513> -13 92<38 68> 446 18<74 503>\nVStem: 149 32<149 391> 346 0<100 112> 347 79<102 375> 604 24<125 151>\nFore\n102 44 m 0\n 147.055 44 149 134.842 149 203 c 2\n 149 364 l 2\n 149 408 144 422 118 437 c 1\n 106 442 91 445 74 446 c 1\n 74 464 l 1\n 503 464 l 1\n 503 446 l 1\n 456 446 426 433 426 366 c 2\n 426 103 l 1\n 442 68 467 45 513 45 c 0\n 569 45 604 88 604 142 c 0\n 604 205 561 246 476 266 c 1\n 476 285 l 1\n 617 282 l 1\n 617 264 l 1\n 612 257 609 250 609 243 c 0\n 609 235 611 224 615 210 c 0\n 624 186 628 158 628 125 c 0\n 628 72 617 30 594 1 c 0\n 571 -27 544 -41 512 -42 c 2\n 511 -42 l 2\n 458 -42 355 0 347 100 c 1\n 346 100 l 1\n 348 102 347 108 347 112 c 1\n 346 111 346 109 346 107 c 2\n 346 432 l 1\n 181 432 l 1\n 181 186 l 2\n 181 115 172 64 155 33 c 128\n 138 2 109 -13 68 -13 c 128\n 27 -13 5 5 4 40 c 1\n 4 42 l 2\n 4 54 8 63 15 68 c 1\n 21 75 29 79 38 79 c 0\n 51 79 65 71 80 55 c 0\n 86 48 93 44 102 44 c 0\n346 100 m 1\n 346 107 l 1\n 346 100 l 1\nEndSplineSet\nEndChar\nStartChar: FL050Ah\nEncoding: 1290 1290 844\nWidth: 1035\nFlags: W\nHStem: 0 18<35 55.771 343 343> 1 32<709 742> 332 42<242 580> 411 19<713 739.404 713 1020> 668 19<35 59.8677 35 343 478 506.251 478 788>\nVStem: 134 108<95 332 131 593> 579 109<141 332 374 593> 813 108<135 336>\nFore\n713 430 m 1\n 1020 430 l 1\n 1020 411 l 1\n 947 411 921 387 921 332 c 2\n 921 163 l 2\n 921 82 902 51 848 21 c 0\n 826 10 798 4 764 2 c 1\n 764 1 l 1\n 742 1 l 2\n 707 1 682 3 666 7 c 0\n 624 18 594 46 580 141 c 0\n 579 146 579 153 579 161 c 2\n 579 188 l 1\n 580 188 l 1\n 580 332 l 1\n 242 332 l 1\n 242 134 l 2\n 242 95 244 70 248 59 c 0\n 259 29 296 18 343 18 c 1\n 343 0 l 1\n 35 0 l 1\n 35 18 l 1\n 81.784 18 119.462 32.3864 128 58 c 1\n 128 59 l 1\n 132 70 134 94 134 131 c 2\n 134 554 l 2\n 134 616 135 641 100 658 c 0\n 84 665 62 668 35 668 c 1\n 35 687 l 1\n 343 687 l 1\n 343 668 l 1\n 296 668 261 660 249 630 c 0\n 244 618 242 593 242 556 c 2\n 242 374 l 1\n 580 374 l 1\n 580 554 l 2\n 580 620.343 581.241 638.563 547 657 c 2\n 545 658 l 2\n 532 665 510 668 478 668 c 1\n 478 687 l 1\n 788 687 l 1\n 788 668 l 1\n 758 668 737 665 724 658 c 1\n 711 653 701 645 696 632 c 1\n 695 631 l 2\n 690 621 688 596 688 556 c 2\n 688 144 l 2\n 688 91 694 64 710 33 c 1\n 770 33 813 47 813 164 c 2\n 813 333 l 2\n 813 396 780 411 713 411 c 1\n 713 430 l 1\nEndSplineSet\nEndChar\nStartChar: FL050Bh\nEncoding: 1291 1291 845\nWidth: 565\nFlags: W\nHStem: 0 18<25 245 219 245> 225 32<178 385> 446 18<25 44.5168 25 245 320 336.28 513 539>\nVStem: 100 78<74.1968 225 89 377> 385 81<102 377> 643 24<127 153>\nFore\n656 284 m 1\n 656 266 l 1\n 651 259 648 252 648 245 c 0\n 648 237 650 226 654 212 c 0\n 663 188 667 160 667 127 c 0\n 667 74 656 32 633 3 c 0\n 610 -25 582 -39 550 -40 c 0\n 497 -40 385 5 385 112 c 2\n 385 225 l 1\n 178 225 l 1\n 178 91 l 2\n 178 35 193 20 245 18 c 1\n 245 0 l 1\n 25 0 l 1\n 25 18 l 1\n 74 19 100 43 100 89 c 2\n 100 372 l 2\n 100 428 78 446 25 446 c 1\n 25 464 l 1\n 245 464 l 1\n 245 446 l 1\n 193 446 178 424 178 373 c 2\n 178 257 l 1\n 386 257 l 1\n 386 372 l 2\n 386 422 370 446 320 446 c 1\n 320 464 l 1\n 539 464 l 1\n 539 446 l 1\n 487 444 466 427 466 373 c 2\n 466 103 l 1\n 482 68 508 47 552 47 c 0\n 608 47 643 90 643 144 c 0\n 643 207 600 248 515 268 c 1\n 515 287 l 1\n 656 284 l 1\nEndSplineSet\nEndChar\nStartChar: FL050Ch\nEncoding: 1292 1292 846\nWidth: 722\nFlags: W\nHStem: -33 20G<331.5 402.5> 336 18<454 471.355 697.667 709> 465 21G<607 630> 636 40<373 401>\nVStem: 32 114<306 356> 542 97<247 262>\nFore\n392 636 m 0\n 230.411 636 146 503.132 146 327 c 2\n 146 326 l 2\n 146 209 182 124 254 72 c 0\n 297 41 348 23 409 26 c 0\n 531 30 545 106 542 247 c 0\n 541 288 534 313 521 322 c 0\n 516 326 484 336 454 336 c 1\n 454 354 l 1\n 709 354 l 1\n 709 336 l 1\n 675 333 654 324 647 310 c 0\n 642 301 639 284 639 260 c 2\n 639 259 l 1\n 636 157 l 1\n 628 79 575 3 484 -2 c 0\n 448 -5 417 -13 388 -13 c 0\n 275 -13 184 22 115 93 c 1\n 60 152 32 229 32 324 c 2\n 32 325 l 2\n 32 431 67 518 136 585 c 0\n 199 646 279 676 375 676 c 0\n 418 676 464 668 511 653 c 1\n 527 646 542 643 555 643 c 0\n 580 643 592 656 600 676 c 1\n 622 676 l 1\n 630 465 l 1\n 607 465 l 1\n 582 522 567 551 539 578 c 1\n 501.99 615.01 449.081 636 392 636 c 0\nEndSplineSet\nEndChar\nStartChar: FL050Dh\nEncoding: 1293 1293 847\nWidth: 444\nFlags: W\nHStem: -8 70<216 257> 315 145<244 350> 431 29<232 244>\nVStem: 25 77<213 257>\nFore\n408 233 m 1\n 408 215 l 1\n 403 208 400 201 400 194 c 0\n 400 122 365 64 336 37 c 1\n 301 7 261 -8 216 -8 c 2\n 215 -8 l 2\n 98 -8 25 88 25 212 c 2\n 25 213 l 2\n 25 294 51 358 103 404 c 0\n 146 441 193 460 244 460 c 0\n 298 460 340 445 371 414 c 0\n 388 397 397 379 398 358 c 1\n 398 357 l 2\n 398 338 389 326 370 319 c 2\n 369 319 l 1\n 350 315 l 1\n 291.649 315 307.913 419.834 263 428 c 1\n 238 431 l 1\n 152 431 102 355 102 258 c 2\n 102 257 l 2\n 102 183 124 128 169 92 c 0\n 194 72 224 62 257 62 c 0\n 298 62 344 72 364 112 c 0\n 385 157 324 201 267 217 c 1\n 267 236 l 1\n 408 233 l 1\nEndSplineSet\nEndChar\nStartChar: FL050Fh\nEncoding: 1294 1294 848\nWidth: 611\nFlags: W\nHStem: 4 32<386 419> 414 19<390 416.404 390 697> 620 42<23 254 23 443>\nVStem: 254 104<131 620> 490 108<145 341>\nFore\n254 620 m 1\n 200 620 l 2\n 142 620 104 612 85 595 c 0\n 68 580 53 545 41 492 c 1\n 17 492 l 1\n 23 662 l 1\n 587 662 l 1\n 593 492 l 1\n 569 492 l 1\n 557 549 544 580 523 598 c 0\n 504 613 467 620 410 620 c 2\n 358 620 l 1\n 358 147 l 1\n 358 94 371 67 387 36 c 1\n 447 36 490 50 490 167 c 2\n 490 336 l 2\n 490 399 457 414 390 414 c 1\n 390 433 l 1\n 697 433 l 1\n 697 414 l 1\n 624 414 598 390 598 335 c 2\n 598 166 l 2\n 598 85 579 54 525 24 c 0\n 503 13 465 4 441 4 c 2\n 419 4 l 2\n 384 4 359 6 343 10 c 0\n 300 21 254 33 254 160 c 2\n 254 620 l 1\nEndSplineSet\nEndChar\nStartChar: FL050Eh\nEncoding: 1295 1295 849\nWidth: 476\nFlags: W\nHStem: -41 87<351 365> 432 32<34 198 34 369>\nVStem: 199 80<101 432> 456 24<126 152>\nFore\n469 283 m 1\n 469 265 l 1\n 464 258 461 251 461 244 c 0\n 461 236 463 225 467 211 c 0\n 476 187 480 159 480 126 c 0\n 480 73 469 31 446 2 c 0\n 423 -26 396 -40 364 -41 c 2\n 363 -41 l 2\n 310 -41 207 1 199 101 c 1\n 198 101 l 1\n 200 103 199 109 199 113 c 1\n 198 112 198 112 198 111 c 2\n 198 432 l 1\n 123 432 l 2\n 59.7877 432 49.0442 398.716 37 340 c 1\n 16 340 l 1\n 34 464 l 1\n 442 464 l 1\n 460 340 l 1\n 439 340 l 1\n 431 377 421 402 410 415 c 0\n 399 426 380 432 353 432 c 2\n 278 432 l 1\n 278 168 l 1\n 279 168 l 1\n 279 102 l 1\n 295 67 321 46 365 46 c 0\n 421 46 456 89 456 143 c 0\n 456 206 413 247 328 267 c 1\n 328 286 l 1\n 469 283 l 1\nEndSplineSet\nEndChar\nStartChar: afii57801\nEncoding: 1457 1457 850\nWidth: 0\nFlags: W\nVStem: -437.466 53.6095<-142 -136> -390.607 53.0595<-256 -251> -340.722 52.8652<-142 -136> -254.86 53.0771<-256 -251 -142 -136>\nFore\n-228 -286 m 0\n -263 -285 -265 -221 -228 -221 c 0\n -193 -221 -193 -288 -228 -286 c 0\n-227 -171 m 0\n -262 -169 -264 -106 -227 -106 c 0\n -192 -106 -192 -172 -227 -171 c 0\n-410 -171 m 0\n -446 -169 -448 -106 -410 -106 c 0\n -375 -106 -375 -172 -410 -171 c 0\n-314 -171 m 0\n -349 -169 -351 -106 -314 -106 c 0\n -279 -106 -279 -172 -314 -171 c 0\n-363 -286 m 0\n -399 -285 -401 -221 -363 -221 c 0\n -329 -221 -329 -287 -363 -286 c 0\nEndSplineSet\nEndChar\nStartChar: afii57800\nEncoding: 1458 1458 851\nWidth: 0\nFlags: W\nHStem: -160 52<-488 -330>\nVStem: -489 160<-159 -109> -285.319 52.806<-260 -256 -147 -140>\nFore\n-258 -291 m 0\n -294 -290 -295 -226 -258 -226 c 0\n -224 -226 -224 -292 -258 -291 c 0\n-260 -174 m 0\n -296 -173 -297 -110 -260 -110 c 0\n -226 -110 -226 -176 -260 -174 c 0\n-489 -160 m 1\n -489 -108 l 1\n -329 -108 l 1\n -329 -160 l 1\n -489 -160 l 1\nEndSplineSet\nEndChar\nStartChar: afii57793\nEncoding: 1460 1460 852\nWidth: 0\nFlags: W\nHStem: -157 64<-321 -319 -317.937 -309.266>\nVStem: -352.021 66.2502<-127 -123>\nFore\n-318 -157 m 0\n -363 -156 -364 -93 -318 -93 c 0\n -275 -93 -275 -159 -318 -157 c 0\nEndSplineSet\nEndChar\nStartChar: afii57794\nEncoding: 1461 1461 853\nWidth: 0\nFlags: W\nHStem: -157 64<-390 -389 -387.937 -379.04 -262 -257 -255.937 -247.04>\nVStem: -421.236 66.2143<-127 -122> -290.021 66.9996<-127 -122>\nFore\n-388 -157 m 0\n -431 -156 -434 -93 -388 -93 c 0\n -344 -93 -344 -159 -388 -157 c 0\n-256 -157 m 0\n -301 -156 -302 -93 -256 -93 c 0\n -212 -93 -212 -159 -256 -157 c 0\nEndSplineSet\nEndChar\nStartChar: afii57795\nEncoding: 1462 1462 854\nWidth: 0\nFlags: W\nHStem: -300 65<-326 -324> -157 64<-390 -389 -387.937 -379.04 -264 -264 -262.937 -254.04>\nVStem: -421.236 66.2143<-127 -122> -359.249 66.2318<-269 -264> -296.629 66.6069<-127 -122>\nFore\n-388 -157 m 0\n -431 -156 -434 -93 -388 -93 c 0\n -344 -93 -344 -159 -388 -157 c 0\n-263 -157 m 0\n -307 -156 -309 -93 -263 -93 c 0\n -219 -93 -219 -159 -263 -157 c 0\n-326 -300 m 0\n -369 -298 -372 -235 -326 -235 c 0\n -282 -235 -282 -301 -326 -300 c 0\nEndSplineSet\nEndChar\nStartChar: afii57798\nEncoding: 1463 1463 855\nWidth: 0\nFlags: W\nHStem: -160 52<-395 -197>\nVStem: -396 200<-159 -109>\nFore\n-396 -160 m 1\n -396 -108 l 1\n -196 -108 l 1\n -196 -160 l 1\n -396 -160 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii57797\nEncoding: 1464 1464 856\nWidth: 0\nFlags: W\nHStem: -160 52<-444 -363 -323 -246>\nVStem: -378.329 64.9073<-258 -237>\nFore\n-445 -160 m 1\n -445 -108 l 1\n -245 -108 l 1\n -245 -160 l 1\n -324 -160 l 2\n -321 -160 -291 -317 -346 -317 c 0\n -405 -317 -366 -160 -362 -160 c 2\n -445 -160 l 1\nEndSplineSet\nEndChar\nStartChar: afii57806\nEncoding: 1465 1465 857\nWidth: 0\nFlags: W\nHStem: 794 80<-632 -626>\nVStem: -672.943 83.1816<833 842>\nFore\n-631 794 m 0\n -685 795 -689 874 -631 874 c 0\n -576 874 -576 794 -631 794 c 0\nEndSplineSet\nEndChar\nStartChar: afii57796\nEncoding: 1467 1467 858\nWidth: 0\nFlags: W\nHStem: -317 65<-242 -240> -246 65<-324 -322> -174 64<-407 -406 -404.937 -395.854>\nVStem: -437.881 66.6084<-144 -140> -357.284 66.2668<-215 -211> -276.389 66.6221<-286 -282>\nFore\n-405 -174 m 0\n -448 -173 -450 -110 -405 -110 c 128\n -360 -110 -360 -176 -405 -174 c 0\n-324 -246 m 0\n -368 -244 -369 -181 -324 -181 c 0\n -280 -181 -280 -247 -324 -246 c 0\n-242 -317 m 0\n -287 -315 -289 -252 -242 -252 c 0\n -199 -252 -199 -318 -242 -317 c 0\nEndSplineSet\nEndChar\nStartChar: afii57807\nEncoding: 1468 1468 859\nWidth: 0\nFlags: W\nHStem: 185 64<49 51 52.063 60.7344>\nVStem: 17.9786 66.2501<215 219>\nFore\n52 185 m 4\n 7 186 6 249 52 249 c 4\n 95 249 95 183 52 185 c 4\nEndSplineSet\nEndChar\nStartChar: afii57842\nEncoding: 1472 1472 860\nWidth: 126\nFlags: W\nHStem: 0 21G<0 52> 674 20G<0 52>\nVStem: 0 52<1 693>\nFore\n52 0 m 1\n 0 0 l 1\n 0 694 l 1\n 52 694 l 1\n 52 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57658\nEncoding: 1475 1475 861\nWidth: 418\nFlags: W\nFore\n241 135 m 0\n 221 116 216 99 206 73 c 1\n 196 99 189 116 169 135 c 0\n 152 152 136 157 113 166 c 1\n 136 175 153 185 169 201 c 0\n 189 219 196 233 206 259 c 1\n 216 233 224 216 245 197 c 0\n 262 181 277 175 299 166 c 1\n 277 157 259 152 241 135 c 0\n245 493 m 0\n 224 475 216 457 206 431 c 1\n 196 457 189 478 169 497 c 0\n 153 512 136 515 113 524 c 1\n 136 533 152 539 169 555 c 0\n 189 574 196 591 206 617 c 1\n 216 591 221 574 241 555 c 0\n 259 538 277 533 299 524 c 1\n 277 515 262 509 245 493 c 0\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 862\nWidth: 537\nFlags: W\nHStem: -5 15<36 41>\nFore\n97 344 m 1\n 88 346 27 378 27 485 c 0\n 27 536 61 584 86 581 c 0\n 91 581 86 571 94 540 c 0\n 114 463 286 340 293 340 c 1\n 344 411 l 1\n 342 411 268 458 261 500 c 0\n 257 521 281 576 324 584 c 0\n 336 585 332 579 332 569 c 1\n 324 499 464 498 487 399 c 0\n 491 380 476 311 419 293 c 0\n 411 290 411 286 403 338 c 1\n 391 384 363 398 363 398 c 1\n 314 321 l 1\n 319 321 488 225 488 99 c 0\n 488 -2 461 -7 437 -5 c 0\n 432 -5 442 65 372 119 c 0\n 263 200 116 330 112 330 c 1\n 112 330 48 290 88 224 c 0\n 107 191 207 108 202 49 c 0\n 198 8 151 -2 144 -5 c 1\n 29 -5 l 1\n 38 10 33 10 41 10 c 0\n 67 11 62 10 69 36 c 0\n 81 71 41 140 34 215 c 0\n 31 260 61 303 97 344 c 1\nEndSplineSet\nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 863\nWidth: 537\nFlags: W\nHStem: 0 108<59 428 450 469> 442 121<104 344>\nVStem: 429 19<108 370>\nFore\n63 598 m 1\n 63 595 75 578 89 569 c 0\n 99 563 108 563 123 563 c 2\n 329 563 l 2\n 354 563 396 555 422 523 c 0\n 439 500 448 464 448 422 c 1\n 450 108 l 1\n 504 108 l 1\n 469 0 l 1\n 24 0 l 1\n 59 108 l 1\n 429 108 l 1\n 429 368 l 1\n 429 392 423 410 405 426 c 0\n 392 442 354 442 332 442 c 2\n 115 442 l 2\n 75 442 49 448 39 489 c 0\n 28 539 38 586 63 598 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 864\nWidth: 350\nFlags: W\nHStem: 0 21G<39 157>\nVStem: 252 17<352 369>\nFore\n109 598 m 1\n 109 595 119 583 126 572 c 0\n 141 548 232 574 256 530 c 0\n 271 505 269 474 269 439 c 0\n 269 426 269 273 269 175 c 0\n 269 106 282 65 296 0 c 1\n 248 0 256 3 252 38 c 0\n 248 64 229 139 229 143 c 1\n 219 143 l 1\n 157 0 l 1\n 39 0 l 1\n 39 0 37 105 69 108 c 0\n 89 109 189 129 189 129 c 1\n 199 142 231 174 232 195 c 0\n 239 263 258 343 252 370 c 1\n 253 388 248 399 241 415 c 0\n 218 466 133 409 103 448 c 0\n 82 476 89 576 109 598 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 865\nWidth: 537\nFlags: W\nHStem: 442 120<105 392 424 433>\nVStem: 384 39<63.8931 91.9841 92 441>\nFore\n423 442 m 1\n 423 92 l 2\n 423 78 427 74 419 48 c 0\n 414 29 403 -7 384 -1 c 0\n 382 -1 383 21 384 36 c 1\n 393 442 l 1\n 112 442 l 2\n 85 442 40 447 29 488 c 0\n 19 532 29 581 53 596 c 1\n 53 593 62 578 77 568 c 0\n 85 563 95 562 109 562 c 2\n 424 562 l 2\n 452 562 482 537 482 507 c 0\n 482 474 464 442 433 442 c 2\n 423 442 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 866\nWidth: 537\nFlags: W\nHStem: 442 121<101 391 414 426>\nVStem: 40.819 34.0604<109 173> 387 26<99 233.574 296.422 441>\nFore\n413 442 m 1\n 418 99 l 1\n 419 84 429 64 422 40 c 0\n 414 22 409 -11 387 0 c 1\n 384 0 387 22 387 35 c 1\n 392 442 l 1\n 112 442 l 2\n 60 442 37 464 28 490 c 0\n 12 539 29 582 52 598 c 1\n 52 595 60 578 74 569 c 0\n 84 563 94 563 108 563 c 2\n 423 563 l 2\n 449 563 465 537 465 507 c 0\n 465 474 454 442 423 442 c 2\n 413 442 l 1\n47 0 m 0\n 43 0 39 35 40 57 c 0\n 45 132 30 169 50 254 c 0\n 60 293 82 319 84 309 c 0\n 88 299 90 298 84 254 c 0\n 72 178 72 134 78 64 c 0\n 80 40 72 -6 47 0 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 867\nWidth: 350\nFlags: W\nHStem: 444.079 118.921<109 118 121.052 158.432>\nVStem: 48.7045 195.249<496 507> 216 39<80.0548 99>\nFore\n243 439 m 1\n 255 99 l 1\n 255 83 248 -7 231 0 c 0\n 230 0 216 25 216 40 c 1\n 223 365 l 1\n 225 388 218 388 207 407 c 0\n 162 490 87 399 52 484 c 0\n 37 519 68 582 83 598 c 1\n 87 593 87 563 118 563 c 0\n 166 560 167 570 220 552 c 0\n 252 539 243 474 243 439 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 868\nWidth: 350\nFlags: W\nHStem: 444.384 116.72<135.275 190.971>\nVStem: 144.475 58.2308<138 160>\nFore\n204 445 m 1\n 197 427 179 410 174 383 c 0\n 156 289 235 172 187 57 c 0\n 172 20 179 -6 152 0 c 1\n 152 0 124 38 131 62 c 0\n 166 174 122 272 149 383 c 0\n 155 404 177 427 191 445 c 1\n 156 445 80 434 61 500 c 0\n 49 539 55 579 76 598 c 1\n 76 595 99 579 105 569 c 0\n 116 554 216 568 236 552 c 0\n 274 522 271 485 260 443 c 1\n 247 430 224 408 212 429 c 0\n 200 453 230 445 204 445 c 1\nEndSplineSet\nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 869\nWidth: 537\nFlags: W\nHStem: 442 121<89 98 118 383 414 428>\nVStem: 49 38<45 368> 383 41<56 97>\nFore\n53 368 m 1\n 54 390 78 418 99 442 c 1\n 62 442 39 463 34 487 c 0\n 24 538 28 583 52 598 c 1\n 52 598 62 578 76 569 c 0\n 84 563 94 563 108 563 c 2\n 423 563 l 2\n 451 563 466 537 466 507 c 0\n 466 474 456 442 423 442 c 2\n 413 442 l 1\n 424 97 l 1\n 424 82 424 67 422 40 c 0\n 418 19 407 -11 391 0 c 1\n 391 0 383 22 383 35 c 2\n 383 442 l 1\n 132 442 l 2\n 127 442 122 442 118 442 c 1\n 103 420 87 397 87 368 c 2\n 87 54 l 2\n 87 15 82 -6 57 0 c 1\n 57 0 49 38 49 62 c 1\n 53 368 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 870\nWidth: 537\nFlags: W\nHStem: 0 108<92 441>\nVStem: 467.257 28.5037<297 336>\nFore\n92 108 m 1\n 442 108 l 1\n 458 153 460 185 463 229 c 0\n 475 398 475 413 340 415 c 0\n 253 418 188 284 165 282 c 0\n 146 282 240 405 260 474 c 0\n 275 530 282 563 287 563 c 0\n 538 589 495 303 490 173 c 0\n 487 102 443 5 441 0 c 1\n 41 0 l 1\n 43 24 43 26 43 52 c 0\n 45 148 43 199 43 298 c 0\n 43 403 81 443 82 444 c 1\n 81 444 42 456 30 494 c 0\n 22 520 32 594 62 598 c 1\n 62 595 68 576 80 565 c 0\n 93 553 167 528 188 489 c 0\n 215 440 183 383 176 380 c 1\n 176 386 160 390 151 403 c 0\n 147 409 92 442 90 442 c 1\n 87 438 67 395 71 298 c 0\n 73 224 86 119 92 108 c 1\nEndSplineSet\nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 871\nWidth: 350\nFlags: W\nHStem: 478.748 119.082<140 156>\nVStem: 61.7049 193.867<529 545>\nFore\n92 631 m 1\n 92 627 104 616 112 606 c 0\n 130 585 207 614 230 590 c 0\n 269 554 253 517 249 477 c 0\n 242 416 219 319 209 321 c 0\n 207 321 230 407 200 451 c 0\n 157 516 97 435 64 520 c 0\n 53 550 72 611 92 631 c 1\nEndSplineSet\nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 872\nWidth: 537\nFlags: W\nHStem: 406 122<106 394 425 442>\nVStem: 384 51<-302 16.4018>\nFore\n424 406 m 1\n 430 171 440 -60 435 -301 c 0\n 435 -321 432 -351 406 -344 c 0\n 405 -344 384 -314 384 -299 c 1\n 395 406 l 1\n 112 406 l 2\n 85 406 44 409 29 454 c 0\n 19 489 39 549 62 564 c 1\n 62 561 69 548 84 538 c 0\n 92 533 95 528 109 528 c 2\n 434 528 l 2\n 460 528 496 498 496 468 c 0\n 496 435 465 406 434 406 c 2\n 424 406 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 873\nWidth: 537\nFlags: W\nHStem: 0 108<51 383> 442 121<100 383>\nVStem: 453 28<237.868 304>\nFore\n60 598 m 1\n 60 595 73 578 86 569 c 0\n 96 563 106 563 120 563 c 6\n 366 563 l 2\n 508 563 481 399 481 282 c 0\n 481 163 514 0 381 0 c 2\n 15 0 l 1\n 51 108 l 1\n 373 108 l 2\n 468 108 453 164 453 282 c 128\n 453 400 461 442 361 442 c 2\n 101 442 l 2\n 69 442 44 455 36 489 c 0\n 24 542 36 584 60 598 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 874\nWidth: 537\nFlags: W\nHStem: 466 122<187 446>\nFore\n186 653 m 2\n 186 588 l 1\n 447 588 l 2\n 467 588 479 581 492 566 c 0\n 502 555 506 543 507 525 c 2\n 516 321 l 1\n 519 256 381 141 328 88 c 0\n 279 40 322 25 272 25 c 0\n 199 25 303 109 328 133 c 0\n 383 185 497 258 489 321 c 1\n 476 434 l 1\n 474 444 469 451 462 458 c 0\n 456 463 447 466 436 466 c 2\n 134 468 l 2\n 132 468 128 483 129 503 c 1\n 136 694 l 1\n 137 745 174 733 167 780 c 0\n 163 800 147 786 141 813 c 0\n 138 826 144 843 157 843 c 0\n 191 844 194 819 208 793 c 0\n 224 764 186 768 186 653 c 2\nEndSplineSet\nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 875\nWidth: 537\nFlags: W\nHStem: 0 108<83 464> 442 0<124.438 129> 443 120<99 399>\nVStem: 464 16<108.082 410>\nFore\n480 429 m 1\n 483 2 l 1\n 33 0 l 1\n 44 334 l 1\n 45 373 52 385 70 415 c 0\n 90 446 103 442 103 442 c 1\n 129 442 l 1\n 129 442 119 446 100 409 c 0\n 87 383 82 365 82 334 c 2\n 82 108 l 1\n 464 108 l 1\n 465 388 l 1\n 465 408 465 420 454 433 c 1\n 442 450 422 443 398 443 c 2\n 110 443 l 2\n 75 443 38 453 25 490 c 0\n 14 532 44 584 69 598 c 1\n 69 598 64 579 78 570 c 0\n 88 564 93 563 105 563 c 2\n 389 563 l 2\n 414 563 443 546 463 520 c 0\n 482 496 480 464 480 429 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 876\nWidth: 537\nFlags: W\nHStem: 0 108<175 444> 441 122<256 293>\nVStem: 22.5775 35.1333<192 221> 33 36.0815<44 83> 461 23<108.031 229 240 240> 464 20.0754<229.125 255.207>\nFore\n444 0 m 1\n 109 0 l 1\n 109 -1 174 105 175 108 c 1\n 461 108 l 1\n 464 229 l 1\n 466 333 398 440 256 441 c 0\n 125 444 74 313 64 270 c 0\n 48 195 63 179 68 111 c 0\n 71 73 74 1 48 0 c 0\n 44 0 31 21 33 43 c 0\n 35 125 10 179 31 270 c 0\n 61 401 85 410 106 428 c 1\n 90 453 58 453 39 489 c 0\n 23 519 39 583 61 599 c 1\n 61 596 80 575 85 569 c 0\n 95 550 153 560 173 534 c 128\n 193 508 193 471 198 460 c 0\n 200 455 216 464 225 469 c 0\n 274 498 288 563 293 563 c 0\n 529 540 484 369 484 219 c 1\n 486 214 480 133 484 83 c 0\n 485 69 444 5 444 0 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 877\nWidth: 350\nFlags: W\nVStem: 173 20<252.015 267.544>\nFore\n94 564 m 1\n 94 560 106 542 114 532 c 0\n 125 517 194 524 216 509 c 0\n 256 482 254 454 243 412 c 0\n 233 376 208 344 203 322 c 0\n 193 287 193 260 193 252 c 1\n 205 -243 l 1\n 206 -264 198 -350 166 -343 c 0\n 163 -343 159 -320 159 -306 c 1\n 173 252 l 5\n 173 264 175 287 189 325 c 1\n 195 341 205 362 190 394 c 0\n 163 449 86 374 61 466 c 0\n 50 505 71 545 94 564 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 878\nWidth: 350\nFlags: W\nHStem: 0 108<102 219> 443.533 120.804<142 191>\nVStem: 247.44 15.7614<377.014 394.566>\nFore\n91 598 m 1\n 91 595 104 584 110 574 c 0\n 126 550 227 584 247 537 c 0\n 260 510 262 474 262 439 c 1\n 264 427 264 185 262 87 c 0\n 262 84 215 -2 219 0 c 1\n 47 0 l 1\n 102 108 l 1\n 231 108 l 1\n 247 377 l 1\n 249 394 244 405 236 422 c 0\n 214 472 111 415 86 469 c 0\n 70 502 71 578 91 598 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 879\nWidth: 537\nFlags: W\nHStem: 0 108<142 334> 442 121<105 382>\nVStem: 30 29<240 304> 470 21<256 320>\nFore\n59 283 m 0\n 59 170 70 108 160 108 c 2\n 317 108 l 2\n 406 108 470 86 470 282 c 0\n 470 399 451 442 362 442 c 2\n 105 442 l 1\n 104 422 59 408 59 283 c 0\n62 598 m 1\n 62 595 74 578 89 569 c 0\n 97 563 107 563 121 563 c 2\n 367 563 l 2\n 507 563 491 399 491 282 c 0\n 491 86 424 0 317 0 c 2\n 160 0 l 2\n 17 0 30 126 30 282 c 0\n 30 365 54 410 79 443 c 1\n 56 446 45 464 39 489 c 0\n 30 523 39 585 62 598 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 880\nWidth: 537\nFlags: W\nHStem: 435 132.601<166.003 188.752> 438 129.732<155 158>\nVStem: 94.1864 151.149<492 502> 115.968 26.663<331 340> 325.965 152.876<492 514>\nFore\n54 112 m 1\n 190 139 l 1\n 126 276 145 226 118 318 c 0\n 105 359 158 435 159 438 c 1\n 158 438 119 431 100 465 c 0\n 88 489 91 589 119 599 c 1\n 119 595 128 580 141 571 c 0\n 156 561 204 580 230 545 c 0\n 265 501 230 416 224 412 c 1\n 224 419 210 421 201 431 c 1\n 196 435 169 435 166 435 c 1\n 166 431 133 365 145 315 c 0\n 156 265 165 282 213 144 c 1\n 218 144 363 165 370 172 c 1\n 416 242 440 344 439 405 c 0\n 439 460 341 404 328 476 c 0\n 320 512 334 588 360 600 c 1\n 360 598 373 588 376 575 c 0\n 389 550 451 584 473 538 c 0\n 489 500 469 376 451 306 c 0\n 434 232 401 84 368 60 c 0\n 339 40 11 0 11 0 c 1\n 30 34 55 105 54 112 c 1\nEndSplineSet\nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 881\nWidth: 537\nFlags: W\nHStem: 406 122<106.016 312>\nVStem: 432.869 52.05<-194.17 -28.0904>\nFore\n74 366 m 0\n 74 381 95 400 106 406 c 1\n 120 406 133 407 145 407 c 2\n 299 407 l 2\n 341 407 378 403 403 364 c 0\n 431 320 436 288 439 232 c 0\n 441 177 410 -339 465 -339 c 0\n 506 -339 471 237 471 237 c 1\n 474 358 460 528 303 528 c 2\n 110 528 l 2\n 84 528 50 533 50 563 c 1\n 24 550 24 512 24 483 c 0\n 24 434 40 418 85 407 c 1\n 80 400 69 390 64 381 c 0\n 41 352 24 312 24 274 c 0\n 24 254 51 212 69 201 c 0\n 91 186 155 181 181 182 c 0\n 236 186 261 197 266 272 c 0\n 273 376 213 348 116 348 c 0\n 104 348 74 348 74 366 c 0\nEndSplineSet\nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 882\nWidth: 537\nFlags: W\nHStem: 0 108<54 436> 440 123<107.016 323>\nFore\n75 402 m 0\n 75 415 96 434 107 440 c 1\n 120 440 134 442 146 442 c 2\n 300 442 l 2\n 342 442 379 438 404 399 c 0\n 432 354 444 326 446 270 c 1\n 452 108 l 1\n 54 108 l 1\n 19 0 l 1\n 436 0 l 1\n 439 8 472 106 472 108 c 2\n 472 272 l 2\n 472 393 461 563 304 563 c 2\n 111 563 l 2\n 85 563 51 568 51 598 c 1\n 24 584 24 546 24 518 c 0\n 24 469 41 453 86 442 c 1\n 81 434 70 424 64 415 c 0\n 42 386 24 346 24 309 c 0\n 24 289 52 246 69 235 c 0\n 92 220 155 215 182 216 c 0\n 237 220 262 232 267 306 c 0\n 272 410 214 383 117 383 c 0\n 105 383 75 383 75 402 c 0\nEndSplineSet\nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 883\nWidth: 537\nFlags: W\nVStem: 119.381 52.619<-243 -150.264 -135.75 -48.0762> 122.562 49.4377<-103.744 -48>\nFore\n172 -48 m 1\n 176 -243 l 1\n 177 -266 166 -351 128 -343 c 1\n 128 -343 117 -321 118 -306 c 0\n 123 -96 123 81 131 325 c 0\n 132 344 165 351 148 384 c 0\n 125 429 52 389 30 441 c 0\n 12 477 36 546 60 564 c 1\n 60 560 78 546 86 536 c 0\n 97 521 137 529 161 514 c 0\n 200 487 201 445 191 402 c 0\n 181 365 166 351 161 330 c 0\n 151 295 151 285 151 252 c 2\n 157 22 l 1\n 173 62 186 254 217 297 c 0\n 252 347 303 376 343 409 c 1\n 330 416 323 440 320 461 c 0\n 312 497 336 542 363 555 c 1\n 363 551 386 536 391 524 c 0\n 402 499 447 522 462 471 c 0\n 475 430 476 377 443 361 c 1\n 423 381 418 390 408 397 c 0\n 402 405 383 397 371 397 c 1\n 333 366 271 330 232 274 c 0\n 193 217 208 32 172 -48 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 884\nWidth: 537\nFlags: W\nHStem: 0 108<66 379>\nVStem: 137.546 26.4544<352 400>\nDStem: 368 453 386 445 329 262 346 253\nFore\n346 253 m 1\n 399 228 394 228 433 186 c 0\n 466 153 476 128 476 78 c 0\n 476 45 454 5 449 0 c 1\n 13 0 l 1\n 39 45 63 93 66 108 c 1\n 380 108 l 1\n 380 118 379 130 373 139 c 0\n 288 245 178 193 140 246 c 0\n 124 270 150 394 131 433 c 0\n 108 483 43 422 18 490 c 0\n 4 524 28 582 51 598 c 1\n 51 595 54 586 60 574 c 0\n 76 552 129 580 154 536 c 0\n 169 512 164 424 164 353 c 0\n 164 340 273 288 329 262 c 1\n 368 453 l 1\n 350 459 333 470 328 496 c 0\n 320 533 341 585 369 598 c 1\n 369 594 371 589 376 576 c 0\n 389 552 456 556 471 505 c 0\n 484 464 468 413 435 398 c 1\n 435 428 410 439 386 445 c 1\n 346 253 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 885\nWidth: 537\nFlags: W\nHStem: 407 120<105 342>\nVStem: 27.6886 36.7773<121 201> 30.4568 44.7736<-192.469 -87.5328> 457 25.8973<211.959 231.905>\nFore\n61 564 m 1\n 61 561 73 542 87 534 c 0\n 96 529 106 527 119 527 c 2\n 313 527 l 2\n 467 527 462 475 482 246 c 0\n 493 116 403 97 312 46 c 0\n 213 -8 172 -36 144 -35 c 0\n 119 -34 218 34 314 89 c 0\n 382 126 458 135 457 232 c 0\n 454 397 422 407 309 407 c 2\n 103 407 l 2\n 31 407 44 421 37 456 c 0\n 24 507 37 549 61 564 c 1\n22 -343 m 1\n 18 -343 32 -263 31 -211 c 0\n 28 -55 27 -31 28 217 c 0\n 28 269 47 321 54 316 c 1\n 63 306 74 272 67 229 c 0\n 54 151 83 -101 74 -203 c 0\n 69 -279 74 -318 22 -343 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 886\nWidth: 537\nFlags: W\nHStem: 442 121<103 343>\nFore\n458 439 m 0\n 458 438 475 182 466 40 c 0\n 463 20 472 -7 451 0 c 0\n 448 0 426 22 427 35 c 1\n 438 302 l 1\n 440 347 435 387 427 418 c 0\n 417 454 403 442 336 442 c 2\n 111 442 l 2\n 75 442 36 448 27 489 c 0\n 18 533 27 584 51 598 c 1\n 51 595 65 578 78 569 c 0\n 88 563 93 563 107 563 c 2\n 336 563 l 2\n 362 563 410 553 435 520 c 0\n 453 497 457 472 458 439 c 0\nEndSplineSet\nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 887\nWidth: 537\nFlags: W\nHStem: 0 108<163 401>\nFore\n74 298 m 0\n 92 183 126 115 132 108 c 1\n 160 153 195 233 221 305 c 0\n 242 364 271 450 271 453 c 1\n 271 453 216 450 209 499 c 0\n 205 526 224 592 252 598 c 1\n 252 595 262 584 266 569 c 0\n 272 539 315 570 335 525 c 0\n 357 474 320 423 315 420 c 1\n 314 426 310 433 301 442 c 0\n 294 448 289 445 286 445 c 1\n 286 439 261 364 242 305 c 0\n 219 233 189 173 162 108 c 1\n 401 108 l 1\n 446 114 499 236 507 424 c 0\n 510 479 411 426 396 499 c 0\n 390 533 412 586 439 598 c 1\n 439 595 449 580 454 568 c 0\n 465 542 501 570 522 524 c 0\n 540 488 527 368 515 298 c 0\n 499 208 422 5 417 0 c 1\n 85 0 l 1\n 84 24 80 38 80 62 c 0\n 74 159 37 199 35 298 c 0\n 32 403 84 453 85 455 c 1\n 84 455 37 450 30 499 c 0\n 26 526 39 592 69 598 c 1\n 69 595 84 584 87 569 c 0\n 95 539 139 570 156 525 c 0\n 176 474 136 423 130 420 c 1\n 130 426 127 433 119 443 c 1\n 114 448 96 450 92 450 c 1\n 92 445 59 394 74 298 c 0\nEndSplineSet\nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 888\nWidth: 537\nFlags: W\nHStem: 0 110.114<50.6005 78.0547> 442 121<108 402>\nFore\n483 439 m 1\n 498 99 l 1\n 499 80 500 -8 474 0 c 0\n 471 0 451 22 451 35 c 1\n 468 388 l 1\n 468 408 468 420 456 433 c 1\n 444 450 424 442 400 442 c 2\n 106 442 l 1\n 104 437 74 385 78 287 c 0\n 80 220 173 169 173 102 c 0\n 173 62 149 0 104 0 c 2\n 33 0 l 1\n 30 3 30 98 48 108 c 0\n 55 113 93 108 101 105 c 1\n 86 133 39 204 44 287 c 0\n 49 354 51 388 91 442 c 1\n 79 442 60 453 48 489 c 0\n 34 530 45 587 71 598 c 1\n 71 595 80 578 94 569 c 0\n 104 563 114 563 128 563 c 2\n 360 563 l 2\n 438 563 439 559 465 525 c 0\n 483 502 481 474 483 439 c 1\nEndSplineSet\nEndChar\nStartChar: afii57716\nEncoding: 1520 1520 889\nWidth: 537\nFlags: W\nHStem: 444.079 118.921<89 98 101.052 138.432 349 358 361.858 399.022>\nVStem: 196 39<81.3051 99> 457 38<80.0548 99>\nFore\n485 439 m 5\n 495 99 l 5\n 495 83 488 -7 471 0 c 4\n 470 0 457 25 457 40 c 5\n 463 365 l 5\n 465 388 458 388 447 407 c 4\n 403 490 328 399 292 484 c 4\n 278 519 310 582 323 598 c 5\n 327 593 327 563 358 563 c 4\n 407 560 407 570 460 552 c 4\n 492 539 483 474 485 439 c 5\n223 439 m 5\n 235 99 l 5\n 235 83 227 -7 211 0 c 4\n 208 0 196 25 196 40 c 5\n 203 365 l 5\n 203 388 197 388 187 407 c 4\n 142 490 67 399 32 484 c 4\n 17 519 48 582 63 598 c 5\n 66 593 66 563 98 563 c 4\n 146 560 147 570 198 552 c 4\n 232 539 222 474 223 439 c 5\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57717\nEncoding: 1521 1521 890\nWidth: 537\nFlags: W\nHStem: 446.121 116.879<112 128 350 359 362.052 399.432>\nVStem: 33.4054 193.979<499 512> 456 39<78.5453 99>\nFore\n485 439 m 5\n 495 99 l 5\n 495 83 489 -7 471 0 c 4\n 470 0 456 25 456 40 c 5\n 464 365 l 5\n 465 388 459 388 448 407 c 4\n 403 490 328 399 293 484 c 4\n 279 519 309 582 324 598 c 5\n 328 593 328 563 359 563 c 4\n 408 560 408 570 460 552 c 4\n 493 539 484 474 485 439 c 5\n63 598 m 5\n 63 595 75 583 84 574 c 4\n 103 552 178 580 201 558 c 4\n 241 520 225 485 220 445 c 4\n 214 383 191 287 181 289 c 4\n 178 289 203 375 173 418 c 4\n 129 483 69 403 36 488 c 4\n 25 518 44 578 63 598 c 5\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57718\nEncoding: 1522 1522 891\nWidth: 537\nFlags: W\nHStem: 478.748 119.077<110 126 366 382>\nVStem: 31.7035 193.61<529 545> 292.704 192.868<529 545>\nFore\n322 631 m 5\n 322 627 334 616 342 606 c 4\n 360 585 437 614 460 590 c 4\n 499 554 483 517 479 477 c 4\n 473 416 450 319 440 321 c 4\n 437 321 462 407 432 451 c 4\n 387 516 328 435 295 520 c 4\n 284 550 303 611 322 631 c 5\n60 631 m 5\n 60 627 73 616 82 606 c 4\n 100 585 175 614 199 590 c 4\n 239 554 223 517 218 477 c 4\n 212 416 189 319 179 321 c 4\n 175 321 200 407 170 451 c 4\n 127 516 67 435 34 520 c 4\n 23 550 42 611 60 631 c 5\nEndSplineSet\nEndChar\nStartChar: uni05F3\nEncoding: 1523 1523 892\nWidth: 396\nFlags: W\nFore\n292 727 m 1\n 303 710 292 679 286 663 c 0\n 263 606 151 490 134 501 c 0\n 119 509 187 634 222 683 c 0\n 253 724 265 729 292 727 c 1\nEndSplineSet\nEndChar\nStartChar: uni05F4\nEncoding: 1524 1524 893\nWidth: 396\nFlags: W\nFore\n206 727 m 1\n 216 710 206 679 199 663 c 0\n 176 606 64 490 47 501 c 0\n 32 509 100 634 136 683 c 0\n 167 724 178 729 206 727 c 1\n341 727 m 1\n 352 710 341 679 335 663 c 0\n 312 606 199 490 182 501 c 0\n 168 509 235 634 271 683 c 0\n 302 724 314 729 341 727 c 1\nEndSplineSet\nEndChar\nStartChar: afii57388\nEncoding: 1548 1548 894\nWidth: 226\nFlags: W\nFore\n245 256 m 1\n 238.333 216 216 195.667 178 195 c 0\n 133.333 195 107 216.333 99 259 c 1\n 99 301.667 105 332.167 117 350.5 c 128\n 129 368.833 141 384 153 396 c 128\n 165 408 180.667 417.333 200 424 c 1\n 218 423 l 1\n 184.667 393.667 160 364 144 334 c 1\n 161.333 335.333 175.833 336 187.5 336 c 128\n 199.167 336 210.833 331.833 222.5 323.5 c 128\n 234.167 315.167 241.667 292.667 245 256 c 1\nEndSplineSet\nEndChar\nStartChar: afii57403\nEncoding: 1563 1563 895\nWidth: 250\nFlags: W\nHStem: 181 141<151 162>\nFore\n163 722 m 1\n 182 696 l 1\n 155.333 669.333 138.5 649.833 131.5 637.5 c 128\n 124.5 625.167 118.833 610 114.5 592 c 128\n 110.167 574 115.833 563.833 131.5 561.5 c 128\n 147.167 559.167 162.333 555.667 177 551 c 128\n 191.667 546.333 202.667 537 210 523 c 0\n 215.333 512.333 218 499.667 218 485 c 2\n 218 472 l 1\n 215.333 451.333 208.667 434.5 198 421.5 c 128\n 187.333 408.5 174.833 400.333 160.5 397 c 128\n 146.167 393.667 130.667 394.5 114 399.5 c 128\n 97.3333 404.5 82.3333 417.333 69 438 c 0\n 59 453.333 54 472.333 54 495 c 0\n 54 500.333 54.3333 506.667 55 514 c 0\n 58.3333 544 64.8333 572.167 74.5 598.5 c 128\n 84.1667 624.833 95.6667 647.167 109 665.5 c 128\n 122.333 683.833 140.333 702.667 163 722 c 1\n150 322 m 0\n 188.667 322 211.333 297.667 218 249 c 1\n 212 203.667 191.333 181 156 181 c 2\n 151 181 l 2\n 104.333 181 81 204.333 81 251 c 0\n 81 297 104 320.667 150 322 c 0\nEndSplineSet\nEndChar\nStartChar: afii57407\nEncoding: 1567 1567 896\nWidth: 473\nFlags: W\nHStem: 198 102<283 305>\nFore\n269 780 m 0\n 305 780 332 772 350 756 c 0\n 371.333 736 384 713.333 388 688 c 0\n 388.667 679.333 389 671.333 389 664 c 0\n 389 649.333 387 637 383 627 c 0\n 375.667 611 365.167 601.5 351.5 598.5 c 128\n 337.833 595.5 326.167 599.167 316.5 609.5 c 128\n 306.833 619.833 302.167 630 302.5 640 c 128\n 302.833 650 310.167 662.667 324.5 678 c 128\n 338.833 693.333 338.167 708.167 322.5 722.5 c 128\n 306.833 736.833 292 744.667 278 746 c 128\n 264 747.333 248.833 744.333 232.5 737 c 128\n 216.167 729.667 207.667 713 207 687 c 128\n 206.333 661 214.833 638.833 232.5 620.5 c 128\n 250.167 602.167 267.333 576.833 284 544.5 c 128\n 300.667 512.167 305.667 455.667 299 375 c 1\n 274 375 l 1\n 272 458.333 258 509.333 232 528 c 128\n 206 546.667 183.667 571.667 165 603 c 0\n 153 621.667 147 641.667 147 663 c 0\n 147 676.333 149.333 690 154 704 c 0\n 165.333 740 194.667 765 242 779 c 1\n 251.333 779.667 260.333 780 269 780 c 0\n344 256 m 1\n 344 217.333 329.333 198 300 198 c 2\n 299 198 l 2\n 259 198 239 215 239 249 c 0\n 239.667 283 258 300 294 300 c 0\n 322.667 300 339.333 285.333 344 256 c 1\nEndSplineSet\nEndChar\nStartChar: afii57409\nEncoding: 1569 1569 897\nWidth: 350\nFlags: W\nHStem: 418.758 61.2417<226 235>\nVStem: 111.209 61.308<310 327>\nFore\n231.636 418.758 m 0\n 204.064 418.758 172.516 353.287 172.516 325.348 c 0\n 172.516 299.105 188.161 266.649 195 259.5 c 128\n 197.72 256.656 201.289 255.234 205.707 255.234 c 0\n 213.198 255.234 223.129 259.323 235.5 267.5 c 128\n 255.167 280.5 286.333 295.667 329 313 c 1\n 316 261 l 1\n 266.667 246.333 189.667 199.667 85 121 c 1\n 113 159.667 145.333 195.667 182 229 c 1\n 146 238.333 124.833 251.833 118.5 269.5 c 128\n 113.408 283.704 111.209 297.493 111.209 310.918 c 0\n 111.209 387.08 171.245 448.699 227 480 c 1\n 235 480 l 2\n 272.061 477.719 290.592 457.639 290.592 419.76 c 0\n 290.592 402.762 287.123 362.652 277.486 362.652 c 0\n 272.844 362.652 267.015 371.268 260 388.5 c 128\n 251.788 408.672 242.334 418.758 231.636 418.758 c 0\nEndSplineSet\nEndChar\nStartChar: afii57410\nEncoding: 1570 1570 898\nWidth: 321\nFlags: W\nFore\n340 1050 m 1\n 324.667 1024.67 304 1009.5 278 1004.5 c 128\n 252 999.5 220.167 997.833 182.5 999.5 c 128\n 144.833 1001.17 116.833 1001.17 98.5 999.5 c 128\n 80.1667 997.833 51.3333 980 12 946 c 1\n 43.3333 1008 69.6667 1041.67 91 1047 c 128\n 135.382 1058.1 164.316 1054.72 216 1052 c 128\n 241.333 1050.67 261.333 1051.67 276 1055 c 128\n 290.667 1058.33 317.667 1075 357 1105 c 1\n 340 1050 l 1\n209 899 m 1\n 218.333 735 223 595.667 223 481 c 0\n 223 365.667 198.333 256.667 149 154 c 1\n 157.762 267.326 166.71 380.747 174.5 495 c 128\n 177.5 539 175 644 167 810 c 1\n 209 899 l 1\nEndSplineSet\nEndChar\nStartChar: afii57411\nEncoding: 1571 1571 65535\nWidth: 249\nFlags: HW\nRef: 1652 1652 N 1 0 0 1 6 74\nRef: 1575 1575 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57412\nEncoding: 1572 1572 65535\nWidth: 399\nFlags: HW\nRef: 1652 1652 S 1 0 0 1 139 -318\nRef: 1608 1608 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57413\nEncoding: 1573 1573 65535\nWidth: 249\nFlags: HW\nRef: 1652 1652 S 1 0 0 1 9 -933\nRef: 1575 1575 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57414\nEncoding: 1574 1574 65535\nWidth: 776\nFlags: HW\nRef: 1652 1652 S 1 0 0 1 244 -364\nRef: 1740 1740 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57415\nEncoding: 1575 1575 899\nWidth: 249\nFlags: W\nFore\n209 900 m 1\n 218.333 736 223 596.333 223 481 c 0\n 223 366.333 198.333 257.333 149 154 c 1\n 157.453 263.611 167.292 388.989 174.5 495.5 c 128\n 177.5 539.833 175 645 167 811 c 1\n 209 900 l 1\nEndSplineSet\nEndChar\nStartChar: afii57416\nEncoding: 1576 1576 900\nWidth: 950\nFlags: W\nHStem: 197 81<196 926>\nVStem: 926 29<278 320.167>\nFore\n644 2 m 1\n 592 -52 l 1\n 540 2 l 1\n 592 55 l 1\n 644 2 l 1\n892 521 m 1\n 935.333 493.667 957 452.333 957 397 c 0\n 957 388.333 956.333 379.667 955 371 c 1\n 955 197 l 1\n 237 197 l 2\n 182.333 197 149 211 137 239 c 0\n 129.667 255 126 273.333 126 294 c 0\n 126 308 127.667 323.667 131 341 c 0\n 139.667 382.333 161.333 434.333 196 497 c 1\n 206 488 l 1\n 183.333 443.333 166.333 400.333 155 359 c 1\n 149.667 329.667 163.333 302.667 196 278 c 1\n 926 278 l 1\n 926 311.333 924.167 343.833 920.5 375.5 c 128\n 916.833 407.167 901.333 434.333 874 457 c 1\n 892 521 l 1\nEndSplineSet\nEndChar\nStartChar: afii57417\nEncoding: 1577 1577 65535\nWidth: 424\nFlags: HW\nFore\n392 670 m 1\n 337 615 l 1\n 282 670 l 1\n 337 725 l 1\n 392 670 l 1\n235 670 m 1\n 179 615 l 1\n 124 670 l 1\n 179 725 l 1\n 235 670 l 1\nEndSplineSet\nRef: 1607 1607 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57418\nEncoding: 1578 1578 901\nWidth: 925\nFlags: WO\nHStem: 199 78<191 895>\nVStem: 895 28<277 318.804>\nFore\n530 574 m 5\n 465 508 l 5\n 398 574 l 5\n 465 641 l 5\n 530 574 l 5\n740 574 m 5\n 675 508 l 5\n 608 574 l 5\n 675 641 l 5\n 740 574 l 5\n862 512 m 1\n 904 486 925 446.333 925 393 c 0\n 925 384.333 924.333 376 923 368 c 1\n 923 199 l 1\n 230 199 l 2\n 177.333 199 145.333 212.667 134 240 c 0\n 126.667 256 123 273.667 123 293 c 0\n 123 307 124.667 322.667 128 340 c 0\n 136 379.333 157 429 191 489 c 1\n 200 481 l 1\n 178 437.667 161.667 396 151 356 c 1\n 145.667 328 159 301.667 191 277 c 1\n 895 277 l 1\n 895 310.333 893.167 342.167 889.5 372.5 c 128\n 885.833 402.833 871 429 845 451 c 1\n 862 512 l 1\nEndSplineSet\nEndChar\nStartChar: afii57419\nEncoding: 1579 1579 902\nWidth: 924\nFlags: W\nHStem: 194 81<197 921>\nVStem: 921 29<275 317.076>\nFore\n756 543 m 1\n 692 477 l 1\n 625 543 l 1\n 692 610 l 1\n 756 543 l 1\n531 543 m 1\n 467 477 l 1\n 400 543 l 1\n 467 610 l 1\n 531 543 l 1\n643 665 m 1\n 578 598 l 1\n 512 665 l 1\n 578 731 l 1\n 643 665 l 1\n887 516 m 1\n 930.333 488.667 952 447.667 952 393 c 0\n 952 384.333 951.333 375.667 950 367 c 1\n 950 194 l 1\n 237 194 l 2\n 183 194 150 208 138 236 c 0\n 130.667 252 127 270.333 127 291 c 0\n 127 305 128.667 320.667 132 338 c 0\n 140.667 378.667 162.333 430 197 492 c 1\n 206 484 l 1\n 183.333 439.333 166.667 396.667 156 356 c 1\n 150.667 326.667 164.333 299.667 197 275 c 1\n 921 275 l 1\n 921 308.333 919.167 340.667 915.5 372 c 128\n 911.833 403.333 896.667 430.333 870 453 c 1\n 887 516 l 1\nEndSplineSet\nEndChar\nStartChar: afii57420\nEncoding: 1580 1580 903\nWidth: 750\nFlags: W\nHStem: 397 61<647 715>\nFore\n715 397 m 1\n 479.7 398.392 323.063 331.539 223 188.5 c 128\n 171 114.167 156.833 37 180.5 -43 c 128\n 204.167 -123 253.667 -165.167 329 -169.5 c 128\n 404.333 -173.833 511.667 -158.667 651 -124 c 1\n 699 -171 l 1\n 593 -203.667 486.667 -222 380 -226 c 2\n 354 -226 l 1\n 262 -216 202.667 -190 176 -148 c 1\n 146 -112 131 -84.6667 131 -66 c 1\n 126.333 -51.3333 124 -33.6667 124 -13 c 0\n 124 5 126 25.6667 130 49 c 1\n 144 105 183.667 171.333 249 248 c 1\n 344.333 327.333 423.333 375.333 486 392 c 1\n 443.333 402 407.333 411.333 378 420 c 1\n 280 436 223.333 434 208 414 c 1\n 181 404 l 1\n 211 434.667 236 456.667 256 470 c 0\n 275.333 484 300 491 330 491 c 0\n 346 491 362.667 489 380 485 c 1\n 508.134 461.976 544.117 458 647 458 c 2\n 735 460 l 1\n 715 397 l 1\n497 104 m 1\n 444 51 l 1\n 392 104 l 1\n 444 155 l 1\n 497 104 l 1\nEndSplineSet\nEndChar\nStartChar: afii57421\nEncoding: 1581 1581 904\nWidth: 748\nFlags: W\nHStem: 412 61<649 718>\nFore\n718 412 m 1\n 481.377 413.384 322.82 347.977 221.5 206 c 128\n 169.167 132.667 155 56.5 179 -22.5 c 128\n 203 -101.5 253 -143.167 329 -147.5 c 128\n 405 -151.833 516.667 -137.333 664 -104 c 1\n 701 -150 l 1\n 595 -182 488.333 -200 381 -204 c 2\n 354 -204 l 1\n 261.333 -194 201.333 -168.333 174 -127 c 1\n 144 -91.6667 129 -64.3333 129 -45 c 1\n 124.333 -31 122 -13.6667 122 7 c 0\n 122 25 124 45.3333 128 68 c 1\n 142 123.333 182 189 248 265 c 1\n 344 343 423.667 390.667 487 408 c 1\n 444.333 417.333 408 426 378 434 c 1\n 278.667 450 221.667 448.333 207 429 c 1\n 180 419 l 1\n 210 449 235 470.667 255 484 c 0\n 274.333 498 299.333 505 330 505 c 0\n 346 505 363 503 381 499 c 1\n 509.117 476.98 546.486 473 649 473 c 2\n 738 474 l 1\n 718 412 l 1\nEndSplineSet\nEndChar\nStartChar: afii57422\nEncoding: 1582 1582 905\nWidth: 701\nFlags: W\nHStem: 415 57<609 674>\nFore\n674 415 m 1\n 451.232 416.384 301.463 354.019 206 220.5 c 128\n 156.667 151.5 143.333 79.6667 166 5 c 128\n 188.667 -69.6667 235.667 -109 307 -113 c 128\n 378.333 -117 485.667 -97.6667 629 -55 c 1\n 658 -115 l 1\n 558 -145 457.333 -162 356 -166 c 2\n 331 -166 l 1\n 243.667 -156.667 187 -132.667 161 -94 c 1\n 133 -60 119 -34 119 -16 c 1\n 114.333 -2.66667 112 13.6667 112 33 c 0\n 112 49.6667 113.667 68.6667 117 90 c 1\n 130.333 142.667 168.333 205 231 277 c 1\n 321.667 350.333 396.667 395 456 411 c 1\n 416 419.667 381.667 428 353 436 c 1\n 259.667 451.333 206 449.667 192 431 c 1\n 167 422 l 1\n 195 450 218.333 470.333 237 483 c 0\n 255.667 496.333 279.333 503 308 503 c 0\n 323.333 503 339.333 501.333 356 498 c 0\n 477.088 475.984 511.588 472 609 472 c 2\n 693 474 l 1\n 674 415 l 1\n379 680 m 1\n 335 636 l 1\n 292 680 l 1\n 335 723 l 1\n 379 680 l 1\nEndSplineSet\nEndChar\nStartChar: afii57423\nEncoding: 1583 1583 906\nWidth: 397\nFlags: W\nHStem: 200 78<154 382>\nFore\n256 564 m 1\n 322 543.333 366 506 388 452 c 128\n 410 398 423 340 427 278 c 1\n 427 226 408.333 200 371 200 c 2\n 169 200 l 2\n 132.333 200 114 232 114 296 c 2\n 114 317 l 1\n 126 318 l 1\n 129.333 292 138.667 278.667 154 278 c 2\n 382 278 l 1\n 372.667 330 364.833 367.833 358.5 391.5 c 128\n 352.167 415.167 317.333 446.333 254 485 c 1\n 256 564 l 1\nEndSplineSet\nEndChar\nStartChar: afii57424\nEncoding: 1584 1584 907\nWidth: 399\nFlags: W\nHStem: 200 77<154 378>\nFore\n303 725 m 1\n 246 668 l 1\n 191 725 l 1\n 246 780 l 1\n 303 725 l 1\n254 560 m 1\n 319.333 539.333 362.833 502.333 384.5 449 c 128\n 406.167 395.667 419 338.333 423 277 c 1\n 423 225.667 404.667 200 368 200 c 2\n 168 200 l 2\n 132 200 114 231.667 114 295 c 2\n 114 315 l 1\n 126 317 l 1\n 129.333 291 138.667 277.667 154 277 c 2\n 378 277 l 1\n 369.333 328.333 361.833 365.833 355.5 389.5 c 128\n 349.167 413.167 314.667 444 252 482 c 1\n 254 560 l 1\nEndSplineSet\nEndChar\nStartChar: afii57425\nEncoding: 1585 1585 908\nWidth: 328\nFlags: W\nFore\n325 447 m 1\n 338.333 402.333 345 353 345 299 c 0\n 345 260.764 336.925 230.104 334 195 c 1\n 206 -46 l 1\n 176.667 -88.6667 142.333 -116.667 103 -130 c 1\n -1 -153 l 1\n 4 -132 l 1\n 60 -98.6667 95.1667 -71.6667 109.5 -51 c 130\n 179 49 l 130\n 211 95 235.5 132.333 252.5 161 c 128\n 269.5 189.667 280 218.5 284 247.5 c 128\n 288 276.5 282.333 327.333 267 400 c 1\n 325 447 l 1\nEndSplineSet\nEndChar\nStartChar: afii57426\nEncoding: 1586 1586 909\nWidth: 331\nFlags: W\nFore\n326 601 m 1\n 270 545 l 1\n 211 601 l 1\n 270 654 l 1\n 326 601 l 1\n325 447 m 1\n 338.333 402.333 345 353 345 299 c 0\n 345 260.764 336.925 230.104 334 195 c 1\n 206 -46 l 1\n 176.667 -82 142.333 -110 103 -130 c 1\n -1 -153 l 1\n 4 -132 l 1\n 60 -92 95.1667 -63.3333 109.5 -46 c 128\n 138.514 -10.9133 226.679 117.459 252.5 161 c 128\n 269.5 189.667 280 218.5 284 247.5 c 128\n 288 276.5 282.333 327.333 267 400 c 1\n 325 447 l 1\nEndSplineSet\nEndChar\nStartChar: afii57427\nEncoding: 1587 1587 910\nWidth: 951\nFlags: W\nHStem: 202 74<621 738 861 897>\nVStem: 124 28<123 164.5>\nFore\n918 445 m 1\n 948 378.333 963 327.333 963 292 c 0\n 963 272 960 253.667 954 237 c 1\n 932.788 200.815 911.223 203.657 861.5 204.5 c 128\n 841.833 204.833 820.333 215.333 797 236 c 1\n 779.667 213.333 759.5 202 736.5 202 c 128\n 713.5 202 677.667 201.667 629 201 c 1\n 629 132.623 616.659 84.0409 588 47.5 c 128\n 574.667 30.5 542.667 12 492 -8 c 0\n 449.333 -24.6667 398.667 -33 340 -33 c 2\n 307 -33 l 1\n 235 -29 187.167 -13.1667 163.5 14.5 c 128\n 139.833 42.1667 127 77 125 119 c 0\n 124.333 120.333 124 121.667 124 123 c 0\n 124 165.667 151.333 240.333 206 347 c 1\n 219 324 l 1\n 173.667 254.667 151.333 201.5 152 164.5 c 128\n 152.667 127.5 159.5 98.1667 172.5 76.5 c 128\n 185.5 54.8333 221.333 39.1667 280 29.5 c 128\n 338.667 19.8333 398 23.6667 458 41 c 128\n 518 58.3333 552.333 73.5 561 86.5 c 128\n 581.275 116.913 594.517 170.471 590.5 229 c 128\n 588.167 263 574.333 294.667 549 324 c 1\n 582 396 l 1\n 602.667 358.667 615.667 318.667 621 276 c 1\n 728 276 l 2\n 758 276 771.333 304 768 360 c 1\n 781 367 l 1\n 793 315.667 808.333 287.167 827 281.5 c 128\n 857.192 272.335 909.696 269.662 932 284 c 128\n 941.333 290 929 331.667 895 409 c 1\n 918 445 l 1\nEndSplineSet\nEndChar\nStartChar: afii57428\nEncoding: 1588 1588 911\nWidth: 949\nFlags: W\nHStem: 202 73<615 731 855.785 894.016>\nVStem: 124 27.5<124 164.5>\nFore\n909 441 m 1\n 938.333 375.667 953 325.333 953 290 c 0\n 953 270 950 252 944 236 c 1\n 922.879 201.212 901.524 202.338 852.5 204 c 128\n 832.833 204.667 811.667 215 789 235 c 1\n 772.333 213 752.5 202 729.5 202 c 128\n 706.5 202 671 201.667 623 201 c 1\n 623 133.141 611.921 84.9281 583 49.5 c 128\n 569.667 33.1667 537.667 15 487 -5 c 0\n 445.667 -21.6667 396 -30 338 -30 c 2\n 305 -30 l 1\n 233.667 -26 186.333 -10.5 163 16.5 c 128\n 139.667 43.5 127 78 125 120 c 0\n 124.333 120.667 124 122 124 124 c 0\n 124 166 151 239.333 205 344 c 1\n 218 321 l 1\n 173.333 253 151.167 200.833 151.5 164.5 c 128\n 151.833 128.167 158.5 99.3333 171.5 78 c 128\n 184.5 56.6667 220 41.1667 278 31.5 c 128\n 336 21.8333 394.667 25.6667 454 43 c 128\n 513.333 60.3333 547.167 75.3333 555.5 88 c 128\n 575.17 117.898 588.493 170.885 584.5 228.5 c 128\n 582.167 262.167 568.667 293 544 321 c 1\n 577 393 l 1\n 597 355.667 609.667 316.333 615 275 c 1\n 721 275 l 2\n 750.333 275 763.667 302.333 761 357 c 1\n 774 364 l 1\n 785.333 314 800.167 286.167 818.5 280.5 c 128\n 847.787 271.448 900.987 267.361 922.5 282.5 c 128\n 931.5 288.833 919.333 329.667 886 405 c 1\n 909 441 l 1\n855 553 m 1\n 808 508 l 1\n 759 553 l 1\n 808 598 l 1\n 855 553 l 1\n774 656 m 1\n 727 610 l 1\n 678 656 l 1\n 727 700 l 1\n 774 656 l 1\n691 553 m 1\n 644 508 l 1\n 595 553 l 1\n 644 598 l 1\n 691 553 l 1\nEndSplineSet\nEndChar\nStartChar: afii57429\nEncoding: 1589 1589 912\nWidth: 949\nFlags: W\nHStem: -23 54<321 343> 446 20G<821 832>\nFore\n926 234 m 1\n 928.667 212.667 866.333 202 739 202 c 2\n 589 201 l 1\n 588.333 144.333 574 94.6667 546 52 c 0\n 517.333 8.66667 471.667 -15 409 -19 c 1\n 385 -21.6667 362.667 -23 342 -23 c 0\n 234 -23 168 10.3333 144 77 c 0\n 134.667 103 130 128.667 130 154 c 1\n 133.333 229.333 145 295 165 351 c 1\n 183 345 l 1\n 161.667 287 152.667 229.333 156 172 c 1\n 158.667 80.6667 221 33.6667 343 31 c 1\n 455.667 35 525.333 70.8333 552 138.5 c 128\n 578.667 206.167 561.667 275 501 345 c 1\n 535 417 l 1\n 561.667 353 581.333 309.333 594 286 c 1\n 714 406 l 1\n 753.333 443.333 789 463.333 821 466 c 2\n 832 466 l 2\n 860 466 887.333 457 914 439 c 1\n 936.667 413.667 948 379 948 335 c 0\n 948 314.333 945.667 292 941 268 c 1\n 926 234 l 1\n628 274 m 1\n 696.818 271.679 763.513 276.097 831 278 c 1\n 874.333 289.333 895.667 304.667 895 324 c 0\n 892.037 387.702 861.4 412.719 780 403 c 1\n 728 381 677.333 338 628 274 c 1\nEndSplineSet\nEndChar\nStartChar: afii57430\nEncoding: 1590 1590 913\nWidth: 949\nFlags: W\nHStem: -23 54<321 343> 446 20G<821 832>\nVStem: 895 53<326.212 333.984>\nFore\n926 234 m 1\n 928.667 212.667 866.333 202 739 202 c 2\n 589 201 l 1\n 588.333 144.333 574 94.6667 546 52 c 0\n 517.333 8.66667 471.667 -15 409 -19 c 1\n 385 -21.6667 362.667 -23 342 -23 c 0\n 234 -23 168 10.3333 144 77 c 0\n 134.667 103 130 128.667 130 154 c 1\n 133.333 229.333 145 295 165 351 c 1\n 183 345 l 1\n 161.667 287 152.667 229.333 156 172 c 1\n 158.667 80.6667 221 33.6667 343 31 c 1\n 455.667 35 525.333 70.8333 552 138.5 c 128\n 578.667 206.167 561.667 275 501 345 c 1\n 535 417 l 1\n 561.667 353 581.333 309.333 594 286 c 1\n 714 406 l 1\n 753.333 443.333 789 463.333 821 466 c 2\n 832 466 l 2\n 860 466 887.333 457 914 439 c 1\n 936.667 413.667 948 379 948 335 c 0\n 948 314.333 945.667 292 941 268 c 1\n 926 234 l 1\n628 284 m 1\n 696.818 281.679 763.513 286.097 831 288 c 1\n 874.333 299.333 895.667 314.667 895 334 c 0\n 892.037 397.702 861.4 422.719 780 413 c 1\n 728 391 677.333 348 628 284 c 1\n747 633 m 1\n 698 585 l 1\n 650 633 l 1\n 698 681 l 1\n 747 633 l 1\nEndSplineSet\nEndChar\nStartChar: afii57431\nEncoding: 1591 1591 914\nWidth: 557\nFlags: W\nHStem: 201 76<-7 507> 201 83<256 518>\nFore\n100 700 m 1\n 163 783 l 1\n 184.909 655.692 233.591 408.506 227 307 c 1\n 327 420.333 419.333 460.333 504 427 c 1\n 546.667 401.667 568 354.667 568 286 c 2\n 568 282 l 2\n 568 228 547.667 201 507 201 c 2\n -6 201 l 1\n -7 280 l 1\n 165 277 l 1\n 177.667 287 184.667 298 186 310 c 1\n 187.333 395.333 158.667 525.333 100 700 c 1\n256 284 m 1\n 535 284 l 1\n 539.667 317.333 533.333 344 516 364 c 1\n 468.667 396 418.667 396.333 366 365 c 1\n 328.667 345 298.667 324.667 276 304 c 1\n 256 284 l 1\nEndSplineSet\nEndChar\nStartChar: afii57432\nEncoding: 1592 1592 915\nWidth: 550\nFlags: W\nHStem: 201 76<-7 507> 201 83<256 518>\nFore\n443 612 m 1\n 397 566 l 1\n 350 612 l 1\n 397 659 l 1\n 443 612 l 1\n100 700 m 1\n 163 783 l 1\n 184.909 655.692 233.591 408.506 227 307 c 1\n 327 420.333 419.333 460.333 504 427 c 1\n 546.667 401.667 568 354.667 568 286 c 2\n 568 282 l 2\n 568 228 547.667 201 507 201 c 2\n -6 201 l 1\n -7 280 l 1\n 165 277 l 1\n 177.667 287 184.667 298 186 310 c 1\n 187.333 395.333 158.667 525.333 100 700 c 1\n256 284 m 1\n 535 284 l 1\n 539.667 317.333 533.333 344 516 364 c 1\n 468.667 396 418.667 396.333 366 365 c 1\n 328.667 345 298.667 324.667 276 304 c 1\n 256 284 l 1\nEndSplineSet\nEndChar\nStartChar: afii57433\nEncoding: 1593 1593 916\nWidth: 625\nFlags: W\nFore\n449 452 m 1\n 396.333 455.333 351 451.667 313 441 c 0\n 227 417 180.333 393.667 173 371 c 1\n 176.283 321.755 261.102 247.988 325 253 c 1\n 405.667 291.667 483.667 314 559 320 c 1\n 524 253 l 1\n 426.667 243 353.667 213 305 163 c 1\n 221.667 85.6667 178 21.5 174 -29.5 c 128\n 170 -80.5 290.333 -122 535 -154 c 1\n 646 -154 l 1\n 542 -219 l 1\n 405.333 -212.333 293 -197.667 205 -175 c 1\n 98.8501 -140.573 124.255 -19.5665 168 74 c 0\n 188 117.333 216.667 154.667 254 186 c 1\n 196.667 234.667 156 273.667 132 303 c 1\n 132 332 l 1\n 131.333 378.667 153 419 197 453 c 1\n 229 485.667 271 502 323 502 c 2\n 328 502 l 2\n 362.417 496.994 403.902 480.013 449 452 c 1\nEndSplineSet\nEndChar\nStartChar: afii57434\nEncoding: 1594 1594 917\nWidth: 602\nFlags: W\nFore\n446 454 m 1\n 394 456.667 349 452.667 311 442 c 0\n 225.667 418 179.333 395 172 373 c 1\n 176.924 325.402 258.605 250.949 323 256 c 1\n 402.333 294.667 479.333 316.667 554 322 c 1\n 519 256 l 1\n 423 246 351 216.333 303 167 c 1\n 221 89.6667 178 25.8333 174 -24.5 c 128\n 170 -74.8333 288.667 -115.667 530 -147 c 1\n 640 -147 l 1\n 537 -212 l 1\n 402.333 -205.333 291.333 -190.667 204 -168 c 1\n 98.9589 -134.905 124.77 -13.4642 168 79 c 0\n 187.333 121 215.667 157.667 253 189 c 1\n 196.333 237.667 156 276.333 132 305 c 1\n 132 334 l 1\n 131.333 380.667 153 421 197 455 c 1\n 227.667 487 269 503 321 503 c 2\n 325 503 l 2\n 359.408 497.995 401.029 481.254 446 454 c 1\n323 720 m 1\n 275 672 l 1\n 226 720 l 1\n 275 768 l 1\n 323 720 l 1\nEndSplineSet\nEndChar\nStartChar: afii57441\nEncoding: 1601 1601 918\nWidth: 801\nFlags: W\nHStem: 205 76<199 701>\nVStem: 128 18<316 335>\nFore\n789 521 m 1\n 802.333 463.667 809.667 411 811 363 c 1\n 811 297 l 2\n 811 236.333 782.333 205.667 725 205 c 1\n 199 206 l 1\n 170.333 209.333 151.5 218.667 142.5 234 c 128\n 133.5 249.333 128.667 282.333 128 333 c 1\n 128.667 367 137.333 410.333 154 463 c 1\n 180 436 l 1\n 157.333 383.333 146 345.5 146 322.5 c 128\n 146 299.5 157.333 285.667 180 281 c 1\n 345.824 280.464 511.767 279.529 677 281 c 1\n 739 280.333 768.333 298 765 334 c 1\n 713.667 345.333 675.667 353.333 651 358 c 1\n 610.333 371.333 590.667 397.333 592 436 c 0\n 594.667 482 605.667 523 625 559 c 1\n 641 597 664.333 616 695 616 c 2\n 699 616 l 2\n 730.333 616 760.333 584.333 789 521 c 1\n764 411 m 1\n 755.303 454.484 728.533 520.8 693 529 c 1\n 677.667 525 668.333 516 665 502 c 0\n 659.667 484.667 657 470 657 458 c 0\n 657 412.921 715.494 406.407 764 410 c 1\n 764 411 l 1\n675 712 m 1\n 626 662 l 1\n 576 712 l 1\n 626 763 l 1\n 675 712 l 1\nEndSplineSet\nEndChar\nStartChar: afii57442\nEncoding: 1602 1602 919\nWidth: 696\nFlags: WO\nHStem: -60 86<372 454>\nFore\n709 562 m 5\n 654 507 l 5\n 599 562 l 5\n 654 617 l 5\n 709 562 l 5\n552 562 m 5\n 496 507 l 5\n 441 562 l 5\n 496 617 l 5\n 552 562 l 5\n719 183 m 1\n 707.667 89.6667 678.333 27.3333 631 -4 c 1\n 568.333 -41.3333 482 -60 372 -60 c 2\n 341 -60 l 1\n 201.667 -30 132 24.3333 132 103 c 1\n 130.667 114.333 130 126 130 138 c 0\n 130 202.667 147 275.333 181 356 c 1\n 192 356 l 1\n 166.667 266 158.667 194.667 168 142 c 1\n 175.333 62.6667 270.667 24 454 26 c 1\n 518.667 37.3333 569.333 49.3333 606 62 c 1\n 661.333 89.3333 686 131.667 680 189 c 0\n 678.667 209 652 212.667 600 200 c 1\n 528.667 200 497.667 221.667 507 265 c 1\n 508.333 289 518.333 317.667 537 351 c 1\n 555.667 389.667 578.667 411.667 606 417 c 1\n 639.333 402.333 667.667 376.667 691 340 c 1\n 707.667 304.667 717 273.333 719 246 c 1\n 719 183 l 1\n607 354 m 1\n 583 355.333 566 340.667 556 310 c 1\n 540.667 282.667 555.333 270 600 272 c 1\n 623.333 272 637.833 272.5 643.5 273.5 c 128\n 649.167 274.5 650.833 281.167 648.5 293.5 c 128\n 646.167 305.833 640.333 318.333 631 331 c 1\n 607 354 l 1\nEndSplineSet\nEndChar\nStartChar: afii57443\nEncoding: 1603 1603 920\nWidth: 757\nFlags: W\nHStem: 199 75<296 860> 201 73<264 330>\nDStem: 954 1021 948 958 791 955 749 871\nFore\n948 958 m 1\n 749 871 l 1\n 665.667 831.667 623 809.667 621 805 c 128\n 619 800.333 654.667 758.333 728 679 c 1\n 770 625.667 800.5 584.667 819.5 556 c 128\n 838.5 527.333 862 467 890 375 c 1\n 902 257.667 889.333 199 852 199 c 2\n 851 199 l 1\n 264 201 l 2\n 215.333 201 172.667 230 136 288 c 1\n 126 311.333 121 341 121 377 c 1\n 125 435 131.667 478.667 141 508 c 1\n 149 504 l 1\n 125.068 340.826 152.894 270.981 330 274 c 1\n 859 274 l 1\n 865 328.667 857 381.333 835 432 c 128\n 813 482.667 780 537 736 595 c 1\n 675 660 l 1\n 664 646 l 1\n 633.189 666.872 604.629 694.372 578 721 c 1\n 566 787 583.667 837 631 871 c 0\n 670.333 899 723.667 927 791 955 c 2\n 954 1021 l 1\n 948 958 l 1\nEndSplineSet\nEndChar\nStartChar: afii57444\nEncoding: 1604 1604 921\nWidth: 655\nFlags: W\nVStem: 132 31<43 82> 605 60<112 224.124>\nFore\n658 895 m 1\n 705 749 l 1\n 653 685 l 1\n 651.667 629.667 653 517.667 657 349 c 1\n 662.333 275.667 665 213 665 161 c 0\n 665 93 660.667 43 652 11 c 0\n 620.702 -99.8483 555.776 -133.713 437 -146 c 0\n 416.333 -148.667 396.333 -150 377 -150 c 0\n 289.297 -150 205.013 -125.29 168 -76.5 c 128\n 141.671 -41.7931 132 -7.4437 132 43 c 0\n 132 74.3333 136 108 144 144 c 0\n 152.667 186.667 169 240 193 304 c 1\n 209 298 l 1\n 178.333 203.333 163 131.333 163 82 c 128\n 163 32.6667 188.333 -9.33333 239 -44 c 1\n 357.667 -69.3333 450 -69.6667 516 -45 c 1\n 572 -11 601.667 41.3333 605 112 c 1\n 601.667 331.333 589.333 566 568 816 c 1\n 606 854 l 1\n 658 895 l 1\nEndSplineSet\nEndChar\nStartChar: afii57445\nEncoding: 1605 1605 922\nWidth: 549\nFlags: W\nVStem: 129 98<-191 128>\nFore\n305 366 m 2\n 332 366 l 2\n 361.333 366 401 354.667 451 332 c 1\n 528.333 300.667 567 264 567 222 c 0\n 567 216 566 209.667 564 203 c 1\n 540 155.667 509.667 132.667 473 134 c 1\n 409.667 157.333 361.333 171.833 328 177.5 c 128\n 265.694 188.092 222.084 177.741 199 146 c 1\n 209.205 64.3633 224.261 -75.9774 227 -191 c 1\n 232.333 -246.333 225.667 -295.333 207 -338 c 1\n 183.282 -190.947 182.633 -183.346 157 -68 c 1\n 143 -24.6667 133.667 37 129 117 c 1\n 129 128 l 2\n 129 156.667 139 183.333 159 208 c 1\n 191 250 232.333 270.333 283 269 c 1\n 341.23 256.41 346.528 256.695 408 241 c 1\n 385.333 256.333 362.667 269 340 279 c 1\n 306 300.333 281.5 307.333 266.5 300 c 128\n 251.5 292.667 239 281 229 265 c 1\n 214.333 331.667 239.667 365.333 305 366 c 2\nEndSplineSet\nEndChar\nStartChar: afii57446\nEncoding: 1606 1606 923\nWidth: 651\nFlags: W\nHStem: -96 76<362 394>\nVStem: 121 34<110 129 113 166> 636 37<169 210>\nFore\n441 451 m 1\n 382 396 l 1\n 324 451 l 1\n 382 506 l 1\n 441 451 l 1\n666 132 m 1\n 658 30.6667 621 -38.3333 555 -75 c 1\n 516.333 -89.6667 468.333 -97 411 -97 c 0\n 395.667 -97 379.333 -96.6667 362 -96 c 0\n 219.333 -96 139.667 -45 123 57 c 1\n 121.667 75.6667 121 94.3333 121 113 c 0\n 121 173 130.333 236 149 302 c 1\n 170 298 l 1\n 155.333 235.333 150.333 179 155 129 c 1\n 155 31 224 -18.6667 362 -20 c 0\n 420.667 -20 475.333 -14.3333 526 -3 c 1\n 599.333 22.3333 636 79.6667 636 169 c 0\n 634.667 273.667 621 336.333 595 357 c 1\n 653 453 l 1\n 664.333 407 671 326 673 210 c 1\n 666 132 l 1\nEndSplineSet\nEndChar\nStartChar: afii57470\nEncoding: 1607 1607 924\nWidth: 424\nFlags: HW\nFore\n331 462 m 24\n 362.8 408.342 394 367 394 315 c 0\n 394 286 380 247 367 236 c 0\n 350 222 308 202 277 202 c 0\n 196 202 164 210 133 263 c 0\n 127 273 127 285 127 297 c 0\n 127 360 180 432 207 482 c 1\n 199 492 l 1\n 251 564 l 1\n 278 534 305.225 505.491 331 462 c 24\n166 328 m 0\n 166 280 230 270 273 270 c 0\n 292 270 312 271 331 276 c 128\n 354 282 360 288 360 305 c 128\n 360 323 347 352 329 382 c 0\n 308 417 274 441 235 454 c 1\n 216 432 202 415 195 404 c 128\n 184 389 166 356 166 328 c 0\nEndSplineSet\nBack\n252 564 m 1\n 280.667 531.333 307 497.333 331 462 c 1\n 382 375 l 1\n 390 353.667 394 333.667 394 315 c 0\n 394 286.333 385 260 367 236 c 1\n 345 217.333 315 206 277 202 c 1\n 196.142 202 162.949 209.613 133 263 c 1\n 129 273.667 127 285 127 297 c 0\n 127 360.121 180.341 432.232 207 482 c 1\n 199 492 l 1\n 251 564 l 1\n 252 564 l 1\n235 453 m 1\n 215.667 431 202.333 414.833 195 404.5 c 128\n 184.116 389.163 166.023 356.186 166.023 328.286 c 0\n 166.023 314.825 170.235 302.546 181.5 294 c 128\n 203.372 277.408 236.831 270.092 272.82 270.092 c 0\n 291.952 270.092 311.799 272.16 331 276 c 128\n 351.164 280.033 361.247 288.796 361.247 302.289 c 0\n 361.247 304.409 360.998 306.646 360.5 309 c 128\n 356.833 326.333 346.333 350.667 329 382 c 1\n 305.667 416.667 274.333 440.667 235 454 c 1\n 235 453 l 1\nEndSplineSet\nEndChar\nStartChar: afii57448\nEncoding: 1608 1608 925\nWidth: 399\nFlags: W\nHStem: 434 20G<306 315>\nVStem: 189 65<288 323.569>\nFore\n330 199 m 1\n 231 199 l 1\n 199.667 212.333 185.667 247 189 303 c 1\n 189 348.333 203 388 231 422 c 1\n 244.333 443.333 269.333 454 306 454 c 2\n 315 454 l 1\n 360.333 447.333 388.333 390 399 282 c 1\n 399 197 l 2\n 399 127 363.667 44.6667 293 -50 c 1\n 249 -100 193.333 -125 126 -125 c 2\n 73 -125 l 1\n 73 -115 l 1\n 160.333 -63.6667 212.667 -29.5 230 -12.5 c 128\n 247.333 4.5 270.167 36 298.5 82 c 128\n 326.833 128 337.333 167 330 199 c 1\n341 288 m 1\n 338.97 337.737 338.542 355.186 324 377 c 128\n 316.245 388.632 296.905 394.716 281.5 384 c 128\n 257.603 367.376 254 343.422 254 288 c 1\n 282.168 289.014 314.763 284.632 341 288 c 1\nEndSplineSet\nEndChar\nStartChar: afii57449\nEncoding: 1609 1609 65535\nWidth: 776\nFlags: HW\nHStem: -16 21G<392 456.333> 203 68<616 647> 465 21G<694 719.333>\nRef: 1740 1740 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57450\nEncoding: 1610 1610 65535\nWidth: 776\nFlags: HW\nFore\n461 -122 m 1\n 396 -188 l 1\n 329 -122 l 1\n 396 -55 l 1\n 461 -122 l 1\n619 -89 m 1\n 554 -155 l 1\n 487 -89 l 1\n 554 -22 l 1\n 619 -89 l 1\nEndSplineSet\nRef: 1740 1740 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57451\nEncoding: 1611 1611 926\nWidth: 300\nFlags: W\nFore\n190 1006 m 2\n 118.667 971.333 78.8333 949.833 70.5 941.5 c 128\n 62.1667 933.167 56.6667 920.667 54 904 c 1\n 205 978 l 1\n 235.65 991.136 245.299 1005.4 249 1035 c 1\n 190 1006 l 2\n190 916 m 2\n 118.667 881.333 78.8333 859.833 70.5 851.5 c 128\n 62.1667 843.167 56.6667 830.667 54 814 c 1\n 205 888 l 1\n 235.65 901.136 245.299 915.395 249 945 c 1\n 190 916 l 2\nEndSplineSet\nEndChar\nStartChar: afii57453\nEncoding: 1613 1613 927\nWidth: 300\nFlags: W\nFore\n180 -153 m 2\n 108.667 -188.333 68.8333 -210.167 60.5 -218.5 c 128\n 52.1667 -226.833 46.6667 -239.333 44 -256 c 1\n 195 -182 l 1\n 225.65 -168.864 235.299 -154.605 239 -125 c 1\n 180 -153 l 2\n180 -63 m 2\n 108.667 -98.3333 68.8333 -120.167 60.5 -128.5 c 128\n 52.1667 -136.833 46.6667 -149.333 44 -166 c 1\n 195 -92 l 1\n 225.65 -78.8641 235.299 -64.6045 239 -35 c 1\n 180 -63 l 2\nEndSplineSet\nEndChar\nStartChar: afii57454\nEncoding: 1614 1614 928\nWidth: 300\nFlags: W\nFore\n190 1006 m 2\n 118.667 971.333 78.8333 949.833 70.5 941.5 c 128\n 62.1667 933.167 56.6667 920.667 54 904 c 1\n 205 978 l 1\n 235.65 991.136 245.299 1005.4 249 1035 c 1\n 190 1006 l 2\nEndSplineSet\nEndChar\nStartChar: afii57455\nEncoding: 1615 1615 929\nWidth: 300\nFlags: W\nFore\n249 952 m 1\n 199 975 l 1\n 172.479 924.749 128.144 896.692 72 875 c 1\n 51 875 l 1\n 100.487 902.218 141.391 939.947 175 987 c 1\n 159 999.667 147.667 1009 141 1015 c 128\n 114.892 1038.5 127.558 1084.73 152.5 1109 c 128\n 164.833 1121 178 1128.67 192 1132 c 0\n 196 1133.33 200 1134 204 1134 c 0\n 256.319 1134 229.846 1047.47 219 1010 c 1\n 237.667 1001.33 249 994 253 988 c 0\n 254.333 986 255 982.333 255 977 c 0\n 255 969 253 960.667 249 952 c 1\n196 1077.5 m 128\n 188.633 1082.56 168.732 1088.46 164.5 1080 c 128\n 159.839 1070.68 157.744 1063.33 167.5 1053 c 128\n 173.167 1047 184 1038 200 1026 c 1\n 202.667 1056.67 201.333 1073.83 196 1077.5 c 128\nEndSplineSet\nEndChar\nStartChar: afii57456\nEncoding: 1616 1616 930\nWidth: 300\nFlags: W\nFore\n180 -153 m 2\n 108.667 -188.333 68.8333 -210.167 60.5 -218.5 c 128\n 52.1667 -226.833 46.6667 -239.333 44 -256 c 1\n 195 -182 l 1\n 225.65 -168.864 235.299 -154.605 239 -125 c 1\n 180 -153 l 2\nEndSplineSet\nEndChar\nStartChar: afii57457\nEncoding: 1617 1617 931\nWidth: 300\nFlags: W\nVStem: 88 7<975 992>\nFore\n95 985 m 0\n 95 959.913 115.172 945.252 139 955 c 1\n 149 965 160.667 981.667 174 1005 c 1\n 188.667 986.333 203.333 986 218 1004 c 1\n 241.092 1022.76 229.714 1050.73 208 1064 c 1\n 214 1076 l 1\n 238 1042.67 250 1021 250 1011 c 0\n 249.333 1001.67 242.667 989.667 230 975 c 1\n 215.333 962.333 199.667 959.333 183 966 c 1\n 174.23 944.074 159.258 921 132 921 c 0\n 106.181 921 88 944.139 88 976 c 0\n 88 986.667 89.6667 999 93 1013 c 1\n 100 1013 l 1\n 96.6667 1002.33 95 993 95 985 c 0\nEndSplineSet\nEndChar\nStartChar: afii57392\nEncoding: 1632 1632 932\nWidth: 297\nFlags: W\nDStem: 114 405 220 527 220 280 331 404\nFore\n331 404 m 1\n 220 280 l 1\n 114 405 l 1\n 220 527 l 1\n 331 404 l 1\nEndSplineSet\nEndChar\nStartChar: afii57393\nEncoding: 1633 1633 933\nWidth: 254\nFlags: W\nFore\n210 796 m 1\n 266 696.667 300.667 601.833 314 511.5 c 128\n 327.333 421.167 334 309.667 334 177 c 1\n 330 162.333 325 155 319 155 c 0\n 314.333 155 309 161 303 173 c 1\n 289 317 269 431 243 515 c 128\n 217 599 189.333 661.667 160 703 c 1\n 210 796 l 1\nEndSplineSet\nEndChar\nStartChar: afii57394\nEncoding: 1634 1634 934\nWidth: 427\nFlags: W\nFore\n447 782 m 1\n 447 671.714 435.618 631.766 367 619 c 0\n 316.333 611 275.667 617.667 245 639 c 1\n 272.44 514.713 278.291 363.138 284 201 c 1\n 274.71 182.419 263.466 172 258 172 c 0\n 250.667 172 242 181.667 232 201 c 1\n 218.667 333.667 203.833 438.833 187.5 516.5 c 128\n 171.167 594.167 142 660.333 100 715 c 1\n 160 809 l 1\n 200 752.333 228.667 720.5 246 713.5 c 128\n 263.333 706.5 285.333 703.667 312 705 c 128\n 382.314 708.516 396.194 747.832 413 820 c 1\n 447 782 l 1\nEndSplineSet\nEndChar\nStartChar: afii57395\nEncoding: 1635 1635 935\nWidth: 497\nFlags: W\nFore\n213 735 m 0\n 231 711 254.167 700.5 282.5 703.5 c 128\n 310.833 706.5 328.333 714 335 726 c 128\n 341.667 738 347 759.667 351 791 c 1\n 359 809 368 811 378 797 c 1\n 381.333 769 386.667 747.833 394 733.5 c 128\n 401.333 719.167 418.5 713.167 445.5 715.5 c 128\n 472.5 717.833 485.333 735.667 484 769 c 1\n 491.333 783.667 498 794.333 504 801 c 0\n 506.667 803.667 511.333 787.333 518 752 c 1\n 518 739.333 517 722.333 515 701 c 1\n 503 653.667 478.333 629 441 627 c 1\n 401 631.667 375.667 649 365 679 c 1\n 344.333 652.333 327.667 635.5 315 628.5 c 128\n 302.333 621.5 277.667 619.667 241 623 c 1\n 269 511.667 271.667 374 249 210 c 1\n 241.667 192 233.667 183 225 183 c 0\n 217 183 208 192.667 198 212 c 1\n 208 383.333 203.333 499.5 184 560.5 c 128\n 164.667 621.5 137 687 101 757 c 1\n 144 824 l 1\n 169.333 793.333 192.333 763.667 213 735 c 0\nEndSplineSet\nEndChar\nStartChar: afii57396\nEncoding: 1636 1636 936\nWidth: 440\nFlags: W\nHStem: 674.504 21G<331.595 365.291> 800 51<306 326.5>\nFore\n280.171 606.841 m 0\n 259.415 606.841 235.331 607.614 212 607 c 1\n 220.397 569.397 224.595 513.001 224.595 437.812 c 0\n 224.595 375.699 221.73 300.762 216 213 c 1\n 211.333 189.667 205 178 196 178 c 0\n 186.643 178 180 184 178 194 c 1\n 173.333 336 166 433.333 156 486 c 128\n 146 538.667 118.333 610.667 73 702 c 1\n 119 797 l 1\n 167 730 l 1\n 171.889 717.346 176.064 711.02 179.527 711.02 c 0\n 184.091 711.02 187.415 722.013 189.5 744 c 128\n 195.389 806.107 245.705 851 306 851 c 0\n 314.667 851 323.333 849.667 332 847 c 0\n 364 839.667 384.333 825.5 393 804.5 c 128\n 396.219 796.7 397.829 790.349 397.829 785.446 c 0\n 397.829 777.149 393.219 773 384 773 c 1\n 365.333 791 346.167 800 326.5 800 c 128\n 306.833 800 286.667 794 266 782 c 128\n 253.187 774.56 246.78 762.507 246.78 745.842 c 0\n 246.78 735.627 249.187 723.68 254 710 c 1\n 291.804 680.702 309.985 674.504 353.205 674.504 c 0\n 377.378 674.504 412.55 676.827 426 684 c 0\n 427.556 684.667 428.852 685 429.889 685 c 0\n 431.963 685 433 683.667 433 681 c 0\n 433 677 429.333 668 422 654 c 1\n 397.741 614.42 381.865 615.001 330 609.5 c 128\n 309.834 607.361 294.8 606.841 280.171 606.841 c 0\nEndSplineSet\nEndChar\nStartChar: afii57397\nEncoding: 1637 1637 937\nWidth: 465\nFlags: W\nVStem: 383.5 47.5<334 366>\nFore\n262 773 m 1\n 305.333 709.667 337.333 659.333 358 622 c 128\n 396.35 552.723 428.142 471.025 431 371 c 1\n 431 360 l 2\n 431 269.892 396 190 315 190 c 0\n 275.253 190 247.453 210.043 231 250 c 1\n 213.667 214 185 193.667 145 189 c 1\n 111.667 189 86.3333 199.667 69 221 c 0\n 53.6667 239 46 276.333 46 333 c 0\n 46 343 59.8333 381.5 87.5 448.5 c 128\n 115.167 515.5 163 595 231 687 c 1\n 210 716 l 1\n 262 773 l 1\n168 521.5 m 128\n 146.106 476.07 114.211 424.325 98.5 380.5 c 128\n 83.2755 338.032 90.6921 265.11 119 255 c 128\n 139.271 247.761 155.552 244.552 171.5 260.5 c 128\n 188.979 277.979 192.638 288.596 212 304.5 c 128\n 221.333 312.167 229.667 312 237 304 c 128\n 251.706 287.957 260.432 266.324 288 261.5 c 128\n 301.333 259.167 314 261 326 267 c 128\n 338 273 350.5 281.333 363.5 292 c 128\n 376.5 302.667 383.167 321.333 383.5 348 c 128\n 383.833 374.667 373.5 419.167 352.5 481.5 c 128\n 331.5 543.833 299.667 603.667 257 661 c 1\n 211 595.667 181.333 549.167 168 521.5 c 128\nEndSplineSet\nEndChar\nStartChar: afii57398\nEncoding: 1638 1638 938\nWidth: 466\nFlags: W\nFore\n462 640 m 1\n 464 610 465 584.667 465 564 c 1\n 421 549.333 380.833 524.333 344.5 489 c 128\n 308.167 453.667 265.5 406.5 216.5 347.5 c 128\n 167.5 288.5 125 219.333 89 140 c 1\n 87 139.333 85.6667 139 85 139 c 0\n 81 139 79 142 79 148 c 0\n 79 160.667 84.3333 184.333 95 219 c 0\n 129.014 329.547 171.92 414.704 233 488 c 1\n 177 496.667 139.333 509.167 120 525.5 c 128\n 100.667 541.833 88.3333 557.667 83 573 c 1\n 81 576.333 80 580 80 584 c 0\n 80 600 87.3333 621 102 647 c 0\n 120 681 144.333 708.5 175 729.5 c 128\n 205.667 750.5 230.333 761.333 249 762 c 2\n 254 762 l 2\n 304.381 762 327.078 742.267 354 699 c 0\n 358.667 690.333 345.667 689.5 315 696.5 c 128\n 284.333 703.5 258.833 703 238.5 695 c 128\n 218.167 687 198 672 178 650 c 128\n 158 628 156.5 605.833 173.5 583.5 c 128\n 190.5 561.167 229.333 554 290 562 c 1\n 341.333 592.667 398.667 618.667 462 640 c 1\nEndSplineSet\nEndChar\nStartChar: afii57399\nEncoding: 1639 1639 939\nWidth: 421\nFlags: W\nFore\n388 683 m 1\n 370 657 348.333 605.333 323 528 c 128\n 297.667 450.667 283.667 373.333 281 296 c 1\n 276 251 l 1\n 273.333 219.667 260.333 204 237 204 c 1\n 237 203 l 1\n 222.333 210.333 213.667 226.333 211 251 c 1\n 213.667 283.667 208.333 320.833 195 362.5 c 128\n 181.667 404.167 161.667 460.5 135 531.5 c 128\n 108.333 602.5 79 653 47 683 c 1\n 72 774 l 1\n 148 674.667 206.333 531.667 247 345 c 1\n 261 533.667 300.333 676.333 365 773 c 1\n 388 683 l 1\nEndSplineSet\nEndChar\nStartChar: afii57400\nEncoding: 1640 1640 940\nWidth: 459\nFlags: W\nFore\n314.5 592.5 m 128\n 350.167 455.5 390.333 357.667 435 299 c 1\n 399 199 l 1\n 245 640 l 1\n 94 199 l 1\n 56 296 l 1\n 100.667 354 141 452.167 177 590.5 c 128\n 213 728.833 235.667 801.667 245 809 c 1\n 255.667 801.667 278.833 729.5 314.5 592.5 c 128\nEndSplineSet\nEndChar\nStartChar: afii57401\nEncoding: 1641 1641 941\nWidth: 424\nFlags: W\nFore\n266 562 m 1\n 213.333 552.667 172.5 550.5 143.5 555.5 c 128\n 114.5 560.5 95.3333 577 86 605 c 1\n 80 614.333 77 625.667 77 639 c 0\n 77 686.681 99.9045 736.9 118.5 765 c 128\n 142.984 801.997 166.499 820 213 820 c 0\n 231.667 820 247.833 812.833 261.5 798.5 c 128\n 289.907 768.708 303.068 737.801 315.5 692 c 128\n 321.833 668.667 326 631 328 579 c 1\n 322.667 525 326.5 474.333 339.5 427 c 128\n 352.5 379.667 379.667 329 421 275 c 1\n 398 165 l 1\n 330.622 227.731 317.923 258.616 290.5 340 c 128\n 267.173 409.227 262.233 462.805 266 562 c 1\n270 631 m 1\n 262 679 251.667 708.333 239 719 c 128\n 215.828 738.513 176.242 739.521 159.5 715.5 c 128\n 145.777 695.81 133.562 681.433 148 654 c 128\n 154.667 641.333 167 633.833 185 631.5 c 128\n 203 629.167 231.333 629 270 631 c 1\nEndSplineSet\nEndChar\nStartChar: uni066B\nEncoding: 1643 1643 942\nWidth: 212\nFlags: W\nFore\n24 250 m 0\n 24 284.813 54.9712 307 90 307 c 0\n 112.667 307 130.667 295 144 271 c 1\n 152 247.667 156 228 156 212 c 0\n 156 185.371 145.339 162.844 137 147 c 128\n 130.333 134.333 120.333 122.333 107 111 c 1\n 92 108 l 1\n 111.333 140 123.333 170.333 128 199 c 1\n 114 193 102.333 188.333 93 185 c 128\n 83.6667 181.667 73.1667 181.833 61.5 185.5 c 128\n 49.8333 189.167 38 205.667 26 235 c 0\n 24.6667 239.667 24 244.667 24 250 c 0\nEndSplineSet\nEndChar\nStartChar: uni0674\nEncoding: 1652 1652 943\nWidth: 300\nFlags: WO\nHStem: 1006 40<169 175>\nVStem: 95 40<934 947>\nFore\n173 1006 m 0\n 155 1006 135 964 135 945 c 0\n 135 928 145 907 149 903 c 128\n 151 901 153 900 156 900 c 0\n 161 900 167 903 176 908 c 128\n 188 916 209 926 236 937 c 1\n 228 904 l 1\n 196 894 146 864 78 813 c 1\n 96 838 117 861 141 883 c 1\n 106 892 95 906 95 936 c 0\n 95 986 134 1026 170 1046 c 1\n 175 1046 l 2\n 199 1045 211 1031 211 1007 c 0\n 211 996 209 970 203 970 c 0\n 200 970 196 975 191 987 c 128\n 186 1000 180 1006 173 1006 c 0\nEndSplineSet\nEndChar\nStartChar: afii57506\nEncoding: 1662 1662 944\nWidth: 926\nFlags: W\nHStem: 195 82<185 921>\nVStem: 921 29<277 318.054>\nFore\n508 26 m 1\n 456 -29 l 1\n 403 26 l 1\n 456 78 l 1\n 508 26 l 1\n886 522 m 1\n 930 494.667 952 453 952 397 c 0\n 952 388.333 951.333 379.667 950 371 c 1\n 950 195 l 1\n 226 195 l 2\n 171.333 195 138 209 126 237 c 0\n 118 253.667 114 272.333 114 293 c 0\n 114 307.667 115.667 323.667 119 341 c 0\n 127.667 382.333 149.667 434.333 185 497 c 1\n 195 489 l 1\n 171.667 444.333 154.667 401 144 359 c 1\n 138 329.667 151.667 302.333 185 277 c 1\n 921 277 l 1\n 921 311 919 343.833 915 375.5 c 128\n 911 407.167 895.333 434.667 868 458 c 1\n 886 522 l 1\n600 -83 m 1\n 548 -138 l 1\n 495 -83 l 1\n 548 -31 l 1\n 600 -83 l 1\n693 26 m 1\n 640 -29 l 1\n 587 26 l 1\n 640 78 l 1\n 693 26 l 1\nEndSplineSet\nEndChar\nStartChar: afii57507\nEncoding: 1670 1670 945\nWidth: 750\nFlags: W\nHStem: 412 61<657 727>\nFore\n673 112 m 1\n 611 49 l 1\n 548 112 l 1\n 611 173 l 1\n 673 112 l 1\n473 112 m 1\n 411 49 l 1\n 348 112 l 1\n 411 173 l 1\n 473 112 l 1\n580 -13 m 1\n 518 -74 l 1\n 455 -13 l 1\n 518 49 l 1\n 580 -13 l 1\n727 412 m 1\n 487.721 413.383 327.089 346.237 224.5 203 c 128\n 171.5 129 157.167 52 181.5 -28 c 128\n 205.833 -108 256.333 -150.167 333 -154.5 c 128\n 409.667 -158.833 523 -144 673 -110 c 1\n 710 -157 l 1\n 602 -189.667 493.667 -207.667 385 -211 c 2\n 358 -211 l 1\n 264.667 -201.667 204 -176 176 -134 c 1\n 146 -98 131 -70.3333 131 -51 c 1\n 125.667 -37 123 -19.3333 123 2 c 0\n 123 20 125 40.3333 129 63 c 1\n 143.667 119 184.333 185.667 251 263 c 1\n 348.333 342.333 429 390.333 493 407 c 1\n 449.667 417 412.667 426.333 382 435 c 1\n 282 451 224.333 449 209 429 c 1\n 182 419 l 1\n 212.667 449.667 238 471.667 258 485 c 0\n 278 499 303.333 506 334 506 c 0\n 350 506 367 504 385 500 c 1\n 515.688 477.055 552.877 473 657 473 c 2\n 747 475 l 1\n 727 412 l 1\nEndSplineSet\nEndChar\nStartChar: afii57508\nEncoding: 1688 1688 946\nWidth: 338\nFlags: W\nFore\n363 587 m 1\n 311 537 l 1\n 258 587 l 1\n 311 636 l 1\n 363 587 l 1\n285 707 m 1\n 233 657 l 1\n 179 707 l 1\n 233 755 l 1\n 285 707 l 1\n216 587 m 1\n 164 537 l 1\n 111 587 l 1\n 164 636 l 1\n 216 587 l 1\n325 447 m 1\n 338.333 402.333 345 353 345 299 c 0\n 345 260.764 336.925 230.104 334 195 c 1\n 206 -46 l 1\n 176.667 -88.6667 142.333 -116.667 103 -130 c 1\n -1 -153 l 1\n 4 -132 l 1\n 60 -92 95.1667 -63.3333 109.5 -46 c 128\n 138.514 -10.9133 226.679 117.459 252.5 161 c 128\n 269.5 189.667 280 218.5 284 247.5 c 128\n 288 276.5 282.333 327.333 267 400 c 1\n 325 447 l 1\nEndSplineSet\nEndChar\nStartChar: afii57509\nEncoding: 1711 1711 947\nWidth: 874\nFlags: W\nHStem: 203 75<296 860> 205 73<264 330>\nDStem: 954 1025 948 962 791 959 749 875\nFore\n948 962 m 1\n 749 875 l 1\n 665.667 835.667 623 813.667 621 809 c 128\n 619 804.333 654.667 762.333 728 683 c 1\n 770 629.667 800.5 588.667 819.5 560 c 128\n 838.5 531.333 862 471 890 379 c 1\n 902 261.667 889.333 203 852 203 c 2\n 851 203 l 1\n 264 205 l 2\n 215.333 205 172.667 234 136 292 c 1\n 126 314.667 121 344.333 121 381 c 1\n 125 439 131.667 482.667 141 512 c 1\n 149 507 l 1\n 124.905 344.905 153.262 274.987 330 278 c 1\n 859 278 l 1\n 865 332 857 384.5 835 435.5 c 128\n 813 486.5 780 541 736 599 c 1\n 675 664 l 1\n 664 650 l 1\n 633.189 670.872 604.629 698.372 578 725 c 1\n 566 791 583.667 841 631 875 c 0\n 670.333 903 723.667 931 791 959 c 2\n 954 1025 l 1\n 948 962 l 1\n870 1115 m 1\n 870 1063 l 1\n 566 928 l 1\n 580 958 681.333 1020.33 870 1115 c 1\nEndSplineSet\nEndChar\nStartChar: uni06CC\nEncoding: 1740 1740 948\nWidth: 776\nFlags: W\nHStem: -16 21G<392 456.333> 203 68<616 647> 465 21G<694 719.333>\nFore\n756 380 m 1\n 718.667 408 685 413.667 655 397 c 1\n 627 379.667 601 357 577 329 c 0\n 544.333 289.667 567.667 270.333 647 271 c 1\n 719 281 755 270 755 238 c 0\n 756.333 158 712.333 91 623 37 c 0\n 564.333 1.66667 495.667 -16 417 -16 c 0\n 367 -16 312.333 -8.33333 253 7 c 1\n 171.667 45 131 100.667 131 174 c 0\n 131 182.667 131.667 191.333 133 200 c 0\n 141 267.333 168 332.667 214 396 c 1\n 225 392 l 1\n 172.333 292 159.667 218.667 187 172 c 1\n 213 114.667 274.333 82 371 74 c 1\n 573 85.3333 689 121.667 719 183 c 1\n 717.667 196.333 684 203 618 203 c 0\n 547.333 201.667 513.667 222.167 517 264.5 c 128\n 520.333 306.833 542 349.333 582 392 c 1\n 630 440.667 674 465 714 465 c 0\n 724.667 465 735 461.667 745 455 c 0\n 753.667 449 758 433 758 407 c 0\n 758 397.317 757.272 388.908 756 380 c 1\nEndSplineSet\nEndChar\nStartChar: uni06D4\nEncoding: 1748 1748 949\nWidth: 176\nFlags: W\nFore\n90 238 m 1\n 96.6667 262.667 112.667 278 138 284 c 1\n 162.667 278 178.667 262.667 186 238 c 1\n 179.333 213.333 163.333 197.333 138 190 c 1\n 112.667 196.667 96.6667 212.667 90 238 c 1\nEndSplineSet\nEndChar\nStartChar: uni0780\nEncoding: 1920 1920 894\nWidth: 395\nFlags: W\nFore\n297 208 m 1\n 308 217 318 226 330 233 c 1\n 344 234 364 234 366 222 c 2\n 369 210 l 1\n 369 194 360 191 352 184 c 1\n 324 149 277 128 239 102 c 1\n 192 75 144 49 92 26 c 1\n 71 18 47 6 18 6 c 0\n 2.47922 6 -29 17.2916 -29 38 c 0\n -29 77 3 78 38 81 c 1\n 46 81 l 2\n 80 81 116 101 143 114 c 1\n 196 144 248 174 297 208 c 1\nEndSplineSet\nEndChar\nStartChar: uni0781\nEncoding: 1921 1921 895\nWidth: 440\nFlags: W\nFore\n383 238 m 0\n 408 238 421 230 422 215 c 0\n 422 193 407 179 394 165 c 1\n 378 153 357 145 334 139 c 1\n 302 136 268 134 232 134 c 1\n 224 123 202 98 190 86 c 1\n 149 55 105 27 62 -2 c 1\n 49 -8 -22 -49 -53 -49 c 0\n -59 -49 -70 -42 -77 -38 c 1\n -90 -30 -99 -19 -98 3 c 1\n -96 18 -89 28 -77 31 c 2\n -66 34 l 2\n -60 35 -39 31 -30 30 c 1\n 5 37 32 53 61 67 c 1\n 88 82 121 103 148 132 c 1\n 153 142 l 1\n 147 149 139 156 139 166 c 0\n 139 198 170 226 201 226 c 0\n 216 226 245 205 245 192 c 1\n 268 191 293 186 311 196 c 1\n 324 205 368 238 383 238 c 0\nEndSplineSet\nEndChar\nStartChar: uni0782\nEncoding: 1922 1922 896\nWidth: 511\nFlags: W\nHStem: -45.8802 67.8802<-74.0224 -47.7901>\nFore\n195 232 m 1\n 214 230 232 229 238 214 c 1\n 244 206 249 195 262 195 c 0\n 270 195 281 206 286 211 c 1\n 295 218 l 1\n 304 226 308 232 327 232 c 0\n 332 232 336 231 341 228 c 2\n 352 222 l 2\n 362 217 364 209 368 198 c 1\n 372 189 370 184 382 182 c 0\n 398 182 411 190 422 198 c 1\n 436 213 448 230 475 232 c 1\n 487 232 l 2\n 491 232 499 221 502 218 c 1\n 506 210 l 1\n 506 198 502 188 495 181 c 1\n 484 168 482 162 466 153 c 2\n 447 143 l 2\n 416 129 400 127 366 121 c 1\n 338 121 324 137 310 151 c 1\n 287 151 268 156 255 143 c 2\n 230 119 l 1\n 194 90 148 53 107 30 c 2\n 51 -2 l 2\n 27 -16 0 -29 -30 -41 c 1\n -43 -45 -63 -48 -78 -44 c 1\n -96 -36 -108 -31 -108 -5 c 0\n -108 8 -103 17 -92 21 c 1\n -79 22 l 1\n -36 22 l 2\n -18 22 67 70 85 80 c 1\n 110 95 134 111 156 130 c 1\n 163 137 166 143 166 149 c 1\n 160 162 151 172 150 190 c 1\n 150 196 151 200 152 203 c 2\n 159 214 l 2\n 165 223 177 229 195 232 c 1\nEndSplineSet\nEndChar\nStartChar: uni0783\nEncoding: 1923 1923 897\nWidth: 478\nFlags: W\nHStem: -47.1379 68.1379<-8 -7>\nFore\n6 -48 m 1\n -27 -48 -42 -36 -39 -11 c 2\n -38 -2 l 2\n -36 13 -26 21 -7 21 c 1\n 57 26 74 47 116 68 c 1\n 140 77 176 106 200 120 c 1\n 216 134 l 1\n 208 140 201 148 195 155 c 1\n 190 167 184 184 194 194 c 2\n 202 202 l 2\n 209 209 218 213 227 213 c 0\n 247 211 267 199 283 189 c 1\n 311 203 339 218 366 234 c 1\n 388 242 429 258 437 258 c 1\n 457 253 467 243 467 230 c 2\n 467 222 l 1\n 466 217 463 213 458 210 c 2\n 442 199 l 2\n 424 186 375 171 346 162 c 1\n 327 158 l 1\n 349 146 374 137 392 120 c 1\n 394 117 395 114 395 110 c 1\n 395 86 384 83 368 78 c 1\n 352 75 l 2\n 348 75 345 76 342 77 c 2\n 282 108 l 1\n 202 56 123 4 34 -39 c 1\n 25 -42 16 -46 6 -48 c 1\nEndSplineSet\nEndChar\nStartChar: uni0784\nEncoding: 1924 1924 898\nWidth: 424\nFlags: W\nHStem: 175.12 51.9229<319.021 333.219>\nVStem: 20 58<88 99>\nFore\n368 89 m 2\n 341 63 l 2\n 330 52 289 31 269 21 c 1\n 235 9 198 -1 151 -1 c 1\n 135 -1 104 -0 93 4 c 0\n 44 16 20 46 20 95 c 0\n 20 108 24 122 32 139 c 1\n 58 175 95 205 153 211 c 1\n 174 210 188 210 200 200 c 2\n 220 181 l 1\n 231 191 257 217 276 220 c 2\n 298 225 l 1\n 340 230 372 228 396 197 c 1\n 404 188 410 174 407 156 c 1\n 406 135 393 112 368 89 c 2\n346 158 m 0\n 346 171 337 176 319 175 c 2\n 308 174 l 2\n 305 174 295 169 279 160 c 1\n 248 136 217 111 195 78 c 1\n 180 56 l 1\n 217 62 232 62 260 78 c 2\n 290 97 l 1\n 313 114 346 136 346 158 c 0\n176 140 m 1\n 168 144 160 148 149 150 c 1\n 137 149 122 147 113 142 c 1\n 90 129 78 112 78 90 c 0\n 78 70 100 64 117 58 c 1\n 136 86 155 114 176 140 c 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni0785\nEncoding: 1925 1925 899\nWidth: 380\nFlags: W\nHStem: -69 70<10 28>\nVStem: 162 68<157.008 161.984 163 164>\nFore\n219 231 m 0\n 248 231 262 223 262 206 c 0\n 262 191 255 189 246 184 c 1\n 235 178 l 1\n 232 175 230 169 230 162 c 0\n 229 151 233 143 241 138 c 2\n 254 129 l 2\n 257 127 262 126 269 125 c 1\n 287 125 294 137 305 144 c 1\n 318 153 l 1\n 338 157 l 1\n 353 156 362 144 364 128 c 1\n 364 113 322 88 306 78 c 1\n 248 40 l 1\n 176 2 113 -45 28 -69 c 1\n 1 -69 -13 -57 -13 -34 c 0\n -13 -20 -4 1 10 1 c 0\n 15 1 29 -7 34 -6 c 2\n 50 -3 l 2\n 68 -0 156 48 185 64 c 1\n 226 92 l 1\n 229 102 221 100 214 99 c 1\n 192 103 170 114 165 138 c 1\n 162 157 l 1\n 162 163 163 168 164 171 c 2\n 173 192 l 2\n 180 207 200 231 219 231 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0786\nEncoding: 1926 1926 900\nWidth: 394\nFlags: W\nFore\n360 232 m 1\n 369 235 385 238 391 230 c 1\n 397 225 400 218 402 209 c 1\n 400 202 396 192 393 187 c 1\n 340 140 278 102 214 66 c 1\n 187 52 138 26 118 26 c 1\n 87.2508 26 74.9591 31.5721 73 59 c 1\n 71 72 89 86 96 95 c 1\n 111 108 121 130 117 159 c 1\n 118 174 118 200 122 209 c 0\n 124 218 141 220 153 222 c 1\n 166 222 173 222 180 214 c 1\n 188 209 192 200 192 187 c 0\n 192 176 183 159 179 150 c 1\n 174 134 170 117 165 101 c 1\n 210 122 248 150 289 175 c 1\n 299 182 307 191 316 199 c 1\n 331 210 346 221 360 232 c 1\nEndSplineSet\nEndChar\nStartChar: uni0787\nEncoding: 1927 1927 901\nWidth: 406\nFlags: W\nHStem: -33.6482 70.6482<43 48> 145 73<314 321>\nFore\n322 218 m 2\n 336 218 l 2\n 343 218 349 216 354 212 c 1\n 367 207 375 196 378 180 c 0\n 382 169 384 159 384 150 c 128\n 384 141 377 113 374 102 c 1\n 369 87 363 73 357 59 c 1\n 347 39 333 9 316 2 c 1\n 311 1 303 -3 295 -3 c 0\n 284 -3 275 5 268 10 c 1\n 265 22 l 1\n 265 38 276 48 283 57 c 1\n 296 73 305 94 315 113 c 1\n 315 114 327 139 322 144 c 0\n 321 145 319 145 316 145 c 0\n 307 145 299 143 294 138 c 2\n 275 122 l 1\n 210 69 149 12 70 -27 c 1\n 48 -37 -3 -41 0 -6 c 1\n 0 5 l 2\n 0 8 1 11 2 13 c 2\n 6 23 l 2\n 8 33 29 35 42 37 c 1\n 72 37 80 45 98 54 c 1\n 151 86 203 132 250 175 c 1\n 270 194 289 218 322 218 c 2\nEndSplineSet\nEndChar\nStartChar: uni0788\nEncoding: 1928 1928 902\nWidth: 416\nFlags: W\nHStem: -88 62<44 62> -87.7617 70.7617<37 38> 165 52<284 301>\nVStem: 150.097 58.9029<102 108> 325 61<145 152>\nFore\n386 146 m 0\n 386 120 361 90 311 57 c 2\n 220 -4 l 1\n 156 -43 81 -88 44 -88 c 0\n 13 -88 -3 -75 -3 -50 c 0\n -3 -37 3 -28 14 -22 c 0\n 18 -19 26 -17 38 -17 c 0\n 40 -16 60 -26 62 -26 c 0\n 70 -26 77 -25 83 -24 c 2\n 98 -19 l 2\n 123 -11 170 19 201 40 c 1\n 167 55 150 75 150 98 c 0\n 150 119 158 139 173 159 c 0\n 178 166 189 175 204 187 c 0\n 230 207 261 217 298 217 c 0\n 334 217 368 196 381 172 c 0\n 384 165 386 157 386 146 c 0\n286 165 m 0\n 269 165 249 156 228 138 c 0\n 215 127 209 117 209 106 c 0\n 209 96 219 83 234 83 c 0\n 231 83 239 85 258 89 c 1\n 285 103 l 1\n 312 122 325 136 325 147 c 0\n 325 159 312 165 286 165 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0789\nEncoding: 1929 1929 903\nWidth: 414\nFlags: W\nHStem: -45.3399 63.1602<49.0321 66.1422> 169.881 61.1194<259 280>\nVStem: 140 250<181 183>\nFore\n258 231 m 2\n 279 231 306 228 325 224 c 2\n 348 218 l 2\n 376 211 390 198 390 181 c 0\n 390 142 323 95 289 69 c 1\n 221 22 156 -17 71 -43 c 1\n 50 -50 34 -40 22 -31 c 1\n 19 -25 15 -20 14 -12 c 1\n 14 19 26 17 49 18 c 1\n 91 16 116 31 144 44 c 1\n 190 67 239 88 278 118 c 1\n 290 126 305 139 312 150 c 1\n 314 152 319 154 319 158 c 1\n 300.871 177.085 256.716 169.989 226 166 c 1\n 226 166 197 154 196 154 c 2\n 174 154 l 1\n 155 155 142 162 140 181 c 1\n 140 207 160 212 180 220 c 1\n 198 226 l 1\n 258 231 l 2\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni078A\nEncoding: 1930 1930 904\nWidth: 412\nFlags: W\nFore\n327 278 m 1\n 336 281 344 282 350 282 c 1\n 365 277 370 268 367 255 c 0\n 362 233 345 227 327 218 c 1\n 342 210 353 203 366 189 c 1\n 367 184 368 181 368 178 c 0\n 368 169 361 158 348 147 c 1\n 290 122 l 1\n 305 112 326 102 326 84 c 0\n 326 63 289 41 274 30 c 1\n 244 8 215 -15 183 -35 c 1\n 84 -97 l 2\n 83 -97 77 -100 64 -106 c 2\n 33 -120 l 2\n 18 -127 5 -130 -6 -130 c 0\n -11 -131 -15 -131 -18 -130 c 0\n -35 -120 -44 -108 -44 -93 c 0\n -44 -76 -33 -66 -10 -62 c 0\n 39 -53 62 -44 95 -24 c 2\n 202 44 l 1\n 250 78 l 1\n 249 80 239 86 222 97 c 1\n 215 104 211 111 211 120 c 0\n 210 126 216 134 227 144 c 1\n 246 153 265 162 283 172 c 1\n 269 182 l 1\n 248 193 247 191 230 212 c 0\n 229 213 229 215 229 216 c 0\n 229 223 236 227 246 235 c 1\n 281 248 308 263 327 278 c 1\nEndSplineSet\nEndChar\nStartChar: uni078B\nEncoding: 1931 1931 905\nWidth: 472\nFlags: W\nHStem: -118 72.4796<-34 -23> 26.0132 53.4257<299 318>\nVStem: 290 152<202 214> 371 61<123 130>\nFore\n406 251 m 2\n 415 251 421 251 424 250 c 0\n 438 244 440 232 442 214 c 1\n 442 205 439 198 434 195 c 1\n 401 182 l 1\n 416 167 432 155 432 130 c 0\n 432 92 416 64 385 46 c 2\n 362 33 l 1\n 345 27 l 1\n 304.159 23.2794 262.875 26.3059 237 42 c 1\n 215 21 178 -7 150 -28 c 1\n 105 -59 49 -89 -4 -115 c 1\n -23 -118 l 1\n -42 -118 -56 -110 -65 -94 c 1\n -66 -87 -68 -82 -70 -76 c 1\n -70 -63 -61 -57 -54 -50 c 1\n -46 -43 -27 -46 -14 -47 c 1\n -5 -47 l 2\n 6 -47 17 -44 27 -39 c 2\n 82 -10 l 1\n 120 14 158 39 187 72 c 1\n 183 79 178 86 177 97 c 1\n 178 116 183 122 201 132 c 1\n 224 139 253 131 258 112 c 1\n 260 98 l 1\n 274 86 301 73 325 81 c 1\n 347 90 366 98 371 122 c 1\n 371 140 358 147 347 154 c 1\n 339 162 327 166 316 171 c 1\n 297 186 l 1\n 294 191 291 197 290 202 c 0\n 290 208 292 212 297 214 c 2\n 315 223 l 1\n 327 223 338 223 349 224 c 1\n 362 230 l 1\n 372 237 383 246 394 249 c 2\n 406 251 l 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni078C\nEncoding: 1932 1932 906\nWidth: 439\nFlags: W\nHStem: 46.0974 56.9026<314 317>\nVStem: 152 70<3 7> 350 58<133 141>\nFore\n339 217 m 1\n 384 212 400 184 408 141 c 1\n 408 137 l 2\n 408 128 405 118 403 110 c 1\n 403 103 389 85 386 80 c 1\n 378 71 l 2\n 363 54 340 46 308 46 c 0\n 292 46 278 49 266 54 c 1\n 233 79 l 1\n 227 87 219 95 214 104 c 1\n 207 104 188 86 181 81 c 1\n 160 59 l 1\n 186 48 218 35 222 7 c 1\n 222 -11 210 -29 186 -47 c 0\n 167 -62 124 -78 92 -87 c 1\n 73 -89 52 -99 32 -94 c 1\n 22 -89 3 -85 0 -78 c 1\n -3 -56 l 1\n -3 -26 8 -24 33 -24 c 1\n 49 -25 61 -31 75 -34 c 1\n 99 -34 l 2\n 128 -34 136 -24 149 -10 c 1\n 152 2 l 1\n 152 12 143 20 126 26 c 2\n 105 33 l 2\n 92 37 86 47 86 63 c 0\n 86 67 91 75 100 88 c 1\n 129 116 158 145 194 166 c 1\n 229 186 l 2\n 265 207 302 217 339 217 c 1\n350 132 m 1\n 350 149 342 158 325 159 c 2\n 314 160 l 2\n 302 161 289 157 274 146 c 0\n 267 141 262 137 259 133 c 1\n 270 122 276 112 292 106 c 1\n 313 103 l 2\n 323 103 334 109 343 112 c 1\n 348 119 348 124 350 132 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni078D\nEncoding: 1933 1933 907\nWidth: 452\nFlags: W\nHStem: -98 65<-7.93729 -2> 122 47<303 322> 122 116<298 302>\nVStem: 146 294.716<150 151>\nDStem: 323 122 335 74 134 13 289 46 323 122 289 46 134 13 214 -2\nFore\n299 238 m 0\n 304 238 309 238 312 237 c 1\n 320 230 339 220 337 206 c 0\n 336 202 325 190 302 169 c 1\n 428 172 l 1\n 428 171 430 168 434 163 c 0\n 439 158 441 155 441 153 c 0\n 441 141 427 127 398 110 c 2\n 335 74 l 1\n 289 46 l 1\n 214 -2 l 1\n 162 -29 111 -57 55 -80 c 1\n 49 -82 1 -98 -7 -98 c 0\n -35.3555 -98 -50 -85.8001 -50 -57 c 0\n -50 -48 -43 -40 -30 -35 c 1\n -8 -33 l 1\n 34 -33 58 -20 96 -4 c 2\n 134 13 l 1\n 323 122 l 1\n 154 122 l 1\n 149 127 146 137 146 151 c 1\n 150 162 l 1\n 178 167 209 188 236 198 c 1\n 263 213 l 2\n 268 215 272 219 275 224 c 0\n 280 233 288 238 299 238 c 0\nEndSplineSet\nEndChar\nStartChar: uni078E\nEncoding: 1934 1934 908\nWidth: 414\nFlags: W\nHStem: -1 60<172 201> -0.298978 92.299<75 76>\nVStem: 232 65<86 86 91 95>\nFore\n196 180 m 1\n 254 219 296 236 372 237 c 1\n 386 234 398 233 398 217 c 2\n 398 204 l 1\n 399 191 390 183 370 178 c 1\n 342 174 l 2\n 335 174 327 173 318 170 c 2\n 290 162 l 2\n 281 159 276 155 275 150 c 1\n 286 136 297 123 297 94 c 2\n 297 86 l 1\n 296 70 l 1\n 296 67 294 62 291 56 c 2\n 284 42 l 2\n 282 38 271 27 267 22 c 1\n 247 12 229 -1 199 -1 c 1\n 82 -1 l 2\n 71 -1 58 5 48 10 c 1\n 35 20 24 31 24 50 c 0\n 24 66 38 76 48 84 c 1\n 56 88 65 91 74 92 c 0\n 86 92 92 81 98 74 c 1\n 110 64 l 1\n 111 62 154 60 172 59 c 1\n 188 59 l 2\n 211 59 225 65 230 76 c 1\n 230 83 231 87 232 90 c 0\n 232 100 222 109 216 116 c 1\n 209 126 202 135 194 144 c 1\n 191 164 l 1\n 191 171 193 176 196 180 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni078F\nEncoding: 1935 1935 909\nWidth: 503\nFlags: W\nHStem: 101 74<338 350> 130 64<214 250>\nDStem: 270 -29 360 -25 200 -33 366 -35\nFore\n163 225 m 2\n 181 225 202 206 214 194 c 1\n 250 194 l 1\n 269 213 l 1\n 278 218 288 221 299 221 c 0\n 306 221 314 219 323 214 c 0\n 333 210 335 189 338 175 c 1\n 370 175 l 1\n 389 200 404 216 437 222 c 1\n 451 222 456 223 463 216 c 2\n 470 207 l 2\n 471 206 473 201 474 192 c 1\n 463 157 428 134 394 114 c 1\n 380 109 365 105 350 101 c 1\n 332 101 312 99 295 101 c 1\n 286 107 l 1\n 282 115 279 123 274 130 c 1\n 203 130 l 2\n 190 130 147 100 132 90 c 1\n 118 80 105 69 92 58 c 1\n 78 43 71 30 71 20 c 0\n 71 -12 105 -27 136 -30 c 2\n 170 -32 l 1\n 200 -33 l 1\n 270 -29 l 2\n 277 -28 284 -26 290 -22 c 2\n 306 -11 l 2\n 311 -8 316 -6 323 -6 c 2\n 335 -6 l 2\n 343 -6 354 -19 360 -25 c 1\n 366 -35 l 1\n 366 -61 340 -72 319 -82 c 1\n 308 -85 296 -87 283 -88 c 1\n 106 -87 l 2\n 92 -87 76 -81 57 -69 c 2\n 46 -62 l 2\n 42 -60 38 -57 34 -54 c 0\n 9 -33 -2 -10 -1 13 c 2\n 0 31 l 1\n 5 50 13 66 24 79 c 1\n 51 104 81 125 111 147 c 1\n 111 155 l 1\n 102 162 98 163 98 181 c 1\n 104 203 109 211 135 222 c 1\n 163 225 l 2\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni0790\nEncoding: 1936 1936 910\nWidth: 773\nFlags: W\nHStem: 105 51<170 602>\nFore\n635 162 m 2\n 655 165 672 190 686 203 c 1\n 706 217 730 238 754 219 c 0\n 761 214 765 207 765 198 c 0\n 765 164 704 135 670 118 c 1\n 654 112 640 105 618 105 c 1\n 161 106 l 1\n 143 84 122 66 98 50 c 1\n 83 42 73 32 51 30 c 1\n 30 33 l 1\n 11 41 9 50 10 71 c 1\n 11 75 15 79 22 82 c 1\n 35 84 65 92 74 106 c 2\n 80 114 l 1\n 85 123 l 1\n 74 123 l 2\n 47 123 43 137 39 158 c 1\n 40 166 l 1\n 40 185 52 198 77 205 c 1\n 87 206 l 2\n 90 206 93 206 98 207 c 0\n 111 207 120 206 126 203 c 1\n 148 203 160 173 170 156 c 1\n 596 156 l 2\n 597 156 602 157 610 158 c 2\n 635 162 l 2\nEndSplineSet\nEndChar\nStartChar: uni0791\nEncoding: 1937 1937 911\nWidth: 387\nFlags: W\nFore\n224 230 m 1\n 240 224 254 221 254 200 c 0\n 254 190 241 182 233 176 c 1\n 214 169 l 1\n 238 165 258 158 279 151 c 1\n 304 148 317 138 317 119 c 1\n 316 117 314 114 312 110 c 1\n 299 100 287 89 273 80 c 1\n 252 68 230 57 210 43 c 1\n 210 40 211 37 213 35 c 1\n 318 14 l 1\n 341 13 360 11 360 -10 c 0\n 360 -30 355 -40 344 -41 c 2\n 319 -42 l 1\n 309 -42 l 1\n 316 -43 232 -29 216 -25 c 2\n 137 -3 l 2\n 125 0 106 8 103 22 c 0\n 103 27 105 32 110 35 c 1\n 143 69 191 89 229 119 c 1\n 199 122 l 1\n 112 135 l 2\n 104 135 105 146 104 154 c 1\n 125 173 150 189 174 205 c 1\n 183 210 213 230 224 230 c 1\nEndSplineSet\nEndChar\nStartChar: uni0792\nEncoding: 1938 1938 912\nWidth: 419\nFlags: W\nVStem: 19 75<-23 -14>\nFore\n407 237 m 1\n 421 237 431 223 434 214 c 1\n 437 211 438 205 438 198 c 0\n 438 184 427 179 418 174 c 1\n 384 163 355 147 325 132 c 1\n 330 127 336 124 345 122 c 2\n 365 117 l 2\n 379 117 386 104 386 92 c 1\n 382 66 380 49 350 49 c 0\n 341 49 331 52 320 58 c 1\n 291 67 268 81 246 96 c 1\n 232 96 166 54 152 45 c 1\n 137 34 l 1\n 122 22 94 5 94 -16 c 0\n 94 -41 110 -46 126 -54 c 1\n 158 -62 164 -66 210 -66 c 2\n 239 -66 l 1\n 286 -60 l 1\n 315 -45 l 1\n 343 -39 363 -51 362 -81 c 1\n 363 -98 332 -111 313 -118 c 1\n 284 -127 249 -130 212 -131 c 1\n 166 -129 l 2\n 107 -126 64 -108 37 -74 c 0\n 25 -59 19 -41 19 -22 c 0\n 19 17 42 34 63 53 c 1\n 96 78 136 102 180 128 c 1\n 159 153 175 184 201 193 c 2\n 212 197 l 1\n 233 199 251 198 255 182 c 0\n 257 175 261 171 268 170 c 1\n 315 192 356 219 407 237 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0793\nEncoding: 1939 1939 913\nWidth: 522\nFlags: W\nHStem: -139 60<162 221>\nVStem: 43.9798 74.8849<-61 -52> 83.0839 79.9161<131 137> 393.75 72.2503<164.031 170.507>\nFore\n466 164 m 0\n 466 131 437 105 412 91 c 2\n 390 79 l 1\n 352 60 297 43 244 33 c 1\n 228 31 212 33 196 34 c 1\n 175 23 157 10 141 -6 c 1\n 125 -27 l 1\n 118 -47 110 -68 136 -76 c 0\n 149 -80 168 -79 186 -79 c 1\n 252 -80 284 -77 326 -54 c 2\n 343 -45 l 2\n 351 -40 364 -33 382 -26 c 1\n 397 -26 408 -32 416 -45 c 0\n 417 -47 419 -52 420 -60 c 0\n 420 -83 388 -98 365 -109 c 1\n 332 -127 275 -137 221 -139 c 1\n 190 -139 l 2\n 144 -139 89 -133 67 -107 c 1\n 55 -97 47 -83 44 -64 c 1\n 43 -8 77 21 110 47 c 1\n 126 57 l 1\n 119 63 112 69 105 74 c 1\n 90 97 l 1\n 83 121 78 144 91 169 c 1\n 104 203 147 227 193 237 c 1\n 219 233 229 234 246 216 c 2\n 256 205 l 1\n 263 202 l 1\n 275 205 282 207 285 209 c 2\n 319 234 l 2\n 337 245 354 245 377 248 c 1\n 400 245 l 2\n 410 245 421 241 433 233 c 0\n 455 221 466 198 466 164 c 0\n393 161 m 0\n 395 166 393 173 387 180 c 0\n 382 185 373 183 365 182 c 1\n 326 170 303 147 288 106 c 1\n 316 111 l 2\n 357 118 383 135 393 161 c 0\n234 154 m 1\n 234 165 225 170 206 170 c 0\n 189 170 176 163 169 148 c 0\n 165 141 163 136 163 132 c 0\n 163 120 165 113 169 110 c 1\n 178 108 l 2\n 206 108 230 136 234 154 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0794\nEncoding: 1940 1940 914\nWidth: 412\nFlags: W\nFore\n202 221 m 2\n 219 221 231 215 240 203 c 0\n 243 200 245 194 247 183 c 1\n 279 185 307 190 335 196 c 1\n 355 206 l 1\n 363 212 371 215 379 215 c 0\n 407 217 422 191 422 158 c 1\n 417 144 413 131 406 119 c 1\n 392 85 380 58 352 31 c 1\n 343 25 334 22 326 22 c 128\n 318 22 311 24 306 27 c 1\n 297 36 291 54 302 65 c 2\n 314 77 l 1\n 333 95 344 120 354 146 c 1\n 318 146 288 140 254 137 c 1\n 237 112 213 94 193 73 c 1\n 160 46 l 1\n 119 13 73 -9 29 -38 c 1\n 12 -47 -7 -54 -31 -56 c 1\n -36 -56 l 2\n -59 -56 -61 -39 -65 -19 c 1\n -60 -11 -57 -1 -47 2 c 1\n -28 4 l 2\n -26 4 -21 5 -14 8 c 2\n 2 14 l 2\n 11 15 46 35 54 40 c 1\n 64 42 74 52 83 58 c 1\n 102 69 174 109 174 137 c 1\n 157 143 145 154 149 177 c 1\n 152 202 169 218 195 221 c 1\n 202 221 l 2\nEndSplineSet\nEndChar\nStartChar: uni0795\nEncoding: 1941 1941 915\nWidth: 394\nFlags: W\nVStem: 303.943 65.8443<-26.8201 -16.0319>\nFore\n338 11 m 1\n 362.927 9.40419 374.518 -7.19545 368 -34 c 1\n 367 -39 362 -44 354 -50 c 0\n 351 -53 345 -54 337 -54 c 0\n 314 -56 303 -41 304 -16 c 1\n 308 -6 309 3 321 7 c 1\n 338 11 l 1\n327 278 m 1\n 336 281 344 282 350 282 c 1\n 365 277 370 268 367 255 c 0\n 362 233 345 227 327 218 c 1\n 342 210 353 203 366 189 c 1\n 367 184 368 181 368 178 c 0\n 368 169 361 158 348 147 c 1\n 290 122 l 1\n 305 112 326 102 326 84 c 0\n 326 63 289 41 274 30 c 1\n 244 8 215 -15 183 -35 c 1\n 84 -97 l 2\n 83 -97 77 -100 64 -106 c 2\n 33 -120 l 2\n 18 -127 5 -130 -6 -130 c 0\n -11 -131 -15 -131 -18 -130 c 0\n -35 -120 -44 -108 -44 -93 c 0\n -44 -76 -33 -66 -10 -62 c 0\n 39 -53 62 -44 95 -24 c 2\n 202 44 l 1\n 250 78 l 1\n 249 80 239 86 222 97 c 1\n 215 104 211 111 211 120 c 0\n 210 126 216 134 227 144 c 1\n 246 153 265 162 283 172 c 1\n 269 182 l 1\n 248 193 247 191 230 212 c 0\n 229 213 229 215 229 216 c 0\n 229 223 236 227 246 235 c 1\n 281 248 308 263 327 278 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0796\nEncoding: 1942 1942 916\nWidth: 388\nFlags: W\nHStem: -153.059 56.0589<182 195> 18.1637 49.8363<269 270>\nVStem: 35 63.4905<-69 -55> 242 152<178 200>\nFore\n278 198 m 1\n 304 212 346 243 384 225 c 1\n 392 217 393 212 394 200 c 1\n 394 185.288 372.92 181.692 360 178 c 1\n 371 165 384 156 390 138 c 1\n 393 115 l 1\n 387 85 377 58 357 42 c 1\n 323.428 4.923 242.888 18.5773 190 30 c 1\n 166 16 144 -0 123 -18 c 1\n 109 -30 85 -61 106 -82 c 1\n 124 -96 152 -95 182 -97 c 1\n 190 -97 l 2\n 230 -97 258 -93 275 -86 c 2\n 291 -79 l 2\n 295 -78 299 -75 302 -70 c 1\n 313 -60 320 -60 334 -57 c 1\n 351 -57 359 -66 359 -85 c 0\n 359 -92 357 -98 353 -105 c 0\n 341 -133 285 -143 242 -149 c 1\n 193 -152 166 -158 115 -146 c 2\n 93 -141 l 2\n 59 -131 35 -109 35 -71 c 0\n 35 -26 53 -13 72 9 c 1\n 95 27 l 1\n 122 46 l 2\n 125 49 125 66 126 73 c 1\n 127 85 131 88 134 96 c 1\n 144 103 153 110 166 113 c 2\n 178 114 l 2\n 200 115 207 105 218 94 c 1\n 226 79 l 1\n 236 70 l 1\n 247 69 258 68 270 68 c 1\n 307 75 331 86 331 115 c 0\n 331 136 325 147 312 148 c 2\n 286 150 l 1\n 274 150 263 150 252 149 c 1\n 243 160 242 158 242 178 c 0\n 242 186 269 195 278 198 c 1\nEndSplineSet\nEndChar\nStartChar: uni0797\nEncoding: 1943 1943 917\nWidth: 456\nFlags: W\nHStem: 51.7478 53.2522<310 330>\nVStem: 142 67.7946<5 10>\nFore\n588 366 m 1\n 594 352 588 340 582 331 c 1\n 511 294 447 250 385 203 c 1\n 391 198 397 194 402 188 c 1\n 412 179 424 171 424 154 c 1\n 426 133 l 1\n 426 114 414 98 406 86 c 1\n 396 76 383 67 367 58 c 1\n 346 50 330 50 307 52 c 1\n 275 54 265 57 238 80 c 1\n 215 104 l 1\n 169 81 l 1\n 198 50 l 1\n 206 38 210 27 210 18 c 0\n 210 -1 209 -13 206 -18 c 1\n 196 -31 188 -47 172 -58 c 2\n 158 -68 l 1\n 138 -79 116 -88 94 -97 c 1\n 59 -102 l 2\n 53 -102 48 -101 43 -98 c 2\n 32 -90 l 2\n 20 -81 14 -68 14 -50 c 0\n 14 -39 20 -32 31 -27 c 1\n 62 -23 l 1\n 75 -25 87 -27 99 -30 c 1\n 128 -30 142 -18 142 6 c 0\n 142 22 108 45 96 54 c 1\n 93 59 91 66 91 76 c 0\n 91 91 107 111 140 137 c 1\n 173 156 207 174 239 194 c 1\n 274 211 310 226 350 253 c 2\n 390 281 l 1\n 551 380 l 1\n 565 384 l 1\n 576 384 584 378 588 366 c 1\n360 138 m 1\n 360 174 320 170 293 158 c 0\n 276 151 268 143 268 134 c 0\n 268 116 288 110 310 105 c 1\n 330 105 l 1\n 340 108 347 115 353 122 c 1\n 360 138 l 1\nEndSplineSet\nEndChar\nStartChar: uni0798\nEncoding: 1944 1944 918\nWidth: 504\nFlags: W\nHStem: 14.0974 56.9026<314 317> 203 66<258 263 358 359> 286 65<308 314>\nVStem: 152 70<-29 -25> 230 66<234 236> 281 65<317 318> 326 66<234 235> 350 58<101 109>\nFore\n359 268 m 0\n 376 268 387 257 392 235 c 1\n 392 217 381 206 359 202 c 0\n 343 202 326 218 326 235 c 0\n 326 243 330 250 336 258 c 0\n 344 264 351 268 359 268 c 0\n314 351 m 0\n 330 351 341 340 346 318 c 1\n 346 300 335 289 314 286 c 0\n 308 286 300 289 290 295 c 1\n 284 302 281 309 281 318 c 0\n 281 336 297 351 314 351 c 0\n263 269 m 0\n 271 269 278 265 285 258 c 0\n 290 254 293 247 296 236 c 1\n 296 218 285 207 263 203 c 0\n 247 203 230 218 230 236 c 128\n 230 254 248 269 263 269 c 0\n339 185 m 1\n 384 180 400 152 408 109 c 1\n 408 105 l 2\n 408 96 405 86 403 78 c 1\n 403 71 389 53 386 48 c 1\n 378 39 l 2\n 363 22 340 14 308 14 c 0\n 292 14 278 17 266 22 c 1\n 233 47 l 1\n 227 55 219 63 214 72 c 1\n 207 72 188 54 181 49 c 1\n 160 27 l 1\n 186 16 218 3 222 -25 c 1\n 222 -43 210 -61 186 -79 c 0\n 167 -94 124 -110 92 -119 c 1\n 73 -121 52 -131 32 -126 c 1\n 22 -121 3 -117 0 -110 c 1\n -3 -88 l 1\n -3 -58 8 -56 33 -56 c 1\n 49 -57 61 -63 75 -66 c 1\n 99 -66 l 2\n 128 -66 136 -56 149 -42 c 1\n 152 -30 l 1\n 152 -20 143 -12 126 -6 c 2\n 105 1 l 2\n 92 5 86 15 86 31 c 0\n 86 35 91 43 100 56 c 1\n 129 84 158 113 194 134 c 1\n 229 154 l 2\n 265 175 302 185 339 185 c 1\n350 100 m 1\n 350 117 342 126 325 127 c 2\n 314 128 l 2\n 302 129 289 125 274 114 c 0\n 267 109 262 105 259 101 c 1\n 270 90 276 80 292 74 c 1\n 313 71 l 2\n 323 71 334 77 343 80 c 1\n 348 87 348 92 350 100 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0799\nEncoding: 1945 1945 919\nWidth: 404\nFlags: W\nHStem: 21 65<333 336>\nVStem: 303 66<53 54>\nFore\n336 86 m 0\n 353 86 364 75 369 54 c 1\n 369 35 358 24 336 21 c 0\n 330 21 322 24 313 30 c 1\n 306 37 303 45 303 54 c 0\n 303 70 320 86 336 86 c 0\n301 208 m 1\n 312 217 322 226 334 233 c 1\n 348 234 368 234 370 222 c 2\n 373 210 l 1\n 373 194 364 191 356 184 c 1\n 328 149 281 128 243 102 c 1\n 196 75 148 49 96 26 c 1\n 75 18 51 6 22 6 c 0\n 6.47922 6 -25 17.2916 -25 38 c 0\n -25 77 7 78 42 81 c 1\n 50 81 l 2\n 84 81 120 101 147 114 c 1\n 200 144 252 174 301 208 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni079A\nEncoding: 1946 1946 920\nWidth: 393\nFlags: W\nHStem: 276 66<302 305>\nVStem: 272 66<302 309>\nFore\n305 342 m 0\n 313 342 320 338 326 331 c 1\n 331 327 335 320 338 309 c 1\n 338 290 327 279 305 276 c 0\n 289 276 272 291 272 309 c 0\n 272 317 276 324 282 332 c 0\n 290 338 297 342 305 342 c 0\n276 200 m 1\n 287 209 297 218 309 225 c 1\n 323 226 343 226 345 214 c 2\n 348 202 l 1\n 348 186 339 183 331 176 c 1\n 303 141 256 120 218 94 c 1\n 171 67 123 41 71 18 c 1\n 50 10 27 -2 -2 -2 c 0\n -17.7205 -2 -50 9.72041 -50 30 c 0\n -50 47 -44 60 -33 63 c 2\n -18 69 l 2\n -15 70 11 72 18 73 c 1\n 26 73 l 2\n 59 73 96 94 122 106 c 1\n 175 136 227 166 276 200 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni079B\nEncoding: 1947 1947 921\nWidth: 436\nFlags: W\nHStem: -118 72.4796<-34 -23> 26.0132 53.4257<299 318> 283 82<308 317>\nVStem: 269 81<323 330> 290 152<202 214> 371 61<123 130>\nFore\n310 365 m 0\n 331 365 350 344 350 324 c 0\n 350 303 330 283 310 283 c 0\n 289 283 269 304 269 324 c 0\n 269 345 290 365 310 365 c 0\n406 251 m 2\n 415 251 421 251 424 250 c 0\n 438 244 440 232 442 214 c 1\n 442 205 439 198 434 195 c 1\n 401 182 l 1\n 416 167 432 155 432 130 c 0\n 432 92 416 64 385 46 c 2\n 362 33 l 1\n 345 27 l 1\n 304.159 23.2794 262.875 26.3059 237 42 c 1\n 215 21 178 -7 150 -28 c 1\n 105 -59 49 -89 -4 -115 c 1\n -23 -118 l 1\n -42 -118 -56 -110 -65 -94 c 1\n -66 -87 -68 -82 -70 -76 c 1\n -70 -63 -61 -57 -54 -50 c 1\n -46 -43 -27 -46 -14 -47 c 1\n -5 -47 l 2\n 6 -47 17 -44 27 -39 c 2\n 82 -10 l 1\n 120 14 158 39 187 72 c 1\n 183 79 178 86 177 97 c 1\n 178 116 183 122 201 132 c 1\n 224 139 253 131 258 112 c 1\n 260 98 l 1\n 274 86 301 73 325 81 c 1\n 347 90 366 98 371 122 c 1\n 371 140 358 147 347 154 c 1\n 339 162 327 166 316 171 c 1\n 297 186 l 1\n 294 191 291 197 290 202 c 0\n 290 208 292 212 297 214 c 2\n 315 223 l 1\n 327 223 338 223 349 224 c 1\n 362 230 l 1\n 372 237 383 246 394 249 c 2\n 406 251 l 2\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni079C\nEncoding: 1948 1948 922\nWidth: 475\nFlags: W\nHStem: -47.1379 68.1379<-8 -7> 274 66<285 290>\nVStem: 258 65<304 307>\nFore\n290 340 m 0\n 307 340 318 329 323 307 c 1\n 323 289 312 278 290 274 c 0\n 285 274 277 277 267 284 c 1\n 261 291 258 298 258 307 c 0\n 258 323 274 340 290 340 c 0\n6 -48 m 1\n -27 -48 -42 -36 -39 -11 c 2\n -38 -2 l 2\n -36 13 -26 21 -7 21 c 1\n 57 26 74 47 116 68 c 1\n 140 77 176 106 200 120 c 1\n 216 134 l 1\n 208 140 201 148 195 155 c 1\n 190 167 184 184 194 194 c 2\n 202 202 l 2\n 209 209 218 213 227 213 c 0\n 247 211 267 199 283 189 c 1\n 311 203 339 218 366 234 c 1\n 388 242 429 258 437 258 c 1\n 457 253 467 243 467 230 c 2\n 467 222 l 1\n 466 217 463 213 458 210 c 2\n 442 199 l 2\n 424 186 375 171 346 162 c 1\n 327 158 l 1\n 349 146 374 137 392 120 c 1\n 394 117 395 114 395 110 c 1\n 395 86 384 83 368 78 c 1\n 352 75 l 2\n 348 75 345 76 342 77 c 2\n 282 108 l 1\n 202 56 123 4 34 -39 c 1\n 25 -42 16 -46 6 -48 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni079D\nEncoding: 1949 1949 923\nWidth: 779\nFlags: W\nHStem: 105 51<170 602> 206 66<328 329 424 425> 289 65<378 379>\nVStem: 296 66<237 239> 346 66<318 322> 392 66<237 238>\nFore\n425 271 m 0\n 443 271 453 256 458 238 c 1\n 458 222 447 211 425 206 c 0\n 420 206 413 209 402 215 c 1\n 395 222 392 229 392 238 c 0\n 392 256 410 271 425 271 c 0\n379 354 m 0\n 394 354 405 343 412 322 c 1\n 412 305 401 294 379 289 c 0\n 374 289 367 292 356 298 c 1\n 349 305 346 313 346 322 c 0\n 346 339 364 354 379 354 c 0\n329 272 m 0\n 347 272 357 257 362 239 c 1\n 362 223 351 212 329 206 c 1\n 324 206 317 209 306 216 c 1\n 299 223 296 230 296 239 c 0\n 296 247 300 254 306 262 c 0\n 314 268 321 272 329 272 c 0\n635 162 m 2\n 655 165 672 190 686 203 c 1\n 706 217 730 238 754 219 c 0\n 761 214 765 207 765 198 c 0\n 765 164 704 135 670 118 c 1\n 654 112 640 105 618 105 c 1\n 161 106 l 1\n 143 84 122 66 98 50 c 1\n 83 42 73 32 51 30 c 1\n 30 33 l 1\n 11 41 9 50 10 71 c 1\n 11 75 15 79 22 82 c 1\n 35 84 65 92 74 106 c 2\n 80 114 l 1\n 85 123 l 1\n 74 123 l 2\n 47 123 43 137 39 158 c 1\n 40 166 l 1\n 40 185 52 198 77 205 c 1\n 87 206 l 2\n 90 206 93 206 98 207 c 0\n 111 207 120 206 126 203 c 1\n 148 203 160 173 170 156 c 1\n 596 156 l 2\n 597 156 602 157 610 158 c 2\n 635 162 l 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni079E\nEncoding: 1950 1950 924\nWidth: 775\nFlags: W\nHStem: -14 65<378 384> 105 51<170 602>\nVStem: 351 66<17 18>\nFore\n384 51 m 0\n 401 51 412 40 417 18 c 1\n 417 0 406 -11 384 -14 c 0\n 367 -14 351 1 351 18 c 0\n 351 36 367 51 384 51 c 0\n635 162 m 2\n 655 165 672 190 686 203 c 1\n 706 217 730 238 754 219 c 0\n 761 214 765 207 765 198 c 0\n 765 164 704 135 670 118 c 1\n 654 112 640 105 618 105 c 1\n 161 106 l 1\n 143 84 122 66 98 50 c 1\n 83 42 73 32 51 30 c 1\n 30 33 l 1\n 11 41 9 50 10 71 c 1\n 11 75 15 79 22 82 c 1\n 35 84 65 92 74 106 c 2\n 80 114 l 1\n 85 123 l 1\n 74 123 l 2\n 47 123 43 137 39 158 c 1\n 40 166 l 1\n 40 185 52 198 77 205 c 1\n 87 206 l 2\n 90 206 93 206 98 207 c 0\n 111 207 120 206 126 203 c 1\n 148 203 160 173 170 156 c 1\n 596 156 l 2\n 597 156 602 157 610 158 c 2\n 635 162 l 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni079F\nEncoding: 1951 1951 925\nWidth: 846\nFlags: W\nHStem: 188 48<174 638> 188 106<138 146> 279 66<418 419>\nVStem: 386 66<307 312>\nFore\n419 345 m 0\n 427 345 434 341 441 334 c 0\n 446 330 449 323 452 312 c 1\n 452 294 441 283 419 279 c 0\n 403 279 386 294 386 312 c 128\n 386 330 404 345 419 345 c 0\n654 188 m 1\n 138 188 l 1\n 108 170 82 147 50 131 c 1\n 31 133 24 136 19 160 c 1\n 23 171 37 179 46 186 c 1\n 56 194 65 204 77 210 c 1\n 73 218 l 1\n 70 219 67 224 64 231 c 1\n 64 240 64 250 65 258 c 1\n 71 264 77 270 82 277 c 1\n 93 288 108 294 126 294 c 2\n 146 294 l 1\n 162 281 171 262 174 236 c 1\n 638 236 l 1\n 653 241 672 242 683 250 c 1\n 697 260 l 1\n 707 272 713 288 722 301 c 1\n 733 308 l 1\n 753 311 l 2\n 771 311 775 296 778 279 c 1\n 776 250 756 233 741 215 c 1\n 728 206 712 200 697 194 c 1\n 654 188 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni07A0\nEncoding: 1952 1952 926\nWidth: 490\nFlags: W\nHStem: -67 65<301 302> 46.0974 56.9026<314 317>\nVStem: 152 70<3 7> 270 65<-42.7142 -34> 350 58<133 141>\nFore\n302 -2 m 0\n 319 -2 330 -13 335 -34 c 1\n 335 -53 324 -64 302 -67 c 0\n 297 -67 289 -64 279 -58 c 1\n 273 -51 270 -43 270 -34 c 0\n 270 -27 274 -20 280 -12 c 0\n 288 -6 295 -2 302 -2 c 0\n339 217 m 1\n 384 212 400 184 408 141 c 1\n 408 137 l 2\n 408 128 405 118 403 110 c 1\n 403 103 389 85 386 80 c 1\n 378 71 l 2\n 363 54 340 46 308 46 c 0\n 292 46 278 49 266 54 c 1\n 233 79 l 1\n 227 87 219 95 214 104 c 1\n 207 104 188 86 181 81 c 1\n 160 59 l 1\n 186 48 218 35 222 7 c 1\n 222 -11 210 -29 186 -47 c 0\n 167 -62 124 -78 92 -87 c 1\n 73 -89 52 -99 32 -94 c 1\n 22 -89 3 -85 0 -78 c 1\n -3 -56 l 1\n -3 -26 8 -24 33 -24 c 1\n 49 -25 61 -31 75 -34 c 1\n 99 -34 l 2\n 128 -34 136 -24 149 -10 c 1\n 152 2 l 1\n 152 12 143 20 126 26 c 2\n 105 33 l 2\n 92 37 86 47 86 63 c 0\n 86 67 91 75 100 88 c 1\n 129 116 158 145 194 166 c 1\n 229 186 l 2\n 265 207 302 217 339 217 c 1\n350 132 m 1\n 350 149 342 158 325 159 c 2\n 314 160 l 2\n 302 161 289 157 274 146 c 0\n 267 141 262 137 259 133 c 1\n 270 122 276 112 292 106 c 1\n 313 103 l 2\n 323 103 334 109 343 112 c 1\n 348 119 348 124 350 132 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni07A1\nEncoding: 1953 1953 927\nWidth: 444\nFlags: W\nHStem: 46.0974 56.9026<314 317> 261 65<301 303>\nVStem: 152 70<3 7> 270 66<288 294> 350 58<133 141>\nFore\n303 326 m 0\n 320 326 331 315 336 294 c 1\n 336 275 325 264 303 261 c 0\n 297 261 289 264 280 270 c 1\n 273 277 270 285 270 294 c 0\n 270 311 288 326 303 326 c 0\n339 217 m 1\n 384 212 400 184 408 141 c 1\n 408 137 l 2\n 408 128 405 118 403 110 c 1\n 403 103 389 85 386 80 c 1\n 378 71 l 2\n 363 54 340 46 308 46 c 0\n 292 46 278 49 266 54 c 1\n 233 79 l 1\n 227 87 219 95 214 104 c 1\n 207 104 188 86 181 81 c 1\n 160 59 l 1\n 186 48 218 35 222 7 c 1\n 222 -11 210 -29 186 -47 c 0\n 167 -62 124 -78 92 -87 c 1\n 73 -89 52 -99 32 -94 c 1\n 22 -89 3 -85 0 -78 c 1\n -3 -56 l 1\n -3 -26 8 -24 33 -24 c 1\n 49 -25 61 -31 75 -34 c 1\n 99 -34 l 2\n 128 -34 136 -24 149 -10 c 1\n 152 2 l 1\n 152 12 143 20 126 26 c 2\n 105 33 l 2\n 92 37 86 47 86 63 c 0\n 86 67 91 75 100 88 c 1\n 129 116 158 145 194 166 c 1\n 229 186 l 2\n 265 207 302 217 339 217 c 1\n350 132 m 1\n 350 149 342 158 325 159 c 2\n 314 160 l 2\n 302 161 289 157 274 146 c 0\n 267 141 262 137 259 133 c 1\n 270 122 276 112 292 106 c 1\n 313 103 l 2\n 323 103 334 109 343 112 c 1\n 348 119 348 124 350 132 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni07A2\nEncoding: 1954 1954 928\nWidth: 414\nFlags: W\nHStem: -69 66<224 226> -33.6482 70.6482<43 48> 145 73<314 321>\nVStem: 193 65<-44.8226 -36>\nFore\n226 -3 m 0\n 234 -3 241 -7 247 -14 c 0\n 252 -18 255 -25 258 -36 c 1\n 258 -54 247 -65 226 -69 c 1\n 204 -69 193 -58 193 -36 c 0\n 193 -28 196 -20 204 -14 c 0\n 210 -6 218 -3 226 -3 c 0\n322 218 m 2\n 336 218 l 2\n 343 218 349 216 354 212 c 1\n 367 207 375 196 378 180 c 0\n 382 169 384 159 384 150 c 128\n 384 141 377 113 374 102 c 1\n 369 87 363 73 357 59 c 1\n 347 39 333 9 316 2 c 1\n 311 1 303 -3 295 -3 c 0\n 284 -3 275 5 268 10 c 1\n 265 22 l 1\n 265 38 276 48 283 57 c 1\n 296 73 305 94 315 113 c 1\n 315 114 327 139 322 144 c 0\n 321 145 319 145 316 145 c 0\n 307 145 299 143 294 138 c 2\n 275 122 l 1\n 210 69 149 12 70 -27 c 1\n 48 -37 -3 -41 0 -6 c 1\n 0 5 l 2\n 0 8 1 11 2 13 c 2\n 6 23 l 2\n 8 33 29 35 42 37 c 1\n 72 37 80 45 98 54 c 1\n 151 86 203 132 250 175 c 1\n 270 194 289 218 322 218 c 2\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni07A3\nEncoding: 1955 1955 929\nWidth: 487\nFlags: W\nHStem: -33.6482 70.6482<43 48> 145 73<314 321> 267 66<314 318>\nVStem: 285 65<291.324 300>\nFore\n318 333 m 0\n 326 333 333 329 339 322 c 0\n 344 318 347 311 350 300 c 1\n 350 282 339 271 318 267 c 0\n 312 267 304 270 294 277 c 1\n 288 283 285 291 285 300 c 0\n 285 318 301 333 318 333 c 0\n322 218 m 2\n 336 218 l 2\n 343 218 349 216 354 212 c 1\n 367 207 375 196 378 180 c 0\n 382 169 384 159 384 150 c 128\n 384 141 377 113 374 102 c 1\n 369 87 363 73 357 59 c 1\n 347 39 333 9 316 2 c 1\n 311 1 303 -3 295 -3 c 0\n 284 -3 275 5 268 10 c 1\n 265 22 l 1\n 265 38 276 48 283 57 c 1\n 296 73 305 94 315 113 c 1\n 315 114 327 139 322 144 c 0\n 321 145 319 145 316 145 c 0\n 307 145 299 143 294 138 c 2\n 275 122 l 1\n 210 69 149 12 70 -27 c 1\n 48 -37 -3 -41 0 -6 c 1\n 0 5 l 2\n 0 8 1 11 2 13 c 2\n 6 23 l 2\n 8 33 29 35 42 37 c 1\n 72 37 80 45 98 54 c 1\n 151 86 203 132 250 175 c 1\n 270 194 289 218 322 218 c 2\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni07A4\nEncoding: 1956 1956 930\nWidth: 404\nFlags: W\nHStem: -1 60<172 201> -0.298978 92.299<75 76> 308 66<248 251 350 351>\nVStem: 218 66<335 341> 232 65<86 86 91 95> 318 66<335 341>\nFore\n351 374 m 0\n 359 374 366 370 373 363 c 0\n 377 360 381 352 384 341 c 1\n 384 324 373 313 351 308 c 0\n 346 308 339 311 328 318 c 1\n 321 324 318 332 318 341 c 0\n 318 349 322 356 328 364 c 0\n 336 370 343 374 351 374 c 0\n251 374 m 0\n 259 374 266 370 273 363 c 0\n 277 360 281 352 284 341 c 1\n 284 324 273 313 251 308 c 0\n 246 308 239 311 228 318 c 1\n 221 324 218 332 218 341 c 0\n 218 349 222 356 228 364 c 0\n 236 370 243 374 251 374 c 0\n196 180 m 1\n 254 219 296 236 372 237 c 1\n 386 234 398 233 398 217 c 2\n 398 204 l 1\n 399 191 390 183 370 178 c 1\n 342 174 l 2\n 335 174 327 173 318 170 c 2\n 290 162 l 2\n 281 159 276 155 275 150 c 1\n 286 136 297 123 297 94 c 2\n 297 86 l 1\n 296 70 l 1\n 296 67 294 62 291 56 c 2\n 284 42 l 2\n 282 38 271 27 267 22 c 1\n 247 12 229 -1 199 -1 c 1\n 82 -1 l 2\n 71 -1 58 5 48 10 c 1\n 35 20 24 31 24 50 c 0\n 24 66 38 76 48 84 c 1\n 56 88 65 91 74 92 c 0\n 86 92 92 81 98 74 c 1\n 110 64 l 1\n 111 62 154 60 172 59 c 1\n 188 59 l 2\n 211 59 225 65 230 76 c 1\n 230 83 231 87 232 90 c 0\n 232 100 222 109 216 116 c 1\n 209 126 202 135 194 144 c 1\n 191 164 l 1\n 191 171 193 176 196 180 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni07A5\nEncoding: 1957 1957 931\nWidth: 427\nFlags: W\nHStem: -88 62<52 70> -87.7617 70.7617<45 46> 165 52<292 309> 277 65<292 294>\nVStem: 158.097 58.9029<102 108> 261 65<301.286 310> 333 61<145 152>\nFore\n294 342 m 0\n 302 342 309 339 315 332 c 0\n 320 328 323 321 326 310 c 1\n 326 291 315 280 294 277 c 0\n 288 277 280 280 270 286 c 1\n 264 293 261 301 261 310 c 0\n 261 328 277 342 294 342 c 0\n394 146 m 0\n 394 120 369 90 319 57 c 2\n 228 -4 l 1\n 164 -43 89 -88 52 -88 c 0\n 21 -88 5 -75 5 -50 c 0\n 5 -37 11 -28 22 -22 c 0\n 26 -19 34 -17 46 -17 c 0\n 48 -16 68 -26 70 -26 c 0\n 78 -26 85 -25 91 -24 c 2\n 106 -19 l 2\n 131 -11 178 19 209 40 c 1\n 175 55 158 75 158 98 c 0\n 158 119 166 139 181 159 c 0\n 186 166 197 175 212 187 c 0\n 238 207 269 217 306 217 c 0\n 342 217 376 196 389 172 c 0\n 392 165 394 157 394 146 c 0\n294 165 m 0\n 277 165 257 156 236 138 c 0\n 223 127 217 117 217 106 c 0\n 217 96 227 83 242 83 c 0\n 239 83 247 85 266 89 c 1\n 293 103 l 1\n 320 122 333 136 333 147 c 0\n 333 159 320 165 294 165 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni07A6\nEncoding: 1958 1958 932\nWidth: 32\nFlags: W\nFore\n430 546 m 0\n 437 551 444 554 450 554 c 0\n 468 554 477 542 477 518 c 0\n 477 511 475 506 470 503 c 0\n 399 448 330 407 261 378 c 0\n 248 373 240 370 236 370 c 0\n 223 371 213 381 213 397 c 0\n 212 402 215 411 221 422 c 1\n 225 426 228 428 231 429 c 0\n 267 440 407 529 430 546 c 0\nEndSplineSet\nEndChar\nStartChar: uni07A7\nEncoding: 1959 1959 933\nWidth: 32\nFlags: W\nFore\n430 538 m 0\n 437 543 444 546 450 546 c 0\n 468 546 477 534 477 510 c 0\n 477 503 475 498 470 495 c 0\n 399 440 330 399 261 370 c 0\n 248 365 240 362 236 362 c 0\n 223 363 213 373 213 389 c 0\n 212 394 215 403 221 414 c 1\n 225 418 228 420 231 421 c 0\n 267 432 407 521 430 538 c 0\n375 637 m 0\n 381 642 387 644 394 644 c 0\n 413 644 422 632 422 608 c 0\n 422 601 420 597 415 594 c 0\n 337 535 267 493 205 469 c 0\n 191 464 183 461 181 461 c 0\n 171 462 164 467 159 478 c 0\n 158 481 158 484 158 489 c 0\n 157 494 160 503 165 514 c 1\n 169 519 173 522 176 522 c 0\n 221 532 337 607 375 637 c 0\nEndSplineSet\nEndChar\nStartChar: uni07A8\nEncoding: 1960 1960 934\nWidth: 39\nFlags: W\nFore\n428 -186 m 0\n 447 -186 449 -198 453 -212 c 1\n 452 -220 l 1\n 452 -223 451 -226 449 -228 c 2\n 439 -238 l 2\n 435 -241 414 -252 405 -256 c 1\n 390 -271 374 -285 356 -297 c 1\n 345 -304 253 -363 234 -369 c 2\n 194 -384 l 1\n 178 -388 l 1\n 158 -388 148 -377 148 -356 c 0\n 148 -341 152 -338 160 -333 c 1\n 205 -307 258 -290 302 -264 c 1\n 332 -245 361 -227 388 -205 c 1\n 396 -200 414 -186 428 -186 c 0\nEndSplineSet\nEndChar\nStartChar: uni07A9\nEncoding: 1961 1961 935\nWidth: 40\nFlags: W\nFore\n381 -167 m 0\n 397 -167 405 -180 405 -206 c 0\n 405 -211 391 -223 362 -240 c 2\n 267 -297 l 1\n 166 -354 l 2\n 163 -356 161 -357 158 -357 c 0\n 141 -357 133 -347 133 -326 c 0\n 133 -314 142 -303 160 -294 c 0\n 174 -287 200 -273 238 -251 c 1\n 268 -232 365 -167 381 -167 c 0\n416 -271 m 0\n 421 -269 426 -267 433 -266 c 0\n 455 -266 457 -282 459 -302 c 1\n 459 -309 457 -313 453 -316 c 0\n 442 -323 395 -351 313 -398 c 2\n 246 -437 l 2\n 239 -441 232 -444 224 -446 c 1\n 215 -446 208 -441 202 -431 c 0\n 199 -427 198 -421 198 -412 c 0\n 198 -389 261 -360 297 -343 c 1\n 323 -326 363 -302 416 -271 c 0\nEndSplineSet\nEndChar\nStartChar: uni07AA\nEncoding: 1962 1962 936\nWidth: 39\nFlags: W\nHStem: 536 58<309 310 310.018 329.969 330 346.47>\nVStem: 222 219.8<549 550>\nFore\n330 594 m 2\n 350 594 l 2\n 395 594 442 581 442 545 c 0\n 442 518 407 484 386 462 c 1\n 356 435 340 419 300 402 c 2\n 252 382 l 1\n 227 371 l 2\n 224 370 218 370 210 370 c 0\n 201 370 191 390 190 397 c 0\n 190 411 199 422 216 429 c 1\n 255 440 278 448 286 453 c 1\n 332 474 359 499 366 527 c 1\n 354 539 331 537 310 536 c 1\n 295 536 l 2\n 291 536 262 519 258 518 c 2\n 246 519 l 2\n 233 522 230 529 224 538 c 1\n 222 548 l 1\n 222 559 226 566 233 570 c 0\n 261 586 293 594 330 594 c 2\nEndSplineSet\nEndChar\nStartChar: uni07AB\nEncoding: 1963 1963 937\nWidth: 40\nFlags: W\nHStem: 529 60<167 172 421.031 424.986>\nFore\n139 589 m 1\n 182 595 217 586 253 576 c 1\n 275 566 300 556 302 527 c 1\n 298 499 279 486 262 471 c 1\n 190 423 l 1\n 123 388 l 1\n 105 380 92 372 70 370 c 0\n 63 370 57 373 51 378 c 1\n 43 392 40 414 56 423 c 1\n 112 451 173 473 222 507 c 1\n 225 514 l 1\n 225 537 179 531 151 529 c 1\n 117 517 l 1\n 92 517 79 527 79 547 c 1\n 81 573 115 582 139 589 c 1\n421 589 m 0\n 454 589 478 583 494 572 c 2\n 514 558 l 2\n 527 549 534 536 534 520 c 1\n 527 495 508 484 494 466 c 1\n 455 432 414 399 366 374 c 1\n 356 371 346 369 334 369 c 1\n 321 370 l 2\n 312 370 308 379 305 386 c 1\n 305 390 304 393 303 394 c 1\n 303 407 313 410 322 415 c 1\n 364 433 404 455 437 482 c 1\n 446 490 457 497 460 511 c 0\n 460 520 457 526 450 527 c 2\n 425 529 l 2\n 414 530 382 519 366 515 c 1\n 344 518 327 518 323 542 c 0\n 323 564 348 575 367 579 c 1\n 380 586 398 589 421 589 c 0\nEndSplineSet\nEndChar\nStartChar: uni07AC\nEncoding: 1964 1964 938\nWidth: 40\nFlags: W\nHStem: 361.699 58.8772<347 358>\nVStem: 241 65<447 457>\nFore\n255 489 m 1\n 294 540 354 569 415 597 c 1\n 432 599 l 1\n 455 599 467 591 467 575 c 0\n 467 557 457 553 441 546 c 2\n 418 536 l 1\n 356 507 l 2\n 323 492 306 472 306 449 c 0\n 306 414 362 417 390 428 c 0\n 404 433 411 436 411 436 c 1\n 420 436 425 435 427 433 c 2\n 438 420 l 2\n 441 416 442 411 441 404 c 0\n 437 380 405 371 376 363 c 1\n 343 357 315 368 290 376 c 1\n 278 384 l 2\n 253 401 241 422 241 448 c 0\n 241 461 246 474 255 489 c 1\nEndSplineSet\nEndChar\nStartChar: uni07AD\nEncoding: 1965 1965 939\nWidth: 40\nFlags: W\nHStem: 366 49<167 200 409 431>\nVStem: 312.836 204.982<413 414>\nFore\n223 566 m 2\n 228 569 234 571 240 571 c 0\n 259 571 262 556 260 538 c 1\n 233 517 213 502 201 494 c 0\n 162 469 143 449 146 436 c 0\n 149 422 158 415 173 415 c 2\n 186 415 l 2\n 208 415 223 421 232 433 c 0\n 236 439 243 442 253 442 c 0\n 268 442 276 430 279 406 c 1\n 279 385 265 373 238 368 c 0\n 230 367 215 366 193 366 c 0\n 117 366 79 388 79 433 c 0\n 79 467 139 513 166 530 c 2\n 223 566 l 2\n466 566 m 0\n 472 569 479 571 487 573 c 1\n 500 573 508 565 511 550 c 0\n 513 539 510 530 503 525 c 1\n 475 509 379 457 379 443 c 2\n 379 434 l 2\n 379 421 394 414 425 414 c 0\n 439 414 453 418 466 426 c 0\n 479 435 487 439 488 439 c 0\n 504 441 518 425 518 410 c 0\n 518 381 482 366 410 366 c 0\n 345 366 312 385 312 423 c 1\n 314 440 l 1\n 321 461 347 487 390 519 c 0\n 420 541 445 557 466 566 c 0\nEndSplineSet\nEndChar\nStartChar: uni07AE\nEncoding: 1966 1966 940\nWidth: 40\nFlags: W\nHStem: 400.244 55.7558<422 436> 500 60<200 251>\nDStem: 184 561 184 561 160 558 200 560\nFore\n482 600 m 2\n 490 599 l 1\n 508 597 509 578 512 562 c 1\n 512 537 488 537 453 532 c 1\n 408 519 399 505 378 479 c 1\n 384 458 409 456 436 456 c 1\n 467 455 496 456 496 430 c 0\n 496 418 491 411 480 408 c 2\n 458 402 l 1\n 441 401 424 400 406 400 c 1\n 401 401 397 402 395 402 c 2\n 365 408 l 2\n 345 412 332 419 326 430 c 0\n 316 448 311 464 311 479 c 1\n 307 473 303 464 295 463 c 1\n 261 432 218 411 178 386 c 1\n 156 379 139 367 113 364 c 1\n 107 364 l 2\n 93 364 86 372 86 388 c 1\n 89 404 l 1\n 94 414 106 415 117 418 c 1\n 157 434 190 445 218 470 c 2\n 252 500 l 1\n 220 500 176 493 154 506 c 1\n 143 509 138 517 138 532 c 128\n 138 547 145 556 160 558 c 2\n 184 561 l 1\n 200 560 l 1\n 244 560 l 2\n 275 560 294 552 300 536 c 1\n 318 500 l 1\n 334 516 l 1\n 340 516 359 533 365 538 c 1\n 390 557 l 1\n 438 587 l 2\n 452 596 467 600 482 600 c 2\nEndSplineSet\nEndChar\nStartChar: uni07AF\nEncoding: 1967 1967 941\nWidth: 40\nFlags: W\nHStem: 369 57<258 277> 643 56<423 439>\nVStem: 167 57<454 463> 477 59<607 619>\nFore\n429 699 m 0\n 488 699 536 667 536 612 c 0\n 536 585 518 553 483 517 c 0\n 474 508 456 493 430 474 c 1\n 415 474 396 492 396 505 c 1\n 450 546 477 580 477 608 c 0\n 477 638 461 643 429 643 c 0\n 394 643 353 624 308 586 c 0\n 263 549 235 513 226 478 c 1\n 224 463 l 1\n 224 438 242 426 277 426 c 0\n 282 426 288 429 295 435 c 2\n 317 455 l 2\n 321 458 326 460 331 460 c 0\n 346 460 355 450 358 429 c 1\n 358 395 295 369 258 369 c 0\n 208 369 167 414 167 464 c 0\n 167 509 199 560 264 617 c 0\n 327 672 382 699 429 699 c 0\nEndSplineSet\nEndChar\nStartChar: uni07B0\nEncoding: 1968 1968 942\nWidth: 0\nFlags: W\nHStem: 369 57<298 319> 529 55.0897<360 372>\nVStem: 218 60<444 449> 405 55<497 506>\nFore\n460 506 m 0\n 460 457 430 418 370 387 c 0\n 347 375 325 369 306 369 c 0\n 247 369 218 394 218 445 c 0\n 218 483 235 516 270 544 c 0\n 303 571 338 585 377 585 c 0\n 427 585 460 555 460 506 c 0\n405 498 m 0\n 405 519 390 529 361 529 c 0\n 320 529 290 496 281 462 c 0\n 279 457 278 451 278 446 c 0\n 278 433 287 426 306 426 c 2\n 318 426 l 2\n 351 426 405 467 405 498 c 0\nEndSplineSet\nEndChar\nStartChar: uni0901\nEncoding: 2305 2305 943\nWidth: 415\nFlags: W\nVStem: 98 111<843 844>\nFore\n153 899 m 1\n 209 844 l 1\n 209 843 l 1\n 154 788 l 1\n 153 788 l 1\n 98 843 l 1\n 98 844 l 1\n 153 899 l 1\n-26 882 m 0\n -22 885 -15 880 -11 877 c 0\n 1 869 12 858 21 846 c 0\n 28 837 30 827 33 817 c 0\n 37 807 41 798 47 789 c 0\n 64 760 104 746 136 743 c 0\n 149 742 162 741 175 744 c 0\n 215 754 267 805 253 867 c 0\n 252 871 247 882 253 883 c 128\n 259 884 267 878 271 875 c 0\n 285 864 300 850 307 833 c 0\n 327 784 303 726 259 698 c 0\n 233 681 204 681 175 686 c 0\n 95 700 6 775 -22 856 c 0\n -24 862 -27 869 -28 875 c 0\n -29 877 -29 881 -26 882 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0902\nEncoding: 2306 2306 944\nWidth: 398\nFlags: W\nVStem: 144 111<492 493>\nFore\n199 548 m 1\n 255 493 l 1\n 255 492 l 1\n 200 437 l 1\n 199 437 l 1\n 144 492 l 1\n 144 493 l 1\n 199 548 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0903\nEncoding: 2307 2307 945\nWidth: 398\nFlags: W\nVStem: 116 167<114 115 456 457>\nFore\n199 540 m 1\n 283 457 l 1\n 283 456 l 1\n 200 373 l 1\n 199 373 l 1\n 116 456 l 1\n 116 457 l 1\n 199 540 l 1\n199 198 m 1\n 283 115 l 1\n 283 114 l 1\n 200 31 l 1\n 199 31 l 1\n 116 114 l 1\n 116 115 l 1\n 199 198 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0905\nEncoding: 2309 2309 946\nWidth: 862\nFlags: W\nHStem: 512 79<189 259> 531 79<480 566 646 816>\nVStem: 568 78<35 234 356 531>\nFore\n396 610 m 1\n 811 610 l 2\n 833 610 836 607 849 596 c 0\n 863 585 887 561 898 543 c 0\n 899 541 901 537 901 534 c 0\n 900 530 890 531 887 531 c 1\n 646 531 l 1\n 646 -38 l 1\n 628 -38 604 -11 593 0 c 0\n 584 9 572 21 568 34 c 0\n 566 41 567 50 567 58 c 1\n 567 235 l 1\n 520 222 479 212 425 212 c 1\n 434 159 415 100 369 69 c 0\n 334 46 288 42 247 52 c 0\n 212 62 180 84 153 107 c 0\n 92 160 48 221 11 295 c 0\n 8 302 1 312 0 320 c 0\n 0 332 18 318 20 316 c 0\n 55 289 69 272 87 233 c 0\n 94 220 125 159 143 146 c 0\n 188 116 262 120 304 158 c 0\n 331 183 346 219 348 255 c 0\n 348 264 347 300 338 307 c 1\n 333 313 318 316 310 316 c 0\n 307 316 283 305 279 303 c 0\n 256 294 230 286 205 286 c 0\n 197 286 187 285 180 288 c 0\n 164 295 149 310 137 323 c 0\n 128 332 116 344 112 357 c 0\n 109 365 117 365 123 365 c 0\n 142 365 161 369 179 374 c 0\n 221 387 263 410 291 444 c 0\n 304 459 316 479 316 499 c 0\n 317 507 309 508 303 509 c 0\n 288 511 274 512 259 512 c 0\n 203 512 139 497 92 479 c 0\n 85 477 78 473 71 475 c 0\n 52 482 25 512 12 527 c 0\n 11 528 -2 544 1 551 c 0\n 7 560 73 576 86 579 c 0\n 120 587 154 591 189 591 c 0\n 220 591 252 587 281 573 c 0\n 307 560 330 540 350 519 c 0\n 384 482 409 443 388 394 c 0\n 379 376 361 352 343 341 c 1\n 353 330 364 320 374 309 c 0\n 378 304 382 297 388 294 c 0\n 392 293 397 294 401 294 c 0\n 450 300 514 319 555 342 c 0\n 568 348 567 352 567 367 c 1\n 567 531 l 1\n 500 531 l 2\n 490 531 477 529 467 533 c 0\n 453 537 431 560 421 570 c 0\n 411 581 397 595 396 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0906\nEncoding: 2310 2310 947\nWidth: 1042\nFlags: W\nHStem: 512 79<189 259> 531 79<480 566 646 746 825 1004>\nVStem: 568 78<35 234 356 530> 746 79<42 531>\nFore\n1065 531 m 1\n 1059.4 531 872.059 530.91 825 531 c 1\n 825 -38 l 1\n 803 -37 769 0 757 17 c 0\n 747 30 746 35 746 53 c 1\n 746 531 l 1\n 646 531 l 1\n 646 -38 l 1\n 628 -38 604 -11 593 0 c 0\n 584 9 572 21 568 34 c 0\n 566 41 567 50 567 58 c 1\n 567 235 l 1\n 520 222 479 212 425 212 c 1\n 434 159 415 100 369 69 c 0\n 334 46 288 42 247 52 c 0\n 212 62 180 84 153 107 c 0\n 92 160 48 221 11 295 c 0\n 8 302 1 312 0 320 c 0\n 0 332 18 318 20 316 c 0\n 55 289 69 272 87 233 c 0\n 94 220 125 159 143 146 c 0\n 188 116 262 120 304 158 c 0\n 331 183 346 219 348 255 c 0\n 348 264 347 300 338 307 c 1\n 333 313 318 316 310 316 c 0\n 307 316 283 305 279 303 c 0\n 256 294 230 286 205 286 c 0\n 197 286 187 285 180 288 c 0\n 164 295 149 310 137 323 c 0\n 128 332 116 344 112 357 c 0\n 109 365 117 365 123 365 c 0\n 142 365 161 369 179 374 c 0\n 221 387 263 410 291 444 c 0\n 304 459 316 479 316 499 c 0\n 317 507 309 508 303 509 c 0\n 288 511 274 512 259 512 c 0\n 203 512 139 497 92 479 c 0\n 85 477 78 473 71 475 c 0\n 52 482 25 512 12 527 c 0\n 11 528 -2 544 1 551 c 0\n 7 560 73 576 86 579 c 0\n 120 587 154 591 189 591 c 0\n 220 591 252 587 281 573 c 0\n 307 560 330 540 350 519 c 0\n 384 482 409 443 388 394 c 0\n 379 376 361 352 343 341 c 1\n 353 330 364 320 374 309 c 0\n 378 304 382 297 388 294 c 0\n 392 293 397 294 401 294 c 0\n 450 300 514 319 555 342 c 0\n 568 348 567 352 567 367 c 1\n 567 531 l 1\n 500 531 l 2\n 490 531 477 529 467 533 c 0\n 453 537 431 560 421 570 c 0\n 411 581 397 595 396 610 c 1\n 965 610 l 1\n 978 610 991 611 1004 610 c 0\n 1013 609 1020 602 1027 597 c 0\n 1040 586 1068 561 1078 541 c 0\n 1079 539 1080 536 1080 534 c 0\n 1078 529 1068 531 1065 531 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0907\nEncoding: 2311 2311 948\nWidth: 553\nFlags: W\nHStem: 385.328 76.6722<185 190 229 264> 531 79<39 264 344 505>\nVStem: 265 79<463 531>\nFore\n-39 610 m 1\n 497 610 l 1\n 522 610 526 608 540 596 c 0\n 548 590 584 558 590 540 c 0\n 599 527 575 531 568 531 c 1\n 344 531 l 1\n 344 383 l 1\n 306 383 211 389 168 384 c 0\n 137 380 102 371 86 341 c 0\n 81 332 80 323 78 313 c 1\n 116 313 153 317 191 319 c 0\n 226 321 262 321 292 302 c 0\n 317 286 363 245 376 211 c 0\n 402 151 360 87 311 70 c 1\n 352 28 397 -42 418 -106 c 0\n 419 -109 423 -117 419 -119 c 0\n 408 -122 380 -93 374 -87 c 0\n 342 -55 344 -44 326 -4 c 2\n 305 36 l 2\n 300 44 294 52 290 60 c 1\n 258 48 223 43 189 43 c 0\n 136 43 108 57 79 83 c 0\n 63 96 48 112 37 130 c 0\n 32 139 28 150 36 159 c 0\n 42 167 53 173 63 178 c 0\n 117 206 178 182 215 156 c 0\n 219 153 225 148 230 148 c 0\n 238 148 253 159 258 163 c 0\n 276 177 291 194 298 216 c 0\n 301 224 302 233 304 241 c 1\n 266 241 229 237 191 235 c 0\n 164 233 135 232 109 242 c 128\n 83 252 61 272 42 292 c 0\n 28 307 14 323 6 342 c 0\n -8 374 -4 418 25 440 c 0\n 73 478 188 462 265 462 c 1\n 265 531 l 1\n 57 531 l 1\n 29 531 27 535 10 547 c 0\n -3 558 -15 570 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0908\nEncoding: 2312 2312 949\nWidth: 553\nFlags: W\nHStem: 385.108 76.8923<181 190 225 264> 531 79<39 264 344 505>\nVStem: 265 79<463 531>\nFore\n296 611 m 1\n 273 620 240 649 224 668 c 0\n 207 686 191 705 182 728 c 0\n 166 771 182 822 223 845 c 0\n 239 853 257 856 275 855 c 0\n 319 853 356 826 387 798 c 0\n 403 784 418 769 430 752 c 0\n 433 748 442 739 440 733 c 0\n 437 727 426 735 423 737 c 0\n 408 747 397 763 380 769 c 0\n 313 795 255 745 255 690 c 0\n 255 669 261 667 272 656 c 0\n 284 644 302 628 305 610 c 1\n 500 610 l 1\n 521 610 524 609 536 599 c 0\n 547 591 583 560 591 539 c 0\n 596 528 581 531 576 531 c 1\n 344 531 l 1\n 344 383 l 1\n 306 383 211 389 168 384 c 0\n 137 380 102 371 86 341 c 0\n 81 332 80 323 78 313 c 1\n 116 313 153 317 191 319 c 0\n 226 321 262 321 292 302 c 0\n 317 286 363 245 376 211 c 0\n 402 151 360 87 311 70 c 1\n 352 28 397 -42 418 -106 c 0\n 419 -109 423 -117 419 -119 c 0\n 408 -122 380 -93 374 -87 c 0\n 342 -55 344 -44 326 -4 c 2\n 305 36 l 2\n 300 44 294 52 290 60 c 1\n 258 48 223 43 189 43 c 0\n 136 43 108 57 79 83 c 0\n 63 96 48 112 37 130 c 0\n 32 139 28 150 36 159 c 0\n 42 167 53 173 63 178 c 0\n 117 206 178 182 215 156 c 0\n 219 153 225 148 230 148 c 0\n 238 148 253 159 258 163 c 0\n 276 177 291 194 298 216 c 0\n 301 224 302 233 304 241 c 1\n 266 241 229 237 191 235 c 0\n 164 233 135 232 109 242 c 128\n 83 252 61 272 42 292 c 0\n 28 307 14 323 6 342 c 0\n -8 374 -4 418 25 440 c 0\n 73 478 188 462 265 462 c 1\n 265 531 l 1\n 57 531 l 1\n 29 531 27 535 10 547 c 0\n -3 558 -15 570 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\n 296 610 l 1\n 296 611 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni0909\nEncoding: 2313 2313 950\nWidth: 597\nFlags: W\nHStem: 274 79<207.553 239> 531 79<41 362 411 553>\nFore\n-39 610 m 1\n 540 610 l 1\n 565 610 569 608 584 596 c 0\n 592 590 628 558 634 540 c 0\n 642 527 620 531 613 531 c 1\n 410 531 l 1\n 424 511 437 490 443 466 c 0\n 459 400 430 324 371 290 c 1\n 371 289 l 1\n 382 281 390 270 399 260 c 0\n 417 239 432 216 441 190 c 0\n 457 143 450 88 420 49 c 0\n 394 17 361 0 307 0 c 0\n 219 0 145 62 91 126 c 0\n 51 172 20 225 5 291 c 0\n 3 299 2 307 0 315 c 0\n 0 317 -1 322 1 323 c 0\n 6 328 21 315 24 313 c 0\n 38 302 66 276 76 256 c 0\n 81 245 82 230 85 218 c 0\n 92 190 113 130 137 108 c 0\n 151 97 170 90 187 86 c 0\n 230 74 278 76 315 103 c 0\n 351 128 371 173 370 217 c 0\n 370 226 366 255 360 263 c 0\n 355 269 330 273 320 274 c 128\n 310 275 299 274 289 274 c 2\n 237 274 l 2\n 226 274 211 271 200 277 c 0\n 180 287 157 311 144 328 c 0\n 142.591 329.762 121.989 353 139 353 c 1\n 231 353 l 1\n 306 353 352 410 364 470 c 0\n 366 481 372 514 365 527 c 0\n 362 534 347 531 341 531 c 1\n 57 531 l 1\n 29 531 27 535 10 547 c 0\n -3 558 -15 570 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\nEndSplineSet\nEndChar\nStartChar: uni090A\nEncoding: 2314 2314 951\nWidth: 848\nFlags: W\nHStem: 275 78<204 236> 532 78<34 361 411 815>\nFore\n-39 610 m 1\n 799 610 l 1\n 805 610 811 611 816 609 c 0\n 836 601 867 568 880 549 c 0\n 883 545 887 540 887 535 c 0\n 887 532 884 531 881 531 c 1\n 410 531 l 1\n 422 514 433 497 440 477 c 0\n 455 430 446 375 418 334 c 0\n 407 317 390 299 371 291 c 1\n 387 272 l 1\n 394 281 400 290 407 298 c 0\n 423 315 444 328 467 335 c 0\n 477 338 488 339 499 340 c 0\n 565 343 619 302 662 255 c 0\n 685 230 707 200 714 166 c 0\n 724 119 702 74 675 36 c 0\n 668 25 661 12 651 4 c 0\n 644 -3 631 8 625 13 c 0\n 609 25 595 39 583 55 c 0\n 579 60 572 68 572 75 c 0\n 571 80 576 85 579 89 c 2\n 597 115 l 2\n 617 144 638 179 638 215 c 0\n 638 236 636 251 620 255 c 0\n 541 277 478 231 457 174 c 0\n 448 151 450 126 445 102 c 0\n 434 55 399 18 352 5 c 0\n 338 1 324 0 309 0 c 0\n 211 0 134 73 80 139 c 0\n 46 183 19 231 5 290 c 0\n 3 298 2 306 0 314 c 0\n 0 320 0 327 8 323 c 0\n 25 316 64 279 75 257 c 0\n 79 250 80 242 81 235 c 0\n 87 206 109 133 135 110 c 0\n 150 97 171 90 189 85 c 0\n 241 72 301 80 337 123 c 0\n 361 150 377 194 367 243 c 0\n 365 249 364 257 361 262 c 0\n 353 274 313 274 294 274 c 2\n 233 274 l 2\n 224 274 212 272 203 275 c 0\n 188 279 165 304 155 315 c 128\n 145 326 132 338 131 353 c 1\n 208 353 l 2\n 229 353 250 352 270 359 c 0\n 324 374 368 435 368 504 c 0\n 368 510 367 516 366 522 c 0\n 366 535 350 531 341 531 c 1\n 59 531 l 1\n 51 531 41 530 33 532 c 0\n 14 539 -13 567 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\nEndSplineSet\nEndChar\nStartChar: uni090B\nEncoding: 2315 2315 952\nWidth: 967\nFlags: W\nHStem: 532 78<36 358 439 934>\nVStem: 360 78<35 205 353 531>\nFore\n-39 610 m 1\n 916 610 l 1\n 922 610 929 611 935 609 c 0\n 952 603 986 567 999 550 c 0\n 1001 546 1006 540 1006 535 c 0\n 1006 532 1002 531 999 531 c 0\n 438 531 l 1\n 438 341 l 1\n 619 378 l 1\n 613 389 607 399 607 412 c 0\n 608 434 630 448 651 443 c 0\n 664 439 677 430 687 421 c 0\n 708 404 730 383 742 358 c 0\n 756 331 744 308 718 303 c 1\n 735 245 757 192 772 132 c 1\n 760 133 750 137 738 136 c 0\n 692 131 648 100 627 59 c 0\n 622 49 619 38 617 27 c 1\n 658 21 671 18 711 25 c 0\n 723 27 757 41 764 39 c 0\n 777.647 35.5884 826.708 -8.1233 834 -30 c 0\n 837 -39 828 -42 821 -44 c 0\n 771 -67 695 -62 644 -34 c 0\n 613 -17 586 10 564 37 c 0\n 553 51 542 67 539 85 c 0\n 535 109 544 134 558 153 c 0\n 586 193 641 223 691 213 c 1\n 666 293 l 1\n 611 280 554 271 499 259 c 0\n 485 256 444 249 440 245 c 128\n 436 241 438 230 438 225 c 1\n 438 -38 l 1\n 421 -38 400 -15 390 -5 c 0\n 379 6 365 19 360 34 c 0\n 358 40 359 47 359 53 c 1\n 359 206 l 1\n 350 202 214 133 180 115 c 0\n 173 111 165 105 157 105 c 0\n 149 104 142 110 136 115 c 0\n 120 127 106 141 93 157 c 0\n 89 162 80 172 81 180 c 0\n 82 185 92 189 97 191 c 0\n 130 210 240 264 277 283 c 0\n 303 296 329 311 356 323 c 1\n 342 341 318 352 296 359 c 0\n 224 383 148 372 97 343 c 0\n 91 339 82 331 74 332 c 0\n 56 335 24 371 13 384 c 0\n 9 389 -2 400 0 408 c 0\n 2 413 24 424 29 427 c 0\n 106 462 190 461 266 421 c 0\n 300 403 330 378 359 352 c 1\n 359 531 l 1\n 70 531 l 1\n 59 531 46 529 35 532 c 0\n 26 534 19 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: y3,6 x6,3 x6,5 \nEndChar\nStartChar: uni090C\nEncoding: 2316 2316 953\nWidth: 828\nFlags: W\nHStem: 532 78<35 291 293 491 572 795>\nVStem: 492 79<420 531>\nFore\n-39 610 m 1\n 780 610 l 1\n 785 610 791 610 796 609 c 0\n 815 601 848 567 861 548 c 0\n 863 545 867 539 867 534 c 0\n 866 529 854 531 850 531 c 1\n 571 531 l 1\n 571 408 l 1\n 571 389 579 391 590 380 c 0\n 639 339 689 282 696 211 c 0\n 697 199 698 186 696 174 c 0\n 681 105 588 80 537 42 c 0\n 517 27 499 7 493 -18 c 0\n 492 -25 490 -33 491 -40 c 0\n 493 -47 502 -47 508 -47 c 0\n 541 -49 575 -34 598 -20 c 0\n 605 -16 612 -7 620 -6 c 128\n 628 -5 637 -13 643 -18 c 0\n 658 -30 672 -44 684 -59 c 0\n 689 -64 695 -72 696 -79 c 0\n 696 -88 680 -96 674 -100 c 0\n 649 -115 621 -125 592 -126 c 0\n 529 -126 490 -91 457 -54 c 0\n 439 -35 412 -2 412 36 c 0\n 412 81 437 107 467 126 c 1\n 506 153 553 168 588 201 c 0\n 620 233 624 279 608 322 c 0\n 605 334 599 337 588 339 c 0\n 574 342 559 341 545 340 c 0\n 487 336 423 311 390 261 c 0\n 381 247 373 229 373 212 c 0\n 373 207 373 201 372 196 c 0\n 372 179 348 200 346 202 c 0\n 335 211 302 239 295 259 c 0\n 287 275 299 296 288 312 c 0\n 283 319 263 324 255 328 c 0\n 234 335 177 347 147 338 c 0\n 128 333 112 321 100 307 c 0\n 56 254 89 159 119 114 c 0\n 135 86 165 53 187 29 c 0\n 202 14 217 -1 230 -18 c 0\n 233 -22 236 -27 237 -32 c 0\n 238 -35 237 -38 233 -37 c 0\n 225 -37 207 -21 202 -16 c 0\n 179 5 157 29 137 52 c 0\n 80 115 21 187 4 273 c 0\n -6 320 -1 363 23 387 c 0\n 38 405 61 417 85 420 c 0\n 96 421 108 420 119 419 c 0\n 182 415 234 391 273 359 c 0\n 285 350 295 339 307 330 c 1\n 314 349 331 365 347 376 c 0\n 388 407 441 420 492 420 c 1\n 492 531 l 1\n 67 531 l 2\n 57 531 44 529 34 532 c 0\n 26 534 18 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni090D\nEncoding: 2317 2317 954\nWidth: 654\nFlags: W\nHStem: 531 79<118 358 438 621>\nVStem: 38 79<195 531> 359 79<310 531>\nDStem: 169 80 155 125 447 -111 226 76 169 80 226 76 447 -111 460 -85\nRef: 2373 2373 N 1 0 0 1 159 0\nRef: 2319 2319 N 1 0 0 1 0 0\nEndChar\nStartChar: uni090F\nEncoding: 2319 2319 955\nWidth: 654\nFlags: W\nHStem: 531 79<118 358 438 621>\nVStem: 38 79<195 531> 359 79<310 531>\nDStem: 169 80 155 125 447 -111 226 76 169 80 226 76 447 -111 460 -85\nFore\n-39 610 m 1\n 593 610 l 1\n 602 610 613 612 622 609 c 0\n 645 598 673 568 688 546 c 0\n 690 543 693 538 693 534 c 0\n 692 530 682 531 679 531 c 1\n 438 531 l 1\n 438 254 l 1\n 438 234 438 215 429 196 c 0\n 417 170 393 150 365 143 c 0\n 342 138 334 140 320 151 c 0\n 305 163 283 183 271 201 c 0\n 269 205 265 209 265 214 c 0\n 265 218 269 219 272 219 c 0\n 313 224 342 248 354 282 c 0\n 359 297 359 312 359 328 c 1\n 359 531 l 1\n 117 531 l 1\n 117 177 l 1\n 117 169 114 156 120 150 c 0\n 124 144 148 130 155 125 c 2\n 226 76 l 1\n 460 -85 l 2\n 490 -105 516 -129 538 -158 c 0\n 552 -178 562 -200 558 -225 c 0\n 550 -265 510 -290 471 -278 c 0\n 452 -273 425 -246 413 -231 c 0\n 407 -224 400 -216 396 -207 c 0\n 391 -196 404 -199 409 -201 c 0\n 443 -207 468 -182 477 -157 c 0\n 483 -138 480 -134 469 -126 c 2\n 447 -111 l 1\n 169 80 l 0\n 126 109 77 137 46 181 c 0\n 35 195 38 202 38 222 c 1\n 38 531 l 1\n 16 536 -12 567 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni0911\nEncoding: 2321 2321 956\nWidth: 1042\nFlags: W\nHStem: 512 79<189 259> 531 79<480 566 646 746 825 1004>\nVStem: 568 78<35 234 356 530> 746 79<42 531>\nRef: 2310 2310 S 1 0 0 1 0 0\nRef: 2373 2373 N 1 0 0 1 577 -3\nEndChar\nStartChar: uni0913\nEncoding: 2323 2323 957\nWidth: 1042\nFlags: W\nHStem: 512 79<189 259> 531 79<480 566 646 743 825 1007>\nVStem: 568 78<35 234 356 530> 746 79<42 531>\nFore\n1055 531 m 1\n 1049.59 531 869.549 530.913 825 531 c 1\n 825 -38 l 1\n 803 -37 769 0 757 17 c 0\n 747 30 746 35 746 53 c 1\n 746 531 l 1\n 646 531 l 1\n 646 -38 l 1\n 628 -38 604 -11 593 0 c 0\n 584 9 572 21 568 34 c 0\n 566 41 567 50 567 58 c 1\n 567 235 l 1\n 520 222 479 212 425 212 c 1\n 434 159 415 100 369 69 c 0\n 334 46 288 42 247 52 c 0\n 212 62 180 84 153 107 c 0\n 92 160 48 221 11 295 c 0\n 8 302 1 312 0 320 c 0\n 0 332 18 318 20 316 c 0\n 55 289 69 272 87 233 c 0\n 94 220 125 159 143 146 c 0\n 188 116 262 120 304 158 c 0\n 331 183 346 219 348 255 c 0\n 348 264 347 300 338 307 c 1\n 333 313 318 316 310 316 c 0\n 307 316 283 305 279 303 c 0\n 256 294 230 286 205 286 c 0\n 197 286 187 285 180 288 c 0\n 164 295 149 310 137 323 c 0\n 128 332 116 344 112 357 c 0\n 109 365 117 365 123 365 c 0\n 142 365 161 369 179 374 c 0\n 221 387 263 410 291 444 c 0\n 304 459 316 479 316 499 c 0\n 317 507 309 508 303 509 c 0\n 288 511 274 512 259 512 c 0\n 203 512 139 497 92 479 c 0\n 85 477 78 473 71 475 c 0\n 52 482 25 512 12 527 c 0\n 11 528 -2 544 1 551 c 0\n 7 560 73 576 86 579 c 0\n 120 587 154 591 189 591 c 0\n 220 591 252 587 281 573 c 0\n 307 560 330 540 350 519 c 0\n 384 482 409 443 388 394 c 0\n 379 376 361 352 343 341 c 1\n 353 330 364 320 374 309 c 0\n 378 304 382 297 388 294 c 0\n 392 293 397 294 401 294 c 0\n 450 300 514 319 555 342 c 0\n 568 348 567 352 567 367 c 1\n 567 531 l 1\n 500 531 l 2\n 490 531 477 529 467 533 c 0\n 453 537 431 560 421 570 c 0\n 411 581 397 595 396 610 c 1\n 744 610 l 1\n 724 657 700 707 662 743 c 0\n 618 784 563 804 493 814 c 0\n 483 815 471 813 461 816 c 0\n 441 821 403 861 390 883 c 0\n 389 885 388 888 388 891 c 0\n 389 895 397 894 400 894 c 0\n 465 894 528 868 576 839 c 0\n 647 795 727 716 773 639 c 0\n 774 638 787 615 791 612 c 0\n 795.292 609.424 802.266 610 809 610 c 1\n 989 610 l 1\n 995 610 1002 611 1008 609 c 0\n 1028 601 1055 572 1068 556 c 0\n 1072 551 1077 545 1079 539 c 0\n 1083 527 1063 531 1055 531 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0914\nEncoding: 2324 2324 958\nWidth: 1042\nFlags: W\nHStem: 512 79<189 259> 531 79<470 566 646 740 825 1008>\nVStem: 568 78<35 234 356 530> 746 79<42 531>\nFore\n1063 531 m 1\n 1057.44 531 871.56 530.91 825 531 c 1\n 825 -38 l 1\n 803 -37 769 0 757 17 c 0\n 747 30 746 35 746 53 c 1\n 746 531 l 1\n 646 531 l 1\n 646 -38 l 1\n 628 -38 604 -11 593 0 c 0\n 584 9 572 21 568 34 c 0\n 566 41 567 50 567 58 c 1\n 567 235 l 1\n 520 222 479 212 425 212 c 1\n 434 159 415 100 369 69 c 0\n 334 46 288 42 247 52 c 0\n 212 62 180 84 153 107 c 0\n 92 160 48 221 11 295 c 0\n 8 302 1 312 0 320 c 0\n 0 332 18 318 20 316 c 0\n 55 289 69 272 87 233 c 0\n 94 220 125 159 143 146 c 0\n 188 116 262 120 304 158 c 0\n 331 183 346 219 348 255 c 0\n 348 264 347 300 338 307 c 1\n 333 313 318 316 310 316 c 0\n 307 316 283 305 279 303 c 0\n 256 294 230 286 205 286 c 0\n 197 286 187 285 180 288 c 0\n 164 295 149 310 137 323 c 0\n 128 332 116 344 112 357 c 0\n 109 365 117 365 123 365 c 0\n 142 365 161 369 179 374 c 0\n 221 387 263 410 291 444 c 0\n 304 459 316 479 316 499 c 0\n 317 507 309 508 303 509 c 0\n 288 511 274 512 259 512 c 0\n 203 512 139 497 92 479 c 0\n 85 477 78 473 71 475 c 0\n 52 482 25 512 12 527 c 0\n 11 528 -2 544 1 551 c 0\n 7 560 73 576 86 579 c 0\n 120 587 154 591 189 591 c 0\n 220 591 252 587 281 573 c 0\n 307 560 330 540 350 519 c 0\n 384 482 409 443 388 394 c 0\n 379 376 361 352 343 341 c 1\n 353 330 364 320 374 309 c 0\n 378 304 382 297 388 294 c 0\n 392 293 397 294 401 294 c 0\n 450 300 514 319 555 342 c 0\n 568 348 567 352 567 367 c 1\n 567 531 l 1\n 500 531 l 2\n 490 531 477 529 467 533 c 0\n 453 537 431 560 421 570 c 0\n 411 581 397 595 396 610 c 1\n 741 610 l 1\n 718 641 697 659 663 678 c 0\n 621 702 556 726 493 729 c 0\n 487 729 481 730 475 730 c 0\n 455 730 448 736 437 746 c 0\n 427 754 396 782 389 801 c 0\n 387 807 390 809 396 809 c 0\n 432 809 473 802 506 793 c 0\n 592 769 691 704 748 637 c 1\n 748 689 728 759 698 792 c 0\n 681 809 644 824 620 832 c 0\n 603 837 585 840 567 842 c 0\n 557 843 545 841 536 845 c 0\n 520 850 481 888 471 907 c 0\n 469 910 465 915 466 919 c 0\n 467 922 472 922 475 922 c 0\n 585 922 670 854 726 793 c 0\n 760 757 816 686 823 610 c 1\n 988 610 l 1\n 995 610 1002 611 1009 609 c 0\n 1029 600 1060 568 1073 550 c 0\n 1075 547 1082 538 1079 533 c 0\n 1077 529 1067 531 1063 531 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0915\nEncoding: 2325 2325 959\nWidth: 743\nFlags: W\nHStem: 531 79<41 274 355 698>\nVStem: 275 79<42 134 399 531>\nFore\n-39 610 m 1\n 696 610 l 1\n 716 610 715 606 727 599 c 0\n 743 587 764 565 776 548 c 0\n 778 544 782 540 782 535 c 0\n 782 532 779 531 776 531 c 1\n 354 531 l 1\n 354 398 l 1\n 370 403 386 408 403 409 c 0\n 466 412 519 374 559 329 c 0\n 579 307 598 284 607 256 c 0\n 617 222 611 183 606 149 c 0\n 602 118 592 60 580 28 c 0\n 578 22 575 18 568 21 c 0\n 551 27 526 55 515 68 c 0\n 509 74 503 82 500 90 c 0\n 498 97 501 103 503 109 c 0\n 517 161 526 209 531 264 c 0\n 532 274 536 311 528 321 c 0\n 521 328 497 330 486 330 c 0\n 440 330 397 306 369 270 c 0\n 356 254 355 251 355 228 c 0\n 354 210 354 191 354 173 c 2\n 354 -38 l 1\n 338 -37 324 -22 313 -12 c 0\n 300 1 283 16 277 33 c 0\n 273 43 275 56 275 66 c 2\n 275 135 l 1\n 256 130 238 125 219 124 c 0\n 137 119 85 162 45 207 c 0\n 16 239 -8 278 1 323 c 0\n 16 400 126 452 216 428 c 0\n 238 422 257 411 275 397 c 1\n 275 531 l 1\n 57 531 l 1\n 29 531 27 535 10 547 c 0\n -3 558 -15 570 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\n274 293 m 0\n 277 307 275 321 275 335 c 0\n 275 339 276 346 273 350 c 1\n 269 353 262 353 258 353 c 0\n 243 355 228 354 213 351 c 0\n 155 341 87 305 79 241 c 0\n 78 234 78 228 79 221 c 0\n 79 208 89 209 98 207 c 0\n 114 203 131 202 148 204 c 0\n 200 209 264 235 274 293 c 0\nEndSplineSet\nMinimumDistance: y3,6 x6,3 x6,5 \nEndChar\nStartChar: uni0916\nEncoding: 2326 2326 960\nWidth: 798\nFlags: W\nHStem: 135 79<374 453> 531 79<41 134 210 502 582 765>\nVStem: 503 79<42 141 296 346 388 530>\nFore\n-39 610 m 1\n 751 610 l 1\n 756 610 761 610 766 609 c 0\n 784 602 820 566 832 547 c 0\n 834 544 837 539 837 534 c 0\n 836 530 826 531 823 531 c 1\n 582 531 l 1\n 582 -38 l 1\n 566 -37 551 -22 540 -11 c 0\n 527 1 511 16 505 33 c 0\n 501 43 503 57 503 68 c 2\n 503 142 l 1\n 487 137 470 135 453 135 c 0\n 368 135 318 178 275 224 c 0\n 245 256 220 294 227 340 c 0\n 241 419 364 463 456 419 c 0\n 473 411 489 399 503 387 c 1\n 503 531 l 1\n 209 531 l 1\n 226 418 208 254 98 244 c 1\n 105 224 118 205 130 187 c 0\n 167 135 219 94 269 55 c 0\n 293 36 316 19 337 -3 c 0\n 346 -13 357 -24 358 -38 c 1\n 343 -37 330 -24 319 -16 c 2\n 241 46 l 2\n 173 103 107 167 58 241 c 0\n 24 292 -1 348 -1 410 c 1\n 19 408 48 378 59 364 c 0\n 65 357 70 351 74 343 c 1\n 82 351 89 358 95 367 c 0\n 127 413 135 476 135 531 c 1\n 66 531 l 2\n 55 531 42 529 32 533 c 0\n 15 539 1 555 -12 568 c 0\n -23 579 -38 594 -39 610 c 1\n502 295 m 0\n 505 307 503 321 503 334 c 0\n 503 338 504 345 501 348 c 0\n 493 356 455 358 440 357 c 0\n 384 352 317 325 306 262 c 0\n 305 253 303 238 309 229 c 0\n 315 219 359 214 374 214 c 0\n 427 213 491 236 502 295 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0917\nEncoding: 2327 2327 961\nWidth: 694\nFlags: W\nHStem: 531 79<37 78 151 399 478 661>\nVStem: 112 80.7717<255.008 279> 399 79<42 530>\nFore\n-39 610 m 1\n 630 610 l 1\n 640 610 652 612 662 609 c 0\n 675 605 697 582 706 573 c 0\n 714 565 721 556 728 547 c 0\n 730 544 733 539 733 534 c 0\n 732 530 722 531 719 531 c 1\n 478 531 l 1\n 478 -38 l 1\n 456 -37 422 0 410 17 c 0\n 400 30 399 35 399 53 c 1\n 399 531 l 1\n 150 531 l 1\n 160 506 166 479 172 453 c 0\n 189 378 193 302 193 226 c 2\n 193 210 l 2\n 193 182 190 140 156 133 c 0\n 137 129 115 135 101 141 c 0\n 71 153 46 178 26 202 c 0\n 13 216 -1 233 -1 258 c 0\n -1 277 2 307 26 310 c 0\n 53 313 94 273 112 255 c 1\n 112 263 114 271 114 279 c 0\n 115 296 113 313 113 330 c 2\n 113 371 l 2\n 111 419 105 462 97 506 c 0\n 95 513 95 522 91 528 c 0\n 88 532 81 531 76 531 c 0\n 63 531 50 530 37 531 c 0\n 17 536 -14 569 -26 584 c 0\n -32 592 -38 600 -39 610 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0918\nEncoding: 2328 2328 962\nWidth: 694\nFlags: W\nHStem: 531 79<141 398 478 661>\nVStem: 39 79<247 321> 400 78<35 184 330 531>\nFore\n-39 610 m 1\n 630 610 l 1\n 640 610 652 612 662 609 c 0\n 675 605 697 582 706 573 c 0\n 714 565 721 556 728 547 c 0\n 730 544 733 539 733 534 c 0\n 732 530 722 531 719 531 c 1\n 478 531 l 1\n 478 -38 l 1\n 460 -37 445 -20 433 -8 c 128\n 421 4 406 18 400 34 c 0\n 398 40 399 46 399 52 c 1\n 399 185 l 1\n 351 152 260 125 188 147 c 0\n 148 161 111 192 85 222 c 0\n 60 250 39 282 39 321 c 0\n 39 358 60 382 89 392 c 1\n 59 418 17 455 3 500 c 0\n 0 511 -1 523 -1 535 c 0\n -1 541 2 548 0 554 c 128\n -2 560 -9 565 -13 569 c 0\n -24 580 -38 594 -39 610 c 1\n399 531 m 1\n 170 531 l 1\n 156 531 142 532 129 527 c 0\n 101 518 83 492 79 464 c 0\n 74 446 80 432 94 428 c 0\n 110 422 145 408 166 408 c 0\n 186 408 206 410 226 410 c 0\n 248 410 254 410 267 400 c 0\n 277 393 286 384 295 375 c 0\n 306 364 323 348 324 331 c 1\n 243 331 118 333 118 247 c 0\n 118 241 118 231 122 227 c 0\n 126 222 135 222 141 221 c 0\n 235 204 327 259 384 310 c 0\n 397 323 399 324 399 344 c 1\n 399 531 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0919\nEncoding: 2329 2329 963\nWidth: 730\nFlags: W\nHStem: 384.722 77.2784<281 281 329 364> 531 79<36 364 444 697>\nVStem: 365 79<463 531> 504 111<319 320>\nFore\n-39 610 m 1\n 663 610 l 1\n 674 610 688 612 698 609 c 0\n 716 603 751 566 764 547 c 0\n 766 544 769 539 769 534 c 0\n 768 529 755 531 751 531 c 1\n 444 531 l 1\n 444 383 l 1\n 402 383 307 389 262 383 c 0\n 233 379 202 369 187 342 c 0\n 182 333 180 322 178 312 c 1\n 217 312 255 317 293 319 c 0\n 330 321 367 320 399 298 c 0\n 426 279 469 240 480 201 c 0\n 482 193 483 184 483 175 c 0\n 483 87 392 50 312 44 c 0\n 220 36 157 78 105 125 c 0\n 65 162 14 219 0 288 c 0\n 0 290 -1 293 1 295 c 0\n 5 299 23 285 25 284 c 0\n 37 274 70 245 77 224 c 0\n 80 218 81 211 83 204 c 0\n 86 191 96 163 108 153 c 0\n 114 148 122 144 129 141 c 0\n 157 127 195 120 236 123 c 0\n 294 127 362 147 392 201 c 0\n 399 214 401 227 404 241 c 1\n 365 241 327 236 289 234 c 0\n 263 232 237 232 212 240 c 0\n 181 251 155 276 134 300 c 0\n 121 315 109 331 103 350 c 0\n 92 385 101 427 134 446 c 0\n 186 477 292 462 365 462 c 1\n 365 531 l 1\n 72 531 l 1\n 60 531 47 529 36 531 c 0\n 27 533 20 539 13 545 c 0\n 2 553 -37 586 -39 610 c 1\n559 375 m 1\n 615 320 l 1\n 615 319 l 1\n 560 264 l 1\n 559 264 l 1\n 504 319 l 1\n 504 320 l 1\n 559 375 l 1\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: uni091A\nEncoding: 2330 2330 964\nWidth: 734\nFlags: W\nHStem: 332 78<72 130 265 367> 531 79<38 438 518 701>\nVStem: 440 78<35 153 271 331 339 531>\nFore\n-39 610 m 1\n 667 610 l 1\n 678 610 692 612 702 609 c 0\n 720 603 755 566 768 547 c 0\n 770 544 773 539 773 534 c 0\n 772 530 762 531 759 531 c 1\n 518 531 l 1\n 518 -38 l 1\n 501 -37 486 -21 475 -10 c 0\n 463 2 446 17 440 34 c 0\n 439 39 439 44 439 49 c 1\n 439 154 l 1\n 412 146 329 124 281 134 c 0\n 252 139 227 159 206 178 c 0\n 173 207 141 244 132 289 c 0\n 129 303 130 317 131 331 c 1\n 92 331 l 2\n 85 331 78 330 71 332 c 0\n 51 341 16 375 4 397 c 0\n 2 400 -2 406 1 408 c 0\n 3 410 7 410 10 410 c 1\n 342 410 l 1\n 350 410 360 411 368 409 c 0\n 384 404 412 374 423 361 c 0\n 429 354 435 347 438 338 c 1\n 439 338 l 1\n 439 531 l 1\n 83 531 l 1\n 68 531 53 530 38 531 c 0\n 18 533 -15 570 -26 584 c 0\n -32 592 -38 600 -39 610 c 1\n212 212 m 1\n 294 208 363 229 423 259 c 0\n 428 262 435 264 437 269 c 0\n 440 273 439 282 439 287 c 2\n 439 331 l 1\n 268 331 l 1\n 262 331 255 332 250 329 c 0\n 241 325 235 314 229 306 c 0\n 217 287 209 263 209 240 c 0\n 209 231 211 221 212 212 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni091B\nEncoding: 2331 2331 965\nWidth: 888\nFlags: W\nHStem: 532 78<35 497 578 855>\nVStem: 498 79<450 531>\nFore\n-39 610 m 1\n 839 610 l 1\n 845 610 851 611 856 609 c 0\n 878 600 906 568 921 548 c 0\n 923 545 927 539 927 534 c 0\n 926 532 924 531 922 531 c 0\n 577 531 l 1\n 577 439 l 1\n 577 426 580 422 588 418 c 2\n 604 405 l 2\n 634 379 668 341 682 300 c 0\n 694 265 693 226 684 191 c 0\n 679 169 669 150 660 130 c 1\n 675 122 687 108 700 96 c 0\n 729 70 757 39 777 5 c 0\n 787 -12 796 -31 797 -51 c 0\n 797 -105 754 -117 718 -135 c 2\n 695 -146 l 2\n 688 -150 683 -153 675 -149 c 0\n 659 -143 630 -113 619 -99 c 0\n 615 -94 605 -83 607 -75 c 0\n 609 -71 614 -69 618 -67 c 2\n 648 -52 l 2\n 677 -38 715 -23 718 15 c 0\n 718 47 702 66 684 81 c 0\n 672 90 658 101 644 107 c 1\n 634 87 604 59 586 45 c 0\n 518 -8 426 -38 317 -38 c 0\n 303 -38 290 -38 277 -34 c 0\n 233 -20 196 16 168 51 c 0\n 143 82 128 116 128 156 c 0\n 128 170 131 185 136 198 c 0\n 138 203 143 210 140 216 c 0\n 137 220 130 224 126 227 c 2\n 99 249 l 2\n 69 276 41 307 19 341 c 0\n 8 360 -2 382 -1 405 c 0\n 1 438 33 455 61 463 c 0\n 107 478 158 478 205 474 c 0\n 243 472 256 469 276 452 c 0\n 290 440 304 427 315 412 c 0\n 319 407 325 400 325 393 c 128\n 325 386 315 390 311 390 c 0\n 295 393 278 395 261 396 c 0\n 211 398 155 398 110 373 c 0\n 99 366 88 357 82 345 c 0\n 74 327 80 300 93 285 c 0\n 103 272 137 259 155 256 c 0\n 178 253 181 258 194 267 c 0\n 223 283 258 294 297 296 c 0\n 306 297 317 299 326 296 c 0\n 345 290 374 258 387 241 c 0\n 392 234 397 227 398 218 c 1\n 336 218 267 202 230 149 c 0\n 216 130 203 96 208 65 c 0\n 209 59 209 50 213 46 c 0\n 218 40 229 41 236 41 c 0\n 336 41 421 63 491 111 c 0\n 510 125 527 140 544 157 c 1\n 524 165 506 180 490 194 c 0\n 453 226 413 267 400 316 c 0\n 381.683 383.774 425.735 450 498 450 c 1\n 498 531 l 1\n 71 531 l 2\n 59 531 45 529 34 532 c 0\n 26 534 18 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\n605 367 m 1\n 596 368 588 370 579 371 c 0\n 513 375 469 317 476 262 c 0\n 477 253 478 243 483 235 c 0\n 488 226 509 220 520 215 c 128\n 531 210 543 205 554 199 c 0\n 558 197 564 192 569 193 c 0\n 575 193 583 210 585 215 c 0\n 598 243 619 294 610 340 c 0\n 609 349 606 358 605 367 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni091C\nEncoding: 2332 2332 966\nWidth: 814\nFlags: W\nHStem: 337 79<316 519> 531 79<41 519 598 781>\nVStem: 519 79<42 336 416 531>\nFore\n-39 610 m 1\n 766 610 l 1\n 771 610 777 610 782 609 c 0\n 801 601 834 567 847 548 c 0\n 849 545 853 539 853 534 c 0\n 852 530 842 531 839 531 c 1\n 598 531 l 1\n 598 -38 l 1\n 576 -36 546 -2 534 13 c 0\n 516 34 519 39 519 69 c 1\n 519 337 l 1\n 315 337 l 1\n 341 309 383 261 397 214 c 0\n 413 168 416 103 372 72 c 0\n 355 61 345 58 321 58 c 0\n 263 58 208 101 173 131 c 0\n 106 188 31 278 5 379 c 0\n 3 387 2 396 0 404 c 0\n 0 407 -1 411 1 414 c 0\n 4 420 21 406 23 405 c 0\n 42 390 63 371 75 349 c 0\n 79 341 80 331 81 322 c 0\n 92.5479 266.827 125.357 195.806 169 165 c 0\n 197 147 253 123 290 148 c 0\n 334 175 335 235 320 279 c 0\n 314 297 305 319 290 332 c 0\n 283 338 274 343 267 349 c 0\n 254 359 241 371 230 384 c 0\n 222 393 213 403 212 416 c 1\n 519 416 l 1\n 519 531 l 1\n 51 531 l 1\n 31 531 23 535 12 546 c 0\n 1 555 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni091D\nEncoding: 2333 2333 967\nWidth: 834\nFlags: W\nHStem: 385.328 76.6722<185 190 229 264> 531 79<39 264 344 539 618 801>\nVStem: 265 79<463 531> 539 79<38 240 348 531>\nFore\n-39 610 m 1\n 786 610 l 1\n 791 610 797 610 802 609 c 0\n 821 601 854 567 867 548 c 0\n 869 545 873 539 873 534 c 0\n 872 530 862 531 859 531 c 1\n 618 531 l 1\n 618 -38 l 1\n 599 -38 571 -7 561 4 c 0\n 543 25 539 27 539 56 c 1\n 539 241 l 1\n 520 238 502 233 483 230 c 0\n 446 224 409 220 372 220 c 1\n 404 163 364 91 311 70 c 1\n 352 28 397 -42 418 -106 c 0\n 419 -109 423 -117 419 -119 c 0\n 408 -122 380 -93 374 -87 c 0\n 342 -55 344 -44 326 -4 c 2\n 305 36 l 2\n 300 44 294 52 290 60 c 1\n 258 48 223 43 189 43 c 0\n 136 43 108 57 79 83 c 0\n 63 96 48 112 37 130 c 0\n 32 139 28 150 36 159 c 0\n 42 167 53 173 63 178 c 0\n 117 206 178 182 215 156 c 0\n 219 153 225 148 230 148 c 0\n 238 148 253 159 258 163 c 0\n 276 177 291 194 298 216 c 0\n 301 224 302 233 304 241 c 1\n 266 241 229 237 191 235 c 0\n 164 233 135 232 109 242 c 128\n 83 252 61 272 42 292 c 0\n 28 307 14 323 6 342 c 0\n -8 374 -4 418 25 440 c 0\n 73 478 188 462 265 462 c 1\n 265 531 l 1\n 57 531 l 1\n 29 531 27 535 10 547 c 0\n -3 558 -15 570 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\n78 313 m 1\n 98 313 118 314 138 315 c 0\n 181 319 238 327 275 311 c 0\n 284 308 292 300 301 299 c 0\n 313 298 326 300 338 301 c 0\n 404 305 455 317 510 334 c 0\n 511 334 535 341 537 346 c 0\n 540 350 539 356 539 361 c 1\n 539 531 l 1\n 344 531 l 1\n 344 383 l 1\n 306 383 211 389 168 384 c 0\n 137 380 102 371 86 341 c 0\n 81 332 80 323 78 313 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni091E\nEncoding: 2334 2334 968\nWidth: 734\nFlags: W\nHStem: 531 79<38 438 517 701>\nVStem: 440 78<35 227 324 531>\nFore\n-39 610 m 1\n 667 610 l 1\n 678 610 692 612 702 609 c 0\n 720 603 755 566 768 547 c 0\n 770 544 773 539 773 534 c 0\n 772 530 762 531 759 531 c 1\n 518 531 l 1\n 518 -38 l 1\n 500 -38 477 -12 467 -2 c 128\n 457 8 445 20 440 34 c 0\n 438 41 439 48 439 55 c 1\n 439 228 l 1\n 424 225 409 225 394 225 c 0\n 355 225 314 230 278 245 c 1\n 278 174 245 79 173 72 c 0\n 121 67 77 112 46 148 c 0\n 23 175 -0 212 0 262 c 0\n 0 271 9 265 13 264 c 0\n 26 256 67 220 77 197 c 0\n 77 196 83 156 84 151 c 1\n 158 151 190 229 197 293 c 0\n 199 307 201 346 192 358 c 0\n 184 368 153 368 136 365 c 0\n 128 364 120 360 112 361 c 0\n 107 361 103 364 99 366 c 0\n 79 379 62 397 48 416 c 0\n 44 421 33 434 40 439 c 0\n 51 446 79 448 95 445 c 0\n 150 439 196 397 230 357 c 0\n 239 347 246 338 253 327 c 0\n 257 322 260 313 265 310 c 0\n 272 307 293 305 303 305 c 0\n 333 302 364 305 393 312 c 0\n 408 315 424 321 439 324 c 1\n 439 531 l 1\n 83 531 l 1\n 68 531 53 530 38 531 c 0\n 18 533 -15 570 -26 584 c 0\n -32 592 -38 600 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni091F\nEncoding: 2335 2335 969\nWidth: 629\nFlags: W\nHStem: 532 78<34 280 360 596>\nVStem: 281 79<416 531>\nFore\n-39 610 m 1\n 570 610 l 1\n 579 610 589 612 597 609 c 0\n 620 598 648 568 663 546 c 0\n 665 543 668 538 668 534 c 0\n 667 529 655 531 651 531 c 1\n 360 531 l 1\n 360 352 l 1\n 360 342 360 337 351 337 c 0\n 339 337 286 332 273 330 c 0\n 261 329 250 326 238 324 c 0\n 172 309 93 272 80 198 c 0\n 78 175 77 144 89 128 c 0\n 101 116 144 105 164 101 c 0\n 251 87 324 116 392 142 c 0\n 401 146 410 152 419 153 c 0\n 427 155 435 148 441 144 c 0\n 449 138 488 105 495 85 c 0\n 499 77 495 74 488 72 c 0\n 396 26 268 -9 155 48 c 0\n 121 65 91 90 65 117 c 0\n 33 152 -15 206 2 279 c 0\n 22 380 161 416 281 416 c 1\n 281 531 l 1\n 59 531 l 1\n 51 531 41 530 33 532 c 0\n 14 539 -13 567 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0920\nEncoding: 2336 2336 970\nWidth: 629\nFlags: W\nHStem: 532 78<35 303 384 596>\nVStem: 304 79<417 531>\nFore\n-39 610 m 1\n 570 610 l 1\n 579 610 589 612 597 609 c 0\n 620 598 648 568 663 546 c 0\n 665 543 668 538 668 534 c 0\n 667 529 656 531 652 531 c 1\n 383 531 l 1\n 383 338 l 1\n 402 336 430 305 441 293 c 0\n 462 271 492 227 497 189 c 0\n 501 162 494 133 481 110 c 0\n 440 39 332 4 230 23 c 0\n 162 38 126 62 85 99 c 0\n 38 142 -8 198 0 266 c 0\n 6 327 44 359 88 381 c 0\n 135 405 190 414 242 416 c 0\n 263 417 283 418 304 416 c 1\n 304 531 l 1\n 63 531 l 1\n 54 531 43 529 34 532 c 0\n 26 534 18 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\n382 337 m 1\n 365 337 348 338 331 338 c 0\n 245 336 160 314 113 265 c 0\n 87 238 75 200 79 163 c 0\n 80 152 82 137 89 129 c 0\n 101 115 149 104 170 101 c 0\n 274 84 376 126 409 202 c 0\n 421 230 423 262 409 290 c 0\n 404 298 399 306 393 314 c 0\n 388 321 383 328 382 337 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0921\nEncoding: 2337 2337 971\nWidth: 653\nFlags: W\nHStem: 384.722 77.2784<281 281 329 364> 531 79<36 364 444 620>\nVStem: 365 79<463 531>\nFore\n-39 610 m 1\n 592 610 l 1\n 601 610 612 612 621 609 c 0\n 644 598 672 568 687 546 c 0\n 689 543 692 538 692 534 c 0\n 691 530 681 531 678 531 c 1\n 444 531 l 1\n 444 383 l 1\n 402 383 307 389 262 383 c 0\n 233 379 202 369 187 342 c 0\n 182 333 180 322 178 312 c 1\n 217 312 255 317 293 319 c 0\n 330 321 367 320 399 298 c 0\n 426 279 469 240 480 201 c 0\n 482 193 483 184 483 175 c 0\n 483 87 392 50 312 44 c 0\n 220 36 157 78 105 125 c 0\n 65 162 14 219 0 288 c 0\n 0 290 -1 293 1 295 c 0\n 5 299 23 285 25 284 c 0\n 37 274 70 245 77 224 c 0\n 80 218 81 211 83 204 c 0\n 86 191 96 163 108 153 c 0\n 114 148 122 144 129 141 c 0\n 157 127 195 120 236 123 c 0\n 294 127 362 147 392 201 c 0\n 399 214 401 227 404 241 c 1\n 365 241 327 236 289 234 c 0\n 263 232 237 232 212 240 c 0\n 181 251 155 276 134 300 c 0\n 121 315 109 331 103 350 c 0\n 92 385 101 427 134 446 c 0\n 186 477 292 462 365 462 c 1\n 365 531 l 1\n 72 531 l 1\n 60 531 47 529 36 531 c 0\n 27 533 20 539 13 545 c 0\n 2 553 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0922\nEncoding: 2338 2338 972\nWidth: 609\nFlags: W\nHStem: 370.031 79.9686<279 332> 532 78<36 332 412 569>\nVStem: 333 79<451 531>\nFore\n-39 610 m 1\n 551 610 l 1\n 577 610 581 608 596 596 c 0\n 604 590 640 558 646 540 c 0\n 654 527 632 531 625 531 c 1\n 412 531 l 1\n 412 371 l 1\n 313 371 186 378 121 329 c 0\n 74 292 73 229 84 176 c 0\n 87 163 91 150 97 138 c 0\n 104 117 118 112 137 103 c 0\n 166 91 197 85 228 81 c 1\n 210 101 190 126 188 154 c 0\n 187 178 196 200 210 218 c 0\n 238 254 288 283 335 277 c 0\n 360 274 381 260 400 243 c 0\n 438 210 473 176 477 113 c 0\n 488.346 22.2327 399.537 -4.56912 316 1 c 0\n 205 7 135 55 78 118 c 0\n 42 157 12 203 3 256 c 0\n -5 304 -5 362 33 399 c 0\n 94 458 224 450 333 450 c 1\n 333 531 l 1\n 67 531 l 1\n 57 531 45 529 35 532 c 0\n 26 534 19 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\n397 199 m 1\n 352 197 307 168 282 131 c 0\n 275 120 270 109 268 96 c 0\n 267 92 266 86 269 82 c 0\n 276 75 311 84 321 86 c 0\n 354 95 389 117 397 153 c 0\n 401 168 398 183 397 199 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0923\nEncoding: 2339 2339 973\nWidth: 694\nFlags: W\nHStem: 531 79<79 218 299 399 478 661>\nVStem: -1 79<341 530> 219 79<342 530> 399 79<42 530>\nFore\n-39 610 m 1\n 630 610 l 1\n 640 610 652 612 662 609 c 0\n 675 605 697 582 706 573 c 0\n 714 565 721 556 728 547 c 0\n 730 544 733 539 733 534 c 0\n 732 530 722 531 719 531 c 1\n 478 531 l 1\n 478 -38 l 1\n 456 -37 422 0 410 17 c 0\n 400 30 399 35 399 53 c 1\n 399 531 l 1\n 298 531 l 1\n 298 305 l 2\n 298 288 299 270 297 253 c 0\n 290 203 265 158 222 139 c 0\n 167 115 117 152 80 186 c 0\n 49 215 21 250 8 291 c 0\n -3 325 -1 360 -1 395 c 0\n -1 446 0 497 -1 548 c 0\n -1 559 -8 564 -15 571 c 0\n -25 581 -38 595 -39 610 c 1\n78 531 m 1\n 78 299 l 2\n 78 284 78 228 91 215 c 0\n 95 211 114 211 122 212 c 0\n 180 220 215 281 219 342 c 0\n 220 358 219 375 219 391 c 2\n 219 531 l 1\n 78 531 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0924\nEncoding: 2340 2340 974\nWidth: 654\nFlags: W\nHStem: 341 79<169 359> 532 78<36 359 438 621>\nVStem: 359 79<42 341 421 531>\nFore\n-39 610 m 1\n 593 610 l 1\n 602 610 613 612 622 609 c 0\n 645 598 673 568 688 546 c 0\n 690 543 693 538 693 534 c 0\n 692 530 682 531 679 531 c 1\n 438 531 l 1\n 438 -38 l 1\n 416 -36 386 -2 374 13 c 0\n 356 34 359 39 359 69 c 1\n 359 341 l 1\n 226 341 l 2\n 190 341 151 346 120 322 c 0\n 65 285 64 191 97 125 c 0\n 105 109 114 94 126 81 c 0\n 149 58 179 48 204 29 c 0\n 206 27 253 -12 257 -31 c 0\n 258 -33 258 -36 255 -37 c 0\n 250 -39 230 -26 226 -24 c 0\n 170 8 109 62 68 114 c 0\n 28 164 -5 225 -5 291 c 0\n -5 355 25 406 78 417 c 0\n 99 422 122 420 143 420 c 2\n 359 420 l 1\n 359 531 l 1\n 70 531 l 1\n 59 531 46 529 35 532 c 0\n 26 534 19 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0925\nEncoding: 2341 2341 975\nWidth: 694\nFlags: W\nHStem: 531 79<354.526 398 478 655>\nVStem: 400 78<35 166 362 531>\nFore\n105 380 m 1\n 65 413 15 453 4 509 c 0\n -3 546 9 593 49 606 c 0\n 72 615 98 609 117 600 c 0\n 160 580 213 523 234 478 c 0\n 261 412 236 345 197 313 c 0\n 169 289 127 274 80 274 c 1\n 86 261 91 246 101 235 c 1\n 116 223 148 213 169 209 c 0\n 250 195 330 234 375 303 c 0\n 394 333 399 340 399 378 c 1\n 399 531 l 1\n 369 531 l 2\n 348 531 343 535 331 545 c 0\n 317 557 304 570 292 584 c 0\n 286 592 280 600 279 610 c 1\n 612 610 l 1\n 626 610 641 611 655 610 c 0\n 676 608 708 573 719 558 c 1\n 723 554 733 544 733 534 c 0\n 732 530 722 531 719 531 c 1\n 478 531 l 1\n 478 -38 l 1\n 461 -37 445 -20 434 -9 c 0\n 422 3 406 17 400 34 c 0\n 399 39 399 45 399 50 c 1\n 399 167 l 1\n 357 131 276 116 207 138 c 0\n 156 155 111 191 75 231 c 0\n 44 264 19 297 2 342 c 0\n 1 344 -1 348 1 351 c 0\n 2 353 7 353 9 353 c 0\n 32 353 60 360 78 367 c 0\n 87 370 96 376 105 380 c 1\n83 438 m 1\n 93 437 142 435 154 444 c 0\n 159 447 160 455 161 460 c 0\n 165 476 167 493 165 509 c 0\n 164 515 164 525 159 529 c 0\n 156 531 152 531 149 531 c 0\n 105 531 84 496 81 460 c 0\n 81 453 82 445 83 438 c 1\nEndSplineSet\nMinimumDistance: y18,21 x21,18 x21,20 \nEndChar\nStartChar: uni0926\nEncoding: 2342 2342 976\nWidth: 588\nFlags: W\nHStem: 88 177.029<295 297> 373 77<230.934 292> 532 78<34 292 373 555>\nVStem: 221 175.65<169 179> 293 79<451 531>\nFore\n-39 610 m 1\n 532 610 l 1\n 540 610 549 611 556 609 c 0\n 578 598 607 568 622 546 c 0\n 624 543 627 538 627 534 c 0\n 626 530 616 531 613 531 c 1\n 372 531 l 1\n 372 383 l 1\n 372 380 373 375 370 373 c 0\n 366 369 357 371 352 371 c 0\n 335 371 319 372 302 372 c 0\n 295 372 289 373 282 373 c 0\n 216 375 144 372 107 340 c 0\n 70 307 73 245 90 203 c 0\n 92 198 94 193 98 189 c 0\n 114 176 157 166 184 166 c 0\n 196 166 209 168 221 168 c 1\n 221 211 238 240 268 256 c 0\n 301 274 344 267 371 241 c 0\n 378 234 384 225 389 216 c 0\n 400 191 400 160 387 136 c 0\n 381 126 374 116 364 112 c 1\n 388 74 416 39 440 1 c 1\n 383 1 l 2\n 376 1 365 -1 359 3 c 0\n 353 8 348 17 344 24 c 2\n 314 67 l 1\n 314 68 302 86 297 88 c 0\n 294 89 291 89 288 88 c 0\n 282 88 276 87 270 87 c 0\n 250 87 230 88 210 93 c 0\n 143 109 86 159 45 213 c 0\n 15 251 -1 294 -1 342 c 0\n -1 374 10 406 37 425 c 0\n 93 464 207 450 293 450 c 1\n 293 531 l 1\n 60 531 l 1\n 51 531 41 530 33 532 c 0\n 14 539 -13 567 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0927\nEncoding: 2343 2343 977\nWidth: 694\nFlags: W\nHStem: 531 79<354.364 398 478 655>\nVStem: 39 79<247 321> 400 78<35 184 330 531>\nFore\n89 392 m 1\n 46 429 -17 486 2 553 c 0\n 7 570 18 587 32 596 c 0\n 44 605 65 613 80 609 c 0\n 97 603 114 585 126 573 c 0\n 137 562 152 547 153 531 c 1\n 111 531 73 496 79 444 c 0\n 81 435 84 430 94 428 c 0\n 110 421 146 408 167 408 c 0\n 187 408 206 410 226 410 c 0\n 248 410 255 410 267 400 c 0\n 277 393 285 385 294 376 c 0\n 306 364 323 349 324 331 c 1\n 243 331 118 333 118 247 c 0\n 118 241 118 231 122 227 c 0\n 126 222 135 222 141 221 c 0\n 235 204 327 259 384 310 c 0\n 397 323 399 324 399 344 c 1\n 399 531 l 1\n 369 531 l 2\n 348 531 343 535 331 545 c 0\n 317 557 304 570 292 584 c 0\n 286 592 280 600 279 610 c 1\n 612 610 l 1\n 626 610 641 611 655 610 c 0\n 676 608 708 573 719 558 c 1\n 723 554 733 544 733 534 c 0\n 732 530 722 531 719 531 c 1\n 478 531 l 1\n 478 -38 l 1\n 460 -37 445 -20 433 -8 c 128\n 421 4 406 18 400 34 c 0\n 398 40 399 46 399 52 c 1\n 399 185 l 1\n 351 152 260 125 188 147 c 0\n 148 161 111 192 85 222 c 0\n 60 250 39 282 39 321 c 0\n 39 358 60 382 89 392 c 1\nEndSplineSet\nMinimumDistance: y25,28 x28,25 x28,27 \nEndChar\nStartChar: uni0928\nEncoding: 2344 2344 978\nWidth: 654\nFlags: W\nHStem: 293 79<173 359> 532 78<36 359 438 621>\nVStem: 359 79<42 292 373 531>\nFore\n-39 610 m 1\n 593 610 l 1\n 602 610 613 612 622 609 c 0\n 645 598 673 568 688 546 c 0\n 690 543 693 538 693 534 c 0\n 692 530 682 531 679 531 c 1\n 438 531 l 1\n 438 -38 l 1\n 417 -36 386 -2 374 12 c 0\n 359 33 359 32 359 61 c 1\n 359 293 l 1\n 172 293 l 1\n 186 275 197 254 195 231 c 0\n 192 191 151 168 114 179 c 0\n 97 184 82 195 69 206 c 0\n 44 227 16 254 4 286 c 0\n -8 317 4 354 36 367 c 0\n 50 373 64 372 78 372 c 1\n 359 372 l 1\n 359 531 l 1\n 70 531 l 1\n 59 531 46 529 35 532 c 0\n 26 534 19 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0929\nEncoding: 2345 2345 979\nWidth: 654\nFlags: W\nHStem: 293 79<173 359> 532 78<36 359 438 621>\nVStem: -22 111<35 36> 359 79<42 292 373 531>\nRef: 2364 2364 S 1 0 0 1 -166 -4\nRef: 2344 2344 N 1 0 0 1 0 0\nEndChar\nStartChar: uni092A\nEncoding: 2346 2346 980\nWidth: 615\nFlags: W\nHStem: 531 79<120 319 399 582>\nVStem: 321 78<35 197 344 531>\nFore\n-39 610 m 1\n 557 610 l 1\n 565 610 575 611 583 609 c 0\n 605 598 634 568 649 546 c 0\n 651 543 654 538 654 534 c 0\n 653 530 643 531 640 531 c 1\n 399 531 l 1\n 399 -38 l 1\n 381 -37 364 -18 352 -6 c 0\n 341 5 326 19 321 34 c 0\n 319 40 320 47 320 53 c 1\n 320 198 l 1\n 274 183 223 182 180 205 c 0\n 163 215 148 228 133 241 c 0\n 74 293 41 364 29 441 c 0\n 25 464 22 488 22 511 c 0\n 22 520 21 529 23 538 c 1\n 4 549 -12 566 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\n320 531 m 1\n 133 531 l 1\n 128 531 122 532 118 529 c 0\n 109 522 105 492 103 479 c 0\n 95 414 110 341 130 288 c 0\n 139 272 137 273 153 269 c 0\n 162 267 171 266 180 266 c 0\n 219 266 260 278 290 304 c 0\n 302 314 317 328 320 344 c 0\n 321 351 320 359 320 366 c 1\n 320 531 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni092B\nEncoding: 2347 2347 981\nWidth: 788\nFlags: W\nHStem: 357 79<457 531> 531 79<120 319 399 745>\nVStem: 320 78<35 197 424 531>\nFore\n-39 610 m 1\n 740 610 l 1\n 758 610 761 607 771 599 c 0\n 786 588 809 565 821 548 c 0\n 823 544 827 540 827 535 c 0\n 827 532 824 531 821 531 c 1\n 398 531 l 1\n 398 423 l 1\n 412 431 436 436 457 436 c 0\n 518 436 567 398 606 355 c 0\n 626 333 645 308 653 279 c 0\n 668 226 641 90 623 28 c 0\n 620 20 617 17 610 21 c 0\n 592 30 568 55 555 70 c 128\n 542 85 539 92 545 111 c 0\n 560 159 571 230 576 285 c 0\n 577 301 579 317 577 333 c 0\n 577 347 571 351 560 354 c 0\n 551 356 541 357 531 357 c 0\n 484 357 441 331 415 293 c 0\n 399 271 398 267 398 237 c 1\n 398 -38 l 1\n 380 -37 363 -18 351 -6 c 0\n 340 5 325 19 320 34 c 0\n 318 40 319 47 319 53 c 1\n 319 198 l 1\n 277 181 220 183 180 205 c 0\n 163 215 148 227 134 240 c 0\n 70 294 22 392 22 512 c 0\n 22 521 21 530 23 538 c 1\n 4 549 -12 566 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\n319 531 m 1\n 133 531 l 1\n 128 531 122 532 118 529 c 0\n 109 522 105 492 103 479 c 0\n 95 414 110 341 130 288 c 0\n 133 283 135 276 139 273 c 0\n 149 268 166 266 179 266 c 0\n 233 266 287 290 312 328 c 0\n 321 340 319 346 319 364 c 1\n 319 531 l 1\nEndSplineSet\nMinimumDistance: y3,6 x6,3 x6,5 \nEndChar\nStartChar: uni092C\nEncoding: 2348 2348 982\nWidth: 621\nFlags: W\nHStem: 532 78<35 325 405 588>\nVStem: 326 79<42 133 314 333 390 531>\nFore\n-39 610 m 1\n 563 610 l 1\n 571 610 581 611 589 609 c 0\n 612 598 640 568 655 546 c 0\n 657 543 660 538 660 534 c 0\n 659 530 649 531 646 531 c 1\n 405 531 l 1\n 405 -38 l 1\n 389 -37 375 -22 364 -12 c 0\n 351 1 334 16 328 33 c 0\n 324 43 326 56 326 66 c 2\n 326 134 l 1\n 302 127 280 120 255 119 c 0\n 163 115 97 161 51 213 c 0\n 22 244 -10 288 1 346 c 0\n 19 434 152 480 258 435 c 0\n 283 424 306 407 326 389 c 1\n 326 531 l 1\n 65 531 l 1\n 55 531 43 529 34 532 c 0\n 26 534 18 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\n175 363 m 1\n 175 363 258 244 264 236 c 0\n 266 233 268 228 272 228 c 0\n 275 227 279 230 281 232 c 0\n 310 253 326 287 326 326 c 0\n 326 343 325 358 311 362 c 0\n 285 372 248 375 216 371 c 0\n 202 369 189 365 175 363 c 1\n149 352 m 1\n 138 346 127 339 117 331 c 0\n 91 307 71 272 80 227 c 0\n 83 215 87 213 98 210 c 0\n 147 194 195 195 246 212 c 1\n 149 352 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni092D\nEncoding: 2349 2349 983\nWidth: 694\nFlags: W\nHStem: 233 79<197 399> 531 79<361 399 478 655>\nVStem: 117 79<313 394> 400 78<35 232 313 531>\nFore\n-39 610 m 1\n 44 610 96 568 138 521 c 0\n 177 478 196 450 196 380 c 2\n 196 312 l 1\n 399 312 l 1\n 399 531 l 1\n 369 531 l 2\n 348 531 343 535 331 545 c 0\n 317 557 304 570 292 584 c 0\n 286 592 280 600 279 610 c 1\n 612 610 l 1\n 626 610 641 611 655 610 c 0\n 676 608 708 573 719 558 c 1\n 723 554 733 544 733 534 c 0\n 732 530 722 531 719 531 c 1\n 478 531 l 1\n 478 -38 l 1\n 460 -38 436 -11 426 -1 c 0\n 417 9 405 21 400 34 c 0\n 398 41 399 50 399 58 c 1\n 399 233 l 1\n 196 233 l 1\n 196 177 l 2\n 196 170 198 160 194 155 c 0\n 185 140 151 135 131 143 c 0\n 113 150 98 162 84 175 c 0\n 62 194 40 217 28 244 c 0\n 19 265 23 302 41 311 c 0\n 48 314 58 312 65 312 c 2\n 117 312 l 1\n 117 456 l 2\n 117 473 117 503 108 515 c 0\n 101 524 72 529 57 530 c 0\n 32 530 27 533 13 545 c 0\n 2 553 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: y12,15 x15,12 x15,14 \nEndChar\nStartChar: uni092E\nEncoding: 2350 2350 984\nWidth: 694\nFlags: W\nHStem: 239 79<157 399> 531 79<41 76 157 399 478 661>\nVStem: 77 79<319 531> 400 78<35 238 319 531>\nFore\n-39 610 m 1\n 630 610 l 1\n 640 610 652 612 662 609 c 0\n 675 605 697 582 706 573 c 0\n 714 565 721 556 728 547 c 0\n 730 544 733 539 733 534 c 0\n 732 530 722 531 719 531 c 1\n 478 531 l 1\n 478 -38 l 1\n 460 -38 434 -9 423 2 c 0\n 415 11 404 22 400 34 c 0\n 398 41 399 50 399 57 c 1\n 399 239 l 1\n 156 239 l 1\n 156 183 l 2\n 156 176 158 166 154 161 c 0\n 144 145 112 141 91 149 c 0\n 73 156 58 168 44 181 c 0\n 22 200 0 223 -12 250 c 0\n -21 271 -17 308 1 317 c 0\n 8 320 18 318 25 318 c 2\n 77 318 l 1\n 77 531 l 1\n 50 531 l 2\n 31 531 23 535 12 546 c 0\n 1 555 -37 586 -39 610 c 1\n156 318 m 1\n 399 318 l 1\n 399 531 l 1\n 156 531 l 1\n 156 318 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni092F\nEncoding: 2351 2351 985\nWidth: 694\nFlags: W\nHStem: 531 79<41 140 184 398 478 661>\nVStem: 400 78<35 166 356 530>\nFore\n-39 610 m 1\n 630 610 l 1\n 640 610 652 612 662 609 c 0\n 675 605 697 582 706 573 c 0\n 714 565 721 556 728 547 c 0\n 730 544 733 539 733 534 c 0\n 732 530 722 531 719 531 c 1\n 478 531 l 1\n 478 -38 l 1\n 461 -37 445 -20 434 -9 c 0\n 422 3 406 17 400 34 c 0\n 399 39 399 45 399 50 c 1\n 399 167 l 1\n 361 136 302 119 235 131 c 0\n 167 144 111 190 66 240 c 0\n 31 280 22 296 3 340 c 0\n 2 343 0 346 0 350 c 0\n 1 352 3 353 5 353 c 0\n 10 353 14 354 19 354 c 0\n 39 356 58 362 76 371 c 0\n 129 399 159 462 146 520 c 0\n 145 524 144 528 141 530 c 0\n 136 532 128 531 123 531 c 1\n 52 531 l 1\n 31 531 24 534 12 546 c 0\n 1 555 -37 586 -39 610 c 1\n183 531 m 1\n 201 510 215 485 223 458 c 0\n 239 400 215 338 178 309 c 0\n 153 289 121 274 80 274 c 1\n 86 261 91 246 101 235 c 1\n 116 223 148 213 169 209 c 0\n 250 195 330 234 375 303 c 0\n 394 333 399 340 399 378 c 1\n 399 531 l 1\n 183 531 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0930\nEncoding: 2352 2352 986\nWidth: 575\nFlags: W\nHStem: 532 78<34 223 301 542>\nVStem: 224 76<522 530>\nFore\n-39 610 m 1\n 520 610 l 1\n 527 610 536 611 543 609 c 0\n 561 600 597 568 609 546 c 0\n 611 543 614 538 614 534 c 0\n 613 529 600 531 596 531 c 1\n 300 531 l 1\n 300 516 303 502 303 487 c 0\n 305 392 283 248 184 244 c 1\n 215 165 286 108 351 58 c 0\n 376 38 402 20 423 -4 c 0\n 432 -14 442 -25 444 -38 c 1\n 429 -37 416 -24 404 -15 c 0\n 307 60 212 139 143 242 c 0\n 110 292 85 349 85 410 c 1\n 110 407 139 372 155 352 c 0\n 156 350 158 347 161 347 c 0\n 171 347 188 377 192 385 c 0\n 215 428 223 482 224 531 c 1\n 54 531 l 1\n 47 531 40 530 33 532 c 0\n 14 539 -16 570 -29 587 c 0\n -34 594 -39 601 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0931\nEncoding: 2353 2353 987\nWidth: 575\nFlags: W\nHStem: 532 78<34 223 301 542>\nVStem: 144 111<39 40> 224 76<522 530>\nRef: 2364 2364 S 1 0 0 1 0 0\nRef: 2352 2352 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0932\nEncoding: 2354 2354 988\nWidth: 787\nFlags: W\nHStem: 532 78<35 491 571 754>\nVStem: 492 79<41 332 420 531>\nFore\n-39 610 m 1\n 740 610 l 1\n 745 610 750 610 755 609 c 0\n 773 602 809 566 821 547 c 0\n 823 544 826 539 826 534 c 0\n 825 530 815 531 812 531 c 1\n 571 531 l 1\n 571 -38 l 1\n 549 -36 519 -2 507 13 c 0\n 490 33 492 39 492 68 c 1\n 492 333 l 1\n 442 325 390 300 357 261 c 0\n 348 251 339 239 334 226 c 0\n 330 220 329 192 318 190 c 0\n 310 189 300 198 295 203 c 0\n 280 215 265 229 253 245 c 0\n 249 251 243 258 243 266 c 0\n 242 282 255 295 252 311 c 0\n 251 317 250 323 244 326 c 0\n 225 336 181 345 153 339 c 0\n 117 332 78 297 78 249 c 0\n 77 174 118 107 165 53 c 0\n 182 33 201 16 218 -4 c 0\n 227 -14 237 -25 239 -38 c 1\n 226 -37 215 -28 206 -20 c 0\n 184 -1 165 21 146 42 c 0\n 95 98 20 184 3 276 c 0\n -4 318 -4 363 29 394 c 0\n 53 416 83 422 115 419 c 0\n 173 414 224 384 258 350 c 0\n 262 347 268 338 274 338 c 0\n 278 338 289 351 291 353 c 0\n 338 396 416 420 492 420 c 1\n 492 531 l 1\n 67 531 l 2\n 57 531 44 529 34 532 c 0\n 26 534 18 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0933\nEncoding: 2355 2355 989\nWidth: 848\nFlags: W\nHStem: 531 79<41 467 548 815>\nVStem: 468 79<399 531>\nFore\n-39 610 m 1\n 799 610 l 1\n 805 610 811 611 816 609 c 0\n 834 602 869 566 881 548 c 0\n 883 545 887 539 887 534 c 0\n 886 532 884 531 882 531 c 1\n 547 531 l 1\n 547 397 l 1\n 547 378 556 382 567 373 c 0\n 581 365 594 357 606 347 c 0\n 658 304 715 243 717 171 c 0\n 720 99 683 54 638 25 c 0\n 591 -3 532 -7 480 10 c 0\n 448 21 419 39 393 59 c 0\n 377 71 359 84 347 100 c 1\n 346 100 l 1\n 328 68 294 23 252 9 c 0\n 190 -16 139 15 104 44 c 0\n 52 89 -5 150 -1 246 c 0\n 1 306 34 371 93 392 c 0\n 108 398 123 399 139 399 c 0\n 201 399 254 363 292 334 c 0\n 306 323 318 310 332 299 c 1\n 337 313 348 326 357 337 c 0\n 385 371 422 399 468 399 c 1\n 468 531 l 1\n 87 531 l 1\n 48 531 34 527 14 544 c 0\n -1 556 -14 569 -26 584 c 0\n -32 592 -38 600 -39 610 c 1\n318 278 m 0\n 318 285 298 296 292 299 c 0\n 254 318 209 327 168 313 c 0\n 99 286 59 195 86 110 c 0\n 88 103 90 93 95 88 c 0\n 100 82 112 81 119 80 c 0\n 144 77 170 83 192 96 c 0\n 241 125 270 179 294 228 c 0\n 300 239 305 251 311 262 c 0\n 313 267 318 273 318 278 c 0\n621 169 m 0\n 637 200 643 239 632 278 c 0\n 630 285 627 294 622 300 c 0\n 616 307 602 310 593 313 c 0\n 564 321 534 323 505 313 c 0\n 447 291 411 227 384 174 c 0\n 378 162 373 150 367 138 c 0\n 364 133 360 127 359 121 c 0\n 359 114 378 103 384 101 c 0\n 473 53 580 88 621 169 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0934\nEncoding: 2356 2356 990\nWidth: 848\nFlags: W\nHStem: 531 79<41 467 548 815>\nVStem: -36 111<-24 -23> 468 79<399 531>\nRef: 2364 2364 S 1 0 0 1 -180 -63\nRef: 2355 2355 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0935\nEncoding: 2357 2357 991\nWidth: 621\nFlags: W\nHStem: 532 78<35 325 405 588>\nVStem: 326 79<42 133 309.103 341.923 390 531>\nFore\n-39 610 m 1\n 563 610 l 1\n 571 610 581 611 589 609 c 0\n 612 598 640 568 655 546 c 0\n 657 543 660 538 660 534 c 0\n 659 530 649 531 646 531 c 1\n 405 531 l 1\n 405 -38 l 1\n 389 -37 375 -22 364 -12 c 0\n 351 1 334 16 328 33 c 0\n 324 43 326 56 326 66 c 2\n 326 134 l 1\n 302 127 280 120 255 119 c 0\n 163 115 97 161 51 213 c 0\n 22 244 -10 288 1 346 c 0\n 19 434 152 480 258 435 c 0\n 283 424 306 407 326 389 c 1\n 326 531 l 1\n 65 531 l 1\n 55 531 43 529 34 532 c 0\n 26 534 18 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\n168 198 m 0\n 254 198 334 241 325 342 c 0\n 324 347 324 353 321 356 c 0\n 316 362 305 364 298 366 c 0\n 276 371 252 375 230 373 c 0\n 174 367 109 346 86 289 c 0\n 79 269 75 251 80 228 c 0\n 81 224 82 220 84 217 c 0\n 89 211 99 209 106 207 c 0\n 126 201 147 198 168 198 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0937\nEncoding: 2359 2359 992\nWidth: 615\nFlags: W\nHStem: 531 79<121 319 399 582>\nVStem: 321 78<35 197 342 530>\nDStem: 102 471 120 531 283 297 320 341\nFore\n-39 610 m 1\n 557 610 l 1\n 565 610 575 611 583 609 c 0\n 605 598 634 568 649 546 c 0\n 651 543 654 538 654 534 c 0\n 653 530 643 531 640 531 c 1\n 399 531 l 1\n 399 -38 l 1\n 381 -37 364 -18 352 -6 c 0\n 341 5 326 19 321 34 c 0\n 319 40 320 47 320 53 c 1\n 320 198 l 1\n 274 183 223 182 180 205 c 0\n 163 215 148 228 133 241 c 0\n 74 293 41 364 29 441 c 0\n 25 464 22 488 22 511 c 0\n 22 520 21 529 23 538 c 1\n 4 549 -12 566 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\n120 531 m 1\n 320 341 l 1\n 320 531 l 1\n 120 531 l 1\n102 471 m 1\n 102 458 101 444 101 431 c 0\n 104 377 114 331 130 288 c 0\n 133 283 135 277 139 273 c 0\n 147 267 161 267 171 266 c 0\n 199 264 229 271 255 282 c 0\n 265 286 273 293 283 297 c 1\n 102 471 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0938\nEncoding: 2360 2360 993\nWidth: 734\nFlags: W\nHStem: 531 79<40 131 210 439 518 701>\nVStem: 439 79<37 267 382 530>\nFore\n-39 610 m 1\n 667 610 l 1\n 678 610 692 612 702 609 c 0\n 720 603 755 566 768 547 c 0\n 770 544 773 539 773 534 c 0\n 772 530 762 531 759 531 c 1\n 518 531 l 1\n 518 -38 l 1\n 498 -36 451 7 441 33 c 0\n 438 41 439 50 439 58 c 1\n 439 268 l 1\n 421 264 403 260 384 257 c 0\n 290 246 233 270 169 299 c 1\n 156 271 122 253 92 252 c 1\n 112 178 178 92 222 38 c 0\n 233 24 264 -7 276 -28 c 0\n 277 -30 278 -33 277 -35 c 0\n 274 -47 246 -20 245 -19 c 0\n 217 6 193 37 169 66 c 0\n 121 125 75 186 41 254 c 0\n 16 303 -1 355 -1 410 c 1\n 10 409 18 403 26 396 c 0\n 42 383 58 368 69 351 c 1\n 70 351 83 365 84 367 c 0\n 110 400 122 445 128 492 c 0\n 130 505 130 518 132 531 c 1\n 65 531 l 2\n 55 531 42 529 32 533 c 0\n 15 539 1 555 -12 568 c 0\n -23 579 -38 594 -39 610 c 1\n209 531 m 1\n 209 519 211 508 211 496 c 0\n 212 448 207 382 191 343 c 1\n 213 339 235 335 257 334 c 0\n 323 331 375 349 423 371 c 0\n 428 374 435 376 438 381 c 0\n 440 386 439 392 439 396 c 1\n 439 531 l 1\n 209 531 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0939\nEncoding: 2361 2361 994\nWidth: 609\nFlags: W\nHStem: 387.424 79.5758<265 310> 532 78<35 310 390 576>\nVStem: 311 79<468 531>\nFore\n-39 610 m 1\n 551 610 l 1\n 559 610 569 611 577 609 c 0\n 599 598 628 568 643 546 c 0\n 645 543 648 538 648 534 c 0\n 647 529 637 531 633 531 c 1\n 390 531 l 1\n 390 398 l 0\n 390 395 390 391 387 389 c 0\n 382 386 373 388 367 388 c 2\n 316 388 l 2\n 260 388 141 387 96 359 c 0\n 87 353 79 345 78 334 c 0\n 77 322 82 289 91 280 c 0\n 98 275 118 270 129 269 c 128\n 140 268 152 271 163 273 c 0\n 269 285 331 250 380 195 c 0\n 393 181 405 167 413 150 c 0\n 440 97 401 31 357 6 c 0\n 353 4 349 2 345 1 c 0\n 337 0 328 8 322 12 c 0\n 306 24 291 39 279 55 c 0\n 275 60 268 68 268 75 c 0\n 268 80 275 83 279 85 c 0\n 314 106 339 143 342 188 c 1\n 329 190 316 193 302 195 c 0\n 266 198 223 193 192 184 c 0\n 146 170 88 144 79 90 c 0\n 78 84 78 78 78 72 c 0\n 80 49 90 25 103 10 c 0\n 145 -32 242 -81 302 -107 c 0\n 321 -115 341 -122 360 -130 c 0\n 383 -140 403 -162 419 -181 c 0\n 426 -189 433 -198 434 -209 c 1\n 414 -207 338 -171 319 -162 c 0\n 217 -111 119 -50 48 40 c 0\n 17 79 -15 133 5 184 c 0\n 13 202 23 217 39 227 c 0\n 53 238 68 246 84 252 c 1\n 54 276 27 312 10 349 c 0\n 4 365 0 383 -1 400 c 0\n -1 426 10 434 28 443 c 0\n 98 470 224 467 311 467 c 1\n 311 531 l 1\n 64 531 l 1\n 55 531 43 529 34 532 c 0\n 26 534 18 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni093C\nEncoding: 2364 2364 995\nWidth: 398\nFlags: W\nVStem: 144 111<39 40>\nFore\n199 95 m 1\n 255 40 l 1\n 255 39 l 1\n 200 -16 l 1\n 199 -16 l 1\n 144 39 l 1\n 144 40 l 1\n 199 95 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni093D\nEncoding: 2365 2365 996\nWidth: 569\nFlags: W\nHStem: 532 78<286 364>\nFore\n218 611 m 0\n 229 612 240 611 251 611 c 0\n 273 611 296 610 318 610 c 0\n 348 610 l 0\n 354 610 360 611 365 609 c 0\n 387 601 415 569 429 551 c 0\n 432 547 435 543 436 538 c 0\n 441 527 421 531 416 531 c 0\n 399 531 382 532 365 532 c 0\n 267 532 138 536 121 445 c 0\n 116 415 122 382 139 367 c 0\n 166 346 197 330 226 310 c 0\n 272 279 334 225 362 171 c 0\n 392 115 379 42 332 -1 c 0\n 292 -37 229 -52 171 -23 c 0\n 150 -12 131 3 113 19 c 0\n 50 76 10 137 0 238 c 0\n 0 245 0 252 -1 259 c 0\n -1 277 19 260 24 256 c 0\n 35 247 69 218 76 198 c 0\n 79 191 79 182 79 175 c 0\n 79 169 80 162 81 156 c 0\n 83 128 94 77 111 55 c 0\n 117 46 139 42 153 41 c 0\n 204 36 256 67 280 111 c 0\n 295 138 302 169 297 199 c 0\n 296 210 293 222 287 231 c 128\n 281 240 269 246 260 252 c 2\n 200 290 l 2\n 150 323 103 364 69 413 c 0\n 39 457 23 527 66 569 c 0\n 103 606 156 605 218 611 c 0\nEndSplineSet\nEndChar\nStartChar: uni093E\nEncoding: 2366 2366 997\nWidth: 341\nFlags: W\nHStem: 531 79<41 45 125 304>\nVStem: 46 79<42 531>\nFore\n-39 610 m 1\n 265 610 l 1\n 278 610 291 611 304 610 c 0\n 313 609 320 602 327 597 c 0\n 340 586 368 561 378 541 c 0\n 379 539 380 536 380 534 c 0\n 378 529 368 531 365 531 c 1\n 125 531 l 1\n 125 -38 l 1\n 103 -37 69 0 57 17 c 0\n 47 30 46 35 46 53 c 1\n 46 531 l 1\n 28 531 18 539 8 549 c 0\n -3 559 -37 587 -39 610 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni093F\nEncoding: 2367 2367 998\nWidth: 341\nFlags: W\nHStem: 531 79<41 45 126 308>\nVStem: 46 79<42 531 610 740>\nFore\n46 610 m 1\n 46 771 l 2\n 46 813 45 833 66 857 c 0\n 98 889 148 897 197 893 c 0\n 279 888 358 856 432 822 c 0\n 445 816 459 810 471 803 c 0\n 487 793 500 779 513 765 c 0\n 522 755 533 744 534 730 c 1\n 523 731 514 737 504 741 c 0\n 446 770 362 803 292 812 c 0\n 267 815 241 817 216 813 c 0\n 178 806 135 786 127 745 c 0\n 123 729 125 712 125 696 c 2\n 125 610 l 1\n 288 610 l 1\n 295 610 302 611 309 609 c 0\n 319 605 327 597 335 590 c 0\n 349 578 362 565 373 550 c 0\n 375 547 382 538 379 533 c 0\n 377 529 367 531 363 531 c 1\n 125 531 l 1\n 125 -38 l 1\n 103 -37 69 0 57 17 c 0\n 47 30 46 35 46 53 c 1\n 46 531 l 1\n 28 531 18 539 8 549 c 0\n -3 559 -37 587 -39 610 c 1\n 46 610 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni0940\nEncoding: 2368 2368 999\nWidth: 341\nFlags: W\nHStem: 531 79<43 43 125 307>\nVStem: 46 79<42 531>\nFore\n44 610 m 1\n 32 652 1 731 -27 770 c 0\n -31 776 -35 783 -40 787 c 0\n -53 799 -71 805 -87 809 c 0\n -177 832 -252 780 -282 716 c 0\n -286 706 -293 676 -297 674 c 0\n -303 671 -317 683 -320 686 c 0\n -333 696 -345 708 -356 721 c 0\n -369 734 -376 743 -370 765 c 0\n -348 855 -258 907 -169 891 c 0\n -126 883 -90 860 -57 832 c 0\n 11 776 58 706 94 622 c 0\n 97 610 104 610 116 610 c 1\n 290 610 l 1\n 296 610 302 611 308 609 c 0\n 328 601 355 572 368 556 c 0\n 372 551 377 545 379 539 c 0\n 383 527 363 531 355 531 c 1\n 125 531 l 1\n 125 -38 l 1\n 103 -37 69 0 57 17 c 0\n 47 30 46 35 46 53 c 1\n 46 531 l 1\n 28 531 18 539 8 549 c 0\n -3 559 -37 587 -39 610 c 1\n 44 610 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni0941\nEncoding: 2369 2369 1000\nWidth: 0\nFlags: W\nFore\n-38 67 m 0\n 24 73 96 14 119 -42 c 0\n 137 -82 131 -131 94 -157 c 0\n 61 -180 19 -182 -19 -177 c 0\n -141 -160 -251 -64 -312 33 c 0\n -314.751 36.8512 -338.339 65 -320 65 c 0\n -314 64 -309 60 -305 56 c 0\n -286 42 -275 23 -262 4 c 0\n -220 -59 -153 -103 -79 -116 c 0\n -46 -122 -8 -122 23 -108 c 0\n 54 -93 73 -63 70 -28 c 0\n 68 -17 67 -2 56 3 c 0\n 47 7 36 8 26 8 c 0\n -12 8 -42 -10 -63 -31 c 0\n -66 -35 -70 -41 -75 -41 c 0\n -88 -44 -112 -14 -119 -7 c 1\n -122 -2 -128 5 -128 12 c 0\n -128 21 -113 33 -108 37 c 0\n -88 54 -64 64 -38 67 c 0\nEndSplineSet\nEndChar\nStartChar: uni0942\nEncoding: 2370 2370 1001\nWidth: 0\nFlags: W\nFore\n-118 87 m 0\n -77 91 -36 75 -1 54 c 0\n 86 1 154 -81 214 -162 c 0\n 219 -168 224 -175 227 -182 c 0\n 228 -185 228 -189 225 -190 c 0\n 217 -192 207 -183 202 -179 c 0\n 183 -163 169 -142 154 -122 c 0\n 113 -68 51 13 -34 27 c 0\n -63 31 -96 26 -119 6 c 0\n -139 -10 -149 -50 -130 -72 c 0\n -126 -77 -118 -80 -112 -83 c 0\n -82 -96 -63 -96 -37 -87 c 0\n -33 -86 -29 -84 -25 -84 c 128\n -21 -84 -17 -86 -14 -88 c 0\n 0 -96 12 -109 22 -122 c 0\n 25 -126 30 -133 28 -139 c 0\n 24 -147 4 -151 -7 -152 c 0\n -77 -158 -155 -93 -186 -34 c 0\n -199 -10 -203 17 -192 43 c 0\n -178 71 -147 84 -118 87 c 0\nEndSplineSet\nEndChar\nStartChar: uni0943\nEncoding: 2371 2371 1002\nWidth: 0\nFlags: W\nFore\n10 67 m 0\n 18 67 27 68 34 66 c 0\n 49 62 63 48 72 36 c 0\n 77 31 81 26 83 20 c 1\n 85 18 86 14 85 11 c 0\n 83 7 74 8 70 8 c 0\n 21 5 -22 -1 -60 -22 c 0\n -81 -32 -102 -51 -98 -83 c 0\n -96 -93 -92 -96 -84 -99 c 0\n -35 -120 35 -126 88 -108 c 0\n 93 -107 99 -104 105 -105 c 0\n 123 -111 140 -129 150 -143 c 0\n 153 -148 161 -159 153 -164 c 0\n 141 -171 107 -176 89 -177 c 0\n 16 -183 -58 -161 -111 -109 c 0\n -137 -83 -173 -39 -152 2 c 0\n -142 26 -108 43 -81 51 c 0\n -51 60 -21 64 10 67 c 0\nEndSplineSet\nEndChar\nStartChar: uni0944\nEncoding: 2372 2372 1003\nWidth: 0\nFlags: W\nHStem: -156.336 54.0473<-30 -14>\nFore\n-106 -105 m 1\n -126 -85 -146 -62 -154 -34 c 0\n -174 37 -105 55 -48 62 c 0\n -34 64 -21 66 -7 66 c 128\n 7 66 23 70 36 65 c 0\n 51 60 77 36 84 18 c 0\n 89 7 78 8 71 8 c 0\n 25 8 -32 2 -69 -18 c 0\n -88 -29 -101 -45 -98 -68 c 0\n -98 -83 -92 -86 -82 -91 c 0\n -29 -111 43 -105 87 -83 c 0\n 92 -81 97 -78 102 -78 c 0\n 108 -77 113 -81 118 -84 c 0\n 130 -92 140 -103 148 -114 c 0\n 152 -118 156 -124 156 -130 c 0\n 157 -137 148 -140 143 -142 c 0\n 104 -158 69 -166 18 -162 c 0\n 0 -160 -19 -152 -37 -158 c 0\n -65 -166 -92 -198 -82 -229 c 0\n -78 -241 -52 -246 -39 -250 c 0\n 26 -264 87 -244 130 -215 c 0\n 135 -211 140 -206 146 -205 c 0\n 152 -205 158 -210 162 -213 c 0\n 174 -221 185 -232 193 -244 c 0\n 198 -251 202 -259 195 -266 c 0\n 177 -283 152 -294 129 -302 c 0\n 59 -325 -22 -313 -79 -266 c 0\n -113 -238 -158 -189 -137 -139 c 0\n -132 -125 -119 -111 -106 -105 c 1\nEndSplineSet\nEndChar\nStartChar: uni0945\nEncoding: 2373 2373 1004\nWidth: 415\nFlags: W\nFore\n-26 882 m 0\n -22 885 -15 880 -11 877 c 0\n 1 869 12 858 21 846 c 0\n 28 837 30 827 33 817 c 0\n 37 807 41 798 47 789 c 0\n 64 760 104 746 136 743 c 0\n 149 742 162 741 175 744 c 0\n 215 754 267 805 253 867 c 0\n 252 871 247 882 253 883 c 128\n 259 884 267 878 271 875 c 0\n 285 864 300 850 307 833 c 0\n 327 784 303 726 259 698 c 0\n 233 681 204 681 175 686 c 0\n 95 700 6 775 -22 856 c 0\n -24 862 -27 869 -28 875 c 0\n -29 877 -29 881 -26 882 c 0\nEndSplineSet\nEndChar\nStartChar: uni0947\nEncoding: 2375 2375 1005\nWidth: 615\nFlags: W\nFore\n-39 894 m 1\n -14 894 11 892 36 887 c 0\n 177 858 300 747 381 640 c 0\n 386 633 392 627 395 619 c 1\n 397 617 399 612 396 610 c 0\n 391 605 372 621 369 624 c 0\n 344 645 326 672 305 696 c 0\n 257 751 189 789 118 805 c 0\n 100 809 82 813 64 814 c 0\n 58 814 53 815 47 815 c 0\n 18 815 -11 849 -25 867 c 0\n -32 875 -38 883 -39 894 c 1\nEndSplineSet\nEndChar\nStartChar: uni0948\nEncoding: 2376 2376 1006\nWidth: 615\nFlags: W\nFore\n315 695 m 1\n 304 727 282 770 258 794 c 0\n 228 821 186 836 138 842 c 0\n 129 843 118 841 109 845 c 0\n 91 852 54 889 41 911 c 0\n 40 913 39 916 39 919 c 0\n 40 922 43 922 46 922 c 0\n 53 922 60 921 67 921 c 0\n 161 912 236 849 289 792 c 0\n 344 733 368 691 397 618 c 0\n 397 616 398 613 397 611 c 0\n 393 604 374 620 371 622 c 0\n 297 668 188 723 68 729 c 0\n 62 729 56 730 50 730 c 0\n 43 730 36 729 30 732 c 0\n 13 741 -12 766 -25 781 c 0\n -31 789 -38 798 -39 809 c 1\n 50 809 137 786 218 748 c 0\n 252 732 283 713 315 695 c 1\nEndSplineSet\nEndChar\nStartChar: uni0949\nEncoding: 2377 2377 1007\nWidth: 341\nFlags: W\nHStem: 531 79<41 45 125 304>\nVStem: 46 79<42 531>\nRef: 2373 2373 S 1 0 0 1 0 0\nRef: 2366 2366 N 1 0 0 1 0 0\nEndChar\nStartChar: uni094B\nEncoding: 2379 2379 1008\nWidth: 341\nFlags: W\nHStem: 531 79<40 43 125 307>\nVStem: 46 79<42 531>\nFore\n44 610 m 1\n 24 657 0 707 -38 743 c 0\n -82 784 -137 804 -207 814 c 0\n -217 815 -229 813 -239 816 c 0\n -259 821 -297 861 -310 883 c 0\n -311 885 -312 888 -312 891 c 0\n -311 895 -303 894 -300 894 c 0\n -235 894 -172 868 -124 839 c 0\n -53 795 27 716 73 639 c 0\n 74 638 87 615 91 612 c 0\n 96 609 104 610 109 610 c 1\n 289 610 l 1\n 295 610 302 611 308 609 c 0\n 328 601 355 572 368 556 c 0\n 372 551 377 545 379 539 c 0\n 383 527 363 531 355 531 c 1\n 125 531 l 1\n 125 -38 l 1\n 103 -37 69 0 57 17 c 0\n 47 30 46 35 46 53 c 1\n 46 531 l 1\n 28 531 18 539 8 549 c 0\n -3 559 -37 587 -39 610 c 1\n 44 610 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni094C\nEncoding: 2380 2380 1009\nWidth: 341\nFlags: W\nHStem: 531 79<40 40 125 308>\nVStem: 46 79<42 531>\nFore\n48 637 m 1\n 48 689 28 759 -2 792 c 0\n -19 809 -56 824 -80 832 c 0\n -97 837 -115 840 -133 842 c 0\n -143 843 -155 841 -164 845 c 0\n -180 850 -219 888 -229 907 c 0\n -231 910 -235 915 -234 919 c 0\n -233 922 -228 922 -225 922 c 0\n -115 922 -30 854 26 793 c 0\n 60 757 116 686 123 610 c 1\n 288 610 l 1\n 295 610 302 611 309 609 c 0\n 329 600 360 568 373 550 c 0\n 375 547 382 538 379 533 c 0\n 377 529 367 531 363 531 c 1\n 125 531 l 1\n 125 -38 l 1\n 103 -37 69 0 57 17 c 0\n 47 30 46 35 46 53 c 1\n 46 531 l 1\n 28 531 18 539 8 549 c 0\n -3 559 -37 587 -39 610 c 1\n 41 610 l 1\n 18 641 -3 659 -37 678 c 0\n -79 702 -144 726 -207 729 c 0\n -213 729 -219 730 -225 730 c 0\n -245 730 -252 736 -263 746 c 0\n -273 754 -304 782 -311 801 c 0\n -313 807 -310 809 -304 809 c 0\n -268 809 -227 802 -194 793 c 0\n -108 769 -9 704 48 637 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni094D\nEncoding: 2381 2381 1010\nWidth: 0\nFlags: W\nFore\n-39 -16 m 1\n 95 -16 188 -99 254 -180 c 0\n 261 -189 269 -198 270 -209 c 1\n 252 -207 225 -181 214 -168 c 0\n 206 -158 198 -148 187 -140 c 0\n 154 -117 110 -101 60 -96 c 0\n 52 -96 41 -96 33 -94 c 0\n 15 -87 -16 -56 -29 -39 c 0\n -34 -32 -39 -25 -39 -16 c 1\nEndSplineSet\nEndChar\nStartChar: uni0950\nEncoding: 2384 2384 1011\nWidth: 1047\nFlags: W\nVStem: 580 111<626 627>\nFore\n635 682 m 1\n 691 627 l 1\n 691 626 l 1\n 636 571 l 1\n 635 571 l 1\n 580 626 l 1\n 580 627 l 1\n 635 682 l 1\n399 638 m 1\n 413 637 426 624 436 615 c 0\n 450 602 463 589 473 573 c 128\n 483 557 489 539 500 524 c 0\n 524 492 592 471 642 468 c 0\n 689 465 716 477 742 500 c 0\n 770 523 798 567 796 611 c 0\n 796 618 794 624 794 631 c 0\n 794 634 794 637 797 637 c 0\n 809 637 836 611 843 603 c 0\n 864 580 875 571 875 533 c 0\n 875 467 823 406 764 391 c 0\n 747 387 729 388 712 389 c 0\n 604 397 523 464 465 530 c 0\n 446 552 429 576 414 601 c 0\n 408 612 400 625 399 638 c 1\n409 202 m 1\n 423 209 434 221 447 230 c 0\n 470 246 495 261 521 273 c 0\n 584 300 659 302 722 273 c 0\n 754 258 782 236 807 211 c 0\n 830 188 854 160 866 129 c 0\n 872 113 876 82 864 70 c 0\n 852 52 833 54 814 51 c 0\n 780 45 753 22 744 -9 c 0\n 743 -14 742 -20 741 -25 c 0\n 741 -28 741 -32 740 -35 c 0\n 736 -41 725 -33 722 -31 c 0\n 706 -19 691 -5 679 10 c 0\n 662 27 660 34 663 60 c 0\n 670 97 699 124 739 131 c 0\n 752 132 766 131 777 139 c 0\n 790 148 795 165 792 180 c 0\n 791 185 791 191 787 194 c 0\n 781 200 766 204 756 207 c 0\n 638 238 556 175 484 120 c 0\n 470 108 462 107 466 88 c 2\n 466 62 l 2\n 462 24 443 -14 407 -31 c 0\n 393 -37 378 -38 363 -38 c 0\n 248 -38 153 7 76 68 c 0\n 56 85 36 101 19 121 c 0\n 12 128 3 138 1 148 c 0\n 0 152 2 154 6 153 c 0\n 12 152 17 148 21 144 c 0\n 41 129 59 112 81 99 c 0\n 128 68 193 49 258 43 c 0\n 278 41 299 39 318 44 c 0\n 357 55 391 102 387 156 c 0\n 386 167 381 201 371 208 c 0\n 364 215 345 221 334 225 c 0\n 309 231 311 233 294 225 c 2\n 274 216 l 2\n 264 212 214 197 190 200 c 0\n 170 203 135 242 121 260 c 0\n 119 264 116 268 114 273 c 0\n 113 281 126 279 131 280 c 0\n 200 287 258 317 290 367 c 0\n 300 383 308 404 306 424 c 0\n 304 436 293 437 283 439 c 0\n 213 452 147 438 90 421 c 0\n 74 414 66 419 55 428 c 0\n 36 443 21 459 7 478 c 0\n 4 482 1 486 0 490 c 0\n -1 497 9 499 14 500 c 0\n 88 523 199 539 268 498 c 0\n 281 491 293 482 305 472 c 0\n 345 438 392 389 384 332 c 0\n 382 314 374 297 364 282 c 0\n 362 280 350 268 350 261 c 0\n 352 257 364 248 368 244 c 0\n 382 232 399 218 409 202 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0958\nEncoding: 2392 2392 1012\nWidth: 743\nFlags: W\nHStem: 531 79<41 274 355 698>\nVStem: 88 111<39 40> 275 79<38 134 399 531>\nFore\n-39 610 m 1\n 696 610 l 1\n 716 610 715 606 727 599 c 0\n 743 587 764 565 776 548 c 0\n 778 544 782 540 782 535 c 0\n 782 532 779 531 776 531 c 1\n 354 531 l 1\n 354 398 l 1\n 370 403 386 408 403 409 c 0\n 466 412 519 374 559 329 c 0\n 579 307 598 284 607 256 c 0\n 617 222 611 183 606 149 c 0\n 602 118 592 60 580 28 c 0\n 578 22 575 18 568 21 c 0\n 551 27 526 55 515 68 c 0\n 509 74 503 82 500 90 c 0\n 498 97 501 103 503 109 c 0\n 517 161 526 209 531 264 c 0\n 532 274 536 311 528 321 c 0\n 521 328 497 330 486 330 c 0\n 440 330 397 306 369 270 c 0\n 356 254 355 251 355 228 c 0\n 354 210 354 191 354 173 c 2\n 354 -38 l 1\n 338 -37 324 -22 313 -12 c 0\n 300 1 283 16 277 33 c 0\n 273 43 275 56 275 66 c 2\n 275 135 l 1\n 256 130 238 125 219 124 c 0\n 137 119 85 162 45 207 c 0\n 16 239 -8 278 1 323 c 0\n 16 400 126 452 216 428 c 0\n 238 422 257 411 275 397 c 1\n 275 531 l 1\n 57 531 l 1\n 29 531 27 535 10 547 c 0\n -3 558 -15 570 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\n274 293 m 0\n 277 307 275 321 275 335 c 0\n 275 339 276 346 273 350 c 1\n 269 353 262 353 258 353 c 0\n 243 355 228 354 213 351 c 0\n 155 341 87 305 79 241 c 0\n 78 234 78 228 79 221 c 0\n 79 208 89 209 98 207 c 0\n 114 203 131 202 148 204 c 0\n 200 209 264 235 274 293 c 0\n143 95 m 1\n 199 40 l 1\n 199 39 l 1\n 144 -16 l 1\n 143 -16 l 1\n 88 39 l 1\n 88 40 l 1\n 143 95 l 1\nEndSplineSet\nMinimumDistance: y3,6 x6,3 x6,5 \nEndChar\nStartChar: uni0959\nEncoding: 2393 2393 1013\nWidth: 798\nFlags: W\nHStem: 135 79<374 453> 531 79<37 130 210 502 582 765>\nVStem: 131 78<522 530> 297 111<1 2> 503 79<42 141 296 346 388 530>\nFore\n-39 610 m 1\n 750 610 l 1\n 755 610 761 610 766 609 c 0\n 784 602 820 566 832 547 c 0\n 834 544 837 539 837 534 c 0\n 836 530 826 531 823 531 c 1\n 582 531 l 1\n 582 -38 l 1\n 566 -37 551 -22 540 -11 c 0\n 527 1 511 16 505 33 c 0\n 501 43 503 57 503 68 c 2\n 503 142 l 1\n 487 137 470 135 453 135 c 0\n 368 135 318 178 275 224 c 0\n 245 256 220 294 227 340 c 0\n 241 419 364 463 456 419 c 0\n 473 411 489 399 503 387 c 1\n 503 531 l 1\n 209 531 l 1\n 209 520 211 509 211 498 c 0\n 212 439 208 376 181 322 c 0\n 174 308 166 294 156 283 c 0\n 139 265 116 254 91 253 c 1\n 96 231 106 210 115 189 c 0\n 147 118 199 48 247 -14 c 0\n 250 -18 253 -23 256 -28 c 0\n 257 -30 258 -33 257 -35 c 0\n 254 -46 227 -21 226 -20 c 0\n 198 4 176 35 155 65 c 0\n 111 125 69 186 38 254 c 0\n 15 303 -1 356 -1 410 c 1\n 9 409 17 403 25 397 c 0\n 40 385 58 370 67 353 c 1\n 100 373 120 437 126 482 c 0\n 129 498 131 515 131 531 c 1\n 64 531 l 2\n 54 531 41 529 32 533 c 0\n 14 539 0 556 -13 569 c 0\n -24 580 -38 594 -39 610 c 1\n502 295 m 0\n 505 307 503 321 503 334 c 0\n 503 338 504 345 501 348 c 0\n 493 356 455 358 440 357 c 0\n 384 352 317 325 306 262 c 0\n 305 253 303 238 309 229 c 0\n 315 219 359 214 374 214 c 0\n 427 213 491 236 502 295 c 0\n352 57 m 1\n 408 2 l 1\n 408 1 l 1\n 353 -54 l 1\n 352 -54 l 1\n 297 1 l 1\n 297 2 l 1\n 352 57 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni095A\nEncoding: 2394 2394 1014\nWidth: 694\nFlags: W\nHStem: 531 79<37 78 151 399 478 661>\nVStem: 112 80.7717<255.008 279> 207 111<39 40> 399 79<38 530>\nFore\n-39 610 m 1\n 630 610 l 1\n 640 610 652 612 662 609 c 0\n 675 605 697 582 706 573 c 0\n 714 565 721 556 728 547 c 0\n 730 544 733 539 733 534 c 0\n 732 530 722 531 719 531 c 1\n 478 531 l 1\n 478 -38 l 1\n 456 -37 422 0 410 17 c 0\n 400 30 399 35 399 53 c 1\n 399 531 l 1\n 150 531 l 1\n 160 506 166 479 172 453 c 0\n 189 378 193 302 193 226 c 2\n 193 210 l 2\n 193 182 190 140 156 133 c 0\n 137 129 115 135 101 141 c 0\n 71 153 46 178 26 202 c 0\n 13 216 -1 233 -1 258 c 0\n -1 277 2 307 26 310 c 0\n 53 313 94 273 112 255 c 1\n 112 263 114 271 114 279 c 0\n 115 296 113 313 113 330 c 2\n 113 371 l 2\n 111 419 105 462 97 506 c 0\n 95 513 95 522 91 528 c 0\n 88 532 81 531 76 531 c 0\n 63 531 50 530 37 531 c 0\n 17 536 -14 569 -26 584 c 0\n -32 592 -38 600 -39 610 c 1\n262 95 m 1\n 318 40 l 1\n 318 39 l 1\n 263 -16 l 1\n 262 -16 l 1\n 207 39 l 1\n 207 40 l 1\n 262 95 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni095B\nEncoding: 2395 2395 1015\nWidth: 814\nFlags: W\nHStem: 337 79<316 519> 531 79<41 519 598 781>\nVStem: 391 111<39 40> 519 79<38 336 416 531>\nFore\n-39 610 m 1\n 766 610 l 1\n 771 610 777 610 782 609 c 0\n 801 601 834 567 847 548 c 0\n 849 545 853 539 853 534 c 0\n 852 530 842 531 839 531 c 1\n 598 531 l 1\n 598 -38 l 1\n 576 -36 546 -2 534 13 c 0\n 516 34 519 39 519 69 c 1\n 519 337 l 1\n 315 337 l 1\n 341 309 383 261 397 214 c 0\n 413 168 416 103 372 72 c 0\n 355 61 345 58 321 58 c 0\n 263 58 208 101 173 131 c 0\n 106 188 31 278 5 379 c 0\n 3 387 2 396 0 404 c 0\n 0 407 -1 411 1 414 c 0\n 4 420 21 406 23 405 c 0\n 42 390 63 371 75 349 c 0\n 79 341 80 331 81 322 c 0\n 92.5479 266.827 125.357 195.806 169 165 c 0\n 197 147 253 123 290 148 c 0\n 334 175 335 235 320 279 c 0\n 314 297 305 319 290 332 c 0\n 283 338 274 343 267 349 c 0\n 254 359 241 371 230 384 c 0\n 222 393 213 403 212 416 c 1\n 519 416 l 1\n 519 531 l 1\n 51 531 l 1\n 31 531 23 535 12 546 c 0\n 1 555 -37 586 -39 610 c 1\n446 95 m 1\n 502 40 l 1\n 502 39 l 1\n 447 -16 l 1\n 446 -16 l 1\n 391 39 l 1\n 391 40 l 1\n 446 95 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni095C\nEncoding: 2396 2396 1016\nWidth: 653\nFlags: W\nHStem: 384.722 77.2784<281 281 329 364> 531 79<36 364 444 620>\nVStem: 241 111<-77 -76> 365 79<463 531>\nFore\n-39 610 m 1\n 592 610 l 1\n 601 610 612 612 621 609 c 0\n 644 598 672 568 687 546 c 0\n 689 543 692 538 692 534 c 0\n 691 530 681 531 678 531 c 1\n 444 531 l 1\n 444 383 l 1\n 402 383 307 389 262 383 c 0\n 233 379 202 369 187 342 c 0\n 182 333 180 322 178 312 c 1\n 217 312 255 317 293 319 c 0\n 330 321 367 320 399 298 c 0\n 426 279 469 240 480 201 c 0\n 482 193 483 184 483 175 c 0\n 483 87 392 50 312 44 c 0\n 220 36 157 78 105 125 c 0\n 65 162 14 219 0 288 c 0\n 0 290 -1 293 1 295 c 0\n 5 299 23 285 25 284 c 0\n 37 274 70 245 77 224 c 0\n 80 218 81 211 83 204 c 0\n 86 191 96 163 108 153 c 0\n 114 148 122 144 129 141 c 0\n 157 127 195 120 236 123 c 0\n 294 127 362 147 392 201 c 0\n 399 214 401 227 404 241 c 1\n 365 241 327 236 289 234 c 0\n 263 232 237 232 212 240 c 0\n 181 251 155 276 134 300 c 0\n 121 315 109 331 103 350 c 0\n 92 385 101 427 134 446 c 0\n 186 477 292 462 365 462 c 1\n 365 531 l 1\n 72 531 l 1\n 60 531 47 529 36 531 c 0\n 27 533 20 539 13 545 c 0\n 2 553 -37 586 -39 610 c 1\n296 -21 m 1\n 352 -76 l 1\n 352 -77 l 1\n 297 -132 l 1\n 296 -132 l 1\n 241 -77 l 1\n 241 -76 l 1\n 296 -21 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni095D\nEncoding: 2397 2397 1017\nWidth: 609\nFlags: W\nHStem: 370.031 79.9686<279 332> 532 78<36 332 412 569>\nVStem: 251 111<-116 -115> 333 79<451 531>\nFore\n-39 610 m 1\n 551 610 l 1\n 577 610 581 608 596 596 c 0\n 604 590 640 558 646 540 c 0\n 654 527 632 531 625 531 c 1\n 412 531 l 1\n 412 371 l 1\n 313 371 186 378 121 329 c 0\n 74 292 73 229 84 176 c 0\n 87 163 91 150 97 138 c 0\n 104 117 118 112 137 103 c 0\n 166 91 197 85 228 81 c 1\n 210 101 190 126 188 154 c 0\n 187 178 196 200 210 218 c 0\n 238 254 288 283 335 277 c 0\n 360 274 381 260 400 243 c 0\n 438 210 473 176 477 113 c 0\n 488.346 22.2327 399.537 -4.56912 316 1 c 0\n 205 7 135 55 78 118 c 0\n 42 157 12 203 3 256 c 0\n -5 304 -5 362 33 399 c 0\n 94 458 224 450 333 450 c 1\n 333 531 l 1\n 67 531 l 1\n 57 531 45 529 35 532 c 0\n 26 534 19 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\n397 199 m 1\n 352 197 307 168 282 131 c 0\n 275 120 270 109 268 96 c 0\n 267 92 266 86 269 82 c 0\n 276 75 311 84 321 86 c 0\n 354 95 389 117 397 153 c 0\n 401 168 398 183 397 199 c 1\n306 -60 m 1\n 362 -115 l 1\n 362 -116 l 1\n 307 -171 l 1\n 306 -171 l 1\n 251 -116 l 1\n 251 -115 l 1\n 306 -60 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni095E\nEncoding: 2398 2398 1018\nWidth: 788\nFlags: W\nHStem: 357 79<457 531> 531 79<120 319 399 745>\nVStem: 124 111<39 40> 320 78<35 197 424 531>\nFore\n-39 610 m 1\n 740 610 l 1\n 758 610 761 607 771 599 c 0\n 786 588 809 565 821 548 c 0\n 823 544 827 540 827 535 c 0\n 827 532 824 531 821 531 c 1\n 398 531 l 1\n 398 423 l 1\n 412 431 436 436 457 436 c 0\n 518 436 567 398 606 355 c 0\n 626 333 645 308 653 279 c 0\n 668 226 641 90 623 28 c 0\n 620 20 617 17 610 21 c 0\n 592 30 568 55 555 70 c 128\n 542 85 539 92 545 111 c 0\n 560 159 571 230 576 285 c 0\n 577 301 579 317 577 333 c 0\n 577 347 571 351 560 354 c 0\n 551 356 541 357 531 357 c 0\n 484 357 441 331 415 293 c 0\n 399 271 398 267 398 237 c 1\n 398 -38 l 1\n 380 -37 363 -18 351 -6 c 0\n 340 5 325 19 320 34 c 0\n 318 40 319 47 319 53 c 1\n 319 198 l 1\n 277 181 220 183 180 205 c 0\n 163 215 148 227 134 240 c 0\n 70 294 22 392 22 512 c 0\n 22 521 21 530 23 538 c 1\n 4 549 -12 566 -25 583 c 0\n -32 591 -38 599 -39 610 c 1\n319 531 m 1\n 133 531 l 1\n 128 531 122 532 118 529 c 0\n 109 522 105 492 103 479 c 0\n 95 414 110 341 130 288 c 0\n 133 283 135 276 139 273 c 0\n 149 268 166 266 179 266 c 0\n 233 266 287 290 312 328 c 0\n 321 340 319 346 319 364 c 1\n 319 531 l 1\n179 95 m 1\n 235 40 l 1\n 235 39 l 1\n 180 -16 l 1\n 179 -16 l 1\n 124 39 l 1\n 124 40 l 1\n 179 95 l 1\nEndSplineSet\nMinimumDistance: y3,6 x6,3 x6,5 \nEndChar\nStartChar: uni0960\nEncoding: 2400 2400 1019\nWidth: 967\nFlags: W\nHStem: 532 78<36 358 439 934>\nVStem: 360 78<35 205 353 531>\nFore\n-39 610 m 1\n 916 610 l 1\n 922 610 929 611 935 609 c 0\n 952 603 986 567 999 550 c 0\n 1001 546 1006 540 1006 535 c 0\n 1006 532 1002 531 999 531 c 0\n 438 531 l 1\n 438 341 l 1\n 619 378 l 1\n 613 389 607 399 607 412 c 0\n 608 434 630 448 651 443 c 0\n 664 439 677 430 687 421 c 0\n 708 404 730 383 742 358 c 0\n 756 331 744 308 718 303 c 1\n 735 245 757 192 772 132 c 1\n 765 133 759 136 753 139 c 0\n 699 157 633 115 619 65 c 0\n 618 61 616 53 620 49 c 0\n 623 46 643 44 649 43 c 0\n 677 41 722 50 746 63 c 0\n 750 65 755 68 760 68 c 0\n 778 68 818 25 829 7 c 0\n 831 4 834 -1 835 -5 c 0\n 836 -13 823 -16 818 -19 c 0\n 785 -33 757 -38 713 -35 c 0\n 707 -34 697 -31 691 -33 c 0\n 684 -36 680 -46 676 -52 c 0\n 666 -71 658 -94 657 -116 c 0\n 657 -127 665 -128 674 -130 c 0\n 713 -135 747 -129 776 -115 c 0\n 784 -111 794 -101 803 -103 c 0\n 811 -105 818 -111 824 -116 c 0\n 839 -128 852 -141 864 -156 c 0\n 868 -161 879 -173 874 -180 c 0\n 871 -187 849 -196 841 -199 c 0\n 738 -240 660 -178 612 -121 c 0\n 596 -102 581 -80 578 -55 c 0\n 576 -26 583 -7 592 14 c 0\n 593 17 595 21 595 24 c 0\n 594 28 590 31 587 34 c 0\n 582 39 577 45 573 50 c 0\n 557 69 540 91 538 117 c 0\n 533 188 623 240 691 215 c 1\n 682 240 674 266 666 293 c 1\n 663 292 495 258 457 250 c 0\n 452 249 444 249 440 245 c 128\n 436 241 438 230 438 225 c 1\n 438 -38 l 1\n 421 -38 400 -15 390 -5 c 0\n 379 6 365 19 360 34 c 0\n 358 40 359 47 359 53 c 1\n 359 206 l 1\n 327 191 228 138 176 113 c 0\n 170 110 164 105 157 105 c 0\n 149 104 142 110 136 115 c 0\n 120 127 106 141 93 157 c 0\n 89 162 81 171 81 179 c 0\n 81 185 92 188 97 191 c 2\n 146 216 l 1\n 291 290 l 2\n 312 300 333 314 356 322 c 1\n 346 340 322 349 304 356 c 0\n 251 377 192 378 138 361 c 0\n 123 356 109 349 95 342 c 0\n 89 338 81 331 74 332 c 0\n 56 335 24 371 13 384 c 0\n 9 389 -2 400 0 408 c 0\n 2 413 24 424 29 427 c 0\n 120 468 213 457 293 405 c 0\n 317 390 338 371 359 352 c 1\n 359 531 l 1\n 70 531 l 1\n 59 531 46 529 35 532 c 0\n 26 534 19 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: y3,6 x6,3 x6,5 \nEndChar\nStartChar: uni0961\nEncoding: 2401 2401 1020\nWidth: 828\nFlags: W\nHStem: 532 78<35 291 293 491 572 795>\nVStem: 492 79<420 531>\nFore\n-39 610 m 1\n 780 610 l 1\n 785 610 791 610 796 609 c 0\n 815 601 848 567 861 548 c 0\n 863 545 867 539 867 534 c 0\n 866 529 854 531 850 531 c 1\n 571 531 l 1\n 571 408 l 1\n 571 389 579 391 590 380 c 0\n 639 339 689 282 696 211 c 0\n 697 199 698 186 696 174 c 0\n 681 105 588 80 537 42 c 0\n 517 27 499 7 493 -18 c 0\n 492 -25 490 -33 491 -40 c 0\n 493 -47 502 -47 508 -47 c 0\n 541 -49 575 -34 598 -20 c 0\n 605 -16 612 -7 620 -6 c 128\n 628 -5 637 -13 643 -18 c 0\n 658 -30 672 -44 684 -59 c 0\n 689 -64 695 -72 696 -79 c 0\n 696 -85 689 -89 685 -92 c 0\n 662 -109 627 -126 591 -126 c 0\n 584 -126 578 -126 571 -125 c 0\n 566 -125 561 -123 556 -125 c 0\n 550 -127 545 -132 540 -137 c 0\n 527 -152 523 -172 527 -192 c 0\n 527 -204 532 -205 540 -208 c 0\n 547 -210 553 -211 560 -211 c 0\n 595 -212 640 -189 662 -167 c 0\n 665 -164 669 -160 673 -160 c 0\n 689 -157 732 -204 743 -221 c 0\n 745 -225 749 -229 748 -234 c 0\n 748 -242 737 -249 731 -253 c 0\n 708 -271 670 -293 628 -290 c 0\n 577 -286 533 -248 501 -212 c 0\n 467 -176 430 -126 454 -70 c 0\n 456 -66 460 -62 459 -58 c 0\n 457 -53 452 -49 449 -45 c 0\n 442 -37 436 -29 431 -21 c 0\n 409 13 404 56 428 90 c 0\n 451 127 525 157 563 182 c 0\n 588 198 611 220 617 251 c 0\n 620 276 616 299 609 319 c 0\n 606 333 600 337 588 339 c 0\n 574 342 559 341 545 340 c 0\n 487 336 423 311 390 261 c 0\n 381 247 373 229 373 212 c 0\n 373 207 373 201 372 196 c 0\n 372 179 348 200 346 202 c 0\n 335 211 302 239 295 259 c 0\n 287 275 299 296 288 312 c 0\n 283 319 263 324 255 328 c 0\n 234 335 177 347 147 338 c 0\n 128 333 112 321 100 307 c 0\n 56 254 89 159 119 114 c 0\n 135 86 165 53 187 29 c 0\n 202 14 217 -1 230 -18 c 0\n 233 -22 236 -27 237 -32 c 0\n 238 -35 237 -38 233 -37 c 0\n 225 -37 207 -21 202 -16 c 0\n 179 5 157 29 137 52 c 0\n 80 115 21 187 4 273 c 0\n -6 320 -1 363 23 387 c 0\n 38 405 61 417 85 420 c 0\n 96 421 108 420 119 419 c 0\n 182 415 234 391 273 359 c 0\n 285 350 295 339 307 330 c 1\n 314 349 331 365 347 376 c 0\n 388 407 441 420 492 420 c 1\n 492 531 l 1\n 67 531 l 2\n 57 531 44 529 34 532 c 0\n 26 534 18 540 12 546 c 0\n 1 555 -37 586 -39 610 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0962\nEncoding: 2402 2402 1021\nWidth: 0\nFlags: W\nFore\n154 -185 m 1\n 171 -185 187 -180 201 -172 c 0\n 208 -168 217 -158 226 -159 c 0\n 241 -162 262 -184 270 -196 c 0\n 274 -201 279 -209 276 -215 c 0\n 272 -224 258 -230 250 -234 c 0\n 207 -254 171 -239 145 -218 c 0\n 115 -193 82 -152 101 -112 c 0\n 111 -91 130 -77 140 -56 c 0\n 147 -41 145 -24 142 -9 c 0\n 140 -2 139 6 131 8 c 0\n 124 9 115 8 108 6 c 0\n 84 3 42 -16 30 -39 c 0\n 28 -44 30 -50 31 -55 c 0\n 32 -63 32 -71 31 -79 c 0\n 31 -83 30 -91 25 -91 c 0\n 15 -91 2 -79 -4 -73 c 0\n -13 -65 -25 -53 -28 -41 c 0\n -30 -35 -28 -29 -27 -23 c 0\n -27 -12 -27 4 -34 10 c 0\n -39 14 -51 15 -60 15 c 0\n -122 15 -173 -63 -135 -113 c 0\n -130 -119 -125 -125 -122 -132 c 0\n -121 -135 -120 -140 -124 -141 c 0\n -137 -141 -154 -123 -161 -115 c 0\n -189 -85 -212 -48 -205 -6 c 0\n -202 6 -198 18 -192 28 c 0\n -168 69 -116 84 -73 66 c 0\n -59 61 -47 53 -35 44 c 0\n -31 40 -24 32 -18 32 c 0\n -13 32 -8 38 -4 41 c 0\n 21 60 65 77 104 60 c 0\n 122 53 139 39 153 25 c 0\n 178 -1 198 -33 203 -69 c 0\n 205 -83 205 -97 199 -111 c 0\n 187 -137 158 -155 154 -185 c 1\nEndSplineSet\nEndChar\nStartChar: uni0963\nEncoding: 2403 2403 1022\nWidth: 0\nFlags: W\nHStem: -346.316 75.3158<250 252>\nFore\n176 -287 m 1\n 199 -288 221 -285 237 -275 c 0\n 241 -273 245 -270 250 -271 c 0\n 256 -271 261 -275 266 -279 c 0\n 277 -287 287 -297 295 -308 c 0\n 299 -313 305 -321 301 -327 c 0\n 299 -331 294 -333 291 -334 c 0\n 283 -339 274 -342 265 -344 c 0\n 212 -357 163 -317 135 -276 c 0\n 124 -261 115 -241 116 -222 c 0\n 116 -213 121 -205 122 -197 c 0\n 121 -191 114 -185 110 -180 c 0\n 104 -171 99 -160 96 -149 c 0\n 87 -111 124 -88 139 -58 c 0\n 147 -43 146 -26 142 -10 c 0\n 141 -4 140 5 133 7 c 0\n 126 10 117 8 110 7 c 0\n 87 4 66 -6 48 -20 c 0\n 42 -25 33 -32 30 -40 c 0\n 28 -45 31 -51 31 -56 c 0\n 32 -64 32 -71 31 -79 c 0\n 31 -83 30 -91 25 -91 c 0\n 14 -91 1 -78 -5 -72 c 0\n -14 -64 -27 -52 -29 -39 c 0\n -29 -24 -22 -6 -32 8 c 0\n -40 19 -72 16 -86 10 c 0\n -129 -3 -158 -53 -143 -98 c 0\n -139 -110 -129 -118 -123 -129 c 0\n -111.765 -162.705 -157.605 -119.395 -159 -118 c 0\n -195 -79 -222 -30 -195 23 c 0\n -172 67 -119 85 -74 67 c 0\n -60 62 -48 54 -36 44 c 0\n -31 41 -24 32 -18 32 c 0\n -13 32 -8 38 -4 41 c 0\n 21 61 66 76 105 60 c 0\n 122 53 137 40 150 28 c 0\n 176 3 197 -30 203 -67 c 0\n 205 -82 205 -97 199 -111 c 0\n 187 -137 158 -155 154 -185 c 1\n 171 -185 187 -180 201 -172 c 0\n 208 -168 214 -162 221 -159 c 0\n 227 -157 233 -161 238 -164 c 0\n 251 -173 262 -184 270 -196 c 0\n 282 -211 276 -219 263 -227 c 0\n 250 -236 234 -242 218 -244 c 0\n 210 -244 201 -242 194 -244 c 0\n 184 -246 178 -259 176 -268 c 0\n 175 -274 176 -281 176 -287 c 1\nEndSplineSet\nEndChar\nStartChar: uni0964\nEncoding: 2404 2404 1023\nWidth: 398\nFlags: W\nVStem: 359 79<40 536>\nFore\n438 -38 m 1\n 415 -36 384 -0 372 15 c 0\n 366 22 360 30 359 40 c 0\n 358 56 359 72 359 88 c 1\n 359 597 l 1\n 359 600 358 605 361 608 c 0\n 367 614 392 590 396 587 c 0\n 403 581 432 553 437 537 c 0\n 439 532 438 526 438 520 c 1\n 438 -38 l 1\nEndSplineSet\nEndChar\nStartChar: uni0965\nEncoding: 2405 2405 1024\nWidth: 478\nFlags: W\nVStem: 245 79<40 536> 439 79<40 536>\nFore\n324 -38 m 1\n 301 -36 270 -0 258 15 c 0\n 252 22 246 30 245 40 c 0\n 244 56 245 72 245 88 c 1\n 245 597 l 1\n 245 600 244 605 247 608 c 0\n 253 614 278 590 282 587 c 0\n 289 581 318 553 323 537 c 0\n 325 532 324 526 324 520 c 1\n 324 -38 l 1\n518 -38 m 1\n 495 -36 464 -0 452 15 c 0\n 446 22 440 30 439 40 c 0\n 438 56 439 72 439 88 c 1\n 439 597 l 1\n 439 600 438 605 441 608 c 0\n 447 614 472 590 476 587 c 0\n 483 581 512 553 517 537 c 0\n 519 532 518 526 518 520 c 1\n 518 -38 l 1\nEndSplineSet\nEndChar\nStartChar: uni0966\nEncoding: 2406 2406 1025\nWidth: 455\nFlags: W\nFore\n77 451 m 0\n 171 501 259 432 314 367 c 0\n 334 343 351 316 359 285 c 0\n 380 200 322 114 231 104 c 0\n 157 97 93 151 48 204 c 0\n 28 228 11 255 3 286 c 0\n -13 351 17 420 77 451 c 0\n283 312 m 0\n 285 325 283 366 271 375 c 0\n 265 381 254 383 246 385 c 0\n 221 390 195 388 171 379 c 0\n 119 361 83 312 78 257 c 0\n 77 244 80 205 91 196 c 0\n 97 190 108 188 116 186 c 0\n 211 167 276 241 283 312 c 0\nEndSplineSet\nEndChar\nStartChar: uni0967\nEncoding: 2407 2407 1026\nWidth: 420\nFlags: W\nDStem: 177 -50 126 36 194 -69 246 -94\nFore\n140 289 m 1\n 120 296 102 310 87 324 c 0\n 58 349 9 395 1 446 c 0\n -2 459 -1 471 0 484 c 0\n 5 535 32 591 85 606 c 0\n 92 608 100 610 108 610 c 0\n 154 611 192 578 222 546 c 0\n 237 529 252 511 263 490 c 0\n 285 448 299 371 281 314 c 0\n 253 225 165 150 96 90 c 0\n 93 88 88 85 88 81 c 0\n 87 76 94 71 97 68 c 2\n 126 36 l 1\n 246 -94 l 2\n 258 -107 271 -119 281 -134 c 0\n 287 -142 291 -149 284 -157 c 0\n 272 -170 259 -182 247 -194 c 0\n 242 -199 236 -207 229 -210 c 0\n 221 -212 212 -203 206 -199 c 0\n 190 -186 176 -172 163 -156 c 0\n 159 -151 152 -143 152 -136 c 0\n 152 -130 158 -126 162 -122 c 2\n 190 -94 l 2\n 194 -90 202 -85 201 -79 c 0\n 201 -75 197 -72 194 -69 c 2\n 177 -50 l 2\n 133 -2 20 118 10 132 c 0\n 6 137 0 144 0 150 c 0\n 0 155 5 159 9 162 c 2\n 38 186 l 2\n 64 209 91 233 114 259 c 0\n 123 269 133 278 140 289 c 1\n202 390 m 0\n 212 432 212 460 203 504 c 0\n 202 510 200 525 194 529 c 0\n 191 532 185 531 181 531 c 0\n 117 525 85 465 79 412 c 0\n 78 400 76 371 84 363 c 0\n 90 357 103 355 111 354 c 0\n 138 349 172 354 193 373 c 1\n 197 378 200 384 202 390 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0968\nEncoding: 2408 2408 1027\nWidth: 569\nFlags: W\nHStem: 160.466 90.5343<159 160>\nFore\n235 171 m 1\n 297 95 349 14 397 -71 c 0\n 408 -91 435 -140 436 -145 c 0\n 440 -153 431 -152 428 -150 c 0\n 423 -148 418 -144 414 -141 c 0\n 384 -116 369 -99 352 -66 c 0\n 321 -7 271 80 228 139 c 0\n 223 147 217 156 210 162 c 0\n 206 166 202 165 197 164 c 0\n 177 164 147 156 127 162 c 0\n 119 164 111 169 104 174 c 0\n 81 191 59 212 44 236 c 0\n 36 248 31 264 37 278 c 0\n 49 307 87 296 108 285 c 0\n 127 276 135 268 150 256 c 0\n 153 254 156 251 160 251 c 0\n 170 249 211 263 220 267 c 0\n 286 293 349 343 358 417 c 0\n 359 427 360 455 354 463 c 0\n 346 471 314 478 301 481 c 0\n 225 498 162 489 96 478 c 0\n 90 476 83 474 76 474 c 0\n 68 475 60 481 54 486 c 0\n 41 495 12 522 2 542 c 0\n -3 552 4 553 11 555 c 0\n 112 575 225 578 307 533 c 0\n 337 516 364 493 386 468 c 0\n 412 439 438 410 438 359 c 0\n 438 347 437 335 434 324 c 0\n 417 255 357 211 294 187 c 0\n 275 180 255 173 235 171 c 1\nEndSplineSet\nEndChar\nStartChar: uni0969\nEncoding: 2409 2409 1028\nWidth: 509\nFlags: W\nHStem: 47.3128 85.6872<169 170> 303 79<113 193> 502 78.8027<79 104>\nFore\n234 52 m 1\n 275 4 313 -47 348 -100 c 0\n 356 -112 365 -124 372 -137 c 0\n 374 -140 380 -148 375 -151 c 128\n 370 -154 353 -140 350 -138 c 0\n 298.231 -95.2344 266.178 -23.1199 217 35 c 0\n 214 39 211 44 207 47 c 0\n 201 51 193 48 186 48 c 0\n 169 48 151 45 134 47 c 0\n 122 49 111 56 102 63 c 0\n 81 80 60 100 46 122 c 0\n 38 134 32 148 37 162 c 0\n 38 166 39 169 42 172 c 0\n 61 197 102 174 121 160 c 0\n 126 156 131 152 136 149 c 0\n 142 144 149 136 156 133 c 0\n 160 131 165 133 170 133 c 0\n 231 145 307 168 298 253 c 0\n 297 261 292 286 286 292 c 0\n 276 302 248 303 230 303 c 1\n 118 303 l 1\n 98 303 91 308 80 317 c 0\n 76 321 36 356 31 372 c 0\n 30 374 28 377 29 379 c 0\n 31 384 43 382 47 382 c 1\n 162 382 l 1\n 176 382 191 381 205 385 c 0\n 242 393 282 430 282 480 c 0\n 281 488 274 489 268 490 c 0\n 231 501 163 502 118 502 c 2\n 89 502 l 2\n 69 502 65 505 54 514 c 0\n 44 521 9 553 1 573 c 0\n -2 580 4 581 9 581 c 2\n 26 581 l 2\n 97 581 177 582 235 558 c 0\n 273 541 305 511 331 480 c 0\n 343 464 355 447 359 427 c 0\n 369 384 345 328 301 313 c 1\n 338 276 378 226 378 166 c 0\n 378 133 364 106 343 90 c 0\n 311 65 272 60 234 52 c 1\nEndSplineSet\nEndChar\nStartChar: uni096A\nEncoding: 2410 2410 1029\nWidth: 702\nFlags: W\nFore\n213 395 m 1\n 202 402 167 434 155 445 c 0\n 117 479 81 513 45 549 c 0\n 40 554 5 585 1 603 c 0\n 0 606 1 609 5 608 c 0\n 20 606 51 573 61 563 c 0\n 101 523 167 462 216 421 c 0\n 220 418 226 411 231 410 c 0\n 238 410 246 419 250 422 c 2\n 295 457 l 1\n 437 566 l 1\n 476 597 l 2\n 481 601 487 608 494 609 c 128\n 501 610 510 602 515 598 c 0\n 531 586 546 571 559 555 c 0\n 563 550 573 538 569 531 c 0\n 565 525 552 517 546 512 c 1\n 471.421 455.591 389.542 387.512 314 334 c 1\n 337 310 358 283 373 254 c 0\n 397 210 409 150 376 108 c 0\n 356 84 334 75 296 75 c 0\n 261 77 231 97 206 120 c 0\n 164 158 115 211 141 291 c 0\n 150 320 167 346 186 368 c 0\n 195 377 205 385 213 395 c 1\n296 319 m 1\n 260 288 227 250 216 202 c 0\n 214 191 212 179 213 168 c 0\n 213 164 214 158 217 156 c 0\n 222 153 230 154 235 154 c 0\n 262 157 285 168 298 187 c 0\n 321 216 320 255 309 289 c 0\n 306 299 300 309 296 319 c 1\nEndSplineSet\nEndChar\nStartChar: uni096B\nEncoding: 2411 2411 1030\nWidth: 629\nFlags: W\nFore\n217 265 m 1\n 199 262 179 260 161 264 c 0\n 134 270 112 289 92 307 c 0\n 67 330 45 357 30 387 c 0\n 7 436 -1 509 -1 578 c 2\n -1 601 l 2\n -1 614 11 606 17 602 c 0\n 33 591 68 560 77 538 c 0\n 78 533 78 528 78 523 c 2\n 78 497 l 2\n 81 446 83 398 95 355 c 0\n 97 349 99 342 106 341 c 0\n 117 340 130 342 141 344 c 0\n 182 351 223 370 254 393 c 0\n 270 405 269 412 273 432 c 0\n 286 479 296 546 304 602 c 0\n 304 612 312 608 317 605 c 0\n 334 596 359 569 372 554 c 0\n 385 538 382 539 382 519 c 0\n 367 399 326 215 259 120 c 1\n 281 111 302 95 322 81 c 0\n 369 47 448 -21 489 -75 c 0\n 492 -79 495 -83 496 -88 c 0\n 497 -91 497 -94 494 -94 c 0\n 479 -99 423 -34 414 -25 c 0\n 376 12 330 44 281 64 c 0\n 264 71 247 75 229 79 c 1\n 222 67 211 57 200 48 c 0\n 174 25 142 7 107 2 c 0\n 79 -4 69 3 52 15 c 0\n 34 29 17 46 4 65 c 0\n -17 95 0 116 23 131 c 0\n 49 149 79 159 110 161 c 0\n 137 161 l 0\n 153 158 153 161 161 169 c 0\n 165 175 170 181 174 187 c 0\n 190 211 204 239 217 265 c 1\nEndSplineSet\nEndChar\nStartChar: uni096C\nEncoding: 2412 2412 1031\nWidth: 569\nFlags: W\nHStem: 24.9112 173.089<298 306>\nFore\n106 337 m 1\n 97 341 89 349 81 356 c 0\n 56 376 21 414 8 447 c 0\n 2 461 -1 475 -1 490 c 0\n -1 502 0 514 3 526 c 0\n 27 604 136 623 229 614 c 0\n 264 611 266 610 286 596 c 0\n 296 587 306 578 315 568 c 128\n 324 558 337 545 338 531 c 1\n 317 531 295 536 274 537 c 0\n 212 537 152 529 111 493 c 0\n 90 474 78 447 78 418 c 0\n 78 410 78 396 85 390 c 0\n 89 386 115 380 123 378 c 0\n 161 370 200 371 239 375 c 0\n 248 376 278 382 284 381 c 0\n 298 379 320 356 329 347 c 0\n 340 335 357 320 358 303 c 1\n 311.455 294.049 295.342 293 249 293 c 0\n 244 293 239 294 234 293 c 0\n 179 275 130 197 156 128 c 0\n 159 116 165 114 176 110 c 0\n 202 103 229 102 255 110 c 0\n 263 112 275 115 280 122 c 0\n 284 127 280 137 279 143 c 0\n 276 161 273 193 297 198 c 0\n 300 199 303 199 306 199 c 0\n 334 193 368 157 384 136 c 0\n 394 121 402 110 396 88 c 0\n 393 77 387 67 380 59 c 0\n 376 54 367 50 366 44 c 0\n 365 41 366 38 366 35 c 0\n 378 -8 411 -89 433 -137 c 0\n 435 -140 439 -147 436 -150 c 0\n 433 -154 425 -148 422 -146 c 0\n 404 -135 376 -107 364 -88 c 0\n 357 -77 320 2 315 27 c 1\n 257 16 203 46 161 83 c 0\n 122 118 82 163 72 216 c 0\n 62 268 82 309 106 337 c 1\nEndSplineSet\nEndChar\nStartChar: uni096D\nEncoding: 2413 2413 1032\nWidth: 702\nFlags: W\nFore\n458 190 m 1\n 380 190 343 235 304 274 c 0\n 247 336 216 415 256 488 c 0\n 286 535 356 547 405 528 c 0\n 458 506 519 441 544 386 c 0\n 569 332 580 252 563 180 c 0\n 548 118 511 59 455 27 c 0\n 407 -1 347 -9 295 12 c 0\n 264 24 237 45 213 66 c 0\n 86 180 28 349 4 557 c 0\n 2 570 1 582 0 595 c 0\n 0 598 -2 605 1 608 c 0\n 10 614 32 591 36 587 c 0\n 43 580 73 553 77 537 c 0\n 80 530 82 496 83 485 c 0\n 96 364 126 241 177 147 c 0\n 188 125 199 103 222 93 c 0\n 247 81 275 76 308 81 c 0\n 373 90 426 134 458 190 c 1\n365 439 m 0\n 316 409 307 348 327 292 c 0\n 329 287 331 281 335 277 c 1\n 343 272 355 271 364 270 c 0\n 407 265 452 291 481 315 c 0\n 484 318 488 321 490 325 c 0\n 494 333 491 346 491 354 c 0\n 490 366 480 439 465 452 c 0\n 452 458 431 457 414 456 c 0\n 397 453 380 449 365 439 c 0\nEndSplineSet\nEndChar\nStartChar: uni096E\nEncoding: 2414 2414 1033\nWidth: 609\nFlags: W\nHStem: 417 79<152 398>\nFore\n-39 496 m 1\n 392 496 l 2\n 413 496 420 486 432 477 c 0\n 442 468 468 443 475 427 c 0\n 478 422 477 417 471 417 c 0\n 177 417 l 2\n 169 417 160 418 152 417 c 0\n 146 415 143 406 141 401 c 0\n 104 332 78 233 78 144 c 1\n 139 136 164 149 208 164 c 0\n 243 175 279 182 316 182 c 0\n 339 182 362 179 383 168 c 0\n 410 153 433 130 453 106 c 0\n 464 93 474 78 477 60 c 0\n 483 27 460 -7 442 -28 c 0\n 431 -44 421 -34 409 -26 c 0\n 393 -13 378 2 366 18 c 0\n 362 23 355 31 356 38 c 0\n 357 46 367 54 372 61 c 0\n 382 74 390 88 396 103 c 1\n 318 103 294 84 236 68 c 0\n 192 58 142 59 102 81 c 0\n 81 94 61 110 44 128 c 0\n 25 148 2 173 -1 201 c 0\n -2 214 -1 227 0 240 c 0\n 1 282 13 353 27 392 c 0\n 29 398 34 407 33 414 c 0\n 33 418 29 420 26 422 c 0\n 9 431 -15 455 -27 471 c 0\n -33 479 -39 486 -39 496 c 1\nEndSplineSet\nEndChar\nStartChar: uni096F\nEncoding: 2415 2415 1034\nWidth: 609\nFlags: W\nFore\n142 289 m 1\n 156 266 175 245 192 224 c 0\n 228 180 266 139 304 97 c 0\n 345 51 389 8 432 -35 c 0\n 446 -49 460 -62 471 -78 c 0\n 477 -86 483 -94 484 -104 c 0\n 487 -117 480 -129 470 -137 c 0\n 455 -150 431 -156 411 -153 c 0\n 391 -149 348 -108 336 -84 c 0\n 335 -81 332 -76 336 -74 c 0\n 338 -73 341 -74 343 -74 c 2\n 354 -74 l 2\n 368 -72 382 -67 393 -58 c 0\n 398 -53 407 -44 403 -37 c 0\n 400 -33 369 -2 364 3 c 2\n 291 79 l 2\n 226 148 103 283 44 381 c 0\n 27 410 -6 461 -1 505 c 0\n 1 515 3 525 7 535 c 0\n 29 586 87 610 139 610 c 0\n 192 610 221 588 251 561 c 0\n 288 528 331 482 319 408 c 0\n 318 398 315 388 312 378 c 0\n 296 330 259 278 204 273 c 0\n 175 273 162 278 142 289 c 1\n240 529 m 1\n 228 529 217 532 205 531 c 0\n 167 529 129 514 103 485 c 0\n 88 467 77 443 78 419 c 0\n 78 399 88 383 93 367 c 0\n 95 363 97 359 100 356 c 0\n 105 353 112 353 118 352 c 0\n 138 351 159 359 175 371 c 0\n 223 406 248 471 240 529 c 1\nEndSplineSet\nEndChar\nStartChar: uni0970\nEncoding: 2416 2416 1035\nWidth: 626\nFlags: W\nFore\n275 561 m 0\n 339 568 398 517 430 469 c 0\n 441 452 450 435 454 415 c 0\n 468 348 418 282 351 274 c 0\n 287 267 228 318 196 366 c 0\n 185 383 176 400 172 420 c 0\n 158 487 208 553 275 561 c 0\n321 339 m 0\n 374 357 408 408 393 473 c 0\n 387 490 381 494 364 499 c 0\n 344 504 323 502 304 496 c 0\n 263 481 234 444 229 401 c 0\n 228 383 231 356 242 345 c 0\n 246 340 254 338 261 336 c 0\n 281 331 302 332 321 339 c 0\nEndSplineSet\nEndChar\nStartChar: uni0981\nEncoding: 2433 2433 1036\nWidth: 300\nFlags: W\nHStem: 306.588 44.3941<132 148> 421.068 98.6855<132 148>\nVStem: 90 100<466 472>\nFore\n90 470 m 0\n 90 538 190 536 190 470 c 0\n 190 404 90 404 90 470 c 0\n20 515 m 1\n 80 295 201 296 260 515 c 1\n 260 235 20 238 20 515 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0982\nEncoding: 2434 2434 1037\nWidth: 400\nFlags: W\nHStem: 330 30<132 148> 480 30<132 148>\nFore\n260 420 m 4\n 260 469 208 510 140 510 c 132\n 72 510 20 469 20 420 c 4\n70 420 m 4\n 70 420 79 480 140 480 c 132\n 201 480 210 420 210 420 c 4\n260 420 m 4\n 260 371 208 330 140 330 c 132\n 72 330 20 371 20 420 c 4\n70 420 m 4\n 70 420 79 360 140 360 c 132\n 201 360 210 420 210 420 c 4\n20 300 m 1\n 194 284 286 96 360 20 c 1\n 320 0 l 1\n 320 0 218 192 60 240 c 1\n 20 300 l 1\nEndSplineSet\nEndChar\nStartChar: uni0983\nEncoding: 2435 2435 1038\nWidth: 300\nFlags: W\nHStem: 100 30<131 147> 250 30<131 147> 330 30<131 147> 480 30<131 147>\nVStem: 19.9149 51.5324<180 196 418 422> 208.964 51.1209<180 196 418 422>\nFore\n140 330 m 0\n -21 330 -21 510 140 510 c 128\n 301 510 301 330 140 330 c 0\n140 480 m 0\n 48 480 47 360 140 360 c 0\n 234 360 232 480 140 480 c 0\n140 100 m 0\n -21 100 -21 280 140 280 c 128\n 301 280 301 100 140 100 c 0\n140 250 m 0\n 48 250 47 130 140 130 c 0\n 234 130 232 250 140 250 c 0\nEndSplineSet\nEndChar\nStartChar: uni0985\nEncoding: 2437 2437 1039\nWidth: 640\nFlags: W\nHStem: 1.18273 93.5639<268 284> 540 60<20 519 580 620>\nVStem: 434.208 50.7057<288 336> 520 60<111 540>\nDStem: 460 165 472 186 580 0 520 110\nFore\n620 600 m 1\n 660 540 l 5\n 580 540 l 1\n 580 0 l 1\n 460 165 l 1\n 309 -138 70 -18 0 500 c 1\n 20 480 l 1\n 171 -170 531 133 411 434 c 1\n 406 320 263 314 261 434 c 1\n 269 530 549 577 472 186 c 1\n 520 110 l 1\n 520 540 l 1\n 20 540 l 1\n -20 600 l 1\n 620 600 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0986\nEncoding: 2438 2438 1040\nWidth: 780\nFlags: W\nHStem: 0.186127 96.3371<268 284> 540 60<20 519 580 620 720 760>\nVStem: 260 150<432 437> 436.17 48.4268<288 320> 520 60<111 540> 660 60<74 480>\nDStem: 462 168 471 186 580 0 520 110\nFore\n720 0 m 1\n 660 74 l 1\n 660 480 l 1\n 621 540 l 1\n 580 540 l 1\n 580 0 l 1\n 462 168 l 1\n 309 -142 70 -18 0 500 c 1\n 20 480 l 1\n 170 -167 539 133 410 438 c 1\n 410 317 260 317 260 438 c 1\n 260 525 552 583 471 186 c 1\n 520 110 l 1\n 520 540 l 1\n 20 540 l 1\n -20 600 l 1\n 620 600 l 1\n 660 540 l 1\n 660 600 l 1\n 760 600 l 1\n 800 540 l 5\n 720 540 l 1\n 720 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0987\nEncoding: 2439 2439 1041\nWidth: 520\nFlags: W\nHStem: 540 60<20 429 460 500> 671.968 62.0853<147 252>\nVStem: -20 0<784 789> 430 30<600.251 612.42>\nFore\n460 600 m 1\n 460 839 -20 656 -20 790 c 1\n -20 566 430 760 430 600 c 1\n -20 600 l 1\n 20 540 l 1\n 540 540 l 5\n 500 600 l 1\n 460 600 l 1\n148 240 m 1\n 171 236 387 89 460 20 c 1\n 420 0 l 1\n 287 147 40 240 40 240 c 17\n 0 300 l 1\n 189 244 643 401 223 476 c 1\n 215 332 19 379 19 449 c 0\n 19 558 393 528 452 412 c 8\n 515 287 227 240 148 240 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0988\nEncoding: 2440 2440 1042\nWidth: 520\nFlags: W\nHStem: 329.696 178.71<108 112> 540 60<20 429 460 500> 671.596 62.5156<156 252>\nVStem: -20 0<784 789> 18.5523 160.448<409 418> 206.16 19.8397<355.25 378.252> 354.831 41.6653<192 226> 430 30<600.251 612.42>\nFore\n430 600 m 1\n -20 600 l 1\n 20 540 l 1\n 540 540 l 1\n 500 600 l 1\n 460 600 l 1\n 460 839 -20 656 -20 790 c 1\n -20 566 430 760 430 600 c 1\n440 20 m 1\n 420 0 l 1\n 386 64 322 131 373 396 c 1\n 296 361 169 34 0 242 c 1\n 58 196 156 248 206 339 c 1\n 207 396 204 394 179 419 c 1\n 179 298 18 300 18 421 c 1\n 11 521 226 577 226 355 c 1\n 309 469 324 486 410 510 c 9\n 460 410 l 17\n 390 306 370 156 440 20 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0989\nEncoding: 2441 2441 1043\nWidth: 530\nFlags: W\nHStem: 0.501419 81.4593<252 272> 540 60<20 200 261 439 470 510> 671.741 62.3453<156 261>\nVStem: -20 0<784 789> 200 60<301 540> 440 30<600.251 612.264>\nFore\n20 540 m 1\n 200 540 l 5\n 200 300 l 5\n 270 230 l 21\n 337 255 396 292 440 340 c 1\n 460 11 46 -65 20 480 c 1\n 0 500 l 1\n 0 -301 646 0 450 440 c 1\n 412 350 287 301 260 300 c 5\n 260 540 l 5\n 550 540 l 1\n 510 600 l 1\n 470 600 l 1\n 470 839 -20 656 -20 790 c 1\n -20 566 440 760 440 600 c 1\n -20 600 l 1\n 20 540 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni098A\nEncoding: 2442 2442 1044\nWidth: 550\nFlags: W\nHStem: 1.2738 81.7422<268 277> 540 60<20 221 281 459 490 530> 672.066 61.9803<156 287>\nVStem: -20 0<785 789> 221 59<301 540> 460 30<600.25 611.926>\nFore\n490 600 m 1\n490 600 m 1\n 530 600 l 1\n 570 540 l 1\n 280 540 l 1\n 280 300 l 1\n 336 324 420 374 450 440 c 1\n 638 -6 18 -274 0 450 c 5\n 20 430 l 1\n 31 263 104 93 202 63 c 1\n 119 135 72 303 80 500 c 1\n 100 480 l 1\n 121 -55 405 4 440 340 c 1\n 396 292 358 255 291 230 c 9\n 221 300 l 1\n 221 540 l 1\n 20 540 l 1\n -20 600 l 1\n 460 600 l 1\n 460 760 -20 566 -20 790 c 1\n -20 656 490 839 490 600 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni098B\nEncoding: 2443 2443 1045\nWidth: 610\nFlags: W\nHStem: 412.909 127.085<79 90> 540 60<550 590>\nVStem: 370 60<190 444 500 599> 430 0<1 2> 490 60<121 540>\nDStem: 220 550 220 600 300 460 330 480 300 460 370 445 20 300 120 300 430 130 430 190 550 0 490 120\nFore\n550 0 m 1\n 550 540 l 1\n 630 540 l 1\n 590 600 l 1\n 490 600 l 1\n 490 120 l 1\n 430 190 l 1\n 430 600 l 1\n 370 600 l 1\n 370 500 l 1\n 330 480 l 1\n 220 600 l 1\n 199 557 188 492 146 477 c 1\n 136 565 20 556 20 480 c 0\n 20 368 206 398 220 550 c 1\n 300 460 l 1\n 20 300 l 9\n 40 280 l 17\n 232 197 430 38 430 0 c 1\n 430 130 l 1\n 550 0 l 1\n370 445 m 1\n 370 130 l 1\n 274 254 120 300 120 300 c 1\n 370 445 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x18,1 y1,18 y1,0 \nEndChar\nStartChar: uni098C\nEncoding: 2444 2444 1046\nWidth: 420\nFlags: W\nHStem: 119.417 131.938<71 83>\nVStem: 20.6577 121.24<168 174> 169.861 45.1284<119 129> 310 70<206 222>\nFore\n50 20 m 1\n 20 80 l 1\n 95 24 232 105 140 180 c 1\n 160 129 20 74 20 180 c 0\n 20 335 279 215 200 60 c 1\n 306 82 309 166 310 220 c 0\n 312 340 20 406 20 600 c 1\n 40 580 l 1\n 58 458 380 358 380 220 c 4\n 380 74 256 -54 50 20 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni098F\nEncoding: 2447 2447 1047\nWidth: 480\nFlags: W\nHStem: 318.811 121.189<208 217>\nVStem: 380 60<80 529>\nFore\n207 440 m 1\n 236 448 294 414 270 360 c 0\n 235 282 98 318 130 440 c 0\n 161 556 380 600 380 600 c 1\n 440 530 l 13\n 440 0 l 17\n 309 143 214 0 155 0 c 0\n 87 0 20 49 20 240 c 1\n 40 220 l 1\n 56 72 97 70 173 92 c 0\n 198 99 296 162 380 80 c 1\n 380 698 380 323 380 530 c 1\n 380 530 240 505 207 440 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0990\nEncoding: 2448 2448 1048\nWidth: 620\nFlags: W\nHStem: 318.811 121.189<208 217>\nVStem: 220 0<792.579 799.875> 380 80<80 365 385 529> 520 60<480 496>\nFore\n580 490 m 16\n 580 774 219 718 220 800 c 1\n 221 656 520 686 520 490 c 8\n 520 442 483 392 460 385 c 1\n 460 530 l 1\n 380 600 l 1\n 380 600 161 556 130 440 c 0\n 98 318 235 282 270 360 c 0\n 294 414 236 448 207 440 c 1\n 240 505 380 530 380 530 c 1\n 380 323 380 698 380 80 c 1\n 296 162 198 99 173 92 c 0\n 97 70 56 72 40 220 c 1\n 20 240 l 1\n 20 49 87 0 155 0 c 0\n 214 0 302 138 460 0 c 1\n 461 365 l 1\n 511 365 580 421 580 490 c 16\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0993\nEncoding: 2451 2451 1049\nWidth: 620\nFlags: W\nHStem: 0.03793 76.0187<355 372> 216.176 132.705<417 423> 538.628 63.5292<355 372>\nVStem: 220 138.882<457 465>\nFore\n561 385 m 1\n 611 599 220 706 220 463 c 0\n 220 430 266 375 320 400 c 0\n 390 432 350 523 320 520 c 1\n 366 586 595 473 490 320 c 1\n 405 382 360 331 360 290 c 0\n 360 253 409 162 490 260 c 1\n 482 -54 172 41 40 480 c 9\n 20 500 l 17\n 192 -347 692 96 530 290 c 1\n 541 311 555 366 561 385 c 1\nEndSplineSet\nEndChar\nStartChar: uni0994\nEncoding: 2452 2452 1050\nWidth: 720\nFlags: W\nHStem: 0.677877 73.8839<355 372> 216.176 132.705<417 423> 538.628 63.5292<355 372>\nVStem: 220 138.882<457 465> 320 0<792.579 799.875> 620 60<479 502>\nFore\n490 260 m 1\n 409 162 360 253 360 290 c 0\n 360 331 405 382 490 320 c 1\n 595 473 366 586 320 520 c 1\n 350 523 390 432 320 400 c 0\n 266 375 220 430 220 463 c 0\n 220 706 611 599 561 385 c 1\n 584 392 620 442 620 490 c 16\n 620 686 321 656 320 800 c 1\n 319 718 680 774 680 490 c 8\n 680 420 606 365 556 365 c 1\n 550 346 535 300 530 290 c 1\n 690 98 192 -347 20 500 c 9\n 40 480 l 17\n 172 41 486 -58 490 260 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0995\nEncoding: 2453 2453 1051\nWidth: 652\nFlags: W\nHStem: 540 60<20 349 411 630>\nVStem: 350 60<131 439 500 540>\nDStem: 350 500 350 445 0 300 100 300\nFore\n350 445 m 1\n 100 300 l 1\n 100 300 269 244 350 130 c 1\n 350 445 l 1\n410 500 m 1\n 480 500 614 414 590 300 c 0\n 557 143 366 312 540 370 c 1\n 522 430 410 440 410 440 c 1\n 410 0 l 1\n 410 35 188 220 20 280 c 9\n 0 300 l 17\n 350 500 l 17\n 350 540 l 1\n 20 540 l 1\n -20 600 l 1\n 630 600 l 1\n 670 540 l 5\n 410 540 l 1\n 410 500 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0996\nEncoding: 2454 2454 1052\nWidth: 490\nFlags: W\nHStem: 412.264 127.603<81 85> 540 60<430 470>\nVStem: 370 60<131 540>\nDStem: 210 410 260 380 20 300 120 300\nFore\n140 430 m 0\n 184 455 190 540 190 540 c 1\n 318 543 322 475 210 410 c 2\n 20 300 l 9\n 40 280 l 17\n 206 213 431 40 430 0 c 1\n 430 540 l 1\n 510 540 l 1\n 470 600 l 1\n 370 600 l 1\n 370 500 l 1\n 370 130 l 1\n 280 250 120 300 120 300 c 1\n 260 380 l 2\n 378 448 308 600 150 600 c 1\n 150 600 160 527 140 500 c 1\n 113 568 20 540 20 484 c 0\n 20 424 69 389 140 430 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0997\nEncoding: 2455 2455 1053\nWidth: 490\nFlags: W\nHStem: 365.882 72.5513<164 172> 540 60<196 212 430 470>\nVStem: 20.239 221.911<365 377> 370 60<64 400 446 540>\nFore\n370 445 m 1\n 370 600 l 1\n 470 600 l 1\n 510 540 l 1\n 430 540 l 1\n 430 0 l 1\n 370 64 l 1\n 370 400 l 17\n 209 675 90 476 70 390 c 1\n 171 504 380 410 110 188 c 1\n 70 228 l 17\n 277 410 144 370 90 340 c 0\n 61 324 20 318 20 350 c 0\n 20 493 84 600 210 600 c 16\n 300 600 370 445 370 445 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0998\nEncoding: 2456 2456 1054\nWidth: 466\nFlags: W\nHStem: 540 60<20 49 80 349 410 450>\nVStem: 350 60<131 539>\nDStem: 190 410 320 430 0 300 100 300\nFore\n350 540 m 1\n 80 540 l 1\n 48 498 172 458 230 430 c 1\n 280 460 l 9\n 320 430 l 1\n 100 300 l 1\n 107 303 288 228 350 130 c 1\n 350 540 l 1\n490 540 m 1\n 410 540 l 1\n 410 0 l 1\n 410 43 200 204 20 280 c 9\n 0 300 l 17\n 190 410 l 17\n 151 416 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0999\nEncoding: 2457 2457 1055\nWidth: 540\nFlags: W\nHStem: 0.376464 81.0651<259.098 293.794> 552.943 46.6934<306 313>\nVStem: 218 60<301 438 498.125 513.467> 328.468 50.6821<518 528>\nFore\n278 438 m 9\n 278 300 l 1\n 296 301 419 338 468 440 c 1\n 664 0 18 -301 18 500 c 1\n 38 480 l 1\n 64 -65 477 10 458 340 c 1\n 414 292 355 255 288 230 c 9\n 218 300 l 1\n 218 438 l 1\n 186 450 131 510 128 538 c 1\n 156 520 193 498 218 498 c 1\n 218 597 335 628 364 573 c 0\n 426 454 278 438 278 438 c 9\n278 498 m 1\n 314 498 338 507 326 538 c 0\n 315 566 278 556 278 498 c 1\nEndSplineSet\nEndChar\nStartChar: uni099A\nEncoding: 2458 2458 1056\nWidth: 490\nFlags: W\nHStem: 540 60<20 50 111 470>\nVStem: 50 60<76 479 520 540> 389.789 58.7109<304 320>\nFore\n110 480 m 1\n 110 75 l 1\n 226 109 413 227 388 333 c 1\n 372 359 185 356 110 480 c 1\n110 520 m 1\n 211 380 345 446 444 363 c 1\n 488 155 225 19 87 0 c 9\n 50 51 l 1\n 50 540 l 1\n 20 540 l 1\n -20 600 l 1\n 470 600 l 1\n 511 540 l 1\n 110 540 l 1\n 110 520 l 1\nEndSplineSet\nEndChar\nStartChar: uni099B\nEncoding: 2459 2459 1057\nWidth: 540\nFlags: W\nHStem: 540 60<20 50 111 510>\nVStem: 50 60<299 451 520 540> 340.357 55.2282<288 304>\nFore\n110 452 m 5\n 110 298 l 5\n 188 304 268 370 268 370 c 5\n 249 373 157 403 110 452 c 5\n329 350 m 5\n 232 260 82 226 87 223 c 13\n 50 274 l 1\n 50 540 l 1\n 20 540 l 1\n -20 600 l 1\n 510 600 l 5\n 551 540 l 5\n 110 540 l 5\n 110 520 l 5\n 138 455 337 409 336 406 c 5\n 420 365 446 168 208 140 c 5\n 338 102 417 9 490 -60 c 5\n 450 -80 l 5\n 317 67 80 130 80 130 c 21\n 50 190 l 1\n 226 154 387 222 329 350 c 5\nEndSplineSet\nEndChar\nStartChar: uni099C\nEncoding: 2460 2460 1058\nWidth: 630\nFlags: W\nHStem: 540 60<20 160 231 320 361 610>\nVStem: 160 70<320 539>\nFore\n320 540 m 1\n 230 540 l 1\n 230 320 l 1\n 235 294 320 355 350 420 c 1\n 557 -13 0 -301 0 500 c 1\n 20 480 l 1\n 46 -65 350 30 350 330 c 1\n 209 212 204 242 160 300 c 1\n 160 540 l 1\n 20 540 l 1\n -20 600 l 5\n 610 600 l 5\n 650 540 l 1\n 360 540 l 1\n 360 540 426 446 520 480 c 9\n 570 380 l 17\n 500 276 480 116 550 -20 c 1\n 530 -40 l 1\n 496 24 429 135 480 400 c 1\n 480 400 357 439 320 540 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni099D\nEncoding: 2461 2461 1059\nWidth: 590\nFlags: W\nHStem: 540 60<20 349 530 570>\nVStem: 350 60<190 444 500 540> 470 60<121 540>\nDStem: 350 500 350 445 0 300 100 300 410 130 410 190 530 0 470 120\nFore\n530 0 m 1\n 530 540 l 1\n 610 540 l 1\n 570 600 l 1\n 470 600 l 1\n 470 120 l 1\n 410 190 l 1\n 410 600 l 1\n -20 600 l 1\n 20 540 l 1\n 350 540 l 1\n 350 500 l 9\n 0 300 l 9\n 20 280 l 21\n 215 202 409 30 410 0 c 5\n 410 130 l 1\n 530 0 l 1\n350 445 m 1\n 350 130 l 1\n 290 231 100 300 100 300 c 1\n 350 445 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x14,1 y1,14 y1,0 \nEndChar\nStartChar: uni099E\nEncoding: 2462 2462 1060\nWidth: 680\nFlags: W\nHStem: 178.517 45.7456<552 565> 309.105 97.0647<512 520> 318.96 121.04<215 216> 487.699 47.7513<552 564>\nVStem: 374 60<80 280 440 529> 581.835 48.3878<256 272 448 464>\nFore\n564 340 m 1\n 455 222 455 487 564 381 c 1\n 634 570 472 474 434 360 c 1\n 474 243 635 132 564 340 c 1\n594 360 m 1\n 708 192 525 92 434 280 c 1\n 434 0 l 1\n 303 143 218 0 159 0 c 0\n 91 0 24 49 24 240 c 1\n 44 220 l 1\n 60 72 101 70 177 92 c 0\n 202 99 290 162 374 80 c 1\n 374 698 374 323 374 530 c 1\n 374 530 247 505 214 440 c 1\n 243 448 298 414 274 360 c 0\n 239 282 102 318 134 440 c 0\n 165 556 374 600 374 600 c 1\n 434 530 l 1\n 434 440 l 1\n 533 620 708 519 594 360 c 1\nEndSplineSet\nEndChar\nStartChar: uni099F\nEncoding: 2463 2463 1061\nWidth: 510\nFlags: W\nHStem: 540 60<20 50 111 419 450 490> 672.136 61.8998<140 263>\nVStem: -20 0<784 789> 50 60<76 540> 389.974 59.3797<344 368> 420 30<600.25 612.506>\nFore\n450 600 m 1\n 490 600 l 1\n 531 540 l 1\n 110 540 l 1\n 110 75 l 1\n 226 108 415 273 388 376 c 1\n 299 290 225 408 260 460 c 0\n 290 505 417 536 445 406 c 0\n 489 198 225 19 87 0 c 9\n 50 51 l 1\n 50 540 l 1\n 20 540 l 1\n -20 600 l 1\n 420 600 l 1\n 420 760 -20 566 -20 790 c 5\n -20 656 450 839 450 600 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni09A0\nEncoding: 2464 2464 1062\nWidth: 490\nFlags: W\nHStem: -0.100512 87.7355<186 204> 540 60<40 142 220 250 301 470>\nVStem: 43.6287 59.3713<130 132>\nFore\n250 540 m 1\n 210 540 l 1\n 311 152 100 254 103 130 c 1\n 278 -47 473 376 250 540 c 1\n300 540 m 1\n 591 319 288 -156 90 50 c 9\n 43 101 l 17\n 39 348 258 206 170 540 c 1\n 40 540 l 1\n -20 600 l 5\n 143 600 l 5\n 144 596 -48 842 200 800 c 1\n 240 740 l 1\n 119 784 96 684 220 600 c 5\n 470 600 l 5\n 501 540 l 1\n 300 540 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni09A1\nEncoding: 2465 2465 1063\nWidth: 520\nFlags: W\nHStem: -5.56715 88.0702<252 268> 540 60<20 210 281 500>\nVStem: 210 70<301 540>\nFore\n500 600 m 1\n 540 540 l 1\n 280 540 l 1\n 280 300 l 1\n 336 324 410 355 440 420 c 1\n 647 -13 0 -301 0 500 c 1\n 20 480 l 1\n 46 -65 440 20 440 320 c 1\n 396 272 347 255 280 230 c 9\n 210 300 l 5\n 210 540 l 1\n 20 540 l 1\n -20 600 l 1\n 500 600 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni09A2\nEncoding: 2466 2466 1064\nWidth: 520\nFlags: W\nHStem: 540 60<20 50 111 490>\nVStem: 50 60<76 540> 389.974 64.237<344 368>\nFore\n490 600 m 5\n 531 540 l 5\n 110 540 l 5\n 110 75 l 5\n 226 108 415 273 388 376 c 5\n 299 290 227 408 260 460 c 4\n 290 507 422 536 450 406 c 4\n 494 198 225 19 87 0 c 5\n 50 51 l 1\n 50 540 l 1\n 20 540 l 1\n -20 600 l 1\n 490 600 l 5\nEndSplineSet\nEndChar\nStartChar: uni09A3\nEncoding: 2467 2467 1065\nWidth: 470\nFlags: W\nHStem: 540 60<410 450>\nVStem: 20.6693 58.1655<394 411> 350 60<64 435 491 540>\nFore\n120 260 m 1\n -34 284 -4 600 170 600 c 1\n 233 599 348 490 348 490 c 1\n 348 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n 410 0 l 1\n 350 64 l 1\n 350 435 l 1\n 92 670 55 398 90 340 c 1\n 179 568 356 242 120 260 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni09A4\nEncoding: 2468 2468 1066\nWidth: 540\nFlags: W\nHStem: -1.04785 96.4261<268 284> 540 60<20 520>\nVStem: 260 150<430 436> 435.593 48.0446<286 318>\nFore\n560 540 m 5\n 520 600 l 5\n -20 600 l 5\n 20 540 l 5\n 560 540 l 5\n470 186 m 1\n 552 594 261 517 260 437 c 1\n 260 316 410 316 410 437 c 1\n 538 126 166 -164 20 480 c 1\n 0 500 l 1\n 70 -30 320 -148 470 186 c 1\nEndSplineSet\nEndChar\nStartChar: uni09A5\nEncoding: 2469 2469 1067\nWidth: 490\nFlags: W\nHStem: 540 60<150.125 170.491 430 470>\nVStem: 20 139.499<479 496> 370 60<131 540>\nDStem: 210 410 260 380 20 300 120 300\nFore\n120 300 m 1\n150 600 m 1\n 308 600 347 430 260 380 c 2\n 120 300 l 1\n 120 300 298 241 370 130 c 1\n 370 600 l 1\n 470 600 l 1\n 510 540 l 1\n 430 540 l 1\n 430 0 l 1\n 431 29 235 202 40 280 c 9\n 20 300 l 17\n 210 410 l 2\n 277 449 299 540 150 540 c 1\n 204 388 20 376 20 480 c 0\n 20 570 90 600 150 600 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni09A6\nEncoding: 2470 2470 1068\nWidth: 470\nFlags: W\nHStem: 540 60<20 50 111 450>\nVStem: 50 60<275 540> 304.831 41.6653<192 224>\nFore\n110 274 m 1\n 110 540 l 1\n 491 540 l 1\n 450 600 l 1\n -20 600 l 1\n 20 540 l 1\n 50 540 l 1\n 50 250 l 1\n 110 179 l 1\n 110 179 246 356 323 396 c 1\n 272 131 336 64 370 0 c 5\n 390 20 l 5\n 320 156 340 306 410 410 c 9\n 360 510 l 17\n 274 486 193 388 110 274 c 1\nEndSplineSet\nEndChar\nStartChar: uni09A7\nEncoding: 2471 2471 1069\nWidth: 490\nFlags: W\nHStem: 540 60<430 470>\nVStem: 89.867 144.499<523 534> 370 60<131 444 500 540>\nDStem: 231 422 370 445 20 300 120 300 370 500 370 445 255 434 120 300\nFore\n370 445 m 1\n 120 300 l 1\n 120 300 304 234 370 130 c 1\n 370 445 l 1\n255 434 m 1\n 370 500 l 1\n 370 600 l 1\n 470 600 l 1\n 510 540 l 1\n 430 540 l 1\n 430 0 l 1\n 430 38 250 189 40 280 c 9\n 20 300 l 17\n 231 422 l 1\n 231 422 33 463 106 570 c 0\n 163 654 312 538 186 467 c 1\n 211 433 240 443 255 434 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni09A8\nEncoding: 2472 2472 1070\nWidth: 452\nFlags: W\nHStem: 540 60<20 329 390 430>\nVStem: 330 60<182 540>\nFore\n330 540 m 1\n 330 181 l 1\n 292 273 228 389 120 406 c 0\n 42 418 0 364 0 300 c 16\n 0 194 228 215 120 349 c 1\n 236 322 313 136 390 0 c 1\n 390 540 l 1\n 470 540 l 1\n 430 600 l 1\n -20 600 l 1\n 20 540 l 1\n 330 540 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni09AA\nEncoding: 2474 2474 1071\nWidth: 560\nFlags: W\nHStem: 362.361 32.1362<75 81> 540 60<212 228 501 541>\nVStem: 20.0832 49.9168<352.118 359.969> 440 61<60 400 441 540>\nFore\n120 240 m 1\n 147 264 l 2\n 195 307 76 376 70 360 c 1\n 71 330 20 318 20 340 c 16\n 20 377 14 600 220 600 c 0\n 295 600 440 440 440 440 c 1\n 440 600 l 1\n 541 600 l 1\n 581 540 l 1\n 501 540 l 1\n 501 0 l 1\n 440 60 l 1\n 440 400 l 1\n 420 420 l 9\n 150 210 l 17\n 120 240 l 1\n370 450 m 1\n 331 512 150 646 72 393 c 1\n 92 409 233 333 163 271 c 1\n 163 271 371 450 370 450 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni09AB\nEncoding: 2475 2475 1072\nWidth: 650\nFlags: W\nHStem: 540 60<20 49 80 630>\nVStem: 350 60<131 439>\nDStem: 190 410 290 410 0 300 100 300\nFore\n410 440 m 5\n 410 0 l 1\n 316 102 20 280 20 280 c 9\n 0 300 l 17\n 190 410 l 17\n 151 416 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 630 600 l 1\n 670 540 l 1\n 80 540 l 1\n 53 497 133 481 290 410 c 1\n 100 300 l 1\n 100 300 252 215 350 130 c 1\n 350 500 l 1\n 410 500 l 1\n 480 500 614 414 590 300 c 0\n 557 143 366 312 540 370 c 1\n 522 430 410 440 410 440 c 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni09AC\nEncoding: 2476 2476 1073\nWidth: 480\nFlags: W\nHStem: 540 60<20 349 410 450>\nVStem: 350 60<131 444 500 540>\nDStem: 350 500 350 445 0 300 100 300\nFore\n350 445 m 5\n 100 300 l 5\n 100 300 270 244 350 130 c 5\n 350 445 l 5\n350 540 m 5\n 20 540 l 5\n -20 600 l 5\n 450 600 l 5\n 490 540 l 5\n 410 540 l 5\n 410 0 l 5\n 410 36 232 186 20 280 c 13\n 0 300 l 21\n 350 500 l 21\n 350 540 l 5\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni09AD\nEncoding: 2477 2477 1074\nWidth: 588\nFlags: W\nHStem: 1.27869 96.3946<300 322> 279.477 60.0067<315.071 337.792> 540 60<20 570>\nVStem: 199.824 169.425<409 416> 496.905 34.8485<305 339>\nFore\n20 540 m 1\n -20 600 l 5\n 570 600 l 5\n 610 540 l 1\n 20 540 l 1\n479 114 m 0\n 324 -108 86 -14 0 500 c 1\n 20 480 l 1\n 197 -164 583 140 480 410 c 1\n 350 141 116 351 230 478 c 1\n 324 579 440 395 315 340 c 1\n 370 335 408 363 480 490 c 1\n 540 443 558 226 479 114 c 0\nEndSplineSet\nEndChar\nStartChar: uni09AE\nEncoding: 2478 2478 1075\nWidth: 470\nFlags: W\nHStem: 166.362 167.693<81.3143 104.081> 540 60<22 46 78 349 410 450>\nVStem: 350 60<131 539>\nFore\n410 540 m 1\n 410 0 l 1\n 318 150 170 200 170 200 c 1\n -20 52 -20 449 170 300 c 1\n 170 300 209 342 202 373 c 16\n 190 424 12 427 5 477 c 0\n 1 508 28 518 47 540 c 1\n 22 540 l 1\n -19 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n224 384 m 0\n 246 342 204 294 170 250 c 1\n 170 250 263 202 350 130 c 1\n 350 540 l 1\n 78 540 l 1\n 54 494 185 458 224 384 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni09AF\nEncoding: 2479 2479 1076\nWidth: 470\nFlags: W\nHStem: 540 60<20 49 80 349 410 450>\nVStem: 350 60<131 539>\nDStem: 190 410 290 410 0 300 100 300\nFore\n350 540 m 1\n 80 540 l 1\n 53 497 133 481 290 410 c 1\n 100 300 l 1\n 100 300 292 234 350 130 c 1\n 350 540 l 1\n410 540 m 1\n 410 0 l 1\n 410 32 216 204 20 280 c 9\n 0 300 l 17\n 190 410 l 17\n 151 416 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni09B0\nEncoding: 2480 2480 1077\nWidth: 480\nFlags: W\nHStem: 0.535215 99.699<188 192> 540 60<20 349 410 450>\nVStem: 140 100<48 52> 350 60<131 444 500 540>\nDStem: 350 500 350 445 0 300 100 300\nFore\n140 50 m 0\n 140 118 240 116 240 50 c 128\n 240 -16 140 -16 140 50 c 0\n350 445 m 1\n 100 300 l 1\n 100 300 270 240 350 130 c 1\n 350 445 l 1\n350 540 m 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n 410 0 l 1\n 410 40 226 192 20 280 c 9\n 0 300 l 17\n 350 500 l 17\n 350 540 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni09B2\nEncoding: 2482 2482 1078\nWidth: 472\nFlags: W\nHStem: 185.455 124.21<135 140> 409.533 80.1477<92 102 278 284> 540 60<20 349 410 450>\nVStem: 350 60<64 356 391 540>\nFore\n73 237 m 1\n 145 452 310 113 70 200 c 1\n 70 200 0 259 0 370 c 1\n -4 454 115 581 200 390 c 1\n 262 547 320 498 350 390 c 1\n 350 540 l 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n 410 0 l 1\n 350 64 l 1\n 350 356 l 1\n 280 462 232 391 200 320 c 1\n 83 529 -15 321 73 237 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni09B6\nEncoding: 2486 2486 1079\nWidth: 512\nFlags: W\nHStem: 539.761 45.5367<84 89 292 298> 540 60<450 490>\nVStem: 390 60<64 410 445 540>\nFore\n190 370 m 1\n 99 199 9 361 140 450 c 1\n 105 619 37 498 37 498 c 9\n 20 537 l 17\n 20 537 101 682 190 470 c 1\n 274 670 367 575 390 444 c 1\n 390 600 l 1\n 490 600 l 1\n 530 540 l 1\n 450 540 l 1\n 450 0 l 1\n 390 64 l 1\n 390 410 l 1\n 337 538 280 606 240 450 c 1\n 371 361 281 199 190 370 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni09B7\nEncoding: 2487 2487 1080\nWidth: 470\nFlags: W\nHStem: 540 60<20 49 80 349 410 450>\nVStem: 350 60<131 366 402 539>\nDStem: 190 410 259 393 0 300 100 300\nFore\n350 366 m 1\n 259 393 l 1\n 100 300 l 1\n 100 300 270 242 350 130 c 1\n 350 366 l 1\n350 401 m 1\n 350 540 l 1\n 80 540 l 1\n 35 484 338 405 350 401 c 1\n410 540 m 1\n 410 0 l 5\n 410 30 242 190 20 280 c 13\n 0 300 l 17\n 190 410 l 17\n 151 416 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni09B8\nEncoding: 2488 2488 1081\nWidth: 470\nFlags: W\nHStem: 540 60<20 49 79 349 410 450>\nVStem: 350 60<60 366 401 539>\nFore\n0 300 m 1\n 81 244 230 405 230 405 c 1\n 158 415 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\n 410 0 l 1\n 350 60 l 5\n 350 366 l 1\n 292 549 137 99 0 300 c 1\n250 430 m 1\n 314 488 317 456 350 400 c 1\n 350 540 l 1\n 79 540 l 1\n 42 494 212 455 250 430 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni09B9\nEncoding: 2489 2489 1082\nWidth: 520\nFlags: W\nHStem: 540 60<20 500>\nFore\n500 600 m 5\n -20 600 l 5\n 20 540 l 1\n 540 540 l 1\n 500 600 l 5\n148 240 m 1\n 171 236 387 89 460 20 c 1\n 420 0 l 1\n 287 147 40 240 40 240 c 17\n 0 300 l 1\n 189 244 643 401 223 476 c 1\n 215 332 19 379 19 449 c 0\n 19 558 393 528 452 412 c 8\n 515 287 227 240 148 240 c 1\nEndSplineSet\nEndChar\nStartChar: uni09BC\nEncoding: 2492 2492 1083\nWidth: 160\nFlags: W\nHStem: -99.4648 99.699<68 72>\nVStem: 20 100<-52 -48>\nFore\n20 -50 m 0\n 20 18 120 16 120 -50 c 0\n 120 -116 20 -116 20 -50 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni09BE\nEncoding: 2494 2494 1084\nWidth: 180\nFlags: W\nHStem: 540 60<120 160>\nVStem: 60 60<60 480>\nDStem: -20 600 20 600 60 480 60 540\nFore\n20 600 m 1\n 60 540 l 1\n 60 600 l 1\n 160 600 l 1\n 200 540 l 1\n 120 540 l 1\n 120 0 l 1\n 60 60 l 5\n 60 480 l 1\n -20 600 l 1\n 20 600 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni09BF\nEncoding: 2495 2495 1085\nWidth: 180\nFlags: W\nHStem: 540 60<20 59 120 160> 739.268 60.3572<268 300>\nVStem: 60 60<60 540>\nDStem: -20 600 100 630 20 540 120 600\nFore\n20 540 m 1\n -20 600 l 1\n 60 600 l 1\n 40 630 l 1\n 232 976 528 696 680 640 c 1\n 660 640 l 1\n 325 746 235 802 100 630 c 1\n 120 600 l 1\n 160 600 l 1\n 200 540 l 1\n 120 540 l 1\n 120 0 l 1\n 60 60 l 5\n 60 540 l 1\n 20 540 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni09C0\nEncoding: 2496 2496 1086\nWidth: 180\nFlags: W\nHStem: 540 60<20 59 120 160> 636.225 37.7084<-356 -224> 761.242 38.8149<-260 -212>\nVStem: -500 60<699 704> -120 60<601 602> 60 60<60 540>\nFore\n200 540 m 1\n 120 540 l 1\n 120 0 l 1\n 60 60 l 1\n 60 540 l 1\n 20 540 l 1\n -20 600 l 1\n 60 600 l 1\n 78 806 -440 786 -440 700 c 0\n -440 636 -60 726 -60 600 c 1\n -120 600 l 1\n -120 682 -500 580 -500 700 c 0\n -500 830 120 870 120 600 c 1\n 160 600 l 5\n 200 540 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni09C1\nEncoding: 2497 2497 1087\nWidth: 320\nFlags: W\nHStem: -143.797 23.7203<68 76> -58.6157 24.4982<115 132> -20 20G<170 200>\nVStem: 20.4125 28.5875<-97 -86>\nDStem: 170 0 200 0 156 -37 182 -46\nFore\n148 -60 m 1\n 143 -57 36 -53 49 -98 c 0\n 64 -153 136 -96 148 -60 c 1\n174 -68 m 1\n 44 -269 -86 -4 156 -37 c 9\n 170 0 l 25\n 200 0 l 17\n 182 -46 l 1\n 246 -71 276 -136 280 -150 c 1\n 256 -120 196 -72 174 -68 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni09C2\nEncoding: 2498 2498 1088\nWidth: 329\nFlags: W\nHStem: -147.101 32.3686<84 96> -41.7243 25.9428<89 108> -20 20G<149 179>\nVStem: 28.4572 25.5428<-89 -78>\nDStem: 149 0 179 0 141 -24 159 -55\nFore\n159 -55 m 1\n 144 -44 54 -20 54 -80 c 0\n 54 -113 91 -134 144 -90 c 1\n 211 -94 269 -180 269 -180 c 1\n 245 -154 171 -124 149 -120 c 1\n 10 -230 -30 34 141 -24 c 9\n 149 0 l 25\n 179 0 l 17\n 159 -55 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni09C3\nEncoding: 2499 2499 1089\nWidth: 195\nFlags: W\nDStem: 35 -75 91 -75 150 -150 173 -127 150 0 173 -23 35 -75 91 -75\nFore\n35 -75 m 25\n 150 0 l 25\n 173 -23 l 25\n 91 -75 l 25\n 173 -127 l 25\n 150 -150 l 25\n 35 -75 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni09C4\nEncoding: 2500 2500 1090\nWidth: 260\nFlags: W\nDStem: -50 -167 6 -167 66 -242 88 -219 66 -92 88 -115 -50 -167 6 -167 75 -75 131 -75 190 -150 213 -127 190 0 213 -23 75 -75 131 -75\nFore\n-50 -167 m 25\n 66 -92 l 25\n 88 -115 l 25\n 6 -167 l 25\n 88 -219 l 25\n 66 -242 l 25\n -50 -167 l 25\n75 -75 m 25\n 190 0 l 25\n 213 -23 l 25\n 131 -75 l 25\n 213 -127 l 25\n 190 -150 l 25\n 75 -75 l 25\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni09C7\nEncoding: 2503 2503 1091\nWidth: 340\nFlags: W\nHStem: 3.89264 103.607<227 236> 540 60<20 159 190 320>\nVStem: 1.15137 59.3765<195 227>\nFore\n-20 600 m 1\n 320 600 l 1\n 360 540 l 1\n 190 540 l 1\n 193 539 -90 160 170 40 c 1\n 244 228 363 -39 190 10 c 0\n -218 126 160 540 160 540 c 1\n 20 540 l 1\n -20 600 l 1\nEndSplineSet\nEndChar\nStartChar: uni09C8\nEncoding: 2504 2504 1092\nWidth: 340\nFlags: W\nHStem: 3.89264 103.607<227 236> 540 60<20 159 190 320> 671.09 63.0564<59 92>\nVStem: -20 0<775.107 789.809> 1.15137 59.3765<195 227> 160 30<600.251 618.879>\nFore\n190 600 m 5\n 190 839 -20 656 -20 790 c 5\n -20 566 160 760 160 600 c 5\n -20 600 l 5\n 20 540 l 1\n 160 540 l 1\n 160 540 -218 126 190 10 c 0\n 363 -39 244 228 170 40 c 1\n -90 160 193 539 190 540 c 1\n 360 540 l 1\n 320 600 l 5\n 190 600 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni09CB\nEncoding: 2507 2507 1093\nWidth: 740\nFlags: W\nHStem: 3.89264 103.607<227 236> 540 60<20 159 190 320 680 720>\nVStem: 1.40166 59.3403<192 224> 620 60<60 466>\nDStem: 540 600 580 600 620 466 620 540\nFore\n580 600 m 1\n 620 540 l 1\n 620 600 l 1\n 720 600 l 1\n 760 540 l 1\n 680 540 l 1\n 680 0 l 1\n 620 60 l 5\n 620 466 l 5\n 540 600 l 1\n 580 600 l 1\n-20 600 m 1\n 320 600 l 1\n 360 540 l 1\n 190 540 l 1\n 193 539 -90 160 170 40 c 1\n 244 228 363 -39 190 10 c 0\n -218 126 160 540 160 540 c 1\n 20 540 l 1\n -20 600 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni09CC\nEncoding: 2508 2508 1094\nWidth: 740\nFlags: W\nHStem: 3.89264 103.607<227 236> 540 60<20 159 190 320 680 720> 671.831 62.1827<508 556>\nVStem: 1.40166 59.3403<192 224> 440 0<784 789> 620 30<600 608> 620 60<60 480>\nDStem: 540 600 580 600 620 480 620 540\nFore\n620 600 m 1\n 620 540 l 1\n 580 600 l 1\n 540 600 l 1\n 620 480 l 1\n 620 60 l 5\n 680 0 l 1\n 680 540 l 1\n 760 540 l 1\n 720 600 l 1\n 650 600 l 1\n 650 839 440 656 440 790 c 1\n 440 566 620 760 620 600 c 1\n-20 600 m 1\n 320 600 l 1\n 360 540 l 1\n 190 540 l 1\n 193 539 -90 160 170 40 c 1\n 244 228 363 -39 190 10 c 0\n -218 126 160 540 160 540 c 1\n 20 540 l 1\n -20 600 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni09CD\nEncoding: 2509 2509 1095\nWidth: 400\nFlags: W\nFore\n120 -35 m 5\n 207 -43 253 -137 290 -175 c 5\n 270 -185 l 5\n 270 -185 219 -89 140 -65 c 5\n 120 -35 l 5\nEndSplineSet\nEndChar\nStartChar: uni09D7\nEncoding: 2519 2519 1096\nWidth: 180\nFlags: W\nHStem: 540 60<120 160> 671.06 63.1048<-40 -8>\nVStem: -120 0<784 789> 60 30<600 608> 60 60<60 480>\nDStem: -20 600 20 600 60 480 60 540\nFore\n60 600 m 1\n 60 540 l 1\n 20 600 l 1\n -20 600 l 1\n 60 480 l 1\n 60 60 l 5\n 120 0 l 1\n 120 540 l 1\n 200 540 l 1\n 160 600 l 1\n 90 600 l 1\n 90 839 -120 656 -120 790 c 1\n -120 566 60 760 60 600 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni09DC\nEncoding: 2524 2524 1097\nWidth: 540\nFlags: W\nHStem: -149.465 99.699<248 259> 0.717923 81.4763<248 272> 540 60<20 200 261 520>\nVStem: 200 60<301 540> 200 100<-102 -98>\nFore\n200 -100 m 4\n 200 -32 300 -34 300 -100 c 4\n 300 -166 200 -166 200 -100 c 4\n520 600 m 1\n 560 540 l 1\n 260 540 l 1\n 260 300 l 1\n 287 301 412 350 450 440 c 1\n 646 0 0 -301 0 500 c 1\n 20 480 l 1\n 46 -65 460 11 440 340 c 1\n 396 292 337 255 270 230 c 9\n 200 300 l 1\n 200 540 l 1\n 20 540 l 1\n -20 600 l 1\n 520 600 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni09DD\nEncoding: 2525 2525 1098\nWidth: 520\nFlags: W\nHStem: -148.61 98.0542<140 156> 540 60<20 50 111 490>\nVStem: 50 60<76 540> 100 100<-102 -98> 389.974 56.4653<344 362>\nFore\n100 -100 m 0\n 100 -32 200 -34 200 -100 c 128\n 200 -166 100 -166 100 -100 c 0\n110 75 m 1\n 226 108 415 273 388 376 c 1\n 299 290 224 405 260 462 c 0\n 287 505 414 536 442 406 c 0\n 486 198 225 19 87 0 c 9\n 50 51 l 1\n 50 540 l 1\n 20 540 l 1\n -20 600 l 1\n 490 600 l 1\n 531 540 l 1\n 110 540 l 1\n 110 75 l 1\nEndSplineSet\nEndChar\nStartChar: uni09DF\nEncoding: 2527 2527 1099\nWidth: 470\nFlags: W\nHStem: 0.535215 99.699<188 192> 540 60<20 49 80 349 410 450>\nVStem: 140 100<48 52> 350 60<131 539>\nDStem: 190 410 290 410 0 300 100 300\nFore\n140 50 m 0\n 140 118 240 116 240 50 c 132\n 240 -16 140 -16 140 50 c 0\n350 540 m 1\n 80 540 l 1\n 53 497 133 481 290 410 c 1\n 100 300 l 1\n 100 300 282 236 350 130 c 1\n 350 540 l 1\n410 540 m 1\n 410 0 l 1\n 410 40 214 198 20 280 c 9\n 0 300 l 17\n 190 410 l 17\n 151 416 -96 443 50 540 c 1\n 20 540 l 1\n -20 600 l 1\n 450 600 l 1\n 490 540 l 1\n 410 540 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni09E0\nEncoding: 2528 2528 1100\nWidth: 612\nFlags: W\nHStem: 412.909 127.085<79 90> 540 60<550 590>\nVStem: 370 60<190 444 500 599> 430 0<1 2> 490 60<121 540>\nDStem: 65 75 121 75 180 0 203 23 180 150 203 127 65 75 121 75 220 550 220 600 300 460 330 480 300 460 370 445 20 300 120 300 430 130 430 190 550 0 490 120\nFore\n65 75 m 25\n 180 150 l 25\n 203 127 l 25\n 121 75 l 25\n 203 23 l 25\n 180 0 l 25\n 65 75 l 25\nEndSplineSet\nMinimumDistance: x2,-1 \nRef: 2443 2443 S 1 0 0 1 0 0\nEndChar\nStartChar: uni09E1\nEncoding: 2529 2529 1101\nWidth: 420\nFlags: W\nHStem: -115.772 31.1993<130 137> 119.417 131.938<71 83>\nVStem: 20.6577 121.24<168 174> 156.238 11.2606<-118 -113> 191 17<-91 -90> 310 70<206 222>\nFore\n128 -140 m 1\n 120 -126 l 1\n 139 -139 172 -120 149 -101 c 1\n 154 -114 120 -127 120 -101 c 0\n 120 -64 183 -93 164 -130 c 1\n 190 -125 190 -105 191 -92 c 0\n 191 -63 120 -47 120 0 c 1\n 125 -5 l 1\n 130 -34 208 -58 208 -92 c 0\n 208 -127 178 -158 128 -140 c 1\n50 20 m 1\n 20 80 l 1\n 95 24 232 105 140 180 c 1\n 160 129 20 74 20 180 c 0\n 20 335 279 215 200 60 c 1\n 306 82 309 166 310 220 c 0\n 312 340 20 406 20 600 c 1\n 40 580 l 1\n 58 458 380 358 380 220 c 0\n 380 74 256 -54 50 20 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni09E2\nEncoding: 2530 2530 1102\nWidth: 234\nFlags: W\nHStem: -115.772 31.1993<110 117>\nVStem: 136.238 11.2606<-118 -113> 171 17<-91 -90>\nFore\n108 -140 m 5\n 100 -126 l 5\n 119 -139 152 -120 129 -101 c 5\n 134 -114 100 -127 100 -101 c 4\n 100 -64 163 -93 144 -130 c 5\n 170 -125 170 -105 171 -92 c 4\n 171 -63 100 -47 100 0 c 5\n 105 -5 l 5\n 110 -34 188 -58 188 -92 c 4\n 188 -127 158 -158 108 -140 c 5\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni09E3\nEncoding: 2531 2531 1103\nWidth: 360\nFlags: W\nHStem: -115.772 31.1993<110 117> -65.7721 31.1993<220 228>\nVStem: 136.238 11.2606<-118 -113> 171 17<-91 -88> 246.238 11.2606<-68 -63> 281 17<-41 -40>\nFore\n218 -90 m 1\n 210 -76 l 1\n 229 -89 262 -70 239 -51 c 1\n 244 -64 210 -77 210 -51 c 0\n 210 -14 273 -43 254 -80 c 1\n 280 -75 280 -55 281 -42 c 0\n 281 -13 210 3 210 50 c 1\n 215 45 l 1\n 220 16 298 -8 298 -42 c 0\n 298 -77 268 -108 218 -90 c 1\n108 -140 m 1\n 100 -126 l 1\n 119 -139 152 -120 129 -101 c 1\n 134 -114 100 -127 100 -101 c 0\n 100 -64 163 -93 144 -130 c 1\n 170 -125 170 -105 171 -92 c 0\n 171 -63 100 -47 100 0 c 1\n 105 -5 l 1\n 110 -34 188 -58 188 -92 c 0\n 188 -127 158 -158 108 -140 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni09E6\nEncoding: 2534 2534 1104\nWidth: 460\nFlags: W\nHStem: 0 80<214 230> 520 80<214 230>\nVStem: 22.1409 48.0576<288 320> 371.912 45.1374<288 320>\nFore\n220 0 m 0\n -44 0 -44 600 220 600 c 0\n 486 600 480 0 220 0 c 0\n220 80 m 0\n 418 80 428 520 220 520 c 0\n 20 520 20 80 220 80 c 0\nEndSplineSet\nEndChar\nStartChar: uni09E7\nEncoding: 2535 2535 1105\nWidth: 420\nFlags: W\nHStem: 0 50<160.125 163.811>\nVStem: 20.0402 153.435<110 116> 310 70<199 224>\nFore\n40 580 m 17\n 41 476 380 356 380 222 c 0\n 380 171 376 21 164 0 c 1\n -27 0 -6 200 100 200 c 0\n 181 200 185 107 160 50 c 1\n 261 50 310 122 310 220 c 0\n 310 339 20 406 20 600 c 9\n 40 580 l 17\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni09E8\nEncoding: 2536 2536 1106\nWidth: 520\nFlags: W\nHStem: 268.764 52.1245<243 307>\nVStem: 417.946 63.0535<359 368>\nFore\n189 270 m 1\n 212 266 406 89 479 20 c 1\n 439 0 l 1\n 306 147 79 260 79 260 c 17\n 19 360 l 1\n 289 272 711 332 119 520 c 1\n 119 520 71 598 69 600 c 5\n 69 600 481 486 481 366 c 8\n 481 243 233 272 189 270 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni09E9\nEncoding: 2537 2537 1107\nWidth: 540\nFlags: W\nHStem: -4.02787 88.7469<297 308>\nVStem: 457.389 44.5948<309 347>\nFore\n499 228 m 1\n 532 705 281 636 255 512 c 1\n 242 396 391 353 431 480 c 1\n 559 164 205 -270 39 580 c 1\n 19 600 l 1\n 98 -43 347 -182 499 228 c 1\nEndSplineSet\nEndChar\nStartChar: uni09EA\nEncoding: 2538 2538 1108\nWidth: 400\nFlags: W\nHStem: 0 70<181 197> 269 62<181 213> 530 70<181 197>\nVStem: 22.2886 35.7985<180 192 416 416> 321.746 36.0523<177 181 416 423>\nFore\n73 299 m 1\n -44 372 56 600 190 600 c 0\n 333 600 420 373 307 300 c 1\n 420 227 333 0 190 0 c 0\n 56 0 -44 226 73 299 c 1\n190 269 m 0\n -10 269 40 70 190 70 c 0\n 343 70 387 269 190 269 c 0\n190 331 m 0\n 387 331 343 530 190 530 c 0\n 40 530 -10 331 190 331 c 0\nEndSplineSet\nEndChar\nStartChar: uni09EB\nEncoding: 2539 2539 1109\nWidth: 400\nFlags: W\nVStem: 24.667 66.6434<286 303> 191.087 46.8652<206 222>\nFore\n225 500 m 1\n 30 392 87 218 151 135 c 0\n 173 106 217 86 235 80 c 1\n 195 128 141 283 285 370 c 1\n 260 391 226 444 225 500 c 1\n295 530 m 1\n 255 510 l 1\n 253 474 281 413 315 380 c 1\n 335 390 l 1\n 351 336 l 1\n 156 305 263 93 305 0 c 1\n 271 -8 179 30 120 94 c 0\n -16 240 -41 421 275 600 c 1\n 295 530 l 1\nEndSplineSet\nEndChar\nStartChar: uni09EC\nEncoding: 2540 2540 1110\nWidth: 560\nFlags: W\nHStem: 0.376464 81.4573<265.253 300.154>\nVStem: 224 60<301 540>\nFore\n224 540 m 1\n 181 580 207 654 284 540 c 1\n 284 300 l 1\n 311 301 436 350 474 440 c 1\n 670 0 24 -301 24 500 c 1\n 44 480 l 1\n 70 -65 484 11 464 340 c 1\n 420 292 361 255 294 230 c 9\n 224 300 l 1\n 224 540 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni09ED\nEncoding: 2541 2541 1111\nWidth: 390\nFlags: W\nHStem: 266.223 70.3307<181 208>\nVStem: 22.2208 45.1001<408 422> 290 60<62 273 350 462>\nFore\n290 274 m 1\n -196 180 74 884 350 462 c 1\n 350 3 l 1\n 290 62 l 25\n 290 274 l 1\n290 350 m 1\n 290 485 l 1\n 169 693 -144 256 290 350 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni09EE\nEncoding: 2542 2542 1112\nWidth: 480\nFlags: W\nVStem: 40 60<75 277 331 530>\nFore\n432 455 m 1\n 425 365 395 352 375 345 c 1\n 445 197 274 46 78 0 c 1\n 40 50 l 1\n 40 530 l 1\n -5 577 21 657 100 530 c 5\n 100 330 l 1\n 100 420 432 344 432 455 c 1\n100 74 m 1\n 294 150 348 271 350 340 c 1\n 315 309 100 340 100 270 c 1\n 100 74 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni09EF\nEncoding: 2543 2543 1113\nWidth: 420\nFlags: W\nHStem: 118.63 131.874<71 84>\nVStem: 20.9128 120.854<169 176> 172.818 41.0339<111 120>\nFore\n40 580 m 1\n 20 600 l 1\n 20 410 310 326 310 220 c 0\n 310 182 310 79 200 60 c 1\n 276 219 20 328 20 184 c 0\n 20 71 159 128 140 180 c 1\n 182 149 192 68 120 40 c 1\n 150 0 l 1\n 347 0 388 156 380 220 c 4\n 358 383 56 455 40 580 c 1\nEndSplineSet\nEndChar\nStartChar: uni09F0\nEncoding: 2544 2544 1114\nWidth: 480\nFlags: W\nHStem: 540 60<30 359 420 460>\nVStem: 360 60<131 240 258 444 500 540>\nDStem: 360 500 360 445 10 300 110 300\nFore\n198 389 m 5\n 285 381 331 287 368 249 c 5\n 348 239 l 5\n 348 239 297 335 218 359 c 5\n 198 389 l 5\n360 445 m 1\n 110 300 l 1\n 110 300 280 244 360 130 c 1\n 360 445 l 1\n360 540 m 1\n 30 540 l 1\n -10 600 l 1\n 460 600 l 1\n 500 540 l 1\n 420 540 l 1\n 420 0 l 1\n 420 36 242 186 30 280 c 9\n 10 300 l 17\n 360 500 l 17\n 360 540 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni09F1\nEncoding: 2545 2545 1115\nWidth: 470\nFlags: W\nHStem: 540 60<27 356 417 457>\nVStem: 357 60<131 444 500 540>\nDStem: 357 500 357 445 7 300 107 300\nFore\n357 445 m 1\n 107 300 l 1\n 107 300 277 244 357 130 c 1\n 357 445 l 1\n357 540 m 1\n 27 540 l 1\n -13 600 l 1\n 457 600 l 1\n 497 540 l 1\n 417 540 l 1\n 417 0 l 1\n 417 36 239 186 27 280 c 9\n 7 300 l 17\n 357 500 l 17\n 357 540 l 1\n127 150 m 1\n 214 142 260 48 297 10 c 1\n 277 0 l 1\n 277 0 226 96 147 120 c 1\n 127 150 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni09F2\nEncoding: 2546 2546 1116\nWidth: 400\nFlags: W\nHStem: 280 66.2607<61 78>\nFore\n20 340 m 1\n 286 402 360 20 360 20 c 5\n 320 40 l 5\n 320 40 271 280 60 280 c 1\n 20 340 l 1\nEndSplineSet\nEndChar\nStartChar: uni09F3\nEncoding: 2547 2547 1117\nWidth: 470\nFlags: W\nHStem: 400 60<20 120 181 450>\nVStem: 120 60<76 400 461 704> 353.089 59.4741<192 208>\nFore\n0 690 m 1\n 79 773 121 775 121 686 c 2\n 120 460 l 1\n -20 460 l 1\n 20 400 l 1\n 120 400 l 5\n 120 51 l 1\n 157 0 l 17\n 295 19 449 58 405 266 c 0\n 377 396 274 348 260 300 c 0\n 253 277 278 200 348 236 c 1\n 375 133 296 108 180 75 c 1\n 180 400 l 1\n 491 400 l 1\n 450 460 l 1\n 180 460 l 1\n 180 692 l 2\n 180 883 40 784 -20 710 c 1\n 0 690 l 1\nEndSplineSet\nEndChar\nStartChar: uni09F4\nEncoding: 2548 2548 1118\nWidth: 400\nFlags: W\nHStem: 93.7393 66.2607<61 78>\nFore\n20 100 m 1\n 286 38 360 420 360 420 c 5\n 320 400 l 5\n 320 400 271 160 60 160 c 1\n 20 100 l 1\nEndSplineSet\nEndChar\nStartChar: uni09F5\nEncoding: 2549 2549 1119\nWidth: 400\nFlags: W\nHStem: 211.892 115.987<68 84>\nVStem: 20 103.995<262 276> 144.501 29.8195<234 242>\nFore\n80 160 m 1\n 40 100 l 1\n 306 38 360 420 360 420 c 1\n 320 400 l 1\n 320 400 308 214 158 171 c 1\n 234 330 20 377 20 274 c 0\n 20 186 148 190 120 290 c 1\n 162 259 152 188 80 160 c 1\nEndSplineSet\nEndChar\nStartChar: uni09F6\nEncoding: 2550 2550 1120\nWidth: 400\nFlags: W\nHStem: 98.91 56.3426<116 139> 265.886 114.114<95 102>\nVStem: 40 102.047<313 322> 156.486 22.8529<284 296>\nFore\n80 203 m 2\n 141 203 182 302 140 333 c 1\n 159 240 40 252 40 318 c 0\n 40 350 58 380 100 380 c 0\n 207 380 211 185 80 170 c 1\n 169 104 312 263 320 400 c 1\n 360 420 l 1\n 328 157 89 -27 20 203 c 1\n 80 203 l 2\nEndSplineSet\nEndChar\nStartChar: uni09F7\nEncoding: 2551 2551 1121\nWidth: 120\nFlags: W\nVStem: 20 60<60 540>\nFore\n20 600 m 1\n 20 60 l 1\n 80 0 l 1\n 80 540 l 1\n 20 600 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni09F8\nEncoding: 2552 2552 1122\nWidth: 440\nFlags: W\nVStem: 41 60<275 540> 295.831 41.6653<192 224>\nFore\n101 540 m 5\n 24 654 -3 580 41 540 c 1\n 41 250 l 1\n 101 179 l 1\n 101 179 237 356 314 396 c 1\n 263 131 327 64 361 0 c 1\n 381 20 l 1\n 311 156 331 306 401 410 c 9\n 351 510 l 17\n 265 486 184 388 101 274 c 1\n 101 540 l 1\n 101 540 l 5\nEndSplineSet\nEndChar\nStartChar: uni09F9\nEncoding: 2553 2553 1123\nWidth: 420\nFlags: W\nHStem: 200 45<196 212> 425 45<196 212>\nVStem: 20.2153 76.1701<328 344> 304.008 75.7767<328 344>\nFore\n200 200 m 0\n -40 200 -40 470 200 470 c 128\n 440 470 440 200 200 200 c 0\n200 425 m 0\n 62 425 61 245 200 245 c 0\n 340 245 338 425 200 425 c 0\nEndSplineSet\nEndChar\nStartChar: uni09FA\nEncoding: 2554 2554 1124\nWidth: 420\nFlags: W\nHStem: 176.591 66.3908<196 212> 352.987 135.524<196 212>\nVStem: 130 140<416 432>\nFore\n130 420 m 4\n 130 511 270 512 270 420 c 4\n 270 330 130 331 130 420 c 4\n20 490 m 1\n 110 160 291 161 380 490 c 1\n 380 70 20 74 20 490 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0A05\nEncoding: 2565 2565 1125\nWidth: 744\nFlags: W\nHStem: 0 21G<614 678> 211 57<462 614> 477 57<1 50 679 727>\nVStem: 76 126<102 185> 614 64<1 210 269 477> 614 114<478 533>\nFore\n126 250 m 1\n 126 313.488 76.603 440.723 50 477 c 1\n 0 477 l 1\n 0 534 l 1\n 85 534 l 1\n 115.11 500.284 159.702 394.181 172 338 c 1\n 192.039 379.047 275.209 451.721 324 462 c 1\n 358.667 450 388.667 422.333 414 379 c 0\n 427.333 356.333 443.333 319.333 462 268 c 1\n 614 268 l 1\n 614 534 l 1\n 728 534 l 1\n 728 477 l 1\n 678 477 l 1\n 678 0 l 1\n 614 0 l 1\n 614 211 l 1\n 462 211 l 1\n 458 158.333 445.5 110 424.5 66 c 128\n 403.5 22 382 0 360 0 c 0\n 327.333 0 311 19 311 57 c 0\n 311 124.586 361.487 201.884 402 236 c 1\n 402 282.462 345.089 375.332 320 397 c 1\n 276.075 377.366 216.046 310.113 196 265 c 1\n 200 235.667 202 209 202 185 c 0\n 202 91 173.333 44 116 44 c 0\n 89.3333 44 76 63.3333 76 102 c 0\n 76 145.333 92.6667 194.667 126 250 c 1\nEndSplineSet\nMinimumDistance: x11,-1 y16,14 y16,15 y9,11 y9,10 x13,11 x13,12 \nEndChar\nStartChar: uni0A06\nEncoding: 2566 2566 1126\nWidth: 914\nFlags: W\nHStem: 0 21<614 678> 477 57<1 50 462 614 679 727 729 787 853 883>\nVStem: 76 126<102 185> 614 64<1 210 269 477> 614 114<478 533> 728 156<477 533> 788 64<195 477>\nRef: 2622 2622 S 1 0 0 1 728 0\nRef: 2565 2565 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0A07\nEncoding: 2567 2567 1127\nWidth: 690\nFlags: W\nHStem: -10.0493 56.0493<462 478> 0 21<50 114> 254.649 56.3506<473 526> 477 57<1 50 115 173 175 206 273 569 635 655> 642 57<162.625 176>\nVStem: 0 174<477 534> 50 64<1 477 534 582> 174 482<477 533> 570 64<312 477 553 582>\nRef: 2674 2674 S 1 0 0 1 174 0\nRef: 2623 2623 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0A08\nEncoding: 2568 2568 1128\nWidth: 670\nFlags: W\nHStem: -10.0493 56.0493<288 304> 0 21<542 606> 254.649 56.3506<299 352> 477 57<1 32 99 395 461 481 483 541 606 655> 642 57<470.625 486>\nVStem: 0 482<477 533> 358 64<553 582> 396 64<312 477> 482 174<477 534> 542 64<1 477 534 582>\nRef: 2624 2624 S 1 0 0 1 482 0\nRef: 2674 2674 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0A09\nEncoding: 2569 2569 1129\nWidth: 596\nFlags: W\nHStem: -159 59<257 337> -16 67<320 336> 225 67<137 410> 467 67<107 483> 477 57<1 32 558 579> 663 67<272 304>\nVStem: 0 580<477 534> 145 309<-151 -100> 434 64<141 160> 484 73.6679<464 466>\nRef: 2625 2625 S 1 0 0 1 560 0\nRef: 2675 2675 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0A0A\nEncoding: 2570 2570 1130\nWidth: 596\nFlags: W\nHStem: -243 54<207.002 322> -142 54<207.002 322> -16 67<320 336> 225 67<137 410> 467 67<107 483> 477 57<1 32 558 579> 663 67<272 304>\nVStem: 0 580<477 534> 146 306<-239 -189 -138 -88> 434 64<141 160> 484 73.6679<464 466>\nRef: 2626 2626 S 1 0 0 1 560 0\nRef: 2675 2675 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0A0F\nEncoding: 2575 2575 1131\nWidth: 498\nFlags: W\nHStem: -10.0493 56.0493<288 304> 254.649 56.3506<299 352> 477 57<1 32 99 395 461 481>\nVStem: 0 482<477 533> 396 64<312 477>\nRef: 2631 2631 S 1 0 0 1 500 0\nRef: 2674 2674 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0A10\nEncoding: 2576 2576 1132\nWidth: 744\nFlags: W\nHStem: 0 21<614 678> 211 57<462 614> 477 57<1 50 679 727> 608 58<404 450>\nVStem: 76 126<102 185> 614 64<1 210 269 477> 614 114<478 533>\nRef: 2632 2632 S 1 0 0 1 710 0\nRef: 2565 2565 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0A13\nEncoding: 2579 2579 1133\nWidth: 596\nFlags: W\nHStem: -16 67<320 336> 225 67<137 410> 467 67<107 483> 477 57<1 32 558 579> 663 67<272 455>\nVStem: 0 580<477 534> 434 64<141 160> 484 73.6679<464 466>\nFore\n288 730 m 2\n 456 730 l 1\n 456 663 l 1\n 288 663 l 2\n 194.761 663 119.797 610.517 106 534 c 1\n 580 534 l 1\n 580 477 l 1\n 558 477 l 1\n 558 388.609 510.997 295.02 462 254 c 1\n 486 223.333 498 186 498 142 c 0\n 498 41.8951 426.108 -16 326 -16 c 0\n 211.163 -16 120.051 82.7947 86 174 c 0\n 62.9674 235.036 35.1032 397.866 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 32 534 l 1\n 60.6667 664.667 146 730 288 730 c 2\n416 225 m 1\n 136 225 l 1\n 176.667 109 240 51 326 51 c 0\n 351.333 51 374.333 58.6667 395 74 c 0\n 421 92 434 117.333 434 150 c 0\n 434 178 428 203 416 225 c 1\n484 467 m 1\n 106 467 l 1\n 106 464.349 103.904 414.725 104 412 c 0\n 104 362.667 108.667 322.667 118 292 c 1\n 410 292 l 1\n 432 304.667 450.333 331.667 465 373 c 0\n 477.667 407.667 484 439 484 467 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A14\nEncoding: 2580 2580 1134\nWidth: 744\nFlags: W\nHStem: 0 21<614 678> 211 57<462 614> 477 57<1 50 679 727> 544 35<626 627 679 679> 544 149.99<564 628> 626 67.5498<546 563> 640 56<649 658>\nVStem: 76 126<102 185> 564 48<592 600> 564 64<545 579> 614 114<478 533> 678 64<1 210 269 477 545 580> 691 51<592 600>\nRef: 2636 2636 S 1 0 0 1 810 0\nRef: 2565 2565 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0A15\nEncoding: 2581 2581 1135\nWidth: 550\nFlags: W\nHStem: 0 21G<470 536> 67 57<192 208> 284 57<192 208> 477 57<1 447 512 533>\nVStem: 35 69<192 212> 448 64<448 476>\nFore\n536 0 m 1\n 470 0 l 1\n 459.333 68 441 116 415 144 c 1\n 382.54 106.129 271.294 67 204 67 c 0\n 150 67 107.667 80.6667 77 108 c 0\n 49 133.333 35 164 35 200 c 0\n 35 238 49.6667 270.333 79 297 c 0\n 111 326.333 153.333 341 206 341 c 0\n 272.384 341 373.682 301.823 405 268 c 1\n 431.394 298.354 448 414.362 448 477 c 1\n 0 477 l 1\n 0 534 l 1\n 534 534 l 1\n 534 477 l 1\n 512 477 l 1\n 512 381.255 482.646 263.824 446 210 c 1\n 489.333 154.667 519.333 84.6667 536 0 c 1\n376 204 m 1\n 357.333 227.333 328 247.333 288 264 c 0\n 254 277.333 226 284 204 284 c 0\n 172.667 284 148.167 276.167 130.5 260.5 c 0\n 112.833 244.833 104 226 104 204 c 0\n 104 182.667 112.833 164 130.5 148 c 0\n 148.167 132 172.667 124 204 124 c 0\n 226.667 124 257 132 295 148 c 0\n 338.333 165.333 365.333 184 376 204 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0A16\nEncoding: 2582 2582 1136\nWidth: 534\nFlags: W\nHStem: 0 21G<404 468> 50 62<272 304> 300 57<134 404> 477 57<1 32 469 517>\nVStem: 404 64<1 91 175 299 358 477> 404 114<478 533>\nFore\n518 477 m 1\n 468 477 l 1\n 468 0 l 1\n 404 0 l 1\n 404 92 l 1\n 374 64 336.667 50 292 50 c 0\n 191.241 50 69.4386 126.482 32 192 c 1\n 58 230.667 71 281 71 343 c 0\n 71 403 58 447.667 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 86 534 l 1\n 114 478 130 419 134 357 c 1\n 404 357 l 1\n 404 534 l 1\n 518 534 l 1\n 518 477 l 1\n404 175 m 1\n 404 300 l 1\n 134 300 l 1\n 132 266 122.667 231.333 106 196 c 1\n 162 140 222.667 112 288 112 c 0\n 341.333 112 380 133 404 175 c 1\nEndSplineSet\nMinimumDistance: x0,-1 y1,3 y1,2 y13,15 y13,14 x1,15 x1,0 \nEndChar\nStartChar: uni0A17\nEncoding: 2583 2583 1137\nWidth: 618\nFlags: W\nHStem: -12 57<219 239> 0 21G<488 552> 254 57<151 295> 477 57<1 295 360 487 553 601>\nVStem: 30 64<168.186 184> 296 64<87 253 311 476> 488 64<1 477>\nFore\n296 97 m 2\n 296 254 l 1\n 162 254 l 2\n 120.652 254 94 224.312 94 182 c 0\n 94 150.667 109.667 119.333 141 88 c 0\n 169.667 59.3333 196 45 220 45 c 0\n 270.667 45 296 62.3333 296 97 c 2\n296 477 m 1\n 0 477 l 1\n 0 534 l 1\n 602 534 l 1\n 602 477 l 1\n 552 477 l 1\n 552 0 l 1\n 488 0 l 1\n 488 477 l 1\n 360 477 l 1\n 360 90 l 2\n 360 22 319.333 -12 238 -12 c 0\n 178 -12 127.667 8.33333 87 49 c 0\n 49 87 30 131.333 30 182 c 0\n 30 259.603 76.7583 311 152 311 c 2\n 296 311 l 1\n 296 477 l 1\nEndSplineSet\nMinimumDistance: x9,-1 y11,13 y11,12 x11,9 x11,10 x6,8 x6,7 \nEndChar\nStartChar: uni0A18\nEncoding: 2584 2584 1138\nWidth: 690\nFlags: W\nHStem: 0 21G<560 624> 50 60<480 496> 76 61<272 278> 477 57<1 62 625 673>\nVStem: 104 64<336 368> 324 64<272 304> 560 64<1 67 159 477> 560 114<478 533>\nFore\n674 477 m 1\n 624 477 l 1\n 624 0 l 1\n 560 0 l 1\n 560 68 l 1\n 546 56 520.667 50 484 50 c 0\n 420 50 370.667 64 336 92 c 1\n 321.333 81.3333 300.667 76 274 76 c 0\n 177.839 76 75.82 136.399 42 198 c 1\n 83.3333 237.333 104 289 104 353 c 0\n 104 405.667 90 447 62 477 c 1\n 0 477 l 1\n 0 534 l 1\n 103 534 l 1\n 146.333 490 168 428.667 168 350 c 0\n 168 289.333 154.667 238.667 128 198 c 1\n 137.485 173.463 240.169 137.151 278 137 c 1\n 308.667 167.667 324 220.333 324 295 c 0\n 324 387.667 307.333 467.333 274 534 c 1\n 342 534 l 1\n 372.667 457.333 388 371.333 388 276 c 0\n 388 224.667 381.333 184.667 368 156 c 1\n 387.115 132.106 442.959 110 484 110 c 0\n 522 110 547.333 126.333 560 159 c 1\n 560 534 l 1\n 674 534 l 1\n 674 477 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y1,3 y1,2 x1,25 x1,0 \nEndChar\nStartChar: uni0A19\nEncoding: 2585 2585 1139\nWidth: 546\nFlags: W\nHStem: -13 59<199 224> 0 21G<404 474> 155 61<192 215> 304 57<97 384> 477 57<1 31 97 529>\nVStem: 32 64<361 477> 56 64<94 110> 446 52<230.291 248>\nFore\n530 477 m 1\n 96 477 l 1\n 96 361 l 1\n 396 361 l 2\n 462.748 361 498 312.24 498 246 c 0\n 498 180.667 472.667 129.667 422 93 c 1\n 455.853 46.6832 457.2 49.5114 474 0 c 1\n 404 0 l 1\n 398.667 12 388.333 28 373 48 c 1\n 323.667 7.33333 270.333 -13 213 -13 c 0\n 133.781 -13 56 33.9112 56 108 c 0\n 56 181.753 130.471 216 210 216 c 0\n 286.667 216 344 192.667 382 146 c 1\n 424.667 176.667 446 209 446 243 c 0\n 446 283.996 411.705 304 368 304 c 2\n 32 304 l 1\n 32 477 l 1\n 0 477 l 1\n 0 534 l 1\n 530 534 l 1\n 530 477 l 1\n338 98 m 1\n 313.444 130.311 254.877 155 200 155 c 0\n 146.667 155 120 136.333 120 99 c 0\n 120 63.6667 147.667 46 203 46 c 0\n 260.333 46 305.333 63.3333 338 98 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x16,18 x16,17 x1,19 x1,0 \nEndChar\nStartChar: uni0A1A\nEncoding: 2586 2586 1140\nWidth: 518\nFlags: W\nHStem: -13 57<272 288> 245 57<153 414> 477 57<1 414 478 501>\nVStem: 0 502<477 533> 415 63<195 244 303 476>\nFore\n502 477 m 1\n 478 477 l 1\n 478 210 l 2\n 478 75.3961 411.642 -13 282 -13 c 0\n 161.686 -13 88 118.453 88 245 c 1\n 32 245 l 1\n 32 291 40.6667 321.667 58 337 c 0\n 73.3333 351 104.667 358 152 358 c 1\n 152 302 l 1\n 414 302 l 1\n 414 477 l 1\n 0 477 l 1\n 0 534 l 1\n 502 534 l 1\n 502 477 l 1\n414 245 m 1\n 152 245 l 1\n 148 199.667 158.333 155.667 183 113 c 0\n 210.333 67 243.333 44 282 44 c 0\n 370.667 44 415 100 415 212 c 0\n 415 222.667 414.667 233.667 414 245 c 1\nEndSplineSet\nMinimumDistance: x0,-1 x10,12 x10,11 x1,13 x1,0 \nEndChar\nStartChar: uni0A1B\nEncoding: 2587 2587 1141\nWidth: 592\nFlags: W\nHStem: -11.0143 62.0143<256 268 333 373.587> 179 57<208 268 334 400> 328 57<154 461> 477 57<1 461 527 575>\nVStem: 58 63<276 281> 67 63<114 125> 269 64<52 178> 462 64<385 477> 472 63<114 125>\nFore\n576 477 m 1\n 526 477 l 1\n 526 328 l 1\n 158 328 l 2\n 135.045 328 121 302.293 121 279 c 0\n 121 250.333 136 236 166 236 c 2\n 440 236 l 2\n 501.602 236 535 183.874 535 120 c 0\n 535 63.7829 508.02 11.8183 466 0 c 0\n 437.333 -8 386 -12 312 -12 c 0\n 242.667 -12 188 -8 148 0 c 0\n 98.8878 10.3395 67 62.9216 67 123 c 0\n 67 154.333 74.6667 178.667 90 196 c 1\n 68.6667 219.333 58 247 58 279 c 0\n 58 341.758 100.473 385 164 385 c 2\n 462 385 l 1\n 462 477 l 1\n 0 477 l 1\n 0 534 l 1\n 576 534 l 1\n 576 477 l 1\n472 115 m 0\n 472 157.667 440.667 179 378 179 c 2\n 333 179 l 1\n 333 51 l 1\n 382 51 l 2\n 427.851 51 472 70.996 472 115 c 0\n269 51 m 1\n 269 179 l 1\n 224 179 l 2\n 177.939 179 130 156.411 130 115 c 0\n 130 97.6667 138.5 82.6667 155.5 70 c 0\n 172.5 57.3333 194.667 51 222 51 c 2\n 269 51 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x16,18 x16,17 x1,19 x1,0 \nEndChar\nStartChar: uni0A1C\nEncoding: 2588 2588 1142\nWidth: 492\nFlags: W\nHStem: 0 21G<62 126 362 426> 215 57<152 361> 477 57<1 361 427 475>\nVStem: 362 64<1 214 273 476>\nFore\n476 477 m 1\n 426 477 l 1\n 426 0 l 1\n 362 0 l 1\n 362 215 l 1\n 152 215 l 1\n 152 167.524 134.922 41.6338 126 0 c 1\n 62 0 l 1\n 78 102 86.6667 173.667 88 215 c 1\n 32 215 l 1\n 31.3333 223 31 230.333 31 237 c 0\n 31 298.333 63 329 127 329 c 0\n 134.333 329 142.667 328.667 152 328 c 1\n 152 272 l 1\n 362 272 l 1\n 362 477 l 1\n 0 477 l 1\n 0 534 l 1\n 476 534 l 1\n 476 477 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,2 y4,3 x15,17 x15,16 x1,18 x1,0 \nEndChar\nStartChar: uni0A1D\nEncoding: 2589 2589 1143\nWidth: 574\nFlags: W\nHStem: 0 110<300 336> 275 63<288 304> 477 57<1 62 127 471 536 557>\nVStem: 423.117 69.8832<176 192>\nFore\n472 477 m 1\n 126 477 l 1\n 150.667 384.333 208.667 338 300 338 c 0\n 411.938 338 450.933 377.857 472 477 c 1\n426 294 m 1\n 470.667 270.667 493 234.667 493 186 c 0\n 493 157.333 483 131.667 463 109 c 0\n 441.667 84.3333 412 68 374 60 c 1\n 430 0 l 1\n 300 0 l 1\n 268 38 l 1\n 201.333 34.6667 150.333 40.6667 115 56 c 0\n 85 68.6667 70 85.3333 70 106 c 0\n 70 138.979 108.866 158 144 158 c 0\n 173.333 158 202 147.333 230 126 c 1\n 263.333 115.333 293.667 110 321 110 c 0\n 367.667 110 399 124.333 415 153 c 0\n 429.667 179.667 426 206 404 232 c 0\n 380.667 260.667 345 275 297 275 c 0\n 268.333 275 237.333 269.333 204 258 c 0\n 166 244.667 138 238 120 238 c 0\n 108.667 238 98 239.333 88 242 c 1\n 30 306 l 1\n 152 320 l 1\n 126 340 96 392.333 62 477 c 1\n 0 477 l 1\n 0 534 l 1\n 558 534 l 1\n 558 477 l 1\n 536 477 l 1\n 516.667 421.667 504.333 388.333 499 377 c 0\n 478.333 333.667 454 306 426 294 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0A1E\nEncoding: 2590 2590 1144\nWidth: 514\nFlags: W\nHStem: 0 55<387 468> 162 57<153 171 238 468> 323 57<167 404> 477 57<4 65 130 404 470 500>\nVStem: 3 498<477 533> 42 59<272 288> 65 64<464.984 476.969> 171 66<146.039 162> 405 64<381 476>\nFore\n501 477 m 1\n 469 477 l 1\n 469 323 l 1\n 142 323 l 2\n 114.667 323 101 307 101 275 c 0\n 101 243.978 121.03 219 152 219 c 2\n 469 219 l 1\n 469 162 l 1\n 237 162 l 1\n 237 90.6667 293 55 405 55 c 0\n 411 55 461.667 57 469 57 c 1\n 469 0 l 1\n 398 0 l 2\n 246.667 0 171 54 171 162 c 1\n 99.5696 162 42 205.411 42 274 c 0\n 42 318.667 63 350.667 105 370 c 1\n 87.0964 381.017 65 450.147 65 477 c 1\n 3 477 l 1\n 3 534 l 1\n 501 534 l 1\n 501 477 l 1\n405 380 m 1\n 405 477 l 1\n 129 477 l 1\n 129 447 141.667 414.667 167 380 c 1\n 405 380 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x1,19 x1,0 \nEndChar\nStartChar: uni0A1F\nEncoding: 2591 2591 1145\nWidth: 526\nFlags: W\nHStem: -12 59<304 320> 273 54<352 423> 477 57<1 423 488 509>\nVStem: 0 510<477 533> 424 64<327 477>\nFore\n510 477 m 1\n 488 477 l 1\n 488 270 l 1\n 458 272 428.667 273 400 273 c 0\n 219.333 273 119.333 244.667 100 188 c 1\n 203 94 l 1\n 241.667 62.6667 278.667 47 314 47 c 0\n 339.333 47 362.667 55.3333 384 72 c 0\n 388.667 75.3333 404.333 90.3333 431 117 c 0\n 447.667 133.667 462 142 474 142 c 2\n 484 142 l 1\n 484 102.667 465.5 67.1667 428.5 35.5 c 0\n 391.5 3.83333 353.333 -12 314 -12 c 0\n 275.333 -12 230.833 5.33333 180.5 40 c 0\n 130.167 74.6667 80.6667 122 32 182 c 1\n 54 242 95 282 155 302 c 0\n 205 318.667 290.667 327 412 327 c 2\n 424 327 l 1\n 424 477 l 1\n 0 477 l 1\n 0 534 l 1\n 510 534 l 1\n 510 477 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x18,20 x18,19 x1,21 x1,0 \nEndChar\nStartChar: uni0A20\nEncoding: 2592 2592 1146\nWidth: 556\nFlags: W\nHStem: -12 60<256.315 288> 477 57<1 243 309 539>\nVStem: 34 70<149.863 164> 244 64<354 477> 448 70<149.863 164>\nFore\n540 477 m 1\n 308 477 l 1\n 308 354 l 1\n 349.333 354 393.667 335 441 297 c 0\n 492.333 255 518 210 518 162 c 0\n 518 112 495.333 70.5 450 37.5 c 128\n 404.667 4.5 346.667 -12 276 -12 c 0\n 205.333 -12 147.333 4.5 102 37.5 c 0\n 56.6667 70.5 34 112 34 162 c 0\n 34 210 59.6667 255 111 297 c 0\n 158.333 335 202.667 354 244 354 c 1\n 244 477 l 1\n 0 477 l 1\n 0 534 l 1\n 540 534 l 1\n 540 477 l 1\n448 160 m 0\n 448 239.768 357.663 292 276 292 c 0\n 193.211 292 104 237.498 104 160 c 0\n 104 134.667 122.833 109.667 160.5 85 c 0\n 198.167 60.3333 236.667 48 276 48 c 0\n 315.333 48 353.833 60.3333 391.5 85 c 0\n 429.167 109.667 448 134.667 448 160 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x11,13 x11,12 x1,14 x1,0 \nEndChar\nStartChar: uni0A21\nEncoding: 2593 2593 1147\nWidth: 524\nFlags: W\nHStem: -14 54<192 240> 94 56<160 184> 235 91<128 165> 477 57<0.250059 392 458 507>\nVStem: 0 508<477 533> 40 60<66 74> 392 66<466 476> 411 65<130 152>\nFore\n339 57 m 1\n 301.899 76.2372 218.949 94 164 94 c 0\n 121.333 94 100 85.3333 100 68 c 0\n 100 49.3333 137.667 40 213 40 c 0\n 261 40 303 45.6667 339 57 c 1\n0 477 m 1\n 0 534 l 1\n 508 534 l 1\n 508 477 l 1\n 458 477 l 1\n 458 383.667 441.333 324 408 298 c 1\n 453.333 242 476 190.333 476 143 c 0\n 476 117.667 469.333 94.6667 456 74 c 0\n 418.667 15.3333 341.333 -14 224 -14 c 0\n 101.333 -14 40 15.3333 40 74 c 0\n 40 131.549 114.518 150 182 150 c 0\n 259.764 150 351.348 124.816 384 84 c 1\n 402 96.6667 411 115.333 411 140 c 0\n 411 164.667 401.333 188.667 382 212 c 0\n 358.667 240.667 329 253.333 293 250 c 0\n 258.801 246.198 188.914 235 148 235 c 0\n 97.3333 235 72 250 72 280 c 0\n 72 310.667 95.6667 326 143 326 c 0\n 159.667 326 185 323.667 219 319 c 128\n 253 314.333 275.667 312 287 312 c 0\n 356.433 312 392 401.041 392 477 c 0\n 392 475.667 261.333 475.667 0 477 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni0A22\nEncoding: 2594 2594 1148\nWidth: 528\nFlags: W\nHStem: -13 55<320 336> 129 58<320 336> 267 57<153 397> 477 57<1 397 463 511>\nVStem: 0 512<477 533> 88 64<243 266> 398 64<325 476> 414 63<81 84>\nFore\n512 477 m 1\n 462 477 l 1\n 462 267 l 1\n 152 267 l 1\n 152 197.667 161.333 150.667 180 126 c 1\n 211.333 166.667 259 187 323 187 c 0\n 397.691 187 477 151.876 477 82 c 0\n 477 54 463.667 31.1667 437 13.5 c 0\n 410.333 -4.16667 374 -13 328 -13 c 0\n 169.493 -13 88 103.402 88 267 c 1\n 32 267 l 1\n 32 358.542 57.2931 380 152 380 c 1\n 152 324 l 1\n 398 324 l 1\n 398 477 l 1\n 0 477 l 1\n 0 534 l 1\n 512 534 l 1\n 512 477 l 1\n414 82 m 0\n 414 115.145 366.545 129 330 129 c 0\n 278 129 244.667 113.333 230 82 c 1\n 248 55.3333 282.333 42 333 42 c 0\n 365.927 42 414 52.6806 414 82 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x14,16 x14,15 x1,17 x1,0 \nEndChar\nStartChar: uni0A23\nEncoding: 2595 2595 1149\nWidth: 574\nFlags: W\nHStem: -3 59<306 345> 266 62<208 224> 477 57<1 288 345 557>\nVStem: 0 558<477 533>\nFore\n360 356 m 1\n 334 377.333 310 417.667 288 477 c 1\n 0 477 l 1\n 0 534 l 1\n 558 534 l 1\n 558 477 l 1\n 344 477 l 1\n 358.379 420.092 473.383 343.099 536 322 c 1\n 506 251 l 1\n 454.98 275.272 439.077 286.834 382 332 c 1\n 299 230 l 1\n 284.333 254 257 266 217 266 c 0\n 158.642 266 113.043 234.627 102 188 c 1\n 135.552 119.555 230.967 56 326 56 c 0\n 407.333 56 476 97.3333 532 180 c 1\n 532 66.9163 441.91 -3 327 -3 c 0\n 272.333 -3 220 11.6667 170 41 c 0\n 114 73 68 118.667 32 178 c 1\n 41.3333 223.333 64.3333 260 101 288 c 0\n 135.667 314.667 174.333 328 217 328 c 0\n 249 328 278.667 320.333 306 305 c 1\n 360 356 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0A24\nEncoding: 2596 2596 1150\nWidth: 484\nFlags: W\nHStem: -6 68<240 277> 235 91<128 144> 475 59<1 381 446 467>\nVStem: 0 468<475 533> 382 64<458 474> 393 62<153 160>\nFore\n0 475 m 1\n 0 534 l 1\n 468 534 l 1\n 468 475 l 1\n 446 475 l 1\n 446 396.206 418.435 319.523 376 288 c 1\n 428.667 251.333 455 208 455 158 c 0\n 455 86.8703 401.937 35.317 348 10 c 0\n 324.667 -0.666667 296.333 -6 263 -6 c 0\n 152.664 -6 67.4369 50.7544 38 132 c 1\n 40.6667 130 43.1667 131.167 45.5 135.5 c 128\n 47.8333 139.833 50 141.333 52 140 c 0\n 106 89.3333 170.667 63.3333 246 62 c 0\n 326.667 60.6667 375 86.6667 391 140 c 0\n 392.333 144.667 393 149.333 393 154 c 0\n 393 211.922 340.141 254.665 283 250 c 0\n 248.801 246.198 178.914 235 138 235 c 0\n 87.3333 235 62 250 62 280 c 0\n 62 310.667 85.6667 326 133 326 c 0\n 149.667 326 175 323.667 209 319 c 128\n 243 314.333 265.667 312 277 312 c 0\n 346.001 312 382 399.801 382 475 c 1\n 0 475 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0A25\nEncoding: 2597 2597 1151\nWidth: 534\nFlags: W\nHStem: 0 21G<404 468> 50 62<272 304> 280 57<134 403> 477 57<1 32 102 403 469 517>\nVStem: 404 64<1 91 175 279 338 477>\nFore\n404 175 m 1\n 404 280 l 1\n 128 280 l 1\n 128 254 120.667 226 106 196 c 1\n 162 140 222.667 112 288 112 c 0\n 341.333 112 380 133 404 175 c 1\n134 337 m 1\n 404 337 l 1\n 404 477 l 1\n 101 477 l 1\n 118.333 444.333 129.333 397.667 134 337 c 1\n32 477 m 1\n 0 477 l 1\n 0 534 l 1\n 518 534 l 1\n 518 477 l 1\n 468 477 l 1\n 468 0 l 1\n 404 0 l 1\n 404 92 l 1\n 374 64 336.667 50 292 50 c 0\n 191.241 50 69.4386 126.482 32 192 c 1\n 58 230.667 71 281 71 343 c 0\n 71 403 58 447.667 32 477 c 1\nEndSplineSet\nMinimumDistance: x12,-1 y14,16 y14,15 x14,12 x14,13 \nEndChar\nStartChar: uni0A26\nEncoding: 2598 2598 1152\nWidth: 504\nFlags: W\nHStem: -12 57<304 320> 243 57<159 401> 477 57<1 401 467 487>\nVStem: 0 488<477 533> 402 64<301 476>\nFore\n488 477 m 1\n 466 477 l 1\n 466 243 l 1\n 158 243 l 1\n 174 111 226 45 314 45 c 0\n 341.333 45 372.167 61.1667 406.5 93.5 c 0\n 440.833 125.833 463.333 142 474 142 c 2\n 484 142 l 1\n 483.333 99.3333 464.333 62.3333 427 31 c 0\n 392.333 2.33333 354.667 -12 314 -12 c 0\n 169.059 -12 105.742 98.1822 94 243 c 1\n 38 243 l 1\n 38 272 l 2\n 38 344.164 58.5368 371 130 371 c 2\n 158 371 l 1\n 158 300 l 1\n 402 300 l 1\n 402 477 l 1\n 0 477 l 1\n 0 534 l 1\n 488 534 l 1\n 488 477 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x13,15 y15,13 y15,14 x17,19 x17,18 x1,20 x1,0 \nEndChar\nStartChar: uni0A27\nEncoding: 2599 2599 1153\nWidth: 534\nFlags: W\nHStem: 0 21G<404 468> 80 62<272 304> 477 57<1 32 102 403 469 517>\nVStem: 71 66<333 357> 404 64<1 121 205 477>\nFore\n106 226 m 1\n 162 170 222.667 142 288 142 c 0\n 341.333 142 380 163 404 205 c 1\n 404 477 l 1\n 101 477 l 1\n 125 428.333 137 380.667 137 334 c 0\n 137 290.667 126.667 254.667 106 226 c 1\n32 477 m 1\n 0 477 l 1\n 0 534 l 1\n 518 534 l 1\n 518 477 l 1\n 468 477 l 1\n 468 0 l 1\n 404 0 l 1\n 404 122 l 1\n 374 94 336.667 80 292 80 c 0\n 191.241 80 69.4386 156.482 32 222 c 1\n 58 260.667 71 305.667 71 357 c 0\n 71 407.667 58 447.667 32 477 c 1\nEndSplineSet\nMinimumDistance: x9,-1 y11,13 y11,12 x11,9 x11,10 \nEndChar\nStartChar: uni0A28\nEncoding: 2600 2600 1154\nWidth: 538\nFlags: W\nHStem: -2 57<201 217 315 320 329 336> 477 57<1 233 299 521>\nVStem: 30 64<131 142> 234 64<374 477> 436 64<131 142>\nFore\n522 477 m 1\n 298 477 l 1\n 298 374 l 1\n 364.667 332.667 411 299 437 273 c 0\n 479 230.333 500 183.333 500 132 c 0\n 500 42.1937 409.691 -2 314 -2 c 1\n 314 57 l 1\n 314.227 57 327.205 54.9432 328 55 c 0\n 372.697 55 436 96.4272 436 138 c 0\n 436 217.056 333.205 301.115 266 317 c 1\n 196.177 300.496 94 213.959 94 138 c 0\n 94 95.7131 158.747 55 202 55 c 0\n 203.333 55 216.667 57 218 57 c 1\n 218 -2 l 1\n 122.318 -2 30 44.5001 30 132 c 0\n 30 183.333 51.6667 230.333 95 273 c 0\n 120.333 298.333 166.667 332 234 374 c 1\n 234 477 l 1\n 0 477 l 1\n 0 534 l 1\n 522 534 l 1\n 522 477 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x17,19 x17,18 x1,20 x1,0 \nEndChar\nStartChar: uni0A2A\nEncoding: 2602 2602 1155\nWidth: 534\nFlags: W\nHStem: 0 21G<404 468> 80 62<272 304> 477 57<1 32 469 517>\nVStem: 71 61<336 368> 404 64<1 121 205 477> 404 114<478 533>\nFore\n106 226 m 1\n 162 170 222.667 142 288 142 c 0\n 341.333 142 380 163 404 205 c 1\n 404 534 l 1\n 518 534 l 1\n 518 477 l 1\n 468 477 l 1\n 468 0 l 1\n 404 0 l 1\n 404 122 l 1\n 374 94 336.667 80 292 80 c 0\n 191.241 80 69.4386 156.482 32 222 c 1\n 58 260.667 71 305.667 71 357 c 0\n 71 407.667 58 447.667 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 86 534 l 1\n 116.667 479.333 132 418.333 132 351 c 0\n 132 304.333 123.333 262.667 106 226 c 1\nEndSplineSet\nMinimumDistance: x4,-1 y6,8 y6,7 x6,4 x6,5 \nEndChar\nStartChar: uni0A2B\nEncoding: 2603 2603 1156\nWidth: 506\nFlags: W\nHStem: -11 55<319 338> 150 56<319 352> 302 57<176 403> 477 57<1 403 469 489>\nVStem: 0 490<477 533> 40 65<229 245> 404 64<359 477> 422 54<93 111>\nFore\n490 477 m 1\n 468 477 l 1\n 468 302 l 1\n 190 302 l 2\n 134 302 105.667 278.667 105 232 c 0\n 105 194 125.333 154 166 112 c 1\n 189.703 168.136 255.91 206 335 206 c 0\n 409.259 206 476 170.186 476 102 c 0\n 476 26.8013 398.629 -11 320 -11 c 0\n 212.137 -11 128.559 47.1527 78 116 c 0\n 52.6667 150.667 40 189.667 40 233 c 0\n 40 320.538 99.146 359 190 359 c 2\n 404 359 l 1\n 404 477 l 1\n 0 477 l 1\n 0 534 l 1\n 490 534 l 1\n 490 477 l 1\n422 102 m 0\n 422 134 393.333 150 336 150 c 0\n 292.087 150 228 131.904 228 94 c 0\n 228 57.4904 284.095 44 325 44 c 0\n 369.599 44 422 60.5835 422 102 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x13,15 x13,14 x1,16 x1,0 \nEndChar\nStartChar: uni0A2C\nEncoding: 2604 2604 1157\nWidth: 562\nFlags: W\nHStem: 0 21G<432 496> 36 57<313 336> 268 57<288 431> 477 57<1 44 114 431 497 545>\nVStem: 432 64<1 63 125 267 326 477>\nFore\n546 477 m 1\n 496 477 l 1\n 496 0 l 1\n 432 0 l 1\n 432 64 l 1\n 393.333 45.3333 354 36 314 36 c 0\n 227.333 36 147.333 80 74 168 c 1\n 90.6667 226 126.667 267.333 182 292 c 1\n 145.333 307.333 114.667 336 90 378 c 0\n 85.3333 385.333 70 418.333 44 477 c 1\n 0 477 l 1\n 0 534 l 1\n 546 534 l 1\n 546 477 l 1\n432 325 m 1\n 432 477 l 1\n 113 477 l 1\n 128.333 405 170.667 354.333 240 325 c 1\n 432 325 l 1\n432 125 m 1\n 432 268 l 1\n 316 268 l 2\n 226.951 268 185.679 243.087 150 186 c 1\n 182.448 136.728 251.122 93 328 93 c 0\n 366.667 93 401.333 103.667 432 125 c 1\nEndSplineSet\nMinimumDistance: x0,-1 y1,3 y1,2 x1,12 x1,0 \nEndChar\nStartChar: uni0A2D\nEncoding: 2605 2605 1158\nWidth: 516\nFlags: W\nHStem: -9 55<240 272> 162 58<192 216> 329 56<192 224> 477 57<1 386 450 499>\nVStem: 0 500<477 533> 56 57<271 282> 388 61.1656<439 455> 392 56<140 155>\nFore\n328 275 m 1\n 297.333 311 259.333 329 214 329 c 0\n 180.853 329 146.763 323.558 127 304.5 c 0\n 117.667 295.5 113 285.667 113 275 c 0\n 113 244.945 153.079 220 199 220 c 0\n 247.28 220 320.75 240.198 328 275 c 1\n32 128 m 0\n 70.1971 94.5769 191.555 46 257 46 c 0\n 324.196 46 392 89.9316 392 153 c 0\n 392 175.667 383.333 198 366 220 c 1\n 340.096 184.022 267.105 162 204 162 c 0\n 122.345 162 56 196.616 56 272 c 0\n 56 349.221 128.549 385 211 385 c 0\n 274.333 385 324 369.333 360 338 c 1\n 378.667 356.667 388 392 388 444 c 0\n 388 455.333 387.333 466.333 386 477 c 1\n 0 477 l 1\n 0 534 l 1\n 500 534 l 1\n 500 477 l 1\n 450 477 l 1\n 450 384.289 437.735 340.475 402 280 c 1\n 432.667 229.333 448 183 448 141 c 0\n 448 43.0251 361.361 -9 259 -9 c 0\n 150.676 -9 63.8272 45.6456 20 116 c 0\n 19.3333 116.667 21.1667 118.667 25.5 122 c 128\n 29.8333 125.333 32 127.333 32 128 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni0A2E\nEncoding: 2606 2606 1159\nWidth: 546\nFlags: W\nHStem: 0 21G<416 480> 211 57<192 416> 477 57<1 72 481 529>\nVStem: 416 64<1 210 269 477> 416 114<478 533>\nFore\n416 268 m 1\n 416 534 l 1\n 530 534 l 1\n 530 477 l 1\n 480 477 l 1\n 480 0 l 1\n 416 0 l 1\n 416 211 l 1\n 192 211 l 1\n 183.306 118.851 177.13 -6.89468 112 -4 c 0\n 75.3333 -2.66667 57 18.6667 57 60 c 0\n 57 116.124 89.8479 178.218 118 212 c 1\n 128 252 l 1\n 110.667 358.667 92 433.667 72 477 c 1\n 0 477 l 1\n 0 534 l 1\n 128 534 l 1\n 143.479 492.351 185.521 320.174 192 268 c 1\n 416 268 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y7,5 y7,6 y0,2 y0,1 x4,2 x4,3 \nEndChar\nStartChar: uni0A2F\nEncoding: 2607 2607 1160\nWidth: 670\nFlags: W\nHStem: 0 21G<540 604> 239 57<375 539> 477 57<1 32 103 539 605 653>\nVStem: 86 61<288 320> 311 64<63 238> 540 64<1 238 297 476>\nFore\n375 0 m 1\n 210.491 2.07676 121.63 58.2808 34 154 c 1\n 68.6667 192 86 242.333 86 305 c 0\n 86 370.333 68 427.667 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 654 534 l 1\n 654 477 l 1\n 604 477 l 1\n 604 0 l 1\n 540 0 l 1\n 540 239 l 1\n 375 239 l 1\n 375 0 l 1\n102 477 m 1\n 132 422.333 147 364.667 147 304 c 0\n 147 251.333 134.667 201.333 110 154 c 1\n 134.073 121.061 257.118 69.1222 311 62 c 1\n 311 296 l 1\n 540 296 l 1\n 540 477 l 1\n 102 477 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y11,9 y11,10 x8,6 x8,7 \nEndChar\nStartChar: uni0A30\nEncoding: 2608 2608 1161\nWidth: 538\nFlags: W\nHStem: -11 61<304 324> 273 57<192 407> 477 57<1 407 472 521>\nVStem: 73 62<213 229> 408 64<133 272 330 477>\nFore\n522 477 m 1\n 472 477 l 1\n 472 134 l 2\n 472 50.2142 405.553 -11 322 -11 c 0\n 266.667 -11 210.667 13.3333 154 62 c 0\n 100 108 73 159.667 73 217 c 0\n 73 282.944 114.922 330 180 330 c 2\n 408 330 l 1\n 408 477 l 1\n 0 477 l 1\n 0 534 l 1\n 522 534 l 1\n 522 477 l 1\n408 147 m 2\n 408 273 l 1\n 202 273 l 2\n 157.333 273 135 254.333 135 217 c 0\n 135 167.902 175.817 118.144 208 93 c 0\n 245.333 64.3333 281.667 50 317 50 c 0\n 374.137 50 408 89.2475 408 147 c 2\nEndSplineSet\nMinimumDistance: x0,-1 x8,10 x8,9 x1,11 x1,0 \nEndChar\nStartChar: uni0A32\nEncoding: 2610 2610 1162\nWidth: 726\nFlags: W\nHStem: -2 55<240 256 463 466> 477 57<1 144 209 511 576 709>\nVStem: 50 64<158 174> 606 64<158 174>\nFore\n710 477 m 1\n 576 477 l 1\n 552.667 407 534.667 363.333 522 346 c 1\n 572 312.667 605 288 621 272 c 0\n 653.667 239.333 670 203.333 670 164 c 0\n 670 112 649 70.3333 607 39 c 0\n 571 11.6667 530 -2 484 -2 c 0\n 478.667 -2 435.333 2.71051e-20 430 0 c 1\n 430 57 l 1\n 443.333 54.3333 454.667 53 464 53 c 0\n 524.924 53 606 107.496 606 164 c 0\n 606 219.222 535.782 276.758 492 295 c 1\n 466.496 257.862 407.51 212.2 360 203 c 1\n 312.582 212.153 253.349 257.973 228 295 c 1\n 182.728 276.137 114 217.326 114 164 c 0\n 114 105.255 195.814 53 254 53 c 0\n 264.667 53 276.667 54.3333 290 57 c 1\n 290 0 l 1\n 289.091 0 241.295 -2.05679 238 -2 c 0\n 192 -2 150.667 11.6667 114 39 c 0\n 71.3333 71 50 112.667 50 164 c 0\n 50 203.333 66.3333 239.333 99 272 c 0\n 114.333 287.333 147.333 312 198 346 c 1\n 185.333 363.333 167.333 407 144 477 c 1\n 0 477 l 1\n 0 534 l 1\n 710 534 l 1\n 710 477 l 1\n512 477 m 1\n 208 477 l 1\n 222.626 396.215 296.495 293.67 360 260 c 1\n 422.796 292.206 500.855 396.685 512 477 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0A33\nEncoding: 2611 2611 1163\nWidth: 726\nFlags: W\nHStem: -6 66<30 33> -2 55<240 256 463 466> 477 57<1 144 209 511 576 709>\nVStem: -2 66<26 29> 50 64<158 174> 606 64<158 174>\nFore\n31 60 m 4\n 49.8703 60 64 45.5247 64 27 c 4\n 64 8.80791 49.0228 -6 31 -6 c 4\n 13.3816 -6 -2.00002 9.86545 -2 27 c 4\n -2 45.3046 13.3578 60 31 60 c 4\nEndSplineSet\nMinimumDistance: x1,-1 \nRef: 2610 2610 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0A35\nEncoding: 2613 2613 1164\nWidth: 514\nFlags: W\nHStem: 0 53<400 418> 0 57<464 465> 167 57<235 465> 323 57<131 401> 477 57<1 401 467 497>\nVStem: 0 498<477 533> 30 54<272 278> 168 66<160 166> 402 64<380 477>\nFore\n498 477 m 1\n 466 477 l 1\n 466 323 l 1\n 130 323 l 2\n 102.926 323 84 302.103 84 276 c 0\n 84 244.363 107.115 224 140 224 c 2\n 466 224 l 1\n 466 167 l 1\n 234 167 l 1\n 234 84.3575 311.764 53 402 53 c 0\n 408 53 458.667 57 466 57 c 1\n 466 0 l 1\n 416 0 l 2\n 288.608 0 169.509 50.8472 168 167 c 1\n 96.738 170.191 30 205.699 30 275 c 0\n 30 337.68 83.4521 380 148 380 c 2\n 402 380 l 1\n 402 477 l 1\n 0 477 l 1\n 0 534 l 1\n 498 534 l 1\n 498 477 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x17,19 x17,18 x1,20 x1,0 \nEndChar\nStartChar: uni0A36\nEncoding: 2614 2614 1165\nWidth: 546\nFlags: W\nHStem: -6 66<288 292> 0 21G<416 480> 211 57<192 415> 477 57<1 72 145 415 481 529>\nVStem: 257 66<26 29> 416 64<1 210 269 477>\nFore\n416 477 m 1\n 144 477 l 1\n 163.333 421.667 179.333 352 192 268 c 1\n 416 268 l 1\n 416 477 l 1\n290 60 m 0\n 308.87 60 323 45.5247 323 27 c 0\n 323 8.80791 308.023 -6 290 -6 c 0\n 272.381 -6 257 9.86545 257 27 c 0\n 257 45.3046 272.358 60 290 60 c 0\n530 534 m 1\n 530 477 l 1\n 480 477 l 1\n 480 0 l 1\n 416 0 l 1\n 416 211 l 1\n 192 211 l 1\n 183.306 118.851 177.13 -6.89468 112 -4 c 0\n 75.3333 -2.66667 57 18.6667 57 60 c 0\n 57 116.124 89.8479 178.218 118 212 c 1\n 128 252 l 1\n 110.667 358.667 92 433.667 72 477 c 1\n 0 477 l 1\n 0 534 l 1\n 530 534 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y13,11 y13,12 x10,8 x10,9 \nEndChar\nStartChar: uni0A38\nEncoding: 2616 2616 1166\nWidth: 546\nFlags: W\nHStem: 0 21G<416 480> 211 57<192 415> 477 57<1 72 145 415 481 529>\nVStem: 416 64<1 210 269 477>\nFore\n416 477 m 1\n 144 477 l 1\n 163.333 421.667 179.333 352 192 268 c 1\n 416 268 l 1\n 416 477 l 1\n530 534 m 1\n 530 477 l 1\n 480 477 l 1\n 480 0 l 1\n 416 0 l 1\n 416 211 l 1\n 192 211 l 1\n 183.306 118.851 177.13 -6.89468 112 -4 c 0\n 75.3333 -2.66667 57 18.6667 57 60 c 0\n 57 116.124 89.8479 178.218 118 212 c 1\n 128 252 l 1\n 110.667 358.667 92 433.667 72 477 c 1\n 0 477 l 1\n 0 534 l 1\n 530 534 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y9,7 y9,8 x6,4 x6,5 \nEndChar\nStartChar: uni0A39\nEncoding: 2617 2617 1167\nWidth: 517\nFlags: W\nHStem: -12 57<256 281> 269 57<140 204> 477 57<1 386 451 500>\nVStem: 32 65<196 212> 387 64<153 477>\nFore\n501 477 m 1\n 451 477 l 1\n 451 154 l 2\n 451 43.3333 393.667 -12 279 -12 c 0\n 228.333 -12 189.167 -5.33333 161.5 8 c 0\n 133.833 21.3333 105.333 47.1667 76 85.5 c 0\n 46.6667 123.833 32 163.333 32 204 c 0\n 32 275.876 81.867 326 153 326 c 2\n 205 326 l 1\n 205 269 l 1\n 149 269 l 2\n 114.333 269 97 249.333 97 210 c 0\n 97 172 111.667 136 141 102 c 0\n 174.333 64 214.333 45 261 45 c 0\n 345 45 387 87.3333 387 172 c 2\n 387 477 l 1\n 0 477 l 1\n 0 534 l 1\n 501 534 l 1\n 501 477 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x15,17 x15,16 x1,18 x1,0 \nEndChar\nStartChar: uni0A3C\nEncoding: 2620 2620 1168\nWidth: 286\nFlags: W\nHStem: 0 114<85 193>\nVStem: 84 110<1 113>\nFore\n194 114 m 1\n 194 0 l 1\n 84 0 l 1\n 84 114 l 1\n 194 114 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0A3E\nEncoding: 2622 2622 1169\nWidth: 172\nFlags: W\nHStem: 477 57<1 59 125 155>\nVStem: 0 156<477 533> 60 64<195 477>\nFore\n124 477 m 1\n 124 194 l 1\n 60 194 l 1\n 60 477 l 1\n 0 477 l 1\n 0 534 l 1\n 156 534 l 1\n 156 477 l 1\n 124 477 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y0,2 y0,1 x3,5 x3,4 x0,6 x0,7 \nEndChar\nStartChar: uni0A3F\nEncoding: 2623 2623 1170\nWidth: 190\nFlags: W\nHStem: 0 21G<50 114> 477 57<1 50 115 173> 642 57<162.625 176>\nVStem: 0 174<477 534> 50 64<1 477 534 582> 234 64<553 582>\nFore\n298 552 m 1\n 234 552 l 1\n 234 578 l 2\n 234 614.881 209.68 642 174 642 c 0\n 138.384 642 114 613.802 114 578 c 2\n 114 534 l 1\n 174 534 l 1\n 174 477 l 1\n 114 477 l 1\n 114 0 l 1\n 50 0 l 1\n 50 477 l 1\n 0 477 l 1\n 0 534 l 1\n 50 534 l 1\n 50 580 l 2\n 50 646.055 109.046 699 174 699 c 0\n 241.064 699 298 643.18 298 578 c 2\n 298 552 l 1\nEndSplineSet\nMinimumDistance: y8,10 y8,9 x11,13 x11,12 x5,7 x5,6 \nEndChar\nStartChar: uni0A40\nEncoding: 2624 2624 1171\nWidth: 190\nFlags: W\nHStem: 0 21G<60 124> 477 57<1 59 124 173> 642 57<-11.3752 4>\nVStem: -124 64<553 582> 0 174<477 534> 60 64<1 477 534 582>\nFore\n174 477 m 1\n 124 477 l 1\n 124 0 l 1\n 60 0 l 1\n 60 477 l 1\n 0 477 l 1\n 0 534 l 1\n 60 534 l 1\n 60 578 l 2\n 60 614.881 35.6795 642 0 642 c 0\n -35.6157 642 -60 613.802 -60 578 c 2\n -60 552 l 1\n -124 552 l 1\n -124 578 l 2\n -124 644.834 -65.4737 699 0 699 c 0\n 66.4711 699 124 644.338 124 580 c 2\n 124 534 l 1\n 174 534 l 1\n 174 477 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y1,3 y1,2 x4,6 x4,5 x1,17 x1,0 \nEndChar\nStartChar: uni0A41\nEncoding: 2625 2625 1172\nWidth: 1\nFlags: W\nHStem: -159 59<-303 -223>\nVStem: -415 309<-151 -100>\nFore\n-106 -151 m 1\n -166 -156.333 -217.667 -159 -261 -159 c 0\n -303.667 -159 -355 -156.333 -415 -151 c 1\n -415 -92 l 1\n -355 -97.3333 -303.667 -100 -261 -100 c 0\n -217.667 -100 -166 -97.3333 -106 -92 c 1\n -106 -151 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0A42\nEncoding: 2626 2626 1173\nWidth: 1\nFlags: W\nHStem: -243 54<-352.998 -238> -142 54<-352.998 -238>\nVStem: -414 306<-239 -189 -138 -88>\nFore\n-108 -82 m 1\n -108 -138 l 1\n -179.333 -140.667 -232 -142 -266 -142 c 128\n -300 -142 -349.333 -140.667 -414 -138 c 1\n -414 -82 l 1\n -384.667 -86 -335.333 -88 -266 -88 c 0\n -251.723 -88 -122.905 -82.4759 -108 -82 c 1\n-108 -183 m 1\n -108 -239 l 1\n -179.333 -241.667 -232 -243 -266 -243 c 128\n -300 -243 -349.333 -241.667 -414 -239 c 1\n -414 -183 l 1\n -384.667 -187 -335.333 -189 -266 -189 c 0\n -251.723 -189 -122.905 -183.476 -108 -183 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0A47\nEncoding: 2631 2631 1174\nWidth: 1\nFlags: W\nFore\n-42 548 m 1\n -147.333 619.333 -238.333 655 -315 655 c 0\n -340.433 655 -386 667.758 -386 690 c 0\n -386 706 -362.333 716 -315 720 c 0\n -273.667 723.333 -228.667 710.667 -180 682 c 0\n -127.333 650 -81.3333 605.333 -42 548 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A48\nEncoding: 2632 2632 1175\nWidth: 1\nFlags: W\nHStem: 608 58<-306 -260>\nFore\n-48 544 m 1\n -116.667 586.667 -187.333 608 -260 608 c 0\n -268.068 608 -329.451 600.712 -340 601 c 0\n -364 601 -376 610.333 -376 629 c 0\n -376 653.667 -352.667 666 -306 666 c 0\n -218.62 666 -122.901 623.469 -76 580 c 1\n -87.3333 608 -111.667 635.333 -149 662 c 0\n -203 700 -267.667 718 -343 716 c 0\n -375.667 715.333 -392 723.667 -392 741 c 0\n -392 763.936 -362.531 779.116 -338 778 c 0\n -283.333 776.667 -224.667 753 -162 707 c 0\n -94.6667 657.667 -56.6667 603.333 -48 544 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A4B\nEncoding: 2635 2635 1176\nWidth: 1\nFlags: W\nHStem: 636 64<-321 -156>\nFore\n-68 572 m 1\n -84 572 l 1\n -99.3333 614.667 -124 636 -158 636 c 2\n -312 636 l 2\n -376 636 -409.333 680.667 -412 770 c 1\n -390 770 l 1\n -375.333 723.333 -352 700 -320 700 c 2\n -170 700 l 2\n -91.413 700 -70.5914 654.927 -68 572 c 1\nEndSplineSet\nEndChar\nStartChar: uni0A4C\nEncoding: 2636 2636 1177\nWidth: 1\nFlags: W\nHStem: 544 35<-184 -183 -131 -131> 544 149.99<-246 -182> 626 67.5498<-264 -247> 640 56<-161 -152>\nVStem: -246 48<592 600> -246 64<545 579> -132 64<545 580> -119 51<592 600>\nFore\n-246 544 m 1\n -246 626 l 1\n -312 626 -364.667 639.167 -404 665.5 c 128\n -443.333 691.833 -460.667 725.333 -456 766 c 1\n -444 766 l 1\n -434 717.333 -381.667 693 -287 693 c 0\n -285.469 693 -167.523 695.957 -160 696 c 0\n -98.6667 696 -68 682.333 -68 655 c 2\n -68 544 l 1\n -132 544 l 1\n -132 580 l 1\n -123.333 580 -119 585.667 -119 597 c 0\n -119 619.366 -136.551 640 -159 640 c 0\n -181.332 640 -198 619.577 -198 598 c 0\n -198 585.333 -192.667 579 -182 579 c 1\n -182 544 l 1\n -246 544 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0A4D\nEncoding: 2637 2637 1178\nWidth: 1\nFlags: W\nHStem: -119 69<-170 -132> -107 83<-119.937 -100.022>\nVStem: -132 64<-50 -25>\nFore\n50 -184 m 1\n -4.66667 -132.667 -61.3333 -107 -120 -107 c 1\n -136 -115 -152.667 -119 -170 -119 c 0\n -192.667 -119 -204 -111 -204 -95 c 0\n -204 -65 -180 -50 -132 -50 c 1\n -132 -24 l 1\n -68 -24 l 1\n -68 -60 l 1\n -10 -80 29.3333 -121.333 50 -184 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0A59\nEncoding: 2649 2649 1179\nWidth: 534\nFlags: W\nHStem: -6 66<88 97> 0 21G<404 468> 50 62<272 304> 300 57<134 404> 477 57<1 32 469 517>\nVStem: 62 66<26 29> 404 64<1 91 175 299 358 477> 404 114<478 533>\nFore\n518 477 m 1\n 468 477 l 1\n 468 0 l 1\n 404 0 l 1\n 404 92 l 1\n 374 64 336.667 50 292 50 c 0\n 191.241 50 69.4386 126.482 32 192 c 1\n 58 230.667 71 281 71 343 c 0\n 71 403 58 447.667 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 86 534 l 1\n 114 478 130 419 134 357 c 1\n 404 357 l 1\n 404 534 l 1\n 518 534 l 1\n 518 477 l 1\n404 175 m 1\n 404 300 l 1\n 134 300 l 1\n 132 266 122.667 231.333 106 196 c 1\n 162 140 222.667 112 288 112 c 0\n 341.333 112 380 133 404 175 c 1\n95 60 m 0\n 113.87 60 128 45.5247 128 27 c 0\n 128 8.80791 113.023 -6 95 -6 c 0\n 77.3815 -6 62 9.86545 62 27 c 0\n 62 45.3046 77.3578 60 95 60 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y1,3 y1,2 y13,15 y13,14 x1,15 x1,0 \nEndChar\nStartChar: uni0A5A\nEncoding: 2650 2650 1180\nWidth: 618\nFlags: W\nHStem: -12 57<219 239> -6 66<29 33> 0 21G<488 552> 254 57<151 295> 477 57<1 295 360 487 553 601>\nVStem: -2 66<20 29> 30 64<168.186 184> 296 64<87 253 311 476> 488 64<1 477>\nFore\n296 97 m 2\n 296 254 l 1\n 162 254 l 2\n 120.652 254 94 224.312 94 182 c 0\n 94 150.667 109.667 119.333 141 88 c 0\n 169.667 59.3333 196 45 220 45 c 0\n 270.667 45 296 62.3333 296 97 c 2\n296 477 m 1\n 0 477 l 1\n 0 534 l 1\n 602 534 l 1\n 602 477 l 1\n 552 477 l 1\n 552 0 l 1\n 488 0 l 1\n 488 477 l 1\n 360 477 l 1\n 360 90 l 2\n 360 22 319.333 -12 238 -12 c 0\n 178 -12 127.667 8.33333 87 49 c 0\n 49 87 30 131.333 30 182 c 0\n 30 259.603 76.7583 311 152 311 c 2\n 296 311 l 1\n 296 477 l 1\n31 60 m 4\n 49.8703 60 64 45.5247 64 27 c 4\n 64 8.80791 49.0228 -6 31 -6 c 4\n 13.3816 -6 -2.00002 9.86545 -2 27 c 4\n -2 45.3046 13.3578 60 31 60 c 4\nEndSplineSet\nMinimumDistance: x9,-1 y11,13 y11,12 x11,9 x11,10 x6,8 x6,7 \nEndChar\nStartChar: uni0A5B\nEncoding: 2651 2651 1181\nWidth: 492\nFlags: W\nHStem: -6 66<240 247> 0 21G<62 126 362 426> 215 57<152 361> 477 57<1 361 427 475>\nVStem: 212 66<26 29> 362 64<1 214 273 476>\nFore\n476 477 m 1\n 426 477 l 1\n 426 0 l 1\n 362 0 l 1\n 362 215 l 1\n 152 215 l 1\n 152 167.524 134.922 41.6338 126 0 c 1\n 62 0 l 1\n 78 102 86.6667 173.667 88 215 c 1\n 32 215 l 1\n 31.3333 223 31 230.333 31 237 c 0\n 31 298.333 63 329 127 329 c 0\n 134.333 329 142.667 328.667 152 328 c 1\n 152 272 l 1\n 362 272 l 1\n 362 477 l 1\n 0 477 l 1\n 0 534 l 1\n 476 534 l 1\n 476 477 l 1\n245 60 m 0\n 263.87 60 278 45.5247 278 27 c 0\n 278 8.80791 263.023 -6 245 -6 c 0\n 227.381 -6 212 9.86545 212 27 c 0\n 212 45.3046 227.358 60 245 60 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y4,2 y4,3 x15,17 x15,16 x1,18 x1,0 \nEndChar\nStartChar: uni0A5C\nEncoding: 2652 2652 1182\nWidth: 484\nFlags: W\nHStem: 0 21G<92 156 370 442> 249 104<127 162> 269.146 73.7791<269 272> 477 57<1 379 436 467>\nVStem: 0 468<477 533> 377 66<192 200> 380 56<464 476>\nDStem: 320 58 370 76 370 0 442 0\nFore\n48 90 m 2\n 36.6667 114 31 130 31 138 c 0\n 31 154 44.3333 162 71 162 c 0\n 89.6667 162 119.333 153.833 160 137.5 c 0\n 200.667 121.167 228 112.667 242 112 c 0\n 308.149 108.993 377 133.907 377 195 c 0\n 377 241.618 334.243 270 285 270 c 0\n 269 270 252 267.333 234 262 c 0\n 205.333 253.333 173 249 137 249 c 0\n 75 249 44 264.667 44 296 c 0\n 44 334 80.3333 353 153 353 c 0\n 181 353 215.333 350 256 344 c 0\n 292 338.667 322.667 353 348 387 c 0\n 369.333 415.667 380 445.667 380 477 c 1\n 0 477 l 1\n 0 534 l 1\n 468 534 l 1\n 468 477 l 1\n 436 477 l 1\n 436 411.164 403.53 348.237 364 320 c 1\n 416.667 288 443 247.333 443 198 c 0\n 443 150 418.667 109.333 370 76 c 1\n 442 0 l 1\n 370 0 l 1\n 320 58 l 1\n 308 51.3333 291.333 48 270 48 c 0\n 219.333 48 171.333 60 126 84 c 1\n 156 0 l 1\n 92 0 l 1\n 48 90 l 2\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni0A5E\nEncoding: 2654 2654 1183\nWidth: 506\nFlags: W\nHStem: -11 55<319 338> -6 66<74 80> 150 56<319 352> 302 57<176 403> 477 57<1 403 469 489>\nVStem: 0 490<477 533> 42 66<21 29 229 229> 404 64<359 477> 422 54<93 111>\nFore\n490 477 m 1\n 468 477 l 1\n 468 302 l 1\n 190 302 l 2\n 134 302 105.667 278.667 105 232 c 0\n 105 194 125.333 154 166 112 c 1\n 189.703 168.136 255.91 206 335 206 c 0\n 409.259 206 476 170.186 476 102 c 0\n 476 26.8013 398.629 -11 320 -11 c 0\n 212.137 -11 128.559 47.1527 78 116 c 0\n 52.6667 150.667 40 189.667 40 233 c 0\n 40 320.538 99.146 359 190 359 c 2\n 404 359 l 1\n 404 477 l 1\n 0 477 l 1\n 0 534 l 1\n 490 534 l 1\n 490 477 l 1\n422 102 m 0\n 422 134 393.333 150 336 150 c 0\n 292.087 150 228 131.904 228 94 c 0\n 228 57.4904 284.095 44 325 44 c 0\n 369.599 44 422 60.5835 422 102 c 0\n75 60 m 0\n 93.87 60 108 45.5247 108 27 c 0\n 108 8.80791 93.0227 -6 75 -6 c 0\n 57.3815 -6 42 9.86545 42 27 c 0\n 42 45.3046 57.3578 60 75 60 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x13,15 x13,14 x1,16 x1,0 \nEndChar\nStartChar: uni0A66\nEncoding: 2662 2662 1184\nWidth: 616\nFlags: W\nHStem: -14 57<272 304> 489 57<272 304>\nVStem: 0 64<258 274> 504 64<258 274>\nFore\n568 266 m 0\n 568 187.333 540 121 484 67 c 128\n 428 13 360.667 -14 282 -14 c 0\n 120.853 -14 -1.5511e-05 108.025 0 266 c 0\n 0 345.333 27 411.833 81 465.5 c 128\n 135 519.167 202 546 282 546 c 0\n 360.667 546 428 519 484 465 c 128\n 540 411 568 344.667 568 266 c 0\n504 266 m 0\n 504 388.429 403.366 489 284 489 c 0\n 161.805 489 64 385.661 64 266 c 0\n 64 143.571 164.634 43 284 43 c 0\n 406.194 43 504 146.339 504 266 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0A67\nEncoding: 2663 2663 1185\nWidth: 480\nFlags: W\nHStem: 0 21G<408 474> 214 57<176 192> 491 57<176 192>\nVStem: 0 64<368 384> 314 64<112 252 368 384>\nFore\n474 0 m 1\n 408 0 l 2\n 364 0 336 13.6667 324 41 c 0\n 317.333 56.3333 314 91 314 145 c 2\n 314 253 l 1\n 278.667 227 237 214 189 214 c 0\n 86.6417 214 4.77351e-08 282.346 0 381 c 0\n 0 481.572 88.2807 548 189 548 c 0\n 291.358 548 378 479.654 378 381 c 2\n 378 118 l 2\n 378 56.735 418.293 5.18196 474 0 c 1\n314 381 m 0\n 314 449.6 257.525 491 189 491 c 0\n 119.363 491 64 448.787 64 381 c 0\n 64 312.401 120.475 271 189 271 c 0\n 258.637 271 314 313.213 314 381 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0A68\nEncoding: 2664 2664 1186\nWidth: 560\nFlags: W\nHStem: 82 178<122 138> 491 57.3057<218 234>\nVStem: 429 65<330 353>\nDStem: 311 122 362 152 428 2 506 2\nFore\n428 2 m 1\n 311 122 l 1\n 274.309 103.099 183.152 82 130 82 c 0\n 65.5201 82 1.17964e-05 119.759 0 178 c 0\n 3.46945e-18 232.667 43.3333 260 130 260 c 0\n 180.667 260 245.333 241 324 203 c 1\n 395.052 221.768 429 263.441 429 354 c 0\n 429 388.667 407.5 420.167 364.5 448.5 c 128\n 321.5 476.833 275.333 491 226 491 c 0\n 150.096 491 46.1141 451.268 -6 420 c 1\n 0 490 l 1\n 116.252 556.251 285.649 574.15 401 501 c 0\n 463 461 494 404.333 494 331 c 0\n 494 238.744 434.255 178.059 362 152 c 1\n 506 2 l 1\n 428 2 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0A69\nEncoding: 2665 2665 1187\nWidth: 480\nFlags: W\nHStem: 0 21G<324 424> 238 102<84 130> 257 62<252 280> 472 64<142 199>\nVStem: 330 68<176 192> 344 62<380 389>\nFore\n0 437 m 1\n 0 506 l 1\n 44 526 99.3333 536 166 536 c 0\n 291.071 536 406 496.635 406 381 c 0\n 406 342.333 394 304.667 370 268 c 1\n 388.667 239.333 398 210.667 398 182 c 0\n 398 140 378.667 102.667 340 70 c 1\n 424 0 l 1\n 324 0 l 1\n 284 30 l 1\n 266.088 27.6118 193.957 32 186 32 c 0\n 113.091 32 1.72715e-05 49.9495 0 110 c 0\n 3.46945e-18 132.667 35.3333 144 106 144 c 0\n 124 144 146.333 140 173 132 c 0\n 229.667 114.667 263.333 104.667 274 102 c 1\n 311.333 118 330 147 330 189 c 0\n 330 222.796 311.733 257 280 257 c 0\n 261.333 257 233.667 254 197 248 c 128\n 160.333 242 137.333 239 128 239 c 0\n 124.667 239 118.333 238.667 109 238 c 2\n 85 238 l 2\n 27 238 -2 256 -2 292 c 0\n -2 314 13.3333 328.333 44 335 c 0\n 60 338.333 87.3333 340 126 340 c 0\n 132 340 149.833 336.5 179.5 329.5 c 128\n 209.167 322.5 233.333 319 252 319 c 0\n 299.452 319 344 343.818 344 387 c 0\n 344 410.333 330.333 429.667 303 445 c 0\n 271.667 463 226 472 166 472 c 0\n 94 472 38.6667 460.333 0 437 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0A6A\nEncoding: 2666 2666 1188\nWidth: 468\nFlags: W\nHStem: 0 57<192 224> 229 57<190 224>\nVStem: 0 64<381 388> 24 64<144 160> 332 64<144 160> 356 64<381 388>\nFore\n188 0 m 2\n 100.501 0 24 65.2366 24 150 c 0\n 24 195.333 42.6667 231.333 80 258 c 1\n 26.6667 290.667 0 333.333 0 386 c 0\n 0 479.062 70.8343 534 166 534 c 1\n 166 477 l 1\n 107.104 474.056 64 439.671 64 382 c 0\n 64 358.667 76 337.667 100 319 c 0\n 128 297 164.667 286 210 286 c 0\n 254 286 290.333 297 319 319 c 0\n 343.667 338.333 356 359.333 356 382 c 0\n 356 441.398 312.222 474.09 254 477 c 1\n 254 534 l 1\n 349.474 534 420 477.381 420 386 c 0\n 420 333.333 393.333 290.667 340 258 c 1\n 377.333 231.333 396 195.333 396 150 c 0\n 396 61.6401 319.768 2.54313e-06 232 0 c 2\n 188 0 l 2\n88 150 m 0\n 88 88.4603 145.047 57 210 57 c 0\n 275.976 57 332 89.6003 332 150 c 0\n 332 204.938 269.155 229 210 229 c 0\n 151.252 229 88 204.173 88 150 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0A6B\nEncoding: 2667 2667 1189\nWidth: 492\nFlags: W\nHStem: 124 57<200 232>\nVStem: 26 63<368 400> 352 64<1 159 240 533>\nFore\n-8 534 m 1\n 58 534 l 1\n 78.6667 488 89 436.667 89 380 c 0\n 89 333.333 82 286.333 68 239 c 1\n 102 200.333 149.667 181 211 181 c 0\n 247.667 181 280.333 187.833 309 201.5 c 128\n 337.667 215.167 352 230.333 352 247 c 2\n 352 534 l 1\n 416 534 l 1\n 416 0 l 1\n 352 0 l 1\n 352 160 l 1\n 326.667 136 284.333 124 225 124 c 0\n 121.415 124 35.2469 165.843 -3 230 c 1\n 16.3333 293.333 26 345 26 385 c 0\n 26 432.333 14.6667 482 -8 534 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0A6C\nEncoding: 2668 2668 1190\nWidth: 514\nFlags: W\nHStem: 0 57<159 449> 172 104<337 355> 190 64<156 183> 378 104<310 378>\nVStem: -3.01683 67.0168<326 336> 27 64<120 128> 181 73<573 589>\nFore\n160 0 m 2\n 83.9089 0 27 46.9396 27 121 c 0\n 27 169 46 203.333 84 224 c 1\n 41.1345 240.219 -4.00001 285.167 -4 340 c 0\n -4 373.333 12.3333 402 45 426 c 0\n 83.6667 454 142 472.667 220 482 c 1\n 194 523.333 181 559 181 589 c 0\n 181 681.17 304.037 705.056 422 700 c 1\n 422 641 l 1\n 420.315 641 371.395 642.86 368 643 c 0\n 292 643 254 619.667 254 573 c 0\n 254 537.667 272.667 507.333 310 482 c 1\n 358.763 482 416 459.836 416 414 c 0\n 416 390 403.333 378 378 378 c 0\n 367.333 378 344.333 384.333 309 397 c 128\n 273.667 409.667 243.333 416 218 416 c 0\n 169.333 416 130.667 406.333 102 387 c 0\n 76.6667 370.333 64 350 64 326 c 0\n 64 306 73.3333 289 92 275 c 0\n 110.667 261 136.667 254 170 254 c 0\n 182 254 208.667 257.667 250 265 c 0\n 291.333 272.333 320.667 276 338 276 c 0\n 364.667 276 387.5 269.167 406.5 255.5 c 0\n 425.5 241.833 435 227.333 435 212 c 0\n 435 185.333 408.667 172 356 172 c 0\n 342.667 172 311.833 175 263.5 181 c 0\n 215.167 187 180.667 190 160 190 c 0\n 120.541 190 91 162.261 91 125 c 0\n 91 80.2981 126.773 57 172 57 c 2\n 450 57 l 1\n 450 0 l 1\n 160 0 l 2\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni0A6D\nEncoding: 2669 2669 1191\nWidth: 538\nFlags: W\nHStem: 0 57<0.250202 37.7228> 466 56<272.879 304>\nVStem: 104 65<336 358> 424 65<336 357>\nFore\n114 290 m 1\n 107.333 313.333 104 335.333 104 356 c 0\n 104 459.324 185.798 522 291 522 c 0\n 402.624 522 489 451.499 489 344 c 0\n 489 323.333 486 302 480 280 c 0\n 432.637 97.5175 233.217 2.03451e-05 0 0 c 1\n 0 57 l 1\n 102.667 57 192.333 78.5 269 121.5 c 0\n 345.667 164.5 394.333 219.333 415 286 c 0\n 421 305.333 424 323.667 424 341 c 0\n 424 414.883 364.859 466 291 466 c 0\n 218.355 466 169 418.874 169 348 c 0\n 169 330 172 310.667 178 290 c 1\n 114 290 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0A6E\nEncoding: 2670 2670 1192\nWidth: 572\nFlags: W\nHStem: -4 59<448 523> 389 57<145 523>\nVStem: 80 64<348 388>\nFore\n524 446 m 1\n 524 389 l 1\n 144 389 l 1\n 144 267 165.333 182.333 208 135 c 0\n 256 81.6667 346 55 478 55 c 2\n 524 55 l 1\n 524 -4 l 1\n 478 -4 l 2\n 324 -4 216.667 30.6667 156 100 c 0\n 105.333 158 80 254.333 80 389 c 1\n 0 389 l 1\n -8.67362e-19 448.333 9.16667 487.333 27.5 506 c 0\n 45.8333 524.667 84.6667 534 144 534 c 1\n 144 446 l 1\n 524 446 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x13,1 x13,0 \nEndChar\nStartChar: uni0A6F\nEncoding: 2671 2671 1193\nWidth: 560\nFlags: W\nHStem: -3.74349 59.3045<468 486> 347 56<141 377> 674 55<468 486>\nVStem: 4 506<347 377.388> 76 64<316 346> 291 70<557.676 579>\nFore\n510 399 m 1\n 510 347 l 1\n 140 347 l 1\n 140 201.601 158.097 128.435 258 89 c 0\n 313.333 66.3333 397.333 55 510 55 c 1\n 510 -2 l 1\n 487.333 -3.33333 466 -4 446 -4 c 0\n 298 -4 196.333 28.6667 141 94 c 0\n 97.6667 145.333 76 229.667 76 347 c 1\n 4 347 l 1\n 4 452.363 32.6518 475 140 475 c 1\n 140 403 l 1\n 378 403 l 1\n 320 452.333 291 510.333 291 577 c 0\n 291 681.317 375.276 729 484 729 c 0\n 493.333 729 503.333 728.667 514 728 c 1\n 514 671 l 1\n 502 673 490.333 674 479 674 c 0\n 412.581 674 361 635.958 361 573 c 0\n 361 542.333 373 512 397 482 c 0\n 423 448.667 460.667 421 510 399 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni0A70\nEncoding: 2672 2672 1194\nWidth: 1\nFlags: W\nHStem: 652 67<-273 -257>\nVStem: -369 56<604 644> -211 56<604 644>\nFore\n-183 574 m 1\n -223 574 l 1\n -215 579.333 -211 589.333 -211 604 c 0\n -211 632.971 -234.757 652 -263 652 c 0\n -296.333 652 -313 636 -313 604 c 0\n -313 590.667 -309.667 580.667 -303 574 c 1\n -341 574 l 1\n -359.667 600 -369 623.333 -369 644 c 0\n -369 694.368 -314.006 719 -262 719 c 0\n -209.32 719 -155 693.833 -155 644 c 0\n -155 623.333 -164.333 600 -183 574 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0A72\nEncoding: 2674 2674 1195\nWidth: 498\nFlags: W\nHStem: -10.0493 56.0493<288 304> 254.649 56.3506<299 352> 477 57<1 32 99 395 461 481>\nVStem: 0 482<477 533> 396 64<312 477>\nFore\n484 142 m 1\n 483.333 99.3333 464.333 62.6667 427 32 c 0\n 392.333 3.33333 354.667 -11 314 -11 c 0\n 250 -11 194.333 5.66667 147 39 c 1\n 44 122 l 1\n 44 183.04 96.0219 251.077 136 284 c 1\n 83.3333 320.667 48.6667 385 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 482 534 l 1\n 482 477 l 1\n 460 477 l 1\n 460 250 l 1\n 416 250 l 1\n 349.333 257.333 298 257.333 262 250 c 0\n 184.667 234 138 203.333 122 158 c 1\n 123.333 156.667 140.333 142.333 173 115 c 0\n 203.846 88.3231 255.511 46 300 46 c 0\n 323.333 46 355.5 62 396.5 94 c 128\n 437.5 126 463.333 142 474 142 c 2\n 484 142 l 1\n396 311 m 1\n 396 477 l 1\n 98 477 l 1\n 107.514 409.432 148.117 336.081 198 311 c 1\n 396 311 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x13,11 y11,13 y11,12 x11,9 x11,10 \nEndChar\nStartChar: uni0A73\nEncoding: 2675 2675 1196\nWidth: 596\nFlags: W\nHStem: -16 67<320 336> 225 67<137 410> 467 67<107 483> 477 57<1 32 558 579> 663 67<272 304>\nVStem: 0 580<477 534> 434 64<141 160> 484 73.6679<464 466>\nFore\n580 477 m 1\n 558 477 l 1\n 558 388.609 510.997 295.02 462 254 c 1\n 486 223.333 498 186 498 142 c 0\n 498 41.8951 426.108 -16 326 -16 c 0\n 211.163 -16 120.051 82.7947 86 174 c 0\n 62.9674 235.036 35.1032 397.866 32 477 c 1\n 0 477 l 1\n 0 534 l 1\n 32 534 l 1\n 60 661.333 145.333 726.667 288 730 c 0\n 434.284 732.812 542.646 659.389 558 534 c 1\n 580 534 l 1\n 580 477 l 1\n484 534 m 1\n 479.333 571.333 455 603 411 629 c 0\n 371 651.667 330 663 288 663 c 0\n 193.88 663 119.944 611.329 106 534 c 1\n 484 534 l 1\n484 467 m 1\n 106 467 l 1\n 106 464.349 103.904 414.725 104 412 c 0\n 104 362.667 108.667 322.667 118 292 c 1\n 410 292 l 1\n 432 304.667 450.333 331.667 465 373 c 0\n 477.667 407.667 484 439 484 467 c 1\n434 150 m 0\n 434 178 428 203 416 225 c 1\n 136 225 l 1\n 176.667 109 240 51 326 51 c 0\n 351.333 51 374.333 58.6667 395 74 c 0\n 421 92 434 117.333 434 150 c 0\nEndSplineSet\nEndChar\nStartChar: uni0A74\nEncoding: 2676 2676 1197\nWidth: 900\nFlags: W\nHStem: -8 59<624 643> 0 21G<332 398> 200 57<478 713> 225 57<144 160> 408 57<362 389 453 775 840 858> 420 57<144 160> 606 58<569 584> 647 57<848 871>\nVStem: 0 65<344 361> 238 64<104 246 344 361> 361 498<408 465> 389 63<392 407> 733 56<127 147> 776 64<392 407> 916 64<592 616>\nFore\n980 591 m 1\n 916 591 l 1\n 916 607 l 2\n 916 633.667 897 647 859 647 c 0\n 781.667 647 720.333 614 675 548 c 1\n 655.024 574.635 626.519 606 582 606 c 0\n 513.414 606 463.81 527.591 452 465 c 1\n 859 465 l 1\n 859 408 l 1\n 840 408 l 1\n 840 334.046 798.953 259.15 757 224 c 1\n 778.333 197.333 789 165.333 789 128 c 0\n 789 42.4043 726.977 -8.00003 641 -8 c 0\n 595 -8 552 9.66667 512 45 c 0\n 442.54 104.17 422.202 168.667 403 288 c 0\n 394.333 340 389.667 380 389 408 c 1\n 361 408 l 1\n 361 465 l 1\n 389 465 l 1\n 408.793 556.268 471.471 664 570 664 c 0\n 610.767 664 634.573 650.256 675 626 c 1\n 734.333 678 799 704 869 704 c 0\n 920.497 704 980 669.875 980 622 c 2\n 980 591 l 1\n398 0 m 1\n 332 0 l 2\n 288 0 260 13.6667 248 41 c 0\n 241.333 56.3333 238 91 238 145 c 2\n 238 247 l 1\n 212 232.333 183 225 151 225 c 0\n 109.667 225 74.1667 237.667 44.5 263 c 0\n 14.8333 288.333 8.67362e-19 317.667 0 351 c 0\n 0 424.896 75.6665 477 151 477 c 0\n 232.303 477 302 428.928 302 351 c 2\n 302 118 l 2\n 302 46 334 6.66667 398 0 c 1\n776 408 m 1\n 452 408 l 1\n 452 394.899 451.532 367.427 451 360 c 0\n 451 319.333 454.667 285 462 257 c 1\n 713 257 l 1\n 732.333 267.667 748 290.667 760 326 c 0\n 770.667 356 776 383.333 776 408 c 1\n733 135 m 0\n 733 159.667 728 181.333 718 200 c 1\n 477 200 l 1\n 513 100.667 567.667 51 641 51 c 0\n 692.134 51 733 85.9315 733 135 c 0\n237 351 m 0\n 237 392.355 193.311 420 151 420 c 0\n 108.212 420 65 391.134 65 351 c 0\n 65 309.645 108.689 282 151 282 c 0\n 193.788 282 237 310.866 237 351 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B83\nEncoding: 2947 2947 1198\nWidth: 806\nFlags: W\nHStem: 0 26<135 142 663 668> 196 26<135 142 663 668> 362 26<401 407> 558 26<401 407>\nVStem: 55 26<96.6495 114> 197 26<96.0699 114> 319 26<464 480> 461 26<464 480> 581 26<96.6495 114> 723 26<96.0699 114>\nFore\n404 584 m 0\n 454 584 487 529 487 474 c 8\n 487 418 454 362 402 362 c 8\n 351 362 319 417 319 472 c 24\n 319 528 352 584 404 584 c 0\n403 558 m 0\n 365 558 345 510 345 473 c 0\n 345 439 364 388 403 388 c 0\n 441 388 461 436 461 473 c 0\n 461 507 442 558 403 558 c 0\n666 222 m 0\n 716 222 749 167 749 112 c 8\n 749 56 716 0 664 0 c 8\n 613 0 581 55 581 110 c 24\n 581 166 614 222 666 222 c 0\n665 196 m 0\n 627 196 607 148 607 111 c 0\n 607 77 626 26 665 26 c 0\n 703 26 723 74 723 111 c 0\n 723 145 704 196 665 196 c 0\n140 222 m 0\n 190 222 223 167 223 112 c 8\n 223 56 190 0 138 0 c 8\n 87 0 55 55 55 110 c 24\n 55 166 88 222 140 222 c 0\n139 196 m 0\n 101 196 81 148 81 111 c 0\n 81 77 100 26 139 26 c 0\n 177 26 197 74 197 111 c 0\n 197 145 178 196 139 196 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0B85\nEncoding: 2949 2949 1199\nWidth: 861\nFlags: W\nHStem: -111 36<318 368> 49 25<110 559 656 763> 182 25<424 434> 412 42<468 503>\nVStem: 342 24<283 300> 484 44<282 300> 613 84<220 252> 763 84<-115 48 75 431>\nFore\n468 411 m 1\n 480 404 490 392 499 381 c 0\n 518 356 528 325 528 294 c 0\n 528 238 496 191 448 183 c 0\n 440 182 432 182 424 182 c 0\n 375 187 342 237 342 296 c 0\n 342 377 407 454 503 454 c 2\n 505 454 l 2\n 580 454 647 400 678 334 c 0\n 691 304 697 271 697 238 c 0\n 697 177 678 116 655 74 c 1\n 763 74 l 1\n 763 432 l 1\n 847 432 l 1\n 847 -116 l 1\n 763 -116 l 1\n 763 49 l 1\n 648 49 l 0\n 637 49 633 38 629 31 c 0\n 575 -42 487 -105 371 -110 c 0\n 364 -110 356 -111 348 -111 c 0\n 303 -111 247 -104 210 -96 c 0\n 134 -77 57 -45 46 44 c 0\n 46 50 l 0\n 46 54 46 59 50 63 c 0\n 63 73 114 74 151 74 c 1\n 562 74 l 1\n 571 74 576 75 578 82 c 0\n 596 118 613 183 613 238 c 0\n 613 315 573 384 511 406 c 0\n 497 411 483 412 468 412 c 1\n 468 411 l 1\n366 283 m 0\n 368 268 370 254 377 241 c 0\n 387 221 406 207 427 207 c 0\n 468 207 484 251 484 287 c 0\n 484 332 462 369 440 396 c 0\n 438 398 435 401 432 401 c 0\n 422 401 406 386 401 381 c 0\n 380 358 366 324 366 283 c 0\n560 49 m 1\n 474 49 217 51 94 48 c 0\n 84 47 65 48 65 34 c 0\n 65 31 66 28 66 25 c 0\n 81 -70 215 -75 322 -75 c 0\n 357 -75 390 -75 423 -65 c 0\n 480 -46 530 -3 560 49 c 1\nEndSplineSet\nMinimumDistance: x13,-1 y16,14 y16,15 y11,13 y11,12 \nEndChar\nStartChar: uni0B86\nEncoding: 2950 2950 1200\nWidth: 1076\nFlags: W\nHStem: -358 67<695 718 718.031 781.791> -133 35<558 580> -109 35<308 309 309.045 332.875 333 358.988> 49 25<110 560 658 765 849.063 871.143> 412 42<469 504>\nVStem: 343.608 23.3885<282 300> 424 44.9549<-198 -193> 485.39 43.8415<275.959 297.969> 613.762 83.8295<213 251> 765 84<-114 48 75 431> 1001.14 35.2159<-131 -96>\nFore\n469 411 m 1\n 482 404 493 391 502 379 c 0\n 528 342 537 292 522 249 c 0\n 510 216 483 186 446 182 c 0\n 385.671 175.297 351.783 225.777 345 271 c 0\n 330.168 361.642 399.096 454 504 454 c 0\n 586 455 658 394 685 319 c 0\n 707 259 700 188 680 128 c 0\n 674 109 665 92 657 74 c 1\n 765 74 l 1\n 765 432 l 1\n 849 432 l 1\n 849 74 l 1\n 901.857 74 937.023 60.7816 968 36 c 0\n 1036 -19 1052 -116 1023 -195 c 0\n 991 -280 909 -336 822 -353 c 0\n 787 -360 753 -359 718 -358 c 0\n 603.767 -355.715 480.245 -334.684 437 -253 c 0\n 428 -235 424 -216 424 -196 c 0\n 424 -116.918 515.114 -98 581 -98 c 1\n 581 -133 l 1\n 549 -133 511 -136 486 -157 c 0\n 464 -175 465 -208 479 -231 c 0\n 512.322 -285.148 611.495 -288.802 695 -291 c 0\n 746 -292 796 -294 846 -281 c 0\n 906 -265 968 -229 992 -169 c 0\n 1019 -100 990 -7 926 31 c 0\n 902 45 877 49 849 49 c 1\n 849 -115 l 1\n 765 -115 l 1\n 765 49 l 1\n 657 49 l 1\n 653 49 648 50 644 48 c 0\n 638 45 633 36 629 30 c 0\n 599.014 -14.9797 546.505 -54.8823 497 -79 c 0\n 454 -99 406 -109 359 -110 c 0\n 350 -110 342 -109 333 -109 c 0\n 224.105 -106.407 101.209 -84.9108 59 -2 c 0\n 52 12 48 28 46 44 c 0\n 46 50 45 58 50 63 c 0\n 67.2118 75.9088 149.558 74 181 74 c 1\n 562 74 l 1\n 571.554 74 576.245 73.7363 579 82 c 0\n 616.246 156.492 636.638 281.219 575 359 c 0\n 550.82 390.089 520.439 412 469 412 c 1\n 469 411 l 1\n423 397 m 0\n 378.761 374.88 350.567 295.866 377 243 c 0\n 391 215 423 197 452 213 c 0\n 478.871 229.123 487.531 265.091 485 298 c 0\n 480.981 336.851 462.706 369.117 442 395 c 1\n 439 397 437 401 433 401 c 128\n 429 401 426 399 423 397 c 0\n561 49 m 1\n 184 49 l 2\n 154 49 124 50 94 48 c 0\n 86 47 69 48 66 39 c 0\n 64 35 66 30 66 26 c 0\n 68 15 71 5 76 -5 c 0\n 107.045 -63.2088 194.671 -70.5074 275 -74 c 2\n 309 -74 l 2\n 347 -75 384 -76 420 -65 c 0\n 462 -53 500 -27 529 6 c 0\n 541 19 553 33 561 49 c 1\nEndSplineSet\nMinimumDistance: y30,28 y30,29 y9,11 y9,10 \nEndChar\nStartChar: uni0B87\nEncoding: 2951 2951 1201\nWidth: 861\nFlags: W\nHStem: -254 60<198 221> -228 48<490 513> 57 37.0298<335 356> 151 45<336 353> 411 53.0636<436 446> 653 84<427 463>\nVStem: 60 44<265 300> 69 32<-107 -91> 245 26<253 264> 398 63<251 265> 517 62<296 324> 608 82<-92 -78> 753 42<-186 354>\nFore\n531 74 m 1\n 546 71 561 64 575 58 c 0\n 625 36 673 -3 687 -58 c 0\n 689 -68 690 -78 690 -89 c 0\n 690 -184 602 -228 514 -228 c 0\n 463 -228 426 -215 388 -202 c 0\n 383 -200 364.25 -190.75 364.25 -190.75 c 1\n 347 -205 l 2\n 314 -232 269 -254 221 -254 c 0\n 136 -254 69 -190 69 -108 c 0\n 69 -48.7991 101.447 -7.08769 133.335 23.668 c 1\n 86.6667 106.333 60 193.794 60 300 c 0\n 60 395 84 492 138 572 c 0\n 172 621 215 663 267 692 c 0\n 320 722 381 737 441 737 c 0\n 503 737 565 721 618 687 c 0\n 708 631 777 527 792 409 c 0\n 795 384 795 359 795 333 c 2\n 795 -186 l 1\n 753 -200 l 1\n 753 306 l 2\n 753 332 753 359 749 385 c 0\n 729.239 527.718 609.856 653 445 653 c 0\n 298 653 194 559 144 453 c 0\n 116 393 104 331 104 270 c 0\n 104 203 119 137 144 80 c 0\n 149 68 161 44 161 44 c 1\n 224 84 298 95 371 95 c 0\n 390 95 409 94 428 93 c 1\n 429 97 487 216 500 250 c 0\n 509 273 517 299 517 324 c 0\n 517 375 479 410 435 411 c 0\n 408 411 384 399 366 387 c 0\n 359 382 352 376 344 372 c 1\n 344 371 l 1\n 386 371 415 357 436 331 c 0\n 453 311 461 286 461 261 c 0\n 461 202.006 417.891 151 353 151 c 0\n 312 151 273 172 255 210 c 0\n 248 224 245 238 245 251 c 0\n 245 288 268 322 287 348 c 0\n 327 401 379 465 451 465 c 0\n 463 465 476 463 490 459 c 0\n 557 437 579 370 579 296 c 0\n 579 241 567 181 551 133 c 2\n 539 96 l 2\n 536 89 533 82 531 74 c 1\n271 264 m 0\n 271 226 301 196 336 196 c 0\n 344 196 352 197 360 201 c 0\n 384 211 398 232 398 265 c 0\n 397 299 365 337 321 337 c 0\n 306 337 300 328 294 319 c 0\n 282 303 271 284 271 264 c 0\n310 -116 m 1\n 346 -64 377 -7 406 52 c 1\n 390 53 373 56 357 57 c 0\n 345 58 334 58 322 58 c 0\n 254.522 58 219.225 48.1251 174 23 c 1\n 190 1 205 -22 223 -42 c 0\n 249 -70 278 -95 310 -116 c 1\n395 -159 m 1\n 426 -170 461 -180 495 -180 c 0\n 558 -180 600 -148 608 -92 c 0\n 608 -86 l 0\n 608 -32 554 7 509 25 c 1\n 481 -40 439 -108 395 -159 c 1\n148 1 m 1\n 120 -21 101 -58 101 -94 c 0\n 101 -108 104 -122 110 -135 c 0\n 123 -160 159 -194 198 -194 c 0\n 233 -194 262 -168 285 -145 c 1\n 272 -138 261 -128 250 -118 c 0\n 224 -96 167 -39 148 1 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nBack\n531 74 m 1\n 546 71 561 64 575 58 c 0\n 625 36 673 -3 687 -58 c 0\n 689 -68 690 -78 690 -89 c 0\n 690 -138.495 665.145 -172.468 635 -194 c 0\n 580 -232 504 -234 441 -219 c 0\n 423 -214 405 -208 388 -202 c 0\n 383.328 -200.131 371.999 -193 364 -193 c 0\n 358 -194 352 -201 347 -205 c 0\n 301.832 -241.955 235.701 -269.87 168 -245 c 0\n 142 -236 118 -220 101 -199 c 0\n 65 -156 60 -95 82 -45 c 0\n 91 -27 102 -10 115 5 c 0\n 115.664 5.66352 132 18.5937 132 25 c 0\n 131 31 126 36 124 41 c 0\n 41.2944 189.87 30.9492 412.762 138 572 c 0\n 172 621 215 663 267 692 c 0\n 375 752 513 753 618 687 c 0\n 707.873 630.508 777.032 527.082 792 409 c 0\n 797 364 795 318 795 272 c 2\n 795 -186 l 1\n 753 -200 l 1\n 753 306 l 1\n 753 332 753 359 749 385 c 0\n 740 450 710 510 666 558 c 0\n 645 581 619 600 592 616 c 0\n 489 673 360 663 264 597 c 0\n 212 561 171 510 144 453 c 0\n 84.121 325.077 96.7701 188.629 144 80 c 0\n 149 68 157 56 161 44 c 1\n 240 95 337 98 428 93 c 1\n 429.092 97.37 487 216 500 250 c 0\n 509 273 517 299 517 324 c 0\n 517 374.853 479.132 409.576 435 411 c 0\n 407.826 411 383.762 398.841 366 387 c 0\n 359 382 352 376 344 372 c 1\n 344 371 l 1\n 385.944 371 414.559 357.486 436 331 c 0\n 471 290 469 226 433 186 c 0\n 421 173 406 163 390 157 c 0\n 339 139 278 160 255 210 c 0\n 228.166 263.668 261.146 312.451 287 348 c 0\n 334.161 409.759 396.379 487.086 490 459 c 0\n 606.609 420.13 587.572 246.041 551 133 c 2\n 539 96 l 2\n 536 89 533 82 531 74 c 1\n271 261 m 0\n 272 217 318 182 360 201 c 0\n 384.446 211.477 398 232.363 398 265 c 0\n 397 298 372 326 341 334 c 0\n 332 337 320 339 311 336 c 0\n 304 333 298 325 294 319 c 0\n 281 302 270 282 271 261 c 0\n310 -116 m 1\n 345.867 -63.8674 377.024 -7.02442 406 52 c 1\n 390 53 373 56 357 57 c 0\n 299.021 60.221 243.384 56.3127 202 37 c 0\n 192 33 184 27 174 23 c 1\n 190 1 205 -22 223 -42 c 0\n 249 -70 278 -95 310 -116 c 1\n395 -159 m 1\n 448 -178 511 -192 563 -163 c 0\n 589.351 -147.189 603.147 -125.973 608 -92 c 0\n 612 -35 556 6 509 25 c 1\n 481.195 -40.2188 439.15 -107.972 395 -159 c 1\n148 1 m 1\n 109 -29 88 -89 110 -135 c 0\n 123.17 -160.023 159.199 -194 198 -194 c 0\n 233 -194 262 -168 285 -145 c 1\n 272 -138 261 -128 250 -118 c 0\n 223.733 -95.9358 166.678 -38.6905 148 1 c 1\nEndSplineSet\nEndChar\nStartChar: uni0B88\nEncoding: 2952 2952 1202\nWidth: 595\nFlags: W\nHStem: 203 79<204.003 215 478 490> 409 46<81 314 400 539>\nVStem: 55 25<2 408> 173 79<241 246> 315 84<2 409> 447 79<241 246>\nFore\n55 455 m 1\n 540 455 l 1\n 540 409 l 1\n 399 409 l 1\n 399 1 l 1\n 315 1 l 1\n 315 409 l 1\n 80 409 l 1\n 80 1 l 1\n 55 1 l 1\n 55 455 l 1\n173 242 m 0\n 173 263 188 282 213 282 c 0\n 235 282 252 264 252 243 c 0\n 252 223 237 203 213 203 c 0\n 193 203 173 218 173 242 c 0\n478 281 m 0\n 481 282 485 282 488 282 c 0\n 510 282 526 263 526 244 c 0\n 526 223 511 203 486 203 c 0\n 462 203 447 224 447 244 c 0\n 447 256 453 269 465 276 c 0\n 469 279 473 281 478 281 c 0\nEndSplineSet\nMinimumDistance: x1,-1 y7,9 y7,8 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni0B89\nEncoding: 2953 2953 1203\nWidth: 861\nFlags: W\nHStem: -20 42<137 761> 86 45<126 176> 178.466 33.3603<167 172> 414 35<313 348>\nVStem: 74 25.4733<52 60 271 289> 431.532 83.7962<269.079 300.54>\nFore\n197 392 m 1\n 211 391 225 385 237 378 c 0\n 288 347 305 280 274 229 c 0\n 269 220 261 211 253 204 c 0\n 206 164 132 170 95 219 c 0\n 83.7103 231.903 74 256.121 74 279 c 0\n 74 292 75 304 79 316 c 0\n 96 366 145 403 192 423 c 0\n 235 441 283 449 330 449 c 0\n 348 449 365 449 382 446 c 0\n 453.71 430.064 520.765 367.003 515 269 c 0\n 513 196 475 112 401 87 c 0\n 375 78 347 78 320 80 c 2\n 297 80 l 2\n 282 81 268 82 253 82 c 0\n 218 83 182 86 147 86 c 0\n 130 86 112 87 103 69 c 0\n 92 49 107 29 127 24 c 0\n 141 20 156 22 170 22 c 1\n 782 22 l 1\n 780 12 776 2 772 -7 c 0\n 769.619 -16.5229 766.095 -20 756 -20 c 1\n 142 -20 l 1\n 124 -20 106 -22 92 -7 c 0\n 65.6075 23.1629 64.1754 99.7604 105 124 c 0\n 117 132 130 131 143 131 c 0\n 154 131 165 132 176 132 c 0\n 215 133 254 136 293 138 c 0\n 317 139 342 135 365 145 c 0\n 379.986 150.62 392.244 164.293 402 176 c 0\n 429.763 214.441 440.615 282.109 423 342 c 0\n 415 366 402 392 379 405 c 0\n 364 414 348 414 331 414 c 0\n 290.519 414 253.216 410.769 220 401 c 0\n 212 399 204 397 197 392 c 1\n119 338 m 0\n 80.4452 285.676 103.432 226.877 152 213 c 0\n 195 204 232 245 226 287 c 0\n 222 318 199 345 168 354 c 0\n 159 356 147 358 138 355 c 0\n 130 353 124 344 119 338 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni0B8A\nEncoding: 2954 2954 1204\nWidth: 1206\nFlags: W\nHStem: -20 42<133 1134> 79 59<321 350> 86 45<130 178> 110 35<697 705> 177.962 34.0383<165 169> 284 36<691 705> 396 36<859 913 982 1033> 414 34<307 352>\nVStem: 73 26<51 60 275 295> 227 63<275 287> 432 84<280 300> 724 51<195 221> 822 36<110 130 132 212 390 395> 822 212<396 431> 914 67<110 130 132 396>\nFore\n197 392 m 1\n 211 391 225 385 237 378 c 0\n 270 357 290 321 290 284 c 0\n 290 222 238 177 180 177 c 0\n 120 177 74 222 74 285 c 0\n 74 299 77 313 83 325 c 0\n 121 408 221 443 306 448 c 0\n 317 449 328 449 340 449 c 0\n 443 449 516 372 516 282 c 2\n 516 280 l 2\n 512 189 472 111 400 86 c 0\n 383 80 367 79 350 79 c 0\n 339 79 206 86 145 86 c 2\n 135 86 l 2\n 114 86 99 73 99 55 c 0\n 99 50 100 45 103 41 c 0\n 113 24 131 22 150 22 c 2\n 1157 22 l 1\n 1157 22 1146 -14 1141 -18 c 0\n 1139 -20 1135 -20 1132 -20 c 2\n 131 -20 l 2\n 118 -20 104 -19 94 -9 c 0\n 80 5 73 28 73 52 c 0\n 73 88 89 125 119 130 c 0\n 119 132 140 131 143 131 c 0\n 155 131 166 132 178 132 c 2\n 294 138 l 1\n 321 138 l 0\n 337 138 353 139 368 146 c 0\n 408 166 432 220 432 280 c 0\n 432 332 415 395 367 411 c 0\n 367 415 338 414 331 414 c 0\n 292 414 252 410 220 401 c 0\n 212 399 204 397 197 392 c 1\n690 320 m 1\n 702 320 l 2\n 713 320 724 319 735 312 c 0\n 760 293 775 251 775 210 c 0\n 775 161 757 117 711 109 c 0\n 706 109 701 109 696 110 c 0\n 658 116 649 164 645 196 c 0\n 644 205 640 211 637 219 c 0\n 633 229 631 239 631 250 c 0\n 631 272 639 277 645 294 c 0\n 648 304 648 315 650 325 c 0\n 660 376 687 432 749 432 c 0\n 786 432 806 412 822 389 c 1\n 822 432 l 1\n 1034 432 l 1\n 1034 396 l 1\n 981 396 l 1\n 981 109 l 1\n 914 109 l 1\n 914 396 l 1\n 858 396 l 1\n 858 109 l 1\n 822 109 l 1\n 822 158 l 2\n 822 228 819 319 782 351 c 0\n 772 360 760 365 747 365 c 0\n 717 365 700 342 690 320 c 1\n119 338 m 0\n 106 320 100 301 100 283 c 0\n 100 250 120 222 152 213 c 0\n 156 212 160 212 164 212 c 0\n 199 212 227 243 227 278 c 0\n 227 316 196 357 149 357 c 0\n 132 357 127 348 119 338 c 0\n673 202 m 0\n 673 181 678 145 703 145 c 0\n 724 145 724 178 724 202 c 2\n 724 230 l 2\n 724 253 724 284 698 284 c 0\n 691 284 683 281 679 276 c 0\n 674 268 673 217 673 202 c 0\nEndSplineSet\nMinimumDistance: x47,-1 y53,55 y53,54 y49,51 y49,50 x49,47 x49,48 \nEndChar\nStartChar: uni0B8E\nEncoding: 2958 2958 1205\nWidth: 689\nFlags: W\nHStem: 0 64<157 174> 231 60<142 166> 409 46<241 480 566 633>\nVStem: 50 47<184 208> 206 84<128 160> 481 84<2 408>\nFore\n107 275 m 1\n 124 284 142 291 166 291 c 0\n 239 291 290 222 290 143 c 0\n 290 91 268 40 224 14 c 0\n 212 6 193 0 174 0 c 0\n 164 0 153 2 144 6 c 0\n 83 27 54 109 50 183 c 0\n 50 191 49 198 49 206 c 0\n 49 321 104 424 203 449 c 0\n 226 455 249 455 272 455 c 2\n 634 455 l 1\n 634 409 l 1\n 565 409 l 1\n 565 1 l 1\n 481 1 l 1\n 481 409 l 1\n 259 409 l 2\n 241 409 223 409 206 403 c 0\n 164 388 135 351 118 311 c 0\n 114 299 109 287 107 275 c 1\n97 184 m 0\n 101 147 100 104 129 76 c 0\n 137 68 147 64 157 64 c 0\n 194 64 206 108 206 143 c 0\n 206 187 190 231 142 231 c 0\n 124 231 106 225 99 214 c 0\n 97 210 96 205 96 199 c 0\n 96 194 97 188 97 184 c 0\nEndSplineSet\nMinimumDistance: x10,-1 y12,14 y12,13 x12,10 x12,11 \nBack\n107 275 m 1\n 120 282 134 288 149 290 c 0\n 212.205 299.029 258.28 256.138 277 208 c 0\n 304 143 288 51 224 14 c 0\n 205.245 1.49682 169.339 -5.26163 144 6 c 0\n 83.3791 26.7843 54.2565 108.512 50 183 c 0\n 46 247 58 315 94 369 c 0\n 118.323 406.836 156.253 437.313 203 449 c 0\n 226 455 249 455 272 455 c 1\n 634 455 l 1\n 634 409 l 1\n 565 409 l 1\n 565 1 l 1\n 481 1 l 1\n 481 409 l 1\n 259 409 l 1\n 241 409 223 409 206 403 c 0\n 164 388 135 351 118 311 c 0\n 114 299 109 287 107 275 c 1\n97 184 m 0\n 101 147 100 104 129 76 c 0\n 147.864 57.136 178.45 61.9651 192 85 c 0\n 206 107 207 137 205 162 c 0\n 203 187 192 214 168 226 c 0\n 145.701 236.493 109.248 231.079 99 214 c 0\n 95 206 97 193 97 184 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B8F\nEncoding: 2959 2959 1206\nWidth: 689\nFlags: W\nHStem: 0 64<157 174> 231 60<142 166> 409 46<241 480 566 633>\nVStem: 49 48<184 208> 206 84<127 159> 481 84<75 408>\nDStem: 458 50 523 0 187 -96 164 -193\nFore\n164 -193 m 1\n 164 -122 l 2\n 164 -104 175 -102 187 -96 c 2\n 458 50 l 2\n 464 53 472 56 477 62 c 0\n 481 67 481 81 481 88 c 2\n 481 409 l 1\n 259 409 l 2\n 241 409 223 409 206 403 c 0\n 164 388 135 351 118 311 c 0\n 114 299 109 287 107 275 c 1\n 124 284 142 291 166 291 c 0\n 239 291 290 222 290 143 c 0\n 290 91 268 40 224 14 c 0\n 212 6 193 0 174 0 c 0\n 164 0 153 2 144 6 c 0\n 78.9107 28.4078 49 117.019 49 206 c 0\n 49 320 105 425 203 449 c 0\n 226 455 249 455 272 455 c 2\n 634 455 l 1\n 634 409 l 1\n 565 409 l 1\n 565 0 l 1\n 523 0 l 1\n 164 -193 l 1\n97 184 m 0\n 101 147 100 104 129 76 c 0\n 137 68 147 64 157 64 c 0\n 194 64 206 108 206 143 c 0\n 206 187 190 231 142 231 c 0\n 124 231 106 225 99 214 c 0\n 97 210 96 205 96 199 c 0\n 96 194 97 188 97 184 c 0\nEndSplineSet\nMinimumDistance: x19,-1 x21,19 x21,20 \nEndChar\nStartChar: uni0B90\nEncoding: 2960 2960 1207\nWidth: 753\nFlags: W\nHStem: -385 84<217 264 545 568> 56 63<150 169> 271 63<150 169> 390 84<244 266> 409 46<544 556>\nVStem: 24 63<-209 -186> 225 84<169 181> 378 60<-150 -135.265> 656.418 78.5823<223 228> 676 72<-189 -174>\nFore\n686.333 -43.667 m 1\n 686.333 -43.667 717 -81 721 -90 c 0\n 739 -120 748 -154 748 -188 c 0\n 748 -299 666 -375 572 -384 c 0\n 566 -385 560 -385 554 -385 c 0\n 509 -385 476 -368 451 -341 c 0\n 444 -333 438 -324 431 -315 c 1\n 425 -330 410 -343 396 -352 c 0\n 356 -377 298 -385 237 -385 c 0\n 210 -385 184 -383 159 -375 c 0\n 97 -355 43 -307 28 -242 c 0\n 26 -229 24 -216 24 -203 c 0\n 24 -180 28 -158 36 -139 c 0\n 75 -36 211 10 340 21 c 0\n 375 24 410 21 444 26 c 0\n 551 39 657 113 657 239 c 0\n 657 311 632 409 553 409 c 0\n 496 409 467 358 457 315 c 0\n 448 279 449 241 447 204 c 2\n 441 107 l 2\n 440 91 438 74 438 58 c 1\n 423 70 410 85 396 99 c 0\n 383 112 377 114 377 135 c 2\n 374 169 l 2\n 373 183 371 197 370 211 c 0\n 366 264 368 323 327 364 c 0\n 307 381 292 390 259 390 c 0\n 191 390 130 356 96 317 c 1\n 116 327 137 334 161 334 c 0\n 240 334 294 272 306 206 c 0\n 308 196 309 186 309 176 c 0\n 309 96 231 56 167 56 c 0\n 149 56 133 58 117 65 c 0\n 64 90 31 156 31 231 c 0\n 31 316 75 399 151 443 c 0\n 184 462 224 474 264 474 c 0\n 281 474 298 472 315 467 c 0\n 351 456 396 425 412 390 c 1\n 426 401 436 414 451 424 c 0\n 480 444 516 455 551 455 c 0\n 670 455 728 337 735 228 c 0\n 735 222 736 216 736 210 c 0\n 736 58 587 -9 452 -20 c 0\n 426 -22 401 -21 375 -22 c 0\n 344 -23 312 -27 281 -33 c 0\n 204 -48 87 -93 87 -203 c 0\n 87 -275 164 -298 217 -301 c 0\n 244 -301 l 0\n 256 -301 267 -300 279 -298 c 0\n 306 -295 334 -288 355 -270 c 0\n 364 -263 378 -255 378 -237 c 0\n 378 -73 l 1\n 393 -85 406 -100 419 -113 c 0\n 435 -129 438 -127 438 -150 c 0\n 444 -219 475 -295 545 -301 c 0\n 554 -301 l 0\n 621 -301 676 -242 676 -176 c 0\n 676 -136.905 657.293 -112.831 639.666 -89.333 c 1\n 643.333 -85.3333 686.333 -43.667 686.333 -43.667 c 1\n73 181 m 0\n 73 166 86 153 97 143 c 0\n 114 128 137 119 160 119 c 0\n 198 119 225 141 225 181 c 0\n 224 217 207 271 160 271 c 0\n 111 271 73 228 73 185 c 0\n 73 184 73 182 73 181 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nBack\n96 317 m 1\n 123.029 330.515 152.747 339.098 190 331 c 0\n 251 318 295 266 306 206 c 0\n 310 186 311 165 305 145 c 0\n 289 87 223 56 167 56 c 0\n 149 56 133 58 117 65 c 0\n 77 84 51 125 40 166 c 0\n 10 271 56 388 151 443 c 0\n 199 471 261 483 315 467 c 0\n 350.967 456.054 395.733 424.566 412 390 c 1\n 426 401 436 414 451 424 c 0\n 490 450 540 461 586 451 c 0\n 678.393 431.662 729.209 328.382 735 228 c 0\n 747.093 62.727 591.897 -8.80825 452 -20 c 0\n 426 -22 401 -21 375 -22 c 0\n 344 -23 312 -27 281 -33 c 0\n 203.876 -48.4248 87 -92.709 87 -203 c 0\n 87 -275.097 163.617 -297.664 217 -301 c 0\n 244 -301 l 0\n 256 -301 267 -300 279 -298 c 0\n 306 -295 334 -288 355 -270 c 0\n 363 -264 373 -256 377 -246 c 0\n 379 -241 378 -234 378 -228 c 1\n 378 -73 l 1\n 393 -85 406 -100 419 -113 c 0\n 435.077 -129.077 438 -126.774 438 -150 c 0\n 443.752 -219.024 475.255 -295.089 545 -301 c 0\n 622 -307 686 -234 675 -159 c 0\n 670.467 -134.823 660.613 -116.016 647 -99 c 0\n 645 -97 643 -94 642 -91 c 0\n 642 -84.4803 669.44 -59.5597 674 -55 c 0\n 677 -52 682 -46 687 -49 c 0\n 696.429 -52.7715 715.629 -80.154 721 -90 c 0\n 750 -139 755 -196 738 -250 c 0\n 715 -324 649 -377 572 -384 c 0\n 517.071 -388.577 479.1 -371.107 451 -341 c 0\n 444 -333 438 -324 431 -315 c 1\n 425 -330 410 -343 396 -352 c 0\n 362 -373 322 -380 283 -383 c 0\n 242 -386 199 -387 159 -375 c 0\n 97 -355 43 -307 28 -242 c 0\n 20.6034 -205.017 23.5494 -168.051 36 -139 c 0\n 75.416 -35.9119 210.572 10.4344 340 21 c 0\n 375 24 410 21 444 26 c 0\n 517 35 589 71 629 135 c 0\n 654 176 660 222 655 269 c 0\n 649.38 321.449 634.2 371.929 597 396 c 0\n 572 413 539 413 513 399 c 0\n 482 382 465 348 457 315 c 0\n 448 279 449 241 447 204 c 2\n 441 107 l 2\n 440 91 438 74 438 58 c 1\n 423 70 410 85 396 99 c 0\n 383.017 111.983 377 114.37 377 135 c 2\n 374 169 l 2\n 373 183 371 197 370 211 c 0\n 366 264 368 323 327 364 c 0\n 312.508 376.422 300.484 386.502 278 389 c 0\n 239.409 393.824 196.152 382.335 168 369 c 0\n 141 357 116 340 96 317 c 1\n73 181 m 0\n 73 166 86 153 97 143 c 0\n 128 115 184 107 213 142 c 0\n 222.456 153.821 225 162.327 225 181 c 0\n 224 212 213 251 183 266 c 0\n 169 273 151 272 136 267 c 0\n 100 256 71 220 73 181 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B92\nEncoding: 2962 2962 1208\nWidth: 689\nFlags: W\nHStem: -343 62<300 343> 1 45<133 149> 1 63<524 531> 194 45<133 149> 369 63<316 348>\nVStem: 28 47<128 156> 38 36<-183 -167> 187 84<105 125>\nFore\n89 226 m 1\n 107 234 126 239 146 239 c 0\n 218 239 271 173 271 110 c 0\n 271 42 206 1 147 1 c 0\n 65 1 28 81 28 156 c 0\n 28 250 78 320 134 363 c 0\n 194 409 268 432 343 432 c 0\n 434 432 524 399 589 334 c 0\n 633 289 664 231 672 168 c 0\n 673 168 675 132 675 132 c 0\n 675 132 674 111 673 111 c 0\n 662 43 594 1 529 1 c 0\n 503 1 480 9 460 20 c 1\n 480 -23 512 -59 555 -80 c 0\n 573 -89 595 -97 615 -97 c 0\n 621 -97 626.667 -96 632 -95 c 1\n 624.793 -117.823 601.75 -158.876 589 -178 c 0\n 542 -249 476 -314 391 -336 c 0\n 371 -341 348 -343 323 -343 c 0\n 291 -343 258 -340 232 -335 c 0\n 156 -322 84 -293 51 -231 c 0\n 42 -212 38 -191 38 -170 c 0\n 38 -140 46 -109 61 -84 c 0\n 68 -72 86 -47 101 -39 c 1\n 122 -98 l 1\n 92 -109 74 -141 74 -174 c 0\n 74 -265 188 -277 276 -279 c 0\n 291 -280 307 -281 323 -281 c 0\n 429 -281 505 -201 545 -120 c 0\n 546 -117 548 -113 551 -110 c 0\n 556 -107 565 -107 571 -106 c 1\n 571 -105 l 1\n 556 -105 542 -102 528 -98 c 0\n 456 -80 399 -21 386 53 c 0\n 384 63 383 73 383 83 c 0\n 383 131 402 173 426 205 c 0\n 434 216 438 217 452 217 c 2\n 482 217 l 1\n 476 206 448 161 448 134 c 0\n 448 131 448 128 449 125 c 0\n 458 91 492 64 526 64 c 0\n 561 64 590 92 590 129 c 2\n 590 137 l 2\n 590 213 549 273 505 311 c 0\n 458 350 399 369 339 369 c 0\n 229 369 125 308 89 226 c 1\n75 128 m 0\n 75 99 99 46 142 46 c 0\n 171 46 187 78 187 110 c 0\n 187 141 181 194 142 194 c 0\n 105 194 75 161 75 128 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nBack\n89 226 m 1\n 121.595 240.487 157.233 244.852 194 228 c 0\n 253 202 292 122 259 62 c 0\n 227 6 138 -20 85 20 c 0\n 27.719 63.7145 13.6967 156.82 41 236 c 0\n 58.7349 287.431 93.2731 331.324 134 363 c 0\n 266 465 471 452 589 334 c 0\n 633 289 664 231 672 168 c 0\n 674 149 676 130 673 111 c 0\n 662 40 588 -3 520 1 c 0\n 498 3 479 10 460 20 c 1\n 480 -23 512 -59 555 -80 c 0\n 573 -89 595 -97 615 -97 c 0\n 621 -97 626 -96 632 -95 c 1\n 630 -104 625 -112 621 -120 c 0\n 612 -140 601 -160 589 -178 c 0\n 542 -249 476 -314 391 -336 c 0\n 346.343 -346.779 279.241 -343.216 232 -335 c 0\n 156.302 -321.898 84.0793 -293.483 51 -231 c 0\n 29 -185 36 -127 61 -84 c 0\n 67.9758 -72.0415 85.885 -46.5575 101 -39 c 1\n 122 -98 l 1\n 81.5901 -113.154 61.6632 -166.459 81 -209 c 0\n 106.015 -267.367 197.855 -276.888 276 -279 c 0\n 298 -280 322 -282 344 -280 c 0\n 434.629 -271.503 506.768 -196.465 545 -120 c 0\n 546 -117 548 -113 551 -110 c 0\n 556 -107 565 -107 571 -106 c 1\n 571 -105 l 1\n 556 -105 542 -102 528 -98 c 0\n 456 -80 399 -21 386 53 c 0\n 376.39 113.406 396.55 165.733 426 205 c 0\n 433.903 215.537 437.893 217 452 217 c 2\n 482 217 l 1\n 470 197 458 177 452 154 c 0\n 449 145 446 135 449 125 c 0\n 460 82 513 49 555 71 c 0\n 573.429 80.2144 590 102.347 590 129 c 0\n 593.076 208.967 550.576 271.501 505 311 c 0\n 420 382 297 384 200 335 c 0\n 153 312 110 274 89 226 c 1\n75 123 m 0\n 78.1635 97.6924 99.9597 46 140 46 c 0\n 163 45 178 66 184 86 c 0\n 188 100 187 115 186 130 c 0\n 184 151 178 179 158 190 c 0\n 148 196 135 194 124 191 c 0\n 96 183 72 153 75 123 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B93\nEncoding: 2963 2963 1209\nWidth: 689\nFlags: W\nHStem: -343 63<294 341> -98 60<172 190> 1 45<133 149> 1 63<524 531> 194 45<133 149> 369 63<316 348>\nVStem: 28 47<128 156> 38 35<-183 -167> 187 84<105 125>\nFore\n89 226 m 1\n 107 234 126 239 145 239 c 0\n 217 239 271 173 271 110 c 0\n 271 42 206 1 147 1 c 0\n 65 1 28 81 28 156 c 0\n 28 250 78 320 134 363 c 0\n 194 409 268 432 343 432 c 0\n 434 432 524 399 589 334 c 0\n 633 289 664 231 672 168 c 0\n 673 168 675 132 675 132 c 0\n 675 132 674 111 673 111 c 0\n 662 43 594 1 529 1 c 0\n 503 1 480 9 460 20 c 1\n 480 -23 512 -59 555 -80 c 0\n 573 -89 595 -97 615 -97 c 0\n 621 -97 626 -96 632 -95 c 1\n 630 -104 625 -112 621 -120 c 0\n 612 -140 601 -160 589 -178 c 0\n 542 -249 476 -314 391 -336 c 0\n 371 -341 347 -343 323 -343 c 0\n 291 -343 258 -340 231 -335 c 0\n 150 -320 59 -285 41 -202 c 0\n 39 -192 38 -183 38 -173 c 0\n 38 -136 53 -100 82 -75 c 0\n 108 -52 144 -38 179 -38 c 0\n 248 -38 295 -97 295 -171 c 1\n 260 -171 l 1\n 259 -137 243 -98 203 -98 c 0\n 188 -98 l 0\n 139 -98 73 -118 73 -173 c 0\n 73 -198 86 -224 105 -239 c 0\n 145.588 -275.078 240.486 -280 319 -280 c 0\n 435 -280 499 -202 543 -124 c 0\n 545 -120 547 -113 551 -110 c 0\n 556 -107 565 -107 571 -106 c 1\n 571 -105 l 1\n 556 -105 542 -102 528 -98 c 0\n 456 -80 399 -21 386 53 c 0\n 384 63 384 73 384 83 c 0\n 384 131 402 172 426 205 c 0\n 434 216 438 217 452 217 c 2\n 482 217 l 1\n 476 206 448 161 448 134 c 0\n 448 131 448 128 449 125 c 0\n 458 91 492 64 526 64 c 0\n 562 64 590 93 590 129 c 2\n 590 137 l 2\n 590 213 549 273 505 311 c 0\n 458 350 399 369 339 369 c 0\n 229 369 125 308 89 226 c 1\n75 128 m 0\n 75 98 99 46 142 46 c 0\n 170.648 46 187 77.7454 187 110 c 0\n 187 141 181 194 142 194 c 0\n 105 194 75 161 75 128 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nBack\n89 226 m 1\n 121.595 240.487 157.233 244.852 194 228 c 0\n 253 202 292 122 259 62 c 0\n 227 6 138 -20 85 20 c 0\n 27.719 63.7145 13.6967 156.82 41 236 c 0\n 58.7349 287.431 93.2731 331.324 134 363 c 0\n 266 465 471 452 589 334 c 0\n 633 289 664 231 672 168 c 0\n 674 149 676 130 673 111 c 0\n 662 40 588 -3 520 1 c 0\n 498 3 479 10 460 20 c 1\n 480 -23 512 -59 555 -80 c 0\n 573 -89 595 -97 615 -97 c 0\n 621 -97 626 -96 632 -95 c 1\n 630 -104 625 -112 621 -120 c 0\n 612 -140 601 -160 589 -178 c 0\n 542 -249 476 -314 391 -336 c 0\n 345.326 -347.025 279.071 -343.012 231 -335 c 0\n 149.973 -320.268 59.2984 -285.486 41 -202 c 0\n 31 -155 46 -107 82 -75 c 0\n 130 -33 211 -21 258 -71 c 0\n 279.62 -94.7819 295 -129.529 295 -171 c 1\n 260 -171 l 1\n 259 -146 250 -117 227 -103 c 0\n 214 -96 202 -98 188 -98 c 0\n 147.414 -98 101.445 -111.261 82 -141 c 0\n 61 -173 78 -217 105 -239 c 0\n 141.292 -270.756 214.733 -277.388 276 -279 c 0\n 302 -280 329 -282 355 -278 c 0\n 430.557 -267.457 491.864 -208.096 527 -151 c 0\n 533 -142 538 -133 543 -124 c 0\n 545 -120 547 -113 551 -110 c 0\n 556 -107 565 -107 571 -106 c 1\n 571 -105 l 1\n 556 -105 542 -102 528 -98 c 0\n 456 -80 399 -21 386 53 c 0\n 376.39 113.406 396.55 165.733 426 205 c 0\n 433.903 215.537 437.893 217 452 217 c 2\n 482 217 l 1\n 470 197 458 177 452 154 c 0\n 449 145 446 135 449 125 c 0\n 460 82 513 49 555 71 c 0\n 573.429 80.2144 590 102.347 590 129 c 0\n 593.076 208.967 550.576 271.501 505 311 c 0\n 420 382 297 384 200 335 c 0\n 153 312 110 274 89 226 c 1\n75 123 m 0\n 78.1635 97.6924 99.9597 46 140 46 c 0\n 163 45 178 66 184 86 c 0\n 188 100 187 115 186 130 c 0\n 184 151 178 179 158 190 c 0\n 148 196 135 194 124 191 c 0\n 96 183 72 153 75 123 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B95\nEncoding: 2965 2965 1210\nWidth: 646\nFlags: W\nHStem: -19 40<185 204 449 470> 244 31<182 333 419.031 441.252> 382 50<179 333 420 536>\nVStem: 38 35<115 143> 147 31<276 381> 335 83<123 243 276 381> 550.632 78.3679<128 133>\nFore\n177 441 m 1\n 178 432 l 1\n 537 432 l 1\n 537 382 l 1\n 419 382 l 1\n 419 274 l 1\n 454 274 490 268 524 258 c 0\n 576.995 242.413 630 211.482 630 143 c 0\n 630 138 630 132 629 127 c 0\n 620 53 555 -21 462 -21 c 0\n 425 -21 401 -1 396 33 c 1\n 434 33 418 30 447 24 c 0\n 451 24 454 23 458 23 c 0\n 497 23 527 48 542 77 c 0\n 548 90 551 104 551 119 c 0\n 551 154 534 190 509 213 c 0\n 482 236 461 244 418 244 c 1\n 418 135 l 2\n 418 120 418 105 414 91 c 0\n 393 20 301 -19 205 -19 c 0\n 136 -19 78 16 52 68 c 0\n 42 88 38 111 38 134 c 0\n 38 191 59 245 98 266 c 0\n 114 275 130 275 147 275 c 1\n 147 409 l 1\n 149 423 l 1\n 157 430 167 435 177 441 c 1\n178 275 m 1\n 334 275 l 1\n 334 382 l 1\n 178 382 l 1\n 178 275 l 1\n335 244 m 1\n 314 244 217 245 182 244 c 0\n 158 241 135 233 116 218 c 0\n 89 196 73 162 73 129 c 0\n 73 93 91 64 112 45 c 0\n 132 28 158 21 185 21 c 0\n 255 21 319 59 333 116 c 0\n 335 126 335 136 335 145 c 2\n 335 244 l 1\nEndSplineSet\nMinimumDistance: x8,-1 x4,2 x4,3 \nBack\n177 441 m 1\n 178 432 l 1\n 537 432 l 1\n 537 382 l 1\n 419 382 l 1\n 419 274 l 1\n 454 274 490 268 524 258 c 0\n 558 248 594 232 614 201 c 0\n 628 179 632 153 629 127 c 0\n 620.231 53.0883 554.805 -21 462 -21 c 0\n 442 -21 423 -16 410 0 c 0\n 402.237 10.3509 398.005 18.9676 396 33 c 1\n 434.002 33 418.435 30.3477 447 24 c 0\n 490.622 18.7653 526.23 45.4603 542 77 c 0\n 563 122 545 181 509 213 c 0\n 482.199 236.451 460.959 244 418 244 c 1\n 418 153 l 2\n 418 132 419 111 414 91 c 0\n 395.075 27.4648 318.788 -9.60103 242 -16 c 0\n 166.236 -25.8823 112.826 -5.8122 74 36 c 0\n 66 46 58 56 52 68 c 0\n 29.2338 114.955 37.0917 175.214 55 217 c 0\n 65 237 78 255 98 266 c 0\n 114 275 130 275 147 275 c 1\n 147 409 l 1\n 149 423 l 1\n 157.253 430.08 167.266 435.401 177 441 c 1\n178 275 m 1\n 334 275 l 1\n 334 382 l 1\n 178 382 l 1\n 178 275 l 1\n335 244 m 1\n 236 244 l 2\n 218 244 200 245 182 244 c 0\n 158 241 135 233 116 218 c 0\n 75 185 60 125 86 78 c 0\n 93 66 101 55 112 45 c 0\n 158.948 4.0711 241.872 21.9145 284 50 c 0\n 308 66 326 88 333 116 c 0\n 336 132 335 149 335 165 c 2\n 335 244 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B99\nEncoding: 2969 2969 1211\nWidth: 646\nFlags: W\nHStem: 0 46<215 359 416 549> 258 46<343 353> 387 45<81 172 257 485>\nVStem: 55 25<1 386> 172 84<200 224 276 387> 399 70<150 201> 549 84<47 431>\nFore\n172 110 m 1\n 172 387 l 1\n 80 387 l 1\n 80 0 l 1\n 55 0 l 1\n 55 432 l 1\n 486 432 l 1\n 486 387 l 1\n 256 387 l 1\n 256 275 l 1\n 284 293 317 304 349 304 c 0\n 417 304 469 264 469 201 c 0\n 469 143 444 86 415 46 c 1\n 549 46 l 1\n 549 432 l 1\n 633 432 l 1\n 633 0 l 1\n 214 0 l 1\n 214 46 l 1\n 351 46 l 2\n 356 46 363 46 366 49 c 0\n 375 58 379 68 384 78 c 0\n 395 100 399 125 399 150 c 0\n 399 195 394 258 345 258 c 0\n 316 258 288 250 265 237 c 0\n 258 235 256 229 256 220 c 2\n 256 204 l 2\n 256 199 256 194 253 191 c 2\n 172 110 l 1\nEndSplineSet\nMinimumDistance: x15,-1 y2,4 y2,3 y13,15 y13,14 x8,6 x8,7 \nBack\n55 432 m 1\n 486 432 l 1\n 486 387 l 1\n 256 387 l 1\n 256 275 l 1\n 303 306 363 314 414 289 c 0\n 456.829 267.586 476.844 232.067 467 173 c 0\n 460 126 442 84 415 46 c 1\n 549 46 l 1\n 549 432 l 1\n 633 432 l 1\n 633 1 l 1\n 214 1 l 1\n 214 46 l 1\n 351 46 l 1\n 356 46 361 46 366 49 c 1\n 374 57 379 68 384 78 c 0\n 402 114 401 158 395 197 c 0\n 392 217 386 240 369 252 c 0\n 359 259 347 259 335 258 c 0\n 311 257 286 249 265 237 c 0\n 257.762 234.587 256 228.723 256 220 c 0\n 256 211 258 198 253 191 c 4\n 250 187 246 183 242 179 c 2\n 221 158 l 2\n 205 142 190 124 172 110 c 1\n 172 387 l 1\n 80 387 l 1\n 80 1 l 1\n 55 1 l 1\n 55 432 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B9A\nEncoding: 2970 2970 1212\nWidth: 646\nFlags: W\nHStem: -19 40<185 204> 244 31<182 333 420 589> 382 50<179 333 420 536>\nVStem: 38 35<115 141> 147 31<276 381> 335 83<125 243 276 381>\nFore\n177 441 m 1\n 178 432 l 1\n 537 432 l 1\n 537 382 l 1\n 419 382 l 1\n 419 275 l 1\n 590 275 l 1\n 590 244 l 1\n 418 244 l 1\n 418 135 l 2\n 418 120 418 105 414 91 c 0\n 393 20 301 -19 205 -19 c 0\n 136 -19 78 16 52 68 c 0\n 42 88 38 111 38 134 c 0\n 38 191 59 245 98 266 c 0\n 114 275 130 275 147 275 c 1\n 147 409 l 1\n 149 423 l 1\n 157 430 167 435 177 441 c 1\n178 275 m 1\n 334 275 l 1\n 334 382 l 1\n 178 382 l 1\n 178 275 l 1\n335 244 m 1\n 314 244 217 245 182 244 c 0\n 158 241 135 233 116 218 c 0\n 89 196 73 162 73 129 c 0\n 73 93 91 64 112 45 c 0\n 132 28 158 21 185 21 c 0\n 255 21 319 59 333 116 c 0\n 335 126 335 136 335 145 c 2\n 335 244 l 1\nEndSplineSet\nMinimumDistance: x6,-1 x5,7 x5,6 x4,2 x4,3 \nBack\n177 441 m 1\n 178 432 l 1\n 537 432 l 1\n 537 382 l 1\n 419 382 l 1\n 419 275 l 1\n 590 275 l 1\n 590 244 l 1\n 418 244 l 1\n 418 153 l 2\n 418 132 419 111 414 91 c 0\n 395.075 27.4648 318.788 -9.60103 242 -16 c 0\n 166.236 -25.8823 112.826 -5.8122 74 36 c 0\n 66 46 58 56 52 68 c 0\n 29.2338 114.955 37.0917 175.214 55 217 c 0\n 65 237 78 255 98 266 c 0\n 114 275 130 275 147 275 c 1\n 147 409 l 1\n 149 423 l 1\n 157.253 430.08 167.266 435.401 177 441 c 1\n178 275 m 1\n 334 275 l 1\n 334 382 l 1\n 178 382 l 1\n 178 275 l 1\n335 244 m 1\n 236 244 l 2\n 218 244 200 245 182 244 c 0\n 158 241 135 233 116 218 c 0\n 75 185 60 125 86 78 c 0\n 93 66 101 55 112 45 c 0\n 158.948 4.0711 241.872 21.9145 284 50 c 0\n 308 66 326 88 333 116 c 0\n 336 132 335 149 335 165 c 2\n 335 244 l 1\nEndSplineSet\nEndChar\nStartChar: uni0B9C\nEncoding: 2972 2972 1213\nWidth: 753\nFlags: W\nHStem: -343.298 45.6615<540.022 566.143> -342 82.8069<220 249> -124.46 44.4598<539.737 552 552.047 564.957> 64.9277 45.0989<173 182> 280.131 44.8689<175.031 186.571> 347.583 83.2549<258 290> 386.164 45.9695<546 566>\nVStem: 55.106 45.6356<-206.99 -187.576> 247.597 63.1992<163.621 189.99> 625.514 62.6833<-226 -199>\nFore\n175 325 m 1\n 206 325 235 314 259 294 c 0\n 312 247 335 150 276 100 c 0\n 234 63 165 52 117 82 c 0\n 88 100 67 131 58 164 c 0\n 33 247 69 338 139 387 c 0\n 222.161 446.818 329.643 444.728 397 390 c 0\n 402 386 406 382 410 378 c 0\n 412 376 415 374 418 374 c 0\n 424 375 430 384 434 387 c 0\n 473.604 422.644 560.198 453.201 619 414 c 0\n 664.449 383.701 685.674 321.284 694 263 c 0\n 703.276 193.432 695.485 145.4 668 101 c 0\n 624 31 543 -8 463 -19 c 0\n 437 -22 411 -21 385 -22 c 0\n 355 -23 325 -27 296 -33 c 0\n 217 -48 122 -86 104 -174 c 0\n 102 -185 100 -196 101 -207 c 0\n 102 -232 122 -246 145 -252 c 0\n 162 -256 179 -257 196 -258 c 0\n 226 -260 257 -261 286 -251 c 0\n 347.809 -229.605 398.444 -164.639 446 -126 c 0\n 476 -101 512 -80 552 -80 c 0\n 604.852 -80 641.709 -102.24 665 -134 c 0\n 708 -194 692 -282 629 -322 c 0\n 614 -331 598 -338 581 -341 c 0\n 526 -351 466 -328 427 -290 c 0\n 413 -276 402 -259 392 -241 c 1\n 385 -254 374 -265 364 -276 c 0\n 337 -306 304 -334 263 -341 c 0\n 248 -344 234 -343 219 -342 c 0\n 161 -338 94 -312 67 -256 c 0\n 41.5012 -200.753 60.7912 -138.787 89 -100 c 0\n 141.453 -27.0224 242.81 7.32749 346 20 c 0\n 359 21 373 23 386 23 c 0\n 406 24 426 23 446 26 c 0\n 536.233 38.8904 606.925 116.093 618 213 c 0\n 619.55 239.344 618.036 297.094 614 324 c 0\n 611 340 606 356 595 369 c 0\n 576 392 544 390 519 378 c 0\n 492 363 473 334 465 305 c 0\n 460 288 459 271 458 253 c 0\n 457 239 440 87 439 65 c 1\n 429 73 419 84 410 93 c 0\n 394.433 108.567 395.62 105.279 392 127 c 1\n 387.659 159.557 380.483 209.336 377 243 c 0\n 374 259 375 275 368 290 c 0\n 357 319 330 339 300 346 c 0\n 267.431 352.514 226.23 344.258 200 335 c 0\n 192 332 184 328 175 326 c 1\n 175 325 l 1\n88 188 m 0\n 92 155 116 126 147 115 c 0\n 184 101 231 117 245 156 c 0\n 248 167 248 179 247 190 c 0\n 244 223 230 262 197 276 c 0\n 183 282 166 281 151 276 c 0\n 115 265 85 227 88 188 c 0\n423 -206 m 0\n 422 -212 428 -220 431 -225 c 0\n 452.534 -261.608 491.342 -291.386 540 -297 c 0\n 561 -299 580 -297 597 -282 c 0\n 610.104 -271.08 620.168 -253.158 624 -234 c 0\n 634 -192 614 -132 565 -125 c 0\n 509.978 -119.208 463.511 -159.099 433 -193 c 0\n 430 -197 424 -201 423 -206 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B9E\nEncoding: 2974 2974 1214\nWidth: 972\nFlags: W\nHStem: -232 84<436 500> 0 64<286 303> 179 64<756 772> 231 60<271 295> 409 46<372 609 695 762>\nVStem: 20 46<56 88> 178 48<184 208> 335 84<136 158> 610 84<2 120 219 408> 851 45<40 66>\nFore\n236 275 m 1\n 253 284 271 291 295 291 c 0\n 368 291 419 222 419 143 c 0\n 419 91 397 40 353 14 c 0\n 341 6 322 0 303 0 c 0\n 293 0 282 2 273 6 c 0\n 207.911 28.4078 178 117.019 178 206 c 0\n 178 320 234 425 332 449 c 0\n 355 455 378 455 401 455 c 2\n 763 455 l 1\n 763 409 l 1\n 694 409 l 1\n 694 218 l 1\n 713 232 734 243 763 243 c 0\n 811 243 848 209 867 175 c 0\n 887 139 896 97 896 55 c 0\n 896 -94 782 -166 673 -202 c 0\n 612 -222 543 -232 472 -232 c 0\n 387 -232 301 -218 227 -188 c 0\n 129 -149 20 -66 20 73 c 0\n 20 114 31 156 52 192 c 0\n 72 226 93 244 121 266 c 0\n 123 267 126 269 129 269 c 0\n 135 269 151 253 156 249 c 1\n 156 248 l 1\n 108 211 66 153 66 76 c 0\n 66 35 78 -5 105 -37 c 0\n 170 -115 317 -148 463 -148 c 0\n 625 -148 851 -120 851 50 c 0\n 851 107 826 179 762 179 c 0\n 743 179 724 171 711 156 c 0\n 700 143 694 136 694 116 c 1\n 694 1 l 1\n 610 1 l 1\n 610 409 l 1\n 388 409 l 2\n 370 409 352 409 335 403 c 0\n 293 388 264 351 247 311 c 0\n 243 299 238 287 236 275 c 1\n226 184 m 0\n 230 147 229 104 258 76 c 0\n 266 68 276 64 286 64 c 0\n 323 64 335 108 335 143 c 0\n 335 187 319 231 271 231 c 0\n 253 231 235 225 228 214 c 0\n 226 210 226 205 226 199 c 0\n 226 194 226 188 226 184 c 0\nEndSplineSet\nMinimumDistance: x15,-1 y34,32 y34,33 x11,9 x11,10 \nBack\n236 275 m 1\n 249 282 263 288 278 290 c 0\n 341.205 299.029 387.28 256.138 406 208 c 0\n 433 143 417 51 353 14 c 0\n 334.245 1.49683 298.339 -5.26163 273 6 c 0\n 212.379 26.7843 183.256 108.512 179 183 c 0\n 175 247 187 315 223 369 c 0\n 247.323 406.836 285.253 437.313 332 449 c 0\n 355 455 378 455 401 455 c 1\n 763 455 l 1\n 763 409 l 1\n 694 409 l 1\n 694 218 l 1\n 705 226 715 233 728 237 c 0\n 792.829 258.61 843.539 217.23 867 175 c 0\n 903 109 906 23 876 -45 c 0\n 840 -127 754 -175 673 -202 c 0\n 537.634 -247.122 362 -241.693 227 -188 c 0\n 156 -160 89 -114 51 -46 c 0\n 10 27 10 120 52 192 c 0\n 71.8397 226.011 93.0507 243.641 121 266 c 0\n 123 267 126 269 129 269 c 0\n 134.524 269 151.445 252.796 156 249 c 1\n 156 248 l 1\n 131 229 110 207 94 180 c 0\n 55 113 54 24 105 -37 c 0\n 177.03 -124.194 351.413 -154.898 512 -147 c 0\n 625.334 -143.158 744.599 -123.382 808 -58 c 0\n 846 -19 858 35 847 87 c 0\n 841.218 121.691 822.86 157.57 794 172 c 0\n 766 186 731 180 711 156 c 0\n 700.078 143.257 694 136.38 694 116 c 1\n 694 1 l 1\n 610 1 l 1\n 610 409 l 1\n 388 409 l 1\n 370 409 352 409 335 403 c 0\n 293 388 264 351 247 311 c 0\n 243 299 238 287 236 275 c 1\n226 184 m 0\n 230 147 229 104 258 76 c 0\n 276.864 57.136 307.45 61.9651 321 85 c 0\n 335 107 336 137 334 162 c 0\n 332 187 321 214 297 226 c 0\n 274.701 236.493 238.248 231.079 228 214 c 0\n 224 206 226 193 226 184 c 0\nEndSplineSet\nEndChar\nStartChar: uni0B9F\nEncoding: 2975 2975 1215\nWidth: 753\nFlags: W\nHStem: 1 45<139 697> 1 431<56 138>\nVStem: 55 84<46 431>\nFore\n55 432 m 1\n 139 432 l 1\n 139 46 l 1\n 698 46 l 1\n 698 1 l 1\n 55 1 l 1\n 55 432 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y2,0 y2,1 x2,4 x2,3 \nEndChar\nStartChar: uni0BA3\nEncoding: 2979 2979 1216\nWidth: 1261\nFlags: W\nHStem: 1.12441 63.8889<434 450 783 803> 1.26162 44.9568<125 134> 193.72 45.2054<125 134> 387 45<928 1044 1147 1235>\nVStem: 159.701 82.4532<96 113> 492 101<192 228> 659.035 44.6229<205.051 220.988> 1045 101<2 387>\nFore\n85 229 m 1\n 206.016 281.945 292.103 112.925 212 34 c 0\n 181 3 124 -12 86 15 c 0\n 64 31 51 57 43 83 c 0\n 41.9563 87.1748 32.8185 127.815 32 136 c 0\n 31 149 34 160 36 173 c 0\n 42 229 59 281 92 326 c 0\n 133 382 195 420 263 430 c 0\n 327.754 437.849 399.069 424.97 448 404 c 0\n 452 402 456 400 461 400 c 0\n 467 400 473 404 478 406 c 0\n 582.078 443.846 682.461 437.582 779 410 c 0\n 786 408 794 404 801 404 c 0\n 806.201 404 836.258 415.086 842 417 c 0\n 913.409 436.225 955.029 432 1037 432 c 2\n 1236 432 l 1\n 1236 387 l 1\n 1146 387 l 1\n 1146 1 l 1\n 1045 1 l 1\n 1045 387 l 1\n 983 387 919 392 859 375 c 1\n 902 346 938 309 950 258 c 0\n 955 238 955 218 954 198 c 0\n 951 150 937 102 909 63 c 0\n 878 21 828 -6 775 2 c 0\n 698.86 14.1132 662.251 109.444 660 195 c 0\n 660 204 659 212 659 221 c 0\n 660.834 272.361 681.212 308.055 707 339 c 0\n 713 345 718 351 725 355 c 1\n 725 356 l 1\n 715 357 706 361 696 362 c 0\n 651.949 371.789 606.949 370.328 559 365 c 0\n 547 363 536 360 524 359 c 1\n 524 358 l 1\n 531 354 537 347 543 341 c 0\n 570.598 311.677 593 269.739 593 217 c 0\n 593 204 592 191 591 178 c 0\n 583 107 549 19 470 3 c 0\n 391.875 -12.625 355.955 47.1456 340 99 c 0\n 331 130 327 162 326 194 c 0\n 326 203 325 211 325 220 c 0\n 327.529 283.224 353.91 318.91 388 353 c 1\n 378 355 369 359 360 361 c 0\n 272.651 386.691 181.168 352.878 127 294 c 0\n 115 280 104 265 95 249 c 0\n 91 242 89 236 85 229 c 1\n704 205 m 0\n 708 163 712 118 743 86 c 0\n 763 66 797 55 822 73 c 0\n 847.709 91.3638 850.823 129.813 853 169 c 0\n 854 188 855 207 854 226 c 0\n 849.18 270.588 818.917 309.905 782 331 c 0\n 779 333 776 335 772 335 c 0\n 763.437 332.859 748.975 317.975 743 312 c 0\n 716 284 701 244 704 205 c 0\n370 202 m 0\n 374 163 373 117 400 85 c 0\n 414 69 441 57 461 69 c 0\n 490.506 86.7036 492 146.882 492 191 c 0\n 492 203 493 216 492 228 c 0\n 488.584 261.02 468.676 298.259 444 318 c 0\n 441 320 439 323 435 323 c 0\n 429.179 323 411.183 306.486 407 303 c 0\n 380 277 367 239 370 202 c 0\n69 139 m 0\n 72 110 76 79 99 58 c 0\n 110 48 129 41 142 51 c 0\n 163.826 66.2785 160.612 111.158 159 145 c 0\n 157 161 155 183 139 191 c 0\n 131 195 122 194 114 192 c 0\n 92 187 67 164 69 139 c 0\nEndSplineSet\nMinimumDistance: x15,-1 y17,19 y17,18 x17,15 x17,16 \nEndChar\nStartChar: uni0BA4\nEncoding: 2980 2980 1217\nWidth: 732\nFlags: W\nHStem: -91 45<165 469> -17.4817 38.4178<184 197> 244 31<182 333 419.016 475.946> 382 50<179 333 420 536>\nVStem: 38.1487 35.8252<-134 -125 116 138> 147 31<276 381> 335 83<123 243 276 381> 590.932 84.1929<115 138>\nFore\n177 441 m 1\n 178 432 l 1\n 537 432 l 1\n 537 382 l 1\n 419 382 l 1\n 419 275 l 1\n 439 275 458 276 478 275 c 0\n 558.655 270.755 660.593 234.792 674 151 c 0\n 676 135 676 119 674 103 c 0\n 666 30 619 -36 554 -69 c 0\n 498.821 -95.4861 470.825 -91 403 -91 c 2\n 216 -91 l 2\n 186 -91 156 -90 127 -93 c 0\n 113 -94 98 -95 86 -103 c 0\n 62 -118 76 -150 92 -166 c 0\n 107 -180 128 -186 148 -182 c 0\n 155 -180 162 -176 168 -173 c 1\n 156 -189 140 -202 126 -216 c 0\n 122 -220 115 -230 108 -230 c 0\n 104 -231 99 -227 96 -225 c 0\n 86 -219 78 -212 70 -204 c 0\n 38 -170 20 -104 64 -73 c 0\n 100 -47 150 -46 192 -46 c 1\n 445 -46 l 1\n 478.608 -46 492.892 -42.0589 515 -30 c 0\n 561 -3 584 53 590 104 c 0\n 595.679 155.112 581.11 183.697 554 209 c 0\n 533 228 504 239 476 243 c 0\n 457 245 437 244 418 244 c 1\n 418 153 l 2\n 418 132 419 111 414 91 c 0\n 395.075 27.4648 318.788 -9.60103 242 -16 c 0\n 148.101 -28.2477 85.8372 5.96516 52 68 c 0\n 29.2338 114.955 37.0917 175.214 55 217 c 0\n 65 237 78 255 98 266 c 0\n 114 275 130 275 147 275 c 1\n 147 409 l 1\n 149 423 l 1\n 157.253 430.08 167.266 435.401 177 441 c 1\n178 275 m 1\n 334 275 l 1\n 334 382 l 1\n 178 382 l 1\n 178 275 l 1\n335 244 m 1\n 236 244 l 2\n 218 244 200 245 182 244 c 0\n 158 241 135 233 116 218 c 0\n 75 185 60 125 86 78 c 0\n 93 66 101 55 112 45 c 0\n 158.948 4.0711 241.872 21.9145 284 50 c 0\n 308 66 326 88 333 116 c 0\n 336 132 335 149 335 165 c 2\n 335 244 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x4,2 x4,3 \nEndChar\nStartChar: uni0BA8\nEncoding: 2984 2984 1218\nWidth: 646\nFlags: W\nHStem: -85 44<148 390> 0 21G<149 184 277 361> 215 45<452 459> 369 63<185 276 362 590>\nVStem: 38 35<-120 -112> 149 35<1 368> 277 84<1 131 219 369> 506 85<104 131>\nFore\n149 432 m 1\n 591 432 l 1\n 591 369 l 1\n 361 369 l 1\n 361 218 l 1\n 385 242 412 260 457 260 c 0\n 529 260 591 199 591 116 c 0\n 591 12 509 -70 420 -84 c 0\n 405 -86 390 -86 374 -86 c 2\n 194 -86 l 2\n 186 -86 172 -85 155 -85 c 0\n 123 -85 73 -84 73 -115 c 0\n 73 -142.023 98.143 -162 123 -162 c 0\n 132 -162 142 -160 151 -155 c 1\n 133.281 -177.298 111.043 -194.886 91.334 -215.665 c 1\n 64.9552 -196.368 38 -159.483 38 -114 c 0\n 38 -88 50 -74 66 -63 c 0\n 99 -41 142 -41 180 -41 c 2\n 373 -41 l 2\n 384 -41 396 -41 406 -39 c 0\n 471 -26 506 47 506 123 c 0\n 506 129 l 0\n 506 170.833 494.96 215 453 215 c 0\n 419 215 393 194 377 168 c 0\n 364 146 361 142 361 116 c 2\n 361 0 l 1\n 277 0 l 1\n 277 369 l 1\n 184 369 l 1\n 184 0 l 1\n 149 0 l 1\n 149 432 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y28,30 y28,29 y27,25 y27,26 x3,1 x3,2 \nBack\n149 432 m 1\n 591 432 l 1\n 591 369 l 1\n 361 369 l 1\n 361 218 l 1\n 386.586 243.586 405.913 256.174 448 260 c 0\n 506 264 557 229 579 176 c 0\n 604 117 587 46 550 -4 c 0\n 519 -46 472 -76 420 -84 c 0\n 390 -88 358 -86 327 -86 c 2\n 194 -86 l 2\n 172.237 -86 98.3912 -80.6088 80 -99 c 0\n 65 -112 77 -136 88 -148 c 1\n 106 -165 130 -166 151 -155 c 1\n 139 -171 123 -184 109 -198 c 0\n 105 -202 98 -211 92 -212 c 0\n 81.466 -212 63.0885 -187.269 58 -180 c 0\n 44.8226 -159.635 28.8727 -116.255 44 -86 c 0\n 49 -76 57 -69 66 -63 c 0\n 99 -41 142 -41 180 -41 c 2\n 340 -41 l 2\n 362 -41 385 -43 406 -39 c 0\n 473.468 -26.2358 508.296 50.9395 506 129 c 0\n 506 150.692 500.548 187.452 486 202 c 0\n 475 214 462 216 447 215 c 0\n 417 213 392 193 377 168 c 0\n 363.835 146.059 361 141.712 361 116 c 1\n 361 1 l 1\n 277 1 l 1\n 277 369 l 1\n 184 369 l 1\n 184 1 l 1\n 149 1 l 1\n 149 432 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BA9\nEncoding: 2985 2985 1219\nWidth: 861\nFlags: W\nHStem: 1 63.0531<419 430> 1.07499 46.748<141 151> 219.708 45.4169<139 147> 387 45<549 635 738 805>\nVStem: 38.0631 34.9369<208 253> 173.962 62.9601<113 146> 310.069 44.1437<182.041 218.99> 466 100.666<192 229> 636 101<2 387>\nFore\n74 207 m 1\n 79 224 89 242 104 253 c 0\n 135 276 178 264 202 237 c 0\n 237.792 195.242 253.962 99.8767 214 42 c 0\n 206 29 194 18 181 11 c 0\n 153 -4 116 -2 91 17 c 0\n 45.0509 52.7382 42.7893 129.845 39 193 c 0\n 37 223 35 256 44 286 c 0\n 72 383 180 429 274 432 c 0\n 329.042 432 379.31 424.439 420 407 c 0\n 424 405 429 403 433 403 c 0\n 438 403 443 406 447 408 c 0\n 511.2 435.514 556.111 432 637 432 c 2\n 806 432 l 1\n 806 387 l 1\n 737 387 l 1\n 737 1 l 1\n 636 1 l 1\n 636 387 l 1\n 602 387 567 389 533 385 c 0\n 516 383 500 377 483 374 c 1\n 492 364 504 357 513 347 c 0\n 531 328 546 306 556 281 c 0\n 579.697 212.28 563.029 122.323 531 67 c 0\n 509 30 473 2 429 1 c 0\n 419 1 409 2 399 4 c 0\n 333.942 23.2765 316.189 107.353 311 180 c 0\n 310 193 310 206 310 219 c 0\n 310 268.253 327.032 301.501 348 332 c 0\n 354 340 360 346 366 354 c 1\n 349 358 333 365 316 367 c 0\n 258.211 373.421 195.399 363.457 150 344 c 0\n 122 332 95 312 82 284 c 0\n 71 260 73 233 73 207 c 1\n 74 207 l 1\n355 182 m 0\n 359 148 360 105 386 79 c 0\n 400 66 426 57 442 71 c 0\n 464.498 91.6233 466 151.276 466 193 c 0\n 466 205 467 217 466 229 c 0\n 463 259 450 287 430 309 c 0\n 429.456 309.544 413.626 329.542 406 327 c 0\n 399.236 325.309 383.909 304.473 380 299 c 0\n 357 264 352 223 355 182 c 0\n97 145 m 0\n 92.9683 104.683 101.561 78.5635 126 57 c 0\n 136 49 146 42 158 52 c 0\n 169.886 63.8858 171.565 79.3478 173 98 c 0\n 175.296 127.847 177.882 190.883 160 211 c 0\n 146 227 123 219 112 204 c 0\n 100 187 98 165 97 145 c 0\nEndSplineSet\nMinimumDistance: x13,-1 y15,17 y15,16 x15,13 x15,14 \nEndChar\nStartChar: uni0BAA\nEncoding: 2986 2986 1220\nWidth: 658\nFlags: W\nHStem: 0 46<139 464> 0 432<56 138 465 547>\nVStem: 55 84<47 431> 464 84<47 431>\nFore\n55 432 m 1\n 139 432 l 1\n 139 46 l 1\n 464 46 l 1\n 464 432 l 1\n 548 432 l 1\n 548 0 l 1\n 55 0 l 1\n 55 432 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y3,5 y3,4 y2,0 y2,1 \nEndChar\nStartChar: uni0BAE\nEncoding: 2990 2990 1221\nWidth: 689\nFlags: W\nHStem: 1 45<139 303 388 565> 1 431<56 138> 369 63.8739<423 439>\nVStem: 55 84<47 431> 303 84<47 337> 598 35<145 225>\nFore\n55 432 m 1\n 139 432 l 1\n 139 46 l 1\n 303 46 l 1\n 303 330 l 1\n 303 345 302 360 308 374 c 0\n 318 398 341 412 364 421 c 0\n 443.176 451.701 520.693 418.143 565 377 c 0\n 601 342 625 297 632 247 c 0\n 634 228 633 210 633 191 c 0\n 633 127.379 633.47 42.1309 593 11 c 0\n 578 -1 559 1 541 1 c 1\n 55 1 l 1\n 55 432 l 1\n387 46 m 1\n 551 46 l 1\n 558 46 565 46 571 49 c 0\n 598.674 67.4494 598 142.68 598 192 c 0\n 598 210 599 227 595 245 c 0\n 582.883 312.855 510.208 369 429 369 c 0\n 416 369 402 368 392 358 c 0\n 386 351 387 341 387 332 c 1\n 387 46 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y2,0 y2,1 \nBack\n55 432 m 1\n 139 432 l 1\n 139 46 l 1\n 303 46 l 1\n 303 330 l 1\n 303 345 302 360 308 374 c 0\n 318 398 341 412 364 421 c 0\n 443.176 451.701 520.693 418.143 565 377 c 0\n 601 342 625 297 632 247 c 0\n 634 228 633 210 633 191 c 0\n 633 127.379 633.47 42.1309 593 11 c 0\n 578 -1 559 1 541 1 c 1\n 55 1 l 1\n 55 432 l 1\n387 46 m 1\n 551 46 l 1\n 558 46 565 46 571 49 c 0\n 598.674 67.4494 598 142.68 598 192 c 0\n 598 210 599 227 595 245 c 0\n 582.883 312.855 510.208 369 429 369 c 0\n 416 369 402 368 392 358 c 0\n 386 351 387 341 387 332 c 1\n 387 46 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BAF\nEncoding: 2991 2991 1222\nWidth: 646\nFlags: W\nHStem: 0 432<201 284 550 632> 1 45<113.872 126 285 549>\nVStem: 30 51<128 431> 201 84<101.554 431> 549 84<47 431>\nFore\n30 432 m 1\n 81 432 l 1\n 81 145 l 2\n 81 105 80 46 123 46 c 0\n 151 46 173 61 188 80 c 0\n 200 94 201 102 201 115 c 2\n 201 432 l 1\n 285 432 l 1\n 285 46 l 1\n 549 46 l 1\n 549 432 l 1\n 633 432 l 1\n 633 0 l 1\n 201 0 l 1\n 201 34 l 1\n 182 17 157 1 123 1 c 0\n 107 1 90 5 77 15 c 0\n 26 53 30 119 30 209 c 2\n 30 432 l 1\nEndSplineSet\nMinimumDistance: x11,-1 y9,11 y9,10 y8,6 y8,7 \nBack\n30 432 m 1\n 81 432 l 1\n 81 145 l 2\n 81 110.912 80.2381 59.4589 109 49 c 0\n 117 45 126 46 135 47 c 0\n 156 51 174 63 188 80 c 0\n 205.184 100.62 201 107.382 201 138 c 1\n 201 432 l 1\n 285 432 l 1\n 285 46 l 1\n 549 46 l 1\n 549 432 l 1\n 633 432 l 1\n 633 1 l 1\n 201 1 l 1\n 201 34 l 1\n 192 26 183 19 172 13 c 0\n 143 -2 104 -5 77 15 c 0\n 25.9239 53.3071 30 125.864 30 209 c 1\n 30 432 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BB0\nEncoding: 2992 2992 1223\nWidth: 499\nFlags: W\nHStem: 0 21G<55 80> 409 46<81 255 342 443>\nVStem: 55 25<1 408> 256 85<21 409>\nDStem: 256 21 300 0 68 -102 68 -145\nFore\n256 21 m 1\n 256 409 l 1\n 80 409 l 1\n 80 0 l 1\n 55 0 l 1\n 55 455 l 1\n 444 455 l 1\n 444 409 l 1\n 341 409 l 1\n 341 0 l 1\n 300 0 l 1\n 68 -145 l 1\n 68 -102 l 1\n 256 21 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y2,4 y2,3 x8,6 x8,7 \nBack\n55 455 m 1\n 444 455 l 1\n 444 409 l 1\n 341 409 l 1\n 341 1 l 1\n 326.946 1.05405 312.811 1.18877 300 0 c 1\n 68 -145 l 1\n 67.9457 -129.279 67.4924 -113.159 70 -100 c 1\n 125.291 -61.2914 184.216 -26.2161 242 10 c 1\n 256 21 l 1\n 259.248 144.383 255.659 280.275 257 409 c 1\n 80 409 l 1\n 80 1 l 1\n 55 1 l 1\n 55 455 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BB1\nEncoding: 2993 2993 1224\nWidth: 560\nFlags: W\nHStem: 368.595 63.005<139 150> 386.905 45.0955<370.014 395.591>\nVStem: 33 45<24 311> 193 84<24 296> 462.762 83.8261<156.157 208.227>\nFore\n33 23 m 1\n 33 239 l 2\n 33 280 28 324 45 362 c 0\n 51 376 60 389 70 400 c 0\n 109 440 172 441 217 411 c 0\n 238 398 253 380 265 358 c 1\n 290 418 365 445 425 426 c 0\n 448 419 467 404 483 387 c 0\n 512 355 527 312 536 271 c 0\n 553 196 553 112 510 46 c 0\n 494.194 22.2912 470.59 -0.376981 445 -15 c 0\n 363 -61 264 -48 175 -66 c 0\n 144 -72 110 -81 84 -100 c 0\n 80 -103 76 -107 74 -112 c 0\n 70 -125 83 -136 94 -138 c 1\n 88 -146 66 -168 62 -168 c 0\n 56 -169 49 -162 45 -158 c 0\n 32 -144 25 -124 29 -105 c 0\n 34 -78 58 -60 81 -49 c 0\n 114 -34 151 -31 187 -31 c 0\n 281.948 -31 371.327 -45.6732 426 9 c 0\n 448.228 34.4039 462.344 63.2504 464 103 c 0\n 464 117 463 131 463 145 c 0\n 461.107 220.715 472.601 348.213 413 380 c 0\n 400 387 385 388 370 386 c 0\n 341 383 311 370 293 347 c 0\n 278 328 277 308 277 285 c 1\n 277 23 l 1\n 193 23 l 1\n 193 282 l 2\n 193 310 193 340 170 359 c 0\n 160.399 368.601 144.648 370.7 128 367 c 0\n 102 359 82 337 79 311 c 0\n 77 300 78 288 78 276 c 1\n 78 23 l 1\n 33 23 l 1\nEndSplineSet\nEndChar\nStartChar: uni0BB2\nEncoding: 2994 2994 1225\nWidth: 603\nFlags: W\nHStem: 1 63<465 475> 194 44.0014<130 138> 369 62.0344<204 209>\nVStem: 33 45<201.062 225> 308 84<158 257> 568 45<195 238>\nFore\n79 201 m 1\n 91 225 116 239 142 239 c 0\n 199 239 224 179 224 126 c 0\n 224 71 200 23 158 5 c 0\n 150 2 141 1 132 1 c 0\n 46 1 33 118 33 213 c 0\n 33 326 101 432 224 432 c 0\n 275 432 315 409 342 382 c 0\n 373 351 390 309 392 265 c 2\n 392 189 l 6\n 392 176 392 162 394 149 c 0\n 400 109 425 64 471 64 c 2\n 475 64 l 2\n 525 71 548 107 559 149 c 0\n 565 171 568 194 568 217 c 0\n 568 294 528 377 454 377 c 1\n 484.667 431 l 1\n 581.539 433.78 613 320.003 613 217 c 0\n 613 120 573 1 470 1 c 0\n 376 1 308 86.5 308 162 c 2\n 308 236 l 2\n 308 271 305 303 282 331 c 0\n 265 350 240 369 203 369 c 0\n 168 369 134 350 112 322 c 0\n 85 287 78 244 78 201 c 1\n 79 201 l 1\n139 46 m 1\n 143 51 148 56 151 62 c 0\n 158 76 158 94 159 109 c 0\n 161 109 163 157 163 157 c 0\n 162 176 153 194 130 194 c 0\n 110 194 98 171 96 153 c 0\n 96 147 l 0\n 96 109 120 70 139 46 c 1\nEndSplineSet\nBack\n79 201 m 1\n 97 238 147 250 181 227 c 0\n 233.082 189.122 237.879 88.88 194 32 c 0\n 184 20 172 11 158 5 c 0\n 130 -5 97 2 76 24 c 0\n 48.2479 56.3774 38.501 107.485 35 160 c 0\n 33 193 31 226 36 258 c 0\n 46 320 81 381 137 411 c 0\n 186.276 437.281 252.725 441.397 301 413 c 0\n 316 404 330 394 342 382 c 0\n 373 351 390 309 392 265 c 0\n 393 240 392 214 392 189 c 0\n 392 176 392 162 394 149 c 0\n 400 108 427 61 475 64 c 0\n 524.655 71.0936 547.598 107.192 559 149 c 0\n 574 203 572 266 545 316 c 0\n 526 351 495 377 454 377 c 1\n 476 416 l 2\n 480.153 422.922 485.032 435.323 498 431 c 0\n 506 430 514 428 522 426 c 0\n 576.906 405.225 600.082 340.402 609 275 c 0\n 623.228 178.959 601.676 82.386 549 32 c 0\n 528 12 499 1 470 1 c 0\n 375.91 1 311.836 81.4443 308 162 c 0\n 307 187 308 211 308 236 c 0\n 308 271 305 303 282 331 c 0\n 266.306 348.656 251.722 358.093 228 366 c 0\n 184 377 139 357 112 322 c 0\n 85 287 78 244 78 201 c 1\n 79 201 l 1\n139 46 m 1\n 143 51 148 56 151 62 c 0\n 158 76 158 94 159 109 c 0\n 161 125 164 141 163 157 c 0\n 162 175 153 193 133 194 c 0\n 111 196 98 172 96 153 c 0\n 92.9632 113.521 118.505 71.0491 139 46 c 1\nEndSplineSet\nEndChar\nStartChar: uni0BB3\nEncoding: 2995 2995 1226\nWidth: 753\nFlags: W\nHStem: 1.30804 45.692<137 138 138.028 154.682> 237.072 44.7959<137 148> 347.551 84.1037<223 250> 387 45<438 559 645 697>\nVStem: 31 40<160 172> 203.491 62.6433<127 146> 392 45<1.12487 64.821 320 386> 392 306<387 431> 560 84<2 387>\nFore\n104 275 m 1\n 133.068 283.721 159.364 286.476 188 273 c 0\n 215 261 235 238 248 212 c 0\n 273 160 275 92 237 46 c 0\n 208 10 154 -12 109 9 c 0\n 64.9783 31.0109 48.1244 78.8245 38 128 c 0\n 34.7952 147.229 31 151.537 31 172 c 0\n 40.2087 254.879 53.1623 328.855 113 384 c 0\n 170 437 265 451 330 402 c 0\n 347 390 361 374 372 356 c 0\n 380 344 385 331 392 319 c 1\n 392 432 l 1\n 698 432 l 1\n 698 387 l 1\n 644 387 l 1\n 644 1 l 1\n 560 1 l 1\n 560 387 l 1\n 437 387 l 1\n 437 1 l 1\n 392 1 l 1\n 392 116.151 384.924 264.488 313 321 c 0\n 271 356 207 355 161 329 c 0\n 138 315 120 297 104 275 c 1\n71 144 m 0\n 76.2585 103.246 89.0774 67.9613 123 51 c 0\n 128 49 133 47 138 47 c 0\n 169 42 191 69 199 96 c 0\n 210.125 140.5 202.06 205.455 172 228 c 0\n 139 253 89 224 74 191 c 0\n 71 183 71 174 71 165 c 0\n 71 144 l 0\nEndSplineSet\nMinimumDistance: x12,-1 y18,20 y18,19 y14,16 y14,15 x14,12 x14,13 \nEndChar\nStartChar: uni0BB4\nEncoding: 2996 2996 1227\nWidth: 689\nFlags: W\nHStem: -270.149 82.6706<279 311> -82 1<569 593> -81 1<535 592 573 616 615 615> 1 45<139 303 388 555> 1 431<56 138> 369 63.1302<423 439>\nVStem: 55 84<47 431> 75.4123 45.7616<-133 -123> 303 84<-11.0696 1 47 337> 598 35<145 225>\nFore\n55 432 m 1\n 139 432 l 1\n 139 46 l 1\n 303 46 l 1\n 303 330 l 1\n 303 346 302 360 309 375 c 0\n 321 403 350 418 378 426 c 0\n 438 442 505 426 553 387 c 0\n 596 353 624 302 631 248 c 0\n 634 229 633 210 633 191 c 0\n 633 128.949 634.235 27.9777 584 6 c 0\n 574 1 563 1 552 1 c 1\n 387 1 l 1\n 387 -84.4432 523.911 -80 616 -80 c 1\n 616 -81 l 1\n 573 -82 536 -104 505 -132 c 0\n 455 -177 415 -239 350 -263 c 0\n 322.088 -273.922 273.644 -271.441 241 -266 c 0\n 172 -256 87 -220 76 -142 c 0\n 75 -131 75 -119 76 -108 c 0\n 85 -53 141 -17 195 -28 c 0\n 211 -31 231 -38 240 -52 c 1\n 240 -52 218 -71 214 -71 c 0\n 212.797 -71.401 194.749 -65.6873 192 -65 c 0\n 176 -62 160 -66 147 -75 c 0\n 118 -95 109 -139 139 -162 c 0\n 162 -179 195 -183 223 -185 c 0\n 261 -187 300 -190 338 -184 c 0\n 397.263 -173.225 471.284 -125.503 522 -102 c 0\n 544 -93 569 -83 593 -82 c 1\n 593 -81 l 1\n 519 -81 443 -83 371 -63 c 0\n 346 -56 314 -43 305 -16 c 0\n 303 -10 303 -5 303 1 c 1\n 55 1 l 1\n 55 432 l 1\n387 46 m 1\n 551 46 l 1\n 558 46 565 46 571 49 c 0\n 598.674 67.4494 598 142.68 598 192 c 0\n 598 210 599 227 595 245 c 0\n 582.883 312.855 510.208 369 429 369 c 0\n 416 369 402 368 392 358 c 0\n 386 351 387 341 387 332 c 1\n 387 46 l 1\nEndSplineSet\nMinimumDistance: x9,-1 y2,0 y2,1 \nEndChar\nStartChar: uni0BB5\nEncoding: 2997 2997 1228\nWidth: 714\nFlags: W\nHStem: 1 84<280.063 290.209 394 549> 1 431<550 632> 370 63<212 227>\nVStem: 25.2558 55.7442<170 176 188 192> 142 84<112 129> 334 85<187 234> 549 84<86 431>\nFore\n90 234 m 1\n 103 237 114 239 124 239 c 0\n 191 239 226 172 226 117 c 0\n 226 85 216 53 195 30 c 0\n 177 10 159 0 124 0 c 0\n 51 8 25 97 25 185 c 0\n 25 304 94 433 227 433 c 0\n 296 433 347 395 377 351 c 0\n 406 310 419 261 419 211 c 0\n 419 167 409 117 393 85 c 1\n 549 85 l 1\n 549 432 l 1\n 633 432 l 1\n 633 1 l 1\n 280 1 l 1\n 280 85 l 1\n 326 85 334 140 334 184 c 0\n 334 217 l 0\n 334 288 290 370 213 370 c 0\n 174 370 143 345 125 320 c 0\n 102 287 101 271 90 234 c 1\n81 169 m 0\n 80 152 77 133 77 114 c 0\n 77 86 85 46 114 46 c 0\n 136 46 142 69 142 91 c 0\n 142 127 l 0\n 142 161 139 189 108 198 c 0\n 104 199 99 200 96 200 c 0\n 88 200 83 197 83 187 c 0\n 82 181 81 175 81 169 c 0\nEndSplineSet\nMinimumDistance: x12,-1 y10,12 y10,11 x16,14 x16,15 \nEndChar\nStartChar: uni0BB7\nEncoding: 2999 2999 1229\nWidth: 947\nFlags: W\nHStem: 1 63<319.063 330.161 432 487 555 766> 368.764 62.5438<240 260> 631.056 62.9115<632 650>\nVStem: 24.8386 52.1614<159 159 170.004 181.949> 164.722 83.3177<100.851 133.535> 389 83.7488<189 219> 514 44.1157<569 573>\nDStem: 641 357 677 342 524 86 554 64\nFore\n431 64 m 1\n 491 64 l 2\n 497 64 509 62 514 66 c 0\n 520 70 522 80 524 86 c 1\n 641 357 l 0\n 644 363 650 372 648 378 c 0\n 646.444 382.669 618.555 417.306 614 423 c 0\n 592.374 451.546 542.557 514.645 520 556 c 0\n 518 561 514 567 514 573 c 0\n 509.969 597.185 524.543 626.377 536 642 c 0\n 544 654 555 663 567 671 c 0\n 629 713 720 698 760 633 c 0\n 764.042 626.649 782.377 590.641 780 574 c 0\n 779.2 569.201 762.726 534.872 760 529 c 1\n 741.053 486.814 724.069 444.434 704 403 c 1\n 723 392 736 371 750 355 c 0\n 792.749 307.501 850.155 273.465 892 225 c 0\n 916.025 197.543 930.068 169.985 933 126 c 0\n 936 78 901 40 859 22 c 0\n 829 9 798 3 766 1 c 0\n 751 0 737 1 722 1 c 1\n 538 1 l 1\n 524.487 1 523.115 -4.71159 519 -15 c 2\n 503 -52 l 1\n 440 -193 l 1\n 431.655 -185.011 422.314 -178.02 417 -167 c 1\n 438.444 -108.777 463.977 -54.6441 488 1 c 1\n 319 1 l 1\n 319 64 l 1\n 366.988 64 381.569 115.555 386 151 c 0\n 387 157 387 163 388 169 c 0\n 388 177 389 184 389 192 c 0\n 389 201 390 210 390 219 c 0\n 386.502 276.72 362.093 315.467 325 344 c 0\n 283 373 228 377 182 354 c 0\n 138.029 334.213 96.9746 278.535 87 227 c 1\n 114.785 238.699 146.161 244.373 174 232 c 0\n 235 209 262 135 241 75 c 0\n 224 26 175 -10 122 3 c 0\n 62.696 16.1787 36.8454 78.9275 27 138 c 0\n 16 216 38 298 90 357 c 0\n 160 436 281 456 371 401 c 0\n 397 386 418 364 436 340 c 0\n 494.73 256.31 478.452 135.178 431 64 c 1\n673 429 m 1\n 676.554 440.549 716.887 532.746 729 560 c 0\n 731 565 734 570 734 575 c 0\n 733 581 728 587 724 592 c 0\n 700.733 626.9 649.134 642.667 598 623 c 0\n 584 618 569 607 563 593 c 0\n 553 573 560 546 569 527 c 0\n 585.57 493.861 612.938 473.046 641 452 c 0\n 651 444 662 436 673 429 c 1\n77 170 m 0\n 73.0341 142.239 75.7636 100.935 86 79 c 0\n 95.7056 52.6561 119.757 36.5049 143 52 c 0\n 163.987 65.9916 166.328 107.228 164 134 c 0\n 162 151 159 169 147 182 c 0\n 130.387 199.891 96.4725 203.472 80 187 c 0\n 77 182 77 175 77 170 c 0\n554 64 m 1\n 695 64 l 2\n 722 64 751 62 778 66 c 0\n 805 69 841 81 848 111 c 0\n 851 122 845 128 839 136 c 2\n 809 174 l 1\n 677 342 l 1\n 554 64 l 1\nEndSplineSet\nMinimumDistance: x63,-1 \nEndChar\nStartChar: uni0BB8\nEncoding: 3000 3000 1230\nWidth: 1033\nFlags: W\nHStem: 0.818886 47.1488<245 259> 1 51.2986<817 830> 197 46<241 245 249.031 259.579> 376.892 55.0905<241 273> 387.006 44.8462<613.06 642.262>\nVStem: 33.6868 45.4008<198 224> 145.087 44.7311<112 136> 301 63.2654<118 133> 413 63<2 289> 692 64<87 289> 955.029 44.5879<209.257 256.963>\nFore\n152 77 m 1\n 144.983 105.067 140.395 128.021 149 159 c 0\n 162 205 200 242 249 243 c 0\n 276.191 243 298.012 233.892 315 222 c 0\n 378 176 381 78 322 28 c 0\n 275 -13 203 -2 151 24 c 0\n 102.448 50.4827 66.1828 88.5248 46 141 c 0\n 18 218 36 307 93 366 c 0\n 146.673 421.206 221.824 444.808 319 426 c 0\n 374.833 413.928 416.083 395.032 449 358 c 1\n 453 365 460 371 466 377 c 0\n 499.51 408.648 556.221 426.944 613 431 c 0\n 680.568 438.112 722.778 399.977 742 350 c 0\n 755 316 755 282 755 246 c 1\n 755 108 l 1\n 755 101 754 93 756 86 c 0\n 758 78 767 72 774 67 c 0\n 805.624 45.9176 849.191 48.1147 879 66 c 0\n 889 71 898 79 906 87 c 0\n 956.858 137.858 959.269 218.036 952 298 c 0\n 948 337 940 390 896 404 c 0\n 889 406 883 407 876 407 c 1\n 879.957 411.748 893.151 427.075 901 431 c 0\n 909 434 921 430 929 427 c 0\n 984.989 408.337 996.973 325.925 999 257 c 0\n 1000 228 1001 199 996 170 c 0\n 982.323 90.6724 927.439 4.74766 830 1 c 0\n 775.159 1 734.46 23.5839 709 57 c 0\n 694.563 73.8432 692 76.884 692 101 c 1\n 692 268 l 1\n 692 302.172 689.175 356.618 662 377 c 0\n 646 390 628 387 609 386 c 0\n 555.267 382.743 496.085 360.171 475 318 c 0\n 472 311 474 305 475 298 c 0\n 475 291 476 284 476 277 c 1\n 476 1 l 1\n 413 1 l 1\n 413 264 l 1\n 413 283 413 301 403 318 c 0\n 380 359 327 372 284 376 c 0\n 196.372 385.737 127.274 346.937 95 287 c 0\n 71 240 73 181 99 135 c 0\n 112 112 130 92 152 77 c 1\n301 118 m 0\n 302 123 301 128 301 133 c 0\n 299 162 280 202 245 197 c 0\n 222.948 197 206.149 177.298 198 161 c 0\n 178.102 121.204 192.676 74.7814 228 55 c 0\n 240 48 253 44 267 50 c 0\n 292 62 299 93 301 118 c 0\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni0BB9\nEncoding: 3001 3001 1231\nWidth: 1292\nFlags: W\nHStem: -97 43<122 133 154 170> -87.6882 38.6882<311.011 335 335.084 600.409> -83 35<445.71 892> 1 84<280.031 290.024 395 568> 369.565 61.6599<212 227 698 715> 386.583 44.9488<1002 1018>\nVStem: 55.4692 46.5989<-121 -116> 142 83.2054<100 133> 335.491 83.3026<185.97 221.967> 568 45<86 295> 785 84<2 295> 1139.4 83.0659<148.229 195.976>\nFore\n90 234 m 1\n 155.794 252.276 200.787 213.337 218 166 c 0\n 235 117 226 58 187 22 c 0\n 158 -4 114 -7 83 16 c 0\n 46.9063 43.601 29.5711 103.648 26 159 c 0\n 18.8792 260.472 57.6071 355.948 124 401 c 0\n 187 443 271 442 332 398 c 0\n 352 383 369 364 383 343 c 0\n 423 280 426 202 409 131 c 0\n 405 115 399 100 394 85 c 1\n 568 85 l 1\n 568 252 l 2\n 568 289 565 326 583 360 c 0\n 589 371 596 381 605 390 c 0\n 665 450 772 443 832 387 c 0\n 842 377 850 366 857 354 c 1\n 872 384 902 404 933 416 c 0\n 998 442 1072 437 1128 394 c 0\n 1188 348 1218 269 1222 196 c 0\n 1223 174 1223 152 1219 130 c 0\n 1207 62 1169 1 1109 -35 c 0\n 1017.41 -89.953 876.398 -83 736 -83 c 0\n 673.981 -83 372.348 -85.2661 254 -90 c 0\n 229 -91 204 -93 179 -94 c 0\n 164 -94 149 -95 134 -97 c 0\n 125 -97 116 -98 109 -103 c 0\n 97 -112 101 -128 112 -136 c 0\n 119 -140 126 -140 134 -139 c 1\n 128 -147 121 -153 114 -160 c 0\n 111 -163 107 -168 102 -169 c 0\n 93 -171 80 -162 74 -157 c 0\n 46.0297 -130.894 52.8397 -99.1602 73 -79 c 0\n 89.2249 -62.7751 104.449 -54 133 -54 c 0\n 150 -52 166 -52 183 -52 c 0\n 189 -52 195 -51 201 -51 c 0\n 238 -50 274 -50 311 -50 c 0\n 319 -50 327 -49 335 -49 c 0\n 442 -49 548 -48 655 -48 c 2\n 799 -48 l 2\n 829 -48 860 -49 890 -47 c 0\n 911 -47 l 0\n 985.316 -43.5434 1067.97 -32.9842 1106 14 c 0\n 1130 42 1136 80 1138 115 c 0\n 1143.95 220.046 1133.35 338.502 1060 378 c 0\n 1030.03 391.486 981.197 387.299 948 379 c 0\n 922 373 896 362 880 339 c 0\n 869 323 869 305 869 286 c 1\n 869 1 l 1\n 785 1 l 1\n 785 285 l 1\n 785 304 785 322 773 338 c 0\n 747 372 700 375 663 361 c 0\n 644 354 624 341 617 321 c 0\n 612 308 613 294 613 280 c 1\n 613 1 l 1\n 280 1 l 1\n 280 85 l 1\n 303.066 85 315.22 99.4409 323 115 c 0\n 331.033 133.745 337.384 191.002 335 222 c 0\n 331.679 280.115 305.339 334.527 261 358 c 0\n 202.858 387.071 149.634 356.451 126 321 c 0\n 114 305 106 287 100 268 c 0\n 96 257 94 245 90 234 c 1\n81 169 m 0\n 77.7909 132.095 70.8975 80.3128 93 56 c 0\n 106 42 126 42 136 59 c 0\n 143 71 142 86 142 100 c 0\n 142 118 144 136 142 154 c 0\n 139 175 129 193 108 198 c 0\n 94.3543 202.549 83 201.321 83 187 c 0\n 82 181 81 175 81 169 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni0BBE\nEncoding: 3006 3006 1232\nWidth: 499\nFlags: W\nHStem: 0 21G<55 80 257 341> 409 46<81 256 342 443>\nVStem: 55 25<1 408> 257 84<1 409>\nFore\n55 455 m 1\n 444 455 l 1\n 444 409 l 1\n 341 409 l 1\n 341 0 l 1\n 257 0 l 1\n 257 409 l 1\n 80 409 l 1\n 80 0 l 1\n 55 0 l 1\n 55 455 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y7,9 y7,8 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni0BBF\nEncoding: 3007 3007 1233\nWidth: 418\nFlags: W\nHStem: 432 0<194 200> 610.971 84.521<186 203>\nVStem: 36.6376 83.9304<531.495 556.651> 339 45.074<425 443>\nFore\n201 432 m 1\n 199.112 432 185.646 431.745 170.884 431.745 c 0\n 156.787 431.745 141.508 431.978 134 432.888 c 0\n 69.1924 440.742 36.6376 499.44 36.6376 556.651 c 0\n 36.6376 638.589 102.22 695.492 187.65 695.492 c 0\n 237.025 695.492 279.233 673.767 307 646 c 0\n 349.818 603.182 384.074 525.349 384.074 440.786 c 0\n 384.074 387.49 367.401 140.215 365 61 c 0\n 365 48 364 36 363 23 c 0\n 363 16 363 8 361 1 c 1\n 360.857 7.13184 341 393 339 425 c 0\n 339 443 l 0\n 334.742 523.895 285.486 595.155 215 609 c 0\n 208.373 610.243 201.574 610.971 194.745 610.971 c 0\n 145.256 610.971 120.568 572.376 120.568 531.495 c 0\n 120.568 510.387 126.97 489.04 139 473 c 0\n 161 444 189 432 201 432 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0BC6\nEncoding: 3014 3014 1234\nWidth: 603\nFlags: W\nHStem: 188.517 53.6142<357 364> 674.878 76.0326<288 309>\nVStem: 38.0897 35.2916<353 385> 255.686 45.3141<114.85 131> 413 63.4749<125 131>\nFore\n289 46 m 1\n 272 64 260 85 257 110 c 0\n 248 168 285 232 346 241 c 0\n 430.627 254.02 500.184 164.724 469 93 c 0\n 452.835 58.3608 413.609 34.3125 377 21 c 0\n 354 12 330 3 306 1 c 0\n 278 -1 248 5 222 14 c 0\n 65.0896 73.5862 -5.39847 334.902 65 548 c 0\n 93.2249 632.675 142.894 704.757 226 738 c 0\n 313 770 415 742 483 682 c 0\n 535.718 634.303 577.035 560.843 573 464 c 0\n 572 449 569 433 568 418 c 0\n 567.15 406.666 552.903 119.061 549 41 c 0\n 549 28 550 13 546 1 c 1\n 545 25 543 48 542 72 c 0\n 539 122 538 171 535 221 c 0\n 533 252 530 283 530 314 c 0\n 530 351 526 389 524 426 c 0\n 524 436 525 447 525 457 c 0\n 525 519.644 493.899 575.101 459 610 c 0\n 399 669 305 694 226 660 c 0\n 84.0132 599.149 32.6117 377.14 107 199 c 0\n 138 122 202 53 289 46 c 1\n301 126 m 0\n 301 102 315 79 337 67 c 0\n 343 64 352 60 359 61 c 0\n 367 61 374 67 380 72 c 0\n 398 85 413 105 413 128 c 0\n 413 154.823 398.893 174.553 380 184 c 0\n 342 202 301 164 301 126 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BC7\nEncoding: 3015 3015 1235\nWidth: 603\nFlags: W\nHStem: 1 43.7436<331 337 337.054 374.183> 189 54<454 470> 512 45<454 470>\nVStem: 38 35<353 385> 357 46<123 136> 363 35<622 629> 515 64<123 138> 524 45<611.081 629>\nFore\n391 46 m 1\n 374 65 357 90 357 124 c 0\n 357 177 395 243 462 243 c 128\n 529 243 579 186 579 129 c 0\n 579 73 534 42 494 25 c 0\n 455 9 392 1 337 1 c 0\n 307 1 276 4 248 14 c 0\n 121 58 38 213 38 377 c 0\n 38 422 44 468 57 512 c 0\n 85 606 146 699 241 735 c 0\n 264 743 298 751 329 751 c 2\n 352 751 l 2\n 365 751 379 750 392 750 c 0\n 402 750 411 748 421 747 c 0\n 481 740 569 706 569 623 c 0\n 569 573 537 529 494 516 c 0\n 484 513 474 512 463 512 c 0\n 422 512 398 533 381 558 c 0\n 368 579 363 602 363 627 c 0\n 363 647 370 664 380 681 c 1\n 365 679 350 676 334 675 c 128\n 318 674 303 674 287 671 c 0\n 154 646 73 509 73 371 c 0\n 73 323 82 274 100 229 c 0\n 136 135 209 51 331 45 c 0\n 331 44 388 46 391 46 c 1\n463 557 m 0\n 497 557 524 587 524 623 c 0\n 524 658 485 689 445 689 c 0\n 416 689 398 649 398 623 c 0\n 398 585 429 557 463 557 c 0\n481 70 m 0\n 497 81 515 102 515 128 c 0\n 515 157 494 189 462 189 c 0\n 434 189 407 163 404 136 c 0\n 404 133 403 130 403 126 c 0\n 403 102 417 79 439 67 c 0\n 444 64 452 61 459 61 c 2\n 461 61 l 2\n 468 61 475 66 481 70 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nBack\n391 46 m 1\n 374 65 362 87 358 112 c 0\n 351.511 167.159 389.795 243 462 243 c 0\n 543.89 243 601.139 157.069 570 90 c 0\n 556 59 525 38 494 25 c 0\n 459 11 421 6 384 3 c 0\n 339 -1 291 -1 248 14 c 0\n 85.5085 69.6478 -3.56792 304.601 57 512 c 0\n 85 606 146 699 241 735 c 0\n 266 744 292 749 318 751 c 0\n 329 752 341 751 352 751 c 0\n 365 751 379 750 392 750 c 0\n 402 750 411 748 421 747 c 0\n 482.641 739.687 576.544 702.522 569 612 c 0\n 564 569 536 529 494 516 c 0\n 484 513 474 512 463 512 c 0\n 421.951 512 398.354 533.209 381 558 c 0\n 368 579 363 602 363 627 c 0\n 363 647 370 664 380 681 c 1\n 365 679 350 676 334 675 c 0\n 318 674 303 674 287 671 c 0\n 239 662 194 637 160 601 c 0\n 67 503 52 353 100 229 c 0\n 135.537 134.749 209.442 51.0779 331 45 c 0\n 351 44 371 46 391 46 c 1\n523 614 m 0\n 529 651 497 679 464 686 c 0\n 439.984 691.337 432.35 689.35 420 677 c 0\n 398.628 653.685 389.249 616.724 409 586 c 0\n 428 558 468 547 496 568 c 0\n 510.17 578.121 520.979 593.789 523 614 c 0\n481 70 m 0\n 501.45 84.4354 523.214 112.357 512 146 c 0\n 508.037 161.853 495.24 179.587 479 185 c 0\n 446 199 408 169 404 136 c 0\n 400 108 414 80 439 67 c 0\n 445 64 454 60 461 61 c 0\n 468 61 475 66 481 70 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BC8\nEncoding: 3016 3016 1236\nWidth: 861\nFlags: W\nHStem: 1 45<125 134> 1 63<435 448> 194 45<125 133> 370 62<286 320 608 625>\nVStem: 32 37<141 148> 160 84<97 118> 326 45<184 230> 493 100<187 225> 752 84<198 232>\nFore\n85 229 m 1\n 101 236 116 239 133 239 c 0\n 198 237 244 174 244 112 c 0\n 244 49 197 5 135 1 c 0\n 127 1 118 1 110 3 c 0\n 64 15 47 65 38 106 c 0\n 35 120 32 132 32 146 c 0\n 32 154 34 162 36 170 c 0\n 37 179 37 187 38 196 c 0\n 58 320 147 420 286 432 c 2\n 302 432 l 2\n 356 432 413 419 461 400 c 1\n 504 418 559 432 614 432 c 0\n 711 432 781 384 814 313 c 0\n 829 283 836 250 836 218 c 0\n 836 150 806 83 753 38 c 0\n 735 23 715 9 693 1 c 1\n 671.5 61.5 l 1\n 713.993 89.4328 752 150.238 752 216 c 0\n 752 285 713 346 660 364 c 0\n 648 368 636 369 623 369 c 0\n 590 369 558 364 525 359 c 1\n 565 322 593 281 593 211 c 0\n 593 123 554 23 476 5 c 0\n 465 2 453 1 442 1 c 0\n 383 1 354 54 341 98 c 0\n 330 132 326 169 326 205 c 0\n 326 240 327 258 339 285 c 0\n 350 312 368 333 388 353 c 1\n 379 355 370 359 361 361 c 0\n 341 367 320 370 300 370 c 0\n 233 370 169 339 127 294 c 0\n 109 274 97 252 85 229 c 1\n492 185 m 0\n 493 192 493 199 493 206 c 0\n 493 239 485 272 464 298 c 0\n 461 302 456 308 434 324 c 1\n 401 302 375 272 371 230 c 2\n 371 216 l 2\n 371 171 374 121 398 89 c 0\n 408 75 426 64 444 64 c 0\n 491 64 492 135 492 185 c 0\n69 142 m 0\n 69 111 85 46 127 46 c 0\n 156 46 160 86 160 116 c 128\n 160 146 160 194 126 194 c 0\n 98 194 69 169 69 142 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nBack\n85 229 m 1\n 101 236 116 239 133 239 c 0\n 210 237 261 148 239 78 c 0\n 227.345 37.2076 185.71 3.98295 135 1 c 0\n 127 1 118 1 110 3 c 0\n 64 15 47 65 38 106 c 0\n 35 120 32 132 32 146 c 0\n 32 154 34 162 36 170 c 0\n 37 179 37 187 38 196 c 0\n 57.7289 320.01 146.766 419.715 286 432 c 0\n 338.185 434.676 397.812 424.578 440 407 c 0\n 446 405 449.5 404.5 461 400 c 1\n 476.5 406.5 478 406 485 409 c 0\n 559.97 435.775 662.836 447.088 737 400 c 0\n 768.497 380.752 797.45 348.168 814 313 c 0\n 859 220 831 104 753 38 c 0\n 735 23 715 9 693 1 c 1\n 688 15 672 55 673 60 c 0\n 675 64 679 66 682 69 c 0\n 706.051 89.0424 721.406 110.301 735 139 c 0\n 779.076 234.816 732.131 339.957 660 364 c 0\n 648 368 636 369 623 369 c 0\n 590 369 558 364 525 359 c 1\n 565.498 321.618 593 281.431 593 211 c 0\n 593 122.609 553.728 23.2889 476 5 c 0\n 465 2 453 1 442 1 c 0\n 382.761 1 354.097 54.3446 341 98 c 0\n 330 132 326 169 326 205 c 0\n 326 239.98 327.254 258.151 339 285 c 0\n 350 312 368 333 388 353 c 1\n 379 355 370 359 361 361 c 0\n 273.33 386.785 181.302 353.024 127 294 c 0\n 109 274 97 252 85 229 c 1\n492 185 m 0\n 496 225 489 266 464 298 c 0\n 461.038 301.555 446.461 319.885 438 322 c 0\n 430.482 325.759 416.154 311.154 412 307 c 0\n 390 286 374 261 371 230 c 0\n 370 214 371 197 372 181 c 0\n 374 150 378 115 398 89 c 0\n 413 68 447 53 469 74 c 0\n 490.237 95.2369 492 142.083 492 185 c 0\n69 139 m 0\n 72 110 76 79 99 58 c 0\n 110 48 129 41 142 51 c 0\n 161.913 66.4878 161.985 113.16 159 146 c 0\n 157 162 155 183 139 191 c 0\n 131 195 122 194 114 192 c 0\n 92 187 67 164 69 139 c 0\nEndSplineSet\nEndChar\nStartChar: uni0BCD\nEncoding: 3021 3021 1237\nWidth: 278\nFlags: W\nHStem: 564 106<134 141>\nVStem: 86 105<612 619>\nFore\n86 617 m 0\n 86 646 108 670 139 670 c 0\n 172 670 191 643 191 617 c 0\n 191 588 169 564 137 564 c 128\n 105 564 86 591 86 617 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0C02\nEncoding: 3074 3074 1238\nWidth: 330\nFlags: W\nHStem: -15.332 57.2638<204.032 226.296> 250 25<213.063 232.529>\nVStem: 74.6599 25.3401<124.952 140.953> 325 22.9622<128 144>\nFore\n314 236 m 0\n 367.079 180.798 353.365 72.1454 308 23 c 0\n 259.026 -28.1999 172.127 -28.1273 121 23 c 0\n 68.549 75.451 56.6253 169.892 106 230 c 0\n 131 260 166 275 212 275 c 0\n 255 275 289 262 314 236 c 0\n325 141 m 0\n 325 208.508 281.307 251.952 213 250 c 0\n 144.479 248.243 102.322 208.327 100 141 c 0\n 98.0788 85.2838 150.443 44.1423 204 42 c 0\n 232 41 257 48 280 61 c 0\n 310 79 325 106 325 141 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C03\nEncoding: 3075 3075 1239\nWidth: 225\nFlags: W\nHStem: 150 33<153 158> 274 18<153 161>\nVStem: 202 23<53 63 228 229>\nFore\n226 223 m 0\n 226 198 219 180 206 167 c 0\n 192 154 176 148 159 150 c 1\n 118 151 96 174 93 220 c 0\n 90.859 262.821 115.544 292 158 292 c 0\n 197.417 292 226 262.719 226 223 c 0\n225 57 m 0\n 225 12.6752 197.455 -24.8613 154 -18 c 1\n 113 -15 92 9 92 54 c 128\n 92 99 114 123 157 127 c 1\n 196.692 134.005 225 93.3961 225 57 c 0\n203 227 m 0\n 203 253.208 184.266 274 159 274 c 0\n 130 274 114 258 113 227 c 0\n 110.984 200.798 131.712 183 157 183 c 0\n 185 183 200 198 203 227 c 0\n202 60 m 0\n 202 86.9183 185.332 109 159 109 c 0\n 145 109 133 104 125 94 c 0\n 116 83 111 72 112 61 c 0\n 113 34 128 20 156 20 c 0\n 187 20 202 33 202 60 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C05\nEncoding: 3077 3077 1240\nWidth: 450\nFlags: W\nHStem: -15 51<236.936 259 259.094 265.905 266.125 285.517> 114 33<189 324> 148.342 24.6582<156.036 166 166.031 178.921> 248 34<152.716 163 163.031 167.937 360 365 372 376> 251 30.9137<367 370>\nVStem: 72 24<147 182> 104 15<211.024 214> 178 216<129 136> 209 23<209 217> 291 32<209 217> 425 22<165 182>\nFore\n209 211 m 0\n 209 236 194 248 163 248 c 0\n 140.539 248 116.976 233.265 119 211 c 0\n 121 186 137 173 166 173 c 128\n 195 173 209 186 209 211 c 0\n190 114 m 2\n 182 114 178 119 178 130 c 128\n 178 141 183 147 192 147 c 2\n 325 148 l 1\n 302 165 291 188 291 215 c 0\n 291 250 305 271 334 278 c 0\n 344 281 354 282 363 282 c 0\n 419.115 282 447 231.917 447 172 c 0\n 447 158 445 144 442 130 c 1\n 430.759 35.5786 366.732 -15 259 -15 c 0\n 170 -15 110 31 78 122 c 0\n 74 133 72 147 72 166 c 0\n 72 234.829 103.553 282.841 168 281 c 0\n 205.208 279.042 232 250.231 232 212 c 0\n 232 169.227 199.924 143.729 156 149 c 0\n 121 153 104 175 104 214 c 0\n 104 222 104 227 105 230 c 0\n 99 207 96 185 96 166 c 0\n 96 77 153 33 266 36 c 0\n 360.644 38.1032 413.513 67.5143 423 151 c 0\n 424 162 425 171 425 180 c 0\n 425 227 406 251 368 251 c 0\n 338 251 323 238 323 211 c 0\n 323 182.383 345.446 148.88 373 151 c 0\n 387 152 394 147 394 134 c 0\n 394 128 392 121 389 114 c 1\n 190 114 l 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni0C06\nEncoding: 3078 3078 1241\nWidth: 457\nFlags: W\nHStem: -16 50<262 262 263.081 285.875 286 329.052> 125 31<195 419 196 378> 158 27<180 191>\nVStem: 90.3422 22.6578<161.016 180.84> 227 21<216 230> 333 27<224 239> 449 25<203 229>\nFore\n463 100 m 0\n 470.828 8.02084 389.206 -17.9847 286 -16 c 0\n 157.28 -13.8898 100.586 28.216 91 149 c 0\n 84.951 227.638 116.79 292.006 189 290 c 0\n 225.485 288.08 248 258.657 248 222 c 0\n 248 185.027 223.812 158 187 158 c 0\n 142.775 158 119.895 178.734 124 228 c 1\n 124 228 l 1\n 124 229 123 227 122 223 c 0\n 116 200 113 180 113 161 c 0\n 113 79 163 36 263 34 c 0\n 330 32 375 35 398 41 c 0\n 427 48 441 65 439 92 c 0\n 437.262 111.118 430.838 118.897 419 126 c 1\n 195 125 l 1\n 195 156 l 1\n 379 156 l 2\n 374 156 366 163 356 176 c 0\n 345.084 190.274 333 215.848 333 239 c 0\n 333 253 339 266 352 279 c 0\n 379.283 306.283 434.247 298.191 456 271 c 0\n 468 256 474 238 474 217 c 0\n 474 192 467 173 453 159 c 0\n 453 158 447 154 436 145 c 1\n 453 128 462 113 463 100 c 0\n449 202 m 0\n 450 207 450 212 450 217 c 0\n 450 249 433 266 398 264 c 0\n 373 263 360 248 360 224 c 0\n 360 192.4 387.137 172.954 417 163 c 1\n 434 172 445 185 449 202 c 0\n181 185 m 0\n 207.231 185 227 199.001 227 225 c 0\n 227 253 213 266 184 264 c 0\n 160.751 262.212 138 247.043 138 224 c 0\n 138 201.376 158.906 185 181 185 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C07\nEncoding: 3079 3079 1242\nWidth: 397\nFlags: W\nHStem: -7 40.028<210 232> 117.171 21.8119<193.876 212.953> 255.104 44.8831<307.063 316.968>\nVStem: 86 22<225 233> 377.121 24.8519<175.04 187.953>\nFore\n384 1 m 1\n 382.095 -37.1015 360.036 -77 322 -77 c 0\n 300.514 -77 290 -73.6046 290 -48 c 0\n 290 -35 295 -28 304 -27 c 0\n 337 -25 354 -12 354 13 c 0\n 354 23 351 34 344 46 c 1\n 328.532 20.8642 261.233 -7 223 -7 c 0\n 164.946 -7 105.157 20.8 99 68 c 0\n 92.2514 119.739 155.575 139 213 139 c 0\n 272.978 139 314.782 123.218 347 91 c 1\n 362.224 101.874 375.349 150.23 377 175 c 0\n 379 226 359 253 317 255 c 0\n 275.614 256.724 252.068 240.341 245 205 c 0\n 242 193 240 187 239 187 c 2\n 237 187 l 2\n 236 187 235 193 233 205 c 0\n 225.573 242.135 203.701 259.719 159 258 c 0\n 125 257 108 246 108 225 c 0\n 108 218 110 212 113 210 c 0\n 124 202 129 196 129 191 c 0\n 129 187 126 185 121 185 c 0\n 107 185 97 194 90 213 c 0\n 88 220 86 227 86 234 c 0\n 86 275.742 123.8 301.768 168 300 c 0\n 201 299 223 282 236 250 c 1\n 256 283 280 300 307 300 c 0\n 371.569 300 402 259.53 402 188 c 0\n 402 133 387 92 358 66 c 1\n 378 38 387 16 384 1 c 1\n330 70 m 1\n 312 98 273 114 214 117 c 0\n 199 118 181 115 162 108 c 0\n 115.359 89.7493 114.752 55.7494 162 40 c 0\n 223.406 20.6088 310.428 45.2092 330 70 c 1\nEndSplineSet\nEndChar\nStartChar: uni0C08\nEncoding: 3080 3080 1243\nWidth: 726\nFlags: W\nHStem: 133 30<40 121 154 395 429 598> 257 35<647 663> 306 88<226 264>\nVStem: 573 26<73.5223 87> 708 18<216 228>\nFore\n729 71 m 0\n 727.127 27.9228 696.135 -1 654 -1 c 0\n 605.642 -1 573 35.8918 573 84 c 0\n 573 105 582 122 599 133 c 1\n 429 133 l 1\n 425.263 47.0475 367.297 -3.24622 284 -10 c 0\n 245 -13 210 -2 179 23 c 0\n 145 50 126 87 122 133 c 1\n 39 133 l 1\n 39 163 l 1\n 121 163 l 1\n 131.675 237.723 190.074 296.522 264 306 c 0\n 265 306 252 311 225 322 c 1\n 206 335 197 349 197 365 c 0\n 197 386.554 206.912 394 226 394 c 0\n 254.894 394 269.173 366.723 281 338 c 0\n 286 327 289 322 292 324 c 0\n 333 359 381 403 435 456 c 0\n 437 458 440 459 444 459 c 0\n 461 459 469 453 469 440 c 0\n 469 433 464 425 455 418 c 0\n 441 409 397 376 324 318 c 2\n 306 304 l 1\n 369.966 291.795 421.533 232.193 427 163 c 1\n 535 163 l 2\n 578 163 602 162 609 162 c 1\n 590 177 581 192 580 209 c 0\n 578.222 257 608.803 292 655 292 c 0\n 694.868 292 726 265.46 726 227 c 0\n 726 204.111 712.848 169 703 169 c 0\n 702 169 701 170 700 171 c 1\n 702 181 708 215 708 219 c 0\n 708 244 690 257 655 257 c 0\n 630.567 257 609.946 238.407 608 217 c 0\n 606.365 200.649 626.799 166.24 638 164 c 0\n 701 157 732 126 729 71 c 0\n704 85 m 0\n 704 111 686 124 651 124 c 0\n 624.791 124 599 107.97 599 84 c 0\n 599 57 616 45 651 46 c 128\n 686 47 704 60 704 85 c 0\n402 163 m 1\n 402 232.99 345.995 283 277 283 c 0\n 238 283 206 270 183 243 c 0\n 164 221 152 194 148 163 c 1\n 402 163 l 1\n396 133 m 1\n 153 133 l 1\n 165.048 79.6456 209.209 41.6374 273 44 c 0\n 346 47 387 76 396 133 c 1\nEndSplineSet\nEndChar\nStartChar: uni0C09\nEncoding: 3081 3081 1244\nWidth: 439\nFlags: W\nHStem: -13 52.7983<319.753 335 335.063 343.968> -12 55<172 188> 64 33<346 364> 163 47.8471<344 364> 183 28<122 430>\nVStem: 76 25.0698<119 134> 246 45<355 372> 399 15<122 134>\nFore\n358 97 m 0\n 384.845 97 399 108.219 399 132 c 0\n 399 153 385 163 357 163 c 128\n 329 163 315 152 316 129 c 0\n 317 108 331 97 358 97 c 0\n430 210 m 1\n 431 183 l 1\n 115 183 l 1\n 102 160 97 137 102 114 c 0\n 111 67 137 43 178 43 c 0\n 207 43 228 55 239 79 c 2\n 254 122 l 1\n 259 107 263 92 268 77 c 1\n 280 50 305 38 344 40 c 0\n 397 43 424 65 424 106 c 0\n 424 121.738 419.522 142.13 413 153 c 0\n 412 154 412 154 411 154 c 1\n 413 145 414 137 414 129 c 0\n 414 91.2816 391.184 64 356 64 c 0\n 321.621 64 294 91.0903 294 124 c 0\n 294 160.55 322.749 185 360 185 c 0\n 413.537 185 434.893 153.365 438 99 c 0\n 441.718 33.9271 397.72 -13 335 -13 c 0\n 290.029 -13 263.862 9.27249 251 45 c 1\n 234 7 211 -12 182 -12 c 0\n 175 -12 169 -11 162 -9 c 0\n 135 -2 114 13 99 37 c 128\n 84 61 76 89 76 120 c 0\n 76 157 86 190 105 219 c 0\n 142 274 192 303 255 305 c 1\n 249 326 246 345 246 362 c 0\n 246 393 255 407 273 404 c 1\n 285 405 291 393 291 370 c 0\n 291 345 286 323 276 305 c 1\n 349 298 396 273 418 229 c 1\n 414 220 409 215 403 215 c 0\n 398 215 393 217 388 223 c 0\n 346.545 269.637 250.132 289.298 179 258 c 0\n 161 250 146 240 134 229 c 0\n 122 217 118 211 122 211 c 2\n 282 211 l 2\n 377 211 426 210 430 210 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0C0A\nEncoding: 3082 3082 1245\nWidth: 686\nFlags: W\nHStem: -39 55.8135<343.063 354.96> 9 47<604 619> 42 34<354 372> 148 34<136 317 424 552> 254 28<260 279> 267 30<596 617>\nVStem: 84 28.7831<85 109> 210 40<326 345> 291 40<326 345> 408 17<97 109> 435 12.0829<77.0397 83 83.0154 97.0777> 537.27 23.7297<226 233> 661.382 18.6184<95.0242 102 102.063 112.743>\nFore\n610 9 m 0\n 567.4 9 535.785 44.1706 534 87 c 0\n 533 112 539 133 553 148 c 1\n 423 148 l 1\n 440 133 448 110 447 77 c 0\n 445.214 12.7211 404.674 -39 343 -39 c 0\n 330 -39 317 -36 304 -31 c 0\n 283 -23 269 -6 262 20 c 1\n 257.613 -10.7059 216.746 -35 182 -35 c 0\n 119.546 -35 84 24.6355 84 89 c 0\n 84 186.19 143.116 256.693 223 275 c 1\n 214 300 210 322 210 340 c 0\n 210 366 218 379 233 378 c 0\n 244 377 250 362 250 332 c 0\n 250 305 248 288 243 280 c 1\n 256 281 265 282 270 282 c 0\n 280 282 289 280 297 279 c 1\n 293 292 291 308 291 327 c 0\n 291 363 299 379 316 376 c 0\n 326 374 331 363 331 343 c 0\n 331 318 326 296 317 275 c 1\n 372 264 410 242 429 207 c 1\n 425 195 419 189 412 189 c 0\n 407 189 402 191 398 197 c 0\n 370 235 326 254 266 254 c 0\n 205.746 254 157.386 221.175 135 182 c 1\n 554 182 l 1\n 543 201 537 213 537 218 c 0\n 537 263.453 562.506 297 605 297 c 0\n 645.614 297 674 267.73 674 228 c 0\n 674 221 673 215 672 208 c 0\n 672 200.686 664.028 176 657 176 c 0\n 655 176 654 179 654 184 c 0\n 654 192.553 659.869 214.486 661 227 c 0\n 661 254 644 267 611 267 c 128\n 578 267 561 255 561 232 c 0\n 561 209.31 574.178 189.764 593 186 c 0\n 651 175 680 147 680 102 c 0\n 680 51.7301 656.953 9 610 9 c 0\n661 95 m 0\n 664 124 650 140 617 145 c 1\n 580.881 146.72 555.473 129.956 560 96 c 0\n 563 69 581 56 612 56 c 0\n 642 56 658 69 661 95 c 0\n408 105 m 0\n 408 127.394 384.113 140 362 140 c 0\n 335 140 322 128 324 104 c 0\n 325 85 340 76 367 76 c 0\n 395 76 408 86 408 105 c 0\n422 132 m 1\n 424 123 425 115 425 107 c 0\n 425 69.0535 401.091 42 366 42 c 0\n 330.141 42 303 67.014 303 102 c 0\n 303 119 308 135 318 148 c 1\n 118 148 l 1\n 108.717 101.587 107.135 70.8651 133 45 c 0\n 147 30 165 23 188 22 c 0\n 221 21 242 33 253 57 c 1\n 265 98 l 1\n 277 53 l 1\n 290 27 316 15 355 17 c 0\n 408 20 435 42 435 83 c 0\n 435 98.5932 430.298 120.504 424 131 c 0\n 423 132 423 132 422 132 c 1\nEndSplineSet\nMinimumDistance: x37,-1 \nEndChar\nStartChar: uni0C0B\nEncoding: 3083 3083 1246\nWidth: 824\nFlags: W\nHStem: -17 51<169 180> 270 25<169 174 174.04 180>\nVStem: 89 30<70 87> 102 40<226 237> 230 24<221 236> 403 16<106.467 141>\nFore\n833 152 m 0\n 837 109 830 71 812 38 c 0\n 792 0 761 -18 721 -19 c 0\n 657.219 -20.7238 614 21.0467 614 84 c 0\n 614 102 617 116 624 127 c 1\n 624 96 628 74 637 61 c 0\n 654 35 688 24 740 28 c 128\n 792 32 816 75 813 156 c 0\n 811.01 217.699 765.616 257.548 714 272 c 0\n 713 273 712 277 712 282 c 0\n 712 302 716 310 723 306 c 1\n 788 297 825 246 833 152 c 0\n630 155 m 0\n 636.19 64.2129 597.684 -14.0321 517 -16 c 0\n 456.291 -17.6864 411 24.4397 411 86 c 0\n 411 104 415 118 422 129 c 1\n 422 52.159 455.443 24.6034 537 31 c 0\n 588 35 612 78 610 159 c 0\n 608.032 220.021 564.007 262.768 511 275 c 0\n 510 276 509 280 509 285 c 0\n 509 306 513 313 520 308 c 1\n 586 300 623 249 630 155 c 0\n339 34 m 0\n 382 37 403 68 403 128 c 0\n 403 189.678 372.43 248.285 331 269 c 0\n 317 276 310 285 310 295 c 0\n 310 302 314 306 323 306 c 0\n 328 306 333 305 339 302 c 1\n 392.222 288.116 419 202.206 419 129 c 0\n 419 56.2151 391.175 -8.88248 330 -15 c 0\n 289 -19 262 -1 250 39 c 1\n 239 7 218 -11 185 -15 c 0\n 181 -16 177 -17 172 -17 c 0\n 123.715 -17 89 29.6725 89 79 c 0\n 89 101 99 120 120 137 c 0\n 133 148 160 162 201 181 c 0\n 220 190 230 204 230 225 c 0\n 230 256 211 271 174 270 c 0\n 153 270 142 258 142 237 c 128\n 142 216 151 201 170 192 c 1\n 141 164 l 1\n 115 181 102 201 102 226 c 0\n 102 266.929 139.185 295 180 295 c 0\n 227.47 295 254 269.105 254 225 c 0\n 254 193 236 169 201 154 c 0\n 146 131 119 106 119 79 c 0\n 119 49.6079 138.815 34 172 34 c 0\n 207 34 229 46 236 71 c 0\n 243.347 97.2393 252.316 131.966 257 150 c 1\n 257 129 l 0\n 257 113 260 97 263 82 c 1\n 266 47 292 31 339 34 c 0\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0C0C\nEncoding: 3084 3084 1247\nWidth: 539\nFlags: W\nHStem: -10 33<417 435> 318 35<363 385> 327 30<203 212>\nVStem: 129 16<262 280> 346 16<61 75> 433 13<268 280> 529 10<150 182>\nFore\n539 159 m 0\n 539 46 502 -10 428 -10 c 0\n 382.061 -10 346 17.4589 346 61 c 0\n 346 89 361 127 389 174 c 0\n 418 222 433 255 433 276 c 0\n 433 304 411 318 366 318 c 128\n 321 318 296 285 290 218 c 1\n 285 291 258 327 210 327 c 0\n 170.576 327 145 306.774 145 269 c 0\n 145 251 150 236 160 223 c 1\n 167 217 176 210 187 200 c 1\n 182 198 179 197 177 197 c 0\n 155 197 139 212 131 242 c 0\n 129 246 129 257 129 273 c 0\n 129 318.998 159.783 357 204 357 c 0\n 255 357 284 328 289 270 c 1\n 293.973 314.76 327.515 353 376 353 c 0\n 420.132 353 446 321.839 446 278 c 0\n 446 250 438 223 422 198 c 0\n 404.63 169.94 362 116.43 362 75 c 0\n 362 43.2579 392.528 23 426 23 c 0\n 500.061 23 529 87.8066 529 167 c 0\n 529 240.104 511.857 281.158 481 338 c 1\n 484 338 493 339 508 340 c 1\n 527.413 271.308 539 231.676 539 159 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C0E\nEncoding: 3086 3086 1248\nWidth: 395\nFlags: W\nHStem: -18 50<294 308> -14 51<162 167>\nVStem: 88.1466 21.8534<65 72 72.0318 88.855> 367.84 25.1604<110 142>\nFore\n306 -18 m 0\n 269 -18 244 0 232 35 c 1\n 223 2 201 -14 165 -14 c 0\n 103.075 -14 64.1312 73.175 103 125 c 0\n 117 144 137 153 163 152 c 0\n 210 151 236 121 243 64 c 1\n 252 43 269 32 295 32 c 0\n 372.126 32 376.949 105.9 361 200 c 1\n 348 248 324 282 288 301 c 0\n 269 312 241 319 206 323 c 0\n 201 324 199 329 199 340 c 0\n 199 357 204 364 213 361 c 1\n 295 351 349 306 376 225 c 0\n 387 190 393 156 393 123 c 0\n 393 51.4946 368.467 -18 306 -18 c 0\n232 72 m 1\n 232 37.0556 230.779 64.6724 232 72 c 1\n217 75 m 0\n 221.063 105.469 191.638 132.909 163 131 c 0\n 127 130 109 110 110 72 c 0\n 110 48.2711 139.795 37 165 37 c 0\n 197 37 214 50 217 75 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0C0F\nEncoding: 3087 3087 1249\nWidth: 395\nFlags: W\nHStem: -18 50<294 308> -14 51<156 167>\nVStem: 88.1466 21.8534<65 72 72.0318 88.855> 111.057 22.8181<303.421 320.993> 367.84 25.1604<110 142>\nFore\n227 422 m 0\n 226 415 217 408 199 402 c 0\n 178 395 164 387 157 377 c 0\n 144 360 137 341 134 321 c 0\n 133 316 138 274 138 274 c 1\n 135 265 l 1\n 119 269 111 288 111 323 c 0\n 111 370.535 129.651 401.569 162 422 c 0\n 179 433 194 438 208 438 c 128\n 222 438 228 433 227 422 c 0\n306 -18 m 0\n 269 -18 244 0 232 35 c 1\n 223 2 201 -14 165 -14 c 0\n 103.075 -14 64.1312 73.175 103 125 c 0\n 117 144 137 153 163 152 c 0\n 210 151 236 121 243 64 c 1\n 252 43 269 32 295 32 c 0\n 372.126 32 376.949 105.9 361 200 c 1\n 348 248 324 282 288 301 c 0\n 269 312 241 319 206 323 c 0\n 201 324 199 329 199 340 c 0\n 199 357 204 364 213 361 c 1\n 295 351 349 306 376 225 c 0\n 387 190 393 156 393 123 c 0\n 393 51.4946 368.467 -18 306 -18 c 0\n232 72 m 1\n 232 37.0556 230.779 64.6724 232 72 c 1\n217 75 m 0\n 221.063 105.469 191.638 132.909 163 131 c 0\n 127 130 109 110 110 72 c 0\n 110 48.2711 139.795 37 165 37 c 0\n 197 37 214 50 217 75 c 0\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni0C10\nEncoding: 3088 3088 1250\nWidth: 423\nFlags: W\nHStem: -19 48<163 180 284.956 300> 120 29<163 184>\nVStem: 227 25<65 77> 400.626 21.1597<130.073 175.57>\nFore\n422 126 m 0\n 422 46.0806 387.53 -9.49652 323 -17 c 0\n 313 -18 304 -19 297 -19 c 0\n 268 -19 249 -5 240 23 c 1\n 225 -5 203 -19 173 -19 c 0\n 123.586 -19 88 17.4603 88 66 c 0\n 88 79 91 92 96 103 c 0\n 111 134 136 149 173 149 c 0\n 204.541 149 225.448 137.022 239 115 c 0\n 248 102 252 87 252 72 c 0\n 252 67 251 61 250 56 c 1\n 258 37 274 28 298 28 c 0\n 298.196 28 324.94 29.9346 325 30 c 0\n 372 32 397 65 400 130 c 0\n 403.829 200.845 392.164 244.928 330 247 c 0\n 290.446 248.72 260.281 225.483 251 193 c 0\n 246 178 243 171 244 171 c 1\n 243 172 241 180 238 193 c 0\n 231 226 207 244 164 247 c 0\n 141.675 249.481 114 231.1 114 213 c 0\n 114 203.843 122.886 188.329 123 181 c 0\n 123 173 120 169 114 169 c 0\n 101 169 93 184 92 213 c 0\n 89.8877 259.47 131.009 297.639 178 292 c 0\n 215 287 240 262 251 217 c 0\n 252 216 252 215 252 214 c 1\n 251 214 252 221 255 234 c 0\n 262.433 268.686 290.718 287 332 287 c 0\n 373 287 400 267 413 229 c 0\n 419 210 422 176 422 126 c 0\n227 72 m 0\n 227 104 209 120 171 120 c 0\n 134 120 114 104 112 73 c 0\n 109.948 44.2653 141.151 29 170 29 c 0\n 199.549 29 227 44.2624 227 72 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C12\nEncoding: 3090 3090 1251\nWidth: 447\nFlags: W\nHStem: -15 49<179.031 189.961 347 363>\nVStem: 111 37<237 249> 250 24<237 249>\nFore\n220 164 m 0\n 202 155 177 141 146 121 c 0\n 127 109 119 94 119 77 c 0\n 119 46.0015 144.973 34 179 34 c 0\n 214 34 239 46 252 69 c 0\n 260.341 82.9025 268.755 111.021 272 124 c 1\n 273 113 278 93 287 65 c 1\n 297 44 321 34 359 34 c 0\n 399 34 419 49 419 78 c 0\n 419 87.7385 410.619 107.882 408 112 c 0\n 408 116 411 118 416 118 c 0\n 431 118 440 104 442 77 c 0\n 445.821 21.5921 410.665 -15 359 -15 c 0\n 311.14 -15 282.649 11.1414 271 49 c 0\n 268 60 266 65 267 65 c 1\n 266 64 265 60 264 52 c 0\n 257 12 232 -10 190 -13 c 0\n 139.764 -17.0188 92.9806 17.4458 91 63 c 0\n 89 96 101 121 126 137 c 0\n 148 151 179 169 218 191 c 0\n 239 203 250 220 250 242 c 0\n 250 275 229 290 187 287 c 0\n 161 285 148 272 148 247 c 0\n 148 228 157 215 175 207 c 1\n 150 183 l 1\n 124 187 111 206 111 241 c 0\n 111 272 125 294 154 306 c 1\n 163 308 175 311 190 315 c 1\n 199 313 214 310 235 306 c 1\n 261 290 274 267 274 238 c 0\n 274 206 256 182 220 164 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni0C13\nEncoding: 3091 3091 1252\nWidth: 442\nFlags: W\nHStem: -15 49<179.031 189.961 347 363>\nVStem: 111 37<239 249> 165 46<380 405> 250 29<239 249>\nFore\n182 312 m 1\n 181 313 l 2\n 170 335 165 357 165 380 c 0\n 165 407 173 421 189 421 c 0\n 201.502 421 211 416.362 211 405 c 0\n 211 400 208 382 201 351 c 1\n 201 342 199 330 199 314 c 2\n 199 313 l 1\n 244.513 314.821 279 287.268 279 246 c 0\n 279 211 259 184 220 164 c 0\n 202 155 177 141 146 121 c 0\n 127 109 119 94 119 77 c 0\n 119 46.0015 144.973 34 179 34 c 0\n 214 34 239 46 252 69 c 0\n 260.341 82.9025 268.755 111.021 272 124 c 1\n 273 113 278 93 287 65 c 1\n 298 44 322 34 359 34 c 0\n 399 34 419 49 419 78 c 0\n 419 87.7385 410.619 107.882 408 112 c 0\n 408 116 411 118 416 118 c 0\n 431 118 440 104 442 77 c 0\n 445.821 21.5921 410.665 -15 359 -15 c 0\n 311.14 -15 282.649 11.1414 271 49 c 0\n 268 60 266 66 267 66 c 1\n 266 65 265 60 264 52 c 0\n 257 12 232 -10 190 -13 c 0\n 139.764 -17.0188 92.9806 17.4458 91 63 c 0\n 89 96 101 121 126 137 c 0\n 148 151 179 169 218 191 c 0\n 239 203 250 220 250 242 c 0\n 250 275 229 290 187 287 c 0\n 161 285 148 272 148 247 c 0\n 148 228 157 215 175 207 c 1\n 150 183 l 1\n 124 187 111 206 111 240 c 0\n 111 283 134 307 180 312 c 2\n 182 312 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0C14\nEncoding: 3092 3092 1253\nWidth: 604\nFlags: W\nHStem: -15 49<179.031 189.961 345 361> 306 25<107 153 235.031 240> 414 41<33 255 290 455 511 524> 417 37.1783<525 526>\nVStem: 111 37<240 249> 250 29<240 249> 275 29<368 385> 442 25<369 378>\nFore\n584 385 m 1\n 570 406 551 417 526 417 c 0\n 487 417 467 401 467 369 c 1\n 471 349 489 339 522 339 c 0\n 563 339 583 354 584 385 c 1\n235 308 m 0\n 264 297 279 276 279 246 c 0\n 279 210 259 184 220 164 c 0\n 202 155 177 141 146 121 c 0\n 127 109 119 94 119 77 c 0\n 119 46.0015 144.973 34 179 34 c 0\n 214 34 239 46 252 69 c 0\n 260.341 82.9025 268.755 111.021 272 124 c 1\n 273 113 278 93 287 65 c 1\n 298 44 322 34 359 34 c 0\n 399 34 419 49 419 78 c 0\n 419 87.7385 410.619 107.882 408 112 c 0\n 408 116 411 118 416 118 c 0\n 431 118 440 104 442 77 c 0\n 445.821 21.5921 410.665 -15 359 -15 c 0\n 311.14 -15 282.649 11.1414 271 49 c 0\n 268 60 266 66 267 66 c 1\n 266 65 265 60 264 52 c 0\n 257 12 232 -10 190 -13 c 0\n 139.764 -17.0188 92.9806 17.4458 91 63 c 0\n 89 96 101 121 126 137 c 0\n 148 151 179 169 218 191 c 0\n 239 203 250 220 250 242 c 0\n 250 275 229 290 187 287 c 0\n 161 285 148 272 148 247 c 0\n 148 228 157 215 175 207 c 1\n 150 183 l 1\n 124 187 111 206 111 241 c 0\n 111 272 125 294 154 306 c 1\n 106 306 l 1\n 106 331 l 1\n 240 331 l 1\n 263 335 275 350 275 376 c 0\n 275 395 268 407 255 414 c 1\n 158 413 83 413 31 414 c 0\n 16 414 9 421 9 435 c 0\n 9 452 17 458 33 455 c 1\n 510 455 l 2\n 562.62 455 605 425.656 605 375 c 0\n 605 327.891 569.873 294.085 522 296 c 0\n 469 299 443 326 442 376 c 0\n 442 388 447 401 456 414 c 1\n 289 414 l 1\n 299 403 304 390 304 374 c 0\n 304 335.08 276.551 308 235 308 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0C15\nEncoding: 3093 3093 1254\nWidth: 370\nFlags: W\nFore\n351 59 m 0\n 341.481 15.2115 287.812 -12.9699 233 -15 c 0\n 151 -19 102 17 87 93 c 0\n 85 100 84 105 84 108 c 0\n 84 113 85 115 88 115 c 0\n 98.1763 115 109.293 97.5336 111 89 c 0\n 117 73 124 62 133 55 c 0\n 152 40 184 33 229 33 c 0\n 293 33 326 47 329 75 c 0\n 332 104 319 126 289 141 c 0\n 264.691 154.26 154.59 171.931 136 186 c 0\n 97.2566 207.524 98.3621 259.837 132 286 c 0\n 150 300 175 307 206 307 c 0\n 253.663 307 321 287.5 321 240 c 0\n 321 222.247 307.667 219.582 300 233 c 0\n 284.393 261.984 268.564 274.777 232 280 c 1\n 177.882 281.691 125.353 272.746 132 224 c 0\n 136.504 190.222 219.111 184.974 258 176 c 0\n 324 161 357 132 357 92 c 0\n 357 82 355 71 351 59 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C16\nEncoding: 3094 3094 1255\nWidth: 452\nFlags: W\nHStem: -10 45<166 195> 183 28<178 195> 268 31<178 207>\nVStem: 89 33<64 74> 244 47<-58 -40> 282 27<155 188> 433 20.8972<130 155>\nFore\n412 278 m 0\n 451.524 233.733 468.45 116.287 439 44 c 0\n 424 8 399 -11 365 -13 c 0\n 330 -15 302 -3 282 22 c 1\n 285.032 11.3882 291 -20.2957 291 -40 c 0\n 291 -75 282 -91 265 -90 c 0\n 251 -89 244 -76 244 -51 c 0\n 244 -34.0204 252.62 -4.798 259 22 c 1\n 242 1 217 -10 182 -10 c 0\n 154 -10 132 -2 115 15 c 128\n 98 32 89 51 89 72 c 0\n 89 90 96 105 109 118 c 128\n 122 131 141 137 166 137 c 0\n 212.312 137 247.249 118.821 268 90 c 1\n 277 117 282 145 282 176 c 0\n 282 195 280 211 276 222 c 0\n 275 228 274 231 273 231 c 0\n 276 231 271 224 260 210 c 0\n 248 196 231 188 208 186 c 1\n 202 184 195 183 186 183 c 0\n 146.186 183 115.87 202.474 114 238 c 1\n 107.966 276.218 147.008 299 186 299 c 0\n 268 299 309 258 309 177 c 0\n 309 137 300 101 283 68 c 1\n 302 46 331 36 372 39 c 128\n 413 42 433 80 433 153 c 0\n 433 222 408 261 357 271 c 0\n 353 272 351 276 351 283 c 0\n 351 290.134 355.989 312.341 364 307 c 0\n 389 295 405 285 412 278 c 0\n258 245 m 0\n 256 260 233 268 190 268 c 0\n 156 268 139 258 139 239 c 1\n 145 220 163 211 193 211 c 0\n 219.661 211 258 221.572 258 245 c 0\n227 43 m 0\n 252 52 252 57 252 67 c 0\n 252 93.6724 209.352 109.45 183 111 c 0\n 149.765 112.662 122 93.4596 122 65 c 0\n 122 45 141 35 179 35 c 0\n 195 35 211 38 227 43 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C17\nEncoding: 3095 3095 1256\nWidth: 398\nFlags: W\nFore\n396 161 m 1\n 399 150 400 139 400 128 c 0\n 400 97 390 65 370 30 c 0\n 352 -1 335 -17 320 -17 c 0\n 310 -17 301 -10 294 5 c 0\n 293 8 298 16 310 29 c 0\n 362.601 84.6947 399.119 160.943 345 235 c 0\n 321 267 289 283 248 284 c 0\n 213 285 183 272 156 245 c 0\n 132 221 119 196 117 170 c 0\n 112.826 109.479 141.892 66.6626 174 27 c 0\n 187 12 194 3 193 0 c 0\n 188 -13 180 -19 168 -19 c 0\n 150 -19 132 -3 115 30 c 0\n 96 65 87 98 87 128 c 0\n 87 144 89 159 94 174 c 1\n 107.951 245.5 167.966 311.651 250 305 c 0\n 334.802 298.795 386.37 243.819 396 161 c 1\nEndSplineSet\nEndChar\nStartChar: uni0C18\nEncoding: 3096 3096 1257\nWidth: 634\nFlags: W\nHStem: -22 47.305<514.047 529.703> -9.06253 47.0625<153.598 166.937>\nVStem: 90 24.2835<68 82> 217 39<-69 -57> 403 21.5142<105 127> 609.593 20.2626<108.206 146.606>\nFore\n600 241 m 0\n 632.019 190.146 641.252 98.5214 613 40 c 0\n 597.064 7.13171 563.083 -22 514 -22 c 0\n 483 -22 458 -9 439 18 c 0\n 423 40 415 64 415 91 c 0\n 415 106 418 116 424 122 c 1\n 424 93 428 73 435 61 c 0\n 452 34 486 22 539 26 c 0\n 591 30 614 72 609 152 c 0\n 604.929 208.99 558.265 256.615 511 271 c 1\n 508 274 507 282 508 293 c 128\n 509 304 511 309 516 306 c 1\n 551 296 579 274 600 241 c 0\n305 296 m 0\n 378.665 279.63 423 197.275 423 107 c 0\n 423 35 394 -4 337 -10 c 0\n 291 -15 259 3 240 42 c 1\n 236.18 12.6861 200.946 -12.2833 167 -9 c 1\n 120.663 -11.0147 90 26.7861 90 72 c 0\n 90 121 115 145 163 145 c 0\n 213.294 145 234.698 120.663 243 75 c 0\n 249 46 277 32 328 36 c 0\n 378 40 403 70 403 121 c 0\n 403 170.616 387.293 201.552 356 230 c 0\n 336 248 316 259 295 263 c 0\n 292 263 290 266 290 272 c 0\n 290 282.313 295.45 298.387 305 296 c 0\n167 38 m 1\n 202 41 220 55 220 80 c 0\n 220 107.47 193.392 126.775 165 125 c 0\n 147 124 134 117 124 103 c 0\n 97.0758 65.9792 125.347 38 167 38 c 1\n252 -27 m 1\n 255 -38 256 -49 256 -59 c 0\n 256 -81 249 -92 234 -92 c 1\n 223 -89 217 -81 217 -68 c 0\n 217 -49.0038 230.73 4.42977 242 45 c 1\n 246 32 249 8 252 -27 c 1\nEndSplineSet\nEndChar\nStartChar: uni0C19\nEncoding: 3097 3097 1258\nWidth: 445\nFlags: W\nHStem: -21 49<170 190 339.824 354 354.031 359.968> 178 35<273 324 359 444> 178 129<326 355> 279.375 25.6245<188.041 199 199.063 212.243>\nVStem: 90 30<60 75> 112 37<230 242> 250 27<230 242>\nFore\n446 180 m 1\n 252 178 l 1\n 223.119 153.193 191.051 141.228 146 114 c 1\n 129 101 120 86 120 67 c 0\n 120 38.3245 139.689 28 172 28 c 0\n 210 28 237 39 252 61 c 1\n 257 77 265 96 277 119 c 1\n 278 92 282 72 288 57 c 1\n 304 37 328 27 360 28 c 0\n 398 29 417 44 417 73 c 0\n 417 81.8677 408.917 100.499 407 105 c 0\n 407 108 410 110 415 110 c 0\n 430 110 439 96 441 69 c 128\n 443 42 435 20 417 4 c 0\n 398 -13 377 -21 354 -21 c 0\n 302.561 -21 275 3.47433 275 55 c 0\n 275 60.0001 275 64.9999 276 70 c 1\n 275 69 274 65 273 58 c 0\n 264.064 1.03575 233.008 -21 177 -21 c 0\n 127.803 -21 97.3925 10.0626 92 55 c 0\n 91 60 90 64 90 69 c 0\n 90 93 102 113 127 129 c 0\n 148 143 179 161 219 184 c 0\n 240 196 250 213 250 235 c 0\n 250 267 229 282 188 279 c 0\n 162 277 149 264 149 240 c 0\n 149 221 158 208 176 199 c 1\n 151 175 l 1\n 125 179 112 198 112 231 c 0\n 112 279.105 144.736 305 199 305 c 0\n 241.764 305 277 279.744 277 240 c 0\n 277 231 275 222 272 213 c 1\n 324 213 l 1\n 326 307 l 1\n 355 307 l 1\n 358 213 l 1\n 444 211 l 1\n 446 180 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0C1A\nEncoding: 3098 3098 1259\nWidth: 433\nFlags: W\nHStem: -18 57<190 195> -15 52<336 341>\nVStem: 83 123<160 171> 108 23<69 85> 411 25<110 142>\nFore\n424 194 m 0\n 432 173 436 148 436 120 c 0\n 436 39.1076 408.148 -15 337 -15 c 0\n 301 -15 278 6 267 47 c 1\n 258.633 25.2464 253.004 6.33593 239 -3 c 0\n 224 -13 208 -18 193 -18 c 0\n 144.586 -18 108 31.1975 108 79 c 0\n 108 110 119 133 142 146 c 1\n 129 148 115 149 100 150 c 0\n 89 151 83 158 83 171 c 0\n 83 185.236 92.4674 208.844 107 204 c 0\n 173 180 206 165 206 160 c 0\n 206 156 194 149 171 139 c 1\n 144 122 130 104 130 83 c 0\n 130 78 130 73 131 68 c 0\n 138 49 158 39 191 39 c 0\n 203 39 213 40 222 42 c 1\n 243 54 256 72 260 95 c 0\n 265 118 269 130 272 130 c 0\n 273 130 276 114 281 81 c 1\n 288 52 308 37 339 37 c 0\n 389.026 37 411 65.4403 411 123 c 0\n 411 222.929 359.605 278.869 269 292 c 0\n 257 293 251 297 251 305 c 0\n 251 310 254 313 261 313 c 0\n 264 313 266 313 269 312 c 0\n 316 309 352 295 376 273 c 0\n 394 257 410 231 424 194 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C1B\nEncoding: 3099 3099 1260\nWidth: 433\nFlags: W\nHStem: -15 57<191 206> -12 52<326.35 342>\nVStem: 84 123<161 173> 109 23<72 87> 244 45<-60 -44> 412 25<116 143>\nFore\n377 274 m 0\n 407.722 246.691 437 187.871 437 122 c 0\n 437 41.59 409.088 -12 339 -12 c 0\n 302 -12 278 9 268 50 c 1\n 259.442 27.7488 254.137 9.42488 240 0 c 0\n 225 -10 210 -15 194 -15 c 0\n 146.11 -15 109 34.2211 109 81 c 0\n 109 112 120 135 143 148 c 1\n 130 150 116 151 101 152 c 0\n 90 153 84 160 84 173 c 0\n 84 187.014 93.8615 209.713 108 205 c 0\n 174 181 207 166 207 161 c 0\n 207 158 195 151 172 141 c 1\n 145 124 131 106 131 85 c 0\n 131 81 131 76 132 71 c 0\n 139 52 159 42 192 42 c 0\n 204 42 214 43 223 45 c 1\n 244 57 257 74 261 97 c 0\n 266 120 270 132 273 132 c 0\n 274 132 277 116 282 83 c 1\n 289 54 309 40 340 40 c 0\n 389.912 40 412 68.4732 412 125 c 0\n 412 223.876 360.238 278.922 270 292 c 0\n 258 293 252 297 252 305 c 0\n 252 310 255 313 262 313 c 0\n 265 313 267 313 270 312 c 0\n 317 309 353 296 377 274 c 0\n283 -8 m 1\n 287 -17 289 -31 289 -48 c 0\n 289 -79 282 -93 267 -92 c 1\n 252 -93 244 -81 244 -54 c 0\n 244 -39 246 -26 251 -13 c 1\n 254 6 259 28 266 55 c 1\n 271 42 276 21 283 -8 c 1\nEndSplineSet\nEndChar\nStartChar: uni0C1C\nEncoding: 3100 3100 1261\nWidth: 445\nFlags: W\nHStem: -12 49<169 192 342.3 355 355.031 360.968> 145 46<342 365> 290 26<189 202>\nVStem: 89 31<70 85> 111 38<242 254> 250 26<235 254> 413 21<226 238>\nFore\n443 79 m 0\n 445 51 437 29 419 13 c 0\n 400 -4 379 -12 355 -12 c 0\n 348 -12 342 -11 336 -10 c 0\n 295 -5 275 19 275 62 c 0\n 275 68.0001 275 72.9999 276 77 c 1\n 276 76 276 72 274 65 c 0\n 262 14 234 -11 191 -12 c 0\n 131 -13 98 12 91 65 c 0\n 90 70 89 74 89 79 c 0\n 89 102 102 122 127 139 c 0\n 148 153 179 171 219 194 c 0\n 240 206 250 223 250 244 c 0\n 250 276 229 291 188 290 c 1\n 162 287 149 273 149 249 c 0\n 149 231 158 218 176 209 c 1\n 151 186 l 1\n 124 189 111 208 111 243 c 0\n 111 285 134 309 181 315 c 0\n 188 316 194 316 200 316 c 0\n 246.28 316 276 289.161 276 247 c 0\n 276 240 275 232 273 224 c 1\n 284 203 307 192 342 191 c 0\n 389 190 413 205 413 236 c 0\n 413 251 408 262 397 267 c 1\n 386 270 375 272 364 275 c 0\n 362 276 361 284 361 299 c 0\n 361 303 366 305 375 305 c 0\n 405 305 423 287 431 252 c 0\n 433 244 434 236 434 228 c 0\n 434 180.631 398.576 145 353 145 c 0\n 340 145 328 148 317 153 c 0\n 290 162 272 177 262 198 c 1\n 227.026 164.742 196.104 155.97 146 123 c 1\n 129 110 120 95 120 77 c 0\n 120 47.5194 139.863 37 173 37 c 0\n 212 37 238 48 253 71 c 1\n 258 86 265 102 274 119 c 1\n 276 105 281 88 289 67 c 1\n 305 46 329 35 361 36 c 0\n 400 37 419 52 419 83 c 0\n 419 92.2782 410.165 111.044 408 115 c 0\n 408 118 411 120 416 120 c 0\n 432 120 441 106 443 79 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni0C1D\nEncoding: 3101 3101 1262\nWidth: 390\nFlags: W\nVStem: 151 52<-59.4188 -40> 168.051 23.9494<121 130> 365 20<131 164>\nFore\n288 311 m 1\n 351.354 298.738 385 225.231 385 146 c 0\n 385 66.5639 348.996 -10.943 277 -13 c 0\n 241 -14 212 0 191 30 c 1\n 199 5 203 -19 203 -42 c 0\n 203 -75 194 -91 177 -92 c 1\n 160 -91 151 -75 151 -44 c 0\n 151 -22.7801 158.82 6.2802 165 31 c 1\n 141 -2 110 -17 73 -12 c 1\n 40 -11 14 5 -2 37 c 0\n -14 61 -20 88 -20 119 c 0\n -20 137 -18 146 -15 146 c 0\n -14 146 -13 145 -12 143 c 2\n -6 87 l 1\n 4 57 33 42 81 43 c 0\n 140 44 169 76 169 140 c 0\n 169 198.756 138.025 255.785 101 278 c 1\n 106 295 114 303 123 303 c 0\n 124 303 126 302 128 301 c 0\n 159 272 179 236 187 194 c 1\n 189 173 191 151 192 130 c 0\n 192 99.6062 194.659 76.9343 209 61 c 0\n 222 47 241 40 267 39 c 0\n 329.263 36.9915 365 84.9815 365 148 c 0\n 365 213.506 330.642 262.676 283 281 c 0\n 276 284 273 288 273 294 c 0\n 273 300.74 280.306 316.129 288 311 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0C1E\nEncoding: 3102 3102 1263\nWidth: 592\nFlags: W\nHStem: -15 47<193 221> 115.19 26.7526<187.576 208.938> 139 36<399 472 505 598> 139 163<473 504>\nVStem: 81.9446 21.0554<223 227> 92 34<65 75> 350 32.7939<3 11> 375.255 23.745<175.048 183 183.063 200.205> 472 33<176 301>\nFore\n382 -3 m 1\n 380.165 -37.863 349.21 -77 315 -77 c 0\n 295.275 -77 288 -74.5356 288 -51 c 0\n 288 -38 293 -31 302 -30 c 0\n 334 -28 350 -15 350 9 c 0\n 350 20 346 32 339 44 c 1\n 313.897 13.612 260.187 -15 203 -15 c 0\n 145.139 -15 92 18.6639 92 73 c 0\n 92 121.462 154.504 142 209 142 c 0\n 236 142 258 138 276 130 c 0\n 305.12 115.44 327.693 106.636 344 88 c 1\n 358.433 102.433 373.249 148.734 375 175 c 0\n 378 224 358 251 315 256 c 0\n 266.871 261.157 239.203 242.817 232 202 c 0\n 229 189 227 183 226 184 c 0\n 226 239 202 264 153 259 c 0\n 120 255 103 243 103 222 c 0\n 103 215 105 210 108 208 c 0\n 119 200 124 193 124 188 c 0\n 124 184 122 182 117 182 c 0\n 102 182 92 192 85 211 c 0\n 83 218 81 225 81 232 c 0\n 81 252 89 269 104 282 c 0\n 119 296 140 302 167 299 c 0\n 200 296 222 278 233 247 c 1\n 250 280 274 297 307 297 c 0\n 369.949 297 399 254.843 399 183 c 0\n 399 132 386 93 361 66 c 1\n 379 43 386 20 382 -3 c 1\n389 175 m 1\n 472 175 l 1\n 472 302 l 1\n 505 302 l 1\n 505 173 l 1\n 599 173 l 1\n 599 139 l 1\n 390 139 l 1\n 389 175 l 1\n323 67 m 1\n 294 97 257 113 211 115 c 0\n 173.951 117.058 126 102.383 126 72 c 0\n 126 45 158 32 219 32 c 0\n 264 32 298 44 323 67 c 1\nEndSplineSet\nMinimumDistance: y29,31 y29,30 y34,32 x32,34 x32,33 \nEndChar\nStartChar: uni0C1F\nEncoding: 3103 3103 1264\nWidth: 453\nFlags: W\nHStem: 179 23<197 221> 277 118<200 219>\nVStem: 85 26<133 163> 141 20.9629<232.032 236.969> 253 21<238.024 241> 434 21<130 148>\nFore\n362 47 m 0\n 410 48 434 78 434 139 c 0\n 434 199.349 404.271 256.914 360 271 c 0\n 341 276 332 283 332 292 c 0\n 332 302 339 307 354 307 c 0\n 357 307 359 307 361 306 c 0\n 420.727 292.727 455 205.952 455 132 c 0\n 455 54.3863 419.172 -9.99507 349 -12 c 1\n 308 -18 282 2 269 49 c 1\n 254 6 224 -14 180 -10 c 0\n 117.428 -3.52703 85 72.4957 85 146 c 0\n 85 229.992 127.153 298.093 200 304 c 1\n 197 310 190 333 181 372 c 0\n 178 387 188 395 209 395 c 0\n 228 395 235 388 230 375 c 1\n 220 304 l 1\n 237 302 250 295 259 283 c 0\n 269 270 274 256 274 241 c 0\n 274 202.338 247.894 179 207 179 c 0\n 168.19 179 141 200.568 141 237 c 0\n 141 247 143 258 147 269 c 1\n 142 260 136 250 130 240 c 1\n 117 212 111 186 111 161 c 0\n 111 94.0484 124.041 47.7945 188 50 c 0\n 236.794 51.6825 259.997 67.9734 265 113 c 0\n 267 128 269 135 272 135 c 0\n 273 135 274 127 276 112 c 0\n 283.256 68.4637 309.653 45.3114 362 47 c 0\n253 238 m 0\n 254 264 239 277 208 277 c 0\n 176 277 161 262 162 232 c 1\n 166 212 181 202 208 202 c 0\n 237 202 252 214 253 238 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C20\nEncoding: 3104 3104 1265\nWidth: 388\nFlags: W\nHStem: 138 84<234 247>\nVStem: 203 84<175 191> 368 29<149 167>\nFore\n397 150 m 0\n 397 52.1956 339.849 -19.2821 244 -17 c 0\n 162.828 -14.8062 94.8544 61.2593 93 141 c 0\n 92 178 103 213 127 246 c 0\n 154 283 190 303 234 305 c 0\n 333.804 308.914 397 244.865 397 150 c 0\n368 165 m 0\n 368 234.219 314.196 280.821 245 279 c 0\n 206 278 175 265 152 239 c 0\n 132 216 122 188 122 157 c 0\n 122 92.4189 175.585 39.8898 241 42 c 0\n 317.367 44.0096 368 88.2873 368 165 c 0\n287 182 m 0\n 287 206.514 266.692 222 242 222 c 0\n 216 222 203 209 203 182 c 0\n 203 158.118 219.093 138 242 138 c 0\n 265.707 138 287 159.453 287 182 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C21\nEncoding: 3105 3105 1266\nWidth: 440\nFlags: W\nHStem: 68 21<364 380>\nVStem: 92 26<113 127> 311.283 18.7167<115.988 124> 435 14<89 113>\nFore\n449 99 m 0\n 449 64 439 35 417 15 c 0\n 394 -6 369 -17 342 -17 c 0\n 329 -17 318 -14 308 -9 c 1\n 283 0 267 16 260 37 c 1\n 247 2 224 -15 193 -15 c 0\n 153.955 -15 129.273 1.68746 112 35 c 0\n 99 59 92 87 92 120 c 0\n 92 157 101 190 118 217 c 0\n 153 272 205 301 274 303 c 0\n 357 306 409 280 431 227 c 1\n 427 214 422 208 415 208 c 0\n 411 208 407 211 402 216 c 1\n 384 257 340 276 270 275 c 0\n 178.863 272.929 116.037 205.274 118 113 c 0\n 120.216 68.6759 147.98 40.1992 193 42 c 0\n 234.081 43.6432 257.726 61.6323 265 98 c 0\n 268 111 270 117 272 117 c 0\n 273 117 275 116 276 115 c 0\n 276 62 303 36 357 39 c 0\n 409 42 435 62 435 101 c 0\n 435 118.468 428.331 139.503 420 152 c 1\n 424 140 426 129 426 120 c 0\n 426 85 408 68 371 68 c 0\n 341.88 68 313.962 84.4926 312 110 c 0\n 307 157 328 181 374 184 c 0\n 423 187 448 158 449 99 c 0\n408 121 m 0\n 410 143 397 154 369 154 c 0\n 344 154 331 144 330 124 c 0\n 330 102.614 350.169 89 371 89 c 0\n 394 89 406 100 408 121 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C22\nEncoding: 3106 3106 1267\nWidth: 439\nFlags: W\nHStem: 71 20<364 380> 275.017 28.131<274.063 301.181>\nVStem: 92 26<115 133> 237 43<-59 -43> 311.287 18.7133<117.988 126> 435 14<91 117>\nFore\n449 101 m 0\n 449 66 439 38 417 18 c 0\n 394 -3 370 -14 343 -14 c 0\n 330 -14 318 -11 308 -6 c 1\n 283 3 267 19 260 40 c 1\n 247 5 224 -12 193 -12 c 0\n 154.562 -12 129.242 4.76632 113 36 c 0\n 99 61 92 90 92 122 c 0\n 92 159 101 191 118 218 c 0\n 153 273 205 301 274 303 c 0\n 357 306 409 281 431 228 c 1\n 427 215 422 209 415 209 c 0\n 411 209 407 212 402 217 c 1\n 384 257 340 276 270 275 c 0\n 179.961 272.954 116.014 206.361 118 115 c 0\n 120.207 70.8676 146.929 43.1572 193 45 c 0\n 233.084 46.6033 257.853 64.2659 265 100 c 0\n 268 113 270 119 272 119 c 0\n 273 119 275 118 276 117 c 0\n 276 64 303 39 357 42 c 0\n 409 45 435 65 435 103 c 0\n 435 124.563 428.752 140.873 420 154 c 1\n 424 142 426 131 426 122 c 0\n 426 88 408 71 371 71 c 0\n 342.472 71 314.03 87.6438 312 112 c 0\n 307 158 328 182 374 185 c 0\n 423 188 448 160 449 101 c 0\n408 123 m 0\n 410 144 397 155 369 155 c 0\n 344 155 331 145 330 126 c 0\n 330 104.614 350.169 91 371 91 c 0\n 394 91 406 102 408 123 c 0\n260 42 m 1\n 261.939 36.5694 280 -26.1791 280 -51 c 0\n 280 -76 273 -90 258 -91 c 1\n 244 -89 237 -77 237 -54 c 0\n 237 -43 239 -31 243 -20 c 0\n 243 -18 249 3 260 42 c 1\nEndSplineSet\nEndChar\nStartChar: uni0C23\nEncoding: 3107 3107 1268\nWidth: 478\nFlags: W\nHStem: -13 53<165 179 379 390> 130 23<369 388> 140 30<136.028 245.001>\nVStem: 87 25<85 103> 91 26<211 216> 299 26.8674<73.0626 85.7192> 426 21<84 94> 459 24<146 186>\nFore\n483 172 m 0\n 483 91.7923 456.952 -11 389 -11 c 0\n 384 -11 378 -10 373 -9 c 0\n 330.646 -5.317 299 28.9441 299 73 c 0\n 299 115.344 326.497 149.071 367 151 c 0\n 374 152 381 153 388 153 c 0\n 419 153 438 136 445 103 c 0\n 446 100 447 96 447 93 c 0\n 447 85 445 76 440 66 c 0\n 435 55 433 50 433 51 c 1\n 433 51 l 1\n 434 51 435 52 437 55 c 0\n 452 96 459 133 459 167 c 0\n 459 238 425 270 356 263 c 0\n 327.332 260.795 298.194 209.968 293 184 c 1\n 287 183 l 1\n 273 234 243 262 197 268 c 1\n 147 268 120 251 117 216 c 0\n 117 201.847 125.036 170 136 170 c 0\n 155 170 246 168 245 168 c 1\n 248 149 249 140 249 139 c 1\n 172 139 135 139 136 140 c 0\n 120 131 112 114 112 89 c 0\n 112 59.1871 136.517 40 165 40 c 0\n 200 40 223 56 232 87 c 0\n 235 96 237 100 240 100 c 0\n 244 100 246 92 246 77 c 0\n 246 29.2867 220.471 -13 178 -13 c 0\n 125.544 -13 88.7224 32.329 87 84 c 1\n 83 100 90 121 107 147 c 1\n 111 150 113 154 113 157 c 0\n 113 164.86 88.0367 188.137 92 201 c 0\n 91 206 91 211 91 216 c 0\n 91 269.157 132.869 307.898 186 306 c 0\n 239 303 273 278 289 231 c 1\n 310 273 333 297 360 303 c 0\n 371 306 382 307 392 307 c 0\n 453 307 483 262 483 172 c 0\n426 85 m 0\n 426 114.067 398.137 130 369 130 c 0\n 344.247 128.232 323.965 99.4907 326 71 c 1\n 330 50 347 39 377 39 c 0\n 410 39 426 54 426 85 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C24\nEncoding: 3108 3108 1269\nWidth: 420\nFlags: W\nHStem: -18 51.8306<235.129 256 256.125 263.954> 106 23<155 171 350 362.009> 205.783 18.2991<157.031 169.732>\nVStem: 91 16<127 143> 288 21<156 169>\nFore\n398 161 m 0\n 400 156 397 150 388 141 c 0\n 377 131 365 127 350 127 c 0\n 323 128 309 139 309 162 c 0\n 309 181 320 194 341 199 c 1\n 378.587 200.978 392.013 192.931 398 161 c 0\n206 169 m 0\n 208 145 185.614 129 163 129 c 0\n 138 129 125 141 124 165 c 0\n 123 178 128 188 139 197 c 0\n 155.447 209.792 165.474 206.293 184 201 c 0\n 198 195 205 184 206 169 c 0\n255 299 m 1\n 303.059 289.388 321.835 284.276 351 259 c 0\n 364 248 376 229 387 202 c 1\n 373 212 358 217 343 217 c 0\n 308.147 217 288 191.147 288 156 c 0\n 289.947 128.737 315.381 105 343 105 c 0\n 380.148 105 382.824 109.785 401 132 c 1\n 392 71 347 39 264 34 c 0\n 218.739 32.1895 159.467 43.37 140 65 c 0\n 118 88 107 113 107 140 c 0\n 107 147 108 154 109 162 c 1\n 112.98 132.148 132.156 106 162 106 c 0\n 203 106 225 124 226 161 c 0\n 228.341 200.793 196.287 225.708 157 224 c 1\n 135 221 118 209 106 188 c 0\n 96 171 91 152 91 133 c 0\n 91 41.3394 164.4 -18 256 -18 c 0\n 347.479 -18 418 47.9911 418 138 c 0\n 418 180 406 218 381 251 c 0\n 351 292 309 312 256 313 c 1\n 255 299 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0C25\nEncoding: 3109 3109 1270\nWidth: 420\nFlags: W\nHStem: -9 58<183.041 193 318 327> 284 21<251 286>\nVStem: 94.2593 28.7348<121 123> 230 44<-58 -42> 399 26<120 143>\nFore\n425 120 m 0\n 425 45 396 3 339 -8 c 0\n 333 -9 327 -10 322 -10 c 0\n 288 -10 266 9 256 46 c 1\n 242 9 221 -9 193 -9 c 0\n 188 -9 184 -8 179 -8 c 0\n 122.683 -3.97736 94 46.8935 94 110 c 0\n 94 138 99 166 110 195 c 0\n 138 268 191 305 270 305 c 0\n 368.441 305 425 221.841 425 120 c 0\n397 175 m 1\n 380 247 337 284 268 284 c 0\n 193.317 284 134.666 229.217 123 167 c 0\n 122 158 122 150 122 143 c 0\n 122 82 142 52 183 50 c 0\n 228.748 48.2405 247.437 64.1863 255 102 c 0\n 257 115 259 121 261 121 c 0\n 262 121 264 120 267 118 c 1\n 267 72 286 49 325 49 c 0\n 378.909 49 399 74.0125 399 144 c 0\n 399 155 398 165 397 175 c 1\n269 -11 m 1\n 272 -20 274 -32 274 -47 c 0\n 274 -76 267 -90 252 -90 c 128\n 237 -90 230 -77 230 -51 c 0\n 230 -22.0657 244.06 12.3184 255 50 c 1\n 263 24 268 4 269 -11 c 1\n285 174 m 0\n 299.238 192.306 294.145 212.748 279 226 c 0\n 253.967 247.904 213.76 223.079 220 195 c 0\n 221.748 175.777 237.514 155.447 258 160 c 0\n 269 162 278 166 285 174 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C26\nEncoding: 3110 3110 1271\nWidth: 421\nFlags: W\nHStem: -12 58<183.041 193 318 328> 284 21<254 286>\nVStem: 94.2438 28.746<119 121> 399 26<117 141>\nFore\n425 118 m 0\n 425 43 396 0 339 -11 c 0\n 333 -12 327 -13 322 -13 c 0\n 288 -13 266 6 256 43 c 1\n 242 6 221 -12 193 -12 c 0\n 188 -12 184 -11 179 -11 c 0\n 122.245 -6.94605 94 44.4907 94 108 c 0\n 94 137 99 165 110 194 c 0\n 138 268 191 305 270 305 c 0\n 368.47 305 425 220.3 425 118 c 0\n397 174 m 1\n 380 247 337 284 268 284 c 0\n 193.981 284 134.65 228.132 123 166 c 0\n 122 157 122 149 122 141 c 0\n 122 80 142 49 183 47 c 0\n 229.081 45.2277 247.69 61.0116 255 100 c 0\n 257 113 259 119 261 119 c 0\n 262 119 264 118 267 116 c 1\n 267 69 287 46 326 46 c 0\n 379.564 46 399 71.6092 399 142 c 0\n 399 153 398 163 397 174 c 1\nEndSplineSet\nEndChar\nStartChar: uni0C27\nEncoding: 3111 3111 1272\nWidth: 420\nFlags: W\nHStem: -9 58<183.041 193 318 327> 284 21<251 286>\nVStem: 94.2593 28.7348<121 123> 230 44<-58 -42> 399 26<120 143>\nFore\n425 120 m 0\n 425 45 396 3 339 -8 c 0\n 333 -9 327 -10 322 -10 c 0\n 288 -10 266 9 256 46 c 1\n 242 9 221 -9 193 -9 c 0\n 188 -9 184 -8 179 -8 c 0\n 122.683 -3.97736 94 46.8935 94 110 c 0\n 94 138 99 166 110 195 c 0\n 138 268 191 305 270 305 c 0\n 368.441 305 425 221.841 425 120 c 0\n397 175 m 1\n 380 247 337 284 268 284 c 0\n 193.317 284 134.666 229.217 123 167 c 0\n 122 158 122 150 122 143 c 0\n 122 82 142 52 183 50 c 0\n 228.748 48.2405 247.437 64.1863 255 102 c 0\n 257 115 259 121 261 121 c 0\n 262 121 264 120 267 118 c 1\n 267 72 286 49 325 49 c 0\n 378.909 49 399 74.0125 399 144 c 0\n 399 155 398 165 397 175 c 1\n269 -11 m 1\n 272 -20 274 -32 274 -47 c 0\n 274 -76 267 -90 252 -90 c 128\n 237 -90 230 -77 230 -51 c 0\n 230 -22.0657 244.06 12.3184 255 50 c 1\n 263 24 268 4 269 -11 c 1\nEndSplineSet\nEndChar\nStartChar: uni0C28\nEncoding: 3112 3112 1273\nWidth: 413\nFlags: W\nHStem: 125.057 22.9431<156.031 168.836> 296 16.1871<234.149 248>\nVStem: 96 28<74 99>\nFore\n413 125 m 0\n 416.995 45.0965 375.843 -19.8813 299 -12 c 0\n 274 -9 254 4 240 28 c 1\n 210 92 l 2\n 197 115 178 126 155 125 c 0\n 134 124 124 116 124 99 c 0\n 124 74 140 42 172 3 c 0\n 175 0 176 -2 176 -5 c 0\n 176 -17 168 -23 151 -23 c 0\n 113.002 -23 96 35.5262 96 74 c 0\n 96 123 116 148 156 148 c 0\n 187.01 148 205.221 136.281 218 112 c 0\n 233 82 242 66 245 63 c 0\n 260 46 283 38 316 39 c 0\n 348 40 370 56 382 88 c 0\n 390 109 392 128 390 147 c 0\n 377 244 330 294 248 296 c 0\n 232 296 224 299 224 303 c 0\n 224 310 234 313 253 312 c 0\n 354 306 408 244 413 125 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0C2A\nEncoding: 3114 3114 1274\nWidth: 424\nFlags: W\nHStem: -17 48.0343<150.601 165.953>\nVStem: 88 23.8162<65.0626 76.5023> 404 20<99 121>\nFore\n305 294 m 0\n 378.707 277.621 424 193.344 424 101 c 0\n 424 28 395 -12 337 -18 c 0\n 292 -23 259 -5 239 35 c 1\n 235.034 5.81225 199.467 -20.3354 166 -17 c 1\n 119.109 -19.0388 88 19.8868 88 65 c 0\n 88 115 113 140 162 140 c 0\n 212.085 140 234.171 114.972 242 68 c 0\n 248 39 276 25 328 29 c 0\n 379 33 404 63 404 116 c 0\n 404 165.799 389.366 196.448 357 226 c 0\n 336 245 316 256 295 260 c 0\n 292 260 290 263 290 269 c 0\n 290 279.807 295.091 296.477 305 294 c 0\n166 31 m 1\n 201 34 219 49 219 74 c 0\n 219 101.47 192.392 120.775 164 119 c 0\n 145 118 132 111 122 97 c 0\n 114 86 111 74 112 62 c 1\n 118 41 136 31 166 31 c 1\nEndSplineSet\nEndChar\nStartChar: uni0C2B\nEncoding: 3115 3115 1275\nWidth: 427\nFlags: W\nHStem: -8.06221 48.0622<154.108 167.937>\nVStem: 90 23.6541<72 84> 218 40<-69 -56> 406 20<107 132>\nFore\n307 300 m 0\n 380.891 283.58 426 201.327 426 109 c 0\n 426 36 397 -3 339 -9 c 0\n 294 -14 261 4 241 44 c 1\n 237.034 14.8122 201.467 -11.3354 168 -8 c 1\n 121.643 -10.0155 90 28.3066 90 73 c 0\n 90 123 115 148 164 148 c 0\n 214.085 148 236.171 122.972 244 76 c 0\n 250 47 278 34 330 38 c 0\n 381 42 406 72 406 124 c 0\n 406 172.272 389.934 203.917 360 231 c 0\n 339 250 318 262 297 266 c 0\n 294 266 292 269 292 275 c 0\n 292 285.807 297.091 302.477 307 300 c 0\n168 40 m 1\n 203 43 221 57 221 82 c 0\n 221 109.47 194.392 128.775 166 127 c 0\n 147 126 134 119 124 105 c 0\n 96.8502 67.669 124.749 40 168 40 c 1\n243 46 m 1\n 246 37 258 -48 258 -58 c 0\n 258 -81 250 -92 235 -92 c 1\n 224 -89 218 -81 218 -68 c 0\n 218 -48.1811 231.527 4.69562 243 46 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0C2C\nEncoding: 3116 3116 1276\nWidth: 415\nFlags: W\nHStem: -17 52<168 180> 269 24<168 187>\nVStem: 89 30<71 81> 101 40<223 236> 228 24<211.647 225> 397 18<111 143>\nFore\n336 34 m 0\n 377 37 397 67 397 124 c 0\n 397 187.84 367.138 244.691 326 269 c 1\n 311 274 304 282 304 292 c 0\n 304 300 309 304 319 304 c 0\n 324 304 329 303 336 300 c 0\n 386.699 286.774 415 198.179 415 128 c 0\n 415 55.2599 387.964 -8.69341 327 -15 c 0\n 284 -19 258 2 247 47 c 1\n 237 10 216 -11 185 -15 c 0\n 180 -16 176 -17 171 -17 c 0\n 124.047 -17 89 30.2431 89 78 c 0\n 89 101 99 120 120 136 c 0\n 132 145 159 160 200 179 c 0\n 219 188 228 202 228 223 c 0\n 228 254 210 269 174 269 c 0\n 152 269 141 258 141 236 c 0\n 141 215 151 201 170 192 c 1\n 139 162 l 1\n 114 179 101 199 101 223 c 0\n 101 263.679 137.667 293 178 293 c 0\n 225.598 293 252 267.861 252 223 c 0\n 252 191 235 167 200 152 c 0\n 146 128 119 104 119 77 c 0\n 119 48.4984 137.058 35 169 35 c 0\n 202 35 224 47 234 72 c 1\n 241 109 247 128 252 128 c 0\n 256 128 261 112 263 79 c 128\n 265 46 289 31 336 34 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C2D\nEncoding: 3117 3117 1277\nWidth: 422\nFlags: W\nHStem: -19 48<158 184> 243 24<158 173>\nVStem: 94 41<203 214> 220 23<200 208> 229 46<-65 -47> 397 25<95 121>\nFore\n414 170 m 0\n 419 143 422 120 422 99 c 0\n 422 24 393 -15 335 -18 c 0\n 313 -19 296 -15 285 -4 c 1\n 278 5 270 13 263 22 c 1\n 266.107 9.57025 275 -25.76 275 -49 c 0\n 275 -80 267 -96 250 -97 c 1\n 236 -96 229 -81 229 -54 c 0\n 229 -31.9265 240.737 -0.306283 243 20 c 1\n 242 18 234 10 220 -4 c 0\n 210 -14 192 -19 166 -19 c 0\n 114 -19 88 7 88 60 c 0\n 88 82 95 100 109 115 c 0\n 124 130 150 145 188 160 c 0\n 209 169 220 182 220 201 c 0\n 220 212 215 222 206 230 c 0\n 197 239 184 243 167 243 c 0\n 146 243 135 233 135 213 c 0\n 135 194 143 182 159 175 c 1\n 121 150 l 1\n 103 165 94 183 94 203 c 0\n 94 243.43 127.963 267 169 267 c 0\n 215.051 267 243 245.423 243 206 c 0\n 243 177 229 156 200 141 c 0\n 162 122 140 110 134 105 c 0\n 118 93 112 78 115 60 c 1\n 121 39 140 29 171 29 c 0\n 212 29 237 46 244 79 c 0\n 250 106 255 120 258 120 c 128\n 261 120 265 104 268 71 c 0\n 271 44 292 31 332 32 c 0\n 375 33 397 60 397 113 c 0\n 397 118 395 141 391 180 c 1\n 378 242 341 278 280 287 c 0\n 262 290 248 294 237 299 c 128\n 226 304 225 308 233 310 c 0\n 242 313 261 311 288 306 c 0\n 357 293 399 247 414 170 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C30\nEncoding: 3120 3120 1278\nWidth: 396\nFlags: W\nVStem: 368 29<149 167>\nFore\n397 150 m 0\n 397 52.1956 339.849 -19.2821 244 -17 c 0\n 162.828 -14.8062 94.8544 61.2593 93 141 c 0\n 92 178 103 213 127 246 c 0\n 154 283 190 303 234 305 c 0\n 333.804 308.914 397 244.865 397 150 c 0\n368 165 m 0\n 368 234.219 314.196 280.821 245 279 c 0\n 206 278 175 265 152 239 c 0\n 132 216 122 188 122 157 c 0\n 122 92.4189 175.585 39.8898 241 42 c 0\n 317.367 44.0096 368 88.2873 368 165 c 0\nEndSplineSet\nEndChar\nStartChar: uni0C32\nEncoding: 3122 3122 1279\nWidth: 419\nFlags: W\nHStem: -10 52<239 264> 172 22<192 205>\nVStem: 83 24<149 173> 139.312 15.6882<225 230> 240.47 21.5299<224.512 234.969> 395.755 23.2455<153.004 170.985>\nFore\n415 122 m 0\n 411 84 392 52 359 28 c 0\n 325 3 287 -10 246 -10 c 0\n 184 -10 138 16 107 69 c 0\n 91 96 83 127 83 161 c 0\n 83 238.757 129.074 306.1 204 298 c 0\n 243 294 262 273 262 235 c 0\n 262 198.621 235.451 172 199 172 c 0\n 162.118 172 139 188.979 139 219 c 0\n 139 231 143 245 150 261 c 1\n 121 242 107 209 107 160 c 0\n 107 119 121 88 150 69 c 0\n 176 51 210 42 251 42 c 0\n 328.927 42 389.271 81.2488 395 150 c 0\n 400.693 212.621 375.241 256.595 324 263 c 0\n 318 263 315 268 315 277 c 0\n 315 288.182 320.789 303.242 332 301 c 0\n 390 284 419 241 419 171 c 0\n 419 160 417 143 415 122 c 0\n240 240 m 0\n 237 262 221 272 193 271 c 0\n 169.452 269.038 148.864 250.588 155 224 c 0\n 159 204 172 194 195 194 c 0\n 222.455 194 243.968 212.223 240 240 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E01\nEncoding: 3585 3585 1280\nWidth: 581\nFlags: W\nHStem: 0 21G<102 187 421 511> 519 48<275 294>\nVStem: 102 85<1 304> 421 90<1 384>\nFore\n511 0 m 1\n 421 0 l 1\n 421 365 l 2\n 421 426 402 466 369 490 c 0\n 341 511 317 519 276 519 c 0\n 210 518 157 498 115 453 c 1\n 167.732 451.107 220.893 429.362 241 392 c 1\n 211.445 381.408 185.312 377.834 187 333 c 1\n 187 0 l 1\n 102 0 l 1\n 102 298 l 2\n 102 350 122 366 143 379 c 0\n 157 387 173 395 197 401 c 1\n 160.775 426.446 137.582 430.279 70 433 c 1\n 108 519 207 566 280 567 c 4\n 339 568 388 553 429 529 c 0\n 481 498 511 442 511 379 c 2\n 511 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E02\nEncoding: 3586 3586 1281\nWidth: 529\nFlags: W\nHStem: 0 24<112 168 259 335> 365 22<133 139> 547 24<195 200>\nVStem: 70 24<435.785 450> 168 90<25 272> 174 24<435.785 450> 271 62<448 482> 369 90<80 566>\nFore\n459 82 m 2\n 459 37 430 0 395 0 c 2\n 111 0 l 1\n 111 24 l 1\n 168 24 l 1\n 168 257 l 2\n 168 394 271 405 271 482 c 0\n 271 508 250 547 195 547 c 0\n 176 547 156 543 138 529 c 1\n 171 526 198 490 198 447 c 0\n 198 402 169 365 134 365 c 128\n 99 365 70 402 70 447 c 1\n 69.9894 521.87 129.032 574.663 195 571 c 1\n 290 571 333 504 333 448 c 0\n 333 353 258 356 258 259 c 2\n 258 24 l 1\n 329 24 l 2\n 355 24 369 62 369 82 c 2\n 369 567 l 1\n 459 567 l 1\n 459 82 l 2\n174 447 m 0\n 174 467 160 505 134 505 c 128\n 108 505 94 467 94 447 c 0\n 94 425 108 387 134 387 c 128\n 160 387 174 425 174 447 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x4,2 x4,3 \nEndChar\nStartChar: uni0E03\nEncoding: 3587 3587 1282\nWidth: 596\nFlags: W\nHStem: 0 24<177 231 322 400> 365 22<133 139> 472 21G<225 247> 538 31<287 294> 546 24<173 182>\nVStem: 70 24<435.785 450> 174 24<435.785 450> 231 90<25 272> 336 62<448 482> 436 90<80 566>\nFore\n526 82 m 2\n 526 37 497 0 462 0 c 2\n 176 0 l 1\n 176 24 l 1\n 231 24 l 1\n 231 257 l 2\n 231 394 336 405 336 482 c 0\n 336 511 313 538 292 538 c 0\n 268 538 243 513 247 472 c 1\n 225 472 l 1\n 225 514 209 546 180 546 c 0\n 165 546 152 540 138 529 c 1\n 171 526 198 490 198 447 c 0\n 198 402 169 365 134 365 c 128\n 99 365 70 402 70 447 c 0\n 70 469 76 492 85 509 c 0\n 105 547 147 570 178 570 c 0\n 212 570 227 549 236 528 c 1\n 241 541 256 569 288 569 c 0\n 350 569 398 516 398 448 c 0\n 398 353 321 356 321 259 c 2\n 321 24 l 1\n 396 24 l 2\n 422 24 436 62 436 82 c 2\n 436 567 l 1\n 526 567 l 1\n 526 82 l 2\n174 447 m 0\n 174 467 160 505 134 505 c 128\n 108 505 94 467 94 447 c 0\n 94 425 108 387 134 387 c 128\n 160 387 174 425 174 447 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x4,2 x4,3 \nEndChar\nStartChar: uni0E04\nEncoding: 3588 3588 1283\nWidth: 581\nFlags: W\nHStem: 0 21G<158 243 421 511> 241.068 23.9321<277 290> 383 23.0779<277 288> 539 28<269 292>\nVStem: 158 85<0.250416 38.1697> 323 24<323 334> 421 90<1 336>\nFore\n511 0 m 1\n 421 0 l 1\n 421 306 l 2\n 421 430 373 539 278 539 c 0\n 179 539 120 471 120 388 c 0\n 120 326 138 294 158 258 c 1\n 158 309 174 419 290 405 c 0\n 322 401 347 365 347 323 c 1\n 349.357 260.209 287.779 216.534 243 256 c 1\n 243 0 l 1\n 158 0 l 1\n 158 207 78 213 70 355 c 0\n 63 479 159 567 286 567 c 0\n 417 567 511 480 511 335 c 2\n 511 0 l 1\n323 323 m 0\n 323 345 309 383 283 383 c 128\n 257 383 243 345 243 323 c 0\n 243 303 257 265 283 265 c 128\n 309 265 323 303 323 323 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E05\nEncoding: 3589 3589 1284\nWidth: 594\nFlags: W\nHStem: 0 21G<160 245 434 524> 241.146 23.8544<278 292> 383 23.1171<278 287> 455 21G<292 314> 521 46<374 400>\nVStem: 160 85<0.250416 37.1022> 292 22<455.031 466.606> 325 24<323 325> 434 90<1 407>\nFore\n524 0 m 1\n 434 0 l 1\n 434 409 l 2\n 434 500 408 521 374 521 c 0\n 342 521 314 491 314 455 c 1\n 292 455 l 1\n 292 491 263 527 216 521 c 0\n 160 514 122 440 122 387 c 0\n 122 325 140 295 160 260 c 1\n 159 308 177 419 292 405 c 0\n 324 401 349 365 349 323 c 1\n 351.357 260.209 289.779 216.534 245 256 c 1\n 245 0 l 1\n 160 0 l 1\n 160 207 74 213 70 355 c 0\n 66 490 136 564 206 567 c 0\n 259 569 289 537 304 513 c 1\n 317 537 347 567 400 567 c 0\n 480 567 524 489 524 379 c 2\n 524 0 l 1\n325 323 m 0\n 325 345 311 383 285 383 c 128\n 259 383 245 345 245 323 c 0\n 245 303 259 265 285 265 c 128\n 311 265 325 303 325 323 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E06\nEncoding: 3590 3590 1285\nWidth: 649\nFlags: W\nHStem: 365 22<127 139> 472 21G<225 247> 538 31<287 294> 546 24<173 182>\nVStem: 70 24<435.785 450> 128 34<111 121> 174 24<435.785 450> 231 85<97.6257 201 243 272> 336 60<448 482> 489 90<118 566>\nFore\n579 0 m 1\n 489 0 l 1\n 467 73 427 178 316 202 c 1\n 316 88 l 2\n 316 28 285 0 236 0 c 0\n 152 0 128 74 128 119 c 0\n 128 178 168 226 231 241 c 1\n 231 257 l 2\n 231 394 336 405 336 482 c 0\n 336 511 313 538 292 538 c 0\n 268 538 243 513 247 472 c 1\n 225 472 l 1\n 225 514 209 546 180 546 c 0\n 165 546 152 540 138 529 c 1\n 171 526 198 490 198 447 c 0\n 198 402 169 365 134 365 c 128\n 99 365 70 402 70 447 c 0\n 70 469 76 492 85 509 c 0\n 105 547 147 570 178 570 c 0\n 212 570 227 549 236 528 c 1\n 241 541 256 569 288 569 c 0\n 350 569 396 516 396 448 c 0\n 396 353 316 356 316 259 c 2\n 316 243 l 1\n 362 236 444 204 489 117 c 1\n 489 567 l 1\n 579 567 l 1\n 579 0 l 1\n174 447 m 0\n 174 467 160 505 134 505 c 128\n 108 505 94 467 94 447 c 0\n 94 425 108 387 134 387 c 128\n 160 387 174 425 174 447 c 0\n231 113 m 2\n 231 202 l 1\n 168 184 162 127 162 112 c 0\n 162 94 165 61 194 60 c 0\n 214 59 231 74 231 113 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E07\nEncoding: 3591 3591 1286\nWidth: 494\nFlags: W\nHStem: 0 21G<339 424> 401 24<292 301>\nVStem: 235 24<480 485> 339 85<99 418 465 483>\nFore\n424 0 m 1\n 339 0 l 1\n 70 372 l 1\n 87 390 l 1\n 339 98 l 1\n 339 419 l 1\n 328 408 314 401 299 401 c 0\n 264 401 235 438 235 483 c 0\n 235 525 260 559 292 565 c 0\n 366 578 424 539 424 465 c 2\n 424 0 l 1\n339 483 m 0\n 339 505 325 543 299 543 c 128\n 273 543 259 505 259 483 c 0\n 259 463 273 425 299 425 c 128\n 325 425 339 463 339 483 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E08\nEncoding: 3592 3592 1287\nWidth: 561\nFlags: W\nHStem: 0 21G<401 491> 221 22<255 256> 519 48<255 278>\nVStem: 192 24<291.785 306> 296 24.021<291.785 306> 401 90<0.124952 50.2495 318 388>\nFore\n491 0 m 1\n 401 0 l 1\n 402.023 126.954 376.263 266.876 316 332 c 1\n 331.753 280.903 299.421 218.722 256 221 c 1\n 221 221 192 258 192 303 c 128\n 192 348 222 375 236 381 c 0\n 269 396 338 394 401 317 c 1\n 401 365 l 2\n 401 426 383 466 350 490 c 0\n 326 507 293 519 265 519 c 0\n 214 519 144 505 88 425 c 1\n 70 433 l 1\n 108 519 196 567 269 567 c 0\n 320 567 367 553 408 529 c 0\n 460 498 491 442 491 379 c 2\n 491 0 l 1\n296 303 m 0\n 296 323 282 361 256 361 c 128\n 230 361 216 323 216 303 c 0\n 216 281 230 243 256 243 c 128\n 282 243 296 281 296 303 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E09\nEncoding: 3593 3593 1288\nWidth: 690\nFlags: W\nHStem: 0 21G<174 259> 221 24<127 136> 519 48<278 294>\nVStem: 70 24<292.561 305> 174 85<120 238 285 303> 432 85<97.6257 201 243 385> 587 33<111 121>\nFore\n620 119 m 0\n 620 74 596 0 512 0 c 0\n 463 0 432 28 432 88 c 2\n 432 202 l 1\n 321 178 281 73 259 0 c 1\n 174 0 l 1\n 174 239 l 1\n 163 228 149 221 134 221 c 0\n 99 221 70 258 70 303 c 0\n 70 345 95 379 127 385 c 0\n 201 398 259 359 259 285 c 2\n 259 119 l 1\n 304 204 386 236 432 243 c 1\n 432 365 l 2\n 432 426 408 466 375 490 c 0\n 347 511 323 519 282 519 c 0\n 231 519 153 504 95 424 c 1\n 76 433 l 1\n 113 519 212 566 286 567 c 0\n 345 568 394 553 435 529 c 0\n 487 498 517 442 517 379 c 2\n 517 241 l 1\n 580 226 620 178 620 119 c 0\n587 112 m 0\n 587 127 585 188 517 202 c 1\n 517 113 l 2\n 517 74 534 59 554 60 c 0\n 583 61 587 94 587 112 c 0\n174 303 m 0\n 174 325 160 363 134 363 c 128\n 108 363 94 325 94 303 c 0\n 94 283 108 245 134 245 c 128\n 160 245 174 283 174 303 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E0A\nEncoding: 3594 3594 1289\nWidth: 529\nFlags: W\nHStem: 0 24<112 166 257 333> 365 22<133 139> 547 24<195 200>\nVStem: 70 24<444 450> 166 90<25 272> 174 24<444 450> 369 90<80 320 570 603>\nFore\n459 82 m 2\n 459 37 430 0 395 0 c 2\n 111 0 l 1\n 111 24 l 1\n 166 24 l 1\n 166 257 l 2\n 166 394 271 405 271 482 c 0\n 271 508 250 547 195 547 c 0\n 176 547 156 543 138 529 c 1\n 171 526 198 490 198 447 c 0\n 198 402 169 365 134 365 c 128\n 99 365 70 402 70 447 c 1\n 69.9894 521.87 129.032 574.663 195 571 c 1\n 279 571 321 520 331 470 c 1\n 355 483 369 514 369 587 c 2\n 369 604 l 1\n 459 604 l 1\n 459 587 l 2\n 459 493 422 461 359 448 c 1\n 359 445 l 1\n 394 443 459 427 459 311 c 2\n 459 82 l 2\n174 447 m 0\n 174 467 160 505 134 505 c 128\n 108 505 94 467 94 447 c 0\n 94 425 108 387 134 387 c 128\n 160 387 174 425 174 447 c 0\n369 82 m 2\n 369 311 l 2\n 369 385 355 416 331 427 c 1\n 321 353 256 348 256 259 c 2\n 256 24 l 1\n 329 24 l 2\n 355 24 369 62 369 82 c 2\nEndSplineSet\nMinimumDistance: x0,-1 x4,2 x4,3 \nEndChar\nStartChar: uni0E0B\nEncoding: 3595 3595 1290\nWidth: 596\nFlags: W\nHStem: 0 24<177 231 322 400> 365 22<133 139> 472 21G<225 247> 538 31<287 294> 546 24<173 182>\nVStem: 70 24<445 450> 174 24<445 450> 231 90<25 272> 436 90<80 330 568 603>\nFore\n526 82 m 2\n 526 37 497 0 462 0 c 2\n 176 0 l 1\n 176 24 l 1\n 231 24 l 1\n 231 257 l 2\n 231 394 336 405 336 482 c 0\n 336 511 313 538 292 538 c 0\n 268 538 243 513 247 472 c 1\n 225 472 l 1\n 225 514 209 546 180 546 c 0\n 165 546 152 540 138 529 c 1\n 171 526 198 490 198 447 c 0\n 198 402 169 365 134 365 c 128\n 99 365 70 402 70 447 c 0\n 70 469 76 492 85 509 c 0\n 105 547 147 570 178 570 c 0\n 212 570 227 549 236 528 c 1\n 241 541 256 569 288 569 c 0\n 353 569 389 517 397 469 c 1\n 422 481 436 513 436 587 c 2\n 436 604 l 1\n 526 604 l 1\n 526 587 l 2\n 526 493 489 461 426 448 c 1\n 426 446 l 1\n 461 444 526 428 526 312 c 2\n 526 82 l 2\n436 82 m 2\n 436 328 l 1\n 436 312 l 2\n 436 386 422 417 398 430 c 1\n 397 353 321 355 321 259 c 2\n 321 24 l 1\n 396 24 l 2\n 422 24 436 62 436 82 c 2\n174 447 m 0\n 174 467 160 505 134 505 c 128\n 108 505 94 467 94 447 c 0\n 94 425 108 387 134 387 c 128\n 160 387 174 425 174 447 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x4,2 x4,3 \nEndChar\nStartChar: uni0E0C\nEncoding: 3596 3596 1291\nWidth: 792\nFlags: W\nHStem: 0 567<633 721> 132 24<226 234> 519 48<266 294>\nVStem: 102 85<74 92 139 309> 267 24<69 76> 323 33<111 121> 426 85<101 201 244 381> 633 89<0.0624483 25.1408 184 566>\nFore\n722 0 m 1\n 633 0 l 1\n 633 75 606 178 511 202 c 1\n 511 88 l 2\n 511 28 480 0 431 0 c 0\n 347 0 323 74 323 119 c 0\n 323 178 363 226 426 241 c 1\n 426 365 l 2\n 426 426 402 466 369 490 c 0\n 341 511 317 519 276 519 c 0\n 225 519 160 504 111 453 c 1\n 165 452 220 430 241 392 c 1\n 211 381 185 378 187 333 c 1\n 187 138 l 1\n 198 149 212 156 227 156 c 0\n 262 156 291 119 291 74 c 0\n 291 32 266 -2 234 -8 c 0\n 160 -21 102 18 102 92 c 2\n 102 298 l 2\n 102 350 122 366 143 379 c 0\n 157 387 173 395 197 401 c 1\n 161 426 138 430 70 433 c 1\n 108 519 207 566 280 567 c 0\n 339 568 388 553 429 529 c 0\n 481 498 511 442 511 379 c 2\n 511 244 l 1\n 555 236 600 216 632 183 c 1\n 632 567 l 1\n 722 567 l 1\n 722 0 l 1\n426 113 m 2\n 426 202 l 1\n 358 188 356 127 356 112 c 0\n 356 94 360 61 389 60 c 0\n 409 59 426 74 426 113 c 2\n267 74 m 0\n 267 94 253 132 227 132 c 128\n 201 132 187 94 187 74 c 0\n 187 52 201 14 227 14 c 128\n 253 14 267 52 267 74 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E0D\nEncoding: 3597 3597 1292\nWidth: 793\nFlags: W\nHStem: -233 22<509 513> -93 24<509 513> 0 24<511 598> 0 567<633 662> 132 24<226 234> 519 48<266 294>\nVStem: 102 85<74 92 139 315> 267 24<62.7851 84> 420.867 49.1335<-162 -149> 421 90<25 381> 550 24<-162 -149> 633 90<73 566> 650.46 71.6824<-94 -85>\nFore\n723 82 m 2\n 723 37 694 0 659 0 c 2\n 421 0 l 1\n 421 365 l 2\n 421 426 402 466 369 490 c 0\n 341 511 317 519 276 519 c 0\n 225 519 160 504 111 453 c 1\n 164.645 452.409 220.5 430.221 241 392 c 1\n 211.445 381.408 185.312 377.834 187 333 c 1\n 187 138 l 1\n 198 149 212 156 227 156 c 0\n 262 156 291 119 291 74 c 0\n 291 32 266 -2 234 -8 c 0\n 160 -21 102 18 102 92 c 2\n 102 298 l 2\n 102 350 122 366 143 379 c 0\n 157 387 173 395 197 401 c 1\n 160.775 426.446 137.582 430.279 70 433 c 1\n 108 519 207 566 280 567 c 0\n 339 568 388 553 429 529 c 0\n 481 498 511 442 511 379 c 2\n 511 24 l 1\n 593 24 l 2\n 619 24 633 62 633 82 c 2\n 633 567 l 1\n 723 567 l 1\n 723 82 l 2\n723 -69 m 1\n 722 -195 673 -293 556 -293 c 0\n 397 -293 374 -69 510 -69 c 0\n 545 -69 574 -106 574 -151 c 128\n 574 -196 545 -233 510 -233 c 0\n 505 -233 501 -232 497 -231 c 1\n 515 -251 544 -269 572 -264 c 0\n 623 -255 659 -188 649 -69 c 1\n 723 -69 l 1\n550 -151 m 0\n 550 -131 536 -93 510 -93 c 128\n 484 -93 470 -131 470 -151 c 0\n 470 -173 484 -211 510 -211 c 128\n 536 -211 550 -173 550 -151 c 0\n267 74 m 0\n 267 94 253 132 227 132 c 128\n 201 132 187 94 187 74 c 0\n 187 52 201 14 227 14 c 128\n 253 14 267 52 267 74 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E0E\nEncoding: 3598 3598 1293\nWidth: 632\nFlags: W\nHStem: -214 24<253 264> -83 39<246 264> -20 20G<378 402> -9 22<128 139> 131 24<127 139> 519 48<326 342>\nVStem: 70 24<61.7852 77> 137 39<-141.417 -129> 174 85<138 301> 378 24<-19 -1> 472 90<-131 388>\nFore\n562 -243 m 1\n 472 -243 l 1\n 449 -202 419 -163 381 -132 c 1\n 364 -185 310 -214 261 -214 c 0\n 186 -214 137 -173 137 -131 c 0\n 137 -94 174 -44 262 -44 c 0\n 295 -44 337 -52 373 -67 c 1\n 378 -22 378 -31 378 0 c 1\n 402 0 l 1\n 402 -27 401 -33 396 -78 c 1\n 420 -91 451 -112 472 -132 c 1\n 472 365 l 2\n 472 426 453 466 420 490 c 0\n 392 511 368 519 327 519 c 0\n 276 519 211 504 162 453 c 1\n 221.073 451.574 269.6 429.92 297 387 c 1\n 274.459 378.072 257.589 369.757 259 333 c 1\n 259 109 l 1\n 256.827 36.2187 204.136 -18.4619 127 -9 c 1\n 95 -4 70 31 70 73 c 0\n 70 118 99 155 134 155 c 0\n 149 155 163 148 174 137 c 1\n 174 298 l 2\n 174 350 194 366 215 379 c 0\n 226 385 238 392 254 397 c 1\n 212.314 428.515 193.968 428.487 121 433 c 1\n 159 519 258 566 331 567 c 4\n 390 568 439 553 480 529 c 0\n 532 498 562 442 562 379 c 2\n 562 -243 l 1\n174 73 m 0\n 174 93 160 131 134 131 c 128\n 108 131 94 93 94 73 c 0\n 93.9999 51.0002 108 12.9998 134 13 c 1\n 160 13 174 51 174 73 c 0\n360 -118 m 1\n 329 -97 294 -83 257 -83 c 0\n 207 -83 176 -108 176 -132 c 0\n 175 -172 233 -190 261 -190 c 0\n 310 -190 349 -160 360 -118 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E0F\nEncoding: 3599 3599 1294\nWidth: 632\nFlags: W\nHStem: -214 22<214 230> -85 41<214 230> -20 20G<318 342> -9 22<128 136> 131 24<127 136> 519 48<315 344>\nVStem: 70 24<61.7851 77> 120 32<-133 -129> 174 85<138 301> 318 24<-35 -1> 472 90<-145 388>\nDStem: 427 -116 427 -45 482 -243 472 -146\nFore\n562 -243 m 1\n 482 -243 l 1\n 427 -116 l 1\n 381 -243 l 1\n 357 -243 l 1\n 357 -206 341 -168 317 -139 c 1\n 303 -188 259 -214 221 -214 c 0\n 160 -214 120 -173 120 -131 c 0\n 120 -94 151 -44 222 -44 c 0\n 251 -44 285 -56 313 -74 c 1\n 316.757 -51.266 318.293 -26.7273 318 0 c 1\n 342 0 l 1\n 342.583 -32.3454 339.107 -63.6697 334 -88 c 1\n 354 -105 372 -124 388 -146 c 1\n 427 -45 l 1\n 472 -146 l 1\n 472 365 l 2\n 472 426 453 466 420 490 c 0\n 392 511 368 519 327 519 c 0\n 276 519 211 504 162 453 c 1\n 221.073 451.574 269.6 429.92 297 387 c 1\n 274.459 378.072 257.589 369.757 259 333 c 1\n 259 109 l 1\n 256.827 36.2187 204.136 -18.4619 127 -9 c 1\n 95 -4 70 31 70 73 c 0\n 70 118 99 155 134 155 c 0\n 149 155 163 148 174 137 c 1\n 174 298 l 2\n 174 350 194 366 215 379 c 0\n 226 385 238 392 254 397 c 1\n 212.314 428.515 193.968 428.487 121 433 c 1\n 159 519 258 566 331 567 c 0\n 390 568 439 553 480 529 c 0\n 532 498 562 442 562 379 c 2\n 562 -243 l 1\n174 73 m 0\n 174 93 160 131 134 131 c 128\n 108 131 94 93 94 73 c 0\n 94 51 108 13 134 13 c 128\n 160 13 174 51 174 73 c 0\n301 -120 m 1\n 276 -99 248 -85 217 -85 c 0\n 177 -85 152 -110 152 -134 c 0\n 151 -174 198 -192 221 -192 c 0\n 261 -192 292 -162 301 -120 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E10\nEncoding: 3600 3600 1295\nWidth: 562\nFlags: W\nHStem: -381 23<125 129> -281 23<127 137> -234 24<299 310> -92 23.2595<307 310> 0 21G<320 410> 157 22<192 205>\nVStem: 70 23<-327 -313> 134 24<227.785 243> 238 24<227.785 243> 242 24<-157 -141> 346 64<-337 -217 -157 -151>\nDStem: 296 -269 296 -315 250 -343 255 -381\nFore\n492 563 m 1\n 482 526 462 447 376 447 c 0\n 333 447 277 476 241 479 c 0\n 210 482 150 479 126 414 c 1\n 237 441 337 430 373 388 c 0\n 402 354 410 333 410 273 c 2\n 410 0 l 1\n 320 0 l 1\n 320 183 286 261 249 288 c 1\n 257 274 262 257 262 239 c 0\n 262 194 233 157 198 157 c 128\n 163 157 134 194 134 239 c 128\n 134 284 155 305 179 317 c 0\n 217 336 273 321 320 277 c 1\n 320 287 l 2\n 320 421 124 389 77 374 c 1\n 80.4408 505.343 200.213 600.746 317 538 c 1\n 340.546 526.994 365.374 509.98 396 508 c 1\n 426 508 441 519 460 563 c 1\n 492 563 l 1\n410 -381 m 1\n 347 -381 l 1\n 296 -315 l 1\n 255 -381 l 1\n 230 -381 l 1\n 228 -361 220 -342 209 -326 c 1\n 187 -358 162 -380 129 -381 c 0\n 98 -381 70 -354 70 -320 c 128\n 70 -286 98 -258 135 -258 c 0\n 165 -258 189 -270 206 -285 c 1\n 228 -245 l 1\n 250 -257 l 1\n 241 -273 233 -289 224 -304 c 1\n 238 -321 247 -338 250 -343 c 1\n 296 -269 l 1\n 346 -338 l 1\n 346 -216 l 1\n 335 -227 321 -234 306 -234 c 0\n 271 -234 242 -197 242 -152 c 0\n 242 -110 266 -75 298 -70 c 0\n 370 -58 410 -96 410 -170 c 2\n 410 -381 l 1\n238 239 m 0\n 238 259 224 297 198 297 c 128\n 172 297 158 259 158 239 c 0\n 158 217 172 179 198 179 c 128\n 224 179 238 217 238 239 c 0\n346 -152 m 0\n 346 -130 332 -92 306 -92 c 128\n 280 -92 266 -130 266 -152 c 0\n 266 -172 280 -210 306 -210 c 128\n 332 -210 346 -172 346 -152 c 0\n193 -307 m 1\n 176 -291 156 -281 135 -281 c 0\n 113 -281 93 -300 93 -320 c 128\n 93 -340 113 -358 129 -358 c 0\n 154 -358 173 -338 193 -307 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0E11\nEncoding: 3601 3601 1296\nWidth: 707\nFlags: W\nHStem: 0 21G<231 321 550 637> 365 22<133 139> 472 21G<225 247> 538 31<286 290> 546 24<173 182>\nVStem: 70 24<444 450> 174 24<444 450> 231 90<125 272> 326 57<448 482> 550 87<1 450>\nFore\n637 0 m 1\n 550 0 l 1\n 550 445 l 2\n 550 501 483 571 435 408 c 0\n 420 356 328 67 321 0 c 1\n 231 0 l 1\n 231 257 l 2\n 231 394 326 405 326 482 c 0\n 326 511 308 538 287 538 c 0\n 263 538 243 513 247 472 c 1\n 225 472 l 1\n 225 514 209 546 180 546 c 0\n 165 546 152 540 138 529 c 1\n 171 526 198 490 198 447 c 0\n 198 402 169 365 134 365 c 128\n 99 365 70 402 70 447 c 0\n 70 469 76 492 85 509 c 0\n 105 547 147 570 178 570 c 0\n 212 570 227 549 236 528 c 1\n 241 541 256 569 288 569 c 0\n 350 569 383 516 383 448 c 0\n 383 353 320 356 321 259 c 1\n 323 124 l 1\n 358 250 406 411 430 469 c 0\n 502 642 637 561 637 482 c 2\n 637 0 l 1\n174 447 m 0\n 174 467 160 505 134 505 c 128\n 108 505 94 467 94 447 c 0\n 94 425 108 387 134 387 c 128\n 160 387 174 425 174 447 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E12\nEncoding: 3602 3602 1297\nWidth: 795\nFlags: W\nHStem: 0 567<636 724> 361 23.726<274 278> 455 21G<289 311> 521 46<371 397>\nVStem: 70 60<355 383> 145 92<0.250342 21.065> 212 24<291.785 307> 316 43.5399<302 307> 326 33<111 121> 429 85<97.6257 201 244 411> 636 89<0.0624483 25.1408 184 566>\nFore\n725 0 m 1\n 636 0 l 1\n 636 75 609 178 514 202 c 1\n 514 88 l 2\n 514 28 483 0 434 0 c 0\n 350 0 326 74 326 119 c 0\n 326 178 366 226 429 241 c 1\n 429 409 l 2\n 429 500 405 521 371 521 c 0\n 339 521 311 491 311 455 c 1\n 289 455 l 1\n 284 497 260 525 213 521 c 0\n 173 518 130 473 130 376 c 128\n 130 279 190 221 219 142 c 1\n 240 178 263 198 275 221 c 1\n 240 222 212 258 212 303 c 128\n 212 348 239 379 269 384 c 0\n 306 390 333 381 351 343 c 0\n 398 243 237 156 237 0 c 1\n 145 0 l 1\n 143 179 70 226 70 355 c 0\n 70 509 152 567 203 567 c 0\n 256 567 286 537 301 513 c 1\n 314 537 344 567 397 567 c 0\n 477 567 516 489 515 379 c 1\n 514 244 l 1\n 558 236 603 216 635 183 c 1\n 635 567 l 1\n 725 567 l 1\n 725 0 l 1\n316 303 m 0\n 316 323 302 361 276 361 c 128\n 250 361 236 323 236 303 c 0\n 236 281 250 243 276 243 c 128\n 302 243 316 281 316 303 c 0\n429 113 m 2\n 429 202 l 1\n 361 188 359 127 359 112 c 0\n 359 94 363 61 392 60 c 0\n 412 59 429 74 429 113 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E13\nEncoding: 3603 3603 1298\nWidth: 891\nFlags: W\nHStem: 0 21G<421 510> 132 24<226 234> 519 48<266 294>\nVStem: 102 85<74 92 139 309> 267 24<69 76> 421 89<0.0624483 25.1408 184 381> 632 85<101 201 244 566> 787 33<111 121>\nFore\n820 119 m 0\n 820 74 796 0 712 0 c 0\n 663 0 632 28 632 88 c 2\n 632 202 l 1\n 537 178 510 75 510 0 c 1\n 421 0 l 1\n 421 365 l 2\n 421 426 402 466 369 490 c 0\n 341 511 317 519 276 519 c 0\n 225 519 160 504 111 453 c 1\n 164.645 452.409 220.5 430.221 241 392 c 1\n 211.445 381.408 185.312 377.834 187 333 c 1\n 187 138 l 1\n 198 149 212 156 227 156 c 0\n 262 156 291 119 291 74 c 0\n 291 32 266 -2 234 -8 c 0\n 160 -21 102 18 102 92 c 2\n 102 298 l 2\n 102 350 122 366 143 379 c 0\n 157 387 173 395 197 401 c 1\n 160.775 426.446 137.582 430.279 70 433 c 1\n 108 519 207 566 280 567 c 0\n 339 568 388 553 429 529 c 0\n 481 498 511 442 511 379 c 2\n 511 183 l 1\n 543 216 588 236 632 244 c 1\n 632 567 l 1\n 717 567 l 1\n 717 241 l 1\n 780 226 820 178 820 119 c 0\n787 112 m 0\n 787 127 785 188 717 202 c 1\n 717 113 l 2\n 717 74 734 59 754 60 c 0\n 783 61 787 94 787 112 c 0\n267 74 m 0\n 267 94 253 132 227 132 c 128\n 201 132 187 94 187 74 c 0\n 187 52 201 14 227 14 c 128\n 253 14 267 52 267 74 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E14\nEncoding: 3604 3604 1299\nWidth: 580\nFlags: W\nHStem: 0 21G<145 237 420 510> 381 23.726<274 279> 539 28<268 290>\nVStem: 145 92<0.250333 21.1877> 212 24<320 326> 316 43.5026<320 326> 420 90<1 335>\nFore\n510 0 m 1\n 420 0 l 1\n 420 306 l 2\n 420 430 369 539 277 539 c 0\n 214 539 130 494 130 376 c 0\n 130 279 190 221 219 142 c 1\n 240 178 255 202 275 241 c 1\n 240 242 212 278 212 323 c 128\n 212 368 239 399 269 404 c 0\n 306 410 333 401 351 363 c 0\n 398 263 237 156 237 0 c 1\n 145 0 l 1\n 143 179 77 212 70 355 c 0\n 64 470 158 567 285 567 c 0\n 416 567 510 480 510 335 c 2\n 510 0 l 1\n316 323 m 0\n 316 343 302 381 276 381 c 128\n 250 381 236 343 236 323 c 0\n 236 301 250 263 276 263 c 128\n 302 263 316 301 316 323 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E15\nEncoding: 3605 3605 1300\nWidth: 591\nFlags: W\nHStem: 0 21G<145 237 431 521> 381 23.726<274 278> 455 21G<289 311> 521 46<371 397>\nVStem: 70 60<355 381> 145 92<0.250342 21.1877> 212 24<320 326> 316 43.5026<320 326> 431 90<1 407>\nFore\n521 0 m 1\n 431 0 l 1\n 431 409 l 2\n 431 500 405 521 371 521 c 0\n 339 521 311 491 311 455 c 1\n 289 455 l 1\n 284 497 260 525 213 521 c 0\n 173 518 130 473 130 376 c 128\n 130 279 190 221 219 142 c 1\n 275 241 l 1\n 240 242 212 278 212 323 c 128\n 212 368 239 399 269 404 c 0\n 306 410 333 401 351 363 c 0\n 398 263 237 156 237 0 c 1\n 145 0 l 1\n 143 179 70 226 70 355 c 0\n 70 509 169 567 203 567 c 0\n 256 567 286 537 301 513 c 1\n 314 537 344 567 397 567 c 0\n 477 567 521 489 521 379 c 2\n 521 0 l 1\n316 323 m 0\n 316 343 302 381 276 381 c 128\n 250 381 236 343 236 323 c 0\n 236 301 250 263 276 263 c 128\n 302 263 316 301 316 323 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E16\nEncoding: 3606 3606 1301\nWidth: 581\nFlags: W\nHStem: 0 21G<421 511> 132 24<226 234> 519 48<266 294>\nVStem: 102 85<74 92 139 309> 267 24<69 76> 421 90<1 381>\nFore\n511 0 m 1\n 421 0 l 1\n 421 365 l 2\n 421 426 402 466 369 490 c 0\n 341 511 317 519 276 519 c 0\n 225 519 160 504 111 453 c 1\n 164.645 452.409 220.5 430.221 241 392 c 1\n 211.445 381.408 185.312 377.834 187 333 c 1\n 187 138 l 1\n 198 149 212 156 227 156 c 0\n 262 156 291 119 291 74 c 0\n 291 32 266 -2 234 -8 c 0\n 160 -21 102 18 102 92 c 2\n 102 298 l 2\n 102 350 122 366 143 379 c 0\n 157 387 173 395 197 401 c 1\n 160.775 426.446 137.582 430.279 70 433 c 1\n 108 519 207 566 280 567 c 0\n 339 568 388 553 429 529 c 0\n 481 498 511 442 511 379 c 2\n 511 0 l 1\n267 74 m 0\n 267 94 253 132 227 132 c 128\n 201 132 187 94 187 74 c 0\n 187 52 201 14 227 14 c 128\n 253 14 267 52 267 74 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E17\nEncoding: 3607 3607 1302\nWidth: 642\nFlags: W\nHStem: 0 21G<174 259 485 572> 401 24<127 136>\nVStem: 70 24<480 485> 174 85<125 418 465 483> 485 87<1 448>\nFore\n572 0 m 1\n 485 0 l 1\n 485 445 l 2\n 485 501 418 571 370 408 c 0\n 355 356 263 67 259 0 c 1\n 174 0 l 1\n 174 419 l 1\n 163 408 149 401 134 401 c 0\n 99 401 70 438 70 483 c 0\n 70 525 95 559 127 565 c 0\n 201 578 259 539 259 465 c 1\n 258 124 l 1\n 293 250 341 411 365 469 c 0\n 437 642 572 561 572 482 c 2\n 572 0 l 1\n174 483 m 0\n 174 505 160 543 134 543 c 128\n 108 543 94 505 94 483 c 0\n 94 463 108 425 134 425 c 128\n 160 425 174 463 174 483 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E18\nEncoding: 3608 3608 1303\nWidth: 555\nFlags: W\nHStem: 0 24<91 127 219 300> 390 37.9812<219 236>\nVStem: 128 90<25 384> 338 90<80 288>\nFore\n485 563 m 1\n 475 526 455 447 369 447 c 0\n 326 447 270 476 234 479 c 0\n 203 482 143 479 119 414 c 1\n 232 442 428 444 428 273 c 2\n 428 82 l 2\n 428 37 399 0 364 0 c 2\n 90 0 l 1\n 90 24 l 1\n 128 24 l 1\n 128 385 l 1\n 91 381 77 376 70 374 c 1\n 73.4408 505.343 193.213 600.746 310 538 c 1\n 333.546 526.994 358.374 509.98 389 508 c 1\n 419 508 434 519 453 563 c 1\n 485 563 l 1\n338 82 m 2\n 338 286 l 2\n 338 362 299 391 218 390 c 1\n 218 24 l 1\n 298 24 l 2\n 324 24 338 62 338 82 c 2\nEndSplineSet\nMinimumDistance: x4,-1 x9,7 x9,8 \nEndChar\nStartChar: uni0E19\nEncoding: 3609 3609 1304\nWidth: 689\nFlags: W\nHStem: 401 24<127 136>\nVStem: 70 24<480 485> 174 85<119 418 465 483> 426 90<97.6257 201 244 566> 585 34<111 121>\nFore\n619 119 m 0\n 619 74 595 0 511 0 c 0\n 462 0 426 28 426 88 c 2\n 426 202 l 1\n 320 178 280 73 258 0 c 1\n 174 0 l 1\n 174 419 l 1\n 163 408 149 401 134 401 c 0\n 99 401 70 438 70 483 c 0\n 70 525 95 559 127 565 c 0\n 201 578 259 539 259 465 c 2\n 259 118 l 1\n 303 204 381 236 426 244 c 1\n 426 567 l 1\n 516 567 l 1\n 516 241 l 1\n 579 226 619 178 619 119 c 0\n585 112 m 0\n 585 127 579 184 516 202 c 1\n 516 113 l 2\n 516 74 533 59 553 60 c 0\n 582 61 585 94 585 112 c 0\n174 483 m 0\n 174 505 160 543 134 543 c 128\n 108 543 94 505 94 483 c 0\n 94 463 108 425 134 425 c 128\n 160 425 174 463 174 483 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E1A\nEncoding: 3610 3610 1305\nWidth: 615\nFlags: W\nHStem: 0 24<119 174 258 423> 401 24<126 136>\nVStem: 70 24<479 485> 174 85<24 419 465 483> 455 90<79 567>\nFore\n545 82 m 2\n 545 37 516 0 481 0 c 2\n 119 0 l 1\n 119 24 l 1\n 174 24 l 1\n 174 419 l 1\n 163 408 149 401 134 401 c 0\n 99 401 70 438 70 483 c 0\n 70 525 95 559 127 565 c 0\n 201 578 259 539 259 465 c 2\n 259 24 l 1\n 415 24 l 2\n 441 24 455 62 455 82 c 2\n 455 567 l 1\n 545 567 l 1\n 545 82 l 2\n174 483 m 0\n 174 505 160 543 134 543 c 128\n 108 543 94 505 94 483 c 0\n 94 463 108 425 134 425 c 128\n 160 425 174 463 174 483 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y11,14 y11,13 x4,2 x4,3 \nEndChar\nStartChar: uni0E1B\nEncoding: 3611 3611 1306\nWidth: 615\nFlags: W\nHStem: 0 24<119 174 258 423> 401 24<126 136>\nVStem: 70 24<479 485> 174 85<24 419 465 483> 455 90<79 801>\nFore\n545 82 m 2\n 545 37 516 0 481 0 c 2\n 119 0 l 1\n 119 24 l 1\n 174 24 l 1\n 174 419 l 1\n 163 408 149 401 134 401 c 0\n 99 401 70 438 70 483 c 0\n 70 525 95 559 127 565 c 0\n 201 578 259 539 259 465 c 2\n 259 24 l 1\n 415 24 l 2\n 441 24 455 62 455 82 c 2\n 455 802 l 1\n 545 802 l 1\n 545 82 l 2\n174 483 m 0\n 174 505 160 543 134 543 c 128\n 108 543 94 505 94 483 c 0\n 94 463 108 425 134 425 c 128\n 160 425 174 463 174 483 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y11,14 y11,13 x4,2 x4,3 \nEndChar\nStartChar: uni0E1C\nEncoding: 3612 3612 1307\nWidth: 600\nFlags: W\nHStem: 401 24<194 202>\nVStem: 70 85<58 418 465 483> 235 24<480 485> 440 90<66 566>\nDStem: 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0 294 245 294 314 440 0 440 65 294 314 294 245 155 57 163 0\nFore\n530 0 m 1\n 440 0 l 1\n 294 245 l 1\n 163 0 l 1\n 70 0 l 1\n 70 465 l 2\n 70 539 128 578 202 565 c 0\n 234 559 259 525 259 483 c 0\n 259 438 230 401 195 401 c 0\n 180 401 166 408 155 419 c 1\n 155 57 l 1\n 294 314 l 1\n 440 65 l 1\n 440 567 l 1\n 530 567 l 1\n 530 0 l 1\n235 483 m 0\n 235 505 221 543 195 543 c 128\n 169 543 155 505 155 483 c 0\n 155 463 169 425 195 425 c 128\n 221 425 235 463 235 483 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E1D\nEncoding: 3613 3613 1308\nWidth: 600\nFlags: W\nHStem: 401 24<194 202>\nVStem: 70 85<59 418 465 483> 235 24<480 485> 440 90<67 802>\nDStem: 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0 294 245 294 315 440 0 440 66 294 315 294 245 155 58 163 0\nFore\n530 0 m 1\n 440 0 l 1\n 294 245 l 1\n 163 0 l 1\n 70 0 l 1\n 70 465 l 2\n 70 539 128 578 202 565 c 0\n 234 559 259 525 259 483 c 0\n 259 438 230 401 195 401 c 0\n 180 401 166 408 155 419 c 1\n 155 58 l 1\n 294 315 l 1\n 440 66 l 1\n 440 803 l 1\n 530 803 l 1\n 530 0 l 1\n235 483 m 0\n 235 505 221 543 195 543 c 128\n 169 543 155 505 155 483 c 0\n 155 463 169 425 195 425 c 128\n 221 425 235 463 235 483 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E1E\nEncoding: 3614 3614 1309\nWidth: 671\nFlags: W\nHStem: 401 24<127 136>\nVStem: 70 24<480 485> 174 85<83 418 465 483> 511 90<83 566>\nDStem: 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0\nFore\n601 0 m 1\n 500 0 l 1\n 385 432 l 1\n 269 0 l 1\n 174 0 l 1\n 174 419 l 1\n 163 408 149 401 134 401 c 0\n 99 401 70 438 70 483 c 0\n 70 525 95 559 127 565 c 0\n 201 578 259 539 259 465 c 2\n 259 82 l 1\n 385 567 l 1\n 511 82 l 1\n 511 567 l 1\n 601 567 l 1\n 601 0 l 1\n174 483 m 0\n 174 505 160 543 134 543 c 128\n 108 543 94 505 94 483 c 0\n 94 463 108 425 134 425 c 128\n 160 425 174 463 174 483 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E1F\nEncoding: 3615 3615 1310\nWidth: 671\nFlags: W\nHStem: 401 24<127 136>\nVStem: 70 24<480 485> 174 85<83 418 465 483> 511 90<83 802>\nDStem: 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0\nFore\n601 0 m 1\n 500 0 l 1\n 385 432 l 1\n 269 0 l 1\n 174 0 l 1\n 174 419 l 1\n 163 408 149 401 134 401 c 0\n 99 401 70 438 70 483 c 0\n 70 525 95 559 127 565 c 0\n 201 578 259 539 259 465 c 2\n 259 82 l 1\n 385 567 l 1\n 511 82 l 1\n 511 803 l 1\n 601 803 l 1\n 601 0 l 1\n174 483 m 0\n 174 505 160 543 134 543 c 128\n 108 543 94 505 94 483 c 0\n 94 463 108 425 134 425 c 128\n 160 425 174 463 174 483 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E20\nEncoding: 3616 3616 1311\nWidth: 632\nFlags: W\nHStem: 0 21G<472 562> 131 24<127 136> 519 48<326 342>\nVStem: 70 24<68 75> 174 85<73 91 138 308> 472 90<1 388>\nFore\n562 0 m 1\n 472 0 l 1\n 472 365 l 2\n 472 426 453 466 420 490 c 0\n 392 511 368 519 327 519 c 0\n 276 519 211 504 162 453 c 1\n 221.073 451.574 269.6 429.92 297 387 c 1\n 274.459 378.072 257.589 369.757 259 333 c 1\n 259 91 l 2\n 259 17 201 -22 127 -9 c 0\n 95 -3 70 31 70 73 c 0\n 70 118 99 155 134 155 c 0\n 149 155 163 148 174 137 c 1\n 174 298 l 2\n 174 350 194 366 215 379 c 0\n 226 385 238 392 254 397 c 1\n 212.314 428.515 193.968 428.487 121 433 c 1\n 159 519 258 566 331 567 c 0\n 390 568 439 553 480 529 c 0\n 532 498 562 442 562 379 c 2\n 562 0 l 1\n174 73 m 0\n 174 93 160 131 134 131 c 128\n 108 131 94 93 94 73 c 0\n 94 51 108 13 134 13 c 128\n 160 13 174 51 174 73 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E21\nEncoding: 3617 3617 1312\nWidth: 591\nFlags: W\nHStem: 402 24<127 139> 543.693 23.8719<138 139>\nVStem: 70 24<480 486> 71 34<111 121> 174 85<97.6257 201 243 419 466 484> 431 90<119 566>\nFore\n521 0 m 1\n 432 0 l 1\n 410 73 370 178 259 202 c 1\n 259 88 l 2\n 259 28 228 0 179 0 c 0\n 95 0 71 74 71 119 c 0\n 71 178 111 226 174 241 c 1\n 174 420 l 1\n 163 409 149 402 134 402 c 0\n 99 402 70 439 70 484 c 0\n 70 526 95 560 127 566 c 0\n 201 579 259 540 259 466 c 2\n 259 243 l 1\n 305 236 387 204 431 118 c 1\n 431 567 l 1\n 521 567 l 1\n 521 0 l 1\n174 484 m 0\n 174 506 160 544 134 544 c 128\n 108 544 94 506 94 484 c 0\n 94 464 108 426 134 426 c 128\n 160 426 174 464 174 484 c 0\n174 113 m 2\n 174 202 l 1\n 111 184 105 127 105 112 c 0\n 105 94 108 61 137 60 c 0\n 157 59 174 74 174 113 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E22\nEncoding: 3618 3618 1313\nWidth: 536\nFlags: W\nHStem: -10 24<261 278> 402 24<197 205>\nVStem: 70 87<401 419 448 484> 76 85<102.291 182> 176 87<300 303> 238 24<473.561 486> 376 90<102.291 566>\nFore\n466 115 m 2\n 466 46 379 -10 271 -10 c 128\n 163 -10 76 46 76 115 c 2\n 76 166 l 2\n 76 258 141 291 176 300 c 1\n 176 303 l 1\n 91 322 70 371 70 408 c 2\n 70 448 l 2\n 70 542 131 579 205 566 c 0\n 237 560 262 526 262 484 c 0\n 262 439 233 402 198 402 c 0\n 183 402 169 409 157 420 c 1\n 157 391 l 2\n 157 360 189 322 228 316 c 0\n 242 314 263 312 263 302 c 128\n 263 292 244 293 228 288 c 0\n 185 275 161 246 161 163 c 2\n 161 115 l 2\n 161 59 209 14 269 14 c 128\n 329 14 376 59 376 115 c 2\n 376 567 l 1\n 466 567 l 1\n 466 115 l 2\n238 484 m 0\n 238 506 224 544 198 544 c 128\n 172 544 158 506 158 484 c 0\n 158 464 172 426 198 426 c 128\n 224 426 238 464 238 484 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E23\nEncoding: 3619 3619 1314\nWidth: 511\nFlags: W\nHStem: 131 24<266 278>\nVStem: 209 24<68 75> 313 85<73 91 138 292>\nFore\n485 563 m 1\n 475 526 455 447 369 447 c 0\n 326 447 270 476 234 479 c 0\n 203 482 143 479 114 414 c 1\n 223 438 329 429 365 387 c 0\n 394 353 398 333 398 273 c 2\n 398 91 l 2\n 398 17 340 -22 266 -9 c 0\n 234 -3 209 31 209 73 c 0\n 209 118 238 155 273 155 c 0\n 288 155 302 148 313 137 c 1\n 313 286 l 2\n 313 421 117 389 70 374 c 1\n 73.4408 505.343 193.213 600.746 310 538 c 1\n 333.546 526.994 358.374 509.98 389 508 c 1\n 419 508 434 519 453 563 c 1\n 485 563 l 1\n313 73 m 0\n 313 93 299 131 273 131 c 128\n 247 131 233 93 233 73 c 0\n 233 51 247 13 273 13 c 128\n 299 13 313 51 313 73 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0E24\nEncoding: 3620 3620 1315\nWidth: 581\nFlags: W\nHStem: 132 24<226 234> 519 48<266 294>\nVStem: 102 85<74 92 139 302> 267 24<62.7851 78> 421 90<-241 382>\nFore\n511 -242 m 1\n 421 -242 l 1\n 421 365 l 2\n 421 426 402 466 369 490 c 0\n 341 511 317 519 276 519 c 0\n 225 519 160 504 111 453 c 1\n 164.645 452.409 220.5 430.221 241 392 c 1\n 211.445 381.408 185.312 377.834 187 333 c 1\n 187 138 l 1\n 198 149 212 156 227 156 c 0\n 262 156 291 119 291 74 c 0\n 291 32 266 -2 234 -8 c 0\n 160 -21 102 18 102 92 c 2\n 102 298 l 2\n 102 350 122 366 143 379 c 0\n 157 387 173 395 197 401 c 1\n 160.775 426.446 137.582 430.279 70 433 c 1\n 108 519 207 566 280 567 c 0\n 339 568 388 553 429 529 c 0\n 481 498 511 442 511 379 c 2\n 511 -242 l 1\n267 74 m 0\n 267 94 253 132 227 132 c 128\n 201 132 187 94 187 74 c 0\n 187 52 201 14 227 14 c 128\n 253 14 267 52 267 74 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E25\nEncoding: 3621 3621 1316\nWidth: 561\nFlags: W\nHStem: 0 21G<401 491> 133 24<226 234> 356 35.8572<262 273> 519 48<253 278>\nVStem: 102 85<75 93 139.077 231 231.079 253.353> 267 24<70 77> 401 90<1 234 310 381>\nFore\n491 0 m 1\n 401 0 l 1\n 401 234 l 1\n 389 294 344 354 273 356 c 1\n 164.503 356.362 190.459 239.124 187 139 c 1\n 198 150 212 157 227 157 c 0\n 262 157 291 120 291 75 c 0\n 291 33 266 -1 234 -7 c 0\n 160 -20 102 19 102 93 c 2\n 102 231 l 2\n 102 326 156 392 254 392 c 0\n 326 392 372 358 401 309 c 1\n 401 365 l 2\n 401 426 383 466 350 490 c 0\n 326 507 293 519 265 519 c 0\n 214 519 144 505 88 425 c 1\n 70 433 l 1\n 108 519 196 567 269 567 c 0\n 320 567 367 553 408 529 c 0\n 460 498 491 442 491 379 c 2\n 491 0 l 1\n267 75 m 0\n 267 95 253 133 227 133 c 128\n 201 133 187 95 187 75 c 0\n 187 53 201 15 227 15 c 128\n 253 15 267 53 267 75 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E26\nEncoding: 3622 3622 1317\nWidth: 632\nFlags: W\nHStem: 131 24<127 136> 519 48<326 342>\nVStem: 70 24<61.7851 77> 174 85<73 91 138 301> 472 90<-242 388>\nFore\n562 -243 m 1\n 472 -243 l 1\n 472 365 l 2\n 472 426 453 466 420 490 c 0\n 392 511 368 519 327 519 c 0\n 276 519 211 504 162 453 c 1\n 221.073 451.574 269.6 429.92 297 387 c 1\n 274.459 378.072 257.589 369.757 259 333 c 1\n 259 91 l 2\n 259 17 201 -22 127 -9 c 0\n 95 -3 70 31 70 73 c 0\n 70 118 99 155 134 155 c 0\n 149 155 163 148 174 137 c 1\n 174 298 l 2\n 174 350 194 366 215 379 c 0\n 226 385 238 392 254 397 c 1\n 212.314 428.515 193.968 428.487 121 433 c 1\n 159 519 258 566 331 567 c 0\n 390 568 439 553 480 529 c 0\n 532 498 562 442 562 379 c 2\n 562 -243 l 1\n174 73 m 0\n 174 93 160 131 134 131 c 128\n 108 131 94 93 94 73 c 0\n 94 51 108 13 134 13 c 128\n 160 13 174 51 174 73 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E27\nEncoding: 3623 3623 1318\nWidth: 559\nFlags: W\nHStem: 131 22.9545<357 366> 519 48<262 269>\nVStem: 300 24<68 73 73.0626 83.4394> 401 88<141 380> 404 85<73 91>\nFore\n489 91 m 2\n 489 17 431 -22 357 -9 c 0\n 325 -3 300 31 300 73 c 1\n 297.984 134.999 357.333 178.658 401 140 c 1\n 401 365 l 2\n 401 422 383 466 350 490 c 0\n 326 507 293 519 265 519 c 0\n 214 519 144 505 88 425 c 1\n 70 433 l 1\n 108 519 196 567 269 567 c 1\n 386.748 563.997 491.573 502.738 489 378 c 1\n 489 91 l 2\n404 73 m 0\n 404 93 390 131 364 131 c 128\n 338 131 324 93 324 73 c 0\n 324 51 338 13 364 13 c 128\n 390 13 404 51 404 73 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E28\nEncoding: 3624 3624 1319\nWidth: 593\nFlags: W\nHStem: 241.068 23.9321<277 290> 383 23.0779<277 288> 539 28<269 294>\nVStem: 158 85<0.250416 38.1697> 323 24<323 325> 421 90<1 344>\nFore\n542 598 m 1\n 527 542 505 498 480 464 c 1\n 499 432 511 392 511 343 c 2\n 511 0 l 1\n 421 0 l 1\n 421 306 l 2\n 421 339 419 371 414 400 c 1\n 385 379 357 368 339 362 c 1\n 344 350 347 337 347 323 c 1\n 349.357 260.209 287.779 216.534 243 256 c 1\n 243 0 l 1\n 158 0 l 1\n 158 207 78 213 70 355 c 0\n 63 479 159 567 286 567 c 0\n 337 567 395 550 438 513 c 1\n 444 538 448 565 451 598 c 1\n 542 598 l 1\n403 444 m 1\n 384 501 346 539 278 539 c 0\n 179 539 120 471 120 388 c 0\n 120 326 138 294 158 258 c 1\n 158 309 174 419 290 405 c 0\n 305 403 319 394 329 380 c 1\n 363 403 386 423 403 444 c 1\n323 323 m 0\n 323 345 309 383 283 383 c 128\n 257 383 243 345 243 323 c 0\n 243 303 257 265 283 265 c 128\n 309 265 323 303 323 323 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0E29\nEncoding: 3625 3625 1320\nWidth: 701\nFlags: W\nHStem: 0 24<120 173 259 422> 213 30.0181<422 442> 273 22<374 378> 401 24<127 136> 413 24<374 378>\nVStem: 70 24<480 485> 174 85<25 418 465 483> 286.872 49.1284<345 357> 416 24<345 357> 455 90<80 214 244 253 312 566> 577 54<418 436>\nFore\n631 437 m 1\n 630 361 597 294 545 253 c 1\n 545 82 l 2\n 545 37 516 0 481 0 c 2\n 119 0 l 1\n 119 24 l 1\n 174 24 l 1\n 174 419 l 1\n 163 408 149 401 134 401 c 0\n 99 401 70 438 70 483 c 0\n 70 525 95 559 127 565 c 0\n 201 578 259 539 259 465 c 2\n 259 24 l 1\n 415 24 l 2\n 441 24 455 62 455 82 c 2\n 455 215 l 1\n 444 213 433 213 422 213 c 0\n 263 218 240 437 376 437 c 0\n 411 437 440 400 440 355 c 128\n 440 310 411 273 376 273 c 0\n 371 273 367 274 363 275 c 1\n 384.793 251.656 416.625 236.49 455 244 c 1\n 455 567 l 1\n 545 567 l 1\n 545 311 l 1\n 566 346 576 386 577 437 c 1\n 631 437 l 1\n416 355 m 0\n 416 375 402 413 376 413 c 128\n 350 413 336 375 336 355 c 0\n 336 333 350 295 376 295 c 128\n 402 295 416 333 416 355 c 0\n174 483 m 0\n 174 505 160 543 134 543 c 128\n 108 543 94 505 94 483 c 0\n 94 463 108 425 134 425 c 128\n 160 425 174 463 174 483 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x6,4 x6,5 \nEndChar\nStartChar: uni0E2A\nEncoding: 3626 3626 1321\nWidth: 573\nFlags: W\nHStem: 133 24<226 234> 356 35.8752<262 273> 519 47.2551<253 265>\nVStem: 102 85<75 93 139.077 231 231.079 253.353> 267 24<70 77> 401 90<1 234 309.031 385>\nFore\n523 597 m 1\n 509 544 489 503 466 470 c 1\n 488.592 436.103 492.254 389.866 491 335 c 1\n 491 0 l 1\n 401 0 l 1\n 401 234 l 1\n 389 294 344 354 273 356 c 1\n 164.503 356.362 190.459 239.124 187 139 c 1\n 198 150 212 157 227 157 c 0\n 262 157 291 120 291 75 c 0\n 291 33 266 -1 234 -7 c 0\n 160 -20 102 19 102 93 c 2\n 102 231 l 2\n 102 326 156 392 254 392 c 0\n 277 392 297 389 315 383 c 1\n 347 404 369 424 386 445 c 1\n 368.88 489.005 315.958 516.727 265 519 c 1\n 214 519 144 505 88 425 c 1\n 70 433 l 1\n 108 519 196 567 269 567 c 0\n 323 567 379 552 421 520 c 1\n 426 543 429 568 432 597 c 1\n 523 597 l 1\n401 309 m 1\n 400.418 340.085 402.959 374.292 398 401 c 1\n 378 387 359 377 343 370 c 1\n 367 355 386 333 401 309 c 1\n267 75 m 0\n 267 95 253 133 227 133 c 128\n 201 133 187 95 187 75 c 0\n 187 53 201 15 227 15 c 128\n 253 15 267 53 267 75 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0E2B\nEncoding: 3627 3627 1322\nWidth: 643\nFlags: W\nHStem: 0 21G<174 265 485 573> 402 24<127 136> 544 30<460 474>\nVStem: 70 24<480 486> 174 85<96 419 466 484> 396 24<480 486> 485 88<1 304> 500 52<480 486>\nFore\n573 0 m 1\n 485 0 l 1\n 485 300 l 2\n 485 356 403 427 345 268 c 0\n 313 181 290 96 265 0 c 1\n 174 0 l 1\n 174 420 l 1\n 163 409 149 402 134 402 c 0\n 99 402 70 439 70 484 c 0\n 70 526 95 560 127 566 c 0\n 201 579 259 540 259 466 c 1\n 260 95 l 1\n 298 225 311 266 335 324 c 0\n 357 377 388 406 420 419 c 1\n 405 436 396 458 396 484 c 0\n 396 534 431 574 474 574 c 128\n 517 574 552 534 552 484 c 0\n 552 454 539 427 520 411 c 1\n 551 395 573 366 573 337 c 2\n 573 0 l 1\n500 484 m 0\n 500 506 486 544 460 544 c 128\n 434 544 420 506 420 484 c 0\n 420 464 434 426 460 426 c 128\n 486 426 500 464 500 484 c 0\n174 484 m 0\n 174 506 160 544 134 544 c 128\n 108 544 94 506 94 484 c 0\n 94 464 108 426 134 426 c 128\n 160 426 174 464 174 484 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0E2C\nEncoding: 3628 3628 1323\nWidth: 773\nFlags: W\nHStem: 0 21G<174 269 500 601> 401 24<127 136>\nVStem: 70 24<480 485> 174 85<83 418 465 483> 511 90<83 606 674 692>\nDStem: 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0 385 432 385 567 500 0 511 82 385 567 385 432 259 82 269 0\nFore\n703 780 m 1\n 700 716 660 657 601 626 c 1\n 601 0 l 1\n 500 0 l 1\n 385 432 l 1\n 269 0 l 1\n 174 0 l 1\n 174 419 l 1\n 163 408 149 401 134 401 c 0\n 99 401 70 438 70 483 c 0\n 70 525 95 559 127 565 c 0\n 201 578 259 539 259 465 c 2\n 259 82 l 1\n 385 567 l 1\n 511 82 l 1\n 511 606 l 1\n 449.63 605.295 410.647 645.259 412 695 c 1\n 412 737 437 771 469 777 c 0\n 538 789 593 757 601 692 c 1\n 601 673 l 1\n 623.831 698.599 639.652 735.091 639 780 c 1\n 703 780 l 1\n511 632 m 1\n 511 699 l 2\n 511 721 497 760 469 753 c 0\n 445 747 436 723 435 695 c 0\n 434 659 459 628 511 632 c 1\n174 483 m 0\n 174 505 160 543 134 543 c 128\n 108 543 94 505 94 483 c 0\n 94 463 108 425 134 425 c 128\n 160 425 174 463 174 483 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0E2D\nEncoding: 3629 3629 1324\nWidth: 561\nFlags: W\nHStem: -10 24<289 298> 221 24<225 233> 519 48<262 278>\nVStem: 101 85<102.291 238 285 303> 266 24<294 310> 401 90<102.291 388>\nFore\n491 115 m 2\n 491 46 404 -10 296 -10 c 128\n 188 -10 101 46 101 115 c 2\n 101 285 l 2\n 101 359 159 398 233 385 c 0\n 265 379 290 345 290 303 c 0\n 290 258 261 221 226 221 c 0\n 211 221 197 228 186 239 c 1\n 186 115 l 2\n 186 59 234 14 294 14 c 128\n 354 14 401 59 401 115 c 2\n 401 365 l 2\n 401 426 383 466 350 490 c 0\n 326 507 293 519 265 519 c 0\n 214 519 144 505 88 425 c 1\n 70 433 l 1\n 108 519 196 567 269 567 c 0\n 320 567 367 553 408 529 c 0\n 460 498 491 442 491 379 c 2\n 491 115 l 2\n266 303 m 0\n 266 325 252 363 226 363 c 129\n 200 363 186 325 186 303 c 0\n 186 283 200 245 226 245 c 128\n 252 245 266 283 266 303 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E2E\nEncoding: 3630 3630 1325\nWidth: 561\nFlags: W\nHStem: -10 24<289 298> 200 24<225 233>\nVStem: 101 85<102.291 217 264 282> 266 24<278 284> 401 90<102.291 381> 432 59<598 611> 491 0<124 378>\nFore\n491 115 m 2\n 491 46 404 -10 296 -10 c 128\n 188 -10 101 46 101 115 c 2\n 101 264 l 2\n 101 338 159 377 233 364 c 0\n 265 358 290 324 290 282 c 0\n 290 237 261 200 226 200 c 0\n 211 200 197 207 186 218 c 1\n 186 115 l 2\n 186 59 234 14 294 14 c 128\n 354 14 401 59 401 115 c 2\n 401 365 l 2\n 401 406 392 438 377 462 c 1\n 348 448 318 440 296 434 c 0\n 236 418 128 417 107 423 c 0\n 63 436 60 457 89 489 c 0\n 121 525 165 550 229 564 c 0\n 287 577 353 558 402 530 c 1\n 419 552 432 579 432 612 c 1\n 491 612 l 1\n 491 564 470 528 441 502 c 1\n 473 470 491 427 491 379 c 2\n 491 123 l 1\n 491 379 l 1\n 491 115 l 2\n353 488 m 1\n 330 508 291 520 270 522 c 0\n 223 526 163 515 149 493 c 0\n 123 452 246 447 296 462 c 0\n 311 466 332 475 353 488 c 1\n266 282 m 0\n 266 304 252 342 226 342 c 128\n 200 342 186 304 186 282 c 0\n 186 262 200 224 226 224 c 128\n 252 224 266 262 266 282 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E2F\nEncoding: 3631 3631 1326\nWidth: 506\nFlags: W\nHStem: 348.974 41.7328<188 201> 403 22<158 166> 543 24<158 166>\nVStem: 70.1472 48.8528<480 487> 199 24<480 495> 349 87<1 448>\nFore\n436 0 m 1\n 349 0 l 1\n 349 396 l 2\n 349 467 349 497 323 493 c 0\n 294 489 303 412 270 377 c 0\n 246 352 181 336 131 363 c 0\n 86 387 70 443 70 471 c 0\n 69 521 98 567 159 567 c 0\n 194 567 223 530 223 485 c 128\n 223 440 194 403 159 403 c 0\n 154 403 150 404 146 405 c 1\n 170 388 250 366 274 467 c 0\n 295 555 319 561 339 568 c 0\n 389 585 436 539 436 482 c 2\n 436 0 l 1\n199 485 m 0\n 199 505 185 543 159 543 c 128\n 133 543 119 505 119 485 c 0\n 119 463 133 425 159 425 c 128\n 185 425 199 463 199 485 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E30\nEncoding: 3632 3632 1327\nWidth: 501\nFlags: W\nHStem: -0.990438 28.9904<207 225> 59 22<158 165> 199 24<158 165> 342.01 28.9904<207 225> 402 22<158 165> 542 24<158 165>\nVStem: 69.8665 49.1335<130 143 473 486> 199 24<130 143 473 486> 340 74<207 222 559 565>\nFore\n414 566 m 1\n 413 440 322 342 205 342 c 0\n 46 342 23 566 159 566 c 0\n 194 566 223 529 223 484 c 128\n 223 439 194 402 159 402 c 0\n 154 402 150 403 146 404 c 1\n 164 384 192 371 220 371 c 0\n 276 371 337 418 340 566 c 1\n 414 566 l 1\n414 223 m 1\n 413 97 322 -1 205 -1 c 0\n 46 -1 23 223 159 223 c 0\n 194 223 223 186 223 141 c 128\n 223 96 194 59 159 59 c 0\n 154 59 150 60 146 61 c 1\n 164 41 192 28 220 28 c 0\n 276 28 337 75 340 223 c 1\n 414 223 l 1\n199 484 m 0\n 199 504 185 542 159 542 c 128\n 133 542 119 504 119 484 c 0\n 119 462 133 424 159 424 c 128\n 185 424 199 462 199 484 c 0\n199 141 m 0\n 199 161 185 199 159 199 c 128\n 133 199 119 161 119 141 c 0\n 119 119 133 81 159 81 c 128\n 185 81 199 119 199 141 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E31\nEncoding: 3633 3633 1328\nWidth: 0\nFlags: W\nHStem: 636.01 28.9904<-16 2> 696 22<-65 -58> 836 24<-65 -58>\nVStem: -153.133 49.1335<767 780> -24 24<767 780> 117 74<844 859>\nFore\n191 860 m 1\n 190 734 99 636 -18 636 c 0\n -177 636 -200 860 -64 860 c 0\n -29 860 0 823 0 778 c 128\n 0 733 -29 696 -64 696 c 0\n -69 696 -73 697 -77 698 c 1\n -59 678 -31 665 -3 665 c 0\n 53 665 114 712 117 860 c 1\n 191 860 l 1\n-24 778 m 0\n -24 798 -38 836 -64 836 c 128\n -90 836 -104 798 -104 778 c 0\n -104 756 -90 718 -64 718 c 128\n -38 718 -24 756 -24 778 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E32\nEncoding: 3634 3634 1329\nWidth: 466\nFlags: W\nHStem: 0 21G<287 377> 510 57<207 254>\nVStem: 287 90<1 423>\nFore\n377 0 m 1\n 287 0 l 1\n 287 408 l 2\n 287 472 268 510 207 510 c 0\n 157 510 114 463 86 422 c 1\n 66 433 l 1\n 102 488 168 567 254 567 c 0\n 302 567 377 539 377 410 c 2\n 377 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E33\nEncoding: 3635 3635 1330\nWidth: 467\nFlags: W\nHStem: 0 21G<287 377> 510 57<207 254> 636 34<-9.06587 3> 764 34<-9.06587 3>\nVStem: -77 32<707.221 720> 45 32<707.221 720> 287 90<1 423>\nFore\n77 717 m 0\n 77 672 42 636 0 636 c 128\n -42 636 -77 672 -77 717 c 128\n -77 762 -42 798 0 798 c 128\n 42 798 77 762 77 717 c 0\n377 0 m 1\n 287 0 l 1\n 287 408 l 2\n 287 472 268 510 207 510 c 0\n 157 510 114 463 86 422 c 1\n 66 433 l 1\n 102 488 168 567 254 567 c 0\n 302 567 377 539 377 410 c 2\n 377 0 l 1\n45 717 m 0\n 45 743 24 764 0 764 c 128\n -24 764 -45 743 -45 717 c 128\n -45 691 -24 670 0 670 c 128\n 24 670 45 691 45 717 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0E34\nEncoding: 3636 3636 1331\nWidth: 0\nFlags: W\nHStem: 682.183 31.8172<-338.32 -320.067 -319 -312>\nFore\n-88 603 m 1\n -234 704 -369 682 -404 676 c 0\n -486 663 -417 820 -276 820 c 0\n -86 820 -87 647 -88 603 c 1\n-115 650 m 1\n -123 708 -165 780 -250 787 c 0\n -350 795 -389 706 -320 714 c 1\n -267 714 -187 703 -115 650 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E35\nEncoding: 3637 3637 1332\nWidth: 0\nFlags: W\nHStem: 682.183 31.8172<-320.32 -302.067 -301 -294>\nVStem: -160 63<800 878>\nFore\n-70 603 m 1\n -216 704 -351 682 -386 676 c 0\n -468 663 -399 820 -258 820 c 0\n -220 820 -189 813 -160 799 c 1\n -160 879 l 1\n -97 879 l 1\n -97 737 l 1\n -69 687 -69 627 -70 603 c 1\n-97 650 m 1\n -105 708 -147 780 -232 787 c 0\n -332 795 -371 706 -302 714 c 1\n -249 714 -169 703 -97 650 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0E36\nEncoding: 3638 3638 1333\nWidth: 0\nFlags: W\nHStem: 682.183 31.8172<-338.32 -320.067 -319 -312> 847 31<-157 -152>\nVStem: -130 31<812 822>\nFore\n-88 603 m 1\n -234 704 -369 682 -404 676 c 0\n -486 663 -417 820 -276 820 c 0\n -254 820 -235 818 -217 813 c 1\n -218.591 852.798 -193.381 875.7 -158 878 c 1\n -125 878 -99 852 -99 819 c 0\n -99 794 -114 774 -135 765 c 1\n -87 712 -87 631 -88 603 c 1\n-130 819 m 0\n -130 834 -143 847 -158 847 c 128\n -173 847 -186 834 -186 819 c 128\n -186 804 -173 791 -158 791 c 128\n -143 791 -130 804 -130 819 c 0\n-115 650 m 1\n -123 708 -165 780 -250 787 c 0\n -350 795 -389 706 -320 714 c 1\n -267 714 -187 703 -115 650 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0E37\nEncoding: 3639 3639 1334\nWidth: 0\nFlags: W\nHStem: 682.432 31.5679<-320.32 -302.067 -301 -294> 787.503 91.4973<-261.668 -232.113>\nVStem: -262 62<820 878> -160 63<800 878>\nFore\n-70 603 m 1\n -134.215 646.002 -185.568 667.085 -262 679 c 1\n -322 687 -368 679 -386 676 c 0\n -467 663 -400 817 -262 820 c 1\n -262 879 l 1\n -200 879 l 1\n -200 813 l 1\n -186 810 -173 805 -160 799 c 1\n -160 879 l 1\n -97 879 l 1\n -97 737 l 1\n -69 687 -69 627 -70 603 c 1\n-97 650 m 1\n -105 708 -147 780 -232 787 c 0\n -332 795 -371 706 -302 714 c 1\n -249 714 -169 703 -97 650 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0E38\nEncoding: 3640 3640 1335\nWidth: 0\nFlags: W\nHStem: -234 24<-200 -191> -92 23.2595<-192 -191>\nVStem: -257 24<-158 -142> -153 64<-333 -217 -158 -151>\nFore\n-89 -334 m 1\n -153 -334 l 1\n -153 -216 l 1\n -164 -227 -178 -234 -193 -234 c 0\n -228 -234 -257 -197 -257 -152 c 0\n -257 -110 -233 -75 -201 -70 c 0\n -129 -58 -89 -96 -89 -170 c 2\n -89 -334 l 1\n-153 -152 m 0\n -153 -130 -167 -92 -193 -92 c 128\n -219 -92 -233 -130 -233 -152 c 0\n -233 -172 -219 -210 -193 -210 c 128\n -167 -210 -153 -172 -153 -152 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E39\nEncoding: 3641 3641 1336\nWidth: 0\nFlags: W\nHStem: -341 25<-193 -177> -341 266<-153 -144> -234 24<-328 -319> -92 23.2595<-320 -319>\nVStem: -385 24<-162.439 -149> -281 64<-273.987 -217 -153 -151> -153 64<-273.987 -76>\nFore\n-89 -259 m 2\n -89 -301 -113 -341 -146 -341 c 2\n -224 -341 l 2\n -257 -341 -281 -301 -281 -259 c 2\n -281 -216 l 1\n -292 -227 -306 -234 -321 -234 c 0\n -356 -234 -385 -197 -385 -152 c 0\n -385 -110 -361 -75 -329 -70 c 0\n -257 -58 -217 -96 -217 -170 c 2\n -217 -284 l 2\n -217 -302 -203 -316 -185 -316 c 128\n -167 -316 -153 -302 -153 -284 c 2\n -153 -75 l 1\n -89 -75 l 1\n -89 -259 l 2\n-281 -152 m 0\n -281 -130 -295 -92 -321 -92 c 128\n -347 -92 -361 -130 -361 -152 c 0\n -361 -172 -347 -210 -321 -210 c 128\n -295 -210 -281 -172 -281 -152 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E3A\nEncoding: 3642 3642 1337\nWidth: 0\nFlags: W\nHStem: -180 111<-122 -106>\nVStem: -170 111<-132 -116>\nFore\n-59 -126 m 0\n -59 -163 -94 -180 -115 -180 c 128\n -136 -180 -170 -164 -170 -126 c 0\n -170 -94 -145 -69 -115 -69 c 128\n -85 -69 -59 -95 -59 -126 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E3F\nEncoding: 3647 3647 1338\nWidth: 667\nFlags: W\nHStem: 0 19<17 59 18 33> 0 37<257 272> 326 39<215.031 272.972> 624 38<228.761 272> 643 19<17 37.5>\nVStem: 113 102<85 325 366 565> 273 66<-138 -1 40 319 368 619 663 792> 457 102<485 501> 478 115<165 182>\nFore\n593 176 m 0\n 593 138 573 0 351 0 c 2\n 339 0 l 1\n 339 -139 l 1\n 273 -139 l 1\n 273 0 l 1\n 17 0 l 1\n 17 19 l 1\n 101 21 113 38 113 109 c 2\n 113 553 l 2\n 113 627 99 639 17 643 c 1\n 17 662 l 1\n 273 662 l 1\n 273 793 l 1\n 339 793 l 1\n 339 661 l 1\n 430 655 559 626 559 493 c 4\n 559 382 471 360 426 349 c 1\n 426 347 l 1\n 513 329 593 281 593 176 c 0\n457 487 m 0\n 457 576 398 609 339 620 c 1\n 339 367 l 1\n 384 372 457 394 457 487 c 0\n273 366 m 1\n 273 625 l 1\n 257 625 245 624 237 624 c 0\n 217 624 215 610 215 595 c 2\n 215 365 l 1\n 273 366 l 1\n478 180 m 0\n 478 262 429 295 377 311 c 0\n 365 315 353 317 339 320 c 1\n 339 39 l 1\n 403 46 478 74 478 180 c 0\n273 37 m 1\n 273 325 l 1\n 257 326 238 326 215 326 c 1\n 215 78 l 2\n 215 45 229 38 273 37 c 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,4 y2,3 x12,10 x12,11 \nEndChar\nStartChar: uni0E40\nEncoding: 3648 3648 1339\nWidth: 329\nFlags: W\nHStem: 132 24<194 202>\nVStem: 70 85<74 92 139 566> 235 24<69 76>\nFore\n259 74 m 0\n 259 32 234 -2 202 -8 c 0\n 128 -21 70 18 70 92 c 2\n 70 567 l 1\n 155 567 l 1\n 155 138 l 1\n 166 149 180 156 195 156 c 0\n 230 156 259 119 259 74 c 0\n235 74 m 0\n 235 94 221 132 195 132 c 128\n 169 132 155 94 155 74 c 0\n 155 52 169 14 195 14 c 128\n 221 14 235 52 235 74 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E41\nEncoding: 3649 3649 1340\nWidth: 582\nFlags: W\nHStem: 132 24<194 202 447 455>\nVStem: 70 85<74 92 139 566> 235 24<69 76> 323 85<74 92 139 566> 488 24<69 76>\nFore\n512 74 m 0\n 512 32 487 -2 455 -8 c 0\n 381 -21 323 18 323 92 c 2\n 323 567 l 1\n 408 567 l 1\n 408 138 l 1\n 419 149 433 156 448 156 c 0\n 483 156 512 119 512 74 c 0\n259 74 m 0\n 259 32 234 -2 202 -8 c 0\n 128 -21 70 18 70 92 c 2\n 70 567 l 1\n 155 567 l 1\n 155 138 l 1\n 166 149 180 156 195 156 c 0\n 230 156 259 119 259 74 c 0\n488 74 m 0\n 488 94 474 132 448 132 c 128\n 422 132 408 94 408 74 c 0\n 408 52 422 14 448 14 c 128\n 474 14 488 52 488 74 c 0\n235 74 m 0\n 235 94 221 132 195 132 c 128\n 169 132 155 94 155 74 c 0\n 155 52 169 14 195 14 c 128\n 221 14 235 52 235 74 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E42\nEncoding: 3650 3650 1341\nWidth: 406\nFlags: W\nHStem: 132 24<271 279> 945 61<219 239>\nVStem: 147 85<74 92 139 789> 312 24<69 76>\nFore\n336 74 m 0\n 336 32 311 -2 279 -8 c 0\n 205 -21 147 18 147 92 c 2\n 147 784 l 2\n 147 919 -49 887 -96 872 c 1\n -96 974 1 1056 83 1056 c 0\n 110 1056 134 1049 160 1036 c 2\n 186 1023 l 2\n 199 1016 222 1006 239 1006 c 0\n 269 1006 284 1017 303 1061 c 1\n 335 1061 l 1\n 325 1024 305 945 219 945 c 0\n 176 945 120 974 84 977 c 0\n 53 980 -23 977 -52 912 c 1\n 57 936 163 927 199 885 c 0\n 228 851 232 831 232 771 c 2\n 232 138 l 1\n 243 149 257 156 272 156 c 0\n 307 156 336 119 336 74 c 0\n312 74 m 0\n 312 94 298 132 272 132 c 128\n 246 132 232 94 232 74 c 0\n 232 52 246 14 272 14 c 128\n 298 14 312 52 312 74 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E43\nEncoding: 3651 3651 1342\nWidth: 406\nFlags: W\nHStem: 132 24<271 279> 752 22<43 55> 892 24<43 55> 987 58<49 78>\nVStem: -73 36<876 894> -14.8742 23.8742<831 837> 89 24<831 837> 147 85<74 92 139 885> 312 24<69 76>\nFore\n336 74 m 0\n 336 32 311 -2 279 -8 c 0\n 205 -21 147 18 147 92 c 2\n 147 876 l 2\n 147 937 97 987 49 987 c 128\n 1 987 -37 937 -37 876 c 0\n -37 860 -28 835 -13 813 c 1\n -22.9795 864.854 7.83289 916.879 49 916 c 1\n 84 916 113 879 113 834 c 128\n 113 789 89 752 44 752 c 0\n -14 752 -73 824 -73 894 c 0\n -73 977 -5 1045 78 1045 c 128\n 161 1045 232 977 232 894 c 2\n 232 138 l 1\n 243 149 257 156 272 156 c 0\n 307 156 336 119 336 74 c 0\n89 834 m 0\n 89 854 75 892 49 892 c 128\n 23 892 9 854 9 834 c 0\n 9 812 23 774 49 774 c 128\n 75 774 89 812 89 834 c 0\n312 74 m 0\n 312 94 298 132 272 132 c 128\n 246 132 232 94 232 74 c 0\n 232 52 246 14 272 14 c 128\n 298 14 312 52 312 74 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E44\nEncoding: 3652 3652 1343\nWidth: 406\nFlags: W\nHStem: 132 24<267 279>\nVStem: 147 85<74 92 139 923> 312 24<69 76>\nFore\n336 74 m 0\n 336 32 311 -2 279 -8 c 0\n 205 -21 147 18 147 92 c 1\n 146 921 l 1\n 146 977 77 1047 29 884 c 0\n 23 863 5 806 -15 740 c 1\n -111 1019 l 1\n -113 1026 -118 1037 -117 1042 c 128\n -116 1047 -107 1053 -99 1040 c 2\n -1 874 l 1\n 8 904 17 929 24 945 c 0\n 96 1118 232 1037 232 954 c 2\n 232 138 l 1\n 243 149 257 156 272 156 c 0\n 307 156 336 119 336 74 c 0\n312 74 m 0\n 312 94 298 132 272 132 c 128\n 246 132 232 94 232 74 c 0\n 232 52 246 14 272 14 c 128\n 298 14 312 52 312 74 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E45\nEncoding: 3653 3653 1344\nWidth: 267\nFlags: W\nHStem: 510 57<27 74>\nVStem: 107 90<-240 431>\nFore\n197 -241 m 1\n 107 -241 l 1\n 107 408 l 2\n 107 472 88 510 27 510 c 0\n -23 510 -66 463 -94 422 c 1\n -114 433 l 1\n -78 488 -12 567 74 567 c 0\n 122 567 197 539 197 410 c 2\n 197 -241 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E46\nEncoding: 3654 3654 1345\nWidth: 525\nFlags: W\nHStem: 276 22<166 169> 416 24<166 169> 472 21G<258 280> 538 34<325 355> 547 23<194 200>\nVStem: 87.2641 23.7359<416 454> 207 24<349 365> 368 87<-51 473>\nDStem: 335 -164 422 -164 284 -243 371 -243\nFore\n455 2 m 2\n 455 -116 445 -128 422 -164 c 2\n 371 -243 l 1\n 284 -243 l 1\n 335 -164 l 2\n 358 -128 368 -116 368 2 c 2\n 368 480 l 2\n 368 525 353 538 325 538 c 0\n 308 538 280 507 280 472 c 1\n 258 472 l 1\n 257 509 222 547 198 547 c 0\n 142 547 111 486 111 446 c 0\n 111 429 112 414 113 402 c 1\n 124 425 145 440 167 440 c 0\n 202 440 231 403 231 358 c 128\n 231 313 202 276 167 276 c 0\n 139 276 119 302 106 334 c 0\n 85 387 77 463 102 509 c 128\n 127 555 164 570 195 570 c 0\n 229 570 244 549 269 528 c 1\n 296 551 305 572 355 572 c 0\n 419 572 455 539 455 452 c 2\n 455 2 l 2\n207 358 m 0\n 207 378 193 416 167 416 c 128\n 141 416 127 378 127 358 c 0\n 127 336 141 298 167 298 c 128\n 193 298 207 336 207 358 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E47\nEncoding: 3655 3655 1346\nWidth: 0\nFlags: W\nHStem: 637 34.5146<-213 -208> 705.931 27.9055<-295 -293> 820 23<-176 -168>\nVStem: -418.333 66.9359<759 776> -239 24<749.561 765> -79 29.8757<971 972>\nFore\n-49 978 m 1\n -49 790 -308 942 -345 804 c 0\n -363 738 -339 708 -323 689 c 1\n -319 749 -290 736 -277 724 c 0\n -250 700 -248 684 -230 676 c 0\n -218 671 -201 667 -185 681 c 1\n -218 684 -239 717 -239 760 c 0\n -239 805 -216 843 -166 843 c 0\n -135 843 -98 819 -91 763 c 0\n -88 741 -95 709 -104 692 c 0\n -129 646 -173 631 -215 637 c 0\n -255 643 -261 682 -280 701 c 0\n -297 718 -318 696 -297 639 c 1\n -394 651 -436 739 -413 817 c 0\n -358 1004 -79 822 -79 972 c 1\n -49 978 l 1\n-135 760 m 0\n -135 782 -149 820 -175 820 c 128\n -201 820 -215 782 -215 760 c 0\n -215 740 -201 702 -175 702 c 128\n -149 702 -135 740 -135 760 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E48\nEncoding: 3656 3656 1347\nWidth: 0\nFlags: W\nHStem: 923 243<-134 -126>\nFore\n-92 1166 m 1\n -97 978 -109 948 -110 940 c 128\n -111 932 -119 923 -128 923 c 0\n -139 923 -147 932 -148 940 c 128\n -149 948 -161 978 -166 1166 c 1\n -92 1166 l 1\nEndSplineSet\nEndChar\nStartChar: uni0E49\nEncoding: 3657 3657 1348\nWidth: 0\nFlags: W\nHStem: 986 18<-236 -229> 1098 19<-236 -229>\nVStem: -286 19<1050 1054> -203 19.2264<1050 1054> -89 59<1099 1116>\nFore\n-30 1117 m 1\n -31 1017 -103 904 -325 925 c 1\n -325 950 l 1\n -283 951 -250 962 -228 987 c 1\n -231 986 -232 986 -235 986 c 0\n -263 986 -286 1016 -286 1052 c 128\n -286 1088 -263 1117 -235 1117 c 0\n -217 1117 -202 1108 -190 1085 c 0\n -176 1058 -186 996 -215 957 c 1\n -171 954 -91 976 -89 1117 c 1\n -30 1117 l 1\n-203 1052 m 0\n -203 1068 -214 1098 -235 1098 c 0\n -255 1098 -267 1068 -267 1052 c 0\n -267 1034 -255 1004 -235 1004 c 0\n -214 1004 -203 1034 -203 1052 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E4A\nEncoding: 3658 3658 1349\nWidth: 0\nFlags: W\nHStem: 927 18<-429 -421> 1068 22<-303 -295> 1072 19<-397 -387>\nVStem: -477 20<986 1002> -393 19<986 1002> -133 59<1114 1116>\nFore\n-74 1117 m 1\n -75 1017 -147 904 -318 925 c 1\n -318 950 l 1\n -293 956 -264 973 -262 1023 c 0\n -261 1046 -281 1068 -297 1068 c 0\n -320 1068 -338 1045 -335 1013 c 1\n -353 1013 l 1\n -353 1046 -365 1072 -389 1072 c 0\n -401 1072 -411 1067 -422 1058 c 1\n -396 1056 -374 1027 -374 993 c 0\n -374 957 -397 927 -425 927 c 128\n -453 927 -477 957 -477 993 c 0\n -477 1010 -472 1029 -465 1042 c 0\n -449 1073 -415 1091 -390 1091 c 0\n -363 1091 -351 1074 -344 1057 c 1\n -340 1068 -328 1090 -302 1090 c 0\n -226 1090 -225 986 -263 957 c 1\n -218 954 -136 976 -133 1117 c 1\n -74 1117 l 1\n-393 993 m 0\n -393 1009 -405 1039 -425 1039 c 0\n -446 1039 -457 1009 -457 993 c 0\n -457 975 -446 945 -425 945 c 0\n -405 945 -393 975 -393 993 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E4B\nEncoding: 3659 3659 1350\nWidth: 0\nFlags: W\nHStem: 982 42<-246 -189 -144 -90>\nVStem: -189 45<924 982 1024 1081>\nFore\n-89 982 m 1\n -144 982 l 1\n -144 923 l 1\n -189 923 l 1\n -189 982 l 1\n -247 982 l 1\n -247 1024 l 1\n -189 1024 l 1\n -189 1082 l 1\n -144 1082 l 1\n -144 1024 l 1\n -89 1024 l 1\n -89 982 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y10,8 y10,9 y1,3 y1,2 x7,5 x7,6 x1,11 x1,0 \nEndChar\nStartChar: uni0E4C\nEncoding: 3660 3660 1351\nWidth: 0\nFlags: W\nHStem: 922 18<-196 -188>\nVStem: -269 47<986 993> -158 19<986 988>\nFore\n-17 1146 m 1\n -28 1026 -126 1087 -177 1051 c 1\n -154.295 1039.9 -139.993 1017.84 -139 988 c 1\n -139 952 -164 922 -196 922 c 0\n -244 922 -269 960 -269 991 c 0\n -269 1000 -268 1009 -265 1017 c 0\n -221 1161 -44 1025 -41 1141 c 1\n -17 1146 l 1\n-158 988 m 0\n -158 1004 -169 1034 -190 1034 c 128\n -211 1034 -222 1004 -222 988 c 0\n -222 970 -211 940 -190 940 c 128\n -169 940 -158 970 -158 988 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0E4D\nEncoding: 3661 3661 1352\nWidth: 0\nFlags: W\nHStem: 636 34<-175.066 -163> 764 34<-175.066 -163>\nVStem: -243 32<707.221 719> -121 32<707.221 719>\nFore\n-89 717 m 0\n -89 672 -124 636 -166 636 c 128\n -208 636 -243 672 -243 717 c 128\n -243 762 -208 798 -166 798 c 128\n -124 798 -89 762 -89 717 c 0\n-121 717 m 0\n -121 743 -142 764 -166 764 c 128\n -190 764 -211 743 -211 717 c 128\n -211 691 -190 670 -166 670 c 128\n -142 670 -121 691 -121 717 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E4E\nEncoding: 3662 3662 1353\nWidth: 0\nFlags: W\nHStem: 637 35<-243 -223> 790 35<-243 -222>\nVStem: -246.292 157.292<896 898>\nFore\n-89 887 m 1\n -136 903 -177 898 -189 874 c 0\n -197 857 -174 819 -153 784 c 1\n -164 758 l 1\n -193 781 -205 790 -222 790 c 0\n -249 790 -263 751 -262 733 c 0\n -261 712 -251 672 -223 672 c 0\n -205 672 -193 688 -187 705 c 1\n -171 685 l 1\n -185 656 -212 637 -243 637 c 0\n -289 637 -326 679 -326 731 c 128\n -326 783 -289 825 -243 825 c 0\n -226 825 -210 819 -197 809 c 1\n -230 844 -253 876 -245 902 c 0\n -220 983 -126 938 -89 919 c 1\n -89 887 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E4F\nEncoding: 3663 3663 1354\nWidth: 707\nFlags: W\nHStem: 0 30<342 376> 141.04 31.9414<342 360> 393.019 31.9414<342 360> 536 30<342 376>\nVStem: 71 31<271 305> 213.04 31.9414<271 289> 465.019 31.9414<271 289> 608 29<271 305>\nFore\n465.019 283 m 0\n 465.019 343.249 415.249 393.019 355 393.019 c 128\n 294.751 393.019 244.981 343.249 244.981 283 c 128\n 244.981 222.751 294.751 172.981 355 172.981 c 128\n 415.249 172.981 465.019 222.751 465.019 283 c 0\n637 283 m 0\n 637 127 510 0 354 0 c 128\n 198 0 71 127 71 283 c 128\n 71 439 198 566 354 566 c 128\n 510 566 637 439 637 283 c 0\n608 283 m 0\n 608 423 495 536 355 536 c 128\n 215 536 102 423 102 283 c 128\n 102 143 215 30 355 30 c 128\n 495 30 608 143 608 283 c 0\n496.96 283 m 0\n 496.96 205.26 432.74 141.04 355 141.04 c 128\n 277.26 141.04 213.04 205.26 213.04 283 c 128\n 213.04 360.74 277.26 424.96 355 424.96 c 128\n 432.74 424.96 496.96 360.74 496.96 283 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0E50\nEncoding: 3664 3664 1355\nWidth: 568\nFlags: W\nHStem: -10 25<268.697 286> 385 29<268.583 286>\nVStem: 60 80<182 214> 428 80<182 214>\nFore\n508 202 m 0\n 508 85 408 -10 284 -10 c 128\n 160 -10 60 85 60 202 c 128\n 60 319 160 414 284 414 c 128\n 408 414 508 319 508 202 c 0\n428 200 m 0\n 428 304 365 385 284 385 c 128\n 203 385 140 304 140 200 c 0\n 140 97 203 15 284 15 c 128\n 365 15 428 97 428 200 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E51\nEncoding: 3665 3665 1356\nWidth: 568\nFlags: W\nHStem: -10 25<220 233> 94.2462 21.7538<268 279> 234 25<268 279> 385 29<271 286>\nVStem: 60 80<186 212> 208 24<171 186> 428 80<180 204>\nFore\n508 195 m 0\n 508 130 458 11 371 -12 c 1\n 357 7 l 1\n 406 44 429 106 428 187 c 0\n 427 291 365 385 284 385 c 0\n 212 385 140 299 140 200 c 0\n 140 95 177 15 226 15 c 0\n 258 15 285 50 300 102 c 1\n 252.919 75.3243 207.706 120.281 208 176 c 1\n 208 221 242 259 277 259 c 0\n 326 259 350 223 357 172 c 0\n 366 103 293 -10 226 -10 c 0\n 132 -10 60 106 60 202 c 0\n 60 319 160 414 284 414 c 128\n 408 414 508 312 508 195 c 0\n312 176 m 0\n 312 196 298 234 272 234 c 128\n 246 234 232 196 232 176 c 0\n 232 154 246 116 272 116 c 128\n 298 116 312 154 312 176 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E52\nEncoding: 3666 3666 1357\nWidth: 615\nFlags: W\nHStem: -13 24<273 337> 122.265 24.7353<260.866 268> 265 23<261 273> 386 24<417 433> 390 24<299.031 300>\nVStem: 60 72<195 374> 308 24<204 211> 475 79<195 243>\nFore\n554 223 m 0\n 554 59 509 -12 317 -13 c 0\n 128 -14 60 25 60 221 c 2\n 60 450 l 2\n 60 491 66 597 1 628 c 1\n 19 645 l 1\n 100 607 129 490 132 357 c 0\n 134 253 133 168 133 140 c 0\n 132 45 184 12 300 11 c 0\n 435 10 475 46 475 139 c 2\n 475 275 l 2\n 475 332 470 386 424 386 c 0\n 393 386 381 354 375 305 c 1\n 352 305 l 1\n 346 352 323 391 299 390 c 0\n 262 388 231 334 234 276 c 1\n 239 283 256 288 268 288 c 0\n 303 288 332 251 332 205 c 0\n 332 160 305 116 259 123 c 0\n 220 129 186 187 178 241 c 0\n 166 324 217 414 300 414 c 0\n 334 414 356 393 365 372 c 1\n 380 394 391 410 425 410 c 0\n 523 410 554 306 554 223 c 0\n308 207 m 0\n 308 227 294 265 268 265 c 128\n 242 265 228 227 228 207 c 0\n 228 185 242 147 268 147 c 128\n 294 147 308 185 308 207 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E53\nEncoding: 3667 3667 1358\nWidth: 639\nFlags: W\nHStem: 172 24<311 316> 371 43<230 239 421 441>\nVStem: 60 80<195 219> 248 24<102.785 116> 352 24<102.785 116> 497 81<198 228>\nFore\n578 217 m 0\n 578 150 539 20 436 -12 c 1\n 422 10 l 1\n 479 38 497 135 497 216 c 0\n 497 321 455 371 421 371 c 0\n 392 371 361 359 336 283 c 1\n 313 283 l 1\n 293 334 282 371 234 371 c 0\n 168 371 140 265 140 200 c 0\n 140 126 171 62 221 33 c 0\n 246 19 275 21 300 34 c 1\n 271 41 248 74 248 114 c 0\n 248 159 277 196 312 196 c 128\n 347 196 376 159 376 114 c 0\n 376 28 293 -10 237 -5 c 0\n 134 4 60 100 60 202 c 0\n 60 324 143 414 231 414 c 0\n 267 414 300 390 323 329 c 1\n 346 379 387 413 441 413 c 0\n 492 413 578 351 578 217 c 0\n352 114 m 0\n 352 134 338 172 312 172 c 128\n 286 172 272 134 272 114 c 0\n 272 92 286 54 312 54 c 128\n 338 54 352 92 352 114 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E54\nEncoding: 3668 3668 1359\nWidth: 679\nFlags: W\nHStem: 125 22<444 448> 265 24<444 448>\nVStem: 61.0207 79.9793<159 175> 354 52<185 207> 486 24<195.785 209>\nFore\n623 647 m 1\n 638 587 628 520 587 472 c 0\n 529 404 295 358 208 297 c 0\n 165 267 140 215 141 171 c 0\n 141 132 168 89 222 64 c 0\n 248 52 308 42 347 49 c 0\n 376 54 400 64 420 65 c 1\n 382 87 354 126 354 185 c 0\n 354 258 390 289 446 289 c 0\n 481 289 510 252 510 207 c 0\n 510 162 481 125 446 125 c 0\n 442 125 437 126 429 129 c 1\n 474 73 562 95 619 11 c 1\n 594 -1 l 1\n 569 23 529 35 456 36 c 128\n 383 37 323 0 243 0 c 0\n 184 0 141 16 105 51 c 0\n 37 119 55 234 110 293 c 0\n 201 390 365 406 493 466 c 0\n 563 499 607 546 605 630 c 1\n 623 647 l 1\n486 207 m 0\n 486 227 472 265 446 265 c 128\n 420 265 406 227 406 207 c 0\n 406 185 420 147 446 147 c 128\n 472 147 486 185 486 207 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0E55\nEncoding: 3669 3669 1360\nWidth: 680\nFlags: W\nHStem: 125 22<443 449> 265 24<443 449> 505 47<379 385>\nVStem: 60.164 81.836<172 175> 298 47<458 469> 355 52<185 207> 421 47<463 469> 487 24<195.785 209>\nFore\n635 631 m 1\n 650 571 639 504 598 456 c 0\n 569 422 508 399 481 388 c 0\n 452 376 427 372 404 372 c 1\n 354 341 279 322 217 279 c 0\n 174 249 143 214 142 171 c 0\n 141 132 169 89 223 64 c 0\n 249 52 309 42 348 49 c 0\n 377 54 401 64 421 65 c 1\n 383 87 355 126 355 185 c 0\n 355 258 391 289 447 289 c 0\n 482 289 511 252 511 207 c 0\n 511 162 482 125 447 125 c 0\n 443 125 438 126 430 129 c 1\n 475 73 563 95 620 11 c 1\n 595 -1 l 1\n 570 23 530 35 457 36 c 128\n 384 37 324 0 244 0 c 0\n 185 0 142 16 106 51 c 0\n 38 119 51 217 106 276 c 0\n 156 329 262 360 338 393 c 1\n 312 411 298 439 298 467 c 0\n 298 514 336 552 383 552 c 128\n 430 552 468 514 468 467 c 0\n 468 453 465 441 461 430 c 1\n 545.553 455.822 622.211 514.847 617 613 c 1\n 635 631 l 1\n421 467 m 0\n 421 488 404 505 383 505 c 128\n 362 505 345 488 345 467 c 0\n 345 442 365 428 394 424 c 1\n 411 437 421 451 421 467 c 0\n487 207 m 0\n 487 227 473 265 447 265 c 128\n 421 265 407 227 407 207 c 0\n 407 185 421 147 447 147 c 128\n 473 147 487 185 487 207 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni0E56\nEncoding: 3670 3670 1361\nWidth: 515\nFlags: W\nHStem: -10 25<245 261> 85 22<139 149> 385 29<245 261>\nVStem: 59.6007 45.3993<156 169> 89.1101 50.2269<406 438> 185 24<156 169> 375 80<182 214>\nFore\n455 202 m 0\n 455 85 365 -10 253 -10 c 0\n 199 -10 173 -1 129 30 c 0\n 34 98 38 232 132 248 c 0\n 177 256 209 212 209 167 c 128\n 209 122 180 85 145 85 c 0\n 142 85 139 85 136 86 c 1\n 166 43 210 15 253 15 c 0\n 326 15 375 97 375 200 c 0\n 375 304 326 385 253 385 c 0\n 211 385 151 361 116 321 c 1\n 72 343 l 1\n 123 446 58 607 -27 626 c 1\n -24 644 l 1\n 105 630 159 466 134 374 c 1\n 166 396 211 414 253 414 c 0\n 365 414 455 319 455 202 c 0\n185 167 m 0\n 185 187 171 225 145 225 c 128\n 119 225 105 187 105 167 c 0\n 105 145 119 107 145 107 c 128\n 171 107 185 145 185 167 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0E57\nEncoding: 3671 3671 1362\nWidth: 767\nFlags: W\nHStem: 172 24<311 316> 371 43<230 239 421 441>\nVStem: 60 80<193 219> 248 24<102.785 116> 352 24<102.785 116> 497 81<198 241> 636.79 69.2318<277 306>\nFore\n701 373 m 0\n 732 200 643 0 439 -15 c 1\n 422 10 l 1\n 479 38 497 135 497 216 c 0\n 497 321 455 371 421 371 c 0\n 392 371 361 359 336 283 c 1\n 313 283 l 1\n 293 334 282 371 234 371 c 0\n 168 371 140 265 140 200 c 0\n 140 126 171 62 221 33 c 0\n 246 19 275 21 300 34 c 1\n 271 41 248 74 248 114 c 0\n 248 159 277 196 312 196 c 128\n 347 196 376 159 376 114 c 0\n 376 28 293 -10 237 -5 c 0\n 134 4 60 100 60 202 c 0\n 60 324 143 414 231 414 c 0\n 267 414 300 390 323 329 c 1\n 346 379 387 413 441 413 c 0\n 492 413 578 351 578 217 c 0\n 578 168 557 83 504 30 c 1\n 623 82 658 237 625 380 c 0\n 588 538 528 598 398 630 c 1\n 408 654 l 1\n 510 640 661 598 701 373 c 0\n352 114 m 0\n 352 134 338 172 312 172 c 128\n 286 172 272 134 272 114 c 0\n 272 92 286 54 312 54 c 128\n 338 54 352 92 352 114 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E58\nEncoding: 3672 3672 1363\nWidth: 643\nFlags: W\nHStem: -1 49<460 476> 65 22<489 495> 90 82<234 252> 205 24<489 495> 272.9 69.074<469 476> 309 77<248 267>\nVStem: 60 58<180 199> 429 24<143 149>\nFore\n607 643 m 1\n 627 556 617 272 490 272 c 0\n 414 272 346 309 268 309 c 128\n 190 309 118 280 118 181 c 0\n 118 138 151 92 182 72 c 1\n 164 122 173 172 234 172 c 0\n 305 172 392 47 470 48 c 0\n 483 48 495 55 506 67 c 1\n 502 66 497 65 493 65 c 0\n 458 65 429 102 429 147 c 128\n 429 192 458 229 493 229 c 0\n 540 229 590 190 581 98 c 0\n 575 38 515 -1 470 -1 c 0\n 378 0 292 90 252 90 c 0\n 220 90 200 63 231 -1 c 1\n 89 18 60 141 60 197 c 0\n 61 313 147 386 249 386 c 0\n 326 386 453 324 502 347 c 0\n 582 385 588 535 588 627 c 1\n 607 643 l 1\n533 147 m 0\n 533 167 519 205 493 205 c 128\n 467 205 453 167 453 147 c 0\n 453 125 467 87 493 87 c 128\n 519 87 533 125 533 147 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni0E59\nEncoding: 3673 3673 1364\nWidth: 608\nFlags: W\nHStem: 0 21G<468 548> 146 24<281 284> 367.121 46.0078<400 412> 371 43<230 243>\nVStem: 60 80<187 219> 218 24<76.7851 91> 322 24<76.7851 91> 544.139 28.7814<571 587>\nFore\n565 643 m 1\n 583 559 569 429 545 383 c 0\n 488 274 411 447 351 317 c 1\n 384 187 482 44 548 0 c 1\n 468 0 l 1\n 399 16 322 245 311 272 c 0\n 283 344 269 371 234 371 c 0\n 168 371 140 265 140 200 c 0\n 140 126 172 63 221 33 c 0\n 227 30 234 27 240 26 c 1\n 227 41 218 63 218 88 c 0\n 218 133 247 170 282 170 c 128\n 317 170 346 133 346 88 c 0\n 346 21 295 -8 237 -5 c 0\n 134 0 60 100 60 202 c 0\n 60 324 143 414 231 414 c 0\n 267 414 300 390 323 329 c 1\n 371 505 484 334 522 432 c 0\n 534 463 545 502 545 626 c 1\n 565 643 l 1\n322 88 m 0\n 322 108 308 146 282 146 c 128\n 256 146 242 108 242 88 c 0\n 242 66 256 28 282 28 c 128\n 308 28 322 66 322 88 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E5A\nEncoding: 3674 3674 1365\nWidth: 683\nFlags: W\nHStem: 348.974 41.7328<189 202> 403 22<159 167> 543 24<159 167>\nVStem: 71.1472 48.8528<480 487> 200 24<480 495> 350 87<1 448> 524 86<0.249908 566>\nFore\n611 567 m 1\n 611.033 377.57 611.094 188.252 610 0 c 1\n 524 0 l 1\n 524 567 l 1\n 611 567 l 1\n437 0 m 1\n 351 0 l 1\n 350 245 l 1\n 350 396 l 2\n 350 467 350 497 324 493 c 0\n 295 489 304 412 271 377 c 0\n 247 352 182 336 132 363 c 0\n 87 387 71 443 71 471 c 0\n 70 521 99 567 160 567 c 0\n 195 567 224 530 224 485 c 128\n 224 440 195 403 160 403 c 0\n 155 403 151 404 147 405 c 1\n 171 388 251 366 275 467 c 0\n 296 555 320 560 340 568 c 0\n 370 580 437 560 437 482 c 2\n 437 0 l 1\n200 485 m 0\n 200 505 186 543 160 543 c 128\n 134 543 120 505 120 485 c 0\n 120 463 134 425 160 425 c 128\n 186 425 200 463 200 485 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0E5B\nEncoding: 3675 3675 1366\nWidth: 1485\nFlags: W\nHStem: -12 20<269 293> 74 18<621 629> 104 17<751 760> 133 16<868 880> 157 16<966 970> 175 17<1043 1051> 176 21<276 296> 204 16<1167 1172> 274 20<1204 1456> 338.567 45.4328<259 263> 382 16<1012 1013> 401.552 16.4485<921 929> 428 17<809 818> 485 19<553.897 570> 554 20<238 263>\nVStem: 36 17<256 315> 186 19<266 292> 409 21<350 402> 524 17<447 468> 585 17<110 121 439 468> 642 17<110 135> 656 16<427 441> 707 17<427 445> 723 17<133 151> 770 15<133 158> 785 15<397 420> 827.353 15.6474<417 418> 842 16<163 176> 888 16<158 184> 937 14<376 394> 944 15<180 194> 980.163 15.8263<185 202> 989 15<360 377> 1023 12.7798<360 375> 1024 15<196 208> 1024.85 42.2913<191 192> 1055 13<196 215> 1063.06 12.9446<344 358> 1094 12<212 223 347 358> 1119.33 13.3196<213 227> 1146 14<237 244 336 344 349 349> 1149 13.8282<345 348> 1177 14<224 236>\nFore\n1457 274 m 1\n 1209 274 l 2\n 1195 274 1184 271 1177 267 c 1\n 1185 253 1191 240 1191 227 c 0\n 1191 214 1181 204 1168 204 c 128\n 1155 204 1146 219 1146 239 c 0\n 1146 252 1151 263 1158 272 c 1\n 1146 290 l 1\n 1139 278 1131 266 1124 255 c 1\n 1132.34 235.493 1142.83 193.615 1113 192 c 1\n 1080.94 196.282 1094.39 236.216 1109 256 c 1\n 1102 269 1093 281 1085 294 c 1\n 1076 280 1067 267 1059 253 c 1\n 1064 237 1068 219 1068 197 c 0\n 1068 185 1058 175 1046 175 c 128\n 1034 175 1024 185 1024 197 c 0\n 1024 215 1032 235 1043 255 c 1\n 1035 273 1024 288 1013 304 c 1\n 1005 287 994 270 984 251 c 1\n 991 231 996 208 996 183 c 0\n 996 169 984 157 970 157 c 128\n 956 157 944 169 944 183 c 0\n 944 203 954 227 967 252 c 1\n 957 274 943 295 931 316 c 1\n 918 290 901 265 886 241 c 1\n 897 220 904 196 904 164 c 0\n 904 147 890 133 873 133 c 128\n 856 133 842 147 842 164 c 0\n 842 189 854 215 869 242 c 1\n 854 268 833 290 816 316 c 1\n 802 286 783 259 768 231 c 1\n 778 205 785 174 785 135 c 0\n 785 118 771 104 754 104 c 128\n 737 104 723 118 723 135 c 0\n 723 172 735 204 750 234 c 1\n 735 269 713 297 694 327 c 1\n 678 289 658 250 641 214 c 1\n 652 183 659 149 659 111 c 0\n 659 91 642 74 622 74 c 128\n 602 74 585 91 585 111 c 0\n 585 132 601 171 623 215 c 1\n 612 243 595 276 578 309 c 1\n 526 89 411 -12 270 -12 c 0\n 212 -12 36 44 36 286 c 0\n 36 495 171 574 245 574 c 0\n 324 574 430 545 430 375 c 0\n 430 212 332 176 294 176 c 0\n 245 176 186 197 186 281 c 0\n 186 340 227 384 261 384 c 0\n 274 384 284 374 284 361 c 1\n 285.064 335.297 246.283 330.315 239 353 c 1\n 223 343 205 318 205 276 c 0\n 205 236 230 197 288 197 c 0\n 334 197 409 236 409 377 c 0\n 409 519 321 554 245 554 c 0\n 175 554 53 478 53 286 c 0\n 53 64 207 8 284 8 c 0\n 446 8 533 180 568 327 c 1\n 544 373 524 418 524 465 c 0\n 524 487 541 504 563 504 c 0\n 609 504 604 458 596 403 c 0\n 593 381 589 358 584 335 c 1\n 599 307 618 274 633 236 c 1\n 650 271 668 309 683 343 c 1\n 669 368 656 399 656 440 c 0\n 656 459 671 474 690 474 c 128\n 709 474 724 459 724 440 c 0\n 724 413 715 380 702 345 c 1\n 720 316 743 288 760 251 c 1\n 776 278 794 304 807 331 c 1\n 794 354 785 380 785 416 c 0\n 785 432 798 445 814 445 c 128\n 830 445 843 432 843 416 c 0\n 842 385 835 358 824 333 c 1\n 840 307 861 285 878 257 c 1\n 893 282 910 307 921 332 c 1\n 908 353 899 373 899 392 c 0\n 899 406 911 418 925 418 c 128\n 939 418 951 406 951 392 c 0\n 951 371 946 352 939 332 c 1\n 950 315 963 296 976 268 c 1\n 986 285 996 302 1004 318 c 1\n 996 335 989 352 989 374 c 0\n 989 387 1000 398 1013 398 c 1\n 1050.91 392.535 1035.34 347.104 1021 319 c 1\n 1031 303 1043 288 1052 269 c 1\n 1076 309 l 1\n 1062.87 330.308 1049.47 378.248 1085 381 c 1\n 1121.29 377.246 1106.67 330.957 1092 308 c 1\n 1099 295 1109 283 1117 270 c 1\n 1124 281 1131 293 1137 304 c 1\n 1127.1 323.366 1113.8 363.459 1144 367 c 1\n 1172.88 363.571 1162.4 326.105 1153 304 c 1\n 1158 296 1163 288 1169 281 c 1\n 1181 290 1197 294 1214 294 c 2\n 1457 294 l 1\n 1457 274 l 1\n1149 346 m 0\n 1149 353 1140 354 1139 345 c 0\n 1138 338 1140 329 1144 321 c 1\n 1147 330 1149 338 1149 346 c 0\n1094 354 m 0\n 1094 365 1076 373 1076 352 c 0\n 1076 343 1079 333 1084 324 c 1\n 1090 336 1094 346 1094 354 c 0\n1177 228 m 0\n 1177 238 1173 247 1167 258 c 1\n 1161 250 1160 242 1160 237 c 0\n 1162 220 1168 220 1170 220 c 128\n 1172 220 1177 221 1177 228 c 0\n1023 367 m 0\n 1023 376 1021 382 1014 382 c 0\n 1005 382 1004 377 1004 370 c 0\n 1004 356 1007 344 1013 334 c 1\n 1019 347 1023 359 1023 367 c 0\n1115 208 m 1\n 1124.83 212.213 1117.54 231.807 1116 241 c 1\n 1110 232 1106 224 1106 218 c 0\n 1106 210 1108 208 1115 208 c 1\n937 388 m 0\n 937 407 915 407 914 390 c 0\n 913 377 919 363 929 348 c 1\n 934 362 937 375 937 388 c 0\n1055 203 m 0\n 1055 215 1053 227 1050 237 c 1\n 1043 225 1039 212 1039 200 c 0\n 1039 194 1043 192 1048 192 c 128\n 1053 192 1055 195 1055 203 c 0\n828 412 m 0\n 828 421 822 428 815 428 c 0\n 810 428 800 427 800 414 c 0\n 800 388 806 367 815 349 c 1\n 823 369 828 389 828 412 c 0\n970 173 m 1\n 989.043 177.169 979.021 218.554 973 234 c 1\n 965 217 959 202 959 189 c 0\n 959 181 960 173 970 173 c 1\n707 432 m 0\n 707 441 708 455 692 455 c 0\n 678 455 672 446 672 434 c 0\n 672 407 680 385 691 365 c 1\n 701 391 707 414 707 432 c 0\n888 167 m 0\n 888 189 884 208 877 224 c 1\n 866 204 858 186 858 167 c 0\n 858 152 868 149 873 149 c 0\n 886 149 888 156 888 167 c 0\n585 462 m 0\n 585 480 572 485 564 485 c 128\n 556 485 541 486 541 457 c 0\n 541 425 555 392 574 356 c 1\n 581 395 585 433 585 462 c 0\n770 139 m 0\n 770 167 766 190 758 212 c 1\n 747 189 740 166 740 139 c 0\n 740 130 746 121 755 121 c 128\n 764 121 770 129 770 139 c 0\n642 118 m 0\n 642 144 637 169 630 193 c 1\n 614 159 602 130 602 113 c 0\n 602 99 614 92 623 92 c 0\n 633 92 642 99 642 118 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni1200\nEncoding: 4608 4608 1367\nWidth: 583\nFlags: W\nVStem: 106.375 103.625<407 410>\nFore\n403 525 m 0\n 423 530 433 537 443 520 c 0\n 448 509 454 499 458 488 c 0\n 480 438 491 384 492 329 c 0\n 492 324 491 319 491 314 c 0\n 488 207 436 102 346 42 c 0\n 312 19 273 3 232 -1 c 0\n 174 -5 113 28 85 78 c 0\n 79 89 71 102 70 115 c 0\n 68 124 71 134 72 143 c 0\n 75 163 104 384 105 394 c 0\n 106 403 108 411 104 420 c 0\n 101 426 96 432 90 436 c 0\n 85 440 76 444 79 453 c 0\n 82 460 94 462 100 464 c 2\n 139 478 l 2\n 147 481 154 484 162 486 c 0\n 174 489 184 476 190 467 c 0\n 202 451 209 430 210 410 c 0\n 210 401 189 248 181 181 c 0\n 178 161 175 141 173 121 c 0\n 168 96 168 79 179 59 c 0\n 198 25 240 12 275 29 c 0\n 309 45 329 81 339 116 c 0\n 353 161 362 208 371 254 c 0\n 380 299 390 348 383 394 c 0\n 376 444 363 457 344 491 c 0\n 342 495 339 499 341 504 c 0\n 344 511 355 512 362 514 c 0\n 376 518 389 521 403 525 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1201\nEncoding: 4609 4609 1368\nWidth: 770\nFlags: W\nHStem: 0.114744 21.1994<241 242> 311 19.0268<495 503>\nVStem: 106.379 103.621<407 410>\nFore\n583 317 m 1\n 561 317 539 314 517 312 c 0\n 512 312 506 311 501 311 c 0\n 498 311 495 311 493 309 c 0\n 491 306 491 302 491 299 c 2\n 488 276 l 2\n 485 250 478 224 469 200 c 0\n 442 129 393 67 326 30 c 0\n 304 17 279 7 254 2 c 0\n 190 -10 121 18 87 74 c 0\n 80 86 71 101 70 115 c 0\n 68 124 71 134 72 143 c 0\n 72 145 104 384 105 394 c 0\n 106 403 108 411 104 419 c 0\n 101 426 96 432 90 436 c 0\n 85 440 76 444 79 453 c 0\n 82 460 94 462 100 464 c 0\n 120 471 140 480 160 486 c 0\n 173 489 183 477 190 467 c 0\n 202 451 209 430 210 410 c 0\n 210 403 177 151 174 130 c 0\n 172 119 169 107 169 95 c 0\n 169 63 192 32 223 24 c 0\n 270 11 310 47 328 87 c 0\n 347 128 374 254 381 315 c 0\n 391 378 381 427 356 471 c 0\n 353 478 348 484 344 491 c 0\n 342 495 339 499 341 504 c 0\n 344 511 355 512 362 514 c 0\n 416 529 l 0\n 424 531 433 534 439 527 c 0\n 444 520 456 492 460 483 c 0\n 483 431 489 393 492 330 c 1\n 510 330 529 333 547 334 c 0\n 604 338 577 335 614 344 c 0\n 662 356 657 352 701 359 c 0\n 708 359 717 360 722 354 c 0\n 732 342 723 333 718 325 c 0\n 712 310 735 273 741 263 c 1\n 746 257 751 249 744 242 c 0\n 734 232 715 225 699 222 c 0\n 641 212 583 250 583 317 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni1202\nEncoding: 4610 4610 1369\nWidth: 560\nFlags: W\nHStem: -41 134<447 480> 0.232604 22.1865<278 285>\nVStem: 14.2906 103.386<402 423> 40.3191 102.689<542 551> 161.296 103.236<40.5606 62.9856> 369 100.57<527 537>\nFore\n292 344 m 1\n 250 337 152 332 91 332 c 0\n 84 332 76 331 69 333 c 0\n 53 338 35 355 26 368 c 0\n -2 413 25 463 38 508 c 0\n 40 517 43 526 42 535 c 0\n 41 541 37 549 42 554 c 0\n 47 560 59 561 66 562 c 0\n 80 566 120 578 127 578 c 0\n 144 580 143 551 143 535 c 0\n 141 489 110 446 118 400 c 0\n 121 384 131 371 144 361 c 0\n 160 348 172 350 196 352 c 0\n 218 353 258 356 281 360 c 0\n 298 363 302 362 309 374 c 2\n 323 400 l 2\n 339 429 366 481 369 526 c 0\n 369 535 368 545 364 554 c 0\n 362 560 355 566 358 573 c 128\n 361 580 372 581 378 583 c 0\n 396 588 414 592 432 597 c 0\n 439 599 447 603 454 598 c 0\n 462 590 468 573 469 560 c 0\n 475 521 460 481 446 446 c 0\n 403 341 333 250 289 146 c 0\n 277 119 268 92 265 63 c 0\n 264 52 264 36 271 26 c 0\n 275 20 285 23 291 24 c 2\n 332 28 l 2\n 339 29 347 28 354 30 c 0\n 360 32 362 40 365 45 c 0\n 381 77 434 93 480 93 c 0\n 490 93 504 94 513 89 c 1\n 498 86 486 73 485 58 c 0\n 485 52 487 46 489 41 c 0\n 499 10 519 -4 544 -18 c 1\n 514 -35 481 -41 447 -41 c 0\n 408 -41 385 -31 367 -8 c 0\n 364 -4 361 5 356 7 c 128\n 351 9 345 7 340 6 c 2\n 308 3 l 2\n 295 2 283 0 270 0 c 0\n 266 0 261 1 257 1 c 0\n 194 1 l 2\n 189 1 183 0 179 3 c 0\n 171 8 167 20 165 28 c 0\n 158 52 162 76 168 99 c 0\n 185 168 254 283 292 344 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni1203\nEncoding: 4611 4611 1370\nWidth: 525\nFlags: W\nVStem: 13.8951 103.285<410 418> 42 100.539<532 552> 161.157 102.843<53 67.9572>\nFore\n292 344 m 1\n 250 337 152 332 91 332 c 0\n 66 332 61 334 46 347 c 0\n 39 352 33 358 28 365 c 0\n -3 409 25 461 37 506 c 0\n 40 514 42 522 42 531 c 0\n 42 539 36 550 43 555 c 0\n 45 556 46 557 48 557 c 0\n 49 558 110 574 119 577 c 0\n 137 581 137 574 142 562 c 0\n 150 525 123 462 118 431 c 0\n 115 409 118 388 133 371 c 0\n 149 355 153 351 177 351 c 0\n 203 351 249 355 275 359 c 0\n 297 362 303 361 310 376 c 0\n 332 411 364 475 369 521 c 0\n 370 531 369 542 365 551 c 0\n 363 557 356 564 358 571 c 0\n 359 579 370 581 377 582 c 2\n 432 597 l 2\n 439 599 448 603 454 597 c 0\n 463 589 467 574 469 563 c 0\n 474 530 465 495 453 464 c 0\n 410 349 332 250 285 137 c 0\n 277 118 264 82 264 53 c 0\n 265 43 267 33 271 24 c 0\n 274 19 280 12 276 5 c 0\n 271 -1 260 1 253 1 c 2\n 205 1 l 2\n 198 1 189 0 182 2 c 0\n 173 5 169 16 166 24 c 0\n 158 47 161 72 167 96 c 0\n 184 165 254 283 292 344 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni1204\nEncoding: 4612 4612 1371\nWidth: 525\nFlags: W\nHStem: 10.4213 22.5787<302.058 319 319.008 338.208> 122 41<296 333> 332.587 18.4128<162 175>\nVStem: 14.2906 104.296<402 426> 40.3191 102.641<542 552> 377.734 101.507<74 86>\nFore\n289 338 m 1\n 234 336 178 332 123 332 c 2\n 88 332 l 2\n 82 332 75 331 69 333 c 0\n 53 338 35 355 26 368 c 0\n -2 413 25 463 38 508 c 0\n 40 517 43 526 42 535 c 0\n 41 541 37 549 42 554 c 128\n 47 559 121 578 128 578 c 0\n 143 580 143 550 143 535 c 0\n 142 504 128 474 121 444 c 0\n 113 405 119 380 143 362 c 0\n 154 353 157 351 174 351 c 0\n 207 351 270 358 300 368 c 0\n 311 371 319 393 325 403 c 0\n 338 427 367 483 369 522 c 0\n 370 532 369 542 365 551 c 0\n 362 558 352 572 363 578 c 0\n 368 581 420 594 429 596 c 0\n 436 598 446 603 453 599 c 0\n 460 594 464 581 466 573 c 0\n 474 546 469 516 461 489 c 0\n 440 412 363 287 321 214 c 2\n 295 163 l 1\n 346 163 404 168 449 141 c 0\n 483 121 491 72 464 43 c 0\n 431 9 361 12 302 10 c 0\n 260 8 235 2 198 -4 c 0\n 190 -6 182 -8 176 0 c 0\n 162 19 161 45 163 67 c 0\n 173 147 250 273 289 338 c 1\n268 36 m 1\n 285 34 302 33 319 33 c 0\n 329 33 339 33 349 37 c 0\n 372 47 386 74 373 97 c 0\n 356 123 334 122 301 122 c 0\n 293 122 285 121 278 124 c 1\n 273 103 264 83 264 61 c 0\n 264 53 266 44 268 36 c 1\nEndSplineSet\nEndChar\nStartChar: uni1205\nEncoding: 4613 4613 1372\nWidth: 583\nFlags: W\nHStem: -10 40.9278<262 283>\nVStem: 55.7296 99.7583<454 470> 64.2362 103.57<134 166> 93 103<330 337> 452 119<260 339>\nFore\n123 357 m 1\n 175 357 l 2\n 181 357 190 359 194 353 c 0\n 198 348 196 336 196 329 c 0\n 195 306 190 283 185 260 c 0\n 175 212 162 163 170 113 c 0\n 175 82 190 53 220 40 c 0\n 274 18 346 38 379 68 c 0\n 438 116 452 201 452 273 c 0\n 452 279 453 284 453 290 c 0\n 453 302 452 315 452 327 c 0\n 452 396 435 486 420 547 c 0\n 420 547 409 577 411 584 c 0\n 413 594 427 594 435 595 c 0\n 455 599 515 611 522 609 c 0\n 527 607 529 601 530 596 c 0\n 552 516 567 435 571 340 c 0\n 575 249 570 150 507 78 c 0\n 451 17 376 -10 263 -10 c 0\n 204 -10 137 1 96 48 c 0\n 82 64 72 89 67 112 c 0\n 56 170 76 229 87 286 c 0\n 90 303 93 321 93 338 c 1\n 32 338 l 2\n 25 338 15 337 11 344 c 0\n 6 353 25 370 28 375 c 0\n 57 416 65 471 45 523 c 0\n 42 530 35 542 43 548 c 0\n 50 551 105 560 119 562 c 0\n 124 563 131 565 136 562 c 0\n 143 556 150 525 152 513 c 0\n 158 476 158 437 145 401 c 0\n 140 385 131 371 123 357 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni1206\nEncoding: 4614 4614 1373\nWidth: 758\nFlags: W\nVStem: 591 89.5555<473 480>\nFore\n479 367 m 1\n 477 348 473 329 472 309 c 0\n 469 257 471 203 450 154 c 0\n 427 95 377 54 323 27 c 0\n 264 -1 201 -15 142 21 c 0\n 115 37 97 56 82 83 c 0\n 77 93 70 105 69 116 c 0\n 69 123 103 380 105 393 c 0\n 106 402 108 410 104 419 c 0\n 95 436 92 432 81 443 c 0\n 78 446 78 451 80 455 c 0\n 84 459 112 468 118 470 c 1\n 151 482 l 2\n 170 490 176 484 187 471 c 0\n 200 454 208 433 210 412 c 0\n 211 406 175 132 172 118 c 0\n 171 109 168 100 169 90 c 0\n 172 53 203 22 240 21 c 0\n 256 21 272 26 285 34 c 0\n 339 69 350 135 356 194 c 0\n 360 229 371 342 381 386 c 0\n 387 407 417 459 403 487 c 0\n 389 506 398 494 385 507 c 1\n 382 513 385 519 390 521 c 0\n 390 521 475 538 488 539 c 0\n 494 539 501 537 507 538 c 0\n 540 542 574 547 607 550 c 0\n 630 553 652 547 666 528 c 0\n 676 515 685 494 680 470 c 0\n 670 402 592 398 540 385 c 0\n 528 382 517 378 506 374 c 0\n 497 370 489 365 479 367 c 1\n507 525 m 1\n 512 512 517 499 517 484 c 0\n 515 466 492 406 486 388 c 1\n 527 392 591 423 591 480 c 0\n 590 503 575 530 550 534 c 0\n 535 536 521 528 507 525 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni1208\nEncoding: 4616 4616 1374\nWidth: 598\nFlags: W\nVStem: 49.0169 112.882<97 123>\nFore\n259 474 m 1\n 257 478 205 545 208 566 c 0\n 208 575 218 577 225 579 c 2\n 278 599 l 2\n 284 601 293 606 300 602 c 0\n 305 599 310 574 313 567 c 0\n 331 516 356 488 390 454 c 0\n 423 417 446 380 463 330 c 0\n 484 262 487 191 502 122 c 0\n 511 84 524 52 541 22 c 0\n 543 18 546 14 545 9 c 0\n 543 -2 528 1 520 1 c 2\n 454 1 l 2\n 446 1 435 -1 429 5 c 0\n 422 10 413 35 410 44 c 0\n 395 83 389 125 385 167 c 0\n 376 252 368 320 332 381 c 0\n 326 392 318 403 312 414 c 1\n 298 403 284 392 272 379 c 0\n 221 324 175 237 164 148 c 0\n 160 112 160 73 173 38 c 0\n 176 30 181 22 183 14 c 0\n 186 1 174 1 164 1 c 1\n 89 1 l 1\n 83 1 75 0 69 3 c 0\n 61 9 59 25 57 34 c 0\n 34 122 65 218 95 286 c 0\n 113 325 135 362 162 396 c 0\n 187 427 220 461 259 474 c 1\nEndSplineSet\nEndChar\nStartChar: uni1209\nEncoding: 4617 4617 1375\nWidth: 787\nFlags: W\nHStem: 1 268<479 494.872>\nVStem: 49.9701 111.558<95 113>\nFore\n261 475 m 1\n 244 495 230 518 219 541 c 0\n 215 548 208 559 209 567 c 128\n 210 575 220 577 227 580 c 0\n 244 586 262 592 279 599 c 0\n 285 601 294 606 301 602 c 0\n 306 599 309 581 312 574 c 0\n 332 503 370 482 410 432 c 0\n 441 391 471 333 479 269 c 1\n 482 269 540 273 549 275 c 0\n 558 276 568 280 577 282 c 0\n 608 290 628 293 661 296 c 0\n 668 296 675 296 679 291 c 0\n 684 285 685 277 682 271 c 0\n 680 268 676 265 675 261 c 0\n 672 245 692 212 699 201 c 0\n 703 195 708 188 702 181 c 0\n 693 172 672 162 656 161 c 0\n 615 154 571 172 551 209 c 0\n 544 223 541 238 540 254 c 1\n 483 250 l 1\n 488 199 501 120 518 75 c 0\n 524 59 532 43 540 27 c 0\n 546 15 552 5 537 1 c 0\n 529 0 520 1 512 1 c 2\n 457 1 l 2\n 450 1 440 -1 433 3 c 0\n 427 6 425 14 422 20 c 0\n 370 132 396 268 341 369 c 0\n 333 385 321 398 314 414 c 1\n 289 400 268 375 250 353 c 0\n 204 293 172 217 163 141 c 0\n 159 105 161 68 174 34 c 0\n 178 26 191 8 178 2 c 0\n 173 0 168 1 163 1 c 1\n 89 1 l 1\n 83 1 75 0 69 3 c 1\n 61 11 59 26 56 38 c 0\n 48 73 49 110 53 145 c 0\n 64 232 103 318 156 388 c 0\n 183 424 219 458 261 475 c 1\nEndSplineSet\nEndChar\nStartChar: uni120A\nEncoding: 4618 4618 1376\nWidth: 817\nFlags: W\nVStem: 49.1822 112.833<88 123>\nFore\n261 475 m 1\n 244 495 230 518 219 541 c 0\n 215 548 208 559 209 567 c 128\n 210 575 220 577 227 580 c 0\n 244 586 262 592 279 599 c 0\n 285 601 294 606 301 602 c 0\n 307 599 308 588 309 582 c 0\n 321 543 337 515 360 486 c 0\n 392 451 401 446 426 411 c 0\n 481 329 478 254 499 147 c 0\n 505 118 518 67 534 39 c 0\n 538 26 543 28 556 28 c 0\n 562 29 571 28 576 32 c 0\n 580 34 582 41 584 45 c 0\n 597 65 610 72 631 81 c 0\n 653 89 676 93 699 93 c 0\n 709 93 723 94 733 89 c 1\n 718 86 706 73 705 57 c 0\n 705 52 707 46 709 41 c 0\n 719 10 739 -4 764 -18 c 1\n 704 -50 602 -57 579 8 c 1\n 550 8 557 5 537 1 c 0\n 527 0 517 1 507 1 c 0\n 501 1 495 0 489 0 c 128\n 483 0 478 1 472 1 c 2\n 446 1 l 2\n 432 1 429 4 425 13 c 2\n 416 33 l 2\n 404 62 397 92 392 123 c 0\n 383 186 382 252 363 313 c 0\n 356 334 349 355 338 374 c 0\n 331 388 321 400 314 414 c 1\n 288 399 267 374 249 351 c 0\n 203 291 171 216 163 141 c 0\n 159 105 161 68 174 34 c 0\n 178 26 191 8 178 2 c 0\n 173 0 168 1 163 1 c 1\n 89 1 l 1\n 83 1 75 0 69 3 c 1\n 62 10 59 24 56 37 c 0\n 34 129 68 227 99 294 c 0\n 131 361 188 446 261 475 c 1\nEndSplineSet\nEndChar\nStartChar: uni120B\nEncoding: 4619 4619 1377\nWidth: 583\nFlags: W\nVStem: 56.2615 113.929<209 225>\nFore\n266 468 m 1\n 259 478 251 487 244 497 c 0\n 235 510 227 524 220 538 c 0\n 216 546 208 557 209 566 c 0\n 209 575 219 577 226 579 c 2\n 280 599 l 2\n 286 601 295 606 302 602 c 0\n 307 599 311 577 313 569 c 0\n 321 547 332 525 345 506 c 0\n 360 484 380 467 398 447 c 0\n 415 428 429 407 441 385 c 0\n 482 307 483 220 501 136 c 0\n 508 102 523 53 542 23 c 0\n 544 19 548 14 547 9 c 0\n 545 -2 530 1 522 1 c 2\n 457 1 l 2\n 450 1 438 -1 431 4 c 0\n 427 7 417 30 415 36 c 0\n 403 67 396 99 391 132 c 0\n 382 192 381 254 363 312 c 0\n 357 332 350 352 340 371 c 0\n 333 383 325 394 319 407 c 1\n 303 401 288 390 274 381 c 0\n 213 340 144 271 179 169 c 0\n 181 162 189 147 177 144 c 0\n 169 141 158 143 150 143 c 2\n 95 143 l 2\n 87 143 74 140 68 146 c 128\n 62 152 60 169 59 179 c 0\n 53 214 57 250 69 283 c 0\n 93 348 147 394 203 431 c 0\n 211 437 250 463 266 468 c 1\nEndSplineSet\nEndChar\nStartChar: uni120C\nEncoding: 4620 4620 1378\nWidth: 758\nFlags: W\nHStem: 1 159<496 516> 11 22<552 571> 138 22.0042<501 570>\nVStem: 50.0933 102.396<80 113> 619 103<80 83 83.0314 93.8879>\nFore\n261 475 m 1\n 244 495 230 518 219 541 c 0\n 215 548 208 559 209 567 c 128\n 210 575 220 577 227 580 c 0\n 244 586 262 592 279 599 c 0\n 285 601 294 606 301 602 c 0\n 305 600 311 577 313 570 c 0\n 334 510 358 489 396 449 c 0\n 452 389 475 310 487 221 c 0\n 490 201 494 180 496 160 c 1\n 569 160 604 162 658 145 c 0\n 686 135 723 118 722 83 c 0\n 722 61 704 48 690 40 c 0\n 661 24 629 16 596 12 c 0\n 587 12 578 11 569 11 c 0\n 564 11 557 12 552 11 c 0\n 547 9 545 3 539 1 c 0\n 532 0 523 1 516 1 c 2\n 472 1 l 2\n 464 1 454 -1 447 5 c 0\n 438 12 423 48 418 61 c 0\n 395 118 390 180 380 240 c 0\n 370 296 355 349 328 392 c 0\n 323 399 318 406 314 414 c 1\n 290 401 263 370 246 348 c 0\n 200 287 169 215 156 140 c 0\n 151 106 150 70 159 36 c 0\n 161 28 166 20 167 12 c 0\n 167 -0 158 1 148 1 c 1\n 86 1 l 1\n 81 1 74 0 69 3 c 0\n 61 11 59 26 56 38 c 0\n 48 73 48 110 53 146 c 0\n 65 233 103 319 156 388 c 0\n 183 424 219 458 261 475 c 1\n501 138 m 1\n 503 116 520 67 532 42 c 0\n 534 39 535 36 538 34 c 0\n 544 32 551 33 557 33 c 0\n 576 33 602 36 614 53 c 0\n 619 61 619 72 619 81 c 0\n 619 93 621 108 614 118 c 0\n 597 135 576 138 548 138 c 2\n 501 138 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni120D\nEncoding: 4621 4621 1379\nWidth: 612\nFlags: W\nFore\n287 473 m 1\n 269 496 250 518 234 543 c 0\n 234 544 219 565 219 572 c 0\n 218 582 230 583 237 585 c 0\n 255 588 307 599 314 596 c 128\n 321 593 327 573 330 565 c 0\n 341 542 355 521 371 502 c 0\n 387 482 407 467 425 449 c 0\n 471 405 502 346 517 277 c 0\n 541 176 537 122 574 42 c 2\n 586 19 l 2\n 588 15 590 11 588 6 c 0\n 584 -2 569 1 561 1 c 2\n 508 1 l 2\n 499 1 489 0 480 1 c 0\n 470 3 466 15 462 23 c 0\n 420 119 433 239 389 341 c 0\n 380 360 370 378 358 395 c 0\n 355 399 350 409 344 410 c 128\n 338 411 331 404 327 401 c 0\n 269 358 225 302 189 239 c 0\n 178 219 165 197 158 175 c 1\n 175 180 190 185 206 192 c 0\n 229 203 253 216 280 216 c 0\n 358 216 395 125 353 69 c 0\n 324 26 266 33 220 15 c 0\n 192 4 162 -17 130 -14 c 0\n 83 -10 49 25 45 68 c 0\n 44 85 51 130 54 149 c 0\n 64 195 82 238 104 279 c 0\n 141 349 193 413 258 457 c 0\n 267 463 277 469 287 473 c 1\n146 92 m 0\n 149 69 166 47 189 43 c 0\n 224 36 264 65 258 103 c 0\n 255 125 241 147 219 153 c 0\n 181 165 140 132 146 92 c 0\nEndSplineSet\nEndChar\nStartChar: uni120E\nEncoding: 4622 4622 1380\nWidth: 875\nFlags: W\nHStem: 1 328.277<466 468> 194.831 183.598<784 797>\nVStem: 49.5042 102.908<81 113> 553.221 103.682<267 278> 769.216 114.669<273 286>\nFore\n259 474 m 1\n 242 497 226 520 214 546 c 0\n 211 554 203 564 204 573 c 0\n 204 583 216 584 223 585 c 2\n 278 594 l 2\n 285 596 295 599 301 595 c 0\n 307 590 308 579 310 572 c 0\n 323 534 339 506 363 480 c 0\n 372 470 382 462 391 452 c 0\n 418 422 440 388 456 348 c 0\n 461 336 461 325 475 330 c 2\n 491 332 l 1\n 497 333 585 347 599 350 c 0\n 611 353 621 358 633 359 c 0\n 660 362 687 359 714 364 c 0\n 751 371 788 387 826 374 c 0\n 882 353 903 280 867 232 c 0\n 862 226 857 220 851 215 c 0\n 811 184 761 200 715 192 c 0\n 680 186 645 171 610 184 c 0\n 600 188 591 193 583 200 c 0\n 547 232 544 288 572 326 c 1\n 537 321 502 315 468 309 c 1\n 477 283 480 255 484 228 c 0\n 495 147 504 101 531 40 c 0\n 532 37 545 18 545 10 c 0\n 544 -1 530 1 523 1 c 2\n 467 1 l 2\n 459 1 450 0 444 6 c 0\n 436 14 422 47 416 59 c 0\n 395 112 389 169 380 225 c 0\n 373 273 362 320 341 364 c 0\n 333 381 321 396 312 413 c 1\n 292 403 260 368 246 348 c 0\n 200 287 168 214 156 139 c 0\n 151 105 150 69 159 36 c 0\n 161 28 166 20 167 12 c 0\n 167 -0 158 1 148 1 c 1\n 86 1 l 1\n 81 1 74 0 69 3 c 0\n 61 11 59 24 56 36 c 0\n 35 125 65 220 95 286 c 0\n 113 326 136 364 164 398 c 0\n 189 428 221 461 259 474 c 1\n672 318 m 0\n 655 301 650 268 665 247 c 0\n 685 213 736 213 759 244 c 0\n 779 270 767 310 747 323 c 0\n 725 340 691 337 672 318 c 0\nEndSplineSet\nEndChar\nStartChar: uni120F\nEncoding: 4623 4623 1381\nWidth: 817\nFlags: W\nVStem: 56.6023 113.93<207 229> 196.641 134.359<-39 -35>\nFore\n266 468 m 1\n 259 478 251 487 244 497 c 0\n 235 510 227 524 220 538 c 0\n 216 546 208 557 209 566 c 0\n 209 575 219 577 226 579 c 2\n 280 599 l 2\n 286 601 295 606 302 602 c 0\n 308 597 308 586 310 579 c 0\n 316 561 323 544 331 528 c 0\n 356 483 399 452 427 409 c 0\n 478 332 480 256 498 154 c 0\n 509 92 516 80 535 36 c 0\n 540 26 543 19 556 22 c 0\n 566 23 607 26 618 27 c 0\n 643 27 644 32 664 36 c 0\n 696 43 718 47 751 50 c 0\n 759 51 768 49 772 41 c 0\n 775 35 774 29 770 24 c 0\n 769 22 766 20 765 17 c 0\n 761 -1 778 -28 786 -40 c 0\n 790 -46 797 -53 794 -61 c 0\n 791 -67 784 -71 779 -73 c 0\n 764 -82 748 -86 731 -86 c 0\n 670 -86 630 -44 630 9 c 1\n 554 0 464 5 387 -3 c 1\n 332 -7 l 1\n 332 -18 333 -29 331 -40 c 0\n 327 -71 310 -100 286 -119 c 0\n 259 -140 222 -144 192 -129 c 0\n 183 -125 173 -119 168 -111 c 0\n 163 -104 168 -97 172 -91 c 0\n 181 -78 189 -63 194 -48 c 0\n 199 -36 197 -30 191 -22 c 0\n 171 18 285 10 328 12 c 0\n 359 14 391 17 422 19 c 1\n 411 47 401 74 396 104 c 0\n 384 165 383 228 369 289 c 0\n 363 316 354 342 342 367 c 0\n 335 381 325 393 319 407 c 1\n 301 400 284 388 269 377 c 0\n 209 335 147 271 178 171 c 0\n 181 164 189 148 178 144 c 0\n 170 141 159 143 151 143 c 2\n 94 143 l 2\n 75 143 67 141 63 157 c 0\n 53 193 55 241 67 278 c 0\n 90 345 145 393 202 431 c 0\n 207 434 252 463 266 468 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni1210\nEncoding: 4624 4624 1382\nWidth: 817\nFlags: W\nHStem: 307 41<349 358 468 482>\nVStem: 29 103<58 132> 327.542 102.889<43.6962 66.9787> 385 103.175<517 529>\nFore\n364 349 m 1\n 369 386 374 422 378 459 c 0\n 381 478 386 498 385 517 c 0\n 385 527 384 539 376 547 c 0\n 371 553 352 555 359 567 c 0\n 362 574 418 581 432 583 c 0\n 441 585 451 587 460 585 c 0\n 471 581 478 572 482 561 c 0\n 493 534 487 504 484 476 c 0\n 480 447 470 361 467 348 c 1\n 489 348 511 344 533 340 c 0\n 608 327 712 292 750 230 c 0\n 761 213 764 196 767 177 c 0\n 768 172 770 167 771 162 c 0\n 775 130 755 84 751 56 c 0\n 750 45 749 34 753 24 c 0\n 755 18 761 10 754 4 c 0\n 749 -1 738 1 731 1 c 0\n 710 1 688 0 667 1 c 0\n 650 3 647 28 647 46 c 0\n 648 81 664 113 668 147 c 0\n 669 156 666 163 665 172 c 0\n 664 178 664 183 663 189 c 0\n 653 251 589 282 534 296 c 0\n 515 302 486 307 462 307 c 1\n 456 260 434 100 431 67 c 0\n 429 44 432 34 444 22 c 0\n 450 19 460 19 459 9 c 0\n 459 8 458 7 458 5 c 1\n 455 2 450 1 446 1 c 1\n 377 1 l 1\n 368 1 358 0 350 5 c 0\n 315 26 330 88 335 130 c 0\n 350 241 l 0\n 353 263 354 286 359 307 c 1\n 340 307 320 303 301 299 c 0\n 257 289 211 270 178 238 c 0\n 159 219 146 196 138 170 c 0\n 131 146 132 122 132 97 c 0\n 132 60 132 47 142 23 c 0\n 143 19 146 16 146 12 c 0\n 148 -3 127 1 114 1 c 2\n 73 1 l 2\n 66 1 55 -1 48 3 c 0\n 43 7 41 14 39 19 c 0\n 33 33 29 49 29 64 c 0\n 29 112 l 0\n 29 157 37 183 56 212 c 0\n 103 279 201 325 292 340 c 0\n 316 345 340 349 364 349 c 1\nEndSplineSet\nEndChar\nStartChar: uni1211\nEncoding: 4625 4625 1383\nWidth: 1050\nFlags: W\nHStem: 1.65621 347.344<359 364> 307 41<349 358 468 477>\nVStem: 29 103<58 137> 327.542 102.889<43.7525 66.9763> 385 103.175<517 529> 646.955 103.408<28.2539 51.9893>\nFore\n364 349 m 1\n 369 386 374 422 378 459 c 0\n 381 478 386 498 385 517 c 0\n 385 527 384 539 376 547 c 0\n 371 553 352 555 359 567 c 0\n 362 574 418 581 432 583 c 0\n 441 585 451 587 460 585 c 0\n 471 581 478 572 482 561 c 0\n 493 534 487 504 484 476 c 0\n 480 447 470 361 467 348 c 1\n 489 348 512 344 534 340 c 0\n 606 327 720 292 754 223 c 0\n 756 220 758 215 762 214 c 0\n 767 213 772 215 777 215 c 0\n 787 217 797 218 807 219 c 0\n 828 221 851 223 872 228 c 0\n 921 237 930 245 977 248 c 0\n 984 249 992 250 998 248 c 0\n 1005 245 1009 237 1007 230 c 0\n 1006 223 1001 220 999 214 c 0\n 994 200 1014 166 1021 155 c 0\n 1025 150 1029 144 1028 138 c 0\n 1027 131 1018 126 1012 123 c 0\n 955 93 885 122 868 177 c 0\n 865 187 864 197 864 207 c 1\n 765 195 l 1\n 766 189 772 152 771 145 c 0\n 768 113 755 84 751 52 c 0\n 750 43 750 34 752 25 c 0\n 754 19 760 12 756 6 c 0\n 752 -1 741 1 734 1 c 2\n 678 1 l 2\n 670 1 661 0 656 6 c 0\n 646 19 646 39 648 54 c 0\n 652 87 667 119 668 152 c 0\n 668 160 665 166 664 174 c 0\n 662 191 660 207 651 222 c 0\n 623 273 559 294 505 302 c 0\n 491 305 476 307 462 307 c 1\n 456 260 434 100 431 67 c 0\n 429 44 432 34 444 22 c 0\n 450 19 460 19 459 9 c 0\n 459 8 458 7 458 5 c 1\n 455 2 450 1 446 1 c 1\n 377 1 l 1\n 368 1 358 0 350 5 c 0\n 315 26 330 88 335 130 c 0\n 350 241 l 0\n 353 263 354 286 359 307 c 1\n 340 307 320 303 301 299 c 0\n 257 289 211 270 178 238 c 0\n 159 219 146 196 138 170 c 0\n 131 146 132 122 132 97 c 0\n 132 60 132 47 142 23 c 0\n 143 19 146 16 146 12 c 0\n 148 -3 127 1 114 1 c 2\n 73 1 l 2\n 66 1 55 -1 48 3 c 0\n 43 7 41 14 39 19 c 0\n 33 33 29 49 29 64 c 0\n 29 112 l 0\n 29 157 37 183 56 212 c 0\n 103 279 201 325 292 340 c 0\n 316 345 340 349 364 349 c 1\nEndSplineSet\nEndChar\nStartChar: uni1212\nEncoding: 4626 4626 1384\nWidth: 1050\nFlags: W\nHStem: 0.232227 22.7678<757 767> 1.65621 328.344<359 362>\nVStem: 29 103<58 118> 385 102.855<514 515> 647.148 102.852<30 44>\nFore\n362 330 m 1\n 362 331 385 502 385 515 c 0\n 386 526 384 539 376 547 c 0\n 371 553 352 555 359 567 c 0\n 362 574 418 581 432 583 c 0\n 441 585 451 587 460 585 c 0\n 498 572 488 513 484 473 c 0\n 478 425 470 378 465 330 c 1\n 546 323 606 312 671 282 c 0\n 699 270 727 254 747 230 c 0\n 760 214 764 197 767 177 c 0\n 769 166 772 156 771 145 c 0\n 769 125 763 105 758 86 c 0\n 754 71 750 55 750 40 c 0\n 750 26 752 23 763 23 c 0\n 768 23 819 30 839 30 c 1\n 852 83 928 102 996 92 c 1\n 996 91 l 1\n 980 88 967 75 966 59 c 0\n 966 53 967 47 969 42 c 0\n 978 15 999 -7 1025 -18 c 1\n 1025 -19 l 1\n 992 -34 973 -42 930 -42 c 0\n 898 -42 865 -35 846 -6 c 0\n 843 -1 841 4 839 9 c 1\n 831 7 764 -0 751 0 c 0\n 746 0 742 1 737 1 c 1\n 673 1 l 1\n 667 1 661 1 657 5 c 0\n 635 29 654 86 661 114 c 0\n 665 127 668 140 668 153 c 0\n 668 160 665 167 664 174 c 0\n 662 188 661 202 654 215 c 0\n 625 273 541 301 462 307 c 1\n 456 260 434 100 431 67 c 0\n 429 44 432 34 444 22 c 0\n 450 19 460 19 459 9 c 0\n 459 8 458 7 458 5 c 1\n 455 2 450 1 446 1 c 1\n 377 1 l 1\n 368 1 358 0 350 5 c 0\n 315 26 330 88 335 130 c 0\n 350 241 l 0\n 353 263 354 286 359 307 c 1\n 274 298 172 262 142 173 c 0\n 133 146 132 120 132 92 c 0\n 132 52 132 51 141 25 c 0\n 146 16 150 5 138 1 c 0\n 131 0 122 1 115 1 c 2\n 71 1 l 2\n 64 1 53 -1 47 4 c 0\n 43 7 41 14 39 19 c 0\n 33 33 29 48 29 63 c 0\n 29 125 27 158 54 196 c 0\n 99 263 206 308 299 323 c 0\n 320 327 341 330 362 330 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni1213\nEncoding: 4627 4627 1385\nWidth: 817\nFlags: W\nHStem: 308 277.37<450.031 458.79>\nVStem: 29.4331 103.019<168 193> 647 103.417<33 47>\nFore\n354 349 m 1\n 362 408 376 467 385 526 c 0\n 386 535 383 544 375 549 c 0\n 369 554 352 555 359 567 c 0\n 362 574 386 575 395 577 c 2\n 429 583 l 2\n 444 585 458 589 471 578 c 0\n 496 553 487 518 480 480 c 0\n 475 450 461 362 457 349 c 1\n 482 348 507 345 532 340 c 0\n 608 328 708 293 748 233 c 0\n 757 220 767 199 767 177 c 0\n 768 172 770 167 771 162 c 0\n 774 132 756 83 752 57 c 0\n 750 46 749 35 752 25 c 0\n 755 18 761 10 754 4 c 0\n 749 -1 738 1 731 1 c 0\n 710 1 688 0 667 1 c 0\n 650 3 647 29 647 47 c 0\n 649 82 665 114 668 148 c 0\n 668 157 666 164 664 173 c 0\n 663 180 663 188 662 195 c 0\n 647 257 581 286 525 299 c 0\n 507 303 472 308 450 308 c 1\n 447 282 430 203 431 190 c 0\n 432 182 435 174 441 169 c 128\n 447 164 465 162 457 150 c 0\n 455 147 451 146 447 146 c 1\n 383 146 l 1\n 368 146 353 144 341 156 c 0\n 335 165 l 0\n 323 186 329 208 333 231 c 0\n 338 257 341 283 347 308 c 1\n 332 305 316 305 301 303 c 0\n 248 294 187 277 156 242 c 0\n 131 214 123 174 142 141 c 0\n 156 120 131 122 116 122 c 2\n 72 122 l 2\n 65 122 54 120 47 124 c 0\n 40 131 34 147 31 158 c 0\n 15 240 83 278 138 302 c 0\n 186 323 279 349 354 349 c 1\nEndSplineSet\nEndChar\nStartChar: uni1214\nEncoding: 4628 4628 1386\nWidth: 1050\nFlags: W\nHStem: 11 21.8716<758.063 803.757> 141 22<770.062 798.581> 307 41<349 358 468 477>\nVStem: 29 103<58 137> 385 103.175<517 529> 647.122 102.878<34 50> 849.53 102.204<76.9334 95.0423>\nFore\n364 349 m 1\n 369 386 374 422 378 459 c 0\n 381 478 386 498 385 517 c 0\n 385 527 384 539 376 547 c 0\n 371 553 352 555 359 567 c 0\n 362 574 418 581 432 583 c 0\n 441 585 451 587 460 585 c 0\n 471 581 478 572 482 561 c 0\n 493 534 487 504 484 476 c 0\n 480 447 470 361 467 348 c 1\n 492 348 518 343 542 339 c 0\n 592 329 641 313 685 287 c 0\n 729 263 760 235 767 178 c 0\n 768 173 770 168 770 163 c 1\n 819 163 869 159 914 136 c 0\n 937 124 958 102 950 74 c 0\n 943 52 922 40 902 32 c 0\n 851 9 819 11 758 11 c 1\n 755 -1 742 1 732 1 c 2\n 681 1 l 2\n 674 1 664 -1 658 4 c 0\n 646 16 645 42 649 62 c 0\n 654 92 668 122 668 153 c 0\n 668 160 665 167 664 174 c 0\n 662 191 660 207 651 222 c 0\n 623 273 559 294 505 302 c 0\n 491 305 476 307 462 307 c 1\n 456 260 434 100 431 67 c 0\n 429 44 432 34 444 22 c 0\n 450 19 460 19 459 9 c 0\n 459 8 458 7 458 5 c 1\n 455 2 450 1 446 1 c 1\n 377 1 l 1\n 368 1 358 0 350 5 c 0\n 315 26 330 88 335 130 c 0\n 350 241 l 0\n 353 263 354 286 359 307 c 1\n 340 307 320 303 301 299 c 0\n 257 289 211 270 178 238 c 0\n 159 219 146 196 138 170 c 0\n 131 146 132 122 132 97 c 0\n 132 60 132 47 142 23 c 0\n 143 19 146 16 146 12 c 0\n 148 -3 127 1 114 1 c 2\n 73 1 l 2\n 66 1 55 -1 48 3 c 0\n 43 7 41 14 39 19 c 0\n 33 33 29 49 29 64 c 0\n 29 112 l 0\n 29 157 37 183 56 212 c 0\n 103 279 201 325 292 340 c 0\n 316 345 340 349 364 349 c 1\n750 33 m 1\n 778 33 815 28 838 48 c 0\n 851 59 850 83 849 99 c 0\n 846 115 846 119 836 127 c 0\n 818 141 792 141 770 141 c 1\n 769 124 764 107 759 91 c 0\n 754 72 750 53 750 33 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni1215\nEncoding: 4629 4629 1387\nWidth: 817\nFlags: W\nHStem: 307 41<349 358 468 482>\nVStem: 29 103<58 132> 327.542 102.889<43.6962 66.9787> 385.157 102.996<513 529>\nFore\n233 634 m 1\n 269 654 311 665 352 653 c 0\n 375 646 396 622 393 597 c 0\n 392 589 387 581 382 575 c 1\n 399 577 416 581 433 584 c 0\n 444 586 456 588 466 582 c 0\n 500 563 487 496 481 456 c 1\n 475 420 473 384 467 348 c 1\n 489 348 511 344 533 340 c 0\n 608 327 712 292 750 230 c 0\n 761 213 764 196 767 177 c 0\n 768 172 770 167 771 162 c 0\n 775 130 755 84 751 56 c 0\n 750 45 749 34 753 24 c 0\n 755 18 761 10 754 4 c 0\n 749 -1 738 1 731 1 c 0\n 710 1 688 0 667 1 c 0\n 650 3 647 28 647 46 c 0\n 648 81 664 113 668 147 c 0\n 669 156 666 163 665 172 c 0\n 664 178 664 183 663 189 c 0\n 653 251 589 282 534 296 c 0\n 515 302 486 307 462 307 c 1\n 456 260 434 100 431 67 c 0\n 429 44 432 34 444 22 c 0\n 450 19 460 19 459 9 c 0\n 459 8 458 7 458 5 c 1\n 455 2 450 1 446 1 c 1\n 377 1 l 1\n 368 1 358 0 350 5 c 0\n 315 26 330 88 335 130 c 0\n 350 241 l 0\n 353 263 354 286 359 307 c 1\n 340 307 320 303 301 299 c 0\n 257 289 211 270 178 238 c 0\n 159 219 146 196 138 170 c 0\n 131 146 132 122 132 97 c 0\n 132 60 132 47 142 23 c 0\n 143 19 146 16 146 12 c 0\n 148 -3 127 1 114 1 c 2\n 73 1 l 2\n 66 1 55 -1 48 3 c 0\n 43 7 41 14 39 19 c 0\n 33 33 29 49 29 64 c 0\n 29 112 l 0\n 29 157 37 183 56 212 c 0\n 103 279 201 325 292 340 c 0\n 316 345 340 349 364 349 c 1\n 371 399 377 450 384 500 c 0\n 386 516 388 544 370 552 c 0\n 363 554 358 550 352 546 c 0\n 333 533 289 522 260 521 c 0\n 243 520 226 522 209 522 c 1\n 209 523 l 1\n 218 525 227 527 235 532 c 0\n 259 547 270 577 259 604 c 0\n 253 617 243 624 233 634 c 1\nEndSplineSet\nEndChar\nStartChar: uni1216\nEncoding: 4630 4630 1388\nWidth: 787\nFlags: W\nHStem: 308 41<457 465>\nVStem: 29 103<63 129> 327.817 104.244<202.011 217.708> 667 103.545<196 197>\nFore\n353 348 m 1\n 354 358 374 470 377 485 c 0\n 380 499 383 513 385 527 c 0\n 386 536 382 544 375 549 c 0\n 369 554 352 555 359 567 c 0\n 362 574 386 575 395 577 c 2\n 429 583 l 2\n 444 585 458 589 471 578 c 0\n 478 574 482 566 484 557 c 0\n 493 532 485 507 480 482 c 0\n 472 438 465 393 456 349 c 1\n 542 349 658 320 718 281 c 0\n 743 265 761 243 766 214 c 0\n 768 207 772 200 770 193 c 0\n 767 183 758 176 751 169 c 1\n 759 164 760 153 749 151 c 0\n 743 149 735 150 729 150 c 2\n 691 150 l 2\n 679 150 662 147 654 155 c 0\n 637 168 656 187 667 196 c 1\n 667 197 l 1\n 663 203 664 211 662 218 c 0\n 660 227 655 235 649 243 c 0\n 617 287 538 303 465 308 c 0\n 449 308 450 308 446 296 c 1\n 441 265 439 259 434 230 c 0\n 432 210 428 190 444 181 c 0\n 448 179 452 179 455 176 c 0\n 459 173 460 167 456 163 c 128\n 452 159 446 160 441 160 c 1\n 375 160 l 1\n 366 160 357 160 349 165 c 0\n 336 172 330 188 328 202 c 0\n 326 214 341 290 345 306 c 1\n 272 296 194 272 154 206 c 0\n 133 173 132 143 132 96 c 0\n 132 64 131 45 142 24 c 0\n 144 14 151 5 138 1 c 0\n 131 0 122 1 115 1 c 2\n 71 1 l 2\n 64 1 53 -1 47 4 c 0\n 37 14 29 46 29 64 c 0\n 29 112 l 0\n 29 153 34 176 51 203 c 0\n 65 228 87 249 110 266 c 0\n 157 302 214 323 271 336 c 0\n 297 342 326 348 353 348 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni1217\nEncoding: 4631 4631 1389\nWidth: 1021\nFlags: W\nHStem: 307.822 41.1784<458 462> 308 277.37<450.016 458.79>\nVStem: 29.4331 103.019<168 193> 417.029 144.092<-14 -12> 646.727 104.473<31 51> 668 103<140.058 154 158 160>\nFore\n354 349 m 1\n 362 408 376 467 385 526 c 0\n 386 535 383 544 375 549 c 0\n 369 554 352 555 359 567 c 0\n 362 574 386 575 395 577 c 2\n 429 583 l 2\n 444 585 458 589 471 578 c 0\n 496 553 487 518 480 480 c 0\n 475 450 461 362 457 349 c 1\n 478 349 499 346 520 342 c 0\n 578 334 635 316 686 287 c 0\n 722 266 755 237 765 195 c 0\n 766 189 766 182 768 176 c 0\n 769 170 771 164 771 158 c 0\n 772 144 769 131 766 118 c 0\n 759 88 744 54 753 23 c 1\n 770 26 788 25 805 29 c 0\n 815 31 826 35 836 37 c 0\n 870 46 884 46 917 50 c 0\n 925 51 932 51 937 45 c 0\n 949 30 936 26 933 16 c 0\n 927 -1 950 -35 957 -46 c 0\n 961 -52 965 -59 959 -66 c 0\n 953 -75 928 -84 916 -86 c 0\n 857 -98 798 -58 798 9 c 1\n 787 7 776 6 765 5 c 0\n 759 5 754 2 748 1 c 0\n 730 -1 712 1 694 1 c 2\n 672 1 l 2\n 666 1 661 1 657 5 c 0\n 628 37 668 108 668 154 c 0\n 668 161 665 167 664 174 c 0\n 662 190 660 204 653 219 c 0\n 623 275 553 296 495 304 c 0\n 480 306 465 308 450 308 c 1\n 447 282 430 203 431 190 c 0\n 432 182 435 174 441 169 c 128\n 447 164 465 162 457 150 c 0\n 455 147 451 146 447 146 c 1\n 383 146 l 1\n 368 146 353 144 341 156 c 0\n 335 165 l 0\n 323 186 329 208 333 231 c 0\n 338 257 341 283 347 308 c 1\n 332 305 316 305 301 303 c 0\n 248 294 187 277 156 242 c 0\n 131 214 123 174 142 141 c 0\n 156 120 131 122 116 122 c 2\n 72 122 l 2\n 65 122 54 120 47 124 c 0\n 40 131 34 147 31 158 c 0\n 15 240 83 278 138 302 c 0\n 186 323 279 349 354 349 c 1\n560 -7 m 1\n 570 -57 538 -116 490 -135 c 0\n 466 -144 437 -141 415 -128 c 0\n 408 -124 398 -118 395 -110 c 0\n 393 -103 398 -97 402 -92 c 0\n 405 -86 429 -48 425 -32 c 0\n 422 -24 413 -16 419 -6 c 0\n 425 5 443 5 454 7 c 0\n 473 9 493 11 512 12 c 0\n 566 12 573 13 620 19 c 0\n 627 19 639 23 644 16 c 0\n 651 6 638 1 631 0 c 0\n 607 -2 583 -3 560 -7 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni1218\nEncoding: 4632 4632 1390\nWidth: 933\nFlags: W\nHStem: 111 39.9133<635 642> 112 33.7534<658 659> 356 40<676 702 713 713> 383.276 17.7245<542 553> 402.821 18.0166<346 364>\nVStem: 58.269 103.053<169 176> 515.427 104.491<154 164> 760.011 100.781<291.942 318.76>\nDStem: 550 291 667 341 520 182 621 169\nFore\n288 109 m 2\n 283 112 277 111 271 111 c 0\n 211 111 142 69 91 109 c 0\n 77 119 67 134 62 152 c 0\n 44 210 82 267 119 308 c 0\n 136 329 165 355 188 371 c 0\n 259 421 353 436 433 404 c 0\n 441 401 450 395 458 393 c 0\n 467 392 478 396 487 397 c 0\n 505 399 523 401 541 401 c 128\n 559 401 578 400 596 399 c 0\n 607 397 617 395 628 395 c 0\n 633 394 639 397 644 397 c 0\n 655 397 666 396 677 396 c 0\n 685 397 694 397 702 397 c 0\n 713 399 725 399 736 399 c 0\n 774 399 819 397 843 363 c 0\n 858 345 863 314 860 286 c 0\n 857 246 845 204 817 174 c 0\n 782 137 721 118 659 112 c 0\n 653 111 646 111 640 111 c 0\n 633 111 628 115 628 122 c 1\n 567 122 l 2\n 553 122 540 121 528 131 c 0\n 511 146 514 162 520 182 c 2\n 550 291 l 2\n 555 313 561 334 567 356 c 0\n 570 366 574 375 563 381 c 0\n 551 387 536 384 526 375 c 1\n 485 308 450 236 410 168 c 1\n 384 122 l 2\n 380 115 377 105 371 100 c 0\n 364 93 354 99 346 101 c 0\n 333 105 320 108 307 109 c 0\n 301 110 295 112 289 109 c 2\n 288 109 l 2\n282 128 m 1\n 292 151 306 173 319 195 c 2\n 388 319 l 1\n 413 365 l 2\n 418 374 421 383 431 387 c 1\n 416 394 401 400 385 402 c 0\n 341 409 295 395 263 364 c 0\n 235 336 217 299 198 265 c 0\n 183 239 169 213 163 184 c 0\n 160 166 159 138 173 131 c 0\n 181 124 189 126 197 130 c 0\n 206 136 215 142 225 146 c 0\n 246 154 269 146 282 128 c 1\n628 143 m 1\n 629 145 629 146 630 148 c 0\n 636 155 646 148 653 147 c 0\n 659 145 665 145 671 145 c 0\n 717 147 736 206 748 245 c 0\n 757 276 776 337 733 352 c 0\n 723 356 713 356 703 356 c 2\n 683 356 l 2\n 671 356 669 350 667 341 c 0\n 621 169 l 1\n 616 158 621 148 628 143 c 1\n271 109 m 1\n 272 108 l 1\n 271 109 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni1219\nEncoding: 4633 4633 1391\nWidth: 1137\nFlags: W\nHStem: 356 40<674 702 713 713> 402.821 18.1829<346 362>\nVStem: 58.3994 102.871<168 171> 515.786 103.214<155 164>\nFore\n288 109 m 2\n 283 112 277 111 271 111 c 0\n 211 111 145 70 92 108 c 0\n 76 120 70 133 62 151 c 0\n 41 219 101 295 147 337 c 0\n 160 349 173 361 187 371 c 0\n 245 411 315 430 385 417 c 0\n 401 414 418 410 433 404 c 0\n 441 401 451 393 460 393 c 128\n 469 393 479 396 488 397 c 0\n 506 399 524 401 542 401 c 128\n 560 401 578 400 596 399 c 0\n 607 397 617 395 628 395 c 0\n 633 394 639 397 644 397 c 0\n 654 397 665 396 675 396 c 0\n 725 397 783 405 820 384 c 0\n 844 370 856 345 859 319 c 0\n 861 309 860 300 860 290 c 1\n 917 295 l 1\n 926 339 986 360 1040 360 c 0\n 1051 360 1063 358 1074 357 c 1\n 1074 356 l 1\n 1051 353 1040 330 1047 309 c 0\n 1055 281 1077 259 1103 247 c 1\n 1103 241 1058 229 1048 226 c 0\n 1007 218 952 219 926 257 c 0\n 922 262 919 268 917 274 c 1\n 858 268 l 1\n 852 227 837 195 813 169 c 0\n 781 137 733 121 689 118 c 0\n 674 117 659 118 644 119 c 0\n 638 120 631 122 625 122 c 0\n 604 123 584 122 563 122 c 0\n 547 122 531 123 522 138 c 0\n 509 157 519 177 524 197 c 2\n 559 325 l 2\n 561 336 571 368 570 373 c 0\n 568 382 555 385 547 384 c 0\n 530 383 522 370 515 357 c 2\n 492 315 l 1\n 492 315 377 106 371 100 c 0\n 364 93 355 99 347 101 c 0\n 334 105 321 108 307 109 c 0\n 301 110 295 112 289 109 c 2\n 288 109 l 2\n282 128 m 1\n 292 151 306 173 319 195 c 2\n 388 319 l 1\n 413 365 l 2\n 418 374 421 383 431 387 c 1\n 416 394 401 400 385 402 c 0\n 341 409 295 395 263 364 c 0\n 235 336 217 299 198 265 c 0\n 183 239 169 213 163 184 c 0\n 160 166 159 138 173 131 c 0\n 181 124 189 126 197 130 c 0\n 206 136 215 142 225 146 c 0\n 246 154 269 146 282 128 c 1\n759 295 m 0\n 762 315 758 340 738 350 c 0\n 727 356 714 356 702 356 c 0\n 681 356 l 0\n 678 356 674 356 671 353 c 0\n 667 348 619 165 619 159 c 0\n 619 152 624 145 631 143 c 0\n 634 142 638 142 641 141 c 0\n 647 141 652 139 658 139 c 0\n 701 139 723 178 735 210 c 0\n 746 238 756 265 759 295 c 0\n271 109 m 1\n 272 108 l 1\n 271 109 l 1\nEndSplineSet\nMinimumDistance: x61,-1 \nEndChar\nStartChar: uni121A\nEncoding: 4634 4634 1392\nWidth: 1067\nFlags: W\nHStem: -42 136.356<984 990> 0.175346 23.1447<795 806> 315.728 26.0406<182.826 209.937> 337 268.493<588 615 615.014 653.985> 345.863 22.1372<757 758> 346 18.5507<680 688 756.008 768.977> 566 40.864<654.017 699.959> 569 42<755 797>\nVStem: 46.2664 103.342<404 410> 520.502 102.808<394.125 417.749> 556.054 103.225<529.716 544.969> 679.144 103.605<57 91> 815.745 102.902<502 518>\nFore\n468 561 m 1\n 451 506 426 441 407 387 c 1\n 392 346 l 2\n 390 340 388 333 382 331 c 0\n 373 327 317 322 304 321 c 0\n 273 318 241 317 210 316 c 0\n 145 314 103 319 69 351 c 0\n 43 377 41 415 54 448 c 0\n 78 508 143 542 200 564 c 0\n 253 584 310 595 367 599 c 0\n 395 601 424 600 452 601 c 0\n 492 602 532 604 572 605 c 0\n 600 606 672 607 704 608 c 0\n 735 609 765 611 796 611 c 0\n 811 611 l 0\n 824 612 843 617 846 600 c 1\n 868 600 l 2\n 873 600 878 600 882 598 c 0\n 894 592 903 577 908 565 c 0\n 924 530 920 490 911 454 c 0\n 885 347 823 252 794 146 c 0\n 786 117 779 85 783 55 c 0\n 784 46 785 33 791 26 c 0\n 796 20 806 24 812 24 c 2\n 851 28 l 2\n 858 29 866 28 873 30 c 0\n 879 32 881 42 885 47 c 1\n 902 81 958 95 1000 95 c 0\n 1011 95 1023 93 1034 92 c 1\n 1034 91 l 1\n 1011 86 1000 64 1008 42 c 0\n 1017 15 1038 -6 1064 -18 c 1\n 1064 -19 l 1\n 1046 -27 1012 -42 983 -42 c 0\n 947 -43 908 -40 886 -8 c 0\n 883 -3 880 3 878 9 c 1\n 870 7 803 -0 790 0 c 0\n 785 0 781 1 776 1 c 1\n 712 1 l 1\n 707 1 702 0 697 4 c 0\n 691 9 688 19 686 26 c 0\n 662 94 699 182 722 237 c 0\n 737 273 752 310 769 346 c 1\n 751 346 733 345 715 344 c 0\n 703 344 677 344 665 341 c 0\n 661 340 658 338 654 337 c 0\n 641 336 628 337 615 337 c 0\n 588 337 l 0\n 571 334 567 336 558 342 c 0\n 551 347 544 352 538 358 c 0\n 506 393 525 441 539 479 c 0\n 546 496 557 523 556 545 c 0\n 555 550 554 558 549 561 c 0\n 543 565 533 562 526 562 c 0\n 507 561 487 561 468 561 c 1\n654 566 m 1\n 672 527 639 471 630 441 c 0\n 624 422 619 399 629 381 c 0\n 633 375 639 367 646 364 c 0\n 651 362 656 364 661 364 c 0\n 673 364 737 367 756 368 c 0\n 762 368 772 366 777 370 c 128\n 782 374 790 400 793 408 c 0\n 807 446 829 514 806 557 c 0\n 798 572 796 569 779 569 c 0\n 768 569 757 569 746 568 c 2\n 718 568 l 2\n 697 567 675 566 654 566 c 1\n289 348 m 1\n 322 443 l 1\n 363 556 l 1\n 287 549 207 515 167 461 c 0\n 150 436 145 406 154 377 c 0\n 158 363 167 348 182 343 c 0\n 191 341 202 342 211 342 c 0\n 237 342 263 346 289 348 c 1\nEndSplineSet\nEndChar\nStartChar: uni121B\nEncoding: 4635 4635 1393\nWidth: 980\nFlags: W\nHStem: 315.728 26.0406<182.826 209.937> 336 41<734 764> 566 40.864<654.019 699.959> 569 42<755 797>\nVStem: 46.4533 103.258<401 418> 520.644 102.573<401 417> 556.47 102.817<533.007 550.653> 678.581 103.546<65 81> 815.23 103.044<497 514>\nFore\n468 561 m 1\n 451 506 426 441 407 387 c 1\n 392 346 l 2\n 390 340 388 333 382 331 c 0\n 373 327 317 322 304 321 c 0\n 273 318 241 317 210 316 c 0\n 145 314 103 319 69 351 c 0\n 43 377 41 415 54 448 c 0\n 78 508 143 542 200 564 c 0\n 253 584 310 595 367 599 c 0\n 395 601 424 600 452 601 c 0\n 492 602 532 604 572 605 c 0\n 600 606 672 607 704 608 c 0\n 735 609 765 611 796 611 c 0\n 811 611 l 0\n 824 612 843 617 846 600 c 1\n 868 600 l 2\n 889 600 897 586 904 573 c 0\n 921 544 921 510 916 478 c 0\n 909 432 891 388 873 345 c 0\n 845 279 813 213 793 144 c 0\n 781 102 776 58 792 21 c 0\n 795 16 798 11 795 5 c 1\n 792 2 788 1 784 1 c 1\n 719 1 l 1\n 713 1 705 0 699 3 c 128\n 693 6 691 13 688 19 c 0\n 666 76 686 140 705 194 c 0\n 707 200 753 313 765 336 c 1\n 727 336 629 331 581 327 c 0\n 576 326 569 325 565 329 c 0\n 561 332 561 338 558 342 c 1\n 545 351 540 354 532 366 c 0\n 498 415 550 486 556 533 c 0\n 557 541 557 555 550 561 c 0\n 545 566 534 562 527 562 c 0\n 507 561 488 561 468 561 c 1\n654 566 m 1\n 672 527 639 471 630 441 c 0\n 624 422 618 398 630 380 c 0\n 636 371 643 373 652 373 c 0\n 666 373 681 375 695 375 c 0\n 715 375 736 377 756 377 c 0\n 763 377 775 375 781 380 c 0\n 785 383 794 410 796 416 c 0\n 810 458 827 516 806 558 c 0\n 799 572 795 569 779 569 c 0\n 768 569 757 569 746 568 c 2\n 718 568 l 2\n 697 567 675 566 654 566 c 1\n289 348 m 1\n 322 443 l 1\n 363 556 l 1\n 287 549 207 515 167 461 c 0\n 150 436 145 406 154 377 c 0\n 158 363 167 348 182 343 c 0\n 191 341 202 342 211 342 c 0\n 237 342 263 346 289 348 c 1\nEndSplineSet\nEndChar\nStartChar: uni121C\nEncoding: 4636 4636 1394\nWidth: 1065\nFlags: W\nHStem: 11 21.8028<800 833> 141 22<796.062 831> 315.728 26.0406<179.826 206.937> 336 41<731 761> 566 40.864<651.019 696.959> 569 42<752 794>\nVStem: 43.4533 103.258<401 418> 517.644 102.573<401 417> 553.47 102.817<533.007 550.653> 676 103<62 91> 812.23 103.531<497 513> 884 102.866<81 93>\nFore\n465 561 m 1\n 448 506 423 441 404 387 c 1\n 389 346 l 2\n 387 340 385 333 379 331 c 0\n 370 327 314 322 301 321 c 0\n 270 318 238 317 207 316 c 0\n 142 314 100 319 66 351 c 0\n 40 377 38 415 51 448 c 0\n 75 508 140 542 197 564 c 0\n 250 584 307 595 364 599 c 0\n 392 601 421 600 449 601 c 0\n 489 602 529 604 569 605 c 0\n 597 606 669 607 701 608 c 0\n 732 609 762 611 793 611 c 0\n 808 611 l 0\n 821 612 840 617 843 600 c 1\n 865 600 l 2\n 885 600 893 587 900 574 c 0\n 937 513 902 423 880 369 c 0\n 864 327 845 286 827 245 c 0\n 816 218 803 191 796 163 c 1\n 849 163 904 161 952 135 c 0\n 961 130 970 124 976 116 c 0\n 989 100 991 79 980 62 c 0\n 970 46 952 38 936 31 c 0\n 908 19 876 13 846 11 c 0\n 831 10 817 12 802 11 c 0\n 794 11 793 4 787 2 c 0\n 780 -1 770 1 762 1 c 2\n 713 1 l 2\n 706 1 698 0 693 5 c 0\n 682 16 676 47 676 66 c 2\n 676 91 l 2\n 681 151 718 239 742 290 c 0\n 748 305 754 321 762 336 c 1\n 724 336 626 331 578 327 c 0\n 573 326 566 325 562 329 c 0\n 558 332 558 338 555 342 c 1\n 542 351 537 354 529 366 c 0\n 495 415 547 486 553 533 c 0\n 554 541 554 555 547 561 c 0\n 542 566 531 562 524 562 c 0\n 504 561 485 561 465 561 c 1\n651 566 m 1\n 669 527 636 471 627 441 c 0\n 621 422 615 398 627 380 c 0\n 633 371 640 373 649 373 c 0\n 663 373 678 375 692 375 c 0\n 712 375 733 377 753 377 c 0\n 760 377 772 375 778 380 c 0\n 782 383 791 410 793 416 c 0\n 807 458 824 516 803 558 c 0\n 796 572 792 569 776 569 c 0\n 765 569 754 569 743 568 c 2\n 715 568 l 2\n 694 567 672 566 651 566 c 1\n286 348 m 1\n 319 443 l 1\n 360 556 l 1\n 284 549 204 515 164 461 c 0\n 147 436 142 406 151 377 c 0\n 155 363 164 348 179 343 c 0\n 188 341 199 342 208 342 c 0\n 234 342 260 346 286 348 c 1\n784 33 m 1\n 819 33 868 28 881 57 c 0\n 885 67 884 79 884 90 c 0\n 884 100 885 112 878 121 c 0\n 868 135 847 139 831 140 c 0\n 821 140 811 141 801 141 c 0\n 797 141 792 142 789 138 c 0\n 785 131 779 93 779 83 c 0\n 779 66 781 50 784 33 c 1\nEndSplineSet\nEndChar\nStartChar: uni121D\nEncoding: 4637 4637 1395\nWidth: 962\nFlags: W\nHStem: 338 41<699 740>\nVStem: 77.3175 103.103<399.051 424.525> 336 103<445 555> 555 103<409 446> 809 103.817<459 465>\nFore\n266 284 m 1\n 232 290 199 295 167 308 c 0\n 139 320 110 336 93 361 c 0\n 57 411 89 478 128 515 c 0\n 186 571 272 596 351 600 c 0\n 378 601 405 601 432 602 c 0\n 502 604 726 613 738 612 c 0\n 779 609 819 597 852 572 c 0\n 894 541 928 481 906 428 c 0\n 878 365 797 338 720 338 c 0\n 692 338 663 341 636 349 c 0\n 608 357 570 370 558 400 c 0\n 554 411 555 424 555 436 c 0\n 555 468 549 513 544 543 c 0\n 543 549 543 563 536 564 c 0\n 530 565 524 564 518 564 c 0\n 500 564 481 562 463 562 c 0\n 457 562 443 565 440 558 c 0\n 437 553 439 545 439 539 c 2\n 439 492 l 2\n 439 450 438 381 427 342 c 0\n 423 327 414 319 403 308 c 2\n 364 270 l 2\n 310 216 252 166 205 107 c 0\n 176 72 175 59 163 18 c 0\n 162 13 162 7 158 4 c 0\n 153 -1 143 1 136 1 c 2\n 87 1 l 2\n 80 1 71 -1 65 2 c 0\n 56 6 60 19 62 26 c 0\n 67 47 72 68 83 87 c 0\n 115 143 218 236 266 284 c 1\n643 568 m 1\n 653 528 655 487 658 446 c 0\n 659 435 658 423 658 412 c 0\n 658 380 691 379 722 379 c 0\n 747 379 774 382 793 399 c 0\n 810 415 809 439 809 460 c 0\n 809 490 811 525 788 548 c 0\n 763 568 745 572 705 570 c 0\n 684 569 664 568 643 568 c 1\n336 556 m 1\n 320 553 304 549 288 543 c 0\n 231 520 174 465 181 399 c 0\n 187 357 233 333 271 327 c 0\n 279 325 286 324 294 323 c 0\n 299 323 303 322 307 325 c 0\n 329 339 329 365 331 388 c 0\n 337 444 336 500 336 556 c 1\nEndSplineSet\nEndChar\nStartChar: uni121E\nEncoding: 4638 4638 1396\nWidth: 962\nFlags: W\nHStem: 1 599.208<357.555 380 380.008 397.798> 338 41<701 733> 570.384 41.5658<706.028 739.451>\nVStem: 78.1709 103.13<398 417> 301.697 103.303<10.0251 19 19.0078 40.2466> 555.168 103.269<412.01 442.98> 809 102.554<449 475>\nFore\n333 280 m 1\n 311 282 290 282 268 284 c 0\n 199 292 92 321 79 393 c 0\n 73 424 84 450 95 470 c 0\n 119 513 161 540 205 561 c 0\n 251 584 304 595 355 599 c 0\n 378 601 401 600 424 601 c 2\n 675 610 l 2\n 701 611 727 614 753 610 c 0\n 818 602 886 564 907 498 c 0\n 928 427 885 384 837 362 c 0\n 800 344 760 338 720 338 c 0\n 668 338 587 351 563 391 c 0\n 552 407 556 425 555 443 c 0\n 553 467 552 491 549 515 c 0\n 546 531 542 548 541 564 c 1\n 463 562 l 1\n 463 461 449 361 434 262 c 0\n 419 167 416 132 406 43 c 0\n 406 35 405 27 405 19 c 0\n 405 14 405 9 402 5 c 0\n 397 -1 387 1 380 1 c 2\n 322 1 l 2\n 314 1 304 0 302 10 c 0\n 299 40 319 178 324 212 c 0\n 327 234 332 257 333 280 c 1\n643 568 m 1\n 653 528 655 487 658 446 c 0\n 659 435 658 423 658 412 c 0\n 658 380 691 379 722 379 c 0\n 746 379 773 381 792 399 c 1\n 810 414 809 438 809 460 c 0\n 809 489 811 523 790 546 c 0\n 769 567 743 572 706 570 c 0\n 685 569 664 568 643 568 c 1\n340 321 m 1\n 340 331 342 340 344 350 c 0\n 353 428 358 477 360 557 c 1\n 346 554 331 552 317 548 c 0\n 273 535 230 511 203 473 c 0\n 187 450 174 416 184 387 c 0\n 189 374 198 362 209 354 c 0\n 236 331 270 326 304 323 c 0\n 316 322 328 323 340 321 c 1\nEndSplineSet\nEndChar\nStartChar: uni121F\nEncoding: 4639 4639 1397\nWidth: 1097\nFlags: W\nHStem: 344 22<680 715 734 734 757 768> 577.02 21.204<705 718>\nVStem: 45.9087 102.919<402.063 419.04> 455.163 142.837<-14 -8> 520.556 102.709<401 418> 555.118 103.246<531 547> 678.291 103.709<55.0389 76 76.0312 93.3212> 814.711 103.823<494 521>\nDStem: 366 566 467 557 289 348 409 392\nFore\n769 346 m 1\n 751 346 733 345 715 344 c 0\n 703 344 677 344 665 341 c 0\n 661 340 658 338 654 337 c 0\n 641 336 626 337 613 337 c 2\n 588 337 l 2\n 571 334 567 335 557 343 c 0\n 528 360 514 391 523 431 c 0\n 531 461 546 489 553 519 c 0\n 556 533 558 548 551 561 c 0\n 548 566 545 571 539 572 c 0\n 525 574 509 571 495 571 c 0\n 489 571 480 572 474 569 c 0\n 470 567 469 561 467 557 c 2\n 409 392 l 2\n 403 378 390 336 385 332 c 0\n 369 322 244 317 210 316 c 0\n 177 315 145 314 113 325 c 0\n 79 336 48 364 46 402 c 0\n 43 470 104 513 159 539 c 0\n 231 571 291 584 373 590 c 0\n 405 592 438 591 470 592 c 0\n 541 594 612 597 683 598 c 0\n 719 598 755 600 791 601 c 0\n 809 601 827 604 844 601 c 0\n 856 598 870 603 881 599 c 0\n 885 597 889 593 892 590 c 0\n 936 541 918 469 900 416 c 0\n 873 335 834 260 805 180 c 0\n 793 147 782 111 782 76 c 0\n 782 62 783 31 793 23 c 0\n 796 20 802 21 806 22 c 0\n 872 29 870 24 915 37 c 0\n 931 41 948 44 964 46 c 0\n 985 51 1013 58 1022 40 c 0\n 1023 35 1023 30 1020 25 c 128\n 1017 20 1013 17 1013 10 c 0\n 1016 -8 1026 -27 1035 -41 c 0\n 1039 -47 1047 -56 1042 -64 c 0\n 1040 -69 1033 -72 1028 -75 c 0\n 1014 -83 998 -88 982 -88 c 0\n 928 -89 879 -55 879 9 c 1\n 788 1 l 1\n 704 1 l 1\n 598 -7 l 1\n 598 -18 599 -29 598 -40 c 0\n 594 -69 579 -97 557 -117 c 0\n 530 -141 491 -148 458 -131 c 0\n 449 -127 439 -121 434 -113 c 128\n 429 -105 435 -99 439 -92 c 0\n 442 -86 466 -51 462 -32 c 0\n 459 -22 450 -14 459 -3 c 0\n 465 5 504 9 518 10 c 0\n 543 12 569 11 594 12 c 0\n 625 14 657 17 688 19 c 1\n 684 31 681 43 679 55 c 0\n 675 100 688 147 703 189 c 0\n 722 242 745 295 769 346 c 1\n650 575 m 1\n 670 535 651 496 636 457 c 0\n 627 434 616 405 629 382 c 0\n 633 375 639 367 646 364 c 0\n 651 362 656 364 661 364 c 0\n 674 364 687 366 700 366 c 0\n 719 366 737 367 756 368 c 0\n 762 368 772 366 777 370 c 128\n 782 374 793 406 795 414 c 0\n 812 466 829 525 800 568 c 0\n 793 577 791 579 778 579 c 0\n 769 579 761 578 752 578 c 0\n 718 578 684 576 650 575 c 1\n289 348 m 1\n 366 566 l 1\n 349 563 333 561 316 557 c 0\n 271 545 226 525 192 493 c 0\n 162 464 142 427 151 385 c 0\n 155 369 163 352 179 345 c 0\n 188 340 200 342 210 342 c 0\n 237 342 263 346 289 348 c 1\nEndSplineSet\nEndChar\nStartChar: uni1220\nEncoding: 4640 4640 1398\nWidth: 831\nFlags: W\nHStem: 183 41<558 576> 443 20G<145 197 410 465 672 726>\nVStem: 62.1341 102.631<195 205> 137.701 103.31<406 412> 407.036 102.824<379 392> 671 102.415<342 374>\nFore\n461 203 m 1\n 458 193 451 184 448 174 c 0\n 446 168 448 161 443 157 c 0\n 440 154 435 153 431 152 c 2\n 409 147 l 2\n 360 137 157 91 144 88 c 0\n 139 87 132 84 127 86 c 0\n 120 89 122 97 121 103 c 0\n 120 106 118 108 115 110 c 0\n 102 120 88 128 79 142 c 0\n 58 171 59 206 69 239 c 0\n 85 288 117 331 133 380 c 0\n 142 414 138 426 124 447 c 0\n 113 464 135 463 145 463 c 2\n 197 463 l 2\n 204 463 214 465 220 461 c 128\n 226 457 230 449 234 443 c 0\n 244 423 242 401 237 380 c 0\n 227 343 205 309 188 275 c 0\n 170 237 149 190 182 155 c 0\n 186 150 192 143 199 143 c 0\n 205 142 212 145 218 146 c 2\n 256 155 l 2\n 285 161 314 169 344 174 c 1\n 346 184 352 194 356 203 c 0\n 362 216 368 229 373 242 c 0\n 374 245 375 248 374 251 c 0\n 372 255 369 259 370 264 c 0\n 373 271 382 270 385 277 c 0\n 392 295 404 348 406 371 c 0\n 412 410 401 422 389 446 c 0\n 380 463 397 463 410 463 c 2\n 465 463 l 2\n 472 463 482 465 487 459 c 0\n 494 452 498 442 502 433 c 0\n 521 385 502 317 487 272 c 0\n 486 268 483 261 484 257 c 0\n 486 250 497 246 502 243 c 0\n 521 231 544 224 566 224 c 0\n 593 224 608 228 625 238 c 0\n 664 263 671 314 671 357 c 0\n 671 385 665 413 657 435 c 0\n 655 441 649 449 651 456 c 0\n 653 465 665 463 672 463 c 2\n 726 463 l 2\n 733 463 743 465 749 461 c 0\n 757 455 766 420 769 408 c 0\n 782 342 769 276 734 238 c 0\n 692 194 632 183 574 183 c 0\n 536 183 496 188 461 203 c 1\nEndSplineSet\nEndChar\nStartChar: uni1221\nEncoding: 4641 4641 1399\nWidth: 1021\nFlags: W\nHStem: 182.446 42.1178<572 588> 252 19<772 845> 443 20G<175 203 425 468 685 752>\nVStem: 61.2912 104.417<188 203> 416 101.848<374 399> 687 102.473<342 374> 845 135.337<245 252>\nFore\n845 252 m 1\n 788 252 l 2\n 780 252 769 254 762 251 c 0\n 756 248 752 241 748 236 c 0\n 701 189 607 171 518 189 c 0\n 507 191 475 202 471 201 c 0\n 466 198 458 179 456 173 c 128\n 454 167 456 159 449 155 c 0\n 441 151 431 151 423 149 c 2\n 371 137 l 2\n 366 136 195 100 156 90 c 0\n 148 89 137 84 129 86 c 0\n 119 88 123 97 120 104 c 0\n 119 107 117 109 114 111 c 0\n 95 123 80 136 70 156 c 0\n 41 216 89 281 112 333 c 0\n 123 355 147 396 135 428 c 0\n 132 436 125 442 122 450 c 0\n 115 470 160 463 175 463 c 2\n 203 463 l 2\n 208 463 213 464 218 462 c 0\n 236 453 242 423 241 400 c 0\n 236 357 190 283 175 246 c 0\n 164 218 158 185 178 159 c 0\n 183 153 191 143 199 142 c 128\n 207 141 216 145 224 147 c 2\n 277 159 l 2\n 293 162 340 171 347 174 c 128\n 354 177 356 186 359 192 c 0\n 360 194 380 235 382 247 c 0\n 382 253 377 257 378 263 c 0\n 380 271 390 271 393 278 c 0\n 399 293 416 359 416 386 c 0\n 416 401 412 417 406 430 c 0\n 403 436 384 458 402 463 c 0\n 409 464 418 463 425 463 c 2\n 468 463 l 2\n 475 463 486 465 493 461 c 0\n 497 458 500 452 502 448 c 0\n 525 411 520 372 510 326 c 0\n 504 303 499 278 490 256 c 1\n 502 249 512 241 525 236 c 0\n 570 217 631 218 663 260 c 0\n 682 285 687 320 687 359 c 0\n 687 384 683 409 674 433 c 0\n 671 440 663 453 670 460 c 0\n 674 464 680 463 685 463 c 1\n 752 463 l 1\n 756 463 762 464 766 461 c 0\n 773 454 780 428 783 416 c 0\n 795 367 792 317 772 271 c 1\n 825 271 l 2\n 865 271 852 271 881 278 c 0\n 916 287 931 289 966 292 c 0\n 973 293 979 293 984 288 c 0\n 990 282 990 274 986 267 c 0\n 979 256 978 255 981 242 c 0\n 987 226 995 210 1004 196 c 0\n 1008 190 1013 183 1007 176 c 0\n 1000 167 976 158 963 156 c 0\n 905 145 845 184 845 252 c 1\nEndSplineSet\nEndChar\nStartChar: uni1222\nEncoding: 4642 4642 1400\nWidth: 851\nFlags: W\nHStem: -41 134<747 780> 7 22.1345<637 656> 332 236<77 118> 333 17.8159<169 178> 341 227.444<321.008 338.552> 343 41.5282<525 537>\nVStem: 13.8398 103.556<402.933 425.978> 42 102.793<527.628 541 552 555> 587 103.107<514.008 517.954>\nFore\n538 343 m 1\n 494 343 421 350 380 364 c 0\n 375 366 367 370 361 369 c 0\n 357 368 355 364 353 361 c 0\n 350 354 352 346 343 343 c 0\n 336 341 328 341 321 341 c 0\n 292 338 211 335 178 333 c 0\n 151 333 l 0\n 132 332 113 332 94 332 c 0\n 85 332 75 330 67 334 c 0\n 52 339 36 353 28 366 c 0\n -2 409 23 462 36 506 c 0\n 40 517 42 529 42 541 c 0\n 42 547 39 552 39 558 c 0\n 42 571 51 568 63 568 c 1\n 122 568 l 1\n 127 568 133 569 138 566 c 0\n 142 562 144 555 144 550 c 0\n 150 520 121 454 118 426 c 0\n 115 401 123 378 139 365 c 0\n 155 351 162 349 186 352 c 0\n 193 353 237 353 246 360 c 0\n 249 362 250 367 251 370 c 0\n 254 376 259 382 263 388 c 0\n 272 402 282 418 288 434 c 0\n 290 440 288 446 290 452 c 0\n 292 456 297 458 299 462 c 0\n 304 472 307 485 309 496 c 0\n 313 510 315 524 306 537 c 0\n 302 543 294 548 292 556 c 0\n 290 563 296 567 302 568 c 0\n 321 569 341 568 360 568 c 0\n 369 568 380 570 388 567 c 0\n 406 558 417 533 416 510 c 0\n 413 491 407 473 401 455 c 0\n 399 449 394 441 395 435 c 0\n 395 431 396 428 398 425 c 0\n 409 406 428 398 448 394 c 0\n 482 386 519 384 554 384 c 1\n 556 396 562 408 566 420 c 0\n 575 450 585 482 587 514 c 0\n 587 523 586 534 581 542 c 0\n 577 548 565 555 571 564 c 0\n 574 568 579 568 584 568 c 1\n 649 568 l 1\n 655 568 662 569 667 567 c 0\n 685 559 689 535 690 518 c 0\n 692 481 669 419 659 388 c 0\n 633 312 601 237 583 159 c 0\n 572 111 570 78 580 36 c 0\n 581 33 582 29 585 27 c 0\n 590 23 601 26 606 26 c 0\n 623 28 641 30 659 30 c 1\n 669 73 727 93 780 93 c 0\n 791 93 802 93 813 90 c 1\n 813 89 l 1\n 791 84 782 62 789 41 c 0\n 799 15 819 -6 844 -17 c 1\n 844 -19 l 1\n 814 -33 787 -41 747 -41 c 0\n 712 -41 684 -31 669 -9 c 0\n 665 -4 662 5 656 7 c 0\n 652 8 648 7 645 7 c 0\n 628 7 598 2 581 1 c 0\n 560 1 l 0\n 553 1 547 -1 540 0 c 0\n 536 0 532 1 528 1 c 2\n 506 1 l 2\n 487 1 485 12 480 24 c 0\n 471 45 469 70 471 93 c 0\n 477 183 502 237 526 309 c 0\n 530 320 535 331 538 343 c 1\nEndSplineSet\nMinimumDistance: x46,-1 \nEndChar\nStartChar: uni1223\nEncoding: 4643 4643 1401\nWidth: 735\nFlags: W\nHStem: 1 383<512.759 554> 332 236<77 118> 333 17.8159<169 178> 341 227.444<321.008 338.552> 343 41.5282<525 538>\nVStem: 13.8398 103.556<402.933 425.978> 42 102.793<527.628 541 552 555> 312.019 104.189<510.019 524.662> 471.037 103.885<65 97> 587 102.985<514.008 527.673>\nFore\n539 343 m 1\n 495 343 421 350 380 364 c 0\n 375 366 367 370 361 369 c 0\n 357 368 355 364 353 361 c 0\n 350 354 352 346 343 343 c 0\n 336 341 328 341 321 341 c 0\n 292 338 211 335 178 333 c 0\n 151 333 l 0\n 132 332 113 332 94 332 c 0\n 85 332 75 330 67 334 c 0\n 52 339 36 353 28 366 c 0\n -2 409 23 462 36 506 c 0\n 40 517 42 529 42 541 c 0\n 42 547 39 552 39 558 c 0\n 42 571 51 568 63 568 c 1\n 122 568 l 1\n 127 568 133 569 138 566 c 0\n 142 562 144 555 144 550 c 0\n 150 520 121 454 118 426 c 0\n 115 401 123 378 139 365 c 0\n 155 351 162 349 186 352 c 0\n 193 353 237 353 246 360 c 0\n 249 362 250 367 251 370 c 0\n 255 377 260 383 264 389 c 0\n 272 403 282 418 288 434 c 0\n 290 440 288 446 290 452 c 0\n 292 456 297 458 299 462 c 0\n 304 472 307 485 309 496 c 0\n 313 510 314 524 306 537 c 0\n 303 543 294 549 292 556 c 128\n 290 563 296 567 302 568 c 0\n 321 569 340 568 359 568 c 0\n 368 568 380 570 388 567 c 0\n 406 558 418 533 416 510 c 0\n 413 492 407 473 401 456 c 0\n 399 450 394 441 395 435 c 0\n 395 431 396 428 398 425 c 0\n 409 406 428 398 448 394 c 0\n 482 386 519 384 554 384 c 1\n 557 397 562 409 566 422 c 0\n 576 452 585 482 587 514 c 0\n 587 523 586 534 581 542 c 0\n 577 548 566 554 571 563 c 0\n 573 567 578 568 582 568 c 1\n 647 568 l 1\n 653 568 661 569 667 567 c 0\n 679 561 685 546 688 534 c 0\n 697 496 673 432 664 401 c 0\n 635 316 597 233 581 145 c 0\n 572 97 570 58 586 22 c 0\n 592 11 591 1 577 1 c 0\n 511 1 l 2\n 493 1 489 3 484 16 c 0\n 450 85 487 192 507 254 c 0\n 509 260 531 328 539 343 c 1\nEndSplineSet\nMinimumDistance: x46,-1 \nEndChar\nStartChar: uni1224\nEncoding: 4644 4644 1402\nWidth: 875\nFlags: W\nHStem: 1 390<563 606> 11 22<648 700> 140 23<636.062 699> 338 241<131 170> 339.161 18.8391<211 243> 348 231<376.008 392.065> 350 41.9084<562 590> 376.158 202.842<414.008 421>\nVStem: 67.2733 102.727<417 433> 341 106.932<445 449> 364.735 104.265<513 529> 734 102.216<77 91>\nFore\n591 350 m 1\n 537 350 478 357 433 371 c 0\n 428 373 420 377 414 376 c 0\n 402 373 408 353 396 350 c 0\n 390 348 382 348 376 348 c 2\n 333 345 l 2\n 284 341 236 339 187 339 c 0\n 173 339 159 338 145 338 c 0\n 133 338 123 338 112 345 c 0\n 97 353 84 365 77 380 c 0\n 53 426 79 476 91 521 c 0\n 94 532 96 544 95 556 c 0\n 94 563 90 571 96 576 c 0\n 101 581 112 579 119 579 c 2\n 163 579 l 2\n 183 579 191 581 196 568 c 0\n 199 559 199 548 198 539 c 0\n 194 499 170 462 170 421 c 0\n 170 394 184 377 201 365 c 0\n 214 355 216 358 233 358 c 0\n 256 358 279 364 302 365 c 1\n 302 376 308 382 313 391 c 0\n 319 399 338 430 341 444 c 0\n 343 449 341 455 343 460 c 0\n 345 464 350 467 352 471 c 0\n 363 498 374 529 355 553 c 0\n 351 559 340 566 346 575 c 0\n 351 581 363 579 370 579 c 2\n 421 579 l 2\n 430 579 439 580 447 574 c 0\n 461 562 469 543 469 525 c 0\n 469 499 457 477 451 455 c 0\n 438 430 468 411 487 404 c 0\n 525 392 567 391 606 391 c 1\n 608 403 613 414 617 426 c 0\n 627 458 637 490 638 524 c 0\n 639 534 638 545 632 553 c 0\n 628 559 617 566 623 575 c 0\n 626 579 631 579 636 579 c 1\n 700 579 l 1\n 706 579 713 580 719 577 c 0\n 737 570 741 544 742 527 c 0\n 742 486 719 415 706 381 c 0\n 680 309 652 237 636 163 c 1\n 692 163 754 164 799 142 c 0\n 831 125 849 89 828 57 c 0\n 809 24 755 13 708 11 c 0\n 690 10 671 11 653 11 c 0\n 651 11 648 11 646 9 c 0\n 642 7 641 3 637 2 c 0\n 630 -1 620 1 612 1 c 2\n 563 1 l 2\n 556 1 548 0 543 5 c 0\n 533 15 525 45 524 62 c 0\n 516 137 549 229 571 293 c 0\n 577 312 583 331 591 350 c 1\n631 141 m 1\n 626 76 l 1\n 633 33 l 1\n 678 33 l 2\n 693 33 709 33 722 41 c 0\n 738 51 734 73 734 89 c 2\n 734 109 l 2\n 733 117 732 125 725 130 c 0\n 714 138 698 140 684 140 c 0\n 666 141 649 141 631 141 c 1\nEndSplineSet\nEndChar\nStartChar: uni1225\nEncoding: 4645 4645 1403\nWidth: 968\nFlags: W\nHStem: 327.387 40.6132<379 404> 389 190.347<610 611>\nVStem: 541.496 103.237<481 504>\nFore\n261 566 m 0\n 261 580 270 579 281 579 c 1\n 343 579 l 1\n 348 579 355 580 359 577 c 0\n 370 571 368 539 367 523 c 0\n 364 493 353 455 341 429 c 0\n 339 425 337 420 336 415 c 0\n 335 411 337 408 337 404 c 0\n 337 398 337 390 340 384 c 0\n 348 368 381 368 404 368 c 0\n 436 370 468 377 496 394 c 0\n 520 407 523 412 533 435 c 0\n 546 473 544 515 529 551 c 0\n 526 558 518 567 523 575 c 0\n 528 581 539 579 546 579 c 2\n 590 579 l 2\n 598 579 606 580 614 579 c 0\n 621 578 624 571 627 565 c 0\n 643 533 651 483 639 442 c 0\n 638 438 636 434 637 430 c 0\n 638 422 646 415 651 410 c 0\n 668 394 692 386 716 388 c 0\n 773 396 808 457 802 511 c 0\n 799 530 792 546 783 563 c 0\n 777 578 790 579 800 579 c 1\n 860 579 l 1\n 866 579 873 580 878 578 c 0\n 885 575 888 567 892 561 c 0\n 930 490 890 417 828 387 c 0\n 769 357 690 360 633 382 c 0\n 627 384 618 390 611 389 c 0\n 604 389 597 382 591 379 c 0\n 532 342 436 315 339 332 c 2\n 313 338 l 2\n 309 339 304 342 300 340 c 0\n 295 338 291 327 289 322 c 0\n 262 274 l 2\n 201 170 l 2\n 182 137 141 72 132 23 c 0\n 130 13 132 2 119 1 c 0\n 97 0 75 1 53 1 c 0\n 46 1 35 -1 30 5 c 0\n 25 13 29 28 31 36 c 0\n 38 63 50 88 63 113 c 0\n 113 213 180 304 226 406 c 0\n 244 446 261 487 265 531 c 0\n 266 543 263 554 261 566 c 0\nEndSplineSet\nEndChar\nStartChar: uni1226\nEncoding: 4646 4646 1404\nWidth: 817\nFlags: W\nHStem: 333.875 41.4181<518.034 571.533> 339 240<117 163>\nVStem: 58.939 103.418<409.879 433.978> 96.6694 103.331<22 33> 373.872 103.128<524 540>\nFore\n281 333 m 1\n 245 334 209 337 173 338 c 2\n 136 338 l 2\n 130 338 122 337 116 339 c 0\n 97 343 78 363 69 380 c 0\n 44 427 72 478 84 525 c 0\n 86 535 88 544 87 554 c 0\n 87 559 84 564 84 569 c 0\n 86 580 95 579 106 579 c 1\n 167 579 l 1\n 172 579 178 580 183 577 c 0\n 190 570 191 550 190 538 c 0\n 186 502 168 470 163 434 c 0\n 160 408 167 385 188 368 c 0\n 195 363 202 357 211 357 c 0\n 217 357 222 358 228 358 c 0\n 243 358 258 359 273 360 c 0\n 293 360 301 361 308 374 c 2\n 323 399 l 2\n 344 434 365 472 372 512 c 0\n 375 525 375 539 371 551 c 0\n 369 558 360 567 365 575 c 0\n 370 581 381 579 388 579 c 2\n 436 579 l 2\n 458 579 462 580 470 566 c 0\n 475 555 477 543 477 530 c 0\n 477 479 450 444 435 406 c 0\n 435 378 492 377 518 376 c 0\n 562 374 613 373 645 409 c 0\n 661 425 668 450 670 477 c 0\n 670 484 672 491 670 498 c 0\n 669 501 650 550 644 561 c 0\n 643 565 642 569 643 573 c 0\n 647 581 658 579 665 579 c 2\n 716 579 l 2\n 723 579 732 581 739 578 c 0\n 745 573 755 547 759 538 c 1\n 762 530 772 512 774 501 c 0\n 775 491 772 480 770 470 c 0\n 749 391 667 344 583 335 c 0\n 528 331 448 337 401 353 c 1\n 394 337 356 284 345 268 c 0\n 307 215 269 162 234 106 c 0\n 224 88 200 55 200 22 c 0\n 201 16 205 10 200 5 c 0\n 195 -1 185 1 178 1 c 2\n 123 1 l 2\n 116 1 106 0 102 6 c 0\n 84 33 115 82 125 101 c 0\n 171 182 231 254 281 333 c 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni1227\nEncoding: 4647 4647 1405\nWidth: 881\nFlags: W\nHStem: 1.36572 382.634<508.439 554> 332 236<78 119> 333 17.8159<170 179> 341 227.444<322.008 339.552> 343 41.9976<510 538> 367.758 200.242<360 366>\nVStem: 14.8398 103.556<402.933 425.978> 43 102.793<527.628 541 552 555> 257.521 134.479<-38 -35> 289 107.434<435 438> 313.019 104.087<510.015 524.662> 471.359 102.641<70 102> 585.998 104.002<514.016 528.367> 674 134<3 8>\nFore\n539 343 m 1\n 464 343 437 351 380 364 c 0\n 370 368 357 373 354 360 c 0\n 352 353 353 345 344 343 c 0\n 337 341 329 341 322 341 c 0\n 293 338 212 335 179 333 c 0\n 152 333 l 0\n 133 332 114 332 95 332 c 0\n 86 332 76 330 68 334 c 0\n 53 339 37 353 29 366 c 0\n -1 409 24 462 37 506 c 0\n 41 517 43 529 43 541 c 0\n 43 547 40 552 40 558 c 0\n 43 571 52 568 64 568 c 1\n 123 568 l 1\n 128 568 134 569 139 566 c 0\n 143 562 145 555 145 550 c 0\n 151 520 122 454 119 426 c 0\n 116 401 124 378 140 365 c 0\n 156 351 163 349 187 352 c 0\n 194 353 238 353 247 360 c 0\n 250 362 251 367 252 370 c 0\n 255 376 260 382 264 388 c 0\n 273 402 283 418 289 434 c 0\n 291 440 289 446 291 452 c 0\n 293 456 297 458 300 462 c 0\n 305 472 308 485 310 496 c 0\n 314 510 315 524 307 537 c 0\n 303 543 294 549 292 556 c 128\n 290 563 297 567 303 568 c 0\n 322 569 342 568 361 568 c 0\n 388 568 388 570 401 557 c 0\n 412 545 418 526 417 510 c 0\n 414 492 408 473 402 456 c 0\n 399 445 393 436 399 425 c 0\n 421 387 497 384 554 384 c 1\n 556 396 562 407 565 419 c 0\n 575 449 585 481 586 513 c 0\n 586 522 586 533 581 541 c 0\n 577 547 565 555 571 564 c 0\n 574 568 579 568 584 568 c 0\n 648 568 l 2\n 654 568 660 569 666 567 c 0\n 685 560 690 532 690 514 c 0\n 688 470 672 427 658 385 c 0\n 635 319 609 255 591 188 c 0\n 582 154 574 119 574 84 c 0\n 574 78 575 27 589 22 c 0\n 594 20 599 22 603 22 c 2\n 635 25 l 2\n 650 26 667 26 682 29 c 0\n 693 31 703 35 714 37 c 0\n 733 42 752 45 771 48 c 0\n 784 50 810 56 816 40 c 0\n 821 28 808 21 808 10 c 0\n 808 -3 823 -31 830 -40 c 0\n 834 -46 842 -55 837 -63 c 0\n 827 -75 796 -86 776 -86 c 0\n 714 -86 674 -45 674 9 c 1\n 644 6 614 4 584 1 c 1\n 516 3 455 -2 393 -7 c 1\n 393 -18 394 -29 392 -39 c 0\n 388 -68 374 -95 352 -115 c 0\n 325 -138 287 -145 254 -130 c 0\n 245 -125 235 -120 229 -111 c 0\n 224 -104 229 -97 233 -91 c 0\n 242 -77 250 -63 255 -48 c 0\n 261 -32 255 -31 252 -21 c 0\n 233 18 347 10 389 12 c 0\n 420 14 451 17 482 19 c 1\n 469 61 469 81 474 128 c 0\n 483 185 507 257 527 311 c 0\n 531 322 534 333 539 343 c 1\nEndSplineSet\nMinimumDistance: x54,-1 \nEndChar\nStartChar: uni1228\nEncoding: 4648 4648 1406\nWidth: 583\nFlags: W\nHStem: -1.14877 23.1488<224 242>\nVStem: 48.3773 103.603<116 130>\nFore\n356 35 m 1\n 345 31 335 24 324 19 c 0\n 231 -25 75 5 52 90 c 0\n 42 129 54 170 68 198 c 0\n 90 240 128 271 166 298 c 0\n 219 335 275 366 320 412 c 0\n 352 445 368 473 372 526 c 0\n 373 531 372 538 377 542 c 0\n 381 546 387 546 392 546 c 0\n 411 550 435 552 456 554 c 0\n 470 557 475 552 475 540 c 0\n 475 394 347 340 259 278 c 0\n 228 256 197 232 176 199 c 0\n 145 151 139 77 188 38 c 0\n 204 25 220 22 240 22 c 0\n 276 22 320 37 346 54 c 0\n 351 58 352 66 355 72 c 0\n 365 98 384 108 408 117 c 0\n 429 124 451 128 474 128 c 0\n 485 128 497 128 508 125 c 1\n 503 124 498 122 494 119 c 0\n 467 99 484 62 502 42 c 0\n 514 30 l 0\n 521 24 530 21 538 15 c 1\n 501 -6 455 -13 413 -6 c 0\n 390 -2 365 11 356 35 c 1\nEndSplineSet\nEndChar\nStartChar: uni1229\nEncoding: 4649 4649 1407\nWidth: 642\nFlags: W\nHStem: 195 19.2135<334 342>\nVStem: 82 103.054<257 273> 196.013 102.987<46 49> 308 102<489 541>\nFore\n223 194 m 1\n 179 194 119 203 94 229 c 0\n 85 240 82 252 82 266 c 0\n 82 289 91 312 106 329 c 0\n 153 384 232 394 282 445 c 0\n 296 459 308 478 308 498 c 2\n 308 532 l 2\n 308 537 307 543 312 547 c 0\n 317 552 328 550 335 550 c 2\n 380 550 l 2\n 393 550 408 552 411 541 c 0\n 412 533 411 523 411 515 c 0\n 411 506 412 497 410 488 c 0\n 399 415 314 389 260 358 c 0\n 236 345 211 329 197 305 c 0\n 186 288 178 258 192 240 c 0\n 211 217 250 217 287 215 c 0\n 301 214 314 213 328 214 c 0\n 336 214 417 219 434 222 c 0\n 447 224 461 229 474 232 c 0\n 496 237 519 241 542 243 c 0\n 551 244 563 244 568 235 c 0\n 577 222 566 217 562 210 c 0\n 558 192 575 164 582 152 c 0\n 586 146 594 138 591 130 c 0\n 588 124 581 121 576 118 c 0\n 561 110 544 105 527 105 c 0\n 474 105 427 140 427 202 c 1\n 419 200 410 200 402 200 c 0\n 387 199 372 198 357 196 c 0\n 351 196 346 195 340 195 c 0\n 329 195 327 191 325 183 c 1\n 323 174 299 60 299 47 c 0\n 299 37 305 29 313 23 c 0\n 316 21 320 20 324 18 c 0\n 328 15 329 10 327 5 c 1\n 324 2 319 1 315 1 c 1\n 252 1 l 1\n 244 1 236 0 229 2 c 0\n 215 6 204 17 199 31 c 0\n 192 48 199 68 202 85 c 0\n 203 89 221 177 223 194 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni122A\nEncoding: 4650 4650 1408\nWidth: 583\nFlags: W\nVStem: 49.0126 102.987<96 114> 401 103<485 536> 429.967 103.579<114 124>\nFore\n408 549 m 0\n 415 551 424 550 431 550 c 2\n 479 550 l 2\n 486 550 497 552 502 546 c 0\n 504 542 504 538 504 534 c 2\n 504 511 l 2\n 504 502 505 494 504 485 c 0\n 487 365 354 314 266 258 c 0\n 221 229 152 178 152 102 c 0\n 152 73 162 60 179 48 c 0\n 214 24 256 35 294 44 c 0\n 318 49 342 54 365 61 c 0\n 387 67 414 76 425 97 c 0\n 434 112 430 132 420 146 c 0\n 415 153 397 163 405 172 c 0\n 410 178 421 179 428 180 c 2\n 470 187 l 2\n 477 188 485 191 493 191 c 0\n 506 191 516 174 521 164 c 0\n 538 134 540 90 513 65 c 0\n 481 36 415 39 362 34 c 0\n 277 26 206 -14 120 12 c 0\n 69 25 41 60 51 122 c 0\n 68 241 208 291 294 348 c 0\n 338 377 401 429 401 496 c 2\n 401 534 l 2\n 401 540 402 547 408 549 c 0\nEndSplineSet\nEndChar\nStartChar: uni122B\nEncoding: 4651 4651 1409\nWidth: 758\nFlags: W\nVStem: 48.8048 103.152<88 111> 386 104<489 541>\nFore\n543 173 m 1\n 516 169 487 169 460 167 c 0\n 448 165 433 166 424 158 c 0\n 401 138 406 102 409 75 c 0\n 410 68 411 61 411 54 c 0\n 412 49 413 44 410 39 c 0\n 405 32 372 27 361 23 c 0\n 302 1 233 -27 153 -12 c 0\n 118 -6 87 10 68 35 c 0\n 35 79 48 144 75 187 c 0\n 132 276 275 322 346 402 c 0\n 367 427 382 455 386 488 c 0\n 388 501 387 515 387 528 c 0\n 387 534 386 541 389 546 c 0\n 394 552 405 550 412 550 c 2\n 457 550 l 2\n 472 550 487 554 490 541 c 0\n 492 531 490 519 490 509 c 2\n 490 486 l 2\n 471 324 249 295 175 175 c 0\n 162 154 144 108 155 72 c 0\n 168 38 203 14 250 14 c 0\n 263 15 275 18 287 20 c 1\n 291 104 339 167 409 183 c 0\n 423 186 437 184 451 185 c 0\n 472 186 538 191 550 193 c 128\n 562 195 573 199 585 202 c 0\n 606 207 627 210 648 213 c 0\n 659 214 677 219 684 207 c 0\n 688 201 687 194 684 188 c 0\n 681 183 675 179 678 170 c 0\n 681 153 690 137 699 123 c 0\n 702 117 710 109 707 102 c 0\n 705 96 697 92 692 89 c 0\n 677 80 660 76 642 76 c 0\n 590 76 543 112 543 173 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni122C\nEncoding: 4652 4652 1410\nWidth: 700\nFlags: W\nHStem: 0 22<223 241>\nVStem: 49 103<112 133> 372 102.565<523 528>\nFore\n360 44 m 1\n 357 35 348 31 340 27 c 0\n 303 7 273 0 223 0 c 0\n 149 2 73 26 53 87 c 0\n 49 99 49 110 49 122 c 0\n 49 218 130 274 191 315 c 0\n 256 357 343 407 367 492 c 0\n 370 502 371 512 372 522 c 0\n 372 528 372 536 375 541 c 0\n 379 547 389 546 396 547 c 2\n 452 554 l 2\n 459 555 470 557 474 549 c 0\n 475 545 475 541 475 537 c 0\n 475 382 319 329 228 255 c 0\n 196 229 168 197 157 157 c 0\n 153 144 152 131 152 117 c 0\n 152 72 176 38 210 25 c 0\n 220 22 229 22 239 22 c 0\n 277 22 301 32 328 44 c 0\n 335 48 341 52 348 54 c 1\n 341 62 334 70 329 80 c 0\n 311 119 321 167 356 194 c 0\n 386 217 423 213 458 217 c 0\n 505 223 550 253 597 233 c 0\n 605 230 612 226 619 221 c 0\n 667 184 665 107 617 72 c 0\n 585 48 544 53 507 49 c 0\n 474 45 444 28 411 28 c 0\n 393 28 375 34 360 44 c 1\n423 130 m 0\n 426 109 437 89 456 80 c 0\n 481 68 513 77 529 99 c 0\n 554 133 531 180 498 189 c 0\n 461 199 419 170 423 130 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni122D\nEncoding: 4653 4653 1411\nWidth: 583\nFlags: W\nHStem: 13.732 136.268<457 461> 433 117<456 489> 520 22.4571<282.601 305>\nVStem: 45 101.136<238 270> 49 103<92 116> 365.558 122.501<509 512>\nFore\n356 57 m 1\n 339 46 323 35 305 26 c 0\n 233 -8 132 -16 78 35 c 0\n 63 50 52 69 49 90 c 0\n 48 99 49 108 49 117 c 0\n 48 136 47 155 47 174 c 0\n 47 199 45 223 45 248 c 0\n 46 319 57 392 101 450 c 0\n 138 497 194 533 261 540 c 0\n 281 543 300 542 320 543 c 0\n 332 544 370 551 376 551 c 0\n 380 551 385 550 389 550 c 0\n 477 550 l 2\n 484 550 496 552 501 546 c 0\n 508 539 498 532 494 526 c 0\n 476 504 503 477 519 467 c 0\n 525 463 537 459 531 449 c 0\n 524 437 490 433 473 433 c 0\n 431 433 384 450 369 493 c 0\n 365 504 365 515 365 527 c 1\n 346 522 325 521 305 520 c 0\n 262 520 242 511 218 489 c 0\n 139 413 141 289 150 170 c 0\n 151 152 151 134 152 116 c 0\n 152 104 151 93 156 82 c 0\n 181 18 286 35 331 67 c 0\n 337 71 343 76 350 77 c 1\n 355 128 414 146 457 150 c 0\n 478 150 l 0\n 488 150 498 149 508 148 c 1\n 508 147 l 1\n 503 146 498 144 494 141 c 0\n 467 121 484 84 502 64 c 0\n 514 52 l 0\n 521 46 530 43 538 37 c 1\n 501 16 455 9 413 16 c 0\n 390 20 365 33 356 57 c 1\nEndSplineSet\nEndChar\nStartChar: uni122E\nEncoding: 4654 4654 1412\nWidth: 700\nFlags: W\nHStem: 13.732 136.268<457 465> 397.33 186.846<537 548>\nVStem: 45 102.427<222 271> 49 104<95 117 132.352 171.986> 521.673 114.91<478 493>\nFore\n356 57 m 1\n 339 46 323 35 305 26 c 0\n 233 -8 132 -16 78 35 c 0\n 63 50 52 69 49 90 c 0\n 48 99 49 108 49 117 c 0\n 48 135 47 154 47 172 c 0\n 47 197 45 223 45 248 c 0\n 46 315 56 384 94 441 c 0\n 129 494 191 531 261 540 c 0\n 278 543 294 542 311 543 c 0\n 330 543 330 547 342 555 c 0\n 379 578 406 567 455 570 c 0\n 506 576 547 597 588 574 c 0\n 597 570 606 563 613 556 c 0\n 649 517 645 453 604 419 c 0\n 568 389 520 399 477 398 c 0\n 445 397 414 382 382 386 c 0\n 337 392 304 430 302 475 c 0\n 301 491 306 506 312 521 c 1\n 303 519 294 520 285 520 c 0\n 271 519 256 515 244 508 c 0\n 185 475 159 405 150 341 c 0\n 145 304 146 236 149 192 c 0\n 151 168 150 143 152 119 c 0\n 152 111 151 102 153 94 c 0\n 155 77 166 64 179 55 c 0\n 223 23 296 42 331 67 c 0\n 337 71 343 76 350 77 c 1\n 355 128 414 146 457 150 c 0\n 478 150 l 0\n 488 150 498 149 508 148 c 1\n 508 147 l 1\n 503 146 498 144 494 141 c 0\n 467 121 484 84 502 64 c 0\n 514 52 l 0\n 521 46 530 43 538 37 c 1\n 501 16 455 9 413 16 c 0\n 390 20 365 33 356 57 c 1\n512 452 m 0\n 533 480 518 523 490 536 c 0\n 465 549 431 540 416 517 c 0\n 411 509 408 500 406 491 c 0\n 406 464 414 447 432 435 c 0\n 458 418 495 426 512 452 c 0\nEndSplineSet\nEndChar\nStartChar: uni122F\nEncoding: 4655 4655 1413\nWidth: 758\nFlags: W\nHStem: 508 126<196 224 667 694> 519 22<334 383 490 562>\nVStem: 48.8351 104.165<88 111> 387 103<496 518>\nFore\n387 519 m 1\n 366 519 343 521 322 519 c 0\n 311 518 299 513 288 512 c 0\n 257 507 229 508 197 508 c 0\n 192 508 184 508 179 511 c 0\n 169 518 180 529 182 536 c 0\n 193 559 184 583 172 598 c 0\n 167 603 158 608 158 616 c 0\n 157 625 169 628 176 630 c 0\n 249 648 306 610 326 554 c 0\n 328 549 329 543 334 541 c 0\n 340 540 347 541 353 541 c 0\n 362 541 374 539 383 541 c 0\n 388 543 390 549 396 550 c 128\n 402 551 409 550 415 550 c 1\n 471 550 l 1\n 479 550 487 550 490 541 c 1\n 562 541 l 1\n 573 597 627 634 682 634 c 0\n 689 634 752 630 730 608 c 0\n 719 596 708 585 706 568 c 0\n 704 557 705 544 710 534 c 0\n 713 528 720 520 715 513 c 0\n 708 503 628 508 606 511 c 0\n 594 513 581 518 569 519 c 0\n 560 520 550 519 541 519 c 2\n 490 519 l 1\n 490 495 489 474 482 451 c 0\n 451 357 332 307 256 253 c 0\n 209 221 161 180 153 112 c 0\n 144 54 190 14 250 14 c 0\n 263 15 275 18 287 20 c 1\n 291 104 339 167 409 183 c 0\n 423 186 437 184 451 185 c 0\n 472 186 538 191 550 193 c 128\n 562 195 573 199 585 202 c 0\n 606 207 627 210 648 213 c 0\n 659 214 677 219 684 207 c 0\n 688 201 687 194 684 188 c 0\n 681 183 675 179 678 170 c 0\n 681 153 690 137 699 123 c 0\n 702 117 710 109 707 102 c 0\n 705 96 697 92 692 89 c 0\n 677 80 660 76 642 76 c 0\n 590 76 543 112 543 173 c 1\n 534 172 526 171 517 171 c 0\n 507 170 443 168 428 160 c 0\n 401 144 406 100 410 69 c 0\n 411 59 416 42 406 36 c 0\n 401 33 365 25 358 22 c 0\n 280 -11 160 -38 90 14 c 0\n 80 21 71 30 64 40 c 0\n 41 76 46 126 63 164 c 0\n 103 251 206 295 282 347 c 0\n 323 375 365 411 380 460 c 0\n 386 480 387 499 387 519 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni1230\nEncoding: 4656 4656 1414\nWidth: 583\nFlags: W\nVStem: 46 101.945<253 299> 232 117<552 569> 238.642 105.358<479 481> 401 103.608<52 53 53.0175 81.7635> 423 103<326 363>\nFore\n239 464 m 1\n 239 488 236 513 233 537 c 0\n 233 544 232 551 232 558 c 0\n 232 562 231 565 233 569 c 0\n 237 576 249 575 256 576 c 2\n 323 582 l 2\n 330 583 343 586 349 579 c 1\n 353 572 349 559 349 551 c 0\n 348 527 344 503 344 479 c 1\n 423 479 493 461 519 401 c 0\n 525 385 526 370 526 353 c 0\n 526 293 512 187 507 128 c 0\n 506 113 506 98 505 83 c 0\n 503 63 502 38 517 29 c 0\n 523 25 537 23 531 12 c 0\n 527 4 512 6 504 5 c 0\n 486 2 431 -6 421 -5 c 0\n 406 -3 400 9 399 22 c 0\n 398 32 401 43 401 53 c 0\n 402 75 401 98 403 120 c 0\n 407 155 423 289 423 350 c 0\n 423 362 423 373 420 384 c 0\n 411 415 383 437 353 447 c 0\n 275 473 184 421 158 345 c 0\n 146 311 148 276 148 241 c 0\n 148 191 148 141 153 92 c 0\n 156 66 164 37 188 27 c 0\n 196 24 206 24 203 13 c 0\n 199 5 184 6 176 5 c 2\n 125 -2 l 2\n 115 -3 104 -5 94 -5 c 0\n 72 -5 62 14 58 33 c 128\n 54 52 56 73 56 92 c 0\n 54 145 48 198 46 251 c 0\n 45 276 43 302 50 327 c 0\n 67 393 132 431 193 451 c 0\n 208 456 223 461 239 464 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni1231\nEncoding: 4657 4657 1415\nWidth: 787\nFlags: W\nHStem: 252 19<524 623>\nVStem: 46 102<253 298> 232 117<552 569> 238.642 105.358<479 481> 423 103<326 362> 623 133.734<250 251>\nFore\n239 464 m 1\n 239 488 236 513 233 537 c 0\n 233 544 232 551 232 558 c 0\n 232 562 231 565 233 569 c 0\n 237 576 249 575 256 576 c 2\n 323 582 l 2\n 330 583 343 586 349 579 c 1\n 353 572 349 559 349 551 c 0\n 348 527 344 503 344 479 c 1\n 372 479 l 2\n 429 475 503 456 522 393 c 0\n 526 379 526 366 526 352 c 0\n 526 325 522 298 522 271 c 1\n 594 271 l 2\n 634 271 627 269 654 277 c 0\n 680 284 711 290 741 292 c 0\n 749 293 756 293 762 288 c 1\n 767 282 768 274 764 267 c 0\n 762 264 759 262 758 259 c 0\n 751 242 774 207 781 197 c 0\n 792 180 785 176 774 168 c 0\n 765 163 755 159 744 156 c 0\n 700 146 651 167 631 209 c 0\n 625 223 623 237 623 252 c 1\n 530 252 l 0\n 517 252 520 245 518 236 c 0\n 515 200 505 130 505 82 c 0\n 503 60 503 41 516 30 c 0\n 522 25 534 25 532 15 c 0\n 531 5 514 6 506 5 c 2\n 447 -2 l 2\n 437 -4 425 -7 415 -4 c 0\n 403 0 399 13 399 25 c 0\n 399 34 401 43 401 52 c 0\n 405 129 401 107 408 170 c 0\n 412 207 423 299 423 350 c 0\n 423 360 423 369 421 379 c 0\n 412 422 370 447 329 452 c 0\n 241 463 170 401 152 328 c 0\n 147 306 148 284 148 262 c 0\n 148 220 147 120 155 78 c 0\n 157 58 168 37 186 28 c 0\n 193 25 207 25 203 13 c 0\n 199 5 184 6 176 5 c 2\n 125 -2 l 2\n 115 -3 104 -5 94 -5 c 0\n 72 -5 62 14 58 33 c 128\n 54 52 56 73 56 92 c 0\n 54 145 48 198 46 251 c 0\n 45 276 43 302 50 327 c 0\n 67 393 132 431 193 451 c 0\n 208 456 223 461 239 464 c 1\nEndSplineSet\nEndChar\nStartChar: uni1232\nEncoding: 4658 4658 1416\nWidth: 787\nFlags: W\nVStem: 44.8952 102.763<267 299> 232 117<552 569> 238.642 105.358<479 481> 401 103.997<51 52> 423 102.716<320 363>\nFore\n239 464 m 1\n 239 488 236 513 233 537 c 0\n 233 544 232 551 232 558 c 0\n 232 562 231 565 233 569 c 0\n 237 576 249 575 256 576 c 2\n 323 582 l 2\n 330 583 343 586 349 579 c 1\n 353 572 349 559 349 551 c 0\n 348 527 344 503 344 479 c 1\n 423 479 493 461 519 402 c 0\n 538 355 514 202 509 145 c 0\n 506 119 504 92 504 66 c 0\n 504 55 505 41 513 32 c 0\n 519 26 527 28 535 29 c 0\n 549 31 590 34 596 37 c 0\n 601 39 603 47 606 52 c 0\n 617 71 632 82 655 89 c 0\n 677 97 701 102 724 101 c 0\n 735 101 745 99 756 98 c 1\n 756 97 l 1\n 733 94 722 71 729 50 c 0\n 739 18 759 3 785 -12 c 1\n 773 -22 743 -32 722 -34 c 0\n 683 -40 633 -38 609 -3 c 0\n 605 3 602 8 600 15 c 1\n 572 9 543 8 514 6 c 0\n 484 3 463 -1 434 -4 c 0\n 426 -5 416 -6 409 -1 c 0\n 400 6 399 20 399 30 c 0\n 400 37 401 45 401 52 c 0\n 402 71 402 90 403 109 c 0\n 405 138 423 290 423 350 c 0\n 423 360 423 371 421 381 c 0\n 413 415 381 439 349 448 c 0\n 295 464 235 444 196 405 c 0\n 176 385 163 361 154 335 c 0\n 145 305 148 274 148 243 c 0\n 148 192 148 141 153 90 c 0\n 157 63 163 40 186 28 c 0\n 193 25 207 25 203 13 c 0\n 199 5 184 6 176 5 c 2\n 126 -1 l 2\n 116 -3 105 -5 95 -5 c 0\n 73 -5 62 14 58 33 c 128\n 54 52 56 73 56 92 c 0\n 55 116 49 219 46 252 c 0\n 44 275 43 299 48 321 c 0\n 65 390 130 430 193 451 c 0\n 208 456 223 461 239 464 c 1\nEndSplineSet\nEndChar\nStartChar: uni1233\nEncoding: 4659 4659 1417\nWidth: 583\nFlags: W\nVStem: 232 117<552 569> 238.642 105.358<479 481> 401 103.753<51 52> 422.685 103.315<335 363>\nFore\n239 464 m 1\n 239 488 236 513 233 537 c 0\n 233 544 232 551 232 558 c 0\n 232 562 231 565 233 569 c 0\n 237 576 249 575 256 576 c 2\n 323 582 l 2\n 330 583 343 586 349 579 c 1\n 353 572 349 559 349 551 c 0\n 348 527 344 503 344 479 c 1\n 423 479 493 461 519 401 c 0\n 525 385 526 370 526 353 c 0\n 526 293 512 187 507 128 c 0\n 506 113 506 98 505 83 c 0\n 503 63 502 38 517 29 c 0\n 523 25 537 23 531 12 c 0\n 527 4 512 6 504 5 c 0\n 502 5 437 -5 422 -5 c 0\n 407 -4 400 8 399 22 c 0\n 398 32 401 42 401 52 c 0\n 402 73 402 94 403 115 c 0\n 406 185 420 255 422 325 c 0\n 423 341 425 359 422 375 c 0\n 417 406 393 430 365 443 c 0\n 290 476 197 431 163 359 c 0\n 146 322 145 282 151 242 c 0\n 156 214 161 176 186 163 c 0\n 193 160 207 160 203 148 c 0\n 199 140 184 141 176 140 c 2\n 125 133 l 2\n 115 132 104 130 94 130 c 0\n 76 130 65 144 60 160 c 0\n 55 180 57 200 55 220 c 0\n 51 248 42 276 45 305 c 0\n 47 316 49 326 52 336 c 0\n 73 397 135 432 193 451 c 0\n 208 456 223 461 239 464 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni1234\nEncoding: 4660 4660 1418\nWidth: 729\nFlags: W\nHStem: 11 22<537 556> 141.006 21.9943<510.063 562.75>\nVStem: 45.2604 102.74<262 299> 232 117<552 569> 238.642 105.358<479 481> 401 103.767<51 52> 423 102.241<328 363> 616.235 102.001<78 92>\nFore\n239 464 m 1\n 239 488 236 513 233 537 c 0\n 233 544 232 551 232 558 c 0\n 232 562 231 565 233 569 c 0\n 237 576 249 575 256 576 c 2\n 323 582 l 2\n 330 583 343 586 349 579 c 1\n 353 572 349 559 349 551 c 0\n 348 527 344 503 344 479 c 1\n 414 479 478 464 509 419 c 0\n 529 390 527 357 525 324 c 0\n 523 286 520 248 515 210 c 0\n 514 194 513 178 510 163 c 1\n 577 163 621 162 670 141 c 0\n 681 136 691 131 700 124 c 0\n 718 108 725 85 713 64 c 0\n 693 30 625 14 577 11 c 0\n 564 10 551 12 538 11 c 0\n 532 11 527 8 522 7 c 0\n 511 5 500 4 489 3 c 2\n 440 -3 l 2\n 431 -4 421 -7 412 -2 c 0\n 401 3 399 16 399 27 c 0\n 399 35 401 44 401 52 c 0\n 402 72 402 91 403 111 c 0\n 406 172 416 233 420 294 c 0\n 422 313 423 331 423 350 c 0\n 423 360 423 369 421 379 c 0\n 409 434 347 458 296 453 c 0\n 223 445 167 391 152 327 c 0\n 147 306 148 285 148 263 c 0\n 148 216 148 126 155 79 c 0\n 157 64 167 34 186 28 c 0\n 193 25 207 25 203 13 c 0\n 199 5 184 6 176 5 c 2\n 124 -2 l 2\n 114 -3 103 -5 93 -5 c 0\n 72 -4 62 14 58 33 c 0\n 54 51 56 71 56 90 c 0\n 56 119 47 216 46 251 c 0\n 44 278 43 305 51 331 c 0\n 70 395 134 431 193 451 c 0\n 208 456 223 461 239 464 c 1\n508 141 m 1\n 508 116 504 92 504 67 c 0\n 504 58 504 44 510 36 c 0\n 513 33 518 33 522 33 c 2\n 548 33 l 2\n 569 33 595 34 609 52 c 0\n 619 64 619 107 609 122 c 0\n 589 144 546 141 508 141 c 1\nEndSplineSet\nEndChar\nStartChar: uni1235\nEncoding: 4661 4661 1419\nWidth: 583\nFlags: W\nHStem: 452.89 25.1103<326 327>\nVStem: 45.0322 102.626<267 304> 401 103.608<52 53 53.0176 81.7635> 423 102.776<331 363>\nFore\n210 457 m 1\n 198 459 191 471 183 479 c 2\n 129 540 l 2\n 124 546 117 552 113 559 c 0\n 106 573 121 575 129 575 c 2\n 167 578 l 2\n 181 580 225 585 231 583 c 0\n 238 582 251 564 257 558 c 0\n 272 541 287 523 303 506 c 0\n 311 498 321 489 325 478 c 1\n 333 480 342 479 350 479 c 0\n 406 479 476 464 503 427 c 0\n 532 393 527 347 524 305 c 0\n 519 231 507 161 505 83 c 0\n 503 63 502 38 517 29 c 0\n 523 25 537 23 531 12 c 0\n 527 5 513 6 505 5 c 0\n 488 3 434 -5 425 -5 c 0\n 409 -5 401 5 399 20 c 0\n 398 31 401 42 401 53 c 0\n 402 75 401 97 403 119 c 0\n 406 154 423 289 423 350 c 0\n 423 361 423 372 420 383 c 0\n 412 416 380 440 348 449 c 0\n 294 463 235 444 196 405 c 0\n 176 385 163 361 154 335 c 0\n 145 305 148 274 148 243 c 0\n 148 192 148 141 153 90 c 0\n 157 63 163 40 186 28 c 0\n 193 25 207 25 203 13 c 0\n 199 5 184 6 176 5 c 2\n 126 -1 l 2\n 116 -3 106 -5 96 -5 c 0\n 74 -6 63 12 58 31 c 0\n 54 50 56 71 56 90 c 0\n 56 98 47 233 46 251 c 0\n 44 279 43 308 52 335 c 0\n 69 383 106 411 149 433 c 0\n 168 442 189 452 210 456 c 1\n 210 457 l 1\n212 458 m 1\n 214 457 l 1\n 212 458 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni1236\nEncoding: 4662 4662 1420\nWidth: 583\nFlags: W\nVStem: 44.773 103.227<286.063 301.829> 54 106<107 187 208 211> 232 117<552 569> 238.642 105.358<479 481> 398.813 132.187<150 156> 422.971 103.183<347 363>\nFore\n239 464 m 1\n 239 488 236 513 233 537 c 0\n 233 544 232 551 232 558 c 0\n 232 562 231 565 233 569 c 0\n 237 576 249 575 256 576 c 2\n 323 582 l 2\n 330 583 343 586 349 579 c 1\n 353 572 349 559 349 551 c 0\n 348 527 344 503 344 479 c 1\n 371 479 l 0\n 425 476 491 459 516 407 c 0\n 538 363 520 306 510 257 c 0\n 506 233 495 174 520 162 c 0\n 524 161 528 160 531 157 c 0\n 535 150 530 144 524 142 c 0\n 515 140 506 140 497 139 c 2\n 440 132 l 2\n 429 130 416 128 406 136 c 0\n 400 142 398 150 398 159 c 0\n 398 172 400 184 401 197 c 0\n 402 223 405 248 410 274 c 0\n 423 333 436 382 399 419 c 0\n 355 464 281 462 229 430 c 0\n 178 400 147 345 148 286 c 0\n 149 261 157 236 159 211 c 0\n 160 198 159 184 159 171 c 0\n 159 156 160 140 160 125 c 0\n 160 100 164 53 179 36 c 0\n 182 33 185 29 189 28 c 0\n 193 26 198 26 201 22 c 0\n 206 17 202 10 196 8 c 0\n 187 5 177 5 168 4 c 2\n 112 -3 l 2\n 100 -5 88 -7 78 1 c 0\n 53 20 54 77 54 120 c 0\n 54 150 54 179 56 207 c 0\n 56 227 50 246 47 265 c 0\n 44 281 44 298 47 314 c 0\n 59 387 128 429 193 451 c 0\n 208 456 223 461 239 464 c 1\nEndSplineSet\nEndChar\nStartChar: uni1237\nEncoding: 4663 4663 1421\nWidth: 817\nFlags: W\nHStem: 452.791 129.209<325 326>\nVStem: 45.5553 102.137<272.872 298.973> 177.158 143.358<-20 -12> 184.288 135.452<-39 -37> 231.56 118.907<558 564> 423.497 102.503<324 358> 616 135<4 8>\nFore\n240 464 m 1\n 237 489 236 515 234 540 c 0\n 233 548 229 562 234 570 c 0\n 238 577 250 576 257 576 c 2\n 324 582 l 2\n 331 582 344 586 349 579 c 0\n 354 571 350 557 349 549 c 0\n 347 526 347 502 344 479 c 1\n 419 479 491 462 517 407 c 0\n 530 381 527 353 526 325 c 0\n 525 263 513 201 509 139 c 0\n 507 115 505 91 505 67 c 0\n 505 55 505 42 513 33 c 0\n 515 31 530 22 537 22 c 0\n 546 20 558 23 567 24 c 0\n 646 28 635 34 696 46 c 0\n 710 48 723 49 737 50 c 0\n 746 51 755 50 759 40 c 0\n 764 28 750 22 751 10 c 0\n 751 -3 766 -31 772 -41 c 0\n 776 -47 785 -56 780 -64 c 0\n 773 -76 746 -85 731 -87 c 0\n 672 -97 616 -53 616 9 c 1\n 586 6 557 4 527 1 c 1\n 511 5 l 1\n 484 1 456 -2 428 -5 c 1\n 403 -1 l 1\n 319 -7 l 1\n 327 -50 305 -98 270 -123 c 0\n 245 -141 212 -145 184 -133 c 0\n 174 -129 164 -124 157 -116 c 0\n 150 -107 155 -100 160 -92 c 0\n 169 -78 177 -64 182 -48 c 0\n 187 -37 183 -30 178 -22 c 0\n 175 -16 176 -9 180 -3 c 0\n 193 13 287 11 317 12 c 0\n 345 13 372 18 400 18 c 1\n 400 30 401 42 402 54 c 0\n 407 193 407 140 418 261 c 0\n 420 282 429 356 421 383 c 0\n 413 412 387 435 360 445 c 0\n 299 467 232 444 189 397 c 0\n 165 370 151 335 148 299 c 0\n 146 266 153 219 163 193 c 0\n 167 183 173 172 182 165 c 0\n 189 161 205 162 203 150 c 0\n 202 140 185 141 177 140 c 2\n 122 133 l 2\n 112 132 100 129 90 130 c 0\n 74 132 64 145 60 160 c 0\n 56 176 57 192 56 209 c 0\n 51 250 37 294 53 336 c 0\n 73 394 129 427 184 448 c 0\n 202 454 221 462 240 464 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1238\nEncoding: 4664 4664 1422\nWidth: 642\nFlags: W\nVStem: 88.4435 102.943<226.695 276.965> 269 103<452 534> 416 104<57 75> 438 103.7<330 347>\nFore\n438 574 m 1\n 446 616 501 639 553 639 c 0\n 565 639 582 641 593 635 c 1\n 578 632 566 618 565 603 c 0\n 565 598 566 593 568 588 c 0\n 577 562 598 537 624 527 c 1\n 606 509 550 500 515 503 c 0\n 484 505 461 516 447 536 c 0\n 444 541 441 550 436 552 c 0\n 432 553 380 546 372 545 c 1\n 372 452 l 1\n 442 458 511 437 534 385 c 0\n 545 361 542 331 540 305 c 0\n 537 241 520 146 520 70 c 0\n 520 50 521 34 535 27 c 0\n 538 26 542 26 544 24 c 0\n 550 20 549 13 544 9 c 0\n 537 4 524 5 516 4 c 0\n 496 2 475 -1 455 -3 c 0\n 446 -4 435 -7 427 0 c 0\n 416 10 417 29 417 43 c 0\n 417 48 416 53 416 58 c 0\n 417 125 427 191 433 257 c 0\n 436 282 438 306 438 331 c 0\n 438 341 439 351 437 361 c 0\n 430 399 391 422 355 425 c 0\n 314 429 279 412 254 393 c 0\n 219 364 197 322 192 277 c 0\n 190 248 193 219 195 190 c 0\n 198 151 201 112 202 73 c 0\n 202 55 205 38 223 30 c 0\n 229 27 238 28 244 24 c 0\n 248 20 248 13 243 9 c 128\n 238 5 170 -2 158 -3 c 0\n 143 -5 127 -8 115 4 c 0\n 113 7 111 9 109 12 c 0\n 98 30 99 78 98 107 c 1\n 97 134 84 242 90 285 c 0\n 104 353 156 388 211 413 c 2\n 251 428 l 2\n 262 430 269 432 269 444 c 0\n 269 534 l 1\n 247 531 225 528 201 528 c 1\n 182 484 128 469 84 464 c 0\n 75 463 66 463 57 463 c 0\n 45 463 33 463 21 465 c 1\n 21 466 l 1\n 55 467 82 501 75 535 c 0\n 72 553 60 565 46 575 c 1\n 46 577 70 589 73 590 c 2\n 95 596 l 2\n 131 604 183 603 201 564 c 0\n 203 559 204 554 205 549 c 1\n 231 553 259 553 281 561 c 1\n 333 566 386 569 438 574 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni1239\nEncoding: 4665 4665 1423\nWidth: 817\nFlags: W\nHStem: 225.33 18.9142<540 553>\nVStem: 88.479 102.965<225.769 276.967> 269 103<452 534> 416.405 103.595<48.7972 70 70.0291 101.543> 438 103<314 361>\nFore\n438 574 m 1\n 446 616 501 639 553 639 c 0\n 565 639 582 641 593 635 c 1\n 578 632 566 618 565 603 c 0\n 565 598 566 593 568 588 c 0\n 577 562 598 537 624 527 c 1\n 606 509 550 500 515 503 c 0\n 484 505 461 516 447 536 c 0\n 444 541 441 550 436 552 c 0\n 432 553 380 546 372 545 c 1\n 372 452 l 1\n 383 453 394 453 405 452 c 0\n 456 449 517 433 536 379 c 0\n 542 364 541 349 541 333 c 0\n 541 303 539 273 535 244 c 1\n 536 244 614 248 625 251 c 0\n 633 252 642 255 650 258 c 0\n 666 262 714 272 738 272 c 0\n 744 272 751 272 755 267 c 1\n 761 262 761 253 758 247 c 0\n 756 244 753 241 751 238 c 0\n 747 219 767 189 775 176 c 0\n 780 169 784 162 778 155 c 0\n 768 145 753 140 740 137 c 0\n 707 128 668 137 643 162 c 0\n 626 180 616 205 616 230 c 1\n 596 230 577 227 557 226 c 0\n 551 226 539 227 535 223 c 0\n 528 216 520 105 520 70 c 0\n 520 52 520 38 532 29 c 0\n 538 25 549 25 548 16 c 0\n 547 5 531 6 523 5 c 0\n 502 2 481 0 460 -3 c 0\n 451 -4 440 -7 432 -3 c 0\n 418 3 417 25 417 43 c 0\n 413 115 430 211 435 279 c 0\n 437 298 438 316 438 335 c 0\n 438 344 439 353 437 362 c 0\n 429 399 390 422 355 425 c 0\n 314 429 279 412 254 393 c 0\n 219 364 197 322 192 277 c 0\n 190 248 193 219 195 190 c 0\n 198 151 201 112 202 73 c 0\n 202 55 205 38 223 30 c 0\n 229 27 238 28 244 24 c 0\n 248 20 248 13 243 9 c 128\n 238 5 170 -2 158 -3 c 0\n 143 -5 127 -8 115 4 c 0\n 113 7 111 9 109 12 c 0\n 98 30 99 78 98 107 c 1\n 97 134 84 242 90 285 c 0\n 104 353 156 388 211 413 c 2\n 251 428 l 2\n 262 430 269 432 269 444 c 0\n 269 534 l 1\n 247 531 225 528 201 528 c 1\n 182 484 128 469 84 464 c 0\n 75 463 66 463 57 463 c 0\n 45 463 33 463 21 465 c 1\n 21 466 l 1\n 55 467 82 501 75 535 c 0\n 72 553 60 565 46 575 c 1\n 46 577 70 589 73 590 c 2\n 95 596 l 2\n 131 604 183 603 201 564 c 0\n 203 559 204 554 205 549 c 1\n 231 553 259 553 281 561 c 1\n 333 566 386 569 438 574 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni123A\nEncoding: 4666 4666 1424\nWidth: 846\nFlags: W\nHStem: -36 136.224<735 741>\nVStem: 88.4356 103.196<226.063 276.962> 269 103<453 534> 415.443 104.557<48 69> 438 102.669<316 348>\nFore\n438 574 m 1\n 446 616 501 639 553 639 c 0\n 565 639 582 641 593 635 c 1\n 578 632 566 618 565 603 c 0\n 565 598 566 593 568 588 c 0\n 577 562 598 537 624 527 c 1\n 606 509 550 500 515 503 c 0\n 484 505 461 516 447 536 c 0\n 444 541 441 550 436 552 c 0\n 432 553 380 546 372 545 c 1\n 372 452 l 1\n 436 458 503 440 528 396 c 0\n 545 369 542 336 540 306 c 0\n 537 256 531 206 525 156 c 0\n 522 127 521 98 520 69 c 0\n 520 56 519 41 529 31 c 0\n 536 25 545 28 553 29 c 2\n 614 35 l 2\n 618 36 624 35 627 38 c 1\n 630 39 638 56 640 59 c 0\n 662 88 711 101 753 101 c 0\n 764 101 775 99 786 98 c 1\n 786 97 l 1\n 767 93 750 72 760 48 c 0\n 769 21 790 -1 816 -12 c 1\n 816 -13 l 1\n 798 -21 763 -36 734 -36 c 0\n 699 -37 661 -34 639 -3 c 0\n 635 3 632 8 630 15 c 1\n 615 12 599 11 583 10 c 0\n 549 7 516 4 482 0 c 2\n 449 -4 l 2\n 442 -5 434 -6 428 -1 c 0\n 410 12 416 74 418 102 c 0\n 422 161 430 220 435 279 c 0\n 437 298 438 317 438 336 c 0\n 438 345 439 355 436 364 c 0\n 429 393 402 413 375 421 c 0\n 332 435 287 417 261 398 c 0\n 223 374 198 326 192 277 c 0\n 189 228 202 130 202 80 c 0\n 202 61 202 41 221 31 c 0\n 225 29 229 27 233 27 c 0\n 237 26 241 26 244 24 c 0\n 248 20 248 13 243 9 c 128\n 238 5 170 -2 158 -3 c 0\n 143 -5 127 -8 115 4 c 0\n 113 7 111 9 109 12 c 0\n 98 30 99 78 98 107 c 1\n 97 134 84 242 90 285 c 0\n 109 369 176 402 251 428 c 0\n 262 430 269 432 269 444 c 0\n 269 534 l 1\n 247 531 225 528 201 528 c 1\n 182 484 128 469 84 464 c 0\n 75 463 66 463 57 463 c 0\n 45 463 33 463 21 465 c 1\n 21 466 l 1\n 55 467 82 501 75 535 c 0\n 72 553 60 565 46 575 c 1\n 46 577 70 589 73 590 c 2\n 95 596 l 2\n 131 604 183 603 201 564 c 0\n 203 559 204 554 205 549 c 1\n 231 553 259 553 281 561 c 1\n 333 566 386 569 438 574 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni123B\nEncoding: 4667 4667 1425\nWidth: 642\nFlags: W\nVStem: 74.6186 103.381<253 268> 269 103<451 534> 416.454 103.546<48.9761 71 71.0156 103.903> 438.405 102.805<331 347>\nFore\n438 574 m 1\n 446 616 501 639 553 639 c 0\n 565 639 582 641 593 635 c 1\n 578 632 566 618 565 603 c 0\n 565 598 566 593 568 588 c 0\n 577 562 598 537 624 527 c 1\n 606 509 550 500 515 503 c 0\n 484 505 461 516 447 536 c 0\n 444 541 441 550 436 552 c 0\n 432 553 380 546 372 545 c 1\n 372 451 l 1\n 381 453 419 450 432 449 c 0\n 471 443 514 426 532 389 c 0\n 545 363 541 332 540 304 c 0\n 537 243 527 182 522 121 c 0\n 521 104 520 88 520 71 c 0\n 520 52 520 38 532 29 c 0\n 538 25 553 23 547 12 c 0\n 542 5 528 6 520 5 c 0\n 494 1 468 -4 442 -5 c 0\n 418 -6 417 20 417 43 c 0\n 413 131 432 225 437 308 c 0\n 438 327 441 350 435 369 c 0\n 427 391 407 407 386 416 c 0\n 306 448 211 390 185 312 c 0\n 179 293 175 272 178 252 c 0\n 180 240 185 229 187 217 c 0\n 189 202 188 187 199 174 c 0\n 203 169 209 165 215 163 c 0\n 219 161 224 162 228 159 c 0\n 232 157 234 152 232 148 c 0\n 228 140 213 141 205 140 c 2\n 153 133 l 2\n 143 132 132 130 122 130 c 0\n 105 131 95 143 90 158 c 0\n 84 176 87 193 84 211 c 0\n 82 224 77 237 75 250 c 0\n 73 264 74 279 77 292 c 0\n 92 358 154 395 213 417 c 0\n 231 424 250 432 269 434 c 1\n 269 534 l 1\n 247 531 225 528 201 528 c 1\n 182 484 128 469 84 464 c 0\n 75 463 66 463 57 463 c 0\n 45 463 33 463 21 465 c 1\n 21 466 l 1\n 55 467 82 501 75 535 c 0\n 72 553 60 565 46 575 c 1\n 46 577 70 589 73 590 c 2\n 95 596 l 2\n 131 604 183 603 201 564 c 0\n 203 559 204 554 205 549 c 1\n 231 553 259 553 281 561 c 1\n 333 566 386 569 438 574 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni123C\nEncoding: 4668 4668 1426\nWidth: 758\nFlags: W\nHStem: 11 22<552 581> 141.007 21.9925<525.062 575.75> 503.293 135.707<547 549> 528.142 21.8576<209 210>\nVStem: 88.8031 102.197<263 277> 99.3333 102.226<58.0088 85.9842> 269 102<452 534> 415.169 103.831<50 83> 437 103<315 349> 630 102.309<81 91>\nFore\n437 574 m 1\n 450 621 504 635 547 639 c 2\n 566 639 l 2\n 575 639 583 637 592 637 c 1\n 592 635 l 1\n 577 631 565 618 565 603 c 0\n 564 598 566 592 567 587 c 0\n 576 561 597 537 623 527 c 1\n 623 525 l 1\n 612 520 601 515 590 511 c 0\n 561 502 515 499 484 508 c 0\n 460 517 454 527 441 544 c 0\n 440 546 439 550 436 551 c 0\n 431 554 422 551 417 550 c 0\n 402 549 386 547 371 545 c 1\n 371 452 l 1\n 433 455 498 440 526 399 c 0\n 535 384 540 367 541 349 c 0\n 541 340 540 332 540 323 c 0\n 540 288 536 253 531 218 c 0\n 529 200 529 181 525 163 c 1\n 598 163 675 159 716 122 c 0\n 738 103 738 71 717 51 c 1\n 687 27 637 14 592 11 c 0\n 579 10 565 12 552 11 c 0\n 547 10 542 8 537 7 c 0\n 533 6 464 -2 455 -3 c 0\n 447 -4 438 -6 431 -3 c 0\n 409 6 416 72 417 101 c 0\n 419 160 429 219 434 278 c 0\n 436 295 437 312 437 329 c 0\n 437 340 438 350 436 361 c 0\n 427 408 373 429 330 425 c 0\n 250 416 193 346 191 262 c 0\n 190 241 197 162 199 137 c 2\n 202 88 l 2\n 202 78 201 68 202 58 c 0\n 204 45 212 34 225 29 c 0\n 233 26 251 26 246 13 c 0\n 242 5 227 6 219 5 c 0\n 200 3 146 -5 137 -5 c 0\n 117 -5 106 12 102 30 c 0\n 98 49 100 67 99 86 c 0\n 97 125 82 248 92 295 c 0\n 108 357 164 394 220 417 c 0\n 236 423 252 430 269 433 c 1\n 269 534 l 1\n 247 532 225 528 201 528 c 1\n 180 485 120 463 58 463 c 0\n 46 463 33 463 21 465 c 1\n 21 466 l 1\n 57 467 85 505 74 540 c 0\n 66 563 59 563 46 576 c 1\n 73 592 103 600 135 599 c 0\n 166 599 189 587 200 565 c 0\n 202 560 203 550 210 550 c 0\n 214 549 259 555 266 556 c 0\n 271 557 274 560 279 561 c 0\n 290 563 343 567 357 568 c 0\n 390 568 429 575 437 574 c 1\n523 141 m 1\n 522 117 519 92 519 68 c 0\n 519 58 518 46 524 37 c 0\n 528 33 533 33 538 33 c 2\n 564 33 l 2\n 584 33 609 34 623 51 c 0\n 630 60 630 72 630 82 c 0\n 630 93 631 106 627 116 c 0\n 614 145 561 141 523 141 c 1\nEndSplineSet\nEndChar\nStartChar: uni123D\nEncoding: 4669 4669 1427\nWidth: 744\nFlags: W\nVStem: 191 103.241<235 267> 201 104<55 107> 519 103<53 90> 540 103<315 362>\nFore\n60 575 m 1\n 85 594 119 600 150 599 c 0\n 182 599 204 587 215 565 c 0\n 218 559 218 549 227 550 c 0\n 235 550 244 552 252 553 c 0\n 261 554 271 554 280 556 c 0\n 285 557 290 560 295 561 c 0\n 338 567 347 567 386 567 c 0\n 398 568 411 570 423 572 c 0\n 431 573 440 572 448 575 c 0\n 455 578 456 586 460 592 c 0\n 474 614 485 618 508 628 c 0\n 532 636 558 640 584 639 c 0\n 592 639 599 637 607 637 c 1\n 603 634 599 632 595 630 c 0\n 579 619 577 598 586 579 c 0\n 596 556 615 537 638 527 c 1\n 638 525 l 1\n 603 510 576 499 531 503 c 0\n 500 506 479 513 464 533 c 0\n 460 538 457 548 451 551 c 0\n 447 554 440 551 435 551 c 0\n 422 549 409 548 397 546 c 1\n 411 523 426 501 440 479 c 2\n 452 461 l 2\n 454 458 456 454 459 453 c 0\n 465 450 475 452 481 453 c 0\n 492 454 503 452 514 452 c 0\n 561 449 617 431 637 384 c 0\n 643 369 643 355 643 339 c 0\n 643 277 625 152 622 90 c 0\n 622 69 l 0\n 622 52 623 36 635 28 c 0\n 641 25 654 23 649 13 c 0\n 645 5 630 6 622 5 c 0\n 601 2 579 -1 558 -3 c 0\n 549 -4 538 -7 530 -1 c 0\n 515 10 519 47 519 72 c 0\n 519 161 539 244 540 333 c 0\n 540 343 541 353 539 363 c 0\n 530 400 489 424 453 425 c 0\n 394 428 355 398 328 364 c 0\n 295 321 291 285 295 221 c 0\n 297 190 304 103 304 91 c 128\n 304 79 304 66 305 54 c 0\n 307 42 318 32 329 28 c 0\n 336 26 351 27 349 15 c 0\n 347 4 329 6 321 5 c 2\n 261 -3 l 2\n 250 -4 238 -7 227 -2 c 0\n 199 10 201 53 201 88 c 0\n 201 140 190 193 191 245 c 0\n 191 260 190 275 193 289 c 0\n 206 349 257 388 310 411 c 0\n 326 419 344 427 362 430 c 1\n 362 431 l 1\n 339 460 320 493 299 525 c 1\n 291 533 l 1\n 265 532 242 529 216 528 c 1\n 190 478 126 463 74 463 c 0\n 61 463 49 463 36 465 c 1\n 36 466 l 1\n 68 467 95 499 90 531 c 0\n 88 550 76 565 60 575 c 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni123E\nEncoding: 4670 4670 1428\nWidth: 642\nFlags: W\nVStem: 99.8318 102.274<55.01 91.9645> 269 103<452 534> 416 103.27<187.424 201 201.062 218.694> 438.212 103.738<328.38 353.966>\nFore\n438 574 m 1\n 446 616 501 639 553 639 c 0\n 565 639 582 641 593 635 c 1\n 578 632 566 618 565 603 c 0\n 565 598 566 593 568 588 c 0\n 577 562 598 537 624 527 c 1\n 606 509 550 500 515 503 c 0\n 484 505 461 516 447 536 c 0\n 444 541 441 550 436 552 c 0\n 432 553 380 546 372 545 c 1\n 372 452 l 1\n 383 453 393 453 404 452 c 0\n 454 449 512 435 534 385 c 0\n 556 334 526 273 520 219 c 0\n 519 203 517 179 530 166 c 0\n 534 162 540 162 544 159 c 0\n 549 155 549 149 545 146 c 1\n 540 140 471 134 456 132 c 0\n 448 131 439 128 432 132 c 0\n 417 139 417 165 417 185 c 0\n 417 190 416 196 416 201 c 0\n 416 248 441 309 438 354 c 0\n 436 393 397 418 362 424 c 0\n 306 431 262 405 234 374 c 0\n 212 350 198 318 193 286 c 0\n 189 256 199 141 202 93 c 0\n 202 80 202 68 203 55 c 0\n 205 43 215 32 226 28 c 0\n 231 27 237 27 242 25 c 0\n 246 23 249 17 246 12 c 0\n 244 8 239 7 235 7 c 0\n 223 4 175 -1 160 -3 c 0\n 144 -5 128 -8 115 4 c 1\n 95 34 102 55 99 92 c 0\n 98 107 85 239 89 277 c 0\n 96 340 148 384 202 409 c 0\n 217 416 232 421 248 427 c 0\n 260 429 269 431 269 444 c 0\n 269 534 l 1\n 247 531 225 528 201 528 c 1\n 182 484 128 469 84 464 c 0\n 75 463 66 463 57 463 c 0\n 45 463 33 463 21 465 c 1\n 21 466 l 1\n 55 467 82 501 75 535 c 0\n 72 553 60 565 46 575 c 1\n 46 577 70 589 73 590 c 2\n 95 596 l 2\n 131 604 183 603 201 564 c 0\n 203 559 204 554 205 549 c 1\n 231 553 259 553 281 561 c 1\n 333 566 386 569 438 574 c 1\nEndSplineSet\nEndChar\nStartChar: uni123F\nEncoding: 4671 4671 1429\nWidth: 817\nFlags: W\nHStem: 1 19<334 417.959 552.009 618 618.032 630.958> 523 126<78 104 551 568> 533 22<216 266 373 444>\nVStem: 73.9155 102.857<257.023 278.623> 192 142<-2 0> 198.725 134.332<-20 -19> 269 103<451 532> 416.411 103.589<54 69> 438 103.289<326 343> 631 134<-5 1>\nFore\n269 533 m 1\n 225 533 l 2\n 187 533 202 532 172 526 c 0\n 153 523 134 522 115 522 c 0\n 103 522 90 522 78 523 c 0\n 69 523 53 524 58 538 c 0\n 64 554 72 564 68 584 c 0\n 66 595 61 604 54 612 c 0\n 49 617 40 623 40 630 c 0\n 39 639 51 642 58 644 c 0\n 118 661 168 632 193 597 c 0\n 199 588 204 578 208 568 c 0\n 210 563 211 557 216 555 c 0\n 222 554 229 555 235 555 c 0\n 245 555 256 553 266 555 c 0\n 271 556 274 560 279 561 c 0\n 296 564 315 564 333 566 c 0\n 341 566 348 567 356 568 c 0\n 360 568 364 568 368 566 c 0\n 371 563 372 559 372 555 c 1\n 444 555 l 1\n 445 565 450 574 454 583 c 0\n 475 623 518 649 563 649 c 0\n 569 649 635 645 612 622 c 0\n 601 610 591 600 588 583 c 0\n 586 572 587 560 591 550 c 0\n 594 544 602 535 597 528 c 0\n 593 523 586 523 580 523 c 0\n 567 522 554 522 541 522 c 0\n 522 522 503 523 485 526 c 0\n 474 528 464 532 453 533 c 0\n 444 534 434 533 425 533 c 2\n 372 533 l 1\n 372 451 l 1\n 381 453 419 450 432 449 c 0\n 469 443 511 428 530 393 c 0\n 545 367 542 335 540 306 c 0\n 537 252 530 199 524 145 c 0\n 522 120 521 94 520 69 c 0\n 520 56 519 42 528 32 c 0\n 532 28 537 27 542 25 c 0\n 545 24 548 21 552 20 c 0\n 561 18 572 20 582 20 c 2\n 618 20 l 2\n 651 20 640 21 665 27 c 0\n 682 32 731 42 755 42 c 0\n 767 42 779 32 773 17 c 0\n 770 12 765 9 765 2 c 0\n 765 -11 780 -39 786 -49 c 0\n 791 -56 799 -65 794 -73 c 0\n 787 -85 758 -94 742 -96 c 0\n 686 -104 631 -64 631 1 c 1\n 596 3 554 -3 525 5 c 1\n 497 2 469 -2 440 -5 c 1\n 419 1 l 1\n 334 1 l 1\n 334 -47 321 -77 292 -100 c 0\n 265 -123 228 -128 196 -114 c 0\n 187 -110 176 -104 170 -96 c 0\n 165 -89 170 -82 174 -76 c 0\n 183 -62 191 -48 196 -32 c 0\n 202 -17 197 -15 192 -4 c 0\n 189 2 190 10 195 15 c 0\n 201 23 236 22 250 23 c 0\n 275 25 300 21 325 20 c 0\n 356 19 387 20 418 20 c 1\n 413 84 420 148 428 211 c 0\n 433 250 438 289 438 328 c 0\n 438 346 439 363 430 379 c 0\n 414 407 383 421 352 424 c 0\n 291 430 228 394 198 341 c 0\n 185 316 175 286 177 257 c 0\n 178 244 184 232 186 219 c 0\n 188 209 187 198 191 188 c 0\n 194 177 202 168 213 163 c 0\n 221 161 237 160 232 148 c 0\n 228 140 213 141 205 140 c 2\n 150 133 l 2\n 140 132 128 129 118 130 c 0\n 103 133 94 145 90 159 c 0\n 84 176 87 194 84 211 c 0\n 82 224 77 236 75 249 c 0\n 73 261 74 274 76 286 c 0\n 89 355 152 395 213 417 c 0\n 231 424 250 432 269 434 c 1\n 269 533 l 1\nEndSplineSet\nMinimumDistance: x47,-1 \nEndChar\nStartChar: uni1240\nEncoding: 4672 4672 1430\nWidth: 700\nFlags: W\nHStem: 410 24<420 432>\nVStem: 64.1619 119.838<289 294> 324.979 103.027<510 526> 514.867 120.133<318 334>\nFore\n288 217 m 1\n 241 209 192 207 145 213 c 0\n 122 216 96 220 80 232 c 0\n 63 245 63 264 64 283 c 0\n 64 339 105 361 144 379 c 0\n 189 398 235 411 292 414 c 0\n 298 415 308 414 312 418 c 0\n 314 420 314 424 315 427 c 0\n 315 434 323 494 324 503 c 1\n 328 526 324 545 307 554 c 0\n 301 556 286 558 291 569 c 0\n 293 573 298 575 303 575 c 0\n 310 576 366 580 387 582 c 0\n 400 584 414 584 422 571 c 0\n 438 544 422 469 419 434 c 1\n 432 435 446 435 459 435 c 0\n 500 435 543 428 581 412 c 0\n 603 403 623 389 631 366 c 0\n 636 355 635 343 635 331 c 0\n 635 316 634 299 625 286 c 0\n 610 266 585 258 562 250 c 0\n 508 233 449 222 392 222 c 1\n 387 173 371 62 372 55 c 0\n 373 44 379 33 389 27 c 0\n 396 23 412 24 407 11 c 0\n 405 7 400 5 395 5 c 0\n 388 4 380 3 373 3 c 0\n 353 2 332 0 312 -2 c 0\n 296 -4 281 -3 274 13 c 0\n 270 21 269 29 269 38 c 0\n 267 66 285 187 288 217 c 1\n310 393 m 1\n 300 391 289 390 279 388 c 0\n 229 376 184 352 184 288 c 0\n 183 284 182 281 183 277 c 0\n 183 273 185 269 187 265 c 0\n 200 238 232 237 258 237 c 0\n 265 237 273 238 280 238 c 0\n 283 239 287 239 289 241 c 0\n 293 245 303 334 304 347 c 0\n 306 362 309 378 310 393 c 1\n395 245 m 1\n 439 249 491 259 509 292 c 0\n 518 316 518 349 506 370 c 0\n 493 394 468 404 442 408 c 0\n 436 409 431 410 425 410 c 0\n 415 410 414 404 414 395 c 1\n 395 245 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1241\nEncoding: 4673 4673 1431\nWidth: 700\nFlags: W\nHStem: 410 24<420 432>\nVStem: 64.1619 119.838<289 294> 268 103.982<48.9759 60> 324.979 103.027<510 526> 514.867 120.133<318 334>\nFore\n288 217 m 1\n 241 209 192 207 145 213 c 0\n 122 216 96 220 80 232 c 0\n 63 245 63 264 64 283 c 0\n 64 339 105 361 144 379 c 0\n 189 398 235 411 292 414 c 0\n 298 415 308 414 312 418 c 0\n 314 420 314 424 315 427 c 0\n 315 434 323 494 324 503 c 1\n 328 526 324 545 307 554 c 0\n 301 556 286 558 291 569 c 0\n 293 573 298 575 303 575 c 0\n 310 576 366 580 387 582 c 0\n 400 584 414 584 422 571 c 0\n 438 544 422 469 419 434 c 1\n 432 435 446 435 459 435 c 0\n 500 435 543 428 581 412 c 0\n 603 403 623 389 631 366 c 0\n 636 355 635 343 635 331 c 0\n 635 316 634 299 625 286 c 0\n 610 266 585 258 562 250 c 0\n 508 233 449 222 392 222 c 1\n 381 130 l 1\n 401 132 422 133 442 135 c 0\n 447 135 452 135 457 136 c 0\n 472 136 470 144 475 153 c 0\n 490 175 506 184 533 192 c 0\n 552 198 572 201 592 201 c 0\n 603 201 615 199 626 198 c 1\n 626 197 l 1\n 610 195 597 181 596 165 c 0\n 595 160 597 154 598 149 c 0\n 610 117 628 103 654 88 c 1\n 654 87 l 1\n 593 54 491 49 469 115 c 1\n 447 111 424 112 402 109 c 0\n 397 109 391 109 386 108 c 0\n 374 108 377 95 375 87 c 0\n 373 70 368 52 378 37 c 0\n 382 32 386 28 392 26 c 0\n 396 25 401 25 405 22 c 128\n 409 19 409 13 405 9 c 0\n 401 4 330 -0 311 -2 c 0\n 302 -3 291 -4 283 1 c 0\n 269 11 268 38 268 60 c 0\n 273 112 283 165 288 217 c 1\n310 393 m 1\n 300 391 289 390 279 388 c 0\n 229 376 184 352 184 288 c 0\n 183 284 182 281 183 277 c 0\n 183 273 185 269 187 265 c 0\n 200 238 232 237 258 237 c 0\n 265 237 273 238 280 238 c 0\n 283 239 287 239 289 241 c 0\n 293 245 303 334 304 347 c 0\n 306 362 309 378 310 393 c 1\n395 245 m 1\n 439 249 491 259 509 292 c 0\n 518 316 518 349 506 370 c 0\n 493 394 468 404 442 408 c 0\n 436 409 431 410 425 410 c 0\n 415 410 414 404 414 395 c 1\n 395 245 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1242\nEncoding: 4674 4674 1432\nWidth: 700\nFlags: W\nHStem: -28.1803 135.936<560 564> 410 24<420 432>\nVStem: 64.1619 119.838<289 294> 325.353 103.016<515 520> 515.249 119.751<323 339>\nFore\n288 217 m 1\n 241 209 192 207 145 213 c 0\n 122 216 96 220 80 232 c 0\n 63 245 63 264 64 283 c 0\n 64 339 105 361 144 379 c 0\n 189 398 235 411 292 414 c 0\n 298 415 308 414 312 418 c 0\n 314 420 314 424 315 427 c 0\n 315 434 323 494 324 503 c 1\n 328 526 324 545 307 554 c 0\n 301 556 286 558 291 569 c 0\n 293 573 298 575 303 575 c 0\n 310 576 366 580 387 582 c 0\n 400 584 414 584 422 571 c 0\n 438 544 422 469 419 434 c 1\n 432 435 446 435 459 435 c 0\n 500 435 543 428 581 412 c 0\n 603 403 623 389 631 366 c 0\n 636 355 635 343 635 331 c 0\n 635 316 634 299 625 286 c 0\n 610 266 585 258 562 250 c 0\n 508 233 449 222 392 222 c 1\n 387 177 371 64 372 53 c 0\n 373 49 374 43 378 40 c 0\n 383 36 393 39 399 39 c 0\n 417 41 436 43 454 44 c 1\n 468 97 540 115 608 106 c 1\n 608 104 l 1\n 593 100 582 87 581 72 c 0\n 581 45 603 20 620 7 c 0\n 626 2 633 -1 640 -5 c 1\n 585 -36 485 -43 458 13 c 0\n 452 22 450 21 438 21 c 0\n 408 18 l 1\n 409 3 389 4 379 3 c 0\n 356 1 334 0 311 -2 c 0\n 299 -4 286 -4 278 6 c 0\n 268 19 266 51 270 73 c 0\n 276 121 283 169 288 217 c 1\n310 393 m 1\n 300 391 289 390 279 388 c 0\n 229 376 184 352 184 288 c 0\n 183 284 182 281 183 277 c 0\n 183 273 185 269 187 265 c 0\n 200 238 232 237 258 237 c 0\n 265 237 273 238 280 238 c 0\n 283 239 287 239 289 241 c 0\n 293 245 303 334 304 347 c 0\n 306 362 309 378 310 393 c 1\n395 245 m 1\n 439 249 491 259 509 292 c 0\n 518 316 518 349 506 370 c 0\n 493 394 468 404 442 408 c 0\n 436 409 431 410 425 410 c 0\n 415 410 414 404 414 395 c 1\n 395 245 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1243\nEncoding: 4675 4675 1433\nWidth: 758\nFlags: W\nHStem: -17 139<78 101> 86 23<186.062 197>\nVStem: 119 119<301 304> 384.511 102.95<511 527>\nFore\n378 445 m 1\n 379 464 381 482 383 501 c 0\n 388 527 384 545 366 554 c 0\n 360 556 345 558 350 569 c 0\n 352 573 357 575 362 575 c 0\n 373 577 432 581 446 582 c 0\n 458 584 471 584 479 574 c 0\n 496 552 485 495 483 463 c 1\n 522 468 576 459 609 450 c 0\n 628 444 648 437 664 425 c 0\n 686 408 690 385 692 359 c 0\n 693 342 693 326 682 312 c 0\n 655 280 568 263 517 256 c 0\n 498 254 480 253 461 251 c 1\n 461 236 460 219 455 205 c 0\n 442 168 408 144 374 127 c 0\n 316 98 250 86 186 86 c 1\n 186 32 145 -17 89 -17 c 0\n 70 -17 52 -13 36 -3 c 0\n 31 0 23 4 21 10 c 0\n 19 18 26 26 30 32 c 0\n 34 39 55 69 50 89 c 0\n 49 92 46 94 45 97 c 0\n 42 103 41 109 45 115 c 0\n 52 127 68 122 79 122 c 0\n 100 122 121 119 142 116 c 0\n 170 108 168 109 194 109 c 0\n 203 109 212 110 221 111 c 0\n 267 118 318 135 342 177 c 0\n 355 199 355 223 358 248 c 1\n 325 243 292 239 259 238 c 0\n 236 238 212 240 189 243 c 0\n 167 246 139 250 125 270 c 0\n 119 279 117 289 119 300 c 0\n 119 305 121 310 122 315 c 0\n 124 322 123 329 125 336 c 0\n 137 378 179 398 217 414 c 0\n 267 434 324 445 378 445 c 1\n375 422 m 1\n 328 419 272 401 253 363 c 0\n 247 351 244 337 243 323 c 0\n 243 316 239 311 238 304 c 0\n 238 301 239 297 241 294 c 0\n 255 263 300 263 329 267 c 0\n 336 267 354 268 359 273 c 0\n 362 277 370 368 371 380 c 0\n 373 394 375 408 375 422 c 1\n464 275 m 1\n 500 278 544 289 562 313 c 0\n 573 326 574 342 572 358 c 0\n 569 382 562 406 542 421 c 0\n 524 434 501 436 480 439 c 1\n 464 275 l 1\nEndSplineSet\nEndChar\nStartChar: uni1244\nEncoding: 4676 4676 1434\nWidth: 700\nFlags: W\nHStem: 11 22<413 444> 141.015 21.9851<385.063 443> 410 24<420 432>\nVStem: 64.1619 119.838<289 294> 268.099 104.989<49 60> 325.417 103.078<517 524> 491 102.172<81 92> 514.653 120.347<316 333>\nFore\n288 217 m 1\n 241 209 192 207 145 213 c 0\n 122 216 96 220 80 232 c 0\n 63 245 63 264 64 283 c 0\n 64 339 105 361 144 379 c 0\n 189 398 235 411 292 414 c 0\n 298 415 308 414 312 418 c 0\n 314 420 314 424 315 427 c 0\n 315 434 323 494 324 503 c 1\n 328 526 324 545 307 554 c 0\n 301 556 286 558 291 569 c 0\n 293 573 298 575 303 575 c 0\n 310 576 366 580 387 582 c 0\n 400 584 414 584 422 571 c 0\n 438 544 422 469 419 434 c 1\n 432 435 446 435 459 435 c 0\n 500 435 543 428 581 412 c 0\n 603 403 623 389 631 366 c 0\n 636 355 635 343 635 331 c 0\n 635 316 634 299 625 286 c 0\n 610 266 585 258 562 250 c 0\n 508 233 449 222 392 222 c 1\n 385 163 l 1\n 452 163 500 163 547 140 c 0\n 557 136 582 124 587 110 c 0\n 602 86 590 59 568 44 c 0\n 535 22 493 14 454 11 c 0\n 441 10 428 12 415 11 c 0\n 409 11 405 7 400 6 c 0\n 394 4 323 -1 311 -2 c 0\n 300 -4 287 -4 279 5 c 0\n 268 18 266 49 270 71 c 0\n 276 120 283 168 288 217 c 1\n310 393 m 1\n 300 391 289 390 279 388 c 0\n 229 376 184 352 184 288 c 0\n 183 284 182 281 183 277 c 0\n 183 273 185 269 187 265 c 0\n 200 238 232 237 258 237 c 0\n 265 237 273 238 280 238 c 0\n 283 239 287 239 289 241 c 0\n 293 245 303 334 304 347 c 0\n 306 362 309 378 310 393 c 1\n395 245 m 1\n 439 249 491 259 509 292 c 0\n 518 316 518 349 506 370 c 0\n 493 394 468 404 442 408 c 0\n 436 409 431 410 425 410 c 0\n 415 410 414 404 414 395 c 1\n 395 245 l 1\n382 141 m 1\n 379 119 376 97 374 75 c 0\n 372 62 370 49 378 38 c 0\n 382 33 387 33 393 33 c 2\n 419 33 l 2\n 441 33 469 33 484 51 c 0\n 491 60 491 72 491 82 c 0\n 491 93 492 106 488 116 c 0\n 475 146 422 141 382 141 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1245\nEncoding: 4677 4677 1435\nWidth: 700\nFlags: W\nHStem: 410 24<420 432> 538 117.555<194 208>\nVStem: 63.3773 119.623<269.783 275 289 294> 173.882 152.371<598 609> 325.108 103.104<510 530> 514.867 120.133<318 334>\nFore\n132 646 m 1\n 144 648 157 652 169 653 c 0\n 204 658 254 658 289 651 c 0\n 298 648 307 644 314 638 c 0\n 332 621 330 595 317 576 c 1\n 339 580 363 580 385 582 c 0\n 395 583 407 585 416 578 c 0\n 441 557 423 472 419 434 c 1\n 432 435 446 435 459 435 c 0\n 500 435 543 428 581 412 c 0\n 603 403 623 389 631 366 c 0\n 636 355 635 343 635 331 c 0\n 635 316 634 299 625 286 c 0\n 610 266 585 258 562 250 c 0\n 508 233 449 222 392 222 c 1\n 387 173 371 62 372 55 c 0\n 373 44 379 33 389 27 c 0\n 396 23 412 24 407 11 c 0\n 405 7 400 5 395 5 c 0\n 388 4 380 3 373 3 c 0\n 353 2 332 0 312 -2 c 0\n 296 -4 281 -3 274 13 c 0\n 270 21 269 29 269 38 c 0\n 267 66 285 187 288 217 c 1\n 236 208 141 204 93 224 c 0\n 68 234 61 257 64 284 c 0\n 64 339 106 361 144 379 c 0\n 189 398 235 411 292 414 c 0\n 298 415 308 414 312 418 c 0\n 314 420 314 424 315 427 c 0\n 315 434 323 494 324 503 c 1\n 326 515 328 527 322 539 c 0\n 317 549 305 558 293 555 c 0\n 288 554 284 552 279 550 c 0\n 257 544 225 538 200 538 c 0\n 176 538 153 544 131 551 c 1\n 131 552 l 1\n 162 555 183 589 170 618 c 0\n 162 633 148 642 132 645 c 1\n 132 646 l 1\n310 393 m 1\n 300 391 289 390 279 388 c 0\n 229 376 184 351 184 288 c 0\n 183 284 182 279 183 275 c 0\n 183 271 185 267 187 264 c 0\n 200 238 232 237 258 237 c 0\n 265 237 273 238 280 238 c 0\n 283 239 287 239 289 241 c 0\n 293 245 303 334 304 347 c 0\n 306 362 309 378 310 393 c 1\n395 245 m 1\n 439 249 491 259 509 292 c 0\n 518 316 518 349 506 370 c 0\n 493 394 468 404 442 408 c 0\n 436 409 431 410 425 410 c 0\n 415 410 414 404 414 395 c 1\n 395 245 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1246\nEncoding: 4678 4678 1436\nWidth: 729\nFlags: W\nHStem: 149.095 22.9054<384 405> 310.483 24.5857<448 450> 538.863 22.8132<381 395>\nVStem: 234.639 84.3605<433 449> 269.203 103.315<65 74> 448.319 83.6809<456.008 474.016>\nFore\n276 142 m 1\n 229 139 203 134 155 140 c 0\n 129 143 96 146 84 166 c 0\n 81 170 80 174 78 178 c 0\n 74 185 67 190 65 199 c 0\n 64 204 65 211 66 216 c 0\n 75 255 114 270 148 284 c 0\n 187 298 229 309 277 312 c 0\n 282 313 290 312 293 317 c 0\n 296 321 296 329 296 334 c 0\n 299 358 293 364 279 376 c 0\n 267 386 253 394 244 407 c 0\n 234 420 233 436 236 452 c 0\n 241 483 261 509 286 528 c 0\n 333 561 402 572 457 554 c 0\n 492 542 523 518 530 480 c 0\n 532 472 532 464 532 456 c 0\n 528 402 480 357 423 347 c 0\n 417 346 408 346 403 342 c 0\n 400 340 400 335 399 331 c 1\n 468 338 521 340 585 322 c 0\n 613 314 644 298 648 266 c 0\n 649 254 641 245 637 235 c 0\n 634 228 634 220 631 213 c 0\n 616 184 554 170 517 163 c 0\n 472 154 426 150 380 149 c 1\n 378 118 358 39 392 22 c 0\n 396 20 401 20 405 18 c 0\n 413 10 406 1 397 1 c 0\n 309 1 l 2\n 297 1 284 1 276 12 c 0\n 268 24 269 39 269 53 c 0\n 269 83 273 112 276 142 c 1\n447 435 m 0\n 450 462 449 492 432 514 c 0\n 425 522 412 535 400 537 c 0\n 370 546 344 525 331 499 c 0\n 324 484 321 467 319 450 c 0\n 319 443 318 433 321 426 c 0\n 327 410 363 396 378 387 c 0\n 383 384 388 380 391 375 c 0\n 394 372 397 367 402 367 c 0\n 408 368 415 371 420 375 c 0\n 442 389 445 411 447 435 c 0\n279 166 m 1\n 292 290 l 1\n 260 282 223 277 201 250 c 0\n 198 246 183 226 186 212 c 0\n 188 208 194 206 196 201 c 0\n 201 189 204 179 216 173 c 0\n 231 165 258 163 279 166 c 1\n383 172 m 1\n 412 172 442 177 469 186 c 0\n 491 192 506 202 514 222 c 0\n 515 227 515 232 516 236 c 0\n 519 242 525 245 527 251 c 0\n 530 257 525 267 522 273 c 0\n 506 306 464 311 431 311 c 0\n 423 311 416 310 408 309 c 0\n 398 309 396 305 396 295 c 2\n 393 270 l 1\n 393 270 383 185 383 172 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni1248\nEncoding: 4680 4680 1437\nWidth: 846\nFlags: W\nHStem: 165 19<388 471> 410 24<420 432>\nVStem: 64.1619 119.838<289 294> 324.979 103.027<510 526> 514.867 120.133<318 334>\nFore\n288 217 m 1\n 241 209 192 207 145 213 c 0\n 122 216 96 220 80 232 c 0\n 63 245 63 264 64 283 c 0\n 64 339 105 361 144 379 c 0\n 189 398 235 411 292 414 c 0\n 298 415 308 414 312 418 c 0\n 314 420 314 424 315 427 c 0\n 315 434 323 494 324 503 c 1\n 328 526 324 545 307 554 c 0\n 301 556 286 558 291 569 c 0\n 293 573 298 575 303 575 c 0\n 310 576 366 580 387 582 c 0\n 400 584 414 584 422 571 c 0\n 438 544 422 469 419 434 c 1\n 432 435 446 435 459 435 c 0\n 500 435 543 428 581 412 c 0\n 603 403 623 389 631 366 c 0\n 636 355 635 343 635 331 c 0\n 635 316 634 299 625 286 c 0\n 610 266 585 258 562 250 c 0\n 508 233 449 222 392 222 c 1\n 387 184 l 1\n 453 184 l 2\n 464 184 476 182 486 184 c 0\n 491 185 509 197 514 199 c 0\n 528 205 542 205 556 207 c 0\n 574 208 593 206 611 209 c 0\n 633 212 655 219 677 223 c 0\n 706 228 735 224 758 206 c 0\n 799 173 805 107 769 69 c 0\n 763 63 757 58 750 53 c 0\n 719 33 684 41 649 38 c 0\n 635 37 622 35 609 32 c 0\n 585 27 560 19 535 23 c 0\n 490 29 457 69 457 114 c 0\n 457 133 463 149 472 165 c 1\n 385 165 l 1\n 376 92 l 2\n 372 64 368 40 389 27 c 0\n 395 24 412 24 408 12 c 0\n 403 2 387 5 374 3 c 0\n 353 2 333 0 312 -2 c 0\n 297 -4 282 -3 274 12 c 0\n 270 20 269 29 269 38 c 0\n 267 70 284 184 288 217 c 1\n310 393 m 1\n 300 391 289 390 279 388 c 0\n 229 376 184 352 184 288 c 0\n 183 284 182 281 183 277 c 0\n 183 273 185 269 187 265 c 0\n 200 238 232 237 258 237 c 0\n 265 237 273 238 280 238 c 0\n 283 239 287 239 289 241 c 0\n 293 245 303 334 304 347 c 0\n 306 362 309 378 310 393 c 1\n395 245 m 1\n 439 249 491 259 509 292 c 0\n 518 316 518 349 506 370 c 0\n 493 394 468 404 442 408 c 0\n 436 409 431 410 425 410 c 0\n 415 410 414 404 414 395 c 1\n 395 245 l 1\n561 118 m 0\n 564 97 576 77 596 69 c 0\n 635 52 681 84 677 127 c 0\n 674 148 662 168 641 176 c 0\n 603 191 557 160 561 118 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni124A\nEncoding: 4682 4682 1438\nWidth: 1079\nFlags: W\nHStem: 256 192<731 795> 314 19<636 701.651> 410 24<421 433>\nVStem: 65 120<284 291> 325.979 103.027<510 526> 516.441 119.559<333 341.988> 730.016 103.625<390 410> 845 134.601<244 251>\nDStem: 311 393 415 395 292 240 396 245\nFore\n289 217 m 1\n 237 210 124 200 82 232 c 0\n 65 245 63 262 65 282 c 0\n 65 317 78 336 100 353 c 0\n 152 393 219 406 294 415 c 0\n 299 415 309 414 313 418 c 0\n 315 420 315 424 316 427 c 0\n 316 434 324 494 325 503 c 1\n 329 526 325 545 308 554 c 0\n 302 556 287 558 292 569 c 0\n 294 573 299 575 304 575 c 0\n 311 576 367 580 388 582 c 0\n 401 584 415 584 423 571 c 0\n 439 544 423 469 420 434 c 1\n 434 436 448 435 462 435 c 0\n 516 435 600 420 626 379 c 0\n 635 364 636 350 636 333 c 1\n 664 333 692 333 718 331 c 1\n 720 347 725 363 728 379 c 0\n 732 398 734 416 720 426 c 0\n 714 430 699 432 705 443 c 0\n 707 447 711 448 715 448 c 1\n 780 448 l 1\n 805 448 817 445 828 429 c 0\n 840 407 833 386 828 363 c 2\n 816 307 l 1\n 813 296 812 285 808 274 c 1\n 810 274 848 269 856 270 c 0\n 867 272 951 298 977 290 c 0\n 987 287 991 276 987 267 c 0\n 985 263 981 260 980 256 c 0\n 974 242 995 209 1001 199 c 0\n 1004 193 1011 186 1009 179 c 128\n 1007 172 998 168 992 165 c 0\n 923 128 845 171 845 251 c 1\n 828 252 812 255 795 256 c 0\n 777 257 759 256 741 256 c 0\n 717 256 l 0\n 703 256 703 265 705 276 c 2\n 714 314 l 1\n 635 314 l 1\n 634 281 605 265 577 255 c 0\n 519 235 455 222 393 222 c 1\n 388 173 372 62 373 55 c 0\n 374 44 380 33 390 27 c 0\n 397 23 413 24 408 11 c 0\n 406 7 401 5 396 5 c 0\n 389 4 381 3 374 3 c 0\n 354 2 333 0 313 -2 c 0\n 297 -4 282 -3 275 13 c 0\n 271 21 270 29 270 38 c 0\n 268 66 286 187 289 217 c 1\n292 240 m 1\n 311 393 l 1\n 301 391 292 390 282 388 c 0\n 256 382 227 372 208 353 c 0\n 192 336 186 314 185 291 c 0\n 185 287 183 282 184 278 c 0\n 185 266 194 252 205 246 c 0\n 227 233 263 237 292 240 c 1\n396 245 m 1\n 440 249 492 259 510 292 c 0\n 513 300 518 329 516 342 c 0\n 514 352 511 362 506 371 c 0\n 494 395 468 404 443 408 c 0\n 437 409 432 410 426 410 c 0\n 416 410 415 404 415 395 c 1\n 396 245 l 1\nEndSplineSet\nEndChar\nStartChar: uni124B\nEncoding: 4683 4683 1439\nWidth: 700\nFlags: W\nHStem: -66 173<417 482> 211.424 26.8446<244 247> 222.027 22.9728<387.031 403.857> 437 26<422 427>\nVStem: 64 117<287 292 299 302> 64.158 119.842<304 305> 118.044 142.956<67 78> 268.138 105.109<136 146> 325 104.164<522 532> 378 103.463<-36 -27> 417.111 104.889<62.8747 70.9844> 514 120<318 350>\nFore\n315 445 m 1\n 316 464 320 483 323 501 c 0\n 325 511 328 523 325 533 c 0\n 322 542 316 550 307 554 c 0\n 301 556 286 558 291 569 c 0\n 293 573 298 575 303 575 c 0\n 314 577 373 581 387 582 c 0\n 399 584 412 584 420 574 c 0\n 439 550 425 495 421 463 c 1\n 500 463 607 448 630 380 c 0\n 634 368 634 356 634 344 c 0\n 634 326 635 308 623 292 c 0\n 607 270 579 260 554 252 c 0\n 499 233 441 222 383 222 c 1\n 382 201 377 180 374 160 c 0\n 371 144 371 128 385 117 c 0\n 391 112 397 112 403 110 c 0\n 414 106 424 107 435 107 c 2\n 481 107 l 2\n 502 107 519 92 522 71 c 0\n 523 60 515 49 511 40 c 2\n 492 -4 l 1\n 486 -16 478 -28 483 -45 c 1\n 487 -50 497 -55 490 -62 c 0\n 485 -68 472 -66 465 -66 c 2\n 409 -66 l 2\n 400 -66 391 -67 385 -60 c 0\n 378 -52 378 -41 378 -31 c 0\n 378 -18 403 32 408 44 c 128\n 413 56 424 71 411 82 c 0\n 397 96 342 86 317 85 c 0\n 311 84 304 83 298 83 c 0\n 292 84 287 87 282 87 c 0\n 278 88 264 85 262 80 c 0\n 260 77 261 72 261 68 c 0\n 261 28 247 -4 223 -27 c 0\n 196 -52 160 -61 125 -47 c 0\n 115 -43 101 -35 96 -25 c 0\n 92 -18 97 -12 101 -6 c 0\n 105 1 127 35 125 54 c 0\n 124 58 121 61 119 65 c 0\n 116 70 117 77 120 82 c 0\n 128 93 148 93 160 94 c 0\n 181 97 202 98 223 99 c 0\n 230 99 238 98 245 98 c 0\n 254 99 263 103 272 105 c 1\n 262 141 274 180 279 216 c 1\n 259 211 237 211 216 211 c 0\n 166 211 93 214 70 249 c 0\n 60 264 62 281 64 298 c 0\n 64 359 112 390 155 408 c 0\n 188 423 222 433 257 439 c 0\n 276 442 296 442 315 445 c 1\n283 239 m 1\n 292 300 301 361 311 421 c 1\n 272 418 224 402 201 368 c 0\n 188 349 185 327 184 305 c 0\n 184 299 181 293 181 287 c 0\n 184 242 234 234 283 239 c 1\n387 245 m 1\n 410 245 433 251 455 258 c 0\n 472 264 490 272 501 287 c 0\n 511 301 514 315 514 332 c 0\n 514 390 491 421 446 434 c 0\n 440 435 433 436 427 437 c 0\n 424 437 421 438 419 436 c 0\n 415 434 415 427 415 423 c 1\n 405 364 396 304 387 245 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni124C\nEncoding: 4684 4684 1440\nWidth: 700\nFlags: W\nHStem: 39.4067 21.6015<419.023 442.923> 169.018 21.9819<385.031 446.255> 222 360.451<390 393> 437 26<423 430>\nVStem: 32 141.834<-25 -18> 268.16 104.723<79 91> 325.858 103.542<521 524> 491 103<110 123> 515 119<323 344>\nFore\n285 216 m 1\n 268 215 250 212 233 211 c 0\n 189 210 112 212 81 237 c 0\n 61 252 61 274 64 297 c 0\n 65 306 64 315 67 324 c 0\n 84 391 176 423 242 436 c 0\n 259 439 275 442 292 443 c 0\n 298 444 309 442 314 446 c 0\n 319 451 323 494 324 505 c 0\n 326 518 328 530 321 541 c 0\n 317 547 312 552 306 554 c 0\n 302 555 297 555 293 558 c 0\n 290 561 289 566 291 570 c 0\n 294 574 299 575 304 575 c 0\n 310 576 366 580 387 582 c 0\n 399 584 412 584 421 573 c 0\n 438 548 426 495 422 463 c 1\n 500 463 606 448 629 381 c 0\n 634 369 634 356 634 343 c 0\n 634 325 635 308 624 293 c 0\n 608 271 581 261 556 252 c 0\n 503 234 446 222 389 222 c 1\n 385 191 l 1\n 407 191 430 192 452 191 c 0\n 499 188 549 175 580 149 c 1\n 585 142 594 131 594 119 c 0\n 594 82 565 69 539 58 c 0\n 512 48 484 42 455 40 c 0\n 441 39 427 40 413 39 c 0\n 407 38 403 35 397 34 c 0\n 381 32 321 27 307 26 c 0\n 302 26 297 26 292 27 c 0\n 288 27 284 30 279 29 c 0\n 270 29 222 17 213 15 c 1\n 213 15 181 9 177 7 c 0\n 172 4 174 -4 174 -9 c 0\n 174 -23 174 -37 171 -51 c 0\n 162 -91 133 -135 91 -146 c 0\n 68 -152 42 -147 23 -133 c 0\n 17 -128 6 -120 7 -112 c 0\n 7 -104 14 -97 18 -91 c 128\n 22 -85 41 -55 37 -37 c 0\n 36 -33 33 -30 32 -26 c 0\n 29 -20 31 -12 36 -8 c 1\n 48 8 133 18 163 24 c 0\n 199 31 236 39 272 48 c 1\n 265 70 269 93 272 115 c 0\n 275 136 284 204 285 216 c 1\n313 422 m 1\n 298 418 284 417 269 413 c 0\n 225 400 184 368 184 309 c 0\n 184 300 180 290 182 281 c 0\n 184 276 185 271 188 266 c 0\n 201 242 229 240 253 237 c 0\n 261 237 269 238 277 238 c 0\n 280 239 284 239 287 241 c 0\n 291 245 311 408 313 422 c 1\n393 245 m 1\n 440 252 497 262 510 304 c 0\n 515 316 515 331 515 344 c 0\n 511 392 492 417 454 431 c 0\n 446 434 438 436 430 437 c 0\n 427 437 423 438 421 436 c 0\n 417 434 417 428 417 424 c 0\n 415 413 394 263 393 245 c 1\n382 169 m 1\n 381 147 377 125 374 104 c 0\n 372 91 370 78 378 67 c 0\n 382 61 388 61 395 61 c 2\n 419 61 l 2\n 440 61 470 62 484 80 c 0\n 491 89 491 101 491 111 c 0\n 491 122 492 135 488 145 c 0\n 473 175 422 169 382 169 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni124D\nEncoding: 4685 4685 1441\nWidth: 1021\nFlags: W\nHStem: 314 19<635 688> 314 163<710.02 785> 410 24<420 432>\nVStem: 64.1619 119.838<289 294> 324.979 103.027<510 526> 515.308 119.692<334 343> 705 115<342 436> 717 102.99<437.004 448.949>\nFore\n288 217 m 1\n 241 209 192 207 145 213 c 0\n 122 216 96 220 80 232 c 0\n 63 245 63 264 64 283 c 0\n 64 339 105 361 144 379 c 0\n 189 398 235 411 292 414 c 0\n 298 415 308 414 312 418 c 0\n 314 420 314 424 315 427 c 0\n 315 434 323 494 324 503 c 1\n 328 526 324 545 307 554 c 0\n 301 556 286 558 291 569 c 0\n 293 573 298 575 303 575 c 0\n 310 576 366 580 387 582 c 0\n 400 584 414 584 422 571 c 0\n 438 544 422 469 419 434 c 1\n 468 437 518 434 565 418 c 0\n 593 408 623 393 632 363 c 0\n 636 353 635 343 635 333 c 1\n 682 333 l 2\n 697 333 701 331 705 342 c 0\n 705 366 716 409 717 437 c 0\n 717 442 717 449 714 454 c 0\n 711 460 700 461 703 471 c 0\n 709 477 712 477 721 477 c 1\n 789 477 l 1\n 796 477 804 477 810 472 c 0\n 819 464 820 448 820 436 c 0\n 820 426 810 347 806 331 c 1\n 818 333 831 337 843 340 c 0\n 860 343 877 346 894 348 c 0\n 905 349 921 352 927 340 c 0\n 934 328 924 320 920 314 c 0\n 917 300 933 272 938 262 c 0\n 945 252 956 241 945 230 c 0\n 908 201 844 204 810 241 c 0\n 798 254 780 286 786 314 c 1\n 634 314 l 1\n 633 281 604 265 576 255 c 0\n 518 235 454 222 392 222 c 1\n 387 173 371 62 372 55 c 0\n 373 44 379 33 389 27 c 0\n 396 23 412 24 407 11 c 0\n 405 7 400 5 395 5 c 0\n 388 4 380 3 373 3 c 0\n 353 2 332 0 312 -2 c 0\n 296 -4 281 -3 274 13 c 0\n 270 21 269 29 269 38 c 0\n 267 66 285 187 288 217 c 1\n310 393 m 1\n 300 391 289 390 279 388 c 0\n 229 376 184 352 184 288 c 0\n 183 284 182 281 183 277 c 0\n 183 273 185 269 187 265 c 0\n 200 238 232 237 258 237 c 0\n 265 237 273 238 280 238 c 0\n 283 239 287 239 289 241 c 0\n 293 245 303 334 304 347 c 0\n 306 362 309 378 310 393 c 1\n395 245 m 1\n 439 249 491 259 509 292 c 0\n 518 316 518 349 506 370 c 0\n 493 394 468 404 442 408 c 0\n 436 409 431 410 425 410 c 0\n 415 410 414 404 414 395 c 1\n 395 245 l 1\nEndSplineSet\nEndChar\nStartChar: uni1250\nEncoding: 4688 4688 1442\nWidth: 700\nFlags: W\nHStem: 410 25<414 435> 479 1<19 36.5>\nVStem: 64 118.729<281.031 293.655> 268.368 104.632<51 62> 277 103<190 190 207 214>\nDStem: 287 389 391 409 279 238 382 244\nFore\n45 590 m 1\n 92 619 175 630 200 579 c 0\n 202 574 203 565 209 564 c 0\n 217 563 281 569 292 571 c 0\n 299 572 304 575 311 576 c 0\n 336 578 362 582 388 582 c 0\n 392 583 396 581 400 582 c 0\n 420 582 441 585 461 587 c 0\n 471 588 481 587 490 589 c 0\n 497 591 499 599 502 605 c 0\n 514 626 531 635 554 643 c 128\n 577 651 601 655 625 653 c 0\n 634 653 644 653 653 650 c 1\n 630 647 619 624 625 603 c 0\n 634 575 655 553 682 541 c 1\n 682 540 l 1\n 664 532 646 523 623 520 c 0\n 582 513 529 514 504 552 c 0\n 500 557 498 562 496 568 c 1\n 466 563 431 564 402 558 c 1\n 395 520 396 475 392 432 c 1\n 405 433 419 435 432 435 c 0\n 489 436 564 427 603 400 c 0\n 630 383 638 361 634 322 c 0\n 634 296 626 283 610 271 c 0\n 593 260 573 253 553 248 c 0\n 501 231 458 225 399 222 c 0\n 394 222 385 224 382 219 c 0\n 379 216 380 210 380 206 c 0\n 379 195 378 185 378 174 c 0\n 377 144 374 114 373 84 c 0\n 373 73 370 60 373 49 c 0\n 375 40 381 32 389 27 c 0\n 395 24 412 24 408 12 c 0\n 403 2 388 5 375 3 c 0\n 354 2 332 0 311 -2 c 0\n 297 -4 283 -3 276 10 c 0\n 266 28 268 57 270 82 c 2\n 273 146 l 2\n 275 169 277 192 277 215 c 1\n 259 214 242 211 224 210 c 0\n 194 208 163 210 133 215 c 0\n 113 218 89 222 75 237 c 0\n 63 250 62 265 64 281 c 0\n 64 311 72 328 89 345 c 0\n 129 383 211 409 289 414 c 1\n 297 549 l 1\n 265 546 233 543 200 542 c 1\n 182 495 110 477 53 477 c 0\n 42 477 30 479 19 479 c 1\n 19 480 l 1\n 54 482 83 515 74 551 c 0\n 70 569 59 579 45 590 c 1\n279 238 m 1\n 287 389 l 1\n 240 382 189 356 185 302 c 0\n 184 295 182 285 183 278 c 0\n 184 266 192 255 201 248 c 0\n 220 234 250 238 279 238 c 1\n382 244 m 1\n 425 246 481 255 503 284 c 0\n 512 294 513 305 514 318 c 0\n 515 324 516 329 516 335 c 0\n 515 357 504 380 486 393 c 0\n 466 407 438 410 414 410 c 0\n 406 410 399 410 391 409 c 1\n 382 244 l 1\nEndSplineSet\nMinimumDistance: x63,-1 \nEndChar\nStartChar: uni1251\nEncoding: 4689 4689 1443\nWidth: 700\nFlags: W\nHStem: 108 22.0218<379 400> 479 1<19 36.5>\nVStem: 64 118.729<281.031 293.655> 277 102<190 214> 516 118.181<324 335>\nDStem: 287 389 391 409 279 238 382 244\nFore\n45 590 m 1\n 92 619 175 630 200 579 c 0\n 202 574 203 565 209 564 c 0\n 217 563 281 569 292 571 c 0\n 299 572 304 575 311 576 c 0\n 336 578 362 582 388 582 c 0\n 392 583 396 581 400 582 c 0\n 420 582 441 585 461 587 c 0\n 471 588 481 587 490 589 c 0\n 497 591 499 599 502 605 c 0\n 514 626 531 635 554 643 c 128\n 577 651 601 655 625 653 c 0\n 634 653 644 653 653 650 c 1\n 630 647 619 624 625 603 c 0\n 634 575 655 553 682 541 c 1\n 682 540 l 1\n 664 532 646 523 623 520 c 0\n 582 513 529 514 504 552 c 0\n 500 557 498 562 496 568 c 1\n 466 563 431 564 402 558 c 1\n 395 520 396 475 392 432 c 1\n 452 437 495 438 550 422 c 0\n 586 413 628 394 634 355 c 0\n 636 344 635 333 634 322 c 0\n 633 306 632 293 621 281 c 0\n 606 265 586 258 566 252 c 0\n 529 239 490 231 451 226 c 0\n 434 224 418 224 401 222 c 0\n 396 222 386 224 382 220 c 0\n 380 218 380 214 380 211 c 0\n 380 205 379 200 379 194 c 0\n 379 183 378 172 377 161 c 0\n 377 151 377 140 375 130 c 1\n 397 130 419 132 441 135 c 0\n 446 135 452 135 457 136 c 0\n 472 136 470 144 475 153 c 0\n 490 175 506 184 533 192 c 0\n 552 198 572 201 592 201 c 0\n 603 201 615 199 626 198 c 1\n 626 197 l 1\n 610 195 597 181 596 165 c 0\n 595 160 597 154 598 149 c 0\n 610 117 628 103 654 88 c 1\n 654 87 l 1\n 593 54 491 49 469 115 c 1\n 447 111 423 111 400 109 c 0\n 395 109 389 108 384 108 c 0\n 371 108 373 95 373 85 c 0\n 373 68 368 50 380 35 c 0\n 383 31 387 28 392 26 c 0\n 396 25 401 25 405 22 c 0\n 408 19 409 13 406 9 c 0\n 400 3 331 -0 311 -2 c 0\n 302 -3 291 -4 283 1 c 0\n 270 12 266 42 269 64 c 0\n 271 91 272 118 273 145 c 0\n 274 168 277 192 277 215 c 1\n 259 214 242 211 224 210 c 0\n 194 208 163 210 133 215 c 0\n 113 218 89 222 75 237 c 0\n 63 250 62 265 64 281 c 0\n 64 311 72 328 89 345 c 0\n 129 383 211 409 289 414 c 1\n 297 549 l 1\n 265 546 233 543 200 542 c 1\n 182 495 110 477 53 477 c 0\n 42 477 30 479 19 479 c 1\n 19 480 l 1\n 54 482 83 515 74 551 c 0\n 70 569 59 579 45 590 c 1\n279 238 m 1\n 287 389 l 1\n 240 382 189 356 185 302 c 0\n 184 295 182 285 183 278 c 0\n 184 266 192 255 201 248 c 0\n 220 234 250 238 279 238 c 1\n382 244 m 1\n 425 246 481 255 503 284 c 0\n 512 294 513 305 514 318 c 0\n 515 324 516 329 516 335 c 0\n 515 357 504 380 486 393 c 0\n 466 407 438 410 414 410 c 0\n 406 410 399 410 391 409 c 1\n 382 244 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni1252\nEncoding: 4690 4690 1444\nWidth: 700\nFlags: W\nHStem: -28.5525 135.848<554 563> 410 25<414 435> 479 1<19 36.5>\nVStem: 64 118.729<281.031 293.655> 269 104<45 67> 277 103<195 214>\nDStem: 287 389 391 409 279 238 382 244\nFore\n45 590 m 1\n 92 619 175 630 200 579 c 0\n 202 574 203 565 209 564 c 0\n 217 563 281 569 292 571 c 0\n 299 572 304 575 311 576 c 0\n 336 578 362 582 388 582 c 0\n 392 583 396 581 400 582 c 0\n 420 582 441 585 461 587 c 0\n 471 588 481 587 490 589 c 0\n 497 591 499 599 502 605 c 0\n 514 626 531 635 554 643 c 128\n 577 651 601 655 625 653 c 0\n 634 653 644 653 653 650 c 1\n 630 647 619 624 625 603 c 0\n 634 575 655 553 682 541 c 1\n 682 540 l 1\n 664 532 646 523 623 520 c 0\n 582 513 529 514 504 552 c 0\n 500 557 498 562 496 568 c 1\n 466 563 431 564 402 558 c 1\n 395 520 396 475 392 432 c 1\n 405 433 419 435 432 435 c 0\n 489 436 564 427 603 400 c 0\n 630 383 638 361 634 322 c 0\n 634 297 626 283 611 272 c 0\n 578 249 502 233 452 227 c 0\n 435 225 418 224 401 222 c 0\n 396 222 386 224 382 220 c 0\n 379 217 380 212 380 208 c 0\n 380 199 379 190 378 181 c 0\n 376 147 376 112 373 78 c 0\n 372 69 371 59 373 50 c 0\n 373 35 388 39 399 39 c 0\n 417 41 436 43 454 44 c 1\n 468 97 540 115 608 106 c 1\n 608 104 l 1\n 593 100 582 87 581 72 c 0\n 581 45 603 20 620 7 c 0\n 626 2 633 -1 640 -5 c 1\n 585 -36 485 -43 458 13 c 0\n 452 22 450 21 438 21 c 0\n 408 18 l 1\n 409 3 389 4 379 3 c 0\n 356 1 334 0 311 -2 c 0\n 299 -4 286 -4 277 7 c 0\n 265 24 268 50 269 69 c 0\n 270 106 277 203 277 215 c 1\n 259 214 242 211 224 210 c 0\n 194 208 163 210 133 215 c 0\n 113 218 89 222 75 237 c 0\n 63 250 62 265 64 281 c 0\n 64 311 72 328 89 345 c 0\n 129 383 211 409 289 414 c 1\n 297 549 l 1\n 265 546 233 543 200 542 c 1\n 182 495 110 477 53 477 c 0\n 42 477 30 479 19 479 c 1\n 19 480 l 1\n 54 482 83 515 74 551 c 0\n 70 569 59 579 45 590 c 1\n279 238 m 1\n 287 389 l 1\n 240 382 189 356 185 302 c 0\n 184 295 182 285 183 278 c 0\n 184 266 192 255 201 248 c 0\n 220 234 250 238 279 238 c 1\n382 244 m 1\n 425 246 481 255 503 284 c 0\n 512 294 513 305 514 318 c 0\n 515 324 516 329 516 335 c 0\n 515 357 504 380 486 393 c 0\n 466 407 438 410 414 410 c 0\n 406 410 399 410 391 409 c 1\n 382 244 l 1\nEndSplineSet\nMinimumDistance: x70,-1 \nEndChar\nStartChar: uni1253\nEncoding: 4691 4691 1445\nWidth: 758\nFlags: W\nHStem: 86 22.0409<186.062 204.372> 479 1<78 95.5>\nVStem: 357 102<238 247 276 419 462 548> 563 121<335 358>\nFore\n104 590 m 1\n 151 619 234 630 259 579 c 0\n 261 574 262 565 268 564 c 0\n 276 563 340 569 351 571 c 0\n 358 572 363 575 370 576 c 0\n 395 578 421 582 447 582 c 0\n 451 583 455 581 459 582 c 0\n 479 582 500 585 520 587 c 0\n 530 588 540 587 549 589 c 0\n 556 591 558 599 561 605 c 0\n 573 626 590 635 613 643 c 128\n 636 651 660 655 684 653 c 0\n 693 653 703 653 712 650 c 1\n 689 647 678 624 684 603 c 0\n 693 575 714 553 741 541 c 1\n 741 540 l 1\n 723 532 705 523 682 520 c 0\n 641 513 588 514 563 552 c 0\n 559 557 557 562 555 568 c 1\n 459 559 l 1\n 459 461 l 1\n 524 468 609 456 652 426 c 0\n 677 408 684 381 684 352 c 0\n 684 337 683 324 673 311 c 0\n 650 282 565 263 518 257 c 0\n 498 254 479 254 459 251 c 1\n 459 234 460 218 454 202 c 0\n 441 169 411 146 380 130 c 0\n 320 100 253 86 186 86 c 1\n 186 32 145 -17 89 -17 c 0\n 70 -17 52 -13 36 -3 c 0\n 31 0 23 4 21 10 c 0\n 19 18 26 26 30 32 c 0\n 34 39 55 69 50 89 c 0\n 49 92 46 94 45 97 c 0\n 42 103 41 109 45 115 c 0\n 52 126 67 122 78 122 c 0\n 110 121 140 116 171 110 c 0\n 187 106 204 109 220 111 c 0\n 266 118 317 134 342 176 c 0\n 355 198 357 223 357 248 c 1\n 301 238 211 233 158 254 c 0\n 141 261 126 275 126 295 c 0\n 126 303 130 310 131 318 c 0\n 132 324 132 329 133 335 c 0\n 142 370 172 389 201 404 c 0\n 238 423 287 436 336 442 c 0\n 349 442 357 441 357 454 c 0\n 357 549 l 1\n 325 546 293 543 259 542 c 1\n 241 495 169 477 112 477 c 0\n 101 477 89 479 78 479 c 1\n 78 480 l 1\n 113 482 142 515 133 551 c 0\n 129 569 118 579 104 590 c 1\n459 275 m 1\n 468 275 476 277 485 279 c 0\n 510 284 539 291 555 313 c 0\n 565 327 565 342 563 359 c 0\n 561 381 554 405 535 419 c 0\n 514 434 484 438 459 438 c 1\n 459 275 l 1\n357 420 m 1\n 320 410 277 401 260 362 c 0\n 255 350 253 339 252 326 c 0\n 251 322 251 318 250 314 c 0\n 249 311 247 308 247 304 c 0\n 246 294 256 283 264 277 c 0\n 278 269 307 265 328 267 c 0\n 338 268 347 270 357 270 c 1\n 357 420 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1254\nEncoding: 4692 4692 1446\nWidth: 700\nFlags: W\nHStem: 11 22<413 435> 141.005 21.9953<377.063 443.122> 479 1<19 36.5>\nVStem: 64 118.729<281.031 293.655> 277 103<207 214> 491 102.535<81 94> 516 119.328<323.916 335>\nDStem: 287 389 391 409 279 238 382 244\nFore\n45 590 m 1\n 92 619 175 630 200 579 c 0\n 202 574 203 565 209 564 c 0\n 217 563 281 569 292 571 c 0\n 299 572 304 575 311 576 c 0\n 336 578 362 582 388 582 c 0\n 392 583 396 581 400 582 c 0\n 420 582 441 585 461 587 c 0\n 471 588 481 587 490 589 c 0\n 497 591 499 599 502 605 c 0\n 514 626 531 635 554 643 c 128\n 577 651 601 655 625 653 c 0\n 634 653 644 653 653 650 c 1\n 630 647 619 624 625 603 c 0\n 634 575 655 553 682 541 c 1\n 682 540 l 1\n 664 532 646 523 623 520 c 0\n 582 513 529 514 504 552 c 0\n 500 557 498 562 496 568 c 1\n 466 563 431 564 402 558 c 1\n 395 520 396 475 392 432 c 1\n 433 435 459 437 499 432 c 0\n 549 426 626 409 634 355 c 0\n 637 340 635 303 628 290 c 0\n 603 251 509 234 451 226 c 0\n 435 225 418 224 402 222 c 0\n 397 222 388 224 384 221 c 0\n 379 218 380 211 380 206 c 0\n 379 192 379 177 377 163 c 1\n 455 163 491 163 546 141 c 0\n 557 136 568 130 577 122 c 0\n 607 96 593 60 569 45 c 0\n 536 22 493 14 454 11 c 0\n 441 10 428 12 415 11 c 0\n 409 11 405 7 400 6 c 0\n 394 4 324 -1 312 -2 c 0\n 301 -3 288 -4 280 4 c 0\n 268 16 267 44 269 67 c 1\n 269 67 277 197 277 215 c 1\n 259 214 242 211 224 210 c 0\n 194 208 163 210 133 215 c 0\n 113 218 89 222 75 237 c 0\n 63 250 62 265 64 281 c 0\n 64 311 72 328 89 345 c 0\n 129 383 211 409 289 414 c 1\n 297 549 l 1\n 265 546 233 543 200 542 c 1\n 182 495 110 477 53 477 c 0\n 42 477 30 479 19 479 c 1\n 19 480 l 1\n 54 482 83 515 74 551 c 0\n 70 569 59 579 45 590 c 1\n279 238 m 1\n 287 389 l 1\n 240 382 189 356 185 302 c 0\n 184 295 182 285 183 278 c 0\n 184 266 192 255 201 248 c 0\n 220 234 250 238 279 238 c 1\n382 244 m 1\n 425 246 481 255 503 284 c 0\n 512 294 513 305 514 318 c 0\n 515 324 516 329 516 335 c 0\n 515 357 504 380 486 393 c 0\n 466 407 438 410 414 410 c 0\n 406 410 399 410 391 409 c 1\n 382 244 l 1\n376 141 m 1\n 376 117 373 94 372 70 c 0\n 372 59 371 47 378 37 c 0\n 382 33 387 33 392 33 c 2\n 419 33 l 2\n 441 33 469 33 484 51 c 0\n 491 60 491 72 491 82 c 0\n 491 93 492 106 488 116 c 0\n 475 147 416 141 376 141 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni1255\nEncoding: 4693 4693 1447\nWidth: 758\nFlags: W\nHStem: 409.723 24.8935<483 488> 517 137<565 600> 559 22<184 277.954 387 403>\nVStem: 64.4506 119.549<600 602> 123 118.713<282.063 295.065> 264.8 202.852<484 489>\nDStem: 344 389 461 410 336 238 446 244\nFore\n278 559 m 1\n 223 559 167 560 112 560 c 2\n 71 560 l 2\n 66 560 59 559 55 564 c 0\n 48 571 57 579 60 585 c 0\n 74 610 52 634 39 648 c 0\n 24 668 64 674 81 676 c 0\n 128 681 177 650 184 602 c 0\n 185 595 185 588 184 581 c 1\n 217 581 251 582 284 581 c 0\n 291 581 296 577 303 577 c 0\n 325 577 348 582 370 582 c 0\n 382 582 l 0\n 402 582 423 585 443 587 c 0\n 453 588 464 587 473 589 c 0\n 479 591 481 601 484 606 c 0\n 490 616 498 625 508 631 c 0\n 534 647 569 654 600 654 c 2\n 634 651 l 1\n 634 650 l 1\n 627 649 616 643 612 637 c 0\n 595 615 611 586 626 568 c 2\n 637 557 l 2\n 645 550 654 546 663 540 c 1\n 633 523 599 517 565 517 c 0\n 527 517 503 528 486 550 c 0\n 483 555 480 564 475 566 c 0\n 471 567 412 562 403 561 c 0\n 397 561 384 562 380 556 c 0\n 377 552 370 497 369 489 c 1\n 440 495 l 2\n 448 496 460 500 466 492 c 0\n 469 487 467 479 467 473 c 0\n 465 460 464 446 463 433 c 1\n 528 440 612 431 658 403 c 0\n 688 385 697 364 693 322 c 0\n 692 309 692 297 684 286 c 0\n 669 265 641 257 618 249 c 0\n 562 232 503 222 444 222 c 1\n 443 183 429 73 431 58 c 0\n 433 47 438 34 448 28 c 0\n 454 23 471 24 466 11 c 0\n 464 7 459 5 454 5 c 0\n 447 4 439 3 432 3 c 0\n 412 2 391 0 371 -2 c 0\n 356 -4 340 -3 333 12 c 0\n 323 31 327 57 328 78 c 0\n 330 124 332 169 335 215 c 1\n 316 214 298 211 279 210 c 0\n 251 209 222 211 194 215 c 0\n 174 218 150 221 135 236 c 0\n 122 249 122 265 123 282 c 0\n 123 340 164 361 204 379 c 0\n 249 399 296 409 345 414 c 1\n 348 473 l 1\n 290 473 l 2\n 283 473 273 471 268 477 c 1\n 262 482 266 492 267 499 c 0\n 270 519 273 539 278 559 c 1\n336 238 m 1\n 344 389 l 1\n 309 380 269 368 252 333 c 0\n 249 325 240 293 242 278 c 0\n 243 266 252 252 263 246 c 0\n 285 234 312 238 336 238 c 1\n446 244 m 1\n 486 249 534 252 560 281 c 0\n 570 292 572 304 573 319 c 0\n 574 324 575 330 575 335 c 0\n 574 358 562 382 543 394 c 0\n 519 410 489 410 461 410 c 1\n 456 355 451 300 446 244 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni1256\nEncoding: 4694 4694 1448\nWidth: 729\nFlags: W\nHStem: 149.095 22.9054<384 405> 310.483 24.5857<448 450> 544.762 116.238<528 545> 561 1<117 125.5>\nVStem: 234.394 84.606<433 450> 269.203 103.315<65 74> 517.747 120.253<619 628>\nFore\n145 672 m 1\n 182 692 225 704 266 690 c 0\n 284 685 298 670 303 652 c 0\n 313 623 284 598 267 586 c 1\n 279 578 289 566 299 556 c 0\n 303 552 308 545 313 544 c 0\n 317 544 322 547 325 548 c 0\n 349 558 385 563 415 562 c 0\n 467 560 526 529 532 472 c 0\n 537 410 489 367 444 352 c 0\n 435 349 425 347 416 345 c 0\n 412 345 405 345 402 342 c 0\n 400 339 400 334 399 331 c 1\n 468 338 521 340 585 322 c 0\n 613 314 644 298 648 266 c 0\n 649 254 641 245 637 235 c 0\n 634 228 634 220 631 213 c 0\n 616 184 554 170 517 163 c 0\n 472 154 426 150 380 149 c 1\n 378 118 358 39 392 22 c 0\n 396 20 401 20 405 18 c 0\n 413 10 406 1 397 1 c 0\n 309 1 l 2\n 297 1 284 1 276 12 c 0\n 268 24 269 39 269 53 c 0\n 269 83 273 112 276 142 c 1\n 229 139 203 134 155 140 c 0\n 129 143 96 146 84 166 c 0\n 81 170 80 174 78 178 c 0\n 74 185 67 190 65 199 c 0\n 64 204 65 211 66 216 c 0\n 75 255 114 270 148 284 c 0\n 187 298 229 309 277 312 c 0\n 282 313 290 312 293 317 c 0\n 296 321 296 329 296 334 c 0\n 299 358 293 364 279 376 c 0\n 267 386 253 394 244 407 c 0\n 214 450 258 515 294 532 c 1\n 280 547 265 561 252 578 c 1\n 211 561 168 555 117 561 c 1\n 117 562 l 1\n 158 562 188 605 171 643 c 0\n 166 655 156 664 145 671 c 1\n 145 672 l 1\n506 649 m 0\n 503 665 529 661 542 661 c 2\n 602 661 l 2\n 610 661 625 664 631 658 c 0\n 639 652 638 636 638 627 c 0\n 637 574 576 528 509 549 c 0\n 502 552 489 555 489 564 c 0\n 488 571 496 576 500 580 c 0\n 509 589 524 614 515 634 c 0\n 512 639 508 643 506 649 c 0\n447 435 m 0\n 450 462 449 492 432 514 c 0\n 425 522 412 535 400 537 c 0\n 370 546 344 525 331 499 c 0\n 324 484 321 467 319 450 c 0\n 319 443 318 433 321 426 c 0\n 327 410 363 396 378 387 c 0\n 383 384 388 380 391 375 c 0\n 394 372 397 367 402 367 c 0\n 408 368 415 371 420 375 c 0\n 442 389 445 411 447 435 c 0\n279 166 m 1\n 292 290 l 1\n 260 282 223 277 201 250 c 0\n 198 246 183 226 186 212 c 0\n 188 208 194 206 196 201 c 0\n 201 189 204 179 216 173 c 0\n 231 165 258 163 279 166 c 1\n383 172 m 1\n 412 172 442 177 469 186 c 0\n 491 192 506 202 514 222 c 0\n 515 227 515 232 516 236 c 0\n 519 242 525 245 527 251 c 0\n 530 257 525 267 522 273 c 0\n 506 306 464 311 431 311 c 0\n 423 311 416 310 408 309 c 0\n 398 309 396 305 396 295 c 2\n 393 270 l 1\n 393 270 383 185 383 172 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni1258\nEncoding: 4696 4696 1449\nWidth: 846\nFlags: W\nHStem: 165 19<380 471> 410 23.3212<413 435> 479 1<19 36.5>\nVStem: 64 118.729<281.031 293.655> 268.368 104.632<51 71> 277 102<185 214>\nDStem: 287 389 391 409 279 238 382 244\nFore\n45 590 m 1\n 92 619 175 630 200 579 c 0\n 202 574 203 565 209 564 c 0\n 217 563 281 569 292 571 c 0\n 299 572 304 575 311 576 c 0\n 336 578 362 582 388 582 c 0\n 392 583 396 581 400 582 c 0\n 420 582 441 585 461 587 c 0\n 471 588 481 587 490 589 c 0\n 497 591 499 599 502 605 c 0\n 514 626 531 635 554 643 c 128\n 577 651 601 655 625 653 c 0\n 634 653 644 653 653 650 c 1\n 630 647 619 624 625 603 c 0\n 634 575 655 553 682 541 c 1\n 682 540 l 1\n 664 532 646 523 623 520 c 0\n 582 513 529 514 504 552 c 0\n 500 557 498 562 496 568 c 1\n 466 563 431 564 402 558 c 1\n 395 520 396 475 392 432 c 1\n 460 437 521 435 573 415 c 0\n 592 408 612 398 623 381 c 0\n 635 364 636 344 634 324 c 0\n 634 296 626 282 608 270 c 0\n 571 246 494 231 441 225 c 2\n 401 222 l 2\n 396 222 390 223 385 222 c 0\n 380 220 380 215 380 211 c 0\n 380 202 379 193 379 184 c 1\n 450 184 l 2\n 462 184 475 182 486 184 c 0\n 493 186 500 192 506 195 c 0\n 546 215 567 202 613 209 c 0\n 649 214 686 233 723 223 c 0\n 738 219 752 211 764 201 c 0\n 796 171 801 120 779 83 c 0\n 771 70 759 58 746 51 c 0\n 716 33 683 40 650 38 c 0\n 636 37 623 35 609 32 c 0\n 585 27 560 19 535 23 c 0\n 490 29 457 69 457 114 c 0\n 457 133 463 149 472 165 c 1\n 377 165 l 1\n 377 138 374 111 373 84 c 0\n 373 73 370 60 373 49 c 0\n 375 40 381 32 389 27 c 0\n 395 24 410 24 408 13 c 0\n 406 3 386 4 375 3 c 0\n 354 2 332 0 311 -2 c 0\n 297 -4 283 -3 276 10 c 0\n 266 28 268 57 270 82 c 2\n 273 146 l 2\n 275 169 277 192 277 215 c 1\n 259 214 242 211 224 210 c 0\n 194 208 163 210 133 215 c 0\n 113 218 89 222 75 237 c 0\n 63 250 62 265 64 281 c 0\n 64 311 72 328 89 345 c 0\n 129 383 211 409 289 414 c 1\n 297 549 l 1\n 265 546 233 543 200 542 c 1\n 182 495 110 477 53 477 c 0\n 42 477 30 479 19 479 c 1\n 19 480 l 1\n 54 482 83 515 74 551 c 0\n 70 569 59 579 45 590 c 1\n279 238 m 1\n 287 389 l 1\n 240 382 189 356 185 302 c 0\n 184 295 182 285 183 278 c 0\n 184 266 192 255 201 248 c 0\n 220 234 250 238 279 238 c 1\n382 244 m 1\n 425 246 481 255 503 284 c 0\n 512 294 513 305 514 318 c 0\n 515 324 516 329 516 335 c 0\n 515 357 504 380 486 393 c 0\n 466 407 438 410 414 410 c 0\n 406 410 399 410 391 409 c 1\n 382 244 l 1\n561 118 m 0\n 564 97 576 77 596 69 c 0\n 635 52 681 84 677 127 c 0\n 674 148 662 168 641 176 c 0\n 603 191 557 160 561 118 c 0\nEndSplineSet\nMinimumDistance: x77,-1 \nEndChar\nStartChar: uni125A\nEncoding: 4698 4698 1450\nWidth: 1079\nFlags: W\nHStem: 256 192<731 795> 314 19<636 701.651> 410 24.1381<424 436> 479 1<20 37.5>\nVStem: 65 118.733<282.063 293.655> 269.368 104.632<51 62> 278 103<190 190 207 214> 516.445 119.555<333.008 342.987> 730.016 103.625<390 410> 845 134.813<243 251>\nFore\n46 590 m 1\n 93 619 176 630 201 579 c 0\n 203 574 204 565 210 564 c 0\n 218 563 282 569 293 571 c 0\n 300 572 305 575 312 576 c 0\n 337 578 363 582 389 582 c 0\n 393 583 397 581 401 582 c 0\n 421 582 442 585 462 587 c 0\n 472 588 482 587 491 589 c 0\n 498 591 500 599 503 605 c 0\n 515 626 532 635 555 643 c 128\n 578 651 602 655 626 653 c 0\n 635 653 645 653 654 650 c 1\n 631 647 620 624 626 603 c 0\n 635 575 656 553 683 541 c 1\n 683 540 l 1\n 665 532 647 523 624 520 c 0\n 583 513 530 514 505 552 c 0\n 501 557 499 562 497 568 c 1\n 467 563 432 564 403 558 c 1\n 396 520 397 475 393 432 c 1\n 455 437 506 438 563 419 c 0\n 592 410 623 394 633 363 c 0\n 637 353 636 343 636 333 c 1\n 664 333 692 333 718 331 c 1\n 720 347 725 363 728 379 c 0\n 732 398 734 416 720 426 c 0\n 714 430 699 432 705 443 c 0\n 707 447 711 448 715 448 c 1\n 780 448 l 1\n 805 448 817 445 828 429 c 0\n 840 407 833 386 828 363 c 2\n 816 307 l 1\n 813 296 812 285 808 274 c 1\n 810 274 848 269 856 270 c 0\n 867 272 951 298 977 290 c 0\n 987 287 991 276 987 267 c 0\n 985 263 981 260 980 256 c 0\n 974 242 995 209 1001 199 c 0\n 1004 193 1011 186 1009 179 c 128\n 1007 172 998 168 992 165 c 0\n 923 128 845 171 845 251 c 1\n 828 252 812 255 795 256 c 0\n 777 257 759 256 741 256 c 0\n 717 256 l 0\n 703 256 703 265 705 276 c 2\n 714 314 l 1\n 635 314 l 1\n 634 286 613 270 589 260 c 0\n 533 235 469 227 399 222 c 0\n 394 222 386 224 383 219 c 0\n 380 216 381 210 381 206 c 0\n 380 195 379 185 379 174 c 0\n 378 144 375 114 374 84 c 0\n 374 73 371 60 374 49 c 0\n 376 40 382 32 390 27 c 0\n 396 24 413 24 409 12 c 0\n 404 2 389 5 376 3 c 0\n 355 2 333 0 312 -2 c 0\n 298 -4 284 -3 277 10 c 0\n 267 28 269 57 271 82 c 2\n 274 146 l 2\n 276 169 278 192 278 215 c 1\n 259 214 241 211 222 210 c 0\n 194 209 165 211 137 215 c 0\n 117 217 93 221 78 235 c 0\n 64 248 64 264 65 282 c 0\n 65 340 106 361 146 379 c 0\n 186 398 236 411 290 414 c 1\n 298 549 l 1\n 266 546 234 543 201 542 c 1\n 183 495 111 477 54 477 c 0\n 43 477 31 479 20 479 c 1\n 20 480 l 1\n 55 482 84 515 75 551 c 0\n 71 569 60 579 46 590 c 1\n280 238 m 1\n 288 389 l 1\n 241 382 190 356 186 302 c 0\n 185 295 183 285 184 278 c 0\n 185 267 193 255 202 248 c 0\n 218 235 255 238 280 238 c 1\n383 244 m 1\n 412 245 441 250 468 260 c 0\n 485 266 500 275 509 291 c 0\n 513 299 518 329 516 343 c 0\n 514 353 511 364 505 373 c 0\n 489 401 452 410 422 410 c 2\n 403 410 l 2\n 392 410 392 405 392 397 c 0\n 391 387 390 376 390 366 c 0\n 388 336 383 255 383 244 c 1\nEndSplineSet\nEndChar\nStartChar: uni125B\nEncoding: 4699 4699 1451\nWidth: 700\nFlags: W\nHStem: -66 86<416 482> -0.347397 238.347<277 279> 437.451 24.4713<415 419> 479 1<19 36.5>\nVStem: 62.2066 118.793<287 294.294> 116.648 144.229<-13 -10> 124.864 135.236<-37 -34> 268.387 103.784<52 68> 277 103<205 214> 514 120<318 333 333.027 341>\nFore\n45 590 m 1\n 92 619 175 630 200 579 c 0\n 202 574 203 565 209 564 c 0\n 217 563 281 569 292 571 c 0\n 299 572 304 575 311 576 c 0\n 336 578 362 582 388 582 c 0\n 392 583 396 581 400 582 c 0\n 420 582 441 585 461 587 c 0\n 471 588 481 587 490 589 c 0\n 497 591 499 599 502 605 c 0\n 514 626 531 635 554 643 c 128\n 577 651 601 655 625 653 c 0\n 634 653 644 653 653 650 c 1\n 630 647 619 624 625 603 c 0\n 634 575 655 553 682 541 c 1\n 682 540 l 1\n 664 532 646 523 623 520 c 0\n 582 513 529 514 504 552 c 0\n 500 557 498 562 496 568 c 1\n 466 563 431 564 402 558 c 1\n 394 531 398 492 394 461 c 1\n 457 464 484 464 537 450 c 0\n 576 438 622 417 631 375 c 0\n 634 364 634 352 634 341 c 0\n 634 332 635 324 633 315 c 0\n 627 278 585 262 552 251 c 0\n 497 233 457 226 396 222 c 0\n 391 222 383 223 381 218 c 0\n 379 214 380 208 380 204 c 0\n 379 193 378 183 378 172 c 0\n 377 141 375 111 373 80 c 0\n 371 64 369 46 381 33 c 1\n 388 27 395 26 403 23 c 0\n 414 19 424 20 435 20 c 0\n 454 20 475 22 494 20 c 0\n 506 18 527 10 521 -6 c 0\n 519 -12 489 -40 482 -47 c 1\n 490 -49 497 -59 488 -64 c 0\n 485 -66 481 -66 477 -66 c 1\n 417 -66 l 1\n 410 -66 401 -67 394 -65 c 0\n 385 -63 378 -54 378 -45 c 0\n 378 -38 384 -33 388 -29 c 2\n 416 -1 l 1\n 410 0 404 0 398 1 c 0\n 394 2 390 4 386 4 c 0\n 358 4 331 -3 303 -3 c 0\n 281 -3 286 3 271 -2 c 0\n 259 -2 261 -11 261 -20 c 0\n 261 -30 260 -41 258 -51 c 0\n 248 -93 213 -137 167 -140 c 0\n 146 -141 126 -137 109 -125 c 0\n 103 -120 94 -114 94 -106 c 0\n 95 -98 102 -90 106 -84 c 0\n 113 -72 119 -59 123 -46 c 0\n 128 -28 122 -34 119 -21 c 0\n 107 4 143 6 164 8 c 0\n 180 10 197 12 213 12 c 0\n 224 12 236 11 247 12 c 0\n 256 13 263 17 272 18 c 1\n 266 40 269 62 270 85 c 0\n 271 116 277 203 277 215 c 1\n 262 214 247 212 232 211 c 0\n 200 210 168 212 136 217 c 0\n 115 221 91 226 75 242 c 0\n 59 259 61 290 65 316 c 0\n 71 363 118 392 155 408 c 0\n 198 427 244 440 291 443 c 1\n 297 549 l 1\n 265 546 233 543 200 542 c 1\n 182 495 110 477 53 477 c 0\n 42 477 30 479 19 479 c 1\n 19 480 l 1\n 54 482 83 515 74 551 c 0\n 70 569 59 579 45 590 c 1\n279 238 m 1\n 282 298 285 359 289 418 c 1\n 255 409 220 397 200 366 c 0\n 190 348 184 330 184 306 c 0\n 184 300 181 293 181 287 c 0\n 182 272 192 256 205 248 c 0\n 227 235 255 238 279 238 c 1\n382 244 m 1\n 425 249 475 256 499 285 c 0\n 511 299 514 315 514 333 c 0\n 515 363 507 399 481 418 c 0\n 455 436 423 438 393 438 c 1\n 382 244 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni125C\nEncoding: 4700 4700 1452\nWidth: 700\nFlags: W\nHStem: 11 22<414 439> 141.005 21.9953<377.062 443.122> 437.969 23.2852<399 421> 479 1<19 36.5>\nVStem: 30.8374 143.074<-50 -45> 62.2066 118.793<287 302> 267.971 104.029<50 69> 277 103<207 214> 491 103<81 94> 514 119.556<318 333>\nFore\n45 590 m 1\n 92 619 175 630 200 579 c 0\n 202 574 203 565 209 564 c 0\n 217 563 281 569 292 571 c 0\n 299 572 304 575 311 576 c 0\n 336 578 362 582 388 582 c 0\n 392 583 396 581 400 582 c 0\n 420 582 441 585 461 587 c 0\n 471 588 481 587 490 589 c 0\n 497 591 499 599 502 605 c 0\n 514 626 531 635 554 643 c 128\n 577 651 601 655 625 653 c 0\n 634 653 644 653 653 650 c 1\n 630 647 619 624 625 603 c 0\n 634 575 655 553 682 541 c 1\n 682 540 l 1\n 664 532 646 523 623 520 c 0\n 582 513 529 514 504 552 c 0\n 500 557 498 562 496 568 c 1\n 466 563 431 564 402 558 c 1\n 394 531 398 492 394 461 c 1\n 469 465 523 460 576 435 c 0\n 589 428 602 421 612 410 c 0\n 630 391 634 368 634 343 c 0\n 634 334 635 324 633 315 c 0\n 627 277 585 263 552 251 c 0\n 512 237 459 226 409 223 c 0\n 404 223 398 222 393 222 c 0\n 380 222 380 216 380 206 c 0\n 379 192 379 177 377 163 c 1\n 438 163 500 165 556 136 c 0\n 569 130 594 113 594 91 c 0\n 594 53 566 40 539 29 c 0\n 512 19 482 13 453 11 c 0\n 440 10 427 12 414 11 c 0\n 408 10 403 6 397 5 c 0\n 381 3 320 -2 306 -3 c 0\n 301 -3 296 -3 291 -2 c 0\n 287 -1 283 1 279 0 c 0\n 270 0 222 -12 213 -14 c 1\n 213 -14 181 -20 177 -22 c 0\n 172 -25 174 -32 174 -37 c 0\n 174 -51 174 -65 171 -79 c 0\n 162 -120 133 -164 91 -175 c 0\n 68 -180 42 -176 23 -162 c 0\n 17 -157 6 -149 7 -141 c 0\n 7 -133 14 -126 18 -120 c 128\n 22 -114 41 -84 37 -66 c 0\n 34 -56 25 -46 35 -37 c 0\n 45 -29 87 -19 103 -15 c 0\n 123 -11 143 -9 163 -5 c 0\n 200 2 236 11 272 19 c 1\n 265 40 269 63 270 85 c 0\n 271 116 277 203 277 215 c 1\n 262 214 247 212 232 211 c 0\n 200 210 168 212 136 217 c 0\n 115 221 91 226 75 242 c 0\n 59 259 61 290 65 316 c 0\n 71 363 118 392 155 408 c 0\n 198 427 244 440 291 443 c 1\n 297 549 l 1\n 265 546 233 543 200 542 c 1\n 182 495 110 477 53 477 c 0\n 42 477 30 479 19 479 c 1\n 19 480 l 1\n 54 482 83 515 74 551 c 0\n 70 569 59 579 45 590 c 1\n279 238 m 1\n 282 298 285 359 289 418 c 1\n 255 409 220 397 200 366 c 0\n 190 348 184 330 184 306 c 0\n 184 300 181 293 181 287 c 0\n 182 272 192 256 205 248 c 0\n 227 235 255 238 279 238 c 1\n382 244 m 1\n 425 249 475 256 499 285 c 0\n 511 299 514 315 514 333 c 0\n 515 363 507 399 481 418 c 0\n 455 436 423 438 393 438 c 1\n 382 244 l 1\n376 141 m 1\n 376 117 373 94 372 70 c 0\n 372 59 371 47 378 37 c 0\n 382 33 387 33 392 33 c 2\n 419 33 l 2\n 441 33 469 33 484 51 c 0\n 491 60 491 72 491 82 c 0\n 491 93 492 106 488 116 c 0\n 475 147 416 141 376 141 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni125D\nEncoding: 4701 4701 1453\nWidth: 1021\nFlags: W\nHStem: 314 19<635 691> 314 163<710.02 785> 479 1<19 36.5>\nVStem: 64 118.729<281.031 293.655> 268.368 104.632<51 62> 277 103<190 190 207 214> 516 119<333.008 335> 705 115<342 436> 717 102.99<437.004 448.949>\nDStem: 287 389 391 409 279 238 382 244\nFore\n45 590 m 1\n 92 619 175 630 200 579 c 0\n 202 574 203 565 209 564 c 0\n 217 563 281 569 292 571 c 0\n 299 572 304 575 311 576 c 0\n 336 578 362 582 388 582 c 0\n 392 583 396 581 400 582 c 0\n 420 582 441 585 461 587 c 0\n 471 588 481 587 490 589 c 0\n 497 591 499 599 502 605 c 0\n 514 626 531 635 554 643 c 128\n 577 651 601 655 625 653 c 0\n 634 653 644 653 653 650 c 1\n 630 647 619 624 625 603 c 0\n 634 575 655 553 682 541 c 1\n 682 540 l 1\n 664 532 646 523 623 520 c 0\n 582 513 529 514 504 552 c 0\n 500 557 498 562 496 568 c 1\n 466 563 431 564 402 558 c 1\n 395 520 396 475 392 432 c 1\n 417 433 442 436 468 435 c 0\n 499 434 531 428 561 419 c 0\n 590 410 622 394 632 363 c 0\n 636 353 635 343 635 333 c 1\n 682 333 l 2\n 697 333 701 331 705 342 c 0\n 705 366 716 409 717 437 c 0\n 717 442 717 449 714 454 c 0\n 711 460 700 461 703 471 c 0\n 709 477 712 477 721 477 c 1\n 789 477 l 1\n 796 477 804 477 810 472 c 0\n 819 464 820 448 820 436 c 0\n 820 426 810 347 806 331 c 1\n 818 333 831 337 843 340 c 0\n 860 343 877 346 894 348 c 0\n 905 349 921 352 927 340 c 0\n 934 328 924 320 920 314 c 0\n 917 300 933 272 938 262 c 0\n 945 252 956 241 945 230 c 0\n 908 201 844 204 810 241 c 0\n 798 254 780 286 786 314 c 1\n 634 314 l 1\n 633 286 612 270 588 260 c 0\n 532 235 468 227 398 222 c 0\n 393 222 385 224 382 219 c 0\n 379 216 380 210 380 206 c 0\n 379 195 378 185 378 174 c 0\n 377 144 374 114 373 84 c 0\n 373 73 370 60 373 49 c 0\n 375 40 381 32 389 27 c 0\n 395 24 412 24 408 12 c 0\n 403 2 388 5 375 3 c 0\n 354 2 332 0 311 -2 c 0\n 297 -4 283 -3 276 10 c 0\n 266 28 268 57 270 82 c 2\n 273 146 l 2\n 275 169 277 192 277 215 c 1\n 259 214 242 211 224 210 c 0\n 194 208 163 210 133 215 c 0\n 113 218 89 222 75 237 c 0\n 63 250 62 265 64 281 c 0\n 64 311 72 328 89 345 c 0\n 129 383 211 409 289 414 c 1\n 297 549 l 1\n 265 546 233 543 200 542 c 1\n 182 495 110 477 53 477 c 0\n 42 477 30 479 19 479 c 1\n 19 480 l 1\n 54 482 83 515 74 551 c 0\n 70 569 59 579 45 590 c 1\n279 238 m 1\n 287 389 l 1\n 240 382 189 356 185 302 c 0\n 184 295 182 285 183 278 c 0\n 184 266 192 255 201 248 c 0\n 220 234 250 238 279 238 c 1\n382 244 m 1\n 425 246 481 255 503 284 c 0\n 512 294 513 305 514 318 c 0\n 515 324 516 329 516 335 c 0\n 515 357 504 380 486 393 c 0\n 466 407 438 410 414 410 c 0\n 406 410 399 410 391 409 c 1\n 382 244 l 1\nEndSplineSet\nEndChar\nStartChar: uni1260\nEncoding: 4704 4704 1454\nWidth: 525\nFlags: W\nVStem: 16.1729 101.939<316 348> 358 103<47.6444 108> 379 103<380 409 409.019 450.079>\nFore\n237 557 m 0\n 282 565 311 567 357 559 c 0\n 406 549 457 523 476 474 c 0\n 484 453 483 431 482 409 c 0\n 482 306 462 187 461 79 c 0\n 461 58 459 37 473 28 c 0\n 479 24 493 23 488 12 c 0\n 485 4 473 5 466 4 c 2\n 422 -1 l 2\n 413 -2 405 -4 396 -4 c 0\n 376 -4 365 14 361 31 c 0\n 357 44 358 56 358 69 c 0\n 358 92 360 115 360 138 c 0\n 364 229 379 313 379 404 c 0\n 379 421 381 437 378 454 c 0\n 369 494 328 539 273 539 c 0\n 204 539 162 495 140 446 c 0\n 114 388 117 325 120 264 c 0\n 120 234 l 0\n 123 115 130 50 135 39 c 0\n 136 34 140 30 144 27 c 0\n 150 24 161 22 157 12 c 0\n 154 4 141 5 134 4 c 0\n 132 4 75 -4 63 -4 c 0\n 39 -2 29 23 27 44 c 0\n 25 64 28 85 27 106 c 0\n 26 145 18 275 17 301 c 0\n 15 333 14 366 23 397 c 0\n 50 490 148 540 237 557 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni1261\nEncoding: 4705 4705 1455\nWidth: 758\nFlags: W\nVStem: 16.257 102.733<316 364> 358 102.214<52.0458 69 69.0272 103.882> 379 103<408.008 412>\nFore\n542 288 m 1\n 526 286 511 285 495 283 c 0\n 490 283 481 283 477 280 c 0\n 472 275 471 234 470 223 c 1\n 469 211 457 86 461 52 c 0\n 462 44 465 34 472 29 c 0\n 478 24 493 23 488 12 c 0\n 485 4 472 5 465 4 c 2\n 417 -2 l 2\n 408 -3 398 -5 389 -3 c 0\n 372 1 364 17 360 33 c 0\n 357 45 358 57 358 69 c 0\n 358 91 360 114 360 136 c 0\n 362 216 379 316 379 412 c 0\n 382 475 361 502 324 525 c 0\n 308 535 284 541 259 539 c 0\n 207 535 167 498 143 454 c 0\n 117 402 119 371 119 307 c 0\n 119 287 122 157 125 121 c 0\n 126 110 128 55 134 41 c 0\n 136 36 139 30 144 27 c 128\n 149 24 158 23 157 15 c 0\n 157 3 137 5 129 4 c 0\n 81 -2 l 0\n 66 -4 51 -5 41 7 c 0\n 26 24 27 47 27 68 c 0\n 27 154 21 219 17 300 c 0\n 16 324 14 349 17 373 c 0\n 27 447 84 495 141 525 c 0\n 200 554 270 569 336 562 c 0\n 407 554 479 516 483 436 c 0\n 483 427 482 417 482 408 c 0\n 481 388 481 368 480 348 c 0\n 479 333 477 319 477 304 c 1\n 498 306 519 308 541 309 c 1\n 554 359 617 374 662 374 c 0\n 673 374 685 374 696 371 c 1\n 696 370 l 1\n 675 365 665 344 671 324 c 0\n 679 297 700 271 727 262 c 1\n 716 251 681 242 660 239 c 0\n 623 234 577 236 552 268 c 0\n 548 274 544 281 542 288 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni1262\nEncoding: 4706 4706 1456\nWidth: 758\nFlags: W\nVStem: 16 103.005<330 362.053> 358 103<48 106> 379.202 103.398<411.014 448.608>\nFore\n556 14 m 1\n 543 10 451 3 432 0 c 0\n 416 -2 395 -9 380 1 c 0\n 358 14 358 42 358 71 c 0\n 358 132 372 280 376 342 c 0\n 379 411 l 0\n 379 424 380 437 378 450 c 0\n 370 503 310 554 242 536 c 0\n 187 525 149 477 132 426 c 0\n 120 393 119 360 119 326 c 0\n 119 305 119 285 120 264 c 2\n 120 233 l 2\n 122 186 124 140 127 93 c 0\n 129 66 126 40 144 27 c 0\n 150 24 159 23 157 14 c 0\n 156 4 140 5 133 4 c 2\n 83 -2 l 2\n 73 -3 62 -6 52 -1 c 0\n 31 8 27 35 27 55 c 0\n 27 185 20 175 16 330 c 0\n 16 357 17 383 27 409 c 0\n 47 461 89 499 138 523 c 0\n 207 558 289 575 365 557 c 0\n 412 546 458 521 476 474 c 0\n 484 453 483 431 482 409 c 0\n 482 303 461 179 461 68 c 0\n 461 55 460 39 471 30 c 0\n 478 24 488 28 496 29 c 0\n 516 31 536 35 556 35 c 1\n 566 81 625 100 680 100 c 0\n 691 100 702 98 713 97 c 1\n 713 96 l 1\n 690 93 679 70 685 49 c 0\n 694 21 716 -1 742 -13 c 1\n 742 -19 696 -32 686 -34 c 0\n 645 -42 589 -41 564 -2 c 0\n 561 3 558 8 556 14 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni1263\nEncoding: 4707 4707 1457\nWidth: 525\nFlags: W\nVStem: 16.8154 102.681<327 364> 26.3389 103.661<189.382 210 210.008 227.656> 358 103<47.6444 108> 379 103<380 409 409.019 446.785>\nFore\n237 557 m 0\n 282 565 311 567 357 559 c 0\n 406 549 457 523 476 474 c 0\n 484 453 483 431 482 409 c 0\n 482 306 462 187 461 79 c 0\n 461 58 459 37 473 28 c 0\n 479 24 493 23 488 12 c 0\n 485 4 473 5 466 4 c 2\n 422 -1 l 2\n 413 -2 405 -4 396 -4 c 0\n 377 -4 365 13 361 30 c 0\n 358 43 358 55 358 68 c 0\n 358 90 359 113 360 135 c 0\n 360 148 373 306 375 328 c 0\n 377 352 379 377 379 401 c 0\n 379 418 381 434 378 451 c 0\n 372 486 347 515 315 530 c 0\n 295 539 276 541 250 538 c 0\n 179 527 136 460 123 394 c 0\n 113 342 124 289 128 237 c 0\n 129 228 130 219 130 210 c 0\n 130 195 131 170 143 162 c 0\n 149 159 161 157 157 147 c 0\n 154 139 141 140 134 139 c 0\n 119 137 104 135 89 134 c 0\n 80 132 71 130 62 131 c 0\n 38 133 29 157 27 178 c 0\n 25 201 28 223 26 246 c 0\n 19 306 8 357 26 408 c 0\n 59 494 152 540 237 557 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni1264\nEncoding: 4708 4708 1458\nWidth: 700\nFlags: W\nHStem: 11 22<492 529> 141.007 21.9933<465.063 527.609>\nVStem: 16.0772 102.542<302.019 360.983> 358 103<50 112> 581.257 102.137<86 92>\nFore\n465 163 m 1\n 536 163 584 164 634 141 c 0\n 655 133 665 125 677 110 c 0\n 692 85 679 58 656 43 c 0\n 623 22 581 13 542 11 c 2\n 508 11 l 2\n 503 11 497 12 492 11 c 0\n 488 10 484 7 479 6 c 0\n 458 2 437 1 416 -2 c 0\n 402 -4 389 -6 377 3 c 0\n 357 18 358 43 358 73 c 0\n 358 179 372 245 376 342 c 0\n 379 411 l 0\n 379 425 381 438 378 452 c 0\n 369 499 327 534 280 539 c 0\n 271 540 261 539 252 538 c 0\n 176 528 123 450 119 361 c 0\n 118 341 119 322 119 302 c 0\n 119 225 123 136 130 61 c 0\n 132 44 133 35 144 27 c 0\n 150 24 159 23 157 14 c 0\n 155 3 137 5 129 4 c 0\n 81 -2 l 0\n 67 -4 52 -5 41 6 c 0\n 28 21 27 43 27 62 c 0\n 27 157 21 212 17 300 c 0\n 16 332 14 365 22 396 c 0\n 42 461 93 503 152 530 c 0\n 221 563 305 575 379 553 c 0\n 421 541 462 514 477 471 c 0\n 484 451 483 430 482 409 c 0\n 482 330 469 241 465 163 c 1\n463 141 m 1\n 463 117 461 92 461 68 c 0\n 461 58 460 45 466 36 c 0\n 469 33 475 33 479 33 c 2\n 507 33 l 2\n 529 33 557 32 573 51 c 0\n 583 62 585 108 573 123 c 0\n 551 145 504 141 463 141 c 1\nEndSplineSet\nEndChar\nStartChar: uni1265\nEncoding: 4709 4709 1459\nWidth: 773\nFlags: W\nVStem: 26.1596 143.027<318 328> 264 103<305 336> 606 103<60 108> 626.934 103.754<411.037 448.019>\nFore\n168 330 m 1\n 176 279 146 222 98 203 c 0\n 74 193 45 196 23 209 c 0\n 16 213 5 220 3 228 c 0\n 1 235 7 241 10 246 c 0\n 15 254 35 286 33 305 c 0\n 32 309 29 312 27 316 c 0\n 24 322 25 329 30 335 c 0\n 45 350 131 348 161 349 c 0\n 178 350 236 354 248 356 c 0\n 262 356 262 357 265 367 c 0\n 268 388 l 0\n 274 410 283 430 295 448 c 0\n 338 510 414 543 485 557 c 0\n 585 577 699 552 725 470 c 0\n 732 450 731 430 730 409 c 0\n 729 391 729 374 728 356 c 0\n 725 305 709 156 709 80 c 0\n 709 58 707 37 721 28 c 0\n 727 24 741 23 736 12 c 0\n 732 3 705 3 693 2 c 2\n 663 -2 l 2\n 646 -4 630 -6 618 10 c 0\n 605 28 606 48 606 75 c 0\n 606 170 626 307 627 411 c 0\n 627 445 627 457 617 480 c 0\n 587 536 515 554 460 526 c 0\n 412 501 383 450 372 398 c 0\n 367 375 367 352 367 329 c 0\n 367 240 370 162 376 81 c 0\n 377 63 378 37 392 27 c 0\n 398 24 408 22 405 13 c 0\n 403 4 379 4 369 3 c 0\n 356 1 343 -1 330 -2 c 0\n 316 -4 301 -6 290 5 c 0\n 275 24 275 42 275 71 c 0\n 275 163 266 248 264 337 c 1\n 168 330 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni1266\nEncoding: 4710 4710 1460\nWidth: 525\nFlags: W\nVStem: 16 103<301 365> 358 103<189 237> 379.398 102.744<413 445>\nFore\n237 557 m 0\n 271 563 289 566 324 563 c 0\n 388 559 463 530 480 461 c 0\n 489 421 472 322 467 282 c 0\n 463 257 461 233 461 208 c 0\n 461 193 462 166 476 162 c 0\n 480 160 484 160 487 156 c 0\n 492 151 488 144 482 142 c 0\n 475 139 427 134 412 133 c 0\n 400 131 388 130 377 137 c 0\n 356 152 358 188 358 219 c 0\n 358 276 372 332 377 388 c 0\n 381 425 383 449 371 475 c 0\n 345 532 266 558 205 522 c 0\n 156 491 127 436 120 375 c 0\n 118 355 119 335 119 315 c 0\n 119 278 122 129 129 75 c 0\n 130 58 130 33 145 27 c 0\n 149 25 154 24 156 20 c 0\n 160 13 154 7 148 6 c 0\n 140 4 94 -1 79 -3 c 0\n 66 -4 54 -5 43 4 c 0\n 29 18 27 38 27 63 c 0\n 27 105 l 0\n 26 162 21 219 18 276 c 0\n 17 296 16 317 16 337 c 0\n 16 352 16 366 19 381 c 0\n 39 483 143 539 237 557 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni1267\nEncoding: 4711 4711 1461\nWidth: 787\nFlags: W\nHStem: 538.435 24.4546<280 283>\nVStem: 16.0932 102.549<332.059 367.697> 26.616 103.384<195 213> 151 141.282<-20 -13> 157.047 134.953<-40 -36> 358 103<49 99> 380 102<387 409 411.011 434> 543 134.991<3 7>\nFore\n365 18 m 1\n 358 36 358 52 358 71 c 0\n 358 177 378 300 379 411 c 0\n 379 419 380 426 380 434 c 0\n 378 474 355 510 324 525 c 0\n 283 548 231 541 194 515 c 0\n 144 477 115 410 119 332 c 0\n 120 308 129 229 130 213 c 0\n 130 192 130 172 143 162 c 0\n 149 159 161 157 157 147 c 0\n 153 139 138 140 131 139 c 0\n 114 137 97 134 80 132 c 0\n 69 131 58 130 48 136 c 0\n 22 150 27 191 27 226 c 0\n 27 242 24 258 22 274 c 0\n 17 319 10 364 26 408 c 0\n 58 491 145 537 227 555 c 0\n 267 563 295 566 339 562 c 0\n 394 555 453 530 475 475 c 0\n 484 454 483 431 482 409 c 0\n 482 306 462 183 461 74 c 0\n 461 61 459 47 467 35 c 0\n 477 19 498 22 514 24 c 0\n 526 26 538 26 550 29 c 0\n 560 31 570 34 580 37 c 0\n 616 45 627 46 662 50 c 0\n 671 51 681 50 685 40 c 0\n 690 28 677 21 677 10 c 0\n 677 -3 692 -31 698 -41 c 0\n 702 -47 711 -56 706 -64 c 0\n 699 -76 672 -85 657 -87 c 0\n 599 -96 543 -56 543 8 c 1\n 483 1 l 1\n 465 4 l 1\n 400 -4 l 1\n 366 2 328 -6 292 -7 c 1\n 292 -18 293 -29 292 -40 c 0\n 288 -69 273 -97 251 -117 c 0\n 224 -141 186 -147 153 -132 c 0\n 144 -128 135 -122 129 -114 c 128\n 123 -106 128 -100 133 -93 c 0\n 141 -79 149 -65 154 -50 c 0\n 161 -33 155 -33 151 -22 c 0\n 148 -16 149 -8 153 -3 c 0\n 159 4 194 8 207 9 c 0\n 232 12 256 11 281 12 c 0\n 284 12 354 16 365 18 c 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni1268\nEncoding: 4712 4712 1462\nWidth: 525\nFlags: W\nHStem: 610 21<145 162.1>\nVStem: 16.1729 101.939<316 348> 358 103<47.6444 108> 379 103<380 409 409.019 450.079>\nFore\n145 631 m 1\n 155 631 278 641 296 642 c 1\n 350 646 l 2\n 359 646 369 646 377 648 c 0\n 383 650 385 658 387 663 c 0\n 400 684 417 694 442 702 c 0\n 462 709 482 712 503 712 c 0\n 514 712 526 712 536 709 c 1\n 530 707 525 704 520 700 c 0\n 492 673 524 629 547 611 c 0\n 553 607 560 603 567 599 c 1\n 506 566 405 560 382 626 c 1\n 311 620 237 616 166 610 c 1\n 141 610 l 1\n 122 564 56 544 -5 544 c 0\n -16 544 -27 546 -38 546 c 1\n -38 547 l 1\n -29 549 -20 551 -12 556 c 0\n 21 576 25 621 0 646 c 0\n -5 650 -10 654 -14 658 c 1\n 12 671 11 671 36 678 c 0\n 71 685 122 684 140 647 c 0\n 142 642 144 637 145 631 c 1\n237 557 m 0\n 282 565 311 567 357 559 c 0\n 406 549 457 523 476 474 c 0\n 484 453 483 431 482 409 c 0\n 482 306 462 187 461 79 c 0\n 461 58 459 37 473 28 c 0\n 479 24 493 23 488 12 c 0\n 485 4 473 5 466 4 c 2\n 422 -1 l 2\n 413 -2 405 -4 396 -4 c 0\n 376 -4 365 14 361 31 c 0\n 357 44 358 56 358 69 c 0\n 358 92 360 115 360 138 c 0\n 364 229 379 313 379 404 c 0\n 379 421 381 437 378 454 c 0\n 369 494 328 539 273 539 c 0\n 204 539 162 495 140 446 c 0\n 114 388 117 325 120 264 c 0\n 120 234 l 0\n 123 115 130 50 135 39 c 0\n 136 34 140 30 144 27 c 0\n 150 24 161 22 157 12 c 0\n 154 4 141 5 134 4 c 0\n 132 4 75 -4 63 -4 c 0\n 39 -2 29 23 27 44 c 0\n 25 64 28 85 27 106 c 0\n 26 145 18 275 17 301 c 0\n 15 333 14 366 23 397 c 0\n 50 490 148 540 237 557 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni1269\nEncoding: 4713 4713 1463\nWidth: 758\nFlags: W\nHStem: 610 21<145 162.1>\nVStem: 16.257 102.733<316 364> 358 102.214<52.0458 69 69.0272 103.882> 379 103<408.008 412>\nFore\n145 631 m 1\n 155 631 278 641 296 642 c 1\n 350 646 l 2\n 359 646 369 646 377 648 c 0\n 383 650 385 658 387 663 c 0\n 400 684 417 694 442 702 c 0\n 462 709 482 712 503 712 c 0\n 514 712 526 712 536 709 c 1\n 530 707 525 704 520 700 c 0\n 492 673 524 629 547 611 c 0\n 553 607 560 603 567 599 c 1\n 506 566 405 560 382 626 c 1\n 311 620 237 616 166 610 c 1\n 141 610 l 1\n 122 564 56 544 -5 544 c 0\n -16 544 -27 546 -38 546 c 1\n -38 547 l 1\n -29 549 -20 551 -12 556 c 0\n 21 576 25 621 0 646 c 0\n -5 650 -10 654 -14 658 c 1\n 12 671 11 671 36 678 c 0\n 71 685 122 684 140 647 c 0\n 142 642 144 637 145 631 c 1\n542 288 m 1\n 526 286 511 285 495 283 c 0\n 490 283 481 283 477 280 c 0\n 472 275 471 234 470 223 c 1\n 469 211 457 86 461 52 c 0\n 462 44 465 34 472 29 c 0\n 478 24 493 23 488 12 c 0\n 485 4 472 5 465 4 c 2\n 417 -2 l 2\n 408 -3 398 -5 389 -3 c 0\n 372 1 364 17 360 33 c 0\n 357 45 358 57 358 69 c 0\n 358 91 360 114 360 136 c 0\n 362 216 379 316 379 412 c 0\n 382 475 361 502 324 525 c 0\n 308 535 284 541 259 539 c 0\n 207 535 167 498 143 454 c 0\n 117 402 119 371 119 307 c 0\n 119 287 122 157 125 121 c 0\n 126 110 128 55 134 41 c 0\n 136 36 139 30 144 27 c 128\n 149 24 158 23 157 15 c 0\n 157 3 137 5 129 4 c 0\n 81 -2 l 0\n 66 -4 51 -5 41 7 c 0\n 26 24 27 47 27 68 c 0\n 27 154 21 219 17 300 c 0\n 16 324 14 349 17 373 c 0\n 27 447 84 495 141 525 c 0\n 200 554 270 569 336 562 c 0\n 407 554 479 516 483 436 c 0\n 483 427 482 417 482 408 c 0\n 481 388 481 368 480 348 c 0\n 479 333 477 319 477 304 c 1\n 498 306 519 308 541 309 c 1\n 554 359 617 374 662 374 c 0\n 673 374 685 374 696 371 c 1\n 696 370 l 1\n 675 365 665 344 671 324 c 0\n 679 297 700 271 727 262 c 1\n 716 251 681 242 660 239 c 0\n 623 234 577 236 552 268 c 0\n 548 274 544 281 542 288 c 1\nEndSplineSet\nMinimumDistance: x53,-1 \nEndChar\nStartChar: uni126A\nEncoding: 4714 4714 1464\nWidth: 758\nFlags: W\nHStem: 610 21<145 162.1>\nVStem: 16 103.005<330 362.053> 358 103<48 106> 379.202 103.398<411.014 448.608>\nFore\n145 631 m 1\n 155 631 278 641 296 642 c 1\n 350 646 l 2\n 359 646 369 646 377 648 c 0\n 383 650 385 658 387 663 c 0\n 400 684 417 694 442 702 c 0\n 462 709 482 712 503 712 c 0\n 514 712 526 712 536 709 c 1\n 530 707 525 704 520 700 c 0\n 492 673 524 629 547 611 c 0\n 553 607 560 603 567 599 c 1\n 506 566 405 560 382 626 c 1\n 311 620 237 616 166 610 c 1\n 141 610 l 1\n 122 564 56 544 -5 544 c 0\n -16 544 -27 546 -38 546 c 1\n -38 547 l 1\n -29 549 -20 551 -12 556 c 0\n 21 576 25 621 0 646 c 0\n -5 650 -10 654 -14 658 c 1\n 12 671 11 671 36 678 c 0\n 71 685 122 684 140 647 c 0\n 142 642 144 637 145 631 c 1\n556 14 m 1\n 543 10 451 3 432 0 c 0\n 416 -2 395 -9 380 1 c 0\n 358 14 358 42 358 71 c 0\n 358 132 372 280 376 342 c 0\n 379 411 l 0\n 379 424 380 437 378 450 c 0\n 370 503 310 554 242 536 c 0\n 187 525 149 477 132 426 c 0\n 120 393 119 360 119 326 c 0\n 119 305 119 285 120 264 c 2\n 120 233 l 2\n 122 186 124 140 127 93 c 0\n 129 66 126 40 144 27 c 0\n 150 24 159 23 157 14 c 0\n 156 4 140 5 133 4 c 2\n 83 -2 l 2\n 73 -3 62 -6 52 -1 c 0\n 31 8 27 35 27 55 c 0\n 27 185 20 175 16 330 c 0\n 16 357 17 383 27 409 c 0\n 47 461 89 499 138 523 c 0\n 207 558 289 575 365 557 c 0\n 412 546 458 521 476 474 c 0\n 484 453 483 431 482 409 c 0\n 482 303 461 179 461 68 c 0\n 461 55 460 39 471 30 c 0\n 478 24 488 28 496 29 c 0\n 516 31 536 35 556 35 c 1\n 566 81 625 100 680 100 c 0\n 691 100 702 98 713 97 c 1\n 713 96 l 1\n 690 93 679 70 685 49 c 0\n 694 21 716 -1 742 -13 c 1\n 742 -19 696 -32 686 -34 c 0\n 645 -42 589 -41 564 -2 c 0\n 561 3 558 8 556 14 c 1\nEndSplineSet\nMinimumDistance: x46,-1 \nEndChar\nStartChar: uni126B\nEncoding: 4715 4715 1465\nWidth: 525\nFlags: W\nHStem: 610 21<145 162.1>\nVStem: 16.8154 102.681<327 364> 26.3389 103.661<189.382 210 210.008 227.656> 358 103<47.6444 108> 379 103<380 409 409.019 446.785>\nFore\n145 631 m 1\n 155 631 278 641 296 642 c 1\n 350 646 l 2\n 359 646 369 646 377 648 c 0\n 383 650 385 658 387 663 c 0\n 400 684 417 694 442 702 c 0\n 462 709 482 712 503 712 c 0\n 514 712 526 712 536 709 c 1\n 530 707 525 704 520 700 c 0\n 492 673 524 629 547 611 c 0\n 553 607 560 603 567 599 c 1\n 506 566 405 560 382 626 c 1\n 311 620 237 616 166 610 c 1\n 141 610 l 1\n 122 564 56 544 -5 544 c 0\n -16 544 -27 546 -38 546 c 1\n -38 547 l 1\n -29 549 -20 551 -12 556 c 0\n 21 576 25 621 0 646 c 0\n -5 650 -10 654 -14 658 c 1\n 12 671 11 671 36 678 c 0\n 71 685 122 684 140 647 c 0\n 142 642 144 637 145 631 c 1\n237 557 m 0\n 282 565 311 567 357 559 c 0\n 406 549 457 523 476 474 c 0\n 484 453 483 431 482 409 c 0\n 482 306 462 187 461 79 c 0\n 461 58 459 37 473 28 c 0\n 479 24 493 23 488 12 c 0\n 485 4 473 5 466 4 c 2\n 422 -1 l 2\n 413 -2 405 -4 396 -4 c 0\n 377 -4 365 13 361 30 c 0\n 358 43 358 55 358 68 c 0\n 358 90 359 113 360 135 c 0\n 360 148 373 306 375 328 c 0\n 377 352 379 377 379 401 c 0\n 379 418 381 434 378 451 c 0\n 372 486 347 515 315 530 c 0\n 295 539 276 541 250 538 c 0\n 179 527 136 460 123 394 c 0\n 113 342 124 289 128 237 c 0\n 129 228 130 219 130 210 c 0\n 130 195 131 170 143 162 c 0\n 149 159 161 157 157 147 c 0\n 154 139 141 140 134 139 c 0\n 119 137 104 135 89 134 c 0\n 80 132 71 130 62 131 c 0\n 38 133 29 157 27 178 c 0\n 25 201 28 223 26 246 c 0\n 19 306 8 357 26 408 c 0\n 59 494 152 540 237 557 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni126C\nEncoding: 4716 4716 1466\nWidth: 700\nFlags: W\nHStem: 11 22<492 536> 141.007 21.9933<465.063 527.609> 610 21<145 162.1>\nVStem: 16.0772 102.542<302.019 360.983> 358 103<50 92> 379.231 103.455<411.017 449.397> 581.257 102.137<86 92>\nFore\n145 631 m 1\n 155 631 278 641 296 642 c 1\n 350 646 l 2\n 359 646 369 646 377 648 c 0\n 383 650 385 658 387 663 c 0\n 400 684 417 694 442 702 c 0\n 462 709 482 712 503 712 c 0\n 514 712 526 712 536 709 c 1\n 530 707 525 704 520 700 c 0\n 492 673 524 629 547 611 c 0\n 553 607 560 603 567 599 c 1\n 506 566 405 560 382 626 c 1\n 311 620 237 616 166 610 c 1\n 141 610 l 1\n 122 564 56 544 -5 544 c 0\n -16 544 -27 546 -38 546 c 1\n -38 547 l 1\n -29 549 -20 551 -12 556 c 0\n 21 576 25 621 0 646 c 0\n -5 650 -10 654 -14 658 c 1\n 12 671 11 671 36 678 c 0\n 71 685 122 684 140 647 c 0\n 142 642 144 637 145 631 c 1\n465 163 m 1\n 536 163 584 164 634 141 c 0\n 655 133 665 125 677 110 c 0\n 692 85 679 58 656 43 c 0\n 623 22 581 13 542 11 c 2\n 508 11 l 2\n 503 11 497 12 492 11 c 0\n 488 10 484 7 479 6 c 0\n 458 2 437 1 416 -2 c 0\n 402 -4 389 -6 377 3 c 0\n 357 18 358 43 358 72 c 0\n 358 131 373 282 376 342 c 0\n 379 411 l 0\n 379 425 380 438 378 451 c 0\n 370 499 327 534 280 539 c 0\n 271 540 261 539 252 538 c 0\n 176 528 123 450 119 361 c 0\n 118 341 119 322 119 302 c 0\n 119 225 123 136 130 61 c 0\n 132 44 133 35 144 27 c 0\n 150 24 159 23 157 14 c 0\n 155 3 137 5 129 4 c 0\n 81 -2 l 0\n 67 -4 52 -5 41 6 c 0\n 28 21 27 43 27 62 c 0\n 27 157 21 212 17 300 c 0\n 16 332 14 365 22 396 c 0\n 42 461 93 503 152 530 c 0\n 221 563 305 575 379 553 c 0\n 421 541 462 514 477 471 c 0\n 484 451 483 430 482 409 c 0\n 482 330 469 241 465 163 c 1\n463 141 m 1\n 463 117 461 92 461 68 c 0\n 461 58 460 45 466 36 c 0\n 469 33 475 33 479 33 c 2\n 507 33 l 2\n 529 33 557 32 573 51 c 0\n 583 62 585 108 573 123 c 0\n 551 145 504 141 463 141 c 1\nEndSplineSet\nEndChar\nStartChar: uni126D\nEncoding: 4717 4717 1467\nWidth: 773\nFlags: W\nHStem: 610 21<393 410.1>\nVStem: 26.1596 143.027<318 328> 264 103<305 336> 606 103<60 108> 626.934 103.754<411.037 448.019>\nFore\n393 631 m 1\n 403 631 526 641 544 642 c 1\n 598 646 l 2\n 607 646 617 646 625 648 c 0\n 631 650 633 658 635 663 c 0\n 648 684 665 694 690 702 c 0\n 710 709 730 712 751 712 c 0\n 762 712 774 712 784 709 c 1\n 778 707 773 704 768 700 c 0\n 740 673 772 629 795 611 c 0\n 801 607 808 603 815 599 c 1\n 754 566 653 560 630 626 c 1\n 559 620 485 616 414 610 c 1\n 389 610 l 1\n 370 564 304 544 243 544 c 0\n 232 544 221 546 210 546 c 1\n 210 547 l 1\n 219 549 228 551 236 556 c 0\n 269 576 273 621 248 646 c 0\n 243 650 238 654 234 658 c 1\n 260 671 259 671 284 678 c 0\n 319 685 370 684 388 647 c 0\n 390 642 392 637 393 631 c 1\n168 330 m 1\n 176 279 146 222 98 203 c 0\n 74 193 45 196 23 209 c 0\n 16 213 5 220 3 228 c 0\n 1 235 7 241 10 246 c 0\n 15 254 35 286 33 305 c 0\n 32 309 29 312 27 316 c 0\n 24 322 25 329 30 335 c 0\n 45 350 131 348 161 349 c 0\n 178 350 236 354 248 356 c 0\n 262 356 262 357 265 367 c 0\n 268 388 l 0\n 274 410 283 430 295 448 c 0\n 338 510 414 543 485 557 c 0\n 585 577 699 552 725 470 c 0\n 732 450 731 430 730 409 c 0\n 729 391 729 374 728 356 c 0\n 725 305 709 156 709 80 c 0\n 709 58 707 37 721 28 c 0\n 727 24 741 23 736 12 c 0\n 732 3 705 3 693 2 c 2\n 663 -2 l 2\n 646 -4 630 -6 618 10 c 0\n 605 28 606 48 606 75 c 0\n 606 170 626 307 627 411 c 0\n 627 445 627 457 617 480 c 0\n 587 536 515 554 460 526 c 0\n 412 501 383 450 372 398 c 0\n 367 375 367 352 367 329 c 0\n 367 240 370 162 376 81 c 0\n 377 63 378 37 392 27 c 0\n 398 24 408 22 405 13 c 0\n 403 4 379 4 369 3 c 0\n 356 1 343 -1 330 -2 c 0\n 316 -4 301 -6 290 5 c 0\n 275 24 275 42 275 71 c 0\n 275 163 266 248 264 337 c 1\n 168 330 l 1\nEndSplineSet\nMinimumDistance: x37,-1 \nEndChar\nStartChar: uni126E\nEncoding: 4718 4718 1468\nWidth: 525\nFlags: W\nHStem: 610 21<145 162.1>\nVStem: 16 103<301 365> 358 103<189 237> 379.398 102.744<413 445>\nFore\n145 631 m 1\n 155 631 278 641 296 642 c 1\n 350 646 l 2\n 359 646 369 646 377 648 c 0\n 383 650 385 658 387 663 c 0\n 400 684 417 694 442 702 c 0\n 462 709 482 712 503 712 c 0\n 514 712 526 712 536 709 c 1\n 530 707 525 704 520 700 c 0\n 492 673 524 629 547 611 c 0\n 553 607 560 603 567 599 c 1\n 506 566 405 560 382 626 c 1\n 311 620 237 616 166 610 c 1\n 141 610 l 1\n 122 564 56 544 -5 544 c 0\n -16 544 -27 546 -38 546 c 1\n -38 547 l 1\n -29 549 -20 551 -12 556 c 0\n 21 576 25 621 0 646 c 0\n -5 650 -10 654 -14 658 c 1\n 12 671 11 671 36 678 c 0\n 71 685 122 684 140 647 c 0\n 142 642 144 637 145 631 c 1\n237 557 m 0\n 271 563 289 566 324 563 c 0\n 388 559 463 530 480 461 c 0\n 489 421 472 322 467 282 c 0\n 463 257 461 233 461 208 c 0\n 461 193 462 166 476 162 c 0\n 480 160 484 160 487 156 c 0\n 492 151 488 144 482 142 c 0\n 475 139 427 134 412 133 c 0\n 400 131 388 130 377 137 c 0\n 356 152 358 188 358 219 c 0\n 358 276 372 332 377 388 c 0\n 381 425 383 449 371 475 c 0\n 345 532 266 558 205 522 c 0\n 156 491 127 436 120 375 c 0\n 118 355 119 335 119 315 c 0\n 119 278 122 129 129 75 c 0\n 130 58 130 33 145 27 c 0\n 149 25 154 24 156 20 c 0\n 160 13 154 7 148 6 c 0\n 140 4 94 -1 79 -3 c 0\n 66 -4 54 -5 43 4 c 0\n 29 18 27 38 27 63 c 0\n 27 105 l 0\n 26 162 21 219 18 276 c 0\n 17 296 16 317 16 337 c 0\n 16 352 16 366 19 381 c 0\n 39 483 143 539 237 557 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni126F\nEncoding: 4719 4719 1469\nWidth: 525\nFlags: W\nHStem: 538.435 24.9061<280 283> 610 21<145 162.1>\nVStem: 15.8738 102.766<332.063 368.662> 26.616 103.384<195 213> 151 141.282<-20 -13> 157.047 134.953<-40 -36> 358 103<50 99> 380 102<387 409 411.011 434> 572 134.917<3 8>\nFore\n145 631 m 1\n 155 631 278 641 296 642 c 1\n 350 646 l 2\n 359 646 369 646 377 648 c 0\n 383 650 385 658 387 663 c 0\n 400 684 417 694 442 702 c 0\n 462 709 482 712 503 712 c 0\n 514 712 526 712 536 709 c 1\n 530 707 525 704 520 700 c 0\n 492 673 524 629 547 611 c 0\n 553 607 560 603 567 599 c 1\n 506 566 405 560 382 626 c 1\n 311 620 237 616 166 610 c 1\n 141 610 l 1\n 122 564 56 544 -5 544 c 0\n -16 544 -27 546 -38 546 c 1\n -38 547 l 1\n -29 549 -20 551 -12 556 c 0\n 21 576 25 621 0 646 c 0\n -5 650 -10 654 -14 658 c 1\n 12 671 11 671 36 678 c 0\n 71 685 122 684 140 647 c 0\n 142 642 144 637 145 631 c 1\n365 18 m 1\n 358 36 358 52 358 71 c 0\n 358 177 378 300 379 411 c 0\n 379 419 380 426 380 434 c 0\n 378 474 355 510 324 525 c 0\n 283 548 231 541 194 515 c 0\n 144 477 115 410 119 332 c 0\n 120 308 129 229 130 213 c 0\n 130 192 130 172 143 162 c 0\n 149 159 161 157 157 147 c 0\n 153 139 138 140 131 139 c 0\n 114 137 97 134 80 132 c 0\n 69 131 58 130 48 136 c 0\n 22 150 27 191 27 226 c 0\n 27 242 24 258 22 274 c 0\n 16 335 9 369 30 416 c 0\n 57 483 130 530 205 549 c 0\n 249 562 295 568 341 562 c 0\n 395 554 453 530 475 476 c 0\n 484 454 483 432 482 409 c 0\n 482 306 462 182 461 73 c 0\n 461 51 461 28 482 25 c 1\n 493 17 507 22 521 24 c 0\n 569 27 574 27 608 37 c 2\n 652 46 l 2\n 665 48 678 49 691 50 c 0\n 700 51 710 50 714 40 c 0\n 719 28 706 21 706 10 c 0\n 706 -4 721 -31 728 -41 c 0\n 732 -47 740 -56 735 -64 c 0\n 729 -75 699 -86 684 -87 c 0\n 628 -95 572 -57 572 9 c 1\n 542 7 512 4 483 1 c 1\n 467 4 l 1\n 400 -4 l 1\n 366 2 328 -6 292 -7 c 1\n 292 -18 293 -29 292 -40 c 0\n 288 -69 273 -97 251 -117 c 0\n 224 -141 186 -147 153 -132 c 0\n 144 -128 135 -122 129 -114 c 128\n 123 -106 128 -100 133 -93 c 0\n 141 -79 149 -65 154 -50 c 0\n 161 -33 155 -33 151 -22 c 0\n 148 -16 149 -8 153 -3 c 0\n 159 4 194 8 207 9 c 0\n 232 12 256 11 281 12 c 0\n 284 12 354 16 365 18 c 1\nEndSplineSet\nEndChar\nStartChar: uni1270\nEncoding: 4720 4720 1470\nWidth: 729\nFlags: W\nVStem: 58.964 144.085<341 343> 268.886 103.992<57 60> 325.766 103.968<508 525>\nFore\n202 348 m 1\n 212 295 176 231 123 218 c 0\n 99 212 75 216 54 229 c 0\n 47 233 36 240 37 249 c 0\n 37 255 42 261 45 266 c 0\n 51 274 69 305 67 322 c 0\n 66 327 63 330 61 334 c 0\n 49 359 92 362 115 364 c 0\n 142 367 169 366 196 367 c 0\n 216 368 281 373 293 374 c 0\n 297 374 305 374 308 377 c 128\n 311 380 311 385 311 388 c 0\n 312 397 320 462 323 485 c 0\n 328 512 328 539 310 552 c 0\n 304 556 286 556 291 569 c 0\n 295 577 313 576 324 577 c 0\n 345 579 366 580 387 582 c 0\n 401 584 415 583 423 569 c 0\n 432 552 431 522 429 498 c 0\n 424 460 418 422 414 384 c 1\n 428 389 445 388 460 389 c 0\n 519 394 519 390 560 402 c 0\n 581 408 618 414 644 416 c 0\n 651 417 659 418 665 413 c 128\n 671 408 673 398 669 391 c 0\n 667 388 663 385 662 381 c 0\n 658 365 678 334 685 323 c 0\n 689 317 695 310 691 302 c 0\n 682 290 658 282 641 279 c 0\n 607 274 569 287 547 315 c 0\n 534 332 527 354 527 375 c 1\n 499 374 472 371 444 369 c 0\n 434 368 420 364 413 373 c 1\n 412 373 l 1\n 412 365 383 142 375 78 c 0\n 373 64 370 50 379 37 c 0\n 382 32 387 28 392 26 c 0\n 396 25 402 25 405 22 c 0\n 409 19 410 13 407 10 c 0\n 404 6 399 5 395 5 c 0\n 374 3 338 -1 315 -2 c 0\n 306 -3 296 -5 288 -1 c 0\n 264 11 267 53 272 83 c 0\n 273 97 303 330 307 356 c 1\n 202 348 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1271\nEncoding: 4721 4721 1471\nWidth: 729\nFlags: W\nHStem: 93.1597 136.231<559 562>\nVStem: 58.964 144.085<341 343> 269.642 103.107<60 63> 325.766 103.968<508 525>\nFore\n202 348 m 1\n 212 295 176 231 123 218 c 0\n 99 212 75 216 54 229 c 0\n 47 233 36 240 37 249 c 0\n 37 255 42 261 45 266 c 0\n 51 274 69 305 67 322 c 0\n 66 327 63 330 61 334 c 0\n 49 359 92 362 115 364 c 0\n 142 367 169 366 196 367 c 0\n 216 368 281 373 293 374 c 0\n 297 374 305 374 308 377 c 128\n 311 380 311 385 311 388 c 0\n 312 397 320 462 323 485 c 0\n 328 512 328 539 310 552 c 0\n 304 556 286 556 291 569 c 0\n 295 577 313 576 324 577 c 0\n 345 579 366 580 387 582 c 0\n 401 584 415 583 423 569 c 0\n 432 552 431 522 429 498 c 0\n 424 460 418 422 414 384 c 1\n 428 389 445 388 460 389 c 0\n 519 394 519 390 560 402 c 0\n 581 408 618 414 644 416 c 0\n 651 417 659 418 665 413 c 128\n 671 408 673 398 669 391 c 0\n 667 388 663 385 662 381 c 0\n 658 365 678 334 685 323 c 0\n 689 317 695 310 691 302 c 0\n 682 290 658 282 641 279 c 0\n 607 274 569 287 547 315 c 0\n 534 332 527 354 527 375 c 1\n 499 374 472 371 444 369 c 0\n 434 368 420 364 413 373 c 1\n 412 373 l 1\n 385 159 l 1\n 406 162 433 160 450 167 c 1\n 456 170 458 180 461 185 c 0\n 469 196 478 205 490 211 c 0\n 516 224 546 230 575 230 c 0\n 586 230 598 228 609 227 c 1\n 609 226 l 1\n 586 221 576 198 583 177 c 0\n 592 150 613 129 639 117 c 1\n 639 116 l 1\n 585 86 477 75 453 144 c 1\n 437 140 419 140 403 138 c 0\n 398 138 387 139 383 134 c 128\n 379 129 380 117 379 111 c 1\n 377 97 368 58 376 42 c 0\n 379 35 385 29 392 26 c 0\n 396 25 402 25 405 22 c 0\n 409 18 410 12 405 8 c 0\n 402 5 397 5 393 5 c 2\n 364 2 l 2\n 347 1 331 -1 314 -2 c 0\n 305 -3 295 -5 286 0 c 0\n 263 11 269 56 272 84 c 0\n 273 99 303 330 307 356 c 1\n 202 348 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1272\nEncoding: 4722 4722 1472\nWidth: 729\nFlags: W\nHStem: 21 22.5353<429 432>\nVStem: 59.249 144.004<339 343> 325.847 104.061<511 525>\nFore\n202 348 m 1\n 212 295 176 231 123 218 c 0\n 99 212 75 216 54 229 c 0\n 47 233 36 240 37 249 c 0\n 37 255 42 261 45 266 c 0\n 51 274 69 305 67 322 c 0\n 66 327 63 330 61 334 c 0\n 49 359 92 362 115 364 c 0\n 142 367 169 366 196 367 c 0\n 216 368 281 373 293 374 c 0\n 297 374 305 374 308 377 c 128\n 311 380 311 385 311 388 c 0\n 312 397 320 462 323 485 c 0\n 328 512 328 539 310 552 c 0\n 304 556 286 556 291 569 c 0\n 295 577 313 576 324 577 c 0\n 345 579 366 580 387 582 c 0\n 401 584 415 583 423 569 c 0\n 432 552 431 522 429 498 c 0\n 424 460 418 422 414 384 c 1\n 428 389 445 388 460 389 c 0\n 519 394 519 390 560 402 c 0\n 581 408 618 414 644 416 c 0\n 651 417 659 418 665 413 c 128\n 671 408 673 398 669 391 c 0\n 667 388 663 385 662 381 c 0\n 658 365 678 334 685 323 c 0\n 689 317 695 310 691 302 c 0\n 682 290 658 282 641 279 c 0\n 607 274 569 287 547 315 c 0\n 534 332 527 354 527 375 c 1\n 499 374 472 371 444 369 c 0\n 434 368 420 364 413 373 c 1\n 412 373 l 1\n 411 347 406 320 402 294 c 0\n 402 292 379 106 373 67 c 0\n 372 59 371 47 377 41 c 0\n 381 37 390 39 395 40 c 0\n 410 41 425 44 440 44 c 1\n 455 97 526 115 594 106 c 1\n 594 104 l 1\n 580 101 569 89 567 75 c 0\n 566 68 568 61 570 55 c 0\n 577 36 590 19 606 7 c 0\n 612 2 619 -1 626 -5 c 1\n 576 -33 482 -43 450 3 c 0\n 442 16 443 21 428 21 c 0\n 421 20 415 19 408 19 c 1\n 411 2 389 4 378 3 c 0\n 356 1 333 0 311 -2 c 0\n 297 -4 284 -3 276 10 c 0\n 270 21 269 34 269 46 c 0\n 269 75 302 318 307 356 c 1\n 202 348 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1273\nEncoding: 4723 4723 1473\nWidth: 802\nFlags: W\nHStem: 77 22.6105<200.062 219.909> 368 19.2289<502 509>\nVStem: 393 342<376 382> 393.587 103.413<388 395> 399.602 103.398<481.729 515 515.016 523.982> 600 135<370 374>\nFore\n393 375 m 1\n 393 387 402 509 399 524 c 0\n 397 534 393 545 384 551 c 0\n 378 556 359 556 364 569 c 0\n 368 577 385 575 396 577 c 0\n 417 579 439 580 460 582 c 0\n 473 584 487 584 494 571 c 0\n 504 555 503 533 503 515 c 0\n 503 472 497 430 497 387 c 1\n 502 387 593 393 608 395 c 0\n 641 404 678 413 718 416 c 0\n 725 417 734 418 739 412 c 0\n 749 400 740 391 735 383 c 0\n 733 379 734 373 735 369 c 0\n 740 352 748 336 758 322 c 0\n 762 315 768 308 761 300 c 0\n 753 290 735 284 722 281 c 0\n 660 265 600 309 600 375 c 1\n 575 374 550 372 525 369 c 0\n 519 369 513 368 507 368 c 0\n 494 368 495 360 495 350 c 0\n 489 271 495 315 489 245 c 0\n 489 215 484 196 470 177 c 0\n 452 151 425 134 397 120 c 0\n 336 89 267 77 200 77 c 1\n 200 17 159 -21 109 -27 c 0\n 89 -29 70 -23 53 -14 c 0\n 47 -11 38 -7 36 0 c 0\n 33 8 40 16 44 22 c 0\n 53 36 61 52 65 68 c 0\n 68 80 63 81 59 87 c 0\n 50 105 66 113 78 113 c 0\n 87 113 96 112 105 112 c 0\n 168 108 177 94 238 102 c 0\n 292 110 346 130 369 172 c 0\n 386 201 386 233 387 265 c 0\n 388 295 391 325 392 355 c 1\n 359 353 327 350 295 348 c 1\n 298 306 285 265 252 237 c 0\n 226 215 190 209 158 222 c 1\n 149 227 138 233 132 241 c 0\n 126 248 131 255 135 262 c 0\n 144 276 152 291 158 307 c 0\n 159 312 161 318 159 323 c 0\n 156 333 147 341 156 352 c 0\n 169 369 257 366 289 367 c 0\n 306 368 375 373 393 375 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni1274\nEncoding: 4724 4724 1474\nWidth: 729\nFlags: W\nHStem: 11 22<411 437> 141 21.9997<387 437>\nVStem: 58.964 144.085<341 343> 268.96 103.04<50 60> 325.829 104.023<510 525> 491.374 102.307<78 94>\nFore\n202 348 m 1\n 212 295 176 231 123 218 c 0\n 99 212 75 216 54 229 c 0\n 47 233 36 240 37 249 c 0\n 37 255 42 261 45 266 c 0\n 51 274 69 305 67 322 c 0\n 66 327 63 330 61 334 c 0\n 49 359 92 362 115 364 c 0\n 142 367 169 366 196 367 c 0\n 216 368 281 373 293 374 c 0\n 297 374 305 374 308 377 c 128\n 311 380 311 385 311 388 c 0\n 312 397 320 462 323 485 c 0\n 328 512 328 539 310 552 c 0\n 304 556 286 556 291 569 c 0\n 295 577 313 576 324 577 c 0\n 345 579 366 580 387 582 c 0\n 401 584 415 583 423 569 c 0\n 432 552 431 522 429 498 c 0\n 424 460 418 422 414 384 c 1\n 428 389 445 388 460 389 c 0\n 519 394 519 390 560 402 c 0\n 581 408 618 414 644 416 c 0\n 651 417 659 418 665 413 c 128\n 671 408 673 398 669 391 c 0\n 667 388 663 385 662 381 c 0\n 658 365 678 334 685 323 c 0\n 689 317 695 310 691 302 c 0\n 682 290 658 282 641 279 c 0\n 607 274 569 287 547 315 c 0\n 534 332 527 354 527 375 c 1\n 499 374 472 371 444 369 c 0\n 434 368 420 364 413 373 c 1\n 412 373 l 1\n 404 302 394 233 385 163 c 1\n 453 163 497 162 546 141 c 0\n 564 133 579 125 588 110 c 0\n 603 85 591 58 568 44 c 0\n 535 22 493 14 454 11 c 0\n 441 10 428 12 415 11 c 0\n 409 11 405 7 400 6 c 0\n 389 4 327 -1 312 -2 c 0\n 300 -3 287 -4 279 6 c 0\n 272 14 271 24 270 34 c 0\n 267 58 271 82 275 106 c 0\n 286 189 295 273 307 356 c 1\n 202 348 l 1\n491 74 m 0\n 492 83 492 93 491 102 c 0\n 491 136 451 141 419 141 c 0\n 395 141 l 0\n 392 141 388 141 385 139 c 0\n 380 136 380 124 380 119 c 0\n 377 99 374 80 372 60 c 0\n 372 41 378 33 394 33 c 2\n 416 33 l 2\n 455 33 491 37 491 74 c 0\nEndSplineSet\nEndChar\nStartChar: uni1275\nEncoding: 4725 4725 1475\nWidth: 729\nFlags: W\nHStem: 3 547<369.008 386.656> 541 116<195 212>\nVStem: 66.7094 135.901<316 324> 325.327 104.673<476 501>\nFore\n290 542 m 1\n 279 540 267 541 256 541 c 2\n 196 541 l 2\n 188 541 170 538 166 546 c 0\n 162 553 169 560 173 566 c 0\n 181 586 171 608 160 619 c 0\n 155 625 140 634 151 645 c 1\n 163 651 181 657 197 657 c 0\n 240 657 282 636 294 592 c 0\n 296 583 298 573 296 564 c 1\n 307 561 319 559 330 556 c 0\n 338 553 347 550 356 550 c 2\n 391 550 l 2\n 399 550 408 550 415 545 c 0\n 428 535 430 514 430 499 c 0\n 430 461 421 423 417 385 c 1\n 441 392 532 387 560 402 c 0\n 581 408 618 414 644 416 c 0\n 651 417 659 418 665 413 c 128\n 671 408 673 399 669 392 c 0\n 667 388 664 386 662 382 c 0\n 658 364 677 334 685 322 c 0\n 689 316 695 309 691 302 c 0\n 682 290 658 282 641 279 c 0\n 582 271 527 314 527 375 c 1\n 503 374 479 372 455 370 c 0\n 442 369 427 365 415 369 c 1\n 408 336 406 302 401 269 c 2\n 373 68 l 2\n 372 52 376 32 391 27 c 0\n 398 24 409 24 408 14 c 0\n 408 7 401 5 396 5 c 0\n 387 4 378 3 369 3 c 0\n 351 1 333 -1 315 -2 c 0\n 306 -3 296 -5 288 -1 c 0\n 262 9 269 57 273 87 c 0\n 274 95 302 318 310 356 c 1\n 202 348 l 1\n 210 303 186 252 148 228 c 0\n 123 212 90 211 63 224 c 0\n 54 228 45 233 40 241 c 1\n 33 249 39 257 44 264 c 0\n 53 278 61 293 65 309 c 0\n 69 320 66 327 61 334 c 0\n 47 362 103 364 123 365 c 0\n 147 367 172 366 196 367 c 0\n 199 367 302 376 312 374 c 1\n 315 400 319 425 323 451 c 0\n 326 481 331 514 309 528 c 0\n 301 532 290 531 290 542 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni1276\nEncoding: 4726 4726 1476\nWidth: 758\nFlags: W\nHStem: 539.081 22.6518<384 395>\nVStem: 49.8269 143.242<254 257> 235.006 83.9936<434 450> 269.367 102.734<72 104> 448.169 82.9797<450 472> 498 134.407<286 287>\nFore\n193 262 m 1\n 193 247 194 234 191 219 c 0\n 183 183 159 148 124 134 c 0\n 99 124 71 127 47 140 c 0\n 40 145 27 152 27 162 c 0\n 27 168 32 174 36 179 c 0\n 40 186 60 219 58 235 c 0\n 57 239 54 242 52 246 c 0\n 40 274 79 275 103 277 c 0\n 130 281 156 279 183 280 c 0\n 201 281 263 286 276 287 c 0\n 281 287 289 287 293 290 c 0\n 295 292 295 296 295 299 c 0\n 296 306 297 314 297 321 c 0\n 297 334 301 349 294 361 c 0\n 278 386 241 394 236 426 c 0\n 230 459 248 493 271 515 c 0\n 313 553 393 577 461 553 c 0\n 484 545 504 531 517 513 c 0\n 542 477 534 428 507 395 c 0\n 482 364 441 345 401 344 c 1\n 399 300 l 1\n 424 303 449 304 474 306 c 0\n 484 307 495 307 505 308 c 0\n 514 310 522 313 531 315 c 0\n 555 322 588 328 617 330 c 0\n 624 330 631 330 637 325 c 0\n 647 315 638 303 633 296 c 0\n 631 291 632 286 634 281 c 0\n 638 265 647 249 656 235 c 0\n 660 229 666 221 660 214 c 0\n 654 205 630 196 618 194 c 0\n 556 179 498 223 498 288 c 1\n 397 281 l 1\n 379 159 l 2\n 371 99 362 54 395 18 c 0\n 400 13 413 6 407 -4 c 0\n 405 -8 400 -8 396 -8 c 0\n 316 -8 l 2\n 309 -8 299 -10 293 -6 c 0\n 286 -1 282 11 279 19 c 0\n 254 84 283 201 292 269 c 1\n 193 262 l 1\n447 435 m 0\n 450 462 449 492 432 514 c 0\n 425 522 412 535 400 537 c 0\n 370 546 344 525 331 499 c 0\n 324 484 321 467 319 450 c 0\n 319 443 318 433 321 426 c 0\n 327 410 363 396 378 387 c 0\n 383 384 388 380 391 375 c 0\n 394 372 397 367 402 367 c 0\n 408 368 415 371 420 375 c 0\n 442 389 445 411 447 435 c 0\nEndSplineSet\nEndChar\nStartChar: uni1277\nEncoding: 4727 4727 1477\nWidth: 729\nFlags: W\nVStem: 51.2557 143.402<-23.349 -13.9085> 59.054 143.904<333 338> 269.096 104.068<50 61> 325.801 103.992<509 525>\nFore\n202 346 m 1\n 203 339 203 333 203 326 c 0\n 203 278 173 227 125 212 c 0\n 101 205 76 210 55 222 c 0\n 48 226 36 234 37 243 c 0\n 37 249 42 255 45 260 c 0\n 51 268 69 299 67 316 c 0\n 66 321 63 324 61 328 c 0\n 48 353 91 357 114 359 c 0\n 141 363 167 363 194 364 c 0\n 228 366 258 371 292 374 c 0\n 297 374 304 374 308 377 c 0\n 311 380 311 385 311 388 c 0\n 312 397 320 462 323 485 c 0\n 328 512 328 539 310 552 c 0\n 304 556 286 556 291 569 c 0\n 295 577 313 576 324 577 c 0\n 345 579 366 580 387 582 c 0\n 401 584 415 583 423 569 c 0\n 432 552 431 522 429 498 c 0\n 424 460 418 422 414 384 c 1\n 428 389 445 389 460 390 c 0\n 483 392 507 395 530 397 c 0\n 539 398 547 401 556 404 c 0\n 581 411 614 417 644 419 c 0\n 651 420 659 421 665 416 c 128\n 671 411 673 401 669 394 c 0\n 667 391 663 388 662 384 c 0\n 659 367 678 337 685 325 c 0\n 689 319 695 312 691 305 c 0\n 682 293 658 285 641 282 c 0\n 606 277 569 290 547 318 c 0\n 534 335 527 357 527 378 c 1\n 527 378 448 370 443 369 c 0\n 433 368 420 364 413 373 c 1\n 412 373 l 1\n 411 347 406 320 402 294 c 0\n 374 75 l 1\n 372 61 370 48 380 36 c 0\n 394 17 418 23 438 26 c 0\n 448 28 459 29 469 31 c 0\n 487 37 549 53 583 53 c 0\n 589 54 594 54 599 51 c 0\n 606 46 608 35 604 28 c 0\n 601 24 597 21 596 16 c 0\n 594 2 612 -29 619 -39 c 0\n 622 -44 627 -50 627 -56 c 0\n 627 -64 617 -69 611 -72 c 0\n 593 -82 574 -86 553 -85 c 0\n 502 -83 462 -39 462 11 c 1\n 442 7 423 4 402 1 c 1\n 364 9 322 -7 281 -1 c 1\n 194 -9 l 1\n 198 -51 185 -94 153 -123 c 0\n 126 -147 87 -154 54 -137 c 0\n 46 -133 37 -128 32 -121 c 0\n 25 -113 31 -105 35 -98 c 0\n 44 -85 51 -70 56 -55 c 0\n 62 -36 57 -39 53 -27 c 0\n 50 -21 51 -14 55 -9 c 0\n 66 5 141 8 169 9 c 2\n 188 9 l 2\n 216 11 245 17 273 17 c 1\n 263 54 275 94 278 130 c 1\n 287 205 297 281 307 356 c 1\n 202 346 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni1278\nEncoding: 4728 4728 1478\nWidth: 758\nFlags: W\nHStem: 540 23<444 458>\nVStem: 83 142.23<341 349> 88.6402 135.686<324 327> 298.068 103.292<44 51> 541 136<374 377>\nFore\n540 570 m 1\n 549 614 603 629 642 633 c 0\n 650 634 658 634 666 634 c 0\n 675 634 685 632 694 632 c 1\n 694 630 l 1\n 680 626 669 615 667 600 c 0\n 667 571 688 547 706 533 c 0\n 712 528 719 525 726 521 c 1\n 691 501 618 486 574 508 c 0\n 564 514 555 522 549 531 c 0\n 545 536 543 545 537 547 c 0\n 529 549 465 540 443 540 c 1\n 438 489 434 437 430 385 c 1\n 454 392 546 391 574 405 c 0\n 596 411 632 417 659 419 c 0\n 666 420 673 421 679 416 c 128\n 685 411 686 401 682 394 c 0\n 676 385 674 383 677 372 c 0\n 681 355 690 340 699 325 c 0\n 703 319 709 311 704 304 c 0\n 696 294 674 287 661 283 c 0\n 623 275 581 289 559 321 c 0\n 547 338 541 358 541 378 c 1\n 533 376 482 372 470 371 c 0\n 457 369 441 365 428 369 c 1\n 428 337 423 304 420 272 c 0\n 414 205 408 137 403 70 c 0\n 402 59 398 44 405 35 c 0\n 415 23 423 27 438 23 c 0\n 443 20 445 14 442 9 c 0\n 440 5 434 4 430 4 c 0\n 421 3 411 3 402 2 c 0\n 370 -1 328 -12 306 19 c 0\n 295 33 298 50 300 69 c 0\n 308 162 325 345 326 367 c 1\n 224 357 l 1\n 230 315 214 269 181 242 c 0\n 153 219 115 213 83 229 c 0\n 75 233 67 238 62 245 c 0\n 55 254 61 261 66 269 c 0\n 74 283 82 298 87 313 c 0\n 91 333 87 326 83 339 c 0\n 80 345 81 353 86 358 c 0\n 96 368 165 375 192 375 c 2\n 218 375 l 2\n 255 378 291 385 328 386 c 1\n 340 529 l 1\n 309 527 278 524 245 523 c 1\n 218 468 138 453 63 460 c 1\n 63 461 l 1\n 99 461 126 496 119 531 c 0\n 115 548 104 561 89 570 c 1\n 89 571 l 1\n 100 576 110 582 121 586 c 0\n 149 596 196 599 222 584 c 0\n 232 578 239 570 244 560 c 0\n 246 555 247 545 254 545 c 0\n 261 544 326 550 337 551 c 0\n 345 552 354 555 362 556 c 0\n 385 559 409 563 432 564 c 0\n 436 565 440 563 444 563 c 0\n 449 562 453 563 458 563 c 0\n 485 565 513 569 540 570 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni1279\nEncoding: 4729 4729 1479\nWidth: 758\nFlags: W\nHStem: 93 137<585 619> 142.333 22.6775<485.004 493.994> 540 23<444 458>\nVStem: 83 142.23<341 349> 88.6402 135.686<324 327> 298.214 103.786<41 50> 541 136<374 377>\nFore\n540 570 m 1\n 549 614 603 629 642 633 c 0\n 650 634 658 634 666 634 c 0\n 675 634 685 632 694 632 c 1\n 694 630 l 1\n 680 626 669 615 667 600 c 0\n 667 571 688 547 706 533 c 0\n 712 528 719 525 726 521 c 1\n 691 501 618 486 574 508 c 0\n 564 514 555 522 549 531 c 0\n 545 536 543 545 537 547 c 0\n 529 549 465 540 443 540 c 1\n 438 489 434 437 430 385 c 1\n 454 392 546 391 574 405 c 0\n 596 411 632 417 659 419 c 0\n 666 420 673 421 679 416 c 128\n 685 411 686 401 682 394 c 0\n 676 385 674 383 677 372 c 0\n 681 355 690 340 699 325 c 0\n 703 319 709 311 704 304 c 0\n 696 294 674 287 661 283 c 0\n 623 275 581 289 559 321 c 0\n 547 338 541 358 541 378 c 1\n 533 376 482 372 470 371 c 0\n 457 369 441 365 428 369 c 1\n 411 158 l 1\n 429 161 448 162 467 163 c 0\n 473 163 479 164 485 165 c 0\n 488 165 491 165 494 166 c 0\n 498 169 500 177 503 181 c 0\n 515 203 533 212 558 220 c 0\n 578 226 598 230 619 230 c 0\n 630 230 642 228 653 227 c 1\n 653 226 l 1\n 630 221 618 199 627 177 c 0\n 636 150 657 128 683 117 c 1\n 683 113 644 100 639 99 c 0\n 621 94 603 93 585 93 c 0\n 548 93 521 103 506 126 c 0\n 502 131 499 140 494 142 c 0\n 488 144 420 137 409 136 c 1\n 406 114 405 91 403 68 c 0\n 402 60 399 48 402 40 c 0\n 406 30 418 25 428 24 c 0\n 435 24 444 22 444 13 c 0\n 443 8 439 5 434 5 c 0\n 424 3 413 3 402 2 c 0\n 370 -1 329 -12 307 18 c 0\n 295 33 298 46 300 68 c 2\n 306 135 l 1\n 312 212 320 290 326 367 c 1\n 224 357 l 1\n 230 315 214 269 181 242 c 0\n 153 219 115 213 83 229 c 0\n 75 233 67 238 62 245 c 0\n 55 254 61 261 66 269 c 0\n 74 283 82 298 87 313 c 0\n 91 333 87 326 83 339 c 0\n 80 345 81 353 86 358 c 0\n 96 368 165 375 192 375 c 2\n 218 375 l 2\n 255 378 291 385 328 386 c 1\n 340 529 l 1\n 309 527 278 524 245 523 c 1\n 218 468 138 453 63 460 c 1\n 63 461 l 1\n 99 461 126 496 119 531 c 0\n 115 548 104 561 89 570 c 1\n 89 571 l 1\n 100 576 110 582 121 586 c 0\n 149 596 196 599 222 584 c 0\n 232 578 239 570 244 560 c 0\n 246 555 247 545 254 545 c 0\n 261 544 326 550 337 551 c 0\n 345 552 354 555 362 556 c 0\n 385 559 409 563 432 564 c 0\n 436 565 440 563 444 563 c 0\n 449 562 453 563 458 563 c 0\n 485 565 513 569 540 570 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni127A\nEncoding: 4730 4730 1480\nWidth: 758\nFlags: W\nHStem: 4 21<427 439> 497.813 135.187<630 636>\nVStem: 83 142.23<341 348> 88.6402 135.686<324 328> 298.717 102.428<41.0062 59.3546> 541 136<374 377>\nFore\n525 569 m 1\n 534 614 589 629 629 633 c 0\n 637 634 644 634 652 634 c 0\n 661 634 671 632 680 632 c 1\n 680 630 l 1\n 665 627 653 613 652 598 c 0\n 652 593 653 588 655 583 c 0\n 664 556 685 533 711 522 c 1\n 702 513 687 509 675 506 c 0\n 621 490 558 495 534 531 c 0\n 531 536 528 545 523 547 c 0\n 516 549 505 546 498 545 c 0\n 480 543 461 541 443 540 c 1\n 438 489 434 437 430 385 c 1\n 454 392 546 391 574 405 c 0\n 596 411 632 417 659 419 c 0\n 666 420 673 421 679 416 c 128\n 685 411 686 401 682 394 c 0\n 676 385 674 383 677 372 c 0\n 681 355 690 340 699 325 c 0\n 703 319 709 311 704 304 c 0\n 696 294 674 287 661 283 c 0\n 623 275 581 289 559 321 c 0\n 547 338 541 358 541 378 c 1\n 533 376 482 372 470 371 c 0\n 457 369 441 365 428 369 c 1\n 428 337 423 304 420 272 c 0\n 418 241 407 116 403 65 c 1\n 402 58 400 48 402 41 c 128\n 404 34 411 29 417 27 c 0\n 427 23 437 26 447 27 c 0\n 464 28 480 30 497 31 c 2\n 514 33 l 2\n 529 33 529 46 534 54 c 0\n 553 81 596 96 636 98 c 0\n 651 99 665 97 680 96 c 1\n 680 95 l 1\n 675 93 669 91 665 87 c 0\n 639 64 661 27 680 7 c 0\n 690 -3 698 -8 711 -14 c 1\n 696 -27 669 -32 646 -37 c 0\n 609 -42 562 -40 537 -8 c 0\n 532 -2 528 5 526 12 c 1\n 458 7 475 4 426 4 c 0\n 390 1 l 0\n 365 -2 339 -8 317 8 c 0\n 298 21 297 43 300 67 c 0\n 311 204 325 345 326 367 c 1\n 224 357 l 1\n 230 315 214 269 181 242 c 0\n 153 219 115 213 83 229 c 0\n 75 233 67 238 62 245 c 0\n 55 254 61 261 66 269 c 0\n 74 283 82 298 87 313 c 0\n 91 333 87 326 83 339 c 0\n 80 345 81 353 86 358 c 0\n 96 368 165 375 192 375 c 2\n 218 375 l 2\n 255 378 291 385 328 386 c 1\n 340 529 l 1\n 313 527 288 523 259 523 c 1\n 235 467 148 452 78 460 c 1\n 78 461 l 1\n 114 462 141 497 133 532 c 0\n 129 549 118 561 104 570 c 1\n 104 573 128 583 132 585 c 0\n 139 588 147 590 154 591 c 0\n 189 599 242 598 259 559 c 0\n 261 554 262 549 263 544 c 1\n 430 564 l 1\n 463 562 493 568 525 569 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni127B\nEncoding: 4731 4731 1481\nWidth: 817\nFlags: W\nHStem: -26.6298 138.63<114 121> 77 21.6387<214.055 241.577> 498 135.334<699 706>\nVStem: 166.25 143.996<334 337>\nFore\n592 569 m 1\n 602 614 656 629 696 633 c 0\n 704 634 711 634 719 634 c 0\n 728 634 738 632 747 632 c 1\n 747 630 l 1\n 725 625 716 603 722 583 c 0\n 731 556 752 534 778 522 c 1\n 778 520 l 1\n 759 511 728 498 698 498 c 0\n 664 495 624 500 603 529 c 0\n 598 535 595 541 593 548 c 1\n 568 544 538 546 516 540 c 1\n 516 525 517 513 518 499 c 1\n 512 384 l 1\n 536 392 625 390 654 404 c 0\n 680 411 712 417 743 419 c 0\n 750 420 757 421 763 416 c 128\n 769 411 771 402 767 395 c 0\n 762 387 758 382 761 371 c 0\n 766 355 774 340 783 326 c 0\n 787 320 793 313 789 305 c 0\n 782 293 755 284 739 282 c 0\n 677 272 628 316 625 378 c 1\n 616 376 606 376 597 375 c 2\n 545 370 l 2\n 534 369 521 365 511 371 c 1\n 510 337 506 302 505 268 c 0\n 504 244 505 217 495 195 c 0\n 481 163 452 142 422 125 c 0\n 359 90 285 77 214 77 c 1\n 214 -6 135 -50 67 -14 c 0\n 61 -11 52 -7 50 0 c 0\n 47 8 54 16 58 22 c 0\n 67 36 75 52 79 68 c 0\n 82 80 77 81 73 87 c 0\n 64 105 79 113 91 113 c 0\n 101 113 111 112 121 112 c 0\n 141 111 161 108 180 104 c 0\n 188 103 197 100 205 99 c 0\n 275 95 352 122 381 167 c 0\n 399 194 399 223 401 254 c 2\n 407 355 l 1\n 309 346 l 1\n 317 296 290 235 241 215 c 0\n 216 205 187 207 164 221 c 0\n 157 225 145 232 144 241 c 0\n 143 248 148 254 151 259 c 0\n 156 267 176 300 174 317 c 0\n 173 321 170 324 168 328 c 0\n 157 353 197 357 220 359 c 0\n 239 362 257 363 276 364 c 2\n 301 364 l 2\n 305 364 378 372 391 373 c 0\n 395 373 403 373 406 376 c 0\n 408 378 408 383 409 386 c 0\n 409 395 410 403 410 412 c 0\n 410 422 416 485 413 504 c 0\n 412 514 406 529 396 532 c 0\n 393 533 390 531 387 531 c 0\n 380 529 290 521 280 523 c 1\n 260 478 206 464 161 459 c 0\n 152 458 143 458 134 458 c 0\n 122 458 111 458 99 460 c 1\n 99 461 l 1\n 135 462 162 497 154 532 c 0\n 150 549 139 561 125 570 c 1\n 125 577 163 588 172 591 c 0\n 208 599 261 598 279 560 c 0\n 282 555 283 550 284 544 c 1\n 319 549 361 546 391 556 c 1\n 428 558 465 566 503 563 c 1\n 533 565 562 567 592 569 c 1\nEndSplineSet\nMinimumDistance: x42,-1 \nEndChar\nStartChar: uni127C\nEncoding: 4732 4732 1482\nWidth: 758\nFlags: W\nHStem: 11 21.9927<451 490> 138.012 21.9884<411.063 490.601> 487.764 133.236<643 644>\nVStem: 298.484 103.315<41 52> 535 103<77 93> 541 136<367 369>\nDStem: 340 519 443 529 328 379 430 378\nFore\n540 559 m 1\n 548 596 589 612 622 618 c 2\n 642 621 l 2\n 650 622 658 622 666 622 c 0\n 675 622 685 620 694 620 c 1\n 694 618 l 1\n 672 613 663 591 670 571 c 0\n 681 538 700 526 726 511 c 1\n 682 489 587 466 548 522 c 0\n 545 527 542 532 540 538 c 1\n 443 529 l 1\n 430 378 l 1\n 446 381 527 387 547 390 c 0\n 587 399 578 401 616 406 c 0\n 631 409 646 411 661 412 c 0\n 667 412 674 412 680 408 c 0\n 685 403 686 394 682 387 c 0\n 676 378 674 376 677 365 c 0\n 681 349 690 333 699 319 c 0\n 703 313 709 306 704 298 c 0\n 697 289 672 279 659 277 c 0\n 601 266 541 307 541 370 c 1\n 516 369 490 365 465 363 c 0\n 453 362 440 358 428 362 c 1\n 411 160 l 1\n 476 160 525 163 573 145 c 0\n 602 136 638 119 638 84 c 0\n 638 61 622 49 608 41 c 0\n 575 22 535 13 497 11 c 0\n 482 10 466 12 451 11 c 0\n 445 10 440 6 434 5 c 0\n 419 2 403 2 388 0 c 0\n 360 -2 325 -9 306 18 c 0\n 296 33 298 48 300 65 c 0\n 302 104 325 335 326 360 c 1\n 224 350 l 1\n 229 305 212 258 174 231 c 0\n 148 213 115 210 86 223 c 0\n 77 227 66 233 61 241 c 0\n 55 249 61 256 65 263 c 0\n 66 264 95 305 88 322 c 0\n 85 332 76 341 86 351 c 0\n 94 361 163 368 189 368 c 0\n 216 368 l 0\n 253 371 291 376 328 379 c 1\n 340 519 l 1\n 318 518 295 516 273 513 c 0\n 267 513 262 512 256 512 c 0\n 241 512 240 504 234 496 c 0\n 206 464 157 451 107 449 c 0\n 92 449 77 451 62 451 c 1\n 62 452 l 1\n 112 452 136 509 107 544 c 0\n 102 550 96 555 89 559 c 1\n 89 561 115 573 118 574 c 0\n 125 577 133 579 141 580 c 0\n 176 587 225 586 243 550 c 0\n 246 545 247 540 248 534 c 1\n 285 538 327 538 361 545 c 1\n 392 548 421 557 453 552 c 1\n 540 559 l 1\n409 138 m 1\n 408 113 405 89 403 64 c 0\n 402 56 398 43 405 35 c 0\n 408 31 413 33 418 33 c 2\n 449 33 l 2\n 475 33 508 29 528 50 c 1\n 535 59 535 70 535 81 c 128\n 535 92 536 104 532 114 c 0\n 518 146 453 138 409 138 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni127D\nEncoding: 4733 4733 1483\nWidth: 817\nFlags: W\nHStem: 1 556<421 460> 639.495 21.1611<237.034 329.957> 640 134<126 151>\nVStem: 147 137.026<314 321> 317.633 185.467<545 551> 599 135.174<370.408 378.969>\nFore\n330 639 m 1\n 274 639 219 640 163 640 c 2\n 122 640 l 2\n 117 640 110 640 106 645 c 0\n 101 651 109 660 112 666 c 0\n 123 688 112 716 101 731 c 0\n 99 735 80 750 91 759 c 1\n 99 770 124 774 140 774 c 0\n 195 774 245 729 237 661 c 1\n 277 659 324 665 357 657 c 1\n 384 659 409 664 439 663 c 1\n 514 671 l 1\n 519 720 574 742 616 748 c 0\n 624 749 632 749 640 749 c 0\n 651 749 661 747 672 746 c 1\n 672 745 l 1\n 666 743 661 740 657 736 c 0\n 630 710 647 669 668 645 c 1\n 677 633 689 624 701 616 c 1\n 701 609 656 594 645 591 c 0\n 602 582 545 586 521 629 c 0\n 518 635 515 642 514 649 c 1\n 432 640 l 1\n 421 557 l 1\n 477 557 l 2\n 484 557 494 559 500 554 c 0\n 504 551 503 546 503 541 c 0\n 503 539 492 399 489 385 c 1\n 497 387 589 397 604 399 c 0\n 633 405 646 413 676 417 c 0\n 690 419 704 420 718 421 c 0\n 725 422 734 423 740 417 c 0\n 746 412 747 402 743 395 c 0\n 741 391 737 388 735 384 c 0\n 733 378 735 370 737 364 c 0\n 741 347 749 330 758 314 c 0\n 762 307 768 300 763 292 c 0\n 757 283 746 277 736 273 c 0\n 703 259 665 265 638 288 c 0\n 610 311 599 344 599 379 c 1\n 574 378 549 373 524 370 c 0\n 513 369 499 365 488 369 c 1\n 487 354 464 94 460 58 c 0\n 459 44 466 31 479 24 c 0\n 486 20 508 22 502 6 c 0\n 500 2 495 1 490 1 c 1\n 426 1 l 1\n 388 1 370 10 359 37 c 0\n 355 49 358 62 359 75 c 0\n 360 80 376 270 377 285 c 0\n 380 312 384 339 384 366 c 1\n 283 355 l 1\n 291 305 274 256 238 221 c 0\n 207 191 152 190 122 224 c 0\n 112 238 120 243 127 256 c 0\n 131 262 153 302 147 322 c 0\n 146 326 143 329 141 333 c 0\n 138 339 139 346 143 352 c 0\n 156 367 224 371 256 373 c 2\n 276 373 l 2\n 313 376 349 382 386 386 c 1\n 400 538 l 1\n 342 538 l 2\n 336 538 325 536 320 541 c 0\n 314 547 318 561 319 568 c 0\n 323 592 328 615 330 639 c 1\nEndSplineSet\nEndChar\nStartChar: uni127E\nEncoding: 4734 4734 1484\nWidth: 758\nFlags: W\nHStem: 1 405.87<395.008 403.36> 572 18.8509<374 415> 577 2<131 139.5>\nVStem: 249.588 83.4119<471.279 490> 298.657 102.891<81 118> 327 102.703<324 348> 462.378 83.5555<503.027 521.61> 517 120.4<662 673> 526 135.83<300 310>\nFore\n157 709 m 1\n 165 714 172 720 181 724 c 0\n 213 739 266 743 293 722 c 0\n 316 706 323 677 313 651 c 0\n 307 637 298 627 289 615 c 1\n 300 607 310 598 322 592 c 1\n 373 590 427 591 481 591 c 1\n 497 587 l 1\n 497 588 l 1\n 477 596 495 611 502 621 c 0\n 510 633 517 648 517 663 c 0\n 517 671 515 680 511 687 c 0\n 508 692 503 699 506 705 c 0\n 510 714 526 711 534 711 c 2\n 597 711 l 2\n 606 711 618 713 627 710 c 0\n 635 707 636 695 637 688 c 0\n 641 666 635 643 624 624 c 0\n 605 592 569 574 532 577 c 0\n 522 578 513 581 503 584 c 1\n 503 583 l 1\n 543 568 556 513 538 473 c 0\n 524 438 495 414 461 399 c 0\n 446 393 430 387 414 386 c 1\n 428 367 433 343 429 319 c 1\n 451 321 472 324 494 327 c 0\n 507 328 521 329 534 331 c 0\n 542 333 551 337 559 339 c 0\n 592 348 611 350 647 353 c 0\n 654 353 662 354 667 348 c 0\n 673 342 673 332 669 325 c 0\n 667 322 663 319 662 316 c 0\n 656 297 678 258 685 245 c 0\n 689 238 695 230 688 222 c 0\n 681 213 669 207 659 203 c 0\n 596 181 536 227 527 285 c 0\n 526 294 526 302 526 311 c 1\n 493 307 460 304 428 300 c 1\n 424 248 411 197 405 146 c 0\n 398 96 397 57 424 28 c 0\n 429 23 441 15 436 6 c 0\n 434 2 429 1 425 1 c 0\n 346 1 l 2\n 339 1 329 -1 323 3 c 0\n 316 8 312 20 309 28 c 0\n 287 85 304 166 314 226 c 0\n 318 246 322 267 323 287 c 1\n 299 285 238 277 232 277 c 0\n 229 276 226 276 224 274 c 0\n 221 270 224 262 224 258 c 0\n 225 246 223 234 221 223 c 0\n 213 178 181 127 133 120 c 0\n 111 116 86 122 69 137 c 0\n 64 142 56 148 56 156 c 0\n 56 169 95 214 86 241 c 0\n 85 246 81 250 79 255 c 0\n 76 264 80 274 88 278 c 0\n 108 286 150 291 178 293 c 0\n 208 293 l 0\n 210 293 294 303 308 305 c 0\n 319 305 326 307 326 318 c 0\n 326 323 327 327 327 332 c 0\n 327 340 327 348 325 356 c 0\n 319 376 302 391 288 406 c 0\n 260 436 247 451 250 500 c 0\n 252 526 258 556 277 575 c 0\n 282 580 289 583 295 587 c 1\n 290 590 276 601 273 601 c 0\n 267 601 261 596 256 594 c 0\n 230 582 192 573 156 575 c 0\n 148 575 139 577 131 577 c 1\n 131 579 l 1\n 148 581 161 591 171 601 c 0\n 200 633 188 682 157 707 c 1\n 157 709 l 1\n497 587 m 1\n 499 586 l 1\n 497 587 l 1\n499 586 m 1\n 501 585 l 1\n 499 586 l 1\n501 585 m 1\n 503 584 l 1\n 501 585 l 1\n462 503 m 0\n 465 531 450 559 423 569 c 0\n 414 573 404 572 394 572 c 128\n 384 572 373 573 364 567 c 0\n 339 552 335 516 333 490 c 0\n 333 481 333 472 336 463 c 0\n 343 446 359 434 372 423 c 0\n 378 418 387 409 395 407 c 0\n 402 406 412 411 418 414 c 0\n 441 426 455 446 460 471 c 0\n 462 482 461 492 462 503 c 0\nEndSplineSet\nEndChar\nStartChar: uni127F\nEncoding: 4735 4735 1485\nWidth: 758\nFlags: W\nHStem: 1.62781 20.3722<437 447> 497.707 135.293<643 647> 540 23<444 458>\nVStem: 83 142.23<341 349> 88.6402 135.686<324 327> 298.501 102.724<41.3599 60.9879> 541 136<374 377>\nFore\n540 570 m 1\n 549 614 603 629 642 633 c 0\n 650 634 658 634 666 634 c 0\n 675 634 685 632 694 632 c 1\n 694 630 l 1\n 680 626 669 615 667 600 c 0\n 667 571 688 547 706 533 c 0\n 712 528 719 525 726 521 c 1\n 691 501 618 486 574 508 c 0\n 564 514 555 522 549 531 c 0\n 545 536 543 545 537 547 c 0\n 529 549 465 540 443 540 c 1\n 438 489 434 437 430 385 c 1\n 454 392 546 391 574 405 c 0\n 596 411 632 417 659 419 c 0\n 666 420 673 421 679 416 c 128\n 685 411 686 401 682 394 c 0\n 676 385 674 383 677 372 c 0\n 681 355 690 340 699 325 c 0\n 703 319 709 311 704 304 c 0\n 696 294 674 287 661 283 c 0\n 623 275 581 289 559 321 c 0\n 547 338 541 358 541 378 c 1\n 533 376 482 372 470 371 c 0\n 457 369 441 365 428 369 c 1\n 428 344 404 79 402 61 c 0\n 401 49 399 38 411 30 c 0\n 415 28 436 22 445 22 c 0\n 474 22 550 44 580 49 c 0\n 593 51 605 52 618 53 c 0\n 627 54 635 53 640 44 c 0\n 646 31 632 25 632 13 c 0\n 632 -0 647 -28 653 -38 c 0\n 657 -44 665 -53 661 -61 c 0\n 658 -66 652 -69 647 -72 c 0\n 633 -80 616 -85 600 -85 c 0\n 550 -85 517 -60 503 -22 c 0\n 499 -11 498 0 497 11 c 1\n 472 8 447 -2 421 3 c 1\n 391 2 361 -5 332 -1 c 1\n 246 -9 l 1\n 251 -56 235 -95 206 -122 c 0\n 179 -146 140 -154 106 -137 c 0\n 98 -133 88 -128 83 -120 c 0\n 77 -112 82 -106 86 -99 c 0\n 95 -86 102 -72 107 -57 c 0\n 113 -45 111 -37 105 -28 c 0\n 91 -1 141 3 159 4 c 0\n 185 8 212 8 238 9 c 0\n 261 10 285 13 308 16 c 1\n 296 33 298 49 300 68 c 0\n 301 81 325 345 326 367 c 1\n 224 357 l 1\n 230 315 214 269 181 242 c 0\n 153 219 115 213 83 229 c 0\n 75 233 67 238 62 245 c 0\n 55 254 61 261 66 269 c 0\n 74 283 82 298 87 313 c 0\n 91 333 87 326 83 339 c 0\n 80 345 81 353 86 358 c 0\n 96 368 165 375 192 375 c 2\n 218 375 l 2\n 255 378 291 385 328 386 c 1\n 340 529 l 1\n 309 527 278 524 245 523 c 1\n 218 468 138 453 63 460 c 1\n 63 461 l 1\n 99 461 126 496 119 531 c 0\n 115 548 104 561 89 570 c 1\n 89 571 l 1\n 100 576 110 582 121 586 c 0\n 149 596 196 599 222 584 c 0\n 232 578 239 570 244 560 c 0\n 246 555 247 545 254 545 c 0\n 261 544 326 550 337 551 c 0\n 345 552 354 555 362 556 c 0\n 385 559 409 563 432 564 c 0\n 436 565 440 563 444 563 c 0\n 449 562 453 563 458 563 c 0\n 485 565 513 569 540 570 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni1280\nEncoding: 4736 4736 1486\nWidth: 612\nFlags: W\nHStem: 1 414<453 498> 375.212 203.684<430 434> 395.597 183.403<366 375.992>\nVStem: 335 102<424 451> 345 103.11<529 546> 395 103<49 93> 453 103<328 364>\nFore\n337 468 m 1\n 340 493 345 518 345 544 c 0\n 345 549 339 570 342 575 c 0\n 347 581 359 579 366 579 c 2\n 421 579 l 2\n 430 579 438 580 443 571 c 0\n 451 556 449 535 447 519 c 0\n 444 491 437 463 437 435 c 0\n 437 428 438 422 439 415 c 1\n 504 415 l 2\n 517 415 530 416 540 407 c 0\n 557 393 556 363 556 343 c 0\n 556 335 556 328 555 320 c 0\n 537 244 516 170 499 94 c 0\n 498 86 498 79 498 71 c 0\n 498 53 497 30 510 22 c 0\n 516 19 527 19 526 9 c 0\n 526 8 525 7 525 5 c 1\n 522 1 517 1 512 1 c 0\n 443 1 l 2\n 431 1 419 1 409 10 c 0\n 396 23 395 47 395 71 c 0\n 395 78 394 86 395 93 c 0\n 396 97 450 310 453 328 c 0\n 453 346 l 0\n 453 363 451 378 444 393 c 1\n 443 393 l 1\n 443 387 444 379 438 376 c 128\n 432 373 424 377 419 379 c 2\n 393 389 l 2\n 387 391 382 394 376 395 c 0\n 366 397 353 393 344 398 c 0\n 332 407 335 434 335 452 c 1\n 289 449 243 448 196 446 c 1\n 202 400 180 349 138 327 c 0\n 112 313 80 312 53 327 c 0\n 46 331 37 336 32 343 c 0\n 28 351 34 358 38 364 c 0\n 47 378 55 393 60 409 c 0\n 61 414 62 420 60 425 c 0\n 59 429 56 431 55 435 c 0\n 42 465 103 464 126 465 c 0\n 146 466 167 464 187 464 c 0\n 204 464 285 469 312 469 c 0\n 321 469 328 471 337 468 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1281\nEncoding: 4737 4737 1487\nWidth: 817\nFlags: W\nHStem: 218 19<536 595> 395.589 183.411<347.362 367.992 368 375.993>\nVStem: 334.918 103.082<421.436 449> 345 103.285<519.899 545> 395 102.467<49.6535 71 71.0317 87.9748> 453 103<324 369>\nFore\n337 468 m 1\n 341 492 346 518 345 542 c 0\n 345 548 345 554 343 559 c 0\n 342 564 339 570 342 575 c 0\n 347 581 361 579 368 579 c 2\n 419 579 l 2\n 426 579 436 581 441 575 c 0\n 459 548 438 475 438 432 c 0\n 438 422 439 415 448 415 c 1\n 506 415 l 1\n 516 415 526 416 535 411 c 0\n 552 401 556 377 556 359 c 0\n 556 348 557 335 556 324 c 0\n 552 295 540 266 535 237 c 1\n 579 237 l 2\n 621 237 600 239 632 245 c 0\n 660 252 684 256 714 259 c 0\n 721 259 729 259 734 254 c 0\n 744 242 735 233 730 225 c 0\n 724 209 746 173 753 163 c 0\n 758 156 762 149 756 142 c 0\n 747 131 729 125 715 122 c 0\n 667 112 618 137 600 183 c 0\n 596 195 595 206 595 218 c 1\n 550 218 l 2\n 533 218 530 218 527 205 c 0\n 523 191 500 99 498 88 c 0\n 497 70 496 37 507 25 c 0\n 511 20 518 21 523 18 c 0\n 527 15 528 9 525 5 c 128\n 522 1 517 1 512 1 c 0\n 443 1 l 2\n 431 1 419 1 410 10 c 0\n 396 22 395 47 395 71 c 0\n 395 98 396 94 401 115 c 0\n 415 172 427 226 442 282 c 0\n 452 321 453 315 453 353 c 0\n 453 367 452 382 443 393 c 1\n 443 387 444 380 439 376 c 0\n 433 372 425 377 419 379 c 0\n 405 384 391 392 376 395 c 0\n 367 397 353 393 344 398 c 1\n 333 409 335 434 335 452 c 1\n 289 449 243 448 196 446 c 1\n 201 401 182 352 141 328 c 0\n 115 313 83 312 56 325 c 0\n 48 329 37 335 32 343 c 128\n 27 351 34 358 38 365 c 0\n 47 379 55 394 59 410 c 0\n 65 422 58 427 54 435 c 0\n 47 455 66 458 79 460 c 0\n 94 463 110 465 126 465 c 0\n 146 466 167 464 187 464 c 0\n 208 464 282 469 312 469 c 0\n 321 469 328 471 337 468 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1282\nEncoding: 4738 4738 1488\nWidth: 817\nFlags: W\nHStem: 0 415<453 498> 1 24.6035<508 518> 395.589 183.411<347.362 367.992 368 375.993>\nVStem: 335.409 102.591<422 448> 345 103.285<519.899 550> 453 103<328 367>\nFore\n337 468 m 1\n 341 492 346 518 345 542 c 0\n 345 548 345 554 343 559 c 0\n 342 564 339 570 342 575 c 0\n 347 581 361 579 368 579 c 2\n 419 579 l 2\n 426 579 436 581 441 575 c 0\n 459 548 438 475 438 432 c 0\n 438 428 438 422 440 418 c 0\n 443 413 455 415 461 415 c 2\n 501 415 l 2\n 508 415 516 416 523 415 c 0\n 556 411 556 370 556 345 c 2\n 556 326 l 2\n 555 313 509 132 503 110 c 0\n 502 103 499 96 498 89 c 0\n 497 77 496 35 506 27 c 0\n 510 23 518 25 523 26 c 2\n 561 29 l 2\n 580 29 582 35 587 47 c 0\n 609 81 653 91 696 94 c 0\n 709 95 725 95 737 91 c 1\n 714 86 703 63 711 42 c 0\n 720 15 741 -6 767 -18 c 1\n 767 -19 l 1\n 746 -29 717 -42 685 -42 c 0\n 650 -43 611 -40 589 -8 c 0\n 586 -3 583 3 581 9 c 1\n 567 6 552 6 538 5 c 0\n 531 4 525 2 518 1 c 2\n 501 1 l 2\n 493 1 486 0 478 0 c 0\n 469 0 459 1 450 1 c 0\n 439 1 428 0 418 4 c 0\n 389 18 391 76 400 111 c 2\n 448 305 l 2\n 449 313 452 320 453 328 c 0\n 454 337 453 345 453 354 c 0\n 453 368 452 382 443 393 c 1\n 443 387 444 380 439 376 c 0\n 433 372 425 377 419 379 c 0\n 405 384 391 392 376 395 c 0\n 367 397 353 393 344 398 c 1\n 333 409 335 434 335 452 c 1\n 289 449 243 448 196 446 c 1\n 201 401 182 352 141 328 c 0\n 115 313 83 312 56 325 c 0\n 48 329 37 335 32 343 c 128\n 27 351 34 358 38 365 c 0\n 47 379 55 394 59 410 c 0\n 65 422 58 427 54 435 c 0\n 47 455 66 458 79 460 c 0\n 94 463 110 465 126 465 c 0\n 146 466 167 464 187 464 c 0\n 208 464 282 469 312 469 c 0\n 321 469 328 471 337 468 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni1283\nEncoding: 4739 4739 1489\nWidth: 612\nFlags: W\nHStem: 48 40.7544<168.125 197.813> 395.754 183.557<348.825 365.993>\nVStem: 67.8082 143.931<421.703 430.406> 335 102<423 451> 345 103.762<525.525 546>\nFore\n337 468 m 1\n 340 493 345 518 345 544 c 0\n 345 549 339 570 342 575 c 0\n 347 581 359 579 366 579 c 2\n 421 579 l 2\n 430 579 438 580 443 571 c 0\n 451 556 449 535 447 519 c 0\n 444 491 437 463 437 435 c 0\n 437 428 438 422 439 415 c 1\n 502 415 l 2\n 509 415 521 417 526 412 c 0\n 539 402 552 273 549 226 c 0\n 541 161 484 128 435 103 c 0\n 353 62 258 48 168 48 c 1\n 163 -5 109 -42 58 -36 c 0\n 46 -34 11 -24 5 -10 c 0\n 2 -2 10 6 14 12 c 0\n 22 26 31 42 34 58 c 0\n 37 70 32 71 28 78 c 0\n 25 83 25 90 28 95 c 0\n 35 106 52 103 63 103 c 0\n 85 103 107 99 129 96 c 0\n 140 94 151 90 162 89 c 0\n 180 88 199 90 217 91 c 0\n 304 97 391 122 430 183 c 0\n 447 209 447 238 445 268 c 0\n 444 287 440 337 436 360 c 0\n 435 365 435 371 431 374 c 0\n 427 378 399 388 391 390 c 0\n 385 393 380 395 374 396 c 0\n 365 397 350 393 343 400 c 0\n 331 409 335 435 335 452 c 1\n 294 447 253 442 211 438 c 1\n 216 383 196 337 157 312 c 0\n 131 294 97 293 69 308 c 0\n 61 312 51 318 47 326 c 128\n 43 334 49 342 53 348 c 0\n 54 349 82 390 75 407 c 0\n 74 411 71 414 69 418 c 0\n 63 437 81 441 93 444 c 0\n 134 453 151 453 195 455 c 0\n 220 457 246 461 271 463 c 2\n 312 468 l 2\n 321 469 329 471 337 468 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni1284\nEncoding: 4740 4740 1490\nWidth: 787\nFlags: W\nHStem: 11 22<527 558> 141 274.039<510.031 524.408> 141.011 21.9888<516.062 558.949> 375.212 203.684<430 434> 395.597 183.403<366 375.992>\nVStem: 335 102<424 451> 345 103.11<529 546> 395 102.386<72.0315 89.9844> 453 103<328 364>\nFore\n337 468 m 1\n 340 493 345 518 345 544 c 0\n 345 549 339 570 342 575 c 0\n 347 581 359 579 366 579 c 2\n 421 579 l 2\n 430 579 438 580 443 571 c 0\n 451 556 449 535 447 519 c 0\n 444 491 437 463 437 435 c 0\n 437 428 438 422 439 415 c 1\n 503 415 l 2\n 515 415 528 416 539 408 c 0\n 557 394 556 364 556 344 c 0\n 556 326 l 0\n 556 323 519 176 516 163 c 1\n 569 163 623 163 672 141 c 0\n 692 132 714 119 719 96 c 0\n 725 67 703 47 679 36 c 0\n 648 20 613 13 579 11 c 0\n 562 10 544 11 527 11 c 1\n 524 1 516 1 507 1 c 1\n 443 1 l 1\n 431 1 419 1 410 9 c 0\n 396 23 395 47 395 72 c 0\n 395 105 400 108 406 136 c 0\n 416 182 450 310 453 328 c 0\n 453 346 l 0\n 453 363 451 378 444 393 c 1\n 443 393 l 1\n 443 387 444 379 438 376 c 128\n 432 373 424 377 419 379 c 2\n 393 389 l 2\n 387 391 382 394 376 395 c 0\n 366 397 353 393 344 398 c 0\n 332 407 335 434 335 452 c 1\n 289 449 243 448 196 446 c 1\n 202 400 180 349 138 327 c 0\n 112 313 80 312 53 327 c 0\n 46 331 37 336 32 343 c 0\n 28 351 34 358 38 364 c 0\n 47 378 55 393 60 409 c 0\n 61 414 62 420 60 425 c 0\n 59 429 56 431 55 435 c 0\n 42 465 103 464 126 465 c 0\n 146 466 167 464 187 464 c 0\n 204 464 285 469 312 469 c 0\n 321 469 328 471 337 468 c 1\n501 33 m 1\n 547 33 l 2\n 567 33 588 33 605 46 c 0\n 619 57 617 77 617 93 c 0\n 617 113 613 122 600 130 c 0\n 581 142 540 141 510 141 c 1\n 508 124 501 107 498 90 c 0\n 496 71 499 52 501 33 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1285\nEncoding: 4741 4741 1491\nWidth: 583\nFlags: W\nHStem: 1 414<424 469> 465 42<304 306>\nVStem: 55.6768 102.323<319 326> 305.256 102.744<427 449> 315 103.246<523 556> 366 103<49 93> 424 103<328 353>\nFore\n307 465 m 1\n 295 465 283 462 272 460 c 0\n 213 444 170 412 161 348 c 0\n 159 341 159 333 158 326 c 0\n 158 322 158 318 156 314 c 0\n 152 307 141 309 134 309 c 2\n 86 309 l 2\n 79 309 70 308 63 310 c 0\n 51 314 56 333 57 343 c 0\n 72 426 160 477 237 496 c 0\n 253 500 270 503 287 505 c 0\n 292 506 298 506 303 507 c 0\n 313 507 315 512 315 521 c 0\n 316 533 317 545 315 557 c 0\n 313 563 308 572 315 577 c 0\n 321 581 331 579 337 579 c 2\n 390 579 l 2\n 397 579 407 581 412 575 c 0\n 430 551 408 467 408 435 c 0\n 408 428 409 422 410 415 c 1\n 475 415 l 2\n 488 415 501 416 511 407 c 0\n 528 393 527 363 527 343 c 0\n 527 335 527 328 526 320 c 0\n 508 244 487 170 470 94 c 0\n 469 86 469 79 469 71 c 0\n 469 53 468 30 481 22 c 0\n 487 19 498 19 497 9 c 0\n 497 8 496 7 496 5 c 1\n 493 1 488 1 483 1 c 0\n 414 1 l 2\n 402 1 390 1 380 10 c 0\n 367 23 366 47 366 71 c 0\n 366 78 365 86 366 93 c 0\n 367 97 421 310 424 328 c 0\n 424 346 l 0\n 424 363 422 378 415 393 c 1\n 414 393 l 1\n 414 387 415 379 409 376 c 128\n 403 373 395 377 390 379 c 2\n 364 389 l 2\n 358 391 353 394 347 395 c 0\n 337 397 323 392 314 399 c 0\n 300 410 307 444 307 465 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni1286\nEncoding: 4742 4742 1492\nWidth: 875\nFlags: W\nHStem: 1 271<551 568 584 602> 375.955 166.045<743 752> 377.613 152.387<593 600> 513.154 28.9756<688 704>\nVStem: 70.8165 143.317<376.006 384.48> 296.217 103.473<301.667 325.979> 502.532 102.964<36.6893 48.9903> 541.276 92.7238<443 454>\nFore\n214 389 m 1\n 214 376 215 364 213 351 c 0\n 207 314 185 278 151 261 c 0\n 125 249 96 250 71 263 c 0\n 63 267 49 275 48 285 c 0\n 47 291 52 296 55 301 c 0\n 61 310 81 343 78 360 c 0\n 77 366 72 370 71 376 c 0\n 70 383 73 390 80 394 c 0\n 91 399 132 404 147 405 c 0\n 166 407 184 406 203 407 c 0\n 227 408 292 414 301 415 c 0\n 322 415 327 417 336 428 c 0\n 372 471 427 499 493 508 c 0\n 501 509 508 510 516 510 c 0\n 522 510 528 510 534 511 c 0\n 554 515 564 532 589 532 c 0\n 593 531 596 530 600 530 c 0\n 608 531 615 535 623 537 c 0\n 638 540 654 541 670 542 c 2\n 714 542 712 544 752 542 c 0\n 780 541 810 539 830 516 c 1\n 840 499 850 480 845 453 c 0\n 840 420 818 396 792 383 c 0\n 755 366 715 383 677 384 c 0\n 646 385 616 372 585 379 c 0\n 547 390 533 432 546 469 c 0\n 550 480 556 489 562 499 c 1\n 544 488 539 490 517 487 c 0\n 438 476 404 396 400 326 c 0\n 398 299 405 268 425 258 c 0\n 437 254 483 258 497 261 c 0\n 502 262 506 265 511 267 c 0\n 543 271 528 267 551 272 c 2\n 568 272 l 2\n 582 273 598 277 611 270 c 0\n 631 260 634 232 634 212 c 0\n 634 193 629 175 626 157 c 0\n 619 121 612 85 606 49 c 0\n 604 39 608 28 617 23 c 0\n 621 20 626 20 630 18 c 1\n 641 7 627 1 619 1 c 1\n 558 1 l 1\n 533 1 517 3 508 21 c 0\n 498 39 504 58 508 77 c 0\n 514 112 520 146 527 181 c 0\n 530 199 535 220 525 237 c 0\n 520 247 512 245 502 244 c 0\n 437 240 432 237 369 237 c 0\n 354 237 339 236 326 244 c 0\n 301 259 292 301 298 340 c 0\n 300 360 306 379 316 397 c 1\n 282 394 248 392 214 389 c 1\n742 467 m 0\n 743 472 742 476 741 481 c 0\n 735 508 706 518 682 512 c 0\n 656 505 636 481 634 454 c 0\n 634 417 664 400 695 409 c 0\n 721 416 740 440 742 467 c 0\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: uni1288\nEncoding: 4744 4744 1493\nWidth: 962\nFlags: W\nHStem: 1 414<424 469> 309 19<527 601> 395.597 183.403<337 346.992>\nVStem: 53.9382 143.049<437 444> 61.1249 135.175<416 419> 306 102<429 451> 316 103.11<529 546> 366 103<49 90> 424 103<328.031 364> 577.172 103.828<241 257> 796 116.506<241 257>\nFore\n308 468 m 1\n 311 493 316 518 316 544 c 0\n 316 549 310 570 313 575 c 0\n 318 581 330 579 337 579 c 2\n 392 579 l 2\n 401 579 409 580 414 571 c 0\n 422 556 420 535 418 519 c 0\n 415 491 408 463 408 435 c 0\n 408 428 409 422 410 415 c 1\n 476 415 l 2\n 489 415 502 416 512 406 c 0\n 529 392 527 355 527 328 c 1\n 592 328 l 2\n 661 328 618 333 663 336 c 0\n 688 337 712 332 737 333 c 0\n 775 336 816 351 853 337 c 0\n 866 332 878 324 888 314 c 0\n 922 278 921 218 886 183 c 0\n 878 175 868 168 857 163 c 0\n 820 148 779 161 740 160 c 0\n 704 158 667 144 632 159 c 0\n 590 178 569 224 580 268 c 0\n 584 284 592 296 602 309 c 1\n 547 309 l 2\n 541 309 530 311 525 307 c 0\n 520 304 520 296 519 291 c 128\n 518 286 474 109 469 90 c 0\n 468 83 469 76 469 69 c 0\n 469 55 467 35 478 25 c 0\n 483 20 489 21 494 18 c 0\n 497 15 498 9 496 5 c 0\n 493 1 488 1 483 1 c 1\n 414 1 l 1\n 401 1 389 1 379 11 c 0\n 367 25 366 48 366 72 c 0\n 366 99 367 95 372 116 c 0\n 372 116 421 310 424 328 c 0\n 424 346 l 0\n 424 363 422 378 415 393 c 1\n 414 393 l 1\n 414 387 415 379 409 376 c 128\n 403 373 395 377 390 379 c 2\n 364 389 l 2\n 358 391 353 394 347 395 c 0\n 337 397 324 393 315 398 c 0\n 303 407 306 434 306 452 c 1\n 270 449 233 448 196 446 c 1\n 203 401 179 351 140 328 c 0\n 114 313 81 312 55 326 c 0\n 47 330 38 335 33 342 c 0\n 28 350 34 357 38 364 c 0\n 47 378 55 393 60 409 c 0\n 63 422 60 426 55 434 c 0\n 43 463 91 462 117 464 c 0\n 140 466 163 464 186 464 c 0\n 197 464 266 469 286 469 c 0\n 294 469 300 470 308 468 c 1\n796 245 m 0\n 796 267 788 280 777 291 c 0\n 755 310 719 308 698 289 c 1\n 688 278 681 264 681 249 c 0\n 681 231 687 216 697 206 c 0\n 718 184 756 183 779 204 c 0\n 790 215 796 230 796 245 c 0\nEndSplineSet\nEndChar\nStartChar: uni128A\nEncoding: 4746 4746 1494\nWidth: 992\nFlags: W\nHStem: 1 414<414.658 469> 223 19<689 753> 223 221<610 670> 308 22<527 593> 395.589 183.411<318.362 338.992 339 346.993>\nVStem: 53.9382 143.074<437 444> 60.7095 135.665<416 424> 306.507 102.493<421 449> 316 103.285<519.899 545> 366 103<49 81> 424 103<330 369> 583.96 311.04<241 242> 610.282 103.726<380 401> 753 135<221 222>\nFore\n308 468 m 1\n 312 492 317 518 316 542 c 0\n 316 548 316 554 314 559 c 0\n 313 564 310 570 313 575 c 0\n 318 581 332 579 339 579 c 2\n 390 579 l 2\n 397 579 407 581 412 575 c 0\n 430 548 409 475 409 432 c 0\n 409 428 409 422 411 418 c 0\n 415 413 427 415 433 415 c 2\n 473 415 l 2\n 481 415 489 416 496 414 c 0\n 527 408 527 370 527 345 c 2\n 527 330 l 1\n 579 330 l 2\n 586 330 595 331 600 325 c 1\n 601 325 l 1\n 602 347 624 405 599 422 c 0\n 593 426 580 427 584 438 c 0\n 586 442 590 444 594 444 c 0\n 602 445 611 444 619 444 c 2\n 658 444 l 2\n 674 444 690 446 702 432 c 0\n 721 403 715 384 709 352 c 2\n 688 242 l 1\n 736 242 l 2\n 774 242 760 243 788 249 c 0\n 820 256 840 260 872 263 c 0\n 879 264 887 264 893 259 c 1\n 897 254 898 245 895 239 c 0\n 893 235 890 233 889 229 c 0\n 887 224 888 218 890 213 c 0\n 895 197 903 181 913 167 c 0\n 917 161 921 154 915 147 c 0\n 908 138 883 128 870 126 c 0\n 814 116 753 155 753 223 c 1\n 597 223 l 0\n 593 223 587 223 585 227 c 0\n 581 234 585 244 586 251 c 0\n 590 270 594 290 597 309 c 1\n 581 306 563 308 546 308 c 0\n 540 308 530 310 525 306 c 0\n 520 303 520 295 519 290 c 0\n 516 281 486 157 482 141 c 0\n 476 119 469 97 469 74 c 0\n 469 56 468 34 479 25 c 1\n 483 20 489 21 494 18 c 0\n 498 15 499 9 496 5 c 128\n 493 1 488 1 483 1 c 0\n 414 1 l 2\n 402 1 390 1 381 10 c 0\n 367 22 366 47 366 71 c 0\n 366 98 367 94 372 115 c 0\n 386 172 398 226 413 282 c 0\n 423 321 424 315 424 353 c 0\n 424 367 423 382 414 393 c 1\n 414 387 415 380 410 376 c 0\n 404 372 396 377 390 379 c 0\n 376 384 362 392 347 395 c 0\n 338 397 324 393 315 398 c 1\n 304 409 306 434 306 452 c 1\n 270 449 233 448 196 446 c 1\n 203 402 180 351 141 328 c 0\n 114 313 82 311 54 326 c 0\n 46 330 38 335 33 342 c 128\n 28 349 33 357 37 363 c 0\n 46 377 54 393 59 409 c 0\n 63 420 60 427 55 434 c 0\n 43 463 91 462 117 464 c 0\n 140 466 163 464 186 464 c 0\n 206 464 226 466 246 467 c 0\n 259 467 273 469 286 469 c 0\n 294 469 300 470 308 468 c 1\nEndSplineSet\nEndChar\nStartChar: uni128B\nEncoding: 4747 4747 1495\nWidth: 700\nFlags: W\nHStem: -66 173<492 556> 88 327<425 469> 392 23.7082<414 415> 395.589 183.411<318.362 338.992 339 346.993>\nVStem: 42 142.95<28 34> 53.1685 143.496<441 444> 60.7095 135.665<416 420> 306.016 102.984<428 448> 316 103.285<519.899 544> 365.233 103.767<146.016 159.432> 453 104<-46 -30> 491 104.406<63 74>\nFore\n308 468 m 1\n 312 492 317 518 316 542 c 0\n 316 548 316 554 314 559 c 0\n 313 564 310 570 313 575 c 0\n 318 581 332 579 339 579 c 2\n 390 579 l 2\n 397 579 407 581 412 575 c 0\n 430 548 409 475 409 432 c 0\n 409 428 409 422 411 418 c 0\n 413 415 417 415 420 415 c 1\n 479 415 l 1\n 505 415 514 407 522 389 c 0\n 536 351 521 328 513 296 c 0\n 502 263 492 231 482 198 c 0\n 477 181 468 164 469 146 c 0\n 470 135 471 119 480 111 c 0\n 487 105 500 107 509 107 c 2\n 541 107 l 2\n 561 107 581 106 592 86 c 0\n 602 67 592 55 586 39 c 2\n 565 -7 l 2\n 558 -24 554 -27 557 -47 c 1\n 560 -48 562 -49 564 -51 c 0\n 568 -55 567 -62 562 -65 c 0\n 555 -68 545 -66 538 -66 c 2\n 486 -66 l 2\n 478 -66 469 -67 462 -62 c 0\n 453 -55 453 -42 453 -32 c 0\n 453 -17 477 31 483 45 c 0\n 487 53 495 66 491 75 c 0\n 485 88 471 88 459 88 c 2\n 421 88 l 2\n 407 88 396 88 384 94 c 1\n 373 82 350 86 333 81 c 1\n 333 81 190 62 187 60 c 0\n 182 57 184 50 184 46 c 0\n 186 33 185 20 182 7 c 0\n 175 -27 156 -61 128 -81 c 0\n 102 -100 67 -101 40 -86 c 0\n 32 -81 19 -72 17 -62 c 0\n 16 -55 23 -47 27 -41 c 128\n 31 -35 51 -3 47 15 c 0\n 46 19 43 22 42 26 c 0\n 33 44 60 52 71 55 c 0\n 138 77 225 85 302 97 c 0\n 326 100 350 102 374 107 c 1\n 363 137 362 157 373 182 c 0\n 376 194 401 272 409 299 c 0\n 414 314 422 330 424 346 c 128\n 426 362 422 378 415 392 c 1\n 414 392 l 1\n 414 383 l 0\n 411 370 397 376 389 379 c 0\n 375 385 361 392 347 395 c 0\n 338 397 324 393 315 398 c 1\n 304 409 306 434 306 452 c 1\n 270 449 233 448 196 446 c 1\n 203 402 180 351 141 328 c 0\n 114 313 82 311 54 326 c 0\n 46 330 38 335 33 342 c 128\n 28 349 33 357 37 363 c 0\n 46 377 54 393 59 409 c 0\n 63 420 60 427 55 434 c 0\n 43 463 91 462 117 464 c 0\n 140 466 163 464 186 464 c 0\n 206 464 226 466 246 467 c 0\n 259 467 273 469 286 469 c 0\n 294 469 300 470 308 468 c 1\nEndSplineSet\nEndChar\nStartChar: uni128C\nEncoding: 4748 4748 1496\nWidth: 758\nFlags: W\nHStem: 59 31<473 489> 59 356<425 469> 68 21.5666<503 528> 198 22<494 543> 392 23<414 415> 395.597 183.403<337 346.992>\nVStem: 53.9382 143.049<437 444> 61.1249 135.175<416 419> 99.6803 143.183<3 9> 306 102<429 451> 316 103.283<531 547> 365.002 104.527<111 131> 588 102.694<141 150>\nFore\n308 468 m 1\n 311 493 316 518 316 544 c 0\n 316 549 310 570 313 575 c 0\n 318 581 330 579 337 579 c 2\n 392 579 l 2\n 401 579 409 580 414 571 c 0\n 422 556 420 535 418 519 c 0\n 415 491 408 463 408 435 c 0\n 408 428 409 422 410 415 c 1\n 473 415 l 2\n 484 415 496 416 506 410 c 0\n 523 400 525 378 526 360 c 0\n 530 330 521 313 513 289 c 0\n 507 266 502 242 493 220 c 1\n 560 220 600 218 647 197 c 0\n 662 189 678 180 686 165 c 0\n 696 146 690 123 674 109 c 0\n 647 85 595 72 552 69 c 0\n 542 69 533 68 523 68 c 0\n 517 68 509 69 503 68 c 128\n 497 67 495 60 489 59 c 0\n 478 57 466 59 455 59 c 2\n 419 59 l 2\n 406 59 396 59 384 65 c 1\n 378 57 356 55 345 52 c 0\n 310 46 276 37 241 32 c 1\n 249 -17 232 -70 195 -104 c 0\n 157 -137 104 -127 79 -98 c 0\n 72 -89 78 -81 84 -73 c 0\n 92 -60 100 -44 105 -29 c 0\n 106 -24 107 -18 105 -13 c 0\n 103 -3 95 4 103 14 c 0\n 110 23 159 36 173 39 c 0\n 219 48 356 74 374 78 c 1\n 357 117 366 144 377 176 c 0\n 388 214 422 330 424 342 c 0\n 425 359 421 376 415 392 c 1\n 414 392 l 1\n 414 383 l 0\n 411 370 397 376 389 379 c 0\n 376 385 361 392 347 395 c 0\n 337 397 324 393 315 398 c 0\n 303 407 306 434 306 452 c 1\n 270 449 233 448 196 446 c 1\n 203 401 179 351 140 328 c 0\n 114 313 81 312 55 326 c 0\n 47 330 38 335 33 342 c 0\n 28 350 34 357 38 364 c 0\n 47 378 55 393 60 409 c 0\n 63 422 60 426 55 434 c 0\n 43 463 91 462 117 464 c 0\n 140 466 163 464 186 464 c 0\n 197 464 266 469 286 469 c 0\n 294 469 300 470 308 468 c 1\n473 90 m 1\n 513 90 570 84 585 115 c 0\n 589 125 588 137 588 148 c 0\n 588 158 588 170 582 179 c 0\n 569 196 543 198 523 198 c 2\n 499 198 l 2\n 495 198 491 198 488 196 c 0\n 484 192 473 150 471 142 c 0\n 466 125 470 107 473 90 c 1\nEndSplineSet\nEndChar\nStartChar: uni128D\nEncoding: 4749 4749 1497\nWidth: 904\nFlags: W\nHStem: 308 22<527 584> 308 165<597 665> 395.597 183.403<337 346.992>\nVStem: 53.9382 143.049<437 444> 61.1249 135.175<416 419> 306 102<429 451> 316 103.11<529 546> 366 102.426<65 81> 424 103<330.031 364> 597 102.852<429 445>\nFore\n308 468 m 1\n 311 493 316 518 316 544 c 0\n 316 549 310 570 313 575 c 0\n 318 581 330 579 337 579 c 2\n 392 579 l 2\n 401 579 409 580 414 571 c 0\n 422 556 420 535 418 519 c 0\n 415 491 408 463 408 435 c 0\n 408 428 409 422 410 415 c 1\n 476 415 l 2\n 489 415 502 416 512 406 c 0\n 528 392 527 357 527 330 c 1\n 584 330 l 1\n 585 355 597 424 597 434 c 0\n 597 439 597 446 594 451 c 0\n 590 456 578 459 584 469 c 1\n 590 476 604 473 612 473 c 2\n 667 473 l 2\n 678 473 689 472 695 461 c 0\n 703 445 700 425 697 409 c 0\n 694 381 692 353 686 326 c 1\n 714 336 745 340 774 343 c 0\n 785 344 800 348 806 337 c 0\n 810 331 809 325 806 319 c 0\n 805 316 801 313 800 310 c 0\n 794 295 818 258 824 248 c 0\n 829 241 833 234 826 227 c 0\n 818 219 806 214 796 211 c 0\n 746 194 687 220 670 271 c 0\n 666 283 663 297 666 309 c 1\n 522 308 l 1\n 520 288 513 268 508 249 c 2\n 480 133 l 2\n 472 104 465 83 470 48 c 0\n 472 34 473 28 482 22 c 0\n 488 19 501 18 497 7 c 0\n 495 2 490 1 485 1 c 1\n 414 1 l 1\n 402 1 390 1 380 10 c 0\n 367 23 366 47 366 71 c 0\n 366 78 365 86 366 93 c 0\n 367 101 407 259 411 275 c 0\n 415 292 421 310 424 328 c 0\n 424 346 l 0\n 424 363 422 378 415 393 c 1\n 414 393 l 1\n 414 387 415 379 409 376 c 128\n 403 373 395 377 390 379 c 2\n 364 389 l 2\n 358 391 353 394 347 395 c 0\n 337 397 324 393 315 398 c 0\n 303 407 306 434 306 452 c 1\n 270 449 233 448 196 446 c 1\n 203 401 179 351 140 328 c 0\n 114 313 81 312 55 326 c 0\n 47 330 38 335 33 342 c 0\n 28 350 34 357 38 364 c 0\n 47 378 55 393 60 409 c 0\n 63 422 60 426 55 434 c 0\n 43 463 91 462 117 464 c 0\n 140 466 163 464 186 464 c 0\n 197 464 266 469 286 469 c 0\n 294 469 300 470 308 468 c 1\nEndSplineSet\nEndChar\nStartChar: uni1290\nEncoding: 4752 4752 1498\nWidth: 408\nFlags: W\nHStem: 366 21<170.898 197.969 198.016 214.969> 366.004 211.996<128.791 144>\nVStem: 77 102.989<535 538> 106.618 104.626<35.5273 45.9807> 242 104.095<349.004 353.446>\nFore\n152 391 m 1\n 173 386 194 387 215 387 c 0\n 241 387 266 387 292 383 c 0\n 310 381 335 377 344 359 c 0\n 349 349 344 340 340 331 c 2\n 319 284 l 1\n 319 284 218 59 214 52 c 0\n 208 40 212 29 224 25 c 0\n 227 24 231 24 234 22 c 0\n 238 19 239 13 236 9 c 0\n 231 2 218 3 211 3 c 0\n 195 2 147 -4 139 -2 c 0\n 119 2 104 26 107 46 c 0\n 108 53 210 274 232 324 c 0\n 235 331 241 340 242 349 c 0\n 243 354 237 358 233 360 c 0\n 223 365 209 366 198 366 c 0\n 160 367 122 364 84 369 c 0\n 72 371 51 374 49 389 c 0\n 49 399 67 485 70 499 c 1\n 72 510 76 522 77 534 c 0\n 77 541 72 547 65 550 c 0\n 62 551 58 551 55 552 c 0\n 50 555 48 561 51 566 c 0\n 53 570 58 571 62 571 c 0\n 70 572 137 578 144 578 c 0\n 159 577 172 567 177 553 c 0\n 184 536 177 517 174 500 c 0\n 167 464 159 427 152 391 c 1\nEndSplineSet\nEndChar\nStartChar: uni1291\nEncoding: 4753 4753 1499\nWidth: 583\nFlags: W\nHStem: 252 19<313 368> 363.724 208.276<136.169 147.993> 368.145 208.831<200 214>\nFore\n368 252 m 1\n 324 252 l 2\n 319 252 310 254 306 250 c 1\n 301 248 299 241 297 236 c 2\n 281 199 l 1\n 281 199 212 49 211 43 c 0\n 210 36 217 28 223 25 c 0\n 226 24 229 24 232 23 c 0\n 237 20 240 14 236 9 c 0\n 232 3 219 4 212 3 c 0\n 196 2 146 -4 138 -2 c 0\n 118 3 104 26 107 46 c 0\n 107 48 226 311 234 328 c 0\n 237 334 243 343 242 350 c 0\n 241 362 227 362 219 366 c 0\n 208 371 168 366 153 364 c 0\n 139 363 127 364 120 378 c 0\n 113 395 118 412 122 429 c 0\n 127 450 145 514 145 525 c 0\n 145 533 141 542 135 547 c 128\n 129 552 117 551 118 562 c 0\n 118 575 139 572 148 572 c 0\n 163 574 177 575 192 576 c 0\n 207 578 223 580 234 567 c 0\n 245 555 250 535 248 520 c 0\n 247 511 230 444 227 433 c 0\n 224 423 218 410 220 399 c 0\n 222 391 230 390 233 383 c 1\n 243 385 254 385 265 386 c 0\n 289 388 321 398 338 375 c 0\n 341 370 347 358 347 350 c 128\n 347 342 317 280 313 271 c 1\n 354 271 l 2\n 394 271 375 273 406 279 c 0\n 446 288 451 288 488 292 c 0\n 495 293 502 293 507 287 c 0\n 518 274 507 265 502 258 c 0\n 500 253 502 246 504 241 c 0\n 509 225 517 210 526 196 c 0\n 531 189 535 182 529 175 c 0\n 519 165 503 160 490 157 c 0\n 450 147 404 162 382 198 c 0\n 372 215 368 233 368 252 c 1\nEndSplineSet\nEndChar\nStartChar: uni1292\nEncoding: 4754 4754 1500\nWidth: 525\nFlags: W\nHStem: -20 137<381 413> 363.724 208.276<136.169 147.993> 368.055 208.466<196 212>\nFore\n231 25 m 1\n 236 20 242 12 234 7 c 0\n 230 4 225 4 221 4 c 2\n 197 2 l 2\n 164 -1 l 0\n 146 -3 129 -4 117 12 c 0\n 102 32 108 50 118 71 c 0\n 235 330 l 0\n 237 336 243 344 242 350 c 0\n 241 362 227 362 219 366 c 0\n 208 371 168 366 153 364 c 0\n 139 363 127 364 120 378 c 0\n 113 395 118 412 122 429 c 0\n 127 450 145 514 145 525 c 0\n 145 533 141 542 135 547 c 128\n 129 552 117 551 118 562 c 0\n 118 575 139 572 148 572 c 0\n 163 574 177 575 192 576 c 0\n 207 578 223 580 234 567 c 0\n 245 555 250 535 248 520 c 0\n 247 511 230 444 227 433 c 0\n 224 423 218 410 220 399 c 0\n 222 391 230 390 233 383 c 1\n 244 385 256 385 267 386 c 0\n 290 389 321 397 338 375 c 0\n 343 368 347 359 347 348 c 0\n 346 342 261 157 254 141 c 0\n 240 109 227 76 211 45 c 1\n 290 52 l 1\n 299 96 359 117 413 117 c 2\n 447 114 l 1\n 447 113 l 1\n 424 110 413 87 419 66 c 0\n 428 38 450 16 476 4 c 1\n 476 -2 431 -14 421 -17 c 0\n 408 -19 395 -20 381 -20 c 0\n 350 -20 319 -14 299 13 c 0\n 295 19 292 25 290 31 c 1\n 271 29 251 27 231 25 c 1\nEndSplineSet\nEndChar\nStartChar: uni1293\nEncoding: 4755 4755 1501\nWidth: 554\nFlags: W\nHStem: 240 15.8924<204 216>\nVStem: 63.4916 103.694<305 322> 269.25 103.257<36.3823 48.988> 297.588 103.412<207 212>\nFore\n368 509 m 1\n 348 506 330 497 311 492 c 0\n 299 489 287 489 275 488 c 0\n 266 486 257 484 248 480 c 0\n 201 461 178 407 170 360 c 0\n 164 324 163 275 189 260 c 0\n 200 253 214 257 226 257 c 0\n 239 257 253 258 266 261 c 0\n 271 262 275 265 280 266 c 0\n 297 269 315 270 333 272 c 0\n 350 274 371 281 385 267 c 0\n 400 252 401 227 401 208 c 0\n 401 191 396 174 393 157 c 0\n 386 121 379 85 373 49 c 0\n 371 38 375 28 385 22 c 0\n 389 20 394 20 397 17 c 0\n 402 13 401 7 397 3 c 1\n 393 1 389 1 385 1 c 1\n 325 1 l 1\n 298 1 285 4 274 22 c 0\n 265 39 271 57 274 75 c 0\n 281 109 287 144 293 178 c 0\n 297 197 302 219 291 237 c 0\n 285 247 277 245 267 244 c 0\n 250 242 233 241 216 240 c 0\n 204 240 191 239 179 238 c 0\n 155 238 l 0\n 145 237 136 237 126 237 c 0\n 92 237 79 251 70 275 c 0\n 52 326 71 385 94 417 c 0\n 130 471 192 503 270 510 c 0\n 325 510 327 525 368 532 c 0\n 385 532 400 537 414 541 c 0\n 417 542 481 555 497 553 c 0\n 505 552 511 546 512 538 c 0\n 513 527 502 521 503 510 c 0\n 505 493 516 474 525 460 c 0\n 529 453 537 445 531 437 c 0\n 523 427 501 419 486 416 c 0\n 423 404 371 447 368 509 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1294\nEncoding: 4756 4756 1502\nWidth: 481\nFlags: W\nHStem: 11 22<224 269> 140.843 22.1567<251 263> 363.731 208.269<122.23 133> 369.136 207.835<182.677 199.9>\nVStem: 131 103.141<519.023 525> 315 102.552<81 88>\nFore\n224 11 m 1\n 222 1 214 1 205 1 c 1\n 148 1 l 1\n 132 1 115 0 104 13 c 0\n 88 29 92 47 101 67 c 0\n 220 330 l 0\n 223 336 228 344 228 350 c 0\n 227 362 213 361 205 365 c 0\n 198 372 190 368 179 368 c 0\n 166 367 152 366 139 364 c 0\n 126 363 112 364 106 378 c 0\n 99 395 103 412 108 429 c 2\n 124 493 l 2\n 126 503 131 515 131 525 c 0\n 131 533 127 543 120 548 c 0\n 114 552 99 554 104 565 c 0\n 108 573 125 572 133 572 c 0\n 148 574 162 575 177 576 c 0\n 194 577 208 580 221 566 c 0\n 231 554 235 535 234 519 c 0\n 233 512 215 443 212 433 c 0\n 210 423 204 410 206 400 c 0\n 207 391 215 390 219 383 c 1\n 233 386 247 386 261 387 c 0\n 283 389 307 395 323 376 c 0\n 327 370 332 361 332 351 c 0\n 333 344 329 337 326 331 c 0\n 317 313 260 187 250 163 c 1\n 297 162 345 156 386 133 c 0\n 409 120 427 94 413 67 c 0\n 396 30 324 14 276 11 c 0\n 259 10 241 11 224 11 c 1\n239 141 m 1\n 230 115 217 92 206 67 c 1\n 205 65 194 44 196 38 c 0\n 198 33 203 33 208 33 c 2\n 240 33 l 2\n 263 33 291 32 308 51 c 0\n 315 60 315 72 315 83 c 128\n 315 94 316 107 311 117 c 0\n 301 139 268 141 239 141 c 1\nEndSplineSet\nEndChar\nStartChar: uni1295\nEncoding: 4757 4757 1503\nWidth: 554\nFlags: W\nHStem: 338 19<381 400>\nVStem: 73.5469 143.453<488 495> 240.147 102.853<37 38> 267.481 106.081<361 367> 310.367 102.828<494.009 506.844>\nDStem: 367 247 477 250 251 65 368 80\nFore\n215 512 m 1\n 216 504 217 495 217 487 c 0\n 215 438 189 391 152 371 c 0\n 124 356 88 359 63 379 c 0\n 58 383 50 389 50 396 c 0\n 49 404 57 412 60 418 c 0\n 68 432 78 448 80 464 c 0\n 81 477 68 486 76 499 c 0\n 77 500 78 502 79 503 c 0\n 86 508 96 509 104 511 c 0\n 124 517 144 521 165 524 c 0\n 179 526 193 526 206 529 c 2\n 267 544 l 2\n 275 546 284 550 292 551 c 0\n 304 552 318 551 330 550 c 0\n 353 549 381 545 399 528 c 0\n 422 505 412 488 404 462 c 1\n 383 400 l 1\n 374 372 l 2\n 371 363 373 357 382 357 c 1\n 462 357 l 1\n 472 357 483 358 492 355 c 0\n 506 351 520 336 519 320 c 0\n 518 311 483 259 477 250 c 2\n 368 80 l 1\n 367 78 345 48 343 38 c 0\n 343 34 344 30 346 27 c 0\n 350 21 362 16 353 8 c 0\n 348 3 336 4 329 3 c 0\n 313 2 296 0 280 -1 c 0\n 272 -2 262 -4 254 0 c 0\n 244 5 241 17 240 27 c 0\n 240 48 241 53 251 65 c 0\n 367 247 l 1\n 367 247 412 312 414 321 c 0\n 415 324 413 328 410 331 c 0\n 403 339 393 338 383 338 c 2\n 305 338 l 2\n 293 338 280 337 272 348 c 0\n 262 361 271 377 276 390 c 1\n 298 458 l 1\n 302 469 308 482 310 494 c 128\n 312 506 306 525 293 529 c 0\n 286 531 268 525 262 523 c 0\n 246 519 231 515 215 512 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni1296\nEncoding: 4758 4758 1504\nWidth: 642\nFlags: W\nHStem: 1 271<318 334 350 369> 1.5787 267.421<302 308> 375.82 166.18<510 516> 513.654 28.8823<461 464>\nVStem: 62.7938 103.878<301.547 325.977> 297.225 103.775<208 214> 308.434 92.5661<449 453>\nFore\n329 499 m 1\n 311 488 306 490 284 487 c 0\n 205 476 171 396 167 326 c 0\n 165 299 172 268 192 258 c 0\n 204 254 250 258 264 261 c 0\n 269 262 273 265 278 267 c 0\n 285 268 293 268 301 269 c 0\n 307 269 312 271 318 272 c 2\n 334 272 l 2\n 349 273 367 278 380 269 c 0\n 398 258 401 231 401 212 c 0\n 401 189 378 78 373 51 c 0\n 371 40 374 29 384 23 c 0\n 388 20 394 20 397 17 c 0\n 402 13 401 6 396 3 c 128\n 391 0 385 1 380 1 c 1\n 317 1 l 1\n 311 1 305 1 299 2 c 0\n 282 7 270 23 269 41 c 0\n 269 53 292 172 295 189 c 0\n 299 206 298 231 289 242 c 1\n 283 247 276 245 270 244 c 2\n 230 241 l 2\n 198 240 166 237 134 237 c 0\n 117 237 101 236 87 248 c 0\n 60 272 57 329 71 368 c 0\n 93 444 168 491 243 505 c 0\n 255 507 268 509 280 510 c 0\n 287 510 295 509 302 511 c 0\n 327 518 329 532 356 532 c 0\n 360 531 364 529 368 530 c 0\n 377 532 386 536 396 538 c 0\n 417 541 488 545 517 542 c 0\n 549 540 578 538 595 518 c 0\n 599 513 603 507 606 501 c 0\n 628 456 601 401 557 382 c 0\n 521 367 482 382 445 384 c 0\n 414 385 384 372 353 379 c 0\n 346 381 339 384 333 388 c 0\n 307 406 303 441 313 469 c 0\n 317 480 323 489 329 499 c 1\n509 467 m 0\n 510 472 509 476 508 481 c 0\n 502 508 473 518 449 512 c 0\n 423 505 403 481 401 454 c 0\n 401 417 431 400 462 409 c 0\n 488 416 507 440 509 467 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni1297\nEncoding: 4759 4759 1505\nWidth: 671\nFlags: W\nHStem: 1 20.0205<389 393> 414 138<463 488>\nVStem: 61 142.514<-20 -12> 62.847 103.636<314.014 335.768> 268.87 104.187<39.0153 54.0321> 297.67 103.33<209 214>\nFore\n276 18 m 1\n 273 25 270 32 269 39 c 0\n 268 53 273 70 276 84 c 0\n 281 114 287 143 292 173 c 0\n 296 193 303 218 291 237 c 0\n 286 246 278 245 268 244 c 0\n 204 240 195 237 132 237 c 0\n 116 237 100 237 87 248 c 0\n 69 265 66 291 63 314 c 0\n 62 332 66 351 70 368 c 0\n 91 440 158 487 228 504 c 0\n 241 507 255 509 269 510 c 0\n 279 511 289 510 299 512 c 0\n 316 515 332 523 349 528 c 128\n 366 533 398 533 414 541 c 0\n 422 543 470 552 488 552 c 0\n 503 555 514 546 512 533 c 0\n 511 526 505 523 503 517 c 0\n 500 502 518 470 526 459 c 0\n 529 454 534 448 533 442 c 0\n 532 435 523 430 517 427 c 0\n 500 418 482 414 463 414 c 0\n 409 414 371 455 368 509 c 1\n 348 506 330 497 311 492 c 0\n 299 489 287 489 275 488 c 0\n 266 486 257 484 248 480 c 0\n 201 461 178 407 170 360 c 0\n 164 324 163 275 189 260 c 0\n 200 253 214 257 226 257 c 0\n 239 257 253 258 266 261 c 0\n 271 262 275 265 280 266 c 0\n 297 269 315 270 333 272 c 0\n 353 275 376 281 390 261 c 0\n 399 247 401 228 401 212 c 0\n 401 195 385 112 381 92 c 1\n 375 60 l 2\n 373 47 370 34 381 25 c 0\n 388 19 394 21 402 21 c 2\n 425 24 l 2\n 437 26 450 26 462 29 c 0\n 470 30 478 33 486 35 c 0\n 523 45 537 47 574 50 c 0\n 582 51 591 50 596 42 c 0\n 599 36 598 29 595 24 c 128\n 592 19 586 15 589 6 c 0\n 592 -10 601 -26 609 -40 c 0\n 613 -46 621 -54 618 -62 c 0\n 616 -68 609 -72 604 -75 c 0\n 589 -83 572 -88 554 -88 c 0\n 504 -88 454 -53 454 8 c 1\n 393 1 l 1\n 308 1 l 1\n 202 -7 l 1\n 205 -20 203 -34 201 -47 c 0\n 194 -85 168 -123 130 -136 c 0\n 119 -139 108 -140 96 -140 c 0\n 74 -140 54 -129 42 -117 c 0\n 39 -113 36 -109 37 -104 c 0\n 40 -92 74 -55 66 -31 c 0\n 65 -28 63 -25 61 -22 c 0\n 55 -4 68 2 81 4 c 0\n 113 12 155 11 191 12 c 0\n 194 12 265 16 276 18 c 1\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: uni1298\nEncoding: 4760 4760 1506\nWidth: 700\nFlags: W\nHStem: 354.369 210.631<414 419> 542 21.8807<448 449>\nVStem: 310.892 104.714<36.3708 44.9885> 321.228 104.772<383 389> 349.423 103.577<508 512>\nFore\n98 570 m 1\n 98 573 119 582 123 583 c 0\n 149 594 197 600 226 587 c 0\n 236 582 245 574 251 564 c 0\n 251 564 257 547 260 546 c 0\n 262 544 265 545 267 545 c 0\n 316 550 364 561 413 565 c 0\n 419 565 425 563 431 563 c 0\n 447 563 464 566 480 567 c 0\n 491 568 503 567 514 570 c 0\n 521 572 523 581 527 587 c 0\n 549 624 603 635 652 634 c 0\n 659 634 667 632 674 632 c 1\n 674 630 l 1\n 652 624 643 603 650 582 c 0\n 659 555 679 533 705 522 c 1\n 705 520 l 1\n 675 505 639 495 598 498 c 0\n 568 500 542 509 529 531 c 0\n 525 536 523 545 517 547 c 0\n 511 548 503 546 497 546 c 0\n 480 545 464 542 447 542 c 1\n 451 531 453 520 453 509 c 0\n 453 500 437 441 434 430 c 1\n 427 399 l 1\n 425 393 423 387 426 381 c 0\n 433 368 448 370 460 371 c 2\n 498 374 l 2\n 526 378 541 369 549 349 c 0\n 556 332 546 319 540 306 c 2\n 516 257 l 1\n 428 71 l 1\n 418 51 l 2\n 412 40 418 29 428 25 c 0\n 431 24 435 24 439 22 c 0\n 442 19 443 13 441 9 c 0\n 435 2 419 3 411 3 c 0\n 397 1 382 0 368 -1 c 0\n 352 -3 336 -4 323 9 c 1\n 316 18 310 33 311 45 c 0\n 313 55 406 245 435 308 c 0\n 439 316 445 324 447 333 c 0\n 450 347 430 348 422 352 c 0\n 415 356 407 354 399 354 c 0\n 385 352 371 351 357 350 c 0\n 347 349 336 348 329 357 c 0\n 318 370 321 390 324 405 c 2\n 344 483 l 2\n 347 495 352 508 348 520 c 0\n 344 528 341 533 331 530 c 0\n 329 530 262 521 254 523 c 1\n 229 471 160 458 108 458 c 0\n 96 458 85 458 73 460 c 1\n 73 461 l 1\n 107 462 134 495 128 528 c 0\n 125 546 114 561 98 570 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni1299\nEncoding: 4761 4761 1507\nWidth: 758\nFlags: W\nHStem: 252 19<523 572> 542 21.8807<447 448>\nVStem: 348.709 102.965<509 518>\nFore\n257 544 m 1\n 278 546 299 548 319 551 c 0\n 324 552 328 554 333 555 c 0\n 359 559 385 562 411 565 c 0\n 417 565 424 563 430 563 c 0\n 446 563 463 566 479 567 c 0\n 490 568 502 567 513 570 c 0\n 520 572 522 581 526 587 c 0\n 545 618 589 632 631 634 c 0\n 645 634 659 633 673 632 c 1\n 673 630 l 1\n 651 625 642 603 648 583 c 0\n 657 556 678 533 704 522 c 1\n 686 504 630 495 596 498 c 0\n 564 500 541 510 527 532 c 0\n 524 536 522 545 517 547 c 0\n 511 549 503 546 497 546 c 0\n 480 545 463 542 446 542 c 1\n 462 502 440 463 433 428 c 1\n 432 424 422 392 425 382 c 0\n 426 377 435 372 440 370 c 0\n 445 369 489 373 497 374 c 0\n 524 377 540 370 547 350 c 0\n 556 335 545 319 539 307 c 0\n 534 295 528 283 522 271 c 1\n 559 271 l 2\n 598 271 580 273 610 279 c 0\n 647 288 657 288 692 292 c 0\n 699 293 706 293 711 287 c 0\n 722 274 711 265 706 258 c 0\n 704 253 706 246 708 241 c 0\n 713 225 721 210 730 196 c 0\n 735 189 739 182 733 175 c 0\n 723 165 707 160 694 157 c 0\n 654 147 608 162 586 198 c 0\n 576 215 572 233 572 252 c 1\n 532 252 l 2\n 527 252 519 253 514 250 c 0\n 510 248 508 241 506 236 c 0\n 482 189 416 48 415 43 c 0\n 414 36 421 28 427 25 c 0\n 430 24 434 24 437 22 c 0\n 442 19 444 13 440 9 c 0\n 437 5 431 4 427 4 c 0\n 418 3 379 0 368 -1 c 0\n 351 -3 334 -4 322 11 c 0\n 316 17 311 30 311 41 c 0\n 311 50 316 58 320 66 c 0\n 320 66 430 298 438 316 c 0\n 441 322 448 331 446 337 c 0\n 443 350 426 346 420 356 c 1\n 406 353 392 353 378 352 c 0\n 366 351 353 347 341 350 c 0\n 322 353 318 380 321 396 c 0\n 328 426 336 456 344 486 c 0\n 347 499 353 514 344 526 c 0\n 338 534 328 530 319 529 c 0\n 315 528 265 520 253 523 c 1\n 230 467 144 454 72 460 c 1\n 72 461 l 1\n 109 461 136 498 127 533 c 0\n 123 549 112 562 98 570 c 1\n 98 573 124 585 128 586 c 2\n 150 592 l 2\n 185 599 236 597 253 559 c 0\n 255 554 256 549 257 544 c 1\nEndSplineSet\nEndChar\nStartChar: uni129A\nEncoding: 4762 4762 1508\nWidth: 729\nFlags: W\nHStem: 3 21.9923<433 441> 542 21.8807<447 448>\nVStem: 348.331 103.161<505 518>\nDStem: 419 275 514 254 340 108 444 105\nFore\n257 544 m 1\n 278 546 299 548 319 551 c 0\n 324 552 328 554 333 555 c 0\n 359 559 385 562 411 565 c 0\n 417 565 424 563 430 563 c 0\n 446 563 463 566 479 567 c 0\n 490 568 502 567 513 570 c 0\n 520 572 522 581 526 587 c 0\n 545 618 589 632 631 634 c 0\n 645 634 659 633 673 632 c 1\n 673 630 l 1\n 651 625 642 603 648 583 c 0\n 657 556 678 533 704 522 c 1\n 686 504 630 495 596 498 c 0\n 564 500 541 510 527 532 c 0\n 524 536 522 545 517 547 c 0\n 511 549 503 546 497 546 c 0\n 480 545 463 542 446 542 c 1\n 462 502 440 463 433 428 c 1\n 432 423 421 392 425 381 c 0\n 433 370 443 368 459 371 c 2\n 497 374 l 2\n 524 377 540 370 547 350 c 0\n 556 335 545 319 539 307 c 0\n 531 289 523 272 514 254 c 2\n 444 105 l 2\n 437 92 432 79 425 66 c 0\n 422 59 416 51 415 43 c 0\n 414 37 419 30 424 27 c 0\n 430 23 440 26 447 27 c 0\n 464 28 482 30 499 32 c 0\n 505 32 516 32 521 35 c 0\n 526 39 528 48 532 53 c 0\n 549 82 594 96 634 98 c 0\n 649 99 663 97 678 96 c 1\n 678 95 l 1\n 672 93 667 90 662 86 c 0\n 637 64 658 26 677 7 c 0\n 688 -4 695 -7 709 -15 c 1\n 671 -36 626 -43 583 -36 c 0\n 557 -32 531 -15 524 12 c 1\n 524 12 443 3 433 3 c 0\n 411 4 390 1 368 -1 c 0\n 356 -2 343 -5 332 2 c 0\n 318 10 309 30 311 46 c 0\n 313 53 336 99 340 108 c 2\n 419 275 l 2\n 425 289 432 304 439 318 c 0\n 442 323 447 330 446 336 c 0\n 444 350 425 346 420 356 c 1\n 406 353 392 353 378 352 c 0\n 366 351 353 347 341 350 c 0\n 322 353 318 380 321 396 c 0\n 328 426 336 456 344 486 c 0\n 347 499 353 514 344 526 c 0\n 338 534 328 530 319 529 c 0\n 315 528 265 520 253 523 c 1\n 230 467 144 454 72 460 c 1\n 72 461 l 1\n 109 461 136 498 127 533 c 0\n 123 549 112 562 98 570 c 1\n 98 573 124 585 128 586 c 2\n 150 592 l 2\n 185 599 236 597 253 559 c 0\n 255 554 256 549 257 544 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni129B\nEncoding: 4763 4763 1509\nWidth: 700\nFlags: W\nHStem: 1 274.314<412 421> 356.066 136.934<556 563> 527.138 134.862<588 590>\nVStem: 120.908 103.893<300.84 326.983> 354.981 104.019<209 225>\nFore\n481 598 m 1\n 494 644 546 658 588 662 c 0\n 599 663 610 663 621 662 c 0\n 626 662 631 662 636 659 c 1\n 613 653 605 631 612 610 c 0\n 621 583 641 562 667 551 c 1\n 667 549 l 1\n 657 545 648 540 638 537 c 0\n 606 526 548 520 516 537 c 0\n 506 543 497 551 490 560 c 0\n 487 564 484 574 479 576 c 0\n 473 577 464 575 458 574 c 0\n 443 572 428 570 413 569 c 1\n 409 540 405 511 399 483 c 1\n 404 482 456 471 470 475 c 0\n 479 477 487 480 496 482 c 0\n 515 486 535 490 555 493 c 0\n 561 493 568 494 574 494 c 0\n 579 495 584 496 589 494 c 0\n 598 490 602 479 598 471 c 0\n 596 467 592 464 590 459 c 0\n 589 455 590 449 592 445 c 0\n 596 430 603 416 612 403 c 0\n 615 398 622 390 620 383 c 0\n 618 377 610 372 605 369 c 0\n 589 360 570 356 552 356 c 0\n 517 356 482 376 466 408 c 0\n 459 422 456 437 455 453 c 1\n 407 453 359 477 312 462 c 0\n 256 443 228 382 225 327 c 0\n 224 306 226 278 242 263 c 0\n 252 254 265 256 278 257 c 0\n 287 257 315 259 323 261 c 0\n 328 262 333 265 338 266 c 0\n 355 269 373 270 390 272 c 0\n 404 274 419 278 432 274 c 0\n 454 265 459 236 459 215 c 0\n 459 191 435 75 431 48 c 0\n 429 38 433 27 443 22 c 0\n 447 20 451 20 455 18 c 0\n 459 15 460 9 456 5 c 0\n 452 0 445 1 439 1 c 2\n 396 1 l 2\n 380 1 360 -2 346 7 c 0\n 334 14 327 28 327 42 c 0\n 327 43 349 166 350 174 c 0\n 353 189 362 231 345 242 c 0\n 340 246 333 245 327 244 c 0\n 283 240 279 240 237 238 c 0\n 213 238 l 0\n 194 236 170 233 152 243 c 0\n 126 259 115 305 124 346 c 0\n 135 403 178 442 229 466 c 0\n 251 475 295 485 297 487 c 0\n 301 491 301 501 302 507 c 0\n 305 524 306 541 310 558 c 1\n 284 555 258 552 230 552 c 1\n 211 507 149 487 89 487 c 0\n 76 487 63 486 51 489 c 1\n 51 490 l 1\n 85 491 111 526 104 559 c 0\n 101 577 89 589 75 599 c 1\n 92 614 125 623 157 623 c 0\n 185 623 215 618 229 590 c 0\n 231 585 233 579 234 573 c 1\n 264 577 300 576 325 585 c 1\n 376 590 430 593 481 598 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni129C\nEncoding: 4764 4764 1510\nWidth: 671\nFlags: W\nHStem: 1 31.5517<394 405> 11 22<414 446>\nVStem: 282 104<40 42> 291.597 103.246<388.645 405.981> 320.732 103.186<514.189 530.987> 418 104.342<332.015 336> 505 103.143<81 91>\nFore\n229 558 m 1\n 249 562 269 562 289 566 c 0\n 294 566 299 568 304 569 c 0\n 312 571 368 578 383 579 c 0\n 389 579 396 577 402 577 c 0\n 420 577 438 580 456 582 c 0\n 466 583 477 582 486 584 c 0\n 492 586 494 594 496 599 c 0\n 511 622 523 629 549 638 c 0\n 572 646 597 650 621 648 c 0\n 630 648 639 648 648 645 c 1\n 625 641 614 618 621 597 c 0\n 630 569 651 548 677 536 c 1\n 677 535 l 1\n 661 528 640 517 619 515 c 0\n 578 508 525 508 499 546 c 0\n 495 551 493 557 491 563 c 1\n 418 556 l 1\n 428 526 424 514 416 488 c 0\n 412 470 407 452 403 434 c 0\n 399 418 391 399 397 382 c 0\n 402 368 419 370 430 371 c 0\n 469 374 l 0\n 483 375 496 376 508 366 c 0\n 517 359 524 344 522 332 c 0\n 520 322 513 311 508 301 c 0\n 496 277 485 252 474 228 c 0\n 463 206 452 185 443 163 c 1\n 456 162 469 162 482 161 c 0\n 526 155 626 133 606 72 c 0\n 590 31 516 14 466 11 c 0\n 449 10 431 11 414 11 c 1\n 412 1 404 1 395 1 c 1\n 338 1 l 1\n 310 1 294 4 286 26 c 0\n 284 30 283 35 282 40 c 0\n 282 52 307 98 312 109 c 0\n 410 315 l 0\n 413 321 418 329 418 336 c 0\n 417 347 404 347 397 350 c 0\n 392 352 388 355 382 355 c 0\n 366 354 349 352 333 350 c 0\n 325 350 315 348 308 351 c 0\n 295 358 290 386 292 406 c 0\n 294 418 309 473 313 488 c 0\n 316 501 323 518 320 531 c 0\n 318 538 314 543 310 548 c 1\n 309 548 l 2\n 302 543 293 544 285 543 c 0\n 273 541 233 538 227 535 c 0\n 221 533 217 523 212 518 c 0\n 187 486 130 473 83 472 c 0\n 70 472 56 474 43 474 c 1\n 43 475 l 1\n 80 477 109 513 97 550 c 0\n 93 565 83 576 70 584 c 1\n 70 586 l 1\n 85 593 102 603 121 606 c 0\n 155 613 203 612 223 577 c 0\n 226 571 228 565 229 558 c 1\n504 69 m 0\n 505 76 505 82 505 89 c 0\n 505 99 505 110 500 119 c 0\n 491 134 467 140 444 140 c 0\n 429 145 426 126 420 116 c 0\n 412 99 387 50 386 42 c 0\n 386 27 409 33 422 33 c 0\n 454 33 504 33 504 69 c 0\nEndSplineSet\nEndChar\nStartChar: uni129D\nEncoding: 4765 4765 1511\nWidth: 700\nFlags: W\nHStem: 309 19<435 458> 309 183<389.031 404.541> 534 126<90 119 562 593> 544 22<226 294 402 456>\nVStem: 131.666 143.642<429 436> 298 104<29 39> 473 103.945<295 296>\nFore\n295 544 m 1\n 244 544 l 2\n 199 544 221 543 185 537 c 0\n 166 534 147 533 128 533 c 0\n 115 533 102 533 89 534 c 0\n 84 534 77 534 73 539 c 0\n 68 545 75 554 78 560 c 0\n 89 584 81 608 67 624 c 2\n 57 634 l 2\n 41 655 87 660 107 660 c 0\n 161 660 216 621 226 566 c 1\n 269 566 312 565 355 565 c 0\n 366 565 378 566 389 566 c 2\n 435 566 l 2\n 441 566 450 564 456 567 c 0\n 460 570 461 577 463 582 c 0\n 484 635 544 675 616 654 c 0\n 623 652 632 649 630 640 c 0\n 629 633 620 627 616 622 c 0\n 601 605 597 580 608 557 c 0\n 611 551 616 544 610 538 c 0\n 606 534 600 534 594 534 c 0\n 583 533 571 533 560 533 c 0\n 542 533 523 534 505 536 c 0\n 493 538 481 542 468 544 c 0\n 459 545 449 544 440 544 c 2\n 412 544 l 2\n 408 544 403 545 400 542 c 0\n 396 538 390 499 389 492 c 1\n 427 492 477 473 472 434 c 0\n 472 430 441 359 434 343 c 1\n 432 340 429 335 431 332 c 0\n 433 328 438 328 441 328 c 1\n 522 328 l 1\n 540 328 558 329 570 313 c 0\n 583 293 576 283 564 268 c 0\n 564 268 412 57 408 50 c 0\n 405 46 402 42 402 37 c 0\n 402 34 402 29 404 27 c 0\n 409 21 417 19 414 10 c 0\n 406 2 397 3 386 3 c 0\n 371 2 328 -3 321 -3 c 0\n 302 -1 298 19 298 34 c 0\n 298 39 298 44 299 48 c 0\n 303 57 311 66 317 74 c 2\n 432 234 l 1\n 432 234 472 288 473 294 c 0\n 473 297 471 300 469 303 c 0\n 461 311 450 309 440 309 c 2\n 366 309 l 2\n 355 309 341 308 332 316 c 1\n 321 328 328 342 334 355 c 2\n 358 411 l 2\n 362 420 368 430 369 439 c 0\n 369 451 362 471 348 472 c 0\n 338 472 327 468 318 465 c 0\n 303 461 288 457 273 454 c 1\n 282 409 264 360 232 329 c 0\n 200 299 148 294 115 326 c 1\n 112 330 107 334 108 339 c 0\n 108 346 114 352 117 358 c 0\n 122 365 140 397 138 414 c 0\n 135 424 127 430 134 441 c 0\n 140 452 204 464 224 466 c 0\n 236 468 248 469 260 470 c 0\n 269 472 277 475 286 476 c 1\n 282 484 285 492 287 501 c 0\n 290 515 293 530 295 544 c 1\nEndSplineSet\nEndChar\nStartChar: uni129E\nEncoding: 4766 4766 1512\nWidth: 758\nFlags: W\nHStem: 0.358942 271.641<376 393 403 427> 327.625 146.796<461 484> 448.519 26.0615<561 565>\nVStem: 327 104.11<41 49> 354.888 104.112<208 225> 407.85 97.15<381 395> 606 112.229<415 416>\nFore\n481 598 m 1\n 493 645 546 658 588 662 c 0\n 599 664 610 663 621 662 c 0\n 626 662 631 662 636 659 c 1\n 621 655 609 642 609 627 c 0\n 608 622 610 616 611 611 c 0\n 620 585 641 561 667 551 c 1\n 667 549 l 1\n 630 532 623 531 585 526 c 0\n 547 523 493 534 482 577 c 1\n 413 569 l 1\n 409 540 405 510 400 482 c 1\n 417 481 433 476 450 475 c 0\n 479 473 508 475 537 475 c 0\n 551 475 565 474 579 475 c 0\n 609 478 653 490 682 476 c 0\n 688 474 694 470 699 465 c 0\n 735 430 716 371 680 344 c 0\n 672 339 664 334 655 331 c 0\n 616 317 573 336 533 333 c 0\n 503 331 471 320 442 333 c 0\n 436 336 430 340 425 345 c 0\n 394 377 408 426 435 455 c 1\n 386 458 345 479 298 456 c 0\n 249 431 228 377 225 325 c 0\n 223 304 227 273 246 260 c 0\n 257 253 272 257 284 257 c 0\n 297 257 311 258 323 261 c 0\n 328 262 332 266 337 267 c 0\n 344 268 352 268 360 269 c 0\n 365 270 371 271 376 272 c 2\n 393 272 l 2\n 410 273 430 278 444 265 c 1\n 457 251 459 227 459 209 c 0\n 459 190 453 170 450 151 c 0\n 444 120 439 88 433 57 c 0\n 430 44 429 32 441 23 c 0\n 446 20 453 21 457 16 c 0\n 461 10 457 3 450 1 c 0\n 444 0 438 1 432 1 c 2\n 399 1 l 2\n 385 1 369 -1 356 2 c 0\n 339 7 327 24 327 42 c 0\n 327 52 350 173 353 187 c 0\n 355 202 358 230 347 241 c 0\n 343 246 336 245 330 245 c 0\n 306 241 264 239 236 238 c 2\n 213 238 l 2\n 194 236 170 233 152 243 c 0\n 125 260 116 308 124 349 c 0\n 138 410 187 451 243 471 c 0\n 260 478 280 484 298 485 c 1\n 301 510 306 534 310 558 c 1\n 284 555 258 552 230 552 c 1\n 213 508 149 487 89 487 c 0\n 76 487 63 486 51 489 c 1\n 51 490 l 1\n 86 491 112 527 104 561 c 0\n 100 578 89 590 75 599 c 1\n 95 614 124 623 157 623 c 0\n 196 623 226 611 234 573 c 1\n 401 593 l 1\n 429 590 452 598 481 598 c 1\n606 402 m 0\n 607 407 607 411 606 416 c 0\n 601 442 575 453 551 447 c 0\n 526 442 508 420 504 395 c 0\n 504 390 504 385 505 380 c 0\n 511 354 538 344 562 350 c 128\n 586 356 603 378 606 402 c 0\nEndSplineSet\nEndChar\nStartChar: uni129F\nEncoding: 4767 4767 1513\nWidth: 700\nFlags: W\nHStem: 1 20.6556<415 422> 1 271<347 362 398 400> 238.569 18.2766<226 234> 543 126<91 118 562 593> 554 22<226 295 403 455>\nVStem: 90 142.514<-20 -12> 92.375 103.265<300.535 325.973> 297.87 104.266<39.0153 54.4577> 326.67 103.271<209 218>\nFore\n296 554 m 1\n 246 554 l 2\n 191 554 223 552 178 546 c 0\n 155 542 131 543 106 543 c 0\n 88 543 l 0\n 83 544 76 544 73 548 c 0\n 68 555 76 564 78 570 c 0\n 83 580 84 593 82 604 c 0\n 80 619 71 630 60 641 c 0\n 38 663 86 669 107 669 c 0\n 161 669 215 631 226 576 c 1\n 251 576 277 577 302 576 c 0\n 307 576 313 574 318 574 c 0\n 333 573 347 574 362 574 c 0\n 370 574 377 576 385 576 c 0\n 433 576 l 0\n 440 576 448 574 455 577 c 0\n 460 579 461 586 463 591 c 0\n 483 645 544 685 616 664 c 0\n 622 662 631 658 630 650 c 0\n 629 643 620 637 616 632 c 0\n 600 614 596 588 609 565 c 0\n 612 560 616 552 610 547 c 0\n 607 544 603 544 599 544 c 0\n 590 543 582 543 573 543 c 0\n 564 542 556 543 547 543 c 0\n 504 543 500 548 467 554 c 0\n 460 555 452 554 445 554 c 2\n 414 554 l 2\n 410 554 404 555 401 552 c 0\n 397 548 397 537 397 532 c 0\n 394 514 391 497 389 479 c 1\n 402 478 414 476 427 475 c 0\n 453 475 445 477 467 482 c 0\n 472 483 540 500 559 494 c 0\n 568 491 573 480 569 471 c 0\n 567 467 563 464 561 459 c 0\n 558 445 577 413 583 403 c 0\n 586 398 593 390 591 383 c 0\n 589 377 581 372 576 369 c 0\n 560 360 541 356 523 356 c 0\n 488 356 453 376 437 408 c 0\n 430 422 427 437 426 453 c 1\n 413 453 401 457 388 457 c 0\n 383 457 379 454 374 454 c 0\n 356 453 337 454 319 454 c 0\n 309 454 288 450 284 462 c 1\n 227 443 199 383 196 326 c 0\n 194 300 200 265 222 258 c 0\n 230 255 240 256 248 257 c 0\n 257 257 285 259 294 261 c 0\n 300 262 304 265 310 266 c 2\n 347 272 l 2\n 362 272 l 0\n 379 274 400 281 414 267 c 0\n 416 264 418 262 420 259 c 0\n 434 236 431 205 426 180 c 0\n 424 166 409 87 404 60 c 0\n 402 47 399 33 411 24 c 0\n 417 19 424 21 431 21 c 2\n 454 24 l 2\n 466 26 479 26 491 29 c 0\n 499 30 507 33 515 35 c 0\n 552 45 566 47 603 50 c 0\n 611 51 620 50 625 42 c 0\n 628 36 627 29 624 24 c 128\n 621 19 615 15 618 6 c 0\n 621 -10 630 -26 638 -40 c 0\n 642 -46 650 -54 647 -62 c 0\n 645 -68 638 -72 633 -75 c 0\n 618 -83 601 -88 583 -88 c 0\n 533 -88 483 -53 483 8 c 1\n 422 1 l 1\n 337 1 l 1\n 231 -7 l 1\n 234 -20 232 -34 230 -47 c 0\n 223 -85 197 -123 159 -136 c 0\n 148 -139 137 -140 125 -140 c 0\n 103 -140 83 -129 71 -117 c 0\n 68 -113 65 -109 66 -104 c 0\n 69 -92 103 -55 95 -31 c 0\n 94 -28 92 -25 90 -22 c 0\n 84 -4 97 2 110 4 c 0\n 142 12 184 11 220 12 c 0\n 223 12 294 16 305 18 c 1\n 302 25 299 32 298 39 c 0\n 297 53 302 70 305 84 c 0\n 310 114 316 143 321 173 c 0\n 325 193 332 218 320 237 c 0\n 314 247 306 245 296 244 c 0\n 282 242 228 238 207 238 c 2\n 184 238 l 2\n 174 237 165 237 155 237 c 0\n 122 237 107 251 99 276 c 0\n 90 302 91 330 97 356 c 0\n 112 415 165 455 221 474 c 0\n 235 479 250 482 265 485 c 0\n 271 486 281 485 285 489 c 128\n 289 493 289 502 289 507 c 0\n 292 523 295 538 296 554 c 1\nEndSplineSet\nEndChar\nStartChar: uni12A0\nEncoding: 4768 4768 1514\nWidth: 583\nFlags: W\nHStem: 280.674 40.3265<276 287> 418 150<170 223>\nVStem: 47.8576 118.142<11 19>\nFore\n268 417 m 1\n 180 417 l 1\n 176 417 172 417 169 418 c 0\n 161 422 159 438 156 446 c 0\n 129 529 141 494 124 552 c 0\n 120 567 131 568 141 568 c 1\n 217 568 l 1\n 223 568 230 569 235 566 c 0\n 239 562 277 454 283 426 c 1\n 338 426 l 2\n 344 426 354 428 358 422 c 0\n 363 412 346 399 341 394 c 0\n 318 371 297 346 275 321 c 1\n 351 321 431 316 465 267 c 0\n 477 250 481 230 486 210 c 0\n 498 161 521 84 537 36 c 0\n 539 29 543 21 543 13 c 0\n 546 -0 533 1 523 1 c 1\n 451 1 l 1\n 445 1 437 0 432 3 c 0\n 426 8 418 57 416 68 c 0\n 407 110 398 152 386 194 c 0\n 382 211 380 232 370 247 c 0\n 349 278 300 281 254 281 c 0\n 245 281 241 275 237 268 c 0\n 201 216 166 142 161 73 c 0\n 160 55 161 37 166 20 c 0\n 167 14 169 6 162 2 c 0\n 154 -1 143 1 135 1 c 2\n 76 1 l 2\n 68 1 54 -2 50 6 c 0\n 45 14 47 27 47 36 c 0\n 47 65 52 93 60 120 c 0\n 87 209 142 288 204 355 c 0\n 224 377 246 397 268 417 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni12A1\nEncoding: 4769 4769 1515\nWidth: 735\nFlags: W\nHStem: 178 19<496 547> 284.409 39.5914<279 285> 418 150<170 223>\nVStem: 47.8576 118.142<11 19>\nFore\n268 417 m 1\n 180 417 l 1\n 176 417 172 417 169 418 c 0\n 161 422 159 438 156 446 c 0\n 129 529 141 494 124 552 c 0\n 120 567 131 568 141 568 c 1\n 217 568 l 1\n 223 568 230 569 235 566 c 0\n 239 562 277 454 283 426 c 1\n 339 426 l 2\n 345 426 355 427 358 421 c 0\n 363 411 346 399 341 394 c 0\n 319 372 297 349 278 324 c 1\n 353 324 432 318 465 269 c 0\n 475 253 485 219 489 197 c 1\n 531 197 l 2\n 570 197 554 199 583 205 c 0\n 613 212 635 216 666 219 c 0\n 673 219 681 219 686 214 c 0\n 691 208 692 199 688 193 c 0\n 686 190 683 188 682 185 c 0\n 676 170 700 133 706 123 c 0\n 710 117 714 110 708 104 c 0\n 700 94 684 89 672 85 c 0\n 637 76 596 86 571 113 c 0\n 555 131 547 154 547 178 c 1\n 495 178 l 1\n 497 162 528 58 540 26 c 0\n 542 21 544 15 543 9 c 0\n 541 -1 528 1 520 1 c 2\n 454 1 l 2\n 447 1 435 -1 430 5 c 0\n 427 10 415 73 413 82 c 0\n 405 121 395 160 385 199 c 0\n 380 219 377 241 363 256 c 0\n 340 280 298 285 256 285 c 0\n 247 285 244 279 239 272 c 0\n 202 214 167 149 161 74 c 0\n 160 56 161 37 166 20 c 0\n 167 14 169 6 162 2 c 0\n 154 -1 143 1 135 1 c 2\n 76 1 l 2\n 68 1 54 -2 50 6 c 0\n 45 14 47 27 47 36 c 0\n 47 65 52 93 60 120 c 0\n 87 209 142 288 204 355 c 0\n 224 377 246 397 268 417 c 1\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: uni12A2\nEncoding: 4770 4770 1516\nWidth: 822\nFlags: W\nHStem: 284.575 39.4255<279 285> 418 150<170 223>\nVStem: 47.1261 114.429<44 58> 47.8576 119.026<11 12>\nFore\n268 417 m 1\n 180 417 l 1\n 176 417 172 417 169 418 c 0\n 161 422 159 438 156 446 c 0\n 129 529 141 494 124 552 c 0\n 120 567 131 568 141 568 c 1\n 217 568 l 1\n 223 568 230 569 235 566 c 0\n 239 562 277 454 283 426 c 1\n 339 426 l 2\n 345 426 355 427 358 421 c 0\n 363 411 346 399 341 394 c 0\n 319 372 297 349 278 324 c 1\n 344 324 413 319 451 285 c 0\n 478 261 483 222 492 189 c 0\n 501 152 512 115 523 79 c 0\n 529 60 536 41 541 22 c 1\n 559 25 578 26 597 28 c 0\n 605 28 616 27 623 31 c 0\n 627 34 629 41 631 45 c 0\n 645 67 663 77 689 84 c 0\n 717 93 750 97 779 90 c 1\n 779 89 l 1\n 765 85 754 74 752 59 c 0\n 752 23 783 -5 810 -17 c 1\n 810 -19 l 1\n 757 -47 647 -58 626 8 c 1\n 597 7 569 2 540 0 c 0\n 534 0 529 1 523 1 c 0\n 446 1 l 2\n 441 1 435 1 431 5 c 128\n 427 9 418 58 416 68 c 0\n 407 111 397 153 386 195 c 0\n 381 214 379 237 365 253 c 0\n 347 275 304 285 265 285 c 0\n 248 285 245 282 238 270 c 0\n 204 221 170 151 162 86 c 0\n 160 65 160 44 165 23 c 0\n 166 16 170 6 162 2 c 0\n 154 -1 143 1 135 1 c 2\n 76 1 l 2\n 68 1 54 -2 50 6 c 0\n 45 14 47 27 47 36 c 0\n 47 65 52 93 60 120 c 0\n 87 209 142 288 204 355 c 0\n 224 377 246 397 268 417 c 1\nEndSplineSet\nMinimumDistance: x37,-1 \nEndChar\nStartChar: uni12A3\nEncoding: 4771 4771 1517\nWidth: 583\nFlags: W\nHStem: 287 40<248 278> 417 151<175 223>\nVStem: 48 119.121<124 129>\nFore\n263 417 m 1\n 179 417 l 1\n 168 417 164 420 162 429 c 0\n 151 451 133 519 124 552 c 0\n 120 567 131 568 141 568 c 1\n 217 568 l 1\n 223 568 230 569 235 566 c 0\n 239 562 277 454 283 426 c 1\n 339 426 l 2\n 346 426 356 427 359 420 c 0\n 362 408 341 399 334 395 c 0\n 303 375 273 353 247 327 c 1\n 329 327 425 325 463 271 c 0\n 477 252 481 229 487 207 c 0\n 500 155 519 91 535 40 c 0\n 536 37 545 17 543 8 c 0\n 540 -1 527 1 519 1 c 2\n 454 1 l 2\n 447 1 435 -1 430 5 c 0\n 427 10 419 57 417 65 c 0\n 407 109 398 152 386 195 c 0\n 381 214 379 237 366 253 c 0\n 346 278 308 284 278 286 c 0\n 272 286 265 287 259 287 c 0\n 251 287 244 288 236 288 c 0\n 225 288 221 291 221 301 c 1\n 220 301 l 1\n 213 289 203 279 195 267 c 0\n 176 240 152 191 164 142 c 0\n 165 135 170 125 165 118 c 0\n 159 111 145 114 137 114 c 2\n 71 114 l 2\n 59 114 48 113 48 127 c 0\n 46 134 47 142 47 149 c 0\n 47 229 103 297 161 346 c 0\n 184 367 232 400 263 416 c 1\n 263 417 l 1\nEndSplineSet\nEndChar\nStartChar: uni12A4\nEncoding: 4772 4772 1518\nWidth: 793\nFlags: W\nHStem: 11 21.9098<544 586.419> 138 22<506 575> 284.659 39.3414<279 287> 418 150<170 223>\nVStem: 47.8576 119.024<11 17>\nFore\n268 417 m 1\n 180 417 l 1\n 176 417 172 417 169 418 c 0\n 161 422 159 438 156 446 c 0\n 129 529 141 494 124 552 c 0\n 120 567 131 568 141 568 c 1\n 217 568 l 1\n 223 568 230 569 235 566 c 0\n 239 562 277 454 283 426 c 1\n 339 426 l 2\n 345 426 355 427 358 421 c 0\n 363 411 346 399 341 394 c 0\n 319 372 297 349 278 324 c 1\n 349 324 419 319 457 279 c 0\n 476 258 481 231 488 204 c 0\n 492 189 497 174 499 159 c 1\n 516 162 533 160 550 160 c 0\n 594 160 637 158 678 141 c 0\n 700 132 727 118 731 92 c 0\n 735 64 713 47 690 35 c 0\n 659 20 624 13 590 11 c 0\n 575 10 559 11 544 11 c 1\n 541 -1 531 1 521 1 c 2\n 456 1 l 2\n 448 1 435 -2 430 6 c 0\n 427 10 419 57 417 65 c 0\n 407 109 397 153 386 196 c 0\n 381 216 378 239 364 255 c 0\n 343 277 305 285 265 285 c 0\n 261 285 256 286 252 285 c 0\n 242 282 224 249 219 239 c 0\n 189 189 167 135 162 77 c 0\n 160 58 161 39 165 21 c 0\n 167 15 169 6 162 2 c 0\n 154 -1 143 1 135 1 c 2\n 76 1 l 2\n 68 1 54 -2 50 6 c 0\n 45 14 47 27 47 36 c 0\n 47 65 52 93 60 120 c 0\n 87 209 142 288 204 355 c 0\n 224 377 246 397 268 417 c 1\n505 138 m 1\n 537 33 l 1\n 561 33 590 29 612 43 c 0\n 626 51 628 61 628 80 c 0\n 628 96 630 114 616 125 c 0\n 599 137 577 138 557 138 c 2\n 505 138 l 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: uni12A5\nEncoding: 4773 4773 1519\nWidth: 583\nFlags: W\nHStem: 280 117<279 291> 281 202.541<268 278> 389 93<262 267> 471.502 115.557<175 203>\nVStem: 153.502 152.028<529 539>\nFore\n113 577 m 1\n 127 579 140 583 154 585 c 0\n 186 589 217 589 249 585 c 0\n 270 582 294 576 303 555 c 0\n 315 526 294 498 268 486 c 0\n 236 475 191 467 150 474 c 0\n 137 476 122 478 111 485 c 1\n 143 487 163 522 149 550 c 0\n 142 565 128 571 113 576 c 1\n 113 577 l 1\n268 389 m 1\n 259 387 249 388 240 388 c 2\n 197 388 l 2\n 190 388 177 386 173 393 c 0\n 167 403 182 413 188 418 c 2\n 237 463 l 2\n 244 469 252 479 261 482 c 0\n 268 485 278 483 286 483 c 2\n 336 483 l 2\n 343 483 356 484 357 474 c 0\n 357 468 352 464 348 460 c 2\n 316 431 l 2\n 303 420 290 409 278 397 c 1\n 286 399 295 398 303 398 c 2\n 342 398 l 2\n 349 398 360 398 359 388 c 0\n 359 380 348 373 342 368 c 0\n 325 353 309 337 293 321 c 1\n 363 318 434 314 465 267 c 0\n 477 251 481 231 486 212 c 0\n 498 156 521 84 539 30 c 1\n 541 22 549 5 536 2 c 0\n 528 0 518 1 510 1 c 2\n 458 1 l 2\n 450 1 438 -1 432 4 c 128\n 426 9 426 19 425 25 c 0\n 421 42 418 60 414 77 c 0\n 406 118 396 158 385 198 c 0\n 380 218 378 240 363 255 c 0\n 344 274 316 277 291 280 c 0\n 283 280 275 281 267 281 c 0\n 253 281 250 275 243 266 c 0\n 205 217 161 157 153 88 c 0\n 151 71 152 54 157 37 c 0\n 158 32 176 5 160 2 c 0\n 152 -1 141 1 133 1 c 2\n 78 1 l 2\n 70 1 57 -2 51 5 c 0\n 44 12 42 27 41 36 c 0\n 37 67 44 99 54 128 c 0\n 89 222 165 301 239 365 c 0\n 248 373 257 382 268 388 c 1\n 268 389 l 1\nEndSplineSet\nEndChar\nStartChar: uni12A6\nEncoding: 4774 4774 1520\nWidth: 583\nFlags: W\nHStem: 418 150<170 223>\nVStem: 47.9946 119.015<10 17>\nFore\n268 417 m 1\n 180 417 l 1\n 176 417 172 417 169 418 c 0\n 161 422 159 438 156 446 c 0\n 129 529 141 494 124 552 c 0\n 120 567 131 568 141 568 c 1\n 217 568 l 1\n 223 568 230 569 235 566 c 0\n 239 562 277 454 283 426 c 1\n 338 426 l 2\n 344 426 354 428 358 422 c 0\n 363 412 346 399 341 394 c 0\n 318 371 297 346 275 321 c 1\n 288 321 301 320 314 319 c 0\n 372 315 439 302 473 249 c 0\n 483 232 492 214 501 196 c 0\n 510 180 541 135 543 127 c 0\n 548 111 521 114 509 114 c 2\n 459 114 l 2\n 451 114 438 112 432 117 c 0\n 427 121 425 129 423 135 c 0\n 412 160 401 185 388 209 c 0\n 381 223 374 238 362 249 c 0\n 340 269 300 281 260 281 c 0\n 242 281 244 277 236 267 c 0\n 202 219 168 147 162 82 c 0\n 160 63 160 43 165 24 c 0\n 166 17 170 7 163 3 c 0\n 158 0 153 1 148 1 c 1\n 72 1 l 1\n 66 1 57 0 52 3 c 0\n 45 9 47 25 47 33 c 0\n 47 62 52 90 60 118 c 0\n 86 207 141 288 204 355 c 0\n 224 377 246 397 268 417 c 1\nEndSplineSet\nEndChar\nStartChar: uni12A7\nEncoding: 4775 4775 1521\nWidth: 694\nFlags: W\nHStem: 280.674 40.3265<387 399> 417 151<287 331> 530.845 23.1547<158.004 172.886>\nVStem: 158.858 118.142<11 19>\nFore\n-4 578 m 1\n 20 599 78 609 117 597 c 0\n 138 590 144 579 153 562 c 0\n 154 559 155 555 158 554 c 0\n 162 553 223 558 229 560 c 128\n 235 562 238 567 244 568 c 0\n 251 569 258 568 265 568 c 2\n 331 568 l 0\n 348 569 364 572 381 574 c 0\n 395 575 411 575 425 578 c 0\n 432 580 433 587 436 592 c 0\n 448 614 464 622 487 630 c 0\n 508 637 530 641 552 641 c 0\n 562 641 576 642 585 637 c 1\n 570 634 558 620 557 605 c 0\n 557 600 559 596 560 591 c 0\n 568 565 590 540 616 531 c 1\n 601 517 573 513 550 508 c 0\n 514 504 471 505 445 533 c 0\n 439 540 433 548 431 557 c 1\n 406 554 380 551 354 549 c 1\n 368 509 382 468 394 426 c 1\n 449 426 l 2\n 455 426 465 428 469 422 c 0\n 474 412 457 399 452 394 c 0\n 429 371 408 346 386 321 c 1\n 461 321 543 316 576 267 c 0\n 588 250 592 230 597 210 c 0\n 609 161 632 84 648 36 c 0\n 650 29 654 21 654 13 c 0\n 657 -0 644 1 634 1 c 1\n 562 1 l 1\n 556 1 548 0 543 3 c 0\n 537 8 529 57 527 68 c 0\n 518 110 509 152 497 194 c 0\n 493 211 491 232 481 247 c 0\n 460 278 411 281 365 281 c 0\n 356 281 352 275 348 268 c 0\n 312 216 277 142 272 73 c 0\n 271 55 272 37 277 20 c 0\n 278 14 280 6 273 2 c 0\n 265 -1 254 1 246 1 c 2\n 187 1 l 2\n 179 1 165 -2 161 6 c 0\n 156 14 158 27 158 36 c 0\n 158 65 163 93 171 120 c 0\n 198 209 253 288 315 355 c 0\n 335 377 357 397 379 417 c 1\n 304 417 l 2\n 296 417 283 414 277 421 c 0\n 272 426 248 504 242 527 c 0\n 240 533 237 540 229 537 c 0\n 224 537 219 537 214 536 c 2\n 174 532 l 2\n 166 531 159 530 151 532 c 1\n 129 484 61 468 -3 468 c 0\n -13 468 -23 470 -33 470 c 1\n -33 471 l 1\n 11 471 38 514 22 550 c 0\n 17 562 7 571 -4 578 c 1\nEndSplineSet\nMinimumDistance: x39,-1 \nEndChar\nStartChar: uni12A8\nEncoding: 4776 4776 1522\nWidth: 554\nFlags: W\nVStem: 67.005 105.736<197 236> 109 102.453<572 577 577.008 583.758> 387 102.209<60 76> 401 103.09<332 364>\nFore\n156 414 m 1\n 139 412 123 408 106 405 c 0\n 100 404 91 401 86 407 c 0\n 80 413 87 442 89 451 c 1\n 102 534 l 1\n 105 548 109 563 109 577 c 0\n 110 585 104 591 97 593 c 0\n 94 595 90 595 86 597 c 0\n 81 600 81 606 85 610 c 0\n 88 613 92 614 96 614 c 0\n 103 615 110 616 117 616 c 2\n 153 619 l 2\n 170 621 187 624 200 611 c 0\n 202 608 205 606 206 603 c 0\n 218 584 208 551 204 529 c 0\n 198 497 190 466 186 434 c 1\n 250 472 333 494 406 473 c 0\n 444 463 480 441 496 404 c 0\n 508 377 505 345 503 316 c 0\n 501 277 493 137 491 106 c 0\n 490 82 483 38 503 28 c 0\n 507 25 513 25 516 21 c 0\n 520 16 518 9 512 7 c 0\n 503 4 492 4 483 3 c 2\n 445 -2 l 2\n 429 -4 414 -6 401 7 c 0\n 386 24 387 50 387 71 c 0\n 387 160 400 255 401 345 c 0\n 401 357 402 370 399 382 c 0\n 390 421 356 450 311 454 c 0\n 263 457 224 418 205 379 c 0\n 171 312 169 212 176 116 c 0\n 177 101 179 86 180 71 c 128\n 181 56 183 34 196 27 c 0\n 200 25 204 24 207 21 c 1\n 216 3 186 4 174 3 c 2\n 133 -2 l 2\n 119 -4 105 -6 93 5 c 1\n 78 21 79 45 78 65 c 0\n 78 81 76 96 75 112 c 0\n 67 187 55 265 90 335 c 0\n 102 361 131 398 156 413 c 1\n 156 414 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni12A9\nEncoding: 4777 4777 1523\nWidth: 729\nFlags: W\nVStem: 109 102.453<572 577 577.008 583.758> 387 103<60 109> 401.638 103.035<326.345 370.981>\nFore\n156 414 m 1\n 139 412 123 408 106 405 c 0\n 100 404 91 401 86 407 c 0\n 80 413 87 442 89 451 c 1\n 102 534 l 1\n 105 548 109 563 109 577 c 0\n 110 585 104 591 97 593 c 0\n 94 595 90 595 86 597 c 0\n 81 600 81 606 85 610 c 0\n 88 613 92 614 96 614 c 0\n 103 615 110 616 117 616 c 2\n 153 619 l 2\n 170 621 187 624 200 611 c 0\n 202 608 205 606 206 603 c 0\n 218 584 208 551 204 529 c 0\n 198 497 190 466 186 434 c 1\n 249 472 332 493 405 474 c 0\n 441 464 476 444 494 409 c 0\n 508 381 505 347 503 316 c 0\n 502 302 503 288 501 274 c 1\n 521 279 543 280 563 285 c 0\n 603 293 607 298 646 303 c 0\n 656 305 666 306 676 307 c 0\n 683 307 691 307 696 302 c 0\n 707 289 697 281 692 273 c 0\n 690 268 692 262 693 257 c 0\n 698 241 706 225 716 211 c 0\n 727 193 717 189 706 181 c 0\n 658 154 592 171 567 220 c 0\n 561 234 557 249 557 264 c 1\n 500 255 l 1\n 500 215 493 174 492 134 c 0\n 492 114 490 93 490 73 c 0\n 490 52 490 38 502 28 c 0\n 508 24 522 23 517 12 c 0\n 516 7 511 6 506 6 c 0\n 497 4 487 3 478 2 c 2\n 446 -2 l 2\n 420 -5 408 -3 396 14 c 0\n 387 30 387 49 387 70 c 0\n 387 130 397 234 399 294 c 0\n 400 319 403 346 401 371 c 0\n 395 419 344 469 278 449 c 0\n 234 435 207 392 193 351 c 0\n 168 274 171 180 178 88 c 0\n 180 69 179 38 195 27 c 0\n 201 24 212 22 208 12 c 0\n 204 4 191 5 184 4 c 2\n 138 -2 l 2\n 129 -3 120 -5 111 -4 c 0\n 82 1 78 33 78 66 c 2\n 75 110 l 2\n 71 155 63 200 66 246 c 0\n 69 299 89 343 117 376 c 0\n 128 390 141 404 156 413 c 1\n 156 414 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni12AA\nEncoding: 4778 4778 1524\nWidth: 773\nFlags: W\nHStem: -37 136.181<676 677>\nVStem: 66.9552 106.295<198 235> 109 102.377<571 577 577.008 583.758> 387 103<48 102> 401 102<314 314 331 372>\nFore\n156 414 m 1\n 139 412 123 408 106 405 c 0\n 100 404 91 401 86 407 c 0\n 80 413 87 442 89 451 c 1\n 102 534 l 1\n 105 548 109 563 109 577 c 0\n 110 585 104 591 97 593 c 0\n 94 595 90 595 86 597 c 0\n 81 600 81 606 85 610 c 0\n 88 613 92 614 96 614 c 0\n 103 615 110 616 117 616 c 2\n 153 619 l 2\n 170 621 187 624 200 611 c 0\n 202 608 205 606 206 603 c 0\n 218 584 208 551 204 529 c 0\n 198 497 190 466 186 434 c 1\n 235 464 304 489 384 478 c 0\n 431 471 480 446 498 399 c 0\n 508 372 504 342 503 314 c 0\n 502 273 490 129 490 66 c 0\n 490 54 490 39 499 30 c 0\n 504 26 510 27 516 28 c 0\n 528 30 563 34 568 36 c 0\n 573 39 574 47 577 52 c 0\n 589 73 607 82 630 90 c 0\n 650 96 672 100 693 100 c 0\n 704 100 716 98 727 97 c 1\n 727 96 l 1\n 704 93 693 70 700 49 c 0\n 709 20 730 0 756 -13 c 1\n 742 -23 704 -37 675 -37 c 0\n 640 -38 602 -35 580 -4 c 0\n 576 1 573 8 571 14 c 1\n 535 6 498 5 461 0 c 0\n 446 -2 426 -8 412 -1 c 0\n 391 9 387 36 387 64 c 0\n 387 80 388 96 388 112 c 0\n 389 173 396 234 399 295 c 0\n 400 313 401 330 401 348 c 0\n 401 356 401 365 400 373 c 0\n 395 412 365 443 327 452 c 0\n 320 453 312 454 305 454 c 0\n 223 449 187 361 178 281 c 0\n 171 226 173 172 176 117 c 0\n 177 102 179 86 180 71 c 128\n 181 56 183 34 196 27 c 0\n 200 25 204 24 207 21 c 0\n 211 15 207 8 201 7 c 0\n 193 4 183 4 174 3 c 2\n 133 -2 l 2\n 119 -4 106 -6 94 5 c 0\n 78 19 79 45 78 65 c 0\n 78 81 76 96 75 112 c 0\n 67 187 55 265 90 335 c 0\n 102 361 131 398 156 413 c 1\n 156 414 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni12AB\nEncoding: 4779 4779 1525\nWidth: 554\nFlags: W\nVStem: 74.9066 102.322<235 267> 387 103<59 107> 401 103<315 374>\nFore\n145 412 m 1\n 131 411 118 407 104 405 c 0\n 98 404 91 402 86 406 c 0\n 82 410 83 415 83 420 c 0\n 85 431 106 554 109 572 c 0\n 110 581 108 589 98 593 c 0\n 94 595 90 594 86 597 c 0\n 81 600 81 606 85 610 c 0\n 88 613 92 614 96 614 c 0\n 103 615 110 616 117 616 c 2\n 153 619 l 2\n 170 621 187 624 200 611 c 0\n 202 608 205 606 206 603 c 0\n 220 582 209 554 204 532 c 0\n 199 501 191 470 187 439 c 1\n 204 449 223 456 242 462 c 0\n 340 495 461 484 497 402 c 0\n 503 386 504 369 504 352 c 0\n 504 342 502 278 501 265 c 0\n 500 243 497 221 496 199 c 0\n 494 175 490 105 490 70 c 0\n 490 53 490 34 503 28 c 0\n 507 25 513 25 516 21 c 0\n 520 17 518 10 513 7 c 0\n 504 3 491 4 482 3 c 2\n 447 -2 l 2\n 432 -4 417 -7 405 3 c 0\n 389 19 387 38 387 63 c 2\n 387 95 l 2\n 387 114 389 132 390 151 c 0\n 393 215 401 278 401 342 c 0\n 401 356 402 370 398 384 c 0\n 390 416 363 442 331 450 c 0\n 286 462 243 439 218 403 c 0\n 183 354 169 274 181 199 c 0\n 182 188 187 174 197 171 c 0\n 200 169 204 169 207 165 c 128\n 210 161 208 154 203 152 c 0\n 198 149 170 147 162 146 c 1\n 147 144 115 136 100 145 c 0\n 76 159 79 194 76 217 c 0\n 71 286 76 330 107 372 c 0\n 118 387 131 400 145 412 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni12AC\nEncoding: 4780 4780 1526\nWidth: 700\nFlags: W\nHStem: 140.999 22.0007<494.063 526.224>\nVStem: 109 102.453<572 577 577.008 583.758> 387 103<50 112> 401 102.851<332 364> 580 103<76 85>\nFore\n156 414 m 1\n 139 412 123 408 106 405 c 0\n 100 404 91 401 86 407 c 0\n 80 413 87 442 89 451 c 1\n 102 534 l 1\n 105 548 109 563 109 577 c 0\n 110 585 104 591 97 593 c 0\n 94 595 90 595 86 597 c 0\n 81 600 81 606 85 610 c 0\n 88 613 92 614 96 614 c 0\n 103 615 110 616 117 616 c 2\n 153 619 l 2\n 170 621 187 624 200 611 c 0\n 202 608 205 606 206 603 c 0\n 218 584 208 551 204 529 c 0\n 198 497 190 466 186 434 c 1\n 250 473 334 494 408 473 c 0\n 447 462 484 438 498 398 c 0\n 508 372 504 342 503 315 c 0\n 502 284 500 252 498 221 c 0\n 496 202 494 182 494 163 c 1\n 554 163 585 160 628 144 c 0\n 654 133 684 117 683 85 c 0\n 683 63 668 52 655 43 c 0\n 625 25 590 16 556 12 c 0\n 545 11 534 12 523 11 c 0\n 518 10 514 7 509 6 c 0\n 499 4 488 3 477 2 c 2\n 440 -3 l 2\n 430 -4 420 -5 411 -1 c 0\n 390 11 387 37 387 67 c 0\n 387 160 400 253 401 345 c 0\n 401 357 402 368 399 380 c 0\n 391 423 347 458 303 454 c 0\n 292 452 281 451 271 446 c 0\n 233 431 208 393 194 355 c 0\n 163 266 171 156 181 61 c 0\n 182 48 185 34 195 27 c 0\n 201 24 213 21 207 11 c 0\n 203 4 191 5 184 4 c 0\n 181 4 126 -4 114 -4 c 0\n 97 -3 87 10 82 25 c 0\n 78 39 78 52 78 66 c 2\n 75 110 l 2\n 71 155 63 200 66 246 c 0\n 69 299 89 343 117 376 c 0\n 128 390 141 404 156 413 c 1\n 156 414 l 1\n492 141 m 1\n 492 117 490 92 490 68 c 0\n 490 58 489 45 495 36 c 1\n 500 31 510 33 516 33 c 0\n 535 33 560 35 573 51 c 0\n 580 60 580 72 580 82 c 0\n 580 94 582 107 576 118 c 0\n 562 141 523 141 492 141 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni12AD\nEncoding: 4781 4781 1527\nWidth: 554\nFlags: W\nVStem: 77.525 102.475<54 73 299 303> 387 103<54 107> 400.715 103.214<332 364>\nFore\n144 412 m 1\n 131 410 117 407 104 405 c 0\n 98 404 91 402 86 406 c 0\n 82 410 83 415 83 420 c 0\n 87 440 105 549 109 574 c 0\n 110 583 106 590 98 593 c 0\n 95 594 91 594 87 596 c 0\n 82 599 80 605 84 610 c 0\n 87 613 92 614 96 614 c 0\n 103 615 110 616 117 616 c 2\n 153 619 l 2\n 169 621 186 624 199 612 c 1\n 201 609 204 607 206 604 c 0\n 218 585 208 551 204 529 c 0\n 199 499 192 470 187 440 c 1\n 250 469 327 492 405 472 c 0\n 445 461 483 438 498 398 c 0\n 508 371 504 341 503 313 c 0\n 500 214 490 164 490 72 c 0\n 490 54 490 36 503 28 c 0\n 509 24 522 23 517 12 c 0\n 514 3 496 4 488 3 c 2\n 445 -2 l 2\n 429 -4 414 -6 401 7 c 0\n 388 21 387 42 387 60 c 0\n 387 130 396 249 400 319 c 0\n 401 341 404 366 397 387 c 0\n 388 420 357 449 317 452 c 0\n 307 454 297 453 287 452 c 0\n 216 439 180 364 180 298 c 1\n 195 300 209 303 224 305 c 0\n 230 307 238 308 241 301 c 128\n 244 294 238 287 235 282 c 0\n 202 225 177 150 180 73 c 0\n 180 59 180 41 191 30 c 0\n 193 28 216 20 206 10 c 0\n 202 4 176 3 166 2 c 2\n 134 -2 l 2\n 118 -4 102 -6 91 8 c 0\n 85 16 79 26 79 38 c 0\n 75 60 80 84 83 106 c 0\n 95 190 111 220 139 282 c 1\n 126 280 113 278 100 275 c 0\n 94 274 87 272 82 275 c 0\n 78 278 78 283 78 287 c 0\n 78 342 109 383 144 412 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni12AE\nEncoding: 4782 4782 1528\nWidth: 554\nFlags: W\nVStem: 66.9394 106.073<199 236> 109 102.453<572 577 577.008 583.758> 386.657 103.343<187.047 200 200.047 227.188> 401.673 102.291<335.348 373.308>\nFore\n156 414 m 1\n 139 412 123 408 106 405 c 0\n 100 404 91 401 86 407 c 0\n 80 413 87 442 89 451 c 1\n 102 534 l 1\n 105 548 109 563 109 577 c 0\n 110 585 104 591 97 593 c 0\n 94 595 90 595 86 597 c 0\n 81 600 81 606 85 610 c 0\n 88 613 92 614 96 614 c 0\n 103 615 110 616 117 616 c 2\n 153 619 l 2\n 170 621 187 624 200 611 c 0\n 202 608 205 606 206 603 c 0\n 218 584 208 551 204 529 c 0\n 198 497 190 466 186 434 c 1\n 249 472 331 493 404 474 c 0\n 440 464 475 444 493 410 c 0\n 505 386 505 361 503 335 c 0\n 500 290 490 245 490 200 c 0\n 490 188 491 172 501 164 c 0\n 506 160 513 160 517 156 c 0\n 520 151 518 145 513 142 c 0\n 508 140 503 140 498 140 c 0\n 478 136 459 136 439 132 c 0\n 432 131 425 130 418 132 c 0\n 394 137 388 166 387 187 c 0\n 385 226 392 265 397 304 c 0\n 400 328 404 354 400 378 c 0\n 392 421 349 457 304 454 c 0\n 247 449 215 407 197 363 c 0\n 167 286 172 199 176 118 c 0\n 177 102 179 87 180 71 c 0\n 181 56 183 34 196 27 c 0\n 199 25 203 24 206 21 c 0\n 210 17 208 10 203 7 c 0\n 195 3 183 4 174 3 c 2\n 134 -2 l 2\n 118 -4 101 -6 90 9 c 0\n 78 25 78 46 78 65 c 0\n 75 113 l 0\n 67 188 55 265 90 335 c 0\n 102 361 131 398 156 413 c 1\n 156 414 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni12B0\nEncoding: 4784 4784 1529\nWidth: 992\nFlags: W\nHStem: 115.695 182.305<689 714 845 861> 120 28.9193<765 775> 255 41<533.062 622> 263.68 29.3204<765 781> 418 161<75 158> 432.255 40.4564<325.613 343.961>\nVStem: 75.2028 103.425<513 530> 427.846 100.154<183 242> 608.766 104.931<199 209> 827.578 117.086<199 209>\nFore\n63 566 m 0\n 60 582 80 579 92 579 c 2\n 140 579 l 2\n 148 579 157 581 163 575 c 0\n 192 546 174 479 167 438 c 0\n 166 431 165 422 158 419 c 0\n 151 417 142 418 135 418 c 2\n 86 418 l 2\n 79 418 67 416 63 424 c 0\n 60 431 64 442 65 449 c 0\n 67 462 81 523 74 545 c 0\n 72 553 66 558 63 566 c 0\n529 255 m 1\n 529 247 528 238 528 230 c 0\n 528 156 535 82 551 20 c 0\n 552 16 553 11 552 7 c 0\n 548 -1 536 1 529 1 c 2\n 474 1 l 2\n 466 1 457 0 453 9 c 0\n 451 14 441 67 439 75 c 0\n 425 158 426 207 431 285 c 0\n 432 296 435 307 434 318 c 0\n 430 369 403 425 344 432 c 0\n 297 436 258 394 237 357 c 0\n 218 322 208 281 206 241 c 0\n 205 218 218 81 222 38 c 0\n 223 29 226 18 224 9 c 128\n 222 0 211 1 204 1 c 2\n 147 1 l 2\n 140 1 130 -1 126 7 c 0\n 124 11 124 15 124 19 c 0\n 123 26 122 33 122 40 c 1\n 109 184 l 0\n 107 204 105 223 106 243 c 0\n 113 330 163 413 243 451 c 0\n 360 507 520 452 534 317 c 0\n 534 310 533 303 533 296 c 1\n 580 296 627 295 674 296 c 0\n 679 296 684 297 689 298 c 0\n 713 298 l 0\n 733 298 753 293 773 293 c 0\n 811 293 850 308 887 293 c 0\n 897 289 907 283 915 276 c 0\n 949 245 955 190 928 152 c 0\n 919 139 907 129 893 122 c 0\n 854 103 812 120 771 120 c 0\n 732 120 694 106 657 125 c 0\n 611 148 594 211 622 255 c 1\n 529 255 l 1\n726 243 m 0\n 703 215 713 173 740 157 c 0\n 771 138 815 153 826 189 c 0\n 830 206 827 223 821 236 c 0\n 801 271 750 273 726 243 c 0\nEndSplineSet\nEndChar\nStartChar: uni12B2\nEncoding: 4786 4786 1530\nWidth: 1021\nFlags: W\nHStem: 122 138<927 948> 208 164<701 751> 219 19<779 825> 266 19<533 634> 418 161<75 158> 432.255 40.5783<325.613 343.961>\nVStem: 75.2028 103.425<513 530> 428.548 100.978<165 242>\nFore\n63 566 m 0\n 60 582 80 579 92 579 c 2\n 140 579 l 2\n 148 579 157 581 163 575 c 0\n 192 546 174 479 167 438 c 0\n 166 431 165 422 158 419 c 0\n 151 417 142 418 135 418 c 2\n 86 418 l 2\n 79 418 67 416 63 424 c 0\n 60 431 64 442 65 449 c 0\n 67 462 81 523 74 545 c 0\n 72 553 66 558 63 566 c 0\n530 266 m 1\n 525 157 533 101 551 20 c 0\n 552 16 553 11 552 7 c 0\n 548 -1 536 1 529 1 c 2\n 474 1 l 2\n 466 1 457 0 453 9 c 0\n 451 14 441 67 439 75 c 0\n 425 158 426 207 431 285 c 0\n 432 296 435 307 434 318 c 0\n 430 371 402 424 344 432 c 0\n 297 436 258 394 237 356 c 0\n 218 321 208 281 206 241 c 0\n 205 218 218 81 222 38 c 0\n 223 29 226 18 224 9 c 128\n 222 0 211 1 204 1 c 2\n 147 1 l 2\n 140 1 130 -1 126 7 c 0\n 124 11 124 15 124 19 c 0\n 123 26 122 33 122 40 c 1\n 109 184 l 0\n 107 203 105 223 106 242 c 0\n 112 326 160 405 234 446 c 0\n 317 492 433 479 497 406 c 0\n 516 383 532 353 534 316 c 0\n 534 306 532 295 532 285 c 1\n 634 285 l 1\n 650 285 653 293 658 304 c 0\n 667 318 676 332 683 347 c 0\n 685 354 686 364 692 369 c 0\n 697 373 706 372 712 372 c 2\n 792 372 l 0\n 797 372 802 372 805 368 c 0\n 811 361 805 348 802 341 c 0\n 792 317 776 294 762 272 c 0\n 759 267 742 246 756 239 c 0\n 759 237 764 238 768 238 c 2\n 793 238 l 2\n 830 238 832 237 859 246 c 0\n 877 250 922 260 948 260 c 0\n 954 260 961 260 965 255 c 0\n 970 249 970 240 966 234 c 0\n 964 231 961 229 960 225 c 0\n 956 210 977 175 984 165 c 0\n 987 160 993 153 989 146 c 0\n 980 132 947 122 927 122 c 0\n 864 122 825 165 825 219 c 1\n 779 219 l 1\n 776 208 768 208 758 208 c 1\n 687 208 l 1\n 677 208 666 207 656 211 c 0\n 640 217 628 237 630 254 c 0\n 631 258 633 262 635 266 c 1\n 530 266 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni12B3\nEncoding: 4787 4787 1531\nWidth: 671\nFlags: W\nHStem: -76 143<534 608> -75.5455 138.546<197 209> 418 161<94 177> 432 40.3989<312 328>\nVStem: 94.3701 103.367<515 531> 126 99<190 211> 431 103<76.0625 265> 434.263 99.709<265.02 287.975> 510 104<-53 -39> 520 103<25 40>\nDStem: 337 58 441 58 310 52 305 32\nFore\n82 566 m 0\n 79 582 99 579 111 579 c 2\n 159 579 l 2\n 167 579 176 581 182 575 c 0\n 211 546 193 479 186 438 c 0\n 185 431 184 422 177 419 c 0\n 170 417 161 418 154 418 c 2\n 105 418 l 2\n 98 418 86 416 82 424 c 0\n 79 431 83 442 84 449 c 0\n 86 462 100 523 93 545 c 0\n 91 553 85 558 82 566 c 0\n431 76 m 1\n 431 130 433 183 433 237 c 0\n 433 254 435 271 434 288 c 0\n 433 308 429 328 422 347 c 0\n 407 389 369 433 321 432 c 0\n 296 432 280 411 268 392 c 0\n 241 347 225 276 225 207 c 0\n 225 201 226 193 223 187 c 1\n 218 181 209 182 202 182 c 2\n 146 182 l 2\n 139 182 129 181 126 189 c 0\n 125 193 125 197 125 201 c 0\n 125 230 130 267 137 293 c 0\n 157 372 213 458 300 471 c 0\n 359 480 418 457 454 431 c 0\n 495 401 525 357 532 306 c 0\n 534 292 534 279 534 265 c 1\n 534 67 l 1\n 591 67 l 2\n 598 67 609 69 615 64 c 0\n 623 57 623 45 623 35 c 0\n 623 10 614 -14 613 -39 c 0\n 613 -44 613 -49 614 -54 c 0\n 615 -60 621 -68 614 -73 c 0\n 609 -78 598 -76 591 -76 c 2\n 537 -76 l 2\n 527 -76 519 -77 514 -67 c 0\n 510 -59 510 -50 510 -41 c 0\n 510 -19 517 2 520 24 c 0\n 520 51 519 39 515 59 c 1\n 490 59 465 59 441 58 c 1\n 305 32 l 1\n 305 14 304 -2 296 -19 c 0\n 272 -73 209 -91 156 -63 c 0\n 151 -60 145 -57 142 -52 c 0\n 137 -45 143 -37 147 -31 c 0\n 149 -28 174 10 170 28 c 0\n 169 32 166 35 164 38 c 0\n 160 45 161 54 167 59 c 0\n 175 66 190 63 200 63 c 0\n 220 63 241 60 261 56 c 0\n 290 51 286 48 310 52 c 2\n 337 58 l 2\n 368 64 400 71 431 76 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni12B4\nEncoding: 4788 4788 1532\nWidth: 787\nFlags: W\nHStem: -75.8178 138.765<222 240> 68 22<533.062 569.133> 198 22<533.031 580.984> 418 161<95 177> 432 40.3818<319 328>\nVStem: 94.8868 102.743<512.013 539.107> 125 99<191 231> 431 102<91 198 220 229 243 291> 624.476 102.524<135.508 145>\nFore\n82 566 m 0\n 79 579 90 579 100 579 c 1\n 160 579 l 1\n 166 579 173 580 178 578 c 0\n 185 575 188 566 192 560 c 0\n 206 530 190 471 186 437 c 0\n 185 431 184 422 178 419 c 0\n 171 416 162 418 155 418 c 2\n 104 418 l 2\n 97 418 86 416 82 424 c 0\n 79 431 83 443 84 450 c 0\n 88 471 91 491 94 512 c 0\n 95 523 96 535 92 546 c 0\n 90 553 84 559 82 566 c 0\n533 68 m 1\n 529 55 512 59 501 59 c 0\n 482 59 461 61 442 59 c 0\n 429 57 416 53 404 50 c 2\n 357 38 l 2\n 351 36 342 36 337 32 c 128\n 332 28 334 17 333 11 c 0\n 331 -3 327 -16 320 -28 c 0\n 297 -66 251 -85 208 -73 c 0\n 203 -72 169 -61 169 -47 c 0\n 168 -41 174 -35 177 -30 c 0\n 183 -21 188 -10 192 0 c 0\n 196 8 201 18 199 27 c 0\n 198 31 195 34 193 38 c 0\n 189 45 190 53 195 59 c 1\n 201 64 210 63 217 63 c 0\n 241 63 282 59 305 53 c 0\n 311 52 318 50 324 50 c 0\n 328 50 423 73 427 76 c 0\n 434 80 431 138 431 153 c 0\n 431 160 432 167 432 174 c 0\n 432 192 431 211 432 229 c 0\n 435 297 434 341 401 385 c 0\n 385 407 357 432 318 432 c 0\n 295 430 279 411 269 393 c 0\n 244 353 225 283 225 217 c 0\n 225 211 224 206 224 200 c 0\n 224 196 224 192 223 188 c 0\n 219 180 208 182 201 182 c 2\n 145 182 l 2\n 137 182 128 181 125 190 c 0\n 122 198 125 208 125 216 c 0\n 125 244 131 273 139 300 c 0\n 156 359 189 418 243 450 c 0\n 279 472 318 476 359 470 c 0\n 442 455 518 395 531 306 c 0\n 535 278 533 248 533 220 c 1\n 550 220 566 221 583 220 c 0\n 617 218 650 211 681 197 c 0\n 703 188 726 172 727 145 c 0\n 727 118 704 103 683 92 c 0\n 636 69 584 68 533 68 c 1\n533 90 m 1\n 560 90 610 89 620 115 c 0\n 623 121 623 127 624 133 c 0\n 625 150 626 173 611 185 c 0\n 589 202 559 198 533 198 c 1\n 533 90 l 1\nEndSplineSet\nMinimumDistance: x52,-1 \nEndChar\nStartChar: uni12B5\nEncoding: 4789 4789 1533\nWidth: 904\nFlags: W\nHStem: 268 138<803 826> 355 19<527 559> 355 163<584 679> 366 19.0349<701 707> 418 161<76 158>\nVStem: 75.8868 102.743<512.013 539.107> 105 100<225 241> 123 100.989<13 25> 427.521 99.4788<167.125 202 202.022 253.951> 432.789 100.336<295.565 325.665> 584.239 119.655<449 474>\nFore\n63 566 m 0\n 60 579 71 579 81 579 c 1\n 141 579 l 1\n 147 579 154 580 159 578 c 0\n 166 575 169 566 173 560 c 0\n 187 530 171 471 167 437 c 0\n 166 431 165 422 159 419 c 0\n 152 416 143 418 136 418 c 2\n 85 418 l 2\n 78 418 67 416 63 424 c 0\n 60 431 64 443 65 450 c 0\n 69 471 72 491 75 512 c 0\n 76 523 77 535 73 546 c 0\n 71 553 65 559 63 566 c 0\n526 355 m 1\n 536 316 534 308 529 269 c 0\n 527 247 527 224 527 202 c 0\n 527 147 536 82 547 33 c 0\n 549 26 554 13 550 6 c 128\n 546 -1 535 1 528 1 c 2\n 473 1 l 2\n 465 1 457 0 453 8 c 0\n 448 18 441 63 438 77 c 0\n 428 136 426 195 428 254 c 0\n 429 280 435 305 432 331 c 0\n 425 377 394 427 343 432 c 0\n 301 435 266 402 245 370 c 0\n 217 328 206 276 205 226 c 0\n 205 221 222 45 223 32 c 0\n 223 24 227 10 220 4 c 0\n 215 -1 205 1 199 1 c 2\n 144 1 l 2\n 137 1 127 0 125 9 c 0\n 123 14 123 20 123 25 c 0\n 122 33 105 215 105 226 c 0\n 107 318 154 394 215 435 c 0\n 279 478 365 486 435 452 c 0\n 468 436 491 417 510 387 c 0\n 513 383 515 377 519 375 c 128\n 523 373 528 374 532 374 c 2\n 557 374 l 2\n 567 374 574 376 574 386 c 1\n 577 403 589 451 583 478 c 0\n 581 486 576 494 573 502 c 0\n 566 517 580 518 589 518 c 1\n 667 518 l 1\n 682 518 687 518 692 507 c 0\n 713 476 702 423 694 385 c 1\n 728 385 722 387 749 394 c 0\n 757 396 808 406 826 406 c 0\n 830 406 835 407 839 406 c 0\n 849 403 853 392 850 383 c 0\n 848 379 843 376 842 371 c 0\n 839 356 856 325 863 315 c 0\n 867 309 874 302 872 295 c 128\n 870 288 862 284 856 281 c 0\n 839 272 822 268 803 268 c 0\n 773 268 741 283 724 309 c 0\n 713 326 707 346 707 366 c 1\n 694 366 689 358 679 355 c 1\n 526 355 l 1\nEndSplineSet\nEndChar\nStartChar: uni12B8\nEncoding: 4792 4792 1534\nWidth: 729\nFlags: W\nHStem: 526.762 135.687<570 577>\nVStem: 242.005 105.736<197 236> 562 102.209<60 76> 576 103.09<332 364>\nFore\n469 599 m 1\n 478 640 532 663 584 663 c 0\n 592 663 601 663 609 662 c 0\n 614 662 619 662 624 659 c 1\n 601 654 592 632 599 611 c 0\n 608 584 628 562 654 551 c 1\n 654 549 l 1\n 600 523 513 511 478 560 c 0\n 475 565 472 574 466 576 c 0\n 457 578 446 575 437 574 c 0\n 419 573 402 571 384 571 c 1\n 388 552 l 1\n 380 512 370 473 361 434 c 1\n 425 472 508 494 581 473 c 0\n 619 463 655 441 671 404 c 0\n 683 377 680 345 678 316 c 0\n 676 277 668 137 666 106 c 0\n 665 82 658 38 678 28 c 0\n 682 25 688 25 691 21 c 0\n 695 16 693 9 687 7 c 0\n 678 4 667 4 658 3 c 2\n 620 -2 l 2\n 604 -4 589 -6 576 7 c 0\n 560 24 562 50 562 72 c 0\n 562 160 575 256 576 345 c 0\n 576 357 577 370 574 382 c 0\n 565 421 531 450 486 454 c 0\n 438 457 399 418 380 379 c 0\n 346 312 344 212 351 116 c 0\n 352 101 354 86 355 71 c 128\n 356 56 358 34 371 27 c 0\n 375 25 379 24 382 21 c 1\n 391 3 361 4 349 3 c 2\n 308 -2 l 2\n 294 -4 280 -6 268 5 c 1\n 253 21 254 45 253 65 c 0\n 253 81 251 96 250 112 c 0\n 242 187 230 265 265 335 c 0\n 277 361 306 398 331 413 c 1\n 331 414 l 1\n 314 412 298 408 281 405 c 0\n 275 404 266 401 261 407 c 0\n 254 414 261 430 262 438 c 2\n 280 524 l 2\n 281 532 285 543 284 551 c 0\n 284 555 281 561 276 561 c 0\n 273 562 270 560 267 560 c 0\n 263 559 259 558 255 558 c 2\n 209 552 l 2\n 183 552 189 546 176 533 c 0\n 150 500 93 487 45 487 c 0\n 33 487 21 486 10 489 c 1\n 10 490 l 1\n 17 490 24 492 31 495 c 0\n 65 512 74 558 49 586 c 0\n 45 591 40 595 34 598 c 1\n 34 600 l 1\n 84 633 181 638 192 573 c 1\n 219 577 250 578 273 586 c 1\n 304 588 334 594 366 591 c 1\n 469 599 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni12B9\nEncoding: 4793 4793 1535\nWidth: 904\nFlags: W\nHStem: 526.762 135.687<570 577>\nVStem: 562 103<60 109> 576.638 103.035<326.376 370.981>\nFore\n469 599 m 1\n 478 640 532 663 584 663 c 0\n 592 663 601 663 609 662 c 0\n 614 662 619 662 624 659 c 1\n 601 654 592 632 599 611 c 0\n 608 584 628 562 654 551 c 1\n 654 549 l 1\n 600 523 513 511 478 560 c 0\n 475 565 472 574 466 576 c 0\n 457 578 446 575 437 574 c 0\n 419 573 402 571 384 571 c 1\n 388 552 l 1\n 380 512 370 473 361 434 c 1\n 424 472 507 493 580 474 c 0\n 616 464 651 444 669 409 c 0\n 683 381 680 347 678 316 c 0\n 677 302 678 288 676 274 c 1\n 696 279 718 280 738 285 c 0\n 778 293 782 298 821 303 c 0\n 831 305 841 306 851 307 c 0\n 858 307 866 307 871 302 c 0\n 882 289 872 281 867 273 c 0\n 865 268 867 262 868 257 c 0\n 873 241 881 225 891 211 c 0\n 902 193 892 189 881 181 c 0\n 833 154 767 171 742 220 c 0\n 736 234 732 249 732 264 c 1\n 675 255 l 1\n 675 215 668 174 667 134 c 0\n 667 114 665 93 665 73 c 0\n 665 52 665 38 677 28 c 0\n 683 24 697 23 692 12 c 0\n 691 7 686 6 681 6 c 0\n 672 4 662 3 653 2 c 2\n 621 -2 l 2\n 595 -5 583 -3 571 14 c 0\n 562 30 562 49 562 70 c 0\n 562 130 572 234 574 294 c 0\n 575 319 578 346 576 371 c 0\n 570 419 519 469 453 449 c 0\n 409 435 382 392 368 351 c 0\n 343 274 346 180 353 88 c 0\n 355 69 354 38 370 27 c 0\n 376 24 387 22 383 12 c 0\n 379 4 366 5 359 4 c 2\n 313 -2 l 2\n 304 -3 295 -5 286 -4 c 0\n 257 1 253 33 253 66 c 2\n 250 110 l 2\n 246 155 238 200 241 246 c 0\n 244 299 264 343 292 376 c 0\n 303 390 316 404 331 413 c 1\n 331 414 l 1\n 314 412 298 408 281 405 c 0\n 275 404 266 401 261 407 c 0\n 254 414 261 430 262 438 c 2\n 280 524 l 2\n 281 532 285 543 284 551 c 0\n 284 555 281 561 276 561 c 0\n 273 562 270 560 267 560 c 0\n 263 559 259 558 255 558 c 2\n 209 552 l 2\n 183 552 189 546 176 533 c 0\n 150 500 93 487 45 487 c 0\n 33 487 21 486 10 489 c 1\n 10 490 l 1\n 17 490 24 492 31 495 c 0\n 65 512 74 558 49 586 c 0\n 45 591 40 595 34 598 c 1\n 34 600 l 1\n 84 633 181 638 192 573 c 1\n 219 577 250 578 273 586 c 1\n 304 588 334 594 366 591 c 1\n 469 599 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni12BA\nEncoding: 4794 4794 1536\nWidth: 948\nFlags: W\nHStem: -37 136.181<851 858> 529.533 136.467<570 578>\nVStem: 241.955 106.295<198 235> 562 103<48 102> 576 102<314 314 331 372>\nFore\n469 602 m 1\n 477 643 524 659 560 664 c 0\n 567 665 573 666 580 666 c 0\n 594 667 611 668 625 663 c 1\n 602 658 592 636 599 614 c 0\n 608 587 629 565 655 554 c 1\n 655 553 l 1\n 624 539 626 540 597 533 c 0\n 556 525 502 527 477 565 c 0\n 474 570 471 575 469 581 c 1\n 440 579 411 576 382 574 c 1\n 388 554 l 1\n 380 513 370 474 361 434 c 1\n 410 464 479 489 559 478 c 0\n 606 471 655 446 673 399 c 0\n 683 372 679 342 678 314 c 0\n 677 273 665 129 665 66 c 0\n 665 54 665 39 674 30 c 0\n 679 26 685 27 691 28 c 0\n 703 30 738 34 743 36 c 0\n 748 39 749 47 752 52 c 0\n 764 73 782 82 805 90 c 0\n 825 96 847 100 868 100 c 0\n 879 100 891 98 902 97 c 1\n 902 96 l 1\n 879 93 868 70 875 49 c 0\n 884 20 905 0 931 -13 c 1\n 917 -23 879 -37 850 -37 c 0\n 815 -38 777 -35 755 -4 c 0\n 751 1 748 8 746 14 c 1\n 710 6 673 5 636 0 c 0\n 621 -2 601 -8 587 -1 c 0\n 566 9 562 36 562 64 c 0\n 562 80 563 96 563 112 c 0\n 564 173 571 234 574 295 c 0\n 575 313 576 330 576 348 c 0\n 576 356 576 365 575 373 c 0\n 570 412 540 443 502 452 c 0\n 495 453 487 454 480 454 c 0\n 398 449 362 361 353 281 c 0\n 346 226 348 172 351 117 c 0\n 352 102 354 86 355 71 c 128\n 356 56 358 34 371 27 c 0\n 375 25 379 24 382 21 c 0\n 386 15 382 8 376 7 c 0\n 368 4 358 4 349 3 c 2\n 308 -2 l 2\n 294 -4 281 -6 269 5 c 0\n 253 19 254 45 253 65 c 0\n 253 81 251 96 250 112 c 0\n 242 187 230 265 265 335 c 0\n 277 361 306 398 331 413 c 1\n 331 414 l 1\n 314 412 298 408 281 405 c 0\n 275 404 266 401 261 407 c 0\n 254 414 261 430 262 438 c 2\n 280 524 l 2\n 281 532 285 543 284 551 c 0\n 284 555 281 561 276 561 c 0\n 273 562 270 560 267 560 c 0\n 263 559 259 558 255 558 c 2\n 209 552 l 2\n 183 552 189 546 176 533 c 0\n 150 500 93 487 45 487 c 0\n 33 487 21 486 10 489 c 1\n 10 490 l 1\n 17 490 24 492 31 495 c 0\n 65 512 74 558 49 586 c 0\n 45 591 40 595 34 598 c 1\n 34 600 l 1\n 84 633 181 638 192 573 c 1\n 218 577 248 577 270 585 c 1\n 297 588 327 588 351 594 c 1\n 469 602 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni12BB\nEncoding: 4795 4795 1537\nWidth: 729\nFlags: W\nHStem: 526.545 135.544<566 577>\nVStem: 249.907 102.322<235 267> 562 103<59 107> 576 103<315 374>\nFore\n469 599 m 1\n 478 640 532 663 584 663 c 0\n 592 663 601 663 609 662 c 0\n 614 662 619 662 624 659 c 1\n 601 654 592 632 599 611 c 0\n 608 584 628 562 654 551 c 1\n 654 549 l 1\n 600 523 513 511 478 560 c 0\n 475 565 472 574 466 576 c 0\n 457 578 446 575 437 574 c 0\n 419 573 402 571 384 571 c 1\n 388 552 l 1\n 380 513 371 476 362 439 c 1\n 379 449 398 456 417 462 c 0\n 515 495 636 484 672 402 c 0\n 678 386 679 369 679 352 c 0\n 679 342 677 278 676 265 c 0\n 675 243 672 221 671 199 c 0\n 669 175 665 105 665 70 c 0\n 665 53 665 34 678 28 c 0\n 682 25 688 25 691 21 c 0\n 695 17 693 10 688 7 c 0\n 679 3 666 4 657 3 c 2\n 622 -2 l 2\n 607 -4 592 -7 580 3 c 0\n 564 19 562 38 562 63 c 2\n 562 95 l 2\n 562 114 564 132 565 151 c 0\n 568 215 576 278 576 342 c 0\n 576 356 577 370 573 384 c 0\n 565 416 538 442 506 450 c 0\n 461 462 418 439 393 403 c 0\n 358 354 344 274 356 199 c 0\n 357 188 362 174 372 171 c 0\n 375 169 379 169 382 165 c 128\n 385 161 383 154 378 152 c 0\n 373 149 345 147 337 146 c 1\n 322 144 290 136 275 145 c 0\n 251 159 254 194 251 217 c 0\n 246 286 251 330 282 372 c 0\n 293 387 306 400 320 412 c 1\n 306 411 293 407 279 405 c 0\n 273 404 266 402 261 406 c 0\n 254 412 260 429 262 437 c 0\n 268 466 285 543 284 551 c 0\n 284 555 281 561 276 561 c 0\n 273 562 270 560 267 560 c 0\n 263 559 259 558 255 558 c 2\n 209 552 l 2\n 183 552 189 546 176 533 c 0\n 150 500 93 487 45 487 c 0\n 33 487 21 486 10 489 c 1\n 10 490 l 1\n 17 490 24 492 31 495 c 0\n 65 512 74 558 49 586 c 0\n 45 591 40 595 34 598 c 1\n 34 600 l 1\n 84 633 181 638 192 573 c 1\n 219 577 250 578 273 586 c 1\n 304 588 334 594 366 591 c 1\n 469 599 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni12BC\nEncoding: 4796 4796 1538\nWidth: 875\nFlags: W\nHStem: 140.999 22.0007<669.063 701.224> 526.762 135.687<570 577>\nVStem: 562 103<50 112> 576 102.851<332 364> 755 103<76 85>\nFore\n469 599 m 1\n 478 640 532 663 584 663 c 0\n 592 663 601 663 609 662 c 0\n 614 662 619 662 624 659 c 1\n 601 654 592 632 599 611 c 0\n 608 584 628 562 654 551 c 1\n 654 549 l 1\n 600 523 513 511 478 560 c 0\n 475 565 472 574 466 576 c 0\n 457 578 446 575 437 574 c 0\n 419 573 402 571 384 571 c 1\n 388 552 l 1\n 380 512 370 473 361 434 c 1\n 425 473 509 494 583 473 c 0\n 622 462 659 438 673 398 c 0\n 683 372 679 342 678 315 c 0\n 677 284 675 252 673 221 c 0\n 671 202 669 182 669 163 c 1\n 729 163 760 160 803 144 c 0\n 829 133 859 117 858 85 c 0\n 858 63 843 52 830 43 c 0\n 800 25 765 16 731 12 c 0\n 720 11 709 12 698 11 c 0\n 693 10 689 7 684 6 c 0\n 674 4 663 3 652 2 c 2\n 615 -3 l 2\n 605 -4 595 -5 586 -1 c 0\n 565 11 562 37 562 67 c 0\n 562 160 575 253 576 345 c 0\n 576 357 577 368 574 380 c 0\n 566 423 522 458 478 454 c 0\n 467 452 456 451 446 446 c 0\n 408 431 383 393 369 355 c 0\n 338 266 346 156 356 61 c 0\n 357 48 360 34 370 27 c 0\n 376 24 388 21 382 11 c 0\n 378 4 366 5 359 4 c 0\n 356 4 301 -4 289 -4 c 0\n 272 -3 262 10 257 25 c 0\n 253 39 253 52 253 66 c 2\n 250 110 l 2\n 246 155 238 200 241 246 c 0\n 244 299 264 343 292 376 c 0\n 303 390 316 404 331 413 c 1\n 331 414 l 1\n 314 412 298 408 281 405 c 0\n 275 404 266 401 261 407 c 0\n 254 414 261 430 262 438 c 2\n 280 524 l 2\n 281 532 285 543 284 551 c 0\n 284 555 281 561 276 561 c 0\n 273 562 270 560 267 560 c 0\n 263 559 259 558 255 558 c 2\n 209 552 l 2\n 183 552 189 546 176 533 c 0\n 150 500 93 487 45 487 c 0\n 33 487 21 486 10 489 c 1\n 10 490 l 1\n 17 490 24 492 31 495 c 0\n 65 512 74 558 49 586 c 0\n 45 591 40 595 34 598 c 1\n 34 600 l 1\n 84 633 181 638 192 573 c 1\n 219 577 250 578 273 586 c 1\n 304 588 334 594 366 591 c 1\n 469 599 l 1\n667 141 m 1\n 667 117 665 92 665 68 c 0\n 665 58 664 45 670 36 c 1\n 675 31 685 33 691 33 c 0\n 710 33 735 35 748 51 c 0\n 755 60 755 72 755 82 c 0\n 755 94 757 107 751 118 c 0\n 737 141 698 141 667 141 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni12BD\nEncoding: 4797 4797 1539\nWidth: 729\nFlags: W\nHStem: 526.762 135.687<570 577>\nVStem: 252.525 102.475<54 73 299 303> 562 103<54 107> 575.715 103.214<332 364>\nFore\n469 599 m 1\n 478 640 532 663 584 663 c 0\n 592 663 601 663 609 662 c 0\n 614 662 619 662 624 659 c 1\n 601 654 592 632 599 611 c 0\n 608 584 628 562 654 551 c 1\n 654 549 l 1\n 600 523 513 511 478 560 c 0\n 475 565 472 574 466 576 c 0\n 457 578 446 575 437 574 c 0\n 419 573 402 571 384 571 c 1\n 388 552 l 1\n 382 512 370 478 362 440 c 1\n 425 469 502 492 580 472 c 0\n 620 461 658 438 673 398 c 0\n 683 371 679 341 678 313 c 0\n 675 214 665 164 665 72 c 0\n 665 54 665 36 678 28 c 0\n 684 24 697 23 692 12 c 0\n 689 3 671 4 663 3 c 2\n 620 -2 l 2\n 604 -4 589 -6 576 7 c 0\n 563 21 562 42 562 60 c 0\n 562 130 571 249 575 319 c 0\n 576 341 579 366 572 387 c 0\n 563 420 532 449 492 452 c 0\n 482 454 472 453 462 452 c 0\n 391 439 355 364 355 298 c 1\n 370 300 384 303 399 305 c 0\n 405 307 413 308 416 301 c 128\n 419 294 413 287 410 282 c 0\n 377 225 352 150 355 73 c 0\n 355 59 355 41 366 30 c 0\n 368 28 391 20 381 10 c 0\n 377 4 351 3 341 2 c 2\n 309 -2 l 2\n 293 -4 277 -6 266 8 c 0\n 260 16 254 26 254 38 c 0\n 250 60 255 84 258 106 c 0\n 270 190 286 220 314 282 c 1\n 301 280 288 278 275 275 c 0\n 269 274 262 272 257 275 c 0\n 253 278 253 283 253 287 c 0\n 253 342 284 383 319 412 c 1\n 306 410 292 407 279 405 c 0\n 274 404 267 402 262 405 c 0\n 254 411 259 423 261 431 c 2\n 276 505 l 2\n 279 519 283 534 284 548 c 0\n 285 553 282 560 276 561 c 0\n 273 562 270 560 267 560 c 0\n 263 559 259 558 255 558 c 2\n 209 552 l 2\n 183 552 189 546 176 533 c 0\n 150 500 93 487 45 487 c 0\n 33 487 21 486 10 489 c 1\n 10 490 l 1\n 17 490 24 492 31 495 c 0\n 65 512 74 558 49 586 c 0\n 45 591 40 595 34 598 c 1\n 34 600 l 1\n 84 633 181 638 192 573 c 1\n 219 577 250 578 273 586 c 1\n 304 588 334 594 366 591 c 1\n 469 599 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni12BE\nEncoding: 4798 4798 1540\nWidth: 729\nFlags: W\nHStem: 526.762 135.687<570 577>\nVStem: 241.939 106.073<199 236> 561.657 103.343<187.047 200 200.047 227.188> 576.673 102.291<335.348 373.308>\nFore\n469 599 m 1\n 478 640 532 663 584 663 c 0\n 592 663 601 663 609 662 c 0\n 614 662 619 662 624 659 c 1\n 601 654 592 632 599 611 c 0\n 608 584 628 562 654 551 c 1\n 654 549 l 1\n 600 523 513 511 478 560 c 0\n 475 565 472 574 466 576 c 0\n 457 578 446 575 437 574 c 0\n 419 573 402 571 384 571 c 1\n 388 552 l 1\n 380 512 370 473 361 434 c 1\n 424 472 506 493 579 474 c 0\n 615 464 650 444 668 410 c 0\n 680 386 680 361 678 335 c 0\n 675 290 665 245 665 200 c 0\n 665 188 666 172 676 164 c 0\n 681 160 688 160 692 156 c 0\n 695 151 693 145 688 142 c 0\n 683 140 678 140 673 140 c 0\n 653 136 634 136 614 132 c 0\n 607 131 600 130 593 132 c 0\n 569 137 563 166 562 187 c 0\n 560 226 567 265 572 304 c 0\n 575 328 579 354 575 378 c 0\n 567 421 524 457 479 454 c 0\n 422 449 390 407 372 363 c 0\n 342 286 347 199 351 118 c 0\n 352 102 354 87 355 71 c 0\n 356 56 358 34 371 27 c 0\n 374 25 378 24 381 21 c 0\n 385 17 383 10 378 7 c 0\n 370 3 358 4 349 3 c 2\n 309 -2 l 2\n 293 -4 276 -6 265 9 c 0\n 253 25 253 46 253 65 c 0\n 250 113 l 0\n 242 188 230 265 265 335 c 0\n 277 361 306 398 331 413 c 1\n 331 414 l 1\n 314 412 298 408 281 405 c 0\n 275 404 266 401 261 407 c 0\n 254 414 261 430 262 438 c 2\n 280 524 l 2\n 281 532 285 543 284 551 c 0\n 284 555 281 561 276 561 c 0\n 273 562 270 560 267 560 c 0\n 263 559 259 558 255 558 c 2\n 209 552 l 2\n 183 552 189 546 176 533 c 0\n 150 500 93 487 45 487 c 0\n 33 487 21 486 10 489 c 1\n 10 490 l 1\n 17 490 24 492 31 495 c 0\n 65 512 74 558 49 586 c 0\n 45 591 40 595 34 598 c 1\n 34 600 l 1\n 84 633 181 638 192 573 c 1\n 219 577 250 578 273 586 c 1\n 304 588 334 594 366 591 c 1\n 469 599 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni12C0\nEncoding: 4800 4800 1541\nWidth: 1137\nFlags: W\nHStem: 121.282 182.718<821 847 970 986> 126.387 28.7731<892.159 914.369> 262 41<679 755> 270.856 29.1441<902 916> 526.545 135.544<566 577>\nVStem: 242.005 105.491<197 236> 562 102.026<60 82> 576 102.245<316 364> 742.921 105.079<204 223> 961.691 116.008<204 222>\nFore\n469 599 m 1\n 478 640 532 663 584 663 c 0\n 592 663 601 663 609 662 c 0\n 614 662 619 662 624 659 c 1\n 601 654 592 632 599 611 c 0\n 608 584 628 562 654 551 c 1\n 654 549 l 1\n 600 523 513 511 478 560 c 0\n 475 565 472 574 466 576 c 0\n 457 578 446 575 437 574 c 0\n 419 573 402 571 384 571 c 1\n 388 552 l 1\n 380 512 370 473 361 434 c 1\n 424 472 506 493 578 474 c 0\n 614 465 649 445 667 411 c 0\n 685 378 678 339 678 303 c 1\n 721 303 764 303 807 302 c 0\n 812 302 817 304 822 304 c 0\n 829 305 835 305 842 305 c 0\n 865 305 888 300 912 300 c 0\n 948 300 985 314 1020 300 c 0\n 1040 292 1057 277 1068 258 c 0\n 1094 210 1068 147 1027 129 c 0\n 992 112 954 123 917 126 c 0\n 882 129 846 115 811 123 c 0\n 751 137 724 211 756 262 c 1\n 698 262 l 2\n 693 262 681 264 677 260 c 0\n 673 255 667 125 666 106 c 0\n 665 83 658 42 676 29 c 0\n 682 24 697 23 692 12 c 0\n 689 4 676 5 669 4 c 2\n 622 -2 l 2\n 613 -3 603 -5 594 -3 c 0\n 581 -1 572 10 568 21 c 0\n 560 40 562 60 562 80 c 2\n 562 103 l 2\n 564 121 564 140 565 158 c 0\n 567 195 576 296 576 346 c 0\n 576 359 576 372 573 385 c 0\n 558 441 493 469 442 445 c 0\n 338 394 340 212 355 72 c 0\n 356 55 357 34 371 27 c 0\n 375 25 379 24 382 21 c 0\n 386 15 382 8 376 7 c 0\n 368 4 358 4 349 3 c 2\n 308 -2 l 2\n 294 -4 281 -6 269 5 c 0\n 253 19 254 45 253 65 c 0\n 253 81 251 96 250 112 c 0\n 242 187 230 265 265 335 c 0\n 277 361 306 398 331 413 c 1\n 331 414 l 1\n 314 412 298 408 281 405 c 0\n 275 404 266 401 261 407 c 0\n 254 414 261 430 262 438 c 2\n 280 524 l 2\n 281 532 285 543 284 551 c 0\n 284 555 281 561 276 561 c 0\n 273 562 270 560 267 560 c 0\n 263 559 259 558 255 558 c 2\n 209 552 l 2\n 183 552 189 546 176 533 c 0\n 150 500 93 487 45 487 c 0\n 33 487 21 486 10 489 c 1\n 10 490 l 1\n 17 490 24 492 31 495 c 0\n 65 512 74 558 49 586 c 0\n 45 591 40 595 34 598 c 1\n 34 600 l 1\n 84 633 181 638 192 573 c 1\n 219 577 250 578 273 586 c 1\n 304 588 334 594 366 591 c 1\n 469 599 l 1\n952 180 m 0\n 970 205 962 236 945 255 c 1\n 909 289 853 264 848 224 c 0\n 844 203 851 181 868 167 c 0\n 893 147 934 153 952 180 c 0\nEndSplineSet\nEndChar\nStartChar: uni12C1\nEncoding: 4801 4801 1542\nWidth: 1000\nFlags: W\nEndChar\nStartChar: uni12C2\nEncoding: 4802 4802 1543\nWidth: 1167\nFlags: W\nHStem: 215 163<842 886> 226 19<914 960> 273 19<679 770> 525.893 136.107<576 578> 551.332 22.6679<194.432 198>\nVStem: 240.801 106.677<203.043 242.129> 563 103<47.7124 78> 577.061 102.939<332 368>\nFore\n469 598 m 1\n 481 645 534 658 576 662 c 0\n 587 663 598 663 609 662 c 0\n 614 662 619 662 624 659 c 1\n 601 653 593 631 600 610 c 0\n 609 583 629 562 655 551 c 1\n 655 549 l 1\n 645 545 635 540 625 536 c 0\n 569 518 509 521 481 556 c 0\n 478 560 471 574 468 575 c 0\n 463 578 452 575 446 575 c 2\n 408 572 l 2\n 400 572 392 571 384 570 c 1\n 388 551 l 1\n 380 512 371 474 362 435 c 1\n 380 444 397 453 416 460 c 0\n 474 481 540 491 599 468 c 0\n 649 448 680 416 680 351 c 0\n 680 331 679 312 678 292 c 1\n 771 292 l 1\n 787 292 787 302 794 311 c 0\n 802 325 811 338 818 353 c 0\n 820 360 821 370 827 375 c 0\n 832 380 841 378 847 378 c 2\n 927 378 l 0\n 948 378 943 361 937 348 c 0\n 928 324 911 301 898 279 c 0\n 895 274 877 253 891 246 c 0\n 894 244 899 245 903 245 c 2\n 928 245 l 2\n 941 245 956 243 969 245 c 0\n 1001 252 1011 258 1044 262 c 0\n 1056 264 1067 265 1079 266 c 0\n 1087 267 1095 267 1100 261 c 128\n 1105 255 1105 247 1102 241 c 0\n 1100 238 1096 235 1095 231 c 0\n 1093 225 1096 217 1099 211 c 0\n 1104 197 1111 184 1119 171 c 0\n 1122 166 1127 160 1124 153 c 0\n 1119 140 1085 130 1070 129 c 0\n 1037 125 1001 138 980 165 c 0\n 967 182 960 204 960 226 c 1\n 914 226 l 1\n 912 217 907 215 897 215 c 1\n 821 215 l 1\n 811 215 800 214 791 217 c 0\n 775 224 762 244 766 262 c 0\n 766 266 769 270 771 273 c 1\n 677 273 l 1\n 677 230 664 133 666 78 c 0\n 666 56 664 39 678 28 c 0\n 684 24 699 22 693 11 c 0\n 691 7 686 6 682 6 c 0\n 673 4 663 3 654 2 c 2\n 622 -2 l 2\n 606 -4 590 -7 578 6 c 0\n 562 22 563 45 563 74 c 0\n 563 88 564 102 564 116 c 0\n 566 176 573 237 575 297 c 0\n 577 338 582 370 569 400 c 0\n 549 442 500 462 456 450 c 0\n 412 437 384 395 369 354 c 0\n 339 267 346 159 356 61 c 0\n 357 49 361 33 370 27 c 0\n 376 24 387 22 383 12 c 0\n 379 4 367 5 360 4 c 2\n 314 -2 l 2\n 305 -3 295 -5 286 -4 c 0\n 271 -1 261 12 257 26 c 0\n 255 34 251 94 250 110 c 0\n 247 141 242 172 241 203 c 0\n 239 258 247 314 280 360 c 0\n 294 381 312 398 331 414 c 1\n 315 412 270 402 264 404 c 0\n 259 406 258 411 258 416 c 0\n 259 425 262 434 264 443 c 0\n 270 471 275 499 281 527 c 0\n 282 536 288 551 281 559 c 0\n 276 565 264 559 257 558 c 0\n 252 557 202 549 189 552 c 1\n 172 519 141 503 106 495 c 0\n 87 490 68 487 48 487 c 0\n 35 487 22 486 10 489 c 1\n 10 490 l 1\n 42 492 69 524 63 556 c 0\n 60 575 49 589 33 599 c 1\n 58 618 90 623 120 623 c 0\n 154 623 176 612 188 588 c 0\n 190 583 191 574 198 574 c 0\n 202 573 246 579 254 580 c 0\n 259 581 263 584 268 585 c 0\n 272 586 337 591 346 592 c 0\n 352 592 357 591 363 591 c 0\n 373 591 461 599 469 598 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni12C3\nEncoding: 4803 4803 1544\nWidth: 758\nFlags: W\nHStem: -76 143<621 684> -75.4482 138.448<280 307> 432.009 40.5118<400.877 421.687> 551.333 22.6671<148.583 152>\nVStem: 211.793 100.207<195 200> 518 103<76.0312 138.648 172 291> 597 104<-53 -39> 607 104<33.0077 43>\nFore\n423 598 m 1\n 431 640 487 663 539 663 c 0\n 551 663 567 665 578 659 c 1\n 556 654 546 632 553 612 c 0\n 562 585 582 563 608 551 c 1\n 608 549 l 1\n 598 545 588 540 578 536 c 0\n 545 525 492 521 459 536 c 0\n 449 542 440 549 433 559 c 0\n 429 564 426 574 420 576 c 0\n 411 578 400 575 391 574 c 0\n 373 573 356 571 338 571 c 1\n 342 553 l 1\n 334 513 323 476 313 438 c 1\n 349 467 389 478 447 470 c 0\n 520 458 585 410 611 340 c 0\n 624 304 621 267 621 230 c 2\n 621 67 l 1\n 678 67 l 2\n 685 67 696 69 702 64 c 0\n 710 57 711 43 711 33 c 0\n 709 9 701 -15 700 -39 c 0\n 700 -44 700 -49 701 -54 c 0\n 702 -60 708 -68 701 -73 c 0\n 696 -78 685 -76 678 -76 c 2\n 624 -76 l 2\n 614 -76 606 -77 601 -67 c 0\n 597 -59 597 -50 597 -41 c 0\n 597 -20 604 1 607 22 c 0\n 607 29 608 36 607 43 c 0\n 606 49 603 53 602 59 c 1\n 529 59 l 1\n 484 49 438 41 393 32 c 1\n 393 13 391 -5 382 -22 c 0\n 356 -74 293 -91 243 -63 c 0\n 238 -60 233 -57 230 -53 c 0\n 224 -45 231 -38 235 -31 c 0\n 244 -17 253 -1 257 16 c 0\n 260 30 255 30 251 39 c 0\n 248 46 249 54 255 59 c 0\n 263 66 278 63 288 63 c 0\n 309 63 331 59 352 56 c 0\n 378 50 375 48 397 52 c 2\n 424 58 l 2\n 455 64 487 71 518 76 c 1\n 518 108 519 140 520 172 c 2\n 520 228 l 2\n 521 276 524 326 499 370 c 0\n 478 406 419 457 376 418 c 0\n 342 386 319 306 315 250 c 2\n 312 200 l 2\n 312 193 312 185 304 183 c 0\n 297 181 288 182 281 182 c 2\n 237 182 l 2\n 230 182 220 180 215 186 c 128\n 210 192 212 201 213 207 c 0\n 214 221 214 236 216 250 c 0\n 223 299 240 347 267 388 c 0\n 278 403 290 421 306 431 c 1\n 306 432 l 1\n 292 430 225 417 220 418 c 128\n 215 419 212 423 212 428 c 0\n 212 436 229 504 234 530 c 0\n 236 539 242 551 235 559 c 1\n 230 563 225 561 220 559 c 0\n 217 559 213 558 210 558 c 0\n 204 557 156 549 143 552 c 1\n 126 519 95 503 60 495 c 0\n 41 490 22 487 2 487 c 0\n -11 487 -24 486 -36 489 c 1\n -36 490 l 1\n -29 490 -22 492 -15 495 c 0\n 19 512 28 556 4 585 c 0\n -1 590 -6 595 -12 598 c 1\n -12 600 l 1\n 14 617 43 623 74 623 c 0\n 107 623 130 612 142 589 c 0\n 144 584 145 574 152 574 c 0\n 157 573 200 578 208 580 c 0\n 228 588 235 586 258 588 c 0\n 272 589 286 591 300 592 c 0\n 306 592 311 591 317 591 c 0\n 327 591 415 599 423 598 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni12C4\nEncoding: 4804 4804 1545\nWidth: 875\nFlags: W\nHStem: -75.3709 138.371<310 324> 68 22<621.062 657.133> 198 22<621.031 668.984> 432.263 40.7843<405.008 419.732> 551.333 22.6671<148.583 152>\nVStem: 212 99<190 203> 519 102<90 198 220 292.982> 712.476 102.524<135.508 145>\nFore\n423 598 m 1\n 431 640 487 663 539 663 c 0\n 551 663 567 665 578 659 c 1\n 556 654 546 632 553 612 c 0\n 562 585 582 563 608 551 c 1\n 608 549 l 1\n 598 545 588 540 578 536 c 0\n 545 525 492 521 459 536 c 0\n 449 542 440 549 433 559 c 0\n 429 564 426 574 420 576 c 0\n 411 578 400 575 391 574 c 0\n 373 573 356 571 338 571 c 1\n 342 553 l 1\n 334 513 323 476 313 438 c 1\n 352 468 387 479 447 470 c 0\n 527 456 607 396 620 305 c 0\n 623 277 621 248 621 220 c 1\n 638 220 654 221 671 220 c 0\n 705 218 738 211 769 197 c 0\n 791 188 814 172 815 145 c 0\n 815 118 792 103 771 92 c 0\n 724 69 672 68 621 68 c 1\n 617 55 599 59 588 59 c 0\n 569 59 549 61 530 59 c 0\n 515 57 500 52 485 48 c 2\n 442 37 l 2\n 437 36 428 35 424 31 c 0\n 420 26 422 15 421 9 c 0\n 412 -52 351 -89 294 -72 c 0\n 285 -69 262 -60 257 -50 c 0\n 255 -45 258 -40 261 -36 c 2\n 276 -10 l 2\n 278 -6 290 16 287 27 c 0\n 286 33 280 37 279 43 c 0\n 277 50 281 58 287 61 c 0\n 291 63 296 63 301 63 c 2\n 324 63 l 2\n 346 60 384 56 406 51 c 0\n 416 49 474 65 486 68 c 1\n 491 69 510 72 515 76 c 0\n 520 79 519 92 519 98 c 0\n 520 120 517 141 519 163 c 0\n 521 184 520 204 520 225 c 0\n 520 248 522 270 521 293 c 0\n 517 349 486 413 430 429 c 0\n 422 431 413 433 405 432 c 0\n 381 429 365 408 354 389 c 0\n 329 345 319 293 314 243 c 0\n 313 230 313 216 312 203 c 0\n 312 198 313 193 311 188 c 0\n 307 181 297 182 290 182 c 2\n 238 182 l 2\n 231 182 222 180 216 185 c 0\n 211 189 212 198 212 204 c 0\n 214 219 214 234 216 249 c 0\n 223 298 239 346 267 388 c 0\n 278 403 290 421 306 431 c 1\n 306 432 l 1\n 292 430 225 417 220 418 c 128\n 215 419 212 423 212 428 c 0\n 212 436 229 504 234 530 c 0\n 236 539 242 551 235 559 c 1\n 230 563 225 561 220 559 c 0\n 217 559 213 558 210 558 c 0\n 204 557 156 549 143 552 c 1\n 126 519 95 503 60 495 c 0\n 41 490 22 487 2 487 c 0\n -11 487 -24 486 -36 489 c 1\n -36 490 l 1\n -29 490 -22 492 -15 495 c 0\n 19 512 28 556 4 585 c 0\n -1 590 -6 595 -12 598 c 1\n -12 600 l 1\n 14 617 43 623 74 623 c 0\n 107 623 130 612 142 589 c 0\n 144 584 145 574 152 574 c 0\n 157 573 200 578 208 580 c 0\n 228 588 235 586 258 588 c 0\n 272 589 286 591 300 592 c 0\n 306 592 311 591 317 591 c 0\n 327 591 415 599 423 598 c 1\n621 90 m 1\n 648 90 698 89 708 115 c 0\n 711 121 711 127 712 133 c 0\n 713 150 714 173 699 185 c 0\n 677 202 647 198 621 198 c 1\n 621 90 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni12C5\nEncoding: 4805 4805 1546\nWidth: 1108\nFlags: W\nHStem: 363 19<679 730> 363 164<750 842> 526.545 135.544<566 577>\nVStem: 562 103<61 110> 575.466 103.534<317 363> 749.351 119.522<456.096 477.977>\nFore\n469 599 m 1\n 478 640 532 663 584 663 c 0\n 592 663 601 663 609 662 c 0\n 614 662 619 662 624 659 c 1\n 601 654 592 632 599 611 c 0\n 608 584 628 562 654 551 c 1\n 654 549 l 1\n 600 523 513 511 478 560 c 0\n 475 565 472 574 466 576 c 0\n 457 578 446 575 437 574 c 0\n 419 573 402 571 384 571 c 1\n 388 552 l 1\n 380 512 370 473 361 434 c 1\n 428 474 516 495 592 470 c 0\n 632 457 672 426 677 382 c 1\n 718 382 l 2\n 732 382 735 381 738 391 c 0\n 739 396 740 402 740 407 c 0\n 744 430 751 455 749 478 c 0\n 748 490 742 499 737 510 c 0\n 731 525 743 527 754 527 c 1\n 831 527 l 1\n 837 527 845 528 850 525 c 0\n 858 519 862 505 865 496 c 0\n 872 477 868 456 865 436 c 0\n 863 422 862 407 858 393 c 1\n 865 393 872 392 879 393 c 0\n 895 397 974 422 1004 414 c 0\n 1014 411 1018 400 1013 391 c 0\n 1012 387 1008 384 1006 380 c 0\n 1003 364 1021 334 1028 323 c 0\n 1031 317 1038 310 1036 303 c 0\n 1034 297 1026 293 1021 290 c 0\n 1005 281 988 277 970 277 c 0\n 927 277 888 303 875 345 c 0\n 873 355 872 364 872 374 c 1\n 857 373 l 1\n 853 368 848 365 842 363 c 1\n 679 363 l 1\n 679 262 666 177 665 69 c 0\n 665 52 666 35 677 28 c 0\n 682 25 692 25 693 17 c 0\n 696 3 668 4 657 3 c 2\n 617 -2 l 2\n 608 -3 599 -5 591 -3 c 0\n 565 6 562 37 562 69 c 0\n 562 90 563 112 564 133 c 0\n 568 210 577 288 576 365 c 0\n 574 418 527 461 464 452 c 0\n 416 443 385 399 370 356 c 0\n 342 281 345 181 353 89 c 0\n 355 70 353 38 370 27 c 0\n 376 24 387 22 383 12 c 0\n 379 4 366 5 359 4 c 0\n 355 3 298 -6 284 -3 c 0\n 257 2 253 36 253 66 c 2\n 250 110 l 2\n 246 155 238 200 241 246 c 0\n 244 299 264 343 292 376 c 0\n 303 390 316 404 331 413 c 1\n 331 414 l 1\n 314 412 298 408 281 405 c 0\n 275 404 266 401 261 407 c 0\n 254 414 261 430 262 438 c 2\n 280 524 l 2\n 281 532 285 543 284 551 c 0\n 284 555 281 561 276 561 c 0\n 273 562 270 560 267 560 c 0\n 263 559 259 558 255 558 c 2\n 209 552 l 2\n 183 552 189 546 176 533 c 0\n 150 500 93 487 45 487 c 0\n 33 487 21 486 10 489 c 1\n 10 490 l 1\n 17 490 24 492 31 495 c 0\n 65 512 74 558 49 586 c 0\n 45 591 40 595 34 598 c 1\n 34 600 l 1\n 84 633 181 638 192 573 c 1\n 219 577 250 578 273 586 c 1\n 304 588 334 594 366 591 c 1\n 469 599 l 1\nEndSplineSet\nEndChar\nStartChar: uni12C8\nEncoding: 4808 4808 1547\nWidth: 758\nFlags: W\nHStem: 92 42<264.016 311> 92.4388 37.7643<431 463> 436 35<498 512>\nVStem: 64.0966 101.903<185 201> 606 101.145<313 330>\nFore\n379 455 m 1\n 380 461 381 469 387 472 c 0\n 395 475 407 473 415 473 c 0\n 437 473 461 475 482 471 c 0\n 488 469 493 471 499 471 c 2\n 530 471 l 2\n 587 468 659 461 691 405 c 0\n 695 396 699 387 702 377 c 0\n 717 317 699 245 681 199 c 0\n 671 176 659 152 640 134 c 0\n 602 99 547 93 498 93 c 0\n 491 93 484 92 477 92 c 0\n 455 92 434 93 412 92 c 0\n 406 92 401 89 395 89 c 0\n 372 89 349 96 326 95 c 0\n 321 95 317 93 312 93 c 0\n 296 92 280 92 264 92 c 0\n 196 90 125 90 87 128 c 0\n 51 164 66 218 74 262 c 0\n 81 301 92 341 115 373 c 0\n 156 428 248 467 335 462 c 0\n 350 461 364 457 379 455 c 1\n311 134 m 1\n 370 417 l 1\n 357 419 345 422 332 421 c 0\n 285 418 234 392 208 352 c 0\n 189 323 182 287 176 253 c 0\n 173 233 166 212 166 191 c 0\n 166 122 249 134 311 134 c 1\n415 132 m 1\n 453 126 512 131 540 148 c 0\n 585 177 606 255 606 321 c 0\n 606 344 603 368 593 389 c 0\n 577 420 544 436 510 436 c 0\n 503 436 482 434 477 427 c 0\n 477 426 417 147 415 132 c 1\nEndSplineSet\nEndChar\nStartChar: uni12C9\nEncoding: 4809 4809 1548\nWidth: 875\nFlags: W\nHStem: 92 38.133<432 473> 98.1748 22.3592<672 675> 436 35<500 512> 453 20G<397 422>\nVStem: 64.5917 102.152<182 193> 606 101<305 337>\nFore\n379 455 m 1\n 379 467 385 473 397 473 c 2\n 422 473 l 2\n 438 473 455 474 471 473 c 0\n 476 473 482 470 487 470 c 128\n 492 470 496 471 501 471 c 0\n 573 471 646 465 684 415 c 0\n 703 390 707 357 707 327 c 0\n 707 279 696 228 674 185 c 0\n 659 151 642 133 613 115 c 1\n 659 120 l 2\n 666 120 675 120 682 123 c 0\n 688 125 690 134 693 139 c 0\n 712 173 767 188 818 186 c 0\n 825 186 833 184 840 184 c 1\n 840 183 l 1\n 835 181 829 179 825 175 c 0\n 797 150 826 100 853 84 c 0\n 859 80 865 77 871 74 c 1\n 862 65 847 61 835 58 c 0\n 799 47 750 45 718 61 c 0\n 708 67 699 76 693 85 c 0\n 690 89 688 98 682 99 c 0\n 679 99 619 93 611 93 c 0\n 603 92 590 88 587 98 c 0\n 586 100 586 102 586 104 c 1\n 556 95 526 94 495 93 c 0\n 478 93 462 92 445 92 c 0\n 433 92 422 93 410 92 c 0\n 405 91 400 89 395 89 c 0\n 375 89 355 93 335 94 c 0\n 295 96 241 86 194 89 c 0\n 157 90 115 97 88 125 c 0\n 52 164 65 218 75 264 c 0\n 86 317 104 366 138 400 c 0\n 184 446 262 474 346 460 c 0\n 357 459 368 456 379 455 c 1\n311 135 m 1\n 312 144 362 379 366 396 c 0\n 367 401 371 411 368 415 c 0\n 366 417 362 418 359 418 c 0\n 352 420 344 420 337 421 c 0\n 303 423 268 411 242 389 c 0\n 194 351 184 285 171 228 c 0\n 166 201 160 171 182 150 c 0\n 211 124 265 133 311 135 c 1\n415 132 m 1\n 453 126 512 131 540 148 c 0\n 585 177 606 255 606 321 c 0\n 606 344 603 368 593 389 c 0\n 577 420 544 436 510 436 c 0\n 503 436 482 434 477 427 c 0\n 477 426 417 147 415 132 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni12CA\nEncoding: 4810 4810 1549\nWidth: 700\nFlags: W\nHStem: 266.698 38.6463<452 454> 481.838 38.1618<267.305 295.988 296 314.981>\nVStem: 55.3287 100.726<347 364> 253.201 103.799<51 55> 537.104 105.993<412.365 445.658>\nFore\n284 264 m 1\n 234 248 175 240 125 260 c 0\n 104 269 84 282 72 301 c 0\n 44 343 52 397 81 436 c 0\n 120 490 187 513 252 519 c 0\n 267 520 281 520 296 520 c 0\n 302 520 310 519 316 520 c 0\n 320 520 322 523 325 525 c 0\n 332 530 369 531 381 532 c 0\n 387 532 394 532 400 534 c 0\n 405 535 409 541 414 544 c 0\n 472 575 556 570 605 521 c 0\n 617 509 626 494 633 479 c 0\n 657 424 636 358 595 317 c 0\n 558 281 497 254 427 271 c 0\n 411 273 402 275 398 288 c 0\n 397 296 395 315 406 317 c 0\n 412 318 416 314 421 312 c 0\n 459 293 496 317 515 348 c 0\n 540 388 544 442 526 485 c 0\n 515 509 492 531 464 528 c 0\n 448 527 429 518 421 503 c 0\n 419 500 358 62 357 55 c 0\n 357 48 357 44 364 44 c 0\n 370 44 428 52 451 52 c 1\n 464 106 540 124 608 114 c 1\n 608 113 l 1\n 585 110 574 87 580 66 c 0\n 589 38 611 16 637 4 c 1\n 637 3 l 1\n 604 -12 585 -20 542 -20 c 0\n 497 -20 466 -5 451 31 c 1\n 366 22 l 1\n 369 16 372 8 366 3 c 0\n 361 0 352 1 346 1 c 2\n 298 1 l 2\n 290 1 276 -2 270 5 c 0\n 267 8 254 36 253 43 c 0\n 252 48 254 53 254 58 c 1\n 266 125 272 196 284 264 c 1\n315 481 m 1\n 295 482 275 483 256 479 c 0\n 218 470 188 440 169 406 c 0\n 157 383 149 353 162 329 c 0\n 186 288 237 291 279 302 c 0\n 292 306 290 311 292 323 c 1\n 300 375 306 428 315 481 c 1\nEndSplineSet\nEndChar\nStartChar: uni12CB\nEncoding: 4811 4811 1550\nWidth: 700\nFlags: W\nHStem: 266.873 38.4283<449 454>\nVStem: 54.9762 100.604<351 367> 251.44 103.56<35 37> 536.563 106.437<415 431>\nFore\n284 264 m 1\n 251 255 l 0\n 188 241 103 245 67 308 c 0\n 46 350 54 392 75 427 c 0\n 111 488 185 513 252 519 c 0\n 273 520 294 518 315 520 c 0\n 319 520 321 523 324 525 c 0\n 327 526 330 527 333 527 c 0\n 354 530 377 529 398 533 c 0\n 403 534 407 539 411 542 c 0\n 417 546 424 549 431 551 c 0\n 538 592 643 525 643 429 c 0\n 643 404 636 380 625 358 c 0\n 593 298 529 266 463 266 c 0\n 452 266 409 270 400 281 c 0\n 398 285 398 288 398 292 c 0\n 398 300 396 315 406 317 c 0\n 411 318 415 315 419 313 c 0\n 470 288 508 329 523 362 c 0\n 550 421 539 507 485 526 c 0\n 463 533 432 525 421 503 c 0\n 417 495 417 483 416 474 c 1\n 394 315 360 77 358 61 c 0\n 357 53 355 43 355 35 c 0\n 356 32 356 28 359 26 c 1\n 363 21 372 18 368 10 c 128\n 364 2 347 4 336 2 c 2\n 295 -1 l 2\n 281 -2 265 -5 257 9 c 0\n 249 21 251 39 254 55 c 1\n 264 126 273 194 284 264 c 1\n315 481 m 1\n 295 482 275 483 256 479 c 0\n 218 470 188 440 169 406 c 0\n 157 383 149 353 162 329 c 0\n 186 288 237 291 279 302 c 0\n 292 306 290 311 292 323 c 1\n 300 375 306 428 315 481 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni12CC\nEncoding: 4812 4812 1551\nWidth: 700\nFlags: W\nHStem: 11 22<373 413> 141.009 21.9909<372.062 408.851> 488 34<301 315> 532.173 30.7284<469 471>\nVStem: 75.3967 100.436<349 365> 461.034 101.37<77 93> 524 105.457<413 429>\nFore\n284 263 m 1\n 269 260 254 256 239 253 c 0\n 187 246 123 255 92 302 c 0\n 69 336 70 382 90 417 c 0\n 122 479 191 508 256 518 c 0\n 271 520 286 521 301 522 c 0\n 316 522 l 0\n 323 523 329 527 336 528 c 0\n 356 530 378 529 398 533 c 0\n 404 534 407 539 411 542 c 0\n 436 559 472 568 508 562 c 0\n 582 551 646 476 627 400 c 0\n 611 326 532 311 469 299 c 0\n 451 296 434 293 416 289 c 0\n 403 287 398 293 398 305 c 0\n 398 312 396 322 402 327 c 0\n 407 330 416 330 422 330 c 0\n 473 335 523 365 524 415 c 0\n 524 436 520 457 514 477 c 0\n 511 491 506 506 496 517 c 0\n 474 543 434 535 421 504 c 0\n 417 494 417 482 416 471 c 1\n 399 369 388 266 372 163 c 1\n 434 163 510 155 546 123 c 0\n 566 105 570 76 551 55 c 0\n 522 26 468 13 422 11 c 0\n 389 11 l 0\n 384 11 378 12 373 11 c 0\n 368 9 364 6 359 5 c 0\n 338 1 315 1 294 -1 c 0\n 282 -2 269 -5 260 5 c 0\n 253 12 252 22 252 31 c 0\n 252 46 255 60 257 75 c 2\n 274 198 l 2\n 277 219 279 242 284 263 c 1\n316 488 m 1\n 261 488 214 452 189 405 c 0\n 177 383 169 353 182 330 c 0\n 199 299 244 289 280 301 c 0\n 292 305 289 309 292 322 c 1\n 300 378 306 433 316 488 c 1\n355 33 m 1\n 392 33 l 2\n 412 33 433 34 449 47 c 0\n 463 59 462 82 460 99 c 0\n 460 144 406 141 369 141 c 1\n 364 105 359 70 355 33 c 1\nEndSplineSet\nEndChar\nStartChar: uni12CD\nEncoding: 4813 4813 1552\nWidth: 992\nFlags: W\nHStem: 92 42<232.72 263.93 264.016 311 474 474> 92 38.5441<431 473> 436 35.3894<497.27 513 513.031 526.901> 453 20G<396 415>\nVStem: 64.0784 101.922<185 201> 607 100<312 331>\nFore\n379 455 m 1\n 381 467 384 473 396 473 c 2\n 415 473 l 2\n 434 473 452 474 471 473 c 0\n 479 473 486 470 494 471 c 0\n 509 472 525 471 540 470 c 0\n 591 468 653 459 685 414 c 0\n 701 393 712 349 707 310 c 1\n 778 317 l 1\n 793 370 864 388 933 379 c 1\n 933 378 l 1\n 927 376 922 373 917 369 c 0\n 892 347 913 310 931 291 c 0\n 945 277 949 279 964 268 c 1\n 913 240 819 230 787 278 c 0\n 784 283 781 292 775 294 c 0\n 768 296 759 293 752 292 c 0\n 736 291 721 289 705 288 c 1\n 699 239 678 175 649 143 c 0\n 642 136 636 129 628 124 c 0\n 589 96 541 94 495 93 c 0\n 481 93 467 92 453 92 c 128\n 439 92 425 93 411 92 c 0\n 405 92 400 89 394 89 c 0\n 379 90 332 95 324 95 c 0\n 321 95 317 93 314 93 c 0\n 297 92 281 92 264 92 c 0\n 192 90 115 90 81 135 c 0\n 53 172 66 221 74 263 c 0\n 82 303 92 343 118 376 c 0\n 158 429 252 467 336 462 c 0\n 351 461 365 458 379 455 c 1\n311 134 m 1\n 371 417 l 1\n 358 419 346 422 333 421 c 0\n 283 418 231 390 205 347 c 0\n 188 319 182 285 177 254 c 0\n 173 233 166 212 166 191 c 0\n 166 122 249 134 311 134 c 1\n415 132 m 1\n 455 127 514 131 542 149 c 0\n 585 178 607 254 607 320 c 0\n 607 341 604 364 596 384 c 0\n 582 417 548 436 513 436 c 0\n 503 436 488 435 480 429 c 0\n 474 424 474 414 473 407 c 0\n 461 362 430 197 415 132 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni12CE\nEncoding: 4814 4814 1553\nWidth: 758\nFlags: W\nHStem: 258 41<432.031 484> 269.506 41.4939<245.323 263 263.031 283.99> 489 41<332 342> 512 41.1931<448.031 488.617>\nVStem: 52 103<9.36669 33>\nFore\n313 266 m 1\n 303 266 294 268 284 269 c 0\n 271 270 258 269 245 270 c 0\n 193 275 104 302 108 364 c 0\n 116 463 214 511 296 526 c 0\n 308 528 319 529 331 530 c 0\n 350 530 360 529 368 540 c 0\n 371 546 371 551 378 552 c 0\n 384 554 390 553 396 553 c 2\n 427 553 l 2\n 459 553 492 555 524 549 c 0\n 586 536 647 493 657 427 c 0\n 660 401 656 379 648 359 c 0\n 624 302 567 264 506 259 c 0\n 488 258 469 258 451 258 c 0\n 442 258 431 260 423 257 c 0\n 418 256 376 229 370 225 c 1\n 324 196 245 149 198 111 c 0\n 185 100 172 87 163 72 c 0\n 156 59 155 43 155 28 c 0\n 155 21 157 9 151 4 c 0\n 146 -1 136 1 130 1 c 2\n 77 1 l 2\n 70 1 60 -1 55 5 c 0\n 50 10 52 23 52 30 c 0\n 52 59 60 85 80 106 c 0\n 117 145 202 195 251 226 c 2\n 290 251 l 2\n 298 256 306 260 313 266 c 1\n330 304 m 1\n 335 365 339 427 343 489 c 1\n 300 488 251 471 228 433 c 0\n 218 416 213 394 212 374 c 0\n 212 364 211 354 212 344 c 0\n 212 315 239 311 263 311 c 0\n 285 311 308 309 330 304 c 1\n432 299 m 1\n 466 299 509 292 535 318 c 0\n 550 333 553 353 554 373 c 0\n 558 419 560 468 535 493 c 0\n 511 514 478 512 448 512 c 1\n 443 441 438 369 432 299 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni12D0\nEncoding: 4816 4816 1554\nWidth: 554\nFlags: W\nVStem: 79 103.026<108.134 170 173.017 217.987> 414 103<223 383>\nFore\n330 492 m 1\n 339 504 360 507 374 508 c 0\n 425 515 478 486 502 441 c 0\n 520 407 517 369 517 332 c 0\n 517 231 524 86 449 47 c 0\n 420 32 385 36 353 36 c 0\n 330 36 330 37 315 31 c 2\n 288 22 l 1\n 200 -8 l 2\n 164 -19 146 -22 123 -5 c 0\n 100 14 90 46 84 74 c 0\n 78 105 80 136 79 168 c 0\n 77 269 79 337 120 400 c 0\n 158 458 220 494 303 501 c 0\n 314 502 325 504 330 492 c 1\n329 491 m 1\n 325 481 314 483 305 481 c 0\n 290 478 277 471 265 461 c 0\n 208 414 190 311 184 218 c 0\n 183 203 184 188 183 173 c 0\n 181 136 180 85 196 57 c 0\n 203 41 216 31 236 38 c 0\n 242 39 304 53 314 54 c 0\n 328 57 342 57 355 64 c 0\n 390 83 402 130 409 174 c 0\n 416 225 414 277 414 328 c 0\n 414 360 418 394 404 424 c 0\n 395 442 380 458 363 468 c 0\n 351 476 334 477 329 491 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni12D1\nEncoding: 4817 4817 1555\nWidth: 787\nFlags: W\nVStem: 79.4376 102.466<109.365 168.973 174.368 217.988> 414 103<224 282 301 391> 414.181 319.317<284.912 297.982>\nFore\n330 492 m 1\n 339 503 358 506 372 508 c 0\n 442 518 510 464 517 392 c 0\n 518 380 517 368 517 356 c 2\n 517 301 l 1\n 524 301 593 308 608 312 c 0\n 616 313 623 316 631 318 c 0\n 657 324 690 331 720 333 c 0\n 727 333 734 333 739 328 c 0\n 744 322 744 314 740 307 c 0\n 738 304 735 302 734 298 c 0\n 730 280 751 249 758 237 c 0\n 762 231 767 223 761 217 c 0\n 753 207 730 198 716 196 c 0\n 669 188 621 212 605 258 c 0\n 601 269 599 280 599 291 c 1\n 517 282 l 1\n 517 199 514 97 462 56 c 1\n 433 31 393 36 357 36 c 0\n 319 36 319 33 290 23 c 2\n 208 -5 l 2\n 186 -12 161 -24 138 -14 c 0\n 105 -1 95 34 85 69 c 0\n 78 102 80 135 79 169 c 0\n 75 256 76 352 136 421 c 0\n 172 462 222 489 276 498 c 0\n 285 500 295 500 304 501 c 0\n 315 502 325 504 330 492 c 1\n329 491 m 1\n 325 481 314 483 305 481 c 0\n 290 478 277 471 265 461 c 0\n 208 414 190 311 184 218 c 0\n 183 203 184 188 183 173 c 0\n 181 136 180 85 196 57 c 0\n 203 41 216 31 236 38 c 0\n 242 39 304 53 314 54 c 0\n 328 57 342 57 355 64 c 0\n 390 83 402 130 409 174 c 0\n 416 225 414 277 414 328 c 0\n 414 360 418 394 404 424 c 0\n 395 442 380 458 363 468 c 0\n 351 476 334 477 329 491 c 1\nEndSplineSet\nEndChar\nStartChar: uni12D2\nEncoding: 4818 4818 1556\nWidth: 758\nFlags: W\nHStem: -42 137<652 676> 327 19.7262<210.357 222.968> 327 40<279 290> 558 41<325 356>\nVStem: 59.8304 105.693<422 438> 354 104<30 57> 396 104.442<470 486>\nDStem: 426 221 547 257 366 87 478 101\nFore\n430 343 m 1\n 419 337 408 332 396 329 c 0\n 373 325 349 327 326 327 c 1\n 176 327 l 1\n 169 327 161 326 154 327 c 0\n 125 331 101 347 84 364 c 0\n 73 375 64 392 61 412 c 0\n 51 472 96 527 145 556 c 0\n 202 590 271 599 337 599 c 0\n 392 599 436 591 467 563 c 0\n 522 512 503 424 460 371 c 0\n 452 362 444 353 434 346 c 1\n 497 346 l 2\n 508 346 520 348 530 345 c 0\n 549 340 557 319 559 301 c 0\n 563 283 553 269 547 257 c 0\n 478 101 l 0\n 470 85 458 69 458 46 c 0\n 458 37 457 30 460 21 c 1\n 553 30 l 1\n 563 74 622 95 676 95 c 2\n 710 92 l 1\n 710 91 l 1\n 687 88 676 65 682 44 c 0\n 691 16 713 -6 739 -18 c 1\n 739 -19 l 1\n 713 -31 688 -42 652 -42 c 0\n 619 -42 587 -39 565 -12 c 0\n 560 -6 556 1 554 8 c 1\n 525 7 497 2 468 0 c 0\n 463 0 457 1 452 1 c 0\n 386 1 l 2\n 378 1 370 1 363 7 c 0\n 357 13 355 22 354 30 c 0\n 354 36 355 43 355 49 c 0\n 355 69 360 72 366 87 c 2\n 426 221 l 1\n 426 221 453 279 455 287 c 0\n 459 298 454 315 446 323 c 0\n 440 328 428 327 429 338 c 0\n 429 340 429 341 430 343 c 1\n301 347 m 1\n 362 356 396 426 396 482 c 0\n 396 508 388 539 365 554 c 0\n 358 558 349 558 341 558 c 0\n 291 558 247 546 215 521 c 0\n 175 490 153 435 173 386 c 0\n 181 366 199 344 223 347 c 0\n 243 348 259 362 278 367 c 0\n 284 368 295 370 299 364 c 0\n 302 359 301 352 301 347 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni12D3\nEncoding: 4819 4819 1557\nWidth: 583\nFlags: W\nHStem: 327 19.7262<210.357 222.968> 327 40<279 290> 558 41<325 356>\nVStem: 60.2914 105.47<417 433> 355 102<34 45.9905 47 49> 396 103.97<465 497> 456.127 103.659<289.017 298.988>\nFore\n430 343 m 1\n 419 337 408 332 396 329 c 0\n 373 325 349 327 326 327 c 1\n 176 327 l 1\n 169 327 161 326 154 327 c 0\n 125 331 101 347 84 364 c 0\n 73 375 64 392 61 412 c 0\n 51 472 96 527 145 556 c 0\n 202 590 271 599 337 599 c 0\n 392 599 436 591 467 563 c 0\n 522 512 503 424 460 371 c 0\n 452 362 444 353 434 346 c 1\n 504 346 l 2\n 516 346 529 348 539 341 c 0\n 550 333 565 305 558 283 c 0\n 554 272 462 71 459 58 c 0\n 457 51 457 41 457 34 c 0\n 458 30 458 26 460 23 c 0\n 465 18 475 17 471 7 c 0\n 471 2 463 1 459 1 c 1\n 389 1 l 1\n 375 1 361 2 357 18 c 0\n 354 27 354 37 355 46 c 0\n 355 65 359 72 366 86 c 1\n 429 227 l 1\n 448 271 l 2\n 452 280 457 289 456 299 c 0\n 455 308 452 317 446 323 c 0\n 440 328 428 327 429 338 c 0\n 429 340 429 341 430 343 c 1\n301 347 m 1\n 362 356 396 426 396 482 c 0\n 396 508 388 539 365 554 c 0\n 358 558 349 558 341 558 c 0\n 291 558 247 546 215 521 c 0\n 175 490 153 435 173 386 c 0\n 181 366 199 344 223 347 c 0\n 243 348 259 362 278 367 c 0\n 284 368 295 370 299 364 c 0\n 302 359 301 352 301 347 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni12D4\nEncoding: 4820 4820 1558\nWidth: 758\nFlags: W\nHStem: 11 21.64<480 511> 139 217<495 503> 140 23<504 509> 337 20<234 250 298 304> 337 22<284 285> 568 22<321 346>\nVStem: 58.7884 104.949<425.219 445.969> 354 103<33.0077 49> 390.336 106.578<465 482> 455 105<298 311> 563.125 101.794<81 92>\nFore\n429 352 m 1\n 397 333 376 337 334 337 c 2\n 204 337 l 2\n 187 337 169 335 152 337 c 0\n 127 341 100 357 84 373 c 0\n 78 380 73 388 69 396 c 0\n 40 453 77 518 126 550 c 0\n 186 588 261 590 330 590 c 0\n 391 590 434 583 468 554 c 0\n 517 507 499 427 461 380 c 0\n 453 371 445 363 435 356 c 1\n 502 356 l 2\n 515 356 528 357 539 350 c 0\n 552 342 557 325 559 311 c 0\n 559 306 560 302 560 297 c 0\n 559 291 556 285 554 280 c 2\n 542 252 l 2\n 529 222 517 192 503 163 c 1\n 511 162 519 162 527 162 c 0\n 570 158 620 148 648 123 c 0\n 668 106 671 73 654 56 c 0\n 625 27 570 13 524 11 c 0\n 509 10 495 12 480 11 c 0\n 473 10 472 4 466 2 c 0\n 459 -1 449 1 442 1 c 2\n 386 1 l 2\n 376 1 366 2 360 11 c 0\n 354 19 354 30 354 39 c 0\n 354 71 362 78 371 101 c 2\n 425 226 l 1\n 426 229 451 284 455 296 c 0\n 459 306 454 324 447 332 c 1\n 441 337 429 336 428 346 c 0\n 428 348 429 350 429 352 c 1\n322 361 m 0\n 385 385 404 463 382 536 c 0\n 375 556 366 568 342 568 c 0\n 254 568 173 523 164 446 c 0\n 161 409 182 366 220 357 c 0\n 241 352 262 357 283 359 c 0\n 290 359 295 357 302 357 c 128\n 309 357 316 359 322 361 c 0\n457 33 m 1\n 492 33 562 26 562 70 c 0\n 564 86 566 111 554 124 c 1\n 542 135 525 139 509 140 c 0\n 505 140 498 142 494 139 c 0\n 493 138 463 74 459 59 c 0\n 457 51 457 41 457 33 c 1\nEndSplineSet\nEndChar\nStartChar: uni12D5\nEncoding: 4821 4821 1559\nWidth: 496\nFlags: W\nVStem: 204 121<523 539 545 549> 357 103<147 275>\nFore\n219 410 m 1\n 215 422 215 435 214 448 c 0\n 214 450 204 521 204 539 c 0\n 203 544 202 549 204 554 c 0\n 208 562 222 560 230 560 c 2\n 294 560 l 2\n 301 560 313 562 319 556 c 0\n 322 553 323 548 323 544 c 0\n 324 537 325 530 325 523 c 0\n 330 481 332 462 336 425 c 1\n 337 421 337 417 336 413 c 0\n 332 405 320 408 313 406 c 1\n 325 406 338 403 350 399 c 0\n 394 388 440 362 455 316 c 0\n 460 298 460 280 460 262 c 2\n 460 204 l 2\n 460 165 465 123 442 89 c 0\n 417 51 369 33 325 25 c 2\n 296 22 l 2\n 272 22 222 3 200 -3 c 0\n 187 -7 174 -12 160 -13 c 0\n 109 -16 82 38 73 80 c 0\n 65 112 64 149 66 197 c 0\n 67 214 67 230 70 247 c 0\n 84 338 138 388 219 410 c 1\n268 394 m 1\n 234 385 214 356 201 325 c 0\n 175 264 166 195 169 130 c 0\n 170 100 176 64 198 42 c 0\n 216 24 240 32 262 37 c 0\n 267 38 271 40 276 41 c 0\n 287 43 298 43 308 49 c 0\n 351 73 357 126 357 170 c 0\n 357 257 370 341 311 377 c 0\n 304 381 297 384 289 385 c 0\n 281 387 272 386 268 394 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni12D6\nEncoding: 4822 4822 1560\nWidth: 612\nFlags: W\nHStem: 278.39 21.3573<344 354> 568.364 21.6885<385 391>\nVStem: 66.9413 104.059<49 66> 171 103<369 465> 442.379 112.168<442 465>\nFore\n248 291 m 1\n 214 298 180 323 172 358 c 0\n 170 367 171 377 171 386 c 2\n 171 427 l 2\n 171 467 169 484 186 510 c 0\n 245 594 461 627 530 534 c 0\n 587 458 537 344 479 304 c 0\n 439 276 417 279 362 279 c 0\n 336 279 331 277 312 268 c 0\n 239 238 174 156 171 66 c 0\n 171 52 169 36 180 25 c 0\n 185 21 193 21 197 16 c 0\n 200 11 198 4 193 2 c 128\n 188 0 183 1 178 1 c 1\n 116 1 l 1\n 107 1 99 1 91 5 c 0\n 54 23 67 89 79 128 c 0\n 101 198 157 257 228 284 c 0\n 235 286 242 288 248 291 c 1\n403 328 m 0\n 440 369 449 428 438 493 c 0\n 434 517 429 549 410 563 c 0\n 398 572 378 568 364 565 c 0\n 334 560 301 546 286 519 c 0\n 269 490 274 444 274 401 c 0\n 274 375 273 349 290 327 c 0\n 298 317 309 308 321 304 c 0\n 356 292 383 307 403 328 c 0\nEndSplineSet\nEndChar\nStartChar: uni12D8\nEncoding: 4824 4824 1561\nWidth: 525\nFlags: W\nVStem: 34 104<63.0263 65> 81.0047 102.799<415.738 450.971> 329 103<61 92> 374.564 103.436<445 479>\nFore\n363 355 m 1\n 367 398 379 441 374 484 c 0\n 373 492 372 502 365 508 c 1\n 360 514 344 513 347 525 c 0\n 351 535 376 534 388 535 c 0\n 424 538 l 0\n 439 539 455 541 466 528 c 0\n 478 516 478 489 478 467 c 0\n 478 432 472 398 467 363 c 0\n 457 279 445 194 435 110 c 0\n 433 96 432 82 432 68 c 0\n 432 52 434 32 445 26 c 0\n 451 23 462 22 460 12 c 0\n 459 7 454 5 450 5 c 0\n 443 4 396 -0 385 -1 c 0\n 367 -3 348 -4 338 14 c 0\n 330 25 329 49 329 66 c 2\n 329 92 l 2\n 330 114 356 302 360 332 c 1\n 169 314 l 1\n 168 303 148 161 146 144 c 0\n 143 123 138 101 137 79 c 0\n 137 74 138 70 138 65 c 0\n 138 52 139 30 151 26 c 0\n 157 22 169 21 165 11 c 0\n 163 6 156 4 151 4 c 2\n 114 1 l 2\n 105 0 97 -1 88 -1 c 0\n 78 -2 69 -4 60 0 c 0\n 36 9 35 41 34 63 c 0\n 33 90 74 368 79 408 c 0\n 82 427 84 469 67 477 c 0\n 61 480 49 482 53 492 c 0\n 57 501 76 499 84 500 c 0\n 99 502 114 503 129 504 c 0\n 146 506 163 506 174 490 c 0\n 181 478 182 464 183 451 c 0\n 186 422 180 393 176 364 c 0\n 175 355 173 345 173 336 c 1\n 363 355 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni12D9\nEncoding: 4825 4825 1562\nWidth: 700\nFlags: W\nVStem: 34 104<63.0263 65> 81.0047 102.799<415.738 450.971> 329 103<48.2164 81> 375.187 102.813<461 479>\nFore\n363 355 m 1\n 367 398 379 442 374 485 c 0\n 373 493 372 502 365 508 c 1\n 360 514 343 514 348 526 c 0\n 350 533 373 534 383 534 c 0\n 394 536 405 536 416 537 c 0\n 434 539 455 543 467 526 c 0\n 477 516 478 491 478 475 c 0\n 478 442 462 321 456 276 c 1\n 505 279 552 296 601 303 c 0\n 613 305 624 306 636 307 c 0\n 642 307 649 306 653 302 c 0\n 665 287 652 283 649 272 c 0\n 644 256 665 221 672 211 c 0\n 692 187 650 173 632 170 c 0\n 576 160 514 196 514 264 c 1\n 453 256 l 1\n 453 240 450 224 447 209 c 2\n 438 132 l 2\n 435 109 432 87 432 64 c 0\n 432 53 433 36 442 28 c 0\n 446 24 452 25 456 22 c 128\n 460 19 461 14 459 9 c 0\n 454 2 431 3 420 2 c 2\n 385 -1 l 2\n 352 -5 337 5 332 30 c 0\n 329 43 329 55 329 68 c 0\n 329 107 354 289 360 332 c 1\n 169 314 l 1\n 168 303 148 161 146 144 c 0\n 143 123 138 101 137 79 c 0\n 137 74 138 70 138 65 c 0\n 138 52 139 30 151 26 c 0\n 157 22 169 21 165 11 c 0\n 163 6 156 4 151 4 c 2\n 114 1 l 2\n 105 0 97 -1 88 -1 c 0\n 78 -2 69 -4 60 0 c 0\n 36 9 35 41 34 63 c 0\n 33 90 74 368 79 408 c 0\n 82 427 84 469 67 477 c 0\n 61 480 49 482 53 492 c 0\n 57 501 76 499 84 500 c 0\n 99 502 114 503 129 504 c 0\n 146 506 163 506 174 490 c 0\n 181 478 182 464 183 451 c 0\n 186 422 180 393 176 364 c 0\n 175 355 173 345 173 336 c 1\n 363 355 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni12DA\nEncoding: 4826 4826 1563\nWidth: 700\nFlags: W\nHStem: 10 22.1765<499 500>\nVStem: 34 104<63.0263 65> 81.0047 102.799<415.738 450.971> 329 103<49 97> 374.918 103.082<451 479>\nFore\n363 355 m 1\n 367 398 379 441 374 484 c 0\n 373 492 372 502 365 508 c 1\n 360 514 344 513 347 525 c 0\n 351 535 375 534 387 535 c 2\n 424 538 l 2\n 441 540 459 540 469 523 c 0\n 477 509 478 490 478 470 c 0\n 478 428 450 234 445 189 c 0\n 440 150 432 111 432 72 c 0\n 432 59 431 38 441 29 c 0\n 446 24 452 25 458 26 c 0\n 494 32 l 0\n 514 32 512 39 519 50 c 0\n 535 82 589 98 634 98 c 0\n 645 98 657 98 667 95 c 1\n 661 93 656 90 651 86 c 0\n 623 59 654 15 677 -2 c 0\n 684 -7 691 -10 698 -15 c 1\n 666 -33 629 -41 592 -38 c 0\n 557 -36 538 -26 521 -5 c 0\n 518 -1 516 9 511 11 c 0\n 507 12 502 10 498 10 c 2\n 471 6 l 2\n 446 2 420 2 394 0 c 0\n 380 -2 364 -5 351 1 c 0\n 327 13 329 51 329 83 c 0\n 329 111 335 140 339 168 c 2\n 360 332 l 1\n 169 314 l 1\n 168 303 148 161 146 144 c 0\n 143 123 138 101 137 79 c 0\n 137 74 138 70 138 65 c 0\n 138 52 139 30 151 26 c 0\n 157 22 169 21 165 11 c 0\n 163 6 156 4 151 4 c 2\n 114 1 l 2\n 105 0 97 -1 88 -1 c 0\n 78 -2 69 -4 60 0 c 0\n 36 9 35 41 34 63 c 0\n 33 90 74 368 79 408 c 0\n 82 427 84 469 67 477 c 0\n 61 480 49 482 53 492 c 0\n 57 501 76 499 84 500 c 0\n 99 502 114 503 129 504 c 0\n 146 506 163 506 174 490 c 0\n 181 478 182 464 183 451 c 0\n 186 422 180 393 176 364 c 0\n 175 355 173 345 173 336 c 1\n 363 355 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni12DB\nEncoding: 4827 4827 1564\nWidth: 525\nFlags: W\nHStem: 132.874 367.126<79 86>\nVStem: 34 104.521<189 196> 79.8777 104.031<445 450> 329 103<61 92> 374.564 103.436<445 479>\nFore\n363 355 m 1\n 367 398 379 441 374 484 c 0\n 373 492 372 502 365 508 c 1\n 360 514 344 513 347 525 c 0\n 351 535 376 534 388 535 c 0\n 424 538 l 0\n 439 539 455 541 466 528 c 0\n 478 516 478 489 478 467 c 0\n 478 432 472 398 467 363 c 0\n 457 279 445 194 435 110 c 0\n 433 96 432 82 432 68 c 0\n 432 52 434 32 445 26 c 0\n 451 23 462 22 460 12 c 0\n 459 7 454 5 450 5 c 0\n 443 4 396 -0 385 -1 c 0\n 367 -3 348 -4 338 14 c 0\n 330 25 329 49 329 66 c 2\n 329 92 l 2\n 330 114 356 302 360 332 c 1\n 356 332 223 319 211 318 c 2\n 175 314 l 2\n 160 314 160 310 157 299 c 0\n 156 291 145 238 142 219 c 0\n 138 199 134 171 151 161 c 0\n 155 159 160 159 163 155 c 0\n 168 149 164 142 157 140 c 0\n 151 138 101 135 89 134 c 0\n 75 132 61 131 50 141 c 1\n 39 154 34 175 34 196 c 0\n 35 201 73 399 76 416 c 1\n 81 443 84 464 67 477 c 0\n 61 480 48 482 54 493 c 0\n 56 496 59 498 63 498 c 0\n 71 500 78 500 86 500 c 0\n 97 502 109 502 120 503 c 0\n 136 505 156 509 169 496 c 0\n 189 466 186 439 177 405 c 0\n 173 382 169 358 164 335 c 1\n 363 355 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni12DC\nEncoding: 4828 4828 1565\nWidth: 685\nFlags: W\nHStem: 11 22<464 498> 141 22<443 482>\nVStem: 34 104<63.0263 65> 81.0047 102.799<415.738 450.971> 329.095 102.943<61.0159 96.8268> 374.509 103.491<445 479> 551 102.329<79 83>\nFore\n363 355 m 1\n 367 398 379 442 374 485 c 0\n 373 493 372 502 365 508 c 1\n 360 514 343 514 348 526 c 0\n 350 536 400 535 416 537 c 0\n 435 539 457 543 468 524 c 0\n 478 512 478 490 478 471 c 2\n 478 445 l 2\n 477 428 473 410 471 393 c 2\n 453 248 l 2\n 450 230 442 173 442 163 c 1\n 521 163 592 159 637 123 c 0\n 641 119 645 115 648 110 c 0\n 663 84 649 57 626 42 c 0\n 593 22 551 13 513 11 c 0\n 480 11 l 0\n 475 11 469 12 464 11 c 0\n 459 9 455 6 450 5 c 0\n 428 1 406 1 384 -1 c 0\n 368 -3 352 -4 341 9 c 0\n 329 23 329 44 329 61 c 0\n 329 76 329 90 331 105 c 0\n 340 181 350 256 360 332 c 1\n 169 314 l 1\n 168 303 148 161 146 144 c 0\n 143 123 138 101 137 79 c 0\n 137 74 138 70 138 65 c 0\n 138 52 139 30 151 26 c 0\n 157 22 169 21 165 11 c 0\n 163 6 156 4 151 4 c 2\n 114 1 l 2\n 105 0 97 -1 88 -1 c 0\n 78 -2 69 -4 60 0 c 0\n 36 9 35 41 34 63 c 0\n 33 90 74 368 79 408 c 0\n 82 427 84 469 67 477 c 0\n 61 480 49 482 53 492 c 0\n 57 501 76 499 84 500 c 0\n 99 502 114 503 129 504 c 0\n 146 506 163 506 174 490 c 0\n 181 478 182 464 183 451 c 0\n 186 422 180 393 176 364 c 0\n 175 355 173 345 173 336 c 1\n 363 355 l 1\n551 83 m 0\n 552 94 552 108 547 118 c 0\n 536 137 502 141 476 141 c 2\n 452 141 l 2\n 449 141 444 142 441 139 c 0\n 437 137 437 130 437 126 c 0\n 432 94 431 82 433 50 c 0\n 436 37 436 33 449 33 c 2\n 474 33 l 2\n 501 33 536 34 547 55 c 0\n 552 64 551 74 551 83 c 0\nEndSplineSet\nEndChar\nStartChar: uni12DD\nEncoding: 4829 4829 1566\nWidth: 729\nFlags: W\nHStem: -1.89167 535.892<579 587>\nVStem: 46.686 143.314<455 461> 237.742 104.258<47.3895 79> 533 102.396<61 81> 578.267 103.733<445 483>\nFore\n568 359 m 1\n 568 369 570 379 571 389 c 0\n 575 421 582 453 578 486 c 0\n 577 494 575 503 569 508 c 1\n 564 514 547 514 552 526 c 0\n 554 533 577 534 587 534 c 0\n 598 536 609 536 620 537 c 0\n 638 539 659 543 671 526 c 0\n 681 512 682 490 682 469 c 0\n 682 437 677 406 673 374 c 0\n 661 287 650 200 639 113 c 0\n 636 89 629 40 648 26 c 0\n 654 23 666 22 664 12 c 0\n 663 7 658 5 654 5 c 0\n 647 4 600 -0 589 -1 c 0\n 571 -3 552 -4 542 14 c 0\n 533 26 533 48 533 66 c 2\n 533 92 l 2\n 533 96 563 314 564 336 c 1\n 376 316 l 1\n 374 296 342 100 341 79 c 0\n 341 74 342 70 342 65 c 0\n 342 52 343 30 355 26 c 0\n 361 22 373 21 369 11 c 0\n 364 1 342 3 329 2 c 2\n 294 -1 l 2\n 279 -3 264 -5 252 7 c 0\n 227 44 241 101 248 149 c 2\n 275 333 l 2\n 280 364 287 395 284 426 c 0\n 283 436 284 448 279 457 c 0\n 271 473 252 482 234 481 c 0\n 229 481 195 475 191 470 c 0\n 188 467 190 460 190 456 c 0\n 190 407 170 369 138 346 c 0\n 112 326 76 324 47 339 c 0\n 39 344 25 352 24 362 c 0\n 23 369 29 376 33 382 c 0\n 36 386 58 422 53 438 c 0\n 51 447 40 460 51 468 c 0\n 59 475 73 476 83 478 c 0\n 111 484 139 487 167 487 c 0\n 176 487 212 496 222 499 c 0\n 227 500 231 502 236 503 c 0\n 249 504 263 502 276 500 c 0\n 312 493 350 476 371 445 c 0\n 381 432 388 415 388 399 c 0\n 388 379 382 359 380 339 c 1\n 443 346 506 352 568 359 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni12DE\nEncoding: 4830 4830 1567\nWidth: 510\nFlags: W\nVStem: 34 104<63.0263 65> 81.0047 102.799<415.738 450.971> 375 103.035<465.484 478.987>\nFore\n355 354 m 1\n 359 380 376 464 375 479 c 0\n 374 489 372 500 365 508 c 0\n 360 514 344 513 347 525 c 0\n 352 536 397 535 416 537 c 128\n 435 539 455 543 467 524 c 0\n 471 519 473 514 474 508 c 0\n 484 473 473 437 467 402 c 0\n 456 337 443 273 433 208 c 0\n 431 193 433 167 446 161 c 0\n 452 158 462 156 460 147 c 0\n 458 137 438 138 428 137 c 2\n 387 134 l 2\n 372 133 357 130 345 141 c 1\n 343 144 341 146 339 149 c 0\n 324 174 329 206 334 233 c 0\n 339 266 344 299 351 331 c 1\n 169 314 l 1\n 168 303 148 161 146 144 c 0\n 143 123 138 101 137 79 c 0\n 137 74 138 70 138 65 c 0\n 138 52 139 30 151 26 c 0\n 157 22 169 21 165 11 c 0\n 163 6 156 4 151 4 c 2\n 114 1 l 2\n 105 0 97 -1 88 -1 c 0\n 78 -2 69 -4 60 0 c 0\n 36 9 35 41 34 63 c 0\n 33 90 74 368 79 408 c 0\n 82 427 84 469 67 477 c 0\n 61 480 49 482 53 492 c 0\n 57 501 76 499 84 500 c 0\n 99 502 114 503 129 504 c 0\n 146 506 163 506 174 490 c 0\n 181 478 182 464 183 451 c 0\n 186 422 180 393 176 364 c 0\n 175 355 173 345 173 336 c 1\n 355 354 l 1\nEndSplineSet\nEndChar\nStartChar: uni12DF\nEncoding: 4831 4831 1568\nWidth: 729\nFlags: W\nHStem: 1.51121 20.8718<455 470> 132.874 367.126<79 86>\nVStem: 34 104.521<189 196> 79.2 104.06<436 452> 119.821 142.179<-14 -8> 329.001 102.999<52 84> 374.687 103.351<448 484> 528 134.991<4 7>\nFore\n363 355 m 1\n 367 398 379 442 374 486 c 0\n 373 494 371 503 365 508 c 1\n 360 514 341 514 348 527 c 0\n 350 531 356 532 360 532 c 0\n 363 532 416 537 424 538 c 0\n 440 539 457 540 468 525 c 0\n 490 495 473 406 468 366 c 0\n 459 300 432 105 432 74 c 0\n 432 61 432 46 438 34 c 0\n 446 17 471 22 486 24 c 0\n 559 29 555 38 615 47 c 2\n 649 50 l 2\n 658 51 666 50 670 41 c 0\n 678 27 662 22 662 11 c 0\n 662 -2 677 -30 683 -40 c 0\n 688 -47 696 -56 691 -64 c 0\n 689 -68 683 -71 679 -74 c 0\n 635 -100 575 -89 546 -48 c 0\n 534 -32 528 -12 528 8 c 1\n 498 7 467 -2 438 3 c 1\n 408 1 378 -5 349 -1 c 1\n 262 -7 l 1\n 263 -14 263 -20 263 -27 c 0\n 263 -72 234 -119 192 -135 c 0\n 181 -139 169 -140 157 -140 c 0\n 138 -140 114 -129 103 -118 c 0\n 100 -114 96 -110 97 -105 c 0\n 98 -98 105 -91 108 -85 c 0\n 113 -78 130 -50 127 -32 c 0\n 124 -22 115 -15 123 -4 c 0\n 134 13 222 11 252 12 c 0\n 271 12 289 14 308 16 c 0\n 317 16 326 17 335 18 c 1\n 322 63 331 111 337 156 c 2\n 360 332 l 1\n 356 332 223 319 211 318 c 2\n 175 314 l 2\n 160 314 160 310 157 299 c 0\n 156 291 145 238 142 219 c 0\n 138 199 134 171 151 161 c 0\n 155 159 160 159 163 155 c 0\n 168 149 164 142 157 140 c 0\n 151 138 101 135 89 134 c 0\n 75 132 61 131 50 141 c 1\n 39 154 34 175 34 196 c 0\n 35 201 73 399 76 416 c 1\n 81 443 84 464 67 477 c 0\n 61 480 48 482 54 493 c 0\n 56 496 59 498 63 498 c 0\n 71 500 78 500 86 500 c 0\n 97 502 109 502 120 503 c 0\n 136 505 156 509 169 496 c 0\n 189 466 186 439 177 405 c 0\n 173 382 169 358 164 335 c 1\n 363 355 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni12E0\nEncoding: 4832 4832 1569\nWidth: 962\nFlags: W\nVStem: 61.4831 143.377<441 445> 238.338 103.662<47.3895 79> 533 102.548<65 85.9878>\nFore\n571 352 m 1\n 571 367 575 382 577 397 c 0\n 579 408 579 419 581 429 c 0\n 594 481 642 510 690 519 c 2\n 712 522 l 2\n 748 522 751 537 779 545 c 0\n 809 554 840 561 872 564 c 0\n 883 565 899 568 906 557 c 0\n 912 545 903 538 899 531 c 0\n 895 515 913 485 920 474 c 0\n 923 468 931 460 928 453 c 0\n 923 437 888 428 871 427 c 0\n 816 421 767 462 764 518 c 1\n 758 515 751 512 745 508 c 0\n 741 506 738 503 734 502 c 0\n 729 500 723 500 717 498 c 0\n 677 487 686 451 682 408 c 0\n 680 382 647 173 636 86 c 0\n 635 72 634 31 649 26 c 0\n 655 23 667 21 664 11 c 0\n 659 1 637 3 624 2 c 2\n 589 -1 l 2\n 582 -2 576 -3 569 -3 c 0\n 537 -0 533 32 533 65 c 2\n 533 90 l 2\n 533 111 563 281 567 330 c 1\n 503 325 440 319 376 314 c 1\n 376 314 349 130 346 114 c 0\n 344 102 342 91 341 79 c 0\n 341 74 342 70 342 65 c 0\n 342 52 343 30 355 26 c 0\n 361 22 373 21 369 11 c 0\n 364 1 341 3 328 2 c 0\n 295 -1 l 0\n 279 -2 263 -5 252 8 c 0\n 245 15 243 23 241 34 c 0\n 234 73 242 111 248 149 c 0\n 275 332 l 0\n 280 363 287 394 284 426 c 0\n 283 436 284 447 280 456 c 0\n 273 471 253 483 237 481 c 0\n 231 480 209 470 205 464 c 0\n 203 460 205 454 205 449 c 0\n 205 396 187 355 151 329 c 0\n 125 310 89 308 61 324 c 0\n 57 326 38 338 38 348 c 0\n 37 355 43 361 47 366 c 0\n 53 376 59 387 63 399 c 0\n 66 406 70 414 68 422 c 0\n 65 432 56 443 66 453 c 128\n 76 463 127 472 146 475 c 0\n 180 480 180 475 202 486 c 0\n 208 489 215 492 221 496 c 0\n 227 499 231 503 238 503 c 0\n 251 504 264 502 276 500 c 0\n 321 491 371 465 385 418 c 0\n 389 402 387 387 384 371 c 0\n 383 360 382 348 379 337 c 1\n 571 352 l 1\nEndSplineSet\nEndChar\nStartChar: uni12E1\nEncoding: 4833 4833 1570\nWidth: 962\nFlags: W\nVStem: 61.4831 143.377<441 445> 238.338 103.662<47.3895 79> 533 101.988<61 81>\nFore\n571 352 m 1\n 571 367 575 382 577 397 c 0\n 579 408 579 419 581 429 c 0\n 594 481 642 510 690 519 c 2\n 712 522 l 2\n 748 522 751 537 779 545 c 0\n 809 554 840 561 872 564 c 0\n 883 565 899 568 906 557 c 0\n 912 545 903 538 899 531 c 0\n 895 515 913 485 920 474 c 0\n 923 468 931 460 928 453 c 0\n 923 437 888 428 871 427 c 0\n 816 421 767 462 764 518 c 1\n 758 515 751 512 745 508 c 0\n 741 506 738 503 734 502 c 0\n 729 500 723 500 718 499 c 0\n 678 488 685 452 682 409 c 0\n 681 393 667 304 663 276 c 1\n 748 288 703 281 764 295 c 0\n 775 298 822 307 841 307 c 0\n 847 307 853 306 857 302 c 0\n 869 287 856 283 853 272 c 0\n 847 257 869 221 876 211 c 0\n 896 187 854 173 836 170 c 0\n 780 160 718 196 718 264 c 1\n 717 264 669 260 662 255 c 0\n 659 252 643 136 641 123 c 1\n 638 103 626 43 647 27 c 0\n 651 24 657 24 661 21 c 0\n 664 18 665 13 663 9 c 0\n 658 2 635 3 624 2 c 2\n 589 -1 l 2\n 573 -3 558 -5 546 8 c 0\n 535 19 533 44 533 65 c 2\n 533 90 l 2\n 533 98 556 250 558 265 c 1\n 561 287 565 308 567 330 c 1\n 503 325 440 319 376 314 c 1\n 376 314 349 130 346 114 c 0\n 344 102 342 91 341 79 c 0\n 341 74 342 70 342 65 c 0\n 342 52 343 30 355 26 c 0\n 361 22 373 21 369 11 c 0\n 364 1 341 3 328 2 c 0\n 295 -1 l 0\n 279 -2 263 -5 252 8 c 0\n 245 15 243 23 241 34 c 0\n 234 73 242 111 248 149 c 0\n 275 332 l 0\n 280 363 287 394 284 426 c 0\n 283 436 284 447 280 456 c 0\n 273 471 253 483 237 481 c 0\n 231 480 209 470 205 464 c 0\n 203 460 205 454 205 449 c 0\n 205 396 187 355 151 329 c 0\n 125 310 89 308 61 324 c 0\n 57 326 38 338 38 348 c 0\n 37 355 43 361 47 366 c 0\n 53 376 59 387 63 399 c 0\n 66 406 70 414 68 422 c 0\n 65 432 56 443 66 453 c 128\n 76 463 127 472 146 475 c 0\n 180 480 180 475 202 486 c 0\n 208 489 215 492 221 496 c 0\n 227 499 231 503 238 503 c 0\n 251 504 264 502 276 500 c 0\n 321 491 371 465 385 418 c 0\n 389 402 387 387 384 371 c 0\n 383 360 382 348 379 337 c 1\n 571 352 l 1\nEndSplineSet\nEndChar\nStartChar: uni12E2\nEncoding: 4834 4834 1571\nWidth: 962\nFlags: W\nVStem: 61.4831 143.377<441 445> 238.768 103.232<52 79> 533 103<52 63 63.0312 67.977 68 83>\nFore\n571 352 m 1\n 571 367 575 382 577 397 c 0\n 579 408 579 419 581 429 c 0\n 594 481 642 510 690 519 c 2\n 712 522 l 2\n 748 522 751 537 779 545 c 0\n 809 554 840 561 872 564 c 0\n 883 565 899 568 906 557 c 0\n 912 545 903 538 899 531 c 0\n 895 515 913 485 920 474 c 0\n 923 468 931 460 928 453 c 0\n 923 437 888 428 871 427 c 0\n 816 421 767 462 764 518 c 1\n 758 515 751 512 745 508 c 0\n 741 506 738 503 734 502 c 0\n 729 500 723 500 717 498 c 0\n 706 495 697 488 690 479 c 0\n 683 469 683 455 683 443 c 0\n 682 426 682 409 680 392 c 1\n 647 165 l 2\n 642 131 635 97 636 63 c 0\n 636 52 637 33 648 27 c 0\n 654 23 664 26 670 27 c 0\n 687 28 739 32 744 36 c 128\n 749 40 751 48 754 53 c 0\n 771 82 816 96 856 98 c 0\n 871 99 885 97 900 96 c 1\n 900 95 l 1\n 894 93 889 90 884 86 c 0\n 856 59 887 15 910 -2 c 0\n 917 -7 924 -10 931 -15 c 1\n 897 -34 821 -51 779 -27 c 0\n 769 -22 761 -14 754 -5 c 0\n 751 -1 748 9 743 11 c 0\n 738 12 732 11 728 10 c 2\n 698 7 l 2\n 666 4 635 2 603 0 c 0\n 588 -1 571 -6 557 0 c 0\n 532 12 533 45 533 68 c 2\n 533 83 l 2\n 533 106 539 129 542 152 c 1\n 550 212 559 271 567 330 c 1\n 503 325 440 319 376 314 c 1\n 376 314 349 130 346 114 c 0\n 344 102 342 91 341 79 c 0\n 341 74 342 70 342 65 c 0\n 342 52 343 30 355 26 c 0\n 361 22 373 21 369 11 c 0\n 364 1 341 3 328 2 c 0\n 295 -1 l 0\n 279 -2 263 -5 252 8 c 0\n 245 15 243 23 241 34 c 0\n 234 73 242 111 248 149 c 0\n 275 332 l 0\n 280 363 287 394 284 426 c 0\n 283 436 284 447 280 456 c 0\n 273 471 253 483 237 481 c 0\n 231 480 209 470 205 464 c 0\n 203 460 205 454 205 449 c 0\n 205 396 187 355 151 329 c 0\n 125 310 89 308 61 324 c 0\n 57 326 38 338 38 348 c 0\n 37 355 43 361 47 366 c 0\n 53 376 59 387 63 399 c 0\n 66 406 70 414 68 422 c 0\n 65 432 56 443 66 453 c 128\n 76 463 127 472 146 475 c 0\n 180 480 180 475 202 486 c 0\n 208 489 215 492 221 496 c 0\n 227 499 231 503 238 503 c 0\n 251 504 264 502 276 500 c 0\n 321 491 371 465 385 418 c 0\n 389 402 387 387 384 371 c 0\n 383 360 382 348 379 337 c 1\n 571 352 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni12E3\nEncoding: 4835 4835 1572\nWidth: 962\nFlags: W\nHStem: 480.913 22.476<237.031 253.444>\nVStem: 62.1802 142.82<437 447> 239 103.973<183 197> 533 102.548<65 85.9872>\nFore\n571 352 m 1\n 571 367 575 382 577 397 c 0\n 579 408 579 419 581 429 c 0\n 594 481 642 510 690 519 c 2\n 712 522 l 2\n 748 522 751 537 779 545 c 0\n 809 554 840 561 872 564 c 0\n 883 565 899 568 906 557 c 0\n 912 545 903 538 899 531 c 0\n 895 515 913 485 920 474 c 0\n 923 468 931 460 928 453 c 0\n 923 437 888 428 871 427 c 0\n 816 421 767 462 764 518 c 1\n 758 515 751 512 745 508 c 0\n 741 506 738 503 734 502 c 0\n 729 500 723 500 717 498 c 0\n 677 487 686 451 682 408 c 0\n 680 382 647 173 636 86 c 0\n 635 72 634 31 649 26 c 0\n 655 23 667 21 664 11 c 0\n 659 1 637 3 624 2 c 2\n 589 -1 l 2\n 582 -2 576 -3 569 -3 c 0\n 537 -0 533 32 533 65 c 2\n 533 90 l 2\n 533 111 563 281 567 330 c 1\n 536 326 428 319 382 315 c 0\n 378 314 371 315 367 312 c 0\n 364 309 349 232 347 223 c 0\n 342 199 338 177 353 162 c 0\n 359 158 373 157 369 146 c 0\n 365 138 353 139 346 138 c 0\n 329 137 281 132 274 132 c 0\n 249 135 241 162 239 183 c 0\n 239 188 238 192 238 197 c 0\n 241 214 275 377 281 404 c 128\n 287 431 289 460 269 473 c 0\n 251 485 234 482 219 473 c 0\n 214 471 207 469 205 464 c 0\n 202 459 205 450 205 445 c 0\n 205 432 204 420 201 407 c 0\n 190 360 152 312 100 313 c 0\n 88 313 67 319 58 326 c 0\n 51 330 38 339 38 348 c 0\n 37 355 45 363 48 369 c 0\n 50 373 72 407 68 424 c 0\n 65 433 58 439 63 449 c 0\n 70 463 132 473 152 476 c 0\n 186 479 180 477 202 486 c 0\n 205 488 229 502 237 503 c 0\n 277 506 322 493 350 477 c 0\n 367 467 382 453 387 434 c 0\n 390 421 374 352 370 336 c 1\n 437 342 504 347 571 352 c 1\nEndSplineSet\nEndChar\nStartChar: uni12E4\nEncoding: 4836 4836 1573\nWidth: 962\nFlags: W\nHStem: 10 23<668 694> 141 21.9982<652 694>\nVStem: 61.4831 143.377<441 445> 238.635 103.365<54 79> 532.615 102.714<54 84> 755 102.055<77 83>\nFore\n571 352 m 1\n 571 367 575 382 577 397 c 0\n 579 408 579 419 581 429 c 0\n 594 481 642 510 690 519 c 2\n 712 522 l 2\n 748 522 751 537 779 545 c 0\n 809 554 840 561 872 564 c 0\n 883 565 899 568 906 557 c 0\n 912 545 903 538 899 531 c 0\n 895 515 913 485 920 474 c 0\n 923 468 931 460 928 453 c 0\n 923 437 888 428 871 427 c 0\n 816 421 767 462 764 518 c 1\n 758 515 751 512 745 508 c 0\n 741 506 738 503 734 502 c 0\n 729 500 723 500 717 498 c 0\n 706 495 697 488 690 479 c 0\n 683 469 683 455 683 443 c 0\n 682 426 682 409 680 392 c 1\n 670 316 657 239 647 163 c 1\n 723 163 794 162 840 123 c 0\n 861 106 864 77 847 56 c 0\n 841 49 834 44 826 40 c 0\n 794 21 755 14 718 11 c 0\n 707 10 695 11 684 11 c 0\n 679 11 672 12 667 10 c 0\n 663 9 660 6 655 5 c 0\n 649 3 642 3 635 3 c 0\n 619 1 604 0 588 -1 c 0\n 571 -3 555 -4 544 11 c 0\n 528 32 532 80 536 111 c 1\n 545 184 558 257 567 330 c 1\n 503 325 440 319 376 314 c 1\n 376 314 349 130 346 114 c 0\n 344 102 342 91 341 79 c 0\n 341 74 342 70 342 65 c 0\n 342 52 343 30 355 26 c 0\n 361 22 373 21 369 11 c 0\n 364 1 341 3 328 2 c 0\n 295 -1 l 0\n 279 -2 263 -5 252 8 c 0\n 245 15 243 23 241 34 c 0\n 234 73 242 111 248 149 c 0\n 275 332 l 0\n 280 363 287 394 284 426 c 0\n 283 436 284 447 280 456 c 0\n 273 471 253 483 237 481 c 0\n 231 480 209 470 205 464 c 0\n 203 460 205 454 205 449 c 0\n 205 396 187 355 151 329 c 0\n 125 310 89 308 61 324 c 0\n 57 326 38 338 38 348 c 0\n 37 355 43 361 47 366 c 0\n 53 376 59 387 63 399 c 0\n 66 406 70 414 68 422 c 0\n 65 432 56 443 66 453 c 128\n 76 463 127 472 146 475 c 0\n 180 480 180 475 202 486 c 0\n 208 489 215 492 221 496 c 0\n 227 499 231 503 238 503 c 0\n 251 504 264 502 276 500 c 0\n 321 491 371 465 385 418 c 0\n 389 402 387 387 384 371 c 0\n 383 360 382 348 379 337 c 1\n 571 352 l 1\n755 83 m 0\n 756 94 756 108 751 118 c 0\n 740 137 706 141 680 141 c 2\n 656 141 l 2\n 642 141 644 135 641 125 c 0\n 640 112 627 50 642 35 c 0\n 645 33 649 33 653 33 c 2\n 678 33 l 2\n 705 33 740 34 751 55 c 0\n 756 64 755 74 755 83 c 0\nEndSplineSet\nEndChar\nStartChar: uni12E5\nEncoding: 4837 4837 1574\nWidth: 1021\nFlags: W\nHStem: 330 22<616 628> 539 23<248 300 405 470>\nVStem: 119.245 143.755<412 418> 301 103<474 538>\nFore\n301 539 m 1\n 257 539 l 2\n 219 539 234 538 204 532 c 0\n 186 529 167 528 148 528 c 0\n 136 528 123 528 111 529 c 0\n 102 529 85 530 90 543 c 0\n 91 548 95 553 97 558 c 0\n 106 581 99 603 86 618 c 0\n 81 623 71 629 72 637 c 0\n 72 650 101 653 115 655 c 0\n 172 659 220 624 239 577 c 0\n 241 573 242 565 247 562 c 0\n 251 560 260 561 265 561 c 2\n 309 561 l 2\n 331 561 354 560 376 560 c 0\n 389 560 403 561 416 561 c 2\n 451 561 l 2\n 457 561 464 560 470 561 c 0\n 477 562 478 570 480 576 c 0\n 498 623 549 658 604 655 c 0\n 615 653 648 652 648 637 c 0\n 649 629 638 623 634 618 c 0\n 620 602 614 579 624 556 c 0\n 627 550 636 536 626 531 c 0\n 621 528 614 529 609 529 c 0\n 595 528 582 528 568 528 c 0\n 551 528 533 529 516 532 c 0\n 506 534 496 538 486 539 c 0\n 477 540 467 539 458 539 c 2\n 404 539 l 1\n 404 483 l 2\n 404 476 406 465 402 459 c 0\n 399 454 393 454 387 454 c 1\n 387 453 l 1\n 415 440 442 413 446 381 c 0\n 447 366 443 352 441 337 c 1\n 481 339 593 349 609 351 c 0\n 615 351 622 351 628 352 c 0\n 636 355 637 384 638 394 c 0\n 644 450 700 483 754 491 c 2\n 779 494 l 2\n 800 494 814 507 830 513 c 0\n 859 525 903 531 939 536 c 0\n 946 536 956 537 962 532 c 0\n 967 527 968 518 965 511 c 0\n 959 502 956 502 959 490 c 0\n 963 473 972 456 981 442 c 0\n 985 436 991 429 987 421 c 0\n 979 410 955 401 940 399 c 0\n 901 392 858 409 837 443 c 0\n 829 457 825 473 823 489 c 1\n 795 475 800 474 776 470 c 0\n 765 467 755 460 749 451 c 0\n 738 436 743 408 741 386 c 0\n 740 374 697 109 695 82 c 0\n 694 67 693 45 702 32 c 0\n 703 30 705 27 708 26 c 0\n 714 23 727 21 722 10 c 0\n 718 2 694 3 683 2 c 2\n 648 -1 l 2\n 633 -3 618 -5 606 7 c 0\n 595 24 592 36 592 61 c 0\n 592 67 591 72 591 78 c 0\n 592 87 621 269 629 330 c 1\n 620 330 503 320 486 318 c 0\n 481 318 443 319 438 312 c 0\n 434 308 435 299 434 293 c 0\n 433 285 412 153 409 137 c 0\n 405 113 400 89 400 65 c 0\n 400 54 401 39 408 30 c 0\n 413 24 434 22 426 9 c 0\n 422 3 410 4 403 3 c 0\n 386 2 338 -3 331 -2 c 0\n 290 3 295 65 301 106 c 0\n 313 186 326 265 339 345 c 0\n 343 371 349 418 332 437 c 0\n 323 446 308 454 294 452 c 0\n 289 451 265 441 263 435 c 0\n 260 431 263 423 263 418 c 0\n 263 406 263 394 260 382 c 0\n 250 335 213 285 161 284 c 0\n 139 284 117 293 104 306 c 0\n 100 310 95 314 96 320 c 0\n 96 328 104 336 107 342 c 0\n 115 354 122 368 125 382 c 0\n 126 386 127 391 125 395 c 0\n 122 405 114 415 124 424 c 0\n 134 434 194 445 214 447 c 0\n 225 449 237 448 248 452 c 0\n 258 455 268 461 278 466 c 0\n 286 471 292 474 301 474 c 1\n 301 539 l 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni12E6\nEncoding: 4838 4838 1575\nWidth: 962\nFlags: W\nVStem: 62.2608 142.421<437 445> 238.338 103.662<47.3895 79>\nFore\n379 337 m 1\n 387 337 509 348 540 350 c 0\n 546 350 552 350 558 352 c 0\n 563 353 563 359 564 363 c 2\n 570 392 l 2\n 573 406 580 451 583 459 c 0\n 600 497 651 514 693 520 c 0\n 705 522 719 521 731 524 c 0\n 745 527 757 537 770 542 c 0\n 793 552 846 562 879 564 c 0\n 886 565 902 565 906 557 c 0\n 912 545 903 538 899 531 c 0\n 894 515 914 483 921 472 c 0\n 925 466 932 458 927 450 c 0\n 919 440 899 432 884 429 c 0\n 825 415 768 457 764 518 c 1\n 758 515 751 512 745 508 c 0\n 741 506 738 503 734 502 c 0\n 729 500 723 500 718 499 c 0\n 707 498 696 493 689 484 c 0\n 683 477 683 468 683 459 c 0\n 682 451 682 444 682 436 c 0\n 681 427 659 320 651 275 c 0\n 646 251 639 226 636 202 c 0\n 635 194 638 167 649 161 c 0\n 655 157 670 155 663 144 c 0\n 656 137 638 139 626 137 c 0\n 587 134 l 0\n 577 133 567 131 557 136 c 0\n 515 157 540 240 549 283 c 0\n 551 298 554 314 558 329 c 1\n 376 314 l 1\n 376 314 349 130 346 114 c 0\n 344 102 342 91 341 79 c 0\n 341 74 342 70 342 65 c 0\n 342 52 343 30 355 26 c 0\n 361 22 373 21 369 11 c 0\n 364 1 341 3 328 2 c 0\n 295 -1 l 0\n 279 -2 263 -5 252 8 c 0\n 245 15 243 23 241 34 c 0\n 234 73 242 111 248 149 c 0\n 275 332 l 0\n 280 363 287 394 284 426 c 0\n 283 436 284 447 280 456 c 0\n 273 471 253 483 237 481 c 0\n 231 480 209 470 205 464 c 0\n 203 460 205 454 205 449 c 0\n 205 396 187 355 151 329 c 0\n 125 310 89 308 61 324 c 0\n 57 326 38 338 38 348 c 0\n 37 355 43 361 47 366 c 0\n 53 376 59 387 63 399 c 0\n 66 406 70 414 68 422 c 0\n 65 432 56 443 66 453 c 128\n 76 463 127 472 146 475 c 0\n 180 480 180 475 202 486 c 0\n 208 489 215 492 221 496 c 0\n 227 499 231 503 238 503 c 0\n 251 504 264 502 276 500 c 0\n 321 491 371 465 385 418 c 0\n 389 402 387 387 384 371 c 0\n 383 360 382 348 379 337 c 1\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: uni12E7\nEncoding: 4839 4839 1576\nWidth: 962\nFlags: W\nHStem: 1.4978 21.0233<659 669> 480.913 22.476<237.031 253.444>\nVStem: 62.1802 142.82<437 447> 239 103.973<183 197> 718 134.991<3 7>\nFore\n571 352 m 1\n 571 367 575 382 577 397 c 0\n 579 408 579 419 581 429 c 0\n 594 481 642 510 690 519 c 2\n 712 522 l 2\n 748 522 751 537 779 545 c 0\n 809 554 840 561 872 564 c 0\n 883 565 899 568 906 557 c 0\n 912 545 903 538 899 531 c 0\n 895 515 913 485 920 474 c 0\n 923 468 931 460 928 453 c 0\n 923 437 888 428 871 427 c 0\n 816 421 767 462 764 518 c 1\n 758 515 751 512 745 508 c 0\n 741 506 738 503 734 502 c 0\n 729 500 723 500 717 498 c 0\n 690 491 683 471 683 441 c 0\n 682 430 683 419 682 408 c 128\n 681 397 647 160 643 134 c 129\n 639 108 634 82 637 56 c 0\n 639 37 641 27 657 23 c 0\n 668 20 680 23 692 25 c 0\n 722 28 731 30 755 37 c 0\n 791 45 802 46 837 50 c 0\n 846 51 856 50 860 40 c 0\n 865 28 852 21 852 10 c 0\n 852 -3 867 -31 873 -41 c 0\n 877 -47 886 -56 881 -64 c 0\n 874 -76 847 -85 832 -87 c 0\n 774 -96 718 -56 718 8 c 1\n 693 7 668 -2 643 3 c 1\n 613 2 583 -6 554 -1 c 1\n 481 -7 l 1\n 485 -50 470 -94 435 -121 c 0\n 408 -142 371 -146 341 -131 c 0\n 333 -127 324 -122 319 -115 c 0\n 312 -107 318 -99 322 -92 c 0\n 331 -79 338 -65 343 -50 c 0\n 347 -37 346 -31 340 -22 c 0\n 337 -16 338 -9 342 -3 c 0\n 350 6 411 12 434 12 c 0\n 447 12 459 11 472 12 c 0\n 495 13 517 17 540 17 c 1\n 534 33 533 48 533 65 c 2\n 533 90 l 2\n 533 93 555 250 557 261 c 1\n 561 284 565 307 567 330 c 1\n 536 326 428 319 382 315 c 0\n 378 314 371 315 367 312 c 0\n 364 309 349 232 347 223 c 0\n 342 199 338 177 353 162 c 0\n 359 158 373 157 369 146 c 0\n 365 138 353 139 346 138 c 0\n 329 137 281 132 274 132 c 0\n 249 135 241 162 239 183 c 0\n 239 188 238 192 238 197 c 0\n 241 214 275 377 281 404 c 128\n 287 431 289 460 269 473 c 0\n 251 485 234 482 219 473 c 0\n 214 471 207 469 205 464 c 0\n 202 459 205 450 205 445 c 0\n 205 432 204 420 201 407 c 0\n 190 360 152 312 100 313 c 0\n 88 313 67 319 58 326 c 0\n 51 330 38 339 38 348 c 0\n 37 355 45 363 48 369 c 0\n 50 373 72 407 68 424 c 0\n 65 433 58 439 63 449 c 0\n 70 463 132 473 152 476 c 0\n 186 479 180 477 202 486 c 0\n 205 488 229 502 237 503 c 0\n 277 506 322 493 350 477 c 0\n 367 467 382 453 387 434 c 0\n 390 421 374 352 370 336 c 1\n 437 342 504 347 571 352 c 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni12E8\nEncoding: 4840 4840 1577\nWidth: 467\nFlags: W\nHStem: 530.155 21.6868<276.333 303.298>\nVStem: 48.0908 103.519<348.021 390.373> 123 103<49 193> 343 103<484.016 497>\nFore\n158 308 m 1\n 163 299 167 291 174 283 c 0\n 191 265 213 249 222 225 c 0\n 229 208 226 187 226 169 c 2\n 226 93 l 2\n 226 69 222 39 236 25 c 0\n 242 20 256 20 254 9 c 0\n 254 -3 230 1 219 1 c 2\n 180 1 l 2\n 151 1 139 5 129 25 c 0\n 122 43 123 62 123 81 c 2\n 123 166 l 2\n 123 208 125 216 106 238 c 0\n 94 252 78 264 67 280 c 0\n 53 301 50 324 49 348 c 0\n 47 373 48 397 55 421 c 0\n 78 494 156 533 226 546 c 0\n 264 552 279 552 320 552 c 0\n 360 552 405 554 428 533 c 0\n 443 521 446 505 446 487 c 0\n 446 414 391 369 339 345 c 0\n 284 319 219 308 158 308 c 1\n153 330 m 1\n 222 335 293 364 328 428 c 0\n 337 445 342 465 343 484 c 0\n 343 496 342 505 334 514 c 0\n 306 542 257 528 229 514 c 0\n 189 491 161 449 154 404 c 0\n 150 379 152 355 153 330 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni12E9\nEncoding: 4841 4841 1578\nWidth: 525\nFlags: W\nHStem: 195 20<231 237 239 252> 200.172 19.8283<309 317> 530.134 21.4807<288 300>\nVStem: 48.2877 103.703<353 385> 123 103<49 183> 123 333.696<202 207> 343 103.551<485 497>\nFore\n323 202 m 1\n 315 200 306 200 298 200 c 0\n 283 199 267 198 252 196 c 0\n 246 196 241 196 235 195 c 0\n 226 195 226 188 226 181 c 1\n 226 85 l 1\n 226 65 224 34 238 24 c 0\n 244 19 255 20 254 9 c 0\n 254 -0 243 1 236 1 c 2\n 191 1 l 2\n 179 1 164 -1 152 3 c 0\n 130 9 123 36 123 57 c 2\n 123 157 l 2\n 123 173 125 191 123 207 c 0\n 120 224 108 237 96 249 c 0\n 81 264 66 279 57 299 c 0\n 46 330 45 387 55 422 c 0\n 74 482 131 518 188 536 c 0\n 230 550 273 552 316 552 c 0\n 369 552 428 556 444 511 c 0\n 448 499 447 484 445 471 c 0\n 440 438 424 406 399 383 c 0\n 350 339 283 321 219 313 c 0\n 199 310 178 308 158 308 c 1\n 173 278 192 268 212 243 c 0\n 216 238 224 217 228 215 c 0\n 231 213 235 214 238 215 c 0\n 251 215 294 218 308 220 c 0\n 333 220 344 226 364 231 c 128\n 384 236 405 239 426 242 c 0\n 437 243 454 247 462 238 c 0\n 473 225 463 218 458 210 c 0\n 451 197 473 162 478 153 c 0\n 482 147 490 139 487 131 c 0\n 485 125 477 121 472 118 c 0\n 456 109 439 105 421 105 c 0\n 379 105 341 130 327 170 c 0\n 324 181 323 191 323 202 c 1\n153 330 m 1\n 222 335 293 364 328 428 c 0\n 337 445 342 465 343 484 c 0\n 343 496 342 505 334 514 c 0\n 306 542 257 528 229 514 c 0\n 189 491 161 449 154 404 c 0\n 150 379 152 355 153 330 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni12EA\nEncoding: 4842 4842 1579\nWidth: 671\nFlags: W\nHStem: 122 19<427 481> 122 120<330 401> 149 22<226.031 304.458> 530.155 21.6766<276.333 303.298>\nVStem: 48.0343 103.576<348.021 389.719> 123 103<48 149 171 206.383> 324 103<142 150 171 209> 343 103<484.016 497> 481 134.828<119 121>\nFore\n226 149 m 1\n 226 83 l 2\n 226 61 224 33 239 23 c 0\n 245 19 257 18 254 8 c 128\n 251 -2 233 1 221 1 c 2\n 180 1 l 2\n 164 1 148 0 136 13 c 0\n 121 28 123 61 123 82 c 2\n 123 166 l 2\n 123 206 125 216 106 238 c 0\n 94 252 78 264 67 280 c 0\n 53 301 50 324 49 348 c 0\n 47 370 48 392 53 414 c 0\n 73 491 152 532 225 546 c 0\n 263 552 280 552 321 552 c 0\n 368 552 409 553 434 528 c 0\n 444 516 446 502 446 487 c 0\n 446 414 391 369 339 345 c 0\n 284 319 219 308 158 308 c 1\n 163 299 167 291 174 283 c 0\n 190 265 211 250 221 228 c 0\n 228 210 226 190 226 171 c 1\n 259 171 292 171 324 170 c 1\n 324 199 l 2\n 324 205 324 211 322 217 c 0\n 319 224 305 226 311 237 c 0\n 315 245 329 242 337 242 c 2\n 392 242 l 2\n 402 242 413 242 420 233 c 128\n 427 224 427 211 427 200 c 2\n 427 141 l 1\n 468 141 l 2\n 508 141 489 143 520 149 c 0\n 552 157 569 159 602 162 c 0\n 609 163 616 163 621 157 c 128\n 626 151 626 143 623 137 c 0\n 617 129 613 123 618 111 c 0\n 624 95 631 80 641 66 c 0\n 645 60 649 53 643 46 c 0\n 637 38 615 29 603 26 c 0\n 566 18 524 31 501 61 c 0\n 488 78 481 100 481 122 c 1\n 341 122 l 1\n 337 122 331 121 328 124 c 0\n 321 129 324 144 324 151 c 1\n 293 149 259 149 226 149 c 1\n153 330 m 1\n 222 335 293 364 328 428 c 0\n 337 445 342 465 343 484 c 0\n 343 496 342 505 334 514 c 0\n 306 542 257 528 229 514 c 0\n 189 491 161 449 154 404 c 0\n 150 379 152 355 153 330 c 1\nEndSplineSet\nEndChar\nStartChar: uni12EB\nEncoding: 4843 4843 1580\nWidth: 612\nFlags: W\nVStem: 194 104<330 366 366.063 385.982> 487.493 103.561<478 494>\nFore\n290 108 m 1\n 287 117 230 237 222 253 c 0\n 201 299 194 312 194 366 c 0\n 194 412 202 439 219 469 c 0\n 255 531 325 568 394 578 c 0\n 410 580 425 580 441 580 c 0\n 482 580 529 575 563 550 c 0\n 593 527 596 489 587 455 c 0\n 561 354 429 308 302 308 c 1\n 326 257 367 178 395 122 c 1\n 397 117 401 111 398 105 c 0\n 396 100 390 100 385 99 c 0\n 381 98 320 87 311 86 c 0\n 306 85 301 88 296 87 c 0\n 294 87 223 67 217 65 c 1\n 222 45 221 40 213 26 c 0\n 197 -0 176 -13 146 -22 c 0\n 121 -30 95 -34 69 -34 c 0\n 58 -34 48 -32 37 -32 c 1\n 37 -31 l 1\n 53 -27 66 -23 77 -10 c 0\n 101 18 93 61 61 78 c 1\n 61 80 l 1\n 92 97 130 109 172 100 c 0\n 179 99 186 97 192 93 c 0\n 197 91 201 86 207 86 c 0\n 215 86 270 105 290 108 c 1\n298 330 m 1\n 361 335 426 359 463 413 c 0\n 470 423 476 433 480 444 c 0\n 491 477 495 522 465 547 c 0\n 454 557 442 559 428 558 c 0\n 405 557 383 548 365 534 c 0\n 320 498 301 441 297 386 c 0\n 296 367 298 349 298 330 c 1\nEndSplineSet\nEndChar\nStartChar: uni12EC\nEncoding: 4844 4844 1581\nWidth: 612\nFlags: W\nHStem: 88.6076 133.229<512 528> 95 129.811<364 365 365.023 373.994> 530.135 21.6834<274.481 301.031>\nVStem: 48 103.559<343 385> 123 103<49 204> 303.108 93.032<153 166> 342.219 102.781<481 496> 482.328 105.898<153 165>\nFore\n224 216 m 1\n 227 200 226 183 226 166 c 2\n 226 90 l 2\n 226 64 222 37 237 24 c 0\n 243 19 257 19 254 8 c 0\n 251 -2 233 1 225 1 c 2\n 173 1 l 2\n 159 1 146 1 137 12 c 0\n 121 30 123 55 123 77 c 2\n 123 161 l 2\n 123 177 124 195 121 211 c 0\n 119 224 110 234 101 243 c 0\n 89 255 76 267 66 281 c 0\n 51 305 48 334 48 362 c 0\n 48 395 50 411 60 435 c 0\n 93 513 186 544 264 551 c 0\n 282 552 299 552 317 552 c 0\n 360 552 405 554 430 531 c 0\n 443 519 445 504 445 487 c 0\n 445 413 390 369 337 344 c 0\n 293 324 222 308 158 308 c 1\n 168 287 185 272 201 255 c 0\n 212 242 215 234 234 234 c 0\n 269 230 330 219 338 220 c 0\n 342 220 347 222 352 223 c 0\n 359 225 367 225 374 225 c 0\n 399 224 424 214 449 215 c 0\n 482 216 518 230 550 215 c 0\n 592 196 601 139 569 107 c 0\n 534 72 487 96 439 100 c 0\n 414 102 390 94 365 95 c 0\n 312 95 283 160 318 203 c 1\n 286 207 255 211 224 216 c 1\n153 330 m 1\n 242 339 305 374 334 445 c 0\n 341 466 350 498 331 515 c 0\n 304 540 259 530 230 514 c 0\n 220 509 211 502 203 495 c 0\n 156 454 145 389 153 330 c 1\n398 171 m 0\n 386 130 429 103 460 119 c 0\n 482 131 489 159 476 180 c 0\n 458 211 409 206 398 171 c 0\nEndSplineSet\nEndChar\nStartChar: uni12ED\nEncoding: 4845 4845 1582\nWidth: 671\nFlags: W\nHStem: -15 139<108 126> 106 22<420 468>\nVStem: 81 135.761<76 89> 135.587 103.413<369 383> 429.776 103.224<481 497> 514 102.867<206 217>\nFore\n226 128 m 1\n 185 161 166 212 154 261 c 0\n 141 313 127 372 142 425 c 0\n 147 440 153 455 161 469 c 0\n 197 531 267 568 336 578 c 0\n 352 580 368 580 384 580 c 0\n 434 580 492 570 517 538 c 0\n 530 523 533 506 533 487 c 0\n 533 414 479 369 425 344 c 0\n 382 324 310 308 247 308 c 1\n 262 246 281 172 345 143 c 0\n 375 130 411 128 450 128 c 0\n 467 128 482 128 494 142 c 0\n 508 159 514 185 514 207 c 0\n 514 228 512 237 499 247 c 0\n 495 251 482 256 487 266 c 0\n 492 273 503 271 510 271 c 2\n 553 271 l 2\n 578 271 587 272 600 259 c 0\n 628 232 619 185 596 158 c 0\n 569 125 525 110 484 106 c 0\n 470 105 456 106 442 106 c 0\n 407 106 372 106 337 107 c 2\n 312 107 l 2\n 267 110 l 0\n 260 111 252 115 245 113 c 0\n 241 112 237 110 234 107 c 0\n 228 103 222 99 216 96 c 1\n 218 84 217 71 214 60 c 0\n 203 20 167 -14 124 -15 c 0\n 104 -15 85 -12 68 -2 c 0\n 62 1 54 6 52 13 c 128\n 50 20 57 27 61 33 c 0\n 69 46 76 60 81 75 c 0\n 82 80 83 85 81 90 c 0\n 80 94 76 97 75 101 c 0\n 71 109 75 119 83 123 c 128\n 91 127 100 124 109 124 c 0\n 129 124 149 121 169 118 c 0\n 178 117 190 112 199 113 c 0\n 204 113 221 125 226 128 c 1\n243 330 m 1\n 263 333 282 335 302 341 c 0\n 353 356 404 393 422 445 c 0\n 434 480 437 528 402 551 c 0\n 392 558 382 559 370 558 c 0\n 347 557 324 547 306 533 c 0\n 261 498 241 438 239 383 c 0\n 239 365 241 348 243 330 c 1\nEndSplineSet\nEndChar\nStartChar: uni12EE\nEncoding: 4846 4846 1583\nWidth: 671\nFlags: W\nHStem: 530.103 21.2991<287 303>\nVStem: 48.1031 103.888<353 389> 123 103<49 195> 343 103<484.016 497>\nFore\n158 308 m 1\n 163 299 167 291 174 283 c 0\n 190 265 211 250 221 228 c 0\n 226 217 226 205 226 193 c 2\n 226 100 l 2\n 226 77 221 38 237 24 c 0\n 243 19 257 19 254 8 c 0\n 251 -2 234 1 222 1 c 2\n 179 1 l 2\n 161 1 144 1 133 18 c 0\n 121 37 123 60 123 81 c 2\n 123 164 l 2\n 123 205 125 216 105 239 c 0\n 91 255 74 268 63 287 c 0\n 50 310 43 369 51 404 c 0\n 57 438 76 469 103 491 c 0\n 162 542 242 552 317 552 c 0\n 359 552 395 554 422 538 c 0\n 441 525 446 512 446 486 c 0\n 446 448 428 414 403 387 c 1\n 424 388 495 393 508 395 c 0\n 516 396 525 399 533 402 c 0\n 571 410 582 413 619 416 c 0\n 627 417 635 418 640 412 c 0\n 652 400 641 390 636 382 c 0\n 634 377 636 372 637 368 c 0\n 642 351 650 335 660 321 c 0\n 664 315 669 308 663 300 c 0\n 654 291 635 284 621 280 c 0\n 584 272 541 286 519 318 c 0\n 507 335 501 355 501 375 c 1\n 471 373 441 371 411 368 c 0\n 406 368 400 367 395 367 c 0\n 391 368 388 370 384 370 c 0\n 377 368 369 361 363 357 c 0\n 308 325 231 308 158 308 c 1\n153 330 m 1\n 222 335 293 364 328 428 c 0\n 337 445 342 465 343 484 c 0\n 343 496 342 505 334 514 c 0\n 306 542 257 528 229 514 c 0\n 189 491 161 449 154 404 c 0\n 150 379 152 355 153 330 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni12F0\nEncoding: 4848 4848 1584\nWidth: 612\nFlags: W\nHStem: 543.44 22.0348<341 362>\nVStem: 66 135.571<112 120> 136 103<331 384> 415.453 103.801<480.016 501.015>\nFore\n233 153 m 1\n 212 183 193 215 174 246 c 0\n 147 287 136 298 136 354 c 0\n 136 371 136 388 138 405 c 0\n 150 480 211 536 282 557 c 0\n 314 566 346 566 379 566 c 0\n 415 566 458 565 490 545 c 0\n 532 520 522 460 502 423 c 0\n 498 416 494 409 489 402 c 0\n 441 341 339 308 243 308 c 1\n 249 296 302 212 313 195 c 2\n 331 167 l 2\n 341 151 343 154 360 148 c 2\n 388 140 l 2\n 395 138 403 135 411 135 c 0\n 419 136 427 139 435 141 c 0\n 461 149 485 152 515 154 c 0\n 523 155 531 156 536 150 c 128\n 541 144 542 136 538 129 c 0\n 536 126 533 123 532 119 c 0\n 528 104 548 72 554 61 c 0\n 558 56 563 50 562 43 c 0\n 560 36 551 32 545 29 c 0\n 480 -6 397 33 397 114 c 1\n 254 135 l 1\n 202 123 l 1\n 202 64 166 24 117 16 c 0\n 96 13 74 17 55 27 c 0\n 49 31 39 35 37 43 c 0\n 35 50 42 57 45 63 c 0\n 53 76 61 90 65 105 c 0\n 67 110 68 116 66 121 c 0\n 65 125 61 127 60 131 c 0\n 56 140 59 150 68 153 c 0\n 81 159 139 151 156 148 c 0\n 166 147 176 143 186 143 c 0\n 192 142 225 151 233 153 c 1\n239 330 m 1\n 317 336 408 385 415 480 c 0\n 416 492 416 504 409 514 c 0\n 386 552 330 551 298 527 c 0\n 268 504 252 466 244 430 c 0\n 238 397 239 363 239 330 c 1\nEndSplineSet\nEndChar\nStartChar: uni12F1\nEncoding: 4849 4849 1585\nWidth: 875\nFlags: W\nHStem: 216 19<605 674> 557.592 22.4435<423 443>\nVStem: 430.717 103.64<33 41> 502 103.52<240 251 485.047 502.713> 674 135.695<210 216>\nFore\n253 320 m 1\n 229 366 207 443 242 499 c 0\n 257 523 281 540 306 553 c 0\n 359 579 418 583 476 579 c 0\n 520 576 570 566 593 536 c 0\n 619 502 607 449 582 417 c 0\n 543 366 471 350 396 340 c 0\n 382 339 366 340 352 337 c 1\n 366 315 379 290 404 278 c 0\n 418 272 434 276 449 278 c 0\n 456 279 464 279 471 281 c 0\n 475 283 478 287 483 288 c 0\n 494 292 508 291 520 292 c 0\n 523 292 564 297 573 296 c 0\n 592 293 602 275 605 258 c 0\n 607 250 607 243 604 235 c 1\n 655 235 l 2\n 695 235 680 235 709 242 c 0\n 740 250 760 253 793 256 c 0\n 800 257 808 257 814 252 c 1\n 827 237 813 232 810 222 c 0\n 808 217 809 211 811 206 c 0\n 816 190 824 174 834 160 c 0\n 838 154 842 147 836 140 c 0\n 827 130 810 124 797 121 c 0\n 760 112 717 125 693 156 c 0\n 680 173 674 195 674 216 c 1\n 620 216 l 2\n 614 216 604 218 599 214 c 0\n 594 211 593 204 591 199 c 2\n 576 158 l 1\n 566 133 557 109 548 84 c 0\n 545 76 526 43 537 27 c 0\n 541 22 553 18 546 9 c 0\n 541 3 529 3 522 3 c 0\n 506 2 459 -4 452 -2 c 0\n 433 1 428 28 432 44 c 0\n 439 65 483 184 494 211 c 0\n 499 225 506 237 502 252 c 0\n 495 265 495 264 481 264 c 2\n 450 260 l 2\n 424 257 399 255 373 252 c 0\n 360 250 345 247 332 248 c 0\n 304 251 285 271 270 290 c 0\n 268 293 266 297 263 298 c 0\n 259 300 253 297 249 295 c 2\n 225 287 l 2\n 221 286 216 285 212 283 c 0\n 207 280 208 272 208 267 c 0\n 203 217 168 183 124 175 c 0\n 102 172 80 176 60 187 c 0\n 53 190 42 196 43 205 c 0\n 43 212 50 220 54 226 c 0\n 57 232 77 261 73 279 c 0\n 72 283 68 286 66 290 c 0\n 63 297 65 306 71 311 c 0\n 80 317 96 314 106 313 c 0\n 124 312 141 311 159 308 c 0\n 170 306 181 302 192 302 c 0\n 200 301 244 317 253 320 c 1\n503 485 m 0\n 508 529 463 573 409 554 c 0\n 363 541 332 495 327 449 c 0\n 325 427 328 404 335 383 c 0\n 337 368 340 358 357 362 c 0\n 427 374 496 407 503 485 c 0\nEndSplineSet\nEndChar\nStartChar: uni12F2\nEncoding: 4850 4850 1586\nWidth: 817\nFlags: W\nHStem: 4.00654 22.9935<540 557> 264.174 25.8332<489 492> 558.129 22.0366<427 446>\nVStem: 503.376 104.178<485.047 502.713>\nFore\n253 320 m 1\n 229 366 207 443 242 499 c 0\n 257 523 281 540 306 553 c 0\n 359 579 418 583 476 579 c 0\n 520 576 570 566 593 536 c 0\n 619 502 607 449 582 417 c 0\n 543 366 471 350 396 340 c 0\n 382 339 366 340 352 337 c 1\n 365 316 384 281 415 275 c 0\n 419 275 462 278 471 281 c 0\n 476 283 479 287 484 289 c 0\n 492 291 500 291 508 291 c 2\n 540 294 l 2\n 557 295 577 300 591 287 c 0\n 602 278 609 258 607 243 c 0\n 606 235 538 62 535 47 c 0\n 534 42 533 33 537 29 c 1\n 540 23 552 27 557 27 c 2\n 618 33 l 2\n 633 33 633 46 639 55 c 0\n 657 82 701 97 740 98 c 0\n 755 99 769 97 784 96 c 1\n 784 95 l 1\n 779 93 773 91 769 87 c 0\n 755 74 755 57 761 41 c 0\n 771 16 791 -3 815 -14 c 1\n 815 -16 l 1\n 784 -30 751 -42 709 -38 c 0\n 674 -36 654 -26 638 -5 c 0\n 635 -1 632 9 627 11 c 0\n 620 13 609 10 602 9 c 0\n 555 4 565 4 530 4 c 0\n 527 4 461 -4 451 -2 c 0\n 437 1 427 23 432 42 c 0\n 434 56 441 69 446 82 c 2\n 490 200 l 1\n 498 223 l 1\n 502 232 505 239 502 249 c 0\n 498 267 493 264 479 264 c 2\n 449 260 l 1\n 373 252 l 2\n 360 250 345 247 332 248 c 0\n 304 251 285 271 270 290 c 0\n 268 293 266 297 263 298 c 0\n 259 300 253 297 249 295 c 2\n 225 287 l 2\n 221 286 216 285 212 283 c 0\n 207 280 208 272 208 267 c 0\n 203 217 168 183 124 175 c 0\n 102 172 80 176 60 187 c 0\n 53 190 42 196 43 205 c 0\n 43 212 50 220 54 226 c 0\n 57 232 77 261 73 279 c 0\n 72 283 68 286 66 290 c 0\n 63 297 65 306 71 311 c 0\n 80 317 96 314 106 313 c 0\n 124 312 141 311 159 308 c 0\n 170 306 181 302 192 302 c 0\n 200 301 244 317 253 320 c 1\n503 485 m 0\n 508 529 463 573 409 554 c 0\n 363 541 332 495 327 449 c 0\n 325 427 328 404 335 383 c 0\n 337 368 340 358 357 362 c 0\n 427 374 496 407 503 485 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni12F3\nEncoding: 4851 4851 1587\nWidth: 642\nFlags: W\nHStem: 174.281 139.118<107 110> 264.492 25.5155<489 491> 558.129 22.0366<427 443>\nVStem: 73.4048 134.595<269 277> 430.862 103.273<38 39> 503.57 103.43<245 247 485.047 502.713>\nDStem: 488 194 591 199 440 67 539 59\nFore\n253 320 m 1\n 229 366 207 443 242 499 c 0\n 257 523 281 540 306 553 c 0\n 359 579 418 583 476 579 c 0\n 520 576 570 566 593 536 c 0\n 619 502 607 449 582 417 c 0\n 543 366 471 350 396 340 c 0\n 382 339 366 340 352 337 c 1\n 362 322 387 275 418 275 c 0\n 421 275 463 279 471 281 c 0\n 476 283 479 287 484 289 c 0\n 492 291 500 291 508 291 c 2\n 542 294 l 2\n 561 296 583 300 596 282 c 0\n 602 271 607 259 607 244 c 0\n 606 239 593 206 591 199 c 1\n 539 59 l 2\n 535 50 532 39 536 29 c 0\n 539 22 553 18 546 9 c 0\n 541 2 527 3 520 3 c 0\n 501 2 483 -1 464 -2 c 0\n 454 -3 445 -3 438 6 c 0\n 423 26 433 49 440 67 c 2\n 488 194 l 1\n 488 194 503 234 504 240 c 0\n 504 247 501 257 496 262 c 0\n 492 266 487 264 483 264 c 2\n 452 261 l 1\n 373 252 l 2\n 359 250 343 246 329 249 c 0\n 303 252 285 271 270 290 c 0\n 268 293 266 297 263 298 c 0\n 259 300 253 297 249 295 c 2\n 225 287 l 2\n 221 286 216 285 212 283 c 0\n 208 280 208 275 208 270 c 0\n 208 204 138 156 72 181 c 0\n 63 185 47 191 43 201 c 0\n 41 208 46 214 50 219 c 0\n 57 231 64 244 69 257 c 0\n 77 273 74 279 67 289 c 0\n 63 295 64 302 68 308 c 0\n 72 313 79 314 86 314 c 0\n 111 314 144 311 167 306 c 0\n 176 305 185 301 194 302 c 0\n 201 302 245 317 253 320 c 1\n503 485 m 0\n 508 529 463 573 409 554 c 0\n 363 541 332 495 327 449 c 0\n 325 427 328 404 335 383 c 0\n 337 368 340 358 357 362 c 0\n 427 374 496 407 503 485 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni12F4\nEncoding: 4852 4852 1588\nWidth: 729\nFlags: W\nHStem: 1.04214 29.0322<523.31 539.977> 543.326 22.1061<340 359>\nVStem: 66 135.299<109 120> 136 103<331 394> 415.453 103.801<480.016 501.015> 581.603 93.6335<72 82>\nFore\n233 153 m 1\n 212 183 193 215 174 246 c 0\n 147 287 136 298 136 354 c 0\n 136 371 136 388 138 405 c 0\n 150 480 211 536 282 557 c 0\n 314 566 346 566 379 566 c 0\n 415 566 458 565 490 545 c 0\n 532 520 522 460 502 423 c 0\n 498 416 494 409 489 402 c 0\n 441 341 339 308 243 308 c 1\n 249 296 302 212 313 195 c 2\n 331 167 l 2\n 334 163 336 157 341 155 c 128\n 346 153 352 153 357 153 c 2\n 386 150 l 1\n 420 147 l 2\n 427 146 434 144 441 145 c 0\n 447 146 451 150 456 152 c 0\n 478 163 498 165 527 167 c 0\n 593 172 642 155 665 111 c 0\n 683 77 678 30 645 7 c 0\n 613 -15 576 -1 540 1 c 0\n 512 2 482 -9 454 -2 c 0\n 413 8 396 54 406 93 c 0\n 410 104 415 113 421 123 c 1\n 255 135 l 1\n 202 123 l 1\n 202 64 166 24 117 16 c 0\n 96 13 74 17 55 27 c 0\n 49 31 39 35 37 43 c 0\n 35 50 42 57 45 63 c 0\n 53 76 61 90 65 105 c 0\n 67 110 68 116 66 121 c 0\n 65 125 61 127 60 131 c 0\n 56 140 59 150 68 153 c 0\n 81 159 139 151 156 148 c 0\n 166 147 176 143 186 143 c 0\n 192 142 225 151 233 153 c 1\n239 330 m 1\n 317 336 408 385 415 480 c 0\n 416 492 416 504 409 514 c 0\n 386 552 330 551 298 527 c 0\n 268 504 252 466 244 430 c 0\n 238 397 239 363 239 330 c 1\n483 92 m 0\n 481 78 484 62 490 53 c 0\n 505 30 538 23 561 38 c 0\n 581 52 590 85 575 108 c 0\n 561 131 529 138 506 124 c 0\n 494 117 487 105 483 92 c 0\nEndSplineSet\nEndChar\nStartChar: uni12F5\nEncoding: 4853 4853 1589\nWidth: 729\nFlags: W\nHStem: 367 19<475 544> 543.44 22.1015<341 362>\nVStem: 66 135.571<112 120> 136 103<331 392> 415.453 103.502<480.016 501.015>\nFore\n233 153 m 1\n 212 183 193 215 174 246 c 0\n 162 264 147 283 140 304 c 0\n 135 324 136 344 136 364 c 0\n 136 386 137 407 144 428 c 0\n 166 498 228 545 298 561 c 0\n 324 566 350 566 377 566 c 0\n 414 566 457 565 490 545 c 0\n 530 521 522 465 505 429 c 0\n 498 412 487 399 475 386 c 1\n 524 386 l 2\n 567 386 545 386 577 393 c 0\n 613 402 628 405 665 408 c 0\n 672 408 679 408 684 403 c 0\n 689 397 689 389 685 382 c 0\n 683 379 680 377 679 373 c 0\n 673 359 697 321 703 312 c 0\n 707 305 712 298 706 291 c 0\n 696 280 678 275 664 272 c 0\n 631 265 594 274 570 299 c 0\n 553 317 544 342 544 367 c 1\n 479 367 l 2\n 475 367 470 367 466 368 c 0\n 463 368 460 370 457 369 c 0\n 450 367 442 360 436 356 c 0\n 385 326 312 308 243 308 c 1\n 249 296 302 212 313 195 c 2\n 331 167 l 2\n 341 151 343 154 360 148 c 2\n 388 140 l 2\n 395 138 403 135 411 135 c 0\n 419 136 427 139 435 141 c 0\n 461 149 485 152 515 154 c 0\n 523 155 531 156 536 150 c 128\n 541 144 542 136 538 129 c 0\n 536 126 533 123 532 119 c 0\n 528 104 548 72 554 61 c 0\n 558 56 563 50 562 43 c 0\n 560 36 551 32 545 29 c 0\n 480 -6 397 33 397 114 c 1\n 254 135 l 1\n 202 123 l 1\n 202 64 166 24 117 16 c 0\n 96 13 74 17 55 27 c 0\n 49 31 39 35 37 43 c 0\n 35 50 42 57 45 63 c 0\n 53 76 61 90 65 105 c 0\n 67 110 68 116 66 121 c 0\n 65 125 61 127 60 131 c 0\n 56 140 59 150 68 153 c 0\n 81 159 139 151 156 148 c 0\n 166 147 176 143 186 143 c 0\n 192 142 225 151 233 153 c 1\n239 330 m 1\n 317 336 408 385 415 480 c 0\n 416 492 416 504 409 514 c 0\n 386 552 330 551 298 527 c 0\n 268 504 252 466 244 430 c 0\n 238 397 239 363 239 330 c 1\nEndSplineSet\nEndChar\nStartChar: uni12F6\nEncoding: 4854 4854 1590\nWidth: 758\nFlags: W\nHStem: 558.699 21.7972<434 447>\nVStem: 81.2183 102.338<39.5146 59.9789> 586 134<223 224>\nFore\n288 268 m 1\n 257 298 219 355 223 418 c 0\n 235 511 311 564 394 577 c 0\n 460 587 552 577 588 541 c 0\n 604 523 608 501 605 478 c 0\n 596 370 475 317 365 310 c 1\n 375 298 387 286 401 279 c 0\n 414 273 431 272 446 270 c 0\n 474 265 503 259 531 254 c 2\n 575 246 l 2\n 582 245 591 242 598 243 c 0\n 607 244 617 248 626 251 c 0\n 646 255 667 259 688 262 c 0\n 702 263 721 268 727 256 c 0\n 736 242 720 235 720 223 c 0\n 723 205 733 186 742 172 c 0\n 746 166 754 157 749 149 c 0\n 747 144 740 141 735 138 c 0\n 721 130 704 125 688 125 c 0\n 632 125 586 160 586 224 c 1\n 561 224 536 228 511 231 c 2\n 384 243 l 1\n 383 243 329 249 319 249 c 0\n 299 247 278 237 262 225 c 0\n 214 190 190 128 185 70 c 0\n 184 56 180 37 192 26 c 0\n 198 21 208 21 211 15 c 0\n 215 9 210 2 204 1 c 0\n 195 0 184 1 175 1 c 2\n 133 1 l 2\n 119 1 105 1 94 11 c 0\n 81 24 80 43 82 60 c 0\n 85 92 94 122 109 150 c 0\n 145 214 216 257 288 268 c 1\n349 332 m 1\n 368 337 386 341 404 349 c 0\n 444 367 479 401 494 443 c 0\n 506 476 509 515 481 541 c 0\n 476 545 471 549 465 552 c 0\n 436 567 399 555 376 535 c 0\n 344 507 326 459 326 403 c 0\n 328 365 338 358 349 332 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni12F7\nEncoding: 4855 4855 1591\nWidth: 817\nFlags: W\nHStem: 558.129 22.0366<427 443>\nVStem: 226.928 135.072<-40 -35> 430.724 103.276<33 44> 503.154 103.305<243 252 485.047 502.713>\nFore\n253 320 m 1\n 229 366 207 443 242 499 c 0\n 257 523 281 540 306 553 c 0\n 359 579 418 583 476 579 c 0\n 524 576 566 566 592 537 c 0\n 619 503 607 449 582 417 c 0\n 543 366 471 350 396 340 c 0\n 382 339 366 340 352 337 c 1\n 366 314 382 284 410 276 c 0\n 419 273 429 275 439 277 c 0\n 449 278 459 278 469 281 c 0\n 475 282 479 288 485 289 c 0\n 494 291 503 291 512 291 c 0\n 523 293 533 293 544 294 c 0\n 564 296 585 299 597 280 c 0\n 616 249 604 235 594 208 c 0\n 588 191 535 51 534 45 c 0\n 534 39 534 30 538 26 c 128\n 542 22 547 24 552 24 c 0\n 558 24 615 27 625 29 c 0\n 634 30 644 34 653 36 c 0\n 689 45 703 46 738 50 c 0\n 745 51 751 51 757 46 c 0\n 762 41 763 32 759 25 c 0\n 757 22 754 19 753 15 c 0\n 749 -1 769 -34 776 -44 c 0\n 779 -49 785 -56 782 -62 c 0\n 780 -68 772 -72 767 -75 c 0\n 752 -84 735 -88 717 -88 c 0\n 676 -88 638 -64 623 -25 c 0\n 619 -14 618 -3 618 9 c 1\n 564 5 509 2 457 -3 c 1\n 426 -0 394 -6 363 -7 c 1\n 363 -19 364 -29 362 -41 c 0\n 358 -69 344 -97 323 -116 c 0\n 296 -140 256 -148 223 -131 c 0\n 214 -127 204 -121 199 -113 c 0\n 194 -106 199 -99 203 -93 c 0\n 212 -80 219 -66 224 -51 c 0\n 230 -32 227 -34 221 -21 c 0\n 208 5 258 8 277 9 c 0\n 302 12 327 11 352 12 c 0\n 379 12 406 16 433 16 c 1\n 429 33 430 48 438 60 c 1\n 486 191 l 2\n 497 220 l 2\n 502 233 508 249 497 262 c 0\n 493 266 488 265 483 264 c 2\n 452 261 l 1\n 372 252 l 2\n 357 250 341 246 326 249 c 0\n 298 255 284 272 270 291 c 0\n 264 300 259 300 249 295 c 2\n 225 287 l 2\n 221 286 216 285 212 283 c 0\n 207 280 208 272 208 267 c 0\n 202 196 127 151 59 187 c 0\n 53 191 42 197 43 205 c 0\n 43 212 50 220 54 226 c 0\n 57 232 77 261 73 279 c 0\n 72 283 68 286 66 290 c 0\n 63 297 65 306 71 311 c 0\n 80 317 96 314 106 313 c 0\n 124 312 141 311 159 308 c 0\n 170 306 181 302 192 302 c 0\n 200 301 244 317 253 320 c 1\n503 485 m 0\n 508 529 463 573 409 554 c 0\n 363 541 332 495 327 449 c 0\n 325 427 328 404 335 383 c 0\n 337 368 340 358 357 362 c 0\n 427 374 496 407 503 485 c 0\nEndSplineSet\nEndChar\nStartChar: uni12F8\nEncoding: 4856 4856 1592\nWidth: 700\nFlags: W\nHStem: -114.789 139.302<101 105> 428 22.2514<340 359> 452 105<314 400>\nVStem: 66 136.087<-21 -10> 179.346 103.654<246 278> 305 103<470 538> 430 103<331 358>\nFore\n313 557 m 0\n 320 559 329 558 337 558 c 2\n 383 558 l 2\n 390 558 401 560 406 553 c 0\n 410 548 408 538 408 531 c 2\n 408 475 l 2\n 408 468 410 456 401 453 c 0\n 394 451 385 452 378 452 c 2\n 330 452 l 2\n 323 452 312 450 307 456 c 0\n 303 462 305 473 305 480 c 2\n 305 536 l 2\n 305 544 304 554 313 557 c 0\n237 36 m 1\n 204 136 l 2\n 195 161 186 186 182 213 c 0\n 177 252 178 293 191 330 c 0\n 211 386 255 433 314 447 c 0\n 345 453 379 451 410 447 c 0\n 447 442 488 431 514 402 c 0\n 527 386 533 367 533 347 c 0\n 533 265 464 227 403 210 c 0\n 366 200 327 194 289 194 c 1\n 289 194 338 44 341 40 c 0\n 346 34 422 11 434 7 c 0\n 444 3 455 -2 465 -3 c 0\n 473 -3 490 3 497 5 c 0\n 517 9 537 13 558 15 c 0\n 568 17 584 20 593 14 c 0\n 599 9 601 0 597 -7 c 0\n 595 -11 591 -14 590 -18 c 0\n 587 -35 603 -60 610 -72 c 0\n 613 -78 620 -85 620 -92 c 0\n 620 -101 607 -107 600 -111 c 0\n 540 -138 480 -108 462 -62 c 0\n 459 -54 457 -45 456 -36 c 0\n 455 -32 456 -25 452 -22 c 0\n 447 -18 438 -18 432 -17 c 2\n 386 -8 l 2\n 355 -1 325 5 294 11 c 2\n 267 16 l 2\n 262 17 257 19 253 19 c 0\n 246 18 240 13 235 11 c 0\n 224 5 213 -1 201 -6 c 1\n 204 -18 201 -31 198 -43 c 0\n 180 -103 114 -134 53 -102 c 0\n 47 -98 39 -94 37 -87 c 128\n 35 -80 42 -73 45 -67 c 0\n 53 -54 61 -40 65 -25 c 0\n 67 -20 68 -14 66 -9 c 0\n 65 -5 61 -3 60 1 c 0\n 56 10 59 20 68 23 c 0\n 80 28 138 22 154 19 c 0\n 164 17 176 13 186 13 c 0\n 192 13 230 33 237 36 c 1\n286 213 m 1\n 296 215 306 216 316 218 c 0\n 374 232 430 281 430 345 c 0\n 430 392 393 428 351 428 c 0\n 317 428 303 404 294 379 c 0\n 286 353 285 327 283 300 c 0\n 282 289 283 278 283 267 c 0\n 283 249 283 231 286 213 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni12F9\nEncoding: 4857 4857 1593\nWidth: 758\nFlags: W\nHStem: 100 19<534 586> 442.751 22.0364<334.833 360.623> 466 105<284 372>\nVStem: 136.483 102.454<302.536 323.977> 276 103<473 554> 343.778 115.782<-105 -100> 414.994 103.924<362 384>\nFore\n282 571 m 0\n 289 574 298 572 305 572 c 2\n 354 572 l 2\n 361 572 372 574 377 568 c 0\n 381 562 379 552 379 545 c 2\n 379 490 l 2\n 379 483 381 471 373 467 c 0\n 366 464 357 466 350 466 c 2\n 301 466 l 2\n 294 466 283 464 278 471 c 0\n 274 476 276 486 276 493 c 2\n 276 549 l 2\n 276 556 274 567 282 571 c 0\n220 140 m 1\n 180 163 157 213 144 264 c 0\n 134 304 131 346 154 382 c 0\n 160 393 169 402 178 411 c 0\n 231 458 308 468 376 464 c 0\n 426 461 474 455 502 424 c 0\n 540 381 510 312 478 284 c 0\n 442 250 381 234 323 227 c 0\n 304 224 284 222 265 222 c 1\n 273 204 298 166 324 160 c 0\n 336 157 351 161 364 163 c 0\n 370 163 378 163 384 166 c 0\n 388 167 391 172 396 173 c 0\n 399 174 471 181 480 181 c 0\n 510 181 523 144 517 119 c 1\n 566 119 l 2\n 609 119 587 119 619 126 c 0\n 655 135 670 138 707 141 c 0\n 714 141 721 141 726 136 c 0\n 731 130 731 122 727 115 c 0\n 725 112 722 110 721 106 c 0\n 715 92 739 54 745 45 c 0\n 749 38 754 31 748 24 c 0\n 738 13 720 8 706 5 c 0\n 645 -9 586 35 586 100 c 1\n 561 100 534 101 512 98 c 1\n 504 84 499 65 494 48 c 1\n 448 -92 l 1\n 451 -92 455 -93 457 -95 c 0\n 462 -99 461 -106 456 -109 c 0\n 450 -113 384 -117 371 -118 c 0\n 362 -118 352 -119 346 -111 c 0\n 342 -105 344 -99 346 -93 c 0\n 354 -72 409 100 412 109 c 0\n 414 117 417 124 415 132 c 0\n 412 151 405 148 389 148 c 0\n 374 146 304 138 284 136 c 0\n 273 135 260 135 249 132 c 0\n 238 128 192 100 189 97 c 0\n 186 93 187 87 187 83 c 0\n 187 38 156 4 121 -8 c 0\n 96 -17 68 -15 44 -3 c 0\n 36 1 23 7 22 17 c 0\n 22 24 30 32 33 38 c 0\n 36 42 56 74 52 91 c 0\n 51 95 48 98 46 101 c 0\n 42 108 43 117 49 122 c 0\n 54 126 60 126 65 126 c 0\n 116 126 124 121 161 116 c 0\n 165 115 169 113 173 113 c 0\n 176 113 215 137 220 140 c 1\n255 244 m 1\n 293 252 309 252 340 268 c 0\n 358 277 374 289 388 304 c 0\n 408 328 422 362 413 394 c 0\n 408 412 397 424 384 433 c 0\n 357 450 320 443 294 426 c 0\n 263 405 241 368 239 324 c 0\n 238 297 246 269 255 244 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni12FA\nEncoding: 4858 4858 1594\nWidth: 715\nFlags: W\nHStem: -154 136.364<649 650> -13.7455 138.946<87 90> 149.075 24.937<401 406> 441.848 22.7402<335 359> 466 105<284 372>\nVStem: 136.83 102.927<301.974 330.971> 277 103<486 551> 415.668 102.343<123 136 372 377>\nDStem: 409 96 516 115 363 -45 470 -26\nFore\n283 571 m 0\n 290 574 299 572 306 572 c 2\n 354 572 l 2\n 361 572 372 574 377 568 c 0\n 382 563 380 553 380 546 c 2\n 380 489 l 2\n 380 481 381 471 373 467 c 0\n 366 465 357 466 350 466 c 2\n 301 466 l 2\n 294 466 283 464 279 471 c 0\n 275 477 277 487 277 494 c 2\n 277 549 l 2\n 277 556 275 568 283 571 c 0\n220 141 m 1\n 186 156 163 205 150 243 c 0\n 134 293 127 349 162 393 c 0\n 203 444 284 467 365 465 c 0\n 407 464 458 460 493 433 c 0\n 531 403 524 345 500 308 c 0\n 467 258 390 233 316 226 c 0\n 299 224 282 222 265 222 c 1\n 277 200 292 175 316 163 c 0\n 330 156 346 160 361 162 c 0\n 368 163 377 163 384 165 c 0\n 389 167 392 172 397 173 c 0\n 403 175 411 175 417 175 c 2\n 454 178 l 2\n 468 180 483 183 496 177 c 0\n 518 166 523 136 516 115 c 2\n 470 -26 l 2\n 463 -48 458 -70 449 -91 c 1\n 470 -87 531 -84 539 -81 c 0\n 544 -79 546 -70 549 -65 c 0\n 561 -47 576 -36 597 -29 c 0\n 618 -21 642 -17 665 -17 c 0\n 677 -17 688 -19 700 -20 c 1\n 700 -21 l 1\n 678 -24 664 -45 672 -69 c 0\n 681 -97 703 -118 729 -130 c 1\n 729 -131 l 1\n 712 -139 676 -154 648 -154 c 0\n 613 -155 572 -152 551 -120 c 0\n 547 -115 545 -109 543 -103 c 1\n 541 -103 470 -111 458 -112 c 2\n 439 -112 l 2\n 420 -113 385 -118 363 -118 c 0\n 357 -118 351 -117 347 -112 c 0\n 343 -105 345 -98 348 -91 c 2\n 363 -45 l 1\n 409 96 l 2\n 413 110 423 136 408 147 c 0\n 403 151 394 148 388 148 c 2\n 336 142 l 1\n 269 134 l 2\n 251 134 240 129 229 121 c 0\n 215 113 201 104 187 97 c 1\n 197 19 112 -41 40 -1 c 0\n 34 2 25 7 23 14 c 128\n 21 21 27 28 31 34 c 0\n 32 35 58 76 52 92 c 0\n 51 96 47 98 46 102 c 0\n 42 110 45 120 53 124 c 0\n 57 126 62 126 66 126 c 0\n 85 126 140 122 162 115 c 0\n 166 115 170 113 174 113 c 0\n 180 114 214 136 220 141 c 1\n255 244 m 1\n 267 247 279 248 291 250 c 0\n 329 259 365 278 388 304 c 0\n 412 332 428 379 406 412 c 0\n 381 450 331 450 296 427 c 0\n 268 408 242 373 240 331 c 0\n 238 294 247 272 255 244 c 1\nEndSplineSet\nEndChar\nStartChar: uni12FB\nEncoding: 4859 4859 1595\nWidth: 700\nFlags: W\nHStem: -13.5569 139.211<86 90> 442.751 22.0364<334.833 360.623> 466 105<284 372>\nVStem: 136.483 102.454<302.536 323.977> 276 103<473 554> 343.778 115.782<-105 -100> 414.994 103.924<362 384>\nFore\n282 571 m 0\n 289 574 298 572 305 572 c 2\n 354 572 l 2\n 361 572 372 574 377 568 c 0\n 381 562 379 552 379 545 c 2\n 379 490 l 2\n 379 483 381 471 373 467 c 0\n 366 464 357 466 350 466 c 2\n 301 466 l 2\n 294 466 283 464 278 471 c 0\n 274 476 276 486 276 493 c 2\n 276 549 l 2\n 276 556 274 567 282 571 c 0\n220 140 m 1\n 180 163 157 213 144 264 c 0\n 134 304 131 346 154 382 c 0\n 160 393 169 402 178 411 c 0\n 231 458 308 468 376 464 c 0\n 426 461 474 455 502 424 c 0\n 540 381 510 312 478 284 c 0\n 442 250 381 234 323 227 c 0\n 304 224 284 222 265 222 c 1\n 276 200 297 167 323 160 c 0\n 332 158 370 163 382 165 c 0\n 388 167 391 172 397 173 c 0\n 403 175 410 175 416 175 c 2\n 451 178 l 2\n 466 179 482 184 496 177 c 0\n 512 168 521 145 519 127 c 0\n 518 119 455 -72 448 -92 c 1\n 451 -92 455 -93 457 -95 c 0\n 462 -99 461 -106 456 -109 c 0\n 450 -113 384 -117 371 -118 c 0\n 362 -118 352 -119 346 -111 c 0\n 342 -105 344 -99 346 -93 c 0\n 354 -72 409 100 412 109 c 0\n 414 117 417 124 415 132 c 0\n 412 151 405 148 389 148 c 0\n 374 146 304 138 284 136 c 0\n 273 135 260 135 249 132 c 0\n 238 128 192 100 189 97 c 0\n 186 93 187 87 187 83 c 0\n 187 38 156 4 121 -8 c 0\n 96 -17 68 -15 44 -3 c 0\n 36 1 23 7 22 17 c 0\n 22 24 30 32 33 38 c 0\n 36 42 56 74 52 91 c 0\n 51 95 48 98 46 101 c 0\n 42 108 43 117 49 122 c 0\n 54 126 60 126 65 126 c 0\n 116 126 124 121 161 116 c 0\n 165 115 169 113 173 113 c 0\n 176 113 215 137 220 140 c 1\n255 244 m 1\n 293 252 309 252 340 268 c 0\n 358 277 374 289 388 304 c 0\n 408 328 422 362 413 394 c 0\n 408 412 397 424 384 433 c 0\n 357 450 320 443 294 426 c 0\n 263 405 241 368 239 324 c 0\n 238 297 246 269 255 244 c 1\nEndSplineSet\nEndChar\nStartChar: uni12FC\nEncoding: 4860 4860 1596\nWidth: 700\nFlags: W\nHStem: -171.049 164.049<473 481> -166 28.9285<530 535> -114.789 139.302<101 105> -36.3897 37.2003<530 535> 428 22.3137<341 359> 452 105<314 400>\nVStem: 66 136.087<-21 -10> 179.491 103.509<242 274> 305 103<466 546> 402.988 79.9661<-94 -86> 430 103<331 354> 581.786 92.8362<-94 -85>\nFore\n313 557 m 0\n 320 559 329 558 337 558 c 2\n 383 558 l 2\n 390 558 401 560 406 553 c 0\n 410 548 408 538 408 531 c 2\n 408 475 l 2\n 408 468 410 456 401 453 c 0\n 394 451 385 452 378 452 c 2\n 330 452 l 2\n 323 452 312 450 307 456 c 0\n 303 462 305 473 305 480 c 2\n 305 536 l 2\n 305 544 304 554 313 557 c 0\n237 36 m 1\n 204 136 l 2\n 195 161 186 186 182 213 c 0\n 177 252 178 293 191 330 c 0\n 211 386 255 433 314 447 c 0\n 345 453 379 451 410 447 c 0\n 447 442 488 431 514 402 c 0\n 527 386 533 367 533 347 c 0\n 533 265 464 227 403 210 c 0\n 366 200 327 194 289 194 c 1\n 305 146 321 100 336 51 c 1\n 338 46 339 41 343 37 c 1\n 347 35 472 -7 476 -7 c 0\n 481 -7 487 -4 492 -3 c 2\n 518 0 l 2\n 566 4 621 0 654 -40 c 0\n 685 -77 683 -142 636 -166 c 0\n 603 -182 567 -166 532 -166 c 0\n 503 -166 471 -178 443 -165 c 0\n 437 -162 431 -158 426 -154 c 0\n 386 -117 401 -46 447 -21 c 1\n 253 19 l 1\n 235 11 218 3 201 -6 c 1\n 204 -18 201 -31 198 -43 c 0\n 180 -103 114 -134 53 -102 c 0\n 47 -98 39 -94 37 -87 c 128\n 35 -80 42 -73 45 -67 c 0\n 53 -54 61 -40 65 -25 c 0\n 67 -20 68 -14 66 -9 c 0\n 65 -5 61 -3 60 1 c 0\n 56 10 59 20 68 23 c 0\n 80 28 138 22 154 19 c 0\n 164 17 176 13 186 13 c 0\n 192 13 230 33 237 36 c 1\n286 213 m 1\n 296 215 306 216 316 218 c 0\n 374 232 430 281 430 345 c 0\n 430 392 393 428 351 428 c 0\n 317 428 303 404 294 379 c 0\n 286 353 285 327 283 300 c 0\n 282 289 283 278 283 267 c 0\n 283 249 283 231 286 213 c 1\n491 -58 m 0\n 479 -73 480 -100 491 -115 c 0\n 507 -140 544 -145 567 -124 c 0\n 583 -109 588 -79 575 -59 c 0\n 556 -30 510 -28 491 -58 c 0\nEndSplineSet\nEndChar\nStartChar: uni12FD\nEncoding: 4861 4861 1597\nWidth: 787\nFlags: W\nHStem: -114.789 139.302<101 105> 338 19<533 601> 428 22<340 361> 452 105<314 400>\nVStem: 66 136.087<-21 -10> 180.547 102.453<230 272> 305 103<470 538> 429.096 103.904<331 337>\nFore\n313 557 m 0\n 320 559 329 558 337 558 c 2\n 383 558 l 2\n 390 558 401 560 406 553 c 0\n 410 548 408 538 408 531 c 2\n 408 475 l 2\n 408 468 410 456 401 453 c 0\n 394 451 385 452 378 452 c 2\n 330 452 l 2\n 323 452 312 450 307 456 c 0\n 303 462 305 473 305 480 c 2\n 305 536 l 2\n 305 544 304 554 313 557 c 0\n237 36 m 1\n 235 43 190 169 185 198 c 0\n 162 316 214 421 309 445 c 0\n 326 450 342 450 359 450 c 0\n 437 450 524 432 533 357 c 1\n 581 357 l 2\n 620 357 605 358 634 364 c 0\n 650 369 698 379 723 379 c 0\n 729 379 736 379 740 374 c 0\n 752 359 739 355 736 345 c 0\n 734 340 736 334 737 329 c 0\n 742 313 750 297 760 283 c 0\n 764 277 769 269 762 263 c 1\n 755 254 734 245 720 243 c 0\n 660 231 601 269 601 338 c 1\n 533 338 l 1\n 533 329 531 319 528 310 c 0\n 507 243 434 215 371 202 c 0\n 345 198 318 194 289 194 c 1\n 289 194 338 44 341 40 c 0\n 346 34 422 11 434 7 c 0\n 444 3 455 -2 465 -3 c 0\n 473 -3 490 3 497 5 c 0\n 517 9 537 13 558 15 c 0\n 568 17 584 20 593 14 c 0\n 599 9 601 0 597 -7 c 0\n 595 -11 591 -14 590 -18 c 0\n 587 -35 603 -60 610 -72 c 0\n 613 -78 620 -85 620 -92 c 0\n 620 -101 607 -107 600 -111 c 0\n 540 -138 480 -108 462 -62 c 0\n 459 -54 457 -45 456 -36 c 0\n 455 -32 456 -25 452 -22 c 0\n 447 -18 438 -18 432 -17 c 2\n 386 -8 l 2\n 355 -1 325 5 294 11 c 2\n 267 16 l 2\n 262 17 257 19 253 19 c 0\n 246 18 240 13 235 11 c 0\n 224 5 213 -1 201 -6 c 1\n 204 -18 201 -31 198 -43 c 0\n 180 -103 114 -134 53 -102 c 0\n 47 -98 39 -94 37 -87 c 128\n 35 -80 42 -73 45 -67 c 0\n 53 -54 61 -40 65 -25 c 0\n 67 -20 68 -14 66 -9 c 0\n 65 -5 61 -3 60 1 c 0\n 56 10 59 20 68 23 c 0\n 80 28 138 22 154 19 c 0\n 164 17 176 13 186 13 c 0\n 192 13 230 33 237 36 c 1\n286 213 m 1\n 296 215 306 216 316 218 c 0\n 374 232 430 281 430 345 c 0\n 430 392 393 428 351 428 c 0\n 317 428 303 404 294 379 c 0\n 286 353 285 327 283 300 c 0\n 282 289 283 278 283 267 c 0\n 283 249 283 231 286 213 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni12FE\nEncoding: 4862 4862 1598\nWidth: 758\nFlags: W\nHStem: 442.291 22.0133<397 416> 466 105<342 430>\nVStem: 52.1733 102.711<-76.226 -55.021> 193.697 103.24<302.536 323.977> 334 103<473 557> 472.851 103.766<361 381> 557 134.401<99.7264 108>\nFore\n340 571 m 0\n 347 574 356 572 363 572 c 2\n 412 572 l 2\n 419 572 430 574 435 568 c 0\n 439 562 437 552 437 545 c 2\n 437 490 l 2\n 437 483 439 471 431 467 c 0\n 424 464 415 466 408 466 c 2\n 359 466 l 2\n 352 466 341 464 336 471 c 0\n 332 476 334 486 334 493 c 2\n 334 549 l 2\n 334 556 332 567 340 571 c 0\n260 153 m 1\n 240 173 225 198 214 225 c 0\n 198 266 185 317 201 360 c 0\n 233 445 348 472 452 463 c 0\n 494 460 537 450 560 424 c 0\n 589 391 578 338 555 305 c 0\n 521 257 451 235 381 227 c 0\n 362 224 342 222 323 222 c 1\n 333 200 350 176 372 164 c 0\n 384 158 400 157 413 155 c 0\n 439 150 466 145 492 141 c 2\n 542 131 l 2\n 551 130 560 127 569 128 c 0\n 580 129 591 134 602 136 c 0\n 621 141 641 144 661 146 c 0\n 672 147 688 152 696 143 c 0\n 706 131 697 122 692 114 c 0\n 688 97 705 68 712 57 c 0\n 716 51 724 43 721 35 c 0\n 719 29 712 26 707 23 c 0\n 694 15 679 11 664 10 c 0\n 607 2 557 47 557 108 c 1\n 533 108 509 112 485 115 c 2\n 358 127 l 1\n 358 127 299 134 291 133 c 0\n 269 132 248 121 231 108 c 0\n 184 72 161 11 156 -47 c 0\n 155 -61 152 -79 163 -90 c 0\n 168 -95 178 -94 182 -100 c 0\n 186 -107 181 -113 175 -114 c 0\n 166 -117 155 -115 145 -115 c 2\n 107 -115 l 2\n 91 -115 75 -115 63 -102 c 0\n 52 -89 51 -71 53 -55 c 0\n 63 47 130 109 210 140 c 0\n 226 146 243 149 260 153 c 1\n313 244 m 1\n 351 252 367 252 398 268 c 0\n 416 277 432 289 446 304 c 0\n 466 328 480 362 471 394 c 0\n 466 412 455 424 442 433 c 0\n 415 450 378 443 352 426 c 0\n 321 405 299 368 297 324 c 0\n 296 297 304 269 313 244 c 1\nEndSplineSet\nEndChar\nStartChar: uni12FF\nEncoding: 4863 4863 1599\nWidth: 700\nFlags: W\nHStem: 280 24<266 270> 500.821 21.9459<335.194 361.036> 524 105<284 372>\nVStem: 133.158 142.941<-49 -41> 136.1 102.466<360.445 384.983> 139.623 135.591<-67 -65> 276 103<535 615> 415.567 102.593<184 194 423 439>\nDStem: 401 143 505 150 358 36 468 56\nFore\n283 629 m 0\n 290 631 299 630 306 630 c 2\n 354 630 l 2\n 361 630 372 632 377 626 c 0\n 381 620 379 610 379 603 c 2\n 379 547 l 2\n 379 539 381 528 372 525 c 0\n 365 523 356 524 349 524 c 2\n 301 524 l 2\n 294 524 283 522 278 528 c 0\n 274 534 276 544 276 551 c 2\n 276 607 l 2\n 276 615 274 626 283 629 c 0\n219 199 m 1\n 185 215 158 268 147 309 c 0\n 135 349 129 394 150 433 c 0\n 189 503 285 528 384 522 c 0\n 421 519 464 514 494 489 c 0\n 530 459 523 402 499 366 c 0\n 494 359 488 351 482 345 c 0\n 439 305 375 290 318 284 c 0\n 300 282 283 280 265 280 c 1\n 278 254 295 229 322 218 c 1\n 335 215 350 219 363 220 c 0\n 369 221 377 221 383 223 c 0\n 388 225 390 229 395 231 c 0\n 399 232 453 236 463 237 c 0\n 481 239 498 239 509 222 c 0\n 528 194 516 174 505 150 c 2\n 468 56 l 1\n 451 14 l 2\n 449 9 445 2 450 -3 c 0\n 454 -7 459 -5 464 -5 c 0\n 470 -5 527 -1 537 0 c 0\n 548 2 560 6 571 9 c 0\n 609 18 615 17 649 21 c 0\n 656 22 663 22 669 17 c 0\n 674 12 675 3 671 -4 c 0\n 669 -7 665 -10 664 -14 c 0\n 662 -29 680 -62 687 -72 c 0\n 690 -77 696 -83 694 -90 c 0\n 693 -97 684 -101 678 -104 c 0\n 662 -113 645 -117 626 -117 c 0\n 576 -117 530 -79 530 -20 c 1\n 471 -23 418 -31 356 -31 c 1\n 329 -32 302 -34 275 -36 c 1\n 281 -78 263 -122 230 -149 c 0\n 194 -178 139 -173 113 -144 c 0\n 106 -135 112 -128 117 -120 c 0\n 125 -107 132 -93 138 -78 c 0\n 141 -64 140 -60 134 -51 c 0\n 131 -45 132 -38 136 -32 c 0\n 149 -16 244 -18 274 -17 c 0\n 298 -16 321 -13 345 -13 c 1\n 341 4 352 21 358 36 c 2\n 401 143 l 2\n 408 160 425 187 409 204 c 1\n 403 209 392 206 386 205 c 0\n 314 198 257 192 248 189 c 0\n 237 185 226 177 216 171 c 0\n 208 167 196 162 190 155 c 0\n 185 150 187 142 187 136 c 0\n 187 126 184 117 181 108 c 0\n 166 68 124 42 82 44 c 0\n 66 45 49 51 35 59 c 0\n 29 63 22 67 22 75 c 0\n 23 82 29 89 33 95 c 0\n 35 98 57 134 52 148 c 0\n 51 153 47 156 45 161 c 0\n 41 171 48 182 58 184 c 2\n 71 184 l 2\n 86 184 141 179 162 173 c 0\n 166 172 170 171 174 172 c 0\n 179 172 214 194 219 197 c 1\n 219 199 l 1\n408 395 m 0\n 425 438 411 484 369 498 c 0\n 352 503 333 501 316 495 c 0\n 270 478 244 432 239 385 c 0\n 237 365 242 343 248 324 c 0\n 249 318 251 308 256 304 c 0\n 260 302 266 304 270 304 c 0\n 330 313 387 343 408 395 c 0\nEndSplineSet\nEndChar\nStartChar: uni1300\nEncoding: 4864 4864 1600\nWidth: 700\nFlags: W\nHStem: -114.389 139.189<94 110> 428 22.2514<340 359> 452 120<332 389>\nVStem: 66 136.087<-21 -10> 179.346 103.654<246 278> 430 103<331 358>\nFore\n241 556 m 1\n 264 560 289 560 312 563 c 0\n 320 565 324 571 332 572 c 0\n 356 573 379 571 403 572 c 0\n 408 572 413 574 418 574 c 0\n 430 576 442 577 454 578 c 2\n 484 581 l 2\n 489 581 494 581 499 582 c 0\n 505 584 506 592 509 597 c 0\n 521 618 536 626 558 635 c 0\n 581 644 609 649 634 646 c 0\n 643 646 652 646 660 643 c 1\n 644 641 632 627 630 611 c 0\n 630 606 631 601 633 596 c 0\n 641 568 663 546 689 534 c 1\n 674 524 637 510 607 510 c 0\n 572 509 533 512 512 544 c 0\n 508 549 506 555 504 561 c 1\n 485 557 465 557 446 555 c 0\n 441 554 436 554 431 553 c 0\n 424 553 420 550 420 543 c 0\n 419 538 418 532 418 527 c 1\n 418 527 410 462 406 456 c 0\n 401 450 392 452 385 452 c 2\n 328 452 l 2\n 321 452 310 450 306 458 c 0\n 303 465 307 476 308 483 c 0\n 311 502 315 522 316 541 c 1\n 298 541 279 538 261 536 c 0\n 254 535 243 536 238 533 c 0\n 232 529 228 520 224 515 c 0\n 196 485 145 472 95 470 c 0\n 82 470 69 472 56 472 c 1\n 56 473 l 1\n 92 476 121 511 110 547 c 0\n 105 563 96 574 82 582 c 1\n 91 591 117 601 135 604 c 0\n 170 611 220 609 237 572 c 0\n 239 567 240 562 241 556 c 1\n237 36 m 1\n 204 136 l 2\n 195 161 186 186 182 213 c 0\n 177 252 178 293 191 330 c 0\n 211 386 255 433 314 447 c 0\n 345 453 379 451 410 447 c 0\n 447 442 488 431 514 402 c 0\n 527 386 533 367 533 347 c 0\n 533 265 464 227 403 210 c 0\n 366 200 327 194 289 194 c 1\n 289 194 338 44 341 40 c 0\n 346 34 422 11 434 7 c 0\n 444 3 455 -2 465 -3 c 0\n 473 -3 490 3 497 5 c 0\n 517 9 537 13 558 15 c 0\n 568 17 584 20 593 14 c 0\n 599 9 601 0 597 -7 c 0\n 595 -11 591 -14 590 -18 c 0\n 587 -35 603 -60 610 -72 c 0\n 613 -78 620 -85 620 -92 c 0\n 620 -101 607 -107 600 -111 c 0\n 540 -138 480 -108 462 -62 c 0\n 459 -54 457 -45 456 -36 c 0\n 455 -32 456 -25 452 -22 c 0\n 447 -18 438 -18 432 -17 c 2\n 386 -8 l 2\n 355 -1 325 5 294 11 c 2\n 267 16 l 2\n 262 17 257 19 253 19 c 0\n 246 18 240 13 235 11 c 0\n 224 5 213 -1 201 -6 c 1\n 204 -18 201 -31 198 -43 c 0\n 180 -103 114 -134 53 -102 c 0\n 47 -98 39 -94 37 -87 c 128\n 35 -80 42 -73 45 -67 c 0\n 53 -54 61 -40 65 -25 c 0\n 67 -20 68 -14 66 -9 c 0\n 65 -5 61 -3 60 1 c 0\n 56 10 59 20 68 23 c 0\n 80 28 138 22 154 19 c 0\n 164 17 176 13 186 13 c 0\n 192 13 230 33 237 36 c 1\n286 213 m 1\n 296 215 306 216 316 218 c 0\n 374 232 430 281 430 345 c 0\n 430 392 393 428 351 428 c 0\n 317 428 303 404 294 379 c 0\n 286 353 285 327 283 300 c 0\n 282 289 283 278 283 267 c 0\n 283 249 283 231 286 213 c 1\nEndSplineSet\nMinimumDistance: x45,-1 \nEndChar\nStartChar: uni1301\nEncoding: 4865 4865 1601\nWidth: 758\nFlags: W\nHStem: 100 19<534 586> 442.751 22.0364<334.833 360.623> 466 121<302.063 358>\nVStem: 136.483 102.454<302.536 323.977> 343.778 115.782<-105 -100> 414.994 103.924<362 384>\nFore\n474 596 m 1\n 483 638 537 661 590 661 c 0\n 602 661 618 663 629 657 c 1\n 614 654 602 640 601 625 c 0\n 601 599 621 575 638 562 c 0\n 645 556 653 552 660 548 c 1\n 600 515 497 509 475 575 c 1\n 392 567 l 1\n 390 544 379 473 377 471 c 0\n 372 464 362 466 355 466 c 2\n 299 466 l 2\n 292 466 282 464 278 471 c 128\n 274 478 278 489 279 496 c 0\n 282 516 285 536 287 556 c 1\n 261 553 236 550 208 550 c 1\n 189 506 135 492 92 486 c 0\n 83 485 73 485 64 485 c 0\n 52 485 40 485 28 487 c 1\n 28 488 l 1\n 63 489 90 525 82 559 c 0\n 78 576 67 588 53 597 c 1\n 63 606 85 616 103 618 c 0\n 138 626 189 625 207 587 c 0\n 210 582 211 577 212 571 c 1\n 285 578 l 1\n 302 587 l 1\n 364 586 417 592 474 596 c 1\n220 140 m 1\n 180 163 157 213 144 264 c 0\n 134 304 131 346 154 382 c 0\n 160 393 169 402 178 411 c 0\n 231 458 308 468 376 464 c 0\n 426 461 474 455 502 424 c 0\n 540 381 510 312 478 284 c 0\n 442 250 381 234 323 227 c 0\n 304 224 284 222 265 222 c 1\n 273 204 298 166 324 160 c 0\n 336 157 351 161 364 163 c 0\n 370 163 378 163 384 166 c 0\n 388 167 391 172 396 173 c 0\n 399 174 471 181 480 181 c 0\n 510 181 523 144 517 119 c 1\n 566 119 l 2\n 609 119 587 119 619 126 c 0\n 655 135 670 138 707 141 c 0\n 714 141 721 141 726 136 c 0\n 731 130 731 122 727 115 c 0\n 725 112 722 110 721 106 c 0\n 715 92 739 54 745 45 c 0\n 749 38 754 31 748 24 c 0\n 738 13 720 8 706 5 c 0\n 645 -9 586 35 586 100 c 1\n 561 100 534 101 512 98 c 1\n 504 84 499 65 494 48 c 1\n 448 -92 l 1\n 451 -92 455 -93 457 -95 c 0\n 462 -99 461 -106 456 -109 c 0\n 450 -113 384 -117 371 -118 c 0\n 362 -118 352 -119 346 -111 c 0\n 342 -105 344 -99 346 -93 c 0\n 354 -72 409 100 412 109 c 0\n 414 117 417 124 415 132 c 0\n 412 151 405 148 389 148 c 0\n 374 146 304 138 284 136 c 0\n 273 135 260 135 249 132 c 0\n 238 128 192 100 189 97 c 0\n 186 93 187 87 187 83 c 0\n 187 38 156 4 121 -8 c 0\n 96 -17 68 -15 44 -3 c 0\n 36 1 23 7 22 17 c 0\n 22 24 30 32 33 38 c 0\n 36 42 56 74 52 91 c 0\n 51 95 48 98 46 101 c 0\n 42 108 43 117 49 122 c 0\n 54 126 60 126 65 126 c 0\n 116 126 124 121 161 116 c 0\n 165 115 169 113 173 113 c 0\n 176 113 215 137 220 140 c 1\n255 244 m 1\n 293 252 309 252 340 268 c 0\n 358 277 374 289 388 304 c 0\n 408 328 422 362 413 394 c 0\n 408 412 397 424 384 433 c 0\n 357 450 320 443 294 426 c 0\n 263 405 241 368 239 324 c 0\n 238 297 246 269 255 244 c 1\nEndSplineSet\nMinimumDistance: x40,-1 \nEndChar\nStartChar: uni1302\nEncoding: 4866 4866 1602\nWidth: 715\nFlags: W\nHStem: -154 136.364<649 661> -13.4818 139.018<81 90> 149.075 24.937<401 406> 441.848 22.7402<335 359> 466 121<301 367>\nVStem: 136.83 102.927<301.974 330.971> 415.668 102.343<123 136 372 377>\nDStem: 409 96 516 115 363 -45 470 -26\nFore\n475 596 m 1\n 483 638 539 661 591 661 c 0\n 603 661 619 663 630 657 c 1\n 608 652 598 630 605 610 c 0\n 613 584 635 558 661 549 c 1\n 652 540 636 536 624 532 c 0\n 590 522 538 520 508 536 c 0\n 498 542 490 549 484 558 c 0\n 481 562 478 572 473 574 c 0\n 466 576 456 573 449 572 c 0\n 430 570 412 568 393 567 c 1\n 383 499 l 1\n 382 491 382 477 377 471 c 0\n 372 464 362 466 355 466 c 2\n 300 466 l 2\n 293 466 282 464 278 472 c 0\n 275 480 286 545 288 556 c 1\n 270 554 217 551 211 548 c 0\n 205 546 202 537 198 533 c 0\n 183 513 160 501 133 495 c 0\n 100 485 62 481 28 487 c 1\n 28 488 l 1\n 64 489 90 525 82 559 c 0\n 78 575 67 588 53 597 c 1\n 91 627 188 636 208 586 c 0\n 210 581 211 572 218 572 c 0\n 219 572 280 576 287 578 c 0\n 292 580 295 585 301 587 c 0\n 308 588 317 587 324 587 c 0\n 403 587 378 588 444 594 c 0\n 454 595 465 598 475 596 c 1\n220 141 m 1\n 186 156 163 205 150 243 c 0\n 134 293 127 349 162 393 c 0\n 203 444 284 467 365 465 c 0\n 407 464 458 460 493 433 c 0\n 531 403 524 345 500 308 c 0\n 467 258 390 233 316 226 c 0\n 299 224 282 222 265 222 c 1\n 277 200 292 175 316 163 c 0\n 330 156 346 160 361 162 c 0\n 368 163 377 163 384 165 c 0\n 389 167 392 172 397 173 c 0\n 403 175 411 175 417 175 c 2\n 454 178 l 2\n 468 180 483 183 496 177 c 0\n 518 166 523 136 516 115 c 2\n 470 -26 l 2\n 463 -48 458 -70 449 -91 c 1\n 470 -87 531 -84 539 -81 c 0\n 544 -79 546 -70 549 -65 c 0\n 561 -47 576 -36 597 -29 c 0\n 618 -21 642 -17 665 -17 c 0\n 677 -17 688 -19 700 -20 c 1\n 700 -21 l 1\n 678 -24 664 -45 672 -69 c 0\n 681 -97 703 -118 729 -130 c 1\n 729 -131 l 1\n 712 -139 676 -154 648 -154 c 0\n 613 -155 572 -152 551 -120 c 0\n 547 -115 545 -109 543 -103 c 1\n 541 -103 470 -111 458 -112 c 2\n 439 -112 l 2\n 420 -113 385 -118 363 -118 c 0\n 357 -118 351 -117 347 -112 c 0\n 343 -105 345 -98 348 -91 c 2\n 363 -45 l 1\n 409 96 l 2\n 413 110 423 136 408 147 c 0\n 403 151 394 148 388 148 c 2\n 336 142 l 1\n 269 134 l 2\n 251 134 240 129 229 121 c 0\n 215 113 201 104 187 97 c 1\n 197 19 112 -41 40 -1 c 0\n 34 2 25 7 23 14 c 128\n 21 21 27 28 31 34 c 0\n 32 35 58 76 52 92 c 0\n 51 96 47 98 46 102 c 0\n 42 110 45 120 53 124 c 0\n 57 126 62 126 66 126 c 0\n 85 126 140 122 162 115 c 0\n 166 115 170 113 174 113 c 0\n 180 114 214 136 220 141 c 1\n255 244 m 1\n 267 247 279 248 291 250 c 0\n 329 259 365 278 388 304 c 0\n 412 332 428 379 406 412 c 0\n 381 450 331 450 296 427 c 0\n 268 408 242 373 240 331 c 0\n 238 294 247 272 255 244 c 1\nEndSplineSet\nEndChar\nStartChar: uni1303\nEncoding: 4867 4867 1603\nWidth: 700\nFlags: W\nHStem: -13.2936 139.103<81 94> 442.751 22.0364<334.833 360.623> 466 121<302.063 358>\nVStem: 136.483 102.454<302.536 323.977> 343.778 115.782<-105 -100> 414.994 103.924<362 384>\nFore\n474 596 m 1\n 483 638 537 661 590 661 c 0\n 602 661 618 663 629 657 c 1\n 614 654 602 640 601 625 c 0\n 601 599 621 575 638 562 c 0\n 645 556 653 552 660 548 c 1\n 600 515 497 509 475 575 c 1\n 392 567 l 1\n 390 544 379 473 377 471 c 0\n 372 464 362 466 355 466 c 2\n 299 466 l 2\n 292 466 282 464 278 471 c 128\n 274 478 278 489 279 496 c 0\n 282 516 285 536 287 556 c 1\n 261 553 236 550 208 550 c 1\n 189 506 135 492 92 486 c 0\n 83 485 73 485 64 485 c 0\n 52 485 40 485 28 487 c 1\n 28 488 l 1\n 63 489 90 525 82 559 c 0\n 78 576 67 588 53 597 c 1\n 63 606 85 616 103 618 c 0\n 138 626 189 625 207 587 c 0\n 210 582 211 577 212 571 c 1\n 285 578 l 1\n 302 587 l 1\n 364 586 417 592 474 596 c 1\n220 140 m 1\n 180 163 157 213 144 264 c 0\n 134 304 131 346 154 382 c 0\n 160 393 169 402 178 411 c 0\n 231 458 308 468 376 464 c 0\n 426 461 474 455 502 424 c 0\n 540 381 510 312 478 284 c 0\n 442 250 381 234 323 227 c 0\n 304 224 284 222 265 222 c 1\n 276 200 297 167 323 160 c 0\n 332 158 370 163 382 165 c 0\n 388 167 391 172 397 173 c 0\n 403 175 410 175 416 175 c 2\n 451 178 l 2\n 466 179 482 184 496 177 c 0\n 512 168 521 145 519 127 c 0\n 518 119 455 -72 448 -92 c 1\n 451 -92 455 -93 457 -95 c 0\n 462 -99 461 -106 456 -109 c 0\n 450 -113 384 -117 371 -118 c 0\n 362 -118 352 -119 346 -111 c 0\n 342 -105 344 -99 346 -93 c 0\n 354 -72 409 100 412 109 c 0\n 414 117 417 124 415 132 c 0\n 412 151 405 148 389 148 c 0\n 374 146 304 138 284 136 c 0\n 273 135 260 135 249 132 c 0\n 238 128 192 100 189 97 c 0\n 186 93 187 87 187 83 c 0\n 187 38 156 4 121 -8 c 0\n 96 -17 68 -15 44 -3 c 0\n 36 1 23 7 22 17 c 0\n 22 24 30 32 33 38 c 0\n 36 42 56 74 52 91 c 0\n 51 95 48 98 46 101 c 0\n 42 108 43 117 49 122 c 0\n 54 126 60 126 65 126 c 0\n 116 126 124 121 161 116 c 0\n 165 115 169 113 173 113 c 0\n 176 113 215 137 220 140 c 1\n255 244 m 1\n 293 252 309 252 340 268 c 0\n 358 277 374 289 388 304 c 0\n 408 328 422 362 413 394 c 0\n 408 412 397 424 384 433 c 0\n 357 450 320 443 294 426 c 0\n 263 405 241 368 239 324 c 0\n 238 297 246 269 255 244 c 1\nEndSplineSet\nEndChar\nStartChar: uni1304\nEncoding: 4868 4868 1604\nWidth: 700\nFlags: W\nHStem: -171.049 164.049<473 481> -166 28.9285<530 535> -114.389 139.189<94 110> -36.3897 37.2003<530 535> 428 22.3137<341 359> 452 120<332 401>\nVStem: 66 136.087<-21 -10> 179.491 103.509<242 274> 402.988 79.9661<-94 -86> 430 103<331 354> 581.786 92.8362<-94 -85>\nFore\n241 556 m 1\n 264 560 289 560 312 563 c 0\n 320 565 324 571 332 572 c 0\n 356 573 379 571 403 572 c 0\n 408 572 413 574 418 574 c 0\n 430 576 442 577 454 578 c 2\n 484 581 l 2\n 489 581 494 581 499 582 c 0\n 505 584 506 592 509 597 c 0\n 521 618 536 626 558 635 c 0\n 581 644 609 649 634 646 c 0\n 643 646 652 646 660 643 c 1\n 644 641 632 627 630 611 c 0\n 630 606 631 601 633 596 c 0\n 641 568 663 546 689 534 c 1\n 674 524 637 510 607 510 c 0\n 572 509 533 512 512 544 c 0\n 508 549 506 555 504 561 c 1\n 485 557 465 557 446 555 c 0\n 441 554 436 554 431 553 c 0\n 424 553 420 550 420 543 c 0\n 419 538 418 532 418 527 c 1\n 418 527 410 462 406 456 c 0\n 401 450 392 452 385 452 c 2\n 328 452 l 2\n 321 452 310 450 306 458 c 0\n 303 465 307 476 308 483 c 0\n 311 502 315 522 316 541 c 1\n 298 541 279 538 261 536 c 0\n 254 535 243 536 238 533 c 0\n 232 529 228 520 224 515 c 0\n 196 485 145 472 95 470 c 0\n 82 470 69 472 56 472 c 1\n 56 473 l 1\n 92 476 121 511 110 547 c 0\n 105 563 96 574 82 582 c 1\n 91 591 117 601 135 604 c 0\n 170 611 220 609 237 572 c 0\n 239 567 240 562 241 556 c 1\n237 36 m 1\n 204 136 l 2\n 195 161 186 186 182 213 c 0\n 177 252 178 293 191 330 c 0\n 211 386 255 433 314 447 c 0\n 345 453 379 451 410 447 c 0\n 447 442 488 431 514 402 c 0\n 527 386 533 367 533 347 c 0\n 533 265 464 227 403 210 c 0\n 366 200 327 194 289 194 c 1\n 305 146 321 100 336 51 c 1\n 338 46 339 41 343 37 c 1\n 347 35 472 -7 476 -7 c 0\n 481 -7 487 -4 492 -3 c 2\n 518 0 l 2\n 566 4 621 0 654 -40 c 0\n 685 -77 683 -142 636 -166 c 0\n 603 -182 567 -166 532 -166 c 0\n 503 -166 471 -178 443 -165 c 0\n 437 -162 431 -158 426 -154 c 0\n 386 -117 401 -46 447 -21 c 1\n 253 19 l 1\n 235 11 218 3 201 -6 c 1\n 204 -18 201 -31 198 -43 c 0\n 180 -103 114 -134 53 -102 c 0\n 47 -98 39 -94 37 -87 c 128\n 35 -80 42 -73 45 -67 c 0\n 53 -54 61 -40 65 -25 c 0\n 67 -20 68 -14 66 -9 c 0\n 65 -5 61 -3 60 1 c 0\n 56 10 59 20 68 23 c 0\n 80 28 138 22 154 19 c 0\n 164 17 176 13 186 13 c 0\n 192 13 230 33 237 36 c 1\n286 213 m 1\n 296 215 306 216 316 218 c 0\n 374 232 430 281 430 345 c 0\n 430 392 393 428 351 428 c 0\n 317 428 303 404 294 379 c 0\n 286 353 285 327 283 300 c 0\n 282 289 283 278 283 267 c 0\n 283 249 283 231 286 213 c 1\n491 -58 m 0\n 479 -73 480 -100 491 -115 c 0\n 507 -140 544 -145 567 -124 c 0\n 583 -109 588 -79 575 -59 c 0\n 556 -30 510 -28 491 -58 c 0\nEndSplineSet\nEndChar\nStartChar: uni1305\nEncoding: 4869 4869 1605\nWidth: 787\nFlags: W\nHStem: -114.389 139.189<94 110> 338 19<533 601> 428 22<340 361> 452 120<332 389>\nVStem: 66 136.087<-21 -10> 180.547 102.453<230 272> 429.096 103.904<331 337>\nFore\n241 556 m 1\n 264 560 289 560 312 563 c 0\n 320 565 324 571 332 572 c 0\n 356 573 379 571 403 572 c 0\n 408 572 413 574 418 574 c 0\n 430 576 442 577 454 578 c 2\n 484 581 l 2\n 489 581 494 581 499 582 c 0\n 505 584 506 592 509 597 c 0\n 521 618 536 626 558 635 c 0\n 581 644 609 649 634 646 c 0\n 643 646 652 646 660 643 c 1\n 644 641 632 627 630 611 c 0\n 630 606 631 601 633 596 c 0\n 641 568 663 546 689 534 c 1\n 674 524 637 510 607 510 c 0\n 572 509 533 512 512 544 c 0\n 508 549 506 555 504 561 c 1\n 485 557 465 557 446 555 c 0\n 441 554 436 554 431 553 c 0\n 424 553 420 550 420 543 c 0\n 419 538 418 532 418 527 c 1\n 418 527 410 462 406 456 c 0\n 401 450 392 452 385 452 c 2\n 328 452 l 2\n 321 452 310 450 306 458 c 0\n 303 465 307 476 308 483 c 0\n 311 502 315 522 316 541 c 1\n 298 541 279 538 261 536 c 0\n 254 535 243 536 238 533 c 0\n 232 529 228 520 224 515 c 0\n 196 485 145 472 95 470 c 0\n 82 470 69 472 56 472 c 1\n 56 473 l 1\n 92 476 121 511 110 547 c 0\n 105 563 96 574 82 582 c 1\n 91 591 117 601 135 604 c 0\n 170 611 220 609 237 572 c 0\n 239 567 240 562 241 556 c 1\n237 36 m 1\n 235 43 190 169 185 198 c 0\n 162 316 214 421 309 445 c 0\n 326 450 342 450 359 450 c 0\n 437 450 524 432 533 357 c 1\n 581 357 l 2\n 620 357 605 358 634 364 c 0\n 650 369 698 379 723 379 c 0\n 729 379 736 379 740 374 c 0\n 752 359 739 355 736 345 c 0\n 734 340 736 334 737 329 c 0\n 742 313 750 297 760 283 c 0\n 764 277 769 269 762 263 c 1\n 755 254 734 245 720 243 c 0\n 660 231 601 269 601 338 c 1\n 533 338 l 1\n 533 329 531 319 528 310 c 0\n 507 243 434 215 371 202 c 0\n 345 198 318 194 289 194 c 1\n 289 194 338 44 341 40 c 0\n 346 34 422 11 434 7 c 0\n 444 3 455 -2 465 -3 c 0\n 473 -3 490 3 497 5 c 0\n 517 9 537 13 558 15 c 0\n 568 17 584 20 593 14 c 0\n 599 9 601 0 597 -7 c 0\n 595 -11 591 -14 590 -18 c 0\n 587 -35 603 -60 610 -72 c 0\n 613 -78 620 -85 620 -92 c 0\n 620 -101 607 -107 600 -111 c 0\n 540 -138 480 -108 462 -62 c 0\n 459 -54 457 -45 456 -36 c 0\n 455 -32 456 -25 452 -22 c 0\n 447 -18 438 -18 432 -17 c 2\n 386 -8 l 2\n 355 -1 325 5 294 11 c 2\n 267 16 l 2\n 262 17 257 19 253 19 c 0\n 246 18 240 13 235 11 c 0\n 224 5 213 -1 201 -6 c 1\n 204 -18 201 -31 198 -43 c 0\n 180 -103 114 -134 53 -102 c 0\n 47 -98 39 -94 37 -87 c 128\n 35 -80 42 -73 45 -67 c 0\n 53 -54 61 -40 65 -25 c 0\n 67 -20 68 -14 66 -9 c 0\n 65 -5 61 -3 60 1 c 0\n 56 10 59 20 68 23 c 0\n 80 28 138 22 154 19 c 0\n 164 17 176 13 186 13 c 0\n 192 13 230 33 237 36 c 1\n286 213 m 1\n 296 215 306 216 316 218 c 0\n 374 232 430 281 430 345 c 0\n 430 392 393 428 351 428 c 0\n 317 428 303 404 294 379 c 0\n 286 353 285 327 283 300 c 0\n 282 289 283 278 283 267 c 0\n 283 249 283 231 286 213 c 1\nEndSplineSet\nMinimumDistance: x42,-1 \nEndChar\nStartChar: uni1306\nEncoding: 4870 4870 1606\nWidth: 758\nFlags: W\nHStem: 442.291 22.0133<397 416> 466 121<360.063 416>\nVStem: 52.1733 102.711<-76.226 -55.021> 193.697 103.24<302.536 323.977> 472.851 103.766<361 381> 557 134.401<99.7264 108>\nFore\n532 596 m 1\n 541 638 595 661 648 661 c 0\n 660 661 676 663 687 657 c 1\n 672 654 660 640 659 625 c 0\n 659 599 679 575 696 562 c 0\n 703 556 711 552 718 548 c 1\n 658 515 555 509 533 575 c 1\n 450 567 l 1\n 448 544 437 473 435 471 c 0\n 430 464 420 466 413 466 c 2\n 357 466 l 2\n 350 466 340 464 336 471 c 128\n 332 478 336 489 337 496 c 0\n 340 516 343 536 345 556 c 1\n 319 553 294 550 266 550 c 1\n 247 506 193 492 150 486 c 0\n 141 485 131 485 122 485 c 0\n 110 485 98 485 86 487 c 1\n 86 488 l 1\n 121 489 148 525 140 559 c 0\n 136 576 125 588 111 597 c 1\n 121 606 143 616 161 618 c 0\n 196 626 247 625 265 587 c 0\n 268 582 269 577 270 571 c 1\n 343 578 l 1\n 360 587 l 1\n 422 586 475 592 532 596 c 1\n260 153 m 1\n 240 173 225 198 214 225 c 0\n 198 266 185 317 201 360 c 0\n 233 445 348 472 452 463 c 0\n 494 460 537 450 560 424 c 0\n 589 391 578 338 555 305 c 0\n 521 257 451 235 381 227 c 0\n 362 224 342 222 323 222 c 1\n 333 200 350 176 372 164 c 0\n 384 158 400 157 413 155 c 0\n 439 150 466 145 492 141 c 2\n 542 131 l 2\n 551 130 560 127 569 128 c 0\n 580 129 591 134 602 136 c 0\n 621 141 641 144 661 146 c 0\n 672 147 688 152 696 143 c 0\n 706 131 697 122 692 114 c 0\n 688 97 705 68 712 57 c 0\n 716 51 724 43 721 35 c 0\n 719 29 712 26 707 23 c 0\n 694 15 679 11 664 10 c 0\n 607 2 557 47 557 108 c 1\n 533 108 509 112 485 115 c 2\n 358 127 l 1\n 358 127 299 134 291 133 c 0\n 269 132 248 121 231 108 c 0\n 184 72 161 11 156 -47 c 0\n 155 -61 152 -79 163 -90 c 0\n 168 -95 178 -94 182 -100 c 0\n 186 -107 181 -113 175 -114 c 0\n 166 -117 155 -115 145 -115 c 2\n 107 -115 l 2\n 91 -115 75 -115 63 -102 c 0\n 52 -89 51 -71 53 -55 c 0\n 63 47 130 109 210 140 c 0\n 226 146 243 149 260 153 c 1\n313 244 m 1\n 351 252 367 252 398 268 c 0\n 416 277 432 289 446 304 c 0\n 466 328 480 362 471 394 c 0\n 466 412 455 424 442 433 c 0\n 415 450 378 443 352 426 c 0\n 321 405 299 368 297 324 c 0\n 296 297 304 269 313 244 c 1\nEndSplineSet\nEndChar\nStartChar: uni1307\nEncoding: 4871 4871 1607\nWidth: 700\nFlags: W\nHStem: 280 24<266 270> 500.821 21.9459<335.194 361.036> 524 106<287 365> 568 136<548 581>\nVStem: 133.158 142.941<-49 -41> 136.1 102.466<360.445 384.983> 139.623 135.591<-67 -65> 276 103<530 599> 415.567 102.593<184 194 423 439>\nDStem: 401 143 505 150 358 36 468 56\nFore\n38 641 m 1\n 85 669 168 680 193 630 c 0\n 195 625 196 616 202 615 c 0\n 210 614 218 616 226 617 c 2\n 255 620 l 2\n 260 620 266 620 271 622 c 0\n 277 623 280 629 287 630 c 0\n 295 631 302 630 310 630 c 0\n 355 630 l 0\n 361 630 403 635 411 636 c 0\n 425 637 440 637 454 640 c 0\n 461 642 462 649 466 655 c 0\n 482 692 538 704 581 704 c 0\n 593 704 605 704 616 701 c 1\n 592 695 582 673 590 651 c 0\n 599 625 620 602 646 592 c 1\n 646 591 l 1\n 634 586 623 580 611 576 c 0\n 590 570 570 568 548 568 c 0\n 513 568 484 578 469 601 c 0\n 466 606 463 615 457 617 c 0\n 453 618 389 611 379 610 c 1\n 379 552 l 2\n 379 545 381 534 377 528 c 0\n 372 522 362 524 355 524 c 2\n 299 524 l 2\n 292 524 283 522 278 528 c 0\n 274 534 276 544 276 550 c 2\n 276 600 l 1\n 249 597 222 594 193 593 c 1\n 178 550 112 530 57 528 c 0\n 42 527 26 529 11 530 c 1\n 11 531 l 1\n 48 532 77 568 67 604 c 0\n 62 621 51 631 38 641 c 1\n219 199 m 1\n 185 215 158 268 147 309 c 0\n 135 349 129 394 150 433 c 0\n 189 503 285 528 384 522 c 0\n 421 519 464 514 494 489 c 0\n 530 459 523 402 499 366 c 0\n 494 359 488 351 482 345 c 0\n 439 305 375 290 318 284 c 0\n 300 282 283 280 265 280 c 1\n 278 254 295 229 322 218 c 1\n 335 215 350 219 363 220 c 0\n 369 221 377 221 383 223 c 0\n 388 225 390 229 395 231 c 0\n 399 232 453 236 463 237 c 0\n 481 239 498 239 509 222 c 0\n 528 194 516 174 505 150 c 2\n 468 56 l 1\n 451 14 l 2\n 449 9 445 2 450 -3 c 0\n 454 -7 459 -5 464 -5 c 0\n 470 -5 527 -1 537 0 c 0\n 548 2 560 6 571 9 c 0\n 609 18 615 17 649 21 c 0\n 656 22 663 22 669 17 c 0\n 674 12 675 3 671 -4 c 0\n 669 -7 665 -10 664 -14 c 0\n 662 -29 680 -62 687 -72 c 0\n 690 -77 696 -83 694 -90 c 0\n 693 -97 684 -101 678 -104 c 0\n 662 -113 645 -117 626 -117 c 0\n 576 -117 530 -79 530 -20 c 1\n 471 -23 418 -31 356 -31 c 1\n 329 -32 302 -34 275 -36 c 1\n 281 -78 263 -122 230 -149 c 0\n 194 -178 139 -173 113 -144 c 0\n 106 -135 112 -128 117 -120 c 0\n 125 -107 132 -93 138 -78 c 0\n 141 -64 140 -60 134 -51 c 0\n 131 -45 132 -38 136 -32 c 0\n 149 -16 244 -18 274 -17 c 0\n 298 -16 321 -13 345 -13 c 1\n 341 4 352 21 358 36 c 2\n 401 143 l 2\n 408 160 425 187 409 204 c 1\n 403 209 392 206 386 205 c 0\n 314 198 257 192 248 189 c 0\n 237 185 226 177 216 171 c 0\n 208 167 196 162 190 155 c 0\n 185 150 187 142 187 136 c 0\n 187 126 184 117 181 108 c 0\n 166 68 124 42 82 44 c 0\n 66 45 49 51 35 59 c 0\n 29 63 22 67 22 75 c 0\n 23 82 29 89 33 95 c 0\n 35 98 57 134 52 148 c 0\n 51 153 47 156 45 161 c 0\n 41 171 48 182 59 184 c 2\n 72 184 l 2\n 87 184 142 179 162 173 c 0\n 166 172 170 171 174 172 c 0\n 179 172 214 194 219 197 c 1\n 219 199 l 1\n408 395 m 0\n 425 438 411 484 369 498 c 0\n 352 503 333 501 316 495 c 0\n 270 478 244 432 239 385 c 0\n 237 365 242 343 248 324 c 0\n 249 318 251 308 256 304 c 0\n 260 302 266 304 270 304 c 0\n 330 313 387 343 408 395 c 0\nEndSplineSet\nEndChar\nStartChar: uni1308\nEncoding: 4872 4872 1608\nWidth: 467\nFlags: W\nVStem: 58.9308 143.067<504 511> 257.671 103.494<45 61> 329 103<436 437 437.063 440>\nFore\n200 524 m 1\n 212 462 169 385 102 381 c 0\n 82 381 64 387 52 396 c 0\n 46 400 35 407 35 415 c 0\n 34 423 42 431 46 437 c 0\n 54 450 63 466 65 482 c 0\n 67 495 52 505 61 518 c 2\n 65 522 l 2\n 79 531 140 537 162 539 c 0\n 183 539 l 0\n 199 541 215 550 231 554 c 0\n 245 557 286 565 307 565 c 0\n 372 563 434 503 432 437 c 0\n 432 436 374 137 363 78 c 0\n 359 60 358 36 371 27 c 0\n 377 23 392 21 386 10 c 0\n 382 3 369 4 362 3 c 0\n 358 3 298 -5 285 -1 c 0\n 240 13 262 92 270 133 c 0\n 282 202 318 382 322 403 c 0\n 325 415 329 428 329 440 c 0\n 326 487 288 533 239 535 c 0\n 226 535 213 527 200 524 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni1309\nEncoding: 4873 4873 1609\nWidth: 671\nFlags: W\nVStem: 58.933 143.071<504 511> 257.655 101.345<54 61.0307> 329 103<433 437 437.063 440>\nFore\n200 524 m 1\n 210 472 182 410 133 388 c 0\n 108 377 79 380 55 394 c 0\n 48 398 36 405 35 414 c 0\n 34 421 41 428 44 434 c 0\n 49 442 68 471 65 491 c 0\n 64 495 61 498 60 501 c 0\n 50 525 82 528 96 531 c 0\n 124 536 152 538 181 539 c 0\n 198 540 214 550 231 554 c 0\n 245 557 286 565 307 565 c 0\n 371 563 434 503 432 437 c 0\n 432 429 403 281 400 271 c 1\n 407 272 471 282 484 285 c 0\n 533 296 550 303 599 307 c 0\n 605 307 613 307 617 302 c 0\n 630 287 616 282 613 272 c 0\n 607 257 629 221 636 211 c 0\n 640 205 645 198 640 191 c 0\n 633 182 610 173 597 170 c 0\n 555 161 509 180 488 219 c 0\n 481 233 478 248 477 264 c 1\n 426 256 441 259 406 252 c 0\n 396 252 394 244 394 236 c 0\n 391 223 359 61 359 54 c 0\n 360 45 363 35 369 28 c 1\n 375 23 391 23 387 11 c 0\n 383 2 370 4 362 3 c 0\n 345 2 329 0 312 -1 c 0\n 302 -2 292 -4 283 0 c 0\n 241 17 262 92 270 132 c 2\n 322 403 l 2\n 325 415 329 428 329 440 c 0\n 326 487 288 533 239 535 c 0\n 226 535 213 527 200 524 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni130A\nEncoding: 4874 4874 1610\nWidth: 671\nFlags: W\nHStem: -38.2764 135.276<575 579>\nVStem: 58.9095 143.087<504 511> 256.521 103.368<49 62> 329 103<436 440>\nFore\n200 524 m 1\n 212 462 169 384 101 381 c 0\n 79 381 65 387 51 396 c 0\n 45 400 35 407 35 415 c 0\n 34 423 42 431 46 437 c 0\n 54 450 63 466 65 482 c 0\n 67 495 51 506 62 519 c 0\n 63 520 64 522 66 523 c 0\n 81 531 140 537 162 539 c 0\n 183 539 l 0\n 199 541 214 549 229 553 c 0\n 237 556 283 564 297 565 c 0\n 319 566 341 560 360 550 c 0\n 401 530 432 485 432 438 c 0\n 432 431 373 130 361 68 c 0\n 358 55 359 37 370 28 c 0\n 377 22 389 26 397 27 c 0\n 421 29 445 33 469 34 c 1\n 479 80 535 93 574 97 c 0\n 581 98 589 98 596 98 c 0\n 605 98 615 96 624 96 c 1\n 624 95 l 1\n 618 93 613 90 608 86 c 0\n 583 64 604 27 622 8 c 0\n 631 -1 644 -8 655 -15 c 1\n 604 -44 510 -53 478 -5 c 0\n 475 -1 472 9 467 11 c 0\n 463 12 429 8 423 7 c 0\n 390 4 358 3 325 0 c 0\n 307 -2 287 -7 272 6 c 0\n 252 26 255 59 261 87 c 0\n 264 100 329 428 329 440 c 0\n 326 487 288 533 239 535 c 0\n 226 535 213 527 200 524 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni130B\nEncoding: 4875 4875 1611\nWidth: 612\nFlags: W\nHStem: 88 19<187.125 233>\nVStem: 189.899 143.08<514 524> 475 103<324 398 399.018 439.625>\nFore\n331 529 m 1\n 334 518 333 506 332 495 c 0\n 328 460 309 426 279 406 c 0\n 253 389 220 387 192 401 c 0\n 184 405 175 410 170 417 c 0\n 163 426 169 433 174 441 c 0\n 183 456 193 473 196 490 c 0\n 199 500 193 504 191 511 c 0\n 182 532 206 536 219 538 c 0\n 239 542 260 544 280 545 c 0\n 294 546 309 545 323 547 c 0\n 340 549 357 553 374 556 c 0\n 387 558 442 563 458 562 c 0\n 520 554 565 511 575 456 c 0\n 577 444 578 371 578 349 c 0\n 578 278 570 200 513 149 c 0\n 442 89 305 88 187 88 c 1\n 187 77 189 67 188 56 c 0\n 184 16 163 -28 127 -49 c 0\n 101 -64 69 -63 43 -49 c 0\n 35 -44 22 -36 21 -26 c 0\n 20 -19 27 -11 31 -5 c 0\n 33 -1 55 34 51 51 c 0\n 48 60 41 66 46 76 c 0\n 51 87 83 91 96 95 c 0\n 152 108 167 107 223 107 c 0\n 234 107 245 108 256 109 c 0\n 320 113 386 128 430 178 c 0\n 438 188 445 199 451 210 c 0\n 473 250 475 297 475 341 c 0\n 475 360 475 380 474 399 c 0\n 473 421 476 443 470 465 c 0\n 462 490 446 512 423 525 c 0\n 411 533 395 538 381 538 c 0\n 364 537 348 530 331 529 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni130C\nEncoding: 4876 4876 1612\nWidth: 612\nFlags: W\nHStem: 11 22<390 433> 141.022 21.9783<379.063 426.358>\nVStem: 59 142<503 513> 256.468 103.12<45 64> 477.611 102.424<77 93>\nFore\n379 163 m 1\n 445 163 492 161 538 138 c 0\n 546 134 555 130 562 124 c 0\n 580 108 587 85 575 64 c 0\n 555 30 487 14 439 11 c 0\n 406 11 l 0\n 401 11 395 12 390 11 c 0\n 385 9 382 6 377 5 c 0\n 370 3 363 3 356 3 c 0\n 342 1 327 0 313 -1 c 0\n 301 -2 290 -5 279 1 c 0\n 266 8 260 22 258 35 c 0\n 252 63 261 92 267 119 c 2\n 308 335 l 2\n 313 359 318 383 322 407 c 0\n 324 418 329 430 328 442 c 0\n 324 478 304 511 271 526 c 0\n 261 531 248 535 236 535 c 0\n 232 534 207 527 203 524 c 0\n 200 521 201 515 201 511 c 0\n 201 465 187 430 159 405 c 0\n 132 382 95 374 62 390 c 0\n 56 392 35 404 35 415 c 0\n 34 419 37 423 40 427 c 128\n 43 431 68 470 65 488 c 0\n 64 493 61 497 59 502 c 0\n 52 526 81 528 97 531 c 0\n 118 535 139 537 161 539 c 2\n 181 539 l 2\n 198 540 215 550 232 554 c 0\n 243 557 290 565 306 565 c 0\n 369 563 433 505 431 436 c 0\n 431 433 401 278 394 242 c 0\n 389 216 382 189 379 163 c 1\n374 141 m 1\n 371 118 365 95 361 72 c 0\n 359 61 356 48 363 37 c 0\n 366 33 370 33 375 33 c 0\n 405 33 l 0\n 427 33 455 32 471 51 c 0\n 479 63 482 108 471 122 c 0\n 451 144 411 141 374 141 c 1\nEndSplineSet\nEndChar\nStartChar: uni130D\nEncoding: 4877 4877 1613\nWidth: 583\nFlags: W\nHStem: 368 40.4939<176 182>\nVStem: 39.744 88.256<443 444> 373.272 104.16<45 61>\nFore\n303 527 m 1\n 343 483 333 409 281 379 c 0\n 248 360 211 371 176 368 c 0\n 149 365 121 353 93 359 c 0\n 84 361 75 364 68 370 c 0\n 23 402 36 470 68 506 c 0\n 95 540 137 554 187 559 c 0\n 214 562 245 561 267 552 c 0\n 272 550 279 545 284 545 c 0\n 291 545 298 548 304 549 c 0\n 311 550 403 566 424 565 c 0\n 494 562 545 503 548 441 c 0\n 548 441 493 137 479 77 c 0\n 476 58 474 37 487 27 c 0\n 493 23 504 23 503 13 c 0\n 503 3 486 4 478 3 c 0\n 462 2 415 -3 408 -3 c 0\n 387 0 377 20 374 39 c 128\n 371 58 375 75 379 94 c 2\n 391 156 l 1\n 391 156 436 391 440 410 c 0\n 442 420 445 430 445 440 c 0\n 443 482 407 535 352 535 c 0\n 336 534 319 528 303 527 c 1\n227 460 m 0\n 231 489 206 517 171 509 c 0\n 147 503 130 483 127 459 c 0\n 127 453 127 448 128 442 c 0\n 135 413 166 402 192 412 c 0\n 212 420 225 439 227 460 c 0\nEndSplineSet\nEndChar\nStartChar: uni130E\nEncoding: 4878 4878 1614\nWidth: 525\nFlags: W\nVStem: 81 136.014<407 409> 239 103<474 557> 314.918 104.111<45 61> 385.875 104.125<406.016 415.332>\nFore\n216 443 m 1\n 226 390 196 323 143 305 c 0\n 118 296 91 300 69 314 c 0\n 62 318 50 326 51 335 c 0\n 51 341 56 346 59 351 c 0\n 65 361 83 390 81 407 c 0\n 81 412 78 415 76 419 c 0\n 73 425 74 433 78 439 c 1\n 90 451 158 457 181 458 c 0\n 200 458 207 459 222 465 c 0\n 226 466 233 467 236 470 c 0\n 241 475 239 486 239 492 c 2\n 239 535 l 2\n 239 542 240 551 238 558 c 0\n 236 566 221 570 227 580 c 0\n 231 587 246 586 253 587 c 0\n 271 588 290 590 308 591 c 0\n 318 592 329 593 336 583 c 0\n 343 572 342 558 342 545 c 2\n 342 473 l 1\n 394 473 454 473 479 439 c 0\n 486 430 490 418 490 406 c 0\n 489 399 424 89 421 77 c 0\n 418 57 415 38 429 27 c 0\n 435 23 450 21 444 10 c 0\n 440 3 428 4 421 3 c 0\n 399 1 376 -2 354 -3 c 0\n 331 -3 320 17 316 37 c 0\n 310 62 328 128 334 154 c 2\n 375 349 l 2\n 377 363 381 377 383 391 c 0\n 386 402 388 412 382 423 c 0\n 365 450 320 454 281 454 c 0\n 271 454 260 455 250 453 c 0\n 238 451 228 445 216 443 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni1310\nEncoding: 4880 4880 1615\nWidth: 846\nFlags: W\nHStem: 309 19<412 518>\nVStem: 60 142.013<503 510> 257.554 101.446<49 61> 329 103<437 440> 497.075 104.305<246 253> 716.951 114.701<246 253>\nFore\n200 524 m 1\n 210 472 182 410 133 388 c 0\n 108 377 79 380 55 394 c 0\n 48 398 36 405 35 414 c 0\n 34 421 41 428 44 434 c 0\n 48 441 69 471 65 491 c 0\n 64 495 61 498 60 501 c 0\n 57 507 58 515 62 520 c 1\n 70 527 85 528 95 530 c 0\n 117 535 139 537 162 539 c 0\n 183 539 l 0\n 200 541 216 550 232 554 c 0\n 246 557 288 565 307 565 c 0\n 368 562 432 512 432 436 c 0\n 431 421 426 405 423 390 c 0\n 420 369 417 348 411 328 c 1\n 496 328 l 2\n 510 328 525 327 539 328 c 0\n 546 329 553 333 560 335 c 0\n 569 338 579 339 588 340 c 0\n 618 340 634 335 663 337 c 0\n 699 339 734 353 770 341 c 0\n 830 325 854 237 807 187 c 0\n 799 179 791 173 781 169 c 0\n 742 150 698 165 657 163 c 0\n 634 162 612 155 589 155 c 0\n 523 155 486 217 500 271 c 0\n 503 285 510 297 519 309 c 1\n 418 309 l 0\n 415 309 411 309 409 307 c 0\n 405 303 405 294 404 289 c 0\n 401 276 359 63 359 55 c 0\n 359 46 362 35 369 28 c 0\n 375 23 391 23 387 11 c 0\n 383 3 370 4 363 3 c 0\n 359 3 298 -5 285 -1 c 0\n 240 13 262 92 270 133 c 0\n 282 202 318 382 322 403 c 0\n 325 415 329 428 329 440 c 0\n 326 487 288 533 239 535 c 0\n 226 535 213 527 200 524 c 1\n623 296 m 0\n 603 281 593 243 610 219 c 0\n 630 184 681 184 705 215 c 0\n 722 235 719 262 708 281 c 0\n 690 310 649 316 623 296 c 0\nEndSplineSet\nEndChar\nStartChar: uni1312\nEncoding: 4882 4882 1616\nWidth: 904\nFlags: W\nHStem: 233 20<653 663> 238 221<521 589> 323 21.9998<415 504>\nVStem: 59.1524 142.8<504 511> 329 103<436.063 437 437.031 449.985> 493.529 312.413<251 252> 520.56 102.795<394 417> 663 135.04<231 233>\nFore\n200 524 m 1\n 210 471 181 407 130 387 c 0\n 105 377 77 380 54 394 c 0\n 47 399 35 406 35 415 c 0\n 34 423 42 431 46 437 c 0\n 50 445 65 470 65 485 c 0\n 66 496 54 504 60 516 c 0\n 71 535 152 538 181 539 c 0\n 198 540 214 550 231 554 c 0\n 245 557 286 565 307 565 c 0\n 339 564 372 548 394 526 c 0\n 416 503 433 469 432 437 c 0\n 432 426 428 415 426 405 c 0\n 422 385 418 365 415 345 c 1\n 480 345 l 2\n 490 345 502 347 511 341 c 1\n 514 366 533 418 510 437 c 0\n 504 441 490 442 494 453 c 0\n 496 457 500 459 504 459 c 0\n 512 460 520 459 528 459 c 2\n 569 459 l 2\n 584 459 600 461 611 448 c 0\n 631 428 624 392 618 363 c 0\n 611 327 603 292 598 256 c 1\n 616 256 635 254 653 253 c 0\n 659 253 666 251 672 252 c 0\n 682 253 691 257 700 259 c 0\n 719 263 761 273 787 273 c 0\n 793 273 799 272 803 268 c 0\n 808 262 808 253 804 247 c 0\n 803 244 800 242 799 239 c 0\n 793 224 815 187 822 177 c 0\n 842 154 803 142 786 137 c 0\n 747 128 703 142 680 176 c 0\n 668 193 663 213 663 233 c 1\n 638 233 614 237 589 238 c 0\n 571 239 554 238 536 238 c 2\n 507 238 l 2\n 488 238 494 254 496 267 c 0\n 500 286 505 305 507 324 c 1\n 476 323 443 323 410 323 c 1\n 409 312 373 130 366 92 c 0\n 360 68 353 46 369 28 c 1\n 375 23 393 22 386 10 c 0\n 384 5 378 4 373 4 c 0\n 351 2 299 -3 293 -3 c 0\n 266 -1 260 24 256 49 c 0\n 255 61 308 332 321 398 c 0\n 324 410 328 423 329 436 c 0\n 329 489 286 531 240 535 c 0\n 227 535 213 527 200 524 c 1\nEndSplineSet\nEndChar\nStartChar: uni1313\nEncoding: 4883 4883 1617\nWidth: 554\nFlags: W\nHStem: 0.937851 327.062<388.017 430> 309 255.536<329 330>\nVStem: 44 142.234<509 518> 51 134<487 493> 328.869 103.41<481 495> 396.5 104.5<273 277>\nFore\n186 526 m 1\n 186 512 187 500 185 486 c 0\n 179 449 157 413 123 396 c 0\n 97 383 67 385 42 399 c 0\n 34 403 22 410 20 420 c 0\n 19 426 32 444 35 449 c 128\n 38 454 51 480 51 493 c 0\n 50 499 46 503 44 508 c 0\n 37 533 67 533 83 536 c 0\n 101 539 119 541 137 542 c 0\n 149 542 163 541 175 543 c 0\n 260 554 290 576 363 559 c 0\n 394 552 425 537 431 503 c 0\n 436 472 426 435 418 411 c 0\n 407 375 392 354 372 328 c 1\n 419 328 l 2\n 428 328 438 329 447 327 c 0\n 473 323 501 304 501 275 c 0\n 501 266 459 146 454 132 c 1\n 436 78 l 2\n 431 63 426 50 433 34 c 0\n 435 29 438 24 443 22 c 0\n 447 19 453 20 456 15 c 0\n 460 7 453 2 446 1 c 0\n 427 0 407 1 388 1 c 0\n 376 1 363 -1 352 3 c 0\n 333 11 324 37 325 56 c 0\n 325 59 381 223 393 260 c 0\n 396 269 399 277 394 286 c 0\n 383 308 357 309 335 309 c 2\n 295 309 l 2\n 287 309 279 310 272 309 c 0\n 248 305 225 295 202 290 c 1\n 212 230 184 166 140 139 c 0\n 115 125 83 126 58 141 c 0\n 50 145 37 154 36 164 c 0\n 36 168 47 187 50 191 c 0\n 53 197 69 224 67 238 c 0\n 66 243 63 247 61 251 c 0\n 54 276 90 281 105 286 c 0\n 141 298 179 303 216 313 c 2\n 243 321 l 2\n 248 322 254 323 258 326 c 0\n 268 333 277 346 284 356 c 0\n 307 387 321 423 327 461 c 0\n 329 480 333 502 317 516 c 128\n 301 530 277 533 256 534 c 0\n 249 534 241 535 234 535 c 0\n 218 533 202 527 186 526 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni1314\nEncoding: 4884 4884 1618\nWidth: 700\nFlags: W\nHStem: 88.2325 21.7675<425 485> 218 22<473 475>\nVStem: 62 142.081<21 28> 132.333 142.667<504 510> 535.54 102.46<154.228 164.969 166 167>\nFore\n202 52 m 1\n 209 12 199 -30 175 -63 c 0\n 166 -75 156 -87 143 -94 c 0\n 117 -110 85 -110 59 -95 c 0\n 51 -90 39 -82 37 -72 c 0\n 36 -64 43 -57 47 -51 c 0\n 55 -38 62 -23 66 -8 c 0\n 67 -3 68 1 66 6 c 0\n 64 14 58 20 62 29 c 0\n 70 50 161 63 191 69 c 0\n 211 73 230 78 250 83 c 2\n 282 91 l 2\n 287 93 294 93 299 96 c 0\n 306 100 308 112 311 119 c 2\n 336 180 l 1\n 336 180 430 413 436 430 c 0\n 441 440 446 450 444 461 c 0\n 437 503 397 532 356 535 c 0\n 344 536 330 531 318 529 c 0\n 315 529 281 526 276 521 c 0\n 273 518 275 511 275 507 c 0\n 275 461 256 422 225 399 c 0\n 198 379 163 376 133 391 c 0\n 124 396 107 405 108 417 c 0\n 109 424 116 432 120 438 c 0\n 128 451 137 468 139 484 c 0\n 140 496 126 504 134 517 c 0\n 139 528 158 528 169 530 c 0\n 191 535 213 537 235 539 c 0\n 256 539 l 0\n 264 540 355 555 368 557 c 0\n 383 560 399 565 415 565 c 0\n 465 567 510 539 533 504 c 0\n 542 488 550 468 548 449 c 0\n 547 441 478 256 472 240 c 1\n 523 240 616 229 636 178 c 0\n 637 174 638 169 638 165 c 0\n 639 136 612 119 588 109 c 0\n 558 96 525 89 493 88 c 0\n 470 87 445 90 422 88 c 0\n 416 87 412 83 406 82 c 0\n 391 80 329 75 313 74 c 0\n 307 74 301 76 295 75 c 0\n 264 69 233 57 202 52 c 1\n424 110 m 1\n 464 110 l 2\n 495 110 534 114 534 147 c 0\n 537 162 536 189 528 199 c 128\n 520 209 506 214 493 216 c 0\n 487 217 481 217 475 218 c 0\n 465 218 462 214 460 207 c 0\n 459 205 432 127 424 110 c 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: uni1315\nEncoding: 4885 4885 1619\nWidth: 817\nFlags: W\nHStem: 323 22<416 483> 325.151 162.849<511 575.979>\nVStem: 59.1524 142.8<504 511> 329 103<436.063 437 437.031 449.985>\nFore\n200 524 m 1\n 210 471 181 407 130 387 c 0\n 105 377 77 380 54 394 c 0\n 47 399 35 406 35 415 c 0\n 34 423 42 431 46 437 c 0\n 50 445 65 470 65 485 c 0\n 66 496 54 504 60 516 c 0\n 71 535 152 538 181 539 c 0\n 198 540 214 550 231 554 c 0\n 245 557 286 565 307 565 c 0\n 339 564 372 548 394 526 c 0\n 416 503 433 469 432 437 c 0\n 432 426 428 415 426 405 c 0\n 422 385 418 365 415 345 c 1\n 471 345 l 2\n 477 345 487 343 492 347 c 0\n 495 348 495 352 496 355 c 0\n 496 361 497 368 498 374 c 0\n 501 401 508 429 507 456 c 0\n 507 460 506 463 504 466 c 0\n 500 472 491 473 494 482 c 0\n 500 488 501 488 511 488 c 1\n 578 488 l 1\n 585 488 593 488 599 484 c 0\n 610 476 609 461 610 449 c 0\n 611 438 600 357 597 342 c 1\n 626 348 655 356 685 359 c 0\n 696 360 712 363 718 351 c 0\n 721 345 720 338 717 333 c 0\n 715 330 712 328 711 325 c 0\n 707 309 728 274 735 263 c 0\n 739 257 744 250 738 244 c 0\n 731 235 710 227 697 224 c 0\n 654 214 606 234 586 274 c 0\n 578 290 576 307 576 325 c 1\n 550 324 520 327 497 323 c 1\n 410 323 l 1\n 409 312 373 130 366 92 c 0\n 360 68 353 46 369 28 c 1\n 375 23 393 22 386 10 c 0\n 384 5 378 4 373 4 c 0\n 351 2 299 -3 293 -3 c 0\n 266 -1 260 24 256 49 c 0\n 255 61 308 332 321 398 c 0\n 324 410 328 423 329 436 c 0\n 329 489 286 531 240 535 c 0\n 227 535 213 527 200 524 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1318\nEncoding: 4888 4888 1620\nWidth: 525\nFlags: W\nVStem: 116.931 143.067<504 511> 315.671 103.494<45 61> 387 103<436 437 437.063 440>\nFore\n15 658 m 1\n 42 673 69 681 100 681 c 0\n 132 681 153 672 167 651 c 0\n 174 640 170 631 185 631 c 2\n 337 643 l 1\n 381 646 l 2\n 389 646 398 646 406 648 c 0\n 412 650 414 660 418 665 c 1\n 436 702 498 713 543 712 c 0\n 550 712 558 710 565 710 c 1\n 565 708 l 1\n 543 703 534 681 540 661 c 0\n 549 634 570 612 596 600 c 1\n 587 591 572 587 560 584 c 0\n 532 575 484 571 454 582 c 0\n 441 587 429 596 421 607 c 0\n 417 612 413 624 407 625 c 0\n 405 625 177 610 171 608 c 0\n 166 605 162 596 158 591 c 0\n 141 571 118 559 89 553 c 0\n 68 547 45 544 23 544 c 0\n 12 544 1 546 -10 546 c 1\n -10 547 l 1\n 5 550 19 555 29 566 c 0\n 55 594 48 638 15 656 c 1\n 15 658 l 1\n258 524 m 1\n 270 462 227 385 160 381 c 0\n 140 381 122 387 110 396 c 0\n 104 400 93 407 93 415 c 0\n 92 423 100 431 104 437 c 0\n 112 450 121 466 123 482 c 0\n 125 495 110 505 119 518 c 2\n 123 522 l 2\n 137 531 198 537 220 539 c 0\n 241 539 l 0\n 257 541 273 550 289 554 c 0\n 303 557 344 565 365 565 c 0\n 430 563 492 503 490 437 c 0\n 490 436 432 137 421 78 c 0\n 417 60 416 36 429 27 c 0\n 435 23 450 21 444 10 c 0\n 440 3 427 4 420 3 c 0\n 416 3 356 -5 343 -1 c 0\n 298 13 320 92 328 133 c 0\n 340 202 376 382 380 403 c 0\n 383 415 387 428 387 440 c 0\n 384 487 346 533 297 535 c 0\n 284 535 271 527 258 524 c 1\nEndSplineSet\nMinimumDistance: x37,-1 \nEndChar\nStartChar: uni1319\nEncoding: 4889 4889 1621\nWidth: 729\nFlags: W\nVStem: 116.933 143.071<504 511> 315.655 101.345<54 61.0307> 387 103<433 437 437.063 440>\nFore\n15 658 m 1\n 42 673 69 681 100 681 c 0\n 132 681 153 672 167 651 c 0\n 174 640 170 631 185 631 c 2\n 337 643 l 1\n 381 646 l 2\n 389 646 398 646 406 648 c 0\n 412 650 414 660 418 665 c 1\n 436 702 498 713 543 712 c 0\n 550 712 558 710 565 710 c 1\n 565 708 l 1\n 543 703 534 681 540 661 c 0\n 549 634 570 612 596 600 c 1\n 587 591 572 587 560 584 c 0\n 532 575 484 571 454 582 c 0\n 441 587 429 596 421 607 c 0\n 417 612 413 624 407 625 c 0\n 405 625 177 610 171 608 c 0\n 166 605 162 596 158 591 c 0\n 141 571 118 559 89 553 c 0\n 68 547 45 544 23 544 c 0\n 12 544 1 546 -10 546 c 1\n -10 547 l 1\n 5 550 19 555 29 566 c 0\n 55 594 48 638 15 656 c 1\n 15 658 l 1\n258 524 m 1\n 268 472 240 410 191 388 c 0\n 166 377 137 380 113 394 c 0\n 106 398 94 405 93 414 c 0\n 92 421 99 428 102 434 c 0\n 107 442 126 471 123 491 c 0\n 122 495 119 498 118 501 c 0\n 108 525 140 528 154 531 c 0\n 182 536 210 538 239 539 c 0\n 256 540 272 550 289 554 c 0\n 303 557 344 565 365 565 c 0\n 429 563 492 503 490 437 c 0\n 490 429 461 281 458 271 c 1\n 465 272 529 282 542 285 c 0\n 591 296 608 303 657 307 c 0\n 663 307 671 307 675 302 c 0\n 688 287 674 282 671 272 c 0\n 665 257 687 221 694 211 c 0\n 698 205 703 198 698 191 c 0\n 691 182 668 173 655 170 c 0\n 613 161 567 180 546 219 c 0\n 539 233 536 248 535 264 c 1\n 484 256 499 259 464 252 c 0\n 454 252 452 244 452 236 c 0\n 449 223 417 61 417 54 c 0\n 418 45 421 35 427 28 c 1\n 433 23 449 23 445 11 c 0\n 441 2 428 4 420 3 c 0\n 403 2 387 0 370 -1 c 0\n 360 -2 350 -4 341 0 c 0\n 299 17 320 92 328 132 c 2\n 380 403 l 2\n 383 415 387 428 387 440 c 0\n 384 487 346 533 297 535 c 0\n 284 535 271 527 258 524 c 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: uni131A\nEncoding: 4890 4890 1622\nWidth: 729\nFlags: W\nHStem: -38.2764 135.276<633 634>\nVStem: 116.909 143.087<504 511> 314.521 103.368<49 62> 387 103<436 440>\nFore\n15 658 m 1\n 42 673 69 681 100 681 c 0\n 132 681 153 672 167 651 c 0\n 174 640 170 631 185 631 c 2\n 337 643 l 1\n 381 646 l 2\n 389 646 398 646 406 648 c 0\n 412 650 414 660 418 665 c 1\n 436 702 498 713 543 712 c 0\n 550 712 558 710 565 710 c 1\n 565 708 l 1\n 543 703 534 681 540 661 c 0\n 549 634 570 612 596 600 c 1\n 587 591 572 587 560 584 c 0\n 532 575 484 571 454 582 c 0\n 441 587 429 596 421 607 c 0\n 417 612 413 624 407 625 c 0\n 405 625 177 610 171 608 c 0\n 166 605 162 596 158 591 c 0\n 139 569 120 562 90 553 c 0\n 68 548 46 544 23 544 c 0\n 12 544 1 546 -10 546 c 1\n -10 547 l 1\n 5 550 19 555 29 566 c 0\n 55 594 48 638 15 656 c 1\n 15 658 l 1\n258 524 m 1\n 270 462 227 384 159 381 c 0\n 137 381 123 387 109 396 c 0\n 103 400 93 407 93 415 c 0\n 92 423 100 431 104 437 c 0\n 112 450 121 466 123 482 c 0\n 125 495 109 506 120 519 c 0\n 121 520 122 522 124 523 c 0\n 139 531 198 537 220 539 c 0\n 241 539 l 0\n 257 541 272 549 287 553 c 0\n 295 556 341 564 355 565 c 0\n 377 566 399 560 418 550 c 0\n 459 530 490 485 490 438 c 0\n 490 431 431 130 419 68 c 0\n 416 55 417 37 428 28 c 0\n 435 22 447 26 455 27 c 0\n 479 29 503 33 527 34 c 1\n 537 80 593 93 632 97 c 0\n 639 98 647 98 654 98 c 0\n 663 98 673 96 682 96 c 1\n 682 95 l 1\n 676 93 671 90 666 86 c 0\n 641 64 662 27 680 8 c 0\n 689 -1 702 -8 713 -15 c 1\n 662 -44 568 -53 536 -5 c 0\n 533 -1 530 9 525 11 c 0\n 521 12 487 8 481 7 c 0\n 448 4 416 3 383 0 c 0\n 365 -2 345 -7 330 6 c 0\n 310 26 313 59 319 87 c 0\n 322 100 387 428 387 440 c 0\n 384 487 346 533 297 535 c 0\n 284 535 271 527 258 524 c 1\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: uni131B\nEncoding: 4891 4891 1623\nWidth: 612\nFlags: W\nHStem: 88 19.0462<187.094 238.949> 609.241 21.983<238 245> 625 21.484<454 456>\nVStem: 189.378 142.855<496 503> 474 104<324 382 382.023 385 385.016 434.371>\nFore\n232 631 m 1\n 246 631 419 644 437 646 c 0\n 445 646 456 646 464 648 c 0\n 470 650 472 658 475 663 c 0\n 489 695 544 712 590 712 c 0\n 601 712 613 712 623 709 c 1\n 617 707 612 704 607 700 c 0\n 579 673 610 629 633 612 c 0\n 640 607 647 604 654 599 c 1\n 622 581 585 573 548 576 c 0\n 516 578 496 585 481 605 c 0\n 481 605 470 623 467 625 c 0\n 463 626 458 625 454 625 c 0\n 403 622 271 611 257 610 c 0\n 249 610 239 610 231 608 c 0\n 225 606 221 596 217 591 c 0\n 202 574 185 563 161 557 c 0\n 136 548 109 544 82 544 c 0\n 71 544 60 546 49 546 c 1\n 49 547 l 1\n 65 550 78 555 89 567 c 0\n 113 595 106 638 74 656 c 1\n 74 658 l 1\n 87 665 107 676 125 678 c 0\n 160 685 211 684 228 646 c 0\n 230 641 232 636 232 631 c 1\n332 512 m 1\n 332 499 333 487 331 474 c 0\n 327 443 310 414 286 394 c 0\n 259 373 223 368 192 383 c 0\n 183 388 173 394 168 402 c 128\n 163 410 170 418 175 425 c 0\n 184 439 192 455 196 471 c 0\n 199 483 194 487 190 494 c 0\n 183 514 204 518 218 521 c 0\n 234 524 281 529 304 529 c 0\n 347 529 339 535 377 539 c 0\n 391 541 406 542 420 543 c 0\n 448 546 476 545 502 533 c 0\n 531 519 554 499 567 469 c 0\n 580 441 576 412 577 382 c 0\n 577 370 578 357 578 345 c 0\n 578 277 569 197 514 150 c 0\n 443 89 305 88 187 88 c 1\n 187 77 189 67 188 56 c 0\n 184 16 163 -28 127 -49 c 0\n 101 -64 69 -63 43 -49 c 0\n 35 -44 22 -36 21 -26 c 0\n 20 -19 27 -11 31 -5 c 0\n 33 -1 55 34 51 51 c 0\n 48 60 41 66 46 76 c 128\n 51 86 80 92 93 94 c 0\n 161 112 171 105 239 108 c 0\n 303 110 375 121 422 169 c 0\n 431 178 439 189 446 200 c 0\n 479 255 475 323 474 385 c 0\n 474 404 475 423 472 442 c 0\n 465 479 427 523 379 520 c 0\n 363 519 348 513 332 512 c 1\nEndSplineSet\nMinimumDistance: x39,-1 \nEndChar\nStartChar: uni131C\nEncoding: 4892 4892 1624\nWidth: 671\nFlags: W\nHStem: 11 22<452 490> 141.014 21.986<437.063 483.659>\nVStem: 116.933 143.122<504 511> 315.424 102.608<48 61> 387 103<433 439> 537 102.45<82 93>\nFore\n15 658 m 1\n 42 673 69 681 100 681 c 0\n 132 681 153 672 167 651 c 0\n 174 640 170 631 185 631 c 2\n 337 643 l 1\n 381 646 l 2\n 389 646 398 646 406 648 c 0\n 412 650 414 660 418 665 c 1\n 436 702 498 713 543 712 c 0\n 550 712 558 710 565 710 c 1\n 565 708 l 1\n 543 703 534 681 540 661 c 0\n 549 634 570 612 596 600 c 1\n 587 591 572 587 560 584 c 0\n 532 575 484 571 454 582 c 0\n 441 587 429 596 421 607 c 0\n 417 612 413 624 407 625 c 0\n 405 625 177 610 171 608 c 0\n 166 605 162 596 158 591 c 0\n 141 571 118 559 89 553 c 0\n 68 547 45 544 23 544 c 0\n 12 544 1 546 -10 546 c 1\n -10 547 l 1\n 5 550 19 555 29 566 c 0\n 55 594 48 638 15 656 c 1\n 15 658 l 1\n258 524 m 1\n 268 473 241 412 193 389 c 0\n 168 377 138 379 114 393 c 0\n 107 397 96 404 93 413 c 0\n 91 420 98 427 102 433 c 128\n 106 439 127 471 123 491 c 0\n 122 495 119 498 118 501 c 0\n 108 525 140 528 154 531 c 0\n 182 536 210 538 238 539 c 0\n 255 540 272 549 288 553 c 0\n 299 556 348 566 366 565 c 0\n 434 562 488 502 490 439 c 0\n 490 435 441 177 437 163 c 1\n 503 163 550 161 597 138 c 0\n 611 131 627 122 634 108 c 0\n 646 87 638 64 621 49 c 0\n 594 27 540 12 497 11 c 0\n 482 10 467 12 452 11 c 0\n 446 10 442 6 437 5 c 0\n 432 3 380 -0 369 -1 c 128\n 358 -2 347 -4 337 1 c 0\n 300 24 320 90 328 131 c 0\n 344 222 387 428 387 440 c 0\n 384 487 346 533 297 535 c 0\n 284 535 271 527 258 524 c 1\n433 141 m 1\n 430 118 425 96 420 73 c 0\n 418 62 415 48 422 37 c 0\n 424 33 429 33 434 33 c 0\n 464 33 l 0\n 486 33 514 33 530 51 c 0\n 537 60 537 72 537 83 c 0\n 537 93 538 105 534 115 c 0\n 522 144 471 141 433 141 c 1\nEndSplineSet\nEndChar\nStartChar: uni131D\nEncoding: 4893 4893 1625\nWidth: 583\nFlags: W\nHStem: 338 41.1346<175 176> 480.054 50.7525<192 193> 609.454 21.8757<182 193> 625 21.484<396 398>\nVStem: 372 104.908<45 58>\nFore\n174 631 m 1\n 188 631 361 644 379 646 c 0\n 387 646 398 646 406 648 c 0\n 412 650 414 659 417 664 c 0\n 430 684 445 694 469 702 c 0\n 489 708 510 712 532 712 c 0\n 543 712 555 712 565 709 c 1\n 559 707 554 704 549 700 c 0\n 521 673 553 629 576 611 c 0\n 582 607 589 603 596 599 c 1\n 561 579 492 565 448 585 c 0\n 434 592 422 604 415 617 c 0\n 413 620 412 623 409 625 c 0\n 405 626 400 625 396 625 c 0\n 345 622 213 611 199 610 c 0\n 191 610 181 610 173 608 c 0\n 167 606 163 596 158 591 c 0\n 132 558 78 546 24 544 c 0\n 13 544 2 546 -9 546 c 1\n -9 547 l 1\n 9 550 24 557 35 572 c 0\n 56 600 45 639 16 656 c 1\n 16 658 l 1\n 29 665 48 676 67 678 c 0\n 102 685 153 684 170 646 c 0\n 172 641 173 636 174 631 c 1\n303 498 m 1\n 313 484 321 471 325 454 c 0\n 335 410 312 360 268 344 c 0\n 238 332 205 342 174 338 c 0\n 145 335 114 322 85 332 c 0\n 55 342 39 369 39 403 c 0\n 39 446 66 486 103 507 c 0\n 137 525 216 543 266 523 c 0\n 272 521 278 516 284 516 c 0\n 299 518 396 539 426 536 c 0\n 495 529 544 476 548 413 c 0\n 549 401 492 136 479 76 c 1\n 477 64 474 53 478 41 c 0\n 480 36 483 30 487 27 c 0\n 493 23 504 23 503 13 c 0\n 503 3 486 4 478 3 c 0\n 462 2 415 -3 408 -3 c 0\n 383 1 372 28 372 58 c 0\n 373 68 388 135 391 148 c 2\n 427 323 l 1\n 439 381 l 2\n 441 391 445 401 445 411 c 0\n 443 454 408 506 352 506 c 0\n 336 505 319 499 303 498 c 1\n226 428 m 0\n 233 465 200 491 163 477 c 0\n 143 470 130 452 127 431 c 0\n 122 400 148 371 186 381 c 0\n 207 387 223 406 226 428 c 0\nEndSplineSet\nEndChar\nStartChar: uni131E\nEncoding: 4894 4894 1626\nWidth: 525\nFlags: W\nVStem: 81 136.213<407 409> 239 103<473 555> 314.918 104.111<45 61> 385.875 104.125<406.016 415.332>\nFore\n396 590 m 1\n 405 632 455 648 493 653 c 0\n 501 654 508 654 516 654 c 0\n 528 654 541 655 552 651 c 1\n 547 650 542 648 538 645 c 0\n 507 623 532 580 553 560 c 0\n 562 552 572 548 582 541 c 1\n 551 524 516 517 481 518 c 0\n 447 518 423 528 407 548 c 0\n 403 553 400 563 395 566 c 0\n 391 569 384 567 380 567 c 2\n 342 564 l 1\n 342 473 l 1\n 394 473 454 473 479 439 c 0\n 486 430 490 418 490 406 c 0\n 489 399 424 89 421 77 c 0\n 418 57 415 38 429 27 c 0\n 435 23 450 21 444 10 c 0\n 440 3 428 4 421 3 c 0\n 399 1 376 -2 354 -3 c 0\n 331 -3 320 17 316 37 c 0\n 310 62 328 128 334 154 c 2\n 375 349 l 2\n 377 363 381 377 383 391 c 0\n 386 402 388 412 382 423 c 0\n 365 450 320 454 281 454 c 0\n 271 454 260 455 250 453 c 0\n 238 451 228 445 216 443 c 1\n 226 390 198 329 148 307 c 0\n 124 296 94 299 71 313 c 0\n 64 317 52 324 51 333 c 0\n 50 339 55 344 58 349 c 0\n 63 358 83 389 81 407 c 0\n 81 412 78 416 76 420 c 0\n 66 443 96 446 109 449 c 0\n 134 454 161 458 187 458 c 0\n 205 458 209 461 223 465 c 0\n 227 466 234 467 237 471 c 0\n 241 476 239 488 239 494 c 2\n 239 556 l 1\n 211 554 184 553 155 552 c 1\n 137 508 73 487 13 487 c 0\n 1 487 -12 486 -24 489 c 1\n -24 490 l 1\n 7 491 34 522 30 553 c 0\n 28 573 16 588 0 599 c 1\n 33 624 129 644 155 588 c 0\n 157 583 158 578 159 573 c 1\n 179 575 199 576 220 577 c 1\n 242 592 284 587 318 592 c 1\n 340 586 l 1\n 396 590 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni1320\nEncoding: 4896 4896 1627\nWidth: 817\nFlags: W\nVStem: 63 104<45 71 75 101> 343 102<46 66> 354.501 102.499<346 359 401 401> 663 104<39 157>\nFore\n459 400 m 1\n 481 412 504 421 528 425 c 0\n 616 441 710 391 745 320 c 0\n 764 279 764 192 765 135 c 0\n 765 113 766 92 766 70 c 0\n 766 60 764 47 767 38 c 0\n 770 32 774 27 780 25 c 0\n 784 24 788 24 791 21 c 0\n 795 17 795 11 791 8 c 1\n 788 4 783 4 778 4 c 0\n 770 3 761 2 753 2 c 2\n 719 -1 l 2\n 712 -2 706 -3 699 -3 c 0\n 683 -0 669 12 665 30 c 0\n 662 39 663 49 663 58 c 2\n 663 100 l 2\n 663 150 661 232 652 282 c 0\n 649 305 641 316 629 330 c 0\n 600 363 555 386 494 380 c 0\n 487 378 466 375 460 369 c 0\n 456 364 457 353 457 347 c 0\n 457 330 455 313 455 296 c 0\n 455 246 447 130 446 64 c 0\n 446 58 445 52 445 46 c 0\n 446 34 457 27 467 25 c 0\n 477 22 491 23 487 10 c 0\n 483 2 459 3 447 2 c 0\n 415 -1 374 -12 351 18 c 0\n 339 34 343 43 343 66 c 2\n 346 137 l 2\n 348 182 349 228 351 273 c 0\n 352 306 355 338 355 371 c 1\n 337 368 319 365 302 357 c 0\n 222 320 182 234 171 151 c 0\n 169 134 168 118 167 101 c 2\n 167 75 l 2\n 165 51 163 32 181 25 c 0\n 185 23 190 23 193 19 c 0\n 197 13 192 6 186 5 c 0\n 179 3 172 3 165 3 c 0\n 149 1 134 0 118 -1 c 0\n 105 -3 92 -4 81 5 c 0\n 62 20 63 44 63 66 c 0\n 63 74 64 81 64 89 c 0\n 65 133 67 178 83 220 c 0\n 126 328 243 393 356 393 c 1\n 356 399 356 406 361 409 c 0\n 367 413 377 413 384 413 c 0\n 400 414 415 416 431 417 c 0\n 438 418 448 421 454 417 c 0\n 460 414 459 406 459 400 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni1321\nEncoding: 4897 4897 1628\nWidth: 1021\nFlags: W\nHStem: 180.036 135.964<930 932>\nVStem: 63 104<43 68 75 101> 343 102<46 66> 354.303 102.697<341 359 401 401> 663 103<44 120>\nFore\n459 400 m 1\n 481 412 504 421 528 425 c 0\n 594 437 663 414 710 367 c 0\n 744 333 756 302 760 246 c 1\n 825 252 l 1\n 834 298 890 312 930 316 c 2\n 952 316 l 2\n 961 316 971 314 980 314 c 1\n 980 313 l 1\n 974 311 969 308 964 304 c 0\n 937 280 965 230 991 215 c 0\n 997 210 1004 207 1011 203 c 1\n 961 175 866 165 834 213 c 0\n 831 218 828 227 822 229 c 0\n 816 230 809 228 804 228 c 0\n 790 227 776 224 762 224 c 1\n 763 189 765 155 766 120 c 0\n 766 95 764 69 766 44 c 0\n 767 36 771 30 778 26 c 0\n 784 23 797 23 794 12 c 0\n 792 2 769 3 758 2 c 2\n 720 -1 l 2\n 713 -2 706 -3 699 -3 c 0\n 685 -1 674 8 668 21 c 0\n 662 33 663 45 663 58 c 2\n 663 110 l 2\n 663 118 662 126 662 134 c 0\n 662 171 661 207 657 244 c 0\n 655 265 654 289 645 308 c 0\n 639 321 628 333 617 342 c 0\n 582 373 525 394 466 373 c 0\n 457 369 457 360 457 351 c 0\n 457 332 455 313 455 294 c 0\n 455 245 447 130 446 64 c 0\n 446 58 445 52 445 46 c 0\n 446 34 457 27 467 25 c 0\n 477 22 491 23 487 10 c 0\n 483 2 459 3 447 2 c 0\n 415 -1 374 -12 351 18 c 0\n 339 34 343 43 343 66 c 2\n 346 137 l 2\n 348 182 349 228 351 273 c 0\n 352 306 355 338 355 371 c 1\n 337 368 319 365 302 357 c 0\n 222 320 182 234 171 151 c 0\n 169 134 168 118 167 101 c 2\n 167 75 l 2\n 165 51 163 32 181 25 c 0\n 185 23 190 23 193 19 c 0\n 197 13 192 6 186 5 c 0\n 179 3 172 3 165 3 c 0\n 149 1 134 0 118 -1 c 0\n 105 -3 92 -4 81 5 c 0\n 62 20 63 44 63 66 c 0\n 63 74 64 81 64 89 c 0\n 65 133 67 178 83 220 c 0\n 126 328 243 393 356 393 c 1\n 356 399 356 406 361 409 c 0\n 367 413 377 413 384 413 c 0\n 400 414 415 416 431 417 c 0\n 438 418 448 421 454 417 c 0\n 460 414 459 406 459 400 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni1322\nEncoding: 4898 4898 1629\nWidth: 1021\nFlags: W\nVStem: 63 104<43 70 75 101> 343 103<42 59 61 66> 657 103<42 166>\nFore\n459 399 m 1\n 474 409 492 415 510 420 c 0\n 595 441 692 404 736 326 c 0\n 760 280 760 150 760 73 c 0\n 760 59 756 38 768 29 c 0\n 775 23 784 26 792 27 c 2\n 815 29 l 2\n 819 30 823 29 826 32 c 0\n 831 35 832 42 835 47 c 0\n 847 69 861 73 883 83 c 0\n 906 91 932 96 957 94 c 0\n 966 94 976 94 985 91 c 1\n 969 88 956 75 955 58 c 0\n 955 53 957 48 958 43 c 0\n 967 16 988 -8 1015 -18 c 1\n 1015 -22 976 -35 971 -36 c 0\n 953 -41 935 -42 917 -42 c 0\n 879 -42 855 -32 838 -9 c 0\n 833 -3 831 8 822 8 c 0\n 804 7 785 4 767 2 c 2\n 717 -1 l 2\n 709 -1 702 -3 694 -3 c 0\n 680 -2 669 7 663 19 c 0\n 657 32 657 45 657 59 c 2\n 657 110 l 2\n 657 170 654 227 647 281 c 0\n 640 311 632 323 613 340 c 0\n 582 367 536 389 481 376 c 0\n 473 375 466 372 458 370 c 1\n 457 340 446 96 446 75 c 2\n 446 61 l 2\n 445 53 443 43 449 36 c 0\n 460 22 466 27 482 23 c 0\n 487 20 489 14 486 9 c 0\n 483 2 457 3 447 2 c 0\n 415 -1 374 -12 351 18 c 0\n 339 34 343 43 343 66 c 2\n 346 137 l 2\n 348 182 349 228 351 273 c 0\n 352 306 355 338 355 371 c 1\n 337 368 319 365 302 357 c 0\n 222 320 182 234 171 151 c 0\n 169 134 168 118 167 101 c 2\n 167 75 l 2\n 165 51 163 32 181 25 c 0\n 185 23 190 23 193 19 c 0\n 197 13 192 6 186 5 c 0\n 179 3 172 3 165 3 c 0\n 149 1 134 0 118 -1 c 0\n 105 -3 92 -4 81 5 c 0\n 62 20 63 44 63 66 c 0\n 63 74 64 81 64 89 c 0\n 65 133 67 178 83 220 c 0\n 126 328 243 393 356 393 c 1\n 356 399 356 406 361 409 c 0\n 367 413 377 413 384 413 c 0\n 400 414 415 416 431 417 c 0\n 438 418 448 421 454 417 c 0\n 460 414 459 405 459 399 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni1323\nEncoding: 4899 4899 1630\nWidth: 817\nFlags: W\nVStem: 63 104<269 319> 327.846 103.274<264.05 281.991> 591 104.489<42.0156 54.788> 648.382 104.618<408.031 421.815>\nFore\n370 509 m 1\n 370 514 371 521 375 525 c 1\n 382 529 393 528 400 529 c 0\n 418 530 436 532 454 534 c 0\n 462 534 470 532 478 532 c 0\n 564 532 669 529 719 485 c 0\n 740 466 753 437 753 408 c 0\n 752 397 708 128 704 103 c 0\n 704 101 693 50 696 38 c 0\n 698 32 703 28 708 25 c 0\n 711 24 716 24 719 22 c 0\n 723 19 724 14 721 9 c 0\n 717 2 702 3 695 3 c 0\n 684 2 631 -6 616 0 c 0\n 600 7 592 26 591 42 c 0\n 591 55 595 70 597 83 c 0\n 605 127 644 370 645 381 c 0\n 649 401 651 420 642 439 c 0\n 620 491 536 508 471 510 c 1\n 470 498 440 333 432 282 c 0\n 430 271 431 260 439 251 c 0\n 445 245 465 244 457 231 c 0\n 455 227 450 226 446 226 c 0\n 437 225 429 224 420 224 c 0\n 387 221 l 0\n 368 219 349 217 338 235 c 0\n 320 265 330 295 337 330 c 2\n 355 431 l 2\n 359 449 363 468 365 486 c 1\n 348 486 331 483 315 479 c 0\n 242 460 170 411 166 319 c 0\n 166 305 166 291 167 277 c 0\n 167 267 170 251 179 248 c 0\n 185 244 195 245 194 235 c 0\n 194 224 178 225 170 225 c 0\n 147 223 125 219 102 219 c 0\n 72 219 63 248 63 272 c 128\n 63 296 61 321 65 345 c 0\n 77 413 127 450 181 474 c 0\n 241 499 306 507 370 509 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni1324\nEncoding: 4900 4900 1631\nWidth: 992\nFlags: W\nHStem: 11 22<793 831> 141.005 21.9966<759.062 830.244>\nVStem: 63 104<45 68 75 101> 343 103<45 55 61 66> 657 103<45 141 163 165> 880 103<82 91>\nFore\n459 399 m 1\n 551 456 687 419 737 324 c 0\n 754 292 759 212 759 163 c 1\n 817 163 878 166 932 142 c 0\n 954 132 981 118 983 91 c 0\n 983 53 955 40 928 29 c 0\n 900 18 871 13 841 11 c 0\n 825 10 809 13 793 11 c 0\n 788 10 784 6 779 5 c 0\n 773 3 766 3 760 3 c 0\n 724 0 l 0\n 712 -1 698 -5 687 -1 c 0\n 670 3 661 19 658 35 c 0\n 656 45 657 56 657 66 c 0\n 657 124 657 192 651 248 c 0\n 649 268 648 291 639 309 c 0\n 613 354 554 391 481 376 c 0\n 473 375 466 372 458 370 c 1\n 457 340 446 96 446 75 c 2\n 446 61 l 2\n 445 53 443 43 449 36 c 0\n 460 22 466 27 482 23 c 0\n 487 20 489 14 486 9 c 0\n 483 2 457 3 447 2 c 0\n 415 -1 374 -12 351 18 c 0\n 339 34 343 43 343 66 c 2\n 346 137 l 2\n 348 182 349 228 351 273 c 0\n 352 306 355 338 355 371 c 1\n 337 368 319 365 302 357 c 0\n 222 320 182 234 171 151 c 0\n 169 134 168 118 167 101 c 2\n 167 75 l 2\n 165 51 163 32 181 25 c 0\n 185 23 190 23 193 19 c 0\n 197 13 192 6 186 5 c 0\n 179 3 172 3 165 3 c 0\n 149 1 134 0 118 -1 c 0\n 105 -3 92 -4 81 5 c 0\n 62 20 63 44 63 66 c 0\n 63 74 64 81 64 89 c 0\n 65 133 67 178 83 220 c 0\n 126 328 243 393 356 393 c 1\n 356 399 356 406 361 409 c 0\n 367 413 377 413 384 413 c 0\n 400 414 415 416 431 417 c 0\n 438 418 448 421 454 417 c 0\n 460 414 459 405 459 399 c 1\n759 141 m 1\n 762 116 760 90 760 65 c 0\n 760 57 757 42 763 36 c 0\n 766 33 771 33 775 33 c 2\n 804 33 l 2\n 827 33 857 32 873 51 c 0\n 880 60 880 72 880 83 c 128\n 880 94 881 107 876 117 c 0\n 863 147 800 141 759 141 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni1325\nEncoding: 4901 4901 1632\nWidth: 758\nFlags: W\nHStem: 0.703677 347.296<415 417> 1 531<351 413> 329 202.339<350 367>\nVStem: 49 103<311 352> 328 103<17 65 458 487> 607 103<311 332>\nFore\n327 488 m 1\n 314 488 301 485 288 482 c 0\n 239 471 188 445 165 398 c 0\n 154 375 152 352 152 327 c 0\n 152 319 155 305 145 301 c 0\n 138 299 129 300 122 300 c 2\n 74 300 l 2\n 60 300 49 298 49 313 c 2\n 49 353 l 0\n 54 399 87 436 118 458 c 0\n 182 507 275 532 379 532 c 0\n 500 532 628 494 684 414 c 0\n 701 390 709 363 710 333 c 0\n 710 325 712 312 708 305 c 128\n 704 298 693 300 686 300 c 2\n 635 300 l 2\n 621 300 607 297 607 312 c 2\n 607 332 l 2\n 605 359 602 385 587 409 c 0\n 563 448 519 470 476 481 c 0\n 461 484 445 485 430 489 c 1\n 430 442 423 394 414 348 c 1\n 455 348 l 2\n 461 348 468 348 471 342 c 0\n 474 335 463 281 461 271 c 0\n 448 189 431 119 431 29 c 0\n 431 22 433 11 429 5 c 0\n 424 -1 414 1 408 1 c 2\n 351 1 l 2\n 344 1 334 -1 330 6 c 128\n 326 13 328 25 328 33 c 0\n 328 108 346 205 359 276 c 0\n 362 294 363 312 368 329 c 1\n 328 329 l 2\n 323 329 316 328 312 332 c 0\n 306 338 313 365 315 373 c 0\n 322 411 327 450 327 488 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni1326\nEncoding: 4902 4902 1633\nWidth: 817\nFlags: W\nHStem: 133.277 336.723<376 384>\nVStem: 63 103<27.5146 90> 635.123 102.877<198 205> 656.206 102.614<330 349>\nFore\n356 451 m 1\n 356 467 363 470 377 470 c 0\n 381 470 438 477 449 476 c 0\n 454 476 459 474 464 474 c 0\n 471 474 479 475 486 475 c 0\n 494 475 501 474 509 474 c 0\n 584 472 675 470 721 433 c 0\n 728 427 734 421 740 414 c 0\n 784 352 741 276 738 205 c 0\n 738 194 739 181 747 174 c 0\n 753 168 769 167 766 156 c 0\n 764 147 741 147 730 147 c 0\n 722 146 677 139 663 144 c 0\n 609 162 649 275 655 320 c 0\n 661 360 652 390 628 409 c 0\n 592 438 540 448 481 451 c 0\n 475 451 466 454 461 450 c 0\n 456 447 458 439 458 434 c 2\n 455 385 l 2\n 454 337 444 205 445 187 c 0\n 446 178 449 168 456 163 c 0\n 462 158 477 158 473 146 c 0\n 468 136 448 138 435 137 c 2\n 398 134 l 2\n 381 132 365 131 354 146 c 0\n 342 162 342 182 343 205 c 0\n 344 218 344 230 345 243 c 0\n 347 305 352 366 355 428 c 1\n 312 427 272 398 245 367 c 0\n 187 300 172 212 167 126 c 0\n 166 102 166 79 166 55 c 0\n 166 32 165 14 181 6 c 0\n 185 4 191 4 193 0 c 0\n 198 -8 190 -14 183 -15 c 0\n 162 -18 140 -18 119 -20 c 0\n 106 -21 93 -24 81 -16 c 0\n 62 -3 63 25 63 45 c 0\n 63 97 65 149 80 200 c 0\n 109 303 179 400 283 437 c 0\n 307 445 331 449 356 451 c 1\nEndSplineSet\nEndChar\nStartChar: uni1327\nEncoding: 4903 4903 1634\nWidth: 1021\nFlags: W\nHStem: -27.6095 21.196<789 800> 84.7455 299.254<382 383>\nVStem: 342.115 102.885<120 130.989 150 150> 356.574 102.426<373 374> 482.821 143.301<-43 -40> 663 103<38 134>\nFore\n459 372 m 1\n 496 389 513 399 559 401 c 0\n 633 404 708 361 742 296 c 0\n 768 249 766 131 766 58 c 0\n 766 38 766 13 776 0 c 0\n 786 -11 807 -6 820 -5 c 0\n 832 -3 844 -3 855 0 c 0\n 865 2 875 5 885 8 c 0\n 923 17 930 17 965 21 c 0\n 969 21 973 22 977 22 c 0\n 989 20 996 8 989 -4 c 0\n 986 -9 982 -12 982 -19 c 0\n 985 -37 996 -57 1004 -70 c 0\n 1008 -76 1016 -85 1012 -93 c 0\n 1004 -104 979 -112 963 -116 c 0\n 905 -126 848 -83 848 -21 c 1\n 823 -23 798 -31 773 -26 c 1\n 744 -27 714 -35 685 -30 c 1\n 626 -35 l 1\n 626 -47 627 -57 626 -69 c 0\n 622 -97 608 -124 588 -143 c 0\n 561 -168 521 -177 487 -161 c 0\n 478 -156 468 -151 462 -142 c 0\n 457 -135 462 -128 466 -122 c 0\n 468 -119 496 -78 490 -61 c 0\n 487 -51 478 -44 486 -33 c 128\n 494 -22 551 -17 575 -17 c 0\n 589 -17 604 -18 618 -17 c 0\n 636 -16 653 -13 671 -12 c 1\n 661 14 663 41 663 68 c 0\n 663 134 662 187 654 244 c 0\n 652 256 650 269 645 280 c 0\n 637 297 622 311 608 322 c 0\n 566 355 518 361 469 345 c 0\n 456 342 456 333 456 319 c 128\n 456 305 454 291 454 277 c 2\n 448 167 l 2\n 447 155 446 144 446 132 c 0\n 446 128 445 124 445 120 c 0\n 447 107 467 112 480 110 c 0\n 486 108 490 102 486 96 c 0\n 484 92 479 91 475 91 c 0\n 467 90 458 89 450 89 c 0\n 419 86 358 74 345 105 c 0\n 341 113 342 122 343 131 c 0\n 344 144 345 156 345 169 c 0\n 346 189 353 311 355 342 c 1\n 334 339 314 336 295 327 c 0\n 233 299 188 240 173 174 c 0\n 170 160 167 146 167 132 c 0\n 167 127 166 122 167 118 c 0\n 168 110 186 106 178 95 c 0\n 173 89 161 90 154 90 c 0\n 139 88 94 84 87 84 c 0\n 64 86 62 112 64 129 c 0\n 65 141 65 153 67 165 c 0\n 72 194 83 222 99 247 c 0\n 154 329 261 364 356 364 c 1\n 356 370 356 377 361 381 c 0\n 367 384 376 384 383 384 c 0\n 399 385 415 387 431 388 c 0\n 438 389 448 392 454 388 c 0\n 460 385 459 378 459 372 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni1328\nEncoding: 4904 4904 1635\nWidth: 1079\nFlags: W\nHStem: 22 22<192.016 207 529.016 559 908.016 927> 152 22<174.062 220.39 508.062 558.641 881.031 926.603>\nVStem: 63 103<45 102> 412.242 102.758<346 365> 601 82.7643<89 104> 779 102<45 152>\nFore\n517 404 m 1\n 595 462 707 462 787 406 c 0\n 817 385 841 358 858 326 c 0\n 875 293 880 222 880 174 c 1\n 925 174 973 176 1015 156 c 0\n 1041 142 1048 137 1061 116 c 0\n 1072 91 1058 66 1037 51 c 0\n 1011 33 977 24 945 22 c 0\n 933 21 920 22 908 22 c 1\n 909 20 910 18 910 16 c 0\n 913 2 892 3 879 3 c 0\n 865 1 823 -3 816 -3 c 0\n 804 -2 793 6 786 16 c 0\n 779 29 779 43 779 57 c 2\n 779 102 l 2\n 779 149 778 196 773 243 c 0\n 771 265 770 291 759 311 c 0\n 753 324 742 336 732 347 c 0\n 680 399 601 414 533 382 c 0\n 528 379 521 377 518 372 c 0\n 514 366 515 358 515 352 c 0\n 515 340 514 328 514 316 c 1\n 514 316 508 188 508 174 c 1\n 552 174 597 175 638 155 c 0\n 653 147 668 139 677 124 c 0\n 694 97 681 68 657 51 c 0\n 631 33 597 24 565 22 c 0\n 553 21 541 22 529 22 c 1\n 530 20 531 18 531 16 c 0\n 533 2 511 4 502 3 c 0\n 487 1 472 0 457 -1 c 0\n 439 -3 422 -4 410 12 c 128\n 398 28 400 46 401 64 c 0\n 401 137 411 288 413 371 c 1\n 302 366 196 290 174 174 c 1\n 218 174 262 174 302 154 c 0\n 318 146 334 137 342 121 c 0\n 357 95 343 67 320 51 c 0\n 294 33 260 24 229 22 c 0\n 217 21 204 22 192 22 c 1\n 193 20 194 18 194 16 c 0\n 197 2 176 3 163 3 c 0\n 149 1 107 -3 100 -3 c 0\n 88 -2 77 6 71 16 c 0\n 63 30 63 45 63 61 c 0\n 63 149 70 209 105 260 c 0\n 160 341 258 377 351 389 c 0\n 372 391 393 393 414 393 c 1\n 414 399 414 406 419 409 c 0\n 425 414 436 413 443 413 c 0\n 458 414 503 420 509 418 c 0\n 516 417 517 410 517 404 c 1\n881 152 m 1\n 882 44 l 1\n 917 44 l 2\n 944 44 965 49 976 66 c 0\n 979 73 980 80 980 87 c 0\n 982 107 982 129 964 141 c 0\n 945 153 911 152 881 152 c 1\n166 44 m 1\n 201 44 l 2\n 235 44 264 53 264 87 c 0\n 266 106 266 129 248 141 c 0\n 226 156 195 152 170 152 c 1\n 167 118 166 81 166 44 c 1\n503 44 m 1\n 538 44 l 2\n 554 44 570 44 584 53 c 0\n 600 64 601 79 601 97 c 128\n 601 115 601 131 584 142 c 0\n 562 156 532 152 507 152 c 1\n 503 44 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni1329\nEncoding: 4905 4905 1636\nWidth: 1137\nFlags: W\nHStem: 22 22<192.016 207 529.016 559 908.016 927> 152 22<174.062 220.39 508.062 558.641 881.031 926.603> 338 19<852 957>\nVStem: 63 103<45 102> 412.024 102.976<340 366> 601 82.7643<89 104> 779 102<45 152>\nFore\n517 404 m 1\n 592 459 694 461 773 415 c 0\n 796 402 826 377 841 352 c 1\n 848 358 856 357 865 357 c 1\n 940 357 l 1\n 975 357 962 357 988 364 c 0\n 1011 370 1046 377 1074 379 c 0\n 1080 379 1088 380 1093 377 c 0\n 1100 372 1102 362 1098 354 c 0\n 1096 351 1093 348 1092 345 c 0\n 1087 330 1108 295 1114 285 c 0\n 1118 280 1123 273 1121 266 c 0\n 1118 260 1111 257 1106 254 c 0\n 1052 223 984 247 963 301 c 0\n 958 313 957 325 957 338 c 1\n 851 338 l 1\n 867 310 872 289 875 253 c 0\n 878 227 880 200 880 174 c 1\n 925 174 973 176 1015 156 c 0\n 1041 142 1048 137 1061 116 c 0\n 1072 91 1058 66 1037 51 c 0\n 1011 33 977 24 945 22 c 0\n 933 21 920 22 908 22 c 1\n 909 20 910 18 910 16 c 0\n 913 2 892 3 879 3 c 0\n 865 1 823 -3 816 -3 c 0\n 804 -2 793 6 786 16 c 0\n 779 29 779 43 779 57 c 2\n 779 102 l 2\n 779 149 778 196 773 243 c 0\n 771 265 770 291 759 311 c 0\n 753 324 742 336 732 347 c 0\n 680 399 601 414 533 382 c 0\n 528 379 521 377 518 372 c 0\n 514 366 515 358 515 352 c 0\n 515 340 514 328 514 316 c 1\n 514 316 508 188 508 174 c 1\n 552 174 597 175 638 155 c 0\n 653 147 668 139 677 124 c 0\n 694 97 681 68 657 51 c 0\n 631 33 597 24 565 22 c 0\n 553 21 541 22 529 22 c 1\n 530 20 531 18 531 16 c 0\n 533 2 511 4 502 3 c 0\n 487 1 472 0 457 -1 c 0\n 439 -3 422 -4 410 12 c 128\n 398 28 400 46 401 64 c 0\n 401 137 411 288 413 371 c 1\n 302 366 196 290 174 174 c 1\n 218 174 262 174 302 154 c 0\n 318 146 334 137 342 121 c 0\n 357 95 343 67 320 51 c 0\n 294 33 260 24 229 22 c 0\n 217 21 204 22 192 22 c 1\n 193 20 194 18 194 16 c 0\n 197 2 176 3 163 3 c 0\n 149 1 107 -3 100 -3 c 0\n 88 -2 77 6 71 16 c 0\n 63 30 63 45 63 61 c 0\n 63 149 70 209 105 260 c 0\n 160 341 258 377 351 389 c 0\n 372 391 393 393 414 393 c 1\n 414 399 414 406 419 409 c 0\n 425 414 436 413 443 413 c 0\n 458 414 503 420 509 418 c 0\n 516 417 517 410 517 404 c 1\n881 152 m 1\n 882 44 l 1\n 917 44 l 2\n 944 44 965 49 976 66 c 0\n 979 73 980 80 980 87 c 0\n 982 107 982 129 964 141 c 0\n 945 153 911 152 881 152 c 1\n166 44 m 1\n 201 44 l 2\n 235 44 264 53 264 87 c 0\n 266 106 266 129 248 141 c 0\n 226 156 195 152 170 152 c 1\n 167 118 166 81 166 44 c 1\n503 44 m 1\n 538 44 l 2\n 554 44 570 44 584 53 c 0\n 600 64 601 79 601 97 c 128\n 601 115 601 131 584 142 c 0\n 562 156 532 152 507 152 c 1\n 503 44 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni132A\nEncoding: 4906 4906 1637\nWidth: 1137\nFlags: W\nHStem: 1 19<913 966> 22 22<192.016 207 529.016 559> 152 22<174.062 220.39 508.062 558.641>\nVStem: 63 103<45 102> 412.277 102.723<347 357> 601 82.7643<89 103> 779 103<44 156> 966 134<-4 1>\nFore\n517 404 m 1\n 612 474 752 458 829 368 c 0\n 857 336 866 313 874 267 c 0\n 879 232 882 145 882 100 c 2\n 882 56 l 2\n 882 27 894 26 913 20 c 0\n 919 19 926 20 933 20 c 0\n 990 20 963 19 1002 28 c 0\n 1022 33 1065 42 1092 42 c 0\n 1103 42 1114 31 1108 17 c 0\n 1105 12 1100 9 1100 2 c 0\n 1100 -12 1115 -39 1121 -49 c 0\n 1126 -56 1134 -65 1129 -73 c 0\n 1122 -85 1094 -94 1078 -96 c 0\n 1020 -104 966 -62 966 1 c 1\n 927 1 887 3 848 0 c 0\n 828 -2 806 -7 791 9 c 0\n 779 23 779 40 779 57 c 2\n 779 101 l 2\n 779 145 778 189 774 232 c 0\n 772 257 771 285 761 308 c 0\n 754 323 742 337 731 348 c 0\n 681 398 599 414 534 382 c 0\n 520 376 515 372 515 355 c 1\n 514 294 510 234 508 174 c 1\n 552 174 597 175 638 155 c 0\n 653 147 668 139 677 124 c 0\n 694 97 681 68 657 51 c 0\n 631 33 597 24 565 22 c 0\n 553 21 541 22 529 22 c 1\n 530 20 531 18 531 16 c 0\n 533 2 511 4 502 3 c 0\n 487 1 472 0 457 -1 c 0\n 439 -3 422 -4 410 12 c 128\n 398 28 400 46 401 64 c 0\n 401 137 411 288 413 371 c 1\n 302 366 196 290 174 174 c 1\n 218 174 262 174 302 154 c 0\n 318 146 334 137 342 121 c 0\n 357 95 343 67 320 51 c 0\n 294 33 260 24 229 22 c 0\n 217 21 204 22 192 22 c 1\n 193 20 194 18 194 16 c 0\n 197 2 176 3 163 3 c 0\n 149 1 107 -3 100 -3 c 0\n 88 -2 77 6 71 16 c 0\n 63 30 63 45 63 61 c 0\n 63 149 70 209 105 260 c 0\n 160 341 258 377 351 389 c 0\n 372 391 393 393 414 393 c 1\n 414 399 414 406 419 409 c 0\n 425 414 436 413 443 413 c 0\n 458 414 503 420 509 418 c 0\n 516 417 517 410 517 404 c 1\n166 44 m 1\n 201 44 l 2\n 235 44 264 53 264 87 c 0\n 266 106 266 129 248 141 c 0\n 226 156 195 152 170 152 c 1\n 167 118 166 81 166 44 c 1\n503 44 m 1\n 538 44 l 2\n 554 44 570 44 584 53 c 0\n 600 64 601 79 601 97 c 128\n 601 115 601 131 584 142 c 0\n 562 156 532 152 507 152 c 1\n 503 44 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni132B\nEncoding: 4907 4907 1638\nWidth: 1050\nFlags: W\nHStem: 22 22<836.016 857> 152.012 21.9884<832.062 861.491> 225 40<489.031 505.788> 243 21.7422<163.031 189.044 515.062 539.047> 372 23<177.031 194.992 509.016 541.802> 486 22.6155<405 422> 510 23<530 576>\nVStem: 42.3377 103.662<266 271> 235 83.4207<310 311> 587.016 83.5984<309.284 323.981> 765 104<406 407>\nFore\n428 509 m 1\n 428 515 429 522 434 525 c 0\n 441 529 453 529 461 529 c 2\n 499 532 l 2\n 508 533 517 535 526 533 c 0\n 536 532 546 533 556 533 c 0\n 576 533 596 533 616 534 c 0\n 631 535 645 533 660 533 c 0\n 722 533 787 525 826 496 c 0\n 854 476 869 442 869 408 c 0\n 869 393 834 197 832 174 c 1\n 874 174 916 171 954 151 c 0\n 972 141 990 125 993 103 c 0\n 996 78 978 59 958 47 c 0\n 933 32 902 24 873 22 c 0\n 861 21 848 22 836 22 c 1\n 837 20 838 19 838 17 c 0\n 844 2 817 3 806 2 c 0\n 793 1 751 -3 743 -3 c 0\n 728 -1 716 11 711 25 c 128\n 706 39 709 52 711 66 c 2\n 720 125 l 2\n 727 165 765 399 765 407 c 0\n 766 419 763 432 758 442 c 0\n 728 504 618 510 529 510 c 1\n 523 471 516 433 509 395 c 1\n 522 395 535 396 548 395 c 0\n 593 392 664 373 670 326 c 0\n 674 302 658 282 639 270 c 0\n 602 247 558 243 515 243 c 1\n 516 241 517 239 517 237 c 0\n 517 224 498 225 489 225 c 0\n 474 223 460 222 445 221 c 0\n 428 219 411 216 399 231 c 0\n 379 255 387 286 392 313 c 0\n 398 350 421 466 423 487 c 1\n 417 486 410 486 404 486 c 0\n 335 481 273 470 221 435 c 0\n 204 424 188 412 177 395 c 1\n 217 395 259 389 292 365 c 0\n 314 349 327 323 314 297 c 0\n 306 281 290 271 275 263 c 0\n 240 246 201 243 163 243 c 1\n 164 241 165 240 165 238 c 0\n 168 225 150 226 142 225 c 0\n 122 224 102 221 82 220 c 0\n 68 219 53 220 46 233 c 0\n 36 250 47 295 49 316 c 0\n 49 334 l 0\n 51 350 54 366 60 380 c 0\n 103 479 242 501 368 507 c 0\n 388 508 408 509 428 509 c 1\n146 265 m 1\n 172 265 208 261 227 283 c 0\n 234 291 235 301 235 311 c 0\n 236 323 237 337 232 348 c 0\n 226 362 209 369 195 372 c 0\n 188 373 181 373 174 373 c 0\n 164 373 161 370 159 363 c 0\n 151 340 153 330 151 304 c 0\n 150 291 146 278 146 265 c 1\n489 265 m 1\n 516 265 552 260 574 279 c 0\n 588 290 587 308 587 324 c 0\n 587 343 583 355 571 362 c 0\n 551 375 527 373 505 373 c 1\n 489 265 l 1\n811 44 m 1\n 845 44 l 2\n 863 44 882 45 897 58 c 0\n 910 69 909 86 909 102 c 0\n 909 123 905 131 893 141 c 0\n 875 153 849 152 828 152 c 1\n 811 44 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni132C\nEncoding: 4908 4908 1639\nWidth: 1312\nFlags: W\nHStem: 22 22<192.016 207 529.016 559 908.016 927> 152 22<174.062 220.39 508.062 558.641 881.031 926.603> 309 19<866 939>\nVStem: 63 103<45 102> 412.024 102.976<340 367> 601 82.7643<89 104> 779 102<45 152> 939 104.744<301 308> 1158 115.802<307 319>\nFore\n517 404 m 1\n 597 463 711 462 791 403 c 0\n 821 382 832 366 850 339 c 0\n 852 335 854 331 858 329 c 0\n 865 326 877 328 884 328 c 2\n 943 328 l 1\n 950 358 975 380 1003 389 c 0\n 1029 397 1058 393 1085 395 c 0\n 1128 399 1169 423 1212 408 c 0\n 1231 400 1242 394 1253 379 c 0\n 1273 356 1283 311 1265 279 c 0\n 1260 265 1245 248 1232 241 c 0\n 1198 219 1159 228 1122 225 c 0\n 1080 221 1039 200 998 215 c 0\n 971 224 954 244 944 269 c 0\n 940 282 939 295 939 309 c 1\n 865 309 l 1\n 876 265 880 219 880 174 c 1\n 925 174 973 176 1015 156 c 0\n 1041 142 1048 137 1061 116 c 0\n 1072 91 1058 66 1037 51 c 0\n 1011 33 977 24 945 22 c 0\n 933 21 920 22 908 22 c 1\n 909 20 910 18 910 16 c 0\n 913 2 892 3 879 3 c 0\n 865 1 823 -3 816 -3 c 0\n 804 -2 793 6 786 16 c 0\n 779 29 779 43 779 57 c 2\n 779 102 l 2\n 779 149 778 196 773 243 c 0\n 771 265 770 291 759 311 c 0\n 753 324 742 336 732 347 c 0\n 680 399 601 414 533 382 c 0\n 528 379 521 377 518 372 c 0\n 514 366 515 358 515 352 c 0\n 515 340 514 328 514 316 c 1\n 514 316 508 188 508 174 c 1\n 552 174 597 175 638 155 c 0\n 653 147 668 139 677 124 c 0\n 694 97 681 68 657 51 c 0\n 631 33 597 24 565 22 c 0\n 553 21 541 22 529 22 c 1\n 530 20 531 18 531 16 c 0\n 533 2 511 4 502 3 c 0\n 487 1 472 0 457 -1 c 0\n 439 -3 422 -4 410 12 c 128\n 398 28 400 46 401 64 c 0\n 401 137 411 288 413 371 c 1\n 302 366 196 290 174 174 c 1\n 218 174 262 174 302 154 c 0\n 318 146 334 137 342 121 c 0\n 357 95 343 67 320 51 c 0\n 294 33 260 24 229 22 c 0\n 217 21 204 22 192 22 c 1\n 193 20 194 18 194 16 c 0\n 197 2 176 3 163 3 c 0\n 149 1 107 -3 100 -3 c 0\n 88 -2 77 6 71 16 c 0\n 63 30 63 45 63 61 c 0\n 63 149 70 209 105 260 c 0\n 160 341 258 377 351 389 c 0\n 372 391 393 393 414 393 c 1\n 414 399 414 406 419 409 c 0\n 425 414 436 413 443 413 c 0\n 458 414 503 420 509 418 c 0\n 516 417 517 410 517 404 c 1\n1043 311 m 0\n 1043 292 1051 275 1062 266 c 0\n 1087 243 1130 249 1149 277 c 0\n 1155 286 1158 297 1158 308 c 0\n 1158 327 1150 344 1139 353 c 0\n 1116 374 1077 371 1056 348 c 0\n 1047 338 1043 324 1043 311 c 0\n881 152 m 1\n 882 44 l 1\n 917 44 l 2\n 944 44 965 49 976 66 c 0\n 979 73 980 80 980 87 c 0\n 982 107 982 129 964 141 c 0\n 945 153 911 152 881 152 c 1\n166 44 m 1\n 201 44 l 2\n 235 44 264 53 264 87 c 0\n 266 106 266 129 248 141 c 0\n 226 156 195 152 170 152 c 1\n 167 118 166 81 166 44 c 1\n503 44 m 1\n 538 44 l 2\n 554 44 570 44 584 53 c 0\n 600 64 601 79 601 97 c 128\n 601 115 601 131 584 142 c 0\n 562 156 532 152 507 152 c 1\n 503 44 l 1\nEndSplineSet\nEndChar\nStartChar: uni132D\nEncoding: 4909 4909 1640\nWidth: 1050\nFlags: W\nHStem: 22 22<547.031 587.297> 151.993 22.0073<561.062 583.501> 263 22<162.063 202.76 837.062 862.026> 329 194.627<446.118 484> 393 22<189.031 191 822.031 860.51>\nVStem: 52 103<320 353> 248 82.7599<330 347> 445 102<9 22 465 498> 734 103<255 263 285.031 347> 906 82.7573<331 347 349 349>\nFore\n162 263 m 1\n 163 257 166 249 160 244 c 0\n 154 240 144 242 137 242 c 2\n 88 242 l 2\n 81 242 72 240 66 244 c 0\n 55 252 52 307 52 331 c 0\n 52 344 52 356 56 369 c 0\n 76 426 146 459 202 479 c 0\n 280 508 363 520 446 523 c 0\n 573 528 684 509 764 454 c 0\n 775 447 785 439 794 430 c 0\n 807 417 805 415 824 415 c 0\n 879 415 935 412 972 377 c 0\n 977 372 981 368 984 362 c 0\n 997 337 986 310 964 294 c 0\n 927 267 881 263 837 263 c 1\n 837 244 826 246 812 244 c 0\n 796 243 781 241 765 240 c 0\n 757 240 742 235 736 243 c 0\n 734 246 734 251 734 255 c 2\n 734 277 l 2\n 734 305 736 334 731 362 c 0\n 719 448 633 489 546 499 c 1\n 546 448 540 398 530 348 c 1\n 569 348 l 2\n 574 348 581 349 585 344 c 0\n 591 338 584 310 582 301 c 0\n 575 259 569 216 561 174 c 1\n 604 174 650 169 686 144 c 0\n 710 128 723 100 708 73 c 0\n 689 42 638 25 595 22 c 0\n 579 21 563 22 547 22 c 1\n 547 16 548 8 543 4 c 128\n 538 0 530 1 524 1 c 2\n 477 1 l 2\n 468 1 450 -3 445 7 c 0\n 442 14 444 26 444 34 c 0\n 444 111 465 221 478 298 c 1\n 480 308 481 319 484 329 c 1\n 444 329 l 2\n 439 329 432 328 428 332 c 0\n 421 337 430 368 432 376 c 0\n 439 417 443 459 443 501 c 1\n 337 492 257 476 189 415 c 1\n 229 415 274 407 307 383 c 0\n 326 368 338 345 328 321 c 0\n 320 301 304 291 285 282 c 0\n 244 261 214 263 162 263 c 1\n822 393 m 1\n 841 360 837 322 837 285 c 1\n 856 285 876 285 892 297 c 0\n 902 307 906 316 906 334 c 0\n 906 349 907 366 896 377 c 0\n 877 396 846 393 822 393 c 1\n158 285 m 1\n 193 285 233 282 245 310 c 0\n 249 320 248 332 248 342 c 0\n 248 354 247 367 239 376 c 0\n 226 389 208 392 191 393 c 0\n 186 393 177 394 172 391 c 0\n 162 385 155 358 155 341 c 0\n 155 322 157 304 158 285 c 1\n547 44 m 1\n 572 44 600 41 620 59 c 0\n 628 67 629 77 630 88 c 0\n 631 106 632 127 617 139 c 0\n 600 152 577 152 557 152 c 1\n 552 118 550 81 547 44 c 1\nEndSplineSet\nEndChar\nStartChar: uni132E\nEncoding: 4910 4910 1641\nWidth: 1050\nFlags: W\nHStem: 3 22<192.016 207> 133.005 21.9951<171.062 211.677> 157 22<529.016 559> 166 21.4043<880.062 905.834> 287 22<509 558.526> 296.013 21.9865<874.062 906.927>\nVStem: 63 103.324<42 90> 601 82.7643<224 235> 751.118 103.414<188.029 219.618> 772 103.334<330 362>\nFore\n414 451 m 1\n 414 466 418 467 429 470 c 2\n 451 472 l 2\n 469 473 488 476 506 476 c 0\n 510 476 514 475 518 475 c 0\n 530 474 544 474 556 475 c 0\n 578 477 599 477 621 477 c 2\n 665 477 l 2\n 742 477 835 471 867 399 c 0\n 877 376 878 348 874 318 c 1\n 916 318 958 316 996 296 c 0\n 1015 286 1033 270 1036 248 c 0\n 1040 224 1022 203 1002 191 c 0\n 964 170 923 166 880 166 c 1\n 881 164 882 163 882 161 c 0\n 885 148 867 148 859 148 c 2\n 853 147 l 1\n 813 144 l 2\n 797 142 780 139 767 151 c 1\n 765 154 763 156 761 159 c 0\n 735 199 768 284 772 329 c 0\n 774 348 774 368 765 386 c 0\n 734 447 628 452 536 452 c 0\n 531 452 522 454 518 450 c 0\n 516 447 516 442 516 439 c 0\n 516 431 515 422 515 414 c 0\n 512 379 512 344 509 309 c 1\n 553 309 598 309 638 290 c 0\n 653 282 668 274 677 259 c 0\n 694 232 681 203 657 186 c 0\n 631 168 597 159 565 157 c 0\n 553 156 541 157 529 157 c 1\n 530 155 531 153 531 151 c 0\n 533 138 514 139 505 138 c 0\n 489 137 472 135 456 134 c 0\n 441 132 426 131 414 143 c 0\n 394 165 401 198 402 225 c 0\n 405 293 411 361 413 429 c 1\n 403 427 394 427 384 425 c 0\n 274 404 205 311 181 214 c 0\n 176 195 172 175 171 155 c 1\n 215 155 260 156 301 136 c 0\n 317 128 332 119 341 104 c 0\n 358 77 344 48 320 32 c 0\n 294 14 260 5 229 3 c 0\n 217 2 204 3 192 3 c 1\n 193 1 194 -1 194 -3 c 0\n 196 -17 174 -15 165 -16 c 0\n 150 -18 134 -19 119 -20 c 0\n 100 -22 81 -23 71 -4 c 0\n 62 12 63 30 63 48 c 0\n 63 77 63 105 67 134 c 0\n 87 270 182 390 314 433 c 0\n 346 444 380 450 414 451 c 1\n855 188 m 1\n 882 188 917 183 939 201 c 0\n 955 214 958 253 948 273 c 0\n 933 298 900 296 870 296 c 1\n 864 263 852 226 855 188 c 1\n504 179 m 1\n 538 179 l 2\n 554 179 570 179 584 188 c 0\n 600 199 601 214 601 232 c 128\n 601 250 601 266 584 277 c 0\n 563 291 532 287 508 287 c 1\n 506 251 505 216 504 179 c 1\n168 25 m 1\n 202 25 l 2\n 237 25 264 34 264 68 c 0\n 266 87 266 110 248 122 c 0\n 229 134 197 133 168 133 c 1\n 168 97 163 61 168 25 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni132F\nEncoding: 4911 4911 1642\nWidth: 1123\nFlags: W\nHStem: -27.3647 21.7833<901 912> 63 38<216 217 504.031 519.909> 79 22.037<223 229 529.062 553.462> 209 22<195.063 221 223 229 510.063 559.399> 342 22<399 412>\nVStem: 63 102.776<96 110> 279 83.2932<145 161> 412.004 101.996<309 337> 601 83.9141<153 161> 779 103<14 142.797> 964 134.698<-21 -19>\nFore\n517 375 m 1\n 530 385 544 393 559 399 c 0\n 653 441 768 414 833 334 c 0\n 859 303 867 280 874 236 c 0\n 881 181 882 125 882 69 c 2\n 882 26 l 2\n 882 18 882 9 888 2 c 0\n 899 -11 920 -6 935 -3 c 0\n 947 -1 960 0 972 3 c 0\n 987 6 1061 27 1092 25 c 0\n 1098 24 1104 21 1106 15 c 0\n 1114 -1 1098 -2 1098 -15 c 0\n 1098 -29 1113 -56 1120 -67 c 0\n 1124 -73 1132 -82 1127 -90 c 0\n 1125 -94 1119 -97 1115 -100 c 0\n 1054 -136 964 -99 964 -18 c 1\n 939 -21 914 -31 887 -26 c 1\n 859 -27 830 -35 802 -30 c 1\n 742 -38 l 1\n 742 -47 743 -56 743 -65 c 0\n 740 -99 725 -130 699 -153 c 0\n 672 -176 634 -182 602 -166 c 0\n 594 -162 584 -157 579 -149 c 0\n 573 -141 578 -135 582 -128 c 0\n 585 -124 611 -85 606 -67 c 0\n 604 -58 594 -49 602 -39 c 0\n 614 -24 684 -21 712 -20 c 0\n 733 -20 l 0\n 751 -19 768 -15 786 -13 c 1\n 779 9 779 5 779 29 c 2\n 779 67 l 2\n 779 116 778 165 773 214 c 0\n 771 237 770 264 758 285 c 0\n 722 348 646 380 576 367 c 0\n 565 365 528 355 518 343 c 0\n 515 340 515 335 515 330 c 0\n 515 323 514 317 514 310 c 0\n 514 284 511 257 510 231 c 1\n 565 231 592 232 633 215 c 0\n 650 207 668 197 678 181 c 0\n 694 155 681 125 657 109 c 0\n 619 83 573 79 529 79 c 1\n 530 77 531 76 531 74 c 0\n 534 60 511 61 503 61 c 0\n 488 59 472 58 457 57 c 0\n 440 55 422 53 409 66 c 0\n 399 77 400 90 401 104 c 0\n 402 123 407 228 408 251 c 0\n 410 281 413 312 413 342 c 1\n 346 342 276 317 227 271 c 0\n 215 259 205 245 195 231 c 1\n 246 231 274 231 312 214 c 0\n 327 208 342 199 352 186 c 0\n 364 171 367 150 358 133 c 0\n 333 93 272 79 222 79 c 1\n 224 72 223 63 215 63 c 0\n 197 59 125 54 103 56 c 0\n 90 57 75 60 68 72 c 0\n 62 81 63 93 63 104 c 0\n 63 178 80 226 113 266 c 0\n 179 341 292 364 414 364 c 1\n 414 370 414 377 419 381 c 0\n 425 385 436 384 443 384 c 2\n 487 388 l 2\n 494 389 502 391 509 389 c 0\n 516 388 517 381 517 375 c 1\n169 83 m 1\n 168 88 167 95 172 99 c 0\n 177 102 184 101 189 101 c 0\n 221 101 250 98 269 117 c 0\n 280 128 279 143 279 157 c 0\n 279 165 279 174 276 182 c 0\n 268 209 233 209 210 209 c 0\n 203 209 190 211 185 207 c 0\n 181 204 176 186 174 180 c 0\n 169 158 168 136 167 113 c 0\n 166 103 164 92 169 83 c 1\n504 101 m 1\n 530 101 563 97 585 112 c 0\n 601 123 601 138 601 155 c 0\n 601 173 600 189 584 199 c 0\n 563 213 533 209 509 209 c 1\n 504 101 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1330\nEncoding: 4912 4912 1643\nWidth: 647\nFlags: W\nHStem: 225 82<272 282> 225.055 40.9446<322.031 354.862> 480.91 125.09<294 312>\nVStem: 70.385 103.958<41.2925 63.9828> 100.63 103.37<385 406> 246 103<529 593> 434.812 103.188<48.1978 70 70.0312 84.9736>\nFore\n213 275 m 1\n 182 283 149 299 127 323 c 0\n 90 365 91 431 132 471 c 0\n 162 499 189 506 230 516 c 0\n 234 517 240 517 243 520 c 0\n 248 523 246 535 246 541 c 2\n 246 584 l 2\n 246 589 245 597 248 602 c 0\n 253 608 263 606 270 606 c 2\n 326 606 l 2\n 333 606 342 607 347 601 c 0\n 351 594 349 583 349 576 c 2\n 349 519 l 1\n 358 518 366 516 375 514 c 0\n 426 503 486 476 494 418 c 0\n 503 340 420 309 370 287 c 0\n 354 280 338 273 322 267 c 1\n 322 266 l 1\n 362 266 422 263 458 254 c 0\n 475 250 496 244 506 228 c 0\n 512 220 511 209 512 200 c 2\n 515 177 l 2\n 520 152 538 107 538 70 c 0\n 538 51 539 28 553 21 c 0\n 557 20 561 20 564 16 c 0\n 569 10 564 2 557 1 c 0\n 544 -1 530 1 517 1 c 0\n 487 1 461 -5 447 14 c 0\n 432 34 436 62 434 85 c 0\n 431 112 421 138 414 165 c 0\n 412 175 410 185 409 195 c 0\n 409 200 410 207 406 211 c 0\n 393 227 322 225 295 225 c 2\n 273 225 l 2\n 260 225 260 225 253 218 c 0\n 213 178 181 134 175 64 c 0\n 173 47 175 27 189 21 c 0\n 193 20 198 19 201 16 c 0\n 205 9 200 2 193 1 c 0\n 185 0 177 1 169 1 c 2\n 123 1 l 2\n 110 1 98 0 87 9 c 0\n 64 29 70 68 75 94 c 0\n 91 168 136 223 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni1331\nEncoding: 4913 4913 1644\nWidth: 793\nFlags: W\nHStem: 224.815 41.1849<322.062 349.597> 225 82<272 282> 480.91 125.09<294 312>\nVStem: 70.7495 103.308<49 65> 100.63 103.37<385 406> 246 103<529 593>\nFore\n213 275 m 1\n 182 283 149 299 127 323 c 0\n 90 365 91 431 132 471 c 0\n 162 499 189 506 230 516 c 0\n 234 517 240 517 243 520 c 0\n 248 523 246 535 246 541 c 2\n 246 584 l 2\n 246 589 245 597 248 602 c 0\n 253 608 263 606 270 606 c 2\n 326 606 l 2\n 333 606 342 607 347 601 c 0\n 351 594 349 583 349 576 c 2\n 349 519 l 1\n 358 518 366 516 375 514 c 0\n 426 503 486 476 494 418 c 0\n 503 340 420 309 370 287 c 0\n 354 280 338 273 322 267 c 1\n 322 266 l 1\n 374 266 463 265 498 237 c 0\n 504 232 508 222 517 222 c 0\n 530 222 542 224 555 226 c 0\n 621 232 597 235 653 245 c 0\n 667 247 680 249 694 250 c 0\n 700 250 706 252 712 250 c 0\n 719 247 723 240 722 233 c 0\n 722 226 717 223 714 217 c 0\n 710 199 728 171 736 159 c 0\n 739 153 746 145 742 138 c 0\n 734 124 701 114 681 114 c 0\n 620 114 579 156 579 209 c 1\n 512 202 l 1\n 514 169 527 139 533 107 c 0\n 536 96 537 84 538 73 c 0\n 538 56 538 31 550 23 c 0\n 556 19 568 19 566 9 c 0\n 564 -2 545 1 537 1 c 2\n 485 1 l 2\n 471 1 457 1 448 13 c 0\n 432 33 436 61 434 85 c 0\n 430 115 419 143 413 172 c 0\n 411 180 410 188 409 196 c 0\n 409 210 406 213 397 216 c 0\n 374 225 325 225 295 225 c 0\n 274 225 l 0\n 260 225 260 225 251 216 c 0\n 214 183 182 129 176 76 c 0\n 174 53 170 34 186 23 c 0\n 192 19 205 19 202 8 c 0\n 199 -2 185 1 177 1 c 2\n 125 1 l 2\n 115 1 104 0 95 4 c 0\n 63 20 70 64 75 92 c 0\n 89 167 136 223 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1332\nEncoding: 4914 4914 1645\nWidth: 822\nFlags: W\nHStem: 1 24.4488<548.006 556> 7.6043 21.3957<603 614> 225 82<272 282> 225.053 40.9465<322.031 354.904> 480.91 125.09<294 312>\nVStem: 70.385 103.866<40.1794 64.9746> 100.305 103.695<390 406> 246 103<534 598> 409.108 102.892<200.008 207.646>\nFore\n213 275 m 1\n 182 283 149 299 127 323 c 0\n 90 365 91 431 132 471 c 0\n 162 499 189 506 230 516 c 0\n 234 517 240 517 243 520 c 0\n 248 523 246 535 246 541 c 2\n 246 584 l 2\n 246 589 245 597 248 602 c 0\n 253 608 263 606 270 606 c 2\n 326 606 l 2\n 333 606 342 607 347 601 c 0\n 351 594 349 583 349 576 c 2\n 349 519 l 1\n 358 518 366 516 375 514 c 0\n 426 503 486 476 494 418 c 0\n 503 340 420 309 370 287 c 0\n 354 280 338 273 322 267 c 1\n 322 266 l 1\n 362 266 424 263 460 254 c 0\n 477 249 499 242 508 225 c 0\n 512 217 512 208 512 200 c 2\n 515 178 l 2\n 522 145 534 114 537 81 c 0\n 538 72 537 32 548 26 c 0\n 553 24 594 28 602 29 c 0\n 607 29 615 29 619 32 c 0\n 623 36 625 43 628 48 c 0\n 642 69 661 79 687 85 c 0\n 715 93 746 96 775 90 c 1\n 775 89 l 1\n 753 84 743 63 750 42 c 0\n 759 15 779 -6 805 -17 c 1\n 805 -19 l 1\n 752 -47 642 -58 621 8 c 1\n 596 8 576 6 556 1 c 0\n 535 1 l 0\n 529 1 522 0 516 0 c 128\n 510 0 504 1 498 1 c 0\n 480 1 459 -2 447 14 c 0\n 432 34 436 62 434 85 c 0\n 430 110 412 162 409 195 c 0\n 409 200 410 207 406 211 c 0\n 394 227 321 225 295 225 c 2\n 272 225 l 2\n 268 225 264 226 261 224 c 0\n 252 220 244 210 238 203 c 0\n 205 166 180 125 175 65 c 0\n 173 43 174 30 189 21 c 0\n 193 19 199 19 201 15 c 0\n 205 8 199 2 192 1 c 0\n 184 0 176 1 168 1 c 2\n 124 1 l 2\n 111 1 98 0 87 9 c 0\n 64 29 70 68 75 94 c 0\n 91 168 136 223 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni1333\nEncoding: 4915 4915 1646\nWidth: 647\nFlags: W\nHStem: 224.993 41.0072<304.063 346.163> 481.319 124.681<284.727 306.961>\nVStem: 56 103.802<150 161> 99.7434 103.553<380.47 402.961> 246 103<529 596> 390.718 103.444<391.04 412.415>\nFore\n195 281 m 1\n 141 298 88 345 102 417 c 0\n 119 482 171 502 233 517 c 0\n 236 517 241 518 244 520 c 0\n 248 524 246 533 246 538 c 2\n 246 584 l 2\n 246 592 244 603 254 605 c 0\n 262 607 271 606 279 606 c 2\n 327 606 l 2\n 335 606 345 607 348 597 c 0\n 350 591 349 583 349 577 c 2\n 349 540 l 2\n 349 535 347 523 352 520 c 0\n 357 516 366 516 372 515 c 0\n 411 506 447 490 472 463 c 0\n 493 438 500 400 489 369 c 0\n 471 316 411 292 361 279 c 0\n 347 275 319 272 304 266 c 1\n 351 266 399 266 445 257 c 0\n 464 254 488 248 502 234 c 0\n 515 220 511 198 515 181 c 0\n 520 153 530 127 535 99 c 0\n 539 79 534 41 547 26 c 0\n 552 20 570 19 565 7 c 0\n 562 -2 544 1 536 1 c 2\n 485 1 l 2\n 472 1 458 1 449 12 c 0\n 432 31 436 61 434 84 c 0\n 431 113 420 140 414 168 c 0\n 412 177 410 187 409 196 c 0\n 409 201 409 208 405 212 c 0\n 392 225 323 225 298 225 c 0\n 274 225 l 0\n 270 225 265 225 262 228 c 0\n 256 234 258 247 258 254 c 1\n 250 250 241 247 233 243 c 0\n 206 230 177 211 166 182 c 0\n 160 169 154 148 167 138 c 0\n 172 134 181 135 185 130 c 0\n 189 126 188 119 183 116 c 0\n 179 114 174 114 169 114 c 1\n 110 114 l 1\n 101 114 92 114 84 116 c 0\n 68 120 57 133 56 150 c 0\n 56 157 57 165 59 172 c 0\n 69 221 112 250 156 267 c 0\n 168 272 182 278 195 280 c 1\n 195 281 l 1\n390 391 m 0\n 397 439 352 477 307 481 c 0\n 259 485 210 453 204 403 c 0\n 197 353 243 303 294 305 c 0\n 305 306 317 312 326 316 c 0\n 357 331 386 355 390 391 c 0\nEndSplineSet\nEndChar\nStartChar: uni1334\nEncoding: 4916 4916 1647\nWidth: 793\nFlags: W\nHStem: 1 32<542 558> 138 22.004<526.031 584.541> 224.83 41.1702<322.031 349.843> 225 82<272 282> 480.91 125.09<294 312>\nVStem: 70.4084 103.312<41.4162 59.9885> 100.63 103.37<385 406> 246 103<529 593>\nFore\n213 275 m 1\n 182 283 149 299 127 323 c 0\n 90 365 91 431 132 471 c 0\n 162 499 189 506 230 516 c 0\n 234 517 240 517 243 520 c 0\n 248 523 246 535 246 541 c 2\n 246 584 l 2\n 246 589 245 597 248 602 c 0\n 253 608 263 606 270 606 c 2\n 326 606 l 2\n 333 606 342 607 347 601 c 0\n 351 594 349 583 349 576 c 2\n 349 519 l 1\n 358 518 366 516 375 514 c 0\n 426 503 486 476 494 418 c 0\n 503 340 420 309 370 287 c 0\n 354 280 338 273 322 267 c 1\n 322 266 l 1\n 361 266 420 263 456 255 c 0\n 473 251 494 245 505 230 c 0\n 512 220 511 208 512 197 c 0\n 514 184 517 172 519 160 c 1\n 576 160 632 161 685 138 c 0\n 710 127 736 108 730 77 c 0\n 725 49 694 35 670 27 c 0\n 649 19 626 15 604 12 c 0\n 594 11 582 13 572 11 c 0\n 566 10 564 3 558 1 c 0\n 547 -1 535 1 524 1 c 0\n 506 1 488 0 470 1 c 0\n 445 4 437 31 435 52 c 0\n 434 66 435 81 432 95 c 0\n 430 109 412 167 409 193 c 0\n 409 206 408 213 397 216 c 0\n 374 225 326 225 296 225 c 2\n 274 225 l 2\n 260 225 259 224 252 217 c 0\n 243 210 235 201 228 192 c 0\n 197 154 178 109 174 60 c 0\n 173 47 174 32 185 24 c 0\n 190 20 197 20 201 16 c 1\n 204 10 201 3 195 2 c 0\n 190 0 185 1 180 1 c 1\n 120 1 l 1\n 110 1 100 1 91 7 c 0\n 63 24 70 66 75 93 c 0\n 89 167 137 224 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\n526 138 m 1\n 536 94 l 1\n 537 73 538 51 542 33 c 1\n 565 33 592 30 612 43 c 0\n 625 51 628 60 628 78 c 0\n 628 93 631 112 618 123 c 0\n 594 144 555 138 526 138 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1335\nEncoding: 4917 4917 1648\nWidth: 764\nFlags: W\nHStem: 225 82<272 282> 225.055 40.9446<322.031 354.862> 387 20<496 578> 480.91 125.09<294 312>\nVStem: 70.385 103.958<41.2925 63.9828> 100.63 103.37<385 406> 246 103<529 593> 434.812 103.188<48.1978 70 70.0312 84.9736> 578 133.923<385 388>\nFore\n213 275 m 1\n 182 283 149 299 127 323 c 0\n 90 365 91 431 132 471 c 0\n 162 499 189 506 230 516 c 0\n 234 517 240 517 243 520 c 0\n 248 523 246 535 246 541 c 2\n 246 584 l 2\n 246 589 245 597 248 602 c 0\n 253 608 263 606 270 606 c 2\n 326 606 l 2\n 333 606 342 607 347 601 c 0\n 351 594 349 583 349 576 c 2\n 349 519 l 1\n 404 511 494 486 494 407 c 1\n 553 407 l 2\n 596 407 579 406 609 414 c 0\n 625 418 674 429 699 429 c 0\n 705 429 712 429 717 425 c 1\n 727 413 718 404 713 396 c 0\n 706 379 729 346 736 335 c 0\n 740 329 745 321 739 314 c 0\n 730 305 709 296 696 294 c 0\n 650 285 600 309 583 354 c 0\n 579 365 578 376 578 388 c 1\n 520 388 l 2\n 513 388 502 390 495 387 c 0\n 493 386 486 369 484 366 c 0\n 465 329 408 303 370 287 c 0\n 354 280 338 273 322 267 c 1\n 322 266 l 1\n 362 266 422 263 458 254 c 0\n 475 250 496 244 506 228 c 0\n 512 220 511 209 512 200 c 2\n 515 177 l 2\n 520 152 538 107 538 70 c 0\n 538 51 539 28 553 21 c 0\n 557 20 561 20 564 16 c 0\n 569 10 564 2 557 1 c 0\n 544 -1 530 1 517 1 c 0\n 487 1 461 -5 447 14 c 0\n 432 34 436 62 434 85 c 0\n 431 112 421 138 414 165 c 0\n 412 175 410 185 409 195 c 0\n 409 200 410 207 406 211 c 0\n 393 227 322 225 295 225 c 2\n 273 225 l 2\n 260 225 260 225 253 218 c 0\n 213 178 181 134 175 64 c 0\n 173 47 175 27 189 21 c 0\n 193 20 198 19 201 16 c 0\n 205 9 200 2 193 1 c 0\n 185 0 177 1 169 1 c 2\n 123 1 l 2\n 110 1 98 0 87 9 c 0\n 64 29 70 68 75 94 c 0\n 91 168 136 223 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\nEndSplineSet\nEndChar\nStartChar: uni1336\nEncoding: 4918 4918 1649\nWidth: 583\nFlags: W\nHStem: 224.844 41.1556<322.062 354.565> 225 82<272 282> 480.859 125.141<293 312>\nVStem: 70.4719 103.446<49 65> 100.63 103.37<385 406> 246 103<529 593>\nFore\n213 275 m 1\n 182 283 149 299 127 323 c 0\n 90 365 91 431 132 471 c 0\n 162 499 189 506 230 516 c 0\n 234 517 240 517 243 520 c 0\n 248 523 246 535 246 541 c 2\n 246 584 l 2\n 246 589 245 597 248 602 c 0\n 253 608 263 606 270 606 c 2\n 326 606 l 2\n 333 606 342 607 347 601 c 0\n 351 594 349 583 349 576 c 2\n 349 519 l 1\n 358 518 366 516 375 514 c 0\n 426 503 486 476 494 418 c 0\n 503 340 420 309 370 287 c 0\n 354 280 338 273 322 267 c 1\n 322 266 l 1\n 365 266 410 265 453 257 c 0\n 472 254 496 249 511 236 c 0\n 523 225 522 213 523 198 c 0\n 525 179 527 160 533 142 c 0\n 535 133 543 118 528 114 c 0\n 520 113 512 114 504 114 c 2\n 459 114 l 2\n 451 114 441 112 436 120 c 0\n 430 131 423 168 421 183 c 0\n 421 189 420 194 420 200 c 0\n 420 211 417 214 408 216 c 0\n 384 225 326 225 294 225 c 2\n 272 225 l 2\n 259 225 258 223 251 216 c 0\n 213 183 181 126 175 71 c 0\n 174 56 171 38 182 26 c 0\n 187 21 198 21 201 15 c 128\n 204 9 201 3 195 2 c 0\n 190 0 185 1 180 1 c 1\n 120 1 l 1\n 110 1 100 1 91 7 c 0\n 63 24 70 66 75 93 c 0\n 89 167 137 224 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1337\nEncoding: 4919 4919 1650\nWidth: 647\nFlags: W\nHStem: -86 136<698 726> 1 22.8418<550 556> 224.99 41.01<304.062 344.944>\nVStem: 56 103.802<150 157> 99.7434 103.553<380.47 402.961> 246 103<534 596> 390.718 103.444<391.04 412.415> 409.108 102.892<200.008 207.646>\nFore\n195 281 m 1\n 141 298 88 345 102 417 c 0\n 119 482 171 502 233 517 c 0\n 236 517 241 518 244 520 c 0\n 248 524 246 533 246 538 c 2\n 246 584 l 2\n 246 592 244 603 254 605 c 0\n 262 607 271 606 279 606 c 2\n 327 606 l 2\n 335 606 345 607 348 597 c 0\n 350 591 349 583 349 577 c 2\n 349 540 l 2\n 349 535 347 523 352 520 c 0\n 357 516 366 516 372 515 c 0\n 411 506 447 490 472 463 c 0\n 493 438 500 400 489 369 c 0\n 471 316 411 292 361 279 c 0\n 347 275 319 272 304 266 c 1\n 349 266 415 264 456 255 c 0\n 475 250 499 244 508 225 c 0\n 512 217 512 208 512 200 c 2\n 515 178 l 2\n 522 147 534 117 537 86 c 0\n 538 70 536 34 548 25 c 0\n 552 22 557 23 561 23 c 2\n 586 26 l 2\n 620 30 617 29 645 37 c 0\n 661 41 703 50 726 50 c 0\n 733 50 739 50 744 45 c 128\n 749 40 750 31 746 25 c 0\n 744 21 740 18 740 14 c 0\n 737 0 755 -31 762 -41 c 0\n 765 -46 770 -52 769 -58 c 0\n 769 -66 760 -70 754 -74 c 0\n 736 -83 718 -86 698 -86 c 0\n 647 -86 606 -42 605 8 c 1\n 588 6 569 6 556 1 c 1\n 526 1 496 1 467 2 c 1\n 453 7 l 1\n 447 0 438 0 429 -1 c 0\n 409 -3 388 -6 368 -6 c 1\n 372 -49 357 -91 323 -118 c 0\n 297 -139 261 -144 231 -130 c 0\n 222 -126 212 -121 206 -113 c 128\n 200 -105 204 -98 209 -91 c 0\n 218 -77 225 -63 231 -48 c 0\n 232 -43 234 -37 232 -31 c 0\n 229 -21 221 -14 229 -3 c 0\n 235 5 270 8 283 10 c 0\n 309 12 335 11 361 12 c 0\n 388 14 416 18 443 20 c 1\n 429 55 438 55 433 92 c 0\n 429 118 412 163 409 195 c 0\n 409 200 410 207 406 211 c 0\n 399 219 383 220 374 221 c 0\n 348 225 321 225 294 225 c 0\n 273 225 l 0\n 269 225 265 225 262 228 c 0\n 256 234 258 247 258 254 c 1\n 250 250 241 247 233 243 c 0\n 206 230 177 211 166 182 c 0\n 160 169 154 148 167 138 c 0\n 172 134 181 135 185 130 c 0\n 189 126 188 119 183 116 c 0\n 179 114 174 114 169 114 c 1\n 110 114 l 1\n 101 114 92 114 84 116 c 0\n 68 120 57 133 56 150 c 0\n 56 157 57 165 59 172 c 0\n 69 221 112 250 156 267 c 0\n 168 272 182 278 195 280 c 1\n 195 281 l 1\n390 391 m 0\n 397 439 352 477 307 481 c 0\n 259 485 210 453 204 403 c 0\n 197 353 243 303 294 305 c 0\n 305 306 317 312 326 316 c 0\n 357 331 386 355 390 391 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni1338\nEncoding: 4920 4920 1651\nWidth: 583\nFlags: W\nHStem: 225 82<272 282> 225.055 40.9446<322.031 354.862> 480.91 41.0905<294 312>\nVStem: 70.385 103.958<41.2925 63.9828> 100.676 103.324<385 406> 390.858 103.324<394.04 415.185> 434.812 103.188<48.1978 70 70.0312 84.9736>\nFore\n213 275 m 1\n 181 283 147 299 126 325 c 0\n 96 361 91 412 117 452 c 0\n 148 501 222 522 299 522 c 0\n 366 522 432 506 469 469 c 0\n 497 439 504 390 478 356 c 0\n 452 323 403 301 362 284 c 0\n 349 278 335 273 322 266 c 1\n 362 266 422 263 458 254 c 0\n 475 250 496 244 506 228 c 0\n 512 220 511 209 512 200 c 2\n 515 177 l 2\n 520 152 538 107 538 70 c 0\n 538 51 539 28 553 21 c 0\n 557 20 561 20 564 16 c 0\n 569 10 564 2 557 1 c 0\n 544 -1 530 1 517 1 c 0\n 487 1 461 -5 447 14 c 0\n 432 34 436 62 434 85 c 0\n 431 112 421 138 414 165 c 0\n 412 175 410 185 409 195 c 0\n 409 200 410 207 406 211 c 0\n 393 227 322 225 295 225 c 2\n 273 225 l 2\n 260 225 260 225 253 218 c 0\n 213 178 181 134 175 64 c 0\n 173 47 175 27 189 21 c 0\n 193 20 198 19 201 16 c 0\n 205 9 200 2 193 1 c 0\n 185 0 177 1 169 1 c 2\n 123 1 l 2\n 110 1 98 0 87 9 c 0\n 64 29 70 68 75 94 c 0\n 91 168 136 223 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni1339\nEncoding: 4921 4921 1652\nWidth: 793\nFlags: W\nHStem: 224.815 41.1849<322.062 349.597> 225 82<273 282> 480.91 41.0905<294 312>\nVStem: 70.7495 103.308<49 65> 100.676 103.324<385 406> 390.858 103.324<394.04 415.185>\nFore\n213 275 m 1\n 181 283 147 299 126 325 c 0\n 96 361 91 412 117 452 c 0\n 148 501 222 522 299 522 c 0\n 366 522 432 506 469 469 c 0\n 497 439 504 390 478 356 c 0\n 452 323 403 301 362 284 c 0\n 349 278 335 273 322 266 c 1\n 374 266 463 265 498 237 c 0\n 504 232 508 222 517 222 c 0\n 530 222 542 224 555 226 c 0\n 621 232 597 235 653 245 c 0\n 667 247 680 249 694 250 c 0\n 700 250 706 252 712 250 c 0\n 719 247 723 240 722 233 c 0\n 722 226 717 223 714 217 c 0\n 710 199 728 171 736 159 c 0\n 739 153 746 145 742 138 c 0\n 734 124 701 114 681 114 c 0\n 620 114 579 156 579 209 c 1\n 512 202 l 1\n 514 169 527 139 533 107 c 0\n 536 96 537 84 538 73 c 0\n 538 56 538 31 550 23 c 0\n 556 19 568 19 566 9 c 0\n 564 -2 545 1 537 1 c 2\n 485 1 l 2\n 471 1 457 1 448 13 c 0\n 432 33 436 61 434 85 c 0\n 430 115 419 143 413 172 c 0\n 411 180 410 188 409 196 c 0\n 409 210 406 213 397 216 c 0\n 374 225 325 225 295 225 c 0\n 274 225 l 0\n 260 225 260 225 251 216 c 0\n 214 183 182 129 176 76 c 0\n 174 53 170 34 186 23 c 0\n 192 19 205 19 202 8 c 0\n 199 -2 185 1 177 1 c 2\n 125 1 l 2\n 115 1 104 0 95 4 c 0\n 63 20 70 64 75 92 c 0\n 89 167 136 223 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\nEndSplineSet\nEndChar\nStartChar: uni133A\nEncoding: 4922 4922 1653\nWidth: 822\nFlags: W\nHStem: 1 24.4488<548.006 556> 7.6043 21.3957<603 614> 225 82<272 282> 225.053 40.9465<322.031 354.904> 480.91 41.0905<294 312>\nVStem: 70.385 103.866<40.1794 64.9746> 100.307 103.693<390 406> 390.858 103.324<394.04 415.185> 409.108 102.892<200.008 207.646>\nFore\n213 275 m 1\n 181 283 147 299 126 325 c 0\n 96 361 91 412 117 452 c 0\n 148 501 222 522 299 522 c 0\n 366 522 432 506 469 469 c 0\n 497 439 504 390 478 356 c 0\n 452 323 403 301 362 284 c 0\n 349 278 335 273 322 266 c 1\n 362 266 424 263 460 254 c 0\n 477 249 499 242 508 225 c 0\n 512 217 512 208 512 200 c 2\n 515 178 l 2\n 522 145 534 114 537 81 c 0\n 538 72 537 32 548 26 c 0\n 553 24 594 28 602 29 c 0\n 607 29 615 29 619 32 c 0\n 623 36 625 43 628 48 c 0\n 642 69 661 79 687 85 c 0\n 715 93 746 96 775 90 c 1\n 775 89 l 1\n 753 84 743 63 750 42 c 0\n 759 15 779 -6 805 -17 c 1\n 805 -19 l 1\n 752 -47 642 -58 621 8 c 1\n 596 8 576 6 556 1 c 0\n 535 1 l 0\n 529 1 522 0 516 0 c 128\n 510 0 504 1 498 1 c 0\n 480 1 459 -2 447 14 c 0\n 432 34 436 62 434 85 c 0\n 430 110 412 162 409 195 c 0\n 409 200 410 207 406 211 c 0\n 394 227 321 225 295 225 c 2\n 272 225 l 2\n 268 225 264 226 261 224 c 0\n 252 220 244 210 238 203 c 0\n 205 166 180 125 175 65 c 0\n 173 43 174 30 189 21 c 0\n 193 19 199 19 201 15 c 0\n 205 8 199 2 192 1 c 0\n 184 0 176 1 168 1 c 2\n 124 1 l 2\n 111 1 98 0 87 9 c 0\n 64 29 70 68 75 94 c 0\n 91 168 136 223 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni133B\nEncoding: 4923 4923 1654\nWidth: 583\nFlags: W\nHStem: 224.993 41.0072<304.063 346.163> 481.319 40.6815<284.727 298 298.062 306.945>\nVStem: 56 103.802<150 161> 100.574 102.718<380.491 402.961> 390.718 103.313<391.04 412.415>\nFore\n195 281 m 1\n 129 301 83 361 107 434 c 0\n 121 462 134 476 159 491 c 0\n 201 515 250 522 298 522 c 0\n 368 522 443 504 476 457 c 0\n 499 425 500 382 479 349 c 0\n 456 309 402 289 353 278 c 0\n 337 274 319 273 304 266 c 1\n 351 266 399 266 445 257 c 0\n 464 254 488 248 502 234 c 0\n 515 220 511 198 515 181 c 0\n 520 153 530 127 535 99 c 0\n 539 79 534 41 547 26 c 0\n 552 20 570 19 565 7 c 0\n 562 -2 544 1 536 1 c 2\n 485 1 l 2\n 472 1 458 1 449 12 c 0\n 432 31 436 61 434 84 c 0\n 431 113 420 140 414 168 c 0\n 412 177 410 187 409 196 c 0\n 409 201 409 208 405 212 c 0\n 392 225 323 225 298 225 c 0\n 274 225 l 0\n 270 225 265 225 262 228 c 0\n 256 234 258 247 258 254 c 1\n 250 250 241 247 233 243 c 0\n 206 230 177 211 166 182 c 0\n 160 169 154 148 167 138 c 0\n 172 134 181 135 185 130 c 0\n 189 126 188 119 183 116 c 0\n 179 114 174 114 169 114 c 1\n 110 114 l 1\n 101 114 92 114 84 116 c 0\n 68 120 57 133 56 150 c 0\n 56 157 57 165 59 172 c 0\n 69 221 112 250 156 267 c 0\n 168 272 182 278 195 280 c 1\n 195 281 l 1\n390 391 m 0\n 397 439 352 477 307 481 c 0\n 259 485 210 453 204 403 c 0\n 197 353 243 303 294 305 c 0\n 305 306 317 312 326 316 c 0\n 357 331 386 355 390 391 c 0\nEndSplineSet\nEndChar\nStartChar: uni133C\nEncoding: 4924 4924 1655\nWidth: 793\nFlags: W\nHStem: 1 32<542 558> 138 22.004<526.031 584.541> 224.83 41.1702<322.031 349.843> 225 82<273 282> 480.91 41.0905<294 312>\nVStem: 70.4084 103.312<41.4162 59.9885> 100.676 103.324<385 406> 390.858 103.324<394.04 415.185>\nFore\n213 275 m 1\n 181 283 147 299 126 325 c 0\n 96 361 91 412 117 452 c 0\n 148 501 222 522 299 522 c 0\n 366 522 432 506 469 469 c 0\n 497 439 504 390 478 356 c 0\n 452 323 403 301 362 284 c 0\n 349 278 335 273 322 266 c 1\n 361 266 420 263 456 255 c 0\n 473 251 494 245 505 230 c 0\n 512 220 511 208 512 197 c 0\n 514 184 517 172 519 160 c 1\n 576 160 632 161 685 138 c 0\n 710 127 736 108 730 77 c 0\n 725 49 694 35 670 27 c 0\n 649 19 626 15 604 12 c 0\n 594 11 582 13 572 11 c 0\n 566 10 564 3 558 1 c 0\n 547 -1 535 1 524 1 c 0\n 506 1 488 0 470 1 c 0\n 445 4 437 31 435 52 c 0\n 434 66 435 81 432 95 c 0\n 430 109 412 167 409 193 c 0\n 409 206 408 213 397 216 c 0\n 374 225 326 225 296 225 c 2\n 274 225 l 2\n 260 225 259 224 252 217 c 0\n 243 210 235 201 228 192 c 0\n 197 154 178 109 174 60 c 0\n 173 47 174 32 185 24 c 0\n 190 20 197 20 201 16 c 1\n 204 10 201 3 195 2 c 0\n 190 0 185 1 180 1 c 1\n 120 1 l 1\n 110 1 100 1 91 7 c 0\n 63 24 70 66 75 93 c 0\n 89 167 137 224 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\n526 138 m 1\n 536 94 l 1\n 537 73 538 51 542 33 c 1\n 565 33 592 30 612 43 c 0\n 625 51 628 60 628 78 c 0\n 628 93 631 112 618 123 c 0\n 594 144 555 138 526 138 c 1\nEndSplineSet\nEndChar\nStartChar: uni133D\nEncoding: 4925 4925 1656\nWidth: 764\nFlags: W\nHStem: 225 82<272 282> 225.055 40.9446<322.031 354.862> 387 20<496 578> 480.91 41.0905<294 312>\nVStem: 70.385 103.958<41.2925 63.9828> 100.163 103.837<385 406> 434.812 103.188<48.1978 70 70.0312 84.9736> 578 133.923<385 388>\nFore\n213 275 m 1\n 170 286 128 312 110 349 c 0\n 94 382 97 423 117 453 c 0\n 152 505 231 522 299 522 c 0\n 380 522 473 498 491 429 c 0\n 493 422 494 415 494 407 c 1\n 553 407 l 2\n 596 407 579 406 609 414 c 0\n 625 418 674 429 699 429 c 0\n 705 429 712 429 717 425 c 1\n 727 413 718 404 713 396 c 0\n 706 379 729 346 736 335 c 0\n 740 329 745 321 739 314 c 0\n 730 305 709 296 696 294 c 0\n 650 285 600 309 583 354 c 0\n 579 365 578 376 578 388 c 1\n 520 388 l 2\n 513 388 502 390 495 387 c 0\n 493 386 486 369 484 366 c 0\n 465 329 408 303 370 287 c 0\n 354 280 338 273 322 267 c 1\n 322 266 l 1\n 362 266 422 263 458 254 c 0\n 475 250 496 244 506 228 c 0\n 512 220 511 209 512 200 c 2\n 515 177 l 2\n 520 152 538 107 538 70 c 0\n 538 51 539 28 553 21 c 0\n 557 20 561 20 564 16 c 0\n 569 10 564 2 557 1 c 0\n 544 -1 530 1 517 1 c 0\n 487 1 461 -5 447 14 c 0\n 432 34 436 62 434 85 c 0\n 431 112 421 138 414 165 c 0\n 412 175 410 185 409 195 c 0\n 409 200 410 207 406 211 c 0\n 393 227 322 225 295 225 c 2\n 273 225 l 2\n 260 225 260 225 253 218 c 0\n 213 178 181 134 175 64 c 0\n 173 47 175 27 189 21 c 0\n 193 20 198 19 201 16 c 0\n 205 9 200 2 193 1 c 0\n 185 0 177 1 169 1 c 2\n 123 1 l 2\n 110 1 98 0 87 9 c 0\n 64 29 70 68 75 94 c 0\n 91 168 136 223 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\nEndSplineSet\nEndChar\nStartChar: uni133E\nEncoding: 4926 4926 1657\nWidth: 583\nFlags: W\nHStem: 224.844 41.1556<322.062 354.565> 225 82<272 282> 480.859 41.1412<293 312>\nVStem: 70.4719 103.446<49 65> 100.676 103.324<385 406> 390.858 103.324<394.04 415.185>\nFore\n213 275 m 1\n 181 283 147 299 126 325 c 0\n 96 361 91 412 117 452 c 0\n 148 501 222 522 299 522 c 0\n 366 522 432 506 469 469 c 0\n 497 439 504 390 478 356 c 0\n 452 323 403 301 362 284 c 0\n 349 278 335 273 322 266 c 1\n 365 266 410 265 453 257 c 0\n 472 254 496 249 511 236 c 0\n 523 225 522 213 523 198 c 0\n 525 179 527 160 533 142 c 0\n 535 133 543 118 528 114 c 0\n 520 113 512 114 504 114 c 2\n 459 114 l 2\n 451 114 441 112 436 120 c 0\n 430 131 423 168 421 183 c 0\n 421 189 420 194 420 200 c 0\n 420 211 417 214 408 216 c 0\n 384 225 326 225 294 225 c 2\n 272 225 l 2\n 259 225 258 223 251 216 c 0\n 213 183 181 126 175 71 c 0\n 174 56 171 38 182 26 c 0\n 187 21 198 21 201 15 c 128\n 204 9 201 3 195 2 c 0\n 190 0 185 1 180 1 c 1\n 120 1 l 1\n 110 1 100 1 91 7 c 0\n 63 24 70 66 75 93 c 0\n 89 167 137 224 193 263 c 0\n 199 267 206 271 213 274 c 1\n 213 275 l 1\n390 394 m 0\n 397 436 360 469 323 478 c 0\n 272 491 213 461 204 407 c 0\n 198 371 217 338 247 319 c 0\n 256 313 269 307 280 307 c 0\n 288 307 307 317 313 320 c 0\n 339 333 385 357 390 394 c 0\nEndSplineSet\nEndChar\nStartChar: uni133F\nEncoding: 4927 4927 1658\nWidth: 793\nFlags: W\nHStem: -86 136<698 726> 1 22.8418<550 556> 224.99 41.01<304.062 344.944> 481.319 40.6815<284.727 298 298.062 306.945>\nVStem: 56 103.802<150 157> 100.574 102.718<380.491 402.961> 390.718 103.313<391.04 412.415> 409.108 102.892<200.008 207.646>\nFore\n195 281 m 1\n 129 301 83 361 107 434 c 0\n 121 462 134 476 159 491 c 0\n 201 515 250 522 298 522 c 0\n 368 522 443 504 476 457 c 0\n 499 425 500 382 479 349 c 0\n 456 309 402 289 353 278 c 0\n 337 274 319 273 304 266 c 1\n 349 266 415 264 456 255 c 0\n 475 250 499 244 508 225 c 0\n 512 217 512 208 512 200 c 2\n 515 178 l 2\n 522 147 534 117 537 86 c 0\n 538 70 536 34 548 25 c 0\n 552 22 557 23 561 23 c 2\n 586 26 l 2\n 620 30 617 29 645 37 c 0\n 661 41 703 50 726 50 c 0\n 733 50 739 50 744 45 c 128\n 749 40 750 31 746 25 c 0\n 744 21 740 18 740 14 c 0\n 737 0 755 -31 762 -41 c 0\n 765 -46 770 -52 769 -58 c 0\n 769 -66 760 -70 754 -74 c 0\n 736 -83 718 -86 698 -86 c 0\n 647 -86 606 -42 605 8 c 1\n 588 6 569 6 556 1 c 1\n 526 1 496 1 467 2 c 1\n 453 7 l 1\n 447 0 438 0 429 -1 c 0\n 409 -3 388 -6 368 -6 c 1\n 372 -49 357 -91 323 -118 c 0\n 297 -139 261 -144 231 -130 c 0\n 222 -126 212 -121 206 -113 c 128\n 200 -105 204 -98 209 -91 c 0\n 218 -77 225 -63 231 -48 c 0\n 232 -43 234 -37 232 -31 c 0\n 229 -21 221 -14 229 -3 c 0\n 235 5 270 8 283 10 c 0\n 309 12 335 11 361 12 c 0\n 388 14 416 18 443 20 c 1\n 429 55 438 55 433 92 c 0\n 429 118 412 163 409 195 c 0\n 409 200 410 207 406 211 c 0\n 399 219 383 220 374 221 c 0\n 348 225 321 225 294 225 c 0\n 273 225 l 0\n 269 225 265 225 262 228 c 0\n 256 234 258 247 258 254 c 1\n 250 250 241 247 233 243 c 0\n 206 230 177 211 166 182 c 0\n 160 169 154 148 167 138 c 0\n 172 134 181 135 185 130 c 0\n 189 126 188 119 183 116 c 0\n 179 114 174 114 169 114 c 1\n 110 114 l 1\n 101 114 92 114 84 116 c 0\n 68 120 57 133 56 150 c 0\n 56 157 57 165 59 172 c 0\n 69 221 112 250 156 267 c 0\n 168 272 182 278 195 280 c 1\n 195 281 l 1\n390 391 m 0\n 397 439 352 477 307 481 c 0\n 259 485 210 453 204 403 c 0\n 197 353 243 303 294 305 c 0\n 305 306 317 312 326 316 c 0\n 357 331 386 355 390 391 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni1340\nEncoding: 4928 4928 1659\nWidth: 540\nFlags: W\nVStem: 93 104<101.482 146.959 148 173> 385 102<201 301 333 420>\nFore\n328 525 m 1\n 340 530 352 531 365 531 c 0\n 417 531 464 499 481 450 c 0\n 488 431 488 413 488 393 c 2\n 488 338 l 2\n 488 292 488 246 487 200 c 0\n 485 141 477 54 423 39 c 0\n 412 36 400 36 389 36 c 2\n 349 36 l 2\n 342 36 335 37 329 36 c 0\n 327 36 193 -18 175 -19 c 0\n 142 -21 123 5 112 28 c 0\n 93 67 93 109 93 151 c 0\n 93 176 91 201 90 226 c 0\n 88 293 96 357 121 405 c 0\n 145 453 185 493 235 513 c 0\n 256 522 280 529 303 530 c 0\n 312 531 322 533 328 525 c 1\n204 282 m 1\n 247 294 291 301 334 311 c 2\n 369 319 l 2\n 384 319 385 325 385 337 c 2\n 385 371 l 2\n 385 387 386 404 385 420 c 0\n 382 452 364 481 344 499 c 0\n 338 504 331 508 327 514 c 1\n 320 511 312 512 305 510 c 0\n 272 503 250 469 238 441 c 0\n 225 408 207 330 204 282 c 1\n385 302 m 1\n 375 301 269 277 254 274 c 0\n 242 271 231 268 219 266 c 0\n 214 265 208 264 204 261 c 0\n 200 257 201 251 201 246 c 0\n 199 232 198 219 198 205 c 0\n 198 186 198 166 197 147 c 0\n 195 107 196 56 225 39 c 0\n 240 29 292 51 316 54 c 0\n 328 57 338 57 348 66 c 0\n 392 103 385 228 385 302 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni1341\nEncoding: 4929 4929 1660\nWidth: 758\nFlags: W\nVStem: 94.4195 102.58<100.642 137> 385 103<200 248 267 301.938 333 413> 385.358 333.465<252.078 261.178> 585 135<249 254>\nFore\n488 248 m 1\n 488 186 486 87 447 53 c 0\n 430 37 409 36 387 36 c 2\n 351 36 l 2\n 316 36 318 31 291 22 c 2\n 216 -6 l 2\n 195 -14 175 -23 153 -15 c 0\n 132 -4 124 6 113 25 c 0\n 89 77 97 102 93 165 c 0\n 88 264 85 374 154 454 c 0\n 186 491 231 517 279 527 c 0\n 289 529 298 529 308 530 c 0\n 316 531 323 532 328 525 c 1\n 358 536 392 532 417 520 c 0\n 453 503 479 470 486 431 c 0\n 490 409 488 385 488 363 c 2\n 488 267 l 1\n 494 267 577 272 592 275 c 0\n 599 276 606 279 613 280 c 0\n 636 287 674 294 704 296 c 0\n 711 296 718 297 724 292 c 1\n 729 286 730 278 726 271 c 0\n 720 263 717 259 720 248 c 0\n 725 231 734 215 743 201 c 0\n 747 194 753 187 746 180 c 0\n 736 168 717 162 703 160 c 0\n 644 148 585 187 585 255 c 1\n 553 253 520 250 488 248 c 1\n204 282 m 1\n 247 294 291 301 334 311 c 2\n 369 319 l 2\n 384 319 385 325 385 337 c 2\n 385 371 l 2\n 385 422 385 448 362 479 c 0\n 356 487 349 494 342 501 c 0\n 337 505 331 509 327 514 c 1\n 320 511 313 512 306 510 c 0\n 267 502 243 458 232 424 c 0\n 217 378 210 330 204 282 c 1\n385 302 m 1\n 341 294 209 265 205 262 c 0\n 201 258 201 251 201 246 c 0\n 198 212 197 172 197 137 c 0\n 197 99 198 55 225 39 c 0\n 234 33 243 36 252 38 c 0\n 258 40 302 52 316 54 c 0\n 328 57 338 58 348 66 c 0\n 392 105 385 226 385 302 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni1342\nEncoding: 4930 4930 1661\nWidth: 583\nFlags: W\nHStem: -31 137<483 514> 279 22<237 271> 531.117 18.5194<271 283>\nVStem: 35.0368 101.963<369 382> 186 117<36 43>\nFore\n272 279 m 1\n 201 279 133 290 83 316 c 0\n 70 322 57 330 47 341 c 0\n 20 374 41 430 62 457 c 0\n 88 493 130 515 175 525 c 0\n 183 527 192 528 200 529 c 0\n 223 529 219 533 235 540 c 0\n 287 564 352 543 390 506 c 0\n 414 482 430 448 432 414 c 0\n 433 401 426 389 420 377 c 2\n 393 315 l 1\n 393 315 328 166 321 152 c 0\n 307 123 310 126 307 94 c 0\n 304 74 300 55 303 35 c 1\n 391 41 l 1\n 400 86 459 106 514 106 c 0\n 547 103 l 1\n 547 102 l 1\n 522 97 514 76 521 52 c 0\n 530 25 551 4 577 -7 c 1\n 577 -8 l 1\n 549 -21 526 -31 483 -31 c 0\n 451 -31 418 -25 399 4 c 0\n 396 9 393 14 391 20 c 1\n 371 18 351 16 331 15 c 1\n 331 9 l 0\n 328 -3 308 1 299 1 c 2\n 228 1 l 2\n 215 1 201 1 192 13 c 0\n 187 20 186 28 186 36 c 0\n 186 54 194 73 199 90 c 0\n 203 106 204 116 207 132 c 0\n 213 148 258 245 272 279 c 1\n137 401 m 1\n 146 403 300 433 312 436 c 0\n 324 436 327 438 327 448 c 0\n 327 454 326 459 325 465 c 0\n 322 489 314 522 288 529 c 0\n 273 534 256 530 243 522 c 0\n 225 510 230 510 209 506 c 0\n 192 504 179 497 168 487 c 0\n 141 465 140 433 137 401 c 1\n280 297 m 1\n 314 374 l 2\n 320 389 329 403 329 419 c 1\n 137 382 l 1\n 137 373 138 363 141 354 c 0\n 155 317 209 301 258 301 c 0\n 266 301 273 302 280 297 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni1343\nEncoding: 4931 4931 1662\nWidth: 467\nFlags: W\nHStem: 279 22<242 271> 530 19.8129<271 285>\nVStem: 34.4621 102.538<368.564 381.937>\nFore\n272 279 m 1\n 213 279 154 286 99 309 c 0\n 75 318 49 331 38 356 c 0\n 34 367 34 379 35 391 c 0\n 38 419 51 445 70 467 c 0\n 100 503 145 523 200 529 c 0\n 226 529 227 538 246 545 c 0\n 271 553 298 551 323 544 c 0\n 371 531 410 496 425 448 c 0\n 429 435 434 419 432 405 c 0\n 430 395 424 386 420 377 c 2\n 398 326 l 1\n 398 326 313 136 310 127 c 0\n 309 125 304 70 303 62 c 0\n 301 42 301 26 316 21 c 0\n 320 20 323 20 327 18 c 0\n 331 15 333 9 329 5 c 0\n 326 1 321 1 317 1 c 0\n 239 1 l 2\n 229 1 219 0 210 2 c 0\n 167 12 193 67 201 98 c 0\n 204 109 204 120 207 131 c 0\n 208 135 267 267 272 279 c 1\n137 401 m 1\n 194 415 254 423 312 436 c 0\n 324 436 327 438 327 448 c 0\n 327 454 326 460 325 466 c 0\n 322 490 314 524 286 530 c 0\n 272 533 255 529 243 522 c 0\n 225 510 230 510 209 506 c 0\n 173 502 148 473 142 441 c 0\n 139 428 139 414 137 401 c 1\n280 297 m 1\n 315 376 l 2\n 321 390 329 403 329 419 c 1\n 137 382 l 1\n 137 324 188 308 232 303 c 0\n 241 302 249 301 258 301 c 0\n 266 301 273 302 280 297 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni1344\nEncoding: 4932 4932 1663\nWidth: 583\nFlags: W\nHStem: 1 32<303.031 323> 11 21.3438<339 369> 141 22<326.062 353> 279 22<238 271> 531.117 18.5079<271 283>\nVStem: 34.8561 102.144<370 382> 186 116.886<33.0386 39> 329 103.297<415 418> 413.885 101.997<81 94>\nFore\n272 279 m 1\n 198 279 134 290 82 316 c 0\n 69 323 56 330 47 342 c 0\n 20 375 40 430 61 456 c 0\n 87 492 130 515 175 525 c 0\n 183 527 192 528 200 529 c 0\n 219 529 219 531 230 538 c 0\n 235 540 241 543 247 545 c 0\n 273 553 301 551 326 543 c 0\n 372 529 410 495 425 448 c 0\n 440 410 429 399 418 371 c 2\n 326 163 l 1\n 391 163 460 156 499 123 c 0\n 518 105 523 78 505 57 c 0\n 480 27 419 14 376 11 c 0\n 364 10 351 12 339 11 c 0\n 332 10 330 3 323 1 c 0\n 318 0 313 1 308 1 c 1\n 239 1 l 1\n 216 1 198 -0 189 17 c 0\n 186 24 186 32 186 39 c 0\n 187 57 195 75 200 92 c 0\n 202 100 203 107 205 115 c 0\n 205 137 221 164 228 179 c 0\n 243 212 258 245 272 279 c 1\n137 401 m 1\n 146 403 300 433 312 436 c 0\n 324 436 327 438 327 448 c 0\n 327 454 326 459 325 465 c 0\n 322 489 314 522 288 529 c 0\n 273 534 256 530 243 522 c 0\n 225 510 230 510 209 506 c 0\n 192 504 179 497 168 487 c 0\n 141 465 140 433 137 401 c 1\n280 297 m 1\n 314 374 l 2\n 320 389 329 403 329 419 c 1\n 137 382 l 1\n 137 373 138 363 141 354 c 0\n 155 317 209 301 258 301 c 0\n 266 301 273 302 280 297 c 1\n303 33 m 1\n 340 33 387 27 406 51 c 0\n 416 63 417 105 407 121 c 0\n 392 140 358 141 328 141 c 0\n 324 141 319 141 315 138 c 1\n 305 112 302 68 303 33 c 1\nEndSplineSet\nEndChar\nStartChar: uni1345\nEncoding: 4933 4933 1664\nWidth: 481\nFlags: W\nVStem: 65 103.841<133 171> 187.794 120.206<545 549> 342 103<133 243 273 277>\nFore\n205 408 m 1\n 200 421 200 435 199 448 c 0\n 198 453 190 522 188 540 c 0\n 188 544 187 550 189 554 c 0\n 193 562 207 560 215 560 c 2\n 279 560 l 2\n 286 560 298 562 304 556 c 0\n 307 553 308 548 308 544 c 0\n 309 537 310 530 310 523 c 0\n 315 481 317 462 321 425 c 1\n 322 421 322 417 321 413 c 0\n 317 405 305 408 298 406 c 1\n 310 406 323 403 335 399 c 0\n 379 388 425 362 440 316 c 0\n 445 298 445 279 445 260 c 2\n 445 195 l 2\n 445 155 451 111 428 76 c 0\n 402 37 354 18 310 11 c 0\n 296 9 281 9 267 7 c 0\n 263 6 185 -10 167 -11 c 0\n 129 -11 110 4 94 29 c 0\n 67 69 65 113 65 172 c 0\n 65 241 74 315 127 364 c 0\n 147 382 175 402 205 408 c 1\n175 225 m 1\n 216 233 256 244 296 253 c 1\n 298 253 335 260 340 265 c 128\n 345 270 342 283 341 289 c 0\n 337 332 319 369 284 383 c 0\n 274 386 258 384 253 394 c 1\n 228 385 214 364 205 340 c 0\n 190 303 184 263 175 225 c 1\n172 205 m 1\n 169 161 162 115 184 74 c 0\n 201 44 214 38 245 29 c 0\n 281 22 304 37 319 58 c 0\n 341 88 342 124 342 160 c 2\n 342 244 l 1\n 172 205 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni1346\nEncoding: 4934 4934 1665\nWidth: 612\nFlags: W\nHStem: 278.826 20.1737<351 352> 568.054 21.9987<385 391>\nVStem: 66.9413 104.059<49 66> 171 103<369 434 453.031 472.407> 442 112.981<449 460>\nFore\n248 291 m 1\n 214 298 180 323 172 358 c 0\n 170 367 171 377 171 386 c 2\n 171 427 l 2\n 171 467 169 484 186 510 c 0\n 245 594 461 627 530 534 c 0\n 587 458 537 344 479 304 c 0\n 439 276 417 279 362 279 c 0\n 336 279 331 277 312 268 c 0\n 239 238 174 156 171 66 c 0\n 171 52 169 36 180 25 c 0\n 185 21 193 21 197 16 c 0\n 200 11 198 4 193 2 c 128\n 188 0 183 1 178 1 c 1\n 116 1 l 1\n 107 1 99 1 91 5 c 0\n 54 23 67 89 79 128 c 0\n 101 198 157 257 228 284 c 0\n 235 286 242 288 248 291 c 1\n274 453 m 1\n 440 480 l 1\n 434 509 432 547 410 563 c 0\n 397 572 376 567 362 565 c 0\n 331 560 297 544 283 514 c 0\n 274 495 274 474 274 453 c 1\n274 434 m 1\n 274 389 l 2\n 274 375 274 361 279 347 c 0\n 289 321 313 299 352 299 c 0\n 371 302 389 314 402 327 c 0\n 427 353 439 388 442 423 c 0\n 443 436 442 448 442 461 c 1\n 386 452 331 442 274 434 c 1\nEndSplineSet\nEndChar\nStartChar: uni1348\nEncoding: 4936 4936 1666\nWidth: 758\nFlags: W\nHStem: 77 22<435 521>\nVStem: 19.8916 111.108<88 98> 333.463 111.73<500 522>\nFore\n712 58 m 1\n 675 38 609 25 564 44 c 0\n 555 49 547 55 541 62 c 0\n 532 73 532 77 517 77 c 2\n 498 77 l 2\n 477 77 456 78 435 77 c 0\n 364 73 305 30 242 1 c 0\n 181 -27 127 -33 75 -5 c 0\n 66 0 58 6 51 13 c 0\n 9 55 14 120 39 170 c 0\n 77 247 166 298 231 351 c 0\n 275 386 322 432 333 496 c 0\n 336 520 335 542 317 551 c 0\n 312 553 306 553 302 557 c 0\n 297 561 298 568 303 571 c 0\n 309 574 326 575 334 576 c 1\n 391 583 l 2\n 405 585 419 587 431 576 c 1\n 446 559 448 528 445 498 c 0\n 438 437 397 389 353 350 c 0\n 303 307 246 273 199 226 c 1\n 215 227 232 231 248 233 c 0\n 277 236 307 237 336 237 c 0\n 356 237 383 236 398 220 c 0\n 409 207 414 170 411 147 c 0\n 410 129 407 112 402 95 c 1\n 412 96 421 98 431 99 c 0\n 449 100 467 99 485 99 c 2\n 510 99 l 2\n 514 99 518 98 522 100 c 0\n 527 103 528 112 530 117 c 0\n 542 142 563 156 591 163 c 0\n 610 169 630 172 650 172 c 0\n 661 172 672 170 683 169 c 1\n 683 168 l 1\n 660 163 649 140 657 119 c 0\n 667 91 687 73 712 59 c 1\n 712 58 l 1\n197 226 m 1\n 199 225 l 1\n 197 226 l 1\n306 66 m 0\n 314 92 315 133 309 163 c 0\n 308 171 306 180 301 187 c 0\n 282 212 220 203 183 198 c 0\n 167 198 162 183 155 173 c 0\n 141 150 134 125 131 98 c 0\n 131 63 144 48 165 34 c 0\n 196 15 235 21 267 34 c 0\n 273 37 294 45 300 51 c 0\n 304 55 305 61 306 66 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1349\nEncoding: 4937 4937 1667\nWidth: 700\nFlags: W\nHStem: 1 221.87<254.005 272.327> 179.542 135.458<571 572> 554.253 21.2911<244 248>\nVStem: 264.31 111.99<513 529>\nFore\n260 192 m 1\n 232 189 205 182 177 182 c 0\n 128 182 80 202 73 254 c 0\n 71 280 80 304 90 322 c 0\n 128 384 204 407 246 465 c 0\n 257 481 276 524 256 547 c 0\n 242 561 249 549 236 558 c 0\n 231 561 231 569 236 573 c 0\n 241 576 248 576 254 576 c 2\n 289 579 l 1\n 298 580 339 586 352 581 c 0\n 379 572 382 520 371 488 c 0\n 353 426 274 384 229 346 c 1\n 244 349 260 349 275 351 c 0\n 281 352 286 356 292 357 c 0\n 308 358 325 357 341 357 c 2\n 367 357 l 2\n 373 357 378 357 384 356 c 0\n 405 350 410 327 412 308 c 0\n 415 288 410 281 403 268 c 0\n 398 257 393 246 387 235 c 1\n 467 243 l 1\n 471 292 529 311 570 315 c 0\n 578 316 586 316 594 316 c 0\n 604 316 614 315 624 314 c 1\n 624 313 l 1\n 618 311 613 308 608 304 c 0\n 580 278 611 233 634 216 c 0\n 641 211 648 208 655 203 c 1\n 618 182 573 175 531 182 c 0\n 507 186 482 199 473 223 c 1\n 451 216 382 211 375 207 c 0\n 371 205 321 101 316 91 c 2\n 304 67 l 2\n 302 62 299 57 298 52 c 0\n 295 40 305 27 315 23 c 0\n 319 21 342 16 331 5 c 0\n 328 1 323 1 318 1 c 0\n 237 1 l 2\n 227 1 217 0 208 6 c 0\n 199 13 195 26 194 37 c 0\n 194 58 193 58 201 71 c 2\n 213 95 l 1\n 228 127 246 160 260 192 c 1\n300 335 m 1\n 273 330 245 329 218 326 c 0\n 206 324 201 315 195 305 c 0\n 185 286 176 255 195 239 c 0\n 211 225 234 223 254 223 c 0\n 260 223 270 222 275 225 c 0\n 280 230 287 245 291 253 c 1\n 291 253 309 288 310 294 c 0\n 312 308 306 323 300 335 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni134A\nEncoding: 4938 4938 1668\nWidth: 758\nFlags: W\nHStem: 48 22<420 468>\nVStem: 20 111<85 97> 550.645 119.355<189 204>\nFore\n403 67 m 1\n 413 68 424 70 434 70 c 0\n 456 70 478 68 499 77 c 0\n 518 84 531 98 541 115 c 0\n 550 135 551 160 551 182 c 0\n 551 190 548 205 555 211 c 1\n 562 215 574 213 581 213 c 2\n 645 213 l 2\n 653 213 667 215 670 205 c 0\n 674 197 666 170 664 163 c 0\n 649 119 611 87 570 69 c 0\n 544 57 522 54 494 48 c 0\n 475 47 455 48 435 48 c 0\n 379 48 360 29 319 12 c 0\n 311 9 303 13 295 10 c 0\n 238 -11 180 -37 118 -22 c 0\n 77 -12 38 16 25 55 c 0\n 21 68 20 80 20 93 c 0\n 20 126 31 159 48 187 c 0\n 111 287 234 328 302 423 c 0\n 319 448 332 477 334 507 c 0\n 336 529 331 546 314 552 c 0\n 310 554 306 554 303 556 c 0\n 297 559 297 568 303 571 c 128\n 309 574 326 575 334 576 c 1\n 391 583 l 2\n 405 585 419 587 431 576 c 1\n 446 559 449 525 444 495 c 0\n 431 391 316 321 242 264 c 0\n 226 251 212 237 196 224 c 1\n 244 231 292 234 340 230 c 0\n 361 228 386 224 401 207 c 0\n 425 176 419 105 403 67 c 1\n312 55 m 0\n 318 83 317 91 317 117 c 0\n 316 138 315 165 299 180 c 0\n 278 200 242 201 215 199 c 0\n 205 199 195 198 185 197 c 0\n 181 197 175 197 171 195 c 0\n 164 190 159 180 155 173 c 0\n 141 150 133 124 131 97 c 0\n 131 25 206 12 263 24 c 0\n 266 25 300 33 306 39 c 0\n 310 43 311 50 312 55 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni134B\nEncoding: 4939 4939 1669\nWidth: 700\nFlags: W\nHStem: 1 356<305.009 370> 186 19.7068<473 485> 191.223 18.7773<415 423> 334.096 22.9037<305 313>\nVStem: 73 112.032<257 273> 278.799 111.496<513 522> 485 134.476<178.289 186>\nFore\n300 190 m 1\n 244 190 187 177 132 193 c 0\n 101 202 73 225 73 260 c 0\n 73 290 83 314 97 332 c 0\n 127 370 172 393 211 420 c 0\n 231 434 250 450 263 470 c 0\n 277 491 289 527 266 546 c 0\n 261 550 256 553 250 554 c 0\n 246 555 241 555 237 557 c 0\n 231 560 231 569 236 573 c 0\n 241 576 249 576 255 576 c 0\n 327 582 l 0\n 336 583 345 584 354 581 c 0\n 393 570 396 518 385 486 c 0\n 367 432 312 402 267 372 c 0\n 255 364 243 356 232 346 c 1\n 251 347 272 349 291 352 c 0\n 296 353 300 356 305 357 c 0\n 312 358 319 357 326 357 c 2\n 364 357 l 2\n 381 357 401 360 414 346 c 0\n 422 338 426 318 427 304 c 0\n 427 299 428 295 428 290 c 0\n 428 287 414 232 411 220 c 0\n 408 211 415 210 423 210 c 0\n 431 209 440 208 448 208 c 0\n 488 204 489 204 518 211 c 0\n 545 218 576 224 606 226 c 0\n 613 226 620 226 624 221 c 0\n 629 215 630 207 627 201 c 0\n 624 197 620 194 620 190 c 0\n 616 176 636 143 642 132 c 0\n 646 127 651 121 650 115 c 0\n 648 108 639 103 633 100 c 0\n 577 70 509 97 490 151 c 0\n 486 162 485 174 485 186 c 1\n 466 186 446 189 427 190 c 0\n 421 190 411 193 406 190 c 128\n 401 187 397 164 395 157 c 0\n 389 133 369 60 370 48 c 0\n 371 37 378 27 388 23 c 0\n 393 20 398 21 403 18 c 0\n 407 14 407 8 403 4 c 128\n 399 0 392 1 386 1 c 1\n 305 1 l 1\n 296 1 287 1 280 7 c 0\n 270 15 268 30 267 42 c 0\n 267 46 266 50 266 54 c 0\n 269 75 276 96 282 117 c 0\n 288 141 292 166 300 190 c 1\n307 218 m 1\n 309 228 326 283 324 302 c 0\n 323 311 323 324 316 331 c 0\n 312 335 306 334 301 334 c 0\n 294 333 240 327 228 326 c 0\n 209 326 204 320 197 308 c 0\n 189 296 178 264 189 246 c 0\n 207 221 268 221 307 218 c 1\nEndSplineSet\nEndChar\nStartChar: uni134C\nEncoding: 4940 4940 1670\nWidth: 831\nFlags: W\nHStem: 48 22<418 495>\nVStem: 20.1148 110.885<82 98> 334.248 111.555<511 524> 708.506 115.14<10 26>\nFore\n496 48 m 1\n 461 48 422 52 388 42 c 0\n 363 33 344 19 318 10 c 0\n 310 7 303 13 295 10 c 2\n 249 -8 l 2\n 183 -30 126 -34 76 -5 c 0\n 59 3 43 21 33 37 c 0\n 10 79 20 131 40 172 c 0\n 79 247 166 298 231 351 c 0\n 275 386 322 432 333 496 c 0\n 336 520 335 542 317 551 c 0\n 312 553 306 553 302 557 c 0\n 297 561 298 568 303 571 c 0\n 309 574 326 575 334 576 c 1\n 391 583 l 2\n 405 585 419 587 431 576 c 1\n 446 559 449 526 444 496 c 0\n 430 388 316 323 242 264 c 0\n 226 251 212 237 196 224 c 1\n 243 230 289 234 336 231 c 0\n 359 230 386 226 401 208 c 0\n 416 193 420 152 417 123 c 0\n 416 103 411 86 405 67 c 1\n 429 72 453 70 477 70 c 0\n 486 70 497 68 506 70 c 0\n 513 72 518 79 523 83 c 0\n 532 90 541 95 552 98 c 0\n 582 108 614 100 644 103 c 0\n 680 107 716 123 752 115 c 0\n 764 113 776 108 786 100 c 0\n 835 66 838 -11 791 -49 c 0\n 754 -78 708 -68 665 -69 c 0\n 632 -70 601 -84 568 -81 c 0\n 525 -76 492 -38 489 5 c 0\n 488 20 492 34 496 48 c 1\n310 52 m 0\n 317 80 320 149 303 173 c 0\n 286 198 242 201 203 198 c 0\n 193 197 179 199 171 194 c 0\n 164 189 159 179 155 172 c 0\n 141 149 134 124 131 98 c 0\n 131 76 134 65 145 52 c 0\n 173 17 222 15 262 24 c 0\n 265 25 298 32 304 38 c 0\n 308 41 308 47 310 52 c 0\n700 -15 m 0\n 720 17 703 57 677 69 c 0\n 641 87 597 62 593 23 c 0\n 591 0 603 -24 623 -35 c 0\n 649 -48 684 -39 700 -15 c 0\nEndSplineSet\nEndChar\nStartChar: uni134D\nEncoding: 4941 4941 1671\nWidth: 671\nFlags: W\nHStem: 1 356<295 321> 201 19<384 485> 219 29<252 278> 433 117<515 547> 530 20.56<417 425>\nVStem: 49 103<289 336> 237.161 103.959<33 49> 295.349 103.577<289 295>\nFore\n279 219 m 1\n 233 219 187 214 142 219 c 0\n 114 222 79 228 61 252 c 0\n 48 270 49 290 49 311 c 0\n 49 360 57 411 87 451 c 0\n 140 523 239 535 345 544 c 0\n 375 547 405 551 435 551 c 0\n 440 551 444 550 449 550 c 0\n 476 549 504 550 531 550 c 0\n 539 550 554 553 560 546 c 128\n 566 539 559 533 554 528 c 0\n 535 505 560 480 577 468 c 0\n 583 464 596 460 591 450 c 0\n 584 437 548 433 530 433 c 0\n 479 433 416 464 425 530 c 1\n 414 530 404 531 393 530 c 0\n 312 524 213 501 173 421 c 0\n 157 389 152 349 152 304 c 0\n 152 290 152 278 163 268 c 0\n 181 254 222 250 252 248 c 0\n 263 248 275 248 286 246 c 1\n 289 269 305 294 287 314 c 0\n 274 328 257 334 239 337 c 0\n 229 338 205 336 210 351 c 0\n 214 359 227 357 234 357 c 2\n 303 357 l 2\n 340 357 387 345 398 304 c 0\n 402 286 394 266 390 248 c 0\n 388 242 389 236 387 230 c 0\n 387 226 384 223 383 220 c 1\n 455 220 l 2\n 500 220 486 218 516 226 c 0\n 542 233 572 239 603 241 c 0\n 610 242 618 243 624 237 c 0\n 629 232 630 223 627 216 c 0\n 625 213 622 210 620 207 c 0\n 616 190 636 157 644 146 c 0\n 648 140 653 133 647 125 c 0\n 640 115 615 106 601 104 c 0\n 542 95 485 136 485 201 c 1\n 389 201 l 0\n 378 201 377 196 375 188 c 0\n 368 157 344 67 342 54 c 0\n 340 46 340 33 343 25 c 0\n 346 18 358 18 355 7 c 0\n 350 2 348 1 341 1 c 1\n 278 1 l 1\n 265 1 250 -1 243 13 c 0\n 229 34 243 78 250 102 c 2\n 269 181 l 2\n 273 194 275 207 279 219 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni134E\nEncoding: 4942 4942 1672\nWidth: 758\nFlags: W\nHStem: 62 22<394 492> 395.654 183.786<426 446> 400.825 185.438<560.97 584.977>\nVStem: 43.0354 104.965<217 263> 49 103<80 99> 340 105.344<487 494> 560.192 116.044<487 494>\nFore\n683 44 m 1\n 652 27 616 19 580 21 c 0\n 545 23 530 29 511 48 c 0\n 508 52 504 59 499 61 c 0\n 493 63 484 62 478 62 c 2\n 435 62 l 2\n 386 62 379 62 349 47 c 0\n 304 26 l 0\n 297 23 291 27 284 24 c 0\n 238 5 188 -19 129 -3 c 0\n 90 8 54 32 50 75 c 0\n 48 83 49 91 49 99 c 0\n 48 115 48 131 47 147 c 0\n 42 239 30 339 81 421 c 0\n 88 434 98 446 108 457 c 0\n 153 505 221 528 284 539 c 0\n 300 542 349 547 357 549 c 0\n 365 550 371 557 377 562 c 0\n 415 591 451 575 503 577 c 0\n 530 578 557 588 585 586 c 0\n 605 585 624 580 640 568 c 0\n 685 534 689 464 648 425 c 0\n 613 390 564 403 515 404 c 0\n 481 405 448 391 414 397 c 0\n 370 407 340 444 340 488 c 0\n 340 503 344 516 350 530 c 1\n 287 519 233 488 202 443 c 0\n 152 377 148 295 148 216 c 1\n 205 227 261 236 319 232 c 0\n 341 231 368 229 384 212 c 0\n 397 197 401 161 399 135 c 0\n 398 117 395 100 389 83 c 1\n 413 85 436 84 460 84 c 2\n 481 84 l 2\n 484 84 488 84 492 85 c 0\n 497 87 499 98 501 103 c 0\n 512 127 529 137 553 146 c 0\n 578 155 604 158 631 157 c 0\n 638 157 646 155 653 155 c 1\n 653 154 l 1\n 648 152 643 150 639 147 c 0\n 613 127 629 91 647 71 c 2\n 657 61 l 2\n 665 54 674 50 683 44 c 1\n539 445 m 0\n 555 458 566 482 557 508 c 0\n 553 521 545 533 533 540 c 0\n 506 556 468 547 452 520 c 0\n 440 495 445 468 459 451 c 0\n 479 429 516 427 539 445 c 0\n149 171 m 0\n 152 149 151 126 152 103 c 0\n 152 95 151 88 152 80 c 0\n 160 34 213 13 257 24 c 0\n 266 26 281 29 287 36 c 0\n 292 43 293 54 295 62 c 0\n 302 91 305 149 290 175 c 128\n 275 201 241 201 215 201 c 0\n 199 201 183 199 167 196 c 0\n 162 196 154 196 151 191 c 0\n 147 186 149 176 149 171 c 0\nEndSplineSet\nEndChar\nStartChar: uni134F\nEncoding: 4943 4943 1673\nWidth: 700\nFlags: W\nHStem: 0.860333 356.14<305.018 371> 1 25<385 398> 105.067 137.224<593 596> 334.096 22.9037<305 309>\nVStem: 73 111.734<259 276> 278.892 111.519<515 522> 485 135.337<196 196 198 201>\nFore\n300 190 m 1\n 244 190 187 177 132 193 c 0\n 101 202 73 225 73 260 c 0\n 73 290 83 314 97 332 c 0\n 127 370 172 393 211 420 c 0\n 231 434 250 450 263 470 c 0\n 277 491 289 527 266 546 c 0\n 261 550 256 553 250 554 c 0\n 246 555 241 555 237 557 c 0\n 231 560 231 569 236 573 c 0\n 241 576 249 576 255 576 c 0\n 327 582 l 0\n 336 583 345 584 354 581 c 0\n 393 570 396 518 385 486 c 0\n 367 432 312 402 267 372 c 0\n 255 364 243 356 232 346 c 1\n 251 347 272 349 291 352 c 0\n 296 353 300 356 305 357 c 0\n 322 359 340 357 357 357 c 2\n 382 357 l 2\n 390 357 398 357 405 353 c 0\n 422 344 426 322 427 305 c 0\n 427 301 428 296 428 292 c 0\n 427 284 413 233 410 215 c 1\n 437 219 465 217 492 222 c 0\n 502 223 553 237 569 239 c 0\n 582 241 594 243 607 243 c 0\n 613 243 620 243 624 238 c 0\n 629 233 630 224 626 218 c 0\n 619 207 618 206 621 193 c 0\n 627 177 635 161 644 147 c 0\n 648 141 653 134 647 127 c 0\n 640 117 619 111 606 107 c 0\n 569 99 526 112 503 144 c 0\n 491 161 485 181 485 202 c 1\n 466 199 447 199 428 197 c 0\n 422 197 412 198 407 194 c 0\n 403 192 403 187 402 183 c 2\n 395 155 l 2\n 387 125 380 96 373 66 c 0\n 369 51 369 36 383 26 c 0\n 389 22 433 26 444 29 c 0\n 453 30 462 34 471 36 c 0\n 485 40 533 50 557 50 c 0\n 564 51 571 51 576 46 c 0\n 581 40 582 31 578 25 c 0\n 576 21 572 18 572 14 c 0\n 569 -1 587 -31 594 -42 c 0\n 597 -47 602 -53 602 -59 c 0\n 602 -67 592 -72 586 -75 c 0\n 568 -85 548 -89 528 -88 c 0\n 477 -86 437 -42 437 8 c 1\n 428 8 419 7 410 6 c 0\n 404 4 399 1 393 1 c 0\n 362 0 332 1 301 1 c 0\n 295 1 290 3 284 3 c 0\n 276 2 269 0 261 -1 c 0\n 247 -2 234 -3 220 -5 c 0\n 215 -5 207 -4 203 -8 c 0\n 199 -11 201 -18 201 -22 c 0\n 201 -80 161 -133 110 -140 c 0\n 89 -142 67 -137 49 -125 c 0\n 43 -121 33 -114 34 -106 c 0\n 34 -99 42 -91 45 -85 c 0\n 49 -78 68 -50 64 -32 c 0\n 61 -22 52 -16 59 -5 c 2\n 63 -1 l 2\n 71 5 109 9 123 10 c 0\n 145 12 166 11 188 12 c 0\n 192 12 260 17 271 20 c 1\n 266 52 l 1\n 276 99 289 143 300 190 c 1\n307 218 m 1\n 309 228 326 283 324 302 c 0\n 323 311 323 324 316 331 c 0\n 312 335 306 334 301 334 c 0\n 294 333 240 327 228 326 c 0\n 209 326 204 320 197 308 c 0\n 189 296 178 264 189 246 c 0\n 207 221 268 221 307 218 c 1\nEndSplineSet\nEndChar\nStartChar: uni1350\nEncoding: 4944 4944 1674\nWidth: 758\nFlags: W\nHStem: 474 138<656 678>\nVStem: 298.135 104.879<67 94> 327 102.017<539 547>\nFore\n203 538 m 1\n 210 488 184 429 136 408 c 0\n 111 398 82 400 59 413 c 0\n 43 421 31 433 43 448 c 0\n 50 460 71 491 68 509 c 0\n 67 515 62 519 61 524 c 0\n 55 545 86 549 106 551 c 0\n 142 557 177 556 213 558 c 2\n 283 564 l 2\n 296 565 309 565 322 567 c 0\n 329 568 333 575 341 576 c 0\n 341 576 407 582 419 582 c 0\n 424 582 430 580 435 580 c 0\n 464 581 494 585 523 587 c 0\n 562 590 566 590 595 599 c 0\n 610 602 655 612 678 612 c 0\n 685 613 691 613 696 607 c 1\n 702 602 702 593 698 587 c 0\n 694 580 689 577 692 566 c 0\n 696 550 704 535 713 521 c 0\n 716 515 724 507 721 500 c 0\n 719 494 711 490 706 487 c 0\n 691 478 674 474 656 474 c 0\n 603 474 557 511 557 571 c 1\n 430 561 l 1\n 430 543 407 166 404 127 c 0\n 403 97 397 50 416 31 c 0\n 421 26 427 26 434 23 c 0\n 439 20 440 12 435 8 c 0\n 431 4 357 -1 342 -2 c 0\n 334 -3 324 -4 317 0 c 0\n 290 18 299 96 302 136 c 0\n 304 158 317 388 319 422 c 0\n 321 464 326 506 327 548 c 1\n 286 545 245 541 203 538 c 1\nEndSplineSet\nEndChar\nStartChar: uni1351\nEncoding: 4945 4945 1675\nWidth: 758\nFlags: W\nHStem: 474 138<656 678>\nVStem: 299 103.342<75 92>\nFore\n203 538 m 1\n 210 488 184 429 136 408 c 0\n 111 398 82 400 59 413 c 0\n 43 421 31 433 43 448 c 0\n 50 460 71 491 68 509 c 0\n 67 515 62 519 61 524 c 0\n 55 545 86 549 106 551 c 0\n 142 557 177 556 213 558 c 2\n 283 564 l 2\n 296 565 309 565 322 567 c 0\n 329 568 333 575 341 576 c 0\n 341 576 407 582 419 582 c 0\n 424 582 430 580 435 580 c 0\n 464 581 494 585 523 587 c 0\n 562 590 566 590 595 599 c 0\n 610 602 655 612 678 612 c 0\n 685 613 691 613 696 607 c 1\n 702 602 702 593 698 587 c 0\n 694 580 689 577 692 566 c 0\n 696 550 704 535 713 521 c 0\n 716 515 724 507 721 500 c 0\n 719 494 711 490 706 487 c 0\n 691 478 674 474 656 474 c 0\n 603 474 557 511 557 571 c 1\n 430 561 l 1\n 424 456 418 351 411 246 c 1\n 470 252 l 1\n 480 297 536 312 575 316 c 2\n 597 316 l 2\n 606 316 616 314 625 314 c 1\n 625 313 l 1\n 619 311 614 308 609 304 c 0\n 584 282 605 245 623 226 c 0\n 632 217 645 210 656 203 c 1\n 624 185 587 177 551 180 c 0\n 512 183 488 194 474 221 c 0\n 472 224 471 227 468 228 c 0\n 464 231 457 229 452 228 c 2\n 410 224 l 1\n 410 189 406 153 404 118 c 0\n 402 89 398 47 417 30 c 0\n 424 24 442 25 438 12 c 0\n 436 3 413 4 402 3 c 0\n 384 1 365 -1 347 -2 c 0\n 339 -3 329 -5 321 -2 c 0\n 299 9 299 47 299 76 c 0\n 299 104 316 381 319 423 c 128\n 322 465 326 506 327 548 c 1\n 286 545 245 541 203 538 c 1\nEndSplineSet\nMinimumDistance: x42,-1 \nEndChar\nStartChar: uni1352\nEncoding: 4946 4946 1676\nWidth: 758\nFlags: W\nHStem: 474 138<656 678>\nVStem: 298.745 103.763<70 102>\nFore\n203 538 m 1\n 210 488 184 429 136 408 c 0\n 111 398 82 400 59 413 c 0\n 43 421 31 433 43 448 c 0\n 50 460 71 491 68 509 c 0\n 67 515 62 519 61 524 c 0\n 55 545 86 549 106 551 c 0\n 142 557 177 556 213 558 c 2\n 283 564 l 2\n 296 565 309 565 322 567 c 0\n 329 568 333 575 341 576 c 0\n 341 576 407 582 419 582 c 0\n 424 582 430 580 435 580 c 0\n 464 581 494 585 523 587 c 0\n 562 590 566 590 595 599 c 0\n 610 602 655 612 678 612 c 0\n 685 613 691 613 696 607 c 1\n 702 602 702 593 698 587 c 0\n 694 580 689 577 692 566 c 0\n 696 550 704 535 713 521 c 0\n 716 515 724 507 721 500 c 0\n 719 494 711 490 706 487 c 0\n 691 478 674 474 656 474 c 0\n 603 474 557 511 557 571 c 1\n 430 561 l 1\n 430 548 405 135 404 117 c 0\n 402 90 398 48 416 30 c 0\n 425 22 438 23 449 24 c 0\n 470 26 491 30 512 30 c 1\n 522 77 582 93 634 95 c 0\n 646 95 657 93 669 92 c 1\n 669 91 l 1\n 653 88 640 75 639 59 c 0\n 639 53 640 47 642 42 c 0\n 651 15 672 -7 698 -18 c 1\n 698 -25 652 -36 642 -39 c 0\n 629 -41 617 -42 604 -42 c 0\n 572 -42 539 -36 520 -7 c 0\n 517 -2 514 3 512 9 c 1\n 504 7 439 -0 424 0 c 0\n 418 0 414 3 408 3 c 0\n 395 3 350 -2 341 -2 c 0\n 332 -3 322 -4 314 3 c 0\n 291 24 300 110 303 150 c 0\n 304 172 326 528 327 548 c 1\n 286 545 245 541 203 538 c 1\nEndSplineSet\nEndChar\nStartChar: uni1353\nEncoding: 4947 4947 1677\nWidth: 817\nFlags: W\nHStem: -46.3148 113.315<49 72>\nVStem: 117.845 143.155<514 520> 368 103<272 407>\nFore\n383 537 m 1\n 353 535 324 532 294 530 c 0\n 286 530 279 529 271 528 c 0\n 268 528 264 528 262 526 c 0\n 260 523 261 517 261 513 c 0\n 261 467 239 427 207 407 c 0\n 180 390 146 388 118 403 c 0\n 110 407 96 415 94 425 c 0\n 94 433 101 441 105 447 c 0\n 113 459 120 473 123 487 c 0\n 129 498 121 503 119 511 c 0\n 112 526 126 534 137 536 c 0\n 179 542 183 544 226 546 c 0\n 236 546 247 545 257 546 c 0\n 297 550 338 551 378 556 c 0\n 386 557 390 564 399 565 c 0\n 424 567 450 571 476 571 c 0\n 482 571 487 569 493 569 c 0\n 508 570 586 576 610 578 c 0\n 626 580 641 585 657 589 c 0\n 676 593 695 597 715 599 c 0\n 726 600 746 605 754 595 c 0\n 766 577 744 575 749 556 c 0\n 753 540 761 524 770 511 c 0\n 774 505 781 497 778 490 c 0\n 776 484 769 481 764 478 c 0\n 725 455 671 462 640 493 c 0\n 623 511 614 535 614 559 c 1\n 486 550 l 1\n 485 531 482 513 479 494 c 0\n 475 459 471 423 471 387 c 2\n 471 295 l 2\n 471 267 471 239 461 212 c 0\n 422 110 287 47 158 47 c 1\n 158 30 157 15 149 0 c 0\n 127 -42 73 -58 23 -40 c 0\n 19 -38 13 -37 10 -33 c 0\n 6 -26 12 -20 16 -16 c 0\n 29 -3 41 15 37 34 c 0\n 35 42 24 52 27 61 c 0\n 31 69 43 67 50 67 c 2\n 137 67 l 0\n 141 68 145 69 149 69 c 0\n 225 72 279 92 322 136 c 0\n 363 179 368 230 368 304 c 0\n 368 387 367 412 376 484 c 0\n 378 502 379 520 383 537 c 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni1354\nEncoding: 4948 4948 1678\nWidth: 758\nFlags: W\nHStem: 141.005 21.9948<406.062 454.55> 474 138<656 678>\nVStem: 299 103.29<72 94> 503 102.244<80 94>\nFore\n203 538 m 1\n 210 488 184 429 136 408 c 0\n 111 398 82 400 59 413 c 0\n 43 421 31 433 43 448 c 0\n 50 460 71 491 68 509 c 0\n 67 515 62 519 61 524 c 0\n 55 545 86 549 106 551 c 0\n 142 557 177 556 213 558 c 2\n 283 564 l 2\n 296 565 309 565 322 567 c 0\n 329 568 333 575 341 576 c 0\n 341 576 407 582 419 582 c 0\n 424 582 430 580 435 580 c 0\n 464 581 494 585 523 587 c 0\n 562 590 566 590 595 599 c 0\n 610 602 655 612 678 612 c 0\n 685 613 691 613 696 607 c 1\n 702 602 702 593 698 587 c 0\n 694 580 689 577 692 566 c 0\n 696 550 704 535 713 521 c 0\n 716 515 724 507 721 500 c 0\n 719 494 711 490 706 487 c 0\n 691 478 674 474 656 474 c 0\n 603 474 557 511 557 571 c 1\n 430 561 l 1\n 422 429 415 295 406 163 c 1\n 460 163 515 162 565 137 c 0\n 589 126 613 104 604 75 c 0\n 592 33 525 18 477 12 c 0\n 466 11 455 12 444 11 c 0\n 439 10 434 6 429 5 c 0\n 418 3 363 -1 346 -2 c 0\n 333 -3 320 -5 311 6 c 0\n 298 25 299 48 299 73 c 0\n 299 110 302 148 305 185 c 0\n 310 264 315 343 319 422 c 0\n 321 464 326 506 327 548 c 1\n 286 545 245 541 203 538 c 1\n405 141 m 1\n 405 113 395 58 412 36 c 0\n 417 31 428 33 435 33 c 0\n 456 33 484 34 497 53 c 0\n 503 61 503 73 503 83 c 0\n 503 94 504 107 499 117 c 128\n 494 127 483 132 473 136 c 0\n 452 143 427 141 405 141 c 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni1355\nEncoding: 4949 4949 1679\nWidth: 758\nFlags: W\nHStem: 396 180<372 373> 474 138<686 707>\nVStem: 313 104<30 48> 329.332 158.668<403 408>\nFore\n232 538 m 1\n 233 531 233 525 233 518 c 0\n 233 473 205 424 162 407 c 0\n 138 398 109 401 87 413 c 0\n 71 425 60 432 73 449 c 0\n 79 459 100 492 97 509 c 0\n 96 515 91 519 90 525 c 0\n 88 532 92 539 98 543 c 0\n 109 549 124 549 136 551 c 0\n 172 557 207 555 243 558 c 0\n 266 560 337 565 350 567 c 0\n 358 568 363 575 371 576 c 0\n 372 576 436 582 448 582 c 0\n 454 582 459 580 465 580 c 0\n 494 581 524 585 553 587 c 0\n 593 590 593 590 623 599 c 0\n 636 602 685 612 707 612 c 0\n 714 613 720 613 725 608 c 0\n 736 597 726 586 721 578 c 0\n 717 561 734 533 742 521 c 0\n 746 515 753 507 751 500 c 0\n 748 494 741 490 735 487 c 0\n 720 479 703 474 686 474 c 0\n 633 474 586 510 586 571 c 1\n 544 567 501 564 458 561 c 1\n 433 415 l 1\n 473 415 l 2\n 479 415 485 415 488 409 c 0\n 491 402 487 391 485 384 c 0\n 466 289 443 192 425 96 c 0\n 421 76 413 55 417 34 c 0\n 417 22 437 20 429 9 c 0\n 424 2 409 3 401 3 c 0\n 382 1 364 -1 345 -2 c 0\n 333 -3 322 -2 317 10 c 0\n 312 19 313 30 313 40 c 0\n 313 68 321 95 327 123 c 0\n 330 136 377 366 384 396 c 1\n 347 396 l 2\n 342 396 335 395 331 400 c 0\n 325 406 332 430 334 438 c 0\n 340 475 345 512 354 548 c 1\n 232 538 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni1356\nEncoding: 4950 4950 1680\nWidth: 817\nFlags: W\nHStem: 474 138<742 764>\nVStem: 29.348 125.652<37 44> 154 135.021<503 511> 432 109.578<475 488>\nFore\n289 538 m 1\n 290 531 290 525 290 518 c 0\n 290 473 263 426 221 408 c 0\n 196 398 167 400 144 414 c 0\n 137 418 126 424 124 433 c 0\n 122 441 130 449 133 455 c 0\n 142 469 151 485 154 501 c 0\n 154 505 154 509 153 512 c 0\n 152 516 149 518 148 522 c 0\n 138 545 169 547 188 550 c 0\n 246 560 234 554 286 557 c 2\n 356 563 l 2\n 373 564 390 565 407 567 c 0\n 415 568 420 575 428 576 c 0\n 429 576 493 582 505 582 c 0\n 511 582 516 580 522 580 c 0\n 551 581 581 585 610 587 c 0\n 687 593 665 599 737 610 c 0\n 746 611 755 612 764 612 c 0\n 771 613 777 613 782 607 c 1\n 788 602 788 593 784 587 c 0\n 780 580 775 577 778 566 c 0\n 782 550 790 535 799 521 c 0\n 802 515 810 507 807 500 c 0\n 805 494 797 490 792 487 c 0\n 777 478 760 474 742 474 c 0\n 689 474 643 511 643 571 c 1\n 603 568 564 564 524 561 c 1\n 579 408 496 312 413 252 c 0\n 326 191 236 160 172 80 c 0\n 164 70 156 58 155 44 c 0\n 155 38 157 32 161 28 c 0\n 167 23 178 23 176 13 c 0\n 176 6 167 5 161 5 c 0\n 153 4 145 3 137 3 c 0\n 122 1 106 0 91 -1 c 0\n 74 -3 54 -7 41 8 c 0\n 18 31 33 70 52 91 c 0\n 73 114 158 160 190 178 c 0\n 272 226 362 279 406 367 c 0\n 422 401 430 430 432 474 c 0\n 432 500 426 524 420 549 c 1\n 289 538 l 1\nEndSplineSet\nEndChar\nStartChar: uni1357\nEncoding: 4951 4951 1681\nWidth: 758\nFlags: W\nHStem: -3 19<291 305 438 473> 474 138<656 678>\nVStem: 298.153 105.058<65 86> 327 102.017<539 547>\nFore\n305 16 m 1\n 293 46 300 103 302 136 c 0\n 304 158 317 388 319 422 c 0\n 321 464 326 506 327 548 c 1\n 286 545 245 541 203 538 c 1\n 210 488 184 429 136 408 c 0\n 111 398 82 400 59 413 c 0\n 43 421 31 433 43 448 c 0\n 50 460 71 491 68 509 c 0\n 67 515 62 519 61 524 c 0\n 55 545 86 549 106 551 c 0\n 142 557 177 556 213 558 c 2\n 283 564 l 2\n 296 565 309 565 322 567 c 0\n 329 568 333 575 341 576 c 0\n 341 576 407 582 419 582 c 0\n 424 582 430 580 435 580 c 0\n 464 581 494 585 523 587 c 0\n 562 590 566 590 595 599 c 0\n 610 602 655 612 678 612 c 0\n 685 613 691 613 696 607 c 1\n 702 602 702 593 698 587 c 0\n 694 580 689 577 692 566 c 0\n 696 550 704 535 713 521 c 0\n 716 515 724 507 721 500 c 0\n 719 494 711 490 706 487 c 0\n 691 478 674 474 656 474 c 0\n 603 474 557 511 557 571 c 1\n 430 561 l 1\n 430 543 407 166 404 127 c 0\n 403 97 397 50 416 31 c 0\n 421 26 437 26 438 16 c 1\n 475 16 l 2\n 489 16 503 22 516 25 c 0\n 535 30 555 33 575 36 c 0\n 586 37 604 42 613 33 c 0\n 624 20 613 11 608 3 c 0\n 604 -13 622 -43 629 -54 c 0\n 633 -60 640 -68 638 -75 c 0\n 635 -81 628 -85 622 -88 c 0\n 607 -96 590 -101 573 -101 c 0\n 522 -101 473 -64 473 -3 c 1\n 291 -3 l 1\n 291 -17 291 -31 288 -45 c 0\n 279 -78 254 -108 222 -121 c 0\n 197 -130 170 -127 147 -115 c 0\n 140 -111 127 -105 126 -96 c 0\n 124 -89 130 -82 134 -76 c 0\n 137 -71 160 -35 155 -19 c 0\n 152 -10 144 -4 149 6 c 0\n 154 17 165 16 176 17 c 0\n 196 19 216 19 236 19 c 0\n 251 19 267 16 282 16 c 0\n 290 16 298 16 305 16 c 1\nEndSplineSet\nEndChar\nStartChar: uni1358\nEncoding: 4952 4952 1682\nWidth: 642\nFlags: W\nVStem: 49.0411 102.921<89 111> 315 102.35<496 519> 429.905 104.095<108 109 109.031 126.609>\nFore\n236 534 m 1\n 259 538 284 538 307 541 c 0\n 315 543 319 549 327 550 c 0\n 351 551 374 549 398 550 c 0\n 415 551 469 558 479 559 c 0\n 484 559 489 559 494 560 c 0\n 500 562 502 571 505 576 c 0\n 516 597 531 604 553 613 c 0\n 577 622 605 627 630 624 c 0\n 639 624 648 624 656 621 c 1\n 633 618 621 594 628 573 c 0\n 637 545 659 524 685 512 c 1\n 685 511 l 1\n 668 503 632 488 604 488 c 0\n 569 487 529 490 507 522 c 0\n 504 527 501 533 499 539 c 1\n 472 536 445 533 418 531 c 1\n 418 504 418 477 410 451 c 0\n 384 371 311 319 251 265 c 0\n 212 230 173 190 158 138 c 0\n 153 121 149 101 153 83 c 0\n 159 55 188 39 214 34 c 0\n 239 30 263 36 287 42 c 0\n 312 48 337 53 361 60 c 0\n 382 65 407 73 421 90 c 0\n 434 105 434 128 422 144 c 0\n 421 146 419 148 418 150 c 0\n 412 156 397 165 407 174 c 0\n 411 177 493 192 498 190 c 0\n 506 188 512 179 516 173 c 0\n 530 154 535 132 534 109 c 0\n 534 103 532 96 530 90 c 0\n 509 26 404 43 333 30 c 0\n 275 19 221 -3 151 6 c 0\n 106 11 57 31 50 81 c 0\n 48 92 49 104 50 115 c 0\n 63 225 183 300 249 367 c 0\n 290 410 315 446 315 520 c 1\n 259 514 l 2\n 251 514 241 514 234 512 c 0\n 228 509 224 499 219 494 c 0\n 195 464 139 448 87 448 c 0\n 75 448 63 450 51 450 c 1\n 51 451 l 1\n 65 452 78 457 89 467 c 0\n 121 499 106 544 77 560 c 1\n 77 562 l 1\n 95 571 107 579 129 582 c 0\n 164 589 215 587 232 549 c 0\n 234 544 235 539 236 534 c 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni1359\nEncoding: 4953 4953 1683\nWidth: 980\nFlags: W\nHStem: -28 319<722.337 773> 229 26.211<189 205> 240 276<568 577> 249 41.1979<733 751> 478 40.6065<655 665> 482.739 41.2755<795 797> 577 22<395 445 552 623>\nVStem: 46.5164 102.37<334 350> 448 103<516 576> 448 398<513 518.997> 521.067 103.041<308 324> 555 104.059<439.131 462> 678.059 103.271<36 52> 816.123 103.605<427.01 443.961>\nFore\n448 577 m 1\n 406 577 l 2\n 362 577 345 565 294 566 c 0\n 284 566 250 564 240 569 c 0\n 230 576 241 587 244 595 c 0\n 253 618 245 642 233 656 c 0\n 228 661 219 667 219 674 c 0\n 218 684 231 686 238 688 c 0\n 298 705 347 676 372 641 c 0\n 378 632 383 622 387 612 c 0\n 389 607 390 601 395 599 c 0\n 401 598 408 599 414 599 c 0\n 424 599 435 597 445 599 c 0\n 450 600 454 604 459 605 c 0\n 476 608 494 608 512 609 c 0\n 519 610 527 611 534 611 c 0\n 538 612 543 612 547 610 c 0\n 550 607 551 603 551 599 c 1\n 623 599 l 1\n 633 654 693 697 748 692 c 0\n 756 691 811 686 791 666 c 0\n 780 654 770 643 767 627 c 0\n 765 616 766 603 771 593 c 0\n 774 587 781 578 776 571 c 0\n 772 567 766 567 761 567 c 0\n 747 565 734 566 720 566 c 0\n 701 566 682 567 663 570 c 0\n 652 572 642 576 631 577 c 0\n 622 578 612 577 603 577 c 2\n 551 577 l 1\n 551 515 l 1\n 560 516 568 516 577 516 c 0\n 596 517 614 518 633 518 c 0\n 681 519 810 525 826 525 c 0\n 833 525 841 526 845 519 c 0\n 845 517 846 515 846 513 c 1\n 868 513 l 2\n 889 513 896 502 904 489 c 0\n 943 428 900 340 877 290 c 0\n 848 229 814 169 794 105 c 0\n 781 63 774 24 793 -9 c 0\n 795 -14 798 -19 794 -24 c 0\n 788 -31 774 -28 766 -28 c 2\n 720 -28 l 2\n 701 -28 695 -27 690 -14 c 0\n 649 66 724 188 752 249 c 1\n 701 249 636 244 585 240 c 0\n 580 240 573 238 568 240 c 0\n 561 242 562 250 558 254 c 0\n 552 262 542 266 536 274 c 0\n 504 312 529 362 543 402 c 0\n 549 418 559 439 555 460 c 0\n 555 474 547 474 536 474 c 0\n 521 474 506 472 491 472 c 0\n 485 472 476 474 470 470 c 0\n 465 467 464 459 462 454 c 2\n 447 413 l 2\n 430 363 390 252 387 247 c 0\n 383 242 375 242 369 242 c 0\n 311 234 259 229 197 229 c 0\n 189 229 181 228 173 228 c 0\n 127 228 94 248 71 275 c 0\n 49 302 39 343 51 376 c 0\n 72 430 139 460 195 478 c 0\n 277 506 362 511 448 512 c 1\n 448 577 l 1\n654 478 m 1\n 672 440 637 379 629 349 c 0\n 623 331 618 304 634 289 c 1\n 637 285 642 286 646 286 c 0\n 654 286 663 287 671 287 c 0\n 705 289 739 291 773 291 c 1\n 777 307 786 322 792 337 c 0\n 804 366 813 396 816 427 c 0\n 817 439 812 475 800 481 c 0\n 795 484 788 483 783 482 c 0\n 745 482 671 478 654 478 c 1\n289 261 m 1\n 362 467 l 1\n 291 459 204 436 164 386 c 0\n 144 360 147 323 155 293 c 0\n 159 279 166 262 181 257 c 0\n 193 253 209 255 221 256 c 0\n 231 257 240 256 250 257 c 0\n 263 259 276 261 289 261 c 1\nEndSplineSet\nEndChar\nStartChar: uni135A\nEncoding: 4954 4954 1684\nWidth: 758\nFlags: W\nHStem: 48 22<420 468>\nVStem: 20 111<85 97> 316 102.644<501.284 519.937> 550.361 121.323<196 201>\nFore\n236 534 m 1\n 259 538 283 538 306 541 c 0\n 314 543 318 549 326 550 c 0\n 350 551 373 549 397 550 c 0\n 402 550 408 552 413 552 c 0\n 425 554 437 555 449 556 c 2\n 478 559 l 2\n 483 559 488 559 493 560 c 0\n 499 562 501 570 503 575 c 0\n 517 597 528 603 552 613 c 0\n 576 622 604 627 629 624 c 0\n 638 624 647 624 655 621 c 1\n 632 618 620 594 627 573 c 0\n 638 541 657 527 683 512 c 1\n 683 505 637 493 626 491 c 0\n 583 485 532 484 506 522 c 0\n 502 527 500 533 498 539 c 1\n 472 536 445 533 418 531 c 1\n 419 518 419 505 417 492 c 0\n 403 392 312 330 241 269 c 0\n 224 254 208 239 192 223 c 1\n 227 231 265 232 300 232 c 0\n 307 232 313 231 320 231 c 0\n 344 231 373 229 393 214 c 0\n 407 204 411 187 414 171 c 0\n 419 137 416 99 403 67 c 1\n 413 68 424 70 434 70 c 0\n 456 70 478 68 499 77 c 0\n 518 84 531 98 541 115 c 0\n 550 135 551 160 551 182 c 0\n 551 190 548 205 555 211 c 1\n 562 215 574 213 581 213 c 2\n 644 213 l 2\n 652 213 666 216 670 207 c 0\n 674 198 670 184 668 175 c 0\n 650 107 582 63 512 52 c 0\n 506 51 500 49 494 48 c 0\n 475 47 455 48 435 48 c 0\n 386 48 357 28 320 13 c 0\n 311 9 302 13 293 9 c 0\n 231 -15 163 -42 97 -15 c 0\n 59 0 30 28 21 71 c 0\n 20 79 20 86 20 94 c 0\n 20 180 84 237 137 283 c 0\n 174 314 214 343 248 377 c 0\n 281 410 316 456 316 520 c 1\n 288 517 260 515 231 513 c 1\n 214 469 147 448 85 448 c 0\n 74 448 62 450 51 450 c 1\n 51 451 l 1\n 91 454 119 497 101 534 c 0\n 96 545 87 553 77 560 c 1\n 77 562 l 1\n 119 585 197 602 227 557 c 0\n 232 550 234 542 236 534 c 1\n312 55 m 0\n 318 83 317 91 317 117 c 0\n 316 138 315 165 299 180 c 0\n 278 200 242 201 215 199 c 0\n 205 199 194 198 184 197 c 0\n 164 197 161 184 154 172 c 0\n 140 149 133 123 131 97 c 0\n 131 25 206 12 263 24 c 0\n 266 25 300 33 306 39 c 0\n 310 43 311 50 312 55 c 0\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: uni1361\nEncoding: 4961 4961 1685\nWidth: 233\nFlags: W\nHStem: 153 118<61 81> 377.846 116.154<58.0076 62>\nVStem: 48 135<175.295 254 402 473>\nFore\n172 509 m 0\n 185 509 183 496 183 487 c 2\n 183 425 l 2\n 183 418 185 406 181 399 c 0\n 177 391 160 392 152 391 c 2\n 90 382 l 2\n 80 381 68 377 58 378 c 0\n 47 380 48 392 48 401 c 2\n 48 464 l 2\n 48 472 46 483 51 489 c 0\n 54 493 58 494 62 494 c 2\n 82 497 l 1\n 82 497 163 509 172 509 c 0\n168 284 m 0\n 174 284 181 284 182 277 c 0\n 184 269 183 260 183 252 c 2\n 183 183 l 0\n 183 173 180 170 172 168 c 0\n 130 162 72 153 61 153 c 0\n 51 153 48 160 48 169 c 2\n 48 236 l 2\n 48 244 46 257 50 264 c 0\n 55 269 71 271 81 271 c 0\n 110 275 139 280 168 284 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni1362\nEncoding: 4962 4962 1686\nWidth: 583\nFlags: W\nHStem: 168 115.92<288 292> 377.847 116.153<175.008 179> 391 118<501 522>\nVStem: 166 135<176 253 402 487> 398 135<177.09 253 403 486>\nFore\n290 509 m 0\n 302 509 301 496 301 487 c 2\n 301 425 l 2\n 301 418 303 406 299 399 c 0\n 294 391 277 392 269 391 c 0\n 206 382 l 0\n 196 381 185 377 175 378 c 0\n 164 380 166 394 166 402 c 2\n 166 465 l 2\n 166 472 164 484 168 489 c 0\n 171 493 175 494 179 494 c 2\n 199 497 l 2\n 219 500 238 502 258 505 c 0\n 268 507 280 510 290 509 c 0\n522 509 m 0\n 535 509 533 496 533 487 c 2\n 533 425 l 2\n 533 407 535 397 521 393 c 0\n 514 392 508 391 501 391 c 2\n 440 382 l 2\n 430 381 418 377 408 378 c 0\n 396 379 398 393 398 401 c 2\n 398 463 l 2\n 398 470 396 482 400 489 c 1\n 406 496 422 496 431 497 c 2\n 496 506 l 2\n 504 507 513 509 522 509 c 0\n285 284 m 0\n 292 284 298 283 300 276 c 0\n 302 268 301 259 301 251 c 2\n 301 200 l 2\n 301 192 303 180 299 173 c 0\n 296 169 291 168 287 168 c 2\n 268 165 l 2\n 249 162 189 153 178 153 c 0\n 165 153 166 163 166 173 c 2\n 166 238 l 2\n 166 245 164 257 168 264 c 0\n 173 269 189 271 199 272 c 0\n 228 275 256 280 285 284 c 0\n518 284 m 0\n 537 284 533 267 533 251 c 2\n 533 200 l 2\n 533 183 536 172 522 168 c 0\n 480 162 422 153 411 153 c 0\n 398 153 398 164 398 174 c 2\n 398 239 l 2\n 398 246 396 258 401 264 c 0\n 407 271 503 282 518 284 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni1363\nEncoding: 4963 4963 1687\nWidth: 408\nFlags: W\nHStem: 88 116<146 149>\nVStem: 136 135<113 184 344 414>\nFore\n327 580 m 0\n 347 581 357 555 339 544 c 0\n 333 540 324 540 317 539 c 2\n 276 534 l 2\n 228 528 181 521 133 515 c 2\n 91 510 l 2\n 83 509 75 507 67 512 c 0\n 55 520 56 538 68 545 c 0\n 78 551 94 551 105 552 c 0\n 154 559 317 580 327 580 c 0\n256 445 m 0\n 262 445 269 444 270 437 c 0\n 272 429 271 420 271 412 c 2\n 271 362 l 2\n 271 354 273 341 269 334 c 0\n 265 329 248 327 239 326 c 2\n 180 318 l 2\n 170 317 159 314 148 314 c 0\n 136 314 136 324 136 334 c 2\n 136 399 l 2\n 136 406 134 418 138 425 c 0\n 145 432 239 443 256 445 c 0\n259 219 m 0\n 272 220 271 208 271 199 c 2\n 271 136 l 2\n 271 119 274 108 260 104 c 0\n 254 102 189 94 179 93 c 0\n 169 91 157 88 146 88 c 0\n 134 89 136 103 136 111 c 2\n 136 174 l 2\n 136 181 134 193 138 200 c 0\n 141 203 145 204 149 204 c 2\n 169 207 l 2\n 189 210 249 219 259 219 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni1364\nEncoding: 4964 4964 1688\nWidth: 408\nFlags: W\nHStem: 377.841 116.159<146.011 149>\nVStem: 136 135<209 289 403 481>\nFore\n324 645 m 0\n 330 645 337 645 342 640 c 0\n 352 631 351 615 339 608 c 0\n 333 604 324 604 317 603 c 2\n 276 598 l 2\n 228 592 103 576 89 574 c 0\n 81 573 73 572 66 577 c 0\n 56 585 56 602 67 609 c 0\n 72 612 78 613 84 614 c 2\n 106 617 l 2\n 152 623 198 628 244 634 c 0\n 271 638 297 642 324 645 c 0\n260 509 m 0\n 272 509 271 496 271 487 c 2\n 271 425 l 2\n 271 407 273 397 259 393 c 0\n 241 390 194 386 175 382 c 0\n 166 381 155 377 146 378 c 0\n 134 379 136 392 136 401 c 2\n 136 464 l 2\n 136 479 134 494 149 494 c 2\n 169 497 l 2\n 188 500 249 509 260 509 c 0\n254 316 m 0\n 260 316 267 317 270 311 c 0\n 273 304 271 293 271 286 c 2\n 271 231 l 2\n 271 224 273 212 269 205 c 0\n 266 201 261 201 257 200 c 2\n 238 197 l 2\n 219 195 159 185 148 185 c 0\n 136 185 136 196 136 205 c 2\n 136 270 l 2\n 136 277 134 289 138 296 c 0\n 143 301 159 303 169 304 c 0\n 197 307 226 312 254 316 c 0\n328 121 m 0\n 348 122 357 95 339 84 c 0\n 333 81 324 81 317 80 c 2\n 277 75 l 2\n 229 69 182 62 134 56 c 2\n 91 51 l 2\n 83 50 75 48 68 52 c 0\n 56 59 55 78 67 86 c 0\n 76 92 91 91 102 93 c 2\n 248 111 l 2\n 266 114 319 121 328 121 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni1365\nEncoding: 4965 4965 1689\nWidth: 525\nFlags: W\nHStem: 105 115<202 205> 427 115<202 205>\nVStem: 194 136<128 202 450 524>\nFore\n316 557 m 0\n 334 560 330 538 330 522 c 2\n 330 475 l 2\n 330 467 332 454 328 447 c 0\n 322 439 306 440 297 439 c 0\n 277 436 258 434 238 431 c 0\n 227 429 216 426 205 427 c 0\n 193 427 194 439 194 448 c 2\n 194 512 l 2\n 194 527 192 542 207 542 c 0\n 216 545 303 556 316 557 c 0\n442 369 m 0\n 449 369 456 367 460 362 c 0\n 469 353 467 337 455 331 c 0\n 446 326 432 327 422 326 c 0\n 334 317 113 293 91 291 c 0\n 81 290 70 289 63 297 c 0\n 55 307 58 323 70 328 c 0\n 80 332 321 356 345 358 c 0\n 377 362 410 366 442 369 c 0\n316 235 m 0\n 334 238 330 216 330 200 c 2\n 330 153 l 2\n 330 145 332 132 328 125 c 0\n 322 117 306 118 297 117 c 0\n 277 114 258 112 238 109 c 0\n 227 107 216 104 205 105 c 0\n 193 105 194 117 194 126 c 2\n 194 190 l 2\n 194 205 192 220 207 220 c 0\n 216 223 303 234 316 235 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni1366\nEncoding: 4966 4966 1690\nWidth: 525\nFlags: W\nHStem: 334.177 40.8234<440 441> 377.842 116.158<59.0116 62>\nVStem: 49 135<176.747 253 403 487>\nFore\n173 509 m 0\n 185 509 184 496 184 487 c 2\n 184 425 l 2\n 184 407 186 397 172 393 c 0\n 154 390 108 386 90 382 c 0\n 80 381 69 377 59 378 c 0\n 47 379 49 392 49 401 c 2\n 49 465 l 2\n 49 472 47 484 51 489 c 0\n 54 493 58 494 62 494 c 2\n 82 497 l 2\n 101 500 162 509 173 509 c 0\n439 375 m 0\n 446 375 452 375 458 371 c 0\n 468 363 468 346 457 339 c 0\n 451 335 442 334 435 334 c 2\n 395 328 l 2\n 248 310 l 2\n 206 304 l 2\n 198 303 190 302 183 307 c 0\n 172 315 173 333 185 340 c 0\n 190 343 195 343 200 344 c 2\n 222 347 l 2\n 294 356 367 367 439 375 c 0\n169 284 m 0\n 175 284 182 283 183 276 c 0\n 185 268 184 259 184 251 c 2\n 184 201 l 2\n 184 193 186 180 182 173 c 0\n 178 168 161 166 152 165 c 2\n 94 157 l 2\n 83 156 72 153 61 153 c 0\n 48 153 49 163 49 173 c 2\n 49 238 l 2\n 49 245 47 257 51 264 c 0\n 58 271 152 282 169 284 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni1367\nEncoding: 4967 4967 1691\nWidth: 233\nFlags: W\nHStem: 56 115<173 176> 266 118<60 83>\nVStem: 48 135<64 136 296 360 520 593>\nFore\n167 622 m 0\n 173 622 180 622 182 616 c 0\n 185 609 183 599 183 591 c 2\n 183 538 l 2\n 183 531 185 518 181 511 c 0\n 177 506 160 504 151 503 c 0\n 132 501 72 491 61 491 c 0\n 51 491 48 498 48 507 c 2\n 48 574 l 2\n 48 582 46 595 50 602 c 1\n 56 609 72 608 81 610 c 0\n 110 614 138 618 167 622 c 0\n170 396 m 0\n 182 397 183 388 183 378 c 2\n 183 313 l 2\n 183 300 186 281 171 281 c 2\n 151 278 l 2\n 132 275 71 266 60 266 c 0\n 48 265 48 277 48 286 c 2\n 48 351 l 2\n 48 359 46 370 51 377 c 0\n 56 382 73 384 83 384 c 0\n 112 388 141 394 170 396 c 0\n173 171 m 0\n 185 171 183 157 183 149 c 2\n 183 86 l 2\n 183 74 186 56 172 56 c 0\n 165 54 158 53 151 53 c 2\n 89 44 l 2\n 79 43 68 39 58 40 c 0\n 47 42 48 54 48 63 c 2\n 48 126 l 2\n 48 134 46 145 51 151 c 0\n 56 158 128 165 142 167 c 0\n 152 169 163 172 173 171 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni1368\nEncoding: 4968 4968 1692\nWidth: 700\nFlags: W\nHStem: 377.841 116.159<59.0115 62 525.011 528>\nVStem: 49 135<184 253 403 472> 282 135<64 149 296 360 520 593> 515 135<184 253 403 472>\nFore\n401 622 m 0\n 407 622 414 622 416 616 c 0\n 419 609 417 599 417 591 c 2\n 417 538 l 2\n 417 530 419 518 415 511 c 0\n 411 505 394 504 385 503 c 0\n 364 501 303 491 294 491 c 0\n 282 491 282 501 282 511 c 2\n 282 576 l 2\n 282 583 280 595 284 602 c 0\n 287 606 292 606 296 607 c 2\n 315 610 l 2\n 344 614 372 618 401 622 c 0\n173 509 m 0\n 186 509 184 496 184 487 c 2\n 184 425 l 2\n 184 407 186 397 172 393 c 0\n 154 390 107 386 88 382 c 0\n 79 381 68 377 59 378 c 0\n 47 379 49 392 49 401 c 2\n 49 464 l 2\n 49 479 47 494 62 494 c 2\n 82 497 l 2\n 101 500 162 509 173 509 c 0\n639 509 m 0\n 652 509 650 496 650 487 c 2\n 650 425 l 2\n 650 407 652 397 638 393 c 0\n 620 390 573 386 554 382 c 0\n 545 381 534 377 525 378 c 0\n 513 379 515 392 515 401 c 2\n 515 464 l 2\n 515 479 513 494 528 494 c 2\n 548 497 l 2\n 567 500 628 509 639 509 c 0\n404 396 m 0\n 416 397 417 388 417 378 c 2\n 417 313 l 2\n 417 300 420 281 405 281 c 2\n 385 278 l 1\n 385 278 303 265 293 266 c 0\n 281 266 282 278 282 287 c 2\n 282 351 l 2\n 282 358 280 370 284 377 c 0\n 290 383 304 382 315 384 c 0\n 333 387 393 396 404 396 c 0\n169 284 m 0\n 175 284 182 283 183 276 c 0\n 185 268 184 259 184 251 c 2\n 184 201 l 2\n 184 193 186 180 182 173 c 0\n 178 168 161 166 152 165 c 2\n 94 157 l 2\n 83 156 72 153 61 153 c 0\n 49 153 49 163 49 173 c 2\n 49 238 l 2\n 49 245 47 257 51 264 c 0\n 58 271 152 282 169 284 c 0\n635 284 m 0\n 641 284 648 283 649 276 c 0\n 651 268 650 259 650 251 c 2\n 650 201 l 2\n 650 193 652 180 648 173 c 0\n 644 168 627 166 618 165 c 2\n 560 157 l 2\n 549 156 538 153 527 153 c 0\n 515 153 515 163 515 173 c 2\n 515 238 l 2\n 515 245 513 257 517 264 c 0\n 524 271 618 282 635 284 c 0\n407 171 m 0\n 419 171 417 157 417 148 c 2\n 417 87 l 2\n 417 80 419 68 415 61 c 0\n 411 53 394 54 386 53 c 0\n 365 50 301 39 291 40 c 0\n 280 42 282 56 282 64 c 2\n 282 127 l 2\n 282 134 280 145 284 151 c 0\n 287 155 291 156 295 156 c 2\n 315 159 l 2\n 335 162 355 164 375 167 c 0\n 385 169 397 172 407 171 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni1369\nEncoding: 4969 4969 1693\nWidth: 671\nFlags: W\nHStem: 67 19<278 322> 310 163<326 327> 510.171 137.142<581 583>\nVStem: 74 142.213<-19 -12> 80.2535 135.074<-39 -36> 107.522 102.424<135.276 146.985> 307.469 103.747<430 435> 427 135<5 8>\nFore\n259 591 m 1\n 264 532 238 486 196 466 c 0\n 170 454 141 455 116 468 c 0\n 108 472 96 479 93 488 c 0\n 91 495 98 502 102 508 c 0\n 110 521 117 535 121 549 c 0\n 126 561 124 567 118 575 c 0\n 115 581 116 589 120 595 c 1\n 127 602 139 602 148 603 c 0\n 171 607 195 609 219 609 c 0\n 266 609 413 622 467 625 c 0\n 483 626 498 632 513 635 c 0\n 532 640 551 644 571 646 c 0\n 582 647 600 652 609 643 c 0\n 621 633 611 622 606 614 c 0\n 604 610 605 605 606 601 c 0\n 610 585 618 569 627 556 c 0\n 630 550 638 543 635 535 c 0\n 633 529 626 526 621 523 c 0\n 570 495 508 512 481 560 c 0\n 474 574 471 590 470 606 c 1\n 400 600 330 596 259 591 c 1\n278 67 m 1\n 275 59 268 59 260 59 c 2\n 213 59 l 2\n 192 59 173 61 154 71 c 0\n 118 89 98 130 112 169 c 0\n 130 221 201 294 236 335 c 0\n 239 339 242 344 245 347 c 0\n 248 351 252 353 255 356 c 0\n 270 370 284 386 296 402 c 0\n 303 412 312 430 305 442 c 0\n 303 447 298 451 293 453 c 0\n 290 454 286 454 283 456 c 0\n 278 460 279 467 283 470 c 0\n 286 473 291 473 295 473 c 1\n 354 473 l 1\n 372 473 391 474 403 458 c 0\n 426 424 396 387 373 363 c 0\n 366 355 358 348 352 339 c 1\n 369 337 386 329 402 322 c 0\n 446 303 492 269 498 218 c 0\n 502 182 483 145 465 125 c 0\n 432 90 386 70 339 66 c 0\n 329 65 320 67 310 67 c 0\n 299 67 289 67 278 67 c 1\n394 193 m 0\n 400 246 372 282 337 307 c 0\n 334 308 331 311 327 310 c 0\n 322 310 298 280 294 275 c 0\n 271 249 248 221 230 192 c 0\n 222 179 212 163 210 147 c 0\n 209 130 222 94 240 88 c 0\n 248 84 259 86 267 86 c 2\n 305 86 l 2\n 336 86 346 92 362 108 c 0\n 383 131 391 163 394 193 c 0\n215 -7 m 1\n 223 -57 194 -115 146 -134 c 0\n 122 -144 93 -142 70 -129 c 0\n 63 -124 52 -118 50 -110 c 128\n 48 -102 54 -95 58 -89 c 0\n 66 -76 74 -62 78 -47 c 0\n 84 -32 77 -32 74 -21 c 0\n 71 -15 72 -7 77 -2 c 0\n 88 9 152 12 173 12 c 0\n 245 12 236 15 302 19 c 0\n 341 22 429 28 434 29 c 0\n 444 31 455 35 465 37 c 0\n 485 42 506 46 527 48 c 0\n 538 50 557 55 566 45 c 0\n 571 40 572 32 568 25 c 0\n 563 17 559 15 562 4 c 0\n 566 -11 574 -27 582 -40 c 0\n 586 -46 594 -54 591 -62 c 0\n 589 -68 581 -72 576 -75 c 0\n 560 -84 543 -88 525 -88 c 0\n 483 -88 444 -63 431 -22 c 0\n 428 -12 427 -2 427 9 c 1\n 215 -7 l 1\nEndSplineSet\nMinimumDistance: x69,-1 \nEndChar\nStartChar: uni136A\nEncoding: 4970 4970 1694\nWidth: 612\nFlags: W\nHStem: 77 22<283 323> 207 22<251 323> 306.887 23.7436<250 255> 471.743 21.7068<306.728 332> 524 138<497 519>\nVStem: 60 141<-20 -8 592 599> 65.4495 134.837<570 579> 106.622 103.583<330.052 361.05> 376.5 101.603<144.285 156.976> 387.134 103.002<402 406>\nFore\n201 605 m 1\n 201 592 202 581 200 568 c 0\n 194 532 171 497 138 480 c 0\n 113 468 82 469 57 483 c 0\n 49 487 37 494 35 503 c 0\n 33 510 40 518 44 523 c 0\n 52 536 58 549 63 563 c 0\n 70 580 64 579 60 590 c 0\n 57 596 58 605 63 610 c 0\n 68 616 79 616 87 617 c 0\n 108 621 149 624 176 624 c 0\n 181 624 185 623 190 623 c 0\n 257 627 325 633 392 639 c 0\n 425 643 476 662 519 662 c 0\n 525 662 532 662 536 658 c 0\n 547 644 538 636 532 628 c 0\n 528 611 545 583 553 571 c 0\n 557 565 564 557 561 550 c 0\n 559 544 552 540 546 537 c 0\n 531 529 514 524 497 524 c 0\n 437 524 397 569 397 620 c 1\n 332 614 266 610 201 605 c 1\n213 308 m 1\n 228 229 242 183 267 118 c 0\n 271 107 272 99 284 99 c 2\n 304 99 l 2\n 326 99 360 99 371 123 c 0\n 378 135 379 171 370 185 c 0\n 360 206 322 207 294 207 c 2\n 266 207 l 2\n 261 207 256 206 251 207 c 0\n 245 209 241 215 243 221 c 0\n 246 229 253 229 260 229 c 2\n 307 229 l 2\n 351 229 396 223 436 204 c 0\n 456 195 476 180 478 157 c 0\n 480 127 454 109 430 99 c 0\n 388 80 344 77 298 77 c 2\n 267 77 l 2\n 245 77 250 79 237 88 c 0\n 171 139 123 211 110 299 c 0\n 106 328 104 359 113 387 c 0\n 140 466 247 498 344 493 c 0\n 394 491 449 483 474 451 c 0\n 497 424 494 379 474 351 c 0\n 449 313 386 306 334 306 c 0\n 240 306 290 306 213 308 c 1\n211 330 m 1\n 276 330 356 333 381 379 c 0\n 397 409 380 448 352 464 c 0\n 320 481 279 468 253 445 c 0\n 224 420 206 380 211 330 c 1\n201 -7 m 1\n 201 -19 202 -30 200 -42 c 0\n 194 -79 172 -115 138 -131 c 0\n 112 -144 82 -143 57 -129 c 0\n 49 -125 38 -118 35 -109 c 0\n 34 -102 40 -95 44 -89 c 0\n 46 -87 70 -48 65 -32 c 0\n 64 -28 61 -25 60 -22 c 0\n 57 -16 58 -7 62 -2 c 1\n 69 4 79 4 87 5 c 0\n 107 9 126 10 146 11 c 0\n 164 13 181 11 199 12 c 0\n 263 16 327 21 391 27 c 0\n 409 29 425 34 442 39 c 0\n 460 43 479 46 497 48 c 0\n 508 50 527 55 536 46 c 0\n 547 35 537 24 532 16 c 0\n 528 -1 545 -29 553 -41 c 0\n 557 -47 564 -55 561 -62 c 0\n 559 -68 552 -72 546 -75 c 0\n 531 -83 514 -88 497 -88 c 0\n 445 -88 397 -51 397 9 c 1\n 332 3 267 -2 201 -7 c 1\nEndSplineSet\nEndChar\nStartChar: uni136B\nEncoding: 4971 4971 1695\nWidth: 642\nFlags: W\nHStem: -87.1488 137.372<537 538> 64 366<139 198>\nVStem: 94.0384 103.254<110.865 138.978> 100 142.661<-20 -13 592 599> 105.497 136.338<572 579> 393 135<415 418>\nFore\n241 605 m 1\n 251 554 218 495 170 477 c 0\n 146 468 118 471 96 483 c 0\n 89 487 78 494 76 502 c 0\n 74 509 80 516 84 522 c 0\n 92 535 99 549 104 563 c 0\n 107 577 106 581 100 590 c 0\n 97 596 98 604 103 609 c 0\n 115 621 184 624 216 624 c 0\n 221 624 225 623 230 623 c 0\n 293 627 357 633 420 639 c 0\n 435 641 450 646 465 650 c 0\n 485 654 505 658 525 660 c 0\n 536 662 556 667 564 657 c 0\n 569 651 569 643 565 637 c 0\n 564 634 560 631 559 628 c 0\n 555 611 572 583 580 571 c 0\n 584 565 591 557 588 550 c 0\n 586 544 579 540 573 537 c 0\n 558 529 541 524 524 524 c 0\n 473 524 424 560 424 620 c 1\n 364 614 302 610 241 605 c 1\n225 411 m 1\n 225 409 200 155 198 139 c 0\n 196 119 198 100 207 88 c 0\n 211 84 218 84 222 80 c 0\n 226 77 226 70 222 67 c 0\n 219 64 214 64 210 64 c 1\n 144 64 l 1\n 135 64 125 63 117 68 c 0\n 108 72 103 81 100 90 c 0\n 89 119 96 151 99 181 c 0\n 104 236 110 292 116 347 c 0\n 118 366 119 386 121 405 c 0\n 122 412 121 422 127 427 c 0\n 134 432 147 430 155 430 c 2\n 223 430 l 2\n 244 430 336 437 371 437 c 0\n 405 437 412 441 439 448 c 0\n 456 453 474 456 492 458 c 0\n 502 459 517 463 527 459 c 0\n 534 456 538 448 537 441 c 128\n 536 434 531 431 529 426 c 0\n 527 422 528 418 528 415 c 0\n 532 398 542 381 551 366 c 0\n 555 360 562 352 556 344 c 0\n 549 335 524 325 511 323 c 0\n 479 317 442 327 419 351 c 0\n 402 369 393 394 393 419 c 1\n 337 416 281 414 225 411 c 1\n241 -7 m 1\n 251 -57 219 -116 171 -135 c 0\n 147 -144 117 -141 95 -128 c 0\n 88 -124 79 -118 76 -110 c 0\n 74 -102 80 -95 84 -89 c 0\n 87 -85 111 -50 105 -31 c 0\n 104 -28 102 -25 100 -22 c 0\n 97 -16 98 -8 103 -3 c 0\n 112 8 166 10 185 11 c 0\n 203 13 222 11 240 12 c 0\n 300 16 361 21 421 28 c 0\n 437 29 452 35 468 38 c 0\n 487 43 506 46 525 48 c 0\n 536 50 555 55 563 46 c 0\n 568 40 569 31 565 25 c 0\n 564 22 560 19 559 16 c 0\n 555 -1 572 -29 580 -41 c 0\n 584 -47 591 -55 588 -62 c 0\n 586 -68 578 -72 573 -75 c 0\n 558 -84 541 -88 523 -88 c 0\n 482 -88 444 -64 429 -25 c 0\n 425 -14 424 -3 424 9 c 1\n 364 2 302 -2 241 -7 c 1\nEndSplineSet\nMinimumDistance: x39,-1 \nEndChar\nStartChar: uni136C\nEncoding: 4972 4972 1696\nWidth: 642\nFlags: W\nHStem: 107.098 22.3488<307.21 336.089>\nVStem: 100 142.661<-20 -13 592 599> 107.772 102.228<275 307> 431 103<275 300>\nFore\n241 605 m 1\n 251 554 218 495 170 477 c 0\n 146 468 118 471 96 483 c 0\n 89 487 78 494 76 502 c 0\n 74 509 80 516 84 522 c 0\n 92 535 99 549 104 563 c 0\n 107 577 106 581 100 590 c 0\n 97 596 98 604 103 609 c 0\n 115 621 184 624 216 624 c 0\n 221 624 225 623 230 623 c 0\n 293 627 357 633 420 639 c 0\n 435 641 450 646 465 650 c 0\n 485 654 505 658 525 660 c 0\n 536 662 556 667 564 657 c 0\n 569 651 569 643 565 637 c 0\n 564 634 560 631 559 628 c 0\n 555 611 572 583 580 571 c 0\n 584 565 591 557 588 550 c 0\n 586 544 579 540 573 537 c 0\n 558 529 541 524 524 524 c 0\n 473 524 424 560 424 620 c 1\n 364 614 302 610 241 605 c 1\n305 473 m 0\n 317 474 329 473 341 472 c 0\n 424 466 506 414 529 331 c 0\n 533 315 534 299 534 282 c 0\n 534 243 512 203 492 180 c 0\n 457 143 407 114 346 108 c 0\n 274 102 199 125 149 180 c 0\n 133 199 114 230 110 260 c 0\n 95 335 139 408 204 444 c 0\n 236 461 269 469 305 473 c 0\n210 298 m 0\n 210 248 210 206 236 172 c 0\n 268 130 328 116 374 144 c 0\n 383 150 391 156 398 164 c 0\n 428 197 431 241 431 284 c 0\n 431 344 429 382 398 417 c 0\n 357 461 288 461 246 420 c 0\n 213 388 210 341 210 298 c 0\n241 -7 m 1\n 251 -57 219 -116 171 -135 c 0\n 147 -144 117 -141 95 -128 c 0\n 88 -124 79 -118 76 -110 c 0\n 74 -102 80 -95 84 -89 c 0\n 87 -85 111 -50 105 -31 c 0\n 104 -28 102 -25 100 -22 c 0\n 97 -16 98 -8 103 -3 c 0\n 112 8 166 10 185 11 c 0\n 203 13 222 11 240 12 c 0\n 300 16 361 21 421 28 c 0\n 437 29 452 35 468 38 c 0\n 487 43 506 46 525 48 c 0\n 536 50 555 55 563 46 c 0\n 568 40 569 31 565 25 c 0\n 564 22 560 19 559 16 c 0\n 555 -1 572 -29 580 -41 c 0\n 584 -47 591 -55 588 -62 c 0\n 586 -68 578 -72 573 -75 c 0\n 558 -84 541 -88 523 -88 c 0\n 482 -88 444 -64 429 -25 c 0\n 425 -14 424 -3 424 9 c 1\n 364 2 302 -2 241 -7 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni136D\nEncoding: 4973 4973 1697\nWidth: 642\nFlags: W\nHStem: -87.151 137.218<510 511> 382 19<333 398> 524.695 137.426<510 512>\nVStem: 62.8132 102.622<185 201> 74 142.446<-20 -13 592 599> 79.575 136.047<-39 -36 572 579> 250 102.743<470 485> 398 135<5 8 617 619>\nFore\n215 605 m 1\n 225 554 193 496 145 477 c 0\n 121 468 93 471 71 483 c 0\n 64 487 53 493 50 502 c 0\n 48 509 54 516 58 522 c 0\n 66 535 73 549 78 564 c 0\n 83 575 79 582 74 590 c 0\n 71 596 72 604 77 609 c 0\n 89 621 158 624 190 624 c 0\n 195 624 199 623 204 623 c 0\n 268 627 332 633 395 639 c 0\n 410 641 424 646 439 650 c 0\n 458 654 478 658 498 660 c 0\n 510 662 528 667 537 657 c 0\n 548 644 538 637 533 629 c 0\n 531 625 532 620 533 616 c 0\n 537 600 545 584 554 571 c 0\n 558 565 565 557 562 549 c 0\n 559 543 552 540 547 537 c 0\n 532 529 516 524 499 524 c 0\n 447 524 398 558 398 620 c 1\n 339 613 276 610 215 605 c 1\n356 129 m 1\n 319 119 282 112 245 103 c 0\n 216 97 187 88 157 93 c 0\n 137 96 116 104 100 118 c 0\n 63 148 52 200 71 243 c 0\n 100 309 171 338 216 391 c 0\n 233 412 250 441 250 478 c 0\n 250 483 250 489 254 493 c 0\n 260 497 270 495 277 495 c 2\n 330 495 l 2\n 337 495 348 497 352 489 c 0\n 355 482 353 472 352 465 c 0\n 350 442 342 422 332 401 c 1\n 379 401 l 2\n 422 401 402 402 435 409 c 0\n 453 414 495 423 521 423 c 0\n 527 423 533 423 537 418 c 1\n 543 413 543 404 539 397 c 0\n 537 394 534 392 533 388 c 0\n 529 370 551 338 558 326 c 0\n 562 320 566 313 560 307 c 0\n 551 296 534 291 521 287 c 0\n 487 279 448 289 424 314 c 0\n 407 332 398 357 398 382 c 1\n 345 382 l 2\n 337 382 327 384 320 381 c 0\n 315 379 311 373 307 369 c 0\n 273 335 210 296 183 254 c 0\n 165 227 162 196 168 165 c 0\n 171 152 176 136 188 128 c 0\n 195 124 202 125 209 126 c 2\n 235 131 l 2\n 259 135 335 148 350 148 c 1\n 357 186 378 200 410 212 c 0\n 431 219 453 223 475 223 c 0\n 487 223 498 221 510 220 c 1\n 510 219 l 1\n 487 216 476 193 482 172 c 0\n 491 144 513 122 539 110 c 1\n 539 109 l 1\n 506 96 514 97 484 89 c 0\n 439 81 380 83 356 129 c 1\n215 -7 m 1\n 224 -57 193 -116 145 -135 c 0\n 121 -144 91 -141 69 -128 c 0\n 62 -124 53 -118 50 -110 c 0\n 48 -103 54 -96 58 -90 c 0\n 66 -77 73 -63 78 -49 c 0\n 81 -35 80 -31 74 -22 c 0\n 71 -16 72 -8 77 -3 c 0\n 86 8 139 10 158 11 c 0\n 177 13 195 11 214 12 c 0\n 274 16 334 21 394 27 c 0\n 409 29 422 34 436 37 c 0\n 457 42 478 46 499 48 c 0\n 510 50 528 55 537 45 c 0\n 542 40 543 32 539 25 c 0\n 534 17 530 15 533 4 c 0\n 537 -11 545 -27 553 -40 c 0\n 557 -46 565 -54 562 -62 c 0\n 560 -68 552 -72 547 -75 c 0\n 531 -84 514 -88 496 -88 c 0\n 454 -88 415 -63 402 -22 c 0\n 399 -12 398 -2 398 9 c 1\n 338 2 276 -2 215 -7 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni136E\nEncoding: 4974 4974 1698\nWidth: 583\nFlags: W\nHStem: 67 22<313.063 345> 328 1<19 54> 389.657 21.3433<210 221.525>\nVStem: 397 135<606 607> 404.045 102.144<133 144>\nDStem: 316 349 420 344 211 172 344 217\nFore\n215 593 m 1\n 216 580 216 568 214 556 c 0\n 207 520 183 483 148 469 c 0\n 123 458 94 460 70 474 c 0\n 63 478 51 484 50 493 c 0\n 48 500 54 507 58 512 c 0\n 68 529 88 557 74 579 c 0\n 71 585 72 592 77 598 c 0\n 86 608 137 610 156 611 c 0\n 175 613 193 611 212 612 c 0\n 272 616 332 621 392 627 c 0\n 407 629 421 633 435 637 c 0\n 455 642 476 646 497 648 c 0\n 509 650 527 655 536 645 c 0\n 541 639 542 631 538 625 c 0\n 533 618 529 616 532 605 c 0\n 536 589 544 574 553 560 c 0\n 557 554 564 547 561 539 c 0\n 558 533 551 529 546 527 c 0\n 531 518 515 514 498 514 c 0\n 439 514 397 556 397 608 c 1\n 337 602 277 597 215 593 c 1\n46 437 m 1\n 72 454 101 460 132 460 c 0\n 165 460 188 450 200 426 c 0\n 203 421 203 412 210 411 c 0\n 216 411 222 412 227 413 c 0\n 229 413 287 417 293 418 c 0\n 298 419 303 422 308 423 c 0\n 321 425 370 428 380 429 c 0\n 388 430 396 431 404 427 c 0\n 422 420 427 398 429 380 c 0\n 432 361 426 357 420 344 c 1\n 344 217 l 1\n 389 217 439 209 478 186 c 0\n 501 172 516 145 501 120 c 0\n 491 103 471 93 453 86 c 0\n 408 68 360 67 313 67 c 1\n 311 59 305 58 297 58 c 1\n 231 58 l 1\n 223 58 215 57 208 60 c 0\n 192 66 185 84 182 102 c 0\n 182 108 180 115 182 121 c 0\n 183 128 188 134 192 140 c 2\n 211 172 l 1\n 316 349 l 0\n 319 355 325 362 326 369 c 0\n 328 380 322 392 316 401 c 1\n 315 401 l 2\n 307 395 293 396 283 395 c 0\n 281 395 213 388 201 390 c 1\n 180 350 136 335 94 329 c 0\n 83 328 71 326 60 326 c 0\n 46 326 33 328 19 328 c 1\n 19 329 l 1\n 54 330 84 364 75 399 c 0\n 72 409 67 418 60 426 c 0\n 56 430 50 433 46 437 c 1\n403 126 m 0\n 405 136 405 148 403 158 c 0\n 403 183 376 191 356 194 c 0\n 349 195 339 197 332 194 c 0\n 326 191 322 181 319 175 c 2\n 295 134 l 2\n 291 128 286 121 285 114 c 0\n 282 99 288 89 301 89 c 2\n 322 89 l 2\n 353 89 403 90 403 126 c 0\n215 -29 m 1\n 218 -68 207 -104 179 -132 c 0\n 154 -157 110 -172 70 -148 c 0\n 63 -144 51 -138 50 -129 c 0\n 48 -122 54 -115 58 -110 c 0\n 61 -106 83 -69 80 -54 c 0\n 79 -50 75 -46 74 -42 c 0\n 71 -36 73 -28 77 -24 c 0\n 87 -14 150 -10 170 -10 c 0\n 244 -10 318 -2 392 5 c 0\n 409 7 425 12 441 16 c 0\n 460 21 479 24 498 26 c 0\n 510 27 528 33 536 23 c 0\n 541 17 542 9 538 3 c 0\n 537 0 533 -2 532 -5 c 0\n 528 -21 545 -50 552 -61 c 0\n 556 -67 564 -75 561 -83 c 0\n 553 -99 519 -108 498 -108 c 0\n 438 -108 397 -66 397 -14 c 1\n 337 -20 277 -25 215 -29 c 1\nEndSplineSet\nEndChar\nStartChar: uni136F\nEncoding: 4975 4975 1699\nWidth: 700\nFlags: W\nHStem: 44 134<558 590> 92 21.1227<435 454>\nVStem: 101.453 142.547<-35 -30> 134 142.528<404 415> 384 104<394.832 403.996 406 412.926>\nFore\n288 593 m 1\n 293 534 264 487 220 468 c 0\n 196 458 166 461 143 473 c 0\n 136 477 124 484 122 493 c 0\n 121 500 127 507 131 512 c 0\n 138 525 145 538 150 552 c 0\n 157 569 151 568 147 579 c 0\n 144 585 145 593 149 598 c 0\n 159 608 211 610 230 612 c 0\n 248 613 267 611 285 612 c 0\n 345 616 406 621 466 627 c 0\n 482 629 498 634 514 638 c 0\n 533 643 552 646 571 648 c 0\n 582 649 601 655 609 646 c 0\n 615 640 615 631 612 625 c 0\n 607 617 603 615 606 604 c 0\n 610 588 618 573 626 560 c 0\n 630 554 637 546 635 539 c 0\n 628 524 592 514 572 514 c 0\n 510 514 472 556 470 608 c 1\n 410 602 350 597 288 593 c 1\n275 423 m 1\n 283 375 259 320 217 296 c 0\n 191 281 160 281 134 294 c 0\n 126 298 116 304 111 312 c 128\n 106 320 113 328 118 335 c 0\n 127 349 135 365 139 381 c 0\n 142 393 136 394 134 403 c 0\n 131 410 133 418 139 423 c 0\n 148 429 214 440 239 440 c 0\n 272 440 331 452 362 454 c 0\n 367 455 371 453 376 452 c 0\n 380 452 384 453 388 453 c 0\n 404 454 420 456 436 457 c 0\n 447 458 457 459 467 453 c 0\n 483 444 488 421 488 404 c 0\n 488 399 488 393 487 388 c 0\n 483 376 474 365 468 355 c 0\n 468 355 345 150 344 145 c 0\n 341 136 345 121 351 113 c 0\n 355 107 364 109 371 110 c 0\n 388 111 406 111 423 113 c 0\n 426 113 461 113 467 116 c 0\n 471 118 473 126 475 130 c 0\n 488 150 501 157 522 166 c 0\n 544 174 567 178 590 178 c 0\n 600 178 615 179 624 174 c 1\n 609 171 597 158 596 143 c 0\n 596 137 598 131 600 126 c 0\n 610 95 630 81 655 67 c 1\n 625 50 592 44 558 44 c 0\n 518 44 496 54 478 77 c 0\n 474 82 472 92 465 93 c 0\n 461 93 456 92 452 92 c 0\n 441 92 431 91 420 90 c 0\n 383 88 346 85 309 86 c 0\n 297 86 283 84 271 87 c 0\n 246 93 239 124 240 146 c 0\n 240 154 246 161 250 168 c 0\n 375 378 l 0\n 380 387 386 395 384 406 c 0\n 384 410 383 414 381 418 c 0\n 373 437 354 434 337 431 c 0\n 316 429 296 425 275 423 c 1\n244 -29 m 1\n 251 -79 223 -136 175 -154 c 0\n 150 -164 122 -162 99 -148 c 0\n 92 -144 81 -138 79 -130 c 0\n 77 -123 83 -116 87 -110 c 0\n 88 -109 114 -69 108 -53 c 0\n 105 -43 96 -34 106 -24 c 128\n 116 -14 175 -10 195 -10 c 0\n 274 -10 226 -10 290 -6 c 0\n 335 -3 379 1 424 5 c 0\n 439 7 453 12 468 16 c 0\n 488 20 508 24 528 26 c 0\n 539 28 558 33 566 23 c 0\n 575 12 567 3 562 -5 c 0\n 558 -22 575 -51 583 -62 c 0\n 586 -68 594 -75 591 -83 c 0\n 584 -98 548 -108 528 -108 c 0\n 467 -108 427 -67 427 -14 c 1\n 367 -20 306 -25 244 -29 c 1\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni1370\nEncoding: 4976 4976 1700\nWidth: 758\nFlags: W\nHStem: -131.478 137.273<551 554> 33.0843 137.004<619 621> 122 336<358 428>\nVStem: 102.988 144.28<105 109> 111.257 135.447<81 84> 132.009 144.212<424 427> 140.494 135.457<399 404> 176 141<-47 -41> 203.688 143.312<609 610> 441 135<-40 -36>\nDStem: 355 438 459 440 328 140 432 142\nFore\n347 610 m 1\n 347 598 347 586 345 574 c 0\n 338 538 314 504 280 491 c 0\n 255 480 227 482 203 495 c 0\n 195 499 184 505 181 514 c 0\n 179 521 187 529 190 535 c 0\n 192 539 215 574 211 592 c 0\n 207 602 199 609 207 620 c 0\n 214 629 232 628 243 629 c 0\n 265 631 288 632 310 631 c 0\n 321 631 331 629 342 629 c 0\n 371 630 399 632 428 633 c 0\n 467 635 470 632 498 640 c 0\n 522 647 558 654 587 656 c 0\n 595 657 602 658 609 652 c 0\n 614 647 615 638 612 631 c 0\n 610 628 606 625 605 621 c 0\n 600 608 621 572 627 563 c 0\n 631 558 637 551 635 544 c 0\n 632 538 625 534 619 531 c 0\n 604 523 587 518 570 518 c 0\n 520 518 470 555 470 615 c 1\n 347 610 l 1\n275 432 m 1\n 285 381 253 322 205 304 c 0\n 181 294 152 297 130 310 c 0\n 123 314 112 321 110 329 c 0\n 108 336 115 343 118 349 c 0\n 127 362 134 377 139 392 c 0\n 143 406 139 407 134 417 c 0\n 124 439 153 443 169 445 c 0\n 196 449 223 450 250 450 c 0\n 286 450 322 456 358 458 c 0\n 386 459 415 457 443 458 c 0\n 468 459 540 465 550 467 c 128\n 560 469 570 473 580 476 c 0\n 596 479 641 489 666 489 c 0\n 671 489 677 488 680 484 c 0\n 685 479 686 470 683 464 c 0\n 678 456 674 454 677 443 c 0\n 680 427 689 411 698 397 c 0\n 701 391 708 383 706 376 c 0\n 698 362 668 352 649 351 c 0\n 610 346 570 367 552 402 c 0\n 545 416 542 431 541 447 c 1\n 459 440 l 1\n 432 142 l 1\n 438 142 508 147 521 150 c 0\n 529 151 536 154 544 156 c 0\n 560 160 609 171 634 171 c 0\n 640 171 647 171 651 166 c 1\n 657 161 657 152 653 145 c 0\n 651 142 648 140 647 136 c 0\n 643 118 664 87 671 75 c 0\n 675 69 680 62 674 55 c 0\n 667 46 646 37 632 35 c 0\n 599 28 562 37 538 62 c 0\n 521 80 512 104 512 129 c 1\n 428 122 l 1\n 341 122 l 1\n 246 114 l 1\n 254 72 233 24 199 -1 c 0\n 164 -28 111 -22 85 4 c 0\n 77 13 83 21 89 30 c 0\n 97 43 104 57 109 72 c 0\n 114 84 110 91 105 99 c 0\n 86 138 194 130 235 132 c 0\n 266 133 297 137 328 140 c 1\n 355 438 l 1\n 275 432 l 1\n317 -40 m 1\n 319 -50 318 -60 317 -70 c 0\n 312 -110 283 -151 243 -163 c 0\n 219 -169 193 -167 172 -155 c 0\n 165 -150 155 -145 152 -137 c 0\n 150 -130 156 -123 159 -118 c 0\n 163 -112 185 -79 182 -59 c 0\n 181 -55 178 -52 176 -49 c 0\n 173 -43 174 -35 179 -29 c 0\n 188 -20 235 -19 251 -19 c 0\n 271 -19 291 -21 311 -21 c 0\n 342 -21 374 -19 405 -17 c 0\n 419 -16 432 -17 446 -16 c 0\n 458 -15 471 -9 483 -6 c 0\n 503 -1 523 2 544 5 c 0\n 555 6 573 10 581 1 c 0\n 592 -12 581 -21 576 -28 c 0\n 575 -32 576 -36 576 -40 c 0\n 580 -56 589 -71 597 -85 c 0\n 601 -91 608 -99 606 -106 c 0\n 603 -112 596 -116 590 -119 c 0\n 575 -127 559 -132 541 -132 c 0\n 480 -132 441 -87 441 -35 c 1\n 317 -40 l 1\nEndSplineSet\nMinimumDistance: x84,-1 \nEndChar\nStartChar: uni1371\nEncoding: 4977 4977 1701\nWidth: 642\nFlags: W\nVStem: 103 142.213<-19 -12> 108.89 135.438<-39 -36> 132 142.648<592 599> 163.46 104.54<345 355> 444.125 105.744<351 355>\nFore\n273 605 m 1\n 283 554 251 496 203 477 c 0\n 179 468 151 471 129 483 c 0\n 122 487 111 493 108 502 c 0\n 106 509 112 516 116 522 c 0\n 118 526 143 564 137 581 c 0\n 136 584 134 587 132 590 c 0\n 129 596 130 604 135 609 c 0\n 144 619 198 622 217 623 c 0\n 226 623 236 624 245 624 c 0\n 250 624 256 623 261 623 c 0\n 262 623 416 638 429 640 c 0\n 442 641 456 647 469 650 c 0\n 489 655 509 658 529 660 c 0\n 540 662 558 666 566 657 c 0\n 577 644 567 637 562 629 c 0\n 555 616 577 580 582 571 c 0\n 586 565 593 558 591 550 c 0\n 589 544 581 540 576 537 c 0\n 560 528 543 524 525 524 c 0\n 473 524 427 560 427 620 c 1\n 273 605 l 1\n253 279 m 1\n 263 280 378 305 394 308 c 2\n 426 315 l 2\n 431 316 436 317 439 322 c 0\n 443 337 447 364 444 383 c 0\n 441 396 433 408 424 418 c 0\n 417 425 408 429 402 437 c 0\n 398 441 398 446 402 450 c 0\n 408 455 459 466 473 470 c 0\n 488 475 494 474 503 465 c 0\n 535 433 550 393 550 343 c 0\n 550 312 539 280 527 252 c 0\n 491 171 406 67 292 57 c 0\n 231 52 180 85 152 122 c 0\n 142 136 131 154 128 171 c 0\n 127 179 156 309 159 323 c 0\n 163 341 169 358 155 373 c 1\n 153 375 127 388 140 398 c 0\n 143 401 171 411 177 413 c 1\n 209 425 l 2\n 214 427 220 429 226 428 c 0\n 237 428 250 407 255 399 c 0\n 262 385 268 369 268 353 c 0\n 268 344 256 290 253 279 c 1\n432 296 m 1\n 416 294 302 269 266 262 c 0\n 261 261 255 260 251 257 c 0\n 245 251 240 218 238 207 c 1\n 233 187 226 165 228 144 c 0\n 233 105 270 76 308 79 c 0\n 361 83 385 138 398 182 c 0\n 409 226 420 255 432 296 c 1\n244 -7 m 1\n 252 -57 223 -115 175 -134 c 0\n 151 -144 122 -142 99 -129 c 0\n 92 -124 81 -118 79 -110 c 0\n 77 -103 83 -96 87 -90 c 0\n 95 -77 101 -63 106 -49 c 0\n 113 -31 106 -34 103 -21 c 0\n 100 -15 101 -7 106 -2 c 0\n 115 7 168 10 185 11 c 128\n 202 12 219 11 236 12 c 0\n 241 12 384 26 401 28 c 0\n 413 30 425 34 437 37 c 0\n 457 42 478 46 499 49 c 0\n 510 50 528 55 537 46 c 0\n 547 34 538 25 533 17 c 0\n 526 4 548 -32 553 -41 c 0\n 557 -47 564 -55 562 -62 c 0\n 559 -68 552 -72 546 -75 c 0\n 531 -83 515 -88 498 -88 c 0\n 457 -88 419 -66 404 -27 c 0\n 399 -16 398 -4 397 8 c 1\n 244 -7 l 1\nEndSplineSet\nEndChar\nStartChar: uni1372\nEncoding: 4978 4978 1702\nWidth: 583\nFlags: W\nVStem: 211 102.683<138 150> 267.682 104.318<406 418> 397 135<606 607>\nFore\n215 593 m 1\n 216 580 216 568 214 556 c 0\n 207 520 183 483 148 469 c 0\n 123 458 94 460 70 474 c 0\n 63 478 51 484 50 493 c 0\n 48 500 54 507 58 512 c 0\n 68 529 88 557 74 579 c 0\n 71 585 72 592 77 598 c 0\n 86 608 137 610 156 611 c 0\n 175 613 193 611 212 612 c 0\n 272 616 332 621 392 627 c 0\n 407 629 421 633 435 637 c 0\n 455 642 476 646 497 648 c 0\n 509 650 527 655 536 645 c 0\n 541 639 542 631 538 625 c 0\n 533 618 529 616 532 605 c 0\n 536 589 544 574 553 560 c 0\n 557 554 564 547 561 539 c 0\n 558 533 551 529 546 527 c 0\n 531 518 515 514 498 514 c 0\n 439 514 397 556 397 608 c 1\n 337 602 277 597 215 593 c 1\n321 472 m 0\n 329 472 338 473 346 470 c 0\n 365 461 370 437 371 418 c 0\n 371 414 372 409 372 405 c 0\n 372 405 322 188 319 175 c 0\n 315 155 308 130 322 112 c 0\n 326 105 335 106 340 101 c 0\n 344 94 339 88 333 86 c 0\n 325 85 315 86 307 86 c 2\n 258 86 l 2\n 246 86 235 86 226 95 c 0\n 215 106 212 123 211 138 c 0\n 211 142 210 146 210 150 c 0\n 211 162 259 361 264 384 c 0\n 267 401 272 419 263 435 c 0\n 261 438 258 442 255 444 c 0\n 249 447 236 449 242 460 c 0\n 245 466 255 466 262 466 c 0\n 282 468 301 470 321 472 c 0\n215 -29 m 1\n 218 -68 207 -104 179 -132 c 0\n 154 -157 110 -172 70 -148 c 0\n 63 -144 51 -138 50 -129 c 0\n 48 -122 54 -115 58 -110 c 0\n 61 -106 83 -69 80 -54 c 0\n 79 -50 75 -46 74 -42 c 0\n 71 -36 73 -28 77 -24 c 0\n 87 -14 150 -10 170 -10 c 0\n 244 -10 318 -2 392 5 c 0\n 409 7 425 12 441 16 c 0\n 460 21 479 24 498 26 c 0\n 510 27 528 33 536 23 c 0\n 541 17 542 9 538 3 c 0\n 537 0 533 -2 532 -5 c 0\n 528 -21 545 -50 552 -61 c 0\n 556 -67 564 -75 561 -83 c 0\n 553 -99 519 -108 498 -108 c 0\n 438 -108 397 -66 397 -14 c 1\n 337 -20 277 -25 215 -29 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni1373\nEncoding: 4979 4979 1703\nWidth: 700\nFlags: W\nHStem: -155.958 148.084<178 181> -112.173 137.47<539 540> 354 138<598 617>\nVStem: 60.1311 143.134<418 424> 145.223 142.777<604 608> 152 102.699<144.008 155.894> 299.459 103.541<385.645 428> 427 135<-20 -17> 441 135<614 617> 498 135<447 450>\nFore\n288 608 m 1\n 288 594 289 580 286 566 c 0\n 278 531 255 499 222 485 c 0\n 197 474 168 476 144 489 c 0\n 136 493 124 500 122 509 c 0\n 121 516 127 523 131 528 c 0\n 133 531 157 570 152 585 c 0\n 150 594 139 605 150 615 c 0\n 160 625 212 627 233 627 c 0\n 248 627 262 626 277 626 c 0\n 295 626 313 629 331 630 c 0\n 369 632 406 635 444 637 c 0\n 456 638 469 643 481 646 c 0\n 501 651 522 655 543 658 c 0\n 554 659 572 664 580 655 c 0\n 585 649 586 640 583 634 c 0\n 575 622 576 628 576 614 c 0\n 580 598 589 582 597 568 c 0\n 601 562 608 554 606 547 c 0\n 603 541 596 537 590 534 c 0\n 575 526 558 521 541 521 c 0\n 489 521 441 557 441 618 c 1\n 288 608 l 1\n202 428 m 1\n 211 378 180 318 133 300 c 0\n 108 291 81 293 58 306 c 0\n 51 310 40 316 37 325 c 0\n 35 333 42 341 46 347 c 0\n 54 360 63 376 66 391 c 0\n 71 408 51 418 64 433 c 1\n 72 440 88 440 98 442 c 0\n 128 446 157 447 187 446 c 0\n 191 446 495 469 505 471 c 0\n 517 473 528 477 540 480 c 0\n 554 484 595 492 617 492 c 0\n 624 493 632 493 637 487 c 0\n 647 477 638 466 633 459 c 0\n 631 455 632 450 633 446 c 0\n 637 430 645 414 654 401 c 0\n 657 395 665 388 662 380 c 0\n 659 374 652 370 646 367 c 0\n 631 359 615 354 598 354 c 0\n 556 354 516 378 502 419 c 0\n 499 430 498 440 498 451 c 1\n 401 444 l 1\n 401 434 403 423 403 413 c 0\n 406 359 388 339 368 305 c 1\n 405 305 443 303 480 295 c 0\n 515 289 533 277 545 249 c 0\n 561 216 560 180 561 145 c 0\n 561 130 564 115 570 102 c 0\n 572 96 578 89 574 82 c 0\n 569 76 557 78 550 78 c 2\n 495 78 l 2\n 487 78 478 77 473 85 c 0\n 456 112 459 144 458 174 c 0\n 458 212 449 252 421 267 c 0\n 408 275 373 284 352 282 c 0\n 346 282 343 278 339 274 c 0\n 305 240 250 193 255 136 c 0\n 256 124 257 109 267 101 c 0\n 271 98 277 98 280 95 c 0\n 284 92 284 86 282 82 c 0\n 279 78 273 78 268 78 c 0\n 203 78 l 2\n 195 78 187 78 179 81 c 0\n 156 90 151 122 152 144 c 0\n 152 153 154 162 156 170 c 0\n 174 243 248 279 284 340 c 0\n 301 369 301 402 298 435 c 1\n 202 428 l 1\n273 -26 m 1\n 282 -76 249 -135 201 -151 c 0\n 177 -160 149 -157 127 -144 c 0\n 120 -140 110 -134 108 -126 c 0\n 106 -119 112 -112 116 -106 c 128\n 120 -100 142 -66 137 -47 c 0\n 136 -44 134 -41 132 -38 c 0\n 116 -5 193 -7 216 -7 c 0\n 232 -7 247 -8 263 -7 c 0\n 263 -7 408 1 429 3 c 0\n 442 4 455 10 467 13 c 0\n 487 18 508 22 529 24 c 0\n 540 25 558 30 566 20 c 0\n 576 10 567 -1 562 -8 c 0\n 560 -12 561 -17 562 -21 c 0\n 566 -37 574 -53 583 -66 c 0\n 586 -72 594 -79 591 -87 c 0\n 588 -93 581 -97 575 -100 c 0\n 560 -108 544 -113 527 -113 c 0\n 485 -113 445 -89 431 -48 c 0\n 428 -37 427 -27 427 -16 c 1\n 376 -19 324 -22 273 -26 c 1\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: uni1374\nEncoding: 4980 4980 1704\nWidth: 729\nFlags: W\nHStem: -112.202 137.538<567 568> 90.7069 22.2931<262 276> 422 23<490 497 497.031 512.885> 521.729 137.434<619 621>\nVStem: 102.706 102.46<243 261> 160.251 142.99<-36 -29> 212.037 142.963<603 608> 332 103<243 319> 550 103<130 163> 573.101 102.914<301 333>\nFore\n355 608 m 1\n 355 596 356 585 354 573 c 0\n 348 536 325 501 290 485 c 0\n 265 474 235 476 211 489 c 0\n 203 493 191 500 189 509 c 0\n 188 515 194 522 197 527 c 0\n 200 531 224 568 219 585 c 0\n 216 595 206 604 217 615 c 0\n 227 625 279 627 300 627 c 0\n 315 627 329 626 344 626 c 0\n 362 626 380 629 398 630 c 0\n 436 632 473 634 511 637 c 0\n 524 638 537 644 549 647 c 0\n 569 652 589 655 610 658 c 0\n 621 659 639 664 647 654 c 0\n 652 649 653 640 649 634 c 0\n 645 627 640 624 643 613 c 0\n 647 598 655 583 663 569 c 0\n 667 563 675 555 672 547 c 0\n 670 541 662 537 657 534 c 0\n 641 525 624 521 606 521 c 0\n 565 521 527 545 513 584 c 0\n 509 595 508 606 508 618 c 1\n 355 608 l 1\n497 445 m 0\n 536 446 577 441 614 427 c 0\n 630 421 647 414 657 400 c 0\n 662 393 663 384 666 376 c 0\n 696 303 653 220 653 144 c 0\n 653 133 653 121 656 110 c 0\n 659 100 673 81 655 78 c 0\n 648 77 640 78 632 78 c 2\n 590 78 l 2\n 583 78 571 76 565 80 c 0\n 561 83 559 90 557 95 c 0\n 551 110 550 125 550 141 c 0\n 550 181 559 220 567 259 c 0\n 573 293 578 324 569 357 c 0\n 568 362 565 366 564 371 c 0\n 561 378 561 385 558 391 c 0\n 550 408 532 419 514 422 c 0\n 506 423 497 424 489 422 c 0\n 475 418 465 405 457 393 c 0\n 440 366 435 333 435 302 c 0\n 435 267 438 230 426 196 c 0\n 399 121 316 80 239 93 c 0\n 186 102 147 132 123 171 c 0\n 95 220 98 280 118 331 c 0\n 135 377 168 416 214 435 c 0\n 229 441 248 446 265 445 c 0\n 273 444 282 435 275 428 c 0\n 271 423 265 424 260 422 c 0\n 237 412 223 370 217 345 c 0\n 199 274 198 179 238 131 c 0\n 246 122 256 113 269 113 c 0\n 287 113 299 129 308 143 c 0\n 329 177 332 218 332 257 c 0\n 332 285 329 315 338 342 c 0\n 354 392 399 426 448 439 c 0\n 464 443 480 445 497 445 c 0\n302 -26 m 1\n 311 -76 278 -135 230 -152 c 0\n 206 -160 180 -156 158 -145 c 0\n 151 -141 140 -135 137 -126 c 0\n 135 -119 141 -112 144 -107 c 0\n 148 -101 172 -66 166 -47 c 0\n 165 -44 163 -41 161 -38 c 0\n 158 -31 159 -24 164 -18 c 1\n 174 -9 229 -7 248 -7 c 0\n 263 -7 277 -8 292 -7 c 0\n 292 -7 437 1 458 3 c 0\n 471 4 484 10 496 13 c 0\n 516 18 536 21 557 24 c 0\n 568 25 585 30 595 21 c 1\n 607 6 594 2 591 -9 c 0\n 585 -22 606 -57 611 -66 c 0\n 615 -72 622 -80 620 -87 c 0\n 612 -103 576 -113 556 -113 c 0\n 519 -113 482 -94 465 -60 c 0\n 459 -46 456 -31 455 -16 c 1\n 404 -19 353 -22 302 -26 c 1\nEndSplineSet\nEndChar\nStartChar: uni1375\nEncoding: 4981 4981 1705\nWidth: 720\nFlags: W\nHStem: 247 193<127 175> 511.794 135.522<588 589>\nVStem: 72.3277 102.672<305.804 315.969> 182 141<586 596> 187 136.19<574 576> 338 103<381 390> 417 135<-19 -17> 481.163 103.837<113 133> 555 103<389 416>\nFore\n323 596 m 1\n 323 584 324 573 322 561 c 0\n 315 524 291 489 256 475 c 0\n 231 464 202 466 178 479 c 0\n 171 484 159 490 158 499 c 0\n 156 506 162 513 166 518 c 0\n 169 523 192 557 187 574 c 0\n 187 578 184 581 182 584 c 0\n 179 590 180 598 185 604 c 0\n 194 613 243 614 261 615 c 0\n 281 616 302 614 322 615 c 0\n 346 616 369 618 393 620 c 0\n 421 622 450 623 478 625 c 0\n 491 626 505 632 518 635 c 0\n 538 640 558 643 578 646 c 0\n 589 647 607 652 615 643 c 0\n 629 626 606 622 611 602 c 0\n 615 586 623 571 632 557 c 0\n 636 551 643 544 640 536 c 0\n 633 521 597 511 577 511 c 0\n 561 511 547 513 532 519 c 0\n 497 534 476 569 476 606 c 1\n 323 596 l 1\n410 284 m 1\n 409 279 407 273 403 269 c 0\n 397 265 335 258 324 257 c 0\n 274 252 207 247 150 247 c 0\n 126 247 125 247 110 255 c 0\n 94 265 80 278 75 296 c 0\n 64 333 90 368 98 402 c 0\n 100 407 101 413 100 419 c 128\n 99 425 95 432 100 437 c 128\n 105 442 116 440 122 440 c 2\n 175 440 l 2\n 181 440 191 442 196 437 c 0\n 206 429 204 412 202 401 c 0\n 196 372 177 346 175 316 c 0\n 174 293 195 272 216 267 c 0\n 230 263 288 271 306 271 c 1\n 304 284 310 296 315 308 c 0\n 319 320 338 368 338 390 c 0\n 337 401 333 411 328 421 c 0\n 320 441 337 440 350 440 c 2\n 403 440 l 2\n 409 440 419 442 424 438 c 0\n 430 434 432 425 434 419 c 0\n 438 410 441 400 441 390 c 0\n 441 373 424 323 425 320 c 0\n 425 313 443 308 448 306 c 0\n 473 297 501 292 527 291 c 1\n 532 314 542 337 548 360 c 1\n 551 372 555 383 555 396 c 0\n 555 402 556 411 554 417 c 0\n 550 424 539 423 541 433 c 0\n 541 434 542 435 543 436 c 0\n 546 440 552 440 557 440 c 1\n 625 440 l 1\n 632 440 640 441 646 437 c 0\n 660 429 658 411 658 397 c 2\n 658 380 l 2\n 658 378 603 203 587 151 c 0\n 584 142 584 133 584 124 c 0\n 584 120 584 115 585 111 c 0\n 588 104 604 101 597 90 c 0\n 594 87 590 86 586 86 c 1\n 519 86 l 1\n 507 86 493 85 486 97 c 0\n 485 100 483 102 483 105 c 0\n 476 128 484 154 491 176 c 0\n 506 227 l 0\n 511 241 516 255 519 269 c 1\n 480 271 445 277 410 284 c 1\n264 -26 m 1\n 269 -84 240 -130 197 -147 c 0\n 172 -158 143 -156 120 -143 c 0\n 113 -139 101 -133 99 -124 c 0\n 97 -117 103 -110 107 -104 c 0\n 115 -92 121 -79 126 -65 c 0\n 131 -53 129 -47 123 -38 c 0\n 120 -32 121 -24 126 -18 c 0\n 135 -9 185 -8 203 -7 c 0\n 223 -6 244 -8 264 -7 c 0\n 287 -6 311 -4 334 -2 c 0\n 363 0 391 1 420 3 c 0\n 433 4 446 10 458 13 c 0\n 478 18 498 21 519 24 c 0\n 530 25 548 30 556 21 c 0\n 561 15 562 6 558 0 c 0\n 553 -7 549 -9 552 -20 c 0\n 556 -36 564 -50 572 -64 c 0\n 576 -70 583 -77 581 -85 c 0\n 579 -92 571 -96 565 -99 c 0\n 549 -107 534 -111 516 -111 c 0\n 466 -111 417 -75 417 -16 c 1\n 366 -19 315 -22 264 -26 c 1\nEndSplineSet\nMinimumDistance: x57,-1 \nEndChar\nStartChar: uni1376\nEncoding: 4982 4982 1706\nWidth: 583\nFlags: W\nHStem: 247 201<121.654 170>\nVStem: 65.8411 103.593<307.582 321.976> 94 103<421 428 433 434> 289.418 104.582<86 101> 361.123 104.877<384 396>\nFore\n219 596 m 1\n 226 546 197 490 148 473 c 0\n 123 464 95 467 73 480 c 0\n 66 484 56 490 54 498 c 0\n 52 505 58 512 62 517 c 0\n 69 529 76 542 81 555 c 0\n 86 569 84 576 78 585 c 0\n 62 616 131 615 154 615 c 0\n 161 615 169 616 176 616 c 0\n 189 616 201 615 214 615 c 0\n 235 616 255 618 276 620 c 0\n 300 622 324 622 348 625 c 0\n 361 627 374 632 387 635 c 0\n 406 640 426 643 446 646 c 0\n 457 647 474 652 482 643 c 0\n 487 637 488 629 484 622 c 0\n 477 611 478 615 478 602 c 0\n 482 587 490 571 499 558 c 0\n 502 552 510 544 508 537 c 0\n 505 531 498 527 493 524 c 0\n 478 515 460 511 443 511 c 0\n 382 511 343 554 343 606 c 1\n 219 596 l 1\n332 272 m 1\n 318 256 193 247 139 247 c 0\n 119 247 121 248 107 254 c 0\n 81 268 64 292 66 322 c 0\n 68 347 79 371 88 394 c 0\n 91 404 94 414 94 424 c 0\n 94 430 89 439 93 444 c 0\n 98 450 109 448 115 448 c 2\n 171 448 l 2\n 178 448 187 450 192 444 c 0\n 196 439 197 431 197 425 c 0\n 197 396 176 356 171 332 c 0\n 165 303 177 288 194 275 c 0\n 213 263 218 266 242 268 c 0\n 260 270 278 274 296 279 c 0\n 304 282 312 286 320 288 c 0\n 331 291 333 283 335 276 c 1\n 336 288 352 344 356 358 c 0\n 361 380 369 412 350 426 c 0\n 346 429 341 429 338 432 c 0\n 334 435 333 441 336 444 c 0\n 339 449 345 448 350 448 c 1\n 417 448 l 1\n 424 448 431 449 438 446 c 0\n 458 439 464 415 465 396 c 0\n 465 392 466 387 466 383 c 0\n 466 381 415 184 401 133 c 0\n 397 118 390 101 394 85 c 0\n 396 77 413 71 405 62 c 0\n 402 59 399 58 395 58 c 1\n 327 58 l 1\n 320 58 311 57 304 60 c 0\n 277 75 294 121 301 147 c 0\n 311 189 324 230 333 272 c 1\n 332 272 l 1\n219 -26 m 1\n 226 -76 197 -132 148 -149 c 0\n 124 -158 96 -155 74 -142 c 0\n 67 -138 56 -132 54 -124 c 0\n 52 -117 58 -110 62 -105 c 0\n 69 -93 76 -80 81 -67 c 0\n 86 -53 84 -46 78 -37 c 0\n 63 -6 133 -7 155 -7 c 0\n 162 -7 169 -6 176 -6 c 0\n 189 -6 203 -8 216 -7 c 0\n 240 -6 265 -3 289 -1 c 0\n 309 0 329 1 348 3 c 0\n 360 5 371 10 383 12 c 0\n 404 17 425 21 446 24 c 0\n 457 25 474 29 482 21 c 0\n 492 9 483 -1 478 -9 c 0\n 474 -26 493 -55 499 -65 c 0\n 503 -71 510 -78 507 -86 c 0\n 505 -92 498 -95 493 -98 c 0\n 478 -106 461 -111 444 -111 c 0\n 383 -111 343 -69 343 -16 c 1\n 219 -26 l 1\nEndSplineSet\nMinimumDistance: x46,-1 \nEndChar\nStartChar: uni1377\nEncoding: 4983 4983 1707\nWidth: 758\nFlags: W\nHStem: -156.299 148.319<203 211> 164.663 165.337<398 463> 165.736 19.2639<464 470> 333 130<329 392> 355.894 137.154<665 669> 521.808 137.355<597 598>\nVStem: 91 142.079<424 435> 97.0674 135.085<405 407> 104.735 142.265<147 156> 167 135<-60 -49> 456 135<-20 -17> 528 134.761<165 169> 557 134.468<447 451>\nFore\n332 608 m 1\n 337 548 309 503 265 484 c 0\n 240 474 211 476 188 489 c 0\n 181 493 169 499 167 508 c 0\n 165 515 171 522 175 528 c 0\n 177 532 202 569 196 586 c 0\n 195 590 192 593 191 596 c 0\n 188 602 189 610 194 615 c 0\n 203 625 258 627 277 627 c 0\n 292 627 306 626 321 626 c 0\n 344 627 367 629 390 631 c 0\n 423 633 456 634 489 637 c 0\n 501 638 513 643 525 646 c 0\n 546 651 567 655 588 658 c 0\n 599 659 617 664 625 654 c 0\n 636 641 625 632 620 625 c 0\n 616 609 634 579 641 568 c 0\n 645 562 652 554 650 547 c 0\n 647 541 640 537 634 534 c 0\n 619 526 602 521 585 521 c 0\n 535 521 485 558 485 618 c 1\n 332 608 l 1\n232 437 m 1\n 239 387 213 329 164 310 c 0\n 139 299 110 301 87 315 c 0\n 80 319 68 326 67 335 c 0\n 65 343 73 350 76 356 c 0\n 84 369 92 383 95 398 c 0\n 100 407 95 416 91 422 c 0\n 88 428 89 436 94 441 c 0\n 102 449 118 449 128 450 c 0\n 158 455 188 455 219 455 c 0\n 256 455 292 461 329 463 c 0\n 357 464 386 462 414 463 c 0\n 429 463 550 470 565 472 c 0\n 576 474 587 478 598 481 c 0\n 612 484 657 494 680 494 c 0\n 686 494 691 494 696 489 c 0\n 708 477 697 468 692 460 c 0\n 685 446 708 411 713 402 c 0\n 717 396 724 389 721 382 c 0\n 719 375 712 371 706 368 c 0\n 660 344 602 355 575 395 c 0\n 563 412 557 432 557 452 c 1\n 528 452 499 448 470 447 c 0\n 461 447 452 446 443 446 c 0\n 439 445 435 446 432 444 c 0\n 426 440 425 425 422 417 c 2\n 407 361 l 2\n 405 354 404 342 399 337 c 0\n 394 331 384 333 378 333 c 2\n 322 333 l 2\n 315 333 303 331 300 339 c 0\n 297 349 321 432 325 443 c 1\n 232 437 l 1\n359 183 m 1\n 364 217 373 251 379 285 c 1\n 380 293 383 318 389 326 c 0\n 394 332 404 330 411 330 c 2\n 466 330 l 2\n 473 330 484 332 488 324 c 0\n 490 320 488 314 488 310 c 0\n 487 308 464 197 463 185 c 1\n 478 185 492 187 507 188 c 0\n 533 188 545 192 565 198 c 0\n 591 205 619 209 648 211 c 0\n 655 212 662 212 667 206 c 0\n 672 201 673 193 669 186 c 0\n 664 179 659 172 664 162 c 0\n 669 145 678 130 687 115 c 0\n 691 109 696 101 689 95 c 1\n 680 85 664 79 651 76 c 0\n 591 61 528 101 528 170 c 1\n 477 165 423 164 367 165 c 1\n 327 162 287 160 247 157 c 1\n 247 146 248 135 247 124 c 0\n 243 94 227 65 204 46 c 0\n 177 23 139 17 107 33 c 0\n 98 37 88 43 83 51 c 128\n 78 59 84 66 88 72 c 0\n 97 86 104 101 109 116 c 0\n 111 121 113 127 111 132 c 0\n 108 142 99 150 108 161 c 0\n 115 169 158 173 172 174 c 0\n 198 176 223 175 249 176 c 0\n 286 178 322 183 359 183 c 1\n303 -26 m 1\n 303 -38 304 -49 302 -61 c 0\n 296 -97 273 -133 239 -148 c 0\n 213 -160 184 -159 159 -145 c 0\n 151 -141 139 -134 137 -125 c 0\n 135 -112 175 -72 167 -48 c 0\n 166 -44 163 -41 162 -38 c 0\n 142 -4 224 -7 247 -7 c 0\n 262 -7 278 -8 293 -7 c 0\n 294 -7 436 1 458 3 c 0\n 471 4 483 10 496 13 c 0\n 516 18 537 21 558 24 c 0\n 569 25 587 30 595 21 c 0\n 601 15 601 7 597 0 c 0\n 590 -11 591 -7 591 -20 c 0\n 595 -36 604 -52 612 -66 c 0\n 616 -72 623 -80 621 -87 c 0\n 613 -103 577 -113 556 -113 c 0\n 504 -113 456 -77 456 -16 c 1\n 405 -19 354 -22 303 -26 c 1\nEndSplineSet\nEndChar\nStartChar: uni1378\nEncoding: 4984 4984 1708\nWidth: 700\nFlags: W\nHStem: 71.5523 135.448<455 466> 477.887 148.272<149 155> 521.729 137.434<508 510>\nVStem: 49 103<163 198> 368 135<-19 -17> 528.108 116.754<395 407>\nFore\n244 608 m 1\n 249 558 224 504 176 484 c 0\n 151 474 122 476 99 489 c 0\n 92 494 81 500 79 508 c 0\n 77 515 83 522 86 527 c 128\n 89 532 114 568 108 586 c 0\n 107 590 105 593 103 596 c 0\n 87 629 163 627 187 627 c 0\n 202 627 218 626 233 626 c 0\n 256 627 279 629 302 631 c 0\n 335 633 368 634 401 637 c 0\n 413 638 426 644 438 647 c 0\n 458 652 478 655 499 658 c 0\n 510 659 528 664 536 654 c 0\n 541 649 542 640 538 634 c 0\n 534 627 529 624 532 613 c 0\n 536 598 544 583 552 569 c 0\n 556 563 564 555 561 547 c 0\n 559 541 551 537 546 534 c 0\n 530 525 513 521 495 521 c 0\n 445 521 397 559 397 618 c 1\n 244 608 l 1\n356 115 m 1\n 318 91 304 80 262 67 c 0\n 205 50 135 48 86 86 c 0\n 67 101 54 122 50 146 c 0\n 49 153 49 160 49 167 c 0\n 49 243 62 315 105 369 c 0\n 115 381 125 392 137 402 c 0\n 172 431 217 449 262 454 c 0\n 285 456 309 453 332 458 c 0\n 339 459 345 465 351 469 c 0\n 389 492 417 481 465 484 c 0\n 498 488 529 500 562 498 c 0\n 589 495 609 483 623 466 c 0\n 652 432 653 378 624 344 c 0\n 618 338 613 333 606 328 c 0\n 571 303 527 313 487 312 c 0\n 453 311 421 296 387 301 c 0\n 346 306 315 340 310 381 c 0\n 308 400 312 417 319 434 c 1\n 270 434 246 428 220 405 c 0\n 168 361 157 293 153 229 c 0\n 152 214 152 199 152 184 c 0\n 152 161 151 140 167 122 c 0\n 212 77 287 97 330 124 c 0\n 336 128 342 133 350 135 c 1\n 355 185 412 203 454 207 c 0\n 462 208 469 208 477 208 c 0\n 487 208 497 207 507 206 c 1\n 507 205 l 1\n 501 203 496 200 491 196 c 0\n 466 174 487 137 505 118 c 0\n 514 109 527 102 538 95 c 1\n 501 74 457 67 415 74 c 0\n 391 77 365 91 356 115 c 1\n433 442 m 0\n 414 424 408 391 422 367 c 0\n 439 339 480 331 506 351 c 0\n 526 367 537 405 520 429 c 0\n 502 459 459 464 433 442 c 0\n215 -26 m 1\n 220 -83 192 -130 150 -149 c 0\n 125 -160 95 -158 71 -145 c 0\n 64 -141 52 -135 50 -126 c 0\n 48 -119 54 -112 58 -106 c 0\n 66 -93 72 -80 77 -66 c 0\n 81 -53 80 -47 74 -38 c 0\n 71 -32 72 -24 77 -19 c 0\n 86 -8 140 -7 160 -7 c 0\n 175 -7 190 -8 205 -7 c 0\n 206 -7 348 1 370 3 c 0\n 384 5 397 10 410 13 c 0\n 430 18 450 21 470 24 c 0\n 481 25 499 30 507 21 c 0\n 512 15 513 6 509 0 c 0\n 504 -7 500 -9 503 -20 c 0\n 507 -36 515 -51 523 -65 c 0\n 527 -71 535 -79 532 -87 c 0\n 530 -93 522 -97 516 -100 c 0\n 501 -108 484 -113 467 -113 c 0\n 425 -113 386 -88 372 -47 c 0\n 369 -37 368 -27 368 -16 c 1\n 317 -19 266 -22 215 -26 c 1\nEndSplineSet\nEndChar\nStartChar: uni1379\nEncoding: 4985 4985 1709\nWidth: 904\nFlags: W\nHStem: -110.333 135.496<654 655> 77 337<310 344>\nVStem: 60 143.522<374 379> 232.509 143.245<-31 -29> 261.509 143.401<591 593>\nFore\n404 596 m 1\n 407 583 405 569 402 556 c 0\n 394 518 367 483 329 471 c 0\n 305 465 280 468 259 480 c 0\n 252 484 241 490 239 498 c 0\n 237 505 244 512 247 517 c 0\n 248 519 274 558 269 574 c 0\n 266 583 258 589 263 599 c 128\n 268 609 279 610 290 611 c 0\n 308 613 327 614 345 615 c 0\n 366 617 386 614 407 615 c 0\n 463 617 518 621 574 625 c 0\n 587 626 601 632 614 635 c 0\n 634 640 654 643 674 646 c 0\n 685 647 703 652 711 643 c 0\n 721 631 712 622 707 614 c 0\n 703 597 720 569 728 557 c 0\n 732 551 739 544 736 536 c 0\n 729 521 693 511 673 511 c 0\n 613 511 572 553 572 606 c 1\n 404 596 l 1\n202 387 m 1\n 205 375 203 360 201 348 c 0\n 193 309 166 272 127 259 c 0\n 103 252 76 256 55 269 c 0\n 49 273 38 279 37 287 c 0\n 36 294 42 300 45 305 c 0\n 49 310 71 346 67 362 c 0\n 65 368 60 372 60 379 c 0\n 59 386 64 392 70 395 c 0\n 81 401 138 406 159 406 c 0\n 170 406 180 405 191 405 c 2\n 232 408 l 2\n 258 410 284 413 310 414 c 2\n 366 414 l 2\n 427 414 483 431 541 436 c 0\n 573 438 605 434 637 437 c 0\n 707 443 689 440 734 451 c 0\n 773 460 784 463 822 466 c 0\n 828 466 834 466 839 463 c 0\n 845 458 846 448 843 441 c 0\n 837 432 834 431 837 419 c 0\n 841 403 849 388 858 375 c 0\n 861 369 868 362 866 355 c 0\n 863 349 856 346 851 343 c 0\n 801 316 739 331 713 379 c 0\n 705 393 702 408 701 424 c 1\n 685 423 669 421 653 419 c 0\n 648 419 638 420 634 416 c 0\n 629 412 629 401 628 395 c 0\n 625 379 577 144 576 136 c 128\n 575 128 578 103 589 98 c 0\n 595 95 610 92 603 81 c 0\n 600 77 595 77 590 77 c 1\n 521 77 l 1\n 512 77 502 76 494 82 c 0\n 482 89 477 104 474 117 c 0\n 469 141 509 315 515 348 c 0\n 519 370 525 393 528 415 c 1\n 399 396 l 1\n 398 389 349 162 345 142 c 0\n 342 128 343 110 354 100 c 0\n 358 96 363 96 368 94 c 0\n 372 91 373 84 369 81 c 1\n 366 77 361 77 356 77 c 0\n 289 77 l 2\n 281 77 273 76 265 80 c 0\n 252 86 244 100 241 117 c 0\n 238 138 251 188 256 209 c 2\n 281 326 l 2\n 286 348 289 372 296 394 c 1\n 202 387 l 1\n375 -26 m 1\n 384 -76 350 -135 301 -150 c 0\n 277 -157 253 -154 231 -143 c 0\n 224 -139 212 -133 210 -124 c 0\n 208 -117 214 -110 218 -105 c 0\n 222 -99 243 -67 240 -48 c 0\n 237 -39 229 -33 234 -23 c 128\n 239 -13 250 -12 261 -11 c 0\n 279 -9 298 -8 316 -7 c 0\n 337 -5 357 -8 378 -7 c 0\n 434 -5 489 0 545 3 c 0\n 558 4 571 9 584 13 c 0\n 604 18 624 21 645 24 c 0\n 656 25 674 30 682 20 c 0\n 692 10 683 -1 678 -8 c 0\n 674 -25 691 -53 699 -65 c 0\n 703 -71 710 -78 707 -86 c 0\n 700 -101 664 -111 644 -111 c 0\n 583 -111 543 -69 543 -16 c 1\n 375 -26 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni137A\nEncoding: 4986 4986 1710\nWidth: 612\nFlags: W\nHStem: 309 155<332 354>\nVStem: 74 141<-36 -26> 79 136.158<-49 -45> 368 135<-20 -17> 382 136<614 617>\nDStem: 376 287 460 250 277 133 379 125\nFore\n244 608 m 1\n 249 549 221 504 178 485 c 0\n 153 474 123 476 100 489 c 0\n 93 493 81 499 79 508 c 0\n 77 515 83 522 86 527 c 0\n 97 543 118 573 103 596 c 0\n 100 602 101 610 105 615 c 0\n 114 624 166 627 184 627 c 0\n 200 627 217 626 233 626 c 0\n 239 626 372 636 386 637 c 0\n 398 638 410 643 422 646 c 0\n 443 651 464 655 485 658 c 0\n 496 659 513 663 521 655 c 0\n 527 649 527 640 524 634 c 0\n 518 625 515 625 518 613 c 0\n 521 597 530 582 538 568 c 0\n 542 562 549 554 547 547 c 0\n 544 541 537 537 531 534 c 0\n 516 526 499 521 482 521 c 0\n 432 521 382 558 382 618 c 1\n 337 614 290 611 244 608 c 1\n399 331 m 1\n 403 329 407 328 410 325 c 0\n 414 321 413 314 408 311 c 0\n 401 307 390 309 383 309 c 2\n 332 309 l 2\n 322 309 312 309 304 315 c 1\n 292 327 297 339 305 351 c 0\n 312 364 337 402 339 408 c 0\n 341 420 334 438 323 442 c 0\n 316 445 289 436 282 434 c 2\n 260 429 l 2\n 256 428 252 427 248 425 c 0\n 243 423 245 415 245 410 c 0\n 247 396 245 382 241 368 c 0\n 229 319 188 270 133 275 c 0\n 117 277 100 284 88 295 c 0\n 84 299 78 304 79 311 c 0\n 79 318 86 326 90 332 c 0\n 100 349 117 376 103 396 c 0\n 96 418 122 422 140 427 c 0\n 184 438 190 437 230 441 c 0\n 287 451 289 464 340 464 c 0\n 384 464 432 456 441 418 c 0\n 442 413 443 407 442 402 c 0\n 437 391 407 343 399 331 c 1\n391 305 m 0\n 398 308 408 306 416 306 c 2\n 467 306 l 2\n 474 306 487 307 487 297 c 0\n 488 291 464 256 460 250 c 2\n 379 125 l 2\n 377 121 374 117 373 113 c 0\n 371 104 375 92 382 86 c 0\n 387 82 393 82 397 78 c 0\n 402 74 399 66 394 63 c 0\n 390 62 330 57 318 56 c 0\n 312 56 306 55 300 56 c 0\n 279 61 270 85 269 105 c 0\n 269 119 271 125 277 133 c 0\n 376 287 l 0\n 380 293 384 302 391 305 c 0\n215 -26 m 1\n 215 -38 216 -49 214 -61 c 0\n 208 -98 184 -134 149 -149 c 0\n 124 -160 94 -158 70 -145 c 0\n 63 -140 51 -134 50 -125 c 0\n 48 -118 55 -111 58 -105 c 0\n 61 -101 84 -65 79 -49 c 0\n 79 -45 76 -42 74 -38 c 0\n 71 -32 72 -24 77 -19 c 0\n 86 -8 139 -7 159 -7 c 0\n 174 -7 190 -8 205 -7 c 0\n 212 -7 352 2 369 3 c 0\n 383 4 396 10 409 13 c 0\n 429 18 449 21 469 24 c 0\n 480 25 498 30 507 20 c 0\n 517 10 508 -1 503 -8 c 0\n 501 -12 502 -17 503 -21 c 0\n 507 -37 515 -53 524 -66 c 0\n 527 -72 535 -79 532 -87 c 0\n 529 -93 522 -97 516 -100 c 0\n 501 -108 485 -113 468 -113 c 0\n 415 -113 368 -77 368 -16 c 1\n 317 -19 266 -22 215 -26 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni137B\nEncoding: 4987 4987 1711\nWidth: 583\nFlags: W\nHStem: 442.877 22.0369<334.275 357.991> 521.808 137.355<494 495>\nVStem: 102.251 142.83<598 605> 136 103<291 355> 181.695 102.931<112 163> 401.274 102.726<371 387>\nFore\n244 608 m 1\n 252 558 221 500 173 483 c 0\n 149 474 120 477 98 490 c 0\n 91 494 81 500 79 508 c 0\n 77 515 83 522 87 527 c 0\n 94 540 101 553 106 567 c 128\n 111 581 109 587 103 596 c 0\n 100 603 101 610 106 616 c 1\n 115 624 169 627 186 627 c 0\n 202 627 218 626 234 626 c 0\n 241 626 371 636 386 637 c 0\n 398 638 410 643 422 646 c 0\n 443 651 464 655 485 658 c 0\n 496 659 514 664 522 654 c 0\n 532 642 523 634 518 626 c 0\n 511 613 533 577 538 568 c 0\n 542 562 549 554 547 547 c 0\n 544 541 537 537 531 534 c 0\n 516 526 499 521 482 521 c 0\n 440 521 401 545 387 586 c 0\n 384 597 383 607 383 618 c 1\n 337 614 291 611 244 608 c 1\n247 250 m 1\n 255 233 279 196 285 175 c 0\n 290 150 275 99 296 82 c 0\n 302 77 318 75 312 64 c 0\n 308 57 295 59 288 59 c 2\n 239 59 l 2\n 230 59 221 58 212 60 c 0\n 197 64 188 78 184 92 c 0\n 177 120 189 151 180 178 c 0\n 176 190 168 200 162 210 c 0\n 140 246 136 272 136 324 c 0\n 136 353 136 381 155 405 c 0\n 194 455 286 469 372 464 c 0\n 434 460 504 444 504 375 c 0\n 504 263 358 250 247 250 c 1\n242 272 m 1\n 301 279 337 285 372 315 c 0\n 383 324 392 336 397 350 c 0\n 408 381 399 424 367 439 c 0\n 354 445 338 443 324 440 c 0\n 292 434 261 413 247 383 c 0\n 237 363 239 347 239 322 c 0\n 239 305 239 289 242 272 c 1\n186 -26 m 1\n 191 -75 167 -130 119 -149 c 0\n 94 -160 64 -158 41 -144 c 0\n 34 -140 24 -134 21 -126 c 0\n 19 -119 25 -112 29 -106 c 0\n 37 -93 43 -80 48 -66 c 0\n 50 -60 52 -54 50 -48 c 0\n 48 -39 37 -28 48 -19 c 0\n 58 -9 110 -7 130 -7 c 0\n 145 -7 161 -8 176 -7 c 0\n 177 -7 319 1 341 3 c 0\n 354 4 366 10 379 13 c 0\n 399 18 420 21 441 24 c 0\n 452 25 470 30 478 21 c 0\n 483 15 484 6 480 0 c 0\n 476 -5 471 -11 474 -20 c 0\n 478 -36 486 -52 495 -66 c 0\n 499 -72 506 -80 503 -88 c 0\n 500 -94 493 -97 488 -100 c 0\n 473 -108 457 -113 440 -113 c 0\n 389 -113 339 -77 339 -16 c 1\n 288 -19 237 -22 186 -26 c 1\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni137C\nEncoding: 4988 4988 1712\nWidth: 875\nFlags: W\nHStem: 442.738 21.8547<245.064 269.785 656.167 679.005>\nVStem: 48 102.941<307 348> 93.4967 105.503<103.35 127.977 146 163> 131.251 142.99<-36 -29> 219 142<598 608> 225.141 134.859<575 582> 314.129 103.475<371 387> 457 102<295.18 316 316.008 334.992 336 359.187> 503 102.126<111 165> 722.018 103.25<371 387>\nFore\n361 608 m 1\n 361 596 362 585 360 573 c 0\n 354 536 331 501 296 485 c 0\n 271 474 242 476 218 488 c 0\n 210 492 197 499 195 509 c 0\n 194 516 200 523 203 528 c 0\n 211 541 218 555 223 569 c 0\n 229 583 225 587 219 596 c 0\n 216 602 217 610 222 615 c 0\n 233 626 294 627 316 627 c 0\n 328 627 339 626 351 626 c 0\n 368 626 506 635 558 637 c 0\n 571 637 585 643 598 646 c 0\n 618 651 638 655 659 657 c 0\n 670 659 689 664 697 654 c 0\n 702 649 703 640 699 634 c 0\n 695 627 690 624 693 613 c 0\n 697 598 705 583 713 569 c 0\n 717 563 725 555 722 547 c 0\n 720 541 712 537 707 534 c 0\n 691 525 674 521 656 521 c 0\n 604 521 558 558 558 618 c 1\n 493 614 427 611 361 608 c 1\n471 231 m 1\n 461 228 235 175 218 170 c 0\n 213 169 203 169 200 163 c 0\n 197 158 199 150 199 145 c 0\n 197 114 194 96 210 80 c 1\n 216 77 226 77 225 67 c 0\n 225 56 206 59 199 59 c 2\n 152 59 l 2\n 144 59 134 58 126 60 c 0\n 101 65 91 98 94 128 c 0\n 95 143 98 159 93 174 c 0\n 90 186 83 197 76 207 c 0\n 52 245 48 275 48 329 c 0\n 48 351 49 373 60 393 c 0\n 87 446 164 460 235 464 c 0\n 302 467 373 460 405 418 c 0\n 426 388 419 343 398 315 c 0\n 356 258 249 250 160 250 c 1\n 193 187 l 1\n 283 208 371 232 463 251 c 1\n 457 285 455 298 457 336 c 0\n 457 344 456 352 457 360 c 0\n 467 438 558 462 642 464 c 0\n 701 466 764 463 800 432 c 0\n 840 397 829 332 792 299 c 0\n 746 258 651 250 568 250 c 1\n 576 223 598 204 605 176 c 0\n 611 148 594 97 619 80 c 0\n 624 77 634 77 633 68 c 0\n 633 56 613 59 602 59 c 2\n 558 59 l 2\n 540 59 524 58 512 75 c 0\n 494 103 508 136 503 166 c 0\n 500 190 481 209 471 231 c 1\n154 272 m 1\n 210 277 251 286 284 314 c 0\n 294 323 304 334 309 347 c 0\n 321 378 313 422 281 438 c 0\n 267 445 250 443 235 440 c 0\n 196 431 159 402 153 361 c 0\n 148 332 151 301 154 272 c 1\n562 272 m 1\n 616 277 658 284 694 315 c 0\n 704 324 712 335 717 347 c 0\n 728 377 722 416 695 435 c 0\n 681 445 666 444 650 441 c 0\n 615 435 579 413 566 379 c 0\n 560 364 560 350 560 335 c 0\n 560 329 559 322 559 316 c 0\n 559 301 561 287 562 272 c 1\n273 -26 m 1\n 282 -76 249 -135 201 -151 c 0\n 177 -160 149 -157 127 -144 c 0\n 120 -140 110 -134 108 -126 c 128\n 106 -118 113 -111 117 -105 c 0\n 125 -92 132 -77 137 -62 c 0\n 139 -50 137 -46 132 -38 c 0\n 129 -31 130 -24 135 -18 c 1\n 142 -12 155 -12 164 -11 c 0\n 188 -7 212 -7 237 -7 c 0\n 246 -7 255 -8 264 -8 c 0\n 300 -7 336 -4 372 -2 c 0\n 414 0 455 1 497 3 c 0\n 511 4 525 9 539 12 c 0\n 559 17 579 21 599 23 c 0\n 610 25 628 30 638 21 c 0\n 650 11 640 -0 635 -8 c 0\n 633 -12 634 -17 635 -21 c 0\n 639 -37 647 -53 656 -66 c 0\n 659 -72 667 -79 664 -87 c 0\n 661 -93 654 -97 648 -100 c 0\n 633 -108 618 -113 601 -113 c 0\n 563 -113 526 -94 509 -59 c 0\n 502 -45 501 -31 499 -16 c 1\n 424 -19 348 -22 273 -26 c 1\nEndSplineSet\nEndChar\nStartChar: uni1E00\nEncoding: 7680 7680 1713\nWidth: 722\nHStem: -239 34<341.5 377.5> -74 34<343 378.5> 0 20 216 41<216 447> 654 20<347 367 367 367>\nVStem: 261 34<-157 -121> 426 34<-158 -122>\nRef: 730 730 N 1 0 0 1 194 -751\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E01\nEncoding: 7681 7681 1714\nWidth: 444\nHStem: -249 34<220.5 256.5> -84 34<222 257.5> -10 57 -10 58 436 24<191 235.5>\nVStem: 56 83 140 34<-167 -131> 287 81<123 268 268 268 292 300> 305 34<-168 -132>\nRef: 730 730 N 1 0 0 1 73 -761\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E02\nEncoding: 7682 7682 1715\nWidth: 667\nHStem: 0 19 0 37<253.5 311> 625 37<229.5 237 237 281> 643 19\nVStem: 113 102<109 326 366 553 553 590> 457 102<471.5 532.5> 478 115<156 202>\nRef: 729 729 N 1 0 0 1 137.5 179\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E03\nEncoding: 7683 7683 1716\nWidth: 500\nHStem: -10 32<224 291> 397 63<261.5 291>\nVStem: 69 84<57.5 70 70 322 375 573 573 594> 380 88<171.5 258>\nRef: 729 729 N 1 0 0 1 68 203\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E04\nEncoding: 7684 7684 1717\nWidth: 667\nHStem: 0 19 0 37<253.5 311> 625 37<229.5 237 237 281> 643 19\nVStem: 113 102<109 326 366 553 553 590> 457 102<471.5 532.5> 478 115<156 202>\nRef: 729 729 N 1 0 0 1 137.5 -662\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E05\nEncoding: 7685 7685 1718\nWidth: 500\nHStem: -10 32<224 291> 397 63<261.5 291>\nVStem: 69 84<57.5 70 70 322 375 573 573 594> 380 88<171.5 258>\nRef: 729 729 N 1 0 0 1 68 -672\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E06\nEncoding: 7686 7686 1719\nWidth: 667\nHStem: -94 54<149.5 460.5> 0 19 0 37<253.5 311> 625 37<229.5 237 237 281> 643 19\nVStem: 113 102<109 326 366 553 553 590> 457 102<471.5 532.5> 478 115<156 202>\nRef: 175 175 N 1 0 0 1 138.5 -641\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E07\nEncoding: 7687 7687 1720\nWidth: 500\nHStem: -104 54<80 391> -10 32<224 291> 397 63<261.5 291>\nVStem: 69 84<57.5 70 70 322 375 573 573 594> 380 88<171.5 258>\nRef: 175 175 N 1 0 0 1 69 -651\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E08\nEncoding: 7688 7688 1721\nWidth: 667\nHStem: -215 35<287.5 315> -100 38 -14 44<360.5 416.5> -13 20 636 40<322 386.5> 877 20<400 418.5>\nVStem: 28 116<282.5 380> 353 75<-149.5 -123>\nRef: 180 180 N 1 0 0 1 125.5 219\nRef: 199 199 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E09\nEncoding: 7689 7689 1722\nWidth: 444\nHStem: -215 35<176.5 204> -100 38 431 29<219.5 256> 641 20<288 306.5>\nVStem: 25 77<199.5 252> 242 75<-149.5 -123>\nRef: 180 180 N 1 0 0 1 13.5 -17\nRef: 231 231 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0A\nEncoding: 7690 7690 1723\nWidth: 722\nHStem: 0 19 0 37<238 300> 625 37<237.5 286 286 301> 643 19\nVStem: 104 102<109 553 553 586> 576 109<285.5 379>\nRef: 729 729 N 1 0 0 1 183 179\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0B\nEncoding: 7691 7691 1724\nWidth: 500\nHStem: -10 52<209.5 240> 42 16 432 28<200 255>\nVStem: 27 86<183.5 276> 340 84<102 114 114 332 332 358.5 417 573 573 593.5>\nRef: 729 729 N 1 0 0 1 91.5 203\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0C\nEncoding: 7692 7692 1725\nWidth: 722\nHStem: 0 19 0 37<238 300> 625 37<237.5 286 286 301> 643 19\nVStem: 104 102<109 553 553 586> 576 109<285.5 379>\nRef: 729 729 N 1 0 0 1 183 -662\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0D\nEncoding: 7693 7693 1726\nWidth: 500\nHStem: -10 52<209.5 240> 42 16 432 28<200 255>\nVStem: 27 86<183.5 276> 340 84<102 114 114 332 332 358.5 417 573 573 593.5>\nRef: 729 729 N 1 0 0 1 91.5 -672\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0E\nEncoding: 7694 7694 1727\nWidth: 722\nHStem: -94 54<195 506> 0 19 0 37<238 300> 625 37<237.5 286 286 301> 643 19\nVStem: 104 102<109 553 553 586> 576 109<285.5 379>\nRef: 175 175 N 1 0 0 1 184 -641\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0F\nEncoding: 7695 7695 1728\nWidth: 500\nHStem: -104 54<103.5 414.5> -10 52<209.5 240> 42 16 432 28<200 255>\nVStem: 27 86<183.5 276> 340 84<102 114 114 332 332 358.5 417 573 573 593.5>\nRef: 175 175 N 1 0 0 1 92.5 -651\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E10\nEncoding: 7696 7696 1729\nWidth: 722\nHStem: -215 35<314.5 342> -100 38 0 19 0 37<238 300> 625 37<237.5 286 286 301> 643 19\nVStem: 104 102<109 553 553 586> 380 75<-149.5 -123> 576 109<285.5 379>\nRef: 184 184 N 1 0 0 1 194 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E11\nEncoding: 7697 7697 1730\nWidth: 500\nHStem: -225 35<223 250.5> -110 38 -10 52<209.5 240> 42 16 432 28<200 255>\nVStem: 27 86<183.5 276> 288.5 75<-159.5 -133> 340 84<102 114 114 332 332 358.5 417 573 573 593.5>\nRef: 184 184 S 1 0 0 1 102.5 -10\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E12\nEncoding: 7698 7698 1731\nWidth: 722\nHStem: -72 20<319 381 381 381> 0 19 0 37<238 300> 625 37<237.5 286 286 301> 643 19\nVStem: 104 102<109 553 553 586> 576 109<285.5 379>\nRef: 710 710 N 1 0 0 1 184 -726\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E13\nEncoding: 7699 7699 1732\nWidth: 500\nHStem: -82 20<227.5 289.5 289.5 289.5> -10 52<209.5 240> 42 16 432 28<200 255>\nVStem: 27 86<183.5 276> 340 84<102 114 114 332 332 358.5 417 573 573 593.5>\nRef: 710 710 N 1 0 0 1 92.5 -736\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E14\nEncoding: 7700 7700 1733\nWidth: 611\nHStem: 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 759 54<150 461> 1004 20<216.5 234.5>\nVStem: 99 102<109 327 368 553 553 588>\nRef: 96 96 N 1 0 0 1 174 346\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E15\nEncoding: 7701 7701 1734\nWidth: 444\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 547 54<67 378> 792 20<136.5 154.5>\nRef: 96 96 N 1 0 0 1 94 134\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E16\nEncoding: 7702 7702 1735\nWidth: 611\nHStem: 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 759 54<150 461> 1004 20<374 392.5>\nVStem: 99 102<109 327 368 553 553 588>\nRef: 180 180 N 1 0 0 1 99.5 346\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E17\nEncoding: 7703 7703 1736\nWidth: 444\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 547 54<67 378> 792 20<294 312.5>\nRef: 180 180 N 1 0 0 1 19.5 134\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E18\nEncoding: 7704 7704 1737\nWidth: 611\nHStem: -72 20<273 335 335 335> 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588>\nRef: 710 710 N 1 0 0 1 138 -726\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E19\nEncoding: 7705 7705 1738\nWidth: 444\nHStem: -82 20<193 255 255 255> -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5>\nRef: 710 710 N 1 0 0 1 58 -736\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1A\nEncoding: 7706 7706 1739\nWidth: 611\nHStem: -146 56<380 392> -100 55<215.5 225.5> 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588>\nRef: 732 732 N 1 0 0 1 138.5 -678\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1B\nEncoding: 7707 7707 1740\nWidth: 444\nHStem: -156 56<300 312> -110 55<135.5 145.5> -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5>\nRef: 732 732 N 1 0 0 1 58.5 -688\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1C\nEncoding: 7708 7708 1741\nWidth: 611\nHStem: -215 35<270.5 298> -100 38 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 702 60<279.5 334> 839 20<164 193 193 193 416 445 445 445>\nVStem: 99 102<109 327 368 553 553 588> 336 75<-149.5 -123>\nRef: 728 728 N 1 0 0 1 138 195\nRef: 552 552 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1D\nEncoding: 7709 7709 1742\nWidth: 444\nHStem: -215 35<186.5 214> -100 38 -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 490 60<199.5 254> 627 20<84 113 113 113 336 365 365 365>\nVStem: 252 75<-149.5 -123>\nRef: 728 728 N 1 0 0 1 58 -17\nRef: 553 553 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1E\nEncoding: 7710 7710 1743\nWidth: 556\nHStem: 0 19 327 41<201 346> 624 38<219.5 233 233 369> 643 19\nVStem: 99 102<120 327 368 553 553 588>\nRef: 729 729 N 1 0 0 1 111.5 179\nRef: 70 70 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1F\nEncoding: 7711 7711 1744\nWidth: 333\nHStem: 0 15 418 32<21 103 187 309 187 187> 655 28<248 253.5>\nVStem: 103 84<104 418>\nRef: 729 729 N 1 0 0 1 34 203\nRef: 102 102 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E20\nEncoding: 7712 7712 1745\nWidth: 722\nHStem: -14 40<333 431> 636 40<358 397.5> 726 54<215 526>\nVStem: 32 114<276 373> 542 97<85 247 247 259>\nRef: 175 175 N 1 0 0 1 204 179\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E21\nEncoding: 7713 7713 1746\nWidth: 500\nHStem: -218 57<200 238.5> -2 20 149 25<247 268.5> 388 39<393 470> 432 28<203 241.5> 490 54<93.5 404.5>\nVStem: 28 70<-110 -102.5> 329 77<279 284.5> 433 28<-68 -46>\nRef: 175 175 N 1 0 0 1 82.5 -57\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E22\nEncoding: 7714 7714 1747\nWidth: 722\nHStem: 0 19 315 44<209 512> 643 19\nVStem: 107 102<120 315 359 553> 512 102<120 315 315 315 359 553>\nRef: 729 729 N 1 0 0 1 193 179\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E23\nEncoding: 7715 7715 1748\nWidth: 500\nHStem: 0 15 406 54<274.5 293>\nVStem: 73 84<102 343 376 573 573 594.5> 343 84<102 300 300 301>\nRef: 729 729 N 1 0 0 1 80.5 203\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E24\nEncoding: 7716 7716 1749\nWidth: 722\nHStem: 0 19 315 44<209 512> 643 19\nVStem: 107 102<120 315 359 553> 512 102<120 315 315 315 359 553>\nRef: 729 729 N 1 0 0 1 193 -662\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E25\nEncoding: 7717 7717 1750\nWidth: 500\nHStem: 0 15 406 54<274.5 293>\nVStem: 73 84<102 343 376 573 573 594.5> 343 84<102 300 300 301>\nRef: 729 729 N 1 0 0 1 80.5 -662\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E26\nEncoding: 7718 7718 1751\nWidth: 722\nHStem: 0 19 315 44<209 512> 643 19\nVStem: 107 102<120 315 359 553> 211.5 99<738 764.5> 410.5 99<738 764.5> 512 102<120 315 315 315 359 553>\nRef: 168 168 N 1 0 0 1 193.5 179\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E27\nEncoding: 7719 7719 1752\nWidth: 500\nHStem: 0 15 406 54<274.5 293>\nVStem: 73 84<102 343 376 573 573 594.5> 99 99<762 788.5> 298 99<762 788.5> 343 84<102 300 300 301>\nRef: 168 168 N 1 0 0 1 81 203\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E28\nEncoding: 7720 7720 1753\nWidth: 722\nHStem: -215 35<324.5 352> -100 38 0 19 315 44<209 512> 643 19\nVStem: 107 102<120 315 359 553> 390 75<-149.5 -123> 512 102<120 315 315 315 359 553>\nRef: 184 184 N 1 0 0 1 204 0\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E29\nEncoding: 7721 7721 1754\nWidth: 500\nHStem: -215 35<212 239.5> -100 38 0 15 406 54<274.5 293>\nVStem: 73 84<102 343 376 573 573 594.5> 277.5 75<-149.5 -123> 343 84<102 300 300 301>\nRef: 184 184 N 1 0 0 1 91.5 0\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2A\nEncoding: 7722 7722 1755\nWidth: 722\nHStem: -197 60<335.5 390> -60 20<220 249 249 249 472 501 501 501> 0 19 315 44<209 512> 643 19\nVStem: 107 102<120 315 359 553> 512 102<120 315 315 315 359 553>\nRef: 728 728 N 1 0 0 1 194 -704\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2B\nEncoding: 7723 7723 1756\nWidth: 500\nHStem: -197 60<223 277.5> -60 20<107.5 136.5 136.5 136.5 359.5 388.5 388.5 388.5> 0 15 406 54<274.5 293>\nVStem: 73 84<102 343 376 573 573 594.5> 343 84<102 300 300 301>\nRef: 728 728 N 1 0 0 1 81.5 -704\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2C\nEncoding: 7724 7724 1757\nWidth: 333\nHStem: -146 56<242 254> -100 55<77.5 87.5> 0 19 643 19\nVStem: 115 102<109 553>\nRef: 732 732 N 1 0 0 1 0.5 -678\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2D\nEncoding: 7725 7725 1758\nWidth: 278\nHStem: -146 56<210 222> -100 55<45.5 55.5> 0 15 390 15 440 20<175 175> 581 102<114.5 142.5>\nVStem: 78 102<618 646> 95 84<102 334 334 356>\nRef: 732 732 N 1 0 0 1 -31.5 -678\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2E\nEncoding: 7726 7726 1759\nWidth: 333\nHStem: 0 19 643 19 1025 20<236.5 255>\nVStem: 18 99<771 797.5> 115 102<109 553> 217 99<771 797.5>\nRef: 180 180 N 1 0 0 1 -38 367\nRef: 207 207 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2F\nEncoding: 7727 7727 1760\nWidth: 278\nHStem: 0 15 390 15 440 20<175 175> 523 99<46.5 73 205.5 232> 813 20<209.5 228>\nVStem: 11 99<559 585.5> 95 84<102 334 334 356> 170 99<559 585.5>\nRef: 180 180 N 1 0 0 1 -65 155\nRef: 239 239 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E30\nEncoding: 7728 7728 1761\nWidth: 722\nHStem: 0 19 643 19 853 20<448 466.5>\nVStem: 124 102<120 296 348 553>\nRef: 180 180 N 1 0 0 1 173.5 195\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E31\nEncoding: 7729 7729 1762\nWidth: 500\nHStem: 0 15<287 306 306 312> 435 15<463.5 472 472 480> 877 20<325.5 344>\nVStem: 82 84<82 251 261 564 564 588>\nRef: 180 180 N 1 0 0 1 51 219\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E32\nEncoding: 7730 7730 1763\nWidth: 722\nHStem: 0 19 643 19\nVStem: 124 102<120 296 348 553>\nRef: 729 729 N 1 0 0 1 211 -662\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E33\nEncoding: 7731 7731 1764\nWidth: 500\nHStem: 0 15<287 306 306 312> 435 15<463.5 472 472 480>\nVStem: 82 84<82 251 261 564 564 588>\nRef: 729 729 N 1 0 0 1 88.5 -662\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E34\nEncoding: 7732 7732 1765\nWidth: 722\nHStem: -94 54<223 534> 0 19 643 19\nVStem: 124 102<120 296 348 553>\nRef: 175 175 N 1 0 0 1 212 -641\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E35\nEncoding: 7733 7733 1766\nWidth: 500\nHStem: -94 54<100.5 411.5> 0 15<287 306 306 312> 435 15<463.5 472 472 480>\nVStem: 82 84<82 251 261 564 564 588>\nRef: 175 175 N 1 0 0 1 89.5 -641\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E36\nEncoding: 7734 7734 1767\nWidth: 611\nHStem: 0 39<287 354 354 395.5> 643 19\nVStem: 99 102<109 553>\nRef: 729 729 N 1 0 0 1 137.5 -662\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E37\nEncoding: 7735 7735 1768\nWidth: 278\nHStem: 0 15\nVStem: 98 84<87 564 564 587.5>\nRef: 729 729 N 1 0 0 1 -29.5 -662\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E38\nEncoding: 7736 7736 1769\nWidth: 611\nHStem: 0 39<287 354 354 395.5> 643 19 702 54<149.5 460.5>\nVStem: 99 102<109 553>\nRef: 175 175 N 1 0 0 1 138.5 155\nRef: 7734 7734 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E39\nEncoding: 7737 7737 1770\nWidth: 278\nHStem: 0 15 726 54<-17.5 293.5>\nVStem: 98 84<87 564 564 587.5>\nRef: 175 175 N 1 0 0 1 -28.5 179\nRef: 7735 7735 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3A\nEncoding: 7738 7738 1771\nWidth: 611\nHStem: -94 54<149.5 460.5> 0 39<287 354 354 395.5> 643 19\nVStem: 99 102<109 553>\nRef: 175 175 N 1 0 0 1 138.5 -641\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3B\nEncoding: 7739 7739 1772\nWidth: 278\nHStem: -94 54<-17.5 293.5> 0 15\nVStem: 98 84<87 564 564 587.5>\nRef: 175 175 N 1 0 0 1 -28.5 -641\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3C\nEncoding: 7740 7740 1773\nWidth: 611\nHStem: -72 20<273.5 335.5 335.5 335.5> 0 39<287 354 354 395.5> 643 19\nVStem: 99 102<109 553>\nRef: 710 710 N 1 0 0 1 138.5 -726\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3D\nEncoding: 7741 7741 1774\nWidth: 278\nHStem: -72 20<106.5 168.5 168.5 168.5> 0 15\nVStem: 98 84<87 564 564 587.5>\nRef: 710 710 N 1 0 0 1 -28.5 -726\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3E\nEncoding: 7742 7742 1775\nWidth: 889\nHStem: 0 19 643 19 853 20<507 525.5>\nVStem: 109 44<147 550> 674 102<120 553>\nRef: 180 180 N 1 0 0 1 232.5 195\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3F\nEncoding: 7743 7743 1776\nWidth: 778\nHStem: 0 15 408 52<299 310 561 575.5> 641 20<465 483.5>\nVStem: 86 84<85 338 338 349> 354 84<86 95 95 303 303 338> 622 84<87 282>\nRef: 180 180 N 1 0 0 1 190.5 -17\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E40\nEncoding: 7744 7744 1777\nWidth: 889\nHStem: 0 19 643 19\nVStem: 109 44<147 550> 674 102<120 553>\nRef: 729 729 N 1 0 0 1 270 179\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E41\nEncoding: 7745 7745 1778\nWidth: 778\nHStem: 0 15 408 52<299 310 561 575.5>\nVStem: 86 84<85 338 338 349> 354 84<86 95 95 303 303 338> 622 84<87 282>\nRef: 729 729 N 1 0 0 1 228 -33\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E42\nEncoding: 7746 7746 1779\nWidth: 889\nHStem: 0 19 643 19\nVStem: 109 44<147 550> 674 102<120 553>\nRef: 729 729 N 1 0 0 1 270 -662\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E43\nEncoding: 7747 7747 1780\nWidth: 778\nHStem: 0 15 408 52<299 310 561 575.5>\nVStem: 86 84<85 338 338 349> 354 84<86 95 95 303 303 338> 622 84<87 282>\nRef: 729 729 N 1 0 0 1 228 -662\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E44\nEncoding: 7748 7748 1781\nWidth: 722\nHStem: -11 20 0 19 643 19<12 33.5>\nVStem: 109 44<147 539> 568 44<178 515>\nRef: 729 729 N 1 0 0 1 192 179\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E45\nEncoding: 7749 7749 1782\nWidth: 500\nHStem: 0 15 405 55<283 291.5>\nVStem: 80 84<90 338 338 348> 340 84<99 308 308 310>\nRef: 729 729 N 1 0 0 1 83 -33\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E46\nEncoding: 7750 7750 1783\nWidth: 722\nHStem: -11 20 0 19 643 19<12 33.5>\nVStem: 109 44<147 539> 568 44<178 515>\nRef: 729 729 N 1 0 0 1 192 -673\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E47\nEncoding: 7751 7751 1784\nWidth: 500\nHStem: 0 15 405 55<283 291.5>\nVStem: 80 84<90 338 338 348> 340 84<99 308 308 310>\nRef: 729 729 N 1 0 0 1 83 -662\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E48\nEncoding: 7752 7752 1785\nWidth: 722\nHStem: -105 54<204 515> -11 20 0 19 643 19<12 33.5>\nVStem: 109 44<147 539> 568 44<178 515>\nRef: 175 175 N 1 0 0 1 193 -652\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E49\nEncoding: 7753 7753 1786\nWidth: 500\nHStem: -94 54<95 406> 0 15 405 55<283 291.5>\nVStem: 80 84<90 338 338 348> 340 84<99 308 308 310>\nRef: 175 175 N 1 0 0 1 84 -641\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4A\nEncoding: 7754 7754 1787\nWidth: 722\nHStem: -11 20<328 390 390 390> 0 19 643 19<12 33.5>\nVStem: 109 44<147 539> 568 44<178 515>\nRef: 710 710 N 1 0 0 1 193 -737\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4B\nEncoding: 7755 7755 1788\nWidth: 500\nHStem: -72 20<219 281 281 281> 0 15 405 55<283 291.5>\nVStem: 80 84<90 338 338 348> 340 84<99 308 308 310>\nRef: 710 710 N 1 0 0 1 84 -726\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4C\nEncoding: 7756 7756 1789\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384> 744 56<436.5 448.5> 790 55<272 282> 1041 20<430.5 449>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 180 180 N 1 0 0 1 156 383\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4D\nEncoding: 7757 7757 1790\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 532 56<325.5 337.5> 578 55<161 171> 829 20<319 337.5>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 180 180 N 1 0 0 1 44.5 171\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4E\nEncoding: 7758 7758 1791\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384> 744 56<436.5 448.5> 790 55<272 282>\nVStem: 34 114<284 380> 212 99<926 952.5> 411 99<926 952.5> 574 114<298.5 376.5>\nRef: 168 168 N 1 0 0 1 194 367\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4F\nEncoding: 7759 7759 1792\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 532 56<325.5 337.5> 578 55<161 171>\nVStem: 29 90<239.5 295> 100.5 99<714 740.5> 299.5 99<714 740.5> 380 90<165 267.5>\nRef: 168 168 N 1 0 0 1 82.5 155\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E50\nEncoding: 7760 7760 1793\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384> 759 54<206 517> 1004 20<273 291>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 96 96 N 1 0 0 1 230.5 346\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E51\nEncoding: 7761 7761 1794\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 547 54<95 406> 792 20<161.5 179.5>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 96 96 N 1 0 0 1 119 134\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E52\nEncoding: 7762 7762 1795\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384> 759 54<206 517> 1004 20<430.5 449>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 180 180 N 1 0 0 1 156 346\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E53\nEncoding: 7763 7763 1796\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 547 54<95 406> 792 20<319 337.5>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 180 180 N 1 0 0 1 44.5 134\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E54\nEncoding: 7764 7764 1797\nWidth: 556\nHStem: 0 19 288 40<258 310> 625 37<222.5 280 280 303.5> 643 19 853 20<348.5 367>\nVStem: 100 102<120 291 331 553 553 589> 433 109<448 502>\nRef: 180 180 N 1 0 0 1 74 195\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E55\nEncoding: 7765 7765 1798\nWidth: 500\nHStem: -217 17 -217 217 -10 32<239.5 299> 400 60<275 298> 641 20<307 325.5>\nVStem: 75 84<-131 -124 -124 33 73 88 88 334> 384 86<174.5 266>\nRef: 180 180 N 1 0 0 1 32.5 -17\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E56\nEncoding: 7766 7766 1799\nWidth: 556\nHStem: 0 19 288 40<258 310> 625 37<222.5 280 280 303.5> 643 19\nVStem: 100 102<120 291 331 553 553 589> 433 109<448 502>\nRef: 729 729 N 1 0 0 1 111.5 179\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E57\nEncoding: 7767 7767 1800\nWidth: 500\nHStem: -217 17 -217 217 -10 32<239.5 299> 400 60<275 298>\nVStem: 75 84<-131 -124 -124 33 73 88 88 334> 384 86<174.5 266>\nRef: 729 729 N 1 0 0 1 70 -33\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E58\nEncoding: 7768 7768 1801\nWidth: 667\nHStem: 0 19 625 37<235 293 293 317.5> 643 19\nVStem: 102 102<120 306 343 553 553 588.5> 438 109<463 507.5>\nRef: 729 729 N 1 0 0 1 170.5 179\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E59\nEncoding: 7769 7769 1802\nWidth: 333\nHStem: 0 15 440 20<155 155 259 297>\nVStem: 76 84<84 90 90 315>\nRef: 729 729 N 1 0 0 1 2.5 -33\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5A\nEncoding: 7770 7770 1803\nWidth: 667\nHStem: 0 19 625 37<235 293 293 317.5> 643 19\nVStem: 102 102<120 306 343 553 553 588.5> 438 109<463 507.5>\nRef: 729 729 N 1 0 0 1 170.5 -662\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5B\nEncoding: 7771 7771 1804\nWidth: 333\nHStem: 0 15 440 20<155 155 259 297>\nVStem: 76 84<84 90 90 315>\nRef: 729 729 N 1 0 0 1 2.5 -662\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5C\nEncoding: 7772 7772 1805\nWidth: 667\nHStem: 0 19 625 37<235 293 293 317.5> 643 19 702 54<182.5 493.5>\nVStem: 102 102<120 306 343 553 553 588.5> 438 109<463 507.5>\nRef: 175 175 N 1 0 0 1 171.5 155\nRef: 7770 7770 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5D\nEncoding: 7773 7773 1806\nWidth: 333\nHStem: 0 15 440 20<155 155 259 297> 490 54<14.5 325.5>\nVStem: 76 84<84 90 90 315>\nRef: 175 175 N 1 0 0 1 3.5 -57\nRef: 7771 7771 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5E\nEncoding: 7774 7774 1807\nWidth: 667\nHStem: -94 54<182.5 493.5> 0 19 625 37<235 293 293 317.5> 643 19\nVStem: 102 102<120 306 343 553 553 588.5> 438 109<463 507.5>\nRef: 175 175 N 1 0 0 1 171.5 -641\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5F\nEncoding: 7775 7775 1808\nWidth: 333\nHStem: -94 54<14.5 325.5> 0 15 440 20<155 155 259 297>\nVStem: 76 84<84 90 90 315>\nRef: 175 175 N 1 0 0 1 3.5 -641\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E60\nEncoding: 7776 7776 1809\nWidth: 556\nHStem: -14 36<267 303.5> 0 20<114.5 127.5> 635 41<230 260> 642 20\nVStem: 71 86<515 531> 390 101<116.5 147>\nRef: 729 729 N 1 0 0 1 99 203\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E61\nEncoding: 7777 7777 1810\nWidth: 389\nHStem: -10 22<198 220.5> 0 20 430 20<300 311 311 311> 437 22<167 200>\nVStem: 51 62<355.5 372> 278 70<83 99.5>\nRef: 729 729 N 1 0 0 1 32 -33\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E62\nEncoding: 7778 7778 1811\nWidth: 556\nHStem: -14 36<267 303.5> 0 20<114.5 127.5> 635 41<230 260> 642 20\nVStem: 71 86<515 531> 390 101<116.5 147>\nRef: 729 729 N 1 0 0 1 99 -676\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E63\nEncoding: 7779 7779 1812\nWidth: 389\nHStem: -10 22<198 220.5> 0 20 430 20<300 311 311 311> 437 22<167 200>\nVStem: 51 62<355.5 372> 278 70<83 99.5>\nRef: 729 729 N 1 0 0 1 32 -672\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E64\nEncoding: 7780 7780 1813\nWidth: 556\nHStem: -14 36<267 303.5> 0 20<114.5 127.5> 635 41<230 260> 642 20\nVStem: 71 86<515 531> 390 101<116.5 147>\nRef: 729 729 N 1 0 0 1 99 407\nRef: 346 346 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E65\nEncoding: 7781 7781 1814\nWidth: 389\nHStem: -10 22<198 220.5> 0 20 430 20<300 311 311 311> 437 22<167 200> 658 20<322.5 341>\nVStem: 51 62<355.5 372> 278 70<83 99.5>\nRef: 729 729 N 1 0 0 1 40.5 203\nRef: 347 347 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E66\nEncoding: 7782 7782 1815\nWidth: 556\nHStem: -14 36<267 303.5> 0 20<114.5 127.5> 635 41<230 260> 642 20\nVStem: 71 86<515 531> 390 101<116.5 147>\nRef: 729 729 N 1 0 0 1 99 403\nRef: 352 352 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E67\nEncoding: 7783 7783 1816\nWidth: 389\nHStem: -10 22<198 220.5> 0 20 430 20<300 311 311 311> 437 22<167 200> 654 20<39 73 73 73 316 350 350 350>\nVStem: 51 62<355.5 372> 278 70<83 99.5>\nRef: 729 729 N 1 0 0 1 27 203\nRef: 353 353 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E68\nEncoding: 7784 7784 1817\nWidth: 556\nHStem: -14 36<267 303.5> 0 20<114.5 127.5> 635 41<230 260> 642 20\nVStem: 71 86<515 531> 390 101<116.5 147>\nRef: 729 729 N 1 0 0 1 99 203\nRef: 7778 7778 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E69\nEncoding: 7785 7785 1818\nWidth: 389\nHStem: -10 22<198 220.5> 0 20 430 20<300 311 311 311> 437 22<167 200>\nVStem: 51 62<355.5 372> 278 70<83 99.5>\nRef: 729 729 N 1 0 0 1 32 -33\nRef: 7779 7779 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6A\nEncoding: 7786 7786 1819\nWidth: 611\nHStem: 0 19 620 42<144 200 200 254 356 356 356 410>\nVStem: 254 102<120 620>\nRef: 729 729 N 1 0 0 1 137.5 179\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6B\nEncoding: 7787 7787 1820\nWidth: 278\nHStem: -10 52 418 32<154 255>\nVStem: 13 242<423.5 427.5> 70 84<117 132 132 418>\nRef: 729 729 N 1 0 0 1 -21.5 96\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6C\nEncoding: 7788 7788 1821\nWidth: 611\nHStem: 0 19 620 42<144 200 200 254 356 356 356 410>\nVStem: 254 102<120 620>\nRef: 729 729 N 1 0 0 1 137.5 -662\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6D\nEncoding: 7789 7789 1822\nWidth: 278\nHStem: -10 52 418 32<154 255>\nVStem: 13 242<423.5 427.5> 70 84<117 132 132 418>\nRef: 729 729 N 1 0 0 1 -21.5 -672\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6E\nEncoding: 7790 7790 1823\nWidth: 611\nHStem: -94 54<149.5 460.5> 0 19 620 42<144 200 200 254 356 356 356 410>\nVStem: 254 102<120 620>\nRef: 175 175 N 1 0 0 1 138.5 -641\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6F\nEncoding: 7791 7791 1824\nWidth: 278\nHStem: -104 54<-9.5 301.5> -10 52 418 32<154 255>\nVStem: 13 242<423.5 427.5> 70 84<117 132 132 418>\nRef: 175 175 N 1 0 0 1 -20.5 -651\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E70\nEncoding: 7792 7792 1825\nWidth: 611\nHStem: -72 20<273.5 335.5 335.5 335.5> 0 19 620 42<144 200 200 254 356 356 356 410>\nVStem: 254 102<120 620>\nRef: 710 710 N 1 0 0 1 138.5 -726\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E71\nEncoding: 7793 7793 1826\nWidth: 278\nHStem: -82 20<114.5 176.5 176.5 176.5> -10 52 418 32<154 255>\nVStem: 13 242<423.5 427.5> 70 84<117 132 132 418>\nRef: 710 710 N 1 0 0 1 -20.5 -736\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E72\nEncoding: 7794 7794 1827\nWidth: 722\nHStem: -14 44<342.5 409.5> 643 19\nVStem: 104 102<241 553> 210.5 99<-117 -90.5> 409.5 99<-117 -90.5> 567 44<245 254 254 515>\nRef: 168 168 N 1 0 0 1 192.5 -676\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E73\nEncoding: 7795 7795 1828\nWidth: 500\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14\nVStem: 71 84<120 124 124 372 372 395> 95 99<-113 -86.5> 294 99<-113 -86.5> 333 84<135 370 370 395>\nRef: 168 168 N 1 0 0 1 77 -672\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E74\nEncoding: 7796 7796 1829\nWidth: 722\nHStem: -160 56<435 447> -114 55<270.5 280.5> -14 44<342.5 409.5> 643 19\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nRef: 732 732 N 1 0 0 1 193.5 -692\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E75\nEncoding: 7797 7797 1830\nWidth: 500\nHStem: -156 56<319.5 331.5> -110 55<155 165> -10 58<206.5 210.5> -9 20 433 17 436 14\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nRef: 732 732 N 1 0 0 1 78 -688\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E76\nEncoding: 7798 7798 1831\nWidth: 722\nHStem: -86 20<328 390 390 390> -14 44<342.5 409.5> 643 19\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nRef: 710 710 N 1 0 0 1 193 -740\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E77\nEncoding: 7799 7799 1832\nWidth: 500\nHStem: -82 20<212.5 274.5 274.5 274.5> -10 58<206.5 210.5> -9 20 433 17 436 14\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nRef: 710 710 N 1 0 0 1 77.5 -736\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E78\nEncoding: 7800 7800 1833\nWidth: 722\nHStem: -14 44<354 382> 744.003 55.9967<421 444> 789.167 55.2299<276 297> 1041 20<429 447.5>\nVStem: 104 102<210 578> 567 44<226 546>\nRef: 180 180 N 1 0 0 1 154.5 383\nRef: 360 360 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E79\nEncoding: 7801 7801 1834\nWidth: 500\nHStem: -9.99611 57.9961<192 226> 430 20<9 155 259 417> 532.003 55.9967<310 333> 577.991 55.0092<165 186> 829 20<313.5 332>\nVStem: 71 84<118 390> 333 84<118 390> 338 141<36 50>\nRef: 180 180 N 1 0 0 1 39 171\nRef: 361 361 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7A\nEncoding: 7802 7802 1835\nWidth: 722\nHStem: -14 44<342.5 409.5> 643 19 759 54<226 537>\nVStem: 104 102<241 553> 210.5 99<889 915.5> 409.5 99<889 915.5> 567 44<245 254 254 515>\nRef: 168 168 N 1 0 0 1 192.5 330\nRef: 362 362 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7B\nEncoding: 7803 7803 1836\nWidth: 500\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 547 54<95 406>\nVStem: 71 84<120 124 124 372 372 395> 95 99<677 703.5> 294 99<677 703.5> 333 84<135 370 370 395>\nRef: 168 168 N 1 0 0 1 77 118\nRef: 363 363 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7C\nEncoding: 7804 7804 1837\nWidth: 722\nHStem: -11 20 642 20<16 282 282 282 492 697 697 697> 702 56<432 444> 748 55<267.5 277.5>\nRef: 732 732 N 1 0 0 1 190.5 170\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7D\nEncoding: 7805 7805 1838\nWidth: 500\nHStem: -14 20 430 20<19 215 215 215 338 477 477 477> 490 56<323.5 335.5> 536 55<159 169>\nRef: 732 732 N 1 0 0 1 82 -42\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7E\nEncoding: 7806 7806 1839\nWidth: 722\nHStem: -11 20 642 20<16 282 282 282 492 697 697 697>\nRef: 729 729 N 1 0 0 1 189 -673\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7F\nEncoding: 7807 7807 1840\nWidth: 500\nHStem: -14 20 430 20<19 215 215 215 338 477 477 477>\nRef: 729 729 N 1 0 0 1 80.5 -676\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: Wgrave\nEncoding: 7808 7808 1841\nWidth: 944\nHStem: -11 20 642 20<5 250 250 250 313 580 580 580 734 932 932 932> 853 20<380.5 398.5>\nRef: 96 96 N 1 0 0 1 338 195\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wgrave\nEncoding: 7809 7809 1842\nWidth: 722\nHStem: -14 20 430 20<21 201 201 201 262 465 465 465 571 694 694 694> 641 20<269.5 287.5>\nRef: 96 96 N 1 0 0 1 227 -17\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wacute\nEncoding: 7810 7810 1843\nWidth: 944\nHStem: -11 20 642 20<5 250 250 250 313 580 580 580 734 932 932 932> 853 20<538 556.5>\nRef: 180 180 N 1 0 0 1 263.5 195\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wacute\nEncoding: 7811 7811 1844\nWidth: 722\nHStem: -14 20 430 20<21 201 201 201 262 465 465 465 571 694 694 694> 641 20<427 445.5>\nRef: 180 180 N 1 0 0 1 152.5 -17\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wdieresis\nEncoding: 7812 7812 1845\nWidth: 944\nHStem: -11 20 642 20<5 250 250 250 313 580 580 580 734 932 932 932>\nVStem: 319.5 99<738 764.5> 518.5 99<738 764.5>\nRef: 168 168 N 1 0 0 1 301.5 179\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wdieresis\nEncoding: 7813 7813 1846\nWidth: 722\nHStem: -14 20 430 20<21 201 201 201 262 465 465 465 571 694 694 694>\nVStem: 208.5 99<526 552.5> 407.5 99<526 552.5>\nRef: 168 168 N 1 0 0 1 190.5 -33\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E86\nEncoding: 7814 7814 1847\nWidth: 944\nHStem: -11 20 642 20<5 250 250 250 313 580 580 580 734 932 932 932>\nRef: 729 729 N 1 0 0 1 301 179\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E87\nEncoding: 7815 7815 1848\nWidth: 722\nHStem: -14 20 430 20<21 201 201 201 262 465 465 465 571 694 694 694>\nRef: 729 729 N 1 0 0 1 190 -33\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E88\nEncoding: 7816 7816 1849\nWidth: 944\nHStem: -11 20 642 20<5 250 250 250 313 580 580 580 734 932 932 932>\nRef: 729 729 N 1 0 0 1 301 -673\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E89\nEncoding: 7817 7817 1850\nWidth: 722\nHStem: -14 20 430 20<21 201 201 201 262 465 465 465 571 694 694 694>\nRef: 729 729 N 1 0 0 1 190 -676\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8A\nEncoding: 7818 7818 1851\nWidth: 722\nHStem: 0 20 642 20<296 296>\nRef: 729 729 N 1 0 0 1 189.5 179\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8B\nEncoding: 7819 7819 1852\nWidth: 500\nHStem: 0 20 435 15<24 33>\nRef: 729 729 N 1 0 0 1 80.5 -33\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8C\nEncoding: 7820 7820 1853\nWidth: 722\nHStem: 0 20 642 20<296 296>\nVStem: 208 99<738 764.5> 407 99<738 764.5>\nRef: 168 168 N 1 0 0 1 190 179\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8D\nEncoding: 7821 7821 1854\nWidth: 500\nHStem: 0 20 435 15<24 33>\nVStem: 99 99<526 552.5> 298 99<526 552.5>\nRef: 168 168 N 1 0 0 1 81 -33\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8E\nEncoding: 7822 7822 1855\nWidth: 722\nHStem: 0 19 642 20<277 279>\nVStem: 315 102<120 294 294 294>\nRef: 729 729 N 1 0 0 1 195 179\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8F\nEncoding: 7823 7823 1856\nWidth: 500\nHStem: -218 84 430 20<14 220 220 220 340 475 475 475>\nRef: 729 729 N 1 0 0 1 77 -33\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E90\nEncoding: 7824 7824 1857\nWidth: 611\nHStem: 0 38<145 402 402 430.5> 624 38<192 225 225 446> 849 20<271.5 333.5 333.5 333.5>\nRef: 710 710 N 1 0 0 1 136.5 195\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E91\nEncoding: 7825 7825 1858\nWidth: 444\nHStem: 0 30<134 272 272 297.5> 420 30<125 155 155 293> 637 20<191 253 253 253>\nRef: 710 710 N 1 0 0 1 56 -17\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E92\nEncoding: 7826 7826 1859\nWidth: 611\nHStem: 0 38<145 402 402 430.5> 624 38<192 225 225 446>\nRef: 729 729 N 1 0 0 1 135.5 -662\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E93\nEncoding: 7827 7827 1860\nWidth: 444\nHStem: 0 30<134 272 272 297.5> 420 30<125 155 155 293>\nRef: 729 729 N 1 0 0 1 55 -662\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E94\nEncoding: 7828 7828 1861\nWidth: 611\nHStem: -94 54<147.5 458.5> 0 38<145 402 402 430.5> 624 38<192 225 225 446>\nRef: 175 175 N 1 0 0 1 136.5 -641\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E95\nEncoding: 7829 7829 1862\nWidth: 444\nHStem: -94 54<67 378> 0 30<134 272 272 297.5> 420 30<125 155 155 293>\nRef: 175 175 N 1 0 0 1 56 -641\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E96\nEncoding: 7830 7830 1863\nWidth: 500\nHStem: -94 54<92.5 403.5> 0 15 406 54<274.5 293>\nVStem: 73 84<102 343 376 573 573 594.5> 343 84<102 300 300 301>\nRef: 175 175 N 1 0 0 1 81.5 -641\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E97\nEncoding: 7831 7831 1864\nWidth: 278\nHStem: -10 52 418 32<154 255>\nVStem: -3 99<655 681.5> 13 242<423.5 427.5> 70 84<117 132 132 418> 196 99<655 681.5>\nRef: 168 168 N 1 0 0 1 -21 96\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E98\nEncoding: 7832 7832 1865\nWidth: 722\nHStem: -14 20 430 20<21 201 201 201 262 465 465 465 571 694 694 694> 490 34<338.5 374.5> 655 34<340 375.5>\nVStem: 258 34<572 608> 423 34<571 607>\nRef: 730 730 N 1 0 0 1 191 -22\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E99\nEncoding: 7833 7833 1866\nWidth: 500\nHStem: -218 84 430 20<14 220 220 220 340 475 475 475> 490 34<225.5 261.5> 655 34<227 262.5>\nVStem: 145 34<572 608> 310 34<571 607>\nRef: 730 730 N 1 0 0 1 78 -22\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E9B\nEncoding: 7835 7835 1867\nWidth: 333\nHStem: 0 21<20 280> 418 32<72 103>\nVStem: 20 260<1 15> 103 84<80 417 450.063 484.204>\nRef: 729 729 N 1 0 0 1 34 203\nRef: 383 383 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA0\nEncoding: 7840 7840 1868\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367>\nRef: 729 729 N 1 0 0 1 193 -662\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA1\nEncoding: 7841 7841 1869\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 729 729 N 1 0 0 1 72 -672\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA2\nEncoding: 7842 7842 1870\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 916 19<11.5 23.5>\nVStem: -46.5 27<861 891> -46.5 35<859 870> 16.5 85<726 868> 53.5 48<864 872>\nRef: 777 777 N 1 0 0 1 197.5 225\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA3\nEncoding: 7843 7843 1871\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 680 19<-109.5 -97.5>\nVStem: -167.5 27<625 655> -167.5 35<623 634> -104.5 85<490 632> -67.5 48<628 636> 56 83 287 81<123 268 268 268 292 300>\nRef: 777 777 N 1 0 0 1 76.5 -11\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA4\nEncoding: 7844 7844 1872\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 1077 20<430 448.5>\nRef: 180 180 N 1 0 0 1 155.5 419\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA5\nEncoding: 7845 7845 1873\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 654 20<191 253 253 253> 877 20<309 327.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 180 180 N 1 0 0 1 34.5 219\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA6\nEncoding: 7846 7846 1874\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 1077 20<272.5 290.5>\nRef: 96 96 N 1 0 0 1 230 419\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA7\nEncoding: 7847 7847 1875\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 654 20<191 253 253 253> 877 20<151.5 169.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 96 96 N 1 0 0 1 109 219\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA8\nEncoding: 7848 7848 1876\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 1116 19<11.5 23.5>\nVStem: -46.5 27<1061 1091> -46.5 35<1059 1070> 16.5 85<926 1068> 53.5 48<1064 1072>\nRef: 777 777 N 1 0 0 1 197.5 425\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA9\nEncoding: 7849 7849 1877\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 654 20<191 253 253 253> 916 19<-109.5 -97.5>\nVStem: -167.5 27<861 891> -167.5 35<859 870> -104.5 85<726 868> -67.5 48<864 872> 56 83 287 81<123 268 268 268 292 300>\nRef: 777 777 N 1 0 0 1 76.5 225\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAA\nEncoding: 7850 7850 1878\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 926 56<436 448> 972 55<271.5 281.5>\nRef: 732 732 N 1 0 0 1 194.5 394\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAB\nEncoding: 7851 7851 1879\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 654 20<191 253 253 253> 726 56<315 327> 772 55<150.5 160.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 732 732 N 1 0 0 1 73.5 194\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAC\nEncoding: 7852 7852 1880\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 873 20<329 391 391 391>\nRef: 710 710 N 1 0 0 1 194 219\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAD\nEncoding: 7853 7853 1881\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 637 20<208 270 270 270>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 710 710 N 1 0 0 1 73 -17\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAE\nEncoding: 7854 7854 1882\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 719 60<336.5 391> 1067 20<430 448.5>\nRef: 180 180 N 1 0 0 1 155.5 409\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAF\nEncoding: 7855 7855 1883\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 507 60<197.5 252> 644 20<82 111 111 111 334 363 363 363> 855 20<309 327.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 180 180 N 1 0 0 1 34.5 197\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB0\nEncoding: 7856 7856 1884\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 719 60<336.5 391> 1067 20<272.5 290.5>\nRef: 96 96 N 1 0 0 1 230 409\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB1\nEncoding: 7857 7857 1885\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 507 60<197.5 252> 644 20<82 111 111 111 334 363 363 363> 855 20<151.5 169.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 96 96 N 1 0 0 1 109 197\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB2\nEncoding: 7858 7858 1886\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 719 60<336.5 391> 1106 19<11.5 23.5>\nVStem: -46.5 27<1051 1081> -46.5 35<1049 1060> 16.5 85<916 1058> 53.5 48<1054 1062>\nRef: 777 777 N 1 0 0 1 197.5 415\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB3\nEncoding: 7859 7859 1887\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 507 60<197.5 252> 644 20<82 111 111 111 334 363 363 363> 894 19<-109.5 -97.5>\nVStem: -167.5 27<839 869> -167.5 35<837 848> -104.5 85<704 846> -67.5 48<842 850> 56 83 287 81<123 268 268 268 292 300>\nRef: 777 777 N 1 0 0 1 76.5 203\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB4\nEncoding: 7860 7860 1888\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 719 60<336.5 391> 916 56<436 448> 962 55<271.5 281.5>\nRef: 732 732 N 1 0 0 1 194.5 384\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB5\nEncoding: 7861 7861 1889\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 507 60<197.5 252> 644 20<82 111 111 111 334 363 363 363> 704 56<315 327> 750 55<150.5 160.5>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 732 732 N 1 0 0 1 73.5 172\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB6\nEncoding: 7862 7862 1890\nWidth: 722\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 726 60<335.5 390> 863 20<220 249 249 249 472 501 501 501>\nRef: 728 728 N 1 0 0 1 194 219\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB7\nEncoding: 7863 7863 1891\nWidth: 444\nHStem: -10 57 -10 58 436 24<191 235.5> 490 60<214.5 269> 627 20<99 128 128 128 351 380 380 380>\nVStem: 56 83 287 81<123 268 268 268 292 300>\nRef: 728 728 N 1 0 0 1 73 -17\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB8\nEncoding: 7864 7864 1892\nWidth: 611\nHStem: 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19\nVStem: 99 102<109 327 368 553 553 588>\nRef: 729 729 N 1 0 0 1 137 -662\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB9\nEncoding: 7865 7865 1893\nWidth: 444\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5>\nRef: 729 729 N 1 0 0 1 57 -672\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBA\nEncoding: 7866 7866 1894\nWidth: 611\nHStem: 0 19 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 892 19<-44.5 -32.5>\nVStem: -102.5 27<837 867> -102.5 35<835 846> -39.5 85<702 844> -2.5 48<840 848> 99 102<109 327 368 553 553 588>\nRef: 777 777 N 1 0 0 1 141.5 201\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBB\nEncoding: 7867 7867 1895\nWidth: 444\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 680 19<-124.5 -112.5>\nVStem: -182.5 27<625 655> -182.5 35<623 634> -119.5 85<490 632> -82.5 48<628 636>\nRef: 777 777 N 1 0 0 1 61.5 -11\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBC\nEncoding: 7868 7868 1896\nWidth: 611\nHStem: 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 702 56<380 392> 748 55<215.5 225.5>\nVStem: 99 102<109 327 368 553 553 588>\nRef: 732 732 N 1 0 0 1 138.5 170\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBD\nEncoding: 7869 7869 1897\nWidth: 444\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 490 56<300 312> 536 55<135.5 145.5>\nRef: 732 732 N 1 0 0 1 58.5 -42\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBE\nEncoding: 7870 7870 1898\nWidth: 611\nHStem: 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 1077 20<374 392.5>\nVStem: 99 102<109 327 368 553 553 588>\nRef: 180 180 N 1 0 0 1 99.5 419\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBF\nEncoding: 7871 7871 1899\nWidth: 444\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 654 20<191 253 253 253> 877 20<294 312.5>\nRef: 180 180 N 1 0 0 1 19.5 219\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC0\nEncoding: 7872 7872 1900\nWidth: 611\nHStem: 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 1077 20<216.5 234.5>\nVStem: 99 102<109 327 368 553 553 588>\nRef: 96 96 N 1 0 0 1 174 419\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC1\nEncoding: 7873 7873 1901\nWidth: 444\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 654 20<191 253 253 253> 877 20<136.5 154.5>\nRef: 96 96 N 1 0 0 1 94 219\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC2\nEncoding: 7874 7874 1902\nWidth: 611\nHStem: 0 19 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 1116 19<-44.5 -32.5>\nVStem: -102.5 27<1061 1091> -102.5 35<1059 1070> -39.5 85<926 1068> -2.5 48<1064 1072> 99 102<109 327 368 553 553 588>\nRef: 777 777 N 1 0 0 1 141.5 425\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC3\nEncoding: 7875 7875 1903\nWidth: 444\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 654 20<191 253 253 253> 916 19<-124.5 -112.5>\nVStem: -182.5 27<861 891> -182.5 35<859 870> -119.5 85<726 868> -82.5 48<864 872>\nRef: 777 777 N 1 0 0 1 61.5 225\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC4\nEncoding: 7876 7876 1904\nWidth: 611\nHStem: 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 926 56<380 392> 972 55<215.5 225.5>\nVStem: 99 102<109 327 368 553 553 588>\nRef: 732 732 N 1 0 0 1 138.5 394\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC5\nEncoding: 7877 7877 1905\nWidth: 444\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 654 20<191 253 253 253> 726 56<300 312> 772 55<135.5 145.5>\nRef: 732 732 N 1 0 0 1 58.5 194\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC6\nEncoding: 7878 7878 1906\nWidth: 611\nHStem: 0 37<306 333 333 404.5> 327 41<201 355> 624 38<220.5 234 234 369> 643 19 849 20<273 335 335 335>\nVStem: 99 102<109 327 368 553 553 588>\nRef: 710 710 N 1 0 0 1 138 195\nRef: 7864 7864 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC7\nEncoding: 7879 7879 1907\nWidth: 444\nHStem: -10 69<224.5 259.5> 277 32<99 303> 424 36<209 235.5> 637 20<193 255 255 255>\nRef: 710 710 N 1 0 0 1 58 -17\nRef: 7865 7865 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC8\nEncoding: 7880 7880 1908\nWidth: 333\nHStem: 0 19 643 19 892 19<-182.5 -170.5>\nVStem: -240.5 27<837 867> -240.5 35<835 846> -177.5 85<702 844> -140.5 48<840 848> 115 102<109 553>\nRef: 777 777 N 1 0 0 1 3.5 201\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC9\nEncoding: 7881 7881 1909\nWidth: 278\nHStem: 0 15 390 15 440 20<175 175> 680 19<-214.5 -202.5>\nVStem: -272.5 27<625 655> -272.5 35<623 634> -209.5 85<490 632> -172.5 48<628 636> 95 84<102 334 334 356>\nRef: 777 777 N 1 0 0 1 -28.5 -11\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECA\nEncoding: 7882 7882 1910\nWidth: 333\nHStem: 0 19 643 19\nVStem: 115 102<109 553>\nRef: 729 729 N 1 0 0 1 -1 -662\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECB\nEncoding: 7883 7883 1911\nWidth: 278\nHStem: 0 15 390 15 440 20<175 175> 581 102<114.5 142.5>\nVStem: 78 102<618 646> 95 84<102 334 334 356>\nRef: 729 729 N 1 0 0 1 -33 -662\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECC\nEncoding: 7884 7884 1912\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 729 729 N 1 0 0 1 193.5 -676\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECD\nEncoding: 7885 7885 1913\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 729 729 N 1 0 0 1 82 -672\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECE\nEncoding: 7886 7886 1914\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384> 916 19<12 24>\nVStem: -46 27<861 891> -46 35<859 870> 17 85<726 868> 34 114<284 380> 54 48<864 872> 574 114<298.5 376.5>\nRef: 777 777 N 1 0 0 1 198 225\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECF\nEncoding: 7887 7887 1915\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 680 19<-99.5 -87.5>\nVStem: -157.5 27<625 655> -157.5 35<623 634> -94.5 85<490 632> -57.5 48<628 636> 29 90<239.5 295> 380 90<165 267.5>\nRef: 777 777 N 1 0 0 1 86.5 -11\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED0\nEncoding: 7888 7888 1916\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384> 1077 20<430.5 449>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 180 180 N 1 0 0 1 156 419\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED1\nEncoding: 7889 7889 1917\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 654 20<219 281 281 281> 877 20<319 337.5>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 180 180 N 1 0 0 1 44.5 219\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED2\nEncoding: 7890 7890 1918\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384> 1077 20<273 291>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 96 96 N 1 0 0 1 230.5 419\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED3\nEncoding: 7891 7891 1919\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 654 20<219 281 281 281> 877 20<161.5 179.5>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 96 96 N 1 0 0 1 119 219\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED4\nEncoding: 7892 7892 1920\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384> 1116 19<12 24>\nVStem: -46 27<1061 1091> -46 35<1059 1070> 17 85<926 1068> 34 114<284 380> 54 48<1064 1072> 574 114<298.5 376.5>\nRef: 777 777 N 1 0 0 1 198 425\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED5\nEncoding: 7893 7893 1921\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 654 20<219 281 281 281> 916 19<-99.5 -87.5>\nVStem: -157.5 27<861 891> -157.5 35<859 870> -94.5 85<726 868> -57.5 48<864 872> 29 90<239.5 295> 380 90<165 267.5>\nRef: 777 777 N 1 0 0 1 86.5 225\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED6\nEncoding: 7894 7894 1922\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384> 926 56<436.5 448.5> 972 55<272 282>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 732 732 N 1 0 0 1 195 394\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED7\nEncoding: 7895 7895 1923\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 654 20<219 281 281 281> 726 56<325 337> 772 55<160.5 170.5>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 732 732 N 1 0 0 1 83.5 194\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED8\nEncoding: 7896 7896 1924\nWidth: 722\nHStem: -14 36<336 385.5> 640 36<333.5 384> 873 20<329.5 391.5 391.5 391.5>\nVStem: 34 114<284 380> 574 114<298.5 376.5>\nRef: 710 710 N 1 0 0 1 194.5 219\nRef: 7884 7884 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED9\nEncoding: 7897 7897 1925\nWidth: 500\nHStem: -10 28<240.5 297.5> 432 28<201.5 279> 637 20<218 280 280 280>\nVStem: 29 90<239.5 295> 380 90<165 267.5>\nRef: 710 710 N 1 0 0 1 83 -17\nRef: 7885 7885 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE4\nEncoding: 7908 7908 1926\nWidth: 722\nHStem: -14 44<342.5 409.5> 643 19\nVStem: 104 102<241 553> 567 44<245 254 254 515>\nRef: 729 729 N 1 0 0 1 192 -676\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE5\nEncoding: 7909 7909 1927\nWidth: 500\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14\nVStem: 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nRef: 729 729 N 1 0 0 1 76.5 -672\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE6\nEncoding: 7910 7910 1928\nWidth: 722\nHStem: -14 44<342.5 409.5> 643 19 892 19<10.5 22.5>\nVStem: -47.5 27<837 867> -47.5 35<835 846> 15.5 85<702 844> 52.5 48<840 848> 104 102<241 553> 567 44<245 254 254 515>\nRef: 777 777 N 1 0 0 1 196.5 201\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE7\nEncoding: 7911 7911 1929\nWidth: 500\nHStem: -10 58<206.5 210.5> -9 20 433 17 436 14 680 19<-105 -93>\nVStem: -163 27<625 655> -163 35<623 634> -100 85<490 632> -63 48<628 636> 71 84<120 124 124 372 372 395> 333 84<135 370 370 395>\nRef: 777 777 N 1 0 0 1 81 -11\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Ygrave\nEncoding: 7922 7922 1930\nWidth: 722\nHStem: 0 19 642 20<277 279> 853 20<274.5 292.5>\nVStem: 315 102<120 294 294 294>\nRef: 96 96 N 1 0 0 1 232 195\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ygrave\nEncoding: 7923 7923 1931\nWidth: 500\nHStem: -218 84 430 20<14 220 220 220 340 475 475 475> 641 20<156.5 174.5>\nRef: 96 96 N 1 0 0 1 114 -17\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF4\nEncoding: 7924 7924 1932\nWidth: 722\nHStem: 0 19 642 20<277 279>\nVStem: 315 102<120 294 294 294>\nRef: 729 729 N 1 0 0 1 195 -662\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF5\nEncoding: 7925 7925 1933\nWidth: 500\nHStem: -218 84 430 20<14 220 220 220 340 475 475 475>\nRef: 729 729 N 1 0 0 1 77 -880\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF6\nEncoding: 7926 7926 1934\nWidth: 722\nHStem: 0 19 642 20<277 279> 892 19<13.5 25.5>\nVStem: -44.5 27<837 867> -44.5 35<835 846> 18.5 85<702 844> 55.5 48<840 848> 315 102<120 294 294 294>\nRef: 777 777 N 1 0 0 1 199.5 201\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF7\nEncoding: 7927 7927 1935\nWidth: 500\nHStem: -218 84 430 20<14 220 220 220 340 475 475 475> 680 19<-104.5 -92.5>\nVStem: -162.5 27<625 655> -162.5 35<623 634> -99.5 85<490 632> -62.5 48<628 636>\nRef: 777 777 N 1 0 0 1 81.5 -11\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF8\nEncoding: 7928 7928 1936\nWidth: 722\nHStem: 0 19 642 20<277 279> 702 56<438 450> 748 55<273.5 283.5>\nVStem: 315 102<120 294 294 294>\nRef: 732 732 N 1 0 0 1 196.5 170\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF9\nEncoding: 7929 7929 1937\nWidth: 500\nHStem: -218 84 430 20<14 220 220 220 340 475 475 475> 490 56<320 332> 536 55<155.5 165.5>\nRef: 732 732 N 1 0 0 1 78.5 -42\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F00\nEncoding: 7936 7936 1938\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 29<214 235> 687 85<212 224>\nVStem: 41 92<197 235> 291 43<646 661> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F01\nEncoding: 7937 7937 1939\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 29<260 285> 692 80<247 279>\nVStem: 41 92<197 235> 165 44<646 661> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F02\nEncoding: 7938 7938 1940\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 679 73<149 167>\nVStem: 41 92<197 235> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F03\nEncoding: 7939 7939 1941\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 29<194 214> 678 74<177 205>\nVStem: 41 92<197 235> 101 43<637 652> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F04\nEncoding: 7940 7940 1942\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 679 73<148 166>\nVStem: 41 92<197 235> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F05\nEncoding: 7941 7941 1943\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 29<193 213> 678 74<177 205>\nVStem: 41 92<197 235> 100 43<637 652> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F06\nEncoding: 7942 7942 1944\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 24<226 243> 658 65<226 243> 747 54<308 332> 790 54<175 198>\nVStem: 41 92<197 235> 284 36<625 639> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F07\nEncoding: 7943 7943 1945\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 24<261 280> 661 62<247 280> 747 54<309 331> 790 54<173 197>\nVStem: 41 92<197 235> 183 35<625 637> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F08\nEncoding: 7944 7944 1946\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 471 29<28.75 48.75> 601 85<26.75 37.75>\nVStem: 15 198<1 19> 104.75 43<561 574> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 700 700 N 1 0 0 1 -105.25 -52\nEndChar\nStartChar: uni1F09\nEncoding: 7945 7945 1947\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 471 29<73.75 98.75> 606 80<60.75 92.75>\nVStem: -21.25 44<560 575> 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -186.25 -86\nEndChar\nStartChar: uni1F0A\nEncoding: 7946 7946 1948\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 613 73<-88.25 -70.25>\nVStem: 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -237.25 -66\nEndChar\nStartChar: uni1F0B\nEncoding: 7947 7947 1949\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 491 29<-56.25 -36.25> 612 74<-73.25 -45.25>\nVStem: -149.25 43<571 586> 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -250.25 -66\nEndChar\nStartChar: uni1F0C\nEncoding: 7948 7948 1950\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 613 73<-88.25 -70.25>\nVStem: 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -236.25 -66\nEndChar\nStartChar: uni1F0D\nEncoding: 7949 7949 1951\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 491 29<-63.25 -43.25> 612 74<-79.25 -51.25>\nVStem: -156.25 43<571 586> 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -256.25 -66\nEndChar\nStartChar: uni1F0E\nEncoding: 7950 7950 1952\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 399 24<-36.25 -19.25> 500 65<-36.25 -19.25> 589 54<45.75 69.75> 632 54<-87.25 -64.25>\nVStem: 15 198<1 19> 21.75 36<467 481> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -262.25 -158\nEndChar\nStartChar: uni1F0F\nEncoding: 7951 7951 1953\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 399 24<-0.25 18.75> 503 62<-14.25 18.75> 589 54<47.75 69.75> 632 54<-88.25 -64.25>\nVStem: -78.25 35<467 479> 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -261.25 -158\nEndChar\nStartChar: uni1F10\nEncoding: 7952 7952 1954\nWidth: 426\nFlags: W\nHStem: -10 36<210 244> 228 24<200 219> 437 24<207 234> 557 29<190 211> 687 85<188 200>\nVStem: 48 92<335 343> 267 43<646 661>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 -24 0\nEndChar\nStartChar: uni1F11\nEncoding: 7953 7953 1955\nWidth: 426\nFlags: W\nHStem: -10 36<210 244> 228 24<200 219> 437 24<207 234> 557 29<236 261> 692 80<223 255>\nVStem: 48 92<335 343> 141 44<646 661>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 -24 0\nEndChar\nStartChar: uni1F12\nEncoding: 7954 7954 1956\nWidth: 426\nFlags: W\nHStem: -10 36<210 244> 228 24<200 219> 437 24<207 234> 679 73<125 143>\nVStem: 48 92<335 343>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 -24 0\nEndChar\nStartChar: uni1F13\nEncoding: 7955 7955 1957\nWidth: 426\nFlags: W\nHStem: -10 36<210 244> 228 24<200 219> 437 24<207 234> 557 29<170 190> 678 74<153 181>\nVStem: 48 92<335 343> 77 43<637 652>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 -24 0\nEndChar\nStartChar: uni1F14\nEncoding: 7956 7956 1958\nWidth: 426\nFlags: W\nHStem: -10 36<210 244> 228 24<200 219> 437 24<207 234> 679 73<124 142>\nVStem: 48 92<335 343>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 -24 0\nEndChar\nStartChar: uni1F15\nEncoding: 7957 7957 1959\nWidth: 426\nFlags: W\nHStem: -10 36<210 244> 228 24<200 219> 437 24<207 234> 557 29<169 189> 678 74<153 181>\nVStem: 48 92<335 343> 76 43<637 652>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 -24 0\nEndChar\nStartChar: uni1F18\nEncoding: 7960 7960 1960\nWidth: 611\nFlags: W\nHStem: 0 19<12 29.25> 0 37<268 371> 326 42<202 380> 443 20<465 488> 447 29<-147 -127> 577 85<-149 -138> 624 38<220 412> 643 19<12 25.8>\nVStem: -71 43<537 550> 99 102<96 325 369 576>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 700 700 N 1 0 0 1 -281 -76\nEndChar\nStartChar: uni1F19\nEncoding: 7961 7961 1961\nWidth: 611\nFlags: W\nHStem: 0 19<12 29.25> 0 37<268 371> 326 42<202 380> 443 20<465 488> 447 29<-102 -77> 582 80<-115 -83> 624 38<220 412> 643 19<12 25.8>\nVStem: -197 44<536 551> 99 102<96 325 369 576>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -362 -110\nEndChar\nStartChar: uni1F1A\nEncoding: 7962 7962 1962\nWidth: 611\nFlags: W\nHStem: 0 19<12 29.25> 0 37<268 371> 326 42<202 380> 443 20<465 488> 589 73<-264 -246> 624 38<220 412> 643 19<12 25.8>\nVStem: 99 102<96 325 369 576>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -413 -90\nEndChar\nStartChar: uni1F1B\nEncoding: 7963 7963 1963\nWidth: 611\nFlags: W\nHStem: 0 19<12 29.25> 0 37<268 371> 326 42<202 380> 443 20<465 488> 467 29<-232 -212> 588 74<-249 -221> 624 38<220 412> 643 19<12 25.8>\nVStem: -325 43<547 562> 99 102<96 325 369 576>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -426 -90\nEndChar\nStartChar: uni1F1C\nEncoding: 7964 7964 1964\nWidth: 611\nFlags: W\nHStem: 0 19<12 29.25> 0 37<268 371> 326 42<202 380> 443 20<465 488> 589 73<-264 -246> 624 38<220 412> 643 19<12 25.8>\nVStem: 99 102<96 325 369 576>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -412 -90\nEndChar\nStartChar: uni1F1D\nEncoding: 7965 7965 1965\nWidth: 611\nFlags: W\nHStem: 0 19<12 29.25> 0 37<268 371> 326 42<202 380> 443 20<465 488> 467 29<-239 -219> 588 74<-255 -227> 624 38<220 412> 643 19<12 25.8>\nVStem: -332 43<547 562> 99 102<96 325 369 576>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -432 -90\nEndChar\nStartChar: uni1F20\nEncoding: 7968 7968 1966\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 29<214 235> 687 85<212 224>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 291 43<646 661> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F21\nEncoding: 7969 7969 1967\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 29<260 285> 692 80<247 279>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 165 44<646 661> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F22\nEncoding: 7970 7970 1968\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348> 679 73<149 167>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F23\nEncoding: 7971 7971 1969\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 29<194 214> 678 74<177 205>\nVStem: 19 24<320.062 346.022> 101 43<637 652> 118 85<0.0614921 178.177> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F24\nEncoding: 7972 7972 1970\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348> 679 73<148 166>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F25\nEncoding: 7973 7973 1971\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 29<193 213> 678 74<177 205>\nVStem: 19 24<320.062 346.022> 100 43<637 652> 118 85<0.0614921 178.177> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F26\nEncoding: 7974 7974 1972\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 24<226 243> 658 65<226 243> 747 54<308 332> 790 54<175 198>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 284 36<625 639> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F27\nEncoding: 7975 7975 1973\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 24<261 280> 661 62<247 280> 747 54<309 331> 790 54<173 197>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 183 35<625 637> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F28\nEncoding: 7976 7976 1974\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 447 29<-140 -120> 577 85<-142 -131> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -64 43<537 550> 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 700 700 N 1 0 0 1 -274 -76\nEndChar\nStartChar: uni1F29\nEncoding: 7977 7977 1975\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 447 29<-95 -70> 582 80<-108 -76> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -190 44<536 551> 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -355 -110\nEndChar\nStartChar: uni1F2A\nEncoding: 7978 7978 1976\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 589 73<-257 -239> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -406 -90\nEndChar\nStartChar: uni1F2B\nEncoding: 7979 7979 1977\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 467 29<-225 -205> 588 74<-242 -214> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -318 43<547 562> 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -419 -90\nEndChar\nStartChar: uni1F2C\nEncoding: 7980 7980 1978\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 589 73<-257 -239> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -405 -90\nEndChar\nStartChar: uni1F2D\nEncoding: 7981 7981 1979\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 467 29<-232 -212> 588 74<-248 -220> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -325 43<547 562> 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -425 -90\nEndChar\nStartChar: uni1F2E\nEncoding: 7982 7982 1980\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 375 24<-205 -188> 476 65<-205 -188> 565 54<-123 -99> 608 54<-256 -233> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -147 36<443 457> 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -431 -182\nEndChar\nStartChar: uni1F2F\nEncoding: 7983 7983 1981\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 375 24<-169 -150> 479 62<-183 -150> 565 54<-121 -99> 608 54<-257 -233> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -247 35<443 455> 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -430 -182\nEndChar\nStartChar: uni1F30\nEncoding: 7984 7984 1982\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 557 29<82 103> 687 85<80 92>\nVStem: 59 84<85 451> 159 43<646 661> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1F31\nEncoding: 7985 7985 1983\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 557 29<128 153> 692 80<115 147>\nVStem: 33 44<646 661> 59 84<85 451> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1F32\nEncoding: 7986 7986 1984\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 679 73<17 35>\nVStem: 59 84<85 451> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1F33\nEncoding: 7987 7987 1985\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 557 29<62 82> 678 74<45 73>\nVStem: -31 43<637 652> 59 84<85 451> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1F34\nEncoding: 7988 7988 1986\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 679 73<16 34>\nVStem: 59 84<85 451> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1F35\nEncoding: 7989 7989 1987\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 557 29<61 81> 678 74<45 73>\nVStem: -32 43<637 652> 59 84<85 451> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1F36\nEncoding: 7990 7990 1988\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 557 24<94 111> 658 65<94 111> 747 54<176 200> 790 54<43 66>\nVStem: 59 84<85 451> 152 36<625 639> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1F37\nEncoding: 7991 7991 1989\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 557 24<129 148> 661 62<115 148> 747 54<177 199> 790 54<41 65>\nVStem: 51 35<625 637> 59 84<85 451> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1F38\nEncoding: 7992 7992 1990\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 447 29<-141 -121> 577 85<-143 -132> 643 19<18 42.6667 291 315>\nVStem: -65 43<537 550> 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 700 700 N 1 0 0 1 -275 -76\nEndChar\nStartChar: uni1F39\nEncoding: 7993 7993 1991\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 447 29<-96 -71> 582 80<-109 -77> 643 19<18 42.6667 291 315>\nVStem: -191 44<536 551> 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -356 -110\nEndChar\nStartChar: uni1F3A\nEncoding: 7994 7994 1992\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 589 73<-258 -240> 643 19<18 42.6667 291 315>\nVStem: 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -407 -90\nEndChar\nStartChar: uni1F3B\nEncoding: 7995 7995 1993\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 467 29<-226 -206> 588 74<-243 -215> 643 19<18 42.6667 291 315>\nVStem: -319 43<547 562> 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -420 -90\nEndChar\nStartChar: uni1F3C\nEncoding: 7996 7996 1994\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 589 73<-258 -240> 643 19<18 42.6667 291 315>\nVStem: 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -406 -90\nEndChar\nStartChar: uni1F3D\nEncoding: 7997 7997 1995\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 467 29<-233 -213> 588 74<-249 -221> 643 19<18 42.6667 291 315>\nVStem: -326 43<547 562> 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -426 -90\nEndChar\nStartChar: uni1F3E\nEncoding: 7998 7998 1996\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 375 24<-206 -189> 476 65<-206 -189> 565 54<-124 -100> 608 54<-257 -234> 643 19<18 42.6667 291 315>\nVStem: -148 36<443 457> 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -432 -182\nEndChar\nStartChar: uni1F3F\nEncoding: 7999 7999 1997\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 375 24<-170 -151> 479 62<-184 -151> 565 54<-122 -100> 608 54<-258 -234> 643 19<18 42.6667 291 315>\nVStem: -248 35<443 455> 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -431 -182\nEndChar\nStartChar: uni1F40\nEncoding: 8000 8000 1998\nWidth: 534\nFlags: W\nHStem: -10 29<265 286> 432 29<257 268> 557 29<214 235> 687 85<212 224>\nVStem: 36 93<223 257> 291 43<646 661> 405 92<185 224>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F41\nEncoding: 8001 8001 1999\nWidth: 534\nFlags: W\nHStem: -10 29<265 286> 432 29<257 268> 557 29<260 285> 692 80<247 279>\nVStem: 36 93<223 257> 165 44<646 661> 405 92<185 224>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F42\nEncoding: 8002 8002 2000\nWidth: 534\nFlags: W\nHStem: -10 29<265 286> 432 29<257 268> 679 73<149 167>\nVStem: 36 93<223 257> 405 92<185 224>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F43\nEncoding: 8003 8003 2001\nWidth: 534\nFlags: W\nHStem: -10 29<265 286> 432 29<257 268> 557 29<194 214> 678 74<177 205>\nVStem: 36 93<223 257> 101 43<637 652> 405 92<185 224>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F44\nEncoding: 8004 8004 2002\nWidth: 534\nFlags: W\nHStem: -10 29<265 286> 432 29<257 268> 679 73<148 166>\nVStem: 36 93<223 257> 405 92<185 224>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F45\nEncoding: 8005 8005 2003\nWidth: 534\nFlags: W\nHStem: -10 29<265 286> 432 29<257 268> 557 29<193 213> 678 74<177 205>\nVStem: 36 93<223 257> 100 43<637 652> 405 92<185 224>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F48\nEncoding: 8008 8008 2004\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 471 29<-125 -105> 601 85<-127 -116> 640 36<354 370>\nVStem: -49 43<561 574> 34 114<306 354> 574 114<306 354>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 700 700 N 1 0 0 1 -259 -52\nEndChar\nStartChar: uni1F49\nEncoding: 8009 8009 2005\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 471 29<-80 -55> 606 80<-93 -61> 640 36<354 370>\nVStem: -175 44<560 575> 34 114<306 354> 574 114<306 354>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -340 -86\nEndChar\nStartChar: uni1F4A\nEncoding: 8010 8010 2006\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 613 73<-242 -224> 640 36<354 370>\nVStem: 34 114<306 354> 574 114<306 354>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -391 -66\nEndChar\nStartChar: uni1F4B\nEncoding: 8011 8011 2007\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 491 29<-210 -190> 612 74<-227 -199> 640 36<354 370>\nVStem: -303 43<571 586> 34 114<306 354> 574 114<306 354>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -404 -66\nEndChar\nStartChar: uni1F4C\nEncoding: 8012 8012 2008\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 613 73<-242 -224> 640 36<354 370>\nVStem: 34 114<306 354> 574 114<306 354>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -390 -66\nEndChar\nStartChar: uni1F4D\nEncoding: 8013 8013 2009\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 491 29<-217 -197> 612 74<-233 -205> 640 36<354 370>\nVStem: -310 43<571 586> 34 114<306 354> 574 114<306 354>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -410 -66\nEndChar\nStartChar: uni1F50\nEncoding: 8016 8016 2010\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 557 29<214 235> 687 85<212 224>\nVStem: 19 24<333.062 354.874> 118 85<133 183> 291 43<646 661>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F51\nEncoding: 8017 8017 2011\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 557 29<260 285> 692 80<247 279>\nVStem: 19 24<333.062 354.874> 118 85<133 183> 165 44<646 661>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F52\nEncoding: 8018 8018 2012\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 679 73<149 167>\nVStem: 19 24<333.062 354.874> 118 85<133 183>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F53\nEncoding: 8019 8019 2013\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 557 29<194 214> 678 74<177 205>\nVStem: 19 24<333.062 354.874> 101 43<637 652> 118 85<133 183>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F54\nEncoding: 8020 8020 2014\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 679 73<148 166>\nVStem: 19 24<333.062 354.874> 118 85<133 183>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F55\nEncoding: 8021 8021 2015\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 557 29<193 213> 678 74<177 205>\nVStem: 19 24<333.062 354.874> 100 43<637 652> 118 85<133 183>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F56\nEncoding: 8022 8022 2016\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 557 24<226 243> 658 65<226 243> 747 54<308 332> 790 54<175 198>\nVStem: 19 24<333.062 354.874> 118 85<133 183> 284 36<625 639>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F57\nEncoding: 8023 8023 2017\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 557 24<261 280> 661 62<247 280> 747 54<309 331> 790 54<173 197>\nVStem: 19 24<333.062 354.874> 118 85<133 183> 183 35<625 637>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F59\nEncoding: 8025 8025 2018\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 470 29<-75 -50> 605 80<-88 -56> 631 41<134 159 559 584>\nVStem: -170 44<559 574> 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -335 -87\nEndChar\nStartChar: uni1F5B\nEncoding: 8027 8027 2019\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 478 29<-202 -182> 599 74<-219 -191> 631 41<134 159 559 584>\nVStem: -295 43<558 573> 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 -396 -79\nEndChar\nStartChar: uni1F5D\nEncoding: 8029 8029 2020\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 472 29<-211.694 -191.628> 593 74<-227.747 -199.655> 631 41<134 159 559 584>\nVStem: -305 43.1415<552 567> 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8158 8158 S 1.00329 0 0 1 -405.329 -85\nEndChar\nStartChar: uni1F5F\nEncoding: 8031 8031 2021\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 395 24<-137 -118> 499 62<-151 -118> 585 54<-89 -67> 628 54<-225 -201> 631 41<134 159 559 584>\nVStem: -215 35<463 475> 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -398 -162\nEndChar\nStartChar: uni1F60\nEncoding: 8032 8032 2018\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476> 557 29<317 338> 687 85<315 327>\nVStem: 41 92<213 247> 300 93<311.846 343> 323 48<149 183> 394 43<646 661> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1F61\nEncoding: 8033 8033 2019\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476> 557 29<363 388> 692 80<350 382>\nVStem: 41 92<213 247> 268 44<646 661> 300 93<311.846 343> 323 48<149 183> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1F62\nEncoding: 8034 8034 2020\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476> 679 73<252 270>\nVStem: 41 92<213 247> 300 93<311.846 343> 323 48<149 183> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1F63\nEncoding: 8035 8035 2021\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476> 557 29<297 317> 678 74<280 308>\nVStem: 41 92<213 247> 204 43<637 652> 300 93<311.846 343> 323 48<149 183> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1F64\nEncoding: 8036 8036 2022\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476> 679 73<251 269>\nVStem: 41 92<213 247> 300 93<311.846 343> 323 48<149 183> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1F65\nEncoding: 8037 8037 2023\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476> 557 29<296 316> 678 74<280 308>\nVStem: 41 92<213 247> 203 43<637 652> 300 93<311.846 343> 323 48<149 183> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1F66\nEncoding: 8038 8038 2024\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476> 557 24<329 346> 658 65<329 346> 747 54<411 435> 790 54<278 301>\nVStem: 41 92<213 247> 300 93<311.846 343> 323 48<149 183> 387 36<625 639> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1F67\nEncoding: 8039 8039 2025\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476> 557 24<364 383> 661 62<350 383> 747 54<412 434> 790 54<276 300>\nVStem: 41 92<213 247> 286 35<625 637> 300 93<311.846 343> 323 48<149 183> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1F68\nEncoding: 8040 8040 2026\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 471 29<-126 -106> 601 85<-128 -117> 650 26<353 369>\nVStem: -50 43<561 574> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 700 700 N 1 0 0 1 -260 -52\nEndChar\nStartChar: uni1F69\nEncoding: 8041 8041 2027\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 471 29<-81 -56> 606 80<-94 -62> 650 26<353 369>\nVStem: -176 44<560 575> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -341 -86\nEndChar\nStartChar: uni1F6A\nEncoding: 8042 8042 2028\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 613 73<-243 -225> 650 26<353 369>\nVStem: 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -392 -66\nEndChar\nStartChar: uni1F6B\nEncoding: 8043 8043 2029\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 491 29<-211 -191> 612 74<-228 -200> 650 26<353 369>\nVStem: -304 43<571 586> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -405 -66\nEndChar\nStartChar: uni1F6C\nEncoding: 8044 8044 2030\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 613 73<-243 -225> 650 26<353 369>\nVStem: 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -391 -66\nEndChar\nStartChar: uni1F6D\nEncoding: 8045 8045 2031\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 491 29<-218 -198> 612 74<-234 -206> 650 26<353 369>\nVStem: -311 43<571 586> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -411 -66\nEndChar\nStartChar: uni1F6E\nEncoding: 8046 8046 2032\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 399 24<-191 -174> 500 65<-191 -174> 589 54<-109 -85> 632 54<-242 -219> 650 26<353 369>\nVStem: -133 36<467 481> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -417 -158\nEndChar\nStartChar: uni1F6F\nEncoding: 8047 8047 2033\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 399 24<-155 -136> 503 62<-169 -136> 589 54<-107 -85> 632 54<-243 -219> 650 26<353 369>\nVStem: -233 35<467 479> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -416 -158\nEndChar\nStartChar: uni1F70\nEncoding: 8048 8048 2034\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266>\nVStem: 41 92<197 235> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F71\nEncoding: 8049 8049 2035\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266>\nVStem: 41 92<197 235> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F72\nEncoding: 8050 8050 2036\nWidth: 426\nFlags: W\nHStem: -10 36<210 244> 228 24<200 219> 437 24<207 234>\nVStem: 48 92<335 343>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 -24 0\nEndChar\nStartChar: uni1F73\nEncoding: 8051 8051 2037\nWidth: 426\nFlags: W\nHStem: -10 36<210 244> 228 24<200 219> 437 24<207 234>\nVStem: 48 92<335 343>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 -24 0\nEndChar\nStartChar: uni1F74\nEncoding: 8052 8052 2038\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F75\nEncoding: 8053 8053 2039\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F76\nEncoding: 8054 8054 2040\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143>\nVStem: 59 84<85 451> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1F77\nEncoding: 8055 8055 2041\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143>\nVStem: 59 84<85 451> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1F78\nEncoding: 8056 8056 2042\nWidth: 534\nFlags: W\nHStem: -10 29<265 286> 432 29<257 268>\nVStem: 36 93<223 257> 405 92<185 224>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F79\nEncoding: 8057 8057 2043\nWidth: 534\nFlags: W\nHStem: -10 29<265 286> 432 29<257 268>\nVStem: 36 93<223 257> 405 92<185 224>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7A\nEncoding: 8058 8058 2044\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113>\nVStem: 19 24<333.062 354.874> 118 85<133 183>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7B\nEncoding: 8059 8059 2045\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113>\nVStem: 19 24<333.062 354.874> 118 85<133 183>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7C\nEncoding: 8060 8060 2046\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476>\nVStem: 41 92<213 247> 300 93<311.846 343> 323 48<149 183> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1F7D\nEncoding: 8061 8061 2047\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476>\nVStem: 41 92<213 247> 300 93<311.846 343> 323 48<149 183> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1F80\nEncoding: 8064 8064 2048\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 29<214 235> 687 85<212 224>\nVStem: 41 92<204 235> 231 76<-164 -108 -78 -76> 291 43<646 661> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F81\nEncoding: 8065 8065 2049\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 29<260 285> 692 80<247 279>\nVStem: 41 92<204 235> 165 44<646 661> 231 76<-164 -108 -78 -76> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F82\nEncoding: 8066 8066 2050\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 679 73<149 167>\nVStem: 41 92<204 235> 231 76<-164 -108 -78 -76> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F83\nEncoding: 8067 8067 2051\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 29<194 214> 678 74<177 205>\nVStem: 41 92<204 235> 101 43<637 652> 231 76<-164 -108 -78 -76> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F84\nEncoding: 8068 8068 2052\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 679 73<148 166>\nVStem: 41 92<204 235> 231 76<-164 -108 -78 -76> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F85\nEncoding: 8069 8069 2053\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 29<193 213> 678 74<177 205>\nVStem: 41 92<204 235> 100 43<637 652> 231 76<-164 -108 -78 -76> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F86\nEncoding: 8070 8070 2054\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 24<226 243> 658 65<226 243> 747 54<308 332> 790 54<175 198>\nVStem: 41 92<204 235> 231 76<-164 -108 -78 -76> 284 36<625 639> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F87\nEncoding: 8071 8071 2055\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 557 24<261 280> 661 62<247 280> 747 54<309 331> 790 54<173 197>\nVStem: 41 92<204 235> 183 35<625 637> 231 76<-164 -108 -78 -76> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F88\nEncoding: 8072 8072 2056\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 0 37<870 899> 216 41<217 446> 471 29<28.75 48.75> 601 85<26.75 37.75>\nVStem: 15 198<1 19> 104.75 43<561 574> 451 255<1 19> 796 76<90 144 176 177> 938 25<78 87>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 7944 7944 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 667 253\nEndChar\nStartChar: uni1F89\nEncoding: 8073 8073 2057\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 0 37<870 899> 216 41<217 446> 471 29<73.75 98.75> 606 80<60.75 92.75>\nVStem: -21.25 44<560 575> 15 198<1 19> 451 255<1 19> 796 76<90 144 176 177> 938 25<78 87>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 7945 7945 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 667 253\nEndChar\nStartChar: uni1F8A\nEncoding: 8074 8074 2058\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 0 37<870 899> 216 41<217 446> 613 73<-88.25 -70.25>\nVStem: 15 198<1 19> 451 255<1 19> 796 76<90 144 176 177> 938 25<78 87>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 7946 7946 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 667 253\nEndChar\nStartChar: uni1F8B\nEncoding: 8075 8075 2059\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 0 37<870 899> 216 41<217 446> 491 29<-56.25 -36.25> 612 74<-73.25 -45.25>\nVStem: -149.25 43<571 586> 15 198<1 19> 451 255<1 19> 796 76<90 144 176 177> 938 25<78 87>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 7947 7947 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 667 253\nEndChar\nStartChar: uni1F8C\nEncoding: 8076 8076 2060\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 0 37<870 899> 216 41<217 446> 613 73<-88.25 -70.25>\nVStem: 15 198<1 19> 451 255<1 19> 796 76<90 144 176 177> 938 25<78 87>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 7948 7948 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 667 253\nEndChar\nStartChar: uni1F8D\nEncoding: 8077 8077 2061\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 0 37<870 899> 216 41<217 446> 491 29<-63.25 -43.25> 612 74<-79.25 -51.25>\nVStem: -156.25 43<571 586> 15 198<1 19> 451 255<1 19> 796 76<90 144 176 177> 938 25<78 87>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 7949 7949 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 667 253\nEndChar\nStartChar: uni1F8E\nEncoding: 8078 8078 2062\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 0 37<870 899> 216 41<217 446> 399 24<-36.25 -19.25> 500 65<-36.25 -19.25> 589 54<45.75 69.75> 632 54<-87.25 -64.25>\nVStem: 15 198<1 19> 21.75 36<467 481> 451 255<1 19> 796 76<90 144 176 177> 938 25<78 87>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 7950 7950 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 667 253\nEndChar\nStartChar: uni1F8F\nEncoding: 8079 8079 2063\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 0 37<870 899> 216 41<217 446> 399 24<-0.25 18.75> 503 62<-14.25 18.75> 589 54<47.75 69.75> 632 54<-88.25 -64.25>\nVStem: -78.25 35<467 479> 15 198<1 19> 451 255<1 19> 796 76<90 144 176 177> 938 25<78 87>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 7951 7951 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 667 253\nEndChar\nStartChar: uni1F90\nEncoding: 8080 8080 2064\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 29<214 235> 687 85<212 224>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 264 25<-176 -165> 291 43<646 661> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F91\nEncoding: 8081 8081 2065\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 29<260 285> 692 80<247 279>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 165 44<646 661> 264 25<-176 -165> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F92\nEncoding: 8082 8082 2066\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348> 679 73<149 167>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 264 25<-176 -165> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F93\nEncoding: 8083 8083 2067\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 29<194 214> 678 74<177 205>\nVStem: 19 24<320.062 346.022> 101 43<637 652> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 264 25<-176 -165> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F94\nEncoding: 8084 8084 2068\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348> 679 73<148 166>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 264 25<-176 -165> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F95\nEncoding: 8085 8085 2069\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 29<193 213> 678 74<177 205>\nVStem: 19 24<320.062 346.022> 100 43<637 652> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 264 25<-176 -165> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F96\nEncoding: 8086 8086 2070\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 24<226 243> 658 65<226 243> 747 54<308 332> 790 54<175 198>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 264 25<-176 -165> 284 36<625 639> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F97\nEncoding: 8087 8087 2071\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348> 557 24<261 280> 661 62<247 280> 747 54<309 331> 790 54<173 197>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 183 35<625 637> 264 25<-176 -165> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F98\nEncoding: 8088 8088 2072\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 0 37<866 895> 315 44<210 511> 447 29<-140 -120> 577 85<-142 -131> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -64 43<537 550> 107 102<96 314 360 576> 512 102<96 314 360 576> 792 76<90 144 176 177> 934 25<78 87>\nRef: 7976 7976 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 663 253\nEndChar\nStartChar: uni1F99\nEncoding: 8089 8089 2073\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 0 37<866 895> 315 44<210 511> 447 29<-95 -70> 582 80<-108 -76> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -190 44<536 551> 107 102<96 314 360 576> 512 102<96 314 360 576> 792 76<90 144 176 177> 934 25<78 87>\nRef: 7977 7977 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 663 253\nEndChar\nStartChar: uni1F9A\nEncoding: 8090 8090 2074\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 0 37<866 895> 315 44<210 511> 589 73<-257 -239> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: 107 102<96 314 360 576> 512 102<96 314 360 576> 792 76<90 144 176 177> 934 25<78 87>\nRef: 7978 7978 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 663 253\nEndChar\nStartChar: uni1F9B\nEncoding: 8091 8091 2075\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 0 37<866 895> 315 44<210 511> 467 29<-225 -205> 588 74<-242 -214> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -318 43<547 562> 107 102<96 314 360 576> 512 102<96 314 360 576> 792 76<90 144 176 177> 934 25<78 87>\nRef: 7979 7979 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 663 253\nEndChar\nStartChar: uni1F9C\nEncoding: 8092 8092 2076\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 0 37<866 895> 315 44<210 511> 589 73<-257 -239> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: 107 102<96 314 360 576> 512 102<96 314 360 576> 792 76<90 144 176 177> 934 25<78 87>\nRef: 7980 7980 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 663 253\nEndChar\nStartChar: uni1F9D\nEncoding: 8093 8093 2077\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 0 37<866 895> 315 44<210 511> 467 29<-232 -212> 588 74<-248 -220> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -325 43<547 562> 107 102<96 314 360 576> 512 102<96 314 360 576> 792 76<90 144 176 177> 934 25<78 87>\nRef: 7981 7981 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 663 253\nEndChar\nStartChar: uni1F9E\nEncoding: 8094 8094 2078\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 0 37<866 895> 315 44<210 511> 375 24<-205 -188> 476 65<-205 -188> 565 54<-123 -99> 608 54<-256 -233> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -147 36<443 457> 107 102<96 314 360 576> 512 102<96 314 360 576> 792 76<90 144 176 177> 934 25<78 87>\nRef: 7982 7982 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 663 253\nEndChar\nStartChar: uni1F9F\nEncoding: 8095 8095 2079\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 0 37<866 895> 315 44<210 511> 375 24<-169 -150> 479 62<-183 -150> 565 54<-121 -99> 608 54<-257 -233> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: -247 35<443 455> 107 102<96 314 360 576> 512 102<96 314 360 576> 792 76<90 144 176 177> 934 25<78 87>\nRef: 7983 7983 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 663 253\nEndChar\nStartChar: uni1FA0\nEncoding: 8096 8096 2080\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348> 557 29<317 338> 687 85<315 327>\nVStem: 41 92<210 244> 301 76<-164 -108 -78 -76> 323 48<146 180> 394 43<646 661> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FA1\nEncoding: 8097 8097 2081\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348> 557 29<363 388> 692 80<350 382>\nVStem: 41 92<210 244> 268 44<646 661> 301 76<-164 -108 -78 -76> 323 48<146 180> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FA2\nEncoding: 8098 8098 2082\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348> 679 73<252 270>\nVStem: 41 92<210 244> 301 76<-164 -108 -78 -76> 323 48<146 180> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FA3\nEncoding: 8099 8099 2083\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348> 557 29<297 317> 678 74<280 308>\nVStem: 41 92<210 244> 204 43<637 652> 301 76<-164 -108 -78 -76> 323 48<146 180> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FA4\nEncoding: 8100 8100 2084\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348> 679 73<251 269>\nVStem: 41 92<210 244> 301 76<-164 -108 -78 -76> 323 48<146 180> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FA5\nEncoding: 8101 8101 2085\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348> 557 29<296 316> 678 74<280 308>\nVStem: 41 92<210 244> 203 43<637 652> 301 76<-164 -108 -78 -76> 323 48<146 180> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FA6\nEncoding: 8102 8102 2086\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348> 557 24<329 346> 658 65<329 346> 747 54<411 435> 790 54<278 301>\nVStem: 41 92<210 244> 301 76<-164 -108 -78 -76> 323 48<146 180> 387 36<625 639> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FA7\nEncoding: 8103 8103 2087\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348> 557 24<364 383> 661 62<350 383> 747 54<412 434> 790 54<276 300>\nVStem: 41 92<210 244> 286 35<625 637> 301 76<-164 -108 -78 -76> 323 48<146 180> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FA8\nEncoding: 8104 8104 2088\nWidth: 757\nFlags: W\nHStem: 0 37<877 906> 0 88<113 284 462 625> 0 156<48 67 679 698> 471 29<-126 -106> 601 85<-128 -117> 650 26<353 369>\nVStem: -50 43<561 574> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416> 803 76<90 144 176 177> 945 25<78 87>\nRef: 8040 8040 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 674 253\nEndChar\nStartChar: uni1FA9\nEncoding: 8105 8105 2089\nWidth: 757\nFlags: W\nHStem: 0 37<877 906> 0 88<113 284 462 625> 0 156<48 67 679 698> 471 29<-81 -56> 606 80<-94 -62> 650 26<353 369>\nVStem: -176 44<560 575> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416> 803 76<90 144 176 177> 945 25<78 87>\nRef: 8041 8041 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 674 253\nEndChar\nStartChar: uni1FAA\nEncoding: 8106 8106 2090\nWidth: 757\nFlags: W\nHStem: 0 37<877 906> 0 88<113 284 462 625> 0 156<48 67 679 698> 613 73<-243 -225> 650 26<353 369>\nVStem: 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416> 803 76<90 144 176 177> 945 25<78 87>\nRef: 8042 8042 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 674 253\nEndChar\nStartChar: uni1FAB\nEncoding: 8107 8107 2091\nWidth: 757\nFlags: W\nHStem: 0 37<877 906> 0 88<113 284 462 625> 0 156<48 67 679 698> 491 29<-211 -191> 612 74<-228 -200> 650 26<353 369>\nVStem: -304 43<571 586> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416> 803 76<90 144 176 177> 945 25<78 87>\nRef: 8043 8043 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 674 253\nEndChar\nStartChar: uni1FAC\nEncoding: 8108 8108 2092\nWidth: 757\nFlags: W\nHStem: 0 37<877 906> 0 88<113 284 462 625> 0 156<48 67 679 698> 613 73<-243 -225> 650 26<353 369>\nVStem: 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416> 803 76<90 144 176 177> 945 25<78 87>\nRef: 8044 8044 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 674 253\nEndChar\nStartChar: uni1FAD\nEncoding: 8109 8109 2093\nWidth: 757\nFlags: W\nHStem: 0 37<877 906> 0 88<113 284 462 625> 0 156<48 67 679 698> 491 29<-218 -198> 612 74<-234 -206> 650 26<353 369>\nVStem: -311 43<571 586> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416> 803 76<90 144 176 177> 945 25<78 87>\nRef: 8045 8045 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 674 253\nEndChar\nStartChar: uni1FAE\nEncoding: 8110 8110 2094\nWidth: 757\nFlags: W\nHStem: 0 37<877 906> 0 88<113 284 462 625> 0 156<48 67 679 698> 399 24<-191 -174> 500 65<-191 -174> 589 54<-109 -85> 632 54<-242 -219> 650 26<353 369>\nVStem: -133 36<467 481> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416> 803 76<90 144 176 177> 945 25<78 87>\nRef: 8046 8046 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 674 253\nEndChar\nStartChar: uni1FAF\nEncoding: 8111 8111 2095\nWidth: 757\nFlags: W\nHStem: 0 37<877 906> 0 88<113 284 462 625> 0 156<48 67 679 698> 399 24<-155 -136> 503 62<-169 -136> 589 54<-107 -85> 632 54<-243 -219> 650 26<353 369>\nVStem: -233 35<467 479> 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416> 803 76<90 144 176 177> 945 25<78 87>\nRef: 8047 8047 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 674 253\nEndChar\nStartChar: uni1FB0\nEncoding: 8112 8112 2096\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 547 60<233 251>\nVStem: 41 92<197 235> 539 19<101 107>\nFore\n387 704 m 5\n 379 618 340 547 244 547 c 4\n 150 547 106 617 106 704 c 5\n 135 704 l 5\n 145 643 184 607 246 607 c 4\n 316 607 336 645 358 704 c 5\n 387 704 l 5\nEndSplineSet\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB1\nEncoding: 8113 8113 2097\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266> 587 54<91 402>\nVStem: 41 92<197 235> 539 19<101 107>\nFore\n402 587 m 5\n 91 587 l 5\n 91 641 l 5\n 402 641 l 5\n 402 587 l 5\nEndSplineSet\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB2\nEncoding: 8114 8114 2098\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266>\nVStem: 41 92<204 235> 231 76<-164 -108 -78 -76> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB3\nEncoding: 8115 8115 2099\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20G<431 515> 432 29<238 266>\nVStem: 41 92<204 235> 231 76<-164 -108 -78 -76> 373 25<-176 -165> 539 19<98 107>\nFore\n558 107 m 1\n 558 69 554 -10 501 -10 c 0\n 438 -10 428 71 419 118 c 1\n 417 118 l 1\n 389 45 317 -10 238 -10 c 0\n 112 -10 41 106 41 221 c 0\n 41 339 120 461 248 461 c 0\n 343 461 385 373 397 291 c 1\n 399 291 l 1\n 431 451 l 1\n 515 451 l 1\n 501 371 482 291 458 214 c 0\n 454 202 438 161 438 151 c 0\n 438 125 472 63 501 63 c 0\n 525 63 539 85 539 107 c 1\n 558 107 l 1\n398 -165 m 1\n 398 -225 363 -253 305 -253 c 0\n 252 -253 231 -225 231 -174 c 2\n 231 -75 l 1\n 307 -75 l 1\n 307 -94 291 -216 334 -216 c 0\n 362 -216 373 -189 373 -165 c 1\n 398 -165 l 1\n378 233 m 0\n 378 310 349 432 252 432 c 0\n 151 432 133 281 133 206 c 128\n 133 131 159 19 253 19 c 0\n 352 19 378 157 378 233 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FB4\nEncoding: 8116 8116 2100\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266>\nVStem: 41 92<204 235> 231 76<-164 -108 -78 -76> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB6\nEncoding: 8118 8118 2101\nWidth: 587\nFlags: W\nHStem: -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266>\nVStem: 41 92<197 235> 539 19<101 107>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB7\nEncoding: 8119 8119 2102\nWidth: 587\nFlags: W\nHStem: -253 37<305 334> -253 178<296 306> -10 29<238 256> -10 73<499 506> 431 20<431 515> 432 29<238 266>\nVStem: 41 92<204 235> 231 76<-164 -108 -78 -76> 373 25<-176 -165> 539 19<98 107>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB8\nEncoding: 8120 8120 2103\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 726 60<335.5 390> 863 20<220 249 249 249 472 501 501 501>\nVStem: 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 194 219\nEndChar\nStartChar: uni1FB9\nEncoding: 8121 8121 2104\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446> 726 54<205 516>\nVStem: 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 194 179\nEndChar\nStartChar: uni1FBA\nEncoding: 8122 8122 2105\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446>\nVStem: 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 -48 0\nEndChar\nStartChar: uni1FBB\nEncoding: 8123 8123 2106\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 216 41<217 446>\nVStem: 15 198<1 19> 451 255<1 19>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 -48 0\nEndChar\nStartChar: uni1FBC\nEncoding: 8124 8124 2107\nWidth: 722\nFlags: W\nHStem: 0 19<15 38 198 212 451.031 482.313 691.75 706> 0 37<870 899> 216 41<217 446>\nVStem: 15 198<1 19> 451 255<1 19> 796 76<90 144 176 177> 938 25<78 87>\nDStem: 331 532 367 674 447 257 616 106 347 674 331 532 139 183 216 257\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 667 253\nEndChar\nStartChar: uni1FBD\nEncoding: 8125 8125 2108\nWidth: 250\nFlags: W\nHStem: 620 29<-34.5 -14.5> 750 85<-36.5 -25.5>\nVStem: 41.5 43<710 723>\nRef: 700 700 N 1 0 0 1 -168.5 97\nEndChar\nStartChar: uni1FBE\nEncoding: 8126 8126 2108\nWidth: 332\nFlags: W\nHStem: -253 37<203 232>\nVStem: 129 76<-163 -109 -77 -76> 271 25<-175 -166>\nRef: 890 890 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBF\nEncoding: 8127 8127 2109\nWidth: 500\nFlags: W\nHStem: 557 29<214 235> 687 85<212 224>\nVStem: 291 43<646 661>\nFore\n334 661 m 0\n 334 606 289 557 233 557 c 0\n 210 557 186 561 165 570 c 1\n 174 594 l 1\n 191 587 210 586 229 586 c 0\n 262 586 291 614 291 647 c 0\n 291 673 281 692 252 692 c 0\n 240 692 228 687 216 687 c 0\n 188 687 169 699 169 729 c 0\n 169 758 196 772 222 772 c 0\n 291 772 334 730 334 661 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FC0\nEncoding: 8128 8128 2110\nWidth: 500\nFlags: W\nFore\n409 694 m 1\n 400 643 364 597 309 597 c 0\n 253 597 218 640 174 640 c 0\n 146 640 130 622 120 597 c 1\n 93 597 l 1\n 103 651 139 694 197 694 c 0\n 246 694 282 651 331 651 c 0\n 355 651 374 673 382 694 c 1\n 409 694 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FC1\nEncoding: 8129 8129 2111\nWidth: 534\nFlags: W\nHStem: 692 54<324 346> 735 54<189 212>\nVStem: 124 96<594.949 608> 314 96<594.949 608>\nFore\n424 789 m 1\n 415 738 379 692 324 692 c 128\n 269 692 232 735 189 735 c 0\n 161 735 145 717 135 692 c 1\n 108 692 l 1\n 118 746 154 789 212 789 c 0\n 261 789 297 746 346 746 c 0\n 370 746 389 768 396 789 c 1\n 424 789 l 1\n410 605 m 0\n 410 578 389 557 362 557 c 128\n 335 557 314 578 314 605 c 128\n 314 632 335 653 362 653 c 128\n 389 653 410 632 410 605 c 0\n220 605 m 0\n 220 578 199 557 172 557 c 128\n 145 557 124 578 124 605 c 128\n 124 632 145 653 172 653 c 128\n 199 653 220 632 220 605 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni1FC2\nEncoding: 8130 8130 2112\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 264 25<-176 -165> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC3\nEncoding: 8131 8131 2113\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21G<118 203> 420 41<85 110> 425 36<328 348>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 264 25<-176 -165> 391 84<-224 326>\nFore\n475 -224 m 1\n 391 -224 l 1\n 391 326 l 2\n 391 367 381 425 329 425 c 0\n 179 425 203 72 203 0 c 1\n 118 0 l 1\n 118 359 l 2\n 118 383 118 420 85 420 c 0\n 46 420 43 347 43 320 c 1\n 19 320 l 1\n 19 381 32 461 110 461 c 0\n 201 461 197 362 200 297 c 1\n 203 297 l 1\n 218 372 259 461 348 461 c 0\n 455 461 475 383 475 293 c 2\n 475 -224 l 1\n289 -165 m 1\n 289 -225 254 -253 196 -253 c 0\n 143 -253 122 -225 122 -174 c 2\n 122 -75 l 1\n 198 -75 l 1\n 198 -94 182 -216 225 -216 c 0\n 253 -216 264 -189 264 -165 c 1\n 289 -165 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FC4\nEncoding: 8132 8132 2114\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 264 25<-176 -165> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC6\nEncoding: 8134 8134 2115\nWidth: 534\nFlags: W\nHStem: 0 21<118 203> 420 41<85 110> 425 36<328 348>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 391 84<-224 326>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC7\nEncoding: 8135 8135 2116\nWidth: 534\nFlags: W\nHStem: -253 37<196 225> -253 178<179.648 197> 0 21<118 203> 420 41<85 110> 425 36<328 348>\nVStem: 19 24<320.062 346.022> 118 85<0.0614921 178.177> 122 76<-164 -108 -78 -76> 264 25<-176 -165> 391 84<-224 326>\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC8\nEncoding: 8136 8136 2117\nWidth: 611\nFlags: W\nHStem: 0 19<12 29.25> 0 37<268 371> 326 42<202 380> 443 20<465 488> 624 38<220 412> 643 19<12 25.8>\nVStem: 99 102<96 325 369 576>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -336 -90\nEndChar\nStartChar: uni1FC9\nEncoding: 8137 8137 2118\nWidth: 611\nFlags: W\nHStem: 0 19<12 29.25> 0 37<268 371> 326 42<202 380> 443 20<465 488> 624 38<220 412> 643 19<12 25.8>\nVStem: 99 102<96 325 369 576>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -335 -90\nEndChar\nStartChar: uni1FCA\nEncoding: 8138 8138 2119\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -349 -76\nEndChar\nStartChar: uni1FCB\nEncoding: 8139 8139 2120\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 315 44<210 511> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: 107 102<96 314 360 576> 512 102<96 314 360 576>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -348 -76\nEndChar\nStartChar: uni1FCC\nEncoding: 8140 8140 2121\nWidth: 722\nFlags: W\nHStem: 0 19<19 39.25 279.25 297 424 444.25 684.25 702> 0 37<866 895> 315 44<210 511> 643 19<19 31 282.6 297 424 436 687.6 702>\nVStem: 107 102<96 314 360 576> 512 102<96 314 360 576> 792 76<90 144 176 177> 934 25<78 87>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 663 253\nEndChar\nStartChar: uni1FCD\nEncoding: 8141 8141 2122\nWidth: 500\nFlags: W\nHStem: 679 73<149 167>\nFore\n385 557 m 1\n 361 557 l 1\n 350 576 272 691 272 725 c 0\n 272 743 289 752 305 752 c 0\n 333 752 340 735 346 711 c 2\n 385 557 l 1\n245 656 m 0\n 245 580 195 557 127 557 c 1\n 130 586 l 1\n 168 586 209 595 209 641 c 0\n 209 682 187 679 156 679 c 0\n 129 679 118 689 118 717 c 0\n 118 744 136 752 160 752 c 0\n 215 752 245 707 245 656 c 0\nEndSplineSet\nEndChar\nStartChar: uni1FCE\nEncoding: 8142 8142 2123\nWidth: 500\nFlags: W\nHStem: 679 73<148 166>\nFore\n384 725 m 0\n 384 695 303 572 294 557 c 1\n 270 557 l 1\n 310 711 l 2\n 316 734 322 752 350 752 c 0\n 366 752 384 743 384 725 c 0\n244 656 m 4\n 244 580 193 557 125 557 c 1\n 128 586 l 1\n 166 586 208 594 208 641 c 0\n 208 680 187 679 156 679 c 0\n 129 679 117 688 117 717 c 0\n 117 744 135 752 159 752 c 0\n 214 752 244 707 244 656 c 4\nEndSplineSet\nEndChar\nStartChar: uni1FCF\nEncoding: 8143 8143 2124\nWidth: 500\nFlags: W\nHStem: 557 24<226 243> 658 65<226 243> 747 54<308 332> 790 54<175 198>\nVStem: 284 36<625 639>\nFore\n410 844 m 1\n 400 792 365 747 309 747 c 0\n 254 747 219 790 175 790 c 0\n 147 790 131 772 121 747 c 1\n 93 747 l 1\n 104 801 140 844 198 844 c 0\n 247 844 283 801 332 801 c 0\n 356 801 375 823 382 844 c 1\n 410 844 l 1\n320 637 m 0\n 320 594 283 557 240 557 c 0\n 222 557 205 560 188 567 c 1\n 195 588 l 1\n 208 582 223 581 237 581 c 0\n 263 581 284 601 284 627 c 0\n 284 671 256 658 228 658 c 0\n 207 658 191 666 191 689 c 0\n 191 713 212 723 233 723 c 0\n 286 723 320 690 320 637 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni1FD0\nEncoding: 8144 8144 2125\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 547 60<101 119>\nVStem: 59 84<85 451> 241 24<101 145>\nFore\n255 704 m 5\n 247 618 208 547 112 547 c 4\n 18 547 -26 617 -26 704 c 5\n 3 704 l 5\n 13 643 52 607 114 607 c 4\n 184 607 204 645 226 704 c 5\n 255 704 l 5\nEndSplineSet\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD1\nEncoding: 8145 8145 2126\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 587 54<-41 270>\nVStem: 59 84<85 451> 241 24<101 145>\nFore\n270 587 m 5\n -41 587 l 5\n -41 641 l 5\n 270 641 l 5\n 270 587 l 5\nEndSplineSet\nRef: 953 953 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FD2\nEncoding: 8146 8146 2127\nWidth: 267\nFlags: W\nHStem: -10 36<160 187> 431 20G<59 143> 557 96<18.9489 32 220 226>\nVStem: -19 96<597 615> 59 84<85 451> 176 96<597 615> 241 24<101 145>\nFore\n272 605 m 0\n 272 578 251 557 224 557 c 128\n 197 557 176 578 176 605 c 128\n 176 632 197 653 224 653 c 128\n 251 653 272 632 272 605 c 0\n162 557 m 1\n 138 557 l 1\n 127 576 49 691 49 725 c 0\n 49 743 67 752 83 752 c 0\n 111 752 117 734 123 711 c 2\n 162 557 l 1\n77 605 m 0\n 77 578 56 557 29 557 c 128\n 2 557 -19 578 -19 605 c 128\n -19 632 2 653 29 653 c 128\n 56 653 77 632 77 605 c 0\n265 111 m 2\n 265 38 241 -10 161 -10 c 0\n 84 -10 59 35 59 106 c 2\n 59 451 l 1\n 143 451 l 1\n 143 72 l 2\n 143 46 160 26 187 26 c 0\n 248 26 241 103 241 145 c 1\n 265 145 l 1\n 265 111 l 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni1FD3\nEncoding: 8147 8147 2128\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20G<59 143> 557 96<13.9489 27 215 221>\nVStem: -24 96<597 615> 59 84<85 451> 171 96<597 615> 241 24<101 145>\nFore\n267 605 m 0\n 267 578 246 557 219 557 c 128\n 192 557 171 578 171 605 c 128\n 171 632 192 653 219 653 c 128\n 246 653 267 632 267 605 c 0\n198 725 m 0\n 198 695 117 572 108 557 c 1\n 84 557 l 1\n 124 711 l 2\n 130 734 136 752 164 752 c 0\n 180 752 198 743 198 725 c 0\n72 605 m 0\n 72 578 51 557 24 557 c 128\n -3 557 -24 578 -24 605 c 128\n -24 632 -3 653 24 653 c 128\n 51 653 72 632 72 605 c 0\n265 111 m 2\n 265 38 241 -10 161 -10 c 0\n 84 -10 59 35 59 106 c 2\n 59 451 l 1\n 143 451 l 1\n 143 72 l 2\n 143 46 160 26 187 26 c 0\n 248 26 241 103 241 145 c 1\n 265 145 l 1\n 265 111 l 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni1FD6\nEncoding: 8150 8150 2129\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143>\nVStem: 59 84<85 451> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1FD7\nEncoding: 8151 8151 2130\nWidth: 267\nFlags: W\nHStem: -10 36<161 187> 431 20<59 143> 692 54<192 214> 735 54<57 80>\nVStem: -8 96<594.949 608> 59 84<85 451> 182 96<594.949 608> 241 24<101 145>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8129 8129 S 1 0 0 1 -132 0\nEndChar\nStartChar: uni1FD8\nEncoding: 8152 8152 2131\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 643 19<18 42.6667 291 315> 702 60<141.5 196> 839 20<26 55 55 55 278 307 307 307>\nVStem: 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 0 195\nEndChar\nStartChar: uni1FD9\nEncoding: 8153 8153 2132\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 643 19<18 42.6667 291 315> 702 54<11 322>\nVStem: 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 0 155\nEndChar\nStartChar: uni1FDA\nEncoding: 8154 8154 2133\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 643 19<18 42.6667 291 315>\nVStem: 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -330 -90\nEndChar\nStartChar: uni1FDB\nEncoding: 8155 8155 2134\nWidth: 333\nFlags: W\nHStem: 0 19<18 55 279 315> 643 19<18 42.6667 291 315>\nVStem: 115 102<96 576>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -329 -90\nEndChar\nStartChar: uni1FDD\nEncoding: 8157 8157 2135\nWidth: 500\nFlags: W\nHStem: 557 29<194 214> 678 74<177 205>\nVStem: 101 43<637 652>\nFore\n398 557 m 1\n 374 557 l 1\n 363 576 285 691 285 725 c 0\n 285 743 303 752 319 752 c 0\n 347 752 353 734 359 711 c 2\n 398 557 l 1\n256 569 m 1\n 237 561 217 557 196 557 c 0\n 145 557 101 601 101 652 c 0\n 101 714 143 752 204 752 c 0\n 228 752 253 739 253 712 c 128\n 253 685 236 673 210 673 c 0\n 199 673 189 678 178 678 c 0\n 153 678 144 659 144 637 c 0\n 144 607 170 586 199 586 c 0\n 216 586 233 587 249 594 c 1\n 256 569 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni1FDE\nEncoding: 8158 8158 2136\nWidth: 500\nFlags: W\nHStem: 557 29<193 213> 678 74<177 205>\nVStem: 100 43<637 652>\nFore\n404 725 m 0\n 404 691 326 576 315 557 c 1\n 291 557 l 1\n 330 711 l 2\n 336 735 343 752 371 752 c 0\n 387 752 404 743 404 725 c 0\n255 569 m 1\n 236 561 216 557 195 557 c 0\n 144 557 100 601 100 652 c 0\n 100 715 143 752 204 752 c 0\n 228 752 253 739 253 712 c 0\n 253 684 235 673 209 673 c 0\n 198 673 189 678 178 678 c 0\n 153 678 143 660 143 637 c 0\n 143 607 169 586 198 586 c 0\n 215 586 232 587 248 594 c 1\n 255 569 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni1FDF\nEncoding: 8159 8159 2137\nWidth: 500\nFlags: W\nHStem: 557 24<261 280> 661 62<247 280> 747 54<309 331> 790 54<173 197>\nVStem: 183 35<625 637>\nFore\n409 844 m 1\n 400 793 364 747 309 747 c 0\n 252 747 219 790 174 790 c 0\n 146 790 130 772 120 747 c 1\n 93 747 l 1\n 103 801 139 844 197 844 c 0\n 246 844 282 801 331 801 c 0\n 355 801 374 823 382 844 c 1\n 409 844 l 1\n314 567 m 1\n 298 560 280 557 263 557 c 0\n 219 557 183 593 183 637 c 0\n 183 691 216 723 270 723 c 0\n 291 723 312 712 312 689 c 0\n 312 648 273 661 248 661 c 0\n 227 661 218 646 218 627 c 0\n 218 601 239 581 265 581 c 0\n 280 581 294 582 308 588 c 1\n 314 567 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni1FE0\nEncoding: 8160 8160 2138\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 547 60<233 251>\nVStem: 19 24<333.062 354.874> 118 85<133 183>\nFore\n387 704 m 5\n 379 618 340 547 244 547 c 4\n 150 547 106 617 106 704 c 5\n 135 704 l 5\n 145 643 184 607 246 607 c 4\n 316 607 336 645 358 704 c 5\n 387 704 l 5\nEndSplineSet\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE1\nEncoding: 8161 8161 2139\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 587 54<91 402>\nVStem: 19 24<333.062 354.874> 118 85<133 183>\nFore\n402 587 m 5\n 91 587 l 5\n 91 641 l 5\n 402 641 l 5\n 402 587 l 5\nEndSplineSet\nRef: 965 965 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE2\nEncoding: 8162 8162 2140\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 557 96<162 180 357 372>\nVStem: 19 24<333.062 354.874> 118 85<133 183> 124 96<597 615> 319 96<597 615>\nFore\n415 605 m 0\n 415 578 394 557 367 557 c 128\n 340 557 319 578 319 605 c 128\n 319 632 340 653 367 653 c 128\n 394 653 415 632 415 605 c 0\n305 557 m 1\n 281 557 l 1\n 270 576 192 691 192 725 c 0\n 192 743 210 752 226 752 c 0\n 254 752 260 734 266 711 c 2\n 305 557 l 1\n220 605 m 0\n 220 578 199 557 172 557 c 128\n 145 557 124 578 124 605 c 128\n 124 632 145 653 172 653 c 128\n 199 653 220 632 220 605 c 0\n464 305 m 0\n 464 175 438 -10 270 -10 c 0\n 172 -10 118 56 118 151 c 0\n 118 223 126 296 126 368 c 0\n 126 390 120 425 91 425 c 0\n 49 425 43 364 43 333 c 1\n 19 333 l 1\n 19 399 34 461 113 461 c 0\n 184 461 210 390 210 330 c 0\n 210 268 203 206 203 144 c 0\n 203 83 216 26 289 26 c 0\n 376 26 420 117 420 193 c 0\n 420 272 359 337 359 411 c 0\n 359 436 373 461 401 461 c 0\n 466 461 464 349 464 305 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FE3\nEncoding: 8163 8163 2141\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 557 96<162 169 354 372>\nVStem: 19 24<333.062 354.874> 118 85<133 183> 119 96<597 615> 314 96<597 615>\nFore\n410 605 m 0\n 410 578 389 557 362 557 c 128\n 335 557 314 578 314 605 c 128\n 314 632 335 653 362 653 c 128\n 389 653 410 632 410 605 c 0\n341 725 m 0\n 341 697 270 588 252 557 c 1\n 228 557 l 1\n 267 711 l 2\n 273 734 279 752 307 752 c 0\n 323 752 341 743 341 725 c 0\n215 605 m 0\n 215 578 194 557 167 557 c 128\n 140 557 119 578 119 605 c 128\n 119 632 140 653 167 653 c 128\n 194 653 215 632 215 605 c 0\n464 305 m 0\n 464 175 438 -10 270 -10 c 0\n 172 -10 118 56 118 151 c 0\n 118 223 126 296 126 368 c 0\n 126 390 120 425 91 425 c 0\n 49 425 43 364 43 333 c 1\n 19 333 l 1\n 19 399 34 461 113 461 c 0\n 184 461 210 390 210 330 c 0\n 210 268 203 206 203 144 c 0\n 203 83 216 26 289 26 c 0\n 376 26 420 117 420 193 c 0\n 420 272 359 337 359 411 c 0\n 359 436 373 461 401 461 c 0\n 466 461 464 349 464 305 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FE4\nEncoding: 8164 8164 2142\nWidth: 534\nFlags: W\nHStem: -10 29<259 277> 432 29<251 268> 557 29<214 235> 687 85<212 224>\nVStem: 56 83<-142 32.9688> 291 43<646 661> 389 92<195 233>\nRef: 961 961 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE5\nEncoding: 8165 8165 2143\nWidth: 534\nFlags: W\nHStem: -10 29<259 277> 432 29<251 268> 557 29<260 285> 692 80<247 279>\nVStem: 56 83<-142 32.9688> 165 44<646 661> 389 92<195 233>\nRef: 961 961 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE6\nEncoding: 8166 8166 2144\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113>\nVStem: 19 24<333.062 354.874> 118 85<133 183>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE7\nEncoding: 8167 8167 2145\nWidth: 534\nFlags: W\nHStem: -10 36<269 291> 425 36<90 113> 692 54<324 346> 735 54<189 212>\nVStem: 19 24<333.062 354.874> 118 85<133 183> 124 96<594.949 608> 314 96<594.949 608>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8129 8129 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FE8\nEncoding: 8168 8168 2146\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 631 41<134 159 559 584> 726 60<334 388.5> 863 20<218.5 247.5 247.5 247.5 470.5 499.5 499.5 499.5>\nVStem: 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 192.5 219\nEndChar\nStartChar: uni1FE9\nEncoding: 8169 8169 2147\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 631 41<134 159 559 584> 726 54<203.5 514.5>\nVStem: 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 192.5 179\nEndChar\nStartChar: uni1FEA\nEncoding: 8170 8170 2148\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 631 41<134 159 559 584>\nVStem: 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -307 -66\nEndChar\nStartChar: uni1FEB\nEncoding: 8171 8171 2149\nWidth: 696\nFlags: W\nHStem: 0 18<217.063 244.848 489 500> 631 41<134 159 559 584>\nVStem: 41 77<575 609> 307 104<67.6002 336> 564 113<540 575> 600 77<575 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -306 -66\nEndChar\nStartChar: uni1FEC\nEncoding: 8172 8172 2150\nWidth: 556\nFlags: W\nHStem: 0 19<16 32.2 259.5 296> 288.413 39.587<240 288> 447 29<-98 -73> 582 80<-111 -79> 625 37<224 272> 643 19<16 27.8333>\nVStem: -193 44<536 551> 16 280<1 19> 100 102<96 290 331 576> 433 109<464 496>\nRef: 929 929 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -358 -110\nEndChar\nStartChar: uni1FED\nEncoding: 8173 8173 2151\nWidth: 534\nFlags: W\nVStem: 124 96<594.949 608> 319 96<594.949 608>\nFore\n415 605 m 0\n 415 578 394 557 367 557 c 128\n 340 557 319 578 319 605 c 128\n 319 632 340 653 367 653 c 128\n 394 653 415 632 415 605 c 0\n305 557 m 1\n 281 557 l 1\n 270 576 192 691 192 725 c 0\n 192 743 210 752 226 752 c 0\n 254 752 260 734 266 711 c 2\n 305 557 l 1\n220 605 m 0\n 220 578 199 557 172 557 c 128\n 145 557 124 578 124 605 c 128\n 124 632 145 653 172 653 c 128\n 199 653 220 632 220 605 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FEE\nEncoding: 8174 8174 2152\nWidth: 534\nFlags: W\nVStem: 119 96<594.949 608> 314 96<594.949 608>\nFore\n410 605 m 0\n 410 578 389 557 362 557 c 128\n 335 557 314 578 314 605 c 128\n 314 632 335 653 362 653 c 128\n 389 653 410 632 410 605 c 0\n341 725 m 0\n 341 697 270 588 252 557 c 1\n 228 557 l 1\n 267 711 l 2\n 273 734 279 752 307 752 c 0\n 323 752 341 743 341 725 c 0\n215 605 m 0\n 215 578 194 557 167 557 c 128\n 140 557 119 578 119 605 c 128\n 119 632 140 653 167 653 c 128\n 194 653 215 632 215 605 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FEF\nEncoding: 8175 8175 2153\nWidth: 500\nFlags: W\nFore\n308 557 m 1\n 284 557 l 1\n 273 576 195 691 195 725 c 0\n 195 743 212 752 228 752 c 0\n 256 752 263 735 269 711 c 2\n 308 557 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FF2\nEncoding: 8178 8178 2154\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348>\nVStem: 41 92<210 244> 301 76<-164 -108 -78 -76> 323 48<146 180> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FF3\nEncoding: 8179 8179 2155\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348>\nVStem: 41 92<210 244> 301 76<-164 -108 -78 -76> 323 48<146 180> 443 25<-176 -165> 560 92<210 244>\nFore\n652 228 m 0\n 652 126 593 -10 474 -10 c 0\n 394 -10 357 49 348 122 c 1\n 345 122 l 1\n 336 49 299 -10 219 -10 c 0\n 100 -10 41 126 41 228 c 0\n 41 348 110 458 240 461 c 1\n 240 437 l 1\n 130 426 133 313 133 229 c 0\n 133 161 134 19 230 19 c 0\n 302 19 323 102 323 160 c 0\n 323 223 300 287 300 329 c 0\n 300 360 312 385 347 385 c 0\n 381 385 393 359 393 329 c 0\n 393 282 371 221 371 160 c 0\n 371 102 390 19 463 19 c 0\n 562 19 560 168 560 237 c 0\n 560 320 560 426 453 437 c 1\n 453 461 l 1\n 583 458 652 348 652 228 c 0\n468 -165 m 1\n 468 -225 433 -253 375 -253 c 0\n 322 -253 301 -225 301 -174 c 2\n 301 -75 l 1\n 377 -75 l 1\n 377 -94 361 -216 404 -216 c 0\n 432 -216 443 -189 443 -165 c 1\n 468 -165 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FF4\nEncoding: 8180 8180 2156\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348>\nVStem: 41 92<210 244> 301 76<-164 -108 -78 -76> 323 48<146 180> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FF6\nEncoding: 8182 8182 2157\nWidth: 693\nFlags: W\nHStem: -10 29<216 234 456 476>\nVStem: 41 92<213 247> 300 93<311.846 343> 323 48<149 183> 560 92<213 247>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FF7\nEncoding: 8183 8183 2158\nWidth: 693\nFlags: W\nHStem: -253 37<375 404> -253 178<360 375> -10 29<216 234 456 476> 122 263<344 348>\nVStem: 41 92<210 244> 301 76<-164 -108 -78 -76> 323 48<146 180> 443 25<-176 -165> 560 92<210 244>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 103 0\nEndChar\nStartChar: uni1FF8\nEncoding: 8184 8184 2159\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 640 36<354 370>\nVStem: 34 114<306 354> 574 114<306 354>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -314 -66\nEndChar\nStartChar: uni1FF9\nEncoding: 8185 8185 2160\nWidth: 722\nFlags: W\nHStem: -14 36<354 370> 640 36<354 370>\nVStem: 34 114<306 354> 574 114<306 354>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -313 -66\nEndChar\nStartChar: uni1FFA\nEncoding: 8186 8186 2161\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 650 26<353 369>\nVStem: 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -315 -66\nEndChar\nStartChar: uni1FFB\nEncoding: 8187 8187 2162\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 650 26<353 369>\nVStem: 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -314 -66\nEndChar\nStartChar: uni1FFC\nEncoding: 8188 8188 2163\nWidth: 757\nFlags: W\nHStem: 0 37<877 906> 0 88<113 284 462 625> 0 156<48 67 679 698> 650 26<353 369>\nVStem: 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416> 803 76<90 144 176 177> 945 25<78 87>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 674 253\nEndChar\nStartChar: uni1FFD\nEncoding: 8189 8189 2164\nWidth: 500\nFlags: W\nFore\n307 725 m 0\n 307 695 226 572 217 557 c 1\n 193 557 l 1\n 233 711 l 2\n 239 734 245 752 273 752 c 0\n 289 752 307 743 307 725 c 0\nEndSplineSet\nEndChar\nStartChar: uni1FFE\nEncoding: 8190 8190 2165\nWidth: 500\nFlags: W\nHStem: 557 29<260 285> 692 80<247 279>\nVStem: 165 44<646 661>\nFore\n334 570 m 1\n 313 561 290 557 267 557 c 0\n 211 557 165 605 165 661 c 0\n 165 730 209 772 278 772 c 0\n 304 772 330 758 330 729 c 0\n 330 698 312 687 283 687 c 0\n 271 687 260 692 248 692 c 0\n 219 692 209 673 209 647 c 0\n 209 614 238 586 271 586 c 0\n 290 586 308 587 326 594 c 1\n 334 570 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: endash\nEncoding: 8211 8211 2166\nWidth: 500\nFlags: MW\nHStem: 201 49<0 500>\nFore\n0 250 m 1\n 500 250 l 1\n 500 201 l 1\n 0 201 l 1\n 0 250 l 1\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 2167\nWidth: 1000\nFlags: MW\nHStem: 201 49<0 1000>\nFore\n0 250 m 1\n 1000 250 l 1\n 1000 201 l 1\n 0 201 l 1\n 0 250 l 1\nEndSplineSet\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 2168\nWidth: 333\nFlags: MW\nHStem: 433 104 656 20<227 227>\nVStem: 115 39<547 552>\nFore\n227 676 m 1\n 236 657 l 1\n 182 620 154 584 154 551 c 0\n 154 543 160 537 168 537 c 0\n 169 537 169 537 176 539 c 0\n 182 540 189 541 195 541 c 0\n 231 541 254 521 254 490 c 0\n 254 456 230 433 195 433 c 0\n 150 433 115 471 115 522 c 0\n 115 582 160 643 227 676 c 1\nEndSplineSet\nKernsSLIF: 65 -110 1 0 198 -115 1 0 193 -110 1 0 196 -110 1 0 197 -110 1 0 84 -9 1 0 86 -23 1 0 87 -17 1 0 89 -26 1 0\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 2169\nWidth: 333\nFlags: MW\nHStem: 572 104\nVStem: 179 39<557 562>\nFore\n106 433 m 1\n 97 452 l 1\n 151 489 179 525 179 558 c 0\n 179 566 173 572 165 572 c 0\n 164 572 164 572 157 570 c 0\n 151 569 144 568 138 568 c 0\n 102 568 79 587 79 619 c 0\n 79 653 103 676 138 676 c 0\n 183 676 218 637 218 587 c 0\n 218 527 173 466 106 433 c 1\nEndSplineSet\nKernsSLIF: 65 -130 1 0 198 -135 1 0 193 -130 1 0 196 -130 1 0 197 -130 1 0 44 -71 1 0 100 -56 1 0 111 -54 1 0 46 -78 1 0 114 -44 1 0 115 -47 1 0 116 -43 1 0 118 -47 1 0 119 -47 1 0 121 -45 1 0\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 2170\nWidth: 333\nFlags: W\nHStem: -6 20 -2 104\nVStem: 179 39<-17 -12>\nFore\n106 -141 m 1\n 97 -122 l 1\n 151 -85 179 -48 179 -16 c 0\n 179 -8 173 -2 165 -2 c 0\n 164 -2 164 -2 157 -4 c 0\n 151 -5 144 -6 138 -6 c 0\n 102 -6 79 13 79 45 c 0\n 79 79 103 102 138 102 c 0\n 183 102 218 63 218 13 c 0\n 218 -47 173 -108 106 -141 c 1\nEndSplineSet\nEndChar\nStartChar: quotereversed\nEncoding: 8219 8219 2171\nWidth: 333\nFlags: W\nHStem: 569 108<191 198>\nVStem: 115.003 138.997<581 619>\nFore\n227 434 m 1\n 197 444 115 510 115 581 c 0\n 115 664 173 677 196 677 c 0\n 221 677 254 662 254 619 c 0\n 254 579 218 569 192 569 c 0\n 185 569 180 570 177 571 c 0\n 173 572 170 573 168 573 c 0\n 161 573 154 568 154 559 c 0\n 154 540 170 495 236 453 c 1\n 227 434 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 2172\nWidth: 444\nFlags: MW\nHStem: 433 104 656 20<155 155 387 387>\nVStem: 43 39<547 552> 275 39<547 552>\nFore\n155 676 m 1\n 164 657 l 1\n 110 620 82 584 82 551 c 0\n 82 543 88 537 96 537 c 0\n 97 537 97 537 104 539 c 0\n 110 540 117 541 123 541 c 0\n 159 541 182 522 182 490 c 0\n 182 456 158 433 123 433 c 0\n 78 433 43 471 43 522 c 0\n 43 582 88 643 155 676 c 1\n387 676 m 1\n 396 657 l 1\n 342 620 314 584 314 551 c 0\n 314 543 320 537 328 537 c 0\n 329 537 329 537 336 539 c 0\n 342 540 349 541 355 541 c 0\n 391 541 414 522 414 490 c 0\n 414 456 390 433 355 433 c 0\n 310 433 275 471 275 522 c 0\n 275 582 320 643 387 676 c 1\nEndSplineSet\nKernsSLIF: 65 -86 1 0 198 -91 1 0 193 -86 1 0 196 -86 1 0 197 -86 1 0 84 14 1 0 86 1 1 0 87 7 1 0 89 -1 1 0\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 2173\nWidth: 444\nFlags: MW\nHStem: 572 104\nVStem: 130 39<557 562> 362 39<557 562>\nFore\n57 433 m 1\n 48 452 l 1\n 102 489 130 526 130 558 c 0\n 130 566 124 572 116 572 c 0\n 115 572 115 572 108 570 c 0\n 102 569 95 568 89 568 c 0\n 52 568 30 587 30 619 c 0\n 30 653 54 676 89 676 c 0\n 134 676 169 637 169 587 c 0\n 169 527 124 466 57 433 c 1\n289 433 m 1\n 280 452 l 1\n 334 489 362 526 362 558 c 0\n 362 566 356 572 348 572 c 0\n 347 572 347 572 340 570 c 0\n 334 569 327 568 321 568 c 0\n 284 568 262 587 262 619 c 0\n 262 653 286 676 321 676 c 0\n 366 676 401 637 401 587 c 0\n 401 527 356 466 289 433 c 1\nEndSplineSet\nKernsSLIF: 65 -94 1 0 198 -99 1 0 193 -94 1 0 196 -94 1 0 197 -94 1 0 84 11 1 0 87 6 1 0 89 -2 1 0\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 2174\nWidth: 444\nFlags: W\nHStem: -6 20 -2 104\nVStem: 145 39<-17 -12> 377 39<-17 -12>\nFore\n72 -141 m 1\n 63 -122 l 1\n 117 -85 145 -48 145 -16 c 0\n 145 -8 139 -2 131 -2 c 0\n 130 -2 130 -2 123 -4 c 0\n 117 -5 110 -6 104 -6 c 0\n 67 -6 45 13 45 45 c 0\n 45 79 69 102 104 102 c 0\n 149 102 184 63 184 13 c 0\n 184 -47 139 -108 72 -141 c 1\n304 -141 m 1\n 295 -122 l 1\n 349 -85 377 -48 377 -16 c 0\n 377 -8 371 -2 363 -2 c 0\n 362 -2 362 -2 355 -4 c 0\n 349 -5 342 -6 336 -6 c 0\n 299 -6 277 13 277 45 c 0\n 277 79 301 102 336 102 c 0\n 381 102 416 63 416 13 c 0\n 416 -47 371 -108 304 -141 c 1\nEndSplineSet\nKernsSLIF: 65 12 1 0 198 19 1 0 84 -60 1 0 86 -104 1 0 87 -76 1 0 89 -87 1 0\nEndChar\nStartChar: uni201F\nEncoding: 8223 8223 2175\nWidth: 444\nFlags: W\nHStem: 569 108<119 126 347 363>\nVStem: 43.0028 138.997<581 619> 275.003 138.997<581 619>\nFore\n155 434 m 1\n 125 444 43 510 43 581 c 0\n 43 664 101 677 124 677 c 0\n 149 677 182 662 182 619 c 0\n 182 579 146 569 120 569 c 0\n 113 569 108 570 105 571 c 0\n 101 572 98 573 96 573 c 0\n 89 573 82 568 82 559 c 0\n 82 540 98 495 164 453 c 1\n 155 434 l 1\n387 434 m 1\n 357 444 275 510 275 581 c 0\n 275 664 333 677 356 677 c 0\n 381 677 414 662 414 619 c 0\n 414 579 378 569 352 569 c 0\n 345 569 340 570 337 571 c 0\n 333 572 330 573 328 573 c 0\n 321 573 314 568 314 559 c 0\n 314 540 330 495 396 453 c 1\n 387 434 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: dagger\nEncoding: 8224 8224 2176\nWidth: 500\nFlags: MW\nHStem: 656 20<239 263>\nVStem: 241 22<-149 -26>\nFore\n263 -149 m 1\n 241 -149 l 1\n 241 -26 l 2\n 241 65 223 185 198 253 c 1\n 228 284 241 339 240 438 c 1\n 206 435 189 431 149 416 c 0\n 125 407 115 404 103 404 c 0\n 75 404 59 419 59 447 c 0\n 59 473 76 491 99 491 c 0\n 110 491 128 486 148 478 c 0\n 189 461 206 457 240 456 c 1\n 241 509 236 533 216 584 c 0\n 209 603 204 620 204 630 c 0\n 204 654 227 676 251 676 c 128\n 275 676 298 654 298 630 c 0\n 298 620 293 603 285 584 c 0\n 266 534 261 510 261 456 c 1\n 297 457 313 461 354 478 c 0\n 374 486 392 491 404 491 c 0\n 426 491 443 472 443 447 c 128\n 443 422 427 404 405 404 c 0\n 392 404 373 409 353 416 c 0\n 311 432 296 435 261 438 c 1\n 261 340 274 283 303 253 c 1\n 276 183 263 93 263 -26 c 2\n 263 -149 l 1\nEndSplineSet\nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 2177\nWidth: 500\nFlags: MW\nHStem: 656 20<238 262.5>\nFore\n261 456 m 1\n 297 457 312 461 354 478 c 0\n 373 486 391 491 403 491 c 0\n 425 491 442 472 442 447 c 128\n 442 422 426 404 404 404 c 0\n 392 404 372 409 352 416 c 0\n 311 432 295 435 261 438 c 1\n 260 343 271 297 301 260 c 1\n 270 225 260 183 260 85 c 1\n 294 88 309 91 351 107 c 0\n 370 114 390 119 402 119 c 0\n 425 119 441 102 441 75 c 0\n 441 50 424 32 401 32 c 0\n 390 32 372 37 353 45 c 0\n 311 62 296 66 260 67 c 1\n 260 14 264 -11 284 -61 c 0\n 291 -80 296 -97 296 -107 c 0\n 296 -131 274 -153 249 -153 c 0\n 225 -153 203 -131 203 -107 c 0\n 203 -97 208 -80 215 -61 c 0\n 235 -11 239 14 239 67 c 1\n 205 66 187 62 146 45 c 0\n 127 37 109 32 98 32 c 0\n 75 32 58 50 58 76 c 128\n 58 102 74 119 97 119 c 0\n 108 119 128 114 148 107 c 0\n 190 91 205 88 239 85 c 1\n 240 183 228 233 199 260 c 1\n 229 299 241 351 240 438 c 1\n 205 435 189 431 149 416 c 0\n 125 407 115 404 103 404 c 0\n 75 404 59 419 59 447 c 0\n 59 473 76 491 99 491 c 0\n 110 491 128 486 147 478 c 0\n 188 461 206 457 240 456 c 1\n 240 509 236 533 216 584 c 0\n 209 603 204 620 204 630 c 0\n 204 654 226 676 250 676 c 0\n 275 676 297 654 297 630 c 0\n 297 620 292 603 285 584 c 0\n 265 534 261 510 261 456 c 1\nEndSplineSet\nEndChar\nStartChar: bullet\nEncoding: 8226 8226 2178\nWidth: 350\nFlags: MW\nHStem: 446 20<136.5 212.5>\nFore\n174 466 m 0\n 251 466 310 406 310 329 c 0\n 310 257 249 196 175 196 c 0\n 100 196 40 256 40 332 c 0\n 40 406 99 466 174 466 c 0\nEndSplineSet\nEndChar\nStartChar: uni2023\nEncoding: 8227 8227 2179\nWidth: 350\nFlags: W\nFore\n40 180 m 1\n 40 483 l 1\n 310 331 l 1\n 40 180 l 1\nEndSplineSet\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 2180\nWidth: 1000\nFlags: MW\nHStem: -11 20\nVStem: 111 111<28.5 58.5> 444 111<28.5 58.5> 777 111<28.5 58.5>\nFore\n166 100 m 0\n 196 100 222 74 222 43 c 0\n 222 14 196 -11 165 -11 c 0\n 136 -11 111 14 111 43 c 0\n 111 74 136 100 166 100 c 0\n499 100 m 0\n 529 100 555 74 555 43 c 0\n 555 14 529 -11 498 -11 c 0\n 469 -11 444 14 444 43 c 0\n 444 74 469 100 499 100 c 0\n832 100 m 0\n 862 100 888 74 888 43 c 0\n 888 14 862 -11 831 -11 c 0\n 802 -11 777 14 777 43 c 0\n 777 74 802 100 832 100 c 0\nEndSplineSet\nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 2181\nWidth: 1000\nFlags: W\nHStem: -19 27<459 509 821 871> 302 28<539 565.5 897.5 927.5> 326 27<118 142> 583 26<350 388> 656 20<149 210.5>\nVStem: 7 71<424 466.5> 267 24<519.5 560> 347 72<80 110.5> 609 23<161.5 239.5> 709 72<80.5 106> 971 23<161.5 240>\nFore\n567 706 m 1\n 137 -18 l 1\n 90 -18 l 1\n 484 640 l 1\n 447 597 416 583 363 583 c 0\n 337 583 319 586 287 597 c 1\n 290 579 291 567 291 553 c 0\n 291 486 262 414 216 368 c 0\n 187 339 159 326 125 326 c 0\n 58 326 7 385 7 463 c 0\n 7 576 98 676 200 676 c 0\n 221 676 233 670 260 648 c 0\n 296 618 319 609 359 609 c 0\n 417 609 433 618 523 706 c 1\n 567 706 l 1\n198 649 m 1\n 190 645 179 639 174 636 c 0\n 122 607 78 510 78 423 c 0\n 78 381 101 353 135 353 c 0\n 205 353 267 454 267 569 c 0\n 267 598 263 605 242 615 c 0\n 228 622 215 631 198 649 c 1\n536 330 m 0\n 597 330 632 287 632 213 c 0\n 632 92 554 -19 468 -19 c 0\n 400 -19 347 41 347 119 c 0\n 347 226 440 330 536 330 c 0\n548 302 m 0\n 530 302 510 293 497 279 c 0\n 453 232 419 144 419 77 c 0\n 419 38 443 8 475 8 c 0\n 543 8 609 109 609 214 c 0\n 609 265 583 302 548 302 c 0\n898 330 m 0\n 959 330 994 287 994 213 c 0\n 994 92 915 -19 831 -19 c 0\n 762 -19 709 41 709 120 c 0\n 709 226 802 330 898 330 c 0\n909 302 m 0\n 886 302 866 290 845 263 c 0\n 812 222 781 133 781 79 c 0\n 781 38 805 8 837 8 c 0\n 905 8 971 109 971 214 c 0\n 971 266 946 302 909 302 c 0\nEndSplineSet\nEndChar\nStartChar: uni2031\nEncoding: 8241 8241 2182\nWidth: 1363\nFlags: W\nHStem: -19 27<468 479 830 839 1191 1199> 302 28<537 549 899 911 1261 1273> 326 27<125 139> 583 26<343 375>\nVStem: 7 71.0058<428 474> 267 24<541 573> 347 72.0052<82 123> 609 23<205 224> 709 72.0052<82 123> 971 23<205 224> 1071 72.0052<82 123> 1333 23<205 224>\nDStem: 477 629 567 706 90 -18 137 -18\nFore\n567 706 m 1\n 137 -18 l 1\n 90 -18 l 1\n 477 629 l 1\n 475 631 l 1\n 455 608 430 583 351 583 c 0\n 337 583 330 583 287 597 c 1\n 289 586 291 574 291 557 c 0\n 291 459 227 326 125 326 c 0\n 103 326 7 338 7 474 c 0\n 7 559 88 676 199 676 c 0\n 264 676 259 609 361 609 c 0\n 424 609 447 632 523 706 c 1\n 567 706 l 1\n78 428 m 0\n 78 396 89 353 137 353 c 0\n 213 353 267 473 267 554 c 0\n 267 601 264 606 242 615 c 0\n 219 625 213 634 198 649 c 1\n 107 620 78 468 78 428 c 0\n535 330 m 0\n 599 330 632 282 632 222 c 0\n 632 77 546 -19 469 -19 c 0\n 431 -19 347 9 347 123 c 0\n 347 227 443 330 535 330 c 0\n547 302 m 0\n 466 302 419 136 419 82 c 0\n 419 44 438 8 473 8 c 0\n 565 8 609 148 609 209 c 0\n 609 272 581 302 547 302 c 0\n897 330 m 0\n 961 330 994 282 994 222 c 0\n 994 77 908 -19 831 -19 c 0\n 793 -19 709 9 709 123 c 0\n 709 227 805 330 897 330 c 0\n909 302 m 0\n 828 302 781 136 781 82 c 0\n 781 44 800 8 835 8 c 0\n 927 8 971 148 971 209 c 0\n 971 272 943 302 909 302 c 0\n1259 330 m 0\n 1323 330 1356 282 1356 222 c 0\n 1356 77 1270 -19 1193 -19 c 0\n 1155 -19 1071 9 1071 123 c 0\n 1071 227 1167 330 1259 330 c 0\n1271 302 m 0\n 1190 302 1143 136 1143 82 c 0\n 1143 44 1162 8 1197 8 c 0\n 1289 8 1333 148 1333 209 c 0\n 1333 272 1305 302 1271 302 c 0\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: minute\nEncoding: 8242 8242 2183\nWidth: 247\nFlags: W\nFore\n225 669 m 2\n 64 465 l 6\n 51 449 20 466 28 484 c 2\n 136 724 l 2\n 144 741 187 735 201 726 c 0\n 211 720 238 685 225 669 c 2\nEndSplineSet\nEndChar\nStartChar: second\nEncoding: 8243 8243 2184\nWidth: 411\nFlags: W\nFore\n208 656 m 2\n 57 465 l 2\n 44 449 13 466 21 484 c 2\n 120 703 l 2\n 137 741 180 735 194 726 c 0\n 210 716 237 692 208 656 c 2\n404 666 m 2\n 244 466 l 2\n 233 453 203 463 213 486 c 2\n 313 711 l 2\n 329 747 372 738 385 729 c 0\n 407 714 425 692 404 666 c 2\nEndSplineSet\nEndChar\nStartChar: uni2034\nEncoding: 8244 8244 2185\nWidth: 611\nFlags: W\nFore\n404 666 m 2\n 244 466 l 2\n 233 453 203 463 213 486 c 2\n 313 711 l 2\n 329 747 372 738 385 729 c 0\n 407 714 425 692 404 666 c 2\n595 666 m 2\n 435 466 l 2\n 424 453 394 463 404 486 c 2\n 504 711 l 2\n 520 747 563 738 576 729 c 0\n 598 714 616 692 595 666 c 2\n208 656 m 2\n 57 465 l 2\n 44 449 13 466 21 484 c 2\n 120 703 l 2\n 137 741 180 735 194 726 c 0\n 210 716 237 692 208 656 c 2\nEndSplineSet\nEndChar\nStartChar: uni2035\nEncoding: 8245 8245 2186\nWidth: 220\nFlags: W\nFore\n186 453 m 1\n 167 442 l 5\n 131 485 52 579 38 603 c 0\n 24 626 37 650 54 660 c 128\n 71 670 98 669 111 646 c 0\n 125 621 167 505 186 453 c 1\nEndSplineSet\nEndChar\nStartChar: uni2038\nEncoding: 8248 8248 2187\nWidth: 469\nFlags: W\nDStem: 205 203 235 127 24 -162 92 -162 235 127 265 203 378 -162 446 -162\nFore\n92 -162 m 1\n 24 -162 l 1\n 205 203 l 1\n 265 203 l 1\n 446 -162 l 1\n 378 -162 l 1\n 235 127 l 1\n 92 -162 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 2188\nWidth: 333\nFlags: W\nFore\n63 222 m 1\n 128 281 l 1\n 134 285 139 290 144 295 c 2\n 147 297 l 2\n 155 304 162 311 171 318 c 0\n 200 344 227 371 231 377 c 0\n 248 398 269 416 275 416 c 0\n 280 416 285 411 285 406 c 0\n 285 393 260 353 231 317 c 0\n 194 273 179 255 156 224 c 1\n 162 215 163 215 166 211 c 0\n 243 114 284 55 284 42 c 0\n 284 37 280 33 275 33 c 128\n 270 33 268 34 264 39 c 1\n 207 95 166 133 94 195 c 2\n 63 222 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 2189\nWidth: 333\nFlags: W\nFore\n270 222 m 1\n 239 195 l 2\n 166 132 126 95 69 39 c 1\n 65 34 63 33 59 33 c 0\n 53 33 49 37 49 42 c 0\n 49 54 92 116 167 211 c 2\n 173 218 l 1\n 177 224 l 1\n 155 252 146 264 102 317 c 0\n 73 352 48 393 48 406 c 0\n 48 411 53 416 58 416 c 0\n 64 416 85 398 102 377 c 1\n 104 372 133 344 163 318 c 0\n 172 309 180 302 186 297 c 2\n 189 295 l 2\n 194 290 199 285 205 281 c 1\n 270 222 l 1\nEndSplineSet\nKernsSLIF: 65 -72 1 0 198 -71 1 0 193 -72 1 0 196 -72 1 0 197 -72 1 0 84 -124 1 0 86 -128 1 0 87 -105 1 0 89 -149 1 0\nEndChar\nStartChar: uni203B\nEncoding: 8251 8251 2190\nWidth: 629\nFlags: W\nHStem: -26 111<309 317> 212 111<69 85 549 556> 452 111<309 317>\nVStem: 21 111<262 268> 260 111<22 38 502 508> 499 111<262 268>\nDStem: 57 487 94 524 277 266 315 302 277 266 315 230 57 45 94 8 315 230 353 266 536 8 573 45 536 524 573 487 315 302 353 266\nFore\n573 487 m 1\n 353 266 l 1\n 573 45 l 1\n 536 8 l 1\n 315 230 l 1\n 94 8 l 1\n 57 45 l 1\n 277 266 l 1\n 57 487 l 1\n 94 524 l 1\n 315 302 l 1\n 536 524 l 1\n 573 487 l 1\n315 452 m 0\n 294 452 260 468 260 506 c 0\n 260 538 285 563 315 563 c 128\n 345 563 371 537 371 506 c 0\n 371 469 336 452 315 452 c 0\n315 -26 m 0\n 294 -26 260 -10 260 28 c 0\n 260 60 285 85 315 85 c 128\n 345 85 371 59 371 28 c 0\n 371 -9 336 -26 315 -26 c 0\n76 212 m 0\n 55 212 21 228 21 266 c 0\n 21 298 46 323 76 323 c 128\n 106 323 132 297 132 266 c 0\n 132 229 97 212 76 212 c 0\n554 212 m 0\n 533 212 499 228 499 266 c 0\n 499 298 524 323 554 323 c 128\n 584 323 610 297 610 266 c 0\n 610 229 575 212 554 212 c 0\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni203D\nEncoding: 8253 8253 2191\nWidth: 444\nFlags: W\nHStem: -8 105<227 246> 164 436<227 244> 646 29.0652<213 227>\nVStem: 68.9922 87.7559<510 532> 184 108<40 45 504 534> 322 92<504 536>\nFore\n272 341 m 1\n 285 370 l 2\n 303 410 322 479 322 519 c 0\n 322 579 289 646 212 646 c 0\n 170 646 119 618 119 585 c 0\n 119 558 157 546 157 510 c 0\n 157 493 146 469 118 469 c 0\n 78 469 68 498 68 532 c 0\n 68 633 162 676 231 676 c 0\n 288 676 354 647 378 618 c 0\n 405 585 414 562 414 510 c 0\n 414 459 369 389 339 354 c 0\n 284 290 258 250 244 164 c 1\n 227 164 l 1\n 221 284 l 1\n 217 354 184 471 184 516 c 0\n 184 555 195 600 236 600 c 0\n 285 600 295 549 288 483 c 1\n 272 341 l 1\n237 -8 m 0\n 216 -8 184 5 184 43 c 0\n 184 74 208 97 237 97 c 0\n 268 97 292 72 292 43 c 0\n 292 7 261 -8 237 -8 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni203F\nEncoding: 8255 8255 2192\nWidth: 953\nFlags: W\nHStem: 121 86<437 501>\nFore\n53 368 m 1\n 69 377 l 1\n 128 303 206 207 460 207 c 0\n 562 207 781 207 890 377 c 1\n 906 365 l 1\n 875 307 805 241 749 203 c 0\n 677 154 605 121 467 121 c 0\n 295 121 145 213 53 368 c 1\nEndSplineSet\nEndChar\nStartChar: uni2040\nEncoding: 8256 8256 2193\nWidth: 953\nFlags: W\nHStem: 291 86<437 501>\nFore\n53 130 m 1\n 145 285 295 377 467 377 c 0\n 605 377 677 344 749 295 c 0\n 805 257 875 191 906 133 c 1\n 890 121 l 1\n 781 291 562 291 460 291 c 0\n 206 291 128 195 69 121 c 1\n 53 130 l 1\nEndSplineSet\nEndChar\nStartChar: uni2041\nEncoding: 8257 8257 2194\nWidth: 314\nFlags: W\nDStem: 139 228 173 330 219 -14 287 -14 220 676 287 676 -9 -14 173 330 220 676 139 228 -9 -14 59 -14\nFore\n139 228 m 1\n 59 -14 l 1\n -9 -14 l 1\n 220 676 l 1\n 287 676 l 1\n 173 330 l 1\n 287 -14 l 1\n 219 -14 l 1\n 139 228 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni2042\nEncoding: 8258 8258 2195\nWidth: 931\nFlags: W\nHStem: -85 411<243 255 673 685> 278 411<462 474>\nVStem: 214 74<-47 -37 277 289> 241 19<75 91 137 171> 433 74<315 326 639.789 652> 460 19<441 444 500 525> 644 74<-47 -37 277 289> 671 19<75 91 137 171>\nFore\n288 396 m 0\n 288 459 369 426 453 484 c 1\n 442 491 l 2\n 374 534 288 512 288 570 c 0\n 288 577 294 604 321 604 c 0\n 366 604 365 550 460 499 c 1\n 460 512 l 2\n 460 593 435 606 435 650 c 0\n 435 689 465 689 472 689 c 0\n 498 689 506 663 506 650 c 0\n 506 623 479 575 479 523 c 2\n 479 497 l 1\n 486 501 l 2\n 551 538 577 606 614 606 c 0\n 626 606 650 598 650 570 c 0\n 650 506 590 548 487 483 c 1\n 495 478 l 2\n 576 427 651 458 651 399 c 0\n 651 375 634 363 615 363 c 0\n 571 363 548 440 486 466 c 2\n 479 469 l 1\n 479 462 l 2\n 479 363 507 350 507 320 c 0\n 507 301 493 278 468 278 c 0\n 451 278 433 292 433 317 c 0\n 433 348 469 402 460 462 c 2\n 459 469 l 1\n 408 435 408 435 383 407 c 0\n 350 370 345 364 322 364 c 0\n 296 364 288 385 288 396 c 0\n69 33 m 0\n 69 96 150 63 234 121 c 1\n 223 128 l 2\n 155 171 69 149 69 207 c 0\n 69 214 75 241 102 241 c 0\n 147 241 146 187 241 136 c 1\n 241 149 l 2\n 241 230 216 243 216 287 c 0\n 216 326 246 326 253 326 c 0\n 279 326 287 300 287 287 c 0\n 287 260 260 212 260 160 c 2\n 260 134 l 1\n 267 138 l 2\n 332 175 358 243 395 243 c 0\n 407 243 431 235 431 207 c 0\n 431 143 371 185 268 120 c 1\n 276 115 l 2\n 357 64 432 95 432 36 c 0\n 432 12 415 0 396 0 c 0\n 352 0 329 77 267 103 c 2\n 260 106 l 1\n 260 99 l 2\n 260 0 288 -13 288 -43 c 0\n 288 -62 274 -85 249 -85 c 0\n 232 -85 214 -71 214 -46 c 0\n 214 -15 250 39 241 99 c 2\n 240 106 l 1\n 189 72 189 72 164 44 c 0\n 131 7 126 1 103 1 c 0\n 77 1 69 22 69 33 c 0\n499 33 m 0\n 499 96 580 63 664 121 c 1\n 653 128 l 2\n 585 171 499 149 499 207 c 0\n 499 214 505 241 532 241 c 0\n 577 241 576 187 671 136 c 1\n 671 149 l 2\n 671 230 646 243 646 287 c 0\n 646 326 676 326 683 326 c 0\n 709 326 717 300 717 287 c 0\n 717 260 690 212 690 160 c 2\n 690 134 l 1\n 697 138 l 2\n 762 175 788 243 825 243 c 0\n 837 243 861 235 861 207 c 0\n 861 143 801 185 698 120 c 1\n 706 115 l 2\n 787 64 862 95 862 36 c 0\n 862 12 845 0 826 0 c 0\n 782 0 759 77 697 103 c 2\n 690 106 l 1\n 690 99 l 2\n 690 0 718 -13 718 -43 c 0\n 718 -62 704 -85 679 -85 c 0\n 662 -85 644 -71 644 -46 c 0\n 644 -15 680 39 671 99 c 2\n 670 106 l 1\n 619 72 619 72 594 44 c 0\n 561 7 556 1 533 1 c 0\n 507 1 499 22 499 33 c 0\nEndSplineSet\nMinimumDistance: x68,-1 \nEndChar\nStartChar: uni2043\nEncoding: 8259 8259 2196\nWidth: 333\nFlags: W\nHStem: 150 148<44 288>\nVStem: 43 246<151 297>\nFore\n289 298 m 1\n 289 150 l 1\n 43 150 l 1\n 43 298 l 1\n 289 298 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: fraction\nEncoding: 8260 8260 2197\nWidth: 167\nFlags: HMW\nHStem: -14 20 656 20<285 331 331 331>\nFore\n331 676 m 1\n -119 -14 l 1\n -168 -14 l 5\n 285 676 l 1\n 331 676 l 1\nEndSplineSet\nEndChar\nStartChar: uni2045\nEncoding: 8261 8261 2198\nWidth: 383\nFlags: W\nVStem: 88 74<-53 139 362 555>\nFore\n88 121 m 2\n 88 192 101 231 179 248 c 1\n 179 250 l 1\n 101 268 88 307 88 378 c 2\n 88 541 l 2\n 88 660 150 680 253 680 c 1\n 253 669 l 1\n 182 653 162 615 162 546 c 2\n 162 363 l 2\n 162 299 178 268 247 250 c 1\n 178 231 162 200 162 136 c 2\n 162 -47 l 2\n 162 -116 182 -154 253 -170 c 1\n 253 -181 l 1\n 150 -181 88 -161 88 -41 c 2\n 88 121 l 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni2046\nEncoding: 8262 8262 2199\nWidth: 383\nFlags: W\nVStem: 222 74<-53 139 362 555>\nFore\n296 121 m 2\n 296 -41 l 2\n 296 -161 234 -181 131 -181 c 1\n 131 -170 l 1\n 202 -154 222 -116 222 -47 c 2\n 222 136 l 2\n 222 200 206 231 137 250 c 1\n 206 268 222 299 222 363 c 2\n 222 546 l 2\n 222 615 202 653 131 669 c 1\n 131 680 l 1\n 234 680 296 660 296 541 c 2\n 296 378 l 2\n 296 307 283 268 205 250 c 1\n 205 248 l 1\n 283 231 296 192 296 121 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni204B\nEncoding: 8267 8267 2200\nWidth: 453\nFlags: W\nHStem: 640 22<132 190 190 190> 643 19\nVStem: 190 66<-77.5 -42 -42 553 -31 273 273 273 295 640> 374 76<436.5 516.5>\nRef: 182 182 N -1 0 0 1 428 0\nEndChar\nStartChar: zerosuperior\nEncoding: 8304 8304 2201\nWidth: 300\nFlags: W\nHStem: 259 28<139.411 156> 649 28<139.155 156>\nVStem: -5 75<450 500> 220 85<450 484>\nFore\n150 677 m 0\n 246 677 305 592 305 468 c 0\n 305 394 280 326 233 290 c 0\n 208 271 183 259 150 259 c 0\n 113 259 78 276 51 300 c 0\n 11 335 -5 406 -5 472 c 0\n -5 543 14 614 64 647 c 0\n 90 664 115 677 150 677 c 0\n150 649 m 0\n 98 649 70 584 70 467 c 0\n 70 343 103 287 150 287 c 128\n 197 287 220 361 220 467 c 0\n 220 589 200 649 150 649 c 0\nEndSplineSet\nEndChar\nStartChar: uni2071\nEncoding: 8305 8305 2202\nWidth: 300\nFlags: W\nHStem: 270 24<57 71.3333 232.667 248> 587 90<136 154>\nVStem: 110 81<324 463>\nDStem: 177 548 177 548 59 510 191 545\nFore\n146 677 m 0\n 172 677 192 657 192 632 c 0\n 192 606 172 587 146 587 c 0\n 121 587 102 607 102 632 c 128\n 102 657 122 677 146 677 c 0\n248 294 m 1\n 248 270 l 1\n 57 270 l 1\n 57 294 l 1\n 100 297 110 303 110 326 c 2\n 110 456 l 2\n 110 478 108 484 102 484 c 128\n 96 484 84 489 59 487 c 1\n 59 510 l 1\n 177 548 l 1\n 191 545 l 1\n 191 330 l 2\n 191 304 202 297 248 294 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: foursuperior\nEncoding: 8308 8308 2201\nWidth: 300\nFlags: W\nHStem: 360 57<47 180 251 305>\nVStem: 181 70<271 360 418 595>\nDStem: 204 675 181 596 1 409 46 417\nFore\n306 417 m 1\n 306 360 l 1\n 251 360 l 1\n 251 270 l 1\n 181 270 l 1\n 181 360 l 1\n 1 360 l 1\n 1 409 l 1\n 204 675 l 1\n 251 675 l 1\n 251 417 l 1\n 306 417 l 1\n181 417 m 1\n 181 596 l 1\n 46 417 l 1\n 181 417 l 1\nEndSplineSet\nMinimumDistance: x8,10 y10,8 y10,9 y2,4 y2,3 y7,5 x5,7 x5,6 x2,0 x2,1 \nEndChar\nStartChar: fivesuperior\nEncoding: 8309 8309 2202\nWidth: 300\nFlags: W\nHStem: 262 48<88 133> 614 61<98 256>\nVStem: 217 71<384 416>\nDStem: 98 675 110 614 23 528 86 577\nFore\n88 262 m 0\n 43 262 5 276 5 312 c 0\n 5 333 20 349 40 349 c 0\n 51 349 62 344 81 330 c 0\n 103 314 114 310 133 310 c 0\n 174 310 217 343 217 384 c 0\n 217 440 187 474 110 498 c 0\n 82 507 55 518 34 518 c 0\n 29 518 22 520 22 523 c 0\n 22 525 23 526 23 528 c 25\n 98 675 l 1\n 250 675 l 2\n 264 675 271 678 282 690 c 1\n 288 686 l 1\n 261 620 l 2\n 259 615 257 614 245 614 c 2\n 110 614 l 1\n 86 577 l 1\n 165 564 204 550 234 524 c 0\n 273 492 288 462 288 416 c 0\n 288 379 278 349 254 324 c 0\n 221 286 161 262 88 262 c 0\nEndSplineSet\nEndChar\nStartChar: sixsuperior\nEncoding: 8310 8310 2203\nWidth: 300\nFlags: W\nHStem: 262 27<154 168> 496 39<143 166>\nVStem: -2 82<415 439> 224 80<384 406>\nFore\n286 681 m 1\n 286 653 l 1\n 191 640 116 596 98 507 c 1\n 123 531 142 535 166 535 c 0\n 252 535 304 484 304 404 c 0\n 304 320 247 262 156 262 c 0\n 116 262 76 278 50 302 c 0\n 12 337 -2 386 -2 439 c 0\n -2 522 32 589 112 636 c 0\n 163 666 206 675 286 681 c 1\n143 496 m 0\n 125 496 110 484 100 474 c 0\n 89 463 80 443 80 416 c 0\n 80 329 113 289 162 289 c 0\n 200 289 224 325 224 384 c 0\n 224 455 194 496 143 496 c 0\nEndSplineSet\nEndChar\nStartChar: sevensuperior\nEncoding: 8311 8311 2204\nWidth: 300\nFlags: W\nHStem: 617 58<76 217>\nDStem: 217 617 296 662 83 270 154 270\nFore\n296 675 m 1\n 296 662 l 1\n 154 270 l 1\n 83 270 l 1\n 217 617 l 1\n 90 617 l 2\n 52 617 39 610 9 575 c 1\n -3 580 l 1\n 19 675 l 1\n 296 675 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: eightsuperior\nEncoding: 8312 8312 2202\nWidth: 300\nFlags: W\nHStem: 259 27<135 156> 653 25<131 152>\nVStem: 4 64<579 598> 4 71<354 372> 216 61<589 600> 216 82<346 364>\nFore\n182 495 m 1\n 282 441 298 412 298 364 c 0\n 298 301 244 259 140 259 c 0\n 61 259 4 302 4 362 c 0\n 4 402 19 419 86 467 c 1\n 15 523 4 540 4 579 c 0\n 4 636 61 678 143 678 c 0\n 221 678 277 640 277 589 c 0\n 277 550 252 526 182 495 c 1\n152 424 m 2\n 113 450 l 1\n 87 424 75 401 75 367 c 0\n 75 316 106 286 147 286 c 0\n 193 286 216 308 216 346 c 0\n 216 376 194.998 397.382 152 424 c 2\n154 511 m 1\n 194 534 216 555 216 589 c 0\n 216 630 182 653 137 653 c 0\n 98 653 68 632 68 598 c 0\n 68 567 93 543 154 511 c 1\nEndSplineSet\nEndChar\nStartChar: ninesuperior\nEncoding: 8313 8313 2203\nWidth: 300\nFlags: W\nHStem: 414 39<136 159> 660 27<134 148>\nVStem: -2 80<543 565> 222 82<510 534>\nRef: 8310 8310 N -1 0 0 -1 302 949\nEndChar\nStartChar: uni207A\nEncoding: 8314 8314 2204\nWidth: 1000\nFlags: W\nEndChar\nStartChar: zeroinferior\nEncoding: 8320 8320 2205\nWidth: 300\nFlags: W\nHStem: -211 28<139.411 156> 179 28<139.155 156>\nVStem: -5 75<-20 30> 220 85<-20 14>\nRef: 8304 8304 N 1 0 0 1 0 -470\nEndChar\nStartChar: oneinferior\nEncoding: 8321 8321 2202\nWidth: 300\nFlags: W\nHStem: 186 20<177 177>\nVStem: 110 81<-144 -140 -140 113 113 124>\nRef: 185 185 N 1 0 0 1 0 -470\nEndChar\nStartChar: twoinferior\nEncoding: 8322 8322 2203\nWidth: 300\nFlags: W\nHStem: -200 65<107 228 228 241.5> 143 63<126 132>\nVStem: 185 92<75.5 88>\nRef: 178 178 N 1 0 0 1 0 -470\nEndChar\nStartChar: threeinferior\nEncoding: 8323 8323 2204\nWidth: 300\nFlags: W\nHStem: -208 48<132.5 152.5> 150 56<125.5 148>\nVStem: 188 76<109 116.5> 210 81<-111 -76.5>\nRef: 179 179 N 1 0 0 1 0 -470\nEndChar\nStartChar: fourinferior\nEncoding: 8324 8324 2205\nWidth: 300\nFlags: W\nHStem: -110 57<47 180 251 305>\nVStem: 181 70<-199 -110 -52 125>\nDStem: 204 205 181 126 1 -61 46 -53\nRef: 8308 8308 S 1 0 0 1 0 -470\nEndChar\nStartChar: fiveinferior\nEncoding: 8325 8325 2206\nWidth: 300\nFlags: W\nHStem: -208 48<88 133> 144 61<98 256>\nVStem: 217 71<-86 -54>\nDStem: 98 205 110 144 23 58 86 107\nRef: 8309 8309 N 1 0 0 1 0 -470\nEndChar\nStartChar: sixinferior\nEncoding: 8326 8326 2207\nWidth: 300\nFlags: W\nHStem: -208 27<154 168> 26 39<143 166>\nVStem: -2 82<-55 -31> 224 80<-86 -64>\nRef: 8310 8310 N 1 0 0 1 0 -470\nEndChar\nStartChar: seveninferior\nEncoding: 8327 8327 2208\nWidth: 300\nFlags: W\nHStem: 147 58<76 217>\nDStem: 217 147 296 192 83 -200 154 -200\nRef: 8311 8311 N 1 0 0 1 0 -470\nEndChar\nStartChar: eightinferior\nEncoding: 8328 8328 2207\nWidth: 300\nFlags: W\nHStem: -211 27<135 156> 183 25<131 152>\nVStem: 4 64<109 128> 4 71<-116 -98> 216 61<119 130> 216 82<-124 -106>\nRef: 8312 8312 N 1 0 0 1 0 -470\nEndChar\nStartChar: nineinferior\nEncoding: 8329 8329 2208\nWidth: 300\nFlags: W\nHStem: -56 39<136 159> 190 27<134 148>\nVStem: -2 80<73 95> 222 82<40 64>\nRef: 8313 8313 N 1 0 0 1 0 -470\nEndChar\nStartChar: uni20A0\nEncoding: 8352 8352 2206\nWidth: 698\nFlags: W\nHStem: 0 26<408 503> 223 27<284 304 375 491> 424 26<391 519> 663 28<279 307>\nVStem: 55 79<432 480> 305 69<54 223 251 384>\nFore\n305 250 m 1\n 305 376 l 2\n 305 429 289 434 246 438 c 1\n 246 450 l 1\n 607 450 l 1\n 609 353 l 1\n 592 353 l 1\n 581 413 564 424 489 424 c 2\n 397 424 l 2\n 382 424 374 424 374 401 c 2\n 374 250 l 1\n 479 250 l 2\n 540 250 547 266 554 315 c 1\n 569 315 l 1\n 569 157 l 1\n 554 157 l 1\n 546 211 536 220 479 221 c 2\n 374 223 l 1\n 374 54 l 2\n 374 27 374 26 475 26 c 0\n 561 26 595 46 624 115 c 1\n 644 115 l 1\n 613 0 l 1\n 246 0 l 1\n 246 13 l 1\n 290 15 305 21 305 74 c 2\n 305 223 l 1\n 285 223 l 2\n 175 223 55 287 55 456 c 0\n 55 608 169 691 286 691 c 0\n 347 691 391 668 406 668 c 0\n 409 668 431 668 437 691 c 1\n 451 691 l 1\n 457 538 l 1\n 442 538 l 1\n 424 609 375 663 292 663 c 0\n 258 663 219 649 190 621 c 0\n 164 595 134 552 134 454 c 0\n 134 310 212 250 298 250 c 2\n 305 250 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: colonmonetary\nEncoding: 8353 8353 2207\nWidth: 667\nFlags: W\nHStem: -13.9691 43.9691<367 390> 451 21G<597 620> 636 40<361 376>\nVStem: 28 116<309 357>\nDStem: 168 40 198 23 105 -139 141 -139 256 1 289 -7 207 -139 243 -139 377 636 411 634 198 126 223 96 430 793 466 793 389 675 424 672 471 617 501 601 276 57 307 44 532 793 568 793 485 658 518 649\nFore\n501 601 m 1\n 307 44 l 1\n 333 34 360 30 389 30 c 0\n 512 30 584 101 615 131 c 1\n 633 113 l 1\n 632 111 546 -14 362 -14 c 0\n 338 -14 314 -12 289 -7 c 1\n 243 -139 l 1\n 207 -139 l 1\n 256 1 l 1\n 239 5 218 13 198 23 c 1\n 141 -139 l 1\n 105 -139 l 1\n 168 40 l 1\n 87 93 28 185 28 331 c 0\n 28 555 196 676 368 676 c 0\n 375 676 382 676 389 675 c 1\n 430 793 l 1\n 466 793 l 1\n 424 672 l 1\n 447 669 468 663 485 658 c 1\n 532 793 l 1\n 568 793 l 1\n 518 649 l 1\n 530 645 538 643 544 643 c 0\n 549 643 582 643 590 676 c 1\n 611 676 l 1\n 620 451 l 1\n 597 451 l 1\n 582 513 550 567 501 601 c 1\n471 617 m 1\n 453 625 433 631 411 634 c 1\n 223 96 l 1\n 239 80 257 67 276 57 c 1\n 471 617 l 1\n377 636 m 1\n 376 636 376 636 375 636 c 0\n 325 635 269 616 227 575 c 0\n 188 537 144 473 144 329 c 0\n 144 241 165 174 198 126 c 1\n 377 636 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni20A2\nEncoding: 8354 8354 2208\nWidth: 667\nFlags: W\nHStem: -13.9691 382.969<367 369> -13.2162 43.2162<387 390> 396.98 63.0204<435 488> 451 21G<597 620> 636 40<361 391>\nVStem: 28 116<306 354> 283 84<82 322>\nFore\n387 30 m 0\n 388 30 388 30 389 30 c 0\n 512 30 584 101 615 131 c 1\n 633 113 l 1\n 632 111 546 -14 362 -14 c 0\n 327 -14 292 -10 257 0 c 1\n 212 0 l 1\n 212 16 l 1\n 109 62 28 160 28 331 c 0\n 28 555 196 676 368 676 c 0\n 457 676 522 643 544 643 c 0\n 549 643 582 643 590 676 c 1\n 611 676 l 1\n 620 451 l 1\n 597 451 l 1\n 572 556 500 636 377 636 c 0\n 327 636 269 616 227 575 c 0\n 188 537 144 473 144 329 c 0\n 144 182 202 94 281 55 c 1\n 282 63 283 72 283 84 c 2\n 283 334 l 2\n 283 393 264 394 248 394 c 0\n 234 394 223 392 214 390 c 1\n 214 406 l 1\n 263 422 313 440 362 460 c 1\n 367 458 l 1\n 367 369 l 1\n 369 369 l 1\n 416 440 450 460 488 460 c 0\n 522 460 542 439 542 406 c 0\n 542 381 528 362 504 362 c 0\n 469 362 459 397 435 397 c 128\n 411 397 367 347 367 315 c 2\n 367 90 l 2\n 367 58 374 40 387 30 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: franc\nEncoding: 8355 8355 2209\nWidth: 556\nFlags: W\nHStem: 0 21G<12 292> 252 42<202 348> 398 42<202 348> 624 38<220 396>\nVStem: 99 102<96 251 295 397 441 576> 99 357<252 294 398 440>\nFore\n424 346 m 1\n 410 391 383 398 323 398 c 2\n 201 398 l 1\n 201 368 l 1\n 201 294 l 1\n 323 294 l 2\n 386 294 412 306 424 346 c 1\n456 303 m 1\n 456 177 l 1\n 433 177 l 1\n 422 241 398 252 323 252 c 2\n 201 252 l 1\n 201 109 l 2\n 201 34 221 22 292 19 c 1\n 292 0 l 1\n 12 0 l 1\n 12 19 l 1\n 87 23 99 38 99 120 c 2\n 99 553 l 2\n 99 632 75 638 12 643 c 1\n 12 662 l 1\n 543 662 l 1\n 546 519 l 1\n 521 519 l 1\n 506 608 480 624 369 624 c 2\n 233 624 l 2\n 208 624 201 620 201 590 c 2\n 201 440 l 1\n 323 440 l 2\n 405 440 423 460 433 515 c 1\n 456 515 l 1\n 456 303 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: lira\nEncoding: 8356 8356 2210\nWidth: 500\nFlags: W\nHStem: -8 28<76 87> -6.61711 83.2036<320 349> 93.7821 35.6722<85 105> 264 46<24 133 224 319> 380 46<24 123 219 320> 649 27<300 318>\nVStem: 12 26<52 58> 23 297<264 310 380 426> 123.001 84.9989<440 513> 359.141 88.8594<582 585>\nFore\n78 20 m 0\n 126 20 142 67 142 77 c 0\n 142 85 110 94 85 94 c 0\n 57 94 38 82 38 56 c 0\n 38 35 56 20 78 20 c 0\n224 264 m 1\n 223 233 218 208 199 111 c 1\n 261 83 317 76 349 76 c 0\n 441 76 463 141 484 141 c 0\n 487 141 490 141 490 136 c 0\n 490 127 475 77 437 40 c 0\n 407 11 368 -7 320 -7 c 0\n 269 -7 222 23 178 54 c 1\n 151 22 125 -8 79 -8 c 0\n 47 -8 12 10 12 53 c 0\n 12 102 50 130 105 130 c 0\n 120 130 134 128 149 125 c 1\n 150 128 152 138 152 142 c 0\n 152 160 146 209 140 264 c 1\n 23 264 l 1\n 23 310 l 1\n 134 310 l 1\n 132 334 129 359 127 380 c 1\n 23 380 l 1\n 23 426 l 1\n 123 426 l 1\n 123 431 123 436 123 440 c 0\n 123 603 213 676 318 676 c 0\n 402 676 448 629 448 583 c 0\n 448 549 424 530 399 530 c 0\n 359 530 359 564 359 597 c 0\n 359 649 315 649 303 649 c 0\n 216 649 208 548 208 513 c 0\n 208 488 210 456 213 426 c 1\n 321 426 l 1\n 321 380 l 1\n 218 380 l 1\n 220 356 222 336 222 328 c 1\n 223 310 l 1\n 320 310 l 1\n 320 264 l 1\n 224 264 l 1\nEndSplineSet\nMinimumDistance: x27,-1 x24,22 x24,23 \nEndChar\nStartChar: uni20A5\nEncoding: 8357 8357 2211\nWidth: 778\nFlags: W\nHStem: 0 15<491 509> 407.995 52.0049<285 320 549 588>\nVStem: 19 147<402 415> 86 84<66 351> 354 84<220 270> 622 84<66 305>\nDStem: 286 15 349 0 243 -114 311 -114 472 576 539 576 415 406 491 431\nFore\n415 406 m 1\n 472 576 l 1\n 539 576 l 1\n 491 431 l 1\n 518 447 551 460 588 460 c 0\n 692 460 706 356 706 282 c 2\n 706 76 l 2\n 706 54 705 20 749 17 c 2\n 775 15 l 1\n 775 0 l 1\n 556 0 l 1\n 556 15 l 1\n 606 21 622 23 622 87 c 2\n 622 298 l 2\n 622 349 621 408 549 408 c 0\n 519 408 496 400 477 387 c 1\n 438 270 l 1\n 438 95 l 2\n 438 19 469 16 510 15 c 1\n 510 0 l 1\n 349 0 l 1\n 311 -114 l 1\n 243 -114 l 1\n 286 15 l 1\n 354 220 l 1\n 354 303 l 2\n 354 369 337 408 285 408 c 0\n 216 408 170 354 170 349 c 2\n 170 67 l 2\n 170 18 203 16 238 15 c 1\n 238 0 l 1\n 16 0 l 1\n 16 15 l 1\n 56 16 86 18 86 85 c 2\n 86 338 l 2\n 86 401 67 402 51 402 c 0\n 37 402 27 400 19 398 c 1\n 19 415 l 1\n 66 428 113 443 159 460 c 1\n 166 458 l 1\n 166 383 l 1\n 225 428 266 460 320 460 c 0\n 369 460 399 436 415 406 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni20A6\nEncoding: 8358 8358 2212\nWidth: 722\nFlags: W\nHStem: 0 21G<12 247> 264 46<24 108 154 336 501 567 613 692> 380 46<24 108 154 243 409 567 613 693> 643 19<12.0314 34.1794>\nVStem: 109 44<117 263 311 379 427 536> 568 44<182 264 310 380 426 539>\nDStem: 155 537 183 662 244 426 371 426 374 264 500 264 595 -11 566 181\nFore\n109 264 m 1\n 23 264 l 1\n 23 310 l 1\n 109 310 l 1\n 109 380 l 1\n 23 380 l 1\n 23 426 l 1\n 109 426 l 1\n 109 588 l 1\n 68 638 52 643 12 643 c 1\n 12 662 l 1\n 183 662 l 1\n 371 426 l 1\n 568 426 l 1\n 568 515 l 2\n 568 630 540 638 472 643 c 1\n 472 662 l 1\n 707 662 l 1\n 707 643 l 1\n 644 636 612 632 612 515 c 2\n 612 426 l 1\n 694 426 l 1\n 694 380 l 1\n 612 380 l 1\n 612 310 l 1\n 693 310 l 1\n 693 264 l 1\n 612 264 l 1\n 612 -11 l 1\n 595 -11 l 1\n 374 264 l 1\n 153 264 l 1\n 153 147 l 2\n 153 44 174 22 247 19 c 1\n 247 0 l 1\n 12 0 l 1\n 12 19 l 1\n 88 24 109 39 109 147 c 2\n 109 264 l 1\n337 310 m 1\n 281 380 l 1\n 153 380 l 1\n 153 310 l 1\n 337 310 l 1\n244 426 m 1\n 155 537 l 1\n 153 537 l 1\n 153 426 l 1\n 244 426 l 1\n568 310 m 1\n 568 380 l 1\n 408 380 l 1\n 463 310 l 1\n 568 310 l 1\n500 264 m 1\n 566 181 l 1\n 568 181 l 1\n 568 264 l 1\n 500 264 l 1\nEndSplineSet\nMinimumDistance: x21,-1 x29,27 y27,29 y27,28 x24,26 x24,25 x20,22 x20,21 x7,5 x7,6 x3,1 x3,2 \nEndChar\nStartChar: peseta\nEncoding: 8359 8359 2213\nWidth: 630\nFlags: W\nHStem: 288 40<240 288> 449 46<24 99 203 430 542 603> 625 37<224 272>\nVStem: 16 280<1 19> 100 102<96 290 331 448 496 576>\nFore\n542 495 m 1\n 604 495 l 1\n 604 449 l 1\n 539 449 l 1\n 529 392 495 361 481 347 c 0\n 438 306 374 288 269 288 c 0\n 245 288 226 289 202 291 c 1\n 202 109 l 2\n 202 36 219 21 296 19 c 1\n 296 0 l 1\n 16 0 l 1\n 16 19 l 1\n 100 25 100 48 100 120 c 2\n 100 449 l 1\n 23 449 l 1\n 23 495 l 1\n 100 495 l 1\n 100 553 l 2\n 100 624 89 636 16 643 c 1\n 16 662 l 1\n 280 662 l 2\n 413 662 533 613 542 495 c 1\n433 495 m 1\n 423 623 286 625 243 625 c 0\n 213 625 202 624 202 591 c 2\n 202 495 l 1\n 433 495 l 1\n431 449 m 1\n 202 449 l 1\n 202 331 l 1\n 221 329 241 328 262 328 c 0\n 296 328 413 328 431 449 c 1\nEndSplineSet\nMinimumDistance: x6,-1 x16,14 x16,15 \nEndChar\nStartChar: uni20A9\nEncoding: 8361 8361 2214\nWidth: 944\nFlags: W\nHStem: 264 46<24 187 312 367 434 509 633 690 754 919> 380 46<24 145 268 411 588 733 797 920> 643 19<313.063 334.341 565 579>\nVStem: 5 245<643 661> 313 267<643 661> 734 198<643 661>\nDStem: 368 264 416 264 340 189 316 -11 412 380 458 380 386 310 433 310\nFore\n779 380 m 1\n 771 357 762 333 753 310 c 1\n 920 310 l 1\n 920 264 l 1\n 737 264 l 1\n 704 172 673 79 645 -11 c 1\n 630 -11 l 1\n 608 55 566 164 528 264 c 1\n 416 264 l 1\n 316 -11 l 1\n 301 -11 l 1\n 277 62 241 164 204 264 c 1\n 23 264 l 1\n 23 310 l 1\n 188 310 l 1\n 180 334 171 357 163 380 c 1\n 23 380 l 1\n 23 426 l 1\n 146 426 l 1\n 130 466 117 501 108 526 c 0\n 76 609 62 638 5 643 c 1\n 5 662 l 1\n 250 662 l 1\n 250 643 l 1\n 205 641 185 635 185 609 c 0\n 185 595 191 578 196 565 c 2\n 249 426 l 1\n 397 426 l 1\n 430 426 l 1\n 447 471 l 1\n 414 553 l 2\n 381 636 366 642 313 643 c 1\n 313 662 l 1\n 580 662 l 1\n 580 643 l 1\n 549 643 503 641 503 605 c 0\n 503 588 515 566 530 527 c 2\n 569 426 l 1\n 750 426 l 1\n 787 525 l 2\n 795 546 803 576 803 597 c 0\n 803 636 768 640 734 643 c 1\n 734 662 l 1\n 932 662 l 1\n 932 643 l 1\n 883 635 868 621 853 582 c 0\n 835 533 815 480 796 426 c 1\n 921 426 l 1\n 921 380 l 1\n 779 380 l 1\n510 310 m 1\n 501 335 492 358 483 380 c 1\n 458 380 l 1\n 433 310 l 1\n 510 310 l 1\n734 380 m 1\n 587 380 l 1\n 614 310 l 1\n 708 310 l 1\n 734 380 l 1\n691 264 m 1\n 632 264 l 1\n 662 186 l 1\n 691 264 l 1\n386 310 m 1\n 412 380 l 1\n 397 380 l 1\n 267 380 l 1\n 294 310 l 1\n 386 310 l 1\n368 264 m 1\n 311 264 l 1\n 340 189 l 1\n 368 264 l 1\nEndSplineSet\nMinimumDistance: x43,-1 \nEndChar\nStartChar: Euro\nEncoding: 8364 8364 2215\nWidth: 500\nFlags: W\nHStem: -14 31<276.5 332.5> 245 41<11 54 150 276 150 150> 349 41<11 54 149 342> 646 27<274.5 313> 654 20<443 461 461 461>\nVStem: 53 93<316 318.5>\nFore\n149 390 m 1\n 369 390 l 1\n 342 349 l 1\n 147 349 l 1\n 146 329 146 321 146 316 c 0\n 146 312 146 303 147 286 c 1\n 302 286 l 1\n 276 245 l 1\n 150 245 l 1\n 164 105 230 17 323 17 c 0\n 382 17 443 55 477 114 c 1\n 477 80 l 1\n 438 22 369 -14 296 -14 c 0\n 177 -14 85 86 59 245 c 1\n -16 245 l 1\n 11 286 l 1\n 54 286 l 1\n 53 299 53 309 53 323 c 0\n 53 331 53 339 54 349 c 1\n -16 349 l 1\n 11 390 l 1\n 58 390 l 1\n 81 557 179 673 296 673 c 0\n 330 673 366 661 401 638 c 0\n 409 633 415 630 418 630 c 0\n 430 630 437 643 443 674 c 1\n 461 674 l 1\n 477 451 l 1\n 460 451 l 1\n 454 495 445 528 431 556 c 0\n 403 610 352 646 303 646 c 0\n 246 646 198 601 172 523 c 0\n 162 491 154 444 149 390 c 1\nEndSplineSet\nEndChar\nStartChar: uni20DD\nEncoding: 8413 8413 2216\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 673 33<387 419>\nVStem: 35 33<323 371> 721 33<323 371>\nFore\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 394 -13 c 128\n 195 -13 35 148 35 349 c 0\n 35 547 197 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 167 721 347 c 0\n 721 440 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2102\nEncoding: 8450 8450 2217\nWidth: 667\nFlags: W\nHStem: -13.9691 43.9691<367 390> 451 21G<597 620> 636 40<361 391>\nVStem: 28 116<306 354> 224 44<96 571>\nFore\n633 113 m 1\n 632 111 546 -14 362 -14 c 0\n 201 -14 28 82 28 331 c 0\n 28 555 196 676 368 676 c 0\n 457 676 522 643 544 643 c 0\n 549 643 582 643 590 676 c 1\n 611 676 l 1\n 620 451 l 1\n 597 451 l 1\n 572 556 500 636 377 636 c 0\n 342 636 303 626 268 606 c 1\n 268 61 l 1\n 305 40 346 30 389 30 c 0\n 512 30 584 101 615 131 c 1\n 633 113 l 1\n224 95 m 1\n 224 572 l 1\n 186 534 144 469 144 329 c 0\n 144 219 176 143 224 95 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni2103\nEncoding: 8451 8451 2218\nWidth: 954\nFlags: W\nHStem: -14 44<660.5 716.5> 390 34<131 188> 636 40<622 686.5> 642 34<131.5 188>\nVStem: 17 39<503.5 562.5> 264 39<503 562.5> 328 116<282.5 380>\nRef: 67 67 N 1 0 0 1 300 0\nRef: 176 176 N 1 0 0 1 -40 0\nEndChar\nStartChar: afii61248\nEncoding: 8453 8453 2219\nWidth: 1000\nFlags: W\nEndChar\nStartChar: uni2109\nEncoding: 8457 8457 2219\nWidth: 822\nFlags: W\nHStem: 0 19 327 41<501 646> 390 34<131 188> 624 38<519.5 533 533 669> 642 34<131.5 188> 643 19\nVStem: 17 39<503.5 562.5> 264 39<503 562.5> 399 102<120 327 368 553 553 588>\nRef: 70 70 N 1 0 0 1 300 0\nRef: 176 176 S 1 0 0 1 -40 0\nEndChar\nStartChar: uni210A\nEncoding: 8458 8458 2220\nWidth: 500\nFlags: W\nHStem: -207 23<127 140> -11 53<128 167> 419 22<313 329>\nVStem: 25 86<113 129> 50 81<-144 -138>\nFore\n483 426 m 1\n 451 293 424 159 386 28 c 0\n 353 -88 259 -207 128 -207 c 0\n 86 -207 50 -190 50 -143 c 0\n 50 -121 69 -104 91 -104 c 0\n 110 -104 131 -119 131 -140 c 0\n 131 -158 118 -161 118 -173 c 0\n 118 -184 130 -184 138 -184 c 0\n 203 -184 274 -67 295 -13 c 0\n 319 49 333 115 347 180 c 1\n 306 102 226 -11 128 -11 c 0\n 53 -11 25 47 25 114 c 0\n 25 244 179 441 316 441 c 0\n 358 441 385 419 399 380 c 1\n 409 426 l 1\n 483 426 l 1\n380 353 m 0\n 380 389 358 419 320 419 c 0\n 212 419 111 209 111 116 c 0\n 111 82 128 42 167 42 c 0\n 275 42 380 259 380 353 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni210B\nEncoding: 8459 8459 2221\nWidth: 969\nFlags: W\nHStem: -22 22<145 177> -8 22<721 737> 80 73<93 116> 374 22<643 754> 455 22<527 549> 608 22<465 478> 686 22<1153.44 1171>\nVStem: 33 21<56 67> 460 54<490 499> 497 50<576 586> 615 62<65 94> 1214 26<630 650>\nDStem: 755 374 849 377 691 285 776 275\nFore\n920 140 m 0\n 920 138 920 137 919 135 c 0\n 870 67 794 -8 730 -8 c 0\n 650 -8 615 33 615 94 c 0\n 615 148 642 216 691 285 c 2\n 755 374 l 1\n 695 374 l 2\n 672 374 649 374 626 373 c 1\n 505 205 l 2\n 423 89 276 -22 165 -22 c 0\n 92 -22 33 5 33 57 c 0\n 33 76 41 98 59 124 c 0\n 71 141 95 153 116 153 c 0\n 134 153 149 144 149 119 c 0\n 149 100 119 80 93 80 c 0\n 81 80 70 85 63 95 c 1\n 57 82 54 71 54 61 c 0\n 54 20 102 0 169 0 c 0\n 253 0 345 109 419 215 c 0\n 455 266 494 316 534 366 c 1\n 434 354 341 322 283 240 c 0\n 282 238 279 237 276 237 c 2\n 265 237 l 2\n 260 237 257 241 257 245 c 1\n 258 250 l 1\n 327 347 439 380 554 391 c 1\n 628 478 l 1\n 595 463 560 455 531 455 c 0\n 494 455 460 468 460 496 c 0\n 460 506 464 517 473 530 c 0\n 489 553 497 571 497 585 c 128\n 497 599 488 608 472 608 c 0\n 434 608 396 557 358 503 c 0\n 356 501 354 499 351 499 c 2\n 340 499 l 2\n 335 499 332 503 332 508 c 0\n 332 509 332 511 333 512 c 0\n 370 565 424 630 476 630 c 0\n 520 630 547 609 547 576 c 0\n 547 560 540 541 526 520 c 0\n 518 509 514 500 514 493 c 0\n 514 483 522 477 534 477 c 0\n 590 477 666 513 703 565 c 1\n 856 714 l 2\n 858 716 860 717 862 717 c 0\n 869.179 717 870.944 708.483 873 703 c 1\n 873 700 873 698 871 695 c 2\n 643 396 l 1\n 771 396 l 1\n 890 557 1027 708 1169 708 c 0\n 1219 708 1240 682 1240 644 c 0\n 1240 609 1222 564 1191 520 c 0\n 1116 414 983 385 849 377 c 1\n 776 275 l 2\n 717 191 677 113 677 65 c 0\n 677 33 694 14 734 14 c 0\n 784 14 847 79 894 145 c 0\n 895 147 898 148 901 148 c 2\n 912 148 l 2\n 916 148 920 145 920 140 c 0\n1165 686 m 0\n 1090 686 977 551 866 400 c 1\n 988 410 1101 439 1166 530 c 0\n 1197 574 1214 613 1214 641 c 128\n 1214 669 1198 686 1165 686 c 0\nEndSplineSet\nEndChar\nStartChar: uni210C\nEncoding: 8460 8460 2222\nWidth: 663\nFlags: W\nHStem: -79 63<242 303> 564 61<370 413>\nVStem: 108 69<438 494> 255 66<138 199> 541 83<146 194>\nDStem: 136 124 76 53 28 38 40 25\nFore\n624 194 m 0\n 624 -22 415 -65 377 -158 c 1\n 344 -121 295 -79 242 -79 c 0\n 212 -79 185 -96 166 -119 c 1\n 155 -110 l 1\n 193 -68 241 -16 303 -16 c 0\n 348 -16 391 -49 423 -78 c 1\n 501 -25 541 52 541 146 c 0\n 541 244 471 388 361 388 c 0\n 324 388 281 361 251 341 c 1\n 284 302 321 253 321 199 c 0\n 321 104 209 53 150 -6 c 1\n 76 53 l 1\n 40 25 l 1\n 28 38 l 1\n 136 124 l 1\n 211 66 l 1\n 234 83 255 108 255 138 c 0\n 255 247 108 305 108 438 c 0\n 108 557 225 609 297 683 c 1\n 327 651 369 625 413 625 c 0\n 447 625 480 642 497 672 c 1\n 512 667 l 1\n 480 617 434 564 370 564 c 0\n 324 564 286 593 251 618 c 1\n 208 588 177 549 177 494 c 0\n 177 443 201 393 238 358 c 1\n 296 389 353 422 402 465 c 1\n 527 426 624 332 624 194 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni210D\nEncoding: 8461 8461 2223\nWidth: 822\nFlags: W\nHStem: 0 19<19 61 20 35 381.4 397 524 545 786.4 802> 315 44<310 611> 643 19<19 39.5 384.333 397 524 536.333 789.333 802>\nVStem: 107 44<80 576> 207 102<96 314 360 576> 612 102<96 314 360 576>\nFore\n802 0 m 1\n 524 0 l 1\n 524 19 l 1\n 608 23 612 45 612 120 c 2\n 612 315 l 1\n 309 315 l 1\n 309 109 l 2\n 309 43 319 24 397 19 c 1\n 397 0 l 1\n 19 0 l 1\n 19 19 l 1\n 103 21 107 38 107 109 c 2\n 107 553 l 2\n 107 627 101 639 19 643 c 1\n 19 662 l 1\n 397 662 l 1\n 397 643 l 1\n 321 637 309 624 309 553 c 2\n 309 359 l 1\n 612 359 l 1\n 612 553 l 2\n 612 627 598 637 524 643 c 1\n 524 662 l 1\n 802 662 l 1\n 802 643 l 1\n 726 637 714 624 714 553 c 2\n 714 109 l 2\n 714 43 724 24 802 19 c 1\n 802 0 l 1\n207 120 m 2\n 207 553 l 2\n 207 601 201 622 176 633 c 1\n 153 622 151 600 151 553 c 2\n 151 109 l 2\n 151 64 153 40 176 29 c 1\n 205 41 207 68 207 120 c 2\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni210E\nEncoding: 8462 8462 2224\nWidth: 500\nFlags: W\nHStem: 0 21G<19 94> 641 15<111 119.571>\nVStem: 370 77.2862<364 367>\nDStem: 154 512 273 678 19 0 153 230\nFore\n465 117 m 1\n 478 105 l 1\n 418 18 383 -9 332 -9 c 0\n 305 -9 288 7 288 33 c 0\n 288 45 295 76 308 125 c 2\n 363 332 l 2\n 367 348 370 361 370 365 c 0\n 370 378 357 390 342 390 c 0\n 307 390 239 328 187 249 c 0\n 147 188 134 154 94 0 c 1\n 19 0 l 1\n 154 512 l 2\n 160 534 163 548 164 549 c 0\n 173 578 178 603 178 617 c 128\n 178 631 154 648 140 642 c 0\n 139 641 138 641 137 641 c 2\n 111 641 l 1\n 111 656 l 1\n 171 663 210 670 268 683 c 1\n 273 678 l 1\n 153 230 l 1\n 246 375 317 441 382 441 c 0\n 421 441 448 414 448 374 c 0\n 448 350 429 276 400 181 c 0\n 383 129 367 66 367 56 c 0\n 367 47 374 38 383 38 c 0\n 399 38 411 49 465 117 c 1\nEndSplineSet\nEndChar\nStartChar: uni210F\nEncoding: 8463 8463 2225\nWidth: 500\nFlags: W\nHStem: 0 21G<19 94>\nVStem: 288 79<37 57> 370 78<362 370>\nDStem: 134 438 216 467 19 0 155 239 134 438 155 239 19 0 157 237 145 479 134 438 24 436 37 403 391 567 404 534 227 509 216 467\nFore\n478 105 m 1\n 442 53 399 -9 333 -9 c 0\n 301 -9 288 10 288 37 c 0\n 288 63 370 350 370 363 c 0\n 370 380 357 390 341 390 c 0\n 291 390 206 277 187 249 c 0\n 141 181 127 126 94 0 c 1\n 19 0 l 1\n 134 438 l 1\n 37 403 l 1\n 24 436 l 1\n 145 479 l 1\n 145 479 178 600 178 615 c 0\n 178 627 170 642 137 641 c 2\n 111 640 l 1\n 111 656 l 1\n 163 662 216 671 268 683 c 1\n 273 678 l 1\n 227 509 l 1\n 391 567 l 1\n 404 534 l 1\n 216 467 l 1\n 155 239 l 1\n 157 237 l 1\n 188 287 290 441 380 441 c 0\n 402 441 448 434 448 369 c 0\n 448 334 367 78 367 57 c 0\n 367 45 375 38 383 38 c 0\n 403 38 427 69 465 117 c 1\n 478 105 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni2110\nEncoding: 8464 8464 2226\nWidth: 809\nFlags: W\nHStem: -17 23<172 202> 80 73<117 140>\nVStem: 58 22<59 66> 403 46<340 356> 782 24<447 476>\nFore\n649 474 m 0\n 698 543 768 609 847 662 c 1\n 715.988 618.329 583.42 590.992 509 485 c 0\n 471 432 449 381 449 341 c 0\n 449 298.645 474.11 272.9 511 261 c 1\n 558 332 599 403 649 474 c 0\n702 464 m 0\n 652 394 635 327 597 257 c 1\n 688.707 274.468 782 364.78 782 462 c 0\n 782 470 781 478 780 486 c 0\n 780 492.111 787.404 498 794 498 c 2\n 796 498 l 2\n 800 498 803 495 804 491 c 0\n 805 480 806 468 806 456 c 0\n 806 367.163 743.548 301.512 676 265 c 0\n 644 247 612 237 584 233 c 1\n 566 205 l 2\n 486 80 315 -17 194 -17 c 0\n 121 -17 58 8 58 60 c 0\n 58 78 66 99 83 124 c 0\n 95 141 119 153 140 153 c 0\n 158 153 173 144 173 119 c 0\n 173 100 143 80 117 80 c 0\n 105 80 94 85 88 95 c 1\n 82 84 80 73 80 64 c 0\n 80 24 129 6 198 6 c 0\n 287 6 405 109 480 215 c 2\n 497 239 l 1\n 446.479 253.787 403 288.493 403 354 c 0\n 403 396 421 445 456 495 c 0\n 565 649 758 642 939 716 c 0\n 940 717 941 717 942 717 c 0\n 945 717 949 715 950 711 c 0\n 950 710 952 700 952 700 c 1\n 952 697 951 694 949 693 c 0\n 849 630 761 548 702 464 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: Ifraktur\nEncoding: 8465 8465 2227\nWidth: 686\nFlags: W\nVStem: 58.0601 37.9399<521 540>\nDStem: 138 46 196 121 295 -40 336 46\nFore\n565 654 m 1\n 470 546 l 2\n 442 514 445 478 452 462 c 0\n 485 386 528 314 566 240 c 0\n 585 203 584 137 548 90 c 0\n 510 40 403 -24 386 -34 c 0\n 362 -48 342 -66 295 -40 c 2\n 138 46 l 2\n 89 73 78 68 26 44 c 1\n 10 63 l 1\n 97 116 l 2\n 148 147 167 136 196 121 c 2\n 336 46 l 2\n 364 31 385 25 416 33 c 0\n 443 40 487 54 500 100 c 0\n 511 139 491 187 486 196 c 2\n 399 353 l 2\n 373 400 363 461 399 504 c 2\n 470 589 l 1\n 439 604 352 640 304 648 c 0\n 229 660 173 646 130 606 c 0\n 103 581 96 552 96 522 c 0\n 96 489 108 454 139 425 c 0\n 175 391 189 388 257 375 c 1\n 255 352 l 1\n 222 357 171 355 118 399 c 0\n 90 422 67 453 59 512 c 0\n 51 577 72 615 92 646 c 0\n 110 675 142 700 183 718 c 0\n 225 737 275 740 301 740 c 0\n 336 740 375 731 413 719 c 0\n 477 699 512 684 565 654 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni2112\nEncoding: 8466 8466 2228\nWidth: 874\nFlags: W\nHStem: -17 23<124 174> -17 49.9234<540 556> 73 22<156 188> 336 22<508 551> 678 26<571 596> 694 23<939 951>\nVStem: 12 58<20 26> 293 56<447.9 463> 996 37<639 645>\nDStem: 552 337 651 345 466 215 551 205\nFore\n800 140 m 0\n 800 138 799 137 798 135 c 0\n 741 54 630 -17 548 -17 c 0\n 465.991 -17 403.578 8.17604 344 33 c 1\n 281 2 216 -17 160 -17 c 2\n 144 -17 l 2\n 92 -17 12 -15 12 21 c 0\n 12 28 16 37 23 47 c 0\n 56 94 117 95 166 95 c 2\n 172 95 l 2\n 230 95 280 86 328 75 c 1\n 380 113 429 163 466 215 c 2\n 552 337 l 1\n 542 336 531 336 520 336 c 0\n 396 336 293 376 293 461 c 0\n 293 490 305 525 333 565 c 0\n 388 643 494 704 571 704 c 0\n 582 704 592 703 602 700 c 0\n 603 699 604 699 604 698 c 1\n 606 697 608 695 608 692 c 0\n 608 690 607 688 606 687 c 2\n 602 681 l 2\n 601 679 598 678 596 678 c 0\n 529 678 434 624 386 555 c 0\n 360 519 349 488 349 461 c 0\n 349 395 421 358 524 358 c 0\n 539 358 554 359 569 360 c 1\n 700 539 846 717 944 717 c 0\n 1005 717 1033 686 1033 640 c 0\n 1033 606 1017 563 987 520 c 0\n 913 414 780 364 651 345 c 1\n 551 205 l 2\n 511 149 454 98 390 59 c 1\n 447 45 504 32 571 32 c 0\n 636 32 728 81 774 145 c 0\n 775 147 778 148 780 148 c 2\n 792 148 l 2\n 796 148 800 145 800 140 c 0\n164 6 m 0\n 203 6 249 23 294 51 c 1\n 256 64 216 73 168 73 c 0\n 134 73 94 64 75 37 c 0\n 71 32 70 28 70 24 c 0\n 70 8 106 6 164 6 c 0\n940 694 m 0\n 910 694 794 544 671 373 c 1\n 780 394 887 443 949 530 c 0\n 980 574 996 614 996 643 c 0\n 996 674 978 694 940 694 c 0\nEndSplineSet\nEndChar\nStartChar: afii61289\nEncoding: 8467 8467 2229\nWidth: 417\nFlags: W\nHStem: -11 37<171 198> 640 37<348 358>\nVStem: 71 68<85 101> 404 28<593 602>\nDStem: 126 309 117 277 15 233 25 216\nFore\n432 600 m 0\n 432 497 283 396 207 345 c 1\n 191 291 139 149 139 92 c 0\n 139 56 159 26 198 26 c 0\n 258 26 306 97 331 144 c 1\n 349 137 l 1\n 315 70 254 -11 171 -11 c 0\n 107 -11 71 35 71 96 c 0\n 71 155 101 222 117 277 c 1\n 25 216 l 1\n 15 233 l 1\n 126 309 l 1\n 155 410 195 677 349 677 c 0\n 395 677 432 648 432 600 c 0\n404 594 m 0\n 404 623 384 640 356 640 c 0\n 300 640 273 566 260 522 c 2\n 217 375 l 1\n 277 419 404 511 404 594 c 0\nEndSplineSet\nEndChar\nStartChar: uni2115\nEncoding: 8469 8469 2230\nWidth: 822\nFlags: W\nHStem: 0 19<12 54 13 33 322.667 347> 643 19<12 32.5 572 585.6 798 807>\nVStem: 109 44<85 565> 209 44<117 536> 668 44<182 539>\nDStem: 255 537 283 662 695 -11 666 181\nFore\n807 643 m 1\n 744 636 712 632 712 515 c 2\n 712 -11 l 1\n 695 -11 l 1\n 255 537 l 1\n 253 537 l 1\n 253 147 l 2\n 253 44 274 22 347 19 c 1\n 347 0 l 1\n 31 0 l 1\n 12 0 l 1\n 12 19 l 1\n 96 21 109 38 109 109 c 2\n 109 553 l 2\n 109 627 94 639 12 643 c 1\n 12 662 l 5\n 283 662 l 1\n 666 181 l 1\n 668 181 l 1\n 668 515 l 2\n 668 630 640 638 572 643 c 1\n 572 662 l 1\n 807 662 l 1\n 807 643 l 1\n209 147 m 2\n 209 588 l 1\n 195 606 183 618 173 626 c 1\n 157 613 153 592 153 553 c 2\n 153 109 l 2\n 153 69 157 46 176 33 c 1\n 201 48 209 79 209 147 c 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii61352\nEncoding: 8470 8470 2231\nWidth: 954\nFlags: W\nHStem: -15 106.992<59 87> 0 50<629 919> 164 33<768 781> 413 33<760 780> 558 110.996<625 652> 642 20G<75 245>\nVStem: 171 44<161 521> 496 44<225 497> 625.96 72.6701<303 339> 628 292<1 49> 849.345 73.34<284 312>\nDStem: 215 522 245 662 523 -11 496 224\nFore\n628 0 m 1\n 628 50 l 1\n 920 50 l 1\n 920 0 l 1\n 628 0 l 1\n245 662 m 1\n 496 224 l 1\n 496 429 l 2\n 496 498 498 546 503 573 c 0\n 508 601 521 624 542 642 c 128\n 563 660 591 669 625 669 c 0\n 674 669 704 640 704 608 c 0\n 704 580 683 558 652 558 c 0\n 638 558 623 562 607 571 c 1\n 591 582 579 587 572 587 c 0\n 560 587 551 581 546 568 c 128\n 541 555 540 526 540 480 c 2\n 540 -11 l 1\n 523 -11 l 1\n 215 522 l 1\n 215 207 l 2\n 215 136 210 88 201 61 c 128\n 192 34 177 15 156 3 c 128\n 135 -9 112 -15 87 -15 c 0\n 32 -15 8 14 8 45 c 0\n 8 73 31 92 59 92 c 0\n 72 92 87 88 103 79 c 0\n 121 69 134 64 141 64 c 0\n 153 64 161 72 165 88 c 0\n 169 105 171 141 171 198 c 2\n 171 515 l 2\n 171 577 162 613 142 627 c 0\n 127 636 113 640 75 643 c 1\n 75 662 l 1\n 245 662 l 1\n778 446 m 0\n 863 446 923 391 923 312 c 0\n 923 228 857 164 770 164 c 0\n 686 164 625 223 625 303 c 0\n 625 388 687 446 778 446 c 0\n769 413 m 0\n 726 413 698 384 698 339 c 0\n 698 300 707 260 723 231 c 0\n 735 209 754 197 779 197 c 0\n 825 197 850 228 850 284 c 0\n 850 359 817 413 769 413 c 0\nEndSplineSet\nEndChar\nStartChar: uni2117\nEncoding: 8471 8471 2232\nWidth: 760\nFlags: W\nHStem: -14 42<363 404> 152 15<251 261 403 413> 314 19<365 415> 501 19<365 415> 505 15<251 261> 634 42<363 405>\nVStem: 38 55<306 354> 300 64<194 314 334 482> 476 67<402 434> 667 55<306 354>\nFore\n364 501 m 1\n 364 333 l 1\n 407 333 l 2\n 456 333 476 366 476 419 c 0\n 476 476 444 501 405 501 c 2\n 364 501 l 1\n722 330 m 0\n 722 139 573 -14 382 -14 c 0\n 188 -14 38 139 38 330 c 128\n 38 521 188 676 382 676 c 0\n 573 676 722 521 722 330 c 0\n667 330 m 0\n 667 492 542 634 382 634 c 0\n 219 634 93 491 93 330 c 0\n 93 170 220 28 382 28 c 0\n 540 28 667 170 667 330 c 0\n543 407 m 2\n 543 344 486 314 427 314 c 2\n 364 314 l 1\n 364 215 l 2\n 364 172 363 172 413 167 c 1\n 413 152 l 1\n 251 152 l 1\n 251 167 l 1\n 301 172 300 172 300 215 c 2\n 300 456 l 2\n 300 501 301 500 251 505 c 1\n 251 520 l 1\n 428 520 l 2\n 487 520 543 492 543 429 c 2\n 543 407 l 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: weierstrass\nEncoding: 8472 8472 2233\nWidth: 987\nFlags: W\nHStem: -10.8718 33.7486<548 561>\nVStem: 158.496 38.4649<-91.7481 -72.0471> 764.519 105.827<333 359>\nFore\n473 573 m 1\n 482 557 l 1\n 419 510 405 504 373 465 c 0\n 359 448 295 359 308 289 c 1\n 322 210 l 1\n 370 262 444 358 518 414 c 0\n 585 465 682 504 734 501 c 0\n 767 499 814 489 842 446 c 0\n 870 402 874 344 868 306 c 0\n 863 274 836 186 779 115 c 0\n 765 98 714 28 647 3 c 0\n 604 -13 557 -15 533 -8 c 0\n 490 4 479 15 465 40 c 0\n 446 74 444 100 450 133 c 0\n 456 163 465 202 515 205 c 0\n 541 206 560 190 559 167 c 0\n 558 128 534 126 517 120 c 0\n 505 116 493 121 488 98 c 0\n 483 77 480 50 511 33 c 0\n 533 21 565 15 610 42 c 0\n 637 58 663 87 682 114 c 0\n 729 181 759 270 764 326 c 0\n 766 351 770 416 741 445 c 0\n 715 471 669 458 651 451 c 0\n 525 404 419 282 335 180 c 1\n 385 65 l 2\n 400 31 421 -70 392 -132 c 0\n 381 -156 338 -212 283 -211 c 0\n 212 -209 178 -170 164 -123 c 0\n 154 -91 159 -39 168 -14 c 0\n 186 35 222 78 248 124 c 1\n 231 167 202 207 222 289 c 0\n 241 365 278 411 302 439 c 0\n 358 505 428 545 473 573 c 1\n263 94 m 1\n 243 61 l 2\n 213 11 198 -37 197 -72 c 0\n 196 -105 208 -136 229 -158 c 0\n 264 -196 300 -172 311 -160 c 0\n 333 -136 330 -116 331 -105 c 0\n 333 -86 326 -34 299 21 c 2\n 263 94 l 1\nEndSplineSet\nEndChar\nStartChar: uni2119\nEncoding: 8473 8473 2234\nWidth: 656\nFlags: W\nHStem: 0 19<16 58 17 32 357.5 396> 288 40<336 384> 625 37<321.342 371> 643 19<16 36.5>\nVStem: 101 44<80 590> 200 102<96 290 331 576> 533 109<464 496>\nFore\n642 482 m 0\n 642 404 598 363 581 347 c 0\n 538 306 474 288 369 288 c 0\n 345 288 326 289 302 291 c 1\n 302 109 l 2\n 302 36 319 21 396 19 c 1\n 396 0 l 1\n 16 0 l 1\n 16 19 l 1\n 100 21 101 38 101 109 c 2\n 101 553 l 2\n 101 627 98 639 16 643 c 1\n 16 662 l 1\n 380 662 l 2\n 518 662 642 609 642 482 c 0\n533 480 m 0\n 533 623 387 625 343 625 c 0\n 313 625 302 624 302 591 c 2\n 302 331 l 1\n 321 329 341 328 362 328 c 0\n 399 328 533 328 533 480 c 0\n200 120 m 2\n 200 553 l 2\n 200 601 195 622 169 633 c 1\n 146 622 145 600 145 553 c 2\n 145 109 l 2\n 145 63 145 40 168 29 c 1\n 200 41 200 68 200 120 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni211A\nEncoding: 8474 8474 2235\nWidth: 722\nFlags: W\nHStem: -177 18<687 700> 640 36<354 370>\nVStem: 34 114<302 350> 224 44<82 579> 574 114<302 350>\nFore\n701 -177 m 1\n 687 -178 667 -178 654 -178 c 0\n 520 -178 389 -146 312 -56 c 2\n 265 -1 l 1\n 172 24 34 117 34 330 c 0\n 34 559 197 676 361 676 c 128\n 525 676 688 560 688 330 c 0\n 688 110 534 6 426 -7 c 1\n 435 -24 488 -76 505 -90 c 0\n 552 -127 609 -157 701 -159 c 1\n 701 -177 l 1\n574 330 m 0\n 574 559 463 640 361 640 c 0\n 330 640 298 632 268 615 c 1\n 268 46 l 1\n 297 30 328 22 361 22 c 0\n 472 22 574 111 574 330 c 0\n224 81 m 1\n 224 580 l 1\n 179 532 148 452 148 330 c 0\n 148 211 178 130 224 81 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni211B\nEncoding: 8475 8475 2236\nWidth: 850\nFlags: W\nHStem: -17 23<582 599> -11 22<125 155> 81 72<58 80> 266 22<221 228> 342 23<590 610> 694 23<585 638>\nVStem: -2 30<63 70> 126 26<354.062 368.217> 465 31<551 553> 482 74<33 68> 835 52<551 572>\nDStem: 578 223 658 205 497 110 583 100\nFore\n612 365 m 2\n 630 365 645 361 657 355 c 1\n 715.672 377.566 762.092 414.752 795 460 c 0\n 823 500 835 536 835 566 c 0\n 835 592 826 615 811 632 c 1\n 713 556 647 459 589 365 c 1\n 612 365 l 2\n494 343 m 1\n 494 348.268 498.539 358 506 358 c 1\n 586 464 676 567 791 650 c 1\n 749 681 684 694 608 694 c 0\n 447.972 694 280.705 589.266 207 485 c 0\n 173 436 152 390 152 354 c 1\n 153 342 l 1\n 157 309 181 288 226 288 c 0\n 244 288 269 299 292 317 c 0\n 320 338 339 364 357 390 c 0\n 386 431 465 510 465 552 c 2\n 465 558 l 2\n 465 565.446 479.959 568.734 486 571 c 1\n 495.47 571 495.202 561.775 496 553 c 1\n 496 501 450 437 410 380 c 0\n 389 350 358 321 322 300 c 0\n 288 279 252 266 222 266 c 0\n 168 266 134 294 127 337 c 0\n 126 343 126 348 126 354 c 0\n 126 397 147 446 182 495 c 0\n 226 557 298 613 373 652 c 0\n 458 696 542 717 612 717 c 0\n 693 717 767 703 819 670 c 1\n 834 680 868 700 869 700 c 0\n 878.21 700 878.522 691.131 880 683 c 1\n 880 680 879 679 876 677 c 2\n 840 654 l 1\n 845 649 850 645 854 640 c 0\n 874 618 887 590 887 557 c 0\n 887 525 875 489 847 450 c 128\n 819 411 771 377 724 354 c 0\n 709 347 694 342 680 337 c 1\n 688.391 326.931 692 313.315 692 296 c 0\n 692 269 680 236 658 205 c 2\n 583 100 l 2\n 566 75 556 51 556 33 c 0\n 556 30 557 28 557 26 c 0\n 558 19 561 13 566 8 c 1\n 576 6 586 6 597 6 c 0\n 624.673 6 653.416 25.4806 672 42 c 0\n 710 73 741 109 766 145 c 0\n 768 147 770 148 773 148 c 2\n 784 148 l 2\n 789.17 148 793 144.564 793 140 c 0\n 793 138 792 137 791 135 c 0\n 755.241 85.4878 708.703 40.279 653 6 c 0\n 633 -7 612 -17 593 -17 c 0\n 580 -17 568 -13 559 -8 c 1\n 536 -3 515 7 502 23 c 0\n 491 35 482 50 482 68 c 0\n 482 80 486 95 497 110 c 2\n 578 223 l 2\n 602 256 625 292 629 311 c 0\n 630 315 630 319 630 322 c 1\n 606 317 583 315 562 315 c 1\n 488 205 l 2\n 407 90 252 -11 137 -11 c 0\n 64 -11 -2 13 -2 64 c 0\n -2 81 6 101 22 124 c 0\n 34 141 59 153 80 153 c 0\n 98 153 113 144 113 119 c 0\n 113 100 84 81 58 81 c 0\n 49 81 40 83 33 89 c 1\n 30 81 28 74 28 67 c 0\n 28 29 76 11 141 11 c 0\n 225 11 330 113 403 215 c 0\n 432 257 463 300 494 343 c 1\n611 342 m 1\n 575 342 l 1\n 574 341 573 339 572 337 c 1\n 585 338 597 339 611 342 c 1\nEndSplineSet\nEndChar\nStartChar: Rfraktur\nEncoding: 8476 8476 2237\nWidth: 795\nFlags: W\nVStem: 341.439 93.9329<321 417>\nDStem: 653 548 754 584 460 414 572 455\nFore\n754 584 m 1\n 572 455 l 1\n 594 427 613 394 627 354 c 0\n 646 296 664 190 675 117 c 1\n 685 66 723 88 744 96 c 1\n 759 73 l 1\n 649 -15 l 1\n 625 -3 597 14 579 70 c 0\n 566 110 563 148 559 183 c 0\n 549 276 539 320 529 349 c 0\n 516 385 502 395 471 394 c 1\n 460 414 l 1\n 653 548 l 1\n 572 623 l 2\n 538 654 510 655 481 636 c 2\n 418 595 l 1\n 438 467 438 357 434 292 c 0\n 431 249 434 196 379 124 c 0\n 333 63 246 -4 222 -15 c 1\n 184 15 l 2\n 170 26 158 36 139 37 c 0\n 123 38 106 30 89 18 c 1\n 70 33 l 1\n 140 94 l 2\n 168 118 177 133 196 119 c 2\n 274 64 l 1\n 285 80 326 137 336 238 c 0\n 344 312 345 431 335 501 c 0\n 329 542 326 596 284 640 c 0\n 239 687 142 690 93 637 c 0\n 73 615 47 571 69 524 c 0\n 78 506 92 487 112 477 c 2\n 207 428 l 2\n 262 400 261 358 246 337 c 2\n 210 285 l 1\n 187 301 l 1\n 196 312 228 332 180 360 c 0\n 143 381 106 393 77 417 c 0\n 41 447 28 487 26 518 c 0\n 22 574 48 656 100 694 c 0\n 134 718 241 759 328 713 c 0\n 376 688 381 664 407 623 c 1\n 538 718 l 2\n 552 728 572 743 593 724 c 2\n 754 584 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni211D\nEncoding: 8477 8477 2238\nWidth: 767\nFlags: W\nHStem: 0 19<17 59 18 33 374 394 738.5 759> 625 37<353 395> 643 19<17 37.5>\nVStem: 102 44<80 590> 202 102<96 306 344 576> 538 109<480 496>\nFore\n759 0 m 1\n 598 0 l 1\n 360 308 l 1\n 304 306 l 1\n 304 109 l 2\n 304 42 314 23 394 19 c 1\n 394 0 l 1\n 17 0 l 1\n 17 19 l 1\n 101 21 102 38 102 109 c 2\n 102 553 l 2\n 102 627 99 639 17 643 c 1\n 17 662 l 1\n 393 662 l 2\n 482 662 647 641 647 487 c 0\n 647 353 517 329 466 319 c 1\n 672 66 l 2\n 694 39 718 21 759 19 c 1\n 759 0 l 1\n538 489 m 0\n 538 622 407 625 366 625 c 0\n 313 625 304 618 304 589 c 2\n 304 343 l 1\n 388 344 538 346 538 489 c 0\n202 120 m 2\n 202 553 l 2\n 202 603 195 623 170 633 c 1\n 147 622 146 600 146 553 c 2\n 146 109 l 2\n 146 63 146 40 170 28 c 1\n 200 41 202 67 202 120 c 2\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni211F\nEncoding: 8479 8479 2239\nWidth: 667\nFlags: W\nHStem: 0 19<17 33.2 278.5 294 638.5 659> 625 37<241 294> 643 19<17 27>\nVStem: 102 102<92 306 344 579> 438 109<483 499>\nDStem: 174 0 219 0 143 -93 188 -93 221 782 221 826 412 719 465 745 271 294 302 253 204 91 229 32 374 604 409 577 289 348 337 358 405 697 449 697 390 653 431 642 412 719 465 745 405 697 449 697\nFore\n431 642 m 1\n 493 620 547 575 547 487 c 0\n 547 353 417 329 366 319 c 1\n 572 66 l 2\n 594 39 618 21 659 19 c 1\n 659 0 l 1\n 498 0 l 1\n 302 253 l 1\n 229 32 l 1\n 243 24 263 21 294 19 c 1\n 294 0 l 1\n 219 0 l 1\n 188 -93 l 1\n 143 -93 l 1\n 174 0 l 1\n 17 0 l 1\n 17 19 l 1\n 98 24 102 45 102 120 c 2\n 102 553 l 2\n 102 627 87 636 17 643 c 1\n 17 662 l 1\n 293 662 l 2\n 320 662 355 660 390 653 c 1\n 405 697 l 1\n 412 719 l 1\n 221 782 l 1\n 221 826 l 1\n 465 745 l 1\n 449 697 l 1\n 431 642 l 1\n271 294 m 1\n 260 308 l 1\n 204 306 l 1\n 204 109 l 2\n 204 103 204 96 204 91 c 1\n 271 294 l 1\n409 577 m 1\n 337 358 l 1\n 392 374 438 410 438 489 c 0\n 438 528 426 557 409 577 c 1\n374 604 m 1\n 334 624 288 625 266 625 c 0\n 213 625 204 618 204 589 c 2\n 204 343 l 1\n 228 343 258 343 289 348 c 1\n 374 604 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2120\nEncoding: 8480 8480 2240\nWidth: 879\nFlags: W\nHStem: 248 20<145 166> 257 14<333 361.5 422 476 470 475 681 729 681.063 698.824 825 867 854 866> 540 123<246 256> 648 14<334 348.333 857 867> 650 21<134 161>\nVStem: 22 56<561 592> 226 63<334 364> 392 29<323 590> 737 77<312 603>\nDStem: 421 591 473 662 561 257 597 352 734 662 737 604 597 352 584 257\nFore\n867 257 m 1\n 681 257 l 1\n 681 271 l 1\n 729 272 737 282 737 330 c 2\n 737 604 l 1\n 584 257 l 1\n 561 257 l 1\n 421 591 l 1\n 421 346 l 2\n 421 300 422 272 476 271 c 1\n 476 257 l 1\n 333 257 l 1\n 333 271 l 1\n 390 273 392 296 392 346 c 2\n 392 595 l 2\n 392 642 377 645 334 648 c 1\n 334 662 l 5\n 473 662 l 1\n 597 352 l 1\n 734 662 l 1\n 867 662 l 1\n 867 648 l 1\n 827 644 814 639 814 595 c 2\n 814 324 l 2\n 814 280 825 272 867 271 c 1\n 867 257 l 1\n289 364 m 0\n 289 286 216 248 159 248 c 0\n 118 248 80 265 54 264 c 0\n 44 264 40 262 35 253 c 1\n 23 253 l 1\n 23 394 l 1\n 37 394 l 1\n 48 346 65 268 153 268 c 0\n 184 268 226 282 226 334 c 0\n 226 362 208 383 179 400 c 2\n 127 430 l 2\n 72 462 22 495 22 561 c 0\n 22 612 61 671 148 671 c 0\n 188 671 215 653 231 653 c 0\n 239 653 243 659 246 663 c 1\n 256 663 l 1\n 260 540 l 1\n 246 540 l 1\n 226 631 186 650 146 650 c 0\n 97 650 78 615 78 592 c 0\n 78 574 83 548 116 528 c 2\n 214 470 l 2\n 258 444 289 418 289 364 c 0\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: trademark\nEncoding: 8482 8482 2241\nWidth: 980\nFlags: MW\nHStem: 642 20<100 118 118 167 238 288 238 238>\nVStem: 167 71<332 642> 488 26<343 566> 830 71<332 568 568 568>\nFore\n238 642 m 1\n 238 332 l 2\n 238 284 238 284 288 278 c 1\n 288 258 l 1\n 117 258 l 1\n 117 278 l 1\n 167 284 167 284 167 332 c 2\n 167 642 l 1\n 118 642 l 2\n 82 642 63 623 50 574 c 1\n 30 574 l 1\n 30 662 l 1\n 375 662 l 1\n 375 574 l 1\n 355 574 l 1\n 341 623 323 642 288 642 c 2\n 238 642 l 1\n665 256 m 1\n 514 566 l 1\n 514 343 l 2\n 514 295 524 283 567 278 c 1\n 567 258 l 1\n 436 258 l 1\n 436 278 l 1\n 478 283 488 295 488 343 c 2\n 488 592 l 1\n 475 622 449 641 419 642 c 1\n 419 662 l 1\n 540 662 l 1\n 694 353 l 1\n 854 662 l 1\n 957 662 l 1\n 957 642 l 1\n 914 639 901 626 901 587 c 2\n 901 332 l 2\n 901 284 901 284 951 278 c 1\n 951 258 l 1\n 781 258 l 1\n 781 278 l 1\n 812 282 816 283 823 287 c 0\n 829 291 830 300 830 332 c 2\n 830 568 l 1\n 676 256 l 1\n 665 256 l 1\nEndSplineSet\nEndChar\nStartChar: uni2123\nEncoding: 8483 8483 2242\nWidth: 722\nFlags: W\nHStem: 643 19<16 39.5 263.333 282 492 511 681 697>\nVStem: 16 266<643 661> 492 205<643 661>\nDStem: 122 538 248 499 276 195 322 334 122 538 347 277 276 195 399 161 258 782 258 826 449 719 502 745 276 195 301 138 180 -93 225 -93 442 697 486 697 322 334 347 277 449 719 502 745 442 697 486 697 546 528 605 550 399 161 383 -11\nFore\n301 138 m 1\n 225 -93 l 1\n 180 -93 l 1\n 276 195 l 1\n 122 538 l 2\n 81 629 63 641 16 643 c 1\n 16 662 l 1\n 282 662 l 1\n 282 643 l 1\n 226 640 207 638 207 606 c 0\n 207 591 225 550 248 499 c 2\n 322 334 l 1\n 442 697 l 1\n 449 719 l 1\n 258 782 l 1\n 258 826 l 1\n 502 745 l 1\n 486 697 l 1\n 347 277 l 1\n 399 161 l 1\n 546 528 l 2\n 548 534 565 576 565 597 c 0\n 565 638 530 641 492 643 c 1\n 492 662 l 1\n 697 662 l 1\n 697 643 l 1\n 649 640 635 626 605 550 c 2\n 383 -11 l 1\n 368 -11 l 1\n 301 138 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni2124\nEncoding: 8484 8484 2243\nWidth: 731\nFlags: W\nHStem: 0 38<146 206 266 537> 624 38<201 445 561 625>\nDStem: 446 624 561 624 9 15 145 38 626 624 697 647 206 38 265 38\nFore\n717 176 m 1\n 693 0 l 1\n 9 0 l 1\n 9 15 l 1\n 446 624 l 1\n 225 624 l 2\n 82 624 70 558 57 491 c 1\n 31 491 l 1\n 51 662 l 1\n 697 662 l 5\n 697 647 l 1\n 265 38 l 1\n 522 38 l 2\n 653 38 672 103 694 176 c 1\n 717 176 l 1\n626 624 m 1\n 561 624 l 1\n 145 38 l 1\n 206 38 l 1\n 626 624 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2126\nEncoding: 8486 8486 2244\nWidth: 757\nFlags: W\nHStem: 0 88<113 284 462 625> 0 156<48 67 679 698> 650 26<353 369>\nVStem: 33 107<400 432> 47 20<144 155> 47 274<1 88> 285 36<89 145> 425 36<89 145> 425 274<1 88> 606 107<400 416>\nRef: 937 937 S 1 0 0 1 0 0\nEndChar\nStartChar: uni2127\nEncoding: 8487 8487 2245\nWidth: 757\nFlags: W\nHStem: -10 26<353 369> 510 156<48 67 679 698> 578 88<113 284 462 625>\nVStem: 33 107<234 266> 47 20<511 522> 47 274<578 665> 285 36<521 577> 425 36<521 577> 425 274<578 665> 606 107<250 266>\nRef: 937 937 S 1 0 0 -1 0 666\nEndChar\nStartChar: uni2128\nEncoding: 8488 8488 2246\nWidth: 663\nFlags: W\nHStem: -162 209<91 286> 290 23<341 354> 656 18<297 317>\nVStem: 108 16<494 510> 459.795 94.2052<478 488> 474.98 103.02<62 94>\nFore\n578 80 m 0\n 578 -83 432 -162 286 -162 c 0\n 91 -162 123 14 51 14 c 0\n 25 14 11 -14 9 -36 c 1\n -7 -36 l 1\n -1 14 42 47 91 47 c 0\n 233 47 195 -142 333 -142 c 0\n 450 -142 475 -43 475 54 c 0\n 475 139 469 290 352 290 c 0\n 308 290 271 263 256 221 c 1\n 241 229 l 1\n 254 263 281 287 314 299 c 1\n 284 311 260 331 244 360 c 1\n 257 370 l 1\n 275 340 305 313 342 313 c 0\n 428 313 460 393 460 466 c 0\n 460 566 418 656 306 656 c 0\n 223 656 124 597 124 505 c 0\n 124 489 127 472 134 457 c 1\n 121 450 l 1\n 113 468 108 488 108 507 c 0\n 108 614 220 674 315 674 c 0\n 425 674 554 611 554 486 c 0\n 554 391 469 330 387 303 c 1\n 501 279 578 200 578 80 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni212A\nEncoding: 8490 8490 2247\nWidth: 722\nFlags: W\nHStem: 0 19 643 19\nVStem: 124 102<120 296 348 553>\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni212B\nEncoding: 8491 8491 2248\nWidth: 722\nFlags: W\nHStem: 0 20 216 41<216 447> 654 20<347 367 367 367> 724 34 889 34\nVStem: 15 34 180 34\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: uni212C\nEncoding: 8492 8492 2249\nWidth: 908\nFlags: W\nHStem: -14 22<149 189> -8 22<562 578> 80 73<92 115> 199 22<674 686> 269 22<258 274> 297 23<634 655> 353 22<674 696> 686 22<626 674>\nVStem: 34 21<57 68> 163 27<345 370> 484 22<52 68> 504 24.5697<546 552> 798 47<256 270> 876 52<546 563>\nDStem: 901 699 914 694 849 666 916 684\nFore\n642 708 m 0\n 722 708 795 697 849 666 c 1\n 901 699 l 2\n 902 700 904 700 905 700 c 0\n 909 700 913 698 914 694 c 2\n 916 684 l 1\n 916 681 914 679 912 677 c 0\n 901 670 888 661 875 649 c 1\n 881 644 886 639 891 634 c 0\n 914 611 928 582 928 548 c 0\n 928 519 917 486 892 450 c 0\n 866 414 830 380 789 352 c 1\n 809 340 825 324 834 304 c 0\n 841 290 845 273 845 256 c 0\n 845 220 829 178 799 135 c 0\n 772 98 733 61 689 34 c 0\n 646 8 600 -8 563 -8 c 0\n 524 -8 495 8 486 39 c 0\n 484 45 484 51 484 58 c 0\n 484 84 496 115 517 145 c 0\n 533 168 562 187 589 199 c 0\n 624 215 657 221 686 221 c 0\n 690 221 694 217 694 213 c 0\n 694 211 694 209 693 208 c 2\n 689 202 l 2\n 687 200 685 199 682 199 c 0\n 657 199 628 194 597 181 c 0\n 573 170 549 154 536 135 c 0\n 516 107 506 81 506 61 c 0\n 506 56 507 51 508 47 c 0\n 513 26 534 14 567 14 c 0\n 593 14 627 28 659 51 c 0\n 696 78 723 112 747 145 c 0\n 780 191 798 236 798 270 c 0\n 798 279 796 287 794 294 c 0\n 788 311 777 325 761 334 c 1\n 719 311 676 297 640 297 c 0\n 624 297 608 298 594 303 c 1\n 569 269 546 236 524 205 c 0\n 442 89 286 -14 171 -14 c 0\n 98 -14 34 10 34 62 c 0\n 34 80 41 100 58 124 c 0\n 70 141 94 153 115 153 c 0\n 133 153 148 144 148 119 c 0\n 148 100 118 80 92 80 c 0\n 80 80 69 85 63 95 c 1\n 58 84 55 75 55 66 c 0\n 55 26 106 8 175 8 c 0\n 259 8 365 111 438 215 c 0\n 544 364 659 527 822 647 c 1\n 777 675 713 686 638 686 c 0\n 574 686 496 668 417 628 c 0\n 347 593 282 541 243 485 c 0\n 209 437 189 392 189 356 c 0\n 189 352 189 348 190 344 c 0\n 194 312 219 291 264 291 c 0\n 288 291 319 300 350 319 c 0\n 380 338 403 364 421 390 c 0\n 464 451 504 509 504 551 c 2\n 504 559 l 2\n 504 562 506 565 509 566 c 0\n 512 568 515 569 518 570 c 0\n 522 570 527 567 527 562 c 0\n 528 553 529 544 529 535 c 0\n 529 489 513 436 473 380 c 0\n 451 349 416 321 378 301 c 0\n 337 280 295 269 260 269 c 0\n 206 269 172 295 165 338 c 0\n 164 344 163 350 163 357 c 0\n 163 398 184 447 218 495 c 0\n 261 555 332 609 405 646 c 0\n 490 689 572 708 642 708 c 0\n684 375 m 0\n 709 375 733 372 753 366 c 1\n 789 394 816 427 839 460 c 0\n 865 497 876 530 876 558 c 0\n 876 585 866 608 849 625 c 1\n 789 564 715 469 644 372 c 1\n 658 374 671 375 684 375 c 0\n641 331 m 0\n 638 326 635 323 633 320 c 1\n 635 319 639 319 644 319 c 0\n 667 319 698 330 727 348 c 1\n 713 351 697 353 680 353 c 0\n 671 353 662 352 653 347 c 1\n 653 347 649 343 641 331 c 0\nEndSplineSet\nEndChar\nStartChar: uni212D\nEncoding: 8493 8493 2250\nWidth: 614\nFlags: W\nHStem: -4 75<347 370> 574 62<449 504> 647 20<221 231>\nVStem: 50 78<347 420>\nFore\n598 180 m 1\n 557 64 472 -4 348 -4 c 0\n 158 -4 50 174 50 347 c 0\n 50 448 89 667 222 667 c 0\n 269 667 301 631 314 589 c 1\n 389 683 l 1\n 423 661 463 636 504 636 c 0\n 531 636 555 650 571 671 c 1\n 585 663 l 1\n 554 618 508 574 449 574 c 0\n 412 574 383 589 351 606 c 1\n 335 590 317 567 317 543 c 0\n 317 460 421 376 421 291 c 0\n 421 226 378 172 332 132 c 1\n 322 146 l 1\n 343 164 354 186 354 214 c 0\n 354 296 260 369 260 459 c 0\n 260 499 279 537 300 570 c 1\n 295 607 270 647 229 647 c 0\n 128 647 128 490 128 420 c 0\n 128 269 174 71 361 71 c 0\n 447 71 543 97 582 180 c 1\n 598 180 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: estimated\nEncoding: 8494 8494 2251\nWidth: 533\nFlags: W\nHStem: -10 67<270 315> 277 32<126 387> 424 36<256 275>\nVStem: 35 87<225 277>\nFore\n496 160 m 1\n 468 62 377 -10 270 -10 c 0\n 140 -10 35 95 35 225 c 128\n 35 355 140 460 270 460 c 0\n 383 460 476 381 499 277 c 1\n 122 277 l 1\n 122 106 235 57 315 57 c 0\n 421 57 463 126 476 169 c 1\n 496 160 l 1\n125 309 m 1\n 388 309 l 1\n 375 357 352 424 257 424 c 0\n 191 424 145 397 125 309 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2130\nEncoding: 8496 8496 2252\nWidth: 562\nFlags: W\nHStem: -8 22<221 260> 255 22<365 387> 346 22<397 413> 388 23<365 397> 444 22<556 570> 608 22<618 623> 676 32<556 582>\nVStem: 45 59<112 133> 222 23<104 106> 272 57<430 450> 434 29<377 379> 467 50<187 199> 492 26<497 504> 681 30<595 613>\nFore\n626 611 m 2\n 625 609 622 608 619 608 c 0\n 609 608 594 603 580 593 c 0\n 564 583 552 569 542 555 c 0\n 527 533 518 513 518 498 c 0\n 518 478 533 466 563 466 c 0\n 575 466 592 472 608 484 c 0\n 627 497 642 513 653 530 c 0\n 673 557 681 582 681 602 c 0\n 681 615 678 626 672 635 c 0\n 654 664 611 676 557 676 c 0\n 531 676 498 665 466 643 c 0\n 431 618 407 587 385 555 c 0\n 352 508 329 464 329 430 c 0\n 329 426 329 423 330 419 c 0\n 331 414 332 410 334 406 c 1\n 352 409 369 411 385 411 c 0\n 406 411 428 408 445 400 c 0\n 451 397 463 391 463 380 c 0\n 463 376 462 371 458 366 c 0\n 453 358 444 353 437 351 c 0\n 428 348 416 346 407 346 c 0\n 366 346 332 355 307 374 c 1\n 292 368 276 361 260 352 c 0\n 221 328 189 295 166 261 c 0\n 127 205 104 153 104 112 c 0\n 104 102 105 93 108 84 c 0\n 123 38 172 14 243 14 c 0\n 274 14 313 24 352 47 c 0\n 389 69 419 100 440 131 c 1\n 459 156 467 180 467 198 c 0\n 467 206 465 214 462 220 c 0\n 449 244 415 255 370 255 c 0\n 318 255 255 178 245 107 c 0\n 245 104 243 101 240 100 c 2\n 233 97 l 1\n 229 97 l 2\n 226 97 224 99 223 102 c 0\n 222 103 222 105 222 106 c 0\n 232 185 307 277 374 277 c 0\n 428 277 476 265 502 232 c 0\n 512 220 517 204 517 187 c 0\n 517 167 510 145 493 121 c 0\n 467 85 425 52 381 30 c 0\n 330 4 281 -8 239 -8 c 0\n 155 -8 87 17 58 74 c 0\n 49 92 45 111 45 133 c 0\n 45 174 61 222 96 271 c 0\n 125 311 173 346 222 370 c 0\n 244 380 266 389 288 395 c 1\n 284 400 281 406 279 411 c 0\n 274 423 272 436 272 450 c 0\n 272 485 286 524 315 565 c 0\n 343 603 385 640 431 666 c 0\n 479 693 527 708 568 708 c 0\n 627 708 676 692 699 653 c 0\n 707 640 711 625 711 609 c 0\n 711 582 700 552 678 520 c 0\n 664 501 645 481 622 467 c 0\n 601 453 578 444 559 444 c 0\n 528 444 503 456 495 481 c 0\n 493 487 492 493 492 499 c 0\n 492 519 502 542 518 565 c 0\n 530 582 547 598 567 611 c 0\n 586 622 606 630 623 630 c 0\n 628 630 632 626 632 622 c 0\n 632 620 631 618 630 617 c 2\n 626 611 l 2\n381 388 m 0\n 371 388 360 387 350 385 c 1\n 363 374 384 368 410 368 c 0\n 416 368 421 368 426 370 c 0\n 429 371 434 376 434 376 c 1\n 434 376 435 377 435 378 c 128\n 435 379 434 380 429 382 c 0\n 417 387 400 388 381 388 c 0\nEndSplineSet\nEndChar\nStartChar: uni2131\nEncoding: 8497 8497 2253\nWidth: 895\nFlags: W\nHStem: -22 22<185 217> 80 73<101 124> 350 22<344 361> 384 22<808 817> 672 56<628 656>\nVStem: 41 22<58 66> 258 26<413.282 428> 563.133 50.8672<544 554> 823 26<372 377>\nFore\n816 406 m 0\n 833.666 406 849 397.384 849 378 c 0\n 849 367 844 356 836 345 c 0\n 814 313 768 300 733 290 c 1\n 724 276 721 263 721 253 c 0\n 721 249 721 246 722 243 c 1\n 722 241 l 2\n 722 238 720 235 717 233 c 2\n 662 211 l 2\n 661 210 660 210 659 210 c 128\n 658 210 656 210 655 211 c 0\n 652.717 211 650 215.271 650 218 c 0\n 650 219 650 220 651 221 c 0\n 657 240 666 259 677 278 c 1\n 653 274 630 271 608 270 c 1\n 545.018 123.041 343.601 -22 207 -22 c 0\n 122 -22 41 1 41 59 c 0\n 41 77 49 99 67 124 c 0\n 79 141 103 153 124 153 c 0\n 142 153 157 144 157 119 c 0\n 157 100 127 80 101 80 c 0\n 89 80 78 85 71 95 c 1\n 65 83 63 73 63 64 c 0\n 63 18 127 0 211 0 c 0\n 299 0 409 107 486 215 c 0\n 498 232 509 250 520 267 c 1\n 450.331 261.028 345.492 238.593 312 191 c 0\n 311 189 308 188 305 188 c 2\n 294 188 l 2\n 288.882 188 286 191.11 286 196 c 0\n 286 198 286 199 287 201 c 0\n 312 235 360 252 398 264 c 0\n 447 280 492 287 534 290 c 1\n 567 346 596 403 637 460 c 0\n 675 514 732 566 797 606 c 0\n 798 607 800 607 801 607 c 0\n 809.295 607 809.562 598.191 811 591 c 1\n 811 589 810 586 809 585 c 0\n 762 542 722 496 689 450 c 0\n 651 396 638 345 617 293 c 1\n 641 294 666 297 692 302 c 1\n 711.983 331.975 729.807 356.605 761 380 c 0\n 777 393 798 406 816 406 c 0\n981 651 m 0\n 984.988 651 990 646.905 990 643 c 0\n 990 641 989 639 988 638 c 2\n 960 599 l 2\n 959 597 957 595 954 595 c 0\n 821 595 757 672 628 672 c 0\n 578 672 520 663 459 632 c 0\n 405 605 354 564 323 520 c 0\n 298 484 284 451 284 425 c 0\n 284 390.683 307.213 372 349 372 c 0\n 380 372 415 379 453 397 c 0\n 482 412 509 436 526 460 c 0\n 552 496 564 530 564 557 c 0\n 564 569 562 580 557 589 c 0\n 556 590 556 592 556 593 c 0\n 556 596 557 598 560 600 c 2\n 566 604 l 2\n 568 605 569 606 571 606 c 2\n 575 605 l 2\n 601 593 614 570 614 543 c 128\n 614 516 601 483 578 450 c 0\n 536.552 391.597 429.992 350 345 350 c 0\n 300 350 269 370 260 405 c 0\n 258 412 258 419 258 426 c 0\n 258 457 273 493 298 530 c 0\n 336 584 396 634 461 670 c 0\n 529 708 599 728 656 728 c 0\n 788 728 853 651 981 651 c 0\n812 355 m 0\n 820 366 823 371 823 377 c 1\n 821 381 818 384 812 384 c 128\n 806 384 796 376 784 364 c 0\n 774 354 760 334 747 316 c 1\n 774 325 798 336 812 355 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2132\nEncoding: 8498 8498 2254\nWidth: 556\nFlags: W\nHStem: 0 19<533.4 546> 0 38<156 332> 0 143<15 37> 294 42<188 356> 643 19<266 289.667 527.25 546>\nVStem: 357 102<96 293 335 560>\nFore\n79 431 m 1\n 102 431 l 1\n 113 347 137 337 212 336 c 2\n 357 334 l 1\n 357 553 l 2\n 357 628 337 640 266 643 c 1\n 266 662 l 1\n 546 662 l 1\n 546 643 l 1\n 471 639 459 624 459 542 c 2\n 459 109 l 2\n 459 30 483 24 546 19 c 1\n 546 0 l 1\n 15 0 l 1\n 12 143 l 1\n 37 143 l 1\n 52 54 78 38 189 38 c 2\n 325 38 l 2\n 350 38 357 42 357 72 c 2\n 357 294 l 1\n 212 294 l 2\n 130 294 112 274 102 199 c 1\n 79 199 l 1\n 79 431 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2133\nEncoding: 8499 8499 2255\nWidth: 1080\nFlags: W\nHStem: -28 22<797 805> -8 22<109 133> 47 77<80 103>\nVStem: 29 37<40 49> 430.941 54.0594<5 7>\nFore\n124 14 m 2\n 133 14 l 2\n 252 21 335 169 469 321 c 0\n 600 468 795 577 944 716 c 1\n 945 718 947 719 949 719 c 2\n 953 718 l 2\n 957.429 715.048 966 712.902 966 706 c 0\n 966 704 965 703 964 701 c 2\n 847 555 l 1\n 572 170 l 2\n 541 127 514 83 497 42 c 0\n 488 21 485 10 485 5 c 0\n 485 2 486 0 488 0 c 0\n 500 0 636 157 774 320 c 0\n 838 396 916 465 995 534 c 1\n 1005 544 1013 555 1024 565 c 2\n 1193 716 l 2\n 1194 717 1197 718 1199 718 c 2\n 1210 715 l 1\n 1213.58 712.615 1215 711.313 1215 707 c 0\n 1215 705 1215 703 1214 702 c 2\n 1096 555 l 1\n 1005 426 949 300 857 171 c 0\n 825 125 800 80 790 39 c 0\n 787 29 786 21 786 14 c 0\n 786 1 791 -6 803 -6 c 0\n 828 -6 862 12 893 35 c 0\n 933 65 966 101 991 136 c 1\n 992 139 995 140 998 140 c 2\n 1009 140 l 2\n 1013.05 140 1017 135.335 1017 132 c 0\n 1017 130 1016 128 1015 127 c 0\n 988 88 951 50 907 19 c 0\n 873 -6 832 -28 799 -28 c 0\n 753 -28 732 2 728 37 c 0\n 727 42 727 47 727 53 c 0\n 727 91 740 135 772 180 c 0\n 841 277 898 375 961 472 c 1\n 881.329 400.431 834.428 355.078 773 280 c 0\n 672 161 505 -36 475 -36 c 0\n 437 -36 430 -7 430 21 c 2\n 430 35 l 1\n 434 79 450 128 486 180 c 0\n 570 298 669 416 755 533 c 1\n 660 462 566 392 493 309 c 0\n 381 183 259 -8 117 -8 c 0\n 70 -8 29 12 29 49 c 0\n 29 62 34 78 47 96 c 0\n 48 97 55 103 56 103 c 1\n 66 116 86 124 103 124 c 0\n 122 124 138 114 138 88 c 0\n 138 68 105 47 80 47 c 0\n 75 47 70 48 66 50 c 1\n 66 46 l 2\n 66 40 67 34 69 31 c 0\n 82 18 100 14 124 14 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: aleph\nEncoding: 8501 8501 2256\nWidth: 823\nFlags: W\nHStem: 0 21G<179 354>\nVStem: 232.007 133.787<58 66>\nDStem: 314 357 551 245 507 132 601 184\nFore\n288 562 m 2\n 479 320 l 1\n 502 382 508 400 555 469 c 1\n 525 469 471 459 453 513 c 0\n 445 537 447 574 456 609 c 0\n 466 647 476 643 504 658 c 1\n 503 644 490 605 545 603 c 2\n 600 601 l 2\n 633 600 656 577 661 542 c 1\n 658 457 l 1\n 643 462 619 480 590 440 c 0\n 584 432 566 414 542 350 c 0\n 536 335 521 282 551 245 c 2\n 601 184 l 2\n 620 161 638 143 650 112 c 0\n 655 100 660 80 654 56 c 0\n 641 7 622 -4 606 -18 c 1\n 594 28 546 87 507 132 c 2\n 314 357 l 1\n 282 320 l 2\n 271 307 258 261 282 224 c 2\n 335 141 l 2\n 344 127 372 86 365 53 c 2\n 354 0 l 1\n 179 0 l 1\n 179 37 l 1\n 205 40 l 2\n 235 44 236 64 230 78 c 0\n 210 125 171 174 175 220 c 0\n 178 252 184 267 204 301 c 0\n 220 328 241 346 285 390 c 1\n 195 498 l 2\n 177 519 175 561 186 589 c 0\n 200 625 227 640 240 651 c 5\n 252 614 266 589 288 562 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni2136\nEncoding: 8502 8502 2257\nWidth: 642\nFlags: W\nHStem: 0 152<71 529> 546 121<157 461>\nVStem: 72.8163 517.184<608 612> 76 12<694 695>\nDStem: 527 486 553 492 550 183 576 183\nFore\n603 152 m 1\n 561 0 l 1\n 29 0 l 1\n 71 152 l 1\n 517 152 l 2\n 544 152 550 154 550 173 c 2\n 550 183 l 1\n 527 486 l 1\n 524 523 500 546 451 546 c 2\n 163 546 l 2\n 86 546 72 582 72 624 c 0\n 72 647 76 673 76 695 c 1\n 88 697 l 1\n 88 688 112 667 173 667 c 6\n 511 667 l 2\n 547 667 590 662 590 610 c 0\n 590 535 553 557 553 503 c 2\n 553 492 l 1\n 576 183 l 2\n 578 157 579 152 603 152 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni2137\nEncoding: 8503 8503 2258\nWidth: 315\nFlags: W\nHStem: 0 130<61 218> 546 121<153 169>\nVStem: 70.9142 203.086<610 613> 227 21<473 485>\nFore\n291 51 m 1\n 279 51 l 1\n 277 63 268 129 253 129 c 0\n 247 129 222 17 218 0 c 1\n 25 0 l 1\n 61 130 l 1\n 234 130 l 2\n 251 130 252 147 252 161 c 0\n 252 185 227 484 227 485 c 0\n 224 522 200 546 161 546 c 0\n 84 546 70 585 70 627 c 0\n 70 651 75 676 75 695 c 1\n 87 697 l 1\n 90 682 119 667 165 667 c 2\n 191 667 l 2\n 229 667 274 662 274 611 c 0\n 274 553 248 530 248 483 c 0\n 248 479 249 475 249 471 c 1\n 291 51 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni2138\nEncoding: 8504 8504 2259\nWidth: 532\nFlags: W\nHStem: 0 21G<436 446> 546 121<114 435>\nVStem: 38 12<694 695> 436 21<544 545> 436 52<93 128>\nFore\n500 610 m 0\n 500 545 458 545 457 545 c 1\n 457 544 488 179 488 94 c 0\n 488 66 451 9 446 0 c 1\n 436 0 l 1\n 436 546 l 1\n 125 546 l 2\n 48 546 34 582 34 624 c 0\n 34 647 38 673 38 695 c 1\n 50 697 l 1\n 50 688 74 667 135 667 c 2\n 421 667 l 2\n 457 667 500 662 500 610 c 0\nEndSplineSet\nMinimumDistance: x2,-1 x3,5 y5,3 y5,4 \nEndChar\nStartChar: uni2139\nEncoding: 8505 8505 2260\nWidth: 417\nFlags: W\nHStem: 0 21G<20 379> 475 208<196 212>\nVStem: 100 208<83.0571 320 563.34 592>\nFore\n308 442 m 1\n 308 97 l 2\n 308 59 326 45 379 40 c 1\n 379 0 l 1\n 20 0 l 1\n 20 40 l 1\n 89 51 100 59 100 100 c 2\n 100 311 l 2\n 100 352 86 361 20 370 c 1\n 20 410 l 1\n 308 442 l 1\n204 683 m 0\n 262 683 308 636 308 578 c 0\n 308 519 262 475 203 475 c 128\n 144 475 100 519 100 579 c 0\n 100 636 146 683 204 683 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: onethird\nEncoding: 8531 8531 2261\nWidth: 750\nFlags: W\nHStem: -14 20 -3 48<564.5 584.5> 355 56<557.5 580> 656 20<151 151 554 600 600 600>\nVStem: 84 81<326 330 330 583 583 594> 620 76<314 321.5> 642 81<94 128.5>\nRef: 179 179 N 1 0 0 1 432 -265\nRef: 8543 8543 N 1 0 0 1 0 0\nEndChar\nStartChar: twothirds\nEncoding: 8532 8532 2262\nWidth: 750\nFlags: W\nHStem: -14 20 -3 48<555.5 575.5> 270 65<101 222 222 235.5> 355 56<548.5 571> 613 63<120 126> 656 20<554 600 600 600>\nVStem: 179 92<545.5 558> 611 76<314 321.5> 633 81<94 128.5>\nRef: 179 179 S 1 0 0 1 423 -265\nRef: 178 178 N 1 0 0 1 -6 0\nRef: 8260 8260 N 1 0 0 1 269 0\nEndChar\nStartChar: uni2155\nEncoding: 8533 8533 2263\nWidth: 750\nFlags: W\nHStem: -14 20 -8 48<496 541> 344 61<506 664> 656 20<151 151 554 600 600 600>\nVStem: 84 81<326 330 330 583 583 594> 625 71<114 146>\nDStem: 506 405 518 344 431 258 494 307\nRef: 8325 8325 S 1 0 0 1 408 200\nRef: 8543 8543 N 1 0 0 1 0 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 1 'frac' one slash five\nLigature: 8 1 'frac' one fraction five\nEndChar\nStartChar: uni2156\nEncoding: 8534 8534 2264\nWidth: 750\nFlags: W\nHStem: -16 48<502 547> -14 20 270 65<91 212 212 225.5> 336 61<512 670> 613 63<110 116> 656 20<554 600 600 600>\nVStem: 169 92<545.5 558> 631 71<106 138>\nDStem: 512 397 524 336 437 250 500 299\nRef: 178 178 N 1 0 0 1 -16 0\nRef: 8309 8309 S 1 0 0 1 414 -278\nRef: 8260 8260 N 1 0 0 1 269 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 1 'frac' two slash five\nLigature: 8 1 'frac' two fraction five\nEndChar\nStartChar: uni2157\nEncoding: 8535 8535 2265\nWidth: 750\nFlags: W\nHStem: -18 48<492 537> -14 20 262 48<124.5 144.5> 334 61<502 660> 620 56<117.5 140> 656 20<554 600 600 600>\nVStem: 180 76<579 586.5> 202 81<359 393.5> 621 71<104 136>\nDStem: 502 395 514 334 427 248 490 297\nRef: 179 179 N 1 0 0 1 -8 0\nRef: 8309 8309 S 1 0 0 1 404 -280\nRef: 8260 8260 N 1 0 0 1 269 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 1 'frac' three slash five\nLigature: 8 1 'frac' three fraction five\nEndChar\nStartChar: uni2158\nEncoding: 8536 8536 2266\nWidth: 750\nFlags: W\nHStem: -20 48<482 527> -14 20 332 61<492 650> 360 57<41 174 245 299> 656 20<554 600 600 600>\nVStem: 175 70<271 360 418 595> 611 71<102 134>\nDStem: 198 675 175 596 -5 409 40 417 492 393 504 332 417 246 480 295\nRef: 8308 8308 N 1 0 0 1 -6 0\nRef: 8309 8309 S 1 0 0 1 394 -282\nRef: 8260 8260 N 1 0 0 1 269 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 1 'frac' four slash five\nLigature: 8 1 'frac' four fraction five\nEndChar\nStartChar: uni2159\nEncoding: 8537 8537 2264\nWidth: 750\nFlags: W\nHStem: -16 27<549 563> -14 20 218 39<538 561> 656 20<151 151 554 600 600 600>\nVStem: 84 81<326 330 330 583 583 594> 393 82<137 161> 619 80<106 128>\nRef: 8310 8310 N 1 0 0 1 395 -278\nRef: 8543 8543 N 1 0 0 1 0 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 1 'frac' one slash six\nLigature: 8 1 'frac' one fraction six\nEndChar\nStartChar: uni215A\nEncoding: 8538 8538 2265\nWidth: 750\nFlags: W\nHStem: -24 27<550 564> -14 20 210 39<539 562> 262 48<90 135> 614 61<100 258> 656 20<554 600 600 600>\nVStem: 219 71<384 416> 394 82<129 153> 620 80<98 120>\nDStem: 100 675 112 614 25 528 88 577\nRef: 8309 8309 S 1 0 0 1 2 0\nRef: 8310 8310 N 1 0 0 1 396 -286\nRef: 8260 8260 N 1 0 0 1 269 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 1 'frac' five slash six\nLigature: 8 1 'frac' five fraction six\nEndChar\nStartChar: oneeighth\nEncoding: 8539 8539 2265\nWidth: 750\nFlags: W\nHStem: -14 20 -9 27<557 578> 385 25<553 574> 656 20<151 151 554 600 600 600>\nVStem: 84 81<326 330 330 583 583 594> 426 64<311 330> 426 71<86 104> 638 61<321 332> 638 82<78 96>\nRef: 8312 8312 N 1 0 0 1 422 -268\nRef: 8543 8543 N 1 0 0 1 0 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 1 'frac' one slash eight\nLigature: 8 1 'frac' one fraction eight\nEndChar\nStartChar: threeeighths\nEncoding: 8540 8540 2266\nWidth: 750\nFlags: W\nHStem: -14 20 -9 27<574 595> 262 48<113.5 133.5> 385 25<570 591> 620 56<106.5 129> 656 20<554 600 600 600>\nVStem: 169 76<579 586.5> 191 81<359 393.5> 443 64<311 330> 443 71<86 104> 655 61<321 332> 655 82<78 96>\nRef: 179 179 S 1 0 0 1 -19 0\nRef: 8312 8312 N 1 0 0 1 439 -268\nRef: 8260 8260 N 1 0 0 1 269 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 1 'frac' one slash eight\nLigature: 8 1 'frac' one fraction eight\nEndChar\nStartChar: fiveeighths\nEncoding: 8541 8541 2267\nWidth: 750\nFlags: W\nHStem: -14 20 -9 27<574 595> 262 48<89 134> 385 25<570 591> 614 61<99 257> 656 20<554 600 600 600>\nVStem: 218 71<384 416> 443 64<311 330> 443 71<86 104> 655 61<321 332> 655 82<78 96>\nDStem: 99 675 111 614 24 528 87 577\nRef: 8309 8309 S 1 0 0 1 1 0\nRef: 8312 8312 N 1 0 0 1 439 -268\nRef: 8260 8260 N 1 0 0 1 269 0\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 1 'frac' five slash eight\nLigature: 8 1 'frac' five fraction eight\nEndChar\nStartChar: seveneighths\nEncoding: 8542 8542 2268\nWidth: 750\nFlags: W\nHStem: -14 20 -9 27<575 596> 385 25<571 592> 617 58<115 256> 656 20<554 600 600 600>\nVStem: 444 64<311 330> 444 71<86 104> 656 61<321 332> 656 82<78 96>\nDStem: 256 617 335 662 122 270 193 270\nRef: 8260 8260 S 1 0 0 1 269 0\nRef: 8311 8311 N 1 0 0 1 39 0\nRef: 8312 8312 N 1 0 0 1 440 -268\nLCarets: 0 255 '    ' 2 0 0 \nLigature: 8 1 'frac' seven slash eight\nLigature: 8 1 'frac' seven fraction eight\nEndChar\nStartChar: uni215F\nEncoding: 8543 8543 2263\nWidth: 750\nFlags: W\nHStem: -14 20 656 20<151 151 554 600 600 600>\nVStem: 84 81<326 330 330 583 583 594>\nRef: 185 185 S 1 0 0 1 -26 0\nRef: 8260 8260 N 1 0 0 1 269 0\nEndChar\nStartChar: uni2160\nEncoding: 8544 8544 2264\nWidth: 333\nFlags: W\nHStem: 0 19 643 19\nVStem: 115 102<109 553>\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2161\nEncoding: 8545 8545 2265\nWidth: 630\nFlags: W\nHStem: 0 662<115 217 412 514>\nVStem: 115 102<96 576> 412 102<96 576>\nFore\n315 0 m 5\n 18 0 l 5\n 18 19 l 5\n 102 22 115 34 115 109 c 6\n 115 553 l 6\n 115 627 103 638 18 643 c 5\n 18 662 l 5\n 315 662 l 5\n 612 662 l 5\n 612 643 l 5\n 528 639 514 626 514 553 c 6\n 514 109 l 6\n 514 36 530 22 612 19 c 5\n 612 0 l 5\n 315 0 l 5\n315 19 m 5\n 399 22 412 34 412 109 c 6\n 412 553 l 6\n 412 627 400 638 315 643 c 5\n 231 639 217 626 217 553 c 6\n 217 109 l 6\n 217 36 233 22 315 19 c 5\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni2162\nEncoding: 8546 8546 2266\nWidth: 927\nFlags: W\nHStem: 0 19<18 46 881.667 909> 643 19<18 35 888 909>\nVStem: 115 102<109 577> 412 102<109 577> 709 102<109 577>\nFore\n315 19 m 5\n 399 22 412 34 412 109 c 2\n 412 553 l 2\n 412 627 400 638 315 643 c 1\n 231 639 217 626 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 5\n18 662 m 1\n 909 662 l 1\n 909 643 l 1\n 825 639 811 626 811 553 c 2\n 811 109 l 2\n 811 36 827 22 909 19 c 1\n 909 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n612 643 m 1\n 528 639 514 626 514 553 c 2\n 514 109 l 2\n 514 36 530 22 612 19 c 1\n 696 22 709 34 709 109 c 2\n 709 553 l 2\n 709 627 697 638 612 643 c 1\nEndSplineSet\nEndChar\nStartChar: uni2163\nEncoding: 8547 8547 2267\nWidth: 1019\nFlags: W\nHStem: -11 21G<665 680> 0 19<18 46 287.667 315> 641 21<18 563> 643 19<18 35 565 579 789 807.333 978 994>\nVStem: 115 102<109 566>\nDStem: 419 538 545 499 665 -11 696 161 843 528 902 550 696 161 680 -11\nFore\n315 643 m 1\n 232.777 638.886 217 625.417 217 553 c 2\n 217 109 l 2\n 217 36 233 22 315 19 c 1\n 315 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\n 579 662 l 1\n 579 643 l 1\n 565 642 554 641 550 641 c 0\n 518 639 504 629 504 610 c 0\n 504 595 512 572 545 499 c 2\n 696 161 l 1\n 843 528 l 2\n 855 558 862 585 862 601 c 0\n 862 629 844 640 789 643 c 1\n 789 662 l 1\n 994 662 l 1\n 994 643 l 1\n 946 640 933.503 629.608 902 550 c 2\n 680 -11 l 1\n 665 -11 l 1\n 419 538 l 2\n 379.127 626.984 362.39 640.691 315 643 c 1\nEndSplineSet\nEndChar\nStartChar: uni2164\nEncoding: 8548 8548 2268\nWidth: 722\nFlags: W\nHStem: -11 20 642 20<16 282 282 282 492 697 697 697>\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2165\nEncoding: 8549 8549 2269\nWidth: 1019\nFlags: W\nHStem: -11 21G<368 383> 0 19<696 724 965.667 993> 641 21<16 257> 643 19<16 40.5 268 282 492 510.333 972 993>\nVStem: 793 102<109 566>\nDStem: 122 538 248 499 368 -11 399 161 546 528 605 550 399 161 383 -11\nFore\n697 643 m 1\n 646.378 640.507 636.76 630.258 605 550 c 2\n 383 -11 l 1\n 368 -11 l 1\n 122 538 l 1\n 79 627 65 641 16 643 c 1\n 16 662 l 1\n 282 662 l 1\n 282 643 l 1\n 268 642 257 641 253 641 c 0\n 221 639 207 629 207 610 c 0\n 207 595 215 572 248 499 c 2\n 399 161 l 1\n 546 528 l 2\n 558 558 565 585 565 601 c 0\n 565 629 547 640 492 643 c 1\n 492 662 l 1\n 993 662 l 1\n 993 643 l 1\n 909 639 895 626 895 553 c 2\n 895 109 l 2\n 895 36 911 22 993 19 c 1\n 993 0 l 1\n 696 0 l 1\n 696 19 l 1\n 780 22 793 34 793 109 c 2\n 793 553 l 2\n 793 627 782 638 697 643 c 1\nEndSplineSet\nEndChar\nStartChar: uni2166\nEncoding: 8550 8550 2270\nWidth: 1316\nFlags: W\nHStem: -11 21G<368 383> 0 19<696 724 992 1021.91 1261.67 1289> 641 21<16 257> 643 19<16 40.5 268 282 492 510.333 1268 1289>\nVStem: 793 102<109 566> 1089 102<109 566>\nDStem: 122 538 248 499 368 -11 399 161 546 528 605 550 399 161 383 -11\nFore\n661 609 m 25\n895 553 m 2\n 895 109 l 2\n 895 36 910 22 992 19 c 1\n 1070.67 19 1089 33.3318 1089 109 c 2\n 1089 553 l 2\n 1089 627 1078 638 993 643 c 1\n 909.889 638.944 895 625.709 895 553 c 2\n492 662 m 1\n 1289 662 l 1\n 1289 643 l 1\n 1205 639 1191 626 1191 553 c 2\n 1191 109 l 2\n 1191 36 1207 22 1289 19 c 1\n 1289 0 l 1\n 696 0 l 1\n 696 19 l 1\n 780 22 793 34 793 109 c 2\n 793 553 l 2\n 793 627 782 638 697 643 c 1\n 646.378 640.507 639.434 629.147 605 550 c 1\n 383 -11 l 1\n 368 -11 l 1\n 122 538 l 1\n 79 627 65 641 16 643 c 1\n 16 662 l 1\n 282 662 l 1\n 282 643 l 1\n 268 642 257 641 253 641 c 0\n 221 639 207 629 207 610 c 0\n 207 595 215 572 248 499 c 2\n 399 161 l 1\n 546 528 l 2\n 558 558 565 585 565 601 c 0\n 565 629 547 640 492 643 c 1\n 492 662 l 1\nEndSplineSet\nEndChar\nStartChar: uni2167\nEncoding: 8551 8551 2271\nWidth: 1629\nFlags: W\nHStem: -11 21G<368 383> 0 19<697 725 1560.67 1588> 641 21<16 257> 643 19<16 40.5 268 282 492 510.333 1567 1588>\nVStem: 794 102<109 566> 1091 102<109 566> 1388 102<109 566>\nDStem: 122 538 248 499 368 -11 399 161 546 528 605 550 399 161 383 -11\nFore\n1588 0 m 1\n 697 0 l 1\n 697 19 l 1\n 781 22 794 34 794 109 c 2\n 794 553 l 2\n 794 627 782 638 697 643 c 1\n 649 640 636.503 629.608 605 550 c 2\n 383 -11 l 1\n 368 -11 l 1\n 122 538 l 2\n 81.582 628.202 65 641 16 643 c 1\n 16 662 l 1\n 282 662 l 1\n 282 643 l 1\n 268 642 257 641 253 641 c 0\n 221 639 207 629 207 610 c 0\n 207 595 215 572 248 499 c 2\n 399 161 l 1\n 546 528 l 2\n 558 558 565 585 565 601 c 0\n 565 629 547 640 492 643 c 1\n 492 662 l 1\n 1588 662 l 1\n 1588 643 l 1\n 1504 639 1490 626 1490 553 c 2\n 1490 109 l 2\n 1490 36 1506 22 1588 19 c 1\n 1588 0 l 1\n1291 19 m 1\n 1375 22 1388 34 1388 109 c 2\n 1388 553 l 2\n 1388 627 1376 638 1291 643 c 1\n 1207 639 1193 626 1193 553 c 2\n 1193 109 l 2\n 1193 36 1209 22 1291 19 c 1\n994 19 m 1\n 1078 22 1091 34 1091 109 c 2\n 1091 553 l 2\n 1091 627 1079 638 994 643 c 1\n 910 639 896 626 896 553 c 2\n 896 109 l 2\n 896 36 912 22 994 19 c 1\nEndSplineSet\nEndChar\nStartChar: uni2168\nEncoding: 8552 8552 2271\nWidth: 1019\nFlags: W\nHStem: 0 19<18 46 525.5 540 704 716 992.167 1001> 0 21<721 1001> 642 20<18 339 582.533 620.962> 643 19<18 35 588 621 755 782 977 993>\nVStem: 115 102<109 577>\nDStem: 609 326 635 288 452 133 516 140 635 288 698 367 730 148 890 93 785 542 844 549 672 404 698 367\nFore\n317 642 m 0\n 233 642 217 626 217 553 c 2\n 217 109 l 2\n 217 38 232 23 310 19 c 1\n 358 23 365 29 452 133 c 1\n 609 326 l 1\n 500 486 l 1\n 402 625 383 642 317 642 c 0\n18 662 m 1\n 621 662 l 1\n 621 643 l 1\n 588 642 545 646 545 613 c 0\n 545 591 569 548 630 463 c 2\n 672 404 l 1\n 785 542 l 2\n 814 578 825 596 825 611 c 0\n 825 634 809 641 755 643 c 1\n 755 662 l 1\n 993 662 l 1\n 993 643 l 1\n 929 639 909 627 844 549 c 1\n 698 367 l 1\n 890 93 l 1\n 933 35 948 25 1001 19 c 1\n 1001 0 l 1\n 704 0 l 1\n 704 19 l 1\n 716 20 727 21 731 21 c 0\n 765 22 781 32 781 50 c 0\n 781 65 763 99 730 148 c 2\n 635 288 l 1\n 516 140 l 2\n 479 94 464 69 464 54 c 0\n 464 31 482 23 540 19 c 1\n 540 0 l 1\n 18 0 l 1\n 18 19 l 1\n 102 22 115 34 115 109 c 2\n 115 553 l 2\n 115 627 103 638 18 643 c 1\n 18 662 l 1\nEndSplineSet\nEndChar\nStartChar: uni2169\nEncoding: 8553 8553 2272\nWidth: 722\nFlags: W\nHStem: 0 20 642 20<296 296>\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216A\nEncoding: 8554 8554 2273\nWidth: 1019\nFlags: W\nHStem: 0 19<10 22.75 228.5 243 407 419 964.667 992> 0 21<425 992> 643 16<22 43.6667 296.007 324> 643 19<458 715 971 992>\nVStem: 792 102<109 577>\nDStem: 312 326 338 288 155 133 219 140 338 288 401 367 433 148 593 93 488 542 547 549 375 404 401 367\nFore\n701.699 19.2659 m 1\n 774.5 20 792 36.0405 792 109 c 2\n 792 553 l 2\n 792 626.663 767.713 641.877 695 643 c 1\n 633.5 643 611.66 626.592 547 549 c 1\n 401 367 l 1\n 593 93 l 1\n 635.371 35.8482 656.5 20 701.699 19.2659 c 1\n992 0 m 1\n 407 0 l 1\n 407 19 l 1\n 419 20 430 21 434 21 c 0\n 468 22 484 32 484 50 c 0\n 484 65 466 99 433 148 c 2\n 338 288 l 1\n 219 140 l 2\n 182 94 167 69 167 54 c 0\n 167 31 185 23 243 19 c 1\n 243 0 l 1\n 10 0 l 1\n 10 19 l 1\n 61 23 66 27 155 133 c 1\n 312 326 l 1\n 203 486 l 2\n 107.246 626.557 87 640 22 643 c 1\n 22 659 l 1\n 324 659 l 1\n 324 643 l 1\n 291.443 641.837 248 646.311 248 613 c 0\n 248 591 272 548 333 463 c 2\n 375 404 l 1\n 488 542 l 2\n 517 578 528 596 528 611 c 0\n 528 634 512 641 458 643 c 1\n 458 662 l 1\n 992 662 l 1\n 992 643 l 1\n 908 639 894 626 894 553 c 2\n 894 109 l 2\n 894 36 910 22 992 19 c 1\n 992 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni216B\nEncoding: 8555 8555 2274\nWidth: 1316\nFlags: W\nHStem: 0 19<10 22.75 228.5 243 407 419 1261.67 1289> 0 21<425 1289> 643 19<22 43.6667 285.533 323.962 291 324 458 715 458 1003 1268 1289>\nVStem: 792 102<109 577> 1089 102<109 577>\nDStem: 312 326 338 288 155 133 219 140 338 288 401 367 433 148 593 93 488 542 547 549 375 404 401 367\nFore\n992 19 m 1\n 1074 20 1089 34 1089 109 c 2\n 1089 553 l 2\n 1089 627 1072 642 992 643 c 1\n 913 642 894 626 894 553 c 2\n 894 109 l 2\n 894 36 913 20 992 19 c 1\n702 19 m 1\n 774 20 792 36 792 109 c 2\n 792 553 l 2\n 792 627 774 643 695 643 c 0\n 633 643 610.533 628.199 547 549 c 2\n 401 367 l 1\n 593 93 l 1\n 635 36 656 20 702 19 c 1\n1289 0 m 1\n 407 0 l 1\n 407 19 l 1\n 419 20 430 21 434 21 c 0\n 468 22 484 32 484 50 c 0\n 484 65 466 99 433 148 c 2\n 338 288 l 1\n 219 140 l 2\n 182 94 167 69 167 54 c 0\n 167 31 185 23 243 19 c 1\n 243 0 l 1\n 10 0 l 1\n 10 19 l 1\n 61 23 66 27 155 133 c 1\n 312 326 l 1\n 203 486 l 2\n 107.246 626.557 87 640 22 643 c 1\n 22 662 l 1\n 324 662 l 1\n 324 643 l 1\n 291 642 248 646 248 613 c 0\n 248 591 272 548 333 463 c 2\n 375 404 l 1\n 488 542 l 2\n 517 578 528 596 528 611 c 0\n 528 634 512 641 458 643 c 1\n 458 662 l 1\n 1289 662 l 1\n 1289 643 l 1\n 1205 639 1191 626 1191 553 c 2\n 1191 109 l 2\n 1191 36 1207 22 1289 19 c 1\n 1289 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni216C\nEncoding: 8556 8556 2275\nWidth: 611\nFlags: W\nHStem: 0 19 0 39<287 354 354 395.5> 643 19\nVStem: 99 102<109 553>\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216D\nEncoding: 8557 8557 2276\nWidth: 667\nFlags: W\nHStem: -14 44<360.5 416.5> 636 40<322 386.5>\nVStem: 28 116<282.5 380>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216E\nEncoding: 8558 8558 2277\nWidth: 722\nFlags: W\nHStem: 0 19 0 37<238 300> 625 37<237.5 286 286 301> 643 19\nVStem: 104 102<109 553 553 586> 576 109<285.5 379>\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216F\nEncoding: 8559 8559 2278\nWidth: 889\nFlags: W\nHStem: 0 19 643 19\nVStem: 109 44<147 550> 674 102<120 553>\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2170\nEncoding: 8560 8560 2279\nWidth: 278\nHStem: 0 15 390 15 440 20<175 175> 581 102<114.5 142.5>\nVStem: 78 102<618 646> 95 84<102 334 334 356>\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2171\nEncoding: 8561 8561 2280\nWidth: 556\nHStem: 0 15 390 15 440 20<175 175 453 453> 581 102<114.5 142.5 392.5 420.5>\nVStem: 78 102<618 646> 95 84<102 334 334 356> 356 102<618 646> 373 84<102 334 334 356>\nRef: 105 105 N 1 0 0 1 278 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2172\nEncoding: 8562 8562 2281\nWidth: 834\nHStem: 0 15 390 15 440 20<175 175 453 453 731 731> 581 102<114.5 142.5 392.5 420.5 670.5 698.5>\nVStem: 78 102<618 646> 95 84<102 334 334 356> 356 102<618 646> 373 84<102 334 334 356> 634 102<618 646> 651 84<102 334 334 356>\nRef: 105 105 N 1 0 0 1 556 0\nRef: 105 105 N 1 0 0 1 278 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2173\nEncoding: 8563 8563 2282\nWidth: 778\nHStem: -14 20 0 15 390 15 430 20<297 493 493 493 616 755 755 755> 440 20<175 175> 581 102<114.5 142.5>\nVStem: 78 102<618 646> 95 84<102 334 334 356>\nRef: 118 118 N 1 0 0 1 278 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2174\nEncoding: 8564 8564 2283\nWidth: 500\nHStem: -14 20 430 20<19 215 215 215 338 477 477 477>\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2175\nEncoding: 8565 8565 2284\nWidth: 778\nHStem: -14 20 0 15 390 15 430 20<19 215 215 215 338 477 477 477> 440 20<675 675> 581 102<614.5 642.5>\nVStem: 578 102<618 646> 595 84<102 334 334 356>\nRef: 105 105 N 1 0 0 1 500 0\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2176\nEncoding: 8566 8566 2285\nWidth: 1056\nHStem: -14 20 0 15 390 15 430 20<19 215 215 215 338 477 477 477> 440 20<675 675 953 953> 581 102<614.5 642.5 892.5 920.5>\nVStem: 578 102<618 646> 595 84<102 334 334 356> 856 102<618 646> 873 84<102 334 334 356>\nRef: 105 105 N 1 0 0 1 778 0\nRef: 105 105 N 1 0 0 1 500 0\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2177\nEncoding: 8567 8567 2286\nWidth: 1334\nHStem: -14 20 0 15 390 15 430 20<19 215 215 215 338 477 477 477> 440 20<675 675 953 953 1231 1231> 581 102<614.5 642.5 892.5 920.5 1170.5 1198.5>\nVStem: 578 102<618 646> 595 84<102 334 334 356> 856 102<618 646> 873 84<102 334 334 356> 1134 102<618 646> 1151 84<102 334 334 356>\nRef: 105 105 N 1 0 0 1 1056 0\nRef: 105 105 N 1 0 0 1 778 0\nRef: 105 105 N 1 0 0 1 500 0\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2178\nEncoding: 8568 8568 2287\nWidth: 778\nHStem: 0 15 0 20 390 15 435 15<302 311> 440 20<175 175> 581 102<114.5 142.5>\nVStem: 78 102<618 646> 95 84<102 334 334 356>\nRef: 120 120 N 1 0 0 1 278 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2179\nEncoding: 8569 8569 2288\nWidth: 500\nHStem: 0 20 435 15<24 33>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217A\nEncoding: 8570 8570 2289\nWidth: 778\nHStem: 0 15 0 20 390 15 435 15<24 33> 440 20<675 675> 581 102<614.5 642.5>\nVStem: 578 102<618 646> 595 84<102 334 334 356>\nRef: 105 105 N 1 0 0 1 500 0\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217B\nEncoding: 8571 8571 2290\nWidth: 1056\nHStem: 0 15 0 20 390 15 435 15<24 33> 440 20<675 675 953 953> 581 102<614.5 642.5 892.5 920.5>\nVStem: 578 102<618 646> 595 84<102 334 334 356> 856 102<618 646> 873 84<102 334 334 356>\nRef: 105 105 N 1 0 0 1 778 0\nRef: 105 105 N 1 0 0 1 500 0\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217C\nEncoding: 8572 8572 2291\nWidth: 278\nHStem: 0 15\nVStem: 98 84<87 564 564 587.5>\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217D\nEncoding: 8573 8573 2292\nWidth: 444\nHStem: -10 72<211.5 237.5> 431 29<219.5 256>\nVStem: 25 77<199.5 252.5>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217E\nEncoding: 8574 8574 2293\nWidth: 500\nHStem: -10 52<209.5 240> 42 16 432 28<200 255>\nVStem: 27 86<183.5 276> 340 84<102 114 114 332 332 358.5 417 573 573 593.5>\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217F\nEncoding: 8575 8575 2294\nWidth: 778\nHStem: 0 15 408 52<299 310 561 575.5>\nVStem: 86 84<85 338 338 349> 354 84<86 95 95 303 303 338> 622 84<87 282>\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: arrowleft\nEncoding: 8592 8592 2279\nWidth: 964\nFlags: W\nHStem: 229 56<171 901>\nFore\n902 229 m 1\n 170 229 l 1\n 289 85 l 1\n 258 52 l 1\n 62 256 l 1\n 258 462 l 1\n 289 429 l 1\n 170 285 l 1\n 902 285 l 1\n 902 229 l 1\nEndSplineSet\nEndChar\nStartChar: arrowup\nEncoding: 8593 8593 2280\nWidth: 499\nFlags: W\nVStem: 221 56<-162 568>\nFore\n454 481 m 1\n 421 450 l 1\n 277 569 l 1\n 277 -163 l 1\n 221 -163 l 1\n 221 569 l 1\n 77 450 l 1\n 45 481 l 1\n 249 677 l 1\n 454 481 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: arrowright\nEncoding: 8594 8594 2281\nWidth: 964\nFlags: W\nHStem: 229 56<63 793>\nFore\n902 258 m 1\n 706 52 l 1\n 675 85 l 1\n 794 229 l 1\n 62 229 l 1\n 62 285 l 1\n 794 285 l 1\n 675 429 l 1\n 706 462 l 1\n 902 258 l 1\nEndSplineSet\nEndChar\nStartChar: arrowdown\nEncoding: 8595 8595 2282\nWidth: 499\nFlags: W\nVStem: 222 56<-54 676>\nFore\n454 33 m 1\n 250 -163 l 1\n 45 33 l 1\n 78 64 l 1\n 222 -55 l 1\n 222 677 l 1\n 278 677 l 1\n 278 -55 l 1\n 422 64 l 1\n 454 33 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: arrowboth\nEncoding: 8596 8596 2283\nWidth: 964\nFlags: W\nHStem: 229 56<171 792>\nFore\n902 258 m 1\n 706 52 l 1\n 675 84 l 1\n 793 229 l 1\n 170 229 l 1\n 289 85 l 1\n 258 52 l 1\n 62 256 l 1\n 258 462 l 1\n 289 429 l 1\n 170 285 l 1\n 793 285 l 1\n 675 428 l 1\n 706 462 l 1\n 902 258 l 1\nEndSplineSet\nEndChar\nStartChar: arrowupdn\nEncoding: 8597 8597 2284\nWidth: 499\nFlags: W\nVStem: 224 51<-66 579>\nFore\n454 23 m 1\n 250 -173 l 1\n 45 23 l 1\n 78 54 l 1\n 224 -67 l 1\n 224 580 l 1\n 78 460 l 1\n 45 491 l 1\n 249 687 l 1\n 454 491 l 1\n 422 460 l 1\n 275 580 l 1\n 275 -67 l 1\n 422 54 l 1\n 454 23 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni2196\nEncoding: 8598 8598 2285\nWidth: 964\nFlags: W\nHStem: 391 286<63 107>\nVStem: 62 286<632 676>\nDStem: 123 582 157 616 868 -163 902 -129\nFore\n902 -129 m 1\n 868 -163 l 1\n 123 582 l 1\n 107 391 l 1\n 62 391 l 1\n 62 677 l 1\n 348 677 l 1\n 348 632 l 1\n 157 616 l 1\n 902 -129 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2197\nEncoding: 8599 8599 2286\nWidth: 964\nFlags: W\nHStem: 391 286<857 901>\nVStem: 616 286<632 676>\nDStem: 807 616 841 582 62 -129 96 -163\nFore\n902 391 m 1\n 857 391 l 1\n 841 582 l 1\n 96 -163 l 1\n 62 -129 l 1\n 807 616 l 1\n 616 632 l 1\n 616 677 l 1\n 902 677 l 1\n 902 391 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2198\nEncoding: 8600 8600 2287\nWidth: 964\nFlags: W\nHStem: -163 286<63 107>\nVStem: 62 286<-162 -118>\nDStem: 868 677 902 643 123 -68 157 -102\nFore\n902 643 m 1\n 157 -102 l 1\n 348 -118 l 1\n 348 -163 l 1\n 62 -163 l 1\n 62 123 l 1\n 107 123 l 1\n 123 -68 l 1\n 868 677 l 1\n 902 643 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2199\nEncoding: 8601 8601 2288\nWidth: 964\nFlags: W\nHStem: -163 286<857 901>\nVStem: 616 286<-162 -118>\nDStem: 62 643 96 677 807 -102 841 -68\nFore\n902 -163 m 1\n 616 -163 l 1\n 616 -118 l 1\n 807 -102 l 1\n 62 643 l 1\n 96 677 l 1\n 841 -68 l 1\n 857 123 l 1\n 902 123 l 1\n 902 -163 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni219A\nEncoding: 8602 8602 2289\nWidth: 964\nFlags: W\nHStem: 229 56<171 450 517 901> 229 211<508 516>\nDStem: 451 229 501 229 406 63 456 63 508 440 558 440 466 285 516 285\nFore\n902 229 m 1\n 501 229 l 1\n 456 63 l 1\n 406 63 l 1\n 451 229 l 1\n 170 229 l 1\n 289 85 l 1\n 258 52 l 1\n 62 256 l 1\n 258 462 l 1\n 289 429 l 1\n 170 285 l 1\n 466 285 l 1\n 508 440 l 1\n 558 440 l 1\n 516 285 l 1\n 902 285 l 1\n 902 229 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni219B\nEncoding: 8603 8603 2290\nWidth: 964\nFlags: W\nHStem: 229 56<63 450 517 793> 229 211<508 516>\nDStem: 451 229 501 229 406 63 456 63 508 440 558 440 466 285 516 285\nFore\n902 258 m 1\n 706 52 l 1\n 675 85 l 1\n 794 229 l 1\n 501 229 l 1\n 456 63 l 1\n 406 63 l 1\n 451 229 l 1\n 62 229 l 1\n 62 285 l 1\n 466 285 l 1\n 508 440 l 1\n 558 440 l 1\n 516 285 l 1\n 794 285 l 1\n 675 429 l 1\n 706 462 l 1\n 902 258 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni219C\nEncoding: 8604 8604 2291\nWidth: 1009\nFlags: W\nHStem: 117 56<475 491> 231 54<168 203> 343 56<827 843>\nFore\n59 258 m 1\n 255 52 l 1\n 286 85 l 1\n 167 231 l 1\n 189 231 l 2\n 290 231 367 117 486 117 c 0\n 650 117 704 343 835 343 c 0\n 910 343 965 268 1009 216 c 1\n 1009 301 l 1\n 963 352 907 399 836 399 c 0\n 673 399 619 173 487 173 c 0\n 386 173 309 285 190 285 c 2\n 167 285 l 1\n 286 429 l 1\n 255 462 l 1\n 59 258 l 1\nEndSplineSet\nEndChar\nStartChar: uni219D\nEncoding: 8605 8605 2292\nWidth: 1009\nFlags: W\nHStem: 117 56<509 525> 231 54<813 838> 343 56<157 173>\nFore\n947 258 m 1\n 751 52 l 1\n 720 85 l 1\n 839 231 l 1\n 817 231 l 2\n 716 231 639 117 520 117 c 0\n 356 117 302 343 171 343 c 0\n 96 343 41 268 -3 216 c 1\n -3 301 l 1\n 43 352 99 399 170 399 c 0\n 333 399 387 173 519 173 c 0\n 620 173 697 285 816 285 c 2\n 839 285 l 1\n 720 429 l 1\n 751 462 l 1\n 947 258 l 1\nEndSplineSet\nEndChar\nStartChar: uni219E\nEncoding: 8606 8606 2293\nWidth: 964\nFlags: W\nHStem: 229 56<171 288 371 901>\nFore\n902 229 m 1\n 370 229 l 1\n 489 85 l 1\n 458 52 l 1\n 288 229 l 1\n 170 229 l 1\n 289 85 l 1\n 258 52 l 1\n 62 256 l 1\n 258 462 l 1\n 289 429 l 1\n 170 285 l 1\n 290 285 l 1\n 458 462 l 1\n 489 429 l 1\n 370 285 l 1\n 902 285 l 1\n 902 229 l 1\nEndSplineSet\nEndChar\nStartChar: uni21A0\nEncoding: 8608 8608 2294\nWidth: 964\nFlags: W\nHStem: 229 56<63 593 676 793>\nFore\n902 258 m 1\n 706 52 l 1\n 675 85 l 1\n 794 229 l 1\n 674 229 l 1\n 506 52 l 1\n 475 85 l 1\n 594 229 l 1\n 62 229 l 1\n 62 285 l 1\n 594 285 l 1\n 475 429 l 1\n 506 462 l 1\n 676 285 l 1\n 794 285 l 1\n 675 429 l 1\n 706 462 l 1\n 902 258 l 1\nEndSplineSet\nEndChar\nStartChar: uni21A2\nEncoding: 8610 8610 2295\nWidth: 1093\nFlags: W\nHStem: 229 56<171 820>\nFore\n1021 85 m 1\n 990 52 l 1\n 820 229 l 1\n 170 229 l 1\n 289 85 l 1\n 258 52 l 1\n 62 256 l 1\n 258 462 l 1\n 289 429 l 1\n 170 285 l 1\n 822 285 l 1\n 990 462 l 1\n 1021 429 l 1\n 902 285 l 1\n 902 229 l 1\n 1021 85 l 1\nEndSplineSet\nEndChar\nStartChar: uni21A3\nEncoding: 8611 8611 2296\nWidth: 1093\nFlags: W\nHStem: 229 56<273 922>\nFore\n1031 258 m 1\n 835 52 l 1\n 804 85 l 1\n 923 229 l 1\n 271 229 l 1\n 103 52 l 1\n 72 85 l 1\n 191 229 l 1\n 191 285 l 1\n 72 429 l 1\n 103 462 l 1\n 273 285 l 1\n 923 285 l 1\n 804 429 l 1\n 835 462 l 1\n 1031 258 l 1\nEndSplineSet\nEndChar\nStartChar: uni21A4\nEncoding: 8612 8612 2297\nWidth: 1093\nFlags: W\nHStem: 229 56<171 932> 442 20G<934 990>\nVStem: 932 58<53 228 286 461>\nFore\n990 52 m 1\n 934 52 l 1\n 932 229 l 5\n 170 229 l 1\n 289 85 l 1\n 258 52 l 1\n 62 256 l 1\n 258 462 l 1\n 289 429 l 1\n 170 285 l 1\n 934 285 l 5\n 934 462 l 1\n 990 462 l 1\n 990 52 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21A6\nEncoding: 8614 8614 2298\nWidth: 1093\nFlags: W\nHStem: 229 56<120 881> 442 20G<62 118>\nVStem: 62 56<53 228 286 461>\nFore\n62 52 m 1\n 118 52 l 1\n 120 229 l 1\n 882 229 l 1\n 763 85 l 1\n 794 52 l 1\n 990 256 l 1\n 794 462 l 1\n 763 429 l 1\n 882 285 l 1\n 118 285 l 1\n 118 462 l 1\n 62 462 l 1\n 62 52 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y10,12 y10,11 \nEndChar\nStartChar: uni21AB\nEncoding: 8619 8619 2299\nWidth: 964\nFlags: W\nHStem: 229 56<171 663 719.125 760.885> 412 56<767.693 784>\nVStem: 663 56<117 228 285.125 332.473> 845 57<340 356>\nFore\n902 349 m 0\n 902 237 806 229 719 229 c 1\n 719 116 l 1\n 663 116 l 1\n 663 229 l 1\n 170 229 l 1\n 289 86 l 1\n 258 52 l 1\n 62 257 l 1\n 258 462 l 1\n 289 430 l 1\n 170 285 l 1\n 663 285 l 1\n 662 372 671 468 782 468 c 0\n 847 468 902 414 902 349 c 0\n845 349 m 0\n 845 390 823 412 782 412 c 128\n 741 412 719 390 719 349 c 2\n 719 285 l 1\n 782 285 l 2\n 823 285 845 308 845 349 c 0\nEndSplineSet\nMinimumDistance: x0,-1 y4,2 y4,3 \nEndChar\nStartChar: uni21AC\nEncoding: 8620 8620 2300\nWidth: 964\nFlags: W\nHStem: 229 56<206 244 301 793> 412 56<174 190>\nVStem: 62 57<340 356> 245 56<117 228 285.125 332.473>\nFore\n902 258 m 1\n 706 52 l 1\n 675 85 l 1\n 794 229 l 1\n 301 229 l 1\n 301 116 l 1\n 245 116 l 1\n 245 229 l 1\n 158 229 62 237 62 349 c 0\n 62 414 117 468 182 468 c 0\n 293 468 302 372 301 285 c 1\n 794 285 l 1\n 675 429 l 1\n 706 462 l 1\n 902 258 l 1\n245 285 m 1\n 245 349 l 2\n 245 390 223 412 182 412 c 128\n 141 412 119 390 119 349 c 128\n 119 308 141 285 182 285 c 2\n 245 285 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y4,6 y4,5 \nEndChar\nStartChar: uni21AD\nEncoding: 8621 8621 2301\nWidth: 1151\nFlags: W\nHStem: 124 267<418 734> 124.685 67.3152<410 413 740 743> 229 56<141 240 901.63 1010>\nFore\n1119 258 m 1\n 923 52 l 1\n 892 85 l 1\n 1011 229 l 1\n 912 229 l 2\n 852 229 790 124 734 124 c 0\n 679 124 622 290 575 313 c 1\n 529 290 473 124 418 124 c 0\n 362 124 300 229 238 229 c 2\n 140 229 l 1\n 259 85 l 1\n 228 52 l 1\n 32 256 l 1\n 228 462 l 1\n 259 429 l 1\n 140 285 l 1\n 238 285 l 2\n 318 285 372 192 411 192 c 0\n 449 192 515 391 575 391 c 0\n 636 391 703 192 741 192 c 0\n 780 192 834 285 912 285 c 2\n 1011 285 l 1\n 892 429 l 1\n 923 462 l 1\n 1119 258 l 1\nEndSplineSet\nEndChar\nStartChar: uni21AE\nEncoding: 8622 8622 2302\nWidth: 964\nFlags: W\nHStem: 229 56<171 450 517 792> 229 211<508 516>\nDStem: 451 229 501 229 406 63 456 63 508 440 558 440 466 285 516 285\nFore\n902 258 m 1\n 706 52 l 1\n 675 84 l 1\n 793 229 l 1\n 501 229 l 1\n 456 63 l 1\n 406 63 l 1\n 451 229 l 1\n 170 229 l 1\n 289 85 l 1\n 258 52 l 1\n 62 256 l 1\n 258 462 l 1\n 289 429 l 1\n 170 285 l 1\n 466 285 l 1\n 508 440 l 1\n 558 440 l 1\n 516 285 l 1\n 793 285 l 1\n 675 428 l 1\n 706 462 l 1\n 902 258 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni21B0\nEncoding: 8624 8624 2303\nWidth: 482\nFlags: W\nHStem: 0 21G<364 420> 482 56<171 363>\nVStem: 364 56<1 481>\nFore\n420 0 m 1\n 364 0 l 1\n 364 482 l 1\n 170 482 l 1\n 289 338 l 1\n 258 305 l 1\n 62 509 l 1\n 258 715 l 1\n 289 682 l 1\n 170 538 l 1\n 420 538 l 1\n 420 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,0 y2,1 \nEndChar\nStartChar: uni21B1\nEncoding: 8625 8625 2304\nWidth: 482\nFlags: W\nHStem: 0 21G<62 118> 482 56<119 311>\nVStem: 62 56<1 481>\nFore\n420 509 m 1\n 224 305 l 1\n 193 338 l 1\n 312 482 l 1\n 118 482 l 1\n 118 0 l 1\n 62 0 l 1\n 62 538 l 1\n 312 538 l 1\n 193 682 l 1\n 224 715 l 1\n 420 509 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y4,6 y4,5 \nEndChar\nStartChar: uni21B2\nEncoding: 8626 8626 2305\nWidth: 482\nFlags: W\nHStem: 177 56<171 364>\nVStem: 364 56<234 714>\nFore\n420 715 m 1\n 364 715 l 1\n 364 233 l 1\n 170 233 l 1\n 289 377 l 1\n 258 410 l 1\n 62 206 l 1\n 258 0 l 1\n 289 33 l 1\n 170 177 l 1\n 420 177 l 1\n 420 715 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,0 y2,1 \nEndChar\nStartChar: uni21B3\nEncoding: 8627 8627 2306\nWidth: 482\nFlags: W\nHStem: 177 56<118 311>\nVStem: 62 56<234 714>\nFore\n420 206 m 1\n 224 410 l 1\n 193 377 l 1\n 312 233 l 1\n 118 233 l 1\n 118 715 l 1\n 62 715 l 1\n 62 177 l 1\n 312 177 l 1\n 193 33 l 1\n 224 0 l 1\n 420 206 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y4,6 y4,5 \nEndChar\nStartChar: uni21B4\nEncoding: 8628 8628 2307\nWidth: 658\nFlags: W\nHStem: 545 55<3 507>\nVStem: 508 55<179 544>\nFore\n2 545 m 1\n 2 600 l 1\n 563 600 l 1\n 563 179 l 1\n 647 179 l 1\n 535 13 l 1\n 424 179 l 1\n 508 179 l 1\n 508 545 l 1\n 2 545 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: carriagereturn\nEncoding: 8629 8629 2308\nWidth: 658\nFlags: W\nHStem: 68 55<181 547>\nVStem: 547 55<124 628>\nFore\n547 629 m 1\n 602 629 l 1\n 602 68 l 1\n 181 68 l 1\n 181 -16 l 1\n 15 96 l 1\n 181 207 l 1\n 181 123 l 1\n 547 123 l 1\n 547 629 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni21B6\nEncoding: 8630 8630 2309\nWidth: 1069\nFlags: W\nHStem: 0 21G<994 1059> 370 65<608 640>\nVStem: 994 65<0.250074 25.551>\nFore\n1059 0 m 1\n 994 0 l 1\n 993 204 827 370 623 370 c 0\n 463 370 326 268 274 126 c 1\n 408 237 l 1\n 441 206 l 1\n 235 0 l 1\n 32 206 l 1\n 64 237 l 1\n 204 122 l 1\n 257 303 425 435 623 435 c 0\n 863 435 1058 240 1059 0 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21B7\nEncoding: 8631 8631 2310\nWidth: 1069\nFlags: W\nHStem: 0 21G<32 97> 370 65<448 480>\nVStem: 32 65<0.250074 27.3099>\nFore\n1059 206 m 1\n 856 0 l 1\n 649 206 l 1\n 682 237 l 1\n 817 126 l 1\n 765 268 627 370 467 370 c 0\n 263 370 97 204 97 0 c 1\n 32 0 l 1\n 32 240 227 435 467 435 c 0\n 665 435 833 303 887 122 c 1\n 1026 237 l 1\n 1059 206 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni21BA\nEncoding: 8634 8634 2311\nWidth: 939\nFlags: W\nHStem: 0 48<460 492>\nVStem: 108 49<336 384> 783 48<336 368>\nFore\n831 361 m 0\n 831 161 670 0 470 0 c 128\n 270 0 108 161 108 361 c 0\n 108 457 149 548 214 617 c 1\n 248 583 l 1\n 192 523 157 444 157 361 c 0\n 157 188 296 48 470 48 c 0\n 642 48 783 188 783 360 c 0\n 783 428 748 542 691 583 c 1\n 657 481 l 1\n 595 713 l 1\n 828 651 l 1\n 726 617 l 1\n 790 548 831 457 831 361 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21BB\nEncoding: 8635 8635 2312\nWidth: 939\nFlags: W\nHStem: 0 48<460 492>\nVStem: 108 49<336 384> 783 48<336 384>\nFore\n831 361 m 0\n 831 161 670 0 470 0 c 128\n 270 0 108 161 108 361 c 0\n 108 457 149 548 214 617 c 1\n 112 651 l 1\n 345 713 l 1\n 282 481 l 1\n 275 516 266 551 249 583 c 1\n 186 517 157 452 157 360 c 0\n 157 188 297 48 470 48 c 128\n 643 48 783 188 783 361 c 0\n 783 444 748 523 691 583 c 1\n 726 617 l 1\n 791 548 831 457 831 361 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21BC\nEncoding: 8636 8636 2313\nWidth: 964\nFlags: W\nHStem: 229 56<195 901>\nFore\n902 229 m 1\n 62 229 l 1\n 283 462 l 1\n 314 429 l 1\n 194 285 l 1\n 902 285 l 1\n 902 229 l 1\nEndSplineSet\nEndChar\nStartChar: uni21BD\nEncoding: 8637 8637 2314\nWidth: 964\nFlags: W\nHStem: 229 56<195 901>\nFore\n902 229 m 1\n 194 229 l 1\n 314 85 l 1\n 283 52 l 1\n 62 285 l 1\n 902 285 l 1\n 902 229 l 1\nEndSplineSet\nEndChar\nStartChar: uni21BE\nEncoding: 8638 8638 2315\nWidth: 499\nFlags: W\nVStem: 221 56<-161 545>\nFore\n454 457 m 1\n 421 426 l 1\n 277 546 l 1\n 277 -162 l 1\n 221 -162 l 1\n 221 678 l 1\n 454 457 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni21BF\nEncoding: 8639 8639 2316\nWidth: 499\nFlags: W\nVStem: 222 56<-161 545>\nFore\n278 -162 m 1\n 222 -162 l 1\n 222 546 l 1\n 78 426 l 1\n 45 457 l 1\n 278 678 l 1\n 278 -162 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21C0\nEncoding: 8640 8640 2317\nWidth: 964\nFlags: W\nHStem: 229 56<63 769>\nFore\n902 229 m 1\n 62 229 l 1\n 62 285 l 1\n 770 285 l 1\n 650 429 l 1\n 681 462 l 1\n 902 229 l 1\nEndSplineSet\nEndChar\nStartChar: uni21C1\nEncoding: 8641 8641 2318\nWidth: 964\nFlags: W\nHStem: 229 56<63 769>\nFore\n902 285 m 1\n 681 52 l 1\n 650 85 l 1\n 770 229 l 1\n 62 229 l 1\n 62 285 l 1\n 902 285 l 1\nEndSplineSet\nEndChar\nStartChar: uni21C2\nEncoding: 8642 8642 2319\nWidth: 499\nFlags: W\nVStem: 221 56<-29 677>\nFore\n454 59 m 1\n 221 -162 l 1\n 221 678 l 1\n 277 678 l 1\n 277 -30 l 1\n 421 90 l 1\n 454 59 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni21C3\nEncoding: 8643 8643 2320\nWidth: 499\nFlags: W\nVStem: 222 56<-29 677>\nFore\n278 -162 m 1\n 45 59 l 1\n 78 90 l 1\n 222 -30 l 1\n 222 678 l 1\n 278 678 l 1\n 278 -162 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21C4\nEncoding: 8644 8644 2321\nWidth: 964\nFlags: W\nHStem: 59 56<171 901> 399 56<63 793>\nFore\n902 428 m 1\n 706 222 l 1\n 675 255 l 1\n 794 399 l 1\n 62 399 l 1\n 62 455 l 1\n 794 455 l 1\n 675 599 l 1\n 706 632 l 1\n 902 428 l 1\n902 59 m 1\n 170 59 l 1\n 289 -85 l 1\n 258 -118 l 1\n 62 86 l 1\n 258 292 l 1\n 289 259 l 1\n 170 115 l 1\n 902 115 l 1\n 902 59 l 1\nEndSplineSet\nEndChar\nStartChar: uni21C5\nEncoding: 8645 8645 2322\nWidth: 840\nFlags: W\nVStem: 222 56<-161 569> 562 56<-53 677>\nFore\n249 678 m 1\n 455 482 l 1\n 422 451 l 1\n 278 570 l 1\n 278 -162 l 1\n 222 -162 l 5\n 222 570 l 1\n 78 451 l 1\n 45 482 l 1\n 249 678 l 1\n618 678 m 1\n 618 -54 l 1\n 762 65 l 1\n 795 34 l 1\n 591 -162 l 1\n 385 34 l 1\n 418 65 l 1\n 562 -54 l 1\n 562 678 l 1\n 618 678 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni21C6\nEncoding: 8646 8646 2323\nWidth: 964\nFlags: W\nHStem: 59 56<63 793> 399 56<171 901>\nFore\n902 399 m 1\n 170 399 l 1\n 289 255 l 1\n 258 222 l 1\n 62 426 l 1\n 258 632 l 1\n 289 599 l 1\n 170 455 l 1\n 902 455 l 1\n 902 399 l 1\n902 88 m 1\n 706 -118 l 1\n 675 -85 l 1\n 794 59 l 1\n 62 59 l 1\n 62 115 l 1\n 794 115 l 1\n 675 259 l 1\n 706 292 l 1\n 902 88 l 1\nEndSplineSet\nEndChar\nStartChar: uni21C7\nEncoding: 8647 8647 2324\nWidth: 964\nFlags: W\nHStem: 59 56<171 901> 399 56<171 901>\nFore\n902 59 m 1\n 170 59 l 1\n 289 -85 l 1\n 258 -118 l 1\n 62 86 l 1\n 225 257 l 1\n 62 426 l 1\n 258 632 l 1\n 289 599 l 1\n 170 455 l 1\n 902 455 l 1\n 902 399 l 1\n 170 399 l 1\n 287 257 l 1\n 170 115 l 1\n 902 115 l 1\n 902 59 l 1\nEndSplineSet\nEndChar\nStartChar: uni21C8\nEncoding: 8648 8648 2325\nWidth: 840\nFlags: W\nVStem: 222 56<-161 569> 562 56<-161 569>\nFore\n795 482 m 1\n 762 451 l 1\n 618 570 l 1\n 618 -162 l 1\n 562 -162 l 1\n 562 570 l 1\n 420 453 l 1\n 278 570 l 1\n 278 -162 l 1\n 222 -162 l 1\n 222 570 l 1\n 78 451 l 1\n 45 482 l 1\n 249 678 l 1\n 420 515 l 1\n 589 678 l 1\n 795 482 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni21C9\nEncoding: 8649 8649 2326\nWidth: 964\nFlags: W\nHStem: 59 56<63 793> 399 56<63 793>\nFore\n902 88 m 1\n 706 -118 l 1\n 675 -85 l 1\n 794 59 l 1\n 62 59 l 1\n 62 115 l 1\n 794 115 l 1\n 675 255 l 1\n 794 399 l 1\n 62 399 l 1\n 62 455 l 1\n 794 455 l 1\n 675 599 l 1\n 706 632 l 1\n 902 428 l 1\n 739 257 l 1\n 902 88 l 1\nEndSplineSet\nEndChar\nStartChar: uni21CA\nEncoding: 8650 8650 2327\nWidth: 840\nFlags: W\nVStem: 222 56<-53 677> 562 56<-53 677>\nFore\n795 34 m 1\n 591 -162 l 1\n 420 1 l 1\n 251 -162 l 1\n 45 34 l 1\n 78 65 l 1\n 222 -54 l 1\n 222 678 l 1\n 278 678 l 1\n 278 -54 l 1\n 418 65 l 1\n 562 -54 l 1\n 562 678 l 1\n 618 678 l 1\n 618 -54 l 1\n 762 65 l 1\n 795 34 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni21CB\nEncoding: 8651 8651 2328\nWidth: 964\nFlags: W\nHStem: 128 56<63 769> 331 56<195 901>\nFore\n902 331 m 1\n 62 331 l 1\n 283 564 l 1\n 314 531 l 1\n 194 387 l 1\n 902 387 l 1\n 902 331 l 1\n902 184 m 1\n 681 -49 l 1\n 650 -16 l 1\n 770 128 l 1\n 62 128 l 1\n 62 184 l 1\n 902 184 l 1\nEndSplineSet\nEndChar\nStartChar: uni21CC\nEncoding: 8652 8652 2329\nWidth: 964\nFlags: W\nHStem: 128 56<195 901> 331 56<63 769>\nFore\n902 331 m 1\n 62 331 l 1\n 62 387 l 1\n 770 387 l 1\n 650 531 l 1\n 681 564 l 1\n 902 331 l 1\n902 128 m 1\n 194 128 l 1\n 314 -16 l 1\n 283 -49 l 1\n 62 184 l 1\n 902 184 l 1\n 902 128 l 1\nEndSplineSet\nEndChar\nStartChar: uni21CD\nEncoding: 8653 8653 2330\nWidth: 964\nFlags: W\nHStem: 128 56<256 423 490 901> 331 56<256 477 544 901> 331 149<528 543>\nDStem: 62 257 147 257 303 6 207 184 303 510 208 331 62 257 147 257 424 128 474 128 396 23 446 23 478 331 528 331 439 184 489 184 518 480 568 480 493 387 543 387\nFore\n902 128 m 1\n 474 128 l 1\n 446 23 l 1\n 396 23 l 1\n 424 128 l 1\n 255 128 l 1\n 331 35 l 1\n 303 6 l 1\n 62 257 l 1\n 303 510 l 1\n 331 480 l 1\n 255 387 l 1\n 493 387 l 1\n 518 480 l 1\n 568 480 l 1\n 543 387 l 1\n 902 387 l 1\n 902 331 l 1\n 528 331 l 1\n 489 184 l 1\n 902 184 l 1\n 902 128 l 1\n478 331 m 1\n 208 331 l 1\n 147 257 l 1\n 207 184 l 1\n 439 184 l 1\n 478 331 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni21CE\nEncoding: 8654 8654 2331\nWidth: 964\nFlags: W\nHStem: 128 56<256 423 490 718> 331 56<256 477 544 718> 331 149<528 543>\nDStem: 62 257 147 257 303 6 207 184 303 510 208 331 62 257 147 257 424 128 474 128 396 23 446 23 478 331 528 331 439 184 489 184 518 480 568 480 493 387 543 387\nFore\n912 257 m 1\n 671 6 l 1\n 643 35 l 1\n 719 128 l 1\n 474 128 l 1\n 446 23 l 1\n 396 23 l 1\n 424 128 l 1\n 255 128 l 1\n 331 35 l 1\n 303 6 l 1\n 62 257 l 1\n 303 510 l 1\n 331 480 l 1\n 255 387 l 1\n 493 387 l 1\n 518 480 l 1\n 568 480 l 1\n 543 387 l 1\n 719 387 l 1\n 643 480 l 1\n 671 510 l 1\n 912 257 l 1\n827 257 m 1\n 766 331 l 1\n 528 331 l 1\n 489 184 l 1\n 767 184 l 1\n 827 257 l 1\n478 331 m 1\n 208 331 l 1\n 147 257 l 1\n 207 184 l 1\n 439 184 l 1\n 478 331 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni21CF\nEncoding: 8655 8655 2332\nWidth: 964\nFlags: W\nHStem: 128 56<63 423 490 708> 331 56<63 477 544 708> 331 149<528 543>\nDStem: 424 128 474 128 396 23 446 23 478 331 528 331 439 184 489 184 518 480 568 480 493 387 543 387\nFore\n902 257 m 1\n 661 6 l 1\n 633 35 l 1\n 709 128 l 1\n 474 128 l 1\n 446 23 l 1\n 396 23 l 1\n 424 128 l 1\n 62 128 l 1\n 62 184 l 1\n 439 184 l 1\n 478 331 l 1\n 62 331 l 1\n 62 387 l 1\n 493 387 l 1\n 518 480 l 1\n 568 480 l 1\n 543 387 l 1\n 709 387 l 1\n 633 480 l 1\n 661 510 l 1\n 902 257 l 1\n817 257 m 1\n 756 331 l 1\n 528 331 l 1\n 489 184 l 1\n 757 184 l 1\n 817 257 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: arrowdblleft\nEncoding: 8656 8656 2333\nWidth: 964\nFlags: W\nHStem: 127 56<256 901> 330 56<256 901>\nDStem: 62 257 147 256 303 5 207 183 303 510 208 330 62 257 147 256\nFore\n902 127 m 1\n 255 127 l 1\n 331 34 l 1\n 303 5 l 1\n 62 257 l 1\n 303 510 l 1\n 331 479 l 1\n 255 386 l 1\n 902 386 l 1\n 902 330 l 1\n 208 330 l 1\n 147 256 l 1\n 207 183 l 1\n 902 183 l 1\n 902 127 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: arrowdblup\nEncoding: 8657 8657 2334\nWidth: 550\nFlags: W\nVStem: 145 56<-162 483> 348 56<-162 483>\nDStem: 274 677 274 592 23 436 201 532\nFore\n527 436 m 1\n 497 408 l 1\n 404 484 l 1\n 404 -163 l 1\n 348 -163 l 1\n 348 531 l 1\n 274 592 l 1\n 201 532 l 1\n 201 -163 l 1\n 145 -163 l 1\n 145 484 l 1\n 52 408 l 1\n 23 436 l 1\n 274 677 l 1\n 527 436 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: arrowdblright\nEncoding: 8658 8658 2335\nWidth: 964\nFlags: W\nHStem: 127 56<63 708> 330 56<63 708>\nFore\n902 257 m 1\n 661 5 l 1\n 633 34 l 1\n 709 127 l 1\n 62 127 l 1\n 62 183 l 1\n 757 183 l 1\n 817 256 l 1\n 756 330 l 1\n 62 330 l 1\n 62 386 l 1\n 709 386 l 1\n 633 479 l 1\n 661 510 l 1\n 902 257 l 1\nEndSplineSet\nEndChar\nStartChar: arrowdbldown\nEncoding: 8659 8659 2336\nWidth: 550\nFlags: W\nVStem: 146 56<31 676> 349 56<31 676>\nDStem: 23 78 202 -17 276 -163 276 -78\nFore\n527 78 m 1\n 276 -163 l 1\n 23 78 l 1\n 53 106 l 1\n 146 30 l 1\n 146 677 l 1\n 202 677 l 1\n 202 -17 l 1\n 276 -78 l 1\n 349 -18 l 1\n 349 677 l 1\n 405 677 l 1\n 405 30 l 1\n 498 106 l 1\n 527 78 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: arrowdblboth\nEncoding: 8660 8660 2337\nWidth: 964\nFlags: W\nHStem: 128 55<256 718> 331 55<256 718>\nDStem: 62 256 147 257 303 5 207 183 303 510 208 331 62 256 147 257\nFore\n912 257 m 1\n 671 5 l 1\n 643 34 l 1\n 719 128 l 1\n 255 128 l 1\n 331 35 l 1\n 303 5 l 1\n 62 256 l 1\n 303 510 l 1\n 331 480 l 1\n 255 386 l 1\n 719 386 l 1\n 643 479 l 1\n 671 510 l 1\n 912 257 l 1\n827 257 m 1\n 766 331 l 1\n 208 331 l 1\n 147 257 l 1\n 207 183 l 1\n 767 183 l 1\n 827 257 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni21D5\nEncoding: 8661 8661 2338\nWidth: 550\nFlags: W\nVStem: 148 52<19 495> 351 52<19 495>\nDStem: 23 68 200 -25 276 -173 276 -88 276 687 276 602 23 446 200 539\nFore\n527 68 m 1\n 276 -173 l 1\n 23 68 l 1\n 53 96 l 1\n 148 18 l 1\n 148 496 l 1\n 53 418 l 1\n 23 446 l 1\n 276 687 l 1\n 527 446 l 1\n 498 418 l 1\n 403 496 l 1\n 403 18 l 1\n 498 96 l 1\n 527 68 l 1\n351 -26 m 1\n 351 540 l 1\n 276 602 l 1\n 200 539 l 1\n 200 -25 l 1\n 276 -88 l 1\n 351 -26 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni21D6\nEncoding: 8662 8662 2339\nWidth: 1047\nFlags: W\nHStem: 332 349<71 103>\nVStem: 62 356<648 681>\nDStem: 70 681 131 621 62 332 121 526 70 681 115 453 62 332 103 333 115 453 121 526 802 -234 841 -194 225 630 298 636 945 -90 985 -51\nFore\n985 -51 m 1\n 945 -90 l 1\n 225 630 l 1\n 131 621 l 1\n 121 526 l 1\n 841 -194 l 1\n 802 -234 l 1\n 115 453 l 1\n 103 333 l 1\n 62 332 l 1\n 70 681 l 1\n 418 688 l 1\n 418 648 l 1\n 298 636 l 1\n 985 -51 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21D7\nEncoding: 8663 8663 2340\nWidth: 1047\nFlags: W\nHStem: 332 349<945 976>\nDStem: 628 688 976 681 629 648 985 332 749 636 822 630 62 -51 102 -90 925 526 932 453 206 -194 245 -234\nFore\n985 332 m 1\n 944 333 l 1\n 932 453 l 1\n 245 -234 l 1\n 206 -194 l 1\n 925 526 l 1\n 916 621 l 1\n 822 630 l 1\n 102 -90 l 1\n 62 -51 l 1\n 749 636 l 1\n 629 648 l 1\n 628 688 l 1\n 976 681 l 1\n 985 332 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21D8\nEncoding: 8664 8664 2341\nWidth: 1047\nFlags: W\nDStem: 62 505 102 545 749 -181 822 -176 206 649 245 688 925 -71 932 2\nFore\n985 123 m 1\n 976 -227 l 1\n 628 -234 l 1\n 629 -193 l 1\n 749 -181 l 1\n 62 505 l 1\n 102 545 l 1\n 822 -176 l 1\n 916 -167 l 1\n 925 -71 l 1\n 206 649 l 1\n 245 688 l 1\n 932 2 l 1\n 944 121 l 1\n 985 123 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni21D9\nEncoding: 8665 8665 2342\nWidth: 1047\nFlags: W\nVStem: 62 356<-226 -193>\nDStem: 62 123 103 121 70 -227 115 2 62 123 121 -71 70 -227 131 -167 802 688 841 649 115 2 121 -71 945 545 985 505 225 -176 298 -181\nFore\n985 505 m 1\n 298 -181 l 1\n 418 -193 l 1\n 418 -234 l 1\n 70 -227 l 1\n 62 123 l 1\n 103 121 l 1\n 115 2 l 1\n 802 688 l 1\n 841 649 l 1\n 121 -71 l 1\n 131 -167 l 1\n 225 -176 l 1\n 945 545 l 1\n 985 505 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21DA\nEncoding: 8666 8666 2343\nWidth: 964\nFlags: W\nHStem: 59 56<324 901> 229 56<174 901> 399 56<324 901>\nDStem: 62 257 173 229 372 -64 277 115 371 577 276 399 62 257 172 285\nFore\n902 59 m 1\n 323 59 l 1\n 400 -34 l 1\n 372 -64 l 1\n 62 257 l 1\n 371 577 l 1\n 400 548 l 1\n 323 455 l 1\n 902 455 l 1\n 902 399 l 1\n 276 399 l 1\n 172 285 l 1\n 902 285 l 1\n 902 229 l 1\n 173 229 l 1\n 277 115 l 1\n 902 115 l 1\n 902 59 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni21DB\nEncoding: 8667 8667 2344\nWidth: 964\nFlags: W\nHStem: 59 56<63 640> 229 56<63 790> 399 56<63 640>\nFore\n902 257 m 1\n 593 -63 l 1\n 564 -34 l 1\n 641 59 l 1\n 62 59 l 1\n 62 115 l 1\n 688 115 l 1\n 792 229 l 1\n 62 229 l 1\n 62 285 l 1\n 791 285 l 1\n 687 399 l 1\n 62 399 l 1\n 62 455 l 1\n 641 455 l 1\n 564 548 l 1\n 592 578 l 1\n 902 257 l 1\nEndSplineSet\nEndChar\nStartChar: uni21DC\nEncoding: 8668 8668 2345\nWidth: 1092\nFlags: W\nHStem: 124 266<410 881> 124.645 67.3546<402 405> 229 56<141 241 1056 1059> 321 68.959<883 889>\nFore\n32 258 m 1\n 228 52 l 1\n 259 85 l 1\n 223.82 127.571 137.624 231.875 140 229 c 1\n 232 229 l 2\n 294 229 352 124 410 124 c 0\n 462 124 524 279 568 314 c 1\n 612 283 678 124 722 124 c 0\n 775 124 850 321 887 321 c 0\n 933 321 976 229 1060 229 c 1\n 1060 285 l 1\n 993 286 939 390 881 390 c 0\n 828 390 771 233 723 199 c 1\n 678 231 614 390 569 390 c 0\n 517 390 439 192 403 192 c 0\n 362 192 310 285 239 285 c 2\n 140 285 l 1\n 259 429 l 1\n 228 462 l 1\n 32 258 l 1\nEndSplineSet\nEndChar\nStartChar: uni21DD\nEncoding: 8669 8669 2346\nWidth: 1092\nFlags: W\nHStem: 124 266<211 523> 124.366 67.634<688 691> 229 56<33 33 852 951> 321 68.506<204 208>\nFore\n1060 258 m 1\n 864 52 l 1\n 833 85 l 1\n 952 229 l 1\n 860 229 l 2\n 798 229 740 124 682 124 c 0\n 630 124 568 279 524 314 c 1\n 480 283 414 124 370 124 c 0\n 317 124 242 321 205 321 c 0\n 159 321 116 229 32 229 c 1\n 32 285 l 1\n 99 286 153 390 211 390 c 0\n 264 390 321 233 369 199 c 1\n 414 231 478 390 523 390 c 0\n 575 390 653 192 689 192 c 0\n 730 192 782 285 853 285 c 2\n 952 285 l 1\n 833 429 l 1\n 864 462 l 1\n 1060 258 l 1\nEndSplineSet\nEndChar\nStartChar: uni21E0\nEncoding: 8672 8672 2347\nWidth: 964\nFlags: W\nHStem: 229 56<171 326 452 613 739 901>\nVStem: 451 163<230 284> 738 164<230 284>\nFore\n902 229 m 1\n 738 229 l 1\n 738 285 l 1\n 902 285 l 1\n 902 229 l 1\n614 229 m 1\n 451 229 l 1\n 451 285 l 1\n 614 285 l 1\n 614 229 l 1\n327 229 m 1\n 170 229 l 1\n 289 85 l 1\n 258 52 l 1\n 62 258 l 1\n 258 462 l 1\n 289 429 l 1\n 170 285 l 1\n 327 285 l 1\n 327 229 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni21E2\nEncoding: 8674 8674 2348\nWidth: 964\nFlags: W\nHStem: 229 56<63 225 351 512 638 793>\nVStem: 62 164<230 284> 350 163<230 284>\nFore\n902 258 m 1\n 706 52 l 1\n 675 85 l 1\n 794 229 l 1\n 637 229 l 1\n 637 285 l 1\n 794 285 l 1\n 675 429 l 1\n 706 462 l 1\n 902 258 l 1\n513 229 m 1\n 350 229 l 1\n 350 285 l 1\n 513 285 l 1\n 513 229 l 1\n226 229 m 1\n 62 229 l 1\n 62 285 l 1\n 226 285 l 1\n 226 229 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: universal\nEncoding: 8704 8704 2349\nWidth: 587\nFlags: W\nHStem: 341 40<187 336>\nDStem: 25 662 67 662 279 -14 171 381 25 662 186 341 279 -14 261 138\nFore\n562 662 m 1\n 295 -14 l 1\n 279 -14 l 1\n 25 662 l 1\n 67 662 l 1\n 171 381 l 1\n 352 381 l 1\n 456 662 l 1\n 562 662 l 1\n337 341 m 1\n 186 341 l 1\n 261 138 l 1\n 337 341 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni2201\nEncoding: 8705 8705 2350\nWidth: 716\nFlags: W\nHStem: -139 73<348 364> 789 72<348 364>\nVStem: 108 73<101 629>\nFore\n608 111 m 1\n 593 -31 510 -139 358 -139 c 0\n 220 -139 108 -27 108 111 c 2\n 108 611 l 2\n 108 750 220 861 358 861 c 0\n 511 861 593 754 608 611 c 1\n 536 611 l 1\n 525 713 467 789 358 789 c 0\n 260 789 181 710 181 611 c 2\n 181 111 l 2\n 181 14 261 -66 358 -66 c 0\n 466 -66 525 10 536 111 c 1\n 608 111 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 2351\nWidth: 494\nFlags: MW\nHStem: -10 31<174.5 219> 367 45<220 246.5> 706 47<203.5 271>\nVStem: 26 87<130 213.5> 379 83<437 506.5>\nFore\n107 674 m 1\n 66 725 l 1\n 124 746 155 753 197 753 c 0\n 345 753 462 602 462 411 c 0\n 462 300 437 186 394 103 c 0\n 359 33 290 -10 215 -10 c 0\n 109 -10 26 75 26 185 c 0\n 26 248 53 313 100 360 c 0\n 135 395 174 412 221 412 c 0\n 272 412 308 396 372 346 c 1\n 377 394 379 421 379 453 c 0\n 379 609 319 706 223 706 c 0\n 184 706 154 698 107 674 c 1\n366 312 m 1\n 362 316 362 316 357 320 c 1\n 327 351 295 367 261 367 c 0\n 179 367 113 273 113 154 c 0\n 113 72 147 21 202 21 c 0\n 236 21 271 42 294 74 c 0\n 333 131 347 179 366 312 c 1\nEndSplineSet\nEndChar\nStartChar: existential\nEncoding: 8707 8707 2352\nWidth: 587\nFlags: W\nHStem: 0 37<45 414> 328 37<130 444> 625 37<55 411>\nVStem: 445 98<80 327 366 592>\nFore\n543 0 m 1\n 44 0 l 1\n 44 37 l 1\n 412 37 l 2\n 430 37 445 52 445 87 c 2\n 445 328 l 1\n 129 328 l 1\n 129 365 l 1\n 445 365 l 1\n 445 585 l 2\n 445 610 426 625 400 625 c 2\n 54 625 l 1\n 54 662 l 1\n 543 662 l 1\n 543 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x8,6 x8,7 x4,1 x4,2 \nEndChar\nStartChar: uni2204\nEncoding: 8708 8708 2353\nWidth: 587\nFlags: W\nHStem: 0 37<45 172 235 414> 328 37<130 261 323 444> 625 37<55 342 402 411> 625 169<391 401>\nVStem: 445 98<74 327 366 587>\nDStem: 173 0 224 0 137 -134 189 -134 262 328 312 328 183 37 234 37 343 625 391 625 272 365 322 365 390 794 438 794 353 662 401 662\nFore\n543 0 m 1\n 224 0 l 1\n 189 -134 l 1\n 137 -134 l 1\n 173 0 l 1\n 44 0 l 1\n 44 37 l 1\n 183 37 l 1\n 262 328 l 1\n 129 328 l 1\n 129 365 l 1\n 272 365 l 1\n 343 625 l 1\n 54 625 l 1\n 54 662 l 1\n 353 662 l 1\n 390 794 l 1\n 438 794 l 1\n 401 662 l 1\n 543 662 l 1\n 543 0 l 1\n445 365 m 1\n 445 585 l 2\n 445 603 434 625 400 625 c 2\n 391 625 l 1\n 322 365 l 1\n 445 365 l 1\n445 87 m 2\n 445 328 l 1\n 312 328 l 1\n 234 37 l 1\n 412 37 l 2\n 430 37 445 52 445 87 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: emptyset\nEncoding: 8709 8709 2354\nWidth: 500\nFlags: W\nHStem: -14 26<235.568 252> 650 26<236.372 252> 669 20G<335 384>\nVStem: 24 96<308 356> 380 96<308 356>\nDStem: 133 26 174 1 116 -28 165 -28 314 622 347 568 153 92 186 39 335 689 384 689 326 661 368 635\nFore\n476 331 m 0\n 476 210 434 -14 250 -14 c 0\n 221 -14 196 -9 174 1 c 1\n 165 -28 l 1\n 116 -28 l 1\n 133 26 l 1\n 47 97 24 242 24 331 c 0\n 24 449 66 676 250 676 c 0\n 279 676 304 670 326 661 c 1\n 335 689 l 1\n 384 689 l 1\n 368 635 l 1\n 453 564 476 418 476 331 c 0\n314 622 m 1\n 298 639 277 650 250 650 c 0\n 122 650 120 399 120 331 c 0\n 120 280 121 169 153 92 c 1\n 314 622 l 1\n380 331 m 0\n 380 374 379 488 347 568 c 1\n 186 39 l 1\n 202 22 223 12 250 12 c 0\n 378 12 380 252 380 331 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Delta\nEncoding: 8710 8710 2355\nWidth: 612\nFlags: MW\nHStem: 0 51<77 479>\nFore\n6 0 m 1\n 327 688 l 1\n 608 0 l 1\n 6 0 l 1\n77 51 m 1\n 479 51 l 1\n 290 509 l 1\n 77 51 l 1\nEndSplineSet\nEndChar\nStartChar: gradient\nEncoding: 8711 8711 2356\nWidth: 713\nFlags: W\nHStem: 667 51<170 607>\nDStem: 36 718 169 667 337 -19 377 162 608 667 681 718 377 162 337 -19\nFore\n681 718 m 1\n 337 -19 l 1\n 36 718 l 1\n 681 718 l 1\n377 162 m 1\n 608 667 l 1\n 169 667 l 1\n 377 162 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: element\nEncoding: 8712 8712 2357\nWidth: 536\nFlags: W\nHStem: 8 50<276 483> 232 50<105 466> 456 50<276 483>\nVStem: 52 415<248 264>\nFore\n484 8 m 1\n 298 8 l 2\n 159 8 52 124 52 257 c 128\n 52 390 159 506 298 506 c 2\n 484 506 l 1\n 484 456 l 1\n 294 456 l 2\n 194 456 115 377 104 282 c 1\n 467 282 l 1\n 467 232 l 1\n 104 232 l 1\n 116 132 204 58 294 58 c 2\n 484 58 l 1\n 484 8 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: notelement\nEncoding: 8713 8713 2358\nWidth: 536\nFlags: W\nHStem: 8 50<276 483> 232 50<105 260 336 466> 456 50<276 349 425 483> 456 160<414 424>\nVStem: 52 415<250 266>\nDStem: 183 37 230 18 128 -102 182 -102 261 232 315 232 202 84 248 64 350 456 404 456 281 282 335 282 414 616 468 616 370 506 424 506\nFore\n484 8 m 1\n 298 8 l 2\n 274 8 251 11 230 18 c 1\n 182 -102 l 1\n 128 -102 l 1\n 183 37 l 1\n 104 79 52 164 52 257 c 0\n 52 390 159 506 298 506 c 2\n 370 506 l 1\n 414 616 l 1\n 468 616 l 1\n 424 506 l 1\n 484 506 l 1\n 484 456 l 1\n 404 456 l 1\n 335 282 l 1\n 467 282 l 1\n 467 232 l 1\n 315 232 l 1\n 248 64 l 1\n 263 60 279 58 294 58 c 2\n 484 58 l 1\n 484 8 l 1\n350 456 m 1\n 294 456 l 2\n 194 456 115 377 104 282 c 1\n 281 282 l 1\n 350 456 l 1\n261 232 m 1\n 104 232 l 1\n 112 168 151 114 202 84 c 1\n 261 232 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni220A\nEncoding: 8714 8714 2359\nWidth: 439\nFlags: W\nHStem: -17.2825 49.0893<322 343> 213 55<145 351>\nVStem: 48 304<238 268>\nFore\n352 213 m 1\n 144 213 l 1\n 150 139 183 79 261 47 c 0\n 302 30 356 23 414 43 c 1\n 414 3 l 1\n 389 -5 349 -31 247 -8 c 0\n 139 17 46 124 48 261 c 0\n 50 365 129 549 386 488 c 1\n 386 445 l 1\n 330 453 278 452 226 414 c 0\n 185 384 146 335 142 268 c 1\n 352 268 l 1\n 352 213 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: suchthat\nEncoding: 8715 8715 2360\nWidth: 536\nFlags: W\nHStem: 8 50<53 260> 232 50<70 431> 456 50<53 260>\nVStem: 69 415<248 264>\nFore\n484 257 m 0\n 484 124 377 8 238 8 c 2\n 52 8 l 1\n 52 58 l 1\n 242 58 l 2\n 332 58 420 132 432 232 c 1\n 69 232 l 1\n 69 282 l 1\n 432 282 l 1\n 421 377 342 456 242 456 c 2\n 52 456 l 1\n 52 506 l 1\n 238 506 l 2\n 377 506 484 390 484 257 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni220C\nEncoding: 8716 8716 2361\nWidth: 536\nFlags: W\nHStem: 8 50<53 111 187 260> 232 50<70 200 276 431> 456 50<53 260>\nVStem: 69 415<250 266>\nDStem: 112 8 166 8 68 -102 122 -102 201 232 255 232 132 58 186 58 288 450 334 431 221 282 275 282 354 616 408 616 306 496 353 477\nFore\n484 257 m 0\n 484 124 377 8 238 8 c 2\n 166 8 l 1\n 122 -102 l 1\n 68 -102 l 1\n 112 8 l 1\n 52 8 l 1\n 52 58 l 1\n 132 58 l 1\n 201 232 l 1\n 69 232 l 1\n 69 282 l 1\n 221 282 l 1\n 288 450 l 1\n 273 454 258 456 242 456 c 2\n 52 456 l 1\n 52 506 l 1\n 238 506 l 2\n 262 506 285 503 306 496 c 1\n 354 616 l 1\n 408 616 l 1\n 353 477 l 1\n 432 435 484 350 484 257 c 0\n432 282 m 1\n 425 345 388 401 334 431 c 1\n 275 282 l 1\n 432 282 l 1\n432 232 m 1\n 255 232 l 1\n 186 58 l 1\n 242 58 l 2\n 332 58 420 132 432 232 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni220D\nEncoding: 8717 8717 2362\nWidth: 439\nFlags: W\nHStem: -16.3354 47.1605<119 140> 213 55<111 317>\nVStem: 110 304<238 268>\nFore\n110 213 m 1\n 110 268 l 1\n 320 268 l 1\n 316 335 277 384 236 414 c 0\n 184 452 132 453 76 445 c 1\n 76 488 l 1\n 333 549 412 365 414 261 c 0\n 416 124 323 17 215 -8 c 0\n 113 -31 73 -5 48 3 c 1\n 48 43 l 1\n 106 23 160 30 201 47 c 0\n 279 79 312 139 318 213 c 1\n 110 213 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: product\nEncoding: 8719 8719 2363\nWidth: 823\nFlags: W\nHStem: -101 23<25.0626 51.5152 313 331 497.063 522.73 777 802> 696 55<236 592> 728 23<27.0308 44.806 793 799>\nVStem: 122 113<-5 635> 593 113<-5 635>\nFore\n706 629 m 2\n 706 3 l 2\n 706 -67 744 -78 803 -78 c 1\n 803 -101 l 1\n 497 -101 l 1\n 497 -78 l 1\n 555 -78 593 -67 593 3 c 2\n 593 696 l 1\n 235 696 l 1\n 235 3 l 2\n 235 -67 273 -78 332 -78 c 1\n 332 -101 l 1\n 25 -101 l 1\n 25 -78 l 1\n 85 -78 122 -67 122 3 c 2\n 122 629 l 2\n 122 722 55 728 27 728 c 1\n 27 751 l 1\n 800 751 l 1\n 800 728 l 1\n 772 728 706 722 706 629 c 2\nEndSplineSet\nMinimumDistance: x2,-1 x6,4 x6,5 x1,3 x1,2 x0,18 x0,19 x14,12 x14,13 x9,11 x9,10 \nEndChar\nStartChar: uni2210\nEncoding: 8720 8720 2364\nWidth: 823\nFlags: W\nHStem: -101 23<27.0308 44.806 793 799> -101 55<236 592> 728 23<25.0626 51.5152 313 331 497.063 522.73 777 802>\nVStem: 122 113<11 651> 593 113<11 651>\nFore\n706 21 m 2\n 706 -72 772 -78 800 -78 c 1\n 800 -101 l 1\n 27 -101 l 1\n 27 -78 l 1\n 55 -78 122 -72 122 21 c 2\n 122 647 l 2\n 122 717 85 728 25 728 c 1\n 25 751 l 1\n 332 751 l 1\n 332 728 l 1\n 273 728 235 717 235 647 c 2\n 235 -46 l 1\n 593 -46 l 1\n 593 647 l 2\n 593 717 555 728 497 728 c 1\n 497 751 l 1\n 803 751 l 1\n 803 728 l 1\n 744 728 706 717 706 647 c 2\n 706 21 l 2\nEndSplineSet\nMinimumDistance: x17,-1 x19,17 x19,18 x14,16 x14,15 x0,2 x0,1 x11,9 x11,10 x6,8 x6,7 x5,3 x5,4 \nEndChar\nStartChar: summation\nEncoding: 8721 8721 2365\nWidth: 713\nFlags: MW\nHStem: -123 112<163 491 491 548.5> 711 41<176 176 176 444>\nFore\n176 711 m 1\n 364 341 l 1\n 163 -11 l 1\n 491 -11 l 2\n 606 -11 636 5 669 87 c 1\n 695 87 l 1\n 641 -123 l 1\n 14 -123 l 1\n 256 285 l 1\n 23 752 l 1\n 622 752 l 1\n 632 587 l 1\n 606 587 l 1\n 597 636 589 658 574 676 c 0\n 553 700 513 711 444 711 c 2\n 176 711 l 1\nEndSplineSet\nEndChar\nStartChar: minus\nEncoding: 8722 8722 2366\nWidth: 636\nFlags: HMW\nHStem: 229 56<62 574>\nFore\n574 229 m 1\n 62 229 l 1\n 62 285 l 1\n 574 285 l 1\n 574 229 l 1\nEndSplineSet\nEndChar\nStartChar: uni2213\nEncoding: 8723 8723 2367\nWidth: 636\nFlags: W\nHStem: 0 21G<290 346> 182 56<63 290 346 573> 462 52<63 573>\nVStem: 290 56<1 182 238 430>\nFore\n574 462 m 1\n 62 462 l 1\n 62 514 l 1\n 574 514 l 1\n 574 462 l 1\n574 182 m 1\n 346 182 l 1\n 346 0 l 1\n 290 0 l 1\n 290 182 l 1\n 62 182 l 1\n 62 238 l 1\n 290 238 l 1\n 290 431 l 1\n 346 431 l 1\n 346 238 l 1\n 574 238 l 1\n 574 182 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y14,12 y14,13 y5,7 y5,6 x11,9 x11,10 x5,15 x5,4 \nEndChar\nStartChar: uni2214\nEncoding: 8724 8724 2368\nWidth: 636\nFlags: W\nHStem: 0 21G<290 346> 229 56<63 290 346 573> 572 106<307.508 320>\nVStem: 290 56<1 229 285 510>\nFore\n371 625 m 4\n 371 595 347 572 318 572 c 4\n 288 572 265 595 265 625 c 4\n 265 654 288 678 318 678 c 4\n 347 678 371 654 371 625 c 4\n574 229 m 1\n 346 229 l 1\n 346 0 l 1\n 290 0 l 1\n 290 229 l 1\n 62 229 l 1\n 62 285 l 1\n 290 285 l 1\n 290 511 l 1\n 346 511 l 1\n 346 285 l 1\n 574 285 l 1\n 574 229 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y14,12 y14,13 y5,7 y5,6 x11,9 x11,10 x5,15 x5,4 \nEndChar\nStartChar: asteriskmath\nEncoding: 8727 8727 2369\nWidth: 471\nFlags: W\nHStem: 63 387<228 243>\nVStem: 204 67<403.582 418> 228 16<223.823 242.937 270.062 288.989>\nFore\n409 334 m 0\n 409 321 402 312 391 306 c 0\n 362 289 298 285 251 257 c 1\n 294 232 363 221 389 204 c 0\n 399 198 408 189 408 176 c 0\n 408 158 392 141 374 141 c 0\n 354 141 275 225 244 243 c 1\n 244 190 267 138 267 97 c 0\n 267 78 255 63 235 63 c 128\n 215 63 200 77 200 97 c 0\n 200 132 228 188 228 243 c 1\n 198 226 117 145 94 145 c 0\n 76 145 62 161 62 179 c 0\n 62 192 70 201 80 208 c 0\n 100 221 178 233 220 257 c 1\n 181 279 63 303 63 338 c 0\n 63 356 79 373 97 373 c 0\n 118 373 196 289 228 270 c 1\n 228 324 204 377 204 416 c 0\n 204 436 216 450 236 450 c 0\n 257 450 271 437 271 416 c 0\n 271 382 243 326 243 270 c 1\n 272 287 354 369 377 369 c 0\n 395 369 409 351 409 334 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2218\nEncoding: 8728 8728 2370\nWidth: 497\nFlags: W\nHStem: 71 48<238 254> 395 48<238 254>\nVStem: 62 48<247 263> 387 48<247 263>\nFore\n435 257 m 0\n 435 153 352 71 249 71 c 0\n 144 71 62 153 62 257 c 0\n 62 360 144 443 249 443 c 0\n 352 443 435 360 435 257 c 0\n387 257 m 0\n 387 333 324 395 249 395 c 0\n 171 395 110 333 110 257 c 0\n 110 180 171 119 249 119 c 0\n 324 119 387 180 387 257 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2219\nEncoding: 8729 8729 2371\nWidth: 497\nFlags: W\nHStem: 71 372<238 254>\nVStem: 62 373<247 263>\nFore\n435 257 m 0\n 435 153 352 71 249 71 c 0\n 144 71 62 153 62 257 c 0\n 62 360 144 443 249 443 c 0\n 352 443 435 360 435 257 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: radical\nEncoding: 8730 8730 2372\nWidth: 549\nFlags: W\nFore\n368 -65 m 1\n 117 449 l 1\n 22 402 l 1\n -2 453 l 1\n 161 532 l 1\n 347 155 l 1\n 470 924 l 1\n 526 915 l 1\n 368 -65 l 1\nEndSplineSet\nEndChar\nStartChar: uni221B\nEncoding: 8731 8731 2373\nWidth: 549\nFlags: W\nHStem: 552 48<228.5 248.5> 910 56<221.5 244>\nVStem: 284 76<869 876.5> 306 81<649 683.5>\nRef: 179 179 N 1 0 0 1 96 290\nRef: 8730 8730 N 1 0 0 1 0 0\nEndChar\nStartChar: uni221C\nEncoding: 8732 8732 2374\nWidth: 549\nFlags: W\nHStem: 650 57<143 276 347 401>\nVStem: 277 70<561 650 708 885>\nDStem: 300 965 277 886 97 699 142 707\nRef: 8308 8308 S 1 0 0 1 96 290\nRef: 8730 8730 N 1 0 0 1 0 0\nEndChar\nStartChar: proportional\nEncoding: 8733 8733 2375\nWidth: 636\nFlags: W\nHStem: 62 34<506 519> 63 53<154 178> 390 48<518 535> 403 37<166 180>\nVStem: 28 49<232 281>\nFore\n609 410 m 1\n 576 362 l 1\n 564 377 547 390 527 390 c 0\n 453 390 402 329 368 270 c 1\n 399 211 438 96 517 96 c 0\n 541 96 566 102 584 120 c 1\n 598 103 l 1\n 573 79 542 62 507 62 c 0\n 407 62 376 129 332 205 c 1\n 292 138 241 63 154 63 c 0\n 62 63 28 154 28 232 c 0\n 28 319 78 440 180 440 c 0\n 275 440 315 374 354 299 c 1\n 396 359 451 438 533 438 c 0\n 561 438 588 429 609 410 c 1\n318 233 m 1\n 291 294 247 403 167 403 c 0\n 100 403 77 337 77 281 c 0\n 77 224 106 116 178 116 c 0\n 244 116 290 181 318 233 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: infinity\nEncoding: 8734 8734 2376\nWidth: 853\nFlags: W\nHStem: 62.1079 40.8921<628 640> 63 53<202 231> 389 49<623 653> 403 36.2384<217 228>\nVStem: 52 59<232 281> 744 57<224 270>\nFore\n801 270 m 0\n 801 170 732 62 622 62 c 0\n 533 62 461 136 414 205 c 1\n 370 144 281 63 202 63 c 0\n 104 63 52 141 52 232 c 0\n 52 334 123 440 233 440 c 0\n 317 440 398 368 440 299 c 1\n 490 359 570 438 653 438 c 0\n 752 438 801 361 801 270 c 0\n744 224 m 0\n 744 292 703 389 623 389 c 0\n 567 389 487 315 457 270 c 1\n 496 215 564 103 639 103 c 0\n 711 103 744 158 744 224 c 0\n397 233 m 1\n 368 289 285 403 218 403 c 0\n 145 403 111 348 111 281 c 0\n 111 213 151 116 231 116 c 0\n 286 116 368 188 397 233 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: orthogonal\nEncoding: 8735 8735 2377\nWidth: 509\nFlags: W\nHStem: 0 41<102 446>\nVStem: 62 40<41 384>\nFore\n447 0 m 1\n 62 0 l 1\n 62 385 l 1\n 102 385 l 1\n 102 41 l 1\n 447 41 l 1\n 447 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,2 y4,3 x4,0 x4,5 \nEndChar\nStartChar: angle\nEncoding: 8736 8736 2378\nWidth: 509\nFlags: W\nHStem: 0 41<138 446>\nDStem: 397 548 447 548 62 0 137 41\nFore\n447 0 m 1\n 62 0 l 1\n 397 548 l 1\n 447 548 l 1\n 137 41 l 1\n 447 41 l 1\n 447 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2221\nEncoding: 8737 8737 2379\nWidth: 509\nFlags: W\nHStem: 0 41<138 285 330 446>\nDStem: 397 548 447 548 62 0 239 207 397 548 216 171 62 0 137 41\nFore\n447 0 m 1\n 62 0 l 1\n 397 548 l 1\n 447 548 l 1\n 239 207 l 1\n 294 171 328 108 330 41 c 1\n 447 41 l 1\n 447 0 l 1\n286 41 m 1\n 285 92 259 142 216 171 c 1\n 137 41 l 1\n 286 41 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2222\nEncoding: 8738 8738 2380\nWidth: 509\nFlags: W\nVStem: 319 34<249 265>\nDStem: 62 257 146 257 447 25 294 168 62 257 322 151 447 25 447 77 447 489 447 438 62 257 321 363 447 489 292 345 62 257 146 257\nFore\n447 25 m 1\n 62 257 l 1\n 447 489 l 1\n 447 438 l 1\n 321 363 l 1\n 341 332 353 295 353 256 c 0\n 353 218 342 182 322 151 c 1\n 447 77 l 1\n 447 25 l 1\n319 256 m 0\n 319 289 309 320 292 345 c 1\n 146 257 l 1\n 294 168 l 1\n 310 194 319 224 319 256 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2225\nEncoding: 8741 8741 2381\nWidth: 320\nFlags: W\nHStem: -14 690<81 119 201 239>\nVStem: 80 40<-13 675> 200 40<-13 675>\nFore\n80 -14 m 1\n 80 676 l 1\n 120 676 l 1\n 120 -14 l 1\n 80 -14 l 1\n200 -14 m 1\n 200 676 l 1\n 240 676 l 1\n 240 -14 l 1\n 200 -14 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2226\nEncoding: 8742 8742 2382\nWidth: 320\nFlags: W\nHStem: -14 690<80 120 200 240>\nVStem: 80 40<-13 194 323 675> 200 40<-13 323 450 675>\nDStem: 200 405.051 200 334.266 120 321.775 120 250.99\nFore\n240 446.689 m 1\n 272 480 l 1\n 340 480 l 1\n 240 375.904 l 1\n 240 -14 l 1\n 200 -14 l 1\n 200 334.266 l 1\n 120 250.99 l 1\n 120 -14 l 1\n 80 -14 l 1\n 80 209.352 l 1\n 47 175 l 1\n -21 175 l 1\n 80 280.137 l 1\n 80 676 l 1\n 120 676 l 1\n 120 321.775 l 1\n 200 405.051 l 1\n 200 676 l 1\n 240 676 l 1\n 240 446.689 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: logicaland\nEncoding: 8743 8743 2383\nWidth: 654\nFlags: W\nHStem: 0 21G<62 119 535 592>\nDStem: 319 556 328 456 62 0 119 0 328 456 336 556 535 0 592 0\nFore\n592 0 m 1\n 535 0 l 1\n 328 456 l 1\n 119 0 l 1\n 62 0 l 1\n 319 556 l 1\n 336 556 l 1\n 592 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: logicalor\nEncoding: 8744 8744 2384\nWidth: 654\nFlags: W\nHStem: 0 21G<319 336>\nDStem: 62 556 119 556 319 0 328 100 535 556 592 556 328 100 336 0\nFore\n592 556 m 1\n 336 0 l 1\n 319 0 l 1\n 62 556 l 1\n 119 556 l 1\n 328 100 l 1\n 535 556 l 1\n 592 556 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: intersection\nEncoding: 8745 8745 2385\nWidth: 654\nFlags: W\nHStem: 0 21G<62 113 541 592> 522 51<318 334>\nVStem: 62 51<1 320> 541 51<1 320>\nFore\n592 0 m 1\n 541 0 l 1\n 541 313 l 2\n 541 419 448 522 327 522 c 0\n 212 522 113 432 113 313 c 2\n 113 0 l 1\n 62 0 l 1\n 62 309 l 2\n 62 458 186 573 328 573 c 128\n 470 573 592 458 592 309 c 2\n 592 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: union\nEncoding: 8746 8746 2386\nWidth: 654\nFlags: W\nHStem: 0 51<318 334>\nVStem: 62 51<256 572> 541 51<256 572>\nFore\n592 264 m 2\n 592 115 470 0 328 0 c 128\n 186 0 62 115 62 264 c 2\n 62 573 l 1\n 113 573 l 1\n 113 260 l 2\n 113 141 212 51 327 51 c 0\n 448 51 541 154 541 260 c 2\n 541 573 l 1\n 592 573 l 1\n 592 264 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: integral\nEncoding: 8747 8747 2387\nWidth: 416\nFlags: W\nHStem: -200 22<151 168> 889 22<439 455>\nVStem: 55 84<-120 -113> 263 83<8 696> 470 84<824 828>\nFore\n166 -200 m 0\n 112 -200 55 -170 55 -115 c 0\n 55 -88 76 -74 97 -74 c 128\n 118 -74 139 -88 139 -115 c 0\n 139 -141 120 -155 101 -157 c 1\n 117 -170 140 -178 166 -178 c 0\n 244 -178 263 -78 263 29 c 2\n 263 682 l 2\n 263 798 331 911 443 911 c 0\n 497 911 554 881 554 826 c 0\n 554 798 533 785 512 785 c 128\n 491 785 470 798 470 826 c 0\n 470 852 489 866 508 868 c 1\n 492 881 469 889 443 889 c 0\n 365 889 346 788 346 682 c 2\n 346 29 l 2\n 346 -87 278 -200 166 -200 c 0\nEndSplineSet\nEndChar\nStartChar: uni222C\nEncoding: 8748 8748 2388\nWidth: 750\nFlags: W\nHStem: -200 22<151 168 503 519> 889 22<412.271 439 763.337 791>\nVStem: 55 84<-120 -113> 254 83<8 696> 407 83<-120 -113> 453 83<824 828> 605 83<8 696> 804 83<824 828>\nFore\n166 -200 m 0\n 112 -200 55 -170 55 -115 c 0\n 55 -88 76 -74 97 -74 c 128\n 118 -74 139 -88 139 -115 c 0\n 139 -141 120 -155 101 -157 c 1\n 117 -170 141 -178 166 -178 c 0\n 242 -178 254 -78 254 29 c 2\n 254 682 l 2\n 254 796 316 911 425 911 c 0\n 479 911 536 881 536 826 c 0\n 536 798 515 785 494 785 c 128\n 473 785 453 798 453 826 c 0\n 453 852 471 866 490 868 c 1\n 474 881 451 889 425 889 c 0\n 349 889 337 789 337 682 c 2\n 337 29 l 2\n 337 -85 276 -200 166 -200 c 0\n517 -200 m 0\n 463 -200 407 -170 407 -115 c 0\n 407 -88 427 -74 448 -74 c 128\n 469 -74 490 -88 490 -115 c 0\n 490 -141 472 -155 452 -157 c 1\n 468 -170 492 -178 517 -178 c 0\n 594 -178 605 -78 605 29 c 2\n 605 682 l 2\n 605 796 667 911 776 911 c 0\n 830 911 887 881 887 826 c 0\n 887 798 866 785 845 785 c 128\n 824 785 804 798 804 826 c 0\n 804 852 822 866 841 868 c 1\n 825 881 802 889 776 889 c 0\n 700 889 688 789 688 682 c 2\n 688 29 l 2\n 688 -85 627 -200 517 -200 c 0\nEndSplineSet\nEndChar\nStartChar: uni222D\nEncoding: 8749 8749 2389\nWidth: 1083\nFlags: W\nHStem: -200 22<151 168 512 519 855 871> 889 22<404 423 751 765 1096.53 1111>\nVStem: 55 84<-120 -113> 250 83<8 696> 402 83<-120 -113> 444 83<824 828> 596 84<8 696> 749 83<-120 -113> 790 84<824 828> 943 83<8 696> 1137 83<824 828>\nFore\n527 826 m 0\n 527 798 506 785 485 785 c 128\n 464 785 444 798 444 826 c 0\n 444 852 462 866 481 868 c 1\n 465 881 442 889 416 889 c 0\n 341 889 333 789 333 682 c 2\n 333 29 l 2\n 333 -85 275 -200 166 -200 c 0\n 112 -200 55 -170 55 -115 c 0\n 55 -88 76 -74 97 -74 c 128\n 118 -74 139 -88 139 -115 c 0\n 139 -141 121 -155 101 -157 c 1\n 117 -170 141 -178 166 -178 c 0\n 242 -178 250 -79 250 29 c 2\n 250 682 l 2\n 250 795 308 911 416 911 c 0\n 470 911 527 881 527 826 c 0\n874 826 m 0\n 874 798 853 785 832 785 c 128\n 811 785 790 798 790 826 c 0\n 790 852 809 866 828 868 c 1\n 812 881 788 889 763 889 c 0\n 687 889 680 789 680 682 c 2\n 680 29 l 2\n 680 -85 621 -200 513 -200 c 0\n 510 -200 508 -199 506 -197 c 1\n 469 -195 433 -179 416 -149 c 1\n 406 -140 402 -128 402 -115 c 0\n 402 -88 422 -74 443 -74 c 128\n 464 -74 485 -88 485 -115 c 0\n 485 -141 467 -155 448 -157 c 1\n 464 -170 487 -178 513 -178 c 0\n 589 -178 596 -79 596 29 c 2\n 596 682 l 2\n 596 795 654 911 763 911 c 0\n 765 911 768 910 770 908 c 1\n 810 906 851 886 864 851 c 2\n 863.69 851.773 874 829.449 874 826 c 0\n1137 826 m 0\n 1137 852 1155 866 1175 868 c 1\n 1159 881 1135 889 1109 889 c 0\n 1034 889 1026 789 1026 682 c 2\n 1026 29 l 2\n 1026 -56 994 -143 931 -181 c 0\n 911 -193 887 -200 860 -200 c 0\n 806 -200 749 -170 749 -115 c 0\n 749 -88 769 -74 790 -74 c 128\n 811 -74 832 -88 832 -115 c 0\n 832 -141 814 -155 794 -157 c 1\n 810 -170 834 -178 860 -178 c 0\n 935 -178 943 -79 943 29 c 2\n 943 682 l 2\n 943 795 1001 911 1109 911 c 0\n 1164 911 1220 881 1220 826 c 0\n 1220 798 1199 785 1178 785 c 128\n 1157 785 1137 798 1137 826 c 0\nEndSplineSet\nEndChar\nStartChar: uni222E\nEncoding: 8750 8750 2390\nWidth: 722\nFlags: W\nHStem: -200 22<214 230> 889 22<486.065 502>\nVStem: 86 25<344 376> 111 83<-120 -113> 318 84<8 85 111 600 626 696> 526 83<824 828> 609 25<344 376>\nFore\n499 911 m 0\n 553 911 609 881 609 826 c 0\n 609 798 588 785 567 785 c 128\n 546 785 526 798 526 826 c 0\n 526 852 544 866 564 868 c 1\n 548 881 524 889 499 889 c 0\n 421 889 402 788 402 682 c 2\n 402 626 l 1\n 459 617 512 591 554 549 c 0\n 605 498 634 428 634 355 c 0\n 634 213.789 528.066 104.905 402 85 c 1\n 402 29 l 2\n 402 -87 333 -200 222 -200 c 0\n 167 -200 111 -170 111 -115 c 0\n 111 -88 131 -74 152 -74 c 128\n 173 -74 194 -88 194 -115 c 0\n 194 -141 176 -155 156 -157 c 1\n 172 -170 196 -178 222 -178 c 0\n 299 -178 318 -78 318 29 c 2\n 318 85 l 1\n 261 94 208 120 166 162 c 0\n 115 213 86 283 86 355 c 0\n 86 497.081 191.495 606.025 318 626 c 1\n 318 682 l 2\n 318 798 387 911 499 911 c 0\n536 179 m 0\n 583 226 609 289 609 355 c 0\n 609 482.338 514.351 580.777 402 601 c 1\n 402 110 l 1\n 452 119 499 143 536 179 c 0\n111 355 m 0\n 111 289 137 226 184 179 c 0\n 221 143 268 119 318 110 c 1\n 318 601 l 1\n 268 592 221 568 184 531 c 0\n 137 485 111 421 111 355 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni222F\nEncoding: 8751 8751 2391\nWidth: 750\nFlags: W\nHStem: -200 22<151 168 503 519> 82 25<338 604> 604 25<338 604> 889 22<412.271 439 763.337 791>\nVStem: 55 84<-120 -113> 63 25<344 376> 254 83<8 81 122 589 630 696> 407 83<-120 -113> 453 83<824 828> 605 83<8 81 122 589 630 696> 804 83<824 828> 854 25<344 376>\nFore\n425 911 m 0\n 479 911 536 881 536 826 c 0\n 536 798 515 785 494 785 c 128\n 473 785 453 798 453 826 c 0\n 453 852 471 866 490 868 c 1\n 474 881 451 889 425 889 c 0\n 349 889 337 789 337 682 c 2\n 337 629 l 1\n 605 629 l 1\n 605 682 l 2\n 605 796 667 911 776 911 c 0\n 830 911 887 881 887 826 c 0\n 887 798 866 785 845 785 c 128\n 824 785 804 798 804 826 c 0\n 804 852 822 866 841 868 c 1\n 825 881 802 889 776 889 c 0\n 700 889 688 789 688 682 c 2\n 688 616 l 1\n 795.198 582.819 879 479.568 879 355 c 0\n 879 228.931 793.761 127.735 688 95 c 1\n 688 29 l 2\n 688 -85 627 -200 517 -200 c 0\n 463 -200 407 -170 407 -115 c 0\n 407 -88 427 -74 448 -74 c 128\n 469 -74 490 -88 490 -115 c 0\n 490 -141 472 -155 452 -157 c 1\n 468 -170 492 -178 517 -178 c 0\n 594 -178 605 -78 605 29 c 2\n 605 82 l 1\n 337 82 l 1\n 337 29 l 2\n 337 -85 276 -200 166 -200 c 0\n 112 -200 55 -170 55 -115 c 0\n 55 -88 76 -74 97 -74 c 128\n 118 -74 139 -88 139 -115 c 0\n 139 -141 120 -155 101 -157 c 1\n 117 -170 141 -178 166 -178 c 0\n 242 -178 254 -78 254 29 c 2\n 254 95 l 1\n 147.83 128.664 63 232.106 63 355 c 0\n 63 481.25 149.005 582.709 254 616 c 1\n 254 682 l 2\n 254 796 316 911 425 911 c 0\n337 107 m 1\n 605 107 l 1\n 605 604 l 1\n 337 604 l 1\n 337 107 l 1\n88 355 m 0\n 88 244.496 163.267 152.108 254 121 c 1\n 254 590 l 1\n 161.944 558.438 88 464.396 88 355 c 0\n688 121 m 1\n 781.739 153.139 854 245.646 854 355 c 0\n 854 468.114 779.939 558.478 688 590 c 1\n 688 121 l 1\nEndSplineSet\nEndChar\nStartChar: therefore\nEncoding: 8756 8756 2392\nWidth: 629\nFlags: W\nHStem: -6 106<110 117 510 516> 392 106<304.508 318>\nVStem: 62 106<42 49> 262 106<442 447> 461 106<42 49>\nFore\n368 445 m 0\n 368 415 344 392 315 392 c 0\n 285 392 262 415 262 445 c 0\n 262 474 285 498 315 498 c 0\n 344 498 368 474 368 445 c 0\n567 47 m 0\n 567 17 543 -6 514 -6 c 0\n 484 -6 461 17 461 47 c 0\n 461 76 484 100 514 100 c 0\n 543 100 567 76 567 47 c 0\n168 47 m 0\n 168 17 144 -6 115 -6 c 0\n 85 -6 62 17 62 47 c 0\n 62 76 85 100 115 100 c 0\n 144 100 168 76 168 47 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni2235\nEncoding: 8757 8757 2393\nWidth: 629\nFlags: W\nHStem: -6 106<303.508 318> 392 106<110 117 510 516>\nVStem: 62 106<442 447> 261 106<42 49> 461 106<442 447>\nFore\n567 445 m 0\n 567 415 543 392 514 392 c 0\n 484 392 461 415 461 445 c 0\n 461 474 484 498 514 498 c 0\n 543 498 567 474 567 445 c 0\n168 445 m 0\n 168 415 144 392 115 392 c 0\n 85 392 62 415 62 445 c 0\n 62 474 85 498 115 498 c 0\n 144 498 168 474 168 445 c 0\n367 47 m 0\n 367 17 343 -6 314 -6 c 0\n 284 -6 261 17 261 47 c 0\n 261 76 284 100 314 100 c 0\n 343 100 367 76 367 47 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2236\nEncoding: 8758 8758 2394\nWidth: 250\nFlags: W\nHStem: -6 106<120 127> 392 106<120 127>\nVStem: 72 106<42 49 442 447>\nFore\n178 445 m 0\n 178 415 154 392 125 392 c 0\n 95 392 72 415 72 445 c 0\n 72 474 95 498 125 498 c 0\n 154 498 178 474 178 445 c 0\n178 47 m 0\n 178 17 154 -6 125 -6 c 0\n 95 -6 72 17 72 47 c 0\n 72 76 95 100 125 100 c 0\n 154 100 178 76 178 47 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2237\nEncoding: 8759 8759 2395\nWidth: 629\nFlags: W\nHStem: -6 106<110 117 510 516> 392 106<110 117 510 516>\nVStem: 62 106<42 49 442 447> 461 106<42 49 442 447>\nFore\n567 445 m 0\n 567 415 543 392 514 392 c 0\n 484 392 461 415 461 445 c 0\n 461 474 484 498 514 498 c 0\n 543 498 567 474 567 445 c 0\n168 445 m 0\n 168 415 144 392 115 392 c 0\n 85 392 62 415 62 445 c 0\n 62 474 85 498 115 498 c 0\n 144 498 168 474 168 445 c 0\n567 47 m 0\n 567 17 543 -6 514 -6 c 0\n 484 -6 461 17 461 47 c 0\n 461 76 484 100 514 100 c 0\n 543 100 567 76 567 47 c 0\n168 47 m 0\n 168 17 144 -6 115 -6 c 0\n 85 -6 62 17 62 47 c 0\n 62 76 85 100 115 100 c 0\n 144 100 168 76 168 47 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2238\nEncoding: 8760 8760 2396\nWidth: 636\nFlags: W\nHStem: 229 56<63 573> 374 106<307.508 320>\nVStem: 265 106<421 437>\nFore\n371 427 m 0\n 371 397 347 374 318 374 c 0\n 288 374 265 397 265 427 c 0\n 265 456 288 480 318 480 c 0\n 347 480 371 456 371 427 c 0\n574 229 m 1\n 62 229 l 1\n 62 285 l 1\n 574 285 l 1\n 574 229 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2239\nEncoding: 8761 8761 2397\nWidth: 847\nFlags: W\nHStem: 22 111<702 718> 229 56<63 573> 381 111<702 718>\nVStem: 62 512<230 284> 655 111<70 86 424.496 438>\nFore\n574 229 m 5\n 62 229 l 5\n 62 285 l 5\n 574 285 l 5\n 574 229 l 5\n766 435 m 0\n 766 397 732 381 711 381 c 128\n 690 381 655 398 655 435 c 0\n 655 466 681 492 711 492 c 128\n 741 492 766 467 766 435 c 0\n766 76 m 0\n 766 38 732 22 711 22 c 128\n 690 22 655 39 655 76 c 0\n 655 107 681 133 711 133 c 128\n 741 133 766 108 766 76 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni223A\nEncoding: 8762 8762 2398\nWidth: 636\nFlags: W\nHStem: 22 111<110 126 510 526> 229 56<63 573> 381 111<110 126 510 526>\nVStem: 62 111<70 86 424.496 438> 463 111<70 86 424.496 438>\nFore\n574 435 m 0\n 574 397 540 381 519 381 c 128\n 498 381 463 398 463 435 c 0\n 463 466 489 492 519 492 c 128\n 549 492 574 467 574 435 c 0\n574 76 m 0\n 574 38 540 22 519 22 c 128\n 498 22 463 39 463 76 c 0\n 463 107 489 133 519 133 c 128\n 549 133 574 108 574 76 c 0\n574 229 m 1\n 62 229 l 1\n 62 285 l 1\n 574 285 l 1\n 574 229 l 1\n173 435 m 0\n 173 397 139 381 118 381 c 128\n 97 381 62 398 62 435 c 0\n 62 466 88 492 118 492 c 128\n 148 492 173 467 173 435 c 0\n173 76 m 0\n 173 38 139 22 118 22 c 128\n 97 22 62 39 62 76 c 0\n 62 107 88 133 118 133 c 128\n 148 133 173 108 173 76 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni223B\nEncoding: 8763 8763 2399\nWidth: 636\nFlags: W\nHStem: 12 111<312 320> 159.395 50.6049<440 447> 268 51.0085<193 200> 371 111<312 320>\nVStem: 262 111<60 76 414.496 428>\nFore\n373 425 m 0\n 373 387 339 371 318 371 c 128\n 297 371 262 388 262 425 c 0\n 262 456 288 482 318 482 c 128\n 348 482 373 457 373 425 c 0\n373 66 m 0\n 373 28 339 12 318 12 c 128\n 297 12 262 29 262 66 c 0\n 262 97 288 123 318 123 c 128\n 348 123 373 98 373 66 c 0\n56 188 m 1\n 79 267 126 320 213 320 c 0\n 303 320 369 210 447 210 c 0\n 513 210 545 261 561 319 c 1\n 581 309 l 1\n 567 221 523 159 427 159 c 0\n 330 159 272 268 194 268 c 0\n 135 268 99 231 76 179 c 1\n 56 188 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: similar\nEncoding: 8764 8764 2400\nWidth: 636\nFlags: W\nHStem: 159.395 50.6049<440 447> 268 51.0085<193 200>\nFore\n56 188 m 1\n 79 267 126 320 213 320 c 0\n 303 320 369 210 447 210 c 0\n 513 210 545 261 561 319 c 1\n 581 309 l 1\n 567 221 523 159 427 159 c 0\n 330 159 272 268 194 268 c 0\n 135 268 99 231 76 179 c 1\n 56 188 l 1\nEndSplineSet\nEndChar\nStartChar: uni223D\nEncoding: 8765 8765 2401\nWidth: 636\nFlags: W\nHStem: 159.957 50.0428<190 200> 268 51.3734<440 444>\nFore\n581 188 m 1\n 561 179 l 1\n 538 231 502 268 443 268 c 0\n 365 268 307 159 210 159 c 0\n 114 159 70 221 56 309 c 1\n 76 319 l 1\n 92 261 124 210 190 210 c 0\n 268 210 334 320 424 320 c 0\n 511 320 558 267 581 188 c 1\nEndSplineSet\nEndChar\nStartChar: uni2240\nEncoding: 8768 8768 2402\nWidth: 264\nFlags: W\nVStem: 54.9518 48.0482<141 142> 159 50.2644<412 415>\nFore\n210 393 m 0\n 210 296 103 223 103 140 c 0\n 103 72 149 36 209 17 c 1\n 200 -4 l 1\n 106 12 54 66 54 163 c 0\n 54 269 159 332 159 415 c 0\n 159 475 126 516 74 542 c 1\n 82 563 l 1\n 165 537 210 481 210 393 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2241\nEncoding: 8769 8769 2403\nWidth: 636\nFlags: W\nHStem: 177.389 50.6111<440 447> 285 51.026<193 200> 446 20G<374 428>\nDStem: 286 244 327 213 208 48 262 48 374 466 428 466 309 301 350 271\nFore\n581 327 m 1\n 567 238 523 177 427 177 c 0\n 391 177 357 193 327 213 c 1\n 262 48 l 1\n 208 48 l 1\n 286 244 l 1\n 261 263 226 285 194 285 c 0\n 135 285 99 248 76 197 c 1\n 56 205 l 1\n 79 285 126 337 213 337 c 0\n 248 337 281 320 309 301 c 1\n 374 466 l 1\n 428 466 l 1\n 350 271 l 1\n 377 252 414 228 447 228 c 0\n 513 228 545 278 561 336 c 1\n 581 327 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2242\nEncoding: 8770 8770 2404\nWidth: 636\nFlags: W\nHStem: 127.241 51.7591<430 440> 237 50.0218<192 194> 382 57<65 573>\nVStem: 64 510<383 438>\nFore\n574 383 m 1\n 64 382 l 1\n 64 439 l 1\n 574 439 l 1\n 574 383 l 1\n574 259 m 1\n 574 260 l 1\n 552 180 507 127 420 127 c 128\n 333 127 266 237 192 237 c 0\n 127 237 98 185 82 128 c 1\n 62 137 l 1\n 76 225 116 288 212 288 c 0\n 306 288 365 179 439 179 c 0\n 498 179 532 217 554 268 c 1\n 574 259 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2243\nEncoding: 8771 8771 2405\nWidth: 636\nFlags: W\nHStem: 127 57<63 571> 278.879 50.1206<443 444> 387 51.0044<196 206>\nVStem: 62 510<128 183>\nFore\n574 429 m 1\n 560 341 520 278 424 278 c 0\n 330 278 271 387 197 387 c 0\n 138 387 104 349 82 298 c 1\n 62 306 l 1\n 84 386 129 439 216 439 c 128\n 303 439 370 329 444 329 c 0\n 509 329 538 381 554 438 c 1\n 574 429 l 1\n572 127 m 1\n 62 127 l 1\n 62 184 l 1\n 572 184 l 1\n 572 127 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni2244\nEncoding: 8772 8772 2406\nWidth: 636\nFlags: W\nHStem: 127 56<66 238 317 574> 278.957 50.0428<190 200> 387 50.3848<440 444>\nVStem: 65 510<128 183>\nDStem: 239 127 293 128 168 -52 222 -52 316 319 390 371 262 183 316 184 414 566 468 566 355 419 417 438\nFore\n581 307 m 1\n 561 298 l 1\n 538 350 502 387 443 387 c 0\n 424 387 406 379 390 371 c 1\n 316 184 l 1\n 575 184 l 1\n 575 128 l 1\n 293 128 l 1\n 222 -52 l 1\n 168 -52 l 1\n 239 127 l 1\n 65 127 l 1\n 65 183 l 1\n 262 183 l 1\n 316 319 l 1\n 285 297 249 278 210 278 c 0\n 114 278 70 340 56 428 c 1\n 76 438 l 1\n 92 380 124 329 190 329 c 0\n 247 329 306 393 355 419 c 1\n 414 566 l 1\n 468 566 l 1\n 417 438 l 1\n 424 438 l 2\n 511 438 558 386 581 307 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: congruent\nEncoding: 8773 8773 2407\nWidth: 636\nFlags: W\nHStem: 59 56<63 573> 229 56<63 573> 347.866 50.1341<443 444> 455 51.0049<196 206>\nVStem: 62 512<60 114 230 284>\nFore\n574 497 m 1\n 560 409 520 347 424 347 c 0\n 330 347 271 455 197 455 c 0\n 138 455 104 418 82 367 c 1\n 62 375 l 1\n 84 454 129 507 216 507 c 128\n 303 507 370 398 444 398 c 0\n 509 398 538 449 554 506 c 1\n 574 497 l 1\n574 229 m 1\n 62 229 l 1\n 62 285 l 1\n 574 285 l 1\n 574 229 l 1\n574 59 m 1\n 62 59 l 1\n 62 115 l 1\n 574 115 l 1\n 574 59 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2246\nEncoding: 8774 8774 2408\nWidth: 636\nFlags: W\nHStem: 60 52<63 184 304 573> 212 52<63 331 451 573> 213 102<430 450> 347.148 50.8524<432 444> 455 51.0049<196 207>\nVStem: 62 512<61 112 213 264>\nDStem: 332 212 400 213 235 112 303 113\nFore\n574 60 m 1\n 253 61 l 1\n 205 10 l 5\n 137 10 l 5\n 185 60 l 1\n 62 60 l 1\n 62 112 l 1\n 235 112 l 1\n 332 212 l 1\n 62 212 l 1\n 62 264 l 1\n 382 264 l 1\n 430 315 l 5\n 498 315 l 5\n 450 265 l 1\n 574 265 l 1\n 574 213 l 1\n 400 213 l 1\n 303 113 l 1\n 574 113 l 1\n 574 60 l 1\n574 497 m 1\n 560 409 520 347 424 347 c 0\n 330 347 271 455 197 455 c 0\n 138 455 104 418 82 367 c 1\n 62 375 l 1\n 84 454 129 507 216 507 c 128\n 303 507 370 398 444 398 c 0\n 509 398 538 449 554 506 c 1\n 574 497 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2247\nEncoding: 8775 8775 2409\nWidth: 636\nFlags: W\nHStem: 59 56<63 211 289 573> 229 56<63 279 357 573> 347.866 50.1341<443 444> 455 51.0049<196 206>\nVStem: 62 512<59 115 229 285>\nDStem: 212 59 266 59 168 -52 222 -52 280 229 334 229 234 115 288 115 338 376 383 354 302 285 356 285 414 566 468 566 361 433 405 408\nFore\n574 59 m 1\n 266 59 l 1\n 222 -52 l 5\n 168 -52 l 5\n 212 59 l 1\n 62 59 l 1\n 62 115 l 1\n 234 115 l 1\n 280 229 l 1\n 62 229 l 1\n 62 285 l 1\n 302 285 l 1\n 338 376 l 1\n 298 401 247 455 197 455 c 0\n 138 455 104 418 82 367 c 1\n 62 375 l 1\n 84 454 129 507 216 507 c 0\n 272 507 318 463 361 433 c 1\n 414 566 l 5\n 468 566 l 5\n 405 408 l 1\n 417 402 430 398 444 398 c 0\n 510 398 538 449 554 506 c 1\n 574 497 l 1\n 560 409 520 347 424 347 c 0\n 410 347 397 349 383 354 c 1\n 356 285 l 1\n 574 285 l 1\n 574 229 l 1\n 334 229 l 1\n 288 115 l 1\n 574 115 l 1\n 574 59 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: approxequal\nEncoding: 8776 8776 2410\nWidth: 636\nFlags: W\nHStem: 75.3956 50.6044<440 447> 184 51.008<193 200> 278.336 50.6642<440 448> 387 51.0063<194 200>\nFore\n581 429 m 1\n 567 340 524 278 428 278 c 0\n 331 278 273 387 195 387 c 0\n 136 387 100 350 78 298 c 1\n 58 306 l 1\n 81 386 127 439 214 439 c 0\n 304 439 370 329 448 329 c 0\n 514 329 545 380 561 438 c 1\n 581 429 l 1\n580 225 m 1\n 580 226 l 1\n 566 137 523 75 427 75 c 0\n 330 75 272 184 194 184 c 0\n 135 184 99 147 77 95 c 1\n 56 103 l 1\n 79 183 126 236 213 236 c 0\n 303 236 369 126 447 126 c 0\n 513 126 544 177 560 235 c 1\n 580 225 l 1\nEndSplineSet\nEndChar\nStartChar: uni2249\nEncoding: 8777 8777 2411\nWidth: 636\nFlags: W\nHStem: 75.3956 50.6044<440 447> 184 51.008<193 200> 278.336 50.6642<440 448> 387 51.0063<194 200>\nDStem: 254 164 296 135 168 -52 222 -52 317 322 360 296 276 219 319 192 414 566 468 566 340 381 383 352\nFore\n581 429 m 1\n 567 340 524 278 428 278 c 0\n 404 278 381 286 360 296 c 1\n 319 192 l 1\n 354 168 402 126 447 126 c 0\n 513 126 544 177 560 235 c 1\n 580 226 l 1\n 566 137 523 75 427 75 c 0\n 378 75 333 105 296 135 c 1\n 222 -52 l 1\n 168 -52 l 1\n 254 164 l 1\n 236 174 215 184 194 184 c 0\n 135 184 99 147 77 95 c 1\n 56 103 l 1\n 79 183 126 236 213 236 c 0\n 235 236 256 228 276 219 c 1\n 317 322 l 1\n 284 347 239 387 195 387 c 0\n 136 387 100 350 78 298 c 1\n 58 306 l 1\n 81 386 127 439 214 439 c 0\n 260 439 305 408 340 381 c 1\n 414 566 l 1\n 468 566 l 1\n 383 352 l 1\n 402 340 425 329 448 329 c 0\n 514 329 545 380 561 438 c 1\n 581 429 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni224A\nEncoding: 8778 8778 2412\nWidth: 636\nFlags: W\nHStem: 59 56<63 573> 177.866 50.1341<443 444> 285 51.0049<196 206> 347.879 50.1209<443 444> 455 51.0049<196 206>\nVStem: 62 512<60 114>\nFore\n574 497 m 1\n 560 410 520 347 424 347 c 0\n 330 347 273 455 197 455 c 0\n 139 455 104 417 82 367 c 1\n 62 375 l 1\n 84 454 129 507 216 507 c 0\n 304 507 368 398 444 398 c 0\n 509 398 539 450 554 506 c 1\n 574 497 l 1\n574 327 m 1\n 560 239 520 177 424 177 c 0\n 330 177 271 285 197 285 c 0\n 138 285 104 248 82 197 c 1\n 62 205 l 1\n 84 284 129 337 216 337 c 128\n 303 337 370 228 444 228 c 0\n 509 228 538 279 554 336 c 1\n 574 327 l 1\n574 59 m 1\n 62 59 l 1\n 62 115 l 1\n 574 115 l 1\n 574 59 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni224B\nEncoding: 8779 8779 2413\nWidth: 636\nFlags: W\nHStem: 7.86588 50.1341<443 444> 115 51.0049<196 206> 177.866 50.1341<443 444> 285 51.0049<196 206> 347.879 50.1209<443 444> 455 51.0049<196 206>\nFore\n574 327 m 1\n 560 239 520 177 424 177 c 0\n 330 177 271 285 197 285 c 0\n 138 285 104 248 82 197 c 1\n 62 205 l 1\n 84 284 129 337 216 337 c 128\n 303 337 370 228 444 228 c 0\n 509 228 538 279 554 336 c 1\n 574 327 l 1\n574 497 m 1\n 560 410 520 347 424 347 c 0\n 330 347 273 455 197 455 c 0\n 139 455 104 417 82 367 c 1\n 62 375 l 1\n 84 454 129 507 216 507 c 0\n 304 507 368 398 444 398 c 0\n 509 398 539 450 554 506 c 1\n 574 497 l 1\n574 157 m 1\n 560 69 520 7 424 7 c 0\n 330 7 271 115 197 115 c 0\n 138 115 104 78 82 27 c 1\n 62 35 l 1\n 84 114 129 167 216 167 c 128\n 303 167 370 58 444 58 c 0\n 509 58 538 109 554 166 c 1\n 574 157 l 1\nEndSplineSet\nEndChar\nStartChar: uni224D\nEncoding: 8781 8781 2414\nWidth: 636\nFlags: W\nHStem: 162 58<291 339> 293 58<291 339>\nFore\n585 445 m 1\n 563 416 500 293 318 293 c 0\n 135 293 73 415 51 444 c 1\n 64 454 l 1\n 141 367 241 351 317 351 c 128\n 393 351 494 366 571 454 c 1\n 585 445 l 1\n585 69 m 1\n 571 60 l 1\n 494 146 393 162 317 162 c 128\n 241 162 141 147 64 60 c 1\n 51 69 l 1\n 73 97 135 220 318 220 c 0\n 500 220 563 98 585 69 c 1\nEndSplineSet\nEndChar\nStartChar: uni224E\nEncoding: 8782 8782 2415\nWidth: 636\nFlags: W\nHStem: 59 56<318 334> 127 56<63 211 436 573> 330 56<63 211 436 573> 399 56<318 334>\nVStem: 62 192<171.309 182.969 330.031 342.005> 393 181<171.026 182.969 330.031 341.722>\nFore\n574 330 m 1\n 393 330 l 1\n 393 368 362 399 323 399 c 0\n 285 399 254 369 254 330 c 1\n 62 330 l 1\n 62 386 l 1\n 211 386 l 1\n 232 427 275 455 323 455 c 0\n 372 455 415 427 436 386 c 1\n 574 386 l 1\n 574 330 l 1\n574 127 m 1\n 436 127 l 1\n 415 86 372 59 323 59 c 0\n 275 59 232 86 211 127 c 1\n 62 127 l 1\n 62 183 l 1\n 254 183 l 1\n 254 145 285 115 323 115 c 0\n 362 115 393 144 393 183 c 1\n 574 183 l 1\n 574 127 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni224F\nEncoding: 8783 8783 2416\nWidth: 636\nFlags: W\nHStem: 127 56<64 573> 330 56<63 212 437 573> 399 56<318 334>\nVStem: 62 193<330.031 342.005> 394 180<330.031 341.722>\nFore\n574 330 m 1\n 394 330 l 1\n 394 368 363 399 324 399 c 0\n 286 399 255 369 255 330 c 1\n 62 330 l 1\n 62 386 l 1\n 212 386 l 1\n 233 427 276 455 324 455 c 0\n 373 455 416 427 437 386 c 1\n 574 386 l 1\n 574 330 l 1\n574 127 m 1\n 63 127 l 1\n 63 183 l 1\n 574 183 l 1\n 574 127 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2250\nEncoding: 8784 8784 2417\nWidth: 636\nFlags: W\nHStem: 127 56<63 573> 330 56<63 573> 463 106<307.508 320>\nVStem: 265 106<511 518>\nFore\n371 516 m 0\n 371 486 347 463 318 463 c 0\n 288 463 265 486 265 516 c 0\n 265 545 288 569 318 569 c 0\n 347 569 371 545 371 516 c 0\n574 330 m 1\n 62 330 l 1\n 62 386 l 1\n 574 386 l 1\n 574 330 l 1\n574 127 m 1\n 62 127 l 1\n 62 183 l 1\n 574 183 l 1\n 574 127 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2251\nEncoding: 8785 8785 2418\nWidth: 636\nFlags: W\nHStem: -55 106<307.508 320> 127 56<63 573> 330 56<63 573> 463 106<307.508 320>\nVStem: 62 512<128 182 331 385> 265 106<-7 0 505.508 521>\nFore\n371 516 m 0\n 371 486 347 463 318 463 c 0\n 288 463 265 486 265 516 c 0\n 265 545 288 569 318 569 c 0\n 347 569 371 545 371 516 c 0\n574 330 m 1\n 62 330 l 1\n 62 386 l 1\n 574 386 l 1\n 574 330 l 1\n574 127 m 1\n 62 127 l 1\n 62 183 l 1\n 574 183 l 1\n 574 127 l 1\n371 -2 m 0\n 371 -32 347 -55 318 -55 c 0\n 288 -55 265 -32 265 -2 c 0\n 265 27 288 51 318 51 c 0\n 347 51 371 27 371 -2 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2252\nEncoding: 8786 8786 2419\nWidth: 636\nFlags: W\nHStem: -55 106<510.508 526> 127 56<63 573> 330 56<63 573> 463 106<110 117>\nVStem: 62 106<505.508 521> 62 512<128 182 331 385> 468 106<-7 0>\nFore\n574 330 m 1\n 62 330 l 1\n 62 386 l 1\n 574 386 l 1\n 574 330 l 1\n168 516 m 0\n 168 486 144 463 115 463 c 0\n 85 463 62 486 62 516 c 0\n 62 545 85 569 115 569 c 0\n 144 569 168 545 168 516 c 0\n574 -2 m 0\n 574 -32 550 -55 521 -55 c 0\n 491 -55 468 -32 468 -2 c 0\n 468 27 491 51 521 51 c 0\n 550 51 574 27 574 -2 c 0\n574 127 m 1\n 62 127 l 1\n 62 183 l 1\n 574 183 l 1\n 574 127 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2253\nEncoding: 8787 8787 2420\nWidth: 636\nFlags: W\nHStem: -55 106<110 117> 127 56<63 573> 330 56<63 573> 463 106<510.508 526>\nVStem: 62 106<-7 0> 62 512<128 182 331 385> 468 106<505.508 521>\nFore\n574 516 m 0\n 574 486 550 463 521 463 c 0\n 491 463 468 486 468 516 c 0\n 468 545 491 569 521 569 c 0\n 550 569 574 545 574 516 c 0\n574 330 m 1\n 62 330 l 1\n 62 386 l 1\n 574 386 l 1\n 574 330 l 1\n574 127 m 1\n 62 127 l 1\n 62 183 l 1\n 574 183 l 1\n 574 127 l 1\n168 -2 m 0\n 168 -32 144 -55 115 -55 c 0\n 85 -55 62 -32 62 -2 c 0\n 62 27 85 51 115 51 c 0\n 144 51 168 27 168 -2 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2254\nEncoding: 8788 8788 2421\nWidth: 847\nFlags: W\nHStem: 22 111<129 145> 127 56<274 784> 330 56<274 784> 381 111<129 145>\nVStem: 81 111<70 86 424.496 438> 273 512<128 182 331 385>\nFore\n785 330 m 1\n 273 330 l 1\n 273 386 l 1\n 785 386 l 1\n 785 330 l 1\n785 127 m 1\n 273 127 l 1\n 273 183 l 1\n 785 183 l 1\n 785 127 l 1\n192 435 m 0\n 192 398 157 381 136 381 c 128\n 115 381 81 397 81 435 c 0\n 81 467 106 492 136 492 c 128\n 166 492 192 466 192 435 c 0\n192 76 m 0\n 192 39 157 22 136 22 c 128\n 115 22 81 38 81 76 c 0\n 81 108 106 133 136 133 c 128\n 166 133 192 107 192 76 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2255\nEncoding: 8789 8789 2422\nWidth: 847\nFlags: W\nHStem: 22 111<702 718> 127 56<63 573> 330 56<63 573> 381 111<702 718>\nVStem: 62 512<128 182 331 385> 655 111<70 86 424.496 438>\nFore\n766 435 m 0\n 766 397 732 381 711 381 c 128\n 690 381 655 398 655 435 c 0\n 655 466 681 492 711 492 c 128\n 741 492 766 467 766 435 c 0\n766 76 m 0\n 766 38 732 22 711 22 c 128\n 690 22 655 39 655 76 c 0\n 655 107 681 133 711 133 c 128\n 741 133 766 108 766 76 c 0\n574 330 m 1\n 62 330 l 1\n 62 386 l 1\n 574 386 l 1\n 574 330 l 1\n574 127 m 1\n 62 127 l 1\n 62 183 l 1\n 574 183 l 1\n 574 127 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2256\nEncoding: 8790 8790 2423\nWidth: 636\nFlags: W\nHStem: 127 56<63 249 387 573> 127 64<305.321 320> 330 57<63 250 386 573>\nVStem: 219 34<255 260> 384 34<244.277 260>\nFore\n574 128 m 1\n 62 127 l 1\n 62 183 l 1\n 250 183 l 1\n 231 201 219 227 219 256 c 128\n 219 285 231 312 251 330 c 1\n 62 330 l 1\n 62 387 l 1\n 574 387 l 1\n 574 331 l 1\n 385 331 l 1\n 405 313 418 286 418 257 c 0\n 418 228 405 202 386 184 c 1\n 574 184 l 1\n 574 128 l 1\n384 256 m 0\n 384 292 355 323 318 323 c 0\n 273 323 253 282 253 258 c 0\n 253 233 272 191 317 191 c 0\n 355 191 384 219 384 256 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni2257\nEncoding: 8791 8791 2424\nWidth: 636\nFlags: W\nHStem: 127 56<63 573> 330 56<63 573> 472 47<306.523 320> 624 47<316 320>\nVStem: 62 512<128 182 331 385> 219 47<570 575> 371 47<560.641 575>\nFore\n418 571 m 0\n 418 516 373 472 318 472 c 0\n 261 472 219 517 219 571 c 128\n 219 625 262 671 318 671 c 0\n 373 671 418 626 418 571 c 0\n574 330 m 1\n 62 330 l 1\n 62 386 l 1\n 574 386 l 1\n 574 330 l 1\n574 127 m 1\n 62 127 l 1\n 62 183 l 1\n 574 183 l 1\n 574 127 l 1\n371 571 m 0\n 371 600 348 624 318 624 c 0\n 282 624 266 591 266 572 c 0\n 266 552 281 519 317 519 c 0\n 348 519 371 542 371 571 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni225C\nEncoding: 8796 8796 2425\nWidth: 636\nFlags: W\nHStem: 127 56<63 573> 330 56<63 573> 459 40<256 378>\nVStem: 62 512<128 182 331 385>\nDStem: 313 717 317 633 192 459 255 499 317 633 323 717 379 499 444 459\nFore\n444 459 m 1\n 192 459 l 1\n 313 717 l 1\n 323 717 l 1\n 444 459 l 1\n574 330 m 1\n 62 330 l 1\n 62 386 l 1\n 574 386 l 1\n 574 330 l 1\n574 127 m 1\n 62 127 l 1\n 62 183 l 1\n 574 183 l 1\n 574 127 l 1\n379 499 m 1\n 317 633 l 1\n 255 499 l 1\n 379 499 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: notequal\nEncoding: 8800 8800 2426\nWidth: 636\nFlags: HMW\nHStem: 128 56<316 574> 330 56<62 320>\nFore\n574 128 m 1\n 293 128 l 1\n 222 -52 l 1\n 168 -52 l 1\n 239 127 l 1\n 62 127 l 1\n 62 183 l 1\n 262 183 l 1\n 320 330 l 1\n 62 330 l 1\n 62 386 l 1\n 343 386 l 1\n 414 566 l 1\n 468 566 l 1\n 397 387 l 1\n 574 387 l 1\n 574 331 l 1\n 374 331 l 1\n 316 184 l 1\n 574 184 l 1\n 574 128 l 1\nEndSplineSet\nEndChar\nStartChar: equivalence\nEncoding: 8801 8801 2427\nWidth: 636\nFlags: W\nHStem: 59 56<63 573> 229 56<63 573> 399 56<63 573>\nVStem: 62 512<60 114 230 284 400 454>\nFore\n574 399 m 1\n 62 399 l 1\n 62 455 l 1\n 574 455 l 1\n 574 399 l 1\n574 229 m 1\n 62 229 l 1\n 62 285 l 1\n 574 285 l 1\n 574 229 l 1\n574 59 m 1\n 62 59 l 1\n 62 115 l 1\n 574 115 l 1\n 574 59 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2262\nEncoding: 8802 8802 2428\nWidth: 636\nFlags: W\nHStem: 59 56<63 211 289 573> 229 56<63 279 357 573> 399 56<63 347 425 573> 399 167<414 424>\nVStem: 62 512<59 115 229 285 399 455>\nDStem: 212 59 266 59 168 -52 222 -52 280 229 334 229 234 115 288 115 348 399 402 399 302 285 356 285 414 566 468 566 370 455 424 455\nFore\n574 59 m 1\n 266 59 l 1\n 222 -52 l 1\n 168 -52 l 1\n 212 59 l 1\n 62 59 l 1\n 62 115 l 1\n 234 115 l 1\n 280 229 l 1\n 62 229 l 1\n 62 285 l 1\n 302 285 l 1\n 348 399 l 1\n 62 399 l 1\n 62 455 l 1\n 370 455 l 1\n 414 566 l 1\n 468 566 l 1\n 424 455 l 1\n 574 455 l 1\n 574 399 l 1\n 402 399 l 1\n 356 285 l 1\n 574 285 l 1\n 574 229 l 1\n 334 229 l 1\n 288 115 l 1\n 574 115 l 1\n 574 59 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2263\nEncoding: 8803 8803 2429\nWidth: 636\nFlags: W\nHStem: -26 56<63 573> 144 56<63 573> 314 56<63 573> 484 56<63 573>\nVStem: 62 512<-25 29 145 199 315 369 485 539>\nFore\n574 314 m 1\n 62 314 l 1\n 62 370 l 1\n 574 370 l 1\n 574 314 l 1\n574 484 m 1\n 62 484 l 1\n 62 540 l 1\n 574 540 l 1\n 574 484 l 1\n574 144 m 1\n 62 144 l 1\n 62 200 l 1\n 574 200 l 1\n 574 144 l 1\n574 -26 m 1\n 62 -26 l 1\n 62 30 l 1\n 574 30 l 1\n 574 -26 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 2430\nWidth: 636\nFlags: HMW\nHStem: -58 53<62 574>\nFore\n574 72 m 1\n 62 312 l 1\n 62 332 l 1\n 574 574 l 1\n 574 518 l 1\n 158 323 l 1\n 574 128 l 1\n 574 72 l 1\n574 -58 m 1\n 62 -58 l 1\n 62 -5 l 1\n 574 -5 l 1\n 574 -58 l 1\nEndSplineSet\nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 2431\nWidth: 636\nFlags: HMW\nHStem: -58 53<62 574>\nFore\n574 313 m 1\n 62 71 l 1\n 62 127 l 1\n 478 322 l 1\n 62 517 l 1\n 62 574 l 1\n 574 333 l 1\n 574 313 l 1\n574 -58 m 1\n 62 -58 l 1\n 62 -5 l 1\n 574 -5 l 1\n 574 -58 l 1\nEndSplineSet\nEndChar\nStartChar: uni2266\nEncoding: 8806 8806 2432\nWidth: 636\nFlags: W\nHStem: -124 53<63 573> 28 53<63 573>\nVStem: 62 512<-123 -72 29 80>\nDStem: 62 376 158 387 574 136 574 192 574 638 574 582 62 396 158 387\nFore\n574 136 m 1\n 62 376 l 1\n 62 396 l 1\n 574 638 l 1\n 574 582 l 1\n 158 387 l 1\n 574 192 l 1\n 574 136 l 1\n574 28 m 1\n 62 28 l 1\n 62 81 l 1\n 574 81 l 1\n 574 28 l 1\n574 -124 m 1\n 62 -124 l 1\n 62 -71 l 1\n 574 -71 l 1\n 574 -124 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2267\nEncoding: 8807 8807 2433\nWidth: 636\nFlags: W\nHStem: -124 53<63 573> 28 53<63 573>\nVStem: 62 512<-123 -72 29 80>\nDStem: 62 581 62 638 478 386 574 397 478 386 574 377 62 191 62 135\nFore\n574 377 m 1\n 62 135 l 1\n 62 191 l 1\n 478 386 l 1\n 62 581 l 1\n 62 638 l 1\n 574 397 l 1\n 574 377 l 1\n574 28 m 1\n 62 28 l 1\n 62 81 l 1\n 574 81 l 1\n 574 28 l 1\n574 -124 m 1\n 62 -124 l 1\n 62 -71 l 1\n 574 -71 l 1\n 574 -124 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2268\nEncoding: 8808 8808 2434\nWidth: 636\nFlags: W\nHStem: -124 52<63 184 304 573> 28 52<63 331 451 573> 29 102<430 450>\nVStem: 62 512<-123 -72 29 80>\nDStem: 62 376 158 387 574 136 574 192 332 28 400 29 235 -72 303 -71 574 638 574 582 62 396 158 387\nFore\n574 136 m 1\n 62 376 l 1\n 62 396 l 1\n 574 638 l 1\n 574 582 l 1\n 158 387 l 1\n 574 192 l 1\n 574 136 l 1\n574 -124 m 1\n 253 -123 l 1\n 205 -174 l 1\n 137 -174 l 1\n 185 -124 l 1\n 62 -124 l 1\n 62 -72 l 1\n 235 -72 l 1\n 332 28 l 1\n 62 28 l 1\n 62 80 l 1\n 382 80 l 1\n 430 131 l 1\n 498 131 l 1\n 450 81 l 1\n 574 81 l 1\n 574 29 l 1\n 400 29 l 1\n 303 -71 l 1\n 574 -71 l 1\n 574 -124 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2269\nEncoding: 8809 8809 2435\nWidth: 636\nFlags: W\nHStem: -124 52<63 184 304 573> 28 52<63 331 451 573> 29 102<430 450>\nVStem: 62 512<-123 -72 29 80>\nDStem: 62 581 62 638 478 386 574 397 332 28 400 29 235 -72 303 -71 478 386 574 377 62 191 62 135\nFore\n574 377 m 1\n 62 135 l 1\n 62 191 l 1\n 478 386 l 1\n 62 581 l 1\n 62 638 l 1\n 574 397 l 1\n 574 377 l 1\n574 -124 m 1\n 253 -123 l 1\n 205 -174 l 1\n 137 -174 l 1\n 185 -124 l 1\n 62 -124 l 1\n 62 -72 l 1\n 235 -72 l 1\n 332 28 l 1\n 62 28 l 1\n 62 80 l 1\n 382 80 l 1\n 430 131 l 1\n 498 131 l 1\n 450 81 l 1\n 574 81 l 1\n 574 29 l 1\n 400 29 l 1\n 303 -71 l 1\n 574 -71 l 1\n 574 -124 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni226A\nEncoding: 8810 8810 2436\nWidth: 918\nFlags: W\nDStem: 52 247 149 257 569 5 569 61 349 247 446 257 866 5 866 61 569 508 569 452 52 267 149 257 866 508 866 452 349 267 446 257\nFore\n866 5 m 1\n 349 247 l 1\n 349 267 l 1\n 866 508 l 1\n 866 452 l 1\n 446 257 l 1\n 866 61 l 1\n 866 5 l 1\n569 5 m 1\n 52 247 l 1\n 52 267 l 1\n 569 508 l 1\n 569 452 l 1\n 149 257 l 1\n 569 61 l 1\n 569 5 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni226B\nEncoding: 8811 8811 2437\nWidth: 918\nFlags: W\nDStem: 52 452 52 508 472 257 569 267 349 452 349 508 769 257 866 267 472 257 569 247 52 61 52 5 769 257 866 247 349 61 349 5\nFore\n866 247 m 1\n 349 5 l 1\n 349 61 l 1\n 769 257 l 1\n 349 452 l 1\n 349 508 l 1\n 866 267 l 1\n 866 247 l 1\n569 247 m 1\n 52 5 l 1\n 52 61 l 1\n 472 257 l 1\n 52 452 l 1\n 52 508 l 1\n 569 267 l 1\n 569 247 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni226C\nEncoding: 8812 8812 2438\nWidth: 410\nFlags: W\nVStem: 62 73<230 294> 275 73<230 294>\nFore\n348 266 m 0\n 348 131 319 21 228 -75 c 1\n 253 -107 282 -132 313 -152 c 1\n 301 -170 l 1\n 264 -147 232 -122 205 -97 c 1\n 178 -122 146 -147 109 -170 c 1\n 97 -152 l 1\n 128 -132 157 -107 182 -75 c 1\n 91 21 62 131 62 266 c 0\n 62 416 119 512 179 574 c 1\n 157 603 130 629 99 653 c 1\n 110 670 l 1\n 126 658 164 636 205 600 c 1\n 246 636 284 658 300 670 c 1\n 311 653 l 1\n 280 629 253 603 231 574 c 1\n 291 512 348 416 348 266 c 0\n275 265 m 0\n 275 364 254 458 205 537 c 1\n 156 458 135 364 135 265 c 0\n 135 122 162 26 205 -43 c 1\n 248 26 275 122 275 265 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni226D\nEncoding: 8813 8813 2439\nWidth: 636\nFlags: W\nHStem: 161 191<307 329>\nDStem: 251 157 307 161 168 -52 222 -52 306 294 360 296 275 217 330 219 414 566 468 566 329 352 384 356\nFore\n585 70 m 1\n 571 60 l 1\n 494 146 393 161 317 161 c 2\n 307 161 l 1\n 222 -52 l 1\n 168 -52 l 1\n 251 157 l 1\n 189 148 120 123 64 60 c 1\n 51 69 l 1\n 71 95 125 200 275 217 c 1\n 306 294 l 1\n 132 299 72 416 51 444 c 1\n 64 454 l 1\n 141 367 241 352 317 352 c 0\n 329 352 l 1\n 414 566 l 1\n 468 566 l 1\n 384 356 l 1\n 447 365 515 390 571 454 c 1\n 585 445 l 1\n 565 418 510 313 360 296 c 1\n 330 219 l 1\n 503 214 563 97 585 70 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni226E\nEncoding: 8814 8814 2440\nWidth: 636\nFlags: W\nDStem: 62 247 158 257 251 158 270 204 251 158 297 136 148 -102 202 -102 297 136 316 183 574 6 574 62 322 334 388 365 270 204 316 183 349 402 322 334 62 267 158 257 434 616 488 616 349 402 415 433 574 508 574 452 415 433 388 365\nFore\n574 6 m 1\n 297 136 l 1\n 202 -102 l 1\n 148 -102 l 1\n 251 158 l 1\n 62 247 l 1\n 62 267 l 1\n 349 402 l 1\n 434 616 l 1\n 488 616 l 1\n 415 433 l 1\n 574 508 l 1\n 574 452 l 1\n 388 365 l 1\n 316 183 l 1\n 574 62 l 1\n 574 6 l 1\n322 334 m 1\n 158 257 l 1\n 270 204 l 1\n 322 334 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni226F\nEncoding: 8815 8815 2441\nWidth: 636\nFlags: W\nDStem: 62 452 62 508 320 331 339 378 221 81 287 112 148 -102 202 -102 248 149 221 81 62 62 62 6 320 331 366 310 248 149 314 180 366 310 385 356 478 257 574 267 434 616 488 616 339 378 385 356 478 257 574 247 314 180 287 112\nFore\n574 247 m 1\n 287 112 l 1\n 202 -102 l 1\n 148 -102 l 1\n 221 81 l 1\n 62 6 l 1\n 62 62 l 1\n 248 149 l 1\n 320 331 l 1\n 62 452 l 1\n 62 508 l 1\n 339 378 l 1\n 434 616 l 1\n 488 616 l 1\n 385 356 l 1\n 574 267 l 1\n 574 247 l 1\n478 257 m 1\n 366 310 l 1\n 314 180 l 1\n 478 257 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2270\nEncoding: 8816 8816 2442\nWidth: 636\nFlags: W\nHStem: -58 52<63 165 241 573>\nVStem: 62 512<-57 -6>\nDStem: 62 312 158 323 273 213 292 260 166 -58 220 -57 124 -162 178 -162 273 213 319 192 186 -6 240 -5 319 192 338 238 574 71 574 128 354 414 420 445 292 260 338 238 381 483 354 414 62 332 158 323 458 676 512 676 381 483 447 514 574 574 574 518 447 514 420 445\nFore\n574 -58 m 1\n 220 -57 l 1\n 178 -162 l 1\n 124 -162 l 1\n 166 -58 l 1\n 62 -58 l 1\n 62 -6 l 1\n 186 -6 l 1\n 273 213 l 1\n 62 312 l 1\n 62 332 l 1\n 381 483 l 1\n 458 676 l 1\n 512 676 l 1\n 447 514 l 1\n 574 574 l 1\n 574 518 l 1\n 420 445 l 1\n 338 238 l 1\n 574 128 l 1\n 574 71 l 1\n 319 192 l 1\n 240 -5 l 1\n 574 -5 l 1\n 574 -58 l 1\n354 414 m 1\n 158 323 l 1\n 292 260 l 1\n 354 414 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2271\nEncoding: 8817 8817 2443\nWidth: 636\nFlags: W\nHStem: -58 52<63 165 241 573>\nVStem: 62 512<-57 -6>\nDStem: 62 517 62 574 342 386 361 433 166 -58 220 -57 124 -162 178 -162 253 161 319 193 186 -6 240 -5 280 230 253 161 62 127 62 71 342 386 388 365 280 230 347 261 388 365 407 411 478 323 574 333 458 676 512 676 361 433 407 411 478 323 574 313 347 261 319 193\nFore\n574 -58 m 1\n 220 -57 l 1\n 178 -162 l 1\n 124 -162 l 1\n 166 -58 l 1\n 62 -58 l 1\n 62 -6 l 1\n 186 -6 l 1\n 253 161 l 1\n 62 71 l 1\n 62 127 l 1\n 280 230 l 1\n 342 386 l 1\n 62 517 l 1\n 62 574 l 1\n 361 433 l 1\n 458 676 l 1\n 512 676 l 1\n 407 411 l 1\n 574 333 l 1\n 574 313 l 1\n 319 193 l 1\n 240 -5 l 1\n 574 -5 l 1\n 574 -58 l 1\n478 323 m 1\n 388 365 l 1\n 347 261 l 1\n 478 323 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2272\nEncoding: 8818 8818 2444\nWidth: 636\nFlags: W\nHStem: -112 51<423 443> -3 51.0897<198 206>\nDStem: 62 312 158 323 574 72 574 128 574 574 574 518 62 332 158 323\nFore\n574 72 m 1\n 62 312 l 1\n 62 332 l 1\n 574 574 l 1\n 574 518 l 1\n 158 323 l 1\n 574 128 l 1\n 574 72 l 1\n574 38 m 1\n 574 38 563 -112 423 -112 c 0\n 314 -112 286 -3 197 -3 c 0\n 114 -3 82 -90 82 -92 c 1\n 62 -83 l 1\n 62 -83 88 49 216 49 c 0\n 315 49 356 -61 443 -61 c 0\n 532 -61 555 46 555 48 c 1\n 574 38 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2273\nEncoding: 8819 8819 2445\nWidth: 636\nFlags: W\nHStem: -112 51<423 443> -3 51.0897<198 206>\nDStem: 62 517 62 574 478 322 574 333 478 322 574 313 62 127 62 71\nFore\n574 313 m 1\n 62 71 l 1\n 62 127 l 1\n 478 322 l 1\n 62 517 l 1\n 62 574 l 1\n 574 333 l 1\n 574 313 l 1\n574 38 m 1\n 574 38 563 -112 423 -112 c 0\n 314 -112 286 -3 197 -3 c 0\n 114 -3 82 -90 82 -92 c 1\n 62 -83 l 1\n 62 -83 88 49 216 49 c 0\n 315 49 356 -61 443 -61 c 0\n 532 -61 555 46 555 48 c 1\n 574 38 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2274\nEncoding: 8820 8820 2446\nWidth: 636\nFlags: W\nHStem: -112 51<423 443>\nDStem: 62 312 158 323 273 213 292 260 187 -4 238 -12 124 -162 178 -162 273 213 319 192 208 48 259 41 319 192 338 238 574 71 574 128 354 414 420 445 292 260 338 238 381 483 354 414 62 332 158 323 458 676 512 676 381 483 447 514 574 574 574 518 447 514 420 445\nFore\n574 38 m 1\n 574 38 563 -112 423 -112 c 0\n 333 -112 298 -37 238 -12 c 1\n 178 -162 l 1\n 124 -162 l 1\n 187 -4 l 1\n 111 -11 82 -91 82 -92 c 1\n 62 -83 l 1\n 62 -83 87 43 208 48 c 1\n 273 213 l 1\n 62 312 l 1\n 62 332 l 1\n 381 483 l 1\n 458 676 l 1\n 512 676 l 1\n 447 514 l 1\n 574 574 l 1\n 574 518 l 1\n 420 445 l 1\n 338 238 l 1\n 574 128 l 1\n 574 71 l 1\n 319 192 l 1\n 259 41 l 1\n 329 17 370 -61 443 -61 c 0\n 532 -61 555 46 555 48 c 1\n 574 39 l 1\n 574 38 l 1\n354 414 m 1\n 158 323 l 1\n 292 260 l 1\n 354 414 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2275\nEncoding: 8821 8821 2447\nWidth: 636\nFlags: W\nHStem: -112 51<423 443>\nDStem: 62 517 62 574 342 386 361 433 187 -4 238 -12 124 -162 178 -162 253 161 319 193 208 48 259 41 280 230 253 161 62 127 62 71 342 386 388 365 280 230 347 261 388 365 407 411 478 323 574 333 458 676 512 676 361 433 407 411 478 323 574 313 347 261 319 193\nFore\n574 38 m 1\n 574 38 563 -112 423 -112 c 0\n 333 -112 298 -37 238 -12 c 1\n 178 -162 l 1\n 124 -162 l 1\n 187 -4 l 1\n 111 -11 82 -91 82 -92 c 1\n 62 -83 l 1\n 62 -83 87 43 208 48 c 1\n 253 161 l 1\n 62 71 l 1\n 62 127 l 1\n 280 230 l 1\n 342 386 l 1\n 62 517 l 1\n 62 574 l 1\n 361 433 l 1\n 458 676 l 1\n 512 676 l 1\n 407 411 l 1\n 574 333 l 1\n 574 313 l 1\n 319 193 l 1\n 259 41 l 1\n 329 17 370 -61 443 -61 c 0\n 532 -61 555 46 555 48 c 1\n 574 39 l 1\n 574 38 l 1\n478 323 m 1\n 388 365 l 1\n 347 261 l 1\n 478 323 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2276\nEncoding: 8822 8822 2448\nWidth: 636\nFlags: W\nDStem: 62 391 175 401 574 205 574 256 62 259 62 309 461 115 574 125 62 391 175 401 574 205 574 256 62 259 62 309 461 115 574 125 461 115 574 105 62 -30 62 -81 574 595 574 545 62 411 175 401\nFore\n574 205 m 1\n 62 391 l 1\n 62 411 l 1\n 574 595 l 1\n 574 545 l 1\n 175 401 l 1\n 574 256 l 1\n 574 205 l 1\n574 105 m 1\n 62 -81 l 1\n 62 -30 l 1\n 461 115 l 1\n 62 259 l 1\n 62 309 l 1\n 574 125 l 1\n 574 105 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2277\nEncoding: 8823 8823 2449\nWidth: 636\nFlags: W\nDStem: 62 545 62 595 461 401 574 411 62 105 175 115 574 -81 574 -30 461 401 574 391 62 256 62 205 574 309 574 259 62 125 175 115\nFore\n574 391 m 1\n 62 205 l 1\n 62 256 l 1\n 461 401 l 1\n 62 545 l 1\n 62 595 l 1\n 574 411 l 1\n 574 391 l 1\n574 -81 m 1\n 62 105 l 1\n 62 125 l 1\n 574 309 l 1\n 574 259 l 1\n 175 115 l 1\n 574 -30 l 1\n 574 -81 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2278\nEncoding: 8824 8824 2450\nWidth: 636\nFlags: W\nDStem: 62 391 175 401 309 301 326 346 62 259 62 309 263 186 280 230 172 -41 235 -18 124 -162 178 -162 263 186 310 169 196 19 259 42 309 301 356 284 280 230 328 214 310 169 328 214 461 115 574 125 356 284 374 329 574 205 574 256 378 474 441 497 326 346 374 329 401 533 378 474 62 411 175 401 458 676 512 676 401 533 464 555 461 115 574 105 259 42 235 -18\nFore\n574 105 m 1\n 235 -18 l 1\n 178 -162 l 1\n 124 -162 l 1\n 172 -41 l 1\n 62 -81 l 1\n 62 -30 l 1\n 196 19 l 1\n 263 186 l 1\n 62 259 l 1\n 62 309 l 1\n 280 230 l 1\n 309 301 l 1\n 62 391 l 1\n 62 411 l 1\n 401 533 l 1\n 458 676 l 1\n 512 676 l 1\n 464 555 l 1\n 574 595 l 1\n 574 545 l 1\n 441 497 l 1\n 374 329 l 1\n 574 256 l 1\n 574 205 l 1\n 356 284 l 1\n 328 214 l 1\n 574 125 l 1\n 574 105 l 1\n378 474 m 1\n 175 401 l 1\n 326 346 l 1\n 378 474 l 1\n461 115 m 1\n 310 169 l 1\n 259 42 l 1\n 461 115 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2279\nEncoding: 8825 8825 2451\nWidth: 636\nFlags: W\nDStem: 62 545 62 595 363 437 380 481 62 105 175 115 209 52 227 96 209 52 256 34 124 -162 178 -162 244 140 307 163 227 96 274 79 256 34 274 79 574 -81 574 -30 268 199 244 140 62 125 175 115 306 293 369 316 268 199 331 222 329 353 306 293 62 256 62 205 363 437 410 419 329 353 392 376 410 419 427 464 461 401 574 411 458 676 512 676 380 481 427 464 461 401 574 391 392 376 369 316 574 309 574 259 331 222 307 163\nFore\n574 -81 m 1\n 256 34 l 1\n 178 -162 l 1\n 124 -162 l 1\n 209 52 l 1\n 62 105 l 1\n 62 125 l 1\n 268 199 l 1\n 306 293 l 1\n 62 205 l 1\n 62 256 l 1\n 329 353 l 1\n 363 437 l 1\n 62 545 l 1\n 62 595 l 1\n 380 481 l 1\n 458 676 l 1\n 512 676 l 1\n 427 464 l 1\n 574 411 l 1\n 574 391 l 1\n 369 316 l 1\n 331 222 l 1\n 574 309 l 1\n 574 259 l 1\n 307 163 l 1\n 274 79 l 1\n 574 -30 l 1\n 574 -81 l 1\n461 401 m 1\n 410 419 l 1\n 392 376 l 1\n 461 401 l 1\n244 140 m 1\n 175 115 l 1\n 227 96 l 1\n 244 140 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni227A\nEncoding: 8826 8826 2452\nWidth: 636\nFlags: W\nFore\n574 -13 m 1\n 574 -13 477 177 62 243 c 1\n 62 268 l 1\n 477 334 574 523 574 525 c 2\n 574 448 l 1\n 574 448 476 313 215 257 c 1\n 215 257 l 1\n 476 201 574 64 574 64 c 1\n 574 -13 l 1\nEndSplineSet\nEndChar\nStartChar: uni227B\nEncoding: 8827 8827 2453\nWidth: 636\nFlags: W\nFore\n574 244 m 1\n 159 178 62 -11 62 -13 c 2\n 62 64 l 1\n 62 64 160 200 421 256 c 1\n 421 256 l 1\n 160 312 62 448 62 448 c 1\n 62 525 l 1\n 62 525 159 335 574 269 c 1\n 574 244 l 1\nEndSplineSet\nEndChar\nStartChar: uni227C\nEncoding: 8828 8828 2454\nWidth: 636\nFlags: W\nHStem: -58 53<63 573>\nVStem: 62 153<322 323> 62 512<-57 -6>\nFore\n574 53 m 1\n 574 53 477 243 62 309 c 1\n 62 334 l 1\n 477 400 574 589 574 590 c 2\n 574 514 l 2\n 574 513 476 378 215 323 c 1\n 215 322 l 1\n 476 266 574 130 574 129 c 2\n 574 53 l 1\n574 -58 m 1\n 62 -58 l 1\n 62 -5 l 1\n 574 -5 l 1\n 574 -58 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni227D\nEncoding: 8829 8829 2455\nWidth: 636\nFlags: W\nHStem: -58 53<63 573>\nVStem: 62 512<-57 -6> 421 153<321 322>\nFore\n574 309 m 1\n 159 243 62 54 62 53 c 2\n 62 129 l 2\n 62 130 160 266 421 321 c 1\n 421 322 l 1\n 160 378 62 513 62 514 c 2\n 62 590 l 1\n 62 590 159 400 574 334 c 1\n 574 309 l 1\n574 -58 m 1\n 62 -58 l 1\n 62 -5 l 1\n 574 -5 l 1\n 574 -58 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni227E\nEncoding: 8830 8830 2456\nWidth: 636\nFlags: W\nHStem: -112 51<423 443> -3 51.0897<198 206>\nVStem: 62 153<322 323>\nFore\n574 53 m 1\n 574 53 477 243 62 309 c 1\n 62 334 l 1\n 477 400 574 589 574 590 c 2\n 574 514 l 2\n 574 513 476 378 215 323 c 1\n 215 322 l 1\n 476 266 574 130 574 129 c 2\n 574 53 l 1\n574 38 m 1\n 574 38 563 -112 423 -112 c 0\n 314 -112 286 -3 197 -3 c 0\n 114 -3 82 -90 82 -92 c 1\n 62 -83 l 1\n 62 -83 88 49 216 49 c 0\n 315 49 356 -61 443 -61 c 0\n 532 -61 555 46 555 48 c 1\n 574 38 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni227F\nEncoding: 8831 8831 2457\nWidth: 636\nFlags: W\nHStem: -112 51<423 443> -3 51.0897<198 206>\nVStem: 421 153<321 322>\nFore\n574 309 m 1\n 159 243 62 54 62 53 c 2\n 62 129 l 2\n 62 130 160 266 421 321 c 1\n 421 322 l 1\n 160 378 62 513 62 514 c 2\n 62 590 l 1\n 62 590 159 400 574 334 c 1\n 574 309 l 1\n574 38 m 1\n 574 38 563 -112 423 -112 c 0\n 314 -112 286 -3 197 -3 c 0\n 114 -3 82 -90 82 -92 c 1\n 62 -83 l 1\n 62 -83 88 49 216 49 c 0\n 315 49 356 -61 443 -61 c 0\n 532 -61 555 46 555 48 c 1\n 574 38 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2280\nEncoding: 8832 8832 2458\nWidth: 636\nFlags: W\nDStem: 266 195 313 177 148 -102 202 -102 300 279 363 302 284 238 331 223 434 616 488 616 324 339 390 370\nFore\n574 -13 m 1\n 574 -12 l 1\n 574 -12 519 96 313 177 c 1\n 202 -102 l 1\n 148 -102 l 1\n 266 195 l 1\n 209 214 141 231 62 243 c 1\n 62 268 l 1\n 169 286 255 311 324 339 c 1\n 434 616 l 1\n 488 616 l 1\n 390 370 l 1\n 533 444 574 525 574 525 c 1\n 574 448 l 1\n 574 448 514 365 363 302 c 1\n 331 223 l 1\n 506 159 574 64 574 64 c 1\n 574 -13 l 1\n300 279 m 1\n 274 271 245 263 215 256 c 1\n 215 256 l 1\n 239 250 262 245 284 238 c 1\n 300 279 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni2281\nEncoding: 8833 8833 2459\nWidth: 636\nFlags: W\nDStem: 245 142 311 173 148 -102 202 -102 304 290 352 274 272 210 335 233 434 616 488 616 322 335 369 318\nFore\n574 244 m 1\n 466 226 380 201 311 173 c 1\n 202 -102 l 1\n 148 -102 l 1\n 245 142 l 1\n 103 68 62 -12 62 -13 c 2\n 62 64 l 1\n 62 64 122 147 272 210 c 1\n 304 290 l 1\n 130 354 62 448 62 448 c 1\n 62 525 l 1\n 62 525 117 417 322 335 c 1\n 434 616 l 1\n 488 616 l 1\n 369 318 l 1\n 427 298 495 281 574 269 c 1\n 574 244 l 1\n421 256 m 1\n 397 262 373 268 352 274 c 1\n 335 233 l 1\n 362 241 390 249 421 256 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: propersubset\nEncoding: 8834 8834 2460\nWidth: 636\nFlags: W\nHStem: 8 50<276 583> 456 50<276 583>\nVStem: 52 50<248 264>\nFore\n584 8 m 1\n 298 8 l 2\n 159 8 52 124 52 257 c 128\n 52 390 159 506 298 506 c 2\n 584 506 l 1\n 584 456 l 1\n 294 456 l 2\n 185 456 102 363 102 257 c 0\n 102 145 197 58 294 58 c 2\n 584 58 l 1\n 584 8 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: propersuperset\nEncoding: 8835 8835 2461\nWidth: 636\nFlags: W\nHStem: 8 50<53 356> 456 50<53 356>\nVStem: 534 50<248 264>\nFore\n584 257 m 0\n 584 124 477 8 338 8 c 2\n 52 8 l 1\n 52 58 l 1\n 342 58 l 2\n 439 58 534 145 534 257 c 0\n 534 363 451 456 342 456 c 2\n 52 456 l 1\n 52 506 l 1\n 338 506 l 2\n 477 506 584 390 584 257 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: notsubset\nEncoding: 8836 8836 2462\nWidth: 636\nFlags: W\nHStem: 8 50<292 583> 456 50<276 369 445 583> 456 160<434 444>\nVStem: 52 50<250 266>\nDStem: 200 29 248 13 148 -102 202 -102 370 456 424 456 219 75 267 60 434 616 488 616 390 506 444 506\nFore\n584 8 m 1\n 298 8 l 2\n 281 8 264 10 248 13 c 1\n 202 -102 l 1\n 148 -102 l 1\n 200 29 l 1\n 112 68 52 158 52 257 c 0\n 52 390 159 506 298 506 c 2\n 390 506 l 1\n 434 616 l 1\n 488 616 l 1\n 444 506 l 1\n 584 506 l 1\n 584 456 l 1\n 424 456 l 1\n 267 60 l 1\n 276 59 285 58 294 58 c 2\n 584 58 l 1\n 584 8 l 1\n370 456 m 1\n 294 456 l 2\n 185 456 102 363 102 257 c 0\n 102 175 153 106 219 75 c 1\n 370 456 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni2285\nEncoding: 8837 8837 2463\nWidth: 636\nFlags: W\nHStem: 8 50<53 191 267 356> 456 50<53 356>\nVStem: 534 50<250 266>\nDStem: 192 8 246 8 148 -102 202 -102 369 454 418 440 212 58 266 58 434 616 488 616 388 501 436 485\nFore\n584 257 m 0\n 584 124 477 8 338 8 c 2\n 246 8 l 1\n 202 -102 l 1\n 148 -102 l 1\n 192 8 l 1\n 52 8 l 1\n 52 58 l 1\n 212 58 l 1\n 369 454 l 1\n 361 455 351 456 342 456 c 2\n 52 456 l 1\n 52 506 l 1\n 338 506 l 2\n 355 506 372 504 388 501 c 1\n 434 616 l 1\n 488 616 l 1\n 436 485 l 1\n 524 446 584 356 584 257 c 0\n534 257 m 0\n 534 337 487 409 418 440 c 1\n 266 58 l 1\n 342 58 l 2\n 439 58 534 145 534 257 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: reflexsubset\nEncoding: 8838 8838 2464\nWidth: 636\nFlags: W\nHStem: -58 53<78 583> 73 51<276 583> 522 50<276 583>\nVStem: 52 50<310 342> 77 507<-57 -6>\nFore\n584 74 m 1\n 298 73 l 2\n 159 73 52 189 52 322 c 128\n 52 455 159 572 298 572 c 2\n 584 572 l 1\n 584 522 l 1\n 294 522 l 2\n 185 522 102 429 102 323 c 0\n 102 211 197 124 294 124 c 2\n 584 124 l 1\n 584 74 l 1\n584 -58 m 1\n 77 -58 l 1\n 77 -5 l 1\n 584 -5 l 1\n 584 -58 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: reflexsuperset\nEncoding: 8839 8839 2465\nWidth: 636\nFlags: W\nHStem: -58 53<53 558> 73 50<53 356> 521 51<53 356>\nVStem: 52 507<-57 -6> 534 50<310 342>\nFore\n584 323 m 0\n 584 190 477 73 338 73 c 2\n 52 73 l 1\n 52 123 l 1\n 342 123 l 2\n 439 123 534 210 534 322 c 0\n 534 428 451 521 342 521 c 2\n 52 521 l 1\n 52 572 l 1\n 338 572 l 2\n 477 572 584 456 584 323 c 0\n559 -58 m 1\n 52 -58 l 1\n 52 -5 l 1\n 559 -5 l 1\n 559 -58 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2288\nEncoding: 8840 8840 2466\nWidth: 636\nFlags: W\nHStem: -58 52<78 165 241 583> 74 50<292 583> 522 49<276 395 471 583> 522 154<458 470>\nVStem: 52 50<302.411 334> 77 507<-57 -6>\nDStem: 166 -58 220 -57 124 -162 178 -162 223 85 272 75 186 -6 240 -5 396 522 450 522 241 132 292 124 458 676 512 676 416 571 470 572\nFore\n584 -58 m 1\n 220 -57 l 1\n 178 -162 l 1\n 124 -162 l 1\n 166 -58 l 1\n 77 -58 l 1\n 77 -6 l 1\n 186 -6 l 1\n 223 85 l 1\n 122 118 52 215 52 322 c 0\n 52 456 159 571 298 571 c 2\n 416 571 l 1\n 458 676 l 1\n 512 676 l 1\n 470 572 l 1\n 584 572 l 1\n 584 522 l 1\n 450 522 l 1\n 292 124 l 1\n 294 124 l 1\n 584 124 l 1\n 584 74 l 1\n 298 74 l 2\n 289 74 281 74 272 75 c 1\n 240 -5 l 1\n 584 -5 l 1\n 584 -58 l 1\n396 522 m 1\n 294 522 l 2\n 185 522 102 429 102 323 c 0\n 102 231 165 156 241 132 c 1\n 396 522 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2289\nEncoding: 8841 8841 2467\nWidth: 636\nFlags: W\nHStem: -58 52<53 165 241 558> 73 50<53 217 293 356> 521 51<53 356>\nVStem: 52 507<-57 -6> 534 50<301.778 334>\nDStem: 166 -58 220 -57 124 -162 178 -162 218 73 272 74 186 -6 240 -5 394 514 439 494 238 123 292 123 458 676 512 676 412 560 458 540\nFore\n584 323 m 0\n 584 189 477 74 338 74 c 2\n 272 74 l 1\n 240 -5 l 1\n 559 -5 l 1\n 559 -57 l 1\n 220 -57 l 1\n 178 -162 l 1\n 124 -162 l 1\n 166 -58 l 1\n 52 -58 l 1\n 52 -6 l 1\n 186 -6 l 1\n 218 73 l 1\n 52 73 l 1\n 52 123 l 1\n 238 123 l 1\n 394 514 l 1\n 377 519 360 521 342 521 c 2\n 52 521 l 1\n 52 572 l 1\n 338 572 l 2\n 364 572 389 567 412 560 c 1\n 458 676 l 1\n 512 676 l 1\n 458 540 l 1\n 534 497 584 413 584 323 c 0\n534 322 m 0\n 534 393 497 459 439 494 c 1\n 292 123 l 1\n 342 123 l 2\n 439 123 534 209 534 322 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni228A\nEncoding: 8842 8842 2468\nWidth: 636\nFlags: W\nHStem: -58 52<78 259 377 583> -58 103<355 376> 73 51<276 583> 522 50<276 583>\nVStem: 52 50<308 340> 77 507<-57 -6>\nDStem: 355 45 423 45 309 -6 376 -5\nFore\n584 74 m 1\n 298 73 l 2\n 159 73 52 189 52 322 c 128\n 52 455 159 572 298 572 c 2\n 584 572 l 1\n 584 522 l 1\n 294 522 l 2\n 185 522 102 429 102 323 c 0\n 102 211 197 124 294 124 c 2\n 584 124 l 1\n 584 74 l 1\n584 -58 m 1\n 327 -57 l 1\n 281 -108 l 1\n 213 -108 l 1\n 260 -58 l 1\n 77 -58 l 1\n 77 -6 l 1\n 309 -6 l 1\n 355 45 l 1\n 423 45 l 1\n 376 -5 l 1\n 584 -5 l 1\n 584 -58 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni228B\nEncoding: 8843 8843 2469\nWidth: 636\nFlags: W\nHStem: -58 52<53 259 377 558> -58 103<355 376> 73 50<53 357> 521 51<53 357>\nVStem: 52 507<-57 -6> 534 50<308 340>\nDStem: 355 45 423 45 309 -6 376 -5\nFore\n584 323 m 0\n 584 190 477 73 338 73 c 2\n 52 73 l 1\n 52 123 l 1\n 342 123 l 2\n 439 123 534 210 534 322 c 0\n 534 428 451 521 342 521 c 2\n 52 521 l 1\n 52 572 l 1\n 338 572 l 2\n 477 572 584 456 584 323 c 0\n559 -58 m 1\n 327 -57 l 1\n 281 -108 l 1\n 213 -108 l 1\n 260 -58 l 1\n 52 -58 l 1\n 52 -6 l 1\n 309 -6 l 1\n 355 45 l 1\n 423 45 l 1\n 376 -5 l 1\n 559 -5 l 1\n 559 -58 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni228C\nEncoding: 8844 8844 2470\nWidth: 654\nFlags: W\nHStem: 0 51<318 334> 318 42<289 436>\nVStem: 62 51<256 572> 541 51<256 572>\nFore\n592 264 m 2\n 592 115 470 0 328 0 c 128\n 186 0 62 115 62 264 c 2\n 62 573 l 1\n 113 573 l 1\n 113 260 l 2\n 113 141 212 51 327 51 c 0\n 448 51 541 154 541 260 c 2\n 541 573 l 1\n 592 573 l 1\n 592 264 l 2\n437 318 m 1\n 288 318 l 1\n 377 210 l 1\n 354 185 l 1\n 207 338 l 1\n 354 493 l 1\n 377 468 l 1\n 288 360 l 1\n 437 360 l 1\n 437 318 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni228D\nEncoding: 8845 8845 2471\nWidth: 654\nFlags: W\nHStem: 0 51<318 334> 230 202<318 334>\nVStem: 62 51<256 572> 228 202<320 336> 541 51<256 572>\nFore\n328 432 m 0\n 386 432 430 387 430 330 c 0\n 430 276 384 230 329 230 c 0\n 273 230 228 275 228 332 c 0\n 228 387 272 432 328 432 c 0\n592 264 m 2\n 592 115 470 0 328 0 c 128\n 186 0 62 115 62 264 c 2\n 62 573 l 1\n 113 573 l 1\n 113 260 l 2\n 113 141 212 51 327 51 c 0\n 448 51 541 154 541 260 c 2\n 541 573 l 1\n 592 573 l 1\n 592 264 l 2\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni228E\nEncoding: 8846 8846 2472\nWidth: 654\nFlags: W\nHStem: 0 51<318 334> 307 51<175 301 354 479>\nVStem: 62 51<256 572> 302 51<190 307 358 487> 541 51<256 572>\nFore\n480 307 m 1\n 353 307 l 1\n 353 189 l 1\n 302 189 l 1\n 302 307 l 1\n 174 307 l 1\n 174 358 l 5\n 301 358 l 1\n 301 488 l 1\n 352 488 l 1\n 352 358 l 1\n 480 358 l 1\n 480 307 l 1\n592 264 m 2\n 592 115 470 0 328 0 c 128\n 186 0 62 115 62 264 c 2\n 62 573 l 1\n 113 573 l 1\n 113 260 l 2\n 113 141 212 51 327 51 c 0\n 448 51 541 154 541 260 c 2\n 541 573 l 1\n 592 573 l 1\n 592 264 l 2\nEndSplineSet\nMinimumDistance: x12,-1 x8,10 y10,8 y10,9 y1,3 y1,2 x7,5 x7,6 x1,11 x1,0 \nEndChar\nStartChar: uni228F\nEncoding: 8847 8847 2473\nWidth: 636\nFlags: W\nHStem: 8 52<103 583> 456 50<103 583>\nVStem: 52 50<60 456>\nFore\n584 8 m 1\n 52 8 l 1\n 52 506 l 1\n 584 506 l 1\n 584 456 l 1\n 102 456 l 1\n 102 60 l 1\n 584 60 l 1\n 584 8 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x6,0 x6,7 x5,3 x5,4 \nEndChar\nStartChar: uni2290\nEncoding: 8848 8848 2474\nWidth: 636\nFlags: W\nHStem: 8 52<53 533> 456 50<53 533>\nVStem: 534 50<61 455>\nFore\n584 8 m 1\n 52 8 l 1\n 52 60 l 5\n 534 60 l 1\n 534 456 l 1\n 52 456 l 1\n 52 506 l 1\n 584 506 l 1\n 584 8 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x3,1 x3,2 \nEndChar\nStartChar: uni2291\nEncoding: 8849 8849 2475\nWidth: 636\nFlags: W\nHStem: -58 53<54 583> 75 53<103 583> 522 50<103 583>\nVStem: 52 50<128 522> 53 531<-57 -6 76 127 523 571>\nFore\n584 76 m 1\n 52 75 l 1\n 52 572 l 1\n 584 572 l 1\n 584 522 l 1\n 102 522 l 1\n 102 128 l 1\n 584 128 l 1\n 584 76 l 1\n584 -58 m 1\n 53 -58 l 1\n 53 -5 l 1\n 584 -5 l 1\n 584 -58 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,6 x6,0 x6,7 x5,3 x5,4 \nEndChar\nStartChar: uni2292\nEncoding: 8850 8850 2476\nWidth: 636\nFlags: W\nHStem: -58 53<53 582> 75 52<53 533> 521 51<53 533>\nVStem: 52 531<-57 -6 76 127 521 571> 534 50<128 520>\nFore\n584 76 m 1\n 52 75 l 1\n 52 127 l 1\n 534 127 l 1\n 534 521 l 1\n 52 521 l 1\n 52 572 l 1\n 584 572 l 1\n 584 76 l 1\n583 -58 m 1\n 52 -58 l 1\n 52 -5 l 1\n 583 -5 l 1\n 583 -58 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x3,1 x3,2 \nEndChar\nStartChar: uni2293\nEncoding: 8851 8851 2477\nWidth: 654\nFlags: W\nHStem: 0 21G<62 113 541 592> 496 51<114 540>\nVStem: 62 51<1 495> 541 51<1 495>\nFore\n592 0 m 1\n 541 0 l 1\n 541 496 l 1\n 113 496 l 1\n 113 0 l 1\n 62 0 l 1\n 62 547 l 1\n 592 547 l 1\n 592 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 y2,0 y2,1 \nEndChar\nStartChar: uni2294\nEncoding: 8852 8852 2478\nWidth: 654\nFlags: W\nHStem: 0 51<113 541>\nVStem: 62 51<52 546> 541 51<52 546>\nFore\n592 0 m 1\n 62 0 l 1\n 62 547 l 1\n 113 547 l 1\n 113 51 l 1\n 541 51 l 1\n 541 547 l 1\n 592 547 l 1\n 592 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,2 y4,3 \nEndChar\nStartChar: circleplus\nEncoding: 8853 8853 2479\nWidth: 636\nFlags: W\nHStem: 235 45<64 295 341 572>\nVStem: 296 44<3 234 281 511>\nFore\n619 257 m 0\n 619 91 484 -44 318 -44 c 128\n 152 -44 17 91 17 257 c 128\n 17 423 152 558 318 558 c 128\n 484 558 619 423 619 257 c 0\n573 280 m 1\n 562 404 463 501 340 512 c 1\n 340 280 l 1\n 573 280 l 1\n296 512 m 1\n 172 501 74 403 63 280 c 1\n 295 280 l 1\n 296 512 l 1\n573 234 m 1\n 340 235 l 1\n 340 2 l 1\n 463 13 562 111 573 234 c 1\n296 2 m 1\n 296 235 l 1\n 63 235 l 1\n 74 111 172 13 296 2 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2296\nEncoding: 8854 8854 2480\nWidth: 636\nFlags: W\nHStem: -44 45<305 337> 234 46<64 572> 513 45<305 337>\nVStem: 17 602<235 280>\nFore\n619 257 m 0\n 619 91 484 -44 318 -44 c 128\n 152 -44 17 91 17 257 c 128\n 17 423 152 558 318 558 c 128\n 484 558 619 423 619 257 c 0\n573 280 m 1\n 561 411 450 513 318 513 c 0\n 185 513 74 410 63 280 c 1\n 573 280 l 1\n573 234 m 1\n 63 235 l 1\n 74 104 185 1 318 1 c 0\n 450 1 561 104 573 234 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: circlemultiply\nEncoding: 8855 8855 2481\nWidth: 636\nFlags: W\nHStem: -44 45<305 337> 513 45<305 337>\nVStem: 17 45<244 276> 574 45<244 276>\nDStem: 122 421 154 453 286 257 318 289 286 257 318 225 122 93 154 61 318 225 350 257 482 61 514 93 482 453 514 421 318 289 350 257\nFore\n619 257 m 0\n 619 91 484 -44 318 -44 c 128\n 152 -44 17 91 17 257 c 128\n 17 423 152 558 318 558 c 128\n 484 558 619 423 619 257 c 0\n482 453 m 1\n 437 490 380 513 318 513 c 128\n 256 513 198 490 154 453 c 1\n 318 289 l 1\n 482 453 l 1\n574 257 m 0\n 574 319 551 377 514 421 c 1\n 350 257 l 1\n 514 93 l 1\n 551 137 574 195 574 257 c 0\n286 257 m 1\n 122 421 l 1\n 85 377 62 319 62 257 c 128\n 62 195 85 137 122 93 c 1\n 286 257 l 1\n482 61 m 1\n 318 225 l 1\n 154 61 l 1\n 198 24 256 1 318 1 c 128\n 380 1 437 24 482 61 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2298\nEncoding: 8856 8856 2482\nWidth: 636\nFlags: W\nHStem: -44 45<305 337> 513 45<305 337>\nVStem: 17 45<244 276> 574 45<244 276>\nDStem: 482 453 514 421 122 93 154 61\nFore\n619 257 m 0\n 619 91 484 -44 318 -44 c 128\n 152 -44 17 91 17 257 c 128\n 17 423 152 558 318 558 c 128\n 484 558 619 423 619 257 c 0\n482 453 m 1\n 437 490 380 513 318 513 c 0\n 177 513 62 398 62 257 c 0\n 62 195 85 137 122 93 c 1\n 482 453 l 1\n574 257 m 0\n 574 319 551 377 514 421 c 1\n 154 61 l 1\n 198 24 256 1 318 1 c 0\n 458 1 574 116 574 257 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2299\nEncoding: 8857 8857 2483\nWidth: 636\nFlags: W\nHStem: -44 45<305 337> 203 111<316 321> 513 45<305 337>\nVStem: 17 45<244 276> 262 111<246.352 260> 574 45<244 276>\nFore\n619 257 m 0\n 619 91 484 -44 318 -44 c 128\n 152 -44 17 91 17 257 c 128\n 17 423 152 558 318 558 c 128\n 484 558 619 423 619 257 c 0\n574 257 m 0\n 574 398 458 513 318 513 c 0\n 177 513 62 398 62 257 c 128\n 62 116 177 1 318 1 c 0\n 458 1 574 116 574 257 c 0\n373 257 m 0\n 373 220 339 203 318 203 c 128\n 297 203 262 219 262 257 c 0\n 262 289 287 314 317 314 c 128\n 347 314 373 288 373 257 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni229A\nEncoding: 8858 8858 2484\nWidth: 636\nFlags: W\nHStem: -44 45<305 337> 108 45<305 321> 361 45<305 321> 513 45<305 337>\nVStem: 17 45<244 276> 168 45<244 260> 423 45<244 260> 574 45<244 276>\nFore\n619 257 m 0\n 619 91 484 -44 318 -44 c 128\n 152 -44 17 91 17 257 c 128\n 17 423 152 558 318 558 c 128\n 484 558 619 423 619 257 c 0\n574 257 m 0\n 574 397 458 513 318 513 c 0\n 177 513 62 398 62 257 c 128\n 62 116 177 1 318 1 c 0\n 458 1 574 117 574 257 c 0\n468 257 m 1\n 468 175 401 108 319 108 c 0\n 236 108 168 174 168 257 c 128\n 168 340 236 406 318 406 c 128\n 400 406 467 339 467 257 c 1\n 468 257 l 1\n423 257 m 0\n 423 314 376 361 318 361 c 128\n 260 361 213 316 213 257 c 128\n 213 198 260 153 318 153 c 128\n 376 153 423 199 423 257 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni229B\nEncoding: 8859 8859 2485\nWidth: 636\nFlags: W\nHStem: -44 45<302 337> 63 387<311 325> 513 45<302 337>\nVStem: 17 45<242 276> 286 68<404 420> 311 15<228 242 270.062 288.664> 574 45<242 276>\nFore\n619 257 m 0\n 619 91 484 -44 318 -44 c 128\n 152 -44 17 91 17 257 c 128\n 17 423 152 558 318 558 c 128\n 484 558 619 423 619 257 c 0\n574 257 m 0\n 574 398 458 513 318 513 c 0\n 177 513 62 398 62 257 c 128\n 62 116 177 1 318 1 c 0\n 458 1 574 116 574 257 c 0\n492 334 m 1\n 492 321 484 312 474 306 c 0\n 444 289 381 285 333 257 c 1\n 376 232 445 221 471 204 c 0\n 481 198 491 189 491 176 c 0\n 491 158 475 141 457 141 c 0\n 437 141 358 225 326 243 c 1\n 326 190 350 138 350 97 c 0\n 350 78 338 63 318 63 c 128\n 298 63 282 77 282 97 c 0\n 282 132 311 188 311 243 c 1\n 281 226 200 145 177 145 c 0\n 159 145 144 161 144 179 c 0\n 144 192 152 201 162 208 c 0\n 182 221 260 233 303 257 c 1\n 264 279 145 303 145 338 c 0\n 145 356 161 373 179 373 c 0\n 200 373 278 289 311 270 c 1\n 311 324 286 377 286 416 c 0\n 286 436 298 450 318 450 c 0\n 339 450 354 437 354 416 c 0\n 354 382 325 326 325 270 c 1\n 354 287 436 369 459 369 c 0\n 477 369 491 351 491 334 c 1\n 492 334 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni229C\nEncoding: 8860 8860 2486\nWidth: 636\nFlags: W\nHStem: -44 45<305 337> 174 46<138 498> 294 46<138 498> 513 45<305 337>\nVStem: 17 45<244 276> 137 362<175 219 295 339> 574 45<244 276>\nFore\n499 174 m 1\n 137 174 l 1\n 137 220 l 1\n 499 220 l 1\n 499 174 l 1\n619 257 m 0\n 619 91 484 -44 318 -44 c 128\n 152 -44 17 91 17 257 c 128\n 17 423 152 558 318 558 c 128\n 484 558 619 423 619 257 c 0\n574 257 m 0\n 574 398 458 513 318 513 c 0\n 177 513 62 398 62 257 c 128\n 62 116 177 1 318 1 c 0\n 458 1 574 116 574 257 c 0\n499 294 m 1\n 137 294 l 1\n 137 340 l 1\n 499 340 l 1\n 499 294 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni229D\nEncoding: 8861 8861 2487\nWidth: 636\nFlags: W\nHStem: -44 45<305 337> 234 46<123 513> 513 45<305 337>\nVStem: 17 45<235 279> 122 392<235 279> 574 45<235 279>\nFore\n619 257 m 0\n 619 91 484 -44 318 -44 c 128\n 152 -44 17 91 17 257 c 128\n 17 423 152 558 318 558 c 128\n 484 558 619 423 619 257 c 0\n574 257 m 0\n 574 398 458 513 318 513 c 0\n 177 513 62 398 62 257 c 128\n 62 116 177 1 318 1 c 0\n 458 1 574 116 574 257 c 0\n514 234 m 1\n 122 234 l 1\n 122 280 l 1\n 514 280 l 1\n 514 234 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni229E\nEncoding: 8862 8862 2488\nWidth: 636\nFlags: W\nHStem: 0 56<118 289 347 518> 229 56<118 289 347 518> 458 56<118 289 347 518>\nVStem: 61 56<57 228 286 457> 290 56<57 228 286 457> 519 56<57 228 286 457>\nFore\n575 0 m 1\n 61 0 l 1\n 61 514 l 1\n 575 514 l 1\n 575 0 l 1\n519 285 m 1\n 519 458 l 1\n 346 458 l 1\n 346 285 l 1\n 519 285 l 1\n290 285 m 1\n 290 458 l 1\n 117 458 l 1\n 117 285 l 1\n 290 285 l 1\n519 56 m 1\n 519 229 l 1\n 346 229 l 1\n 346 56 l 1\n 519 56 l 1\n290 56 m 1\n 290 229 l 1\n 117 229 l 1\n 117 56 l 1\n 290 56 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni229F\nEncoding: 8863 8863 2489\nWidth: 636\nFlags: W\nHStem: 0 56<118 518> 229 56<118 518> 458 56<118 518>\nVStem: 61 56<57 228 286 457> 519 56<57 228 286 457>\nFore\n575 0 m 1\n 61 0 l 1\n 61 514 l 1\n 575 514 l 1\n 575 0 l 1\n519 285 m 1\n 519 458 l 1\n 117 458 l 1\n 117 285 l 1\n 519 285 l 1\n519 56 m 1\n 519 229 l 1\n 117 229 l 1\n 117 56 l 1\n 519 56 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22A0\nEncoding: 8864 8864 2490\nWidth: 636\nFlags: W\nHStem: 0 56<158 478> 458 56<158 478>\nVStem: 61 56<97 417> 519 56<97 417>\nDStem: 117 418 157 458 278 257 318 297 278 257 318 217 117 96 157 56 318 217 358 257 479 56 519 96 479 458 519 418 318 297 358 257\nFore\n575 0 m 1\n 61 0 l 1\n 61 514 l 1\n 575 514 l 1\n 575 0 l 1\n479 458 m 1\n 157 458 l 1\n 318 297 l 1\n 479 458 l 1\n519 96 m 1\n 519 418 l 1\n 358 257 l 1\n 519 96 l 1\n278 257 m 1\n 117 418 l 1\n 117 96 l 1\n 278 257 l 1\n479 56 m 1\n 318 217 l 1\n 157 56 l 1\n 479 56 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22A1\nEncoding: 8865 8865 2491\nWidth: 636\nFlags: W\nHStem: 0 56<118 518> 199 116<316 320> 458 56<118 518>\nVStem: 61 56<57 457> 260 115<245.239 258> 519 56<57 457>\nFore\n575 0 m 1\n 61 0 l 1\n 61 514 l 1\n 575 514 l 1\n 575 0 l 1\n519 56 m 1\n 519 458 l 1\n 117 458 l 1\n 117 56 l 1\n 519 56 l 1\n375 256 m 0\n 375 224 349 199 318 199 c 0\n 286 199 260 224 260 256 c 0\n 260 289 285 315 317 315 c 128\n 349 315 375 288 375 256 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22A2\nEncoding: 8866 8866 2492\nWidth: 466\nFlags: W\nHStem: 0 21G<62 118> 229 56<118 403>\nVStem: 62 56<1 229 285 513> 62 342<230 284>\nFore\n404 229 m 1\n 118 229 l 1\n 118 0 l 1\n 62 0 l 1\n 62 514 l 1\n 118 514 l 1\n 118 285 l 1\n 404 285 l 1\n 404 229 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,4 y6,5 y1,3 y1,2 x1,7 x1,0 \nEndChar\nStartChar: uni22A3\nEncoding: 8867 8867 2493\nWidth: 466\nFlags: W\nHStem: 0 21G<348 404> 229 56<63 348>\nVStem: 348 56<1 228 286 513>\nFore\n404 0 m 1\n 348 0 l 1\n 348 229 l 1\n 62 229 l 1\n 62 285 l 1\n 348 285 l 1\n 348 514 l 1\n 404 514 l 1\n 404 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,0 y2,1 x5,3 x5,4 \nEndChar\nStartChar: uni22A4\nEncoding: 8868 8868 2494\nWidth: 712\nFlags: W\nHStem: 0 21G<328 384> 494 56<63 327 385 649>\nVStem: 328 56<1 494>\nFore\n650 494 m 1\n 384 494 l 1\n 384 0 l 1\n 328 0 l 1\n 328 494 l 1\n 62 494 l 1\n 62 550 l 1\n 650 550 l 1\n 650 494 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y1,3 y1,2 x1,7 x1,0 \nEndChar\nStartChar: perpendicular\nEncoding: 8869 8869 2495\nWidth: 712\nFlags: W\nHStem: 0 56<63 328 384 649> 0 550<329 383>\nVStem: 328 56<56 549>\nFore\n650 0 m 1\n 62 0 l 1\n 62 56 l 1\n 328 56 l 1\n 328 550 l 1\n 384 550 l 1\n 384 56 l 1\n 650 56 l 1\n 650 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,4 y6,5 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni22A7\nEncoding: 8871 8871 2496\nWidth: 466\nFlags: W\nHStem: 0 21G<62 118> 128 56<119 403> 331 56<118 403>\nVStem: 62 56<1 128 184 331 387 513> 62 342<129 183 332 386>\nFore\n404 128 m 1\n 118 128 l 1\n 118 0 l 1\n 62 0 l 1\n 62 514 l 1\n 118 514 l 1\n 118 387 l 1\n 404 387 l 1\n 404 331 l 1\n 118 331 l 1\n 118 184 l 1\n 404 184 l 1\n 404 128 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,4 y6,5 y1,3 y1,2 x6,8 x6,7 x1,11 x1,0 \nEndChar\nStartChar: uni22A9\nEncoding: 8873 8873 2497\nWidth: 588\nFlags: W\nHStem: 229 56<240 525>\nVStem: 62 56<1 513> 184 56<1 229 285 513> 184 342<230 284>\nFore\n526 229 m 1\n 240 229 l 1\n 240 0 l 1\n 184 0 l 1\n 184 514 l 1\n 240 514 l 1\n 240 285 l 1\n 526 285 l 1\n 526 229 l 1\n118 0 m 1\n 62 0 l 1\n 62 514 l 1\n 118 514 l 1\n 118 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,4 y6,5 y1,3 y1,2 x1,7 x1,0 \nEndChar\nStartChar: uni22AA\nEncoding: 8874 8874 2498\nWidth: 710\nFlags: W\nHStem: 0 514<63 117 185 239 307 362> 229 56<362 647>\nVStem: 62 56<1 513> 184 56<1 513> 306 56<1 229 285 513> 306 342<230 284>\nFore\n648 229 m 1\n 362 229 l 1\n 362 0 l 1\n 306 0 l 1\n 306 514 l 1\n 362 514 l 1\n 362 285 l 1\n 648 285 l 1\n 648 229 l 1\n240 0 m 1\n 184 0 l 1\n 184 514 l 1\n 240 514 l 1\n 240 0 l 1\n118 0 m 1\n 62 0 l 1\n 62 514 l 1\n 118 514 l 1\n 118 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,4 y6,5 y1,3 y1,2 x1,7 x1,0 \nEndChar\nStartChar: uni22AB\nEncoding: 8875 8875 2499\nWidth: 588\nFlags: W\nHStem: 128 56<241 525> 331 56<240 525>\nVStem: 62 56<1 513> 184 56<1 128 184 331 387 513> 184 342<129 183 332 386>\nFore\n526 128 m 1\n 240 128 l 1\n 240 0 l 1\n 184 0 l 1\n 184 514 l 1\n 240 514 l 1\n 240 387 l 1\n 526 387 l 1\n 526 331 l 1\n 240 331 l 1\n 240 184 l 1\n 526 184 l 1\n 526 128 l 1\n118 0 m 1\n 62 0 l 1\n 62 514 l 1\n 118 514 l 1\n 118 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y6,4 y6,5 y1,3 y1,2 x6,8 x6,7 x1,11 x1,0 \nEndChar\nStartChar: uni22AC\nEncoding: 8876 8876 2500\nWidth: 466\nFlags: W\nHStem: 229 56<118 125 235 403>\nVStem: 62 56<1 55 219 228 286 513> 62 342<229 285>\nDStem: 62 143 62 56 -45 0 20 0 126 229 192 229 118 218 118 131 337 512 404 512 168 285 234 285\nFore\n404 229 m 1\n 192 229 l 1\n 118 131 l 1\n 118 0 l 1\n 62 0 l 1\n 62 56 l 1\n 20 0 l 1\n -45 0 l 1\n 62 143 l 1\n 62 514 l 1\n 118 514 l 1\n 118 285 l 1\n 168 285 l 1\n 337 512 l 1\n 404 512 l 1\n 234 285 l 1\n 404 285 l 1\n 404 229 l 1\n126 229 m 1\n 118 229 l 1\n 118 218 l 1\n 126 229 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y11,9 y11,10 \nEndChar\nStartChar: uni22AD\nEncoding: 8877 8877 2501\nWidth: 466\nFlags: W\nHStem: 0 21G<-45 20 62 118> 128 56<159 403> 331 56<118 201 311 403>\nVStem: 62 56<1 55 219 330 388 513> 62 342<143 184 331 387>\nDStem: 62 143 62 56 -45 0 20 0 202 331 268 331 118 218 158 184 337 512 404 512 244 387 310 387\nFore\n404 128 m 1\n 118 128 l 1\n 118 0 l 1\n 62 0 l 1\n 62 56 l 1\n 20 0 l 1\n -45 0 l 1\n 62 143 l 1\n 62 514 l 1\n 118 514 l 1\n 118 387 l 1\n 244 387 l 1\n 337 512 l 1\n 404 512 l 1\n 310 387 l 1\n 404 387 l 1\n 404 331 l 1\n 268 331 l 1\n 158 184 l 1\n 404 184 l 1\n 404 128 l 1\n202 331 m 1\n 118 331 l 1\n 118 218 l 1\n 202 331 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y10,8 y10,9 y1,3 y1,2 x1,19 x1,0 \nEndChar\nStartChar: uni22AE\nEncoding: 8878 8878 2502\nWidth: 588\nFlags: W\nHStem: 0 514<62 118 184 240> 229 56<307 525>\nVStem: 62 56<1 32 170 513> 184 56<1 158 296 513> 184 342<237 285>\nDStem: 62 111 62 33 -45 0 30 0 449 512 526 512 240 295 306 285\nFore\n526 229 m 1\n 252 229 l 1\n 240 217 l 1\n 240 0 l 1\n 184 0 l 1\n 184 159 l 1\n 118 91 l 1\n 118 0 l 1\n 62 0 l 1\n 62 33 l 1\n 30 0 l 1\n -45 0 l 1\n 62 111 l 1\n 62 514 l 1\n 118 514 l 1\n 118 169 l 1\n 184 237 l 1\n 184 514 l 1\n 240 514 l 1\n 240 295 l 1\n 449 512 l 1\n 526 512 l 1\n 306 285 l 1\n 526 285 l 1\n 526 229 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22AF\nEncoding: 8879 8879 2503\nWidth: 588\nFlags: W\nHStem: 0 514<62 118 184 240> 128 56<241 525> 331 56<240 273 406 525>\nVStem: 62 56<1 32 170 513> 184 56<1 128 296 330 388 513> 184 342<129 158 331 387>\nDStem: 62 111 62 33 -45 0 30 0 274 331 351 331 240 295 240 217 449 512 526 512 328 387 405 387\nFore\n526 128 m 1\n 240 128 l 1\n 240 0 l 1\n 184 0 l 1\n 184 159 l 1\n 118 91 l 1\n 118 0 l 1\n 62 0 l 1\n 62 33 l 1\n 30 0 l 1\n -45 0 l 1\n 62 111 l 1\n 62 514 l 1\n 118 514 l 1\n 118 169 l 1\n 184 237 l 1\n 184 514 l 1\n 240 514 l 1\n 240 387 l 1\n 328 387 l 1\n 449 512 l 1\n 526 512 l 1\n 405 387 l 1\n 526 387 l 1\n 526 331 l 1\n 351 331 l 1\n 240 217 l 1\n 240 184 l 1\n 526 184 l 1\n 526 128 l 1\n274 331 m 1\n 240 331 l 1\n 240 295 l 1\n 274 331 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y18,16 y18,17 y1,3 y1,2 x1,28 x1,0 \nEndChar\nStartChar: uni22B2\nEncoding: 8882 8882 2504\nWidth: 636\nFlags: W\nVStem: 524 50<86 428>\nDStem: 62 247 158 257 574 6 524 85 574 508 524 429 62 267 158 257\nFore\n574 6 m 1\n 62 247 l 1\n 62 267 l 1\n 574 508 l 1\n 574 6 l 1\n524 85 m 1\n 524 429 l 1\n 158 257 l 1\n 524 85 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22B3\nEncoding: 8883 8883 2505\nWidth: 636\nFlags: W\nVStem: 62 50<86 428>\nDStem: 112 429 62 508 478 257 574 267 478 257 574 247 112 85 62 6\nFore\n574 247 m 1\n 62 6 l 1\n 62 508 l 1\n 574 267 l 1\n 574 247 l 1\n478 257 m 1\n 112 429 l 1\n 112 85 l 1\n 478 257 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22B4\nEncoding: 8884 8884 2506\nWidth: 636\nFlags: W\nHStem: -58 53<63 573>\nVStem: 524 50<152 493>\nDStem: 62 312 158 323 574 72 524 151 574 574 524 494 62 332 158 323\nFore\n574 72 m 1\n 62 312 l 1\n 62 332 l 1\n 574 574 l 1\n 574 72 l 1\n574 -58 m 1\n 62 -58 l 1\n 62 -5 l 1\n 574 -5 l 1\n 574 -58 l 1\n524 151 m 1\n 524 494 l 1\n 158 323 l 1\n 524 151 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22B5\nEncoding: 8885 8885 2507\nWidth: 636\nFlags: W\nHStem: -58 53<63 573>\nVStem: 62 50<152 493> 62 512<-57 -6>\nDStem: 112 494 62 574 478 323 574 333 478 323 574 313 112 151 62 71\nFore\n574 313 m 1\n 62 71 l 1\n 62 574 l 1\n 574 333 l 1\n 574 313 l 1\n574 -58 m 1\n 62 -58 l 1\n 62 -5 l 1\n 574 -5 l 1\n 574 -58 l 1\n478 323 m 1\n 112 494 l 1\n 112 151 l 1\n 478 323 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22B6\nEncoding: 8886 8886 2508\nWidth: 1296\nFlags: W\nHStem: 89 50<222 238> 229 56<396 900> 374 50<222 238>\nVStem: 62 50<249 265> 348 886<249 265>\nFore\n1234 256 m 0\n 1234 163 1159 89 1066 89 c 0\n 982 89 913 149 900 229 c 1\n 396 229 l 1\n 383 149 313 89 230 89 c 0\n 136 89 62 163 62 256 c 128\n 62 349 136 424 230 424 c 0\n 313 424 382 364 395 285 c 1\n 901 285 l 1\n 914 364 982 424 1066 424 c 0\n 1159 424 1234 349 1234 256 c 0\n348 256 m 0\n 348 321 295 374 230 374 c 0\n 164 374 112 321 112 256 c 128\n 112 191 164 139 230 139 c 0\n 295 139 348 191 348 256 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22B7\nEncoding: 8887 8887 2509\nWidth: 1296\nFlags: W\nHStem: 89 50<1054 1070> 229 56<396 900> 374 50<1054 1070>\nVStem: 62 886<249 265> 1184 50<249 265>\nFore\n1234 256 m 0\n 1234 163 1159 89 1066 89 c 0\n 982 89 913 149 900 229 c 1\n 396 229 l 1\n 383 149 313 89 230 89 c 0\n 136 89 62 163 62 256 c 128\n 62 349 136 424 230 424 c 0\n 313 424 382 364 395 285 c 1\n 901 285 l 1\n 914 364 982 424 1066 424 c 0\n 1159 424 1234 349 1234 256 c 0\n1184 256 m 0\n 1184 321 1131 374 1066 374 c 0\n 1000 374 948 321 948 256 c 128\n 948 191 1000 139 1066 139 c 0\n 1131 139 1184 191 1184 256 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22B8\nEncoding: 8888 8888 2510\nWidth: 966\nFlags: W\nHStem: 89 50<720.224 750> 229 56<63 570> 374 50<720.317 750>\nVStem: 62 556<249 265> 854 50<249 265>\nFore\n904 256 m 0\n 904 163 829 89 736 89 c 0\n 652 89 583 149 570 229 c 1\n 62 229 l 1\n 62 285 l 1\n 571 285 l 1\n 584 364 652 424 736 424 c 0\n 829 424 904 349 904 256 c 0\n854 256 m 0\n 854 321 801 374 736 374 c 0\n 670 374 618 321 618 256 c 128\n 618 191 670 139 736 139 c 0\n 801 139 854 191 854 256 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22BB\nEncoding: 8891 8891 2511\nWidth: 654\nFlags: W\nHStem: 0 52<63 591> 681 20G<62 119 535 592>\nVStem: 62 530<1 51>\nDStem: 62 701 119 701 318 146 326 246 535 701 592 701 326 246 335 146\nFore\n592 701 m 1\n 335 146 l 1\n 318 146 l 1\n 62 701 l 1\n 119 701 l 1\n 326 246 l 1\n 535 701 l 1\n 592 701 l 1\n592 0 m 1\n 62 0 l 1\n 62 52 l 1\n 592 52 l 1\n 592 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22BC\nEncoding: 8892 8892 2512\nWidth: 654\nFlags: W\nHStem: 0 21G<62 119 535 592> 649 52<63 591>\nVStem: 62 530<650 700>\nDStem: 319 555 328 455 62 0 119 0 328 455 336 555 535 0 592 0\nFore\n592 649 m 1\n 62 649 l 1\n 62 701 l 1\n 592 701 l 1\n 592 649 l 1\n592 0 m 1\n 535 0 l 1\n 328 455 l 1\n 119 0 l 1\n 62 0 l 1\n 319 555 l 1\n 336 555 l 1\n 592 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22BD\nEncoding: 8893 8893 2513\nWidth: 654\nFlags: W\nHStem: 0 21G<319 336> 649 52<63 591>\nVStem: 62 530<650 700>\nDStem: 62 555 119 555 319 0 328 100 535 555 592 555 328 100 336 0\nFore\n592 649 m 1\n 62 649 l 1\n 62 701 l 1\n 592 701 l 1\n 592 649 l 1\n592 555 m 1\n 336 0 l 1\n 319 0 l 1\n 62 555 l 1\n 119 555 l 1\n 328 100 l 1\n 535 555 l 1\n 592 555 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22C0\nEncoding: 8896 8896 2514\nWidth: 654\nFlags: W\nHStem: 0 21<62 119 535 592>\nDStem: 319 556 328 456 62 0 119 0 328 456 336 556 535 0 592 0\nRef: 8743 8743 N 1 0 0 1 0 0\nEndChar\nStartChar: uni22C1\nEncoding: 8897 8897 2515\nWidth: 654\nFlags: W\nHStem: 0 21<319 336>\nDStem: 62 556 119 556 319 0 328 100 535 556 592 556 328 100 336 0\nRef: 8744 8744 N 1 0 0 1 0 0\nEndChar\nStartChar: uni22C2\nEncoding: 8898 8898 2516\nWidth: 654\nFlags: W\nHStem: 0 21<62 113 541 592> 522 51<318 334>\nVStem: 62 51<1 320> 541 51<1 320>\nRef: 8745 8745 N 1 0 0 1 0 0\nEndChar\nStartChar: uni22C3\nEncoding: 8899 8899 2517\nWidth: 654\nFlags: W\nHStem: 0 51<318 334>\nVStem: 62 51<256 572> 541 51<256 572>\nRef: 8746 8746 N 1 0 0 1 0 0\nEndChar\nStartChar: uni22C4\nEncoding: 8900 8900 2518\nWidth: 512\nFlags: W\nDStem: 42 257 103 257 256 34 256 95 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 256 419 256 480 409 257 470 257 256 480 256 419 42 257 103 257 409 257 470 257 256 95 256 34\nFore\n470 257 m 1\n 256 34 l 1\n 42 257 l 1\n 256 480 l 1\n 470 257 l 1\n409 257 m 1\n 256 419 l 1\n 103 257 l 1\n 256 95 l 1\n 409 257 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: dotmath\nEncoding: 8901 8901 2519\nWidth: 250\nFlags: W\nHStem: 210 100<117 121>\nVStem: 69 100<258 262>\nFore\n169 260 m 4\n 169 232 146 210 119 210 c 4\n 91 210 69 232 69 260 c 4\n 69 287 91 310 119 310 c 4\n 146 310 169 287 169 260 c 4\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22C6\nEncoding: 8902 8902 2520\nWidth: 471\nVWidth: 2048\nFlags: W\nFore\n64 310 m 1\n 194 310 l 1\n 235 434 l 1\n 276 310 l 1\n 406 310 l 1\n 300 234 l 1\n 340 109 l 1\n 235 186 l 1\n 130 109 l 1\n 170 234 l 1\n 64 310 l 1\nEndSplineSet\nEndChar\nStartChar: uni22C7\nEncoding: 8903 8903 2521\nWidth: 629\nFlags: W\nHStem: -29 99<313 317> 229 56<63 233 393 573> 449 99<313 317>\nVStem: 62 512<229 285> 266 99<9.03679 21 487.037 499>\nDStem: 57 478 94 515 249.127 285 315 293 249.127 229 315 221 57 36 94 -1 315 221 380.873 229 536 -1 573 36 536 515 573 478 315 293 380.873 285\nFore\n315 449 m 0\n 296 449 266 463 266 497 c 0\n 266 526 288 548 315 548 c 128\n 342 548 365 525 365 497 c 0\n 365 464 334 449 315 449 c 0\n315 -29 m 0\n 296 -29 266 -15 266 19 c 0\n 266 48 288 70 315 70 c 128\n 342 70 365 47 365 19 c 0\n 365 -14 334 -29 315 -29 c 0\n249.127 285 m 1\n 57 478 l 1\n 94 515 l 1\n 315 293 l 1\n 536 515 l 1\n 573 478 l 1\n 380.873 285 l 1\n 574 285 l 1\n 574 229 l 1\n 380.873 229 l 1\n 573 36 l 1\n 536 -1 l 1\n 315 221 l 1\n 94 -1 l 1\n 57 36 l 1\n 249.127 229 l 1\n 62 229 l 1\n 62 285 l 1\n 249.127 285 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni22C8\nEncoding: 8904 8904 2522\nWidth: 722\nFlags: W\nHStem: 47 590<79 85 636 639>\nVStem: 63 40<116 567> 617 40<116 567>\nDStem: 103 568 97 631 332 342 360 370 332 342 360 313 103 115 97 52 360 313 389 342 623 52 617 115 623 631 617 568 360 370 389 342\nFore\n97 52 m 2\n 94 49 89 47 83 47 c 0\n 72 47 63 56 63 67 c 2\n 63 617 l 2\n 63 627 73 637 83 637 c 0\n 89 637 94 635 97 631 c 1\n 360 370 l 1\n 623 631 l 2\n 627 635 632 637 637 637 c 0\n 647 637 657 627 657 617 c 2\n 657 67 l 2\n 657 56 648 47 637 47 c 0\n 632 47 627 49 623 52 c 2\n 360 313 l 1\n 97 52 l 2\n617 115 m 1\n 617 568 l 1\n 389 342 l 1\n 617 115 l 1\n103 568 m 1\n 103 115 l 1\n 332 342 l 1\n 103 568 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni22CB\nEncoding: 8907 8907 2523\nWidth: 816\nFlags: W\nDStem: 52 644 86 678 374 322 764 0 374 322 408 288 52 0 86 -34 408 288 86 678 730 -34 764 0\nFore\n764 0 m 1\n 730 -34 l 1\n 408 288 l 1\n 86 -34 l 1\n 52 0 l 1\n 374 322 l 1\n 52 644 l 1\n 86 678 l 1\n 764 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22CC\nEncoding: 8908 8908 2524\nWidth: 816\nFlags: W\nDStem: 408 288 442 322 730 -34 764 0 730 678 764 644 52 0 442 322 730 678 408 288 52 0 86 -34\nFore\n764 0 m 1\n 730 -34 l 1\n 408 288 l 1\n 86 -34 l 1\n 52 0 l 1\n 730 678 l 1\n 764 644 l 1\n 442 322 l 1\n 764 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22CD\nEncoding: 8909 8909 2525\nWidth: 636\nFlags: W\nHStem: 127 57<63 571> 278.978 50.0218<192 194> 387 51.7591<430 440>\nVStem: 62 510<128 183>\nFore\n62 429 m 1\n 82 438 l 1\n 98 381 127 329 192 329 c 0\n 266 329 333 439 420 439 c 128\n 507 439 552 386 574 306 c 1\n 554 298 l 1\n 532 349 498 387 439 387 c 0\n 365 387 306 278 212 278 c 0\n 116 278 76 341 62 429 c 1\n572 127 m 1\n 62 127 l 1\n 62 184 l 1\n 572 184 l 1\n 572 127 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni22CE\nEncoding: 8910 8910 2526\nWidth: 636\nFlags: W\nFore\n587 514 m 1\n 437 438 353 149 330 2 c 1\n 305 2 l 1\n 282 147 199 439 50 514 c 1\n 126 514 l 1\n 226 442 294 268 318 155 c 1\n 342 268 410 442 510 514 c 1\n 587 514 l 1\nEndSplineSet\nEndChar\nStartChar: uni22CF\nEncoding: 8911 8911 2527\nWidth: 636\nFlags: W\nFore\n587 2 m 1\n 510 2 l 1\n 410 74 342 248 318 361 c 1\n 294 248 226 74 126 2 c 1\n 50 2 l 1\n 199 77 282 369 305 514 c 1\n 330 514 l 1\n 353 367 437 78 587 2 c 1\nEndSplineSet\nEndChar\nStartChar: uni22D0\nEncoding: 8912 8912 2528\nWidth: 636\nFlags: W\nHStem: 8 50<276 583> 132 50<300 583> 332 50<299 583> 456 50<276 583>\nVStem: 52 50<248 264> 186 51<248 264>\nFore\n584 132 m 1\n 312 132 l 2\n 241 132 186 190 186 257 c 0\n 186 323 241 382 312 382 c 2\n 584 382 l 1\n 584 332 l 1\n 311 332 l 2\n 269 332 237 298 237 257 c 0\n 237 215 273 182 311 182 c 2\n 584 182 l 1\n 584 132 l 1\n584 8 m 1\n 298 8 l 2\n 159 8 52 124 52 257 c 128\n 52 390 159 506 298 506 c 2\n 584 506 l 1\n 584 456 l 1\n 294 456 l 2\n 185 456 102 363 102 257 c 0\n 102 145 197 58 294 58 c 2\n 584 58 l 1\n 584 8 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni22D1\nEncoding: 8913 8913 2529\nWidth: 636\nFlags: W\nHStem: 8 50<53 356> 132 50<53 337> 330 52<53 327> 456 50<53 356>\nVStem: 399 51<248 264> 534 50<248 264>\nFore\n584 257 m 0\n 584 124 477 8 338 8 c 2\n 52 8 l 1\n 52 58 l 1\n 342 58 l 2\n 439 58 534 145 534 257 c 0\n 534 363 451 456 342 456 c 2\n 52 456 l 1\n 52 506 l 1\n 338 506 l 2\n 477 506 584 390 584 257 c 0\n450 257 m 0\n 450 191 395 132 324 132 c 2\n 52 132 l 1\n 52 182 l 1\n 325 182 l 2\n 367 182 399 216 399 257 c 0\n 399 299 363 330 325 330 c 2\n 52 330 l 1\n 52 382 l 1\n 324 382 l 2\n 395 382 450 324 450 257 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22D2\nEncoding: 8914 8914 2530\nWidth: 654\nFlags: W\nHStem: 0 21G<62 113 179 229 425 475 541 592> 396 51<318 334> 522 51<318 334>\nVStem: 62 51<1 320> 179 50<1 313> 425 50<1 314> 541 51<1 320>\nFore\n592 0 m 1\n 541 0 l 1\n 541 313 l 2\n 541 432 442 522 327 522 c 0\n 206 522 113 419 113 313 c 2\n 113 0 l 1\n 62 0 l 1\n 62 309 l 2\n 62 458 184 573 326 573 c 128\n 468 573 592 458 592 309 c 2\n 592 0 l 1\n475 0 m 1\n 425 0 l 1\n 425 300 l 2\n 425 355 380 396 327 396 c 0\n 272 396 229 349 229 300 c 2\n 229 0 l 1\n 179 0 l 1\n 179 298 l 2\n 179 382 247 447 326 447 c 0\n 406 447 475 382 475 298 c 2\n 475 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22D3\nEncoding: 8915 8915 2531\nWidth: 654\nFlags: W\nHStem: 0 51<318 334> 126 51<318 334>\nVStem: 62 51<256 572> 179 50<259 572> 425 50<261 572> 541 51<256 572>\nFore\n475 275 m 2\n 475 191 407 126 328 126 c 0\n 248 126 179 191 179 275 c 2\n 179 573 l 1\n 229 573 l 1\n 229 273 l 2\n 229 218 274 177 327 177 c 0\n 382 177 425 225 425 273 c 2\n 425 573 l 1\n 475 573 l 1\n 475 275 l 2\n592 264 m 2\n 592 115 470 0 328 0 c 128\n 186 0 62 115 62 264 c 2\n 62 573 l 1\n 113 573 l 1\n 113 260 l 2\n 113 141 212 51 327 51 c 0\n 448 51 541 154 541 260 c 2\n 541 573 l 1\n 592 573 l 1\n 592 264 l 2\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni22D4\nEncoding: 8916 8916 2532\nWidth: 654\nFlags: W\nHStem: 0 732<299 354>\nVStem: 62 51<1 320> 299 56<1 519 572 731> 541 51<1 320>\nFore\n592 0 m 1\n 541 0 l 1\n 541 313 l 2\n 541 411 462 506 355 520 c 1\n 355 0 l 1\n 299 0 l 1\n 299 520 l 1\n 196 507 113 422 113 313 c 2\n 113 0 l 1\n 62 0 l 1\n 62 309 l 2\n 62 448 169 557 298 571 c 1\n 298 732 l 1\n 354 732 l 1\n 354 572 l 1\n 485 558 592 449 592 309 c 2\n 592 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22D5\nEncoding: 8917 8917 2533\nWidth: 636\nFlags: W\nHStem: 127 56<63 237 279 357 399 573> 330 56<63 238 278 358 398 573>\nVStem: 238 40<-13 126 184 329 387 675> 358 40<-13 127 183 330 386 675>\nFore\n398 183 m 1\n 574 183 l 1\n 574 127 l 1\n 398 127 l 1\n 398 -14 l 5\n 358 -14 l 5\n 358 127 l 1\n 278 127 l 1\n 278 -14 l 5\n 238 -14 l 5\n 238 127 l 1\n 62 127 l 1\n 62 183 l 1\n 238 183 l 1\n 238 330 l 1\n 62 330 l 1\n 62 386 l 1\n 238 386 l 1\n 238 676 l 5\n 278 676 l 5\n 278 386 l 1\n 358 386 l 1\n 358 676 l 5\n 398 676 l 5\n 398 386 l 1\n 574 386 l 1\n 574 330 l 1\n 398 330 l 1\n 398 183 l 1\n358 183 m 1\n 358 330 l 1\n 278 330 l 1\n 278 183 l 1\n 358 183 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y21,23 y21,22 y17,19 y17,18 y7,9 y7,8 y3,5 y3,4 x24,26 x24,25 x0,2 x0,1 x14,16 x14,15 x10,12 x10,11 \nEndChar\nStartChar: uni22D6\nEncoding: 8918 8918 2534\nWidth: 636\nFlags: W\nHStem: 204 106<446 453>\nVStem: 398 106<247 267>\nDStem: 62 247 158 257 574 5 574 61 574 508 574 452 62 267 158 257\nFore\n504 257 m 0\n 504 227 480 204 451 204 c 0\n 421 204 398 227 398 257 c 0\n 398 286 421 310 451 310 c 0\n 480 310 504 286 504 257 c 0\n574 5 m 1\n 62 247 l 1\n 62 267 l 1\n 574 508 l 1\n 574 452 l 1\n 158 257 l 1\n 574 61 l 1\n 574 5 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni22D7\nEncoding: 8919 8919 2535\nWidth: 636\nFlags: W\nHStem: 204 106<174.508 190>\nVStem: 132 106<247 267>\nDStem: 62 452 62 508 478 257 574 267 478 257 574 247 62 61 62 5\nFore\n574 247 m 1\n 62 5 l 1\n 62 61 l 1\n 478 257 l 1\n 62 452 l 1\n 62 508 l 1\n 574 267 l 1\n 574 247 l 1\n238 257 m 0\n 238 227 214 204 185 204 c 0\n 155 204 132 227 132 257 c 0\n 132 286 155 310 185 310 c 0\n 214 310 238 286 238 257 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22D8\nEncoding: 8920 8920 2536\nWidth: 1215\nFlags: W\nDStem: 52 248 149 258 569 6 569 62 349 248 446 258 866 6 866 62 569 509 569 453 52 268 149 258 646 248 743 258 1163 6 1163 62 866 509 866 453 349 268 446 258 1163 509 1163 453 646 268 743 258\nFore\n1163 6 m 1\n 646 248 l 1\n 646 268 l 1\n 1163 509 l 1\n 1163 453 l 1\n 743 258 l 1\n 1163 62 l 1\n 1163 6 l 1\n866 6 m 1\n 349 248 l 1\n 349 268 l 1\n 866 509 l 1\n 866 453 l 1\n 446 258 l 1\n 866 62 l 1\n 866 6 l 1\n569 6 m 1\n 52 248 l 1\n 52 268 l 1\n 569 509 l 1\n 569 453 l 1\n 149 258 l 1\n 569 62 l 1\n 569 6 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22D9\nEncoding: 8921 8921 2537\nWidth: 1215\nFlags: W\nDStem: 52 453 52 509 472 258 569 268 349 453 349 509 769 258 866 268 472 258 569 248 52 62 52 6 646 453 646 509 1066 258 1163 268 769 258 866 248 349 62 349 6 1066 258 1163 248 646 62 646 6\nFore\n1163 248 m 1\n 646 6 l 1\n 646 62 l 1\n 1066 258 l 1\n 646 453 l 1\n 646 509 l 1\n 1163 268 l 1\n 1163 248 l 1\n866 248 m 1\n 349 6 l 1\n 349 62 l 1\n 769 258 l 1\n 349 453 l 1\n 349 509 l 1\n 866 268 l 1\n 866 248 l 1\n569 248 m 1\n 52 6 l 1\n 52 62 l 1\n 472 258 l 1\n 52 453 l 1\n 52 509 l 1\n 569 268 l 1\n 569 248 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22DA\nEncoding: 8922 8922 2538\nWidth: 636\nFlags: W\nHStem: 231 52<63 573>\nVStem: 62 512<232 282>\nDStem: 62 524 175 534 574 338 574 389 62 126 62 176 461 -18 574 -8 461 -18 574 -28 62 -163 62 -214 574 728 574 678 62 544 175 534\nFore\n574 338 m 1\n 62 524 l 1\n 62 544 l 1\n 574 728 l 1\n 574 678 l 1\n 175 534 l 1\n 574 389 l 1\n 574 338 l 1\n574 231 m 1\n 62 231 l 1\n 62 283 l 1\n 574 283 l 1\n 574 231 l 1\n574 -28 m 1\n 62 -214 l 1\n 62 -163 l 1\n 461 -18 l 1\n 62 126 l 1\n 62 176 l 1\n 574 -8 l 1\n 574 -28 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22DB\nEncoding: 8923 8923 2539\nWidth: 636\nFlags: W\nHStem: 231 52<63 573>\nVStem: 62 512<232 282>\nDStem: 62 678 62 728 461 534 574 544 62 -28 175 -18 574 -214 574 -163 461 534 574 524 62 389 62 338 574 176 574 126 62 -8 175 -18\nFore\n574 524 m 1\n 62 338 l 1\n 62 389 l 1\n 461 534 l 1\n 62 678 l 1\n 62 728 l 1\n 574 544 l 1\n 574 524 l 1\n574 231 m 1\n 62 231 l 1\n 62 283 l 1\n 574 283 l 1\n 574 231 l 1\n574 -214 m 1\n 62 -28 l 1\n 62 -8 l 1\n 574 176 l 1\n 574 126 l 1\n 175 -18 l 1\n 574 -163 l 1\n 574 -214 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22DC\nEncoding: 8924 8924 2540\nWidth: 636\nFlags: W\nDStem: 62 171 158 182 574 -70 574 -13 574 584 574 528 62 342 62 286 574 433 574 377 62 191 158 182 574 584 574 528 62 342 62 286 574 433 574 377 62 191 158 182 574 584 574 528 62 342 62 286 574 433 574 377 62 191 158 182 574 584 574 528 62 342 62 286 574 433 574 377 62 191 158 182 574 584 574 528 62 342 62 286 574 433 574 377 62 191 158 182 574 584 574 528 62 342 62 286 574 433 574 377 62 191 158 182\nFore\n574 528 m 1\n 62 286 l 1\n 62 342 l 1\n 574 584 l 1\n 574 528 l 1\n574 -70 m 1\n 62 171 l 1\n 62 191 l 1\n 574 433 l 1\n 574 377 l 1\n 158 182 l 1\n 574 -13 l 1\n 574 -70 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22DD\nEncoding: 8925 8925 2541\nWidth: 636\nFlags: W\nDStem: 62 527 62 584 574 287 574 343 62 376 62 433 478 181 574 192 62 527 62 584 574 287 574 343 62 376 62 433 478 181 574 192 62 527 62 584 574 287 574 343 62 376 62 433 478 181 574 192 62 527 62 584 574 287 574 343 62 376 62 433 478 181 574 192 62 527 62 584 574 287 574 343 62 376 62 433 478 181 574 192 478 181 574 171 62 -14 62 -70\nFore\n574 287 m 1\n 62 527 l 1\n 62 584 l 1\n 574 343 l 1\n 574 287 l 1\n574 171 m 1\n 62 -70 l 1\n 62 -14 l 1\n 478 181 l 1\n 62 376 l 1\n 62 433 l 1\n 574 192 l 1\n 574 171 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22DE\nEncoding: 8926 8926 2542\nWidth: 636\nFlags: W\nVStem: 62 153<181 182>\nFore\n574 523 m 2\n 574 522 486 349 62 274 c 1\n 62 324 l 1\n 466 384 574 599 574 600 c 2\n 574 523 l 2\n574 -86 m 2\n 574 -85 477 104 62 170 c 1\n 62 195 l 1\n 477 261 574 451 574 451 c 1\n 574 375 l 2\n 574 374 476 238 215 182 c 1\n 215 181 l 1\n 476 126 574 -9 574 -10 c 2\n 574 -86 l 2\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni22DF\nEncoding: 8927 8927 2543\nWidth: 636\nFlags: W\nVStem: 421 153<181 182>\nFore\n574 274 m 1\n 150 348 62 522 62 523 c 2\n 62 600 l 1\n 62 600 170 385 574 324 c 1\n 574 274 l 1\n574 170 m 1\n 159 104 62 -85 62 -86 c 2\n 62 -10 l 2\n 62 -9 160 126 421 181 c 1\n 421 182 l 1\n 160 238 62 374 62 375 c 2\n 62 451 l 1\n 62 451 159 261 574 195 c 1\n 574 170 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22E0\nEncoding: 8928 8928 2544\nWidth: 636\nFlags: W\nVStem: 62 153<332 333>\nDStem: 247 146 294 129 148 -102 202 -102 292 261 339 242 264 190 312 173 335 367 400 394 311 306 358 289 434 616 488 616 360 430 428 466\nFore\n574 -86 m 1\n 574 -86 509 43 294 129 c 1\n 202 -102 l 1\n 148 -102 l 1\n 247 146 l 1\n 194 164 132 179 62 190 c 1\n 62 240 l 1\n 140 226 207 209 264 190 c 1\n 292 261 l 1\n 230 284 153 304 62 319 c 1\n 62 344 l 1\n 189 364 286 396 360 430 c 1\n 434 616 l 1\n 488 616 l 1\n 428 466 l 1\n 540 534 574 599 574 600 c 2\n 574 524 l 2\n 574 523 524 454 400 394 c 1\n 358 289 l 1\n 513 225 574 140 574 139 c 2\n 574 63 l 1\n 574 63 523 162 339 242 c 1\n 312 173 l 1\n 523 92 574 -8 574 -9 c 2\n 574 -86 l 1\n335 367 m 1\n 299 354 260 342 215 333 c 1\n 215 332 l 1\n 250 325 281 316 311 306 c 1\n 335 367 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni22E1\nEncoding: 8929 8929 2545\nWidth: 636\nFlags: W\nVStem: 421 153<332 333>\nDStem: 214 63 284 103 148 -102 202 -102 282 236 347 262 244 138 309 168 331 357 379 343 308 300 370 320 434 616 488 616 348 401 396 385\nFore\n574 190 m 1\n 452 172 357 139 284 103 c 1\n 202 -102 l 1\n 148 -102 l 1\n 214 63 l 1\n 100 -10 62 -85 62 -86 c 2\n 62 -9 l 2\n 62 -8 100 66 244 138 c 1\n 282 236 l 1\n 110 157 62 63 62 63 c 1\n 62 139 l 2\n 62 140 131 236 308 300 c 1\n 331 357 l 1\n 137 420 62 523 62 524 c 2\n 62 600 l 2\n 62 599 122 483 348 401 c 1\n 434 616 l 1\n 488 616 l 1\n 396 385 l 1\n 447 369 507 355 574 344 c 1\n 574 319 l 1\n 484 305 409 285 347 262 c 1\n 309 168 l 1\n 378 195 465 221 574 240 c 1\n 574 190 l 1\n421 332 m 1\n 421 333 l 1\n 407 336 393 339 379 343 c 1\n 370 320 l 1\n 386 324 403 328 421 332 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22E2\nEncoding: 8930 8930 2546\nWidth: 636\nFlags: W\nHStem: -58 52<54 165 241 583> 75 52<103 218 294 583> 522 50<103 395 471 583> 522 154<458 470>\nVStem: 52 50<128 521> 53 531<-57 -6 76 127 522 571>\nDStem: 166 -58 220 -57 124 -162 178 -162 219 75 273 76 186 -6 240 -5 396 522 450 522 239 127 293 128 458 676 512 676 416 571 470 572\nFore\n584 -58 m 1\n 220 -57 l 1\n 178 -162 l 1\n 124 -162 l 1\n 166 -58 l 1\n 53 -58 l 1\n 53 -6 l 1\n 186 -6 l 1\n 219 75 l 1\n 52 75 l 1\n 52 571 l 1\n 416 571 l 1\n 458 676 l 1\n 512 676 l 1\n 470 572 l 1\n 584 572 l 1\n 584 522 l 1\n 450 522 l 1\n 293 128 l 1\n 584 128 l 1\n 584 76 l 1\n 273 76 l 1\n 240 -5 l 1\n 584 -5 l 1\n 584 -58 l 1\n396 522 m 1\n 102 522 l 1\n 102 127 l 1\n 239 127 l 1\n 396 522 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22E3\nEncoding: 8931 8931 2547\nWidth: 636\nFlags: W\nHStem: -58 52<53 165 241 582> 75 52<53 218 294 533> 521 50<53 395 471 533> 522 154<458 470>\nVStem: 52 531<-57 -6 76 127 522 571> 534 50<129 521>\nDStem: 166 -58 220 -57 124 -162 178 -162 219 75 273 76 186 -6 240 -5 396 521 450 522 239 127 293 128 458 676 512 676 416 571 470 572\nFore\n584 76 m 1\n 273 76 l 1\n 240 -5 l 1\n 583 -5 l 1\n 583 -57 l 1\n 220 -57 l 1\n 178 -162 l 1\n 124 -162 l 1\n 166 -58 l 1\n 52 -58 l 1\n 52 -6 l 1\n 186 -6 l 1\n 219 75 l 1\n 52 75 l 1\n 52 127 l 1\n 239 127 l 1\n 396 521 l 1\n 52 521 l 1\n 52 571 l 1\n 416 571 l 1\n 458 676 l 1\n 512 676 l 1\n 470 572 l 1\n 584 572 l 1\n 584 76 l 1\n534 128 m 1\n 534 522 l 1\n 450 522 l 1\n 293 128 l 1\n 534 128 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22E4\nEncoding: 8932 8932 2548\nWidth: 636\nFlags: W\nHStem: -58 53<54 244 388 583> -58 103<355 377> 75 53<103 583> 522 50<103 583>\nVStem: 52 50<128 522> 53 531<-58 -5 76 127 523 571>\nFore\n584 76 m 1\n 52 75 l 1\n 52 572 l 1\n 584 572 l 1\n 584 522 l 1\n 102 522 l 1\n 102 128 l 1\n 584 128 l 1\n 584 76 l 1\n308.595 -5 m 1\n 355 45 l 5\n 423 45 l 1\n 376.595 -5 l 1\n 584 -5 l 1\n 584 -58 l 1\n 327.405 -58 l 1\n 281 -108 l 1\n 213 -108 l 1\n 259.405 -58 l 1\n 53 -58 l 1\n 53 -5 l 1\n 308.595 -5 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y0,6 x6,0 x6,7 x5,3 x5,4 \nEndChar\nStartChar: uni22E5\nEncoding: 8933 8933 2549\nWidth: 636\nFlags: W\nHStem: -58 53<53 244 388 582> -58 103<355 377> 75 52<53 533> 521 51<53 533>\nVStem: 52 531<-58 -5 76 127 521 571> 534 50<128 520>\nFore\n584 76 m 1\n 52 75 l 1\n 52 127 l 1\n 534 127 l 1\n 534 521 l 1\n 52 521 l 1\n 52 572 l 1\n 584 572 l 1\n 584 76 l 1\n308.595 -5 m 1\n 355 45 l 1\n 423 45 l 1\n 376.595 -5 l 1\n 583 -5 l 1\n 583 -58 l 1\n 327.405 -58 l 1\n 281 -108 l 1\n 213 -108 l 1\n 259.405 -58 l 1\n 52 -58 l 1\n 52 -5 l 1\n 308.595 -5 l 1\nEndSplineSet\nMinimumDistance: x0,-1 x4,6 x4,5 x3,1 x3,2 \nEndChar\nStartChar: uni22E6\nEncoding: 8934 8934 2550\nWidth: 636\nFlags: W\nHStem: -112 51<423 443> -3 51.0897<198 206>\nDStem: 62 312 158 323 574 72 574 128 279 -38 316 -69 213 -108 281 -108 355 45 423 45 319 6 358 -25 574 574 574 518 62 332 158 323\nFore\n574 72 m 1\n 62 312 l 1\n 62 332 l 1\n 574 574 l 1\n 574 518 l 1\n 158 323 l 1\n 574 128 l 1\n 574 72 l 1\n574 38 m 1\n 574 38 563 -112 423 -112 c 0\n 376 -112 345 -92 316 -69 c 1\n 281 -108 l 5\n 213 -108 l 5\n 279 -38 l 1\n 255 -19 230 -3 197 -3 c 0\n 114 -3 82 -90 82 -92 c 1\n 62 -83 l 1\n 62 -83 88 49 216 49 c 0\n 258 49 290 29 319 6 c 1\n 355 45 l 5\n 423 45 l 5\n 358 -25 l 1\n 383 -45 410 -61 443 -61 c 0\n 532 -61 555 46 555 48 c 1\n 574 38 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22E7\nEncoding: 8935 8935 2551\nWidth: 636\nFlags: W\nHStem: -112 51<423 443> -3 51.0897<198 206>\nDStem: 62 517 62 574 478 322 574 333 279 -38 316 -69 213 -108 281 -108 355 45 423 45 319 6 358 -25 478 322 574 313 62 127 62 71\nFore\n574 313 m 1\n 62 71 l 1\n 62 127 l 1\n 478 322 l 1\n 62 517 l 1\n 62 574 l 1\n 574 333 l 1\n 574 313 l 1\n574 38 m 1\n 574 38 563 -112 423 -112 c 0\n 376 -112 345 -92 316 -69 c 1\n 281 -108 l 1\n 213 -108 l 1\n 279 -38 l 1\n 255 -19 230 -3 197 -3 c 0\n 114 -3 82 -90 82 -92 c 1\n 62 -83 l 1\n 62 -83 88 49 216 49 c 0\n 258 49 290 29 319 6 c 1\n 355 45 l 1\n 423 45 l 1\n 358 -25 l 1\n 383 -45 410 -61 443 -61 c 0\n 532 -61 555 46 555 48 c 1\n 574 38 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22E8\nEncoding: 8936 8936 2552\nWidth: 636\nFlags: W\nHStem: -112 51<423 443> -3 51.0897<198 206>\nVStem: 62 153<322 323>\nDStem: 279 -38 316 -69 213 -108 281 -108 355 45 423 45 319 6 358 -25\nFore\n574 53 m 1\n 574 53 477 243 62 309 c 1\n 62 334 l 1\n 477 400 574 589 574 590 c 2\n 574 514 l 2\n 574 513 476 378 215 323 c 1\n 215 322 l 1\n 476 266 574 130 574 129 c 2\n 574 53 l 1\n574 38 m 1\n 574 38 563 -112 423 -112 c 0\n 376 -112 345 -92 316 -69 c 1\n 281 -108 l 1\n 213 -108 l 1\n 279 -38 l 1\n 255 -19 230 -3 197 -3 c 0\n 114 -3 82 -90 82 -92 c 1\n 62 -83 l 1\n 62 -83 88 49 216 49 c 0\n 258 49 290 29 319 6 c 1\n 355 45 l 1\n 423 45 l 1\n 358 -25 l 1\n 383 -45 410 -61 443 -61 c 0\n 532 -61 555 46 555 48 c 1\n 574 38 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni22E9\nEncoding: 8937 8937 2553\nWidth: 636\nFlags: W\nHStem: -112 51<423 443> -3 51.0897<198 206>\nVStem: 421 153<321 322>\nDStem: 279 -38 316 -69 213 -108 281 -108 355 45 423 45 319 6 358 -25\nFore\n574 309 m 1\n 159 243 62 54 62 53 c 2\n 62 129 l 2\n 62 130 160 266 421 321 c 1\n 421 322 l 1\n 160 378 62 513 62 514 c 2\n 62 590 l 1\n 62 590 159 400 574 334 c 1\n 574 309 l 1\n574 38 m 1\n 574 38 563 -112 423 -112 c 0\n 376 -112 345 -92 316 -69 c 1\n 281 -108 l 1\n 213 -108 l 1\n 279 -38 l 1\n 255 -19 230 -3 197 -3 c 0\n 114 -3 82 -90 82 -92 c 1\n 62 -83 l 1\n 62 -83 88 49 216 49 c 0\n 258 49 290 29 319 6 c 1\n 355 45 l 1\n 423 45 l 1\n 358 -25 l 1\n 383 -45 410 -61 443 -61 c 0\n 532 -61 555 46 555 48 c 1\n 574 38 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22EA\nEncoding: 8938 8938 2554\nWidth: 636\nFlags: W\nVStem: 524 50<86 428>\nDStem: 62 247 158 257 251 158 270 204 251 158 297 136 148 -102 202 -102 297 136 316 183 574 6 524 85 322 334 388 365 270 204 316 183 349 402 322 334 62 267 158 257 434 616 488 616 349 402 415 433\nFore\n574 6 m 1\n 297 136 l 1\n 202 -102 l 1\n 148 -102 l 1\n 251 158 l 1\n 62 247 l 1\n 62 267 l 1\n 349 402 l 1\n 434 616 l 1\n 488 616 l 1\n 415 433 l 1\n 574 508 l 1\n 574 6 l 1\n524 85 m 1\n 524 429 l 1\n 388 365 l 1\n 316 183 l 1\n 524 85 l 1\n322 334 m 1\n 158 257 l 1\n 270 204 l 1\n 322 334 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22EB\nEncoding: 8939 8939 2555\nWidth: 636\nFlags: W\nVStem: 62 50<86 428>\nDStem: 112 429 62 508 320 331 339 378 221 81 287 112 148 -102 202 -102 320 331 366 310 248 149 314 180 366 310 385 356 478 257 574 267 434 616 488 616 339 378 385 356 478 257 574 247 314 180 287 112\nFore\n574 247 m 1\n 287 112 l 1\n 202 -102 l 1\n 148 -102 l 1\n 221 81 l 1\n 62 6 l 1\n 62 508 l 1\n 339 378 l 1\n 434 616 l 1\n 488 616 l 1\n 385 356 l 1\n 574 267 l 1\n 574 247 l 1\n478 257 m 1\n 366 310 l 1\n 314 180 l 1\n 478 257 l 1\n320 331 m 1\n 112 429 l 1\n 112 85 l 1\n 248 149 l 1\n 320 331 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22EC\nEncoding: 8940 8940 2556\nWidth: 636\nFlags: W\nHStem: -58 52<63 165 241 573>\nVStem: 524 50<152 493>\nDStem: 62 312 158 323 273 213 292 260 166 -58 220 -57 124 -162 178 -162 273 213 319 192 186 -6 240 -5 319 192 338 238 574 71 524 151 354 414 420 445 292 260 338 238 381 483 354 414 62 332 158 323 458 676 512 676 381 483 447 514\nFore\n574 -58 m 1\n 220 -57 l 1\n 178 -162 l 1\n 124 -162 l 1\n 166 -58 l 1\n 62 -58 l 1\n 62 -6 l 1\n 186 -6 l 1\n 273 213 l 1\n 62 312 l 1\n 62 332 l 1\n 381 483 l 1\n 458 676 l 1\n 512 676 l 1\n 447 514 l 1\n 574 574 l 1\n 574 71 l 1\n 319 192 l 1\n 240 -5 l 1\n 574 -5 l 1\n 574 -58 l 1\n524 151 m 1\n 524 494 l 1\n 420 445 l 1\n 338 238 l 1\n 524 151 l 1\n354 414 m 1\n 158 323 l 1\n 292 260 l 1\n 354 414 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22ED\nEncoding: 8941 8941 2557\nWidth: 636\nFlags: W\nHStem: -58 52<63 165 241 573>\nVStem: 62 50<152 493> 62 512<-57 -6>\nDStem: 112 494 62 574 342 386 361 433 166 -58 220 -57 124 -162 178 -162 253 161 319 193 186 -6 240 -5 280 230 253 161 112 151 62 71 342 386 388 365 280 230 347 261 388 365 407 411 478 323 574 333 458 676 512 676 361 433 407 411 478 323 574 313 347 261 319 193\nFore\n574 -58 m 1\n 220 -57 l 1\n 178 -162 l 1\n 124 -162 l 1\n 166 -58 l 1\n 62 -58 l 1\n 62 -6 l 1\n 186 -6 l 1\n 253 161 l 1\n 62 71 l 1\n 62 574 l 1\n 361 433 l 1\n 458 676 l 1\n 512 676 l 1\n 407 411 l 1\n 574 333 l 1\n 574 313 l 1\n 319 193 l 1\n 240 -5 l 1\n 574 -5 l 1\n 574 -58 l 1\n478 323 m 1\n 388 365 l 1\n 347 261 l 1\n 478 323 l 1\n342 386 m 1\n 112 494 l 1\n 112 151 l 1\n 280 230 l 1\n 342 386 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22EE\nEncoding: 8942 8942 2558\nWidth: 250\nFlags: W\nHStem: 0 100<117 121> 333 100<117 121> 666 100<117 121>\nVStem: 69 100<48 52 372.978 385 705.978 720>\nFore\n119 766 m 0\n 147 766 169 743 169 716 c 0\n 169 688 147 666 119 666 c 0\n 92 666 69 688 69 716 c 0\n 69 743 92 766 119 766 c 0\n119 433 m 0\n 147 433 169 410 169 383 c 0\n 169 355 147 333 119 333 c 0\n 92 333 69 355 69 383 c 0\n 69 410 92 433 119 433 c 0\n119 100 m 0\n 147 100 169 77 169 50 c 0\n 169 22 147 0 119 0 c 0\n 92 0 69 22 69 50 c 0\n 69 77 92 100 119 100 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni22EF\nEncoding: 8943 8943 2559\nWidth: 1000\nFlags: W\nHStem: 210 100<164 168 488.978 501 821.978 836>\nVStem: 116 100<258 262> 449 100<258 262> 782 100<258 262>\nFore\n882 260 m 4\n 882 232 859 210 832 210 c 4\n 804 210 782 232 782 260 c 4\n 782 287 804 310 832 310 c 4\n 859 310 882 287 882 260 c 4\n549 260 m 0\n 549 232 526 210 499 210 c 0\n 471 210 449 232 449 260 c 0\n 449 287 471 310 499 310 c 0\n 526 310 549 287 549 260 c 0\n216 260 m 0\n 216 232 193 210 166 210 c 0\n 138 210 116 232 116 260 c 0\n 116 287 138 310 166 310 c 0\n 193 310 216 287 216 260 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22F0\nEncoding: 8944 8944 2560\nWidth: 1000\nFlags: W\nHStem: 0 100<164 168> 333 100<488.978 501> 666 100<821.978 836>\nVStem: 116 100<48 52> 449 100<372.978 385> 782 100<705.978 720>\nFore\n882 716 m 0\n 882 688 859 666 832 666 c 0\n 804 666 782 688 782 716 c 0\n 782 743 804 766 832 766 c 0\n 859 766 882 743 882 716 c 0\n549 383 m 0\n 549 355 526 333 499 333 c 0\n 471 333 449 355 449 383 c 0\n 449 410 471 433 499 433 c 0\n 526 433 549 410 549 383 c 0\n216 50 m 0\n 216 22 193 0 166 0 c 0\n 138 0 116 22 116 50 c 0\n 116 77 138 100 166 100 c 0\n 193 100 216 77 216 50 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni22F1\nEncoding: 8945 8945 2561\nWidth: 1000\nFlags: W\nHStem: 0 100<822.27 836> 333 100<489.27 501> 666 100<164 168>\nVStem: 116 100<705.978 720> 449 100<372.978 385> 782 100<48 52>\nFore\n116 716 m 0\n 116 743 139 766 166 766 c 0\n 194 766 216 743 216 716 c 0\n 216 688 194 666 166 666 c 0\n 139 666 116 688 116 716 c 0\n449 383 m 0\n 449 410 472 433 499 433 c 0\n 527 433 549 410 549 383 c 0\n 549 355 527 333 499 333 c 0\n 472 333 449 355 449 383 c 0\n782 50 m 0\n 782 77 805 100 832 100 c 0\n 860 100 882 77 882 50 c 0\n 882 22 860 0 832 0 c 0\n 805 0 782 22 782 50 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni2300\nEncoding: 8960 8960 2562\nWidth: 780\nFlags: W\nHStem: 15 40<373 405> 445 40<373 405>\nVStem: 152 40<235 267> 583 40<235 267>\nDStem: 207 98 236 70 58 -51 87 -79 511 401 539 373 236 127 264 99 688 579 716 551 539 430 567 402\nFore\n236 127 m 1\n 511 401 l 1\n 476 430 432 445 387 445 c 0\n 336 445 286 425 249 388 c 0\n 213 351 192 302 192 250 c 0\n 192 205 208 162 236 127 c 1\n221 416 m 0\n 265 461 325 485 387 485 c 0\n 443 485 497 466 539 430 c 1\n 688 579 l 2\n 692 583 697 585 702 585 c 0\n 712 585 722 575 722 565 c 0\n 722 560 720 554 716 551 c 2\n 567 402 l 1\n 603 359 623 306 623 250 c 0\n 623 119.217 515.283 15 387 15 c 0\n 332 15 278 34 236 70 c 1\n 87 -79 l 2\n 83 -83 77 -85 72 -85 c 0\n 61 -85 53 -76 53 -65 c 0\n 53 -60 54 -55 58 -51 c 2\n 207 98 l 1\n 172 141 152 194 152 250 c 0\n 152 312 177 372 221 416 c 0\n525 112 m 0\n 562 149 583 198 583 250 c 0\n 583 295 567 338 539 373 c 1\n 264 99 l 1\n 299 70 342 55 387 55 c 0\n 439 55 489 75 525 112 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni2301\nEncoding: 8961 8961 2563\nWidth: 444\nFlags: W\nHStem: -97 207<186 189> 320 40<89 353>\nVStem: 35 372<335 342> 151 206<91 95>\nDStem: 203 683 239 665 37 349 88 360 354 320 405 331 242 110 288 110\nFore\n288 110 m 1\n 337 110 l 2\n 349 110 357 102 357 90 c 0\n 357 85 356 80 352 76 c 2\n 203 -91 l 2\n 200 -94 195 -97 187 -97 c 0\n 177 -97 170 -88 168 -79 c 1\n 151 90 l 1\n 151 100 159 109 169 110 c 2\n 242 110 l 1\n 354 320 l 1\n 55 320 l 2\n 43.6953 320 35 329.768 35 340 c 0\n 35 343 36 346 37 349 c 2\n 203 683 l 1\n 207 690 214 694 221 694 c 0\n 232 694 241 684 241 674 c 0\n 241 671 240 668 239 665 c 2\n 88 360 l 1\n 387 360 l 2\n 399.256 360 407 352.007 407 340 c 0\n 407 337 406 334 405 331 c 1\n 288 110 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: revlogicalnot\nEncoding: 8976 8976 2564\nWidth: 564\nFlags: W\nHStem: 320 66<96 534>\nVStem: 30 66<108 320 320 320>\nRef: 172 172 N -1 0 0 1 564 0\nEndChar\nStartChar: uni231A\nEncoding: 8986 8986 2565\nWidth: 805\nFlags: W\nHStem: 0 40<381 424> 310 40<449 559> 620 40<381 424>\nVStem: 72 40<309 352> 382 40<377 549> 691 41<309 352>\nFore\n691 330 m 0\n 691 407 661 480 607 534 c 0\n 552 589 479 620 402 620 c 128\n 325 620 251 589 197 535 c 0\n 143 480 112 407 112 330 c 128\n 112 253 143 179 197 125 c 128\n 251 71 325 40 402 40 c 128\n 479 40 552 71 607 125 c 0\n 661 179 691 253 691 330 c 0\n169 563 m 0\n 230 625 314 660 402 660 c 0\n 489 660 573 625 635 563 c 128\n 697 501 732 417 732 330 c 0\n 732 242 697 158 635 97 c 0\n 573 35 489 0 402 0 c 0\n 314 0 230 35 169 96 c 0\n 107 158 72 242 72 330 c 0\n 72 417 107 501 169 563 c 0\n557 310 m 2\n 449 310 l 1\n 440.208 292.416 423.664 279 402 279 c 0\n 373.884 279 351 302.866 351 330 c 0\n 351 353.673 364.421 368.21 382 377 c 1\n 382 547 l 2\n 382 558 391 567 402 567 c 128\n 413 567 422 558 422 547 c 2\n 422 377 l 1\n 433.714 371.766 443.805 361.731 449 350 c 1\n 557 350 l 2\n 568 350 577 341 577 330 c 128\n 577 319 568 310 557 310 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: integraltp\nEncoding: 8992 8992 2566\nWidth: 686\nFlags: W\nVStem: 332 83<-82 333>\nFore\n415 -83 m 1\n 332 -83 l 1\n 332 274 l 2\n 332 362 336 444 346 508 c 0\n 357 579 380 665 420 740 c 0\n 470 834 539 887 561 901 c 0\n 600 925 631 926 664 915 c 0\n 686 908 710 892 715 846 c 0\n 722 776 648 750 612 782 c 0\n 568 821 604 856 612 865 c 1\n 593 874 555 867 513 816 c 0\n 460 751 430 612 422 536 c 0\n 411 436 415 362 415 275 c 2\n 415 -83 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: integralbt\nEncoding: 8993 8993 2567\nWidth: 686\nFlags: W\nVStem: 332 83<491.198 920>\nFore\n332 921 m 1\n 415 921 l 1\n 415 594 l 2\n 415 504 412 418 400 326 c 0\n 392 264 377 190 336 103 c 0\n 293 11 232 -54 178 -73 c 0\n 136 -88 90 -82 66 -63 c 0\n 43 -44 36 -14 39 12 c 0\n 44 52 78 65 104 66 c 0\n 133 67 155 48 160 21 c 0\n 166 -11 150 -20 141 -30 c 1\n 155 -30 197 -40 242 23 c 0\n 295 96 323 196 327 270 c 0\n 332 370 332 484 332 598 c 2\n 332 921 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: angleleft\nEncoding: 9001 9001 2568\nWidth: 329\nFlags: W\nDStem: 25 274 88 274 255 -198 306 -173 255 746 306 721 25 274 88 274\nFore\n306 721 m 1\n 88 274 l 1\n 306 -173 l 1\n 255 -198 l 1\n 25 274 l 1\n 255 746 l 1\n 306 721 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: angleright\nEncoding: 9002 9002 2569\nWidth: 329\nFlags: W\nDStem: 21 721 72 746 239 274 302 274 239 274 302 274 21 -173 72 -198\nFore\n302 274 m 1\n 72 -198 l 1\n 21 -173 l 1\n 239 274 l 1\n 21 721 l 1\n 72 746 l 1\n 302 274 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2347\nEncoding: 9031 9031 2570\nWidth: 777\nFlags: W\nHStem: -158 41<97 679> 230 40<164 654> 617 41<97 679>\nVStem: 55 41<-116 242 258 616> 55 617<244 256> 680 40<-116 616>\nFore\n265 83 m 1\n 234 83 l 1\n 208 151 159 208 96 243 c 1\n 96 -117 l 1\n 680 -117 l 1\n 680 617 l 1\n 96 617 l 1\n 96 257 l 1\n 159 292 208 349 234 417 c 1\n 265 417 l 1\n 243 360 208 310 163 270 c 1\n 652 270 l 2\n 665 270 672 260 672 250 c 128\n 672 240 665 230 652 230 c 2\n 163 230 l 1\n 208 190 243 140 265 83 c 1\n700 -158 m 2\n 75 -158 l 2\n 64 -158 55 -149 55 -138 c 2\n 55 638 l 2\n 55 649 64 658 75 658 c 2\n 700 658 l 2\n 711 658 720 649 720 638 c 2\n 720 -138 l 2\n 720 -149 711 -158 700 -158 c 2\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni2348\nEncoding: 9032 9032 2571\nWidth: 777\nFlags: W\nHStem: -158 41<97 679> 230 40<119 612> 617 41<97 679>\nVStem: 55 41<-116 616> 680 40<-116 242 258 616>\nFore\n613 270 m 1\n 568 310 533 360 511 417 c 1\n 542 417 l 1\n 568 349 617 292 680 257 c 1\n 680 617 l 1\n 96 617 l 1\n 96 -117 l 1\n 680 -117 l 1\n 680 243 l 1\n 617 208 568 151 542 83 c 1\n 511 83 l 1\n 533 140 568 190 613 230 c 1\n 123 230 l 2\n 110 230 103 240 103 250 c 128\n 103 260 110 270 123 270 c 2\n 613 270 l 1\n700 -158 m 2\n 75 -158 l 2\n 64 -158 55 -149 55 -138 c 2\n 55 638 l 2\n 55 649 64 658 75 658 c 2\n 700 658 l 2\n 711 658 720 649 720 638 c 2\n 720 -138 l 2\n 720 -149 711 -158 700 -158 c 2\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni2350\nEncoding: 9040 9040 2572\nWidth: 777\nFlags: W\nHStem: -158 41<97 379 397 679> 617 41<97 679>\nVStem: 55 41<-116 616> 368 40<-100 530> 680 40<-116 616>\nFore\n368 531 m 1\n 328 486 278 451 222 429 c 1\n 222 460 l 1\n 294 488 353 542 388 611 c 1\n 422 542 482 488 554 460 c 1\n 554 429 l 1\n 497 451 447 486 408 531 c 1\n 408 -99 l 2\n 408 -109 403 -115 396 -117 c 1\n 680 -117 l 1\n 680 617 l 1\n 96 617 l 1\n 96 -117 l 1\n 380 -117 l 1\n 373 -115 368 -109 368 -99 c 2\n 368 531 l 1\n700 -158 m 2\n 75 -158 l 2\n 64 -158 55 -149 55 -138 c 2\n 55 638 l 2\n 55 649 64 658 75 658 c 2\n 700 658 l 2\n 711 658 720 649 720 638 c 2\n 720 -138 l 2\n 720 -149 711 -158 700 -158 c 2\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni2357\nEncoding: 9047 9047 2573\nWidth: 777\nFlags: W\nHStem: -158 41<97 679> 617 41<97 379 397 679>\nVStem: 55 41<-116 616> 368 40<-30 601> 680 40<-116 616>\nFore\n554 71 m 1\n 554 40 l 1\n 482 12 422 -42 388 -111 c 1\n 353 -42 294 12 222 40 c 1\n 222 71 l 1\n 278 49 328 14 368 -31 c 1\n 368 599 l 2\n 368 609 373 615 380 617 c 1\n 96 617 l 1\n 96 -117 l 1\n 680 -117 l 1\n 680 617 l 1\n 396 617 l 1\n 403 615 408 609 408 599 c 2\n 408 -31 l 1\n 447 14 497 49 554 71 c 1\n700 -158 m 2\n 75 -158 l 2\n 64 -158 55 -149 55 -138 c 2\n 55 638 l 2\n 55 649 64 658 75 658 c 2\n 700 658 l 2\n 711 658 720 649 720 638 c 2\n 720 -138 l 2\n 720 -149 711 -158 700 -158 c 2\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni235E\nEncoding: 9054 9054 2574\nWidth: 777\nFlags: W\nHStem: -158 41<97 679> 617 41<97 340 436 679>\nVStem: 55 41<-116 616> 680 40<-116 616>\nFore\n55 638 m 2\n 55 649 64 658 75 658 c 2\n 700 658 l 2\n 711 658 720 649 720 638 c 2\n 720 -138 l 2\n 720 -149 711 -158 700 -158 c 2\n 75 -158 l 2\n 64 -158 55 -149 55 -138 c 2\n 55 638 l 2\n436 617 m 1\n 408 372 l 2\n 407 363 400 355 390 354 c 2\n 386 354 l 2\n 377 355 369 362 368 372 c 1\n 340 617 l 1\n 96 617 l 1\n 96 -117 l 1\n 680 -117 l 1\n 680 617 l 1\n 436 617 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni2423\nEncoding: 9251 9251 2575\nWidth: 500\nFlags: W\nHStem: 0 25<109 383> 0 160<46 70 433 457>\nVStem: 45 25<64 159> 433 25<64 159>\nFore\n70 160 m 1\n 70 70 l 2\n 70 25 100 25 114 25 c 2\n 381 25 l 2\n 393 25 433 25 433 74 c 2\n 433 160 l 1\n 458 160 l 1\n 458 0 l 1\n 45 0 l 1\n 45 160 l 1\n 70 160 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y2,9 y2,0 \nEndChar\nStartChar: uni2460\nEncoding: 9312 9312 2576\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 118 33<276 307 483.316 533> 673 33<387 419>\nVStem: 35 33<323 371> 359 86<195.844 467> 721 33<323 371>\nFore\n445 588 m 1\n 445 216 l 2\n 445 168 459 151 498 151 c 2\n 534 151 l 1\n 534 118 l 1\n 275 118 l 1\n 275 151 l 1\n 302 151 l 2\n 349 151 359 163 359 216 c 2\n 359 454 l 2\n 359 481 354 486 331 486 c 2\n 261 486 l 1\n 261 513 l 1\n 333 521 384 546 414 588 c 1\n 445 588 l 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 394 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 197 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 167 721 347 c 0\n 721 440 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x15,-1 x13,1 y2,13 y2,0 x8,5 x8,6 x1,4 x1,3 \nEndChar\nStartChar: uni2461\nEncoding: 9313 9313 2577\nWidth: 788\nFlags: W\nHStem: -13 32<371 419> 118 87<287 499> 118 179<531 563> 562 33<376.219 396> 673 33<385 423>\nVStem: 35 33<323 371> 247 98<487 497> 448 106<465 479> 531 33<243 296> 721 33<323 371>\nFore\n531 297 m 1\n 564 297 l 1\n 564 118 l 1\n 227 118 l 1\n 226 129 226 137 226 144 c 0\n 226 201 261 256 331 309 c 0\n 419 375 448 417 448 477 c 0\n 448 528 423 562 386 562 c 0\n 362 562 333 542 333 525 c 0\n 333 523 333 523 342 504 c 0\n 344 499 345 494 345 488 c 0\n 345 462 323 441 296 441 c 0\n 268 441 247 464 247 496 c 0\n 247 553 306 595 388 595 c 0\n 489 595 554 545 554 466 c 0\n 554 402 518 362 423 317 c 1\n 351 285 299 242 286 205 c 1\n 482 205 l 2\n 526 205 531 210 531 255 c 2\n 531 297 l 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 197 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 505 68 427 68 349 c 0\n 68 166 213 19 395 19 c 0\n 575 19 721 166 721 346 c 0\n 721 440 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni2462\nEncoding: 9314 9314 2578\nWidth: 788\nFlags: W\nHStem: -13 33<370 419> 111 40<370 379> 361.244 29.2908<345 372> 563 32.1658<370 387> 673 33<373 419>\nVStem: 35 33<323 371> 221 105<211 220> 242 93<507 515> 321 115<384 387> 447 91<483 499> 470 102<259 275> 721 33<323 371>\nFore\n321 355 m 1\n 321 391 l 1\n 331 390 338 390 345 390 c 0\n 368 390 394 399 413 412 c 0\n 435 428 447 454 447 488 c 0\n 447 533 419 563 377 563 c 0\n 353 563 328 549 328 534 c 0\n 328 533 328 533 332 526 c 0\n 333 523 335 514 335 509 c 0\n 335 484 312 462 287 462 c 0\n 262 462 242 482 242 508 c 0\n 242 560 304 596 393 596 c 0\n 485 596 538 558 538 492 c 0\n 538 444 509 409 455 394 c 0\n 439 389 436 388 436 385 c 0\n 436 382 439 380 447 380 c 0\n 469 378 509 364 525 353 c 0\n 555 332 572 299 572 260 c 0\n 572 173 490 111 377 111 c 0\n 287 111 221 155 221 215 c 0\n 221 246 242 267 274 267 c 0\n 305 267 326 247 326 218 c 0\n 326 209 326 209 320 193 c 0\n 319 190 318 187 318 183 c 0\n 318 165 340 151 371 151 c 0\n 425 151 470 204 470 268 c 0\n 470 326 432 362 372 362 c 0\n 358 362 346 361 321 355 c 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 427 68 349 c 0\n 68 166 213 20 394 20 c 0\n 575 20 721 166 721 347 c 0\n 721 440 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni2463\nEncoding: 9315 9315 2579\nWidth: 788\nFlags: W\nHStem: -14 33<371 419> 118 33<288 339 485.908 527> 239 45<239 372 459 569> 672 33<373 419>\nVStem: 35 33<322 370> 287 241<119 151> 373 86<193 239 285 493> 721 33<322 370>\nDStem: 393 588 373 494 180 267 238 284\nFore\n459 588 m 1\n 459 284 l 1\n 570 284 l 1\n 570 239 l 1\n 459 239 l 1\n 459 194 l 2\n 459 176 461 167 464 162 c 0\n 469 156 484 151 496 151 c 2\n 528 151 l 1\n 528 118 l 1\n 287 118 l 1\n 287 151 l 1\n 334 151 l 2\n 364 151 373 162 373 200 c 2\n 373 239 l 1\n 180 239 l 1\n 180 267 l 1\n 393 588 l 1\n 459 588 l 1\n373 494 m 1\n 238 284 l 1\n 373 284 l 1\n 373 494 l 1\n400 705 m 0\n 593 705 754 541 754 346 c 0\n 754 147 593 -14 395 -14 c 0\n 195 -14 35 147 35 348 c 0\n 35 546 197 705 400 705 c 0\n400 672 m 0\n 300 672 217 636 152 564 c 0\n 98 505 68 427 68 348 c 0\n 68 165 213 19 395 19 c 0\n 575 19 721 165 721 346 c 0\n 721 439 684 523 613 588 c 0\n 556 640 474 672 400 672 c 0\nEndSplineSet\nMinimumDistance: x22,-1 x17,1 y1,17 y1,0 x13,10 x13,11 x1,3 x1,2 \nEndChar\nStartChar: uni2464\nEncoding: 9316 9316 2580\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 111 33<339 362> 364.993 41.007<367 400> 487.069 85.9306<400 435> 673 33<379 419>\nVStem: 35 33<323 372> 209 104<210 220> 447 112<259 275> 721 33<323 372>\nFore\n286 315 m 1\n 245 332 l 1\n 256 421 267 540 270 592 c 1\n 355 578 392 573 427 573 c 0\n 480 573 514 578 553 592 c 1\n 543 548 528 519 509 505 c 0\n 488 490 464 487 380 487 c 0\n 348 487 331 488 297 491 c 1\n 286 370 l 1\n 317 394 353 406 400 406 c 0\n 492 406 559 347 559 266 c 0\n 559 178 473 111 360 111 c 0\n 274 111 209 153 209 209 c 0\n 209 241 231 263 261 263 c 0\n 289 263 313 243 313 219 c 0\n 313 212 311 204 307 196 c 0\n 300 181 300 181 300 176 c 0\n 300 158 323 144 351 144 c 0\n 404 144 447 196 447 261 c 0\n 447 321 413 365 367 365 c 0\n 338 365 313 350 286 315 c 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni2465\nEncoding: 9317 9317 2581\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 111 32<387 408> 362.994 46.0061<401 437> 562 33<396 419> 673 33<387 419>\nVStem: 35 33<323 371> 198 104<335 365> 453 93<490 503> 482.844 90.4078<251 275> 721 33<323 371>\nFore\n302 375 m 1\n 303 334 l 1\n 337 384 382 409 437 409 c 0\n 516 409 574 352 574 275 c 0\n 574 181 498 111 394 111 c 0\n 331 111 282 134 249 178 c 0\n 216 222 198 280 198 344 c 0\n 198 419 224 493 266 541 c 0\n 297 577 342 595 399 595 c 0\n 484 595 546 556 546 503 c 0\n 546 472 526 449 499 449 c 0\n 475 449 453 469 453 490 c 0\n 453 497 454 506 457 517 c 0\n 458 522 459 525 459 529 c 0\n 459 547 437 562 408 562 c 0\n 389 562 368 555 357 545 c 0\n 324 513 302 445 302 375 c 1\n401 363 m 0\n 346 363 305 316 305 253 c 0\n 305 189 342 143 395 143 c 0\n 447 143 483 188 483 251 c 0\n 483 319 450 363 401 363 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 394 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 197 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 427 68 349 c 0\n 68 166 213 20 394 20 c 0\n 575 20 721 166 721 347 c 0\n 721 440 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni2466\nEncoding: 9318 9318 2582\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 499 86<303 484> 673 33<373 419>\nVStem: 35 33<323 371> 219 350<574 575> 292 121<163 176> 721 33<323 371>\nFore\n219 585 m 1\n 575 585 l 1\n 572 578 569 574 569 573 c 0\n 541 528 510 477 476 419 c 0\n 430 342 425 333 416 312 c 0\n 405 284 400 260 400 240 c 0\n 400 227 400 227 411 183 c 0\n 412 178 413 172 413 167 c 0\n 413 133 388 110 353 110 c 0\n 318 110 292 137 292 174 c 0\n 292 220 319 277 372 345 c 0\n 385 361 400 380 413 398 c 2\n 485 499 l 1\n 303 499 l 2\n 270 498 269 497 257 452 c 2\n 248 418 l 1\n 219 418 l 1\n 219 585 l 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 505 68 427 68 349 c 0\n 68 166 213 20 394 20 c 0\n 575 20 721 166 721 347 c 0\n 721 440 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni2467\nEncoding: 9319 9319 2583\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 111 33<371 399> 562 33<388 414> 673 33<381 423>\nVStem: 35 33<323 371> 224 65<227 243> 256.004 75.9961<472 502> 474 56<493 504> 478.995 87.0049<230 262> 721 33<323 371>\nFore\n458 400 m 1\n 535 362 566 322 566 262 c 0\n 566 174 491 111 387 111 c 0\n 289 111 224 161 224 237 c 0\n 224 293 249 326 324 369 c 1\n 273 403 256 428 256 472 c 0\n 256 544 317 595 402 595 c 0\n 476 595 530 555 530 499 c 0\n 530 460 512 435 458 400 c 1\n382 439 m 2\n 424 416 l 1\n 458 437 474 462 474 494 c 0\n 474 534 444 562 401 562 c 0\n 362 562 332 536 332 502 c 0\n 332 477 347 458 382 439 c 2\n415 317 m 2\n 357 350 l 1\n 313 324 289 285 289 241 c 0\n 289 185 330 144 385 144 c 0\n 438 144 479 181 479 230 c 0\n 479 266 460 292 415 317 c 2\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 427 68 349 c 0\n 68 166 213 20 394 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni2468\nEncoding: 9320 9320 2584\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 111 33<371 393> 297.003 44.9973<351 388> 562 33<381 403> 673 33<379 419>\nVStem: 35 33<323 374> 214.047 91.8611<431 454> 242.458 93.253<203 216> 486.95 103.242<331 362> 721 33<323 373>\nFore\n485 372 m 1\n 452 322 407 297 351 297 c 0\n 272 297 214 354 214 431 c 0\n 214 525 291 595 395 595 c 0\n 457 595 506 572 540 528 c 0\n 573 484 591 426 591 362 c 0\n 591 287 565 213 523 165 c 0\n 491 129 446 111 390 111 c 0\n 304 111 242 150 242 203 c 0\n 242 234 262 257 290 257 c 0\n 314 257 336 237 336 216 c 0\n 336 209 334 200 331 189 c 0\n 330 184 329 180 329 177 c 0\n 329 159 352 144 380 144 c 0\n 400 144 420 151 431 161 c 0\n 464 193 487 262 487 331 c 0\n 487 339 487 350 485 372 c 1\n393 562 m 0\n 342 562 305 517 305 454 c 0\n 305 386 338 342 388 342 c 0\n 442 342 484 390 484 452 c 0\n 484 516 446 562 393 562 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni2469\nEncoding: 9321 9321 2585\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 111 36<504 515> 118 35<179 211 342.313 375> 562 33<504 515> 673 33<375 423>\nVStem: 35 33<323 371> 236 82<192 458> 361 96<323 387> 560 96<323 371> 721 33<323 371>\nFore\n318 589 m 1\n 318 200 l 2\n 318 162 326 153 357 153 c 2\n 376 153 l 1\n 376 118 l 1\n 178 118 l 1\n 178 153 l 1\n 203 153 l 2\n 232 153 236 158 236 193 c 2\n 236 458 l 1\n 235 497 233 499 203 499 c 2\n 152 499 l 1\n 152 525 l 1\n 221 530 260 549 284 589 c 1\n 318 589 l 1\n505 595 m 0\n 607 595 656 513 656 344 c 0\n 656 269 643 206 619 166 c 0\n 596 129 560 111 505 111 c 0\n 472 111 441 122 423 138 c 1\n 382 178 361 250 361 353 c 0\n 361 509 412 595 505 595 c 0\n509 562 m 0\n 475 562 457 491 457 355 c 0\n 457 220 475 147 508 147 c 0\n 543 147 560 215 560 354 c 0\n 560 493 543 562 509 562 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x25,-1 x13,1 y2,13 y2,0 x8,5 x8,6 x1,4 x1,3 \nEndChar\nStartChar: SF100000\nEncoding: 9472 9472 2586\nWidth: 889\nFlags: W\nHStem: 276 48<1 888>\nVStem: 0 889<277 323>\nFore\n0 324 m 25\n 889 324 l 25\n 889 276 l 25\n 0 276 l 25\n 0 324 l 25\nEndSplineSet\nEndChar\nStartChar: uni2501\nEncoding: 9473 9473 2587\nWidth: 889\nFlags: W\nHStem: 252 96<1 888>\nVStem: 0 889<253 347>\nFore\n0 348 m 25\n 889 348 l 25\n 889 252 l 25\n 0 252 l 25\n 0 348 l 25\nEndSplineSet\nEndChar\nStartChar: SF110000\nEncoding: 9474 9474 2588\nWidth: 889\nFlags: W\nHStem: -200 1001<433 479>\nVStem: 432 48<-199 800>\nFore\n432 801 m 25\n 480 801 l 25\n 480 -200 l 29\n 432 -200 l 29\n 432 801 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2503\nEncoding: 9475 9475 2589\nWidth: 889\nFlags: W\nHStem: -200 1001<409 503>\nVStem: 408 96<-199 800>\nFore\n408 801 m 25\n 504 801 l 25\n 504 -200 l 29\n 408 -200 l 29\n 408 801 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2504\nEncoding: 9476 9476 2590\nWidth: 889\nFlags: W\nEndChar\nStartChar: uni2505\nEncoding: 9477 9477 2591\nWidth: 889\nFlags: W\nEndChar\nStartChar: uni2506\nEncoding: 9478 9478 2592\nWidth: 889\nFlags: W\nEndChar\nStartChar: uni2507\nEncoding: 9479 9479 2593\nWidth: 889\nFlags: W\nEndChar\nStartChar: uni2508\nEncoding: 9480 9480 2594\nWidth: 889\nFlags: W\nEndChar\nStartChar: uni2509\nEncoding: 9481 9481 2595\nWidth: 889\nFlags: W\nEndChar\nStartChar: uni250A\nEncoding: 9482 9482 2596\nWidth: 889\nFlags: W\nEndChar\nStartChar: uni250B\nEncoding: 9483 9483 2597\nWidth: 889\nFlags: W\nEndChar\nStartChar: SF010000\nEncoding: 9484 9484 2598\nWidth: 889\nFlags: W\nHStem: 276 48<481 888>\nVStem: 432 48<-199 276> 432 457<277 323>\nFore\n432 324 m 1\n 889 324 l 9\n 889 276 l 17\n 480 276 l 1\n 480 -200 l 13\n 432 -200 l 21\n 432 324 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni250D\nEncoding: 9485 9485 2599\nWidth: 889\nFlags: W\nHStem: 252 96<481 888>\nVStem: 432 48<-199 252> 432 457<253 347>\nFore\n432 348 m 1\n 889 348 l 9\n 889 252 l 17\n 480 252 l 1\n 480 -200 l 13\n 432 -200 l 21\n 432 348 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni250E\nEncoding: 9486 9486 2600\nWidth: 889\nFlags: W\nHStem: 276 48<505 888>\nVStem: 408 96<-199 276> 408 481<277 323>\nFore\n408 324 m 1\n 889 324 l 9\n 889 276 l 17\n 504 276 l 1\n 504 -200 l 13\n 408 -200 l 21\n 408 324 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni250F\nEncoding: 9487 9487 2601\nWidth: 889\nFlags: W\nHStem: 252 96<505 888>\nVStem: 408 96<-199 252> 408 481<253 347>\nFore\n408 348 m 1\n 889 348 l 9\n 889 252 l 17\n 504 252 l 1\n 504 -200 l 13\n 408 -200 l 21\n 408 348 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: SF030000\nEncoding: 9488 9488 2602\nWidth: 889\nFlags: W\nHStem: 276 48<1 431>\nVStem: 432 48<-199 275>\nFore\n480 324 m 1\n 480 -200 l 13\n 432 -200 l 21\n 432 276 l 1\n 0 276 l 9\n 0 324 l 17\n 480 324 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2511\nEncoding: 9489 9489 2603\nWidth: 889\nFlags: W\nHStem: 252 96<1 431>\nVStem: 432 48<-199 251>\nFore\n480 348 m 1\n 480 -200 l 13\n 432 -200 l 21\n 432 252 l 1\n 0 252 l 9\n 0 348 l 17\n 480 348 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2512\nEncoding: 9490 9490 2604\nWidth: 889\nFlags: W\nHStem: 276 48<1 407>\nVStem: 408 96<-199 275>\nFore\n504 324 m 1\n 504 -200 l 13\n 408 -200 l 21\n 408 276 l 1\n 0 276 l 9\n 0 324 l 17\n 504 324 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2513\nEncoding: 9491 9491 2605\nWidth: 889\nFlags: W\nHStem: 252 96<1 407>\nVStem: 408 96<-199 251>\nFore\n504 348 m 1\n 504 -200 l 13\n 408 -200 l 21\n 408 252 l 1\n 0 252 l 9\n 0 348 l 17\n 504 348 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF020000\nEncoding: 9492 9492 2606\nWidth: 889\nFlags: W\nHStem: 276 48<480 888>\nVStem: 432 48<324 800> 432 457<277 323>\nFore\n432 276 m 5\n 432 801 l 9\n 480 801 l 17\n 480 324 l 5\n 889 324 l 13\n 889 276 l 21\n 432 276 l 5\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2515\nEncoding: 9493 9493 2607\nWidth: 889\nFlags: W\nHStem: 252 96<480 888>\nVStem: 432 48<348 800> 432 457<253 347>\nFore\n432 252 m 5\n 432 801 l 9\n 480 801 l 17\n 480 348 l 5\n 889 348 l 13\n 889 252 l 21\n 432 252 l 5\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2516\nEncoding: 9494 9494 2608\nWidth: 889\nFlags: W\nHStem: 276 48<504 888>\nVStem: 408 96<324 800> 408 481<277 323>\nFore\n408 276 m 5\n 408 801 l 9\n 504 801 l 17\n 504 324 l 5\n 889 324 l 13\n 889 276 l 21\n 408 276 l 5\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2517\nEncoding: 9495 9495 2609\nWidth: 889\nFlags: W\nHStem: 252 96<504 888>\nVStem: 408 96<348 800> 408 481<253 347>\nFore\n408 252 m 5\n 408 801 l 9\n 504 801 l 17\n 504 348 l 5\n 889 348 l 13\n 889 252 l 21\n 408 252 l 5\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF040000\nEncoding: 9496 9496 2610\nWidth: 889\nFlags: W\nHStem: 276 48<1 432>\nVStem: 432 48<325 800>\nFore\n480 276 m 5\n 0 276 l 13\n 0 324 l 21\n 432 324 l 5\n 432 801 l 9\n 480 801 l 17\n 480 276 l 5\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni2519\nEncoding: 9497 9497 2611\nWidth: 889\nFlags: W\nHStem: 252 96<1 432>\nVStem: 432 48<349 800>\nFore\n480 252 m 5\n 0 252 l 13\n 0 348 l 21\n 432 348 l 5\n 432 801 l 9\n 480 801 l 17\n 480 252 l 5\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni251A\nEncoding: 9498 9498 2612\nWidth: 889\nFlags: W\nHStem: 276 48<1 408>\nVStem: 408 96<325 800>\nFore\n504 276 m 5\n 0 276 l 13\n 0 324 l 21\n 408 324 l 5\n 408 801 l 9\n 504 801 l 17\n 504 276 l 5\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni251B\nEncoding: 9499 9499 2613\nWidth: 889\nFlags: W\nHStem: 252 96<1 408>\nVStem: 408 96<349 800>\nFore\n504 252 m 5\n 0 252 l 13\n 0 348 l 21\n 408 348 l 5\n 408 801 l 9\n 504 801 l 17\n 504 252 l 5\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: SF080000\nEncoding: 9500 9500 2614\nWidth: 889\nFlags: W\nHStem: 276 48<480 888>\nVStem: 432 48<-199 276 324 800> 432 457<277 323>\nFore\n432 -200 m 21\n 432 801 l 9\n 480 801 l 17\n 480 324 l 1\n 889 324 l 9\n 889 276 l 17\n 480 276 l 1\n 480 -200 l 13\n 432 -200 l 21\nEndSplineSet\nMinimumDistance: y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni251D\nEncoding: 9501 9501 2615\nWidth: 889\nFlags: W\nHStem: 252 96<480 888>\nVStem: 432 48<-199 252 348 800> 432 457<253 347>\nFore\n480 348 m 1\n 889 348 l 1\n 889 252 l 1\n 480 252 l 1\n 480 -200 l 13\n 432 -200 l 21\n 432 801 l 9\n 480 801 l 17\n 480 348 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,6 y0,7 x0,2 x0,1 \nEndChar\nStartChar: uni251E\nEncoding: 9502 9502 2616\nWidth: 889\nFlags: W\nHStem: 276 48<504 888>\nVStem: 408 96<324 800> 432 48<-199 276>\nFore\n432 276 m 1\n 408 276 l 1\n 408 801 l 1\n 504 801 l 1\n 504 324 l 1\n 889 324 l 9\n 889 276 l 17\n 480 276 l 1\n 480 -200 l 13\n 432 -200 l 21\n 432 276 l 1\nEndSplineSet\nMinimumDistance: y4,2 y4,3 y0,8 y0,9 y2,0 x0,2 x0,1 x4,6 x4,5 \nEndChar\nStartChar: uni251F\nEncoding: 9503 9503 2617\nWidth: 889\nFlags: W\nHStem: 276 48<505 888>\nVStem: 408 96<-199 276> 432 48<324 800>\nFore\n432 324 m 1\n 432 801 l 9\n 480 801 l 17\n 480 324 l 1\n 889 324 l 9\n 889 276 l 17\n 504 276 l 1\n 504 -200 l 5\n 408 -200 l 5\n 408 324 l 1\n 432 324 l 1\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 y8,0 x0,8 x0,9 x6,4 x6,5 \nEndChar\nStartChar: uni2520\nEncoding: 9504 9504 2618\nWidth: 889\nFlags: W\nHStem: 276 48<504 888>\nVStem: 408 96<-199 276 324 800> 408 481<277 323>\nFore\n504 324 m 5\n 889 324 l 13\n 889 276 l 21\n 504 276 l 5\n 504 -200 l 9\n 408 -200 l 17\n 408 801 l 9\n 504 801 l 17\n 504 324 l 5\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,6 y0,7 x0,2 x0,1 \nEndChar\nStartChar: uni2521\nEncoding: 9505 9505 2619\nWidth: 889\nFlags: W\nHStem: 252 96<504 888>\nVStem: 408 96<348 800> 432 48<-199 252>\nFore\n432 252 m 5\n 408 252 l 5\n 408 801 l 1\n 432 801 l 1\n 480 801 l 1\n 504 801 l 1\n 504 348 l 5\n 889 348 l 13\n 889 252 l 21\n 480 252 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 252 l 5\nEndSplineSet\nMinimumDistance: y0,10 y0,11 y2,0 x0,2 x0,1 x6,8 x6,7 \nEndChar\nStartChar: uni2522\nEncoding: 9506 9506 2620\nWidth: 889\nFlags: W\nHStem: 252 96<505 888>\nVStem: 408 96<-199 252> 432 48<348 800>\nFore\n432 348 m 5\n 432 801 l 9\n 480 801 l 17\n 480 348 l 5\n 889 348 l 13\n 889 252 l 21\n 504 252 l 5\n 504 -200 l 1\n 408 -200 l 1\n 408 348 l 5\n 432 348 l 5\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 y8,0 x0,8 x0,9 x6,4 x6,5 \nEndChar\nStartChar: uni2523\nEncoding: 9507 9507 2621\nWidth: 889\nFlags: W\nHStem: 252 96<504 888>\nVStem: 408 96<-199 252 348 800> 408 481<253 347>\nFore\n408 -200 m 17\n 408 801 l 9\n 504 801 l 17\n 504 348 l 5\n 889 348 l 13\n 889 252 l 21\n 504 252 l 5\n 504 -200 l 9\n 408 -200 l 17\nEndSplineSet\nMinimumDistance: y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF090000\nEncoding: 9508 9508 2622\nWidth: 889\nFlags: W\nHStem: 276 48<1 432>\nVStem: 432 48<-199 275 325 800>\nFore\n480 801 m 17\n 480 -200 l 9\n 432 -200 l 17\n 432 276 l 5\n 0 276 l 13\n 0 324 l 21\n 432 324 l 5\n 432 801 l 9\n 480 801 l 17\nEndSplineSet\nMinimumDistance: x0,-1 y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2525\nEncoding: 9509 9509 2623\nWidth: 889\nFlags: W\nHStem: 252 96<1 432>\nVStem: 432 48<-199 251 349 800>\nFore\n480 801 m 17\n 480 -200 l 9\n 432 -200 l 17\n 432 252 l 5\n 0 252 l 5\n 0 348 l 5\n 432 348 l 5\n 432 801 l 9\n 480 801 l 17\nEndSplineSet\nMinimumDistance: x0,-1 y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2526\nEncoding: 9510 9510 2624\nWidth: 889\nFlags: W\nHStem: 276 48<1 408>\nVStem: 408 96<325 800> 432 48<-199 276>\nFore\n0 324 m 21\n 408 324 l 5\n 408 801 l 1\n 504 801 l 1\n 504 276 l 5\n 480 276 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 276 l 5\n 0 276 l 13\n 0 324 l 21\nEndSplineSet\nMinimumDistance: x3,-1 y5,7 y5,6 y1,3 y1,2 y3,5 x5,3 x5,4 x1,9 x1,0 \nEndChar\nStartChar: uni2527\nEncoding: 9511 9511 2625\nWidth: 889\nFlags: W\nHStem: 276 48<1 407>\nVStem: 408 96<-199 275> 432 48<324 800>\nFore\n480 324 m 5\n 504 324 l 5\n 504 -200 l 1\n 408 -200 l 1\n 408 276 l 5\n 0 276 l 13\n 0 324 l 21\n 432 324 l 5\n 432 801 l 9\n 480 801 l 17\n 480 324 l 5\nEndSplineSet\nMinimumDistance: x1,-1 y4,2 y4,3 y0,8 y0,9 y2,0 x0,2 x0,1 x4,6 x4,5 \nEndChar\nStartChar: uni2528\nEncoding: 9512 9512 2626\nWidth: 889\nFlags: W\nHStem: 276 48<1 408>\nVStem: 408 96<-199 275 325 800>\nFore\n504 801 m 17\n 504 -200 l 9\n 408 -200 l 17\n 408 276 l 5\n 0 276 l 13\n 0 324 l 21\n 408 324 l 5\n 408 801 l 9\n 504 801 l 17\nEndSplineSet\nMinimumDistance: x0,-1 y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: uni2529\nEncoding: 9513 9513 2627\nWidth: 889\nFlags: W\nHStem: 252 96<1 408>\nVStem: 408 96<349 800> 432 48<-199 252>\nFore\n432 252 m 5\n 0 252 l 5\n 0 348 l 5\n 408 348 l 5\n 408 801 l 1\n 504 801 l 1\n 504 252 l 5\n 480 252 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 252 l 5\nEndSplineSet\nMinimumDistance: x5,-1 y3,5 y3,4 y0,8 y0,9 y5,7 x7,5 x7,6 x3,1 x3,2 \nEndChar\nStartChar: uni252A\nEncoding: 9514 9514 2628\nWidth: 889\nFlags: W\nHStem: 252 96<1 407>\nVStem: 408 96<-199 251> 432 48<348 800>\nFore\n432 348 m 5\n 432 801 l 9\n 480 801 l 17\n 480 348 l 5\n 504 348 l 5\n 504 -200 l 1\n 408 -200 l 1\n 408 252 l 5\n 0 252 l 5\n 0 348 l 5\n 432 348 l 5\nEndSplineSet\nMinimumDistance: x4,-1 y7,5 y7,6 y0,2 y0,1 y5,3 x3,5 x3,4 x7,9 x7,8 \nEndChar\nStartChar: uni252B\nEncoding: 9515 9515 2629\nWidth: 889\nFlags: W\nHStem: 352 96<1 408>\nVStem: 408 96<-199 351 449 800>\nFore\n504 801 m 17\n 504 -200 l 13\n 408 -200 l 21\n 408 352 l 1\n 0 352 l 9\n 0 448 l 17\n 408 448 l 1\n 408 801 l 9\n 504 801 l 17\nEndSplineSet\nMinimumDistance: x0,-1 y6,0 y6,7 y3,1 y3,2 x3,5 x3,4 \nEndChar\nStartChar: SF060000\nEncoding: 9516 9516 2630\nWidth: 889\nFlags: W\nHStem: 276 48<1 431 481 888>\nVStem: 432 48<-199 276>\nFore\n0 324 m 21\n 889 324 l 13\n 889 276 l 21\n 480 276 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 276 l 5\n 0 276 l 13\n 0 324 l 21\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni252D\nEncoding: 9517 9517 2631\nWidth: 889\nFlags: W\nHStem: 252 96<1 431> 276 48<480 888>\nVStem: 432 48<-199 251>\nFore\n480 276 m 5\n 480 -200 l 9\n 432 -200 l 17\n 432 252 l 5\n 0 252 l 5\n 0 348 l 5\n 480 348 l 5\n 480 324 l 5\n 889 324 l 13\n 889 276 l 21\n 480 276 l 5\nEndSplineSet\nMinimumDistance: x5,7 y7,5 y7,6 y3,1 y3,2 x3,5 x3,4 x0,8 x0,9 \nEndChar\nStartChar: uni252E\nEncoding: 9518 9518 2632\nWidth: 889\nFlags: W\nHStem: 252 96<481 888> 276 48<1 432>\nVStem: 432 48<-199 252> 432 457<253 275 325 347>\nFore\n432 324 m 5\n 432 348 l 5\n 889 348 l 5\n 889 252 l 5\n 480 252 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 276 l 5\n 0 276 l 13\n 0 324 l 21\n 432 324 l 5\nEndSplineSet\nMinimumDistance: y0,2 y0,1 y4,6 y4,5 x4,2 x4,3 x0,8 x0,9 \nEndChar\nStartChar: uni252F\nEncoding: 9519 9519 2633\nWidth: 889\nFlags: W\nHStem: 252 96<1 431 481 888>\nVStem: 432 48<-199 252>\nFore\n432 252 m 5\n 0 252 l 13\n 0 348 l 21\n 889 348 l 13\n 889 252 l 21\n 480 252 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 252 l 5\nEndSplineSet\nMinimumDistance: y0,6 y0,7 x5,3 x5,4 x0,2 x0,1 \nEndChar\nStartChar: uni2530\nEncoding: 9520 9520 2634\nWidth: 889\nFlags: W\nHStem: 276 48<1 407 505 888>\nVStem: 408 96<-199 276>\nFore\n504 276 m 5\n 504 -200 l 1\n 408 -200 l 1\n 408 276 l 5\n 0 276 l 13\n 0 324 l 21\n 889 324 l 13\n 889 276 l 21\n 504 276 l 5\nEndSplineSet\nMinimumDistance: y0,2 y0,1 x3,5 x3,4 x0,6 x0,7 \nEndChar\nStartChar: uni2531\nEncoding: 9521 9521 2635\nWidth: 889\nFlags: W\nHStem: 252 96<1 407> 276 48<504 888>\nVStem: 408 96<-199 251>\nFore\n504 276 m 5\n 504 -200 l 1\n 408 -200 l 1\n 408 252 l 5\n 0 252 l 5\n 0 348 l 5\n 504 348 l 5\n 504 324 l 5\n 889 324 l 13\n 889 276 l 21\n 504 276 l 5\nEndSplineSet\nMinimumDistance: x5,7 y7,5 y7,6 y3,1 y3,2 x3,5 x3,4 x0,8 x0,9 \nEndChar\nStartChar: uni2532\nEncoding: 9522 9522 2636\nWidth: 889\nFlags: W\nHStem: 252 96<505 888> 276 48<1 408>\nVStem: 408 96<-199 252> 408 481<253 275 325 347>\nFore\n408 276 m 5\n 0 276 l 13\n 0 324 l 21\n 408 324 l 5\n 408 348 l 5\n 889 348 l 5\n 889 252 l 5\n 504 252 l 5\n 504 -200 l 1\n 408 -200 l 1\n 408 276 l 5\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y7,9 y7,8 x7,5 x7,6 x0,2 x0,1 \nEndChar\nStartChar: uni2533\nEncoding: 9523 9523 2637\nWidth: 889\nFlags: W\nHStem: 252 96<1 407 505 888>\nVStem: 408 96<-199 252>\nFore\n0 348 m 21\n 889 348 l 13\n 889 252 l 21\n 504 252 l 5\n 504 -200 l 9\n 408 -200 l 17\n 408 252 l 5\n 0 252 l 13\n 0 348 l 21\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: SF070000\nEncoding: 9524 9524 2638\nWidth: 889\nFlags: W\nHStem: 276 48<1 432 480 888> 276 525<433 479>\nVStem: 432 48<324 800>\nFore\n889 276 m 21\n 0 276 l 13\n 0 324 l 21\n 432 324 l 5\n 432 801 l 9\n 480 801 l 17\n 480 324 l 5\n 889 324 l 13\n 889 276 l 21\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2535\nEncoding: 9525 9525 2639\nWidth: 889\nFlags: W\nHStem: 252 96<1 432> 276 48<480 888>\nVStem: 432 48<349 800>\nFore\n480 324 m 5\n 889 324 l 13\n 889 276 l 21\n 480 276 l 5\n 480 252 l 5\n 0 252 l 5\n 0 348 l 5\n 432 348 l 5\n 432 801 l 9\n 480 801 l 17\n 480 324 l 5\nEndSplineSet\nMinimumDistance: x5,3 y3,5 y3,4 y7,9 y7,8 x7,5 x7,6 x0,2 x0,1 \nEndChar\nStartChar: uni2536\nEncoding: 9526 9526 2640\nWidth: 889\nFlags: W\nHStem: 252 96<480 888> 276 48<1 432>\nVStem: 432 48<348 800> 432 457<253 275 325 347>\nFore\n480 801 m 17\n 480 348 l 5\n 889 348 l 5\n 889 252 l 5\n 432 252 l 5\n 432 276 l 5\n 0 276 l 13\n 0 324 l 21\n 432 324 l 5\n 432 801 l 9\n 480 801 l 17\nEndSplineSet\nMinimumDistance: y5,3 y5,4 y1,9 y1,0 x5,7 x5,6 x1,3 x1,2 \nEndChar\nStartChar: uni2537\nEncoding: 9527 9527 2641\nWidth: 889\nFlags: W\nHStem: 252 96<1 432 480 888> 252 549<433 479>\nVStem: 432 48<348 800>\nFore\n480 348 m 5\n 889 348 l 5\n 889 252 l 13\n 0 252 l 21\n 0 348 l 5\n 432 348 l 5\n 432 801 l 9\n 480 801 l 17\n 480 348 l 5\nEndSplineSet\nMinimumDistance: y0,6 y0,7 x5,3 x5,4 x0,2 x0,1 \nEndChar\nStartChar: uni2538\nEncoding: 9528 9528 2642\nWidth: 889\nFlags: W\nHStem: 276 48<1 408 504 888> 276 525<409 503>\nVStem: 408 96<324 800>\nFore\n408 324 m 5\n 408 801 l 1\n 504 801 l 1\n 504 324 l 5\n 889 324 l 13\n 889 276 l 21\n 0 276 l 13\n 0 324 l 21\n 408 324 l 5\nEndSplineSet\nMinimumDistance: y0,2 y0,1 x3,5 x3,4 x0,6 x0,7 \nEndChar\nStartChar: uni2539\nEncoding: 9529 9529 2643\nWidth: 889\nFlags: W\nHStem: 252 96<1 408> 276 48<504 888>\nVStem: 408 96<349 800>\nFore\n504 324 m 5\n 889 324 l 13\n 889 276 l 21\n 504 276 l 5\n 504 252 l 5\n 0 252 l 5\n 0 348 l 5\n 408 348 l 5\n 408 801 l 1\n 504 801 l 1\n 504 324 l 5\nEndSplineSet\nMinimumDistance: x5,3 y3,5 y3,4 y7,9 y7,8 x7,5 x7,6 x0,2 x0,1 \nEndChar\nStartChar: uni253A\nEncoding: 9530 9530 2644\nWidth: 889\nFlags: W\nHStem: 252 96<504 888> 276 48<1 408>\nVStem: 408 96<348 800> 408 481<253 275 325 347>\nFore\n408 276 m 5\n 0 276 l 13\n 0 324 l 21\n 408 324 l 5\n 408 801 l 9\n 504 801 l 17\n 504 348 l 5\n 889 348 l 13\n 889 252 l 21\n 408 252 l 5\n 408 276 l 5\nEndSplineSet\nMinimumDistance: y0,8 y0,9 y6,4 y6,5 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni253B\nEncoding: 9531 9531 2645\nWidth: 889\nFlags: W\nHStem: 252 96<1 408 504 888> 252 549<409 503>\nVStem: 408 96<348 800>\nFore\n889 252 m 21\n 0 252 l 13\n 0 348 l 21\n 408 348 l 5\n 408 801 l 9\n 504 801 l 17\n 504 348 l 5\n 889 348 l 13\n 889 252 l 21\nEndSplineSet\nMinimumDistance: y3,5 y3,4 x6,0 x6,7 x3,1 x3,2 \nEndChar\nStartChar: SF050000\nEncoding: 9532 9532 2646\nWidth: 889\nFlags: W\nHStem: 276 48<1 432 480 888>\nVStem: 432 48<-199 276 324 800>\nFore\n432 276 m 5\n 0 276 l 13\n 0 324 l 21\n 432 324 l 5\n 432 801 l 9\n 480 801 l 17\n 480 324 l 5\n 889 324 l 13\n 889 276 l 21\n 480 276 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 276 l 5\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni253D\nEncoding: 9533 9533 2647\nWidth: 889\nFlags: W\nHStem: 252 96<1 432> 276 48<480 888>\nVStem: 432 48<-199 251 349 800>\nFore\n480 276 m 5\n 480 -200 l 9\n 432 -200 l 17\n 432 252 l 5\n 0 252 l 5\n 0 348 l 5\n 432 348 l 5\n 432 801 l 9\n 480 801 l 17\n 480 324 l 5\n 889 324 l 13\n 889 276 l 21\n 480 276 l 5\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y3,1 y3,2 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni253E\nEncoding: 9534 9534 2648\nWidth: 889\nFlags: W\nHStem: 252 96<480 888> 276 48<1 432>\nVStem: 432 48<-199 252 348 800> 432 457<253 275 325 347>\nFore\n480 348 m 5\n 889 348 l 5\n 889 252 l 5\n 480 252 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 276 l 5\n 0 276 l 13\n 0 324 l 21\n 432 324 l 5\n 432 801 l 9\n 480 801 l 17\n 480 348 l 5\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni253F\nEncoding: 9535 9535 2649\nWidth: 889\nFlags: W\nHStem: 252 96<1 432 480 888>\nVStem: 432 48<-199 252 348 800>\nFore\n480 348 m 5\n 889 348 l 5\n 889 252 l 5\n 480 252 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 252 l 5\n 0 252 l 13\n 0 348 l 21\n 432 348 l 5\n 432 801 l 9\n 480 801 l 17\n 480 348 l 5\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni2540\nEncoding: 9536 9536 2650\nWidth: 889\nFlags: W\nHStem: 276 48<1 408 504 888> 276 525<409 431 481 503>\nVStem: 408 96<324 800> 432 48<-199 276>\nFore\n408 324 m 5\n 408 801 l 1\n 504 801 l 1\n 504 324 l 5\n 889 324 l 13\n 889 276 l 21\n 480 276 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 276 l 5\n 0 276 l 13\n 0 324 l 21\n 408 324 l 5\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni2541\nEncoding: 9537 9537 2651\nWidth: 889\nFlags: W\nHStem: 276 48<1 407 505 888>\nVStem: 408 96<-199 276> 432 48<324 800>\nFore\n504 276 m 5\n 504 -200 l 1\n 408 -200 l 1\n 408 276 l 5\n 0 276 l 13\n 0 324 l 21\n 432 324 l 5\n 432 801 l 9\n 480 801 l 17\n 480 324 l 5\n 889 324 l 13\n 889 276 l 21\n 504 276 l 5\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni2542\nEncoding: 9538 9538 2652\nWidth: 889\nFlags: W\nHStem: 276 48<1 408 504 888>\nVStem: 408 96<-199 276 324 800>\nFore\n408 276 m 5\n 0 276 l 13\n 0 324 l 21\n 408 324 l 5\n 408 801 l 9\n 504 801 l 17\n 504 324 l 5\n 889 324 l 13\n 889 276 l 21\n 504 276 l 5\n 504 -200 l 9\n 408 -200 l 17\n 408 276 l 5\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni2543\nEncoding: 9539 9539 2653\nWidth: 889\nFlags: W\nHStem: 252 96<1 408> 276 48<504 888>\nVStem: 408 96<349 800> 432 48<-199 252>\nFore\n504 276 m 5\n 504 252 l 5\n 480 252 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 252 l 5\n 0 252 l 5\n 0 348 l 5\n 408 348 l 5\n 408 801 l 1\n 504 801 l 1\n 504 324 l 5\n 889 324 l 13\n 889 276 l 21\n 504 276 l 5\nEndSplineSet\nMinimumDistance: y8,10 y8,9 y2,4 y2,3 x8,6 x8,7 x0,12 x0,13 \nEndChar\nStartChar: uni2544\nEncoding: 9540 9540 2654\nWidth: 889\nFlags: W\nHStem: 252 96<504 888> 276 48<1 408>\nVStem: 408 96<348 800> 432 48<-199 252>\nFore\n432 252 m 5\n 408 252 l 5\n 408 276 l 5\n 0 276 l 13\n 0 324 l 21\n 408 324 l 5\n 408 801 l 1\n 504 801 l 1\n 504 348 l 5\n 889 348 l 5\n 889 252 l 5\n 480 252 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 252 l 5\nEndSplineSet\nMinimumDistance: y8,6 y8,7 y0,12 y0,13 x8,10 x8,9 x2,4 x2,3 \nEndChar\nStartChar: uni2545\nEncoding: 9541 9541 2655\nWidth: 889\nFlags: W\nHStem: 252 96<1 407> 276 48<504 888>\nVStem: 408 96<-199 251> 432 48<348 800>\nFore\n480 348 m 5\n 504 348 l 5\n 504 324 l 5\n 889 324 l 13\n 889 276 l 21\n 504 276 l 5\n 504 -200 l 1\n 408 -200 l 1\n 408 252 l 5\n 0 252 l 5\n 0 348 l 5\n 432 348 l 5\n 432 801 l 9\n 480 801 l 17\n 480 348 l 5\nEndSplineSet\nMinimumDistance: y8,6 y8,7 y0,12 y0,13 x8,10 x8,9 x2,4 x2,3 \nEndChar\nStartChar: uni2546\nEncoding: 9542 9542 2656\nWidth: 889\nFlags: W\nHStem: 252 96<505 888> 276 48<1 408>\nVStem: 408 96<-199 252> 432 48<348 800>\nFore\n408 324 m 5\n 408 348 l 5\n 432 348 l 5\n 432 801 l 9\n 480 801 l 17\n 480 348 l 5\n 889 348 l 5\n 889 252 l 5\n 504 252 l 5\n 504 -200 l 1\n 408 -200 l 1\n 408 276 l 5\n 0 276 l 13\n 0 324 l 21\n 408 324 l 5\nEndSplineSet\nMinimumDistance: y8,10 y8,9 y2,4 y2,3 x8,6 x8,7 x0,12 x0,13 \nEndChar\nStartChar: uni2547\nEncoding: 9543 9543 2657\nWidth: 889\nFlags: W\nHStem: 252 96<1 408 504 888> 252 549<409 431 481 503>\nVStem: 408 96<348 800> 432 48<-199 252>\nFore\n432 252 m 5\n 0 252 l 13\n 0 348 l 21\n 408 348 l 5\n 408 801 l 1\n 504 801 l 1\n 504 348 l 5\n 889 348 l 13\n 889 252 l 21\n 480 252 l 5\n 480 -200 l 9\n 432 -200 l 17\n 432 252 l 5\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x3,1 x3,2 \nEndChar\nStartChar: uni2548\nEncoding: 9544 9544 2658\nWidth: 889\nFlags: W\nHStem: 252 96<1 407 505 888>\nVStem: 408 96<-199 252> 432 48<348 800>\nFore\n432 348 m 5\n 432 801 l 9\n 480 801 l 17\n 480 348 l 5\n 889 348 l 13\n 889 252 l 21\n 504 252 l 5\n 504 -200 l 1\n 408 -200 l 1\n 408 252 l 5\n 0 252 l 13\n 0 348 l 21\n 432 348 l 5\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y0,2 y0,1 x9,11 x9,10 x6,4 x6,5 \nEndChar\nStartChar: uni2549\nEncoding: 9545 9545 2659\nWidth: 889\nFlags: W\nHStem: 252 96<1 408> 276 48<504 888>\nVStem: 408 96<-199 251 349 800>\nFore\n504 276 m 5\n 504 -200 l 9\n 408 -200 l 17\n 408 252 l 5\n 0 252 l 5\n 0 348 l 5\n 408 348 l 5\n 408 801 l 9\n 504 801 l 17\n 504 324 l 5\n 889 324 l 13\n 889 276 l 21\n 504 276 l 5\nEndSplineSet\nMinimumDistance: y6,8 y6,7 y3,1 y3,2 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: uni254A\nEncoding: 9546 9546 2660\nWidth: 889\nFlags: W\nHStem: 252 96<504 888> 276 48<1 408>\nVStem: 408 96<-199 252 348 800> 408 481<253 275 325 347>\nFore\n408 276 m 5\n 0 276 l 13\n 0 324 l 21\n 408 324 l 5\n 408 801 l 9\n 504 801 l 17\n 504 348 l 5\n 889 348 l 5\n 889 252 l 5\n 504 252 l 5\n 504 -200 l 9\n 408 -200 l 17\n 408 276 l 5\nEndSplineSet\nMinimumDistance: y9,11 y9,10 y6,4 y6,5 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: uni254B\nEncoding: 9547 9547 2661\nWidth: 889\nFlags: W\nHStem: 252 96<1 408 504 888>\nVStem: 408 96<-199 252 348 800>\nFore\n408 252 m 1\n 0 252 l 9\n 0 348 l 17\n 408 348 l 1\n 408 801 l 9\n 504 801 l 17\n 504 348 l 1\n 889 348 l 9\n 889 252 l 17\n 504 252 l 1\n 504 -200 l 9\n 408 -200 l 17\n 408 252 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y0,10 y0,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: SF430000\nEncoding: 9552 9552 2662\nWidth: 889\nFlags: W\nHStem: 204 48<1 888> 348 48<1 888>\nVStem: 0 889<205 251 349 395>\nFore\n0 252 m 25\n 889 252 l 25\n 889 204 l 25\n 0 204 l 25\n 0 252 l 25\n0 396 m 25\n 889 396 l 25\n 889 348 l 25\n 0 348 l 25\n 0 396 l 25\nEndSplineSet\nEndChar\nStartChar: SF240000\nEncoding: 9553 9553 2663\nWidth: 889\nFlags: W\nHStem: -200 1001<361 407 505 551>\nVStem: 360 48<-199 800> 504 48<-199 800>\nFore\n360 801 m 25\n 408 801 l 25\n 408 -200 l 29\n 360 -200 l 29\n 360 801 l 25\n504 801 m 25\n 552 801 l 25\n 552 -200 l 29\n 504 -200 l 29\n 504 801 l 25\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: SF510000\nEncoding: 9554 9554 2664\nWidth: 889\nFlags: W\nHStem: 204 48<481 888> 348 48<481 888>\nVStem: 432 48<-199 204 252 348> 432 457<205 251 349 395>\nFore\n432 396 m 1\n 889 396 l 9\n 889 348 l 17\n 480 348 l 1\n 480 252 l 1\n 889 252 l 9\n 889 204 l 17\n 480 204 l 1\n 480 -200 l 13\n 432 -200 l 21\n 432 396 l 1\nEndSplineSet\nMinimumDistance: y7,9 y7,8 x4,6 x4,5 x3,1 x3,2 \nEndChar\nStartChar: SF520000\nEncoding: 9555 9555 2665\nWidth: 889\nFlags: W\nHStem: 276 48<409 503 553 888>\nVStem: 360 48<-199 275> 504 48<-199 276>\nFore\n360 324 m 1\n 889 324 l 9\n 889 276 l 17\n 552 276 l 1\n 552 -200 l 13\n 504 -200 l 21\n 504 276 l 1\n 408 276 l 1\n 408 -200 l 13\n 360 -200 l 21\n 360 324 l 1\nEndSplineSet\nMinimumDistance: y7,9 y7,8 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: SF390000\nEncoding: 9556 9556 2666\nWidth: 889\nFlags: W\nHStem: 204 48<552 888.753> 348 48<409 888>\nVStem: 360 48<-199 348> 504 48<-199 204> 504 385<205 251>\nFore\n504 251.209 m 1\n 612.616 251.468 689.578 251.784 889 252 c 9\n 889 204 l 17\n 552 204 l 1\n 552 -200 l 13\n 504 -200 l 21\n 504 251.209 l 1\n408 -200 m 13\n 360 -200 l 21\n 360 396 l 1\n 889 396 l 9\n 889 348 l 17\n 408 348 l 1\n 408 -200 l 13\nEndSplineSet\nMinimumDistance: y11,7 y11,6 y3,5 y3,4 x3,1 x3,2 x11,9 x11,10 \nEndChar\nStartChar: SF220000\nEncoding: 9557 9557 2667\nWidth: 889\nFlags: W\nHStem: 204 48<1 431> 348 48<1 431>\nVStem: 432 48<-199 203 253 347>\nFore\n480 396 m 1\n 480 -200 l 13\n 432 -200 l 21\n 432 204 l 1\n 0 204 l 9\n 0 252 l 17\n 432 252 l 1\n 432 348 l 1\n 0 348 l 9\n 0 396 l 17\n 480 396 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,1 y3,2 x7,9 x7,8 x3,5 x3,4 \nEndChar\nStartChar: SF210000\nEncoding: 9558 9558 2668\nWidth: 889\nFlags: W\nHStem: 276 48<1 359 409 503>\nVStem: 360 48<-199 275> 504 48<-199 275>\nFore\n552 324 m 1\n 552 -200 l 13\n 504 -200 l 21\n 504 276 l 1\n 408 276 l 1\n 408 -200 l 13\n 360 -200 l 21\n 360 276 l 1\n 0 276 l 9\n 0 324 l 17\n 552 324 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,6 y4,5 y3,1 y3,2 x7,9 x7,8 \nEndChar\nStartChar: SF250000\nEncoding: 9559 9559 2669\nWidth: 889\nFlags: W\nHStem: 204 47.0146<1 359> 348 48<1 503>\nVStem: 360 48<-199 203> 504 48<-199 251 253 347>\nFore\n408 251.015 m 1\n 408 -200 l 13\n 360 -200 l 21\n 360 204 l 1\n 0 204 l 9\n 0 252 l 17\n 408 251.015 l 1\n0 348 m 9\n 0 396 l 17\n 552 396 l 1\n 552 -200 l 13\n 504 -200 l 21\n 504 348 l 1\n 0 348 l 9\nEndSplineSet\nMinimumDistance: x8,-1 y11,9 y11,10 y3,1 y3,2 x11,7 x11,6 y5,3 x3,5 x3,4 \nEndChar\nStartChar: SF500000\nEncoding: 9560 9560 2670\nWidth: 889\nFlags: W\nHStem: 204 48<481 888> 348 48<480 888>\nVStem: 432 48<252 348 396 800> 432 457<205 251 349 395>\nFore\n432 204 m 5\n 432 801 l 9\n 480 801 l 17\n 480 396 l 5\n 889 396 l 13\n 889 348 l 21\n 480 348 l 5\n 480 252 l 5\n 889 252 l 13\n 889 204 l 21\n 432 204 l 5\nEndSplineSet\nMinimumDistance: y3,1 y3,2 x7,9 x7,8 x3,5 x3,4 \nEndChar\nStartChar: SF490000\nEncoding: 9561 9561 2671\nWidth: 889\nFlags: W\nHStem: 276 48<408 504 552 888>\nVStem: 360 48<325 800> 504 48<324 800>\nFore\n360 276 m 1\n 360 801 l 9\n 408 801 l 17\n 408 324 l 1\n 504 324 l 1\n 504 801 l 9\n 552 801 l 17\n 552 324 l 1\n 889 324 l 9\n 889 276 l 17\n 360 276 l 1\nEndSplineSet\nMinimumDistance: y4,6 y4,5 y3,1 y3,2 x7,9 x7,8 \nEndChar\nStartChar: SF380000\nEncoding: 9562 9562 2672\nWidth: 889\nFlags: W\nHStem: 204 47.0146<408 888> 348 48<552 888> 348 453<505 551>\nVStem: 360 48<251 800> 504 48<396 800> 504 385<349 395>\nFore\n889 252 m 13\n 889 204 l 21\n 360 204 l 5\n 360 801 l 9\n 408 801 l 17\n 408 251.015 l 5\n 889 252 l 13\n504 348 m 5\n 504 801 l 9\n 552 801 l 17\n 552 396 l 5\n 889 396 l 13\n 889 348 l 21\n 504 348 l 5\nEndSplineSet\nMinimumDistance: y9,7 y9,8 x9,11 x9,10 \nEndChar\nStartChar: SF280000\nEncoding: 9563 9563 2673\nWidth: 889\nFlags: W\nHStem: 204 48<1 431> 348 48<1 432>\nVStem: 432 48<253 347 397 800>\nFore\n480 204 m 5\n 0 204 l 13\n 0 252 l 21\n 432 252 l 5\n 432 348 l 5\n 0 348 l 13\n 0 396 l 21\n 432 396 l 5\n 432 801 l 9\n 480 801 l 17\n 480 204 l 5\nEndSplineSet\nMinimumDistance: x0,-1 y7,9 y7,8 x4,6 x4,5 x3,1 x3,2 \nEndChar\nStartChar: SF270000\nEncoding: 9564 9564 2674\nWidth: 889\nFlags: W\nHStem: 276 48<1 360 408 504> 276 525<361 407 505 551>\nVStem: 360 48<325 800> 504 48<325 800>\nFore\n552 276 m 5\n 0 276 l 13\n 0 324 l 21\n 360 324 l 5\n 360 801 l 9\n 408 801 l 17\n 408 324 l 5\n 504 324 l 5\n 504 801 l 9\n 552 801 l 17\n 552 276 l 5\nEndSplineSet\nMinimumDistance: x0,-1 y7,9 y7,8 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: SF260000\nEncoding: 9565 9565 2675\nWidth: 889\nFlags: W\nHStem: 204 47.209<1 504> 348 48<1 360> 348 453<361 407>\nVStem: 360 48<397 800> 504 48<253 800>\nFore\n504 801 m 9\n 552 801 l 17\n 552 204 l 5\n 0 204 l 13\n 0 252 l 21\n 504 251.209 l 5\n 504 801 l 9\n408 348 m 5\n 0 348 l 13\n 0 396 l 21\n 360 396 l 5\n 360 801 l 9\n 408 801 l 17\n 408 348 l 5\nEndSplineSet\nMinimumDistance: x1,-1 y9,11 y9,10 x9,7 x9,8 \nEndChar\nStartChar: SF360000\nEncoding: 9566 9566 2676\nWidth: 889\nFlags: W\nHStem: 204 48<481 888> 348 48<480 888>\nVStem: 432 48<-199 204 252 348 396 800> 432 457<205 251 349 395>\nFore\n432 -200 m 21\n 432 801 l 9\n 480 801 l 17\n 480 396 l 1\n 889 396 l 9\n 889 348 l 17\n 480 348 l 1\n 480 252 l 1\n 889 252 l 9\n 889 204 l 17\n 480 204 l 1\n 480 -200 l 13\n 432 -200 l 21\nEndSplineSet\nMinimumDistance: y3,1 y3,2 y10,0 y10,11 x7,9 x7,8 x3,5 x3,4 \nEndChar\nStartChar: SF370000\nEncoding: 9567 9567 2677\nWidth: 889\nFlags: W\nHStem: 276 48<552 888>\nVStem: 360 48<-199 800> 504 48<-199 276 324 800> 504 385<277 323>\nFore\n504 801 m 9\n 552 801 l 17\n 552 324 l 1\n 889 324 l 9\n 889 276 l 17\n 552 276 l 1\n 552 -200 l 13\n 504 -200 l 21\n 504 801 l 9\n408 -200 m 13\n 360 -200 l 21\n 360 801 l 9\n 408 801 l 17\n 408 -200 l 13\nEndSplineSet\nMinimumDistance: y5,7 y5,6 y2,0 y2,1 x2,4 x2,3 \nEndChar\nStartChar: SF420000\nEncoding: 9568 9568 2678\nWidth: 889\nFlags: W\nHStem: 204 48<553 888> 348 48<552 888> 348 453<505 551>\nVStem: 360 48<-199 800> 504 48<-199 204 396 800> 504 385<205 251 349 395>\nFore\n360 -200 m 21\n 360 801 l 9\n 408 801 l 17\n 408 -200 l 13\n 360 -200 l 21\n504 801 m 9\n 552 801 l 17\n 552 396 l 1\n 889 396 l 9\n 889 348 l 17\n 504 348 l 1\n 504 801 l 9\n889 252 m 9\n 889 204 l 17\n 552 204 l 1\n 552 -200 l 13\n 504 -200 l 21\n 504 252 l 1\n 889 252 l 9\nEndSplineSet\nMinimumDistance: y6,4 y6,5 y12,14 y12,13 x12,10 x12,11 x6,8 x6,7 \nEndChar\nStartChar: SF190000\nEncoding: 9569 9569 2679\nWidth: 889\nFlags: W\nHStem: 204 48<1 431> 348 48<1 432>\nVStem: 432 48<-199 203 253 347 397 800>\nFore\n480 801 m 17\n 480 -200 l 13\n 432 -200 l 21\n 432 204 l 1\n 0 204 l 9\n 0 252 l 17\n 432 252 l 1\n 432 348 l 1\n 0 348 l 9\n 0 396 l 17\n 432 396 l 1\n 432 801 l 9\n 480 801 l 17\nEndSplineSet\nMinimumDistance: x0,-1 y10,0 y10,11 y3,1 y3,2 x7,9 x7,8 x3,5 x3,4 \nEndChar\nStartChar: SF200000\nEncoding: 9570 9570 2680\nWidth: 889\nFlags: W\nHStem: 276 48<1 360>\nVStem: 360 48<-199 275 325 800> 504 48<-199 800>\nFore\n504 801 m 9\n 552 801 l 17\n 552 -200 l 13\n 504 -200 l 21\n 504 801 l 9\n408 -200 m 13\n 360 -200 l 21\n 360 276 l 1\n 0 276 l 9\n 0 324 l 17\n 360 324 l 1\n 360 801 l 9\n 408 801 l 17\n 408 -200 l 13\nEndSplineSet\nMinimumDistance: x1,-1 y9,11 y9,10 y6,4 y6,5 x6,8 x6,7 \nEndChar\nStartChar: SF230000\nEncoding: 9571 9571 2681\nWidth: 889\nFlags: W\nHStem: 204 48<1 359> 348 48<1 360> 348 453<361 407>\nVStem: 360 48<-199 203 397 800> 504 48<-199 800>\nFore\n504 -200 m 21\n 504 801 l 9\n 552 801 l 17\n 552 -200 l 13\n 504 -200 l 21\n0 348 m 9\n 0 396 l 17\n 360 396 l 1\n 360 801 l 9\n 408 801 l 17\n 408 348 l 17\n 0 348 l 9\n408 -200 m 13\n 360 -200 l 21\n 360 204 l 1\n 0 204 l 9\n 0 252 l 17\n 408 252.015 l 1\n 408 -200 l 13\nEndSplineSet\nMinimumDistance: x2,-1 y6,8 y6,7 y12,10 y12,11 x12,14 x12,13 x6,4 x6,5 \nEndChar\nStartChar: SF470000\nEncoding: 9572 9572 2682\nWidth: 889\nFlags: W\nHStem: 204 48<1 431 481 888> 348 48<1 888>\nVStem: 432 48<-199 204>\nFore\n0 396 m 17\n 889 396 l 9\n 889 348 l 17\n 0 348 l 9\n 0 396 l 17\n889 252 m 9\n 889 204 l 17\n 480 204 l 1\n 480 -200 l 13\n 432 -200 l 21\n 432 204 l 1\n 0 204 l 9\n 0 252 l 17\n 889 252 l 9\nEndSplineSet\nMinimumDistance: y6,8 y6,7 x9,11 x9,10 x6,4 x6,5 \nEndChar\nStartChar: SF480000\nEncoding: 9573 9573 2683\nWidth: 889\nFlags: W\nHStem: 276 48<1 359 409 503 553 888>\nVStem: 360 48<-199 275> 504 48<-199 276>\nFore\n0 324 m 17\n 889 324 l 9\n 889 276 l 17\n 552 276 l 1\n 552 -200 l 13\n 504 -200 l 21\n 504 276 l 1\n 408 276 l 1\n 408 -200 l 13\n 360 -200 l 21\n 360 276 l 1\n 0 276 l 9\n 0 324 l 17\nEndSplineSet\nMinimumDistance: y7,9 y7,8 y3,5 y3,4 x3,1 x3,2 x10,0 x10,11 \nEndChar\nStartChar: SF410000\nEncoding: 9574 9574 2684\nWidth: 889\nFlags: W\nHStem: 204 48<1 359 553 888> 348 48<1 888>\nVStem: 360 48<-199 203> 504 48<-199 204> 504 385<205 251>\nFore\n0 396 m 17\n 889 396 l 9\n 889 348 l 17\n 0 348 l 9\n 0 396 l 17\n889 252 m 9\n 889 204 l 17\n 552 204 l 1\n 552 -200 l 13\n 504 -200 l 21\n 504 252 l 1\n 889 252 l 9\n408 -200 m 13\n 360 -200 l 21\n 360 204 l 1\n 0 204 l 9\n 0 252 l 17\n 408 252 l 1\n 408 -200 l 13\nEndSplineSet\nMinimumDistance: y12,10 y12,11 y6,8 y6,7 x6,4 x6,5 x12,14 x12,13 \nEndChar\nStartChar: SF450000\nEncoding: 9575 9575 2685\nWidth: 889\nFlags: W\nHStem: 204 48<1 888> 348 48<1 432 480 888> 348 453<433 479>\nVStem: 432 48<396 800>\nFore\n889 204 m 21\n 0 204 l 13\n 0 252 l 21\n 889 252 l 13\n 889 204 l 21\n0 348 m 13\n 0 396 l 21\n 432 396 l 5\n 432 801 l 9\n 480 801 l 17\n 480 396 l 5\n 889 396 l 13\n 889 348 l 21\n 0 348 l 13\nEndSplineSet\nMinimumDistance: y6,8 y6,7 x9,11 x9,10 x6,4 x6,5 \nEndChar\nStartChar: SF460000\nEncoding: 9576 9576 2686\nWidth: 889\nFlags: W\nHStem: 276 48<1 360 408 504 552 888> 276 525<361 407 505 551>\nVStem: 360 48<325 800> 504 48<324 800>\nFore\n889 276 m 21\n 0 276 l 13\n 0 324 l 21\n 360 324 l 5\n 360 801 l 9\n 408 801 l 17\n 408 324 l 5\n 504 324 l 5\n 504 801 l 9\n 552 801 l 17\n 552 324 l 5\n 889 324 l 13\n 889 276 l 21\nEndSplineSet\nMinimumDistance: y7,9 y7,8 y3,5 y3,4 x10,0 x10,11 x3,1 x3,2 \nEndChar\nStartChar: SF400000\nEncoding: 9577 9577 2687\nWidth: 889\nFlags: W\nHStem: 204 48<1 888> 348 48<1 360 552 888> 348 453<361 407 505 551>\nVStem: 360 48<397 800> 504 48<396 800> 504 385<349 395>\nFore\n889 204 m 17\n 0 204 l 9\n 0 252 l 17\n 889 252 l 9\n 889 204 l 17\n504 801 m 9\n 552 801 l 17\n 552 396 l 1\n 889 396 l 9\n 889 348 l 17\n 504 348 l 1\n 504 801 l 9\n0 348 m 9\n 0 396 l 17\n 360 396 l 1\n 360 801 l 9\n 408 801 l 17\n 408 348 l 1\n 0 348 l 9\nEndSplineSet\nMinimumDistance: y12,14 y12,13 y6,4 y6,5 x6,8 x6,7 x12,10 x12,11 \nEndChar\nStartChar: SF540000\nEncoding: 9578 9578 2688\nWidth: 889\nFlags: W\nHStem: 204 48<1 431 481 888> 348 48<1 432 480 888>\nVStem: 432 48<-199 204 252 348 396 800>\nFore\n432 348 m 1\n 0 348 l 9\n 0 396 l 17\n 432 396 l 1\n 432 801 l 9\n 480 801 l 17\n 480 396 l 1\n 889 396 l 9\n 889 348 l 17\n 480 348 l 1\n 480 252 l 1\n 889 252 l 9\n 889 204 l 17\n 480 204 l 1\n 480 -200 l 13\n 432 -200 l 21\n 432 204 l 1\n 0 204 l 9\n 0 252 l 17\n 432 252 l 1\n 432 348 l 1\nEndSplineSet\nMinimumDistance: y3,5 y3,4 y13,15 y13,14 x16,18 x16,17 x10,12 x10,11 x6,8 x6,7 x0,2 x0,1 \nEndChar\nStartChar: SF530000\nEncoding: 9579 9579 2689\nWidth: 889\nFlags: W\nHStem: 276 48<1 360 408 504 552 888>\nVStem: 360 48<-199 275 325 800> 504 48<-199 276 324 800>\nFore\n504 276 m 1\n 408 276 l 1\n 408 -200 l 13\n 360 -200 l 21\n 360 276 l 1\n 0 276 l 9\n 0 324 l 17\n 360 324 l 1\n 360 801 l 9\n 408 801 l 17\n 408 324 l 1\n 504 324 l 1\n 504 801 l 9\n 552 801 l 17\n 552 324 l 1\n 889 324 l 9\n 889 276 l 17\n 552 276 l 1\n 552 -200 l 13\n 504 -200 l 21\n 504 276 l 1\nEndSplineSet\nMinimumDistance: y11,13 y11,12 y7,9 y7,8 y1,3 y1,2 y0,18 y0,19 x14,16 x14,15 x4,6 x4,5 \nEndChar\nStartChar: SF440000\nEncoding: 9580 9580 2690\nWidth: 889\nFlags: W\nHStem: 204 48<1 359 553 888> 348 48<1 360 552 888> 348 453<361 407 505 551>\nVStem: 360 48<-199 203 397 800> 504 48<-199 204 396 800> 504 385<205 251 349 395>\nFore\n408 -200 m 13\n 360 -200 l 21\n 360 204 l 1\n 0 204 l 9\n 0 252 l 17\n 408 252 l 1\n 408 -200 l 13\n504 801 m 9\n 552 801 l 17\n 552 396 l 1\n 889 396 l 9\n 889 348 l 17\n 504 348 l 1\n 504 801 l 9\n889 252 m 9\n 889 204 l 17\n 552 204 l 1\n 552 -200 l 13\n 504 -200 l 21\n 504 252 l 1\n 889 252 l 9\n0 348 m 9\n 0 396 l 17\n 360 396 l 1\n 360 801 l 9\n 408 801 l 17\n 408 348 l 1\n 0 348 l 9\nEndSplineSet\nMinimumDistance: y20,22 y20,21 y8,6 y8,7 y14,16 y14,15 y2,0 y2,1 x14,12 x14,13 x8,10 x8,9 x20,18 x20,19 x2,4 x2,3 \nEndChar\nStartChar: uni256D\nEncoding: 9581 9581 2691\nWidth: 889\nFlags: W\nHStem: 0 21G<432 480> 376 48<880 888>\nVStem: 432 48<0.250025 26.8668>\nFore\n480 0 m 9\n 432 0 l 17\n 429 249 606 423 889 424 c 9\n 889 376 l 17\n 663 372 480 213 480 0 c 9\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: upblock\nEncoding: 9600 9600 2692\nWidth: 761\nFlags: W\nHStem: 200 500<1 760>\nVStem: 0 761<201 699>\nFore\n761 200 m 1\n 0 200 l 1\n 0 700 l 1\n 761 700 l 1\n 761 200 l 1\nEndSplineSet\nEndChar\nStartChar: uni2581\nEncoding: 9601 9601 2693\nWidth: 761\nFlags: W\nHStem: -200 125<1 760>\nVStem: 0 761<-199 -76>\nFore\n761 -200 m 1\n 0 -200 l 1\n 0 -75 l 5\n 761 -75 l 5\n 761 -200 l 1\nEndSplineSet\nEndChar\nStartChar: uni2582\nEncoding: 9602 9602 2694\nWidth: 761\nFlags: W\nHStem: -200 250<1 760>\nVStem: 0 761<-199 49>\nFore\n761 -200 m 1\n 0 -200 l 1\n 0 50 l 5\n 761 50 l 5\n 761 -200 l 1\nEndSplineSet\nEndChar\nStartChar: uni2583\nEncoding: 9603 9603 2695\nWidth: 761\nFlags: W\nHStem: -200 375<1 760>\nVStem: 0 761<-199 174>\nFore\n761 -200 m 1\n 0 -200 l 1\n 0 175 l 5\n 761 175 l 5\n 761 -200 l 1\nEndSplineSet\nEndChar\nStartChar: dnblock\nEncoding: 9604 9604 2696\nWidth: 761\nFlags: W\nHStem: -200 500<1 760>\nVStem: 0 761<-199 299>\nFore\n761 -200 m 1\n 0 -200 l 1\n 0 300 l 5\n 761 300 l 5\n 761 -200 l 1\nEndSplineSet\nEndChar\nStartChar: uni2585\nEncoding: 9605 9605 2697\nWidth: 761\nFlags: W\nHStem: -200 625<1 760>\nVStem: 0 761<-199 424>\nFore\n761 -200 m 1\n 0 -200 l 1\n 0 425 l 5\n 761 425 l 5\n 761 -200 l 1\nEndSplineSet\nEndChar\nStartChar: uni2586\nEncoding: 9606 9606 2698\nWidth: 761\nFlags: W\nHStem: -200 750<1 760>\nVStem: 0 761<-199 549>\nFore\n761 -200 m 1\n 0 -200 l 1\n 0 550 l 5\n 761 550 l 5\n 761 -200 l 1\nEndSplineSet\nEndChar\nStartChar: uni2587\nEncoding: 9607 9607 2699\nWidth: 761\nFlags: W\nHStem: -200 875<1 760>\nVStem: 0 761<-199 674>\nFore\n761 -200 m 1\n 0 -200 l 1\n 0 675 l 5\n 761 675 l 5\n 761 -200 l 1\nEndSplineSet\nEndChar\nStartChar: block\nEncoding: 9608 9608 2700\nWidth: 761\nFlags: W\nHStem: -200 1000<1 760>\nVStem: 0 761<-199 799>\nFore\n761 -200 m 1\n 0 -200 l 1\n 0 800 l 1\n 761 800 l 1\n 761 -200 l 1\nEndSplineSet\nEndChar\nStartChar: uni2589\nEncoding: 9609 9609 2701\nWidth: 761\nFlags: W\nHStem: -200 1000<1 665>\nVStem: 0 666<-199 799>\nFore\n666 -200 m 5\n 0 -200 l 5\n 0 800 l 1\n 666 800 l 1\n 666 -200 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni258A\nEncoding: 9610 9610 2702\nWidth: 761\nFlags: W\nHStem: -200 1000<1 570>\nVStem: 0 571<-199 799>\nFore\n571 -200 m 5\n 0 -200 l 5\n 0 800 l 1\n 571 800 l 1\n 571 -200 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni258B\nEncoding: 9611 9611 2703\nWidth: 761\nFlags: W\nHStem: -200 1000<1 475>\nVStem: 0 476<-199 799>\nFore\n476 -200 m 5\n 0 -200 l 5\n 0 800 l 1\n 476 800 l 1\n 476 -200 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: lfblock\nEncoding: 9612 9612 2704\nWidth: 761\nFlags: W\nHStem: -200 1000<1 380>\nVStem: 0 381<-199 799>\nFore\n381 -200 m 5\n 0 -200 l 5\n 0 800 l 1\n 381 800 l 1\n 381 -200 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni258D\nEncoding: 9613 9613 2705\nWidth: 761\nFlags: W\nHStem: -200 1000<1 285>\nVStem: 0 286<-199 799>\nFore\n286 -200 m 5\n 0 -200 l 5\n 0 800 l 1\n 286 800 l 1\n 286 -200 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni258E\nEncoding: 9614 9614 2706\nWidth: 761\nFlags: W\nHStem: -200 1000<1 190>\nVStem: 0 191<-199 799>\nFore\n191 -200 m 5\n 0 -200 l 5\n 0 800 l 1\n 191 800 l 1\n 191 -200 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni258F\nEncoding: 9615 9615 2707\nWidth: 761\nFlags: W\nHStem: -200 1000<1 95>\nVStem: 0 96<-199 799>\nFore\n96 -200 m 5\n 0 -200 l 5\n 0 800 l 1\n 96 800 l 1\n 96 -200 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: rtblock\nEncoding: 9616 9616 2708\nWidth: 761\nFlags: W\nHStem: -200 1000<381 760>\nVStem: 380 381<-199 799>\nFore\n761 -200 m 5\n 380 -200 l 5\n 380 800 l 1\n 761 800 l 1\n 761 -200 l 5\nEndSplineSet\nEndChar\nStartChar: uni2594\nEncoding: 9620 9620 2709\nWidth: 761\nFlags: W\nHStem: 675 125<1 760>\nVStem: 0 761<676 799>\nFore\n761 675 m 5\n 0 675 l 5\n 0 800 l 1\n 761 800 l 1\n 761 675 l 5\nEndSplineSet\nEndChar\nStartChar: uni2595\nEncoding: 9621 9621 2710\nWidth: 761\nFlags: W\nHStem: -200 1000<666 760>\nVStem: 665 96<-199 799>\nFore\n761 -200 m 5\n 665 -200 l 5\n 665 800 l 1\n 761 800 l 1\n 761 -200 l 5\nEndSplineSet\nEndChar\nStartChar: filledbox\nEncoding: 9632 9632 2711\nWidth: 761\nFlags: W\nHStem: 0 691<36 725>\nVStem: 35 691<1 690>\nFore\n726 0 m 1\n 35 0 l 1\n 35 691 l 1\n 726 691 l 1\n 726 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: H22073\nEncoding: 9633 9633 2712\nWidth: 761\nFlags: W\nHStem: 0 32<68 693> 659 32<68 693>\nVStem: 35 32<33 658> 694 32<33 658>\nFore\n726 0 m 1\n 35 0 l 1\n 35 691 l 1\n 726 691 l 1\n 726 0 l 1\n694 32 m 1\n 694 659 l 1\n 67 659 l 1\n 67 32 l 1\n 694 32 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: triagup\nEncoding: 9650 9650 2713\nWidth: 892\nFlags: W\nHStem: 0 21G<35 858>\nFore\n858 0 m 1\n 35 0 l 1\n 447 706 l 1\n 858 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni25B6\nEncoding: 9654 9654 2714\nWidth: 892\nFlags: W\nFore\n93.5 -58.5 m 5\n 93.5 764.5 l 5\n 799.5 352.5 l 5\n 93.5 -58.5 l 5\nEndSplineSet\nEndChar\nStartChar: triagdn\nEncoding: 9660 9660 2715\nWidth: 892\nFlags: W\nFore\n858 691 m 1\n 447 -14 l 1\n 35 691 l 1\n 858 691 l 1\nEndSplineSet\nEndChar\nStartChar: uni25C0\nEncoding: 9664 9664 2716\nWidth: 892\nFlags: W\nFore\n799.5 764.5 m 5\n 799.5 -58.5 l 5\n 93.5 353.5 l 5\n 799.5 764.5 l 5\nEndSplineSet\nEndChar\nStartChar: uni25C6\nEncoding: 9670 9670 2717\nWidth: 788\nFlags: W\nFore\n395 -14 m 1\n 35 346 l 1\n 395 705 l 1\n 754 346 l 1\n 395 -14 l 1\nEndSplineSet\nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 2718\nWidth: 494\nFlags: MW\nHStem: 0 20\nVStem: 81 159\nFore\n209 0 m 1\n 18 377 l 1\n 214 740 l 1\n 277 740 l 1\n 466 374 l 1\n 269 0 l 1\n 209 0 l 1\n240 58 m 1\n 402 374 l 1\n 245 683 l 1\n 81 377 l 1\n 240 58 l 1\nEndSplineSet\nEndChar\nStartChar: circle\nEncoding: 9675 9675 2719\nWidth: 791\nFlags: W\nHStem: -14 32<371 419> 676 32<387 419>\nVStem: 35 32<338 370> 725 32<322 370>\nFore\n401 676 m 0\n 216 676 67 531 67 350 c 0\n 67 166 214 18 396 18 c 0\n 577 18 725 166 725 347 c 0\n 725 527 577 676 401 676 c 0\n402 708 m 0\n 595 708 757 544 757 347 c 0\n 757 148 595 -14 396 -14 c 0\n 196 -14 35 148 35 350 c 0\n 35 549 198 708 402 708 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: H18533\nEncoding: 9679 9679 2720\nWidth: 791\nFlags: W\nHStem: -14 722<387 419>\nVStem: 35 722<338 370>\nFore\n402 708 m 0\n 595 708 757 544 757 347 c 0\n 757 148 595 -14 396 -14 c 0\n 196 -14 35 148 35 350 c 4\n 35 549 198 708 402 708 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25D0\nEncoding: 9680 9680 2721\nWidth: 791\nFlags: W\nHStem: -13.9659 31.9659<400.25 423.306> 676 32<400.25 419>\nVStem: 35 365<338 370> 725 32<322 370>\nFore\n400 676 m 1\n 400 676 400 535 400 354 c 1\n 400 170 400 18 400 18 c 1\n 581 18 725 166 725 347 c 0\n 725 527 576 676 400 676 c 1\n402 708 m 0\n 595 708 757 544 757 347 c 0\n 757 148 595 -14 396 -14 c 0\n 196 -14 35 148 35 350 c 0\n 35 549 198 708 402 708 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni25D1\nEncoding: 9681 9681 2722\nWidth: 791\nFlags: W\nHStem: -13.1429 31.1429<371 391> 676 32<371 391>\nVStem: 35 32<322 370> 392 365<338 370>\nFore\n392 676 m 1\n 392 676 392 535 392 354 c 1\n 392 170 392 18 392 18 c 1\n 211 18 67 166 67 347 c 0\n 67 527 216 676 392 676 c 1\n390 708 m 0\n 197 708 35 544 35 347 c 0\n 35 148 197 -14 396 -14 c 0\n 596 -14 757 148 757 350 c 0\n 757 549 594 708 390 708 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni25D2\nEncoding: 9682 9682 2723\nWidth: 791\nFlags: W\nHStem: -14 365<371 419> 676 32<371 419>\nVStem: 35 32<351.25 370> 725 31.9659<351.25 374.306>\nFore\n67 351 m 1\n 67 351 208 351 389 351 c 1\n 573 351 725 351 725 351 c 1\n 725 532 577 676 396 676 c 0\n 216 676 67 527 67 351 c 1\n35 353 m 0\n 35 546 199 708 396 708 c 0\n 595 708 757 546 757 347 c 0\n 757 147 595 -14 393 -14 c 0\n 194 -14 35 149 35 353 c 0\nEndSplineSet\nEndChar\nStartChar: uni25D3\nEncoding: 9683 9683 2724\nWidth: 791\nFlags: W\nHStem: -14 32<371 419> 343 365<371 419>\nVStem: 35 32<322 342> 725 31.1429<322 342>\nFore\n67 343 m 1\n 67 343 208 343 389 343 c 1\n 573 343 725 343 725 343 c 1\n 725 162 577 18 396 18 c 0\n 216 18 67 167 67 343 c 1\n35 341 m 0\n 35 148 199 -14 396 -14 c 0\n 595 -14 757 148 757 347 c 0\n 757 547 595 708 393 708 c 0\n 194 708 35 545 35 341 c 0\nEndSplineSet\nEndChar\nStartChar: uni25D4\nEncoding: 9684 9684 2725\nWidth: 791\nFlags: W\nHStem: -14 32<371 419> 351 357<396 419> 676 31.7123<387 395>\nVStem: 35 32<338 370> 396 360.978<351 373.997> 725 32<322 350>\nFore\n402 708 m 0\n 595 708 757 544 757 347 c 0\n 757 148 595 -14 396 -14 c 0\n 196 -14 35 148 35 350 c 0\n 35 549 198 708 402 708 c 0\n396 676 m 1\n 213.323 673.415 67 529.366 67 350 c 0\n 67 166 214 18 396 18 c 0\n 577 18 725 166 725 347 c 0\n 725 348.335 725.016 349.668 725 351 c 1\n 396 351 l 1\n 396 351 396.001 675.999 396 676 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni25D5\nEncoding: 9685 9685 2726\nWidth: 791\nFlags: W\nHStem: -14 365<371 396> 676 32<371 396>\nVStem: 35 32<351.25 370> 396 6.10352e-05<545.851 676> 396 360.966<351.124 374.306>\nFore\n67 351 m 1\n 396 351 l 1\n 396 436.126 396 724.893 396 676 c 1\n 216 676 67 527 67 351 c 1\n35 353 m 0\n 35 546 199 708 396 708 c 0\n 595 708 757 546 757 347 c 0\n 757 147 595 -14 393 -14 c 0\n 194 -14 35 149 35 353 c 0\nEndSplineSet\nEndChar\nStartChar: uni25D6\nEncoding: 9686 9686 2727\nWidth: 791\nFlags: W\nHStem: -14 719<387 402>\nVStem: 35 368<322 370>\nFore\n403 705 m 5\n 392 705 l 6\n 199 705 35 540 35 346 c 4\n 35 204 124 69 252 15 c 4\n 297 -4 342 -13 403 -14 c 5\n 403 705 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25D7\nEncoding: 9687 9687 2728\nWidth: 791\nFlags: W\nHStem: -14 719<399.063 415>\nVStem: 399 368<322 370>\nFore\n399 705 m 5\n 410 705 l 6\n 603 705 767 540 767 346 c 4\n 767 204 678 69 550 15 c 4\n 505 -4 460 -13 399 -14 c 5\n 399 705 l 5\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni25E2\nEncoding: 9698 9698 2729\nWidth: 761\nFlags: W\nHStem: 0 21G<35 726>\nFore\n726 691 m 5\n 726 0 l 1\n 35 0 l 1\n 726 691 l 5\nEndSplineSet\nEndChar\nStartChar: uni25E3\nEncoding: 9699 9699 2730\nWidth: 761\nFlags: W\nHStem: 0 21G<35 726>\nFore\n726 0 m 5\n 35 0 l 1\n 35 691 l 1\n 726 0 l 5\nEndSplineSet\nEndChar\nStartChar: uni25E4\nEncoding: 9700 9700 2731\nWidth: 761\nFlags: W\nHStem: 671 20G<35 726>\nFore\n35 0 m 5\n 35 691 l 1\n 726 691 l 1\n 35 0 l 5\nEndSplineSet\nEndChar\nStartChar: uni25E5\nEncoding: 9701 9701 2732\nWidth: 761\nFlags: W\nHStem: 671 20G<35 726>\nFore\n35 691 m 5\n 726 691 l 1\n 726 0 l 1\n 35 691 l 5\nEndSplineSet\nEndChar\nStartChar: uni25E7\nEncoding: 9703 9703 2733\nWidth: 761\nFlags: W\nHStem: 0 32<381 693> 659 32<381 693>\nVStem: 35 345<32.2499 658.689> 694 32<33 658>\nFore\n726 0 m 1\n 35 0 l 1\n 35 691 l 1\n 726 691 l 1\n 726 0 l 1\n694 32 m 1\n 694 659 l 1\n 380 659 l 5\n 381.787 446.422 380.754 239.497 380 32 c 5\n 694 32 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25E8\nEncoding: 9704 9704 2734\nWidth: 761\nFlags: W\nHStem: 0 32<68 380> 659 32<68 380>\nVStem: 35 32<33 658> 381 345<33 658>\nFore\n726 0 m 1\n 35 0 l 1\n 35 691 l 1\n 726 691 l 1\n 726 0 l 1\n381 32 m 5\n 381 659 l 5\n 67 659 l 1\n 67 32 l 1\n 381 32 l 5\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni25E9\nEncoding: 9705 9705 2735\nWidth: 761\nFlags: W\nHStem: 0 32<68 693> 671 20G<35 726>\nVStem: 694 32<33 658>\nFore\n67 32 m 5\n 694 32 l 1\n 694 659 l 1\n 67 32 l 5\n726 0 m 1\n 35 0 l 1\n 35 691 l 1\n 726 691 l 1\n 726 0 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni25EA\nEncoding: 9706 9706 2736\nWidth: 761\nFlags: W\nHStem: 0 21G<35 726> 659 32<68 693>\nVStem: 35 32<33 658>\nFore\n694 659 m 5\n 67 659 l 1\n 67 32 l 1\n 694 659 l 5\n726 0 m 1\n 35 0 l 1\n 35 691 l 1\n 726 691 l 1\n 726 0 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2605\nEncoding: 9733 9733 2737\nWidth: 816\nFlags: W\nFore\n409 707 m 1\n 494 437 l 1\n 782 437 l 1\n 551 263 l 1\n 640 -13 l 1\n 409 157 l 1\n 179 -13 l 1\n 269 263 l 1\n 35 437 l 1\n 322 437 l 1\n 409 707 l 1\nEndSplineSet\nEndChar\nStartChar: uni2606\nEncoding: 9734 9734 2738\nWidth: 823\nFlags: W\nDStem: 35 455 106 430 244 271 282 286 244 271 282 286 184 2 234 74 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 632 414 719 484 446 512 477 414 719 414 632 311 477 342 444 414 153 416 196 650 2 600 72 416 196 414 153 234 74 184 2 538 282 580 271 600 72 650 2 704 430 787 455 538 282 580 271\nFore\n414 719 m 1\n 512 477 l 1\n 787 455 l 1\n 580 271 l 1\n 650 2 l 1\n 414 153 l 1\n 184 2 l 1\n 244 271 l 1\n 35 455 l 1\n 311 477 l 1\n 414 719 l 1\n414 632 m 1\n 342 444 l 1\n 106 430 l 1\n 282 286 l 1\n 234 74 l 1\n 416 196 l 1\n 600 72 l 1\n 538 282 l 1\n 704 430 l 1\n 484 446 l 1\n 414 632 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni260C\nEncoding: 9740 9740 2739\nWidth: 799\nFlags: W\nHStem: 0 40<263 279> 390 41<263 279>\nVStem: 55 41<208 224> 446 40<208 224>\nDStem: 643 616 671 588 408 381 436 353\nFore\n446 215 m 0\n 446 262 427 306 395 339 c 0\n 362 372 317 390 271 390 c 0\n 173.392 390 96 310.834 96 215 c 0\n 96 169 114 124 147 91 c 0\n 180 59 224 40 271 40 c 0\n 367.372 40 446 121.043 446 215 c 0\n118 368 m 1\n 159 408 214 431 271 431 c 0\n 321 431 370 413 408 381 c 1\n 643 616 l 2\n 647 620 652 622 657 622 c 0\n 667 622 677 612 677 602 c 0\n 677 597 675 591 671 588 c 2\n 436 353 l 1\n 468 314 486 266 486 215 c 0\n 486 96.389 387.874 -5.08626e-06 271 0 c 0\n 214 0 159 23 118 63 c 0\n 78 103 55 158 55 215 c 0\n 55 272 78 327 118 368 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni260D\nEncoding: 9741 9741 2740\nWidth: 972\nFlags: W\nHStem: -108 40<279 311> 322 40<279 295> 410 41<679.056 711> 841 40<679.119 711>\nVStem: 55 41<116 132> 464 40<628 660> 486 40<116 132> 895 40<628 660>\nDStem: 523 490 554 461 437 312 467 283\nFore\n486 127 m 0\n 486 235.354 396.925 322 291 322 c 0\n 182.276 322 96 233.183 96 127 c 0\n 96 18.6463 184.218 -68 291 -68 c 0\n 343 -68 392 -48 429 -11 c 0\n 465 26 486 75 486 127 c 0\n55 127 m 0\n 55 257.782 163.316 362 291 362 c 0\n 344 362 395 344 437 312 c 1\n 523 490 l 1\n 485 533 464 588 464 646 c 0\n 464 708 489 768 533 812 c 0\n 577 856 637 881 699 881 c 0\n 762 881 822 856 866 812 c 0\n 910 768 935 708 935 646 c 0\n 935 583 910 524 866 479 c 0\n 822 435 762 410 699 410 c 0\n 646 410 595 428 554 461 c 1\n 467 283 l 1\n 505 240 526 185 526 127 c 0\n 526 65 501 5 457 -39 c 0\n 413 -84 353 -108 291 -108 c 0\n 228 -108 169 -84 124 -39 c 0\n 80 5 55 65 55 127 c 0\n895 646 m 0\n 895 753.932 804.365 841 699 841 c 0\n 591.881 841 504 750.917 504 646 c 0\n 504 537.276 593.685 451 699 451 c 0\n 807.051 451 895 538.715 895 646 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni260E\nEncoding: 9742 9742 2741\nWidth: 719\nFlags: W\nHStem: 138 70<354 370> 377 24<65 114 594 651> 402 32<354 370> 480 86<338 386>\nVStem: 252.371 213.626<430 431>\nFore\n555 138 m 2\n 163 138 l 2\n 156 138 152 138 151 139 c 0\n 144 139 142 152 140 200 c 1\n 166 274 169 281 204 367 c 0\n 212.059 383.117 229.646 399.977 243 415 c 0\n 252 426 253 427 253 440 c 0\n 253 450 252 458 250 470 c 1\n 218 463 206 454 196 427 c 1\n 165 420 139 418 91 418 c 0\n 64 418 55 419 34 423 c 1\n 39 472 48 496 66 511 c 0\n 103 540 239 566 359 566 c 0\n 478 566 614 540 651 511 c 0\n 670 496 678 472 683 423 c 1\n 662 419 652 418 626 418 c 0\n 578 418 553 420 522 427 c 1\n 512 454 500 463 467 470 c 1\n 466 458 465 451 465 440 c 0\n 465 427 465 427 496 392 c 0\n 514 373 528 341 577 200 c 1\n 576 164 573 141 570 140 c 1\n 569 138 568 138 555 138 c 2\n267 472 m 1\n 284 431 l 1\n 324 433 342 434 359 434 c 0\n 377 434 394 433 434 431 c 1\n 451 472 l 1\n 408.108 477.362 385.579 480 359 480 c 0\n 333.78 480 301.93 476.366 267 472 c 1\n362 402 m 0\n 307 402 263 359 263 306 c 0\n 263 251 306 208 360 208 c 0\n 413 208 457 252 457 305 c 0\n 457 357 413 402 362 402 c 0\n685 408 m 1\n 675 379 671 377 629 377 c 0\n 547 377 534 381 527 408 c 1\n 563 403 585 401 614 401 c 0\n 649 401 662 402 685 408 c 1\n34 408 m 1\n 54 402 59 401 90 401 c 0\n 123 401 159 403 193 408 c 1\n 187 390 183 386 171 383 c 0\n 158 379 125 377 85 377 c 0\n 49 377 45 380 34 408 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni2610\nEncoding: 9744 9744 2742\nWidth: 761\nFlags: W\nHStem: 0 32<68 693> 659 32<68 693>\nVStem: 35 32<33 658> 694 32<33 658>\nRef: 9633 9633 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2611\nEncoding: 9745 9745 2743\nWidth: 761\nFlags: W\nHStem: 0 32<68 693> 108.854 199.146<215 219> 659 32<68 693>\nVStem: 35 32<33 658> 694 32<33 658>\nFore\n604 583 m 1\n 604 572 l 1\n 506 468 354 257 283 124 c 0\n 276 111 268 108 235 108 c 0\n 208 108 204 110 198 120 c 0\n 173 168 151 236 151 263 c 0\n 151 272 154 278 163 284 c 0\n 181 298 202 308 217 308 c 0\n 225 308 228 304 232 294 c 2\n 251 247 l 2\n 256 236 260 231 264 231 c 0\n 268 231 272 236 281 251 c 0\n 349 367 445 500 496 551 c 1\n 523 570 567 583 604 583 c 1\nEndSplineSet\nRef: 9633 9633 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2612\nEncoding: 9746 9746 2744\nWidth: 761\nFlags: W\nHStem: 0 32<68 693> 659 32<68 693>\nVStem: 35 32<33 658> 694 32<33 658>\nDStem: 152.64 535.42 191.58 574.36 342.72 346.66 381 384.28 342.72 346.66 381 308.38 152.64 156.58 191.58 117.64 381 308.38 419.28 346.66 570.42 117.64 609.36 156.58 570.42 574.36 609.36 535.42 381 384.28 419.28 346.66\nRef: 10005 10005 S 0.66 0 0 0.66 129.54 117.64\nRef: 9633 9633 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2619\nEncoding: 9753 9753 2745\nWidth: 760\nFlags: W\nHStem: 126.542 70.4581<110 125> 394 21<214 224>\nVStem: 42.0072 59.9928<509 539> 189 23.0677<379 382> 700.993 57.0068<284 303>\nRef: 10087 10087 N 1 0 0 1 0 0\nEndChar\nStartChar: uni261A\nEncoding: 9754 9754 2746\nWidth: 960\nFlags: W\nHStem: 122 445.998<499 559>\nVStem: 271 585.998<329 361> 901 24<298 346>\nFore\n298 425 m 2\n 316 424 l 1\n 278 392 271 381 271 361 c 0\n 271 339 288 321 323 307 c 1\n 309 292 304 280 304 263 c 0\n 304 240 314 229 345 220 c 1\n 344 211 343 203 343 196 c 0\n 343 169 360 153 397 145 c 0\n 456 132 526 122 559 122 c 0\n 601 122 603 123 679 165 c 0\n 689 171 694 174 700 176 c 0\n 705 178 707 178 727 180 c 0\n 753 182 804 190 820 194 c 0\n 838 199 857 268 857 329 c 0\n 857 388 841 443 818 461 c 0\n 807 470 806 470 758 473 c 0\n 722 476 715 478 686 495 c 0\n 655 512 607 535 562 554 c 0\n 537 565 523 568 499 568 c 0\n 448 568 315 552 269 541 c 0\n 221 529 113 490 76 471 c 0\n 48 456 35 444 35 430 c 0\n 35 420 43 413 61 408 c 0\n 77 403 116 399 137 399 c 0\n 156 399 162 400 203 410 c 0\n 237 419 278 425 298 425 c 2\n819 494 m 1\n 840 493 848 491 860 479 c 0\n 884 454 901 388 901 317 c 0\n 901 217 873 159 825 159 c 0\n 824 159 822 159 819 160 c 1\n 828 149 836 145 847 145 c 0\n 895 145 925 211 925 317 c 0\n 925 424 888 510 841 510 c 0\n 832 510 826 506 819 494 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni261B\nEncoding: 9755 9755 2747\nWidth: 960\nFlags: W\nHStem: 122.003 445.997<401 461>\nVStem: 35 24<298 346> 103.002 585.998<329 361>\nFore\n662 425 m 2\n 644 424 l 1\n 682 392 689 381 689 361 c 0\n 689 339 672 321 637 307 c 1\n 651 292 656 280 656 263 c 0\n 656 240 646 229 615 220 c 1\n 616 211 617 203 617 196 c 0\n 617 169 600 153 563 145 c 0\n 504 132 434 122 401 122 c 0\n 359 122 357 123 281 165 c 0\n 271 171 266 174 260 176 c 0\n 255 178 253 178 233 180 c 0\n 207 182 156 190 140 194 c 0\n 122 199 103 268 103 329 c 0\n 103 388 119 443 142 461 c 0\n 153 470 154 470 202 473 c 0\n 238 476 245 478 274 495 c 0\n 305 512 353 535 398 554 c 0\n 423 565 437 568 461 568 c 0\n 512 568 645 552 691 541 c 0\n 739 529 847 490 884 471 c 0\n 912 456 925 444 925 430 c 0\n 925 420 917 413 899 408 c 0\n 883 403 844 399 823 399 c 0\n 804 399 798 400 757 410 c 0\n 723 419 682 425 662 425 c 2\n141 494 m 1\n 120 493 112 491 100 479 c 0\n 76 454 59 388 59 317 c 0\n 59 217 87 159 135 159 c 0\n 136 159 138 159 141 160 c 1\n 132 149 124 145 113 145 c 0\n 65 145 35 211 35 317 c 0\n 35 424 72 510 119 510 c 0\n 128 510 134 506 141 494 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni261C\nEncoding: 9756 9756 2748\nWidth: 939\nFlags: W\nHStem: 133 22<349 374> 160.932 24.0685<432 501> 173 39<738 787> 314 27<560 579> 353 16<386 402> 404 31.4733<252 278> 450 33<689 703> 521 25<289 361> 532 27<493 501>\nVStem: 35 33<467 474> 219 34<206 214> 234 32<287 295> 261 31<364 373> 404.922 26.0779<185 187> 704 33<213 221 252 450>\nFore\n904 507 m 5\n 704 518 l 5\n 704 484 l 5\n 697 483 693 483 690 483 c 4\n 665 483 645 491 602 518 c 4\n 556 547 525 559 494 559 c 4\n 474 559 458 554 439 541 c 5\n 405 545 385 546 360 546 c 4\n 232 546 120 537 87 523 c 4\n 55 510 35 489 35 468 c 4\n 35 453 45 438 62 428 c 4\n 81 416 104 413 198 408 c 4\n 261 404 261 404 279 404 c 5\n 266 390 261 380 261 368 c 4\n 261 362 263 357 268 345 c 5\n 244 330 234 313 234 288 c 4\n 234 277 236 272 244 262 c 5\n 225 240 219 228 219 214 c 4\n 219 173 289 133 361 133 c 4\n 391 133 411 142 424 161 c 5\n 537 160 548 161 606 191 c 4\n 631 204 648 213 654 215 c 4\n 660 217 681 220 704 222 c 5\n 704 173 l 5\n 787 173 l 5\n 799 148 l 5\n 904 161 l 5\n 904 507 l 5\n800 484 m 5\n 791 212 l 5\n 737 212 l 5\n 737 484 l 5\n 800 484 l 5\n704 450 m 5\n 704 252 l 5\n 680 251 669 249 655 245 c 4\n 648 242 637 236 623 228 c 6\n 599 213 l 6\n 569 194 526 184 474 184 c 4\n 465 184 457 184 431 185 c 5\n 431 198 l 5\n 456 203 465 217 467 252 c 5\n 502 258 510 267 525 314 c 5\n 579 314 l 5\n 646 337 l 5\n 638 352 l 5\n 625 349 l 6\n 602 344 583 341 571 341 c 4\n 538 341 507 356 482 383 c 5\n 525 436 l 5\n 513 450 l 5\n 454 401 l 5\n 426 376 411 369 390 369 c 4\n 369 369 350 383 350 399 c 4\n 350 409 358 423 370 436 c 6\n 441 507 l 6\n 455 522 479 532 499 532 c 4\n 513 532 535 525 561 512 c 4\n 576 505 576 505 628 472 c 4\n 658 454 670 450 704 450 c 5\n405 518 m 5\n 334 436 l 5\n 316 435 302 435 297 435 c 4\n 198 435 104 442 83 450 c 4\n 75 453 68 463 68 471 c 4\n 68 485 82 497 107 505 c 4\n 133 513 239 521 320 521 c 4\n 343 521 363 520 405 518 c 5\n310 395 m 5\n 312 393 312 393 314 390 c 4\n 336 365 361 353 393 353 c 4\n 407 353 423 356 438 362 c 4\n 443 364 447 365 449 365 c 4\n 470 365 497 337 497 316 c 4\n 497 297 479 281 459 281 c 4\n 444 281 393 300 342 323 c 4\n 306 340 292 353 292 371 c 4\n 292 380 297 387 310 395 c 5\n290 319 m 4\n 294 319 294 319 372 281 c 4\n 388 274 399 269 403 268 c 4\n 431 260 436 256 436 242 c 4\n 436 228 423 217 408 217 c 4\n 387 217 345 227 313 241 c 4\n 285 252 266 273 266 293 c 4\n 266 306 278 319 290 319 c 4\n271 238 m 4\n 273 238 276 237 280 234 c 4\n 286 231 292 228 331 210 c 4\n 332 210 340 207 353 204 c 4\n 364 202 376 199 387 196 c 4\n 402 193 405 191 405 183 c 4\n 405 167 387 155 362 155 c 4\n 316 155 253 185 253 208 c 4\n 253 219 264 237 271 238 c 4\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni261D\nEncoding: 9757 9757 2749\nWidth: 500\nFlags: W\nHStem: 78.5 33<112 117 150 348> 384.5 26.1289<84 85> 523.5 31<262 271> 549.5 32<185 193> 562.5 34<104 107 109 113> 747.5 33<365 372>\nVStem: 31.5 22<442 467> 59.8038 22.6962<315 380> 71.5 39<28 71> 212.5 27<236 256> 217.5 116.005<523 527> 251.5 16<414 430> 302.51 31.1313<536.514 569.478> 348.5 34<113 127> 419.5 25<454 527> 430.5 27<311 327>\nFore\n405.5 -88.5 m 1\n 416.5 111.5 l 1\n 382.5 111.5 l 1\n 381.5 118.5 381.5 122.5 381.5 125.5 c 0\n 381.5 150.5 389.5 170.5 416.5 213.5 c 0\n 445.5 259.5 457.5 290.5 457.5 321.5 c 0\n 457.5 341.5 452.5 357.5 439.5 376.5 c 1\n 443.5 410.5 444.5 430.5 444.5 455.5 c 0\n 444.5 583.5 435.5 695.5 421.5 728.5 c 0\n 408.5 760.5 387.5 780.5 366.5 780.5 c 0\n 351.5 780.5 336.5 770.5 326.5 753.5 c 0\n 314.5 734.5 311.5 711.5 306.5 617.5 c 0\n 302.5 554.5 302.5 554.5 302.5 536.5 c 1\n 288.5 549.5 278.5 554.5 266.5 554.5 c 0\n 260.5 554.5 255.5 552.5 243.5 547.5 c 1\n 228.5 571.5 211.5 581.5 186.5 581.5 c 0\n 175.5 581.5 170.5 579.5 160.5 571.5 c 1\n 138.5 590.5 126.5 596.5 112.5 596.5 c 0\n 71.5 596.5 31.5 526.5 31.5 454.5 c 0\n 31.5 424.5 40.5 404.5 59.5 391.5 c 1\n 58.5 278.5 59.5 267.5 89.5 209.5 c 0\n 102.5 184.5 111.5 167.5 113.5 161.5 c 0\n 115.5 155.5 118.5 134.5 120.5 111.5 c 1\n 71.5 111.5 l 1\n 71.5 28.5 l 1\n 46.5 16.5 l 1\n 59.5 -88.5 l 1\n 405.5 -88.5 l 1\n382.5 15.5 m 1\n 110.5 24.5 l 1\n 110.5 78.5 l 1\n 382.5 78.5 l 1\n 382.5 15.5 l 1\n348.5 111.5 m 1\n 150.5 111.5 l 1\n 149.5 135.5 147.5 146.5 143.5 160.5 c 0\n 140.5 167.5 134.5 178.5 126.5 192.5 c 2\n 111.5 216.5 l 2\n 92.5 246.5 82.5 289.5 82.5 341.5 c 0\n 82.5 350.5 82.5 358.5 83.5 384.5 c 1\n 96.5 384.5 l 1\n 101.5 359.5 115.5 350.5 150.5 348.5 c 1\n 156.5 313.5 165.5 305.5 212.5 290.5 c 1\n 212.5 236.5 l 1\n 235.5 169.5 l 1\n 250.5 177.5 l 1\n 247.5 190.5 l 2\n 242.5 213.5 239.5 232.5 239.5 244.5 c 0\n 239.5 277.5 254.5 308.5 281.5 333.5 c 1\n 334.5 290.5 l 1\n 348.5 302.5 l 1\n 299.5 361.5 l 1\n 274.5 389.5 267.5 404.5 267.5 425.5 c 0\n 267.5 446.5 281.5 465.5 297.5 465.5 c 0\n 307.5 465.5 321.5 457.5 334.5 445.5 c 2\n 405.5 374.5 l 2\n 420.5 360.5 430.5 336.5 430.5 316.5 c 0\n 430.5 302.5 423.5 280.5 410.5 254.5 c 0\n 403.5 239.5 403.5 239.5 370.5 187.5 c 0\n 352.5 157.5 348.5 145.5 348.5 111.5 c 1\n416.5 410.5 m 1\n 334.5 481.5 l 1\n 333.5 499.5 333.5 513.5 333.5 518.5 c 0\n 333.5 617.5 340.5 711.5 348.5 732.5 c 0\n 351.5 740.5 361.5 747.5 369.5 747.5 c 0\n 383.5 747.5 395.5 733.5 403.5 708.5 c 0\n 411.5 682.5 419.5 576.5 419.5 495.5 c 0\n 419.5 472.5 418.5 452.5 416.5 410.5 c 1\n293.5 505.5 m 1\n 291.5 503.5 291.5 503.5 288.5 501.5 c 0\n 263.5 479.5 251.5 454.5 251.5 422.5 c 0\n 251.5 408.5 254.5 392.5 260.5 377.5 c 0\n 262.5 372.5 263.5 368.5 263.5 366.5 c 0\n 263.5 345.5 235.5 318.5 214.5 318.5 c 0\n 195.5 318.5 179.5 336.5 179.5 356.5 c 0\n 179.5 371.5 198.5 422.5 221.5 473.5 c 0\n 238.5 509.5 251.5 523.5 269.5 523.5 c 0\n 278.5 523.5 285.5 518.5 293.5 505.5 c 1\n217.5 525.5 m 0\n 217.5 521.5 217.5 521.5 179.5 443.5 c 0\n 172.5 427.5 167.5 416.5 166.5 412.5 c 0\n 158.5 384.5 154.5 379.5 140.5 379.5 c 0\n 126.5 379.5 115.5 392.5 115.5 407.5 c 0\n 115.5 428.5 125.5 470.5 139.5 502.5 c 0\n 150.5 530.5 171.5 549.5 191.5 549.5 c 0\n 204.5 549.5 217.5 537.5 217.5 525.5 c 0\n136.5 544.5 m 0\n 136.5 542.5 135.5 539.5 132.5 535.5 c 0\n 129.5 529.5 126.5 523.5 108.5 484.5 c 0\n 108.5 483.5 105.5 475.5 102.5 462.5 c 0\n 100.5 451.5 97.5 439.5 94.5 428.5 c 0\n 91.5 413.5 89.5 410.5 81.5 410.5 c 0\n 65.5 410.5 53.5 428.5 53.5 453.5 c 0\n 53.5 499.5 83.5 562.5 106.5 562.5 c 0\n 117.5 562.5 135.5 551.5 136.5 544.5 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni261E\nEncoding: 9758 9758 2750\nWidth: 939\nFlags: W\nHStem: 133 22<566 591> 161.285 22.7145<439 507> 173 39<152 201> 314 27<360 380> 353 16<537 554> 404 31.0851<660.016 692.815> 450 34<236 251> 521 25<578 651> 532 27<435 451>\nVStem: 202 33<213 221 252 450> 508 26.0778<185 187> 647 31<364 373> 673 32<287 295> 686 34<206 214> 871 33<467 474>\nFore\n35 507 m 5\n 235 518 l 5\n 235 484 l 5\n 242 483 246 483 249 483 c 4\n 274 483 294 491 337 518 c 4\n 383 547 414 559 445 559 c 4\n 465 559 481 554 500 541 c 5\n 534 545 554 546 579 546 c 4\n 707 546 819 537 852 523 c 4\n 884 510 904 489 904 468 c 4\n 904 453 894 438 877 428 c 4\n 858 416 835 413 741 408 c 4\n 678 404 678 404 660 404 c 5\n 673 390 678 380 678 368 c 4\n 678 362 676 357 671 345 c 5\n 695 330 705 313 705 288 c 4\n 705 277 703 272 695 262 c 5\n 714 240 720 228 720 214 c 4\n 720 173 650 133 578 133 c 4\n 548 133 528 142 515 161 c 5\n 402 160 391 161 333 191 c 4\n 308 204 291 213 285 215 c 4\n 279 217 258 220 235 222 c 5\n 235 173 l 5\n 152 173 l 5\n 140 148 l 5\n 35 161 l 5\n 35 507 l 5\n139 484 m 1\n 148 212 l 1\n 202 212 l 1\n 202 484 l 1\n 139 484 l 1\n235 450 m 1\n 235 252 l 1\n 259 251 270 249 284 245 c 0\n 291 242 302 236 316 228 c 2\n 340 213 l 2\n 370 194 413 184 465 184 c 0\n 474 184 482 184 508 185 c 1\n 508 198 l 1\n 483 203 474 217 472 252 c 1\n 437 258 429 267 414 314 c 1\n 360 314 l 1\n 293 337 l 1\n 301 352 l 1\n 314 349 l 2\n 337 344 356 341 368 341 c 0\n 401 341 432 356 457 383 c 1\n 414 436 l 1\n 426 450 l 1\n 485 401 l 1\n 513 376 528 369 549 369 c 0\n 570 369 589 383 589 399 c 0\n 589 409 581 423 569 436 c 2\n 498 507 l 2\n 484 522 460 532 440 532 c 0\n 426 532 404 525 378 512 c 0\n 363 505 363 505 311 472 c 0\n 281 454 269 450 235 450 c 1\n534 518 m 1\n 605 436 l 1\n 623 435 637 435 642 435 c 0\n 741 435 835 442 856 450 c 0\n 864 453 871 463 871 471 c 0\n 871 485 857 497 832 505 c 0\n 806 513 700 521 619 521 c 0\n 596 521 576 520 534 518 c 1\n629 395 m 1\n 627 393 627 393 625 390 c 0\n 603 365 578 353 546 353 c 0\n 532 353 516 356 501 362 c 0\n 496 364 492 365 490 365 c 0\n 469 365 442 337 442 316 c 0\n 442 297 460 281 480 281 c 0\n 495 281 546 300 597 323 c 0\n 633 340 647 353 647 371 c 0\n 647 380 642 387 629 395 c 1\n649 319 m 0\n 645 319 645 319 567 281 c 0\n 551 274 540 269 536 268 c 0\n 508 260 503 256 503 242 c 0\n 503 228 516 217 531 217 c 0\n 552 217 594 227 626 241 c 0\n 654 252 673 273 673 293 c 0\n 673 306 661 319 649 319 c 0\n668 238 m 0\n 666 238 663 237 659 234 c 0\n 653 231 647 228 608 210 c 0\n 607 210 599 207 586 204 c 0\n 575 202 563 199 552 196 c 0\n 537 193 534 191 534 183 c 0\n 534 167 552 155 577 155 c 0\n 623 155 686 185 686 208 c 0\n 686 219 675 237 668 238 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni261F\nEncoding: 9759 9759 2751\nWidth: 500\nFlags: W\nHStem: -88.5 33<365 372> 95.5 34<104 113> 110.5 32<185 193> 137.5 31<262 271> 281.5 26<83 85> 580.5 33<112 116 150 333 335 348> 580.5 200<71 82 84 107 109 111 383 405>\nVStem: 31.5 22<225 250> 59.4113 23.0887<311 377> 71.5 39<615 663> 212.5 27<436 455> 217.5 116.017<165 169> 251.5 16<262 278> 303.201 30.783<128 151> 348.5 33<565 579> 419.5 25<165 238> 430.5 27<369 377>\nDStem: 405.5 317.5 416.5 281.5 334.5 246.5 334.5 210.5\nFore\n405.5 780.5 m 5\n 416.5 580.5 l 5\n 382.5 580.5 l 5\n 381.5 573.5 381.5 569.5 381.5 566.5 c 4\n 381.5 541.5 389.5 521.5 416.5 478.5 c 4\n 445.5 432.5 457.5 401.5 457.5 370.5 c 4\n 457.5 350.5 452.5 334.5 439.5 315.5 c 5\n 443.5 281.5 444.5 261.5 444.5 236.5 c 4\n 444.5 108.5 435.5 -3.5 421.5 -36.5 c 4\n 408.5 -68.5 387.5 -88.5 366.5 -88.5 c 4\n 351.5 -88.5 336.5 -78.5 326.5 -61.5 c 4\n 314.5 -42.5 311.5 -19.5 306.5 74.5 c 4\n 302.5 137.5 302.5 137.5 302.5 155.5 c 5\n 288.5 142.5 278.5 137.5 266.5 137.5 c 4\n 260.5 137.5 255.5 139.5 243.5 144.5 c 5\n 228.5 120.5 211.5 110.5 186.5 110.5 c 4\n 175.5 110.5 170.5 112.5 160.5 120.5 c 5\n 138.5 101.5 126.5 95.5 112.5 95.5 c 4\n 71.5 95.5 31.5 165.5 31.5 237.5 c 4\n 31.5 267.5 40.5 287.5 59.5 300.5 c 5\n 58.5 413.5 59.5 424.5 89.5 482.5 c 4\n 102.5 507.5 111.5 524.5 113.5 530.5 c 4\n 115.5 536.5 118.5 557.5 120.5 580.5 c 5\n 71.5 580.5 l 5\n 71.5 663.5 l 5\n 46.5 675.5 l 5\n 59.5 780.5 l 5\n 405.5 780.5 l 5\n382.5 676.5 m 1\n 110.5 667.5 l 1\n 110.5 613.5 l 1\n 382.5 613.5 l 1\n 382.5 676.5 l 1\n348.5 580.5 m 1\n 150.5 580.5 l 1\n 149.5 556.5 147.5 545.5 143.5 531.5 c 0\n 140.5 524.5 134.5 513.5 126.5 499.5 c 2\n 111.5 475.5 l 2\n 92.5 445.5 82.5 402.5 82.5 350.5 c 0\n 82.5 341.5 82.5 333.5 83.5 307.5 c 1\n 96.5 307.5 l 1\n 101.5 332.5 115.5 341.5 150.5 343.5 c 1\n 156.5 378.5 165.5 386.5 212.5 401.5 c 1\n 212.5 455.5 l 1\n 235.5 522.5 l 1\n 250.5 514.5 l 1\n 247.5 501.5 l 2\n 242.5 478.5 239.5 459.5 239.5 447.5 c 0\n 239.5 414.5 254.5 383.5 281.5 358.5 c 1\n 334.5 401.5 l 1\n 348.5 389.5 l 1\n 299.5 330.5 l 1\n 274.5 302.5 267.5 287.5 267.5 266.5 c 0\n 267.5 245.5 281.5 226.5 297.5 226.5 c 0\n 307.5 226.5 321.5 234.5 334.5 246.5 c 2\n 405.5 317.5 l 2\n 420.5 331.5 430.5 355.5 430.5 375.5 c 0\n 430.5 389.5 423.5 411.5 410.5 437.5 c 0\n 403.5 452.5 403.5 452.5 370.5 504.5 c 0\n 352.5 534.5 348.5 546.5 348.5 580.5 c 1\n416.5 281.5 m 1\n 334.5 210.5 l 1\n 333.5 192.5 333.5 178.5 333.5 173.5 c 0\n 333.5 74.5 340.5 -19.5 348.5 -40.5 c 0\n 351.5 -48.5 361.5 -55.5 369.5 -55.5 c 0\n 383.5 -55.5 395.5 -41.5 403.5 -16.5 c 0\n 411.5 9.5 419.5 115.5 419.5 196.5 c 0\n 419.5 219.5 418.5 239.5 416.5 281.5 c 1\n293.5 186.5 m 1\n 291.5 188.5 291.5 188.5 288.5 190.5 c 0\n 263.5 212.5 251.5 237.5 251.5 269.5 c 0\n 251.5 283.5 254.5 299.5 260.5 314.5 c 0\n 262.5 319.5 263.5 323.5 263.5 325.5 c 0\n 263.5 346.5 235.5 373.5 214.5 373.5 c 0\n 195.5 373.5 179.5 355.5 179.5 335.5 c 0\n 179.5 320.5 198.5 269.5 221.5 218.5 c 0\n 238.5 182.5 251.5 168.5 269.5 168.5 c 0\n 278.5 168.5 285.5 173.5 293.5 186.5 c 1\n217.5 166.5 m 0\n 217.5 170.5 217.5 170.5 179.5 248.5 c 0\n 172.5 264.5 167.5 275.5 166.5 279.5 c 0\n 158.5 307.5 154.5 312.5 140.5 312.5 c 0\n 126.5 312.5 115.5 299.5 115.5 284.5 c 0\n 115.5 263.5 125.5 221.5 139.5 189.5 c 0\n 150.5 161.5 171.5 142.5 191.5 142.5 c 0\n 204.5 142.5 217.5 154.5 217.5 166.5 c 0\n136.5 147.5 m 0\n 136.5 149.5 135.5 152.5 132.5 156.5 c 0\n 129.5 162.5 126.5 168.5 108.5 207.5 c 0\n 108.5 208.5 105.5 216.5 102.5 229.5 c 0\n 100.5 240.5 97.5 252.5 94.5 263.5 c 0\n 91.5 278.5 89.5 281.5 81.5 281.5 c 0\n 65.5 281.5 53.5 263.5 53.5 238.5 c 0\n 53.5 192.5 83.5 129.5 106.5 129.5 c 0\n 117.5 129.5 135.5 140.5 136.5 147.5 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2620\nEncoding: 9760 9760 2752\nWidth: 500\nVWidth: 2048\nFlags: W\nHStem: 184 108<50 62 443 456> 272 51<240 262> 350.625 46.3752<235 243 262 270>\nVStem: 94 315<544.121 576> 224 58<488 496>\nFore\n307 379 m 1\n 298 356 l 1\n 287 352 271 350 252 350 c 0\n 233 350 219 352 205 356 c 1\n 196 379 l 1\n 133 409 l 1\n 127 449 130 451 108 489 c 0\n 99 505 94 530 94 564 c 0\n 94 650 164 699 252 699 c 0\n 340 699 409 649 409 564 c 0\n 409 530 400 496 380 463 c 0\n 376 455 372 422 370 409 c 1\n 307 379 l 1\n337 369 m 1\n 326 324 l 1\n 298 300 l 1\n 289 283 274 272 251 272 c 0\n 229 272 213 282 204 300 c 1\n 176 324 l 1\n 165 369 l 1\n 181 373 l 1\n 195 338 202 323 249 323 c 0\n 301 323 306 336 321 373 c 1\n 337 369 l 1\n254 183 m 1\n 275 195 326 218 375 238 c 1\n 384 248 426 291 443 291 c 0\n 457 291 461 282 461 267 c 0\n 461 261 460 251 458 238 c 1\n 471 222 478 210 478 202 c 0\n 478 188 470 182 456 182 c 0\n 446 182 423 196 411 204 c 1\n 384 199 344 183 293 158 c 1\n 329 137 352 120 396 94 c 1\n 451 88 478 74 478 53 c 0\n 478 39 463 30 434 25 c 1\n 420 9 409 0 400 0 c 0\n 384 0 373 30 363 55 c 1\n 321 90 284 116 250 134 c 1\n 209 111 171 83 136 51 c 1\n 131 17 121 0 105 0 c 0\n 95 0 84 9 71 29 c 1\n 40 29 25 37 25 54 c 0\n 25 66 31 75 42 81 c 0\n 53 86 78 92 114 97 c 1\n 141 117 174 137 211 158 c 1\n 161 183 120 198 88 204 c 1\n 79 196 64 184 50 184 c 0\n 36 184 26 190 26 203 c 0\n 26 209 33 220 46 238 c 1\n 42 250 41 260 41 266 c 0\n 41 282 47 292 62 292 c 0\n 83 292 113 258 129 238 c 1\n 164 226 205 207 254 183 c 1\n149 491 m 0\n 149 462 161 448 186 448 c 0\n 211 448 224 463 224 494 c 0\n 224 520 212 532 187 532 c 0\n 161 532 149 518 149 491 c 0\n282 491 m 0\n 282 462 294 448 320 448 c 0\n 345 448 357 463 357 494 c 0\n 357 520 346 532 321 532 c 0\n 295 532 282 518 282 491 c 0\n252 454 m 1\n 247 446 241 437 236 431 c 0\n 228 423 225 416 225 412 c 0\n 225 402 231 397 241 397 c 0\n 244 397 248 399 252 401 c 1\n 256 399 260 397 263 397 c 0\n 274 397 280 402 280 412 c 0\n 280 416 276 423 269 431 c 0\n 263 438 257 446 252 454 c 1\nEndSplineSet\nMinimumDistance: x55,-1 \nEndChar\nStartChar: uni2622\nEncoding: 9762 9762 2753\nWidth: 805\nVWidth: 2048\nFlags: W\nHStem: 0.00530136 213.394<389 406> 251.607 121.601<400 406>\nVStem: 339.579 123.49<304 310 312 320>\nFore\n242 582.8 m 1\n 352 398.399 l 1\n 323.709 380.384 302.969 356.408 301.199 312 c 1\n 85.5996 311.2 l 1\n 85.5996 437.215 158.307 536.745 242 582.8 c 1\n339.579 312.28 m 0\n 339.579 347.093 369.337 373.208 401.711 373.208 c 0\n 435.688 373.208 463.069 345.239 463.069 312.576 c 0\n 463.069 278.282 434.584 251.607 402.046 251.607 c 0\n 366.676 251.607 339.579 279.118 339.579 312.28 c 0\n556 584.8 m 1\n 642.224 539.084 716.037 436.775 716.037 318.576 c 0\n 716.037 317.054 716.025 315.528 716 314 c 1\n 500.8 313.6 l 1\n 499.313 353.885 478.758 383.029 449.199 398 c 1\n 556 584.8 l 1\n352 228 m 1\n 367.393 218.27 384.264 213.399 401.226 213.399 c 0\n 418.404 213.399 435.675 218.395 451.6 228.399 c 1\n 562 44 l 1\n 515.443 13.9395 460.39 0.00530243 404.984 0.00530136 c 0\n 349.017 0.00530136 292.691 14.2231 244.399 40.3994 c 1\n 352 228 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2623\nEncoding: 9763 9763 2754\nWidth: 805\nVWidth: 2048\nFlags: W\nVStem: 176.923 38.8487<253 284> 492.204 40.439<257.548 289.969> 679.338 6.28473<167 172>\nDStem: 660 87 660 87 638 60 646 64\nFore\n228 577 m 16\n 269 610 310 625 352 625 c 1\n 301.566 620.763 265.187 600.335 237 562 c 8\n 222 541 219 525.333 214 502 c 0\n 209.419 480.621 213.506 451.192 219 437 c 0\n 241.86 377.945 286 344 351 338 c 1\n 351 297 l 1\n 334 297 320 276 327 257 c 1\n 292 236 l 1\n 266 276 218 313 157 307 c 8\n 114.808 302.85 80.7451 283.208 62 260 c 0\n 41 234 31 217 26 169 c 0\n 22.2954 141.215 33.685 114.7 43 94 c 1\n 31 117 23 141 19 166 c 1\n 19 187 20 205 22 221 c 1\n 31 262 47 287 67 312 c 1\n 97 340 128 364 179 372 c 1\n 158 438 166 496 207 553 c 8\n 214 563 218 569 228 577 c 16\n358 625 m 1\n 387 625 405.724 621.071 434 608 c 16\n 469.333 591.667 499.667 561.333 514 539 c 0\n 550.003 482.903 551 420 530 368 c 1\n 566 361 590.5 350.5 609 336 c 0\n 635.858 314.949 658.5 291 674 254 c 0\n 696.53 200.219 686 132 664 92 c 1\n 681 128 684 169 673 203 c 0\n 655.427 257.318 609.874 296.264 550 303 c 0\n 510 307.5 479.5 294.5 442 269 c 0\n 437.865 266.188 423 248 415 236 c 1\n 380 256 l 1\n 387 276 375 298 357 297 c 1\n 357 338 l 1\n 426 342 464.333 377.333 492 436 c 0\n 499.262 451.4 499 497 492 526 c 1\n 468 587 423 620 358 625 c 1\n330 252 m 1\n 336 245 343 241 352 241 c 0\n 362 240 370 244 378 252 c 1\n 413 231 l 1\n 400 208 390 174 395 142 c 1\n 405 89 430 61 464 37 c 1\n 479 29 499 22 525 18 c 1\n 562 18 588 25 612 39 c 1\n 629 51 638 58 638 60 c 1\n 660 87 l 1\n 646 64 l 1\n 600 16 560 -9 481 -4 c 1\n 419 6 389 25 351 66 c 1\n 340 53 326 40 311 28 c 1\n 270 7 269 7 236 0 c 1\n 202 -5 153 2 127 15 c 1\n 91 34 64 59 46 88 c 1\n 62 68 l 1\n 111 14 193 4 259 52 c 1\n 291 81 304 104 311 157 c 1\n 313 184 307 209 295 232 c 1\n 330 252 l 1\n241 406 m 1\n 279 438 321 449 382 445 c 1\n 416 438 445 424 469 405 c 1\n 461 393 452 383 443 376 c 1\n 418 394 392 404 365 408 c 1\n 329 410 297 400 268 377 c 1\n 268 377 256.906 384.464 250.999 390.999 c 24\n 246.164 396.349 241 406 241 406 c 1\n531 298 m 1\n 543.46 200.121 483.471 125.305 416 102 c 1\n 408 113 403 125 402 139 c 1\n 428 148 448.791 163.055 469 190 c 16\n 487.149 214.199 493.729 255.422 492 290 c 1\n 504 295 517 298 531 298 c 1\n179 300 m 1\n 187 300 199 297 216 292 c 1\n 207.264 211.185 248.795 161.461 304 139 c 1\n 301 125 297 113 291 102 c 1\n 221.553 129.192 163.327 197.297 179 300 c 1\nEndSplineSet\nBack\n346.399 625.2 m 2\n 352 625.2 l 1\n 321.6 620.4 l 1\n 284.8 609.733 256.666 590.134 237.2 561.601 c 1\n 228.133 549.601 220.533 529.867 214.399 502.4 c 1\n 212.399 478 l 1\n 212.933 464.667 215.066 451.066 218.8 437.2 c 1\n 242.267 376.934 286.399 343.867 351.2 338 c 1\n 351.2 297.2 l 1\n 340.8 296.134 333.333 291.2 328.8 282.4 c 0\n 324.267 273.601 323.733 265.2 327.2 257.2 c 1\n 292 236.4 l 1\n 276.8 256.4 l 1\n 256.8 275.601 l 1\n 238.8 288 l 1\n 215.333 301.867 188.133 308.134 157.2 306.8 c 1\n 120.399 303.067 88.666 287.601 62 260.4 c 1\n 48.1328 241.2 38.9326 226 34.3994 214.8 c 1\n 30.666 203.334 27.8662 188.134 26 169.2 c 0\n 25.4668 163.334 26.3994 150.934 28.7998 132 c 1\n 34.3994 114 l 1\n 43.2002 94 l 1\n 31.2002 116.667 23.2002 140.667 19.2002 166 c 1\n 18.666 187.067 19.7334 205.467 22.3994 221.2 c 1\n 27.4668 242.8 33.7334 260.533 41.2002 274.4 c 0\n 49.4668 289.067 58 301.467 66.7998 311.601 c 1\n 86.7998 330.4 l 1\n 111.6 347.601 l 1\n 130 358.533 152.533 366.8 179.2 372.4 c 1\n 157.6 437.733 166.8 497.867 206.8 552.8 c 1\n 228.399 576.8 l 1\n 243.066 590.667 265.6 603.601 296 615.601 c 1\n 320 622.533 336.8 625.733 346.399 625.2 c 2\n357.6 625.2 m 1\n 386.933 624.667 412.267 618.934 433.6 608 c 1\n 466.666 592.8 493.333 569.733 513.6 538.8 c 1\n 524.267 519.601 531.2 505.334 534.399 496 c 1\n 540 472 l 1\n 543.2 448.4 l 1\n 542 415.2 l 1\n 537.2 388.4 l 1\n 529.6 368.4 l 1\n 553.866 363.334 573.2 356.8 587.6 348.8 c 2\n 608.8 336.4 l 1\n 632.399 315.2 l 1\n 648.933 298.934 662.8 278.4 674 253.601 c 1\n 680.399 232.8 684.533 214.4 686.399 198.4 c 0\n 687.733 180.8 686.133 160.934 681.6 138.8 c 1\n 674 114 l 1\n 663.6 92 l 1\n 676.933 120.533 682 150 678.8 180.4 c 1\n 673.2 203.2 l 1\n 653.467 260.267 612.267 293.601 549.6 303.2 c 1\n 530.133 304.267 513.066 302.667 498.399 298.4 c 0\n 481.333 293.867 462.666 284 442.399 268.8 c 1\n 427.2 252.8 l 1\n 414.8 236.4 l 1\n 379.6 256.4 l 1\n 383.333 263.867 383.333 272.2 379.6 281.4 c 0\n 375.866 290.601 368.267 295.867 356.8 297.2 c 1\n 356.8 338 l 1\n 379.467 339.334 400.933 344.8 421.2 354.4 c 1\n 452.399 371.467 475.866 398.667 491.6 436 c 1\n 498 464 499.6 487.2 496.399 505.601 c 1\n 491.6 526.4 l 1\n 467.6 587.2 422.934 620.134 357.6 625.2 c 1\n330.399 252.4 m 1\n 335.733 244.934 343.066 241 352.399 240.601 c 0\n 361.733 240.2 370.133 243.867 377.6 251.601 c 1\n 412.8 230.8 l 1\n 402.399 208 l 1\n 394.666 186.4 392.133 164.533 394.8 142.4 c 1\n 398.533 124 402.666 110.4 407.2 101.601 c 2\n 419.6 78.7998 l 1\n 432.934 60.9336 447.733 46.9336 464 36.7998 c 1\n 479.2 28.5332 499.467 22.2666 524.8 18 c 1\n 543.2 18 559.467 19.6006 573.6 22.7998 c 0\n 587.467 26.5332 600.399 31.8672 612.399 38.7998 c 1\n 629.467 50.7998 638 57.7334 638 59.6006 c 1\n 660 87.2002 l 1\n 645.6 64.4004 l 1\n 609.6 22.5332 565.866 -0.533203 514.399 -4.7998 c 1\n 481.2 -4 l 1\n 455.6 0 l 1\n 432 7.60059 l 1\n 402.399 21.6006 l 1\n 386.666 31.2002 369.6 46.1338 351.2 66.4004 c 1\n 339.733 52.5332 326.399 39.8672 311.2 28.4004 c 1\n 284.533 14.5332 268 6.93359 261.6 5.60059 c 2\n 236 0 l 1\n 218.399 -2.66602 197.2 -2.39941 172.399 0.799805 c 1\n 155.866 4 140.666 8.7998 126.8 15.2002 c 1\n 91.333 34.1338 64.3994 58.5332 46 88.4004 c 1\n 62 68.4004 l 1\n 85.4668 44.9336 110.533 30.2666 137.2 24.4004 c 0\n 181.467 15.6006 222 24.7998 258.8 52 c 1\n 277.2 68 290.533 85.4668 298.8 104.4 c 1\n 303.866 117.733 308 135.2 311.2 156.8 c 1\n 312.533 184 307.066 208.934 294.8 231.601 c 1\n 330.399 252.4 l 1\n349.2 446.4 m 1\n 382.399 444.8 l 1\n 416 437.601 444.8 424.267 468.8 404.8 c 1\n 460.533 392.8 452 383.2 443.2 376 c 1\n 418.399 393.867 392.399 404.4 365.2 407.601 c 1\n 329.2 410 296.666 399.867 267.6 377.2 c 1\n 251.2 391.2 l 1\n 240.8 405.601 l 1\n 270.666 430.934 306.8 444.533 349.2 446.4 c 1\n530.8 298.4 m 1\n 531.6 278.4 l 1\n 529.6 241.2 l 1\n 524.533 208.934 510.667 179.2 488 152 c 1\n 474.8 137.601 l 1\n 452.399 119.2 432.666 107.2 415.6 101.601 c 1\n 407.6 113.067 403.2 125.467 402.399 138.8 c 1\n 428.267 148.134 450.399 165.2 468.8 190 c 1\n 475.733 203.334 481.467 215.601 486 226.8 c 1\n 491.6 249.2 493.467 270.134 491.6 289.601 c 1\n 503.6 294.667 516.667 297.601 530.8 298.4 c 1\n179.2 300 m 1\n 186.666 300 198.933 297.467 216 292.4 c 1\n 213.6 278.533 213.6 263.334 216 246.8 c 1\n 220 228 l 1\n 228.267 207.733 234.267 195.067 238 190 c 0\n 255.6 167.067 277.467 150 303.6 138.8 c 1\n 300.933 125.467 296.8 113.334 291.2 102.4 c 1\n 265.6 114 l 1\n 248.533 125.2 235.2 135.334 225.6 144.4 c 1\n 193.866 179.867 177.333 219.467 176 263.2 c 0\n 175.467 273.334 176.533 285.601 179.2 300 c 1\nEndSplineSet\nEndChar\nStartChar: uni2626\nEncoding: 9766 9766 2755\nWidth: 494\nFlags: W\nHStem: 0 21G<207 288> 371 80<36 206 289 459> 531 80<116 207 288 379> 671 20G<207 288>\nVStem: 115 265<531 611> 207 81<1 100 228 370 452 531 611 690>\nFore\n207 101 m 1\n 135 68 l 1\n 101 140 l 1\n 207 189 l 1\n 207 371 l 1\n 35 371 l 1\n 35 451 l 1\n 207 451 l 1\n 207 531 l 1\n 115 531 l 1\n 115 611 l 1\n 207 611 l 1\n 207 691 l 1\n 288 691 l 1\n 288 611 l 1\n 380 611 l 1\n 380 531 l 1\n 288 531 l 1\n 288 451 l 1\n 460 451 l 1\n 460 371 l 1\n 288 371 l 1\n 288 227 l 1\n 361 260 l 1\n 395 188 l 1\n 288 138 l 1\n 288 0 l 1\n 207 0 l 1\n 207 101 l 1\nEndSplineSet\nMinimumDistance: x19,-1 y11,13 y11,12 x18,20 x18,19 x14,16 x14,15 x8,10 x8,9 x4,6 x4,5 \nEndChar\nStartChar: uni2628\nEncoding: 9768 9768 2756\nWidth: 494\nFlags: W\nHStem: 0 21G<207 288> 371 80<36 206 289 459> 531 80<116 207 288 379> 671 20G<207 288>\nVStem: 115 265<531 611> 207 81<1 370 452 531 611 690>\nFore\n288 531 m 1\n 288 451 l 1\n 460 451 l 1\n 460 371 l 1\n 288 371 l 1\n 288 0 l 1\n 207 0 l 1\n 207 371 l 1\n 35 371 l 1\n 35 451 l 1\n 207 451 l 1\n 207 531 l 1\n 115 531 l 1\n 115 611 l 1\n 207 611 l 1\n 207 691 l 1\n 288 691 l 1\n 288 611 l 1\n 380 611 l 1\n 380 531 l 1\n 288 531 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y14,16 y14,15 y4,6 y4,5 x11,13 x11,12 x7,9 x7,8 x1,3 x1,2 x0,18 x0,19 \nEndChar\nStartChar: uni262A\nEncoding: 9770 9770 2757\nWidth: 805\nVWidth: 2048\nFlags: W\nVStem: 72 133<314 352>\nFore\n606 68 m 1\n 576 48 556 36 547 32 c 0\n 502 10 455 0 405 0 c 0\n 313 0 234 32 170 97 c 0\n 104 162 72 241 72 333 c 0\n 72 426 105 504 170 569 c 0\n 235 634 315 666 408 666 c 0\n 477 666 543 644 606 599 c 1\n 495 621 l 1\n 414 621 346 593 290 537 c 0\n 234 481 205 413 205 333 c 0\n 205 254 233 186 289 130 c 0\n 346 73 413 45 491 45 c 1\n 606 68 l 1\n479 371 m 1\n 576 371 l 1\n 606 463 l 1\n 636 371 l 1\n 733 371 l 1\n 654 315 l 1\n 684 222 l 1\n 606 279 l 1\n 528 222 l 1\n 558 315 l 1\n 479 371 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni262C\nEncoding: 9772 9772 2758\nWidth: 640\nFlags: W\nVStem: 18 70<450 476> 134 50<494 510> 156 68<62 66> 304 32<74 191 263 306> 416 68<62 66> 456 50<494 510> 552 70<450 476>\nFore\n282 500 m 0\n 282 535.333 278 574 270 616 c 1\n 212.667 599.333 184 560.667 184 500 c 0\n 184 444.61 219.109 404.109 260 388 c 1\n 274.667 434.667 282 472 282 500 c 0\n320 762 m 1\n 410 716 l 1\n 398 700 388.667 682 382 662 c 1\n 452.028 646.721 506 581.987 506 500 c 0\n 506 425.093 452.105 363.949 396 344 c 1\n 402.667 326.667 407.333 314 410 306 c 1\n 336 306 l 1\n 336 262 l 1\n 454.247 292.699 552 344.474 552 476 c 0\n 552 557.556 499.576 648.198 450 682 c 1\n 531.908 641.047 622 558.704 622 450 c 0\n 622 404 615.5 358.167 602.5 312.5 c 0\n 589.5 266.833 564.667 201.333 528 116 c 1\n 513.333 180 464.667 213.333 382 216 c 1\n 413.856 191.012 456.862 133.57 464 92 c 1\n 477.333 85.333 484 76 484 64 c 0\n 484 47.5928 465.716 30 450 30 c 0\n 433.593 30 416 48.2842 416 64 c 0\n 416 73.333 420.667 81.333 430 88 c 1\n 426.667 120 395.333 154.667 336 192 c 1\n 336 74 l 1\n 361.333 64.667 374 48 374 24 c 0\n 374 -4 356 -18 320 -18 c 0\n 284 -18 266 -4 266 24 c 0\n 266 48 278.667 64.667 304 74 c 1\n 304 192 l 1\n 244.667 154.667 213.333 120 210 88 c 1\n 219.333 81.333 224 73.333 224 64 c 0\n 224 47.5928 205.716 30 190 30 c 0\n 173.593 30 156 48.2842 156 64 c 0\n 156 76 162.667 85.333 176 92 c 1\n 182.77 133.047 226.625 191.664 258 216 c 1\n 175.333 213.333 126.667 180 112 116 c 1\n 75.333 202 50.667 267 38 311 c 0\n 24.667 357.667 18 404 18 450 c 0\n 18 559.819 105.901 639.951 190 682 c 1\n 160.667 662 136 630.333 116 587 c 0\n 97.333 547 88 510 88 476 c 0\n 88 416.667 108.667 369 150 333 c 0\n 183.333 303.667 234.667 280 304 262 c 1\n 304 306 l 1\n 230 306 l 1\n 244 344 l 1\n 186.659 364.389 134 427.634 134 500 c 0\n 134 583.498 188.522 646.841 258 662 c 1\n 251.333 682 242 700 230 716 c 1\n 320 762 l 1\n380 388 m 1\n 421.203 404.232 456 445.059 456 500 c 0\n 456 560.667 427.333 599.333 370 616 c 1\n 362 574 358 535.333 358 500 c 0\n 358 472 365.333 434.667 380 388 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni262E\nEncoding: 9774 9774 2759\nWidth: 805\nFlags: W\nHStem: 0 660<382 422>\nVStem: 72 40<320 352> 382 40<41 111 113 279 340 619> 691 41<320 352>\nDStem: 382 340 382 284 184 139 211 112 422 280 422 340 593 112 620 139\nFore\n635 563 m 0\n 697 501 732 417 732 330 c 0\n 732 242 697 158 635 97 c 0\n 573 35 489 0 402 0 c 0\n 314 0 230 35 169 96 c 0\n 107 158 72 242 72 330 c 0\n 72 417 107 501 169 563 c 0\n 230 625 314 660 402 660 c 0\n 489 660 573 625 635 563 c 0\n211 112 m 1\n 209 113 214 116 211 112 c 1\n593 112 m 1\n 422 280 l 1\n 422 40 l 1\n 485 44 545 70 593 112 c 1\n382 284 m 1\n 211 112 l 1\n 259 74 319 44 382 40 c 1\n 382 284 l 1\n184 139 m 1\n 382 340 l 1\n 382 620 l 1\n 312 615 246 584 197 535 c 0\n 143 480 112 407 112 330 c 0\n 112 259 138 191 184 139 c 1\n620 139 m 1\n 666 191 691 259 691 330 c 0\n 691 407 661 480 607 534 c 0\n 557 584 492 615 422 620 c 1\n 422 340 l 1\n 620 139 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni262F\nEncoding: 9775 9775 2760\nWidth: 805\nVWidth: 2048\nFlags: W\nHStem: 0 178<400 556> 288 90<547 563> 378 111<243 247> 644 22<387 419>\nVStem: 67 133<323.404 333> 289 111<332 338> 511 89<323.702 340> 711 22<320 352>\nFore\n400 338 m 1\n 400 246.627 465.576 178 556 178 c 0\n 645.261 178 711 249.251 711 338 c 0\n 711 421 680 493 619 554 c 0\n 558 614 485 644 400 644 c 0\n 313 644 241 615 184 557 c 0\n 126 500 94 425 89 333 c 1\n 101 424 147 489 245 489 c 0\n 332 489 396 421 400 338 c 1\n600 333 m 0\n 600 308 580 288 556 288 c 0\n 531 288 511 309 511 333 c 0\n 511 358 531 378 556 378 c 0\n 581 378 600 357 600 333 c 0\n289 333 m 0\n 289 358 269 378 245 378 c 0\n 220 378 200 357 200 333 c 0\n 200 308 220 288 245 288 c 0\n 269 288 289 309 289 333 c 0\n733 333 m 0\n 733 241 701 162 635 97 c 0\n 571 32 492 0 400 0 c 0\n 308 0 229 32 165 97 c 0\n 99 162 67 241 67 333 c 0\n 67 425 99 504 165 569 c 0\n 229 634 308 666 400 666 c 0\n 492 666 571 634 635 569 c 0\n 701 504 733 425 733 333 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni2630\nEncoding: 9776 9776 2761\nWidth: 600\nFlags: W\nHStem: 0 100<51 549> 200 100<51 549> 400 100<51 549>\nVStem: 50 500<1 99 201 299 401 499>\nFore\n50 0 m 25\n 550 0 l 25\n 550 100 l 25\n 50 100 l 25\n 50 0 l 25\n50 200 m 25\n 550 200 l 25\n 550 300 l 25\n 50 300 l 25\n 50 200 l 25\n50 400 m 25\n 550 400 l 25\n 550 500 l 25\n 50 500 l 25\n 50 400 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2631\nEncoding: 9777 9777 2762\nWidth: 600\nFlags: W\nHStem: 0 100<51 549> 200 100<51 549> 400 100<51 249 351 549>\nVStem: 50 200<401 499> 350 200<401 499>\nFore\n350 400 m 5\n 550 400 l 9\n 550 500 l 17\n 350 500 l 1\n 350 400 l 5\n250 500 m 1\n 50 500 l 9\n 50 400 l 17\n 250 400 l 1\n 250 500 l 1\n50 0 m 25\n 550 0 l 25\n 550 100 l 25\n 50 100 l 25\n 50 0 l 25\n50 200 m 25\n 550 200 l 25\n 550 300 l 25\n 50 300 l 25\n 50 200 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2632\nEncoding: 9778 9778 2763\nWidth: 600\nFlags: W\nHStem: 0 100<51 549> 200 100<51 249 351 549> 400 100<51 549>\nVStem: 50 200<201 299> 350 200<201 299>\nFore\n50 0 m 25\n 550 0 l 25\n 550 100 l 25\n 50 100 l 25\n 50 0 l 25\n350 200 m 1\n 550 200 l 9\n 550 300 l 17\n 350 300 l 1\n 350 200 l 1\n250 300 m 1\n 50 300 l 9\n 50 200 l 17\n 250 200 l 1\n 250 300 l 1\n50 400 m 25\n 550 400 l 25\n 550 500 l 25\n 50 500 l 25\n 50 400 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2633\nEncoding: 9779 9779 2764\nWidth: 600\nFlags: W\nHStem: 0 100<51 549> 200 100<51 249 351 549> 400 100<51 249 351 549>\nVStem: 50 200<201 299 401 499> 350 200<201 299 401 499>\nFore\n350 400 m 1\n 550 400 l 9\n 550 500 l 17\n 350 500 l 1\n 350 400 l 1\n250 500 m 1\n 50 500 l 9\n 50 400 l 17\n 250 400 l 1\n 250 500 l 1\n350 200 m 1\n 550 200 l 9\n 550 300 l 17\n 350 300 l 1\n 350 200 l 1\n250 300 m 1\n 50 300 l 9\n 50 200 l 17\n 250 200 l 1\n 250 300 l 1\n50 0 m 25\n 550 0 l 25\n 550 100 l 25\n 50 100 l 25\n 50 0 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2634\nEncoding: 9780 9780 2765\nWidth: 600\nFlags: W\nHStem: 0 100<51 249 351 549> 200 100<51 549> 400 100<51 549>\nVStem: 50 200<1 99> 350 200<1 99>\nFore\n250 100 m 1\n 250 0 l 1\n 50 0 l 9\n 50 100 l 17\n 250 100 l 1\n350 0 m 1\n 350 100 l 1\n 550 100 l 9\n 550 0 l 17\n 350 0 l 1\n550 500 m 25\n 550 400 l 25\n 50 400 l 25\n 50 500 l 25\n 550 500 l 25\n550 300 m 25\n 550 200 l 25\n 50 200 l 25\n 50 300 l 25\n 550 300 l 25\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2635\nEncoding: 9781 9781 2766\nWidth: 600\nFlags: W\nHStem: 0 100<51 249 351 549> 200 100<51 549> 400 100<51 249 351 549>\nVStem: 50 200<1 99 401 499> 350 200<1 99 401 499>\nFore\n350 400 m 1\n 550 400 l 9\n 550 500 l 17\n 350 500 l 1\n 350 400 l 1\n250 500 m 1\n 50 500 l 9\n 50 400 l 17\n 250 400 l 1\n 250 500 l 1\n350 0 m 1\n 550 0 l 9\n 550 100 l 17\n 350 100 l 1\n 350 0 l 1\n250 100 m 1\n 50 100 l 9\n 50 0 l 17\n 250 0 l 1\n 250 100 l 1\n50 200 m 25\n 550 200 l 25\n 550 300 l 25\n 50 300 l 25\n 50 200 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2636\nEncoding: 9782 9782 2767\nWidth: 600\nFlags: W\nHStem: 0 100<51 249 351 549> 200 100<51 249 351 549> 400 100<51 549>\nVStem: 50 200<1 99 201 299> 350 200<1 99 201 299>\nFore\n350 100 m 1\n 550 100 l 9\n 550 0 l 17\n 350 0 l 1\n 350 100 l 1\n250 0 m 1\n 50 0 l 9\n 50 100 l 17\n 250 100 l 1\n 250 0 l 1\n350 300 m 1\n 550 300 l 9\n 550 200 l 17\n 350 200 l 1\n 350 300 l 1\n250 200 m 1\n 50 200 l 9\n 50 300 l 17\n 250 300 l 1\n 250 200 l 1\n50 500 m 25\n 550 500 l 25\n 550 400 l 25\n 50 400 l 25\n 50 500 l 25\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2637\nEncoding: 9783 9783 2768\nWidth: 600\nFlags: W\nHStem: 0 100<51 249 351 549> 200 100<51 249 351 549> 400 100<51 249 351 549>\nVStem: 50 200<1 99 201 299 401 499> 350 200<1 99 201 299 401 499>\nFore\n350 400 m 1\n 550 400 l 9\n 550 500 l 17\n 350 500 l 1\n 350 400 l 1\n250 500 m 1\n 50 500 l 9\n 50 400 l 17\n 250 400 l 1\n 250 500 l 1\n350 200 m 1\n 550 200 l 9\n 550 300 l 17\n 350 300 l 1\n 350 200 l 1\n250 300 m 1\n 50 300 l 9\n 50 200 l 17\n 250 200 l 1\n 250 300 l 1\n350 0 m 1\n 550 0 l 9\n 550 100 l 17\n 350 100 l 1\n 350 0 l 1\n250 100 m 1\n 50 100 l 9\n 50 0 l 17\n 250 0 l 1\n 250 100 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2638\nEncoding: 9784 9784 2769\nWidth: 805\nVWidth: 2048\nFlags: W\nHStem: 0 288.45<390.567 403> 87.75 66.6<179 190 610 615> 299.7 66.6<89.8025 102 211 221 259 267 300 307 493 500 533 542 579 586 698 707> 377.55 288.45<390.545 403> 511.65 66.6<179 190 610 615>\nVStem: 67 288.45<323.545 336> 154.75 66.6<112 123 543 548> 366.7 66.15<22.8024 35 144 154 192 200 233 240 426 433 466 474 512 519 631 640> 444.1 288.9<323.463 336> 578.65 66.6<112 123 543 548>\nFore\n387.4 64.3496 m 1\n 323.05 67.5 266.8 90.4502 219.1 134.1 c 1\n 220.45 127.8 221.35 122.85 221.35 119.7 c 0\n 221.35 98.5498 210.1 87.75 188.05 87.75 c 0\n 166 87.75 154.75 99 154.75 121.05 c 0\n 154.75 143.1 165.55 154.35 186.7 154.35 c 0\n 189.85 154.35 194.8 153.45 200.65 152.1 c 1\n 157.45 199.8 134.5 256.05 131.35 320.4 c 1\n 123.25 306.45 112.9 299.7 100.3 299.7 c 0\n 78.25 299.7 67 310.95 67 333 c 0\n 67 355.05 78.25 366.3 100.3 366.3 c 0\n 113.35 366.3 123.7 359.55 131.35 346.05 c 1\n 131.35 406.8 154.75 463.05 201.1 513.9 c 1\n 194.8 512.55 189.85 511.65 186.25 511.65 c 0\n 165.1 511.65 154.75 522.9 154.75 544.95 c 0\n 154.75 567 166 578.25 188.05 578.25 c 0\n 210.1 578.25 221.35 567.45 221.35 546.3 c 0\n 221.35 543.15 220.45 538.2 219.1 532.35 c 1\n 267.7 575.55 323.95 598.5 387.4 601.65 c 1\n 373.45 609.3 366.7 619.65 366.7 632.7 c 0\n 366.7 654.75 377.95 666 400 666 c 4\n 422.05 666 432.85 654.75 432.85 632.7 c 0\n 432.85 619.65 426.1 609.3 412.6 601.65 c 1\n 476.05 598.5 532.3 575.55 580.9 532.35 c 1\n 579.55 538.2 578.65 543.15 578.65 546.3 c 0\n 578.65 567.45 589.9 578.25 611.95 578.25 c 0\n 634 578.25 645.25 567 645.25 544.95 c 0\n 645.25 522.9 634.45 511.65 613.3 511.65 c 0\n 610.15 511.65 605.2 512.55 598.9 513.9 c 1\n 645.25 463.05 668.65 406.8 668.65 346.05 c 1\n 676.3 359.55 686.65 366.3 699.7 366.3 c 0\n 721.75 366.3 733 355.05 733 333 c 0\n 733 310.95 721.75 299.7 699.7 299.7 c 0\n 687.1 299.7 676.75 306.45 668.65 320.4 c 1\n 665.5 256.05 642.55 199.8 598.9 152.1 c 1\n 604.75 153.45 609.7 154.35 612.85 154.35 c 0\n 634.45 154.35 645.25 143.1 645.25 121.05 c 0\n 645.25 99 634 87.75 611.95 87.75 c 0\n 589.9 87.75 578.65 98.5498 578.65 119.7 c 0\n 578.65 122.85 579.55 127.8 580.9 134.1 c 1\n 533.2 90.4502 476.95 67.5 412.6 64.3496 c 1\n 426.1 56.7002 432.85 46.3496 432.85 33.2998 c 0\n 432.85 11.25 422.05 0 400 0 c 0\n 377.95 0 366.7 11.25 366.7 33.2998 c 0\n 366.7 46.3496 373.45 56.7002 387.4 64.3496 c 1\n321.7 367.65 m 1\n 309.55 374.4 302.8 384.3 301.45 398.25 c 1\n 281.65 400.95 270.4 412.2 268.15 431.55 c 1\n 254.2 433.8 243.85 440.55 237.1 452.25 c 1\n 219.1 425.25 206.95 396 200.65 364.05 c 1\n 206.5 365.4 211.45 366.3 215.05 366.3 c 0\n 221.35 366.3 228.55 363.15 236.65 356.85 c 1\n 245.2 363.15 252.85 366.3 260.5 366.3 c 0\n 268.15 366.3 275.8 363.15 283.9 356.85 c 1\n 292.45 363.15 299.65 366.3 305.5 366.3 c 0\n 309.1 366.3 314.05 365.4 320.35 364.05 c 1\n 321.7 367.65 l 1\n319.9 302.4 m 1\n 314.05 300.6 309.1 299.7 305.05 299.7 c 0\n 299.2 299.7 292.45 302.85 283.9 309.6 c 1\n 275.8 302.85 268.15 299.7 260.5 299.7 c 0\n 252.85 299.7 244.75 302.85 236.65 309.6 c 1\n 228.1 302.85 220.9 299.7 215.05 299.7 c 0\n 211.45 299.7 206.5 300.6 200.65 302.4 c 1\n 206.95 270.45 219.1 240.75 237.1 213.75 c 1\n 243.85 225.9 254.2 232.65 267.7 234.45 c 1\n 269.95 254.25 281.2 265.5 301 267.75 c 1\n 302.8 281.7 309.55 291.6 321.7 298.35 c 1\n 319.9 302.4 l 1\n365.35 254.7 m 1\n 358.6 242.55 348.25 235.8 334.3 234 c 1\n 332.05 214.2 321.25 203.4 301 201.15 c 1\n 299.65 187.2 292.9 176.85 280.75 170.1 c 1\n 307.75 152.1 337 139.95 368.95 133.65 c 1\n 367.15 139.5 366.25 144.45 366.25 148.05 c 0\n 366.25 153.9 369.4 161.1 376.15 169.65 c 1\n 369.85 178.2 366.7 185.85 366.7 193.05 c 0\n 366.7 200.7 369.85 208.8 376.15 217.35 c 1\n 369.85 225.45 366.7 232.65 366.7 238.5 c 0\n 366.7 242.1 367.6 247.05 368.95 253.35 c 1\n 365.35 254.7 l 1\n369.4 412.65 m 1\n 367.6 418.95 366.7 423.9 366.7 427.5 c 0\n 366.7 433.35 369.85 440.55 376.6 449.1 c 1\n 369.85 457.2 366.7 464.85 366.7 472.5 c 0\n 366.7 480.15 369.85 487.8 376.6 496.35 c 1\n 369.85 504.45 366.7 511.65 366.7 517.95 c 0\n 366.7 521.55 367.6 526.5 368.95 532.8 c 1\n 337 526.05 307.75 513.9 280.75 495.9 c 1\n 292.9 489.15 299.65 478.8 301.45 464.85 c 1\n 321.7 462.6 332.5 451.8 334.75 431.55 c 1\n 348.7 430.2 358.6 423.45 365.35 411.3 c 1\n 369.4 412.65 l 1\n400 288.45 m 0\n 425.1 288.45 444.1 308.886 444.1 333 c 0\n 444.1 357.543 424.523 377.55 400 377.55 c 0\n 375.199 377.55 355.45 357.342 355.45 333 c 0\n 355.45 308.199 375.658 288.45 400 288.45 c 0\n477.85 367.65 m 1\n 479.65 364.05 l 1\n 485.95 365.4 490.9 366.3 494.5 366.3 c 0\n 500.35 366.3 507.55 363.15 516.1 356.85 c 1\n 524.2 363.15 531.85 366.3 539.5 366.3 c 0\n 547.15 366.3 554.8 363.15 563.35 356.85 c 1\n 571.45 363.15 578.65 366.3 584.5 366.3 c 0\n 588.55 366.3 593.5 365.4 599.35 364.05 c 1\n 593.05 396 580.9 425.25 562.45 452.25 c 1\n 556.15 440.55 545.8 433.8 531.85 431.55 c 1\n 529.6 412.2 518.35 400.95 498.55 398.25 c 1\n 497.2 384.3 490 374.4 477.85 367.65 c 1\n479.65 302.4 m 1\n 478.3 298.35 l 1\n 490.45 291.6 497.2 281.7 499 267.75 c 1\n 518.8 265.5 530.05 254.25 532.3 234.45 c 1\n 545.8 232.65 556.15 225.9 562.9 213.75 c 1\n 580.9 240.75 593.05 270.45 599.35 302.4 c 1\n 593.5 300.6 588.55 299.7 584.5 299.7 c 0\n 578.65 299.7 571.9 302.85 563.35 309.6 c 1\n 554.8 302.85 547.15 299.7 540.4 299.7 c 0\n 532.3 299.7 524.2 302.85 516.1 309.6 c 1\n 507.55 302.85 500.35 299.7 494.5 299.7 c 0\n 490.9 299.7 485.95 300.6 479.65 302.4 c 1\n434.65 254.7 m 1\n 430.6 253.35 l 1\n 432.4 247.05 433.3 242.1 433.3 238.5 c 0\n 433.3 232.65 430.15 225.45 423.4 217.35 c 1\n 430.15 208.8 433.3 200.7 433.3 193.5 c 0\n 433.3 185.85 430.15 178.2 423.4 169.65 c 1\n 430.15 161.1 433.3 153.9 433.3 148.05 c 0\n 433.3 144.45 432.4 139.5 430.6 133.65 c 1\n 462.55 139.95 492.25 152.1 519.25 170.1 c 1\n 507.1 176.85 500.35 187.2 499 201.15 c 1\n 478.75 203.4 467.5 214.2 465.25 234 c 1\n 451.3 235.8 441.4 242.55 434.65 254.7 c 1\n430.6 412.65 m 1\n 434.2 411.3 l 1\n 440.95 423.45 451.3 430.2 465.25 431.55 c 1\n 467.5 451.8 478.3 462.6 498.55 464.85 c 1\n 500.35 478.8 507.1 489.15 519.25 495.9 c 1\n 492.25 513.9 462.55 526.05 430.6 532.8 c 1\n 432.4 526.5 433.3 521.55 433.3 517.5 c 0\n 433.3 511.65 430.15 504.45 423.4 496.35 c 1\n 430.15 487.8 433.3 480.15 433.3 472.5 c 0\n 433.3 464.85 430.15 457.2 423.4 449.1 c 1\n 430.15 441 433.3 433.8 433.3 427.5 c 0\n 433.3 423.9 432.4 418.95 430.6 412.65 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni2639\nEncoding: 9785 9785 2770\nWidth: 805\nFlags: W\nHStem: 0 40<392 424> 207 60<392 408> 389 83<296 303 492.944 504> 620 40<392 424>\nVStem: 72 40<320 352> 259 84<429 432> 461 83<420.985 432> 691 41<320 352>\nFore\n691 330 m 0\n 691 407 661 480 607 534 c 0\n 552 589 479 620 402 620 c 0\n 325 620 251 589 197 535 c 0\n 143 480 112 407 112 330 c 0\n 112 253 143 179 197 125 c 0\n 251 71 325 40 402 40 c 0\n 479 40 552 71 607 125 c 0\n 661 179 691 253 691 330 c 0\n169 563 m 0\n 230 625 314 660 402 660 c 0\n 489 660 573 625 635 563 c 0\n 697 501 732 417 732 330 c 0\n 732 242 697 158 635 97 c 0\n 573 35 489 0 402 0 c 0\n 314 0 230 35 169 96 c 0\n 107 158 72 242 72 330 c 0\n 72 417 107 501 169 563 c 0\n502 168 m 1\n 475 193 439 207 402 207 c 0\n 364 207 329 193 301 168 c 1\n 283 185 l 1\n 302 234 349 267 402 267 c 0\n 454 267 501 234 520 185 c 1\n 502 168 l 1\n301 389 m 0\n 278.06 389 259 408.234 259 430 c 0\n 259 452.856 278.246 472 301 472 c 0\n 323.407 472 343 452.212 343 430 c 0\n 343 407.696 322.385 389 301 389 c 0\n502 389 m 0\n 479.132 389 461 407.736 461 430 c 0\n 461 453.421 479.236 472 502 472 c 0\n 525.994 472 544 453.22 544 430 c 0\n 544 406.574 524.709 389 502 389 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: smileface\nEncoding: 9786 9786 2771\nWidth: 805\nFlags: W\nHStem: 0 40<392 424> 145 60<392 408> 389 83<293 303 492.944 511> 620 40<392 424>\nVStem: 72 40<320 352> 259 84<429 432> 461 83<420.985 432> 691 41<320 352>\nFore\n635 563 m 0\n 697 501 732 417 732 330 c 0\n 732 242 697 158 635 97 c 0\n 573 35 489 0 402 0 c 0\n 314 0 230 35 169 96 c 0\n 107 158 72 242 72 330 c 0\n 72 417 107 501 169 563 c 0\n 230 625 314 660 402 660 c 4\n 489 660 573 625 635 563 c 0\n607 125 m 0\n 661 179 691 253 691 330 c 0\n 691 407 661 480 607 534 c 0\n 552 589 479 620 402 620 c 0\n 325 620 251 589 197 535 c 0\n 143 480 112 407 112 330 c 0\n 112 253 143 179 197 125 c 0\n 251 71 325 40 402 40 c 0\n 479 40 552 71 607 125 c 0\n511 242 m 1\n 529 225 l 1\n 505 176 456 145 402 145 c 0\n 348 145 298 176 275 225 c 1\n 292 242 l 1\n 324 218 362 205 402 205 c 0\n 441 205 480 218 511 242 c 1\n544 430 m 0\n 544 406.574 524.709 389 502 389 c 0\n 479.132 389 461 407.736 461 430 c 0\n 461 453.421 479.236 472 502 472 c 0\n 525.994 472 544 453.22 544 430 c 0\n343 430 m 0\n 343 407.696 322.385 389 301 389 c 0\n 278.06 389 259 408.234 259 430 c 0\n 259 452.856 278.246 472 301 472 c 0\n 323.407 472 343 452.212 343 430 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: invsmileface\nEncoding: 9787 9787 2772\nWidth: 805\nFlags: W\nHStem: 0 134<392 408> 196 464<392 408>\nVStem: 337 129<432 439>\nFore\n169 563 m 0\n 230 625 314 660 402 660 c 0\n 489 660 573 625 635 563 c 0\n 697 501 732 417 732 330 c 0\n 732 242 697 158 635 97 c 0\n 573 35 489 0 402 0 c 0\n 314 0 230 35 169 96 c 0\n 107 158 72 242 72 330 c 0\n 72 417 107 501 169 563 c 0\n298 226 m 1\n 272 200 l 1\n 302 158 350 134 402 134 c 0\n 453 134 501 158 532 200 c 1\n 505 226 l 1\n 474 207 438 196 402 196 c 0\n 365 196 329 207 298 226 c 1\n294 394 m 0\n 317.613 394 337 413.291 337 437 c 0\n 337 460.767 316.563 480 294 480 c 0\n 270.565 480 252 459.947 252 437 c 0\n 252 412.94 271.279 394 294 394 c 0\n509 394 m 0\n 531.624 394 552 414.307 552 437 c 0\n 552 459.624 531.435 480 509 480 c 0\n 485.517 480 466 459.435 466 437 c 0\n 466 413.517 486.307 394 509 394 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: sun\nEncoding: 9788 9788 2773\nWidth: 805\nFlags: W\nHStem: -20 179<401 404> 327 40<50 174 629 754> 535 180<401 404>\nVStem: 34 180<346 349> 382 40<-4 120 575 700> 590 179<346 349>\nDStem: 142 579 170 607 227 494 255 522 227 201 255 172 142 116 170 88 548 172 577 201 633 88 661 116 633 607 661 579 548 522 577 494\nFore\n590 347 m 0\n 590 451.846 504.439 535 402 535 c 0\n 352 535 304 516 269 481 c 0\n 233 445 214 397 214 347 c 0\n 214 243.013 299.303 159 402 159 c 0\n 505.987 159 590 244.561 590 347 c 0\n422 694 m 2\n 422 575 l 1\n 468 571 513 552 548 522 c 1\n 633 607 l 2\n 637 611 642 613 647 613 c 0\n 657 613 667 603 667 593 c 0\n 667 588 665 582 661 579 c 1\n 577 494 l 1\n 607 458 625 414 629 367 c 1\n 749 367 l 2\n 760 367 769 358 769 347 c 0\n 769 336 760 327 749 327 c 2\n 629 327 l 1\n 625 281 607 236 577 201 c 1\n 661 116 l 2\n 665 112 667 107 667 102 c 0\n 667 91 658 82 647 82 c 0\n 642 82 637 84 633 88 c 2\n 548 172 l 1\n 513 142 468 124 422 120 c 1\n 422 0 l 2\n 422 -11 413 -20 402 -20 c 0\n 391 -20 382 -11 382 0 c 2\n 382 120 l 1\n 335 124 291 142 255 172 c 1\n 170 88 l 2\n 166 84 161 82 156 82 c 0\n 145 82 136 91 136 102 c 0\n 136 107 138 112 142 116 c 2\n 227 201 l 1\n 197 236 178 281 174 327 c 1\n 55 327 l 2\n 43 327 34 336 34 347 c 0\n 34 358 43 367 55 367 c 2\n 174 367 l 1\n 178 414 197 458 227 494 c 1\n 142 579 l 2\n 138 582 136 588 136 593 c 0\n 136 603 146 613 156 613 c 0\n 161 613 166 611 170 607 c 2\n 255 522 l 1\n 291 552 335 571 382 575 c 1\n 382 694 l 2\n 382 706 391 715 402 715 c 0\n 413 715 422 706 422 694 c 2\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni263D\nEncoding: 9789 9789 2774\nWidth: 777\nFlags: W\nVStem: 472 40<235 267> 680 40<235 267>\nFore\n472 250 m 0\n 472 368 416 478 321 547 c 0\n 316 550 313 555 312 561 c 0\n 312 582 330 585 350 585 c 0\n 452 585 543 553 622 487 c 0\n 691 428 720 338 720 250 c 0\n 720 162 691 72 622 13 c 0\n 543 -53 452 -85 350 -85 c 0\n 331 -85 312 -82 312 -61 c 0\n 313 -56 316 -51 321 -47 c 0\n 416 22 472 132 472 250 c 0\n512 250 m 0\n 512 138 466 32 387 -44 c 1\n 463 -39 536 -7 596 44 c 0\n 654 93 680 170 680 250 c 0\n 680 330 654 407 596 456 c 0\n 536 507 463 539 387 544 c 1\n 466 468 512 362 512 250 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni263E\nEncoding: 9790 9790 2775\nWidth: 777\nFlags: W\nVStem: 55 41<235 267> 264 40<235 267>\nFore\n389 -44 m 1\n 310 32 264 138 264 250 c 0\n 264 362 310 468 389 544 c 1\n 313 539 240 507 180 456 c 0\n 122 407 96 330 96 250 c 0\n 96 170 122 93 180 44 c 0\n 240 -7 313 -39 389 -44 c 1\n455 -47 m 0\n 461 -51 463 -58 463 -64 c 1\n 452 -85 436 -85 422 -85 c 0\n 323 -85 231 -52 154 13 c 0\n 85 72 55 162 55 250 c 0\n 55 338 85 428 154 487 c 0\n 231 551 322 585 421 585 c 0\n 438 585 463 584 463 564 c 0\n 463 556 460 551 455 547 c 0\n 360 478 304 368 304 250 c 0\n 304 132 360 22 455 -47 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni263F\nEncoding: 9791 9791 2776\nWidth: 541\nFlags: W\nHStem: -64 40<117 250 292 423> 497 41<253 279>\nVStem: 55 41<313 329 697 715> 251 40<-199 -64 -24 108> 446 40<313 329 697 715>\nFore\n446 322 m 0\n 446 418.471 366.093 497 271 497 c 0\n 173.392 497 96 417.834 96 322 c 0\n 96 276 114 231 147 198 c 0\n 180 166 224 147 271 147 c 0\n 367.372 147 446 228.043 446 322 c 0\n118 170 m 0\n 78 210 55 265 55 322 c 0\n 55 409.456 110.252 486.675 180 517 c 1\n 106 552 55 626 55 713 c 0\n 55 724 64 733 75 733 c 0\n 87 733 96 724 96 713 c 0\n 96 616 174 538 271 538 c 0\n 367 538 446 616 446 713 c 0\n 446 724 455 733 466 733 c 0\n 477 733 486 724 486 713 c 0\n 486 626 435 552 361 517 c 1\n 431.747 486.24 486 408.497 486 322 c 0\n 486 206.701 396.506 118.766 291 108 c 1\n 291 -24 l 1\n 421 -24 l 2\n 432 -24 441 -33 441 -44 c 0\n 441 -55 432 -64 421 -64 c 2\n 291 -64 l 1\n 291 -194 l 2\n 291 -206 282 -215 271 -215 c 0\n 260 -215 251 -206 251 -194 c 2\n 251 -64 l 1\n 120 -64 l 2\n 109 -64 100 -55 100 -44 c 0\n 100 -33 109 -24 120 -24 c 2\n 251 -24 l 1\n 251 108 l 1\n 201 113 154 134 118 170 c 0\nEndSplineSet\nMinimumDistance: x14,-1 y22,25 y22,23 x26,29 x26,27 x18,21 x18,19 \nEndChar\nStartChar: female\nEncoding: 9792 9792 2777\nWidth: 541\nFlags: W\nHStem: -64 40<117 250 292 423> 497 40<253 279>\nVStem: 55 41<313 329> 251 40<-199 -64 -24 108> 446 40<313 329>\nFore\n446 322 m 0\n 446 418.471 366.093 497 271 497 c 0\n 173.392 497 96 417.834 96 322 c 0\n 96 276 114 231 147 198 c 0\n 180 166 224 147 271 147 c 0\n 367.372 147 446 228.043 446 322 c 0\n55 322 m 0\n 55 442.035 154.276 537 271 537 c 0\n 389.241 537 486 439.132 486 322 c 0\n 486 206.701 396.506 118.766 291 108 c 1\n 291 -24 l 1\n 421 -24 l 2\n 432 -24 441 -33 441 -44 c 0\n 441 -55 432 -64 421 -64 c 2\n 291 -64 l 1\n 291 -194 l 2\n 291 -206 282 -215 271 -215 c 0\n 260 -215 251 -206 251 -194 c 2\n 251 -64 l 1\n 120 -64 l 2\n 109 -64 100 -55 100 -44 c 0\n 100 -33 109 -24 120 -24 c 2\n 251 -24 l 1\n 251 108 l 1\n 201 113 154 134 118 170 c 0\n 78 210 55 265 55 322 c 0\nEndSplineSet\nMinimumDistance: x7,-1 y13,16 y13,14 x17,20 x17,18 x9,12 x9,10 \nEndChar\nStartChar: uni2641\nEncoding: 9793 9793 2778\nWidth: 541\nFlags: W\nHStem: 0 40<253 279> 561 40<117 250 292 425>\nVStem: 55 41<208 224> 251 40<430 561 601 736> 446 40<208 224>\nFore\n446 215 m 0\n 446 311.471 366.093 390 271 390 c 0\n 173.392 390 96 310.834 96 215 c 0\n 96 169 114 124 147 91 c 0\n 180 59 224 40 271 40 c 0\n 367.372 40 446 121.043 446 215 c 0\n291 561 m 1\n 291 430 l 1\n 340 425 387 403 422 368 c 0\n 463 327 486 272 486 215 c 0\n 486 158 463 103 423 63 c 0\n 382 23 328 0 271 0 c 0\n 214 0 159 23 118 63 c 0\n 78 103 55 158 55 215 c 0\n 55 329.834 144.917 419.392 251 430 c 1\n 251 561 l 1\n 120 561 l 2\n 109 561 100 570 100 581 c 0\n 100 592 109 601 120 601 c 2\n 251 601 l 1\n 251 732 l 2\n 251 743 260 752 271 752 c 0\n 282 752 291 743 291 732 c 2\n 291 601 l 1\n 421 601 l 2\n 432 601 441 592 441 581 c 0\n 441 570 432 561 421 561 c 2\n 291 561 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y18,21 y18,19 x14,17 x14,15 x5,23 x5,25 \nEndChar\nStartChar: male\nEncoding: 9794 9794 2779\nWidth: 799\nFlags: W\nHStem: 0 40<263 279> 390 41<263 279> 582 40<462 608>\nVStem: 55 41<208 224> 446 40<208 224> 637 40<407 552>\nDStem: 609 582 637 553 408 381 436 353\nFore\n446 215 m 0\n 446 262 427 306 395 339 c 0\n 362 372 317 390 271 390 c 0\n 173.392 390 96 310.834 96 215 c 0\n 96 169 114 124 147 91 c 0\n 180 59 224 40 271 40 c 0\n 367.372 40 446 121.043 446 215 c 0\n118 368 m 1\n 159 408 214 431 271 431 c 0\n 321 431 370 413 408 381 c 1\n 609 582 l 1\n 463 582 l 2\n 452 582 443 591 443 602 c 0\n 443 613 452 622 463 622 c 2\n 657 622 l 2\n 668.367 622 677 612.35 677 602 c 2\n 677 408 l 2\n 677 397 668 388 657 388 c 0\n 646 388 637 397 637 408 c 2\n 637 553 l 1\n 436 353 l 1\n 468 314 486 266 486 215 c 0\n 486 96.389 387.874 -5.08626e-06 271 0 c 0\n 214 0 159 23 118 63 c 0\n 78 103 55 158 55 215 c 0\n 55 272 78 327 118 368 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni2643\nEncoding: 9795 9795 2780\nWidth: 700\nFlags: W\nHStem: 219 40<222 391 431 629> 643 40<183 197>\nVStem: 51.1246 39.8754<539 540> 271 42<539 560> 391 40<13 219 260 463>\nFore\n313 554 m 0\n 313 457.655 253.292 335.692 221 259 c 1\n 391 259 l 1\n 391 463 l 1\n 394 471 400 477 411 478 c 1\n 419 477 431 471 431 460 c 2\n 431 259 l 1\n 627 259 l 2\n 638 259 648 250 648 239 c 0\n 648 230 641 219 627 219 c 2\n 431 219 l 1\n 431 14 l 2\n 431 8 427 0 411 0 c 0\n 395 0 391 10 391 14 c 2\n 391 219 l 1\n 184 219 l 2\n 178 219 169 227 169 234 c 0\n 169 240 169 245 171 248 c 0\n 220 344 220 359 244 419 c 1\n 261 469 271 505 271 550 c 0\n 271 606 243 643 195 643 c 0\n 164 643 134 629 115 606 c 1\n 99 590 93 569 91 540 c 0\n 91 529 98 500 98 498 c 0\n 98 485 88 479 76 479 c 0\n 70 479 63 487 59 493 c 0\n 54 502 51 512 51 552 c 1\n 55 587 69 620 96 644 c 1\n 119 667 164 683 195 683 c 0\n 274 683 313 629 313 554 c 0\nEndSplineSet\nMinimumDistance: x7,-1 y10,13 y10,11 x6,9 x6,7 \nEndChar\nStartChar: uni2644\nEncoding: 9796 9796 2781\nWidth: 583\nFlags: W\nHStem: -194 40<480 508> 410 41<333.125 348.792> 552 41<66 139 180 251>\nVStem: 139 40<14 238 362 552 593 665> 394 41<-127.604 -114> 488 40<206 238>\nFore\n251 593 m 2\n 258 592 269 586 269 573 c 0\n 269 560 259 552 254 552 c 2\n 179 552 l 1\n 179 361 l 1\n 197 390 221 415 251 430 c 0\n 275 443 305 451 333 451 c 0\n 452 451 528 331 528 220 c 0\n 528 157 498 93 472 17 c 0\n 456 -28 435 -78 435 -119 c 0\n 435 -150 469 -154 501 -154 c 2\n 506 -154 l 2\n 514 -154 527 -161 528 -172 c 0\n 528 -185 515 -194 506 -194 c 2\n 500 -194 l 2\n 465 -194 394 -191 394 -119 c 0\n 394 -66 421 -6 440 46 c 0\n 460 100 488 162 488 220 c 0\n 488 311 432 409 333 410 c 1\n 308 408 292 406 271 395 c 1\n 211 355 179 295 179 220 c 2\n 179 20 l 2\n 179 8 170 0 159 0 c 0\n 149 0 139 8 139 18 c 2\n 139 552 l 1\n 66 552 l 2\n 56 552 48 561 48 573 c 0\n 48 582 56 592 66 593 c 2\n 139 593 l 1\n 139 665 l 1\n 140 675 149 683 159 683 c 0\n 170 683 179 674 179 663 c 2\n 179 593 l 1\n 251 593 l 2\nEndSplineSet\nMinimumDistance: x7,-1 x24,27 x24,25 \nEndChar\nStartChar: uni2645\nEncoding: 9797 9797 2782\nWidth: 541\nFlags: W\nHStem: -116 40<253 287> 79 40<270 273> 274 362<270 273>\nVStem: 55 41<92 108> 251 40<98 101 314 566> 446 40<92 108>\nDStem: 256 630 251 567 133 507 162 479 291 567 285 630 379 479 408 507\nFore\n446 99 m 0\n 446 195.471 366.093 274 271 274 c 0\n 173.392 274 96 194.834 96 99 c 0\n 96 53 114 8 147 -25 c 0\n 180 -57 224 -76 271 -76 c 0\n 367.372 -76 446 5.04329 446 99 c 0\n291 567 m 1\n 291 314 l 1\n 340 309 387 287 422 252 c 0\n 463 211 486 156 486 99 c 0\n 486 42 463 -13 423 -53 c 0\n 382 -93 328 -116 271 -116 c 0\n 214 -116 159 -93 118 -53 c 0\n 78 -13 55 42 55 99 c 0\n 55 213.834 144.917 303.392 251 314 c 1\n 251 567 l 1\n 162 479 l 2\n 158 475 152 473 147 473 c 0\n 136 473 128 482 128 493 c 0\n 128 498 129 503 133 507 c 2\n 256 630 l 2\n 260 634 265 636 271 636 c 0\n 276 636 281 634 285 630 c 2\n 408 507 l 2\n 412 503 414 498 414 493 c 0\n 414 482 404 473 393 473 c 0\n 388 473 383 475 379 479 c 2\n 291 567 l 1\n271 119 m 0\n 282.874 119 291 110.449 291 99 c 0\n 291 88.254 281.35 79 271 79 c 0\n 259.462 79 251 87.6271 251 99 c 0\n 251 111.633 258.559 119 271 119 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni2646\nEncoding: 9798 9798 2783\nWidth: 652\nFlags: W\nHStem: -181 41<251 286> 210 471<268 271>\nVStem: 53 41<27 43 587 611> 249 40<249 391 432 611> 444 40<27 43 587 611>\nFore\n444 35 m 0\n 444 130.358 364.093 210 269 210 c 0\n 222 210 178 191 145 159 c 0\n 112 126 94 81 94 35 c 0\n 94 -62.6077 173.166 -140 269 -140 c 0\n 365.372 -140 444 -59.8258 444 35 c 0\n116 -118 m 1\n 76 -77 53 -22 53 35 c 0\n 53 150.772 142.404 238.34 249 249 c 1\n 249 391 l 1\n 139 401 53 493 53 605 c 2\n 53 612 l 1\n 32 591 l 2\n 28 587 23 585 18 585 c 0\n 8 585 -2 595 -2 605 c 0\n -2 610 0 615 4 619 c 2\n 59 675 l 1\n 63 678 68 681 73 681 c 0\n 79 681 84 678 88 675 c 1\n 143 619 l 2\n 147 615 149 610 149 605 c 0\n 149 595 139 585 129 585 c 0\n 124 585 118 587 115 591 c 2\n 94 612 l 1\n 94 605 l 2\n 94 515 161 441 249 431 c 1\n 249 612 l 1\n 227 591 l 2\n 223 587 218 585 213 585 c 0\n 203 585 193 595 193 605 c 0\n 193 610 195 615 199 619 c 2\n 254 675 l 2\n 258 679 264 681 269 681 c 0\n 274 681 279 679 283 675 c 2\n 338 619 l 2\n 342 615 344 610 344 605 c 0\n 344 595 334 585 324 585 c 0\n 312.058 585 295.965 605.035 289 612 c 1\n 289 431 l 1\n 376 441 444 515 444 605 c 2\n 444 612 l 1\n 423 591 l 2\n 419 587 413 585 408 585 c 0\n 398 585 388 595 388 605 c 0\n 388 610 390 615 394 619 c 2\n 450 675 l 2\n 453 678 458 681 464 681 c 0\n 469 681 474 679 478 675 c 2\n 533 619 l 2\n 537 615 539 610 539 605 c 0\n 539 595 529 585 519 585 c 0\n 507.058 585 490.965 605.035 484 612 c 1\n 484 605 l 2\n 484 493 398 401 289 391 c 1\n 289 249 l 1\n 338 244 385 223 421 187 c 0\n 461 147 484 92 484 35 c 0\n 484 -22 461 -77 421 -118 c 0\n 381 -158 326 -181 269 -181 c 0\n 212 -181 157 -158 116 -118 c 1\nEndSplineSet\nMinimumDistance: x50,-1 \nEndChar\nStartChar: uni2647\nEncoding: 9799 9799 2784\nWidth: 583\nFlags: W\nHStem: 0 40<97 510> 289 41<96.2499 180.091> 643 39.9991<96.2499 180.091>\nVStem: 55 41<40 289 331 642> 488 40<480 496>\nFore\n508 40 m 2\n 519 40 528 31 528 20 c 0\n 528 9 519 0 508 0 c 2\n 75 0 l 2\n 64 0 55 9 55 20 c 2\n 55 663 l 2\n 55 674 64 683 75 683 c 2\n 92 683 l 2\n 279 683 528 680 528 486 c 0\n 528 294 281 289 96 289 c 1\n 96 40 l 1\n 508 40 l 2\n488 486 m 0\n 488 631 304 643 96 643 c 1\n 96 330 l 1\n 304 330 488 342 488 486 c 0\nEndSplineSet\nMinimumDistance: x1,-1 x10,2 x10,0 \nEndChar\nStartChar: uni2648\nEncoding: 9800 9800 2785\nWidth: 805\nFlags: W\nHStem: 667 40<192 224 577.271 608>\nVStem: 32 40<533 549> 382 40<5 453> 731 41<533 549>\nFore\n422 436 m 2\n 422 9 l 2\n 422 -2 413 -11 402 -11 c 0\n 391 -11 382 -2 382 9 c 2\n 382 436 l 2\n 382 555 316 667 208 667 c 0\n 133 667 72 608 72 537 c 0\n 72 530 73 522 74 511 c 0\n 74 502 68 494 54 492 c 1\n 32 492 32 521 32 537 c 0\n 32 630 111 707 207 707 c 0\n 302 707 372 640 402 554 c 1\n 432 640 502 707 597 707 c 0\n 693 707 772 631 772 538 c 0\n 772 519 772 492 746 492 c 1\n 736 494 729 502 729 515 c 0\n 730 522 731 530 731 537 c 0\n 731 608 671 667 596 667 c 0\n 479 667 422 550 422 436 c 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni2649\nEncoding: 9801 9801 2786\nWidth: 805\nFlags: W\nHStem: -15 40<356 388> 448 40<356 388>\nVStem: 116 41<641 657> 124 40<225 241> 587 40<225 241> 594 41<641 657>\nFore\n587 236 m 0\n 587 352.049 491.286 448 376 448 c 0\n 259.506 448 164 349.872 164 236 c 0\n 164 118.71 261.625 25 376 25 c 0\n 432 25 486 47 525 86 c 0\n 565 126 587 180 587 236 c 0\n626 701 m 0\n 632 683 635 665 635 648 c 0\n 635 565 569 497 480 465 c 1\n 563.8 427.756 627 339.569 627 236 c 0\n 627 169 601 105 554 58 c 0\n 506 11 442 -15 376 -15 c 0\n 309 -15 245 11 198 58 c 0\n 151 105 124 169 124 236 c 0\n 124 339.813 189.032 429.442 272 465 c 1\n 182 497 116 566 116 649 c 0\n 116 666 119 683 125 701 c 0\n 128 709 136 714 144 714 c 0\n 155 714 164 707 164 695 c 0\n 164 680 157 665 157 651 c 0\n 157 565 253 488 376 488 c 0\n 499 488 594 564 594 650 c 0\n 594 665 588 678 587 696 c 0\n 587 707 597 714 608 714 c 0\n 616 714 624 709 626 701 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni264A\nEncoding: 9802 9802 2787\nWidth: 805\nFlags: W\nHStem: 53 40<369 433> 600 41<369 417>\nVStem: 245 40<84 610> 513 40<84 610>\nFore\n553 620 m 1\n 553 74 l 1\n 626 56 695 24 757 -19 c 0\n 763 -23 765 -29 765 -35 c 0\n 765 -47 757 -55 745 -55 c 0\n 741 -55 737 -54 734 -52 c 0\n 648.66 7.18733 535.801 53 399 53 c 0\n 265.297 53 151.952 8.99932 64 -52 c 0\n 61 -54 56 -55 52 -55 c 0\n 41 -55 33 -47 33 -35 c 0\n 33 -29 35 -23 41 -19 c 0\n 103 24 172 56 245 74 c 1\n 245 620 l 1\n 172 639 103 670 41 713 c 0\n 35 717 33 724 33 730 c 0\n 33 741 42 750 53 750 c 0\n 57 750 61 749 64 746 c 0\n 151.744 685.145 260.863 641 399 641 c 0\n 535.02 641 645.697 684.757 734 746 c 0\n 737 749 741 750 745 750 c 0\n 756 750 765 741 765 730 c 0\n 765 724 763 717 757 713 c 0\n 695 670 626 639 553 620 c 1\n513 611 m 1\n 475 604 437 600 399 600 c 0\n 361 600 322 604 285 611 c 1\n 285 83 l 1\n 322 90 361 93 399 93 c 0\n 437 93 475 90 513 83 c 1\n 513 611 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni264B\nEncoding: 9803 9803 2788\nWidth: 1013\nFlags: W\nHStem: 0 40<435 483> 206 40<163 179 820.609 847> 449 40<163 179 820.869 847> 654 40<515 579>\nVStem: 35 41<336 352> 278 41<336 352> 693 40<336 352> 936 41<336 352>\nFore\n177 449 m 0\n 120.198 449 76 402.727 76 347 c 0\n 76 290.007 120.996 246 177 246 c 0\n 234.363 246 278 291.595 278 347 c 0\n 278 403.565 232.503 449 177 449 c 0\n557 654 m 0\n 366 654 184 593 110 472 c 1\n 131 483 154 489 177 489 c 0\n 256.241 489 319 424.003 319 347 c 0\n 319 269.571 254.634 206 177 206 c 0\n 98.3232 206 35 271.058 35 347 c 0\n 35 587 304 694 557 694 c 0\n 671 694 781 655 870 584 c 0\n 875 580 877 574 877 568 c 0\n 877 556 869 548 857 548 c 0\n 853 548 848 549 845 552 c 0\n 763 618 661 654 557 654 c 0\n835 246 m 0\n 892.363 246 936 291.595 936 347 c 0\n 936 403.565 890.503 449 835 449 c 0\n 779.006 449 733 402.22 733 347 c 0\n 733 290.57 779.273 246 835 246 c 0\n455 40 m 0\n 646 40 828 102 902 222 c 1\n 881 211 858 206 835 206 c 0\n 756.323 206 693 271.058 693 347 c 0\n 693 426.241 757.997 489 835 489 c 0\n 912.486 489 977 424.128 977 347 c 0\n 977 108 708 0 455 0 c 0\n 341 0 231 39 142 111 c 0\n 137 115 134 120 134 126 c 0\n 134 137 144 147 155 147 c 0\n 159 147 163 145 167 142 c 0\n 249 76 350 40 455 40 c 0\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni264C\nEncoding: 9804 9804 2789\nWidth: 833\nFlags: W\nHStem: -170 40<163 179 659 675> 58 41<163 179> 630 40<403 435>\nVStem: 35 41<-42 -26> 91 40<390 422> 264 40<-42 -26> 527 40<-42 -16> 700 41<390 422> 756 40<-42 -34>\nFore\n35 -36 m 0\n 35 38 95 99 170 99 c 0\n 193 99 215 93 234 82 c 1\n 184 187 91 283 91 410 c 0\n 91 571 251 670 416 670 c 0\n 580 670 741 571 741 410 c 0\n 741 237 567 122 567 -36 c 0\n 567 -88 610 -130 662 -130 c 0\n 714 -130 756 -88 756 -36 c 0\n 756 -25 765 -16 776 -16 c 0\n 787 -16 796 -25 796 -36 c 0\n 796 -110 736 -170 662 -170 c 0\n 587 -170 527 -110 527 -36 c 0\n 527 137 700 253 700 410 c 0\n 700 541 567 630 416 630 c 0\n 264 630 131 541 131 410 c 0\n 131 253 304 137 304 -36 c 0\n 304 -110 244 -170 170 -170 c 0\n 95 -170 35 -110 35 -36 c 0\n170 -130 m 0\n 222 -130 264 -88 264 -36 c 0\n 264 16 222 58 170 58 c 0\n 118 58 76 16 76 -36 c 0\n 76 -88 118 -130 170 -130 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni264D\nEncoding: 9805 9805 2790\nWidth: 1152\nFlags: W\nHStem: 654 40<51 67 339 355 642 659 963 963 976.125 993.849> 657 40<957.601 977>\nVStem: 184 40<14 542> 481 40<14 542> 778 40<14 524> 1120 40<494 528>\nFore\n806 -71 m 1\n 788 -45 778 -13 778 20 c 2\n 778 526 l 2\n 778 597 721 654 650 654 c 0\n 579 654 521 597 521 526 c 2\n 521 20 l 2\n 521 9 512 0 501 0 c 0\n 490 0 481 9 481 20 c 2\n 481 526 l 2\n 481 597 424 654 353 654 c 0\n 282 654 224 597 224 526 c 2\n 224 20 l 2\n 224 9 215 0 204 0 c 0\n 193 0 184 9 184 20 c 2\n 184 526 l 2\n 184 597 126 654 55 654 c 0\n 44 654 35 663 35 674 c 0\n 35 685 44 694 55 694 c 0\n 120 694 176 659 204 606 c 1\n 232 659 288 694 353 694 c 0\n 417 694 473 659 501 606 c 1\n 530 659 585 694 650 694 c 0\n 717 694 776 655 803 597 c 1\n 832.898 649.579 894.016 697 976 697 c 0\n 1073 697 1160 625 1160 526 c 0\n 1160 286 1048 66 867 -77 c 1\n 874 -82 883 -87 892 -91 c 0\n 899 -94 904 -101 904 -109 c 0\n 904 -120 894 -130 884 -130 c 0\n 870.272 -130 842.238 -108.817 833 -101 c 1\n 779 -139 720 -170 657 -193 c 0\n 654 -194 651 -194 649 -194 c 0\n 639 -194 629 -185 629 -174 c 0\n 629 -166 635 -158 643 -156 c 0\n 702 -134 756 -106 806 -71 c 1\n839 -47 m 1\n 1013 88 1120 298 1120 526 c 0\n 1120 600 1054 657 976 657 c 0\n 892.532 657 831.012 596.652 818 524 c 1\n 818 20 l 2\n 818 -4 826 -28 839 -47 c 1\nEndSplineSet\nMinimumDistance: x14,17 x14,15 \nEndChar\nStartChar: uni264E\nEncoding: 9806 9806 2791\nWidth: 1152\nFlags: W\nHStem: 0 40<52 1098> 192 40<52 323 830 1098> 464 41<564 596>\nVStem: 36 328<208 216> 323 40<232 256> 789 327<208 216> 790 40<232 256>\nFore\n56 40 m 2\n 1096 40 l 2\n 1107 40 1116 31 1116 20 c 0\n 1116 9 1107 0 1096 0 c 2\n 56 0 l 2\n 45 0 36 9 36 20 c 0\n 36 31 45 40 56 40 c 2\n789 214 m 1\n 790 222 790 229 790 237 c 0\n 790 299 769 359 726 402 c 0\n 687 442 633 464 576 464 c 0\n 520 464 466 442 427 402 c 0\n 384 359 363 299 363 237 c 0\n 363 229 363 222 364 214 c 1\n 364 212 l 2\n 364 202 356 193 346 192 c 2\n 56 192 l 2\n 45 192 36 201 36 212 c 0\n 36 223 45 232 56 232 c 2\n 323 232 l 1\n 323 236 l 2\n 323 307 347 378 398 431 c 0\n 445 479 510 505 576 505 c 0\n 643 505 708 479 755 431 c 0\n 806 378 830 307 830 236 c 2\n 830 232 l 1\n 1096 232 l 2\n 1107 232 1116 223 1116 212 c 0\n 1116 201 1107 192 1096 192 c 2\n 807 192 l 2\n 797 193 789 202 789 212 c 2\n 789 214 l 1\nEndSplineSet\nMinimumDistance: x1,-1 x24,27 x24,25 x18,15 x18,17 \nEndChar\nStartChar: uni264F\nEncoding: 9807 9807 2792\nWidth: 1152\nFlags: W\nHStem: -101 39<907 923> 0 40<1019 1078> 654 40<43 59 331 347 635 651>\nVStem: 176 40<17 529> 473 40<17 529> 770 40<17 529> 1112 40<-95 -26>\nFore\n1112 -25 m 1\n 1047 -76 973 -101 911 -101 c 0\n 831 -101 770 -60 770 20 c 2\n 770 526 l 2\n 770 597 713 654 642 654 c 0\n 571 654 513 597 513 526 c 2\n 513 20 l 2\n 513 9 504 0 493 0 c 0\n 482 0 473 9 473 20 c 2\n 473 526 l 2\n 473 597 416 654 345 654 c 0\n 274 654 216 597 216 526 c 2\n 216 20 l 2\n 216 9 207 0 196 0 c 0\n 185 0 176 9 176 20 c 2\n 176 526 l 2\n 176 597 118 654 47 654 c 0\n 36 654 27 663 27 674 c 0\n 27 685 36 694 47 694 c 0\n 112 694 168 659 196 606 c 1\n 224 659 280 694 345 694 c 0\n 409 694 465 659 493 606 c 1\n 522 659 577 694 642 694 c 0\n 735 694 810 619 810 526 c 2\n 810 20 l 2\n 810 -29 855 -62 918 -62 c 0\n 965 -62 1022 -43 1079 0 c 1\n 1021 0 l 2\n 1010 0 1001 9 1001 20 c 0\n 1001 31 1010 40 1021 40 c 2\n 1132 40 l 2\n 1142.75 40 1152 31.5586 1152 20 c 2\n 1152 -91 l 2\n 1152 -102 1143 -111 1132 -111 c 0\n 1121 -111 1112 -102 1112 -91 c 2\n 1112 -25 l 1\nEndSplineSet\nMinimumDistance: x15,18 x15,16 \nEndChar\nStartChar: uni2650\nEncoding: 9808 9808 2793\nWidth: 704\nFlags: W\nHStem: 578 41<442 591>\nVStem: 621 40<400 549>\nDStem: 48 310 77 339 186 172 215 201 186 172 215 144 48 34 77 6 215 144 243 172 353 6 381 34 592 578 621 550 215 201 243 172\nFore\n215 201 m 1\n 592 578 l 1\n 447 578 l 2\n 436 578 427 587 427 599 c 0\n 427 610 436 619 447 619 c 2\n 641 619 l 2\n 651.746 619 661 609.35 661 599 c 2\n 661 405 l 2\n 661 394 652 385 641 385 c 0\n 630 385 621 394 621 405 c 2\n 621 550 l 1\n 243 172 l 1\n 381 34 l 2\n 385 30 387 25 387 20 c 0\n 387 10 377 0 367 0 c 0\n 362 0 357 2 353 6 c 2\n 215 144 l 1\n 77 6 l 2\n 73 2 67 0 62 0 c 0\n 52 0 42 10 42 20 c 0\n 42 25 44 30 48 34 c 2\n 186 172 l 1\n 48 310 l 2\n 44 314 42 319 42 324 c 1\n 52 343 57 345 62 345 c 0\n 67 345 73 343 77 339 c 2\n 215 201 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2651\nEncoding: 9809 9809 2794\nWidth: 805\nFlags: W\nHStem: -11 40<529 561> 415 39<433 488> 654 40<49 630>\nVStem: 281 40<256 293> 737 40<196 224>\nFore\n53 654 m 2\n 42 654 33 663 33 674 c 0\n 33 685 42 694 53 694 c 2\n 746 694 l 2\n 758 694 766 685 766 674 c 0\n 766 666 761 658 753 655 c 2\n 719 643 l 2\n 583 595 453 549 378 447 c 1\n 406 452 434 454 461 454 c 0\n 630 454 777 361 777 207 c 0\n 777 72 666 -11 549 -11 c 0\n 524 -11 499 -7 474 1 c 0\n 351 40 281 155 281 277 c 0\n 281 313 287 349 299 384 c 1\n 211 351 132 298 68 229 c 0\n 64 225 59 223 54 223 c 0\n 43 223 33 232 33 243 c 0\n 33 248 35 253 39 257 c 0\n 116 340 213 401 322 434 c 1\n 386 551 510 609 631 654 c 1\n 53 654 l 2\n737 196 m 1\n 737 206 l 2\n 737 330 613 415 461 415 c 0\n 425 415 387 410 349 400 c 1\n 330 360 321 318 321 277 c 0\n 321 171 382 72 486 39 c 0\n 507 32 528 29 549 29 c 0\n 647 29 732 99 737 196 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2652\nEncoding: 9810 9810 2795\nWidth: 1152\nFlags: W\nHStem: -15 40<946 962> -1 41.0596<460 461> 0 21G<57 59> 153.94 41.0596<691 693> 169 40<194 210> 222 40<946 962> 236 41.0595<460 461> 390.894 40.1061<692 693> 405 41<194 210>\nVStem: 34 40<27 49 264 289> 1077 40<145 161 371.188 394>\nFore\n879 239 m 0\n 801 277 764 391 688 391 c 2\n 681 391 l 2\n 600 383 577 246 473 237 c 2\n 461 236 l 2\n 359 236 332 354 255 392 c 0\n 237 401 218 405 200 405 c 0\n 133 405 74 350 74 279 c 0\n 74 273 74 267 75 260 c 1\n 75 256 l 2\n 75 247 69 239 59 237 c 2\n 56 237 l 2\n 46 237 37 244 36 254 c 0\n 35 263 34 272 34 281 c 0\n 34 374 112 446 200 446 c 0\n 224 446 248 440 272 429 c 0\n 350 391 387 277 463 277 c 2\n 470 277 l 2\n 551 284 574 421 678 430 c 2\n 691 431 l 2\n 792 431 819 312 896 275 c 0\n 914 266 933 262 951 262 c 0\n 1017 262 1077 316 1077 387 c 0\n 1077 394 1076 400 1075 407 c 1\n 1075 409 l 2\n 1075 419 1082 429 1092 430 c 2\n 1096 430 l 2\n 1115.48 430 1117 407.105 1117 387 c 0\n 1117 294 1040 222 952 222 c 0\n 928 222 903 227 879 239 c 0\n879 2 m 0\n 801 40 764 154 688 154 c 2\n 681 154 l 2\n 600 146 577 10 473 0 c 2\n 461 -1 l 2\n 359 -1 332 118 255 156 c 0\n 237 165 218 169 200 169 c 0\n 133 169 74 115 74 43 c 0\n 74 37 74 30 75 23 c 1\n 75 19 l 2\n 75 10 69 2 59 0 c 2\n 57 0 l 2\n 47 0 37 7 36 17 c 0\n 35 26 34 35 34 44 c 0\n 34 137 112 209 200 209 c 0\n 224 209 248 204 272 192 c 0\n 350 154 387 40 463 40 c 2\n 470 40 l 2\n 551 47 574 184 678 194 c 2\n 690 195 l 2\n 792 195 819 76 896 38 c 0\n 914 29 933 25 951 25 c 0\n 1018 25 1077 79 1077 150 c 0\n 1077 157 1076 164 1075 171 c 1\n 1075 173 l 2\n 1075 183 1082 192 1092 194 c 2\n 1094 194 l 2\n 1115.14 194 1117 171.303 1117 150 c 0\n 1117 57 1040 -15 952 -15 c 0\n 928 -15 903 -10 879 2 c 0\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni2653\nEncoding: 9811 9811 2796\nWidth: 805\nFlags: W\nHStem: 327 40<285 514>\nVStem: 246 308<327 367>\nFore\n514 327 m 1\n 285 327 l 1\n 278 186 192 60 62 2 c 0\n 59 1 56 0 53 0 c 0\n 43 0 33 10 33 20 c 0\n 33 28 38 35 45 38 c 0\n 167 93 246 214 246 347 c 0\n 246 481 167 602 45 656 c 0\n 38 660 33 667 33 675 c 0\n 33 686 44 695 54 695 c 0\n 57 695 59 694 62 693 c 0\n 192 635 278 509 285 367 c 1\n 514 367 l 1\n 522 509 608 635 738 693 c 0\n 741 694 743 695 746 695 c 0\n 757 695 766 685 766 674 c 0\n 766 666 761 660 754 656 c 0\n 632 602 554 481 554 347 c 0\n 554 214 632 93 754 38 c 0\n 761 35 766 28 766 20 c 0\n 766 9 757 0 746 0 c 0\n 743 0 741 1 738 2 c 0\n 608 60 522 186 514 327 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni2654\nEncoding: 9812 9812 2797\nWidth: 800\nFlags: W\nHStem: 0 36<369 433> 81 40<362 442> 429 35.972<216 232 569 585> 499 159<393 403>\nVStem: 97 36<336 352> 321 37<426.016 456> 335 130<584 620> 376 48<536 560> 382 36<246 247> 442 37<427 448> 539 63<55 67> 667 36<336 352>\nFore\n400 0 m 0\n 267 0 200 23 198 67 c 0\n 193 162 180 193 136 252 c 0\n 115 280 97 304 97 345 c 0\n 97 400 134 442 177 457 c 0\n 230 476 279 460 320 427 c 2\n 321 426 l 1\n 321 444 322 459 323 471 c 0\n 323 476 326 483 330 490 c 24\n 344 512 350 519 376 536 c 1\n 376 560 l 1\n 335 584 l 1\n 335 620 l 1\n 372 620 l 1\n 385 658 l 1\n 415 658 l 1\n 428 620 l 1\n 465 620 l 1\n 465 584 l 1\n 424 560 l 1\n 424 536 l 1\n 446 522 476 497 477 470 c 0\n 478 460 479 436 479 426 c 1\n 480 427 l 2\n 527 466 590 480 646 446 c 0\n 677 427 703 392 703 345 c 0\n 703 279 642 238 622 183 c 0\n 611 154 604 115 602 67 c 0\n 601 23 534 0 400 0 c 0\n400 337 m 1\n 407 349 431 379 440 411 c 24\n 443 422 442 435 442 440 c 0\n 442 480 429 499 401 499 c 0\n 372 499 358 480 358 440 c 0\n 358 433 357 422 360 411 c 24\n 368 383 377 371 394 347 c 0\n 398 342 400 338 400 337 c 1\n667 339 m 0\n 667 368 657 392 637 408 c 0\n 620 422 600 429 578 429 c 0\n 549 429 518 414 485 385 c 0\n 445 351 423 305 418 247 c 0\n 418 242 431 237 455 231 c 0\n 493 224 546 223 601 223 c 1\n 618 248 667 296 667 339 c 0\n400 204 m 1\n 366 189 277 188 217 183 c 1\n 224 156 228 128 230 99 c 1\n 277 114 333 121 400 121 c 0\n 467 121 524 114 570 99 c 1\n 572 131 576 159 583 183 c 1\n 436 195 526 186 435 195 c 0\n 421 197 410 200 400 204 c 1\n133 339 m 0\n 133 300 177 254 199 223 c 1\n 217 223 l 2\n 236 223 382 227 382 247 c 0\n 377 305 355 351 315 385 c 0\n 283 414 251 429 222 429 c 0\n 213 429 203 427 192 423 c 0\n 159 415 133 382 133 339 c 0\n400 36 m 0\n 411 36 539 39 539 55 c 0\n 539 80 429 81 401 81 c 0\n 368 81 334 79 298 74 c 0\n 273 70 261 64 261 55 c 0\n 261 42 355 36 400 36 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni2655\nEncoding: 9813 9813 2798\nWidth: 800\nFlags: W\nHStem: 1 40<356 449> 94 35<352 450> 190 35<351 452> 268 37<373 428> 523 32<100 111 688 693> 587 33<231 248 552 565> 617 29<398 405>\nVStem: 53 31<493 501> 133 32<493 501> 182.444 54.5564<64 68> 183 32<554 571> 209 41<140 144> 229 35<416 448> 264 32<560 571> 344 31<586 595> 365 68<472 512> 424 31<586 595> 503 31<564 568> 536 33<416 448> 550 39<140 144> 563 53.7642<64 68> 575 89<227 257> 584 31<554 570> 634 31<493 501> 714 32<493 501>\nFore\n377 225 m 2\n 421 225 l 2\n 424 225 436 225 457 224 c 0\n 484 224 529 218 557 218 c 0\n 569 218 575 220 575 223 c 2\n 575 227 l 2\n 575 258 447 268 400 268 c 0\n 351 268 225 258 225 227 c 2\n 225 223 l 2\n 225 220 231 218 243 218 c 0\n 246 218 357 225 377 225 c 2\n562 180 m 1\n 507 187 453 190 400 190 c 0\n 347 190 283 186 238 180 c 1\n 246 173 250 160 250 141 c 0\n 250 129 248 121 244 118 c 1\n 288 126 340 129 400 129 c 0\n 460 129 512 126 556 118 c 1\n 552 121 550 129 550 141 c 0\n 550 160 554 173 562 180 c 1\n400 94 m 0\n 361 94 324 92 286 89 c 0\n 253 86 237 78 237 66 c 0\n 237 50 291 41 400 41 c 0\n 509 41 563 50 563 66 c 0\n 563 72 559 76 550 81 c 0\n 521 91 449 94 400 94 c 0\n400 617 m 0\n 383 617 375 609 375 593 c 0\n 375 576 383 567 400 567 c 0\n 416 567 424 576 424 593 c 0\n 424 609 416 617 400 617 c 0\n400 646 m 0\n 431 646 455 621 455 590 c 0\n 455 585 452 577 447 565 c 0\n 437 538 433 529 433 494 c 0\n 433 453 444 397 455 349 c 1\n 491 425 509 482 509 521 c 0\n 509 532.214 504.166 552.804 503 564 c 0\n 503 595 528 620 558 620 c 0\n 590 620 615 594 615 564 c 0\n 615 546 609 533 597 523 c 1\n 573 507 569 478 569 435 c 0\n 569 414 571 386 574 351 c 1\n 617 395 639 431 639 460 c 0\n 639 461 634 494 634 499 c 0\n 634 529 660 555 689 555 c 0\n 720 555 746 529 746 499 c 0\n 746 472 731 451 700 437 c 1\n 697 381 679 319 664 257 c 1\n 664 247 653 231 632 209 c 0\n 604 181 589 158 589 142 c 0\n 589 129 612 85 613 83 c 0\n 616 76 617 66 617 56 c 2\n 617 49 l 2\n 616 46 616 44 616 42 c 2\n 616 41 l 1\n 617 40 l 1\n 617 5 457 0 399 0 c 0\n 397 0 364 1 356 1 c 0\n 295 3 247 8 213 17 c 0\n 192 23 182 31 182 40 c 1\n 185.354 42.1475 180.021 50.9727 182 56 c 1\n 182 71 187 89 197 109 c 0\n 205 125 209 136 209 142 c 0\n 209 153 203 166 192 180 c 2\n 143 236 l 2\n 138 243 135 250 135 257 c 1\n 122 310 102 380 99 437 c 1\n 68 451 53 472 53 499 c 0\n 53 529 79 555 109 555 c 0\n 140 555 165 529 165 499 c 0\n 165 496 160 464 160 460 c 0\n 160 431 181 395 224 351 c 1\n 228 386 229 414 229 435 c 0\n 229 489 226 502 201 524 c 0\n 189 532 183 542 183 564 c 0\n 183 595 209 620 240 620 c 0\n 271 620 296 594 296 564 c 0\n 296 562 290 530 290 521 c 0\n 290 483 308 426 344 349 c 1\n 358 410 365 458 365 494 c 0\n 365 520 360 546 350 570 c 0\n 346 579 344 586 344 590 c 0\n 344 621 370 646 400 646 c 0\n689 523 m 0\n 677 523 665 512 665 499 c 0\n 665 485 676 473 689 473 c 0\n 706 473 714 482 714 499 c 0\n 714 515 706 523 689 523 c 0\n558 587 m 0\n 545 587 534 575 534 562 c 0\n 534 549 545 537 558 537 c 0\n 575 537 584 545 584 562 c 0\n 584 579 575 587 558 587 c 0\n240 587 m 0\n 223 587 215 579 215 562 c 0\n 215 545 223 537 240 537 c 0\n 256 537 264 545 264 562 c 0\n 264 579 256 587 240 587 c 0\n109 523 m 0\n 92 523 84 515 84 499 c 0\n 84 482 92 473 109 473 c 0\n 125 473 133 482 133 499 c 0\n 133 512 121 523 109 523 c 0\n400 459 m 1\n 393 416 380 361 364 332 c 0\n 360 324 351 315 349 307 c 1\n 345 312 330 329 323 337 c 0\n 299 365 278 418 262 466 c 1\n 263 459 264 449 264 437 c 0\n 264 393 255 338 247 292 c 1\n 211 313 176 347 142 394 c 1\n 147 368 162 298 168 281 c 0\n 172 268 177 260 183 258 c 1\n 239 290 311 305 400 305 c 0\n 489 305 562 290 617 258 c 1\n 633 263 649 347 657 394 c 1\n 623 347 589 313 553 292 c 1\n 543 343 536 402 536 429 c 0\n 536 442 537 454 538 466 c 1\n 524 424 508 388 492 359 c 0\n 485 348 475 334 461 319 c 0\n 455 313 452 309 451 307 c 1\n 438 331 437 327 426 354 c 0\n 417 377 408 421 400 459 c 1\nEndSplineSet\nMinimumDistance: x43,-1 \nEndChar\nStartChar: uni2656\nEncoding: 9814 9814 2799\nWidth: 800\nFlags: W\nHStem: 0 40<182 612> 79 35<214 580> 178 33<284 510> 388 34<284 510> 505 39<296 325 469 497> 547 40<208 264 359 435 530 586>\nVStem: 146 35<41 78> 160 35<477 533> 160 136<547 559> 248 35<212 387> 264 32<545 546> 264 95<519 544> 325 144<545 570> 435 95<519 544> 497 33<545 546> 511 35<212 387> 599 35<477 533> 613 35<41 78>\nDStem: 160 468 195 477 248 391 263 422 248 191 279 178 146 88 213 114 515 178 546 191 581 114 648 88 599 477 634 468 531 422 546 391\nFore\n283 388 m 1\n 283 211 l 1\n 511 211 l 1\n 511 388 l 1\n 283 388 l 1\n165 0 m 1\n 146 19 l 1\n 146 88 l 1\n 248 191 l 1\n 248 391 l 1\n 160 468 l 1\n 160 559 l 1\n 189 587 l 1\n 279 587 l 1\n 296 570 l 1\n 296 544 l 1\n 325 544 l 1\n 325 570 l 1\n 342 587 l 1\n 452 587 l 1\n 469 570 l 1\n 469 544 l 1\n 497 544 l 1\n 497 570 l 1\n 515 587 l 1\n 605 587 l 1\n 634 559 l 1\n 634 468 l 1\n 546 391 l 1\n 546 191 l 1\n 648 88 l 1\n 648 19 l 1\n 629 0 l 1\n 165 0 l 1\n181 79 m 1\n 181 40 l 1\n 613 40 l 1\n 613 79 l 1\n 181 79 l 1\n279 178 m 1\n 213 114 l 1\n 581 114 l 1\n 515 178 l 1\n 279 178 l 1\n359 545 m 1\n 359 519 l 1\n 344 505 l 1\n 279 505 l 1\n 264 519 l 1\n 264 547 l 1\n 208 547 l 1\n 195 533 l 1\n 195 477 l 1\n 263 422 l 1\n 531 422 l 1\n 599 477 l 1\n 599 533 l 1\n 586 547 l 1\n 530 547 l 1\n 530 519 l 1\n 515 505 l 1\n 450 505 l 1\n 435 519 l 1\n 435 545 l 1\n 359 545 l 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni2657\nEncoding: 9815 9815 2800\nWidth: 800\nFlags: W\nHStem: 85 33<215 242> 145 23<394 399> 208 29<366 444> 271 29<362 430> 349 126<379 415> 393 39<346 379 415 448> 633 37<394 404>\nVStem: 240 39<179 185> 327 39<601 610> 345 104<393 432> 379 36<350 393 432 474> 428 38<601 611> 499 35<249 258> 514 40<180 185>\nFore\n397 271 m 0\n 371 271 314 273 288 277 c 1\n 292 269 295 261 295 253 c 0\n 295 244 293 235 289 228 c 1\n 308 234 359 237 397 237 c 0\n 450 237 486 234 505 228 c 1\n 501 235 499 244 499 253 c 0\n 499 261 501 269 505 277 c 1\n 474 273 438 271 397 271 c 0\n397 633 m 0\n 381 633 366 619 366 604 c 0\n 366 587 380 574 397 574 c 0\n 414 574 428 587 428 604 c 0\n 428 620 413 633 397 633 c 0\n397 208 m 2\n 375 208 342 206 299 201 c 0\n 288 200 279 192 279 182 c 0\n 279 174 298 169 334 167 c 0\n 326 168 347 168 397 168 c 0\n 475 168 514 173 514 182 c 0\n 514 207 474 207 427 207 c 0\n 421 207 414 207 405 208 c 2\n 397 208 l 2\n396 300 m 0\n 470 300 516 307 533 321 c 0\n 545 330 553 353 558 390 c 1\n 555 423 534 455 493 486 c 0\n 455 516 422 532 395 535 c 1\n 370 532 338 516 300 486 c 0\n 260 455 239 423 236 390 c 1\n 241 354 245 330 267 317 c 0\n 285 305 328 300 396 300 c 0\n379 349 m 1\n 379 393 l 1\n 345 393 l 1\n 345 432 l 1\n 379 432 l 1\n 379 475 l 1\n 415 475 l 1\n 415 432 l 1\n 449 432 l 1\n 449 393 l 1\n 415 393 l 1\n 415 349 l 1\n 379 349 l 1\n395 145 m 0\n 388 145 352 118 342 110 c 0\n 318 94 276 87 242 85 c 0\n 227 85 168 81 162 80 c 0\n 140 75 130 66 130 53 c 1\n 132 39 139 33 151 33 c 0\n 153 33 199 41 204 41 c 0\n 236 41 272 45 313 55 c 0\n 356 66 384 84 397 109 c 1\n 417 70 478 51 537 45 c 2\n 537 45 553 42 563 41 c 24\n 573 40 589 41 589 41 c 2\n 595 41 640 33 643 33 c 0\n 654 33 662 39 664 53 c 1\n 664 66 654 75 632 80 c 0\n 625 81 552 85 525 88 c 0\n 483 91 454 107 427 128 c 0\n 412 140 402 145 395 145 c 0\n397 58 m 1\n 371 32 332 16 279 10 c 0\n 254 8 216 3 167 -4 c 1\n 153 -7 145 -14 143 -23 c 1\n 118 -16 91 35 74 58 c 1\n 96 100 124 121 156 121 c 0\n 158 121 210 118 215 118 c 0\n 244 118 276 125 311 137 c 1\n 264 143 240 157 240 180 c 0\n 240 193 261 244 260 258 c 1\n 220 302 200 343 200 382 c 0\n 200 426 222 466 265 502 c 0\n 303 534 331 551 349 553 c 1\n 335 570 327 589 327 609 c 0\n 327 648 357 670 397 670 c 0\n 436 670 466 647 466 609 c 0\n 466 589 459 570 445 553 c 1\n 464 551 492 533 530 501 c 0\n 572 466 594 426 594 382 c 0\n 594 344 574 303 534 258 c 1\n 534 250 537 236 544 218 c 0\n 550 199 554 187 554 180 c 0\n 554 157 530 143 483 137 c 1\n 517 125 549 118 579 118 c 0\n 586 118 631 121 638 121 c 0\n 670 121 698 100 720 58 c 1\n 701 29 683 -10 651 -23 c 1\n 646 0 607 1 563 5 c 0\n 479 13 424 31 397 58 c 1\nEndSplineSet\nMinimumDistance: x78,-1 y32,34 y32,33 y29,39 y29,28 x35,37 x35,36 x29,31 x29,30 \nBack\n397 271 m 0\n 371 271 314 273 288 277 c 1\n 292 269 295 261 295 253 c 0\n 295 244 293 235 289 228 c 1\n 308 234 359 237 397 237 c 0\n 450 237 486 234 505 228 c 1\n 501 235 499 244 499 253 c 0\n 499 261 501 269 505 277 c 1\n 474 273 438 271 397 271 c 0\n397 633 m 0\n 381 633 366 619 366 604 c 0\n 366 587 380 574 397 574 c 0\n 414 574 428 587 428 604 c 0\n 428 620 413 633 397 633 c 0\n397 208 m 2\n 375 208 342 206 299 201 c 1\n 286 199 279 192 279 182 c 0\n 279 174 298 169 334 167 c 0\n 326 168 347 168 397 168 c 0\n 475 168 514 173 514 182 c 0\n 514 207 474 207 427 207 c 0\n 421 207 414 207 405 208 c 2\n 397 208 l 2\n396 300 m 0\n 470 300 516 307 533 321 c 0\n 545 330 553 353 558 390 c 1\n 555 423 534 455 493 486 c 0\n 455 516 422 532 395 535 c 1\n 370 532 338 516 300 486 c 0\n 260 455 239 423 236 390 c 1\n 241 354 245 330 267 317 c 0\n 285 305 328 300 396 300 c 0\n379 349 m 1\n 379 393 l 1\n 345 393 l 1\n 345 432 l 1\n 379 432 l 1\n 379 475 l 1\n 415 475 l 1\n 415 432 l 1\n 449 432 l 1\n 449 393 l 1\n 415 393 l 1\n 415 349 l 1\n 379 349 l 1\n395 145 m 0\n 388 145 352 118 342 110 c 0\n 333 104 324 100 315 99 c 1\n 296 92 271 87 242 85 c 0\n 227 85 168 81 162 80 c 0\n 140 75 130 66 130 53 c 1\n 132 39 139 33 151 33 c 0\n 153 33 199 41 204 41 c 0\n 236 41 272 45 313 55 c 0\n 356 66 384 84 397 109 c 1\n 417 70 478 51 537 45 c 2\n 537 45 552.508 41.8024 563 41 c 24\n 573.37 40.207 589 41 589 41 c 2\n 595 41 640 33 643 33 c 0\n 654 33 662 39 664 53 c 1\n 664 66 654 75 632 80 c 0\n 625 81 552 85 525 88 c 0\n 511 89 496 93 479 99 c 1\n 460 103 445 114 427 128 c 0\n 412 140 402 145 395 145 c 0\n397 58 m 1\n 371 32 332 16 279 10 c 0\n 254 8 216 3 167 -4 c 1\n 153 -7 145 -14 143 -23 c 1\n 118 -16 91 35 74 58 c 1\n 96 100 124 121 156 121 c 0\n 158 121 210 118 215 118 c 0\n 244 118 276 125 311 137 c 1\n 264 143 240 157 240 180 c 0\n 240 193 261 244 260 258 c 1\n 220 302 200 343 200 382 c 0\n 200 426 222 466 265 502 c 0\n 303 534 331 551 349 553 c 1\n 335 570 327 589 327 609 c 0\n 327 648 357 670 397 670 c 0\n 436 670 466 647 466 609 c 0\n 466 589 459 570 445 553 c 1\n 464 551 492 533 530 501 c 0\n 572 466 594 426 594 382 c 0\n 594 344 574 303 534 258 c 1\n 534 250 537 236 544 218 c 0\n 550 199 554 187 554 180 c 0\n 554 157 530 143 483 137 c 1\n 517 125 549 118 579 118 c 0\n 586 118 631 121 638 121 c 0\n 670 121 698 100 720 58 c 1\n 701 29 683 -10 651 -23 c 1\n 646 0 607 1 563 5 c 0\n 479 13 424 31 397 58 c 1\nEndSplineSet\nEndChar\nStartChar: uni2658\nEncoding: 9816 9816 2801\nWidth: 800\nFlags: W\nHStem: 0 37<314 643> 111.831 33.1694<220 226> 134 29<165 174> 192 44<151 162> 358 68<234 278> 470 42<430 442>\nVStem: 141 35<208 219> 216 30<521 529> 220 81<375 412> 647 40<80 125>\nFore\n162 236 m 0\n 171 236 176 230 176 217 c 0\n 176 200 168 192 151 192 c 0\n 142 192 141 198 141 208 c 0\n 141 227 148 236 162 236 c 0\n234 358 m 8\n 223 358 220 366 220 375 c 0\n 220 401 253 426 278 426 c 0\n 287 426 301 422 301 412 c 0\n 301 387 257 358 234 358 c 8\n242 546 m 1\n 244 539 246 533 246 527 c 0\n 246 525 245 520 243 511 c 1\n 250 511 277 520 287 527 c 1\n 268 537 265 540 242 546 c 1\n123 202 m 1\n 128 183 151 163 174 163 c 2\n 176 163 l 2\n 184 163 198 178 208 179 c 0\n 212 179 l 2\n 215 179 217 176 217 173 c 0\n 217 172 211 156 211 154 c 0\n 211 148 216 145 225 145 c 0\n 227 145 235 157 250 180 c 0\n 280 226 322 260 375 283 c 1\n 380 316 397 355 415 378 c 0\n 420 385 426 389 431 389 c 0\n 437 389 440 384 440 376 c 0\n 440 360 415 309 415 285 c 8\n 415 280 416 277 417 272 c 1\n 417 224 397 175 357 123 c 0\n 331 88 316 60 313 37 c 1\n 643 37 l 1\n 645 60 647 83 647 105 c 0\n 647 248 598 358 518 434 c 0\n 492 458 471 470 455 470 c 2\n 395 470 l 17\n 378 478 383 531 364 546 c 1\n 356 521 331 503 290 490 c 0\n 267 483 252 476 244 470 c 1\n 237 447 215 399 179 328 c 0\n 178 326 127 228 123 202 c 1\n683 0 m 1\n 264 0 l 1\n 270 100 326 135 360 193 c 0\n 370 209 375 227 377 246 c 1\n 319 221 291 193 262 143 c 0\n 254 130 247 111 230 111 c 0\n 208 111 188 123 186 139 c 1\n 180 136 173 134 166 134 c 0\n 135 134 109 154 90 194 c 1\n 100 252 164 373 186 421 c 0\n 198 448 216 486 216 522 c 0\n 216 526 214 544 210 578 c 1\n 218 578 l 18\n 253 578 292 564 321 544 c 17\n 339 575 354 591 366 591 c 1\n 399 573 408 557 421 510 c 1\n 426 511 432 512 438 512 c 0\n 492 512 544 478 596 410 c 0\n 657 330 687 222 687 84 c 0\n 687 56 686 28 683 0 c 1\nEndSplineSet\nMinimumDistance: x56,-1 \nBack\n162 236 m 0\n 171 236 176 230 176 217 c 0\n 176 200 168 192 151 192 c 0\n 153 192 147 193 145 193 c 1\n 142 195 141 200 141 208 c 0\n 141 227 148 236 162 236 c 0\n231 358 m 1\n 223.056 358 220 368.547 220 375 c 0\n 220 401 253 426 278 426 c 0\n 286.693 426 301 422.372 301 412 c 0\n 301 387 257 358 234 358 c 1\n 231 358 l 1\n242 546 m 1\n 244 539 246 533 246 527 c 0\n 246 525 245 520 243 511 c 1\n 250.407 511 277.01 520.34 287 527 c 1\n 268 537 265 540 242 546 c 1\n123 202 m 1\n 128 183 151 163 174 163 c 2\n 176 163 l 2\n 183.602 163 198.145 177.733 208 179 c 0\n 209 179 210 178 211 178 c 2\n 212 178 l 2\n 215 178 217 176 217 173 c 0\n 217 172 211 156 211 154 c 0\n 211 148 216 145 225 145 c 0\n 227 145 235 157 250 180 c 0\n 280 226 322 260 375 283 c 1\n 380.482 315.896 397.464 355.454 415 378 c 0\n 420 385 426 389 431 389 c 0\n 437 389 440 384 440 376 c 0\n 440 371 437 359 431 342 c 0\n 420 316 415 297 415 285 c 0\n 415 281 416 277 417 272 c 1\n 417 224 397 175 357 123 c 0\n 331 88 316 60 313 37 c 1\n 643 37 l 1\n 645 60 647 83 647 105 c 0\n 647 248 598 358 518 434 c 0\n 492 458 471 470 455 470 c 1\n 455 470 430 472 428 472 c 0\n 423 472 419 471 415 470 c 2\n 415.001 470 402.032 470 400 470 c 2\n 395 470 l 2\n 384 474 379 510 374 530 c 0\n 372 536 369 542 364 546 c 1\n 356 521 331 503 290 490 c 0\n 267 483 252 476 244 470 c 1\n 237 447 215 399 179 328 c 0\n 178 326 127 228 123 202 c 1\n683 0 m 1\n 264 0 l 1\n 270 100 326 135 360 193 c 0\n 370 209 375 227 377 246 c 1\n 319 221 291 193 262 143 c 0\n 254 130 246 111 230 111 c 0\n 203 114 188 123 186 139 c 1\n 180 136 173 134 166 134 c 0\n 135 134 109 154 90 194 c 1\n 100 252 164 373 186 421 c 0\n 198.388 447.682 216 485.908 216 522 c 0\n 216 526 214 544 210 578 c 1\n 218 578 l 1\n 247 578 278 569 311 551 c 2\n 321 544 l 2\n 339 575 354 591 366 591 c 1\n 399 573 408 557 421 510 c 1\n 426 511 432 512 438 512 c 0\n 492 512 544 478 596 410 c 0\n 657 330 687 222 687 84 c 0\n 687 56 686 28 683 0 c 1\nEndSplineSet\nEndChar\nStartChar: uni2659\nEncoding: 9817 9817 2802\nWidth: 800\nFlags: W\nHStem: 0 40<221 576> 554 34<392 401>\nVStem: 184 36<40.1252 64> 185 427<1 40> 261 43<352 368> 313 40<510 515> 443 42<500.851 511 511.063 515> 493 43<352 368> 577 36<40.1252 64>\nFore\n577 40 m 1\n 577 143 543 190 473 231 c 0\n 447 246 434 260 434 273 c 0\n 434 285 444 289 454 295 c 0\n 479 309 493 321 493 357 c 0\n 493 387 478 411 446 429 c 2\n 428 442 l 2\n 425 445 423 448 423 453 c 0\n 423 487 444 482 443 513 c 0\n 443 536 420 554 397 554 c 0\n 374 554 353 535 353 513 c 0\n 353 491.573 375.054 476.532 373 453 c 0\n 373 441 361 435 350 429 c 0\n 319 411 304 387 304 357 c 0\n 304 331 317 310 343 295 c 0\n 349 291 362 283 362 273 c 0\n 362 260 349 246 323 231 c 0\n 255 190 220 143 220 40 c 1\n 577 40 l 1\n185 0 m 1\n 184 12 184 27 184 46 c 0\n 184 166 228 224 317 269 c 1\n 285 279 261 316 261 358 c 0\n 261 403 284 435 329 454 c 1\n 318 474 313 493 313 511 c 0\n 313 557 354 588 399 588 c 0\n 445 588 485 556 485 511 c 0\n 485 493 479 474 467 454 c 1\n 513 435 536 403 536 358 c 0\n 536 315 511 279 479 269 c 1\n 567 224 613 167 613 46 c 0\n 613 29 613 13 612 0 c 1\n 185 0 l 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni265A\nEncoding: 9818 9818 2803\nWidth: 800\nFlags: W\nHStem: 0 88<384 402> 429 35<208 225 572 580>\nVStem: 96 37<344 352> 156 192<246 346> 195.137 56.7715<88 90> 372 53<245 256 535 558> 449 193<246 346> 547 56.6346<88 94> 664 39<336 352>\nFore\n425 250 m 0\n 425 238 417 232 400 232 c 0\n 381 232 372 238 372 250 c 0\n 372 306 353 351 317 385 c 0\n 285 414 254 429 222 429 c 0\n 168 429 133 399 133 346 c 0\n 133 306 192 230 219 207 c 0\n 229 199 247 194 272 194 c 0\n 298 194 340 199 398 209 c 1\n 457 199 499 194 525 194 c 0\n 551 194 569 199 578 207 c 0\n 606 232 664 304 664 346 c 0\n 664 399 629 429 575 429 c 0\n 545 429 513 414 481 384 c 0\n 444 351 425 306 425 250 c 0\n642 346 m 0\n 642 304 581 239 551 224 c 1\n 538 222 524 221 511 221 c 0\n 469 221 449 229 449 246 c 0\n 450 297 465 337 495 366 c 0\n 520 391 546 404 573 404 c 0\n 612 404 642 383 642 346 c 0\n547 92 m 0\n 547 116 433 118 400 118 c 0\n 373 118 350 117 329 115 c 2\n 305 113 l 2\n 269 108 251 101 251 93 c 0\n 251 83 260 78 278 78 c 0\n 286 78 387 88 399 88 c 0\n 406 88 508 78 519 78 c 0\n 538 78 547 83 547 92 c 0\n603 68 m 0\n 602 23 534 0 399 0 c 0\n 265 0 198 23 196 68 c 0\n 195 113 188 151 177 182 c 0\n 170 200 156 223 135 251 c 0\n 109 286 96 317 96 345 c 0\n 96 413 153 464 220 464 c 0\n 255 464 288 451 319 426 c 1\n 319 452 318 470 328 489 c 0\n 333 503 349 518 374 535 c 1\n 374 558 l 1\n 333 583 l 1\n 333 619 l 1\n 370 619 l 1\n 382 656 l 1\n 416 656 l 1\n 429 619 l 1\n 465 619 l 1\n 465 583 l 1\n 425 558 l 1\n 425 535 l 1\n 471 501 478 491 481 426 c 1\n 512 451 544 464 578 464 c 0\n 647 464 703 413 703 345 c 0\n 703 317 690 286 664 250 c 2\n 641 218 l 2\n 615 178 604 135 603 68 c 0\n156 346 m 0\n 156 383 187 404 223 404 c 0\n 251 404 278 391 303 366 c 0\n 332 337 347 297 348 246 c 0\n 349 224 313 221 287 221 c 0\n 273 221 260 222 246 224 c 1\n 213 240 156 305 156 346 c 0\nEndSplineSet\nMinimumDistance: x51,-1 \nEndChar\nStartChar: uni265B\nEncoding: 9819 9819 2804\nWidth: 800\nFlags: W\nHStem: -1 97<383 414> 136 82<382 434> 258 308<395 401> 522 31<105 114 677.202 689> 585 33<228 245 552 565> 616 29<395 401>\nVStem: 49 32<491 499> 130 32<491 499> 180 31<552 568> 261 32<555 569> 341 31<584 593> 362 68<471 511> 421 30<584 593> 499 33<553 566> 581 31<552 569> 630 32<497 499> 711 32<491 499>\nFore\n231 104 m 0\n 231 93 239 88 254 88 c 0\n 256 88 318 93 323 93 c 2\n 323 93 359 95 383 96 c 26\n 398 96 l 2\n 407 96 506 90 515 90 c 0\n 516 90 537 88 539 88 c 0\n 554 88 562 94 562 104 c 0\n 562 130 473 135 428 136 c 6\n 397 136 l 2\n 324 136 273 131 246 119 c 0\n 236 115 231 109 231 104 c 0\n106 522 m 0\n 92 522 81 511 81 497 c 0\n 81 483 92 472 106 472 c 0\n 122 472 130 480 130 497 c 0\n 130 514 122 522 106 522 c 0\n237 585 m 0\n 220 585 211 577 211 560 c 0\n 211 543 220 535 237 535 c 0\n 253 535 261 543 261 560 c 0\n 261 577 253 585 237 585 c 0\n556 585 m 0\n 543 585 532 573 532 560 c 0\n 532 543 540 535 556 535 c 0\n 573 535 581 543 581 560 c 0\n 581 577 573 585 556 585 c 0\n686 522 m 0\n 670 522 662 514 662 497 c 0\n 662 480 670 472 686 472 c 0\n 703 472 711 480 711 497 c 0\n 711 511 700 522 686 522 c 0\n614 44 m 0\n 614 25 579 12 511 5 c 0\n 445 1 453 0 414 -1 c 26\n 396 -1 l 2\n 315 -1 253 6 210 20 c 0\n 189 26 179 34 179 44 c 0\n 179 65 185 87 195 110 c 0\n 202 124 206 134 206 141 c 0\n 206 173 142 228 131 255 c 0\n 131 259 129 268 125 282 c 2\n 112 332 l 2\n 103 367 98 398 95 436 c 1\n 64 449 49 470 49 497 c 0\n 49 529 75 553 106 553 c 0\n 136 553 162 527 162 497 c 0\n 162 495 157 463 157 459 c 0\n 157 430 178 393 221 349 c 1\n 225 382 226 410 226 435 c 0\n 226 478 222 508 198 523 c 0\n 186 530 180 543 180 562 c 0\n 180 594 205 618 237 618 c 0\n 268 618 293 592 293 562 c 0\n 293 558 286 525 286 519 c 0\n 286 480 305 423 341 348 c 1\n 349 384 362 445 362 492 c 0\n 362 520 357 546 347 569 c 0\n 343 578 341 585 341 589 c 0\n 341 621 366 645 397 645 c 0\n 428 645 451 619 451 589 c 0\n 451 580 435 541 434 536 c 0\n 431 526 430 511 430 492 c 0\n 430 446 441 393 451 348 c 1\n 487 424 505 481 505 519 c 0\n 505 527 499 553 499 562 c 0\n 499 594 524 618 556 618 c 0\n 587 618 612 592 612 562 c 0\n 612 543 606 530 594 522 c 0\n 570 506 566 475 566 434 c 0\n 566 411 567 382 571 349 c 1\n 614 393 635 430 635 459 c 0\n 635 460 631 494 630 497 c 0\n 630 528 656 553 686 553 c 0\n 718 553 743 528 743 497 c 0\n 743 471 728 450 697 436 c 1\n 692 379 680 328 663 267 c 0\n 662 263 661 259 661 255 c 0\n 661 251 656 243 646 232 c 2\n 634 217 l 2\n 602 180 586 155 586 141 c 0\n 586 130 608 84 610 79 c 0\n 612 69 614 58 614 44 c 0\n397 616 m 0\n 383 616 372 605 372 591 c 0\n 372 577 383 566 397 566 c 0\n 413 566 421 574 421 591 c 0\n 421 604 410 616 397 616 c 0\n577 226 m 0\n 577 258 453 258 397 258 c 0\n 356 258 216 257 216 225 c 0\n 216 216 225 211 242 211 c 0\n 265 211 299 214 317 216 c 2\n 382 218 l 1\n 398 218 l 2\n 421 218 457 216 504 213 c 0\n 513 213 551 211 553 211 c 0\n 569 211 577 216 577 226 c 0\nEndSplineSet\nMinimumDistance: x69,-1 \nEndChar\nStartChar: uni265C\nEncoding: 9820 9820 2805\nWidth: 800\nFlags: W\nHStem: 0 179<292 517> 213 146<292 517> 393 148<294 332 477 515> 393 190<349 460>\nVStem: 177 117<542 555> 177 455<466 541> 255 36<190 212 360 389> 332 145<542 566> 515 117<542 555> 518 36<190 212 360 389>\nFore\n173 0 m 1\n 154 19 l 1\n 154 90 l 1\n 255 190 l 1\n 255 389 l 1\n 177 466 l 1\n 177 555 l 1\n 205 583 l 1\n 276 583 l 1\n 294 566 l 1\n 294 541 l 1\n 332 541 l 1\n 332 566 l 1\n 349 583 l 1\n 460 583 l 1\n 477 566 l 1\n 477 541 l 1\n 515 541 l 1\n 515 566 l 1\n 532 583 l 1\n 604 583 l 1\n 632 555 l 1\n 632 466 l 1\n 554 389 l 1\n 554 190 l 1\n 655 90 l 1\n 655 19 l 1\n 635 0 l 1\n 173 0 l 1\n291 213 m 1\n 291 179 l 1\n 518 179 l 1\n 518 213 l 1\n 291 213 l 1\n291 393 m 1\n 291 359 l 1\n 518 359 l 1\n 518 393 l 1\n 291 393 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni265D\nEncoding: 9821 9821 2806\nWidth: 800\nFlags: W\nHStem: 231 30<345 449> 293 50<379 415> 293 96<344 378 416 449> 470 106<393 399> 625 41<393 399>\nVStem: 200 179<370 388> 200.554 143.446<389 391> 327 44<600 607> 415 179<370 389> 422 45<594 607> 450 143.282<390 391>\nFore\n348 231 m 2\n 314 231 297 225 297 215 c 0\n 297 205 312 200 342 198 c 0\n 341 198 359 198 397 198 c 0\n 464 198 497 204 497 215 c 0\n 497 225 480 231 446 231 c 2\n 348 231 l 2\n348 293 m 2\n 328 293 297 295 297 277 c 0\n 297 269 304 265 318 264 c 0\n 335 262 362 261 397 261 c 0\n 432 261 459 262 477 264 c 0\n 490 265 497 269 497 277 c 0\n 497 288 480 293 446 293 c 2\n 348 293 l 2\n534 250 m 1\n 534 237.846 552.199 191.748 554 173 c 0\n 554 150 530 136 483 132 c 1\n 517 119 543 112 580 112 c 0\n 586 112 639 115 639 115 c 0\n 683 115 702 87 721 51 c 1\n 701 23 684 -18 651 -30 c 1\n 647 -7 608 -5 563 -2 c 0\n 480 5 425 23 397 51 c 1\n 371 24 331 8 278 4 c 0\n 267 3 251 1 231 -2 c 0\n 192 -5 147 -8 143 -30 c 1\n 126 -23 109 -6 94 20 c 0\n 87 32 80 42 73 51 c 1\n 91 85 111 115 155 115 c 0\n 155 115 208 112 214 112 c 0\n 245 112 278 119 311 132 c 1\n 264 136 240 150 240 173 c 0\n 240 188 262 231 261 246 c 1\n 220 296 200 340 200 377 c 0\n 200 421 222 461 265 497 c 0\n 303 529 331 547 349 549 c 1\n 335 566 327 585 327 605 c 0\n 327 645 357 666 397 666 c 0\n 436 666 467 644 467 605 c 0\n 467 585 459 567 445 549 c 1\n 457 546 476 536 502 518 c 0\n 542 490 594 441 594 377 c 0\n 594 338 574 296 534 250 c 1\n415 343 m 1\n 415 389 l 1\n 450 389 l 1\n 450 427 l 1\n 415 427 l 1\n 415 470 l 1\n 379 470 l 1\n 379 427 l 1\n 344 427 l 1\n 344 389 l 1\n 379 389 l 1\n 379 343 l 1\n 415 343 l 1\n397 625 m 0\n 383 625 371 614 371 601 c 0\n 371 587 383 576 397 576 c 0\n 414 576 422 585 422 601 c 0\n 422 617 414 625 397 625 c 0\nEndSplineSet\nEndChar\nStartChar: uni265E\nEncoding: 9822 9822 2807\nWidth: 800\nFlags: W\nHStem: 0 44<629 694> 424 152<228 279> 464 46<435 447>\nVStem: 649 49<63 125>\nFore\n235 356 m 16\n 259 356 303 390 303 411 c 0\n 303 421 288 424 279 424 c 0\n 253 424 222 399 222 374 c 0\n 222 368 225 356 235 356 c 16\n218 575 m 1\n 218 575 222 576 228 576 c 0\n 257 576 290 566 324 546 c 8\n 327 545 330 542 330 542 c 1\n 349 573 364 589 374 589 c 1\n 412 568 415 558 431 508 c 1\n 435 509 441 510 447 510 c 0\n 502 510 556 476 607 407 c 0\n 668 327 698 219 698 83 c 0\n 698 55 697 28 694 0 c 1\n 272 0 l 1\n 274 67 301 104 335 145 c 0\n 361 178 381 201 386 244 c 1\n 342 227 308 200 287 167 c 0\n 280 155 269 137 254 115 c 8\n 250 109 245 107 239 107 c 0\n 222 107 214 117 214 138 c 1\n 207 129 199 125 191 125 c 0\n 190 125 183 127 171 130 c 0\n 129 141 115 154 97 192 c 1\n 111 273 199 409 222 495 c 1\n 223 504 223 513 223 521 c 0\n 223 525 222 543 218 575 c 1\n158 224 m 1\n 140 224 124 211 124 193 c 0\n 124 190 125 187 127 183 c 1\n 145 183 160 195 160 212 c 0\n 160 215 159 219 158 224 c 1\n649 70 m 2\n 649 107 l 2\n 649 216 621 305 566 374 c 0\n 518 434 475 464 435 464 c 2\n 435 464 425 468 420 464 c 18\n 411 464 407 460 407 453 c 0\n 407 450 409 447 413 443 c 1\n 449 440 488 415 531 366 c 0\n 585 303 612 212 612 94 c 2\n 612 94 611 90 612 88 c 18\n 612 70 612 44 631 44 c 0\n 643 44 649 57 649 70 c 2\nEndSplineSet\nBack\n158 224 m 1\n 140 224 124 211 124 193 c 0\n 124 190 125 187 127 183 c 1\n 145 183 160 195 160 212 c 0\n 160 215 159 219 158 224 c 1\n648 70 m 2\n 649 107 l 1\n 649 216 621 305 566 374 c 0\n 518 434 475 464 435 464 c 0\n 433 464 430 464 426 463 c 0\n 425 463 420 464 420 464 c 1\n 411 464 407 460 407 453 c 0\n 407 450 409 447 413 443 c 1\n 449 440 488 415 531 366 c 0\n 585 303 612 212 612 94 c 0\n 612 93 612 91 611 88 c 1\n 611 69 612 44 631 44 c 0\n 643 44 648 57 648 70 c 2\n230 357 m 1\n 232 357 l 1\n 233 357 234 357 235 356 c 2\n 235 356 l 2\n 259 356 303 390 303 411 c 0\n 303 421 288 424 279 424 c 0\n 253 424 222 399 222 374 c 0\n 222 367 225 361 230 357 c 1\n694 0 m 1\n 272 0 l 1\n 274 67 301 104 335 145 c 0\n 361 178 381 201 386 244 c 1\n 342 227 308 200 287 167 c 0\n 280 155 269 137 254 115 c 1\n 250 110 245 107 239 107 c 0\n 222 107 214 117 214 138 c 1\n 207 129 199 125 191 125 c 0\n 190 125 183 127 171 130 c 0\n 129 141 115 154 97 192 c 1\n 111 273 199 409 222 495 c 1\n 223 504 223 513 223 521 c 0\n 223 525 222 543 218 575 c 1\n 222 575 l 1\n 223 575 224 575 224 576 c 2\n 226 576 l 2\n 256 576 289 566 324 546 c 0\n 328 544 330 543 330 542 c 0\n 349 573 364 589 374 589 c 1\n 412 568 415 558 431 508 c 1\n 435 509 441 510 447 510 c 0\n 502 510 556 476 607 407 c 0\n 668 327 698 219 698 83 c 0\n 698 55 697 28 694 0 c 1\nEndSplineSet\nEndChar\nStartChar: uni265F\nEncoding: 9823 9823 2808\nWidth: 800\nFlags: W\nHStem: 0 588<391 407>\nVStem: 184 427<1 64> 260 275<352 368> 311 172<498.085 513>\nFore\n184 0 m 1\n 183 12 183 28 183 47 c 0\n 183 165.251 227.699 225.192 317 269 c 1\n 284 279 260 316 260 359 c 0\n 260 404 283 435 329 454 c 1\n 317 474 311 493 311 511 c 0\n 311 556 352 588 398 588 c 0\n 444 588 483 556 483 511 c 0\n 483 493 478 474 466 454 c 1\n 490 444 508 431 519 414 c 0\n 529 397 535 379 535 359 c 0\n 535 317 511 279 479 269 c 1\n 566 225 612 167 612 47 c 0\n 612 28 612 12 611 0 c 1\n 184 0 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: spade\nEncoding: 9824 9824 2809\nWidth: 626\nFlags: W\nHStem: 0 21G<72 553>\nVStem: 34 557<272 304> 72 481<1 20>\nFore\n72 0 m 1\n 72 20 l 1\n 164 37 195 51 239 99 c 1\n 276 142 290 176 296 238 c 1\n 263 187 215 158 162 158 c 0\n 91 158 34 214 34 285 c 0\n 34 348 59 387 159 477 c 0\n 257 566 286 609 313 705 c 1\n 338 610 369 565 466 477 c 0\n 566 387 591 348 591 285 c 0\n 591 214 534 158 463 158 c 0\n 410 158 362 187 329 238 c 1\n 335 176 349 142 386 99 c 1\n 430 51 461 37 553 20 c 1\n 553 0 l 1\n 72 0 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni2661\nEncoding: 9825 9825 2810\nWidth: 694\nFlags: W\nHStem: 670 34<166.092 184>\nVStem: 620 39<546 563>\nFore\n348 -14 m 1\n 322 85 284 150 138 340 c 0\n 57 446 35 493 35 555 c 0\n 35 639 99 704 182 704 c 0\n 236 704 285 677 317 629 c 0\n 329 611 337 594 348 560 c 1\n 360 604 371 624 391 648 c 0\n 423 684 466 704 511 704 c 0\n 592 704 659 639 659 561 c 0\n 659 486 628 422 536 306 c 1\n 425 169 369 73 348 -14 c 1\n348 82 m 1\n 372 160 436 234 514 336 c 1\n 594 437 620 493 620 558 c 0\n 620 626 582 666 512 666 c 0\n 473 666 433.893 647.691 402 610 c 16\n 380 584 380 520 348 520 c 12\n 311.611 520 309.461 581.012 298 596 c 0\n 272 630 229 670 182 670 c 0\n 110 670 74 610 72 554 c 0\n 70.0727 500.034 94.4365 458.33 164 366 c 0\n 274 220 326 162 348 82 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni2662\nEncoding: 9826 9826 2811\nWidth: 595\nFlags: W\nFore\n296 705 m 1\n 328 642 484 429 560 346 c 1\n 465 238 339 65 296 -14 c 1\n 245 77 152 203 34 346 c 1\n 173 514 245 612 296 705 c 1\n296 633 m 1\n 255 559 198 480 86 346 c 1\n 181 231 255 131 296 58 c 1\n 331 121 431 259 508 346 c 1\n 447 412 322 583 296 633 c 1\nEndSplineSet\nEndChar\nStartChar: club\nEncoding: 9827 9827 2812\nWidth: 776\nFlags: W\nHStem: 157 319<176 193 584 601>\nVStem: 146 484<1 20> 230 316<544 560>\nFore\n630 0 m 1\n 146 0 l 1\n 146 20 l 1\n 238 37 269 52 313 99 c 1\n 358 151 369 186 374 293 c 1\n 357 261 349 247 335 231 c 0\n 299 186 241 157 191 157 c 0\n 105 157 35 230 35 319 c 0\n 35 406 98 476 177 476 c 0\n 201 476 215 472 248 456 c 0\n 251 454 261 449 269 446 c 1\n 241 486 230 516 230 552 c 0\n 230 636 301 705 388 705 c 0\n 475 705 546 636 546 552 c 0\n 546 516 535 486 507 446 c 1\n 516 450 521 452 528 456 c 0\n 561 472 575 476 599 476 c 0\n 678 476 741 406 741 319 c 0\n 741 230 671 157 585 157 c 0\n 535 157 477 186 441 231 c 0\n 427 247 419 261 402 293 c 1\n 407 186 418 151 463 99 c 1\n 507 52 538 37 630 20 c 1\n 630 0 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: heart\nEncoding: 9829 9829 2813\nWidth: 694\nFlags: W\nVStem: 35 624<546 560>\nFore\n348 -14 m 1\n 322 85 284 150 138 340 c 0\n 57 446 35 493 35 555 c 0\n 35 639 99 704 182 704 c 0\n 236 704 285 677 317 629 c 0\n 329 611 337 594 348 560 c 1\n 360 604 371 624 391 648 c 0\n 423 684 466 704 511 704 c 0\n 592 704 659 639 659 561 c 0\n 659 486 628 422 536 306 c 1\n 425 169 369 73 348 -14 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: diamond\nEncoding: 9830 9830 2814\nWidth: 595\nFlags: W\nFore\n296 705 m 1\n 328 642 484 429 560 346 c 1\n 465 238 339 65 296 -14 c 1\n 245 77 152 203 34 346 c 1\n 173 514 245 612 296 705 c 1\nEndSplineSet\nEndChar\nStartChar: uni2669\nEncoding: 9833 9833 2815\nWidth: 333\nFlags: W\nHStem: 0 166<151 168> 674 20G<251 276>\nVStem: 251 25<138 693>\nFore\n276 83 m 2\n 276 31 222 0 166 0 c 0\n 109 0 55 31 55 83 c 0\n 55 134 109 166 166 166 c 0\n 198 166 230 155 251 137 c 1\n 251 694 l 1\n 276 694 l 1\n 276 83 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: musicalnote\nEncoding: 9834 9834 2816\nWidth: 555\nFlags: W\nHStem: 0 166<151 183> 674 20G<252 277>\nVStem: 252 25<138 502 638 693> 473 25<232 289>\nFore\n277 503 m 1\n 277 83 l 2\n 277 31 223 0 166 0 c 0\n 109 0 55 31 55 83 c 0\n 55 135 109 166 166 166 c 0\n 199 166 231 156 252 137 c 1\n 252 694 l 1\n 277 694 l 1\n 277 639 l 2\n 277 612 360 545 414 502 c 0\n 477 452 498 368 498 287 c 2\n 498 231 l 1\n 473 231 l 1\n 473 287 l 2\n 473 314 390 381 336 424 c 0\n 309 445 290 472 277 503 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: musicalnotedbl\nEncoding: 9835 9835 2817\nWidth: 722\nFlags: W\nHStem: 0 166<535 551> 139 166<167 183>\nVStem: 265 25<276 618> 640 25<137 490>\nDStem: 290 619 265 703 640 490 665 556\nFore\n290 619 m 1\n 290 222 l 2\n 290 169 232 139 172 139 c 0\n 113 139 55 169 55 222 c 0\n 55 275 113 305 172 305 c 0\n 208 305 242 295 265 275 c 1\n 265 703 l 1\n 665 556 l 1\n 665 83 l 2\n 665 30 607 0 548 0 c 0\n 488 0 431 30 431 83 c 0\n 431 136 488 166 548 166 c 0\n 583 166 617 156 640 136 c 1\n 640 490 l 1\n 290 619 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni266C\nEncoding: 9836 9836 2818\nWidth: 722\nFlags: W\nHStem: 0 166<535 551> 139 166<167 183>\nVStem: 265 25<276 482 557 618> 640 25<137 354 432 490>\nDStem: 290 619 265 703 640 490 665 556 290 483 290 557.812 640 354 640 429.188\nFore\n640 429.188 m 1\n 640 490 l 1\n 290 619 l 1\n 290 557.812 l 1\n 640 429.188 l 1\n665 420 m 1\n 665 83 l 2\n 665 30 607 0 548 0 c 0\n 488 0 431 30 431 83 c 0\n 431 136 488 166 548 166 c 0\n 583 166 617 156 640 136 c 1\n 640 354 l 5\n 290 483 l 1\n 290 222 l 2\n 290 169 232 139 172 139 c 0\n 113 139 55 169 55 222 c 0\n 55 275 113 305 172 305 c 0\n 208 305 242 295 265 275 c 1\n 265 567 l 1\n 265 703 l 1\n 665 556 l 1\n 665 420 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni266D\nEncoding: 9837 9837 2819\nWidth: 415\nFlags: W\nHStem: 436 25.1385<204 210>\nVStem: 66 40<27 347 421 718> 281 87<283 315>\nFore\n368 300 m 0\n 368 111 188 -21 89 -21 c 0\n 73 -21 66 -10 66 7 c 2\n 66 718 l 1\n 106 730 l 1\n 106 420 l 1\n 107 420 156 462 220 462 c 0\n 314 462 368 400 368 300 c 0\n281 297 m 0\n 281 370 260 436 205 436 c 0\n 130 436 106 380 106 341 c 2\n 106 31 l 2\n 106 24 108 17 124 17 c 0\n 201 17 281 147 281 297 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni266E\nEncoding: 9838 9838 2820\nWidth: 377\nFlags: W\nVStem: 60 40<40 331 422 699> 290 40<-202 22 113 404>\nFore\n330 -202 m 1\n 290 -214 l 1\n 290 23 l 1\n 60 -67 l 1\n 60 699 l 1\n 100 712 l 1\n 100 421 l 1\n 330 510 l 1\n 330 -202 l 1\n290 113 m 1\n 290 405 l 1\n 100 331 l 1\n 100 39 l 1\n 290 113 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni266F\nEncoding: 9839 9839 2821\nWidth: 402\nFlags: W\nVStem: 94 41<-181 -12 95 370 477 676> 278 41<-111 59 166 441 548 747> 278 87<150 165 531 547>\nFore\n365 93 m 1\n 319 75 l 1\n 319 -111 l 1\n 278 -126 l 1\n 278 60 l 1\n 135 5 l 1\n 135 -181 l 1\n 94 -197 l 1\n 94 -11 l 1\n 50 -27 l 1\n 50 61 l 1\n 94 78 l 1\n 94 371 l 1\n 50 354 l 1\n 50 442 l 1\n 94 459 l 1\n 94 676 l 1\n 135 692 l 1\n 135 476 l 1\n 278 531 l 1\n 278 747 l 1\n 319 762 l 1\n 319 547 l 1\n 365 565 l 1\n 365 475 l 1\n 319 457 l 1\n 319 165 l 1\n 365 183 l 1\n 365 93 l 1\n278 150 m 1\n 278 442 l 1\n 135 387 l 1\n 135 94 l 1\n 278 150 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2670\nEncoding: 9840 9840 2822\nWidth: 776\nVWidth: 2048\nFlags: W\nHStem: 0 21G<303 334 438 470> 385 84<271 346 428 516>\nVStem: 348 79<162.477 384 470 560>\nFore\n678 488 m 1\n 666 478 630 452 630 435 c 0\n 630 421 665 394 678 383 c 1\n 678 352 l 1\n 676 347 672 343 666 339 c 1\n 634 339 l 1\n 617 365 550 385 505 385 c 2\n 427 385 l 1\n 427 177 l 2\n 427 128 454 62 484 44 c 1\n 484 13 l 1\n 481 8 476 3 470 0 c 1\n 438 0 l 1\n 413 32 401 48 386 48 c 0\n 371 48 344 13 334 0 c 1\n 303 0 l 1\n 298 2 294 6 291 13 c 1\n 291 45 l 1\n 305 54 319 74 331 105 c 0\n 342 133 348 158 348 177 c 2\n 348 385 l 1\n 272 385 l 2\n 219 385 161 369 144 339 c 1\n 112 339 l 1\n 108 342 104 346 100 353 c 1\n 100 384 l 1\n 128 408 l 2\n 142 419 148 429 148 437 c 0\n 148 452 113 478 100 489 c 1\n 100 520 l 1\n 102 525 106 529 112 533 c 1\n 145 533 l 1\n 163 503 238 469 274 469 c 2\n 274 469 300 469 347 469 c 1\n 347 550 l 2\n 347 601 320 661 291 679 c 1\n 291 710 l 1\n 293 715 298 719 304 723 c 1\n 336 723 l 1\n 361 692 378 676 388 676 c 0\n 404 676 429 710 440 723 c 1\n 470 723 l 1\n 476 720 480 716 484 711 c 1\n 484 678 l 1\n 458 664 426 590 426 550 c 2\n 426 469 l 1\n 504 469 l 2\n 547 469 617 503 634 533 c 1\n 666 533 l 1\n 670 530 674 526 678 518 c 1\n 678 488 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nBack\n678 488 m 1\n 665.779 477.525 630 451.598 630 435 c 0\n 630 420.742 665.474 393.736 678 383 c 1\n 678 352 l 1\n 676 347 672 343 666 339 c 1\n 634 339 l 1\n 617.021 365.411 550.412 385 505 385 c 2\n 427 385 l 1\n 427 177 l 2\n 427 127.726 453.996 61.6494 484 44 c 1\n 484 13 l 1\n 481 8 476 3 470 0 c 1\n 438 0 l 1\n 413 32 401 48 386 48 c 0\n 371 48 344.43 13.0371 334 0 c 1\n 303 0 l 1\n 298 2 294 6 291 13 c 1\n 291 45 l 1\n 305 54 319 74 331 105 c 0\n 342 133 348 158 348 177 c 2\n 348 385 l 1\n 272 385 l 2\n 219.272 385 160.927 369.093 144 339 c 1\n 112 339 l 1\n 108 342 104 346 100 353 c 1\n 100 384 l 1\n 128 408 l 2\n 142 419 148 429 148 437 c 0\n 148 452.398 113.29 478.368 100 489 c 1\n 100 520 l 1\n 102 525 106 529 112 533 c 1\n 145 533 l 1\n 163.271 502.548 225.807 474.19 274 470 c 4\n 276 469 300 469 347 469 c 1\n 347 550 l 2\n 347 600.633 320.223 660.735 291 679 c 1\n 291 710 l 1\n 293 715 298 719 304 723 c 1\n 336 723 l 1\n 361 692 378 676 388 676 c 0\n 403.814 676 429.306 709.632 440 723 c 1\n 470 723 l 1\n 476 720 480 716 484 711 c 1\n 484 678 l 1\n 457.756 664.003 426 590.279 426 550 c 2\n 426 469 l 1\n 504 469 l 1\n 554.398 471.962 616.652 503.16 634 533 c 1\n 666 533 l 1\n 670 530 674 526 678 518 c 1\n 678 488 l 1\nEndSplineSet\nEndChar\nStartChar: uni2671\nEncoding: 9841 9841 2823\nWidth: 776\nVWidth: 2048\nFlags: W\nHStem: 84 138<382 398> 380 34<319 346 434 461> 380 84<236 318 462 540> 430 34<319 346 434 461> 430 215<365 382 398 418> 508 137<383 397>\nVStem: 182 136<414 430> 347 35<223 379 465 507> 398 35<223 379 465 507> 398 194<395 414 430 447> 462 130<415 429>\nFore\n684 426 m 1\n 662 392 647 356 637 320 c 1\n 541 380 l 1\n 433 380 l 1\n 433 136 l 1\n 494 47 l 1\n 460 42 426 27 390 0 c 1\n 354 26 319 42 284 47 c 1\n 299 67 320 96 347 136 c 1\n 347 380 l 1\n 236 380 l 1\n 140 317 l 1\n 132 354 117 389 93 420 c 1\n 116 452 132 486 142 523 c 1\n 230 464 l 1\n 347 464 l 1\n 347 594 l 1\n 284 680 l 1\n 318 686 354 704 388 733 c 1\n 428 705 463 688 494 682 c 1\n 433 590 l 1\n 433 464 l 1\n 540 464 l 1\n 633 524 l 1\n 640 488 657 456 684 426 c 1\n419 645 m 1\n 419 683 l 1\n 364 683 l 1\n 364 645 l 1\n 419 645 l 1\n630 394 m 1\n 630 448 l 1\n 592 448 l 1\n 592 394 l 1\n 630 394 l 1\n462 414 m 1\n 462 430 l 1\n 398 430 l 1\n 398 508 l 1\n 382 508 l 1\n 382 430 l 1\n 318 430 l 1\n 318 414 l 1\n 382 414 l 1\n 382 222 l 1\n 398 222 l 1\n 398 414 l 1\n 462 414 l 1\n182 394 m 1\n 182 448 l 1\n 144 448 l 1\n 144 394 l 1\n 182 394 l 1\n419 46 m 1\n 419 84 l 1\n 364 84 l 1\n 364 46 l 1\n 419 46 l 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni2701\nEncoding: 9985 9985 2824\nWidth: 974\nFlags: W\nHStem: 71 28<135.437 154> 216 25<246 253> 233 28<119 131> 589 28<147 163>\nVStem: 35 29<167 183> 66 29<524.23 537> 211 29<151 167> 236 30<503 519>\nDStem: 424 226 521 230 525 112 617 120\nFore\n617 120 m 1\n 525 112 l 1\n 424 226 l 1\n 383 221 314 214 302 214 c 2\n 253 216 l 2\n 241 216 233 210 233 201 c 0\n 233 198 235 189 238 175 c 0\n 239 171 240 164 240 159 c 0\n 240 108 202 71 148 71 c 0\n 88 71 35 121 35 177 c 0\n 35 223 74 261 120 261 c 0\n 137 261 159 258 182 252 c 0\n 211 245 234 241 250 241 c 0\n 286 241 338 267 372 302 c 1\n 331 371 270 410 171 428 c 1\n 107 444 66 485 66 535 c 0\n 66 580 104 617 150 617 c 0\n 211 617 266 565 266 509 c 0\n 266 493 263 483 251 458 c 0\n 248 453 247 449 247 446 c 0\n 247 436 249 435 314 410 c 0\n 345 398 378 373 424 329 c 1\n 689 344 l 2\n 707 345 728 346 737 346 c 0\n 801 346 865 327 939 285 c 1\n 521 230 l 1\n 617 120 l 1\n152 589 m 0\n 121 589 95 563 95 534 c 0\n 95 496 142 457 187 457 c 0\n 214 457 236 481 236 512 c 0\n 236 551 194 589 152 589 c 0\n128 233 m 0\n 92 233 64 208 64 177 c 0\n 64 136 104 99 148 99 c 0\n 183 99 211 126 211 160 c 0\n 211 201 174 233 128 233 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2702\nEncoding: 9986 9986 2825\nWidth: 961\nFlags: W\nHStem: 81 32<131 150> 249 31.0216<146 160> 411.984 31.0165<141 150> 579 32<131 150>\nVStem: 35 33<511 520> 38 33<165 186 509 510> 213 33<174 189 509 520>\nDStem: 421 301 549 348 730 187 927 206 733 511 926 492 421 393 549 348\nFore\n549 348 m 1\n 927 206 l 1\n 899 177 873 166 832 166 c 0\n 801 166 771 172 730 187 c 2\n 421 301 l 1\n 327 264 318 261 253 253 c 0\n 238 251 230 245 230 236 c 0\n 230 230 230 230 240 207 c 0\n 244 198 246 188 246 175 c 0\n 246 121 201 81 141 81 c 128\n 81 81 38 120 38 175 c 0\n 38 237 90 281 165 281 c 2\n 233 280 l 2\n 292 280 340 307 354 348 c 1\n 335 390 291 413 230 413 c 2\n 160 411 l 1\n 87 411 35 453 35 512 c 0\n 35 570 78 611 139 611 c 0\n 197 611 244 570 244 518 c 0\n 244 505 240 486 234 473 c 0\n 231 466 229 460 229 457 c 0\n 229 446 239 441 267 439 c 1\n 295 439 371 416 421 393 c 1\n 733 511 l 2\n 771 525 807 533 834 533 c 0\n 870 533 891 523 926 492 c 1\n 549 348 l 1\n138 579 m 0\n 97 579 68 552 68 514 c 0\n 68 475 103 443 146 443 c 0\n 184 443 211 471 211 510 c 128\n 211 549 180 579 138 579 c 0\n148 249 m 0\n 107 249 71 214 71 175 c 0\n 71 139 99 113 138 113 c 0\n 184 113 213 141 213 185 c 0\n 213 222 185 249 148 249 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2703\nEncoding: 9987 9987 2826\nWidth: 974\nFlags: W\nHStem: 69 28<145 163> 425 28<119 137> 446 26<246 259> 587 28<134 153>\nVStem: 35 29<501 517> 67 29<149 155> 211 29<525 533> 236 30<165 181>\nDStem: 525 575 617 567 424 461 521 456\nFore\n617 567 m 1\n 521 456 l 1\n 939 402 l 1\n 866 361 801 341 737 341 c 0\n 723 341 706 342 689 343 c 2\n 424 358 l 1\n 378 313 344 288 314 277 c 0\n 249 252 247 250 247 240 c 0\n 247 237 248 233 251 228 c 0\n 263 203 266 193 266 177 c 0\n 266 121 211 69 150 69 c 0\n 104 69 67 106 67 151 c 0\n 67 189 94 227 135 246 c 0\n 151 253 151 253 226 271 c 0\n 279 283 350 339 372 385 c 1\n 337 420 286 446 250 446 c 0\n 234 446 210 442 182 435 c 0\n 159 428 136 425 120 425 c 0\n 74 425 35 463 35 509 c 0\n 35 565 88 615 148 615 c 0\n 202 615 240 579 240 529 c 0\n 240 523 239 517 238 512 c 0\n 235 499 233 489 233 487 c 0\n 233 478 241 472 253 472 c 2\n 302 473 l 2\n 316 473 382 466 424 461 c 1\n 525 575 l 1\n 617 567 l 1\n188 229 m 0\n 143 229 96 190 96 153 c 0\n 96 123 121 97 151 97 c 0\n 194 97 236 135 236 173 c 0\n 236 204 214 229 188 229 c 0\n146 587 m 0\n 103 587 64 550 64 510 c 0\n 64 478 92 453 128 453 c 0\n 175 453 211 485 211 526 c 0\n 211 561 183 587 146 587 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2704\nEncoding: 9988 9988 2827\nWidth: 980\nFlags: W\nHStem: 0 24<174 198> 52 24<176 189> 76 19<787 814> 205 25<176 189> 218 32<405 412> 227 26<321 334> 275 28<232 275> 298 24<466 474> 382 19<466 474> 445 24<318 348> 458 24<407 421> 461 27<174 189> 583 24<797 819> 614 25<174 189> 667 24<163 189>\nVStem: 35 24<526.402 560> 38 24<132 163 528 541> 91 32<132 150 540 560> 242 27<540 560> 246 24<132 150> 298 32<126 150> 338 22<344 349> 425 20<343 356> 496 19<346 356>\nDStem: 441 441 652 520 347 385 359 350 467 251 491 265 658 125 647 161 594 327 620 342 899 133 942 137 629 550 652 520 467 455 359 350 910 541 945 536 424 255 620 342 910 541 594 327 424 255 491 265\nFore\n182 230 m 0\n 230 230 270 189 270 141 c 0\n 270 92 230 52 181 52 c 0\n 131 52 91 92 91 142 c 0\n 91 191 131 230 182 230 c 0\n187 205 m 0\n 152 205 123 176 123 141 c 0\n 123 105 152 76 186 76 c 128\n 220 76 246 105 246 141 c 0\n 246 176 220 205 187 205 c 0\n181 639 m 0\n 229 639 269 598 269 550 c 0\n 269 501 229 461 180 461 c 128\n 131 461 91 501 91 551 c 0\n 91 600 131 639 181 639 c 0\n185 614 m 0\n 151 614 122 586 122 551 c 0\n 122 517 150 488 184 488 c 0\n 216 488 242 516 242 551 c 0\n 242 585 216 614 185 614 c 0\n470 401 m 0\n 495 401 515 379 515 351 c 0\n 515 322 494 298 469 298 c 0\n 445 298 425 321 425 349 c 0\n 425 378 445 401 470 401 c 0\n472 382 m 0\n 457 382 445 368 445 351 c 0\n 445 335 455 322 470 322 c 0\n 484 322 496 337 496 354 c 0\n 496 369 485 382 472 382 c 0\n945 536 m 1\n 620 342 l 1\n 942 137 l 1\n 909 99 854 76 798 76 c 0\n 759 76 701 96 658 125 c 2\n 467 251 l 1\n 419 221 l 2\n 415 219 411 218 405 218 c 0\n 400 218 391 219 383 221 c 0\n 362 225 344 227 334 227 c 0\n 325 227 317 226 300 221 c 1\n 322 189 330 164 330 134 c 0\n 330 56 269 0 185 0 c 0\n 97 0 38 59 38 148 c 0\n 38 203 60 245 102 272 c 0\n 140 295 170 301 262 303 c 0\n 312 304 338 318 338 345 c 0\n 338 357 330 370 319 375 c 0\n 303 383 293 384 233 387 c 0\n 165 391 123 401 92 423 c 0\n 55 450 35 493 35 544 c 0\n 35 632 94 691 182 691 c 0\n 264 691 330 631 330 558 c 0\n 330 531 321 507 300 474 c 1\n 311 470 316 469 329 469 c 0\n 349 469 368 472 398 479 c 0\n 405 481 411 482 415 482 c 0\n 429 482 444 474 467 455 c 1\n 629 550 l 2\n 695 588 751 607 802 607 c 0\n 858 607 896 588 945 536 c 1\n424 255 m 2\n 910 541 l 1\n 875 572 848 583 812 583 c 0\n 786 583 754 574 718 557 c 0\n 707 552 707 552 652 520 c 2\n 359 350 l 1\n 360 348 360 346 360 344 c 0\n 364 298 330 275 262 275 c 2\n 205 275 l 2\n 114 275 62 229 62 146 c 0\n 62 73 110 24 182 24 c 0\n 250 24 298 73 298 143 c 0\n 298 171 292 186 272 210 c 1\n 270 214 268 218 268 222 c 0\n 268 237 302 253 334 253 c 2\n 404 250 l 2\n 410 250 419 252 424 255 c 2\n491 265 m 1\n 647 161 l 2\n 722 111 760 95 806 95 c 0\n 838 95 864 106 899 133 c 1\n 594 327 l 1\n 491 265 l 1\n347 385 m 1\n 441 441 l 1\n 432 454 425 458 412 458 c 0\n 401 458 401 458 367 448 c 0\n 361 446 351 445 337 445 c 0\n 292 445 266 454 266 471 c 0\n 266 477 266 477 281 500 c 0\n 290 514 295 534 295 554 c 0\n 295 619 244 667 175 667 c 0\n 107 667 59 616 59 544 c 0\n 59 467 114 417 198 417 c 2\n 265 417 l 2\n 304 417 331 406 347 385 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni2706\nEncoding: 9990 9990 2828\nWidth: 789\nFlags: W\nHStem: -13 33<364 403> 671 36<369 419>\nVStem: 35 32<339 371> 195 25<104 117> 204.002 134.998<193 242> 722 33<323 371>\nFore\n160 124 m 1\n 153 121 148 120 145 120 c 0\n 138 120 129 124 122 130 c 0\n 73 170 35 270 35 353 c 0\n 35 545 199 707 394 707 c 0\n 592 707 755 543 755 345 c 0\n 755 145 592 -13 385 -13 c 0\n 277 -13 195 38 195 106 c 0\n 195 124 201 141 213 155 c 0\n 215 158 216 160 216 162 c 128\n 216 164 215 166 208 173 c 0\n 206 176 204 184 204 193 c 0\n 204 294 279 463 370 566 c 0\n 405 606 412 610 452 610 c 0\n 481 610 489 606 489 591 c 0\n 489 551 477 511 457 484 c 0\n 452 478 448 475 437 474 c 0\n 415 470 409 467 394 451 c 0\n 366 421 316 315 316 285 c 0\n 316 274 320 267 333 254 c 0\n 337 250 339 246 339 242 c 0\n 339 208 284 135 258 135 c 0\n 252 135 243 138 238 141 c 0\n 235 142 233 143 232 143 c 0\n 226 143 220 129 220 115 c 0\n 220 60 287 20 379 20 c 0\n 570 20 722 165 722 348 c 0\n 722 524 573 671 394 671 c 0\n 216 671 67 524 67 348 c 0\n 67 264 96 195 160 124 c 1\n511 592 m 1\n 525 587 535 581 548 570 c 0\n 556 563 556 562 556 552 c 0\n 556 525 550 504 535 478 c 0\n 525 461 524 460 509 460 c 128\n 494 460 482 462 469 467 c 1\n 495 502 507 536 511 592 c 1\n356 235 m 1\n 365 227 l 2\n 387 209 392 203 392 196 c 0\n 392 165 347 105 324 105 c 0\n 315 105 295 113 278 124 c 1\n 317 147 340 180 356 235 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2707\nEncoding: 9991 9991 2829\nWidth: 790\nFlags: W\nHStem: -14 27<371 419> 244 202<387 403> 476 169<387 403> 680 26<387 419>\nVStem: 35 26<338 370> 295 202<338 357> 729 26<322 370>\nFore\n617 146 m 1\n 454 232 l 1\n 498 253 526 298 526 349 c 1\n 671 232 l 1\n 666 211 631 156 617 146 c 1\n116 245 m 1\n 266 355 l 1\n 267 298 288 259 334 232 c 1\n 168 156 l 1\n 151 173 127 214 116 245 c 1\n441 639 m 1\n 469 454 l 1\n 447 470 427 476 398 476 c 0\n 371 476 349 470 324 454 c 1\n 345 639 l 1\n 359 643 373 645 395 645 c 0\n 416 645 426 644 441 639 c 1\n398 446 m 0\n 452 446 497 400 497 345 c 0\n 497 289 452 244 396 244 c 128\n 340 244 295 290 295 346 c 0\n 295 401 341 446 398 446 c 0\n401 706 m 0\n 594 706 755 542 755 346 c 0\n 755 147 594 -14 395 -14 c 0\n 195 -14 35 147 35 349 c 0\n 35 547 198 706 401 706 c 0\n400 680 m 0\n 298 680 214 643 147 569 c 0\n 92 509 61 429 61 349 c 0\n 61 162 209 13 395 13 c 0\n 579 13 729 163 729 347 c 0\n 729 442 691 528 618 594 c 0\n 560 647 477 680 400 680 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni2708\nEncoding: 9992 9992 2830\nWidth: 791\nFlags: W\nHStem: 69 33<412 446> 172 34<489 522> 309 73<291 306> 485 34<489 522> 589 33<412 446>\nFore\n35 347 m 1\n 70 358 l 1\n 37 476 l 1\n 88 469 l 1\n 162 370 l 1\n 198 374 l 2\n 215 375 231 377 247 378 c 0\n 285 382 288 382 306 382 c 2\n 339 383 l 2\n 364 384 376 392 376 409 c 0\n 376 420 374 429 353 507 c 1\n 266 705 l 1\n 303 705 l 2\n 321 705 327 701 344 677 c 2\n 383 622 l 1\n 444 622 l 2\n 450 622 456 614 456 606 c 0\n 456 597 450 589 444 589 c 2\n 411 589 l 1\n 460 519 l 1\n 520 519 l 2\n 526 519 532 511 532 503 c 0\n 532 494 526 485 519 485 c 2\n 488 485 l 1\n 562 386 l 1\n 571 385 l 1\n 641 382 l 2\n 717 379 761 366 761 347 c 0\n 761 333 741 321 710 316 c 0\n 676 311 665 310 571 306 c 2\n 562 305 l 1\n 488 206 l 1\n 519 206 l 2\n 526 206 532 197 532 189 c 0\n 532 180 526 172 520 172 c 2\n 460 172 l 1\n 411 102 l 1\n 444 102 l 2\n 450 102 456 94 456 85 c 0\n 456 77 450 69 444 69 c 2\n 383 69 l 1\n 344 14 l 2\n 327 -9 321 -13 303 -13 c 2\n 266 -13 l 1\n 353 184 l 1\n 374 264 376 271 376 282 c 0\n 376 292 371 300 362 304 c 0\n 354 308 354 308 297 309 c 0\n 289 309 210 316 162 321 c 1\n 88 222 l 1\n 37 215 l 1\n 70 333 l 1\n 35 347 l 1\nEndSplineSet\nEndChar\nStartChar: uni2709\nEncoding: 9993 9993 2831\nWidth: 690\nFlags: W\nHStem: 137 19<55 635> 263 167<339 355> 537 19<55 635>\nVStem: 35 19<179 514> 262 166<341 352> 636 19<179 514>\nDStem: 54 515 54 537 262 352 262 375 262 341 262 318 54 178 54 156 428 318 428 341 636 156 636 178 636 537 636 515 428 375 428 352\nFore\n655 556 m 1\n 655 137 l 1\n 35 137 l 1\n 35 556 l 1\n 655 556 l 1\n54 515 m 1\n 54 178 l 1\n 262 341 l 1\n 262 352 l 1\n 54 515 l 1\n636 156 m 1\n 428 318 l 1\n 412 282 383 263 345 263 c 128\n 307 263 279 282 262 318 c 1\n 54 156 l 1\n 636 156 l 1\n636 515 m 1\n 428 352 l 1\n 428 341 l 1\n 636 178 l 1\n 636 515 l 1\n636 537 m 1\n 54 537 l 1\n 262 375 l 1\n 278 411 308 430 345 430 c 0\n 383 430 412 411 428 375 c 1\n 636 537 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni270C\nEncoding: 9996 9996 2832\nWidth: 549\nFlags: W\nHStem: -10 37<237 277> 93 30.02<163 178> 156 34<235 239> 659 33<445 451> 670 36<172 180>\nVStem: 29 29<212 224> 86 33<337 344> 118 33<635 647> 194 30.9898<141 150> 468 32<630 636> 485 31<260 284>\nFore\n93 292 m 2\n 94 292 l 1\n 89 311 86 329 86 343 c 0\n 86 372 127 412 156 412 c 0\n 164 412 176 409 191 402 c 1\n 189 410 187 416 187 417 c 0\n 184 427 173 458 155 505 c 0\n 136 557 118 625 118 645 c 0\n 118 676 147 706 177 706 c 0\n 212 706 237 665 278 542 c 0\n 292 499 300 478 312 449 c 1\n 332 500 349 546 355 562 c 0\n 381 634 395 659 420 680 c 0\n 429 687 440 692 450 692 c 0\n 478 692 500 665 500 631 c 0\n 500 593 488 551 435 402 c 1\n 445 399 454 396 458 395 c 0\n 483 389 490 384 497 366 c 0\n 510 336 516 300 516 261 c 0\n 516 202 495 133 466 92 c 0\n 422 32 338 -10 261 -10 c 0\n 182 -10 119 19 82 72 c 0\n 50 118 29 179 29 223 c 0\n 29 248 40 269 62 282 c 0\n 73 289 85 293 93 292 c 2\n435 366 m 2\n 280 392 l 2\n 276 393 264 396 246 402 c 1\n 241 390 238 380 238 372 c 0\n 238 357 255 333 273 324 c 0\n 289 317 338 304 352 304 c 0\n 353 304 368 306 393 308 c 0\n 399 309 404 309 410 309 c 2\n 420 309 l 1\n 420 282 l 1\n 382 275 365 267 340 242 c 0\n 311 213 282 164 282 143 c 0\n 282 136 287 116 295 86 c 0\n 296 85 297 80 298 74 c 1\n 288 65 l 1\n 256 97 251 107 246 156 c 1\n 224 156 l 1\n 225 149 225 142 225 138 c 0\n 225 122 221 114 211 106 c 0\n 202 99 187 93 178 93 c 0\n 160 93 134 105 114 123 c 0\n 104 132 91 152 78 177 c 1\n 78 199 l 1\n 86 199 l 1\n 99 165 141 123 163 123 c 0\n 177 123 194 135 194 145 c 0\n 194 151 194 151 157 205 c 0\n 123 257 118 262 102 262 c 0\n 84 262 58 236 58 218 c 0\n 58 213 58 213 81 142 c 0\n 87 125 122 72 134 61 c 0\n 158 41 206 27 255 27 c 0\n 390 27 485 129 485 275 c 0\n 485 316 476 342 457 356 c 0\n 449 362 441 365 435 366 c 2\n283 425 m 1\n 255 510 215 622 202 645 c 1\n 194 663 185 670 173 670 c 128\n 161 670 151 657 151 642 c 0\n 151 610 157 588 200 473 c 0\n 214 434 214 434 219 425 c 1\n 232 428 243 429 249 429 c 0\n 257 429 268 428 283 425 c 1\n340 425 m 1\n 400 413 l 1\n 428 482 468 612 468 634 c 0\n 468 647 457 659 446 659 c 0\n 422 659 418 649 340 425 c 1\n149 374 m 1\n 127 358 119 348 119 338 c 0\n 119 317 156 257 193 215 c 0\n 206 201 224 190 236 190 c 128\n 248 190 259 200 259 210 c 0\n 259 225 228 286 188 349 c 0\n 179 363 170 369 149 374 c 1\n286 235 m 1\n 331 277 l 1\n 300 280 289 282 263 290 c 1\n 286 235 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni270D\nEncoding: 9997 9997 2833\nWidth: 855\nFlags: W\nHStem: 129.705 17.2954<332 337> 229 1<246 247> 260 15<318 332 351.008 369> 260 18<352 353>\nVStem: 264 24<186 194> 381 22<363 370> 656 25<245 298> 781 39<236 288>\nDStem: 94 185 81 135 38 74 67 108 115 94 137 94 85 83 48 61 494 623 550 562 409 527 476 478\nFore\n82 202 m 1\n 117 292 l 1\n 127 338 131 352 154 419 c 1\n 246 506 283 533 348 562 c 1\n 409 527 l 1\n 494 623 l 2\n 499 628 507 632 515 632 c 0\n 537 632 557 607 557 580 c 0\n 557 573 555 568 550 562 c 2\n 476 478 l 1\n 569 419 l 2\n 591 404 603 401 633 399 c 1\n 646 419 l 1\n 797 410 l 1\n 820 339 l 1\n 820 236 l 1\n 797 94 l 1\n 646 94 l 1\n 633 150 l 1\n 541 127 l 1\n 437 138 l 1\n 360 131 327 129 310 129 c 0\n 276 129 249 134 189 150 c 1\n 137 94 l 1\n 48 61 l 2\n 45 60 40 59 38 59 c 128\n 36 59 33 61 33 63 c 1\n 33 63 35 67 38 74 c 1\n 94 185 l 1\n 82 202 l 1\n643 378 m 1\n 577 387 l 1\n 457 457 l 1\n 398 387 l 1\n 401 377 403 371 403 368 c 128\n 403 365 402 360 401 353 c 0\n 400 350 398 341 398 331 c 1\n 351 278 l 1\n 357 277 362 277 364 277 c 0\n 384 277 406 284 447 301 c 1\n 440 284 436 279 415 260 c 1\n 291 260 l 2\n 272 260 268 259 246 246 c 1\n 218 233 l 2\n 202 225 191 207 191 188 c 0\n 191 174 200 165 214 165 c 2\n 235 165 l 1\n 249 163 l 2\n 256 163 264 174 264 185 c 0\n 264 195 259 213 254 219 c 0\n 251 223 249 226 249 227 c 0\n 248 228 248 229 247 229 c 2\n 246 229 l 1\n 246 229 246 230 247 230 c 2\n 248 231 l 2\n 249 232 250 232 251 232 c 0\n 255 232 274 222 277 218 c 0\n 282 212 288 198 288 192 c 0\n 288 183 282 174 271 166 c 0\n 269 164 267 162 267 161 c 0\n 266 157 274 154 287 153 c 0\n 297 151 308 150 319 148 c 2\n 331 147 l 2\n 341 147 358 150 381 155 c 0\n 391 158 417 162 447 165 c 1\n 507 155 517 154 534 154 c 0\n 561 154 587 159 646 177 c 1\n 654 222 656 244 656 270 c 0\n 656 301 653 326 643 378 c 1\n231 326 m 1\n 397 507 l 1\n 368 530 359 536 351 536 c 0\n 339 536 286 505 264 485 c 2\n 189 419 l 2\n 168 400 168 399 163 387 c 1\n 137 298 l 1\n 154 288 l 1\n 163 260 l 1\n 137 202 l 1\n 154 202 l 1\n 179 223 198 246 204 260 c 2\n 231 326 l 1\n85 83 m 2\n 115 94 l 2\n 123 97 127 101 127 107 c 0\n 127 120 105 152 96 152 c 0\n 92 152 91 151 81 135 c 1\n 67 108 l 1\n 65 106 63 97 63 93 c 0\n 63 86 68 81 76 81 c 0\n 78 81 81 82 85 83 c 2\n137 288 m 1\n 98 202 l 1\n 103 201 107 201 110 201 c 0\n 130 201 145 228 145 263 c 0\n 145 275 143 280 137 288 c 1\n381 371 m 1\n 302 278 l 1\n 311 276 320 275 326 275 c 0\n 352 275 381 326 381 371 c 1\n757 387 m 1\n 669 387 l 1\n 679 316 681 298 681 272 c 0\n 681 222 674 172 659 118 c 1\n 764 127 l 1\n 777 172 781 205 781 253 c 0\n 781 309 775 345 757 387 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni270E\nEncoding: 9998 9998 2834\nWidth: 911\nFlags: W\nHStem: 51 24<572 755> 425.018 128.982<153 194>\nVStem: 122.007 99.9925<461 518>\nDStem: 35 480 64 478 76 326 97 348 76 326 120 328 510 65 534 75 116 616 133 594 35 480 64 478 231 349 243 370 596 129 612 146 290 599 265 641 684 359 684 386 290 599 684 386 684 359 694 380 291 498 306 474 218 374 243 370 306 474 318 494 675 251 684 275 713 316 726 346 794 178 869 95\nFore\n194 554 m 0\n 210 554 222 538 222 518 c 0\n 222 476 184 425 153 425 c 0\n 136 425 122 442 122 461 c 0\n 122 503 162 554 194 554 c 0\n265 641 m 1\n 684 386 l 1\n 694 380 l 2\n 710 371 715 366 726 346 c 2\n 869 95 l 2\n 875 84 876 81 876 75 c 0\n 876 59 864 51 840 51 c 2\n 563 51 l 2\n 545 51 524 57 510 65 c 2\n 76 326 l 1\n 35 480 l 1\n 116 616 l 1\n 265 641 l 1\n257 617 m 1\n 133 594 l 1\n 64 478 l 1\n 97 348 l 1\n 218 374 l 1\n 291 498 l 1\n 257 617 l 1\n794 178 m 1\n 713 316 l 1\n 705 207 665 138 571 75 c 1\n 752 75 l 2\n 767 75 781 79 788 86 c 0\n 801 98 816 123 816 135 c 0\n 816 144 816 145 794 178 c 1\n290 599 m 1\n 318 494 l 1\n 684 275 l 1\n 687 295 688 305 688 319 c 0\n 688 332 687 341 684 359 c 1\n 290 599 l 1\n306 474 m 1\n 243 370 l 1\n 612 146 l 1\n 635 164 671 224 675 251 c 1\n 306 474 l 1\n231 349 m 1\n 120 328 l 1\n 534 75 l 1\n 547 81 580 110 596 129 c 1\n 231 349 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni270F\nEncoding: 9999 9999 2835\nWidth: 933\nFlags: W\nHStem: 141 30<180 609> 247 31<256 639> 409 30<256 634> 519 31<186 597>\nVStem: 35 28<264 426> 106 78<333 365> 227 28<279 408> 650 37<333 365> 814 85<342 349>\nDStem: 35 259 63 264 136 141 145 169 136 550 145 521 35 431 63 426 145 521 185 519 227 423 251 439 647 498 643 537 806 389 868 380 806 302 868 311 647 192 643 154\nFore\n145 424 m 0\n 170 424 184 396 184 346 c 0\n 184 295 170 267 145 267 c 128\n 120 267 106 295 106 346 c 0\n 106 396 120 424 145 424 c 0\n136 141 m 1\n 35 259 l 1\n 35 431 l 1\n 136 550 l 1\n 597 550 l 1\n 620 549 l 2\n 625 549 630 547 634 544 c 0\n 637 541 640 539 643 537 c 2\n 868 380 l 2\n 898 360 899 358 899 346 c 0\n 899 333 898 331 868 311 c 2\n 643 154 l 2\n 629 144 629 143 620 142 c 0\n 617 142 615 142 597 141 c 2\n 136 141 l 1\n227 268 m 1\n 227 423 l 1\n 145 521 l 1\n 63 426 l 1\n 63 264 l 1\n 145 169 l 1\n 227 268 l 1\n647 192 m 1\n 806 302 l 1\n 812 318 814 328 814 345 c 0\n 814 363 812 372 806 389 c 1\n 647 498 l 1\n 675 437 687 390 687 346 c 0\n 687 301 674 252 647 192 c 1\n600 519 m 1\n 185 519 l 1\n 251 439 l 1\n 635 439 l 1\n 624 472 612 500 600 519 c 1\n255 278 m 1\n 643 278 l 1\n 648 296 650 311 650 343 c 0\n 650 376 648 391 643 409 c 1\n 255 409 l 1\n 255 278 l 1\n640 247 m 1\n 247 247 l 1\n 179 171 l 1\n 609 171 l 1\n 619 192 624 204 640 247 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni2710\nEncoding: 10000 10000 2836\nWidth: 911\nFlags: W\nHStem: 136 127.984<153 194> 612 24<572 755>\nVStem: 122 99.9931<172 229>\nDStem: 35 209 64 211 116 74 133 97 76 363 97 341 35 209 64 211 218 315 243 319 291 192 306 215 510 622 534 612 76 363 120 361 595 559 612 541 231 339 243 319 674 437 684 413 306 215 318 195 684 330 684 303 290 91 265 49 794 510 868 592 713 373 726 343\nFore\n153 264 m 0\n 185 264 222 214 222 172 c 0\n 222 151 210 136 194 136 c 0\n 161 136 122 187 122 229 c 0\n 122 248 136 264 153 264 c 0\n265 49 m 1\n 116 74 l 1\n 35 209 l 1\n 76 363 l 1\n 510 622 l 2\n 525 631 545 636 563 636 c 2\n 840 636 l 2\n 864 636 876 628 876 612 c 0\n 876 607 874 602 868 592 c 2\n 726 343 l 1\n 715 322 711 318 694 309 c 0\n 690 306 685 304 684 303 c 2\n 265 49 l 1\n257 74 m 1\n 291 192 l 1\n 218 315 l 1\n 97 341 l 1\n 64 211 l 1\n 133 97 l 1\n 257 74 l 1\n713 373 m 1\n 794 510 l 1\n 815 542 816 543 816 553 c 0\n 816 565 800 592 784 604 c 0\n 780 608 763 612 752 612 c 2\n 571 612 l 1\n 665 549 705 481 713 373 c 1\n290 91 m 1\n 684 330 l 1\n 687 347 688 356 688 369 c 0\n 688 384 687 393 684 413 c 1\n 318 195 l 1\n 290 91 l 1\n306 215 m 1\n 674 437 l 1\n 671 464 635 524 612 541 c 1\n 243 319 l 1\n 306 215 l 1\n231 339 m 1\n 595 559 l 1\n 579 578 547 606 534 612 c 1\n 120 361 l 1\n 231 339 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni2711\nEncoding: 10001 10001 2837\nWidth: 945\nFlags: W\nHStem: 139 32<541 556> 194 33<148.026 298> 260 32<385 392> 331 24<641 735> 388 32<385 392> 462 33<158 298> 518 32<541 556>\nVStem: 35 33<330 356>\nFore\n167 495 m 2\n 319 495 l 1\n 332 446 355 420 386 420 c 0\n 414 420 439 443 463 489 c 0\n 485 533 508 550 545 550 c 0\n 590 550 651 522 782 440 c 0\n 824 414 836 404 909 343 c 1\n 868 305 827 275 758 233 c 0\n 648 166 587 139 542 139 c 0\n 505 139 491 151 452 212 c 0\n 431 246 412 260 389 260 c 0\n 356 260 331 237 319 194 c 1\n 160 194 l 2\n 133 194 122 196 105 207 c 0\n 61 233 35 283 35 341 c 0\n 35 431 90 495 167 495 c 2\n736 355 m 1\n 736 430 l 1\n 712 447 689 461 640 486 c 0\n 592 512 576 518 554 518 c 0\n 523 518 507 505 481 461 c 0\n 449 407 425 388 388 388 c 0\n 348 388 317 413 298 462 c 1\n 167 462 l 2\n 112 462 68 409 68 343 c 0\n 68 283 112 227 159 227 c 2\n 298 227 l 1\n 312 267 348 292 390 292 c 0\n 428 292 449 275 483 220 c 0\n 505 185 524 171 551 171 c 0\n 583 171 684 219 736 259 c 1\n 736 331 l 1\n 641 331 l 1\n 628 282 606 258 574 258 c 0\n 538 258 508 295 508 340 c 0\n 508 387 539 425 577 425 c 0\n 608 425 628 402 641 355 c 1\n 736 355 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni2712\nEncoding: 10002 10002 2838\nWidth: 974\nFlags: W\nHStem: 103 172<605 611> 203 283<147 275> 294 99<419 435> 416 172<605 611>\nVStem: 35 509<333 350>\nFore\n938 346 m 1\n 849 326 802 290 729 186 c 0\n 686 126 653 103 609 103 c 0\n 571 103 534 125 512 162 c 0\n 504 175 504 175 488 233 c 0\n 475 279 460 294 427 294 c 0\n 405 294 395 288 381 267 c 0\n 341 203 341 203 189 203 c 0\n 126 203 110 205 91 213 c 0\n 56 228 35 277 35 343 c 0\n 35 406 52 451 84 471 c 0\n 103 483 121 486 180 486 c 0\n 343 486 343 486 375 430 c 0\n 391 402 404 393 428 393 c 0\n 462 393 474 406 489 458 c 0\n 506 519 512 532 538 557 c 0\n 558 576 585 588 609 588 c 0\n 651 588 685 564 727 507 c 1\n 796 409 852 365 931 348 c 0\n 933 348 935 347 938 346 c 1\n682 362 m 2\n 670 362 l 1\n 656 397 634 416 606 416 c 0\n 572 416 544 384 544 345 c 0\n 544 306 571 275 606 275 c 0\n 634 275 656 294 670 329 c 1\n 682 330 l 1\n 754 332 l 2\n 824 334 864 339 864 346 c 0\n 864 354 818 358 682 362 c 2\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni2713\nEncoding: 10003 10003 2839\nWidth: 755\nFlags: W\nHStem: -13.1788 301.179<133 136>\nFore\n721 705 m 1\n 721 689 l 1\n 572 531 342 211 234 10 c 0\n 223 -10 211 -14 161 -14 c 0\n 120 -14 114 -12 106 4 c 0\n 68 77 34 180 34 221 c 0\n 34 234 39 243 52 253 c 0\n 80 274 112 288 134 288 c 0\n 146 288 151 283 157 268 c 2\n 186 197 l 2\n 193 180 200 172 206 172 c 128\n 212 172 218 179 231 202 c 0\n 335 378 480 580 557 657 c 1\n 598 686 665 706 721 705 c 1\nEndSplineSet\nEndChar\nStartChar: uni2714\nEncoding: 10004 10004 2840\nWidth: 846\nFlags: W\nHStem: -13.1121 499.684<174 193>\nFore\n811 679 m 2\n 811 667 l 1\n 810 585 l 1\n 809 580 799 570 784 555 c 0\n 768 541 717 484 642 397 c 0\n 574 320 371 120 270 33 c 0\n 228 -3 211 -14 193 -14 c 0\n 171 -14 157 -8 124 15 c 0\n 104 29 85 45 70 62 c 0\n 60 73 58 80 56 104 c 1\n 58 106 50 169 43 226 c 0\n 38 258 36 284 36 307 c 0\n 36 317 40 376 41 385 c 0\n 42 396 42 396 67 427 c 0\n 99 466 106 472 122 478 c 0\n 135 483 160 487 174 487 c 0\n 183 487 193 484 201 478 c 0\n 215 469 218 464 218 444 c 0\n 217 442 221 412 226 384 c 0\n 228 373 233 346 239 305 c 0\n 242 283 246 275 258 268 c 0\n 265 263 273 260 275 260 c 0\n 281 260 290 265 298 273 c 0\n 307 282 338 311 392 362 c 0\n 413 382 457 425 519 490 c 0\n 609 583 656 625 738 690 c 0\n 755 703 763 706 782 706 c 0\n 805 706 811 701 811 679 c 2\nEndSplineSet\nEndChar\nStartChar: uni2715\nEncoding: 10005 10005 2841\nWidth: 762\nFlags: W\nDStem: 35 633 94 692 323 347 381 404 323 347 381 289 35 59 94 0 381 289 439 347 668 0 727 59 668 692 727 633 381 404 439 347\nFore\n727 633 m 1\n 439 347 l 1\n 727 59 l 1\n 668 0 l 1\n 381 289 l 1\n 94 0 l 1\n 35 59 l 1\n 323 347 l 1\n 35 633 l 1\n 94 692 l 1\n 381 404 l 1\n 668 692 l 1\n 727 633 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2716\nEncoding: 10006 10006 2842\nWidth: 761\nFlags: W\nFore\n727 518 m 1\n 553 347 l 1\n 727 174 l 1\n 553 0 l 1\n 381 174 l 1\n 209 0 l 1\n 35 174 l 1\n 209 347 l 1\n 35 518 l 1\n 209 692 l 1\n 381 518 l 1\n 553 692 l 1\n 727 518 l 1\nEndSplineSet\nEndChar\nStartChar: uni2717\nEncoding: 10007 10007 2843\nWidth: 571\nFlags: W\nFore\n374 367 m 1\n 399 317 l 2\n 426 262 444 223 462 184 c 0\n 475 157 475 156 479 148 c 1\n 482 138 l 1\n 479 131 476 128 468 124 c 1\n 468 117 l 1\n 458 109 l 2\n 451 104 448 101 448 99 c 0\n 448 98 448 96 449 95 c 0\n 451 91 452 88 452 86 c 0\n 452 77 432 61 420 61 c 0\n 412 61 407 67 388 94 c 0\n 321 193 321 193 288 250 c 1\n 217 149 137 24 90 -57 c 1\n 80 -64 56 -69 38 -69 c 0\n 30 -69 28 -68 23 -59 c 0\n 1 -24 1 -24 1 -16 c 0\n 1 -14 2 -12 3 -9 c 0\n 6 1 8 8 8 10 c 0\n 8 11 7 14 6 17 c 0\n 2 27 -1 34 -1 35 c 0\n -1 41 5 51 15 64 c 0\n 19 69 32 92 51 126 c 0\n 69 158 106 206 229 356 c 1\n 224 371 220 381 219 385 c 0\n 207 416 196 447 184 479 c 1\n 152 572 l 1\n 148 582 145 590 145 591 c 0\n 145 603 163 625 173 625 c 0\n 177 625 181 623 188 618 c 1\n 192 619 194 619 196 619 c 128\n 198 619 200 619 204 618 c 1\n 211 625 l 2\n 213 627 215 630 217 633 c 0\n 218 634 222 636 225 636 c 0\n 233 636 233 636 261 579 c 0\n 272 557 286 529 305 494 c 0\n 313 479 313 479 318 467 c 1\n 336 489 373 533 447 619 c 0\n 482 658 484 660 488 660 c 0\n 493 660 510 650 523 640 c 1\n 527 643 529 645 530 646 c 0\n 533 650 536 653 540 657 c 0\n 541 658 543 660 544 660 c 2\n 545 660 l 2\n 546 660 547 658 551 652 c 0\n 553 649 555 646 555 645 c 1\n 564 635 l 2\n 566 633 572 623 572 622 c 128\n 572 621 571 619 569 618 c 1\n 568 616 564 612 560 607 c 0\n 551 597 543 587 534 576 c 0\n 516 556 421 432 374 367 c 1\nEndSplineSet\nEndChar\nStartChar: uni2718\nEncoding: 10008 10008 2844\nWidth: 677\nFlags: W\nFore\n627 640 m 1\n 642 618 l 1\n 640 610 639 609 632 600 c 1\n 629 598 628 595 628 594 c 128\n 628 593 629 591 630 589 c 1\n 553 511 473 423 411 345 c 1\n 483 250 545 174 559 162 c 1\n 554 135 549 127 522 107 c 0\n 510 97 506 94 506 93 c 2\n 506 92 l 1\n 509 81 l 1\n 507 80 505 79 502 74 c 0\n 497 68 481 56 478 56 c 128\n 475 56 472 58 468 62 c 0\n 464 65 461 67 458 69 c 128\n 455 71 453 72 452 73 c 128\n 451 74 451 74 450 74 c 2\n 450 74 449 73 447 72 c 1\n 435 57 414 39 409 39 c 0\n 407 39 404 40 401 42 c 1\n 374 70 363 84 333 128 c 0\n 305 170 303 173 288 192 c 1\n 278 178 l 1\n 209 88 l 2\n 191 65 170 35 135 -14 c 1\n 122 -14 l 1\n 103 7 l 1\n 104 11 105 14 105 15 c 0\n 106 18 107 20 107 21 c 0\n 107 24 104 27 101 27 c 0\n 97 27 91 25 83 21 c 0\n 82 21 80 20 77 18 c 1\n 69 22 39 63 39 70 c 0\n 39 72 41 75 44 79 c 0\n 48 85 51 92 51 97 c 0\n 51 99 51 99 41 120 c 0\n 40 123 38 128 36 135 c 1\n 54 159 67 176 85 198 c 0\n 96 211 132 253 194 324 c 0\n 196 327 199 331 202 334 c 1\n 154 418 90 561 85 596 c 1\n 99 618 102 621 122 640 c 1\n 129 635 134 631 137 628 c 0\n 140 623 143 621 145 621 c 0\n 151 621 157 628 158 636 c 0\n 160 654 170 665 183 665 c 0\n 188 665 194 661 202 652 c 1\n 255 566 277 533 323 469 c 1\n 414 569 549 705 557 705 c 0\n 560 705 593 676 593 672 c 0\n 593 671 592 668 590 665 c 0\n 589 664 588 662 588 661 c 0\n 588 658 588 658 606 645 c 1\n 621 649 l 1\n 627 640 l 1\nEndSplineSet\nEndChar\nStartChar: uni2719\nEncoding: 10009 10009 2845\nWidth: 763\nFlags: W\nHStem: 0 35<301 462> 232 35<71 265 498 692> 301 92<106 336 428 657> 428 35<71 266 497 692> 659 35<302 461>\nVStem: 35 35<267 428> 266 35<36 231 464 658> 336 92<72 301 393 623> 462 35<36 232 463 658> 693 35<268 427>\nFore\n428 624 m 1\n 428 393 l 1\n 658 393 l 1\n 658 301 l 1\n 428 301 l 1\n 428 71 l 1\n 336 71 l 1\n 336 301 l 1\n 105 301 l 1\n 105 393 l 1\n 336 393 l 1\n 336 624 l 1\n 428 624 l 1\n497 694 m 1\n 497 463 l 1\n 728 463 l 1\n 728 232 l 1\n 497 232 l 1\n 497 0 l 1\n 266 0 l 1\n 266 232 l 1\n 35 232 l 1\n 35 463 l 1\n 266 463 l 1\n 266 694 l 1\n 497 694 l 1\n462 659 m 1\n 301 659 l 1\n 301 428 l 1\n 70 428 l 1\n 70 267 l 1\n 301 267 l 1\n 301 35 l 1\n 462 35 l 1\n 462 267 l 1\n 693 267 l 1\n 693 428 l 1\n 462 428 l 1\n 462 659 l 1\nEndSplineSet\nMinimumDistance: x14,-1 x23,13 y13,23 y13,12 y4,6 y4,5 y1,11 y1,0 x17,19 x18,16 y16,18 y16,17 y14,16 y15,13 x13,15 x13,14 x10,8 x10,9 x1,3 x1,2 y20,22 x22,20 x22,21 \nEndChar\nStartChar: uni271A\nEncoding: 10010 10010 2846\nWidth: 760\nFlags: W\nHStem: 230 231<36 265 496 725>\nVStem: 265 231<1 230 461 690>\nFore\n496 691 m 1\n 496 461 l 1\n 726 461 l 1\n 726 230 l 1\n 496 230 l 1\n 496 0 l 1\n 265 0 l 1\n 265 230 l 1\n 35 230 l 1\n 35 461 l 1\n 265 461 l 1\n 265 691 l 1\n 496 691 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y4,6 y4,5 y1,11 y1,0 x10,8 x10,9 x1,3 x1,2 \nEndChar\nStartChar: uni271B\nEncoding: 10011 10011 2847\nWidth: 759\nFlags: W\nHStem: 0 290<325 434> 290 110<36 325 435 724> 400 290<326 435>\nVStem: 35 290<290 399> 325 110<1 290 400 689> 435 290<291 400>\nFore\n325 0 m 1\n 325 290 l 1\n 435 290 l 1\n 435 0 l 1\n 325 0 l 1\n325 400 m 1\n 325 690 l 1\n 435 690 l 1\n 435 400 l 1\n 325 400 l 1\n35 400 m 1\n 325 400 l 1\n 325 290 l 1\n 35 290 l 1\n 35 400 l 1\n435 400 m 1\n 725 400 l 1\n 725 290 l 1\n 435 290 l 1\n 435 400 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni271C\nEncoding: 10012 10012 2848\nWidth: 754\nFlags: W\nHStem: 0 238<273 481> 238 209<36 273 482 719> 447 238<274 482>\nVStem: 35 238<238 446> 273 209<1 238 447 684> 482 238<239 447>\nFore\n273 0 m 1\n 273 238 l 1\n 482 238 l 1\n 482 0 l 1\n 273 0 l 1\n273 447 m 1\n 273 685 l 1\n 482 685 l 1\n 482 447 l 1\n 273 447 l 1\n35 447 m 1\n 273 447 l 1\n 273 238 l 1\n 35 238 l 1\n 35 447 l 1\n482 447 m 1\n 720 447 l 1\n 720 238 l 1\n 482 238 l 1\n 482 447 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni271D\nEncoding: 10013 10013 2849\nWidth: 494\nFlags: W\nHStem: 419 91<36 202 293 459>\nVStem: 202 91<1 419 510 690>\nFore\n202 691 m 1\n 293 691 l 1\n 293 510 l 1\n 460 510 l 1\n 460 419 l 1\n 293 419 l 1\n 293 0 l 1\n 202 0 l 1\n 202 419 l 1\n 35 419 l 1\n 35 510 l 1\n 202 510 l 1\n 202 691 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y5,7 y5,6 y2,0 y2,1 x11,9 x11,10 x2,4 x2,3 \nEndChar\nStartChar: uni271E\nEncoding: 10014 10014 2850\nWidth: 552\nFlags: W\nHStem: 0 71<267 298> 350 76<125 181 375 439> 519 24<60 181 374 439> 667 24<206 297>\nVStem: 35 24<426 519> 181 24<71 350 544 666> 298 76<71 350 543 620> 298 219<351 426> 439 78<427 474>\nFore\n181 691 m 1\n 298 691 l 1\n 374 620 l 1\n 374 543 l 1\n 439 543 l 1\n 517 474 l 1\n 517 350 l 1\n 374 350 l 1\n 374 0 l 1\n 267 0 l 1\n 181 71 l 1\n 181 350 l 1\n 125 350 l 1\n 35 426 l 1\n 35 543 l 1\n 181 543 l 1\n 181 691 l 1\n205 667 m 1\n 205 519 l 1\n 59 519 l 1\n 59 426 l 1\n 205 426 l 1\n 205 71 l 1\n 298 71 l 1\n 298 426 l 1\n 439 426 l 1\n 439 519 l 1\n 298 519 l 1\n 298 667 l 1\n 205 667 l 1\nEndSplineSet\nMinimumDistance: x5,-1 x9,7 y7,9 y7,8 y5,7 x7,5 x7,6 y13,15 x15,13 x15,14 \nEndChar\nStartChar: uni271F\nEncoding: 10015 10015 2851\nWidth: 537\nFlags: W\nHStem: 0 25<200 341> 354 25<61 174 367 477> 404 85<86 225 316 452> 514 25<61 175 366 477> 666 25<201 340>\nVStem: 35 25<379 514> 175 25<26 353 540 665> 225 91<51 404 489 640> 341 25<26 354 539 665> 478 25<380 513>\nFore\n225 641 m 1\n 316 641 l 1\n 316 489 l 1\n 453 489 l 1\n 453 404 l 1\n 316 404 l 1\n 316 50 l 1\n 225 50 l 1\n 225 404 l 1\n 85 404 l 1\n 85 489 l 1\n 225 489 l 1\n 225 641 l 1\n175 691 m 1\n 366 691 l 1\n 366 539 l 1\n 503 539 l 1\n 503 354 l 1\n 366 354 l 1\n 366 0 l 1\n 175 0 l 1\n 175 354 l 1\n 35 354 l 1\n 35 539 l 1\n 175 539 l 1\n 175 691 l 1\n200 666 m 1\n 200 514 l 1\n 60 514 l 1\n 60 379 l 1\n 200 379 l 1\n 200 25 l 1\n 341 25 l 1\n 341 379 l 1\n 478 379 l 1\n 478 514 l 1\n 341 514 l 1\n 341 666 l 1\n 200 666 l 1\nEndSplineSet\nMinimumDistance: x15,-1 x12,14 y14,12 y14,13 y5,7 y5,6 y2,0 y2,1 x18,20 x19,17 y17,19 y17,18 y15,17 y16,14 x14,16 x14,15 x11,9 x11,10 x2,4 x2,3 y21,23 x23,21 x23,22 \nEndChar\nStartChar: uni2720\nEncoding: 10016 10016 2852\nWidth: 577\nFlags: W\nHStem: 96 23<105.125 123.218 467 470> 162 367<36 59 519 541> 325 40<224.017 249.945 250 267> 573 22<106 118 451.497 470.875>\nVStem: 35 24<162.125 178.154 512 528> 105 366<97 119 573 594> 268 40<286.448 309.906 311 324> 519 23<163 176>\nFore\n105 595 m 1\n 471 595 l 1\n 471 573 l 1\n 372 574 301 484 308 365 c 1\n 322 366 l 1\n 432 362 515 431 519 529 c 1\n 542 529 l 1\n 542 162 l 1\n 519 162 l 1\n 519 167 l 2\n 519 218 489 267 441 296 c 0\n 403 319 374 325 308 325 c 1\n 308 310 l 2\n 308 200 375 121 471 119 c 1\n 471 96 l 1\n 105 96 l 1\n 105 119 l 1\n 202 119 272 202 268 311 c 1\n 268 325 l 1\n 254 325 l 2\n 146 329 60 257 59 162 c 1\n 35 162 l 1\n 35 529 l 1\n 59 529 l 1\n 59 477 75 443 116 408 c 0\n 152 378 193 365 250 365 c 2\n 268 365 l 1\n 274 483 205 571 105 573 c 1\n 105 595 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2721\nEncoding: 10017 10017 2853\nWidth: 692\nFlags: W\nHStem: 169 33<98 219 288 410 475 592> 487 33<100 217 284 407 474 593>\nDStem: 35 520 346 702 137 346 451 520 35 520 99 487 137 346 158 384 137 346 158 307 35 169 97 202 137 346 451 169 35 169 346 -14 158 307 180 346 220 202 262 202 218 487 262 487 158 384 180 346 346 630 346 702 408 520 451 520 346 702 346 630 240 520 283 520 346 630 346 702 408 520 451 520 346 702 346 630 240 520 283 520 346 630 346 702 408 520 451 520 346 702 346 630 240 520 283 520 346 630 346 702 408 520 451 520 346 702 346 630 240 520 283 520 346 630 346 702 408 520 451 520 346 702 346 630 240 520 283 520 346 630 346 702 408 520 451 520 346 702 346 630 240 520 283 520 346 630 346 702 408 520 451 520 346 702 346 630 240 520 283 520 346 630 346 702 408 520 451 520 346 702 346 630 240 520 283 520 346 630 346 702 408 520 451 520 346 702 346 630 240 520 283 520 346 630 346 702 408 520 451 520 346 702 346 630 240 520 283 520 411 169 451 169 346 61 346 -14 430 487 473 487 512 346 534 384 512 346 534 307 430 202 474 202 534 307 555 346 593 202 657 169 594 487 657 520 534 384 555 346\nFore\n346 702 m 1\n 451 520 l 1\n 657 520 l 1\n 555 346 l 1\n 657 169 l 1\n 451 169 l 1\n 346 -14 l 1\n 240 169 l 1\n 35 169 l 1\n 137 346 l 1\n 35 520 l 1\n 240 520 l 1\n 346 702 l 1\n262 487 m 1\n 180 346 l 1\n 262 202 l 1\n 430 202 l 1\n 512 346 l 1\n 430 487 l 1\n 262 487 l 1\n346 630 m 1\n 283 520 l 1\n 408 520 l 1\n 346 630 l 1\n473 487 m 1\n 534 384 l 1\n 594 487 l 1\n 473 487 l 1\n534 307 m 1\n 474 202 l 1\n 593 202 l 1\n 534 307 l 1\n411 169 m 1\n 287 169 l 1\n 346 61 l 1\n 411 169 l 1\n220 202 m 1\n 158 307 l 1\n 97 202 l 1\n 220 202 l 1\n158 384 m 1\n 218 487 l 1\n 99 487 l 1\n 158 384 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2722\nEncoding: 10018 10018 2854\nWidth: 786\nFlags: W\nHStem: 271 151<115 131 643.225 675>\nVStem: 318 151<67 83 611 627>\nFore\n410 361 m 1\n 488 372 495 374 609 412 c 0\n 625 417 644 420 662 420 c 0\n 713 420 751 386 751 342 c 0\n 751 300 714 269 664 269 c 0\n 636 269 636 269 536 302 c 0\n 491 317 443 327 410 329 c 1\n 415 276 422 246 458 135 c 0\n 465 113 469 92 469 74 c 0\n 469 26 435 -13 394 -13 c 0\n 351 -13 318 24 318 74 c 0\n 318 103 318 103 354 212 c 1\n 372 279 378 313 377 329 c 1\n 329 325 282 313 181 280 c 0\n 162 274 141 271 121 271 c 0\n 73 271 35 305 35 347 c 128\n 35 389 73 422 121 422 c 0\n 148 422 148 422 256 385 c 0\n 294 373 312 370 377 361 c 1\n 375 402 363 451 326 566 c 0\n 321 582 318 601 318 617 c 0\n 318 666 352 705 395 705 c 0\n 437 705 470 667 470 618 c 0\n 470 593 470 593 440 499 c 0\n 420 436 409 386 410 361 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni2723\nEncoding: 10019 10019 2855\nWidth: 788\nFlags: W\nHStem: 247 195<117.641 133 643 659> 335.412 17.5881<307 318 470 483>\nVStem: 296 195<68.6408 84 594 610> 385 17<246 281 420.063 446.335>\nFore\n386 408 m 1\n 385 420 l 1\n 385 475 377 494 346 518 c 0\n 310 547 296 573 296 607 c 0\n 296 659 340 703 393 703 c 0\n 447 703 491 659 491 606 c 0\n 491 573 476 547 441 518 c 1\n 408 493 402 477 402 408 c 1\n 432 403 452 383 457 352 c 1\n 469 353 l 2\n 524 353 543 360 567 392 c 0\n 596 428 622 442 656 442 c 0\n 708 442 752 398 752 344 c 0\n 752 291 708 247 655 247 c 0\n 622 247 596 262 567 297 c 1\n 542 330 526 335 457 336 c 1\n 452 306 432 286 402 281 c 1\n 402 212 408 196 441 171 c 0\n 477 142 491 116 491 82 c 0\n 491 30 447 -14 394 -14 c 128\n 341 -14 296 30 296 82 c 0\n 296 116 311 142 346 171 c 0\n 379 197 385 214 385 281 c 1\n 355 286 335 306 330 336 c 1\n 261 335 245 330 220 297 c 1\n 191 262 165 247 131 247 c 0\n 79 247 35 291 35 345 c 0\n 35 397 79 442 131 442 c 0\n 165 442 191 428 220 392 c 0\n 244 360 263 353 318 353 c 2\n 330 352 l 1\n 335 383 355 403 386 408 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni2724\nEncoding: 10020 10020 2856\nWidth: 788\nFlags: W\nHStem: 215 261<163 179 611 627> 330 33<412.031 426.59>\nVStem: 267 260<100.108 130 562 579> 379 33<322 329>\nFore\n379 323 m 2\n 379 330 l 1\n 331 323 320 317 262 258 c 0\n 233 228 204 215 167 215 c 0\n 96 215 35 276 35 347 c 0\n 35 417 95 476 165 476 c 0\n 203 476 235 461 266 430 c 0\n 324 370 335 363 379 363 c 1\n 378 397 361 426 321 466 c 0\n 280 506 265 535 265 577 c 0\n 265 647 324 705 395 705 c 128\n 466 705 525 647 525 576 c 0\n 525 535 509 503 470 467 c 0\n 426 426 416 407 412 363 c 1\n 451 363 482 383 527 434 c 0\n 552 461 588 477 624 477 c 0\n 695 477 753 418 753 346 c 128\n 753 274 696 217 624 217 c 0\n 582 217 553 232 514 272 c 0\n 472 317 448 330 412 330 c 1\n 412 291 433 259 487 209 c 0\n 512 185 527 150 527 116 c 0\n 527 44 469 -14 397 -14 c 0\n 327 -14 267 45 267 116 c 0\n 267 159 281 184 325 226 c 0\n 361 259 379 292 379 323 c 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni2725\nEncoding: 10021 10021 2857\nWidth: 790\nFlags: W\nHStem: 336 24<244 379 414 552>\nVStem: 380 33<194 335 361 497>\nFore\n413 336 m 1\n 413 193 l 1\n 431 205 446 210 463 210 c 0\n 498 210 525 183 525 148 c 0\n 525 110 500 85 457 80 c 1\n 464 67 466 60 466 51 c 0\n 466 16 435 -14 399 -14 c 128\n 363 -14 333 15 333 51 c 0\n 333 61 335 67 340 80 c 1\n 297 83 270 109 270 147 c 0\n 270 183 297 210 332 210 c 0\n 350 210 362 206 380 193 c 1\n 380 336 l 1\n 243 336 l 1\n 255 316 260 302 260 284 c 0\n 260 250 232 221 198 221 c 0\n 162 221 136 247 129 290 c 1\n 116 285 110 283 100 283 c 0\n 65 283 35 312 35 346 c 0\n 35 379 64 406 99 406 c 0\n 109 406 116 405 129 400 c 1\n 130 415 131 421 134 427 c 0\n 142 452 167 470 195 470 c 0\n 230 470 261 440 261 405 c 0\n 261 390 257 379 243 360 c 1\n 380 360 l 1\n 380 498 l 1\n 363 487 349 482 332 482 c 0\n 295 482 268 511 268 549 c 0\n 268 586 293 608 340 613 c 1\n 334 634 332 641 332 651 c 0\n 332 681 362 707 396 707 c 0\n 433 707 464 677 464 640 c 0\n 464 631 462 624 457 613 c 1\n 497 608 524 581 524 546 c 0\n 524 510 497 481 462 481 c 0\n 447 481 435 485 413 498 c 1\n 413 360 l 1\n 553 360 l 1\n 538 377 533 389 533 409 c 0\n 533 444 561 471 597 471 c 0\n 631 471 652 448 664 400 c 1\n 679 407 687 409 698 409 c 0\n 731 409 756 382 756 346 c 0\n 756 309 731 283 695 283 c 0\n 683 283 675 285 664 291 c 1\n 656 246 633 223 596 223 c 0\n 561 223 533 251 533 286 c 0\n 533 304 538 316 553 336 c 1\n 413 336 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2726\nEncoding: 10022 10022 2858\nWidth: 793\nFlags: W\nHStem: -13 717.146<390 395>\nVStem: 35 724<348 350>\nFore\n395 705 m 0\n 400 705 401 703 407 675 c 1\n 448 532 595 393 748 355 c 0\n 755 354 759 351 759 347 c 0\n 759 342 755 339 747 338 c 0\n 664 320 588 276 523 207 c 0\n 461 141 410 56 398 -3 c 0\n 396 -10 394 -13 390 -13 c 128\n 386 -13 384 -10 383 -2 c 0\n 370 70 321 156 260 214 c 0\n 206 267 97 332 46 342 c 0\n 39 344 35 347 35 351 c 128\n 35 355 39 358 47 360 c 0\n 132 385 201 424 254 480 c 0\n 321 549 376 639 387 694 c 0\n 388 701 391 705 395 705 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni2727\nEncoding: 10023 10023 2859\nWidth: 794\nFlags: W\nFore\n383 705 m 1\n 401 705 l 1\n 443 537 588 397 759 358 c 1\n 759 339 l 1\n 596 307 443 156 401 -14 c 1\n 383 -14 l 1\n 349 151 212 289 35 339 c 1\n 35 358 l 1\n 198 399 335 534 383 705 c 1\n392 663 m 1\n 364 526 352 488 316 423 c 1\n 253 389 206 375 69 349 c 1\n 220 317 249 308 316 272 c 1\n 347 217 365 163 392 33 c 1\n 416 160 433 215 467 272 c 1\n 530 307 555 315 670 338 c 0\n 677 340 695 344 718 349 c 1\n 581 372 538 385 467 423 c 1\n 432 486 416 536 392 663 c 1\nEndSplineSet\nEndChar\nStartChar: uni2729\nEncoding: 10025 10025 2860\nWidth: 823\nFlags: W\nFore\n414 719 m 1\n 512 477 l 1\n 787 455 l 1\n 580 271 l 1\n 650 2 l 1\n 414 153 l 1\n 184 2 l 1\n 244 271 l 1\n 35 455 l 1\n 311 477 l 1\n 414 719 l 1\n414 687 m 1\n 349 425 l 1\n 70 443 l 1\n 305 289 l 1\n 205 32 l 1\n 414 216 l 1\n 627 32 l 1\n 521 289 l 1\n 753 443 l 1\n 475 425 l 1\n 414 687 l 1\nEndSplineSet\nEndChar\nStartChar: uni272A\nEncoding: 10026 10026 2861\nWidth: 789\nFlags: W\nFore\n400 706 m 0\n 593 706 754 542 754 346 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n394 680 m 1\n 319 455 l 1\n 77 455 l 1\n 268 309 l 1\n 189 76 l 1\n 394 221 l 1\n 588 76 l 1\n 516 309 l 1\n 714 455 l 1\n 470 455 l 1\n 394 680 l 1\nEndSplineSet\nEndChar\nStartChar: uni272B\nEncoding: 10027 10027 2862\nWidth: 841\nFlags: W\nFore\n413 706 m 1\n 495 414 l 1\n 807 426 l 1\n 542 270 l 1\n 655 -14 l 1\n 413 177 l 1\n 181 -14 l 1\n 285 270 l 1\n 35 426 l 1\n 330 414 l 1\n 413 706 l 1\n416 419 m 0\n 355 419 307 372 307 313 c 0\n 307 253 355 205 414 205 c 128\n 473 205 521 253 521 312 c 0\n 521 370 473 419 416 419 c 0\nEndSplineSet\nEndChar\nStartChar: uni272C\nEncoding: 10028 10028 2863\nWidth: 823\nFlags: W\nVStem: 300 230<308 324>\nFore\n415 706 m 1\n 514 462 l 1\n 789 441 l 1\n 580 257 l 1\n 649 -12 l 1\n 415 139 l 1\n 182 -12 l 1\n 246 257 l 1\n 35 441 l 1\n 313 462 l 1\n 415 706 l 1\n415 672 m 1\n 352 411 l 1\n 374 423 390 427 413 427 c 0\n 435 427 452 423 476 411 c 1\n 415 672 l 1\n756 430 m 1\n 479 411 l 1\n 514 381 530 350 530 314 c 0\n 530 301 528 292 524 276 c 1\n 756 430 l 1\n628 19 m 1\n 524 274 l 1\n 500 228 466 205 415 199 c 1\n 628 19 l 1\n205 15 m 1\n 415 199 l 1\n 367 201 335 223 308 274 c 1\n 205 15 l 1\n68 430 m 1\n 307 275 l 1\n 302 294 300 310 300 322 c 0\n 300 351 317 382 350 411 c 1\n 68 430 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni272D\nEncoding: 10029 10029 2864\nWidth: 833\nFlags: W\nHStem: 404 24<112 312 524 720>\nDStem: 35 428 111 404 248 261 279 271 248 261 279 271 171 -14 218 51 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 706 417 632 312 428 329 404 417 632 417 706 506 404 524 428 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 417 149 417 181 666 -14 615 51 417 181 417 149 218 51 171 -14 545 271 576 261 615 51 666 -14 721 404 798 428 545 271 576 261\nFore\n417 551 m 1\n 486 373 l 1\n 632 373 l 1\n 510 281 l 1\n 565 117 l 1\n 417 216 l 1\n 266 117 l 1\n 311 281 l 1\n 195 373 l 1\n 350 373 l 1\n 417 551 l 1\n417 706 m 1\n 524 428 l 1\n 798 428 l 1\n 576 261 l 1\n 666 -14 l 1\n 417 149 l 1\n 171 -14 l 1\n 248 261 l 1\n 35 428 l 1\n 312 428 l 1\n 417 706 l 1\n417 632 m 1\n 329 404 l 1\n 111 404 l 1\n 279 271 l 1\n 218 51 l 1\n 417 181 l 1\n 615 51 l 1\n 545 271 l 1\n 721 404 l 1\n 506 404 l 1\n 417 632 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni272E\nEncoding: 10030 10030 2865\nWidth: 816\nFlags: W\nDStem: 39 422 147 400 234 266 292 287 674 400 778 422 527 287 585 266\nFore\n410 489 m 1\n 455 372 l 1\n 575 372 l 1\n 482 301 l 1\n 516 171 l 1\n 410 248 l 1\n 300 171 l 1\n 337 301 l 1\n 249 372 l 1\n 365 372 l 1\n 410 489 l 1\n520 462 m 1\n 774 435 l 2\n 779 435 782 433 782 429 c 0\n 782 427 780 424 778 422 c 2\n 585 266 l 1\n 644 -3 l 1\n 645 -6 l 1\n 645 -9 642 -13 639 -13 c 0\n 637 -13 635 -12 633 -11 c 2\n 410 136 l 1\n 184 -7 l 2\n 183 -8 180 -9 179 -9 c 0\n 176 -9 174 -6 173 -3 c 1\n 173 1 l 1\n 234 266 l 1\n 39 422 l 2\n 37 424 35 427 35 428 c 0\n 35 432 38 435 43 435 c 2\n 301 462 l 1\n 403 700 l 1\n 405 703 407 705 410 705 c 0\n 414 705 416 704 417 700 c 1\n 520 462 l 1\n410 595 m 1\n 338 412 l 1\n 147 400 l 1\n 292 287 l 1\n 239 82 l 1\n 410 198 l 1\n 577 82 l 1\n 527 287 l 1\n 674 400 l 1\n 484 412 l 1\n 410 595 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni272F\nEncoding: 10031 10031 2866\nWidth: 831\nFlags: W\nHStem: 414 19<515 740>\nDStem: 35 433 88 414 267 268 291 268 420 707 420 655 323 433 338 414 420 185 420 163 208 32 171 -13 553 268 575 268 642 32 677 -13\nFore\n420 707 m 1\n 515 433 l 1\n 796 433 l 1\n 575 268 l 1\n 677 -13 l 1\n 420 163 l 1\n 171 -13 l 1\n 267 268 l 1\n 35 433 l 1\n 323 433 l 1\n 420 707 l 1\n338 414 m 1\n 420 316 l 1\n 420 655 l 1\n 338 414 l 1\n498 414 m 1\n 420 316 l 1\n 741 414 l 1\n 498 414 l 1\n553 268 m 1\n 420 316 l 1\n 642 32 l 1\n 553 268 l 1\n420 185 m 1\n 420 315 l 1\n 208 32 l 1\n 420 185 l 1\n291 268 m 1\n 420 316 l 1\n 88 414 l 1\n 291 268 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni2730\nEncoding: 10032 10032 2867\nWidth: 923\nFlags: W\nHStem: 423 19<98 319 612 744>\nDStem: 35 442 97 423 261 269 287 282 261 269 287 282 175 10 206 43 407 706 416 669 319 442 335 423 416 669 530 687 498 423 612 442 416 195 484 117 206 43 306 -13 484 117 416 195 630 10 617 43 745 423 888 423 542 282 673 269\nFore\n407 706 m 1\n 530 687 l 1\n 612 442 l 1\n 825 442 l 1\n 888 423 l 1\n 673 269 l 1\n 763 10 l 1\n 630 10 l 1\n 484 117 l 1\n 306 -13 l 1\n 175 10 l 1\n 261 269 l 1\n 35 442 l 1\n 319 442 l 1\n 407 706 l 1\n416 669 m 1\n 335 423 l 1\n 97 423 l 1\n 287 282 l 1\n 206 43 l 1\n 416 195 l 1\n 617 43 l 1\n 542 282 l 1\n 745 423 l 1\n 498 423 l 1\n 416 669 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni2731\nEncoding: 10033 10033 2868\nWidth: 744\nFlags: W\nHStem: 0 691<298 448>\nVStem: 298 150<1 218 469 690>\nFore\n448 691 m 1\n 448 468 l 1\n 632 586 l 1\n 710 453 l 1\n 513 344 l 1\n 710 234 l 1\n 632 102 l 1\n 448 219 l 1\n 448 0 l 1\n 298 0 l 1\n 298 219 l 1\n 113 102 l 1\n 35 234 l 1\n 232 344 l 1\n 35 453 l 1\n 113 586 l 1\n 298 468 l 1\n 298 691 l 1\n 448 691 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2732\nEncoding: 10034 10034 2869\nWidth: 723\nFlags: W\nHStem: 0 243<308 415> 448 243<308 415>\nVStem: 307 109<1 242 449 690>\nDStem: 35 471 90 566 246 349 300 444 246 342 300 247 35 220 90 125 423 247 477 342 633 125 688 220 633 566 688 471 423 444 477 349\nFore\n416 691 m 1\n 416 448 l 1\n 307 448 l 1\n 307 691 l 1\n 416 691 l 1\n307 0 m 1\n 307 243 l 1\n 416 243 l 1\n 416 0 l 1\n 307 0 l 1\n688 471 m 1\n 477 349 l 1\n 423 444 l 1\n 633 566 l 1\n 688 471 l 1\n35 220 m 1\n 246 342 l 1\n 300 247 l 1\n 90 125 l 1\n 35 220 l 1\n90 566 m 1\n 300 444 l 1\n 246 349 l 1\n 35 471 l 1\n 90 566 l 1\n633 125 m 1\n 423 247 l 1\n 477 342 l 1\n 688 220 l 1\n 633 125 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni2733\nEncoding: 10035 10035 2870\nWidth: 749\nFlags: W\nHStem: 0 691<362 385>\nVStem: 35 679<327 357>\nFore\n397 691 m 1\n 385 370 l 1\n 600 601 l 1\n 631 569 l 1\n 397 357 l 1\n 714 370 l 1\n 714 327 l 1\n 397 327 l 1\n 631 117 l 1\n 600 86 l 1\n 385 315 l 1\n 397 0 l 1\n 348 0 l 1\n 362 315 l 1\n 156 86 l 1\n 119 117 l 1\n 348 327 l 1\n 35 327 l 1\n 35 370 l 1\n 348 357 l 1\n 119 569 l 1\n 146 601 l 1\n 362 370 l 1\n 348 691 l 1\n 397 691 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2734\nEncoding: 10036 10036 2871\nWidth: 790\nFlags: W\nHStem: -15 720.936<386 393>\nVStem: 386.786 13.2144<-11 -10>\nFore\n358 421 m 1\n 380 702 l 1\n 380 704 383 706 386 706 c 0\n 390 706 393 703 393 699 c 1\n 422 421 l 1\n 641 607 l 1\n 641 608 643 608 644 608 c 0\n 648 608 652 605 652 602 c 0\n 652 600 651 597 649 595 c 2\n 469 377 l 1\n 751 355 l 2\n 754 355 756 352 756 348 c 128\n 756 344 753 341 749 340 c 2\n 469 314 l 1\n 642 99 l 1\n 643 95 l 1\n 643 92 640 88 637 88 c 0\n 636 88 633 89 631 91 c 2\n 422 269 l 1\n 400 -10 l 1\n 400 -12 396 -15 393 -15 c 0\n 389 -15 386 -12 386 -7 c 1\n 358 269 l 1\n 143 91 l 2\n 142 90 140 89 139 89 c 0\n 135 89 131 93 131 96 c 0\n 131 98 132 100 135 103 c 2\n 312 314 l 1\n 39 335 l 2\n 36 336 34 339 34 342 c 0\n 34 346 37 349 41 349 c 2\n 312 377 l 1\n 132 592 l 2\n 131 593 131 594 131 596 c 0\n 131 599 134 603 137 603 c 0\n 139 603 141 602 143 600 c 2\n 358 421 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni2735\nEncoding: 10037 10037 2872\nWidth: 792\nFlags: W\nDStem: 140 598 170 573 260 395 279 395 447 223 461 211 400 22 406 -14 524 395 538 410 719 349 758 356 655 610 630 578 452 487 453 466\nFore\n406 705 m 1\n 452 487 l 1\n 655 610 l 1\n 662 602 l 1\n 538 410 l 1\n 758 356 l 1\n 758 344 l 1\n 541 295 l 1\n 658 100 l 1\n 649 92 l 1\n 461 211 l 1\n 406 -14 l 1\n 394 -14 l 1\n 348 202 l 1\n 148 84 l 1\n 140 92 l 1\n 260 281 l 1\n 35 334 l 1\n 35 344 l 1\n 260 395 l 1\n 140 598 l 1\n 148 605 l 1\n 336 484 l 1\n 394 705 l 1\n 406 705 l 1\n351 468 m 1\n 400 361 l 1\n 400 670 l 1\n 351 468 l 1\n453 466 m 1\n 410 358 l 1\n 630 578 l 1\n 453 466 l 1\n524 395 m 1\n 416 349 l 1\n 719 349 l 1\n 524 395 l 1\n517 295 m 1\n 414 334 l 1\n 628 121 l 1\n 517 295 l 1\n447 223 m 1\n 400 331 l 1\n 400 22 l 1\n 447 223 l 1\n348 223 m 1\n 391 334 l 1\n 167 110 l 1\n 348 223 l 1\n277 295 m 1\n 380 344 l 1\n 67 341 l 1\n 277 295 l 1\n279 395 m 1\n 386 356 l 1\n 170 573 l 1\n 279 395 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2736\nEncoding: 10038 10038 2873\nWidth: 695\nFlags: W\nHStem: -16 722<347 350>\nFore\n466 345 m 1\n 658 171 l 2\n 660 170 661 168 661 167 c 0\n 661 164 658 162 656 162 c 2\n 656 162 655 162 653 163 c 2\n 407 243 l 1\n 353 -11 l 1\n 352 -14 351 -16 348 -16 c 0\n 346 -16 344 -14 343 -11 c 1\n 289 243 l 1\n 43 163 l 2\n 41 162 40 162 40 162 c 2\n 38 162 35 164 35 167 c 0\n 35 168 36 170 38 171 c 2\n 230 345 l 1\n 38 518 l 2\n 36 520 35 522 35 523 c 0\n 35 526 38 528 40 528 c 2\n 40 528 41 528 43 527 c 2\n 289 447 l 1\n 343 700 l 2\n 344 704 346 706 348 706 c 128\n 350 706 352 704 353 700 c 2\n 407 447 l 1\n 653 527 l 1\n 656 528 l 2\n 658 528 661 526 661 523 c 0\n 661 522 660 520 658 518 c 2\n 466 345 l 1\nEndSplineSet\nEndChar\nStartChar: uni2737\nEncoding: 10039 10039 2874\nWidth: 776\nFlags: W\nFore\n490 456 m 1\n 732 500 l 1\n 735 500 l 2\n 739 500 741 498 741 494 c 0\n 741 492 740 490 737 488 c 2\n 534 346 l 1\n 737 204 l 2\n 739 202 741 200 741 197 c 128\n 741 194 738 190 735 191 c 2\n 732 192 l 1\n 490 240 l 1\n 533 3 l 1\n 534 -1 l 1\n 534 -3 532 -7 529 -7 c 0\n 527 -7 524 -5 522 -3 c 2\n 386 192 l 1\n 249 -4 l 2\n 248 -5 245 -7 243 -7 c 0\n 240 -7 236 -4 237 -1 c 2\n 238 1 l 1\n 281 240 l 1\n 45 201 l 1\n 42 201 l 2\n 38 201 35 203 35 207 c 0\n 35 209 36 211 40 213 c 2\n 238 346 l 1\n 42 487 l 2\n 40 489 38 491 38 494 c 128\n 38 497 41 500 44 500 c 2\n 47 500 l 1\n 281 456 l 1\n 238 689 l 1\n 237 692 l 2\n 236 694 240 698 243 698 c 0\n 245 698 247 697 249 694 c 2\n 386 500 l 1\n 518 691 l 1\n 521 694 523 696 526 696 c 0\n 530 696 534 693 534 690 c 0\n 534 689 534 688 533 686 c 1\n 490 456 l 1\nEndSplineSet\nEndChar\nStartChar: uni2738\nEncoding: 10040 10040 2875\nWidth: 768\nFlags: W\nFore\n531 699 m 1\n 517 481 l 1\n 734 497 l 1\n 567 350 l 1\n 734 204 l 1\n 517 219 l 1\n 531 -7 l 1\n 383 162 l 1\n 238 -7 l 1\n 252 219 l 1\n 35 204 l 1\n 203 350 l 1\n 35 497 l 1\n 252 481 l 1\n 238 699 l 1\n 383 530 l 1\n 531 699 l 1\nEndSplineSet\nEndChar\nStartChar: uni2739\nEncoding: 10041 10041 2876\nWidth: 792\nFlags: W\nFore\n583 672 m 1\n 534 497 l 1\n 708 541 l 1\n 583 411 l 1\n 757 361 l 1\n 583 307 l 1\n 708 176 l 1\n 534 222 l 1\n 583 47 l 1\n 443 176 l 1\n 393 -1 l 1\n 348 176 l 1\n 217 47 l 1\n 262 222 l 1\n 86 176 l 1\n 217 307 l 1\n 35 361 l 1\n 217 411 l 1\n 86 541 l 1\n 262 497 l 1\n 217 672 l 1\n 348 541 l 1\n 393 720 l 1\n 443 541 l 1\n 583 672 l 1\nEndSplineSet\nEndChar\nStartChar: uni273A\nEncoding: 10042 10042 2877\nWidth: 759\nFlags: W\nHStem: 0 21G<364 397> 329 33<36 307 457 724>\nVStem: 364 33<1 273 425 692>\nDStem: 610 605 637 578 422 412 444 389\nFore\n364 693 m 1\n 397 693 l 1\n 397 424 l 1\n 493 674 l 1\n 528 660 l 1\n 422 412 l 1\n 610 605 l 1\n 637 578 l 1\n 444 389 l 1\n 692 496 l 1\n 706 461 l 1\n 456 362 l 1\n 725 362 l 1\n 725 329 l 1\n 456 329 l 1\n 706 232 l 1\n 692 196 l 1\n 444 306 l 1\n 637 115 l 1\n 610 88 l 1\n 422 285 l 1\n 528 34 l 1\n 493 20 l 1\n 397 274 l 1\n 397 0 l 1\n 364 0 l 1\n 364 274 l 1\n 267 20 l 1\n 231 34 l 1\n 337 285 l 1\n 150 88 l 1\n 123 115 l 1\n 318 306 l 1\n 68 196 l 1\n 54 232 l 1\n 308 329 l 1\n 35 329 l 1\n 35 362 l 1\n 308 362 l 1\n 54 461 l 1\n 68 496 l 1\n 318 389 l 1\n 123 578 l 1\n 150 605 l 1\n 337 412 l 1\n 231 660 l 1\n 267 674 l 1\n 364 424 l 1\n 364 693 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni273B\nEncoding: 10043 10043 2878\nWidth: 707\nFlags: W\nHStem: 262 169<340.994 356>\nVStem: 269 170<341 357> 296 115<37 53 629 650>\nFore\n264 295 m 1\n 213 223 202 210 163 176 c 0\n 131 149 110 137 93 137 c 0\n 63 137 35 167 35 199 c 0\n 35 224 47 239 81 254 c 0\n 132 277 180 288 264 295 c 1\n443 398 m 1\n 508 492 577 556 615 556 c 0\n 644 556 672 526 672 494 c 0\n 672 469 659 454 626 439 c 0\n 573 415 528 405 443 398 c 1\n264 398 m 1\n 180 405 132 416 81 439 c 0\n 48 454 35 469 35 494 c 0\n 35 526 63 556 93 556 c 0\n 112 556 138 540 175 506 c 0\n 211 472 214 469 264 398 c 1\n443 295 m 1\n 528 288 573 278 626 254 c 0\n 659 239 672 224 672 199 c 0\n 672 167 644 137 614 137 c 0\n 577 137 508 200 443 295 c 1\n354 431 m 0\n 401 431 439 393 439 347 c 0\n 439 300 401 262 353 262 c 0\n 307 262 269 300 269 348 c 0\n 269 393 308 431 354 431 c 0\n354 450 m 1\n 312 538 296 595 296 648 c 0\n 296 681 319 704 353 704 c 0\n 388 704 411 681 411 647 c 0\n 411 595 394 537 354 450 c 1\n354 243 m 1\n 393 158 411 97 411 46 c 0\n 411 12 388 -11 354 -11 c 0\n 319 -11 296 12 296 46 c 0\n 296 98 313 156 354 243 c 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni273C\nEncoding: 10044 10044 2879\nWidth: 708\nFlags: W\nHStem: -14 285<351 356> 266 158<269 270 435 440> 419 285<351 356>\nVStem: 242 39<333 354> 293 121<50 66 626 642> 329 48<210 226 466 482> 427 37<333 354>\nFore\n268 266 m 0\n 257 265 234 246 208 217 c 0\n 154 155 128 137 92 137 c 0\n 62 137 35 163 35 192 c 0\n 35 216 50 240 72 253 c 0\n 93 266 116 273 170 284 c 0\n 218 293 245 306 245 319 c 0\n 245 321 244 325 243 330 c 0\n 242 334 242 339 242 345 c 128\n 242 351 242 356 243 359 c 0\n 244 365 245 368 245 371 c 0\n 245 384 219 396 170 406 c 0\n 115 417 93 424 72 437 c 0\n 50 450 35 474 35 498 c 0\n 35 527 62 553 92 553 c 0\n 127 553 153 536 208 473 c 0\n 233 444 258 424 268 424 c 0\n 271 424 277 427 285 433 c 0\n 292 440 302 446 309 448 c 0\n 325 453 328 457 328 471 c 0\n 328 484 324 503 314 535 c 0\n 298 588 293 610 293 633 c 0\n 293 671 321 704 353 704 c 0\n 388 704 414 673 414 632 c 0\n 414 607 407 577 392 535 c 0\n 382 509 377 487 377 473 c 0\n 377 457 381 452 396 448 c 0\n 402 446 412 440 420 433 c 0\n 428 427 434 424 438 424 c 0\n 448 424 474 445 499 473 c 0\n 552 534 579 553 614 553 c 0\n 645 553 672 527 672 498 c 0\n 672 474 658 450 635 437 c 0\n 614 424 589 416 538 406 c 128\n 487 396 462 384 462 369 c 0\n 462 368 463 364 464 359 c 0\n 465 356 465 351 465 345 c 128\n 465 339 465 334 464 331 c 0\n 463 326 462 322 462 321 c 0\n 462 306 487 294 538 284 c 128\n 589 274 614 266 635 253 c 0\n 658 240 672 216 672 192 c 0\n 672 162 645 137 614 137 c 0\n 579 137 552 156 499 217 c 0\n 474 245 448 266 438 266 c 0\n 434 266 428 263 420 257 c 0\n 412 250 402 244 396 242 c 0\n 381 238 377 233 377 217 c 0\n 377 203 382 181 392 155 c 0\n 407 114 414 83 414 58 c 0\n 414 17 388 -14 352 -14 c 0\n 321 -14 293 19 293 57 c 0\n 293 80 298 103 315 155 c 0\n 325 187 329 205 329 218 c 0\n 329 233 326 237 310 242 c 0\n 303 244 293 250 285 257 c 0\n 278 263 272 266 268 266 c 0\n354 419 m 0\n 314 419 281 386 281 345 c 128\n 281 304 314 271 354 271 c 128\n 394 271 427 304 427 344 c 0\n 427 386 395 419 354 419 c 0\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: uni273D\nEncoding: 10045 10045 2880\nWidth: 682\nFlags: W\nVStem: 264 154<77 93 605 612> 331 20<317 326 363.063 387.695>\nFore\n351 327 m 1\n 351 280 359 250 400 152 c 0\n 412 124 418 100 418 81 c 0\n 418 61 405 36 386 20 c 0\n 376 11 364 5 341 -3 c 1\n 313 7 301 14 288 27 c 0\n 274 43 264 64 264 81 c 0\n 264 100 270 124 282 152 c 0\n 322 249 331 280 331 327 c 1\n 289 304 268 282 203 197 c 0\n 170 153 147 138 114 138 c 0\n 86 138 69 146 39 171 c 1\n 36 186 35 199 35 208 c 0\n 35 229 45 253 61 270 c 0\n 75 285 103 295 144 300 c 0\n 257 315 276 320 320 345 c 1\n 279 369 249 377 144 391 c 0\n 97 397 71 407 56 427 c 0\n 42 444 35 464 35 483 c 0\n 35 492 36 505 39 520 c 1\n 69 545 87 553 114 553 c 0\n 146 553 170 538 203 494 c 0\n 268 409 289 387 331 363 c 1\n 331 411 322 442 282 539 c 0\n 270 567 264 591 264 610 c 128\n 264 629 277 655 296 671 c 0\n 306 680 318 686 341 694 c 1\n 369 684 381 677 394 664 c 0\n 408 648 418 627 418 610 c 0\n 418 591 412 567 400 539 c 0\n 359 441 351 411 351 363 c 1\n 393 387 414 409 479 494 c 0\n 512 538 536 553 568 553 c 0\n 595 553 613 545 643 520 c 1\n 646 505 647 492 647 483 c 0\n 647 462 637 438 621 421 c 0\n 607 406 579 396 538 391 c 0\n 434 377 402 369 362 345 c 1\n 404 321 432 314 538 300 c 0\n 585 294 611 284 626 264 c 0\n 640 247 647 227 647 208 c 0\n 647 199 646 186 643 171 c 1\n 613 146 595 138 568 138 c 0\n 536 138 512 153 479 197 c 0\n 412 284 394 302 351 327 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni273E\nEncoding: 10046 10046 2881\nWidth: 701\nFlags: W\nHStem: 129 22<126 134 563 579> 371 19<349 355>\nVStem: 35 22<193 216> 247 208<97 102> 247 33<590 602> 421 33<590 602> 644 22<193 216>\nFore\n328 390 m 1\n 263 533 l 2\n 253 556 247 580 247 600 c 0\n 247 643 277 674 350 708 c 1\n 424 674 454 643 454 600 c 0\n 454 580 448 556 438 533 c 2\n 373 390 l 1\n 472 515 l 2\n 497 546 536 566 570 566 c 0\n 593 566 620 556 664 533 c 1\n 665 513 666 497 666 482 c 0\n 666 450 656 420 639 400 c 0\n 624 384 593 371 557 367 c 2\n 395 348 l 1\n 557 329 l 2\n 630 321 666 283 666 213 c 0\n 666 198 665 182 664 163 c 1\n 622 141 591 129 576 129 c 0\n 541 129 495 152 472 181 c 2\n 373 305 l 1\n 438 163 l 2\n 452 132 455 121 455 100 c 0\n 455 53 426 21 350 -13 c 1\n 276 21 247 52 247 98 c 0\n 247 117 252 138 263 163 c 2\n 328 305 l 1\n 229 181 l 2\n 207 153 159 129 127 129 c 0\n 109 129 79 140 37 163 c 1\n 36 182 35 199 35 214 c 0\n 35 283 71 321 144 329 c 2\n 306 348 l 1\n 144 367 l 2\n 71 375 35 413 35 482 c 0\n 35 497 36 513 37 533 c 1\n 82 556 109 566 132 566 c 0\n 166 566 204 546 229 515 c 2\n 328 390 l 1\n351 371 m 0\n 338 371 328 361 328 349 c 0\n 328 336 338 326 350 326 c 0\n 363 326 373 336 373 349 c 0\n 373 361 363 371 351 371 c 0\n359 390 m 1\n 413 543 l 1\n 418 559 421 574 421 591 c 0\n 421 639 400 667 350 685 c 1\n 301 667 280 639 280 591 c 0\n 280 574 283 558 288 543 c 2\n 342 390 l 1\n 359 390 l 1\n315 318 m 1\n 306 332 l 1\n 145 305 l 2\n 92 296 57 257 57 207 c 0\n 57 200 58 189 59 178 c 1\n 87 158 106 151 131 151 c 128\n 156 151 186 167 209 194 c 2\n 315 318 l 1\n386 318 m 1\n 492 194 l 2\n 514 168 546 151 570 151 c 0\n 595 151 614 158 642 178 c 1\n 643 189 644 200 644 207 c 0\n 644 257 609 296 556 305 c 2\n 395 332 l 1\n 386 318 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni273F\nEncoding: 10047 10047 2882\nWidth: 826\nFlags: W\nHStem: 164 46<412 417> 267 280<163 179 643 660> 444 272<401 426>\nVStem: 35 261.004<328 396> 122 284<123 133> 273 280<574 590> 322 182<465 469> 420 284<123 133> 529.996 261.004<327 396>\nFore\n413 164 m 0\n 407 164 402 159 402 154 c 0\n 402 153 402 151 403 148 c 0\n 405 143 406 135 406 131 c 0\n 406 110 395 69 383 48 c 0\n 359 7 318 -18 273 -18 c 0\n 196 -18 122 52 122 124 c 0\n 122 178 157 227 217 255 c 0\n 229 260 236 262 246 263 c 0\n 254 263 259 267 259 273 c 128\n 259 279 254 285 248 285 c 0\n 246 285 244 284 240 281 c 0\n 225 272 203 267 172 267 c 0\n 92 267 35 320 35 396 c 0\n 35 479 95 547 168 547 c 0\n 219 547 286 506 300 466 c 0\n 302 459 305 456 311 456 c 0\n 316 456 322 462 322 467 c 0\n 322 471 321 473 316 477 c 0\n 293 495 273 547 273 587 c 0\n 273 662 332 716 413 716 c 128\n 494 716 553 662 553 587 c 0\n 553 546 533 495 510 477 c 0\n 505 473 504 471 504 467 c 0\n 504 461 510 456 516 456 c 0\n 521 456 524 459 526 466 c 0\n 529 475 534 481 542 490 c 0\n 578 528 617 547 658 547 c 0\n 731 547 791 479 791 396 c 0\n 791 320 734 267 655 267 c 0\n 623 267 601 272 586 281 c 0\n 582 284 580 285 578 285 c 0\n 572 285 567 279 567 273 c 128\n 567 267 572 263 580 263 c 0\n 590 262 597 261 609 255 c 0\n 669 226 704 179 704 124 c 0\n 704 51 630 -18 552 -18 c 0\n 505 -18 462 10 439 56 c 0\n 429 76 420 112 420 131 c 0\n 420 136 421 143 423 148 c 0\n 424 151 424 153 424 154 c 0\n 424 160 419 164 413 164 c 0\n415 444 m 0\n 349 444 296 393 296 328 c 128\n 296 263 348 210 413 210 c 0\n 477 210 530 263 530 327 c 128\n 530 391 477 444 415 444 c 0\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni2740\nEncoding: 10048 10048 2883\nWidth: 815\nFlags: W\nHStem: -16 45<257 273 542 563> 266.035 24.9652<195 215 600 619> 489 40<163 181 635 652> 658 47<397 419>\nVStem: 35 46<384 410> 128 43<112 128> 278.545 33.8576<548 573> 383 49<176 191> 502.597 33.8575<548 573> 644 43<112 128> 733 47<384 410>\nFore\n315 447 m 1\n 287 509 278 539 278 573 c 0\n 278 646 336 705 408 705 c 128\n 480 705 537 646 537 573 c 0\n 537 539 528 509 500 447 c 1\n 566 509 603 529 651 529 c 0\n 721 529 780 470 780 400 c 0\n 780 319 719 266 625 266 c 0\n 609 266 591 267 557 272 c 1\n 605 244 627 229 646 209 c 0\n 673 182 687 148 687 114 c 0\n 687 42 629 -16 557 -16 c 0\n 511 -16 469 9 444 50 c 0\n 428 77 420 103 407 163 c 1\n 395 101 386 74 369 47 c 0\n 343 7 302 -16 258 -16 c 0\n 186 -16 128 42 128 114 c 0\n 128 148 142 182 168 209 c 0\n 188 229 210 244 258 272 c 1\n 224 267 206 266 190 266 c 0\n 96 266 35 319 35 400 c 0\n 35 471 93 529 164 529 c 0\n 212 529 248 510 315 447 c 1\n384 452 m 1\n 398 547 l 1\n 399 556 402 560 407 560 c 128\n 412 560 416 556 417 547 c 1\n 431 452 l 1\n 464 439 l 1\n 494 483 503 508 503 548 c 0\n 503 612 463 658 408 658 c 0\n 352 658 312 612 312 548 c 0\n 312 508 321 484 351 439 c 1\n 384 452 l 1\n503 411 m 1\n 526 383 l 1\n 620 399 l 2\n 622 399 624 400 624 400 c 1\n 626 400 l 2\n 632 400 636 397 636 392 c 0\n 636 388 633 384 626 381 c 2\n 540 338 l 1\n 538 303 l 1\n 570 293 583 291 601 291 c 0\n 676 291 733 337 733 397 c 0\n 733 448 691 489 639 489 c 0\n 605 489 567 474 538 450 c 0\n 528 441 520 433 503 411 c 1\n523 257 m 1\n 504 227 l 1\n 548 142 l 2\n 551 137 552 134 552 133 c 0\n 552 129 548 125 544 125 c 0\n 541 125 537 127 533 131 c 2\n 466 200 l 1\n 432 191 l 1\n 433 144 438 124 455 95 c 0\n 479 53 514 29 552 29 c 0\n 603 29 644 70 644 121 c 0\n 644 157 621 197 586 225 c 0\n 569 239 557 245 523 257 c 1\n289 383 m 1\n 312 411 l 1\n 293 435 285 444 272 454 c 0\n 243 476 208 489 176 489 c 0\n 124 489 81 448 81 397 c 0\n 81 337 138 291 214 291 c 0\n 232 291 245 293 277 303 c 1\n 275 338 l 1\n 189 381 l 2\n 182 384 179 388 179 392 c 0\n 179 397 183 400 189 400 c 0\n 190 400 190 400 195 399 c 2\n 289 383 l 1\n313 234 m 1\n 292 257 l 1\n 258 245 246 239 229 225 c 0\n 193 197 171 157 171 121 c 0\n 171 70 212 29 263 29 c 0\n 304 29 341 56 365 103 c 0\n 378 130 382 147 383 191 c 1\n 349 200 l 1\n 282 131 l 1\n 278 128 274 125 271 125 c 0\n 267 125 263 129 263 133 c 0\n 263 135 264 137 267 142 c 2\n 313 234 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni2741\nEncoding: 10049 10049 2884\nWidth: 789\nFlags: W\nHStem: -14 28<387 403> 48 207<387 403> 59 28<211 222 563 579> 292 106<145 156 627 645> 435 207<387 403> 604 28<211 222 563 579> 676 28<387 403>\nVStem: 35 29<338 354> 97 207<338 354> 109 26<161 172 518 531> 342 105<95 118 573 595> 485 207<338 354> 653 27<161 172 518 531> 725 29<338 354>\nFore\n654 233 m 1\n 671 205 680 179 680 162 c 0\n 680 142 662 108 643 89 c 0\n 623 70 597 59 574 59 c 0\n 557 59 538 66 505 83 c 1\n 494 45 484 28 465 12 c 0\n 444 -5 419 -14 394 -14 c 0\n 366 -14 337 -1 315 20 c 0\n 302 33 294 51 284 83 c 1\n 251 66 231 59 215 59 c 0\n 192 59 166 70 146 89 c 128\n 126 108 109 142 109 162 c 0\n 109 179 118 205 135 233 c 1\n 96 243 77 252 62 270 c 0\n 45 290 35 317 35 345 c 0\n 35 378 48 409 70 428 c 0\n 83 440 102 449 135 457 c 1\n 118 485 109 511 109 529 c 0\n 109 548 127 583 146 602 c 0\n 166 621 192 632 215 632 c 0\n 232 632 251 625 284 607 c 1\n 296 645 305 662 324 678 c 0\n 345 695 369 704 395 704 c 0\n 423 704 453 691 474 670 c 0\n 487 657 495 639 505 607 c 1\n 538 625 557 632 574 632 c 0\n 597 632 623 621 643 601 c 0\n 663 582 680 549 680 529 c 0\n 680 511 671 485 654 457 c 1\n 693 447 712 438 727 420 c 0\n 744 401 754 374 754 345 c 0\n 754 312 741 281 719 262 c 0\n 706 250 687 241 654 233 c 1\n396 435 m 0\n 345 435 304 395 304 345 c 0\n 304 296 345 255 395 255 c 0\n 444 255 485 296 485 345 c 128\n 485 394 444 435 396 435 c 0\n421 228 m 1\n 446 119 l 2\n 447 114 447 110 447 105 c 0\n 447 74 423 48 395 48 c 0\n 366 48 342 74 342 105 c 0\n 342 111 342 114 343 119 c 2\n 368 228 l 1\n 357 230 l 1\n 316 124 l 1\n 313 115 311 105 311 96 c 0\n 311 51 349 14 394 14 c 0\n 440 14 478 51 478 96 c 0\n 478 105 476 115 473 124 c 1\n 432 230 l 1\n 421 228 l 1\n330 244 m 1\n 270 149 l 2\n 259 131 240 120 220 120 c 0\n 192 120 170 142 170 171 c 0\n 170 190 181 210 198 221 c 2\n 293 281 l 1\n 287 290 l 1\n 183 244 l 2\n 154 231 135 203 135 171 c 0\n 135 125 173 87 220 87 c 0\n 252 87 281 105 294 134 c 2\n 340 237 l 1\n 330 244 l 1\n278 319 m 1\n 168 294 l 2\n 163 293 158 292 154 292 c 0\n 123 292 97 316 97 345 c 128\n 97 374 123 398 154 398 c 0\n 158 398 163 397 168 396 c 2\n 278 371 l 1\n 280 383 l 1\n 174 423 l 2\n 165 427 156 428 146 428 c 0\n 101 428 64 390 64 345 c 128\n 64 300 101 262 146 262 c 0\n 156 262 165 264 174 267 c 2\n 280 307 l 1\n 278 319 l 1\n293 409 m 1\n 198 469 l 2\n 180 480 169 500 169 519 c 0\n 169 547 192 570 220 570 c 0\n 240 570 259 559 271 541 c 1\n 330 446 l 1\n 340 453 l 1\n 294 556 l 2\n 281 586 252 604 220 604 c 0\n 174 604 136 566 136 520 c 0\n 136 487 154 459 183 446 c 2\n 287 400 l 1\n 293 409 l 1\n368 462 m 1\n 343 572 l 2\n 342 576 342 580 342 585 c 0\n 342 616 366 642 394 642 c 0\n 423 642 447 616 447 585 c 0\n 447 579 447 576 446 572 c 2\n 421 462 l 1\n 432 460 l 1\n 473 566 l 1\n 476 575 478 585 478 594 c 0\n 478 639 440 676 395 676 c 0\n 349 676 311 639 311 594 c 0\n 311 585 313 575 316 566 c 1\n 357 460 l 1\n 368 462 l 1\n459 446 m 1\n 519 541 l 1\n 530 560 549 571 568 571 c 0\n 596 571 619 548 619 520 c 0\n 619 500 608 480 591 469 c 2\n 496 409 l 1\n 502 400 l 1\n 606 446 l 2\n 635 459 654 488 654 520 c 0\n 654 566 616 604 570 604 c 0\n 537 604 508 586 495 556 c 2\n 449 453 l 1\n 459 446 l 1\n511 371 m 1\n 621 396 l 2\n 626 397 631 398 635 398 c 0\n 666 398 692 374 692 345 c 128\n 692 316 666 292 635 292 c 0\n 632 292 626 293 621 294 c 2\n 511 319 l 1\n 509 307 l 1\n 615 267 l 2\n 624 264 633 262 643 262 c 0\n 688 262 725 300 725 345 c 0\n 725 391 688 429 644 429 c 0\n 635 429 625 427 615 423 c 2\n 509 383 l 1\n 511 371 l 1\n496 281 m 1\n 591 221 l 2\n 609 210 620 191 620 171 c 0\n 620 143 597 121 569 121 c 0\n 549 121 529 132 519 149 c 1\n 459 244 l 1\n 449 237 l 1\n 495 134 l 2\n 508 106 537 87 569 87 c 0\n 615 87 653 125 653 171 c 0\n 653 203 635 231 606 244 c 2\n 502 290 l 1\n 496 281 l 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni2742\nEncoding: 10050 10050 2885\nWidth: 789\nFlags: W\nHStem: 147 26<387 403> 517 26<387 403>\nVStem: 197 26<338 354> 566 26<338 354>\nFore\n399 704 m 0\n 593 704 754 541 754 345 c 0\n 754 147 593 -14 395 -14 c 128\n 197 -14 35 147 35 344 c 0\n 35 545 196 704 399 704 c 0\n394 695 m 1\n 326 531 l 1\n 351 540 369 543 394 543 c 0\n 420 543 438 540 463 531 c 1\n 394 695 l 1\n394 -4 m 1\n 463 160 l 1\n 439 150 420 147 395 147 c 0\n 369 147 350 150 326 160 c 1\n 394 -4 l 1\n642 592 m 1\n 477 525 l 1\n 517 508 557 468 574 428 c 1\n 642 592 l 1\n147 98 m 1\n 312 165 l 1\n 272 182 232 222 215 263 c 1\n 147 98 l 1\n744 345 m 1\n 580 414 l 1\n 589 390 592 372 592 345 c 0\n 592 319 589 300 580 276 c 1\n 744 345 l 1\n45 345 m 1\n 209 276 l 1\n 200 300 197 319 197 345 c 0\n 197 372 200 390 209 414 c 1\n 45 345 l 1\n147 592 m 1\n 215 428 l 1\n 232 468 272 508 312 525 c 1\n 147 592 l 1\n642 98 m 1\n 574 263 l 1\n 557 222 517 182 477 165 c 1\n 642 98 l 1\n396 517 m 0\n 299 517 223 441 223 345 c 0\n 223 251 301 173 395 173 c 128\n 489 173 566 250 566 344 c 128\n 566 438 488 517 396 517 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni2743\nEncoding: 10051 10051 2886\nWidth: 707\nFlags: W\nHStem: 130 22<116 127> 565 22<580 591>\nVStem: 33 16<474 484> 256 24<622 640> 265 88<80 96> 354 88<622 640> 427 24<80 96> 658 16<234 244>\nFore\n338 385 m 1\n 279 515 256 585 256 633 c 0\n 256 672 286 698 354 717 c 1\n 418 697 442 673 442 630 c 0\n 442 575 421 506 369 385 c 1\n 482 538 533 587 581 587 c 0\n 603 587 628 572 665 538 c 1\n 669 517 672 496 672 482 c 0\n 672 417 597 385 385 358 c 1\n 614 334 674 310 674 242 c 0\n 674 225 671 202 665 179 c 1\n 631 150 606 136 589 136 c 0\n 538 136 475 193 369 332 c 1\n 429 200 451 132 451 84 c 0\n 451 44 421 19 353 0 c 1\n 288 21 265 44 265 86 c 0\n 265 142 285 209 338 332 c 1\n 225 178 174 130 126 130 c 0\n 104 130 79 145 42 179 c 1\n 38 200 35 221 35 235 c 0\n 35 300 110 333 322 358 c 1\n 91 384 33 407 33 475 c 0\n 33 492 36 515 42 538 c 1\n 76 567 101 581 118 581 c 0\n 169 581 231 525 338 385 c 1\n354 390 m 1\n 354 694 l 1\n 298 687 280 670 280 623 c 0\n 280 569 297 517 354 390 c 1\n381 374 m 1\n 645 526 l 1\n 623 555 608 565 590 565 c 0\n 562 565 525 543 487 504 c 0\n 459 475 436 447 381 374 c 1\n381 343 m 1\n 645 190 l 1\n 654 209 658 225 658 238 c 0\n 658 265 628 291 573 309 c 0\n 534 322 490 330 381 343 c 1\n353 327 m 1\n 353 22 l 1\n 409 30 427 47 427 94 c 0\n 427 148 410 200 353 327 c 1\n326 343 m 1\n 62 190 l 1\n 84 162 99 152 117 152 c 0\n 145 152 182 174 220 213 c 0\n 247 240 270 269 326 343 c 1\n326 374 m 1\n 62 526 l 1\n 53 508 49 491 49 479 c 0\n 49 452 79 426 134 408 c 0\n 173 395 215 387 326 374 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2744\nEncoding: 10052 10052 2887\nWidth: 687\nFlags: W\nHStem: 0 688<327 361>\nVStem: 325 36<1 113 153 314 374 535 575 687>\nDStem: 40 292 60 318 137 244 170 263 137 444 170 425 40 396 60 370 170 425 187 454 310 344 327 373 224 603 237 633 327 535 327 574 310 344 327 315 170 263 187 234 327 153 327 114 224 85 237 55 361 315 378 344 501 234 518 263 361 114 361 153 451 55 464 85 451 633 464 603 361 574 361 535 501 454 518 425 361 373 378 344 518 425 551 444 628 370 648 396 534 214 551 244 633 156 651 188 628 318 648 292 518 263 551 244\nFore\n378 344 m 1\n 518 263 l 1\n 628 318 l 1\n 648 292 l 1\n 551 244 l 1\n 651 188 l 1\n 633 156 l 1\n 534 214 l 1\n 541 107 l 1\n 508 111 l 1\n 501 234 l 1\n 361 315 l 1\n 361 153 l 1\n 464 85 l 1\n 451 55 l 1\n 361 114 l 1\n 363 0 l 1\n 325 0 l 1\n 327 114 l 1\n 237 55 l 1\n 224 85 l 1\n 327 153 l 1\n 327 315 l 1\n 187 234 l 1\n 180 111 l 1\n 147 107 l 1\n 154 214 l 1\n 55 156 l 1\n 36 188 l 1\n 137 244 l 1\n 40 292 l 1\n 60 318 l 1\n 170 263 l 1\n 310 344 l 1\n 170 425 l 1\n 60 370 l 1\n 40 396 l 1\n 137 444 l 1\n 36 500 l 1\n 55 532 l 1\n 154 473 l 1\n 147 581 l 1\n 180 577 l 1\n 187 454 l 1\n 327 373 l 1\n 327 535 l 1\n 224 603 l 1\n 237 633 l 1\n 327 574 l 1\n 325 688 l 1\n 363 688 l 1\n 361 574 l 1\n 451 633 l 1\n 464 603 l 1\n 361 535 l 1\n 361 373 l 1\n 501 454 l 1\n 508 577 l 1\n 541 581 l 1\n 534 473 l 1\n 633 532 l 1\n 651 500 l 1\n 551 444 l 1\n 648 396 l 1\n 628 370 l 1\n 518 425 l 1\n 378 344 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2745\nEncoding: 10053 10053 2888\nWidth: 696\nFlags: W\nVStem: 194 21<117 233 460 576> 329 38<181 312 381 512> 481 20<117 233 460 576>\nDStem: 42 346 82 346 174 270 195 281 174 423 195 412 42 346 82 346 195 412 215 446 310 346 329 379 215 577 195 611 329 512 327 536 310 346 329 313 195 281 215 247 329 181 327 157 215 116 195 82 367 314 386 346 481 247 501 281 369 157 367 181 501 82 481 116 481 446 501 412 367 380 386 346 501 611 481 577 369 536 367 512 501 412 522 423 614 346 654 346 614 346 654 346 501 281 522 270\nFore\n195 611 m 1\n 327 536 l 1\n 318 687 l 1\n 318 691 320 693 325 693 c 2\n 327 693 l 1\n 348 689 l 1\n 369 693 l 1\n 371 693 l 2\n 376 692 378 691 378 687 c 1\n 369 536 l 1\n 501 611 l 1\n 502 459 l 1\n 627 543 l 2\n 629 544 630 544 631 544 c 0\n 633 544 636 541 637 538 c 2\n 645 518 l 1\n 659 501 l 2\n 660 500 661 496 661 494 c 0\n 661 493 659 491 658 491 c 2\n 522 423 l 1\n 654 346 l 1\n 522 270 l 1\n 658 202 l 2\n 660 201 661 200 661 198 c 128\n 661 196 660 193 659 192 c 2\n 645 175 l 1\n 637 155 l 2\n 636 152 633 149 631 149 c 0\n 630 149 629 149 627 150 c 2\n 502 234 l 1\n 501 82 l 1\n 369 157 l 1\n 378 6 l 1\n 378 2 376 0 369 0 c 1\n 348 4 l 1\n 327 0 l 1\n 320 0 318 2 318 6 c 1\n 327 157 l 1\n 195 82 l 1\n 194 234 l 1\n 68 150 l 2\n 67 149 66 149 65 149 c 0\n 63 149 60 152 59 155 c 2\n 51 175 l 1\n 37 192 l 2\n 36 193 35 197 35 199 c 0\n 35 200 36 201 38 202 c 2\n 174 270 l 1\n 42 346 l 1\n 174 423 l 1\n 38 491 l 2\n 37 491 35 494 35 495 c 0\n 35 497 36 500 37 501 c 2\n 51 518 l 1\n 59 538 l 2\n 60 541 63 544 65 544 c 0\n 66 544 67 544 68 543 c 2\n 194 459 l 1\n 195 611 l 1\n215 577 m 1\n 215 446 l 1\n 329 379 l 1\n 329 512 l 1\n 215 577 l 1\n481 577 m 1\n 367 512 l 1\n 367 380 l 1\n 481 446 l 1\n 481 577 l 1\n614 346 m 1\n 501 412 l 1\n 386 346 l 1\n 501 281 l 1\n 614 346 l 1\n481 116 m 1\n 481 247 l 1\n 367 314 l 1\n 367 181 l 1\n 481 116 l 1\n215 116 m 1\n 329 181 l 1\n 329 313 l 1\n 215 247 l 1\n 215 116 l 1\n82 346 m 1\n 195 281 l 1\n 310 346 l 1\n 195 412 l 1\n 82 346 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni2746\nEncoding: 10054 10054 2889\nWidth: 689\nFlags: W\nHStem: 0 681<334 356>\nVStem: 332 24<198 317 364 484>\nDStem: 215 402 227 422 320 341 332 363 358 318 370 341 463 259 475 279 463 422 475 402 358 363 370 341\nFore\n370 341 m 1\n 475 279 l 1\n 633 313 l 1\n 655 265 l 1\n 556 234 l 1\n 648 185 l 1\n 631 155 l 1\n 543 211 l 1\n 565 109 l 1\n 513 105 l 1\n 463 259 l 1\n 358 318 l 1\n 356 197 l 1\n 465 77 l 1\n 435 34 l 1\n 358 104 l 1\n 362 0 l 1\n 328 0 l 1\n 332 104 l 1\n 255 34 l 1\n 225 77 l 1\n 334 197 l 1\n 332 318 l 1\n 227 259 l 1\n 177 105 l 1\n 125 109 l 1\n 147 211 l 1\n 59 155 l 1\n 42 185 l 1\n 134 234 l 1\n 35 265 l 1\n 57 313 l 1\n 215 279 l 1\n 320 341 l 1\n 215 402 l 1\n 57 368 l 1\n 35 416 l 1\n 134 447 l 1\n 42 496 l 1\n 59 526 l 1\n 147 470 l 1\n 125 572 l 1\n 177 576 l 1\n 227 422 l 1\n 332 363 l 1\n 334 484 l 1\n 225 604 l 1\n 255 647 l 1\n 332 577 l 1\n 328 681 l 1\n 362 681 l 1\n 358 577 l 1\n 435 647 l 1\n 465 604 l 1\n 356 484 l 1\n 358 363 l 1\n 463 422 l 1\n 513 576 l 1\n 565 572 l 1\n 543 470 l 1\n 631 526 l 1\n 648 496 l 1\n 556 447 l 1\n 655 416 l 1\n 633 368 l 1\n 475 402 l 1\n 370 341 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2747\nEncoding: 10055 10055 2890\nWidth: 786\nFlags: W\nHStem: -14 284<392 394> 285 119<386 402> 294 101<66 123 663 722> 419 284<391 392>\nVStem: 34 284<343 345> 332 119<338 354> 342 101<18 75 615 674> 467 284<345 346>\nFore\n305 414 m 1\n 83 616 l 1\n 103 627 106 629 118 650 c 1\n 323 432 l 1\n 324 429 324 425 324 424 c 0\n 324 416 321 414 312 414 c 2\n 305 414 l 1\n480 275 m 1\n 702 73 l 1\n 682 62 679 60 667 39 c 1\n 462 257 l 1\n 461 260 461 264 461 265 c 0\n 461 273 464 275 473 275 c 2\n 480 275 l 1\n323 257 m 1\n 121 35 l 1\n 110 55 108 58 87 70 c 1\n 305 276 l 1\n 312 276 l 1\n 314 276 l 2\n 320 276 323 272 323 264 c 2\n 323 257 l 1\n462 432 m 1\n 664 654 l 1\n 675 634 677 631 698 619 c 1\n 480 414 l 1\n 477 413 473 413 472 413 c 0\n 464 413 462 416 462 425 c 2\n 462 432 l 1\n392 404 m 0\n 424 404 451 377 451 345 c 0\n 451 312 424 285 392 285 c 0\n 358 285 332 312 332 345 c 0\n 332 377 359 404 392 404 c 0\n392 703 m 1\n 434 695 443 687 443 664 c 0\n 443 563 433 502 410 448 c 0\n 400 426 396 419 393 419 c 0\n 387 419 374 448 357 497 c 0\n 346 530 342 576 342 666 c 0\n 342 682 345 685 373 698 c 0\n 380 701 386 703 392 703 c 1\n392 -14 m 1\n 352 -6 342 2 342 25 c 0\n 342 126 352 188 375 241 c 0\n 385 264 389 270 392 270 c 0\n 398 270 411 241 428 192 c 0\n 439 159 443 113 443 23 c 0\n 443 7 440 3 412 -9 c 0\n 405 -12 399 -14 392 -14 c 1\n751 346 m 2\n 751 345 l 1\n 743 304 735 294 712 294 c 0\n 611 294 551 303 496 327 c 0\n 474 337 467 341 467 344 c 0\n 467 350 497 363 545 380 c 0\n 578 391 623 395 714 395 c 0\n 729 395 729 395 739 377 c 0\n 748 362 751 354 751 346 c 2\n34 343 m 2\n 34 345 l 1\n 42 385 50 395 73 395 c 0\n 174 395 236 386 289 362 c 0\n 311 352 318 348 318 345 c 0\n 318 339 289 326 240 309 c 0\n 207 298 163 294 71 294 c 0\n 56 294 56 294 46 312 c 0\n 37 327 34 335 34 343 c 2\nEndSplineSet\nMinimumDistance: x43,-1 \nEndChar\nStartChar: uni2748\nEncoding: 10056 10056 2891\nWidth: 787\nFlags: W\nHStem: -14 268<394 395> 259 171<128 137 643 660> 262 164<383 405>\nVStem: 308 171<78 86 604 612> 312 164<334 355>\nDStem: 85 633 106 654 284 434 304 455 284 255 304 234 85 56 106 35 483 234 503 255 681 35 702 56 681 654 702 633 483 455 503 434\nFore\n85 633 m 1\n 106 654 l 1\n 304 455 l 1\n 284 434 l 1\n 85 633 l 1\n702 56 m 1\n 681 35 l 1\n 483 234 l 1\n 503 255 l 1\n 702 56 l 1\n681 654 m 1\n 702 633 l 1\n 503 434 l 1\n 483 455 l 1\n 681 654 l 1\n106 35 m 1\n 85 56 l 1\n 284 255 l 1\n 304 234 l 1\n 106 35 l 1\n394 426 m 0\n 439 426 476 389 476 343 c 0\n 476 299 439 262 394 262 c 128\n 349 262 312 299 312 344 c 128\n 312 389 349 426 394 426 c 0\n393 703 m 0\n 453 685 479 657 479 610 c 0\n 479 582 470 558 440 508 c 0\n 424 482 413 463 403 444 c 0\n 401 440 398 436 397 437 c 1\n 396 436 395 436 395 436 c 1\n 395 435 394 435 394 435 c 1\n 388 439 388 439 385 445 c 0\n 372 469 368 477 350 505 c 0\n 318 555 308 578 308 605 c 0\n 308 649 351 704 386 704 c 0\n 387 704 390 704 393 703 c 0\n393 -14 m 0\n 334 4 308 32 308 79 c 0\n 308 108 317 131 347 181 c 0\n 357 198 367 215 369 219 c 0\n 374 227 379 236 384 245 c 0\n 386 249 389 252 390 252 c 0\n 391 253 392 253 392 253 c 1\n 392 254 393 254 393 254 c 2\n 395 254 400 249 402 244 c 0\n 416 218 419 212 437 184 c 0\n 469 135 479 111 479 84 c 0\n 479 40 436 -15 401 -15 c 0\n 400 -15 397 -15 393 -14 c 0\n484 343 m 1\n 483 344 l 1\n 487 351 487 351 493 353 c 1\n 521 368 522 369 553 388 c 0\n 602 420 626 430 649 430 c 0\n 696 430 752 388 752 353 c 0\n 752 351 752 348 751 345 c 0\n 733 285 705 259 658 259 c 0\n 629 259 605 268 556 298 c 0\n 539 308 523 318 518 320 c 0\n 510 325 501 330 492 335 c 0\n 488 337 485 340 485 341 c 0\n 484 342 484 343 484 343 c 1\n36 345 m 0\n 54 404 82 430 129 430 c 0\n 158 430 180 421 231 391 c 0\n 247 381 262 372 269 369 c 0\n 277 364 286 359 295 354 c 0\n 299 352 302 349 302 348 c 0\n 303 347 303 346 303 346 c 1\n 304 346 304 345 304 345 c 1\n 300 338 300 338 294 336 c 1\n 264 320 262 319 234 301 c 0\n 184 269 161 259 135 259 c 0\n 90 259 35 302 35 337 c 0\n 35 339 35 341 36 345 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni2749\nEncoding: 10057 10057 2892\nWidth: 713\nFlags: W\nHStem: 128 174<115 131 579 595> 393 175<115 131 579 595>\nVStem: 35 177<211 215 482 486> 340 33<162 318 377 533> 502 175<199.664 215 471.361 486>\nDStem: 191 426 207 453 322 348 340 376 322 348 340 319 191 270 207 243 373 319 391 348 506 243 522 270 506 453 522 426 373 376 391 348\nFore\n373 376 m 1\n 506 453 l 1\n 502 469 501 476 501 484 c 0\n 501 529 542 568 589 568 c 0\n 638 568 678 530 678 483 c 0\n 678 435 638 394 590 394 c 0\n 563 394 544 403 522 426 c 1\n 391 348 l 1\n 522 270 l 1\n 544 293 564 302 589 302 c 0\n 637 302 677 261 677 212 c 0\n 677 165 638 128 589 128 c 0\n 542 128 502 167 502 212 c 0\n 502 219 504 230 506 243 c 1\n 373 319 l 1\n 373 162 l 1\n 419 145 443 115 443 75 c 0\n 443 28 403 -13 357 -13 c 0\n 310 -13 269 27 269 74 c 0\n 269 115 293 145 340 162 c 1\n 340 319 l 1\n 207 243 l 1\n 211 228 212 221 212 213 c 0\n 212 168 171 128 124 128 c 0\n 75 128 35 166 35 212 c 0\n 35 261 76 302 124 302 c 0\n 149 302 169 293 191 270 c 1\n 322 348 l 1\n 191 426 l 1\n 168 402 150 393 124 393 c 0\n 76 393 36 434 36 484 c 0\n 36 531 75 568 124 568 c 0\n 171 568 211 529 211 483 c 0\n 211 477 209 465 207 453 c 1\n 340 376 l 1\n 340 533 l 1\n 294 551 270 580 270 620 c 0\n 270 668 310 709 356 709 c 0\n 403 709 444 669 444 622 c 0\n 444 581 420 551 373 533 c 1\n 373 376 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni274A\nEncoding: 10058 10058 2893\nWidth: 791\nFlags: W\nHStem: -14 229<388 404> 251 191<386 406> 302 89<71.8554 83 707 712> 478 229<388 404>\nVStem: 35 229<338 354> 300 191<337 357> 351 89<22.8554 34 658 663> 527 229<338 354>\nFore\n404 478 m 1\n 387 478 l 1\n 355 634 l 1\n 352 645 351 655 351 661 c 0\n 351 685 372 707 396 707 c 0\n 419 707 440 685 440 661 c 0\n 440 655 439 645 436 634 c 1\n 404 478 l 1\n387 215 m 1\n 404 215 l 1\n 436 59 l 1\n 439 48 440 38 440 32 c 0\n 440 8 419 -14 396 -14 c 0\n 372 -14 351 8 351 32 c 0\n 351 38 352 48 355 59 c 1\n 387 215 l 1\n494 433 m 1\n 482 445 l 1\n 570 579 l 2\n 587 605 600 614 620 614 c 0\n 644 614 663 595 663 571 c 0\n 663 551 654 538 628 521 c 2\n 494 433 l 1\n297 260 m 1\n 309 248 l 1\n 221 114 l 2\n 204 88 191 79 171 79 c 0\n 147 79 128 98 128 122 c 0\n 128 142 137 155 163 172 c 2\n 297 260 l 1\n527 338 m 1\n 527 355 l 1\n 683 387 l 2\n 694 390 704 391 710 391 c 0\n 734 391 756 370 756 346 c 0\n 756 323 734 302 710 302 c 0\n 704 302 694 303 683 306 c 2\n 527 338 l 1\n264 355 m 1\n 264 338 l 1\n 108 306 l 2\n 97 303 87 302 81 302 c 0\n 57 302 35 323 35 346 c 0\n 35 370 57 391 81 391 c 0\n 87 391 97 390 108 387 c 2\n 264 355 l 1\n482 248 m 1\n 494 260 l 1\n 628 172 l 2\n 654 155 663 142 663 122 c 0\n 663 98 644 79 620 79 c 0\n 600 79 587 88 570 114 c 2\n 482 248 l 1\n309 445 m 1\n 297 433 l 1\n 163 521 l 2\n 137 538 128 551 128 571 c 0\n 128 595 147 614 171 614 c 0\n 191 614 204 605 221 579 c 2\n 309 445 l 1\n397 442 m 0\n 448 442 491 399 491 346 c 0\n 491 294 448 251 396 251 c 0\n 343 251 300 294 300 346 c 0\n 300 400 343 442 397 442 c 0\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni274B\nEncoding: 10059 10059 2894\nWidth: 785\nFlags: W\nHStem: 284 114<85.307 100> 289 114<676 693>\nVStem: 334 114<627.415 643> 339 114<44 50>\nFore\n369 424 m 1\n 337 610 l 2\n 335 622 334 633 334 641 c 0\n 334 673 361 701 391 701 c 128\n 421 701 448 673 448 641 c 0\n 448 635 447 624 444 610 c 1\n 413 425 l 1\n 422 423 427 421 433 418 c 1\n 542 572 l 2\n 565 604 581 614 605 614 c 0\n 636 614 660 590 660 559 c 0\n 660 534 649 518 618 496 c 2\n 465 387 l 1\n 468 382 470 377 473 368 c 1\n 660 400 l 2\n 673 402 684 403 691 403 c 0\n 723 403 751 376 751 346 c 128\n 751 316 723 289 691 289 c 0\n 685 289 673 290 660 292 c 2\n 474 324 l 1\n 473 318 470 310 467 304 c 1\n 622 195 l 2\n 654 172 664 156 664 131 c 0\n 664 101 640 77 609 77 c 0\n 584 77 568 87 546 119 c 2\n 437 272 l 1\n 431 268 424 265 418 263 c 1\n 450 77 l 1\n 452 64 453 54 453 46 c 0\n 453 14 426 -14 396 -14 c 128\n 366 -14 339 14 339 45 c 0\n 339 52 340 63 343 77 c 1\n 374 262 l 1\n 366 264 360 266 354 269 c 1\n 245 115 l 1\n 222 84 206 73 182 73 c 0\n 151 73 127 97 127 128 c 0\n 127 153 137 169 169 191 c 2\n 322 300 l 1\n 319 305 316 312 314 319 c 1\n 127 287 l 2\n 114 285 104 284 96 284 c 0\n 64 284 36 311 36 341 c 128\n 36 371 64 398 96 398 c 0\n 102 398 114 397 127 394 c 2\n 313 363 l 1\n 314 369 317 377 320 382 c 1\n 165 492 l 2\n 134 515 123 531 123 555 c 0\n 123 586 147 610 178 610 c 0\n 203 610 218 600 241 568 c 2\n 350 415 l 1\n 355 419 362 422 369 424 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni274D\nEncoding: 10061 10061 2895\nWidth: 873\nFlags: W\nHStem: -12.0573 35.1313<399 403>\nVStem: 35 33<339 371> 716 122<323 371>\nFore\n439 705 m 0\n 546 705 655 666 725 604 c 0\n 796 540 838 444 838 346 c 0\n 838 136 669 -13 431 -13 c 0\n 333 -13 246 13 179 61 c 0\n 89 127 35 234 35 346 c 0\n 35 556 203 705 439 705 c 0\n397 671 m 0\n 298 671 216 635 151 564 c 0\n 98 505 68 427 68 350 c 0\n 68 168 212 23 392 23 c 0\n 571 23 716 168 716 347 c 0\n 716 440 679 523 609 588 c 1\n 552 639 471 671 397 671 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni274F\nEncoding: 10063 10063 2896\nWidth: 762\nFlags: W\nHStem: 0 130<143 588> 97 33<69 142> 658 33<69 588>\nVStem: 35 33<131 657> 589 33<587 657> 589 138<131 586>\nFore\n622 691 m 1\n 622 587 l 1\n 727 587 l 1\n 727 0 l 1\n 143 0 l 1\n 143 97 l 1\n 35 97 l 1\n 35 691 l 1\n 622 691 l 1\n589 658 m 1\n 68 658 l 1\n 68 130 l 1\n 589 130 l 1\n 589 658 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x3,5 y5,3 y5,4 y3,1 x1,3 x1,2 \nEndChar\nStartChar: uni2750\nEncoding: 10064 10064 2897\nWidth: 762\nFlags: W\nHStem: 0 33<69 589> 556 33<69 143> 556 135<144 589>\nVStem: 35 33<34 555> 590 33<34 104> 590 137<105 555>\nFore\n623 0 m 1\n 35 0 l 1\n 35 589 l 1\n 143 589 l 1\n 143 691 l 1\n 727 691 l 1\n 727 104 l 1\n 623 104 l 1\n 623 0 l 1\n590 33 m 1\n 590 556 l 1\n 68 556 l 1\n 68 33 l 1\n 590 33 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y5,7 x7,5 x7,6 \nEndChar\nStartChar: uni2751\nEncoding: 10065 10065 2898\nWidth: 759\nFlags: W\nHStem: 0 123<154 598> 658 33<69 598>\nVStem: 35 33<124 657> 598 127<124 571>\nFore\n598 691 m 1\n 725 571 l 1\n 725 0 l 1\n 154 0 l 1\n 35 115 l 1\n 35 691 l 1\n 598 691 l 1\n598 658 m 1\n 68 658 l 1\n 68 123 l 1\n 598 123 l 1\n 598 658 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2752\nEncoding: 10066 10066 2899\nWidth: 759\nFlags: W\nHStem: 0 33<69 598> 568 123<154 598>\nVStem: 35 33<34 567> 598 127<120 567>\nFore\n598 0 m 1\n 35 0 l 1\n 35 576 l 1\n 154 691 l 1\n 725 691 l 1\n 725 120 l 1\n 598 0 l 1\n598 33 m 1\n 598 568 l 1\n 68 568 l 1\n 68 33 l 1\n 598 33 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni2756\nEncoding: 10070 10070 2900\nWidth: 784\nFlags: W\nFore\n392 705 m 1\n 539 544 l 1\n 392 395 l 1\n 243 544 l 1\n 392 705 l 1\n749 348 m 1\n 589 195 l 1\n 440 348 l 1\n 589 497 l 1\n 749 348 l 1\n392 -14 m 1\n 243 150 l 1\n 392 300 l 1\n 543 150 l 1\n 392 -14 l 1\n35 348 m 1\n 194 497 l 1\n 343 348 l 1\n 194 200 l 1\n 35 348 l 1\nEndSplineSet\nEndChar\nStartChar: uni2758\nEncoding: 10072 10072 2901\nWidth: 138\nFlags: W\nHStem: 0 691<36 103>\nVStem: 35 69<1 690>\nFore\n104 691 m 1\n 104 0 l 1\n 35 0 l 1\n 35 691 l 1\n 104 691 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2759\nEncoding: 10073 10073 2902\nWidth: 277\nFlags: W\nHStem: 0 691<36 241>\nVStem: 35 207<1 690>\nFore\n242 691 m 1\n 242 0 l 1\n 35 0 l 1\n 35 691 l 1\n 242 691 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni275A\nEncoding: 10074 10074 2903\nWidth: 415\nFlags: W\nHStem: 0 691<36 379>\nVStem: 35 345<1 690>\nFore\n380 691 m 1\n 380 0 l 1\n 35 0 l 1\n 35 691 l 1\n 380 691 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni275B\nEncoding: 10075 10075 2904\nWidth: 392\nFlags: W\nHStem: 263 290<196 214> 683 22<307 345>\nVStem: 35.6225 320.609<408 441>\nFore\n346 705 m 1\n 346 683 l 1\n 335 683 l 2\n 271 683 234 676 191 655 c 0\n 155 638 124 597 124 568 c 0\n 124 552 135 540 150 540 c 0\n 155 540 155 540 169 546 c 0\n 180 550 196 553 212 553 c 0\n 292 553 357 488 357 408 c 0\n 357 326 287 263 197 263 c 0\n 99 263 35 334 35 441 c 0\n 35 512 61 582 105 628 c 0\n 153 679 224 705 317 705 c 2\n 346 705 l 1\nEndSplineSet\nEndChar\nStartChar: uni275C\nEncoding: 10076 10076 2905\nWidth: 392\nFlags: W\nHStem: 262 22<66 82> 415 290<178 195>\nVStem: 34 322.998<525 560>\nFore\n45 264 m 1\n 45 285 l 1\n 67 284 69 284 72 284 c 0\n 117 284 165 295 200 312 c 0\n 236 330 267 371 267 400 c 0\n 267 416 256 428 241 428 c 0\n 236 428 236 428 222 422 c 0\n 211 418 194 415 179 415 c 0\n 98 415 34 479 34 560 c 0\n 34 642 104 705 194 705 c 0\n 292 705 357 633 357 525 c 0\n 357 458 330 386 287 340 c 0\n 240 290 166 262 80 262 c 0\n 74 262 60 263 45 264 c 1\nEndSplineSet\nEndChar\nStartChar: uni275D\nEncoding: 10077 10077 2906\nWidth: 668\nFlags: W\nHStem: 263 304<179 196 467 483> 679.444 25.5561<317 318 606 606>\nVStem: 35.6531 597.082<414 440>\nFore\n318 705 m 1\n 337 680 l 1\n 236 681 142 624 119 548 c 1\n 147 562 167 567 192 567 c 0\n 248 567 293 540 326 487 c 1\n 362 624 468 707 606 705 c 1\n 626 680 l 1\n 525 679 426 619 407 548 c 1\n 437 562 456 567 481 567 c 0\n 564 567 633 498 633 414 c 128\n 633 330 566 263 481 263 c 0\n 415 263 368 297 337 366 c 1\n 317 304 259 263 194 263 c 0\n 103 263 35 339 35 440 c 0\n 35 589 159 705 318 705 c 1\nEndSplineSet\nEndChar\nStartChar: uni275E\nEncoding: 10078 10078 2907\nWidth: 668\nFlags: W\nHStem: 263 25.9129<64 64 352 356> 402 303<180 196 468 489>\nVStem: 36 597.998<528 554>\nFore\n351 263 m 1\n 331 288 l 1\n 432 287 527 344 550 421 c 1\n 522 407 502 402 476 402 c 0\n 421 402 375 429 342 481 c 1\n 307 345 200 261 63 263 c 1\n 43 288 l 1\n 141 288 243 349 261 421 c 1\n 229 406 212 402 187 402 c 0\n 104 402 36 471 36 554 c 0\n 36 638 103 705 188 705 c 0\n 254 705 301 672 331 603 c 1\n 352 663 410 705 475 705 c 0\n 566 705 634 629 634 528 c 0\n 634 432 576 339 487 294 c 0\n 446 273 404 264 351 263 c 1\nEndSplineSet\nEndChar\nStartChar: uni2761\nEncoding: 10081 10081 2908\nWidth: 732\nFlags: W\nHStem: -142.767 32.7668<291 301> 652 39<383 479 520 579>\nVStem: 35 334<449 481> 114.004 191.996<4 44> 480 39<197.938 244.888 263 651 691 795>\nFore\n697 691 m 1\n 680 668 l 1\n 631 655 605 651 561 651 c 0\n 552 651 538 651 519 652 c 1\n 519 334 l 2\n 519 167 514 104 496 41 c 0\n 478 -24 451 -66 406 -100 c 0\n 368 -129 326 -143 281 -143 c 0\n 187 -143 114 -78 114 4 c 0\n 114 69 162 122 222 122 c 0\n 268 122 306 87 306 44 c 0\n 306 11 283 -16 251 -18 c 0\n 227 -20 226 -20 221 -25 c 0\n 214 -31 211 -39 211 -47 c 0\n 211 -81 251 -110 299 -110 c 0\n 369 -110 428 -58 456 28 c 0\n 471 74 478 133 480 245 c 1\n 426 236 371 232 325 232 c 0\n 265 232 218 240 176 256 c 0\n 89 291 35 370 35 463 c 0\n 35 569 104 657 204 678 c 0\n 250 688 294 691 383 691 c 2\n 480 691 l 1\n 480 795 l 1\n 519 805 l 1\n 519 691 l 1\n 697 691 l 1\n480 652 m 1\n 383 652 l 1\n 375 608 369 518 369 455 c 0\n 369 391 374 331 383 294 c 1\n 419 276 452 266 480 263 c 1\n 480 652 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni2762\nEncoding: 10082 10082 2909\nWidth: 544\nFlags: W\nHStem: -14 284<264 280>\nVStem: 56 432<546 562> 130 285<114 131>\nFore\n272 297 m 1\n 249 364 238 377 181 407 c 0\n 128 435 113 444 96 461 c 0\n 69 486 56 518 56 556 c 0\n 56 592 69 627 93 653 c 0\n 130 694 169 705 272 705 c 128\n 375 705 414 694 451 653 c 0\n 474 627 488 592 488 556 c 0\n 488 513 471 479 436 451 c 0\n 422 439 407 430 363 407 c 0\n 307 378 295 363 272 297 c 1\n275 270 m 0\n 351 270 415 206 415 128 c 0\n 415 50 351 -14 273 -14 c 0\n 193 -14 130 50 130 129 c 128\n 130 208 194 270 275 270 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni2763\nEncoding: 10083 10083 2910\nWidth: 544\nFlags: W\nHStem: -14 284<258 275>\nVStem: 34 474<546 578> 129 284<114 131>\nFore\n271 626 m 1\n 283 647 287 653 293 660 c 0\n 315 688 350 704 388 704 c 0\n 460 704 508 649 508 565 c 0\n 508 517 490 474 458 447 c 0\n 446 436 446 436 384 407 c 1\n 320 375 294 350 271 296 c 1\n 248 349 222 376 159 407 c 1\n 91 438 91 438 73 458 c 0\n 48 485 34 523 34 565 c 0\n 34 649 82 704 155 704 c 0\n 192 704 227 688 249 660 c 0\n 255 653 259 646 271 626 c 1\n273 270 m 0\n 349 270 413 205 413 128 c 0\n 413 50 349 -14 271 -14 c 0\n 192 -14 129 50 129 129 c 0\n 129 207 193 270 273 270 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni2764\nEncoding: 10084 10084 2911\nWidth: 910\nFlags: W\nVStem: 35 840<424 456>\nFore\n455 474 m 1\n 471 515 478 531 490 551 c 0\n 527 612 598 651 672 651 c 0\n 790 651 875 564 875 444 c 0\n 875 366 848 314 783 270 c 0\n 758 253 724 236 654 206 c 0\n 534 153 497 122 455 40 c 1\n 414 122 376 153 256 206 c 0\n 171 243 138 261 107 285 c 0\n 58 323 35 375 35 446 c 0\n 35 564 121 651 238 651 c 0\n 312 651 383 612 420 551 c 0\n 432 531 439 515 455 474 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni2765\nEncoding: 10085 10085 2912\nWidth: 667\nFlags: W\nHStem: 318 60<592 611>\nVStem: 187 446<338 356>\nFore\n633 381 m 1\n 633 316 l 1\n 617 318 610 318 602 318 c 0\n 546 318 489 291 450 246 c 0\n 417 208 413 199 377 102 c 0\n 352 33 286 -13 211 -13 c 0\n 114 -13 35 65 35 162 c 0\n 35 219 64 274 112 308 c 0\n 133 322 150 329 187 338 c 1\n 187 356 l 1\n 145 366 126 374 103 393 c 0\n 60 427 35 478 35 531 c 0\n 35 627 115 706 213 706 c 0\n 268 706 317 681 350 637 c 0\n 363 620 372 602 393 548 c 0\n 420 480 451 437 492 411 c 0\n 524 390 561 378 593 378 c 0\n 603 378 615 379 633 381 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2766\nEncoding: 10086 10086 2913\nWidth: 760\nFlags: W\nHStem: -13 24<450 470> 654.994 33.006<179 207> 671 32<392 405>\nVStem: 35 76<506 512> 145.387 494.836<292 322> 325 41<634 643> 458 20<587 604> 610 116<633 643>\nFore\n325 634 m 1\n 325 665 l 1\n 350 693 368 703 393 703 c 0\n 441 703 478 659 478 602 c 0\n 478 587 475 570 469 545 c 1\n 502 523 539 510 572 510 c 0\n 610 510 644 541 644 577 c 0\n 644 598 639 606 617 621 c 0\n 612 624 610 629 610 638 c 0\n 610 677 634 705 666 705 c 0\n 700 705 726 677 726 640 c 0\n 726 579 669 522 585 499 c 0\n 571 495 546 491 533 491 c 0\n 518 491 494 498 460 513 c 1\n 439 461 438 459 406 397 c 0\n 403 392 401 387 399 383 c 1\n 397 393 396 397 396 403 c 0\n 396 416 398 422 414 453 c 0\n 421 468 424 476 442 521 c 1\n 416 534 411 538 356 573 c 0\n 261 633 214 655 179 655 c 0\n 129 655 85 612 85 563 c 0\n 85 550 90 535 99 525 c 0\n 111 512 111 512 111 507 c 0\n 111 491 89 472 70 472 c 0\n 50 472 35 490 35 513 c 0\n 35 593 128 688 207 688 c 0\n 244 688 278 673 325 634 c 1\n451 554 m 1\n 456 571 458 580 458 593 c 0\n 458 634 430 671 399 671 c 0\n 381 671 366 655 366 636 c 0\n 366 618 376 603 397 587 c 128\n 418 571 438 559 451 554 c 1\n379 361 m 1\n 397 354 l 1\n 417 389 429 404 446 419 c 0\n 466 436 500 448 529 448 c 0\n 590 448 641 391 641 322 c 0\n 641 284 626 246 598 216 c 0\n 581 197 549 177 498 152 c 0\n 422 115 401 96 401 65 c 0\n 401 35 427 11 461 11 c 0\n 506 11 532 41 541 103 c 1\n 549 113 555 116 568 116 c 0\n 593 116 611 100 611 78 c 0\n 611 29 536 -13 451 -13 c 0\n 287 -13 145 128 145 292 c 0\n 145 398 202 474 281 474 c 0\n 346 474 379 436 379 361 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni2767\nEncoding: 10087 10087 2914\nWidth: 760\nFlags: W\nHStem: 126.542 70.4581<110 125> 394 21<214 224>\nVStem: 42.0072 59.9928<509 539> 189 23.0677<379 382> 700.993 57.0068<284 303>\nFore\n22 216 m 1\n 0 216 l 1\n 3 238 7 248 22 264 c 1\n 25 332 98 402 179 415 c 1\n 169 435 165 437 106 449 c 0\n 60 459 42 476 42 509 c 0\n 42 545 70 570 111 570 c 2\n 121 570 l 1\n 108 561 102 551 102 539 c 0\n 102 515 113 503 159 475 c 0\n 189 456 202 441 213 415 c 1\n 221 415 l 2\n 256 415 292 400 330 369 c 1\n 317 399 313 414 313 434 c 0\n 313 483 359 523 414 523 c 0\n 464 523 515 495 543 454 c 0\n 563 423 566 413 573 336 c 0\n 577 291 580 276 590 261 c 0\n 603 240 623 228 645 228 c 0\n 677 228 701 252 701 284 c 0\n 701 294 699 301 694 316 c 1\n 703 330 712 335 725 335 c 0\n 745 335 758 322 758 303 c 0\n 758 279 736 255 680 215 c 0\n 595 154 507 121 433 121 c 0\n 330 121 247 180 247 253 c 0\n 247 292 263 313 312 339 c 1\n 297 370 257 393 213 394 c 1\n 214 335 159 274 75 240 c 1\n 82 211 98 197 125 197 c 0\n 142 197 153 202 169 216 c 1\n 171 197 171 193 171 185 c 0\n 171 148 148 126 110 126 c 0\n 62 126 28 161 22 216 c 1\n71 278 m 1\n 107 290 123 298 144 313 c 0\n 171 331 189 359 189 380 c 0\n 189 383 188 388 187 394 c 1\n 126 393 68 335 71 278 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni2776\nEncoding: 10102 10102 2915\nWidth: 788\nFlags: W\nHStem: -13 106<371 420> 128 371<261 307> 613 92.5262<418 420>\nVStem: 35 318<323 371> 454 300<323 371>\nFore\n400 706 m 0\n 593 706 754 543 754 347 c 0\n 754 148 593 -13 394 -13 c 128\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n454 613 m 1\n 418 613 l 1\n 382 566 323 537 245 529 c 1\n 245 499 l 1\n 322 499 l 2\n 348 499 353 494 353 464 c 2\n 353 200 l 1\n 354 183 l 1\n 354 144 335 128 290 128 c 2\n 260 128 l 1\n 260 93 l 1\n 552 93 l 1\n 552 128 l 1\n 512 128 l 2\n 469 128 454 146 454 200 c 2\n 454 613 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2777\nEncoding: 10103 10103 2916\nWidth: 788\nFlags: W\nHStem: -13 106<371 421> 620 86<386 403>\nVStem: 340 113.627<499 504>\nFore\n401 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 350 c 0\n 35 547 198 706 401 706 c 0\n546 294 m 1\n 546 247 l 2\n 546 223 543 210 537 202 c 0\n 529 193 527 192 492 192 c 2\n 275 192 l 1\n 292 235 345 279 427 316 c 0\n 485 343 511 359 532 382 c 0\n 559 411 572 443 572 480 c 0\n 572 565 499 620 387 620 c 0\n 296 620 231 574 231 511 c 0\n 231 477 254 452 286 452 c 0\n 316 452 340 475 340 502 c 0\n 340 511 340 511 331 534 c 0\n 330 537 329 539 329 541 c 0\n 329 559 360 580 387 580 c 0\n 427 580 454 543 454 488 c 0\n 454 455 442 420 420 392 c 0\n 397 361 385 350 324 305 c 0\n 246 247 209 187 209 120 c 0\n 209 114 209 105 210 93 c 1\n 583 93 l 1\n 583 294 l 1\n 546 294 l 1\nEndSplineSet\nEndChar\nStartChar: uni2778\nEncoding: 10104 10104 2917\nWidth: 788\nFlags: W\nHStem: -13 89<368 401> 126 232<355 378> 253.993 215.007<261 275> 389.005 188.995<340 375> 611 95<374 405>\nVStem: 35 436.997<255 349> 35.0125 277.988<351 375.702> 328 122.996<495 520> 589.997 164.003<240 347>\nFore\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n313 391 m 1\n 313 351 l 1\n 340 356 352 358 367 358 c 0\n 432 358 472 318 472 255 c 0\n 472 184 424 126 367 126 c 0\n 334 126 310 141 310 162 c 0\n 310 168 310 168 315 183 c 0\n 316 188 317 194 317 200 c 0\n 317 232 294 254 261 254 c 0\n 226 254 203 230 203 194 c 0\n 203 126 276 76 376 76 c 0\n 500 76 590 145 590 240 c 0\n 590 287 568 326 529 349 c 0\n 513 358 468 371 451 372 c 0\n 443 373 439 375 439 378 c 0\n 439 382 442 383 459 388 c 0\n 516 404 548 443 548 496 c 0\n 548 570 491 611 389 611 c 0\n 295 611 226 572 226 519 c 0\n 226 490 247 469 275 469 c 0\n 304 469 328 492 328 520 c 0\n 328 529 327 535 323 544 c 0\n 322 545 322 546 322 547 c 0\n 323 563 349 578 375 578 c 0\n 420 578 451 544 451 495 c 0\n 451 453 435 424 403 406 c 0\n 383 395 361 389 340 389 c 0\n 333 389 324 390 313 391 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2779\nEncoding: 10105 10105 2918\nWidth: 788\nFlags: W\nHStem: -13 106<369 419> 128 97<276 329 499 542> 613 93<393 419>\nVStem: 468 286<323 371>\nFore\n370 510 m 1\n 370 280 l 1\n 220 280 l 1\n 370 510 l 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 394 -13 c 128\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n468 613 m 1\n 393 613 l 1\n 156 259 l 1\n 156 225 l 1\n 370 225 l 1\n 370 183 l 2\n 370 160 368 149 364 142 c 0\n 358 134 343 128 327 128 c 2\n 275 128 l 1\n 275 93 l 1\n 543 93 l 1\n 543 128 l 1\n 508 128 l 2\n 495 128 479 134 474 140 c 0\n 470 145 468 157 468 176 c 2\n 468 225 l 1\n 588 225 l 1\n 588 280 l 1\n 468 280 l 1\n 468 613 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni277A\nEncoding: 10106 10106 2919\nWidth: 788\nFlags: W\nHStem: -12.222 97.6695<354 395> 117.364 247.17<345 362> 411 90<377 419> 598.884 107.116<399 419>\nVStem: 303.99 147.01<201 249> 576.997 177.003<256 347>\nFore\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n274 371 m 1\n 287 505 l 1\n 324 502 343 501 378 501 c 0\n 477 501 503 505 528 526 c 0\n 544 539 561 575 570 618 c 1\n 525 603 491 598 434 598 c 0\n 390 598 374 600 256 618 c 1\n 251 525 242 431 230 330 c 1\n 274 311 l 1\n 304 349 331 365 362 365 c 0\n 413 365 451 315 451 249 c 0\n 451 176 404 117 345 117 c 0\n 315 117 290 134 290 154 c 0\n 290 160 290 160 298 177 c 0\n 302 185 304 194 304 201 c 0\n 304 230 278 253 246 253 c 0\n 213 253 189 228 189 193 c 0\n 189 133 261 85 354 85 c 0\n 481 85 577 159 577 256 c 0\n 577 346 503 411 401 411 c 0\n 349 411 307 398 274 371 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni277B\nEncoding: 10107 10107 2920\nWidth: 788\nFlags: W\nHStem: -13 98<371 411> 128 239<393 409> 419 170.995<409 442> 623 83<387 419>\nVStem: 35 142<323 369> 299 192<228.049 259> 593.997 160.003<269 347>\nFore\n402 367 m 0\n 456 367 491 319 491 245 c 0\n 491 176 452 128 396 128 c 0\n 339 128 299 178 299 247 c 0\n 299 315 343 367 402 367 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n294 337 m 1\n 293 348 292 373 292 381 c 0\n 292 460 316 535 353 570 c 0\n 365 582 388 590 409 590 c 0\n 441 590 465 574 465 553 c 0\n 465 549 464 545 463 540 c 0\n 461 528 459 518 459 511 c 0\n 459 486 482 464 510 464 c 0\n 540 464 562 489 562 523 c 0\n 562 580 493 623 400 623 c 0\n 327 623 275 598 236 543 c 0\n 199 490 177 417 177 343 c 0\n 177 272 196 208 233 160 c 0\n 271 110 324 85 394 85 c 0\n 509 85 594 163 594 269 c 0\n 594 356 530 419 442 419 c 0\n 381 419 332 392 294 337 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni277C\nEncoding: 10108 10108 2921\nWidth: 788\nFlags: W\nHStem: -13 98.0054<347 395> 611 95<387 419>\nVStem: 404.002 349.998<227 347>\nFore\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 197 706 400 706 c 0\n200 611 m 1\n 200 425 l 1\n 233 425 l 1\n 242 463 l 1\n 255 512 256 513 293 514 c 2\n 495 514 l 1\n 414 403 l 1\n 399 384 384 364 369 344 c 0\n 310 268 281 206 281 158 c 0\n 281 115 308 85 347 85 c 0\n 387 85 413 111 413 150 c 0\n 413 158 413 158 406 199 c 0\n 405 209 404 218 404 227 c 0\n 404 273 416 304 466 392 c 0\n 537 514 537 514 587 597 c 0\n 588 599 591 604 594 611 c 1\n 200 611 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni277D\nEncoding: 10109 10109 2922\nWidth: 788\nFlags: W\nHStem: -13 98<371 406> 625 81<383 420>\nVStem: 35 171.002<227 349> 281 206<223 238> 327 153<512 525> 584.997 169.003<255 347>\nFore\n428 428 m 1\n 381 453 l 2\n 344 472 327 495 327 523 c 0\n 327 560 360 588 403 588 c 0\n 447 588 480 556 480 513 c 0\n 480 478 463 450 428 428 c 1\n353 354 m 1\n 418 318 l 2\n 466 290 487 263 487 224 c 0\n 487 172 443 132 385 132 c 0\n 326 132 281 177 281 237 c 0\n 281 285 307 327 353 354 c 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n465 410 m 1\n 526 449 546 476 546 519 c 0\n 546 580 486 625 404 625 c 0\n 309 625 241 568 241 489 c 0\n 241 440 259 414 316 375 c 1\n 234 328 206 290 206 227 c 0\n 206 141 278 85 387 85 c 0\n 502 85 585 156 585 255 c 0\n 585 323 550 367 465 410 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni277E\nEncoding: 10110 10110 2923\nWidth: 788\nFlags: W\nHStem: -13 98<371 403> 122.215 174.614<350 377> 349 238<376 401> 625 81<376 403>\nVStem: 35.0014 156.999<349 444> 294 193<451 483> 607 147<342 371>\nFore\n389 587 m 0\n 446 587 487 537 487 468 c 0\n 487 400 445 349 388 349 c 128\n 331 349 294 396 294 469 c 0\n 294 539 333 587 389 587 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n494 363 m 1\n 494 343 l 1\n 494 333 l 2\n 494 257 474 188 441 149 c 1\n 426 133 401 122 377 122 c 0\n 346 122 321 139 321 161 c 0\n 321 164 322 172 325 183 c 0\n 326 188 327 194 327 199 c 0\n 327 228 305 252 277 252 c 0\n 247 252 224 224 224 189 c 0\n 224 129 292 85 383 85 c 0\n 457 85 511 110 547 161 c 0\n 585 216 607 291 607 369 c 0\n 607 523 520 625 389 625 c 0\n 276 625 192 548 192 444 c 0\n 192 356 256 296 350 296 c 0\n 412 296 456 316 494 363 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni277F\nEncoding: 10111 10111 2924\nWidth: 788\nFlags: W\nHStem: -12.2677 105.268<371 372> 118 470<519 531> 131 383<154 183>\nVStem: 35 182<323 371> 309 51<323 387> 462 124<307 403> 687 67<323 371>\nFore\n524 588 m 0\n 565 588 586 510 586 352 c 0\n 586 196 565 118 524 118 c 0\n 484 118 462 200 462 353 c 0\n 462 507 484 588 524 588 c 0\n397 706 m 0\n 593 706 754 543 754 346 c 0\n 754 148 593 -13 394 -13 c 0\n 196 -13 35 149 35 346 c 0\n 35 545 197 706 397 706 c 0\n309 613 m 1\n 271 613 l 1\n 243 568 202 548 124 543 c 1\n 124 514 l 1\n 181 514 l 2\n 194 514 207 511 212 507 c 1\n 216 502 216 502 217 469 c 1\n 217 175 l 2\n 217 136 213 131 181 131 c 2\n 153 131 l 1\n 153 93 l 1\n 373 93 l 1\n 373 131 l 1\n 351 131 l 2\n 337 131 321 136 315 143 c 0\n 311 149 309 160 309 183 c 2\n 309 613 l 1\n520 621 m 0\n 416 621 360 526 360 352 c 0\n 360 238 383 159 429 115 c 0\n 449 97 484 85 520 85 c 0\n 590 85 631 109 658 168 c 0\n 676 208 687 274 687 343 c 0\n 687 530 632 621 520 621 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2780\nEncoding: 10112 10112 2925\nWidth: 788\nFlags: W\nHStem: -13 33<370 419> 117 471<392 428> 474 41<272.063 303.412> 673 33<387 419>\nVStem: 35 33<323 371> 369 60<118 473> 721 33<323 371>\nFore\n392 588 m 1\n 429 588 l 1\n 429 117 l 1\n 369 117 l 1\n 369 474 l 1\n 272 474 l 1\n 272 515 l 1\n 349 514 382 534 392 588 c 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x8,-1 y4,2 y4,3 \nEndChar\nStartChar: uni2781\nEncoding: 10113 10113 2926\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 117 52<314 537> 544 45<374.743 403> 673 33<387 419>\nVStem: 35 33<323 371> 241 61<430 451> 249 289<118 147> 481 61<428 451> 721 33<323 371>\nFore\n538 169 m 1\n 538 117 l 1\n 249 117 l 1\n 248 124 248 128 248 133 c 0\n 248 188 285 238 363 289 c 0\n 457 350 481 381 481 442 c 0\n 481 502 443 544 389 544 c 0\n 336 544 301 504 301 444 c 0\n 301 441 301 435 302 429 c 1\n 241 429 l 1\n 241 443 l 2\n 241 527 304 589 389 589 c 0\n 477 589 542 526 542 441 c 0\n 542 365 511 324 391 244 c 0\n 336 207 327 198 313 169 c 1\n 538 169 l 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni2782\nEncoding: 10114 10114 2927\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 111 50<385 403> 338 43<351 359 371 392> 550 45<378 403> 673 33<378 419>\nVStem: 35 33<323 371> 256 54.5215<243 250> 473 60<451 469> 490 56<243 263> 721 33<323 371>\nFore\n310 462 m 1\n 256 462 l 1\n 257 495 262 514 274 534 c 0\n 296 572 342 595 392 595 c 0\n 473 595 533 539 533 465 c 0\n 533 415 513 385 465 363 c 1\n 519 345 546 308 546 249 c 0\n 546 168 484 111 395 111 c 0\n 315 111 255 162 255 231 c 0\n 255 236 255 243 256 250 c 1\n 310 261 l 1\n 310 229 314 211 324 197 c 0\n 340 174 368 161 399 161 c 0\n 453 161 490 197 490 249 c 0\n 490 306 451 338 383 338 c 2\n 350 338 l 1\n 350 381 l 1\n 359 381 l 2\n 369 380 376 379 379 379 c 0\n 400 379 422 387 445 402 c 0\n 464 415 473 436 473 467 c 0\n 473 518 441 550 390 550 c 0\n 353 550 324 530 315 500 c 0\n 312 489 310 480 310 462 c 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni2783\nEncoding: 10115 10115 2928\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 117 476<407 463> 235 50<257 406 463 537> 673 33<387 419>\nVStem: 35 33<323 371> 407 56<118 235 285 513> 721 33<323 371>\nDStem: 407 593 407 514 200 285 256 285\nFore\n538 285 m 1\n 538 235 l 1\n 463 235 l 1\n 463 117 l 1\n 407 117 l 1\n 407 235 l 1\n 200 235 l 1\n 200 285 l 1\n 407 593 l 1\n 463 593 l 1\n 463 285 l 1\n 538 285 l 1\n407 514 m 1\n 256 285 l 1\n 407 285 l 1\n 407 514 l 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x15,-1 y10,8 y10,9 y2,4 y2,3 x2,0 x2,1 \nEndChar\nStartChar: uni2784\nEncoding: 10116 10116 2929\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 110 50<387 411> 401 45<394 411> 535 50<315 514> 673 33<387 419>\nVStem: 35 33<323 371> 269 45<403 535> 497 60<285 301> 721 33<323 371>\nFore\n269 585 m 1\n 515 585 l 1\n 515 535 l 1\n 314 535 l 1\n 314 402 l 1\n 336 433 363 446 409 446 c 0\n 496 446 557 380 557 286 c 0\n 557 184 490 110 398 110 c 0\n 323 110 273 157 269 231 c 1\n 314 243 l 1\n 315 193 350 160 401 160 c 0\n 430 160 457 173 471 192 c 0\n 487 216 497 257 497 299 c 0\n 497 360 459 401 403 401 c 0\n 357 401 324 371 314 319 c 1\n 269 319 l 1\n 269 585 l 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x17,-1 x3,1 x3,2 \nEndChar\nStartChar: uni2785\nEncoding: 10117 10117 2930\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 111 45<387 403> 381 39<387 403> 550 45<387 403> 673 33<387 419>\nVStem: 35 33<323 374> 233.016 56.9836<353 383> 477 56<259 276> 721 33<323 371>\nFore\n520 488 m 1\n 469 474 l 1\n 463 500 461 507 455 518 c 0\n 444 537 421 550 395 550 c 0\n 330 550 289 483 289 375 c 0\n 289 371 289 362 290 352 c 1\n 311 397 347 420 398 420 c 0\n 477 420 533 359 533 272 c 0\n 533 180 471 111 388 111 c 0\n 339 111 290 139 266 181 c 0\n 244 219 233 274 233 348 c 0\n 233 416 242 466 260 506 c 0\n 285 559 341 595 399 595 c 0\n 465 595 507 558 520 488 c 1\n390 381 m 0\n 336 381 295 335 295 274 c 0\n 295 206 336 156 392 156 c 0\n 443 156 477 199 477 265 c 0\n 477 336 443 381 390 381 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni2786\nEncoding: 10118 10118 2931\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 534 50<239 491> 673 33<387 419>\nVStem: 35 33<323 371> 238 312<542 583> 721 33<323 371>\nFore\n238 584 m 1\n 550 584 l 1\n 550 542 l 1\n 439 380 384 256 360 117 c 1\n 292 117 l 1\n 311 247 389 411 492 534 c 1\n 238 534 l 1\n 238 584 l 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni2787\nEncoding: 10119 10119 2932\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 111 39<387 403> 340 45<387 403> 556 39<387 403> 673 33<387 419>\nVStem: 35 33<323 371> 245 56<243 259> 263 50<467 483> 483 50<467 483> 487 56<243 259> 721 33<323 371>\nFore\n458 366 m 1\n 516 346 543 309 543 249 c 0\n 543 169 480 111 393 111 c 128\n 306 111 245 167 245 248 c 0\n 245 291 262 326 292 346 c 0\n 302 353 314 359 335 366 c 1\n 285 389 263 422 263 473 c 0\n 263 543 321 595 401 595 c 0\n 479 595 533 545 533 471 c 0\n 533 434 518 401 492 383 c 0\n 484 378 475 373 458 366 c 1\n397 556 m 0\n 347 556 313 522 313 470 c 0\n 313 419 346 385 396 385 c 0\n 447 385 483 420 483 470 c 0\n 483 523 450 556 397 556 c 0\n394 340 m 0\n 339 340 301 302 301 246 c 0\n 301 191 341 150 395 150 c 128\n 449 150 487 190 487 246 c 0\n 487 305 453 340 394 340 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni2788\nEncoding: 10120 10120 2933\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 110 45<375 396> 288 40<375 395> 556 39<375 399> 673 33<375 419>\nVStem: 35 33<323 371> 244 56<435 451> 488 56<327 355> 721 33<323 371>\nFore\n264 213 m 1\n 313 223 l 1\n 323 178 348 155 385 155 c 0\n 418 155 447 175 465 211 c 0\n 480 241 486 275 488 356 c 1\n 465 309 430 288 376 288 c 0\n 298 288 244 349 244 436 c 0\n 244 527 306 595 391 595 c 0\n 445 595 489 568 515 518 c 0\n 533 483 544 424 544 357 c 0\n 544 252 523 188 476 146 c 0\n 451 123 415 110 380 110 c 0\n 339 110 301 129 282 158 c 0\n 273 173 269 186 264 213 c 1\n386 556 m 0\n 333 556 300 513 300 445 c 0\n 300 371 332 328 388 328 c 0\n 443 328 481 373 481 436 c 0\n 481 506 441 556 386 556 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni2789\nEncoding: 10121 10121 2934\nWidth: 788\nFlags: W\nHStem: -13 33<371 419> 110 40<476 483> 117 471<253 293> 472 41<151.063 167.315> 556 39<467 483> 673 33<375 419>\nVStem: 35 33<323 371> 234 60<118 471> 334 59<323 387> 563 59<323 371> 721 33<323 371>\nFore\n480 595 m 0\n 575 595 622 513 622 346 c 0\n 622 264 606 197 577 161 c 0\n 551 127 517 110 477 110 c 0\n 442 110 408 125 386 152 c 0\n 352 192 334 264 334 357 c 0\n 334 445 347 504 376 543 c 0\n 401 576 438 595 480 595 c 0\n477 556 m 0\n 422 556 393 488 393 358 c 0\n 393 225 425 150 481 150 c 0\n 536 150 563 216 563 347 c 0\n 563 486 535 556 477 556 c 0\n253 588 m 1\n 294 588 l 1\n 294 117 l 1\n 234 117 l 1\n 234 472 l 1\n 151 472 l 1\n 151 513 l 1\n 210 514 248 542 253 588 c 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n400 673 m 0\n 300 673 217 637 152 565 c 0\n 98 506 68 428 68 349 c 0\n 68 166 213 20 395 20 c 0\n 575 20 721 166 721 347 c 0\n 721 441 684 524 613 589 c 0\n 556 641 474 673 400 673 c 0\nEndSplineSet\nMinimumDistance: x19,-1 y15,13 y15,14 \nEndChar\nStartChar: uni278A\nEncoding: 10122 10122 2935\nWidth: 788\nFlags: W\nHStem: -13 131<371 419> 601 105<380 419>\nVStem: 35 319<323 371> 445 310<323 371>\nFore\n401 706 m 0\n 594 706 755 543 755 347 c 0\n 755 148 594 -13 395 -13 c 0\n 195 -13 35 148 35 350 c 0\n 35 548 198 706 401 706 c 0\n445 601 m 1\n 380 601 l 1\n 368 541 345 527 258 528 c 1\n 258 474 l 1\n 354 474 l 1\n 354 118 l 1\n 445 118 l 1\n 445 601 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni278B\nEncoding: 10123 10123 2936\nWidth: 788\nFlags: W\nHStem: -13 131<370 418> 605 101<386 402>\nVStem: 314 153<433 456> 559 194.999<347 449>\nFore\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 394 -13 c 0\n 194 -13 34 148 34 349 c 0\n 34 547 197 706 400 706 c 0\n551 183 m 1\n 329 183 l 1\n 339 203 350 213 397 244 c 0\n 426 264 451 281 471 296 c 0\n 532 343 559 389 559 449 c 0\n 559 539 488 605 390 605 c 0\n 296 605 226 541 226 454 c 0\n 226 450 226 442 227 434 c 1\n 315 426 l 1\n 314 435 314 442 314 446 c 0\n 314 507 343 545 389 545 c 128\n 435 545 467 506 467 449 c 0\n 467 391 442 358 358 304 c 0\n 310 273 292 259 270 232 c 0\n 247 203 233 170 233 139 c 0\n 233 135 234 127 235 118 c 1\n 551 118 l 1\n 551 183 l 1\nEndSplineSet\nEndChar\nStartChar: uni278C\nEncoding: 10124 10124 2937\nWidth: 788\nFlags: W\nHStem: -13 119<375 402> 176 163<385 402> 394.454 153.546<374 391> 608 98<373 402>\nVStem: 34 302<337 373> 323 148<254 263> 324 134<459 483> 557.997 196.003<255 347>\nFore\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 394 -13 c 0\n 194 -13 34 148 34 349 c 0\n 34 547 197 706 400 706 c 0\n242 467 m 1\n 324 458 l 1\n 324 493 327 506 336 520 c 0\n 347 538 367 548 391 548 c 0\n 434 548 458 519 458 469 c 0\n 458 423 426 394 374 394 c 0\n 368 394 359 395 336 397 c 1\n 336 336 l 1\n 362 338 374 339 386 339 c 0\n 440 339 471 310 471 259 c 0\n 471 209 441 176 396 176 c 0\n 349 176 323 206 323 261 c 0\n 323 263 323 272 324 279 c 1\n 242 261 l 1\n 241 253 240 242 240 239 c 0\n 240 161 305 106 395 106 c 0\n 491 106 558 168 558 255 c 0\n 558 294 545 326 522 347 c 0\n 514 353 503 361 486 371 c 1\n 525 392 544 426 544 471 c 0\n 544 550 479 608 391 608 c 0\n 337 608 288 585 264 549 c 0\n 249 527 244 506 242 467 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni278D\nEncoding: 10125 10125 2938\nWidth: 788\nFlags: W\nHStem: -13 131<394 419> -13 248<371 393> 606 99.9765<404 426.252>\nVStem: 476 278<323 371>\nFore\n394 486 m 1\n 394 301 l 1\n 271 301 l 1\n 394 486 l 1\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 350 c 0\n 35 547 198 706 400 706 c 0\n551 301 m 1\n 476 301 l 1\n 476 606 l 1\n 404 606 l 1\n 187 301 l 1\n 187 235 l 1\n 394 235 l 1\n 394 118 l 1\n 476 118 l 1\n 476 235 l 1\n 551 235 l 1\n 551 301 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni278E\nEncoding: 10126 10126 2939\nWidth: 788\nFlags: W\nHStem: -13 124<387 410> 171 229<393 410> 460 75<387 419> 600 106<387 419>\nVStem: 35 220<323 371> 571.998 182.002<293 347>\nFore\n400 706 m 0\n 593 706 754 543 754 347 c 0\n 754 148 593 -13 394 -13 c 128\n 195 -13 35 148 35 349 c 0\n 35 547 197 706 400 706 c 0\n255 600 m 1\n 255 319 l 1\n 326 319 l 1\n 336 373 361 400 402 400 c 0\n 428 400 453 386 467 365 c 0\n 478 347 482 328 482 291 c 0\n 482 214 452 171 399 171 c 0\n 352 171 326 204 326 261 c 1\n 255 242 l 1\n 259 161 313 111 397 111 c 0\n 499 111 572 187 572 293 c 0\n 572 393 506 460 408 460 c 0\n 377 460 360 456 326 440 c 1\n 326 535 l 1\n 536 535 l 1\n 536 600 l 1\n 255 600 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni278F\nEncoding: 10127 10127 2940\nWidth: 788\nFlags: W\nHStem: -13 119<371 403> 171 205<387 400> 434 112<387 403> 604 102<387 403>\nVStem: 35 184<323 375> 309 153<268 280> 546.998 207.002<277 347>\nFore\n389 376 m 0\n 434 376 462 335 462 269 c 0\n 462 209 435 171 392 171 c 0\n 344 171 309 217 309 278 c 0\n 309 334 343 376 389 376 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n458 471 m 1\n 534 491 l 1\n 528 523 522 537 510 554 c 0\n 487 586 446 604 399 604 c 0\n 337 604 279 569 251 514 c 0\n 228 470 219 423 219 351 c 0\n 219 271 231 215 255 177 c 0\n 283 134 335 106 388 106 c 0\n 479 106 547 179 547 277 c 0\n 547 368 486 434 401 434 c 0\n 362 434 338 424 303 393 c 1\n 308 444 310 461 319 486 c 0\n 331 525 357 546 393 546 c 0\n 427 546 442 532 453 489 c 0\n 454 486 456 479 458 471 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2790\nEncoding: 10128 10128 2941\nWidth: 788\nFlags: W\nHStem: -12.222 129.222<371 391> 599 107<387 419>\nFore\n400 706 m 0\n 593 706 754 542 754 346 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 197 706 400 706 c 0\n223 599 m 1\n 223 534 l 1\n 485 534 l 1\n 386 408 315 252 296 117 c 1\n 391 117 l 1\n 414 265 458 374 563 549 c 1\n 563 599 l 1\n 223 599 l 1\nEndSplineSet\nEndChar\nStartChar: uni2791\nEncoding: 10129 10129 2942\nWidth: 788\nFlags: W\nHStem: -13 119<387 403> 169 171<387 403> 399 152<387 403> 609 97<387 419>\nVStem: 35 197.003<255 349> 315 159<243 261> 332 134<467 483> 555.998 198.002<259 347>\nFore\n398 551 m 0\n 440 551 466 523 466 477 c 0\n 466 430 438 399 397 399 c 0\n 357 399 332 428 332 475 c 128\n 332 522 358 551 398 551 c 0\n393 340 m 0\n 444 340 474 309 474 257 c 128\n 474 205 442 169 395 169 c 128\n 348 169 315 205 315 257 c 0\n 315 307 346 340 393 340 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n480 374 m 1\n 528 401 546 429 546 477 c 0\n 546 553 485 609 401 609 c 0\n 316 609 250 552 250 478 c 0\n 250 432 274 394 314 374 c 1\n 260 352 232 312 232 255 c 0\n 232 170 301 106 393 106 c 0\n 486 106 556 172 556 259 c 0\n 556 311 537 340 480 374 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni2792\nEncoding: 10130 10130 2943\nWidth: 788\nFlags: W\nHStem: -13 119<371 397> 166 116<374 392> 346 205<376 396> 608 98<373 403>\nVStem: 35.0014 194.999<349 440> 314 153<435 455> 557 197<339 371>\nFore\n384 551 m 0\n 432 551 467 505 467 444 c 0\n 467 388 433 346 387 346 c 0\n 342 346 314 387 314 453 c 0\n 314 513 341 551 384 551 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 593 -13 395 -13 c 0\n 195 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n325 239 m 1\n 249 225 l 1\n 255 190 260 174 272 157 c 0\n 294 125 335 106 380 106 c 0\n 440 106 493 137 524 191 c 0\n 545 227 557 290 557 362 c 0\n 557 448 542 511 512 549 c 0\n 482 588 440 608 390 608 c 0\n 298 608 230 537 230 440 c 0\n 230 348 290 282 374 282 c 0\n 414 282 445 294 472 321 c 1\n 467 246 457 214 431 186 c 0\n 419 174 401 166 385 166 c 0\n 353 166 335 187 325 239 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2793\nEncoding: 10131 10131 2944\nWidth: 788\nFlags: W\nHStem: -12.9986 118.999<395 483> 165 384<482 489> 608 97.9985<400 486>\nVStem: 35 180<323 371> 301 25<339 387> 414 141<323 387> 643 111<323 371>\nFore\n484 549 m 0\n 530 549 555 481 555 351 c 0\n 555 230 531 165 487 165 c 0\n 442 165 414 239 414 361 c 128\n 414 483 438 549 484 549 c 0\n400 706 m 0\n 593 706 754 542 754 347 c 0\n 754 148 594 -13 395 -13 c 0\n 194 -13 35 148 35 349 c 0\n 35 547 198 706 400 706 c 0\n301 601 m 1\n 235 601 l 1\n 229 547 199 525 132 526 c 1\n 132 472 l 1\n 215 472 l 1\n 215 117 l 1\n 301 117 l 1\n 301 601 l 1\n486 608 m 0\n 440 608 401 589 373 555 c 0\n 341 515 326 452 326 362 c 0\n 326 196 381 106 483 106 c 0\n 587 106 643 193 643 354 c 0\n 643 523 590 608 486 608 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2794\nEncoding: 10132 10132 2945\nWidth: 894\nFlags: W\nHStem: 282 132<36 612>\nDStem: 398 634 577 634 613 414 860 345 613 282 860 345 398 58 577 58\nFore\n398 634 m 1\n 577 634 l 1\n 860 345 l 1\n 577 58 l 1\n 398 58 l 1\n 613 282 l 1\n 35 282 l 1\n 35 414 l 1\n 613 414 l 1\n 398 634 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni2798\nEncoding: 10136 10136 2946\nWidth: 748\nFlags: W\nFore\n123 597 m 1\n 448 320 l 1\n 526 437 l 1\n 698 94 l 1\n 320 145 l 1\n 403 257 l 1\n 35 472 l 1\n 123 597 l 1\nEndSplineSet\nEndChar\nStartChar: uni2799\nEncoding: 10137 10137 2947\nWidth: 924\nFlags: W\nFore\n35 440 m 1\n 577 373 l 1\n 497 551 l 1\n 890 346 l 1\n 497 140 l 1\n 577 318 l 1\n 35 252 l 1\n 35 440 l 1\nEndSplineSet\nEndChar\nStartChar: uni279A\nEncoding: 10138 10138 2948\nWidth: 748\nFlags: W\nFore\n123 94 m 1\n 35 219 l 1\n 403 434 l 1\n 320 547 l 1\n 698 597 l 1\n 526 255 l 1\n 448 371 l 1\n 123 94 l 1\nEndSplineSet\nEndChar\nStartChar: uni279B\nEncoding: 10139 10139 2949\nWidth: 918\nFlags: W\nFore\n35 368 m 1\n 398 354 l 1\n 361 402 320 467 293 522 c 1\n 293 526 l 1\n 549 415 649 384 884 345 c 1\n 827 341 694 312 576 277 c 0\n 502 254 445 232 293 167 c 1\n 319 222 361 290 398 338 c 1\n 35 323 l 1\n 35 368 l 1\nEndSplineSet\nEndChar\nStartChar: uni279C\nEncoding: 10140 10140 2950\nWidth: 927\nFlags: W\nHStem: 28.2618 635.627<582 584> 260 179<131 581>\nFore\n582 260 m 1\n 159 260 l 2\n 114 260 103 262 82 272 c 0\n 55 285 35 317 35 350 c 0\n 35 382 55 415 82 427 c 0\n 103 438 113 439 159 439 c 2\n 582 439 l 1\n 532 489 l 2\n 500 520 485 547 485 573 c 0\n 485 622 527 664 577 664 c 0\n 608 664 627 652 664 610 c 2\n 892 350 l 1\n 664 84 l 2\n 627 40 607 28 574 28 c 0\n 524 28 481 70 481 121 c 0\n 481 149 494 172 529 207 c 2\n 582 260 l 1\nEndSplineSet\nEndChar\nStartChar: uni279D\nEncoding: 10141 10141 2951\nWidth: 928\nFlags: W\nHStem: 329 33<36 672>\nFore\n35 362 m 1\n 672 362 l 1\n 672 562 l 1\n 891 345 l 1\n 672 129 l 1\n 672 329 l 1\n 35 329 l 1\n 35 362 l 1\nEndSplineSet\nEndChar\nStartChar: uni279E\nEncoding: 10142 10142 2952\nWidth: 928\nFlags: W\nHStem: 288 112<36 674>\nFore\n35 400 m 1\n 674 400 l 1\n 674 561 l 1\n 893 344 l 1\n 674 129 l 1\n 674 288 l 1\n 35 288 l 1\n 35 400 l 1\nEndSplineSet\nEndChar\nStartChar: uni279F\nEncoding: 10143 10143 2953\nWidth: 834\nFlags: W\nHStem: 257 177<36 58 126 169 209 283 311 571>\nVStem: 35 24<258 433> 125 45<258 433> 208 76<258 433>\nFore\n310 434 m 1\n 571 434 l 1\n 571 537 l 1\n 799 345 l 1\n 571 154 l 1\n 571 257 l 1\n 310 257 l 1\n 310 434 l 1\n208 434 m 1\n 284 434 l 1\n 284 257 l 1\n 208 257 l 1\n 208 434 l 1\n125 434 m 1\n 170 434 l 1\n 170 257 l 1\n 125 257 l 1\n 125 434 l 1\n35 434 m 1\n 59 434 l 1\n 59 257 l 1\n 35 257 l 1\n 35 434 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni27A0\nEncoding: 10144 10144 2954\nWidth: 873\nFlags: W\nHStem: 97 497<583 590> 201 287<36 53 130 161 221 269 311 380 408 583>\nVStem: 35 19<202 487> 129 33<202 487> 220 50<202 487> 310 71<202 487>\nFore\n407 488 m 1\n 583 488 l 1\n 583 594 l 1\n 590 594 l 1\n 624 490 723 389 838 342 c 1\n 730 298 627 197 590 97 c 1\n 583 97 l 1\n 583 201 l 1\n 407 201 l 1\n 407 488 l 1\n310 488 m 1\n 381 488 l 1\n 381 201 l 1\n 310 201 l 1\n 310 488 l 1\n220 488 m 1\n 270 488 l 1\n 270 201 l 1\n 220 201 l 1\n 220 488 l 1\n129 488 m 1\n 162 488 l 1\n 162 201 l 1\n 129 201 l 1\n 129 488 l 1\n35 488 m 1\n 54 488 l 1\n 54 201 l 1\n 35 201 l 1\n 35 488 l 1\nEndSplineSet\nMinimumDistance: x3,-1 x5,7 y7,5 y7,6 \nEndChar\nStartChar: uni27A1\nEncoding: 10145 10145 2955\nWidth: 828\nFlags: W\nHStem: 201 290<36 546>\nFore\n35 491 m 1\n 546 491 l 1\n 546 588 l 1\n 791 346 l 1\n 546 104 l 1\n 546 201 l 1\n 35 201 l 1\n 35 491 l 1\nEndSplineSet\nEndChar\nStartChar: uni27A2\nEncoding: 10146 10146 2956\nWidth: 924\nFlags: W\nDStem: 35 610 157 537 329 338 374 340 157 537 35 610 795 330 889 330\nFore\n35 610 m 1\n 889 330 l 1\n 35 82 l 1\n 329 338 l 1\n 35 610 l 1\n157 537 m 1\n 374 340 l 1\n 795 330 l 1\n 157 537 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni27A3\nEncoding: 10147 10147 2957\nWidth: 924\nFlags: W\nDStem: 329 353 374 351 35 82 157 154 795 361 889 361 157 154 35 82\nFore\n35 82 m 1\n 329 353 l 1\n 35 610 l 1\n 889 361 l 1\n 35 82 l 1\n157 154 m 1\n 795 361 l 1\n 374 351 l 1\n 157 154 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni27A4\nEncoding: 10148 10148 2958\nWidth: 917\nFlags: W\nFore\n35 688 m 1\n 882 346 l 1\n 35 4 l 1\n 236 346 l 1\n 35 688 l 1\nEndSplineSet\nEndChar\nStartChar: uni27A5\nEncoding: 10149 10149 2959\nWidth: 930\nFlags: W\nHStem: 166 298<195 545>\nVStem: 35 40<579 607>\nFore\n545 548 m 1\n 896 316 l 1\n 545 83 l 1\n 545 166 l 1\n 230 166 l 2\n 178 166 172 166 148 173 c 0\n 94 186 51 232 41 287 c 0\n 36 312 35 331 35 381 c 2\n 35 608 l 1\n 75 608 l 1\n 75 564 76 554 83 532 c 0\n 98 482 132 464 211 464 c 2\n 254 465 l 1\n 545 465 l 1\n 545 548 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni27A6\nEncoding: 10150 10150 2960\nWidth: 931\nFlags: W\nHStem: 228 297<195 545>\nVStem: 35 40<85 116>\nFore\n545 144 m 1\n 545 228 l 1\n 254 228 l 2\n 158 228 144 226 117 210 c 0\n 89 193 75 155 75 95 c 2\n 75 84 l 1\n 35 84 l 1\n 35 311 l 2\n 35 407 44 442 81 480 c 0\n 106 506 137 520 179 524 c 0\n 189 525 189 525 230 525 c 2\n 545 525 l 1\n 545 608 l 1\n 896 376 l 1\n 545 144 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni27A7\nEncoding: 10151 10151 2961\nWidth: 463\nFlags: W\nHStem: 45 601<36 163>\nFore\n429 346 m 1\n 163 -100 l 1\n 163 45 l 1\n 35 45 l 1\n 35 646 l 1\n 163 646 l 1\n 163 790 l 1\n 429 346 l 1\nEndSplineSet\nEndChar\nStartChar: uni27A8\nEncoding: 10152 10152 2962\nWidth: 883\nFlags: W\nHStem: 70 551<429 440> 163 365<36 429>\nVStem: 35 813<342 350>\nFore\n35 528 m 1\n 429 528 l 1\n 429 621 l 1\n 440 621 l 1\n 539 467 681 372 848 350 c 1\n 848 342 l 1\n 672 312 541 225 440 70 c 1\n 429 70 l 1\n 429 163 l 1\n 35 163 l 1\n 35 528 l 1\nEndSplineSet\nMinimumDistance: x4,-1 x6,8 y8,6 y8,7 \nEndChar\nStartChar: uni27A9\nEncoding: 10153 10153 2963\nWidth: 836\nFlags: W\nHStem: 199 24<60 408> 466 24<60 409>\nVStem: 35 24<223 466> 409 24<64 198 491 625>\nDStem: 433 626 537 648 683 344 802 344 683 344 802 344 433 63 537 43\nFore\n409 648 m 1\n 537 648 l 1\n 802 344 l 1\n 537 43 l 1\n 409 43 l 1\n 409 199 l 1\n 35 199 l 1\n 35 490 l 1\n 409 490 l 1\n 409 648 l 1\n433 626 m 1\n 433 466 l 1\n 59 466 l 1\n 59 223 l 1\n 433 223 l 1\n 433 63 l 1\n 683 344 l 1\n 433 626 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x3,5 y5,3 y5,4 y6,8 x8,6 x8,7 \nEndChar\nStartChar: uni27AA\nEncoding: 10154 10154 2964\nWidth: 836\nFlags: W\nHStem: 199 24<148 406> 466 24<148 407>\nVStem: 35 112<223 466> 407 113<64 198 491 625>\nDStem: 520 626 537 648 770 343 802 343 770 343 802 343 520 63 537 43\nFore\n407 648 m 1\n 537 648 l 1\n 802 343 l 1\n 537 43 l 1\n 407 43 l 1\n 407 199 l 1\n 35 199 l 1\n 35 490 l 1\n 407 490 l 1\n 407 648 l 1\n520 626 m 1\n 520 466 l 1\n 147 466 l 1\n 147 223 l 1\n 520 223 l 1\n 520 63 l 1\n 770 343 l 1\n 520 626 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x3,5 y5,3 y5,4 y6,8 x8,6 x8,7 \nEndChar\nStartChar: uni27AB\nEncoding: 10155 10155 2965\nWidth: 867\nFlags: W\nHStem: 193 117<57 382> 485 19<224 600>\nDStem: 215 504 224 485 35 320 56 310 668 557 668 589 810 400 832 407 668 589 668 557 600 504 609 485 668 557 668 589 810 400 832 407 668 589 668 557 600 504 609 485 668 557 668 589 810 400 832 407 668 589 668 557 600 504 609 485 668 557 668 589 810 400 832 407 668 589 668 557 600 504 609 485 668 557 668 589 810 400 832 407 668 589 668 557 600 504 609 485 668 557 668 589 810 400 832 407 668 589 668 557 600 504 609 485 668 557 668 589 810 400 832 407 810 400 832 290 411 233 382 101\nFore\n668 589 m 1\n 832 407 l 1\n 832 290 l 1\n 382 101 l 1\n 382 193 l 1\n 35 193 l 1\n 35 320 l 1\n 215 504 l 1\n 600 504 l 1\n 668 589 l 1\n668 557 m 1\n 609 485 l 1\n 224 485 l 1\n 56 310 l 1\n 470 310 l 1\n 411 233 l 1\n 810 400 l 1\n 668 557 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni27AC\nEncoding: 10156 10156 2966\nWidth: 867\nFlags: W\nHStem: 185 19<224 602> 382 117<57 384>\nDStem: 35 372 56 382 215 185 224 204 413 458 384 591 810 291 832 402 602 185 611 204 669 101 670 132 810 291 832 284 670 132 669 101\nFore\n669 101 m 1\n 602 185 l 1\n 215 185 l 1\n 35 372 l 1\n 35 499 l 1\n 384 499 l 1\n 384 591 l 1\n 832 402 l 1\n 832 284 l 1\n 669 101 l 1\n670 132 m 1\n 810 291 l 1\n 413 458 l 1\n 471 382 l 1\n 56 382 l 1\n 224 204 l 1\n 611 204 l 1\n 670 132 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni27AD\nEncoding: 10157 10157 2967\nWidth: 696\nFlags: W\nHStem: 124 97<117 283> 514 32<60 283>\nVStem: 35 24<221 514> 283 24<547 592>\nDStem: 307 593 283 651 566 366 661 323 566 366 661 323 307 124 367 44\nFore\n283 651 m 1\n 661 323 l 1\n 367 44 l 1\n 283 107 l 1\n 283 124 l 1\n 117 124 l 1\n 35 205 l 1\n 35 546 l 1\n 283 546 l 1\n 283 651 l 1\n307 124 m 1\n 566 366 l 1\n 307 593 l 1\n 307 514 l 1\n 59 514 l 1\n 59 221 l 1\n 307 221 l 1\n 307 124 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y6,8 x8,6 x8,7 \nEndChar\nStartChar: uni27AE\nEncoding: 10158 10158 2968\nWidth: 696\nFlags: W\nHStem: 149 33<60 283> 469 97<117 283>\nVStem: 35 24<182 469> 283 24<103 148>\nDStem: 307 566 367 646 566 327 661 369 566 327 661 369 307 102 283 44\nFore\n283 44 m 1\n 283 149 l 1\n 35 149 l 1\n 35 485 l 1\n 117 566 l 1\n 283 566 l 1\n 283 583 l 1\n 367 646 l 1\n 661 369 l 1\n 283 44 l 1\n307 469 m 1\n 59 469 l 1\n 59 182 l 1\n 307 182 l 1\n 307 102 l 1\n 566 327 l 1\n 307 566 l 1\n 307 469 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni27AF\nEncoding: 10159 10159 2969\nWidth: 874\nFlags: W\nHStem: 171 65<103 565> 499 24<77 571>\nVStem: 571 19<523 555>\nDStem: 103 367 131 367 35 236 63 236 590 556 571 613 776 367 840 342 776 367 840 342 584 186 565 75\nFore\n571 613 m 1\n 840 342 l 1\n 565 75 l 1\n 565 171 l 1\n 103 171 l 1\n 35 236 l 1\n 103 367 l 1\n 42 523 l 1\n 571 523 l 1\n 571 613 l 1\n590 556 m 1\n 590 499 l 1\n 76 499 l 1\n 131 367 l 1\n 63 236 l 1\n 584 236 l 1\n 584 186 l 1\n 776 367 l 1\n 590 556 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni27B1\nEncoding: 10161 10161 2970\nWidth: 874\nFlags: W\nHStem: 165 24<77 571> 452 65<103 565>\nVStem: 571 19<133 165>\nDStem: 35 452 63 452 103 321 131 321 103 321 131 321 35 165 76 189 584 503 565 613 776 321 840 346 776 321 840 346 590 132 571 75\nFore\n571 75 m 1\n 571 165 l 1\n 35 165 l 1\n 103 321 l 1\n 35 452 l 1\n 103 517 l 1\n 565 517 l 1\n 565 613 l 1\n 840 346 l 1\n 571 75 l 1\n590 132 m 1\n 776 321 l 1\n 584 503 l 1\n 584 452 l 1\n 63 452 l 1\n 131 321 l 1\n 76 189 l 1\n 590 189 l 1\n 590 132 l 1\nEndSplineSet\nMinimumDistance: x8,-1 y4,1 x1,4 x1,2 \nEndChar\nStartChar: uni27B2\nEncoding: 10162 10162 2971\nWidth: 760\nFlags: W\nHStem: 1 148<307 355> 542 148<307 355>\nFore\n389 542 m 1\n 35 542 l 1\n 41 580 54 603 84 625 c 0\n 134 663 239 690 335 690 c 0\n 454 690 560 650 629 578 c 0\n 691 515 725 432 725 346 c 0\n 725 247 679 152 602 87 c 1\n 535 33 438 1 335 1 c 0\n 231 1 122 31 75 73 c 0\n 51 95 40 115 35 149 c 1\n 389 149 l 1\n 389 29 l 1\n 701 346 l 1\n 389 662 l 1\n 389 542 l 1\nEndSplineSet\nEndChar\nStartChar: uni27B3\nEncoding: 10163 10163 2972\nWidth: 946\nFlags: W\nHStem: 159 19<87 134 167 217 249 297 330 377> 330 24<187 234 268 317 350 398 431 478 512 730> 508 24<84 131 165 214 248 295 328 376>\nDStem: 35 532 83 508 165 343 187 354 131 508 164 508 235 354 268 354 214 508 247 508 318 354 349 354 235 330 268 330 134 178 166 178 295 508 327 508 399 354 431 354 318 330 350 330 217 178 248 178 376 508 391 532 480 354 512 354 399 330 431 330 297 178 329 178\nFore\n512 354 m 1\n 731 354 l 1\n 707 382 697 407 697 441 c 0\n 697 476 707 504 731 532 c 1\n 775 431 842 360 911 343 c 1\n 836 319 783 265 731 159 c 1\n 708 182 697 209 697 245 c 0\n 697 280 707 306 731 330 c 1\n 512 330 l 1\n 391 159 l 1\n 35 159 l 1\n 165 343 l 1\n 35 532 l 1\n 391 532 l 1\n 512 354 l 1\n83 508 m 1\n 187 354 l 1\n 235 354 l 1\n 131 508 l 1\n 83 508 l 1\n164 508 m 1\n 268 354 l 1\n 318 354 l 1\n 214 508 l 1\n 164 508 l 1\n247 508 m 1\n 349 354 l 1\n 399 354 l 1\n 295 508 l 1\n 247 508 l 1\n327 508 m 1\n 431 354 l 1\n 480 354 l 1\n 376 508 l 1\n 327 508 l 1\n186 330 m 1\n 86 178 l 1\n 134 178 l 1\n 235 330 l 1\n 186 330 l 1\n268 330 m 1\n 166 178 l 1\n 217 178 l 1\n 318 330 l 1\n 268 330 l 1\n350 330 m 1\n 248 178 l 1\n 297 178 l 1\n 399 330 l 1\n 350 330 l 1\n431 330 m 1\n 329 178 l 1\n 377 178 l 1\n 479 330 l 1\n 431 330 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni27B4\nEncoding: 10164 10164 2973\nWidth: 771\nFlags: W\nDStem: 34 445 203 459 295 227 462 241 227 487 210 655 486 270 470 437 466 238 490 267 591 133 615 162\nFore\n490 267 m 1\n 615 162 l 1\n 619 206 651 247 686 255 c 1\n 685 241 685 232 685 223 c 0\n 685 171 702 112 736 48 c 1\n 728 36 l 1\n 684 51 630 60 581 60 c 0\n 558 60 541 57 515 48 c 1\n 515 83 555 128 591 133 c 1\n 466 238 l 1\n 490 267 l 1\n295 227 m 1\n 34 445 l 1\n 70 452 124 456 203 459 c 1\n 462 241 l 1\n 404 241 361 238 295 227 c 1\n210 655 m 1\n 470 437 l 1\n 471 378 477 312 486 270 c 1\n 227 487 l 1\n 220 522 210 625 210 655 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni27B5\nEncoding: 10165 10165 2974\nWidth: 865\nFlags: W\nHStem: 209 117<156 375> 326 34<500 659> 360 123<156 374>\nVStem: 499 331<341 353>\nFore\n499 360 m 1\n 660 360 l 1\n 646 386 642 403 642 427 c 0\n 642 453 646 465 660 483 c 1\n 699 423 748 384 814 360 c 0\n 818 359 823 356 830 353 c 1\n 830 341 l 1\n 757 310 684 254 660 209 c 1\n 646 226 641 241 641 266 c 0\n 641 290 647 307 660 326 c 1\n 499 326 l 1\n 499 360 l 1\n375 209 m 1\n 36 209 l 1\n 60 238 107 284 156 326 c 1\n 499 326 l 1\n 452 289 427 265 375 209 c 1\n35 483 m 1\n 374 483 l 1\n 411 440 462 390 499 360 c 1\n 156 360 l 1\n 137 375 86 427 35 483 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni27B6\nEncoding: 10166 10166 2975\nWidth: 771\nFlags: W\nDStem: 295 465 462 450 34 246 203 233 486 422 470 254 227 204 210 36 591 558 615 530 466 453 490 425\nFore\n490 425 m 1\n 466 453 l 1\n 591 558 l 1\n 555 563 515 608 515 643 c 1\n 542 633 562 630 590 630 c 0\n 631 630 682 639 728 655 c 1\n 736 643 l 1\n 703 581 684 518 684 468 c 0\n 684 461 685 450 686 436 c 1\n 651 444 619 486 615 530 c 1\n 490 425 l 1\n34 246 m 1\n 295 465 l 1\n 371 453 395 451 462 450 c 1\n 203 233 l 1\n 125 235 71 239 34 246 c 1\n470 254 m 1\n 210 36 l 1\n 210 66 220 169 227 204 c 1\n 486 422 l 1\n 477 377 471 319 470 254 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni27B7\nEncoding: 10167 10167 2976\nWidth: 888\nFlags: W\nDStem: 588 182 611 205 690 95 712 120\nFore\n295 711 m 1\n 554 494 l 1\n 528 450 516 412 516 369 c 0\n 516 305 538 266 611 205 c 2\n 712 120 l 1\n 711 129 711 136 711 140 c 0\n 711 194 741 266 788 324 c 1\n 787 309 l 2\n 786 293 785 281 785 276 c 0\n 785 235 797 139 807 103 c 0\n 818 59 831 25 853 -18 c 1\n 803 -3 752 4 686 4 c 0\n 628 4 584 -1 503 -18 c 1\n 574 55 622 84 690 95 c 1\n 588 182 l 2\n 540 223 487 248 449 248 c 0\n 399 248 345 225 295 182 c 1\n 34 400 l 1\n 92 452 147 475 215 475 c 0\n 231 475 245 472 279 462 c 1\n 258 504 252 527 252 571 c 0\n 252 617 265 659 295 711 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni27B8\nEncoding: 10168 10168 2977\nWidth: 967\nFlags: W\nHStem: 142 406<182 373> 329 33<579 733>\nFore\n35 548 m 1\n 373 548 l 1\n 382 485 409 432 448 400 c 0\n 482 372 524 362 602 362 c 2\n 734 362 l 1\n 692 403 663 484 661 568 c 1\n 742 461 829 389 932 345 c 1\n 846 313 751 236 661 123 c 1\n 670 225 688 276 734 329 c 1\n 600 329 l 2\n 533 329 483 317 453 294 c 0\n 413 262 385 209 373 142 c 1\n 35 142 l 1\n 46 239 102 316 182 345 c 1\n 101 377 51 446 35 548 c 1\nEndSplineSet\nEndChar\nStartChar: uni27B9\nEncoding: 10169 10169 2978\nWidth: 888\nFlags: W\nDStem: 689 597 711 571 587 509 610 486\nFore\n553 197 m 1\n 294 -20 l 1\n 261 41 251 73 251 122 c 0\n 251 161 258 190 278 230 c 1\n 245 219 231 216 215 216 c 0\n 147 216 92 239 34 291 c 1\n 294 509 l 1\n 344 466 398 443 448 443 c 0\n 486 443 538 468 587 509 c 2\n 689 597 l 1\n 621 607 574 636 502 709 c 1\n 589 692 628 687 686 687 c 0\n 751 687 801 694 853 710 c 1\n 810 632 785 523 785 415 c 0\n 785 403 785 393 787 367 c 1\n 740 425 710 498 710 552 c 0\n 710 555 710 563 711 571 c 1\n 610 486 l 2\n 539 427 513 383 513 324 c 0\n 513 280 524 247 553 197 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni27BA\nEncoding: 10170 10170 2979\nWidth: 831\nFlags: W\nHStem: 241 209<131 163>\nVStem: 35 761<339 352>\nFore\n796 352 m 1\n 796 339 l 1\n 705 315 666 280 631 191 c 0\n 617 152 613 145 599 132 c 0\n 586 120 567 113 550 113 c 0\n 510 113 478 144 478 181 c 0\n 478 222 512 260 570 284 c 0\n 612 301 632 308 727 339 c 1\n 541 333 449 318 273 266 c 0\n 205 247 174 241 141 241 c 0\n 77 241 35 282 35 345 c 0\n 35 409 77 450 142 450 c 0\n 175 450 206 444 273 425 c 0\n 451 372 536 359 727 352 c 1\n 583 399 555 410 524 434 c 0\n 492 458 478 480 478 508 c 0\n 478 547 509 578 550 578 c 0\n 567 578 586 571 599 559 c 0\n 614 546 617 539 631 501 c 0\n 665 412 705 376 796 352 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni27BB\nEncoding: 10171 10171 2980\nWidth: 873\nFlags: W\nHStem: 178 336<212 228> 339 13<587 610>\nFore\n838 350 m 1\n 838 340 l 1\n 737 297 633 188 625 116 c 1\n 576 148 549 193 549 245 c 0\n 549 285 565 310 611 339 c 1\n 588 339 l 2\n 534 339 473 325 433 304 c 0\n 406 290 401 287 352 243 c 1\n 298 197 258 178 213 178 c 0\n 181 178 149 193 127 220 c 1\n 114 234 104 256 91 293 c 0\n 77 335 67 344 36 350 c 1\n 68 356 76 363 91 405 c 0\n 107 448 117 466 133 482 c 0\n 155 503 183 514 216 514 c 0\n 265 514 292 500 364 438 c 1\n 435 374 493 354 611 352 c 1\n 567 379 548 408 548 444 c 0\n 548 496 576 544 625 576 c 1\n 633 503 739 391 838 350 c 1\nEndSplineSet\nEndChar\nStartChar: uni27BC\nEncoding: 10172 10172 2981\nWidth: 927\nFlags: W\nHStem: 149 393<127 339> 161 367<691 699> 293 106<515 631>\nVStem: 127 764<341 348>\nFore\n80 542 m 2\n 322 542 l 2\n 359 542 365 540 387 513 c 2\n 441 447 l 2\n 476 405 487 399 535 399 c 2\n 617 399 l 2\n 643 399 653 406 653 423 c 0\n 653 437 653 437 636 469 c 0\n 633 475 631 482 631 490 c 0\n 631 512 659 528 697 528 c 0\n 712 528 729 521 743 509 c 2\n 864 399 l 2\n 881 383 891 364 891 346 c 0\n 891 328 882 312 862 293 c 2\n 755 192 l 2\n 731 170 714 161 695 161 c 0\n 665 161 631 181 631 199 c 0\n 631 206 634 216 638 225 c 0\n 651 252 653 259 653 268 c 0\n 653 284 641 293 620 293 c 2\n 539 293 l 2\n 486 293 476 288 442 245 c 2\n 394 186 l 2\n 367 153 359 149 316 149 c 2\n 72 149 l 2\n 51 149 35 162 35 180 c 0\n 35 190 35 190 49 209 c 1\n 111 309 l 2\n 126 334 127 336 127 346 c 128\n 127 356 124 363 109 386 c 2\n 50 477 l 2\n 42 490 36 505 36 514 c 0\n 36 532 52 542 80 542 c 2\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni27BD\nEncoding: 10173 10173 2982\nWidth: 970\nFlags: W\nHStem: 75 540<115 371> 90 510<663.592 676> 287 117<595 604>\nVStem: 87 844<343 348>\nFore\n128 615 m 2\n 350 615 l 2\n 428 615 449 603 485 537 c 2\n 528 459 l 2\n 551 417 567 404 597 404 c 0\n 622 404 636 413 636 431 c 0\n 636 439 634 450 631 460 c 0\n 617 513 616 517 616 536 c 0\n 616 574 639 600 674 600 c 0\n 696 600 712 591 741 561 c 2\n 889 410 l 2\n 930 369 931 367 931 346 c 0\n 931 325 931 325 883 274 c 1\n 739 129 l 2\n 709 99 694 90 674 90 c 0\n 643 90 614 117 614 147 c 0\n 614 160 621 195 630 224 c 0\n 634 238 636 251 636 259 c 0\n 636 276 623 287 602 287 c 0\n 577 287 558 279 546 262 c 0\n 538 252 538 252 520 220 c 2\n 481 150 l 2\n 445 86 426 75 350 75 c 2\n 130 75 l 2\n 89 75 73 78 59 89 c 0\n 44 101 35 122 35 147 c 0\n 35 161 37 176 42 191 c 1\n 69 281 l 2\n 72 290 75 300 79 309 c 0\n 84 325 87 337 87 344 c 128\n 87 351 86 356 76 392 c 1\n 46 486 l 2\n 37 513 35 525 35 541 c 0\n 35 593 62 615 128 615 c 2\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni27BE\nEncoding: 10174 10174 2983\nWidth: 918\nFlags: W\nHStem: 258 45<35 543> 385 45<35 543>\nFore\n565 592 m 1\n 627 592 l 1\n 677 505 765 421 884 344 c 1\n 766 269 688 195 627 99 c 1\n 565 99 l 1\n 646 216 681 253 802 344 c 1\n 700 418 634 487 565 592 c 1\n423 592 m 1\n 479 592 l 1\n 521 521 600 435 669 385 c 1\n 34 385 l 1\n 34 430 l 1\n 544 430 l 1\n 497 479 441 554 423 592 c 1\n34 258 m 1\n 34 303 l 1\n 669 303 l 1\n 600 254 527 175 481 99 c 1\n 425 99 l 1\n 451 150 512 231 544 258 c 1\n 34 258 l 1\nEndSplineSet\nEndChar\nStartChar: uni3001\nEncoding: 12289 12289 2984\nWidth: 1000\nFlags: W\nFore\n102 303 m 1\n 297 203 391 87 320 88 c 1\n 254 95 235 190 102 303 c 1\nEndSplineSet\nEndChar\nStartChar: uni3002\nEncoding: 12290 12290 2985\nWidth: 1000\nFlags: W\nHStem: 101 24<176 192> 286 24<176 192>\nVStem: 80 24<197 213> 260 24<197 213>\nFore\n182 310 m 0\n 238 310 284 263 284 205 c 0\n 284 148 238 101 182 101 c 128\n 126 101 80 148 80 205 c 0\n 80 263 126 310 182 310 c 0\n182 286 m 0\n 139 286 104 250 104 205 c 0\n 104 161 139 125 182 125 c 128\n 225 125 260 161 260 205 c 0\n 260 250 225 286 182 286 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni3003\nEncoding: 12291 12291 2986\nWidth: 1000\nFlags: W\nFore\n650 575 m 1\n 700 525 l 1\n 437 313 l 1\n 650 575 l 1\n525 700 m 1\n 575 650 l 1\n 312 438 l 1\n 525 700 l 1\nEndSplineSet\nEndChar\nStartChar: uni3005\nEncoding: 12293 12293 2987\nWidth: 1000\nFlags: W\nHStem: 523 24<489 696>\nFore\n522 226 m 1\n 598 334 641 412 697 523 c 1\n 475 523 l 1\n 422 420 360 337 270 255 c 0\n 266 251 262 255 266 259 c 0\n 385 410 430 520 490 703 c 1\n 595 673 563 656 528 636 c 1\n 515 605 501 575 488 547 c 1\n 710 547 l 1\n 739 589 l 1\n 748 583 l 2\n 820 527 821 519 752 504 c 1\n 680 392 618 308 531 218 c 1\n 606 145 628 92 580 98 c 1\n 513 113 499 212 370 343 c 1\n 432 303 483 263 522 226 c 1\nEndSplineSet\nEndChar\nStartChar: uni3007\nEncoding: 12295 12295 2988\nWidth: 1000\nFlags: W\nHStem: 125 50<484 516> 813 62<484 516>\nVStem: 100 50<477 509> 850 62<493 509>\nFore\n500 175 m 0\n 676 176 852 340 850 500 c 0\n 847 658 673 813 500 813 c 0\n 326 813 152 658 150 500 c 0\n 147 340 323 175 500 175 c 0\n500 125 m 0\n 298 128 99 314 100 500 c 0\n 100 687 298 873 500 875 c 0\n 704 878 912 689 912 500 c 0\n 912 312 704 123 500 125 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni3008\nEncoding: 12296 12296 2989\nWidth: 1000\nFlags: W\nDStem: 550 500 587 500 825 100 850 113 800 900 825 888 550 500 587 500\nFore\n550 500 m 1\n 800 900 l 1\n 825 888 l 1\n 587 500 l 1\n 850 113 l 1\n 825 100 l 1\n 550 500 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni3009\nEncoding: 12297 12297 2990\nWidth: 1000\nFlags: W\nDStem: 175 888 200 900 412 500 450 500 412 500 450 500 150 113 175 100\nFore\n450 500 m 1\n 175 100 l 1\n 150 113 l 1\n 412 500 l 1\n 175 888 l 1\n 200 900 l 1\n 450 500 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni300A\nEncoding: 12298 12298 2991\nWidth: 1000\nFlags: W\nHStem: 0 21G<787 837 925 975>\nDStem: 600 500 650 500 787 0 837 0 737 500 787 500 925 0 975 0 787 1000 837 1000 600 500 650 500 925 1000 975 1000 737 500 787 500\nFore\n925 1000 m 1\n 975 1000 l 1\n 787 500 l 1\n 975 0 l 1\n 925 0 l 1\n 737 500 l 1\n 925 1000 l 1\n787 1000 m 1\n 837 1000 l 1\n 650 500 l 1\n 837 0 l 1\n 787 0 l 1\n 600 500 l 1\n 787 1000 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni300B\nEncoding: 12299 12299 2992\nWidth: 1000\nFlags: W\nHStem: 0 21G<25 75 162 212>\nDStem: 25 1000 75 1000 212 500 262 500 162 1000 212 1000 350 500 400 500 212 500 262 500 25 0 75 0 350 500 400 500 162 0 212 0\nFore\n350 500 m 1\n 162 1000 l 1\n 212 1000 l 1\n 400 500 l 1\n 212 0 l 1\n 162 0 l 1\n 350 500 l 1\n25 1000 m 1\n 75 1000 l 1\n 262 500 l 1\n 75 0 l 1\n 25 0 l 1\n 212 500 l 1\n 25 1000 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni300C\nEncoding: 12300 12300 2993\nWidth: 1000\nFlags: W\nHStem: 975 25<726 949>\nVStem: 700 25<51 975>\nFore\n700 1000 m 1\n 950 1000 l 1\n 950 975 l 1\n 725 975 l 1\n 725 50 l 1\n 700 50 l 1\n 700 1000 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni300D\nEncoding: 12301 12301 2994\nWidth: 1000\nFlags: W\nHStem: 0 25<51 275>\nVStem: 275 25<26 949>\nFore\n50 0 m 1\n 50 25 l 1\n 275 25 l 1\n 275 950 l 1\n 300 950 l 1\n 300 0 l 1\n 50 0 l 1\nEndSplineSet\nMinimumDistance: x4,-1 x2,0 x2,1 \nEndChar\nStartChar: uni300E\nEncoding: 12302 12302 2995\nWidth: 1000\nFlags: W\nHStem: 50 25<726 775> 900 25<801 924> 975 25<726 924>\nVStem: 700 25<76 974> 775 25<76 900> 925 25<926 974>\nFore\n725 75 m 1\n 775 75 l 1\n 775 925 l 1\n 925 925 l 1\n 925 975 l 1\n 725 975 l 1\n 725 75 l 1\n700 1000 m 1\n 950 1000 l 1\n 950 900 l 1\n 800 900 l 1\n 800 50 l 1\n 700 50 l 1\n 700 1000 l 1\nEndSplineSet\nMinimumDistance: x7,-1 x11,9 y9,11 y9,10 y7,9 x9,7 x9,8 \nEndChar\nStartChar: uni300F\nEncoding: 12303 12303 2996\nWidth: 1000\nFlags: W\nHStem: 0 25<76 274> 75 25<76 200> 925 25<226 274>\nVStem: 50 25<26 75> 200 25<101 924> 275 25<26 924>\nFore\n75 25 m 1\n 275 25 l 1\n 275 925 l 1\n 225 925 l 1\n 225 75 l 1\n 75 75 l 1\n 75 25 l 1\n50 0 m 1\n 50 100 l 1\n 200 100 l 1\n 200 950 l 1\n 300 950 l 1\n 300 0 l 1\n 50 0 l 1\nEndSplineSet\nMinimumDistance: x10,-1 y6,8 x8,6 x8,7 \nEndChar\nStartChar: uni3010\nEncoding: 12304 12304 2997\nWidth: 1000\nFlags: W\nHStem: 0 1000<701 803>\nVStem: 700 103.76<448 512>\nFore\n700 1000 m 1\n 950 1000 l 1\n 900 895 851 789 825 675 c 0\n 796 553 795 422 825 300 c 0\n 850 195 900 98 950 0 c 1\n 700 0 l 1\n 700 1000 l 1\nEndSplineSet\nEndChar\nStartChar: uni3011\nEncoding: 12305 12305 2998\nWidth: 1000\nFlags: W\nHStem: 0 1000<196 299>\nVStem: 195.522 104.478<448 512>\nFore\n50 1000 m 1\n 300 1000 l 1\n 300 0 l 1\n 50 0 l 1\n 99 98 149 195 175 300 c 0\n 204 422 203 553 175 675 c 0\n 148 789 99 895 50 1000 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni3012\nEncoding: 12306 12306 2999\nWidth: 1000\nFlags: W\nHStem: 600 75<126 461 538 874> 825 75<126 874>\nVStem: 125 750<600 674 826 899> 462 75<101 600>\nFore\n125 675 m 1\n 875 675 l 1\n 875 600 l 1\n 537 600 l 1\n 537 100 l 1\n 462 100 l 1\n 462 600 l 1\n 125 600 l 1\n 125 675 l 1\n125 825 m 1\n 125 900 l 1\n 875 900 l 1\n 875 825 l 1\n 125 825 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y3,5 y3,4 x3,1 x3,2 \nEndChar\nStartChar: uni3014\nEncoding: 12308 12308 3000\nWidth: 1000\nFlags: W\nVStem: 725 25<150 850>\nFore\n925 975 m 1\n 937 950 l 1\n 750 850 l 1\n 750 150 l 1\n 937 50 l 1\n 925 25 l 1\n 725 125 l 1\n 725 875 l 1\n 925 975 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni3015\nEncoding: 12309 12309 3001\nWidth: 1000\nFlags: W\nVStem: 250 25<150 850>\nFore\n75 975 m 1\n 275 875 l 1\n 275 125 l 1\n 75 25 l 1\n 62 50 l 1\n 250 150 l 1\n 250 850 l 1\n 62 950 l 1\n 75 975 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni3041\nEncoding: 12353 12353 3002\nWidth: 1000\nFlags: W\nHStem: 114.393 34.5294<275 284>\nVStem: 400 39<426 462> 413.508 38.4919<652 660> 795.529 54.062<271 286>\nFore\n400 364 m 0\n 321 333 251 296 223 271 c 0\n 211 260 204 258 204 246 c 0\n 204 224 228 178 250 160 c 0\n 264 148 275 147 292 151 c 1\n 292 151 l 1\n 322 158 368 195 408 235 c 1\n 404 277 402 320 400 364 c 0\n449 280 m 0\n 478 315 495 348 513 380 c 0\n 517 387 520 395 522 401 c 1\n 495 395 468 387 440 378 c 1\n 442 345 445 313 449 280 c 0\n530 448 m 1\n 533 463 535 485 526 503 c 0\n 524 508 524 513 527 514 c 0\n 529 516 533 513 536 509 c 0\n 549 491 574 477 585 455 c 1\n 592 456 599 456 606 456 c 0\n 692 461 762 438 805 386 c 0\n 838 346 862 290 843 238 c 0\n 828 197 789 174 745 157 c 0\n 702 140 652 127 604 110 c 0\n 603 110 602 110 601 111 c 1\n 601 111 602 112 603 113 c 0\n 650 132 696 157 731 183 c 0\n 765 209 785 235 792 257 c 0\n 802 283 795 327 770 357 c 0\n 738 397 686 419 609 415 c 0\n 602 414 595 414 589 413 c 1\n 582 389 565 372 554 355 c 0\n 533 322 509 285 473 244 c 0\n 468 237 462 231 456 224 c 1\n 459 201 462 178 465 154 c 0\n 468 133 459 115 446 113 c 0\n 433 112 420 128 418 149 c 0\n 416 160 415 171 414 183 c 1\n 377 151 337 124 299 116 c 1\n 299 116 l 1\n 274 110 249 118 229 135 c 0\n 198 161 173 206 171 245 c 0\n 170 266 176 288 192 304 c 0\n 231 342 311 384 400 414 c 1\n 400 432 l 1\n 400 432 l 1\n 401 489 406 548 410 597 c 1\n 378 587 346 581 316 586 c 0\n 286 592 271 618 252 633 c 0\n 248 636 246 641 247 643 c 0\n 249 646 254 645 259 643 c 1\n 279 629 303 627 323 625 c 1\n 323 625 l 1\n 345 622 377 629 413 640 c 1\n 413 648 414 656 414 663 c 1\n 414 663 l 1\n 415 683 407 693 404 699 c 0\n 400 706 393 736 374 751 c 0\n 370 754 368 759 369 761 c 0\n 371 763 376 763 380 761 c 0\n 402 748 437 751 451 724 c 0\n 463 703 455 681 453 660 c 1\n 453 660 l 1\n 453 657 452 654 452 651 c 1\n 455 652 459 653 462 654 c 0\n 522 672 578 686 635 698 c 0\n 654 702 672 695 675 682 c 0\n 677 670 663 657 644 653 c 0\n 587 643 531 634 473 617 c 0\n 465 614 457 612 448 609 c 1\n 444 557 439 493 439 431 c 1\n 439 431 l 1\n 439 430 439 428 439 426 c 1\n 469 435 500 442 530 448 c 1\nEndSplineSet\nEndChar\nStartChar: uni3042\nEncoding: 12354 12354 3003\nWidth: 1000\nFlags: W\nHStem: 112.241 43.2797<217 233>\nVStem: 376 48<501 540> 392.506 47.4936<783 794> 870.185 65.7507<307 329>\nFore\n376 424 m 0\n 276 387 188 340 153 308 c 1\n 153 308 l 1\n 138 295 130 291 130 276 c 0\n 131 249 161 192 188 169 c 0\n 205 155 219 153 240 157 c 1\n 240 157 l 1\n 277 166 336 213 387 263 c 1\n 382 316 378 370 376 424 c 0\n436 317 m 0\n 472 361 495 403 518 443 c 0\n 523 453 527 463 530 472 c 1\n 496 464 460 454 425 442 c 1\n 427 400 431 358 436 317 c 0\n539 528 m 1\n 542 547 544 574 533 597 c 0\n 530 603 530 610 533 611 c 0\n 537 613 542 610 546 605 c 0\n 561 582 591 564 605 536 c 1\n 615 537 624 538 633 538 c 0\n 740 544 826 515 880 450 c 0\n 922 400 951 331 928 267 c 0\n 910 216 861 186 807 165 c 0\n 753 143 691 127 631 105 c 0\n 628 104 626 105 625 106 c 0\n 624 108 626 110 628 111 c 0\n 688 135 745 166 788 198 c 0\n 832 230 856 262 866 289 c 0\n 878 323 869 377 839 416 c 1\n 798 466 732 493 636 488 c 0\n 609 485 l 1\n 601 456 580 435 566 413 c 0\n 540 372 511 326 466 274 c 0\n 459 266 452 257 444 249 c 1\n 448 220 452 191 455 162 c 0\n 458 137 448 115 433 113 c 0\n 417 111 402 129 399 154 c 0\n 393 199 l 1\n 347 158 296 124 249 114 c 1\n 249 114 l 1\n 217 107 186 116 161 137 c 0\n 122 170 91 227 89 275 c 0\n 87 302 96 328 116 348 c 1\n 116 348 l 1\n 165 395 265 447 375 485 c 1\n 375 493 375 500 376 508 c 0\n 377 580 383 654 388 715 c 1\n 348 703 308 695 271 702 c 0\n 233 708 214 741 190 760 c 0\n 185 764 182 770 184 773 c 0\n 187 776 193 775 199 772 c 0\n 224 755 254 752 278 749 c 0\n 306 746 347 755 392 768 c 1\n 392 778 393 788 393 797 c 1\n 393 797 l 1\n 394 822 384 835 381 842 c 1\n 381 842 l 1\n 376 852 367 888 342 907 c 0\n 337 911 335 917 337 920 c 128\n 339 923 345 923 351 920 c 0\n 378 904 420 906 438 874 c 1\n 438 874 l 1\n 453 847 443 820 441 794 c 1\n 441 794 l 1\n 441 790 440 786 440 782 c 1\n 444 783 448 785 453 786 c 0\n 527 808 598 825 669 839 c 0\n 692 844 714 836 717 821 c 0\n 720 807 703 791 680 786 c 0\n 609 773 538 762 466 740 c 0\n 456 737 446 734 435 730 c 1\n 430 665 424 585 423 508 c 0\n 423 505 424 503 424 500 c 1\n 462 511 501 521 539 528 c 1\nEndSplineSet\nEndChar\nStartChar: uni3043\nEncoding: 12355 12355 3004\nWidth: 1000\nFlags: W\nVStem: 195.012 44.937<466.553 492.969>\nFore\n590 613 m 0\n 628 596 671 587 702 558 c 0\n 731 531 759 499 772 464 c 0\n 786 430 795 398 803 360 c 0\n 805 346 809 331 811 316 c 128\n 813 301 817 280 794 264 c 1\n 794 264 l 1\n 777 252 761 259 752 265 c 0\n 744 271 737 278 729 282 c 0\n 700 296 674 321 643 334 c 0\n 642 335 641 336 641 336 c 1\n 642 337 643 337 644 337 c 0\n 675 325 711 323 742 313 c 0\n 750 310 760 310 765 312 c 0\n 770 315 767 321 757 315 c 1\n 757 315 l 1\n 755 314 754 312 753 311 c 1\n 753 314 l 0\n 755 324 754 338 752 351 c 0\n 747 388 742 417 731 447 c 0\n 719 479 709 516 685 541 c 0\n 659 568 627 595 590 613 c 0\n162 626 m 1\n 158 631 156 637 158 639 c 0\n 160 642 167 641 172 638 c 0\n 192 623 225 618 237 589 c 0\n 251 555 241 522 240 493 c 1\n 240 493 l 1\n 239 458 244 421 252 384 c 0\n 261 341 272 300 296 258 c 0\n 304 243 316 229 326 222 c 0\n 328 221 329 220 330 219 c 1\n 330 219 l 1\n 338 227 346 239 351 251 c 1\n 351 251 l 1\n 371 298 405 333 434 372 c 0\n 435 373 436 374 437 373 c 0\n 438 373 437 372 437 371 c 0\n 407 332 382 290 368 244 c 1\n 368 244 l 1\n 364 231 365 216 366 201 c 0\n 366 194 366 187 363 179 c 128\n 360 171 353 160 339 157 c 1\n 339 157 l 1\n 322 153 310 160 302 166 c 0\n 295 172 290 180 285 187 c 0\n 275 203 268 221 259 237 c 0\n 234 286 221 331 211 375 c 0\n 202 414 195 453 195 494 c 1\n 195 494 l 1\n 195 527 195 556 190 570 c 0\n 185 583 181 609 162 626 c 1\nEndSplineSet\nEndChar\nStartChar: uni3044\nEncoding: 12356 12356 3005\nWidth: 1000\nFlags: W\nVStem: 120 54<564 585>\nFore\n611 734 m 0\n 610 735 609 736 610 737 c 2\n 610 737 611 737 613 737 c 0\n 660 715 714 703 752 666 c 1\n 789 632 822 592 840 548 c 1\n 840 548 l 1\n 856 506 868 465 877 418 c 1\n 877 418 l 1\n 880 401 885 382 887 363 c 0\n 890 345 894 319 866 300 c 0\n 845 286 827 294 816 301 c 128\n 805 308 796 316 786 321 c 1\n 786 321 l 1\n 750 339 717 369 678 385 c 0\n 676 386 674 388 675 390 c 0\n 676 391 678 392 681 391 c 0\n 720 375 765 373 803 360 c 1\n 803 360 l 1\n 808 358 813 357 817 357 c 0\n 818 358 819 360 819 362 c 0\n 820 373 820 391 817 408 c 1\n 817 408 l 1\n 811 453 804 490 789 528 c 1\n 789 528 l 1\n 774 568 762 614 732 645 c 0\n 699 678 658 711 611 734 c 0\n77 750 m 1\n 71 757 68 765 71 769 c 128\n 74 773 83 772 91 766 c 0\n 115 748 156 741 171 704 c 1\n 171 704 l 1\n 188 663 175 621 174 585 c 0\n 173 541 179 495 189 448 c 0\n 201 395 214 343 244 290 c 0\n 255 272 270 255 282 245 c 0\n 284 243 286 242 287 241 c 1\n 297 251 307 266 313 282 c 0\n 338 341 381 386 417 435 c 0\n 419 437 421 438 422 437 c 0\n 424 436 423 433 422 431 c 0\n 385 383 353 330 336 274 c 0\n 331 257 332 238 332 220 c 0\n 332 211 331 202 328 193 c 0\n 324 183 315 171 298 166 c 1\n 298 166 l 1\n 278 162 263 170 254 178 c 0\n 245 185 238 194 232 204 c 0\n 220 223 210 245 200 266 c 0\n 169 326 152 382 140 438 c 0\n 129 486 120 535 120 586 c 0\n 120 627 119 663 113 682 c 1\n 113 682 l 1\n 107 697 100 729 77 750 c 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni3045\nEncoding: 12357 12357 3006\nWidth: 1000\nFlags: W\nHStem: 507.154 45.4985<565 597>\nVStem: 653.246 52.8621<418 436>\nFore\n314 541 m 0\n 310 546 308 552 311 555 c 0\n 314 557 320 555 325 551 c 0\n 345 532 380 531 385 530 c 0\n 389 529 400 523 423 529 c 1\n 423 529 l 1\n 481 542 579 568 644 541 c 0\n 676 527 698 499 704 466 c 1\n 704 466 l 1\n 715 407 692 335 658 274 c 0\n 616 198 540 153 476 98 c 0\n 475 97 474 97 474 98 c 1\n 473 98 474 100 474 101 c 1\n 536 158 586 225 621 293 c 0\n 650 349 658 416 651 457 c 1\n 651 457 l 1\n 647 479 645 494 627 502 c 0\n 592 518 490 499 436 482 c 1\n 436 482 l 1\n 413 476 393 461 366 469 c 0\n 333 480 331 519 314 541 c 0\n452 720 m 0\n 448 723 445 728 447 730 c 0\n 449 733 454 733 458 731 c 0\n 479 719 504 715 526 707 c 0\n 552 697 585 701 617 694 c 0\n 644 688 662 669 657 651 c 0\n 653 633 627 625 601 633 c 0\n 570 643 541 663 513 676 c 0\n 489 687 472 708 452 720 c 0\nEndSplineSet\nEndChar\nStartChar: uni3046\nEncoding: 12358 12358 3007\nWidth: 1000\nFlags: W\nHStem: 647.671 54.3732<572 592> 666 20G<663 663>\nVStem: 678.949 65.3649<529 548>\nFore\n228 691 m 0\n 223 698 222 705 225 708 c 0\n 229 711 236 709 242 703 c 0\n 268 676 313 670 321 668 c 0\n 327 666 342 660 373 668 c 0\n 449 687 580 723 663 686 c 1\n 663 686 l 1\n 706 668 733 628 741 584 c 1\n 741 584 l 1\n 755 503 726 404 681 318 c 0\n 626 214 527 148 443 69 c 0\n 441 68 439 67 438 68 c 128\n 437 69 437 72 439 74 c 0\n 521 154 588 246 635 341 c 0\n 674 420 685 513 676 574 c 1\n 676 574 l 1\n 671 606 666 628 642 640 c 0\n 596 662 461 635 388 613 c 0\n 358 604 332 585 298 597 c 1\n 298 597 l 1\n 255 611 251 661 228 691 c 0\n411 943 m 0\n 405 946 403 952 405 955 c 0\n 407 959 413 959 419 955 c 0\n 446 939 478 931 507 919 c 0\n 542 905 586 908 627 898 c 0\n 660 891 681 867 675 846 c 128\n 669 825 639 816 607 826 c 0\n 567 839 529 866 492 884 c 0\n 460 899 437 925 411 943 c 0\nEndSplineSet\nEndChar\nStartChar: uni3047\nEncoding: 12359 12359 3008\nWidth: 1000\nFlags: W\nHStem: 220.365 14.8619<363 385> 474 21G<416 416>\nFore\n440 721 m 0\n 435 726 434 732 437 735 c 0\n 440 737 446 735 451 731 c 1\n 470 711 495 697 515 682 c 1\n 515 682 l 1\n 535 666 562 661 587 649 c 0\n 609 637 621 616 613 602 c 0\n 605 587 581 586 559 599 c 0\n 535 613 515 635 492 653 c 1\n 492 653 l 1\n 470 672 458 700 440 721 c 0\n558 476 m 1\n 511 466 463 450 427 437 c 1\n 427 437 l 1\n 408 430 390 412 364 416 c 1\n 364 416 l 1\n 331 422 319 461 296 479 c 0\n 292 482 290 487 291 489 c 0\n 293 491 298 491 302 489 c 0\n 328 474 364 480 375 479 c 1\n 375 479 l 1\n 383 477 396 469 416 474 c 1\n 416 474 l 1\n 453 484 504 503 554 518 c 0\n 567 522 580 528 591 534 c 0\n 597 536 602 539 609 539 c 0\n 617 540 632 544 645 521 c 1\n 645 521 l 1\n 651 511 650 499 648 492 c 128\n 646 485 643 482 640 479 c 0\n 635 474 630 471 625 469 c 0\n 614 463 602 458 591 450 c 0\n 520 393 419 299 347 233 c 1\n 372 238 398 236 421 226 c 0\n 449 214 473 194 495 177 c 0\n 519 159 551 153 585 148 c 0\n 635 140 696 154 760 161 c 0\n 788 164 812 152 813 134 c 0\n 815 117 794 101 766 98 c 0\n 702 92 636 93 578 103 c 0\n 538 110 504 131 476 154 c 0\n 451 174 438 202 414 213 c 0\n 389 224 354 223 326 212 c 1\n 326 212 l 1\n 325 212 325 212 324 212 c 0\n 296 184 276 159 251 139 c 0\n 232 124 208 121 198 134 c 128\n 188 147 196 169 217 184 c 0\n 246 206 281 220 319 252 c 0\n 390 312 488 409 558 476 c 1\nEndSplineSet\nEndChar\nStartChar: uni3048\nEncoding: 12360 12360 3009\nWidth: 1000\nFlags: W\nHStem: 242.493 21.2498<326 358>\nFore\n424 869 m 0\n 418 876 416 884 421 888 c 0\n 425 892 433 889 440 883 c 1\n 463 857 493 840 519 821 c 0\n 544 802 577 794 608 779 c 1\n 635 764 649 739 640 722 c 0\n 630 704 601 703 575 718 c 0\n 545 736 518 762 490 785 c 0\n 462 809 446 842 424 869 c 0\n575 565 m 1\n 516 552 455 532 409 515 c 1\n 409 515 l 1\n 385 506 362 486 331 491 c 0\n 290 498 273 545 245 567 c 0\n 240 571 237 577 239 580 c 128\n 241 583 247 583 253 580 c 0\n 285 561 329 567 343 565 c 0\n 354 563 371 554 395 561 c 1\n 395 561 l 1\n 442 574 506 597 568 615 c 0\n 585 620 600 628 614 634 c 0\n 621 638 628 640 637 642 c 0\n 646 643 664 646 680 620 c 1\n 680 620 l 1\n 687 607 686 592 683 584 c 0\n 681 576 677 572 674 568 c 0\n 668 562 662 559 655 555 c 0\n 642 548 627 542 614 531 c 0\n 525 461 402 343 312 262 c 1\n 342 267 374 264 401 253 c 0\n 437 237 466 210 493 190 c 0\n 524 167 563 159 606 152 c 0\n 669 143 746 159 825 168 c 0\n 858 171 887 157 889 136 c 0\n 891 116 866 96 833 93 c 0\n 753 86 670 86 598 99 c 0\n 548 108 506 133 471 161 c 0\n 440 187 422 220 393 233 c 0\n 362 247 318 246 283 233 c 0\n 282 233 280 232 279 231 c 0\n 244 198 218 168 189 144 c 0\n 165 125 136 122 124 137 c 0\n 112 153 122 180 146 198 c 0\n 183 226 226 244 273 284 c 1\n 273 284 l 1\n 363 359 487 482 575 565 c 1\nEndSplineSet\nEndChar\nStartChar: uni3049\nEncoding: 12361 12361 3010\nWidth: 1000\nFlags: W\nHStem: 168 2<480 481> 380.466 42.0825<588 609> 480 3<712 713>\nVStem: 358 51<171 182 584 609> 364 40<360 490> 716.348 56.313<250 266>\nFore\n645 585 m 0\n 641 586 638 588 638 591 c 0\n 639 593 642 595 646 594 c 0\n 700 586 759 595 807 565 c 0\n 818 559 829 552 839 543 c 0\n 848 535 863 520 852 495 c 1\n 852 495 l 1\n 847 482 835 477 828 476 c 0\n 820 475 813 477 807 478 c 0\n 794 482 781 487 770 486 c 0\n 748 485 731 485 714 480 c 0\n 713 480 711 480 711 481 c 128\n 711 482 712 483 713 483 c 0\n 730 487 746 497 769 501 c 0\n 777 502 785 506 792 511 c 2\n 793 512 l 1\n 790 516 785 522 780 526 c 0\n 748 550 699 576 645 585 c 0\n264 193 m 0\n 285 187 307 183 330 171 c 0\n 337 168 346 165 354 164 c 2\n 355 164 l 1\n 357 169 358 175 358 182 c 0\n 359 215 361 255 362 298 c 1\n 325 271 296 241 277 216 c 0\n 272 209 269 201 264 193 c 0\n361 566 m 1\n 360 582 360 597 360 610 c 0\n 359 631 352 644 349 654 c 0\n 346 667 352 698 339 720 c 0\n 336 726 335 732 338 734 c 128\n 341 736 347 733 351 728 c 0\n 367 709 401 700 410 673 c 0\n 417 650 409 629 407 609 c 0\n 407 599 406 589 406 578 c 1\n 429 583 453 588 477 593 c 0\n 498 597 516 590 519 576 c 0\n 521 563 506 549 485 546 c 0\n 458 541 430 538 405 534 c 1\n 404 500 403 461 403 422 c 0\n 403 401 403 380 404 359 c 1\n 413 365 423 370 433 375 c 0\n 524 419 643 452 716 387 c 0\n 770 339 791 250 755 190 c 0\n 725 139 662 139 614 138 c 0\n 565 137 524 158 481 168 c 0\n 480 168 479 169 479 170 c 128\n 479 171 481 171 482 171 c 0\n 525 162 568 162 613 165 c 0\n 657 168 694 192 708 217 c 0\n 725 247 717 320 683 352 c 0\n 638 393 532 388 446 348 c 0\n 431 341 418 334 404 326 c 1\n 406 273 408 222 409 181 c 0\n 409 171 412 161 412 150 c 128\n 412 139 412 119 389 109 c 1\n 389 109 l 1\n 375 103 364 108 358 112 c 0\n 351 116 348 122 344 127 c 0\n 337 138 330 149 321 156 c 0\n 301 169 282 181 262 189 c 1\n 257 180 250 173 236 170 c 1\n 236 170 l 1\n 205 165 194 197 177 210 c 0\n 172 213 169 219 171 222 c 128\n 173 225 179 225 185 222 c 0\n 202 213 225 220 227 221 c 0\n 229 221 243 223 254 235 c 0\n 280 264 317 301 363 333 c 1\n 364 363 364 392 364 421 c 0\n 364 458 363 494 362 526 c 1\n 351 524 342 522 333 519 c 0\n 313 512 294 496 267 501 c 1\n 267 501 l 1\n 239 506 232 537 216 552 c 1\n 212 557 210 563 212 565 c 0\n 214 568 220 567 226 564 c 1\n 243 551 269 555 276 554 c 1\n 276 554 l 1\n 283 553 300 550 322 556 c 0\n 334 559 347 563 361 566 c 1\nEndSplineSet\nEndChar\nStartChar: uni304A\nEncoding: 12362 12362 3011\nWidth: 1000\nFlags: W\nHStem: 446.942 48.3895<617 634> 594.55 64.9987<224 233>\nVStem: 329 50<287.927 342.937 417.031 626> 771.287 68.5129<279 311>\nFore\n681 700 m 0\n 676 700 672 704 672 707 c 0\n 673 710 678 712 683 711 c 0\n 751 702 824 711 883 674 c 0\n 897 666 910 657 922 647 c 0\n 928 641 934 635 938 626 c 128\n 942 617 945 603 939 588 c 1\n 939 588 l 1\n 932 572 918 567 909 565 c 0\n 900 564 892 565 884 567 c 0\n 868 571 852 576 838 575 c 0\n 811 573 789 573 768 568 c 0\n 765 567 763 568 762 569 c 0\n 762 571 764 573 766 573 c 0\n 787 579 807 591 836 596 c 0\n 847 598 858 603 867 609 c 1\n 864 615 858 622 851 627 c 0\n 810 658 748 688 681 700 c 0\n205 211 m 0\n 231 204 259 198 288 183 c 0\n 298 178 310 175 321 173 c 1\n 321 174 l 1\n 323 180 324 187 325 196 c 0\n 326 238 328 289 329 343 c 1\n 282 308 245 271 221 239 c 0\n 215 231 211 220 205 211 c 0\n327 676 m 1\n 327 696 326 715 326 731 c 0\n 326 757 317 773 314 787 c 0\n 309 803 315 842 299 869 c 0\n 295 875 295 883 298 885 c 0\n 302 888 309 885 314 879 c 0\n 333 855 375 843 385 809 c 0\n 394 780 384 755 383 730 c 0\n 382 718 382 704 381 689 c 1\n 411 696 441 703 472 708 c 0\n 496 713 519 704 521 688 c 0\n 524 672 506 656 481 652 c 0\n 447 647 412 642 380 637 c 1\n 379 594 378 545 378 496 c 0\n 379 470 379 443 379 417 c 1\n 391 424 404 430 417 437 c 0\n 473 464 537 487 599 494 c 0\n 661 500 724 492 769 452 c 0\n 836 391 863 282 818 206 c 0\n 799 175 767 158 736 150 c 128\n 705 142 673 142 643 142 c 0\n 581 141 529 165 476 178 c 0\n 474 178 472 180 472 182 c 0\n 473 183 475 184 478 183 c 0\n 531 172 585 171 641 174 c 0\n 669 176 697 185 718 197 c 128\n 739 209 752 224 761 240 c 0\n 782 277 773 370 730 409 c 0\n 702 436 657 448 602 447 c 0\n 548 445 486 429 432 404 c 0\n 414 396 396 386 380 377 c 1\n 381 310 383 246 384 195 c 0\n 385 183 387 170 388 157 c 0\n 388 150 388 143 385 134 c 128\n 382 125 374 113 360 107 c 1\n 360 107 l 1\n 344 100 331 105 323 110 c 128\n 315 115 310 121 305 128 c 0\n 296 141 287 155 276 163 c 0\n 251 180 227 194 201 205 c 1\n 194 195 185 186 170 183 c 0\n 132 177 118 215 97 231 c 1\n 90 235 87 242 89 246 c 0\n 92 250 99 250 106 246 c 0\n 130 233 162 243 159 243 c 0\n 157 242 177 244 193 262 c 0\n 226 298 271 344 330 385 c 1\n 330 422 331 459 331 495 c 0\n 330 542 329 586 328 627 c 1\n 315 624 303 621 291 617 c 0\n 266 609 242 589 209 596 c 1\n 209 596 l 1\n 174 602 165 641 146 659 c 0\n 140 665 138 672 140 675 c 0\n 143 678 151 677 157 673 c 0\n 179 657 211 662 220 660 c 1\n 220 660 l 1\n 229 659 250 656 278 664 c 0\n 293 668 310 672 327 676 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni304B\nEncoding: 12363 12363 3012\nWidth: 1000\nFlags: W\nHStem: 435.382 5.61829<725 726> 564.741 69.2593<222 223> 620.912 36.191<437.718 466.944>\nVStem: 538.881 52.4016<492 521> 868.067 2.11865<470 471>\nFore\n694 709 m 0\n 766 654 824 584 859 519 c 1\n 859 519 l 1\n 867 504 871 486 871 475 c 128\n 871 464 862 466 874 478 c 1\n 874 478 l 1\n 884 488 886 476 876 470 c 0\n 865 464 850 460 835 460 c 0\n 796 460 761 447 726 441 c 0\n 724 441 722 439 722 437 c 0\n 723 436 725 435 728 435 c 0\n 762 442 798 441 834 436 c 0\n 847 434 860 426 874 419 c 0\n 887 412 909 403 930 423 c 1\n 930 423 l 1\n 954 447 945 474 937 493 c 128\n 929 512 917 529 905 547 c 1\n 905 547 l 1\n 858 621 772 662 700 717 c 0\n 697 719 693 719 691 717 c 0\n 690 715 691 712 694 709 c 0\n264 571 m 1\n 244 566 225 562 206 567 c 1\n 206 567 l 1\n 179 574 164 606 142 619 c 0\n 134 624 129 631 131 636 c 0\n 133 640 142 641 151 638 c 0\n 174 628 205 638 223 634 c 1\n 223 634 l 1\n 239 630 254 621 276 624 c 1\n 284 655 290 684 296 707 c 0\n 304 740 300 757 298 772 c 1\n 298 772 l 1\n 295 790 295 835 275 870 c 0\n 271 879 271 887 275 890 c 0\n 280 893 288 889 293 882 c 0\n 316 848 358 825 366 784 c 1\n 366 784 l 1\n 372 751 357 726 348 694 c 0\n 344 678 339 658 333 637 c 1\n 376 648 426 661 472 656 c 0\n 519 651 564 624 581 574 c 1\n 581 574 l 1\n 617 466 552 305 508 202 c 0\n 499 183 494 165 486 149 c 0\n 477 132 461 111 432 113 c 1\n 432 113 l 1\n 403 115 395 136 389 152 c 0\n 383 167 378 184 368 195 c 0\n 343 223 313 246 280 264 c 0\n 276 266 274 269 276 271 c 0\n 277 274 281 274 284 272 c 0\n 317 254 354 241 386 211 c 0\n 398 200 413 191 426 186 c 0\n 427 186 427 185 428 185 c 2\n 430 185 l 2\n 431 185 432 186 434 187 c 0\n 442 193 453 206 461 224 c 0\n 509 319 557 485 533 557 c 1\n 533 557 l 1\n 522 591 502 615 467 620 c 0\n 427 626 371 602 320 586 c 1\n 290 471 253 323 225 242 c 0\n 213 209 204 186 194 166 c 0\n 183 145 163 133 150 140 c 0\n 136 147 134 169 146 191 c 0\n 156 210 168 228 179 259 c 0\n 205 327 238 459 264 571 c 1\nEndSplineSet\nEndChar\nStartChar: uni304C\nEncoding: 12364 12364 3013\nWidth: 1000\nFlags: W\nHStem: 435.382 5.61829<725 726> 564.741 69.2593<222 223> 620.912 36.191<437.718 466.944>\nVStem: 538.881 52.4016<492 521> 868.067 2.11865<470 471>\nFore\n870 783 m 0\n 866 785 864 788 866 790 c 0\n 867 792 870 793 874 791 c 0\n 904 776 941 774 963 751 c 0\n 976 736 989 722 995 709 c 0\n 1006 686 1002 662 987 656 c 0\n 972 649 952 663 943 686 c 0\n 938 700 939 713 931 723 c 0\n 919 738 898 766 870 783 c 0\n792 728 m 0\n 789 730 787 733 788 735 c 128\n 789 737 793 737 796 736 c 0\n 825 723 862 723 884 699 c 0\n 898 683 910 667 916 653 c 0\n 925 629 921 606 906 600 c 128\n 891 594 871 608 863 632 c 0\n 857 647 857 660 850 670 c 0\n 839 684 820 712 792 728 c 0\n694 709 m 0\n 766 654 824 584 859 519 c 1\n 859 519 l 1\n 867 504 871 486 871 475 c 128\n 871 464 862 466 874 478 c 1\n 874 478 l 1\n 884 488 886 476 876 470 c 0\n 865 464 850 460 835 460 c 0\n 796 460 761 447 726 441 c 0\n 724 441 722 439 722 437 c 0\n 723 436 725 435 728 435 c 0\n 762 442 798 441 834 436 c 0\n 847 434 860 426 874 419 c 0\n 887 412 909 403 930 423 c 1\n 930 423 l 1\n 954 447 945 474 937 493 c 128\n 929 512 917 529 905 547 c 1\n 905 547 l 1\n 858 621 772 662 700 717 c 0\n 697 719 693 719 691 717 c 0\n 690 715 691 712 694 709 c 0\n264 571 m 1\n 244 566 225 562 206 567 c 1\n 206 567 l 1\n 179 574 164 606 142 619 c 0\n 134 624 129 631 131 636 c 0\n 133 640 142 641 151 638 c 0\n 174 628 205 638 223 634 c 1\n 223 634 l 1\n 239 630 254 621 276 624 c 1\n 284 655 290 684 296 707 c 0\n 304 740 300 757 298 772 c 1\n 298 772 l 1\n 295 790 295 835 275 870 c 0\n 271 879 271 887 275 890 c 0\n 280 893 288 889 293 882 c 0\n 316 848 358 825 366 784 c 1\n 366 784 l 1\n 372 751 357 726 348 694 c 0\n 344 678 339 658 333 637 c 1\n 376 648 426 661 472 656 c 0\n 519 651 564 624 581 574 c 1\n 581 574 l 1\n 617 466 552 305 508 202 c 0\n 499 183 494 165 486 149 c 0\n 477 132 461 111 432 113 c 1\n 432 113 l 1\n 403 115 395 136 389 152 c 0\n 383 167 378 184 368 195 c 0\n 343 223 313 246 280 264 c 0\n 276 266 274 269 276 271 c 0\n 277 274 281 274 284 272 c 0\n 317 254 354 241 386 211 c 0\n 398 200 413 191 426 186 c 0\n 427 186 427 185 428 185 c 2\n 430 185 l 2\n 431 185 432 186 434 187 c 0\n 442 193 453 206 461 224 c 0\n 509 319 557 485 533 557 c 1\n 533 557 l 1\n 522 591 502 615 467 620 c 0\n 427 626 371 602 320 586 c 1\n 290 471 253 323 225 242 c 0\n 213 209 204 186 194 166 c 0\n 183 145 163 133 150 140 c 0\n 136 147 134 169 146 191 c 0\n 156 210 168 228 179 259 c 0\n 205 327 238 459 264 571 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni304D\nEncoding: 12365 12365 3014\nWidth: 1000\nFlags: W\nHStem: 54.5635 63.1902<438 449> 386.424 33.9589<438 461> 695 21G<267 267>\nFore\n515 749 m 1\n 451 739 378 730 335 717 c 0\n 314 711 297 691 267 695 c 1\n 267 695 l 1\n 227 700 214 746 187 767 c 0\n 182 771 180 777 182 780 c 128\n 184 783 190 783 196 779 c 0\n 225 762 268 767 277 766 c 1\n 277 766 l 1\n 284 765 299 758 324 764 c 0\n 371 774 439 783 498 794 c 1\n 493 804 489 814 486 822 c 0\n 473 851 459 860 449 869 c 0\n 436 879 409 916 372 928 c 0\n 366 931 362 935 362 939 c 0\n 363 942 369 944 376 943 c 0\n 414 936 461 954 495 927 c 1\n 495 927 l 1\n 523 906 527 874 538 844 c 0\n 543 832 547 819 553 805 c 1\n 591 815 618 831 649 843 c 0\n 675 852 701 847 707 830 c 128\n 713 813 696 792 670 783 c 0\n 640 773 608 767 569 760 c 1\n 587 712 607 657 629 602 c 1\n 634 603 638 604 643 605 c 1\n 643 605 l 1\n 690 615 721 632 755 643 c 0\n 782 651 807 644 812 627 c 128\n 817 610 800 590 773 583 c 0\n 738 573 700 570 651 561 c 1\n 651 561 l 1\n 649 561 648 560 646 560 c 1\n 671 498 697 437 722 388 c 0\n 732 367 745 348 755 333 c 0\n 760 325 764 318 768 310 c 0\n 769 305 771 300 771 292 c 0\n 771 283 766 265 750 256 c 1\n 750 256 l 1\n 735 247 723 250 717 252 c 0\n 710 253 706 256 703 258 c 0\n 696 263 690 268 684 275 c 0\n 672 287 657 301 640 313 c 0\n 569 361 487 400 398 382 c 0\n 317 365 237 301 234 252 c 0\n 231 207 294 153 355 130 c 0\n 427 102 506 127 594 147 c 0\n 626 155 656 144 660 124 c 0\n 665 103 642 81 610 74 c 0\n 522 55 426 40 334 76 c 0\n 257 107 189 180 195 254 c 0\n 201 337 300 396 391 414 c 0\n 491 435 589 407 669 358 c 2\n 669 358 669 358 670 358 c 1\n 669 359 668 361 667 363 c 0\n 642 418 616 484 590 551 c 1\n 502 539 398 527 334 511 c 0\n 302 503 278 482 243 486 c 1\n 243 486 l 1\n 206 491 187 531 160 549 c 0\n 155 553 152 558 154 562 c 0\n 155 565 162 565 168 562 c 0\n 197 548 235 556 251 555 c 1\n 251 555 l 1\n 267 553 290 548 325 555 c 0\n 391 568 491 580 574 593 c 1\n 553 649 533 703 515 749 c 1\nEndSplineSet\nEndChar\nStartChar: uni304E\nEncoding: 12366 12366 3015\nWidth: 1000\nFlags: W\nHStem: 54.5635 63.1902<438 449> 386.424 33.9589<438 461> 695 21G<267 267>\nFore\n822 923 m 0\n 819 925 817 928 818 930 c 128\n 819 932 823 933 826 931 c 0\n 856 916 893 914 915 891 c 1\n 915 891 l 1\n 929 876 941 862 948 849 c 0\n 958 826 955 802 939 796 c 0\n 924 789 905 803 895 826 c 0\n 890 840 891 853 884 863 c 1\n 884 863 l 1\n 872 878 851 906 822 923 c 0\n745 868 m 0\n 741 870 739 873 740 875 c 128\n 741 877 745 877 749 876 c 0\n 778 863 815 863 837 839 c 0\n 851 823 862 807 868 793 c 0\n 878 769 873 746 858 740 c 128\n 843 734 824 748 815 772 c 0\n 810 787 810 800 802 810 c 0\n 791 824 772 852 745 868 c 0\n515 749 m 1\n 451 739 378 730 335 717 c 0\n 314 711 297 691 267 695 c 1\n 267 695 l 1\n 227 700 214 746 187 767 c 0\n 182 771 180 777 182 780 c 128\n 184 783 190 783 196 779 c 0\n 225 762 268 767 277 766 c 1\n 277 766 l 1\n 284 765 299 758 324 764 c 0\n 371 774 439 783 498 794 c 1\n 493 804 489 814 486 822 c 0\n 473 851 459 860 449 869 c 0\n 436 879 409 916 372 928 c 0\n 366 931 362 935 362 939 c 0\n 363 942 369 944 376 943 c 0\n 414 936 461 954 495 927 c 1\n 495 927 l 1\n 523 906 527 874 538 844 c 0\n 543 832 547 819 553 805 c 1\n 591 815 618 831 649 843 c 0\n 675 852 701 847 707 830 c 128\n 713 813 696 792 670 783 c 0\n 640 773 608 767 569 760 c 1\n 587 712 607 657 629 602 c 1\n 634 603 638 604 643 605 c 1\n 643 605 l 1\n 690 615 721 632 755 643 c 0\n 782 651 807 644 812 627 c 128\n 817 610 800 590 773 583 c 0\n 738 573 700 570 651 561 c 1\n 651 561 l 1\n 649 561 648 560 646 560 c 1\n 671 498 697 437 722 388 c 0\n 732 367 745 348 755 333 c 0\n 760 325 764 318 768 310 c 0\n 769 305 771 300 771 292 c 0\n 771 283 766 265 750 256 c 1\n 750 256 l 1\n 735 247 723 250 717 252 c 0\n 710 253 706 256 703 258 c 0\n 696 263 690 268 684 275 c 0\n 672 287 657 301 640 313 c 0\n 569 361 487 400 398 382 c 0\n 317 365 237 301 234 252 c 0\n 231 207 294 153 355 130 c 0\n 427 102 506 127 594 147 c 0\n 626 155 656 144 660 124 c 0\n 665 103 642 81 610 74 c 0\n 522 55 426 40 334 76 c 0\n 257 107 189 180 195 254 c 0\n 201 337 300 396 391 414 c 0\n 491 435 589 407 669 358 c 2\n 669 358 669 358 670 358 c 1\n 669 359 668 361 667 363 c 0\n 642 418 616 484 590 551 c 1\n 502 539 398 527 334 511 c 0\n 302 503 278 482 243 486 c 1\n 243 486 l 1\n 206 491 187 531 160 549 c 0\n 155 553 152 558 154 562 c 0\n 155 565 162 565 168 562 c 0\n 197 548 235 556 251 555 c 1\n 251 555 l 1\n 267 553 290 548 325 555 c 0\n 391 568 491 580 574 593 c 1\n 553 649 533 703 515 749 c 1\nEndSplineSet\nEndChar\nStartChar: uni304F\nEncoding: 12367 12367 3016\nWidth: 1000\nFlags: W\nFore\n611 920 m 0\n 608 930 611 940 617 942 c 128\n 623 944 630 938 634 928 c 0\n 641 909 655 892 658 869 c 0\n 660 847 665 821 654 797 c 1\n 654 797 l 1\n 637 763 606 739 577 714 c 0\n 542 686 505 661 474 635 c 1\n 474 635 l 1\n 448 614 421 593 398 574 c 1\n 398 574 l 1\n 381 560 364 554 351 541 c 0\n 339 529 328 517 326 507 c 1\n 326 507 l 1\n 325 500 328 491 333 481 c 0\n 341 468 356 460 370 447 c 0\n 394 425 433 405 466 376 c 1\n 501 343 536 312 567 277 c 0\n 602 238 641 199 678 159 c 0\n 701 134 707 103 691 89 c 0\n 676 75 645 84 623 108 c 0\n 586 149 551 191 516 231 c 0\n 484 267 459 303 427 334 c 0\n 398 361 368 393 343 419 c 0\n 328 435 321 454 312 469 c 0\n 306 481 301 495 303 511 c 1\n 303 511 l 1\n 305 530 316 548 329 561 c 0\n 343 577 356 593 371 606 c 1\n 371 606 l 1\n 392 625 414 651 441 674 c 1\n 441 674 l 1\n 474 702 508 730 540 758 c 0\n 567 781 587 807 597 826 c 1\n 597 826 l 1\n 604 839 616 851 616 866 c 0\n 616 882 617 901 611 920 c 0\nEndSplineSet\nEndChar\nStartChar: uni3050\nEncoding: 12368 12368 3017\nWidth: 1000\nFlags: W\nFore\n755 768 m 0\n 751 770 749 773 751 775 c 0\n 752 777 755 778 759 776 c 0\n 789 761 826 759 848 736 c 0\n 861 721 874 707 880 694 c 0\n 891 671 887 647 872 641 c 0\n 857 634 837 648 828 671 c 0\n 823 685 824 698 816 708 c 0\n 804 723 783 751 755 768 c 0\n677 713 m 0\n 674 715 672 718 673 720 c 128\n 674 722 678 722 681 721 c 0\n 710 708 747 708 769 684 c 0\n 783 668 795 652 801 638 c 0\n 810 614 806 591 791 585 c 128\n 776 579 756 593 748 617 c 0\n 742 632 742 645 735 655 c 0\n 724 669 705 697 677 713 c 0\n598 874 m 0\n 595 885 597 894 603 896 c 0\n 609 899 617 892 621 882 c 0\n 627 866 641 850 643 830 c 0\n 645 809 651 785 640 764 c 1\n 640 764 l 1\n 625 732 597 710 570 689 c 1\n 540 663 506 642 478 619 c 1\n 478 619 l 1\n 455 599 431 582 411 564 c 1\n 395 552 379 547 368 535 c 1\n 368 535 l 1\n 358 525 348 514 346 506 c 0\n 345 500 348 492 353 484 c 0\n 359 472 373 466 386 454 c 0\n 407 435 442 418 471 391 c 0\n 504 362 535 335 563 303 c 0\n 594 269 629 235 662 198 c 0\n 685 174 690 143 675 129 c 128\n 660 115 629 123 607 148 c 0\n 574 184 542 222 511 258 c 0\n 483 289 461 323 433 350 c 1\n 433 350 l 1\n 407 374 381 403 358 427 c 0\n 345 440 339 458 331 472 c 0\n 326 483 321 496 323 510 c 0\n 325 527 335 544 346 556 c 1\n 346 556 l 1\n 359 570 370 585 383 597 c 0\n 402 613 421 637 446 657 c 1\n 446 657 l 1\n 475 683 506 708 534 732 c 0\n 557 753 575 776 584 792 c 1\n 584 792 l 1\n 590 803 601 813 601 826 c 0\n 601 840 603 858 598 874 c 0\nEndSplineSet\nEndChar\nStartChar: uni3051\nEncoding: 12369 12369 3018\nWidth: 1000\nFlags: W\nVStem: 97.3894 60.4906<352 417> 667.681 56.5836<478.275 600.919>\nFore\n667 601 m 0\n 591 598 524 594 476 586 c 1\n 476 586 l 1\n 447 581 418 563 384 578 c 1\n 384 578 l 1\n 344 596 346 645 328 675 c 0\n 325 682 324 690 328 692 c 0\n 331 695 338 692 343 686 c 0\n 365 658 406 650 414 647 c 1\n 414 647 l 1\n 420 645 438 636 469 639 c 1\n 469 639 l 1\n 520 645 588 652 665 660 c 1\n 663 701 660 739 659 769 c 1\n 659 769 l 1\n 657 799 648 811 645 817 c 1\n 645 817 l 1\n 640 824 625 867 593 887 c 0\n 588 890 585 895 586 899 c 0\n 588 902 594 902 600 900 c 0\n 634 885 684 894 708 857 c 1\n 708 857 l 1\n 727 827 716 798 716 770 c 1\n 716 770 l 1\n 716 743 718 706 720 665 c 1\n 771 670 824 674 878 678 c 0\n 908 680 934 666 935 647 c 0\n 936 627 912 610 882 609 c 0\n 828 607 774 605 723 603 c 1\n 726 509 726 401 701 311 c 0\n 668 190 578 125 507 50 c 0\n 505 48 503 47 502 48 c 0\n 500 49 501 52 503 54 c 0\n 570 132 618 219 646 326 c 0\n 667 405 670 509 667 601 c 0\n172 225 m 1\n 179 234 185 244 189 255 c 0\n 212 313 240 360 261 410 c 0\n 263 413 266 416 268 415 c 0\n 271 414 271 410 270 406 c 0\n 247 357 230 305 212 247 c 0\n 205 228 204 207 202 189 c 0\n 201 180 200 171 197 163 c 0\n 193 154 188 141 166 138 c 1\n 166 138 l 1\n 144 136 131 150 125 159 c 0\n 120 167 117 175 115 184 c 0\n 110 202 107 223 104 247 c 0\n 85 397 110 626 132 737 c 0\n 138 767 133 782 131 788 c 1\n 131 788 l 1\n 130 796 130 839 109 865 c 0\n 104 871 103 879 106 881 c 0\n 109 884 116 882 122 877 c 0\n 147 854 193 847 204 807 c 1\n 204 807 l 1\n 213 774 194 751 187 724 c 0\n 162 625 146 390 166 255 c 0\n 168 244 170 234 172 225 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni3052\nEncoding: 12370 12370 3019\nWidth: 1000\nFlags: W\nVStem: 140.148 60.0674<394 458> 171 74.2463<778 781> 663.414 56.967<506 602>\nFore\n837 893 m 0\n 834 895 832 898 833 900 c 128\n 834 902 838 903 841 901 c 0\n 871 886 908 884 930 861 c 1\n 930 861 l 1\n 944 846 956 832 963 819 c 0\n 973 796 970 772 954 766 c 0\n 939 759 920 773 910 796 c 0\n 905 810 906 823 899 833 c 0\n 887 848 866 876 837 893 c 0\n760 838 m 0\n 756 840 754 843 755 845 c 128\n 756 847 760 847 764 846 c 0\n 793 833 830 833 852 809 c 0\n 866 793 877 777 883 763 c 0\n 893 739 888 716 873 710 c 128\n 858 704 839 718 830 742 c 0\n 825 757 825 770 817 780 c 0\n 806 794 787 822 760 838 c 0\n664 612 m 0\n 595 610 534 606 491 599 c 0\n 464 594 437 577 405 591 c 1\n 405 591 l 1\n 367 608 371 654 354 681 c 0\n 350 688 350 695 353 698 c 0\n 357 700 364 697 369 691 c 0\n 389 667 429 662 434 660 c 1\n 434 660 l 1\n 439 658 455 649 483 652 c 0\n 530 657 592 664 662 671 c 1\n 660 706 658 739 656 765 c 128\n 654 791 645 802 643 805 c 1\n 643 805 l 1\n 640 810 627 852 598 869 c 0\n 592 873 589 878 591 881 c 0\n 592 884 599 885 605 882 c 0\n 636 870 683 881 706 846 c 1\n 706 846 l 1\n 724 818 713 791 713 766 c 0\n 713 742 715 711 717 676 c 1\n 763 680 811 684 860 687 c 0\n 890 690 916 675 917 656 c 0\n 918 636 894 620 863 619 c 0\n 815 617 766 615 720 614 c 1\n 723 531 722 435 699 355 c 0\n 669 246 584 190 519 123 c 1\n 517 122 515 121 514 122 c 128\n 513 123 513 126 515 127 c 1\n 576 197 619 276 645 371 c 0\n 664 440 666 530 664 612 c 0\n213 284 m 1\n 218 291 222 299 226 307 c 0\n 247 358 273 400 293 445 c 0\n 295 448 298 451 300 450 c 0\n 302 448 303 445 301 441 c 0\n 280 397 265 350 248 299 c 0\n 243 282 242 263 240 247 c 0\n 240 238 239 230 236 222 c 0\n 232 214 226 201 205 199 c 1\n 205 199 l 1\n 185 196 172 210 166 218 c 0\n 161 227 158 234 156 242 c 0\n 151 259 148 278 146 299 c 0\n 129 433 152 637 172 737 c 0\n 177 764 171 777 171 781 c 1\n 171 781 l 1\n 170 786 172 826 153 850 c 0\n 148 856 146 863 149 866 c 128\n 152 869 159 867 165 862 c 0\n 188 842 233 838 243 800 c 1\n 243 800 l 1\n 252 769 234 748 227 724 c 0\n 204 637 189 426 208 307 c 0\n 210 299 211 291 213 284 c 1\nEndSplineSet\nMinimumDistance: x41,-1 \nEndChar\nStartChar: uni3053\nEncoding: 12371 12371 3020\nWidth: 1000\nFlags: W\nHStem: 139.598 64.0244<503 519>\nFore\n243 411 m 0\n 244 412 245 413 246 413 c 1\n 246 410 l 0\n 229 373 226 333 233 307 c 0\n 243 271 301 240 363 220 c 1\n 363 220 l 1\n 474 185 618 213 766 235 c 0\n 799 240 828 227 831 207 c 0\n 834 186 810 166 777 161 c 0\n 629 139 475 123 346 166 c 1\n 346 166 l 1\n 273 190 213 242 201 299 c 0\n 192 341 224 375 243 411 c 0\n687 727 m 1\n 682 729 677 730 673 731 c 0\n 610 742 540 742 470 748 c 0\n 406 754 350 784 292 801 c 0\n 286 803 282 807 283 811 c 128\n 284 815 290 817 296 815 c 0\n 355 801 415 798 474 793 c 0\n 538 787 609 799 681 790 c 0\n 699 788 716 788 732 785 c 0\n 739 784 747 782 756 778 c 0\n 764 773 781 762 780 737 c 1\n 780 737 l 1\n 779 714 765 706 757 702 c 0\n 749 699 742 699 735 699 c 0\n 720 699 705 700 692 696 c 1\n 692 696 l 1\n 649 683 607 675 568 658 c 0\n 566 657 563 657 563 659 c 0\n 562 660 563 662 566 663 c 0\n 604 680 639 706 682 725 c 1\n 682 725 l 1\n 683 725 685 726 687 727 c 1\nEndSplineSet\nEndChar\nStartChar: uni3054\nEncoding: 12372 12372 3021\nWidth: 1000\nFlags: W\nHStem: 139.598 64.0244<503 519>\nFore\n837 873 m 0\n 834 875 832 878 833 880 c 128\n 834 882 838 883 841 881 c 0\n 871 866 908 864 930 841 c 1\n 930 841 l 1\n 944 826 956 812 963 799 c 0\n 973 776 970 752 954 746 c 0\n 939 739 920 753 910 776 c 0\n 905 790 906 803 899 813 c 0\n 887 828 866 856 837 873 c 0\n760 818 m 0\n 756 820 754 823 755 825 c 128\n 756 827 760 827 764 826 c 0\n 793 813 830 813 852 789 c 0\n 866 773 877 757 883 743 c 0\n 893 719 888 696 873 690 c 128\n 858 684 839 698 830 722 c 0\n 825 737 825 750 817 760 c 0\n 806 774 787 802 760 818 c 0\n243 411 m 0\n 244 412 245 413 246 413 c 1\n 246 410 l 0\n 229 373 226 333 233 307 c 0\n 243 271 301 240 363 220 c 1\n 363 220 l 1\n 474 185 618 213 766 235 c 0\n 799 240 828 227 831 207 c 0\n 834 186 810 166 777 161 c 0\n 629 139 475 123 346 166 c 1\n 346 166 l 1\n 273 190 213 242 201 299 c 0\n 192 341 224 375 243 411 c 0\n687 727 m 1\n 682 729 677 730 673 731 c 0\n 610 742 540 742 470 748 c 0\n 406 754 350 784 292 801 c 0\n 286 803 282 807 283 811 c 128\n 284 815 290 817 296 815 c 0\n 355 801 415 798 474 793 c 0\n 538 787 609 799 681 790 c 0\n 699 788 716 788 732 785 c 0\n 739 784 747 782 756 778 c 0\n 764 773 781 762 780 737 c 1\n 780 737 l 1\n 779 714 765 706 757 702 c 0\n 749 699 742 699 735 699 c 0\n 720 699 705 700 692 696 c 1\n 692 696 l 1\n 649 683 607 675 568 658 c 0\n 566 657 563 657 563 659 c 0\n 562 660 563 662 566 663 c 0\n 604 680 639 706 682 725 c 1\n 682 725 l 1\n 683 725 685 726 687 727 c 1\nEndSplineSet\nEndChar\nStartChar: uni3055\nEncoding: 12373 12373 3022\nWidth: 1000\nFlags: W\nHStem: 88 75<621.031 622 622.031 635.745> 451.792 34.9982<488 513>\nFore\n606 717 m 1\n 517 700 437 684 383 668 c 0\n 356 660 332 640 299 644 c 1\n 299 644 l 1\n 260 650 240 693 211 712 c 0\n 204 717 199 725 202 729 c 0\n 204 733 213 734 221 730 c 0\n 253 715 294 724 310 722 c 1\n 310 722 l 1\n 323 720 342 712 371 718 c 0\n 425 729 501 749 586 770 c 1\n 577 792 568 812 559 827 c 1\n 559 827 l 1\n 547 849 533 852 523 857 c 1\n 523 857 l 1\n 513 862 486 891 456 894 c 0\n 448 895 442 899 442 904 c 0\n 442 908 449 912 457 912 c 0\n 487 913 522 940 556 924 c 1\n 556 924 l 1\n 585 911 596 881 610 854 c 1\n 610 854 l 1\n 620 834 629 809 639 783 c 1\n 667 790 696 797 725 804 c 0\n 752 810 777 801 781 784 c 0\n 785 766 765 748 738 742 c 0\n 712 737 685 732 659 727 c 1\n 681 661 704 590 728 537 c 1\n 728 537 l 1\n 737 518 748 503 757 487 c 0\n 761 479 765 471 767 460 c 128\n 769 449 769 431 755 417 c 1\n 755 417 l 1\n 742 402 726 401 715 402 c 0\n 704 402 696 405 687 409 c 0\n 669 416 651 425 632 430 c 0\n 559 448 488 462 406 442 c 0\n 327 423 246 368 239 329 c 0\n 233 294 281 238 339 205 c 1\n 339 205 l 1\n 418 159 517 164 622 163 c 0\n 656 163 682 145 682 124 c 0\n 681 103 654 87 621 88 c 0\n 516 91 405 99 310 156 c 0\n 241 197 182 267 195 337 c 0\n 210 416 313 454 398 474 c 0\n 487 494 565 490 642 476 c 0\n 658 473 675 473 688 474 c 1\n 686 485 681 500 676 514 c 1\n 676 514 l 1\n 652 575 629 651 606 717 c 1\nEndSplineSet\nEndChar\nStartChar: uni3056\nEncoding: 12374 12374 3023\nWidth: 1000\nFlags: W\nHStem: 88 75<621.031 622 622.031 635.745> 451.792 34.9982<488 513>\nFore\n875 960 m 0\n 871 962 869 966 871 968 c 0\n 872 970 875 970 879 968 c 0\n 909 954 946 952 968 928 c 1\n 968 928 l 1\n 981 913 994 900 1000 886 c 0\n 1011 863 1007 840 992 833 c 0\n 977 827 957 841 948 864 c 0\n 943 878 944 891 936 900 c 1\n 936 900 l 1\n 924 915 903 944 875 960 c 0\n797 905 m 0\n 794 907 792 911 793 913 c 128\n 794 915 798 915 801 913 c 0\n 830 900 867 900 889 876 c 1\n 889 876 l 1\n 903 861 915 845 921 830 c 0\n 930 807 926 783 911 777 c 128\n 896 771 876 786 868 810 c 0\n 862 824 862 838 855 847 c 1\n 855 847 l 1\n 844 861 825 890 797 905 c 0\n606 717 m 1\n 517 700 437 684 383 668 c 0\n 356 660 332 640 299 644 c 1\n 299 644 l 1\n 260 650 240 693 211 712 c 0\n 204 717 199 725 202 729 c 0\n 204 733 213 734 221 730 c 0\n 253 715 294 724 310 722 c 1\n 310 722 l 1\n 323 720 342 712 371 718 c 0\n 425 729 501 749 586 770 c 1\n 577 792 568 812 559 827 c 1\n 559 827 l 1\n 547 849 533 852 523 857 c 1\n 523 857 l 1\n 513 862 486 891 456 894 c 0\n 448 895 442 899 442 904 c 0\n 442 908 449 912 457 912 c 0\n 487 913 522 940 556 924 c 1\n 556 924 l 1\n 585 911 596 881 610 854 c 1\n 610 854 l 1\n 620 834 629 809 639 783 c 1\n 667 790 696 797 725 804 c 0\n 752 810 777 801 781 784 c 0\n 785 766 765 748 738 742 c 0\n 712 737 685 732 659 727 c 1\n 681 661 704 590 728 537 c 1\n 728 537 l 1\n 737 518 748 503 757 487 c 0\n 761 479 765 471 767 460 c 128\n 769 449 769 431 755 417 c 1\n 755 417 l 1\n 742 402 726 401 715 402 c 0\n 704 402 696 405 687 409 c 0\n 669 416 651 425 632 430 c 0\n 559 448 488 462 406 442 c 0\n 327 423 246 368 239 329 c 0\n 233 294 281 238 339 205 c 1\n 339 205 l 1\n 418 159 517 164 622 163 c 0\n 656 163 682 145 682 124 c 0\n 681 103 654 87 621 88 c 0\n 516 91 405 99 310 156 c 0\n 241 197 182 267 195 337 c 0\n 210 416 313 454 398 474 c 0\n 487 494 565 490 642 476 c 0\n 658 473 675 473 688 474 c 1\n 686 485 681 500 676 514 c 1\n 676 514 l 1\n 652 575 629 651 606 717 c 1\nEndSplineSet\nEndChar\nStartChar: uni3057\nEncoding: 12375 12375 3024\nWidth: 1000\nFlags: W\nHStem: 105.258 63.3549<431 463>\nVStem: 257.752 59.8974<332.201 441>\nFore\n257 920 m 0\n 255 924 254 929 257 931 c 0\n 259 933 264 931 267 927 c 0\n 287 902 329 890 339 855 c 0\n 349 821 337 792 333 757 c 0\n 320 655 314 467 318 332 c 0\n 321 258 329 209 356 188 c 0\n 389 163 480 161 560 187 c 0\n 666 221 770 281 864 359 c 0\n 867 362 871 362 872 360 c 1\n 874 359 873 355 870 352 c 0\n 779 271 699 170 578 130 c 0\n 488 100 384 90 319 141 c 1\n 319 141 l 1\n 266 183 261 254 258 330 c 0\n 255 470 271 657 279 762 c 0\n 282 798 277 820 273 837 c 0\n 268 854 274 893 257 920 c 0\nEndSplineSet\nEndChar\nStartChar: uni3058\nEncoding: 12376 12376 3025\nWidth: 1000\nFlags: W\nHStem: 135.973 63.7153<393 425>\nVStem: 249.424 58.8997<327.084 427.805>\nFore\n585 810 m 0\n 581 812 579 816 581 818 c 0\n 582 820 585 820 589 818 c 0\n 619 804 656 802 678 778 c 0\n 691 763 704 750 710 736 c 0\n 721 713 717 690 702 683 c 0\n 687 677 667 691 658 714 c 0\n 653 728 654 741 646 750 c 0\n 634 765 613 794 585 810 c 0\n507 755 m 0\n 504 757 502 761 503 763 c 128\n 504 765 508 765 511 763 c 0\n 540 750 577 750 599 726 c 0\n 613 711 625 695 631 680 c 0\n 640 657 636 633 621 627 c 128\n 606 621 586 636 578 660 c 0\n 572 674 572 688 565 697 c 0\n 554 711 535 740 507 755 c 0\n252 802 m 0\n 249 807 249 812 251 814 c 0\n 253 815 258 813 261 810 c 0\n 279 790 318 783 328 753 c 0\n 337 723 325 698 321 670 c 0\n 310 588 305 435 309 327 c 0\n 312 267 320 230 340 214 c 0\n 366 195 444 193 513 214 c 0\n 604 242 695 286 777 349 c 0\n 780 351 784 352 785 350 c 0\n 787 348 785 345 782 342 c 0\n 704 276 635 190 531 157 c 0\n 452 131 362 122 304 167 c 0\n 257 202 252 262 250 324 c 0\n 246 438 261 590 268 676 c 0\n 270 705 264 722 261 733 c 0\n 258 745 266 780 252 802 c 0\nEndSplineSet\nEndChar\nStartChar: uni3059\nEncoding: 12377 12377 3026\nWidth: 1000\nFlags: W\nHStem: 687 21G<258 258>\nVStem: 359.24 27.5551<402 427> 593 53<730 755> 596.169 51.6724<571.027 677.966>\nFore\n589 468 m 0\n 585 496 577 517 565 527 c 0\n 552 538 531 546 504 544 c 0\n 478 543 448 532 428 512 c 0\n 387 473 375 401 398 365 c 0\n 416 337 457 332 490 335 c 1\n 490 335 l 1\n 524 339 550 355 568 391 c 1\n 568 391 l 1\n 578 411 585 438 589 468 c 0\n593 726 m 1\n 593 737 593 747 593 756 c 0\n 592 790 580 807 576 820 c 1\n 576 820 l 1\n 571 836 572 879 552 909 c 0\n 546 918 545 928 550 931 c 0\n 554 935 564 931 571 924 c 0\n 595 897 640 884 653 846 c 1\n 653 846 l 1\n 664 813 648 787 646 755 c 0\n 646 748 646 739 646 730 c 1\n 733 736 810 736 886 732 c 0\n 914 730 936 715 935 698 c 0\n 934 680 910 667 883 669 c 0\n 806 674 731 683 647 681 c 1\n 648 625 650 558 643 496 c 1\n 651 464 652 428 649 392 c 0\n 644 322 623 246 594 188 c 0\n 553 104 485 76 435 37 c 0\n 432 35 428 34 426 36 c 0\n 425 38 426 41 429 44 c 0\n 477 86 506 140 540 213 c 0\n 555 246 569 286 578 326 c 1\n 554 305 525 293 494 291 c 1\n 494 291 l 1\n 448 287 400 311 376 351 c 0\n 344 402 357 483 406 534 c 0\n 431 559 463 577 498 586 c 0\n 531 594 568 592 596 571 c 1\n 597 607 596 645 595 678 c 1\n 480 670 346 646 261 639 c 1\n 261 639 l 1\n 227 636 197 629 167 639 c 1\n 167 639 l 1\n 133 650 113 688 84 708 c 0\n 78 713 74 719 77 723 c 0\n 79 727 87 727 94 723 c 0\n 124 707 164 709 187 702 c 1\n 187 702 l 1\n 208 696 227 686 258 687 c 1\n 258 687 l 1\n 338 690 474 716 593 726 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni305A\nEncoding: 12378 12378 3027\nWidth: 1000\nFlags: W\nHStem: 687 21G<258 258>\nVStem: 359.24 27.5551<402 427> 593 53<730 755> 596.169 51.6724<571.027 677.966>\nFore\n767 935 m 0\n 764 937 762 941 763 943 c 128\n 764 945 768 945 771 943 c 0\n 801 929 838 927 860 903 c 1\n 860 903 l 1\n 874 888 886 875 893 861 c 0\n 903 838 900 815 884 808 c 0\n 869 802 850 816 840 839 c 0\n 835 853 836 866 829 875 c 1\n 829 875 l 1\n 817 890 796 919 767 935 c 0\n690 880 m 0\n 686 882 684 886 685 888 c 128\n 686 890 690 890 694 888 c 0\n 723 875 760 875 782 851 c 1\n 782 851 l 1\n 796 836 807 820 813 805 c 0\n 823 782 818 758 803 752 c 128\n 788 746 769 761 760 785 c 0\n 755 799 755 813 747 822 c 1\n 747 822 l 1\n 736 836 717 865 690 880 c 0\n589 468 m 0\n 585 496 577 517 565 527 c 0\n 552 538 531 546 504 544 c 0\n 478 543 448 532 428 512 c 0\n 387 473 375 401 398 365 c 0\n 416 337 457 332 490 335 c 1\n 490 335 l 1\n 524 339 550 355 568 391 c 1\n 568 391 l 1\n 578 411 585 438 589 468 c 0\n593 726 m 1\n 593 737 593 747 593 756 c 0\n 592 790 580 807 576 820 c 1\n 576 820 l 1\n 571 836 572 879 552 909 c 0\n 546 918 545 928 550 931 c 0\n 554 935 564 931 571 924 c 0\n 595 897 640 884 653 846 c 1\n 653 846 l 1\n 664 813 648 787 646 755 c 0\n 646 748 646 739 646 730 c 1\n 733 736 810 736 886 732 c 0\n 914 730 936 715 935 698 c 0\n 934 680 910 667 883 669 c 0\n 806 674 731 683 647 681 c 1\n 648 625 650 558 643 496 c 1\n 651 464 652 428 649 392 c 0\n 644 322 623 246 594 188 c 0\n 553 104 485 76 435 37 c 0\n 432 35 428 34 426 36 c 0\n 425 38 426 41 429 44 c 0\n 477 86 506 140 540 213 c 0\n 555 246 569 286 578 326 c 1\n 554 305 525 293 494 291 c 1\n 494 291 l 1\n 448 287 400 311 376 351 c 0\n 344 402 357 483 406 534 c 0\n 431 559 463 577 498 586 c 0\n 531 594 568 592 596 571 c 1\n 597 607 596 645 595 678 c 1\n 480 670 346 646 261 639 c 1\n 261 639 l 1\n 227 636 197 629 167 639 c 1\n 167 639 l 1\n 133 650 113 688 84 708 c 0\n 78 713 74 719 77 723 c 0\n 79 727 87 727 94 723 c 0\n 124 707 164 709 187 702 c 1\n 187 702 l 1\n 208 696 227 686 258 687 c 1\n 258 687 l 1\n 338 690 474 716 593 726 c 1\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: uni305B\nEncoding: 12379 12379 3028\nWidth: 1000\nFlags: W\nHStem: 95.5851 64.9185<598 624>\nVStem: 314 56<302 510.936>\nFore\n316 511 m 1\n 293 507 271 504 253 501 c 1\n 253 501 l 1\n 227 497 202 486 174 496 c 1\n 174 496 l 1\n 140 509 132 552 110 573 c 0\n 103 580 100 588 104 592 c 0\n 107 596 115 594 123 589 c 0\n 148 571 187 574 200 570 c 1\n 200 570 l 1\n 210 567 222 558 246 560 c 1\n 246 560 l 1\n 266 562 290 565 318 569 c 1\n 319 605 320 638 321 665 c 1\n 321 665 l 1\n 322 697 314 715 310 726 c 1\n 310 726 l 1\n 305 738 304 776 284 799 c 0\n 278 806 276 814 279 818 c 1\n 283 821 292 819 299 814 c 0\n 322 794 365 789 379 755 c 1\n 379 755 l 1\n 393 722 381 693 378 661 c 1\n 378 661 l 1\n 376 638 374 609 373 578 c 1\n 435 588 505 598 570 604 c 0\n 601 607 631 608 660 610 c 1\n 666 654 669 698 675 738 c 0\n 679 768 674 789 672 798 c 1\n 672 798 l 1\n 669 806 668 843 647 863 c 1\n 641 870 638 878 641 882 c 128\n 644 886 653 884 661 879 c 0\n 684 862 728 860 742 823 c 1\n 742 823 l 1\n 756 787 740 757 734 728 c 0\n 727 693 721 653 713 611 c 1\n 770 612 824 610 877 605 c 0\n 910 603 936 584 934 563 c 128\n 932 542 904 528 871 531 c 0\n 815 536 759 543 701 547 c 1\n 691 498 680 450 672 409 c 0\n 670 398 671 385 669 372 c 0\n 667 358 660 337 638 328 c 1\n 638 328 l 1\n 614 319 598 332 588 344 c 0\n 578 355 571 367 562 374 c 0\n 540 389 524 405 506 418 c 0\n 502 421 500 426 502 429 c 0\n 504 431 509 431 513 428 c 0\n 531 414 550 403 572 392 c 0\n 582 387 596 388 606 392 c 0\n 614 396 616 405 609 404 c 1\n 612 408 615 415 617 422 c 0\n 628 461 640 504 649 549 c 1\n 625 549 600 549 574 547 c 0\n 508 543 436 532 372 521 c 1\n 370 453 370 380 370 321 c 0\n 371 264 367 224 386 201 c 0\n 404 179 449 172 499 165 c 1\n 499 165 l 1\n 581 154 678 165 777 171 c 0\n 809 173 836 159 837 139 c 128\n 838 119 814 102 782 100 c 0\n 682 93 581 91 490 106 c 1\n 490 106 l 1\n 435 115 384 137 353 175 c 0\n 322 212 314 262 314 320 c 0\n 313 377 314 446 316 511 c 1\nEndSplineSet\nMinimumDistance: x57,-1 \nEndChar\nStartChar: uni305C\nEncoding: 12380 12380 3029\nWidth: 1000\nFlags: W\nHStem: 95.5851 64.9185<598 624>\nVStem: 314 56<302 510.936>\nFore\n857 828 m 0\n 854 830 852 833 853 835 c 128\n 854 837 858 838 861 836 c 0\n 891 821 928 819 950 796 c 0\n 964 781 976 767 983 754 c 0\n 993 731 990 707 974 701 c 0\n 959 694 940 708 930 731 c 0\n 925 745 926 758 919 768 c 0\n 907 783 886 811 857 828 c 0\n780 773 m 0\n 776 775 774 778 775 780 c 128\n 776 782 780 782 784 781 c 0\n 813 768 850 768 872 744 c 0\n 886 728 897 712 903 698 c 0\n 913 674 908 651 893 645 c 128\n 878 639 859 653 850 677 c 0\n 845 692 845 705 837 715 c 0\n 826 729 807 757 780 773 c 0\n316 511 m 1\n 293 507 271 504 253 501 c 1\n 253 501 l 1\n 227 497 202 486 174 496 c 1\n 174 496 l 1\n 140 509 132 552 110 573 c 0\n 103 580 100 588 104 592 c 0\n 107 596 115 594 123 589 c 0\n 148 571 187 574 200 570 c 1\n 200 570 l 1\n 210 567 222 558 246 560 c 1\n 246 560 l 1\n 266 562 290 565 318 569 c 1\n 319 605 320 638 321 665 c 1\n 321 665 l 1\n 322 697 314 715 310 726 c 1\n 310 726 l 1\n 305 738 304 776 284 799 c 0\n 278 806 276 814 279 818 c 1\n 283 821 292 819 299 814 c 0\n 322 794 365 789 379 755 c 1\n 379 755 l 1\n 393 722 381 693 378 661 c 1\n 378 661 l 1\n 376 638 374 609 373 578 c 1\n 435 588 505 598 570 604 c 0\n 601 607 631 608 660 610 c 1\n 666 654 669 698 675 738 c 0\n 679 768 674 789 672 798 c 1\n 672 798 l 1\n 669 806 668 843 647 863 c 1\n 641 870 638 878 641 882 c 128\n 644 886 653 884 661 879 c 0\n 684 862 728 860 742 823 c 1\n 742 823 l 1\n 756 787 740 757 734 728 c 0\n 727 693 721 653 713 611 c 1\n 770 612 824 610 877 605 c 0\n 910 603 936 584 934 563 c 128\n 932 542 904 528 871 531 c 0\n 815 536 759 543 701 547 c 1\n 691 498 680 450 672 409 c 0\n 670 398 671 385 669 372 c 0\n 667 358 660 337 638 328 c 1\n 638 328 l 1\n 614 319 598 332 588 344 c 0\n 578 355 571 367 562 374 c 0\n 540 389 524 405 506 418 c 0\n 502 421 500 426 502 429 c 0\n 504 431 509 431 513 428 c 0\n 531 414 550 403 572 392 c 0\n 582 387 596 388 606 392 c 0\n 614 396 616 405 609 404 c 1\n 612 408 615 415 617 422 c 0\n 628 461 640 504 649 549 c 1\n 625 549 600 549 574 547 c 0\n 508 543 436 532 372 521 c 1\n 370 453 370 380 370 321 c 0\n 371 264 367 224 386 201 c 0\n 404 179 449 172 499 165 c 1\n 499 165 l 1\n 581 154 678 165 777 171 c 0\n 809 173 836 159 837 139 c 128\n 838 119 814 102 782 100 c 0\n 682 93 581 91 490 106 c 1\n 490 106 l 1\n 435 115 384 137 353 175 c 0\n 322 212 314 262 314 320 c 0\n 313 377 314 446 316 511 c 1\nEndSplineSet\nMinimumDistance: x73,-1 \nEndChar\nStartChar: uni305D\nEncoding: 12381 12381 3030\nWidth: 1000\nFlags: W\nVStem: 399.246 36.0984<303 322>\nFore\n622 852 m 1\n 617 852 613 851 608 851 c 0\n 545 843 478 830 432 814 c 1\n 432 814 l 1\n 411 807 394 786 366 789 c 0\n 335 792 320 827 297 840 c 1\n 291 845 287 851 289 855 c 0\n 290 858 298 859 305 856 c 0\n 330 847 361 858 373 857 c 0\n 383 856 399 847 422 852 c 1\n 422 852 l 1\n 469 863 536 883 601 895 c 0\n 618 898 635 904 650 908 c 0\n 657 910 665 911 673 911 c 0\n 682 910 699 908 708 887 c 1\n 708 887 l 1\n 717 864 705 850 699 844 c 0\n 693 837 686 833 678 828 c 0\n 664 819 646 810 630 800 c 0\n 569 758 507 726 448 686 c 0\n 383 640 319 586 242 537 c 1\n 242 537 l 1\n 240 535 237 533 234 531 c 1\n 237 532 240 532 243 533 c 1\n 243 533 l 1\n 328 549 406 553 482 564 c 0\n 556 575 630 593 713 601 c 0\n 735 604 759 608 778 610 c 0\n 787 611 795 612 803 612 c 0\n 807 612 810 612 815 611 c 0\n 820 609 830 609 837 592 c 1\n 837 592 l 1\n 844 576 834 561 829 556 c 0\n 824 552 821 551 817 549 c 0\n 810 546 803 543 794 540 c 0\n 775 535 752 529 727 520 c 0\n 615 483 478 434 444 361 c 0\n 424 318 438 263 467 225 c 0\n 499 181 564 164 628 137 c 0\n 656 125 672 101 665 84 c 0\n 657 66 628 61 600 74 c 0\n 537 103 473 143 432 201 c 0\n 397 251 388 319 415 375 c 0\n 456 463 581 518 689 557 c 1\n 619 551 553 542 487 532 c 0\n 410 520 334 506 251 488 c 1\n 251 488 l 1\n 229 483 205 476 187 471 c 0\n 177 468 169 466 161 465 c 0\n 157 464 154 464 148 465 c 0\n 142 465 129 466 122 484 c 0\n 114 501 123 512 127 517 c 0\n 131 521 134 523 137 525 c 0\n 144 530 152 533 161 538 c 0\n 179 546 201 557 222 569 c 1\n 222 569 l 1\n 297 616 365 664 431 710 c 0\n 490 751 547 793 604 836 c 0\n 610 841 616 846 622 852 c 1\nEndSplineSet\nEndChar\nStartChar: uni305E\nEncoding: 12382 12382 3031\nWidth: 1000\nFlags: W\nVStem: 399.246 36.0984<303 322>\nFore\n805 838 m 0\n 801 840 799 843 801 845 c 0\n 802 847 805 848 809 846 c 0\n 839 831 876 829 898 806 c 0\n 911 791 924 777 930 764 c 0\n 941 741 937 717 922 711 c 0\n 907 704 887 718 878 741 c 0\n 873 755 874 768 866 778 c 0\n 854 793 833 821 805 838 c 0\n727 783 m 0\n 724 785 722 788 723 790 c 128\n 724 792 728 792 731 791 c 0\n 760 778 797 778 819 754 c 0\n 833 738 845 722 851 708 c 0\n 860 684 856 661 841 655 c 128\n 826 649 806 663 798 687 c 0\n 792 702 792 715 785 725 c 0\n 774 739 755 767 727 783 c 0\n622 852 m 1\n 617 852 613 851 608 851 c 0\n 545 843 478 830 432 814 c 1\n 432 814 l 1\n 411 807 394 786 366 789 c 0\n 335 792 320 827 297 840 c 1\n 291 845 287 851 289 855 c 0\n 290 858 298 859 305 856 c 0\n 330 847 361 858 373 857 c 0\n 383 856 399 847 422 852 c 1\n 422 852 l 1\n 469 863 536 883 601 895 c 0\n 618 898 635 904 650 908 c 0\n 657 910 665 911 673 911 c 0\n 682 910 699 908 708 887 c 1\n 708 887 l 1\n 717 864 705 850 699 844 c 0\n 693 837 686 833 678 828 c 0\n 664 819 646 810 630 800 c 0\n 569 758 507 726 448 686 c 0\n 383 640 319 586 242 537 c 1\n 242 537 l 1\n 240 535 237 533 234 531 c 1\n 237 532 240 532 243 533 c 1\n 243 533 l 1\n 328 549 406 553 482 564 c 0\n 556 575 630 593 713 601 c 0\n 735 604 759 608 778 610 c 0\n 787 611 795 612 803 612 c 0\n 807 612 810 612 815 611 c 0\n 820 609 830 609 837 592 c 1\n 837 592 l 1\n 844 576 834 561 829 556 c 0\n 824 552 821 551 817 549 c 0\n 810 546 803 543 794 540 c 0\n 775 535 752 529 727 520 c 0\n 615 483 478 434 444 361 c 0\n 424 318 438 263 467 225 c 0\n 499 181 564 164 628 137 c 0\n 656 125 672 101 665 84 c 0\n 657 66 628 61 600 74 c 0\n 537 103 473 143 432 201 c 0\n 397 251 388 319 415 375 c 0\n 456 463 581 518 689 557 c 1\n 619 551 553 542 487 532 c 0\n 410 520 334 506 251 488 c 1\n 251 488 l 1\n 229 483 205 476 187 471 c 0\n 177 468 169 466 161 465 c 0\n 157 464 154 464 148 465 c 0\n 142 465 129 466 122 484 c 0\n 114 501 123 512 127 517 c 0\n 131 521 134 523 137 525 c 0\n 144 530 152 533 161 538 c 0\n 179 546 201 557 222 569 c 1\n 222 569 l 1\n 297 616 365 664 431 710 c 0\n 490 751 547 793 604 836 c 0\n 610 841 616 846 622 852 c 1\nEndSplineSet\nEndChar\nStartChar: uni305F\nEncoding: 12383 12383 3032\nWidth: 1000\nFlags: W\nHStem: 83.568 57.5626<669 685> 550 41<664.41 679> 618.127 67.1497<247 250> 687 21G<232 232>\nVStem: 468 2<269 270>\nFore\n325 637 m 0\n 320 636 314 634 309 633 c 0\n 280 625 253 614 222 619 c 1\n 222 619 l 1\n 184 625 161 664 130 683 c 0\n 123 687 119 693 121 697 c 128\n 123 701 131 702 138 699 c 0\n 171 684 212 690 232 687 c 1\n 232 687 l 1\n 249 685 267 682 295 688 c 0\n 310 691 326 696 343 701 c 1\n 349 723 354 743 357 761 c 0\n 363 791 354 808 351 817 c 0\n 347 829 341 870 316 894 c 0\n 310 900 308 907 311 910 c 0\n 313 914 321 912 327 908 c 0\n 355 887 403 882 418 844 c 0\n 431 810 415 781 407 750 c 0\n 404 740 402 730 399 719 c 1\n 454 737 516 760 579 781 c 0\n 607 790 636 783 642 765 c 0\n 648 746 629 724 600 715 c 0\n 523 691 446 670 381 652 c 1\n 360 572 332 476 301 393 c 0\n 262 287 227 198 186 114 c 0\n 171 84 144 68 126 77 c 0\n 107 86 104 118 118 147 c 0\n 160 231 208 311 248 413 c 0\n 276 484 304 565 325 637 c 0\n468 268 m 0\n 468 270 469 271 470 270 c 0\n 471 270 471 269 471 268 c 0\n 467 236 476 205 487 188 c 0\n 501 165 551 152 604 145 c 0\n 685 133 774 151 867 165 c 0\n 897 169 924 157 927 138 c 0\n 929 119 907 100 877 96 c 0\n 784 84 687 76 595 91 c 0\n 536 101 480 129 457 173 c 0\n 441 204 462 237 468 268 c 0\n545 555 m 0\n 540 554 535 556 535 560 c 0\n 534 563 539 566 544 566 c 0\n 591 572 638 590 679 591 c 0\n 711 593 742 596 779 588 c 0\n 795 585 812 582 829 577 c 0\n 837 575 845 572 854 566 c 0\n 862 560 874 547 873 527 c 1\n 873 527 l 1\n 873 506 860 497 851 492 c 0\n 842 488 834 487 825 487 c 0\n 808 486 791 487 778 483 c 0\n 757 477 740 477 725 473 c 0\n 723 472 720 472 720 474 c 0\n 719 476 721 477 724 478 c 0\n 738 483 750 494 771 503 c 0\n 779 506 787 513 793 520 c 1\n 786 525 775 530 765 533 c 0\n 733 542 710 550 680 550 c 0\n 641 549 593 558 545 555 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni3060\nEncoding: 12384 12384 3033\nWidth: 1000\nFlags: W\nHStem: 83.8058 57.2701<664 685> 550 41<664.41 679> 618.127 67.1497<247 250> 687 21G<232 232>\nVStem: 468 2<269 270>\nFore\n737 855 m 0\n 734 857 732 861 733 863 c 128\n 734 865 738 865 741 863 c 0\n 771 849 808 847 830 823 c 1\n 830 823 l 1\n 844 808 856 795 863 781 c 0\n 873 758 870 735 854 728 c 0\n 839 722 820 736 810 759 c 0\n 805 773 806 786 799 795 c 1\n 799 795 l 1\n 787 810 766 839 737 855 c 0\n660 800 m 0\n 656 802 654 806 655 808 c 128\n 656 810 660 810 664 808 c 0\n 693 795 730 795 752 771 c 1\n 752 771 l 1\n 766 756 777 740 783 725 c 0\n 793 702 788 678 773 672 c 128\n 758 666 739 681 730 705 c 0\n 725 719 725 733 717 742 c 1\n 717 742 l 1\n 706 756 687 785 660 800 c 0\n325 637 m 0\n 320 636 314 634 309 633 c 0\n 280 625 253 614 222 619 c 1\n 222 619 l 1\n 184 625 161 664 130 683 c 0\n 123 687 119 693 121 697 c 128\n 123 701 131 702 138 699 c 0\n 171 684 212 690 232 687 c 1\n 232 687 l 1\n 249 685 267 682 295 688 c 0\n 310 691 326 696 343 701 c 1\n 349 723 354 743 357 761 c 0\n 363 791 354 808 351 817 c 0\n 347 829 341 870 316 894 c 0\n 310 900 308 907 311 910 c 0\n 313 914 321 912 327 908 c 0\n 355 887 403 882 418 844 c 0\n 431 810 415 781 407 750 c 0\n 404 740 402 730 399 719 c 1\n 454 737 516 760 579 781 c 0\n 607 790 636 783 642 765 c 0\n 648 746 629 724 600 715 c 0\n 523 691 446 670 381 652 c 1\n 360 572 332 476 301 393 c 0\n 262 287 227 198 186 114 c 0\n 171 84 144 68 126 77 c 0\n 107 86 104 118 118 147 c 0\n 160 231 208 311 248 413 c 0\n 276 484 304 565 325 637 c 0\n468 268 m 0\n 468 270 469 271 470 270 c 0\n 471 270 471 269 471 268 c 0\n 467 236 476 205 487 188 c 0\n 501 165 551 152 604 145 c 0\n 685 133 774 151 867 165 c 0\n 897 169 924 157 927 138 c 0\n 929 119 907 100 877 96 c 0\n 784 84 687 76 595 91 c 0\n 536 101 480 129 457 173 c 0\n 441 204 462 237 468 268 c 0\n545 555 m 0\n 540 554 535 556 535 560 c 0\n 534 563 539 566 544 566 c 0\n 591 572 638 590 679 591 c 0\n 711 593 742 596 779 588 c 0\n 795 585 812 582 829 577 c 0\n 837 575 845 572 854 566 c 0\n 862 560 874 547 873 527 c 1\n 873 527 l 1\n 873 506 860 497 851 492 c 0\n 842 488 834 487 825 487 c 0\n 808 486 791 487 778 483 c 0\n 757 477 740 477 725 473 c 0\n 723 472 720 472 720 474 c 0\n 719 476 721 477 724 478 c 0\n 738 483 750 494 771 503 c 0\n 779 506 787 513 793 520 c 1\n 786 525 775 530 765 533 c 0\n 733 542 710 550 680 550 c 0\n 641 549 593 558 545 555 c 0\nEndSplineSet\nMinimumDistance: x49,-1 \nEndChar\nStartChar: uni3061\nEncoding: 12385 12385 3034\nWidth: 1000\nFlags: W\nHStem: 85 6<506 508> 481.922 34.9147<608 640>\nVStem: 789.424 72.379<325 356>\nFore\n368 712 m 1\n 341 706 315 700 293 695 c 1\n 293 695 l 1\n 270 690 244 679 217 690 c 0\n 179 705 172 749 151 776 c 0\n 144 785 143 795 147 799 c 0\n 152 803 162 800 169 792 c 0\n 193 767 231 758 242 754 c 0\n 249 751 261 745 283 748 c 1\n 283 748 l 1\n 310 753 343 760 379 769 c 1\n 381 783 384 796 385 808 c 1\n 385 808 l 1\n 388 832 384 843 380 855 c 1\n 380 855 l 1\n 375 871 369 916 344 947 c 0\n 340 952 339 959 342 961 c 0\n 345 964 351 962 355 957 c 0\n 383 929 430 914 443 875 c 1\n 443 875 l 1\n 452 848 443 824 438 799 c 1\n 438 799 l 1\n 437 794 436 788 435 783 c 1\n 450 786 465 790 479 793 c 0\n 536 806 584 823 632 833 c 0\n 664 839 692 828 696 808 c 0\n 699 788 677 768 646 762 c 0\n 597 754 547 752 491 740 c 0\n 469 736 446 731 424 725 c 1\n 408 651 387 559 368 482 c 1\n 368 482 l 1\n 364 467 362 452 361 440 c 1\n 369 442 377 446 385 450 c 0\n 468 493 576 530 676 513 c 1\n 676 513 l 1\n 714 506 752 495 784 475 c 0\n 817 456 846 426 857 387 c 0\n 880 303 831 214 768 157 c 0\n 696 93 598 100 509 85 c 0\n 507 85 504 86 504 88 c 0\n 504 89 506 91 508 91 c 0\n 596 109 675 148 729 199 c 0\n 777 245 799 322 787 368 c 0\n 782 389 771 411 751 432 c 0\n 731 452 702 470 669 477 c 1\n 669 477 l 1\n 584 495 478 463 405 416 c 0\n 390 407 378 393 367 380 c 0\n 362 374 357 368 349 363 c 0\n 340 359 325 352 305 364 c 1\n 305 364 l 1\n 282 377 281 398 282 409 c 128\n 283 420 286 428 290 437 c 0\n 297 455 306 475 313 497 c 1\n 313 497 l 1\n 334 563 354 644 368 712 c 1\nEndSplineSet\nEndChar\nStartChar: uni3062\nEncoding: 12386 12386 3035\nWidth: 1000\nFlags: W\nHStem: 105 6<506 509> 457.711 34.07<605 643> 700 21G<273 273>\nVStem: 806.389 72.7874<329 351>\nFore\n777 890 m 0\n 774 892 772 896 773 898 c 128\n 774 900 778 900 781 898 c 0\n 811 884 848 882 870 858 c 1\n 870 858 l 1\n 884 843 896 830 903 816 c 0\n 913 793 910 770 894 763 c 0\n 879 757 860 771 850 794 c 0\n 845 808 846 821 839 830 c 1\n 839 830 l 1\n 827 845 806 874 777 890 c 0\n700 835 m 0\n 696 837 694 841 695 843 c 128\n 696 845 700 845 704 843 c 0\n 733 830 770 830 792 806 c 1\n 792 806 l 1\n 806 791 817 775 823 760 c 0\n 833 737 828 713 813 707 c 128\n 798 701 779 716 770 740 c 0\n 765 754 765 768 757 777 c 1\n 757 777 l 1\n 746 791 727 820 700 835 c 0\n361 662 m 1\n 332 656 305 651 281 646 c 0\n 257 642 231 630 203 640 c 1\n 203 640 l 1\n 167 653 156 695 133 720 c 0\n 126 728 124 738 128 742 c 128\n 132 746 142 744 150 737 c 0\n 175 715 213 710 226 706 c 1\n 226 706 l 1\n 235 702 249 696 273 700 c 1\n 273 700 l 1\n 301 704 337 710 374 718 c 1\n 377 730 379 741 380 751 c 1\n 380 751 l 1\n 384 772 379 781 376 789 c 1\n 376 789 l 1\n 372 801 363 845 337 873 c 0\n 332 878 330 884 333 887 c 0\n 336 889 342 888 347 884 c 0\n 376 859 423 850 438 812 c 1\n 438 812 l 1\n 448 787 439 763 434 740 c 1\n 434 740 l 1\n 433 737 432 733 431 730 c 1\n 448 733 464 736 480 740 c 0\n 539 751 590 767 641 776 c 0\n 672 781 700 769 703 749 c 0\n 707 729 684 709 652 705 c 0\n 601 697 549 697 489 686 c 0\n 466 682 442 678 418 673 c 1\n 401 607 379 525 359 457 c 0\n 356 445 353 433 352 423 c 1\n 361 425 371 429 381 433 c 0\n 468 473 579 504 685 488 c 0\n 724 483 763 474 797 457 c 0\n 832 441 863 414 874 375 c 0\n 897 296 843 217 780 166 c 0\n 703 104 603 115 510 105 c 0\n 507 105 505 106 505 107 c 0\n 504 109 506 111 509 111 c 0\n 601 125 685 159 744 210 c 0\n 791 251 814 322 805 356 c 0\n 800 373 790 392 768 411 c 128\n 746 430 714 446 679 453 c 0\n 585 470 476 442 398 398 c 0\n 382 389 370 375 358 363 c 1\n 351 358 346 352 337 348 c 0\n 328 343 311 338 293 351 c 1\n 293 351 l 1\n 273 365 272 385 273 395 c 0\n 275 406 278 413 281 421 c 0\n 289 438 298 455 305 474 c 0\n 325 532 346 602 361 662 c 1\nEndSplineSet\nEndChar\nStartChar: uni3063\nEncoding: 12387 12387 3036\nWidth: 1000\nFlags: W\nHStem: 96 9<440 456> 357 62<248 249> 437.286 55.4158<533 565>\nVStem: 700 74<297 303>\nFore\n190 412 m 0\n 185 418 183 426 187 429 c 0\n 190 432 197 430 203 425 c 0\n 210 418 225 419 231 416 c 1\n 231 416 l 1\n 238 412 246 419 250 419 c 1\n 250 419 l 1\n 257 420 274 423 293 431 c 1\n 293 431 l 1\n 319 441 349 449 379 460 c 0\n 410 471 443 482 481 487 c 0\n 525 494 574 497 621 486 c 1\n 621 486 l 1\n 660 477 699 460 726 428 c 0\n 755 394 775 349 774 303 c 0\n 774 260 754 222 734 190 c 1\n 734 190 l 1\n 716 164 693 146 669 129 c 1\n 669 129 l 1\n 641 111 606 101 571 93 c 0\n 529 84 485 95 442 96 c 0\n 438 96 435 98 435 100 c 0\n 435 103 438 105 442 105 c 0\n 485 106 527 118 563 128 c 0\n 593 136 617 155 640 172 c 1\n 640 172 l 1\n 660 186 674 202 685 221 c 1\n 685 221 l 1\n 699 243 700 275 700 303 c 0\n 699 333 694 367 678 388 c 0\n 662 408 639 423 608 430 c 1\n 608 430 l 1\n 572 439 528 439 488 434 c 0\n 455 429 425 422 395 411 c 0\n 368 402 342 387 316 375 c 1\n 316 375 l 1\n 296 367 275 355 249 357 c 1\n 249 357 l 1\n 231 357 219 372 208 380 c 1\n 208 380 l 1\n 197 389 197 405 190 412 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni3064\nEncoding: 12388 12388 3037\nWidth: 1000\nFlags: W\nHStem: 196 9<448 449> 663.975 55.2029<569 608>\nVStem: 800 74<458 490>\nFore\n118 624 m 0\n 113 630 111 638 114 641 c 128\n 117 644 124 642 130 637 c 0\n 141 628 158 626 168 621 c 0\n 177 616 188 622 196 622 c 1\n 196 622 l 1\n 208 622 231 626 256 636 c 1\n 256 636 l 1\n 290 649 329 663 368 677 c 0\n 410 692 453 705 501 712 c 0\n 557 721 621 724 681 711 c 1\n 681 711 l 1\n 732 699 782 677 816 635 c 0\n 853 591 874 534 874 476 c 1\n 874 476 l 1\n 875 420 861 367 834 323 c 0\n 812 288 779 266 747 245 c 0\n 711 220 665 204 618 192 c 1\n 618 192 l 1\n 563 179 505 195 449 196 c 0\n 445 196 442 198 442 200 c 0\n 442 203 445 205 449 205 c 0\n 505 207 559 226 606 239 c 1\n 606 239 l 1\n 646 250 680 274 712 296 c 0\n 738 315 755 338 770 363 c 0\n 788 392 799 433 800 475 c 1\n 800 475 l 1\n 800 519 791 566 768 596 c 0\n 745 624 711 645 668 655 c 1\n 668 655 l 1\n 619 667 561 666 508 659 c 0\n 464 652 425 643 386 629 c 0\n 350 616 314 595 278 580 c 1\n 278 580 l 1\n 251 569 224 557 193 559 c 1\n 193 559 l 1\n 173 560 159 576 146 585 c 0\n 132 595 128 614 118 624 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni3065\nEncoding: 12389 12389 3038\nWidth: 1000\nFlags: W\nHStem: 196 9<448 449> 663.975 55.2029<569 608>\nVStem: 800 74<458 490>\nFore\n832 918 m 0\n 829 920 827 923 828 925 c 128\n 829 927 833 928 836 926 c 0\n 866 911 903 909 925 886 c 1\n 925 886 l 1\n 939 871 951 857 958 844 c 0\n 968 821 965 797 949 791 c 0\n 934 784 915 798 905 821 c 0\n 900 835 901 848 894 858 c 1\n 894 858 l 1\n 882 873 861 901 832 918 c 0\n755 863 m 0\n 751 865 749 868 750 870 c 128\n 751 872 755 872 759 871 c 0\n 788 858 825 858 847 834 c 1\n 847 834 l 1\n 861 818 872 802 878 788 c 0\n 888 764 883 741 868 735 c 128\n 853 729 834 743 825 767 c 0\n 820 782 820 795 812 805 c 1\n 812 805 l 1\n 801 819 782 847 755 863 c 0\n118 624 m 0\n 113 630 111 638 114 641 c 128\n 117 644 124 642 130 637 c 0\n 141 628 158 626 168 621 c 0\n 177 616 188 622 196 622 c 1\n 196 622 l 1\n 208 622 231 626 256 636 c 1\n 256 636 l 1\n 290 649 329 663 368 677 c 0\n 410 692 453 705 501 712 c 0\n 557 721 621 724 681 711 c 1\n 681 711 l 1\n 732 699 782 677 816 635 c 0\n 853 591 874 534 874 476 c 1\n 874 476 l 1\n 875 420 861 367 834 323 c 0\n 812 288 779 266 747 245 c 0\n 711 220 665 204 618 192 c 1\n 618 192 l 1\n 563 179 505 195 449 196 c 0\n 445 196 442 198 442 200 c 0\n 442 203 445 205 449 205 c 0\n 505 207 559 226 606 239 c 1\n 606 239 l 1\n 646 250 680 274 712 296 c 0\n 738 315 755 338 770 363 c 0\n 788 392 799 433 800 475 c 1\n 800 475 l 1\n 800 519 791 566 768 596 c 0\n 745 624 711 645 668 655 c 1\n 668 655 l 1\n 619 667 561 666 508 659 c 0\n 464 652 425 643 386 629 c 0\n 350 616 314 595 278 580 c 1\n 278 580 l 1\n 251 569 224 557 193 559 c 1\n 193 559 l 1\n 173 560 159 576 146 585 c 0\n 132 595 128 614 118 624 c 0\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: uni3066\nEncoding: 12390 12390 3039\nWidth: 1000\nFlags: W\nHStem: 699 21G<160 160>\nVStem: 409.725 52.9778<373 397>\nFore\n762 777 m 1\n 753 777 l 0\n 674 775 596 779 509 769 c 0\n 418 758 317 733 250 717 c 0\n 221 709 194 692 160 699 c 1\n 160 699 l 1\n 120 707 103 753 75 775 c 0\n 70 779 67 784 69 787 c 128\n 71 790 77 790 83 787 c 0\n 114 769 157 775 174 772 c 1\n 174 772 l 1\n 188 770 208 764 239 769 c 0\n 308 782 411 796 505 807 c 0\n 593 818 672 829 751 834 c 0\n 769 835 787 838 803 840 c 0\n 811 841 818 842 827 840 c 0\n 835 839 852 839 862 815 c 1\n 862 815 l 1\n 867 801 864 788 860 781 c 128\n 856 774 852 770 848 768 c 0\n 840 762 832 759 824 756 c 0\n 807 750 786 743 766 733 c 1\n 766 733 l 1\n 669 685 560 631 503 542 c 0\n 454 465 450 358 484 297 c 0\n 521 231 623 203 731 169 c 0\n 762 159 783 134 776 115 c 0\n 770 95 739 87 708 97 c 0\n 600 133 486 175 435 269 c 0\n 387 357 412 477 471 564 c 0\n 538 664 655 714 748 768 c 1\n 748 768 l 1\n 753 771 758 774 762 777 c 1\nEndSplineSet\nEndChar\nStartChar: uni3067\nEncoding: 12391 12391 3040\nWidth: 1000\nFlags: W\nHStem: 699 21G<160 160>\nVStem: 409.725 52.9778<373 397>\nFore\n812 665 m 0\n 809 667 807 671 808 673 c 128\n 809 675 813 675 816 673 c 0\n 846 659 883 657 905 633 c 1\n 905 633 l 1\n 919 618 931 605 938 591 c 0\n 948 568 945 545 929 538 c 0\n 914 532 895 546 885 569 c 0\n 880 583 881 596 874 605 c 1\n 874 605 l 1\n 862 620 841 649 812 665 c 0\n735 610 m 0\n 731 612 729 616 730 618 c 128\n 731 620 735 620 739 618 c 0\n 768 605 805 605 827 581 c 0\n 841 566 852 550 858 535 c 0\n 868 512 863 488 848 482 c 128\n 833 476 814 491 805 515 c 0\n 800 529 800 543 792 552 c 0\n 781 566 762 595 735 610 c 0\n762 777 m 1\n 753 777 l 0\n 674 775 596 779 509 769 c 0\n 418 758 317 733 250 717 c 0\n 221 709 194 692 160 699 c 1\n 160 699 l 1\n 120 707 103 753 75 775 c 0\n 70 779 67 784 69 787 c 128\n 71 790 77 790 83 787 c 0\n 114 769 157 775 174 772 c 1\n 174 772 l 1\n 188 770 208 764 239 769 c 0\n 308 782 411 796 505 807 c 0\n 593 818 672 829 751 834 c 0\n 769 835 787 838 803 840 c 0\n 811 841 818 842 827 840 c 0\n 835 839 852 839 862 815 c 1\n 862 815 l 1\n 867 801 864 788 860 781 c 128\n 856 774 852 770 848 768 c 0\n 840 762 832 759 824 756 c 0\n 807 750 786 743 766 733 c 1\n 766 733 l 1\n 669 685 560 631 503 542 c 0\n 454 465 450 358 484 297 c 0\n 521 231 623 203 731 169 c 0\n 762 159 783 134 776 115 c 0\n 770 95 739 87 708 97 c 0\n 600 133 486 175 435 269 c 0\n 387 357 412 477 471 564 c 0\n 538 664 655 714 748 768 c 1\n 748 768 l 1\n 753 771 758 774 762 777 c 1\nEndSplineSet\nEndChar\nStartChar: uni3068\nEncoding: 12392 12392 3041\nWidth: 1000\nFlags: W\nHStem: 131 74<701 742 742.031 755.837>\nVStem: 237.249 41.521<307 323>\nFore\n446 563 m 1\n 533 612 622 648 710 676 c 0\n 742 686 773 678 779 658 c 128\n 785 638 765 614 733 605 c 0\n 633 574 533 551 443 498 c 1\n 440 493 436 490 431 490 c 2\n 430 489 l 2\n 356 443 289 382 280 327 c 0\n 274 292 289 255 313 234 c 1\n 313 234 l 1\n 344 207 398 205 459 201 c 0\n 547 196 644 204 742 205 c 0\n 775 206 802 189 802 168 c 0\n 802 148 775 131 742 131 c 0\n 644 130 546 137 455 145 c 0\n 392 150 330 163 286 202 c 1\n 286 202 l 1\n 250 234 231 284 239 334 c 0\n 251 413 323 485 403 536 c 1\n 397 578 389 618 385 658 c 1\n 385 658 l 1\n 381 694 377 729 371 761 c 0\n 367 787 360 812 356 830 c 1\n 356 830 l 1\n 353 841 354 850 350 858 c 0\n 345 868 343 883 335 890 c 0\n 326 897 315 910 300 915 c 0\n 295 917 292 920 293 923 c 0\n 293 926 298 928 303 926 c 0\n 319 923 338 927 354 916 c 0\n 369 907 386 897 394 883 c 0\n 402 870 410 859 413 846 c 1\n 413 846 l 1\n 420 824 424 797 428 770 c 0\n 433 735 435 700 439 663 c 1\n 439 663 l 1\n 442 631 444 597 446 563 c 1\nEndSplineSet\nEndChar\nStartChar: uni3069\nEncoding: 12393 12393 3042\nWidth: 1000\nFlags: W\nHStem: 131 74<701 742 742.031 755.837>\nVStem: 237.249 41.521<307 323>\nFore\n800 790 m 0\n 796 792 794 796 796 798 c 0\n 797 800 800 800 804 798 c 0\n 834 784 871 782 893 758 c 0\n 906 743 919 730 925 716 c 0\n 936 693 932 670 917 663 c 0\n 902 657 882 671 873 694 c 0\n 868 708 869 721 861 730 c 0\n 849 745 828 774 800 790 c 0\n722 735 m 0\n 719 737 717 741 718 743 c 128\n 719 745 723 745 726 743 c 0\n 755 730 792 730 814 706 c 0\n 828 691 840 675 846 660 c 0\n 855 637 851 613 836 607 c 128\n 821 601 801 616 793 640 c 0\n 787 654 787 668 780 677 c 0\n 769 691 750 720 722 735 c 0\n446 563 m 1\n 533 612 622 648 710 676 c 0\n 742 686 773 678 779 658 c 128\n 785 638 765 614 733 605 c 0\n 633 574 533 551 443 498 c 1\n 440 493 436 490 431 490 c 2\n 430 489 l 2\n 356 443 289 382 280 327 c 0\n 274 292 289 255 313 234 c 1\n 313 234 l 1\n 344 207 398 205 459 201 c 0\n 547 196 644 204 742 205 c 0\n 775 206 802 189 802 168 c 0\n 802 148 775 131 742 131 c 0\n 644 130 546 137 455 145 c 0\n 392 150 330 163 286 202 c 1\n 286 202 l 1\n 250 234 231 284 239 334 c 0\n 251 413 323 485 403 536 c 1\n 397 578 389 618 385 658 c 1\n 385 658 l 1\n 381 694 377 729 371 761 c 0\n 367 787 360 812 356 830 c 1\n 356 830 l 1\n 353 841 354 850 350 858 c 0\n 345 868 343 883 335 890 c 0\n 326 897 315 910 300 915 c 0\n 295 917 292 920 293 923 c 0\n 293 926 298 928 303 926 c 0\n 319 923 338 927 354 916 c 0\n 369 907 386 897 394 883 c 0\n 402 870 410 859 413 846 c 1\n 413 846 l 1\n 420 824 424 797 428 770 c 0\n 433 735 435 700 439 663 c 1\n 439 663 l 1\n 442 631 444 597 446 563 c 1\nEndSplineSet\nEndChar\nStartChar: uni306A\nEncoding: 12394 12394 3043\nWidth: 1000\nFlags: W\nFore\n355 685 m 0\n 336 680 319 676 303 672 c 0\n 275 664 247 650 216 661 c 0\n 177 674 168 721 144 749 c 0\n 140 754 138 760 141 762 c 1\n 143 765 149 763 154 759 c 0\n 182 735 224 731 238 726 c 0\n 249 723 265 716 291 721 c 0\n 319 727 352 736 388 748 c 1\n 393 757 397 765 400 773 c 1\n 400 773 l 1\n 411 799 411 815 409 828 c 1\n 409 828 l 1\n 408 845 410 888 390 921 c 0\n 387 927 387 933 390 935 c 128\n 393 937 399 935 403 929 c 0\n 426 899 469 878 475 836 c 1\n 475 836 l 1\n 478 812 470 792 460 772 c 1\n 497 784 536 798 575 811 c 0\n 601 819 627 813 632 796 c 128\n 637 779 620 759 594 751 c 0\n 536 733 478 717 426 704 c 1\n 382 615 318 493 250 372 c 0\n 235 345 209 332 192 341 c 0\n 175 351 174 380 190 407 c 0\n 249 507 311 606 355 685 c 0\n605 217 m 0\n 596 222 586 226 576 230 c 0\n 522 252 462 276 411 258 c 0\n 377 246 351 222 349 200 c 0\n 347 176 378 146 419 131 c 0\n 478 109 562 138 588 173 c 1\n 588 173 l 1\n 596 184 602 199 605 217 c 0\n610 282 m 1\n 610 330 604 384 607 436 c 0\n 610 511 647 572 690 597 c 0\n 722 616 761 618 803 619 c 0\n 811 619 819 621 826 624 c 1\n 822 630 816 638 810 643 c 1\n 810 643 l 1\n 778 669 742 697 700 710 c 0\n 695 711 692 715 693 718 c 128\n 694 721 698 723 704 721 c 0\n 746 710 796 713 839 684 c 1\n 839 684 l 1\n 853 676 867 668 880 659 c 0\n 886 654 892 648 897 640 c 128\n 902 632 908 617 901 600 c 1\n 901 600 l 1\n 893 583 878 577 869 576 c 0\n 859 575 852 578 844 580 c 0\n 830 586 816 593 801 595 c 0\n 760 599 722 607 694 589 c 0\n 657 565 644 502 642 435 c 0\n 641 388 653 334 659 283 c 0\n 662 259 l 1\n 708 237 751 209 791 180 c 0\n 818 161 830 131 818 114 c 0\n 806 98 774 100 747 119 c 0\n 717 141 688 165 658 185 c 1\n 654 168 647 152 636 137 c 1\n 636 137 l 1\n 585 69 480 68 405 97 c 1\n 355 118 321 161 325 202 c 0\n 329 239 364 266 403 281 c 0\n 461 302 533 309 598 286 c 0\n 602 285 606 283 610 282 c 1\nEndSplineSet\nEndChar\nStartChar: uni306B\nEncoding: 12395 12395 3044\nWidth: 1000\nFlags: W\nHStem: 147.346 58.0565<623 632>\nVStem: 131.055 50.104<312 389> 133 54<216.004 222>\nFore\n388 391 m 0\n 388 392 389 393 390 393 c 128\n 391 393 391 391 391 390 c 0\n 381 349 385 308 397 282 c 0\n 413 248 477 224 540 212 c 0\n 628 195 721 214 819 230 c 0\n 849 234 876 223 879 204 c 128\n 882 185 860 166 829 161 c 0\n 731 147 629 138 529 159 c 0\n 457 174 390 214 367 269 c 0\n 350 310 376 350 388 391 c 0\n406 665 m 0\n 401 663 396 664 395 667 c 128\n 394 670 398 674 403 676 c 0\n 479 703 552 740 624 752 c 0\n 674 760 723 769 770 752 c 0\n 782 748 794 743 806 737 c 0\n 817 730 835 719 831 691 c 0\n 829 676 819 668 812 665 c 0\n 804 662 798 662 791 662 c 0\n 778 662 766 664 756 660 c 0\n 733 651 713 640 696 626 c 0\n 694 624 692 624 691 625 c 128\n 690 626 691 629 693 630 c 0\n 710 644 724 662 748 676 c 0\n 753 679 759 684 763 688 c 2\n 764 689 l 1\n 760 693 755 696 749 699 c 0\n 717 713 677 721 630 714 c 0\n 563 704 483 689 406 665 c 0\n187 216 m 1\n 188 218 189 221 190 223 c 0\n 220 298 258 367 287 439 c 0\n 288 442 290 443 291 442 c 0\n 293 442 293 439 292 437 c 0\n 262 365 241 290 219 213 c 0\n 213 194 213 174 212 156 c 0\n 211 147 211 139 209 131 c 0\n 208 127 206 123 201 117 c 0\n 196 112 185 102 167 104 c 1\n 167 104 l 1\n 149 107 140 118 137 124 c 0\n 133 131 132 135 131 140 c 0\n 130 148 130 156 130 164 c 0\n 131 182 133 202 133 222 c 1\n 133 222 l 1\n 130 304 130 383 136 467 c 0\n 140 548 151 632 162 698 c 0\n 168 732 161 756 158 766 c 1\n 158 766 l 1\n 154 777 150 819 124 843 c 0\n 120 847 118 853 120 856 c 128\n 122 859 128 858 134 854 c 0\n 162 834 211 831 226 790 c 1\n 226 790 l 1\n 240 752 219 720 212 688 c 0\n 198 626 188 543 183 464 c 0\n 178 382 180 305 186 224 c 1\n 186 224 l 1\n 187 222 187 219 187 216 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni306C\nEncoding: 12396 12396 3045\nWidth: 1000\nFlags: W\nVStem: 842.561 61.8831<451 484>\nFore\n768 277 m 0\n 725 303 682 321 632 318 c 1\n 632 318 l 1\n 572 316 504 289 503 267 c 0\n 502 246 563 207 619 203 c 0\n 674 200 727 232 768 277 c 0\n301 579 m 0\n 307 556 313 533 322 511 c 1\n 322 511 l 1\n 331 485 344 460 358 434 c 1\n 392 513 423 593 445 659 c 1\n 395 636 346 608 301 579 c 0\n330 374 m 0\n 311 414 294 454 279 496 c 1\n 279 496 l 1\n 273 514 267 532 261 551 c 1\n 206 510 162 469 141 437 c 0\n 124 411 125 394 127 370 c 0\n 129 337 139 290 164 257 c 0\n 183 231 212 225 223 226 c 1\n 223 226 l 1\n 234 227 255 244 277 277 c 0\n 294 303 312 337 330 374 c 0\n252 582 m 1\n 244 612 238 641 233 668 c 0\n 228 699 217 719 209 731 c 1\n 209 731 l 1\n 201 743 187 775 160 791 c 0\n 153 796 148 804 151 809 c 0\n 153 813 162 814 170 810 c 0\n 199 797 241 800 263 769 c 1\n 263 769 l 1\n 284 739 280 705 284 675 c 0\n 286 656 290 635 294 613 c 1\n 345 648 402 681 460 705 c 1\n 463 716 466 726 468 735 c 1\n 468 735 l 1\n 475 763 472 780 469 792 c 1\n 469 792 l 1\n 465 808 463 852 440 883 c 0\n 436 888 435 894 438 897 c 0\n 441 899 447 897 452 893 c 1\n 478 865 525 850 536 809 c 1\n 536 809 l 1\n 543 779 532 754 523 729 c 1\n 555 738 586 745 616 747 c 0\n 721 755 811 713 860 635 c 0\n 912 551 921 439 877 340 c 0\n 872 327 866 315 858 304 c 1\n 874 295 890 287 905 278 c 0\n 934 261 948 233 937 215 c 0\n 926 196 894 196 866 214 c 0\n 815 247 l 1\n 761 192 689 158 616 164 c 0\n 544 171 476 218 479 269 c 0\n 482 321 560 353 630 357 c 1\n 630 357 l 1\n 692 361 750 349 804 328 c 1\n 811 340 817 352 822 364 c 0\n 857 445 846 536 806 602 c 0\n 769 663 710 713 618 708 c 0\n 585 706 547 698 508 684 c 1\n 481 603 441 490 392 380 c 0\n 392 379 391 378 391 377 c 0\n 402 358 414 339 425 319 c 0\n 438 296 437 271 422 263 c 0\n 407 254 385 267 372 290 c 0\n 368 297 364 305 360 312 c 1\n 348 288 335 266 322 246 c 0\n 296 209 267 177 226 175 c 1\n 226 175 l 1\n 185 173 161 209 140 239 c 0\n 112 278 90 326 88 368 c 0\n 86 398 98 424 118 452 c 0\n 145 490 193 537 252 582 c 1\nEndSplineSet\nEndChar\nStartChar: uni306D\nEncoding: 12397 12397 3046\nWidth: 1000\nFlags: W\nHStem: 112.397 42.5994<641 650>\nVStem: 253 53.7129<273 275> 807.39 62.28<385 433>\nFore\n764 229 m 0\n 750 239 735 247 719 254 c 1\n 719 254 l 1\n 675 272 627 294 581 279 c 0\n 546 268 515 243 514 225 c 0\n 513 206 544 180 581 165 c 0\n 638 142 706 159 747 206 c 0\n 753 212 759 220 764 229 c 0\n254 174 m 0\n 254 182 254 193 254 204 c 0\n 253 226 253 250 253 276 c 1\n 237 258 221 239 204 220 c 1\n 214 209 224 198 236 186 c 0\n 241 181 247 177 254 174 c 0\n256 352 m 0\n 256 367 257 382 258 398 c 1\n 247 373 237 347 226 321 c 1\n 236 331 246 342 256 352 c 0\n284 703 m 1\n 286 721 288 737 289 751 c 0\n 292 780 285 792 282 801 c 1\n 282 801 l 1\n 278 814 270 859 244 888 c 0\n 240 893 238 899 241 902 c 0\n 243 904 249 903 254 899 c 0\n 284 873 332 864 347 825 c 1\n 347 825 l 1\n 358 796 344 772 340 745 c 0\n 339 737 337 730 336 721 c 1\n 345 721 354 718 364 709 c 1\n 364 709 l 1\n 377 698 379 682 379 671 c 0\n 378 660 374 652 371 643 c 0\n 363 626 353 610 344 592 c 0\n 335 573 325 552 316 531 c 1\n 313 490 310 447 308 406 c 1\n 422 518 535 606 641 630 c 0\n 674 638 706 642 738 637 c 128\n 770 632 802 615 824 585 c 0\n 863 532 875 453 869 375 c 0\n 866 334 858 293 845 256 c 1\n 863 245 880 233 897 221 c 0\n 923 201 935 171 922 155 c 0\n 910 138 878 141 852 161 c 0\n 838 171 825 181 813 192 c 1\n 806 182 799 173 792 165 c 0\n 730 99 636 102 568 131 c 0\n 522 151 487 188 490 226 c 128\n 493 264 533 289 573 302 c 0\n 626 320 686 327 740 307 c 1\n 740 307 l 1\n 757 301 773 294 790 286 c 1\n 799 315 805 347 807 379 c 0\n 812 448 799 516 775 551 c 0\n 762 570 747 584 726 594 c 0\n 704 603 677 607 648 601 c 0\n 542 579 427 470 306 336 c 1\n 306 288 307 243 310 207 c 0\n 312 189 317 173 319 158 c 0\n 321 150 322 143 320 133 c 128\n 318 123 308 103 288 99 c 1\n 288 99 l 1\n 268 95 259 103 253 109 c 128\n 247 115 244 122 240 129 c 0\n 233 143 227 159 218 170 c 0\n 208 183 200 195 193 206 c 1\n 166 176 l 1\n 163 169 161 163 158 157 c 0\n 149 134 129 120 114 126 c 0\n 104 131 99 143 100 158 c 1\n 97 169 102 185 114 198 c 1\n 170 325 225 450 270 555 c 1\n 273 588 276 620 279 649 c 1\n 258 636 240 610 202 615 c 0\n 182 618 171 634 164 647 c 0\n 157 661 154 676 146 687 c 0\n 141 695 140 704 144 707 c 128\n 148 710 156 707 162 700 c 0\n 171 690 185 683 195 680 c 0\n 206 677 213 681 212 681 c 0\n 210 681 239 682 271 696 c 1\n 271 696 l 1\n 275 698 280 700 284 703 c 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: uni306E\nEncoding: 12398 12398 3047\nWidth: 1000\nFlags: W\nHStem: 217.462 44.538<203 211>\nVStem: 79.7362 27.0159<408 423> 847.366 52.6806<451 483>\nFore\n476 754 m 0\n 497 735 528 720 538 690 c 0\n 549 653 533 616 513 573 c 0\n 486 514 435 433 381 363 c 0\n 328 292 276 232 222 219 c 1\n 222 219 l 1\n 199 213 177 223 161 237 c 1\n 161 237 l 1\n 127 267 104 325 89 369 c 0\n 79 398 75 425 84 457 c 0\n 110 549 229 689 373 754 c 0\n 515 819 683 818 790 723 c 0\n 883 641 923 502 889 393 c 0\n 854 280 733 228 629 163 c 0\n 626 162 624 162 623 163 c 128\n 622 164 623 167 625 168 c 0\n 728 236 814 318 840 408 c 0\n 865 494 829 615 754 683 c 0\n 687 744 582 772 476 754 c 0\n454 750 m 1\n 431 744 408 737 386 727 c 0\n 250 667 132 527 110 449 c 0\n 103 423 105 405 115 377 c 0\n 129 338 166 288 188 269 c 1\n 188 269 l 1\n 199 260 202 260 212 262 c 1\n 212 262 l 1\n 233 268 293 322 345 390 c 0\n 396 459 444 540 466 593 c 0\n 483 633 476 652 471 671 c 1\n 471 671 l 1\n 467 688 469 723 454 750 c 1\nEndSplineSet\nEndChar\nStartChar: uni306F\nEncoding: 12399 12399 3048\nWidth: 1000\nFlags: W\nHStem: 100.367 38.4222<537 558>\nVStem: 150.114 50.5963<258 291> 661.736 50.3736<717.674 764.981> 684.203 54.1829<289 355>\nFore\n677 223 m 0\n 618 256 562 278 509 274 c 0\n 463 270 418 252 414 228 c 128\n 410 204 448 164 491 147 c 0\n 544 127 613 147 647 169 c 1\n 647 169 l 1\n 667 183 672 195 677 223 c 0\n667 647 m 0\n 627 645 589 644 553 647 c 0\n 493 651 446 679 397 693 c 0\n 391 695 387 700 388 704 c 128\n 389 708 395 709 401 708 c 0\n 451 696 502 697 556 694 c 0\n 589 693 625 696 664 700 c 1\n 662 725 661 747 662 766 c 0\n 662 801 655 817 652 825 c 1\n 652 825 l 1\n 649 835 645 875 622 898 c 0\n 617 902 615 909 618 911 c 1\n 620 914 626 913 631 909 c 0\n 657 889 702 886 717 851 c 1\n 717 851 l 1\n 729 819 714 795 712 765 c 0\n 712 749 712 730 713 708 c 1\n 758 715 806 724 854 733 c 0\n 880 737 904 728 907 711 c 0\n 910 695 891 678 865 673 c 0\n 815 665 765 657 716 652 c 1\n 719 603 724 548 729 493 c 0\n 736 410 742 328 737 264 c 1\n 780 245 822 222 863 198 c 0\n 892 181 907 153 896 135 c 128\n 885 117 854 116 825 133 c 0\n 791 154 758 175 725 195 c 1\n 715 167 696 147 672 132 c 1\n 672 132 l 1\n 624 101 545 87 478 114 c 0\n 423 136 382 187 390 233 c 0\n 398 276 449 306 505 312 c 0\n 563 319 623 307 684 285 c 1\n 687 341 684 415 679 490 c 0\n 675 544 670 598 667 647 c 0\n212 181 m 1\n 215 186 218 192 220 198 c 0\n 244 263 282 318 313 378 c 0\n 315 381 318 383 320 382 c 0\n 323 381 323 377 321 373 c 0\n 289 315 265 252 249 188 c 0\n 244 172 246 154 247 137 c 0\n 247 129 248 121 246 112 c 0\n 244 104 239 88 214 83 c 1\n 214 83 l 1\n 200 81 187 86 180 91 c 0\n 173 97 170 102 167 106 c 0\n 162 116 161 124 159 134 c 0\n 156 152 155 174 153 197 c 0\n 138 344 186 556 193 668 c 0\n 196 705 183 725 177 740 c 0\n 171 754 170 790 150 812 c 0\n 145 818 143 825 146 828 c 128\n 149 831 156 830 163 825 c 0\n 185 806 226 803 242 771 c 0\n 259 737 246 702 241 663 c 0\n 225 546 185 332 206 204 c 0\n 208 196 210 188 212 181 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni3070\nEncoding: 12400 12400 3049\nWidth: 1000\nFlags: W\nHStem: 100.367 38.4222<537 558>\nVStem: 150.114 50.5963<258 291> 661.736 50.3736<717.674 764.988> 684.203 54.1829<289 355>\nFore\n840 853 m 0\n 836 855 834 858 836 860 c 0\n 837 862 840 863 844 861 c 0\n 874 846 911 844 933 821 c 0\n 946 806 959 792 965 779 c 0\n 976 756 972 732 957 726 c 0\n 942 719 922 733 913 756 c 0\n 908 770 909 783 901 793 c 0\n 889 808 868 836 840 853 c 0\n677 223 m 0\n 618 256 562 278 509 274 c 0\n 463 270 418 252 414 228 c 128\n 410 204 448 164 491 147 c 0\n 544 127 613 147 647 169 c 1\n 647 169 l 1\n 667 183 672 195 677 223 c 0\n667 647 m 0\n 627 645 589 644 553 647 c 0\n 493 651 446 679 397 693 c 0\n 391 695 387 700 388 704 c 128\n 389 708 395 709 401 708 c 0\n 451 696 502 697 556 694 c 0\n 589 693 625 696 664 700 c 1\n 662 725 661 747 662 766 c 0\n 662 801 655 817 652 825 c 1\n 652 825 l 1\n 649 835 645 875 622 898 c 0\n 617 902 615 909 618 911 c 1\n 620 914 626 913 631 909 c 0\n 657 889 702 886 717 851 c 1\n 717 851 l 1\n 729 819 714 795 712 765 c 0\n 712 749 712 730 713 708 c 1\n 749 713 787 721 826 727 c 1\n 824 732 823 736 820 740 c 0\n 809 754 790 782 762 798 c 0\n 759 800 757 803 758 805 c 128\n 759 807 763 807 766 806 c 0\n 795 793 832 793 854 769 c 0\n 865 757 875 744 881 732 c 1\n 895 729 905 722 907 711 c 128\n 909 700 901 689 887 681 c 1\n 885 676 881 672 876 670 c 0\n 869 667 863 668 856 672 c 1\n 809 664 762 657 716 652 c 1\n 719 603 724 548 729 493 c 0\n 736 410 742 328 737 264 c 1\n 780 245 822 222 863 198 c 0\n 892 181 907 153 896 135 c 128\n 885 117 854 116 825 133 c 0\n 791 154 758 175 725 195 c 1\n 715 167 696 147 672 132 c 1\n 672 132 l 1\n 624 101 545 87 478 114 c 0\n 423 136 382 187 390 233 c 0\n 398 276 449 306 505 312 c 0\n 563 319 623 307 684 285 c 1\n 687 341 684 415 679 490 c 0\n 675 544 670 598 667 647 c 0\n212 181 m 1\n 215 186 218 192 220 198 c 0\n 244 263 282 318 313 378 c 0\n 315 381 318 383 320 382 c 0\n 323 381 323 377 321 373 c 0\n 289 315 265 252 249 188 c 0\n 244 172 246 154 247 137 c 0\n 247 129 248 121 246 112 c 0\n 244 104 239 88 214 83 c 1\n 214 83 l 1\n 200 81 187 86 180 91 c 0\n 173 97 170 102 167 106 c 0\n 162 116 161 124 159 134 c 0\n 156 152 155 174 153 197 c 0\n 138 344 186 556 193 668 c 0\n 196 705 183 725 177 740 c 0\n 171 754 170 790 150 812 c 0\n 145 818 143 825 146 828 c 128\n 149 831 156 830 163 825 c 0\n 185 806 226 803 242 771 c 0\n 259 737 246 702 241 663 c 0\n 225 546 185 332 206 204 c 0\n 208 196 210 188 212 181 c 1\nEndSplineSet\nMinimumDistance: x44,-1 \nEndChar\nStartChar: uni3071\nEncoding: 12401 12401 3050\nWidth: 1000\nFlags: W\nHStem: 100.367 38.4222<537 558> 731 24<832.404 845> 846 24<832.438 848>\nVStem: 150.114 50.5963<258 291> 661.736 50.3736<717.674 764.985> 684.203 54.1829<289 355> 773 24<790.404 803> 888 24<790.642 803>\nFore\n842 846 m 0\n 817 846 797 826 797 800 c 0\n 797 775 817 755 842 755 c 128\n 867 755 888 775 888 800 c 0\n 888 826 867 846 842 846 c 0\n677 223 m 0\n 618 256 562 278 509 274 c 0\n 463 270 418 252 414 228 c 128\n 410 204 448 164 491 147 c 0\n 544 127 613 147 647 169 c 1\n 647 169 l 1\n 667 183 672 195 677 223 c 0\n667 647 m 0\n 627 645 589 644 553 647 c 0\n 493 651 446 679 397 693 c 0\n 391 695 387 700 388 704 c 128\n 389 708 395 709 401 708 c 0\n 451 696 502 697 556 694 c 0\n 589 693 625 696 664 700 c 1\n 662 725 661 747 662 766 c 0\n 662 801 655 817 652 825 c 1\n 652 825 l 1\n 649 835 645 875 622 898 c 0\n 617 902 615 909 618 911 c 1\n 620 914 626 913 631 909 c 0\n 657 889 702 886 717 851 c 1\n 717 851 l 1\n 729 819 714 795 712 765 c 0\n 712 749 712 730 713 708 c 1\n 756 714 801 723 846 731 c 0\n 845 731 843 731 842 731 c 0\n 804 731 773 762 773 800 c 0\n 773 839 804 870 842 870 c 128\n 880 870 912 839 912 800 c 0\n 912 768 890 741 860 733 c 1\n 884 736 904 726 907 711 c 0\n 910 695 891 678 865 673 c 0\n 815 665 765 657 716 652 c 1\n 719 603 724 548 729 493 c 0\n 736 410 742 328 737 264 c 1\n 780 245 822 222 863 198 c 0\n 892 181 907 153 896 135 c 128\n 885 117 854 116 825 133 c 0\n 791 154 758 175 725 195 c 1\n 715 167 696 147 672 132 c 1\n 672 132 l 1\n 624 101 545 87 478 114 c 0\n 423 136 382 187 390 233 c 0\n 398 276 449 306 505 312 c 0\n 563 319 623 307 684 285 c 1\n 687 341 684 415 679 490 c 0\n 675 544 670 598 667 647 c 0\n212 181 m 1\n 215 186 218 192 220 198 c 0\n 244 263 282 318 313 378 c 0\n 315 381 318 383 320 382 c 0\n 323 381 323 377 321 373 c 0\n 289 315 265 252 249 188 c 0\n 244 172 246 154 247 137 c 0\n 247 129 248 121 246 112 c 0\n 244 104 239 88 214 83 c 1\n 214 83 l 1\n 200 81 187 86 180 91 c 0\n 173 97 170 102 167 106 c 0\n 162 116 161 124 159 134 c 0\n 156 152 155 174 153 197 c 0\n 138 344 186 556 193 668 c 0\n 196 705 183 725 177 740 c 0\n 171 754 170 790 150 812 c 0\n 145 818 143 825 146 828 c 128\n 149 831 156 830 163 825 c 0\n 185 806 226 803 242 771 c 0\n 259 737 246 702 241 663 c 0\n 225 546 185 332 206 204 c 0\n 208 196 210 188 212 181 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni3072\nEncoding: 12402 12402 3051\nWidth: 1000\nFlags: W\nHStem: 132.375 60.6904<387 413>\nVStem: 156.498 37.312<371 387> 683 30<665.008 675>\nFore\n715 685 m 1\n 714 679 713 672 713 665 c 0\n 708 591 704 500 686 413 c 0\n 669 326 637 240 573 187 c 1\n 573 187 l 1\n 484 114 353 117 264 172 c 0\n 183 222 146 319 159 413 c 0\n 178 544 296 673 368 761 c 1\n 368 761 l 1\n 376 771 383 781 387 789 c 1\n 378 792 366 793 355 792 c 0\n 317 787 283 774 249 765 c 0\n 224 758 198 744 168 752 c 0\n 133 761 121 802 98 822 c 0\n 93 827 91 833 93 835 c 0\n 95 838 101 838 107 834 c 0\n 133 818 170 823 186 819 c 0\n 199 816 216 807 238 811 c 0\n 268 817 304 832 348 839 c 0\n 365 842 382 847 399 849 c 0\n 417 851 439 856 457 828 c 1\n 457 828 l 1\n 466 814 465 798 461 788 c 0\n 458 777 452 771 447 764 c 0\n 435 751 422 739 409 725 c 1\n 409 725 l 1\n 331 640 210 520 195 408 c 0\n 184 328 229 256 291 219 c 0\n 361 178 466 186 532 239 c 1\n 532 239 l 1\n 579 276 618 344 643 424 c 0\n 669 504 682 594 683 666 c 0\n 683 690 679 711 676 728 c 0\n 675 737 673 744 673 752 c 0\n 673 756 673 760 676 766 c 128\n 679 772 690 785 706 784 c 1\n 706 784 l 1\n 722 784 728 776 731 772 c 0\n 735 768 736 765 738 761 c 0\n 740 754 742 747 744 739 c 0\n 748 722 752 702 758 682 c 0\n 786 598 825 517 857 433 c 0\n 865 410 860 386 845 381 c 0\n 830 375 811 390 803 414 c 0\n 775 499 753 586 722 669 c 0\n 719 675 717 680 715 685 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni3073\nEncoding: 12403 12403 3052\nWidth: 1000\nFlags: W\nHStem: 133.922 60.8313<417 442>\nVStem: 199.193 36.8035<371 388> 697 30<665.008 681>\nFore\n847 843 m 0\n 844 845 842 848 843 850 c 128\n 844 852 848 853 851 851 c 0\n 881 836 918 834 940 811 c 0\n 954 796 966 782 973 769 c 0\n 983 746 980 722 964 716 c 0\n 949 709 930 723 920 746 c 0\n 915 760 916 773 909 783 c 0\n 897 798 876 826 847 843 c 0\n770 788 m 0\n 766 790 764 793 765 795 c 128\n 766 797 770 797 774 796 c 0\n 803 783 840 783 862 759 c 1\n 862 759 l 1\n 876 743 887 727 893 713 c 0\n 903 689 898 666 883 660 c 128\n 868 654 849 668 840 692 c 0\n 835 707 835 720 827 730 c 1\n 827 730 l 1\n 816 744 797 772 770 788 c 0\n728 682 m 1\n 728 677 727 671 727 665 c 0\n 723 591 720 500 704 413 c 128\n 688 326 659 240 595 188 c 1\n 510 116 385 119 300 172 c 0\n 221 222 189 319 202 413 c 0\n 220 543 330 673 399 760 c 0\n 407 771 413 781 417 790 c 1\n 409 792 398 793 388 792 c 0\n 353 788 321 774 288 765 c 0\n 265 758 239 744 210 752 c 0\n 176 762 166 803 144 823 c 0\n 140 827 137 833 140 836 c 0\n 142 838 148 838 154 834 c 0\n 178 818 214 822 229 819 c 0\n 240 816 256 807 276 811 c 0\n 305 817 339 832 381 839 c 0\n 397 842 413 847 430 849 c 128\n 447 851 469 855 486 828 c 1\n 486 828 l 1\n 495 815 494 798 491 788 c 0\n 487 778 482 771 477 765 c 0\n 466 752 453 740 440 726 c 0\n 366 640 252 520 237 408 c 0\n 227 328 269 254 329 219 c 1\n 329 219 l 1\n 393 180 492 189 554 238 c 0\n 599 275 637 343 661 423 c 128\n 685 503 696 593 697 666 c 0\n 697 690 693 711 690 729 c 0\n 689 737 687 744 687 752 c 0\n 687 756 687 760 690 766 c 128\n 693 772 704 785 721 784 c 0\n 737 784 743 776 746 771 c 0\n 749 767 750 764 752 760 c 0\n 754 754 756 746 757 738 c 0\n 761 722 764 701 770 682 c 1\n 770 682 l 1\n 797 598 834 516 864 433 c 0\n 872 409 867 386 851 380 c 0\n 836 375 817 390 810 414 c 0\n 783 499 763 587 734 669 c 1\n 734 669 l 1\n 732 674 730 678 728 682 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni3074\nEncoding: 12404 12404 3053\nWidth: 1000\nFlags: W\nHStem: 133.922 60.8313<417 442> 658 24<863 874> 773 24<863 874>\nVStem: 199.193 36.8035<371 388> 697 30<665.008 681> 803 24<724 737> 918 24<724 737>\nFore\n872 797 m 0\n 910 797 942 766 942 728 c 0\n 942 690 910 658 872 658 c 128\n 834 658 803 690 803 728 c 128\n 803 766 834 797 872 797 c 0\n872 773 m 0\n 847 773 827 753 827 728 c 128\n 827 703 847 682 872 682 c 128\n 897 682 918 703 918 728 c 128\n 918 753 897 773 872 773 c 0\n728 682 m 1\n 728 677 727 671 727 665 c 0\n 723 591 720 500 704 413 c 128\n 688 326 659 240 595 188 c 1\n 510 116 385 119 300 172 c 0\n 221 222 189 319 202 413 c 0\n 220 543 330 673 399 760 c 0\n 407 771 413 781 417 790 c 1\n 409 792 398 793 388 792 c 0\n 353 788 321 774 288 765 c 0\n 265 758 239 744 210 752 c 0\n 176 762 166 803 144 823 c 0\n 140 827 137 833 140 836 c 0\n 142 838 148 838 154 834 c 0\n 178 818 214 822 229 819 c 0\n 240 816 256 807 276 811 c 0\n 305 817 339 832 381 839 c 0\n 397 842 413 847 430 849 c 128\n 447 851 469 855 486 828 c 1\n 486 828 l 1\n 495 815 494 798 491 788 c 0\n 487 778 482 771 477 765 c 0\n 466 752 453 740 440 726 c 0\n 366 640 252 520 237 408 c 0\n 227 328 269 254 329 219 c 1\n 329 219 l 1\n 393 180 492 189 554 238 c 0\n 599 275 637 343 661 423 c 128\n 685 503 696 593 697 666 c 0\n 697 690 693 711 690 729 c 0\n 689 737 687 744 687 752 c 0\n 687 756 687 760 690 766 c 128\n 693 772 704 785 721 784 c 0\n 737 784 743 776 746 771 c 0\n 749 767 750 764 752 760 c 0\n 754 754 756 746 757 738 c 0\n 761 722 764 701 770 682 c 1\n 770 682 l 1\n 797 598 834 516 864 433 c 0\n 872 409 867 386 851 380 c 0\n 836 375 817 390 810 414 c 0\n 783 499 763 587 734 669 c 1\n 734 669 l 1\n 732 674 730 678 728 682 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni3075\nEncoding: 12405 12405 3054\nWidth: 1000\nFlags: W\nHStem: 180 6<723 727>\nVStem: 540.448 63.252<253 273> 722 187.297<182 185>\nFore\n513 354 m 1\n 499 378 483 403 466 427 c 0\n 435 472 405 514 402 555 c 0\n 399 591 426 617 443 641 c 0\n 458 662 469 682 487 701 c 0\n 502 717 505 746 504 745 c 1\n 504 745 l 1\n 504 744 506 762 494 777 c 0\n 477 800 461 826 439 848 c 0\n 435 852 433 858 436 861 c 128\n 439 864 445 863 450 858 c 0\n 472 838 499 822 520 799 c 0\n 534 783 560 767 555 736 c 1\n 555 736 l 1\n 549 703 513 704 497 690 c 0\n 479 674 465 657 451 635 c 0\n 434 611 420 582 422 556 c 0\n 426 528 459 492 498 452 c 0\n 526 424 556 392 577 355 c 1\n 680 351 784 319 852 262 c 1\n 852 262 l 1\n 866 250 880 240 892 228 c 0\n 898 222 903 216 907 207 c 128\n 911 198 913 182 903 168 c 0\n 887 147 870 153 859 157 c 0\n 848 162 839 167 829 168 c 0\n 795 172 761 181 727 180 c 0\n 724 180 722 181 722 183 c 128\n 722 185 724 186 727 186 c 0\n 761 187 795 197 830 198 c 0\n 834 198 838 199 842 200 c 1\n 838 209 831 220 822 229 c 1\n 822 229 l 1\n 769 281 679 332 583 344 c 1\n 588 333 593 322 596 311 c 0\n 617 235 595 151 531 121 c 0\n 496 104 459 117 427 136 c 0\n 396 154 366 179 333 198 c 0\n 331 199 329 201 330 203 c 0\n 331 204 333 204 336 203 c 0\n 370 186 408 174 440 171 c 0\n 471 168 491 174 503 180 c 0\n 523 191 551 243 538 295 c 0\n 534 311 527 328 517 346 c 1\n 408 337 312 269 253 209 c 0\n 242 198 233 186 223 175 c 0\n 219 170 214 165 207 160 c 0\n 200 156 188 151 174 157 c 1\n 174 157 l 1\n 151 166 152 182 151 193 c 128\n 150 204 150 216 148 226 c 0\n 141 258 136 292 123 322 c 0\n 120 328 121 335 124 336 c 0\n 128 338 133 335 136 329 c 0\n 151 299 175 271 186 235 c 0\n 188 229 190 222 193 216 c 1\n 201 223 211 232 221 242 c 0\n 290 306 401 347 513 354 c 1\nEndSplineSet\nEndChar\nStartChar: uni3076\nEncoding: 12406 12406 3055\nWidth: 1000\nFlags: W\nHStem: 180 6<723 727>\nVStem: 540.448 63.252<253 273> 722 187.297<182 185>\nFore\n717 725 m 0\n 714 727 712 731 713 733 c 128\n 714 735 718 735 721 733 c 0\n 751 719 788 717 810 693 c 1\n 810 693 l 1\n 824 678 836 665 843 651 c 0\n 853 628 850 605 834 598 c 0\n 819 592 800 606 790 629 c 0\n 785 643 786 656 779 665 c 0\n 767 680 746 709 717 725 c 0\n640 670 m 0\n 636 672 634 676 635 678 c 128\n 636 680 640 680 644 678 c 0\n 673 665 710 665 732 641 c 0\n 746 626 757 610 763 595 c 0\n 773 572 768 548 753 542 c 128\n 738 536 719 551 710 575 c 0\n 705 589 705 603 697 612 c 0\n 686 626 667 655 640 670 c 0\n513 354 m 1\n 499 378 483 403 466 427 c 0\n 435 472 405 514 402 555 c 0\n 399 591 426 617 443 641 c 0\n 458 662 469 682 487 701 c 0\n 502 717 505 746 504 745 c 1\n 504 745 l 1\n 504 744 506 762 494 777 c 0\n 477 800 461 826 439 848 c 0\n 435 852 433 858 436 861 c 128\n 439 864 445 863 450 858 c 0\n 472 838 499 822 520 799 c 0\n 534 783 560 767 555 736 c 1\n 555 736 l 1\n 549 703 513 704 497 690 c 0\n 479 674 465 657 451 635 c 0\n 434 611 420 582 422 556 c 0\n 426 528 459 492 498 452 c 0\n 526 424 556 392 577 355 c 1\n 680 351 784 319 852 262 c 1\n 852 262 l 1\n 866 250 880 240 892 228 c 0\n 898 222 903 216 907 207 c 128\n 911 198 913 182 903 168 c 0\n 887 147 870 153 859 157 c 0\n 848 162 839 167 829 168 c 0\n 795 172 761 181 727 180 c 0\n 724 180 722 181 722 183 c 128\n 722 185 724 186 727 186 c 0\n 761 187 795 197 830 198 c 0\n 834 198 838 199 842 200 c 1\n 838 209 831 220 822 229 c 1\n 822 229 l 1\n 769 281 679 332 583 344 c 1\n 588 333 593 322 596 311 c 0\n 617 235 595 151 531 121 c 0\n 496 104 459 117 427 136 c 0\n 396 154 366 179 333 198 c 0\n 331 199 329 201 330 203 c 0\n 331 204 333 204 336 203 c 0\n 370 186 408 174 440 171 c 0\n 471 168 491 174 503 180 c 0\n 523 191 551 243 538 295 c 0\n 534 311 527 328 517 346 c 1\n 408 337 312 269 253 209 c 0\n 242 198 233 186 223 175 c 0\n 219 170 214 165 207 160 c 0\n 200 156 188 151 174 157 c 1\n 174 157 l 1\n 151 166 152 182 151 193 c 128\n 150 204 150 216 148 226 c 0\n 141 258 136 292 123 322 c 0\n 120 328 121 335 124 336 c 0\n 128 338 133 335 136 329 c 0\n 151 299 175 271 186 235 c 0\n 188 229 190 222 193 216 c 1\n 201 223 211 232 221 242 c 0\n 290 306 401 347 513 354 c 1\nEndSplineSet\nEndChar\nStartChar: uni3077\nEncoding: 12407 12407 3056\nWidth: 1000\nFlags: W\nHStem: 180 6<723 727> 578 24<721 732> 693 24<721 732>\nVStem: 540.448 63.252<253 273> 660 24<640 657> 775 24<640 657>\nFore\n730 717 m 0\n 768 717 799 686 799 648 c 0\n 799 610 768 578 730 578 c 0\n 691 578 660 610 660 648 c 128\n 660 686 691 717 730 717 c 0\n730 693 m 0\n 704 693 684 673 684 648 c 128\n 684 623 704 602 730 602 c 0\n 755 602 775 623 775 648 c 128\n 775 673 755 693 730 693 c 0\n513 354 m 1\n 499 378 483 403 466 427 c 0\n 435 472 405 514 402 555 c 0\n 399 591 426 617 443 641 c 0\n 458 662 469 682 487 701 c 0\n 502 717 505 746 504 745 c 1\n 504 745 l 1\n 504 744 506 762 494 777 c 0\n 477 800 461 826 439 848 c 0\n 435 852 433 858 436 861 c 128\n 439 864 445 863 450 858 c 0\n 472 838 499 822 520 799 c 0\n 534 783 560 767 555 736 c 1\n 555 736 l 1\n 549 703 513 704 497 690 c 0\n 479 674 465 657 451 635 c 0\n 434 611 420 582 422 556 c 0\n 426 528 459 492 498 452 c 0\n 526 424 556 392 577 355 c 1\n 680 351 784 319 852 262 c 1\n 852 262 l 1\n 866 250 880 240 892 228 c 0\n 898 222 903 216 907 207 c 128\n 911 198 913 182 903 168 c 0\n 887 147 870 153 859 157 c 0\n 848 162 839 167 829 168 c 0\n 795 172 761 181 727 180 c 0\n 724 180 722 181 722 183 c 128\n 722 185 724 186 727 186 c 0\n 761 187 795 197 830 198 c 0\n 834 198 838 199 842 200 c 1\n 838 209 831 220 822 229 c 1\n 822 229 l 1\n 769 281 679 332 583 344 c 1\n 588 333 593 322 596 311 c 0\n 617 235 595 151 531 121 c 0\n 496 104 459 117 427 136 c 0\n 396 154 366 179 333 198 c 0\n 331 199 329 201 330 203 c 0\n 331 204 333 204 336 203 c 0\n 370 186 408 174 440 171 c 0\n 471 168 491 174 503 180 c 0\n 523 191 551 243 538 295 c 0\n 534 311 527 328 517 346 c 1\n 408 337 312 269 253 209 c 0\n 242 198 233 186 223 175 c 0\n 219 170 214 165 207 160 c 0\n 200 156 188 151 174 157 c 1\n 174 157 l 1\n 151 166 152 182 151 193 c 128\n 150 204 150 216 148 226 c 0\n 141 258 136 292 123 322 c 0\n 120 328 121 335 124 336 c 0\n 128 338 133 335 136 329 c 0\n 151 299 175 271 186 235 c 0\n 188 229 190 222 193 216 c 1\n 201 223 211 232 221 242 c 0\n 290 306 401 347 513 354 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni3078\nEncoding: 12408 12408 3057\nWidth: 1000\nFlags: W\nHStem: 499.631 69.3693<137.048 143>\nFore\n69 562 m 0\n 64 566 62 572 64 575 c 128\n 66 578 72 578 78 574 c 0\n 102 560 136 569 143 569 c 1\n 143 569 l 1\n 149 568 168 564 192 582 c 0\n 245 624 324 714 406 720 c 0\n 491 726 563 638 630 563 c 0\n 713 471 807 404 894 327 c 0\n 919 305 928 274 914 259 c 0\n 900 243 869 249 844 271 c 0\n 759 350 680 438 596 533 c 0\n 528 610 468 694 408 690 c 0\n 350 687 277 598 221 548 c 0\n 195 525 173 496 137 500 c 1\n 137 500 l 1\n 101 503 90 544 69 562 c 0\nEndSplineSet\nEndChar\nStartChar: uni3079\nEncoding: 12409 12409 3058\nWidth: 1000\nFlags: W\nHStem: 495.77 69.2296<182.04 187>\nFore\n710 798 m 0\n 706 800 704 803 706 805 c 0\n 707 807 710 808 714 806 c 0\n 744 791 781 789 803 766 c 0\n 816 751 829 737 835 724 c 0\n 846 701 842 677 827 671 c 0\n 812 664 792 678 783 701 c 0\n 778 715 779 728 771 738 c 0\n 759 753 738 781 710 798 c 0\n632 743 m 0\n 629 745 627 748 628 750 c 128\n 629 752 633 752 636 751 c 0\n 665 738 702 738 724 714 c 0\n 738 698 750 682 756 668 c 0\n 765 644 761 621 746 615 c 128\n 731 609 711 623 703 647 c 0\n 697 662 697 675 690 685 c 0\n 679 699 660 727 632 743 c 0\n117 555 m 0\n 112 559 110 565 112 568 c 0\n 114 570 120 570 126 567 c 0\n 148 554 181 565 187 565 c 1\n 187 565 l 1\n 193 565 211 559 233 576 c 0\n 283 612 359 693 436 698 c 0\n 516 704 585 625 648 558 c 1\n 727 477 816 418 899 349 c 0\n 924 328 934 298 920 282 c 128\n 906 266 875 270 850 292 c 0\n 769 363 695 443 616 528 c 1\n 551 596 495 671 438 668 c 0\n 383 665 314 586 261 540 c 0\n 237 520 216 493 182 496 c 1\n 182 496 l 1\n 147 499 137 539 117 555 c 0\nEndSplineSet\nEndChar\nStartChar: uni307A\nEncoding: 12410 12410 3059\nWidth: 1000\nFlags: W\nHStem: 495.77 69.2296<182.04 187> 651 24<720 724> 766 24<720 724>\nVStem: 653 24<710.404 722> 768 24<710.642 722>\nFore\n722 790 m 0\n 760 790 792 759 792 720 c 0\n 792 682 760 651 722 651 c 128\n 684 651 653 682 653 720 c 0\n 653 759 684 790 722 790 c 0\n722 766 m 0\n 697 766 677 746 677 720 c 0\n 677 695 697 675 722 675 c 128\n 747 675 768 695 768 720 c 0\n 768 746 747 766 722 766 c 0\n117 555 m 0\n 112 559 110 565 112 568 c 0\n 114 570 120 570 126 567 c 0\n 148 554 181 565 187 565 c 1\n 187 565 l 1\n 193 565 211 559 233 576 c 0\n 283 612 359 693 436 698 c 0\n 516 704 585 625 648 558 c 1\n 727 477 816 418 899 349 c 0\n 924 328 934 298 920 282 c 128\n 906 266 875 270 850 292 c 0\n 769 363 695 443 616 528 c 1\n 551 596 495 671 438 668 c 0\n 383 665 314 586 261 540 c 0\n 237 520 216 493 182 496 c 1\n 182 496 l 1\n 147 499 137 539 117 555 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni307B\nEncoding: 12411 12411 3060\nWidth: 1000\nFlags: W\nHStem: 142.401 39.3687<494 500> 522 47<564 584> 737 47<564 596>\nVStem: 149.023 48.7921<293 342> 345 24<235 241> 644 51<596 620> 656.363 56.4014<391 407>\nFore\n636 269 m 0\n 612 280 589 288 567 294 c 1\n 567 294 l 1\n 520 305 478 314 434 297 c 1\n 434 297 l 1\n 400 283 369 256 369 240 c 0\n 369 222 410 196 456 186 c 0\n 524 170 595 201 627 251 c 0\n 636 269 l 0\n631 737 m 0\n 616 736 602 736 587 737 c 1\n 587 737 l 1\n 524 737 464 758 404 766 c 0\n 397 766 392 770 392 774 c 0\n 393 778 399 781 405 780 c 0\n 466 775 527 784 587 784 c 1\n 587 784 l 1\n 649 785 713 798 779 805 c 0\n 805 808 828 797 830 781 c 0\n 831 764 812 749 785 746 c 0\n 746 741 707 739 668 737 c 1\n 680 729 691 719 696 704 c 0\n 705 674 695 651 695 621 c 1\n 695 621 l 1\n 695 609 696 596 697 581 c 1\n 726 586 755 591 785 595 c 0\n 812 599 835 589 837 572 c 0\n 839 556 820 539 794 536 c 0\n 763 532 733 528 702 526 c 1\n 706 496 709 462 711 429 c 0\n 714 386 714 342 707 301 c 1\n 751 286 795 267 838 247 c 0\n 868 232 885 205 875 187 c 0\n 866 168 835 165 805 180 c 0\n 765 200 727 222 689 242 c 1\n 686 234 682 227 677 220 c 0\n 628 142 528 130 448 150 c 0\n 393 164 344 199 345 241 c 0\n 346 278 387 303 425 319 c 1\n 425 319 l 1\n 473 339 524 348 577 337 c 1\n 577 337 l 1\n 600 333 625 327 650 319 c 1\n 655 351 657 389 657 427 c 0\n 656 459 653 492 651 523 c 1\n 629 522 607 522 585 522 c 0\n 522 521 463 541 403 549 c 0\n 395 550 389 555 390 560 c 0\n 391 564 397 568 405 567 c 0\n 465 561 525 568 584 569 c 0\n 605 570 626 572 647 574 c 1\n 645 591 644 606 644 620 c 1\n 644 620 l 1\n 643 655 641 674 638 687 c 0\n 636 697 637 718 631 737 c 0\n210 214 m 1\n 214 220 219 228 222 235 c 0\n 249 300 289 363 322 429 c 0\n 323 432 325 433 327 432 c 0\n 328 432 328 429 327 427 c 0\n 294 361 268 291 247 226 c 0\n 243 211 243 195 242 180 c 0\n 242 172 241 165 238 157 c 128\n 235 149 227 136 207 135 c 1\n 207 135 l 1\n 189 133 177 144 171 152 c 0\n 166 159 164 166 162 173 c 0\n 158 188 157 204 154 221 c 0\n 135 350 175 562 192 670 c 0\n 197 706 193 724 188 737 c 0\n 184 752 178 791 155 817 c 0\n 150 823 148 831 152 834 c 0\n 155 837 162 835 168 830 c 0\n 194 806 237 796 251 759 c 0\n 263 726 249 696 242 661 c 0\n 220 553 181 336 205 230 c 0\n 206 224 208 219 210 214 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni307C\nEncoding: 12412 12412 3061\nWidth: 1000\nFlags: W\nHStem: 142.401 39.3687<494 500> 522 47<564 584> 737 47<564 596>\nVStem: 149.023 48.7921<293 342> 345 24<235 241> 644 51<596 620> 656.363 56.4014<391 407>\nFore\n850 763 m 0\n 846 765 844 768 846 770 c 0\n 847 772 850 773 854 771 c 0\n 884 756 921 754 943 731 c 0\n 956 716 969 702 975 689 c 0\n 986 666 982 642 967 636 c 0\n 952 629 932 643 923 666 c 0\n 918 680 919 693 911 703 c 0\n 899 718 878 746 850 763 c 0\n772 708 m 0\n 769 710 767 713 768 715 c 128\n 769 717 773 717 776 716 c 0\n 805 703 842 703 864 679 c 0\n 878 663 890 647 896 633 c 0\n 905 609 901 586 886 580 c 128\n 871 574 851 588 843 612 c 0\n 837 627 837 640 830 650 c 0\n 819 664 800 692 772 708 c 0\n636 269 m 0\n 612 280 589 288 567 294 c 1\n 567 294 l 1\n 520 305 478 314 434 297 c 1\n 434 297 l 1\n 400 283 369 256 369 240 c 0\n 369 222 410 196 456 186 c 0\n 524 170 595 201 627 251 c 0\n 636 269 l 0\n631 737 m 0\n 616 736 602 736 587 737 c 1\n 587 737 l 1\n 524 737 464 758 404 766 c 0\n 397 766 392 770 392 774 c 0\n 393 778 399 781 405 780 c 0\n 466 775 527 784 587 784 c 1\n 587 784 l 1\n 649 785 713 798 779 805 c 0\n 805 808 828 797 830 781 c 0\n 831 764 812 749 785 746 c 0\n 746 741 707 739 668 737 c 1\n 680 729 691 719 696 704 c 0\n 705 674 695 651 695 621 c 1\n 695 621 l 1\n 695 609 696 596 697 581 c 1\n 726 586 755 591 785 595 c 0\n 812 599 835 589 837 572 c 0\n 839 556 820 539 794 536 c 0\n 763 532 733 528 702 526 c 1\n 706 496 709 462 711 429 c 0\n 714 386 714 342 707 301 c 1\n 751 286 795 267 838 247 c 0\n 868 232 885 205 875 187 c 0\n 866 168 835 165 805 180 c 0\n 765 200 727 222 689 242 c 1\n 686 234 682 227 677 220 c 0\n 628 142 528 130 448 150 c 0\n 393 164 344 199 345 241 c 0\n 346 278 387 303 425 319 c 1\n 425 319 l 1\n 473 339 524 348 577 337 c 1\n 577 337 l 1\n 600 333 625 327 650 319 c 1\n 655 351 657 389 657 427 c 0\n 656 459 653 492 651 523 c 1\n 629 522 607 522 585 522 c 0\n 522 521 463 541 403 549 c 0\n 395 550 389 555 390 560 c 0\n 391 564 397 568 405 567 c 0\n 465 561 525 568 584 569 c 0\n 605 570 626 572 647 574 c 1\n 645 591 644 606 644 620 c 1\n 644 620 l 1\n 643 655 641 674 638 687 c 0\n 636 697 637 718 631 737 c 0\n210 214 m 1\n 214 220 219 228 222 235 c 0\n 249 300 289 363 322 429 c 0\n 323 432 325 433 327 432 c 0\n 328 432 328 429 327 427 c 0\n 294 361 268 291 247 226 c 0\n 243 211 243 195 242 180 c 0\n 242 172 241 165 238 157 c 128\n 235 149 227 136 207 135 c 1\n 207 135 l 1\n 189 133 177 144 171 152 c 0\n 166 159 164 166 162 173 c 0\n 158 188 157 204 154 221 c 0\n 135 350 175 562 192 670 c 0\n 197 706 193 724 188 737 c 0\n 184 752 178 791 155 817 c 0\n 150 823 148 831 152 834 c 0\n 155 837 162 835 168 830 c 0\n 194 806 237 796 251 759 c 0\n 263 726 249 696 242 661 c 0\n 220 553 181 336 205 230 c 0\n 206 224 208 219 210 214 c 1\nEndSplineSet\nMinimumDistance: x44,-1 \nEndChar\nStartChar: uni307D\nEncoding: 12413 12413 3062\nWidth: 1000\nFlags: W\nHStem: 142.401 39.3687<494 500> 522 47<564 584> 606 24<852 868> 721 24<852 868> 737 47<564 596>\nVStem: 149.023 48.7921<293 342> 345 24<235 241> 644 51<596 620> 656.363 56.4014<391 407> 790 24<669 679> 905 24<669 679>\nFore\n860 745 m 0\n 898 745 929 714 929 675 c 0\n 929 637 898 606 860 606 c 0\n 821 606 790 637 790 675 c 0\n 790 714 821 745 860 745 c 0\n860 721 m 0\n 834 721 814 701 814 675 c 0\n 814 650 834 630 860 630 c 0\n 885 630 905 650 905 675 c 0\n 905 701 885 721 860 721 c 0\n636 269 m 0\n 612 280 589 288 567 294 c 1\n 567 294 l 1\n 520 305 478 314 434 297 c 1\n 434 297 l 1\n 400 283 369 256 369 240 c 0\n 369 222 410 196 456 186 c 0\n 524 170 595 201 627 251 c 0\n 636 269 l 0\n631 737 m 0\n 616 736 602 736 587 737 c 1\n 587 737 l 1\n 524 737 464 758 404 766 c 0\n 397 766 392 770 392 774 c 0\n 393 778 399 781 405 780 c 0\n 466 775 527 784 587 784 c 1\n 587 784 l 1\n 649 785 713 798 779 805 c 0\n 805 808 828 797 830 781 c 0\n 831 764 812 749 785 746 c 0\n 746 741 707 739 668 737 c 1\n 680 729 691 719 696 704 c 0\n 705 674 695 651 695 621 c 1\n 695 621 l 1\n 695 609 696 596 697 581 c 1\n 726 586 755 591 785 595 c 0\n 812 599 835 589 837 572 c 0\n 839 556 820 539 794 536 c 0\n 763 532 733 528 702 526 c 1\n 706 496 709 462 711 429 c 0\n 714 386 714 342 707 301 c 1\n 751 286 795 267 838 247 c 0\n 868 232 885 205 875 187 c 0\n 866 168 835 165 805 180 c 0\n 765 200 727 222 689 242 c 1\n 686 234 682 227 677 220 c 0\n 628 142 528 130 448 150 c 0\n 393 164 344 199 345 241 c 0\n 346 278 387 303 425 319 c 1\n 425 319 l 1\n 473 339 524 348 577 337 c 1\n 577 337 l 1\n 600 333 625 327 650 319 c 1\n 655 351 657 389 657 427 c 0\n 656 459 653 492 651 523 c 1\n 629 522 607 522 585 522 c 0\n 522 521 463 541 403 549 c 0\n 395 550 389 555 390 560 c 0\n 391 564 397 568 405 567 c 0\n 465 561 525 568 584 569 c 0\n 605 570 626 572 647 574 c 1\n 645 591 644 606 644 620 c 1\n 644 620 l 1\n 643 655 641 674 638 687 c 0\n 636 697 637 718 631 737 c 0\n210 214 m 1\n 214 220 219 228 222 235 c 0\n 249 300 289 363 322 429 c 0\n 323 432 325 433 327 432 c 0\n 328 432 328 429 327 427 c 0\n 294 361 268 291 247 226 c 0\n 243 211 243 195 242 180 c 0\n 242 172 241 165 238 157 c 128\n 235 149 227 136 207 135 c 1\n 207 135 l 1\n 189 133 177 144 171 152 c 0\n 166 159 164 166 162 173 c 0\n 158 188 157 204 154 221 c 0\n 135 350 175 562 192 670 c 0\n 197 706 193 724 188 737 c 0\n 184 752 178 791 155 817 c 0\n 150 823 148 831 152 834 c 0\n 155 837 162 835 168 830 c 0\n 194 806 237 796 251 759 c 0\n 263 726 249 696 242 661 c 0\n 220 553 181 336 205 230 c 0\n 206 224 208 219 210 214 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni307E\nEncoding: 12414 12414 3063\nWidth: 1000\nFlags: W\nHStem: 111.098 34.173<368 384> 314.818 41.5689<406 416> 515 49<482 521> 696 48<470 517>\nVStem: 232.32 24.3212<210 225> 519 52<573.13 695.969 749.004 762> 524 48<346.062 515 566.062 613.081>\nFore\n523 296 m 0\n 515 299 507 301 499 303 c 0\n 413 322 311 322 274 276 c 0\n 252 249 250 208 267 182 c 1\n 267 182 l 1\n 290 149 354 140 407 148 c 1\n 407 148 l 1\n 453 156 487 190 502 209 c 1\n 512 224 519 237 521 272 c 0\n 522 280 522 288 523 296 c 0\n519 696 m 1\n 512 696 504 696 497 696 c 0\n 407 696 322 727 237 745 c 0\n 229 747 223 752 224 757 c 128\n 225 762 232 765 240 763 c 0\n 326 747 414 743 497 744 c 0\n 518 744 l 1\n 518 751 518 757 518 763 c 1\n 518 763 l 1\n 517 796 507 810 502 820 c 0\n 496 833 485 879 456 907 c 0\n 448 914 445 924 449 928 c 0\n 453 933 463 931 471 925 c 0\n 503 900 554 893 573 852 c 0\n 587 821 573 793 572 762 c 1\n 572 762 l 1\n 571 758 571 754 571 749 c 1\n 633 757 695 773 759 786 c 0\n 785 792 809 783 812 767 c 0\n 815 750 797 733 771 727 c 0\n 705 714 638 703 570 698 c 1\n 570 659 570 613 571 566 c 1\n 605 568 638 572 670 575 c 0\n 684 576 697 579 705 582 c 1\n 701 594 692 608 681 620 c 0\n 677 624 675 630 678 633 c 0\n 680 636 686 635 692 631 c 1\n 705 619 723 612 738 604 c 0\n 746 600 753 595 759 588 c 128\n 765 581 771 568 765 552 c 1\n 765 552 l 1\n 755 525 733 524 719 523 c 0\n 704 522 690 522 675 521 c 0\n 642 519 607 517 572 516 c 1\n 573 451 574 386 574 333 c 1\n 667 303 749 252 825 198 c 0\n 852 179 864 149 851 132 c 0\n 839 115 807 118 781 137 c 0\n 711 189 647 244 573 278 c 1\n 573 275 573 272 572 269 c 0\n 571 232 570 201 550 173 c 1\n 521 136 467 120 412 113 c 1\n 412 113 l 1\n 349 104 279 122 248 169 c 1\n 248 169 l 1\n 223 205 227 256 255 291 c 0\n 303 352 412 369 509 350 c 0\n 514 349 519 347 524 346 c 1\n 525 396 524 455 523 515 c 1\n 509 515 494 515 479 516 c 0\n 408 520 341 547 273 562 c 0\n 266 563 261 568 262 571 c 0\n 263 575 269 578 275 577 c 0\n 344 565 415 567 482 564 c 0\n 495 564 509 563 522 564 c 1\n 521 611 520 656 519 696 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni307F\nEncoding: 12415 12415 3064\nWidth: 1000\nFlags: W\nHStem: 426 31.6555<371 382>\nVStem: 147.541 36.0165<267 283>\nFore\n383 426 m 0\n 310 426 245 409 210 365 c 0\n 177 323 178 250 194 232 c 1\n 194 232 l 1\n 201 223 215 230 220 231 c 1\n 220 231 l 1\n 227 233 239 235 257 255 c 0\n 290 291 336 355 383 426 c 0\n404 458 m 1\n 461 545 516 639 548 705 c 0\n 555 721 560 736 561 746 c 1\n 556 747 550 747 544 746 c 0\n 509 741 473 733 443 727 c 0\n 425 724 406 711 385 716 c 0\n 352 723 335 760 309 778 c 0\n 303 783 299 789 302 793 c 0\n 304 797 311 797 318 794 c 0\n 347 779 384 784 399 780 c 0\n 410 778 420 767 436 769 c 0\n 464 772 500 782 535 790 c 0\n 547 793 557 799 570 803 c 0\n 582 807 599 812 618 795 c 1\n 618 795 l 1\n 630 784 633 769 632 758 c 0\n 632 747 628 739 624 731 c 0\n 617 714 606 699 596 681 c 0\n 562 618 509 534 455 454 c 1\n 471 452 487 450 503 447 c 0\n 579 432 652 410 721 382 c 1\n 733 413 742 444 750 471 c 0\n 759 501 756 522 753 534 c 1\n 753 534 l 1\n 749 548 740 592 712 620 c 0\n 707 625 705 631 708 634 c 0\n 710 637 717 635 722 631 c 0\n 753 606 803 596 816 552 c 1\n 816 552 l 1\n 827 516 809 486 799 455 c 0\n 789 428 778 396 763 364 c 1\n 807 344 851 323 893 299 c 0\n 918 285 932 261 923 245 c 128\n 914 229 886 227 861 242 c 0\n 819 266 779 291 738 314 c 1\n 727 294 714 275 700 256 c 0\n 651 192 576 163 511 123 c 0\n 509 122 506 122 505 123 c 0\n 505 124 506 127 508 128 c 0\n 572 170 626 222 669 280 c 0\n 681 296 692 315 702 335 c 1\n 637 370 571 400 496 414 c 0\n 476 418 455 421 435 423 c 1\n 381 344 328 271 292 226 c 0\n 273 203 258 179 229 175 c 1\n 229 175 l 1\n 204 171 181 189 165 209 c 1\n 165 209 l 1\n 132 254 149 330 189 381 c 0\n 235 440 317 460 404 458 c 1\nEndSplineSet\nEndChar\nStartChar: uni3080\nEncoding: 12416 12416 3065\nWidth: 1000\nFlags: W\nHStem: 111.377 61.7056<462 499> 275.074 44.8808<232 240> 440 6<772 774> 495.86 29.9784<243 247>\nVStem: 127.274 24.2373<409 424> 260.579 50.9122<248.636 276.961> 282 54<524.011 631> 659.767 17.3617<526.664 561.938> 864 0<486 488>\nFore\n281 484 m 0\n 272 490 257 496 238 496 c 0\n 214 497 187 489 171 474 c 0\n 139 444 148 390 174 354 c 0\n 185 339 201 328 216 323 c 0\n 230 318 241 320 245 323 c 1\n 245 323 l 1\n 254 327 270 359 276 407 c 0\n 279 431 280 457 281 484 c 0\n283 631 m 1\n 227 629 175 643 124 647 c 0\n 116 647 110 651 110 656 c 128\n 110 661 117 665 125 664 c 0\n 178 663 230 672 283 678 c 1\n 284 699 284 717 285 735 c 0\n 286 761 279 778 276 788 c 1\n 276 788 l 1\n 271 800 262 843 233 869 c 0\n 228 874 225 881 228 885 c 0\n 231 888 238 887 245 883 c 0\n 276 861 327 856 343 813 c 0\n 355 781 341 754 339 731 c 0\n 337 717 337 702 336 687 c 1\n 388 697 442 715 497 729 c 0\n 522 736 546 729 551 713 c 0\n 555 697 538 678 512 672 c 0\n 454 656 394 643 336 636 c 1\n 336 615 336 592 336 565 c 0\n 337 534 336 498 334 463 c 1\n 339 429 328 389 321 350 c 0\n 310 294 306 240 323 215 c 0\n 347 180 444 165 540 177 c 0\n 588 184 636 195 673 209 c 0\n 710 222 736 241 740 246 c 1\n 740 246 l 1\n 742 248 747 247 749 257 c 128\n 751 267 748 284 740 300 c 0\n 704 371 651 475 661 564 c 0\n 666 614 691 664 734 667 c 0\n 793 672 856 599 891 545 c 0\n 900 532 909 521 915 507 c 0\n 922 494 926 475 915 458 c 1\n 906 441 889 438 875 438 c 0\n 861 437 848 439 836 438 c 0\n 813 435 794 440 775 440 c 0\n 772 440 770 441 770 443 c 0\n 770 444 772 446 774 446 c 0\n 793 447 812 453 833 458 c 0\n 843 461 853 468 860 476 c 0\n 866 483 866 491 864 488 c 0\n 862 485 865 483 864 490 c 0\n 864 497 860 509 853 521 c 0\n 823 572 768 646 735 644 c 0\n 712 642 684 607 678 562 c 0\n 669 482 729 385 769 316 c 0\n 778 300 791 287 800 270 c 128\n 809 253 813 227 799 205 c 1\n 799 205 l 1\n 778 172 741 156 697 141 c 0\n 652 126 600 117 546 113 c 0\n 440 105 328 116 281 186 c 0\n 263 214 259 245 261 277 c 1\n 239 270 217 277 198 288 c 0\n 179 300 163 317 150 337 c 0\n 118 384 119 449 158 487 c 1\n 158 487 l 1\n 178 506 206 520 236 525 c 0\n 251 527 267 528 282 524 c 1\n 282 538 282 552 283 566 c 0\n 283 589 283 611 283 631 c 1\nEndSplineSet\nMinimumDistance: x48,-1 \nEndChar\nStartChar: uni3081\nEncoding: 12417 12417 3066\nWidth: 1000\nFlags: W\nHStem: 131 59<191 192>\nVStem: 856.489 68.4835<397 421>\nFore\n308 575 m 0\n 324 523 346 462 370 397 c 1\n 428 483 485 578 520 648 c 1\n 470 644 420 632 373 610 c 0\n 351 600 329 588 308 575 c 0\n328 335 m 0\n 304 411 282 483 265 545 c 1\n 206 500 158 446 133 401 c 0\n 115 368 108 341 109 309 c 0\n 111 273 130 234 151 209 c 1\n 151 209 l 1\n 165 192 187 190 192 190 c 0\n 198 191 216 196 241 224 c 0\n 266 251 296 291 328 335 c 0\n254 583 m 1\n 249 604 244 623 240 640 c 0\n 231 673 217 693 209 707 c 0\n 202 721 199 757 178 777 c 1\n 171 785 168 795 172 799 c 128\n 176 803 186 801 194 795 c 0\n 217 777 257 774 275 744 c 0\n 292 713 284 682 289 651 c 0\n 292 639 294 627 298 614 c 1\n 316 625 336 636 356 646 c 0\n 415 673 479 690 541 694 c 0\n 542 695 542 696 542 696 c 2\n 556 729 549 746 546 759 c 1\n 546 759 l 1\n 542 773 540 816 517 846 c 0\n 511 854 510 864 514 868 c 0\n 519 872 528 869 536 861 c 0\n 561 834 607 819 618 777 c 1\n 618 777 l 1\n 626 748 615 722 602 695 c 1\n 647 693 691 683 732 666 c 0\n 819 631 897 568 919 477 c 0\n 942 384 905 284 847 217 c 1\n 847 217 l 1\n 787 148 695 136 613 108 c 0\n 610 107 608 107 607 109 c 0\n 607 110 608 112 611 113 c 0\n 691 145 761 192 807 249 c 1\n 807 249 l 1\n 853 306 866 394 850 459 c 128\n 834 524 786 588 712 620 c 0\n 672 637 627 647 579 649 c 1\n 537 566 462 446 390 344 c 1\n 402 313 414 281 425 249 c 0\n 436 222 429 195 412 189 c 0\n 394 182 372 200 363 228 c 0\n 357 245 351 263 346 281 c 1\n 321 247 298 216 278 192 c 0\n 252 162 231 130 192 131 c 0\n 158 131 137 158 118 182 c 1\n 118 182 l 1\n 91 218 82 266 80 307 c 0\n 78 345 86 379 106 415 c 0\n 136 469 188 532 254 583 c 1\nEndSplineSet\nEndChar\nStartChar: uni3082\nEncoding: 12418 12418 3067\nWidth: 1000\nFlags: W\nHStem: 54.8785 58.0309<571 603>\nVStem: 370.13 52.3927<261 293> 434.939 78.8035<779 799>\nFore\n383 439 m 0\n 391 503 401 567 412 627 c 1\n 382 620 352 613 324 606 c 0\n 284 595 247 589 216 568 c 0\n 195 553 178 532 179 521 c 0\n 180 511 197 501 219 488 c 0\n 259 465 315 452 368 442 c 0\n 383 439 l 0\n429 710 m 1\n 436 757 437 796 431 819 c 0\n 424 844 415 891 383 925 c 0\n 376 933 374 942 378 947 c 0\n 382 951 392 949 400 942 c 0\n 434 912 492 895 508 842 c 1\n 508 842 l 1\n 523 795 510 750 497 704 c 1\n 506 703 516 702 526 701 c 0\n 555 697 577 679 574 660 c 0\n 571 642 546 631 517 635 c 0\n 504 637 492 640 479 642 c 1\n 464 577 449 505 439 434 c 1\n 468 432 498 432 529 431 c 0\n 558 430 580 414 579 395 c 0\n 579 377 554 363 525 365 c 0\n 494 367 463 370 431 375 c 1\n 429 360 428 345 426 331 c 0\n 420 257 418 197 452 159 c 0\n 491 116 590 98 658 126 c 0\n 735 157 797 253 804 335 c 0\n 810 403 797 474 764 542 c 0\n 763 544 763 547 765 547 c 0\n 766 548 768 547 770 544 c 0\n 805 479 860 417 855 331 c 0\n 849 229 787 112 681 70 c 0\n 586 33 474 63 417 127 c 0\n 367 182 366 259 373 335 c 0\n 374 351 375 368 377 385 c 1\n 370 386 363 388 356 389 c 0\n 299 402 245 429 200 458 c 0\n 176 473 156 494 155 520 c 0\n 154 548 178 570 203 588 c 0\n 237 612 274 629 315 640 c 0\n 341 648 370 656 398 664 c 1\n 375 671 352 680 330 688 c 0\n 274 710 231 751 183 782 c 0\n 177 785 175 791 177 794 c 0\n 179 798 185 798 191 794 c 0\n 240 765 293 746 344 728 c 0\n 371 718 399 714 429 710 c 1\nEndSplineSet\nEndChar\nStartChar: uni3083\nEncoding: 12419 12419 3068\nWidth: 1000\nFlags: W\nHStem: 406 2<572 573> 553.469 26.5422<650 682>\nVStem: 294.044 36.3528<586 598> 475 35.457<666 668> 773.055 52.199<465 476>\nFore\n341 453 m 1\n 321 445 303 437 288 431 c 0\n 270 424 252 408 229 413 c 1\n 229 413 l 1\n 192 421 181 464 157 487 c 1\n 154 491 152 496 154 498 c 128\n 156 500 161 499 165 496 c 0\n 192 477 233 477 242 474 c 1\n 242 474 l 1\n 249 473 258 463 275 468 c 0\n 289 472 307 477 325 484 c 1\n 323 488 321 493 319 497 c 0\n 298 545 284 590 303 625 c 0\n 323 662 374 657 418 657 c 0\n 435 657 453 658 466 662 c 0\n 469 663 472 663 475 665 c 1\n 475 666 475 667 474 669 c 0\n 473 675 469 683 464 690 c 1\n 464 690 l 1\n 453 705 442 718 428 729 c 0\n 424 732 422 736 424 739 c 0\n 425 742 430 741 435 738 c 0\n 449 729 468 722 483 705 c 1\n 483 705 l 1\n 489 698 496 690 502 682 c 128\n 508 674 515 664 508 650 c 0\n 503 639 492 637 485 637 c 128\n 478 637 472 640 465 642 c 0\n 451 647 434 653 417 654 c 0\n 374 656 340 628 332 610 c 0\n 325 593 334 558 356 515 c 0\n 359 510 362 504 365 498 c 1\n 402 511 442 526 481 540 c 0\n 556 567 629 586 695 579 c 0\n 736 574 782 568 807 531 c 1\n 807 531 l 1\n 828 500 832 458 814 424 c 1\n 814 424 l 1\n 795 386 752 374 714 369 c 0\n 665 363 620 391 573 406 c 0\n 572 406 571 407 571 408 c 128\n 571 409 573 409 574 409 c 0\n 621 396 670 395 709 402 c 0\n 739 407 761 430 769 447 c 1\n 769 447 l 1\n 776 462 774 487 764 504 c 1\n 764 504 l 1\n 752 523 728 547 692 552 c 0\n 634 560 564 541 490 515 c 0\n 453 502 415 486 381 471 c 1\n 399 440 420 408 439 377 c 1\n 439 377 l 1\n 495 285 540 213 580 139 c 0\n 593 117 591 93 577 86 c 0\n 563 78 542 90 530 112 c 0\n 491 186 457 262 400 354 c 0\n 381 385 360 420 341 453 c 1\nEndSplineSet\nEndChar\nStartChar: uni3084\nEncoding: 12420 12420 3069\nWidth: 1000\nFlags: W\nHStem: 660.981 32.5589<691 723>\nVStem: 243.518 43.4011<702 716> 469 44.2578<801 803> 843.359 61.3201<550 562>\nFore\n303 536 m 1\n 277 525 254 515 235 508 c 0\n 212 499 190 480 161 486 c 0\n 117 496 102 549 72 578 c 0\n 67 582 65 588 67 591 c 0\n 70 594 76 593 81 589 c 0\n 115 564 165 563 178 560 c 0\n 186 558 198 547 219 553 c 0\n 237 558 259 565 283 574 c 1\n 281 580 278 585 275 591 c 0\n 248 650 231 706 255 749 c 0\n 267 772 292 783 317 788 c 0\n 343 792 370 791 397 791 c 0\n 419 791 441 793 457 796 c 0\n 462 797 466 798 469 800 c 1\n 469 801 469 803 468 804 c 0\n 466 812 462 823 455 831 c 0\n 441 850 428 867 410 879 c 0\n 405 883 402 889 405 892 c 0\n 407 896 413 895 419 892 c 1\n 437 879 460 871 479 850 c 0\n 487 841 495 832 503 821 c 0\n 510 811 519 799 510 781 c 0\n 504 768 490 764 481 765 c 0\n 473 765 465 768 456 771 c 0\n 438 776 418 784 397 785 c 0\n 370 786 343 779 324 768 c 128\n 305 757 294 743 289 732 c 0\n 280 710 292 666 319 612 c 0\n 331 591 l 1\n 377 607 427 626 476 644 c 0\n 570 677 661 701 744 692 c 0\n 796 686 852 677 882 632 c 0\n 908 593 913 542 891 500 c 1\n 891 500 l 1\n 868 453 815 437 767 431 c 0\n 706 423 649 456 591 475 c 0\n 589 476 587 478 587 479 c 0\n 588 481 590 482 593 481 c 0\n 652 464 713 461 762 470 c 0\n 799 476 827 504 838 526 c 1\n 838 526 l 1\n 847 547 845 578 832 599 c 0\n 817 624 785 653 740 659 c 0\n 667 669 580 645 488 612 c 0\n 441 596 393 576 350 557 c 1\n 373 518 399 478 423 440 c 1\n 423 440 l 1\n 493 324 549 234 600 142 c 0\n 614 115 613 86 596 77 c 128\n 579 68 553 82 539 109 c 0\n 490 202 447 297 376 411 c 1\n 376 411 l 1\n 352 451 326 494 303 536 c 1\nEndSplineSet\nEndChar\nStartChar: uni3085\nEncoding: 12421 12421 3070\nWidth: 1000\nFlags: W\nHStem: 234.468 42.3454<614 634> 714 27<502 503>\nVStem: 274.066 44.0804<344.158 402.793> 569.986 62.8814<497 546>\nFore\n558 640 m 0\n 555 650 551 660 546 668 c 0\n 532 690 517 713 503 714 c 0\n 494 714 484 711 474 699 c 0\n 449 669 425 609 419 547 c 0\n 417 529 417 512 418 495 c 1\n 450 550 488 602 538 630 c 0\n 544 634 551 637 558 640 c 0\n586 281 m 0\n 601 278 l 0\n 644 272 680 287 705 320 c 1\n 705 320 l 1\n 726 345 742 392 745 440 c 128\n 748 488 738 535 717 564 c 0\n 700 588 676 606 646 616 c 0\n 638 618 629 620 621 621 c 1\n 634 570 635 513 631 461 c 0\n 626 396 612 335 586 281 c 0\n564 615 m 0\n 559 614 554 611 549 609 c 0\n 496 581 458 514 426 444 c 1\n 434 412 447 382 465 357 c 128\n 483 332 509 312 537 298 c 1\n 558 347 564 402 568 466 c 0\n 572 517 573 572 564 615 c 0\n409 405 m 1\n 394 370 380 336 367 308 c 0\n 361 296 357 283 351 272 c 0\n 349 266 346 260 340 255 c 128\n 334 250 322 244 308 247 c 128\n 294 250 287 260 283 267 c 0\n 280 275 278 281 278 288 c 0\n 276 302 276 317 275 332 c 1\n 275 332 l 1\n 271 394 281 463 283 511 c 0\n 284 536 278 553 273 568 c 0\n 267 585 266 619 249 643 c 1\n 246 649 245 655 248 657 c 0\n 251 660 257 657 261 652 c 0\n 280 630 315 617 326 587 c 0\n 336 561 330 535 328 508 c 0\n 323 457 314 390 320 335 c 0\n 321 328 322 321 324 316 c 1\n 327 319 330 323 332 327 c 0\n 353 362 374 412 401 463 c 1\n 399 491 401 520 404 548 c 0\n 411 612 428 676 457 712 c 0\n 470 727 484 741 504 741 c 0\n 533 741 568 727 589 695 c 0\n 597 683 604 669 610 655 c 1\n 624 657 639 657 654 656 c 0\n 694 652 736 634 762 599 c 0\n 796 554 807 494 803 437 c 0\n 800 379 782 323 750 283 c 1\n 750 283 l 1\n 709 235 648 228 594 237 c 0\n 584 238 575 241 565 244 c 1\n 532 196 479 165 439 124 c 1\n 438 124 436 123 436 124 c 1\n 435 124 435 125 436 126 c 0\n 473 168 498 218 520 263 c 1\n 488 281 459 307 438 338 c 0\n 424 358 415 381 409 405 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni3086\nEncoding: 12422 12422 3071\nWidth: 1000\nFlags: W\nHStem: 261.928 52.2995<647 666> 862 32<503 504>\nVStem: 218.948 53.1583<410 458> 589.968 74.4366<602 637>\nFore\n575 769 m 0\n 570 782 565 794 559 804 c 1\n 559 804 l 1\n 542 833 521 861 504 862 c 0\n 493 862 480 857 467 842 c 1\n 467 842 l 1\n 436 805 408 729 400 652 c 0\n 398 631 397 609 398 589 c 1\n 438 658 486 722 547 756 c 0\n 556 761 565 766 575 769 c 0\n605 320 m 0\n 612 318 619 317 626 316 c 0\n 680 308 725 327 758 367 c 0\n 784 400 804 459 807 519 c 0\n 811 579 798 638 772 675 c 0\n 751 704 721 727 683 739 c 0\n 672 742 660 745 649 746 c 1\n 665 682 667 611 662 545 c 0\n 656 463 638 388 605 320 c 0\n582 739 m 0\n 575 736 568 733 562 730 c 0\n 495 695 447 611 408 524 c 1\n 417 483 433 445 455 414 c 0\n 478 382 511 357 547 339 c 1\n 574 401 582 471 587 551 c 0\n 592 615 593 683 582 739 c 0\n386 476 m 1\n 367 431 350 389 333 354 c 0\n 325 338 320 323 313 309 c 0\n 310 302 306 295 299 289 c 0\n 291 282 277 275 261 279 c 0\n 244 283 235 295 231 304 c 0\n 226 313 225 321 224 329 c 0\n 221 346 221 364 220 383 c 0\n 215 461 228 547 230 607 c 1\n 230 607 l 1\n 231 639 224 660 217 679 c 0\n 210 701 208 743 187 773 c 0\n 183 780 182 787 185 790 c 0\n 189 793 196 790 201 784 c 0\n 225 756 268 739 282 702 c 0\n 294 670 287 638 284 604 c 1\n 284 604 l 1\n 278 540 266 456 274 388 c 0\n 275 378 277 369 280 361 c 1\n 284 366 287 371 291 377 c 0\n 316 420 343 483 376 547 c 1\n 373 582 375 618 379 654 c 0\n 388 734 409 814 447 859 c 1\n 447 859 l 1\n 462 878 480 894 505 894 c 0\n 541 895 584 876 610 837 c 1\n 610 837 l 1\n 620 821 629 804 636 786 c 1\n 654 789 673 790 692 788 c 0\n 742 783 794 760 827 716 c 0\n 869 661 882 586 878 515 c 0\n 873 443 852 372 811 324 c 0\n 761 263 685 255 618 265 c 0\n 605 267 593 270 580 274 c 1\n 539 215 475 175 424 123 c 1\n 422 122 420 121 419 122 c 128\n 418 123 418 126 420 127 c 1\n 466 179 499 241 527 297 c 1\n 486 320 450 353 424 392 c 0\n 406 417 394 446 386 476 c 1\nEndSplineSet\nEndChar\nStartChar: uni3087\nEncoding: 12423 12423 3072\nWidth: 1000\nFlags: W\nVStem: 254.666 18.9637<195 208> 484.048 44.9525<383 493 508.031 591.856>\nFore\n488 263 m 0\n 474 265 459 266 443 267 c 0\n 382 269 306 271 283 240 c 0\n 268 221 270 187 285 167 c 0\n 304 141 348 136 390 140 c 128\n 432 144 463 169 476 189 c 0\n 486 204 488 230 488 263 c 0\n487 299 m 1\n 487 315 486 332 485 350 c 0\n 481 443 489 545 484 600 c 0\n 482 620 471 629 466 641 c 0\n 458 657 456 696 437 721 c 0\n 434 726 433 733 435 735 c 0\n 438 737 444 735 449 731 c 1\n 471 708 511 699 525 670 c 0\n 536 649 531 626 531 603 c 0\n 532 577 531 544 530 508 c 1\n 558 512 585 520 611 525 c 0\n 643 530 674 546 707 558 c 0\n 728 565 749 560 754 546 c 0\n 759 533 745 516 723 509 c 0\n 690 498 654 491 616 486 c 0\n 587 482 558 489 529 494 c 1\n 528 448 527 399 530 353 c 0\n 531 334 533 316 535 297 c 1\n 550 296 563 294 577 291 c 1\n 577 291 l 1\n 605 285 633 278 660 267 c 0\n 685 256 712 248 736 236 c 0\n 761 223 774 200 765 184 c 0\n 757 168 731 166 706 180 c 0\n 683 193 662 210 639 220 c 0\n 616 231 592 241 566 248 c 1\n 566 248 l 1\n 558 250 549 252 539 254 c 1\n 541 220 537 189 519 162 c 0\n 492 121 440 114 393 111 c 0\n 345 107 295 122 270 156 c 0\n 250 183 248 224 268 251 c 0\n 301 295 381 301 444 300 c 0\n 459 300 474 300 487 299 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni3088\nEncoding: 12424 12424 3073\nWidth: 1000\nFlags: W\nVStem: 192.006 24.8408<220 236> 481.591 54.4088<444 556 604.063 709.055>\nFore\n487 297 m 0\n 469 300 450 301 429 302 c 0\n 353 305 258 307 229 268 c 1\n 229 268 l 1\n 211 245 213 203 232 178 c 0\n 255 146 311 139 363 143 c 0\n 415 148 455 178 472 204 c 0\n 484 224 487 256 487 297 c 0\n486 343 m 1\n 485 363 484 384 483 407 c 0\n 477 522 487 650 481 719 c 1\n 481 719 l 1\n 479 744 467 756 459 771 c 0\n 450 792 445 838 421 869 c 0\n 416 877 414 885 418 889 c 0\n 422 892 430 889 437 883 c 0\n 465 855 512 841 530 805 c 0\n 542 779 537 751 538 722 c 1\n 538 722 l 1\n 539 689 537 649 536 604 c 1\n 572 609 606 619 638 624 c 0\n 679 631 718 650 760 664 c 0\n 785 672 809 667 815 651 c 0\n 820 635 804 615 779 607 c 0\n 737 593 692 583 646 577 c 0\n 609 572 572 580 536 586 c 1\n 534 529 533 467 536 409 c 0\n 538 386 541 363 543 340 c 1\n 561 338 579 336 596 332 c 1\n 596 332 l 1\n 632 324 667 316 700 302 c 1\n 700 302 l 1\n 732 288 764 277 794 261 c 0\n 824 246 839 219 830 200 c 0\n 820 181 788 179 759 195 c 128\n 730 211 703 231 674 244 c 1\n 674 244 l 1\n 645 257 616 271 583 279 c 1\n 583 279 l 1\n 572 282 560 285 547 287 c 1\n 549 245 545 206 522 172 c 0\n 489 122 425 111 366 108 c 0\n 306 104 244 120 212 163 c 0\n 187 198 184 248 210 283 c 1\n 210 283 l 1\n 251 338 352 346 430 344 c 0\n 450 344 468 343 486 343 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni3089\nEncoding: 12425 12425 3074\nWidth: 1000\nFlags: W\nVStem: 780.415 66.8071<322 342>\nFore\n320 907 m 0\n 315 909 312 913 313 916 c 128\n 314 919 319 920 324 919 c 0\n 376 904 436 901 482 859 c 0\n 497 846 511 833 522 818 c 128\n 533 803 547 783 532 757 c 1\n 532 757 l 1\n 518 734 496 738 482 742 c 0\n 467 746 453 752 439 753 c 0\n 399 755 360 757 322 753 c 0\n 320 752 317 753 317 755 c 128\n 317 757 319 758 322 758 c 0\n 360 762 397 772 440 773 c 0\n 454 774 469 779 478 785 c 0\n 487 790 484 800 477 789 c 1\n 477 789 l 1\n 476 787 476 786 475 785 c 1\n 475 786 475 788 474 791 c 0\n 471 801 462 816 452 827 c 1\n 452 827 l 1\n 417 861 372 891 320 907 c 0\n249 714 m 0\n 250 717 252 718 254 718 c 0\n 255 717 256 714 255 712 c 0\n 246 688 247 662 242 632 c 1\n 242 632 l 1\n 231 578 234 496 234 427 c 0\n 235 414 237 402 240 393 c 1\n 240 393 241 393 242 393 c 0\n 256 397 277 406 295 418 c 0\n 361 461 429 501 510 524 c 0\n 588 546 682 560 752 511 c 0\n 817 466 858 381 845 300 c 0\n 831 217 761 161 690 126 c 1\n 690 126 l 1\n 601 81 497 90 397 83 c 0\n 395 82 392 83 392 85 c 128\n 392 87 394 88 397 88 c 0\n 497 98 593 124 669 165 c 1\n 669 165 l 1\n 730 199 771 256 779 311 c 0\n 788 364 767 437 722 470 c 0\n 673 505 592 512 519 492 c 0\n 444 472 381 430 319 383 c 0\n 302 371 287 354 272 340 c 0\n 264 333 257 327 246 323 c 0\n 236 318 220 314 203 324 c 1\n 203 324 l 1\n 175 339 178 364 181 380 c 128\n 184 396 188 412 190 429 c 0\n 194 497 199 579 212 639 c 1\n 212 639 l 1\n 219 670 239 691 249 714 c 0\nEndSplineSet\nEndChar\nStartChar: uni308A\nEncoding: 12426 12426 3075\nWidth: 1000\nFlags: W\nVStem: 332.508 76.2121<797 807> 649.306 63.5075<541 589>\nFore\n320 508 m 1\n 319 512 318 518 318 523 c 0\n 318 604 317 685 329 749 c 0\n 334 781 333 801 331 811 c 1\n 331 811 l 1\n 329 824 328 872 302 905 c 0\n 298 911 296 919 300 922 c 0\n 303 925 310 922 316 917 c 1\n 345 887 399 873 408 825 c 1\n 408 825 l 1\n 415 788 396 762 390 737 c 0\n 384 711 382 677 381 640 c 1\n 415 705 454 762 498 803 c 1\n 498 803 l 1\n 529 833 563 862 602 853 c 0\n 638 845 667 814 682 774 c 0\n 725 657 727 462 668 320 c 0\n 619 201 514 146 426 78 c 0\n 424 77 422 76 421 77 c 0\n 420 79 421 81 423 83 c 0\n 508 154 575 237 616 341 c 0\n 664 465 655 655 622 752 c 0\n 611 786 604 809 592 813 c 0\n 579 816 544 810 516 783 c 1\n 516 783 l 1\n 454 724 424 607 381 494 c 0\n 372 468 350 453 334 459 c 0\n 319 465 314 485 320 508 c 1\nEndSplineSet\nEndChar\nStartChar: uni308B\nEncoding: 12427 12427 3076\nWidth: 1000\nFlags: W\nHStem: 76.3935 54.2349<478 496> 246.987 24.9676<410 420> 475.616 36.9759<578 620> 733.486 64.3248<378 381>\nFore\n522 134 m 0\n 508 162 499 190 478 210 c 1\n 478 210 l 1\n 456 230 429 252 402 246 c 1\n 402 246 l 1\n 377 241 357 212 355 195 c 0\n 353 177 370 159 400 145 c 0\n 429 131 474 127 522 134 c 0\n580 778 m 1\n 570 776 559 774 549 772 c 1\n 549 772 l 1\n 510 763 482 762 452 755 c 0\n 423 747 386 725 344 736 c 0\n 306 746 298 789 279 811 c 0\n 275 816 273 822 276 824 c 1\n 278 827 284 825 289 821 c 0\n 312 802 345 803 360 800 c 0\n 376 797 410 795 442 801 c 0\n 474 808 499 814 535 824 c 1\n 535 824 l 1\n 553 829 572 838 591 844 c 0\n 600 847 608 850 618 852 c 0\n 628 853 642 858 660 838 c 1\n 660 838 l 1\n 676 820 669 799 664 790 c 0\n 660 781 654 776 647 770 c 0\n 634 758 619 746 605 732 c 0\n 532 656 447 557 355 452 c 1\n 451 493 545 521 632 511 c 0\n 708 502 784 468 814 399 c 0\n 846 326 833 229 763 163 c 0\n 712 116 640 89 569 80 c 0\n 499 70 430 76 379 101 c 0\n 337 122 313 162 319 201 c 0\n 326 238 362 262 397 270 c 1\n 397 270 l 1\n 435 278 477 266 506 241 c 1\n 506 241 l 1\n 536 215 561 186 578 155 c 0\n 580 153 581 150 582 148 c 1\n 633 163 680 189 711 218 c 0\n 761 264 784 329 765 377 c 0\n 746 424 694 467 627 475 c 0\n 522 488 396 420 264 350 c 1\n 237 320 l 0\n 215 296 184 288 169 302 c 0\n 153 317 160 348 183 372 c 0\n 323 516 472 653 569 764 c 0\n 573 769 577 773 580 778 c 1\nEndSplineSet\nEndChar\nStartChar: uni308C\nEncoding: 12428 12428 3077\nWidth: 1000\nFlags: W\nVStem: 309 53.8259<295.63 410.905> 680 63<271 315>\nFore\n364 641 m 0\n 364 639 364 637 363 635 c 1\n 364 636 364 637 364 638 c 0\n 365 639 365 640 365 641 c 1\n 364 641 l 0\n309 681 m 1\n 309 715 310 745 311 769 c 0\n 313 802 306 816 303 824 c 1\n 303 824 l 1\n 298 836 285 885 252 914 c 0\n 246 920 243 927 246 930 c 0\n 249 934 256 933 263 928 c 0\n 299 904 355 899 374 855 c 1\n 374 855 l 1\n 389 823 375 795 371 764 c 0\n 369 745 367 722 366 695 c 1\n 382 697 399 698 415 680 c 1\n 415 680 l 1\n 425 667 425 651 422 641 c 0\n 420 631 415 623 409 615 c 0\n 408 614 408 613 408 613 c 1\n 438 646 l 0\n 480 691 523 719 570 744 c 0\n 608 763 649 788 693 779 c 0\n 724 772 753 755 769 730 c 0\n 789 700 800 664 798 622 c 0\n 794 524 744 395 743 296 c 0\n 742 238 755 193 777 181 c 0\n 796 171 844 167 883 180 c 0\n 917 191 948 196 976 209 c 0\n 978 210 981 210 981 208 c 0\n 982 207 981 205 978 204 c 0\n 951 189 927 167 892 154 c 0\n 851 139 800 113 753 136 c 0\n 701 162 680 227 680 296 c 0\n 680 414 729 549 732 625 c 0\n 734 658 731 679 719 697 c 0\n 709 712 698 728 682 732 c 0\n 660 738 619 735 584 717 c 0\n 540 695 506 662 466 619 c 0\n 433 583 398 538 361 487 c 1\n 361 391 363 293 367 221 c 0\n 368 200 371 182 372 165 c 0\n 372 156 373 149 370 138 c 0\n 367 128 355 109 333 107 c 1\n 333 107 l 1\n 311 105 304 116 298 123 c 0\n 293 131 290 138 287 147 c 0\n 282 163 276 181 267 194 c 1\n 267 194 l 1\n 248 222 236 246 220 266 c 0\n 218 268 218 270 219 272 c 0\n 220 273 223 272 224 270 c 0\n 241 250 262 233 284 207 c 1\n 284 207 l 1\n 290 199 299 192 308 187 c 1\n 309 196 310 208 310 220 c 0\n 310 273 310 341 309 411 c 1\n 258 336 205 253 151 170 c 0\n 139 151 119 142 107 150 c 0\n 99 155 97 167 100 181 c 0\n 101 187 103 194 107 201 c 0\n 175 320 245 438 308 539 c 1\n 308 572 308 604 308 634 c 1\n 288 627 269 617 246 609 c 0\n 222 601 193 590 164 598 c 0\n 127 607 109 647 83 669 c 0\n 78 673 76 679 78 682 c 128\n 80 685 86 684 92 681 c 0\n 120 662 158 661 179 656 c 0\n 195 651 215 644 234 649 c 0\n 254 655 276 671 309 681 c 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni308D\nEncoding: 12429 12429 3078\nWidth: 1000\nFlags: W\nHStem: 504.171 34.7436<571 603>\nVStem: 763.542 63.8163<366 389>\nFore\n296 454 m 1\n 397 507 530 553 645 536 c 0\n 722 524 801 491 822 419 c 1\n 822 419 l 1\n 844 345 801 266 743 213 c 1\n 743 213 l 1\n 665 142 552 142 448 123 c 0\n 445 122 443 123 442 125 c 0\n 442 126 444 128 446 128 c 0\n 550 151 645 194 706 253 c 1\n 706 253 l 1\n 751 296 772 363 762 402 c 1\n 762 402 l 1\n 751 440 707 488 639 500 c 0\n 532 520 392 471 296 412 c 1\n 296 412 l 1\n 279 402 264 389 252 379 c 0\n 246 374 241 369 236 366 c 0\n 234 364 231 362 226 361 c 0\n 222 359 209 355 196 368 c 1\n 196 368 l 1\n 183 382 188 394 190 399 c 128\n 192 404 194 407 196 409 c 0\n 200 415 204 420 210 426 c 0\n 222 437 237 452 252 467 c 1\n 252 467 l 1\n 341 561 464 670 550 761 c 0\n 562 774 573 787 580 797 c 1\n 570 798 558 797 547 795 c 1\n 547 795 l 1\n 503 786 464 776 427 770 c 0\n 404 766 378 756 353 766 c 1\n 353 766 l 1\n 318 780 307 823 284 848 c 0\n 280 853 278 859 281 862 c 0\n 283 864 289 863 294 859 c 0\n 321 837 359 832 376 825 c 1\n 376 825 l 1\n 389 820 402 809 422 811 c 0\n 453 814 490 830 537 841 c 1\n 537 841 l 1\n 555 846 573 852 591 856 c 0\n 600 859 609 860 619 860 c 0\n 628 859 642 857 653 842 c 1\n 653 842 l 1\n 666 826 663 807 658 796 c 0\n 654 785 648 778 642 769 c 1\n 628 753 611 737 594 720 c 0\n 505 631 380 541 296 454 c 1\nEndSplineSet\nEndChar\nStartChar: uni308E\nEncoding: 12430 12430 3079\nWidth: 1000\nFlags: W\nVStem: 362.894 43.9515<214 252> 387 40<574 601> 763 53<342 358>\nDStem: 382 505 313 276 216 215 295 244\nFore\n363 175 m 0\n 363 190 l 0\n 362 236 366 294 370 352 c 1\n 350 328 331 303 313 276 c 1\n 295 244 l 1\n 312 223 335 206 357 181 c 0\n 363 175 l 0\n385 553 m 1\n 386 571 387 588 387 602 c 0\n 386 628 378 640 373 652 c 1\n 373 652 l 1\n 368 665 369 694 355 713 c 1\n 352 719 351 725 353 727 c 0\n 356 729 362 727 367 723 c 1\n 383 706 415 699 426 675 c 1\n 426 675 l 1\n 436 652 430 628 428 601 c 0\n 428 592 427 583 427 573 c 1\n 435 579 444 580 451 576 c 0\n 452 576 453 575 454 574 c 0\n 464 573 471 569 473 562 c 0\n 476 553 469 542 456 535 c 1\n 453 529 l 2\n 418 465 l 1\n 417 455 416 444 415 433 c 1\n 446 460 479 483 514 500 c 0\n 583 533 665 550 726 512 c 0\n 781 478 817 413 816 348 c 0\n 816 286 782 235 740 197 c 0\n 689 149 614 136 546 110 c 0\n 545 110 544 110 543 111 c 1\n 543 111 544 112 545 113 c 0\n 612 140 673 180 715 222 c 0\n 749 257 763 303 763 347 c 0\n 762 395 744 453 705 479 c 0\n 661 509 587 514 521 483 c 0\n 482 465 446 436 413 402 c 1\n 407 326 404 248 408 193 c 0\n 409 177 413 164 415 152 c 0\n 416 146 418 140 417 132 c 0\n 416 129 416 124 412 118 c 128\n 408 112 399 104 389 102 c 0\n 370 99 364 108 359 113 c 0\n 355 118 353 124 350 129 c 0\n 345 140 341 153 334 162 c 0\n 316 187 304 212 288 233 c 1\n 264 188 l 1\n 252 167 231 156 218 163 c 0\n 205 171 204 194 216 215 c 2\n 382 505 l 1\n 382 507 382 509 382 510 c 1\n 367 505 353 500 340 495 c 1\n 340 495 l 1\n 326 489 311 477 289 480 c 1\n 289 480 l 1\n 262 485 255 516 239 531 c 1\n 236 535 234 540 236 542 c 128\n 238 544 242 543 247 540 c 0\n 265 528 292 531 298 531 c 1\n 298 531 l 1\n 302 530 312 527 327 532 c 1\n 327 532 l 1\n 344 537 364 545 385 553 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni308F\nEncoding: 12431 12431 3080\nWidth: 1000\nFlags: W\nHStem: 570.002 59.9977<248 257>\nVStem: 329.892 52.6462<236 282> 829 66<387 419>\nDStem: 353 599 235 261 146 237 203 205\nFore\n330 186 m 0\n 330 192 330 199 330 207 c 0\n 329 264 333 336 338 409 c 1\n 310 374 282 336 255 297 c 1\n 242 276 l 1\n 243 275 243 275 243 275 c 2\n 265 248 294 226 321 194 c 0\n 324 191 327 188 330 186 c 0\n357 659 m 1\n 358 683 359 704 359 721 c 1\n 359 721 l 1\n 359 753 349 769 343 784 c 1\n 343 784 l 1\n 336 800 336 836 319 859 c 0\n 313 867 312 876 316 879 c 128\n 320 882 328 879 334 873 c 0\n 355 851 393 842 406 812 c 1\n 406 812 l 1\n 419 783 412 754 410 720 c 1\n 410 720 l 1\n 409 708 408 696 407 682 c 1\n 418 690 430 692 438 687 c 0\n 439 687 440 686 441 686 c 0\n 453 685 462 680 465 671 c 0\n 469 660 460 646 444 638 c 1\n 443 635 442 633 441 631 c 2\n 397 552 l 1\n 396 539 395 525 393 511 c 1\n 432 544 473 573 517 594 c 0\n 604 636 706 656 783 608 c 0\n 850 566 895 484 895 403 c 1\n 895 403 l 1\n 895 327 852 263 800 214 c 0\n 736 155 643 137 558 105 c 0\n 556 104 553 105 552 106 c 0\n 552 108 553 110 556 111 c 0\n 640 145 716 194 769 247 c 0\n 812 289 829 347 829 403 c 1\n 829 403 l 1\n 829 463 806 535 756 568 c 0\n 701 605 609 611 527 572 c 0\n 477 549 432 513 390 469 c 1\n 383 374 379 278 384 209 c 0\n 385 190 390 173 393 158 c 0\n 394 151 395 144 394 135 c 0\n 394 130 393 124 388 117 c 0\n 384 110 373 101 361 99 c 1\n 361 99 l 1\n 338 95 331 105 325 112 c 0\n 320 118 317 124 314 131 c 0\n 308 145 302 160 293 172 c 0\n 270 204 255 235 235 261 c 1\n 203 205 l 2\n 189 180 165 166 149 175 c 128\n 133 184 132 212 146 237 c 2\n 353 599 l 1\n 353 601 354 604 354 607 c 1\n 334 601 316 594 300 588 c 1\n 300 588 l 1\n 282 581 263 566 237 571 c 0\n 204 577 194 614 174 633 c 0\n 170 637 168 643 170 646 c 128\n 172 649 178 648 184 644 c 0\n 206 628 239 631 247 630 c 0\n 253 629 265 627 284 633 c 1\n 284 633 l 1\n 305 640 330 650 357 659 c 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni3090\nEncoding: 12432 12432 3081\nWidth: 1000\nFlags: W\nHStem: 254 53<584.731 599> 504.3 34.9845<507 550>\nVStem: 135.133 31.9327<262 264> 489.348 24.7673<195 213> 755.72 74.7885<290.422 322.977>\nFore\n718 211 m 0\n 675 232 638 253 600 254 c 0\n 568 254 530 254 518 230 c 0\n 506 207 517 163 542 145 c 0\n 578 119 651 156 697 192 c 0\n 705 198 712 205 718 211 c 0\n379 478 m 0\n 278 443 189 379 170 304 c 0\n 162 275 168 242 179 220 c 0\n 190 197 207 188 205 189 c 0\n 204 190 207 189 218 199 c 0\n 230 209 244 227 260 251 c 0\n 290 298 323 363 352 422 c 0\n 361 441 370 460 379 478 c 0\n400 520 m 1\n 440 599 472 664 500 726 c 0\n 508 743 513 761 513 773 c 2\n 513 774 l 1\n 513 775 l 1\n 512 775 510 776 508 777 c 0\n 498 780 484 781 471 780 c 0\n 446 777 425 769 399 765 c 0\n 377 761 350 753 323 765 c 1\n 323 765 l 1\n 286 781 282 827 261 853 c 0\n 257 859 256 865 259 867 c 1\n 261 870 267 868 272 863 c 0\n 296 840 337 837 351 831 c 1\n 351 831 l 1\n 361 827 374 819 390 821 c 0\n 410 823 432 831 463 836 c 0\n 479 839 496 842 514 843 c 128\n 532 844 554 843 572 821 c 1\n 572 821 l 1\n 590 797 581 772 572 754 c 0\n 564 737 552 722 544 705 c 0\n 517 653 490 598 460 534 c 1\n 511 542 562 543 608 533 c 0\n 723 509 816 431 829 333 c 0\n 839 257 800 185 737 139 c 0\n 672 92 579 87 527 126 c 0\n 493 152 479 203 496 241 c 0\n 513 278 555 307 599 307 c 0\n 654 309 702 286 745 265 c 0\n 747 264 748 264 749 263 c 1\n 755 283 757 303 755 323 c 0\n 748 386 700 475 601 498 c 0\n 554 509 498 507 442 495 c 1\n 428 465 413 434 397 399 c 0\n 370 340 340 273 308 221 c 1\n 293 194 277 172 259 155 c 128\n 241 138 216 124 189 132 c 0\n 155 142 143 175 137 207 c 0\n 132 240 134 276 144 312 c 0\n 172 408 281 486 400 520 c 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: uni3091\nEncoding: 12433 12433 3082\nWidth: 1000\nFlags: W\nHStem: 242.303 32.6968<371 401> 253.779 37.3967<689 721> 341.704 52.0072<544 569>\nVStem: 478 53.2693<423 432> 717.736 71.2662<502 505>\nFore\n468 401 m 0\n 473 407 477 413 478 418 c 0\n 481 426 478 429 478 429 c 1\n 478 429 l 1\n 478 430 474 443 463 454 c 128\n 452 465 436 474 423 474 c 0\n 405 473 393 462 391 451 c 0\n 389 438 403 422 416 412 c 0\n 428 403 446 403 468 401 c 0\n583 809 m 1\n 577 810 571 810 565 809 c 0\n 522 805 483 792 443 784 c 0\n 415 779 385 770 354 781 c 0\n 321 792 308 831 286 851 c 0\n 280 857 278 864 281 868 c 0\n 283 871 291 870 297 865 c 0\n 322 847 357 846 375 840 c 0\n 391 835 411 828 436 832 c 0\n 470 836 511 849 559 857 c 0\n 575 859 592 864 608 866 c 0\n 616 867 624 868 633 866 c 0\n 642 865 655 862 664 845 c 0\n 673 827 667 810 661 802 c 0\n 656 794 650 789 644 784 c 0\n 631 773 616 764 602 752 c 0\n 528 694 436 620 366 550 c 1\n 407 578 445 611 498 629 c 0\n 570 654 673 662 736 605 c 1\n 736 605 l 1\n 779 565 805 501 779 445 c 0\n 746 376 665 353 601 344 c 0\n 551 336 510 346 474 352 c 1\n 474 352 l 1\n 472 352 471 352 470 352 c 0\n 443 329 414 306 381 283 c 0\n 377 281 374 278 370 275 c 1\n 410 279 449 272 479 246 c 1\n 479 246 l 1\n 492 235 504 223 514 214 c 0\n 515 214 515 214 516 213 c 1\n 524 219 534 228 545 238 c 0\n 598 285 684 301 754 286 c 1\n 754 286 l 1\n 814 272 866 242 905 206 c 0\n 928 185 935 157 921 143 c 0\n 908 129 879 135 858 156 c 0\n 820 194 794 238 745 250 c 1\n 745 250 l 1\n 690 264 610 244 574 208 c 0\n 565 199 560 188 554 177 c 128\n 548 166 540 146 512 149 c 1\n 512 149 l 1\n 481 152 479 172 474 185 c 0\n 468 198 463 212 455 220 c 1\n 455 220 l 1\n 429 246 377 248 329 235 c 0\n 316 231 304 226 291 220 c 1\n 256 195 219 169 180 145 c 0\n 176 142 173 139 169 136 c 0\n 152 124 131 122 124 133 c 1\n 123 133 123 133 123 134 c 1\n 120 135 118 137 116 140 c 0\n 108 154 119 177 141 191 c 0\n 217 238 296 278 358 318 c 0\n 383 334 406 349 427 364 c 1\n 415 369 404 375 393 384 c 0\n 372 401 362 430 368 455 c 0\n 373 479 395 496 421 497 c 0\n 441 499 463 496 483 488 c 0\n 504 480 525 467 531 442 c 1\n 531 442 l 1\n 535 423 527 406 518 395 c 1\n 542 393 566 393 593 397 c 0\n 643 406 697 447 710 476 c 0\n 722 500 724 540 698 566 c 1\n 698 566 l 1\n 661 603 570 627 506 607 c 0\n 449 588 415 541 359 503 c 0\n 343 492 329 478 315 467 c 0\n 308 461 302 456 294 453 c 0\n 290 451 285 449 279 449 c 0\n 272 449 260 450 249 461 c 1\n 249 461 l 1\n 238 472 236 488 238 496 c 0\n 239 505 242 509 244 513 c 0\n 249 521 254 527 260 533 c 0\n 273 545 288 557 303 572 c 0\n 384 648 491 727 567 794 c 0\n 573 799 579 804 583 809 c 1\nEndSplineSet\nEndChar\nStartChar: uni3092\nEncoding: 12434 12434 3083\nWidth: 1000\nFlags: W\nHStem: 77.1979 60.2642<561.065 616.369> 485.482 42.8732<459 470> 707.318 44.0694<278 310> 903 15<363 366>\nVStem: 291.699 59.0159<206 220>\nFore\n375 708 m 1\n 320 705 270 706 227 712 c 1\n 227 712 l 1\n 175 719 137 743 98 758 c 0\n 90 762 84 769 86 774 c 128\n 88 779 97 781 105 778 c 0\n 145 764 185 759 232 754 c 1\n 232 754 l 1\n 282 748 345 753 414 762 c 1\n 431 785 447 808 461 828 c 1\n 461 828 l 1\n 471 843 478 857 480 867 c 1\n 479 871 l 1\n 474 875 467 878 460 882 c 0\n 436 892 401 901 366 903 c 0\n 360 903 355 907 355 911 c 128\n 355 915 360 918 367 918 c 0\n 401 919 436 926 466 929 c 0\n 481 930 495 931 509 928 c 128\n 523 925 541 917 549 897 c 1\n 549 897 l 1\n 560 872 547 852 537 838 c 0\n 526 825 514 812 503 798 c 1\n 503 798 l 1\n 496 790 489 781 482 772 c 1\n 545 782 611 794 677 805 c 0\n 703 809 727 800 729 783 c 0\n 732 767 713 750 687 746 c 0\n 601 732 515 719 436 712 c 1\n 381 642 321 562 277 492 c 0\n 270 481 264 469 259 459 c 1\n 270 462 282 466 294 471 c 0\n 373 507 469 554 539 514 c 0\n 551 507 561 499 570 489 c 1\n 630 525 692 552 753 570 c 0\n 775 577 795 584 809 591 c 1\n 808 593 806 594 805 596 c 0\n 787 615 759 637 728 654 c 0\n 723 657 719 662 721 666 c 0\n 723 669 729 670 735 667 c 0\n 767 653 801 645 829 636 c 0\n 843 632 856 628 867 620 c 0\n 878 613 894 598 889 572 c 0\n 884 552 870 544 860 539 c 0\n 850 535 841 533 831 532 c 0\n 811 528 788 526 766 521 c 0\n 710 507 651 487 592 459 c 1\n 617 418 628 364 637 314 c 0\n 642 281 629 252 609 249 c 0\n 588 246 567 270 562 303 c 0\n 555 352 551 399 540 432 c 1\n 505 411 471 387 439 359 c 0\n 407 330 379 295 364 264 c 0\n 348 234 348 211 352 202 c 0\n 357 191 383 172 423 159 c 0\n 464 147 515 140 561 138 c 0\n 646 134 709 153 777 167 c 0\n 809 174 839 163 843 142 c 128\n 847 121 824 100 791 94 c 0\n 723 81 651 74 558 78 c 0\n 509 80 454 87 406 101 c 0\n 358 116 314 136 297 179 c 0\n 282 218 301 256 326 289 c 0\n 351 321 385 352 420 382 c 0\n 453 411 489 438 526 462 c 1\n 523 466 519 470 515 472 c 0\n 479 496 379 488 305 450 c 0\n 285 440 269 425 256 412 c 0\n 249 406 243 400 236 396 c 0\n 232 394 228 392 221 391 c 128\n 214 390 203 391 193 401 c 1\n 193 401 l 1\n 183 410 181 422 181 429 c 0\n 182 436 183 441 185 445 c 0\n 188 453 193 460 199 468 c 0\n 209 483 224 500 237 519 c 0\n 279 578 329 645 375 708 c 1\nEndSplineSet\nEndChar\nStartChar: uni3093\nEncoding: 12435 12435 3084\nWidth: 1000\nFlags: W\nFore\n242 249 m 0\n 236 236 230 224 225 213 c 0\n 211 183 207 160 198 141 c 0\n 183 112 156 96 137 106 c 128\n 118 116 115 148 132 177 c 0\n 143 195 159 209 174 238 c 0\n 229 346 347 605 396 725 c 1\n 396 725 l 1\n 410 759 405 776 404 785 c 1\n 404 785 l 1\n 402 796 400 845 375 878 c 0\n 370 884 369 891 372 894 c 128\n 375 897 383 895 388 889 c 0\n 417 860 470 847 480 801 c 1\n 480 801 l 1\n 488 762 464 735 448 701 c 1\n 448 701 l 1\n 411 623 346 479 292 360 c 1\n 324 394 360 424 404 431 c 0\n 447 437 496 429 526 390 c 0\n 549 360 558 323 568 288 c 128\n 578 253 588 221 601 203 c 0\n 619 178 651 155 685 163 c 0\n 749 177 823 269 884 372 c 0\n 886 374 888 375 889 375 c 0\n 891 374 891 371 890 369 c 0\n 829 265 782 151 694 128 c 0\n 646 115 587 122 553 168 c 0\n 529 200 522 240 515 275 c 0\n 508 311 501 343 488 361 c 0\n 471 384 441 399 410 395 c 0\n 371 390 329 366 296 328 c 0\n 276 304 258 277 242 249 c 0\nEndSplineSet\nEndChar\nStartChar: uni3094\nEncoding: 12436 12436 3085\nWidth: 1273\nFlags: W\nHStem: 647.671 54.3732<572 592> 666 20<663 663>\nVStem: 678.949 65.3649<529 548>\nRef: 12441 12441 S 1 0 0 1 45.5 -75\nRef: 12358 12358 N 1 0 0 1 0 0\nEndChar\nStartChar: uni3099\nEncoding: 12441 12441 3086\nWidth: 1000\nFlags: W\nFore\n911 800 m 0\n 911 786 904 772 890 772 c 0\n 876 772 861 785 853 804 c 0\n 848 818 849 831 841 840 c 0\n 829 855 808 884 780 900 c 0\n 777 901 775 904 775 906 c 0\n 775 908 777 910 779 910 c 0\n 780 910 782 909 784 908 c 0\n 814 894 851 892 873 868 c 0\n 892 848 911 828 911 800 c 0\n831 746 m 0\n 831 730 824 716 809 716 c 0\n 795 716 780 730 773 750 c 0\n 767 764 767 778 760 787 c 0\n 749 801 730 830 702 845 c 0\n 700 847 698 850 698 852 c 0\n 698 854 699 854 701 854 c 0\n 703 854 704 854 706 853 c 0\n 735 840 772 840 794 816 c 0\n 813 795 831 774 831 746 c 0\nEndSplineSet\nEndChar\nStartChar: uni309B\nEncoding: 12443 12443 3087\nWidth: 1000\nFlags: W\nRef: 12441 12441 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30A1\nEncoding: 12449 12449 3085\nWidth: 1000\nFlags: W\nHStem: 609.18 36.9249<678 694>\nFore\n467 561 m 0\n 464 565 462 570 464 572 c 128\n 466 574 471 573 475 570 c 0\n 493 556 525 553 535 527 c 0\n 546 502 536 477 531 452 c 0\n 519 395 498 313 464 248 c 0\n 436 194 391 163 356 125 c 1\n 354 124 351 123 350 124 c 128\n 349 125 349 127 351 129 c 0\n 385 168 410 213 435 263 c 0\n 465 323 484 404 492 459 c 0\n 496 483 491 499 488 508 c 0\n 484 518 483 545 467 561 c 0\n201 643 m 0\n 198 647 196 652 198 654 c 128\n 200 656 205 655 209 652 c 0\n 225 640 251 642 259 639 c 1\n 259 639 l 1\n 266 637 273 631 291 631 c 1\n 291 631 l 1\n 374 631 594 645 716 647 c 0\n 734 647 750 650 766 651 c 0\n 782 651 806 647 815 622 c 0\n 823 598 809 583 798 572 c 128\n 787 561 775 552 764 541 c 0\n 724 499 671 473 625 439 c 0\n 623 438 621 437 620 439 c 0\n 619 440 620 442 622 444 c 0\n 667 479 706 522 739 562 c 0\n 748 573 753 586 755 596 c 1\n 755 599 l 1\n 747 603 732 607 715 608 c 0\n 597 614 377 599 292 592 c 1\n 292 592 l 1\n 274 591 258 584 240 592 c 1\n 240 592 l 1\n 219 601 215 629 201 643 c 0\nEndSplineSet\nEndChar\nStartChar: uni30A2\nEncoding: 12450 12450 3086\nWidth: 1000\nFlags: W\nFore\n459 670 m 0\n 455 675 453 681 455 684 c 0\n 458 687 464 685 469 681 c 0\n 491 664 531 659 544 627 c 1\n 544 627 l 1\n 557 596 545 565 538 534 c 0\n 524 463 496 360 454 279 c 0\n 419 212 365 172 320 125 c 0\n 318 122 314 121 312 123 c 0\n 310 124 311 128 314 131 c 0\n 356 179 388 235 420 297 c 0\n 457 371 480 474 491 542 c 0\n 496 573 490 592 485 604 c 1\n 485 604 l 1\n 481 616 479 650 459 670 c 0\n127 773 m 0\n 122 778 120 784 123 786 c 1\n 125 789 131 788 136 784 c 0\n 156 769 189 771 199 767 c 0\n 207 764 216 757 239 757 c 0\n 343 757 617 774 770 777 c 0\n 793 777 813 781 833 781 c 0\n 843 782 853 781 864 777 c 0\n 874 772 887 762 893 746 c 1\n 893 746 l 1\n 903 716 886 698 873 684 c 128\n 860 670 844 658 830 644 c 0\n 781 592 715 560 657 517 c 0\n 654 515 650 514 649 516 c 0\n 647 518 649 522 652 524 c 0\n 709 567 757 621 799 672 c 0\n 810 686 817 702 819 715 c 1\n 817 719 l 1\n 806 724 789 728 769 729 c 0\n 621 736 347 717 240 709 c 0\n 218 707 197 700 175 709 c 0\n 149 720 144 755 127 773 c 0\nEndSplineSet\nEndChar\nStartChar: uni30A3\nEncoding: 12451 12451 3087\nWidth: 1000\nFlags: W\nVStem: 602 51<126.062 150.936>\nFore\n590 514 m 1\n 588 512 586 510 584 509 c 0\n 539 469 487 444 437 419 c 0\n 391 395 340 385 294 365 c 1\n 340 386 382 416 426 440 c 0\n 473 466 516 501 559 538 c 0\n 600 574 638 620 664 652 c 0\n 676 666 676 676 677 677 c 1\n 677 677 l 1\n 677 678 683 702 673 720 c 1\n 673 743 l 1\n 678 746 687 741 693 732 c 0\n 705 715 732 703 730 674 c 1\n 730 674 l 1\n 729 649 711 636 699 623 c 0\n 676 598 644 564 610 532 c 1\n 626 524 644 518 651 498 c 0\n 659 478 649 462 647 448 c 0\n 642 410 642 346 644 288 c 128\n 646 230 653 178 653 126 c 0\n 653 103 641 85 627 85 c 128\n 613 85 601 104 602 126 c 0\n 603 178 612 230 611 287 c 0\n 610 345 605 408 608 451 c 0\n 609 469 605 478 604 481 c 128\n 603 484 600 500 590 514 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni30A4\nEncoding: 12452 12452 3088\nWidth: 1000\nFlags: W\nVStem: 635.426 43.1196<443 475> 638.628 40.8813<328.074 379.857>\nFore\n612 611 m 1\n 610 609 608 607 605 605 c 1\n 605 605 l 1\n 548 555 483 524 421 492 c 0\n 364 463 301 448 243 424 c 0\n 241 424 240 424 240 425 c 1\n 239 425 240 426 241 427 c 0\n 299 453 352 489 408 519 c 0\n 467 551 520 594 574 641 c 1\n 574 641 l 1\n 625 686 673 743 707 783 c 0\n 721 800 721 813 722 815 c 1\n 722 815 l 1\n 722 817 728 846 716 869 c 0\n 710 880 710 893 717 897 c 0\n 723 901 734 895 742 884 c 0\n 756 863 789 847 787 811 c 1\n 787 811 l 1\n 786 780 763 765 747 748 c 0\n 719 716 680 674 637 634 c 1\n 657 624 680 616 689 591 c 128\n 698 566 686 547 683 528 c 0\n 677 481 678 401 680 328 c 0\n 683 256 691 191 691 126 c 0\n 691 98 677 75 659 75 c 0\n 641 76 627 98 628 126 c 0\n 630 191 639 256 639 328 c 0\n 638 399 632 478 636 533 c 0\n 637 554 631 566 630 570 c 128\n 629 574 625 594 612 611 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A5\nEncoding: 12453 12453 3089\nWidth: 1000\nFlags: W\nHStem: 573 33<347 477.968 508.046 625.773> 576.116 30.9205<527.365 635.438>\nVStem: 243 45.0758<428.798 439> 246.905 33.0058<502.085 526.977> 477.892 29.8205<606.018 643.939> 722.148 55.3987<565 566 568 568>\nFore\n232 587 m 0\n 228 599 221 615 208 625 c 0\n 204 628 202 633 203 635 c 0\n 205 637 210 637 214 635 c 0\n 230 626 252 624 268 612 c 1\n 268 612 l 1\n 296 612 325 606 363 606 c 0\n 396 606 436 605 478 605 c 1\n 478 626 476 647 477 665 c 1\n 477 665 l 1\n 478 677 470 683 469 683 c 1\n 469 683 l 1\n 468 685 464 716 445 733 c 1\n 442 737 440 741 442 744 c 0\n 443 746 448 745 453 742 c 0\n 474 728 508 729 518 700 c 1\n 518 700 l 1\n 523 683 511 671 510 662 c 1\n 510 662 l 1\n 508 647 507 627 508 606 c 1\n 567 606 628 607 675 610 c 0\n 691 611 707 614 721 616 c 0\n 736 617 755 616 767 600 c 0\n 789 570 771 544 766 519 c 1\n 766 519 l 1\n 754 469 742 408 708 350 c 0\n 656 258 543 197 440 124 c 0\n 439 124 438 123 438 124 c 0\n 437 125 438 126 439 127 c 0\n 539 202 629 289 675 369 c 1\n 675 369 l 1\n 703 420 711 477 721 528 c 1\n 721 528 l 1\n 726 554 719 574 724 567 c 0\n 727 564 727 569 718 572 c 0\n 708 575 693 577 676 577 c 0\n 586 576 449 574 364 573 c 0\n 332 573 308 569 285 568 c 1\n 284 553 281 540 280 527 c 1\n 280 527 l 1\n 279 500 286 471 288 441 c 0\n 289 421 280 405 267 404 c 0\n 254 404 243 419 243 439 c 0\n 243 469 247 499 247 528 c 1\n 247 528 l 1\n 247 551 240 568 236 577 c 0\n 235 578 235 580 234 581 c 0\n 233 583 232 585 232 587 c 0\nEndSplineSet\nEndChar\nStartChar: uni30A6\nEncoding: 12454 12454 3090\nWidth: 1000\nFlags: W\nHStem: 686 39<305 473.959 510.059 624.59>\nVStem: 782 61.176<671 677>\nFore\n168 699 m 1\n 162 713 153 736 135 750 c 0\n 130 754 127 759 129 762 c 128\n 131 765 137 765 143 762 c 0\n 162 751 190 748 209 733 c 2\n 210 732 l 2\n 245 732 281 725 329 725 c 1\n 329 725 l 1\n 371 725 421 724 474 724 c 1\n 473 751 470 777 471 800 c 0\n 472 815 463 822 462 823 c 1\n 462 823 l 1\n 461 825 455 864 432 885 c 0\n 427 890 425 895 427 898 c 128\n 429 901 436 900 441 897 c 0\n 467 879 510 879 522 843 c 1\n 522 843 l 1\n 529 822 515 808 513 796 c 0\n 510 777 509 751 510 724 c 1\n 584 725 660 726 719 730 c 0\n 740 731 758 736 777 737 c 0\n 795 739 818 738 833 718 c 1\n 833 718 l 1\n 847 699 845 680 842 664 c 0\n 840 648 834 633 831 617 c 0\n 817 555 802 478 760 406 c 0\n 694 292 554 214 426 123 c 0\n 424 122 422 121 421 123 c 0\n 420 124 421 126 423 128 c 0\n 548 222 661 330 719 430 c 0\n 755 493 766 564 778 629 c 0\n 781 644 783 659 782 670 c 0\n 782 680 778 682 781 678 c 1\n 781 678 l 1\n 784 674 784 680 772 684 c 0\n 760 689 741 691 720 691 c 0\n 607 689 437 687 330 686 c 1\n 330 686 l 1\n 290 686 260 681 231 679 c 1\n 231 661 226 644 225 628 c 0\n 224 593 231 557 234 520 c 0\n 236 496 224 476 209 476 c 0\n 193 475 181 494 180 517 c 0\n 179 555 183 592 184 628 c 0\n 184 657 177 679 171 690 c 0\n 170 693 169 695 168 698 c 0\n 168 699 168 699 168 699 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni30A7\nEncoding: 12455 12455 3091\nWidth: 1000\nFlags: W\nHStem: 229 33<408 484 523.027 626.949> 570 36<475 515.098> 573 33<439 475>\nVStem: 487 36<263 381>\nFore\n465 573 m 1\n 414 572 366 570 335 566 c 1\n 322 564 309 556 291 561 c 0\n 265 568 256 595 239 611 c 0\n 232 618 229 628 233 632 c 0\n 236 637 246 635 255 629 c 0\n 273 615 298 612 304 610 c 0\n 309 609 317 604 332 605 c 1\n 368 607 420 605 475 606 c 0\n 556 607 642 618 729 621 c 0\n 751 622 770 611 770 597 c 0\n 770 582 753 570 730 570 c 0\n 647 568 564 573 486 573 c 1\n 502 562 525 555 531 533 c 0\n 538 511 524 494 522 478 c 0\n 518 451 519 417 520 382 c 0\n 521 343 523 303 523 263 c 1\n 558 264 593 263 628 262 c 0\n 687 260 744 263 801 259 c 0\n 824 257 841 244 840 230 c 128\n 839 216 819 206 797 208 c 0\n 740 214 684 227 627 229 c 0\n 591 230 555 230 519 230 c 1\n 515 223 510 218 503 218 c 0\n 497 218 492 223 488 230 c 1\n 473 229 457 229 442 229 c 0\n 388 228 334 228 296 221 c 0\n 277 218 258 202 233 210 c 1\n 208 218 204 246 191 261 c 0\n 186 268 184 276 187 280 c 1\n 191 283 199 281 206 275 c 0\n 221 262 244 263 250 261 c 1\n 255 260 270 252 291 254 c 0\n 334 258 387 261 441 262 c 0\n 455 262 470 263 484 263 c 1\n 485 303 487 343 487 381 c 0\n 487 417 488 451 489 481 c 0\n 490 499 481 512 480 518 c 0\n 477 526 480 552 467 569 c 0\n 467 570 466 572 465 573 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A8\nEncoding: 12456 12456 3092\nWidth: 1000\nFlags: W\nHStem: 255 41<361.343 427 528 633.228> 682 62.054<788.031 800.355> 684 41.7194<363.359 456 486 490>\nVStem: 481 47<298.063 366.859 421 437> 484 41<403.858 533>\nFore\n456 684 m 1\n 392 684 332 682 294 677 c 0\n 278 674 261 664 238 670 c 1\n 238 670 l 1\n 206 679 195 713 174 732 c 1\n 165 742 161 754 166 759 c 0\n 171 765 183 763 194 755 c 0\n 216 737 247 733 256 731 c 1\n 256 731 l 1\n 262 729 271 723 290 724 c 0\n 335 727 401 725 469 726 c 0\n 570 728 678 741 786 744 c 0\n 814 745 837 732 837 714 c 0\n 838 697 816 682 788 682 c 0\n 685 679 582 685 485 685 c 1\n 504 671 531 661 539 635 c 1\n 539 635 l 1\n 546 608 531 586 528 566 c 1\n 528 566 l 1\n 524 533 525 490 525 446 c 0\n 526 397 528 348 528 298 c 1\n 573 298 617 298 660 296 c 0\n 733 294 806 297 877 292 c 0\n 905 290 926 274 924 256 c 0\n 923 238 899 226 871 229 c 0\n 800 236 731 252 659 255 c 0\n 614 256 569 256 523 256 c 1\n 518 247 512 242 504 242 c 0\n 497 242 491 247 486 255 c 1\n 467 255 447 255 427 255 c 1\n 427 255 l 1\n 360 254 293 253 245 245 c 0\n 221 240 198 222 167 232 c 1\n 167 232 l 1\n 136 241 130 276 114 294 c 0\n 107 303 104 314 109 319 c 0\n 113 324 124 321 133 313 c 0\n 151 297 180 297 187 294 c 1\n 187 294 l 1\n 194 292 213 283 239 286 c 0\n 292 292 359 295 427 296 c 1\n 427 296 l 1\n 445 297 463 297 481 298 c 1\n 481 347 483 397 484 445 c 0\n 484 490 484 533 486 570 c 1\n 486 570 l 1\n 487 592 478 608 475 616 c 1\n 475 616 l 1\n 472 626 474 658 459 679 c 0\n 457 681 456 683 456 684 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni30A9\nEncoding: 12457 12457 3093\nWidth: 1000\nFlags: W\nVStem: 550.385 36.7098<277 325>\nFore\n524 507 m 1\n 468 504 415 500 378 494 c 1\n 378 494 l 1\n 359 491 340 480 317 488 c 1\n 317 488 l 1\n 286 499 278 533 259 555 c 0\n 254 562 252 571 256 574 c 0\n 260 578 268 575 275 569 c 0\n 295 549 325 542 334 539 c 0\n 341 537 353 531 373 533 c 1\n 373 533 l 1\n 418 537 483 542 547 548 c 1\n 546 578 546 606 548 629 c 0\n 550 650 544 661 542 666 c 0\n 540 673 534 701 516 718 c 1\n 510 725 507 733 510 737 c 0\n 514 741 522 739 530 734 c 1\n 550 718 582 713 593 685 c 0\n 601 662 589 644 587 626 c 0\n 584 606 583 580 582 551 c 1\n 656 558 726 570 797 576 c 0\n 821 579 841 568 842 553 c 0\n 844 538 826 525 802 523 c 0\n 730 516 657 516 582 511 c 1\n 582 476 583 438 584 402 c 0\n 586 333 588 269 587 227 c 1\n 587 227 l 1\n 586 208 591 196 593 178 c 0\n 594 170 596 159 597 148 c 0\n 597 137 604 121 582 106 c 1\n 582 106 l 1\n 571 99 560 101 554 103 c 0\n 547 106 543 109 538 112 c 0\n 529 118 521 126 513 131 c 0\n 497 142 488 155 473 162 c 1\n 473 162 l 1\n 457 170 442 185 424 193 c 1\n 442 187 465 188 482 181 c 1\n 482 181 l 1\n 497 175 515 175 534 164 c 0\n 537 162 541 160 544 158 c 1\n 543 163 543 168 542 173 c 0\n 540 195 547 211 548 228 c 1\n 548 228 l 1\n 551 268 552 332 551 401 c 0\n 551 425 550 449 549 474 c 1\n 509 407 467 342 413 288 c 0\n 353 226 272 193 200 149 c 1\n 271 196 334 252 390 311 c 0\n 442 366 483 436 524 507 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni30AA\nEncoding: 12458 12458 3094\nWidth: 1000\nFlags: W\nVStem: 563.495 45.2386<285.647 420.468>\nFore\n530 603 m 1\n 461 598 394 594 348 587 c 0\n 324 583 300 569 271 579 c 0\n 233 593 222 635 199 662 c 0\n 192 671 189 682 194 687 c 0\n 199 691 210 688 219 680 c 0\n 244 655 281 646 293 642 c 0\n 302 639 316 632 341 634 c 0\n 398 640 479 646 559 653 c 1\n 558 691 559 727 561 755 c 1\n 561 755 l 1\n 562 781 556 795 553 802 c 1\n 553 802 l 1\n 551 810 543 844 520 866 c 0\n 512 874 508 885 513 890 c 0\n 517 895 528 893 538 886 c 0\n 562 867 603 860 616 824 c 1\n 616 824 l 1\n 626 796 611 773 608 751 c 1\n 608 751 l 1\n 605 726 604 693 603 656 c 1\n 695 665 783 680 871 688 c 0\n 900 691 925 679 927 660 c 0\n 929 642 906 625 877 623 c 0\n 787 615 697 614 603 608 c 1\n 603 564 604 516 605 471 c 0\n 608 384 610 305 608 252 c 1\n 608 252 l 1\n 608 228 613 213 616 191 c 0\n 617 181 619 167 620 154 c 0\n 620 147 620 140 619 132 c 0\n 617 124 614 112 601 103 c 1\n 601 103 l 1\n 588 94 575 97 568 99 c 0\n 560 102 554 106 548 109 c 0\n 537 117 526 126 517 133 c 1\n 496 146 485 162 467 171 c 0\n 447 180 427 199 404 209 c 0\n 403 210 402 211 402 211 c 1\n 403 212 404 212 405 212 c 0\n 429 203 456 204 477 195 c 0\n 497 188 519 187 542 173 c 0\n 547 171 551 168 556 166 c 1\n 555 172 554 178 553 185 c 0\n 550 212 559 232 561 254 c 1\n 561 254 l 1\n 564 304 565 384 564 470 c 0\n 563 500 562 531 561 561 c 1\n 512 477 459 396 392 328 c 0\n 316 251 216 209 125 154 c 0\n 122 154 l 1\n 122 155 123 156 124 157 c 0\n 213 214 292 284 362 358 c 0\n 428 427 479 514 530 603 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni30AB\nEncoding: 12459 12459 3095\nWidth: 1000\nFlags: W\nFore\n517 626 m 1\n 454 623 397 621 355 614 c 0\n 334 611 312 598 284 605 c 1\n 284 605 l 1\n 254 613 241 641 223 657 c 0\n 211 668 206 682 211 689 c 0\n 217 696 232 694 245 685 c 0\n 265 671 290 668 300 666 c 1\n 300 666 l 1\n 309 664 325 659 349 662 c 0\n 397 667 459 671 526 674 c 0\n 529 675 532 675 536 675 c 1\n 541 691 547 706 552 719 c 0\n 565 752 567 773 565 786 c 1\n 565 786 l 1\n 563 801 553 836 531 866 c 0\n 523 877 521 891 528 897 c 0\n 534 902 548 897 557 886 c 0\n 581 858 618 836 624 795 c 1\n 624 795 l 1\n 630 759 610 732 597 702 c 0\n 594 694 590 686 587 678 c 1\n 641 681 694 685 731 687 c 1\n 731 687 l 1\n 754 688 769 694 790 698 c 1\n 790 698 l 1\n 800 699 812 702 826 704 c 0\n 839 705 858 709 876 689 c 1\n 876 689 l 1\n 894 668 887 649 883 635 c 128\n 879 621 874 609 870 598 c 1\n 870 598 l 1\n 863 577 854 563 848 540 c 0\n 835 491 816 413 792 343 c 0\n 772 285 750 232 734 200 c 1\n 734 200 l 1\n 726 186 721 176 714 160 c 0\n 709 151 706 139 701 126 c 0\n 696 114 691 95 662 93 c 1\n 662 93 l 1\n 635 90 626 110 621 121 c 0\n 617 132 614 143 609 152 c 1\n 609 152 l 1\n 595 177 585 200 567 222 c 0\n 546 247 529 282 506 310 c 0\n 505 311 505 312 505 312 c 1\n 506 313 507 312 508 312 c 1\n 533 285 565 265 587 239 c 0\n 606 218 628 200 645 174 c 0\n 648 169 652 164 656 160 c 1\n 661 166 667 174 670 181 c 0\n 679 197 684 207 690 221 c 1\n 690 221 l 1\n 705 252 727 303 747 358 c 0\n 770 426 790 502 801 551 c 0\n 806 574 806 593 814 618 c 1\n 814 618 l 1\n 816 626 819 634 821 641 c 1\n 815 641 807 639 799 638 c 0\n 774 635 756 640 733 639 c 0\n 692 638 630 633 568 629 c 1\n 536 551 496 454 439 376 c 0\n 362 270 249 218 146 155 c 0\n 144 154 141 154 140 155 c 0\n 140 157 141 159 143 161 c 0\n 244 226 334 303 405 400 c 0\n 453 467 489 552 517 626 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AC\nEncoding: 12460 12460 3096\nWidth: 1000\nFlags: W\nFore\n897 863 m 0\n 894 865 892 868 893 870 c 128\n 894 872 898 873 901 871 c 0\n 931 856 968 854 990 831 c 1\n 990 831 l 1\n 1004 816 1016 802 1023 789 c 0\n 1033 766 1030 742 1014 736 c 0\n 999 729 980 743 970 766 c 0\n 965 780 966 793 959 803 c 1\n 959 803 l 1\n 947 818 926 846 897 863 c 0\n820 808 m 0\n 816 810 814 813 815 815 c 128\n 816 817 820 817 824 816 c 0\n 853 803 890 803 912 779 c 0\n 926 763 937 747 943 733 c 0\n 953 709 948 686 933 680 c 128\n 918 674 899 688 890 712 c 0\n 885 727 885 740 877 750 c 0\n 866 764 847 792 820 808 c 0\n517 626 m 1\n 454 623 397 621 355 614 c 0\n 334 611 312 598 284 605 c 1\n 284 605 l 1\n 254 613 241 641 223 657 c 0\n 211 668 206 682 211 689 c 0\n 217 696 232 694 245 685 c 0\n 265 671 290 668 300 666 c 1\n 300 666 l 1\n 309 664 325 659 349 662 c 0\n 397 667 459 671 526 674 c 0\n 529 675 532 675 536 675 c 1\n 541 691 547 706 552 719 c 0\n 565 752 567 773 565 786 c 1\n 565 786 l 1\n 563 801 553 836 531 866 c 0\n 523 877 521 891 528 897 c 0\n 534 902 548 897 557 886 c 0\n 581 858 618 836 624 795 c 1\n 624 795 l 1\n 630 759 610 732 597 702 c 0\n 594 694 590 686 587 678 c 1\n 641 681 694 685 731 687 c 1\n 731 687 l 1\n 754 688 769 694 790 698 c 1\n 790 698 l 1\n 800 699 812 702 826 704 c 0\n 839 705 858 709 876 689 c 1\n 876 689 l 1\n 894 668 887 649 883 635 c 128\n 879 621 874 609 870 598 c 1\n 870 598 l 1\n 863 577 854 563 848 540 c 0\n 835 491 816 413 792 343 c 0\n 772 285 750 232 734 200 c 1\n 734 200 l 1\n 726 186 721 176 714 160 c 0\n 709 151 706 139 701 126 c 0\n 696 114 691 95 662 93 c 1\n 662 93 l 1\n 635 90 626 110 621 121 c 0\n 617 132 614 143 609 152 c 1\n 609 152 l 1\n 595 177 585 200 567 222 c 0\n 546 247 529 282 506 310 c 0\n 505 311 505 312 505 312 c 1\n 506 313 507 312 508 312 c 1\n 533 285 565 265 587 239 c 0\n 606 218 628 200 645 174 c 0\n 648 169 652 164 656 160 c 1\n 661 166 667 174 670 181 c 0\n 679 197 684 207 690 221 c 1\n 690 221 l 1\n 705 252 727 303 747 358 c 0\n 770 426 790 502 801 551 c 0\n 806 574 806 593 814 618 c 1\n 814 618 l 1\n 816 626 819 634 821 641 c 1\n 815 641 807 639 799 638 c 0\n 774 635 756 640 733 639 c 0\n 692 638 630 633 568 629 c 1\n 536 551 496 454 439 376 c 0\n 362 270 249 218 146 155 c 0\n 144 154 141 154 140 155 c 0\n 140 157 141 159 143 161 c 0\n 244 226 334 303 405 400 c 0\n 453 467 489 552 517 626 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AD\nEncoding: 12461 12461 3097\nWidth: 1000\nFlags: W\nHStem: 379.959 60.0408<204 208>\nFore\n444 649 m 1\n 403 640 364 631 335 620 c 0\n 313 613 293 594 262 599 c 1\n 262 599 l 1\n 224 606 209 643 187 665 c 0\n 177 674 173 686 178 692 c 0\n 183 697 196 695 206 687 c 0\n 231 667 264 663 272 662 c 1\n 272 662 l 1\n 279 660 295 658 319 666 c 0\n 352 676 391 685 431 694 c 1\n 422 729 413 759 407 783 c 1\n 407 783 l 1\n 401 803 390 811 386 817 c 1\n 386 817 l 1\n 380 824 365 849 342 863 c 0\n 331 869 324 880 327 887 c 0\n 331 893 343 895 355 889 c 0\n 380 878 414 879 433 854 c 1\n 433 854 l 1\n 448 834 443 812 447 793 c 1\n 447 793 l 1\n 452 769 461 739 472 704 c 1\n 479 705 487 707 494 709 c 0\n 562 725 626 747 692 764 c 0\n 719 770 744 762 748 745 c 128\n 752 728 734 709 707 702 c 0\n 641 687 573 677 505 662 c 0\n 498 661 492 659 486 658 c 1\n 501 611 519 560 535 509 c 1\n 546 512 556 514 567 516 c 0\n 674 540 765 570 857 593 c 0\n 885 599 911 591 916 573 c 0\n 920 555 900 535 872 528 c 0\n 780 507 685 492 577 470 c 0\n 550 464 l 1\n 589 349 628 242 663 135 c 0\n 671 110 665 85 649 80 c 0\n 634 75 614 91 606 116 c 0\n 570 225 539 336 502 454 c 1\n 409 435 316 415 261 398 c 1\n 261 398 l 1\n 239 390 219 376 191 381 c 1\n 191 381 l 1\n 158 388 143 420 122 439 c 0\n 112 448 108 460 113 466 c 128\n 118 472 130 470 141 463 c 1\n 164 445 194 441 203 440 c 1\n 203 440 l 1\n 210 439 224 437 248 443 c 1\n 248 443 l 1\n 306 460 397 479 488 499 c 1\n 473 550 458 602 444 649 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AE\nEncoding: 12462 12462 3098\nWidth: 1000\nFlags: W\nHStem: 379.959 60.0408<204 208>\nFore\n805 908 m 0\n 801 910 799 913 801 915 c 0\n 802 917 805 918 809 916 c 0\n 839 901 876 899 898 876 c 1\n 898 876 l 1\n 911 861 924 847 930 834 c 0\n 941 811 937 787 922 781 c 0\n 907 774 887 788 878 811 c 0\n 873 825 874 838 866 848 c 1\n 866 848 l 1\n 854 863 833 891 805 908 c 0\n727 853 m 0\n 724 855 722 858 723 860 c 128\n 724 862 728 862 731 861 c 0\n 760 848 797 848 819 824 c 1\n 819 824 l 1\n 833 808 845 792 851 778 c 0\n 860 754 856 731 841 725 c 128\n 826 719 806 733 798 757 c 0\n 792 772 792 785 785 795 c 1\n 785 795 l 1\n 774 809 755 837 727 853 c 0\n444 649 m 1\n 403 640 364 631 335 620 c 0\n 313 613 293 594 262 599 c 1\n 262 599 l 1\n 224 606 209 643 187 665 c 0\n 177 674 173 686 178 692 c 0\n 183 697 196 695 206 687 c 0\n 231 667 264 663 272 662 c 1\n 272 662 l 1\n 279 660 295 658 319 666 c 0\n 352 676 391 685 431 694 c 1\n 422 729 413 759 407 783 c 1\n 407 783 l 1\n 401 803 390 811 386 817 c 1\n 386 817 l 1\n 380 824 365 849 342 863 c 0\n 331 869 324 880 327 887 c 0\n 331 893 343 895 355 889 c 0\n 380 878 414 879 433 854 c 1\n 433 854 l 1\n 448 834 443 812 447 793 c 1\n 447 793 l 1\n 452 769 461 739 472 704 c 1\n 479 705 487 707 494 709 c 0\n 562 725 626 747 692 764 c 0\n 719 770 744 762 748 745 c 128\n 752 728 734 709 707 702 c 0\n 641 687 573 677 505 662 c 0\n 498 661 492 659 486 658 c 1\n 501 611 519 560 535 509 c 1\n 546 512 556 514 567 516 c 0\n 674 540 765 570 857 593 c 0\n 885 599 911 591 916 573 c 0\n 920 555 900 535 872 528 c 0\n 780 507 685 492 577 470 c 0\n 550 464 l 1\n 589 349 628 242 663 135 c 0\n 671 110 665 85 649 80 c 0\n 634 75 614 91 606 116 c 0\n 570 225 539 336 502 454 c 1\n 409 435 316 415 261 398 c 1\n 261 398 l 1\n 239 390 219 376 191 381 c 1\n 191 381 l 1\n 158 388 143 420 122 439 c 0\n 112 448 108 460 113 466 c 128\n 118 472 130 470 141 463 c 1\n 164 445 194 441 203 440 c 1\n 203 440 l 1\n 210 439 224 437 248 443 c 1\n 248 443 l 1\n 306 460 397 479 488 499 c 1\n 473 550 458 602 444 649 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AF\nEncoding: 12463 12463 3099\nWidth: 1000\nFlags: W\nHStem: 708.325 35.675<521.063 562.231>\nVStem: 453.372 346.628<728 729> 500 59<812 813>\nFore\n467 741 m 1\n 476 758 484 773 492 786 c 0\n 501 802 499 811 500 810 c 1\n 500 810 l 1\n 500 809 504 848 487 872 c 1\n 486 883 l 1\n 488 885 493 883 496 880 c 0\n 517 858 559 849 559 811 c 1\n 559 811 l 1\n 560 785 541 773 532 760 c 0\n 529 755 525 750 521 744 c 1\n 584 745 645 748 699 759 c 0\n 713 762 726 767 740 772 c 0\n 754 776 773 784 792 762 c 1\n 792 762 l 1\n 802 750 802 736 800 727 c 128\n 798 718 795 712 791 705 c 0\n 783 692 773 679 766 664 c 1\n 766 664 l 1\n 730 589 698 491 634 405 c 0\n 542 284 381 210 230 124 c 0\n 227 124 l 1\n 227 125 228 126 229 127 c 0\n 377 217 515 320 600 431 c 0\n 660 509 694 602 728 682 c 1\n 728 682 l 1\n 733 695 737 708 739 718 c 1\n 730 719 718 719 705 717 c 0\n 640 709 568 709 497 708 c 1\n 473 673 444 631 413 596 c 0\n 364 539 299 512 242 475 c 1\n 298 514 346 561 391 615 c 0\n 416 646 437 684 455 719 c 1\n 454 721 453 723 453 725 c 0\n 453 732 459 738 467 741 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni30B0\nEncoding: 12464 12464 3100\nWidth: 1000\nFlags: W\nHStem: 708.325 35.675<521.063 562.231>\nVStem: 500 59<812 817>\nFore\n872 870 m 0\n 869 872 867 876 868 878 c 128\n 869 880 873 880 876 878 c 0\n 906 864 943 862 965 838 c 1\n 965 838 l 1\n 979 823 991 810 998 796 c 0\n 1008 773 1005 750 989 743 c 0\n 974 737 955 751 945 774 c 0\n 940 788 941 801 934 810 c 1\n 934 810 l 1\n 922 825 901 854 872 870 c 0\n795 815 m 0\n 791 817 789 821 790 823 c 128\n 791 825 795 825 799 823 c 0\n 828 810 865 810 887 786 c 0\n 901 771 912 755 918 740 c 0\n 928 717 923 693 908 687 c 128\n 893 681 874 696 865 720 c 0\n 860 734 860 748 852 757 c 0\n 841 771 822 800 795 815 c 0\n467 741 m 1\n 476 758 484 773 492 786 c 0\n 501 802 499 811 500 810 c 1\n 500 810 l 1\n 500 809 504 848 487 872 c 1\n 486 883 l 1\n 488 885 493 883 496 880 c 0\n 517 858 559 849 559 811 c 1\n 559 811 l 1\n 560 785 541 773 532 760 c 0\n 529 755 525 750 521 744 c 1\n 584 745 645 748 699 759 c 0\n 713 762 726 767 740 772 c 0\n 754 776 773 784 792 762 c 1\n 792 762 l 1\n 802 750 802 736 800 727 c 128\n 798 718 795 712 791 705 c 0\n 783 692 773 679 766 664 c 1\n 766 664 l 1\n 730 589 698 491 634 405 c 0\n 542 284 381 210 230 124 c 0\n 227 124 l 1\n 227 125 228 126 229 127 c 0\n 377 217 515 320 600 431 c 0\n 660 509 694 602 728 682 c 1\n 728 682 l 1\n 733 695 737 708 739 718 c 1\n 730 719 718 719 705 717 c 0\n 640 709 568 709 497 708 c 1\n 473 673 444 631 413 596 c 0\n 364 539 299 512 242 475 c 1\n 298 514 346 561 391 615 c 0\n 416 646 437 684 455 719 c 1\n 454 721 453 723 453 725 c 0\n 453 732 459 738 467 741 c 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni30B1\nEncoding: 12465 12465 3101\nWidth: 1000\nFlags: W\nHStem: 615.384 42.6158<357 376> 624 53<705.854 874 875.031 886.796>\nFore\n574 614 m 0\n 577 616 583 612 586 607 c 0\n 601 581 638 563 637 527 c 1\n 637 527 l 1\n 637 503 622 489 614 474 c 0\n 591 431 556 347 506 281 c 1\n 451 205 366 172 292 125 c 1\n 363 175 423 237 473 305 c 0\n 516 366 543 448 565 497 c 0\n 573 515 571 524 572 529 c 1\n 572 529 l 1\n 572 536 584 572 573 600 c 0\n321 667 m 1\n 334 663 346 660 355 658 c 0\n 367 656 380 657 403 659 c 0\n 496 667 685 675 874 677 c 0\n 898 678 917 666 918 651 c 0\n 918 636 899 624 875 624 c 0\n 685 622 495 626 406 617 c 0\n 385 615 366 612 344 618 c 0\n 329 622 316 633 305 643 c 1\n 298 633 290 623 282 613 c 0\n 239 559 176 529 123 489 c 0\n 122 489 121 488 120 489 c 0\n 120 490 120 491 121 492 c 0\n 172 534 212 587 252 638 c 0\n 260 648 268 659 276 671 c 1\n 274 674 274 678 275 680 c 0\n 277 683 280 684 284 683 c 1\n 305 715 323 748 340 775 c 1\n 340 775 l 1\n 351 792 349 806 350 811 c 1\n 350 811 l 1\n 350 816 361 848 350 873 c 0\n 348 879 348 885 351 887 c 0\n 355 888 360 885 363 879 c 0\n 377 856 412 840 409 805 c 1\n 409 805 l 1\n 407 778 386 767 374 751 c 1\n 374 751 l 1\n 359 730 341 699 321 667 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B2\nEncoding: 12466 12466 3102\nWidth: 1000\nFlags: W\nHStem: 615.384 42.6158<357 376> 624 53<705.854 874 875.031 886.796>\nFore\n574 614 m 0\n 577 616 583 612 586 607 c 0\n 601 581 638 563 637 527 c 1\n 637 527 l 1\n 637 503 622 489 614 474 c 0\n 591 431 556 347 506 281 c 1\n 451 205 366 172 292 125 c 1\n 363 175 423 237 473 305 c 0\n 516 366 543 448 565 497 c 0\n 573 515 571 524 572 529 c 1\n 572 529 l 1\n 572 536 584 572 573 600 c 0\n865 883 m 0\n 861 885 859 888 861 890 c 0\n 862 892 865 893 869 891 c 0\n 899 876 936 874 958 851 c 1\n 958 851 l 1\n 971 836 984 822 990 809 c 0\n 1001 786 997 762 982 756 c 0\n 967 749 947 763 938 786 c 0\n 933 800 934 813 926 823 c 1\n 926 823 l 1\n 914 838 893 866 865 883 c 0\n787 828 m 0\n 784 830 782 833 783 835 c 128\n 784 837 788 837 791 836 c 0\n 820 823 857 823 879 799 c 1\n 879 799 l 1\n 893 783 905 767 911 753 c 0\n 920 729 916 706 901 700 c 128\n 886 694 866 708 858 732 c 0\n 852 747 852 760 845 770 c 1\n 845 770 l 1\n 834 784 815 812 787 828 c 0\n321 667 m 1\n 334 663 346 660 355 658 c 0\n 367 656 380 657 403 659 c 0\n 496 667 685 675 874 677 c 0\n 898 678 917 666 918 651 c 0\n 918 636 899 624 875 624 c 0\n 685 622 495 626 406 617 c 0\n 385 615 366 612 344 618 c 0\n 329 622 316 633 305 643 c 1\n 298 633 290 623 282 613 c 0\n 239 559 176 529 123 489 c 0\n 122 489 121 488 120 489 c 0\n 120 490 120 491 121 492 c 0\n 172 534 212 587 252 638 c 0\n 260 648 268 659 276 671 c 1\n 274 674 274 678 275 680 c 0\n 277 683 280 684 284 683 c 1\n 305 715 323 748 340 775 c 1\n 340 775 l 1\n 351 792 349 806 350 811 c 1\n 350 811 l 1\n 350 816 361 848 350 873 c 0\n 348 879 348 885 351 887 c 0\n 355 888 360 885 363 879 c 0\n 377 856 412 840 409 805 c 1\n 409 805 l 1\n 407 778 386 767 374 751 c 1\n 374 751 l 1\n 359 730 341 699 321 667 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B3\nEncoding: 12467 12467 3103\nWidth: 1000\nFlags: W\nHStem: 242 56<753 757 760.031 771.405> 247 42<694.008 710>\nFore\n710 290 m 1\n 724 361 734 432 743 499 c 0\n 751 557 754 614 760 664 c 1\n 760 664 l 1\n 762 675 762 686 761 692 c 1\n 755 693 748 693 740 692 c 0\n 622 680 358 677 271 669 c 0\n 254 667 237 661 218 669 c 0\n 189 682 189 719 172 742 c 0\n 169 746 168 751 171 753 c 0\n 173 755 178 753 181 750 c 0\n 201 729 236 724 241 722 c 0\n 244 720 250 716 268 717 c 0\n 362 720 627 715 734 734 c 0\n 746 736 756 741 767 745 c 0\n 778 748 797 751 812 735 c 1\n 812 735 l 1\n 827 718 823 703 821 691 c 128\n 819 679 816 668 814 657 c 1\n 814 657 l 1\n 805 609 799 552 791 492 c 0\n 782 429 766 364 752 298 c 1\n 754 299 756 299 757 299 c 0\n 782 301 803 289 804 273 c 0\n 805 256 785 242 760 242 c 0\n 751 242 742 243 731 245 c 1\n 728 242 724 242 721 242 c 0\n 718 243 716 244 714 246 c 1\n 708 247 702 247 695 247 c 0\n 597 246 373 244 298 237 c 0\n 283 236 269 227 252 234 c 0\n 220 246 213 285 191 311 c 0\n 187 316 186 322 188 324 c 0\n 191 327 197 325 202 321 c 0\n 227 299 265 290 272 287 c 0\n 276 285 280 279 296 279 c 0\n 374 280 597 285 694 289 c 0\n 700 289 705 290 710 290 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B4\nEncoding: 12468 12468 3104\nWidth: 1000\nFlags: W\nHStem: 242 56<753 757 760.031 771.405> 247 42<694.008 710>\nFore\n855 885 m 0\n 851 887 849 891 851 893 c 0\n 852 895 855 895 859 893 c 0\n 889 879 926 877 948 853 c 1\n 948 853 l 1\n 961 838 974 825 980 811 c 0\n 991 788 987 765 972 758 c 0\n 957 752 937 766 928 789 c 0\n 923 803 924 816 916 825 c 0\n 904 840 883 869 855 885 c 0\n777 830 m 0\n 774 832 772 836 773 838 c 128\n 774 840 778 840 781 838 c 0\n 810 825 847 825 869 801 c 1\n 869 801 l 1\n 883 786 895 770 901 755 c 0\n 910 732 906 708 891 702 c 128\n 876 696 856 711 848 735 c 0\n 842 749 842 763 835 772 c 1\n 835 772 l 1\n 824 786 805 815 777 830 c 0\n710 290 m 1\n 724 361 734 432 743 499 c 0\n 751 557 754 614 760 664 c 1\n 760 664 l 1\n 762 675 762 686 761 692 c 1\n 755 693 748 693 740 692 c 0\n 622 680 358 677 271 669 c 0\n 254 667 237 661 218 669 c 0\n 189 682 189 719 172 742 c 0\n 169 746 168 751 171 753 c 0\n 173 755 178 753 181 750 c 0\n 201 729 236 724 241 722 c 0\n 244 720 250 716 268 717 c 0\n 362 720 627 715 734 734 c 0\n 746 736 756 741 767 745 c 0\n 778 748 797 751 812 735 c 1\n 812 735 l 1\n 827 718 823 703 821 691 c 128\n 819 679 816 668 814 657 c 1\n 814 657 l 1\n 805 609 799 552 791 492 c 0\n 782 429 766 364 752 298 c 1\n 754 299 756 299 757 299 c 0\n 782 301 803 289 804 273 c 0\n 805 256 785 242 760 242 c 0\n 751 242 742 243 731 245 c 1\n 728 242 724 242 721 242 c 0\n 718 243 716 244 714 246 c 1\n 708 247 702 247 695 247 c 0\n 597 246 373 244 298 237 c 0\n 283 236 269 227 252 234 c 0\n 220 246 213 285 191 311 c 0\n 187 316 186 322 188 324 c 0\n 191 327 197 325 202 321 c 0\n 227 299 265 290 272 287 c 0\n 276 285 280 279 296 279 c 0\n 374 280 597 285 694 289 c 0\n 700 289 705 290 710 290 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B5\nEncoding: 12469 12469 3105\nWidth: 1000\nFlags: W\nHStem: 601 42.0112<601 632 690 706 786 786> 602.816 43.3968<682.058 781.835>\nVStem: 333 44<636 685> 336 42<461 465 557 589>\nFore\n334 590 m 1\n 299 587 270 585 250 582 c 1\n 250 582 l 1\n 236 580 221 571 201 577 c 1\n 201 577 l 1\n 166 587 157 628 134 653 c 0\n 130 658 128 664 130 667 c 1\n 133 669 139 668 144 664 c 0\n 170 642 210 637 218 634 c 1\n 218 634 l 1\n 222 633 229 628 244 629 c 1\n 244 629 l 1\n 267 631 298 632 333 634 c 1\n 332 672 332 709 333 733 c 1\n 333 733 l 1\n 334 746 328 750 327 749 c 1\n 325 756 314 787 293 802 c 0\n 287 806 284 811 286 814 c 128\n 288 817 294 818 300 815 c 0\n 328 801 372 811 387 773 c 1\n 387 773 l 1\n 396 753 383 740 381 728 c 1\n 381 728 l 1\n 378 708 377 674 377 635 c 1\n 416 636 459 637 504 639 c 0\n 548 641 593 643 635 644 c 1\n 638 696 641 744 644 778 c 1\n 644 778 l 1\n 645 795 637 803 636 805 c 1\n 636 805 l 1\n 635 809 624 848 597 870 c 1\n 592 883 l 1\n 594 886 600 885 606 882 c 0\n 635 864 679 863 693 826 c 1\n 693 826 l 1\n 701 804 688 788 685 773 c 1\n 685 773 l 1\n 680 743 678 697 676 645 c 1\n 731 647 779 647 813 644 c 1\n 813 644 l 1\n 832 642 846 636 860 634 c 128\n 874 632 885 623 884 614 c 0\n 882 606 870 600 855 602 c 0\n 841 603 828 601 811 602 c 1\n 811 602 l 1\n 779 604 730 603 674 602 c 1\n 673 583 672 563 670 544 c 0\n 663 443 644 345 600 268 c 0\n 565 206 505 170 455 125 c 1\n 504 171 543 226 574 283 c 0\n 612 354 620 448 629 547 c 0\n 630 565 631 583 633 601 c 1\n 591 600 548 598 505 597 c 0\n 461 596 417 594 377 592 c 1\n 378 544 379 495 378 465 c 0\n 378 447 374 436 372 426 c 0\n 370 410 361 398 352 399 c 0\n 342 400 335 414 337 429 c 0\n 337 440 336 450 336 466 c 0\n 337 494 335 541 334 590 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni30B6\nEncoding: 12470 12470 3106\nWidth: 1000\nFlags: W\nHStem: 601 42.0112<601 632 690 706 786 786> 602.816 43.3968<682.058 781.835>\nVStem: 333 44<636 685> 336 42<461 465 557 589>\nFore\n832 880 m 0\n 829 882 827 886 828 888 c 128\n 829 890 833 890 836 888 c 0\n 866 874 903 872 925 848 c 1\n 925 848 l 1\n 939 833 951 820 958 806 c 0\n 968 783 965 760 949 753 c 0\n 934 747 915 761 905 784 c 0\n 900 798 901 811 894 820 c 0\n 882 835 861 864 832 880 c 0\n755 825 m 0\n 751 827 749 831 750 833 c 128\n 751 835 755 835 759 833 c 0\n 788 820 825 820 847 796 c 1\n 847 796 l 1\n 861 781 872 765 878 750 c 0\n 888 727 883 703 868 697 c 128\n 853 691 834 706 825 730 c 0\n 820 744 820 758 812 767 c 1\n 812 767 l 1\n 801 781 782 810 755 825 c 0\n334 590 m 1\n 299 587 270 585 250 582 c 1\n 250 582 l 1\n 236 580 221 571 201 577 c 1\n 201 577 l 1\n 166 587 157 628 134 653 c 0\n 130 658 128 664 130 667 c 1\n 133 669 139 668 144 664 c 0\n 170 642 210 637 218 634 c 1\n 218 634 l 1\n 222 633 229 628 244 629 c 1\n 244 629 l 1\n 267 631 298 632 333 634 c 1\n 332 672 332 709 333 733 c 1\n 333 733 l 1\n 334 746 328 750 327 749 c 1\n 325 756 314 787 293 802 c 0\n 287 806 284 811 286 814 c 128\n 288 817 294 818 300 815 c 0\n 328 801 372 811 387 773 c 1\n 387 773 l 1\n 396 753 383 740 381 728 c 1\n 381 728 l 1\n 378 708 377 674 377 635 c 1\n 416 636 459 637 504 639 c 0\n 548 641 593 643 635 644 c 1\n 638 696 641 744 644 778 c 1\n 644 778 l 1\n 645 795 637 803 636 805 c 1\n 636 805 l 1\n 635 809 624 848 597 870 c 1\n 592 883 l 1\n 594 886 600 885 606 882 c 0\n 635 864 679 863 693 826 c 1\n 693 826 l 1\n 701 804 688 788 685 773 c 1\n 685 773 l 1\n 680 743 678 697 676 645 c 1\n 731 647 779 647 813 644 c 1\n 813 644 l 1\n 832 642 846 636 860 634 c 128\n 874 632 885 623 884 614 c 0\n 882 606 870 600 855 602 c 0\n 841 603 828 601 811 602 c 1\n 811 602 l 1\n 779 604 730 603 674 602 c 1\n 673 583 672 563 670 544 c 0\n 663 443 644 345 600 268 c 0\n 565 206 505 170 455 125 c 1\n 504 171 543 226 574 283 c 0\n 612 354 620 448 629 547 c 0\n 630 565 631 583 633 601 c 1\n 591 600 548 598 505 597 c 0\n 461 596 417 594 377 592 c 1\n 378 544 379 495 378 465 c 0\n 378 447 374 436 372 426 c 0\n 370 410 361 398 352 399 c 0\n 342 400 335 414 337 429 c 0\n 337 440 336 450 336 466 c 0\n 337 494 335 541 334 590 c 1\nEndSplineSet\nMinimumDistance: x42,-1 \nEndChar\nStartChar: uni30B7\nEncoding: 12471 12471 3107\nWidth: 1000\nFlags: W\nFore\n264 847 m 0\n 261 850 260 853 261 855 c 0\n 263 857 267 856 270 854 c 0\n 308 825 359 810 383 780 c 1\n 383 780 l 1\n 395 765 397 749 403 737 c 0\n 412 721 411 703 401 698 c 0\n 392 693 376 701 367 717 c 0\n 360 729 349 736 341 746 c 1\n 341 746 l 1\n 323 768 300 815 264 847 c 0\n163 581 m 0\n 159 583 157 586 158 588 c 0\n 159 591 162 591 166 590 c 0\n 213 572 269 571 300 543 c 1\n 300 543 l 1\n 314 531 317 514 324 503 c 0\n 333 488 333 472 325 467 c 0\n 317 461 302 468 292 481 c 0\n 284 491 273 495 264 503 c 1\n 264 503 l 1\n 245 519 208 559 163 581 c 0\n154 207 m 1\n 151 215 l 1\n 153 217 157 216 160 214 c 0\n 194 188 248 184 251 183 c 1\n 251 183 l 1\n 253 183 258 176 271 182 c 1\n 271 182 l 1\n 324 207 434 280 527 356 c 0\n 639 446 745 528 840 620 c 1\n 747 525 666 417 552 325 c 0\n 456 248 350 173 293 139 c 1\n 293 139 l 1\n 280 131 265 115 243 118 c 1\n 243 118 l 1\n 197 123 185 177 154 207 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B8\nEncoding: 12472 12472 3108\nWidth: 1000\nFlags: W\nFore\n727 840 m 0\n 724 842 722 846 723 848 c 128\n 724 850 728 850 731 848 c 0\n 761 834 798 832 820 808 c 1\n 820 808 l 1\n 834 793 846 780 853 766 c 0\n 863 743 860 720 844 713 c 0\n 829 707 810 721 800 744 c 0\n 795 758 796 771 789 780 c 1\n 789 780 l 1\n 777 795 756 824 727 840 c 0\n650 785 m 0\n 646 787 644 791 645 793 c 128\n 646 795 650 795 654 793 c 0\n 683 780 720 780 742 756 c 0\n 756 741 767 725 773 710 c 0\n 783 687 778 663 763 657 c 128\n 748 651 729 666 720 690 c 0\n 715 704 715 718 707 727 c 0\n 696 741 677 770 650 785 c 0\n264 847 m 0\n 261 850 260 853 261 855 c 0\n 263 857 267 856 270 854 c 0\n 308 825 359 810 383 780 c 1\n 383 780 l 1\n 395 765 397 749 403 737 c 0\n 412 721 411 703 401 698 c 0\n 392 693 376 701 367 717 c 0\n 360 729 349 736 341 746 c 1\n 341 746 l 1\n 323 768 300 815 264 847 c 0\n163 581 m 0\n 159 583 157 586 158 588 c 0\n 159 591 162 591 166 590 c 0\n 213 572 269 571 300 543 c 1\n 300 543 l 1\n 314 531 317 514 324 503 c 0\n 333 488 333 472 325 467 c 0\n 317 461 302 468 292 481 c 0\n 284 491 273 495 264 503 c 1\n 264 503 l 1\n 245 519 208 559 163 581 c 0\n154 207 m 1\n 151 215 l 1\n 153 217 157 216 160 214 c 0\n 194 188 248 184 251 183 c 1\n 251 183 l 1\n 253 183 258 176 271 182 c 1\n 271 182 l 1\n 324 207 434 280 527 356 c 0\n 639 446 745 528 840 620 c 1\n 747 525 666 417 552 325 c 0\n 456 248 350 173 293 139 c 1\n 293 139 l 1\n 280 131 265 115 243 118 c 1\n 243 118 l 1\n 197 123 185 177 154 207 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B9\nEncoding: 12473 12473 3109\nWidth: 1000\nFlags: W\nHStem: 788.787 31.6491<601.46 648.647>\nFore\n541 495 m 1\n 536 489 531 483 525 477 c 0\n 420 355 266 280 123 192 c 0\n 122 191 120 191 120 192 c 1\n 120 192 120 194 121 194 c 0\n 262 286 393 390 494 504 c 0\n 569 589 623 691 655 766 c 1\n 655 766 l 1\n 659 774 661 782 662 788 c 1\n 660 789 l 2\n 658 789 657 789 656 789 c 0\n 624 789 596 788 558 785 c 0\n 500 780 418 760 373 752 c 0\n 358 749 342 739 324 744 c 1\n 324 744 l 1\n 295 751 284 788 262 805 c 0\n 257 809 255 814 257 817 c 0\n 258 820 265 820 270 817 c 0\n 295 804 331 810 340 807 c 1\n 340 807 l 1\n 346 806 352 798 366 799 c 0\n 409 803 493 817 556 821 c 0\n 596 823 626 818 653 822 c 0\n 660 823 667 828 676 832 c 0\n 684 836 699 841 714 825 c 0\n 732 806 723 787 717 776 c 0\n 712 765 704 756 699 745 c 1\n 699 745 l 1\n 663 678 612 583 543 498 c 1\n 608 461 677 430 733 384 c 0\n 790 339 846 295 895 246 c 0\n 912 228 918 204 906 193 c 0\n 895 182 871 188 854 206 c 0\n 806 256 764 312 711 357 c 0\n 657 402 602 452 541 495 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BA\nEncoding: 12474 12474 3110\nWidth: 1000\nFlags: W\nHStem: 788.787 31.6491<601.46 648.647>\nFore\n812 948 m 0\n 809 950 807 953 808 955 c 128\n 809 957 813 958 816 956 c 0\n 846 941 883 939 905 916 c 1\n 905 916 l 1\n 919 901 931 887 938 874 c 0\n 948 851 945 827 929 821 c 0\n 914 814 895 828 885 851 c 0\n 880 865 881 878 874 888 c 1\n 874 888 l 1\n 862 903 841 931 812 948 c 0\n735 893 m 0\n 731 895 729 898 730 900 c 128\n 731 902 735 902 739 901 c 0\n 768 888 805 888 827 864 c 1\n 827 864 l 1\n 841 848 852 832 858 818 c 0\n 868 794 863 771 848 765 c 128\n 833 759 814 773 805 797 c 0\n 800 812 800 825 792 835 c 1\n 792 835 l 1\n 781 849 762 877 735 893 c 0\n541 495 m 1\n 536 489 531 483 525 477 c 0\n 420 355 266 280 123 192 c 0\n 122 191 120 191 120 192 c 1\n 120 192 120 194 121 194 c 0\n 262 286 393 390 494 504 c 0\n 569 589 623 691 655 766 c 1\n 655 766 l 1\n 659 774 661 782 662 788 c 1\n 660 789 l 2\n 658 789 657 789 656 789 c 0\n 624 789 596 788 558 785 c 0\n 500 780 418 760 373 752 c 0\n 358 749 342 739 324 744 c 1\n 324 744 l 1\n 295 751 284 788 262 805 c 0\n 257 809 255 814 257 817 c 0\n 258 820 265 820 270 817 c 0\n 295 804 331 810 340 807 c 1\n 340 807 l 1\n 346 806 352 798 366 799 c 0\n 409 803 493 817 556 821 c 0\n 596 823 626 818 653 822 c 0\n 660 823 667 828 676 832 c 0\n 684 836 699 841 714 825 c 0\n 732 806 723 787 717 776 c 0\n 712 765 704 756 699 745 c 1\n 699 745 l 1\n 663 678 612 583 543 498 c 1\n 608 461 677 430 733 384 c 0\n 790 339 846 295 895 246 c 0\n 912 228 918 204 906 193 c 0\n 895 182 871 188 854 206 c 0\n 806 256 764 312 711 357 c 0\n 657 402 602 452 541 495 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BB\nEncoding: 12475 12475 3111\nWidth: 1000\nFlags: W\nHStem: 101.328 51.2776<645 672>\nVStem: 394.554 47.5332<219 228> 401.471 39.2785<535.063 692> 402.217 41.8486<324 475.801>\nFore\n403 478 m 1\n 350 462 302 446 269 435 c 0\n 248 428 229 415 203 420 c 1\n 203 420 l 1\n 164 427 147 472 117 497 c 1\n 112 511 l 1\n 114 514 121 513 126 509 c 0\n 158 487 203 484 216 481 c 1\n 216 481 l 1\n 224 480 234 475 255 481 c 0\n 291 491 344 507 402 523 c 1\n 400 606 398 686 401 737 c 0\n 403 764 397 778 394 785 c 1\n 394 785 l 1\n 390 794 375 837 345 862 c 0\n 340 867 337 873 340 875 c 1\n 342 878 348 878 354 874 c 0\n 387 852 435 846 450 806 c 1\n 450 806 l 1\n 461 779 446 758 443 734 c 0\n 437 689 439 615 441 535 c 1\n 484 547 527 559 567 568 c 0\n 641 586 700 593 749 610 c 0\n 773 619 793 644 827 631 c 0\n 848 623 854 608 860 601 c 1\n 860 601 l 1\n 867 592 893 587 895 552 c 1\n 895 552 l 1\n 896 527 880 515 868 508 c 0\n 856 500 843 494 833 487 c 0\n 803 464 773 442 743 418 c 0\n 714 394 676 383 645 363 c 1\n 675 385 699 415 726 438 c 0\n 754 462 776 493 806 519 c 0\n 816 528 825 538 829 546 c 1\n 828 549 825 558 819 565 c 1\n 819 565 l 1\n 809 577 804 581 807 580 c 0\n 812 579 786 584 760 576 c 0\n 707 559 649 546 577 528 c 0\n 535 517 488 504 442 490 c 1\n 444 421 446 352 443 297 c 0\n 440 241 440 205 449 192 c 128\n 458 179 490 166 533 159 c 1\n 533 159 l 1\n 625 145 748 157 873 165 c 0\n 899 167 921 155 922 138 c 0\n 923 122 903 107 876 106 c 0\n 752 99 626 96 526 112 c 1\n 526 112 l 1\n 479 119 434 129 410 164 c 0\n 384 202 398 246 401 299 c 0\n 404 349 404 413 403 478 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni30BC\nEncoding: 12476 12476 3112\nWidth: 1000\nFlags: W\nHStem: 101.328 51.2776<645 672>\nVStem: 394.554 47.5332<219 228> 401.471 39.2785<535.063 697> 402.217 41.8486<324 475.801>\nFore\n835 848 m 0\n 831 850 829 853 831 855 c 0\n 832 857 835 858 839 856 c 0\n 869 841 906 839 928 816 c 1\n 928 816 l 1\n 941 801 954 787 960 774 c 0\n 971 751 967 727 952 721 c 0\n 937 714 917 728 908 751 c 0\n 903 765 904 778 896 788 c 1\n 896 788 l 1\n 884 803 863 831 835 848 c 0\n757 793 m 0\n 754 795 752 798 753 800 c 128\n 754 802 758 802 761 801 c 0\n 790 788 827 788 849 764 c 1\n 849 764 l 1\n 863 748 875 732 881 718 c 0\n 890 694 886 671 871 665 c 128\n 856 659 836 673 828 697 c 0\n 822 712 822 725 815 735 c 1\n 815 735 l 1\n 804 749 785 777 757 793 c 0\n403 478 m 1\n 350 462 302 446 269 435 c 0\n 248 428 229 415 203 420 c 1\n 203 420 l 1\n 164 427 147 472 117 497 c 1\n 112 511 l 1\n 114 514 121 513 126 509 c 0\n 158 487 203 484 216 481 c 1\n 216 481 l 1\n 224 480 234 475 255 481 c 0\n 291 491 344 507 402 523 c 1\n 400 606 398 686 401 737 c 0\n 403 764 397 778 394 785 c 1\n 394 785 l 1\n 390 794 375 837 345 862 c 0\n 340 867 337 873 340 875 c 1\n 342 878 348 878 354 874 c 0\n 387 852 435 846 450 806 c 1\n 450 806 l 1\n 461 779 446 758 443 734 c 0\n 437 689 439 615 441 535 c 1\n 484 547 527 559 567 568 c 0\n 641 586 700 593 749 610 c 0\n 773 619 793 644 827 631 c 0\n 848 623 854 608 860 601 c 1\n 860 601 l 1\n 867 592 893 587 895 552 c 1\n 895 552 l 1\n 896 527 880 515 868 508 c 0\n 856 500 843 494 833 487 c 0\n 803 464 773 442 743 418 c 0\n 714 394 676 383 645 363 c 1\n 675 385 699 415 726 438 c 0\n 754 462 776 493 806 519 c 0\n 816 528 825 538 829 546 c 1\n 828 549 825 558 819 565 c 1\n 819 565 l 1\n 809 577 804 581 807 580 c 0\n 812 579 786 584 760 576 c 0\n 707 559 649 546 577 528 c 0\n 535 517 488 504 442 490 c 1\n 444 421 446 352 443 297 c 0\n 440 241 440 205 449 192 c 128\n 458 179 490 166 533 159 c 1\n 533 159 l 1\n 625 145 748 157 873 165 c 0\n 899 167 921 155 922 138 c 0\n 923 122 903 107 876 106 c 0\n 752 99 626 96 526 112 c 1\n 526 112 l 1\n 479 119 434 129 410 164 c 0\n 384 202 398 246 401 299 c 0\n 404 349 404 413 403 478 c 1\nEndSplineSet\nMinimumDistance: x39,-1 \nEndChar\nStartChar: uni30BD\nEncoding: 12477 12477 3113\nWidth: 1000\nFlags: W\nFore\n192 804 m 0\n 191 806 190 808 191 809 c 0\n 193 810 195 809 197 807 c 0\n 245 750 308 703 327 646 c 0\n 337 617 334 591 334 568 c 0\n 334 551 326 537 316 536 c 0\n 305 536 296 550 295 567 c 0\n 294 590 289 609 282 630 c 0\n 268 673 237 744 192 804 c 0\n727 832 m 0\n 724 835 722 838 724 840 c 0\n 725 842 729 841 732 839 c 0\n 748 829 767 823 785 816 c 128\n 803 809 822 799 825 774 c 1\n 825 774 l 1\n 827 747 805 740 798 728 c 1\n 798 728 l 1\n 768 678 738 529 674 416 c 1\n 674 416 l 1\n 601 288 476 222 361 148 c 0\n 359 147 356 146 355 148 c 0\n 355 149 356 151 358 153 c 0\n 470 231 571 318 640 435 c 1\n 640 435 l 1\n 701 539 730 678 761 748 c 1\n 761 748 l 1\n 766 758 763 767 761 769 c 1\n 761 772 760 779 757 787 c 0\n 752 802 741 819 727 832 c 0\nEndSplineSet\nEndChar\nStartChar: uni30BE\nEncoding: 12478 12478 3114\nWidth: 1000\nFlags: W\nFore\n860 955 m 0\n 856 957 854 961 856 963 c 0\n 857 965 860 965 864 963 c 0\n 894 949 931 947 953 923 c 1\n 953 923 l 1\n 966 908 979 895 985 881 c 0\n 996 858 992 835 977 828 c 0\n 962 822 942 836 933 859 c 0\n 928 873 929 886 921 895 c 1\n 921 895 l 1\n 909 910 888 939 860 955 c 0\n782 900 m 0\n 779 902 777 906 778 908 c 128\n 779 910 783 910 786 908 c 0\n 815 895 852 895 874 871 c 1\n 874 871 l 1\n 888 856 900 840 906 825 c 0\n 915 802 911 778 896 772 c 128\n 881 766 861 781 853 805 c 0\n 847 819 847 833 840 842 c 1\n 840 842 l 1\n 829 856 810 885 782 900 c 0\n192 804 m 0\n 191 806 190 808 191 809 c 0\n 193 810 195 809 197 807 c 0\n 245 750 308 703 327 646 c 0\n 337 617 334 591 334 568 c 0\n 334 551 326 537 316 536 c 0\n 305 536 296 550 295 567 c 0\n 294 590 289 609 282 630 c 0\n 268 673 237 744 192 804 c 0\n727 832 m 0\n 724 835 722 838 724 840 c 0\n 725 842 729 841 732 839 c 0\n 748 829 767 823 785 816 c 128\n 803 809 822 799 825 774 c 1\n 825 774 l 1\n 827 747 805 740 798 728 c 1\n 798 728 l 1\n 768 678 738 529 674 416 c 1\n 674 416 l 1\n 601 288 476 222 361 148 c 0\n 359 147 356 146 355 148 c 0\n 355 149 356 151 358 153 c 0\n 470 231 571 318 640 435 c 1\n 640 435 l 1\n 701 539 730 678 761 748 c 1\n 761 748 l 1\n 766 758 763 767 761 769 c 1\n 761 772 760 779 757 787 c 0\n 752 802 741 819 727 832 c 0\nEndSplineSet\nEndChar\nStartChar: uni30BF\nEncoding: 12479 12479 3115\nWidth: 1000\nFlags: W\nVStem: 435 54.6425<823 832.031>\nFore\n488 807 m 0\n 560 813 630 821 690 831 c 0\n 706 833 721 840 736 843 c 0\n 751 847 772 852 789 833 c 1\n 789 833 l 1\n 806 814 800 792 795 777 c 0\n 789 762 781 748 774 731 c 0\n 733 623 668 458 571 339 c 0\n 478 226 350 174 232 110 c 1\n 348 177 455 256 543 362 c 0\n 564 388 584 416 603 446 c 1\n 595 448 586 454 580 463 c 0\n 567 482 555 499 536 514 c 0\n 498 546 424 587 347 616 c 0\n 344 617 342 618 341 620 c 1\n 307 592 267 567 232 538 c 1\n 278 580 316 630 351 670 c 0\n 377 701 396 733 417 766 c 0\n 433 791 436 818 435 823 c 1\n 435 823 l 1\n 435 827 434 839 426 854 c 0\n 417 869 402 886 385 898 c 1\n 383 903 l 1\n 384 904 386 904 388 903 c 0\n 407 893 427 887 446 878 c 128\n 465 869 485 856 489 833 c 1\n 489 833 l 1\n 490 823 490 815 488 807 c 0\n620 476 m 1\n 672 568 711 670 735 745 c 0\n 740 761 742 777 741 787 c 1\n 741 788 l 1\n 738 792 l 1\n 737 792 737 792 737 792 c 2\n 727 795 711 797 694 795 c 0\n 628 789 552 785 474 780 c 1\n 465 767 455 756 447 745 c 0\n 424 713 402 683 373 651 c 1\n 367 643 360 637 353 630 c 1\n 431 603 513 587 563 547 c 0\n 586 528 601 506 614 487 c 0\n 617 484 619 480 620 476 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni30C0\nEncoding: 12480 12480 3116\nWidth: 1000\nFlags: W\nVStem: 435 54.6425<823 832.031>\nFore\n860 953 m 0\n 856 955 854 958 856 960 c 0\n 857 962 860 963 864 961 c 0\n 894 946 931 944 953 921 c 1\n 953 921 l 1\n 966 906 979 892 985 879 c 0\n 996 856 992 832 977 826 c 0\n 962 819 942 833 933 856 c 0\n 928 870 929 883 921 893 c 1\n 921 893 l 1\n 909 908 888 936 860 953 c 0\n782 898 m 0\n 779 900 777 903 778 905 c 128\n 779 907 783 907 786 906 c 0\n 815 893 852 893 874 869 c 1\n 874 869 l 1\n 888 853 900 837 906 823 c 0\n 915 799 911 776 896 770 c 128\n 881 764 861 778 853 802 c 0\n 847 817 847 830 840 840 c 0\n 829 854 810 882 782 898 c 0\n488 807 m 0\n 560 813 630 821 690 831 c 0\n 706 833 721 840 736 843 c 0\n 751 847 772 852 789 833 c 1\n 789 833 l 1\n 806 814 800 792 795 777 c 0\n 789 762 781 748 774 731 c 0\n 733 623 668 458 571 339 c 0\n 478 226 350 174 232 110 c 1\n 348 177 455 256 543 362 c 0\n 564 388 584 416 603 446 c 1\n 595 448 586 454 580 463 c 0\n 567 482 555 499 536 514 c 0\n 498 546 424 587 347 616 c 0\n 344 617 342 618 341 620 c 1\n 307 592 267 567 232 538 c 1\n 278 580 316 630 351 670 c 0\n 377 701 396 733 417 766 c 0\n 433 791 436 818 435 823 c 1\n 435 823 l 1\n 435 827 434 839 426 854 c 0\n 417 869 402 886 385 898 c 1\n 383 903 l 1\n 384 904 386 904 388 903 c 0\n 407 893 427 887 446 878 c 128\n 465 869 485 856 489 833 c 1\n 489 833 l 1\n 490 823 490 815 488 807 c 0\n620 476 m 1\n 672 568 711 670 735 745 c 0\n 740 761 742 777 741 787 c 1\n 741 788 l 1\n 738 792 l 1\n 737 792 737 792 737 792 c 2\n 727 795 711 797 694 795 c 0\n 628 789 552 785 474 780 c 1\n 465 767 455 756 447 745 c 0\n 424 713 402 683 373 651 c 1\n 367 643 360 637 353 630 c 1\n 431 603 513 587 563 547 c 0\n 586 528 601 506 614 487 c 0\n 617 484 619 480 620 476 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni30C1\nEncoding: 12481 12481 3117\nWidth: 1000\nFlags: W\nHStem: 504 48<551.125 607.842>\nFore\n508 504 m 1\n 420 501 331 493 276 484 c 1\n 276 484 l 1\n 253 480 231 468 204 476 c 1\n 204 476 l 1\n 173 485 167 523 148 541 c 0\n 144 545 142 550 144 552 c 128\n 146 554 151 553 155 550 c 0\n 177 536 211 542 220 540 c 1\n 220 540 l 1\n 229 538 243 534 268 537 c 1\n 268 537 l 1\n 328 544 418 549 507 551 c 1\n 506 582 505 609 506 632 c 0\n 506 654 499 666 497 677 c 1\n 497 677 l 1\n 495 689 501 717 494 742 c 1\n 481 739 469 736 456 734 c 1\n 456 734 l 1\n 377 718 305 724 235 720 c 0\n 230 719 225 722 225 725 c 128\n 225 728 229 731 234 731 c 0\n 304 738 372 756 448 772 c 1\n 448 772 l 1\n 524 788 606 820 660 832 c 0\n 677 836 683 843 684 844 c 1\n 684 844 l 1\n 685 844 719 855 729 878 c 0\n 731 883 735 886 738 885 c 0\n 740 884 742 879 740 874 c 0\n 734 850 751 814 725 792 c 1\n 725 792 l 1\n 706 776 685 781 669 779 c 0\n 634 774 575 760 514 746 c 1\n 532 729 557 714 562 689 c 1\n 562 689 l 1\n 567 666 555 649 553 629 c 0\n 552 610 552 583 551 552 c 1\n 655 554 751 553 846 548 c 0\n 873 547 893 532 892 515 c 0\n 891 499 869 486 843 488 c 0\n 747 494 652 504 550 504 c 1\n 548 457 543 405 531 358 c 0\n 505 259 433 192 372 122 c 0\n 368 118 363 116 361 118 c 0\n 358 120 359 125 362 129 c 0\n 421 202 470 279 493 368 c 0\n 504 410 507 458 508 504 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C2\nEncoding: 12482 12482 3118\nWidth: 1000\nFlags: W\nHStem: 504 48<551.125 607.842>\nFore\n847 933 m 0\n 844 935 842 938 843 940 c 128\n 844 942 848 943 851 941 c 0\n 881 926 918 924 940 901 c 1\n 940 901 l 1\n 954 886 966 872 973 859 c 0\n 983 836 980 812 964 806 c 0\n 949 799 930 813 920 836 c 0\n 915 850 916 863 909 873 c 1\n 909 873 l 1\n 897 888 876 916 847 933 c 0\n770 878 m 0\n 766 880 764 883 765 885 c 128\n 766 887 770 887 774 886 c 0\n 803 873 840 873 862 849 c 0\n 876 833 887 817 893 803 c 0\n 903 779 898 756 883 750 c 128\n 868 744 849 758 840 782 c 0\n 835 797 835 810 827 820 c 0\n 816 834 797 862 770 878 c 0\n508 504 m 1\n 420 501 331 493 276 484 c 1\n 276 484 l 1\n 253 480 231 468 204 476 c 1\n 204 476 l 1\n 173 485 167 523 148 541 c 0\n 144 545 142 550 144 552 c 128\n 146 554 151 553 155 550 c 0\n 177 536 211 542 220 540 c 1\n 220 540 l 1\n 229 538 243 534 268 537 c 1\n 268 537 l 1\n 328 544 418 549 507 551 c 1\n 506 582 505 609 506 632 c 0\n 506 654 499 666 497 677 c 1\n 497 677 l 1\n 495 689 501 717 494 742 c 1\n 481 739 469 736 456 734 c 1\n 456 734 l 1\n 377 718 305 724 235 720 c 0\n 230 719 225 722 225 725 c 128\n 225 728 229 731 234 731 c 0\n 304 738 372 756 448 772 c 1\n 448 772 l 1\n 524 788 606 820 660 832 c 0\n 677 836 683 843 684 844 c 1\n 684 844 l 1\n 685 844 719 855 729 878 c 0\n 731 883 735 886 738 885 c 0\n 740 884 742 879 740 874 c 0\n 734 850 751 814 725 792 c 1\n 725 792 l 1\n 706 776 685 781 669 779 c 0\n 634 774 575 760 514 746 c 1\n 532 729 557 714 562 689 c 1\n 562 689 l 1\n 567 666 555 649 553 629 c 0\n 552 610 552 583 551 552 c 1\n 655 554 751 553 846 548 c 0\n 873 547 893 532 892 515 c 0\n 891 499 869 486 843 488 c 0\n 747 494 652 504 550 504 c 1\n 548 457 543 405 531 358 c 0\n 505 259 433 192 372 122 c 0\n 368 118 363 116 361 118 c 0\n 358 120 359 125 362 129 c 0\n 421 202 470 279 493 368 c 0\n 504 410 507 458 508 504 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C3\nEncoding: 12483 12483 3119\nWidth: 1000\nFlags: W\nFore\n375 724 m 0\n 374 726 373 728 374 729 c 128\n 375 730 378 729 380 728 c 0\n 407 701 447 683 465 650 c 0\n 480 625 481 597 487 574 c 0\n 491 559 487 546 479 544 c 0\n 471 541 460 551 456 565 c 0\n 448 588 437 608 426 629 c 0\n 412 655 400 694 375 724 c 0\n233 621 m 0\n 232 623 231 626 232 627 c 128\n 233 628 235 627 237 626 c 0\n 266 601 306 588 325 557 c 0\n 339 535 343 511 348 491 c 0\n 353 474 349 458 339 455 c 128\n 329 452 316 463 311 479 c 0\n 304 500 296 517 286 534 c 0\n 273 557 259 595 233 621 c 0\n717 704 m 0\n 716 706 715 708 716 709 c 128\n 717 710 720 709 722 708 c 1\n 742 687 782 680 788 646 c 1\n 788 646 l 1\n 793 619 778 600 771 580 c 0\n 751 528 734 434 687 354 c 0\n 625 249 508 192 403 123 c 0\n 401 122 398 121 397 123 c 0\n 397 124 398 126 400 128 c 0\n 502 200 593 284 648 377 c 0\n 690 447 709 536 728 595 c 0\n 736 617 736 631 735 637 c 1\n 735 637 l 1\n 734 645 735 681 717 704 c 0\nEndSplineSet\nEndChar\nStartChar: uni30C4\nEncoding: 12484 12484 3120\nWidth: 1000\nFlags: W\nFore\n344 873 m 0\n 341 876 340 879 342 881 c 0\n 344 882 347 881 350 879 c 0\n 384 845 433 822 456 781 c 0\n 474 749 477 716 485 686 c 0\n 489 668 485 651 474 648 c 128\n 463 645 450 657 444 674 c 0\n 435 704 422 729 408 755 c 0\n 391 788 374 836 344 873 c 0\n166 745 m 0\n 164 748 163 751 164 753 c 0\n 166 755 169 754 172 751 c 0\n 207 721 257 703 280 664 c 0\n 297 637 303 608 310 582 c 0\n 316 562 311 542 298 538 c 0\n 286 535 271 548 264 568 c 0\n 256 593 246 615 234 637 c 0\n 217 666 199 711 166 745 c 0\n771 848 m 0\n 769 851 768 855 770 856 c 1\n 771 858 775 856 778 854 c 0\n 804 828 852 818 860 776 c 0\n 866 742 847 719 838 694 c 0\n 813 628 791 511 733 412 c 0\n 655 281 510 208 379 122 c 0\n 376 120 372 119 371 121 c 128\n 370 123 371 127 374 129 c 0\n 503 219 617 323 686 439 c 0\n 739 527 763 638 786 712 c 0\n 796 740 795 757 794 765 c 0\n 793 775 793 819 771 848 c 0\nEndSplineSet\nEndChar\nStartChar: uni30C5\nEncoding: 12485 12485 3121\nWidth: 1000\nFlags: W\nFore\n875 985 m 0\n 871 987 869 991 871 993 c 0\n 872 995 875 995 879 993 c 0\n 909 979 946 977 968 953 c 1\n 968 953 l 1\n 981 938 994 925 1000 911 c 0\n 1011 888 1007 865 992 858 c 0\n 977 852 957 866 948 889 c 0\n 943 903 944 916 936 925 c 1\n 936 925 l 1\n 924 940 903 969 875 985 c 0\n797 930 m 0\n 794 932 792 936 793 938 c 128\n 794 940 798 940 801 938 c 0\n 830 925 867 925 889 901 c 1\n 889 901 l 1\n 903 886 915 870 921 855 c 0\n 930 832 926 808 911 802 c 128\n 896 796 876 811 868 835 c 0\n 862 849 862 863 855 872 c 1\n 855 872 l 1\n 844 886 825 915 797 930 c 0\n344 873 m 0\n 341 876 340 879 342 881 c 0\n 344 882 347 881 350 879 c 0\n 384 845 433 822 456 781 c 0\n 474 749 477 716 485 686 c 0\n 489 668 485 651 474 648 c 128\n 463 645 450 657 444 674 c 0\n 435 704 422 729 408 755 c 0\n 391 788 374 836 344 873 c 0\n166 745 m 0\n 164 748 163 751 164 753 c 0\n 166 755 169 754 172 751 c 0\n 207 721 257 703 280 664 c 0\n 297 637 303 608 310 582 c 0\n 316 562 311 542 298 538 c 0\n 286 535 271 548 264 568 c 0\n 256 593 246 615 234 637 c 0\n 217 666 199 711 166 745 c 0\n771 848 m 0\n 769 851 768 855 770 856 c 1\n 771 858 775 856 778 854 c 0\n 804 828 852 818 860 776 c 0\n 866 742 847 719 838 694 c 0\n 813 628 791 511 733 412 c 0\n 655 281 510 208 379 122 c 0\n 376 120 372 119 371 121 c 128\n 370 123 371 127 374 129 c 0\n 503 219 617 323 686 439 c 0\n 739 527 763 638 786 712 c 0\n 796 740 795 757 794 765 c 0\n 793 775 793 819 771 848 c 0\nEndSplineSet\nEndChar\nStartChar: uni30C6\nEncoding: 12486 12486 3122\nWidth: 1000\nFlags: W\nHStem: 586.976 47.746<570.083 641.808> 784.437 66.5634<340.037 349> 825 41<532 596>\nVStem: 525 56.5522<509 510>\nFore\n494 575 m 0\n 491 577 490 581 491 583 c 1\n 493 584 496 584 500 582 c 0\n 526 563 569 562 579 526 c 0\n 587 501 574 485 571 468 c 0\n 560 423 553 332 519 266 c 0\n 487 202 420 177 363 144 c 0\n 362 144 360 144 360 144 c 1\n 360 145 360 146 361 147 c 0\n 417 182 463 227 490 280 c 0\n 517 337 513 422 523 478 c 0\n 527 498 525 508 525 510 c 0\n 524 514 517 553 494 575 c 0\n274 855 m 0\n 271 858 270 861 271 863 c 0\n 272 864 276 864 279 862 c 0\n 304 845 343 851 349 851 c 0\n 353 850 367 846 388 851 c 0\n 437 863 504 866 567 866 c 0\n 633 867 694 864 754 859 c 0\n 775 858 791 845 790 832 c 128\n 789 819 771 810 750 812 c 0\n 690 817 631 824 567 825 c 0\n 506 825 440 817 401 805 c 0\n 384 799 368 781 340 785 c 1\n 340 785 l 1\n 303 790 296 834 274 855 c 0\n119 615 m 0\n 116 618 115 621 116 623 c 1\n 118 624 121 624 125 622 c 0\n 152 601 193 600 206 597 c 1\n 206 597 l 1\n 216 595 233 591 260 596 c 0\n 335 611 457 631 569 634 c 0\n 681 638 780 629 878 617 c 0\n 901 615 919 600 917 586 c 0\n 916 571 895 561 871 564 c 0\n 774 575 678 588 570 587 c 0\n 462 585 339 573 269 555 c 0\n 244 549 223 532 193 539 c 1\n 193 539 l 1\n 156 547 144 591 119 615 c 0\nEndSplineSet\nEndChar\nStartChar: uni30C7\nEncoding: 12487 12487 3123\nWidth: 1000\nFlags: W\nHStem: 586.976 47.746<570.083 641.808> 784.437 66.5634<340.037 349> 825 41<532 596>\nVStem: 525 56.5522<509 510>\nFore\n877 870 m 0\n 874 872 872 876 873 878 c 128\n 874 880 878 880 881 878 c 0\n 911 864 948 862 970 838 c 1\n 970 838 l 1\n 984 823 996 810 1003 796 c 0\n 1013 773 1010 750 994 743 c 0\n 979 737 960 751 950 774 c 0\n 945 788 946 801 939 810 c 1\n 939 810 l 1\n 927 825 906 854 877 870 c 0\n800 815 m 0\n 796 817 794 821 795 823 c 128\n 796 825 800 825 804 823 c 0\n 833 810 870 810 892 786 c 0\n 906 771 917 755 923 740 c 0\n 933 717 928 693 913 687 c 128\n 898 681 879 696 870 720 c 0\n 865 734 865 748 857 757 c 0\n 846 771 827 800 800 815 c 0\n494 575 m 0\n 491 577 490 581 491 583 c 1\n 493 584 496 584 500 582 c 0\n 526 563 569 562 579 526 c 0\n 587 501 574 485 571 468 c 0\n 560 423 553 332 519 266 c 0\n 487 202 420 177 363 144 c 0\n 362 144 360 144 360 144 c 1\n 360 145 360 146 361 147 c 0\n 417 182 463 227 490 280 c 0\n 517 337 513 422 523 478 c 0\n 527 498 525 508 525 510 c 0\n 524 514 517 553 494 575 c 0\n274 855 m 0\n 271 858 270 861 271 863 c 0\n 272 864 276 864 279 862 c 0\n 304 845 343 851 349 851 c 0\n 353 850 367 846 388 851 c 0\n 437 863 504 866 567 866 c 0\n 633 867 694 864 754 859 c 0\n 775 858 791 845 790 832 c 128\n 789 819 771 810 750 812 c 0\n 690 817 631 824 567 825 c 0\n 506 825 440 817 401 805 c 0\n 384 799 368 781 340 785 c 1\n 340 785 l 1\n 303 790 296 834 274 855 c 0\n119 615 m 0\n 116 618 115 621 116 623 c 1\n 118 624 121 624 125 622 c 0\n 152 601 193 600 206 597 c 1\n 206 597 l 1\n 216 595 233 591 260 596 c 0\n 335 611 457 631 569 634 c 0\n 681 638 780 629 878 617 c 0\n 901 615 919 600 917 586 c 0\n 916 571 895 561 871 564 c 0\n 774 575 678 588 570 587 c 0\n 462 585 339 573 269 555 c 0\n 244 549 223 532 193 539 c 1\n 193 539 l 1\n 156 547 144 591 119 615 c 0\nEndSplineSet\nEndChar\nStartChar: uni30C8\nEncoding: 12488 12488 3124\nWidth: 1000\nFlags: W\nVStem: 336.122 48.9363<582.055 680.565> 338 53<113.204 124.969 126.125 322> 341 47<270.689 466>\nFore\n386 568 m 1\n 386 520 387 470 388 423 c 0\n 391 312 392 218 391 125 c 0\n 391 101 379 82 364 82 c 128\n 349 82 337 102 338 126 c 0\n 339 219 342 312 341 423 c 0\n 339 544 331 686 338 766 c 0\n 340 789 335 800 334 804 c 1\n 334 804 l 1\n 332 810 327 850 303 871 c 0\n 299 875 297 879 299 882 c 0\n 301 884 306 883 310 880 c 0\n 337 863 381 863 395 827 c 1\n 395 827 l 1\n 406 801 394 780 391 760 c 0\n 386 720 385 654 385 582 c 1\n 441 562 500 549 552 521 c 0\n 606 493 658 466 706 433 c 0\n 728 418 738 395 729 381 c 0\n 719 367 694 368 672 384 c 0\n 625 417 582 456 532 485 c 0\n 485 511 437 543 386 568 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni30C9\nEncoding: 12489 12489 3125\nWidth: 1000\nFlags: W\nVStem: 336.122 48.9363<582.055 680.565> 338 53<113.204 124.969 126.125 322> 341 47<270.689 466>\nFore\n647 813 m 0\n 644 815 642 818 643 820 c 128\n 644 822 648 823 651 821 c 0\n 681 806 718 804 740 781 c 1\n 740 781 l 1\n 754 766 766 752 773 739 c 0\n 783 716 780 692 764 686 c 0\n 749 679 730 693 720 716 c 0\n 715 730 716 743 709 753 c 1\n 709 753 l 1\n 697 768 676 796 647 813 c 0\n570 758 m 0\n 566 760 564 763 565 765 c 128\n 566 767 570 767 574 766 c 0\n 603 753 640 753 662 729 c 1\n 662 729 l 1\n 676 713 687 697 693 683 c 0\n 703 659 698 636 683 630 c 128\n 668 624 649 638 640 662 c 0\n 635 677 635 690 627 700 c 1\n 627 700 l 1\n 616 714 597 742 570 758 c 0\n386 568 m 1\n 386 520 387 470 388 423 c 0\n 391 312 392 218 391 125 c 0\n 391 101 379 82 364 82 c 128\n 349 82 337 102 338 126 c 0\n 339 219 342 312 341 423 c 0\n 339 544 331 686 338 766 c 0\n 340 789 335 800 334 804 c 1\n 334 804 l 1\n 332 810 327 850 303 871 c 0\n 299 875 297 879 299 882 c 0\n 301 884 306 883 310 880 c 0\n 337 863 381 863 395 827 c 1\n 395 827 l 1\n 406 801 394 780 391 760 c 0\n 386 720 385 654 385 582 c 1\n 441 562 500 549 552 521 c 0\n 606 493 658 466 706 433 c 0\n 728 418 738 395 729 381 c 0\n 719 367 694 368 672 384 c 0\n 625 417 582 456 532 485 c 0\n 485 511 437 543 386 568 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni30CA\nEncoding: 12490 12490 3126\nWidth: 1000\nFlags: W\nHStem: 528.944 53.0558<863 874.348> 540.913 41.1898<552.797 643.218>\nVStem: 503.951 45.049<581.062 623.214 650 730>\nFore\n504 540 m 1\n 413 537 321 526 267 512 c 1\n 267 512 l 1\n 246 507 227 490 198 496 c 1\n 198 496 l 1\n 162 503 153 545 130 566 c 1\n 127 570 125 575 127 577 c 0\n 128 579 133 578 138 575 c 0\n 163 558 202 562 211 560 c 1\n 211 560 l 1\n 218 559 233 554 257 559 c 1\n 257 559 l 1\n 318 571 411 576 504 579 c 1\n 503 643 499 705 503 751 c 0\n 506 780 503 797 501 803 c 1\n 501 803 l 1\n 499 811 489 852 462 875 c 0\n 459 877 457 881 459 882 c 1\n 460 884 464 884 467 882 c 0\n 497 863 544 861 558 823 c 1\n 558 823 l 1\n 569 793 554 770 551 745 c 0\n 546 707 549 647 549 581 c 1\n 658 584 761 586 863 582 c 0\n 887 582 906 569 905 554 c 0\n 905 539 885 528 861 529 c 0\n 758 533 657 542 549 541 c 1\n 547 485 542 427 527 375 c 0\n 494 260 399 195 319 123 c 0\n 317 121 315 121 313 122 c 0\n 312 123 313 126 315 128 c 0\n 393 202 458 285 487 386 c 0\n 500 432 504 486 504 540 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni30CB\nEncoding: 12491 12491 3127\nWidth: 1000\nFlags: W\nHStem: 307.131 42.3339<562.149 622> 654.054 38.6336<564 597>\nFore\n120 359 m 0\n 117 363 115 368 117 370 c 128\n 119 372 124 371 128 368 c 0\n 154 348 192 347 209 341 c 0\n 224 336 242 328 273 329 c 1\n 273 329 l 1\n 345 333 456 346 562 349 c 0\n 673 352 778 350 880 339 c 0\n 908 337 929 320 927 303 c 0\n 925 285 901 274 873 277 c 0\n 771 289 671 309 562 307 c 0\n 460 306 351 290 276 282 c 1\n 276 282 l 1\n 246 278 216 268 185 280 c 0\n 151 293 142 336 120 359 c 0\n241 688 m 0\n 237 692 235 696 236 698 c 0\n 238 701 243 701 247 698 c 0\n 272 685 306 692 320 689 c 1\n 320 689 l 1\n 330 686 343 677 365 679 c 0\n 411 682 481 690 546 692 c 0\n 616 695 680 694 744 689 c 0\n 765 688 781 676 780 663 c 0\n 779 649 761 640 740 642 c 0\n 677 646 614 655 548 654 c 0\n 484 652 416 644 369 637 c 0\n 348 634 328 621 304 627 c 1\n 304 627 l 1\n 275 635 263 672 241 688 c 0\nEndSplineSet\nEndChar\nStartChar: uni30CC\nEncoding: 12492 12492 3128\nWidth: 1000\nFlags: W\nHStem: 744.523 56.4766<305 311.367>\nFore\n592 515 m 1\n 650 600 693 694 714 762 c 1\n 714 762 l 1\n 716 771 717 780 717 787 c 1\n 709 787 698 787 686 785 c 0\n 586 770 408 771 346 757 c 0\n 330 754 319 742 299 745 c 0\n 269 748 256 785 233 801 c 0\n 231 802 229 804 230 805 c 0\n 231 807 233 807 236 806 c 0\n 261 794 297 802 305 801 c 0\n 311 801 320 796 338 799 c 0\n 415 809 589 806 678 826 c 0\n 692 829 703 835 715 840 c 0\n 726 845 745 852 763 833 c 1\n 763 833 l 1\n 781 814 773 797 768 785 c 128\n 763 773 755 762 750 749 c 1\n 750 749 l 1\n 724 679 681 582 622 493 c 1\n 622 493 l 1\n 684 441 728 374 768 308 c 0\n 778 290 778 269 767 263 c 0\n 755 256 737 265 726 283 c 0\n 688 349 653 414 599 461 c 1\n 583 440 567 419 549 400 c 0\n 437 279 284 225 138 160 c 0\n 136 159 133 160 133 161 c 0\n 132 162 133 165 136 166 c 0\n 279 234 414 314 520 426 c 0\n 537 445 554 464 570 485 c 1\n 509 529 433 567 352 597 c 0\n 347 599 344 603 345 606 c 0\n 347 609 351 610 356 609 c 0\n 438 580 523 559 592 515 c 1\nEndSplineSet\nEndChar\nStartChar: uni30CD\nEncoding: 12493 12493 3129\nWidth: 1000\nFlags: W\nHStem: 690 21G<329 329>\nVStem: 486 32<238 271>\nFore\n568 460 m 0\n 563 461 559 465 560 468 c 128\n 561 471 566 473 571 471 c 0\n 645 452 725 447 785 411 c 0\n 828 385 859 351 889 320 c 0\n 904 304 908 284 899 275 c 0\n 889 266 869 271 855 286 c 0\n 824 318 796 347 759 370 c 0\n 709 402 641 438 568 460 c 0\n433 871 m 0\n 429 874 427 879 429 881 c 0\n 430 883 435 883 440 881 c 0\n 460 869 490 870 507 852 c 1\n 507 852 l 1\n 520 839 526 823 533 811 c 0\n 542 795 542 777 532 771 c 0\n 523 766 507 774 497 789 c 0\n 489 801 480 810 472 819 c 1\n 472 819 l 1\n 461 831 452 857 433 871 c 0\n453 489 m 1\n 471 504 l 0\n 544 566 598 652 637 716 c 1\n 637 716 l 1\n 638 718 640 721 641 723 c 1\n 638 723 636 723 633 722 c 0\n 560 713 453 708 395 697 c 1\n 395 697 l 1\n 373 693 354 684 329 690 c 1\n 329 690 l 1\n 305 695 297 724 282 737 c 0\n 279 740 277 743 278 745 c 0\n 280 747 283 746 287 744 c 0\n 304 734 330 738 340 736 c 1\n 340 736 l 1\n 349 735 364 735 389 739 c 1\n 389 739 l 1\n 453 748 559 750 626 764 c 0\n 638 766 648 771 658 775 c 0\n 663 777 668 779 675 779 c 0\n 683 779 696 777 705 763 c 1\n 705 763 l 1\n 713 750 711 738 708 731 c 0\n 706 724 702 720 699 716 c 0\n 692 707 684 699 677 690 c 1\n 677 690 l 1\n 634 629 577 540 498 472 c 2\n 497 471 l 1\n 510 465 522 457 527 442 c 1\n 527 442 l 1\n 535 422 523 407 521 394 c 0\n 516 358 517 292 518 238 c 0\n 520 196 523 160 523 125 c 0\n 523 107 513 92 502 92 c 0\n 490 92 481 107 481 126 c 0\n 482 161 486 196 486 238 c 0\n 485 291 480 355 483 397 c 0\n 484 414 477 422 477 424 c 1\n 477 424 l 1\n 476 425 474 436 468 449 c 1\n 370 379 245 349 125 308 c 0\n 123 307 120 307 120 309 c 0\n 119 310 121 312 123 313 c 0\n 242 358 355 413 445 483 c 1\n 443 485 443 488 444 489 c 0\n 445 491 449 491 453 489 c 1\nEndSplineSet\nMinimumDistance: x49,-1 \nEndChar\nStartChar: uni30CE\nEncoding: 12494 12494 3130\nWidth: 1000\nFlags: W\nFore\n633 872 m 1\n 629 875 628 880 630 882 c 128\n 632 884 637 883 641 880 c 0\n 664 861 707 858 719 823 c 1\n 719 823 l 1\n 729 791 711 767 706 741 c 1\n 706 741 l 1\n 690 665 686 520 633 405 c 0\n 572 273 437 202 311 123 c 0\n 309 122 306 122 305 123 c 0\n 305 124 306 127 308 128 c 0\n 432 210 545 301 601 421 c 0\n 649 524 646 664 658 750 c 1\n 658 750 l 1\n 662 779 657 796 655 803 c 1\n 655 803 l 1\n 653 811 653 849 633 872 c 1\nEndSplineSet\nEndChar\nStartChar: uni30CF\nEncoding: 12495 12495 3131\nWidth: 1000\nFlags: W\nVStem: 322 65<606 616.804>\nFore\n625 703 m 0\n 623 705 622 708 624 709 c 0\n 625 710 627 709 629 708 c 0\n 692 648 769 601 815 530 c 0\n 855 467 879 400 901 335 c 0\n 910 311 904 287 889 282 c 0\n 875 277 856 292 848 316 c 0\n 825 381 804 444 769 501 c 0\n 730 566 685 641 625 703 c 0\n320 693 m 0\n 318 699 319 705 322 707 c 0\n 325 708 330 705 334 699 c 0\n 349 669 387 645 387 606 c 1\n 387 606 l 1\n 388 572 367 547 353 522 c 1\n 353 522 l 1\n 336 488 313 452 283 417 c 0\n 242 368 178 337 124 296 c 0\n 122 294 119 294 118 295 c 128\n 117 296 118 299 120 300 c 0\n 172 345 214 400 251 444 c 0\n 277 476 295 511 311 544 c 0\n 322 568 321 590 322 605 c 1\n 322 605 l 1\n 322 624 332 661 320 693 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni30D0\nEncoding: 12496 12496 3132\nWidth: 1000\nFlags: W\nVStem: 322 65<606 616.804>\nFore\n820 848 m 0\n 816 850 814 853 816 855 c 0\n 817 857 820 858 824 856 c 0\n 854 841 891 839 913 816 c 1\n 913 816 l 1\n 926 801 939 787 945 774 c 0\n 956 751 952 727 937 721 c 0\n 922 714 902 728 893 751 c 0\n 888 765 889 778 881 788 c 1\n 881 788 l 1\n 869 803 848 831 820 848 c 0\n742 793 m 0\n 739 795 737 798 738 800 c 128\n 739 802 743 802 746 801 c 0\n 775 788 812 788 834 764 c 1\n 834 764 l 1\n 848 748 860 732 866 718 c 0\n 875 694 871 671 856 665 c 128\n 841 659 821 673 813 697 c 0\n 807 712 807 725 800 735 c 1\n 800 735 l 1\n 789 749 770 777 742 793 c 0\n625 703 m 0\n 623 705 622 708 624 709 c 0\n 625 710 627 709 629 708 c 0\n 692 648 769 601 815 530 c 0\n 855 467 879 400 901 335 c 0\n 910 311 904 287 889 282 c 0\n 875 277 856 292 848 316 c 0\n 825 381 804 444 769 501 c 0\n 730 566 685 641 625 703 c 0\n320 693 m 0\n 318 699 319 705 322 707 c 0\n 325 708 330 705 334 699 c 0\n 349 669 387 645 387 606 c 1\n 387 606 l 1\n 388 572 367 547 353 522 c 1\n 353 522 l 1\n 336 488 313 452 283 417 c 0\n 242 368 178 337 124 296 c 0\n 122 294 119 294 118 295 c 128\n 117 296 118 299 120 300 c 0\n 172 345 214 400 251 444 c 0\n 277 476 295 511 311 544 c 0\n 322 568 321 590 322 605 c 1\n 322 605 l 1\n 322 624 332 661 320 693 c 0\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni30D1\nEncoding: 12497 12497 3133\nWidth: 1000\nFlags: W\nHStem: 678 24<857.642 870> 793 24<857.404 870>\nVStem: 322 65<606 616.804> 798 24<746 750> 913 24<746 750>\nFore\n867 793 m 0\n 842 793 822 773 822 748 c 128\n 822 723 842 702 867 702 c 128\n 892 702 913 723 913 748 c 128\n 913 773 892 793 867 793 c 0\n867 817 m 0\n 905 817 937 786 937 748 c 0\n 937 710 905 678 867 678 c 128\n 829 678 798 710 798 748 c 128\n 798 786 829 817 867 817 c 0\n625 703 m 0\n 623 705 622 708 624 709 c 0\n 625 710 627 709 629 708 c 0\n 692 648 769 601 815 530 c 0\n 855 467 879 400 901 335 c 0\n 910 311 904 287 889 282 c 0\n 875 277 856 292 848 316 c 0\n 825 381 804 444 769 501 c 0\n 730 566 685 641 625 703 c 0\n320 693 m 0\n 318 699 319 705 322 707 c 0\n 325 708 330 705 334 699 c 0\n 349 669 387 645 387 606 c 1\n 387 606 l 1\n 388 572 367 547 353 522 c 1\n 353 522 l 1\n 336 488 313 452 283 417 c 0\n 242 368 178 337 124 296 c 0\n 122 294 119 294 118 295 c 128\n 117 296 118 299 120 300 c 0\n 172 345 214 400 251 444 c 0\n 277 476 295 511 311 544 c 0\n 322 568 321 590 322 605 c 1\n 322 605 l 1\n 322 624 332 661 320 693 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30D2\nEncoding: 12498 12498 3134\nWidth: 1000\nFlags: W\nHStem: 179.484 41.3041<378 442>\nVStem: 237.177 33.8226<494.047 588.976>\nFore\n271 478 m 1\n 270 450 269 422 268 395 c 0\n 266 327 265 269 288 245 c 1\n 288 245 l 1\n 312 220 387 218 461 221 c 0\n 557 225 646 242 737 249 c 0\n 765 252 788 239 789 222 c 0\n 791 204 769 188 742 187 c 0\n 651 180 560 183 463 180 c 0\n 387 177 305 175 261 221 c 1\n 261 221 l 1\n 222 262 233 329 236 396 c 0\n 239 488 235 591 238 662 c 0\n 238 691 232 709 228 719 c 1\n 228 719 l 1\n 223 730 213 763 189 782 c 0\n 186 784 185 788 186 790 c 128\n 187 792 191 791 194 789 c 0\n 220 774 261 774 276 742 c 1\n 276 742 l 1\n 290 714 279 687 276 659 c 0\n 273 616 272 556 271 494 c 1\n 341 506 410 523 478 539 c 0\n 544 555 607 582 652 611 c 0\n 675 626 684 644 685 645 c 128\n 686 646 691 678 675 700 c 0\n 672 704 671 709 673 711 c 128\n 675 713 680 711 684 707 c 0\n 702 688 741 678 739 641 c 128\n 737 604 704 586 677 570 c 0\n 623 538 554 523 486 507 c 0\n 415 491 342 487 271 478 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni30D3\nEncoding: 12499 12499 3135\nWidth: 1000\nFlags: W\nHStem: 179.484 41.3041<378 442>\nVStem: 237.177 33.8226<494.047 588.976>\nFore\n782 855 m 0\n 779 857 777 861 778 863 c 128\n 779 865 783 865 786 863 c 0\n 816 849 853 847 875 823 c 1\n 875 823 l 1\n 889 808 901 795 908 781 c 0\n 918 758 915 735 899 728 c 0\n 884 722 865 736 855 759 c 0\n 850 773 851 786 844 795 c 1\n 844 795 l 1\n 832 810 811 839 782 855 c 0\n705 800 m 0\n 701 802 699 806 700 808 c 128\n 701 810 705 810 709 808 c 0\n 738 795 775 795 797 771 c 1\n 797 771 l 1\n 811 756 822 740 828 725 c 0\n 838 702 833 678 818 672 c 128\n 803 666 784 681 775 705 c 0\n 770 719 770 733 762 742 c 1\n 762 742 l 1\n 751 756 732 785 705 800 c 0\n271 478 m 1\n 270 450 269 422 268 395 c 0\n 266 327 265 269 288 245 c 1\n 288 245 l 1\n 312 220 387 218 461 221 c 0\n 557 225 646 242 737 249 c 0\n 765 252 788 239 789 222 c 0\n 791 204 769 188 742 187 c 0\n 651 180 560 183 463 180 c 0\n 387 177 305 175 261 221 c 1\n 261 221 l 1\n 222 262 233 329 236 396 c 0\n 239 488 235 591 238 662 c 0\n 238 691 232 709 228 719 c 1\n 228 719 l 1\n 223 730 213 763 189 782 c 0\n 186 784 185 788 186 790 c 128\n 187 792 191 791 194 789 c 0\n 220 774 261 774 276 742 c 1\n 276 742 l 1\n 290 714 279 687 276 659 c 0\n 273 616 272 556 271 494 c 1\n 341 506 410 523 478 539 c 0\n 544 555 607 582 652 611 c 0\n 675 626 684 644 685 645 c 128\n 686 646 691 678 675 700 c 0\n 672 704 671 709 673 711 c 128\n 675 713 680 711 684 707 c 0\n 702 688 741 678 739 641 c 128\n 737 604 704 586 677 570 c 0\n 623 538 554 523 486 507 c 0\n 415 491 342 487 271 478 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni30D4\nEncoding: 12500 12500 3136\nWidth: 1000\nFlags: W\nHStem: 179.484 41.3041<378 442> 716 24<817.404 829> 831 24<817.438 829>\nVStem: 237.177 33.8226<494.047 588.976> 758 24<781 793> 873 24<781 793>\nFore\n827 831 m 0\n 802 831 782 811 782 785 c 0\n 782 760 802 740 827 740 c 128\n 852 740 873 760 873 785 c 0\n 873 811 852 831 827 831 c 0\n827 855 m 0\n 865 855 897 824 897 785 c 0\n 897 747 865 716 827 716 c 128\n 789 716 758 747 758 785 c 0\n 758 824 789 855 827 855 c 0\n271 478 m 1\n 270 450 269 422 268 395 c 0\n 266 327 265 269 288 245 c 1\n 288 245 l 1\n 312 220 387 218 461 221 c 0\n 557 225 646 242 737 249 c 0\n 765 252 788 239 789 222 c 0\n 791 204 769 188 742 187 c 0\n 651 180 560 183 463 180 c 0\n 387 177 305 175 261 221 c 1\n 261 221 l 1\n 222 262 233 329 236 396 c 0\n 239 488 235 591 238 662 c 0\n 238 691 232 709 228 719 c 1\n 228 719 l 1\n 223 730 213 763 189 782 c 0\n 186 784 185 788 186 790 c 128\n 187 792 191 791 194 789 c 0\n 220 774 261 774 276 742 c 1\n 276 742 l 1\n 290 714 279 687 276 659 c 0\n 273 616 272 556 271 494 c 1\n 341 506 410 523 478 539 c 0\n 544 555 607 582 652 611 c 0\n 675 626 684 644 685 645 c 128\n 686 646 691 678 675 700 c 0\n 672 704 671 709 673 711 c 128\n 675 713 680 711 684 707 c 0\n 702 688 741 678 739 641 c 128\n 737 604 704 586 677 570 c 0\n 623 538 554 523 486 507 c 0\n 415 491 342 487 271 478 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30D5\nEncoding: 12501 12501 3137\nWidth: 1000\nFlags: W\nFore\n164 765 m 0\n 161 768 160 771 161 773 c 0\n 163 775 167 774 170 772 c 0\n 191 755 224 753 238 748 c 1\n 238 748 l 1\n 250 743 261 735 286 735 c 0\n 376 735 580 760 695 776 c 0\n 713 779 728 784 744 786 c 0\n 759 789 781 790 796 770 c 1\n 796 770 l 1\n 812 749 805 729 799 712 c 0\n 793 696 784 680 777 662 c 1\n 777 662 l 1\n 735 560 666 421 575 326 c 0\n 496 243 394 212 300 169 c 0\n 297 169 l 1\n 297 170 298 171 299 172 c 0\n 391 217 476 273 549 350 c 0\n 633 439 695 579 732 679 c 1\n 732 679 l 1\n 739 697 743 714 743 726 c 0\n 743 728 742 730 742 732 c 1\n 733 735 717 736 699 735 c 0\n 585 725 382 702 288 696 c 0\n 261 694 239 688 216 698 c 1\n 216 698 l 1\n 190 710 183 745 164 765 c 0\nEndSplineSet\nEndChar\nStartChar: uni30D6\nEncoding: 12502 12502 3138\nWidth: 1000\nFlags: W\nFore\n840 943 m 0\n 836 945 834 948 836 950 c 0\n 837 952 840 953 844 951 c 0\n 874 936 911 934 933 911 c 1\n 933 911 l 1\n 946 896 959 882 965 869 c 0\n 976 846 972 822 957 816 c 0\n 942 809 922 823 913 846 c 0\n 908 860 909 873 901 883 c 1\n 901 883 l 1\n 889 898 868 926 840 943 c 0\n762 888 m 0\n 759 890 757 893 758 895 c 128\n 759 897 763 897 766 896 c 0\n 795 883 832 883 854 859 c 1\n 854 859 l 1\n 868 843 880 827 886 813 c 0\n 895 789 891 766 876 760 c 128\n 861 754 841 768 833 792 c 0\n 827 807 827 820 820 830 c 1\n 820 830 l 1\n 809 844 790 872 762 888 c 0\n164 765 m 0\n 161 768 160 771 161 773 c 0\n 163 775 167 774 170 772 c 0\n 191 755 224 753 238 748 c 1\n 238 748 l 1\n 250 743 261 735 286 735 c 0\n 376 735 580 760 695 776 c 0\n 713 779 728 784 744 786 c 0\n 759 789 781 790 796 770 c 1\n 796 770 l 1\n 812 749 805 729 799 712 c 0\n 793 696 784 680 777 662 c 1\n 777 662 l 1\n 735 560 666 421 575 326 c 0\n 496 243 394 212 300 169 c 0\n 297 169 l 1\n 297 170 298 171 299 172 c 0\n 391 217 476 273 549 350 c 0\n 633 439 695 579 732 679 c 1\n 732 679 l 1\n 739 697 743 714 743 726 c 0\n 743 728 742 730 742 732 c 1\n 733 735 717 736 699 735 c 0\n 585 725 382 702 288 696 c 0\n 261 694 239 688 216 698 c 1\n 216 698 l 1\n 190 710 183 745 164 765 c 0\nEndSplineSet\nEndChar\nStartChar: uni30D7\nEncoding: 12503 12503 3139\nWidth: 1000\nFlags: W\nHStem: 796 24<865 872> 911 24<865 872>\nVStem: 800 24<857 873> 915 24<857 873>\nFore\n870 911 m 0\n 844 911 824 891 824 865 c 0\n 824 840 844 820 870 820 c 0\n 895 820 915 840 915 865 c 0\n 915 891 895 911 870 911 c 0\n870 935 m 0\n 908 935 939 904 939 865 c 0\n 939 827 908 796 870 796 c 0\n 831 796 800 827 800 865 c 0\n 800 904 831 935 870 935 c 0\n164 765 m 0\n 161 768 160 771 161 773 c 0\n 163 775 167 774 170 772 c 0\n 191 755 224 753 238 748 c 1\n 238 748 l 1\n 250 743 261 735 286 735 c 0\n 376 735 580 760 695 776 c 0\n 713 779 728 784 744 786 c 0\n 759 789 781 790 796 770 c 1\n 796 770 l 1\n 812 749 805 729 799 712 c 0\n 793 696 784 680 777 662 c 1\n 777 662 l 1\n 735 560 666 421 575 326 c 0\n 496 243 394 212 300 169 c 0\n 297 169 l 1\n 297 170 298 171 299 172 c 0\n 391 217 476 273 549 350 c 0\n 633 439 695 579 732 679 c 1\n 732 679 l 1\n 739 697 743 714 743 726 c 0\n 743 728 742 730 742 732 c 1\n 733 735 717 736 699 735 c 0\n 585 725 382 702 288 696 c 0\n 261 694 239 688 216 698 c 1\n 216 698 l 1\n 190 710 183 745 164 765 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30D8\nEncoding: 12504 12504 3140\nWidth: 1000\nFlags: W\nFore\n120 534 m 0\n 116 536 114 539 115 541 c 128\n 116 543 119 543 123 542 c 0\n 147 535 178 553 182 553 c 0\n 185 554 197 547 212 557 c 1\n 212 557 l 1\n 248 582 303 629 342 653 c 0\n 358 664 376 670 395 671 c 1\n 395 671 l 1\n 422 674 451 668 480 655 c 0\n 533 629 579 583 632 542 c 0\n 708 484 801 436 891 380 c 0\n 915 365 926 341 917 326 c 0\n 907 311 881 311 857 327 c 0\n 769 384 684 450 607 509 c 0\n 552 551 502 590 459 611 c 0\n 436 623 413 631 399 630 c 1\n 399 630 l 1\n 389 628 382 622 367 613 c 0\n 333 591 271 551 237 524 c 1\n 237 524 l 1\n 222 512 212 490 187 488 c 0\n 155 485 141 522 120 534 c 0\nEndSplineSet\nEndChar\nStartChar: uni30D9\nEncoding: 12505 12505 3141\nWidth: 1000\nFlags: W\nFore\n730 795 m 0\n 726 797 724 801 726 803 c 0\n 727 805 730 805 734 803 c 0\n 764 789 801 787 823 763 c 1\n 823 763 l 1\n 836 748 849 735 855 721 c 0\n 866 698 862 675 847 668 c 0\n 832 662 812 676 803 699 c 0\n 798 713 799 726 791 735 c 1\n 791 735 l 1\n 779 750 758 779 730 795 c 0\n652 740 m 0\n 649 742 647 746 648 748 c 128\n 649 750 653 750 656 748 c 0\n 685 735 722 735 744 711 c 1\n 744 711 l 1\n 758 696 770 680 776 665 c 0\n 785 642 781 618 766 612 c 128\n 751 606 731 621 723 645 c 0\n 717 659 717 673 710 682 c 1\n 710 682 l 1\n 699 696 680 725 652 740 c 0\n120 534 m 0\n 116 536 114 539 115 541 c 128\n 116 543 119 543 123 542 c 0\n 147 535 178 553 182 553 c 0\n 185 554 197 547 212 557 c 1\n 212 557 l 1\n 248 582 303 629 342 653 c 0\n 358 664 376 670 395 671 c 1\n 395 671 l 1\n 422 674 451 668 480 655 c 0\n 533 629 579 583 632 542 c 0\n 708 484 801 436 891 380 c 0\n 915 365 926 341 917 326 c 0\n 907 311 881 311 857 327 c 0\n 769 384 684 450 607 509 c 0\n 552 551 502 590 459 611 c 0\n 436 623 413 631 399 630 c 1\n 399 630 l 1\n 389 628 382 622 367 613 c 0\n 333 591 271 551 237 524 c 1\n 237 524 l 1\n 222 512 212 490 187 488 c 0\n 155 485 141 522 120 534 c 0\nEndSplineSet\nEndChar\nStartChar: uni30DA\nEncoding: 12506 12506 3142\nWidth: 1000\nFlags: W\nHStem: 693 24<691 707> 808 24<691 707>\nVStem: 630 24<753.391 765> 745 24<753.357 765>\nFore\n700 808 m 0\n 674 808 654 788 654 763 c 128\n 654 738 674 717 700 717 c 0\n 725 717 745 738 745 763 c 128\n 745 788 725 808 700 808 c 0\n700 832 m 0\n 738 832 769 801 769 763 c 0\n 769 725 738 693 700 693 c 0\n 661 693 630 725 630 763 c 128\n 630 801 661 832 700 832 c 0\n120 534 m 0\n 116 536 114 539 115 541 c 128\n 116 543 119 543 123 542 c 0\n 147 535 178 553 182 553 c 0\n 185 554 197 547 212 557 c 1\n 212 557 l 1\n 248 582 303 629 342 653 c 0\n 358 664 376 670 395 671 c 1\n 395 671 l 1\n 422 674 451 668 480 655 c 0\n 533 629 579 583 632 542 c 0\n 708 484 801 436 891 380 c 0\n 915 365 926 341 917 326 c 0\n 907 311 881 311 857 327 c 0\n 769 384 684 450 607 509 c 0\n 552 551 502 590 459 611 c 0\n 436 623 413 631 399 630 c 1\n 399 630 l 1\n 389 628 382 622 367 613 c 0\n 333 591 271 551 237 524 c 1\n 237 524 l 1\n 222 512 212 490 187 488 c 0\n 155 485 141 522 120 534 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30DB\nEncoding: 12507 12507 3143\nWidth: 1000\nFlags: W\nHStem: 625 36<546 564 565.103 636.37>\nVStem: 493 55.6708<810 814> 494.825 39.1754<258 362 422.719 519.879 570 578 659.062 747.571> 496 42<424.268 554>\nFore\n627 477 m 0\n 624 479 622 483 623 485 c 0\n 625 487 629 486 632 484 c 0\n 688 449 755 429 797 381 c 1\n 797 381 l 1\n 832 341 854 297 874 255 c 0\n 884 233 882 211 869 204 c 0\n 855 198 836 210 825 231 c 0\n 805 273 785 312 757 345 c 0\n 722 386 680 439 627 477 c 0\n313 496 m 0\n 311 500 312 504 314 505 c 128\n 316 506 319 504 321 500 c 0\n 336 474 371 453 369 419 c 0\n 367 392 349 377 337 359 c 1\n 337 359 l 1\n 317 329 290 287 256 256 c 1\n 256 256 l 1\n 224 227 183 222 148 208 c 0\n 146 207 143 207 143 209 c 0\n 142 210 143 212 146 213 c 0\n 180 230 207 255 233 280 c 1\n 233 280 l 1\n 261 307 282 349 302 382 c 1\n 302 382 l 1\n 313 400 314 414 315 422 c 0\n 316 433 324 468 313 496 c 0\n494 619 m 1\n 430 612 366 598 321 587 c 1\n 321 587 l 1\n 297 581 275 568 247 576 c 1\n 247 576 l 1\n 216 584 208 622 189 642 c 0\n 186 645 185 649 186 650 c 0\n 188 652 192 651 195 649 c 0\n 217 632 251 633 262 630 c 1\n 262 630 l 1\n 272 628 287 624 313 629 c 1\n 313 629 l 1\n 359 637 426 648 493 655 c 1\n 492 702 492 745 496 779 c 1\n 496 779 l 1\n 499 799 493 811 493 814 c 1\n 493 814 l 1\n 492 817 484 852 461 871 c 0\n 457 874 455 879 456 881 c 0\n 458 884 463 883 468 881 c 1\n 493 865 534 867 546 832 c 1\n 546 832 l 1\n 555 807 541 790 538 772 c 1\n 538 772 l 1\n 533 745 533 705 534 659 c 1\n 544 660 554 661 564 661 c 0\n 645 665 717 659 787 651 c 0\n 805 649 819 638 818 627 c 0\n 817 615 801 607 782 610 c 0\n 712 618 643 628 565 625 c 0\n 555 625 546 624 535 623 c 1\n 537 590 538 555 538 521 c 0\n 539 404 526 289 540 201 c 0\n 543 184 549 169 553 154 c 0\n 555 146 557 139 556 129 c 0\n 555 120 551 107 538 98 c 1\n 538 98 l 1\n 516 83 500 95 488 103 c 0\n 477 111 467 121 456 127 c 1\n 456 127 l 1\n 421 145 394 171 363 188 c 0\n 361 189 359 191 360 193 c 0\n 361 194 364 194 366 193 c 0\n 397 177 433 169 468 154 c 1\n 468 154 l 1\n 478 150 488 149 497 149 c 2\n 498 150 l 1\n 500 161 500 178 499 195 c 0\n 489 291 497 406 496 520 c 0\n 496 554 495 587 494 619 c 1\nEndSplineSet\nMinimumDistance: x47,-1 \nEndChar\nStartChar: uni30DC\nEncoding: 12508 12508 3144\nWidth: 1000\nFlags: W\nHStem: 625 36<546 564 565.103 636.37>\nVStem: 493 55.6708<810 814> 494.825 39.1754<258 362 422.719 519.879 570 578 659.062 747.571> 496 42<424.268 554>\nFore\n780 900 m 0\n 776 902 774 906 776 908 c 0\n 777 910 780 910 784 908 c 0\n 814 894 851 892 873 868 c 1\n 873 868 l 1\n 886 853 899 840 905 826 c 0\n 916 803 912 780 897 773 c 0\n 882 767 862 781 853 804 c 0\n 848 818 849 831 841 840 c 0\n 829 855 808 884 780 900 c 0\n702 845 m 0\n 699 847 697 851 698 853 c 128\n 699 855 703 855 706 853 c 0\n 735 840 772 840 794 816 c 1\n 794 816 l 1\n 808 801 820 785 826 770 c 0\n 835 747 831 723 816 717 c 128\n 801 711 781 726 773 750 c 0\n 767 764 767 778 760 787 c 1\n 760 787 l 1\n 749 801 730 830 702 845 c 0\n627 477 m 0\n 624 479 622 483 623 485 c 0\n 625 487 629 486 632 484 c 0\n 688 449 755 429 797 381 c 1\n 797 381 l 1\n 832 341 854 297 874 255 c 0\n 884 233 882 211 869 204 c 0\n 855 198 836 210 825 231 c 0\n 805 273 785 312 757 345 c 0\n 722 386 680 439 627 477 c 0\n313 496 m 0\n 311 500 312 504 314 505 c 128\n 316 506 319 504 321 500 c 0\n 336 474 371 453 369 419 c 0\n 367 392 349 377 337 359 c 1\n 337 359 l 1\n 317 329 290 287 256 256 c 1\n 256 256 l 1\n 224 227 183 222 148 208 c 0\n 146 207 143 207 143 209 c 0\n 142 210 143 212 146 213 c 0\n 180 230 207 255 233 280 c 1\n 233 280 l 1\n 261 307 282 349 302 382 c 1\n 302 382 l 1\n 313 400 314 414 315 422 c 0\n 316 433 324 468 313 496 c 0\n494 619 m 1\n 430 612 366 598 321 587 c 1\n 321 587 l 1\n 297 581 275 568 247 576 c 1\n 247 576 l 1\n 216 584 208 622 189 642 c 0\n 186 645 185 649 186 650 c 0\n 188 652 192 651 195 649 c 0\n 217 632 251 633 262 630 c 1\n 262 630 l 1\n 272 628 287 624 313 629 c 1\n 313 629 l 1\n 359 637 426 648 493 655 c 1\n 492 702 492 745 496 779 c 1\n 496 779 l 1\n 499 799 493 811 493 814 c 1\n 493 814 l 1\n 492 817 484 852 461 871 c 0\n 457 874 455 879 456 881 c 0\n 458 884 463 883 468 881 c 1\n 493 865 534 867 546 832 c 1\n 546 832 l 1\n 555 807 541 790 538 772 c 1\n 538 772 l 1\n 533 745 533 705 534 659 c 1\n 544 660 554 661 564 661 c 0\n 645 665 717 659 787 651 c 0\n 805 649 819 638 818 627 c 0\n 817 615 801 607 782 610 c 0\n 712 618 643 628 565 625 c 0\n 555 625 546 624 535 623 c 1\n 537 590 538 555 538 521 c 0\n 539 404 526 289 540 201 c 0\n 543 184 549 169 553 154 c 0\n 555 146 557 139 556 129 c 0\n 555 120 551 107 538 98 c 1\n 538 98 l 1\n 516 83 500 95 488 103 c 0\n 477 111 467 121 456 127 c 1\n 456 127 l 1\n 421 145 394 171 363 188 c 0\n 361 189 359 191 360 193 c 0\n 361 194 364 194 366 193 c 0\n 397 177 433 169 468 154 c 1\n 468 154 l 1\n 478 150 488 149 497 149 c 2\n 498 150 l 1\n 500 161 500 178 499 195 c 0\n 489 291 497 406 496 520 c 0\n 496 554 495 587 494 619 c 1\nEndSplineSet\nMinimumDistance: x66,-1 \nEndChar\nStartChar: uni30DD\nEncoding: 12509 12509 3145\nWidth: 1000\nFlags: W\nHStem: 625 36<546 564 565.103 636.37> 773 24<770.302 789> 888 24<770.057 789>\nVStem: 493 55.6708<810 814> 494.825 39.1754<258 362 422.719 519.879 570 578 659.062 747.571> 496 42<424.268 554> 710 24<834 845> 825 24<834 845>\nFore\n780 888 m 0\n 754 888 734 868 734 843 c 128\n 734 818 754 797 780 797 c 0\n 805 797 825 818 825 843 c 128\n 825 868 805 888 780 888 c 0\n780 912 m 0\n 818 912 849 881 849 843 c 0\n 849 805 818 773 780 773 c 0\n 741 773 710 805 710 843 c 128\n 710 881 741 912 780 912 c 0\n627 477 m 0\n 624 479 622 483 623 485 c 0\n 625 487 629 486 632 484 c 0\n 688 449 755 429 797 381 c 1\n 797 381 l 1\n 832 341 854 297 874 255 c 0\n 884 233 882 211 869 204 c 0\n 855 198 836 210 825 231 c 0\n 805 273 785 312 757 345 c 0\n 722 386 680 439 627 477 c 0\n313 496 m 0\n 311 500 312 504 314 505 c 128\n 316 506 319 504 321 500 c 0\n 336 474 371 453 369 419 c 0\n 367 392 349 377 337 359 c 1\n 337 359 l 1\n 317 329 290 287 256 256 c 1\n 256 256 l 1\n 224 227 183 222 148 208 c 0\n 146 207 143 207 143 209 c 0\n 142 210 143 212 146 213 c 0\n 180 230 207 255 233 280 c 1\n 233 280 l 1\n 261 307 282 349 302 382 c 1\n 302 382 l 1\n 313 400 314 414 315 422 c 0\n 316 433 324 468 313 496 c 0\n494 619 m 1\n 430 612 366 598 321 587 c 1\n 321 587 l 1\n 297 581 275 568 247 576 c 1\n 247 576 l 1\n 216 584 208 622 189 642 c 0\n 186 645 185 649 186 650 c 0\n 188 652 192 651 195 649 c 0\n 217 632 251 633 262 630 c 1\n 262 630 l 1\n 272 628 287 624 313 629 c 1\n 313 629 l 1\n 359 637 426 648 493 655 c 1\n 492 702 492 745 496 779 c 1\n 496 779 l 1\n 499 799 493 811 493 814 c 1\n 493 814 l 1\n 492 817 484 852 461 871 c 0\n 457 874 455 879 456 881 c 0\n 458 884 463 883 468 881 c 1\n 493 865 534 867 546 832 c 1\n 546 832 l 1\n 555 807 541 790 538 772 c 1\n 538 772 l 1\n 533 745 533 705 534 659 c 1\n 544 660 554 661 564 661 c 0\n 645 665 717 659 787 651 c 0\n 805 649 819 638 818 627 c 0\n 817 615 801 607 782 610 c 0\n 712 618 643 628 565 625 c 0\n 555 625 546 624 535 623 c 1\n 537 590 538 555 538 521 c 0\n 539 404 526 289 540 201 c 0\n 543 184 549 169 553 154 c 0\n 555 146 557 139 556 129 c 0\n 555 120 551 107 538 98 c 1\n 538 98 l 1\n 516 83 500 95 488 103 c 0\n 477 111 467 121 456 127 c 1\n 456 127 l 1\n 421 145 394 171 363 188 c 0\n 361 189 359 191 360 193 c 0\n 361 194 364 194 366 193 c 0\n 397 177 433 169 468 154 c 1\n 468 154 l 1\n 478 150 488 149 497 149 c 2\n 498 150 l 1\n 500 161 500 178 499 195 c 0\n 489 291 497 406 496 520 c 0\n 496 554 495 587 494 619 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30DE\nEncoding: 12510 12510 3146\nWidth: 1000\nFlags: W\nFore\n517 401 m 1\n 592 441 661 489 717 538 c 0\n 765 580 798 632 829 683 c 1\n 829 683 l 1\n 835 693 840 703 842 711 c 1\n 829 713 810 712 790 709 c 0\n 699 698 602 697 501 692 c 0\n 408 688 311 682 251 675 c 0\n 229 672 207 659 181 668 c 0\n 149 680 142 722 121 745 c 0\n 119 748 118 752 119 753 c 0\n 120 755 124 754 127 752 c 0\n 152 732 190 732 203 728 c 0\n 212 724 225 715 248 716 c 0\n 308 720 405 729 498 734 c 0\n 600 740 696 743 784 757 c 0\n 803 760 823 765 841 769 c 0\n 850 770 859 772 869 770 c 0\n 879 769 894 765 903 750 c 1\n 903 750 l 1\n 918 725 905 708 897 695 c 0\n 889 683 878 671 870 658 c 0\n 836 606 795 554 742 508 c 0\n 683 457 604 428 528 395 c 1\n 537 389 545 384 553 377 c 0\n 592 345 615 306 637 270 c 0\n 650 250 650 227 638 219 c 128\n 626 211 605 221 592 241 c 0\n 569 276 546 308 516 334 c 0\n 474 370 413 419 343 449 c 0\n 339 450 337 454 338 456 c 128\n 339 458 342 459 346 457 c 0\n 403 436 466 427 517 401 c 1\nEndSplineSet\nEndChar\nStartChar: uni30DF\nEncoding: 12511 12511 3147\nWidth: 1000\nFlags: W\nFore\n276 255 m 0\n 271 255 267 258 267 261 c 0\n 268 265 272 267 277 266 c 0\n 400 257 525 267 616 228 c 1\n 616 228 l 1\n 667 207 706 179 740 151 c 0\n 763 133 772 107 761 93 c 0\n 749 78 722 82 699 100 c 0\n 665 127 634 154 593 173 c 1\n 593 173 l 1\n 517 207 398 241 276 255 c 0\n338 575 m 0\n 333 576 329 579 330 582 c 0\n 330 585 335 587 340 586 c 0\n 431 574 525 579 596 553 c 0\n 638 538 671 521 701 503 c 0\n 723 490 734 469 726 455 c 0\n 719 441 694 441 673 453 c 0\n 642 471 614 489 578 503 c 0\n 516 526 429 559 338 575 c 0\n349 871 m 0\n 345 872 342 874 342 876 c 0\n 343 879 346 880 350 880 c 0\n 453 869 559 877 634 840 c 0\n 675 820 704 792 730 768 c 0\n 748 751 754 729 744 719 c 0\n 734 708 711 712 694 728 c 0\n 667 753 643 775 610 791 c 0\n 550 822 451 856 349 871 c 0\nEndSplineSet\nEndChar\nStartChar: uni30E0\nEncoding: 12512 12512 3148\nWidth: 1000\nFlags: W\nFore\n771 305 m 0\n 707 291 642 276 565 260 c 0\n 466 239 349 206 281 192 c 1\n 281 192 l 1\n 257 187 236 177 210 182 c 0\n 174 190 153 233 122 254 c 0\n 119 257 117 260 118 262 c 128\n 119 264 123 264 127 262 c 0\n 160 245 205 248 224 244 c 0\n 237 241 250 236 273 239 c 1\n 273 239 l 1\n 339 249 461 266 559 286 c 0\n 634 302 697 312 759 324 c 1\n 731 373 696 429 655 479 c 0\n 652 483 651 488 653 490 c 128\n 655 492 660 491 664 487 c 0\n 730 416 814 359 855 293 c 0\n 877 258 884 223 897 192 c 0\n 905 173 902 153 891 147 c 0\n 879 142 862 153 853 173 c 0\n 839 202 819 227 799 258 c 0\n 790 272 781 288 771 305 c 0\n364 818 m 0\n 362 823 362 828 364 829 c 0\n 367 831 371 828 374 824 c 0\n 390 801 427 788 434 758 c 1\n 434 758 l 1\n 440 732 429 708 423 683 c 1\n 423 683 l 1\n 409 626 378 550 345 477 c 1\n 345 477 l 1\n 306 394 248 327 202 254 c 0\n 201 252 198 251 197 251 c 0\n 196 252 196 255 197 257 c 0\n 240 332 272 413 309 494 c 1\n 309 494 l 1\n 342 564 367 642 376 693 c 1\n 376 693 l 1\n 380 715 373 730 370 743 c 1\n 370 743 l 1\n 367 759 376 793 364 818 c 0\nEndSplineSet\nEndChar\nStartChar: uni30E1\nEncoding: 12513 12513 3149\nWidth: 1000\nFlags: W\nFore\n613 515 m 1\n 558 544 483 572 404 586 c 0\n 400 587 397 589 397 592 c 0\n 398 594 401 595 405 595 c 0\n 482 585 563 588 629 564 c 1\n 646 625 655 684 661 727 c 1\n 661 727 l 1\n 665 755 658 771 655 784 c 1\n 655 784 l 1\n 651 801 652 843 632 872 c 0\n 629 877 629 882 631 883 c 0\n 633 885 638 883 641 879 c 0\n 665 853 709 839 719 802 c 1\n 719 802 l 1\n 727 772 714 747 708 719 c 1\n 708 719 l 1\n 699 675 688 612 668 546 c 1\n 712 519 743 484 771 452 c 0\n 788 432 791 409 779 398 c 0\n 767 388 744 395 728 414 c 0\n 703 444 680 472 650 493 c 1\n 639 462 625 431 608 402 c 0\n 530 270 385 202 251 123 c 0\n 249 122 246 122 245 123 c 0\n 245 124 246 127 248 128 c 0\n 380 211 501 304 571 424 c 0\n 588 452 602 483 613 515 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E2\nEncoding: 12514 12514 3150\nWidth: 1000\nFlags: W\nHStem: 147.984 54.2994<615 695> 484 53<775 821 822.031 833.796> 746 54.0536<682.031 693.352>\nVStem: 379 47<451 478 521.062 568.377>\nFore\n369 735 m 1\n 346 732 325 730 308 729 c 0\n 290 728 273 725 255 731 c 1\n 255 731 l 1\n 229 740 217 775 194 792 c 0\n 191 794 190 798 191 800 c 0\n 192 801 196 801 199 799 c 0\n 224 786 259 790 274 785 c 1\n 274 785 l 1\n 283 782 291 777 306 777 c 0\n 343 777 405 780 466 785 c 0\n 539 791 610 798 681 800 c 0\n 705 801 725 789 725 774 c 128\n 725 759 706 746 682 746 c 0\n 611 746 540 751 468 746 c 0\n 448 745 427 742 407 740 c 1\n 420 732 431 722 436 707 c 1\n 436 707 l 1\n 443 683 433 664 431 643 c 0\n 427 614 426 570 426 521 c 1\n 457 523 488 526 519 527 c 0\n 628 534 726 539 822 537 c 0\n 846 537 865 525 865 510 c 128\n 865 495 845 483 821 484 c 0\n 725 485 629 493 520 489 c 0\n 489 487 457 485 426 483 c 1\n 427 430 429 375 431 332 c 0\n 434 284 438 255 452 239 c 0\n 467 223 505 213 548 207 c 0\n 619 198 704 203 790 207 c 0\n 814 209 834 198 835 183 c 128\n 836 168 817 155 794 154 c 0\n 707 148 620 143 541 154 c 0\n 493 160 446 174 417 207 c 0\n 388 239 386 281 383 329 c 0\n 381 373 380 427 379 479 c 1\n 325 475 275 471 240 470 c 0\n 220 469 200 463 180 472 c 1\n 180 472 l 1\n 151 486 143 526 121 550 c 0\n 119 553 118 557 119 558 c 0\n 121 560 124 559 127 556 c 0\n 152 535 190 530 204 524 c 1\n 204 524 l 1\n 213 520 221 512 239 511 c 0\n 272 511 323 514 379 518 c 1\n 380 568 381 615 383 648 c 0\n 385 671 380 682 378 689 c 1\n 378 689 l 1\n 376 696 376 716 369 735 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni30E3\nEncoding: 12515 12515 3151\nWidth: 1000\nFlags: W\nHStem: 464 21G<258 258>\nFore\n434 498 m 1\n 390 490 347 481 316 475 c 0\n 295 471 278 461 258 464 c 1\n 258 464 l 1\n 235 468 223 495 204 505 c 0\n 202 506 200 508 201 509 c 0\n 201 511 204 511 206 510 c 0\n 226 505 252 517 265 515 c 1\n 265 515 l 1\n 278 513 291 505 311 508 c 0\n 341 511 383 520 427 529 c 1\n 418 572 408 612 400 639 c 0\n 394 657 383 664 377 670 c 1\n 377 670 l 1\n 369 679 355 710 332 723 c 0\n 330 724 328 726 329 728 c 0\n 330 729 332 729 335 728 c 0\n 360 719 395 726 414 705 c 1\n 414 705 l 1\n 429 688 427 667 431 648 c 0\n 438 619 448 579 458 535 c 1\n 478 539 499 543 519 546 c 0\n 588 557 645 564 707 578 c 0\n 724 581 743 587 759 590 c 0\n 768 592 775 593 784 593 c 0\n 793 592 808 589 815 574 c 0\n 827 552 816 540 810 530 c 128\n 804 520 796 511 791 502 c 0\n 776 479 759 463 741 443 c 1\n 716 418 678 402 645 379 c 0\n 643 378 641 377 640 379 c 0\n 639 380 640 382 642 384 c 0\n 673 408 698 440 718 464 c 0\n 733 481 738 502 752 525 c 0\n 755 530 758 536 760 540 c 1\n 748 539 732 536 716 533 c 0\n 650 521 591 523 524 513 c 0\n 505 510 485 507 465 504 c 1\n 486 411 l 0\n 508 312 533 222 553 131 c 0\n 557 110 550 91 537 88 c 128\n 524 85 510 100 506 121 c 0\n 487 212 474 305 453 404 c 0\n 447 435 440 467 434 498 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E4\nEncoding: 12516 12516 3152\nWidth: 1000\nFlags: W\nFore\n418 592 m 1\n 362 581 309 570 270 562 c 1\n 270 562 l 1\n 244 557 222 545 197 549 c 0\n 170 554 153 587 130 599 c 0\n 126 601 124 604 125 606 c 128\n 126 608 129 608 133 607 c 0\n 158 600 190 614 207 612 c 0\n 223 609 239 601 264 604 c 1\n 264 604 l 1\n 301 608 354 619 410 629 c 1\n 397 684 385 733 374 767 c 1\n 374 767 l 1\n 367 790 355 799 347 808 c 0\n 337 820 319 855 290 872 c 0\n 286 874 284 877 285 879 c 128\n 286 881 290 881 294 880 c 0\n 325 868 368 875 392 848 c 0\n 410 828 409 802 415 779 c 1\n 415 779 l 1\n 424 742 435 692 447 636 c 1\n 473 641 499 646 524 650 c 0\n 610 663 681 673 759 689 c 0\n 781 694 804 701 824 706 c 0\n 835 708 844 709 855 709 c 0\n 867 708 884 704 894 686 c 1\n 894 686 l 1\n 908 659 894 644 887 632 c 0\n 879 619 870 608 862 596 c 0\n 844 568 823 547 800 523 c 0\n 770 491 723 471 682 442 c 0\n 679 440 675 439 674 441 c 0\n 672 443 674 447 677 449 c 0\n 716 480 748 519 774 548 c 0\n 793 569 799 595 817 625 c 0\n 821 632 824 639 827 645 c 1\n 812 644 791 640 770 637 c 0\n 687 621 614 623 530 611 c 0\n 506 608 481 604 455 599 c 1\n 464 561 472 521 481 482 c 0\n 508 359 540 246 565 132 c 0\n 570 107 562 84 546 81 c 0\n 531 78 514 95 509 120 c 0\n 485 234 469 350 443 474 c 0\n 435 513 426 553 418 592 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E5\nEncoding: 12517 12517 3153\nWidth: 1000\nFlags: W\nHStem: 292 38<607 694>\nFore\n581 330 m 1\n 581 330 582 331 582 332 c 0\n 593 398 601 465 612 516 c 0\n 613 522 613 528 613 532 c 1\n 609 537 l 1\n 604 539 598 539 591 539 c 0\n 531 537 436 530 386 527 c 0\n 369 526 354 518 338 523 c 0\n 318 529 310 558 294 569 c 0\n 292 571 290 573 291 574 c 128\n 292 575 294 575 297 574 c 0\n 315 566 342 575 353 572 c 0\n 362 569 369 561 385 560 c 0\n 433 558 530 564 588 572 c 0\n 598 573 607 577 617 579 c 128\n 627 581 642 582 653 568 c 0\n 664 553 659 541 655 532 c 128\n 651 523 646 516 643 507 c 0\n 629 461 616 396 606 330 c 1\n 627 331 647 331 666 331 c 0\n 722 331 762 332 801 330 c 0\n 820 329 836 318 835 306 c 0\n 835 293 818 284 798 285 c 0\n 760 287 722 291 665 292 c 0\n 556 293 377 292 300 287 c 1\n 300 287 l 1\n 281 286 264 279 245 287 c 1\n 245 287 l 1\n 222 296 216 326 199 343 c 0\n 198 345 197 348 198 349 c 128\n 199 350 201 349 203 348 c 0\n 222 333 251 332 262 328 c 1\n 262 328 l 1\n 270 325 279 320 299 320 c 1\n 299 320 l 1\n 359 321 479 327 581 330 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E6\nEncoding: 12518 12518 3154\nWidth: 1000\nFlags: W\nHStem: 334 46<569 602 633 745> 622.772 59.228<303 315>\nFore\n602 380 m 1\n 602 383 l 0\n 616 466 626 550 639 613 c 0\n 641 621 641 629 641 635 c 1\n 637 640 l 1\n 631 642 623 642 614 642 c 0\n 539 639 420 630 357 627 c 0\n 336 626 318 618 298 624 c 1\n 298 624 l 1\n 274 632 263 665 242 679 c 0\n 239 682 237 685 238 687 c 0\n 239 688 243 689 246 687 c 0\n 269 677 301 686 316 682 c 1\n 316 682 l 1\n 327 678 337 670 357 669 c 0\n 416 667 537 675 610 684 c 0\n 623 686 634 690 647 692 c 0\n 659 694 678 696 691 678 c 1\n 691 678 l 1\n 704 660 698 644 694 634 c 0\n 689 623 683 613 680 603 c 0\n 662 545 645 463 632 381 c 1\n 659 382 684 382 707 382 c 0\n 778 382 827 382 876 380 c 0\n 900 379 918 366 918 351 c 0\n 917 336 897 325 873 326 c 0\n 825 328 777 333 707 334 c 0\n 570 335 347 333 250 327 c 0\n 226 326 205 319 182 328 c 1\n 182 328 l 1\n 153 339 145 376 124 397 c 0\n 121 400 120 404 121 405 c 0\n 123 407 127 406 130 404 c 0\n 153 386 188 383 202 378 c 1\n 202 378 l 1\n 213 374 224 369 249 369 c 0\n 324 370 473 377 602 380 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E7\nEncoding: 12519 12519 3155\nWidth: 1000\nFlags: W\nHStem: 153.066 32.6565<384.033 427.625>\nFore\n646 448 m 1\n 652 518 659 589 662 636 c 0\n 663 643 661 648 659 652 c 1\n 662 650 662 653 658 656 c 0\n 652 660 642 663 630 663 c 0\n 560 665 439 653 375 647 c 0\n 353 645 333 640 313 650 c 1\n 313 650 l 1\n 289 662 284 693 269 714 c 0\n 268 716 267 718 268 719 c 0\n 270 720 272 719 274 718 c 1\n 291 698 319 690 330 685 c 0\n 339 681 350 679 372 680 c 0\n 436 684 556 693 629 696 c 0\n 642 697 653 699 664 700 c 0\n 676 701 691 699 701 686 c 1\n 701 686 l 1\n 717 664 703 647 701 631 c 0\n 693 578 688 488 681 406 c 0\n 675 332 670 265 663 199 c 1\n 685 198 702 186 702 172 c 0\n 701 157 682 147 660 148 c 0\n 657 148 655 148 652 149 c 1\n 647 141 640 137 634 138 c 0\n 626 139 620 145 617 154 c 1\n 600 157 582 159 562 159 c 0\n 505 159 430 153 383 153 c 1\n 383 153 l 1\n 365 153 347 149 331 157 c 1\n 331 157 l 1\n 307 167 297 198 278 215 c 0\n 276 217 275 219 276 221 c 0\n 276 222 279 221 281 220 c 0\n 303 205 334 204 348 198 c 1\n 348 198 l 1\n 359 194 367 187 384 186 c 1\n 384 186 l 1\n 426 184 503 190 561 192 c 0\n 582 193 600 195 617 196 c 1\n 625 265 635 333 642 409 c 0\n 642 411 642 413 643 415 c 1\n 622 415 600 416 574 415 c 1\n 574 415 l 1\n 526 413 463 407 420 405 c 1\n 420 405 l 1\n 399 404 380 401 360 409 c 1\n 360 409 l 1\n 337 419 327 447 310 464 c 0\n 308 467 306 471 308 472 c 0\n 310 474 313 473 316 471 c 0\n 335 456 361 451 375 446 c 1\n 375 446 l 1\n 386 441 399 438 419 438 c 1\n 419 438 l 1\n 461 439 524 442 573 444 c 1\n 573 444 l 1\n 601 446 624 447 646 448 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E8\nEncoding: 12520 12520 3156\nWidth: 1000\nFlags: W\nHStem: 155.801 59.1991<703.031 714.495> 159.924 40.8629<355.048 405.723>\nFore\n683 529 m 1\n 691 616 699 705 703 763 c 1\n 703 763 l 1\n 704 773 702 780 699 784 c 1\n 702 782 703 786 697 789 c 0\n 690 793 677 797 662 797 c 0\n 575 799 424 785 344 777 c 0\n 316 774 292 769 267 781 c 0\n 237 796 230 834 211 860 c 0\n 209 864 208 867 210 869 c 0\n 212 870 215 869 218 866 c 0\n 239 842 273 831 287 825 c 0\n 299 820 313 817 340 819 c 0\n 420 824 571 835 662 839 c 0\n 677 840 691 843 706 843 c 0\n 720 844 738 842 751 825 c 1\n 751 825 l 1\n 771 799 754 777 751 758 c 1\n 751 758 l 1\n 741 692 734 579 726 476 c 0\n 718 383 711 299 702 215 c 1\n 703 215 703 215 703 215 c 2\n 729 215 750 200 749 183 c 0\n 749 166 726 154 700 156 c 0\n 697 156 693 156 690 156 c 1\n 684 147 676 142 667 143 c 128\n 658 144 651 151 648 162 c 1\n 626 166 603 169 577 169 c 0\n 507 168 412 159 354 160 c 0\n 331 160 310 157 289 166 c 1\n 289 166 l 1\n 260 178 246 216 222 237 c 0\n 219 240 217 243 219 245 c 0\n 220 247 224 246 227 244 c 0\n 254 226 292 223 310 215 c 1\n 310 215 l 1\n 323 210 334 203 355 201 c 0\n 408 199 504 205 577 207 c 0\n 603 208 626 211 648 213 c 1\n 658 299 669 385 678 480 c 0\n 678 482 679 485 679 487 c 1\n 652 487 625 489 593 488 c 0\n 533 485 454 478 400 476 c 0\n 374 475 350 470 325 481 c 1\n 325 481 l 1\n 296 493 284 527 263 549 c 0\n 259 553 258 557 260 560 c 0\n 262 562 267 561 271 558 c 0\n 294 538 327 532 344 525 c 1\n 344 525 l 1\n 358 520 373 515 399 515 c 0\n 451 516 530 521 591 523 c 0\n 626 525 655 528 683 529 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E9\nEncoding: 12521 12521 3157\nWidth: 1000\nFlags: W\nHStem: 604 38<347.124 561.125>\nVStem: 726 64.4879<601 603>\nFore\n213 663 m 0\n 209 667 207 671 209 674 c 0\n 211 676 216 676 220 673 c 0\n 242 659 273 661 289 656 c 1\n 289 656 l 1\n 303 651 319 643 347 642 c 0\n 430 640 590 641 686 649 c 0\n 702 650 717 655 731 657 c 0\n 746 659 767 659 781 640 c 1\n 781 640 l 1\n 797 619 791 600 786 584 c 128\n 781 568 773 553 767 537 c 1\n 767 537 l 1\n 741 467 707 383 648 314 c 0\n 569 223 439 183 318 129 c 0\n 316 129 315 129 315 129 c 2\n 314 130 315 131 316 132 c 0\n 436 189 547 260 616 342 c 0\n 668 403 693 484 717 554 c 1\n 717 554 l 1\n 722 571 726 586 726 597 c 0\n 727 599 726 601 726 603 c 1\n 717 606 703 607 688 607 c 0\n 590 604 430 605 347 604 c 0\n 318 603 295 596 270 605 c 1\n 270 605 l 1\n 244 615 233 647 213 663 c 0\n281 843 m 0\n 277 848 276 855 279 857 c 0\n 282 860 288 858 292 853 c 1\n 312 834 340 826 354 820 c 1\n 354 820 l 1\n 366 815 384 813 411 814 c 0\n 475 817 569 830 663 836 c 0\n 688 838 709 827 710 811 c 128\n 711 795 691 781 666 780 c 0\n 572 775 477 777 413 772 c 0\n 387 770 361 764 335 776 c 1\n 335 776 l 1\n 307 789 299 822 281 843 c 0\nEndSplineSet\nEndChar\nStartChar: uni30EA\nEncoding: 12522 12522 3158\nWidth: 1000\nFlags: W\nVStem: 358 48<490 586> 646.539 47.7277<567.895 657.764>\nFore\n611 875 m 0\n 609 878 607 881 609 883 c 0\n 610 884 614 884 617 882 c 0\n 643 863 689 863 703 827 c 1\n 703 827 l 1\n 714 798 702 775 699 751 c 0\n 690 674 704 511 670 385 c 0\n 638 270 553 200 482 123 c 1\n 480 122 477 121 476 122 c 128\n 475 123 475 125 477 127 c 0\n 546 206 602 292 629 396 c 0\n 660 510 640 665 645 755 c 0\n 647 783 643 798 641 804 c 1\n 641 804 l 1\n 639 812 635 852 611 875 c 0\n321 787 m 0\n 319 790 318 794 319 796 c 0\n 320 797 324 796 327 794 c 0\n 353 774 399 770 413 734 c 0\n 423 708 414 685 411 664 c 1\n 411 664 l 1\n 407 620 405 558 406 496 c 0\n 406 475 396 457 382 457 c 0\n 369 457 358 474 358 495 c 0\n 358 558 355 620 358 667 c 1\n 358 667 l 1\n 359 690 354 703 351 712 c 0\n 348 722 344 763 321 787 c 0\nEndSplineSet\nEndChar\nStartChar: uni30EB\nEncoding: 12523 12523 3159\nWidth: 1000\nFlags: W\nVStem: 456.449 55.5506<231 232>\nFore\n452 806 m 0\n 454 808 458 806 460 804 c 0\n 483 779 525 767 537 733 c 1\n 537 733 l 1\n 546 706 538 682 536 657 c 0\n 532 608 526 540 523 477 c 1\n 523 477 l 1\n 520 411 521 348 513 283 c 0\n 511 264 510 246 511 234 c 0\n 511 232 511 231 512 230 c 0\n 513 230 515 230 518 231 c 0\n 531 234 548 242 565 251 c 1\n 565 251 l 1\n 617 282 663 316 709 357 c 0\n 759 403 822 442 875 493 c 1\n 825 440 786 376 735 329 c 0\n 690 286 645 244 589 210 c 1\n 589 210 l 1\n 572 199 554 188 537 180 c 0\n 519 172 498 161 474 179 c 0\n 452 196 455 218 457 236 c 0\n 459 253 463 271 466 288 c 0\n 474 350 478 412 481 479 c 1\n 481 479 l 1\n 484 543 487 611 488 659 c 0\n 489 684 482 699 477 713 c 1\n 477 713 l 1\n 472 730 472 770 453 798 c 0\n290 702 m 0\n 289 706 290 709 292 710 c 0\n 293 711 297 709 298 705 c 1\n 309 685 342 673 347 649 c 0\n 351 626 341 606 338 584 c 0\n 332 530 324 440 287 371 c 0\n 251 305 181 280 123 244 c 0\n 122 244 120 244 120 244 c 1\n 120 245 120 246 121 247 c 0\n 178 285 223 334 252 390 c 0\n 283 447 288 533 291 587 c 0\n 292 610 284 624 282 637 c 0\n 280 651 297 680 290 702 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni30EC\nEncoding: 12524 12524 3160\nWidth: 1000\nFlags: W\nVStem: 261 42<436 532>\nFore\n238 843 m 1\n 237 851 l 1\n 239 853 242 851 245 849 c 0\n 265 829 304 823 315 795 c 0\n 323 774 317 756 316 737 c 1\n 316 737 l 1\n 314 682 304 583 303 495 c 1\n 303 495 l 1\n 302 410 310 334 306 261 c 0\n 306 244 306 227 308 217 c 0\n 308 215 309 213 309 211 c 1\n 312 211 l 0\n 323 211 340 215 356 220 c 0\n 425 245 502 274 569 319 c 1\n 569 319 l 1\n 643 369 720 427 787 495 c 1\n 723 424 669 341 590 287 c 1\n 590 287 l 1\n 520 238 442 203 373 176 c 0\n 356 169 341 161 325 155 c 0\n 308 149 287 143 266 160 c 1\n 266 160 l 1\n 246 176 246 198 247 215 c 0\n 248 231 251 248 253 265 c 0\n 258 333 260 409 261 496 c 1\n 261 496 l 1\n 262 585 263 685 263 739 c 1\n 263 739 l 1\n 262 756 256 764 254 771 c 0\n 250 783 254 820 238 843 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni30ED\nEncoding: 12525 12525 3161\nWidth: 1000\nFlags: W\nHStem: 269 54<754.002 759 760.031 771.348> 281 39<362.888 535> 657.833 37.7991<350.133 551>\nVStem: 241 47<231.198 242 244 276>\nFore\n738 269 m 0\n 732 261 723 256 716 258 c 0\n 710 259 706 264 704 271 c 1\n 630 275 557 281 487 281 c 1\n 487 281 l 1\n 419 281 353 279 287 277 c 1\n 288 266 288 255 288 244 c 0\n 289 222 279 205 265 205 c 0\n 252 204 241 221 241 242 c 0\n 240 256 240 270 240 283 c 1\n 236 286 233 290 233 294 c 0\n 233 299 236 303 240 307 c 1\n 239 345 239 385 236 427 c 0\n 232 491 223 561 218 609 c 0\n 216 630 206 642 202 652 c 0\n 196 666 192 706 170 732 c 0\n 167 736 165 741 167 743 c 128\n 169 745 174 743 178 740 c 0\n 197 724 226 716 246 700 c 1\n 412 694 577 690 693 704 c 0\n 712 706 730 712 748 715 c 0\n 766 717 789 720 807 700 c 1\n 807 700 l 1\n 823 681 821 660 818 644 c 0\n 815 627 810 610 806 593 c 0\n 792 524 777 436 765 372 c 0\n 762 353 758 337 754 323 c 1\n 756 323 758 323 760 322 c 0\n 784 322 803 309 802 294 c 0\n 802 279 782 268 759 269 c 0\n 738 269 l 0\n711 323 m 1\n 716 340 720 358 724 379 c 0\n 735 441 740 530 753 603 c 0\n 756 621 758 638 758 649 c 0\n 757 653 757 656 756 657 c 0\n 754 658 752 659 749 660 c 0\n 736 663 717 664 696 662 c 0\n 581 654 426 657 267 660 c 1\n 269 644 265 628 266 612 c 0\n 268 565 273 495 278 429 c 0\n 281 390 283 352 285 316 c 1\n 351 318 418 320 487 320 c 1\n 487 320 l 1\n 559 320 635 323 711 323 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30EE\nEncoding: 12526 12526 3162\nWidth: 1000\nFlags: W\nHStem: 629 33<464 576>\nVStem: 271 33<608 611>\nFore\n306 620 m 1\n 305 616 304 611 304 607 c 0\n 302 582 306 551 307 520 c 0\n 308 503 299 489 288 489 c 128\n 277 489 268 503 268 520 c 0\n 268 551 271 582 271 608 c 0\n 271 623 264 632 261 638 c 0\n 258 645 257 674 241 689 c 1\n 240 691 239 694 240 695 c 128\n 241 696 243 695 245 694 c 0\n 263 681 295 681 306 657 c 0\n 306 656 306 655 307 654 c 1\n 367 658 428 662 489 662 c 0\n 553 663 617 662 668 667 c 0\n 679 668 690 671 701 673 c 0\n 712 674 727 676 740 662 c 0\n 752 648 748 633 745 623 c 0\n 741 613 736 604 734 594 c 0\n 718 531 705 430 660 349 c 0\n 607 256 507 207 418 147 c 1\n 505 210 583 281 631 366 c 0\n 673 439 689 535 701 601 c 0\n 703 609 703 617 702 623 c 1\n 699 626 l 1\n 693 628 682 629 671 628 c 0\n 617 626 552 630 490 629 c 128\n 428 628 367 624 306 620 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni30EF\nEncoding: 12527 12527 3163\nWidth: 1000\nFlags: W\nHStem: 756 39<446 558>\nVStem: 213.753 41.0544<682.078 726.977>\nFore\n258 744 m 1\n 257 738 256 733 255 727 c 0\n 254 697 257 658 258 619 c 0\n 259 598 249 580 235 580 c 128\n 221 580 210 597 211 618 c 0\n 211 657 214 696 214 729 c 0\n 213 748 206 759 203 767 c 1\n 203 767 l 1\n 199 776 196 810 176 830 c 0\n 174 833 172 836 174 838 c 0\n 175 839 179 839 182 837 c 0\n 204 820 243 819 256 789 c 1\n 256 789 l 1\n 256 788 257 787 257 786 c 1\n 333 791 409 794 487 795 c 0\n 566 796 647 796 710 802 c 0\n 724 803 737 807 751 809 c 128\n 765 811 783 813 799 795 c 0\n 814 779 810 760 806 748 c 0\n 802 735 796 724 793 711 c 0\n 773 632 756 507 699 406 c 0\n 634 289 509 227 397 153 c 1\n 507 230 605 320 665 425 c 0\n 717 517 736 637 751 720 c 0\n 753 731 754 741 753 748 c 1\n 752 750 l 1\n 752 751 751 751 750 751 c 0\n 742 754 728 755 714 754 c 0\n 646 751 566 757 487 756 c 0\n 410 755 334 749 258 744 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F0\nEncoding: 12528 12528 3164\nWidth: 1000\nFlags: W\nHStem: 446 20G<256 256> 449 49<567 583> 450.808 51.8228<648.224 712.293> 697 47<731 777>\nVStem: 583 51<319.767 449 501.062 674.528> 588 53.0559<113.204 124.969>\nFore\n584 691 m 1\n 515 685 437 675 390 667 c 0\n 371 664 354 654 333 657 c 0\n 304 661 284 693 258 706 c 0\n 254 708 252 711 253 713 c 0\n 253 715 257 716 261 715 c 0\n 289 706 324 716 341 714 c 0\n 353 712 365 707 384 709 c 0\n 433 714 513 726 586 733 c 1\n 586 744 587 754 588 763 c 1\n 588 763 l 1\n 589 783 585 792 583 798 c 1\n 583 798 l 1\n 581 806 578 849 556 875 c 0\n 554 878 553 882 554 883 c 0\n 556 885 559 884 562 881 c 0\n 588 859 634 854 646 818 c 1\n 646 818 l 1\n 654 794 644 775 641 758 c 1\n 641 758 l 1\n 640 751 640 745 639 737 c 1\n 688 741 733 744 777 744 c 0\n 798 745 815 734 815 721 c 0\n 816 708 799 697 777 697 c 0\n 732 696 686 697 636 694 c 1\n 633 643 633 577 633 501 c 1\n 700 504 762 504 823 501 c 0\n 848 501 868 487 867 471 c 0\n 867 455 846 443 821 445 c 0\n 759 447 699 452 634 451 c 1\n 635 351 638 239 641 126 c 0\n 642 102 631 83 615 82 c 0\n 600 82 588 101 588 125 c 0\n 586 238 584 350 583 450 c 1\n 578 450 572 449 566 449 c 0\n 473 443 368 424 310 411 c 0\n 290 407 271 397 248 400 c 1\n 248 400 l 1\n 216 404 199 442 172 457 c 0\n 169 459 167 462 168 464 c 128\n 169 466 172 466 176 465 c 0\n 204 455 241 467 256 466 c 1\n 256 466 l 1\n 267 465 279 461 299 465 c 0\n 328 469 365 475 407 480 c 1\n 403 486 399 493 396 501 c 0\n 391 522 383 538 374 554 c 1\n 374 554 l 1\n 361 576 345 617 316 645 c 0\n 314 647 312 651 314 653 c 0\n 315 655 319 654 322 652 c 0\n 354 627 399 616 420 582 c 1\n 420 582 l 1\n 435 559 438 534 443 514 c 0\n 445 503 445 493 442 485 c 1\n 482 490 523 494 563 497 c 0\n 570 497 576 498 583 498 c 1\n 582 572 583 638 584 691 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni30F1\nEncoding: 12529 12529 3165\nWidth: 1000\nFlags: W\nHStem: 255 41<361.343 427 528 633.228> 669 47.9571<296 314>\nVStem: 481 47<298.063 366.859 421 437> 484 41<403.858 537>\nFore\n456 683 m 1\n 395 679 337 670 295 669 c 0\n 275 668 255 663 235 671 c 1\n 235 671 l 1\n 208 683 195 714 174 732 c 1\n 165 759 l 1\n 170 764 182 763 193 755 c 0\n 215 739 246 735 259 730 c 1\n 259 730 l 1\n 269 726 278 718 294 717 c 0\n 335 716 400 722 468 726 c 0\n 555 732 647 734 720 742 c 0\n 735 743 749 747 763 749 c 0\n 778 750 798 752 813 731 c 1\n 813 731 l 1\n 829 708 819 688 811 673 c 0\n 803 659 792 644 782 630 c 0\n 746 578 698 535 652 501 c 0\n 614 473 567 466 530 445 c 1\n 565 469 591 507 627 535 c 1\n 627 535 l 1\n 670 568 712 610 742 656 c 0\n 750 669 756 683 759 693 c 1\n 750 695 737 695 724 694 c 0\n 652 689 565 690 484 685 c 1\n 503 671 531 662 539 635 c 1\n 539 635 l 1\n 546 608 531 586 528 566 c 1\n 528 566 l 1\n 524 533 525 490 525 446 c 0\n 526 397 528 348 528 298 c 1\n 573 298 617 298 660 296 c 0\n 733 294 806 297 877 292 c 0\n 905 290 926 274 924 256 c 0\n 923 238 899 226 871 229 c 0\n 800 236 731 252 659 255 c 0\n 614 256 569 256 523 256 c 1\n 518 247 512 242 504 242 c 0\n 497 242 491 247 486 255 c 1\n 467 255 447 255 427 255 c 1\n 427 255 l 1\n 360 254 293 253 245 245 c 0\n 221 240 198 222 167 232 c 1\n 167 232 l 1\n 136 241 130 276 114 294 c 0\n 107 303 104 314 109 319 c 0\n 113 324 124 321 133 313 c 0\n 151 297 180 297 187 294 c 1\n 187 294 l 1\n 194 292 213 283 239 286 c 0\n 292 292 359 295 427 296 c 1\n 427 296 l 1\n 445 297 463 297 481 298 c 1\n 481 347 483 397 484 445 c 0\n 484 490 484 533 486 570 c 1\n 486 570 l 1\n 487 592 478 608 475 616 c 1\n 475 616 l 1\n 472 626 474 658 459 679 c 0\n 458 681 457 682 456 683 c 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni30F2\nEncoding: 12530 12530 3166\nWidth: 1000\nFlags: W\nHStem: 738.931 37.442<309 368>\nFore\n708 556 m 1\n 729 604 746 650 759 691 c 1\n 759 691 l 1\n 766 711 769 730 770 743 c 0\n 770 749 768 752 768 754 c 1\n 767 754 l 2\n 758 757 742 758 724 757 c 0\n 606 748 389 738 296 739 c 0\n 273 739 253 734 233 744 c 1\n 233 744 l 1\n 208 756 199 790 179 810 c 0\n 176 813 175 816 176 818 c 1\n 178 819 181 819 185 817 c 0\n 207 800 241 799 256 792 c 1\n 256 792 l 1\n 267 787 276 779 298 777 c 0\n 385 771 604 784 720 799 c 0\n 738 801 753 806 768 809 c 0\n 784 811 805 812 820 794 c 1\n 820 794 l 1\n 837 773 832 751 826 733 c 0\n 821 714 812 696 805 675 c 0\n 763 561 690 407 593 303 c 0\n 512 217 408 184 313 139 c 0\n 311 139 310 139 310 139 c 2\n 309 140 310 141 311 142 c 0\n 405 189 491 247 566 328 c 0\n 612 377 652 442 685 509 c 1\n 570 503 456 501 389 494 c 0\n 365 491 343 481 318 490 c 1\n 318 490 l 1\n 283 502 270 544 244 570 c 0\n 241 573 240 576 241 578 c 0\n 243 580 247 579 250 577 c 0\n 278 554 319 547 336 541 c 0\n 348 537 362 531 385 532 c 0\n 456 536 574 548 693 557 c 0\n 698 557 703 557 708 556 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F3\nEncoding: 12531 12531 3167\nWidth: 1000\nFlags: W\nFore\n188 789 m 0\n 184 790 182 793 183 796 c 0\n 183 798 187 798 191 797 c 0\n 227 786 270 791 304 771 c 0\n 334 753 358 727 381 705 c 0\n 396 691 402 671 393 662 c 0\n 385 652 365 656 349 670 c 0\n 325 691 300 709 275 725 c 0\n 248 742 222 774 188 789 c 0\n120 242 m 0\n 116 244 114 247 115 249 c 128\n 116 251 120 251 124 250 c 0\n 157 237 199 246 219 243 c 1\n 219 243 l 1\n 236 241 252 235 278 241 c 1\n 278 241 l 1\n 354 259 487 306 585 381 c 0\n 704 473 795 600 873 736 c 0\n 874 737 875 738 876 738 c 1\n 876 735 l 0\n 800 596 736 448 609 350 c 0\n 504 269 370 218 291 195 c 1\n 291 195 l 1\n 263 187 239 173 210 178 c 1\n 210 178 l 1\n 173 184 151 224 120 242 c 0\nEndSplineSet\nEndChar\nStartChar: uni30F4\nEncoding: 12532 12532 3168\nWidth: 1000\nFlags: W\nHStem: 686 39<305 473.959 510.059 624.59>\nVStem: 782 61.176<671 677>\nFore\n857 915 m 0\n 854 917 852 921 853 923 c 128\n 854 925 858 925 861 923 c 0\n 891 909 928 907 950 883 c 1\n 950 883 l 1\n 964 868 976 855 983 841 c 0\n 993 818 990 795 974 788 c 0\n 959 782 940 796 930 819 c 0\n 925 833 926 846 919 855 c 1\n 919 855 l 1\n 907 870 886 899 857 915 c 0\n780 860 m 0\n 776 862 774 866 775 868 c 128\n 776 870 780 870 784 868 c 0\n 813 855 850 855 872 831 c 0\n 886 816 897 800 903 785 c 0\n 913 762 908 738 893 732 c 128\n 878 726 859 741 850 765 c 0\n 845 779 845 793 837 802 c 0\n 826 816 807 845 780 860 c 0\n168 699 m 1\n 162 713 153 736 135 750 c 0\n 130 754 127 759 129 762 c 128\n 131 765 137 765 143 762 c 0\n 162 751 190 748 209 733 c 2\n 210 732 l 2\n 245 732 281 725 329 725 c 1\n 329 725 l 1\n 371 725 421 724 474 724 c 1\n 473 751 470 777 471 800 c 0\n 472 815 463 822 462 823 c 1\n 462 823 l 1\n 461 825 455 864 432 885 c 0\n 427 890 425 895 427 898 c 128\n 429 901 436 900 441 897 c 0\n 467 879 510 879 522 843 c 1\n 522 843 l 1\n 529 822 515 808 513 796 c 0\n 510 777 509 751 510 724 c 1\n 584 725 660 726 719 730 c 0\n 740 731 758 736 777 737 c 0\n 795 739 818 738 833 718 c 1\n 833 718 l 1\n 847 699 845 680 842 664 c 0\n 840 648 834 633 831 617 c 0\n 817 555 802 478 760 406 c 0\n 694 292 554 214 426 123 c 0\n 424 122 422 121 421 123 c 0\n 420 124 421 126 423 128 c 0\n 548 222 661 330 719 430 c 0\n 755 493 766 564 778 629 c 0\n 781 644 783 659 782 670 c 0\n 782 680 778 682 781 678 c 1\n 781 678 l 1\n 784 674 784 680 772 684 c 0\n 760 689 741 691 720 691 c 0\n 607 689 437 687 330 686 c 1\n 330 686 l 1\n 290 686 260 681 231 679 c 1\n 231 661 226 644 225 628 c 0\n 224 593 231 557 234 520 c 0\n 236 496 224 476 209 476 c 0\n 193 475 181 494 180 517 c 0\n 179 555 183 592 184 628 c 0\n 184 657 177 679 171 690 c 0\n 170 693 169 695 168 698 c 0\n 168 699 168 699 168 699 c 1\nEndSplineSet\nMinimumDistance: x41,-1 \nEndChar\nStartChar: uni30F5\nEncoding: 12533 12533 3169\nWidth: 1000\nFlags: W\nFore\n513 526 m 1\n 463 523 417 522 384 516 c 0\n 367 513 349 503 327 509 c 0\n 303 515 292 538 278 550 c 1\n 268 577 l 1\n 273 583 285 581 296 574 c 0\n 312 562 332 560 340 558 c 0\n 347 556 360 553 379 555 c 0\n 418 559 467 562 520 565 c 0\n 523 565 526 565 528 565 c 1\n 533 578 537 590 541 601 c 1\n 541 601 l 1\n 551 627 552 644 550 654 c 0\n 549 665 542 694 525 717 c 0\n 518 727 516 738 522 743 c 0\n 527 747 538 743 546 734 c 0\n 565 712 596 695 601 661 c 0\n 605 632 588 611 578 586 c 1\n 578 586 l 1\n 575 580 573 574 570 568 c 1\n 613 570 655 573 685 575 c 0\n 703 576 715 582 732 585 c 1\n 732 585 l 1\n 739 586 750 588 761 589 c 0\n 771 590 787 592 801 576 c 0\n 815 559 810 544 807 533 c 0\n 805 522 801 511 798 503 c 1\n 798 503 l 1\n 791 486 783 475 778 457 c 1\n 778 457 l 1\n 768 418 753 356 734 299 c 0\n 718 253 700 211 687 185 c 0\n 681 173 677 165 671 153 c 1\n 671 153 l 1\n 668 146 665 136 661 126 c 128\n 657 116 653 100 630 99 c 1\n 630 99 l 1\n 608 97 601 113 597 122 c 128\n 593 131 591 140 587 147 c 1\n 587 147 l 1\n 576 167 568 185 553 203 c 0\n 537 223 524 251 506 273 c 1\n 526 252 552 237 570 216 c 0\n 584 199 602 185 616 164 c 1\n 616 164 l 1\n 618 160 621 157 624 154 c 1\n 629 158 633 164 636 170 c 1\n 636 170 l 1\n 643 183 647 191 652 202 c 0\n 664 227 682 267 697 312 c 0\n 716 366 732 427 741 466 c 1\n 741 466 l 1\n 745 484 743 500 749 520 c 1\n 749 520 l 1\n 751 526 753 532 755 537 c 1\n 750 536 745 535 739 534 c 1\n 739 534 l 1\n 719 531 704 537 686 536 c 0\n 654 535 604 531 554 528 c 1\n 529 465 496 388 451 326 c 0\n 389 241 299 200 216 150 c 0\n 213 150 l 1\n 213 151 214 152 215 153 c 0\n 295 205 368 267 424 345 c 0\n 462 398 491 466 513 526 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F6\nEncoding: 12534 12534 3170\nWidth: 1000\nFlags: W\nHStem: 517.855 33.1446<385 406> 523 45<702.965 806>\nFore\n559 517 m 0\n 562 518 566 515 569 511 c 0\n 581 490 611 475 610 447 c 1\n 610 447 l 1\n 610 427 598 416 592 404 c 1\n 592 404 l 1\n 574 369 544 303 505 250 c 1\n 505 250 l 1\n 460 190 392 163 334 125 c 1\n 391 165 439 215 478 269 c 1\n 478 269 l 1\n 513 318 533 384 551 423 c 1\n 551 423 l 1\n 557 437 556 445 557 448 c 1\n 557 448 l 1\n 557 454 567 483 558 505 c 0\n357 558 m 1\n 367 555 377 553 384 551 c 1\n 384 551 l 1\n 393 549 404 550 422 552 c 0\n 497 558 648 566 799 568 c 0\n 819 568 835 558 835 546 c 0\n 836 533 820 523 800 523 c 0\n 648 522 496 526 425 519 c 0\n 408 517 393 515 375 520 c 1\n 375 520 l 1\n 363 523 354 531 345 540 c 1\n 339 532 333 523 326 515 c 0\n 292 471 240 449 198 417 c 1\n 238 452 269 496 301 536 c 0\n 308 545 314 554 321 563 c 1\n 320 565 320 567 321 568 c 0\n 322 570 324 570 326 571 c 1\n 343 597 359 623 372 645 c 0\n 380 659 378 671 378 674 c 128\n 378 677 388 703 380 723 c 1\n 381 734 l 1\n 383 736 388 733 391 729 c 0\n 402 710 431 697 429 669 c 0\n 427 647 408 639 399 626 c 0\n 387 609 373 584 357 558 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F7\nEncoding: 12535 12535 3171\nWidth: 1273\nFlags: W\nHStem: 756 39<446 558>\nVStem: 213.753 41.0544<682.078 726.977>\nRef: 12441 12441 S 1 0 0 1 115 0\nRef: 12527 12527 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30F8\nEncoding: 12536 12536 3172\nWidth: 1273\nFlags: W\nHStem: 446 20<256 256> 449 49<567 583> 450.808 51.8228<648.224 712.293> 697 47<731 777>\nVStem: 583 51<319.767 449 501.062 674.528> 588 53.0559<113.204 124.969>\nRef: 12441 12441 S 1 0 0 1 97.7177 -25.4595\nRef: 12528 12528 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30F9\nEncoding: 12537 12537 3173\nWidth: 1273\nFlags: W\nHStem: 255 41<361.343 427 528 633.228> 669 47.9571<296 314>\nVStem: 481 47<298.063 366.859 421 437> 484 41<403.858 537>\nRef: 12441 12441 S 1 0 0 1 118 0\nRef: 12529 12529 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30FA\nEncoding: 12538 12538 3174\nWidth: 1273\nFlags: W\nHStem: 738.931 37.442<309 368>\nRef: 12441 12441 S 1 0 0 1 151.26 7.15686\nRef: 12530 12530 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30FB\nEncoding: 12539 12539 3175\nWidth: 250\nFlags: W\nRef: 183 183 N 1 0 0 1 0 0\nEndChar\nStartChar: uni30FC\nEncoding: 12540 12540 3176\nWidth: 1000\nFlags: W\nHStem: 307 43<562 651>\nFore\n577 307 m 0\n 470 307 355 290 276 282 c 1\n 257 279 237 274 217 274 c 0\n 207 274 196 276 185 280 c 0\n 151 293 142 336 120 359 c 0\n 118 362 117 365 117 367 c 0\n 117 370 118 371 120 371 c 0\n 122 371 125 370 128 368 c 0\n 154 348 192 347 209 341 c 0\n 223 336 242 329 270 329 c 1\n 342 333 456 346 562 349 c 0\n 592 350 622 350 651 350 c 0\n 730 350 806 347 880 339 c 0\n 907 337 927 321 927 305 c 0\n 927 287 902 276 877 277 c 0\n 780 288 680 307 577 307 c 0\nEndSplineSet\nEndChar\nStartChar: uniF639\nEncoding: 63033 63033 3171\nWidth: 500\nFlags: W\nHStem: -14 26<221 275.5> 650 26<226.5 293>\nVStem: 24 96<281.5 394.5> 380 96<269.5 432.5>\nRef: 48 48 N 1 0 0 1 0 0\nKernsSLIF: 63036 12 1 0 63196 -55 1 0 63039 -5 1 0\nEndChar\nStartChar: uniF63A\nEncoding: 63034 63034 3172\nWidth: 500\nFlags: W\nHStem: 0 76<128 367 367 389.5> 602 74<211.5 239>\nVStem: 338 86<460 503>\nRef: 50 50 N 1 0 0 1 0 0\nKernsSLIF: 63196 -60 1 0 63039 -16 1 0\nEndChar\nStartChar: uniF63B\nEncoding: 63035 63035 3173\nWidth: 500\nFlags: W\nHStem: -14 36 616 60<217 241.5>\nVStem: 319 79<512 540.5> 360 72<185.5 205.5>\nRef: 51 51 N 1 0 0 1 0 0\nKernsSLIF: 63036 -6 1 0 63039 -28 1 0\nEndChar\nStartChar: uniF63C\nEncoding: 63036 63036 3174\nWidth: 500\nFlags: W\nHStem: 0 20 167 64<52 292 370 472> 656 20<326 370 370 370>\nVStem: 292 78<231 574 574 574> 293 77<0 167>\nRef: 52 52 N 1 0 0 1 0 0\nKernsSLIF: 63036 14 1 0 63196 -75 1 0 63039 -42 1 0\nEndChar\nStartChar: uniF63D\nEncoding: 63037 63037 3175\nWidth: 500\nFlags: W\nHStem: -14 37 583 79<181 181 181 377>\nVStem: 357 70<204 243.5>\nRef: 53 53 N 1 0 0 1 0 0\nKernsSLIF: 63036 -8 1 0 63196 -70 1 0 63039 -36 1 0\nEndChar\nStartChar: uniF63E\nEncoding: 63038 63038 3176\nWidth: 500\nFlags: W\nHStem: -14 28<227 304> 382 46<258 285>\nVStem: 34 93<235.5 288.5> 378 90<150 247.5>\nRef: 54 54 N 1 0 0 1 0 0\nKernsSLIF: 63036 12 1 0 63196 -74 1 0 63039 -29 1 0\nEndChar\nStartChar: uniF63F\nEncoding: 63039 63039 3177\nWidth: 500\nFlags: W\nHStem: -8 20 588 74<125.5 153 153 370>\nRef: 55 55 N 1 0 0 1 0 0\nKernsSLIF: 58 -68 1 0 44 -72 1 0 63040 -40 1 0 63037 -59 1 0 63036 -63 1 0 63196 -56 1 0 46 -79 1 0 63039 -20 1 0 63038 -46 1 0 63035 -35 1 0 63034 -31 1 0\nEndChar\nStartChar: uniF640\nEncoding: 63040 63040 3178\nWidth: 500\nFlags: W\nHStem: -14 28<221 291.5> 648 28<212.5 278>\nVStem: 56 76<115.5 185> 62 74<521 563.5> 355 69<506.5 569.5> 369 76<103.5 152>\nRef: 56 56 N 1 0 0 1 0 0\nKernsSLIF: 63196 -64 1 0 63039 -15 1 0\nEndChar\nStartChar: uniF641\nEncoding: 63041 63041 3179\nWidth: 500\nFlags: W\nHStem: 237 43<208 237.5> 648 28<215.5 273.5>\nVStem: 30 92<414.5 502.5>\nRef: 57 57 N 1 0 0 1 0 0\nKernsSLIF: 63036 -7 1 0 63196 -63 1 0 63039 -6 1 0\nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 3171\nWidth: 333\nFlags: MW\nHStem: -142 104\nVStem: 197 39<-157 -152>\nFore\n124 -281 m 1\n 115 -262 l 1\n 169 -225 197 -188 197 -156 c 0\n 197 -148 191 -142 183 -142 c 0\n 182 -142 182 -142 175 -144 c 0\n 169 -145 162 -146 156 -146 c 0\n 120 -146 97 -127 97 -95 c 0\n 97 -61 121 -38 156 -38 c 0\n 201 -38 236 -77 236 -127 c 0\n 236 -187 191 -248 124 -281 c 1\nEndSplineSet\nEndChar\nStartChar: copyrightserif\nEncoding: 63193 63193 3172\nWidth: 790\nFlags: W\nHStem: -17 40<369 418> 155 18<230.031 244.839 386 389 581.306 596.988> 332 23.318<343.018 369> 511 24<362 418> 517 18<235.031 262.136> 633 40<370 418>\nVStem: 50 40<303 351> 279 64<198 331 356 495> 700 40<319 351>\nDStem: 369 332 441 341 502 155 561 187\nFore\n740 328 m 0\n 740 137 585 -16 395 -17 c 0\n 204 -17 50 137 50 328 c 0\n 49 518 204 673 395 673 c 0\n 585 673 740 518 740 328 c 0\n700 328 m 0\n 700 496 563 633 394 633 c 0\n 226 633 89 496 90 327 c 0\n 90 159 226 22 395 23 c 0\n 563 23 700 159 700 328 c 0\n343 332 m 1\n 343 202 l 2\n 343 178 368 173 390 173 c 1\n 390 155 l 1\n 230 155 l 1\n 230 173 l 1\n 253 173 279 180 279 199 c 2\n 279 487 l 2\n 279 516 275 517 235 517 c 1\n 235 535 l 1\n 402 535 l 2\n 428 535 456 534 479 525 c 0\n 495 519 519 506 531 485 c 0\n 557 439 533 388 511 369 c 0\n 500 360 475 342 441 341 c 1\n 561 187 l 2\n 572 173 584 173 597 173 c 1\n 597 155 l 1\n 502 155 l 1\n 369 332 l 1\n 343 332 l 1\n343 489 m 2\n 343 355 l 1\n 364 356 389 354 415 363 c 0\n 460 377 479 406 474 446 c 0\n 469 499 432 511 416 511 c 2\n 363 511 l 2\n 353 511 343 506 343 489 c 2\nEndSplineSet\nMinimumDistance: x0,-1 x14,12 x14,13 x9,11 x9,10 \nEndChar\nStartChar: registerserif\nEncoding: 63194 63194 3173\nWidth: 790\nFlags: W\nHStem: -15 40<387 419> 128.268 38.2963<391.049 421.473> 390 128<528 544> 493 27.3929<393 409> 635 40<387 419>\nVStem: 51 40<320 353> 209.975 64.1775<305 337> 701 40<320 353>\nFore\n525 518 m 1\n 544 518 l 1\n 548 390 l 1\n 528 390 l 1\n 524 414 503 464 460 483 c 0\n 405 506 349 492 314 447 c 0\n 239 353 270 172 391 167 c 0\n 453 164 482 173 527 210 c 2\n 539 220 l 1\n 550 202 l 1\n 522 173 463 104 338 137 c 0\n 189 176 166 397 287 484 c 0\n 373 546 450 512 489 503 c 0\n 507 499 522 504 525 518 c 1\n51 330 m 0\n 51 521 205 675 396 675 c 128\n 587 675 741 521 741 330 c 0\n 741 139 587 -15 396 -15 c 128\n 205 -15 51 139 51 330 c 0\n91 330 m 0\n 91 162 228 25 396 25 c 128\n 564 25 701 162 701 330 c 128\n 701 498 564 635 396 635 c 128\n 228 635 91 498 91 330 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: trademarkserif\nEncoding: 63195 63195 3174\nWidth: 890\nFlags: W\nHStem: 293 18<99.0314 118.946 242 258 372.031 391.946 482 500 695.031 714.946 834.851 854.96> 655 18<370.031 400.491 834 853>\nVStem: 150 59<338 650> 423 27<338 599> 746 59<338 615>\nDStem: 450 600 484 673 594 293 616 385\nFore\n21 673 m 1\n 338 673 l 1\n 341 576 l 1\n 323 575 l 1\n 325 619 302 648 246 650 c 2\n 209 651 l 1\n 209 339 l 2\n 209 316 228 311 259 311 c 1\n 259 293 l 1\n 99 293 l 1\n 99 311 l 1\n 130 311 150 316 150 339 c 2\n 150 651 l 1\n 113 650 l 2\n 57 648 34 619 36 575 c 1\n 18 576 l 1\n 21 673 l 1\n370 673 m 1\n 484 673 l 1\n 616 385 l 1\n 742 673 l 1\n 854 673 l 1\n 854 655 l 1\n 833 655 805 657 805 630 c 2\n 805 339 l 2\n 805 316 824 311 855 311 c 1\n 855 293 l 1\n 695 293 l 1\n 695 311 l 1\n 726 311 746 316 746 339 c 2\n 746 616 l 1\n 612 293 l 1\n 594 293 l 1\n 450 600 l 1\n 450 339 l 2\n 450 316 470 311 501 311 c 1\n 501 293 l 1\n 372 293 l 1\n 372 311 l 1\n 403 311 423 316 423 339 c 2\n 423 620 l 2\n 423 658 402 655 370 655 c 1\n 370 673 l 1\nEndSplineSet\nMinimumDistance: x20,-1 x28,26 x28,27 x23,25 x23,24 x22,20 x22,21 x38,36 x38,37 x33,35 x33,34 x11,9 x11,10 x6,8 x6,7 \nEndChar\nStartChar: onefitted\nEncoding: 63196 63196 3175\nWidth: 500\nFlags: W\nHStem: 0 15 571 14 656 20<291 291>\nVStem: 213 86<93 546 546 562>\nRef: 49 49 N 1 0 0 1 0 0\nKernsSLIF: 44 -48 1 0 63040 -68 1 0 63037 -37 1 0 63036 -72 1 0 63041 -61 1 0 63196 -78 1 0 46 -55 1 0 63039 -78 1 0 63038 -66 1 0 63035 -41 1 0 63034 -34 1 0 63033 -54 1 0\nEndChar\nStartChar: arrowvertex\nEncoding: 63718 63718 3175\nWidth: 603\nFlags: W\nHStem: -120 1130<281 335>\nVStem: 280 56<-119 1009>\nFore\n280 1010 m 1\n 336 1010 l 1\n 336 -120 l 1\n 280 -120 l 1\n 280 1010 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: arrowhorizex\nEncoding: 63719 63719 3176\nWidth: 1000\nFlags: W\nHStem: 220 56<-59 1049>\nVStem: -60 1110<221 275>\nFore\n-60 220 m 1\n -60 276 l 1\n 1050 276 l 1\n 1050 220 l 1\n -60 220 l 1\nEndSplineSet\nEndChar\nStartChar: registersans\nEncoding: 63720 63720 3177\nWidth: 790\nFlags: W\nHStem: -20 40<370 418> 308 43<316 450> 482 43<316 450> 630 40<370 418>\nVStem: 50 40<300 350> 266 49<146 307 352 481> 700 40<307 348>\nFore\n740 325 m 0\n 740 134 585 -19 395 -20 c 0\n 204 -20 50 134 50 325 c 0\n 49 515 204 670 395 670 c 0\n 585 670 740 515 740 325 c 0\n700 325 m 0\n 700 493 563 630 394 630 c 0\n 226 630 89 493 90 324 c 0\n 90 156 226 19 395 20 c 0\n 563 20 700 156 700 325 c 0\n266 145 m 1\n 266 525 l 1\n 436 525 l 2\n 495 525 552 514 557 428 c 0\n 559 379 544 361 507 333 c 1\n 546 308 547 302 553 236 c 0\n 557 186 550 178 571 145 c 1\n 513 145 l 1\n 505 193 l 1\n 497 238 519 308 440 308 c 2\n 315 308 l 1\n 315 145 l 1\n 266 145 l 1\n437 482 m 2\n 315 482 l 1\n 315 351 l 1\n 437 351 l 2\n 470 351 502 360 507 409 c 0\n 514 474 467 482 437 482 c 2\nEndSplineSet\nMinimumDistance: x0,-1 y18,8 y18,19 \nEndChar\nStartChar: copyrightsans\nEncoding: 63721 63721 3178\nWidth: 790\nFlags: W\nHStem: -15 40<385 417> 125.354 45.844<385 404> 482.132 43.416<385 404> 635 40<385 417>\nVStem: 49 40<320 353> 226.867 49.7145<305 337> 699 40<320 353>\nFore\n557 404 m 1\n 506 404 l 1\n 498 476 374 521 309 439 c 0\n 278 401 252 280 313 208 c 0\n 351 164 427 156 470 198 c 0\n 494 220 510 246 512 274 c 1\n 559 274 l 1\n 558 254 557 219 509 170 c 0\n 456 115 337 101 268 183 c 0\n 209 255 209 420 292 490 c 0\n 350 539 455 537 509 492 c 0\n 544 462 552 430 557 404 c 1\n49 330 m 0\n 49 521 203 675 394 675 c 128\n 585 675 739 521 739 330 c 0\n 739 139 585 -15 394 -15 c 128\n 203 -15 49 139 49 330 c 0\n89 330 m 0\n 89 162 226 25 394 25 c 128\n 562 25 699 162 699 330 c 128\n 699 498 562 635 394 635 c 128\n 226 635 89 498 89 330 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: trademarksans\nEncoding: 63722 63722 3179\nWidth: 786\nFlags: W\nHStem: 630 43<6 129 180 303>\nVStem: 130 49<294 630> 367 49<294 601> 676 49<294 601>\nDStem: 416 602 438 673 521 293 546 350 654 673 676 602 546 350 571 293\nFore\n179 293 m 1\n 130 293 l 1\n 130 630 l 1\n 5 630 l 1\n 5 673 l 1\n 304 673 l 1\n 304 630 l 1\n 179 630 l 1\n 179 293 l 1\n571 293 m 1\n 521 293 l 1\n 416 602 l 1\n 416 293 l 1\n 367 293 l 1\n 367 673 l 1\n 438 673 l 1\n 546 350 l 1\n 654 673 l 1\n 725 673 l 1\n 725 293 l 1\n 676 293 l 1\n 676 602 l 1\n 571 293 l 1\nEndSplineSet\nMinimumDistance: x17,-1 y2,0 y2,1 x7,5 x7,6 \nEndChar\nStartChar: parenlefttp\nEncoding: 63723 63723 3180\nWidth: 384\nFlags: W\nVStem: 40 52<-292 171>\nFore\n92 -293 m 1\n 40 -293 l 1\n 40 129 l 2\n 40 322 67 477 124 604 c 0\n 218 814 326 876 423 926 c 1\n 436 916 l 1\n 326 845 244 755 172 584 c 0\n 129 481 92 291 92 132 c 2\n 92 -293 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: parenleftex\nEncoding: 63724 63724 3181\nWidth: 384\nFlags: W\nHStem: -85 1010<41 91>\nVStem: 40 52<-84 924>\nFore\n40 925 m 1\n 92 925 l 1\n 92 -85 l 1\n 40 -85 l 1\n 40 925 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: parenleftbt\nEncoding: 63725 63725 3182\nWidth: 384\nFlags: W\nVStem: 40 52<459 925>\nFore\n40 926 m 1\n 92 926 l 1\n 92 501 l 2\n 92 342 129 152 172 49 c 0\n 244 -122 326 -212 436 -283 c 1\n 423 -293 l 1\n 326 -243 218 -181 124 29 c 0\n 67 156 40 311 40 504 c 2\n 40 926 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: bracketlefttp\nEncoding: 63726 63726 3183\nWidth: 384\nFlags: W\nHStem: 871 55<56 340>\nVStem: 0 55<-79 871>\nFore\n341 926 m 1\n 341 871 l 1\n 55 871 l 1\n 55 -80 l 1\n 0 -80 l 1\n 0 926 l 1\n 341 926 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,4 y2,3 x2,0 x2,1 \nEndChar\nStartChar: bracketleftex\nEncoding: 63727 63727 3184\nWidth: 384\nFlags: W\nHStem: -79 1004<1 54>\nVStem: 0 55<-78 924>\nFore\n0 -79 m 1\n 0 925 l 1\n 55 925 l 1\n 55 -79 l 1\n 0 -79 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: bracketleftbt\nEncoding: 63728 63728 3185\nWidth: 384\nFlags: W\nHStem: -80 55<55 339>\nVStem: 0 55<-25 925>\nFore\n0 926 m 1\n 55 926 l 1\n 55 -25 l 1\n 340 -25 l 1\n 340 -80 l 1\n 0 -80 l 1\n 0 926 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y2,0 y2,1 x2,4 x2,3 \nEndChar\nStartChar: bracelefttp\nEncoding: 63729 63729 3186\nWidth: 494\nFlags: W\nVStem: 201 54<-74 645>\nFore\n255 -75 m 1\n 201 -75 l 1\n 201 610 l 2\n 201 688 204 758 242 819 c 0\n 279 879 338 909 439 926 c 1\n 439 903 l 1\n 392 891 330 866 289 800 c 0\n 262 757 255 688 255 610 c 2\n 255 -75 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: braceleftmid\nEncoding: 63730 63730 3187\nWidth: 494\nFlags: W\nVStem: 201 54<-84 171 683 934>\nFore\n14 409 m 1\n 14 445 l 1\n 71 459 129 488 164 544 c 0\n 184 575 201 641 201 687 c 2\n 201 935 l 1\n 255 935 l 1\n 255 701 l 2\n 255 590 221 537 196 509 c 0\n 153 461 139 456 48 427 c 1\n 139 398 153 393 196 345 c 0\n 221 317 255 264 255 153 c 2\n 255 -85 l 1\n 201 -85 l 1\n 201 167 l 2\n 201 213 184 279 164 310 c 0\n 129 366 71 395 14 409 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: braceleftbt\nEncoding: 63731 63731 3188\nWidth: 494\nFlags: W\nVStem: 201 54<202 925>\nFore\n201 926 m 1\n 255 926 l 1\n 255 246 l 2\n 255 168 262 99 289 56 c 0\n 330 -10 392 -35 439 -47 c 1\n 439 -70 l 1\n 338 -53 279 -23 242 37 c 0\n 204 98 201 168 201 246 c 2\n 201 926 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: braceex\nEncoding: 63732 63732 3189\nWidth: 494\nFlags: W\nHStem: -80 1015<202 254>\nVStem: 201 54<-79 934>\nFore\n201 -80 m 1\n 201 935 l 1\n 255 935 l 1\n 255 -80 l 1\n 201 -80 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: integralex\nEncoding: 63733 63733 3190\nWidth: 686\nFlags: W\nHStem: -88 1063<333 414>\nVStem: 332 83<-87 974>\nFore\n332 -88 m 1\n 332 975 l 1\n 415 975 l 1\n 415 -88 l 1\n 332 -88 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: parenrighttp\nEncoding: 63734 63734 3191\nWidth: 384\nFlags: W\nVStem: 398 52<-292 171>\nFore\n450 -293 m 1\n 398 -293 l 1\n 398 132 l 2\n 398 291 361 481 318 584 c 0\n 246 755 164 845 54 916 c 1\n 67 926 l 1\n 164 876 272 814 366 604 c 0\n 423 477 450 322 450 129 c 2\n 450 -293 l 1\nEndSplineSet\nEndChar\nStartChar: parenrightex\nEncoding: 63735 63735 3192\nWidth: 384\nFlags: W\nHStem: -85 1010<399 449>\nVStem: 398 52<-84 924>\nFore\n398 925 m 1\n 450 925 l 1\n 450 -85 l 1\n 398 -85 l 1\n 398 925 l 1\nEndSplineSet\nEndChar\nStartChar: parenrightbt\nEncoding: 63736 63736 3193\nWidth: 384\nFlags: W\nVStem: 398 52<459 925>\nFore\n398 926 m 1\n 450 926 l 1\n 450 504 l 2\n 450 311 423 156 366 29 c 0\n 272 -181 164 -243 67 -293 c 1\n 54 -283 l 1\n 164 -212 246 -122 318 49 c 0\n 361 152 398 342 398 501 c 2\n 398 926 l 1\nEndSplineSet\nEndChar\nStartChar: bracketrighttp\nEncoding: 63737 63737 3194\nWidth: 384\nFlags: W\nHStem: 871 55<23 304>\nVStem: 305 55<-79 870>\nFore\n22 926 m 1\n 360 926 l 1\n 360 -80 l 1\n 305 -80 l 1\n 305 871 l 1\n 22 871 l 1\n 22 926 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y4,2 y4,3 \nEndChar\nStartChar: bracketrightex\nEncoding: 63738 63738 3195\nWidth: 384\nFlags: W\nHStem: -79 1004<306 359>\nVStem: 305 55<-78 924>\nFore\n305 -79 m 1\n 305 925 l 1\n 360 925 l 1\n 360 -79 l 1\n 305 -79 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: bracketrightbt\nEncoding: 63739 63739 3196\nWidth: 384\nFlags: W\nHStem: -80 55<21 305>\nVStem: 305 55<-24 925>\nFore\n305 926 m 1\n 360 926 l 1\n 360 -80 l 1\n 20 -80 l 1\n 20 -25 l 1\n 305 -25 l 1\n 305 926 l 1\nEndSplineSet\nMinimumDistance: x1,-1 x5,3 x5,4 \nEndChar\nStartChar: bracerighttp\nEncoding: 63740 63740 3197\nWidth: 494\nFlags: W\nVStem: 201 54<-74 645>\nFore\n255 -75 m 1\n 201 -75 l 1\n 201 610 l 2\n 201 688 194 757 167 800 c 0\n 126 866 64 891 17 903 c 1\n 17 926 l 1\n 118 909 177 879 214 819 c 0\n 252 758 255 688 255 610 c 2\n 255 -75 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: bracerightmid\nEncoding: 63741 63741 3198\nWidth: 494\nFlags: W\nVStem: 201 54<-84 171 683 934>\nFore\n442 445 m 1\n 442 409 l 1\n 385 395 327 366 292 310 c 0\n 272 279 255 213 255 167 c 2\n 255 -85 l 1\n 201 -85 l 1\n 201 153 l 2\n 201 264 235 317 260 345 c 0\n 303 393 317 398 408 427 c 1\n 317 456 303 461 260 509 c 0\n 235 537 201 590 201 701 c 2\n 201 935 l 1\n 255 935 l 1\n 255 687 l 2\n 255 641 272 575 292 544 c 0\n 327 488 385 459 442 445 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: bracerightbt\nEncoding: 63742 63742 3199\nWidth: 494\nFlags: W\nVStem: 201 54<202 925>\nFore\n201 926 m 1\n 255 926 l 1\n 255 246 l 2\n 255 168 252 98 214 37 c 0\n 177 -23 118 -53 17 -70 c 1\n 17 -47 l 1\n 64 -35 126 -10 167 56 c 0\n 194 99 201 168 201 246 c 2\n 201 926 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: ff\nEncoding: 64256 64256 3200\nWidth: 605\nFlags: W\nHStem: 0 15<36 96 36.0628 53.3622 228 256 307 367 307.063 324.362 499 527> 418 32<36 103 187 374 458 579> 580 103<554 611>\nVStem: 103 84<80 417> 374 84<80 418 450 488.154>\nFore\n654 622 m 0\n 654 597 635 580 611 580 c 0\n 568 580 564 655 517 655 c 0\n 465 655 457 608 457 566 c 2\n 457 450 l 1\n 580 450 l 1\n 580 418 l 1\n 458 418 l 1\n 458 88 l 2\n 458 35 471 17 527 15 c 1\n 527 0 l 1\n 307 0 l 1\n 307 15 l 1\n 367 16 374 37 374 94 c 2\n 374 418 l 1\n 187 418 l 1\n 187 88 l 2\n 187 35 200 17 256 15 c 1\n 256 0 l 1\n 36 0 l 1\n 36 15 l 1\n 96 16 103 37 103 94 c 2\n 103 418 l 1\n 35 418 l 1\n 35 450 l 1\n 103 450 l 1\n 109 589 175 683 322 683 c 0\n 359 683 413 677 437 644 c 1\n 469 673 512 683 554 683 c 0\n 589 683 654 667 654 622 c 0\n393 579 m 1\n 357 598 354 658 290 658 c 0\n 250 658 212 631 197 594 c 0\n 185 566 185 524 186 493 c 1\n 186 450 l 1\n 374 450 l 1\n 374 494 377 538 393 579 c 1\nEndSplineSet\nMinimumDistance: x5,-1 x7,6 x7,5 \nLigature: 8 0 'liga' f f\nEndChar\nStartChar: fi\nEncoding: 64257 64257 3201\nWidth: 556\nFlags: W\nHStem: 0 15 417 33<31 99 183 183 183 269> 440 20<452 452> 658 25<279 302>\nVStem: 99 84<94 417> 370 84<97 359>\nFore\n31 417 m 1\n 31 450 l 1\n 100 450 l 1\n 106 530 117 567 147 608 c 0\n 183 657 241 683 317 683 c 0\n 394 683 444 655 444 613 c 0\n 444 591 429 574 408 574 c 0\n 391 574 378 584 359 611 c 0\n 335 645 316 658 288 658 c 0\n 243 658 204 628 190 585 c 0\n 185 568 182 537 182 493 c 2\n 182 450 l 1\n 339 450 l 2\n 379 450 408 453 452 460 c 1\n 456 457 l 1\n 454 404 454 381 454 359 c 2\n 454 97 l 2\n 454 33 465 20 521 15 c 1\n 521 0 l 1\n 301 0 l 1\n 301 15 l 1\n 363 20 370 29 370 97 c 2\n 370 361 l 2\n 370 414 365 417 269 417 c 2\n 183 417 l 1\n 183 88 l 2\n 183 33 196 19 252 15 c 1\n 252 0 l 1\n 32 0 l 1\n 32 15 l 1\n 88 17 99 30 99 94 c 2\n 99 417 l 1\n 31 417 l 1\nEndSplineSet\nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 3202\nWidth: 556\nFlags: W\nHStem: 0 15 418 32<32 101 185 373> 584 74 656 27<244.5 261>\nVStem: 101 84<105 418> 373 84<84 418 418 418 450 591 591 591>\nFore\n32 418 m 1\n 32 450 l 1\n 103 450 l 1\n 107 538 117 577 147 620 c 0\n 175 659 221 683 268 683 c 0\n 292 683 321 677 349 666 c 0\n 364 661 374 658 379 658 c 0\n 388 658 402 663 421 672 c 0\n 433 678 444 682 452 683 c 1\n 457 681 l 1\n 457 81 l 2\n 457 29 467 19 521 15 c 1\n 521 0 l 1\n 306 0 l 1\n 306 15 l 1\n 358 19 373 35 373 84 c 2\n 373 418 l 1\n 185 418 l 1\n 185 79 l 2\n 185 33 199 21 256 15 c 1\n 256 0 l 1\n 32 0 l 1\n 32 15 l 1\n 61 17 71 19 81 26 c 0\n 95 35 101 60 101 105 c 2\n 101 418 l 1\n 32 418 l 1\n373 450 m 1\n 373 591 l 1\n 368 586 364 584 357 584 c 0\n 334 584 321 593 302 621 c 0\n 284 648 272 656 250 656 c 0\n 206 656 185 606 185 502 c 2\n 185 450 l 1\n 373 450 l 1\nEndSplineSet\nLigature: 8 0 'liga' f l\nEndChar\nStartChar: ffi\nEncoding: 64259 64259 3203\nWidth: 824\nFlags: W\nHStem: 0 15<36 96 36.0628 53.3622 228 256 309 368 309.063 325.775 499 527 576 592.5 781 796> 418 32<36 102 188 373 458.062 590.444> 574 109<593 684>\nVStem: 103 84<80 417> 374 84<80 418> 645 84<80 384>\nFore\n796 0 m 1\n 576 0 l 1\n 576 15 l 1\n 642 19 645 37 645 97 c 2\n 645 361 l 2\n 645 394 645 409 609 415 c 0\n 567 421 503 418 458 418 c 1\n 458 88 l 2\n 458 35 471 17 527 15 c 1\n 527 0 l 1\n 309 0 l 1\n 309 15 l 1\n 368 16 374 38 374 94 c 2\n 374 418 l 1\n 187 418 l 1\n 187 88 l 2\n 187 35 200 17 256 15 c 1\n 256 0 l 1\n 36 0 l 1\n 36 15 l 1\n 96 16 103 37 103 94 c 2\n 103 418 l 1\n 35 418 l 1\n 35 450 l 1\n 104 450 l 1\n 109 589 175 683 322 683 c 0\n 361 683 427 675 444 632 c 1\n 484 670 539 683 593 683 c 0\n 639 683 719 672 719 611 c 0\n 719 592 704 574 684 574 c 0\n 632 574 634 658 561 658 c 0\n 521 658 483 631 468 594 c 0\n 456 566 456 524 457 493 c 1\n 457 450 l 1\n 614 450 l 2\n 652 450 690 453 727 460 c 1\n 731 457 l 1\n 730 424 729 392 729 359 c 2\n 729 97 l 2\n 729 39 736 19 796 15 c 1\n 796 0 l 1\n402 576 m 1\n 359 586 359 658 290 658 c 0\n 250 658 212 631 197 594 c 0\n 185 566 185 524 186 493 c 1\n 186 450 l 1\n 375 450 l 1\n 377 493 384 537 402 576 c 1\nEndSplineSet\nMinimumDistance: x37,-1 \nLigature: 8 0 'liga' f f i\nLigature: 8 0 'liga' ff i\nEndChar\nStartChar: ffl\nEncoding: 64260 64260 3204\nWidth: 821\nFlags: W\nHStem: 0 15<36 96 36.0628 53.3622 228 256 305 318.2 517.5 529 579 590.75 767.5 794> 418 32<36 102 188 373 459 645> 584 99<544 631> 656 27<524 544>\nVStem: 103 84<78 417> 374 84<78 417 450.062 481.857> 646 84<78 417 451 590>\nFore\n794 0 m 1\n 579 0 l 1\n 579 15 l 1\n 626 19 646 33 646 84 c 2\n 646 418 l 1\n 458 418 l 1\n 458 79 l 2\n 458 27 483 19 529 15 c 1\n 529 0 l 1\n 305 0 l 1\n 305 15 l 1\n 371 20 374 40 374 105 c 2\n 374 418 l 1\n 187 418 l 1\n 187 88 l 2\n 187 35 200 17 256 15 c 1\n 256 0 l 1\n 36 0 l 1\n 36 15 l 1\n 96 16 103 37 103 94 c 2\n 103 418 l 1\n 35 418 l 1\n 35 450 l 1\n 104 450 l 1\n 109 589 175 683 322 683 c 0\n 360 683 417 676 439 641 c 1\n 467 669 505 683 544 683 c 0\n 593 683 627 658 653 658 c 0\n 670 658 705 680 725 683 c 1\n 730 681 l 1\n 730 81 l 2\n 730 30 741 17 794 15 c 1\n 794 0 l 1\n646 450 m 1\n 646 591 l 1\n 642 586 637 584 631 584 c 0\n 570 584 581 656 524 656 c 0\n 456 656 457 542 457 497 c 0\n 457 481 458 466 458 450 c 1\n 646 450 l 1\n397 577 m 1\n 359 593 357 658 290 658 c 0\n 250 658 212 631 197 594 c 0\n 185 566 185 524 186 493 c 1\n 186 450 l 1\n 376 450 l 1\n 376 493 381 537 397 577 c 1\nEndSplineSet\nMinimumDistance: x29,-1 \nLigature: 8 0 'liga' f f l\nLigature: 8 0 'liga' ff l\nEndChar\nStartChar: uniFB06\nEncoding: 64262 64262 3205\nWidth: 677\nFlags: W\nHStem: -10 22<188 211> -4 156<53 65> 418 32<550 649> 431 20G<300 311> 437 23<179 192> 645 54<265 285>\nVStem: 51 62<338 372> 140 55<540 574> 278 70<85 119> 408 242<422 427> 465 84<116 418>\nFore\n674 66 m 1\n 651 25 605 -10 557 -10 c 0\n 481 -10 465 52 465 117 c 2\n 465 418 l 1\n 412 418 l 1\n 410 420 408 422 408 425 c 0\n 408 434 444 457 452 465 c 0\n 475 487 495 512 513 538 c 1\n 503 537 l 2\n 431 533 357 645 285 645 c 0\n 224 645 195 596 195 540 c 0\n 195 497 238 440 283 440 c 0\n 290 440 296 445 300 451 c 1\n 311 451 l 1\n 315 314 l 1\n 300 314 l 1\n 287 375 261 437 189 437 c 0\n 151 437 113 413 113 372 c 0\n 113 340 129 317 156 301 c 2\n 264 237 l 2\n 312 209 348 179 348 119 c 0\n 348 40 277 -10 203 -10 c 0\n 163 -10 126 8 87 8 c 0\n 77 8 70 5 65 -4 c 1\n 52 -4 l 1\n 52 152 l 1\n 68 152 l 1\n 84 79 109 12 197 12 c 0\n 242 12 278 37 278 85 c 0\n 278 190 51 188 51 338 c 0\n 51 418 120 460 193 460 c 1\n 164 489 140 532 140 574 c 0\n 140 643 196 699 265 699 c 0\n 359 699 439 567 512 567 c 0\n 521 567 531 569 539 574 c 1\n 542 579 l 1\n 550 580 549 571 549 566 c 2\n 549 450 l 1\n 650 450 l 1\n 650 418 l 1\n 549 418 l 1\n 549 126 l 2\n 549 91 554 42 600 42 c 0\n 627 42 645 57 661 77 c 1\n 674 66 l 1\nEndSplineSet\nMinimumDistance: x38,-1 x37,39 x37,38 \nLigature: 8 0 'liga' s t\nEndChar\nStartChar: afii57694\nEncoding: 64298 64298 3206\nWidth: 537\nFlags: W\nHStem: 0 108<163 401> 633 64<475 477 478.063 486.734>\nVStem: 443.979 66.2501<663 667>\nRef: 1468 1468 S 1 0 0 1 426 448\nRef: 1513 1513 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57695\nEncoding: 64299 64299 3207\nWidth: 537\nFlags: W\nHStem: 0 108<163 401> 637 64<111 113 114.063 122.734>\nVStem: 79.9786 66.2501<667 671>\nRef: 1468 1468 S 1 0 0 1 62 452\nRef: 1513 1513 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB2C\nEncoding: 64300 64300 3208\nWidth: 537\nFlags: W\nHStem: 0 108<163 401> 633 64<349 351 352.063 360.734 475 477 478.063 486.734>\nVStem: 443.979 66.2501<271 275 663 667>\nRef: 1468 1468 S 1 0 0 1 426 448\nRef: 1468 1468 N 1 0 0 1 300 56\nRef: 1513 1513 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB2D\nEncoding: 64301 64301 3209\nWidth: 537\nFlags: W\nHStem: 0 108<163 401> 637 64<111 113 114.063 122.734 349 351 352.063 360.734>\nVStem: 79.9786 66.2501<667 671> 317.979 66.2501<271 275>\nRef: 1468 1468 S 1 0 0 1 62 452\nRef: 1468 1468 N 1 0 0 1 300 56\nRef: 1513 1513 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB2E\nEncoding: 64302 64302 3210\nWidth: 537\nFlags: W\nHStem: -96 52<205 403> -5 15<36 41>\nVStem: 204 200<-95 -45>\nRef: 1463 1463 S 1 0 0 1 600 64\nRef: 1488 1488 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB2F\nEncoding: 64303 64303 3211\nWidth: 537\nFlags: W\nHStem: -88 52<177 258 298 375> -5 15<36 41>\nVStem: 242.671 64.9073<-186 -165>\nRef: 1464 1464 N 1 0 0 1 621 72\nRef: 1488 1488 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB30\nEncoding: 64304 64304 3212\nWidth: 537\nFlags: W\nHStem: -5 15<36 41> 1 64<295 297 298.063 306.734>\nVStem: 263.979 66.2501<31 35>\nRef: 1468 1468 N 1 0 0 1 246 -184\nRef: 1488 1488 S 1 0 0 1 0 0\nEndChar\nStartChar: uniFB31\nEncoding: 64305 64305 3213\nWidth: 537\nFlags: W\nHStem: 0 108<59 428 450 469> 247 64<195 197 198.063 206.734> 442 121<104 344>\nVStem: 163.979 66.2501<277 281> 429 19<108 370>\nRef: 1468 1468 N 1 0 0 1 146 62\nRef: 1489 1489 S 1 0 0 1 0 0\nEndChar\nStartChar: uniFB32\nEncoding: 64306 64306 3214\nWidth: 350\nFlags: W\nHStem: 0 21<39 157> 247 64<135 137 138.063 146.734>\nVStem: 103.979 66.2501<277 281> 252 17<352 369>\nRef: 1468 1468 S 1 0 0 1 86 62\nRef: 1490 1490 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB33\nEncoding: 64307 64307 3215\nWidth: 537\nFlags: W\nHStem: 247 64<195 197 198.063 206.734> 442 120<105 392 424 433>\nVStem: 163.979 66.2501<277 281> 384 39<63.8931 91.9841 92 441>\nRef: 1468 1468 S 1 0 0 1 146 62\nRef: 1491 1491 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB34\nEncoding: 64308 64308 3216\nWidth: 537\nFlags: W\nHStem: 247 64<233 235 236.063 244.734> 442 121<101 391 414 426>\nVStem: 40.819 34.0604<109 173> 201.979 66.2501<277 281> 387 26<99 233.574 296.422 441>\nRef: 1468 1468 S 1 0 0 1 184 62\nRef: 1492 1492 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57723\nEncoding: 64309 64309 3217\nWidth: 350\nFlags: W\nHStem: 247 64<125 127 128.063 136.734> 444.079 118.921<109 118 121.052 158.432>\nVStem: 48.7045 195.249<496 507> 93.9786 66.2501<277 281> 216 39<80.0548 99>\nRef: 1468 1468 S 1 0 0 1 76 62\nRef: 1493 1493 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB36\nEncoding: 64310 64310 3218\nWidth: 350\nFlags: W\nHStem: 247 64<79 81 82.063 90.7344> 444.384 116.72<135.275 190.971>\nVStem: 47.9786 66.2501<277 281> 144.475 58.2308<138 160>\nRef: 1468 1468 S 1 0 0 1 30 62\nRef: 1494 1494 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB38\nEncoding: 64312 64312 3219\nWidth: 537\nFlags: W\nHStem: 0 108<92 441> 243 64<321 323 324.063 332.734>\nVStem: 289.979 66.2501<273 277> 467.257 28.5037<297 336>\nRef: 1468 1468 S 1 0 0 1 272 58\nRef: 1496 1496 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB39\nEncoding: 64313 64313 3220\nWidth: 350\nFlags: W\nHStem: 249 64<143 145 146.063 154.734> 478.748 119.082<140 156>\nVStem: 61.7049 193.867<529 545> 111.979 66.2501<279 283>\nRef: 1468 1468 N 1 0 0 1 94 64\nRef: 1497 1497 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB3A\nEncoding: 64314 64314 3221\nWidth: 537\nFlags: W\nHStem: 244 64<272 274 275.063 283.734> 406 122<106 394 425 442>\nVStem: 240.979 66.2501<274 278> 384 51<-302 16.4018>\nRef: 1468 1468 N 1 0 0 1 223 59\nRef: 1498 1498 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB3B\nEncoding: 64315 64315 3222\nWidth: 537\nFlags: W\nHStem: 0 108<51 383> 247 64<195 197 198.063 206.734> 442 121<100 383>\nVStem: 163.979 66.2501<277 281> 453 28<237.868 304>\nRef: 1468 1468 N 1 0 0 1 146 62\nRef: 1499 1499 S 1 0 0 1 0 0\nEndChar\nStartChar: uniFB3C\nEncoding: 64316 64316 3223\nWidth: 537\nFlags: W\nHStem: 247 64<195 197 198.063 206.734> 466 122<187 446>\nVStem: 163.979 66.2501<277 281>\nRef: 1468 1468 S 1 0 0 1 146 62\nRef: 1500 1500 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB3E\nEncoding: 64318 64318 3224\nWidth: 537\nFlags: W\nHStem: 0 108<175 444> 247 64<233 235 236.063 244.734> 441 122<256 293>\nVStem: 22.5775 35.1333<192 221> 33 36.0815<44 83> 201.979 66.2501<277 281> 461 23<108.031 229 240 240> 464 20.0754<229.125 255.207>\nRef: 1468 1468 S 1 0 0 1 184 62\nRef: 1502 1502 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB40\nEncoding: 64320 64320 3225\nWidth: 350\nFlags: W\nHStem: 0 108<102 219> 247 64<135 137 138.063 146.734> 443.533 120.804<142 191>\nVStem: 103.979 66.2501<277 281> 247.44 15.7614<377.014 394.566>\nRef: 1468 1468 S 1 0 0 1 86 62\nRef: 1504 1504 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB41\nEncoding: 64321 64321 3226\nWidth: 537\nFlags: W\nHStem: 0 108<142 334> 247 64<267 269 270.063 278.734> 442 121<105 382>\nVStem: 30 29<240 304> 235.979 66.2501<277 281> 470 21<256 320>\nRef: 1468 1468 N 1 0 0 1 218 62\nRef: 1505 1505 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB43\nEncoding: 64323 64323 3227\nWidth: 537\nFlags: W\nHStem: 241 64<349 351 352.063 360.734> 406 122<106.016 312>\nVStem: 317.979 66.2501<271 275> 432.869 52.05<-194.17 -28.0904>\nRef: 1468 1468 S 1 0 0 1 300 56\nRef: 1507 1507 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB44\nEncoding: 64324 64324 3228\nWidth: 537\nFlags: W\nHStem: 0 108<54 436> 241 64<349 351 352.063 360.734> 440 123<107.016 323>\nVStem: 317.979 66.2501<271 275>\nRef: 1468 1468 N 1 0 0 1 300 56\nRef: 1508 1508 S 1 0 0 1 0 0\nEndChar\nStartChar: uniFB46\nEncoding: 64326 64326 3229\nWidth: 537\nFlags: W\nHStem: 0 108<66 379> 247 64<65 67 68.063 76.7344>\nVStem: 33.9786 66.2501<277 281> 137.546 26.4544<352 400>\nDStem: 368 453 386 445 329 262 346 253\nRef: 1468 1468 N 1 0 0 1 16 62\nRef: 1510 1510 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB47\nEncoding: 64327 64327 3230\nWidth: 537\nFlags: W\nHStem: 245 64<247 249 250.063 258.734> 407 120<105 342>\nVStem: 27.6886 36.7773<121 201> 30.4568 44.7736<-192.469 -87.5328> 215.979 66.2501<275 279> 457 25.8973<211.959 231.905>\nRef: 1468 1468 N 1 0 0 1 198 60\nRef: 1511 1511 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB48\nEncoding: 64328 64328 3231\nWidth: 537\nFlags: W\nHStem: 247 64<195 197 198.063 206.734> 442 121<103 343>\nVStem: 163.979 66.2501<277 281>\nRef: 1468 1468 S 1 0 0 1 146 62\nRef: 1512 1512 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB49\nEncoding: 64329 64329 3232\nWidth: 537\nFlags: W\nHStem: 0 108<163 401> 241 64<349 351 352.063 360.734>\nVStem: 317.979 66.2501<271 275>\nRef: 1468 1468 S 1 0 0 1 300 56\nRef: 1513 1513 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB4A\nEncoding: 64330 64330 3233\nWidth: 537\nFlags: W\nHStem: 0 110.114<50.6005 78.0547> 246 64<289 291 292.063 300.734> 442 121<108 402>\nVStem: 257.979 66.2501<276 280>\nRef: 1468 1468 N 1 0 0 1 240 61\nRef: 1514 1514 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57700\nEncoding: 64331 64331 3234\nWidth: 350\nFlags: W\nHStem: 444.079 118.921<109 118 121.052 158.432> 637 64<111 113 114.063 122.734>\nVStem: 48.7045 195.249<496 507> 79.9786 66.2501<667 671> 216 39<80.0548 99>\nRef: 1468 1468 S 1 0 0 1 62 452\nRef: 1493 1493 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB4C\nEncoding: 64332 64332 3235\nWidth: 537\nFlags: W\nHStem: 0 108<59 428 450 469> 442 121<104 344> 636 52<141 339>\nVStem: 140 200<637 687> 429 19<108 370>\nRef: 1463 1463 S 1 0 0 1 536 796\nRef: 1489 1489 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB4D\nEncoding: 64333 64333 3236\nWidth: 537\nFlags: W\nHStem: 0 108<51 383> 442 121<100 383> 636 52<141 339>\nVStem: 140 200<637 687> 453 28<237.868 304>\nRef: 1463 1463 S 1 0 0 1 536 796\nRef: 1499 1499 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB4E\nEncoding: 64334 64334 3237\nWidth: 537\nFlags: W\nHStem: 0 108<54 436> 440 123<107.016 323> 636 52<141 339>\nVStem: 140 200<637 687>\nRef: 1463 1463 S 1 0 0 1 536 796\nRef: 1508 1508 N 1 0 0 1 0 0\nEndChar\nStartChar: uniFB56\nEncoding: 64342 64342 3238\nWidth: 926\nFlags: W\nHStem: 195 82<185 921>\nVStem: 921 29<277 318.054>\nFore\n508 26 m 1\n 456 -29 l 1\n 403 26 l 1\n 456 78 l 1\n 508 26 l 1\n886 522 m 1\n 930 494.667 952 453 952 397 c 0\n 952 388.333 951.333 379.667 950 371 c 1\n 950 195 l 1\n 226 195 l 2\n 171.333 195 138 209 126 237 c 0\n 118 253.667 114 272.333 114 293 c 0\n 114 307.667 115.667 323.667 119 341 c 0\n 127.667 382.333 149.667 434.333 185 497 c 1\n 195 489 l 1\n 171.667 444.333 154.667 401 144 359 c 1\n 138 329.667 151.667 302.333 185 277 c 1\n 921 277 l 1\n 921 311 919 343.833 915 375.5 c 128\n 911 407.167 895.333 434.667 868 458 c 1\n 886 522 l 1\n600 -83 m 1\n 548 -138 l 1\n 495 -83 l 1\n 548 -31 l 1\n 600 -83 l 1\n693 26 m 1\n 640 -29 l 1\n 587 26 l 1\n 640 78 l 1\n 693 26 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB57\nEncoding: 64343 64343 3239\nWidth: 926\nFlags: W\nHStem: 195 82<185 921>\nVStem: 921 29<277 318.054>\nFore\n508 26 m 1\n 456 -29 l 1\n 403 26 l 1\n 456 78 l 1\n 508 26 l 1\n886 522 m 1\n 930 494.667 952 453 952 397 c 0\n 952 388.333 951.333 379.667 950 371 c 1\n 950 195 l 1\n 226 195 l 2\n 171.333 195 138 209 126 237 c 0\n 118 253.667 114 272.333 114 293 c 0\n 114 307.667 115.667 323.667 119 341 c 0\n 127.667 382.333 149.667 434.333 185 497 c 1\n 195 489 l 1\n 171.667 444.333 154.667 401 144 359 c 1\n 138 329.667 151.667 302.333 185 277 c 1\n 921 277 l 1\n 921 311 919 343.833 915 375.5 c 128\n 911 407.167 895.333 434.667 868 458 c 1\n 886 522 l 1\n600 -83 m 1\n 548 -138 l 1\n 495 -83 l 1\n 548 -31 l 1\n 600 -83 l 1\n693 26 m 1\n 640 -29 l 1\n 587 26 l 1\n 640 78 l 1\n 693 26 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB58\nEncoding: 64344 64344 3240\nWidth: 308\nFlags: W\nHStem: 200 83<-12 258>\nFore\n148 58 m 1\n 91 0 l 1\n 33 58 l 1\n 91 116 l 1\n 148 58 l 1\n207 -73 m 1\n 150 -132 l 1\n 93 -73 l 1\n 150 -15 l 1\n 207 -73 l 1\n268 58 m 1\n 211 0 l 1\n 153 58 l 1\n 211 116 l 1\n 268 58 l 1\n256 534 m 1\n 282.667 494.667 297.667 445 301 385 c 1\n 301 311 l 2\n 301 237.667 283.667 200.667 249 200 c 2\n -3 200 l 1\n -12 283 l 1\n 268 283 l 1\n 270 356.333 251.333 412.667 212 452 c 1\n 256 534 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB59\nEncoding: 64345 64345 3241\nWidth: 308\nFlags: W\nHStem: 200 83<-12 258>\nFore\n148 58 m 1\n 91 0 l 1\n 33 58 l 1\n 91 116 l 1\n 148 58 l 1\n207 -73 m 1\n 150 -132 l 1\n 93 -73 l 1\n 150 -15 l 1\n 207 -73 l 1\n268 58 m 1\n 211 0 l 1\n 153 58 l 1\n 211 116 l 1\n 268 58 l 1\n256 534 m 1\n 282.667 494.667 297.667 445 301 385 c 1\n 301 311 l 2\n 301 237.667 283.667 200.667 249 200 c 2\n -3 200 l 1\n -12 283 l 1\n 268 283 l 1\n 270 356.333 251.333 412.667 212 452 c 1\n 256 534 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB7A\nEncoding: 64378 64378 3242\nWidth: 750\nFlags: W\nHStem: 412 61<657 727>\nFore\n673 112 m 1\n 611 49 l 1\n 548 112 l 1\n 611 173 l 1\n 673 112 l 1\n473 112 m 1\n 411 49 l 1\n 348 112 l 1\n 411 173 l 1\n 473 112 l 1\n580 -13 m 1\n 518 -74 l 1\n 455 -13 l 1\n 518 49 l 1\n 580 -13 l 1\n727 412 m 1\n 611.667 412.667 512.333 396.5 429 363.5 c 128\n 345.667 330.5 277.5 277 224.5 203 c 128\n 171.5 129 157.167 52 181.5 -28 c 128\n 205.833 -108 256.333 -150.167 333 -154.5 c 128\n 409.667 -158.833 523 -144 673 -110 c 1\n 710 -157 l 1\n 602 -189.667 493.667 -207.667 385 -211 c 2\n 358 -211 l 1\n 264.667 -201.667 204 -176 176 -134 c 1\n 146 -98 131 -70.3333 131 -51 c 1\n 125.667 -37 123 -19.3333 123 2 c 0\n 123 20 125 40.3333 129 63 c 1\n 143.667 119 184.333 185.667 251 263 c 1\n 348.333 342.333 429 390.333 493 407 c 1\n 449.667 417 412.667 426.333 382 435 c 1\n 282 451 224.333 449 209 429 c 1\n 182 419 l 1\n 212.667 449.667 238 471.667 258 485 c 0\n 278 499 303.333 506 334 506 c 0\n 350 506 367 504 385 500 c 1\n 472.333 484.667 533.167 476.333 567.5 475 c 128\n 601.833 473.667 631.667 473 657 473 c 2\n 747 475 l 1\n 727 412 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB7B\nEncoding: 64379 64379 3243\nWidth: 750\nFlags: W\nHStem: 408 60<653 722>\nFore\n490 32 m 1\n 438 -20 l 1\n 387 32 l 1\n 438 83 l 1\n 490 32 l 1\n753 194 m 1\n 713 194 l 1\n 686.333 196.667 664.5 209.333 647.5 232 c 128\n 630.5 254.667 621.333 304 620 380 c 1\n 628 401 l 1\n 636.667 327 648.167 287.5 662.5 282.5 c 128\n 676.833 277.5 691.333 275 706 275 c 2\n 756 275 l 1\n 753 194 l 1\n722 408 m 1\n 608 408.667 509.667 392.667 427 360 c 128\n 344.333 327.333 276.833 274.333 224.5 201 c 128\n 172.167 127.667 158 51.5 182 -27.5 c 128\n 206 -106.5 256 -148.167 332 -152.5 c 128\n 408 -156.833 510 -145.667 638 -119 c 1\n 705 -155 l 1\n 598.333 -187 491.333 -205 384 -209 c 2\n 357 -209 l 1\n 264.333 -199 204.333 -173.333 177 -132 c 1\n 147 -96 132 -68.6667 132 -50 c 1\n 127.333 -36 125 -18.6667 125 2 c 0\n 125 20 127 40.3333 131 63 c 1\n 145 118.333 185 184.333 251 261 c 1\n 347 339 426.667 386.333 490 403 c 1\n 447.333 413 411 422 381 430 c 1\n 282.333 446 225.333 444.333 210 425 c 1\n 183 415 l 1\n 213 445 238 466.667 258 480 c 0\n 278 494 303 501 333 501 c 0\n 349 501 366 499 384 495 c 1\n 470 480.333 530 472.167 564 470.5 c 128\n 598 468.833 627.667 468 653 468 c 2\n 742 470 l 1\n 722 408 l 1\n575 131 m 1\n 523 79 l 1\n 472 131 l 1\n 523 182 l 1\n 575 131 l 1\n419 131 m 1\n 367 79 l 1\n 316 131 l 1\n 367 182 l 1\n 419 131 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB7C\nEncoding: 64380 64380 3244\nWidth: 580\nFlags: W\nHStem: 200 75<-3 459> 382 79<268 286>\nFore\n271 59 m 1\n 221 8 l 1\n 169 59 l 1\n 221 110 l 1\n 271 59 l 1\n445 59 m 1\n 393 8 l 1\n 343 59 l 1\n 393 110 l 1\n 445 59 l 1\n358 -38 m 1\n 307 -90 l 1\n 256 -38 l 1\n 307 13 l 1\n 358 -38 l 1\n610 200 m 1\n 20 200 l 2\n 4.66667 200 -3 225 -3 275 c 1\n 459 276 l 1\n 355 350 355 350 331.5 366 c 128\n 315.833 376.667 299.167 382 281.5 382 c 128\n 263.833 382 246.833 379.333 230.5 374 c 128\n 214.167 368.667 192.333 361 165 351 c 1\n 149 354 l 1\n 179 392.667 199.5 417.833 210.5 429.5 c 128\n 221.5 441.167 235.333 450 252 456 c 0\n 260.667 459.333 269.333 461 278 461 c 0\n 284.667 461 291 460 297 458 c 0\n 345 439.333 405.667 395.667 479 327 c 1\n 499 303.667 542 286.667 608 276 c 1\n 610 200 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB7D\nEncoding: 64381 64381 3245\nWidth: 580\nFlags: W\nHStem: 200 75<-3 459> 382 79<268 286>\nFore\n271 59 m 1\n 221 8 l 1\n 169 59 l 1\n 221 110 l 1\n 271 59 l 1\n445 59 m 1\n 393 8 l 1\n 343 59 l 1\n 393 110 l 1\n 445 59 l 1\n358 -38 m 1\n 307 -90 l 1\n 256 -38 l 1\n 307 13 l 1\n 358 -38 l 1\n610 200 m 1\n 20 200 l 2\n 4.66667 200 -3 225 -3 275 c 1\n 459 276 l 1\n 355 350 355 350 331.5 366 c 128\n 315.833 376.667 299.167 382 281.5 382 c 128\n 263.833 382 246.833 379.333 230.5 374 c 128\n 214.167 368.667 192.333 361 165 351 c 1\n 149 354 l 1\n 179 392.667 199.5 417.833 210.5 429.5 c 128\n 221.5 441.167 235.333 450 252 456 c 0\n 260.667 459.333 269.333 461 278 461 c 0\n 284.667 461 291 460 297 458 c 0\n 345 439.333 405.667 395.667 479 327 c 1\n 499 303.667 542 286.667 608 276 c 1\n 610 200 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB8A\nEncoding: 64394 64394 3246\nWidth: 338\nFlags: W\nFore\n363 587 m 1\n 311 537 l 1\n 258 587 l 1\n 311 636 l 1\n 363 587 l 1\n285 707 m 1\n 233 657 l 1\n 179 707 l 1\n 233 755 l 1\n 285 707 l 1\n216 587 m 1\n 164 537 l 1\n 111 587 l 1\n 164 636 l 1\n 216 587 l 1\n325 447 m 1\n 338.333 402.333 345 353 345 299 c 0\n 345 290.333 344.667 282 344 274 c 1\n 334 195 l 1\n 270 70 270 70 206 -46 c 1\n 176.667 -88.6667 142.333 -116.667 103 -130 c 1\n -1 -153 l 1\n 4 -132 l 1\n 60 -92 95.1667 -63.3333 109.5 -46 c 128\n 123.833 -28.6667 147 3 179 49 c 128\n 211 95 235.5 132.333 252.5 161 c 128\n 269.5 189.667 280 218.5 284 247.5 c 128\n 288 276.5 282.333 327.333 267 400 c 1\n 325 447 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB8B\nEncoding: 64395 64395 3247\nWidth: 338\nFlags: W\nFore\n363 587 m 1\n 311 537 l 1\n 258 587 l 1\n 311 636 l 1\n 363 587 l 1\n285 707 m 1\n 233 657 l 1\n 179 707 l 1\n 233 755 l 1\n 285 707 l 1\n216 587 m 1\n 164 537 l 1\n 111 587 l 1\n 164 636 l 1\n 216 587 l 1\n325 447 m 1\n 338.333 402.333 345 353 345 299 c 0\n 345 290.333 344.667 282 344 274 c 1\n 334 195 l 1\n 270 70 270 70 206 -46 c 1\n 176.667 -88.6667 142.333 -116.667 103 -130 c 1\n -1 -153 l 1\n 4 -132 l 1\n 60 -92 95.1667 -63.3333 109.5 -46 c 128\n 123.833 -28.6667 147 3 179 49 c 128\n 211 95 235.5 132.333 252.5 161 c 128\n 269.5 189.667 280 218.5 284 247.5 c 128\n 288 276.5 282.333 327.333 267 400 c 1\n 325 447 l 1\nEndSplineSet\nEndChar\nStartChar: uniFB92\nEncoding: 64402 64402 3248\nWidth: 874\nFlags: W\nHStem: 203 75<296 860> 205 73<264 330>\nDStem: 954 1025 948 962 791 959 749 875\nFore\n948 962 m 1\n 848 917 848 917 749 875 c 1\n 665.667 835.667 623 813.667 621 809 c 128\n 619 804.333 654.667 762.333 728 683 c 1\n 770 629.667 800.5 588.667 819.5 560 c 128\n 838.5 531.333 862 471 890 379 c 1\n 902 261.667 889.333 203 852 203 c 2\n 851 203 l 1\n 264 205 l 2\n 215.333 205 172.667 234 136 292 c 1\n 126 314.667 121 344.333 121 381 c 1\n 125 439 131.667 482.667 141 512 c 1\n 149 507 l 1\n 141.667 457.667 140.333 416.333 145 383 c 1\n 151 311 212.667 276 330 278 c 1\n 859 278 l 1\n 865 332 857 384.5 835 435.5 c 128\n 813 486.5 780 541 736 599 c 1\n 675 664 l 1\n 664 650 l 1\n 643.333 664 623.667 680.333 605 699 c 2\n 578 725 l 1\n 566 791 583.667 841 631 875 c 0\n 670.333 903 723.667 931 791 959 c 2\n 954 1025 l 1\n 948 962 l 1\n870 1115 m 1\n 870 1063 l 1\n 740 1006 740 1006 566 928 c 1\n 580 958 681.333 1020.33 870 1115 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB93\nEncoding: 64403 64403 3249\nWidth: 874\nFlags: W\nHStem: 203 75<296 860> 205 73<264 330>\nDStem: 954 1025 948 962 791 959 749 875\nFore\n948 962 m 1\n 848 917 848 917 749 875 c 1\n 665.667 835.667 623 813.667 621 809 c 128\n 619 804.333 654.667 762.333 728 683 c 1\n 770 629.667 800.5 588.667 819.5 560 c 128\n 838.5 531.333 862 471 890 379 c 1\n 902 261.667 889.333 203 852 203 c 2\n 851 203 l 1\n 264 205 l 2\n 215.333 205 172.667 234 136 292 c 1\n 126 314.667 121 344.333 121 381 c 1\n 125 439 131.667 482.667 141 512 c 1\n 149 507 l 1\n 141.667 457.667 140.333 416.333 145 383 c 1\n 151 311 212.667 276 330 278 c 1\n 859 278 l 1\n 865 332 857 384.5 835 435.5 c 128\n 813 486.5 780 541 736 599 c 1\n 675 664 l 1\n 664 650 l 1\n 643.333 664 623.667 680.333 605 699 c 2\n 578 725 l 1\n 566 791 583.667 841 631 875 c 0\n 670.333 903 723.667 931 791 959 c 2\n 954 1025 l 1\n 948 962 l 1\n870 1115 m 1\n 870 1063 l 1\n 740 1006 740 1006 566 928 c 1\n 580 958 681.333 1020.33 870 1115 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB94\nEncoding: 64404 64404 3250\nWidth: 329\nFlags: W\nHStem: 199 80<0 309>\nDStem: 404 971 398 912 241 909 199 830\nFore\n398 912 m 1\n 298 870 298 870 199 830 c 1\n 115.667 793.333 73 772.833 71 768.5 c 128\n 69 764.167 104.667 724.667 178 650 c 1\n 220 600 250.5 561.5 269.5 534.5 c 128\n 288.5 507.5 312 450.667 340 364 c 1\n 352 254 339.333 199 302 199 c 2\n 301 199 l 1\n -5 201 l 1\n 1 279 l 1\n 309 279 l 1\n 315 323.667 307 369.833 285 417.5 c 128\n 263 465.167 230 516.333 186 571 c 1\n 125 632 l 1\n 114 619 l 1\n 93.3333 632.333 73.6667 647.667 55 665 c 2\n 28 689 l 1\n 16 751 33.6667 798 81 830 c 0\n 120.333 856.667 173.667 883 241 909 c 2\n 404 971 l 1\n 398 912 l 1\n354 1077 m 1\n 354 1027 l 1\n 224 972 224 972 50 897 c 1\n 64 925.667 165.333 985.667 354 1077 c 1\nEndSplineSet\nEndChar\nStartChar: uniFB95\nEncoding: 64405 64405 3251\nWidth: 329\nFlags: W\nHStem: 199 80<0 309>\nDStem: 404 971 398 912 241 909 199 830\nFore\n398 912 m 1\n 298 870 298 870 199 830 c 1\n 115.667 793.333 73 772.833 71 768.5 c 128\n 69 764.167 104.667 724.667 178 650 c 1\n 220 600 250.5 561.5 269.5 534.5 c 128\n 288.5 507.5 312 450.667 340 364 c 1\n 352 254 339.333 199 302 199 c 2\n 301 199 l 1\n -5 201 l 1\n 1 279 l 1\n 309 279 l 1\n 315 323.667 307 369.833 285 417.5 c 128\n 263 465.167 230 516.333 186 571 c 1\n 125 632 l 1\n 114 619 l 1\n 93.3333 632.333 73.6667 647.667 55 665 c 2\n 28 689 l 1\n 16 751 33.6667 798 81 830 c 0\n 120.333 856.667 173.667 883 241 909 c 2\n 404 971 l 1\n 398 912 l 1\n354 1077 m 1\n 354 1027 l 1\n 224 972 224 972 50 897 c 1\n 64 925.667 165.333 985.667 354 1077 c 1\nEndSplineSet\nEndChar\nStartChar: uniFBFC\nEncoding: 64508 64508 3252\nWidth: 776\nFlags: W\nHStem: -16 21G<392 456.333> 203 68<616 647> 465 21G<694 719.333>\nFore\n756 380 m 1\n 718.667 408 685 413.667 655 397 c 1\n 627 379.667 601 357 577 329 c 0\n 544.333 289.667 567.667 270.333 647 271 c 1\n 719 281 755 270 755 238 c 0\n 756.333 158 712.333 91 623 37 c 0\n 564.333 1.66667 495.667 -16 417 -16 c 0\n 367 -16 312.333 -8.33333 253 7 c 1\n 171.667 45 131 100.667 131 174 c 0\n 131 182.667 131.667 191.333 133 200 c 0\n 141 267.333 168 332.667 214 396 c 1\n 225 392 l 1\n 172.333 292 159.667 218.667 187 172 c 1\n 213 114.667 274.333 82 371 74 c 1\n 573 85.3333 689 121.667 719 183 c 1\n 717.667 196.333 684 203 618 203 c 0\n 547.333 201.667 513.667 222.167 517 264.5 c 128\n 520.333 306.833 542 349.333 582 392 c 1\n 630 440.667 674 465 714 465 c 0\n 724.667 465 735 461.667 745 455 c 0\n 753.667 449 758 433 758 407 c 0\n 758 401.667 757.667 396.667 757 392 c 1\n 756 380 l 1\nEndSplineSet\nEndChar\nStartChar: uniFBFD\nEncoding: 64509 64509 3253\nWidth: 700\nFlags: W\nHStem: 75 56<474 583 594.063 611.03> 202 77<643 720>\nVStem: 132 20<80 143>\nFore\n720 202 m 1\n 594 204 520.833 201 500.5 193 c 128\n 480.167 185 468.333 171.333 465 152 c 0\n 461.667 138 467.667 131 483 131 c 2\n 594 131 l 2\n 645.333 131 671 114.667 671 82 c 1\n 660.333 -4.66667 588.333 -58.6667 455 -80 c 1\n 426.333 -81.3333 393.333 -82 356 -82 c 1\n 282.667 -75.3333 229.333 -64.6667 196 -50 c 1\n 154 -25.3333 132.667 13.6667 132 67 c 1\n 132 80 l 2\n 132 146 150.333 215.333 187 288 c 1\n 194 284 l 1\n 166 227.333 152 180.333 152 143 c 1\n 154 92.3333 164.667 55.6667 184 33 c 1\n 249.333 -13.6667 356.333 -25.3333 505 -2 c 1\n 585.667 18.6667 626 39 626 59 c 1\n 627.333 73 613 78.3333 583 75 c 1\n 473 75 l 1\n 439 79.6667 425.667 102.667 433 144 c 1\n 433 182.667 461 218.667 517 252 c 1\n 549.667 270 601 279 671 279 c 2\n 721 279 l 1\n 720 202 l 1\nEndSplineSet\nEndChar\nStartChar: uniFBFE\nEncoding: 64510 64510 3254\nWidth: 304\nFlags: W\nHStem: 200 78<-22 288>\nFore\n173 55 m 1\n 114 -2 l 1\n 53 55 l 1\n 114 112 l 1\n 173 55 l 1\n300 55 m 1\n 241 -2 l 1\n 180 55 l 1\n 241 112 l 1\n 300 55 l 1\n286 514 m 1\n 312.667 477.333 327.667 430.667 331 374 c 1\n 331 305 l 2\n 331 235.667 313.667 200.667 279 200 c 2\n 27 200 l 2\n -5.66667 200 -22 226 -22 278 c 1\n 298 278 l 1\n 300 347.333 281.333 400.333 242 437 c 1\n 286 514 l 1\nEndSplineSet\nEndChar\nStartChar: uniFBFF\nEncoding: 64511 64511 3255\nWidth: 304\nFlags: W\nHStem: 200 78<-22 288>\nFore\n173 55 m 1\n 114 -2 l 1\n 53 55 l 1\n 114 112 l 1\n 173 55 l 1\n300 55 m 1\n 241 -2 l 1\n 180 55 l 1\n 241 112 l 1\n 300 55 l 1\n286 514 m 1\n 312.667 477.333 327.667 430.667 331 374 c 1\n 331 305 l 2\n 331 235.667 313.667 200.667 279 200 c 2\n 27 200 l 2\n -5.66667 200 -22 226 -22 278 c 1\n 298 278 l 1\n 300 347.333 281.333 400.333 242 437 c 1\n 286 514 l 1\nEndSplineSet\nEndChar\nStartChar: uniFDF2\nEncoding: 65010 65010 3256\nWidth: 640\nFlags: W\nVStem: 962.5 44.5<321 379>\nFore\n979 664 m 1\n 989 579 989 579 997.5 501.5 c 128\n 1003.17 449.833 1006.33 400.667 1007 354 c 1\n 1007 334 l 2\n 1007 294 1005 258 1001 226 c 0\n 995.667 188.667 973.333 170 934 170 c 0\n 862 170.667 822.333 195.667 815 245 c 1\n 807 195.667 770 170.667 704 170 c 1\n 663.333 170.667 629 208.667 601 284 c 1\n 567 254 l 1\n 515 254.667 478.667 268.667 458 296 c 1\n 450.667 302 447 311.667 447 325 c 0\n 447 334.333 449 345.333 453 358 c 1\n 464.333 381.333 476.5 397.167 489.5 405.5 c 128\n 502.5 413.833 535.667 431 589 457 c 1\n 589 502 l 1\n 620 536 l 1\n 622.667 452.667 627 388.333 633 343 c 1\n 642.333 310.333 652 287.5 662 274.5 c 128\n 672 261.5 690.667 254.333 718 253 c 0\n 760.667 251 783.5 260.333 786.5 281 c 128\n 789.5 301.667 789.167 345.667 785.5 413 c 128\n 781.833 480.333 775 540.667 765 594 c 1\n 820 635 l 1\n 821.333 526.333 824.833 448.333 830.5 401 c 128\n 836.167 353.667 842 317.667 848 293 c 128\n 854 268.333 876 257.667 914 261 c 1\n 946 258.333 962.167 284.667 962.5 340 c 128\n 962.833 395.333 959.667 449.667 953 503 c 1\n 924 635 l 1\n 979 664 l 1\n483 341 m 1\n 496.333 319 513.5 306.667 534.5 304 c 128\n 555.5 301.333 574.667 301 592 303 c 1\n 592 410 l 1\n 531.333 387.333 495 364.333 483 341 c 1\n843 787 m 0\n 850.333 749.667 848.5 728.833 837.5 724.5 c 128\n 826.5 720.167 811.333 721 792 727 c 1\n 781.333 713.667 771.833 706.667 763.5 706 c 128\n 755.167 705.333 746.167 708.167 736.5 714.5 c 128\n 726.833 720.833 724.333 741.667 729 777 c 1\n 731 777 l 2\n 734.333 777.667 737.333 772 740 760 c 0\n 742 745.333 750 741.333 764 748 c 1\n 780.667 752.667 787 762.667 783 778 c 1\n 784.333 780 785.333 781.333 786 782 c 0\n 788 782 791.667 776.667 797 766 c 0\n 801.667 756.667 809 752 819 752 c 1\n 833 761.333 836.667 774.333 830 791 c 1\n 832 795 834 797 836 797 c 0\n 838.667 797.667 841 794.333 843 787 c 0\n790 853 m 1\n 786.667 875 777.333 897.333 762 920 c 1\n 790 950 l 1\n 797.333 906 797.333 873.667 790 853 c 1\nEndSplineSet\nLigature: 1 2 'liga' afii57415 uniFEE0 uniFEE0 uniFEEA\nEndChar\nStartChar: uniFDFC\nEncoding: 65020 65020 3257\nWidth: 837\nFlags: W\nHStem: -154 42<592 644> -16 59<153 187> 73 60<478 615>\nVStem: 26 26<88 128> 328 28<113 135> 615 25<133 156.403> 787 25<37 93>\nFore\n640 73 m 1\n 478 73 l 2\n 449.333 73 430.667 96 422 142 c 0\n 416.667 170 412.667 212.333 410 269 c 0\n 406.667 327 403.667 363.667 401 379 c 0\n 396.333 406.333 386.333 427 371 441 c 1\n 413 508 l 1\n 425 470.667 432.667 418 436 350 c 1\n 442 196 l 1\n 446.667 154 458.667 133 478 133 c 2\n 615 133 l 1\n 615 159.667 611.667 180 605 194 c 0\n 601 203.333 590.333 217.667 573 237 c 1\n 600 292 l 1\n 616 272 626 256 630 244 c 0\n 636.667 226 640 197 640 157 c 2\n 640 73 l 1\n812 9 m 2\n 812 -27 790 -64 746 -102 c 0\n 706.667 -136.667 672.667 -154 644 -154 c 0\n 622 -154 596.667 -149.333 568 -140 c 1\n 495 -112 l 1\n 500 -99 l 1\n 547.333 -107.667 578 -112 592 -112 c 0\n 636 -112 679.667 -93 723 -55 c 0\n 765.667 -18.3333 787 16.6667 787 50 c 0\n 787 83.3333 769.667 118.667 735 156 c 1\n 755 210 l 1\n 793 175.333 812 136.333 812 93 c 2\n 812 9 l 2\n638 5 m 1\n 611 -44 l 1\n 556 -14 l 1\n 582 34 l 1\n 638 5 l 1\n560 -25 m 1\n 533 -75 l 1\n 478 -46 l 1\n 503 3 l 1\n 560 -25 l 1\n356 122 m 0\n 356 68.6667 337.667 31 301 9 c 0\n 271.667 -7.66667 227.333 -16 168 -16 c 0\n 73.3333 -16 26 18.6667 26 88 c 0\n 26 134.667 45.6667 193.333 85 264 c 1\n 96 258 l 1\n 66.6667 205.333 52 162 52 128 c 0\n 52 71.3333 90.3333 43 167 43 c 0\n 205.667 43 241.333 49.6667 274 63 c 0\n 310 77.6667 328 95 328 115 c 0\n 328 158.333 314 263.333 286 430 c 1\n 271 438 l 1\n 269.667 466.667 275.667 494.333 289 521 c 1\n 295 521 l 1\n 296.333 506.333 301.667 497 311 493 c 0\n 329 485 329 485 351 475 c 1\n 351 455 348 433 342 409 c 1\n 322 415 l 1\n 328.667 373.667 335 332.333 341 291 c 0\n 351 213.667 356 157.333 356 122 c 0\nEndSplineSet\nEndChar\nStartChar: uniFE70\nEncoding: 65136 65136 3258\nWidth: 300\nFlags: W\nFore\n190 1006 m 2\n 119 971 79 950 70 942 c 128\n 62 933 57 921 54 904 c 1\n 205 978 l 1\n 236 991 245 1005 249 1035 c 1\n 190 1006 l 2\n190 916 m 2\n 119 881 79 860 70 852 c 128\n 62 843 57 831 54 814 c 1\n 205 888 l 1\n 236 901 245 915 249 945 c 1\n 190 916 l 2\nEndSplineSet\nEndChar\nStartChar: uniFE74\nEncoding: 65140 65140 3259\nWidth: 300\nFlags: W\nFore\n180 -153 m 2\n 109 -188 69 -210 60 -218 c 128\n 52 -227 47 -239 44 -256 c 1\n 195 -182 l 1\n 226 -169 235 -155 239 -125 c 1\n 180 -153 l 2\n180 -63 m 2\n 109 -98 69 -120 60 -128 c 128\n 52 -137 47 -149 44 -166 c 1\n 195 -92 l 1\n 226 -79 235 -65 239 -35 c 1\n 180 -63 l 2\nEndSplineSet\nEndChar\nStartChar: uniFE76\nEncoding: 65142 65142 3260\nWidth: 300\nFlags: W\nFore\n190 1006 m 2\n 119 971 79 950 70 942 c 128\n 62 933 57 921 54 904 c 1\n 205 978 l 1\n 236 991 245 1005 249 1035 c 1\n 190 1006 l 2\nEndSplineSet\nEndChar\nStartChar: uniFE78\nEncoding: 65144 65144 3261\nWidth: 300\nFlags: W\nFore\n249 952 m 1\n 199 975 l 1\n 172 925 128 897 72 875 c 1\n 51 875 l 1\n 100 902 141 940 175 987 c 1\n 141 1015 l 130\n 115 1038 128 1085 152 1109 c 128\n 165 1121 178 1129 192 1132 c 0\n 196 1133 200 1134 204 1134 c 0\n 256 1134 230 1047 219 1010 c 1\n 238 1001 249 994 253 988 c 0\n 254 986 255 982 255 977 c 0\n 255 969 253 961 249 952 c 1\n196 1078 m 128\n 189 1083 169 1088 164 1080 c 128\n 160 1071 158 1063 168 1053 c 128\n 173 1047 184 1038 200 1026 c 1\n 203 1057 201 1074 196 1078 c 128\nEndSplineSet\nEndChar\nStartChar: uniFE7A\nEncoding: 65146 65146 3262\nWidth: 300\nFlags: W\nFore\n180 -153 m 2\n 109 -188 69 -210 60 -218 c 128\n 52 -227 47 -239 44 -256 c 1\n 195 -182 l 1\n 226 -169 235 -155 239 -125 c 1\n 180 -153 l 2\nEndSplineSet\nEndChar\nStartChar: uniFE7C\nEncoding: 65148 65148 3263\nWidth: 300\nFlags: W\nVStem: 88 7<975 990>\nFore\n95 985 m 0\n 95 960 115 945 139 955 c 1\n 149 965 161 982 174 1005 c 1\n 189 986 203 986 218 1004 c 1\n 241 1023 230 1051 208 1064 c 1\n 214 1076 l 1\n 238 1043 250 1021 250 1011 c 0\n 249 1002 243 990 230 975 c 1\n 215 962 200 959 183 966 c 1\n 174 944 159 921 132 921 c 0\n 106 921 88 944 88 976 c 0\n 88 987 90 999 93 1013 c 1\n 100 1013 l 1\n 97 1002 95 993 95 985 c 0\nEndSplineSet\nEndChar\nStartChar: uniFE81\nEncoding: 65153 65153 3264\nWidth: 321\nFlags: W\nFore\n340 1050 m 1\n 325 1025 304 1010 278 1004 c 128\n 252 1000 220 998 182 1000 c 128\n 145 1001 117 1001 98 1000 c 128\n 80 998 51 980 12 946 c 1\n 43 1008 70 1042 91 1047 c 128\n 135 1058 164 1055 216 1052 c 128\n 241 1051 261 1052 276 1055 c 128\n 291 1058 318 1075 357 1105 c 1\n 340 1050 l 1\n209 899 m 1\n 218 735 223 596 223 481 c 0\n 223 366 198 257 149 154 c 1\n 158 267 167 381 174 495 c 128\n 178 539 175 644 167 810 c 1\n 209 899 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE8C\nEncoding: 65164 65164 3265\nWidth: 301\nFlags: W\nHStem: 192 79<-22 264>\nFore\n305 707 m 1\n 274 728 250 719 230 696 c 128\n 218 685 215 675 220 668 c 128\n 228 654 238 636 257 632 c 128\n 266 629 288 632 323 641 c 1\n 285 608 233 579 166 556 c 1\n 177 577 194 594 218 605 c 1\n 159.525 634.238 166.996 659.993 200 715 c 0\n 213 739 232 751 257 751 c 2\n 262 751 l 2\n 289 750 304 735 305 707 c 1\n271 509 m 1\n 296 472 311 425 314 368 c 1\n 314 298 l 2\n 314 229 297 193 264 192 c 1\n 24 192 l 2\n -7 192 -22 218 -22 271 c 1\n 282 271 l 1\n 284 340 267 394 230 432 c 1\n 271 509 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE8D\nEncoding: 65165 65165 3266\nWidth: 249\nFlags: W\nFore\n209 900 m 1\n 218 736 223 596 223 481 c 0\n 223 366 198 257 149 154 c 1\n 157 264 167 389 174 496 c 128\n 178 540 175 645 167 811 c 1\n 209 900 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE8E\nEncoding: 65166 65166 3267\nWidth: 275\nFlags: W\nFore\n198 901 m 1\n 217 790 220 675 207 555 c 1\n 193 453 194 377 209 327 c 1\n 215 296 246 280 302 281 c 1\n 302 200 l 1\n 259 200 223 212 192 236 c 128\n 161 261 144 314 140 397 c 1\n 157 534 161 669 151 804 c 1\n 198 901 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE8F\nEncoding: 65167 65167 3268\nWidth: 950\nFlags: W\nHStem: 197 81<196 926>\nVStem: 926 29<278 318.314>\nFore\n644 2 m 1\n 592 -52 l 1\n 540 2 l 1\n 592 55 l 1\n 644 2 l 1\n892 521 m 1\n 935 494 957 452 957 397 c 0\n 957 388 956 380 955 371 c 1\n 955 197 l 1\n 237 197 l 2\n 182 197 149 211 137 239 c 0\n 130 255 126 273 126 294 c 0\n 126 308 128 324 131 341 c 0\n 140 382 161 434 196 497 c 1\n 206 488 l 1\n 183 443 166 400 155 359 c 1\n 150 330 163 303 196 278 c 1\n 926 278 l 1\n 926 311 924 344 920 376 c 128\n 917 407 901 434 874 457 c 1\n 892 521 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE90\nEncoding: 65168 65168 3269\nWidth: 950\nFlags: W\nHStem: 197 81<196 926>\nVStem: 926 29<278 318.314>\nFore\n644 2 m 1\n 592 -52 l 1\n 540 2 l 1\n 592 55 l 1\n 644 2 l 1\n892 521 m 1\n 935 494 957 452 957 397 c 0\n 957 388 956 380 955 371 c 1\n 955 197 l 1\n 237 197 l 2\n 182 197 149 211 137 239 c 0\n 130 255 126 273 126 294 c 0\n 126 308 128 324 131 341 c 0\n 140 382 161 434 196 497 c 1\n 206 488 l 1\n 183 443 166 400 155 359 c 1\n 150 330 163 303 196 278 c 1\n 926 278 l 1\n 926 311 924 344 920 376 c 128\n 917 407 901 434 874 457 c 1\n 892 521 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE91\nEncoding: 65169 65169 3270\nWidth: 293\nFlags: W\nHStem: 193 83<-3 267>\nFore\n251 29 m 1\n 184 -40 l 1\n 116 29 l 1\n 184 97 l 1\n 251 29 l 1\n274 525 m 1\n 301 486 316 437 319 377 c 1\n 319 304 l 2\n 319 231 302 194 267 193 c 1\n -4 193 l 1\n -2 276 l 1\n 286 276 l 1\n 288 349 270 405 231 444 c 1\n 274 525 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE92\nEncoding: 65170 65170 3271\nWidth: 293\nFlags: W\nHStem: 193 83<-3 267>\nFore\n251 29 m 1\n 184 -40 l 1\n 116 29 l 1\n 184 97 l 1\n 251 29 l 1\n274 525 m 1\n 301 486 316 437 319 377 c 1\n 319 304 l 2\n 319 231 302 194 267 193 c 1\n -4 193 l 1\n -2 276 l 1\n 286 276 l 1\n 288 349 270 405 231 444 c 1\n 274 525 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE95\nEncoding: 65173 65173 3272\nWidth: 925\nFlags: W\nHStem: 199 78<191 895>\nVStem: 895 28<277 318.299>\nFore\n530 574 m 1\n 465 508 l 1\n 398 574 l 1\n 465 641 l 1\n 530 574 l 1\n740 574 m 1\n 675 508 l 1\n 608 574 l 1\n 675 641 l 1\n 740 574 l 1\n862 512 m 1\n 904 486 925 446 925 393 c 0\n 925 384 924 376 923 368 c 1\n 923 199 l 1\n 230 199 l 2\n 177 199 145 213 134 240 c 0\n 127 256 123 274 123 293 c 0\n 123 307 125 323 128 340 c 0\n 136 379 157 429 191 489 c 1\n 200 481 l 1\n 178 438 162 396 151 356 c 1\n 146 328 159 302 191 277 c 1\n 895 277 l 1\n 895 310 893 342 890 372 c 128\n 886 403 871 429 845 451 c 1\n 862 512 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE96\nEncoding: 65174 65174 3273\nWidth: 925\nFlags: W\nHStem: 199 78<191 895>\nVStem: 895 28<277 318.299>\nFore\n530 574 m 1\n 465 508 l 1\n 398 574 l 1\n 465 641 l 1\n 530 574 l 1\n740 574 m 1\n 675 508 l 1\n 608 574 l 1\n 675 641 l 1\n 740 574 l 1\n862 512 m 1\n 904 486 925 446 925 393 c 0\n 925 384 924 376 923 368 c 1\n 923 199 l 1\n 230 199 l 2\n 177 199 145 213 134 240 c 0\n 127 256 123 274 123 293 c 0\n 123 307 125 323 128 340 c 0\n 136 379 157 429 191 489 c 1\n 200 481 l 1\n 178 438 162 396 151 356 c 1\n 146 328 159 302 191 277 c 1\n 895 277 l 1\n 895 310 893 342 890 372 c 128\n 886 403 871 429 845 451 c 1\n 862 512 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE97\nEncoding: 65175 65175 3274\nWidth: 308\nFlags: W\nHStem: 200 83<-12 247>\nFore\n150 689 m 1\n 93 631 l 1\n 34 689 l 1\n 93 748 l 1\n 150 689 l 1\n295 688 m 1\n 238 629 l 1\n 179 688 l 1\n 238 746 l 1\n 295 688 l 1\n254 533 m 1\n 280 494 295 444 298 385 c 1\n 298 311 l 2\n 298 238 281 201 247 200 c 1\n -4 200 l 1\n -12 283 l 1\n 265 283 l 1\n 268 356 249 412 210 451 c 1\n 254 533 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE98\nEncoding: 65176 65176 3275\nWidth: 308\nFlags: W\nHStem: 200 83<-12 247>\nFore\n150 689 m 1\n 93 631 l 1\n 34 689 l 1\n 93 748 l 1\n 150 689 l 1\n295 688 m 1\n 238 629 l 1\n 179 688 l 1\n 238 746 l 1\n 295 688 l 1\n254 533 m 1\n 280 494 295 444 298 385 c 1\n 298 311 l 2\n 298 238 281 201 247 200 c 1\n -4 200 l 1\n -12 283 l 1\n 265 283 l 1\n 268 356 249 412 210 451 c 1\n 254 533 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE99\nEncoding: 65177 65177 3276\nWidth: 924\nFlags: W\nHStem: 194 81<197 921>\nVStem: 921 29<275 316.761>\nFore\n756 543 m 1\n 692 477 l 1\n 625 543 l 1\n 692 610 l 1\n 756 543 l 1\n531 543 m 1\n 467 477 l 1\n 400 543 l 1\n 467 610 l 1\n 531 543 l 1\n643 665 m 1\n 578 598 l 1\n 512 665 l 1\n 578 731 l 1\n 643 665 l 1\n887 516 m 1\n 930 489 952 448 952 393 c 0\n 952 384 951 376 950 367 c 1\n 950 194 l 1\n 237 194 l 2\n 183 194 150 208 138 236 c 0\n 131 252 127 270 127 291 c 0\n 127 305 129 321 132 338 c 0\n 141 379 162 430 197 492 c 1\n 206 484 l 1\n 183 439 167 397 156 356 c 1\n 151 327 164 300 197 275 c 1\n 921 275 l 1\n 921 308 919 341 916 372 c 128\n 912 403 897 430 870 453 c 1\n 887 516 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE9A\nEncoding: 65178 65178 3277\nWidth: 924\nFlags: W\nHStem: 194 81<197 921>\nVStem: 921 29<275 316.761>\nFore\n756 543 m 1\n 692 477 l 1\n 625 543 l 1\n 692 610 l 1\n 756 543 l 1\n531 543 m 1\n 467 477 l 1\n 400 543 l 1\n 467 610 l 1\n 531 543 l 1\n643 665 m 1\n 578 598 l 1\n 512 665 l 1\n 578 731 l 1\n 643 665 l 1\n887 516 m 1\n 930 489 952 448 952 393 c 0\n 952 384 951 376 950 367 c 1\n 950 194 l 1\n 237 194 l 2\n 183 194 150 208 138 236 c 0\n 131 252 127 270 127 291 c 0\n 127 305 129 321 132 338 c 0\n 141 379 162 430 197 492 c 1\n 206 484 l 1\n 183 439 167 397 156 356 c 1\n 151 327 164 300 197 275 c 1\n 921 275 l 1\n 921 308 919 341 916 372 c 128\n 912 403 897 430 870 453 c 1\n 887 516 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE9B\nEncoding: 65179 65179 3278\nWidth: 298\nFlags: W\nHStem: 200 83<-2 257>\nFore\n163 675 m 1\n 102 614 l 1\n 41 675 l 1\n 102 737 l 1\n 163 675 l 1\n293 673 m 1\n 233 612 l 1\n 171 673 l 1\n 233 735 l 1\n 293 673 l 1\n230 794 m 1\n 169 732 l 1\n 108 794 l 1\n 169 855 l 1\n 230 794 l 1\n264 532 m 1\n 291 493 306 444 309 384 c 1\n 309 311 l 2\n 309 238 292 201 257 200 c 1\n 6 200 l 1\n -2 283 l 1\n 276 283 l 1\n 278 356 260 412 221 451 c 1\n 264 532 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE9C\nEncoding: 65180 65180 3279\nWidth: 298\nFlags: W\nHStem: 200 83<-2 257>\nFore\n163 675 m 1\n 102 614 l 1\n 41 675 l 1\n 102 737 l 1\n 163 675 l 1\n293 673 m 1\n 233 612 l 1\n 171 673 l 1\n 233 735 l 1\n 293 673 l 1\n230 794 m 1\n 169 732 l 1\n 108 794 l 1\n 169 855 l 1\n 230 794 l 1\n264 532 m 1\n 291 493 306 444 309 384 c 1\n 309 311 l 2\n 309 238 292 201 257 200 c 1\n 6 200 l 1\n -2 283 l 1\n 276 283 l 1\n 278 356 260 412 221 451 c 1\n 264 532 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE9D\nEncoding: 65181 65181 3280\nWidth: 750\nFlags: W\nHStem: 397 61<647 715>\nFore\n715 397 m 1\n 480 398 323 332 223 188 c 128\n 171 114 157 37 180 -43 c 128\n 204 -123 254 -165 329 -170 c 128\n 404 -174 512 -159 651 -124 c 1\n 699 -171 l 1\n 593 -204 487 -222 380 -226 c 2\n 354 -226 l 1\n 262 -216 203 -190 176 -148 c 1\n 146 -112 131 -85 131 -66 c 1\n 126 -51 124 -34 124 -13 c 0\n 124 5 126 26 130 49 c 1\n 144 105 184 171 249 248 c 1\n 344 327 423 375 486 392 c 1\n 443 402 407 411 378 420 c 1\n 280 436 223 434 208 414 c 1\n 181 404 l 1\n 211 435 236 457 256 470 c 0\n 275 484 300 491 330 491 c 0\n 346 491 363 489 380 485 c 1\n 508 462 544 458 647 458 c 2\n 735 460 l 1\n 715 397 l 1\n497 104 m 1\n 444 51 l 1\n 392 104 l 1\n 444 155 l 1\n 497 104 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE9E\nEncoding: 65182 65182 3281\nWidth: 750\nFlags: W\nHStem: 399 62<663 733>\nFore\n497 84 m 1\n 444 31 l 1\n 392 84 l 1\n 444 136 l 1\n 497 84 l 1\n778 192 m 1\n 733 192 l 1\n 697 195 671 207 655 229 c 128\n 639 251 631 304 630 389 c 1\n 638 379 l 1\n 648 318 661 285 676 280 c 128\n 692 275 708 272 725 272 c 2\n 781 272 l 1\n 778 192 l 1\n733 399 m 1\n 492 400 330 334 227 189 c 128\n 174 114 159 37 184 -44 c 128\n 208 -125 259 -167 336 -172 c 128\n 413 -176 528 -161 679 -126 c 1\n 716 -174 l 1\n 607 -207 498 -225 389 -229 c 2\n 361 -229 l 1\n 267 -219 206 -193 178 -151 c 1\n 147 -114 132 -86 132 -67 c 1\n 127 -53 125 -35 125 -14 c 0\n 125 4 127 25 131 48 c 1\n 145 105 186 172 253 249 c 1\n 351 329 432 378 497 395 c 1\n 454 404 417 413 386 422 c 1\n 285 438 227 436 212 416 c 1\n 184 406 l 1\n 215 437 240 459 261 472 c 1\n 281 487 306 494 337 494 c 0\n 353 494 370 492 389 488 c 0\n 520 465 558 461 663 461 c 2\n 754 462 l 1\n 733 399 l 1\nEndSplineSet\nEndChar\nStartChar: uniFE9F\nEncoding: 65183 65183 3282\nWidth: 574\nFlags: W\nHStem: 200 74<-3 455> 459 21G<271 278.5>\nFore\n605 200 m 1\n 20 200 l 2\n 5 200 -3 225 -3 274 c 1\n 455 276 l 1\n 329 364 l 130\n 309 378 246 412 218 408 c 128\n 210 406 154 391 128 383 c 1\n 171 415 198 433 208 438 c 128\n 220 443 233 448 250 454 c 0\n 259 457 267 459 275 459 c 0\n 282 459 289 458 295 456 c 1\n 342 431 382 405 415 376 c 1\n 475 313 538 279 603 276 c 1\n 605 200 l 1\n357 44 m 1\n 304 -9 l 1\n 252 44 l 1\n 304 96 l 1\n 357 44 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEA0\nEncoding: 65184 65184 3283\nWidth: 574\nFlags: W\nHStem: 200 74<-3 455> 459 21G<271 278.5>\nFore\n605 200 m 1\n 20 200 l 2\n 5 200 -3 225 -3 274 c 1\n 455 276 l 1\n 329 364 l 130\n 309 378 246 412 218 408 c 128\n 210 406 154 391 128 383 c 1\n 171 415 198 433 208 438 c 128\n 220 443 233 448 250 454 c 0\n 259 457 267 459 275 459 c 0\n 282 459 289 458 295 456 c 1\n 342 431 382 405 415 376 c 1\n 475 313 538 279 603 276 c 1\n 605 200 l 1\n357 44 m 1\n 304 -9 l 1\n 252 44 l 1\n 304 96 l 1\n 357 44 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEA1\nEncoding: 65185 65185 3284\nWidth: 748\nFlags: W\nHStem: 412 61<649 718>\nFore\n718 412 m 1\n 481 413 323 348 222 206 c 128\n 169 133 155 56 179 -22 c 128\n 203 -102 253 -143 329 -148 c 128\n 405 -152 517 -137 664 -104 c 1\n 701 -150 l 1\n 595 -182 488 -200 381 -204 c 2\n 354 -204 l 1\n 261 -194 201 -168 174 -127 c 1\n 144 -92 129 -64 129 -45 c 1\n 124 -31 122 -14 122 7 c 0\n 122 25 124 45 128 68 c 1\n 142 123 182 189 248 265 c 1\n 344 343 424 391 487 408 c 1\n 444 417 408 426 378 434 c 1\n 279 450 222 448 207 429 c 1\n 180 419 l 1\n 210 449 235 471 255 484 c 0\n 274 498 299 505 330 505 c 0\n 346 505 363 503 381 499 c 1\n 509 477 546 473 649 473 c 2\n 738 474 l 1\n 718 412 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEA2\nEncoding: 65186 65186 3285\nWidth: 750\nFlags: W\nHStem: 399 62<663 733>\nFore\n778 202 m 1\n 733 202 l 1\n 704 205 679 217 660 239 c 128\n 641 261 631 311 630 389 c 1\n 638 389 l 1\n 648 328 661 295 676 290 c 128\n 692 285 708 282 725 282 c 2\n 781 282 l 1\n 778 202 l 1\n733 399 m 1\n 492 400 330 334 227 189 c 128\n 174 114 159 37 184 -44 c 128\n 208 -125 259 -167 336 -172 c 128\n 413 -176 524 -161 669 -126 c 1\n 706 -184 l 1\n 604 -210 498 -225 389 -229 c 2\n 361 -229 l 1\n 267 -219 206 -193 178 -151 c 1\n 147 -114 132 -86 132 -67 c 1\n 127 -53 125 -35 125 -14 c 0\n 125 4 127 25 131 48 c 1\n 145 105 186 172 253 249 c 1\n 351 329 432 378 497 395 c 1\n 454 404 417 413 386 422 c 1\n 285 438 227 436 212 416 c 1\n 184 406 l 1\n 215 437 240 459 261 472 c 1\n 281 487 306 494 337 494 c 0\n 353 494 370 492 389 488 c 0\n 520 465 558 461 663 461 c 2\n 754 462 l 1\n 733 399 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEA3\nEncoding: 65187 65187 3286\nWidth: 600\nFlags: W\nHStem: 200 74<-3 456> 380 79<268 286>\nFore\n606 200 m 1\n 20 200 l 2\n 5 200 -3 225 -3 274 c 1\n 456 276 l 1\n 330 364 l 130\n 314 375 297 380 280 380 c 128\n 262 380 245 378 229 372 c 128\n 213 368 191 360 164 350 c 1\n 148 353 l 1\n 177 392 198 417 209 428 c 128\n 224 443 248 459 276 459 c 0\n 283 459 289 458 295 456 c 0\n 343 438 403 395 476 326 c 1\n 496 303 539 286 604 276 c 1\n 606 200 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEA4\nEncoding: 65188 65188 3287\nWidth: 600\nFlags: W\nHStem: 200 74<-3 456> 380 79<268 286>\nFore\n606 200 m 1\n 20 200 l 2\n 5 200 -3 225 -3 274 c 1\n 456 276 l 1\n 330 364 l 130\n 314 375 297 380 280 380 c 128\n 262 380 245 378 229 372 c 128\n 213 368 191 360 164 350 c 1\n 148 353 l 1\n 177 392 198 417 209 428 c 128\n 224 443 248 459 276 459 c 0\n 283 459 289 458 295 456 c 0\n 343 438 403 395 476 326 c 1\n 496 303 539 286 604 276 c 1\n 606 200 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEA5\nEncoding: 65189 65189 3288\nWidth: 701\nFlags: W\nHStem: 415 57<609 674>\nFore\n674 415 m 1\n 451 416 301 354 206 220 c 128\n 157 152 143 80 166 5 c 128\n 189 -70 236 -109 307 -113 c 128\n 378 -117 486 -98 629 -55 c 1\n 658 -115 l 1\n 558 -145 457 -162 356 -166 c 2\n 331 -166 l 1\n 244 -157 187 -133 161 -94 c 1\n 133 -60 119 -34 119 -16 c 1\n 114 -3 112 14 112 33 c 0\n 112 50 114 69 117 90 c 1\n 130 143 168 205 231 277 c 1\n 322 350 397 395 456 411 c 1\n 416 420 382 428 353 436 c 1\n 260 451 206 450 192 431 c 1\n 167 422 l 1\n 195 450 218 470 237 483 c 0\n 256 496 279 503 308 503 c 0\n 323 503 339 501 356 498 c 0\n 477 476 512 472 609 472 c 2\n 693 474 l 1\n 674 415 l 1\n379 680 m 1\n 335 636 l 1\n 292 680 l 1\n 335 723 l 1\n 379 680 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEA6\nEncoding: 65190 65190 3289\nWidth: 775\nFlags: W\nHStem: 402 63<673 745>\nFore\n474 696 m 1\n 420 642 l 1\n 367 696 l 1\n 420 749 l 1\n 474 696 l 1\n790 201 m 1\n 745 201 l 1\n 714 204 689 214 670 234 c 128\n 650 252 640 305 639 392 c 1\n 648 381 l 1\n 657 320 670 286 686 281 c 128\n 703 276 719 273 736 273 c 2\n 793 273 l 1\n 790 201 l 1\n745 402 m 1\n 499 403 334 335 228 188 c 128\n 174 111 160 32 184 -50 c 128\n 210 -133 261 -176 340 -180 c 128\n 419 -185 536 -169 691 -132 c 1\n 727 -183 l 1\n 616 -216 505 -235 394 -239 c 2\n 366 -239 l 1\n 270 -229 208 -202 179 -159 c 1\n 148 -122 132 -93 132 -74 c 1\n 127 -59 125 -41 125 -19 c 0\n 125 -1 127 20 131 44 c 1\n 146 102 187 170 256 249 c 1\n 355 330 438 380 504 398 c 1\n 460 407 422 417 391 426 c 1\n 288 443 229 441 213 420 c 1\n 185 409 l 1\n 216 440 242 463 263 477 c 0\n 284 492 310 499 341 499 c 0\n 358 499 375 497 394 493 c 0\n 527 470 566 465 673 465 c 2\n 765 467 l 1\n 745 402 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEA7\nEncoding: 65191 65191 3290\nWidth: 596\nFlags: W\nHStem: 200 73<-3 452> 378 78<268 279>\nFore\n320 618 m 1\n 270 569 l 1\n 222 618 l 1\n 270 666 l 1\n 320 618 l 1\n600 200 m 1\n 20 200 l 2\n 5 200 -3 224 -3 273 c 1\n 452 275 l 1\n 384 323 342 352 326 362 c 128\n 311 373 294 378 277 378 c 128\n 260 378 243 376 227 370 c 128\n 211 366 189 358 162 348 c 1\n 147 351 l 1\n 176 389 196 414 208 426 c 128\n 222 441 244 456 273 456 c 0\n 280 456 287 455 293 453 c 0\n 340 435 399 392 471 324 c 1\n 491 301 534 285 599 275 c 1\n 600 200 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEA8\nEncoding: 65192 65192 3291\nWidth: 596\nFlags: W\nHStem: 200 73<-3 452> 378 78<268 279>\nFore\n320 618 m 1\n 270 569 l 1\n 222 618 l 1\n 270 666 l 1\n 320 618 l 1\n600 200 m 1\n 20 200 l 2\n 5 200 -3 224 -3 273 c 1\n 452 275 l 1\n 384 323 342 352 326 362 c 128\n 311 373 294 378 277 378 c 128\n 260 378 243 376 227 370 c 128\n 211 366 189 358 162 348 c 1\n 147 351 l 1\n 176 389 196 414 208 426 c 128\n 222 441 244 456 273 456 c 0\n 280 456 287 455 293 453 c 0\n 340 435 399 392 471 324 c 1\n 491 301 534 285 599 275 c 1\n 600 200 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEA9\nEncoding: 65193 65193 3292\nWidth: 397\nFlags: W\nHStem: 200 78<154 382>\nFore\n256 564 m 1\n 322 543 366 506 388 452 c 128\n 410 398 423 340 427 278 c 1\n 427 226 408 200 371 200 c 2\n 169 200 l 2\n 132 200 114 232 114 296 c 2\n 114 317 l 1\n 126 318 l 1\n 129 292 139 279 154 278 c 2\n 382 278 l 1\n 373 330 365 368 358 392 c 128\n 352 415 317 446 254 485 c 1\n 256 564 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEAA\nEncoding: 65194 65194 3293\nWidth: 397\nFlags: W\nHStem: 200 78<154 382>\nFore\n256 564 m 1\n 322 543 366 506 388 452 c 128\n 410 398 423 340 427 278 c 1\n 427 226 408 200 371 200 c 2\n 169 200 l 2\n 132 200 114 232 114 296 c 2\n 114 317 l 1\n 126 318 l 1\n 129 292 139 279 154 278 c 2\n 382 278 l 1\n 373 330 365 368 358 392 c 128\n 352 415 317 446 254 485 c 1\n 256 564 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEAB\nEncoding: 65195 65195 3294\nWidth: 399\nFlags: W\nHStem: 200 77<154 378>\nFore\n303 725 m 1\n 246 668 l 1\n 191 725 l 1\n 246 780 l 1\n 303 725 l 1\n254 560 m 1\n 319 539 363 502 384 449 c 128\n 406 396 419 338 423 277 c 1\n 423 226 405 200 368 200 c 2\n 168 200 l 2\n 132 200 114 232 114 295 c 2\n 114 315 l 1\n 126 317 l 1\n 129 291 139 278 154 277 c 2\n 378 277 l 1\n 369 328 362 366 356 390 c 128\n 349 413 315 444 252 482 c 1\n 254 560 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEAC\nEncoding: 65196 65196 3295\nWidth: 399\nFlags: W\nHStem: 200 77<154 378>\nFore\n303 725 m 1\n 246 668 l 1\n 191 725 l 1\n 246 780 l 1\n 303 725 l 1\n254 560 m 1\n 319 539 363 502 384 449 c 128\n 406 396 419 338 423 277 c 1\n 423 226 405 200 368 200 c 2\n 168 200 l 2\n 132 200 114 232 114 295 c 2\n 114 315 l 1\n 126 317 l 1\n 129 291 139 278 154 277 c 2\n 378 277 l 1\n 369 328 362 366 356 390 c 128\n 349 413 315 444 252 482 c 1\n 254 560 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEAD\nEncoding: 65197 65197 3296\nWidth: 328\nFlags: W\nFore\n325 447 m 1\n 338 402 345 353 345 299 c 0\n 345 261 337 230 334 195 c 1\n 206 -46 l 1\n 177 -89 142 -117 103 -130 c 1\n -1 -153 l 1\n 4 -132 l 1\n 60 -99 95 -72 110 -51 c 130\n 179 49 l 130\n 211 95 236 132 252 161 c 128\n 270 190 280 218 284 248 c 128\n 288 276 282 327 267 400 c 1\n 325 447 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEAE\nEncoding: 65198 65198 3297\nWidth: 328\nFlags: W\nFore\n325 447 m 1\n 338 402 345 353 345 299 c 0\n 345 261 337 230 334 195 c 1\n 206 -46 l 1\n 177 -89 142 -117 103 -130 c 1\n -1 -153 l 1\n 4 -132 l 1\n 60 -99 95 -72 110 -51 c 130\n 179 49 l 130\n 211 95 236 132 252 161 c 128\n 270 190 280 218 284 248 c 128\n 288 276 282 327 267 400 c 1\n 325 447 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEAF\nEncoding: 65199 65199 3298\nWidth: 331\nFlags: W\nFore\n326 601 m 1\n 270 545 l 1\n 211 601 l 1\n 270 654 l 1\n 326 601 l 1\n325 447 m 1\n 338 402 345 353 345 299 c 0\n 345 261 337 230 334 195 c 1\n 206 -46 l 1\n 177 -82 142 -110 103 -130 c 1\n -1 -153 l 1\n 4 -132 l 1\n 60 -92 95 -63 110 -46 c 128\n 139 -11 227 117 252 161 c 128\n 270 190 280 218 284 248 c 128\n 288 276 282 327 267 400 c 1\n 325 447 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEB0\nEncoding: 65200 65200 3299\nWidth: 331\nFlags: W\nFore\n326 648 m 1\n 263 585 l 1\n 196 648 l 1\n 263 708 l 1\n 326 648 l 1\n325 447 m 1\n 338 402 345 353 345 299 c 0\n 345 261 337 230 334 195 c 1\n 206 -46 l 1\n 177 -82 142 -110 103 -130 c 1\n -1 -153 l 1\n 4 -132 l 1\n 60 -92 95 -63 110 -46 c 128\n 139 -11 227 117 252 161 c 128\n 270 190 280 218 284 248 c 128\n 288 276 282 327 267 400 c 1\n 325 447 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEB1\nEncoding: 65201 65201 3300\nWidth: 951\nFlags: W\nHStem: 202 74<621 738 862 897>\nFore\n918 445 m 1\n 948 378 963 327 963 292 c 0\n 963 272 960 254 954 237 c 1\n 933 201 911 204 862 204 c 128\n 842 205 820 215 797 236 c 1\n 780 213 760 202 736 202 c 128\n 714 202 678 202 629 201 c 1\n 629 133 617 84 588 48 c 128\n 575 30 543 12 492 -8 c 0\n 449 -25 399 -33 340 -33 c 2\n 307 -33 l 1\n 235 -29 187 -13 164 14 c 128\n 140 42 127 77 125 119 c 0\n 124 120 124 122 124 123 c 0\n 124 166 151 240 206 347 c 1\n 219 324 l 1\n 174 255 151 202 152 164 c 128\n 153 128 160 98 172 76 c 128\n 186 55 221 39 280 30 c 128\n 339 20 398 24 458 41 c 128\n 518 58 552 74 561 86 c 128\n 581 117 595 170 590 229 c 128\n 588 263 574 295 549 324 c 1\n 582 396 l 1\n 603 359 616 319 621 276 c 1\n 728 276 l 2\n 758 276 771 304 768 360 c 1\n 781 367 l 1\n 793 316 808 287 827 282 c 128\n 857 272 910 270 932 284 c 128\n 941 290 929 332 895 409 c 1\n 918 445 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEB2\nEncoding: 65202 65202 3301\nWidth: 951\nFlags: W\nHStem: 202 74<621 738 862 897>\nFore\n918 445 m 1\n 948 378 963 327 963 292 c 0\n 963 272 960 254 954 237 c 1\n 933 201 911 204 862 204 c 128\n 842 205 820 215 797 236 c 1\n 780 213 760 202 736 202 c 128\n 714 202 678 202 629 201 c 1\n 629 133 617 84 588 48 c 128\n 575 30 543 12 492 -8 c 0\n 449 -25 399 -33 340 -33 c 2\n 307 -33 l 1\n 235 -29 187 -13 164 14 c 128\n 140 42 127 77 125 119 c 0\n 124 120 124 122 124 123 c 0\n 124 166 151 240 206 347 c 1\n 219 324 l 1\n 174 255 151 202 152 164 c 128\n 153 128 160 98 172 76 c 128\n 186 55 221 39 280 30 c 128\n 339 20 398 24 458 41 c 128\n 518 58 552 74 561 86 c 128\n 581 117 595 170 590 229 c 128\n 588 263 574 295 549 324 c 1\n 582 396 l 1\n 603 359 616 319 621 276 c 1\n 728 276 l 2\n 758 276 771 304 768 360 c 1\n 781 367 l 1\n 793 316 808 287 827 282 c 128\n 857 272 910 270 932 284 c 128\n 941 290 929 332 895 409 c 1\n 918 445 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEB3\nEncoding: 65203 65203 3302\nWidth: 600\nFlags: W\nHStem: 200 75<-6 212 345 408>\nFore\n551 464 m 1\n 589 410 608 368 608 339 c 2\n 608 256 l 2\n 608 231 604 215 596 209 c 128\n 589 203 570 200 541 200 c 0\n 511 200 486 213 466 238 c 1\n 444 213 425 200 408 200 c 2\n 325 200 l 2\n 306 200 287 213 269 238 c 1\n 251 213 232 200 212 200 c 2\n 15 200 l 2\n 5 200 -2 225 -6 275 c 1\n 142 275 223 276 236 278 c 128\n 274 284 255 345 242 386 c 1\n 256 405 l 1\n 265 364 272 332 278 312 c 128\n 283 290 295 279 313 276 c 128\n 348 271 418 266 434 298 c 128\n 441 313 436 343 419 387 c 1\n 428 405 l 1\n 441 365 453 333 464 310 c 128\n 482 268 504 271 552 273 c 128\n 568 274 577 282 580 299 c 128\n 583 316 565 353 528 410 c 1\n 551 464 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEB4\nEncoding: 65204 65204 3303\nWidth: 600\nFlags: W\nHStem: 200 75<-6 212 345 408>\nFore\n551 464 m 1\n 589 410 608 368 608 339 c 2\n 608 256 l 2\n 608 231 604 215 596 209 c 128\n 589 203 570 200 541 200 c 0\n 511 200 486 213 466 238 c 1\n 444 213 425 200 408 200 c 2\n 325 200 l 2\n 306 200 287 213 269 238 c 1\n 251 213 232 200 212 200 c 2\n 15 200 l 2\n 5 200 -2 225 -6 275 c 1\n 142 275 223 276 236 278 c 128\n 274 284 255 345 242 386 c 1\n 256 405 l 1\n 265 364 272 332 278 312 c 128\n 283 290 295 279 313 276 c 128\n 348 271 418 266 434 298 c 128\n 441 313 436 343 419 387 c 1\n 428 405 l 1\n 441 365 453 333 464 310 c 128\n 482 268 504 271 552 273 c 128\n 568 274 577 282 580 299 c 128\n 583 316 565 353 528 410 c 1\n 551 464 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEB5\nEncoding: 65205 65205 3304\nWidth: 949\nFlags: W\nHStem: 202 73<615 731>\nVStem: 124 28<124 164>\nFore\n909 441 m 1\n 938 376 953 325 953 290 c 0\n 953 270 950 252 944 236 c 1\n 923 201 902 202 852 204 c 128\n 833 205 812 215 789 235 c 1\n 772 213 752 202 730 202 c 128\n 706 202 671 202 623 201 c 1\n 623 133 612 85 583 50 c 128\n 570 33 538 15 487 -5 c 0\n 446 -22 396 -30 338 -30 c 2\n 305 -30 l 1\n 234 -26 186 -10 163 16 c 128\n 140 44 127 78 125 120 c 0\n 124 121 124 122 124 124 c 0\n 124 166 151 239 205 344 c 1\n 218 321 l 1\n 173 253 151 201 152 164 c 128\n 152 128 158 99 172 78 c 128\n 184 57 220 41 278 32 c 128\n 336 22 395 26 454 43 c 128\n 513 60 547 75 556 88 c 128\n 575 118 588 171 584 228 c 128\n 582 262 569 293 544 321 c 1\n 577 393 l 1\n 597 356 610 316 615 275 c 1\n 721 275 l 2\n 750 275 764 302 761 357 c 1\n 774 364 l 1\n 785 314 800 286 818 280 c 128\n 848 271 901 267 922 282 c 128\n 932 289 919 330 886 405 c 1\n 909 441 l 1\n855 553 m 1\n 808 508 l 1\n 759 553 l 1\n 808 598 l 1\n 855 553 l 1\n774 656 m 1\n 727 610 l 1\n 678 656 l 1\n 727 700 l 1\n 774 656 l 1\n691 553 m 1\n 644 508 l 1\n 595 553 l 1\n 644 598 l 1\n 691 553 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEB6\nEncoding: 65206 65206 3305\nWidth: 949\nFlags: W\nHStem: 202 73<615 731>\nVStem: 124 28<124 164>\nFore\n909 441 m 1\n 938 376 953 325 953 290 c 0\n 953 270 950 252 944 236 c 1\n 923 201 902 202 852 204 c 128\n 833 205 812 215 789 235 c 1\n 772 213 752 202 730 202 c 128\n 706 202 671 202 623 201 c 1\n 623 133 612 85 583 50 c 128\n 570 33 538 15 487 -5 c 0\n 446 -22 396 -30 338 -30 c 2\n 305 -30 l 1\n 234 -26 186 -10 163 16 c 128\n 140 44 127 78 125 120 c 0\n 124 121 124 122 124 124 c 0\n 124 166 151 239 205 344 c 1\n 218 321 l 1\n 173 253 151 201 152 164 c 128\n 152 128 158 99 172 78 c 128\n 184 57 220 41 278 32 c 128\n 336 22 395 26 454 43 c 128\n 513 60 547 75 556 88 c 128\n 575 118 588 171 584 228 c 128\n 582 262 569 293 544 321 c 1\n 577 393 l 1\n 597 356 610 316 615 275 c 1\n 721 275 l 2\n 750 275 764 302 761 357 c 1\n 774 364 l 1\n 785 314 800 286 818 280 c 128\n 848 271 901 267 922 282 c 128\n 932 289 919 330 886 405 c 1\n 909 441 l 1\n855 553 m 1\n 808 508 l 1\n 759 553 l 1\n 808 598 l 1\n 855 553 l 1\n774 656 m 1\n 727 610 l 1\n 678 656 l 1\n 727 700 l 1\n 774 656 l 1\n691 553 m 1\n 644 508 l 1\n 595 553 l 1\n 644 598 l 1\n 691 553 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEB7\nEncoding: 65207 65207 3306\nWidth: 649\nFlags: W\nHStem: 201 82<-6 232 377 446>\nFore\n601 490 m 1\n 643 431 664 385 664 353 c 2\n 664 262 l 2\n 664 235 660 218 652 211 c 128\n 643 204 623 201 591 201 c 0\n 558 201 531 215 509 242 c 1\n 485 215 464 201 446 201 c 2\n 355 201 l 2\n 334 201 314 215 294 242 c 1\n 275 215 254 201 232 201 c 2\n 17 201 l 2\n 6 201 -1 228 -6 283 c 1\n 156 283 244 284 258 286 c 128\n 298 293 279 360 265 404 c 1\n 279 425 l 1\n 289 380 297 346 303 323 c 128\n 309 300 322 287 342 284 c 128\n 381 279 456 273 474 308 c 128\n 482 325 477 357 458 406 c 1\n 468 425 l 1\n 482 381 495 346 506 320 c 128\n 527 275 550 279 604 281 c 128\n 620 282 630 291 634 309 c 128\n 636 327 618 367 577 430 c 1\n 601 490 l 1\n585 648 m 1\n 530 595 l 1\n 474 648 l 1\n 530 699 l 1\n 585 648 l 1\n491 767 m 1\n 436 714 l 1\n 380 767 l 1\n 436 818 l 1\n 491 767 l 1\n395 648 m 1\n 341 595 l 1\n 284 648 l 1\n 341 699 l 1\n 395 648 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEB8\nEncoding: 65208 65208 3307\nWidth: 649\nFlags: W\nHStem: 201 82<-6 232 377 446>\nFore\n601 490 m 1\n 643 431 664 385 664 353 c 2\n 664 262 l 2\n 664 235 660 218 652 211 c 128\n 643 204 623 201 591 201 c 0\n 558 201 531 215 509 242 c 1\n 485 215 464 201 446 201 c 2\n 355 201 l 2\n 334 201 314 215 294 242 c 1\n 275 215 254 201 232 201 c 2\n 17 201 l 2\n 6 201 -1 228 -6 283 c 1\n 156 283 244 284 258 286 c 128\n 298 293 279 360 265 404 c 1\n 279 425 l 1\n 289 380 297 346 303 323 c 128\n 309 300 322 287 342 284 c 128\n 381 279 456 273 474 308 c 128\n 482 325 477 357 458 406 c 1\n 468 425 l 1\n 482 381 495 346 506 320 c 128\n 527 275 550 279 604 281 c 128\n 620 282 630 291 634 309 c 128\n 636 327 618 367 577 430 c 1\n 601 490 l 1\n585 648 m 1\n 530 595 l 1\n 474 648 l 1\n 530 699 l 1\n 585 648 l 1\n491 767 m 1\n 436 714 l 1\n 380 767 l 1\n 436 818 l 1\n 491 767 l 1\n395 648 m 1\n 341 595 l 1\n 284 648 l 1\n 341 699 l 1\n 395 648 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEB9\nEncoding: 65209 65209 3308\nWidth: 949\nFlags: W\nHStem: -23 54<321 343> 446 20G<821 832>\nFore\n926 234 m 1\n 929 213 866 202 739 202 c 2\n 589 201 l 1\n 588 144 574 95 546 52 c 0\n 517 9 472 -15 409 -19 c 1\n 385 -22 363 -23 342 -23 c 0\n 234 -23 168 10 144 77 c 0\n 135 103 130 129 130 154 c 1\n 133 229 145 295 165 351 c 1\n 183 345 l 1\n 162 287 153 229 156 172 c 1\n 159 81 221 34 343 31 c 1\n 456 35 525 71 552 138 c 128\n 579 206 562 275 501 345 c 1\n 535 417 l 1\n 562 353 581 309 594 286 c 1\n 714 406 l 1\n 753 443 789 463 821 466 c 2\n 832 466 l 2\n 860 466 887 457 914 439 c 1\n 937 414 948 379 948 335 c 0\n 948 314 946 292 941 268 c 1\n 926 234 l 1\n628 274 m 1\n 697 272 764 276 831 278 c 1\n 874 289 896 305 895 324 c 0\n 892 388 861 413 780 403 c 1\n 728 381 677 338 628 274 c 1\nEndSplineSet\nEndChar\nStartChar: uniFEBA\nEncoding: 65210 65210 3309\nWidth: 949\nFlags: W\nHStem: -23 54<321 343> 446 20G<821 832>\nFore\n926 234 m 1\n 929 213 866 202 739 202 c 2\n 589 201 l 1\n 588 144 574 95 546 52 c 0\n 517 9 472 -15 409 -19 c 1\n 385 -22 363 -23 342 -23 c 0\n 234 -23 168 10 144 77 c 0\n 135 103 130 129 130 154 c 1\n 133 229 145 295 165 351 c 1\n 183 345 l 1\n 162 287 153 229 156 172 c 1\n 159 81 221 34 343 31 c 1\n 456 35 525 71 552 138 c 128\n 579 206 562 275 501 345 c 1\n 535 417 l 1\n 562 353 581 309 594 286 c 1\n 714 406 l 1\n 753 443 789 463 821 466 c 2\n 832 466 l 2\n 860 466 887 457 914 439 c 1\n 937 414 948 379 948 335 c 0\n 948 314 946 292 941 268 c 1\n 926 234 l 1\n628 274 m 1\n 697 272 764 276 831 278 c 1\n 874 289 896 305 895 324 c 0\n 892 388 861 413 780 403 c 1\n 728 381 677 338 628 274 c 1\nEndSplineSet\nEndChar\nStartChar: uniFEBB\nEncoding: 65211 65211 3310\nWidth: 823\nFlags: W\nHStem: 200 72<0 193 478 802>\nFore\n811 444 m 1\n 830 403 842 357 845 304 c 1\n 845 236 831 201 802 200 c 1\n 386 200 l 2\n 354 200 321 216 287 248 c 1\n 256 216 225 200 193 200 c 2\n 24 200 l 1\n 8 201 0 225 0 272 c 1\n 193 272 l 1\n 214 285 232 302 246 321 c 1\n 253 345 257 373 258 405 c 1\n 280 427 l 1\n 311 321 361 269 432 272 c 1\n 477 340 520 392 560 429 c 0\n 603 468 658 489 724 492 c 1\n 758 491 787 475 811 444 c 1\n741 272 m 1\n 768 285 780 312 777 352 c 1\n 771 391 744 413 695 420 c 1\n 656 417 620 405 587 386 c 1\n 552 368 515 330 478 272 c 1\n 741 272 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEBC\nEncoding: 65212 65212 3311\nWidth: 823\nFlags: W\nHStem: 200 72<0 193 478 802>\nFore\n811 444 m 1\n 830 403 842 357 845 304 c 1\n 845 236 831 201 802 200 c 1\n 386 200 l 2\n 354 200 321 216 287 248 c 1\n 256 216 225 200 193 200 c 2\n 24 200 l 1\n 8 201 0 225 0 272 c 1\n 193 272 l 1\n 214 285 232 302 246 321 c 1\n 253 345 257 373 258 405 c 1\n 280 427 l 1\n 311 321 361 269 432 272 c 1\n 477 340 520 392 560 429 c 0\n 603 468 658 489 724 492 c 1\n 758 491 787 475 811 444 c 1\n741 272 m 1\n 768 285 780 312 777 352 c 1\n 771 391 744 413 695 420 c 1\n 656 417 620 405 587 386 c 1\n 552 368 515 330 478 272 c 1\n 741 272 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEBD\nEncoding: 65213 65213 3312\nWidth: 949\nFlags: W\nHStem: -23 54<321 343> 446 20G<821 832>\nFore\n926 234 m 1\n 929 213 866 202 739 202 c 2\n 589 201 l 1\n 588 144 574 95 546 52 c 0\n 517 9 472 -15 409 -19 c 1\n 385 -22 363 -23 342 -23 c 0\n 234 -23 168 10 144 77 c 0\n 135 103 130 129 130 154 c 1\n 133 229 145 295 165 351 c 1\n 183 345 l 1\n 162 287 153 229 156 172 c 1\n 159 81 221 34 343 31 c 1\n 456 35 525 71 552 138 c 128\n 579 206 562 275 501 345 c 1\n 535 417 l 1\n 562 353 581 309 594 286 c 1\n 714 406 l 1\n 753 443 789 463 821 466 c 2\n 832 466 l 2\n 860 466 887 457 914 439 c 1\n 937 414 948 379 948 335 c 0\n 948 314 946 292 941 268 c 1\n 926 234 l 1\n628 284 m 1\n 697 282 764 286 831 288 c 1\n 874 299 896 315 895 334 c 0\n 892 398 861 423 780 413 c 1\n 728 391 677 348 628 284 c 1\n747 633 m 1\n 698 585 l 1\n 650 633 l 1\n 698 681 l 1\n 747 633 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEBE\nEncoding: 65214 65214 3313\nWidth: 949\nFlags: W\nHStem: -23 54<321 343> 446 20G<821 832>\nFore\n926 234 m 1\n 929 213 866 202 739 202 c 2\n 589 201 l 1\n 588 144 574 95 546 52 c 0\n 517 9 472 -15 409 -19 c 1\n 385 -22 363 -23 342 -23 c 0\n 234 -23 168 10 144 77 c 0\n 135 103 130 129 130 154 c 1\n 133 229 145 295 165 351 c 1\n 183 345 l 1\n 162 287 153 229 156 172 c 1\n 159 81 221 34 343 31 c 1\n 456 35 525 71 552 138 c 128\n 579 206 562 275 501 345 c 1\n 535 417 l 1\n 562 353 581 309 594 286 c 1\n 714 406 l 1\n 753 443 789 463 821 466 c 2\n 832 466 l 2\n 860 466 887 457 914 439 c 1\n 937 414 948 379 948 335 c 0\n 948 314 946 292 941 268 c 1\n 926 234 l 1\n628 284 m 1\n 697 282 764 286 831 288 c 1\n 874 299 896 315 895 334 c 0\n 892 398 861 423 780 413 c 1\n 728 391 677 348 628 284 c 1\n747 633 m 1\n 698 585 l 1\n 650 633 l 1\n 698 681 l 1\n 747 633 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEBF\nEncoding: 65215 65215 3314\nWidth: 805\nFlags: W\nHStem: 200 82<-20 173 379 782>\nFore\n608 704 m 1\n 559 656 l 1\n 511 704 l 1\n 559 752 l 1\n 608 704 l 1\n791 443 m 1\n 810 403 822 357 825 304 c 1\n 825 236 811 201 782 200 c 1\n 366 200 l 2\n 334 200 301 216 267 248 c 1\n 236 216 205 200 173 200 c 2\n 4 200 l 1\n -12 201 -20 229 -20 282 c 1\n 173 282 l 1\n 194 289 212 302 226 321 c 1\n 233 345 237 373 238 405 c 1\n 260 427 l 1\n 291 320 341 272 412 282 c 1\n 457 343 500 392 540 429 c 0\n 583 468 638 489 704 492 c 1\n 738 490 767 474 791 443 c 1\n721 282 m 1\n 748 289 760 312 757 352 c 1\n 751 391 724 413 675 419 c 1\n 636 416 600 405 567 386 c 1\n 532 368 495 333 458 282 c 1\n 721 282 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEC0\nEncoding: 65216 65216 3315\nWidth: 805\nFlags: W\nHStem: 200 82<-20 173 379 782>\nFore\n608 704 m 1\n 559 656 l 1\n 511 704 l 1\n 559 752 l 1\n 608 704 l 1\n791 443 m 1\n 810 403 822 357 825 304 c 1\n 825 236 811 201 782 200 c 1\n 366 200 l 2\n 334 200 301 216 267 248 c 1\n 236 216 205 200 173 200 c 2\n 4 200 l 1\n -12 201 -20 229 -20 282 c 1\n 173 282 l 1\n 194 289 212 302 226 321 c 1\n 233 345 237 373 238 405 c 1\n 260 427 l 1\n 291 320 341 272 412 282 c 1\n 457 343 500 392 540 429 c 0\n 583 468 638 489 704 492 c 1\n 738 490 767 474 791 443 c 1\n721 282 m 1\n 748 289 760 312 757 352 c 1\n 751 391 724 413 675 419 c 1\n 636 416 600 405 567 386 c 1\n 532 368 495 333 458 282 c 1\n 721 282 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEC1\nEncoding: 65217 65217 3316\nWidth: 557\nFlags: W\nHStem: 201 76<-7 507> 201 83<256 518>\nFore\n100 700 m 1\n 163 783 l 1\n 185 656 234 409 227 307 c 1\n 327 420 419 460 504 427 c 1\n 547 402 568 355 568 286 c 2\n 568 282 l 2\n 568 228 548 201 507 201 c 2\n -6 201 l 1\n -7 280 l 1\n 165 277 l 1\n 178 287 185 298 186 310 c 1\n 187 395 159 525 100 700 c 1\n256 284 m 1\n 535 284 l 1\n 540 317 533 344 516 364 c 1\n 469 396 419 396 366 365 c 1\n 329 345 299 325 276 304 c 1\n 256 284 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEC5\nEncoding: 65221 65221 3317\nWidth: 550\nFlags: W\nHStem: 201 76<-7 507> 201 83<256 518>\nFore\n443 612 m 1\n 397 566 l 1\n 350 612 l 1\n 397 659 l 1\n 443 612 l 1\n100 700 m 1\n 163 783 l 1\n 185 656 234 409 227 307 c 1\n 327 420 419 460 504 427 c 1\n 547 402 568 355 568 286 c 2\n 568 282 l 2\n 568 228 548 201 507 201 c 2\n -6 201 l 1\n -7 280 l 1\n 165 277 l 1\n 178 287 185 298 186 310 c 1\n 187 395 159 525 100 700 c 1\n256 284 m 1\n 535 284 l 1\n 540 317 533 344 516 364 c 1\n 469 396 419 396 366 365 c 1\n 329 345 299 325 276 304 c 1\n 256 284 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEC9\nEncoding: 65225 65225 3318\nWidth: 625\nFlags: W\nHStem: 453 49<323 412>\nVStem: 130 44<-67 -32>\nFore\n449 452 m 1\n 436 453 424 453 412 453 c 0\n 375 453 342 449 313 441 c 0\n 227 417 180 394 173 371 c 1\n 176 324 256 253 319 253 c 0\n 325 253 l 1\n 406 292 484 314 559 320 c 1\n 524 253 l 1\n 427 243 354 213 305 163 c 1\n 221 85 174 15 174 -32 c 0\n 174 -81 294 -123 535 -154 c 1\n 646 -154 l 1\n 542 -219 l 1\n 405 -212 293 -198 205 -175 c 1\n 150 -157 130 -116 130 -67 c 0\n 130 -22 147 29 168 74 c 0\n 188 117 217 155 254 186 c 1\n 197 235 156 274 132 303 c 1\n 132 335 l 2\n 132 381 154 420 197 453 c 1\n 229 486 271 502 323 502 c 2\n 328 502 l 2\n 362 497 404 480 449 452 c 1\nEndSplineSet\nEndChar\nStartChar: uniFECA\nEncoding: 65226 65226 3319\nWidth: 575\nFlags: W\nHStem: 200 76<468 604>\nFore\n604 200 m 1\n 470 200 l 1\n 403 211 351 246 316 306 c 1\n 219 235 168 162 165 85 c 1\n 158 16 189 -30 258 -54 c 1\n 295 -69 332 -78 368 -82 c 128\n 404 -87 451 -73 508 -41 c 1\n 551 -92 l 1\n 482 -129 421 -148 367 -148 c 0\n 336 -148 304 -143 271 -132 c 1\n 173 -93 124 -26 124 71 c 0\n 124 76 124 80 125 85 c 0\n 126 140 146 198 185 258 c 1\n 212 293 254 337 311 390 c 1\n 304 412 300 432 276 428 c 130\n 215 417 l 1\n 217 496 265 536 359 536 c 1\n 408 531 437 515 448 488 c 1\n 461 465 450 434 415 397 c 1\n 398 389 377 374 352 352 c 1\n 363 301 402 276 468 276 c 2\n 599 276 l 1\n 604 200 l 1\nEndSplineSet\nEndChar\nStartChar: uniFECB\nEncoding: 65227 65227 3320\nWidth: 674\nFlags: W\nHStem: 201 75<-7 269> 201 76<-7 17>\nVStem: 205 52<428.031 429>\nFore\n547 477 m 1\n 455 493 386 497 339 488 c 1\n 284 471 256 451 257 428 c 1\n 264 374 303 332 372 302 c 1\n 445 299 545 308 673 327 c 1\n 623 250 l 1\n 506 217 388 201 269 201 c 2\n 17 201 l 2\n 1 201 -7 226 -7 277 c 1\n 269 276 l 1\n 226 340 205 391 205 429 c 1\n 221 500 293 555 370 555 c 1\n 426 550 l 1\n 484 524 525 499 547 477 c 1\nEndSplineSet\nEndChar\nStartChar: uniFECC\nEncoding: 65228 65228 3321\nWidth: 550\nFlags: W\nHStem: 199 78<-10 181 479.752 491.937 492 567>\nFore\n568 200 m 1\n 492 200 l 2\n 445 200 400 231 359 293 c 1\n 305 231 246 200 183 200 c 2\n 181 200 l 1\n 14 199 l 1\n -1 200 -9 226 -10 277 c 1\n 134 278 l 1\n 256 272 316 302 315 368 c 1\n 306 399 286 413 255 412 c 1\n 236 407 226 396 223 377 c 1\n 214 377 l 1\n 214 399 l 1\n 218 480 261 528 346 528 c 0\n 371 528 396 524 421 517 c 1\n 459 501 478 481 478 456 c 0\n 479 422 439 375 406 339 c 1\n 431 297 461 276 494 277 c 2\n 568 277 l 1\n 568 200 l 1\nEndSplineSet\nEndChar\nStartChar: uniFECD\nEncoding: 65229 65229 3322\nWidth: 602\nFlags: W\nFore\n446 454 m 1\n 394 457 349 453 311 442 c 0\n 226 418 179 395 172 373 c 1\n 177 325 259 251 323 256 c 1\n 402 295 479 317 554 322 c 1\n 519 256 l 1\n 423 246 351 216 303 167 c 1\n 221 90 178 26 174 -24 c 128\n 170 -75 289 -116 530 -147 c 1\n 640 -147 l 1\n 537 -212 l 1\n 402 -205 291 -191 204 -168 c 1\n 99 -135 125 -13 168 79 c 0\n 187 121 216 158 253 189 c 1\n 196 238 156 276 132 305 c 1\n 132 334 l 1\n 131 381 153 421 197 455 c 1\n 228 487 269 503 321 503 c 2\n 325 503 l 2\n 359 498 401 481 446 454 c 1\n323 720 m 1\n 275 672 l 1\n 226 720 l 1\n 275 768 l 1\n 323 720 l 1\nEndSplineSet\nEndChar\nStartChar: uniFECE\nEncoding: 65230 65230 3323\nWidth: 577\nFlags: W\nHStem: 200 76<468 604>\nFore\n394 674 m 1\n 345 624 l 1\n 295 674 l 1\n 345 723 l 1\n 394 674 l 1\n604 200 m 1\n 470 200 l 1\n 403 211 351 246 316 306 c 1\n 219 235 168 162 165 85 c 1\n 158 16 189 -30 258 -54 c 1\n 295 -69 332 -78 368 -82 c 128\n 404 -87 451 -73 508 -41 c 1\n 551 -92 l 1\n 482 -129 421 -148 367 -148 c 0\n 336 -148 304 -143 271 -132 c 1\n 173 -93 124 -26 124 71 c 0\n 124 76 124 80 125 85 c 0\n 126 140 146 198 185 258 c 1\n 212 293 254 337 311 390 c 1\n 304 412 300 432 276 428 c 130\n 215 417 l 1\n 217 496 265 536 359 536 c 1\n 408 531 437 515 448 488 c 1\n 461 465 450 434 415 397 c 1\n 398 389 377 374 352 352 c 1\n 363 301 402 276 468 276 c 2\n 599 276 l 1\n 604 200 l 1\nEndSplineSet\nEndChar\nStartChar: uniFECF\nEncoding: 65231 65231 3324\nWidth: 578\nFlags: W\nHStem: 201 72<-17 234> 201 73<-17 5>\nVStem: 175 47<419.031 421>\nFore\n485 467 m 1\n 402 482 340 486 297 477 c 1\n 246 461 221 442 222 419 c 1\n 229 368 264 327 327 298 c 1\n 393 295 484 304 600 323 c 1\n 554 249 l 1\n 448 217 341 201 234 201 c 2\n 5 201 l 2\n -10 201 -17 225 -17 274 c 1\n 234 273 l 1\n 195 335 175 384 175 421 c 1\n 191 488 255 542 325 542 c 1\n 376 537 l 1\n 429 512 465 488 485 467 c 1\n368 753 m 1\n 322 705 l 1\n 276 753 l 1\n 322 802 l 1\n 368 753 l 1\nEndSplineSet\nEndChar\nStartChar: uniFED0\nEncoding: 65232 65232 3325\nWidth: 577\nFlags: W\nHStem: 199 77<-10 186 490.984 504.937 505 603>\nFore\n603 200 m 1\n 505 200 l 2\n 456 200 410 230 368 290 c 1\n 313 230 253 200 188 200 c 2\n 186 200 l 1\n 15 199 l 1\n -0 200 -9 225 -10 276 c 1\n 137 277 l 1\n 262 270 324 300 323 365 c 1\n 314 395 293 410 261 409 c 1\n 242 404 232 392 229 373 c 1\n 220 373 l 1\n 220 396 l 1\n 224 476 269 522 355 522 c 0\n 380 522 406 519 431 512 c 1\n 470 495 490 475 490 451 c 1\n 492.257 417.149 448.611 370.029 416 336 c 1\n 442 295 472 275 506 276 c 2\n 603 276 l 1\n 603 200 l 1\n397 703 m 1\n 348 653 l 1\n 299 703 l 1\n 348 753 l 1\n 397 703 l 1\nEndSplineSet\nEndChar\nStartChar: uniFED1\nEncoding: 65233 65233 3326\nWidth: 801\nFlags: W\nHStem: 205 76<199 705>\nVStem: 128 18<316 333>\nFore\n789 521 m 1\n 802 464 810 411 811 363 c 1\n 811 297 l 2\n 811 236 782 206 725 205 c 1\n 199 206 l 1\n 170 209 152 219 142 234 c 128\n 134 249 129 282 128 333 c 1\n 129 367 137 410 154 463 c 1\n 180 436 l 1\n 157 383 146 346 146 322 c 128\n 146 300 157 286 180 281 c 1\n 346 280 512 280 677 281 c 1\n 739 280 768 298 765 334 c 1\n 714 345 676 353 651 358 c 1\n 610 371 591 397 592 436 c 0\n 595 482 606 523 625 559 c 1\n 641 597 664 616 695 616 c 2\n 699 616 l 2\n 730 616 760 584 789 521 c 1\n764 411 m 1\n 755 454 729 521 693 529 c 1\n 678 525 668 516 665 502 c 0\n 660 485 657 470 657 458 c 0\n 657 413 715 406 764 410 c 1\n 764 411 l 1\n675 712 m 1\n 626 662 l 1\n 576 712 l 1\n 626 763 l 1\n 675 712 l 1\nEndSplineSet\nEndChar\nStartChar: uniFED2\nEncoding: 65234 65234 3327\nWidth: 801\nFlags: W\nHStem: 205 76<199 705>\nVStem: 128 18<316 333>\nFore\n789 521 m 1\n 802 464 810 411 811 363 c 1\n 811 297 l 2\n 811 236 782 206 725 205 c 1\n 199 206 l 1\n 170 209 152 219 142 234 c 128\n 134 249 129 282 128 333 c 1\n 129 367 137 410 154 463 c 1\n 180 436 l 1\n 157 383 146 346 146 322 c 128\n 146 300 157 286 180 281 c 1\n 346 280 512 280 677 281 c 1\n 739 280 768 298 765 334 c 1\n 714 345 676 353 651 358 c 1\n 610 371 591 397 592 436 c 0\n 595 482 606 523 625 559 c 1\n 641 597 664 616 695 616 c 2\n 699 616 l 2\n 730 616 760 584 789 521 c 1\n764 411 m 1\n 755 454 729 521 693 529 c 1\n 678 525 668 516 665 502 c 0\n 660 485 657 470 657 458 c 0\n 657 413 715 406 764 410 c 1\n 764 411 l 1\n675 712 m 1\n 626 662 l 1\n 576 712 l 1\n 626 763 l 1\n 675 712 l 1\nEndSplineSet\nEndChar\nStartChar: uniFED3\nEncoding: 65235 65235 3328\nWidth: 300\nFlags: W\nHStem: 200 74<-30 235> 527 75<194 206>\nFore\n296 509 m 1\n 309 453 317 402 318 355 c 1\n 318 292 l 2\n 318 232 290 201 235 200 c 1\n -30 200 l 1\n -30 274 l 1\n 188 275 l 1\n 248 274 276 292 273 327 c 1\n 224 339 187 347 163 351 c 1\n 124 364 105 389 106 426 c 0\n 109 471 119 511 138 546 c 1\n 153 583 176 602 206 602 c 2\n 210 602 l 2\n 240 602 269 571 296 509 c 1\n197 753 m 1\n 148 703 l 1\n 100 753 l 1\n 148 803 l 1\n 197 753 l 1\n196 527 m 0\n 168 527 142 483 142 453 c 0\n 142 425 158 406 191 395 c 1\n 204 392 231 389 273 385 c 1\n 266 443 241 527 196 527 c 0\nEndSplineSet\nEndChar\nStartChar: uniFED4\nEncoding: 65236 65236 3329\nWidth: 300\nFlags: W\nHStem: 200 74<-30 235> 527 75<194 206>\nFore\n296 509 m 1\n 309 453 317 402 318 355 c 1\n 318 292 l 2\n 318 232 290 201 235 200 c 1\n -30 200 l 1\n -30 274 l 1\n 188 275 l 1\n 248 274 276 292 273 327 c 1\n 224 339 187 347 163 351 c 1\n 124 364 105 389 106 426 c 0\n 109 471 119 511 138 546 c 1\n 153 583 176 602 206 602 c 2\n 210 602 l 2\n 240 602 269 571 296 509 c 1\n197 753 m 1\n 148 703 l 1\n 100 753 l 1\n 148 803 l 1\n 197 753 l 1\n196 527 m 0\n 168 527 142 483 142 453 c 0\n 142 425 158 406 191 395 c 1\n 204 392 231 389 273 385 c 1\n 266 443 241 527 196 527 c 0\nEndSplineSet\nEndChar\nStartChar: uniFED5\nEncoding: 65237 65237 3330\nWidth: 696\nFlags: W\nHStem: -60 86<372 454>\nFore\n709 562 m 1\n 654 507 l 1\n 599 562 l 1\n 654 617 l 1\n 709 562 l 1\n552 562 m 1\n 496 507 l 1\n 441 562 l 1\n 496 617 l 1\n 552 562 l 1\n719 183 m 1\n 708 90 678 27 631 -4 c 1\n 568 -41 482 -60 372 -60 c 2\n 341 -60 l 1\n 202 -30 132 24 132 103 c 1\n 131 114 130 126 130 138 c 0\n 130 203 147 275 181 356 c 1\n 192 356 l 1\n 167 266 159 195 168 142 c 1\n 175 63 271 24 454 26 c 1\n 519 37 569 49 606 62 c 1\n 661 89 686 132 680 189 c 0\n 679 209 652 213 600 200 c 1\n 529 200 498 222 507 265 c 1\n 508 289 518 318 537 351 c 1\n 556 390 579 412 606 417 c 1\n 639 402 668 377 691 340 c 1\n 708 305 717 273 719 246 c 1\n 719 183 l 1\n607 354 m 1\n 583 355 566 341 556 310 c 1\n 541 283 555 270 600 272 c 1\n 623 272 638 272 644 274 c 128\n 649 274 651 281 648 294 c 128\n 646 306 640 318 631 331 c 1\n 607 354 l 1\nEndSplineSet\nEndChar\nStartChar: uniFED6\nEncoding: 65238 65238 3331\nWidth: 696\nFlags: W\nHStem: -60 86<372 454>\nFore\n709 562 m 1\n 654 507 l 1\n 599 562 l 1\n 654 617 l 1\n 709 562 l 1\n552 562 m 1\n 496 507 l 1\n 441 562 l 1\n 496 617 l 1\n 552 562 l 1\n719 183 m 1\n 708 90 678 27 631 -4 c 1\n 568 -41 482 -60 372 -60 c 2\n 341 -60 l 1\n 202 -30 132 24 132 103 c 1\n 131 114 130 126 130 138 c 0\n 130 203 147 275 181 356 c 1\n 192 356 l 1\n 167 266 159 195 168 142 c 1\n 175 63 271 24 454 26 c 1\n 519 37 569 49 606 62 c 1\n 661 89 686 132 680 189 c 0\n 679 209 652 213 600 200 c 1\n 529 200 498 222 507 265 c 1\n 508 289 518 318 537 351 c 1\n 556 390 579 412 606 417 c 1\n 639 402 668 377 691 340 c 1\n 708 305 717 273 719 246 c 1\n 719 183 l 1\n607 354 m 1\n 583 355 566 341 556 310 c 1\n 541 283 555 270 600 272 c 1\n 623 272 638 272 644 274 c 128\n 649 274 651 281 648 294 c 128\n 646 306 640 318 631 331 c 1\n 607 354 l 1\nEndSplineSet\nEndChar\nStartChar: uniFED7\nEncoding: 65239 65239 3332\nWidth: 650\nFlags: W\nHStem: 202 72<-30 231> 520 74<191 202>\nFore\n292 503 m 1\n 305 449 312 399 313 354 c 1\n 313 292 l 2\n 313 233 286 203 231 202 c 1\n -30 202 l 1\n -30 274 l 1\n 185 275 l 1\n 244 274 272 291 269 326 c 1\n 220 337 183 345 160 348 c 1\n 121 361 103 386 104 423 c 0\n 107 467 117 506 135 539 c 1\n 150 576 173 594 202 594 c 2\n 206 594 l 2\n 236 594 265 564 292 503 c 1\n147 744 m 1\n 99 694 l 1\n 52 744 l 1\n 99 792 l 1\n 147 744 l 1\n139 447 m 0\n 139 393.987 197.696 388.093 269 383 c 1\n 262 437 238 520 193 520 c 0\n 165 520 139 478 139 447 c 0\n276 744 m 1\n 229 694 l 1\n 181 744 l 1\n 229 792 l 1\n 276 744 l 1\nEndSplineSet\nEndChar\nStartChar: uniFED8\nEncoding: 65240 65240 3333\nWidth: 650\nFlags: W\nHStem: 202 72<-30 231> 520 74<191 202>\nFore\n292 503 m 1\n 305 449 312 399 313 354 c 1\n 313 292 l 2\n 313 233 286 203 231 202 c 1\n -30 202 l 1\n -30 274 l 1\n 185 275 l 1\n 244 274 272 291 269 326 c 1\n 220 337 183 345 160 348 c 1\n 121 361 103 386 104 423 c 0\n 107 467 117 506 135 539 c 1\n 150 576 173 594 202 594 c 2\n 206 594 l 2\n 236 594 265 564 292 503 c 1\n147 744 m 1\n 99 694 l 1\n 52 744 l 1\n 99 792 l 1\n 147 744 l 1\n139 447 m 0\n 139 393.987 197.696 388.093 269 383 c 1\n 262 437 238 520 193 520 c 0\n 165 520 139 478 139 447 c 0\n276 744 m 1\n 229 694 l 1\n 181 744 l 1\n 229 792 l 1\n 276 744 l 1\nEndSplineSet\nEndChar\nStartChar: uniFED9\nEncoding: 65241 65241 3334\nWidth: 757\nFlags: W\nHStem: 199 75<296 860> 201 73<264 330>\nFore\n948 958 m 1\n 749 871 l 1\n 666 832 623 810 621 805 c 128\n 619 800 655 758 728 679 c 1\n 770 626 800 585 820 556 c 128\n 838 527 862 467 890 375 c 1\n 902 258 889 199 852 199 c 2\n 851 199 l 1\n 264 201 l 2\n 215 201 173 230 136 288 c 1\n 126 311 121 341 121 377 c 1\n 125 435 132 479 141 508 c 1\n 149 504 l 1\n 125 341 153 271 330 274 c 1\n 859 274 l 1\n 865 329 857 381 835 432 c 128\n 813 483 780 537 736 595 c 1\n 675 660 l 1\n 664 646 l 1\n 633 667 605 694 578 721 c 1\n 566 787 584 837 631 871 c 0\n 708.744 926.816 850.271 977.649 954 1021 c 1\n 948 958 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEDA\nEncoding: 65242 65242 3335\nWidth: 757\nFlags: W\nHStem: 199 75<296 860> 201 73<264 330>\nFore\n948 958 m 1\n 749 871 l 1\n 666 832 623 810 621 805 c 128\n 619 800 655 758 728 679 c 1\n 770 626 800 585 820 556 c 128\n 838 527 862 467 890 375 c 1\n 902 258 889 199 852 199 c 2\n 851 199 l 1\n 264 201 l 2\n 215 201 173 230 136 288 c 1\n 126 311 121 341 121 377 c 1\n 125 435 132 479 141 508 c 1\n 149 504 l 1\n 125 341 153 271 330 274 c 1\n 859 274 l 1\n 865 329 857 381 835 432 c 128\n 813 483 780 537 736 595 c 1\n 675 660 l 1\n 664 646 l 1\n 633 667 605 694 578 721 c 1\n 566 787 584 837 631 871 c 0\n 708.744 926.816 850.271 977.649 954 1021 c 1\n 948 958 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEDB\nEncoding: 65243 65243 3336\nWidth: 318\nFlags: W\nHStem: 199 80<-10 299>\nFore\n388 912 m 1\n 189 830 l 1\n 106 793 63 773 61 768 c 128\n 59 764 95 725 168 650 c 1\n 210 600 240 562 260 534 c 128\n 278 508 302 451 330 364 c 1\n 342 254 329 199 292 199 c 2\n 291 199 l 1\n -15 201 l 1\n -9 279 l 1\n 299 279 l 1\n 305 324 297 370 275 418 c 128\n 253 465 220 516 176 571 c 1\n 115 632 l 1\n 104 619 l 1\n 73 639 45 664 18 689 c 1\n 6 751 24 798 71 830 c 0\n 149 883 290 931 394 971 c 1\n 388 912 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEDC\nEncoding: 65244 65244 3337\nWidth: 318\nFlags: W\nHStem: 199 80<-10 299>\nFore\n388 912 m 1\n 189 830 l 1\n 106 793 63 773 61 768 c 128\n 59 764 95 725 168 650 c 1\n 210 600 240 562 260 534 c 128\n 278 508 302 451 330 364 c 1\n 342 254 329 199 292 199 c 2\n 291 199 l 1\n -15 201 l 1\n -9 279 l 1\n 299 279 l 1\n 305 324 297 370 275 418 c 128\n 253 465 220 516 176 571 c 1\n 115 632 l 1\n 104 619 l 1\n 73 639 45 664 18 689 c 1\n 6 751 24 798 71 830 c 0\n 149 883 290 931 394 971 c 1\n 388 912 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEDD\nEncoding: 65245 65245 3338\nWidth: 655\nFlags: W\nVStem: 132 31<43 82> 605 60<112 224.022>\nFore\n377 -150 m 0\n 239.074 -150 132 -100.72 132 43 c 0\n 132 74 136 108 144 144 c 0\n 153 187 169 240 193 304 c 1\n 209 298 l 1\n 178 203 163 131 163 82 c 128\n 163 33 188 -9 239 -44 c 1\n 358 -69 450 -70 516 -45 c 1\n 572 -11 602 41 605 112 c 1\n 602 331 589 566 568 816 c 1\n 606 854 l 1\n 658 895 l 1\n 705 749 l 1\n 653 685 l 1\n 652 630 653 518 657 349 c 1\n 662 276 665 213 665 161 c 0\n 665 93 661 43 652 11 c 0\n 621 -100 556 -134 437 -146 c 0\n 416 -149 396 -150 377 -150 c 0\nEndSplineSet\nEndChar\nStartChar: uniFEDE\nEncoding: 65246 65246 3339\nWidth: 655\nFlags: W\nVStem: 132 31<43 82> 605 60<112 224.022>\nFore\n377 -150 m 0\n 239.074 -150 132 -100.72 132 43 c 0\n 132 74 136 108 144 144 c 0\n 153 187 169 240 193 304 c 1\n 209 298 l 1\n 178 203 163 131 163 82 c 128\n 163 33 188 -9 239 -44 c 1\n 358 -69 450 -70 516 -45 c 1\n 572 -11 602 41 605 112 c 1\n 602 331 589 566 568 816 c 1\n 606 854 l 1\n 658 895 l 1\n 705 749 l 1\n 653 685 l 1\n 652 630 653 518 657 349 c 1\n 662 276 665 213 665 161 c 0\n 665 93 661 43 652 11 c 0\n 621 -100 556 -134 437 -146 c 0\n 416 -149 396 -150 377 -150 c 0\nEndSplineSet\nEndChar\nStartChar: uniFEDF\nEncoding: 65247 65247 3340\nWidth: 206\nFlags: W\nVStem: 145 65<388 780> 155 55<373 389>\nFore\n210 901 m 1\n 250 771 l 1\n 210 780 l 1\n 210 389 l 2\n 210 326 203 272 178 236 c 128\n 167 219 139 208 95 201 c 1\n -13 198 l 1\n -12 275 l 1\n 66 277 l 2\n 125 278 155 315 155 388 c 1\n 145 840 l 1\n 210 901 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEE0\nEncoding: 65248 65248 3341\nWidth: 206\nFlags: W\nVStem: 145 65<388 780> 155 55<373 389>\nFore\n210 901 m 1\n 250 771 l 1\n 210 780 l 1\n 210 389 l 2\n 210 326 203 272 178 236 c 128\n 167 219 139 208 95 201 c 1\n -13 198 l 1\n -12 275 l 1\n 66 277 l 2\n 125 278 155 315 155 388 c 1\n 145 840 l 1\n 210 901 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEE1\nEncoding: 65249 65249 3342\nWidth: 549\nFlags: W\nFore\n305 366 m 2\n 332 366 l 2\n 361 366 401 355 451 332 c 1\n 528 301 567 264 567 222 c 0\n 567 216 566 210 564 203 c 1\n 540 156 510 133 473 134 c 1\n 410 157 361 172 328 178 c 128\n 266 188 222 178 199 146 c 1\n 209 64 224 -76 227 -191 c 1\n 232 -246 226 -295 207 -338 c 1\n 183 -191 183 -183 157 -68 c 1\n 143 -25 134 37 129 117 c 1\n 129 128 l 2\n 129 157 139 183 159 208 c 1\n 191 250 232 270 283 269 c 1\n 341 256 347 257 408 241 c 1\n 385 256 363 269 340 279 c 1\n 306 300 282 307 266 300 c 128\n 252 293 239 281 229 265 c 1\n 214 332 240 365 305 366 c 2\nEndSplineSet\nEndChar\nStartChar: uniFEE2\nEncoding: 65250 65250 3343\nWidth: 549\nFlags: W\nFore\n305 366 m 2\n 332 366 l 2\n 361 366 401 355 451 332 c 1\n 528 301 567 264 567 222 c 0\n 567 216 566 210 564 203 c 1\n 540 156 510 133 473 134 c 1\n 410 157 361 172 328 178 c 128\n 266 188 222 178 199 146 c 1\n 209 64 224 -76 227 -191 c 1\n 232 -246 226 -295 207 -338 c 1\n 183 -191 183 -183 157 -68 c 1\n 143 -25 134 37 129 117 c 1\n 129 128 l 2\n 129 157 139 183 159 208 c 1\n 191 250 232 270 283 269 c 1\n 341 256 347 257 408 241 c 1\n 385 256 363 269 340 279 c 1\n 306 300 282 307 266 300 c 128\n 252 293 239 281 229 265 c 1\n 214 332 240 365 305 366 c 2\nEndSplineSet\nEndChar\nStartChar: uniFEE3\nEncoding: 65251 65251 3344\nWidth: 403\nFlags: W\nHStem: 202 75<0 101>\nFore\n359 402 m 0\n 387 368 407 337 419 309 c 1\n 426 288 429 269 429 252 c 0\n 429 237 426 225 420 214 c 1\n 404 196 381 184 352 179 c 1\n 321 179 283 190 238 211 c 1\n 193 242 l 1\n 171 215 140 201 101 202 c 2\n 0 202 l 1\n 0 278 l 1\n 101 277 l 1\n 140 278 169 292 188 320 c 1\n 212 371 248 430 301 430 c 2\n 307 430 l 2\n 326 430 344 421 359 402 c 0\n252 294 m 1\n 268 269 290 252 319 244 c 1\n 340 237 355 238 364 249 c 1\n 369 262 370 274 368 284 c 128\n 364 296 351 316 327 345 c 1\n 308 359 l 1\n 291 352 l 1\n 270 335 257 315 252 294 c 1\nEndSplineSet\nEndChar\nStartChar: uniFEE4\nEncoding: 65252 65252 3345\nWidth: 403\nFlags: W\nHStem: 202 75<0 101>\nFore\n359 402 m 0\n 387 368 407 337 419 309 c 1\n 426 288 429 269 429 252 c 0\n 429 237 426 225 420 214 c 1\n 404 196 381 184 352 179 c 1\n 321 179 283 190 238 211 c 1\n 193 242 l 1\n 171 215 140 201 101 202 c 2\n 0 202 l 1\n 0 278 l 1\n 101 277 l 1\n 140 278 169 292 188 320 c 1\n 212 371 248 430 301 430 c 2\n 307 430 l 2\n 326 430 344 421 359 402 c 0\n252 294 m 1\n 268 269 290 252 319 244 c 1\n 340 237 355 238 364 249 c 1\n 369 262 370 274 368 284 c 128\n 364 296 351 316 327 345 c 1\n 308 359 l 1\n 291 352 l 1\n 270 335 257 315 252 294 c 1\nEndSplineSet\nEndChar\nStartChar: uniFEE5\nEncoding: 65253 65253 3346\nWidth: 651\nFlags: W\nHStem: -96 76<362 394>\nVStem: 121 34<110 129 113 167> 636 37<169 210>\nFore\n441 451 m 1\n 382 396 l 1\n 324 451 l 1\n 382 506 l 1\n 441 451 l 1\n666 132 m 1\n 658 31 621 -38 555 -75 c 1\n 516 -90 468 -97 411 -97 c 0\n 396 -97 379 -97 362 -96 c 0\n 219 -96 140 -45 123 57 c 1\n 122 76 121 94 121 113 c 0\n 121 173 130 236 149 302 c 1\n 170 298 l 1\n 155 235 150 179 155 129 c 1\n 155 31 224 -19 362 -20 c 0\n 421 -20 475 -14 526 -3 c 1\n 599 22 636 80 636 169 c 0\n 635 274 621 336 595 357 c 1\n 653 453 l 1\n 664 407 671 326 673 210 c 1\n 666 132 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEE6\nEncoding: 65254 65254 3347\nWidth: 651\nFlags: W\nHStem: -96 76<362 394>\nVStem: 121 34<110 129 113 167> 636 37<169 210>\nFore\n441 451 m 1\n 382 396 l 1\n 324 451 l 1\n 382 506 l 1\n 441 451 l 1\n666 132 m 1\n 658 31 621 -38 555 -75 c 1\n 516 -90 468 -97 411 -97 c 0\n 396 -97 379 -97 362 -96 c 0\n 219 -96 140 -45 123 57 c 1\n 122 76 121 94 121 113 c 0\n 121 173 130 236 149 302 c 1\n 170 298 l 1\n 155 235 150 179 155 129 c 1\n 155 31 224 -19 362 -20 c 0\n 421 -20 475 -14 526 -3 c 1\n 599 22 636 80 636 169 c 0\n 635 274 621 336 595 357 c 1\n 653 453 l 1\n 664 407 671 326 673 210 c 1\n 666 132 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEE7\nEncoding: 65255 65255 3348\nWidth: 323\nFlags: W\nHStem: 200 77<-12 279>\nFore\n278 630 m 1\n 217 572 l 1\n 155 630 l 1\n 217 688 l 1\n 278 630 l 1\n286 508 m 1\n 313 472 328 426 331 371 c 1\n 331 303 l 2\n 331 236 314 201 279 200 c 1\n -3 200 l 1\n -12 277 l 1\n 298 277 l 1\n 300 344 281 396 242 433 c 1\n 286 508 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEE8\nEncoding: 65256 65256 3349\nWidth: 323\nFlags: W\nHStem: 200 77<-12 279>\nFore\n278 630 m 1\n 217 572 l 1\n 155 630 l 1\n 217 688 l 1\n 278 630 l 1\n286 508 m 1\n 313 472 328 426 331 371 c 1\n 331 303 l 2\n 331 236 314 201 279 200 c 1\n -3 200 l 1\n -12 277 l 1\n 298 277 l 1\n 300 344 281 396 242 433 c 1\n 286 508 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEE9\nEncoding: 65257 65257 3350\nWidth: 424\nFlags: W\nFore\n252 564 m 1\n 281 531 307 497 331 462 c 1\n 382 375 l 1\n 390 354 394 334 394 315 c 0\n 394 286 385 260 367 236 c 1\n 345 217 315 206 277 202 c 1\n 196 202 163 210 133 263 c 1\n 129 274 127 285 127 297 c 0\n 127 360 180 432 207 482 c 1\n 199 492 l 1\n 251 564 l 1\n 252 564 l 1\n235 453 m 1\n 216 431 202 415 195 404 c 128\n 179 382 147 320 182 294 c 128\n 215 269 276 265 331 276 c 128\n 354 281 364 292 360 309 c 128\n 357 326 346 351 329 382 c 1\n 306 417 274 441 235 454 c 1\n 235 453 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEEA\nEncoding: 65258 65258 3351\nWidth: 622\nFlags: W\nHStem: 201 74<553 627>\nFore\n642 203 m 1\n 641 202 632 201 615 201 c 0\n 535 201 485 217 464 248 c 1\n 436 276 415 332 400 416 c 1\n 379 365 343 339 293 339 c 0\n 184 341 130 366 130 413 c 0\n 130 470 204 529 353 592 c 1\n 344 628 351 663 373 698 c 1\n 447 361 l 1\n 476 304 512 275 553 275 c 2\n 647 275 l 1\n 642 203 l 1\n360 559 m 1\n 289 530 245 506 228 488 c 128\n 199 455 181 433 225 410 c 128\n 260 392 306 394 349 400 c 128\n 368 402 380 419 387 452 c 1\n 378 487 374 528 360 559 c 1\nEndSplineSet\nEndChar\nStartChar: uniFEEB\nEncoding: 65259 65259 3352\nWidth: 525\nFlags: W\nHStem: 199 76<-5 33.3183>\nFore\n353 747 m 1\n 420 682 469 614 498 545 c 0\n 521 494 532 439 532 382 c 0\n 532 364 531 346 529 328 c 0\n 516 246 490 199 451 188 c 1\n 382 195 319 226 261 280 c 1\n 202 227 138 200 71 199 c 2\n -12 199 l 1\n -5 275 l 1\n 86 275 160 291 216 323 c 1\n 182 339 157 375 141 432 c 1\n 141 543 212 615 355 647 c 1\n 299 684 l 1\n 304 715 322 736 353 747 c 1\n417 530 m 1\n 401 459 376 401 341 358 c 1\n 406 320 443 299 453 294 c 128\n 463 290 475 321 489 388 c 1\n 492 455 469 518 419 577 c 1\n 417 530 l 1\n323 423 m 1\n 352.189 497.877 383.579 571.78 337 580 c 1\n 284 565 211 525 208 475 c 1\n 209 448 241 419 304 388 c 1\n 323 423 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEEC\nEncoding: 65260 65260 3353\nWidth: 476\nFlags: W\nHStem: 201 77<-18 173 206 228.444 271 491>\nFore\n491 201 m 1\n 271 201 l 1\n 294 196 313 185 329 170 c 1\n 360 152 375 123 375 82 c 0\n 376 32 319 -35 266 -35 c 2\n 262 -35 l 2\n 242 -35 226 -24 213 -1 c 1\n 196 26 185 59 178 100 c 1\n 173 201 l 1\n -18 201 l 1\n -17 278 l 1\n 170 278 l 1\n 179 403 l 1\n 192 456 206 490 221 506 c 1\n 239 520 258 527 277 527 c 0\n 281 527 285 527 289 526 c 1\n 345 503 360 474 378 409 c 1\n 379 365 366 333 341 313 c 1\n 316 296 293 285 271 278 c 1\n 491 278 l 1\n 491 201 l 1\n238 278 m 1\n 304 305 353 334 348 409 c 1\n 339 442 325 461 308 468 c 128\n 263 485 235 453 227 412 c 128\n 222 384 215 340 206 278 c 1\n 238 278 l 1\n209 188 m 1\n 224 85 251 31 290 28 c 1\n 329 39 351 58 354 87 c 1\n 349 158 283 201 209 201 c 1\n 209 188 l 1\nEndSplineSet\nEndChar\nStartChar: uniFEED\nEncoding: 65261 65261 3354\nWidth: 399\nFlags: W\nHStem: 434 20G<306 315>\nVStem: 189 65<288 323.466>\nFore\n330 199 m 1\n 231 199 l 1\n 200 212 186 247 189 303 c 1\n 189 348 203 388 231 422 c 1\n 244 443 269 454 306 454 c 2\n 315 454 l 1\n 360 447 388 390 399 282 c 1\n 399 197 l 2\n 399 127 364 45 293 -50 c 1\n 249 -100 193 -125 126 -125 c 2\n 73 -125 l 1\n 73 -115 l 1\n 160 -64 213 -30 230 -12 c 128\n 247 4 270 36 298 82 c 128\n 327 128 337 167 330 199 c 1\n341 288 m 1\n 339 338 339 355 324 377 c 128\n 316 389 297 395 282 384 c 128\n 258 367 254 343 254 288 c 1\n 282 289 315 285 341 288 c 1\nEndSplineSet\nEndChar\nStartChar: uniFEEE\nEncoding: 65262 65262 3355\nWidth: 399\nFlags: W\nHStem: 434 20G<306 315>\nVStem: 189 65<288 323.466>\nFore\n330 199 m 1\n 231 199 l 1\n 200 212 186 247 189 303 c 1\n 189 348 203 388 231 422 c 1\n 244 443 269 454 306 454 c 2\n 315 454 l 1\n 360 447 388 390 399 282 c 1\n 399 197 l 2\n 399 127 364 45 293 -50 c 1\n 249 -100 193 -125 126 -125 c 2\n 73 -125 l 1\n 73 -115 l 1\n 160 -64 213 -30 230 -12 c 128\n 247 4 270 36 298 82 c 128\n 327 128 337 167 330 199 c 1\n341 288 m 1\n 339 338 339 355 324 377 c 128\n 316 389 297 395 282 384 c 128\n 258 367 254 343 254 288 c 1\n 282 289 315 285 341 288 c 1\nEndSplineSet\nEndChar\nStartChar: uniFEFB\nEncoding: 65275 65275 3356\nWidth: 676\nFlags: W\nHStem: 187 86<244 336>\nFore\n553 902 m 1\n 554 884 575 868 614 854 c 1\n 604 802 l 1\n 586 783 l 1\n 581 769 573 734 562 679 c 128\n 550 624 518 536 466 415 c 1\n 500 354 519 305 524 268 c 128\n 529 231 512 209 474 202 c 128\n 437 194 360 189 244 187 c 1\n 250 278 l 1\n 332 311 388 354 419 407 c 1\n 278 619 l 130\n 243 671 224 697 221 698 c 128\n 218 698 211 695 202 690 c 128\n 193 684 179 687 162 700 c 128\n 137 718 122 752 122 794 c 0\n 122 807 124 819 128 830 c 0\n 135 850 155 840 190 802 c 128\n 224 762 307 641 440 438 c 1\n 485 535 523 641 544 724 c 128\n 550 742 552 761 553 779 c 1\n 533 834 l 1\n 530 867 537 895 553 916 c 1\n 553 902 l 1\n440 374 m 1\n 409 331 374 298 336 273 c 1\n 392 274 426 276 439 282 c 128\n 460 290 470 303 460 328 c 128\n 457 337 450 353 440 374 c 1\nEndSplineSet\nLigature: 1 2 'rlig' uniFEDF uniFE8E\nEndChar\nStartChar: uniFEFC\nEncoding: 65276 65276 3357\nWidth: 724\nFlags: W\nHStem: 197 83<689 732>\nFore\n739 197 m 1\n 691 197 l 2\n 621 197 586 252 586 361 c 1\n 575 459 l 1\n 545 342 499 263 438 222 c 1\n 392 205 315 196 207 196 c 0\n 181 196 153 196 123 197 c 1\n 233 232 329 269 410 308 c 1\n 496 357 544 450 555 587 c 0\n 561 658 557 767 544 914 c 1\n 664 795 l 1\n 614 759 609 605 649 333 c 1\n 663 298 678 280 695 280 c 2\n 732 280 l 1\n 739 197 l 1\n438 445 m 1\n 367 594 290 666 207 661 c 1\n 204 805 l 1\n 271 801 321 766 356 698 c 128\n 390 632 418 546 438 445 c 1\nEndSplineSet\nLigature: 1 2 'rlig' uniFEE0 uniFE8E\nEndChar\nStartChar: uniFFFD\nEncoding: 65533 65533 3238\nWidth: 788\nFlags: W\nHStem: 173.938 59.374<371 415>\nFore\n416.125 233.312 m 5\n 416.125 262.688 l 6\n 416.125 290.188 423 300.812 465.5 340.188 c 4\n 512.375 382.688 528 410.812 528 452.062 c 4\n 528 525.188 476.125 572.062 394.875 572.062 c 4\n 304.875 572.062 258 522.062 258 425.812 c 5\n 311.125 425.812 l 5\n 311.125 454.562 314.25 472.062 321.75 487.062 c 4\n 333.625 510.188 358.625 523.312 391.75 523.312 c 4\n 439.875 523.312 471.75 494.562 471.75 452.062 c 4\n 471.75 423.312 458 398.938 424.875 369.562 c 4\n 388 336.438 388 336.438 377.375 322.062 c 4\n 364.25 304.562 359.875 290.188 359.875 267.688 c 6\n 359.875 233.312 l 5\n 416.125 233.312 l 5\n416.125 173.938 m 5\n 359.875 173.938 l 5\n 359.875 108.938 l 5\n 416.125 108.938 l 5\n 416.125 173.938 l 5\n395 -14 m 1\n 35 346 l 1\n 395 705 l 1\n 754 346 l 1\n 395 -14 l 1\nEndSplineSet\nEndChar\nStartChar: uni0937091F\nEncoding: 65536 -1 3239\nWidth: 629\nFlags: W\nHStem: 531 79<122 303 384 596>\nVStem: 304 79<361 530>\nDStem: 95 480 121 531 263 323 304 360\nFore\n-39 610 m 1\n 570 610 l 1\n 579 610 589 612 597 609 c 0\n 620 598 648 568 663 546 c 0\n 665 543 668 538 668 534 c 0\n 667 529 656 531 652 531 c 1\n 383 531 l 1\n 383 247 l 1\n 404 245 436 209 448 195 c 0\n 483 156 514 101 491 48 c 0\n 472 11 438 -13 395 -24 c 0\n 352 -37 306 -40 261 -37 c 0\n 182 -32 122 -11 76 32 c 0\n 36 68 -6 114 -1 171 c 0\n 6 224 49 265 95 282 c 1\n 85 291 75 301 66 311 c 0\n 33 347 0 390 -1 441 c 0\n -2 467 2 508 9 532 c 0\n 10 536 12 540 11 544 c 0\n 10 550 0 556 -4 560 c 0\n -12 568 -39 591 -39 610 c 1\n121 531 m 1\n 304 360 l 1\n 304 531 l 1\n 121 531 l 1\n95 480 m 1\n 84 437 71 390 81 346 c 0\n 88 321 93 312 111 301 c 0\n 120 295 126 295 137 299 c 0\n 177 311 220 319 263 323 c 1\n 95 480 l 1\n382 246 m 1\n 286 246 179 221 121 171 c 0\n 99 153 73 118 79 75 c 0\n 79 61 94 59 103 56 c 0\n 206 25 362 39 407 116 c 0\n 421 142 424 178 409 204 c 0\n 400 218 384 229 382 246 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nLigature: 8 1 'liga' uni0937 uni091F\nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeSerifBold.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeSerifBold\nFullName: Free Serif Bold\nFamilyName: FreeSerif\nWeight: Bold\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.7 $\nItalicAngle: 0\nUnderlinePosition: -100\nUnderlineWidth: 50\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 17\nTTFWeight: 700\nTTFWidth: 5\nPanose: 2 2 8 3 7 5 5 2 3 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 2\n 1 latn 1 dflt \n 1 DFLT 1 dflt \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1060 \"\" \"\" \"polkrepko\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nEncoding: unicode\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 720 16 14\nBeginPrivate: 8\nUniqueID 7 5020933\nBlueValues 23 [-20 0 461 481 676 696]\nBlueScale 8 0.039625\nStdHW 4 [33]\nStdVW 5 [140]\nStemSnapH 200 [33 44 48 55 66 73] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 6 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [33 66] } if\nStemSnapV 208 [118 140 148 163 174 178] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 6 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [140 163] } if\nForceBold 5 false\nEndPrivate\nBeginChars: 65536 1546\nStartChar: space\nEncoding: 32 32 0\nWidth: 250\nFlags: W\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 333\nFlags: MW\nHStem: -13 169<143 189> 234 457<151 180 151 151>\nVStem: 82 169<48 93.5>\nFore\n166 156 m 0\n 213 156 251 117 251 70 c 0\n 251 24 213 -13 165 -13 c 0\n 118 -13 82 24 82 72 c 0\n 82 117 120 156 166 156 c 0\n180 234 m 1\n 151 234 l 1\n 138 357 128 407 99 502 c 0\n 85 547 81 566 81 591 c 0\n 81 654 112 691 166 691 c 0\n 219 691 250 654 250 589 c 0\n 250 566 246 546 232 502 c 0\n 202 406 193 357 180 234 c 1\nEndSplineSet\nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 555\nFlags: MW\nHStem: 404 287<128 165.5 388 425.5>\nVStem: 83 129<613 641.5> 343 129<613 641.5>\nFore\n168 404 m 1\n 127 404 l 1\n 122 426 118 445 116 452 c 0\n 95 535 83 599 83 620 c 0\n 83 663 109 691 147 691 c 0\n 184 691 212 662 212 624 c 0\n 212 602 202 551 168 404 c 1\n428 404 m 1\n 387 404 l 1\n 382 425 377 445 376 452 c 0\n 355 536 343 599 343 620 c 0\n 343 663 369 691 407 691 c 0\n 444 691 472 662 472 624 c 0\n 472 602 459 537 428 404 c 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 500\nFlags: W\nHStem: 0 21<71 149 71 71 262 340 262 262> 210 73<4 100 189 291 380 467> 417 283<207 207 207 217 398 398 398 408> 417 73<33 129 217 320 408 496> 417 283\nVStem: 4 463<210 283> 33 463<417 490>\nFore\n467 283 m 1\n 467 210 l 1\n 369 210 l 1\n 340 0 l 1\n 262 0 l 1\n 291 210 l 1\n 178 210 l 1\n 149 0 l 1\n 71 0 l 1\n 100 210 l 1\n 4 210 l 1\n 4 283 l 1\n 111 283 l 1\n 129 417 l 1\n 33 417 l 1\n 33 490 l 1\n 139 490 l 1\n 169 700 l 1\n 246 700 l 1\n 217 490 l 1\n 330 490 l 1\n 360 700 l 1\n 437 700 l 1\n 408 490 l 1\n 496 490 l 1\n 496 417 l 1\n 398 417 l 1\n 380 283 l 1\n 467 283 l 1\n320 417 m 1\n 207 417 l 1\n 189 283 l 1\n 302 283 l 1\n 320 417 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 500\nFlags: MW\nHStem: -99 849<214 269>\nVStem: 29 95 214 55<-99 0 674 750> 362 110\nFore\n428 481 m 1\n 407 481 l 1\n 378 581 340 625 269 641 c 1\n 269 426 l 1\n 366 376 396 356 431 316 c 0\n 457 287 472 244 472 196 c 0\n 472 140 455 95 422 63 c 0\n 390 32 351 15 269 0 c 1\n 269 -99 l 1\n 214 -99 l 1\n 214 0 l 1\n 152 3 128 9 46 43 c 1\n 46 199 l 1\n 67 197 l 1\n 99 89 139 44 213 30 c 1\n 213 281 l 1\n 79 348 29 407 29 496 c 0\n 29 559 60 612 115 644 c 0\n 146 661 168 667 214 672 c 1\n 214 750 l 1\n 269 750 l 1\n 269 674 l 1\n 347 661 381 650 428 622 c 1\n 428 481 l 1\n269 250 m 1\n 269 30 l 1\n 332 42 362 75 362 134 c 0\n 362 188 349 205 269 250 c 1\n213 454 m 1\n 213 644 l 1\n 150 628 124 602 124 554 c 0\n 124 508 153 475 213 454 c 1\nEndSplineSet\nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 1000\nFlags: W\nHStem: -14 46<685 690> 294 46<271 283> 321 51<779 796> 585 38<505 529>\nVStem: 432 32 535 117<83 108.5> 844 33<229 269.5>\nFore\n761 372 m 0\n 831 372 877 327 877 257 c 0\n 877 179 843 95 789 39 c 0\n 758 6 712 -14 668 -14 c 0\n 588 -14 535 41 535 125 c 0\n 535 248 648 372 761 372 c 0\n792 321 m 0\n 766 321 744 305 719 269 c 0\n 686 220 652 129 652 88 c 0\n 652 52 669 32 701 32 c 0\n 738 32 773 61 803 116 c 0\n 831 166 844 209 844 249 c 0\n 844 290 822 321 792 321 c 0\n728 692 m 1\n 334 -8 l 1\n 279 -8 l 1\n 627 612 l 1\n 585 594 546 585 512 585 c 0\n 498 585 486 586 465 590 c 1\n 464 501 448 445 406 383 c 0\n 366 325 313 294 253 294 c 0\n 177 294 124 350 124 430 c 0\n 124 558 234 678 350 678 c 0\n 375 678 398 670 425 651 c 0\n 456 629 477 623 518 623 c 0\n 579 623 653 650 675 681 c 0\n 680 688 685 692 690 692 c 2\n 728 692 l 1\n371 631 m 0\n 355 633 330 612 309 581 c 0\n 274 529 241 442 238 396 c 0\n 236 364 256 340 286 340 c 0\n 318 340 345 359 374 401 c 0\n 410 454 432 519 432 569 c 0\n 432 591 424 604 403 613 c 0\n 397 615 396 616 387 623 c 0\n 378 629 375 630 371 631 c 0\nEndSplineSet\nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 833\nFlags: MW\nHStem: -16 101 395 24 658 32\nVStem: 62 139 206 117 467 101<537.5 566.5> 577 206<395 419>\nFore\n577 419 m 1\n 783 419 l 1\n 783 395 l 1\n 740 391 728 384 710 355 c 2\n 683 311 l 2\n 656 268 645 252 590 176 c 1\n 646 104 671 85 709 85 c 0\n 733 85 750 96 767 123 c 1\n 787 111 l 1\n 771 85 l 2\n 746 44 733 28 717 15 c 0\n 693 -3 655 -16 624 -16 c 0\n 571 -16 535 6 475 72 c 1\n 393 11 327 -15 253 -15 c 0\n 141 -15 62 58 62 161 c 0\n 62 255 116 318 258 388 c 1\n 218 457 206 489 206 533 c 0\n 206 630 281 691 401 691 c 0\n 502 691 568 643 568 569 c 0\n 568 506 522 462 416 423 c 1\n 567 209 l 1\n 625 281 643 314 643 354 c 0\n 643 383 636 388 577 395 c 1\n 577 419 l 1\n323 286 m 2\n 275 358 l 1\n 220 326 201 301 201 264 c 0\n 201 212 230 148 273 103 c 0\n 298 77 332 61 362 61 c 0\n 388 61 413 72 452 100 c 1\n 420 142 398 174 323 286 c 2\n397 452 m 1\n 447 469 467 492 467 533 c 0\n 467 600 424 658 375 658 c 0\n 343 658 323 637 323 602 c 0\n 323 561 344 518 397 452 c 1\nEndSplineSet\nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 278\nFlags: MW\nHStem: 404 287<120 157.5>\nVStem: 75 129<613 641.5>\nFore\n160 404 m 1\n 119 404 l 1\n 114 425 109 445 108 452 c 0\n 87 535 75 599 75 620 c 0\n 75 663 101 691 139 691 c 0\n 176 691 204 662 204 624 c 0\n 204 602 193 548 160 404 c 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 333\nFlags: MW\nVStem: 46 113<213.5 323.5>\nFore\n306 694 m 1\n 306 667 l 1\n 246 627 222 601 201 557 c 0\n 173 497 159 396 159 258 c 0\n 159 121 173 29 203 -33 c 0\n 224 -78 249 -104 306 -140 c 1\n 306 -168 l 1\n 208 -109 165 -69 119 3 c 0\n 71 79 46 168 46 259 c 0\n 46 388 92 507 177 599 c 0\n 216 640 244 661 306 694 c 1\nEndSplineSet\nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 333\nFlags: MW\nVStem: 174 113<202 312>\nFore\n27 -168 m 1\n 27 -141 l 1\n 87 -101 112 -75 132 -31 c 0\n 160 29 174 130 174 268 c 0\n 174 404 160 497 130 559 c 0\n 109 604 84 629 27 666 c 1\n 27 694 l 1\n 125 635 168 595 214 523 c 0\n 262 447 287 358 287 266 c 0\n 287 138 241 19 155 -73 c 0\n 117 -114 89 -135 27 -168 c 1\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 500\nFlags: W\nHStem: 339 106<114 117.5> 503 106\nVStem: 203 99<295 313> 243 19\nFore\n278 476 m 1\n 278 468 l 1\n 314 451 329 447 374 443 c 0\n 428 439 447 425 447 392 c 0\n 447 364 426 342 398 342 c 0\n 371 342 355 355 323 404 c 1\n 303 432 295 439 266 454 c 1\n 259 449 l 1\n 264 404 268 389 288 349 c 0\n 299 328 302 319 302 307 c 0\n 302 278 280 255 251 255 c 128\n 222 255 203 278 203 312 c 0\n 203 328 206 337 218 359 c 0\n 238 393 240 403 241 449 c 1\n 234 454 l 1\n 196 426 188 418 161 379 c 0\n 141 348 128 339 107 339 c 0\n 79 339 57 361 57 389 c 0\n 57 426 86 445 142 445 c 1\n 184 447 194 450 226 472 c 1\n 226 479 l 1\n 186 497 170 501 124 505 c 0\n 72 509 56 521 56 557 c 0\n 56 586 75 606 104 606 c 0\n 131 606 146 595 167 561 c 0\n 192 521 198 515 236 494 c 1\n 243 497 l 1\n 242 539 239 550 218 588 c 0\n 204 614 200 624 200 641 c 0\n 200 669 222 691 252 691 c 0\n 280 691 300 669 300 636 c 0\n 300 621 297 611 284 588 c 0\n 267 560 262 541 262 516 c 2\n 262 497 l 1\n 270 494 l 1\n 307 523 315 533 341 570 c 0\n 361 601 373 609 395 609 c 0\n 422 609 447 585 447 559 c 0\n 447 541 431 519 411 510 c 0\n 399 505 390 503 366 503 c 0\n 323 501 311 497 278 476 c 1\nEndSplineSet\nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 570\nFlags: MW\nHStem: 0 21<241 329 241 241> 209 88<33 241 329 537>\nVStem: 241 88<0 209 297 506>\nFore\n241 297 m 1\n 241 506 l 1\n 329 506 l 1\n 329 297 l 1\n 537 297 l 1\n 537 209 l 1\n 329 209 l 1\n 329 0 l 1\n 241 0 l 1\n 241 209 l 1\n 33 209 l 1\n 33 297 l 1\n 241 297 l 1\nEndSplineSet\nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 250\nFlags: MW\nHStem: -6 161<97 114.5>\nVStem: 39 184<49 73.5>\nFore\n57 -180 m 1\n 46 -158 l 1\n 121 -106 155 -64 155 -26 c 0\n 155 -13 147 -4 136 -4 c 0\n 134 -4 132 -4 129 -5 c 0\n 123 -6 117 -6 112 -6 c 0\n 69 -6 39 26 39 72 c 0\n 39 122 72 155 122 155 c 0\n 182 155 223 108 223 39 c 0\n 223 -47 173 -113 57 -180 c 1\nEndSplineSet\nKernsSLIF: 63196 -12 1 0 8221 9 1 0 8217 -23 1 0\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 333\nFlags: MW\nHStem: 171 116<44 287>\nVStem: 44 243<171 287>\nFore\n287 287 m 1\n 287 171 l 1\n 44 171 l 1\n 44 287 l 1\n 287 287 l 1\nEndSplineSet\nKernsSLIF: 65 -18 1 0 198 -24 1 0 193 -18 1 0 196 -18 1 0 197 -18 1 0 84 -74 1 0 86 -72 1 0 87 -54 1 0 89 -83 1 0\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 250\nFlags: MW\nHStem: -13 169<102 148>\nVStem: 41 169<48 93.5>\nFore\n125 156 m 0\n 172 156 210 117 210 70 c 0\n 210 24 172 -13 124 -13 c 0\n 77 -13 41 24 41 72 c 0\n 41 117 79 156 125 156 c 0\nEndSplineSet\nKernsSLIF: 63196 -21 1 0 8221 5 1 0 8217 -27 1 0\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 278\nFlags: MW\nHStem: 671 20<212 302 302 302>\nFore\n302 691 m 1\n 66 -19 l 1\n -24 -19 l 1\n 212 691 l 1\n 302 691 l 1\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 500\nFlags: MW\nHStem: -13 28<226 262.5> 660 28<225 273.5>\nVStem: 24 158<237 381.5> 318 158<236.5 437>\nFore\n250 688 m 0\n 379 688 476 537 476 337 c 0\n 476 136 380 -13 251 -13 c 0\n 118 -13 24 134 24 340 c 0\n 24 423 46 517 78 572 c 0\n 119 644 185 688 250 688 c 0\n318 222 m 2\n 318 451 l 2\n 318 598 298 660 249 660 c 0\n 201 660 182 602 182 451 c 2\n 182 222 l 2\n 182 74 201 15 251 15 c 0\n 274 15 290 29 301 58 c 0\n 310 85 318 163 318 222 c 2\nEndSplineSet\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 500\nFlags: W\nHStem: 0 24 668 20<317 334 334 334>\nVStem: 67 375<0 24> 186 148<124 509 509 532.5>\nFore\n317 688 m 1\n 334 688 l 1\n 334 118 l 2\n 334 41 351 26 442 24 c 1\n 442 0 l 1\n 67 0 l 1\n 67 24 l 1\n 166 25 186 42 186 124 c 2\n 186 509 l 2\n 186 556 175 578 150 578 c 0\n 137 578 112 571 85 561 c 0\n 82 559 74 556 65 553 c 1\n 65 579 l 1\n 317 688 l 1\nEndSplineSet\nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 500\nFlags: MW\nHStem: 0 133<160 311 311 362> 574 114\nVStem: 300 136\nFore\n478 211 m 1\n 433 0 l 1\n 17 0 l 1\n 17 23 l 1\n 163 179 198 221 249 299 c 0\n 281 348 300 403 300 447 c 0\n 300 470 292 498 280 519 c 0\n 258 555 225 574 181 574 c 0\n 127 574 90 546 59 484 c 1\n 31 484 l 1\n 59 559 79 593 118 632 c 0\n 153 668 201 688 251 688 c 0\n 359 688 436 612 436 505 c 0\n 436 429 401 362 322 287 c 2\n 160 133 l 1\n 311 133 l 2\n 413 133 425 139 454 211 c 1\n 478 211 l 1\nEndSplineSet\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 500\nFlags: W\nHStem: -14 148\nVStem: 283 146<521.5 535.5> 354 114<173 178>\nFore\n58 523 m 1\n 37 535 l 1\n 92 638 167 688 266 688 c 0\n 368 688 429 637 429 551 c 0\n 429 492 410 463 346 424 c 1\n 386 406 403 394 424 370 c 0\n 453 335 468 292 468 246 c 0\n 468 100 336 -14 169 -14 c 0\n 77 -14 16 22 16 76 c 0\n 16 110 43 134 81 134 c 0\n 111 134 141 118 180 79 c 0\n 213 47 232 36 256 36 c 0\n 316 36 354 82 354 154 c 0\n 354 202 336 247 305 276 c 0\n 269 310 236 327 153 356 c 1\n 153 373 l 1\n 248 403 283 438 283 504 c 0\n 283 567 244 607 181 607 c 0\n 129 607 96 584 58 523 c 1\nEndSplineSet\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 500\nFlags: MW\nHStem: 0 21<267 412 267 267> 144 111<60 267 412 475> 668 20<332 412 412 412>\nVStem: 19 456<144 255> 267 145<0 144>\nFore\n412 255 m 1\n 475 255 l 1\n 475 144 l 1\n 412 144 l 1\n 412 0 l 1\n 267 0 l 1\n 267 144 l 1\n 19 144 l 1\n 19 257 l 1\n 79 352 145 444 273 611 c 2\n 332 688 l 1\n 412 688 l 1\n 412 255 l 1\n269 255 m 1\n 269 552 l 1\n 60 255 l 1\n 269 255 l 1\nEndSplineSet\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 500\nFlags: MW\nHStem: -8 148 549 127<149 149 149 427>\nFore\n149 549 m 1\n 127 468 l 1\n 209 463 240 459 278 448 c 0\n 387 417 451 337 451 233 c 0\n 451 92 334 -8 169 -8 c 0\n 80 -8 22 27 22 80 c 0\n 22 115 48 140 84 140 c 0\n 110 140 140 127 183 95 c 0\n 223 65 250 53 273 53 c 0\n 329 53 373 97 373 153 c 0\n 373 219 320 276 231 304 c 0\n 187 318 146 324 51 331 c 1\n 148 676 l 1\n 470 676 l 1\n 427 549 l 1\n 149 549 l 1\nEndSplineSet\nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 500\nFlags: MW\nHStem: -13 27<250.5 286.5>\nVStem: 28 156<195.5 273> 323 152<154 241.5>\nFore\n470 688 m 1\n 470 662 l 1\n 324 632 241 551 204 404 c 1\n 234 417 256 421 288 421 c 0\n 402 421 475 343 475 222 c 0\n 475 86 384 -13 260 -13 c 0\n 120 -13 28 100 28 273 c 0\n 28 406 87 518 199 595 c 0\n 275 647 337 669 470 688 c 1\n233 376 m 0\n 219 376 205 372 197 366 c 0\n 190 361 184 304 184 242 c 0\n 184 149 194 76 211 43 c 0\n 221 24 239 14 262 14 c 0\n 311 14 323 44 323 162 c 0\n 323 321 300 376 233 376 c 0\nEndSplineSet\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 500\nFlags: MW\nHStem: 0 21<147 242 147 147> 539 137<112.5 140 140 347>\nFore\n477 676 m 1\n 242 0 l 1\n 147 0 l 1\n 347 539 l 1\n 140 539 l 2\n 85 539 61 518 42 454 c 1\n 17 454 l 1\n 61 676 l 1\n 477 676 l 1\nEndSplineSet\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 500\nFlags: W\nHStem: -13 32<215.5 273> 659 29<227.5 279>\nVStem: 28 121<116.5 179> 39 129<548 565.5> 333 139<127 164> 339 119<512.5 575>\nFore\n178 324 m 1\n 79 383 39 438 39 513 c 0\n 39 618 128 688 263 688 c 0\n 382 688 458 632 458 543 c 0\n 458 479 418 438 322 404 c 1\n 429 336 472 274 472 187 c 0\n 472 67 379 -13 240 -13 c 0\n 113 -13 28 55 28 157 c 0\n 28 201 43 239 72 267 c 0\n 98 292 121 305 178 324 c 1\n298 422 m 1\n 331 466 339 489 339 536 c 0\n 339 614 307 659 251 659 c 0\n 204 659 168 623 168 576 c 0\n 168 520 214 465 298 422 c 1\n200 306 m 1\n 160 247 149 216 149 161 c 0\n 149 72 185 19 246 19 c 0\n 300 19 333 60 333 127 c 0\n 333 201 309 233 200 306 c 1\nEndSplineSet\nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 500\nFlags: MW\nHStem: 661 27<214.5 251.5>\nVStem: 26 152<436.5 520.5> 317 156<444.5 488.5>\nFore\n31 -13 m 1\n 31 13 l 1\n 175 42 256 121 299 273 c 1\n 272 259 246 254 208 254 c 0\n 99 254 26 334 26 452 c 0\n 26 589 116 688 241 688 c 0\n 381 688 473 575 473 402 c 0\n 473 275 419 168 317 91 c 0\n 239 32 171 7 31 -13 c 1\n309 328 m 1\n 312 354 l 1\n 315 399 317 431 317 458 c 0\n 317 529 307 599 292 627 c 0\n 281 650 264 661 239 661 c 0\n 190 661 178 631 178 515 c 0\n 178 358 201 299 263 299 c 0\n 278 299 297 303 304 308 c 0\n 307 310 308 315 309 328 c 1\nEndSplineSet\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 333\nFlags: MW\nHStem: -13 169<143 189> 303 169<143 189.5>\nVStem: 82 169<48 93.5 364.5 410.5>\nFore\n166 156 m 0\n 213 156 251 117 251 70 c 0\n 251 24 213 -13 165 -13 c 0\n 118 -13 82 24 82 72 c 0\n 82 117 120 156 166 156 c 0\n166 472 m 0\n 213 472 251 434 251 387 c 0\n 251 341 213 303 166 303 c 0\n 118 303 82 340 82 389 c 0\n 82 434 120 472 166 472 c 0\nEndSplineSet\nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 333\nFlags: MW\nHStem: -6 160 303 169<143 189.5>\nVStem: 82 169<364.5 410.5>\nFore\n100 -180 m 1\n 89 -158 l 1\n 164 -106 198 -64 198 -25 c 0\n 198 -14 190 -4 180 -4 c 2\n 173 -4 l 1\n 161 -6 l 1\n 153 -6 l 2\n 141 -6 118 2 108 11 c 0\n 91 25 82 46 82 72 c 0\n 82 122 115 155 165 155 c 0\n 225 155 266 108 266 39 c 0\n 266 -47 216 -113 100 -180 c 1\n166 472 m 0\n 213 472 251 434 251 387 c 0\n 251 341 213 303 166 303 c 0\n 118 303 82 340 82 389 c 0\n 82 434 120 472 166 472 c 0\nEndSplineSet\nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 570\nFlags: W\nFore\n539 -12 m 1\n 31 211 l 1\n 31 295 l 1\n 539 518 l 1\n 539 422 l 1\n 154 253 l 1\n 539 84 l 1\n 539 -12 l 1\nEndSplineSet\nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 570\nFlags: MW\nHStem: 107 88<33 537> 311 88<33 537>\nVStem: 33 504<107 195 311 399>\nFore\n537 399 m 1\n 537 311 l 1\n 33 311 l 1\n 33 399 l 1\n 537 399 l 1\n537 195 m 1\n 537 107 l 1\n 33 107 l 1\n 33 195 l 1\n 537 195 l 1\nEndSplineSet\nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 570\nFlags: W\nFore\n31 -12 m 1\n 31 84 l 1\n 416 253 l 1\n 31 422 l 1\n 31 518 l 1\n 539 295 l 1\n 539 211 l 1\n 31 -12 l 1\nEndSplineSet\nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 500\nFlags: W\nHStem: -13 169<216 262> 653 36<194 238.5>\nVStem: 57 131<523 543> 154 169<48 94> 296 149<497 564>\nFore\n253 231 m 1\n 223 231 l 1\n 221 261 221 266 221 277 c 0\n 221 305 229 328 253 374 c 0\n 286 436 296 471 296 523 c 0\n 296 605 265 653 212 653 c 0\n 176 653 151 637 151 613 c 0\n 151 603 154 597 166 584 c 0\n 183 565 188 553 188 533 c 0\n 188 495 163 469 125 469 c 0\n 86 469 57 501 57 545 c 0\n 57 629 135 689 245 689 c 0\n 365 689 445 623 445 523 c 0\n 445 454 415 413 324 357 c 0\n 261 318 253 304 253 231 c 1\n239 156 m 0\n 285 156 323 117 323 71 c 0\n 323 24 286 -13 239 -13 c 0\n 191 -13 154 24 154 72 c 0\n 154 117 193 156 239 156 c 0\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 930\nFlags: MW\nHStem: -19 46<411.5 524> 144 47 652 39<403 564>\nVStem: 108 92<238 420> 319 77<250.5 296> 775 47<332 457>\nFore\n595 466 m 1\n 606 506 l 1\n 677 506 l 1\n 611 246 l 1\n 610 241 609 234 609 228 c 0\n 609 197 622 180 647 180 c 0\n 713 180 775 279 775 385 c 0\n 775 529 642 652 486 652 c 0\n 320 652 200 515 200 325 c 0\n 200 151 324 27 499 27 c 0\n 566 27 616 39 698 76 c 1\n 711 41 l 1\n 614 -5 561 -19 487 -19 c 0\n 274 -19 108 134 108 330 c 0\n 108 531 275 691 485 691 c 0\n 675 691 822 560 822 390 c 0\n 822 257 735 143 633 143 c 0\n 583 143 546 173 539 218 c 1\n 504 172 456 144 413 144 c 0\n 360 144 319 194 319 259 c 0\n 319 333 351 412 403 467 c 0\n 435 500 478 519 522 519 c 0\n 558 519 573 509 595 466 c 1\n535 471 m 0\n 510 473 476 453 448 420 c 0\n 414 382 396 331 396 277 c 0\n 396 224 419 191 455 191 c 0\n 485 191 515 216 537 259 c 0\n 558 300 575 361 577 406 c 0\n 579 445 564 469 535 471 c 0\nEndSplineSet\nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 722\nFlags: W\nHStem: 0 25<685 689> 0 28<394.5 397> 0 25 0 28 0 25 0 28 0 25 197 39<189 384> 670 20<329 357 357 357>\nVStem: 9 203<0 25> 365 324<0 25>\nFore\n689 25 m 1\n 689 0 l 1\n 365 0 l 1\n 365 25 l 1\n 379 27 392 28 397 28 c 0\n 432 30 445 40 445 61 c 0\n 445 83 433 119 399 197 c 1\n 174 197 l 1\n 159 158 l 2\n 138 104 130 79 130 66 c 0\n 130 40 153 29 212 25 c 1\n 212 0 l 1\n 9 0 l 1\n 9 25 l 1\n 57 34 69 49 107 142 c 2\n 329 690 l 1\n 357 690 l 1\n 580 164 l 2\n 630 46 646 25 685 25 c 2\n 689 25 l 1\n189 236 m 1\n 384 236 l 1\n 283 479 l 1\n 189 236 l 1\nEndSplineSet\nKernsSLIF: 67 -73 0 0 199 -77 0 0 71 -68 0 0 79 -68 0 0 214 -68 0 0 81 -68 0 0 84 -59 0 0 85 -66 0 0 218 -66 0 0 219 -66 0 0 220 -66 0 0 217 -66 0 0 86 -130 0 0 87 -116 0 0 89 -74 0 0 97 -5 0 0 98 -22 0 0 99 -35 0 0 231 -43 0 0 44 1 0 0 100 -28 0 0 101 -32 0 0 103 -7 0 0 171 -53 0 0 8249 -67 0 0 45 -30 0 0 111 -37 0 0 113 -38 0 0 8221 -76 0 0 8217 -108 0 0 116 -27 0 0 117 -30 0 0 118 -84 0 0 119 -79 0 0 121 -83 0 0\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 667\nFlags: W\nHStem: 0 25 0 32<303 338> 0 25 0 32 343 30 646 30<298.5 325 325 353> 651 25\nVStem: 104 160<96 343 373 580 580 597> 420 165<478 556> 447 172<131.5 210.5>\nFore\n16 676 m 1\n 325 676 l 2\n 492 676 585 619 585 516 c 0\n 585 440 542 399 426 365 c 1\n 496 350 530 335 565 305 c 0\n 600 274 619 233 619 188 c 0\n 619 75 507 0 338 0 c 2\n 16 0 l 1\n 16 25 l 1\n 89 33 104 45 104 96 c 2\n 104 580 l 2\n 104 631 85 647 16 651 c 1\n 16 676 l 1\n264 343 m 1\n 264 93 l 2\n 264 49 281 32 325 32 c 0\n 406 32 447 82 447 179 c 0\n 447 289 397 343 294 343 c 2\n 264 343 l 1\n264 597 m 2\n 264 373 l 1\n 387 376 420 404 420 509 c 0\n 420 603 388 646 318 646 c 0\n 279 646 264 633 264 597 c 2\nEndSplineSet\nKernsSLIF: 65 -34 0 0 198 -32 0 0 193 -34 0 0 194 -34 0 0 196 -34 0 0 197 -34 0 0 195 -34 0 0 79 -12 0 0 338 -4 0 0 211 -12 0 0 212 -12 0 0 214 -12 0 0 210 -12 0 0 216 -11 0 0 86 -45 0 0 87 -46 0 0 89 -44 0 0\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 722\nFlags: W\nHStem: -19 48<394 438.5> 454 234<644 669 644 644> 658 33<350 421>\nVStem: 49 177<291 435>\nFore\n657 152 m 1\n 687 127 l 1\n 642 77 620 57 588 35 c 0\n 533 -2 474 -19 403 -19 c 0\n 196 -19 49 127 49 333 c 0\n 49 537 198 691 397 691 c 0\n 445 691 493 680 552 656 c 0\n 574 646 589 642 598 642 c 0\n 617 642 628 653 642 688 c 1\n 669 688 l 1\n 669 454 l 1\n 644 454 l 1\n 609 530 586 563 543 602 c 0\n 500 640 457 658 410 658 c 0\n 290 658 226 548 226 341 c 0\n 226 241 240 169 269 116 c 0\n 298 64 361 29 427 29 c 0\n 455 29 488 35 517 47 c 0\n 566 66 598 90 657 152 c 1\nEndSplineSet\nKernsSLIF: 65 -25 0 0 198 -22 0 0 193 -25 0 0 196 -25 0 0 197 -25 0 0 72 -2 0 0 75 -6 0 0 79 -14 0 0 211 -14 0 0 214 -14 0 0\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 724\nFlags: W\nHStem: 0 25 0 35<296.5 332> 0 25 0 35 642 34<300.5 321 321 356> 651 25\nVStem: 99 162<91 93 93 584 584 607> 518 174<282.5 372>\nFore\n99 91 m 2\n 99 584 l 2\n 99 630 80 645 16 651 c 1\n 16 676 l 1\n 321 676 l 2\n 552 676 692 551 692 345 c 0\n 692 138 548 0 332 0 c 2\n 16 0 l 1\n 16 25 l 1\n 74 27 99 47 99 91 c 2\n261 607 m 2\n 261 93 l 2\n 261 48 274 35 319 35 c 0\n 384 35 432 58 466 104 c 0\n 498 149 518 235 518 330 c 0\n 518 414 504 487 477 540 c 0\n 443 609 392 642 320 642 c 0\n 281 642 261 630 261 607 c 2\nEndSplineSet\nKernsSLIF: 65 -55 0 0 193 -55 0 0 194 -55 0 0 196 -55 0 0 192 -55 0 0 197 -55 0 0 195 -55 0 0 74 -40 0 0 84 -7 0 0 86 -60 0 0 87 -50 0 0 88 -51 0 0 89 -59 0 0\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 667\nFlags: W\nHStem: 0 25 0 31<317 387> 0 25 174 338<428 454> 329 34 642 34<305 412.5> 651 25\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595>\nFore\n593 676 m 1\n 593 475 l 1\n 568 475 l 1\n 543 608 494 642 331 642 c 0\n 279 642 266 633 266 595 c 2\n 266 363 l 1\n 374 362 413 398 428 512 c 1\n 454 512 l 1\n 454 174 l 1\n 428 174 l 1\n 416 290 375 329 266 329 c 1\n 266 87 l 2\n 266 44 285 31 349 31 c 0\n 425 31 480 47 526 84 c 0\n 562 113 582 141 613 208 c 1\n 641 208 l 1\n 601 0 l 1\n 16 0 l 1\n 16 25 l 1\n 90 33 104 44 104 96 c 2\n 104 580 l 2\n 104 631 85 647 16 651 c 1\n 16 676 l 1\n 593 676 l 1\nEndSplineSet\nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 611\nFlags: W\nHStem: 0 25 174 338<419 444> 651 25\nVStem: 16 567<651 676> 16 360<0 25> 16 567 16 360 16 567 104 162<96 329 363 580 580 595>\nFore\n583 676 m 1\n 583 475 l 1\n 559 475 l 1\n 545 538 534 565 512 590 c 0\n 481 625 422 642 330 642 c 0\n 279 642 266 632 266 595 c 2\n 266 363 l 1\n 366 363 401 398 419 512 c 1\n 444 512 l 1\n 444 174 l 1\n 419 174 l 1\n 405 290 368 327 266 329 c 1\n 266 96 l 2\n 266 41 284 29 376 25 c 1\n 376 0 l 1\n 16 0 l 1\n 16 25 l 1\n 90 33 104 44 104 96 c 2\n 104 580 l 2\n 104 632 85 647 16 651 c 1\n 16 676 l 1\n 583 676 l 1\nEndSplineSet\nKernsSLIF: 65 -79 0 0 193 -79 0 0 194 -79 0 0 196 -79 0 0 192 -79 0 0 197 -79 0 0 195 -79 0 0 74 -42 0 0 79 -7 0 0 214 -7 0 0 97 -50 0 0 225 -50 0 0 228 -22 0 0 230 -53 0 0 229 -50 0 0 44 -59 0 0 101 -51 0 0 233 -51 0 0 45 -34 0 0 105 -1 0 0 106 -26 0 0 111 -54 0 0 243 -54 0 0 246 -24 0 0 339 -51 0 0 248 -53 0 0 46 -60 0 0 114 -7 0 0 117 -10 0 0\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 778\nFlags: W\nHStem: -19 33<385.5 444.5> 262 25 454 234<632 657 632 632> 658 33<337.5 409>\nVStem: 37 177<278 434> 412 343<262 287> 513 156<87 170>\nFore\n755 287 m 1\n 755 262 l 1\n 680 254 669 242 669 170 c 2\n 669 43 l 1\n 605 5 496 -19 393 -19 c 0\n 183 -19 37 125 37 331 c 128\n 37 537 186 691 385 691 c 0\n 433 691 481 680 540 656 c 0\n 562 646 577 642 586 642 c 0\n 605 642 616 653 630 688 c 1\n 657 688 l 1\n 657 454 l 1\n 632 454 l 1\n 597 530 574 564 531 602 c 0\n 487 640 444 658 398 658 c 0\n 277 658 214 547 214 338 c 0\n 214 218 235 132 279 76 c 0\n 312 33 354 14 417 14 c 0\n 484 14 513 36 513 87 c 2\n 513 192 l 2\n 513 246 498 257 412 262 c 1\n 412 287 l 1\n 755 287 l 1\nEndSplineSet\nKernsSLIF: 65 -27 0 0 198 -24 0 0 193 -27 0 0 194 -27 0 0 196 -27 0 0 192 -27 0 0 197 -27 0 0 195 -27 0 0 84 -41 0 0 86 -33 0 0 87 -35 0 0 89 -33 0 0\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 774\nFlags: MW\nHStem: 0 25 326 47<263 504> 651 25\nVStem: 101 162<96 326 373 580> 504 162<96 326 326 326 373 580>\nFore\n504 326 m 1\n 263 326 l 1\n 263 96 l 2\n 263 47 280 33 353 25 c 1\n 353 0 l 1\n 16 0 l 1\n 16 25 l 1\n 86 34 101 47 101 96 c 2\n 101 580 l 2\n 101 630 83 645 16 651 c 1\n 16 676 l 1\n 353 676 l 1\n 353 651 l 1\n 283 646 263 630 263 580 c 2\n 263 373 l 1\n 504 373 l 1\n 504 580 l 2\n 504 630 484 646 414 651 c 1\n 414 676 l 1\n 754 676 l 1\n 754 651 l 1\n 686 646 666 630 666 580 c 2\n 666 96 l 2\n 666 47 682 34 754 25 c 1\n 754 0 l 1\n 414 0 l 1\n 414 25 l 1\n 487 33 504 47 504 96 c 2\n 504 326 l 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 386\nFlags: MW\nHStem: 0 25 651 25\nVStem: 109 162<96 580>\nFore\n109 96 m 2\n 109 580 l 2\n 109 631 88 646 16 651 c 1\n 16 676 l 1\n 366 676 l 1\n 366 651 l 1\n 292 648 271 632 271 580 c 2\n 271 96 l 2\n 271 44 290 30 366 25 c 1\n 366 0 l 1\n 16 0 l 1\n 16 25 l 1\n 91 32 109 46 109 96 c 2\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 500\nFlags: W\nHStem: -96 33<156 186.5> 651 25\nVStem: 3 143<25.5 53> 127 352<651 676> 228 162<51.5 123 123 559>\nFore\n390 559 m 2\n 390 123 l 2\n 390 -20 316 -96 176 -96 c 0\n 136 -96 96 -87 70 -73 c 0\n 31 -50 3 -5 3 36 c 0\n 3 74 36 108 73 108 c 0\n 112 108 146 73 146 33 c 0\n 146 18 143 10 131 -5 c 0\n 122 -17 119 -23 119 -31 c 0\n 119 -50 137 -63 164 -63 c 0\n 209 -63 228 -38 228 24 c 2\n 228 580 l 2\n 228 634 208 648 127 651 c 1\n 127 676 l 1\n 479 676 l 1\n 479 651 l 1\n 404 646 390 631 390 559 c 2\nEndSplineSet\nKernsSLIF: 65 -30 0 0 198 -27 0 0 196 -30 0 0 197 -30 0 0\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 764\nFlags: W\nHStem: 0 25 651 25\nVStem: 103 162<96 292 345 559> 419 336<0 25> 433 289<651 676>\nFore\n755 25 m 1\n 755 0 l 1\n 419 0 l 1\n 419 25 l 1\n 433 26 446 26 451 26 c 0\n 484 28 498 33 498 46 c 0\n 498 57 493 66 474 90 c 2\n 292 317 l 1\n 265 292 l 1\n 265 96 l 2\n 265 47 281 34 353 25 c 1\n 353 0 l 1\n 16 0 l 1\n 16 25 l 1\n 88 33 103 45 103 96 c 2\n 103 580 l 2\n 103 632 85 647 16 651 c 1\n 16 676 l 1\n 354 676 l 1\n 354 651 l 1\n 280 646 265 630 265 559 c 2\n 265 345 l 1\n 482 563 l 2\n 513 594 518 602 518 618 c 0\n 518 638 505 646 469 648 c 0\n 464 649 450 650 433 651 c 1\n 433 676 l 1\n 722 676 l 1\n 722 651 l 1\n 625 643 589 618 401 424 c 1\n 706 46 l 1\n 719 31 730 26 755 25 c 1\nEndSplineSet\nKernsSLIF: 67 -61 0 0 71 -56 0 0 79 -56 0 0 338 -46 0 0 211 -56 0 0 214 -56 0 0 83 13 0 0 84 -2 0 0 97 6 0 0 228 6 0 0 230 3 0 0 229 6 0 0 101 -20 0 0 45 -47 0 0 111 -25 0 0 243 -25 0 0 246 -25 0 0 117 -18 0 0 252 -18 0 0 121 -83 0 0\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 664\nFlags: W\nHStem: 0 31<313.5 382.5> 0 25 0 31 651 25\nVStem: 16 349<651 676> 102 162<96 559>\nFore\n635 227 m 1\n 594 0 l 1\n 16 0 l 1\n 16 25 l 1\n 89 34 102 45 102 96 c 2\n 102 580 l 2\n 102 631 84 647 16 651 c 1\n 16 676 l 1\n 365 676 l 1\n 365 651 l 1\n 278 647 264 634 264 559 c 2\n 264 87 l 2\n 264 44 283 31 344 31 c 0\n 421 31 477 49 518 86 c 0\n 553 118 573 149 606 227 c 1\n 635 227 l 1\nEndSplineSet\nKernsSLIF: 65 -1 0 0 198 1 0 0 193 -1 0 0 196 -1 0 0 197 -1 0 0 67 -11 0 0 199 -14 0 0 71 -5 0 0 79 -5 0 0 211 -5 0 0 212 -5 0 0 214 -5 0 0 210 -5 0 0 213 -5 0 0 83 2 0 0 84 -74 0 0 85 -29 0 0 220 -29 0 0 86 -106 0 0 87 -87 0 0 89 -89 0 0 45 24 0 0 8221 -37 0 0 8217 -69 0 0 117 -11 0 0 252 -12 0 0 121 -49 0 0\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 943\nFlags: MW\nHStem: 0 25 651 25\nVStem: 107 42<105 124 124 580 580 594> 680 155<100 117 117 559>\nFore\n680 609 m 1\n 428 0 l 1\n 401 0 l 1\n 149 594 l 1\n 149 124 l 2\n 149 50 168 31 250 25 c 1\n 250 0 l 1\n 16 0 l 1\n 16 25 l 1\n 94 33 107 45 107 105 c 2\n 107 580 l 2\n 107 632 91 645 18 651 c 1\n 18 676 l 1\n 271 676 l 1\n 471 204 l 1\n 671 676 l 1\n 923 676 l 1\n 923 651 l 1\n 850 646 835 631 835 559 c 2\n 835 117 l 2\n 835 46 845 35 923 25 c 1\n 923 0 l 1\n 591 0 l 1\n 591 25 l 1\n 666 32 680 44 680 100 c 2\n 680 609 l 1\nEndSplineSet\nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 722\nFlags: MW\nHStem: 0 25 651 25<19 29>\nVStem: 104 44<105 124 124 526> 579 44<247 552 552 571>\nFore\n230 676 m 1\n 579 247 l 1\n 579 552 l 2\n 579 623 560 644 486 651 c 1\n 486 676 l 1\n 701 676 l 1\n 701 651 l 1\n 636 641 623 628 623 571 c 2\n 623 -18 l 1\n 595 -18 l 1\n 148 526 l 1\n 148 124 l 2\n 148 53 166 34 243 25 c 1\n 243 0 l 1\n 16 0 l 1\n 16 25 l 1\n 89 34 104 48 104 105 c 2\n 104 579 l 1\n 56 636 39 651 19 651 c 1\n 19 676 l 1\n 230 676 l 1\nEndSplineSet\nKernsSLIF: 65 -19 0 0 198 -16 0 0 193 -19 0 0 196 -19 0 0 197 -19 0 0 67 -22 0 0 199 -22 0 0 71 -16 0 0 79 -15 0 0 211 -15 0 0 214 -15 0 0 97 -16 0 0 225 -16 0 0 228 -16 0 0 230 -18 0 0 229 -16 0 0 44 1 0 0 101 -13 0 0 233 -13 0 0 111 -16 0 0 243 -16 0 0 246 -16 0 0 248 -15 0 0 117 -17 0 0 252 -17 0 0\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 778\nFlags: MW\nHStem: -19 33<331.5 446.5> 658 33<333.5 447>\nVStem: 35 177<231.5 434> 566 177<232.5 433>\nFore\n393 691 m 0\n 594 691 743 540 743 336 c 0\n 743 129 596 -19 389 -19 c 128\n 182 -19 35 128 35 335 c 0\n 35 543 184 691 393 691 c 0\n392 658 m 0\n 275 658 212 542 212 326 c 0\n 212 124 274 14 389 14 c 128\n 504 14 566 124 566 329 c 0\n 566 537 502 658 392 658 c 0\nEndSplineSet\nKernsSLIF: 65 -55 0 0 198 -54 0 0 193 -55 0 0 196 -55 0 0 197 -55 0 0 84 -9 0 0 86 -60 0 0 87 -54 0 0 88 -51 0 0 89 -59 0 0\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 611\nFlags: W\nHStem: 0 25 0 29<38.5 40> 0 25 0 29 0 25 303 35 641 35<295.5 338 338 353.5> 651 25\nVStem: 100 162<117 303 338 559 559 594> 428 172<457.5 543>\nFore\n262 303 m 1\n 262 117 l 2\n 262 44 271 35 350 25 c 1\n 350 0 l 1\n 16 0 l 1\n 16 25 l 1\n 27 27 37 29 40 29 c 0\n 87 35 100 55 100 117 c 2\n 100 559 l 2\n 100 629 86 645 16 651 c 1\n 16 676 l 1\n 338 676 l 2\n 505 676 600 610 600 494 c 0\n 600 417 556 356 475 325 c 0\n 431 307 397 304 262 303 c 1\n262 606 m 2\n 262 338 l 1\n 333 338 366 345 390 365 c 0\n 416 388 428 426 428 489 c 0\n 428 597 395 641 312 641 c 0\n 279 641 262 629 262 606 c 2\nEndSplineSet\nKernsSLIF: 65 -81 0 0 198 -94 0 0 193 -81 0 0 196 -81 0 0 197 -81 0 0 74 -68 0 0 97 -19 0 0 225 -19 0 0 228 -19 0 0 230 -22 0 0 229 -19 0 0 44 -85 0 0 101 -29 0 0 233 -29 0 0 45 -39 0 0 111 -33 0 0 243 -33 0 0 246 -22 0 0 339 -30 0 0 248 -33 0 0 46 -86 0 0\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 778\nFlags: MW\nHStem: 658 33<333 446>\nVStem: 35 177<285.5 435> 566 177<285.5 434>\nFore\n730 -117 m 1\n 736 -141 l 1\n 661 -168 618 -176 557 -176 c 0\n 469 -176 385 -144 329 -88 c 0\n 306 -65 294 -46 273 -2 c 1\n 197 26 165 46 124 92 c 0\n 66 156 35 240 35 331 c 0\n 35 539 185 691 389 691 c 0\n 595 691 743 542 743 334 c 0\n 743 237 710 151 649 86 c 0\n 606 40 571 20 490 -6 c 1\n 508 -43 518 -58 537 -77 c 0\n 571 -111 616 -129 663 -129 c 0\n 682 -129 698 -126 730 -117 c 1\n390 658 m 0\n 276 658 212 541 212 331 c 0\n 212 123 273 14 389 14 c 0\n 504 14 566 124 566 330 c 0\n 566 538 502 658 390 658 c 0\nEndSplineSet\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 712\nFlags: W\nHStem: 0 25<696 705> 313 32 642 34<307.5 338 338 366> 651 25\nVStem: 104 162<117 313 345 559 559 595> 449 171<475.5 546.5>\nFore\n705 25 m 1\n 705 0 l 1\n 500 0 l 1\n 293 313 l 1\n 266 313 l 1\n 266 117 l 2\n 266 46 276 35 354 25 c 1\n 354 0 l 1\n 16 0 l 1\n 16 25 l 1\n 94 34 104 44 104 117 c 2\n 104 559 l 2\n 104 631 90 646 16 651 c 1\n 16 676 l 1\n 338 676 l 2\n 521 676 620 613 620 498 c 0\n 620 453 604 413 575 386 c 0\n 547 361 522 348 463 329 c 1\n 664 44 l 1\n 674 31 687 25 705 25 c 1\n266 600 m 2\n 266 345 l 1\n 342 346 376 353 402 370 c 0\n 434 391 449 430 449 494 c 0\n 449 599 412 642 320 642 c 0\n 295 642 279 637 273 627 c 0\n 270 621 266 606 266 600 c 2\nEndSplineSet\nKernsSLIF: 67 -36 0 0 199 -37 0 0 71 -30 0 0 79 -29 0 0 338 -22 0 0 211 -29 0 0 214 -29 0 0 84 -26 0 0 85 -37 0 0 220 -37 0 0 86 -53 0 0 87 -55 0 0 89 -53 0 0 97 7 0 0 225 7 0 0 228 7 0 0 230 4 0 0 229 7 0 0 101 -19 0 0 233 -19 0 0 45 -30 0 0 111 -24 0 0 243 -24 0 0 246 -24 0 0 339 -21 0 0 117 -17 0 0 250 -17 0 0 252 -17 0 0 121 -27 0 0\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 556\nFlags: W\nHStem: -19 33<243.5 306.5> -19 247<35 64> -19 33 -19 247 -19 33 475 217<456 484 456 456> 660 31<229 282>\nVStem: 44 109<536 551> 394 119<129 154>\nFore\n484 475 m 1\n 456 475 l 1\n 436 540 420 569 386 604 c 0\n 350 641 308 660 263 660 c 0\n 195 660 153 622 153 560 c 0\n 153 512 175 487 256 447 c 2\n 403 374 l 2\n 467 342 513 267 513 192 c 0\n 513 66 413 -19 265 -19 c 0\n 222 -19 185 -12 135 5 c 0\n 113 12 102 15 94 15 c 0\n 78 15 70 6 64 -19 c 1\n 35 -19 l 1\n 35 228 l 1\n 64 228 l 1\n 81 158 95 125 122 88 c 0\n 160 39 210 14 268 14 c 0\n 345 14 394 59 394 128 c 0\n 394 180 370 206 282 248 c 2\n 215 280 l 2\n 96 337 44 400 44 488 c 0\n 44 614 127 691 263 691 c 0\n 301 691 333 685 380 669 c 0\n 402 661 413 658 422 658 c 0\n 439 658 447 666 454 692 c 1\n 484 692 l 1\n 484 475 l 1\nEndSplineSet\nKernsSLIF: 65 -24 0 0 198 -21 0 0 193 -24 0 0 196 -24 0 0 197 -24 0 0 84 -16 0 0 86 -9 0 0 87 -10 0 0 89 -8 0 0 116 -10 0 0\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 667\nFlags: MW\nHStem: 0 25 475 201<34 60 607 607 607 634>\nVStem: 253 162<117 644>\nFore\n253 117 m 2\n 253 644 l 1\n 129 640 77 594 60 475 c 1\n 31 475 l 1\n 34 676 l 1\n 634 676 l 1\n 636 475 l 1\n 607 475 l 1\n 590 594 538 640 415 644 c 1\n 415 117 l 2\n 415 41 426 31 513 25 c 1\n 513 0 l 1\n 156 0 l 1\n 156 25 l 1\n 242 32 253 43 253 117 c 2\nEndSplineSet\nKernsSLIF: 65 -46 0 0 198 -44 0 0 193 -46 0 0 194 -46 0 0 196 -46 0 0 192 -46 0 0 197 -46 0 0 195 -46 0 0 67 -17 0 0 71 -11 0 0 74 -43 0 0 79 -9 0 0 338 -3 0 0 211 -9 0 0 212 -9 0 0 214 -9 0 0 210 -9 0 0 216 -11 0 0 213 -9 0 0 83 -2 0 0 86 11 0 0 87 9 0 0 89 11 0 0 97 -65 0 0 230 -69 0 0 99 -88 0 0 58 -85 0 0 44 -63 0 0 101 -85 0 0 103 -68 0 0 171 -99 0 0 8249 -113 0 0 45 -73 0 0 105 -16 0 0 106 -40 0 0 111 -88 0 0 248 -87 0 0 46 -64 0 0 114 -61 0 0 115 -59 0 0 59 -85 0 0 117 -89 0 0 118 -106 0 0 119 -107 0 0 121 -104 0 0\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 722\nFlags: W\nHStem: -19 49<353 402> 651 25\nVStem: 16 338<651 676> 98 159<225 559> 579 44<247 552 552 566>\nFore\n623 566 m 2\n 623 247 l 2\n 623 154 597 78 552 40 c 0\n 509 3 439 -19 365 -19 c 0\n 292 -19 228 -1 180 34 c 0\n 119 78 98 127 98 225 c 2\n 98 559 l 2\n 98 631 86 644 16 651 c 1\n 16 676 l 1\n 354 676 l 1\n 354 651 l 1\n 306 649 290 645 278 635 c 0\n 263 621 257 599 257 559 c 2\n 257 225 l 2\n 257 89 302 30 404 30 c 0\n 523 30 579 99 579 247 c 2\n 579 552 l 2\n 579 625 559 645 481 651 c 1\n 481 676 l 1\n 701 676 l 1\n 701 651 l 1\n 637 641 623 625 623 566 c 2\nEndSplineSet\nKernsSLIF: 65 -54 0 0 198 -52 0 0 193 -54 0 0 194 -54 0 0 196 -54 0 0 197 -54 0 0 195 -54 0 0 44 -17 0 0 109 -23 0 0 110 -25 0 0 112 -28 0 0 46 -18 0 0 114 -29 0 0\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 722\nFlags: MW\nHStem: 651 25\nVStem: 16 336<651 676> 488 213<651 676>\nFore\n701 676 m 1\n 701 651 l 1\n 649 644 635 631 611 569 c 2\n 383 -18 l 1\n 356 -18 l 1\n 100 581 l 1\n 75 636 66 644 16 651 c 1\n 16 676 l 1\n 352 676 l 1\n 352 651 l 1\n 337 650 324 649 319 649 c 0\n 281 647 266 636 266 613 c 0\n 266 598 270 586 289 541 c 2\n 427 207 l 1\n 554 536 l 2\n 571 579 574 591 574 607 c 0\n 574 639 559 646 488 651 c 1\n 488 676 l 1\n 701 676 l 1\nEndSplineSet\nKernsSLIF: 65 -113 0 0 198 -113 0 0 193 -113 0 0 194 -113 0 0 196 -113 0 0 192 -113 0 0 197 -113 0 0 195 -113 0 0 67 -70 0 0 71 -64 0 0 79 -63 0 0 211 -63 0 0 212 -63 0 0 214 -63 0 0 210 -63 0 0 216 -65 0 0 213 -63 0 0 83 -25 0 0 84 8 0 0 97 -87 0 0 230 -90 0 0 58 -94 0 0 44 -94 0 0 101 -86 0 0 103 -86 0 0 171 -98 0 0 8249 -112 0 0 45 -68 0 0 105 -13 0 0 111 -89 0 0 248 -87 0 0 46 -95 0 0 114 -60 0 0 59 -94 0 0 117 -58 0 0 121 -56 0 0\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 1000\nFlags: MW\nHStem: 651 25\nVStem: 19 294<651 676> 387 312<651 676> 799 182<651 676>\nFore\n981 676 m 1\n 981 651 l 1\n 948 648 925 627 912 587 c 2\n 712 -15 l 1\n 685 -15 l 1\n 514 462 l 1\n 328 -15 l 1\n 300 -15 l 1\n 88 587 l 2\n 71 636 61 645 19 651 c 1\n 19 676 l 1\n 313 676 l 1\n 313 651 l 1\n 261 647 249 638 249 609 c 0\n 249 600 251 592 256 576 c 2\n 376 212 l 1\n 494 520 l 1\n 459 616 l 1\n 448 640 428 649 387 651 c 1\n 387 676 l 1\n 699 676 l 1\n 699 651 l 1\n 693 650 688 650 686 650 c 0\n 642 647 627 638 627 614 c 0\n 627 605 631 590 641 558 c 2\n 749 222 l 1\n 861 565 l 1\n 866 579 868 594 868 607 c 0\n 868 638 853 648 799 651 c 1\n 799 676 l 1\n 981 676 l 1\nEndSplineSet\nKernsSLIF: 65 -98 0 0 198 -102 0 0 193 -98 0 0 194 -98 0 0 196 -98 0 0 192 -98 0 0 197 -98 0 0 195 -98 0 0 67 -58 0 0 71 -52 0 0 79 -51 0 0 211 -51 0 0 212 -51 0 0 214 -51 0 0 210 -51 0 0 216 -50 0 0 213 -51 0 0 83 -24 0 0 84 9 0 0 97 -70 0 0 230 -73 0 0 58 -81 0 0 44 -72 0 0 101 -67 0 0 103 -70 0 0 171 -79 0 0 8249 -93 0 0 45 -49 0 0 105 -12 0 0 111 -70 0 0 248 -69 0 0 46 -73 0 0 114 -49 0 0 59 -80 0 0 117 -45 0 0 121 -44 0 0\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 722\nFlags: W\nHStem: 0 25 0 27<385 387> 0 25 651 25\nVStem: 16 250<0 25> 17 346<651 676> 359 340<0 25> 438 250<651 676>\nFore\n688 676 m 1\n 688 651 l 1\n 614 644 588 625 500 505 c 1\n 420 394 l 1\n 602 111 l 1\n 650 39 665 26 699 25 c 1\n 699 0 l 1\n 359 0 l 1\n 359 25 l 1\n 372 26 383 27 387 27 c 0\n 422 29 439 38 439 55 c 0\n 439 66 430 90 418 109 c 2\n 317 271 l 1\n 279 220 l 2\n 205 120 185 88 185 66 c 0\n 185 41 205 31 266 25 c 1\n 266 0 l 1\n 16 0 l 1\n 16 25 l 1\n 66 31 90 44 120 81 c 2\n 295 302 l 1\n 97 593 l 2\n 66 638 53 648 17 651 c 1\n 17 676 l 1\n 363 676 l 1\n 363 651 l 1\n 349 650 337 649 332 649 c 0\n 296 647 284 639 284 618 c 0\n 284 606 286 601 299 581 c 2\n 396 431 l 1\n 421 466 444 498 452 508 c 0\n 499 572 510 593 510 614 c 0\n 510 638 498 647 458 649 c 0\n 455 650 447 650 438 651 c 1\n 438 676 l 1\n 688 676 l 1\nEndSplineSet\nKernsSLIF: 67 -63 0 0 79 -56 0 0 214 -56 0 0 81 -57 0 0 101 -27 0 0 45 -43 0 0 111 -32 0 0 117 -25 0 0 121 -90 0 0\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 722\nFlags: W\nHStem: 0 25 0 573 0 25 651 25\nVStem: 15 335<651 676> 278 162<117 264 264 264> 479 220<651 676>\nFore\n699 676 m 1\n 699 651 l 1\n 665 646 646 635 631 612 c 1\n 440 301 l 1\n 440 117 l 2\n 440 43 450 33 532 25 c 1\n 532 0 l 1\n 185 0 l 1\n 185 25 l 1\n 267 33 278 44 278 117 c 2\n 278 264 l 1\n 95 596 l 1\n 75 630 49 649 15 651 c 1\n 15 676 l 1\n 350 676 l 1\n 350 651 l 1\n 325 650 l 2\n 284 650 269 642 269 620 c 0\n 269 609 273 598 287 573 c 2\n 287 573 292 564 293 561 c 1\n 413 329 l 1\n 524 514 l 2\n 549 555 563 590 563 609 c 0\n 563 638 546 646 479 651 c 1\n 479 676 l 1\n 699 676 l 1\nEndSplineSet\nKernsSLIF: 65 -64 0 0 198 -62 0 0 193 -64 0 0 194 -64 0 0 196 -64 0 0 192 -64 0 0 197 -64 0 0 195 -64 0 0 67 -71 0 0 71 -65 0 0 79 -64 0 0 211 -64 0 0 212 -64 0 0 214 -64 0 0 210 -64 0 0 216 -68 0 0 213 -64 0 0 83 -26 0 0 84 7 0 0 97 -83 0 0 230 -87 0 0 58 -103 0 0 44 -80 0 0 101 -93 0 0 103 -86 0 0 171 -111 0 0 8249 -125 0 0 45 -87 0 0 105 -14 0 0 111 -96 0 0 248 -95 0 0 112 -72 0 0 46 -81 0 0 59 -103 0 0 117 -76 0 0 118 -78 0 0\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 667\nFlags: MW\nHStem: 0 35<225 299 299 347> 470 21<59 87 59 59> 638 38\nFore\n634 241 m 1\n 608 0 l 1\n 28 0 l 1\n 28 16 l 1\n 410 641 l 1\n 373 640 339 639 327 638 c 1\n 179 640 135 609 87 470 c 1\n 59 470 l 1\n 80 676 l 1\n 604 676 l 1\n 604 660 l 1\n 225 35 l 1\n 299 35 l 2\n 395 35 477 50 511 74 c 0\n 558 107 581 147 608 241 c 1\n 634 241 l 1\nEndSplineSet\nKernsSLIF: 118 -45 0 0 121 -44 0 0\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 333\nFlags: W\nHStem: -149 33<221 301> 645 33<210 238 238 301>\nVStem: 67 234<-149 -116 645 678> 67 104<-84.5 -63 -63 575> 67 234\nFore\n301 -116 m 1\n 301 -149 l 1\n 67 -149 l 1\n 67 678 l 1\n 301 678 l 1\n 301 645 l 1\n 238 645 l 2\n 182 645 171 633 171 575 c 2\n 171 -63 l 2\n 171 -106 180 -116 221 -116 c 2\n 301 -116 l 1\nEndSplineSet\nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 278\nFlags: MW\nHStem: 671 20<-25 68 68 68>\nFore\n211 -19 m 1\n -25 691 l 1\n 68 691 l 1\n 303 -19 l 1\n 211 -19 l 1\nEndSplineSet\nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 333\nFlags: MW\nHStem: -149 33<32 112 112 133> 645 33<32 95>\nVStem: 162 104<-63 575 575 604>\nFore\n32 -149 m 1\n 32 -116 l 1\n 112 -116 l 2\n 154 -116 162 -107 162 -63 c 2\n 162 575 l 2\n 162 633 151 645 95 645 c 2\n 32 645 l 1\n 32 678 l 1\n 266 678 l 1\n 266 -149 l 1\n 32 -149 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 581\nFlags: MW\nHStem: 656 20<251 331 331 331>\nFore\n162 311 m 1\n 73 311 l 1\n 251 676 l 1\n 331 676 l 1\n 509 311 l 1\n 420 311 l 1\n 291 583 l 1\n 162 311 l 1\nEndSplineSet\nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 500\nFlags: MW\nHStem: -125 50<0 500>\nVStem: 0 500<-125 -75>\nFore\n500 -125 m 1\n 0 -125 l 1\n 0 -75 l 1\n 500 -75 l 1\n 500 -125 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 333\nFlags: W\nFore\n246 528 m 1\n 190 528 l 1\n 48 616 l 2\n 19 634 8 648 8 668 c 0\n 8 693 29 713 55 713 c 0\n 74 713 93 703 109 685 c 2\n 246 528 l 1\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 500\nFlags: W\nHStem: 441 31\nVStem: 25 146<104 113.5> 44 133<326.5 346> 293 138<100 245 245 245>\nFore\n473 64 m 1\n 488 43 l 1\n 450 2 419 -14 376 -14 c 0\n 327 -14 305 5 294 56 c 1\n 239 6 193 -14 136 -14 c 0\n 72 -14 25 31 25 92 c 0\n 25 135 46 169 89 199 c 0\n 126 224 175 244 294 280 c 1\n 294 353 l 2\n 294 414 268 441 210 441 c 0\n 175 441 147 425 147 404 c 0\n 147 398 150 392 159 382 c 0\n 171 366 177 353 177 339 c 0\n 177 305 149 281 109 281 c 0\n 68 281 44 306 44 347 c 0\n 44 422 120 473 233 473 c 0\n 355 473 431 420 431 336 c 2\n 431 75 l 2\n 431 59 438 50 452 50 c 0\n 457 50 460 51 463 54 c 2\n 473 64 l 1\n293 100 m 1\n 293 245 l 1\n 213 224 171 182 171 124 c 0\n 171 84 192 57 222 57 c 0\n 246 57 266 69 293 100 c 1\nEndSplineSet\nKernsSLIF: 106 -39 0 0 8217 -34 0 0 118 -39 0 0 119 -40 0 0 121 -44 0 0\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 556\nFlags: MW\nHStem: -13 31 419 54<309 312> 656 20<17 211 211 211>\nVStem: 72 139<73 97 97 360 417 594 594 614> 374 147<164.5 286.5>\nFore\n211 676 m 1\n 211 417 l 1\n 248 456 285 473 333 473 c 0\n 444 473 521 377 521 239 c 0\n 521 90 428 -14 295 -14 c 0\n 245 -14 209 2 163 43 c 1\n 84 -13 l 1\n 72 -13 l 1\n 72 594 l 2\n 72 634 63 643 17 652 c 1\n 17 676 l 1\n 211 676 l 1\n211 360 m 1\n 211 97 l 2\n 211 49 238 18 280 18 c 0\n 344 18 374 83 374 221 c 0\n 374 352 343 419 281 419 c 0\n 248 419 228 403 211 360 c 1\nEndSplineSet\nKernsSLIF: 118 -39 0 0 119 -40 0 0 121 -42 0 0\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 444\nFlags: MW\nHStem: 442 30\nVStem: 25 141<208 295> 292 124<372 393>\nFore\n412 109 m 1\n 430 91 l 1\n 372 17 316 -14 239 -14 c 0\n 115 -14 25 85 25 223 c 0\n 25 367 125 473 261 473 c 0\n 349 473 416 425 416 363 c 0\n 416 324 390 300 348 300 c 0\n 311 300 293 323 292 372 c 0\n 292 414 292 414 287 423 c 0\n 281 434 266 442 250 442 c 0\n 198 442 166 379 166 276 c 0\n 166 140 221 53 308 53 c 0\n 349 53 375 67 412 109 c 1\nEndSplineSet\nKernsSLIF: 104 -17 0 0 107 -18 0 0\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 556\nFlags: W\nHStem: -14 56<224.5 232.5> 417 56<229 240> 652 24\nVStem: 25 148<165.5 293.5> 336 139<112 355 355 355 411 594 594 617> 339 195<20 43>\nFore\n339 -13 m 1\n 339 52 l 1\n 292 2 259 -14 206 -14 c 0\n 101 -14 25 85 25 221 c 0\n 25 366 107 473 217 473 c 0\n 263 473 293 457 336 411 c 1\n 336 594 l 2\n 336 640 327 647 260 652 c 1\n 260 676 l 1\n 475 676 l 1\n 475 101 l 2\n 475 59 488 46 534 43 c 1\n 534 20 l 1\n 472 12 l 2\n 410 5 385 0 339 -13 c 1\n336 112 m 2\n 336 355 l 1\n 322 393 291 417 258 417 c 0\n 200 417 173 358 173 229 c 0\n 173 102 198 42 251 42 c 0\n 273 42 294 53 314 76 c 0\n 326 89 336 106 336 112 c 2\nEndSplineSet\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 444\nFlags: MW\nHStem: -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248>\nFore\n402 125 m 1\n 426 111 l 1\n 361 18 312 -14 231 -14 c 0\n 107 -14 25 82 25 228 c 128\n 25 374 109 473 234 473 c 0\n 289 473 335 453 368 414 c 0\n 400 376 415 329 421 245 c 1\n 169 245 l 1\n 173 176 181 143 199 111 c 0\n 220 76 249 58 288 58 c 0\n 331 58 362 76 402 125 c 1\n164 282 m 1\n 298 282 l 1\n 298 297 l 1\n 296 348 294 376 289 395 c 0\n 281 426 262 442 234 442 c 0\n 185 442 167 402 164 282 c 1\nEndSplineSet\nKernsSLIF: 8217 -19 0 0 116 -10 0 0 118 -29 0 0 119 -30 0 0 120 -19 0 0 121 -31 0 0\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 333\nFlags: W\nHStem: 0 24 417 44<14 71 210 297> 660 31<242.5 269>\nVStem: 14 278<0 24> 14 283<417 461> 14 278 14 283 71 139<84 103 103 417 461 504> 267 122<572.5 589>\nFore\n71 417 m 1\n 14 417 l 1\n 14 461 l 1\n 71 461 l 1\n 71 547 78 588 100 623 c 0\n 127 667 179 691 246 691 c 0\n 330 691 389 650 389 591 c 0\n 389 554 364 529 327 529 c 0\n 293 529 267 553 267 584 c 0\n 267 594 271 605 280 620 c 0\n 286 630 289 637 289 641 c 0\n 289 653 278 660 260 660 c 0\n 225 660 210 638 210 583 c 2\n 210 461 l 1\n 297 461 l 1\n 297 417 l 1\n 210 417 l 1\n 210 103 l 2\n 210 38 222 26 292 24 c 1\n 292 0 l 1\n 14 0 l 1\n 14 24 l 1\n 60 29 71 41 71 84 c 2\n 71 417 l 1\nEndSplineSet\nKernsSLIF: 97 -17 0 0 225 -17 0 0 228 14 0 0 230 -21 0 0 229 -15 0 0 101 -29 0 0 233 -29 0 0 102 12 0 0 105 22 0 0 106 -1 0 0 108 33 0 0 111 -32 0 0 243 -32 0 0 246 11 0 0 339 -29 0 0 248 -31 0 0 8217 18 0 0 115 -8 0 0 116 -3 0 0\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 500\nFlags: W\nHStem: -206 32<206 299.5> -52 120<254 319 319 324> 154 28 398 53<401 482 401 401> 442 31<216.5 260>\nVStem: 28 88<-129 -96.5> 37 137<295 358> 306 135<273.5 320> 404 79<-104.5 -85.5>\nFore\n482 398 m 1\n 401 398 l 1\n 429 370 441 340 441 300 c 0\n 441 247 418 206 373 180 c 0\n 339 160 314 154 267 154 c 2\n 222 155 l 2\n 182 155 154 133 154 103 c 0\n 154 75 174 68 254 68 c 2\n 319 68 l 2\n 421 68 483 22 483 -55 c 0\n 483 -154 395 -206 229 -206 c 0\n 103 -206 28 -172 28 -114 c 0\n 28 -73 61 -48 124 -39 c 1\n 60 -16 42 2 42 43 c 0\n 42 95 82 133 161 160 c 1\n 114 180 95 193 73 217 c 1\n 50 245 37 278 37 312 c 0\n 37 407 121 473 240 473 c 0\n 280 473 308 467 352 451 c 1\n 482 451 l 1\n 482 398 l 1\n324 -52 m 2\n 151 -52 l 1\n 123 -75 116 -86 116 -107 c 0\n 116 -151 162 -174 250 -174 c 0\n 349 -174 404 -148 404 -102 c 0\n 404 -69 378 -52 324 -52 c 2\n240 442 m 0\n 193 442 174 405 174 311 c 0\n 174 218 192 182 240 182 c 0\n 287 182 306 218 306 311 c 128\n 306 404 287 442 240 442 c 0\nEndSplineSet\nKernsSLIF: 97 -15 0 0 228 -15 0 0 230 -18 0 0 229 -15 0 0 101 -20 0 0 233 -20 0 0 243 -20 0 0 246 -20 0 0 114 1 0 0\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 556\nFlags: MW\nHStem: 0 24 656 20<16 208 208 208>\nVStem: 69 139<84 348 395 594 594 614.5> 346 139<81 84 84 323 323 332>\nFore\n208 676 m 1\n 208 395 l 1\n 260 453 297 473 350 473 c 0\n 432 473 485 418 485 332 c 2\n 485 84 l 2\n 485 42 498 27 534 24 c 1\n 534 0 l 1\n 299 0 l 1\n 299 24 l 1\n 333 28 346 44 346 81 c 2\n 346 323 l 2\n 346 379 329 406 294 406 c 0\n 271 406 247 394 225 371 c 1\n 215 362 208 352 208 348 c 2\n 208 81 l 2\n 208 44 220 29 257 24 c 1\n 257 0 l 1\n 16 0 l 1\n 16 24 l 1\n 61 33 69 42 69 84 c 2\n 69 594 l 2\n 69 635 62 643 16 652 c 1\n 16 676 l 1\n 208 676 l 1\nEndSplineSet\nKernsSLIF: 8217 -30 0 0 121 -34 0 0\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 278\nFlags: W\nHStem: 0 21<16 255 16 16> 441 20<16 208 208 208> 536 155<116.5 159>\nVStem: 16 239<0 24> 69 139<84 378 378 398.5>\nFore\n208 461 m 1\n 208 81 l 2\n 208 43 220 29 255 24 c 1\n 255 0 l 1\n 16 0 l 1\n 16 24 l 1\n 62 35 69 43 69 84 c 2\n 69 378 l 2\n 69 419 60 428 16 437 c 1\n 16 461 l 1\n 208 461 l 1\n138 691 m 0\n 181 691 215 656 215 613 c 0\n 215 569 181 536 137 536 c 128\n 93 536 60 569 60 614 c 0\n 60 656 95 691 138 691 c 0\nEndSplineSet\nKernsSLIF: 84 -18 0 0 106 -36 0 0\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 333\nFlags: W\nHStem: -203 31<63.5 89.5> 437 24 536 155<163.5 206.5>\nVStem: -57 121<-101 -85> 108 155<591.5 634.5> 121 139<-27.5 2 2 378 378 399.5>\nFore\n260 461 m 1\n 260 2 l 2\n 260 -57 252 -95 233 -127 c 0\n 205 -176 152 -203 83 -203 c 0\n 1 -203 -57 -162 -57 -103 c 0\n -57 -67 -32 -42 5 -42 c 0\n 37 -42 64 -66 64 -96 c 0\n 64 -106 60 -117 50 -133 c 0\n 44 -143 41 -150 41 -155 c 0\n 41 -165 54 -172 73 -172 c 0\n 106 -172 121 -149 121 -96 c 2\n 121 378 l 2\n 121 421 109 433 58 437 c 1\n 58 461 l 1\n 260 461 l 1\n185 691 m 0\n 228 691 263 656 263 613 c 128\n 263 570 228 536 185 536 c 0\n 140 536 108 569 108 614 c 0\n 108 656 142 691 185 691 c 0\nEndSplineSet\nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 556\nFlags: W\nHStem: 0 24<537.5 543> 438 23 652 24\nVStem: 70 139<84 198 245 594 594 613> 299 214<438 461> 309 234<0 24>\nFore\n513 461 m 1\n 513 438 l 1\n 450 430 424 412 324 307 c 1\n 518 39 l 2\n 527 27 532 24 543 24 c 1\n 543 0 l 1\n 309 0 l 1\n 309 24 l 1\n 337 25 351 31 351 43 c 0\n 351 51 344 63 327 88 c 2\n 232 222 l 1\n 209 198 l 1\n 209 84 l 2\n 209 37 214 31 261 24 c 1\n 261 0 l 1\n 22 0 l 1\n 22 24 l 1\n 55 27 70 45 70 84 c 2\n 70 594 l 2\n 70 632 56 649 22 652 c 1\n 22 676 l 1\n 209 676 l 1\n 209 245 l 1\n 337 373 l 2\n 348 384 358 402 358 411 c 0\n 358 424 347 431 323 434 c 0\n 320 435 310 436 299 438 c 1\n 299 461 l 1\n 513 461 l 1\nEndSplineSet\nKernsSLIF: 97 -3 0 0 225 -3 0 0 228 -3 0 0 230 -7 0 0 229 -3 0 0 101 -33 0 0 233 -33 0 0 103 -4 0 0 45 -47 0 0 111 -38 0 0 243 -38 0 0 246 -38 0 0 115 5 0 0 117 -5 0 0 252 -5 0 0\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 278\nFlags: MW\nHStem: 0 24 652 24\nVStem: 67 139<84 594 594 612.5>\nFore\n206 676 m 1\n 206 84 l 2\n 206 44 222 25 255 24 c 1\n 255 0 l 1\n 16 0 l 1\n 16 24 l 1\n 50 27 67 47 67 84 c 2\n 67 594 l 2\n 67 631 51 649 16 652 c 1\n 16 676 l 1\n 206 676 l 1\nEndSplineSet\nKernsSLIF: 118 -22 0 0 121 -19 0 0\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 833\nFlags: W\nHStem: 0 24 437 24\nVStem: 16 191<437 461> 16 240<0 24> 16 191 16 240 16 191 71 139<84 348> 348 139<81 323 323 348> 625 139<81 323 323 332>\nFore\n207 461 m 1\n 207 386 l 1\n 245 446 291 473 354 473 c 128\n 417 473 452 449 482 386 c 1\n 534 450 572 473 629 473 c 0\n 711 473 764 418 764 332 c 2\n 764 81 l 2\n 764 38 775 26 814 24 c 1\n 814 0 l 1\n 576 0 l 1\n 576 24 l 1\n 614 27 625 39 625 81 c 2\n 625 323 l 2\n 625 382 610 406 572 406 c 0\n 555 406 538 399 516 382 c 0\n 503 372 487 353 487 348 c 2\n 487 81 l 2\n 487 43 499 28 534 24 c 1\n 534 0 l 1\n 300 0 l 1\n 300 24 l 1\n 337 27 348 40 348 81 c 2\n 348 323 l 2\n 348 383 333 406 294 406 c 0\n 277 406 260 399 239 383 c 0\n 226 373 210 354 210 348 c 2\n 210 81 l 2\n 210 43 221 29 256 24 c 1\n 256 0 l 1\n 16 0 l 1\n 16 24 l 1\n 60 32 71 43 71 84 c 2\n 71 378 l 2\n 71 419 60 431 16 437 c 1\n 16 461 l 1\n 207 461 l 1\nEndSplineSet\nKernsSLIF: 112 -16 0 0 118 -32 0 0 119 -33 0 0 121 -33 0 0\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 556\nFlags: W\nHStem: 0 24 441 20<21 212 212 212>\nVStem: 21 191<437 461> 74 139<84 348> 351 139<81 323 323 332>\nFore\n212 461 m 1\n 212 386 l 1\n 249 445 295 473 355 473 c 0\n 437 473 490 418 490 332 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 2\n 351 323 l 2\n 351 379 334 406 299 406 c 0\n 276 406 252 394 230 371 c 1\n 220 362 213 352 213 348 c 2\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 378 l 2\n 74 420 65 430 21 437 c 1\n 21 461 l 1\n 212 461 l 1\nEndSplineSet\nKernsSLIF: 84 -56 0 0 112 -14 0 0 8217 -28 0 0 118 -31 0 0 119 -32 0 0 121 -32 0 0\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 500\nFlags: MW\nHStem: -14 31<221.5 280> 442 31<221 281>\nVStem: 25 147<160.5 300> 329 147<159.5 299>\nFore\n251 473 m 0\n 380 473 476 369 476 229 c 0\n 476 90 380 -14 251 -14 c 0\n 120 -14 25 89 25 232 c 0\n 25 368 124 473 251 473 c 0\n252 442 m 0\n 190 442 172 390 172 214 c 0\n 172 68 192 17 251 17 c 0\n 309 17 329 69 329 223 c 0\n 329 387 310 442 252 442 c 0\nEndSplineSet\nKernsSLIF: 84 -88 0 0 8217 -27 0 0 116 -10 0 0 118 -42 0 0 119 -38 0 0 120 -29 0 0 121 -42 0 0\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 556\nFlags: W\nHStem: -205 21 -13 55<310 319.5> 416 57<308.5 326> 441 20<21 212 212 212>\nVStem: 19 273<-205 -184> 21 191<437 461> 75 139<-123 -94 -94 47 103 346> 376 148<165 290.5>\nFore\n212 461 m 1\n 212 392 l 1\n 243 450 279 473 338 473 c 0\n 449 473 524 378 524 239 c 0\n 524 91 444 -13 332 -13 c 0\n 288 -13 262 0 214 47 c 1\n 214 -94 l 2\n 214 -161 231 -181 292 -184 c 1\n 292 -205 l 1\n 19 -205 l 1\n 19 -181 l 1\n 67 -173 75 -164 75 -123 c 2\n 75 378 l 2\n 75 420 65 430 21 437 c 1\n 21 461 l 1\n 212 461 l 1\n214 346 m 2\n 214 103 l 1\n 229 65 258 42 291 42 c 0\n 348 42 376 101 376 225 c 0\n 376 356 352 416 300 416 c 0\n 278 416 255 404 235 382 c 0\n 223 369 214 353 214 346 c 2\nEndSplineSet\nKernsSLIF: 116 -11 0 0 121 -34 0 0\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 556\nFlags: W\nHStem: -205 21<269 536 269 269> -14 54<242 242.5> 441 32<243.5 281> 452 20<466 481 481 481>\nVStem: 34 146<170.5 293.5> 269 267<-205 -181> 342 139<-97 42 42 42 98 361 361 385>\nFore\n342 -97 m 2\n 342 42 l 1\n 301 2 266 -14 219 -14 c 0\n 110 -14 34 82 34 219 c 0\n 34 368 126 473 256 473 c 0\n 306 473 337 459 388 416 c 1\n 466 472 l 1\n 481 472 l 1\n 481 -123 l 2\n 481 -163 490 -172 536 -181 c 1\n 536 -205 l 1\n 269 -205 l 1\n 269 -180 l 1\n 334 -168 342 -159 342 -97 c 2\n342 98 m 1\n 342 361 l 2\n 342 409 315 441 275 441 c 0\n 212 441 180 371 180 236 c 0\n 180 105 211 40 273 40 c 0\n 307 40 332 61 342 98 c 1\nEndSplineSet\nKernsSLIF: 99 -13 0 0 117 -15 0 0\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 444\nFlags: W\nHStem: 0 24 328 145<358 376.5> 437 24\nVStem: 29 189<437 461> 29 266<0 24> 29 189 29 266 29 189 83 139<84 103 103 292>\nFore\n218 461 m 1\n 218 379 l 1\n 265 446 303 473 353 473 c 0\n 400 473 434 440 434 395 c 0\n 434 356 408 328 371 328 c 0\n 345 328 330 337 311 364 c 0\n 300 380 291 387 283 387 c 0\n 250 387 222 344 222 292 c 2\n 222 103 l 2\n 222 41 234 28 295 24 c 1\n 295 0 l 1\n 29 0 l 1\n 29 24 l 1\n 73 32 83 43 83 84 c 2\n 83 378 l 2\n 83 418 72 431 29 437 c 1\n 29 461 l 1\n 218 461 l 1\nEndSplineSet\nKernsSLIF: 97 -6 0 0 225 -6 0 0 226 -6 0 0 228 -6 0 0 230 -8 0 0 224 -6 0 0 229 -6 0 0 99 -15 0 0 231 -10 0 0 58 -16 0 0 44 -67 0 0 100 -13 0 0 101 -11 0 0 233 -11 0 0 234 -11 0 0 232 -11 0 0 102 11 0 0 103 -5 0 0 104 -15 0 0 45 -18 0 0 105 6 0 0 106 -12 0 0 107 -15 0 0 108 -14 0 0 109 6 0 0 110 4 0 0 111 -14 0 0 243 -14 0 0 244 -14 0 0 246 -14 0 0 339 -12 0 0 242 -14 0 0 248 -14 0 0 112 4 0 0 46 -68 0 0 113 -15 0 0 8217 -8 0 0 59 -16 0 0 116 9 0 0 117 9 0 0 118 8 0 0 119 7 0 0 120 11 0 0 121 9 0 0 122 -1 0 0\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 389\nFlags: W\nHStem: -13 165<25 50> 326 145<318 340> 440 33<174 195>\nVStem: 27 100<365 369> 265 96<93 101>\nFore\n340 326 m 1\n 315 326 l 1\n 300 370 289 388 268 408 c 0\n 246 429 219 440 193 440 c 0\n 155 440 127 415 127 382 c 0\n 127 348 155 323 223 294 c 0\n 322 252 361 209 361 138 c 0\n 361 48 298 -14 207 -14 c 0\n 179 -14 126 -3 99 9 c 0\n 89 13 81 15 76 15 c 0\n 67 15 61 8 50 -13 c 1\n 25 -13 l 1\n 25 152 l 1\n 53 152 l 1\n 74 65 120 20 190 20 c 0\n 235 20 265 46 265 85 c 0\n 265 117 237 142 169 172 c 0\n 68 215 27 261 27 327 c 0\n 27 411 93 473 184 473 c 0\n 206 473 229 469 262 458 c 0\n 278 453 288 451 294 451 c 0\n 306 451 312 456 318 471 c 1\n 340 471 l 1\n 340 326 l 1\nEndSplineSet\nKernsSLIF: 8217 -17 0 0 116 -7 0 0\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 333\nFlags: W\nHStem: 417 44<211 305>\nVStem: 20 285<417 444 444 444> 72 139<96 116 116 417>\nFore\n305 461 m 1\n 305 417 l 1\n 211 417 l 1\n 211 116 l 2\n 211 76 222 59 250 59 c 0\n 271 59 287 73 307 111 c 1\n 332 100 l 1\n 291 18 251 -12 184 -12 c 0\n 115 -12 72 28 72 93 c 2\n 72 417 l 1\n 20 417 l 1\n 20 444 l 1\n 85 499 125 544 186 630 c 1\n 211 630 l 1\n 211 461 l 1\n 305 461 l 1\nEndSplineSet\nKernsSLIF: 83 11 0 0 97 11 0 0 225 11 0 0 228 11 0 0 230 7 0 0 229 11 0 0 58 -12 0 0 101 -1 0 0 233 -1 0 0 104 -4 0 0 111 -4 0 0 243 -4 0 0 246 -4 0 0 8217 -31 0 0 59 -12 0 0\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 556\nFlags: W\nHStem: 437 24\nVStem: 65 139<126 378 378 399> 342 139<95 101 101 378 378 399.5> 343 194<20 43>\nFore\n343 -13 m 1\n 343 52 l 1\n 285 2 250 -14 198 -14 c 0\n 115 -14 65 38 65 126 c 2\n 65 378 l 2\n 65 420 57 429 16 437 c 1\n 16 461 l 1\n 204 461 l 1\n 204 122 l 2\n 204 71 219 51 260 51 c 0\n 288 51 309 62 342 95 c 1\n 342 378 l 2\n 342 421 330 433 280 437 c 1\n 280 461 l 1\n 481 461 l 1\n 481 101 l 2\n 481 58 493 45 537 43 c 1\n 537 20 l 1\n 475 13 l 2\n 410 6 386 2 343 -13 c 1\nEndSplineSet\nKernsSLIF: 8217 -25 0 0\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 500\nFlags: MW\nHStem: 437 24\nVStem: 21 250<437 461> 334 151<437 461>\nFore\n485 461 m 1\n 485 437 l 1\n 454 434 446 426 427 382 c 1\n 267 -14 l 1\n 241 -14 l 1\n 121 282 l 1\n 105 323 58 423 56 422 c 1\n 50 431 44 434 21 437 c 1\n 21 461 l 1\n 271 461 l 1\n 271 437 l 1\n 263 436 255 435 253 435 c 0\n 228 433 218 426 218 411 c 0\n 218 405 220 399 227 380 c 2\n 306 177 l 1\n 378 359 l 2\n 385 377 389 393 389 404 c 0\n 389 428 377 435 334 437 c 1\n 334 461 l 1\n 485 461 l 1\nEndSplineSet\nKernsSLIF: 97 -23 0 0 225 -23 0 0 226 -23 0 0 228 -23 0 0 230 -25 0 0 224 -23 0 0 229 -23 0 0 227 -23 0 0 99 -40 0 0 58 -23 0 0 44 -56 0 0 101 -35 0 0 233 -35 0 0 234 -35 0 0 232 -35 0 0 103 -22 0 0 45 -27 0 0 108 -16 0 0 111 -40 0 0 243 -40 0 0 246 -40 0 0 242 -40 0 0 248 -39 0 0 46 -57 0 0 115 -16 0 0 59 -23 0 0\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 722\nFlags: MW\nHStem: 437 24\nVStem: 23 222<437 461> 294 234<437 461> 572 135<437 461>\nFore\n707 461 m 1\n 707 437 l 1\n 681 432 673 424 657 387 c 1\n 502 -14 l 1\n 479 -14 l 1\n 377 296 l 1\n 252 -14 l 1\n 228 -14 l 1\n 80 360 l 1\n 53 426 49 432 23 437 c 1\n 23 461 l 1\n 245 461 l 1\n 245 437 l 1\n 217 433 207 425 207 409 c 0\n 207 396 218 364 246 294 c 0\n 251 280 258 261 267 240 c 1\n 291 176 l 1\n 359 347 l 1\n 353 366 l 1\n 334 432 333 433 294 437 c 1\n 294 461 l 1\n 528 461 l 1\n 528 437 l 1\n 490 434 480 429 480 413 c 0\n 480 404 487 376 507 307 c 0\n 528 233 531 221 541 180 c 1\n 553 214 561 235 576 274 c 0\n 607 353 620 390 620 402 c 0\n 620 425 609 433 572 437 c 1\n 572 461 l 1\n 707 461 l 1\nEndSplineSet\nKernsSLIF: 97 -23 0 0 225 -23 0 0 226 -23 0 0 228 -23 0 0 230 -25 0 0 224 -23 0 0 229 -23 0 0 227 -23 0 0 99 -36 0 0 58 -23 0 0 44 -50 0 0 101 -33 0 0 233 -33 0 0 234 -33 0 0 232 -33 0 0 103 -22 0 0 45 -23 0 0 108 -16 0 0 111 -36 0 0 243 -36 0 0 246 -36 0 0 242 -36 0 0 248 -35 0 0 46 -51 0 0 115 -16 0 0 59 -23 0 0\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 500\nFlags: W\nHStem: 0 24 437 24\nVStem: 12 250<437 461> 14 169<0 24> 243 241<0 24> 309 168<437 461>\nFore\n484 24 m 1\n 484 0 l 1\n 243 0 l 1\n 243 24 l 1\n 274 26 288 32 288 44 c 128\n 288 56 278 75 255 108 c 2\n 213 171 l 1\n 206 162 199 154 197 151 c 0\n 159 105 133 63 133 48 c 128\n 133 33 147 26 183 24 c 1\n 183 0 l 1\n 14 0 l 1\n 14 24 l 1\n 51 26 71 43 127 117 c 1\n 136 131 163 164 192 201 c 1\n 64 398 l 2\n 44 428 38 433 12 437 c 1\n 12 461 l 1\n 262 461 l 1\n 262 437 l 1\n 229 436 215 430 215 418 c 0\n 215 405 241 362 273 320 c 0\n 276 316 280 310 286 303 c 1\n 301 324 316 343 322 349 c 0\n 350 381 360 398 360 413 c 128\n 360 428 352 434 329 435 c 0\n 326 435 318 436 309 437 c 1\n 309 461 l 1\n 477 461 l 1\n 477 437 l 1\n 446 432 426 421 407 398 c 2\n 306 272 l 1\n 454 44 l 2\n 461 33 468 29 484 24 c 1\nEndSplineSet\nKernsSLIF: 97 -2 0 0 99 -30 0 0 101 -27 0 0 233 -27 0 0 111 -30 0 0 113 -32 0 0\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 500\nFlags: W\nHStem: -205 143<84.5 97> 437 24\nVStem: 16 119<-135.5 -130.5> 16 250<437 461> 16 119 329 151<437 461>\nFore\n480 461 m 1\n 480 437 l 1\n 449 434 439 424 422 382 c 1\n 273 -15 l 2\n 238 -109 218 -149 197 -172 c 0\n 176 -193 147 -205 113 -205 c 0\n 56 -205 16 -172 16 -126 c 0\n 16 -88 43 -62 80 -62 c 0\n 114 -62 138 -82 138 -111 c 0\n 138 -115 137 -120 136 -125 c 0\n 135 -128 135 -130 135 -131 c 0\n 135 -140 143 -148 152 -148 c 0\n 175 -148 201 -116 218 -66 c 2\n 236 -13 l 1\n 116 282 l 2\n 99 324 54 422 51 422 c 1\n 45 431 39 434 16 437 c 1\n 16 461 l 1\n 266 461 l 1\n 266 437 l 1\n 250 436 l 2\n 225 434 213 425 213 411 c 0\n 213 403 213 403 233 352 c 2\n 305 167 l 1\n 373 359 l 2\n 382 384 384 393 384 404 c 0\n 384 428 372 435 329 437 c 1\n 329 461 l 1\n 480 461 l 1\nEndSplineSet\nKernsSLIF: 97 -32 0 0 225 -32 0 0 226 -32 0 0 228 -32 0 0 230 -34 0 0 224 -32 0 0 229 -32 0 0 227 -32 0 0 99 -42 0 0 58 -28 0 0 44 -56 0 0 101 -40 0 0 233 -40 0 0 234 -40 0 0 232 -40 0 0 103 -31 0 0 45 -29 0 0 108 -19 0 0 111 -42 0 0 243 -42 0 0 246 -42 0 0 242 -42 0 0 248 -41 0 0 46 -57 0 0 115 -24 0 0 59 -28 0 0\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 444\nFlags: W\nHStem: 0 160<392 404> 0 32<185 214 214 254> 0 160 429 32<255 255>\nFore\n420 160 m 1\n 404 0 l 1\n 21 0 l 1\n 21 25 l 1\n 255 429 l 1\n 115 430 89 414 64 319 c 1\n 38 319 l 1\n 45 461 l 1\n 416 461 l 1\n 416 435 l 1\n 185 32 l 1\n 214 32 l 2\n 294 32 327 45 359 89 c 0\n 375 110 383 128 392 160 c 1\n 420 160 l 1\nEndSplineSet\nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 394\nFlags: MW\nVStem: 129 105<-34 131 377 391 391 556 556 562>\nFore\n129 -34 m 2\n 129 145 l 2\n 129 216 107 240 22 261 c 1\n 107 282 129 306 129 377 c 2\n 129 556 l 2\n 129 611 145 648 179 669 c 0\n 211 690 251 697 340 698 c 1\n 340 686 l 1\n 260 669 234 638 234 562 c 2\n 234 391 l 2\n 234 307 210 281 116 261 c 1\n 210 241 234 215 234 131 c 2\n 234 -40 l 2\n 234 -116 261 -147 340 -163 c 1\n 340 -175 l 1\n 242 -174 198 -164 168 -138 c 0\n 141 -116 129 -83 129 -34 c 2\nEndSplineSet\nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 220\nFlags: MW\nHStem: -19 710<66 154>\nVStem: 66 88<-19 691>\nFore\n66 -19 m 1\n 66 691 l 1\n 154 691 l 1\n 154 -19 l 1\n 66 -19 l 1\nEndSplineSet\nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 394\nFlags: MW\nVStem: 160 105<-39 -33 -33 132 132 146 392 557>\nFore\n160 -39 m 2\n 160 132 l 2\n 160 215 185 242 278 262 c 1\n 184 282 160 308 160 392 c 2\n 160 563 l 2\n 160 638 133 670 54 686 c 1\n 54 698 l 1\n 144 697 183 690 215 669 c 0\n 249 648 265 612 265 557 c 2\n 265 378 l 2\n 265 307 287 283 372 262 c 1\n 287 241 265 217 265 146 c 2\n 265 -33 l 2\n 265 -88 249 -125 215 -146 c 0\n 183 -167 143 -174 54 -175 c 1\n 54 -163 l 1\n 134 -146 160 -115 160 -39 c 2\nEndSplineSet\nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 520\nFlags: W\nHStem: 175 88<359.5 379.5> 243 88<136.5 168.5>\nFore\n436 308 m 1\n 491 260 l 1\n 446 197 414 175 368 175 c 0\n 335 175 309 183 263 208 c 128\n 217 233 186 243 151 243 c 0\n 122 243 105 233 82 201 c 1\n 29 247 l 1\n 63 306 99 331 153 331 c 0\n 186 331 212 323 287 289 c 0\n 333 269 351 263 368 263 c 0\n 391 263 411 276 436 308 c 1\nEndSplineSet\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 95\nWidth: 333\nFlags: MW\nHStem: -203 457<153 182> 332 169<144 190>\nVStem: 83 169<-133.5 -90.5>\nFore\n167 332 m 0\n 120 332 82 371 82 418 c 0\n 82 464 120 501 168 501 c 0\n 215 501 251 464 251 416 c 0\n 251 371 213 332 167 332 c 0\n153 254 m 1\n 182 254 l 1\n 195 131 205 81 234 -14 c 0\n 248 -59 252 -78 252 -103 c 0\n 252 -166 221 -203 167 -203 c 0\n 114 -203 83 -166 83 -101 c 0\n 83 -78 87 -58 101 -14 c 0\n 131 82 140 131 153 254 c 1\nEndSplineSet\nEndChar\nStartChar: cent\nEncoding: 162 162 96\nWidth: 500\nFlags: MW\nHStem: 442 31<252.5 290.5>\nVStem: 53 141<245 294.5>\nFore\n429 588 m 1\n 381 452 l 1\n 425 428 444 401 444 364 c 0\n 444 326 417 300 378 300 c 0\n 360 300 346 306 334 320 c 1\n 252 90 l 1\n 279 63 301 53 335 53 c 0\n 378 53 406 68 440 109 c 1\n 458 91 l 1\n 424 49 404 30 377 15 c 0\n 343 -4 306 -14 267 -14 c 0\n 248 -14 236 -12 217 -7 c 1\n 170 -140 l 1\n 130 -140 l 1\n 181 5 l 1\n 148 21 135 31 117 49 c 0\n 75 92 53 153 53 223 c 0\n 53 366 152 473 285 473 c 0\n 306 473 321 471 345 465 c 1\n 389 588 l 1\n 429 588 l 1\n225 128 m 1\n 321 397 l 1\n 321 400 l 2\n 321 424 303 442 278 442 c 0\n 227 442 194 376 194 274 c 0\n 194 216 203 174 225 128 c 1\nEndSplineSet\nEndChar\nStartChar: sterling\nEncoding: 163 163 97\nWidth: 500\nFlags: W\nHStem: -14 126<340.5 366> -13 30<92.5 127.5> 118 45 308 65<39 119 275 384 275 275> 654 29\nVStem: 21 32<51.5 82> 39 345<308 373> 105 126\nFore\n384 373 m 1\n 384 308 l 1\n 275 308 l 1\n 276 289 277 275 277 254 c 0\n 277 206 273 180 257 134 c 1\n 300 118 327 112 354 112 c 0\n 416 112 439 129 454 183 c 1\n 477 183 l 1\n 470 104 460 65 439 34 c 128\n 418 3 386 -14 346 -14 c 0\n 303 -14 275 0 221 49 c 1\n 188 6 154 -13 109 -13 c 0\n 53 -13 21 18 21 72 c 0\n 21 132 58 164 127 164 c 0\n 145 164 158 162 178 157 c 1\n 176 194 172 210 137 308 c 1\n 39 308 l 1\n 39 373 l 1\n 119 373 l 1\n 108 434 105 459 105 489 c 0\n 105 553 134 613 182 648 c 0\n 214 671 258 684 308 684 c 0\n 401 684 459 640 459 571 c 0\n 459 527 433 499 391 499 c 0\n 353 499 327 526 329 564 c 1\n 331 608 l 1\n 331 611 l 2\n 331 639 315 654 287 654 c 0\n 254 654 231 629 231 591 c 0\n 231 569 251 458 270 373 c 1\n 384 373 l 1\n181 86 m 1\n 154 110 136 118 109 118 c 0\n 75 118 53 98 53 66 c 0\n 53 37 76 17 109 17 c 0\n 146 17 167 37 181 86 c 1\nEndSplineSet\nEndChar\nStartChar: currency\nEncoding: 164 164 98\nWidth: 500\nFlags: MW\nHStem: 122 82<228 272> 470 82<227 273>\nVStem: 35 88<313.5 360> 377 88<313.5 360>\nFore\n-26 119 m 1\n 72 217 l 1\n 46 255 35 290 35 337 c 0\n 35 383 46 420 72 459 c 1\n -26 557 l 1\n 32 613 l 1\n 128 517 l 1\n 168 542 204 552 250 552 c 128\n 296 552 332 542 372 517 c 1\n 468 613 l 1\n 526 557 l 1\n 428 459 l 1\n 455 416 465 383 465 337 c 0\n 465 290 454 253 428 217 c 1\n 526 119 l 1\n 468 61 l 1\n 372 159 l 1\n 331 133 294 122 250 122 c 128\n 206 122 169 133 128 159 c 1\n 32 61 l 1\n -26 119 l 1\n250 470 m 0\n 179 470 123 412 123 337 c 0\n 123 263 179 204 250 204 c 0\n 319 204 377 264 377 335 c 0\n 377 410 321 470 250 470 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 99\nWidth: 500\nFlags: W\nHStem: 0 25 164 50<50 185 315 450> 292 50<50 149 339 450> 650 26\nVStem: -64 301<650 676> 50 400<164 214 292 342> 185 130<115 164 214 271 271 271> 342 205<650 676>\nFore\n450 292 m 1\n 319 292 l 1\n 315 281 l 1\n 315 214 l 1\n 450 214 l 1\n 450 164 l 1\n 315 164 l 1\n 315 115 l 2\n 315 47 331 32 414 25 c 1\n 414 0 l 1\n 83 0 l 1\n 83 25 l 1\n 168 32 185 47 185 115 c 2\n 185 164 l 1\n 50 164 l 1\n 50 214 l 1\n 185 214 l 1\n 185 271 l 1\n 174 292 l 1\n 50 292 l 1\n 50 342 l 1\n 149 342 l 1\n 19 597 l 1\n 0 633 -23 647 -64 650 c 1\n -64 676 l 1\n 237 676 l 1\n 237 650 l 1\n 177 648 160 642 160 621 c 0\n 160 605 183 555 236 454 c 0\n 248 430 263 403 278 371 c 1\n 293 342 l 1\n 412 572 l 1\n 417 583 420 595 420 607 c 0\n 420 639 406 647 342 650 c 1\n 342 676 l 1\n 547 676 l 1\n 547 650 l 1\n 513 647 496 637 483 613 c 2\n 339 342 l 1\n 450 342 l 1\n 450 292 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 100\nWidth: 220\nFlags: MW\nHStem: -19 277<66 154> 414 277<66 154>\nVStem: 66 88<-19 258 414 691>\nFore\n66 -19 m 1\n 66 258 l 1\n 154 258 l 1\n 154 -19 l 1\n 66 -19 l 1\n66 414 m 1\n 66 691 l 1\n 154 691 l 1\n 154 414 l 1\n 66 414 l 1\nEndSplineSet\nEndChar\nStartChar: section\nEncoding: 167 167 101\nWidth: 500\nFlags: W\nHStem: -132 23<222.5 266.5> 144 23 392 23<180 199> 668 23<231.5 270>\nVStem: 57 75<318 332.5> 90 128<-31 -13.5> 99 74<582 599> 268 125<575.5 592> 319 85<-40.5 -22.5> 367 76<238 238.5>\nFore\n180 415 m 2\n 199 415 l 1\n 117 487 99 513 99 561 c 0\n 99 637 161 691 248 691 c 0\n 326 691 393 645 393 592 c 0\n 393 559 362 528 328 528 c 0\n 299 528 268 558 268 585 c 0\n 268 599 277 614 295 628 c 0\n 304 636 310 643 310 647 c 0\n 310 658 284 668 256 668 c 0\n 207 668 173 640 173 599 c 0\n 173 565 208 526 277 480 c 0\n 343 437 393 388 423 337 c 0\n 436 315 443 287 443 256 c 0\n 443 220 429 189 405 170 c 0\n 383 152 356 145 302 144 c 1\n 376 92 404 51 404 -3 c 0\n 404 -78 335 -132 240 -132 c 0\n 157 -132 90 -87 90 -32 c 0\n 90 5 118 33 153 33 c 128\n 188 33 218 7 218 -23 c 0\n 218 -39 210 -51 187 -65 c 0\n 176 -72 172 -76 172 -80 c 0\n 172 -95 205 -109 240 -109 c 0\n 293 -109 319 -85 319 -38 c 0\n 319 -7 310 9 282 32 c 2\n 225 78 l 2\n 84 192 57 226 57 293 c 0\n 57 372 101 415 180 415 c 2\n186 392 m 0\n 155 392 132 368 132 336 c 0\n 132 300 142 285 202 233 c 0\n 263 180 284 167 314 167 c 128\n 344 167 367 191 367 225 c 0\n 367 252 357 271 324 302 c 0\n 258 365 216 392 186 392 c 0\nEndSplineSet\nEndChar\nStartChar: dieresis\nEncoding: 168 168 102\nWidth: 333\nFlags: MW\nHStem: 537 129<45 79.5 254.5 289>\nVStem: -2 129<584.5 618> 208 129<584.5 618>\nFore\n62 666 m 0\n 97 666 127 636 127 600 c 0\n 127 565 98 537 62 537 c 0\n 27 537 -2 567 -2 602 c 0\n -2 636 28 666 62 666 c 0\n271 666 m 0\n 307 666 337 636 337 600 c 0\n 337 565 308 537 271 537 c 0\n 236 537 208 566 208 603 c 0\n 208 636 238 666 271 666 c 0\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 103\nWidth: 747\nFlags: MW\nHStem: -19 52<295 449> 142 23<362 405> 521 23<361.5 420.5> 639 52<297 450.5>\nVStem: 26 71<252 419.5> 176 102<287 401> 650 71<251 420>\nFore\n525 256 m 1\n 544 256 l 1\n 528 182 l 1\n 527 172 516 164 497 159 c 2\n 497 159 490 158 485 156 c 0\n 448 146 420 142 390 142 c 0\n 259 142 176 218 176 340 c 0\n 176 464 264 544 402 544 c 0\n 439 544 465 539 505 525 c 0\n 521 519 527 514 527 504 c 2\n 527 432 l 1\n 508 432 l 1\n 490 493 457 521 401 521 c 0\n 322 521 278 458 278 344 c 128\n 278 230 323 165 401 165 c 0\n 457 165 493 191 525 256 c 1\n374 691 m 0\n 569 691 721 536 721 337 c 0\n 721 133 571 -19 369 -19 c 0\n 178 -19 26 138 26 335 c 0\n 26 535 178 691 374 691 c 0\n374 639 m 0\n 220 639 97 504 97 335 c 0\n 97 169 220 33 370 33 c 0\n 528 33 650 166 650 336 c 0\n 650 504 527 639 374 639 c 0\nEndSplineSet\nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 104\nWidth: 300\nFlags: W\nHStem: 665 22\nVStem: -1 98<467.5 488> 12 90<600.5 611> 172 96<465 552 552 552>\nFore\n291 443 m 1\n 301 431 l 1\n 277 406 257 397 228 397 c 0\n 196 397 182 408 175 438 c 1\n 140 409 111 397 73 397 c 0\n 29 397 -1 424 -1 463 c 0\n -1 513 38 538 173 573 c 1\n 173 613 l 2\n 173 650 159 665 123 665 c 0\n 101 665 82 655 82 643 c 0\n 82 640 85 635 91 629 c 0\n 99 621 102 614 102 608 c 0\n 102 587 82 573 54 573 c 0\n 28 573 12 588 12 613 c 0\n 12 659 63 688 141 688 c 128\n 219 688 268 656 268 606 c 2\n 268 450 l 2\n 268 439 271 435 279 435 c 0\n 282 435 284 436 285 437 c 2\n 291 443 l 1\n172 465 m 1\n 172 552 l 1\n 122 537 97 513 97 479 c 0\n 97 456 110 439 129 439 c 0\n 145 439 158 447 172 465 c 1\nEndSplineSet\nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 105\nWidth: 500\nFlags: W\nFore\n23 229 m 1\n 226 393 l 2\n 229 395 231 397 232 398 c 0\n 247 411 255 415 263 415 c 128\n 271 415 275 411 275 404 c 0\n 275 383 240 328 183 257 c 0\n 179 253 169 240 159 227 c 1\n 174 205 185 190 199 173 c 0\n 249 115 277 71 277 51 c 0\n 277 42 272 36 265 36 c 128\n 258 36 249 41 237 52 c 0\n 233 55 230 58 229 59 c 2\n 23 225 l 1\n 23 229 l 1\n219 229 m 1\n 422 393 l 2\n 425 395 427 397 428 398 c 0\n 443 411 451 415 459 415 c 128\n 467 415 471 411 471 404 c 0\n 471 383 436 328 378 257 c 1\n 355 227 l 1\n 370 205 381 190 395 173 c 0\n 445 115 473 71 473 51 c 0\n 473 42 468 36 461 36 c 128\n 454 36 445 41 433 52 c 0\n 429 55 426 58 425 59 c 2\n 219 225 l 1\n 219 229 l 1\nEndSplineSet\nEndChar\nStartChar: logicalnot\nEncoding: 172 172 106\nWidth: 570\nFlags: MW\nHStem: 311 88<33 449>\nVStem: 449 88<108 311 311 311>\nFore\n449 108 m 1\n 449 311 l 1\n 33 311 l 1\n 33 399 l 1\n 537 399 l 1\n 537 108 l 1\n 449 108 l 1\nEndSplineSet\nEndChar\nStartChar: registered\nEncoding: 174 174 107\nWidth: 747\nFlags: W\nHStem: -19 52<295 449> 153 18 320 22<333 368 368 370> 510 22<333 333 333 369> 514 18 639 52<297 450.5>\nVStem: 26 71<252 419.5> 253 80<215 320 342 470 470 490.5> 430 85<412 457> 650 71<251 420>\nFore\n207 514 m 1\n 207 532 l 1\n 400 532 l 2\n 471 532 515 495 515 436 c 0\n 515 388 488 352 435 331 c 1\n 493 249 l 2\n 522 209 542 184 563 164 c 1\n 563 153 l 1\n 482 153 l 2\n 466 153 450 174 419 234 c 0\n 401 270 391 286 370 320 c 1\n 333 320 l 1\n 333 215 l 2\n 333 175 334 174 379 171 c 1\n 379 153 l 1\n 207 153 l 1\n 207 171 l 1\n 252 174 253 175 253 215 c 2\n 253 470 l 2\n 253 511 253 511 207 514 c 1\n333 510 m 1\n 333 342 l 1\n 368 342 l 2\n 407 342 430 374 430 430 c 0\n 430 484 410 510 369 510 c 2\n 333 510 l 1\n374 691 m 0\n 569 691 721 536 721 337 c 0\n 721 133 571 -19 369 -19 c 0\n 178 -19 26 138 26 335 c 0\n 26 535 178 691 374 691 c 0\n374 639 m 0\n 220 639 97 504 97 335 c 0\n 97 169 220 33 370 33 c 0\n 528 33 650 166 650 336 c 0\n 650 504 527 639 374 639 c 0\nEndSplineSet\nEndChar\nStartChar: macron\nEncoding: 175 175 108\nWidth: 333\nFlags: MW\nHStem: 565 72<1 331>\nVStem: 1 330<565 637>\nFore\n331 637 m 1\n 331 565 l 1\n 1 565 l 1\n 1 637 l 1\n 331 637 l 1\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 109\nWidth: 400\nFlags: MW\nHStem: 402 36<171.5 227.5> 652 36<172 227.5>\nVStem: 57 41<516 574> 302 41<515.5 574>\nFore\n200 688 m 0\n 280 688 343 625 343 545 c 0\n 343 464 280 402 198 402 c 0\n 120 402 57 466 57 545 c 0\n 57 625 120 688 200 688 c 0\n200 652 m 0\n 144 652 98 603 98 545 c 128\n 98 487 144 438 199 438 c 0\n 256 438 302 486 302 545 c 0\n 302 603 255 652 200 652 c 0\nEndSplineSet\nEndChar\nStartChar: plusminus\nEncoding: 177 177 110\nWidth: 570\nFlags: MW\nHStem: 0 88<33 537> 271 88<33 241 329 537>\nVStem: 33 504<0 88 271 359> 241 88<128 271 359 568>\nFore\n241 359 m 1\n 241 568 l 1\n 329 568 l 1\n 329 359 l 1\n 537 359 l 1\n 537 271 l 1\n 329 271 l 1\n 329 128 l 1\n 241 128 l 1\n 241 271 l 1\n 33 271 l 1\n 33 359 l 1\n 241 359 l 1\n33 0 m 1\n 33 88 l 1\n 537 88 l 1\n 537 0 l 1\n 33 0 l 1\nEndSplineSet\nEndChar\nStartChar: twosuperior\nEncoding: 178 178 111\nWidth: 300\nFlags: MW\nHStem: 275 80<99 191 191 224> 620 68<120 130>\nVStem: 184 88<555 565>\nFore\n300 402 m 1\n 270 275 l 1\n 0 275 l 1\n 0 289 l 1\n 149 438 184 486 184 544 c 0\n 184 586 151 620 109 620 c 0\n 75 620 54 605 33 566 c 1\n 9 566 l 1\n 43 650 88 688 152 688 c 0\n 222 688 272 642 272 577 c 0\n 272 533 251 497 198 447 c 2\n 99 355 l 1\n 191 355 l 2\n 257 355 265 359 284 402 c 1\n 300 402 l 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 112\nWidth: 300\nFlags: W\nVStem: 176 95<589 597.5> 222 75<380.5 398>\nFore\n36 590 m 1\n 16 597 l 1\n 52 658 100 688 165 688 c 0\n 232 688 271 658 271 607 c 0\n 271 571 258 553 217 531 c 1\n 271 509 297 474 297 424 c 0\n 297 337 211 268 103 268 c 0\n 42 268 3 289 3 322 c 0\n 3 341 16 354 43 363 c 1\n 72 360 80 356 110 330 c 1\n 131 310 143 304 159 304 c 0\n 197 304 222 330 222 369 c 0\n 222 427 188 459 92 490 c 1\n 92 500 l 1\n 153 518 176 539 176 579 c 0\n 176 616 150 640 111 640 c 0\n 80 640 61 627 36 590 c 1\nEndSplineSet\nEndChar\nStartChar: acute\nEncoding: 180 180 113\nWidth: 333\nFlags: W\nFore\n86 528 m 5\n 223 685 l 6\n 240 704 257 713 276 713 c 4\n 305 713 324 695 324 669 c 4\n 324 646 316 636 284 616 c 6\n 142 528 l 5\n 86 528 l 5\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 114\nWidth: 556\nFlags: W\nHStem: -13 474<406 451> -13 88<245 250.5> -13 474 -13 88 -13 474\nVStem: 33 128<-153.5 -122.5> 66 139<127 149 149 461> 336 139<102 461>\nFore\n475 461 m 1\n 475 101 l 2\n 475 75 493 54 515 54 c 0\n 522 54 527 55 536 60 c 1\n 536 36 l 1\n 492 -3 472 -13 430 -13 c 0\n 382 -13 351 3 329 39 c 1\n 298 1 271 -13 230 -13 c 0\n 190 -13 160 -3 128 22 c 1\n 132 -11 134 -18 146 -59 c 0\n 157 -93 161 -113 161 -130 c 0\n 161 -179 138 -206 98 -206 c 0\n 57 -206 33 -178 33 -129 c 0\n 33 -116 36 -101 44 -72 c 0\n 60 -10 66 35 66 88 c 2\n 66 461 l 1\n 205 461 l 1\n 205 149 l 2\n 205 105 228 75 262 75 c 0\n 283 75 308 84 336 102 c 1\n 336 461 l 1\n 475 461 l 1\nEndSplineSet\nEndChar\nStartChar: paragraph\nEncoding: 182 182 115\nWidth: 540\nFlags: W\nHStem: -186 27<491 492.5> -186 25 -186 27 -186 25 -186 27 651 25<293 293 293 343>\nVStem: 0 90<436.5 507.5> 198 95<-129.5 -109> 343 171<-186 -161>\nFore\n293 651 m 1\n 293 -186 l 1\n 118 -186 l 1\n 118 -161 l 1\n 192 -154 198 -150 198 -109 c 1\n 199 -99 l 1\n 199 -61 l 1\n 199 265 l 1\n 148 267 122 274 92 292 c 0\n 32 327 0 392 0 481 c 0\n 0 615 69 676 219 676 c 2\n 519 676 l 1\n 519 651 l 1\n 508 650 497 649 493 649 c 0\n 444 643 438 638 438 599 c 1\n 437 589 l 1\n 437 551 l 1\n 437 -61 l 1\n 437 -99 l 1\n 438 -109 l 1\n 439 -148 443 -153 491 -159 c 0\n 494 -159 504 -160 514 -161 c 1\n 514 -186 l 1\n 343 -186 l 1\n 343 651 l 1\n 293 651 l 1\n199 290 m 1\n 199 651 l 1\n 152 639 132 627 115 598 c 0\n 99 572 90 532 90 483 c 0\n 90 378 124 317 199 290 c 1\nEndSplineSet\nEndChar\nStartChar: periodcentered\nEncoding: 183 183 116\nWidth: 250\nFlags: MW\nHStem: 248 169<102 148>\nVStem: 41 169<309 355>\nFore\n125 417 m 0\n 172 417 210 378 210 332 c 0\n 210 285 172 248 124 248 c 0\n 77 248 41 285 41 333 c 0\n 41 378 79 417 125 417 c 0\nEndSplineSet\nEndChar\nStartChar: cedilla\nEncoding: 184 184 117\nWidth: 333\nFlags: MW\nHStem: -217 40 -100 100<159 169.5>\nVStem: 201 93<-149 -125>\nFore\n116 -96 m 1\n 159 0 l 1\n 201 0 l 1\n 173 -64 l 1\n 185 -60 193 -59 206 -59 c 0\n 261 -59 294 -85 294 -129 c 0\n 294 -184 244 -218 164 -218 c 0\n 131 -218 104 -213 68 -200 c 1\n 84 -163 l 1\n 90 -165 l 2\n 113 -174 127 -177 144 -177 c 0\n 180 -177 201 -162 201 -136 c 0\n 201 -114 184 -100 155 -100 c 0\n 146 -100 138 -101 127 -104 c 1\n 116 -96 l 1\nEndSplineSet\nEndChar\nStartChar: onesuperior\nEncoding: 185 185 118\nWidth: 300\nFlags: W\nHStem: 275 20<30 62>\nVStem: 30 243<275 295> 107 96<355 576 576 590>\nFore\n273 295 m 1\n 273 275 l 5\n 30 275 l 1\n 30 295 l 1\n 94 295 107 305 107 355 c 2\n 107 576 l 2\n 107 604 100 617 84 617 c 0\n 75 617 59 613 41 607 c 0\n 39 606 34 604 28 602 c 1\n 28 623 l 1\n 192 688 l 1\n 203 688 l 1\n 203 351 l 2\n 203 305 214 296 273 295 c 1\nEndSplineSet\nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 119\nWidth: 330\nFlags: MW\nHStem: 397 20<146 182.5> 667 21<146 183.5>\nVStem: 18 97<500.5 584> 214 98<500 584.5>\nFore\n165 688 m 0\n 249 688 312 626 312 543 c 0\n 312 457 250 397 163 397 c 0\n 80 397 18 459 18 542 c 0\n 18 626 81 688 165 688 c 0\n165 667 m 0\n 127 667 115 635 115 538 c 0\n 115 449 128 417 164 417 c 0\n 201 417 214 447 214 536 c 0\n 214 636 202 667 165 667 c 0\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 120\nWidth: 500\nFlags: W\nFore\n78 58 m 1\n 72 53 l 2\n 56 39 49 36 41 36 c 128\n 33 36 29 40 29 47 c 0\n 29 68 64 123 122 194 c 1\n 145 224 l 1\n 130 246 118 262 105 277 c 0\n 54 337 27 380 27 400 c 0\n 27 409 32 415 38 415 c 0\n 45 415 55 410 67 399 c 0\n 71 396 74 393 75 392 c 2\n 281 226 l 1\n 281 222 l 1\n 78 58 l 1\n477 222 m 1\n 274 58 l 2\n 273 57 271 56 267 53 c 0\n 251 39 245 36 237 36 c 128\n 229 36 225 40 225 47 c 0\n 225 68 260 124 317 194 c 2\n 341 224 l 1\n 326 246 314 262 301 277 c 0\n 250 337 223 380 223 400 c 0\n 223 409 228 415 235 415 c 0\n 241 415 250 410 263 399 c 0\n 266 396 269 393 271 392 c 2\n 477 226 l 1\n 477 222 l 1\nEndSplineSet\nKernsSLIF: 65 -40 1 0 198 -46 1 0 193 -40 1 0 196 -40 1 0 197 -40 1 0 84 -100 1 0 86 -102 1 0 87 -84 1 0 89 -106 1 0\nEndChar\nStartChar: onequarter\nEncoding: 188 188 121\nWidth: 750\nFlags: W\nHStem: 0 413<650 702> 87 66<472 608 702 743> 275 413<192 203> 275 20<30 62> 275 413 275 20 275 413 275 20\nVStem: 30 243<275 295> 447 296<87 153> 608 94<0 87>\nFore\n702 153 m 1\n 743 153 l 1\n 743 87 l 1\n 702 87 l 1\n 702 0 l 1\n 608 0 l 1\n 608 87 l 1\n 447 87 l 1\n 447 154 l 1\n 489 217 522 259 611 367 c 2\n 650 413 l 1\n 702 413 l 1\n 702 153 l 1\n609 153 m 1\n 609 328 l 1\n 472 153 l 1\n 609 153 l 1\n615 688 m 1\n 671 688 l 1\n 232 -12 l 1\n 174 -12 l 1\n 615 688 l 1\n273 295 m 1\n 273 275 l 1\n 30 275 l 1\n 30 295 l 1\n 94 295 107 305 107 355 c 2\n 107 576 l 2\n 107 604 100 617 84 617 c 0\n 75 617 59 613 41 607 c 0\n 39 606 34 604 28 602 c 1\n 28 623 l 1\n 192 688 l 1\n 203 688 l 1\n 203 351 l 2\n 203 305 214 296 273 295 c 1\nEndSplineSet\nEndChar\nStartChar: onehalf\nEncoding: 189 189 122\nWidth: 750\nFlags: W\nHStem: 0 80<580 666 666 699> 275 20<-5 27> 275 413<157 168> 275 20 345 68<595 605>\nVStem: -5 243<275 295> 659 88<280 290>\nFore\n573 688 m 1\n 629 688 l 1\n 190 -12 l 1\n 132 -12 l 1\n 573 688 l 1\n238 295 m 1\n 238 275 l 1\n -5 275 l 1\n -5 295 l 1\n 59 295 72 305 72 355 c 2\n 72 576 l 2\n 72 604 65 617 49 617 c 0\n 40 617 24 613 6 607 c 0\n 4 606 -1 604 -7 602 c 1\n -7 623 l 1\n 157 688 l 1\n 168 688 l 1\n 168 351 l 2\n 168 305 179 296 238 295 c 1\n775 127 m 1\n 745 0 l 1\n 475 0 l 1\n 475 14 l 1\n 624 163 659 211 659 269 c 0\n 659 311 626 345 584 345 c 0\n 550 345 529 330 508 291 c 1\n 484 291 l 1\n 518 375 563 413 627 413 c 0\n 697 413 747 367 747 302 c 0\n 747 258 727 222 673 172 c 2\n 580 85 l 1\n 580 80 l 1\n 666 80 l 2\n 732 80 740 84 759 127 c 1\n 775 127 l 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 123\nWidth: 750\nFlags: W\nHStem: 87 66<462 598 692 733> 668 20<152.5 218.5 613 669 669 669>\nVStem: 437 296<87 153> 598 94<0 87>\nFore\n613 688 m 1\n 669 688 l 1\n 230 -12 l 1\n 172 -12 l 1\n 613 688 l 1\n56 590 m 1\n 36 597 l 1\n 72 658 120 688 185 688 c 0\n 252 688 291 658 291 607 c 0\n 291 572 278 553 241 533 c 1\n 241 529 l 1\n 291 509 317 473 317 424 c 0\n 317 337 231 268 123 268 c 0\n 62 268 23 289 23 322 c 0\n 23 341 36 354 63 363 c 1\n 92 360 100 356 130 330 c 1\n 151 310 163 304 179 304 c 0\n 217 304 242 330 242 369 c 0\n 242 427 208 459 112 490 c 1\n 112 500 l 1\n 173 518 196 539 196 579 c 0\n 196 616 170 640 131 640 c 0\n 100 640 81 627 56 590 c 1\n692 153 m 1\n 733 153 l 1\n 733 87 l 1\n 692 87 l 1\n 692 0 l 1\n 598 0 l 1\n 598 87 l 1\n 437 87 l 1\n 437 154 l 1\n 479 217 512 259 601 367 c 2\n 640 413 l 1\n 692 413 l 1\n 692 153 l 1\n599 153 m 1\n 599 328 l 1\n 462 153 l 1\n 599 153 l 1\nEndSplineSet\nEndChar\nStartChar: questiondown\nEncoding: 191 191 124\nWidth: 500\nFlags: W\nHStem: -201 36<261.5 306> 332 169<238 284>\nVStem: 55 149<-76 -9> 177 169<394 440> 312 131<-55 -35>\nFore\n247 257 m 1\n 277 257 l 1\n 279 227 279 222 279 211 c 0\n 279 183 271 160 247 114 c 0\n 214 52 204 17 204 -35 c 0\n 204 -117 235 -165 288 -165 c 0\n 324 -165 349 -149 349 -125 c 0\n 349 -115 346 -109 334 -96 c 0\n 317 -77 312 -65 312 -45 c 0\n 312 -7 337 19 375 19 c 0\n 414 19 443 -13 443 -57 c 0\n 443 -141 365 -201 255 -201 c 0\n 135 -201 55 -135 55 -35 c 0\n 55 34 85 75 176 131 c 0\n 239 170 247 184 247 257 c 1\n261 332 m 0\n 215 332 177 371 177 417 c 0\n 177 464 214 501 261 501 c 0\n 309 501 346 464 346 416 c 0\n 346 371 307 332 261 332 c 0\nEndSplineSet\nEndChar\nStartChar: Agrave\nEncoding: 192 192 125\nWidth: 722\nFlags: W\nRef: 65 65 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 189 210\nKernsSLIF: 67 -73 0 0 71 -68 0 0 79 -68 0 0 81 -68 0 0 84 -59 0 0 85 -66 0 0 86 -130 0 0 87 -116 0 0 89 -74 0 0 44 1 0 0\nEndChar\nStartChar: Aacute\nEncoding: 193 193 126\nWidth: 722\nFlags: W\nRef: 65 65 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 176 210\nKernsSLIF: 67 -73 0 0 71 -68 0 0 79 -68 0 0 81 -68 0 0 84 -59 0 0 85 -66 0 0 86 -130 0 0 87 -116 0 0 89 -74 0 0 97 -5 0 0 98 -22 0 0 99 -35 0 0 44 1 0 0 100 -28 0 0 101 -32 0 0 103 -7 0 0 171 -53 0 0 8249 -67 0 0 45 -30 0 0 111 -37 0 0 113 -38 0 0 8217 -108 0 0 116 -27 0 0 117 -30 0 0 118 -84 0 0 119 -79 0 0 121 -83 0 0\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 127\nWidth: 722\nFlags: W\nRef: 65 65 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 177 210\nKernsSLIF: 67 -73 0 0 71 -68 0 0 79 -68 0 0 81 -68 0 0 84 -59 0 0 85 -66 0 0 86 -130 0 0 87 -116 0 0 89 -74 0 0 44 1 0 0\nEndChar\nStartChar: Atilde\nEncoding: 195 195 128\nWidth: 722\nFlags: W\nRef: 65 65 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 183 210\nKernsSLIF: 67 -73 0 0 71 -68 0 0 79 -68 0 0 81 -68 0 0 84 -59 0 0 85 -66 0 0 86 -130 0 0 87 -116 0 0 89 -74 0 0 44 1 0 0\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 129\nWidth: 722\nFlags: W\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 175 211\nKernsSLIF: 67 -73 0 0 71 -68 0 0 79 -68 0 0 81 -68 0 0 84 -59 0 0 85 -66 0 0 86 -130 0 0 87 -116 0 0 89 -74 0 0 97 -5 0 0 98 -22 0 0 99 -35 0 0 44 1 0 0 100 -28 0 0 103 -7 0 0 171 -53 0 0 8249 -67 0 0 45 -30 0 0 111 -37 0 0 113 -38 0 0 8221 -76 0 0 8217 -108 0 0 116 -27 0 0 117 -30 0 0 118 -84 0 0 119 -79 0 0 121 -83 0 0\nEndChar\nStartChar: Aring\nEncoding: 197 197 130\nWidth: 722\nFlags: W\nRef: 65 65 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 175 198\nKernsSLIF: 67 -73 0 0 71 -68 0 0 79 -68 0 0 81 -68 0 0 84 -59 0 0 85 -66 0 0 86 -130 0 0 87 -116 0 0 89 -74 0 0 97 -5 0 0 98 -22 0 0 99 -35 0 0 44 1 0 0 100 -28 0 0 101 -32 0 0 103 -7 0 0 171 -53 0 0 8249 -67 0 0 45 -30 0 0 111 -37 0 0 113 -38 0 0 8221 -76 0 0 8217 -108 0 0 116 -27 0 0 117 -30 0 0 118 -84 0 0 119 -79 0 0 121 -83 0 0\nEndChar\nStartChar: AE\nEncoding: 198 198 131\nWidth: 1000\nFlags: W\nHStem: 0 25 0 34<638 710.5> 0 25 0 34 0 25 303 40<264 432> 641 35<633 706> 654 22\nVStem: 4 206<0 25> 275 634<654 676> 432 338<343 363> 432 160<119 303 303 303 363 611> 432 338\nFore\n432 303 m 1\n 242 303 l 1\n 142 115 l 2\n 131 95 127 82 127 70 c 0\n 127 43 141 33 193 27 c 2\n 210 25 l 1\n 210 0 l 1\n 4 0 l 1\n 4 25 l 1\n 43 31 51 40 114 153 c 1\n 327 542 l 2\n 330 547 332 552 334 555 c 0\n 353 587 362 607 362 617 c 0\n 362 641 341 650 275 654 c 1\n 275 676 l 1\n 909 676 l 1\n 909 475 l 1\n 884 475 l 1\n 871 539 861 563 840 589 c 0\n 812 624 752 641 660 641 c 0\n 606 641 592 635 592 611 c 2\n 592 363 l 1\n 709 373 719 383 747 512 c 1\n 770 512 l 1\n 770 174 l 1\n 747 174 l 1\n 729 298 704 324 592 331 c 1\n 592 88 l 2\n 592 45 608 34 668 34 c 0\n 753 34 812 53 852 95 c 0\n 886 130 920 181 928 211 c 1\n 951 211 l 1\n 910 0 l 1\n 344 0 l 1\n 344 25 l 1\n 417 29 432 45 432 119 c 2\n 432 303 l 1\n264 343 m 1\n 432 343 l 1\n 432 633 l 1\n 425 633 l 1\n 264 343 l 1\nEndSplineSet\nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 132\nWidth: 722\nFlags: W\nHStem: -217 40 -19 48<401 401> 454 234<644 669 644 644> 658 33<350 421>\nVStem: 49 177<291 434.5> 409 93<-149 -125>\nFore\n401 -19 m 1\n 381 -64 l 1\n 393 -60 401 -59 414 -59 c 0\n 469 -59 502 -85 502 -129 c 0\n 502 -184 452 -218 372 -218 c 0\n 339 -218 312 -213 276 -200 c 1\n 292 -163 l 1\n 298 -165 l 2\n 323 -174 335 -177 351 -177 c 0\n 388 -177 409 -162 409 -136 c 0\n 409 -114 392 -100 363 -100 c 0\n 354 -100 346 -101 335 -104 c 1\n 324 -96 l 1\n 359 -17 l 1\n 356 -16 l 2\n 174 2 49 144 49 332 c 0\n 49 537 198 691 397 691 c 0\n 445 691 493 680 552 656 c 0\n 574 646 589 642 598 642 c 0\n 617 642 628 653 642 688 c 1\n 669 688 l 1\n 669 454 l 1\n 644 454 l 1\n 609 530 586 563 543 602 c 0\n 500 640 457 658 410 658 c 0\n 290 658 226 548 226 341 c 0\n 226 241 240 169 269 116 c 0\n 298 64 361 29 427 29 c 0\n 455 29 488 35 517 47 c 0\n 566 66 598 90 657 152 c 1\n 687 127 l 1\n 593 20 518 -18 401 -19 c 1\nEndSplineSet\nKernsSLIF: 65 -33 0 0\nEndChar\nStartChar: Egrave\nEncoding: 200 200 133\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 160 210\nEndChar\nStartChar: Eacute\nEncoding: 201 201 134\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 160 210\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 135\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 161 210\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 136\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 161 210\nEndChar\nStartChar: Igrave\nEncoding: 204 204 137\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 16 210\nEndChar\nStartChar: Iacute\nEncoding: 205 205 138\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 25 210\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 139\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 24 211\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 140\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 24 211\nEndChar\nStartChar: Eth\nEncoding: 208 208 141\nWidth: 722\nFlags: W\nHStem: 0 25 0 35<294.5 330> 0 25 0 35 326 47<6 97 259 373> 642 34<305 319 319 354.5> 651 25\nVStem: 6 367<326 373> 97 162<91 93 93 326 373 584 584 595> 516 174<282.5 372>\nFore\n6 326 m 1\n 6 373 l 1\n 97 373 l 1\n 97 584 l 2\n 97 630 78 645 14 651 c 1\n 14 676 l 1\n 319 676 l 2\n 550 676 690 551 690 345 c 0\n 690 138 546 0 330 0 c 2\n 14 0 l 1\n 14 25 l 1\n 72 27 97 47 97 91 c 2\n 97 326 l 1\n 6 326 l 1\n373 373 m 1\n 373 326 l 1\n 259 326 l 1\n 259 93 l 2\n 259 48 272 35 317 35 c 0\n 382 35 430 58 464 104 c 0\n 496 149 516 235 516 330 c 0\n 516 414 502 487 475 540 c 0\n 441 609 390 642 319 642 c 0\n 291 642 272 636 264 625 c 0\n 260 620 259 612 259 595 c 2\n 259 373 l 1\n 373 373 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 142\nWidth: 722\nFlags: W\nRef: 78 78 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 188 210\nEndChar\nStartChar: Ograve\nEncoding: 210 210 143\nWidth: 778\nFlags: W\nRef: 79 79 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 216 210\nKernsSLIF: 84 -9 0 0 86 -60 0 0 89 -59 0 0\nEndChar\nStartChar: Oacute\nEncoding: 211 211 144\nWidth: 778\nFlags: W\nRef: 79 79 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 216 210\nKernsSLIF: 65 -55 0 0 84 -9 0 0 86 -60 0 0 87 -54 0 0 89 -59 0 0\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 145\nWidth: 778\nFlags: W\nRef: 79 79 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 215 210\nKernsSLIF: 84 -9 0 0 86 -60 0 0 89 -59 0 0\nEndChar\nStartChar: Otilde\nEncoding: 213 213 146\nWidth: 778\nFlags: W\nRef: 79 79 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 215 210\nKernsSLIF: 84 -9 0 0 86 -60 0 0 89 -59 0 0\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 147\nWidth: 778\nFlags: W\nRef: 79 79 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 215 210\nKernsSLIF: 65 -55 0 0 84 -9 0 0 86 -60 0 0 87 -54 0 0 88 -51 0 0 89 -59 0 0\nEndChar\nStartChar: multiply\nEncoding: 215 215 148\nWidth: 570\nFlags: W\nFore\n223 253 m 1\n 48 428 l 1\n 110 490 l 1\n 285 314 l 1\n 460 490 l 1\n 522 428 l 1\n 346 253 l 1\n 522 78 l 1\n 460 16 l 1\n 285 192 l 1\n 110 16 l 1\n 48 78 l 1\n 223 253 l 1\nEndSplineSet\nEndChar\nStartChar: Oslash\nEncoding: 216 216 149\nWidth: 778\nFlags: MW\nHStem: -19 33<357.5 447> 658 33<332.5 418.5>\nVStem: 35 177<310.5 433.5> 566 177<232 370>\nFore\n685 737 m 1\n 607 622 l 1\n 655 582 674 561 696 523 c 0\n 727 468 743 404 743 336 c 0\n 743 128 596 -19 389 -19 c 0\n 317 -19 265 -5 202 30 c 1\n 131 -74 l 1\n 81 -74 l 1\n 167 52 l 1\n 108 103 84 135 61 195 c 0\n 44 239 35 286 35 335 c 0\n 35 542 183 691 390 691 c 0\n 458 691 509 678 572 644 c 1\n 635 737 l 1\n 685 737 l 1\n234 151 m 1\n 520 569 l 1\n 485 633 448 658 389 658 c 0\n 276 658 212 539 212 328 c 0\n 212 254 217 212 234 151 c 1\n540 524 m 1\n 253 104 l 1\n 287 40 326 14 389 14 c 0\n 505 14 566 124 566 331 c 0\n 566 411 560 459 540 524 c 1\nEndSplineSet\nKernsSLIF: 65 -52 0 0\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 150\nWidth: 722\nFlags: W\nRef: 85 85 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 202 210\nKernsSLIF: 65 -54 0 0\nEndChar\nStartChar: Uacute\nEncoding: 218 218 151\nWidth: 722\nFlags: W\nRef: 85 85 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 222 210\nKernsSLIF: 65 -54 0 0 44 -17 0 0 109 -23 0 0 110 -25 0 0 112 -28 0 0 46 -18 0 0 114 -29 0 0\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 152\nWidth: 722\nFlags: W\nRef: 85 85 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 223 210\nKernsSLIF: 65 -54 0 0\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 153\nWidth: 722\nFlags: W\nRef: 85 85 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 215 210\nKernsSLIF: 65 -54 0 0 98 10 0 0 44 -17 0 0 109 -23 0 0 110 -25 0 0 112 -28 0 0 46 -18 0 0 114 -29 0 0\nEndChar\nStartChar: Yacute\nEncoding: 221 221 154\nWidth: 722\nFlags: W\nRef: 89 89 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 227 210\nEndChar\nStartChar: Thorn\nEncoding: 222 222 155\nWidth: 611\nFlags: W\nHStem: 0 25 0 29<38.5 40> 0 25 0 29 0 25 173 35 511 35<295.5 328 328 353.5> 651 25\nVStem: 100 162<117 173 208 476 546 558> 428 172<331 413>\nFore\n262 546 m 1\n 328 546 l 2\n 507 546 600 483 600 363 c 0\n 600 299 569 247 512 212 c 0\n 457 180 421 174 262 173 c 1\n 262 117 l 2\n 262 44 271 35 350 25 c 1\n 350 0 l 1\n 16 0 l 1\n 16 25 l 1\n 27 27 37 29 40 29 c 0\n 87 35 100 55 100 117 c 2\n 100 559 l 2\n 100 629 86 645 16 651 c 1\n 16 676 l 1\n 350 676 l 1\n 350 651 l 1\n 270 640 262 631 262 558 c 2\n 262 546 l 1\n262 476 m 2\n 262 208 l 1\n 333 208 366 215 390 235 c 0\n 416 258 428 296 428 359 c 0\n 428 467 395 511 312 511 c 0\n 279 511 262 499 262 476 c 2\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 156\nWidth: 556\nFlags: W\nHStem: -12 35<319 333.5> 0 21<19 209 19 19> 663 28<249 293>\nVStem: 70 139<87 507 507 560.5> 339 137<516 577> 371 146<137 220.5>\nFore\n70 87 m 2\n 70 507 l 2\n 70 614 156 691 277 691 c 0\n 391 691 476 625 476 537 c 0\n 476 495 455 457 417 431 c 0\n 391 413 369 404 320 393 c 1\n 401 369 435 353 467 322 c 0\n 500 291 517 247 517 194 c 0\n 517 80 433 -12 328 -12 c 0\n 310 -12 294 -8 264 3 c 1\n 278 37 l 1\n 288 30 l 2\n 297 24 301 23 310 23 c 0\n 357 23 371 63 371 195 c 0\n 371 282 359 331 333 354 c 0\n 318 366 302 371 269 373 c 1\n 269 407 l 1\n 326 408 339 431 339 530 c 0\n 339 624 318 663 268 663 c 0\n 230 663 209 636 209 586 c 2\n 209 0 l 1\n 19 0 l 1\n 19 24 l 1\n 62 31 70 41 70 87 c 2\nEndSplineSet\nEndChar\nStartChar: agrave\nEncoding: 224 224 157\nWidth: 500\nFlags: W\nRef: 97 97 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 83 0\nKernsSLIF: 118 -39 0 0 119 -40 0 0 121 -44 0 0\nEndChar\nStartChar: aacute\nEncoding: 225 225 158\nWidth: 500\nFlags: W\nRef: 97 97 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 69 0\nKernsSLIF: 118 -39 0 0 119 -40 0 0 121 -44 0 0\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 159\nWidth: 500\nFlags: W\nRef: 97 97 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 84 0\nEndChar\nStartChar: atilde\nEncoding: 227 227 160\nWidth: 500\nFlags: W\nRef: 97 97 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 84 0\nEndChar\nStartChar: adieresis\nEncoding: 228 228 161\nWidth: 500\nFlags: W\nRef: 97 97 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 78 0\nKernsSLIF: 118 -39 0 0 119 -40 0 0 121 -44 0 0\nEndChar\nStartChar: aring\nEncoding: 229 229 162\nWidth: 500\nFlags: W\nRef: 97 97 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 73 0\nKernsSLIF: 118 -39 0 0 119 -40 0 0 121 -44 0 0\nEndChar\nStartChar: ae\nEncoding: 230 230 163\nWidth: 722\nFlags: W\nHStem: -9 70<508.5 531.5> 248 37<434 567> 441 32<199 246>\nVStem: 33 144<97.5 116> 50 132<328.5 350.5> 296 138<167.5 225 225 248 285 344> 296 391 296 138 296 391\nFore\n672 128 m 1\n 693 113 l 1\n 634 23 579 -9 484 -9 c 0\n 414 -9 375 13 337 75 c 1\n 331 69 l 2\n 275 13 216 -14 151 -14 c 0\n 74 -14 33 24 33 94 c 0\n 33 138 51 171 90 198 c 0\n 122 221 167 238 296 280 c 1\n 296 360 l 2\n 296 418 274 441 218 441 c 0\n 180 441 153 426 153 406 c 0\n 153 399 156 394 165 384 c 0\n 178 369 182 360 182 341 c 0\n 182 305 159 284 119 284 c 0\n 77 284 50 309 50 348 c 0\n 50 420 127 473 232 473 c 0\n 298 473 336 459 374 422 c 1\n 411 458 449 473 501 473 c 0\n 575 473 636 436 666 375 c 0\n 683 340 688 310 688 248 c 1\n 434 248 l 1\n 434 225 l 2\n 434 110 468 61 549 61 c 0\n 598 61 633 80 672 128 c 1\n296 81 m 1\n 296 248 l 1\n 208 216 177 183 177 121 c 0\n 177 74 197 49 234 49 c 0\n 257 49 272 56 296 81 c 1\n434 285 m 1\n 567 285 l 1\n 567 318 l 2\n 567 411 551 443 504 443 c 0\n 452 443 434 403 434 285 c 1\nEndSplineSet\nKernsSLIF: 118 -34 0 0 119 -35 0 0 121 -37 0 0\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 164\nWidth: 444\nFlags: W\nHStem: -217 40 442 30\nVStem: 25 141<208 294.5> 270 93<-149 -125> 292 124<372 393>\nFore\n265 -13 m 1\n 242 -64 l 1\n 254 -60 262 -59 275 -59 c 0\n 330 -59 363 -85 363 -129 c 0\n 363 -184 313 -218 233 -218 c 0\n 200 -218 173 -213 137 -200 c 1\n 153 -163 l 1\n 159 -165 l 2\n 184 -174 196 -177 212 -177 c 0\n 249 -177 270 -162 270 -136 c 0\n 270 -114 253 -100 224 -100 c 0\n 215 -100 207 -101 196 -104 c 1\n 185 -96 l 1\n 222 -13 l 1\n 103 -2 25 91 25 222 c 0\n 25 367 125 473 261 473 c 0\n 349 473 416 425 416 363 c 0\n 416 324 390 300 348 300 c 0\n 311 300 293 323 292 372 c 0\n 292 414 292 414 287 423 c 0\n 281 434 266 442 250 442 c 0\n 198 442 166 379 166 276 c 0\n 166 140 221 53 308 53 c 0\n 349 53 375 67 412 109 c 1\n 430 91 l 1\n 383 28 334 -3 265 -13 c 1\nEndSplineSet\nEndChar\nStartChar: egrave\nEncoding: 232 232 165\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 67 0\nEndChar\nStartChar: eacute\nEncoding: 233 233 166\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 73 -1\nKernsSLIF: 118 -29 0 0 119 -30 0 0 121 -31 0 0\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 167\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 70 0\nKernsSLIF: 118 -29 0 0 119 -30 0 0 121 -31 0 0\nEndChar\nStartChar: edieresis\nEncoding: 235 235 168\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 62 0\nEndChar\nStartChar: igrave\nEncoding: 236 236 169\nWidth: 278\nFlags: W\nRef: 305 305 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 -34 0\nEndChar\nStartChar: iacute\nEncoding: 237 237 170\nWidth: 278\nFlags: W\nRef: 305 305 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 -34 0\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 171\nWidth: 278\nFlags: W\nRef: 305 305 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 -34 0\nEndChar\nStartChar: idieresis\nEncoding: 239 239 172\nWidth: 278\nFlags: W\nRef: 305 305 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -34 0\nEndChar\nStartChar: eth\nEncoding: 240 240 173\nWidth: 500\nFlags: MW\nHStem: -14 31<239 281> 442 31<221.5 270>\nVStem: 25 147<174.5 298.5> 329 147<196 310>\nFore\n256 574 m 1\n 146 518 l 1\n 98 549 l 1\n 215 608 l 1\n 172 639 132 657 82 666 c 1\n 128 691 l 1\n 189 685 238 671 288 645 c 1\n 378 691 l 1\n 427 661 l 1\n 335 614 l 1\n 396 564 420 532 445 471 c 0\n 466 419 476 360 476 293 c 0\n 476 99 393 -14 251 -14 c 0\n 121 -14 25 89 25 229 c 0\n 25 368 122 473 249 473 c 0\n 291 473 314 462 340 432 c 1\n 342 435 l 1\n 323 492 297 533 256 574 c 1\n252 442 m 0\n 191 442 172 388 172 222 c 0\n 172 127 178 80 194 50 c 0\n 207 28 226 17 252 17 c 0\n 310 17 329 69 329 233 c 0\n 329 387 309 442 252 442 c 0\nEndSplineSet\nEndChar\nStartChar: ntilde\nEncoding: 241 241 174\nWidth: 556\nFlags: W\nRef: 110 110 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 111 0\nEndChar\nStartChar: ograve\nEncoding: 242 242 175\nWidth: 500\nFlags: W\nRef: 111 111 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 83 0\nKernsSLIF: 118 -42 0 0 119 -38 0 0 121 -42 0 0\nEndChar\nStartChar: oacute\nEncoding: 243 243 176\nWidth: 500\nFlags: W\nRef: 111 111 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 85 0\nKernsSLIF: 118 -42 0 0 119 -38 0 0 121 -42 0 0\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 177\nWidth: 500\nFlags: W\nRef: 111 111 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 84 0\nKernsSLIF: 116 -10 0 0\nEndChar\nStartChar: otilde\nEncoding: 245 245 178\nWidth: 500\nFlags: W\nRef: 111 111 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 84 0\nEndChar\nStartChar: odieresis\nEncoding: 246 246 179\nWidth: 500\nFlags: W\nRef: 111 111 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 83 0\nKernsSLIF: 116 -10 0 0 118 -42 0 0 119 -38 0 0 120 -29 0 0 121 -42 0 0\nEndChar\nStartChar: divide\nEncoding: 247 247 180\nWidth: 570\nFlags: W\nHStem: -31 153<265 305.5> 209 88<33 537> 384 153<265 305.5>\nVStem: 33 504<209 297> 209 153<27 67 441 481>\nFore\n537 209 m 1\n 33 209 l 1\n 33 297 l 1\n 537 297 l 1\n 537 209 l 1\n285 537 m 0\n 326 537 362 501 362 461 c 128\n 362 421 326 384 286 384 c 0\n 244 384 209 419 209 461 c 0\n 209 501 245 537 285 537 c 0\n285 122 m 0\n 326 122 362 87 362 47 c 128\n 362 7 325 -31 286 -31 c 0\n 244 -31 209 5 209 47 c 0\n 209 87 244 122 285 122 c 0\nEndSplineSet\nEndChar\nStartChar: oslash\nEncoding: 248 248 181\nWidth: 500\nFlags: MW\nHStem: -14 31<233.5 280> 442 31<221 268.5>\nVStem: 25 147<196 299> 329 147<159 233>\nFore\n461 549 m 1\n 388 426 l 1\n 449 371 476 311 476 229 c 0\n 476 89 380 -14 251 -14 c 0\n 211 -14 180 -6 144 13 c 1\n 81 -92 l 1\n 34 -92 l 1\n 110 36 l 1\n 50 92 25 150 25 229 c 0\n 25 369 122 473 252 473 c 0\n 290 473 320 466 355 448 c 1\n 415 549 l 1\n 461 549 l 1\n173 140 m 1\n 316 382 l 1\n 303 425 285 442 252 442 c 0\n 190 442 172 390 172 210 c 0\n 172 182 172 160 173 140 c 1\n327 324 m 1\n 183 80 l 1\n 196 35 216 17 251 17 c 0\n 309 17 329 70 329 219 c 0\n 329 247 328 277 327 324 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 182\nWidth: 556\nFlags: W\nRef: 117 117 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 112 0\nEndChar\nStartChar: uacute\nEncoding: 250 250 183\nWidth: 556\nFlags: W\nRef: 117 117 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 98 0\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 184\nWidth: 556\nFlags: W\nRef: 117 117 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 108 0\nEndChar\nStartChar: udieresis\nEncoding: 252 252 185\nWidth: 556\nFlags: W\nRef: 117 117 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 97 0\nEndChar\nStartChar: yacute\nEncoding: 253 253 186\nWidth: 500\nFlags: W\nRef: 121 121 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 84 0\nEndChar\nStartChar: thorn\nEncoding: 254 254 187\nWidth: 556\nFlags: W\nHStem: -205 21 -13 55<310 320.5> 416 57<308 326> 656 20<20 214 214 214>\nVStem: 19 273<-205 -184> 75 139<-123 -94 -94 47 103 346 391 594 594 614> 376 148<165 290.5>\nFore\n214 676 m 1\n 214 391 l 1\n 243 450 278 473 338 473 c 0\n 449 473 524 378 524 239 c 0\n 524 91 444 -13 332 -13 c 0\n 288 -13 262 0 214 47 c 1\n 214 -94 l 2\n 214 -161 231 -181 292 -184 c 1\n 292 -205 l 1\n 19 -205 l 1\n 19 -181 l 1\n 67 -173 75 -164 75 -123 c 2\n 75 594 l 2\n 75 634 66 643 20 652 c 1\n 20 676 l 1\n 214 676 l 1\n214 346 m 2\n 214 103 l 1\n 233 62 259 42 293 42 c 0\n 348 42 376 103 376 225 c 0\n 376 356 352 416 300 416 c 0\n 278 416 255 404 235 382 c 0\n 223 369 214 353 214 346 c 2\nEndSplineSet\nEndChar\nStartChar: ydieresis\nEncoding: 255 255 188\nWidth: 500\nFlags: W\nRef: 121 121 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 98 -1\nEndChar\nStartChar: Amacron\nEncoding: 256 256 189\nWidth: 722\nFlags: W\nRef: 65 65 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 195 208\nEndChar\nStartChar: amacron\nEncoding: 257 257 190\nWidth: 500\nFlags: W\nRef: 97 97 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 84 -2\nEndChar\nStartChar: Abreve\nEncoding: 258 258 191\nWidth: 722\nFlags: W\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 178 210\nEndChar\nStartChar: abreve\nEncoding: 259 259 192\nWidth: 500\nFlags: W\nRef: 97 97 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 84 0\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 193\nWidth: 722\nFlags: W\nHStem: -173 69<719.5 724> 0 25 197 39<189 384> 670 20<329 357 357 357>\nVStem: 9 203<0 25> 365 324<0 25> 593 84\nFore\n689 25 m 1\n 689 0 l 1\n 680 -10 677 -21 677 -40 c 0\n 677 -81 699 -104 740 -104 c 0\n 755 -104 766 -101 786 -91 c 0\n 794 -87 795 -86 800 -84 c 1\n 822 -98 l 1\n 797 -144 749 -173 699 -173 c 0\n 638 -173 593 -139 593 -92 c 0\n 593 -64 602 -45 636 0 c 1\n 365 0 l 1\n 365 25 l 1\n 379 26 392 27 397 28 c 0\n 432 30 445 39 445 61 c 128\n 445 83 433 119 399 197 c 1\n 174 197 l 1\n 159 157 l 1\n 138 104 130 79 130 66 c 0\n 130 40 152 29 212 25 c 1\n 212 0 l 1\n 9 0 l 1\n 9 25 l 1\n 57 34 69 48 107 142 c 2\n 329 690 l 1\n 357 690 l 1\n 580 164 l 2\n 633 40 645 25 689 25 c 1\n189 236 m 1\n 384 236 l 1\n 283 479 l 1\n 189 236 l 1\nEndSplineSet\nEndChar\nStartChar: aogonek\nEncoding: 261 261 194\nWidth: 500\nFlags: W\nHStem: -173 69<401 402> 441 31\nVStem: 25 146<104 113.5> 44 133<326.5 346> 271 83 293 138<100 245 245 245>\nFore\n473 64 m 1\n 488 43 l 1\n 452 4 447 2 389 -16 c 0\n 369 -23 354 -41 354 -60 c 0\n 354 -84 383 -104 419 -104 c 0\n 433 -104 444 -101 464 -91 c 0\n 472 -87 473 -86 478 -84 c 1\n 500 -98 l 1\n 475 -144 427 -173 377 -173 c 0\n 316 -173 271 -139 271 -92 c 0\n 271 -64 281 -43 317 5 c 1\n 305 17 300 29 294 56 c 1\n 239 6 193 -14 136 -14 c 0\n 72 -14 25 31 25 92 c 0\n 25 135 46 169 89 199 c 0\n 126 224 175 244 294 280 c 1\n 294 353 l 2\n 294 414 268 441 210 441 c 0\n 175 441 147 425 147 404 c 0\n 147 398 150 392 159 382 c 0\n 171 366 177 353 177 339 c 0\n 177 305 149 281 109 281 c 0\n 68 281 44 306 44 347 c 0\n 44 422 120 473 233 473 c 0\n 355 473 431 420 431 336 c 2\n 431 75 l 2\n 431 59 438 50 452 50 c 0\n 457 50 460 51 463 54 c 2\n 473 64 l 1\n293 100 m 1\n 293 245 l 1\n 213 224 171 182 171 124 c 0\n 171 84 192 57 222 57 c 0\n 246 57 266 69 293 100 c 1\nEndSplineSet\nEndChar\nStartChar: Cacute\nEncoding: 262 262 195\nWidth: 722\nFlags: W\nRef: 67 67 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 235 210\nEndChar\nStartChar: cacute\nEncoding: 263 263 196\nWidth: 444\nFlags: W\nRef: 99 99 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 97 0\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 197\nWidth: 722\nFlags: W\nRef: 67 67 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 201 198\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 198\nWidth: 444\nFlags: W\nRef: 99 99 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 61 -17\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 199\nWidth: 722\nFlags: W\nRef: 67 67 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 200 189\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 200\nWidth: 444\nFlags: W\nRef: 99 99 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 60 -26\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 201\nWidth: 722\nFlags: W\nRef: 67 67 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 235 211\nEndChar\nStartChar: ccaron\nEncoding: 269 269 202\nWidth: 444\nFlags: W\nRef: 99 99 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 86 -1\nEndChar\nStartChar: Dcaron\nEncoding: 270 270 203\nWidth: 722\nFlags: W\nRef: 68 68 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 196 210\nEndChar\nStartChar: dcaron\nEncoding: 271 271 204\nWidth: 556\nFlags: W\nHStem: -14 56<224.5 232.5> 417 56<229 240> 546 145<552.5 569> 652 24\nVStem: 25 148<165.5 293.5> 336 139<112 355 355 355 411 594 594 617> 339 195<20 43> 500 165<595.5 617.5>\nFore\n339 -13 m 1\n 339 52 l 1\n 292 2 259 -14 206 -14 c 0\n 101 -14 25 85 25 221 c 0\n 25 366 107 473 217 473 c 0\n 263 473 293 457 336 411 c 1\n 336 594 l 2\n 336 640 327 647 260 652 c 1\n 260 676 l 1\n 475 676 l 1\n 475 101 l 2\n 475 59 488 46 534 43 c 1\n 534 20 l 1\n 472 12 l 2\n 410 5 385 0 339 -13 c 1\n336 112 m 2\n 336 355 l 1\n 322 393 291 417 258 417 c 0\n 200 417 173 358 173 229 c 0\n 173 102 198 42 251 42 c 0\n 273 42 294 53 314 76 c 0\n 326 89 336 106 336 112 c 2\n516 390 m 1\n 506 409 l 1\n 574 457 604 494 604 529 c 0\n 604 539 596 548 587 548 c 0\n 586 548 583 548 580 547 c 0\n 576 546 571 546 567 546 c 0\n 526 546 500 574 500 617 c 0\n 500 662 530 691 575 691 c 0\n 629 691 665 649 665 586 c 0\n 665 508 620 449 516 390 c 1\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 205\nWidth: 722\nFlags: W\nHStem: 0 25 0 35<294.5 330> 326 47<6 97 259 373> 642 34<305 319 319 354.5> 651 25\nVStem: 6 367<326 373> 97 162<91 93 93 326 373 584 584 595> 516 174<282.5 372>\nRef: 208 208 N 1 0 0 1 0 0\nEndChar\nStartChar: dcroat\nEncoding: 273 273 206\nWidth: 556\nFlags: W\nHStem: -14 56<224.5 232.5> 417 56<229 240> 545 44<244 336 475 534> 652 24\nVStem: 25 148<165.5 293.5> 244 290<545 589> 336 139<112 355 355 355 411 545 589 594 594 617> 339 195<20 43>\nFore\n336 545 m 1\n 244 545 l 1\n 244 589 l 1\n 336 589 l 1\n 336 594 l 2\n 336 640 327 647 260 652 c 1\n 260 676 l 1\n 475 676 l 1\n 475 589 l 1\n 534 589 l 1\n 534 545 l 1\n 475 545 l 1\n 475 101 l 2\n 475 59 488 46 534 43 c 1\n 534 20 l 1\n 472 12 l 2\n 410 5 385 0 339 -13 c 1\n 339 52 l 1\n 292 2 259 -14 206 -14 c 0\n 101 -14 25 85 25 221 c 0\n 25 366 107 473 217 473 c 0\n 263 473 293 457 336 411 c 1\n 336 545 l 1\n336 112 m 2\n 336 355 l 1\n 322 393 291 417 258 417 c 0\n 200 417 173 358 173 229 c 0\n 173 102 198 42 251 42 c 0\n 273 42 294 53 314 76 c 0\n 326 89 336 106 336 112 c 2\nEndSplineSet\nEndChar\nStartChar: Emacron\nEncoding: 274 274 207\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 165 209\nEndChar\nStartChar: emacron\nEncoding: 275 275 208\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 56 0\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 209\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 162 198\nEndChar\nStartChar: ebreve\nEncoding: 277 277 210\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 59 -17\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 211\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 166 210\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 212\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 55 0\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 213\nWidth: 667\nFlags: W\nHStem: -173 69<636 639> 0 31<317 387> 0 25 174 338<428 454> 329 34 642 34<305 412.5> 651 25\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595> 508 84\nFore\n454 512 m 1\n 454 174 l 1\n 428 174 l 1\n 416 290 375 329 266 329 c 1\n 266 87 l 2\n 266 44 285 31 349 31 c 0\n 425 31 480 47 526 84 c 0\n 562 113 582 141 613 208 c 1\n 641 208 l 1\n 607 33 l 1\n 592 -37 592 -37 592 -47 c 0\n 592 -81 617 -104 655 -104 c 0\n 670 -104 681 -101 701 -91 c 0\n 709 -87 710 -86 715 -84 c 1\n 737 -98 l 1\n 712 -144 664 -173 614 -173 c 0\n 553 -173 508 -139 508 -92 c 0\n 508 -64 517 -45 551 0 c 1\n 16 0 l 1\n 16 25 l 1\n 90 33 104 44 104 96 c 2\n 104 580 l 2\n 104 631 85 647 16 651 c 1\n 16 676 l 1\n 593 676 l 1\n 593 475 l 1\n 568 475 l 1\n 543 608 494 642 331 642 c 0\n 279 642 266 633 266 595 c 2\n 266 363 l 1\n 374 362 413 398 428 512 c 1\n 454 512 l 1\nEndSplineSet\nEndChar\nStartChar: eogonek\nEncoding: 281 281 214\nWidth: 444\nFlags: MW\nHStem: -173 69<341 346> 245 37<169 298 169 169> 442 31<209.5 248>\nVStem: 215 84\nFore\n421 245 m 1\n 169 245 l 1\n 173 176 181 143 199 111 c 0\n 220 76 249 58 288 58 c 0\n 331 58 362 76 402 125 c 1\n 426 111 l 1\n 390 58 368 36 323 4 c 0\n 304 -9 299 -17 299 -37 c 0\n 299 -81 320 -104 362 -104 c 0\n 377 -104 388 -101 408 -91 c 0\n 416 -87 417 -86 422 -84 c 1\n 444 -98 l 1\n 419 -144 371 -173 321 -173 c 0\n 260 -173 215 -139 215 -92 c 0\n 215 -67 222 -49 248 -13 c 1\n 240 -14 233 -14 229 -14 c 0\n 107 -14 25 83 25 228 c 0\n 25 374 109 473 234 473 c 0\n 289 473 335 453 368 414 c 0\n 400 376 415 329 421 245 c 1\n164 282 m 1\n 298 282 l 1\n 298 297 l 1\n 296 348 294 376 289 395 c 0\n 281 426 262 442 234 442 c 0\n 185 442 167 402 164 282 c 1\nEndSplineSet\nEndChar\nStartChar: Ecaron\nEncoding: 282 282 215\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 167 210\nEndChar\nStartChar: ecaron\nEncoding: 283 283 216\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 56 -1\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 217\nWidth: 778\nFlags: W\nRef: 71 71 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 229 198\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 218\nWidth: 500\nFlags: W\nRef: 103 103 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 89 -17\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 219\nWidth: 778\nFlags: W\nRef: 71 71 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 222 210\nEndChar\nStartChar: gbreve\nEncoding: 287 287 220\nWidth: 500\nFlags: W\nRef: 103 103 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 84 0\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 221\nWidth: 778\nFlags: W\nRef: 71 71 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 228 189\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 222\nWidth: 500\nFlags: W\nRef: 103 103 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 88 -26\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 223\nWidth: 778\nFlags: W\nHStem: -185 145<357.5 374> -19 33<385.5 444.5> 262 25 454 234<632 657 632 632> 658 33<337.5 409>\nVStem: 37 177<278 434> 305 165<-135.5 -113.5> 412 343<262 287> 513 156<87 170>\nFore\n755 287 m 1\n 755 262 l 1\n 680 254 669 242 669 170 c 2\n 669 43 l 1\n 605 5 496 -19 393 -19 c 0\n 183 -19 37 125 37 331 c 128\n 37 537 186 691 385 691 c 0\n 433 691 481 680 540 656 c 0\n 562 646 577 642 586 642 c 0\n 605 642 616 653 630 688 c 1\n 657 688 l 1\n 657 454 l 1\n 632 454 l 1\n 597 530 574 564 531 602 c 0\n 487 640 444 658 398 658 c 0\n 277 658 214 547 214 338 c 0\n 214 218 235 132 279 76 c 0\n 312 33 354 14 417 14 c 0\n 484 14 513 36 513 87 c 2\n 513 192 l 2\n 513 246 498 257 412 262 c 1\n 412 287 l 1\n 755 287 l 1\n321 -341 m 1\n 311 -322 l 1\n 379 -274 409 -237 409 -202 c 0\n 409 -192 401 -183 392 -183 c 0\n 391 -183 388 -183 385 -184 c 0\n 381 -185 376 -185 372 -185 c 0\n 331 -185 305 -157 305 -114 c 0\n 305 -69 335 -40 380 -40 c 0\n 434 -40 470 -82 470 -145 c 0\n 470 -223 425 -282 321 -341 c 1\nEndSplineSet\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 224\nWidth: 500\nFlags: W\nHStem: -206 32<206 299.5> -52 120<254 319 319 324> 154 28 398 53<401 482 401 401> 442 31<216.5 260> 510 143<241.5 246.5>\nVStem: 28 88<-129 -96.5> 37 137<295 358> 168 165<583.5 605.5> 306 135<273.5 320> 404 79<-104.5 -85.5>\nFore\n317 811 m 1\n 327 792 l 1\n 259 744 229 707 229 672 c 0\n 229 662 237 653 246 653 c 0\n 247 653 250 653 253 654 c 0\n 257 655 262 655 266 655 c 0\n 307 655 333 627 333 584 c 0\n 333 539 303 510 258 510 c 0\n 204 510 168 552 168 615 c 0\n 168 693 213 752 317 811 c 1\n482 398 m 1\n 401 398 l 1\n 429 370 441 340 441 300 c 0\n 441 247 418 206 373 180 c 0\n 339 160 314 154 267 154 c 2\n 222 155 l 2\n 182 155 154 133 154 103 c 0\n 154 75 174 68 254 68 c 2\n 319 68 l 2\n 421 68 483 22 483 -55 c 0\n 483 -154 395 -206 229 -206 c 0\n 103 -206 28 -172 28 -114 c 0\n 28 -73 61 -48 124 -39 c 1\n 60 -16 42 2 42 43 c 0\n 42 95 82 133 161 160 c 1\n 114 180 95 193 73 217 c 1\n 50 245 37 278 37 312 c 0\n 37 407 121 473 240 473 c 0\n 280 473 308 467 352 451 c 1\n 482 451 l 1\n 482 398 l 1\n324 -52 m 2\n 151 -52 l 1\n 123 -75 116 -86 116 -107 c 0\n 116 -151 162 -174 250 -174 c 0\n 349 -174 404 -148 404 -102 c 0\n 404 -69 378 -52 324 -52 c 2\n240 442 m 0\n 193 442 174 405 174 311 c 0\n 174 218 192 182 240 182 c 0\n 287 182 306 218 306 311 c 128\n 306 404 287 442 240 442 c 0\nEndSplineSet\nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 225\nWidth: 778\nFlags: W\nRef: 72 72 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 218 198\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 226\nWidth: 556\nFlags: W\nRef: 104 104 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 4 198\nEndChar\nStartChar: Hbar\nEncoding: 294 294 227\nWidth: 778\nFlags: MW\nHStem: 0 25 326 47<268 509> 456 72<30 106 268 509 671 746> 651 25\nVStem: 106 162<96 326 373 456 528 580> 509 162<96 326 326 326 373 456 528 580>\nFore\n509 96 m 2\n 509 326 l 1\n 268 326 l 1\n 268 96 l 2\n 268 47 285 33 358 25 c 1\n 358 0 l 1\n 21 0 l 1\n 21 25 l 1\n 91 34 106 47 106 96 c 2\n 106 456 l 1\n 30 456 l 1\n 30 528 l 1\n 106 528 l 1\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 528 l 1\n 509 528 l 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 528 l 1\n 746 528 l 1\n 746 456 l 1\n 671 456 l 1\n 671 96 l 2\n 671 47 687 34 759 25 c 1\n 759 0 l 1\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n509 373 m 1\n 509 456 l 1\n 268 456 l 1\n 268 373 l 1\n 509 373 l 1\nEndSplineSet\nEndChar\nStartChar: hbar\nEncoding: 295 295 228\nWidth: 556\nFlags: W\nHStem: 0 24 505 72<13 69 208 343> 656 20<16 208 208 208>\nVStem: 13 330<505 577> 69 139<84 348 395 505 577 594 594 614.5> 346 139<81 84 84 323 323 332>\nFore\n16 676 m 1\n 208 676 l 1\n 208 577 l 1\n 343 577 l 1\n 343 505 l 1\n 208 505 l 1\n 208 395 l 1\n 260 453 297 473 350 473 c 0\n 432 473 485 418 485 332 c 2\n 485 84 l 2\n 485 42 498 27 534 24 c 1\n 534 0 l 1\n 299 0 l 1\n 299 24 l 1\n 333 28 346 44 346 81 c 2\n 346 323 l 2\n 346 379 329 406 294 406 c 0\n 271 406 247 394 225 371 c 1\n 215 362 208 352 208 348 c 2\n 208 81 l 2\n 208 44 220 29 257 24 c 1\n 257 0 l 1\n 16 0 l 1\n 16 24 l 1\n 61 33 69 42 69 84 c 2\n 69 505 l 1\n 13 505 l 1\n 13 577 l 1\n 69 577 l 1\n 69 594 l 2\n 69 635 62 643 16 652 c 1\n 16 676 l 1\nEndSplineSet\nEndChar\nStartChar: Itilde\nEncoding: 296 296 229\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 24 179\nEndChar\nStartChar: itilde\nEncoding: 297 297 230\nWidth: 278\nFlags: W\nRef: 305 305 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 -31 -36\nEndChar\nStartChar: Imacron\nEncoding: 298 298 231\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 25 209\nEndChar\nStartChar: imacron\nEncoding: 299 299 232\nWidth: 278\nFlags: W\nRef: 305 305 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 -29 0\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 233\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 25 198\nEndChar\nStartChar: ibreve\nEncoding: 301 301 234\nWidth: 278\nFlags: W\nRef: 305 305 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 -31 -17\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 235\nWidth: 389\nFlags: MW\nHStem: -173 69<402.5 407> 0 25 651 25\nVStem: 113 162<96 580> 276 84\nFore\n370 25 m 1\n 370 0 l 1\n 363 -11 360 -23 360 -40 c 0\n 360 -81 382 -104 423 -104 c 0\n 438 -104 449 -101 469 -91 c 0\n 477 -87 478 -86 483 -84 c 1\n 505 -98 l 1\n 480 -144 432 -173 382 -173 c 0\n 321 -173 276 -139 276 -92 c 0\n 276 -64 285 -46 319 0 c 1\n 20 0 l 1\n 20 25 l 1\n 95 32 113 46 113 96 c 2\n 113 580 l 2\n 113 631 92 646 20 651 c 1\n 20 676 l 1\n 370 676 l 1\n 370 651 l 1\n 296 648 275 632 275 580 c 2\n 275 96 l 2\n 275 44 294 30 370 25 c 1\nEndSplineSet\nEndChar\nStartChar: iogonek\nEncoding: 303 303 236\nWidth: 278\nFlags: W\nHStem: -173 69<285.5 290> 441 20<16 208 208 208> 536 155<116.5 159>\nVStem: 16 239<0 24> 69 139<84 378 378 398.5> 159 84\nFore\n255 24 m 1\n 255 0 l 1\n 246 -10 243 -21 243 -39 c 0\n 243 -81 265 -104 306 -104 c 0\n 321 -104 332 -101 352 -91 c 0\n 360 -87 361 -86 366 -84 c 1\n 388 -98 l 1\n 363 -144 315 -173 265 -173 c 0\n 204 -173 159 -139 159 -92 c 0\n 159 -64 168 -46 202 0 c 1\n 16 0 l 1\n 16 24 l 1\n 62 35 69 43 69 84 c 2\n 69 378 l 2\n 69 419 60 428 16 437 c 1\n 16 461 l 1\n 208 461 l 1\n 208 81 l 2\n 208 43 220 29 255 24 c 1\n138 691 m 0\n 181 691 215 656 215 613 c 0\n 215 569 181 536 137 536 c 128\n 93 536 60 569 60 614 c 0\n 60 656 95 691 138 691 c 0\nEndSplineSet\nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 237\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 25 210\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 238\nWidth: 278\nFlags: W\nHStem: 0 21<16 255 16 16> 441 20<16 208 208 208>\nVStem: 16 239<0 24> 69 139<84 378 378 398.5>\nFore\n208 461 m 1\n 208 81 l 2\n 208 43 220 29 255 24 c 1\n 255 0 l 1\n 16 0 l 1\n 16 24 l 1\n 62 35 69 43 69 84 c 2\n 69 378 l 2\n 69 419 60 428 16 437 c 1\n 16 461 l 1\n 208 461 l 1\nEndSplineSet\nEndChar\nStartChar: IJ\nEncoding: 306 306 239\nWidth: 882\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nRef: 74 74 N 1 0 0 1 378 0\nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 240\nWidth: 486\nFlags: W\nRef: 105 105 N 1 0 0 1 0 0\nRef: 106 106 N 1 0 0 1 200 0\nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 241\nWidth: 500\nFlags: W\nRef: 74 74 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 75 198\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 242\nWidth: 333\nFlags: MW\nHStem: -203 31<64.5 90.5> 437 24\nVStem: -56 121<-101 -85> 122 139<-27.5 2 2 378 378 399.5>\nFore\n277 592 m 1\n 165 690 l 1\n 53 592 l 1\n -3 592 l 1\n 119 768 l 1\n 211 768 l 1\n 335 592 l 1\n 277 592 l 1\n261 461 m 1\n 261 2 l 2\n 261 -57 253 -95 234 -127 c 0\n 206 -176 153 -203 84 -203 c 0\n 2 -203 -56 -162 -56 -103 c 0\n -56 -67 -31 -42 6 -42 c 0\n 38 -42 65 -66 65 -96 c 0\n 65 -106 61 -117 51 -133 c 0\n 45 -143 42 -150 42 -155 c 0\n 42 -165 55 -172 74 -172 c 0\n 107 -172 122 -149 122 -96 c 2\n 122 378 l 2\n 122 421 110 433 59 437 c 1\n 59 461 l 1\n 261 461 l 1\nEndSplineSet\nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 243\nWidth: 778\nFlags: W\nHStem: -185 145<358.5 375> 0 25 651 25\nVStem: 117 162<96 292 345 559> 306 165<-135.5 -113.5> 433 336<0 25> 447 289<651 676>\nFore\n769 25 m 1\n 769 0 l 1\n 433 0 l 1\n 433 25 l 1\n 447 26 460 26 465 26 c 0\n 498 28 512 33 512 46 c 0\n 512 57 507 66 488 90 c 2\n 306 317 l 1\n 279 292 l 1\n 279 96 l 2\n 279 47 295 34 367 25 c 1\n 367 0 l 1\n 30 0 l 1\n 30 25 l 1\n 102 33 117 45 117 96 c 2\n 117 580 l 2\n 117 632 99 647 30 651 c 1\n 30 676 l 1\n 368 676 l 1\n 368 651 l 1\n 294 646 279 630 279 559 c 2\n 279 345 l 1\n 496 563 l 2\n 527 594 532 602 532 618 c 0\n 532 638 519 646 483 648 c 0\n 478 649 464 650 447 651 c 1\n 447 676 l 1\n 736 676 l 1\n 736 651 l 1\n 639 643 603 618 415 424 c 1\n 720 46 l 1\n 733 31 744 26 769 25 c 1\n322 -341 m 1\n 312 -322 l 1\n 380 -274 410 -237 410 -202 c 0\n 410 -192 402 -183 393 -183 c 0\n 392 -183 389 -183 386 -184 c 0\n 382 -185 377 -185 373 -185 c 0\n 332 -185 306 -157 306 -114 c 0\n 306 -69 336 -40 381 -40 c 0\n 435 -40 471 -82 471 -145 c 0\n 471 -223 426 -282 322 -341 c 1\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 244\nWidth: 556\nFlags: W\nHStem: -185 145<247.5 264> 0 24<537.5 543> 438 23 652 24\nVStem: 70 139<84 198 245 594 594 613> 195 165<-135.5 -113.5> 299 214<438 461> 309 234<0 24>\nFore\n513 461 m 1\n 513 438 l 1\n 450 430 424 412 324 307 c 1\n 518 39 l 2\n 527 27 532 24 543 24 c 1\n 543 0 l 1\n 309 0 l 1\n 309 24 l 1\n 337 25 351 31 351 43 c 0\n 351 51 344 63 327 88 c 2\n 232 222 l 1\n 209 198 l 1\n 209 84 l 2\n 209 37 214 31 261 24 c 1\n 261 0 l 1\n 22 0 l 1\n 22 24 l 1\n 55 27 70 45 70 84 c 2\n 70 594 l 2\n 70 632 56 649 22 652 c 1\n 22 676 l 1\n 209 676 l 1\n 209 245 l 1\n 337 373 l 2\n 348 384 358 402 358 411 c 0\n 358 424 347 431 323 434 c 0\n 320 435 310 436 299 438 c 1\n 299 461 l 1\n 513 461 l 1\n211 -341 m 1\n 201 -322 l 1\n 269 -274 299 -237 299 -202 c 0\n 299 -192 291 -183 282 -183 c 0\n 281 -183 278 -183 275 -184 c 0\n 271 -185 266 -185 262 -185 c 0\n 221 -185 195 -157 195 -114 c 0\n 195 -69 225 -40 270 -40 c 0\n 324 -40 360 -82 360 -145 c 0\n 360 -223 315 -282 211 -341 c 1\nEndSplineSet\nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 245\nWidth: 534\nFlags: W\nHStem: 0 24<508.5 514> 396 74<382.5 401.5> 437 24\nVStem: 70 139<84 214 261 377>\nFore\n70 377 m 2\n 70 416 55 434 22 437 c 1\n 22 461 l 1\n 261 461 l 1\n 261 437 l 1\n 214 430 209 424 209 377 c 2\n 209 261 l 1\n 230 262 l 2\n 246 263 314 324 318 368 c 0\n 320 392 344 470 421 470 c 0\n 477 470 492 450 491 410 c 0\n 490 384 470 366 444 366 c 0\n 402 366 414 396 389 396 c 0\n 352 396 351 271 297 243 c 1\n 326 242 366 228 383 200 c 1\n 485 39 l 2\n 493 26 503 24 514 24 c 1\n 514 0 l 1\n 366 0 l 1\n 264 168 l 1\n 264 168 235 214 219 214 c 2\n 209 214 l 1\n 209 84 l 2\n 209 37 214 31 261 24 c 1\n 261 0 l 1\n 22 0 l 1\n 22 24 l 1\n 55 27 70 45 70 84 c 2\n 70 377 l 2\nEndSplineSet\nEndChar\nStartChar: Lacute\nEncoding: 313 313 246\nWidth: 667\nFlags: W\nRef: 76 76 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 162 210\nEndChar\nStartChar: lacute\nEncoding: 314 314 247\nWidth: 278\nFlags: W\nRef: 108 108 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 -28 210\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 248\nWidth: 667\nFlags: W\nHStem: -185 145<304.5 321> 0 31<316.5 385.5> 0 25 0 31 651 25\nVStem: 19 349<651 676> 105 162<96 559> 252 165<-135.5 -113.5>\nFore\n638 227 m 1\n 597 0 l 1\n 19 0 l 1\n 19 25 l 1\n 92 34 105 45 105 96 c 2\n 105 580 l 2\n 105 631 87 647 19 651 c 1\n 19 676 l 1\n 368 676 l 1\n 368 651 l 1\n 281 647 267 634 267 559 c 2\n 267 87 l 2\n 267 44 286 31 347 31 c 0\n 424 31 480 49 521 86 c 0\n 556 118 576 149 609 227 c 1\n 638 227 l 1\n268 -341 m 1\n 258 -322 l 1\n 326 -274 356 -237 356 -202 c 0\n 356 -192 348 -183 339 -183 c 0\n 338 -183 335 -183 332 -184 c 0\n 328 -185 323 -185 319 -185 c 0\n 278 -185 252 -157 252 -114 c 0\n 252 -69 282 -40 327 -40 c 0\n 381 -40 417 -82 417 -145 c 0\n 417 -223 372 -282 268 -341 c 1\nEndSplineSet\nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 249\nWidth: 278\nFlags: MW\nHStem: -185 145<107.5 124> 0 24 652 24\nVStem: 67 139<84 594 594 612.5>\nFore\n206 676 m 1\n 206 84 l 2\n 206 44 222 25 255 24 c 1\n 255 0 l 1\n 16 0 l 1\n 16 24 l 1\n 50 27 67 47 67 84 c 2\n 67 594 l 2\n 67 631 51 649 16 652 c 1\n 16 676 l 1\n 206 676 l 1\n71 -341 m 1\n 61 -322 l 1\n 129 -274 159 -237 159 -202 c 0\n 159 -192 151 -183 142 -183 c 0\n 141 -183 138 -183 135 -184 c 0\n 131 -185 126 -185 122 -185 c 0\n 81 -185 55 -157 55 -114 c 0\n 55 -69 85 -40 130 -40 c 0\n 184 -40 220 -82 220 -145 c 0\n 220 -223 175 -282 71 -341 c 1\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 250\nWidth: 667\nFlags: W\nHStem: 0 31<316.5 385.5> 0 25 0 31 546 145<484.5 501> 651 25\nVStem: 19 349<651 676> 105 162<96 559> 432 165<595.5 617.5>\nFore\n638 227 m 1\n 597 0 l 1\n 19 0 l 1\n 19 25 l 1\n 92 34 105 45 105 96 c 2\n 105 580 l 2\n 105 631 87 647 19 651 c 1\n 19 676 l 1\n 368 676 l 1\n 368 651 l 1\n 281 647 267 634 267 559 c 2\n 267 87 l 2\n 267 44 286 31 347 31 c 0\n 424 31 480 49 521 86 c 0\n 556 118 576 149 609 227 c 1\n 638 227 l 1\n448 390 m 1\n 438 409 l 1\n 506 457 536 494 536 529 c 0\n 536 539 528 548 519 548 c 0\n 518 548 515 548 512 547 c 0\n 508 546 503 546 499 546 c 0\n 458 546 432 574 432 617 c 0\n 432 662 462 691 507 691 c 0\n 561 691 597 649 597 586 c 0\n 597 508 552 449 448 390 c 1\nEndSplineSet\nEndChar\nStartChar: lcaron\nEncoding: 318 318 251\nWidth: 278\nFlags: W\nHStem: 0 24 546 145<283.5 300> 652 24\nVStem: 67 139<84 594 594 612.5> 231 165<595.5 617.5>\nFore\n206 676 m 1\n 206 84 l 2\n 206 44 222 25 255 24 c 1\n 255 0 l 1\n 16 0 l 1\n 16 24 l 1\n 50 27 67 47 67 84 c 2\n 67 594 l 2\n 67 631 51 649 16 652 c 1\n 16 676 l 1\n 206 676 l 1\n247 390 m 1\n 237 409 l 1\n 305 457 335 494 335 529 c 0\n 335 539 327 548 318 548 c 0\n 317 548 314 548 311 547 c 0\n 307 546 302 546 298 546 c 0\n 257 546 231 574 231 617 c 0\n 231 662 261 691 306 691 c 0\n 360 691 396 649 396 586 c 0\n 396 508 351 449 247 390 c 1\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 252\nWidth: 667\nFlags: W\nRef: 76 76 N 1 0 0 1 0 0\nRef: 183 183 N 1 0 0 1 306 8\nEndChar\nStartChar: ldot\nEncoding: 320 320 253\nWidth: 528\nFlags: W\nRef: 108 108 N 1 0 0 1 0 0\nRef: 183 183 N 1 0 0 1 278 0\nEndChar\nStartChar: Lslash\nEncoding: 321 321 254\nWidth: 667\nFlags: W\nHStem: 0 31<316.5 385.5> 0 25 0 31 651 25\nVStem: 19 349<651 676> 105 162<96 286 286 286 347 381 442 559>\nFore\n638 227 m 1\n 597 0 l 1\n 19 0 l 1\n 19 25 l 1\n 92 34 105 45 105 96 c 2\n 105 286 l 1\n 24 237 l 1\n 24 298 l 1\n 105 347 l 1\n 105 580 l 2\n 105 631 87 647 19 651 c 1\n 19 676 l 1\n 368 676 l 1\n 368 651 l 1\n 281 647 267 634 267 559 c 2\n 267 442 l 1\n 390 518 l 1\n 390 457 l 1\n 267 381 l 1\n 267 87 l 2\n 267 44 286 31 347 31 c 0\n 424 31 480 49 521 86 c 0\n 556 118 576 149 609 227 c 1\n 638 227 l 1\nEndSplineSet\nEndChar\nStartChar: lslash\nEncoding: 322 322 255\nWidth: 278\nFlags: MW\nHStem: 0 24 652 24\nVStem: 67 139<84 311 311 311 361 400 450 594 594 612.5>\nFore\n206 400 m 1\n 206 84 l 2\n 206 44 222 25 255 24 c 1\n 255 0 l 1\n 16 0 l 1\n 16 24 l 1\n 50 27 67 47 67 84 c 2\n 67 311 l 1\n -22 239 l 1\n -22 289 l 1\n 67 361 l 1\n 67 594 l 2\n 67 631 51 649 16 652 c 1\n 16 676 l 1\n 206 676 l 1\n 206 450 l 1\n 303 530 l 1\n 303 480 l 1\n 206 400 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 256\nWidth: 722\nFlags: W\nRef: 78 78 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 194 210\nEndChar\nStartChar: nacute\nEncoding: 324 324 257\nWidth: 556\nFlags: W\nRef: 110 110 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 112 0\nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 258\nWidth: 722\nFlags: MW\nHStem: -185 145<330.5 347> 0 25 651 25<19 29>\nVStem: 104 44<105 124 124 526> 278 165<-135.5 -113.5> 579 44<247 552 552 571>\nFore\n230 676 m 1\n 579 247 l 1\n 579 552 l 2\n 579 623 560 644 486 651 c 1\n 486 676 l 1\n 701 676 l 1\n 701 651 l 1\n 636 641 623 628 623 571 c 2\n 623 -18 l 1\n 595 -18 l 1\n 148 526 l 1\n 148 124 l 2\n 148 53 166 34 243 25 c 1\n 243 0 l 1\n 16 0 l 1\n 16 25 l 1\n 89 34 104 48 104 105 c 2\n 104 579 l 1\n 56 636 39 651 19 651 c 1\n 19 676 l 1\n 230 676 l 1\n294 -341 m 1\n 284 -322 l 1\n 352 -274 382 -237 382 -202 c 0\n 382 -192 374 -183 365 -183 c 0\n 364 -183 361 -183 358 -184 c 0\n 354 -185 349 -185 345 -185 c 0\n 304 -185 278 -157 278 -114 c 0\n 278 -69 308 -40 353 -40 c 0\n 407 -40 443 -82 443 -145 c 0\n 443 -223 398 -282 294 -341 c 1\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 259\nWidth: 556\nFlags: W\nHStem: -185 145<247.5 264> 0 24 441 20<21 212 212 212>\nVStem: 21 191<437 461> 74 139<84 348> 195 165<-135.5 -113.5> 351 139<81 323 323 332>\nFore\n212 461 m 1\n 212 386 l 1\n 249 445 295 473 355 473 c 0\n 437 473 490 418 490 332 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 2\n 351 323 l 2\n 351 379 334 406 299 406 c 0\n 276 406 252 394 230 371 c 1\n 220 362 213 352 213 348 c 2\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 378 l 2\n 74 420 65 430 21 437 c 1\n 21 461 l 1\n 212 461 l 1\n211 -341 m 1\n 201 -322 l 1\n 269 -274 299 -237 299 -202 c 0\n 299 -192 291 -183 282 -183 c 0\n 281 -183 278 -183 275 -184 c 0\n 271 -185 266 -185 262 -185 c 0\n 221 -185 195 -157 195 -114 c 0\n 195 -69 225 -40 270 -40 c 0\n 324 -40 360 -82 360 -145 c 0\n 360 -223 315 -282 211 -341 c 1\nEndSplineSet\nEndChar\nStartChar: Ncaron\nEncoding: 327 327 260\nWidth: 722\nFlags: W\nRef: 78 78 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 195 210\nEndChar\nStartChar: ncaron\nEncoding: 328 328 261\nWidth: 556\nFlags: W\nRef: 110 110 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 113 0\nEndChar\nStartChar: napostrophe\nEncoding: 329 329 262\nWidth: 704\nFlags: W\nHStem: 0 24 295 287<66 103.5> 441 20<169 360 360 360>\nVStem: 21 129<504 532.5> 169 191<437 461> 222 139<84 348> 499 139<81 323 323 332>\nFore\n360 461 m 1\n 360 386 l 1\n 397 445 443 473 503 473 c 0\n 585 473 638 418 638 332 c 2\n 638 81 l 2\n 638 39 648 27 687 24 c 1\n 687 0 l 1\n 452 0 l 1\n 452 24 l 1\n 486 28 499 44 499 81 c 2\n 499 323 l 2\n 499 379 482 406 447 406 c 0\n 424 406 400 394 378 371 c 1\n 368 362 361 352 361 348 c 2\n 361 81 l 2\n 361 44 373 29 410 24 c 1\n 410 0 l 1\n 169 0 l 1\n 169 24 l 1\n 214 33 222 42 222 84 c 2\n 222 378 l 2\n 222 420 213 430 169 437 c 1\n 169 461 l 1\n 360 461 l 1\n106 295 m 1\n 65 295 l 1\n 60 316 55 336 54 343 c 0\n 33 426 21 490 21 511 c 0\n 21 554 47 582 85 582 c 0\n 122 582 150 553 150 515 c 0\n 150 493 139 439 106 295 c 1\nEndSplineSet\nEndChar\nStartChar: Eng\nEncoding: 330 330 263\nWidth: 722\nFlags: W\nHStem: -227 33<489 509> 0 25 651 25<19 29>\nVStem: 104 44<105 124 124 526> 336 143<-105.5 -78> 579 44<247 552 552 571> 582 41<-73 -8 -8 0 0 0>\nFore\n582 0 m 1\n 148 526 l 1\n 148 124 l 2\n 148 53 166 34 243 25 c 1\n 243 0 l 1\n 16 0 l 1\n 16 25 l 1\n 89 34 104 48 104 105 c 2\n 104 579 l 1\n 56 636 39 651 19 651 c 1\n 19 676 l 1\n 230 676 l 1\n 579 247 l 1\n 579 552 l 2\n 579 623 560 644 486 651 c 1\n 486 676 l 1\n 701 676 l 1\n 701 651 l 1\n 636 641 623 628 623 571 c 2\n 623 -8 l 2\n 623 -138 618 -228 509 -227 c 0\n 469 -227 429 -218 403 -204 c 0\n 364 -181 336 -136 336 -95 c 0\n 336 -57 369 -23 406 -23 c 0\n 445 -23 479 -58 479 -98 c 0\n 479 -113 476 -121 464 -136 c 0\n 455 -148 452 -154 452 -162 c 0\n 452 -181 470 -194 497 -194 c 0\n 542 -194 582 -169 582 -107 c 2\n 582 0 l 1\nEndSplineSet\nEndChar\nStartChar: eng\nEncoding: 331 331 264\nWidth: 556\nFlags: W\nHStem: -203 31<293.5 319.5> 0 24 441 20<21 212 212 212>\nVStem: 21 191<437 461> 74 139<84 348> 173 121<-101 -85> 351 139<-27.5 2 2 323 323 332>\nFore\n351 -96 m 2\n 351 323 l 2\n 351 379 334 406 299 406 c 0\n 276 406 252 394 230 371 c 1\n 220 362 213 352 213 348 c 2\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 378 l 2\n 74 420 65 430 21 437 c 1\n 21 461 l 1\n 212 461 l 1\n 212 386 l 1\n 249 445 295 473 355 473 c 0\n 437 473 490 418 490 332 c 2\n 490 2 l 2\n 490 -57 482 -95 463 -127 c 0\n 435 -176 382 -203 313 -203 c 0\n 231 -203 173 -162 173 -103 c 0\n 173 -67 198 -42 235 -42 c 0\n 267 -42 294 -66 294 -96 c 0\n 294 -106 290 -117 280 -133 c 0\n 274 -143 271 -150 271 -155 c 0\n 271 -165 284 -172 303 -172 c 0\n 336 -172 351 -149 351 -96 c 2\nEndSplineSet\nEndChar\nStartChar: Omacron\nEncoding: 332 332 265\nWidth: 778\nFlags: W\nRef: 79 79 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 223 209\nEndChar\nStartChar: omacron\nEncoding: 333 333 266\nWidth: 500\nFlags: W\nRef: 111 111 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 84 0\nEndChar\nStartChar: Obreve\nEncoding: 334 334 267\nWidth: 778\nFlags: W\nRef: 79 79 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 222 198\nEndChar\nStartChar: obreve\nEncoding: 335 335 268\nWidth: 500\nFlags: W\nRef: 111 111 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 84 -17\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 269\nWidth: 778\nFlags: W\nRef: 79 79 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 223 210\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 270\nWidth: 500\nFlags: W\nRef: 111 111 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 84 0\nEndChar\nStartChar: OE\nEncoding: 338 338 271\nWidth: 1000\nFlags: W\nHStem: -5 32<332.5 365> 0 35<670.5 736> 176 338<778 801> 641 35<661 717.5> 652 32<316 370.5>\nVStem: 22 170<278 430> 472 155<212 333 366 503 503 539>\nFore\n981 211 m 1\n 939 0 l 1\n 509 0 l 2\n 460 0 425 -1 402 -3 c 0\n 387 -4 372 -5 358 -5 c 0\n 269 -5 192 19 137 64 c 0\n 64 124 22 222 22 334 c 0\n 22 542 161 684 364 684 c 0\n 377 684 430 681 523 676 c 2\n 528 676 l 1\n 940 676 l 1\n 940 475 l 1\n 914 475 l 1\n 900 554 884 586 843 612 c 0\n 814 630 753 641 682 641 c 0\n 640 641 627 635 627 615 c 2\n 627 366 l 1\n 734 369 752 387 778 514 c 1\n 801 514 l 1\n 801 176 l 1\n 778 176 l 1\n 763 295 733 327 627 333 c 1\n 627 83 l 2\n 627 44 641 35 700 35 c 0\n 772 35 822 50 864 83 c 0\n 900 112 921 142 954 211 c 1\n 981 211 l 1\n472 212 m 2\n 472 503 l 2\n 472 575 468 601 454 622 c 0\n 440 642 413 652 377 652 c 0\n 255 652 192 540 192 320 c 0\n 192 229 208 138 232 96 c 0\n 259 48 299 27 366 27 c 0\n 410 27 434 36 451 58 c 0\n 468 79 472 112 472 212 c 2\nEndSplineSet\nEndChar\nStartChar: oe\nEncoding: 339 339 272\nWidth: 722\nFlags: MW\nHStem: -14 30<214 265> 245 37<444 571> 444 29<211.5 264 488 529>\nVStem: 22 145<161 300> 308 136<225 228 228 245 282 311 311 336>\nFore\n676 125 m 1\n 696 109 l 1\n 631 16 582 -14 498 -14 c 0\n 446 -14 413 0 383 34 c 1\n 343 0 302 -14 245 -14 c 0\n 113 -14 22 85 22 229 c 0\n 22 371 116 473 248 473 c 0\n 302 473 338 459 373 424 c 1\n 422 462 452 473 502 473 c 0\n 576 473 632 442 663 383 c 0\n 682 347 689 314 693 245 c 1\n 444 245 l 1\n 444 228 l 1\n 444 225 l 1\n 442 116 481 58 558 58 c 0\n 604 58 631 73 676 125 c 1\n444 282 m 1\n 571 282 l 1\n 570 307 569 328 569 338 c 0\n 566 413 549 444 509 444 c 0\n 467 444 444 407 444 336 c 2\n 444 282 l 1\n308 149 m 2\n 308 311 l 2\n 308 407 289 444 239 444 c 0\n 184 444 167 398 167 248 c 0\n 167 74 186 16 242 16 c 0\n 288 16 308 57 308 149 c 2\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 273\nWidth: 722\nFlags: W\nRef: 82 82 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 184 210\nEndChar\nStartChar: racute\nEncoding: 341 341 274\nWidth: 444\nFlags: W\nRef: 114 114 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 57 0\nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 275\nWidth: 722\nFlags: W\nHStem: -185 145<330.5 347> 0 25<706 715> 313 32 642 34<317.5 348 348 376> 651 25\nVStem: 114 162<117 313 345 559 559 595> 278 165<-135.5 -113.5> 459 171<475.5 546.5>\nFore\n715 25 m 1\n 715 0 l 1\n 510 0 l 1\n 303 313 l 1\n 276 313 l 1\n 276 117 l 2\n 276 46 286 35 364 25 c 1\n 364 0 l 1\n 26 0 l 1\n 26 25 l 1\n 104 34 114 44 114 117 c 2\n 114 559 l 2\n 114 631 100 646 26 651 c 1\n 26 676 l 1\n 348 676 l 2\n 531 676 630 613 630 498 c 0\n 630 453 614 413 585 386 c 0\n 557 361 532 348 473 329 c 1\n 674 44 l 1\n 684 31 697 25 715 25 c 1\n276 600 m 2\n 276 345 l 1\n 352 346 386 353 412 370 c 0\n 444 391 459 430 459 494 c 0\n 459 599 422 642 330 642 c 0\n 305 642 289 637 283 627 c 0\n 280 621 276 606 276 600 c 2\n294 -341 m 1\n 284 -322 l 1\n 352 -274 382 -237 382 -202 c 0\n 382 -192 374 -183 365 -183 c 0\n 364 -183 361 -183 358 -184 c 0\n 354 -185 349 -185 345 -185 c 0\n 304 -185 278 -157 278 -114 c 0\n 278 -69 308 -40 353 -40 c 0\n 407 -40 443 -82 443 -145 c 0\n 443 -223 398 -282 294 -341 c 1\nEndSplineSet\nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 276\nWidth: 444\nFlags: W\nHStem: -185 145<131.5 148> 0 24 328 145<358 376.5> 437 24\nVStem: 29 189<437 461> 29 266<0 24> 29 189 29 266 29 189 79 165<-135.5 -113.5> 83 139<84 103 103 292>\nFore\n218 461 m 1\n 218 379 l 1\n 265 446 303 473 353 473 c 0\n 400 473 434 440 434 395 c 0\n 434 356 408 328 371 328 c 0\n 345 328 330 337 311 364 c 0\n 300 380 291 387 283 387 c 0\n 250 387 222 344 222 292 c 2\n 222 103 l 2\n 222 41 234 28 295 24 c 1\n 295 0 l 1\n 29 0 l 1\n 29 24 l 1\n 73 32 83 43 83 84 c 2\n 83 378 l 2\n 83 418 72 431 29 437 c 1\n 29 461 l 1\n 218 461 l 1\n95 -341 m 1\n 85 -322 l 1\n 153 -274 183 -237 183 -202 c 0\n 183 -192 175 -183 166 -183 c 0\n 165 -183 162 -183 159 -184 c 0\n 155 -185 150 -185 146 -185 c 0\n 105 -185 79 -157 79 -114 c 0\n 79 -69 109 -40 154 -40 c 0\n 208 -40 244 -82 244 -145 c 0\n 244 -223 199 -282 95 -341 c 1\nEndSplineSet\nEndChar\nStartChar: Rcaron\nEncoding: 344 344 277\nWidth: 722\nFlags: W\nRef: 82 82 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 185 210\nEndChar\nStartChar: rcaron\nEncoding: 345 345 278\nWidth: 444\nFlags: W\nRef: 114 114 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 56 0\nEndChar\nStartChar: Sacute\nEncoding: 346 346 279\nWidth: 556\nFlags: W\nRef: 83 83 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 113 210\nEndChar\nStartChar: sacute\nEncoding: 347 347 280\nWidth: 389\nFlags: W\nRef: 115 115 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 28 0\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 281\nWidth: 556\nFlags: W\nRef: 83 83 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 107 198\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 282\nWidth: 389\nFlags: W\nRef: 115 115 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 26 -17\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 283\nWidth: 556\nFlags: W\nHStem: -217 40 -19 247<35 64> 475 217<456 484 456 456> 660 31<229 282>\nVStem: 44 109<536 551> 293 93<-149 -125> 394 119\nFore\n484 692 m 1\n 484 475 l 1\n 456 475 l 1\n 436 540 420 569 386 604 c 0\n 350 641 308 660 263 660 c 0\n 195 660 153 622 153 560 c 0\n 153 512 175 487 256 447 c 2\n 403 374 l 2\n 467 342 513 267 513 192 c 0\n 513 119 474 51 411 15 c 0\n 377 -4 337 -15 284 -18 c 1\n 265 -64 l 1\n 277 -60 285 -59 298 -59 c 0\n 353 -59 386 -85 386 -129 c 0\n 386 -184 336 -218 256 -218 c 0\n 223 -218 196 -213 160 -200 c 1\n 176 -163 l 1\n 178 -164 178 -164 181 -165 c 0\n 205 -174 219 -177 235 -177 c 0\n 272 -177 293 -162 293 -136 c 0\n 293 -114 276 -100 247 -100 c 0\n 237 -100 230 -101 219 -104 c 1\n 208 -96 l 1\n 242 -18 l 1\n 207 -16 179 -10 135 5 c 0\n 113 12 102 15 94 15 c 0\n 78 15 70 6 64 -19 c 1\n 35 -19 l 1\n 35 228 l 1\n 64 228 l 1\n 81 158 95 125 122 88 c 0\n 160 39 210 14 268 14 c 0\n 345 14 394 59 394 128 c 0\n 394 180 370 206 282 248 c 2\n 215 280 l 2\n 96 337 44 400 44 488 c 0\n 44 614 127 691 263 691 c 0\n 301 691 333 685 380 669 c 0\n 402 661 413 658 422 658 c 0\n 439 658 447 666 454 692 c 1\n 484 692 l 1\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 284\nWidth: 389\nFlags: W\nHStem: -217 40 -100 121 -13 165<25 50> 326 145<318 340> 440 33<174 195>\nVStem: 27 100<365 369> 219 93<-149 -125> 265 96<94 101>\nFore\n213 -14 m 1\n 191 -64 l 1\n 203 -60 211 -59 224 -59 c 0\n 279 -59 312 -85 312 -129 c 0\n 312 -184 262 -218 182 -218 c 0\n 149 -218 122 -213 86 -200 c 1\n 102 -163 l 1\n 108 -165 l 2\n 131 -174 145 -177 162 -177 c 0\n 198 -177 219 -162 219 -136 c 0\n 219 -114 202 -100 173 -100 c 0\n 164 -100 156 -101 145 -104 c 1\n 134 -96 l 1\n 172 -11 l 1\n 134 -3 116 2 99 9 c 0\n 89 13 81 15 76 15 c 0\n 67 15 61 8 50 -13 c 1\n 25 -13 l 1\n 25 152 l 1\n 53 152 l 1\n 74 65 120 20 190 20 c 0\n 235 20 265 46 265 85 c 0\n 265 117 237 142 169 172 c 0\n 68 215 27 261 27 327 c 0\n 27 411 93 473 184 473 c 0\n 206 473 229 469 262 458 c 0\n 278 453 288 451 294 451 c 0\n 306 451 312 456 318 471 c 1\n 340 471 l 1\n 340 326 l 1\n 315 326 l 1\n 300 370 289 388 268 408 c 0\n 246 429 219 440 193 440 c 0\n 155 440 127 415 127 382 c 0\n 127 348 155 323 223 294 c 0\n 322 253 361 209 361 138 c 0\n 361 50 303 -9 213 -14 c 1\nEndSplineSet\nEndChar\nStartChar: Scaron\nEncoding: 352 352 285\nWidth: 556\nFlags: W\nRef: 83 83 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 111 211\nEndChar\nStartChar: scaron\nEncoding: 353 353 286\nWidth: 389\nFlags: W\nRef: 115 115 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 29 -1\nEndChar\nStartChar: uni0162\nEncoding: 354 354 287\nWidth: 667\nFlags: W\nHStem: -217 40 0 25 475 201<33 59 606 606 606 633>\nVStem: 252 162<117 644> 352 92<-149 -125>\nFore\n311 0 m 1\n 155 0 l 1\n 155 25 l 1\n 241 32 252 43 252 117 c 2\n 252 644 l 1\n 128 640 76 594 59 475 c 1\n 30 475 l 1\n 33 676 l 1\n 633 676 l 1\n 635 475 l 1\n 606 475 l 1\n 589 594 537 640 414 644 c 1\n 414 117 l 2\n 414 41 425 31 512 25 c 1\n 512 0 l 1\n 352 0 l 1\n 324 -64 l 1\n 336 -60 344 -59 356 -59 c 0\n 412 -59 444 -85 444 -129 c 0\n 444 -184 394 -218 314 -218 c 0\n 282 -218 254 -213 218 -200 c 1\n 234 -163 l 1\n 240 -165 l 2\n 264 -173 278 -177 294 -177 c 0\n 330 -177 352 -162 352 -136 c 0\n 352 -114 334 -100 306 -100 c 0\n 296 -100 288 -101 278 -104 c 1\n 266 -96 l 1\n 310 0 l 1\n 311 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0163\nEncoding: 355 355 288\nWidth: 333\nFlags: W\nHStem: -229 40 417 44<211 305>\nVStem: 20 285<417 444 444 444> 72 139<96 116 116 417> 205 93<-161 -137>\nFore\n206 -11 m 1\n 177 -76 l 1\n 189 -72 197 -71 210 -71 c 0\n 265 -71 298 -97 298 -141 c 0\n 298 -196 248 -230 168 -230 c 0\n 135 -230 108 -225 72 -212 c 1\n 88 -175 l 1\n 94 -177 l 2\n 117 -185 131 -189 148 -189 c 0\n 184 -189 205 -174 205 -148 c 0\n 205 -126 188 -112 159 -112 c 0\n 150 -112 142 -113 131 -116 c 1\n 120 -108 l 1\n 164 -11 l 1\n 107 -4 72 35 72 93 c 2\n 72 417 l 1\n 20 417 l 1\n 20 444 l 1\n 85 499 125 544 186 630 c 1\n 211 630 l 1\n 211 461 l 1\n 305 461 l 1\n 305 417 l 1\n 211 417 l 1\n 211 116 l 2\n 211 76 222 59 250 59 c 0\n 271 59 287 73 307 111 c 1\n 332 100 l 1\n 296 27 260 -5 206 -11 c 1\nEndSplineSet\nEndChar\nStartChar: Tcaron\nEncoding: 356 356 289\nWidth: 667\nFlags: W\nRef: 84 84 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 167 210\nEndChar\nStartChar: tcaron\nEncoding: 357 357 290\nWidth: 333\nFlags: MW\nHStem: 417 44<211 252> 546 145<287.5 304>\nVStem: 72 139<96 116 116 417> 235 165<595.5 617.5>\nFore\n72 417 m 1\n 20 417 l 1\n 20 444 l 1\n 85 499 125 544 186 630 c 1\n 211 630 l 1\n 211 461 l 1\n 304 461 l 1\n 328 487 339 508 339 529 c 0\n 339 539 331 548 322 548 c 0\n 321 548 318 548 315 547 c 0\n 311 546 306 546 302 546 c 0\n 261 546 235 574 235 617 c 0\n 235 662 265 691 310 691 c 0\n 364 691 400 649 400 586 c 0\n 400 508 356 449 251 390 c 1\n 241 409 l 1\n 252 417 l 1\n 211 417 l 1\n 211 116 l 2\n 211 76 222 59 250 59 c 0\n 271 59 287 73 307 111 c 1\n 332 100 l 1\n 291 18 251 -12 184 -12 c 0\n 115 -12 72 28 72 93 c 2\n 72 417 l 1\nEndSplineSet\nEndChar\nStartChar: Tbar\nEncoding: 358 358 291\nWidth: 667\nFlags: W\nHStem: 0 25<156 158> 326 72<170 254 416 499> 475 201<35 61 608 608 608 635>\nVStem: 170 329<326 398> 255 160<117 326>\nFore\n156 25 m 1\n 158 25 l 2\n 244 32 255 43 255 117 c 2\n 255 326 l 1\n 170 326 l 1\n 170 398 l 1\n 254 398 l 1\n 254 644 l 1\n 130 640 78 594 61 475 c 1\n 32 475 l 1\n 35 676 l 1\n 635 676 l 1\n 637 475 l 1\n 608 475 l 1\n 591 594 539 640 416 644 c 1\n 416 398 l 1\n 499 398 l 1\n 499 326 l 1\n 415 326 l 1\n 415 117 l 2\n 415 41 426 31 513 25 c 1\n 513 0 l 1\n 156 0 l 1\n 156 25 l 1\nEndSplineSet\nEndChar\nStartChar: tbar\nEncoding: 359 359 292\nWidth: 333\nFlags: W\nHStem: 233 72<13 72 211 274> 417 44<211 305>\nVStem: 13 261<233 305> 20 285<417 444 444 444> 72 139<96 116 116 233 305 417>\nFore\n211 461 m 1\n 305 461 l 1\n 305 417 l 1\n 211 417 l 1\n 211 305 l 1\n 274 305 l 1\n 274 233 l 1\n 211 233 l 1\n 211 116 l 2\n 211 76 222 59 250 59 c 0\n 271 59 287 73 307 111 c 1\n 332 100 l 1\n 291 18 251 -12 184 -12 c 0\n 115 -12 72 28 72 93 c 2\n 72 233 l 1\n 13 233 l 1\n 13 305 l 1\n 72 305 l 1\n 72 417 l 1\n 20 417 l 1\n 20 444 l 1\n 85 499 125 544 186 630 c 1\n 211 630 l 1\n 211 461 l 1\nEndSplineSet\nEndChar\nStartChar: Utilde\nEncoding: 360 360 293\nWidth: 722\nFlags: W\nRef: 85 85 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 192 179\nEndChar\nStartChar: utilde\nEncoding: 361 361 294\nWidth: 556\nFlags: W\nRef: 117 117 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 110 -36\nEndChar\nStartChar: Umacron\nEncoding: 362 362 295\nWidth: 722\nFlags: W\nRef: 85 85 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 193 209\nEndChar\nStartChar: umacron\nEncoding: 363 363 296\nWidth: 556\nFlags: W\nRef: 117 117 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 111 -2\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 297\nWidth: 722\nFlags: W\nRef: 85 85 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 192 198\nEndChar\nStartChar: ubreve\nEncoding: 365 365 298\nWidth: 556\nFlags: W\nRef: 117 117 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 110 -17\nEndChar\nStartChar: Uring\nEncoding: 366 366 299\nWidth: 722\nFlags: W\nRef: 85 85 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 194 210\nEndChar\nStartChar: uring\nEncoding: 367 367 300\nWidth: 556\nFlags: W\nRef: 117 117 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 111 0\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 301\nWidth: 722\nFlags: W\nRef: 85 85 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 195 210\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 302\nWidth: 556\nFlags: W\nRef: 117 117 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 113 0\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 303\nWidth: 722\nFlags: W\nHStem: -173 69<590 596> -19 49<353 395> 651 25\nVStem: 16 338<651 676> 98 159<225 559> 464 84 579 44<247 552 552 566>\nFore\n672 -84 m 1\n 694 -98 l 1\n 669 -144 621 -173 571 -173 c 0\n 509 -173 464 -139 464 -92 c 0\n 464 -61 477 -37 522 19 c 1\n 475 -7 424 -19 366 -19 c 0\n 292 -19 228 -1 180 34 c 0\n 119 78 98 127 98 225 c 2\n 98 559 l 2\n 98 631 86 644 16 651 c 1\n 16 676 l 1\n 354 676 l 1\n 354 651 l 1\n 306 649 290 645 278 635 c 0\n 263 621 257 599 257 559 c 2\n 257 225 l 2\n 257 89 302 30 404 30 c 0\n 523 30 579 99 579 247 c 2\n 579 552 l 2\n 579 625 559 645 481 651 c 1\n 481 676 l 1\n 701 676 l 1\n 701 651 l 1\n 637 641 623 625 623 566 c 2\n 623 247 l 2\n 623 199 615 152 600 112 c 0\n 594 95 594 95 567 46 c 0\n 558 29 548 -10 548 -29 c 0\n 548 -81 568 -104 612 -104 c 0\n 627 -104 638 -101 657 -91 c 0\n 666 -87 667 -86 672 -84 c 1\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 304\nWidth: 556\nFlags: W\nHStem: -173 69<454 458> 437 24\nVStem: 65 139<126 378 378 399> 327 84 342 139<95 101 101 378 378 399.5> 343 194<20 43> 343 68<-39 -28> 343 194\nFore\n537 43 m 1\n 537 20 l 1\n 475 13 l 2\n 434 9 411 -12 411 -44 c 0\n 411 -82 434 -104 474 -104 c 0\n 489 -104 500 -101 520 -91 c 0\n 528 -87 529 -86 534 -84 c 1\n 556 -98 l 1\n 531 -144 483 -173 433 -173 c 0\n 372 -173 327 -139 327 -93 c 0\n 327 -74 332 -58 343 -39 c 1\n 343 52 l 1\n 285 2 250 -14 198 -14 c 0\n 115 -14 65 38 65 126 c 2\n 65 378 l 2\n 65 420 57 429 16 437 c 1\n 16 461 l 1\n 204 461 l 1\n 204 122 l 2\n 204 71 219 51 260 51 c 0\n 288 51 309 62 342 95 c 1\n 342 378 l 2\n 342 421 330 433 280 437 c 1\n 280 461 l 1\n 481 461 l 1\n 481 101 l 2\n 481 58 493 45 537 43 c 1\nEndSplineSet\nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 305\nWidth: 1000\nFlags: W\nRef: 87 87 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 333 198\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 306\nWidth: 722\nFlags: W\nRef: 119 119 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 199 -17\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 307\nWidth: 722\nFlags: W\nRef: 89 89 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 191 198\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 308\nWidth: 500\nFlags: W\nRef: 121 121 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 82 -17\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 309\nWidth: 722\nFlags: W\nRef: 89 89 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 223 210\nEndChar\nStartChar: Zacute\nEncoding: 377 377 310\nWidth: 667\nFlags: W\nRef: 90 90 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 167 210\nEndChar\nStartChar: zacute\nEncoding: 378 378 311\nWidth: 444\nFlags: W\nRef: 122 122 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 57 0\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 312\nWidth: 667\nFlags: W\nRef: 90 90 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 167 210\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 313\nWidth: 444\nFlags: W\nRef: 122 122 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 55 0\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 314\nWidth: 667\nFlags: W\nRef: 90 90 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 168 210\nEndChar\nStartChar: zcaron\nEncoding: 382 382 315\nWidth: 444\nFlags: W\nRef: 122 122 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 66 0\nEndChar\nStartChar: longs\nEncoding: 383 383 316\nWidth: 333\nFlags: W\nHStem: 0 24 417 44<14 71> 660 31<242.5 269>\nVStem: 14 278<0 24> 71 139<84 103 103 417 417 417 461 504> 267 122<572.5 589>\nFore\n71 417 m 1\n 14 417 l 1\n 14 461 l 1\n 71 461 l 1\n 71 547 78 588 100 623 c 0\n 127 667 179 691 246 691 c 0\n 330 691 389 650 389 591 c 0\n 389 554 364 529 327 529 c 0\n 293 529 267 553 267 584 c 0\n 267 594 271 605 280 620 c 0\n 286 630 289 637 289 641 c 0\n 289 653 278 660 260 660 c 0\n 225 660 210 638 210 583 c 2\n 210 103 l 2\n 210 38 222 26 292 24 c 1\n 292 0 l 1\n 14 0 l 1\n 14 24 l 1\n 60 29 71 41 71 84 c 2\n 71 417 l 1\nEndSplineSet\nEndChar\nStartChar: uni01C2\nEncoding: 450 450 317\nWidth: 570\nFlags: W\nHStem: 107 88<34 239 329 536> 311 88<34 240 328 536>\nVStem: 33 504<107 195 311 399> 240 88<-101 107 195 311 399 607>\nFore\n537 107 m 1\n 328 107 l 1\n 328 -102 l 1\n 240 -102 l 1\n 240 107 l 1\n 33 107 l 1\n 33 195 l 1\n 240 195 l 1\n 240 311 l 1\n 33 311 l 1\n 33 399 l 1\n 240 399 l 1\n 240 608 l 1\n 328 608 l 1\n 328 399 l 1\n 537 399 l 1\n 537 311 l 1\n 328 311 l 1\n 328 195 l 1\n 537 195 l 1\n 537 107 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y14,12 y14,13 y1,3 y1,2 x14,16 x14,15 x11,9 x11,10 x7,5 x7,6 x1,19 x1,0 \nEndChar\nStartChar: uni01CD\nEncoding: 461 461 318\nWidth: 722\nHStem: 0 25<685 689> 0 28<394.5 397> 197 39<189 384> 670 20<329 357 357 357>\nVStem: 9 203<0 25> 365 324<0 25>\nRef: 711 711 N 1 0 0 1 182.5 188\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 319\nWidth: 500\nHStem: 441 31\nVStem: 25 146<104 113.5> 44 133<326.5 346> 293 138<100 245 245 245>\nRef: 711 711 N 1 0 0 1 90 -27\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 320\nWidth: 386\nHStem: 0 25 651 25\nVStem: 109 162<96 580>\nRef: 711 711 N 1 0 0 1 24.5 188\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 321\nWidth: 278\nHStem: 0 21<16 255 16 16> 441 20<16 208 208 208>\nVStem: 16 239<0 24> 69 139<84 378 378 398.5>\nRef: 711 711 N 1 0 0 1 -31 -27\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 322\nWidth: 778\nHStem: -19 33<331.5 446.5> 658 33<333.5 447>\nVStem: 35 177<231.5 434> 566 177<232.5 433>\nRef: 711 711 N 1 0 0 1 222.5 188\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 323\nWidth: 500\nHStem: -14 31<221.5 280> 442 31<221 281>\nVStem: 25 147<160.5 300> 329 147<159.5 299>\nRef: 711 711 N 1 0 0 1 84 -27\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 324\nWidth: 722\nHStem: -19 49<353 402> 651 25\nVStem: 16 338<651 676> 98 159<225 559> 579 44<247 552 552 566>\nRef: 711 711 N 1 0 0 1 192 188\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 325\nWidth: 556\nHStem: 437 24\nVStem: 65 139<126 378 378 399> 342 139<95 101 101 378 378 399.5> 343 194<20 43>\nRef: 711 711 N 1 0 0 1 110 -27\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 326\nWidth: 722\nHStem: 916 72<193.5 523.5>\nVStem: 193.5 330<916 988>\nRef: 175 175 N 1 0 0 1 192.5 351\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 327\nWidth: 556\nHStem: 716 72<111.5 441.5>\nVStem: 111.5 330<716 788>\nRef: 175 175 N 1 0 0 1 110.5 151\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 328\nWidth: 722\nRef: 180 180 N 1 0 0 1 153.5 388\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 329\nWidth: 556\nRef: 180 180 N 1 0 0 1 71.5 188\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 330\nWidth: 722\nRef: 711 711 N 1 0 0 1 192 388\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 331\nWidth: 556\nRef: 711 711 N 1 0 0 1 110 188\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 332\nWidth: 722\nRef: 96 96 N 1 0 0 1 231.5 388\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 333\nWidth: 556\nRef: 96 96 N 1 0 0 1 149.5 188\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DD\nEncoding: 477 477 334\nWidth: 444\nFlags: W\nHStem: -13 31<203.947 224> 178 37<153 280> 401.996 72.0038<161 222>\nFore\n425 229 m 0\n 425 105 354 -13 219 -13 c 0\n 81 -13 35 96 29 215 c 1\n 281 215 l 1\n 278 292 259 402 161 402 c 0\n 112 402 77 371 48 335 c 1\n 24 349 l 1\n 74 425 128 474 222 474 c 0\n 361 474 425 355 425 229 c 0\n286 178 m 1\n 152 178 l 1\n 153 130 144 18 215 18 c 0\n 287 18 286 129 286 178 c 1\nEndSplineSet\nEndChar\nStartChar: uni01DE\nEncoding: 478 478 335\nWidth: 722\nHStem: 917 72<184 514>\nVStem: 184 330<917 989>\nRef: 175 175 N 1 0 0 1 183 352\nRef: 196 196 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 336\nWidth: 500\nHStem: 716 72<91.5 421.5>\nVStem: 91.5 330<716 788>\nRef: 175 175 N 1 0 0 1 90.5 151\nRef: 228 228 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 337\nWidth: 1000\nHStem: 0 25 0 34<638 710.5> 303 40<264 432> 641 35<633 706> 654 22 716 72<312.5 642.5>\nVStem: 4 206<0 25> 275 634<654 676> 312.5 330<716 788> 432 338<119 303 303 303 343 363 363 611>\nRef: 175 175 N 1 0 0 1 311.5 151\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 338\nWidth: 722\nHStem: -9 70<508.5 531.5> 248 37<434 567> 441 32<199 246> 501 72<198 528>\nVStem: 33 144<97.5 116> 50 132<328.5 350.5> 198 330<501 573> 296 138<167.5 225 225 248 285 344> 296 391\nRef: 175 175 N 1 0 0 1 197 -64\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E4\nEncoding: 484 484 339\nWidth: 778\nFlags: W\nHStem: -19 33<389 421> 121 47<413 512 669 753> 454 234<632 656> 658 33<389 410>\nVStem: 37 177<317 349> 412 342<121 168 262 286> 513 156<93 121 168.063 194>\nFore\n755 262 m 1\n 686 256 668 242 669 168 c 1\n 754 168 l 1\n 754 121 l 1\n 669 121 l 1\n 669 43 l 1\n 611 3 469 -19 399 -19 c 0\n 188 -19 37 118 37 332 c 0\n 37 538 184 691 391 691 c 0\n 468 691 547 642 584 642 c 0\n 610 642 623 666 630 688 c 1\n 657 688 l 1\n 657 454 l 1\n 632 454 l 1\n 594 547 510 658 399 658 c 0\n 234 658 214 458 214 334 c 0\n 214 205 243 14 409 14 c 0\n 504 14 513 39 513 121 c 1\n 412 121 l 1\n 412 168 l 1\n 513 168 l 1\n 513 192 l 2\n 513 261 468 260 412 262 c 1\n 412 287 l 1\n 755 287 l 1\n 755 262 l 1\nEndSplineSet\nMinimumDistance: x2,-1 x20,18 x20,19 x4,2 x4,3 \nEndChar\nStartChar: uni01E5\nEncoding: 485 485 340\nWidth: 500\nFlags: W\nHStem: -206 32<224 256> -136 47<17 32 126 391 480 500> -52 119.427<217.06 324> 398 53<402 481> 442 31<237 244>\nVStem: 16 485<-136 -89> 37 137<298 322> 42.0061 111.994<45 104> 120 362.345<-40 -38> 306 135<290 316>\nFore\n501 -136 m 1\n 456 -136 l 1\n 407 -198 299 -206 226 -206 c 0\n 172 -206 55 -198 32 -136 c 1\n 16 -136 l 1\n 16 -89 l 1\n 34 -89 l 1\n 49 -56 87 -43 120 -40 c 1\n 120 -38 l 1\n 77 -23 42 -7 42 45 c 0\n 42 105 108 145 159 159 c 1\n 159 161 l 1\n 91 186 37 238 37 314 c 0\n 37 425 146 473 242 473 c 0\n 280 473 317 465 352 451 c 1\n 482 451 l 1\n 482 398 l 1\n 401 398 l 1\n 428 371 441 337 441 299 c 0\n 441 229 400 185 336 163 c 0\n 291 148 154 176 154 104 c 0\n 154 14 483 146 483 -55 c 0\n 483 -66 482 -78 479 -89 c 1\n 501 -89 l 1\n 501 -136 l 1\n306 311 m 0\n 306 358 305 442 240 442 c 0\n 174 442 174 358 174 311 c 0\n 174 263 173 182 240 182 c 0\n 306 182 306 264 306 311 c 0\n402 -89 m 1\n 394 -56 352 -52 324 -52 c 2\n 151 -52 l 1\n 138 -62 124 -73 119 -89 c 1\n 402 -89 l 1\n392 -136 m 1\n 125 -136 l 1\n 147 -168 202 -174 238 -174 c 0\n 283 -174 361 -172 392 -136 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: Gcaron\nEncoding: 486 486 341\nWidth: 778\nHStem: -19 33<385.5 444.5> 262 25 454 234<632 657 632 632> 658 33<337.5 409>\nVStem: 37 177<278 434> 412 343<262 287> 513 156<87 170>\nRef: 711 711 N 1 0 0 1 229.5 188\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 342\nWidth: 500\nHStem: -206 32<206 299.5> -52 120<254 319 319 324> 154 28 398 53<401 482 401 401> 442 31<216.5 260>\nVStem: 28 88<-129 -96.5> 37 137<295 358> 306 135<273.5 320> 404 79<-104.5 -85.5>\nRef: 711 711 N 1 0 0 1 89 -27\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 343\nWidth: 764\nHStem: 0 25 651 25\nVStem: 103 162<96 292 345 559> 419 336<0 25> 433 289<651 676>\nRef: 711 711 N 1 0 0 1 219 188\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 344\nWidth: 556\nHStem: 0 24<537.5 543> 438 23 652 24\nVStem: 70 139<84 198 245 594 594 613> 299 214<438 461> 309 234<0 24>\nRef: 711 711 N 1 0 0 1 116 188\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 345\nWidth: 778\nHStem: -236 69<401 405.5> -19 33<331.5 446.5> 658 33<333.5 447>\nVStem: 35 177<231.5 434> 274.5 84 566 177<232.5 433>\nRef: 731 731 N 1 0 0 1 184.5 -63\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 346\nWidth: 500\nHStem: -231 69<262.5 267> -14 31<221.5 280> 442 31<221 281>\nVStem: 25 147<160.5 300> 136 84 329 147<159.5 299>\nRef: 731 731 N 1 0 0 1 46 -58\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 347\nWidth: 778\nHStem: -236 69<401 405.5> -19 33<331.5 446.5> 658 33<333.5 447> 716 72<224 554>\nVStem: 35 177<231.5 434> 224 330<716 788> 274.5 84 566 177<232.5 433>\nRef: 175 175 N 1 0 0 1 223 151\nRef: 490 490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 348\nWidth: 500\nHStem: -231 69<262.5 267> -14 31<221.5 280> 442 31<221 281> 501 72<85.5 415.5>\nVStem: 25 147<160.5 300> 85.5 330<501 573> 136 84 329 147<159.5 299>\nRef: 175 175 N 1 0 0 1 84.5 -64\nRef: 491 491 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EE\nEncoding: 494 494 349\nWidth: 654\nRef: 711 711 N 1 0 0 1 161.5 188\nRef: 439 439 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EF\nEncoding: 495 495 350\nWidth: 508\nHStem: -217 31<204 225> 323 139<126 280>\nVStem: 30 138<-133.456 -120> 370 116<8 50>\nRef: 711 711 N 1 0 0 1 91.5 -27\nRef: 658 658 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F4\nEncoding: 500 500 351\nWidth: 778\nHStem: -19 33<385.5 444.5> 262 25 454 234<632 657 632 632> 658 33<337.5 409>\nVStem: 37 177<278 434> 412 343<262 287> 513 156<87 170>\nRef: 180 180 N 1 0 0 1 191 188\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F5\nEncoding: 501 501 352\nWidth: 500\nHStem: -206 32<206 299.5> -52 120<254 319 319 324> 154 28 398 53<401 482 401 401> 442 31<216.5 260>\nVStem: 28 88<-129 -96.5> 37 137<295 358> 306 135<273.5 320> 404 79<-104.5 -85.5>\nRef: 180 180 N 1 0 0 1 50.5 -27\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F8\nEncoding: 504 504 353\nWidth: 722\nHStem: 0 25 651 25<19 29>\nVStem: 104 44<105 124 124 526> 579 44<247 552 552 571>\nRef: 96 96 N 1 0 0 1 231.5 188\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F9\nEncoding: 505 505 354\nWidth: 556\nHStem: 0 24 441 20<21 212 212 212>\nVStem: 21 191<437 461> 74 139<84 348> 351 139<81 323 323 332>\nRef: 96 96 N 1 0 0 1 153 -27\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 355\nWidth: 722\nRef: 180 180 N 1 0 0 1 144 460\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 356\nWidth: 500\nRef: 180 180 N 1 0 0 1 51.5 262\nRef: 229 229 N 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 357\nWidth: 1000\nHStem: 0 25 0 34<638 710.5> 303 40<264 432> 641 35<633 706> 654 22\nVStem: 4 206<0 25> 275 634<654 676> 432 338<119 303 303 303 343 363 363 611>\nRef: 180 180 N 1 0 0 1 272.5 188\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 358\nWidth: 722\nHStem: -9 70<508.5 531.5> 248 37<434 567> 441 32<199 246>\nVStem: 33 144<97.5 116> 50 132<328.5 350.5> 296 138<167.5 225 225 248 285 344> 296 391\nRef: 180 180 N 1 0 0 1 158 -27\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 359\nWidth: 778\nHStem: -19 33<357.5 447> 658 33<332.5 418.5>\nVStem: 35 177<310.5 433.5> 566 177<232 370>\nRef: 180 180 N 1 0 0 1 184 249\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 360\nWidth: 500\nHStem: -14 31<233.5 280> 442 31<221 268.5>\nVStem: 25 147<196 299> 329 147<159 233>\nRef: 180 180 N 1 0 0 1 45.5 61\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0200\nEncoding: 512 512 361\nWidth: 722\nFlags: H\nHStem: 0 25<685 689> 0 28<394.5 397> 197 39<189 384> 670 20<329 357 357 357>\nVStem: 9 203<0 25> 365 324<0 25>\nRef: 783 783 N 1 0 0 1 143 188\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0201\nEncoding: 513 513 362\nWidth: 500\nFlags: H\nHStem: 441 31\nVStem: 25 146<104 113.5> 44 133<326.5 346> 293 138<100 245 245 245>\nRef: 783 783 N 1 0 0 1 50.5 -27\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 363\nWidth: 722\nFlags: H\nHStem: 0 25<685 689> 0 28<394.5 397> 197 39<189 384> 670 20<329 357 357 357> 803 76<341.5 357.5>\nVStem: 9 203<0 25> 365 324<0 25>\nRef: 785 785 N 1 0 0 1 182.5 210\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 364\nWidth: 500\nFlags: H\nHStem: 441 31 588 76<249 265>\nVStem: 25 146<104 113.5> 44 133<326.5 346> 293 138<100 245 245 245>\nRef: 785 785 N 1 0 0 1 90 -5\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0204\nEncoding: 516 516 365\nWidth: 667\nFlags: H\nHStem: 0 25 0 31<317 387> 174 338<428 454> 329 34 642 34<305 412.5> 651 25\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595>\nRef: 783 783 N 1 0 0 1 122.5 188\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0205\nEncoding: 517 517 366\nWidth: 444\nFlags: H\nHStem: -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248>\nRef: 783 783 N 1 0 0 1 19.5 -27\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 367\nWidth: 667\nFlags: H\nHStem: 0 25 0 31<317 387> 174 338<428 454> 329 34 642 34<305 412.5> 651 25 803 76<321 337>\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595>\nRef: 785 785 N 1 0 0 1 162 210\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 368\nWidth: 444\nFlags: H\nHStem: -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248> 588 76<218 234>\nRef: 785 785 N 1 0 0 1 59 -5\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0208\nEncoding: 520 520 369\nWidth: 386\nFlags: H\nHStem: 0 25 651 25\nVStem: 109 162<96 580>\nRef: 783 783 N 1 0 0 1 -15 188\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0209\nEncoding: 521 521 370\nWidth: 278\nFlags: H\nHStem: 0 21<16 255 16 16> 441 20<16 208 208 208>\nVStem: 16 239<0 24> 69 139<84 378 378 398.5>\nRef: 783 783 N 1 0 0 1 -70.5 -27\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 371\nWidth: 386\nFlags: H\nHStem: 0 25 651 25 803 76<183.5 199.5>\nVStem: 109 162<96 580>\nRef: 785 785 N 1 0 0 1 24.5 210\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 372\nWidth: 278\nFlags: H\nHStem: 0 21<16 255 16 16> 441 20<16 208 208 208> 588 76<128 144>\nVStem: 16 239<0 24> 69 139<84 378 378 398.5>\nRef: 785 785 N 1 0 0 1 -31 -5\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020C\nEncoding: 524 524 373\nWidth: 778\nFlags: H\nHStem: -19 33<331.5 446.5> 658 33<333.5 447>\nVStem: 35 177<231.5 434> 566 177<232.5 433>\nRef: 783 783 N 1 0 0 1 183 188\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020D\nEncoding: 525 525 374\nWidth: 500\nFlags: H\nHStem: -14 31<221.5 280> 442 31<221 281>\nVStem: 25 147<160.5 300> 329 147<159.5 299>\nRef: 783 783 N 1 0 0 1 44.5 -27\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 375\nWidth: 778\nFlags: H\nHStem: -19 33<331.5 446.5> 658 33<333.5 447> 803 76<381.5 397.5>\nVStem: 35 177<231.5 434> 566 177<232.5 433>\nRef: 785 785 N 1 0 0 1 222.5 210\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 376\nWidth: 500\nFlags: H\nHStem: -14 31<221.5 280> 442 31<221 281> 588 76<243 259>\nVStem: 25 147<160.5 300> 329 147<159.5 299>\nRef: 785 785 N 1 0 0 1 84 -5\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0210\nEncoding: 528 528 377\nWidth: 712\nFlags: H\nHStem: 0 25<696 705> 313 32 642 34<307.5 338 338 366> 651 25\nVStem: 104 162<117 313 345 559 559 595> 449 171<475.5 546.5>\nRef: 783 783 N 1 0 0 1 154.5 188\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0211\nEncoding: 529 529 378\nWidth: 444\nFlags: H\nHStem: 0 24 328 145<358 376.5> 437 24\nVStem: 29 189<437 461> 29 266<0 24> 83 139<84 103 103 292>\nRef: 783 783 N 1 0 0 1 25.5 -27\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 379\nWidth: 712\nFlags: H\nHStem: 0 25<696 705> 313 32 642 34<307.5 338 338 366> 651 25 803 76<353 369>\nVStem: 104 162<117 313 345 559 559 595> 449 171<475.5 546.5>\nRef: 785 785 N 1 0 0 1 194 210\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 380\nWidth: 444\nFlags: H\nHStem: 0 24 328 145<358 376.5> 437 24 588 76<224 240>\nVStem: 29 189<437 461> 29 266<0 24> 83 139<84 103 103 292>\nRef: 785 785 N 1 0 0 1 65 -5\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0214\nEncoding: 532 532 381\nWidth: 722\nFlags: H\nHStem: -19 49<353 402> 651 25\nVStem: 16 338<651 676> 98 159<225 559> 579 44<247 552 552 566>\nRef: 783 783 N 1 0 0 1 152.5 188\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0215\nEncoding: 533 533 382\nWidth: 556\nFlags: H\nHStem: 437 24\nVStem: 65 139<126 378 378 399> 342 139<95 101 101 378 378 399.5> 343 194<20 43>\nRef: 783 783 N 1 0 0 1 70.5 -27\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 383\nWidth: 722\nFlags: H\nHStem: -19 49<353 402> 651 25 803 76<351 367>\nVStem: 16 338<651 676> 98 159<225 559> 579 44<247 552 552 566>\nRef: 785 785 N 1 0 0 1 192 210\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 384\nWidth: 556\nFlags: H\nHStem: 437 24 588 76<269 285>\nVStem: 65 139<126 378 378 399> 342 139<95 101 101 378 378 399.5> 343 194<20 43>\nRef: 785 785 N 1 0 0 1 110 -5\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 385\nWidth: 556\nFlags: W\nHStem: -185 145<247.5 264> -19 247<35 64> -19 33<243.5 306.5> 475 217<456 484 456 456> 660 31<229 282>\nVStem: 44 109<536 551> 195 165<-135.5 -113.5> 394 119<129 154>\nFore\n484 475 m 1\n 456 475 l 1\n 436 540 420 569 386 604 c 0\n 350 641 308 660 263 660 c 0\n 195 660 153 622 153 560 c 0\n 153 512 175 487 256 447 c 2\n 403 374 l 2\n 467 342 513 267 513 192 c 0\n 513 66 413 -19 265 -19 c 0\n 222 -19 185 -12 135 5 c 0\n 113 12 102 15 94 15 c 0\n 78 15 70 6 64 -19 c 1\n 35 -19 l 1\n 35 228 l 1\n 64 228 l 1\n 81 158 95 125 122 88 c 0\n 160 39 210 14 268 14 c 0\n 345 14 394 59 394 128 c 0\n 394 180 370 206 282 248 c 2\n 215 280 l 2\n 96 337 44 400 44 488 c 0\n 44 614 127 691 263 691 c 0\n 301 691 333 685 380 669 c 0\n 402 661 413 658 422 658 c 0\n 439 658 447 666 454 692 c 1\n 484 692 l 1\n 484 475 l 1\n211 -341 m 1\n 201 -322 l 1\n 269 -274 299 -237 299 -202 c 0\n 299 -192 291 -183 282 -183 c 0\n 281 -183 278 -183 275 -184 c 0\n 271 -185 266 -185 262 -185 c 0\n 221 -185 195 -157 195 -114 c 0\n 195 -69 225 -40 270 -40 c 0\n 324 -40 360 -82 360 -145 c 0\n 360 -223 315 -282 211 -341 c 1\nEndSplineSet\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 386\nWidth: 389\nFlags: W\nHStem: -185 145<164.5 181> -13 165<25 50> 326 145<318 340> 440 33<174 195>\nVStem: 27 100<365 369> 112 165<-135.5 -113.5> 265 96<93 101>\nFore\n340 326 m 1\n 315 326 l 1\n 300 370 289 388 268 408 c 0\n 246 429 219 440 193 440 c 0\n 155 440 127 415 127 382 c 0\n 127 348 155 323 223 294 c 0\n 322 252 361 209 361 138 c 0\n 361 48 298 -14 207 -14 c 0\n 179 -14 126 -3 99 9 c 0\n 89 13 81 15 76 15 c 0\n 67 15 61 8 50 -13 c 1\n 25 -13 l 1\n 25 152 l 1\n 53 152 l 1\n 74 65 120 20 190 20 c 0\n 235 20 265 46 265 85 c 0\n 265 117 237 142 169 172 c 0\n 68 215 27 261 27 327 c 0\n 27 411 93 473 184 473 c 0\n 206 473 229 469 262 458 c 0\n 278 453 288 451 294 451 c 0\n 306 451 312 456 318 471 c 1\n 340 471 l 1\n 340 326 l 1\n128 -341 m 1\n 118 -322 l 1\n 186 -274 216 -237 216 -202 c 0\n 216 -192 208 -183 199 -183 c 0\n 198 -183 195 -183 192 -184 c 0\n 188 -185 183 -185 179 -185 c 0\n 138 -185 112 -157 112 -114 c 0\n 112 -69 142 -40 187 -40 c 0\n 241 -40 277 -82 277 -145 c 0\n 277 -223 232 -282 128 -341 c 1\nEndSplineSet\nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 387\nWidth: 667\nFlags: W\nHStem: -185 145<303.5 320> 0 25 475 201<34 60 607 607 607 634>\nVStem: 156 357<0 25> 251 165<-135.5 -113.5>\nFore\n253 117 m 2\n 253 644 l 1\n 129 640 77 594 60 475 c 1\n 31 475 l 1\n 34 676 l 1\n 634 676 l 1\n 636 475 l 1\n 607 475 l 1\n 590 594 538 640 415 644 c 1\n 415 117 l 2\n 415 41 426 31 513 25 c 1\n 513 0 l 1\n 156 0 l 1\n 156 25 l 1\n 242 32 253 43 253 117 c 2\n267 -341 m 1\n 257 -322 l 1\n 325 -274 355 -237 355 -202 c 0\n 355 -192 347 -183 338 -183 c 0\n 337 -183 334 -183 331 -184 c 0\n 327 -185 322 -185 318 -185 c 0\n 277 -185 251 -157 251 -114 c 0\n 251 -69 281 -40 326 -40 c 0\n 380 -40 416 -82 416 -145 c 0\n 416 -223 371 -282 267 -341 c 1\nEndSplineSet\nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 388\nWidth: 333\nFlags: W\nHStem: -185 145<136.5 153> 417 44<211 305>\nVStem: 20 285<417 444 444 444> 72 139<96 116 116 417> 84 165<-135.5 -113.5>\nFore\n305 461 m 1\n 305 417 l 1\n 211 417 l 1\n 211 116 l 2\n 211 76 222 59 250 59 c 0\n 271 59 287 73 307 111 c 1\n 332 100 l 1\n 291 18 251 -12 184 -12 c 0\n 115 -12 72 28 72 93 c 2\n 72 417 l 1\n 20 417 l 1\n 20 444 l 1\n 85 499 125 544 186 630 c 1\n 211 630 l 1\n 211 461 l 1\n 305 461 l 1\n100 -341 m 1\n 90 -322 l 1\n 158 -274 188 -237 188 -202 c 0\n 188 -192 180 -183 171 -183 c 0\n 170 -183 167 -183 164 -184 c 0\n 160 -185 155 -185 151 -185 c 0\n 110 -185 84 -157 84 -114 c 0\n 84 -69 114 -40 159 -40 c 0\n 213 -40 249 -82 249 -145 c 0\n 249 -223 204 -282 100 -341 c 1\nEndSplineSet\nEndChar\nStartChar: uni021E\nEncoding: 542 542 389\nWidth: 774\nHStem: 0 25 326 47<263 504> 651 25\nVStem: 101 162<96 326 373 580> 504 162<96 326 326 326 373 580>\nRef: 711 711 N 1 0 0 1 218.5 188\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni021F\nEncoding: 543 543 390\nWidth: 556\nHStem: 0 24 656 20<16 208 208 208>\nVStem: 69 139<84 348 395 594 594 614.5> 346 139<81 84 84 323 323 332>\nRef: 711 711 N 1 0 0 1 108.5 188\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0226\nEncoding: 550 550 391\nWidth: 722\nHStem: 0 25<685 689> 0 28<394.5 397> 197 39<189 384> 670 20<329 357 357 357> 716 129<331 365.5>\nVStem: 9 203<0 25> 284.5 129<763.5 797> 365 324<0 25>\nRef: 729 729 N 1 0 0 1 181.5 179\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0227\nEncoding: 551 551 392\nWidth: 500\nHStem: 441 31 501 129<238.5 273>\nVStem: 25 146<104 113.5> 44 133<326.5 346> 192 129<548.5 582> 293 138<100 245 245 245>\nRef: 729 729 N 1 0 0 1 89 -36\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0228\nEncoding: 552 552 393\nWidth: 667\nHStem: -217 40 -100 100<306.5 317> 0 25 0 31<317 387> 174 338<428 454> 329 34 642 34<305 412.5> 651 25\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595> 348.5 93<-149 -125>\nRef: 184 184 N 1 0 0 1 147.5 0\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0229\nEncoding: 553 553 394\nWidth: 444\nHStem: -231 40 -114 100<203.5 214> -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248>\nVStem: 245.5 93<-163 -139>\nRef: 184 184 N 1 0 0 1 44.5 -14\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022A\nEncoding: 554 554 395\nWidth: 778\nHStem: 916 72<224 554>\nVStem: 224 330<916 988>\nRef: 175 175 N 1 0 0 1 223 351\nRef: 214 214 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022B\nEncoding: 555 555 396\nWidth: 500\nHStem: 716 72<85.5 415.5>\nVStem: 85.5 330<716 788>\nRef: 175 175 N 1 0 0 1 84.5 151\nRef: 246 246 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022C\nEncoding: 556 556 397\nWidth: 778\nHStem: 924 72<224 554>\nVStem: 224 330<924 996>\nRef: 175 175 N 1 0 0 1 223 359\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022D\nEncoding: 557 557 398\nWidth: 500\nHStem: 716 72<85.5 415.5>\nVStem: 85.5 330<716 788>\nRef: 175 175 N 1 0 0 1 84.5 151\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022E\nEncoding: 558 558 399\nWidth: 778\nHStem: -19 33<331.5 446.5> 658 33<333.5 447> 716 129<371 405.5>\nVStem: 35 177<231.5 434> 324.5 129<763.5 797> 566 177<232.5 433>\nRef: 729 729 N 1 0 0 1 221.5 179\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022F\nEncoding: 559 559 400\nWidth: 500\nHStem: -14 31<221.5 280> 442 31<221 281> 501 129<232.5 267>\nVStem: 25 147<160.5 300> 186 129<548.5 582> 329 147<159.5 299>\nRef: 729 729 N 1 0 0 1 83 -36\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0230\nEncoding: 560 560 401\nWidth: 778\nHStem: -19 33<331.5 446.5> 658 33<333.5 447> 716 129<371 405.5> 885 72<224 554>\nVStem: 35 177<231.5 434> 224 330<885 957> 324.5 129<763.5 797> 566 177<232.5 433>\nRef: 175 175 N 1 0 0 1 223 320\nRef: 558 558 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0231\nEncoding: 561 561 402\nWidth: 500\nHStem: -14 31<221.5 280> 442 31<221 281> 501 129<232.5 267> 670 72<85.5 415.5>\nVStem: 25 147<160.5 300> 85.5 330<670 742> 186 129<548.5 582> 329 147<159.5 299>\nRef: 175 175 N 1 0 0 1 84.5 105\nRef: 559 559 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0232\nEncoding: 562 562 403\nWidth: 722\nHStem: 0 25 0 573 651 25 716 72<192 522>\nVStem: 15 335<651 676> 192 330<716 788> 278 162<117 264 264 264> 479 220<651 676>\nRef: 175 175 N 1 0 0 1 191 151\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0233\nEncoding: 563 563 404\nWidth: 500\nHStem: -205 143<84.5 97> 437 24 501 72<83 413>\nVStem: 16 119<-135.5 -130.5> 16 250<437 461> 83 330<501 573> 329 151<437 461>\nRef: 175 175 N 1 0 0 1 82 -64\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0292\nEncoding: 658 658 405\nWidth: 508\nFlags: W\nHStem: -217 31<204 225> 323 139<126 280>\nVStem: 30 138<-133.456 -120> 370 116<8 50>\nFore\n450 432 m 1\n 266 256 l 1\n 281 259 296 261 312 261 c 0\n 428 261 486 154 486 50 c 0\n 486 -104 379 -217 223 -217 c 0\n 166 -217 30 -202 30 -122 c 0\n 30 -84 61 -53 99 -53 c 128\n 137 -53 168 -84 168 -122 c 0\n 168 -138 162 -154 152 -166 c 1\n 165 -181 186 -186 205 -186 c 0\n 322 -186 370 -99 370 8 c 0\n 370 106 322 172 219 172 c 0\n 195 172 171 163 148 158 c 1\n 132 180 l 1\n 281 323 l 1\n 137 323 l 2\n 89 323 81 301 62 260 c 1\n 37 260 l 1\n 108 462 l 1\n 450 462 l 1\n 450 432 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: circumflex\nEncoding: 710 710 406\nWidth: 333\nFlags: W\nFore\n278 528 m 1\n 166 626 l 1\n 54 528 l 1\n -2 528 l 1\n 120 704 l 1\n 212 704 l 1\n 335 528 l 1\n 278 528 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 407\nWidth: 333\nFlags: W\nFore\n335 704 m 1\n 212 528 l 1\n 120 528 l 1\n -2 704 l 1\n 54 704 l 1\n 166 605 l 1\n 278 704 l 1\n 335 704 l 1\nEndSplineSet\nEndChar\nStartChar: breve\nEncoding: 728 728 408\nWidth: 333\nFlags: MW\nHStem: 528 76<139.5 193.5> 671 20<15 59 59 59 274 318 318 318>\nFore\n274 691 m 1\n 318 691 l 1\n 312 640 305 615 288 589 c 0\n 262 548 221 528 166 528 c 0\n 113 528 71 547 46 583 c 0\n 25 611 18 636 15 691 c 1\n 59 691 l 1\n 70 630 102 604 166 604 c 0\n 228 604 257 628 274 691 c 1\nEndSplineSet\nEndChar\nStartChar: dotaccent\nEncoding: 729 729 409\nWidth: 333\nFlags: MW\nHStem: 537 129<149.5 184>\nVStem: 103 129<584.5 618>\nFore\n166 666 m 0\n 202 666 232 636 232 600 c 0\n 232 565 203 537 166 537 c 0\n 131 537 103 566 103 603 c 0\n 103 636 133 666 166 666 c 0\nEndSplineSet\nEndChar\nStartChar: ring\nEncoding: 730 730 410\nWidth: 333\nFlags: MW\nHStem: 537 48<149.5 181.5> 702 48<150.5 182>\nVStem: 60 48<627 658.5> 225 48<626.5 658>\nFore\n167 750 m 0\n 225 750 273 701 273 643 c 0\n 273 584 225 537 166 537 c 128\n 107 537 60 585 60 645 c 0\n 60 701 109 750 167 750 c 0\n166 702 m 0\n 135 702 108 674 108 643 c 0\n 108 611 134 585 165 585 c 0\n 198 585 225 611 225 642 c 0\n 225 674 198 702 166 702 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 411\nWidth: 333\nFlags: MW\nHStem: -173 69<216.5 221>\nVStem: 90 84\nFore\n158 32 m 1\n 191 44 l 1\n 190 37 189 34 186 24 c 0\n 178 -8 174 -27 174 -40 c 0\n 174 -81 196 -104 237 -104 c 0\n 252 -104 263 -101 283 -91 c 0\n 291 -87 292 -86 297 -84 c 1\n 319 -98 l 1\n 294 -144 246 -173 196 -173 c 0\n 135 -173 90 -139 90 -92 c 0\n 90 -62 103 -36 144 14 c 0\n 152 24 154 26 158 32 c 1\nEndSplineSet\nEndChar\nStartChar: tilde\nEncoding: 732 732 412\nWidth: 333\nFlags: W\nHStem: 547 78<246.5 260.5> 596 78<69 81.5>\nFore\n26 549 m 1\n -16 549 l 1\n 2 635 38 674 100 674 c 0\n 121 674 145 668 173 655 c 2\n 213 637 l 2\n 237 626 241 625 252 625 c 0\n 279 625 293 638 306 674 c 1\n 349 674 l 1\n 326 587 289 547 232 547 c 0\n 212 547 187 553 168 561 c 2\n 139 574 l 2\n 96 593 88 596 75 596 c 0\n 49 596 30 577 26 549 c 1\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 413\nWidth: 333\nFlags: W\nFore\n-13 528 m 1\n 124 685 l 2\n 141 704 158 713 177 713 c 0\n 206 713 225 695 225 669 c 0\n 225 646 217 636 185 616 c 2\n 43 528 l 1\n -13 528 l 1\n187 528 m 1\n 324 685 l 2\n 341 704 358 713 377 713 c 0\n 406 713 425 695 425 669 c 0\n 425 646 417 636 385 616 c 2\n 243 528 l 1\n 187 528 l 1\nEndSplineSet\nEndChar\nStartChar: gravecomb\nEncoding: 768 768 414\nWidth: 0\nFlags: HW\nFore\n-87 528 m 1\n -143 528 l 1\n -285 616 l 2\n -310 631 -325 646 -325 669 c 0\n -325 683 -314 713 -276 713 c 0\n -255 713 -235 698 -224 685 c 2\n -87 528 l 1\nEndSplineSet\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 415\nWidth: 0\nFlags: HW\nFore\n-49 616 m 2\n -191 528 l 1\n -247 528 l 1\n -110 685 l 2\n -87 711 -68 713 -58 713 c 0\n -40 713 -9 705 -9 669 c 0\n -9 641 -25 631 -49 616 c 2\nEndSplineSet\nEndChar\nStartChar: uni0302\nEncoding: 770 770 416\nWidth: 0\nFlags: HW\nFore\n-55 528 m 1\n -167 626 l 1\n -279 528 l 1\n -335 528 l 1\n -213 704 l 1\n -121 704 l 1\n 2 528 l 1\n -55 528 l 1\nEndSplineSet\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 417\nWidth: 0\nFlags: HW\nHStem: 547 78<-105 -80> 596 78<-258 -231>\nFore\n-307 549 m 1\n -349 549 l 1\n -342 584 -323 674 -231 674 c 0\n -202 674 -170 659 -160 655 c 2\n -120 637 l 2\n -93 625 -93 625 -80 625 c 0\n -43 625 -33 657 -27 674 c 1\n 16 674 l 1\n 7 639 -16 547 -105 547 c 0\n -123 547 -149 554 -165 561 c 2\n -194 574 l 2\n -244 596 -244 596 -258 596 c 0\n -290 596 -306 567 -307 549 c 1\nEndSplineSet\nEndChar\nStartChar: uni0304\nEncoding: 772 772 418\nWidth: 0\nFlags: HW\nHStem: 565 72<-331 -3>\nVStem: -332 330<566 636>\nFore\n-2 637 m 1\n -2 565 l 1\n -332 565 l 1\n -332 637 l 1\n -2 637 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0305\nEncoding: 773 773 419\nWidth: 0\nFlags: HW\nHStem: 565 72<-498 -2>\nVStem: -499 498<566 636>\nFore\n-1 637 m 1\n -1 565 l 1\n -499 565 l 1\n -499 637 l 1\n -1 637 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0306\nEncoding: 774 774 420\nWidth: 0\nFlags: HW\nHStem: 528 76<-174 -158> 671 20G<-318 -274 -59 -15>\nFore\n-59 691 m 1\n -15 691 l 1\n -22 591 -70 528 -167 528 c 0\n -260 528 -317 585 -318 691 c 1\n -274 691 l 1\n -269 663 -257 604 -166 604 c 0\n -82 604 -67 660 -59 691 c 1\nEndSplineSet\nEndChar\nStartChar: uni0307\nEncoding: 775 775 421\nWidth: 0\nFlags: HW\nHStem: 537 130<-179.174 -166>\nVStem: -230 127<600 604>\nFore\n-230 602 m 0\n -230 627 -210 667 -168 667 c 0\n -133 667 -103 637 -103 601 c 0\n -103 566 -131 537 -168 537 c 0\n -211 537 -230 577 -230 602 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0308\nEncoding: 776 776 422\nWidth: 0\nFlags: HW\nHStem: 537 130<-283.198 -270 -74.174 -61>\nVStem: -335 127<600 604> -125 127<600 604>\nFore\n-335 602 m 0\n -335 627 -314 667 -272 667 c 0\n -237 667 -208 637 -208 601 c 0\n -208 566 -235 537 -272 537 c 0\n -315 537 -335 577 -335 602 c 0\n-125 602 m 0\n -125 627 -105 667 -63 667 c 0\n -28 667 2 637 2 601 c 0\n 2 566 -26 537 -63 537 c 0\n -106 537 -125 577 -125 602 c 0\nEndSplineSet\nEndChar\nStartChar: hookabovecomb\nEncoding: 777 777 423\nWidth: 0\nFlags: HW\nHStem: 679 30.0527<-192 -181>\nVStem: -261 42<627 647> -157 66<627 648>\nFore\n-151 501 m 1\n -194 501 l 1\n -194 571 -157 586 -157 631 c 0\n -157 655 -160 679 -191 679 c 0\n -208 679 -230 674 -228 657 c 0\n -226 644 -219 645 -219 627 c 0\n -219 618 -225 606 -238 606 c 0\n -257 606 -261 630 -261 647 c 1\n -257 685 -225 710 -176 710 c 0\n -151 710 -91 696 -91 639 c 0\n -91 587 -142 580 -151 501 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni030A\nEncoding: 778 778 424\nWidth: 0\nFlags: HW\nHStem: 527 48<-177 -161> 692 48<-177 -161>\nVStem: -273 48<623.357 639> -108 48<623 639>\nFore\n-273 633 m 0\n -273 692 -224 740 -166 740 c 128\n -108 740 -60 691 -60 633 c 0\n -60 574 -108 527 -166 527 c 128\n -224 527 -273 573 -273 633 c 0\n-108 633 m 0\n -108 664 -135 692 -168 692 c 0\n -206 692 -225 655 -225 633 c 128\n -225 611 -207 575 -168 575 c 0\n -134 575 -108 601 -108 633 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni030B\nEncoding: 779 779 425\nWidth: 0\nFlags: HW\nFore\n-148 616 m 2\n -290 528 l 1\n -346 528 l 1\n -209 685 l 2\n -186 711 -167 713 -157 713 c 0\n -139 713 -108 705 -108 669 c 0\n -108 641 -124 631 -148 616 c 2\n52 616 m 2\n -90 528 l 1\n -146 528 l 1\n -9 685 l 2\n 14 711 33 713 43 713 c 0\n 61 713 92 705 92 669 c 0\n 92 641 76 631 52 616 c 2\nEndSplineSet\nEndChar\nStartChar: uni030C\nEncoding: 780 780 426\nWidth: 0\nFlags: HW\nFore\n2 704 m 1\n -121 528 l 1\n -213 528 l 1\n -335 704 l 1\n -279 704 l 1\n -167 605 l 1\n -55 704 l 1\n 2 704 l 1\nEndSplineSet\nEndChar\nStartChar: uni030D\nEncoding: 781 781 427\nWidth: 0\nFlags: HW\nHStem: 504 260<-175.368 -164>\nVStem: -212 90<712 728>\nFore\n-154 504 m 1\n -179 504 l 1\n -188 563 -212 692 -212 721 c 0\n -212 748 -187 764 -166 764 c 0\n -146 764 -122 748 -122 721 c 0\n -122 692 -145 563 -154 504 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni030E\nEncoding: 782 782 428\nWidth: 0\nFlags: HW\nHStem: 504 260<-253.368 -242 -97.368 -82>\nVStem: -290 90<712 728> -134 90<712 728>\nFore\n-232 504 m 1\n -257 504 l 1\n -266 563 -290 692 -290 721 c 0\n -290 748 -265 764 -244 764 c 0\n -224 764 -200 748 -200 721 c 0\n -200 692 -223 563 -232 504 c 1\n-76 504 m 1\n -101 504 l 1\n -110 563 -134 692 -134 721 c 0\n -134 748 -109 764 -88 764 c 0\n -68 764 -44 748 -44 721 c 0\n -44 692 -67 563 -76 504 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni030F\nEncoding: 783 783 429\nWidth: 0\nFlags: HW\nFore\n-106 616 m 2\n -130 631 -146 641 -146 669 c 0\n -146 705 -115 713 -97 713 c 0\n -87 713 -68 711 -45 685 c 2\n 92 528 l 1\n 36 528 l 1\n -106 616 l 2\n-306 616 m 2\n -330 631 -346 641 -346 669 c 0\n -346 705 -315 713 -297 713 c 0\n -287 713 -268 711 -245 685 c 2\n -108 528 l 1\n -164 528 l 1\n -306 616 l 2\nEndSplineSet\nEndChar\nStartChar: uni0310\nEncoding: 784 784 430\nWidth: 0\nFlags: HW\nHStem: 507 76<-174 -158> 631 130<-174 -158>\nVStem: -230 127<694 699>\nFore\n-59 670 m 1\n -15 670 l 1\n -22 570 -70 507 -167 507 c 0\n -260 507 -317 564 -318 670 c 1\n -274 670 l 1\n -269 642 -257 583 -166 583 c 0\n -82 583 -67 639 -59 670 c 1\n-230 696 m 0\n -230 721 -210 761 -168 761 c 0\n -133 761 -103 731 -103 695 c 0\n -103 660 -131 631 -168 631 c 0\n -211 631 -230 671 -230 696 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0311\nEncoding: 785 785 431\nWidth: 0\nFlags: HW\nHStem: 593 76<-174 -158>\nFore\n-59 506 m 1\n -67 537 -82 593 -166 593 c 0\n -257 593 -269 534 -274 506 c 1\n -318 506 l 1\n -317 612 -260 669 -167 669 c 0\n -70 669 -22 606 -15 506 c 1\n -59 506 l 1\nEndSplineSet\nEndChar\nStartChar: uni0312\nEncoding: 786 786 432\nWidth: 0\nFlags: HW\nHStem: 524 88<-181 -145> 524 97<-145 -130> 705.018 29.9825<-135 -127> 706 26<-112 -100>\nVStem: -255 48<630 650>\nFore\n-81 573 m 0\n -81 538 -115 524 -145 524 c 0\n -211 524 -255 563 -255 630 c 128\n -255 697 -199 735 -136 735 c 0\n -124 735 -112 733 -100 732 c 1\n -100 706 l 1\n -140 706 -207 706 -207 650 c 0\n -207 634 -200 612 -181 612 c 0\n -163 612 -147 621 -130 621 c 0\n -101 621 -81 602 -81 573 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0313\nEncoding: 787 787 433\nWidth: 0\nFlags: HW\nHStem: 525 29.5781<-207 -201> 528 26<-236 -224> 648 88<-191 -155>\nVStem: -129 48<610 630>\nFore\n-255 687 m 0\n -255 722 -221 736 -191 736 c 0\n -125 736 -81 697 -81 630 c 0\n -81 563 -137 525 -200 525 c 0\n -212 525 -224 527 -236 528 c 1\n -236 554 l 1\n -196 554 -129 554 -129 610 c 0\n -129 626 -136 648 -155 648 c 0\n -173 648 -189 639 -206 639 c 0\n -235 639 -255 658 -255 687 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0314\nEncoding: 788 788 434\nWidth: 0\nFlags: HW\nHStem: 525 29.9825<-135 -127> 528 26<-112 -100> 648 88<-181 -145>\nVStem: -255 48<610 630>\nFore\n-81 687 m 0\n -81 658 -101 639 -130 639 c 0\n -147 639 -163 648 -181 648 c 0\n -200 648 -207 626 -207 610 c 0\n -207 554 -140 554 -100 554 c 1\n -100 528 l 1\n -112 527 -124 525 -136 525 c 0\n -199 525 -255 563 -255 630 c 128\n -255 697 -211 736 -145 736 c 0\n -115 736 -81 722 -81 687 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0315\nEncoding: 789 789 435\nWidth: 0\nFlags: HW\nHStem: 530 161<-261 -237>\nVStem: -334 184<577 609>\nFore\n-316 356 m 1\n -327 378 l 1\n -299 397 -218 454 -218 510 c 0\n -218 522 -225 532 -238 532 c 0\n -243 532 -248 530 -260 530 c 0\n -288 530 -334 546 -334 609 c 0\n -334 661 -298 691 -252 691 c 0\n -179 691 -150 629 -150 577 c 0\n -150 451 -263 386 -316 356 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0316\nEncoding: 790 790 436\nWidth: 0\nFlags: HW\nFore\n-51 -310 m 1\n -107 -310 l 1\n -249 -222 l 2\n -274 -207 -289 -192 -289 -169 c 0\n -289 -155 -278 -125 -240 -125 c 0\n -219 -125 -199 -140 -188 -153 c 2\n -51 -310 l 1\nEndSplineSet\nEndChar\nStartChar: uni0317\nEncoding: 791 791 437\nWidth: 0\nFlags: HW\nFore\n-289 -310 m 1\n -152 -153 l 2\n -141 -140 -121 -125 -100 -125 c 0\n -62 -125 -51 -155 -51 -169 c 0\n -51 -192 -66 -207 -91 -222 c 2\n -233 -310 l 1\n -289 -310 l 1\nEndSplineSet\nEndChar\nStartChar: uni0318\nEncoding: 792 792 438\nWidth: 0\nFlags: HW\nHStem: -318 72<-295 -113>\nVStem: -113 72<-437 -319 -245 -128>\nFore\n-113 -318 m 1\n -296 -318 l 1\n -296 -246 l 1\n -113 -246 l 1\n -113 -127 l 1\n -41 -127 l 1\n -41 -438 l 1\n -113 -438 l 1\n -113 -318 l 1\nEndSplineSet\nMinimumDistance: x5,-1 y0,6 y0,7 x3,1 x3,2 \nEndChar\nStartChar: uni0319\nEncoding: 793 793 439\nWidth: 0\nFlags: HW\nHStem: -318 72<-223 -41>\nVStem: -295 72<-437 -318 -246 -128> -295 255<-317 -247>\nFore\n-223 -318 m 1\n -223 -438 l 1\n -295 -438 l 1\n -295 -127 l 1\n -223 -127 l 1\n -223 -246 l 1\n -40 -246 l 1\n -40 -318 l 1\n -223 -318 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y5,3 y5,4 y0,2 y0,1 x0,6 x0,7 \nEndChar\nStartChar: uni031A\nEncoding: 794 794 440\nWidth: 0\nFlags: HW\nHStem: 670 72<-284 -121>\nVStem: -120 72<506 669>\nFore\n-48 505 m 1\n -120 505 l 1\n -120 670 l 1\n -285 670 l 1\n -285 742 l 1\n -48 742 l 1\n -48 505 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y2,0 y2,1 \nEndChar\nStartChar: uni031B\nEncoding: 795 795 441\nWidth: 0\nFlags: HW\nHStem: 319 38<-253 -237> 444.899 117.101<-225 -214>\nVStem: -333 0<443 445> -163 49<423 446>\nFore\n-333 356 m 1\n -333 446 l 2\n -333 396 -294 357 -244 357 c 0\n -213 357 -185 371 -171 395 c 0\n -166 404 -163 414 -163 423 c 0\n -163 447 -188 454 -209 447 c 0\n -233 439 -280 453 -280 499 c 0\n -280 536 -255 562 -215 562 c 0\n -164 562 -114 508 -114 446 c 0\n -114 376 -171 319 -242 319 c 0\n -277 319 -310 333 -333 356 c 1\nEndSplineSet\nEndChar\nStartChar: uni031C\nEncoding: 796 796 442\nWidth: 0\nFlags: HW\nHStem: -362 72<-151 -144> -200 72<-151 -144>\nVStem: -263 72<-250 -243>\nFore\n-93 -141 m 1\n -125 -205 l 1\n -132 -202 -138 -200 -146 -200 c 0\n -171 -200 -191 -220 -191 -245 c 0\n -191 -270 -171 -290 -146 -290 c 0\n -139 -290 -132 -288 -126 -285 c 1\n -93 -349 l 1\n -109 -357 -127 -362 -146 -362 c 0\n -211 -362 -263 -310 -263 -245 c 128\n -263 -180 -211 -128 -146 -128 c 0\n -127 -128 -109 -133 -93 -141 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni031D\nEncoding: 797 797 443\nWidth: 0\nFlags: HW\nHStem: -384 72<-322 -203 -131 -13> -384 255<-202 -132>\nVStem: -203 72<-312 -130>\nFore\n-131 -312 m 1\n -12 -312 l 1\n -12 -384 l 1\n -323 -384 l 1\n -323 -312 l 1\n -203 -312 l 1\n -203 -129 l 1\n -131 -129 l 1\n -131 -312 l 1\nEndSplineSet\nMinimumDistance: x1,-1 y0,6 y0,7 x5,3 x5,4 x0,2 x0,1 \nEndChar\nStartChar: uni031E\nEncoding: 798 798 444\nWidth: 0\nFlags: HW\nHStem: -249 72<-322 -204 -130 -13>\nVStem: -203 72<-431 -249>\nFore\n-131 -249 m 1\n -131 -432 l 1\n -203 -432 l 1\n -203 -249 l 1\n -323 -249 l 1\n -323 -177 l 1\n -12 -177 l 1\n -12 -249 l 1\n -131 -249 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y0,2 y0,1 x0,6 x0,7 \nEndChar\nStartChar: uni031F\nEncoding: 799 799 445\nWidth: 0\nFlags: HW\nHStem: -405 276<-203 -131> -303 72<-322 -203 -131 -13>\nVStem: -203 72<-404 -303 -231 -130>\nFore\n-323 -303 m 1\n -323 -231 l 1\n -203 -231 l 1\n -203 -129 l 1\n -131 -129 l 1\n -131 -231 l 1\n -12 -231 l 1\n -12 -303 l 1\n -131 -303 l 1\n -131 -405 l 1\n -203 -405 l 1\n -203 -303 l 1\n -323 -303 l 1\nEndSplineSet\nMinimumDistance: x6,-1 y8,10 y8,9 y5,3 y5,4 x5,7 x5,6 x2,0 x2,1 \nEndChar\nStartChar: uni0320\nEncoding: 800 800 446\nWidth: 0\nFlags: HW\nHStem: -249 72<-322 -13>\nVStem: -323 311<-248 -178>\nFore\n-12 -177 m 1\n -12 -249 l 1\n -323 -249 l 1\n -323 -177 l 1\n -12 -177 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0321\nEncoding: 801 801 447\nWidth: 0\nFlags: HW\nHStem: -251 44<-380 -371> 0 23<-378 -334>\nVStem: -500 127<-166.047 -150> -333 57<-156 -1>\nFore\n-395 -204 m 1\n -388 -206 -382 -207 -376 -207 c 0\n -346 -207 -333 -182 -333 -152 c 2\n -333 0 l 1\n -379 0 l 1\n -379 23 l 1\n -331 23 l 1\n -321 31 -314 39 -308 46 c 1\n -276 35 l 1\n -276 -152 l 2\n -276 -196 -311 -251 -375 -251 c 0\n -446 -251 -500 -217 -500 -154 c 0\n -500 -129 -480 -89 -438 -89 c 0\n -403 -89 -373 -119 -373 -155 c 0\n -373 -174 -382 -192 -395 -204 c 1\nEndSplineSet\nEndChar\nStartChar: uni0322\nEncoding: 802 802 448\nWidth: 0\nFlags: HW\nHStem: -251 44<-294 -285> 0 23<-332 -288>\nVStem: -390 57<-156 0> -390 103<1 23> -293 127<-166.047 -150>\nFore\n-271 -204 m 1\n -284 -192 -293 -174 -293 -155 c 0\n -293 -119 -263 -89 -228 -89 c 0\n -186 -89 -166 -129 -166 -154 c 0\n -166 -217 -220 -251 -291 -251 c 0\n -355 -251 -390 -196 -390 -152 c 2\n -390 35 l 1\n -358 46 l 1\n -352 39 -345 31 -335 23 c 1\n -287 23 l 1\n -287 0 l 1\n -333 0 l 1\n -333 -152 l 2\n -333 -182 -320 -207 -290 -207 c 0\n -284 -207 -278 -206 -271 -204 c 1\nEndSplineSet\nMinimumDistance: x11,9 x11,10 \nEndChar\nStartChar: dotbelowcomb\nEncoding: 803 803 449\nWidth: 0\nFlags: HW\nHStem: -256 130<-179.174 -166>\nVStem: -230 127<-193 -189>\nFore\n-230 -191 m 0\n -230 -166 -210 -126 -168 -126 c 0\n -133 -126 -103 -156 -103 -192 c 0\n -103 -227 -131 -256 -168 -256 c 0\n -211 -256 -230 -216 -230 -191 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0324\nEncoding: 804 804 450\nWidth: 0\nFlags: HW\nHStem: -255 130<-283.198 -270 -74.174 -61>\nVStem: -335 127<-192 -188> -125 127<-192 -188>\nFore\n-335 -190 m 0\n -335 -165 -314 -125 -272 -125 c 0\n -237 -125 -208 -155 -208 -191 c 0\n -208 -226 -235 -255 -272 -255 c 0\n -315 -255 -335 -215 -335 -190 c 0\n-125 -190 m 0\n -125 -165 -105 -125 -63 -125 c 0\n -28 -125 2 -155 2 -191 c 0\n 2 -226 -26 -255 -63 -255 c 0\n -106 -255 -125 -215 -125 -190 c 0\nEndSplineSet\nEndChar\nStartChar: uni0325\nEncoding: 805 805 451\nWidth: 0\nFlags: HW\nHStem: -344 48<-177 -161> -179 48<-177 -161>\nVStem: -273 48<-247.643 -232> -108 48<-248 -232>\nFore\n-273 -238 m 0\n -273 -179 -224 -131 -166 -131 c 128\n -108 -131 -60 -180 -60 -238 c 0\n -60 -297 -108 -344 -166 -344 c 128\n -224 -344 -273 -298 -273 -238 c 0\n-108 -238 m 0\n -108 -207 -135 -179 -168 -179 c 0\n -206 -179 -225 -216 -225 -238 c 128\n -225 -260 -207 -296 -168 -296 c 0\n -134 -296 -108 -270 -108 -238 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0326\nEncoding: 806 806 452\nWidth: 0\nFlags: HW\nHStem: -288 161<-181 -157>\nVStem: -254 184<-241 -209>\nFore\n-236 -462 m 1\n -247 -440 l 1\n -219 -421 -138 -364 -138 -308 c 0\n -138 -296 -145 -286 -158 -286 c 0\n -163 -286 -168 -288 -180 -288 c 0\n -208 -288 -254 -272 -254 -209 c 0\n -254 -157 -218 -127 -172 -127 c 0\n -99 -127 -70 -189 -70 -241 c 0\n -70 -367 -183 -432 -236 -462 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0327\nEncoding: 807 807 453\nWidth: 0\nFlags: HW\nHStem: -218 41<-191 -173> -100.089 100.089<-174 -169>\nVStem: -132 93<-138 -127>\nDStem: 159 0 201 0 116 -96 173 -64\nFore\n-217 -96 m 1\n -174 0 l 1\n -132 0 l 1\n -160 -64 l 1\n -150 -61 -142 -59 -129 -59 c 0\n -78 -59 -39 -80 -39 -129 c 0\n -39 -210 -136 -218 -174 -218 c 0\n -186 -218 -224 -216 -265 -200 c 1\n -249 -163 l 1\n -230 -170 -214 -177 -190 -177 c 0\n -178 -177 -132 -177 -132 -136 c 0\n -132 -111 -152 -100 -178 -100 c 0\n -191 -100 -198 -102 -206 -104 c 1\n -217 -96 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0328\nEncoding: 808 808 454\nWidth: 0\nFlags: HW\nHStem: -20 20G<-196 -134>\nFore\n-134 0 m 1\n -203 -20 -203 -54 -195 -77 c 0\n -181 -116 -133 -101 -122 -97 c 0\n -99 -89 -89 -86 -72 -69 c 1\n -47 -89 l 1\n -76 -127 -114 -140 -125 -144 c 0\n -161 -157 -256 -179 -282 -103 c 0\n -298 -57 -257 -10 -196 0 c 1\n -134 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0329\nEncoding: 809 809 455\nWidth: 0\nFlags: HW\nHStem: -391 260<-175.368 -164>\nVStem: -212 90<-357.127 -343>\nFore\n-154 -131 m 1\n -145 -190 -122 -319 -122 -348 c 0\n -122 -375 -146 -391 -166 -391 c 0\n -187 -391 -212 -375 -212 -348 c 0\n -212 -319 -188 -190 -179 -131 c 1\n -154 -131 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni032A\nEncoding: 810 810 456\nWidth: 0\nFlags: HW\nHStem: -249 72<-250 -85>\nVStem: -323 72<-369 -250> -84 72<-369 -250>\nFore\n-12 -177 m 1\n -12 -370 l 1\n -84 -370 l 1\n -84 -249 l 1\n -251 -249 l 1\n -251 -370 l 1\n -323 -370 l 1\n -323 -177 l 1\n -12 -177 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,6 y4,5 y3,1 y3,2 \nEndChar\nStartChar: uni032B\nEncoding: 811 811 457\nWidth: 0\nFlags: HW\nVStem: -355 70.9401<-323 -321> -47 75<-323 -298>\nFore\n-164 -214 m 0\n -151 -215 -152 -222 -147 -243 c 0\n -137 -289 -130 -351 -78 -351 c 0\n -53 -351 -47 -338 -47 -298 c 0\n -47 -259 -53 -222 -90 -172 c 0\n -102 -156 -86 -148 -72 -157 c 0\n -14 -194 28 -258 28 -323 c 0\n 28 -381 4 -417 -39 -417 c 0\n -83 -417 -133 -395 -162 -352 c 1\n -194 -395 -245 -417 -288 -417 c 128\n -331 -417 -355 -381 -355 -323 c 0\n -355 -258 -313 -194 -255 -157 c 0\n -241 -148 -225 -155 -237 -172 c 0\n -272 -221 -285 -262 -285 -301 c 0\n -285 -341 -279 -354 -254 -354 c 0\n -202 -354 -191 -289 -180 -243 c 0\n -175 -222 -176 -213 -164 -214 c 0\nEndSplineSet\nEndChar\nStartChar: uni032C\nEncoding: 812 812 458\nWidth: 0\nFlags: HW\nFore\n2 -165 m 1\n -121 -341 l 1\n -213 -341 l 1\n -335 -165 l 1\n -279 -165 l 1\n -167 -264 l 1\n -55 -165 l 1\n 2 -165 l 1\nEndSplineSet\nEndChar\nStartChar: uni032D\nEncoding: 813 813 459\nWidth: 0\nFlags: HW\nFore\n2 -342 m 1\n -55 -342 l 1\n -167 -243 l 1\n -279 -342 l 1\n -335 -342 l 1\n -213 -166 l 1\n -121 -166 l 1\n 2 -342 l 1\nEndSplineSet\nEndChar\nStartChar: uni032E\nEncoding: 814 814 460\nWidth: 0\nFlags: HW\nHStem: -317 76<-174 -158>\nFore\n-59 -154 m 1\n -15 -154 l 1\n -22 -254 -70 -317 -167 -317 c 0\n -260 -317 -317 -260 -318 -154 c 1\n -274 -154 l 1\n -269 -182 -257 -241 -166 -241 c 0\n -82 -241 -67 -185 -59 -154 c 1\nEndSplineSet\nEndChar\nStartChar: uni032F\nEncoding: 815 815 461\nWidth: 0\nFlags: HW\nHStem: -231 76<-174 -158>\nFore\n-59 -318 m 1\n -67 -287 -82 -231 -166 -231 c 0\n -257 -231 -269 -290 -274 -318 c 1\n -318 -318 l 1\n -317 -212 -260 -155 -167 -155 c 0\n -70 -155 -22 -218 -15 -318 c 1\n -59 -318 l 1\nEndSplineSet\nEndChar\nStartChar: uni0330\nEncoding: 816 816 462\nWidth: 0\nFlags: HW\nHStem: -302 78<-105 -80> -253 78<-258 -231>\nFore\n-307 -300 m 1\n -349 -300 l 1\n -342 -265 -323 -175 -231 -175 c 0\n -202 -175 -170 -190 -160 -194 c 2\n -120 -212 l 2\n -93 -224 -93 -224 -80 -224 c 0\n -43 -224 -33 -192 -27 -175 c 1\n 16 -175 l 1\n 7 -210 -16 -302 -105 -302 c 0\n -123 -302 -149 -295 -165 -288 c 2\n -194 -275 l 2\n -244 -253 -244 -253 -258 -253 c 0\n -290 -253 -306 -282 -307 -300 c 1\nEndSplineSet\nEndChar\nStartChar: uni0331\nEncoding: 817 817 463\nWidth: 0\nFlags: HW\nHStem: -249 72<-331 -3>\nVStem: -332 330<-248 -178>\nFore\n-2 -177 m 1\n -2 -249 l 1\n -332 -249 l 1\n -332 -177 l 1\n -2 -177 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0332\nEncoding: 818 818 464\nWidth: 0\nFlags: HW\nHStem: -249 72<-498 -2>\nVStem: -499 498<-248 -178>\nFore\n-1 -177 m 1\n -1 -249 l 1\n -499 -249 l 1\n -499 -177 l 1\n -1 -177 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0333\nEncoding: 819 819 465\nWidth: 0\nFlags: HW\nHStem: -393 72<-498 -2> -249 72<-498 -2>\nVStem: -499 498<-392 -322 -248 -178>\nFore\n-1 -177 m 1\n -1 -249 l 1\n -499 -249 l 1\n -499 -177 l 1\n -1 -177 l 1\n-1 -321 m 1\n -1 -393 l 1\n -499 -393 l 1\n -499 -321 l 1\n -1 -321 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0334\nEncoding: 820 820 466\nWidth: 0\nFlags: HW\nHStem: 270 78<-86 -61> 319 78<-239 -212>\nFore\n-288 272 m 1\n -330 272 l 1\n -323 307 -304 397 -212 397 c 0\n -183 397 -151 382 -141 378 c 2\n -101 360 l 2\n -74 348 -74 348 -61 348 c 0\n -24 348 -14 380 -8 397 c 1\n 35 397 l 1\n 26 362 3 270 -86 270 c 0\n -104 270 -130 277 -146 284 c 2\n -175 297 l 2\n -225 319 -225 319 -239 319 c 0\n -271 319 -287 290 -288 272 c 1\nEndSplineSet\nEndChar\nStartChar: uni0335\nEncoding: 821 821 467\nWidth: 0\nFlags: HW\nHStem: 186 72<-332 -56>\nVStem: -333 278<187 257>\nFore\n-55 258 m 1\n -55 186 l 1\n -333 186 l 1\n -333 258 l 1\n -55 258 l 1\nEndSplineSet\nEndChar\nStartChar: uni0336\nEncoding: 822 822 468\nWidth: 0\nFlags: HW\nHStem: 187 72<-474 -32>\nVStem: -475 444<188 258>\nFore\n-31 259 m 1\n -31 187 l 1\n -475 187 l 1\n -475 259 l 1\n -31 259 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0337\nEncoding: 823 823 469\nWidth: 0\nFlags: W\nDStem: -67 348 -37 283 -469 161 -439 95\nFore\n-67 348 m 1\n -37 283 l 1\n -439 95 l 1\n -469 161 l 1\n -67 348 l 1\nEndSplineSet\nEndChar\nStartChar: uni0338\nEncoding: 824 824 470\nWidth: 0\nFlags: W\nDStem: -120 406 -69 355 -435 91 -384 40\nFore\n-120 406 m 1\n -69 355 l 1\n -384 40 l 1\n -435 91 l 1\n -120 406 l 1\nEndSplineSet\nEndChar\nStartChar: uni0339\nEncoding: 825 825 471\nWidth: 0\nFlags: HW\nHStem: -362 72<-209 -202> -200 72<-209 -202>\nVStem: -159 72<-250 -243>\nFore\n-257 -141 m 1\n -241 -133 -223 -128 -204 -128 c 0\n -139 -128 -87 -180 -87 -245 c 0\n -87 -310 -139 -362 -204 -362 c 0\n -223 -362 -241 -357 -257 -349 c 1\n -224 -285 l 1\n -218 -288 -211 -290 -204 -290 c 0\n -179 -290 -159 -270 -159 -245 c 128\n -159 -220 -179 -200 -204 -200 c 0\n -212 -200 -218 -202 -225 -205 c 1\n -257 -141 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni033A\nEncoding: 826 826 472\nWidth: 0\nFlags: HW\nHStem: -306 72<-251 -84> -306 193<-322 -252 -83 -13>\nVStem: -323 72<-233 -114> -84 72<-233 -114>\nFore\n-12 -306 m 1\n -323 -306 l 1\n -323 -113 l 1\n -251 -113 l 1\n -251 -234 l 1\n -84 -234 l 1\n -84 -113 l 1\n -12 -113 l 1\n -12 -306 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y4,2 y4,3 \nEndChar\nStartChar: uni033B\nEncoding: 827 827 473\nWidth: 0\nFlags: HW\nHStem: -488 72<-250 -85> -249 72<-250 -85>\nVStem: -323 72<-415 -250> -84 72<-415 -250>\nFore\n-323 -177 m 1\n -12 -177 l 1\n -12 -488 l 1\n -323 -488 l 1\n -323 -177 l 1\n-251 -249 m 1\n -251 -416 l 1\n -84 -416 l 1\n -84 -249 l 1\n -251 -249 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni033C\nEncoding: 828 828 474\nWidth: 0\nFlags: HW\nFore\n-168 -378 m 0\n -183 -378 -185 -365 -186 -356 c 0\n -192 -315 -194 -249 -262 -242 c 0\n -285 -240 -316 -245 -336 -252 c 0\n -357 -259 -354 -237 -347 -234 c 1\n -315 -181 -278 -164 -248 -165 c 0\n -218 -167 -185 -179 -167 -248 c 1\n -148 -179 -112 -167 -82 -165 c 0\n -52 -164 -6 -177 14 -234 c 0\n 16 -241 24 -259 3 -252 c 0\n -17 -245 -48 -241 -71 -242 c 0\n -140 -245 -136 -317 -147 -356 c 0\n -149 -365 -150 -378 -168 -378 c 0\nEndSplineSet\nEndChar\nStartChar: uni033D\nEncoding: 829 829 475\nWidth: 0\nFlags: HW\nDStem: 19 726 70 777 110 635 161 686 110 635 161 584 19 544 70 493 161 584 212 635 252 493 303 544 252 777 303 726 161 686 212 635\nFore\n-172 584 m 1\n -263 493 l 1\n -314 544 l 1\n -223 635 l 1\n -314 726 l 1\n -263 777 l 1\n -172 686 l 1\n -81 777 l 1\n -30 726 l 1\n -121 635 l 1\n -30 544 l 1\n -81 493 l 1\n -172 584 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni033E\nEncoding: 830 830 476\nWidth: 0\nFlags: HW\nVStem: -230 78<687 709> -181 78<566 586>\nFore\n-105 748 m 1\n -123 747 -152 734 -152 709 c 0\n -152 698 -152 698 -130 658 c 2\n -117 634 l 2\n -110 622 -103 601 -103 586 c 0\n -103 515 -195 497 -230 490 c 1\n -230 524 l 1\n -213 529 -181 537 -181 566 c 0\n -181 577 -181 577 -193 598 c 2\n -211 630 l 2\n -215 638 -230 664 -230 687 c 0\n -230 761 -140 776 -105 782 c 1\n -105 748 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni033F\nEncoding: 831 831 477\nWidth: 0\nFlags: HW\nHStem: 547 72<-498 -2> 691 72<-498 -2>\nVStem: -499 498<548 618 692 762>\nFore\n-1 763 m 1\n -1 691 l 1\n -499 691 l 1\n -499 763 l 1\n -1 763 l 1\n-1 619 m 1\n -1 547 l 1\n -499 547 l 1\n -499 619 l 1\n -1 619 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0360\nEncoding: 864 864 478\nWidth: 0\nFlags: HW\nHStem: 636 113<-40 8>\nFore\n-456 502 m 1\n -431 544 -307 749 -15 749 c 0\n 67 749 281 721 406 502 c 1\n 378 502 l 1\n 319 586 248 636 -24 636 c 0\n -329 636 -373 572 -429 502 c 1\n -456 502 l 1\nEndSplineSet\nEndChar\nStartChar: uni0361\nEncoding: 865 865 479\nWidth: 0\nFlags: HW\nFore\n4 632 m 0\n 76 611 164 588 224 594 c 0\n 285 600 351 642 386 697 c 1\n 423 682 l 1\n 394 619 335 524 231 513 c 128\n 127 502 68 530 -20 553 c 0\n -97 573 -185 600 -245 594 c 0\n -306 588 -370 553 -405 498 c 1\n -444 506 l 1\n -415 569 -356 664 -252 675 c 128\n -148 686 -88 658 4 632 c 0\nEndSplineSet\nEndChar\nStartChar: uni0374\nEncoding: 884 884 480\nWidth: 199\nFlags: W\nFore\n164 725 m 0\n 164 700 52 572 27 551 c 1\n 1 569 l 1\n 17 615 55 780 111 780 c 0\n 139 780 164 753 164 725 c 0\nEndSplineSet\nEndChar\nStartChar: uni0375\nEncoding: 885 885 481\nWidth: 199\nFlags: W\nFore\n200 -9 m 1\n 184 -55 146 -220 90 -220 c 0\n 62 -220 37 -193 37 -165 c 0\n 37 -140 149 -12 174 9 c 1\n 200 -9 l 1\nEndSplineSet\nEndChar\nStartChar: uni037A\nEncoding: 890 890 482\nWidth: 0\nFlags: W\nFore\n300 -152 m 1\n 300 -208 267 -233 213 -233 c 0\n 172 -233 130 -208 130 -163 c 2\n 130 -50 l 1\n 220 -50 l 1\n 220 -73 217 -95 217 -118 c 0\n 217 -135 217 -193 243 -193 c 0\n 266 -193 267 -169 271 -152 c 1\n 300 -152 l 1\nEndSplineSet\nEndChar\nStartChar: uni037E\nEncoding: 894 894 483\nWidth: 333\nFlags: W\nHStem: -6 160 303 169<143 189.5>\nVStem: 82 169<364.5 410.5>\nRef: 59 59 N 1 0 0 1 0 0\nEndChar\nStartChar: tonos\nEncoding: 900 900 483\nWidth: 180\nFlags: W\nFore\n134 735 m 0\n 134 675 114 616 103 557 c 1\n 75 557 l 1\n 64 616 44 675 44 735 c 0\n 44 768 64 774 93 774 c 0\n 118 774 134 761 134 735 c 0\nEndSplineSet\nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 484\nWidth: 330\nFlags: W\nVStem: -39 127<610.065 624> 121 90<716 738> 243 126<610.065 624>\nFore\n369 621 m 0\n 369 587 340 557 306 557 c 128\n 272 557 243 587 243 621 c 128\n 243 655 272 684 306 684 c 128\n 340 684 369 655 369 621 c 0\n211 735 m 0\n 211 675 191 616 180 557 c 1\n 152 557 l 1\n 141 616 121 675 121 735 c 0\n 121 768 141 774 170 774 c 0\n 195 774 211 761 211 735 c 0\n88 621 m 0\n 88 587 59 557 25 557 c 0\n -10 557 -39 586 -39 621 c 0\n -39 655 -9 684 25 684 c 128\n 59 684 88 655 88 621 c 0\nEndSplineSet\nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 485\nWidth: 722\nFlags: W\nHStem: 0 25<198 212 365 379.5 668 689> 197 39<189 384> 670 20<329 357>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 0 0\nEndChar\nStartChar: anoteleia\nEncoding: 903 903 486\nWidth: 250\nFlags: W\nFore\n218 351 m 0\n 218 300 176 258 125 258 c 128\n 74 258 32 300 32 351 c 128\n 32 402 74 444 125 444 c 128\n 176 444 218 402 218 351 c 0\nEndSplineSet\nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 487\nWidth: 811\nFlags: W\nHStem: 0 25<196 206.4> 0 31<499 549> 329 34<446.125 472.81> 475 21<748 773> 642 34<483 549> 651 25<196 213.333>\nVStem: 284 162<79 329 363 597>\nRef: 917 917 S 1 0 0 1 180 0\nRef: 900 900 N 1 0 0 1 0 0\nEndChar\nStartChar: Etatonos\nEncoding: 905 905 488\nWidth: 958\nFlags: W\nHStem: 0 25<201 209.333 529.667 538 599 607.333 930.667 939> 326 47<448 689> 651 25<201 211 521 538 599 616 922 939>\nVStem: 286 162<80.2864 326 373 593> 689 162<80.2864 326 373 593>\nRef: 919 919 S 1 0 0 1 180 0\nRef: 900 900 N 1 0 0 1 0 0\nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 489\nWidth: 569\nFlags: W\nHStem: 0 25<200 210.2 537 550> 651 25<200 217 523.5 550>\nVStem: 293 162<80.3534 593>\nRef: 921 921 S 1 0 0 1 180 0\nRef: 900 900 N 1 0 0 1 0 0\nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 490\nWidth: 811\nFlags: W\nHStem: -19 33<420 454> 658 33<421.104 454>\nVStem: 85 177<316 366> 616 177<316 366>\nRef: 927 927 S 1 0 0 1 50 0\nRef: 900 900 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 491\nWidth: 902\nFlags: W\nHStem: 0 18<377.063 403.457 695 721> 519 119<264.031 275.218> 644 32<279 297 791 811>\nVStem: 200 128<575 593> 467 164<67.6002 369> 771 128<575 593>\nRef: 933 933 S 1 0 0 1 180 0\nRef: 900 900 N 1 0 0 1 0 0\nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 492\nWidth: 811\nFlags: W\nHStem: 0 125<151 315 496 665> 656 34<391 425>\nVStem: 56 189<415 449> 315 34<125 182> 462 34<125 182> 566 190<415 449>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 -90 -9\nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 493\nWidth: 330\nFlags: W\nHStem: 441 20G<65 220> 557 127<14.0654 28 296 314> 557 217<152 180>\nVStem: -39 127<610 628> 65 155<98 461> 121 90<722 740> 243 126<610 628> 289 29<130 148>\nFore\n369 621 m 0\n 369 587 340 557 306 557 c 128\n 272 557 243 587 243 621 c 128\n 243 655 272 684 306 684 c 128\n 340 684 369 655 369 621 c 0\n211 735 m 0\n 211 675 191 616 180 557 c 1\n 152 557 l 1\n 141 616 121 675 121 735 c 0\n 121 768 141 774 170 774 c 0\n 195 774 211 761 211 735 c 0\n88 621 m 0\n 88 587 59 557 25 557 c 0\n -10 557 -39 586 -39 621 c 0\n -39 655 -9 684 25 684 c 128\n 59 684 88 655 88 621 c 0\n318 148 m 1\n 318 55 279 -13 178 -13 c 0\n 110 -13 65 39 65 105 c 2\n 65 461 l 1\n 220 461 l 1\n 220 78 l 2\n 220 64 223 45 241 45 c 0\n 286 45 289 116 289 148 c 1\n 318 148 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: Alpha\nEncoding: 913 913 494\nWidth: 722\nFlags: W\nHStem: 0 25<198 212 365 379.5 668 689> 197 39<189 384> 670 20G<329 357>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nFore\n689 0 m 1\n 365 0 l 1\n 365 25 l 1\n 394 27 445 22 445 64 c 0\n 445 94 413 167 399 197 c 1\n 174 197 l 1\n 163 171 130 92 130 68 c 0\n 130 28 184 27 212 25 c 1\n 212 0 l 1\n 9 0 l 1\n 9 25 l 1\n 71 34 87 92 107 142 c 2\n 329 690 l 1\n 357 690 l 1\n 580 164 l 1\n 599 118 626 22 689 25 c 1\n 689 0 l 1\n384 236 m 1\n 283 479 l 1\n 189 236 l 1\n 384 236 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Beta\nEncoding: 914 914 495\nWidth: 667\nFlags: W\nHStem: 0 25<16 28.75> 0 32<315 341> 343 30<264.125 296> 651 25<16 42>\nVStem: 104 160<79 343 373 597> 420 165<497.581 529> 447 172<175 193>\nFore\n619 186 m 0\n 619 42 454 0 338 0 c 2\n 16 0 l 1\n 16 25 l 1\n 67 29 104 35 104 96 c 2\n 104 580 l 2\n 104 641 68 649 16 651 c 1\n 16 676 l 1\n 325 676 l 2\n 431 676 585 652 585 516 c 0\n 585 421 508 389 430 366 c 1\n 430 364 l 1\n 524 348 619 293 619 186 c 0\n420 517 m 0\n 420 587 397 646 317 646 c 0\n 281 646 264 635 264 597 c 2\n 264 373 l 1\n 378 373 420 397 420 517 c 0\n447 182 m 0\n 447 286 401 343 294 343 c 2\n 264 343 l 1\n 264 93 l 2\n 264 51 281 32 324 32 c 0\n 419 32 447 98 447 182 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Gamma\nEncoding: 915 915 496\nWidth: 611\nFlags: W\nHStem: 0 25<16 26.4 348.5 376> 475 21G<559 583> 642 34<303 369> 651 25<16 33.3333>\nVStem: 104 162<80.2984 597>\nFore\n583 475 m 1\n 559 475 l 1\n 528 623 467 642 325 642 c 0\n 289 642 266 638 266 595 c 2\n 266 96 l 2\n 266 24 321 27 376 25 c 1\n 376 0 l 1\n 16 0 l 1\n 16 25 l 1\n 68 30 104 33 104 96 c 2\n 104 580 l 2\n 104 641 68 648 16 651 c 1\n 16 676 l 1\n 583 676 l 1\n 583 475 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0394\nEncoding: 916 916 497\nWidth: 759\nFlags: W\nHStem: 0 40<77 561> 670 20G<365 399>\nDStem: 320 518 399 690 561 40 746 0 365 690 320 518 13 0 77 40\nFore\n746 0 m 1\n 13 0 l 1\n 365 690 l 1\n 399 690 l 1\n 746 0 l 1\n561 40 m 1\n 320 518 l 1\n 77 40 l 1\n 561 40 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 498\nWidth: 667\nFlags: W\nHStem: 0 25<16 26.4> 0 31<319 369> 329 34<266.125 292.81> 475 21G<568 593> 642 34<303 369> 651 25<16 33.3333>\nVStem: 104 162<79 329 363 597>\nFore\n641 208 m 1\n 601 0 l 1\n 16 0 l 1\n 16 25 l 1\n 68 30 104 33 104 96 c 2\n 104 580 l 2\n 104 641 68 648 16 651 c 1\n 16 676 l 1\n 593 676 l 1\n 593 475 l 1\n 568 475 l 1\n 544 627 463 642 326 642 c 0\n 290 642 266 638 266 595 c 2\n 266 363 l 1\n 377 362 415 405 428 512 c 1\n 454 512 l 1\n 454 174 l 1\n 428 174 l 1\n 418 283 378 329 266 329 c 1\n 266 87 l 2\n 266 32 307 31 350 31 c 0\n 482 31 563 86 613 208 c 1\n 641 208 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: Zeta\nEncoding: 918 918 499\nWidth: 667\nFlags: W\nHStem: 0 35<225.031 349> 470 21G<59 87> 656 20G<80 604>\nDStem: 410 641 604 660 28 16 225 35\nFore\n634 241 m 1\n 608 0 l 1\n 28 0 l 1\n 28 16 l 1\n 410 641 l 1\n 236 636 154 662 87 470 c 1\n 59 470 l 1\n 80 676 l 1\n 604 676 l 1\n 604 660 l 1\n 225 35 l 1\n 256 35 286 34 317 34 c 0\n 485 34 566 69 608 241 c 1\n 634 241 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: Eta\nEncoding: 919 919 500\nWidth: 778\nFlags: W\nHStem: 0 25<21 29.3333 349.667 358 419 427.333 750.667 759> 326 47<268 509> 651 25<21 31 341 358 419 436 742 759>\nVStem: 106 162<80.2864 326 373 593> 509 162<80.2864 326 373 593>\nFore\n759 0 m 1\n 419 0 l 1\n 419 25 l 1\n 469 31 509 34 509 96 c 2\n 509 326 l 1\n 268 326 l 1\n 268 96 l 2\n 268 34 308 31 358 25 c 1\n 358 0 l 1\n 21 0 l 1\n 21 25 l 1\n 71 31 106 36 106 96 c 2\n 106 580 l 2\n 106 639 71 646 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 307 648 268 641 268 580 c 2\n 268 373 l 1\n 509 373 l 1\n 509 580 l 2\n 509 641 470 648 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 708 648 671 640 671 580 c 2\n 671 96 l 2\n 671 35 709 31 759 25 c 1\n 759 0 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: Theta\nEncoding: 920 920 501\nWidth: 778\nFlags: W\nHStem: -19 33<370 404> 296 98<341.172 425> 658 33<371.104 404>\nVStem: 35 177<316 366> 271 24<235.031 247.589 444 455> 481 24<235.031 247.589 444 455> 566 177<316 366>\nFore\n743 336 m 0\n 743 129 596 -19 389 -19 c 128\n 182 -19 35 129 35 336 c 0\n 35 542 183 691 389 691 c 128\n 595 691 743 542 743 336 c 0\n566 336 m 0\n 566 450 542 658 389 658 c 128\n 236 658 212 450 212 336 c 0\n 212 217 229 14 389 14 c 128\n 549 14 566 217 566 336 c 0\n505 235 m 1\n 481 235 l 1\n 481 270 459 296 423 296 c 2\n 353 296 l 2\n 317 296 295 270 295 235 c 1\n 271 235 l 1\n 271 455 l 1\n 295 455 l 1\n 295 420 317 394 353 394 c 2\n 423 394 l 2\n 459 394 481 420 481 455 c 1\n 505 455 l 1\n 505 235 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y17,19 y17,18 y16,14 y16,15 y11,13 y11,12 y10,8 y10,9 \nEndChar\nStartChar: Iota\nEncoding: 921 921 502\nWidth: 389\nFlags: W\nHStem: 0 25<20 30.2 357 370> 651 25<20 37 343.5 370>\nVStem: 113 162<80.3534 593>\nFore\n370 0 m 1\n 20 0 l 1\n 20 25 l 1\n 71 30 113 33 113 96 c 2\n 113 580 l 2\n 113 642 71 648 20 651 c 1\n 20 676 l 1\n 370 676 l 1\n 370 651 l 1\n 317 649 275 644 275 580 c 2\n 275 96 l 2\n 275 31 318 29 370 25 c 1\n 370 0 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Kappa\nEncoding: 922 922 503\nWidth: 778\nFlags: W\nHStem: 0 25<30 40.2 358.667 367 433 463 750 769> 651 25<30 47.3333 354 368 447 470 719.125 736>\nVStem: 117 162<80.1315 292 345 582>\nFore\n769 0 m 1\n 433 0 l 1\n 433 25 l 1\n 447 25 l 2\n 460 25 512 25 512 46 c 0\n 512 77 338 278 306 317 c 1\n 279 292 l 1\n 279 96 l 2\n 279 35 317 31 367 25 c 1\n 367 0 l 1\n 30 0 l 1\n 30 25 l 1\n 81 30 117 34 117 96 c 2\n 117 580 l 2\n 117 641 82 648 30 651 c 1\n 30 676 l 1\n 368 676 l 1\n 368 651 l 1\n 298 646 279 632 279 559 c 2\n 279 345 l 1\n 496 563 l 2\n 511 578 532 594 532 618 c 0\n 532 653 470 650 447 651 c 1\n 447 676 l 1\n 736 676 l 1\n 736 651 l 1\n 601 643 502 513 415 424 c 1\n 720 46 l 2\n 732 31 750 26 769 25 c 1\n 769 0 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: Lambda\nEncoding: 923 923 504\nWidth: 722\nFlags: W\nHStem: 0 25<200 212 365.021 396.64 668.333 689> 670 20G<329 357>\nFore\n689 0 m 1\n 365 0 l 1\n 365 25 l 1\n 393 26 445 23 445 64 c 0\n 445 106 310 416 283 479 c 1\n 261 423 130 96 130 68 c 0\n 130 29 184 25 212 25 c 1\n 212 0 l 1\n 9 0 l 1\n 9 25 l 1\n 71 34 87 93 107 142 c 2\n 329 690 l 1\n 357 690 l 1\n 580 164 l 2\n 599 119 627 22 689 25 c 1\n 689 0 l 1\nEndSplineSet\nEndChar\nStartChar: Mu\nEncoding: 924 924 505\nWidth: 944\nFlags: W\nHStem: 0 25<14 24 229.5 248 589 600.4 913.222 921> 651 25<16 29.25 907 921>\nVStem: 105 42<100 589> 678 155<95 582>\nDStem: 149 589 269 676 399 0 469 204 669 676 676 604 469 204 426 0\nFore\n921 0 m 1\n 589 0 l 1\n 589 25 l 1\n 646 30 678 34 678 100 c 2\n 678 604 l 1\n 676 604 l 1\n 426 0 l 1\n 399 0 l 1\n 149 589 l 1\n 147 589 l 1\n 147 124 l 2\n 147 47 174 29 248 25 c 1\n 248 0 l 1\n 14 0 l 1\n 14 25 l 1\n 74 31 105 36 105 105 c 2\n 105 580 l 2\n 105 643 69 647 16 651 c 1\n 16 676 l 1\n 269 676 l 1\n 469 204 l 1\n 669 676 l 1\n 921 676 l 1\n 921 651 l 1\n 851 646 833 631 833 559 c 2\n 833 117 l 2\n 833 42 851 34 921 25 c 1\n 921 0 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: Nu\nEncoding: 925 925 506\nWidth: 722\nFlags: W\nHStem: -18 21G<595 623> 0 25<16 24.1429 234.25 243> 651 25<19 49 486 500 692.857 701>\nVStem: 104 44<103 524> 579 44<249 575>\nDStem: 150 524 230 676 595 -18 577 249\nFore\n701 651 m 1\n 644 644 623 631 623 571 c 2\n 623 -18 l 1\n 595 -18 l 1\n 150 524 l 1\n 148 524 l 1\n 148 124 l 2\n 148 50 173 33 243 25 c 1\n 243 0 l 1\n 16 0 l 1\n 16 25 l 1\n 73 32 104 39 104 105 c 2\n 104 579 l 1\n 86 601 49 650 19 651 c 1\n 19 676 l 1\n 230 676 l 1\n 577 249 l 1\n 579 249 l 1\n 579 552 l 2\n 579 623 556 646 486 651 c 1\n 486 676 l 1\n 701 676 l 1\n 701 651 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Xi\nEncoding: 926 926 507\nWidth: 650\nFlags: W\nHStem: 0 147<140.048 507> 272 130<221.659 427> 444 20G<158 181 468 491> 526 147<140.265 507>\nVStem: 58 23<223 232 441.063 457.812> 158 23<209.031 222.361 449.342 463.969> 468 23<209.031 222.361 449.342 463.969> 569 24<223 232 441.063 457.911>\nFore\n593 441 m 1\n 569 441 l 1\n 569 486 549 526 499 526 c 2\n 154 526 l 2\n 103 526 81 488 81 441 c 1\n 58 441 l 1\n 58 673 l 1\n 593 673 l 1\n 593 441 l 1\n491 209 m 1\n 468 209 l 1\n 468 240 452 272 417 272 c 2\n 232 272 l 2\n 197 272 181 240 181 209 c 1\n 158 209 l 1\n 158 464 l 1\n 181 464 l 1\n 181 431 195 402 232 402 c 2\n 417 402 l 2\n 454 402 468 431 468 464 c 1\n 491 464 l 1\n 491 209 l 1\n593 0 m 1\n 58 0 l 1\n 58 232 l 1\n 81 232 l 1\n 81 185 102 147 154 147 c 2\n 499 147 l 2\n 550 147 569 186 569 232 c 1\n 593 232 l 1\n 593 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 y3,5 y3,4 y2,0 y2,1 y17,19 y17,18 y16,14 y16,15 y11,13 y11,12 y10,8 y10,9 y25,27 y25,26 y24,22 y24,23 \nEndChar\nStartChar: Omicron\nEncoding: 927 927 508\nWidth: 778\nFlags: W\nHStem: -19 33<370 404> 658 33<371.104 404>\nVStem: 35 177<316 366> 566 177<316 366>\nFore\n743 336 m 0\n 743 129 596 -19 389 -19 c 128\n 182 -19 35 129 35 336 c 0\n 35 542 183 691 389 691 c 128\n 595 691 743 542 743 336 c 0\n566 336 m 0\n 566 450 542 658 389 658 c 128\n 236 658 212 450 212 336 c 0\n 212 217 229 14 389 14 c 128\n 549 14 566 217 566 336 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Pi\nEncoding: 928 928 509\nWidth: 812\nFlags: W\nHStem: 0 23<24 59 336.5 371 441 475.5 753 788> 642 34<343 473> 652 24<24 58.5 753.5 788>\nVStem: 107 182<95 577> 524 181<95 577>\nFore\n788 0 m 1\n 441 0 l 1\n 441 23 l 1\n 510 25 524 40 524 109 c 2\n 524 572 l 2\n 524 627 506 642 452 642 c 2\n 360 642 l 2\n 299 642 289 611 289 557 c 2\n 289 109 l 2\n 289 40 302 25 371 23 c 1\n 371 0 l 1\n 24 0 l 1\n 24 23 l 1\n 94 25 107 39 107 109 c 2\n 107 567 l 2\n 107 637 93 650 24 652 c 1\n 24 676 l 1\n 788 676 l 1\n 788 652 l 1\n 719 650 705 637 705 567 c 2\n 705 109 l 2\n 705 39 718 25 788 23 c 1\n 788 0 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: Rho\nEncoding: 929 929 510\nWidth: 611\nFlags: W\nHStem: 0 25<341 350> 303 35<262.125 305> 641 35<303 321> 651 25<16 29.6>\nVStem: 100 162<95 303 338 577> 428 172<479 513>\nFore\n600 492 m 0\n 600 308 398 304 262 303 c 1\n 262 117 l 2\n 262 41 278 33 350 25 c 1\n 350 0 l 1\n 16 0 l 1\n 16 25 l 1\n 85 36 100 44 100 117 c 2\n 100 559 l 2\n 100 627 84 646 16 651 c 1\n 16 676 l 1\n 338 676 l 2\n 459 676 600 640 600 492 c 0\n428 489 m 0\n 428 576 411 641 310 641 c 0\n 287 641 262 634 262 606 c 2\n 262 338 l 1\n 273 338 l 2\n 388 338 428 372 428 489 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Sigma\nEncoding: 931 931 511\nWidth: 650\nFlags: W\nHStem: 0 142<162 477> 478 21G<575 605> 639 34<210 413>\nDStem: 258 305 384 390 12 33 162 142\nFore\n621 237 m 1\n 596 0 l 1\n 12 0 l 1\n 12 33 l 1\n 258 305 l 1\n 12 628 l 1\n 12 673 l 1\n 592 673 l 1\n 605 478 l 1\n 575 478 l 1\n 559 587 499 639 389 639 c 2\n 210 639 l 1\n 384 390 l 1\n 162 142 l 1\n 440 142 l 2\n 510 142 588 149 593 237 c 1\n 621 237 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: Tau\nEncoding: 932 932 512\nWidth: 667\nFlags: W\nHStem: 0 25<156 170.8 494.25 513> 475 21G<31 60 607 636> 656 20G<34 634>\nVStem: 253 162<95 644>\nFore\n636 475 m 1\n 607 475 l 1\n 593 597 534 638 415 644 c 1\n 415 117 l 2\n 415 35 438 29 513 25 c 1\n 513 0 l 1\n 156 0 l 1\n 156 25 l 1\n 230 30 253 36 253 117 c 2\n 253 644 l 1\n 134 638 75 598 60 475 c 1\n 31 475 l 1\n 34 676 l 1\n 634 676 l 1\n 636 475 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Upsilon\nEncoding: 933 933 513\nWidth: 722\nFlags: W\nHStem: 0 18<197.063 223.457 515 541> 519 119<84.0313 95.2177> 644 32<99 117 611 631>\nVStem: 20 128<575 593> 287 164<67.6002 369> 591 128<575 593>\nFore\n719 584 m 0\n 719 549 690 519 655 519 c 128\n 620 519 591 548 591 583 c 0\n 591 621 618 643 655 638 c 1\n 647 643 638 644 629 644 c 0\n 489 644 451 461 451 351 c 2\n 451 82 l 2\n 451 24 494 18 541 18 c 1\n 541 0 l 1\n 197 0 l 1\n 197 18 l 1\n 244 18 287 24 287 82 c 2\n 287 352 l 2\n 287 460 250 644 111 644 c 0\n 102 644 92 643 84 638 c 1\n 122 638 148 625 148 583 c 0\n 148 548 119 519 84 519 c 128\n 49 519 20 549 20 584 c 0\n 20 644 54 676 114 676 c 0\n 235 676 331 526 367 425 c 1\n 406 525 504 676 625 676 c 0\n 685 676 719 644 719 584 c 0\nEndSplineSet\nMinimumDistance: x0,-1 x11,9 x11,10 x6,8 x6,7 \nEndChar\nStartChar: Phi\nEncoding: 934 934 514\nWidth: 868\nFlags: W\nHStem: 0 23<271 336 271.063 291.643 532 597 579 596> 530 29<339 348 520.125 536.276> 649 24<274 332 274.063 290.983 535 594 579 594>\nVStem: 52 176<321 353> 348 172<95 122 150 529> 640 176<321 353>\nFore\n816 344 m 0\n 816 177 659 129 520 122 c 1\n 520 112 l 1\n 519 54 532 22 597 23 c 1\n 597 0 l 1\n 271 0 l 1\n 271 23 l 1\n 336 22 349 54 348 112 c 1\n 348 122 l 1\n 209 129 52 177 52 344 c 0\n 52 496 220 559 348 559 c 1\n 349 611 332 650 274 649 c 1\n 274 673 l 1\n 594 673 l 1\n 594 649 l 1\n 535 650 518 611 520 559 c 1\n 648 559 816 495 816 344 c 0\n640 322 m 0\n 640 404 630 530 520 530 c 1\n 520 150 l 1\n 612 150 640 246 640 322 c 0\n348 150 m 1\n 348 530 l 1\n 238 530 228 404 228 322 c 0\n 228 246 255 150 348 150 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Chi\nEncoding: 935 935 515\nWidth: 722\nFlags: W\nHStem: 0 25<252.5 266 359 382 682.667 699> 651 25<17 37 339 363 438 450.5 676.818 688>\nFore\n699 0 m 1\n 359 0 l 1\n 359 25 l 1\n 382 26 439 23 439 57 c 128\n 439 91 341 233 317 271 c 1\n 289 235 185 105 185 67 c 0\n 185 30 239 27 266 25 c 1\n 266 0 l 1\n 16 0 l 1\n 16 25 l 1\n 61 32 91 44 120 81 c 2\n 295 302 l 1\n 97 593 l 2\n 76 624 57 649 17 651 c 1\n 17 676 l 1\n 363 676 l 1\n 363 651 l 1\n 339 650 284 655 284 618 c 0\n 284 589 375 463 396 431 c 1\n 424 469 510 573 510 616 c 0\n 510 652 463 649 438 651 c 1\n 438 676 l 1\n 688 676 l 1\n 688 651 l 1\n 565 640 485 486 420 394 c 1\n 602 111 l 2\n 625 75 650 28 699 25 c 1\n 699 0 l 1\nEndSplineSet\nEndChar\nStartChar: Psi\nEncoding: 936 936 516\nWidth: 868\nFlags: W\nHStem: 0 23<271 344 271.063 288.209 524 597 588 596> 215 29<332 348 520 526> 649 24<274 334 274.063 288.433 534 594 588 594>\nVStem: 348 172<95 215 244 577>\nFore\n855 653 m 1\n 850 655 844 656 839 656 c 0\n 814 656 802 631 801 609 c 1\n 796 430 l 1\n 791 268 663 215 520 215 c 1\n 520 122 l 2\n 520 60 524 24 597 23 c 1\n 597 0 l 1\n 271 0 l 1\n 271 23 l 1\n 344 24 348 60 348 122 c 2\n 348 215 l 1\n 204 215 77 268 72 430 c 1\n 66 609 l 2\n 65 638 44 666 13 653 c 1\n 13 681 l 1\n 34 685 55 690 77 690 c 0\n 262 690 242 541 242 406 c 0\n 242 327 249 246 348 244 c 1\n 348 559 l 2\n 348 612 334 648 274 649 c 1\n 274 673 l 1\n 594 673 l 1\n 594 649 l 1\n 534 648 520 613 520 559 c 2\n 520 244 l 1\n 650 247 625 395 625 485 c 0\n 625 606 650 690 791 690 c 0\n 813 690 834 685 855 681 c 1\n 855 653 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni03A9\nEncoding: 937 937 517\nWidth: 811\nFlags: W\nHStem: 0 125<151 315 496 665> 656 34<391 425>\nVStem: 56 189<415 449> 315 34<125 182> 462 34<125 182> 566 190<415 449>\nFore\n756 424 m 0\n 756 282 623 199 496 181 c 1\n 496 125 l 1\n 641 125 l 2\n 680 125 726 126 722 180 c 1\n 746 180 l 1\n 746 0 l 1\n 462 0 l 1\n 462 215 l 1\n 552 249 566 358 566 441 c 0\n 566 540 522 656 406 656 c 128\n 290 656 245 540 245 441 c 0\n 245 358 259 249 349 215 c 1\n 349 0 l 1\n 65 0 l 1\n 65 180 l 1\n 89 180 l 1\n 85 126 132 125 171 125 c 2\n 315 125 l 1\n 315 181 l 1\n 188 199 56 282 56 424 c 0\n 56 618 239 690 406 690 c 0\n 572 690 756 618 756 424 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 518\nWidth: 0\nFlags: W\nHStem: 0 25<20 30.2 357 370> 651 25<20 37 343.5 370> 722 127<99 115 274 293>\nVStem: 41 127<783 789> 113 162<80.3534 593> 221 127<783 789>\nFore\n348 786 m 0\n 348 752 319 722 285 722 c 0\n 250 722 221 751 221 786 c 0\n 221 820 251 849 285 849 c 128\n 319 849 348 820 348 786 c 0\n168 786 m 0\n 168 751 139 722 104 722 c 0\n 70 722 41 752 41 786 c 128\n 41 820 70 849 104 849 c 128\n 138 849 168 820 168 786 c 0\n370 0 m 1\n 20 0 l 1\n 20 25 l 1\n 71 30 113 33 113 96 c 2\n 113 580 l 2\n 113 642 71 648 20 651 c 1\n 20 676 l 1\n 370 676 l 1\n 370 651 l 1\n 317 649 275 644 275 580 c 2\n 275 96 l 2\n 275 31 318 29 370 25 c 1\n 370 0 l 1\nEndSplineSet\nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 519\nWidth: 722\nFlags: W\nHStem: 0 18<187.063 213.457 505 531> 519 119<74.0313 85.2177> 644 32<89 107 601 621> 722 127<249 255 457 463>\nVStem: 10 128<575 593> 190 127<783 789> 277 164<67.6002 369> 398 126<783 789> 581 128<575 593>\nFore\n524 786 m 0\n 524 752 495 722 461 722 c 128\n 427 722 398 752 398 786 c 128\n 398 820 427 849 461 849 c 128\n 495 849 524 820 524 786 c 0\n317 786 m 0\n 317 751 288 722 253 722 c 0\n 219 722 190 752 190 786 c 128\n 190 820 219 849 253 849 c 128\n 287 849 317 820 317 786 c 0\n709 584 m 0\n 709 549 680 519 645 519 c 128\n 610 519 581 548 581 583 c 0\n 581 621 608 643 645 638 c 1\n 637 643 628 644 619 644 c 0\n 479 644 441 461 441 351 c 2\n 441 82 l 2\n 441 24 484 18 531 18 c 1\n 531 0 l 1\n 187 0 l 1\n 187 18 l 1\n 234 18 277 24 277 82 c 2\n 277 352 l 2\n 277 460 240 644 101 644 c 0\n 92 644 82 643 74 638 c 1\n 112 638 138 625 138 583 c 0\n 138 548 109 519 74 519 c 128\n 39 519 10 549 10 584 c 0\n 10 644 44 676 104 676 c 0\n 225 676 321 526 357 425 c 1\n 396 525 494 676 615 676 c 0\n 675 676 709 644 709 584 c 0\nEndSplineSet\nMinimumDistance: x8,-1 x19,17 x19,18 x14,16 x14,15 \nEndChar\nStartChar: alphatonos\nEncoding: 940 940 520\nWidth: 605\nFlags: W\nHStem: -13 35<252 267> -13 97<500 510> 435 39<247 265> 441 20<401 541>\nVStem: 37 152<184 244>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 168 0\nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 521\nWidth: 440\nFlags: W\nHStem: 230 39<226 245> 440 34<225 251>\nVStem: 36 149<114 132> 46 144<338 355>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 133 0\nEndChar\nStartChar: etatonos\nEncoding: 942 942 522\nWidth: 605\nFlags: W\nHStem: 0 21<96 250>\nVStem: 96 154<0 282> 374 155<-231 346>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 200 0\nEndChar\nStartChar: iotatonos\nEncoding: 943 943 523\nWidth: 330\nFlags: W\nHStem: 441 20<65 220>\nVStem: 65 155<98 461> 289 29<130 148>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 50 0\nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 524\nWidth: 550\nFlags: W\nHStem: -13 58<263 321> 557 127<135 153 423 433> 557 217<272 300>\nVStem: 8 29<343.063 358.83> 82 127<610 628> 94 153<146 212 258 324> 241 90<722 740> 359 131<310 408> 363 127<610 628>\nFore\n490 621 m 0\n 490 587 461 557 427 557 c 0\n 392 557 363 586 363 621 c 0\n 363 655 393 684 427 684 c 128\n 461 684 490 655 490 621 c 0\n331 735 m 0\n 331 675 311 616 300 557 c 1\n 272 557 l 1\n 261 616 241 675 241 735 c 0\n 241 768 261 774 290 774 c 0\n 315 774 331 761 331 735 c 0\n209 621 m 0\n 209 587 180 557 146 557 c 0\n 111 557 82 586 82 621 c 0\n 82 655 112 684 146 684 c 128\n 180 684 209 655 209 621 c 0\n490 310 m 0\n 490 162 443 -13 263 -13 c 0\n 153 -13 94 60 94 166 c 2\n 94 372 l 2\n 94 386 93 417 72 417 c 0\n 44 417 37 363 37 343 c 1\n 8 343 l 1\n 8 423 47 474 130 474 c 0\n 279 474 247 281 247 183 c 0\n 247 129 248 45 321 45 c 0\n 397 45 431 114 431 181 c 0\n 431 275 359 343 359 408 c 0\n 359 438 379 474 413 474 c 0\n 491 474 490 365 490 310 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: alpha\nEncoding: 945 945 525\nWidth: 605\nFlags: W\nHStem: -13 35<252 267> -13 97<500 510> 435 39<247 265> 441 20G<401 541>\nVStem: 37 152<184 244>\nFore\n588 133 m 1\n 583 84 570 -13 504 -13 c 0\n 449 -13 428 73 421 115 c 1\n 419 115 l 1\n 386 50 333 -13 254 -13 c 0\n 111 -13 37 102 37 235 c 0\n 37 351 124 474 248 474 c 0\n 330 474 357 412 370 342 c 1\n 372 342 l 1\n 401 461 l 1\n 541 461 l 1\n 440 153 l 1\n 451 124 471 84 507 84 c 0\n 534 84 554 109 559 133 c 1\n 588 133 l 1\n346 227 m 0\n 346 283 345 435 264 435 c 0\n 179 435 189 243 189 185 c 0\n 189 137 191 22 261 22 c 4\n 339 22 346 172 346 227 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: beta\nEncoding: 946 946 526\nWidth: 550\nFlags: W\nHStem: 349.95 53.2<246 252> 358.5 38<285 295> 651.1 27.55<262 279>\nVStem: 55.7305 135.34<-200 57 67 409> 228.44 83.83<378 382> 332.47 140.39<503 537> 360.75 161.6<167 201>\nFore\n522.35 177.05 m 0\n 522.35 73.5 448.62 -24.3496 331.46 -24.3496 c 0\n 268.84 -24.3496 208.24 -1.5498 193.09 61.1504 c 1\n 191.07 61.1504 l 1\n 191.07 -200 l 1\n 55.7305 -200 l 1\n 55.7305 373.7 l 2\n 55.7305 510.5 93.0996 678.65 273.89 678.65 c 0\n 369.84 678.65 472.86 637.8 472.86 533.3 c 0\n 472.86 439.25 400.14 400.3 312.27 381.3 c 1\n 312.27 379.4 l 1\n 438.52 363.25 522.35 303.4 522.35 177.05 c 0\n360.75 128.6 m 2\n 360.75 209.35 l 2\n 360.75 251.15 357.72 358.5 293.08 358.5 c 0\n 277.93 358.5 263.79 349.95 248.64 349.95 c 0\n 234.5 349.95 228.44 368 228.44 378.45 c 0\n 228.44 389.85 237.53 403.15 250.66 403.15 c 0\n 262.78 403.15 274.9 396.5 287.02 396.5 c 0\n 332.47 396.5 332.47 476.3 332.47 504.8 c 0\n 332.47 547.55 334.49 651.1 268.84 651.1 c 0\n 193.09 651.1 191.07 512.4 191.07 463 c 2\n 191.07 68.75 l 1\n 222.38 68.75 l 1\n 225.41 45 251.67 19.3496 277.93 19.3496 c 0\n 346.61 19.3496 360.75 75.4004 360.75 128.6 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: gamma\nEncoding: 947 947 527\nWidth: 550\nFlags: W\nHStem: 338 136<109 122>\nVStem: 28 34<275.062 289.25> 198 154<-146 -130>\nFore\n523 410 m 0\n 523 340 351 116 304 48 c 1\n 329 -8 352 -71 352 -133 c 0\n 352 -180 327 -231 274 -231 c 0\n 223 -231 198 -191 198 -144 c 0\n 198 -71 232 -7 274 50 c 1\n 254 128 216 338 110 338 c 0\n 75 338 62 305 62 275 c 1\n 28 275 l 1\n 28 338 33 474 122 474 c 0\n 246 474 278 177 296 87 c 1\n 298 87 l 1\n 329 150 350 217 357 287 c 0\n 363 353 370 474 462 474 c 0\n 505 474 523 452 523 410 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: delta\nEncoding: 948 948 528\nWidth: 550\nFlags: W\nHStem: -13.4502 27.5498<270 278> 656.3 33.25<246 263>\nVStem: 37.7197 160.59<185 225> 110.44 89.89<584.1 608.8> 346.78 166.65<214 259>\nFore\n513.43 236.4 m 0\n 513.43 101.5 423.54 -13.4502 272.04 -13.4502 c 0\n 143.77 -13.4502 37.7197 79.6504 37.7197 202.2 c 0\n 37.7197 311.45 111.45 412.15 235.68 412.15 c 0\n 260.93 412.15 287.19 406.45 311.43 398.85 c 1\n 313.45 400.75 l 1\n 235.68 439.7 110.44 485.3 110.44 584.1 c 0\n 110.44 653.45 183.16 689.55 248.81 689.55 c 0\n 326.58 689.55 380.11 647.75 418.49 587.9 c 1\n 384.15 573.65 l 1\n 365.97 620.2 315.47 656.3 261.94 656.3 c 0\n 227.6 656.3 200.33 644.9 200.33 608.8 c 0\n 200.33 544.2 513.43 478.65 513.43 236.4 c 0\n346.78 216.45 m 1\n 346.78 223.1 l 2\n 346.78 267.75 344.76 384.6 275.07 384.6 c 0\n 202.35 384.6 198.31 288.65 198.31 239.25 c 2\n 198.31 187 l 2\n 198.31 138.55 200.33 14.0996 275.07 14.0996 c 0\n 344.76 14.0996 346.78 125.25 346.78 169.9 c 2\n 346.78 216.45 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: epsilon\nEncoding: 949 949 529\nWidth: 440\nFlags: W\nHStem: 230 39<226 245> 440 34<225 251>\nVStem: 36 149<114 132> 46 144<338 355>\nFore\n431 103 m 1\n 378 12 315 -13 213 -13 c 0\n 123 -13 36 26 36 128 c 0\n 36 206 100 238 168 248 c 1\n 168 249 l 1\n 108 251 46 285 46 352 c 0\n 46 443 151 474 226 474 c 4\n 277 474 408 461 408 391 c 0\n 408 368 391 343 366 343 c 0\n 288 343 316 440 249 440 c 0\n 196 440 190 391 190 349 c 0\n 190 317 194 269 236 269 c 0\n 261 269 283 283 307 283 c 0\n 329 283 345 271 345 248 c 0\n 345 224 328 215 306 215 c 0\n 280 215 258 230 232 230 c 0\n 189 230 185 160 185 130 c 0\n 185 66 216 33 281 33 c 0\n 334 33 382 72 403 119 c 1\n 431 103 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: zeta\nEncoding: 950 950 530\nWidth: 495\nFlags: W\nHStem: -180.5 90.25<253 285.07> -13.2998 137.75<235 269> -9.5 137.75<331 355> 485.45 107.35<294.16 349.71> 661.2 25.65<199.433 215.38>\nVStem: 44.6904 73.7296<597 609> 66.9102 53.5298<195 237.5>\nFore\n477.98 -9.5 m 0\n 477.98 -112.1 391.12 -180.5 285.07 -180.5 c 0\n 255.78 -180.5 203.26 -171 203.26 -134.9 c 0\n 203.26 -104.5 223.46 -90.25 254.77 -90.25 c 0\n 292.14 -90.25 326.48 -108.3 363.85 -108.3 c 0\n 393.14 -108.3 430.51 -92.1504 430.51 -59.8496 c 0\n 430.51 -15.2002 393.14 -9.5 353.75 -9.5 c 0\n 321.43 -9.5 289.11 -13.2998 256.79 -13.2998 c 0\n 109.33 -13.2998 66.9102 65.5498 66.9102 196.65 c 0\n 66.9102 306.85 106.3 417.05 183.06 500.65 c 1\n 125.49 510.15 44.6904 545.3 44.6904 609.9 c 0\n 44.6904 666.9 119.43 688.75 168.92 688.75 c 0\n 184.07 688.75 200.23 687.8 215.38 686.85 c 1\n 215.38 661.2 l 1\n 172.96 661.2 118.42 647.9 118.42 598.5 c 0\n 118.42 556.7 169.93 530.1 208.31 523.45 c 1\n 246.69 557.65 294.16 592.8 349.71 592.8 c 0\n 383.04 592.8 425.46 581.4 425.46 543.4 c 0\n 425.46 491.15 333.55 485.45 294.16 485.45 c 0\n 270.93 485.45 248.71 488.3 226.49 492.1 c 1\n 159.83 422.75 120.44 331.55 120.44 237.5 c 0\n 120.44 155.8 153.77 124.45 238.61 124.45 c 0\n 272.95 124.45 306.28 128.25 340.62 128.25 c 0\n 428.49 128.25 477.98 70.2998 477.98 -9.5 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: eta\nEncoding: 951 951 531\nWidth: 605\nFlags: W\nHStem: 0 21G<96 250>\nVStem: 96 154<0 282> 374 155<-231 346>\nFore\n529 -231 m 1\n 374 -231 l 1\n 374 327 l 2\n 374 356 374 406 334 406 c 4\n 282 406 250 321 250 278 c 2\n 250 0 l 1\n 96 0 l 1\n 96 374 l 2\n 96 390 94 411 73 411 c 0\n 49 411 39 353 38 335 c 1\n 9 335 l 1\n 9 401 59 474 130 474 c 0\n 216 474 233 415 240 342 c 1\n 242 342 l 1\n 263 419 326 474 407 474 c 0\n 476 474 529 429 529 358 c 2\n 529 -231 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: theta\nEncoding: 952 952 532\nWidth: 550\nFlags: W\nHStem: -13 29<264.279 278> 337 45<213 337> 667 29<264.279 278>\nFore\n501 342 m 0\n 501 207 444 -13 275 -13 c 0\n 107 -13 50 208 50 342 c 0\n 50 475 108 696 275 696 c 0\n 443 696 501 476 501 342 c 0\n337 382 m 1\n 337 434 338 486 338 539 c 0\n 338 582 336 667 275 667 c 0\n 215 667 213 581 213 539 c 0\n 213 487 214 434 214 382 c 1\n 337 382 l 1\n337 337 m 1\n 214 337 l 1\n 214 273 213 208 213 144 c 0\n 213 102 215 16 275 16 c 0\n 336 16 338 101 338 144 c 0\n 338 209 337 273 337 337 c 1\nEndSplineSet\nEndChar\nStartChar: iota\nEncoding: 953 953 533\nWidth: 330\nFlags: W\nHStem: 441 20G<65 220>\nVStem: 65 155<98 461> 289 29<130 148>\nFore\n318 148 m 1\n 318 55 279 -13 178 -13 c 0\n 110 -13 65 39 65 105 c 2\n 65 461 l 5\n 220 461 l 1\n 220 78 l 2\n 220 64 223 45 241 45 c 0\n 286 45 289 116 289 148 c 1\n 318 148 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: kappa\nEncoding: 954 954 534\nWidth: 608\nFlags: W\nHStem: 0 17<286.015 305.56 560 578> 420 27<17 84 17.0625 29.2822>\nVStem: 58 155<0 187 273 385>\nFore\n579 0 m 1\n 286 0 l 1\n 286 17 l 1\n 298 17 330 17 330 35 c 0\n 330 50 230 167 213 187 c 1\n 213 0 l 1\n 58 0 l 1\n 59 371 l 1\n 59 401 51 420 17 420 c 1\n 17 447 l 1\n 84 448 150 459 213 481 c 1\n 213 273 l 1\n 278 337 346 399 418 455 c 0\n 444 475 467 486 501 486 c 0\n 534 486 560 460 560 427 c 128\n 560 394 534 368 501 368 c 0\n 461 368 452 402 423 402 c 0\n 388 402 322 329 297 304 c 1\n 477 78 l 2\n 508 39 525 17 579 17 c 1\n 579 0 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: lambda\nEncoding: 955 955 535\nWidth: 495\nFlags: W\nHStem: -12.9805 95.0606<400 413> -0.240234 21G<12 175> 598.54 95.06<142.133 157>\nDStem: 282 273.18 255 520.14 333 76.2002 352 149.7\nFore\n486 146.76 m 2\n 486 92.8604 477 -12.9805 402 -12.9805 c 0\n 356 -12.9805 342 41.9004 333 76.2002 c 2\n 282 273.18 l 1\n 280 273.18 l 1\n 175 -0.240234 l 1\n 12 -0.240234 l 1\n 225 498.58 l 1\n 215 533.86 202 598.54 154 598.54 c 0\n 109 598.54 86 558.36 82 519.16 c 1\n 53 519.16 l 1\n 55 579.92 74 693.6 155 693.6 c 0\n 225 693.6 242 570.12 255 520.14 c 2\n 352 149.7 l 1\n 359 121.28 369 82.0801 406 82.0801 c 0\n 444 82.0801 457 132.06 457 161.46 c 1\n 486 161.46 l 1\n 486 146.76 l 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni03BC\nEncoding: 956 956 536\nWidth: 605\nFlags: W\nHStem: 441 20G<65 220 344 498>\nVStem: 49 112<-154 -148> 65 155<120 461> 344 154<216 461>\nFore\n587 131 m 1\n 580 60 542 -13 461 -13 c 0\n 382 -13 358 57 353 124 c 1\n 351 124 l 1\n 332 51 281 -13 200 -13 c 0\n 147 -13 115 17 96 64 c 1\n 94 64 l 1\n 94 52 l 2\n 94 -38 161 -93 161 -152 c 0\n 161 -185 143 -215 107 -215 c 0\n 72 -215 49 -184 49 -151 c 0\n 49 -114 56 -78 59 -42 c 0\n 73 124 65 295 65 461 c 1\n 220 461 l 1\n 220 131 l 2\n 220 98 223 58 266 58 c 0\n 337 58 344 199 344 249 c 2\n 344 461 l 1\n 498 461 l 1\n 498 88 l 2\n 498 73 498 50 519 50 c 0\n 549 50 557 109 558 131 c 1\n 587 131 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: nu\nEncoding: 957 957 537\nWidth: 495\nFlags: W\nHStem: -13 21G<231 265>\nVStem: 370 102<319 423>\nDStem: 98 344 231 384 185 112 314 160\nFore\n472 422 m 0\n 472 356 279 62 265 -13 c 1\n 231 -13 l 1\n 220 30 201 70 185 112 c 2\n 98 344 l 1\n 93 356 83 394 67 394 c 0\n 42 394 39 337 38 320 c 1\n 9 320 l 1\n 10 394 42 474 128 474 c 0\n 185 474 213 432 231 384 c 2\n 314 160 l 1\n 334 205 370 271 370 320 c 0\n 370 356 359 391 359 427 c 0\n 359 456 390 474 416 474 c 0\n 450 474 472 458 472 422 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: xi\nEncoding: 958 958 538\nWidth: 495\nFlags: W\nHStem: -191.965 96.297<237 259> 1.64258 144.951<202 252> 293.573 114.542<308 334> 526.713 114.542<310 334>\nVStem: 57.4316 57.8724<158.758 207.413> 102.765 38.582<431 449>\nFore\n459.648 -2.41211 m 0\n 459.648 -117.969 360.3 -191.965 257.093 -191.965 c 0\n 226.228 -191.965 176.07 -186.897 176.07 -143.31 c 0\n 176.07 -101.75 206.937 -95.668 239.73 -95.668 c 0\n 274.455 -95.668 309.179 -105.805 343.902 -105.805 c 0\n 376.697 -105.805 422.031 -87.5596 422.031 -47.0137 c 0\n 422.031 1.64258 384.413 4.68359 347.761 4.68359 c 0\n 301.462 4.68359 255.164 1.64258 208.865 1.64258 c 0\n 114.339 1.64258 57.4316 58.4062 57.4316 158.758 c 0\n 57.4316 230.727 93.1191 299.655 150.992 338.174 c 1\n 119.162 361.487 102.765 394.938 102.765 435.484 c 0\n 102.765 483.126 124.949 530.768 160.638 559.149 c 1\n 122.056 571.313 43.9268 604.764 43.9268 655.446 c 0\n 43.9268 726.401 107.588 738.565 161.603 738.565 c 0\n 178.964 738.565 196.326 737.552 213.688 735.524 c 1\n 213.688 711.197 l 1\n 207.9 712.211 201.148 714.238 195.361 714.238 c 0\n 155.815 714.238 121.091 694.979 121.091 649.364 c 0\n 121.091 617.941 160.638 594.627 184.752 583.477 c 1\n 226.228 614.9 276.384 641.255 328.47 641.255 c 0\n 364.158 641.255 421.066 632.132 421.066 583.477 c 0\n 421.066 537.862 352.583 526.713 319.788 526.713 c 0\n 277.349 526.713 234.908 534.822 194.397 547.999 c 1\n 167.39 520.631 141.347 485.153 141.347 443.594 c 0\n 141.347 412.17 160.638 382.774 185.716 366.556 c 1\n 230.085 393.925 280.242 408.115 332.327 408.115 c 0\n 367.052 408.115 431.676 402.033 431.677 352.365 c 0\n 431.677 300.669 345.831 293.573 310.143 293.573 c 0\n 265.773 293.573 222.369 303.71 181.857 320.941 c 1\n 142.312 293.573 115.304 259.109 115.304 207.413 c 0\n 115.304 150.648 186.681 146.594 225.263 146.594 c 0\n 259.021 146.594 291.816 151.662 324.611 151.662 c 0\n 413.35 151.662 459.648 85.7754 459.648 -2.41211 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: omicron\nEncoding: 959 959 539\nWidth: 550\nFlags: W\nHStem: -13 29<262.522 278> 446 28<262.613 278>\nVStem: 37 164<210 244> 349 165<210 244>\nFore\n514 231 m 0\n 514 92 415 -13 275 -13 c 128\n 135 -13 37 93 37 231 c 0\n 37 368 136 474 275 474 c 132\n 414 474 514 369 514 231 c 0\n349 307 m 2\n 349 359 346 446 275 446 c 0\n 205 446 201 358 201 307 c 2\n 201 153 l 2\n 201 102 205 16 275 16 c 128\n 345 16 349 101 349 153 c 2\n 349 307 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: pi\nEncoding: 960 960 540\nWidth: 605\nFlags: W\nVStem: 175 35<306 353> 320 133<82 180> 325 131<290 353>\nFore\n570 498 m 1\n 564 404 567 356 456 353 c 1\n 456 263 453 173 453 83 c 0\n 453 64 461 40 484 40 c 0\n 527 40 531 125 533 155 c 1\n 567 155 l 1\n 561 62 545 -13 434 -13 c 0\n 350 -13 320 51 320 126 c 0\n 320 202 325 277 325 353 c 1\n 210 353 l 1\n 210 314 l 2\n 210 242 210 -13 102 -13 c 0\n 48 -13 26 36 26 83 c 0\n 26 99 27 115 28 131 c 1\n 60 131 l 1\n 60 111 64 72 91 72 c 0\n 175 72 175 295 175 353 c 1\n 123 353 l 2\n 89 353 73 345 67 310 c 1\n 39 310 l 1\n 47 443 70 474 206 474 c 0\n 302 474 398 464 494 464 c 0\n 517 464 540 472 542 498 c 1\n 570 498 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: rho\nEncoding: 961 961 541\nWidth: 550\nFlags: W\nHStem: -13 29<262 284> 446 28<262 277>\nVStem: 43 134<-202 13 51 199> 371 137<213 247>\nFore\n508 231 m 0\n 508 94 416 -13 275 -13 c 0\n 241 -13 207 -4 177 13 c 1\n 177 -202 l 5\n 43 -202 l 5\n 43 168 l 2\n 43 329 86 474 275 474 c 0\n 415 474 508 368 508 231 c 0\n371 231 m 0\n 371 300 359 446 264 446 c 0\n 180 446 177 300 177 241 c 2\n 177 52 l 1\n 205 31 240 16 275 16 c 0\n 367 16 371 167 371 231 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: sigma1\nEncoding: 962 962 542\nWidth: 440\nFlags: W\nHStem: -192 97<182 201> 343 118<214 265 294 313>\nVStem: 40 34<213 241> 364 48<-44 0> 391 29<480.397 489.875>\nFore\n420 490 m 1\n 420 329 355 343 226 343 c 0\n 149 343 74 329 74 235 c 0\n 74 115 196 145 275 145 c 0\n 365 145 412 87 412 0 c 0\n 412 -114 301 -192 194 -192 c 0\n 159 -192 114 -180 114 -137 c 0\n 114 -101 157 -95 184 -95 c 0\n 221 -95 259 -102 296 -102 c 0\n 332 -102 364 -84 364 -44 c 0\n 364 21 258 -3 216 -3 c 0\n 76 -3 40 85 40 214 c 0\n 40 324 91 461 221 461 c 0\n 261 461 300 458 340 458 c 0\n 362 458 392 461 391 490 c 1\n 420 490 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: sigma\nEncoding: 963 963 543\nWidth: 550\nFlags: W\nHStem: -13 29<257 263>\nVStem: 333 154<210 244>\nFore\n537 374 m 1\n 486 375 433 376 385 396 c 1\n 383 394 l 1\n 439 359 487 300 487 231 c 0\n 487 89 408 -13 260 -13 c 0\n 113 -13 34 90 34 231 c 0\n 34 368 135 474 273 474 c 0\n 323 474 373 464 423 464 c 0\n 461 464 499 467 537 474 c 1\n 537 374 l 1\n333 263 m 2\n 333 314 332 417 260 417 c 0\n 190 417 188 320 188 270 c 0\n 188 214 173 16 260 16 c 0\n 332 16 333 145 333 194 c 2\n 333 263 l 2\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: tau\nEncoding: 964 964 544\nWidth: 440\nFlags: W\nHStem: 355 113<281 342>\nVStem: 138 144<94 355>\nFore\n423 487 m 2\n 423 376 388 355 282 355 c 1\n 282 93 l 2\n 282 68 284 45 315 45 c 0\n 359 45 370 120 371 153 c 1\n 400 153 l 1\n 400 59 358 -13 256 -13 c 0\n 175 -13 138 39 138 116 c 2\n 138 361 l 1\n 102 361 l 2\n 62 361 39 355 37 310 c 1\n 8 310 l 1\n 11 413 29 474 146 474 c 0\n 211 474 277 468 342 468 c 0\n 363 468 396 470 394 499 c 1\n 423 499 l 1\n 423 487 l 2\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 545\nWidth: 550\nFlags: W\nHStem: -13 58<263 321>\nVStem: 8 29<343.063 358.83> 94 153<146 212 258 324> 359 131<310 408>\nFore\n490 310 m 0\n 490 162 443 -13 263 -13 c 4\n 153 -13 94 60 94 166 c 2\n 94 372 l 2\n 94 386 93 417 72 417 c 0\n 44 417 37 363 37 343 c 1\n 8 343 l 1\n 8 423 47 474 130 474 c 0\n 279 474 247 281 247 183 c 0\n 247 129 248 45 321 45 c 0\n 397 45 431 114 431 181 c 0\n 431 275 359 343 359 408 c 0\n 359 438 379 474 413 474 c 0\n 491 474 490 365 490 310 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: phi\nEncoding: 966 966 546\nWidth: 660\nFlags: W\nVStem: 44 154<204 238> 462 155<204 238>\nFore\n617 224 m 0\n 617 83 502 -5 369 -13 c 1\n 376 -211 l 1\n 284 -211 l 1\n 291 -13 l 1\n 158 -5 44 84 44 224 c 0\n 44 372 170 469 310 474 c 1\n 316 586 l 5\n 345 586 l 5\n 350 474 l 1\n 490 469 617 372 617 224 c 0\n462 231 m 0\n 462 310 456 438 352 446 c 1\n 367 16 l 1\n 458 26 462 163 462 231 c 0\n308 446 m 1\n 204 438 198 310 198 231 c 0\n 198 163 203 26 293 16 c 1\n 308 446 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: chi\nEncoding: 967 967 547\nWidth: 495\nFlags: W\nHStem: -211 106<389 397> 368 106<88 106> 441 20G<330 486>\nVStem: 10 29<298.062 314.366>\nDStem: 209 214 269 35 9 -196 164 -196 330 461 486 461 231 250 293 70\nFore\n486 461 m 1\n 293 70 l 1\n 308 30 343 -105 395 -105 c 0\n 439 -105 452 -65 454 -28 c 1\n 483 -28 l 1\n 479 -90 479 -211 391 -211 c 0\n 312 -211 284 -24 271 35 c 1\n 269 35 l 1\n 164 -196 l 1\n 9 -196 l 1\n 209 214 l 1\n 189 262 160 368 95 368 c 0\n 53 368 39 335 39 298 c 1\n 10 298 l 1\n 10 355 18 474 97 474 c 0\n 181 474 211 311 231 250 c 1\n 330 461 l 1\n 486 461 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: psi\nEncoding: 968 968 548\nWidth: 715\nFlags: W\nVStem: 9 29<341.063 362.808> 97 151<188 222 340 342> 532 127<346 414>\nFore\n659 346 m 0\n 659 200 600 22 439 -13 c 1\n 447 -211 l 1\n 346 -211 l 1\n 355 -13 l 1\n 225 -10 97 50 97 198 c 0\n 97 247 98 297 98 346 c 0\n 98 364 98 411 71 411 c 0\n 40 411 38 363 38 341 c 1\n 9 341 l 1\n 9 417 43 474 125 474 c 0\n 286 474 248 303 248 195 c 0\n 248 111 262 32 358 16 c 1\n 383 578 l 5\n 411 578 l 5\n 436 16 l 1\n 521 34 579 126 579 210 c 0\n 579 281 532 343 532 414 c 0\n 532 442 549 474 581 474 c 0\n 647 474 659 397 659 346 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: omega\nEncoding: 969 969 549\nWidth: 715\nFlags: W\nHStem: -13 35<217 248 467 498> 440 34<196 263 248 263 451 519 451.125 465.533>\nVStem: 35 154<226 260> 321 73<105 148> 526 154<226 260>\nFore\n680 246 m 0\n 680 130 638 -13 498 -13 c 0\n 416 -13 376 25 358 104 c 1\n 356 104 l 1\n 338 26 300 -13 217 -13 c 0\n 77 -13 35 130 35 246 c 0\n 35 387 122 474 263 474 c 1\n 263 440 l 1\n 196 441 189 369 189 318 c 2\n 189 160 l 2\n 189 121 191 22 248 22 c 0\n 310 22 321 80 321 130 c 0\n 321 196 289 257 289 323 c 0\n 289 367 312 392 357 392 c 4\n 403 392 426 369 426 323 c 0\n 426 257 394 196 394 130 c 0\n 394 80 405 22 467 22 c 0\n 524 22 526 121 526 160 c 2\n 526 318 l 2\n 526 370 519 441 451 440 c 1\n 451 474 l 1\n 593 474 680 388 680 246 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 550\nWidth: 330\nFlags: W\nHStem: 441 20G<65 220> 557 127<52.2391 66 239 247>\nVStem: 0 127<610 628> 65 155<98 461> 180 127<610 628> 289 29<130 148>\nFore\n307 621 m 0\n 307 587 278 557 244 557 c 0\n 209 557 180 586 180 621 c 0\n 180 655 210 684 244 684 c 128\n 278 684 307 655 307 621 c 0\n127 621 m 0\n 127 586 98 557 63 557 c 0\n 29 557 0 587 0 621 c 128\n 0 655 29 684 63 684 c 128\n 97 684 127 655 127 621 c 0\n318 148 m 1\n 318 55 279 -13 178 -13 c 0\n 110 -13 65 39 65 105 c 2\n 65 461 l 1\n 220 461 l 1\n 220 78 l 2\n 220 64 223 45 241 45 c 0\n 286 45 289 116 289 148 c 1\n 318 148 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 551\nWidth: 550\nFlags: W\nHStem: -13 58<263 321> 557 127<170.239 184 378.239 392>\nVStem: 8 29<343.063 358.83> 94 153<146 212 258 324> 118 127<610 628> 326 126<610 628> 359 131<310 408>\nFore\n452 621 m 0\n 452 587 423 557 389 557 c 128\n 355 557 326 587 326 621 c 128\n 326 655 355 684 389 684 c 128\n 423 684 452 655 452 621 c 0\n245 621 m 0\n 245 586 216 557 181 557 c 0\n 147 557 118 587 118 621 c 128\n 118 655 147 684 181 684 c 128\n 215 684 245 655 245 621 c 0\n490 310 m 0\n 490 162 443 -13 263 -13 c 0\n 153 -13 94 60 94 166 c 2\n 94 372 l 2\n 94 386 93 417 72 417 c 0\n 44 417 37 363 37 343 c 1\n 8 343 l 1\n 8 423 47 474 130 474 c 0\n 279 474 247 281 247 183 c 0\n 247 129 248 45 321 45 c 0\n 397 45 431 114 431 181 c 0\n 431 275 359 343 359 408 c 0\n 359 438 379 474 413 474 c 0\n 491 474 490 365 490 310 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 552\nWidth: 550\nFlags: W\nHStem: -13 29<262.522 278> 446 28<262.613 278>\nVStem: 37 164<210 244> 349 165<210 244>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 182 0\nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 553\nWidth: 550\nFlags: W\nHStem: -13 58<263 321>\nVStem: 8 29<343.063 358.83> 94 153<146 212 258 324> 359 131<310 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 170 0\nEndChar\nStartChar: omegatonos\nEncoding: 974 974 554\nWidth: 715\nFlags: W\nHStem: -13 35<217 248 467 498> 440 34<196 263 248 263 451 519 451.125 465.533>\nVStem: 35 154<226 260> 321 73<105 148> 526 154<226 260>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 264 0\nEndChar\nStartChar: uni03D0\nEncoding: 976 976 555\nWidth: 550\nFlags: W\nHStem: 349.95 53.2<246 252> 358.5 38<285 295> 651.1 27.55<262 279>\nVStem: 55.7305 135.34<-200 57 67 409> 228.44 83.83<378 382> 332.47 140.39<503 537> 360.75 161.6<167 201>\nRef: 946 946 N 1 0 0 1 0 0\nEndChar\nStartChar: theta1\nEncoding: 977 977 556\nWidth: 550\nFlags: W\nHStem: -13 29<264.279 278> 337 45<213 337> 667 29<264.279 278>\nRef: 952 952 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilon1\nEncoding: 978 978 557\nWidth: 722\nFlags: W\nHStem: 0 18<197.063 223.457 515 541> 519 119<84.0313 95.2177> 644 32<99 117 611 631>\nVStem: 20 128<575 593> 287 164<67.6002 369> 591 128<575 593>\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni03D3\nEncoding: 979 979 558\nWidth: 722\nFlags: W\nHStem: 0 18<197.063 223.457 515 541> 519 119<84.0313 95.2177> 644 32<99 117 611 631>\nVStem: 20 128<575 593> 287 164<67.6002 369> 591 128<575 593>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -139 -75\nEndChar\nStartChar: uni03D4\nEncoding: 980 980 559\nWidth: 722\nFlags: W\nHStem: 0 18<197.063 223.457 515 541> 519 119<84.0313 95.2177> 644 32<99 117 611 631> 751 129<247 281.5 456.5 491>\nVStem: 20 128<575 593> 200 129<798.5 832> 287 164<67.6002 369> 410 129<798.5 832> 591 128<575 593>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 202 214\nEndChar\nStartChar: phi1\nEncoding: 981 981 560\nWidth: 660\nFlags: W\nVStem: 44 154<204 238> 462 155<204 238>\nRef: 966 966 N 1 0 0 1 0 0\nEndChar\nStartChar: omega1\nEncoding: 982 982 561\nWidth: 605\nFlags: W\nVStem: 175 35<306 353> 320 133<82 180> 325 131<290 353>\nRef: 960 960 N 1 0 0 1 0 0\nEndChar\nStartChar: uni03DA\nEncoding: 986 986 562\nWidth: 510\nFlags: W\nHStem: -185.65 89.6773<157.156 222.37> 540.861 93.577<331 369.394> 548.659 94.875<202 225>\nFore\n445.544 664.329 m 1\n 435.686 590.248 418.235 540.861 332.896 540.861 c 0\n 296.499 540.861 257.708 548.659 221.312 548.659 c 0\n 82.0078 548.659 23.665 419.993 66.0098 282.229 c 0\n 128.328 79.4805 403.607 253.636 459.935 70.3828 c 0\n 512.664 -101.172 366.695 -185.65 222.37 -185.65 c 0\n 196.015 -185.65 131.609 -184.35 119.227 -144.061 c 0\n 109.638 -112.869 129.547 -95.9727 157.156 -95.9727 c 0\n 206.102 -95.9727 256.591 -133.664 305.536 -133.664 c 0\n 375.816 -133.664 447.345 -76.4785 422.577 4.10059 c 0\n 386.225 122.37 116.19 -36.1895 37.4941 219.845 c 0\n -12.4414 382.303 20.2168 643.534 204.702 643.534 c 0\n 258.667 643.534 315.429 634.438 369.394 634.438 c 0\n 397.004 634.438 418.85 640.936 429.229 664.329 c 1\n 445.544 664.329 l 1\nEndSplineSet\nEndChar\nStartChar: uni03DB\nEncoding: 987 987 563\nWidth: 426\nFlags: W\nHStem: -194 69<90.0781 131.788> 365 72<301 342.71> 371 73<201 235> 440 20G<393.807 406.807>\nFore\n406.807 460 m 5\n 390.479 403 370.929 365 302.929 365 c 4\n 273.929 365 243.91 371 214.91 371 c 4\n 103.91 371 42.71 272 60.6982 166 c 4\n 87.1689 10 326.432 144 350.357 3 c 4\n 372.758 -129 246.788 -194 131.788 -194 c 4\n 110.788 -194 59.6182 -193 54.3574 -162 c 4\n 50.2852 -138 68.0781 -125 90.0781 -125 c 4\n 129.078 -125 165 -154 204 -154 c 4\n 260 -154 323.533 -110 313.012 -48 c 4\n 297.569 43 64.2725 -79 30.8428 118 c 4\n 9.63184 243 65.5225 444 212.522 444 c 4\n 255.522 444 299.71 437 342.71 437 c 4\n 364.71 437 382.861 442 393.807 460 c 5\n 406.807 460 l 5\nEndSplineSet\nEndChar\nStartChar: uni03DC\nEncoding: 988 988 564\nWidth: 611\nFlags: W\nHStem: 0 21G<32.79 284.79> 325 36<187 296> 620 33<230 312>\nVStem: 89.875 98.849<79 327 361 561>\nFore\n489.023 653 m 1\n 499.377 500 l 1\n 477.824 502 l 1\n 475.501 514 475.225 515 474.564 521 c 0\n 471.965 534 470.582 539 468.92 545 c 0\n 451.757 607 412.158 620 244.158 620 c 0\n 203.158 620 190.819 614 190.356 594 c 1\n 188.855 361 l 1\n 356.302 363 301.134 360 362.749 365 c 1\n 382.133 360 l 1\n 387.272 215 l 1\n 368.889 220 l 1\n 366.307 251 364.984 263 360.556 279 c 0\n 355.02 299 344.42 312 327.206 320 c 0\n 317.099 324 309.822 325 270.823 325 c 0\n 248.823 325 226.545 326 188.991 328 c 1\n 188.724 105 l 2\n 188.813 83 189.966 68 192.182 60 c 0\n 200.485 30 221.531 19 280.36 16 c 1\n 284.79 0 l 1\n 32.79 0 l 1\n 28.3604 16 l 1\n 83.1465 24 88.4854 30 89.875 90 c 1\n 90.5195 532 l 1\n 90.875 556 87.9551 581 83.8027 596 c 0\n 75.7734 625 62.1133 631 -4.54785 637 c 1\n -8.97656 653 l 1\n 489.023 653 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni03DD\nEncoding: 989 989 565\nWidth: 470\nFlags: W\nHStem: 331.729 35.851<186 251> 625.514 32.864<218 268>\nVStem: 120.801 64.858<87 334.658 439 441>\nFore\n385.514 658.378 m 1\n 391.439 506.008 l 1\n 377.328 507.999 l 1\n 375.874 519.949 375.698 520.946 375.3 526.92 c 0\n 373.669 539.868 372.789 544.847 371.732 550.822 c 0\n 360.835 612.566 334.96 625.514 224.871 625.514 c 0\n 198.004 625.514 189.884 619.538 189.469 599.621 c 1\n 179.825 522.28 180.643 444.92 187.181 367.58 c 1\n 296.918 369.571 260.748 366.583 301.153 371.562 c 1\n 313.826 366.583 l 1\n 316.383 222.18 l 1\n 304.364 227.161 l 1\n 302.846 258.033 302.047 269.982 299.233 285.918 c 0\n 295.717 305.835 288.846 318.781 277.61 326.748 c 0\n 271.011 330.731 266.247 331.729 240.69 331.729 c 0\n 226.274 331.729 211.682 332.724 187.084 334.716 c 1\n 185.659 112.633 l 2\n 185.596 90.7227 186.266 75.7852 187.672 67.8184 c 0\n 192.944 37.9424 206.676 26.9873 245.209 24 c 1\n 248.021 8.06641 l 1\n 82.8877 8.06641 l 1\n 80.0762 24 l 1\n 116.021 31.9668 119.553 37.9424 120.801 97.6953 c 1\n 123.699 537.876 l 1\n 124.066 561.777 122.293 586.675 119.656 601.613 c 0\n 114.558 630.493 105.641 636.468 61.9912 642.442 c 1\n 59.1787 658.378 l 1\n 385.514 658.378 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 555\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 202 198\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 556\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 161 189\nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 557\nWidth: 667\nFlags: MW\nHStem: 0 25 475 201<34 60 607 607 607 634>\nVStem: 253 162<117 644>\nFore\n253 117 m 2\n 253 644 l 1\n 129 640 77 594 60 475 c 1\n 31 475 l 1\n 34 676 l 1\n 634 676 l 1\n 636 475 l 1\n 607 475 l 1\n 590 594 538 640 415 644 c 1\n 415 117 l 2\n 415 41 426 31 513 25 c 1\n 513 0 l 1\n 156 0 l 1\n 156 25 l 1\n 242 32 253 43 253 117 c 2\nEndSplineSet\nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 558\nWidth: 611\nFlags: W\nHStem: 0 25 651 25\nVStem: 16 567<651 676> 16 360<0 25> 16 567 16 360 16 567 104 162<96 580 580 583>\nFore\n583 676 m 1\n 583 475 l 1\n 559 475 l 1\n 545 538 534 565 512 590 c 0\n 481 625 422 642 330 642 c 0\n 279 642 266 620 266 583 c 2\n 266 96 l 2\n 266 41 284 29 376 25 c 1\n 376 0 l 1\n 16 0 l 1\n 16 25 l 1\n 90 33 104 44 104 96 c 2\n 104 580 l 2\n 104 632 85 647 16 651 c 1\n 16 676 l 1\n 583 676 l 1\n181 726 m 1\n 318 883 l 2\n 335 902 352 911 371 911 c 0\n 400 911 419 893 419 867 c 0\n 419 844 411 834 379 814 c 2\n 237 726 l 1\n 181 726 l 1\nEndSplineSet\nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 559\nWidth: 722\nFlags: W\nHStem: -19 48<394 438.5> 326 47<226 477> 454 234<644 669 644 644> 658 33<353 421>\nVStem: 49 428<326 373>\nFore\n477 326 m 1\n 225 326 l 1\n 226 234 241 166 269 116 c 0\n 298 64 361 29 427 29 c 0\n 455 29 488 35 517 47 c 0\n 566 66 598 90 657 152 c 1\n 687 127 l 1\n 642 77 620 57 588 35 c 0\n 533 -2 474 -19 403 -19 c 0\n 196 -19 49 127 49 333 c 0\n 49 537 198 691 397 691 c 0\n 445 691 493 680 552 656 c 0\n 574 646 589 642 598 642 c 0\n 617 642 628 653 642 688 c 1\n 669 688 l 1\n 669 454 l 1\n 644 454 l 1\n 609 530 586 563 543 602 c 0\n 500 640 457 658 410 658 c 0\n 296 658 232 559 226 373 c 1\n 477 373 l 1\n 477 326 l 1\nEndSplineSet\nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 560\nWidth: 556\nFlags: W\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 561\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 562\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 24 189\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 563\nWidth: 500\nFlags: W\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 564\nWidth: 1032\nFlags: W\nHStem: -14 80<139.5 187> 0 35<698.5 741> 0 25 0 35 338 35 629 47<309 509 309 309> 651 25\nVStem: 232 77<341 580 580 605> 509 156<96 338 373 559> 831 172<133 218.5>\nFore\n753 676 m 1\n 753 651 l 1\n 674 641 665 632 665 559 c 2\n 665 373 l 1\n 800 372 834 369 878 351 c 0\n 959 320 1003 259 1003 182 c 0\n 1003 66 908 0 741 0 c 2\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 629 l 1\n 309 629 l 1\n 309 341 l 2\n 309 292 304 -14 112 -14 c 0\n 67 -14 18 0 18 48 c 0\n 18 85 43 118 80 118 c 0\n 130 118 121 66 158 66 c 0\n 216 66 232 292 232 341 c 2\n 232 580 l 2\n 232 630 214 645 147 651 c 1\n 147 676 l 1\n 753 676 l 1\n665 70 m 2\n 665 47 682 35 715 35 c 0\n 798 35 831 79 831 187 c 0\n 831 250 819 288 793 311 c 0\n 769 331 736 338 665 338 c 1\n 665 70 l 2\nEndSplineSet\nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 565\nWidth: 1032\nFlags: W\nHStem: 0 35<698.5 741> 0 25 0 35 326 47<268 509> 651 25\nVStem: 106 162<96 326 373 580> 509 156<96 326 373 559> 831 172<133 218.5>\nFore\n753 676 m 1\n 753 651 l 1\n 674 641 665 632 665 559 c 2\n 665 373 l 1\n 800 372 834 369 878 351 c 0\n 959 320 1003 259 1003 182 c 0\n 1003 66 908 0 741 0 c 2\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 326 l 1\n 268 326 l 1\n 268 96 l 2\n 268 47 285 33 358 25 c 1\n 358 0 l 1\n 21 0 l 1\n 21 25 l 1\n 91 34 106 47 106 96 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 373 l 1\n 509 373 l 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 753 676 l 1\n665 70 m 2\n 665 47 682 35 715 35 c 0\n 798 35 831 79 831 187 c 0\n 831 250 819 288 793 311 c 0\n 769 331 736 326 665 326 c 1\n 665 70 l 2\nEndSplineSet\nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 566\nWidth: 808\nFlags: W\nHStem: 0 25 0 24 0 25 368 67 475 201<34 60 607 607 607 634>\nVStem: 253 162<117 293 355 644> 592 139<81 84 84 285 285 294>\nFore\n415 117 m 2\n 415 41 426 31 513 25 c 1\n 513 0 l 1\n 156 0 l 1\n 156 25 l 1\n 242 32 253 43 253 117 c 2\n 253 644 l 1\n 129 640 77 594 60 475 c 1\n 31 475 l 1\n 34 676 l 1\n 634 676 l 1\n 636 475 l 1\n 607 475 l 1\n 590 594 538 640 415 644 c 1\n 415 355 l 1\n 440 414 504 435 557 435 c 0\n 639 435 731 380 731 294 c 2\n 731 84 l 2\n 731 42 744 27 780 24 c 1\n 780 0 l 1\n 545 0 l 1\n 545 24 l 1\n 579 28 592 44 592 81 c 2\n 592 285 l 2\n 592 346 554 368 506 368 c 0\n 467 368 430 342 415 293 c 1\n 415 117 l 2\nEndSplineSet\nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 567\nWidth: 778\nFlags: W\nHStem: 0 25 583 102 651 25\nVStem: 117 162<96 318 371 559>\nFore\n732 25 m 1\n 732 0 l 1\n 534 0 l 1\n 374 254 l 1\n 346 292 334 318 306 318 c 2\n 279 318 l 1\n 279 96 l 2\n 279 47 295 34 367 25 c 1\n 367 0 l 1\n 30 0 l 1\n 30 25 l 1\n 102 33 117 45 117 96 c 2\n 117 580 l 2\n 117 632 99 647 30 651 c 1\n 30 676 l 1\n 368 676 l 1\n 368 651 l 1\n 294 646 279 630 279 559 c 2\n 279 371 l 1\n 316 372 l 2\n 360 373 441 460 456 578 c 0\n 462 626 514 686 584 685 c 0\n 636 684 678 664 678 616 c 0\n 678 583 670 557 622 556 c 0\n 546 554 568 583 524 583 c 0\n 492 583 500 418 408 352 c 1\n 440 349 496 328 525 286 c 1\n 683 46 l 1\n 696 31 707 26 732 25 c 1\n262 726 m 1\n 399 883 l 2\n 416 902 433 911 452 911 c 0\n 481 911 500 893 500 867 c 0\n 500 844 492 834 460 814 c 2\n 318 726 l 1\n 262 726 l 1\nEndSplineSet\nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 568\nWidth: 778\nFlags: MW\nHStem: 0 25 651 25\nVStem: 106 162<96 176 243 580> 509 162<96 456 456 456 523 580>\nFore\n509 456 m 1\n 268 176 l 1\n 268 96 l 2\n 268 47 285 33 358 25 c 1\n 358 0 l 1\n 21 0 l 1\n 21 25 l 1\n 91 34 106 47 106 96 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 243 l 1\n 509 523 l 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 96 l 2\n 671 47 687 34 759 25 c 1\n 759 0 l 1\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 456 l 1\n509 726 m 1\n 453 726 l 1\n 311 814 l 2\n 282 832 271 846 271 866 c 0\n 271 891 292 911 318 911 c 0\n 337 911 356 901 372 883 c 2\n 509 726 l 1\nEndSplineSet\nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 569\nWidth: 722\nFlags: MW\nHStem: -14 59 651 25 726 76<337.5 391.5>\nVStem: 15 320<651 676> 461 253<651 676>\nFore\n714 676 m 1\n 714 651 l 1\n 640 644 620 616 560 499 c 1\n 326 34 l 2\n 309 0 249 -14 192 -14 c 0\n 108 -14 86 12 86 52 c 0\n 86 90 113 120 151 120 c 0\n 240 120 193 44 237 45 c 0\n 259 46 302 100 294 122 c 1\n 95 593 l 2\n 74 643 51 648 15 651 c 1\n 15 676 l 1\n 335 676 l 1\n 335 651 l 1\n 321 650 309 649 304 649 c 0\n 268 647 256 639 256 618 c 1\n 395 289 l 1\n 503 502 l 1\n 544 576 537 593 537 614 c 0\n 537 638 521 647 481 649 c 0\n 478 650 470 650 461 651 c 1\n 461 676 l 1\n 714 676 l 1\n472 889 m 1\n 516 889 l 1\n 510 838 503 813 486 787 c 0\n 460 746 419 726 364 726 c 0\n 311 726 269 745 244 781 c 0\n 223 809 216 834 213 889 c 1\n 257 889 l 1\n 268 828 300 802 364 802 c 0\n 426 802 455 826 472 889 c 1\nEndSplineSet\nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 570\nWidth: 778\nFlags: W\nHStem: -228 275<340 446 340 340> 0 25 0 47<271 302 480 512 480 480> 0 25 0 47 651 25\nVStem: 109 162<96 580> 512 162<71 96 96 580>\nFore\n271 47 m 1\n 512 47 l 1\n 512 580 l 2\n 512 629 495 643 422 651 c 1\n 422 676 l 1\n 759 676 l 1\n 759 651 l 1\n 689 642 674 629 674 580 c 2\n 674 96 l 2\n 674 46 692 31 759 25 c 1\n 759 0 l 1\n 480 0 l 1\n 454 -68 446 -228 446 -228 c 1\n 340 -228 l 1\n 340 -228 332 -68 302 0 c 1\n 21 0 l 1\n 21 25 l 1\n 89 30 109 46 109 96 c 2\n 109 580 l 2\n 109 629 93 642 21 651 c 1\n 21 676 l 1\n 361 676 l 1\n 361 651 l 1\n 288 643 271 629 271 580 c 2\n 271 47 l 1\nEndSplineSet\nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 571\nWidth: 722\nFlags: HW\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 572\nWidth: 667\nFlags: HW\nHStem: 0 25<16 16> 0 32<303 338> 475 21<559 583 559 559> 642 34<304.5 376> 651 25<16 16>\nVStem: 104 160<96 374 413 580 580 595> 447 172<150.5 254>\nFore\n264 374 m 1\n 264 93 l 2\n 264 49 281 32 325 32 c 0\n 406 32 447 102 447 199 c 0\n 447 309 388 384 294 383 c 0\n 281 383 272 380 264 374 c 1\n264 413 m 1\n 302 422 314 425 378 425 c 0\n 534 426 619 367 619 213 c 0\n 619 57 507 0 338 0 c 2\n 16 0 l 1\n 16 25 l 1\n 89 33 104 45 104 96 c 2\n 104 580 l 2\n 104 631 85 647 16 651 c 1\n 16 676 l 1\n 583 676 l 1\n 583 475 l 1\n 559 475 l 1\n 545 538 534 565 512 590 c 0\n 481 625 422 642 330 642 c 0\n 279 642 264 632 264 595 c 2\n 264 413 l 1\nEndSplineSet\nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 573\nWidth: 667\nFlags: HW\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 574\nWidth: 591\nFlags: HW\nHStem: 0 25<16 16 376 376> 475 21<539 563 539 539> 642 34<304.5 376> 651 25<16 16>\nVStem: 104 162<96 580 580 583>\nFore\n563 676 m 1\n 563 475 l 1\n 539 475 l 1\n 525 538 514 565 492 590 c 0\n 461 625 422 642 330 642 c 0\n 279 642 266 620 266 583 c 2\n 266 96 l 2\n 266 41 284 29 376 25 c 1\n 376 0 l 1\n 16 0 l 1\n 16 25 l 1\n 90 33 104 44 104 96 c 2\n 104 580 l 2\n 104 632 85 647 16 651 c 1\n 16 676 l 1\n 563 676 l 1\nEndSplineSet\nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 575\nWidth: 778\nFlags: HW\nHStem: 0 47<278 419> 629 47<319 509 319 319> 651 25<147 147 759 759>\nVStem: 232 87<363 580 580 605> 509 162<118 580>\nFore\n158 66 m 0\n 234 141 232 314 232 363 c 2\n 232 580 l 2\n 232 630 214 645 147 651 c 1\n 147 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 105 l 2\n 671 55 691 39 759 34 c 1\n 759 -200 l 1\n 735 -200 l 1\n 721 -137 710 -77 688 -52 c 0\n 657 -17 598 0 506 0 c 2\n 274 0 l 2\n 182 0 123 -17 92 -52 c 0\n 70 -77 59 -137 45 -200 c 1\n 21 -200 l 1\n 21 34 l 1\n 89 39 119 28 158 66 c 0\n278 47 m 2\n 419 47 l 2\n 488 46 509 69 509 118 c 2\n 509 629 l 1\n 319 629 l 1\n 319 341 l 2\n 319 311 317 185 272 92 c 0\n 260 66 250 48 278 47 c 2\nEndSplineSet\nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 576\nWidth: 667\nFlags: HW\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 577\nWidth: 1107\nFlags: HW\nHStem: 0 25<35 35 386 386 723 723 1073 1073> 583 102 651 25<386 386 724 724>\nVStem: 473 162<96 318 371 557 557 559>\nFore\n473 557 m 2\n 473 628 455 647 386 651 c 1\n 386 676 l 1\n 724 676 l 1\n 724 651 l 1\n 650 646 635 630 635 559 c 2\n 635 371 l 1\n 664 372 l 2\n 708 374 782 460 797 578 c 0\n 803 626 855 686 925 685 c 0\n 977 684 1019 664 1019 616 c 0\n 1019 583 1011 557 963 556 c 0\n 887 554 909 583 865 583 c 0\n 833 583 841 418 749 352 c 1\n 781 349 837 328 866 286 c 1\n 1024 46 l 1\n 1037 31 1048 26 1073 25 c 1\n 1073 0 l 1\n 875 0 l 1\n 718 254 l 1\n 690 292 682 318 654 318 c 2\n 635 318 l 1\n 635 96 l 2\n 635 47 651 34 723 25 c 1\n 723 0 l 1\n 386 0 l 1\n 386 25 l 1\n 458 33 473 45 473 96 c 2\n 473 318 l 1\n 454 318 l 2\n 426 318 418 292 390 254 c 1\n 233 0 l 1\n 35 0 l 1\n 35 25 l 1\n 60 26 71 31 84 46 c 1\n 242 286 l 1\n 271 328 327 349 359 352 c 1\n 267 418 275 583 243 583 c 0\n 199 583 221 554 145 556 c 0\n 97 557 89 583 89 616 c 0\n 89 664 131 684 183 685 c 0\n 253 686 305 626 311 578 c 0\n 326 460 400 374 444 372 c 2\n 473 371 l 1\n 473 557 l 2\nEndSplineSet\nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 578\nWidth: 564\nFlags: HW\nHStem: -19 74<173 259.5> 325 58<165 223> 475 21<41 78 41 41> 632 59<244 271.5> 668 20<41 74 74 74>\nVStem: 352 161 373 173<137.5 204.5>\nFore\n213 55 m 0\n 306 55 373 94 373 181 c 0\n 373 228 363 325 223 325 c 2\n 165 325 l 1\n 165 383 l 1\n 226 383 l 2\n 336 383 352 434 352 516 c 0\n 352 584 311 632 232 632 c 0\n 138 632 101 575 78 475 c 1\n 41 475 l 1\n 41 688 l 1\n 74 688 l 1\n 82 666 91 658 109 658 c 0\n 118 658 132 661 156 669 c 0\n 204 685 228 691 260 691 c 0\n 393 691 512 622 513 498 c 0\n 514 398 460 370 423 358 c 1\n 472 344 546 308 546 181 c 0\n 546 34 389 -19 238 -19 c 0\n 84 -19 35 68 -1 135 c 1\n 37 168 l 1\n 81 102 133 55 213 55 c 0\nEndSplineSet\nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 579\nWidth: 773\nFlags: HMW\nHStem: 0 25<16 16 353 353 414 414 754 754> 651 25<16 16 353 353 414 414 754 754>\nVStem: 101 162<96 176 243 580> 504 162<96 456 456 456 523 580>\nFore\n504 456 m 1\n 263 176 l 1\n 263 96 l 2\n 263 47 280 33 353 25 c 1\n 353 0 l 1\n 16 0 l 1\n 16 25 l 1\n 86 34 101 47 101 96 c 2\n 101 580 l 2\n 101 630 83 645 16 651 c 1\n 16 676 l 1\n 353 676 l 1\n 353 651 l 1\n 283 646 263 630 263 580 c 2\n 263 243 l 1\n 504 523 l 1\n 504 580 l 2\n 504 630 484 646 414 651 c 1\n 414 676 l 1\n 754 676 l 1\n 754 651 l 1\n 686 646 666 630 666 580 c 2\n 666 96 l 2\n 666 47 682 34 754 25 c 1\n 754 0 l 1\n 414 0 l 1\n 414 25 l 1\n 487 33 504 47 504 96 c 2\n 504 456 l 1\nEndSplineSet\nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 580\nWidth: 773\nFlags: HMW\nHStem: 0 25<16 16 353 353 414 414 754 754> 651 25<16 16 353 353 414 414 754 754> 726 76<357.5 411.5>\nVStem: 101 162<96 176 243 580> 504 162<96 456 456 456 523 580>\nFore\n504 456 m 1\n 263 176 l 1\n 263 96 l 2\n 263 47 280 33 353 25 c 1\n 353 0 l 1\n 16 0 l 1\n 16 25 l 1\n 86 34 101 47 101 96 c 2\n 101 580 l 2\n 101 630 83 645 16 651 c 1\n 16 676 l 1\n 353 676 l 1\n 353 651 l 1\n 283 646 263 630 263 580 c 2\n 263 243 l 1\n 504 523 l 1\n 504 580 l 2\n 504 630 484 646 414 651 c 1\n 414 676 l 1\n 754 676 l 1\n 754 651 l 1\n 686 646 666 630 666 580 c 2\n 666 96 l 2\n 666 47 682 34 754 25 c 1\n 754 0 l 1\n 414 0 l 1\n 414 25 l 1\n 487 33 504 47 504 96 c 2\n 504 456 l 1\n492 889 m 1\n 536 889 l 1\n 530 838 523 813 506 787 c 0\n 480 746 439 726 384 726 c 0\n 331 726 289 745 264 781 c 0\n 243 809 236 834 233 889 c 1\n 277 889 l 1\n 288 828 320 802 384 802 c 0\n 446 802 475 826 492 889 c 1\nEndSplineSet\nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 581\nWidth: 764\nFlags: HW\nHStem: 0 25<16 16 353 353 718 718> 583 102 651 25<16 16 354 354>\nVStem: 103 162<96 318 371 559>\nFore\n718 25 m 1\n 718 0 l 1\n 520 0 l 1\n 360 254 l 1\n 332 292 320 318 292 318 c 2\n 265 318 l 1\n 265 96 l 2\n 265 47 281 34 353 25 c 1\n 353 0 l 1\n 16 0 l 1\n 16 25 l 1\n 88 33 103 45 103 96 c 2\n 103 580 l 2\n 103 632 85 647 16 651 c 1\n 16 676 l 1\n 354 676 l 1\n 354 651 l 1\n 280 646 265 630 265 559 c 2\n 265 371 l 1\n 302 372 l 2\n 346 373 427 460 442 578 c 0\n 448 626 500 686 570 685 c 0\n 622 684 664 664 664 616 c 0\n 664 583 656 557 608 556 c 0\n 532 554 554 583 510 583 c 0\n 478 583 486 418 394 352 c 1\n 426 349 482 328 511 286 c 1\n 669 46 l 1\n 682 31 693 26 718 25 c 1\nEndSplineSet\nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 582\nWidth: 778\nFlags: HW\nHStem: -14 80<139.5 187> 0 25<404 404 744 744> 629 47<319 494 319 319> 651 25<147 147 744 744>\nVStem: 232 87<341 580 580 605> 494 162<96 580>\nFore\n494 629 m 1\n 319 629 l 1\n 319 302 l 2\n 319 151 304 -14 112 -14 c 0\n 67 -14 18 0 18 48 c 0\n 18 85 43 118 80 118 c 0\n 130 118 121 66 158 66 c 0\n 216 66 232 152 232 341 c 2\n 232 580 l 2\n 232 630 214 645 147 651 c 1\n 147 676 l 1\n 744 676 l 1\n 744 651 l 1\n 676 646 656 630 656 580 c 2\n 656 96 l 2\n 656 47 672 34 744 25 c 1\n 744 0 l 1\n 404 0 l 1\n 404 25 l 1\n 477 33 494 47 494 96 c 2\n 494 629 l 1\nEndSplineSet\nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 583\nWidth: 944\nFlags: HW\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 584\nWidth: 778\nFlags: HW\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 585\nWidth: 778\nFlags: HW\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 586\nWidth: 774\nFlags: HW\nHStem: 0 25<16 16 353 353 414 414 754 754> 629 47<263 504 263 263> 651 25<16 16 754 754>\nVStem: 101 162<96 580 580 605> 504 162<96 580>\nFore\n504 629 m 1\n 263 629 l 1\n 263 96 l 2\n 263 47 280 33 353 25 c 1\n 353 0 l 1\n 16 0 l 1\n 16 25 l 1\n 86 34 101 47 101 96 c 2\n 101 580 l 2\n 101 630 83 645 16 651 c 1\n 16 676 l 1\n 754 676 l 1\n 754 651 l 1\n 686 646 666 630 666 580 c 2\n 666 96 l 2\n 666 47 682 34 754 25 c 1\n 754 0 l 1\n 414 0 l 1\n 414 25 l 1\n 487 33 504 47 504 96 c 2\n 504 629 l 1\nEndSplineSet\nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 587\nWidth: 611\nFlags: HW\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 588\nWidth: 722\nFlags: HW\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 589\nWidth: 667\nFlags: HW\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 590\nWidth: 722\nFlags: HMW\nHStem: -14 59 651 25<15 15 335 335 461 461 714 714>\nVStem: 15 320<651 676> 461 253<651 676>\nFore\n714 676 m 1\n 714 651 l 1\n 640 644 620 616 560 499 c 1\n 326 34 l 2\n 309 0 249 -14 192 -14 c 0\n 108 -14 86 12 86 52 c 0\n 86 90 113 120 151 120 c 0\n 240 120 193 44 237 45 c 0\n 259 46 302 100 294 122 c 1\n 95 593 l 2\n 74 643 51 648 15 651 c 1\n 15 676 l 1\n 335 676 l 1\n 335 651 l 1\n 321 650 309 649 304 649 c 0\n 268 647 256 639 256 618 c 1\n 395 289 l 1\n 503 502 l 1\n 544 576 537 593 537 614 c 0\n 537 638 521 647 481 649 c 0\n 478 650 470 650 461 651 c 1\n 461 676 l 1\n 714 676 l 1\nEndSplineSet\nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 591\nWidth: 800\nFlags: HMW\nHStem: 0 25<223 223 573 573> 91 54<318 318 478 478> 522 63<298 318 478 498> 651 25<223 223 573 573>\nVStem: 12 142<252 416> 318 160<67.5 91 145 522 585 608.5> 642 142<252 416>\nFore\n318 522 m 1\n 274 522 154 493 154 339 c 0\n 154 165 258 144 318 145 c 1\n 318 522 l 1\n223 25 m 1\n 299 30 318 44 318 91 c 1\n 208 91 12 127 12 347 c 0\n 12 569 278 585 318 585 c 1\n 318 632 297 648 223 651 c 1\n 223 676 l 1\n 573 676 l 1\n 573 651 l 1\n 499 648 478 632 478 585 c 1\n 518 585 784 569 784 347 c 0\n 784 127 588 91 478 91 c 1\n 478 44 497 30 573 25 c 1\n 573 0 l 1\n 223 0 l 1\n 223 25 l 1\n478 522 m 1\n 478 145 l 1\n 538 144 642 165 642 339 c 0\n 642 493 522 522 478 522 c 1\nEndSplineSet\nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 592\nWidth: 722\nFlags: HW\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 593\nWidth: 773\nFlags: HW\nHStem: 0 25<16 16> 0 47<263 501> 651 25<16 16 353 353 414 414 754 754>\nVStem: 101 162<96 580> 504 162<80 105 105 580>\nFore\n501 0 m 2\n 16 0 l 1\n 16 25 l 1\n 83 31 101 46 101 96 c 2\n 101 580 l 2\n 101 629 86 642 16 651 c 1\n 16 676 l 1\n 353 676 l 1\n 353 651 l 1\n 280 643 263 629 263 580 c 2\n 263 47 l 1\n 504 47 l 1\n 504 580 l 2\n 504 629 487 643 414 651 c 1\n 414 676 l 1\n 754 676 l 1\n 754 651 l 1\n 682 642 666 629 666 580 c 2\n 666 105 l 2\n 666 55 686 39 754 34 c 1\n 754 -200 l 1\n 730 -200 l 1\n 716 -137 705 -77 683 -52 c 0\n 652 -17 593 0 501 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 594\nWidth: 778\nFlags: HMW\nHStem: 0 25<419 419 759 759> 225 54<352 396> 651 25<21 21 358 358 419 419 759 759>\nVStem: 106 162<349 580> 509 162<96 275 275 275 332 580>\nFore\n509 275 m 1\n 486 256 426 225 366 225 c 0\n 258 225 106 275 106 349 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 347 l 2\n 268 302 320 279 384 279 c 0\n 437 279 492 312 509 332 c 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 96 l 2\n 671 47 687 34 759 25 c 1\n 759 0 l 1\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 275 l 1\nEndSplineSet\nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 595\nWidth: 1113\nFlags: HW\nHStem: 0 25<16 16 1093 1093> 0 47<263 473 635 843> 651 25<16 16 353 353 383 383 723 723 753 753 1093 1093>\nVStem: 101 162<96 580> 473 162<47 580> 843 162<71 96 96 580>\nFore\n635 47 m 1\n 843 47 l 1\n 843 580 l 2\n 843 629 826 643 753 651 c 1\n 753 676 l 1\n 1093 676 l 1\n 1093 651 l 1\n 1021 642 1005 629 1005 580 c 2\n 1005 96 l 2\n 1005 46 1025 30 1093 25 c 1\n 1093 0 l 1\n 16 0 l 1\n 16 25 l 1\n 83 31 101 46 101 96 c 2\n 101 580 l 2\n 101 629 86 642 16 651 c 1\n 16 676 l 1\n 353 676 l 1\n 353 651 l 1\n 280 643 263 629 263 580 c 2\n 263 47 l 1\n 473 47 l 1\n 473 580 l 2\n 473 629 456 643 383 651 c 1\n 383 676 l 1\n 723 676 l 1\n 723 651 l 1\n 651 642 635 629 635 580 c 2\n 635 47 l 1\nEndSplineSet\nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 596\nWidth: 1112\nFlags: HW\nHStem: 0 25<16 16> 0 47<263 473 635 840> 651 25<16 16 353 353 383 383 723 723 753 753 1093 1093>\nVStem: 101 162<96 580> 473 162<47 580> 843 162<80 105 105 580>\nFore\n840 0 m 2\n 16 0 l 1\n 16 25 l 1\n 83 31 101 46 101 96 c 2\n 101 580 l 2\n 101 629 86 642 16 651 c 1\n 16 676 l 1\n 353 676 l 1\n 353 651 l 1\n 280 643 263 629 263 580 c 2\n 263 47 l 1\n 473 47 l 1\n 473 580 l 2\n 473 629 456 643 383 651 c 1\n 383 676 l 1\n 723 676 l 1\n 723 651 l 1\n 651 642 635 629 635 580 c 2\n 635 47 l 1\n 843 47 l 1\n 843 580 l 2\n 843 629 826 643 753 651 c 1\n 753 676 l 1\n 1093 676 l 1\n 1093 651 l 1\n 1021 642 1005 629 1005 580 c 2\n 1005 105 l 2\n 1005 55 1025 39 1093 34 c 1\n 1093 -200 l 1\n 1069 -200 l 1\n 1055 -137 1044 -77 1022 -52 c 0\n 991 -17 932 0 840 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 597\nWidth: 867\nFlags: HW\nHStem: 0 25<223 223> 0 35<502.5 545> 346 47<469 469> 475 21<85 114 85 85> 651 25<557 557>\nVStem: 307 162<117 346 393 559> 635 172<143 230.5>\nFore\n223 0 m 1\n 223 25 l 1\n 293 31 307 47 307 117 c 2\n 307 644 l 1\n 183 640 131 594 114 475 c 1\n 85 475 l 1\n 88 676 l 1\n 557 676 l 1\n 557 651 l 1\n 478 641 469 632 469 559 c 2\n 469 393 l 1\n 604 392 638 389 682 371 c 0\n 763 340 807 269 807 192 c 0\n 807 76 712 0 545 0 c 2\n 223 0 l 1\n469 70 m 2\n 469 47 486 35 519 35 c 0\n 602 35 635 89 635 197 c 0\n 635 343 555 346 469 346 c 1\n 469 70 l 2\nEndSplineSet\nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 598\nWidth: 970\nFlags: HW\nHStem: 0 25<16 16 600 600 950 950> 0 35<295.5 338> 346 47<262 262> 651 25<16 16 350 350 600 600 950 950>\nVStem: 100 162<117 346 393 559> 428 172<143 230.5> 693 162<96 580>\nFore\n693 96 m 2\n 693 580 l 2\n 693 631 672 646 600 651 c 1\n 600 676 l 1\n 950 676 l 1\n 950 651 l 1\n 876 648 855 632 855 580 c 2\n 855 96 l 2\n 855 44 874 30 950 25 c 1\n 950 0 l 1\n 600 0 l 1\n 600 25 l 1\n 675 32 693 46 693 96 c 2\n262 393 m 1\n 397 392 431 389 475 371 c 0\n 556 340 600 269 600 192 c 0\n 600 76 505 0 338 0 c 2\n 16 0 l 1\n 16 25 l 1\n 86 31 100 47 100 117 c 2\n 100 559 l 2\n 100 621 87 641 40 647 c 0\n 37 647 27 649 16 651 c 1\n 16 676 l 1\n 350 676 l 1\n 350 651 l 1\n 271 641 262 632 262 559 c 2\n 262 393 l 1\n262 70 m 2\n 262 47 279 35 312 35 c 0\n 395 35 428 89 428 197 c 0\n 428 343 348 346 262 346 c 1\n 262 70 l 2\nEndSplineSet\nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 599\nWidth: 630\nFlags: HW\nHStem: 0 25<16 16> 0 35<295.5 338> 346 47<262 262> 651 25<16 16 350 350>\nVStem: 100 162<117 346 393 559> 428 172<143 230.5>\nFore\n262 393 m 1\n 397 392 431 389 475 371 c 0\n 556 340 600 269 600 192 c 0\n 600 76 505 0 338 0 c 2\n 16 0 l 1\n 16 25 l 1\n 86 31 100 47 100 117 c 2\n 100 559 l 2\n 100 621 87 641 40 647 c 0\n 37 647 27 649 16 651 c 1\n 16 676 l 1\n 350 676 l 1\n 350 651 l 1\n 271 641 262 632 262 559 c 2\n 262 393 l 1\n262 70 m 2\n 262 47 279 35 312 35 c 0\n 395 35 428 89 428 197 c 0\n 428 343 348 346 262 346 c 1\n 262 70 l 2\nEndSplineSet\nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 600\nWidth: 722\nFlags: HW\nHStem: -18 47 326 47<259 510> 454 234<67 92> 658 33<315 383>\nVStem: 511 176<326 326>\nFore\n259 326 m 1\n 259 373 l 1\n 510 373 l 1\n 504 559 440 658 326 658 c 0\n 279 658 236 640 193 602 c 0\n 150 563 127 530 92 454 c 1\n 67 454 l 1\n 67 688 l 1\n 94 688 l 1\n 108 653 119 642 138 642 c 0\n 147 642 162 646 184 656 c 0\n 243 680 291 691 339 691 c 0\n 538 691 687 537 687 333 c 0\n 687 127 540 -19 333 -19 c 0\n 262 -19 203 -2 148 35 c 0\n 116 57 94 77 49 127 c 1\n 79 152 l 1\n 138 90 170 66 219 47 c 0\n 248 35 281 29 309 29 c 0\n 375 29 438 64 467 116 c 0\n 495 166 510 234 511 326 c 1\n 259 326 l 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 601\nWidth: 1114\nFlags: HW\nHStem: -19 33<655.5 770.5> 0 25<16 16 353 353> 326 47<263 359> 651 25<16 16 353 353> 658 33<657.5 771>\nVStem: 101 162<96 326 373 580> 359 177<326 326> 890 177<232.5 433>\nFore\n359 326 m 1\n 263 326 l 1\n 263 96 l 2\n 263 47 280 33 353 25 c 1\n 353 0 l 1\n 16 0 l 1\n 16 25 l 1\n 86 34 101 47 101 96 c 2\n 101 580 l 2\n 101 630 83 645 16 651 c 1\n 16 676 l 1\n 353 676 l 1\n 353 651 l 1\n 283 646 263 630 263 580 c 2\n 263 373 l 1\n 361 373 l 1\n 379 559 522 691 717 691 c 0\n 918 691 1067 540 1067 336 c 0\n 1067 129 920 -19 713 -19 c 0\n 509 -19 363 124 359 326 c 1\n716 658 m 0\n 599 658 536 542 536 326 c 0\n 536 124 598 14 713 14 c 128\n 828 14 890 124 890 329 c 0\n 890 537 826 658 716 658 c 0\nEndSplineSet\nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 602\nWidth: 735\nFlags: HW\nHStem: 0 25<26 35> 313 32<465 465> 642 34<393 423.5> 651 25<715 715>\nVStem: 111 171<475.5 546.5> 465 162<117 313 313 313 345 559>\nFore\n26 25 m 1\n 44 25 57 31 67 44 c 1\n 268 329 l 1\n 209 348 184 361 156 386 c 0\n 127 413 111 453 111 498 c 0\n 111 613 210 676 393 676 c 2\n 715 676 l 1\n 715 651 l 1\n 641 646 627 631 627 559 c 2\n 627 117 l 2\n 627 44 637 34 715 25 c 1\n 715 0 l 1\n 377 0 l 1\n 377 25 l 1\n 455 35 465 46 465 117 c 2\n 465 313 l 1\n 438 313 l 1\n 231 0 l 1\n 26 0 l 1\n 26 25 l 1\n465 600 m 2\n 465 606 461 621 458 627 c 0\n 452 637 436 642 411 642 c 0\n 319 642 282 599 282 494 c 0\n 282 430 297 391 329 370 c 0\n 355 353 389 346 465 345 c 1\n 465 600 l 2\nEndSplineSet\nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 603\nWidth: 500\nFlags: HW\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 604\nWidth: 500\nFlags: HW\nHStem: -14 31<221.5 280> 442 31<221 281> 587 85 670 20<434 456 456 456>\nVStem: 29 143<296 302> 329 147<159.5 299>\nFore\n210 672 m 1\n 390 673 l 2\n 416 673 434 690 434 690 c 1\n 456 690 l 1\n 448 626 390 587 342 587 c 2\n 194 587 l 2\n 112 587 100 464 82 394 c 1\n 123 443 183 473 251 473 c 0\n 380 473 476 369 476 229 c 0\n 476 90 380 -14 251 -14 c 0\n 120 -14 28 60 29 296 c 0\n 29 359 34 650 210 672 c 1\n252 442 m 0\n 190 442 172 390 172 214 c 0\n 172 68 192 17 251 17 c 0\n 309 17 329 69 329 223 c 0\n 329 387 310 442 252 442 c 0\nEndSplineSet\nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 605\nWidth: 502\nFlags: HW\nHStem: 0 25<21 21> 0 41<249 272> 421 40<236.5 264 264 277.5> 436 25<27 27>\nVStem: 74 139<88 226 264 360> 321 120<325.5 375.5> 340 124\nFore\n27 461 m 1\n 264 461 l 2\n 378 461 441 422 441 351 c 0\n 441 300 411 262 332 248 c 1\n 400 240 464 212 464 128 c 0\n 464 29 388 0 272 0 c 2\n 21 0 l 1\n 21 25 l 1\n 71 30 74 53 74 88 c 2\n 74 367 l 2\n 74 402 74 434 27 436 c 1\n 27 461 l 1\n213 226 m 1\n 213 82 l 2\n 213 52 234 41 264 41 c 0\n 319 41 339 72 340 126 c 0\n 341 194 314 219 242 224 c 2\n 213 226 l 1\n213 360 m 2\n 213 264 l 1\n 275 264 321 275 321 347 c 0\n 321 404 296 421 259 421 c 0\n 214 421 213 391 213 360 c 2\nEndSplineSet\nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 606\nWidth: 443\nFlags: HW\nHStem: 0 24<21 21 262 262> 429 32<213 283.5> 437 24<27 27>\nVStem: 74 139<84 380 380 398.5>\nFore\n408 461 m 1\n 415 309 l 1\n 389 309 l 1\n 364 404 354 429 213 429 c 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 408 461 l 1\nEndSplineSet\nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 607\nWidth: 556\nFlags: HW\nHStem: 0 40<234 304 304 321 234 234> 421 40<228 351 228 228> 437 24<107 107 539 539>\nVStem: 154 74<237 380 380 398.5> 351 139<97 380>\nFore\n108 55 m 0\n 164 90 154 195 154 237 c 2\n 154 380 l 2\n 154 417 141 433 107 437 c 1\n 107 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 89 l 2\n 490 52 503 36 537 32 c 1\n 544 -142 l 1\n 518 -142 l 1\n 493 -47 467 1 327 0 c 2\n 234 0 l 2\n 94 1 68 -47 43 -142 c 1\n 17 -142 l 1\n 24 32 l 1\n 58 36 78 37 108 55 c 0\n228 40 m 2\n 304 40 l 2\n 338 40 351 60 351 97 c 2\n 351 421 l 1\n 228 421 l 1\n 228 206 l 2\n 228 186 225 109 210 69 c 0\n 199 40 213 40 228 40 c 2\nEndSplineSet\nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 608\nWidth: 444\nFlags: HW\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 609\nWidth: 750\nFlags: HW\nHStem: 0 24<12 17.5 729.5 735> 214 47<286 294 294 304 443 453> 396 74<121.5 140.5 606.5 625.5> 437 24<256 256 495 495>\nVStem: 304 139<84 214 261 377>\nFore\n304 84 m 2\n 304 214 l 1\n 294 214 l 2\n 278 214 256 168 256 168 c 1\n 157 0 l 1\n 12 0 l 1\n 12 24 l 1\n 23 24 33 26 41 39 c 2\n 140 200 l 2\n 157 228 187 242 216 243 c 1\n 162 271 171 396 134 396 c 0\n 109 396 121 366 79 366 c 0\n 53 366 33 384 32 410 c 0\n 31 450 46 470 102 470 c 0\n 179 470 200 392 205 368 c 0\n 213 328 239 261 283 261 c 2\n 304 261 l 1\n 304 377 l 2\n 304 416 289 434 256 437 c 1\n 256 461 l 1\n 495 461 l 1\n 495 437 l 1\n 448 430 443 424 443 377 c 2\n 443 261 l 1\n 464 261 l 2\n 508 261 534 328 542 368 c 0\n 547 392 568 470 645 470 c 0\n 701 470 716 450 715 410 c 0\n 714 384 694 366 668 366 c 0\n 626 366 638 396 613 396 c 0\n 576 396 585 271 531 243 c 1\n 560 242 590 228 607 200 c 2\n 706 39 l 2\n 714 26 724 24 735 24 c 1\n 735 0 l 1\n 590 0 l 1\n 491 168 l 1\n 491 168 469 214 453 214 c 2\n 443 214 l 1\n 443 84 l 2\n 443 37 448 31 495 24 c 1\n 495 0 l 1\n 256 0 l 1\n 256 24 l 1\n 289 27 304 45 304 84 c 2\nEndSplineSet\nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 610\nWidth: 408\nFlags: HW\nHStem: -14 50<124 183> 220 40<118 158> 326 145<34 56> 435 38<172 191>\nVStem: 246 114<326 377> 260 123<92.5 138>\nFore\n151 36 m 0\n 215 36 260 63 260 122 c 0\n 260 154 253 220 158 220 c 2\n 118 220 l 1\n 118 260 l 1\n 160 260 l 2\n 235 260 246 298 246 354 c 0\n 246 400 218 435 164 435 c 0\n 100 435 75 394 59 326 c 1\n 34 326 l 1\n 34 471 l 1\n 56 471 l 1\n 62 456 68 451 80 451 c 0\n 86 451 96 453 112 458 c 0\n 145 469 161 473 183 473 c 0\n 274 473 360 426 360 342 c 0\n 360 278 330 251 304 243 c 1\n 338 234 383 209 383 122 c 0\n 383 18 271 -14 168 -14 c 0\n 63 -14 30 45 5 91 c 1\n 31 113 l 1\n 61 68 97 36 151 36 c 0\nEndSplineSet\nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 611\nWidth: 574\nFlags: HW\nHStem: 0 24<21 21 262 262 318 318 553 553> 437 24<27 27 262 262 318 318 553 553>\nVStem: 74 139<84 136 195 380> 367 137<81 277 277 277 336 380>\nFore\n367 81 m 2\n 367 277 l 1\n 213 136 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 195 l 1\n 367 336 l 1\n 367 380 l 2\n 367 422 357 434 318 437 c 1\n 318 461 l 1\n 553 461 l 1\n 553 437 l 1\n 514 434 504 422 504 380 c 2\n 504 81 l 2\n 504 39 514 27 553 24 c 1\n 553 0 l 1\n 318 0 l 1\n 318 24 l 1\n 352 28 367 44 367 81 c 2\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 612\nWidth: 574\nFlags: HMW\nHStem: 0 24<21 21 262 262 318 318 553 553> 437 24<27 27 262 262 318 318 553 553> 501 76<260.5 314.5>\nVStem: 74 139<84 136 195 380> 367 137<81 277 277 277 336 380>\nFore\n367 81 m 2\n 367 277 l 1\n 213 136 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 195 l 1\n 367 336 l 1\n 367 380 l 2\n 367 422 357 434 318 437 c 1\n 318 461 l 1\n 553 461 l 1\n 553 437 l 1\n 514 434 504 422 504 380 c 2\n 504 81 l 2\n 504 39 514 27 553 24 c 1\n 553 0 l 1\n 318 0 l 1\n 318 24 l 1\n 352 28 367 44 367 81 c 2\n395 664 m 1\n 439 664 l 1\n 433 613 426 588 409 562 c 0\n 383 521 342 501 287 501 c 0\n 234 501 192 520 167 556 c 0\n 146 584 139 609 136 664 c 1\n 180 664 l 1\n 191 603 223 577 287 577 c 0\n 349 577 378 601 395 664 c 1\nEndSplineSet\nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 613\nWidth: 534\nFlags: HW\nHStem: 0 24<508.5 514> 214 47<209 219> 396 74<382.5 401.5> 437 24<22 22 261 261>\nVStem: 70 139<84 214 261 377>\nFore\n70 377 m 2\n 70 416 55 434 22 437 c 1\n 22 461 l 1\n 261 461 l 1\n 261 437 l 1\n 214 430 209 424 209 377 c 2\n 209 261 l 1\n 230 261 l 2\n 284 261 310 330 318 368 c 0\n 323 392 344 470 421 470 c 0\n 477 470 492 450 491 410 c 0\n 490 384 470 366 444 366 c 0\n 402 366 414 396 389 396 c 0\n 352 396 351 271 297 243 c 1\n 326 242 366 228 383 200 c 1\n 485 39 l 2\n 493 26 503 24 514 24 c 1\n 514 0 l 1\n 366 0 l 1\n 264 168 l 1\n 264 168 235 214 219 214 c 2\n 209 214 l 1\n 209 84 l 2\n 209 37 214 31 261 24 c 1\n 261 0 l 1\n 22 0 l 1\n 22 24 l 1\n 55 27 70 45 70 84 c 2\n 70 377 l 2\nEndSplineSet\nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 614\nWidth: 544\nFlags: HW\nHStem: -10 65<95 134.5> 0 24<284 284 519 519> 421 40<228 331 228 228> 437 24<107 107 519 519>\nVStem: 154 74<232 258 258 380 380 398.5> 331 139<81 380>\nFore\n331 421 m 1\n 228 421 l 1\n 228 258 l 2\n 228 56 211 -10 76 -10 c 0\n 43 -10 7 0 7 34 c 0\n 7 60 23 82 49 82 c 0\n 79 82 82 55 108 55 c 0\n 161 55 154 190 154 232 c 2\n 154 380 l 2\n 154 417 141 433 107 437 c 1\n 107 461 l 1\n 519 461 l 1\n 519 437 l 1\n 480 434 470 422 470 380 c 2\n 470 81 l 2\n 470 39 480 27 519 24 c 1\n 519 0 l 1\n 284 0 l 1\n 284 24 l 1\n 318 28 331 44 331 81 c 2\n 331 421 l 1\nEndSplineSet\nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 615\nWidth: 676\nFlags: HMW\nHStem: -14 21<277 303 277 277> 0 24<21 21 161 161 414 414 650 650> 437 24<27 27 650 650>\nVStem: 74 38<84 380 380 398.5> 463 138<81 380>\nFore\n463 81 m 2\n 463 382 l 1\n 303 -14 l 1\n 277 -14 l 1\n 112 399 l 1\n 112 81 l 2\n 112 44 124 29 161 24 c 1\n 161 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 233 461 l 1\n 342 177 l 1\n 454 461 l 1\n 650 461 l 1\n 650 437 l 1\n 611 434 601 422 601 380 c 2\n 601 81 l 2\n 601 39 611 27 650 24 c 1\n 650 0 l 1\n 414 0 l 1\n 414 24 l 1\n 448 28 463 44 463 81 c 2\nEndSplineSet\nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 616\nWidth: 556\nFlags: HMW\nHStem: 0 24<21 21 262 262 304 304 539 539> 216 40<213 353> 437 24<27 27 262 262 304 304 539 539>\nVStem: 74 139<84 216 256 380> 353 137<81 216 216 216 256 380>\nFore\n353 81 m 2\n 353 216 l 1\n 213 216 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 256 l 1\n 353 256 l 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 350 30 353 52 353 81 c 2\nEndSplineSet\nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 617\nWidth: 500\nFlags: HW\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 618\nWidth: 556\nFlags: HW\nHStem: 0 24<21 21 262 262 304 304 539 539> 421 40<213 351 213 213> 437 24<27 27 539 539>\nVStem: 74 139<84 380 380 398.5> 351 139<81 380>\nFore\n351 421 m 1\n 213 421 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 2\n 351 421 l 1\nEndSplineSet\nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 619\nWidth: 556\nFlags: HW\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 620\nWidth: 444\nFlags: HW\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 621\nWidth: 494\nFlags: HMW\nHStem: 0 24<121 121 362 362> 424 37<131 174 313 353.5>\nVStem: 174 139<84 424>\nFore\n468 461 m 1\n 475 319 l 1\n 449 319 l 1\n 424 414 394 424 313 424 c 1\n 313 81 l 2\n 313 44 325 29 362 24 c 1\n 362 0 l 1\n 121 0 l 1\n 121 24 l 1\n 166 33 174 42 174 84 c 2\n 174 424 l 1\n 88 424 63 414 38 319 c 1\n 12 319 l 1\n 19 461 l 1\n 468 461 l 1\nEndSplineSet\nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 622\nWidth: 500\nFlags: HW\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 623\nWidth: 825\nFlags: HW\nHStem: -205 21<561 561> -13 55<238.5 248 579 588.5> 416 57<232 249.5 577.5 595>\nVStem: 34 148<165 290.5> 288 273<-205 -184> 289 192<659 683> 344 139<-123 -94 -94 47 103 346> 645 148<165 290.5>\nFore\n344 392 m 1\n 344 600 l 2\n 344 642 333 652 289 659 c 1\n 289 683 l 1\n 481 683 l 1\n 481 392 l 1\n 512 450 548 473 607 473 c 0\n 718 473 793 378 793 239 c 0\n 793 91 713 -13 601 -13 c 0\n 557 -13 531 0 483 47 c 1\n 483 -94 l 2\n 483 -161 500 -181 561 -184 c 1\n 561 -205 l 1\n 288 -205 l 1\n 288 -181 l 1\n 336 -173 344 -164 344 -123 c 2\n 344 47 l 1\n 296 0 270 -13 226 -13 c 0\n 114 -13 34 91 34 239 c 0\n 34 378 109 473 220 473 c 0\n 279 473 313 450 344 392 c 1\n344 346 m 2\n 344 353 335 369 323 382 c 0\n 303 404 280 416 258 416 c 0\n 206 416 182 356 182 225 c 0\n 182 101 210 42 267 42 c 0\n 300 42 329 65 344 103 c 1\n 344 346 l 2\n483 346 m 2\n 483 103 l 1\n 498 65 527 42 560 42 c 0\n 617 42 645 101 645 225 c 0\n 645 356 621 416 569 416 c 0\n 547 416 524 404 504 382 c 0\n 492 369 483 353 483 346 c 2\nEndSplineSet\nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 624\nWidth: 500\nFlags: HW\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 625\nWidth: 556\nFlags: HW\nHStem: 0 24<21 21> 0 40<209 323> 437 24<21 21 256 256 298 298 539 539>\nVStem: 70 139<81 380> 347 139<70.5 89 89 377>\nFore\n323 0 m 2\n 21 0 l 1\n 21 24 l 1\n 60 27 70 39 70 81 c 2\n 70 380 l 2\n 70 422 60 434 21 437 c 1\n 21 461 l 1\n 256 461 l 1\n 256 437 l 1\n 222 433 209 417 209 380 c 2\n 209 40 l 1\n 347 40 l 1\n 347 380 l 2\n 347 417 335 432 298 437 c 1\n 298 461 l 1\n 539 461 l 1\n 539 437 l 1\n 494 428 486 419 486 377 c 2\n 486 89 l 2\n 486 52 499 36 533 32 c 1\n 540 -142 l 1\n 514 -142 l 1\n 489 -47 463 1 323 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 626\nWidth: 556\nFlags: HW\nHStem: 0 24<304 304 539 539> 0 81<351 353> 437 24<27 27 262 262 304 304 539 539>\nVStem: 74 139<251 380> 351 139<62.5 81>\nFore\n351 81 m 1\n 353 81 l 1\n 353 182 l 1\n 320 162 280 154 220 155 c 0\n 150 156 74 185 74 251 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 224 l 1\n 214 204 252 196 282 195 c 128\n 312 194 353 222 353 222 c 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 1\nEndSplineSet\nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 627\nWidth: 818\nFlags: HW\nHStem: 0 24<21 21 797 797> 0 40<209 335 474 611> 437 24<21 21 256 256 286 286 527 527 562 562 803 803>\nVStem: 70 139<81 380> 335 139<40 377> 611 139<62.5 81 81 377>\nFore\n474 40 m 1\n 611 40 l 1\n 611 380 l 2\n 611 417 599 432 562 437 c 1\n 562 461 l 1\n 803 461 l 1\n 803 437 l 1\n 758 428 750 419 750 377 c 2\n 750 81 l 2\n 750 44 763 28 797 24 c 1\n 797 0 l 1\n 21 0 l 1\n 21 24 l 1\n 60 27 70 39 70 81 c 2\n 70 380 l 2\n 70 422 60 434 21 437 c 1\n 21 461 l 1\n 256 461 l 1\n 256 437 l 1\n 222 433 209 417 209 380 c 2\n 209 40 l 1\n 335 40 l 1\n 335 380 l 2\n 335 417 323 432 286 437 c 1\n 286 461 l 1\n 527 461 l 1\n 527 437 l 1\n 482 428 474 419 474 377 c 2\n 474 40 l 1\nEndSplineSet\nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 628\nWidth: 818\nFlags: HW\nHStem: 0 24<21 21> 0 40<209 335 474 587> 437 24<21 21 256 256 286 286 527 527 562 562 803 803>\nVStem: 70 139<81 380> 335 139<40 377> 611 139<70.5 89 89 377>\nFore\n587 0 m 2\n 21 0 l 1\n 21 24 l 1\n 60 27 70 39 70 81 c 2\n 70 380 l 2\n 70 422 60 434 21 437 c 1\n 21 461 l 1\n 256 461 l 1\n 256 437 l 1\n 222 433 209 417 209 380 c 2\n 209 40 l 1\n 335 40 l 1\n 335 380 l 2\n 335 417 323 432 286 437 c 1\n 286 461 l 1\n 527 461 l 1\n 527 437 l 1\n 482 428 474 419 474 377 c 2\n 474 40 l 1\n 611 40 l 1\n 611 380 l 2\n 611 417 599 432 562 437 c 1\n 562 461 l 1\n 803 461 l 1\n 803 437 l 1\n 758 428 750 419 750 377 c 2\n 750 89 l 2\n 750 52 763 36 797 32 c 1\n 804 -142 l 1\n 778 -142 l 1\n 753 -47 727 1 587 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 629\nWidth: 612\nFlags: HW\nHStem: 0 25<121 121> 0 41<375 398> 246 38<313 368> 424 37<131 174> 436 25<360 360>\nVStem: 174 139<88 246 284 367> 466 124\nFore\n121 0 m 1\n 121 25 l 1\n 171 30 174 53 174 88 c 2\n 174 424 l 1\n 88 424 63 414 38 319 c 1\n 12 319 l 1\n 19 461 l 1\n 360 461 l 1\n 360 436 l 1\n 313 434 313 402 313 367 c 2\n 313 284 l 1\n 372 284 l 2\n 482 284 537 247 553 227 c 1\n 577 206 590 168 590 138 c 0\n 590 61 514 0 398 0 c 2\n 121 0 l 1\n313 246 m 1\n 313 82 l 2\n 313 52 360 41 390 41 c 0\n 445 41 465 82 466 136 c 0\n 467 204 439 246 368 246 c 2\n 313 246 l 1\nEndSplineSet\nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 630\nWidth: 762\nFlags: HW\nHStem: 0 24<504 504 739 739> 0 25<21 21> 0 41<275 298> 0 81<551 553> 246 38<213 268> 436 25<27 27 260 260> 437 24<504 504 739 739>\nVStem: 74 139<88 246 284 367> 366 124 551 139<62.5 81>\nFore\n260 461 m 1\n 260 436 l 1\n 213 434 213 402 213 367 c 2\n 213 284 l 1\n 272 284 l 2\n 382 284 437 247 453 227 c 1\n 477 206 490 168 490 138 c 0\n 490 61 414 0 298 0 c 2\n 21 0 l 1\n 21 25 l 1\n 71 30 74 53 74 88 c 2\n 74 367 l 2\n 74 402 74 434 27 436 c 1\n 27 461 l 1\n 260 461 l 1\n213 246 m 1\n 213 82 l 2\n 213 52 260 41 290 41 c 0\n 345 41 365 82 366 136 c 0\n 367 204 339 246 268 246 c 2\n 213 246 l 1\n551 81 m 1\n 553 81 l 1\n 553 380 l 2\n 553 422 543 434 504 437 c 1\n 504 461 l 1\n 739 461 l 1\n 739 437 l 1\n 700 434 690 422 690 380 c 2\n 690 81 l 2\n 690 39 700 27 739 24 c 1\n 739 0 l 1\n 504 0 l 1\n 504 24 l 1\n 538 28 551 44 551 81 c 1\nEndSplineSet\nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 631\nWidth: 512\nFlags: HW\nHStem: 0 25<21 21> 0 41<275 298> 246 38<213 268> 436 25<27 27 260 260>\nVStem: 74 139<88 246 284 367> 366 124\nFore\n260 461 m 1\n 260 436 l 1\n 213 434 213 402 213 367 c 2\n 213 284 l 1\n 272 284 l 2\n 382 284 437 247 453 227 c 1\n 477 206 490 168 490 138 c 0\n 490 61 414 0 298 0 c 2\n 21 0 l 1\n 21 25 l 1\n 71 30 74 53 74 88 c 2\n 74 367 l 2\n 74 402 74 434 27 436 c 1\n 27 461 l 1\n 260 461 l 1\n213 246 m 1\n 213 82 l 2\n 213 52 260 41 290 41 c 0\n 345 41 365 82 366 136 c 0\n 367 204 339 246 268 246 c 2\n 213 246 l 1\nEndSplineSet\nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 632\nWidth: 444\nFlags: HW\nHStem: -14 43 206 40<149 280> 442 31<196 233>\nVStem: 43 124<372 393> 280 146\nFore\n280 246 m 1\n 278 382 262 442 204 442 c 0\n 188 442 178 434 172 423 c 0\n 167 414 167 414 167 372 c 0\n 166 323 148 300 111 300 c 0\n 69 300 43 324 43 363 c 0\n 43 425 130 473 199 473 c 0\n 333 473 427 370 427 224 c 0\n 427 109 366 -14 201 -14 c 0\n 124 -14 87 17 29 91 c 1\n 47 109 l 1\n 84 67 152 30 204 29 c 0\n 266 28 277 118 280 206 c 1\n 149 206 l 1\n 149 246 l 1\n 280 246 l 1\nEndSplineSet\nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 633\nWidth: 790\nFlags: HW\nHStem: -14 31<498.5 557> 0 24<29 29 270 270> 216 40<221 302> 437 24<35 35 270 270> 442 31<498 558>\nVStem: 82 139<84 216 256 380> 606 147<159.5 299>\nFore\n303 256 m 1\n 314 380 409 473 528 473 c 0\n 657 473 753 369 753 229 c 0\n 753 90 657 -14 528 -14 c 0\n 402 -14 309 81 302 216 c 1\n 221 216 l 1\n 221 81 l 2\n 221 44 233 29 270 24 c 1\n 270 0 l 1\n 29 0 l 1\n 29 24 l 1\n 74 33 82 42 82 84 c 2\n 82 380 l 2\n 82 417 69 433 35 437 c 1\n 35 461 l 1\n 270 461 l 1\n 270 437 l 1\n 231 434 221 422 221 380 c 2\n 221 256 l 1\n 303 256 l 1\n529 442 m 0\n 467 442 449 390 449 214 c 0\n 449 68 469 17 528 17 c 0\n 586 17 606 69 606 223 c 0\n 606 387 587 442 529 442 c 0\nEndSplineSet\nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 634\nWidth: 512\nFlags: HW\nHStem: 0 24<12 17.5> 0 25<251 251 484 484> 197 38<272 298 272 272> 420 41<213 248> 436 25<490 490>\nVStem: 34 116 298 139<94 197 197 197 235 373>\nFore\n139 209 m 1\n 83 224 34 258 34 333 c 0\n 34 410 97 461 213 461 c 2\n 490 461 l 1\n 490 436 l 1\n 440 431 437 408 437 373 c 2\n 437 94 l 2\n 437 59 437 27 484 25 c 1\n 484 0 l 1\n 251 0 l 1\n 251 25 l 1\n 298 27 298 59 298 94 c 2\n 298 197 l 1\n 272 197 l 1\n 157 0 l 1\n 12 0 l 1\n 12 24 l 1\n 23 24 34 26 41 39 c 2\n 139 209 l 1\n298 235 m 1\n 298 379 l 2\n 298 409 263 420 233 420 c 0\n 178 420 151 389 150 335 c 0\n 149 267 172 235 243 235 c 2\n 298 235 l 1\nEndSplineSet\nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 635\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 99 -17\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 636\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 58 -26\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 637\nWidth: 556\nFlags: W\nHStem: -203 31<288.5 314.5> 0 24 505 72<13 69 208 343> 656 20<16 208 208 208>\nVStem: 13 330<505 577> 69 139<84 348 395 505 577 594 594 614.5> 168 121<-101 -85> 346 139<-27.5 2 2 323 323 332>\nFore\n208 395 m 1\n 236 440 290 473 350 473 c 0\n 432 473 485 418 485 332 c 2\n 485 2 l 2\n 485 -57 477 -95 458 -127 c 0\n 430 -176 377 -203 308 -203 c 0\n 226 -203 168 -162 168 -103 c 0\n 168 -67 193 -42 230 -42 c 0\n 262 -42 289 -66 289 -96 c 0\n 289 -106 285 -117 275 -133 c 0\n 269 -143 266 -150 266 -155 c 0\n 266 -165 279 -172 298 -172 c 0\n 331 -172 346 -149 346 -96 c 2\n 346 323 l 2\n 346 379 329 406 294 406 c 0\n 271 406 247 394 225 371 c 1\n 215 362 208 352 208 348 c 2\n 208 81 l 2\n 208 44 220 29 257 24 c 1\n 257 0 l 1\n 16 0 l 1\n 16 24 l 1\n 61 33 69 42 69 84 c 2\n 69 505 l 1\n 13 505 l 1\n 13 577 l 1\n 69 577 l 1\n 69 594 l 2\n 69 635 62 643 16 652 c 1\n 16 676 l 1\n 208 676 l 1\n 208 577 l 1\n 343 577 l 1\n 343 505 l 1\n 208 505 l 1\n 208 395 l 1\nEndSplineSet\nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 638\nWidth: 458\nFlags: W\nHStem: 0 24 429 32<213 213> 437 24\nVStem: 74 139<84 380 380 398.5>\nFore\n423 461 m 1\n 430 319 l 1\n 404 319 l 1\n 379 414 353 430 213 429 c 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 423 461 l 1\n107 511 m 1\n 244 668 l 2\n 261 687 278 696 297 696 c 0\n 326 696 345 678 345 652 c 0\n 345 629 337 619 305 599 c 2\n 163 511 l 1\n 107 511 l 1\nEndSplineSet\nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 639\nWidth: 444\nFlags: W\nHStem: 216 40<170 310 170 170> 442 30\nVStem: 25 285<216 256> 292 124<372 393>\nFore\n166 256 m 1\n 310 256 l 1\n 310 216 l 1\n 170 216 l 1\n 184 115 235 53 308 53 c 0\n 349 53 375 67 412 109 c 1\n 430 91 l 1\n 372 17 316 -14 239 -14 c 0\n 115 -14 25 85 25 223 c 0\n 25 367 125 473 261 473 c 0\n 349 473 416 425 416 363 c 0\n 416 324 390 300 348 300 c 0\n 311 300 293 323 292 372 c 0\n 292 414 292 414 287 423 c 0\n 281 434 266 442 250 442 c 0\n 198 442 166 379 166 276 c 2\n 166 256 l 1\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 640\nWidth: 389\nFlags: W\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 641\nWidth: 278\nFlags: W\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 642\nWidth: 278\nFlags: W\nRef: 305 305 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -32 -26\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 643\nWidth: 333\nFlags: W\nRef: 106 106 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 644\nWidth: 792\nFlags: W\nHStem: -10 65<95 134.5> 0 41<558 581> 0 24 0 41 226 38<496 551> 421 40<213 351 213 213> 436 25 437 24\nVStem: 154 59<209 380 380 398.5> 351 145<81 82 82 226 264 367> 649 124\nFore\n543 461 m 1\n 543 436 l 1\n 496 434 496 402 496 367 c 2\n 496 264 l 1\n 555 264 l 2\n 665 264 720 227 736 207 c 1\n 760 186 773 158 773 128 c 0\n 773 51 697 0 581 0 c 2\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 2\n 351 421 l 1\n 213 421 l 1\n 213 206 l 2\n 213 169 226 -10 76 -10 c 0\n 43 -10 7 0 7 34 c 0\n 7 60 23 82 49 82 c 0\n 79 82 82 55 108 55 c 0\n 161 55 154 167 154 209 c 2\n 154 380 l 2\n 154 417 141 433 107 437 c 1\n 107 461 l 1\n 543 461 l 1\n496 226 m 1\n 496 82 l 2\n 496 52 543 41 573 41 c 0\n 628 41 648 72 649 126 c 0\n 650 194 622 226 551 226 c 2\n 496 226 l 1\nEndSplineSet\nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 645\nWidth: 786\nFlags: W\nHStem: 0 41<558 581> 0 24 0 81<351 353> 0 24 0 81 0 24 0 41 223 40<213 353> 226 38<496 551> 437 24\nVStem: 74 139<84 223 263 380> 351 145<67 81> 649 124\nFore\n543 461 m 1\n 543 436 l 1\n 496 434 496 402 496 367 c 2\n 496 264 l 1\n 555 264 l 2\n 665 264 720 227 736 207 c 1\n 760 186 773 158 773 128 c 0\n 773 51 697 0 581 0 c 2\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 1\n 353 81 l 1\n 353 223 l 1\n 213 223 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 263 l 1\n 353 263 l 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 543 461 l 1\n496 226 m 1\n 496 82 l 2\n 496 52 543 41 573 41 c 0\n 628 41 648 72 649 126 c 0\n 650 194 622 226 551 226 c 2\n 496 226 l 1\nEndSplineSet\nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 646\nWidth: 556\nFlags: W\nHStem: 0 24 505 72<13 69 208 343> 656 20<16 208 208 208>\nVStem: 13 330<505 577> 69 139<84 348 395 505 577 594 594 614.5> 346 139<81 84 84 323 323 332>\nFore\n16 676 m 1\n 208 676 l 1\n 208 577 l 1\n 343 577 l 1\n 343 505 l 1\n 208 505 l 1\n 208 395 l 1\n 260 453 297 473 350 473 c 0\n 432 473 485 418 485 332 c 2\n 485 84 l 2\n 485 42 498 27 534 24 c 1\n 534 0 l 1\n 299 0 l 1\n 299 24 l 1\n 333 28 346 44 346 81 c 2\n 346 323 l 2\n 346 379 329 406 294 406 c 0\n 271 406 247 394 225 371 c 1\n 215 362 208 352 208 348 c 2\n 208 81 l 2\n 208 44 220 29 257 24 c 1\n 257 0 l 1\n 16 0 l 1\n 16 24 l 1\n 61 33 69 42 69 84 c 2\n 69 505 l 1\n 13 505 l 1\n 13 577 l 1\n 69 577 l 1\n 69 594 l 2\n 69 635 62 643 16 652 c 1\n 16 676 l 1\nEndSplineSet\nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 647\nWidth: 534\nFlags: W\nHStem: 0 24<508.5 514> 396 74<382.5 401.5> 437 24\nVStem: 70 139<84 214 261 377>\nFore\n70 377 m 2\n 70 416 55 434 22 437 c 1\n 22 461 l 1\n 261 461 l 1\n 261 437 l 1\n 214 430 209 424 209 377 c 2\n 209 261 l 1\n 230 262 l 2\n 246 263 314 324 318 368 c 0\n 320 392 344 470 421 470 c 0\n 477 470 492 450 491 410 c 0\n 490 384 470 366 444 366 c 0\n 402 366 414 396 389 396 c 0\n 352 396 351 271 297 243 c 1\n 326 242 366 228 383 200 c 1\n 485 39 l 2\n 493 26 503 24 514 24 c 1\n 514 0 l 1\n 366 0 l 1\n 264 168 l 1\n 264 168 235 214 219 214 c 2\n 209 214 l 1\n 209 84 l 2\n 209 37 214 31 261 24 c 1\n 261 0 l 1\n 22 0 l 1\n 22 24 l 1\n 55 27 70 45 70 84 c 2\n 70 377 l 2\n149 511 m 1\n 286 668 l 2\n 303 687 320 696 339 696 c 0\n 368 696 387 678 387 652 c 0\n 387 629 379 619 347 599 c 2\n 205 511 l 1\n 149 511 l 1\nEndSplineSet\nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 648\nWidth: 556\nFlags: MW\nHStem: 0 24 437 24\nVStem: 74 139<84 136 195 380> 351 139<62.5 81>\nFore\n351 81 m 1\n 353 277 l 1\n 213 136 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 195 l 1\n 353 336 l 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 1\n399 511 m 1\n 343 511 l 1\n 201 599 l 2\n 172 617 161 631 161 651 c 0\n 161 676 182 696 208 696 c 0\n 227 696 246 686 262 668 c 2\n 399 511 l 1\nEndSplineSet\nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 649\nWidth: 500\nFlags: W\nRef: 121 121 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 81 -17\nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 650\nWidth: 556\nFlags: W\nHStem: -179 219<248 314 248 248> 0 24 0 40<209 220 336 347 336 336> 0 24 0 40 437 24\nVStem: 21 512<0 24> 70 139<81 380> 347 139<62.5 81 81 377>\nFore\n209 40 m 1\n 347 40 l 1\n 347 380 l 2\n 347 417 335 432 298 437 c 1\n 298 461 l 1\n 539 461 l 1\n 539 437 l 1\n 494 428 486 419 486 377 c 2\n 486 81 l 2\n 486 44 499 28 533 24 c 1\n 533 0 l 1\n 336 0 l 1\n 319 -60 314 -179 314 -179 c 1\n 248 -179 l 1\n 248 -179 239 -59 220 0 c 1\n 21 0 l 1\n 21 24 l 1\n 60 27 70 39 70 81 c 2\n 70 380 l 2\n 70 422 60 434 21 437 c 1\n 21 461 l 1\n 256 461 l 1\n 256 437 l 1\n 222 433 209 417 209 380 c 2\n 209 40 l 1\nEndSplineSet\nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 651\nWidth: 611\nFlags: W\nHStem: 0 35<295.5 338> 0 25 0 35 0 25 338 35 487 72<18 100 262 348> 651 25\nVStem: 18 330<487 559> 100 162<117 338 373 487 559 590> 428 172<133 218.5>\nFore\n262 338 m 1\n 262 70 l 2\n 262 47 279 35 312 35 c 0\n 395 35 428 79 428 187 c 0\n 428 250 416 288 390 311 c 0\n 366 331 333 338 262 338 c 1\n350 651 m 1\n 271 641 262 632 262 559 c 1\n 348 559 l 1\n 348 487 l 1\n 262 487 l 1\n 262 373 l 1\n 397 372 431 369 475 351 c 0\n 556 320 600 259 600 182 c 0\n 600 66 505 0 338 0 c 2\n 16 0 l 1\n 16 25 l 1\n 86 31 100 47 100 117 c 2\n 100 487 l 1\n 18 487 l 1\n 18 559 l 1\n 100 559 l 1\n 100 621 87 641 40 647 c 0\n 37 647 27 649 16 651 c 1\n 16 676 l 1\n 350 676 l 1\n 350 651 l 1\nEndSplineSet\nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 652\nWidth: 512\nFlags: W\nHStem: 0 41<275 298> 0 25 0 41 226 38<213 268> 294 72<17 74 213 274> 436 25\nVStem: 17 257<294 366> 74 139<88 226 264 294 366 367> 366 124\nFore\n268 226 m 2\n 213 226 l 1\n 213 82 l 2\n 213 52 260 41 290 41 c 0\n 345 41 365 72 366 126 c 0\n 367 194 339 226 268 226 c 2\n27 461 m 1\n 260 461 l 1\n 260 436 l 1\n 213 434 213 402 213 367 c 2\n 213 366 l 1\n 274 366 l 1\n 274 294 l 1\n 213 294 l 1\n 213 264 l 1\n 272 264 l 2\n 382 264 437 227 453 207 c 1\n 477 186 490 158 490 128 c 0\n 490 51 414 0 298 0 c 2\n 21 0 l 1\n 21 25 l 1\n 71 30 74 53 74 88 c 2\n 74 294 l 1\n 17 294 l 1\n 17 366 l 1\n 74 366 l 1\n 74 367 l 2\n 74 402 74 434 27 436 c 1\n 27 461 l 1\nEndSplineSet\nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 653\nWidth: 611\nFlags: W\nHStem: 0 29<38.5 40> 0 25 0 29 0 25 303 35 641 35<295.5 338 338 353.5> 651 25\nVStem: 100 162<117 303 338 559 559 594> 428 172<472 543>\nFore\n340 483 m 1\n 417 406 l 1\n 424 428 428 455 428 489 c 0\n 428 597 395 641 312 641 c 0\n 279 641 262 629 262 606 c 2\n 262 338 l 1\n 315 338 347 342 369 352 c 1\n 289 432 l 1\n 340 483 l 1\n574 250 m 1\n 523 199 l 1\n 413 309 l 1\n 381 305 337 304 262 303 c 1\n 262 117 l 2\n 262 44 271 35 350 25 c 1\n 350 0 l 1\n 16 0 l 1\n 16 25 l 1\n 27 27 37 29 40 29 c 0\n 87 35 100 55 100 117 c 2\n 100 559 l 2\n 100 629 86 645 16 651 c 1\n 16 676 l 1\n 338 676 l 2\n 505 676 600 610 600 494 c 0\n 600 422 562 365 491 332 c 1\n 574 250 l 1\nEndSplineSet\nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 654\nWidth: 556\nFlags: W\nHStem: -205 21 -13 55 416 57<308.5 326> 441 20<21 212 212 212>\nVStem: 19 273<-205 -184> 21 191<437 461> 75 139<-123 -94 -94 47 103 346> 376 148<207 290.5>\nFore\n291 210 m 1\n 369 133 l 1\n 374 158 376 189 376 225 c 0\n 376 356 352 416 300 416 c 0\n 278 416 255 404 235 382 c 0\n 223 369 214 353 214 346 c 2\n 214 103 l 1\n 229 65 258 42 291 42 c 0\n 310 42 326 48 338 62 c 1\n 240 159 l 1\n 291 210 l 1\n525 -23 m 1\n 474 -74 l 1\n 399 1 l 1\n 378 -8 356 -13 332 -13 c 0\n 288 -13 262 0 214 47 c 1\n 214 -94 l 2\n 214 -161 231 -181 292 -184 c 1\n 292 -205 l 1\n 19 -205 l 1\n 19 -181 l 1\n 67 -173 75 -164 75 -123 c 2\n 75 378 l 2\n 75 420 65 430 21 437 c 1\n 21 461 l 1\n 212 461 l 1\n 212 392 l 1\n 243 450 279 473 338 473 c 0\n 449 473 524 378 524 239 c 0\n 524 157 499 88 458 43 c 1\n 525 -23 l 1\nEndSplineSet\nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 655\nWidth: 611\nFlags: W\nHStem: 0 25 642 33<330 376> 642 200<559 583> 642 33 642 200\nVStem: 16 567 16 360<0 25> 16 567 16 360 16 567 104 162<96 580 580 595>\nFore\n584 642 m 1\n 330 642 l 2\n 279 642 266 632 266 595 c 2\n 266 96 l 2\n 266 41 284 29 376 25 c 1\n 376 0 l 1\n 16 0 l 1\n 16 25 l 1\n 90 33 104 44 104 96 c 2\n 104 580 l 2\n 104 632 85 647 16 651 c 1\n 16 676 l 1\n 330 675 l 2\n 422 675 481 692 512 727 c 0\n 534 752 552 782 559 842 c 1\n 583 842 l 1\n 584 642 l 1\nEndSplineSet\nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 656\nWidth: 458\nFlags: W\nHStem: 0 24 428 143 428 33<212 212> 428 143 437 24\nVStem: 74 139\nFore\n212 428 m 1\n 213 81 l 1\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 213 461 l 2\n 350 462 379 476 404 571 c 1\n 430 571 l 1\n 423 429 l 1\n 212 428 l 1\nEndSplineSet\nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 657\nWidth: 611\nFlags: W\nHStem: 0 25 390 72<28 104 266 358> 651 25\nVStem: 16 567<651 676> 16 360<0 25> 16 567 16 360 16 567 104 162<96 390 462 580 580 595>\nFore\n16 676 m 1\n 583 676 l 1\n 583 475 l 1\n 559 475 l 1\n 545 538 534 565 512 590 c 0\n 481 625 422 642 330 642 c 0\n 279 642 266 632 266 595 c 2\n 266 462 l 1\n 358 462 l 1\n 358 390 l 1\n 266 390 l 1\n 266 96 l 2\n 266 41 284 29 376 25 c 1\n 376 0 l 1\n 16 0 l 1\n 16 25 l 1\n 90 33 104 44 104 96 c 2\n 104 390 l 1\n 28 390 l 1\n 28 462 l 1\n 104 462 l 1\n 104 580 l 2\n 104 632 85 647 16 651 c 1\n 16 676 l 1\nEndSplineSet\nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 658\nWidth: 458\nFlags: W\nHStem: 0 24 225 72<24 74 213 320> 437 24\nVStem: 74 139<84 225 297 380 380 398.5>\nFore\n27 461 m 1\n 423 461 l 1\n 430 319 l 1\n 404 319 l 1\n 379 414 353 430 213 429 c 1\n 213 297 l 1\n 320 297 l 1\n 320 225 l 1\n 213 225 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 225 l 1\n 24 225 l 1\n 24 297 l 1\n 74 297 l 1\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\nEndSplineSet\nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 659\nWidth: 611\nFlags: W\nHStem: 0 25 651 25\nVStem: 16 567<651 676> 16 360<0 25> 16 567 16 360 16 567 104 162<96 580 580 595>\nFore\n583 676 m 1\n 583 475 l 1\n 559 475 l 1\n 545 538 534 565 512 590 c 0\n 481 625 422 642 330 642 c 0\n 279 642 266 632 266 595 c 2\n 266 96 l 2\n 266 41 284 29 376 25 c 1\n 376 0 l 1\n 16 0 l 1\n 16 25 l 1\n 90 33 104 44 104 96 c 2\n 104 580 l 2\n 104 632 85 647 16 651 c 1\n 16 676 l 1\n 583 676 l 1\nEndSplineSet\nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 660\nWidth: 458\nFlags: W\nHStem: -202 30 0 24 239 67 429 32<213 213>\nVStem: 74 139<84 181 219 380 380 398.5> 173 121<-101 -85> 393 139<2 90>\nFore\n213 219 m 1\n 248 281 286 306 355 306 c 0\n 475 306 532 184 532 64 c 0\n 532 -76 446 -204 313 -203 c 0\n 244 -202 173 -162 173 -103 c 0\n 173 -67 198 -42 235 -42 c 0\n 267 -42 294 -66 294 -96 c 0\n 294 -106 290 -117 280 -133 c 0\n 274 -143 271 -150 271 -155 c 0\n 271 -165 289 -172 303 -172 c 0\n 352 -172 393 -46 393 50 c 0\n 393 130 378 240 299 239 c 0\n 270 239 252 227 230 204 c 1\n 220 195 213 185 213 181 c 2\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 423 461 l 1\n 430 319 l 1\n 404 319 l 1\n 379 414 353 430 213 429 c 1\n 213 219 l 1\nEndSplineSet\nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 661\nWidth: 1107\nFlags: W\nHStem: 0 25 583 102 651 25\nVStem: 473 162<96 318 371 557 557 559>\nFore\n996 87 m 2\n 1006 71 1016 39 1084 34 c 1\n 1084 -167 l 1\n 1060 -167 l 1\n 1046 -104 1035 -77 1013 -52 c 0\n 982 -17 967 0 875 0 c 1\n 718 254 l 1\n 690 292 682 318 654 318 c 2\n 635 318 l 1\n 635 96 l 2\n 635 47 651 34 723 25 c 1\n 723 0 l 1\n 386 0 l 1\n 386 25 l 1\n 458 33 473 45 473 96 c 2\n 473 318 l 1\n 454 318 l 2\n 426 318 418 292 390 254 c 1\n 233 0 l 1\n 35 0 l 1\n 35 25 l 1\n 60 26 71 31 84 46 c 1\n 242 286 l 1\n 271 328 327 349 359 352 c 1\n 267 418 275 583 243 583 c 0\n 199 583 221 554 145 556 c 0\n 97 557 89 583 89 616 c 0\n 89 664 131 684 183 685 c 0\n 253 686 305 626 311 578 c 0\n 326 460 400 374 444 372 c 2\n 473 371 l 1\n 473 557 l 2\n 473 628 455 647 386 651 c 1\n 386 676 l 1\n 724 676 l 1\n 724 651 l 1\n 650 646 635 630 635 559 c 2\n 635 371 l 1\n 664 372 l 2\n 708 374 782 460 797 578 c 0\n 803 626 855 686 925 685 c 0\n 977 684 1019 664 1019 616 c 0\n 1019 583 1011 557 963 556 c 0\n 887 554 909 583 865 583 c 0\n 833 583 841 418 749 352 c 1\n 781 349 837 328 866 286 c 1\n 996 87 l 2\nEndSplineSet\nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 662\nWidth: 750\nFlags: W\nHStem: 0 24<12 17.5> 396 74<121.5 140.5 606.5 625.5> 437 24\nVStem: 304 139<84 214 261 377>\nFore\n733 24 m 1\n 741 -110 l 1\n 715 -110 l 1\n 696 -16 682 0 590 0 c 1\n 491 168 l 1\n 491 168 469 214 453 214 c 2\n 443 214 l 1\n 443 84 l 2\n 443 37 448 31 495 24 c 1\n 495 0 l 1\n 256 0 l 1\n 256 24 l 1\n 289 27 304 45 304 84 c 2\n 304 214 l 1\n 294 214 l 2\n 278 214 256 168 256 168 c 1\n 157 0 l 1\n 12 0 l 1\n 12 24 l 1\n 23 24 33 26 41 39 c 2\n 140 200 l 2\n 157 228 187 242 216 243 c 1\n 162 271 171 396 134 396 c 0\n 109 396 121 366 79 366 c 0\n 53 366 33 384 32 410 c 0\n 31 450 46 470 102 470 c 0\n 179 470 203 392 205 368 c 0\n 209 324 267 263 283 262 c 2\n 304 261 l 1\n 304 377 l 2\n 304 416 289 434 256 437 c 1\n 256 461 l 1\n 495 461 l 1\n 495 437 l 1\n 448 430 443 424 443 377 c 2\n 443 261 l 1\n 464 262 l 2\n 480 263 538 324 542 368 c 0\n 544 392 568 470 645 470 c 0\n 701 470 716 450 715 410 c 0\n 714 384 694 366 668 366 c 0\n 626 366 638 396 613 396 c 0\n 576 396 585 271 531 243 c 1\n 560 242 590 228 607 200 c 2\n 706 39 l 2\n 714 26 733 24 733 24 c 1\nEndSplineSet\nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 663\nWidth: 580\nFlags: W\nHStem: -217 40 -100 126<252.5 271.5> 320 45<173 242> 475 217<49 77> 660 31<251 304>\nVStem: 303 93<-149 -125> 401 134<468 572>\nFore\n295 -18 m 1\n 275 -64 l 1\n 287 -60 295 -59 308 -59 c 0\n 363 -59 396 -85 396 -129 c 0\n 396 -184 346 -218 266 -218 c 0\n 233 -218 206 -213 170 -200 c 1\n 186 -163 l 1\n 192 -165 l 2\n 215 -173 229 -177 246 -177 c 0\n 282 -177 303 -162 303 -136 c 0\n 303 -114 286 -100 257 -100 c 0\n 248 -100 240 -101 229 -104 c 1\n 218 -96 l 1\n 253 -19 l 1\n 189 -17 135 -5 85 35 c 0\n 55 59 51 68 13 112 c 1\n 43 137 l 1\n 101 78 134 59 183 40 c 0\n 212 28 238 26 266 26 c 0\n 339 26 401 100 401 164 c 0\n 401 216 403 320 242 320 c 2\n 173 320 l 1\n 173 365 l 1\n 242 365 l 2\n 355 365 401 406 401 530 c 0\n 401 614 338 660 270 660 c 0\n 225 660 183 641 147 604 c 0\n 113 569 97 540 77 475 c 1\n 49 475 l 1\n 49 692 l 1\n 79 692 l 1\n 86 666 94 658 111 658 c 0\n 120 658 131 661 153 669 c 0\n 200 685 232 691 270 691 c 0\n 406 691 535 662 535 516 c 0\n 535 398 479 366 448 357 c 1\n 493 344 560 318 560 192 c 0\n 560 50 434 -12 295 -18 c 1\nEndSplineSet\nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 664\nWidth: 389\nFlags: W\nHStem: -217 40 -100 136<173.5 188.5> 220 40<118 160> 326 145<27 49> 440 33<172 201>\nVStem: 224 93<-149 -125> 246 94<339 369> 265 103<94.5 138>\nFore\n176 -12 m 1\n 115 -5 66 27 16 91 c 1\n 34 109 l 1\n 71 67 125 36 166 36 c 0\n 211 36 265 63 265 122 c 0\n 265 154 271 220 160 220 c 2\n 118 220 l 1\n 118 260 l 1\n 162 260 l 2\n 245 260 246 318 246 360 c 0\n 246 393 228 440 174 440 c 0\n 148 440 121 429 99 408 c 0\n 78 388 67 370 52 326 c 1\n 27 326 l 1\n 27 471 l 1\n 49 471 l 1\n 55 456 61 451 73 451 c 0\n 79 451 89 453 105 458 c 0\n 138 469 161 473 183 473 c 0\n 274 473 340 411 340 327 c 0\n 340 295 331 263 308 243 c 1\n 346 222 368 181 368 138 c 0\n 368 51 300 -10 218 -14 c 1\n 196 -64 l 1\n 208 -60 216 -59 229 -59 c 0\n 284 -59 317 -85 317 -129 c 0\n 317 -184 267 -218 187 -218 c 0\n 154 -218 127 -213 91 -200 c 1\n 107 -163 l 1\n 113 -165 l 2\n 136 -173 150 -177 167 -177 c 0\n 203 -177 224 -162 224 -136 c 0\n 224 -114 207 -100 178 -100 c 0\n 169 -100 161 -101 150 -104 c 1\n 139 -96 l 1\n 176 -12 l 1\nEndSplineSet\nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 665\nWidth: 778\nFlags: W\nHStem: 0 25 583 102 651 25\nVStem: 117 162<96 318 371 559>\nFore\n525 286 m 1\n 655 87 l 2\n 665 71 675 39 743 34 c 1\n 743 -167 l 1\n 719 -167 l 1\n 705 -104 694 -77 672 -52 c 0\n 641 -17 626 0 534 0 c 1\n 374 254 l 1\n 346 292 334 318 306 318 c 2\n 279 318 l 1\n 279 96 l 2\n 279 47 295 34 367 25 c 1\n 367 0 l 1\n 30 0 l 1\n 30 25 l 1\n 102 33 117 45 117 96 c 2\n 117 580 l 2\n 117 632 99 647 30 651 c 1\n 30 676 l 1\n 368 676 l 1\n 368 651 l 1\n 294 646 279 630 279 559 c 2\n 279 371 l 1\n 316 372 l 2\n 360 373 441 460 456 578 c 0\n 462 626 514 686 584 685 c 0\n 636 684 678 664 678 616 c 0\n 678 583 670 557 622 556 c 0\n 546 554 568 583 524 583 c 0\n 492 583 500 418 408 352 c 1\n 440 349 496 328 525 286 c 1\nEndSplineSet\nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 666\nWidth: 534\nFlags: W\nHStem: 0 24 396 74<382.5 401.5> 437 24\nVStem: 70 139<84 214 261 377>\nFore\n366 0 m 1\n 264 168 l 1\n 264 168 235 214 219 214 c 2\n 209 214 l 1\n 209 84 l 2\n 209 37 214 31 261 24 c 1\n 261 0 l 1\n 22 0 l 1\n 22 24 l 1\n 55 27 70 45 70 84 c 2\n 70 377 l 2\n 70 416 55 434 22 437 c 1\n 22 461 l 1\n 261 461 l 1\n 261 437 l 1\n 214 430 209 424 209 377 c 2\n 209 261 l 1\n 230 262 l 2\n 246 263 314 324 318 368 c 0\n 320 392 344 470 421 470 c 0\n 477 470 492 450 491 410 c 0\n 490 384 470 366 444 366 c 0\n 402 366 414 396 389 396 c 0\n 352 396 351 271 297 243 c 1\n 326 242 366 228 383 200 c 2\n 482 39 l 2\n 490 26 509 24 509 24 c 1\n 517 -110 l 1\n 491 -110 l 1\n 472 -16 458 0 366 0 c 1\nEndSplineSet\nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 667\nWidth: 778\nFlags: W\nHStem: 0 25 175 330<301 373> 318 53<279 301 279 279> 583 102 651 25\nVStem: 117 162<96 318 371 559> 301 72<175 254 404 505>\nFore\n279 371 m 1\n 278 371 l 1\n 301 371 l 1\n 301 505 l 1\n 373 505 l 1\n 373 404 l 1\n 409 440 445 503 455 578 c 0\n 461 626 513 686 583 685 c 0\n 635 684 677 664 677 616 c 0\n 677 583 669 557 621 556 c 0\n 545 554 567 583 523 583 c 0\n 491 583 499 418 407 352 c 1\n 439 349 495 328 524 286 c 1\n 682 46 l 1\n 695 31 706 26 731 25 c 1\n 731 0 l 1\n 533 0 l 1\n 373 254 l 1\n 373 175 l 1\n 301 175 l 1\n 301 318 l 1\n 279 318 l 1\n 279 96 l 2\n 279 47 295 34 367 25 c 1\n 367 0 l 1\n 30 0 l 1\n 30 25 l 1\n 102 33 117 45 117 96 c 2\n 117 580 l 2\n 117 632 99 647 30 651 c 1\n 30 676 l 1\n 368 676 l 1\n 368 651 l 1\n 294 646 279 630 279 559 c 2\n 279 371 l 1\nEndSplineSet\nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 668\nWidth: 534\nFlags: W\nHStem: 0 24<508.5 514> 78 300<232 296> 396 74<382.5 401.5> 437 24\nVStem: 70 139<84 214 261 377> 232 64<78 115 320 378>\nFore\n70 84 m 2\n 70 377 l 2\n 70 416 55 434 22 437 c 1\n 22 461 l 1\n 261 461 l 1\n 261 437 l 1\n 214 430 209 424 209 377 c 2\n 209 261 l 1\n 230 262 l 2\n 231 262 231 262 232 262 c 1\n 232 378 l 1\n 296 378 l 1\n 296 320 l 1\n 308 336 317 353 318 368 c 0\n 320 392 344 470 421 470 c 0\n 477 470 492 450 491 410 c 0\n 490 384 470 366 444 366 c 0\n 402 366 414 396 389 396 c 0\n 352 396 351 271 297 243 c 1\n 326 242 366 228 383 200 c 1\n 485 39 l 2\n 493 26 503 24 514 24 c 1\n 514 0 l 1\n 366 0 l 1\n 296 115 l 1\n 296 78 l 1\n 232 78 l 1\n 232 207 l 1\n 227 211 223 214 219 214 c 2\n 209 214 l 1\n 209 84 l 2\n 209 37 214 31 261 24 c 1\n 261 0 l 1\n 22 0 l 1\n 22 24 l 1\n 55 27 70 45 70 84 c 2\nEndSplineSet\nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 669\nWidth: 778\nFlags: W\nHStem: 0 46<683 685> 0 25 0 46 0 25 0 46 487 72<34 118 280 363> 583 102 651 25\nVStem: 34 329<487 559> 119 162<96 318>\nFore\n683 46 m 1\n 685 46 l 1\n 698 31 709 26 734 25 c 1\n 734 0 l 1\n 536 0 l 1\n 376 254 l 1\n 348 292 336 318 308 318 c 2\n 281 318 l 1\n 281 96 l 2\n 281 47 297 34 369 25 c 1\n 369 0 l 1\n 32 0 l 1\n 32 25 l 1\n 104 33 119 45 119 96 c 2\n 119 487 l 1\n 34 487 l 1\n 34 559 l 1\n 118 559 l 1\n 118 580 l 2\n 118 632 100 647 31 651 c 1\n 31 676 l 1\n 369 676 l 1\n 369 651 l 1\n 295 646 280 630 280 559 c 1\n 363 559 l 1\n 363 487 l 1\n 279 487 l 1\n 279 371 l 1\n 316 372 l 2\n 360 373 441 460 456 578 c 0\n 462 626 514 686 584 685 c 0\n 636 684 678 664 678 616 c 0\n 678 583 670 557 622 556 c 0\n 546 554 568 583 524 583 c 0\n 492 583 500 418 408 352 c 1\n 440 349 496 328 525 286 c 1\n 683 46 l 1\nEndSplineSet\nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 670\nWidth: 534\nFlags: W\nHStem: 0 24<508.5 514> 316 61<16 70 209 260> 437 24\nVStem: 16 244<316 377> 70 139<84 214 261 316 377 396.5>\nFore\n70 84 m 2\n 70 316 l 1\n 16 316 l 1\n 16 377 l 1\n 70 377 l 1\n 70 416 55 434 22 437 c 1\n 22 461 l 1\n 261 461 l 1\n 261 437 l 1\n 214 430 209 424 209 377 c 1\n 260 377 l 1\n 260 316 l 1\n 209 316 l 1\n 209 261 l 1\n 230 262 l 2\n 246 263 314 324 318 368 c 0\n 320 392 344 470 421 470 c 0\n 477 470 492 450 491 410 c 0\n 490 384 470 366 444 366 c 0\n 402 366 414 396 389 396 c 0\n 352 396 351 271 297 243 c 1\n 326 242 366 228 383 200 c 1\n 485 39 l 2\n 493 26 503 24 514 24 c 1\n 514 0 l 1\n 366 0 l 1\n 264 168 l 1\n 264 168 235 214 219 214 c 2\n 209 214 l 1\n 209 84 l 2\n 209 37 214 31 261 24 c 1\n 261 0 l 1\n 22 0 l 1\n 22 24 l 1\n 55 27 70 45 70 84 c 2\nEndSplineSet\nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 671\nWidth: 967\nFlags: W\nHStem: 0 25 475 201<88 114> 583 102 651 25\nVStem: 85 472 306 162<96 318 371 559>\nFore\n306 644 m 1\n 182 640 131 594 114 475 c 1\n 85 475 l 1\n 88 676 l 1\n 557 676 l 1\n 557 651 l 1\n 483 646 468 630 468 559 c 2\n 468 371 l 1\n 505 372 l 2\n 549 373 630 460 645 578 c 0\n 651 626 703 686 773 685 c 0\n 825 684 867 664 867 616 c 0\n 867 583 859 557 811 556 c 0\n 735 554 757 583 713 583 c 0\n 681 583 689 418 597 352 c 1\n 629 349 685 328 714 286 c 1\n 872 46 l 1\n 885 31 896 26 921 25 c 1\n 921 0 l 1\n 723 0 l 1\n 563 254 l 1\n 535 292 523 318 495 318 c 2\n 468 318 l 1\n 468 96 l 2\n 468 47 484 34 556 25 c 1\n 556 0 l 1\n 219 0 l 1\n 219 25 l 1\n 291 33 306 45 306 96 c 2\n 306 644 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 672\nWidth: 633\nFlags: W\nHStem: 0 24<607.5 613> 396 74<481.5 500.5> 424 37<126 169>\nVStem: 169 139<84 214 261 377>\nFore\n169 424 m 1\n 83 424 63 414 38 319 c 1\n 12 319 l 1\n 19 461 l 1\n 360 461 l 1\n 360 437 l 1\n 313 430 308 424 308 377 c 2\n 308 261 l 1\n 329 262 l 2\n 345 263 413 324 417 368 c 0\n 419 392 443 470 520 470 c 0\n 576 470 591 450 590 410 c 0\n 589 384 569 366 543 366 c 0\n 501 366 513 396 488 396 c 0\n 451 396 450 271 396 243 c 1\n 425 242 465 228 482 200 c 1\n 584 39 l 2\n 592 26 602 24 613 24 c 1\n 613 0 l 1\n 465 0 l 1\n 363 168 l 1\n 363 168 334 214 318 214 c 2\n 308 214 l 1\n 308 84 l 2\n 308 37 313 31 360 24 c 1\n 360 0 l 1\n 121 0 l 1\n 121 24 l 1\n 154 27 169 45 169 84 c 2\n 169 424 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 673\nWidth: 778\nFlags: MW\nHStem: 0 25 326 47<268 509> 651 25\nVStem: 106 162<96 326 373 580> 509 162<96 105 105 326 326 326 373 580>\nFore\n671 105 m 2\n 671 55 691 39 759 34 c 1\n 759 -167 l 1\n 735 -167 l 1\n 721 -104 710 -77 688 -52 c 0\n 657 -17 598 0 506 0 c 2\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 326 l 1\n 268 326 l 1\n 268 96 l 2\n 268 47 285 33 358 25 c 1\n 358 0 l 1\n 21 0 l 1\n 21 25 l 1\n 91 34 106 47 106 96 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 373 l 1\n 509 373 l 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 105 l 2\nEndSplineSet\nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 674\nWidth: 556\nFlags: MW\nHStem: 0 24 216 40<213 353> 437 24\nVStem: 74 139<84 216 256 380> 351 139<81 81>\nFore\n353 216 m 1\n 213 216 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 256 l 1\n 353 256 l 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 89 l 2\n 490 52 503 36 537 32 c 1\n 544 -110 l 1\n 518 -110 l 1\n 493 -15 467 0 327 0 c 2\n 304 0 l 1\n 304 24 l 1\n 338 28 350 44 351 81 c 1\n 353 216 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 675\nWidth: 1014\nFlags: W\nHStem: 0 25 326 47<268 509> 651 25\nVStem: 106 162<96 326 373 580> 419 567<651 676> 509 162<96 326 326 326 373 580 580 581>\nFore\n671 581 m 2\n 671 96 l 2\n 671 47 687 34 759 25 c 1\n 759 0 l 1\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 326 l 1\n 268 326 l 1\n 268 96 l 2\n 268 47 285 33 358 25 c 1\n 358 0 l 1\n 21 0 l 1\n 21 25 l 1\n 91 34 106 47 106 96 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 373 l 1\n 509 373 l 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 986 676 l 1\n 986 475 l 1\n 962 475 l 1\n 948 538 937 565 915 590 c 0\n 884 625 827 642 735 642 c 0\n 684 642 671 618 671 581 c 2\nEndSplineSet\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 676\nWidth: 735\nFlags: W\nHStem: 0 24 216 40<213 353> 429 32<490 490> 437 24\nVStem: 74 139<84 216 256 380> 351 139\nFore\n490 429 m 1\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 338 28 350 44 351 81 c 1\n 353 216 l 1\n 213 216 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 256 l 1\n 353 256 l 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 700 461 l 1\n 707 319 l 1\n 681 319 l 1\n 656 414 630 430 490 429 c 1\nEndSplineSet\nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 677\nWidth: 778\nFlags: W\nHStem: 0 25 629 47<268 509 268 268> 651 25\nVStem: 106 162<96 580 580 605> 509 162<96 580>\nFore\n509 629 m 1\n 268 629 l 1\n 268 96 l 2\n 268 47 285 33 358 25 c 1\n 358 0 l 1\n 21 0 l 1\n 21 25 l 1\n 91 34 106 47 106 96 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 96 l 2\n 671 47 687 34 759 25 c 1\n 759 0 l 1\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 629 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 678\nWidth: 830\nFlags: W\nHStem: -202 30 0 24 239 67 437 24\nVStem: 27 512<437 461> 351 139<81 181 219 380> 450 121<-101 -85> 670 139<2 90>\nFore\n490 219 m 1\n 525 281 563 306 632 306 c 0\n 752 306 809 184 809 64 c 0\n 809 -76 723 -204 590 -203 c 0\n 521 -202 450 -162 450 -103 c 0\n 450 -67 475 -42 512 -42 c 0\n 544 -42 571 -66 571 -96 c 0\n 571 -106 567 -117 557 -133 c 0\n 551 -143 548 -150 548 -155 c 0\n 548 -165 566 -172 580 -172 c 0\n 629 -172 670 -46 670 50 c 0\n 670 130 655 240 576 239 c 0\n 547 239 529 227 507 204 c 1\n 497 195 490 185 490 181 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 2\n 351 421 l 1\n 213 421 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 219 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 679\nWidth: 722\nFlags: W\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 680\nWidth: 444\nFlags: W\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 681\nWidth: 722\nFlags: W\nHStem: -217 40 454 234<644 669 644 644> 658 33<350 421>\nVStem: 49 177<291 435> 436 93<-149 -125>\nFore\n386 -19 m 1\n 188 -11 49 133 49 333 c 0\n 49 537 198 691 397 691 c 0\n 445 691 493 680 552 656 c 0\n 574 646 589 642 598 642 c 0\n 617 642 628 653 642 688 c 1\n 669 688 l 1\n 669 454 l 1\n 644 454 l 1\n 609 530 586 563 543 602 c 0\n 500 640 457 658 410 658 c 0\n 290 658 226 548 226 341 c 0\n 226 241 240 169 269 116 c 0\n 298 64 361 29 427 29 c 0\n 455 29 488 35 517 47 c 0\n 566 66 598 90 657 152 c 1\n 687 127 l 1\n 642 77 620 57 588 35 c 0\n 540 3 489 -14 429 -18 c 1\n 408 -64 l 1\n 420 -60 428 -59 441 -59 c 0\n 496 -59 529 -85 529 -129 c 0\n 529 -184 479 -218 399 -218 c 0\n 366 -218 339 -213 303 -200 c 1\n 319 -163 l 1\n 325 -165 l 2\n 348 -173 362 -177 379 -177 c 0\n 415 -177 436 -162 436 -136 c 0\n 436 -114 419 -100 390 -100 c 0\n 381 -100 373 -101 362 -104 c 1\n 351 -96 l 1\n 386 -19 l 1\nEndSplineSet\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 682\nWidth: 444\nFlags: W\nHStem: -217 40 442 30\nVStem: 26 141<208 295> 271 93<-149 -125> 293 124<372 393>\nFore\n265 -13 m 1\n 243 -64 l 1\n 255 -60 263 -59 276 -59 c 0\n 331 -59 364 -85 364 -129 c 0\n 364 -184 314 -218 234 -218 c 0\n 201 -218 174 -213 138 -200 c 1\n 154 -163 l 1\n 160 -165 l 2\n 183 -173 197 -177 214 -177 c 0\n 250 -177 271 -162 271 -136 c 0\n 271 -114 254 -100 225 -100 c 0\n 216 -100 208 -101 197 -104 c 1\n 186 -96 l 1\n 224 -14 l 1\n 108 -6 26 91 26 223 c 0\n 26 367 126 473 262 473 c 0\n 350 473 417 425 417 363 c 0\n 417 324 391 300 349 300 c 0\n 312 300 294 323 293 372 c 0\n 293 414 293 414 288 423 c 0\n 282 434 267 442 251 442 c 0\n 199 442 167 379 167 276 c 0\n 167 140 222 53 309 53 c 0\n 350 53 376 67 413 109 c 1\n 431 91 l 1\n 380 25 330 -6 265 -13 c 1\nEndSplineSet\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 683\nWidth: 667\nFlags: W\nHStem: 0 25 475 201<34 60 607 607 607 634>\nVStem: 156 347<0 25 25 25> 253 162<117 644>\nFore\n250 0 m 2\n 156 0 l 1\n 156 25 l 1\n 242 32 253 43 253 117 c 2\n 253 644 l 1\n 129 640 77 594 60 475 c 1\n 31 475 l 1\n 34 676 l 1\n 634 676 l 1\n 636 475 l 1\n 607 475 l 1\n 590 594 538 640 415 644 c 1\n 415 105 l 2\n 415 55 435 39 503 34 c 1\n 503 -167 l 1\n 479 -167 l 1\n 465 -104 454 -77 432 -52 c 0\n 401 -17 342 0 250 0 c 2\nEndSplineSet\nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 684\nWidth: 494\nFlags: MW\nHStem: 424 37<131 174 313 353.5>\nVStem: 174 139<84 89 89 424>\nFore\n150 0 m 2\n 121 0 l 1\n 121 24 l 1\n 166 33 174 42 174 84 c 2\n 174 424 l 1\n 88 424 63 414 38 319 c 1\n 12 319 l 1\n 19 461 l 1\n 468 461 l 1\n 475 319 l 1\n 449 319 l 1\n 424 414 394 424 313 424 c 1\n 313 89 l 2\n 313 52 326 36 360 32 c 1\n 367 -110 l 1\n 341 -110 l 1\n 316 -15 290 0 150 0 c 2\nEndSplineSet\nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 685\nWidth: 722\nFlags: W\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 686\nWidth: 500\nFlags: W\nHStem: -225 24 437 24\nVStem: 21 250<437 461> 184 139<-141 126> 334 151<437 461>\nFore\n184 126 m 1\n 121 282 l 1\n 105 323 58 423 56 422 c 1\n 50 431 44 434 21 437 c 1\n 21 461 l 1\n 271 461 l 1\n 271 437 l 1\n 263 436 255 435 253 435 c 0\n 228 433 218 426 218 411 c 0\n 218 405 220 399 227 380 c 2\n 306 177 l 1\n 378 359 l 2\n 385 377 389 393 389 404 c 0\n 389 428 377 435 334 437 c 1\n 334 461 l 1\n 485 461 l 1\n 485 437 l 1\n 454 434 446 426 427 382 c 1\n 323 126 l 1\n 323 -141 l 2\n 323 -181 339 -200 372 -201 c 1\n 372 -225 l 1\n 133 -225 l 1\n 133 -201 l 1\n 167 -198 184 -178 184 -141 c 2\n 184 126 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 687\nWidth: 722\nFlags: W\nHStem: 0 25 192 72<195 278 440 525> 651 25\nVStem: 15 335<651 676> 195 330<192 264> 278 162<117 192> 479 220<651 676>\nFore\n195 264 m 1\n 278 264 l 1\n 95 596 l 1\n 75 630 49 649 15 651 c 1\n 15 676 l 1\n 350 676 l 1\n 350 651 l 1\n 325 650 l 2\n 284 650 269 642 269 620 c 0\n 269 609 273 598 287 573 c 2\n 287 573 292 564 293 561 c 1\n 413 329 l 1\n 524 514 l 2\n 549 555 563 590 563 609 c 0\n 563 638 546 646 479 651 c 1\n 479 676 l 1\n 699 676 l 1\n 699 651 l 1\n 665 646 646 635 631 612 c 1\n 440 301 l 1\n 440 264 l 1\n 525 264 l 1\n 525 192 l 1\n 440 192 l 1\n 440 117 l 2\n 440 43 450 33 532 25 c 1\n 532 0 l 1\n 185 0 l 1\n 185 25 l 1\n 267 33 278 44 278 117 c 2\n 278 192 l 1\n 195 192 l 1\n 195 264 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 688\nWidth: 500\nFlags: W\nHStem: -225 24 54 72<87 184 323 417> 437 24\nVStem: 21 250<437 461> 87 330<54 126> 184 139<-141 54> 334 151<437 461>\nFore\n323 54 m 1\n 323 -141 l 2\n 323 -181 339 -200 372 -201 c 1\n 372 -225 l 1\n 133 -225 l 1\n 133 -201 l 1\n 167 -198 184 -178 184 -141 c 2\n 184 54 l 1\n 87 54 l 1\n 87 126 l 1\n 184 126 l 1\n 121 282 l 1\n 105 323 58 423 56 422 c 1\n 50 431 44 434 21 437 c 1\n 21 461 l 1\n 271 461 l 1\n 271 437 l 1\n 263 436 255 435 253 435 c 0\n 228 433 218 426 218 411 c 0\n 218 405 220 399 227 380 c 2\n 306 177 l 1\n 378 359 l 2\n 385 377 389 393 389 404 c 0\n 389 428 377 435 334 437 c 1\n 334 461 l 1\n 485 461 l 1\n 485 437 l 1\n 454 434 446 426 427 382 c 1\n 323 126 l 1\n 417 126 l 1\n 417 54 l 1\n 323 54 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 689\nWidth: 722\nFlags: W\nHStem: 0 27<385 387> 0 25 0 27 0 25 0 27 651 25\nVStem: 16 250<0 25> 17 346<651 676> 359 357<0 25 25 25> 438 250<651 676>\nFore\n486 0 m 2\n 359 0 l 1\n 359 25 l 1\n 372 26 383 27 387 27 c 0\n 422 29 439 38 439 55 c 0\n 439 66 430 90 418 109 c 2\n 317 271 l 1\n 279 220 l 2\n 205 120 185 88 185 66 c 0\n 185 41 205 31 266 25 c 1\n 266 0 l 1\n 16 0 l 1\n 16 25 l 1\n 66 31 90 44 120 81 c 2\n 295 302 l 1\n 97 593 l 2\n 66 638 53 648 17 651 c 1\n 17 676 l 1\n 363 676 l 1\n 363 651 l 1\n 349 650 337 649 332 649 c 0\n 296 647 284 639 284 618 c 0\n 284 606 286 601 299 581 c 2\n 396 431 l 1\n 421 466 444 498 452 508 c 0\n 499 572 510 593 510 614 c 0\n 510 638 498 647 458 649 c 0\n 455 650 447 650 438 651 c 1\n 438 676 l 1\n 688 676 l 1\n 688 651 l 1\n 614 644 588 625 500 505 c 1\n 420 394 l 1\n 617 87 l 2\n 627 71 648 39 716 34 c 1\n 716 -167 l 1\n 692 -167 l 1\n 678 -104 667 -77 645 -52 c 0\n 614 -17 578 0 486 0 c 2\nEndSplineSet\nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 690\nWidth: 500\nFlags: W\nHStem: 0 24 437 24\nVStem: 12 250<437 461> 14 169<0 24> 309 168<437 461>\nFore\n443 59 m 2\n 454 42 455 36 489 32 c 1\n 496 -110 l 1\n 470 -110 l 1\n 445 -15 419 0 279 0 c 2\n 243 0 l 1\n 243 24 l 1\n 274 26 288 32 288 44 c 128\n 288 56 277 75 255 108 c 2\n 213 171 l 1\n 206 162 199 154 197 151 c 0\n 159 105 133 63 133 48 c 128\n 133 33 147 26 183 24 c 1\n 183 0 l 1\n 14 0 l 1\n 14 24 l 1\n 51 26 71 43 127 117 c 1\n 136 131 163 164 192 201 c 1\n 64 398 l 2\n 44 428 38 433 12 437 c 1\n 12 461 l 1\n 262 461 l 1\n 262 437 l 1\n 229 436 215 430 215 418 c 0\n 215 405 241 362 273 320 c 0\n 276 316 280 310 286 303 c 1\n 301 324 316 343 322 349 c 0\n 350 381 360 398 360 413 c 128\n 360 428 352 434 329 435 c 0\n 326 435 318 436 309 437 c 1\n 309 461 l 1\n 477 461 l 1\n 477 437 l 1\n 446 432 426 421 407 398 c 2\n 306 272 l 1\n 443 59 l 2\nEndSplineSet\nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 691\nWidth: 1046\nFlags: W\nHStem: 0 47<415 774> 0 25 0 47 475 201<34 60 607 607 607 634> 651 25\nVStem: 253 162<96 644> 777 162<80 105 105 580>\nFore\n415 644 m 1\n 415 47 l 1\n 777 47 l 1\n 777 580 l 2\n 777 629 760 643 687 651 c 1\n 687 676 l 1\n 1027 676 l 1\n 1027 651 l 1\n 955 642 939 629 939 580 c 2\n 939 105 l 2\n 939 55 959 39 1027 34 c 1\n 1027 -167 l 1\n 1003 -167 l 1\n 989 -104 978 -77 956 -52 c 0\n 925 -17 866 0 774 0 c 2\n 168 0 l 1\n 168 25 l 1\n 235 31 253 46 253 96 c 2\n 253 644 l 1\n 129 640 77 594 60 475 c 1\n 31 475 l 1\n 34 676 l 1\n 634 676 l 1\n 636 475 l 1\n 607 475 l 1\n 590 594 538 640 415 644 c 1\nEndSplineSet\nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 692\nWidth: 778\nFlags: W\nHStem: 0 40<313 542> 0 24 0 40 424 37<131 174 313 353.5> 437 24\nVStem: 174 139<81 424> 566 139<70.5 89 89 377>\nFore\n313 424 m 1\n 313 40 l 1\n 566 40 l 1\n 566 380 l 2\n 566 417 554 432 517 437 c 1\n 517 461 l 1\n 758 461 l 1\n 758 437 l 1\n 713 428 705 419 705 377 c 2\n 705 89 l 2\n 705 52 718 36 752 32 c 1\n 759 -110 l 1\n 733 -110 l 1\n 708 -15 682 0 542 0 c 2\n 125 0 l 1\n 125 24 l 1\n 164 27 174 39 174 81 c 2\n 174 424 l 1\n 88 424 63 414 38 319 c 1\n 12 319 l 1\n 19 461 l 1\n 468 461 l 1\n 475 319 l 1\n 449 319 l 1\n 424 414 394 424 313 424 c 1\nEndSplineSet\nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 693\nWidth: 778\nFlags: MW\nHStem: 0 25 239 54<352 396> 651 25\nVStem: 106 162<363 580> 509 162<96 105 105 289 289 289 346 580>\nFore\n506 0 m 2\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 289 l 1\n 486 270 426 239 366 239 c 0\n 258 239 106 289 106 363 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 361 l 2\n 268 316 320 293 384 293 c 0\n 437 293 492 326 509 346 c 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 105 l 2\n 671 55 691 39 759 34 c 1\n 759 -167 l 1\n 735 -167 l 1\n 721 -104 710 -77 688 -52 c 0\n 657 -17 598 0 506 0 c 2\nEndSplineSet\nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 694\nWidth: 556\nFlags: MW\nHStem: 0 24 437 24\nVStem: 74 139<251 380> 351 139<70.5 81>\nFore\n327 0 m 2\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 1\n 353 81 l 1\n 353 182 l 1\n 320 162 280 154 220 155 c 0\n 150 156 74 185 74 251 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 224 l 1\n 214 204 252 196 282 195 c 128\n 312 194 353 222 353 222 c 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 89 l 2\n 490 52 503 36 537 32 c 1\n 544 -110 l 1\n 518 -110 l 1\n 493 -15 467 0 327 0 c 2\nEndSplineSet\nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 695\nWidth: 778\nFlags: MW\nHStem: 0 25 113 330<350 422> 651 25\nVStem: 106 162<363 580> 350 72<113 239 239 239 298 443> 509 162<96 289 289 289 346 580>\nFore\n509 96 m 2\n 509 289 l 1\n 493 276 460 257 422 247 c 1\n 422 113 l 1\n 350 113 l 1\n 350 239 l 1\n 243 244 106 293 106 363 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 361 l 2\n 268 324 302 302 350 295 c 1\n 350 443 l 1\n 422 443 l 1\n 422 298 l 1\n 461 308 496 331 509 346 c 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 96 l 2\n 671 47 687 34 759 25 c 1\n 759 0 l 1\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\nEndSplineSet\nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 696\nWidth: 556\nFlags: W\nHStem: 0 24 0 81<351 353> 0 24 0 81 0 24 79 208<255 307> 437 24\nVStem: 74 139<251 380> 255 52<79 156 156 156 199 287> 351 139<62.5 81>\nFore\n304 24 m 1\n 338 28 351 44 351 81 c 1\n 353 81 l 1\n 353 182 l 1\n 339 173 325 167 307 163 c 1\n 307 79 l 1\n 255 79 l 1\n 255 156 l 1\n 244 155 232 155 220 155 c 0\n 150 156 74 185 74 251 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 224 l 1\n 214 210 233 202 255 198 c 1\n 255 287 l 1\n 307 287 l 1\n 307 199 l 1\n 331 206 353 222 353 222 c 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 697\nWidth: 778\nFlags: MW\nHStem: 0 25 383 54<384 428> 651 25\nVStem: 109 162<96 330 387 580> 512 162<96 313>\nFore\n271 387 m 1\n 294 406 354 437 414 437 c 0\n 522 437 674 387 674 313 c 2\n 674 96 l 2\n 674 46 692 31 759 25 c 1\n 759 0 l 1\n 422 0 l 1\n 422 25 l 1\n 492 30 512 46 512 96 c 2\n 512 315 l 2\n 512 360 460 383 396 383 c 0\n 343 383 288 350 271 330 c 1\n 271 96 l 2\n 271 46 291 30 361 25 c 1\n 361 0 l 1\n 21 0 l 1\n 21 25 l 1\n 89 30 109 46 109 96 c 2\n 109 580 l 2\n 109 629 93 642 21 651 c 1\n 21 676 l 1\n 361 676 l 1\n 361 651 l 1\n 288 643 271 629 271 580 c 2\n 271 387 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 698\nWidth: 556\nFlags: MW\nHStem: 0 24 437 24\nVStem: 76 137<81 239 279 380> 353 139<81 210>\nFore\n215 380 m 1\n 213 380 l 1\n 213 279 l 1\n 246 299 286 307 346 306 c 0\n 416 305 492 276 492 210 c 2\n 492 81 l 2\n 492 44 505 28 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 343 27 353 39 353 81 c 2\n 353 237 l 1\n 352 257 314 265 284 266 c 128\n 254 267 213 239 213 239 c 1\n 213 81 l 2\n 213 39 223 27 262 24 c 1\n 262 0 l 1\n 27 0 l 1\n 27 24 l 1\n 66 27 76 39 76 81 c 2\n 76 380 l 2\n 76 422 66 434 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 228 433 215 417 215 380 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 699\nWidth: 660\nFlags: MW\nHStem: -14 117<396 400.5> 406 60<244 441 244 244> 726 50<306 364.5>\nFore\n599 211 m 1\n 636 189 l 1\n 537 38 462 -14 339 -14 c 0\n 150 -14 25 142 25 379 c 0\n 25 615 153 776 343 776 c 0\n 427 776 497 744 548 680 c 0\n 596 619 619 542 628 406 c 1\n 244 406 l 1\n 251 294 263 241 290 189 c 1\n 322 132 366 103 426 103 c 0\n 491 103 538 132 599 211 c 1\n237 466 m 1\n 441 466 l 1\n 441 490 l 1\n 438 573 435 619 427 649 c 0\n 415 700 386 726 343 726 c 0\n 269 726 241 661 237 466 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 700\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 701\nWidth: 660\nFlags: MW\nHStem: -14 117<396 400.5> 406 60<244 441 244 244> 726 50<306 364.5>\nFore\n599 211 m 1\n 636 189 l 1\n 537 38 462 -14 339 -14 c 0\n 150 -14 25 142 25 379 c 0\n 25 615 153 776 343 776 c 0\n 427 776 497 744 548 680 c 0\n 596 619 619 542 628 406 c 1\n 244 406 l 1\n 251 294 263 241 290 189 c 1\n 322 132 366 103 426 103 c 0\n 491 103 538 132 599 211 c 1\n237 466 m 1\n 441 466 l 1\n 441 490 l 1\n 438 573 435 619 427 649 c 0\n 415 700 386 726 343 726 c 0\n 269 726 241 661 237 466 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 702\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 703\nWidth: 389\nFlags: W\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 704\nWidth: 1107\nFlags: W\nHStem: 0 25 583 102 651 25 726 76<526.5 580.5>\nVStem: 473 162<96 318 371 557 557 559>\nFore\n473 557 m 2\n 473 628 455 647 386 651 c 1\n 386 676 l 1\n 724 676 l 1\n 724 651 l 1\n 650 646 635 630 635 559 c 2\n 635 371 l 1\n 664 372 l 2\n 708 374 782 460 797 578 c 0\n 803 626 855 686 925 685 c 0\n 977 684 1019 664 1019 616 c 0\n 1019 583 1011 557 963 556 c 0\n 887 554 909 583 865 583 c 0\n 833 583 841 418 749 352 c 1\n 781 349 837 328 866 286 c 1\n 1024 46 l 1\n 1037 31 1048 26 1073 25 c 1\n 1073 0 l 1\n 875 0 l 1\n 718 254 l 1\n 690 292 682 318 654 318 c 2\n 635 318 l 1\n 635 96 l 2\n 635 47 651 34 723 25 c 1\n 723 0 l 1\n 386 0 l 1\n 386 25 l 1\n 458 33 473 45 473 96 c 2\n 473 318 l 1\n 454 318 l 2\n 426 318 418 292 390 254 c 1\n 233 0 l 1\n 35 0 l 1\n 35 25 l 1\n 60 26 71 31 84 46 c 1\n 242 286 l 1\n 271 328 327 349 359 352 c 1\n 267 418 275 583 243 583 c 0\n 199 583 221 554 145 556 c 0\n 97 557 89 583 89 616 c 0\n 89 664 131 684 183 685 c 0\n 253 686 305 626 311 578 c 0\n 326 460 400 374 444 372 c 2\n 473 371 l 1\n 473 557 l 2\n661 889 m 1\n 705 889 l 1\n 699 838 692 813 675 787 c 0\n 649 746 608 726 553 726 c 0\n 500 726 458 745 433 781 c 0\n 412 809 405 834 402 889 c 1\n 446 889 l 1\n 457 828 489 802 553 802 c 0\n 615 802 644 826 661 889 c 1\nEndSplineSet\nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 705\nWidth: 750\nFlags: W\nHStem: 0 24<12 17.5 729.5 735> 396 74<121.5 140.5 606.5 625.5> 437 24 511 76<346.5 400.5>\nVStem: 304 139<84 214 261 377>\nFore\n304 84 m 2\n 304 214 l 1\n 294 214 l 2\n 278 214 256 168 256 168 c 1\n 157 0 l 1\n 12 0 l 1\n 12 24 l 1\n 23 24 33 26 41 39 c 2\n 140 200 l 2\n 157 228 187 242 216 243 c 1\n 162 271 171 396 134 396 c 0\n 109 396 121 366 79 366 c 0\n 53 366 33 384 32 410 c 0\n 31 450 46 470 102 470 c 0\n 179 470 203 392 205 368 c 0\n 209 324 267 263 283 262 c 2\n 304 261 l 1\n 304 377 l 2\n 304 416 289 434 256 437 c 1\n 256 461 l 1\n 495 461 l 1\n 495 437 l 1\n 448 430 443 424 443 377 c 2\n 443 261 l 1\n 464 262 l 2\n 480 263 538 324 542 368 c 0\n 544 392 568 470 645 470 c 0\n 701 470 716 450 715 410 c 0\n 714 384 694 366 668 366 c 0\n 626 366 638 396 613 396 c 0\n 576 396 585 271 531 243 c 1\n 560 242 590 228 607 200 c 2\n 706 39 l 2\n 714 26 724 24 735 24 c 1\n 735 0 l 1\n 590 0 l 1\n 491 168 l 1\n 491 168 469 214 453 214 c 2\n 443 214 l 1\n 443 84 l 2\n 443 37 448 31 495 24 c 1\n 495 0 l 1\n 256 0 l 1\n 256 24 l 1\n 289 27 304 45 304 84 c 2\n481 674 m 1\n 525 674 l 1\n 519 623 512 598 495 572 c 0\n 469 531 428 511 373 511 c 0\n 320 511 278 530 253 566 c 0\n 232 594 225 619 222 674 c 1\n 266 674 l 1\n 277 613 309 587 373 587 c 0\n 435 587 464 611 481 674 c 1\nEndSplineSet\nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 706\nWidth: 778\nFlags: W\nHStem: 0 25 583 102 651 25\nVStem: 117 162<96 318 371 559>\nFore\n732 25 m 1\n 732 0 l 1\n 534 0 l 1\n 374 254 l 1\n 346 292 334 318 306 318 c 2\n 279 318 l 1\n 279 96 l 2\n 279 47 295 34 367 25 c 1\n 367 0 l 1\n 30 0 l 1\n 30 25 l 1\n 102 33 117 45 117 96 c 2\n 117 580 l 2\n 117 632 99 647 30 651 c 1\n 30 676 l 1\n 368 676 l 1\n 368 651 l 1\n 294 646 279 630 279 559 c 2\n 279 371 l 1\n 316 372 l 2\n 360 373 441 460 456 578 c 0\n 462 626 514 686 584 685 c 0\n 636 684 678 664 678 616 c 0\n 678 583 670 557 622 556 c 0\n 546 554 568 583 524 583 c 0\n 492 583 500 418 408 352 c 1\n 440 349 496 328 525 286 c 1\n 683 46 l 1\n 696 31 707 26 732 25 c 1\nEndSplineSet\nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 707\nWidth: 534\nFlags: W\nHStem: -202 30 0 24 396 74<382.5 401.5> 437 24\nVStem: 70 139<84 214 261 377> 167 121<-101 -85> 387 120<-5 83>\nFore\n219 214 m 2\n 209 214 l 1\n 209 84 l 2\n 209 37 214 31 261 24 c 1\n 261 0 l 1\n 22 0 l 1\n 22 24 l 1\n 55 27 70 45 70 84 c 2\n 70 377 l 2\n 70 416 55 434 22 437 c 1\n 22 461 l 1\n 261 461 l 1\n 261 437 l 1\n 214 430 209 424 209 377 c 2\n 209 261 l 1\n 230 262 l 2\n 246 263 314 324 318 368 c 0\n 320 392 344 470 421 470 c 0\n 477 470 492 450 491 410 c 0\n 490 384 470 366 444 366 c 0\n 402 366 414 396 389 396 c 0\n 352 396 351 271 297 243 c 1\n 418 244 507 169 507 57 c 0\n 507 -83 440 -204 307 -203 c 0\n 238 -202 167 -162 167 -103 c 0\n 167 -67 192 -42 229 -42 c 0\n 261 -42 288 -66 288 -96 c 0\n 288 -106 284 -117 274 -133 c 0\n 268 -143 265 -150 265 -155 c 0\n 265 -165 283 -172 297 -172 c 0\n 346 -172 387 -53 387 43 c 0\n 387 123 350 214 219 214 c 2\nEndSplineSet\nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 708\nWidth: 778\nFlags: MW\nHStem: -236 33<437 467.5> 0 25 326 47<268 509> 651 25\nVStem: 106 162<96 326 373 580> 284 143<-114.5 -87> 509 162<-88.5 -17 -17 326 326 326 373 580>\nFore\n509 -116 m 2\n 509 326 l 1\n 268 326 l 1\n 268 96 l 2\n 268 47 285 33 358 25 c 1\n 358 0 l 1\n 21 0 l 1\n 21 25 l 1\n 91 34 106 47 106 96 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 373 l 1\n 509 373 l 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 -17 l 2\n 671 -160 597 -236 457 -236 c 0\n 417 -236 377 -227 351 -213 c 0\n 312 -190 284 -145 284 -104 c 0\n 284 -66 317 -32 354 -32 c 0\n 393 -32 427 -67 427 -107 c 0\n 427 -122 424 -130 412 -145 c 0\n 403 -157 400 -163 400 -171 c 0\n 400 -190 418 -203 445 -203 c 0\n 490 -203 509 -178 509 -116 c 2\nEndSplineSet\nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 709\nWidth: 556\nFlags: W\nHStem: -203 31<293.5 319.5> 0 24 216 40<213 353> 437 24\nVStem: 74 139<84 216 256 380> 173 121<-101 -85> 353 137<216 216 256 380>\nFore\n351 -96 m 1\n 353 216 l 1\n 213 216 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 256 l 1\n 353 256 l 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 2 l 2\n 490 -57 482 -95 463 -127 c 0\n 435 -176 382 -203 313 -203 c 0\n 231 -203 173 -162 173 -103 c 0\n 173 -67 198 -42 235 -42 c 0\n 267 -42 294 -66 294 -96 c 0\n 294 -106 290 -117 280 -133 c 0\n 274 -143 271 -150 271 -155 c 0\n 271 -165 284 -172 303 -172 c 0\n 336 -172 351 -149 351 -96 c 1\nEndSplineSet\nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 710\nWidth: 778\nFlags: MW\nHStem: 0 25 239 54<352 396> 651 25\nVStem: 106 162<363 580> 509 162<105 289 289 289 346 580>\nFore\n674 0 m 2\n 582 0 523 -17 492 -52 c 0\n 470 -77 459 -104 445 -167 c 1\n 421 -167 l 1\n 421 34 l 1\n 489 39 509 55 509 105 c 2\n 509 289 l 1\n 486 270 426 239 366 239 c 0\n 258 239 106 289 106 363 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 361 l 2\n 268 316 320 293 384 293 c 0\n 437 293 492 326 509 346 c 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 96 l 2\n 671 47 687 34 759 25 c 1\n 759 0 l 1\n 674 0 l 2\nEndSplineSet\nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 711\nWidth: 556\nFlags: MW\nHStem: 0 24 437 24\nVStem: 74 139<251 380> 353 137<89 182 182 182 222 380>\nFore\n516 0 m 2\n 376 0 350 -15 325 -110 c 1\n 299 -110 l 1\n 306 32 l 1\n 340 36 353 52 353 89 c 2\n 353 182 l 1\n 320 162 280 154 220 155 c 0\n 150 156 74 185 74 251 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 224 l 1\n 214 204 252 196 282 195 c 128\n 312 194 353 222 353 222 c 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 516 0 l 2\nEndSplineSet\nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 712\nWidth: 722\nFlags: W\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 182 198\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 713\nWidth: 500\nFlags: W\nRef: 97 97 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 90 -17\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 714\nWidth: 722\nFlags: W\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 181 189\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 715\nWidth: 500\nFlags: W\nRef: 97 97 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 89 -26\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 716\nWidth: 1000\nFlags: W\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 717\nWidth: 722\nFlags: W\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 718\nWidth: 667\nFlags: W\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 162 198\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 719\nWidth: 444\nFlags: W\nRef: 101 101 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 59 -17\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 720\nWidth: 660\nFlags: MW\nHStem: -14 50<296.5 355> 296 60<220 417 220 220> 659 117<260.5 265>\nFore\n62 551 m 1\n 25 573 l 1\n 124 724 199 776 322 776 c 0\n 511 776 636 620 636 383 c 0\n 636 147 508 -14 318 -14 c 0\n 234 -14 164 18 113 82 c 0\n 65 143 42 220 33 356 c 1\n 417 356 l 1\n 410 468 398 521 371 573 c 1\n 339 630 295 659 235 659 c 0\n 170 659 123 630 62 551 c 1\n424 296 m 1\n 220 296 l 1\n 220 272 l 1\n 223 189 226 143 234 113 c 0\n 246 62 275 36 318 36 c 0\n 392 36 420 101 424 296 c 1\nEndSplineSet\nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 721\nWidth: 444\nFlags: MW\nHStem: -14 31<203 241.5> 177 37<153 282 153 153> 401 72<179.5 182.5>\nFore\n49 334 m 1\n 25 348 l 1\n 90 441 139 473 220 473 c 0\n 344 473 426 377 426 231 c 128\n 426 85 342 -14 217 -14 c 0\n 162 -14 116 6 83 45 c 0\n 51 83 36 130 30 214 c 1\n 282 214 l 1\n 278 283 270 316 252 348 c 0\n 231 383 202 401 163 401 c 0\n 120 401 89 383 49 334 c 1\n287 177 m 1\n 153 177 l 1\n 153 162 l 1\n 155 111 157 83 162 64 c 0\n 170 33 189 17 217 17 c 0\n 266 17 284 57 287 177 c 1\nEndSplineSet\nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 722\nWidth: 660\nFlags: MW\nHStem: -14 50<296.5 355> 296 60<220 417 220 220> 659 117<260.5 265> 826 129<208 242.5 417.5 452>\nVStem: 161 129<873.5 907> 371 129<873.5 907>\nFore\n225 955 m 0\n 260 955 290 925 290 889 c 0\n 290 854 261 826 225 826 c 0\n 190 826 161 856 161 891 c 0\n 161 925 191 955 225 955 c 0\n434 955 m 0\n 470 955 500 925 500 889 c 0\n 500 854 471 826 434 826 c 0\n 399 826 371 855 371 892 c 0\n 371 925 401 955 434 955 c 0\n62 551 m 1\n 25 573 l 1\n 124 724 199 776 322 776 c 0\n 511 776 636 620 636 383 c 0\n 636 147 508 -14 318 -14 c 0\n 234 -14 164 18 113 82 c 0\n 65 143 42 220 33 356 c 1\n 417 356 l 1\n 410 468 398 521 371 573 c 1\n 339 630 295 659 235 659 c 0\n 170 659 123 630 62 551 c 1\n424 296 m 1\n 220 296 l 1\n 220 272 l 1\n 223 189 226 143 234 113 c 0\n 246 62 275 36 318 36 c 0\n 392 36 420 101 424 296 c 1\nEndSplineSet\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 723\nWidth: 444\nFlags: MW\nHStem: -14 31<203 241.5> 177 37<153 282 153 153> 401 72<179.5 182.5> 511 129<103 137.5 312.5 347>\nVStem: 56 129<558.5 592> 266 129<558.5 592>\nFore\n120 640 m 0\n 155 640 185 610 185 574 c 0\n 185 539 156 511 120 511 c 0\n 85 511 56 541 56 576 c 0\n 56 610 86 640 120 640 c 0\n329 640 m 0\n 365 640 395 610 395 574 c 0\n 395 539 366 511 329 511 c 0\n 294 511 266 540 266 577 c 0\n 266 610 296 640 329 640 c 0\n49 334 m 1\n 25 348 l 1\n 90 441 139 473 220 473 c 0\n 344 473 426 377 426 231 c 128\n 426 85 342 -14 217 -14 c 0\n 162 -14 116 6 83 45 c 0\n 51 83 36 130 30 214 c 1\n 282 214 l 1\n 278 283 270 316 252 348 c 0\n 231 383 202 401 163 401 c 0\n 120 401 89 383 49 334 c 1\n287 177 m 1\n 153 177 l 1\n 153 162 l 1\n 155 111 157 83 162 64 c 0\n 170 33 189 17 217 17 c 0\n 266 17 284 57 287 177 c 1\nEndSplineSet\nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 724\nWidth: 1107\nFlags: W\nHStem: 0 25 583 102 651 25 736 129<432 466.5 641.5 676>\nVStem: 385 129<783.5 817> 473 162<96 318 371 557 557 559> 595 129<783.5 817>\nFore\n473 557 m 2\n 473 628 455 647 386 651 c 1\n 386 676 l 1\n 724 676 l 1\n 724 651 l 1\n 650 646 635 630 635 559 c 2\n 635 371 l 1\n 664 372 l 2\n 708 374 782 460 797 578 c 0\n 803 626 855 686 925 685 c 0\n 977 684 1019 664 1019 616 c 0\n 1019 583 1011 557 963 556 c 0\n 887 554 909 583 865 583 c 0\n 833 583 841 418 749 352 c 1\n 781 349 837 328 866 286 c 1\n 1024 46 l 1\n 1037 31 1048 26 1073 25 c 1\n 1073 0 l 1\n 875 0 l 1\n 718 254 l 1\n 690 292 682 318 654 318 c 2\n 635 318 l 1\n 635 96 l 2\n 635 47 651 34 723 25 c 1\n 723 0 l 1\n 386 0 l 1\n 386 25 l 1\n 458 33 473 45 473 96 c 2\n 473 318 l 1\n 454 318 l 2\n 426 318 418 292 390 254 c 1\n 233 0 l 1\n 35 0 l 1\n 35 25 l 1\n 60 26 71 31 84 46 c 1\n 242 286 l 1\n 271 328 327 349 359 352 c 1\n 267 418 275 583 243 583 c 0\n 199 583 221 554 145 556 c 0\n 97 557 89 583 89 616 c 0\n 89 664 131 684 183 685 c 0\n 253 686 305 626 311 578 c 0\n 326 460 400 374 444 372 c 2\n 473 371 l 1\n 473 557 l 2\n449 865 m 0\n 484 865 514 835 514 799 c 0\n 514 764 485 736 449 736 c 0\n 414 736 385 766 385 801 c 0\n 385 835 415 865 449 865 c 0\n658 865 m 0\n 694 865 724 835 724 799 c 0\n 724 764 695 736 658 736 c 0\n 623 736 595 765 595 802 c 0\n 595 835 625 865 658 865 c 0\nEndSplineSet\nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 725\nWidth: 750\nFlags: W\nHStem: 0 24<12 17.5 729.5 735> 214 47<286 294 294 304 443 453> 396 74<121.5 140.5 606.5 625.5> 437 24 521 129<251 285.5 460.5 495>\nVStem: 204 129<568.5 602> 304 139<84 214 261 377> 414 129<568.5 602>\nFore\n304 84 m 2\n 304 214 l 1\n 294 214 l 2\n 278 214 256 168 256 168 c 1\n 157 0 l 1\n 12 0 l 1\n 12 24 l 1\n 23 24 33 26 41 39 c 2\n 140 200 l 2\n 157 228 187 242 216 243 c 1\n 162 271 171 396 134 396 c 0\n 109 396 121 366 79 366 c 0\n 53 366 33 384 32 410 c 0\n 31 450 46 470 102 470 c 0\n 179 470 200 392 205 368 c 0\n 213 328 239 261 283 261 c 2\n 304 261 l 1\n 304 377 l 2\n 304 416 289 434 256 437 c 1\n 256 461 l 1\n 495 461 l 1\n 495 437 l 1\n 448 430 443 424 443 377 c 2\n 443 261 l 1\n 464 261 l 2\n 508 261 534 328 542 368 c 0\n 547 392 568 470 645 470 c 0\n 701 470 716 450 715 410 c 0\n 714 384 694 366 668 366 c 0\n 626 366 638 396 613 396 c 0\n 576 396 585 271 531 243 c 1\n 560 242 590 228 607 200 c 2\n 706 39 l 2\n 714 26 724 24 735 24 c 1\n 735 0 l 1\n 590 0 l 1\n 491 168 l 1\n 491 168 469 214 453 214 c 2\n 443 214 l 1\n 443 84 l 2\n 443 37 448 31 495 24 c 1\n 495 0 l 1\n 256 0 l 1\n 256 24 l 1\n 289 27 304 45 304 84 c 2\n268 650 m 0\n 303 650 333 620 333 584 c 0\n 333 549 304 521 268 521 c 0\n 233 521 204 551 204 586 c 0\n 204 620 234 650 268 650 c 0\n477 650 m 0\n 513 650 543 620 543 584 c 0\n 543 549 514 521 477 521 c 0\n 442 521 414 550 414 587 c 0\n 414 620 444 650 477 650 c 0\nEndSplineSet\nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 726\nWidth: 564\nFlags: W\nHStem: -19 74<188 274.5> 325 58<165 223> 475 213<41 74> 642 49<244 271.5> 736 129<153 187.5 362.5 397>\nVStem: 106 129<783.5 817> 316 129<783.5 817> 352 161 373 173<137.5 204.5>\nFore\n228 55 m 0\n 321 55 373 94 373 181 c 0\n 373 228 363 325 223 325 c 2\n 165 325 l 1\n 165 383 l 1\n 226 383 l 2\n 336 383 352 434 352 516 c 0\n 352 584 311 642 232 642 c 0\n 138 642 101 575 78 475 c 1\n 41 475 l 1\n 41 688 l 1\n 74 688 l 1\n 82 666 91 658 109 658 c 0\n 118 658 132 661 156 669 c 0\n 204 685 228 691 260 691 c 0\n 393 691 512 622 513 498 c 0\n 514 398 460 370 423 358 c 1\n 472 344 546 308 546 181 c 0\n 546 10 404 -19 253 -19 c 0\n 99 -19 50 68 14 135 c 1\n 52 168 l 1\n 96 102 148 55 228 55 c 0\n170 865 m 0\n 205 865 235 835 235 799 c 0\n 235 764 206 736 170 736 c 0\n 135 736 106 766 106 801 c 0\n 106 835 136 865 170 865 c 0\n379 865 m 0\n 415 865 445 835 445 799 c 0\n 445 764 416 736 379 736 c 0\n 344 736 316 765 316 802 c 0\n 316 835 346 865 379 865 c 0\nEndSplineSet\nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 727\nWidth: 408\nFlags: W\nHStem: -14 50<134 193> 220 40<118 158> 326 145<34 56> 440 33<172 191> 521 129<72 106.5 281.5 316>\nVStem: 25 129<568.5 602> 235 129<568.5 602> 246 114<326 377> 260 123<92.5 138>\nFore\n161 36 m 0\n 225 36 260 63 260 122 c 0\n 260 154 253 220 158 220 c 2\n 118 220 l 1\n 118 260 l 1\n 160 260 l 2\n 235 260 246 298 246 354 c 0\n 246 400 218 440 164 440 c 0\n 100 440 75 394 59 326 c 1\n 34 326 l 1\n 34 471 l 1\n 56 471 l 1\n 62 456 68 451 80 451 c 0\n 86 451 96 453 112 458 c 0\n 145 469 161 473 183 473 c 0\n 274 473 360 426 360 342 c 0\n 360 278 330 251 304 243 c 1\n 338 234 383 209 383 122 c 0\n 383 18 281 -14 178 -14 c 0\n 73 -14 40 45 15 91 c 1\n 41 113 l 1\n 71 68 107 36 161 36 c 0\n89 650 m 0\n 124 650 154 620 154 584 c 0\n 154 549 125 521 89 521 c 0\n 54 521 25 551 25 586 c 0\n 25 620 55 650 89 650 c 0\n298 650 m 0\n 334 650 364 620 364 584 c 0\n 364 549 335 521 298 521 c 0\n 263 521 235 550 235 587 c 0\n 235 620 265 650 298 650 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 728\nWidth: 580\nFlags: MW\nHStem: -19 45<252 302.5> 645 47<239.5 296 262 418>\nVStem: 401 159<132 190>\nFore\n266 26 m 0\n 339 26 401 100 401 164 c 0\n 401 216 384 320 270 320 c 1\n 418 645 l 1\n 418 645 330 645 262 645 c 0\n 217 645 178 641 142 604 c 0\n 108 569 97 540 77 475 c 1\n 49 475 l 1\n 49 692 l 1\n 556 692 l 1\n 414 368 l 1\n 474 368 560 318 560 192 c 0\n 560 42 418 -19 270 -19 c 0\n 199 -19 139 -8 85 35 c 0\n 55 59 51 68 13 112 c 1\n 43 137 l 1\n 101 78 134 59 183 40 c 0\n 212 28 238 26 266 26 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 729\nWidth: 389\nFlags: MW\nHStem: -14 50<168.5 188.5> 433 38<159 199 172 268>\nVStem: 265 103<93 138>\nFore\n166 36 m 0\n 211 36 265 63 265 122 c 0\n 265 154 254 220 188 220 c 1\n 268 433 l 1\n 268 433 226 433 172 433 c 0\n 146 433 121 429 99 408 c 0\n 78 388 67 370 52 326 c 1\n 27 326 l 1\n 27 471 l 1\n 366 471 l 1\n 288 256 l 1\n 342 256 368 181 368 138 c 0\n 368 48 298 -14 207 -14 c 0\n 130 -14 74 17 16 91 c 1\n 34 109 l 1\n 71 67 125 36 166 36 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 730\nWidth: 778\nFlags: W\nHStem: 0 25 651 25 726 72<225 555>\nVStem: 106 162<96 176 243 580> 225 330<726 798> 509 162<96 456 456 456 523 580>\nFore\n509 456 m 1\n 268 176 l 1\n 268 96 l 2\n 268 47 285 33 358 25 c 1\n 358 0 l 1\n 21 0 l 1\n 21 25 l 1\n 91 34 106 47 106 96 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 243 l 1\n 509 523 l 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 96 l 2\n 671 47 687 34 759 25 c 1\n 759 0 l 1\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 456 l 1\n555 798 m 1\n 555 726 l 1\n 225 726 l 1\n 225 798 l 1\n 555 798 l 1\nEndSplineSet\nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 731\nWidth: 556\nFlags: W\nHStem: 0 24 437 24 511 72<115 445>\nVStem: 74 139<84 136 195 380> 115 330<511 583> 351 139<62.5 81>\nFore\n351 81 m 1\n 353 277 l 1\n 213 136 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 195 l 1\n 353 336 l 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 1\n445 583 m 1\n 445 511 l 1\n 115 511 l 1\n 115 583 l 1\n 445 583 l 1\nEndSplineSet\nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 732\nWidth: 778\nFlags: W\nHStem: 0 25 651 25 726 129<268 302.5 477.5 512>\nVStem: 106 162<96 176 243 580> 221 129<773.5 807> 431 129<773.5 807> 509 162<96 456 456 456 523 580>\nFore\n509 456 m 1\n 268 176 l 1\n 268 96 l 2\n 268 47 285 33 358 25 c 1\n 358 0 l 1\n 21 0 l 1\n 21 25 l 1\n 91 34 106 47 106 96 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 243 l 1\n 509 523 l 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 96 l 2\n 671 47 687 34 759 25 c 1\n 759 0 l 1\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 456 l 1\n285 855 m 0\n 320 855 350 825 350 789 c 0\n 350 754 321 726 285 726 c 0\n 250 726 221 756 221 791 c 0\n 221 825 251 855 285 855 c 0\n494 855 m 0\n 530 855 560 825 560 789 c 0\n 560 754 531 726 494 726 c 0\n 459 726 431 755 431 792 c 0\n 431 825 461 855 494 855 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 733\nWidth: 556\nFlags: W\nHStem: 0 24 437 24 511 129<158 192.5 367.5 402>\nVStem: 74 139<84 136 195 380> 111 129<558.5 592> 321 129<558.5 592> 351 139<62.5 81>\nFore\n351 81 m 1\n 353 277 l 1\n 213 136 l 1\n 213 81 l 2\n 213 44 225 29 262 24 c 1\n 262 0 l 1\n 21 0 l 1\n 21 24 l 1\n 66 33 74 42 74 84 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 195 l 1\n 353 336 l 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 1\n175 640 m 0\n 210 640 240 610 240 574 c 0\n 240 539 211 511 175 511 c 0\n 140 511 111 541 111 576 c 0\n 111 610 141 640 175 640 c 0\n384 640 m 0\n 420 640 450 610 450 574 c 0\n 450 539 421 511 384 511 c 0\n 349 511 321 540 321 577 c 0\n 321 610 351 640 384 640 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 734\nWidth: 778\nFlags: W\nRef: 79 79 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 221 189\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 735\nWidth: 500\nFlags: W\nRef: 111 111 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 83 -26\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 736\nWidth: 778\nFlags: MW\nHStem: -19 33<333 442.5> 298 72<213 565> 658 33<337.5 443.5>\nVStem: 35 708<232.5 438>\nFore\n393 691 m 0\n 594 691 743 540 743 336 c 0\n 743 129 596 -19 389 -19 c 128\n 182 -19 35 128 35 335 c 0\n 35 543 184 691 393 691 c 0\n565 370 m 1\n 557 553 495 658 392 658 c 0\n 283 658 221 558 213 370 c 1\n 565 370 l 1\n565 298 m 1\n 211 298 l 1\n 217 114 278 14 388 14 c 0\n 497 14 558 113 565 298 c 1\nEndSplineSet\nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 737\nWidth: 500\nFlags: MW\nHStem: -14 31<223.5 277.5> 187 72<172 329> 442 31<224 279>\nVStem: 25 451<160.5 299>\nFore\n251 473 m 0\n 380 473 476 369 476 229 c 0\n 476 90 380 -14 251 -14 c 0\n 120 -14 25 89 25 232 c 0\n 25 368 124 473 251 473 c 0\n329 259 m 1\n 326 395 306 442 252 442 c 0\n 196 442 176 399 172 259 c 1\n 329 259 l 1\n329 187 m 1\n 172 187 l 1\n 175 62 196 17 251 17 c 0\n 304 17 325 61 329 187 c 1\nEndSplineSet\nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 738\nWidth: 778\nFlags: W\nHStem: -19 33<333 442.5> 298 72<213 565> 658 33<337.5 443.5> 726 129<266 300.5 475.5 510>\nVStem: 35 708<232.5 438> 219 129<773.5 807> 429 129<773.5 807>\nFore\n393 691 m 0\n 594 691 743 540 743 336 c 0\n 743 129 596 -19 389 -19 c 128\n 182 -19 35 128 35 335 c 0\n 35 543 184 691 393 691 c 0\n565 370 m 1\n 557 553 495 658 392 658 c 0\n 283 658 221 558 213 370 c 1\n 565 370 l 1\n565 298 m 1\n 211 298 l 1\n 217 114 278 14 388 14 c 0\n 497 14 558 113 565 298 c 1\n283 855 m 0\n 318 855 348 825 348 789 c 0\n 348 754 319 726 283 726 c 0\n 248 726 219 756 219 791 c 0\n 219 825 249 855 283 855 c 0\n492 855 m 0\n 528 855 558 825 558 789 c 0\n 558 754 529 726 492 726 c 0\n 457 726 429 755 429 792 c 0\n 429 825 459 855 492 855 c 0\nEndSplineSet\nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 739\nWidth: 500\nFlags: W\nHStem: -14 31<223.5 277.5> 187 72<172 329> 442 31<224 279> 511 129<128 162.5 337.5 372>\nVStem: 25 451<160.5 299> 81 129<558.5 592> 291 129<558.5 592>\nFore\n251 473 m 0\n 380 473 476 369 476 229 c 0\n 476 90 380 -14 251 -14 c 0\n 120 -14 25 89 25 232 c 0\n 25 368 124 473 251 473 c 0\n329 259 m 1\n 326 395 306 442 252 442 c 0\n 196 442 176 399 172 259 c 1\n 329 259 l 1\n329 187 m 1\n 172 187 l 1\n 175 62 196 17 251 17 c 0\n 304 17 325 61 329 187 c 1\n145 640 m 0\n 180 640 210 610 210 574 c 0\n 210 539 181 511 145 511 c 0\n 110 511 81 541 81 576 c 0\n 81 610 111 640 145 640 c 0\n354 640 m 0\n 390 640 420 610 420 574 c 0\n 420 539 391 511 354 511 c 0\n 319 511 291 540 291 577 c 0\n 291 610 321 640 354 640 c 0\nEndSplineSet\nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 740\nWidth: 722\nFlags: W\nHStem: -18 47 326 47<259 510> 454 234<67 92> 658 33<315 383> 726 129<246 280.5 455.5 490>\nVStem: 199 129<773.5 807> 259 428<326 373 373 373> 409 129<773.5 807> 511 176<326 326>\nFore\n259 326 m 1\n 259 373 l 1\n 510 373 l 1\n 504 559 440 658 326 658 c 0\n 279 658 236 640 193 602 c 0\n 150 563 127 530 92 454 c 1\n 67 454 l 1\n 67 688 l 1\n 94 688 l 1\n 108 653 119 642 138 642 c 0\n 147 642 162 646 184 656 c 0\n 243 680 291 691 339 691 c 0\n 538 691 687 537 687 333 c 0\n 687 127 540 -19 333 -19 c 0\n 262 -19 203 -2 148 35 c 0\n 116 57 94 77 49 127 c 1\n 79 152 l 1\n 138 90 170 66 219 47 c 0\n 248 35 281 29 309 29 c 0\n 375 29 438 64 467 116 c 0\n 495 166 510 234 511 326 c 1\n 259 326 l 1\n263 855 m 0\n 298 855 328 825 328 789 c 0\n 328 754 299 726 263 726 c 0\n 228 726 199 756 199 791 c 0\n 199 825 229 855 263 855 c 0\n472 855 m 0\n 508 855 538 825 538 789 c 0\n 538 754 509 726 472 726 c 0\n 437 726 409 755 409 792 c 0\n 409 825 439 855 472 855 c 0\nEndSplineSet\nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 741\nWidth: 444\nFlags: W\nHStem: 216 40<145 285> 442 31<197 231> 511 129<105 139.5 314.5 349>\nVStem: 39 124<372 393> 58 129<558.5 592> 145 285<216 256 256 256> 268 129<558.5 592>\nFore\n289 256 m 1\n 289 276 l 2\n 289 379 257 442 205 442 c 0\n 189 442 174 434 168 423 c 0\n 163 414 163 414 163 372 c 0\n 162 323 144 300 107 300 c 0\n 65 300 39 324 39 363 c 0\n 39 425 106 473 194 473 c 0\n 330 473 430 367 430 223 c 0\n 430 85 340 -14 216 -14 c 0\n 139 -14 83 17 25 91 c 1\n 43 109 l 1\n 80 67 106 53 147 53 c 0\n 220 53 271 115 285 216 c 1\n 145 216 l 1\n 145 256 l 1\n 289 256 l 1\n122 640 m 0\n 157 640 187 610 187 574 c 0\n 187 539 158 511 122 511 c 0\n 87 511 58 541 58 576 c 0\n 58 610 88 640 122 640 c 0\n331 640 m 0\n 367 640 397 610 397 574 c 0\n 397 539 368 511 331 511 c 0\n 296 511 268 540 268 577 c 0\n 268 610 298 640 331 640 c 0\nEndSplineSet\nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 742\nWidth: 722\nFlags: W\nHStem: -14 59 651 25 726 72<200 530>\nVStem: 15 320<651 676> 200 330<726 798> 461 253<651 676>\nFore\n714 676 m 1\n 714 651 l 1\n 640 644 620 616 560 499 c 1\n 326 34 l 2\n 309 0 249 -14 192 -14 c 0\n 108 -14 86 12 86 52 c 0\n 86 90 113 120 151 120 c 0\n 240 120 193 44 237 45 c 0\n 259 46 302 100 294 122 c 1\n 95 593 l 2\n 74 643 51 648 15 651 c 1\n 15 676 l 1\n 335 676 l 1\n 335 651 l 1\n 321 650 309 649 304 649 c 0\n 268 647 256 639 256 618 c 1\n 395 289 l 1\n 503 502 l 1\n 544 576 537 593 537 614 c 0\n 537 638 521 647 481 649 c 0\n 478 650 470 650 461 651 c 1\n 461 676 l 1\n 714 676 l 1\n530 798 m 1\n 530 726 l 1\n 200 726 l 1\n 200 798 l 1\n 530 798 l 1\nEndSplineSet\nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 743\nWidth: 500\nFlags: W\nRef: 121 121 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 82 -54\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 744\nWidth: 722\nFlags: W\nHStem: -14 59 651 25 726 129<242 276.5 451.5 486>\nVStem: 15 320<651 676> 195 129<773.5 807> 405 129<773.5 807> 461 253<651 676>\nFore\n714 676 m 1\n 714 651 l 1\n 640 644 620 616 560 499 c 1\n 326 34 l 2\n 309 0 249 -14 192 -14 c 0\n 108 -14 86 12 86 52 c 0\n 86 90 113 120 151 120 c 0\n 240 120 193 44 237 45 c 0\n 259 46 302 100 294 122 c 1\n 95 593 l 2\n 74 643 51 648 15 651 c 1\n 15 676 l 1\n 335 676 l 1\n 335 651 l 1\n 321 650 309 649 304 649 c 0\n 268 647 256 639 256 618 c 1\n 395 289 l 1\n 503 502 l 1\n 544 576 537 593 537 614 c 0\n 537 638 521 647 481 649 c 0\n 478 650 470 650 461 651 c 1\n 461 676 l 1\n 714 676 l 1\n259 855 m 0\n 294 855 324 825 324 789 c 0\n 324 754 295 726 259 726 c 0\n 224 726 195 756 195 791 c 0\n 195 825 225 855 259 855 c 0\n468 855 m 0\n 504 855 534 825 534 789 c 0\n 534 754 505 726 468 726 c 0\n 433 726 405 755 405 792 c 0\n 405 825 435 855 468 855 c 0\nEndSplineSet\nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 745\nWidth: 500\nFlags: W\nRef: 121 121 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 80 -26\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 746\nWidth: 722\nFlags: MW\nHStem: -14 59 651 25\nVStem: 15 320<651 676> 461 253<651 676>\nFore\n714 676 m 1\n 714 651 l 1\n 640 644 620 616 560 499 c 1\n 326 34 l 2\n 309 0 249 -14 192 -14 c 0\n 108 -14 86 12 86 52 c 0\n 86 90 113 120 151 120 c 0\n 240 120 193 44 237 45 c 0\n 259 46 302 100 294 122 c 1\n 95 593 l 2\n 74 643 51 648 15 651 c 1\n 15 676 l 1\n 335 676 l 1\n 335 651 l 1\n 321 650 309 649 304 649 c 0\n 268 647 256 639 256 618 c 1\n 395 289 l 1\n 503 502 l 1\n 544 576 537 593 537 614 c 0\n 537 638 521 647 481 649 c 0\n 478 650 470 650 461 651 c 1\n 461 676 l 1\n 714 676 l 1\n146 726 m 1\n 283 883 l 2\n 300 902 317 911 336 911 c 0\n 365 911 384 893 384 867 c 0\n 384 844 376 834 344 814 c 2\n 202 726 l 1\n 146 726 l 1\n346 726 m 1\n 483 883 l 2\n 500 902 517 911 536 911 c 0\n 565 911 584 893 584 867 c 0\n 584 844 576 834 544 814 c 2\n 402 726 l 1\n 346 726 l 1\nEndSplineSet\nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 747\nWidth: 500\nFlags: W\nRef: 121 121 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 42 -17\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 748\nWidth: 778\nFlags: W\nHStem: 0 25 239 54<352 396> 651 25 726 129<268 302.5 477.5 512>\nVStem: 106 162<363 580> 221 129<773.5 807> 431 129<773.5 807> 509 162<96 289 289 289 346 580>\nFore\n509 289 m 1\n 486 270 426 239 366 239 c 0\n 258 239 106 289 106 363 c 2\n 106 580 l 2\n 106 630 88 645 21 651 c 1\n 21 676 l 1\n 358 676 l 1\n 358 651 l 1\n 288 646 268 630 268 580 c 2\n 268 361 l 2\n 268 316 320 293 384 293 c 0\n 437 293 492 326 509 346 c 1\n 509 580 l 2\n 509 630 489 646 419 651 c 1\n 419 676 l 1\n 759 676 l 1\n 759 651 l 1\n 691 646 671 630 671 580 c 2\n 671 96 l 2\n 671 47 687 34 759 25 c 1\n 759 0 l 1\n 419 0 l 1\n 419 25 l 1\n 492 33 509 47 509 96 c 2\n 509 289 l 1\n285 855 m 0\n 320 855 350 825 350 789 c 0\n 350 754 321 726 285 726 c 0\n 250 726 221 756 221 791 c 0\n 221 825 251 855 285 855 c 0\n494 855 m 0\n 530 855 560 825 560 789 c 0\n 560 754 531 726 494 726 c 0\n 459 726 431 755 431 792 c 0\n 431 825 461 855 494 855 c 0\nEndSplineSet\nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 749\nWidth: 556\nFlags: W\nHStem: 0 81<351 353> 0 24 0 81 437 24 511 129<160 194.5 369.5 404>\nVStem: 74 139<251 380> 113 129<558.5 592> 323 129<558.5 592> 351 139<62.5 81>\nFore\n351 81 m 1\n 353 81 l 1\n 353 182 l 1\n 320 162 280 154 220 155 c 0\n 150 156 74 185 74 251 c 2\n 74 380 l 2\n 74 417 61 433 27 437 c 1\n 27 461 l 1\n 262 461 l 1\n 262 437 l 1\n 223 434 213 422 213 380 c 2\n 213 224 l 1\n 214 204 252 196 282 195 c 128\n 312 194 353 222 353 222 c 1\n 353 380 l 2\n 353 422 343 434 304 437 c 1\n 304 461 l 1\n 539 461 l 1\n 539 437 l 1\n 500 434 490 422 490 380 c 2\n 490 81 l 2\n 490 39 500 27 539 24 c 1\n 539 0 l 1\n 304 0 l 1\n 304 24 l 1\n 338 28 351 44 351 81 c 1\n177 640 m 0\n 212 640 242 610 242 574 c 0\n 242 539 213 511 177 511 c 0\n 142 511 113 541 113 576 c 0\n 113 610 143 640 177 640 c 0\n386 640 m 0\n 422 640 452 610 452 574 c 0\n 452 539 423 511 386 511 c 0\n 351 511 323 540 323 577 c 0\n 323 610 353 640 386 640 c 0\nEndSplineSet\nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 750\nWidth: 987\nFlags: W\nHStem: 0 25 0 35<295.5 338> 326 47 651 25 726 129<371 405.5 580.5 615>\nVStem: 100 162<117 326 373 559> 324 129<773.5 807> 428 172<133 218.5> 534 129<773.5 807> 713 162<96 580>\nFore\n713 96 m 2\n 713 580 l 2\n 713 631 692 646 620 651 c 1\n 620 676 l 1\n 970 676 l 1\n 970 651 l 1\n 896 648 875 632 875 580 c 2\n 875 96 l 2\n 875 44 894 30 970 25 c 1\n 970 0 l 1\n 620 0 l 1\n 620 25 l 1\n 695 32 713 46 713 96 c 2\n262 373 m 1\n 397 372 431 369 475 351 c 0\n 556 320 600 259 600 182 c 0\n 600 66 505 0 338 0 c 2\n 16 0 l 1\n 16 25 l 1\n 86 31 100 47 100 117 c 2\n 100 559 l 2\n 100 621 87 641 40 647 c 0\n 37 647 27 649 16 651 c 1\n 16 676 l 1\n 350 676 l 1\n 350 651 l 1\n 271 641 262 632 262 559 c 2\n 262 373 l 1\n262 70 m 2\n 262 47 279 35 312 35 c 0\n 395 35 428 79 428 187 c 0\n 428 250 416 288 390 311 c 0\n 366 331 333 326 262 326 c 1\n 262 70 l 2\n388 855 m 0\n 423 855 453 825 453 789 c 0\n 453 754 424 726 388 726 c 0\n 353 726 324 756 324 791 c 0\n 324 825 354 855 388 855 c 0\n597 855 m 0\n 633 855 663 825 663 789 c 0\n 663 754 634 726 597 726 c 0\n 562 726 534 755 534 792 c 0\n 534 825 564 855 597 855 c 0\nEndSplineSet\nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 751\nWidth: 762\nFlags: W\nHStem: 0 81<551 553> 0 24 0 81 0 25 0 41<275 298> 226 38<213 268> 436 25 437 24 511 129<258 292.5 467.5 502>\nVStem: 74 139<88 226 264 367> 211 129<558.5 592> 366 124 421 129<558.5 592> 551 139<62.5 81>\nFore\n551 81 m 1\n 553 81 l 1\n 553 380 l 2\n 553 422 543 434 504 437 c 1\n 504 461 l 1\n 739 461 l 1\n 739 437 l 1\n 700 434 690 422 690 380 c 2\n 690 81 l 2\n 690 39 700 27 739 24 c 1\n 739 0 l 1\n 504 0 l 1\n 504 24 l 1\n 538 28 551 44 551 81 c 1\n260 461 m 1\n 260 436 l 1\n 213 434 213 402 213 367 c 2\n 213 264 l 1\n 272 264 l 2\n 382 264 437 227 453 207 c 1\n 477 186 490 158 490 128 c 0\n 490 51 414 0 298 0 c 2\n 21 0 l 1\n 21 25 l 1\n 71 30 74 53 74 88 c 2\n 74 367 l 2\n 74 402 74 434 27 436 c 1\n 27 461 l 1\n 260 461 l 1\n213 226 m 1\n 213 82 l 2\n 213 52 260 41 290 41 c 0\n 345 41 365 72 366 126 c 0\n 367 194 339 226 268 226 c 2\n 213 226 l 1\n275 640 m 0\n 310 640 340 610 340 574 c 0\n 340 539 311 511 275 511 c 0\n 240 511 211 541 211 576 c 0\n 211 610 241 640 275 640 c 0\n484 640 m 0\n 520 640 550 610 550 574 c 0\n 550 539 521 511 484 511 c 0\n 449 511 421 540 421 577 c 0\n 421 610 451 640 484 640 c 0\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 752\nWidth: 504\nFlags: W\nHStem: 0 16<19 23>\nVStem: 0 100<447 505> 40 156.014<46 53>\nFore\n0 447 m 1\n 0 482.187 28.3522 518.741 56.5 530 c 0\n 61.5 532 66 532.667 70 532 c 2\n 110 532 l 2\n 112.059 532 106.286 525.143 105 523 c 0\n 102.048 518.57 100 512.605 100 505 c 0\n 100 454.162 205.05 355.57 253 315 c 1\n 280 360 l 1\n 274.125 360 252.768 376.796 246 383 c 0\n 231.443 395.316 212 416.973 212 442 c 2\n 212 444 l 2\n 212 444.667 212.333 445.333 213 446 c 2\n 213 450 l 0\n 216.8 476.585 226.873 498.33 241.5 515.5 c 0\n 249.167 524.5 259 530 271 532 c 1\n 311 532 l 2\n 314.471 532 316 530.152 316 527 c 0\n 316 523.46 315.037 519.108 314 516 c 1\n 314 511.368 311.844 509.243 312 505 c 2\n 312 500 l 2\n 312 469.285 356.908 450.682 382 435 c 0\n 410.418 419.5 444.579 392.978 450.5 351.5 c 0\n 450.833 349.167 451 346.333 451 343 c 0\n 451 310.831 430.596 294.799 404 285 c 1\n 404 285 361.667 284.5 361 285.5 c 128\n 360.333 286.5 360 287.667 360 289 c 1\n 360 306.469 360.836 311.273 350.5 321 c 0\n 344.833 326.333 330.833 336.167 330.5 336.5 c 128\n 330.167 336.833 329.667 337 329 337 c 1\n 298 284 l 1\n 299.333 284 307.833 279.333 323.5 270 c 0\n 361.895 247.127 400.165 209.252 427 169 c 0\n 443 145 451 119 451 91 c 2\n 451 83 l 0\n 448.791 53.1764 433.947 11.2058 414 2 c 0\n 407.508 -1.24703 375.74 -6.35783e-07 365 0 c 1\n 365 18 l 0\n 365 82.1789 319.019 108.936 280.5 139 c 2\n 239 171 l 1\n 105 275 l 1\n 102.293 266.876 100 258.781 100 248 c 0\n 100 206.237 131.93 171.587 154 144 c 0\n 165.908 127.626 216.423 61.135 187.5 24.5 c 0\n 180.378 15.479 166.56 6.21586 154.5 3 c 0\n 149.5 1.66667 146.333 0.666667 145 0 c 1\n 4 0 l 1\n 10.6144 10.7484 8.59601 11.2976 18 16 c 0\n 30.7776 16 40 31.203 40 47 c 0\n 40 64.4392 19.4793 130.754 13.5 156 c 0\n 4.70689 193.127 2.84082 221.27 21.5 253.5 c 0\n 32.5 272.5 46 291 62 309 c 1\n 53.0873 313.459 39.7782 328.03 31 340 c 0\n 13.6176 366.863 0.000894552 400.869 0 447 c 1\nEndSplineSet\nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 753\nWidth: 504\nFlags: W\nHStem: 0 100<32 358 417 435> 400 100<112.155 288> 400.355 135.645<80 89>\nFore\n90 536 m 1\n 90 533.697 89.3925 531.064 89 530 c 2\n 89 523 l 0\n 89 517.547 94.6295 509.37 98 506 c 0\n 106.674 501.043 114.952 500 128 500 c 2\n 310 500 l 2\n 385.231 500 417 451.362 417 375 c 2\n 417 100 l 1\n 467 100 l 1\n 435 0 l 1\n 0 0 l 1\n 32 100 l 1\n 359 100 l 1\n 345 331 l 2\n 343.489 355.173 340.79 368.21 327 382 c 0\n 315.114 393.886 300.3 400 278 400 c 2\n 92 400 l 2\n 41.1142 400 21.9954 417.027 15 459 c 0\n 14.3333 463 14 467 14 471 c 0\n 15.2493 500.981 30.1371 526.068 50 536 c 1\n 90 536 l 1\nEndSplineSet\nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 754\nWidth: 313\nFlags: W\nHStem: 0 21G<0 145 228 268>\nVStem: 190 55<304 328 329.016 340.997>\nFore\n104 536 m 1\n 104 527 l 0\n 104 523.667 104.667 520.333 106 517 c 0\n 106 501.313 134.405 500.174 152 499 c 0\n 153.333 498.333 154.667 498 156 498 c 2\n 160 498 l 2\n 162 498 169.667 497 171 497 c 0\n 198.098 494.291 222.203 490.895 233 472 c 0\n 244.554 450.176 245 422.958 245 390 c 2\n 245 156 l 0\n 245 96.0668 258.198 51.4558 268 0 c 1\n 228 0 l 1\n 204.951 23.0492 208.733 20.5711 197 45.5 c 0\n 196.796 45.9327 185.072 73.6303 183.5 81.5 c 0\n 183.167 83.1667 182.667 84.6667 182 86 c 1\n 145 0 l 1\n 0 0 l 1\n 27 100 l 1\n 145 127 l 1\n 147.836 131.255 152.321 136.321 156 140 c 0\n 173.086 163.925 175.622 199.994 180 235 c 0\n 183.495 255.969 190 293.905 190 316 c 2\n 190 323 l 2\n 190 325 189.667 327 189 329 c 0\n 189 343.25 184.301 358.394 179 369 c 0\n 171.338 386.877 151.645 387.608 128 389 c 2\n 124 389 l 0\n 121.333 389 109.667 390 107 390 c 0\n 64.7667 394.021 42.9384 414.279 34 454.5 c 0\n 33.3333 457.5 33 460.667 33 464 c 0\n 33 491.67 48.4081 520.401 64 536 c 2\n 104 536 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 755\nWidth: 504\nFlags: W\nHStem: 400 100<94 335 396 407> 400 136<62 67>\nVStem: -2 451<450 469>\nFore\n395 400 m 1\n 405 88 l 1\n 405 55.1799 398.875 26.0942 384 7.5 c 0\n 380 2.5 375.333 0 370 0 c 2\n 330 -1 l 1\n 325 0 l 2\n 324.333 0 324 1.83333 324 5.5 c 0\n 324 10.1214 325.111 16.1741 325 22 c 2\n 325 32 l 1\n 336 400 l 1\n 69 400 l 2\n 21.8562 400 -1.99989 421.994 -2 469 c 0\n -2 498.097 8.84087 526.221 27 536 c 1\n 67 536 l 1\n 67 522.37 66.9418 511.371 75 506 c 0\n 86.9449 502.016 90.32 500 105 500 c 2\n 404 500 l 2\n 429.445 500 449 475.321 449 450 c 0\n 449 421.008 432.387 400 404 400 c 2\n 395 400 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 756\nWidth: 504\nFlags: W\nHStem: 1 283<56 58> 400 100<95 335 396 411> 400 136<52 67>\nVStem: 0 449<450 475> 9 73<179 199> 18 83<65 88> 328 81<64.4376 88>\nFore\n395 400 m 1\n 409 88 l 1\n 409 68.0589 407.588 53.883 402 36 c 0\n 402 34.3365 401.012 33.0119 400 32 c 0\n 400 26.3196 391.795 10.6932 389 6.5 c 0\n 385.667 1.5 381.333 -1 376 -1 c 2\n 336 -2 l 2\n 334.666 -0.666666 330.61 -1.82788e-06 328 0 c 0\n 327.333 0 327 1.83333 327 5.5 c 0\n 327 10.1214 328.111 16.1741 328 22 c 2\n 328 32 l 1\n 336 400 l 1\n 69 400 l 2\n 27.5861 400 15.4743 413.569 5 442 c 0\n 1.69252 451.922 -2.67586e-06 463.324 0 475 c 0\n 0 501.99 11.8535 524.985 27 536 c 1\n 67 536 l 1\n 67 522.37 66.9418 511.371 75 506 c 0\n 86.9449 502.016 90.32 500 105 500 c 2\n 404 500 l 2\n 429.445 500 449 475.321 449 450 c 0\n 449 421.008 432.387 400 404 400 c 2\n 395 400 l 1\n7 -1 m 1\n 5.44808 0.11475 0.896654 -1.77002 1 1 c 1\n 1 2.08864 7.16661 23.2498 8 27 c 0\n 14.7335 33.7338 18 66.5646 18 84 c 0\n 18 98.9706 15.0556 113.156 14 127.5 c 0\n 14 127.833 13.6667 128 13 128 c 0\n 11.5852 144.977 9 159.985 9 178 c 0\n 9 216.103 18.1094 246.555 36 267 c 0\n 38.4816 270.722 49.4656 286.179 56 284 c 2\n 96 284 l 1\n 97.8579 283.525 98.5791 281.912 99 280 c 1\n 99 278.398 87.5 245.833 86.5 241.5 c 0\n 84.0387 230.835 82 213.368 82 199 c 0\n 82 166.21 89.4934 145.028 96 119 c 2\n 100 95.5 l 2\n 101.333 87.8333 102 80 102 72 c 0\n 102 69.4211 100.972 65.577 101 63 c 0\n 101 33.5519 80.3159 7.37602 58 1 c 0\n 56 0.333333 54.1667 -2.71051e-20 52.5 0 c 2\n 47 0 l 1\n 7 -1 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 757\nWidth: 285\nFlags: W\nFore\n217 390 m 1\n 226 88 l 1\n 226 55.2831 220.146 25.5546 204.5 7.5 c 0\n 200.167 2.5 195 0 189 0 c 2\n 149 -1 l 1\n 144.518 0.120401 145 -1.76854 145 5.5 c 2\n 145 32 l 1\n 159 325 l 1\n 160.265 341.44 155.68 361.096 147.5 372 c 0\n 146.5 373.333 145.667 374.667 145 376 c 0\n 132.894 396.579 111.279 399.428 83 401 c 2\n 77 401 l 0\n 39.6463 402.869 20.5007 412.374 7 445 c 0\n 4.67962 450.8 3 458.47 3 466 c 2\n 3 472 l 0\n 5.626 493.009 18.6442 522.638 32 536 c 2\n 72 536 l 2\n 72 514.07 77.6753 500.879 97.5 498.5 c 0\n 105.833 497.5 115.333 496.667 126 496 c 0\n 156.752 496 184.533 486.807 199 468 c 0\n 212.998 447.637 215.601 422.154 217 390 c 1\nEndSplineSet\nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 758\nWidth: 285\nFlags: W\nHStem: 407 129<94 97>\nVStem: 65 66<293 322> 84 92<107 127>\nFore\n150 395 m 1\n 149.583 393.749 131 350.004 131 334 c 0\n 131 322 l 0\n 131 287.926 144.342 247.975 154 219 c 0\n 163.5 186.934 176 147.702 176 108 c 0\n 176 57.8397 154.117 18.7458 120 3 c 0\n 109.705 -1.11841 76.1381 -0.621547 61 -1 c 1\n 55 0 l 2\n 53.2938 0 65.5405 28.4971 67 32 c 0\n 67 34.0833 74.3333 52.3333 75 55 c 0\n 80.8713 74.9625 84 94.9358 84 119 c 0\n 84 177.825 65.2982 232.378 65 293 c 0\n 65 322.06 69.4434 350.775 81 371 c 0\n 90.2438 384.866 92.2911 396.291 102 406 c 0\n 101.333 406 97.6667 407 97 407 c 2\n 94 407 l 0\n 53.998 413 34.6232 419.071 28 455.5 c 0\n 27.3333 459.167 27 462.667 27 466 c 0\n 27 495.546 41.3262 520.319 57 536 c 2\n 97 536 l 2\n 97 527.26 100.468 512.8 105 506 c 0\n 109.824 499.567 137.014 494.435 150 492 c 0\n 155.058 492 188.105 484.642 193 483.5 c 0\n 221.849 476.77 242 454.429 242 421 c 0\n 242 406.292 235.358 365.358 224.5 354.5 c 0\n 224.167 354.167 223.667 354 223 354 c 0\n 221.191 352.191 219.057 351.29 217 349 c 1\n 177 349 l 1\n 177 356 l 1\n 177 361.083 164.978 381.022 159.5 386.5 c 0\n 156.5 389.5 153.333 392.333 150 395 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 759\nWidth: 504\nFlags: W\nHStem: 400 100<114 335 396 411>\nVStem: -2 451<450 473> 11 76<51 94 286 327> 11 81<36 50> 16 71<328 334> 328 81<65.8717 88>\nFore\n114 400 m 1\n 104.942 381.876 93.1821 365.32 88 342 c 0\n 88 336.577 86.9716 332.424 87 327 c 1\n 92 50 l 1\n 92 24.8931 83.5026 -2.49942e-05 61 0 c 2\n 21 -1 l 1\n 15 0 l 2\n 12.3107 0 11.4909 29.1284 11 36 c 2\n 11 55 l 1\n 16 327 l 1\n 16 348.707 42.5011 387.501 58 403 c 1\n 31.2221 406.652 5.75429 421.982 0 445 c 0\n -1.18999 454.519 -1.99998 462.823 -2 473 c 0\n -2 502.606 9.11918 524.997 27 536 c 1\n 67 536 l 1\n 67 522.37 66.9418 511.371 75 506 c 0\n 86.9449 502.016 90.32 500 105 500 c 2\n 404 500 l 2\n 429.445 500 449 475.321 449 450 c 0\n 449 421.008 432.387 400 404 400 c 2\n 395 400 l 1\n 409 88 l 1\n 409 69.7618 407.007 45.0133 399.5 30 c 0\n 398.5 28 397.667 25.6667 397 23 c 0\n 393.681 15.5341 385.677 -1 376 -1 c 2\n 336 -2 l 1\n 329.867 0.0441885 329.181 -1.36456 328.5 7.5 c 0\n 328.167 11.8333 328 17 328 23 c 2\n 328 32 l 1\n 336 400 l 1\n 114 400 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 760\nWidth: 504\nFlags: W\nHStem: 0 100<96 369> 231 271<214 243> 405 114<58 71>\nVStem: 0 67<248 264 264.062 280.995> 16 186.392<436 437> 385 65.5<192 249>\nFore\n96 100 m 1\n 369 100 l 1\n 380.799 131.464 385 162.753 385 204 c 2\n 385 211 l 0\n 385 225.473 386.399 235.016 385 249 c 0\n 383.667 283 376.5 314.667 363.5 344 c 128\n 350.5 373.333 328.667 391.667 298 399 c 1\n 255.682 381.183 257.703 295.378 248 242 c 0\n 246.667 234.667 244.333 231 241 231 c 2\n 201 231 l 2\n 193.047 231 192 261.998 192 275 c 0\n 192 319.394 198.4 384.874 210 422 c 0\n 212.094 430.378 214 439.536 214 449 c 0\n 214 465.962 207.061 485.503 200.5 496 c 0\n 198.833 498.667 198.333 500 199 500 c 0\n 208.554 501.195 217.808 502 228 502 c 2\n 268 502 l 2\n 332 502 376.5 481.333 401.5 440 c 0\n 436.227 382.584 451.696 316.503 450.5 231.5 c 0\n 450.167 207.833 449.667 186.667 449 168 c 2\n 449 163 l 0\n 444.457 108.511 430.665 61.3842 417.5 19.5 c 0\n 413.833 7.83333 411.667 1.33333 411 0 c 1\n 27 0 l 1\n 28.2112 9.68892 28.6466 18.5265 30 28 c 0\n 30 37.0103 31.1081 45.2396 31 55 c 0\n 31 95.9422 24.302 126.176 16 158 c 2\n 16 161 l 0\n 7.21479 193.213 -2.53561e-06 222.15 0 264 c 0\n 0 316.272 29.9633 372.928 60.5 395.5 c 0\n 68.1667 401.167 72 404.333 72 405 c 1\n 71 405 l 0\n 45.1107 405 23.9247 415.187 16 435 c 0\n 15.3333 436.333 15 438 15 440 c 0\n 15 446 l 0\n 15 472.084 32.201 515.034 56 519 c 1\n 96 519 l 1\n 96 516.111 95.4887 513.268 95 511.5 c 2\n 95 505 l 0\n 95 503.667 95.3333 502.667 96 502 c 0\n 96 497.941 100.07 492.895 102 490 c 0\n 109.099 482.901 135.518 482.898 150 480 c 0\n 169.629 475.794 188.034 469.932 196 454 c 0\n 200.195 446.66 203 438.106 203 428 c 0\n 203 406.386 183.356 374.184 167 366 c 2\n 127 366 l 1\n 127 368 l 1\n 127 374.167 127.434 387.789 120 391.5 c 0\n 116.705 393.145 117.425 395 113 395 c 0\n 96.6838 378.684 83.6646 350.994 74.5 323.5 c 0\n 68.8333 306.5 66.3333 286.667 67 264 c 0\n 67 229.499 80.7552 153.064 90.5 119.5 c 0\n 93.5 109.167 95.3333 102.667 96 100 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 761\nWidth: 285\nFlags: W\nHStem: 399 136.5<55.6197 72>\nFore\n32 536 m 1\n 72 535.5 l 1\n 72 528 l 0\n 72 508.962 80.9545 501.392 99.5 499 c 0\n 109.833 497.667 120.667 496.667 132 496 c 2\n 136 496 l 0\n 156.649 494.785 182.172 495.23 192 484 c 0\n 202.765 473.235 212.601 461.3 216 446 c 0\n 216 441.549 217.103 436.844 217 432 c 0\n 217 424.363 216.178 416.063 215 409 c 0\n 215 363.842 178.228 293.468 155.5 261 c 0\n 148.5 251 144 246.333 142 247 c 2\n 102 247 l 2\n 101.842 247 117.37 278.988 120 285 c 0\n 126.923 300.574 138 329.841 138 355 c 0\n 138 366.984 136.292 375.708 130 382 c 0\n 117.279 397.035 101.125 399 77 399 c 2\n 69 399 l 0\n 32.9046 399 13.8969 418.519 7 453 c 0\n 6.33333 456.333 6 459.667 6 463 c 0\n 6 489.383 18.4433 522.444 32 536 c 1\nEndSplineSet\nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 762\nWidth: 517\nFlags: W\nHStem: 400 100<94 335 396 412> 400 136<62 67>\nVStem: -2 451<450 465> 322 90<-206.461 -185>\nFore\n395 400 m 1\n 412 -185 l 1\n 412 -217.687 405.783 -247.217 388.5 -264.5 c 0\n 382.833 -270.167 376.333 -273 369 -273 c 2\n 329 -274 l 2\n 328.333 -273.333 327.333 -273 326 -273 c 128\n 324.667 -273 323.333 -272.667 322 -272 c 0\n 321.333 -272 321 -270.167 321 -266.5 c 128\n 321 -262.833 321.333 -258.667 322 -254 c 2\n 322 -240 l 1\n 336 400 l 1\n 69 400 l 2\n 26.7808 400 -1.99987 420.173 -2 465 c 0\n -2 493.25 9.68842 525.613 27 536 c 1\n 67 536 l 1\n 67 522.37 66.9418 511.371 75 506 c 0\n 86.9449 502.016 90.32 500 105 500 c 2\n 404 500 l 2\n 429.445 500 449 475.321 449 450 c 0\n 449 421.008 432.387 400 404 400 c 2\n 395 400 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 763\nWidth: 504\nFlags: W\nHStem: 0 100<27 251> 400 100<123 235> 400.062 135.938<88 89>\nVStem: 391 58<240 256>\nFore\n90 536 m 1\n 90 533.697 89.3925 531.064 89 530 c 2\n 89 523 l 0\n 89 517.547 94.6295 509.37 98 506 c 0\n 106.674 501.043 114.952 500 128 500 c 2\n 267 500 l 2\n 315.667 500 354.333 481.5 383 444.5 c 0\n 420.112 396.601 449 332.167 449 250 c 0\n 449 223.442 445.012 200.204 438 178 c 0\n 418.075 103.833 356.663 -1.52588e-05 270 0 c 1\n -5 0 l 1\n 27 100 l 1\n 232 100 l 2\n 274.667 100 311.833 111.833 343.5 135.5 c 0\n 375.167 159.167 391 197.333 391 250 c 0\n 391 302.667 373.833 340.833 339.5 364.5 c 128\n 305.167 388.167 266.333 400 223 400 c 2\n 92 400 l 2\n 43.8452 400 21 426.419 21 473 c 0\n 21 502.063 31.801 526.2 50 536 c 1\n 90 536 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 764\nWidth: 504\nFlags: W\nHStem: 0 21G<185 231> 400 100<96 340> 400 327<61 71 71.0316 84.8452> 684 43<32 37>\nVStem: 385 64.094<259 263.977>\nFore\n95 500 m 1\n 387 500 l 1\n 418.136 500 440 478.321 440 445 c 1\n 449 264 l 1\n 450.636 239.467 432.377 216.336 418 201 c 0\n 386.702 161.877 326.428 122.361 287 89 c 0\n 264.638 71.1086 258.111 50.0382 250 23 c 0\n 246.499 11.3292 244.012 1.44573 231 0 c 1\n 185 0 l 1\n 169.317 0 162.479 5.69304 161 19 c 0\n 161 45.7575 186.838 85.8383 205 104 c 0\n 223.292 120.986 261.713 144.16 286 160 c 0\n 310.667 175.333 333.333 191.5 354 208.5 c 128\n 374.667 225.5 385 242.333 385 259 c 2\n 385 264 l 1\n 373 371 l 1\n 370.653 387.422 357.894 400 338 400 c 2\n 29 400 l 2\n 11.0407 400 3.46899e-06 412.229 0 431 c 1\n 11 594 l 2\n 13.1586 624.218 39.4042 636.402 56 653 c 0\n 57.941 655.912 61 659.511 61 664 c 0\n 61 675.817 47.5525 681.361 37 684 c 2\n 35.5 684 l 2\n 33.5587 684 21.8251 688.248 19.5 689.5 c 0\n 15.1667 691.833 12.3333 696.667 11 704 c 1\n 11 716.793 18.6995 727 31 727 c 2\n 71 727 l 2\n 101.724 728.397 116.223 708.554 127 687 c 0\n 129.164 684.836 130 681.664 130 678 c 2\n 130 675 l 0\n 129.333 671 127.167 666.667 123.5 662 c 0\n 105.04 638.507 95 604.33 95 558 c 2\n 95 500 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 765\nWidth: 504\nFlags: W\nHStem: 0 100<77 390> 400 100<127 335>\nVStem: 9 73<295.016 314.248> 386 54<100.062 186.239 254.799 352>\nDStem: 9 295 82 295 0 0 76 100 386 345 440 381 391 100 449 0\nFore\n11 322 m 0\n 15.0139 344.076 41.8622 389.934 62 400 c 1\n 28.6177 403.034 11.8423 412.473 2 442 c 0\n 1.40578 443.783 -1 459.091 -1 463.5 c 2\n -1 470 l 2\n -1 497.113 10.513 526.382 27 536 c 1\n 67 536 l 1\n 67 522.37 66.9418 511.371 75 506 c 0\n 86.9449 502.016 90.32 500 105 500 c 2\n 358 500 l 2\n 385.663 500 410.566 480.464 424 463 c 0\n 439.157 442.79 440 415.163 440 381 c 1\n 449 0 l 1\n 0 0 l 1\n 9 295 l 1\n 9 305.667 9.66667 314.667 11 322 c 0\n127 400 m 1\n 110.128 383.128 88.2509 349.674 83.5 318 c 0\n 82.5 311.333 82 303.667 82 295 c 1\n 76 100 l 1\n 391 100 l 1\n 386 345 l 1\n 386 364.453 386.3 374.7 376 385 c 0\n 366.249 398.408 349.437 400 328 400 c 2\n 127 400 l 1\n 127 400 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 766\nWidth: 504\nFlags: W\nHStem: 0 100<136 388> 405 104<53 59>\nVStem: 5 70<210 220 229 240> 8 172<440 456> 18.0255 82.9745<71 78> 389 60<100 196>\nFore\n433 0 m 1\n 116 0 l 1\n 124.293 13.8209 132.937 29.3799 135 50 c 0\n 135 53.9124 136.028 59.0895 136 63 c 2\n 136 92 l 0\n 136 94.6667 135.667 97.3333 135 100 c 1\n 389 100 l 1\n 389 175 l 2\n 389 235 375.5 286 348.5 328 c 128\n 321.5 370 280 393.667 224 399 c 1\n 195.333 395.667 171.167 385.5 151.5 368.5 c 0\n 121.588 342.644 96.9423 310.283 84.5 272 c 0\n 80.8102 260.647 75 243.355 75 230 c 2\n 75 220 l 2\n 75 169.11 100.153 122.831 101 70 c 2\n 101 62 l 0\n 101 33.162 79.8507 7.24308 58 1 c 0\n 56 0.333333 54.1667 -2.71051e-20 52.5 0 c 2\n 47 0 l 1\n 31.9618 0.416622 14.515 -2.56709 1 0 c 1\n 1 1 l 2\n 1 2.08864 7.16661 23.2498 8 27 c 0\n 14.3014 33.3017 19 70.9237 19 89 c 0\n 19 105.929 15.4979 123.013 13 138 c 0\n 13 152.71 2.69406 187.152 5 210 c 2\n 5 220 l 0\n 6.23654 226.182 6.99998 232.881 7 240 c 0\n 13.0475 284.753 29.1911 321.246 50 348 c 0\n 61.3333 363.333 71.8333 374.333 81.5 381 c 128\n 91.1667 387.667 95.6667 391.667 95 393 c 0\n 88.5846 403.264 74.0779 403.629 59 405 c 2\n 53 405 l 0\n 26.0119 407.455 8 420.348 8 450 c 2\n 8 454.5 l 2\n 8 475.943 21.9537 499.867 35 509 c 1\n 75 509 l 1\n 72.6031 496.242 76.3915 492.23 88.5 490.5 c 0\n 95.5 489.5 103.333 488.667 112 488 c 2\n 127 488 l 0\n 145.286 486.693 163.765 484.979 172 474 c 0\n 177.316 466.557 181 458.369 181 447 c 2\n 181 443 l 0\n 181 441.667 179.972 440.333 180 439 c 0\n 184.03 445.044 187 452.313 187 461 c 0\n 187 469.944 178.333 494 179 494 c 0\n 195.918 497.384 214.925 501 234 501 c 2\n 274 501 l 2\n 334.667 500.333 377 476.5 401 429.5 c 0\n 435.222 362.482 449 287.658 449 194 c 0\n 449.667 193.333 450 185.833 450 171.5 c 128\n 450 157.167 449.667 141.333 449 124 c 2\n 449 74 l 0\n 449 45.7319 438.998 19.2662 433 0 c 1\nEndSplineSet\nMinimumDistance: x48,-1 \nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 767\nWidth: 281\nFlags: W\nHStem: 398 138<48 72>\nVStem: 88 70<182.055 254.875> 88 81<-211.294 -185> 100 58<255 278>\nFore\n72 536 m 1\n 72 527.261 75.4677 512.799 80 506 c 0\n 85.7353 498.832 113.043 497.935 128 497 c 2\n 136 497 l 0\n 150.075 495.826 166.337 493.776 175 488 c 0\n 193.961 475.359 207 458.969 207 431 c 0\n 207 389.18 186.134 359.891 170 333 c 0\n 161.146 318.243 157 298.595 157 277 c 2\n 157 269.5 l 2\n 157 267.167 157.333 265 158 263 c 2\n 158 255 l 1\n 169 -185 l 1\n 169 -221.305 166.376 -215.48 160.5 -239 c 0\n 158.823 -245.715 152.605 -257.792 149 -263.5 c 0\n 145 -269.833 139.333 -273 132 -273 c 2\n 92 -274 l 1\n 87.4859 -272.871 87 -273.361 87 -266.5 c 2\n 87 -254 l 2\n 87 -252.666 88.0284 -251.333 88 -250 c 2\n 88 -240 l 1\n 100 255 l 1\n 100 260 l 0\n 100 284.608 105.281 312.418 117 330 c 0\n 120.809 337.619 125 345.896 125 357 c 0\n 125 376.351 111.558 393.076 97.5 395.5 c 0\n 87.8333 397.167 77.6667 398 67 398 c 2\n 62 398 l 0\n 27.0758 398 10.6029 411.923 1 445 c 0\n 0.333333 448.333 -2.71051e-20 451.5 0 454.5 c 2\n 0 463 l 2\n 0 493.764 14.837 522.797 32 536 c 1\n 72 536 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 768\nWidth: 285\nFlags: W\nHStem: 0 100<14 159> 395.901 140.099<84 85>\nVStem: 173 54<335.016 340>\nFore\n85 536 m 1\n 85 529.789 86.037 522.889 88 517 c 0\n 88 499.678 121.907 500.117 142 499 c 2\n 148.5 499 l 2\n 158.842 499 180.886 494.974 191 492 c 0\n 225.131 481.962 226 435.273 226 390 c 0\n 226.667 386 227 368.667 227 338 c 2\n 227 237 l 2\n 227 210.75 226.012 181.265 226 156 c 2\n 226 114.5 l 2\n 226 102.167 226.333 90 227 78 c 2\n 227 0 l 1\n -5 0 l 1\n 14 100 l 1\n 159 100 l 1\n 173 335 l 1\n 173 354.268 168.237 361.905 163 375 c 0\n 155.257 393.065 132.318 393.648 108 395 c 2\n 96.5 395 l 0\n 81.3186 395 60.4489 399.948 47 406 c 0\n 31.724 412.874 16 434.562 16 462 c 0\n 16 489.311 29.5036 520.497 45 536 c 2\n 85 536 l 1\n 85 536 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 769\nWidth: 504\nFlags: W\nHStem: 0 100<195 278> 400 100<110 278>\nVStem: 6 59<240 250> 397 58<240 272>\nFore\n6 250 m 1\n 4.65334 318.514 22.6029 363.712 49 402 c 1\n 23.9245 409.165 7.0001 430.074 7 464 c 0\n 7 493.287 19.136 525.711 38 536 c 1\n 78 536 l 1\n 78 522.37 77.9418 511.371 86 506 c 0\n 94.4077 501.195 103.771 500 116 500 c 2\n 305 500 l 2\n 353.667 500 388.667 481.5 410 444.5 c 0\n 441.992 389.013 455 330.009 455 250 c 0\n 455 172.623 429.502 105.891 395 55.5 c 0\n 369.667 18.5 338.333 0 301 0 c 1\n 161 0 l 1\n 117 0 80.1667 24.5 50.5 73.5 c 0\n 20.8333 122.5 6 181.333 6 250 c 1\n110 400 m 1\n 94.1378 384.138 80.7648 349.644 72.5 320.5 c 0\n 66.1667 298.167 63.6667 274.667 65 250 c 0\n 65 201.333 78.5 164.5 105.5 139.5 c 128\n 132.5 114.5 162.333 101.333 195 100 c 1\n 261 100 l 1\n 300.333 100 332.833 111.833 358.5 135.5 c 0\n 384.167 159.167 397 197.333 397 250 c 0\n 397 302.667 384.167 340.833 358.5 364.5 c 128\n 332.833 388.167 300.333 400 261 400 c 2\n 110 400 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 770\nWidth: 504\nFlags: W\nHStem: 0 21G<0 40> 387 111<180 193> 413 121<332 344> 416 112.891<112.157 131>\nVStem: 75 171<444 464> 102 62<359 376> 159.935 52.0651<133 147> 381 68.1359<375 389>\nFore\n0 0 m 1\n 6.25595 10.4266 20 39.7587 20 63 c 2\n 20 84 l 0\n 19.3333 86.6667 19 89.3333 19 92 c 128\n 19 94.6667 18.6667 97.3333 18 100 c 1\n 160 123 l 1\n 160 205.322 147.618 216.47 128 265.5 c 0\n 120.299 284.747 102 310.408 102 359 c 0\n 102 382.638 118.112 408.281 132 416 c 1\n 124 416 l 0\n 94.5983 416 75 432.952 75 464 c 0\n 75 487.724 87.2421 521.896 105 529 c 1\n 105 529 145 528.833 145 528.5 c 2\n 145 522 l 0\n 145 514.555 149.669 504.553 155 501 c 0\n 160.453 498.275 169.407 498 178 498 c 2\n 184 498 l 0\n 216.61 498 246 479.981 246 444 c 0\n 246 419.573 231.608 398.607 220 387 c 2\n 180 387 l 1\n 180 395.905 177.151 400.818 172 407 c 1\n 166.775 400.032 164 389.653 164 376 c 0\n 164 347.807 181.077 312.569 191 289 c 0\n 202.754 261.575 214.259 230.636 217 195 c 0\n 217 188.947 218.395 184.578 217 179 c 0\n 217 168.542 215.305 156.131 214 147 c 0\n 214 142.208 212.073 136.365 212 132 c 1\n 232.466 134.925 274.462 143.708 295 148.5 c 0\n 305 150.833 310.333 152.667 311 154 c 0\n 337.911 196.292 381 307.934 381 387 c 0\n 381 398.333 377.333 405.167 370 407.5 c 128\n 362.667 409.833 354 411.667 344 413 c 2\n 332 413 l 0\n 304.838 414.698 287.896 424.056 282 450 c 0\n 281.333 452 281 454 281 456 c 0\n 281 462 l 0\n 281 490.555 301.419 520.16 320 531 c 0\n 321.423 532.423 323.633 532.576 325 534 c 2\n 365 534 l 1\n 364.436 532.308 364 531.212 364 529 c 0\n 364 525.902 362.87 522.516 363 519 c 2\n 363 516.5 l 2\n 363 515.5 363.333 514.667 364 514 c 0\n 364 498.954 383.616 493.624 398.5 491.5 c 0\n 405.484 490.503 419.263 483.939 425.5 480 c 0\n 445.676 467.257 450 433.836 450 399 c 0\n 450 324.813 424.1 250.31 404 188 c 0\n 402.261 181.046 361.568 62.1305 357 53 c 1\n 40 0 l 1\n 0 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 771\nWidth: 526\nFlags: W\nHStem: 197.132 338.868<88 89> 197.522 103.478<171 174> 400 100<159 342>\nVStem: 385 64<344.031 354>\nFore\n359 -241 m 1\n 385 344 l 1\n 385 374.519 367.668 393.297 342 399 c 0\n 339.333 399 329.667 400 327 400 c 2\n 159 400 l 1\n 124 399 l 2\n 124 398.333 114.667 386.667 112 382 c 0\n 110.113 379.17 99 361.314 99 352 c 2\n 99 348 l 2\n 98.3333 325.333 105.5 312 120.5 308 c 128\n 135.5 304 152.333 301.667 171 301 c 2\n 174 301 l 0\n 192.667 300.333 209.833 297.5 225.5 292.5 c 128\n 241.167 287.5 249.667 273 251 249 c 0\n 252.333 227.667 243.5 213.833 224.5 207.5 c 0\n 196.446 198.149 176.867 197 144 197 c 0\n 138 197 132 197.333 126 198 c 2\n 104 198 l 0\n 76.7651 198 71.861 193.15 62 180 c 0\n 54.1705 170.865 51.4532 164.088 46 155 c 1\n 6 155 l 1\n 4.08126 197.213 11.1848 276.14 24 315.5 c 0\n 32.8162 342.577 45.3363 370.817 57 390.5 c 0\n 62.3333 399.5 65 404.333 65 405 c 0\n 32.4519 413.564 13 434.59 13 475 c 0\n 13 505.49 30.4323 526.215 50 536 c 1\n 90 536 l 1\n 90 533.697 89.3925 531.064 89 530 c 2\n 89 523 l 0\n 89 517.547 94.6295 509.37 98 506 c 0\n 106.674 501.043 114.952 500 128 500 c 2\n 346 500 l 2\n 388.622 500 409.017 477.691 427 452 c 0\n 435.958 443.042 443.383 420.308 445.5 407 c 0\n 447.833 392.333 449 371.667 449 345 c 2\n 449 -185 l 2\n 449 -224.013 445.539 -215.274 440.5 -240.5 c 0\n 439.151 -247.253 431.006 -259.181 426 -264.5 c 0\n 420.667 -270.167 414.333 -273 407 -273 c 2\n 367 -274 l 2\n 366.333 -273.333 365.667 -273 365 -273 c 2\n 363 -273 l 2\n 362.333 -273 359.667 -272 359 -272 c 128\n 358.333 -272 358 -270.167 358 -266.5 c 128\n 358 -262.833 358.333 -258.667 359 -254 c 2\n 359 -240 l 2\n 359 -241 l 1\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 772\nWidth: 504\nFlags: W\nHStem: 0 100<36 390> 197.132 338.868<88 89> 197.522 103.478<171 174> 400 100<159 261>\nFore\n90 536 m 1\n 90 533.697 89.3925 531.064 89 530 c 2\n 89 523 l 0\n 89 517.547 94.6295 509.37 98 506 c 0\n 106.674 501.043 114.952 500 128 500 c 2\n 299 500 l 2\n 331 500 355.167 494.5 371.5 483.5 c 0\n 386.219 473.587 405.143 457.665 412.5 440.5 c 0\n 413.5 438.167 414.667 436 416 434 c 0\n 437.207 395.827 446.566 327.648 449 268 c 1\n 449 100 l 1\n 416 0 l 1\n 5 0 l 1\n 36 100 l 1\n 391 100 l 1\n 385 240 l 1\n 383.668 291.937 371.279 319.818 351.5 347.5 c 0\n 349.833 349.833 348.333 352.333 347 355 c 0\n 329.597 384.005 303.255 400 255 400 c 2\n 159 400 l 1\n 124 399 l 2\n 124 398.333 114.667 386.667 112 382 c 0\n 110.113 379.17 99 361.314 99 352 c 2\n 99 348 l 2\n 98.3333 325.333 105.5 312 120.5 308 c 128\n 135.5 304 152.333 301.667 171 301 c 2\n 174 301 l 0\n 192.667 300.333 209.833 297.5 225.5 292.5 c 128\n 241.167 287.5 249.667 273 251 249 c 0\n 252.333 227.667 243.5 213.833 224.5 207.5 c 0\n 196.446 198.149 176.867 197 144 197 c 0\n 138 197 132 197.333 126 198 c 2\n 104 198 l 0\n 76.7651 198 71.861 193.15 62 180 c 0\n 54.1705 170.865 51.4532 164.088 46 155 c 1\n 6 155 l 1\n 4.08126 197.213 11.1848 276.14 24 315.5 c 0\n 32.8162 342.577 45.3363 370.817 57 390.5 c 0\n 62.3333 399.5 65 404.333 65 405 c 0\n 32.4519 413.564 13 434.59 13 475 c 0\n 13 505.49 30.4323 526.215 50 536 c 1\n 90 536 l 1\nEndSplineSet\nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 773\nWidth: 491\nFlags: W\nHStem: 418 118<60 65>\nVStem: 86 81<-211.294 -185> 98.3479 57.6521<270 271>\nFore\n343.5 395.5 m 0\n 342.474 396.526 285.656 343.316 271 325 c 0\n 216.412 270.412 185.12 211.369 159 133 c 1\n 167 -185 l 1\n 167 -221.305 164.376 -215.48 158.5 -239 c 0\n 156.823 -245.715 150.605 -257.792 147 -263.5 c 0\n 143 -269.833 137.333 -273 130 -273 c 2\n 90 -274 l 1\n 85.4859 -272.871 85 -273.361 85 -266.5 c 0\n 85 -262.833 85.3333 -258.667 86 -254 c 2\n 86 -240 l 1\n 98 255 l 1\n 98 292.597 104.117 320.252 116 344 c 0\n 118.499 350.248 121 358.59 121 367 c 0\n 121 387.858 109.101 408.197 92.5 412.5 c 0\n 83.5 414.833 74.3333 416.667 65 418 c 2\n 60 418 l 0\n 25.526 420.156 10.4624 429.151 3.5 457 c 0\n 2.5 461 2 465 2 469 c 0\n 3.31451 496.605 18.8823 523.912 35 536 c 1\n 75 536 l 2\n 75 522.686 77.7146 513.928 83 506 c 0\n 88.5928 499.01 109.519 498.037 123 497 c 2\n 127.5 497 l 2\n 129.167 497 130.667 496.667 132 496 c 0\n 160.608 496 180.634 478.73 189 462 c 0\n 193.667 452.667 196 442.333 196 431 c 0\n 196 401.676 184.78 374.631 173 355 c 0\n 162.487 337.479 158.619 314.563 156 291 c 2\n 156 269 l 1\n 167.738 283.087 175.495 299.334 188 313.5 c 2\n 205 333 l 2\n 222.353 353.826 270.246 399.464 292 415 c 1\n 278.633 422.425 268.809 432.224 265 450 c 0\n 264.333 452 264 454 264 456 c 2\n 264 461 l 2\n 264 491.087 284.303 519.945 305 529 c 1\n 345 529 l 1\n 345 511.743 344.096 501.362 357.5 496 c 0\n 388.8 483.48 422.695 485.041 433 450 c 0\n 435.392 444.019 436 437.711 436 430 c 0\n 436 398.663 416.274 373.899 394 364 c 1\n 354 364 l 1\n 354 378.96 351.328 387.672 343.5 395.5 c 0\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 774\nWidth: 504\nFlags: W\nHStem: 0 100<20 326> 414 121.899<37.3444 60>\nVStem: 20 426<65 100> 109 65<338.008 349.376> 327 118.132<101 102>\nDStem: 316 411 363 391 233 277 280 255\nFore\n363 391 m 1\n 280 255 l 1\n 324.836 231.72 393.471 194.788 426 152.5 c 0\n 442.981 130.424 446 112.31 446 74 c 0\n 446 50.6938 427.43 23.1819 415.5 8 c 0\n 411.833 3.33333 409.333 0.666667 408 0 c 1\n 0 0 l 1\n 5.94765 9.91275 20 40.6854 20 63 c 2\n 20 84 l 0\n 19.3333 86.6667 19 89.3333 19 92 c 128\n 19 94.6667 18.6667 97.3333 18 100 c 1\n 327 100 l 1\n 327 107.351 323.914 117.78 320 123 c 0\n 260.406 197.488 209.519 213.622 143 262 c 0\n 129.813 271.59 117.668 281.998 109 295 c 0\n 106.547 298.681 105 305.213 105 311 c 0\n 105 320.359 106.71 329.982 109 338 c 0\n 109 346.694 111.228 354.797 112 363 c 2\n 112 368 l 1\n 108.883 389.04 104.275 408.944 86.5 412.5 c 0\n 78.1667 414.167 69.3333 414.667 60 414 c 2\n 50 414 l 0\n 20.1744 414 6.94696 428.289 2 455.5 c 0\n 1.33333 459.167 1 462.667 1 466 c 2\n 1 474 l 0\n 3.57848 498.496 15.874 525 31 536 c 1\n 31 536 71 535.833 71 535.5 c 2\n 71 527 l 0\n 71 523.667 71.6667 520.333 73 517 c 0\n 73 502.748 92.7954 501.421 107 500 c 2\n 127 500 l 0\n 145.2 498.345 157.887 490.907 166 477 c 0\n 177.606 458.139 174.939 392.611 174 356 c 2\n 174 314 l 0\n 174 302.91 217.938 284.23 233 277 c 1\n 316 411 l 1\n 297.799 418.583 283.823 428.059 280 451 c 0\n 279.333 453 279 455 279 457 c 2\n 279 462 l 2\n 279 492.037 299.307 519.946 320 529 c 1\n 320 529 360 528.833 360 528.5 c 2\n 360 527 l 2\n 360 511.781 362.843 500.663 374.5 496 c 0\n 407.067 482.973 437.983 483.06 448 449 c 0\n 448.956 446.134 450 442.352 450 439 c 0\n 450.667 437.667 451 436.167 451 434.5 c 2\n 451 429 l 2\n 451 398.501 430.87 373.719 409 364 c 1\n 369 364 l 1\n 369 373.883 367.069 384.219 363 391 c 1\nEndSplineSet\nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 775\nWidth: 549\nFlags: W\nHStem: 0 21G<109 149> 400 100<117 272> 400 136<85 89>\nVStem: 8 71<223 250> 25 84<-106 -54> 393 56.9778<271 292>\nFore\n0 -273 m 1\n 0 -270 l 1\n 0 -253.252 5.70689 -215.759 9 -196 c 0\n 11.6166 -186.841 12.3115 -175.155 15 -166 c 0\n 15 -161.564 22.5 -123.5 23.5 -106.5 c 128\n 24.5 -89.5 25 -72 25 -54 c 0\n 25 47.6972 9.25968 137.664 8 233 c 0\n 8 282.924 21.4922 309.99 44 335 c 0\n 46.2451 337.653 70.5189 366.161 77 364 c 1\n 118 364 l 1\n 119 361 l 1\n 119 352.612 104.434 331.152 99 323 c 0\n 79.3498 287.629 90.8811 305.206 81 280.5 c 0\n 80.3333 278.833 80 277 80 275 c 0\n 78.4032 267.017 77.7757 259.793 79 250 c 0\n 79 205.036 88.1775 127.52 94 79 c 0\n 99.3659 46.806 109 -63.0727 109 -106 c 0\n 109 -122.567 108.872 -139.072 106 -152 c 0\n 99.3923 -185.038 78.5915 -273.78 43 -272 c 2\n 3 -273 l 1\n 0 -273 l 1\n90 536 m 1\n 90 533.697 89.3925 531.064 89 530 c 2\n 89 523 l 0\n 89 517.547 94.6295 509.37 98 506 c 0\n 106.674 501.043 114.952 500 128 500 c 2\n 299 500 l 2\n 352.333 500 389.833 481.5 411.5 444.5 c 0\n 446.549 384.648 453.778 331.189 449 250 c 0\n 443.667 192.667 425.667 154.833 395 136.5 c 0\n 364.333 118.167 327.333 104.667 284 96 c 0\n 232.697 86.0705 197.18 56.2693 174 21.5 c 0\n 170.754 16.6307 159.907 2.2272 153 0.5 c 0\n 151.667 0.166667 150.333 -1.35525e-20 149 0 c 2\n 109 0 l 2\n 104.617 0 103 5.35134 103 10 c 0\n 103 29.0714 120.056 56.8479 131 72 c 0\n 154.023 103.15 186.751 132.613 231 142 c 0\n 235.701 142 259.45 146.817 266 149 c 0\n 295.333 154.333 322.5 163.5 347.5 176.5 c 0\n 379.266 193.019 393 230.566 393 279 c 0\n 391.639 364.698 343.596 400 255 400 c 2\n 85 400 l 0\n 54.8683 402.869 29.4316 416.987 23 444 c 0\n 21.9124 452.7 19 463.476 19 473 c 0\n 20.2412 501.546 31.5099 526.043 50 536 c 1\n 90 536 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 776\nWidth: 513\nFlags: W\nHStem: 400 100<95 303> 400.095 135.905<63 67>\nFore\n436 390 m 1\n 449 88 l 1\n 449 56.4472 442.782 25.9778 428 7.5 c 0\n 424 2.5 419 0 413 0 c 2\n 373 -1 l 1\n 368 0 l 2\n 367.333 0 367 1.83333 367 5.5 c 0\n 367 10.1214 368.111 16.1741 368 22 c 2\n 368 32 l 1\n 378 268 l 1\n 378 276 l 2\n 378 278.667 378.333 281.333 379 284 c 0\n 380.658 325.436 379.717 347.626 359 372 c 0\n 342.307 392.27 321.539 400 287 400 c 2\n 69 400 l 2\n 31.0931 400 6.12625 410.692 0 445 c 0\n 0 453.604 -1.02976 459.698 -1 468 c 0\n -1 497.083 8.84712 526.225 27 536 c 1\n 67 536 l 1\n 67 522.37 66.9418 511.371 75 506 c 0\n 86.9449 502.016 90.32 500 105 500 c 2\n 327 500 l 2\n 377.654 500 422.885 472.582 431.5 429.5 c 0\n 433.833 417.833 435.333 404.667 436 390 c 1\nEndSplineSet\nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 777\nWidth: 538\nFlags: W\nHStem: 0 100<159 331> 413 121<43 48 202 214 368 380>\nVStem: 0 64<264 297> 417 67.3071<368 394>\nFore\n64 297 m 0\n 64 240.498 89.2404 174.511 111 131 c 1\n 139.116 174.345 164.718 219.234 182 273 c 0\n 186.137 281.268 206.566 368.834 209.5 383.5 c 0\n 213.167 401.833 215 411.333 215 412 c 1\n 214 412 l 1\n 183.828 412 162.692 422.299 159 450 c 1\n 159 457 l 0\n 159 484.698 177.717 527.929 202 534 c 1\n 242 534 l 1\n 242 530.822 241.429 528.284 241 526 c 2\n 241 522 l 2\n 241 509.722 243.888 500.486 253 496.5 c 0\n 257.389 494.58 269.307 490.527 276.5 489.5 c 0\n 301.384 485.948 317.089 469.947 322.5 446.5 c 0\n 323.5 442.167 324 438.333 324 435 c 0\n 324 415.918 310.876 396.347 299.5 387.5 c 0\n 296.5 385.167 294.667 383.667 294 383 c 2\n 254 383 l 1\n 251.649 392.402 237.652 409 223 409 c 2\n 263 409 l 1\n 263 395.771 253.727 338.876 250 319 c 0\n 246.439 304.754 244.047 286.492 240 273 c 0\n 223.472 204.347 191.587 148.98 158 100 c 1\n 331 100 l 1\n 346.469 105.155 376.592 194.296 386.5 226 c 0\n 397.862 262.357 417 335.667 417 387 c 0\n 417 398.333 413.333 405.167 406 407.5 c 128\n 398.667 409.833 390 411.667 380 413 c 2\n 368 413 l 0\n 340.838 414.698 323.896 424.056 318 450 c 0\n 317.333 451.333 317 453 317 455 c 0\n 317 461 l 0\n 317 489.118 337.844 520.408 356 531 c 0\n 357.423 532.423 359.633 532.576 361 534 c 2\n 401 534 l 1\n 400.436 532.308 400 531.212 400 529 c 0\n 400 527.393 398.847 522.967 399 521 c 0\n 399 519.667 400.028 518.333 400 517 c 1\n 400 515 l 1\n 400 497.329 425.917 493.272 443 489 c 0\n 479.943 476.686 485 447.229 485 399 c 0\n 485 295.212 462.141 216.407 435.5 136.5 c 0\n 432.981 128.944 390.789 9.57243 386 0 c 1\n 49 0 l 1\n 49 18.699 44.3596 35.6325 44 55 c 0\n 41.4386 94.7023 33.0537 124.602 22 155 c 0\n 22 156.422 11.8333 189.333 7.5 206 c 0\n 3.16667 222.667 0.666667 242 0 264 c 0\n 0 316.654 17.3875 374.461 41 402.5 c 0\n 46.3333 408.833 49 412.333 49 413 c 2\n 43 413 l 0\n 18.3451 413 3.13091 426.518 0 450 c 1\n 0 457 l 0\n 0 484.698 18.7166 527.929 43 534 c 1\n 83 534 l 1\n 83 530.822 82.4289 528.284 82 526 c 2\n 82 522 l 2\n 82 509.722 84.8877 500.486 94 496.5 c 0\n 116.385 486.708 106.747 493.42 123 488 c 0\n 147.93 483.468 156.861 470.558 162.5 448 c 0\n 163.5 444 163.667 440.333 163 437 c 0\n 163 412.96 145.13 391.071 129 383 c 2\n 89 383 l 1\n 89 386.885 88.2399 389.761 86 392 c 1\n 79.961 382.941 72.8578 357.431 69 342 c 0\n 65.6667 328.667 64 313.667 64 297 c 0\nEndSplineSet\nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 778\nWidth: 504\nFlags: W\nHStem: 0 98<26 34 44 47> 0 101<48 55> 400 100<125 336> 400 135.883<64 71>\nFore\n440 390 m 1\n 453 88 l 1\n 453 61.6117 445.837 24.7963 432 7.5 c 0\n 428 2.5 423 0 417 0 c 2\n 377 -1 l 1\n 372 0 l 2\n 371.333 0 371 1.83333 371 5.5 c 0\n 371 10.1214 372.111 16.1741 372 22 c 2\n 372 32 l 1\n 386 345 l 1\n 386 364.453 386.3 374.7 376 385 c 0\n 366.096 398.618 349.205 400 327 400 c 2\n 125 400 l 1\n 111.457 372.935 103.585 362.922 94.5 317.5 c 0\n 87.1992 280.997 85.8382 240.529 102.5 213 c 0\n 104.469 209.747 121.231 181.769 129 174 c 0\n 129.667 173.333 130 172.667 130 172 c 0\n 145.489 151.746 163.307 128.461 169 100 c 0\n 169 97.2459 170.028 95.756 170 93 c 2\n 170 81 l 0\n 167.579 43.4677 140.352 -5.08626e-06 103 0 c 1\n 0 0 l 1\n 0 17.4045 -2.92818 85.0431 12 94 c 0\n 13.8656 94 22.3333 97.3333 25 98 c 128\n 27.6667 98.6667 30.6667 99 34 99 c 0\n 38.3557 100.089 45.137 101 50 101 c 2\n 90 101 l 1\n 96 100 l 1\n 56 100 l 1\n 43.1112 121.479 31.7802 152.938 24.5 184 c 0\n 15.5938 221.999 19.3004 273.22 27.5 309 c 0\n 36.4254 347.947 52.986 371.479 72 400 c 1\n 43.7882 400 20.5661 412.302 13 435 c 0\n 11.825 442.05 8.60801 450.648 10 459 c 2\n 10 469 l 0\n 13.3513 493.577 26.9108 528.464 45 536 c 1\n 45 536 85 535.833 85 535.5 c 2\n 85 527.5 l 0\n 85 519.226 87.6427 509.178 94 506 c 0\n 102.674 501.043 110.952 500 124 500 c 2\n 331 500 l 2\n 381.403 500 431.453 482.272 437 436.5 c 0\n 438.333 425.5 439.333 413.333 440 400 c 2\n 440 390 l 1\nEndSplineSet\nEndChar\nStartChar: afii57388\nEncoding: 1548 1548 779\nWidth: 250\nFlags: W\nHStem: -26 148<131 137>\nVStem: 57 139<52 90>\nFore\n119 119 m 1\n 123 121 128 122 132 122 c 0\n 173 122 196 91 196 52 c 0\n 196 16 177 -26 135 -26 c 0\n 76 -26 57 42 57 90 c 0\n 57 154 109 236 168 262 c 1\n 186 211 l 1\n 161 190 124 154 119 119 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni1E00\nEncoding: 7680 7680 780\nWidth: 722\nHStem: -253 48<332 364> -88 48<333 364.5> 0 25<685 689> 0 28<394.5 397> 197 39<189 384> 670 20<329 357 357 357>\nVStem: 9 203<0 25> 242.5 48<-163 -131.5> 365 324<0 25> 407.5 48<-163.5 -132>\nRef: 730 730 N 1 0 0 1 182.5 -790\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E01\nEncoding: 7681 7681 781\nWidth: 500\nHStem: -267 48<239.5 271.5> -102 48<240.5 272> 441 31\nVStem: 25 146<104 113.5> 44 133<326.5 346> 150 48<-177 -145.5> 293 138<100 245 245 245> 315 48<-177.5 -146>\nRef: 730 730 N 1 0 0 1 90 -804\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E02\nEncoding: 7682 7682 782\nWidth: 667\nHStem: 0 25 0 32<303 338> 343 30 646 30<298.5 325 325 353> 651 25 716 129<299.5 334>\nVStem: 104 160<96 343 373 580 580 597> 253 129<763.5 797> 420 165<478 556> 447 172<131.5 210.5>\nRef: 729 729 N 1 0 0 1 150 179\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E03\nEncoding: 7683 7683 783\nWidth: 556\nHStem: -13 31 419 54<309 312> 656 20<17 211 211 211> 716 129<251 285.5>\nVStem: 72 139<73 97 97 360 417 594 594 614> 204.5 129<763.5 797> 374 147<164.5 286.5>\nRef: 729 729 N 1 0 0 1 101.5 179\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E04\nEncoding: 7684 7684 784\nWidth: 667\nHStem: -179 129<299.5 334> 0 25 0 32<303 338> 343 30 646 30<298.5 325 325 353> 651 25\nVStem: 104 160<96 343 373 580 580 597> 253 129<-131.5 -98> 420 165<478 556> 447 172<131.5 210.5>\nRef: 729 729 N 1 0 0 1 150 -716\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E05\nEncoding: 7685 7685 785\nWidth: 556\nHStem: -193 129<251 285.5> -13 31 419 54<309 312> 656 20<17 211 211 211>\nVStem: 72 139<73 97 97 360 417 594 594 614> 204.5 129<-145.5 -112> 374 147<164.5 286.5>\nRef: 729 729 N 1 0 0 1 101.5 -730\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E06\nEncoding: 7686 7686 786\nWidth: 667\nHStem: -112 72<152.5 482.5> 0 25 0 32<303 338> 343 30 646 30<298.5 325 325 353> 651 25\nVStem: 104 160<96 343 373 580 580 597> 152.5 330<-112 -40> 420 165<478 556> 447 172<131.5 210.5>\nRef: 175 175 N 1 0 0 1 151.5 -677\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E07\nEncoding: 7687 7687 787\nWidth: 556\nHStem: -126 72<104 434> -13 31 419 54<309 312> 656 20<17 211 211 211>\nVStem: 72 139<73 97 97 360 417 594 594 614> 104 330<-126 -54> 374 147<164.5 286.5>\nRef: 175 175 N 1 0 0 1 103 -691\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E08\nEncoding: 7688 7688 788\nWidth: 722\nHStem: -217 40 -19 48<401 401> 454 234<644 669 644 644> 658 33<350 421>\nVStem: 49 177<291 434.5> 409 93<-149 -125>\nRef: 180 180 N 1 0 0 1 163 188\nRef: 199 199 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E09\nEncoding: 7689 7689 789\nWidth: 444\nHStem: -217 40 442 30\nVStem: 25 141<208 294.5> 270 93<-149 -125> 292 124<372 393>\nRef: 180 180 N 1 0 0 1 22.5 -27\nRef: 231 231 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0A\nEncoding: 7690 7690 790\nWidth: 724\nHStem: 0 25 0 35<296.5 332> 642 34<300.5 321 321 356> 651 25 716 129<336 370.5>\nVStem: 99 162<91 93 93 584 584 607> 289.5 129<763.5 797> 518 174<282.5 372>\nRef: 729 729 N 1 0 0 1 186.5 179\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0B\nEncoding: 7691 7691 791\nWidth: 556\nHStem: -14 56<224.5 232.5> 417 56<229 240> 652 24 716 129<261.5 296>\nVStem: 25 148<165.5 293.5> 215 129<763.5 797> 336 139<112 355 355 355 411 594 594 617> 339 195<20 43>\nRef: 729 729 N 1 0 0 1 112 179\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0C\nEncoding: 7692 7692 792\nWidth: 724\nHStem: -179 129<336 370.5> 0 25 0 35<296.5 332> 642 34<300.5 321 321 356> 651 25\nVStem: 99 162<91 93 93 584 584 607> 289.5 129<-131.5 -98> 518 174<282.5 372>\nRef: 729 729 N 1 0 0 1 186.5 -716\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0D\nEncoding: 7693 7693 793\nWidth: 556\nHStem: -193 129<261.5 296> -14 56<224.5 232.5> 417 56<229 240> 652 24\nVStem: 25 148<165.5 293.5> 215 129<-145.5 -112> 336 139<112 355 355 355 411 594 594 617> 339 195<20 43>\nRef: 729 729 N 1 0 0 1 112 -730\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0E\nEncoding: 7694 7694 794\nWidth: 724\nHStem: -112 72<189 519> 0 25 0 35<296.5 332> 642 34<300.5 321 321 356> 651 25\nVStem: 99 162<91 93 93 584 584 607> 189 330<-112 -40> 518 174<282.5 372>\nRef: 175 175 N 1 0 0 1 188 -677\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0F\nEncoding: 7695 7695 795\nWidth: 556\nHStem: -126 72<114.5 444.5> -14 56<224.5 232.5> 417 56<229 240> 652 24\nVStem: 25 148<165.5 293.5> 114.5 330<-126 -54> 336 139<112 355 355 355 411 594 594 617> 339 195<20 43>\nRef: 175 175 N 1 0 0 1 113.5 -691\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E10\nEncoding: 7696 7696 796\nWidth: 724\nHStem: -217 40 -100 100<332 342.5> 0 25 0 35<296.5 332> 642 34<300.5 321 321 356> 651 25\nVStem: 99 162<91 93 93 584 584 607> 374 93<-149 -125> 518 174<282.5 372>\nRef: 184 184 N 1 0 0 1 173 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E11\nEncoding: 7697 7697 797\nWidth: 556\nHStem: -231 40 -114 100<257.5 268> -14 56<224.5 232.5> 417 56<229 240> 652 24\nVStem: 25 148<165.5 293.5> 299.5 93<-163 -139> 336 139<112 355 355 355 411 594 594 617> 339 195<20 43>\nRef: 184 184 N 1 0 0 1 98.5 -14\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E12\nEncoding: 7698 7698 798\nWidth: 724\nHStem: 0 25 0 35<296.5 332> 642 34<300.5 321 321 356> 651 25\nVStem: 99 162<91 93 93 584 584 607> 518 174<282.5 372>\nRef: 710 710 N 1 0 0 1 187.5 -744\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E13\nEncoding: 7699 7699 799\nWidth: 556\nHStem: -14 56<224.5 232.5> 417 56<229 240> 652 24\nVStem: 25 148<165.5 293.5> 336 139<112 355 355 355 411 594 594 617> 339 195<20 43>\nRef: 710 710 N 1 0 0 1 113 -758\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E14\nEncoding: 7700 7700 800\nWidth: 667\nRef: 96 96 N 1 0 0 1 201.5 358\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E15\nEncoding: 7701 7701 801\nWidth: 444\nRef: 96 96 N 1 0 0 1 98.5 149\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E16\nEncoding: 7702 7702 802\nWidth: 667\nRef: 180 180 N 1 0 0 1 123.5 358\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E17\nEncoding: 7703 7703 803\nWidth: 444\nRef: 180 180 N 1 0 0 1 20.5 149\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E18\nEncoding: 7704 7704 804\nWidth: 667\nHStem: 0 25 0 31<317 387> 174 338<428 454> 329 34 642 34<305 412.5> 651 25\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595>\nRef: 710 710 N 1 0 0 1 162 -744\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E19\nEncoding: 7705 7705 805\nWidth: 444\nHStem: -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248>\nRef: 710 710 N 1 0 0 1 59 -758\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1A\nEncoding: 7706 7706 806\nWidth: 667\nHStem: -169 78<408.5 422.5> -120 78<231 243.5> 0 25 0 31<317 387> 174 338<428 454> 329 34 642 34<305 412.5> 651 25\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595>\nRef: 732 732 N 1 0 0 1 162 -716\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1B\nEncoding: 7707 7707 807\nWidth: 444\nHStem: -183 78<305.5 319.5> -134 78<128 140.5> -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248>\nRef: 732 732 N 1 0 0 1 59 -730\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1C\nEncoding: 7708 7708 808\nWidth: 667\nHStem: -217 40 -100 100<306.5 317> 0 25 0 31<317 387> 174 338<428 454> 329 34 642 34<305 412.5> 651 25 716 76<301.5 355.5> 859 20<177 221 221 221 436 480 480 480>\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595> 348.5 93<-149 -125>\nRef: 728 728 N 1 0 0 1 162 188\nRef: 552 552 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1D\nEncoding: 7709 7709 809\nWidth: 444\nHStem: -231 40 -114 100<203.5 214> -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248> 501 76<198.5 252.5> 644 20<74 118 118 118 333 377 377 377>\nVStem: 245.5 93<-163 -139>\nRef: 728 728 N 1 0 0 1 59 -27\nRef: 553 553 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1E\nEncoding: 7710 7710 810\nWidth: 611\nHStem: 0 25 174 338<419 444> 651 25 716 129<281.5 316>\nVStem: 16 567<0 25 651 676> 104 162<96 329 363 580 580 595> 235 129<763.5 797>\nRef: 729 729 N 1 0 0 1 132 179\nRef: 70 70 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1F\nEncoding: 7711 7711 811\nWidth: 333\nHStem: 0 24 417 44<14 71 210 297> 660 31<242.5 269> 716 129<183.5 218>\nVStem: 14 278<0 24> 14 283<417 461> 71 139<84 103 103 417 461 504> 137 129<763.5 797> 267 122<572.5 589>\nRef: 729 729 N 1 0 0 1 34 179\nRef: 102 102 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E20\nEncoding: 7712 7712 812\nWidth: 778\nHStem: -19 33<385.5 444.5> 262 25 454 234<632 657 632 632> 658 33<337.5 409> 716 72<231 561>\nVStem: 37 177<278 434> 231 330<716 788> 412 343<262 287> 513 156<87 170>\nRef: 175 175 N 1 0 0 1 230 151\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E21\nEncoding: 7713 7713 813\nWidth: 500\nHStem: -206 32<206 299.5> -52 120<254 319 319 324> 154 28 398 53<401 482 401 401> 442 31<216.5 260> 501 72<90.5 420.5>\nVStem: 28 88<-129 -96.5> 37 137<295 358> 90.5 330<501 573> 306 135<273.5 320> 404 79<-104.5 -85.5>\nRef: 175 175 N 1 0 0 1 89.5 -64\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E22\nEncoding: 7714 7714 814\nWidth: 774\nHStem: 0 25 326 47<263 504> 651 25 716 129<367 401.5>\nVStem: 101 162<96 326 373 580> 320.5 129<763.5 797> 504 162<96 326 326 326 373 580>\nRef: 729 729 N 1 0 0 1 217.5 179\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E23\nEncoding: 7715 7715 815\nWidth: 556\nHStem: 0 24 656 20<16 208 208 208> 716 129<257 291.5>\nVStem: 69 139<84 348 395 594 594 614.5> 210.5 129<763.5 797> 346 139<81 84 84 323 323 332>\nRef: 729 729 N 1 0 0 1 107.5 179\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E24\nEncoding: 7716 7716 816\nWidth: 774\nHStem: -179 129<367 401.5> 0 25 326 47<263 504> 651 25\nVStem: 101 162<96 326 373 580> 320.5 129<-131.5 -98> 504 162<96 326 326 326 373 580>\nRef: 729 729 N 1 0 0 1 217.5 -716\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E25\nEncoding: 7717 7717 817\nWidth: 556\nHStem: -179 129<257 291.5> 0 24 656 20<16 208 208 208>\nVStem: 69 139<84 348 395 594 594 614.5> 210.5 129<-131.5 -98> 346 139<81 84 84 323 323 332>\nRef: 729 729 N 1 0 0 1 107.5 -716\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E26\nEncoding: 7718 7718 818\nWidth: 774\nHStem: 0 25 326 47<263 504> 651 25 716 129<262.5 297 472 506.5>\nVStem: 101 162<96 326 373 580> 215.5 129<763.5 797> 425.5 129<763.5 797> 504 162<96 326 326 326 373 580>\nRef: 168 168 N 1 0 0 1 217.5 179\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E27\nEncoding: 7719 7719 819\nWidth: 556\nHStem: 0 24 656 20<16 208 208 208> 716 129<152.5 187 362 396.5>\nVStem: 69 139<84 348 395 594 594 614.5> 105.5 129<763.5 797> 315.5 129<763.5 797> 346 139<81 84 84 323 323 332>\nRef: 168 168 N 1 0 0 1 107.5 179\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E28\nEncoding: 7720 7720 820\nWidth: 774\nHStem: -217 40 -100 100<363 373.5> 0 25 326 47<263 504> 651 25\nVStem: 101 162<96 326 373 580> 405 93<-149 -125> 504 162<96 326 326 326 373 580>\nRef: 184 184 N 1 0 0 1 204 0\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E29\nEncoding: 7721 7721 821\nWidth: 556\nHStem: -217 40 -100 100<253 263.5> 0 24 656 20<16 208 208 208>\nVStem: 69 139<84 348 395 594 594 614.5> 295 93<-149 -125> 346 139<81 84 84 323 323 332>\nRef: 184 184 N 1 0 0 1 94 0\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2A\nEncoding: 7722 7722 822\nWidth: 774\nHStem: -188 76<358 412> -45 20<233.5 277.5 277.5 277.5 492.5 536.5 536.5 536.5> 0 25 326 47<263 504> 651 25\nVStem: 101 162<96 326 373 580> 504 162<96 326 326 326 373 580>\nRef: 728 728 N 1 0 0 1 218.5 -716\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2B\nEncoding: 7723 7723 823\nWidth: 556\nHStem: -188 76<248 302> -45 20<123.5 167.5 167.5 167.5 382.5 426.5 426.5 426.5> 0 24 656 20<16 208 208 208>\nVStem: 69 139<84 348 395 594 594 614.5> 346 139<81 84 84 323 323 332>\nRef: 728 728 N 1 0 0 1 108.5 -716\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2C\nEncoding: 7724 7724 824\nWidth: 386\nHStem: -169 78<271 285> -120 78<93.5 106> 0 25 651 25\nVStem: 109 162<96 580>\nRef: 732 732 N 1 0 0 1 24.5 -716\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2D\nEncoding: 7725 7725 825\nWidth: 278\nHStem: -169 78<215.5 229.5> -120 78<38 50.5> 0 21<16 255 16 16> 441 20<16 208 208 208> 536 155<116.5 159>\nVStem: 16 239<0 24> 69 139<84 378 378 398.5>\nRef: 732 732 N 1 0 0 1 -31 -716\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2E\nEncoding: 7726 7726 826\nWidth: 389\nRef: 180 180 N 1 0 0 1 -14 389\nRef: 207 207 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2F\nEncoding: 7727 7727 827\nWidth: 278\nRef: 180 180 N 1 0 0 1 -71.5 188\nRef: 239 239 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E30\nEncoding: 7728 7728 828\nWidth: 764\nHStem: 0 25 651 25\nVStem: 103 162<96 292 345 559> 419 336<0 25> 433 289<651 676>\nRef: 180 180 N 1 0 0 1 180.5 188\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E31\nEncoding: 7729 7729 829\nWidth: 556\nHStem: 0 24<537.5 543> 438 23 652 24\nVStem: 70 139<84 198 245 594 594 613> 299 214<438 461> 309 234<0 24>\nRef: 180 180 N 1 0 0 1 77.5 188\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E32\nEncoding: 7730 7730 830\nWidth: 764\nHStem: -179 129<367.5 402> 0 25 651 25\nVStem: 103 162<96 292 345 559> 321 129<-131.5 -98> 419 336<0 25> 433 289<651 676>\nRef: 729 729 N 1 0 0 1 218 -716\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E33\nEncoding: 7731 7731 831\nWidth: 556\nHStem: -179 129<264.5 299> 0 24<537.5 543> 438 23 652 24\nVStem: 70 139<84 198 245 594 594 613> 218 129<-131.5 -98> 299 214<438 461> 309 234<0 24>\nRef: 729 729 N 1 0 0 1 115 -716\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E34\nEncoding: 7732 7732 832\nWidth: 764\nHStem: -112 72<220.5 550.5> 0 25 651 25\nVStem: 103 162<96 292 345 559> 220.5 330<-112 -40> 419 336<0 25> 433 289<651 676>\nRef: 175 175 N 1 0 0 1 219.5 -677\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E35\nEncoding: 7733 7733 833\nWidth: 556\nHStem: -112 72<117.5 447.5> 0 24<537.5 543> 438 23 652 24\nVStem: 70 139<84 198 245 594 594 613> 117.5 330<-112 -40> 299 214<438 461> 309 234<0 24>\nRef: 175 175 N 1 0 0 1 116.5 -677\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E36\nEncoding: 7734 7734 834\nWidth: 664\nHStem: -179 129<307.5 342> 0 31<313.5 382.5> 651 25\nVStem: 16 349<651 676> 102 162<96 559> 261 129<-131.5 -98>\nRef: 729 729 N 1 0 0 1 158 -716\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E37\nEncoding: 7735 7735 835\nWidth: 278\nHStem: -179 129<117.5 152> 0 24 652 24\nVStem: 67 139<84 594 594 612.5> 71 129<-131.5 -98>\nRef: 729 729 N 1 0 0 1 -32 -716\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E38\nEncoding: 7736 7736 836\nWidth: 664\nHStem: -179 129<307.5 342> 0 31<313.5 382.5> 651 25 716 72<160.5 490.5>\nVStem: 16 349<651 676> 102 162<96 559> 160.5 330<716 788> 261 129<-131.5 -98>\nRef: 175 175 N 1 0 0 1 159.5 151\nRef: 7734 7734 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E39\nEncoding: 7737 7737 837\nWidth: 278\nHStem: -179 129<117.5 152> 0 24 652 24 716 72<-29.5 300.5>\nVStem: -29.5 330<716 788> 67 139<84 594 594 612.5> 71 129<-131.5 -98>\nRef: 175 175 N 1 0 0 1 -30.5 151\nRef: 7735 7735 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3A\nEncoding: 7738 7738 838\nWidth: 664\nHStem: -112 72<160.5 490.5> 0 31<313.5 382.5> 651 25\nVStem: 16 349<651 676> 102 162<96 559> 160.5 330<-112 -40>\nRef: 175 175 N 1 0 0 1 159.5 -677\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3B\nEncoding: 7739 7739 839\nWidth: 278\nHStem: -112 72<-29.5 300.5> 0 24 652 24\nVStem: -29.5 330<-112 -40> 67 139<84 594 594 612.5>\nRef: 175 175 N 1 0 0 1 -30.5 -677\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3C\nEncoding: 7740 7740 840\nWidth: 664\nHStem: 0 31<313.5 382.5> 651 25\nVStem: 16 349<651 676> 102 162<96 559>\nRef: 710 710 N 1 0 0 1 159 -744\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3D\nEncoding: 7741 7741 841\nWidth: 278\nHStem: 0 24 652 24\nVStem: 67 139<84 594 594 612.5>\nRef: 710 710 N 1 0 0 1 -31 -744\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3E\nEncoding: 7742 7742 842\nWidth: 943\nHStem: 0 25 651 25\nVStem: 107 42<105 124 124 580 580 594> 680 155<100 117 117 559>\nRef: 180 180 N 1 0 0 1 264.5 188\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3F\nEncoding: 7743 7743 843\nWidth: 833\nHStem: 0 24 437 24\nVStem: 16 191<437 461> 16 240<0 24> 71 139<84 348> 348 139<81 323 323 348> 625 139<81 323 323 332>\nRef: 180 180 N 1 0 0 1 210 -27\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E40\nEncoding: 7744 7744 844\nWidth: 943\nHStem: 0 25 651 25 716 129<451.5 486>\nVStem: 107 42<105 124 124 580 580 594> 405 129<763.5 797> 680 155<100 117 117 559>\nRef: 729 729 N 1 0 0 1 302 179\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E41\nEncoding: 7745 7745 845\nWidth: 833\nHStem: 0 24 437 24 501 129<397 431.5>\nVStem: 16 191<437 461> 16 240<0 24> 71 139<84 348> 348 139<81 323 323 348> 350.5 129<548.5 582> 625 139<81 323 323 332>\nRef: 729 729 N 1 0 0 1 247.5 -36\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E42\nEncoding: 7746 7746 846\nWidth: 943\nHStem: -179 129<451.5 486> 0 25 651 25\nVStem: 107 42<105 124 124 580 580 594> 405 129<-131.5 -98> 680 155<100 117 117 559>\nRef: 729 729 N 1 0 0 1 302 -716\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E43\nEncoding: 7747 7747 847\nWidth: 833\nHStem: -179 129<397 431.5> 0 24 437 24\nVStem: 16 191<437 461> 16 240<0 24> 71 139<84 348> 348 139<81 323 323 348> 350.5 129<-131.5 -98> 625 139<81 323 323 332>\nRef: 729 729 N 1 0 0 1 247.5 -716\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E44\nEncoding: 7748 7748 848\nWidth: 722\nHStem: 0 25 651 25<19 29> 716 129<340.5 375>\nVStem: 104 44<105 124 124 526> 294 129<763.5 797> 579 44<247 552 552 571>\nRef: 729 729 N 1 0 0 1 191 179\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E45\nEncoding: 7749 7749 849\nWidth: 556\nHStem: 0 24 441 20<21 212 212 212> 501 129<262 296.5>\nVStem: 21 191<437 461> 74 139<84 348> 215.5 129<548.5 582> 351 139<81 323 323 332>\nRef: 729 729 N 1 0 0 1 112.5 -36\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E46\nEncoding: 7750 7750 850\nWidth: 722\nHStem: -197 129<340.5 375> 0 25 651 25<19 29>\nVStem: 104 44<105 124 124 526> 294 129<-149.5 -116> 579 44<247 552 552 571>\nRef: 729 729 N 1 0 0 1 191 -734\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E47\nEncoding: 7751 7751 851\nWidth: 556\nHStem: -179 129<262 296.5> 0 24 441 20<21 212 212 212>\nVStem: 21 191<437 461> 74 139<84 348> 215.5 129<-131.5 -98> 351 139<81 323 323 332>\nRef: 729 729 N 1 0 0 1 112.5 -716\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E48\nEncoding: 7752 7752 852\nWidth: 722\nHStem: -130 72<193.5 523.5> 0 25 651 25<19 29>\nVStem: 104 44<105 124 124 526> 193.5 330<-130 -58> 579 44<247 552 552 571>\nRef: 175 175 N 1 0 0 1 192.5 -695\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E49\nEncoding: 7753 7753 853\nWidth: 556\nHStem: -112 72<115 445> 0 24 441 20<21 212 212 212>\nVStem: 21 191<437 461> 74 139<84 348> 115 330<-112 -40> 351 139<81 323 323 332>\nRef: 175 175 N 1 0 0 1 114 -677\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4A\nEncoding: 7754 7754 854\nWidth: 722\nHStem: 0 25 651 25<19 29>\nVStem: 104 44<105 124 124 526> 579 44<247 552 552 571>\nRef: 710 710 N 1 0 0 1 192 -762\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4B\nEncoding: 7755 7755 855\nWidth: 556\nHStem: 0 24 441 20<21 212 212 212>\nVStem: 21 191<437 461> 74 139<84 348> 351 139<81 323 323 332>\nRef: 710 710 N 1 0 0 1 113.5 -744\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4C\nEncoding: 7756 7756 856\nWidth: 778\nRef: 180 180 N 1 0 0 1 184 396\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4D\nEncoding: 7757 7757 857\nWidth: 500\nRef: 180 180 N 1 0 0 1 45.5 188\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4E\nEncoding: 7758 7758 858\nWidth: 778\nHStem: 924 129<266.5 301 476 510.5>\nVStem: 219.5 129<971.5 1005> 429.5 129<971.5 1005>\nRef: 168 168 N 1 0 0 1 221.5 387\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4F\nEncoding: 7759 7759 859\nWidth: 500\nHStem: 716 129<128 162.5 337.5 372>\nVStem: 81 129<763.5 797> 291 129<763.5 797>\nRef: 168 168 N 1 0 0 1 83 179\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E50\nEncoding: 7760 7760 860\nWidth: 778\nRef: 96 96 N 1 0 0 1 262 358\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E51\nEncoding: 7761 7761 861\nWidth: 500\nRef: 96 96 N 1 0 0 1 123.5 149\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E52\nEncoding: 7762 7762 862\nWidth: 778\nRef: 180 180 N 1 0 0 1 184 358\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E53\nEncoding: 7763 7763 863\nWidth: 500\nRef: 180 180 N 1 0 0 1 45.5 149\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E54\nEncoding: 7764 7764 864\nWidth: 611\nHStem: 0 25 0 29<38.5 40> 303 35 641 35<295.5 338 338 353.5> 651 25\nVStem: 100 162<117 303 338 559 559 594> 428 172<457.5 543>\nRef: 180 180 N 1 0 0 1 103 188\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E55\nEncoding: 7765 7765 865\nWidth: 556\nHStem: -205 21 -13 55<310 319.5> 416 57<308.5 326> 441 20<21 212 212 212>\nVStem: 19 273<-205 -184> 21 191<437 461> 75 139<-123 -94 -94 47 103 346> 376 148<165 290.5>\nRef: 180 180 N 1 0 0 1 66.5 -27\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E56\nEncoding: 7766 7766 866\nWidth: 611\nHStem: 0 25 0 29<38.5 40> 303 35 641 35<295.5 338 338 353.5> 651 25 716 129<290 324.5>\nVStem: 100 162<117 303 338 559 559 594> 243.5 129<763.5 797> 428 172<457.5 543>\nRef: 729 729 N 1 0 0 1 140.5 179\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E57\nEncoding: 7767 7767 867\nWidth: 556\nHStem: -205 21 -13 55<310 319.5> 416 57<308.5 326> 441 20<21 212 212 212> 501 129<253.5 288>\nVStem: 19 273<-205 -184> 21 191<437 461> 75 139<-123 -94 -94 47 103 346> 207 129<548.5 582> 376 148<165 290.5>\nRef: 729 729 N 1 0 0 1 104 -36\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E58\nEncoding: 7768 7768 868\nWidth: 712\nHStem: 0 25<696 705> 313 32 642 34<307.5 338 338 366> 651 25 716 129<342.5 377>\nVStem: 104 162<117 313 345 559 559 595> 296 129<763.5 797> 449 171<475.5 546.5>\nRef: 729 729 N 1 0 0 1 193 179\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E59\nEncoding: 7769 7769 869\nWidth: 444\nHStem: 0 24 328 145<358 376.5> 437 24 501 129<213.5 248>\nVStem: 29 189<437 461> 29 266<0 24> 83 139<84 103 103 292> 167 129<548.5 582>\nRef: 729 729 N 1 0 0 1 64 -36\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5A\nEncoding: 7770 7770 870\nWidth: 712\nHStem: -179 129<342.5 377> 0 25<696 705> 313 32 642 34<307.5 338 338 366> 651 25\nVStem: 104 162<117 313 345 559 559 595> 296 129<-131.5 -98> 449 171<475.5 546.5>\nRef: 729 729 N 1 0 0 1 193 -716\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5B\nEncoding: 7771 7771 871\nWidth: 444\nHStem: -179 129<213.5 248> 0 24 328 145<358 376.5> 437 24\nVStem: 29 189<437 461> 29 266<0 24> 83 139<84 103 103 292> 167 129<-131.5 -98>\nRef: 729 729 N 1 0 0 1 64 -716\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5C\nEncoding: 7772 7772 872\nWidth: 712\nHStem: -179 129<342.5 377> 0 25<696 705> 313 32 642 34<307.5 338 338 366> 651 25 716 72<195.5 525.5>\nVStem: 104 162<117 313 345 559 559 595> 195.5 330<716 788> 296 129<-131.5 -98> 449 171<475.5 546.5>\nRef: 175 175 N 1 0 0 1 194.5 151\nRef: 7770 7770 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5D\nEncoding: 7773 7773 873\nWidth: 444\nHStem: -179 129<213.5 248> 0 24 328 145<358 376.5> 437 24 501 72<66.5 396.5>\nVStem: 29 189<437 461> 29 266<0 24> 66.5 330<501 573> 83 139<84 103 103 292> 167 129<-131.5 -98>\nRef: 175 175 N 1 0 0 1 65.5 -64\nRef: 7771 7771 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5E\nEncoding: 7774 7774 874\nWidth: 712\nHStem: -112 72<195.5 525.5> 0 25<696 705> 313 32 642 34<307.5 338 338 366> 651 25\nVStem: 104 162<117 313 345 559 559 595> 195.5 330<-112 -40> 449 171<475.5 546.5>\nRef: 175 175 N 1 0 0 1 194.5 -677\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5F\nEncoding: 7775 7775 875\nWidth: 444\nHStem: -112 72<66.5 396.5> 0 24 328 145<358 376.5> 437 24\nVStem: 29 189<437 461> 29 266<0 24> 66.5 330<-112 -40> 83 139<84 103 103 292>\nRef: 175 175 N 1 0 0 1 65.5 -677\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E60\nEncoding: 7776 7776 876\nWidth: 556\nHStem: -19 33<243.5 306.5> -19 247<35 64> 475 217<456 484 456 456> 660 31<229 282> 716 129<256 290.5>\nVStem: 44 109<536 551> 209.5 129<763.5 797> 394 119<129 154>\nRef: 729 729 N 1 0 0 1 106.5 179\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E61\nEncoding: 7777 7777 877\nWidth: 389\nHStem: -13 165<25 50> 326 145<318 340> 440 33<174 195> 501 129<175 209.5>\nVStem: 27 100<365 369> 128.5 129<548.5 582> 265 96<93 101>\nRef: 729 729 N 1 0 0 1 25.5 -36\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E62\nEncoding: 7778 7778 878\nWidth: 556\nHStem: -198 129<256 290.5> -19 33<243.5 306.5> -19 247<35 64> 475 217<456 484 456 456> 660 31<229 282>\nVStem: 44 109<536 551> 209.5 129<-150.5 -117> 394 119<129 154>\nRef: 729 729 N 1 0 0 1 106.5 -735\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E63\nEncoding: 7779 7779 879\nWidth: 389\nHStem: -193 129<175 209.5> -13 165<25 50> 326 145<318 340> 440 33<174 195>\nVStem: 27 100<365 369> 128.5 129<-145.5 -112> 265 96<93 101>\nRef: 729 729 N 1 0 0 1 25.5 -730\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E64\nEncoding: 7780 7780 880\nWidth: 556\nHStem: 963 129<256 290.5>\nVStem: 209.5 129<1010.5 1044>\nRef: 729 729 N 1 0 0 1 106.5 426\nRef: 346 346 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E65\nEncoding: 7781 7781 881\nWidth: 389\nHStem: 753 129<175 209.5>\nVStem: 128.5 129<800.5 834>\nRef: 729 729 N 1 0 0 1 25.5 216\nRef: 347 347 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E66\nEncoding: 7782 7782 882\nWidth: 556\nHStem: 955 129<256 290.5>\nVStem: 209.5 129<1002.5 1036>\nRef: 729 729 N 1 0 0 1 106.5 418\nRef: 352 352 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E67\nEncoding: 7783 7783 883\nWidth: 389\nHStem: 743 129<176.5 211>\nVStem: 130 129<790.5 824>\nRef: 729 729 N 1 0 0 1 27 206\nRef: 353 353 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E68\nEncoding: 7784 7784 884\nWidth: 556\nHStem: -198 129<256 290.5> -19 33<243.5 306.5> -19 247<35 64> 475 217<456 484 456 456> 660 31<229 282> 716 129<256 290.5>\nVStem: 44 109<536 551> 209.5 129<-150.5 -117 763.5 797> 394 119<129 154>\nRef: 729 729 N 1 0 0 1 106.5 179\nRef: 7778 7778 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E69\nEncoding: 7785 7785 885\nWidth: 389\nHStem: -193 129<175 209.5> -13 165<25 50> 326 145<318 340> 440 33<174 195> 501 129<175 209.5>\nVStem: 27 100<365 369> 128.5 129<-145.5 -112 548.5 582> 265 96<93 101>\nRef: 729 729 N 1 0 0 1 25.5 -36\nRef: 7779 7779 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6A\nEncoding: 7786 7786 886\nWidth: 667\nHStem: 0 25 475 201<34 60 607 607 607 634> 716 129<315.5 350>\nVStem: 253 162<117 644> 269 129<763.5 797>\nRef: 729 729 N 1 0 0 1 166 179\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6B\nEncoding: 7787 7787 887\nWidth: 333\nHStem: 417 44<211 305> 670 129<158 192.5>\nVStem: 20 285<417 444 444 444> 72 139<96 116 116 417> 111.5 129<717.5 751>\nRef: 729 729 N 1 0 0 1 8.5 133\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6C\nEncoding: 7788 7788 888\nWidth: 667\nHStem: -179 129<315.5 350> 0 25 475 201<34 60 607 607 607 634>\nVStem: 253 162<117 644> 269 129<-131.5 -98>\nRef: 729 729 N 1 0 0 1 166 -716\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6D\nEncoding: 7789 7789 889\nWidth: 333\nHStem: -191 129<158 192.5> 417 44<211 305>\nVStem: 20 285<417 444 444 444> 72 139<96 116 116 417> 111.5 129<-143.5 -110>\nRef: 729 729 N 1 0 0 1 8.5 -728\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6E\nEncoding: 7790 7790 890\nWidth: 667\nHStem: -112 72<168.5 498.5> 0 25 475 201<34 60 607 607 607 634>\nVStem: 168.5 330<-112 -40> 253 162<117 644>\nRef: 175 175 N 1 0 0 1 167.5 -677\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6F\nEncoding: 7791 7791 891\nWidth: 333\nHStem: -124 72<11 341> 417 44<211 305>\nVStem: 11 330<-124 -52> 20 285<417 444 444 444> 72 139<96 116 116 417>\nRef: 175 175 N 1 0 0 1 10 -689\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E70\nEncoding: 7792 7792 892\nWidth: 667\nHStem: 0 25 475 201<34 60 607 607 607 634>\nVStem: 253 162<117 644>\nRef: 710 710 N 1 0 0 1 167 -744\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E71\nEncoding: 7793 7793 893\nWidth: 333\nHStem: 417 44<211 305>\nVStem: 20 285<417 444 444 444> 72 139<96 116 116 417>\nRef: 710 710 N 1 0 0 1 9.5 -756\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E72\nEncoding: 7794 7794 894\nWidth: 722\nHStem: -198 129<236 270.5 445.5 480> -19 49<353 402> 651 25\nVStem: 16 338<651 676> 98 159<225 559> 189 129<-150.5 -117> 399 129<-150.5 -117> 579 44<247 552 552 566>\nRef: 168 168 N 1 0 0 1 191 -735\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E73\nEncoding: 7795 7795 895\nWidth: 556\nHStem: -193 129<154 188.5 363.5 398> 437 24\nVStem: 65 139<126 378 378 399> 107 129<-145.5 -112> 317 129<-145.5 -112> 342 139<95 101 101 378 378 399.5> 343 194<20 43>\nRef: 168 168 N 1 0 0 1 109 -730\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E74\nEncoding: 7796 7796 896\nWidth: 722\nHStem: -188 78<438.5 452.5> -139 78<261 273.5> -19 49<353 402> 651 25\nVStem: 16 338<651 676> 98 159<225 559> 579 44<247 552 552 566>\nRef: 732 732 N 1 0 0 1 192 -735\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E75\nEncoding: 7797 7797 897\nWidth: 556\nHStem: -183 78<356.5 370.5> -134 78<179 191.5> 437 24\nVStem: 65 139<126 378 378 399> 342 139<95 101 101 378 378 399.5> 343 194<20 43>\nRef: 732 732 N 1 0 0 1 110 -730\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E76\nEncoding: 7798 7798 898\nWidth: 722\nHStem: -19 49<353 402> 651 25\nVStem: 16 338<651 676> 98 159<225 559> 579 44<247 552 552 566>\nRef: 710 710 N 1 0 0 1 192 -763\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E77\nEncoding: 7799 7799 899\nWidth: 556\nHStem: 437 24\nVStem: 65 139<126 378 378 399> 342 139<95 101 101 378 378 399.5> 343 194<20 43>\nRef: 710 710 N 1 0 0 1 110 -758\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E78\nEncoding: 7800 7800 900\nWidth: 722\nRef: 180 180 N 1 0 0 1 153.5 365\nRef: 360 360 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E79\nEncoding: 7801 7801 901\nWidth: 556\nRef: 180 180 N 1 0 0 1 71.5 150\nRef: 361 361 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7A\nEncoding: 7802 7802 902\nWidth: 722\nHStem: 886 129<236 270.5 445.5 480>\nVStem: 189 129<933.5 967> 399 129<933.5 967>\nRef: 168 168 N 1 0 0 1 191 349\nRef: 362 362 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7B\nEncoding: 7803 7803 903\nWidth: 556\nHStem: 675 129<154 188.5 363.5 398>\nVStem: 107 129<722.5 756> 317 129<722.5 756>\nRef: 168 168 N 1 0 0 1 109 138\nRef: 363 363 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7C\nEncoding: 7804 7804 904\nWidth: 722\nHStem: 651 25 716 78<438.5 452.5> 765 78<261 273.5>\nVStem: 16 336<651 676> 488 213<651 676>\nRef: 732 732 N 1 0 0 1 192 169\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7D\nEncoding: 7805 7805 905\nWidth: 500\nHStem: 437 24 501 78<333 347> 550 78<155.5 168>\nVStem: 21 250<437 461> 334 151<437 461>\nRef: 732 732 N 1 0 0 1 86.5 -46\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7E\nEncoding: 7806 7806 906\nWidth: 722\nHStem: -197 129<340.5 375> 651 25\nVStem: 16 336<651 676> 294 129<-149.5 -116> 488 213<651 676>\nRef: 729 729 N 1 0 0 1 191 -734\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7F\nEncoding: 7807 7807 907\nWidth: 500\nHStem: -193 129<235 269.5> 437 24\nVStem: 21 250<437 461> 188.5 129<-145.5 -112> 334 151<437 461>\nRef: 729 729 N 1 0 0 1 85.5 -730\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: Wgrave\nEncoding: 7808 7808 908\nWidth: 1000\nHStem: 651 25\nVStem: 19 294<651 676> 387 312<651 676> 799 182<651 676>\nRef: 96 96 N 1 0 0 1 373 188\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wgrave\nEncoding: 7809 7809 909\nWidth: 722\nHStem: 437 24\nVStem: 23 222<437 461> 294 234<437 461> 572 135<437 461>\nRef: 96 96 N 1 0 0 1 238 -27\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wacute\nEncoding: 7810 7810 910\nWidth: 1000\nHStem: 651 25\nVStem: 19 294<651 676> 387 312<651 676> 799 182<651 676>\nRef: 180 180 N 1 0 0 1 295 188\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wacute\nEncoding: 7811 7811 911\nWidth: 722\nHStem: 437 24\nVStem: 23 222<437 461> 294 234<437 461> 572 135<437 461>\nRef: 180 180 N 1 0 0 1 160 -27\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wdieresis\nEncoding: 7812 7812 912\nWidth: 1000\nHStem: 651 25 716 129<377.5 412 587 621.5>\nVStem: 19 294<651 676> 330.5 129<763.5 797> 387 312<651 676> 540.5 129<763.5 797> 799 182<651 676>\nRef: 168 168 N 1 0 0 1 332.5 179\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wdieresis\nEncoding: 7813 7813 913\nWidth: 722\nHStem: 437 24 501 129<242.5 277 452 486.5>\nVStem: 23 222<437 461> 195.5 129<548.5 582> 294 234<437 461> 405.5 129<548.5 582> 572 135<437 461>\nRef: 168 168 N 1 0 0 1 197.5 -36\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E86\nEncoding: 7814 7814 914\nWidth: 1000\nHStem: 651 25 716 129<482 516.5>\nVStem: 19 294<651 676> 387 312<651 676> 435.5 129<763.5 797> 799 182<651 676>\nRef: 729 729 N 1 0 0 1 332.5 179\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E87\nEncoding: 7815 7815 915\nWidth: 722\nHStem: 437 24 501 129<347 381.5>\nVStem: 23 222<437 461> 294 234<437 461> 300.5 129<548.5 582> 572 135<437 461>\nRef: 729 729 N 1 0 0 1 197.5 -36\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E88\nEncoding: 7816 7816 916\nWidth: 1000\nHStem: -194 129<482 516.5> 651 25\nVStem: 19 294<651 676> 387 312<651 676> 435.5 129<-146.5 -113> 799 182<651 676>\nRef: 729 729 N 1 0 0 1 332.5 -731\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E89\nEncoding: 7817 7817 917\nWidth: 722\nHStem: -193 129<347 381.5> 437 24\nVStem: 23 222<437 461> 294 234<437 461> 300.5 129<-145.5 -112> 572 135<437 461>\nRef: 729 729 N 1 0 0 1 197.5 -730\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8A\nEncoding: 7818 7818 918\nWidth: 722\nHStem: 0 25 0 27<385 387> 651 25 716 129<339.5 374>\nVStem: 16 250<0 25> 17 346<651 676> 293 129<763.5 797> 359 340<0 25> 438 250<651 676>\nRef: 729 729 N 1 0 0 1 190 179\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8B\nEncoding: 7819 7819 919\nWidth: 500\nHStem: 0 24 437 24 501 129<230 264.5>\nVStem: 12 250<437 461> 14 169<0 24> 183.5 129<548.5 582> 243 241<0 24> 309 168<437 461>\nRef: 729 729 N 1 0 0 1 80.5 -36\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8C\nEncoding: 7820 7820 920\nWidth: 722\nHStem: 0 25 0 27<385 387> 651 25 716 129<235 269.5 444.5 479>\nVStem: 16 250<0 25> 17 346<651 676> 188 129<763.5 797> 359 340<0 25> 398 129<763.5 797> 438 250<651 676>\nRef: 168 168 N 1 0 0 1 190 179\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8D\nEncoding: 7821 7821 921\nWidth: 500\nHStem: 0 24 437 24 501 129<125.5 160 335 369.5>\nVStem: 12 250<437 461> 14 169<0 24> 78.5 129<548.5 582> 243 241<0 24> 288.5 129<548.5 582> 309 168<437 461>\nRef: 168 168 N 1 0 0 1 80.5 -36\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8E\nEncoding: 7822 7822 922\nWidth: 722\nHStem: 0 25 0 573 651 25 716 129<339 373.5>\nVStem: 15 335<651 676> 278 162<117 264 264 264> 292.5 129<763.5 797> 479 220<651 676>\nRef: 729 729 N 1 0 0 1 189.5 179\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8F\nEncoding: 7823 7823 923\nWidth: 500\nHStem: -205 143<84.5 97> 437 24 501 129<230 264.5>\nVStem: 16 119<-135.5 -130.5> 16 250<437 461> 183.5 129<548.5 582> 329 151<437 461>\nRef: 729 729 N 1 0 0 1 80.5 -36\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E90\nEncoding: 7824 7824 924\nWidth: 667\nHStem: 0 35<225 299 299 347> 470 21<59 87 59 59> 638 38\nRef: 710 710 N 1 0 0 1 164.5 188\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E91\nEncoding: 7825 7825 925\nWidth: 444\nHStem: 0 160<185 214 214 254 392 404> 429 32<255 255>\nRef: 710 710 N 1 0 0 1 54 -27\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E92\nEncoding: 7826 7826 926\nWidth: 667\nHStem: -179 129<313 347.5> 0 35<225 299 299 347> 470 21<59 87 59 59> 638 38\nVStem: 266.5 129<-131.5 -98>\nRef: 729 729 N 1 0 0 1 163.5 -716\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E93\nEncoding: 7827 7827 927\nWidth: 444\nHStem: -179 129<202.5 237> 0 160<185 214 214 254 392 404> 429 32<255 255>\nVStem: 156 129<-131.5 -98>\nRef: 729 729 N 1 0 0 1 53 -716\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E94\nEncoding: 7828 7828 928\nWidth: 667\nHStem: -112 72<166 496> 0 35<225 299 299 347> 470 21<59 87 59 59> 638 38\nVStem: 166 330<-112 -40>\nRef: 175 175 N 1 0 0 1 165 -677\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E95\nEncoding: 7829 7829 929\nWidth: 444\nHStem: -112 72<55.5 385.5> 0 160<185 214 214 254 392 404> 429 32<255 255>\nVStem: 55.5 330<-112 -40>\nRef: 175 175 N 1 0 0 1 54.5 -677\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E96\nEncoding: 7830 7830 930\nWidth: 556\nHStem: -112 72<110 440> 0 24 656 20<16 208 208 208>\nVStem: 69 139<84 348 395 594 594 614.5> 110 330<-112 -40> 346 139<81 84 84 323 323 332>\nRef: 175 175 N 1 0 0 1 109 -677\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E97\nEncoding: 7831 7831 931\nWidth: 333\nHStem: 417 44<211 305> 670 129<53.5 88 263 297.5>\nVStem: 6.5 129<717.5 751> 20 285<417 444 444 444> 72 139<96 116 116 417> 216.5 129<717.5 751>\nRef: 168 168 N 1 0 0 1 8.5 133\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E98\nEncoding: 7832 7832 932\nWidth: 722\nHStem: 437 24 501 48<348 380> 666 48<349 380.5>\nVStem: 23 222<437 461> 258.5 48<591 622.5> 294 234<437 461> 423.5 48<590.5 622> 572 135<437 461>\nRef: 730 730 N 1 0 0 1 198.5 -36\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E99\nEncoding: 7833 7833 933\nWidth: 500\nHStem: -205 143<84.5 97> 437 24 501 48<231 263> 666 48<232 263.5>\nVStem: 16 119<-135.5 -130.5> 16 250<437 461> 141.5 48<591 622.5> 306.5 48<590.5 622> 329 151<437 461>\nRef: 730 730 N 1 0 0 1 81.5 -36\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E9B\nEncoding: 7835 7835 934\nWidth: 333\nHStem: 0 24 417 44<14 71> 660 31<242.5 269> 716 129<183.5 218>\nVStem: 14 278<0 24> 71 139<84 103 103 417 417 417 461 504> 137 129<763.5 797> 267 122<572.5 589>\nRef: 729 729 N 1 0 0 1 34 179\nRef: 383 383 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA0\nEncoding: 7840 7840 935\nWidth: 722\nHStem: -179 129<331 365.5> 0 25<685 689> 0 28<394.5 397> 197 39<189 384> 670 20<329 357 357 357>\nVStem: 9 203<0 25> 284.5 129<-131.5 -98> 365 324<0 25>\nRef: 729 729 N 1 0 0 1 181.5 -716\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA1\nEncoding: 7841 7841 936\nWidth: 500\nHStem: -193 129<238.5 273> 441 31\nVStem: 25 146<104 113.5> 44 133<326.5 346> 192 129<-145.5 -112> 293 138<100 245 245 245>\nRef: 729 729 N 1 0 0 1 89 -730\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA2\nEncoding: 7842 7842 937\nWidth: 722\nFlags: H\nHStem: 0 25<685 689> 0 28<394.5 397> 197 39<189 384> 670 20<329 357 357 357> 894 30.0527<333 344>\nVStem: 9 203<0 25> 264 42<842 862> 365 324<0 25> 368 66<842 863>\nRef: 777 777 N 1 0 0 1 192 215\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA3\nEncoding: 7843 7843 938\nWidth: 500\nFlags: H\nHStem: 441 31 679 30.0527<240.5 251.5>\nVStem: 25 146<104 113.5> 44 133<326.5 346> 171.5 42<627 647> 275.5 66<627 648> 293 138<100 245 245 245>\nRef: 777 777 N 1 0 0 1 99.5 0\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA4\nEncoding: 7844 7844 939\nWidth: 722\nRef: 180 180 N 1 0 0 1 144 426\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA5\nEncoding: 7845 7845 940\nWidth: 500\nRef: 180 180 N 1 0 0 1 51.5 216\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA6\nEncoding: 7846 7846 941\nWidth: 722\nRef: 96 96 N 1 0 0 1 222 426\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA7\nEncoding: 7847 7847 942\nWidth: 500\nRef: 96 96 N 1 0 0 1 129.5 216\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA8\nEncoding: 7848 7848 943\nWidth: 722\nFlags: H\nHStem: 1132 30.0527<333 344>\nVStem: 264 42<1080 1100> 368 66<1080 1101>\nRef: 777 777 N 1 0 0 1 192 453\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA9\nEncoding: 7849 7849 944\nWidth: 500\nFlags: H\nHStem: 922 30.0527<240.5 251.5>\nVStem: 171.5 42<870 890> 275.5 66<870 891>\nRef: 777 777 N 1 0 0 1 99.5 243\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAA\nEncoding: 7850 7850 945\nWidth: 722\nHStem: 954 78<429 443> 1003 78<251.5 264>\nRef: 732 732 N 1 0 0 1 182.5 407\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAB\nEncoding: 7851 7851 946\nWidth: 500\nHStem: 744 78<336.5 350.5> 793 78<159 171.5>\nRef: 732 732 N 1 0 0 1 90 197\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAC\nEncoding: 7852 7852 947\nWidth: 722\nHStem: -179 129<331 365.5> 0 25<685 689> 0 28<394.5 397> 197 39<189 384> 670 20<329 357 357 357>\nVStem: 9 203<0 25> 284.5 129<-131.5 -98> 365 324<0 25>\nRef: 710 710 N 1 0 0 1 182.5 188\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAD\nEncoding: 7853 7853 948\nWidth: 500\nHStem: -193 129<238.5 273> 441 31\nVStem: 25 146<104 113.5> 44 133<326.5 346> 192 129<-145.5 -112> 293 138<100 245 245 245>\nRef: 710 710 N 1 0 0 1 90 -27\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAE\nEncoding: 7854 7854 949\nWidth: 722\nRef: 180 180 N 1 0 0 1 144 413\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAF\nEncoding: 7855 7855 950\nWidth: 500\nRef: 180 180 N 1 0 0 1 51.5 188\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB0\nEncoding: 7856 7856 951\nWidth: 722\nRef: 96 96 N 1 0 0 1 222 413\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB1\nEncoding: 7857 7857 952\nWidth: 500\nRef: 96 96 N 1 0 0 1 129.5 188\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB2\nEncoding: 7858 7858 953\nWidth: 722\nFlags: H\nHStem: 1119 30.0527<333 344>\nVStem: 264 42<1067 1087> 368 66<1067 1088>\nRef: 777 777 N 1 0 0 1 192 440\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB3\nEncoding: 7859 7859 954\nWidth: 500\nFlags: H\nHStem: 894 30.0527<240.5 251.5>\nVStem: 171.5 42<842 862> 275.5 66<842 863>\nRef: 777 777 N 1 0 0 1 99.5 215\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB4\nEncoding: 7860 7860 955\nWidth: 722\nHStem: 941 78<429 443> 990 78<251.5 264>\nRef: 732 732 N 1 0 0 1 182.5 394\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB5\nEncoding: 7861 7861 956\nWidth: 500\nHStem: 716 78<336.5 350.5> 765 78<159 171.5>\nRef: 732 732 N 1 0 0 1 90 169\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB6\nEncoding: 7862 7862 957\nWidth: 722\nHStem: -179 129<331 365.5> 0 25<685 689> 0 28<394.5 397> 197 39<189 384> 670 20<329 357 357 357> 716 76<322 376> 859 20<197.5 241.5 241.5 241.5 456.5 500.5 500.5 500.5>\nVStem: 9 203<0 25> 284.5 129<-131.5 -98> 365 324<0 25>\nRef: 728 728 N 1 0 0 1 182.5 188\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB7\nEncoding: 7863 7863 958\nWidth: 500\nHStem: -193 129<238.5 273> 441 31 501 76<229.5 283.5> 644 20<105 149 149 149 364 408 408 408>\nVStem: 25 146<104 113.5> 44 133<326.5 346> 192 129<-145.5 -112> 293 138<100 245 245 245>\nRef: 728 728 N 1 0 0 1 90 -27\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB8\nEncoding: 7864 7864 959\nWidth: 667\nHStem: -179 129<310.5 345> 0 25 0 31<317 387> 174 338<428 454> 329 34 642 34<305 412.5> 651 25\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595> 264 129<-131.5 -98>\nRef: 729 729 N 1 0 0 1 161 -716\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB9\nEncoding: 7865 7865 960\nWidth: 444\nHStem: -193 129<207.5 242> -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248>\nVStem: 161 129<-145.5 -112>\nRef: 729 729 N 1 0 0 1 58 -730\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBA\nEncoding: 7866 7866 961\nWidth: 667\nFlags: H\nHStem: 0 25 0 31<317 387> 174 338<428 454> 329 34 642 34<305 412.5> 651 25 894 30.0527<312.5 323.5>\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595> 243.5 42<842 862> 347.5 66<842 863>\nRef: 777 777 N 1 0 0 1 171.5 215\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBB\nEncoding: 7867 7867 962\nWidth: 444\nFlags: H\nHStem: -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248> 679 30.0527<209.5 220.5>\nVStem: 140.5 42<627 647> 244.5 66<627 648>\nRef: 777 777 N 1 0 0 1 68.5 0\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBC\nEncoding: 7868 7868 963\nWidth: 667\nHStem: 0 25 0 31<317 387> 174 338<428 454> 329 34 642 34<305 412.5> 651 25 716 78<408.5 422.5> 765 78<231 243.5>\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595>\nRef: 732 732 N 1 0 0 1 162 169\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBD\nEncoding: 7869 7869 964\nWidth: 444\nHStem: -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248> 501 78<305.5 319.5> 550 78<128 140.5>\nRef: 732 732 N 1 0 0 1 59 -46\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBE\nEncoding: 7870 7870 965\nWidth: 667\nRef: 180 180 N 1 0 0 1 123.5 426\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBF\nEncoding: 7871 7871 966\nWidth: 444\nRef: 180 180 N 1 0 0 1 20.5 216\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC0\nEncoding: 7872 7872 967\nWidth: 667\nRef: 96 96 N 1 0 0 1 201.5 426\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC1\nEncoding: 7873 7873 968\nWidth: 444\nRef: 96 96 N 1 0 0 1 98.5 216\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC2\nEncoding: 7874 7874 969\nWidth: 667\nFlags: H\nHStem: 1132 30.0527<312.5 323.5>\nVStem: 243.5 42<1080 1100> 347.5 66<1080 1101>\nRef: 777 777 N 1 0 0 1 171.5 453\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC3\nEncoding: 7875 7875 970\nWidth: 444\nFlags: H\nHStem: 922 30.0527<209.5 220.5>\nVStem: 140.5 42<870 890> 244.5 66<870 891>\nRef: 777 777 N 1 0 0 1 68.5 243\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC4\nEncoding: 7876 7876 971\nWidth: 667\nHStem: 954 78<408.5 422.5> 1003 78<231 243.5>\nRef: 732 732 N 1 0 0 1 162 407\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC5\nEncoding: 7877 7877 972\nWidth: 444\nHStem: 744 78<305.5 319.5> 793 78<128 140.5>\nRef: 732 732 N 1 0 0 1 59 197\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC6\nEncoding: 7878 7878 973\nWidth: 667\nHStem: -179 129<310.5 345> 0 25 0 31<317 387> 174 338<428 454> 329 34 642 34<305 412.5> 651 25\nVStem: 16 577<651 676> 104 162<96 329 363 580 580 595> 264 129<-131.5 -98>\nRef: 710 710 N 1 0 0 1 162 188\nRef: 7864 7864 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC7\nEncoding: 7879 7879 974\nWidth: 444\nHStem: -193 129<207.5 242> -14 72<268.5 271.5> 245 37<169 298 169 169> 442 31<209.5 248>\nVStem: 161 129<-145.5 -112>\nRef: 710 710 N 1 0 0 1 59 -27\nRef: 7865 7865 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC8\nEncoding: 7880 7880 975\nWidth: 386\nFlags: H\nHStem: 0 25 651 25 894 30.0527<175 186>\nVStem: 106 42<842 862> 109 162<96 580> 210 66<842 863>\nRef: 777 777 N 1 0 0 1 34 215\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC9\nEncoding: 7881 7881 976\nWidth: 278\nFlags: H\nHStem: 0 21<16 255 16 16> 441 20<16 208 208 208> 679 30.0527<119.5 130.5>\nVStem: 16 239<0 24> 50.5 42<627 647> 69 139<84 378 378 398.5> 154.5 66<627 648>\nRef: 777 777 N 1 0 0 1 -21.5 0\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECA\nEncoding: 7882 7882 977\nWidth: 386\nHStem: -179 129<173 207.5> 0 25 651 25\nVStem: 109 162<96 580> 126.5 129<-131.5 -98>\nRef: 729 729 N 1 0 0 1 23.5 -716\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECB\nEncoding: 7883 7883 978\nWidth: 278\nHStem: -179 129<117.5 152> 0 21<16 255 16 16> 441 20<16 208 208 208> 536 155<116.5 159>\nVStem: 16 239<0 24> 69 139<84 378 378 398.5> 71 129<-131.5 -98>\nRef: 729 729 N 1 0 0 1 -32 -716\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECC\nEncoding: 7884 7884 979\nWidth: 778\nHStem: -198 129<371 405.5> -19 33<331.5 446.5> 658 33<333.5 447>\nVStem: 35 177<231.5 434> 324.5 129<-150.5 -117> 566 177<232.5 433>\nRef: 729 729 N 1 0 0 1 221.5 -735\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECD\nEncoding: 7885 7885 980\nWidth: 500\nHStem: -193 129<232.5 267> -14 31<221.5 280> 442 31<221 281>\nVStem: 25 147<160.5 300> 186 129<-145.5 -112> 329 147<159.5 299>\nRef: 729 729 N 1 0 0 1 83 -730\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECE\nEncoding: 7886 7886 981\nWidth: 778\nFlags: H\nHStem: -19 33<331.5 446.5> 658 33<333.5 447> 894 30.0527<373 384>\nVStem: 35 177<231.5 434> 304 42<842 862> 408 66<842 863> 566 177<232.5 433>\nRef: 777 777 N 1 0 0 1 232 215\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECF\nEncoding: 7887 7887 982\nWidth: 500\nFlags: H\nHStem: -14 31<221.5 280> 442 31<221 281> 679 30.0527<234.5 245.5>\nVStem: 25 147<160.5 300> 165.5 42<627 647> 269.5 66<627 648> 329 147<159.5 299>\nRef: 777 777 N 1 0 0 1 93.5 0\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED0\nEncoding: 7888 7888 983\nWidth: 778\nRef: 180 180 N 1 0 0 1 184 426\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED1\nEncoding: 7889 7889 984\nWidth: 500\nRef: 180 180 N 1 0 0 1 45.5 216\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED2\nEncoding: 7890 7890 985\nWidth: 778\nRef: 96 96 N 1 0 0 1 262 426\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED3\nEncoding: 7891 7891 986\nWidth: 500\nRef: 96 96 N 1 0 0 1 123.5 216\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED4\nEncoding: 7892 7892 987\nWidth: 778\nFlags: H\nHStem: 1132 30.0527<373 384>\nVStem: 304 42<1080 1100> 408 66<1080 1101>\nRef: 777 777 N 1 0 0 1 232 453\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED5\nEncoding: 7893 7893 988\nWidth: 500\nFlags: H\nHStem: 922 30.0527<234.5 245.5>\nVStem: 165.5 42<870 890> 269.5 66<870 891>\nRef: 777 777 N 1 0 0 1 93.5 243\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED6\nEncoding: 7894 7894 989\nWidth: 778\nHStem: 954 78<469 483> 1003 78<291.5 304>\nRef: 732 732 N 1 0 0 1 222.5 407\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED7\nEncoding: 7895 7895 990\nWidth: 500\nHStem: 744 78<330.5 344.5> 793 78<153 165.5>\nRef: 732 732 N 1 0 0 1 84 197\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED8\nEncoding: 7896 7896 991\nWidth: 778\nHStem: -198 129<371 405.5> -19 33<331.5 446.5> 658 33<333.5 447>\nVStem: 35 177<231.5 434> 324.5 129<-150.5 -117> 566 177<232.5 433>\nRef: 710 710 N 1 0 0 1 222.5 188\nRef: 7884 7884 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED9\nEncoding: 7897 7897 992\nWidth: 500\nHStem: -193 129<232.5 267> -14 31<221.5 280> 442 31<221 281>\nVStem: 25 147<160.5 300> 186 129<-145.5 -112> 329 147<159.5 299>\nRef: 710 710 N 1 0 0 1 84 -27\nRef: 7885 7885 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE4\nEncoding: 7908 7908 993\nWidth: 722\nHStem: -198 129<340.5 375> -19 49<353 402> 651 25\nVStem: 16 338<651 676> 98 159<225 559> 294 129<-150.5 -117> 579 44<247 552 552 566>\nRef: 729 729 N 1 0 0 1 191 -735\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE5\nEncoding: 7909 7909 994\nWidth: 556\nHStem: -193 129<258.5 293> 437 24\nVStem: 65 139<126 378 378 399> 212 129<-145.5 -112> 342 139<95 101 101 378 378 399.5> 343 194<20 43>\nRef: 729 729 N 1 0 0 1 109 -730\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE6\nEncoding: 7910 7910 995\nWidth: 722\nFlags: H\nHStem: -19 49<353 402> 651 25 894 30.0527<342.5 353.5>\nVStem: 16 338<651 676> 98 159<225 559> 273.5 42<842 862> 377.5 66<842 863> 579 44<247 552 552 566>\nRef: 777 777 N 1 0 0 1 201.5 215\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE7\nEncoding: 7911 7911 996\nWidth: 556\nFlags: H\nHStem: 437 24 679 30.0527<260.5 271.5>\nVStem: 65 139<126 378 378 399> 191.5 42<627 647> 295.5 66<627 648> 342 139<95 101 101 378 378 399.5> 343 194<20 43>\nRef: 777 777 N 1 0 0 1 119.5 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Ygrave\nEncoding: 7922 7922 997\nWidth: 722\nHStem: 0 25 0 573 651 25\nVStem: 15 335<651 676> 278 162<117 264 264 264> 479 220<651 676>\nRef: 96 96 N 1 0 0 1 230 188\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ygrave\nEncoding: 7923 7923 998\nWidth: 500\nHStem: -205 143<84.5 97> 437 24\nVStem: 16 119<-135.5 -130.5> 16 250<437 461> 329 151<437 461>\nRef: 96 96 N 1 0 0 1 121 -27\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF4\nEncoding: 7924 7924 999\nWidth: 722\nHStem: -179 129<339 373.5> 0 25 0 573 651 25\nVStem: 15 335<651 676> 278 162<117 264 264 264> 292.5 129<-131.5 -98> 479 220<651 676>\nRef: 729 729 N 1 0 0 1 189.5 -716\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF5\nEncoding: 7925 7925 1000\nWidth: 500\nHStem: -384 129<230 264.5> -205 143<84.5 97> 437 24\nVStem: 16 119<-135.5 -130.5> 16 250<437 461> 183.5 129<-336.5 -303> 329 151<437 461>\nRef: 729 729 N 1 0 0 1 80.5 -921\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF6\nEncoding: 7926 7926 1001\nWidth: 722\nFlags: H\nHStem: 0 25 0 573 651 25 894 30.0527<341 352>\nVStem: 15 335<651 676> 272 42<842 862> 278 162<117 264 264 264> 376 66<842 863> 479 220<651 676>\nRef: 777 777 N 1 0 0 1 200 215\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF7\nEncoding: 7927 7927 1002\nWidth: 500\nFlags: H\nHStem: -205 143<84.5 97> 437 24 679 30.0527<232 243>\nVStem: 16 119<-135.5 -130.5> 16 250<437 461> 163 42<627 647> 267 66<627 648> 329 151<437 461>\nRef: 777 777 N 1 0 0 1 91 0\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF8\nEncoding: 7928 7928 1003\nWidth: 722\nHStem: 0 25 0 573 651 25 716 78<437 451> 765 78<259.5 272>\nVStem: 15 335<651 676> 278 162<117 264 264 264> 479 220<651 676>\nRef: 732 732 N 1 0 0 1 190.5 169\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF9\nEncoding: 7929 7929 1004\nWidth: 500\nHStem: -205 143<84.5 97> 437 24 501 78<328 342> 550 78<150.5 163>\nVStem: 16 119<-135.5 -130.5> 16 250<437 461> 329 151<437 461>\nRef: 732 732 N 1 0 0 1 81.5 -46\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F00\nEncoding: 7936 7936 1005\nWidth: 605\nFlags: HW\nHStem: 537 26<181 193>\nVStem: 287 48<618 639>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 -9 -24\nEndChar\nStartChar: uni1F01\nEncoding: 7937 7937 1006\nWidth: 605\nFlags: HW\nHStem: 504 26<367.5 379.5>\nVStem: 225.5 47<586 606>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 64.5 -56\nEndChar\nStartChar: uni1F02\nEncoding: 7938 7938 1007\nWidth: 605\nFlags: HW\nHStem: 502 28<166.5 189.5>\nVStem: 259.5 48<583 606>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 72.5 -56\nEndChar\nStartChar: uni1F03\nEncoding: 7939 7939 1008\nWidth: 605\nFlags: HW\nHStem: 501 29<258.5 296.5> 502 28<284.5 296.5>\nVStem: 156.5 47<583 606>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 69.5 -56\nEndChar\nStartChar: uni1F04\nEncoding: 7940 7940 1009\nWidth: 605\nFlags: HW\nHStem: 502 28<167 189>\nVStem: 260 48<583 606>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 64 -57\nEndChar\nStartChar: uni1F05\nEncoding: 7941 7941 1010\nWidth: 605\nFlags: HW\nHStem: 501 29<258 297> 502 28<284 297>\nVStem: 156 48<583 606>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 58 -56\nEndChar\nStartChar: uni1F06\nEncoding: 7942 7942 1011\nWidth: 605\nFlags: HW\nHStem: 501 29<239 273> 599 86<269 294> 604 81<293 309> 715 76<373 399> 764 76<219 249>\nVStem: 341 47<573 592>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 62 -57\nEndChar\nStartChar: uni1F07\nEncoding: 7943 7943 1012\nWidth: 605\nFlags: HW\nHStem: 599 86<314 339> 715 76<373 399> 764 76<219 249>\nVStem: 220 47<573 592>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 61 -56\nEndChar\nStartChar: uni1F08\nEncoding: 7944 7944 1013\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 498 26<-26 -14> 670 20<329 357>\nVStem: 9 203<1 25> 80 48<579 600> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 -216 -63\nEndChar\nStartChar: uni1F09\nEncoding: 7945 7945 1014\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 468 26<107 119> 670 20<329 357>\nVStem: -35 47<550 570> 9 203<1 25> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -196 -92\nEndChar\nStartChar: uni1F0A\nEncoding: 7946 7946 1015\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 473 28<-163 -140> 670 20<329 357>\nVStem: -70 48<554 577> 9 203<1 25> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -257 -85\nEndChar\nStartChar: uni1F0B\nEncoding: 7947 7947 1016\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 472 29<-71 -33> 473 28<-45 -33> 670 20<329 357>\nVStem: -173 47<554 577> 9 203<1 25> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -260 -85\nEndChar\nStartChar: uni1F0C\nEncoding: 7948 7948 1017\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 473 28<-163 -141> 670 20<329 357>\nVStem: -70 48<554 577> 9 203<1 25> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -266 -86\nEndChar\nStartChar: uni1F0D\nEncoding: 7949 7949 1018\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 472 29<-72 -33> 473 28<-46 -33> 670 20<329 357>\nVStem: -174 48<554 577> 9 203<1 25> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -272 -85\nEndChar\nStartChar: uni1F0E\nEncoding: 7950 7950 1019\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 337 29<-115 -81> 435 86<-85 -60> 440 81<-61 -45> 551 76<19 45> 600 76<-135 -105> 670 20<329 357>\nVStem: -13 47<409 428> 9 203<1 25> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -292 -221\nEndChar\nStartChar: uni1F0F\nEncoding: 7951 7951 1020\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 435 86<-40 -15> 551 76<19 45> 600 76<-135 -105> 670 20<329 357>\nVStem: -134 47<409 428> 9 203<1 25> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -293 -220\nEndChar\nStartChar: uni1F10\nEncoding: 7952 7952 1021\nWidth: 440\nFlags: HW\nHStem: 537 26<159 171>\nVStem: 265 48<618 639>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 -31 -24\nEndChar\nStartChar: uni1F11\nEncoding: 7953 7953 1022\nWidth: 440\nFlags: HW\nHStem: 504 26<288.5 300.5>\nVStem: 146.5 47<586 606>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -14.5 -56\nEndChar\nStartChar: uni1F12\nEncoding: 7954 7954 1023\nWidth: 440\nFlags: HW\nHStem: 502 28<87.5 110.5>\nVStem: 180.5 48<583 606>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -6.5 -56\nEndChar\nStartChar: uni1F13\nEncoding: 7955 7955 1024\nWidth: 440\nFlags: HW\nHStem: 501 29<179.5 217.5> 502 28<205.5 217.5>\nVStem: 77.5 47<583 606>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -9.5 -56\nEndChar\nStartChar: uni1F14\nEncoding: 7956 7956 1025\nWidth: 440\nFlags: HW\nHStem: 502 28<88 110>\nVStem: 181 48<583 606>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -15 -57\nEndChar\nStartChar: uni1F15\nEncoding: 7957 7957 1026\nWidth: 440\nFlags: HW\nHStem: 501 29<179 218> 502 28<205 218>\nVStem: 77 48<583 606>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -21 -56\nEndChar\nStartChar: uni1F18\nEncoding: 7960 7960 1027\nWidth: 667\nFlags: HW\nHStem: 0 31<320 368> 174 338<428 453> 329 34<266.125 292.81> 483 26<-198 -186> 642 34<304 368>\nVStem: -92 48<564 585> 16 577<651 675> 104 162<80 328 364 596> 104 350<329 363>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 -388 -78\nEndChar\nStartChar: uni1F19\nEncoding: 7961 7961 1028\nWidth: 667\nFlags: HW\nHStem: 0 31<320 368> 174 338<428 453> 329 34<266.125 292.81> 468 26<-56 -44> 642 34<304 368>\nVStem: -198 47<550 570> 16 577<651 675> 104 162<80 328 364 596> 104 350<329 363>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -359 -92\nEndChar\nStartChar: uni1F1A\nEncoding: 7962 7962 1029\nWidth: 667\nFlags: HW\nHStem: 0 31<320 368> 174 338<428 453> 329 34<266.125 292.81> 473 28<-326 -303> 642 34<304 368>\nVStem: -233 48<554 577> 16 577<651 675> 104 162<80 328 364 596> 104 350<329 363>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -420 -85\nEndChar\nStartChar: uni1F1B\nEncoding: 7963 7963 1030\nWidth: 667\nFlags: HW\nHStem: 0 31<320 368> 174 338<428 453> 329 34<266.125 292.81> 472 29<-234 -196> 473 28<-208 -196> 642 34<304 368>\nVStem: -336 47<554 577> 16 577<651 675> 104 162<80 328 364 596> 104 350<329 363>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -423 -85\nEndChar\nStartChar: uni1F1C\nEncoding: 7964 7964 1031\nWidth: 667\nFlags: HW\nHStem: 0 31<320 368> 174 338<428 453> 329 34<266.125 292.81> 473 28<-326 -304> 642 34<304 368>\nVStem: -233 48<554 577> 16 577<651 675> 104 162<80 328 364 596> 104 350<329 363>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -429 -86\nEndChar\nStartChar: uni1F1D\nEncoding: 7965 7965 1032\nWidth: 667\nFlags: HW\nHStem: 0 31<320 368> 174 338<428 453> 329 34<266.125 292.81> 472 29<-235 -196> 473 28<-209 -196> 642 34<304 368>\nVStem: -337 48<554 577> 16 577<651 675> 104 162<80 328 364 596> 104 350<329 363>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -435 -85\nEndChar\nStartChar: uni1F20\nEncoding: 7968 7968 1033\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137> 537 26<201.5 213.5>\nVStem: 96 154<1 281> 307.5 48<618 639> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 11.5 -24\nEndChar\nStartChar: uni1F21\nEncoding: 7969 7969 1034\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137> 504 26<324 336>\nVStem: 96 154<1 281> 182 47<586 606> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 21 -56\nEndChar\nStartChar: uni1F22\nEncoding: 7970 7970 1035\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137> 502 28<123 146>\nVStem: 96 154<1 281> 216 48<583 606> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 29 -56\nEndChar\nStartChar: uni1F23\nEncoding: 7971 7971 1036\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137> 501 29<215 253> 502 28<241 253>\nVStem: 96 154<1 281> 113 47<583 606> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 26 -56\nEndChar\nStartChar: uni1F24\nEncoding: 7972 7972 1037\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137> 502 28<123.5 145.5>\nVStem: 96 154<1 281> 216.5 48<583 606> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 20.5 -57\nEndChar\nStartChar: uni1F25\nEncoding: 7973 7973 1038\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137> 501 29<214.5 253.5> 502 28<240.5 253.5>\nVStem: 96 154<1 281> 112.5 48<583 606> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 14.5 -56\nEndChar\nStartChar: uni1F26\nEncoding: 7974 7974 1039\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137> 501 29<195.5 229.5> 599 86<225.5 250.5> 604 81<249.5 265.5> 715 76<329.5 355.5> 764 76<175.5 205.5>\nVStem: 96 154<1 281> 297.5 47<573 592> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 18.5 -57\nEndChar\nStartChar: uni1F27\nEncoding: 7975 7975 1040\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137> 599 86<270.5 295.5> 715 76<329.5 355.5> 764 76<175.5 205.5>\nVStem: 96 154<1 281> 176.5 47<573 592> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 17.5 -56\nEndChar\nStartChar: uni1F28\nEncoding: 7976 7976 1041\nWidth: 778\nFlags: HW\nHStem: 483 26<-193 -181>\nVStem: -87 48<564 585>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 -383 -78\nEndChar\nStartChar: uni1F29\nEncoding: 7977 7977 1042\nWidth: 778\nFlags: HW\nHStem: 468 26<-51 -39>\nVStem: -193 47<550 570>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -354 -92\nEndChar\nStartChar: uni1F2A\nEncoding: 7978 7978 1043\nWidth: 778\nFlags: HW\nHStem: 473 28<-321 -298>\nVStem: -228 48<554 577>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -415 -85\nEndChar\nStartChar: uni1F2B\nEncoding: 7979 7979 1044\nWidth: 778\nFlags: HW\nHStem: 472 29<-229 -191> 473 28<-203 -191>\nVStem: -331 47<554 577>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -418 -85\nEndChar\nStartChar: uni1F2C\nEncoding: 7980 7980 1045\nWidth: 778\nFlags: HW\nHStem: 473 28<-321 -299>\nVStem: -228 48<554 577>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -424 -86\nEndChar\nStartChar: uni1F2D\nEncoding: 7981 7981 1046\nWidth: 778\nFlags: HW\nHStem: 472 29<-230 -191> 473 28<-204 -191>\nVStem: -332 48<554 577>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -430 -85\nEndChar\nStartChar: uni1F2E\nEncoding: 7982 7982 1047\nWidth: 778\nFlags: HW\nHStem: 337 29<-273 -239> 435 86<-243 -218> 440 81<-219 -203> 551 76<-139 -113> 600 76<-293 -263>\nVStem: -171 47<409 428>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -450 -221\nEndChar\nStartChar: uni1F2F\nEncoding: 7983 7983 1048\nWidth: 778\nFlags: HW\nHStem: 435 86<-198 -173> 551 76<-139 -113> 600 76<-293 -263>\nVStem: -292 47<409 428>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -451 -220\nEndChar\nStartChar: uni1F30\nEncoding: 7984 7984 1049\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 536 26<75.5 87.5>\nVStem: 65 155<99 460> 181.5 48<617 638> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 -114.5 -25\nEndChar\nStartChar: uni1F31\nEncoding: 7985 7985 1050\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 504 26<246.5 258.5>\nVStem: 65 155<99 460> 104.5 47<586 606> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -56.5 -56\nEndChar\nStartChar: uni1F32\nEncoding: 7986 7986 1051\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 502 28<45.5 68.5>\nVStem: 65 155<99 460> 138.5 48<583 606> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -48.5 -56\nEndChar\nStartChar: uni1F33\nEncoding: 7987 7987 1052\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 501 29<137.5 175.5> 502 28<163.5 175.5>\nVStem: 35.5 47<583 606> 65 155<99 460> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 -109.5 -58\nEndChar\nStartChar: uni1F34\nEncoding: 7988 7988 1053\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 502 28<46 68>\nVStem: 65 155<99 460> 139 48<583 606> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -57 -57\nEndChar\nStartChar: uni1F35\nEncoding: 7989 7989 1054\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 501 29<137 176> 502 28<163 176>\nVStem: 35 48<583 606> 65 155<99 460> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -63 -56\nEndChar\nStartChar: uni1F36\nEncoding: 7990 7990 1055\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 501 29<118 152> 599 86<148 173> 604 81<172 188> 715 76<252 278> 764 76<98 128>\nVStem: 65 155<99 460> 220 47<573 592> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -59 -57\nEndChar\nStartChar: uni1F37\nEncoding: 7991 7991 1056\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 599 86<193 218> 715 76<252 278> 764 76<98 128>\nVStem: 65 155<99 460> 99 47<573 592> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -60 -56\nEndChar\nStartChar: uni1F38\nEncoding: 7992 7992 1057\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 483 26<-194 -182> 656 20<20 370>\nVStem: -88 48<564 585> 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 -384 -78\nEndChar\nStartChar: uni1F39\nEncoding: 7993 7993 1058\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 468 26<-52 -40> 656 20<20 370>\nVStem: -194 47<550 570> 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -355 -92\nEndChar\nStartChar: uni1F3A\nEncoding: 7994 7994 1059\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 473 28<-322 -299> 656 20<20 370>\nVStem: -229 48<554 577> 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -416 -85\nEndChar\nStartChar: uni1F3B\nEncoding: 7995 7995 1060\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 472 29<-230 -192> 473 28<-204 -192> 656 20<20 370>\nVStem: -332 47<554 577> 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -419 -85\nEndChar\nStartChar: uni1F3C\nEncoding: 7996 7996 1061\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 473 28<-322 -300> 656 20<20 370>\nVStem: -229 48<554 577> 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -425 -86\nEndChar\nStartChar: uni1F3D\nEncoding: 7997 7997 1062\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 472 29<-231 -192> 473 28<-205 -192> 656 20<20 370>\nVStem: -333 48<554 577> 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -431 -85\nEndChar\nStartChar: uni1F3E\nEncoding: 7998 7998 1063\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 337 29<-274 -240> 435 86<-244 -219> 440 81<-220 -204> 551 76<-140 -114> 600 76<-294 -264> 656 20<20 370>\nVStem: -172 47<409 428> 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -451 -221\nEndChar\nStartChar: uni1F3F\nEncoding: 7999 7999 1064\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 435 86<-199 -174> 551 76<-140 -114> 600 76<-294 -264> 656 20<20 370>\nVStem: -293 47<409 428> 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -452 -220\nEndChar\nStartChar: uni1F40\nEncoding: 8000 8000 1065\nWidth: 550\nFlags: HW\nHStem: 537 26<208 220>\nVStem: 314 48<618 639>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 18 -24\nEndChar\nStartChar: uni1F41\nEncoding: 8001 8001 1066\nWidth: 550\nFlags: HW\nHStem: 504 26<330.5 342.5>\nVStem: 188.5 47<586 606>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 27.5 -56\nEndChar\nStartChar: uni1F42\nEncoding: 8002 8002 1067\nWidth: 550\nFlags: HW\nHStem: 502 28<129.5 152.5>\nVStem: 222.5 48<583 606>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 35.5 -56\nEndChar\nStartChar: uni1F43\nEncoding: 8003 8003 1068\nWidth: 550\nFlags: HW\nHStem: 501 29<221.5 259.5> 502 28<247.5 259.5>\nVStem: 119.5 47<583 606>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 32.5 -56\nEndChar\nStartChar: uni1F44\nEncoding: 8004 8004 1069\nWidth: 550\nFlags: HW\nHStem: 502 28<130 152>\nVStem: 223 48<583 606>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 27 -57\nEndChar\nStartChar: uni1F45\nEncoding: 8005 8005 1070\nWidth: 550\nFlags: HW\nHStem: 501 29<221 260> 502 28<247 260>\nVStem: 119 48<583 606>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 21 -56\nEndChar\nStartChar: uni1F48\nEncoding: 8008 8008 1071\nWidth: 778\nFlags: HW\nHStem: -19 33<371 403> 480 26<-155 -143> 658 33<371.104 403>\nVStem: -49 48<561 582> 35 177<317 365> 566 177<317 365>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 -345 -81\nEndChar\nStartChar: uni1F49\nEncoding: 8009 8009 1072\nWidth: 778\nFlags: HW\nHStem: -19 33<371 403> 468 26<-37 -25> 658 33<371.104 403>\nVStem: -179 47<550 570> 35 177<317 365> 566 177<317 365>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -340 -92\nEndChar\nStartChar: uni1F4A\nEncoding: 8010 8010 1073\nWidth: 778\nFlags: HW\nHStem: -19 33<371 403> 473 28<-307 -284> 658 33<371.104 403>\nVStem: -214 48<554 577> 35 177<317 365> 566 177<317 365>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -401 -85\nEndChar\nStartChar: uni1F4B\nEncoding: 8011 8011 1074\nWidth: 778\nFlags: HW\nHStem: -19 33<371 403> 472 29<-215 -177> 473 28<-189 -177> 658 33<371.104 403>\nVStem: -317 47<554 577> 35 177<317 365> 566 177<317 365>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -404 -85\nEndChar\nStartChar: uni1F4C\nEncoding: 8012 8012 1075\nWidth: 778\nFlags: HW\nHStem: -19 33<371 403> 473 28<-307 -285> 658 33<371.104 403>\nVStem: -214 48<554 577> 35 177<317 365> 566 177<317 365>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -410 -86\nEndChar\nStartChar: uni1F4D\nEncoding: 8013 8013 1076\nWidth: 778\nFlags: HW\nHStem: -19 33<371 403> 472 29<-216 -177> 473 28<-190 -177> 658 33<371.104 403>\nVStem: -318 48<554 577> 35 177<317 365> 566 177<317 365>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -416 -85\nEndChar\nStartChar: uni1F50\nEncoding: 8016 8016 1077\nWidth: 550\nFlags: HW\nHStem: 537 26<204.5 216.5>\nVStem: 310.5 48<618 639>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 14.5 -24\nEndChar\nStartChar: uni1F51\nEncoding: 8017 8017 1078\nWidth: 550\nFlags: HW\nHStem: 504 26<304 316>\nVStem: 162 47<586 606>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 1.00031 -56\nEndChar\nStartChar: uni1F52\nEncoding: 8018 8018 1079\nWidth: 550\nFlags: HW\nHStem: 502 28<103 126>\nVStem: 196 48<583 606>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 9.00031 -56\nEndChar\nStartChar: uni1F53\nEncoding: 8019 8019 1080\nWidth: 550\nFlags: HW\nHStem: 501 29<195 233> 502 28<221 233>\nVStem: 93.0003 47<583 606>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 6.00031 -56\nEndChar\nStartChar: uni1F54\nEncoding: 8020 8020 1081\nWidth: 550\nFlags: HW\nHStem: 502 28<103.5 125.5>\nVStem: 196.5 48<583 606>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 0.500305 -57\nEndChar\nStartChar: uni1F55\nEncoding: 8021 8021 1082\nWidth: 550\nFlags: HW\nHStem: 501 29<194.5 233.5> 502 28<220.5 233.5>\nVStem: 92.5003 48<583 606>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -5.49969 -56\nEndChar\nStartChar: uni1F56\nEncoding: 8022 8022 1083\nWidth: 550\nFlags: HW\nHStem: 501 29<175.5 209.5> 599 86<205.5 230.5> 604 81<229.5 245.5> 715 76<309.5 335.5> 764 76<155.5 185.5>\nVStem: 277.5 47<573 592>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -1.49969 -57\nEndChar\nStartChar: uni1F57\nEncoding: 8023 8023 1084\nWidth: 550\nFlags: HW\nHStem: 599 86<250.5 275.5> 715 76<309.5 335.5> 764 76<155.5 185.5>\nVStem: 156.5 47<573 592>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -2.49969 -56\nEndChar\nStartChar: uni1F59\nEncoding: 8025 8025 1085\nWidth: 722\nFlags: HW\nHStem: 0 18<197.063 223.457 516 540> 486 26<-32 -20> 519 119<84.0313 95.2177> 644 32<100 116 612 631>\nVStem: -174 47<568 588> 20 128<576 592> 287 164<67.6002 368> 591 128<576 592>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 -335 -74\nEndChar\nStartChar: uni1F5B\nEncoding: 8027 8027 1086\nWidth: 722\nFlags: HW\nHStem: 0 18<197.063 223.457 516 540> 484 29<-210 -172> 485 28<-184 -172> 519 119<84.0313 95.2177> 644 32<100 116 612 631>\nVStem: -312 47<566 589> 20 128<576 592> 287 164<67.6002 368> 591 128<576 592>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 -399 -73\nEndChar\nStartChar: uni1F5D\nEncoding: 8029 8029 1087\nWidth: 722\nFlags: HW\nHStem: 0 18<197.063 223.457 516 540> 478 29<-211 -172> 479 28<-185 -172> 519 119<84.0313 95.2177> 644 32<100 116 612 631>\nVStem: -313 48<560 583> 20 128<576 592> 287 164<67.6002 368> 591 128<576 592>\nRef: 933 933 S 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -411 -79\nEndChar\nStartChar: uni1F5F\nEncoding: 8031 8031 1088\nWidth: 722\nFlags: HW\nHStem: 0 18<197.063 223.457 516 540> 448 86<-179 -154> 519 119<84.0313 95.2177> 564 76<-120 -94> 613 76<-274 -244> 644 32<100 116 612 631>\nVStem: -273 47<422 441> 20 128<576 592> 287 164<67.6002 368> 591 128<576 592>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 -432 -207\nEndChar\nStartChar: uni1F60\nEncoding: 8032 8032 1085\nWidth: 715\nFlags: HW\nHStem: 537 26<290 302>\nVStem: 396 48<618 639>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 100 -24\nEndChar\nStartChar: uni1F61\nEncoding: 8033 8033 1086\nWidth: 715\nFlags: HW\nHStem: 504 26<412.5 424.5>\nVStem: 270.5 47<586 606>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 109.5 -56\nEndChar\nStartChar: uni1F62\nEncoding: 8034 8034 1087\nWidth: 715\nFlags: HW\nHStem: 502 28<211.5 234.5>\nVStem: 304.5 48<583 606>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 117.5 -56\nEndChar\nStartChar: uni1F63\nEncoding: 8035 8035 1088\nWidth: 715\nFlags: HW\nHStem: 501 29<303.5 341.5> 502 28<329.5 341.5>\nVStem: 201.5 47<583 606>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 114.5 -56\nEndChar\nStartChar: uni1F64\nEncoding: 8036 8036 1089\nWidth: 715\nFlags: HW\nHStem: 502 28<212 234>\nVStem: 305 48<583 606>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 109 -57\nEndChar\nStartChar: uni1F65\nEncoding: 8037 8037 1090\nWidth: 715\nFlags: HW\nHStem: 501 29<303 342> 502 28<329 342>\nVStem: 201 48<583 606>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 103 -56\nEndChar\nStartChar: uni1F66\nEncoding: 8038 8038 1091\nWidth: 715\nFlags: HW\nHStem: 501 29<284 318> 599 86<314 339> 604 81<338 354> 715 76<418 444> 764 76<264 294>\nVStem: 386 47<573 592>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 107 -57\nEndChar\nStartChar: uni1F67\nEncoding: 8039 8039 1092\nWidth: 715\nFlags: HW\nHStem: 599 86<359 384> 715 76<418 444> 764 76<264 294>\nVStem: 265 47<573 592>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 106 -56\nEndChar\nStartChar: uni1F68\nEncoding: 8040 8040 1093\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 483 26<-153 -141> 656 34<392 424>\nVStem: -47 48<564 585> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 -343 -78\nEndChar\nStartChar: uni1F69\nEncoding: 8041 8041 1094\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 468 26<-16 -4> 656 34<392 424>\nVStem: -158 47<550 570> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -319 -92\nEndChar\nStartChar: uni1F6A\nEncoding: 8042 8042 1095\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 473 28<-286 -263> 656 34<392 424>\nVStem: -193 48<554 577> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -380 -85\nEndChar\nStartChar: uni1F6B\nEncoding: 8043 8043 1096\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 472 29<-194 -156> 473 28<-168 -156> 656 34<392 424>\nVStem: -296 47<554 577> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -383 -85\nEndChar\nStartChar: uni1F6C\nEncoding: 8044 8044 1097\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 473 28<-286 -264> 656 34<392 424>\nVStem: -193 48<554 577> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -389 -86\nEndChar\nStartChar: uni1F6D\nEncoding: 8045 8045 1098\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 472 29<-195 -156> 473 28<-169 -156> 656 34<392 424>\nVStem: -297 48<554 577> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -395 -85\nEndChar\nStartChar: uni1F6E\nEncoding: 8046 8046 1099\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 337 29<-238 -204> 435 86<-208 -183> 440 81<-184 -168> 551 76<-104 -78> 600 76<-258 -228> 656 34<392 424>\nVStem: -136 47<409 428> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -415 -221\nEndChar\nStartChar: uni1F6F\nEncoding: 8047 8047 1100\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 435 86<-163 -138> 551 76<-104 -78> 600 76<-258 -228> 656 34<392 424>\nVStem: -257 47<409 428> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -416 -220\nEndChar\nStartChar: uni1F70\nEncoding: 8048 8048 1101\nWidth: 605\nFlags: HW\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 73.5 -57\nEndChar\nStartChar: uni1F71\nEncoding: 8049 8049 1102\nWidth: 605\nFlags: HW\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 59 -57\nEndChar\nStartChar: uni1F72\nEncoding: 8050 8050 1103\nWidth: 440\nFlags: HW\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -5.5 -57\nEndChar\nStartChar: uni1F73\nEncoding: 8051 8051 1104\nWidth: 440\nFlags: HW\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -20 -57\nEndChar\nStartChar: uni1F74\nEncoding: 8052 8052 1105\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137>\nVStem: 96 154<1 281> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 30 -57\nEndChar\nStartChar: uni1F75\nEncoding: 8053 8053 1106\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137>\nVStem: 96 154<1 281> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 15.5 -57\nEndChar\nStartChar: uni1F76\nEncoding: 8054 8054 1107\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193>\nVStem: 65 155<99 460> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -47.5 -57\nEndChar\nStartChar: uni1F77\nEncoding: 8055 8055 1108\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193>\nVStem: 65 155<99 460> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -62 -57\nEndChar\nStartChar: uni1F78\nEncoding: 8056 8056 1109\nWidth: 550\nFlags: HW\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 36.5 -57\nEndChar\nStartChar: uni1F79\nEncoding: 8057 8057 1110\nWidth: 550\nFlags: HW\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 22 -57\nEndChar\nStartChar: uni1F7A\nEncoding: 8058 8058 1111\nWidth: 550\nFlags: HW\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 10.0003 -57\nEndChar\nStartChar: uni1F7B\nEncoding: 8059 8059 1112\nWidth: 550\nFlags: HW\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -4.49969 -57\nEndChar\nStartChar: uni1F7C\nEncoding: 8060 8060 1113\nWidth: 715\nFlags: HW\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 118.5 -57\nEndChar\nStartChar: uni1F7D\nEncoding: 8061 8061 1114\nWidth: 715\nFlags: HW\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 104 -57\nEndChar\nStartChar: uni1F80\nEncoding: 8064 8064 1115\nWidth: 605\nFlags: HW\nHStem: -256 183<414 421> 537 26<181 193>\nVStem: 287 48<618 639> 334 87<-160 -128 -96 -80> 334 90<-99.366 -73.0313>\nRef: 7936 7936 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 204 -23\nEndChar\nStartChar: uni1F81\nEncoding: 8065 8065 1116\nWidth: 605\nFlags: HW\nHStem: -236 183<307.5 314.5> 504 26<367.5 379.5>\nVStem: 225.5 47<586 606> 227.5 87<-140 -108 -76 -60> 227.5 90<-79.366 -53.0313>\nRef: 7937 7937 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 97.5 -3\nEndChar\nStartChar: uni1F82\nEncoding: 8066 8066 1117\nWidth: 605\nFlags: HW\nHStem: -236 183<307.5 314.5> 502 28<166.5 189.5>\nVStem: 227.5 87<-140 -108 -76 -60> 227.5 90<-79.366 -53.0313> 259.5 48<583 606>\nRef: 7938 7938 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 97.5 -3\nEndChar\nStartChar: uni1F83\nEncoding: 8067 8067 1118\nWidth: 605\nFlags: HW\nHStem: -236 183<307.5 314.5> 501 29<258.5 296.5> 502 28<284.5 296.5>\nVStem: 156.5 47<583 606> 227.5 87<-140 -108 -76 -60> 227.5 90<-79.366 -53.0313>\nRef: 7939 7939 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 97.5 -3\nEndChar\nStartChar: uni1F84\nEncoding: 8068 8068 1119\nWidth: 605\nFlags: HW\nHStem: -236 183<307.5 314.5> 502 28<167 189>\nVStem: 227.5 87<-140 -108 -76 -60> 227.5 90<-79.366 -53.0313> 260 48<583 606>\nRef: 7940 7940 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 97.5 -3\nEndChar\nStartChar: uni1F85\nEncoding: 8069 8069 1120\nWidth: 605\nFlags: HW\nHStem: -236 183<307.5 314.5> 501 29<258 297> 502 28<284 297>\nVStem: 156 48<583 606> 227.5 87<-140 -108 -76 -60> 227.5 90<-79.366 -53.0313>\nRef: 7941 7941 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 97.5 -3\nEndChar\nStartChar: uni1F86\nEncoding: 8070 8070 1121\nWidth: 605\nFlags: HW\nHStem: -236 183<307.5 314.5> 501 29<239 273> 599 86<269 294> 604 81<293 309> 715 76<373 399> 764 76<219 249>\nVStem: 227.5 87<-140 -108 -76 -60> 227.5 90<-79.366 -53.0313> 341 47<573 592>\nRef: 7942 7942 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 97.5 -3\nEndChar\nStartChar: uni1F87\nEncoding: 8071 8071 1122\nWidth: 605\nFlags: HW\nHStem: -236 183<307.5 314.5> 599 86<314 339> 715 76<373 399> 764 76<219 249>\nVStem: 220 47<573 592> 227.5 87<-140 -108 -76 -60> 227.5 90<-79.366 -53.0313>\nRef: 7943 7943 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 97.5 -3\nEndChar\nStartChar: uni1F88\nEncoding: 8072 8072 1123\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 0 183<859 866> 197 39<190 383> 498 26<-26 -14> 670 20<329 357>\nVStem: 9 203<1 25> 80 48<579 600> 365 324<1 25> 779 87<96 128 160 176> 779 90<156.634 182.969>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 7944 7944 S 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 649 233\nEndChar\nStartChar: uni1F89\nEncoding: 8073 8073 1124\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 0 183<859 866> 197 39<190 383> 468 26<107 119> 670 20<329 357>\nVStem: -35 47<550 570> 9 203<1 25> 365 324<1 25> 779 87<96 128 160 176> 779 90<156.634 182.969>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 7945 7945 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 649 233\nEndChar\nStartChar: uni1F8A\nEncoding: 8074 8074 1125\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 0 183<859 866> 197 39<190 383> 473 28<-163 -140> 670 20<329 357>\nVStem: -70 48<554 577> 9 203<1 25> 365 324<1 25> 779 87<96 128 160 176> 779 90<156.634 182.969>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 7946 7946 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 649 233\nEndChar\nStartChar: uni1F8B\nEncoding: 8075 8075 1126\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 0 183<859 866> 197 39<190 383> 472 29<-71 -33> 473 28<-45 -33> 670 20<329 357>\nVStem: -173 47<554 577> 9 203<1 25> 365 324<1 25> 779 87<96 128 160 176> 779 90<156.634 182.969>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 7947 7947 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 649 233\nEndChar\nStartChar: uni1F8C\nEncoding: 8076 8076 1127\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 0 183<859 866> 197 39<190 383> 473 28<-163 -141> 670 20<329 357>\nVStem: -70 48<554 577> 9 203<1 25> 365 324<1 25> 779 87<96 128 160 176> 779 90<156.634 182.969>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 7948 7948 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 649 233\nEndChar\nStartChar: uni1F8D\nEncoding: 8077 8077 1128\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 0 183<859 866> 197 39<190 383> 472 29<-72 -33> 473 28<-46 -33> 670 20<329 357>\nVStem: -174 48<554 577> 9 203<1 25> 365 324<1 25> 779 87<96 128 160 176> 779 90<156.634 182.969>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 7949 7949 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 649 233\nEndChar\nStartChar: uni1F8E\nEncoding: 8078 8078 1129\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 0 183<859 866> 197 39<190 383> 337 29<-115 -81> 435 86<-85 -60> 440 81<-61 -45> 551 76<19 45> 600 76<-135 -105> 670 20<329 357>\nVStem: -13 47<409 428> 9 203<1 25> 365 324<1 25> 779 87<96 128 160 176> 779 90<156.634 182.969>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 7950 7950 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 649 233\nEndChar\nStartChar: uni1F8F\nEncoding: 8079 8079 1130\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 0 183<859 866> 197 39<190 383> 435 86<-40 -15> 551 76<19 45> 600 76<-135 -105> 670 20<329 357>\nVStem: -134 47<409 428> 9 203<1 25> 365 324<1 25> 779 87<96 128 160 176> 779 90<156.634 182.969>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 7951 7951 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 649 233\nEndChar\nStartChar: uni1F90\nEncoding: 8080 8080 1123\nWidth: 605\nFlags: HW\nHStem: -243 183<208 215> 0 342<240 242> 0 474<121 137> 537 26<201.5 213.5>\nVStem: 96 154<1 281> 128 87<-147 -115 -83 -67> 128 90<-86.366 -60.0313> 307.5 48<618 639> 374 155<-230 345>\nRef: 7968 7968 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -2 -10\nEndChar\nStartChar: uni1F91\nEncoding: 8081 8081 1124\nWidth: 605\nFlags: HW\nHStem: -223 183<177.333 184.333> 0 342<240 242> 0 474<121 137> 504 26<324 336>\nVStem: 96 154<1 281> 97.3333 87<-127 -95 -63 -47> 97.3333 90<-66.366 -40.0313> 182 47<586 606> 374 155<-230 345>\nRef: 7969 7969 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -32.6667 10\nEndChar\nStartChar: uni1F92\nEncoding: 8082 8082 1125\nWidth: 605\nFlags: HW\nHStem: -223 183<177.333 184.333> 0 342<240 242> 0 474<121 137> 502 28<123 146>\nVStem: 96 154<1 281> 97.3333 87<-127 -95 -63 -47> 97.3333 90<-66.366 -40.0313> 216 48<583 606> 374 155<-230 345>\nRef: 7970 7970 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -32.6667 10\nEndChar\nStartChar: uni1F93\nEncoding: 8083 8083 1126\nWidth: 605\nFlags: HW\nHStem: -223 183<177.333 184.333> 0 342<240 242> 0 474<121 137> 501 29<215 253> 502 28<241 253>\nVStem: 96 154<1 281> 97.3333 87<-127 -95 -63 -47> 97.3333 90<-66.366 -40.0313> 113 47<583 606> 374 155<-230 345>\nRef: 7971 7971 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -32.6667 10\nEndChar\nStartChar: uni1F94\nEncoding: 8084 8084 1127\nWidth: 605\nFlags: HW\nHStem: -223 183<177.333 184.333> 0 342<240 242> 0 474<121 137> 502 28<123.5 145.5>\nVStem: 96 154<1 281> 97.3333 87<-127 -95 -63 -47> 97.3333 90<-66.366 -40.0313> 216.5 48<583 606> 374 155<-230 345>\nRef: 7972 7972 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -32.6667 10\nEndChar\nStartChar: uni1F95\nEncoding: 8085 8085 1128\nWidth: 605\nFlags: HW\nHStem: -223 183<177.333 184.333> 0 342<240 242> 0 474<121 137> 501 29<214.5 253.5> 502 28<240.5 253.5>\nVStem: 96 154<1 281> 97.3333 87<-127 -95 -63 -47> 97.3333 90<-66.366 -40.0313> 112.5 48<583 606> 374 155<-230 345>\nRef: 7973 7973 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -32.6667 10\nEndChar\nStartChar: uni1F96\nEncoding: 8086 8086 1129\nWidth: 605\nFlags: HW\nHStem: -223 183<177.333 184.333> 0 342<240 242> 0 474<121 137> 501 29<195.5 229.5> 599 86<225.5 250.5> 604 81<249.5 265.5> 715 76<329.5 355.5> 764 76<175.5 205.5>\nVStem: 96 154<1 281> 97.3333 87<-127 -95 -63 -47> 97.3333 90<-66.366 -40.0313> 297.5 47<573 592> 374 155<-230 345>\nRef: 7974 7974 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -32.6667 10\nEndChar\nStartChar: uni1F97\nEncoding: 8087 8087 1130\nWidth: 605\nFlags: HW\nHStem: -223 183<177.333 184.333> 0 342<240 242> 0 474<121 137> 599 86<270.5 295.5> 715 76<329.5 355.5> 764 76<175.5 205.5>\nVStem: 96 154<1 281> 97.3333 87<-127 -95 -63 -47> 97.3333 90<-66.366 -40.0313> 176.5 47<573 592> 374 155<-230 345>\nRef: 7975 7975 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -32.6667 10\nEndChar\nStartChar: uni1F98\nEncoding: 8088 8088 1131\nWidth: 778\nFlags: HW\nHStem: 0 183<929 936> 483 26<-193 -181>\nVStem: -87 48<564 585> 849 87<96 128 160 176> 849 90<156.634 182.969>\nRef: 7976 7976 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 719 233\nEndChar\nStartChar: uni1F99\nEncoding: 8089 8089 1132\nWidth: 778\nFlags: HW\nHStem: 0 183<929 936> 468 26<-51 -39>\nVStem: -193 47<550 570> 849 87<96 128 160 176> 849 90<156.634 182.969>\nRef: 7977 7977 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 719 233\nEndChar\nStartChar: uni1F9A\nEncoding: 8090 8090 1133\nWidth: 778\nFlags: HW\nHStem: 0 183<929 936> 473 28<-321 -298>\nVStem: -228 48<554 577> 849 87<96 128 160 176> 849 90<156.634 182.969>\nRef: 7978 7978 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 719 233\nEndChar\nStartChar: uni1F9B\nEncoding: 8091 8091 1134\nWidth: 778\nFlags: HW\nHStem: 0 183<929 936> 472 29<-229 -191> 473 28<-203 -191>\nVStem: -331 47<554 577> 849 87<96 128 160 176> 849 90<156.634 182.969>\nRef: 7979 7979 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 719 233\nEndChar\nStartChar: uni1F9C\nEncoding: 8092 8092 1135\nWidth: 778\nFlags: HW\nHStem: 0 183<929 936> 473 28<-321 -299>\nVStem: -228 48<554 577> 849 87<96 128 160 176> 849 90<156.634 182.969>\nRef: 7980 7980 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 719 233\nEndChar\nStartChar: uni1F9D\nEncoding: 8093 8093 1136\nWidth: 778\nFlags: HW\nHStem: 0 183<929 936> 472 29<-230 -191> 473 28<-204 -191>\nVStem: -332 48<554 577> 849 87<96 128 160 176> 849 90<156.634 182.969>\nRef: 7981 7981 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 719 233\nEndChar\nStartChar: uni1F9E\nEncoding: 8094 8094 1137\nWidth: 778\nFlags: HW\nHStem: 0 183<929 936> 337 29<-273 -239> 435 86<-243 -218> 440 81<-219 -203> 551 76<-139 -113> 600 76<-293 -263>\nVStem: -171 47<409 428> 849 87<96 128 160 176> 849 90<156.634 182.969>\nRef: 7982 7982 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 719 233\nEndChar\nStartChar: uni1F9F\nEncoding: 8095 8095 1138\nWidth: 778\nFlags: HW\nHStem: 0 183<929 936> 435 86<-198 -173> 551 76<-139 -113> 600 76<-293 -263>\nVStem: -292 47<409 428> 849 87<96 128 160 176> 849 90<156.634 182.969>\nRef: 7983 7983 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 719 233\nEndChar\nStartChar: uni1FA0\nEncoding: 8096 8096 1131\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5> 537 26<290 302>\nVStem: 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313> 396 48<618 639>\nRef: 8032 8032 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FA1\nEncoding: 8097 8097 1132\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5> 504 26<412.5 424.5>\nVStem: 270.5 47<586 606> 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313>\nRef: 8033 8033 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FA2\nEncoding: 8098 8098 1133\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5> 502 28<211.5 234.5>\nVStem: 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313> 304.5 48<583 606>\nRef: 8034 8034 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FA3\nEncoding: 8099 8099 1134\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5> 501 29<303.5 341.5> 502 28<329.5 341.5>\nVStem: 201.5 47<583 606> 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313>\nRef: 8035 8035 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FA4\nEncoding: 8100 8100 1135\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5> 502 28<212 234>\nVStem: 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313> 305 48<583 606>\nRef: 8036 8036 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FA5\nEncoding: 8101 8101 1136\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5> 501 29<303 342> 502 28<329 342>\nVStem: 201 48<583 606> 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313>\nRef: 8037 8037 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FA6\nEncoding: 8102 8102 1137\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5> 501 29<284 318> 599 86<314 339> 604 81<338 354> 715 76<418 444> 764 76<264 294>\nVStem: 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313> 386 47<573 592>\nRef: 8038 8038 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FA7\nEncoding: 8103 8103 1138\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5> 599 86<359 384> 715 76<418 444> 764 76<264 294>\nVStem: 265 47<573 592> 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313>\nRef: 8039 8039 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FA8\nEncoding: 8104 8104 1139\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 0 183<926 933> 483 26<-153 -141> 656 34<392 424>\nVStem: -47 48<564 585> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448> 846 87<96 128 160 176> 846 90<156.634 182.969>\nRef: 8040 8040 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 716 233\nEndChar\nStartChar: uni1FA9\nEncoding: 8105 8105 1140\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 0 183<926 933> 468 26<-16 -4> 656 34<392 424>\nVStem: -158 47<550 570> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448> 846 87<96 128 160 176> 846 90<156.634 182.969>\nRef: 8041 8041 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 716 233\nEndChar\nStartChar: uni1FAA\nEncoding: 8106 8106 1141\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 0 183<926 933> 473 28<-286 -263> 656 34<392 424>\nVStem: -193 48<554 577> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448> 846 87<96 128 160 176> 846 90<156.634 182.969>\nRef: 8042 8042 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 716 233\nEndChar\nStartChar: uni1FAB\nEncoding: 8107 8107 1142\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 0 183<926 933> 472 29<-194 -156> 473 28<-168 -156> 656 34<392 424>\nVStem: -296 47<554 577> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448> 846 87<96 128 160 176> 846 90<156.634 182.969>\nRef: 8043 8043 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 716 233\nEndChar\nStartChar: uni1FAC\nEncoding: 8108 8108 1143\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 0 183<926 933> 473 28<-286 -264> 656 34<392 424>\nVStem: -193 48<554 577> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448> 846 87<96 128 160 176> 846 90<156.634 182.969>\nRef: 8044 8044 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 716 233\nEndChar\nStartChar: uni1FAD\nEncoding: 8109 8109 1144\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 0 183<926 933> 472 29<-195 -156> 473 28<-169 -156> 656 34<392 424>\nVStem: -297 48<554 577> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448> 846 87<96 128 160 176> 846 90<156.634 182.969>\nRef: 8045 8045 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 716 233\nEndChar\nStartChar: uni1FAE\nEncoding: 8110 8110 1145\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 0 183<926 933> 337 29<-238 -204> 435 86<-208 -183> 440 81<-184 -168> 551 76<-104 -78> 600 76<-258 -228> 656 34<392 424>\nVStem: -136 47<409 428> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448> 846 87<96 128 160 176> 846 90<156.634 182.969>\nRef: 8046 8046 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 716 233\nEndChar\nStartChar: uni1FAF\nEncoding: 8111 8111 1146\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 0 183<926 933> 435 86<-163 -138> 551 76<-104 -78> 600 76<-258 -228> 656 34<392 424>\nVStem: -257 47<409 428> 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448> 846 87<96 128 160 176> 846 90<156.634 182.969>\nRef: 8047 8047 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 716 233\nEndChar\nStartChar: uni1FB0\nEncoding: 8112 8112 1139\nWidth: 605\nFlags: HW\nHStem: 501 76<285.5 339.5> 644 20<161 205 205 205 420 464 464 464>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 146 -27\nEndChar\nStartChar: uni1FB1\nEncoding: 8113 8113 1140\nWidth: 605\nFlags: HW\nHStem: 501 72<147.5 477.5>\nVStem: 147.5 330<501 573>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 146.5 -64\nEndChar\nStartChar: uni1FB2\nEncoding: 8114 8114 1141\nWidth: 605\nFlags: HW\nHStem: -236 183<307.5 314.5>\nVStem: 227.5 87<-140 -108 -76 -60> 227.5 90<-79.366 -53.0313>\nRef: 8048 8048 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 97.5 -3\nEndChar\nStartChar: uni1FB3\nEncoding: 8115 8115 1142\nWidth: 605\nFlags: W\nHStem: -233 183<292 301> -13 35<252 267> -13 97<500 510> 435 39<247 265> 441 20G<401 541>\nVStem: 37 152<184 248> 214 87<-138 -104 -74 -56> 214 90<-76.366 -50.0313>\nFore\n588 133 m 1\n 583 84 570 -13 504 -13 c 0\n 449 -13 428 73 421 115 c 1\n 419 115 l 1\n 386 50 333 -13 254 -13 c 0\n 111 -13 37 102 37 235 c 0\n 37 351 124 474 248 474 c 0\n 330 474 357 412 370 342 c 1\n 372 342 l 1\n 401 461 l 1\n 541 461 l 1\n 440 153 l 1\n 451 124 471 84 507 84 c 0\n 534 84 554 109 559 133 c 1\n 588 133 l 1\n384 -152 m 1\n 384 -208 351 -233 297 -233 c 0\n 256 -233 214 -208 214 -163 c 2\n 214 -50 l 1\n 304 -50 l 1\n 304 -73 301 -95 301 -118 c 0\n 301 -135 301 -193 327 -193 c 0\n 350 -193 351 -169 355 -152 c 1\n 384 -152 l 1\n346 227 m 0\n 346 283 345 435 264 435 c 0\n 179 435 189 243 189 185 c 0\n 189 137 191 22 261 22 c 0\n 339 22 346 172 346 227 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1FB4\nEncoding: 8116 8116 1143\nWidth: 605\nFlags: HW\nHStem: -236 183<307.5 314.5>\nVStem: 227.5 87<-140 -108 -76 -60> 227.5 90<-79.366 -53.0313>\nRef: 8049 8049 S 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 204 -23\nEndChar\nStartChar: uni1FB6\nEncoding: 8118 8118 1144\nWidth: 605\nFlags: HW\nHStem: 501 125<248.5 373.5>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 55.5 -56\nEndChar\nStartChar: uni1FB7\nEncoding: 8119 8119 1145\nWidth: 605\nFlags: HW\nHStem: -236 183<307.5 314.5> 501 125<248.5 373.5>\nVStem: 227.5 87<-140 -108 -76 -60> 227.5 90<-79.366 -53.0313>\nRef: 8118 8118 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 97.5 -3\nEndChar\nStartChar: uni1FB8\nEncoding: 8120 8120 1146\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 670 20<329 357> 716 76<322 376> 859 20<197.5 241.5 241.5 241.5 456.5 500.5 500.5 500.5>\nVStem: 9 203<1 25> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 182.5 188\nEndChar\nStartChar: uni1FB9\nEncoding: 8121 8121 1147\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 670 20<329 357> 716 72<184 514>\nVStem: 9 203<1 25> 184 330<716 788> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 183 151\nEndChar\nStartChar: uni1FBA\nEncoding: 8122 8122 1148\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 670 20<329 357>\nVStem: 9 203<1 25> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -169 -86\nEndChar\nStartChar: uni1FBB\nEncoding: 8123 8123 1149\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 197 39<190 383> 670 20<329 357>\nVStem: 9 203<1 25> 365 324<1 25>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -184 -86\nEndChar\nStartChar: uni1FBC\nEncoding: 8124 8124 1150\nWidth: 722\nFlags: HW\nHStem: 0 21<9 212 365 689> 0 183<859 866> 197 39<190 383> 670 20<329 357>\nVStem: 9 203<1 25> 365 324<1 25> 779 87<96 128 160 176> 779 90<156.634 182.969>\nDStem: 283 479 357 690 384 236 580 164 329 690 283 479 107 142 189 236\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 649 233\nEndChar\nStartChar: uni1FBD\nEncoding: 8125 8125 1151\nWidth: 500\nFlags: W\nHStem: 561 26<190 202>\nVStem: 296 48<642 663>\nRef: 8127 8127 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBE\nEncoding: 8126 8126 1151\nWidth: 0\nFlags: HW\nHStem: -233 183<210 217>\nVStem: 130 87<-137 -105 -73 -57> 130 90<-76.366 -50.0313>\nRef: 890 890 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBF\nEncoding: 8127 8127 1152\nWidth: 500\nFlags: W\nHStem: 561 26<190 202>\nVStem: 296 48<642 663>\nFore\n344 663 m 0\n 344 595 288 558 225 558 c 0\n 213 558 202 560 190 561 c 1\n 190 587 l 1\n 230 587 296 588 296 643 c 0\n 296 659 290 681 270 681 c 0\n 252 681 236 672 219 672 c 0\n 191 672 170 691 170 720 c 0\n 170 755 204 769 234 769 c 0\n 299 769 344 730 344 663 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FC0\nEncoding: 8128 8128 1153\nWidth: 500\nFlags: W\nHStem: 557 125<193 318>\nFore\n438 682 m 1\n 424 621 388 557 318 557 c 0\n 261 557 209 606 164 606 c 0\n 137 606 119 583 118 557 c 1\n 76 557 l 1\n 87 619 122 682 193 682 c 0\n 250 682 303 633 344 633 c 0\n 373 633 386 658 395 682 c 1\n 438 682 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FC1\nEncoding: 8129 8129 1154\nWidth: 550\nFlags: W\nHStem: 728 76<336 358> 777 76<196 223>\nVStem: 118 127<610.065 624> 326 126<610.065 624>\nFore\n443 853 m 1\n 434 797 402 728 336 728 c 0\n 284 728 240 777 196 777 c 0\n 171 777 157 750 156 728 c 1\n 118 728 l 1\n 127 784 156 853 223 853 c 0\n 275 853 323 804 358 804 c 0\n 386 804 397 830 405 853 c 1\n 443 853 l 1\n452 621 m 0\n 452 587 423 557 389 557 c 128\n 355 557 326 587 326 621 c 128\n 326 655 355 684 389 684 c 128\n 423 684 452 655 452 621 c 0\n245 621 m 0\n 245 586 216 557 181 557 c 0\n 147 557 118 587 118 621 c 128\n 118 655 147 684 181 684 c 128\n 215 684 245 655 245 621 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni1FC2\nEncoding: 8130 8130 1155\nWidth: 605\nFlags: HW\nHStem: -454 183<264 271> 0 342<240 242> 0 474<121 137>\nVStem: 96 154<1 281> 184 87<-358 -326 -294 -278> 184 90<-297.366 -271.031> 374 155<-230 345>\nRef: 8052 8052 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 54 -221\nEndChar\nStartChar: uni1FC3\nEncoding: 8131 8131 1156\nWidth: 605\nFlags: W\nHStem: -233 183<200 217> 0 21G<96 250>\nVStem: 96 154<0 280> 130 87<-138 -104 -74 -56> 130 90<-76.366 -50.0313> 374 155<-231 344>\nFore\n529 -231 m 1\n 374 -231 l 1\n 374 327 l 2\n 374 356 374 406 334 406 c 0\n 282 406 250 321 250 278 c 2\n 250 0 l 1\n 96 0 l 1\n 96 374 l 2\n 96 390 94 411 73 411 c 0\n 49 411 39 353 38 335 c 1\n 9 335 l 1\n 9 401 59 474 130 474 c 0\n 216 474 233 415 240 342 c 1\n 242 342 l 1\n 263 419 326 474 407 474 c 0\n 476 474 529 429 529 358 c 2\n 529 -231 l 1\n300 -152 m 1\n 300 -208 267 -233 213 -233 c 0\n 172 -233 130 -208 130 -163 c 2\n 130 -50 l 1\n 220 -50 l 1\n 220 -73 217 -95 217 -118 c 0\n 217 -135 217 -193 243 -193 c 0\n 266 -193 267 -169 271 -152 c 1\n 300 -152 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FC4\nEncoding: 8132 8132 1157\nWidth: 605\nFlags: HW\nHStem: -454 183<264 271> 0 342<240 242> 0 474<121 137>\nVStem: 96 154<1 281> 184 87<-358 -326 -294 -278> 184 90<-297.366 -271.031> 374 155<-230 345>\nRef: 942 942 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 54 -221\nEndChar\nStartChar: uni1FC6\nEncoding: 8134 8134 1158\nWidth: 605\nFlags: HW\nHStem: 0 342<240 242> 0 474<121 137> 501 125<205 330>\nVStem: 96 154<1 281> 374 155<-230 345>\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 12 -56\nEndChar\nStartChar: uni1FC7\nEncoding: 8135 8135 1159\nWidth: 605\nFlags: HW\nHStem: -454 183<264 271> 0 342<240 242> 0 474<121 137> 501 125<205 330>\nVStem: 96 154<1 281> 184 87<-358 -326 -294 -278> 184 90<-297.366 -271.031> 374 155<-230 345>\nRef: 8134 8134 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 54 -221\nEndChar\nStartChar: uni1FC8\nEncoding: 8136 8136 1160\nWidth: 667\nFlags: HW\nHStem: 0 31<320 368> 174 338<428 453> 329 34<266.125 292.81> 642 34<304 368>\nVStem: 16 577<651 675> 104 162<80 328 364 596> 104 350<329 363>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -332 -86\nEndChar\nStartChar: uni1FC9\nEncoding: 8137 8137 1161\nWidth: 667\nFlags: HW\nHStem: 0 31<320 368> 174 338<428 453> 329 34<266.125 292.81> 642 34<304 368>\nVStem: 16 577<651 675> 104 162<80 328 364 596> 104 350<329 363>\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -347 -86\nEndChar\nStartChar: uni1FCA\nEncoding: 8138 8138 1162\nWidth: 778\nFlags: HW\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -327 -86\nEndChar\nStartChar: uni1FCB\nEncoding: 8139 8139 1163\nWidth: 778\nFlags: HW\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -342 -86\nEndChar\nStartChar: uni1FCC\nEncoding: 8140 8140 1164\nWidth: 778\nFlags: HW\nHStem: 0 183<929 936>\nVStem: 849 87<96 128 160 176> 849 90<156.634 182.969>\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 719 233\nEndChar\nStartChar: uni1FCD\nEncoding: 8141 8141 1165\nWidth: 500\nFlags: W\nHStem: 558 28<94 117>\nVStem: 187 48<639 662>\nFore\n396 557 m 1\n 366 557 l 1\n 346 586 258 697 258 722 c 128\n 258 747 275 761 299 761 c 0\n 340 761 350 725 359 692 c 2\n 396 557 l 1\n235 662 m 0\n 235 599 196 557 132 557 c 0\n 119 557 107 557 94 558 c 1\n 94 586 l 1\n 133 586 187 587 187 639 c 0\n 187 708 84 632 84 716 c 0\n 84 744 106 761 133 761 c 0\n 192 761 235 722 235 662 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni1FCE\nEncoding: 8142 8142 1166\nWidth: 500\nFlags: W\nHStem: 559 28<103 125>\nVStem: 196 48<640 663>\nFore\n405 723 m 0\n 405 698 317 587 297 558 c 1\n 266 558 l 1\n 304 693 l 2\n 313 726 321 762 363 762 c 0\n 387 762 405 748 405 723 c 0\n244 663 m 0\n 244 600 205 558 141 558 c 0\n 128 558 116 558 103 559 c 1\n 103 587 l 1\n 142 587 196 588 196 640 c 0\n 196 708 92 633 92 717 c 0\n 92 746 115 762 142 762 c 0\n 201 762 244 723 244 663 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni1FCF\nEncoding: 8143 8143 1167\nWidth: 500\nFlags: W\nHStem: 558 29<177 211> 656 86<207 232> 661 81<231 247> 772 76<311 337> 821 76<157 187>\nVStem: 279 47<630 649>\nFore\n431 897 m 1\n 417 835 383 772 311 772 c 0\n 255 772 203 821 157 821 c 0\n 130 821 112 798 111 772 c 1\n 70 772 l 1\n 81 835 115 897 187 897 c 0\n 246 897 297 848 337 848 c 0\n 367 848 379 872 389 897 c 1\n 431 897 l 1\n326 649 m 0\n 326 581 268 558 209 558 c 0\n 199 558 188 559 178 561 c 1\n 178 587 l 1\n 208 587 279 587 279 631 c 0\n 279 651 267 661 247 661 c 0\n 233 661 221 656 207 656 c 0\n 185 656 173 673 173 694 c 0\n 173 732 199 742 232 742 c 0\n 285 742 326 703 326 649 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni1FD0\nEncoding: 8144 8144 1168\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 501 76<164.5 218.5> 644 20<40 84 84 84 299 343 343 343>\nVStem: 65 155<99 460> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 25 -27\nEndChar\nStartChar: uni1FD1\nEncoding: 8145 8145 1169\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 501 72<26.5 356.5>\nVStem: 26.5 330<501 573> 65 155<99 460> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 25.5 -64\nEndChar\nStartChar: uni1FD2\nEncoding: 8146 8146 1170\nWidth: 330\nFlags: W\nHStem: 441 20G<65 220> 557 127<14.0654 28 296 314>\nVStem: -39 127<610 628> 65 155<98 461> 243 126<610 628> 289 29<130 148>\nFore\n369 621 m 0\n 369 587 340 557 306 557 c 128\n 272 557 243 587 243 621 c 128\n 243 655 272 684 306 684 c 128\n 340 684 369 655 369 621 c 0\n224 557 m 1\n 193 557 l 1\n 172 586 86 695 86 722 c 0\n 86 747 103 761 127 761 c 0\n 169 761 177 725 186 692 c 2\n 224 557 l 1\n88 621 m 0\n 88 587 59 557 25 557 c 0\n -10 557 -39 586 -39 621 c 0\n -39 655 -9 684 25 684 c 128\n 59 684 88 655 88 621 c 0\n318 148 m 1\n 318 55 279 -13 178 -13 c 0\n 110 -13 65 39 65 105 c 2\n 65 461 l 1\n 220 461 l 1\n 220 78 l 2\n 220 64 223 45 241 45 c 0\n 286 45 289 116 289 148 c 1\n 318 148 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni1FD3\nEncoding: 8147 8147 1171\nWidth: 330\nFlags: W\nHStem: 441 20G<65 220> 557 127<14.0654 28 296 314>\nVStem: -39 127<610 628> 65 155<98 461> 243 126<610 628> 289 29<130 148>\nFore\n369 621 m 0\n 369 587 340 557 306 557 c 128\n 272 557 243 587 243 621 c 128\n 243 655 272 684 306 684 c 128\n 340 684 369 655 369 621 c 0\n248 722 m 0\n 248 695 162 586 141 557 c 1\n 110 557 l 1\n 148 692 l 2\n 157 725 165 761 207 761 c 0\n 231 761 248 747 248 722 c 0\n88 621 m 0\n 88 587 59 557 25 557 c 0\n -10 557 -39 586 -39 621 c 0\n -39 655 -9 684 25 684 c 128\n 59 684 88 655 88 621 c 0\n318 148 m 1\n 318 55 279 -13 178 -13 c 0\n 110 -13 65 39 65 105 c 2\n 65 461 l 1\n 220 461 l 1\n 220 78 l 2\n 220 64 223 45 241 45 c 0\n 286 45 289 116 289 148 c 1\n 318 148 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni1FD6\nEncoding: 8150 8150 1172\nWidth: 330\nFlags: HW\nHStem: -13 474<161.996 193> 501 125<127.5 252.5>\nVStem: 65 155<99 460> 289 29<131 147>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 -65.5 -56\nEndChar\nStartChar: uni1FD7\nEncoding: 8151 8151 1173\nWidth: 330\nFlags: W\nHStem: 441 20G<65 220> 557 127<52 69 239 247> 728 76<206 229> 777 76<67 94>\nVStem: 0 127<610 628> 65 155<98 461> 180 127<610 628> 289 29<130 148>\nFore\n314 853 m 1\n 305 797 273 728 207 728 c 0\n 155 728 111 777 67 777 c 0\n 42 777 28 750 27 728 c 1\n -11 728 l 1\n -2 784 27 853 94 853 c 0\n 146 853 194 804 229 804 c 0\n 257 804 268 830 276 853 c 1\n 314 853 l 1\n307 621 m 0\n 307 587 278 557 244 557 c 0\n 209 557 180 586 180 621 c 0\n 180 655 210 684 244 684 c 128\n 278 684 307 655 307 621 c 0\n127 621 m 0\n 127 586 98 557 63 557 c 0\n 29 557 0 587 0 621 c 128\n 0 655 29 684 63 684 c 128\n 97 684 127 655 127 621 c 0\n318 148 m 1\n 318 55 279 -13 178 -13 c 0\n 110 -13 65 39 65 105 c 2\n 65 461 l 1\n 220 461 l 1\n 220 78 l 2\n 220 64 223 45 241 45 c 0\n 286 45 289 116 289 148 c 1\n 318 148 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni1FD8\nEncoding: 8152 8152 1174\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 656 20<20 370> 716 76<168 222> 859 20<43.5 87.5 87.5 87.5 302.5 346.5 346.5 346.5>\nVStem: 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 28.5 188\nEndChar\nStartChar: uni1FD9\nEncoding: 8153 8153 1175\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 656 20<20 370> 716 72<30 360>\nVStem: 30 330<716 788> 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 29 151\nEndChar\nStartChar: uni1FDA\nEncoding: 8154 8154 1176\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 656 20<20 370>\nVStem: 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -328 -86\nEndChar\nStartChar: uni1FDB\nEncoding: 8155 8155 1177\nWidth: 389\nFlags: HW\nHStem: 0 21<20 370> 656 20<20 370>\nVStem: 113 162<80.3534 592>\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -343 -86\nEndChar\nStartChar: uni1FDD\nEncoding: 8157 8157 1178\nWidth: 500\nFlags: W\nHStem: 557 29<189 227> 558 28<215 227>\nVStem: 87 47<639 662>\nFore\n399 557 m 1\n 369 557 l 1\n 349 586 261 697 261 722 c 128\n 261 747 278 761 302 761 c 0\n 344 761 353 725 362 692 c 2\n 399 557 l 1\n238 716 m 0\n 238 632 134 707 134 639 c 0\n 134 587 188 586 227 586 c 1\n 227 558 l 1\n 215 557 202 557 190 557 c 0\n 125 557 87 598 87 662 c 0\n 87 723 129 761 189 761 c 0\n 216 761 238 744 238 716 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni1FDE\nEncoding: 8158 8158 1179\nWidth: 500\nFlags: W\nHStem: 557 29<200 239> 558 28<226 239>\nVStem: 98 48<639 662>\nFore\n411 722 m 0\n 411 697 323 586 303 557 c 1\n 272 557 l 1\n 310 692 l 2\n 319 725 328 761 370 761 c 0\n 394 761 411 747 411 722 c 0\n250 716 m 0\n 250 632 146 708 146 639 c 0\n 146 587 200 586 239 586 c 1\n 239 558 l 1\n 226 557 214 557 201 557 c 0\n 137 557 98 599 98 662 c 0\n 98 722 141 761 200 761 c 0\n 227 761 250 745 250 716 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni1FDF\nEncoding: 8159 8159 1180\nWidth: 500\nFlags: W\nHStem: 655 86<253 278> 771 76<312 338> 820 76<158 188>\nVStem: 159 47<629 648>\nFore\n432 896 m 1\n 418 834 384 771 312 771 c 0\n 256 771 204 820 158 820 c 0\n 131 820 113 797 112 771 c 1\n 71 771 l 1\n 82 834 116 896 188 896 c 0\n 247 896 298 847 338 847 c 0\n 368 847 380 871 390 896 c 1\n 432 896 l 1\n312 693 m 0\n 312 672 300 655 278 655 c 0\n 264 655 252 660 238 660 c 0\n 218 660 206 650 206 630 c 0\n 206 586 277 586 307 586 c 1\n 307 560 l 1\n 297 558 286 557 276 557 c 0\n 217 557 159 580 159 648 c 0\n 159 702 200 741 253 741 c 0\n 286 741 312 731 312 693 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1FE0\nEncoding: 8160 8160 1181\nWidth: 550\nFlags: HW\nHStem: 501 76<222 276> 644 20<97.5003 141.5 141.5 141.5 356.5 400.5 400.5 400.5>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 82.5003 -27\nEndChar\nStartChar: uni1FE1\nEncoding: 8161 8161 1182\nWidth: 550\nFlags: HW\nHStem: 501 72<84.0003 414>\nVStem: 84.0003 330<501 573>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 83.0003 -64\nEndChar\nStartChar: uni1FE2\nEncoding: 8162 8162 1183\nWidth: 550\nFlags: W\nHStem: -13 58<263 321> 557 127<135 153 423 433>\nVStem: 8 29<343.063 358.83> 82 127<610 628> 94 153<146 212 258 324> 359 131<310 408> 363 127<610 628>\nFore\n490 621 m 0\n 490 586 461 557 426 557 c 0\n 392 557 363 587 363 621 c 128\n 363 655 392 684 426 684 c 128\n 460 684 490 655 490 621 c 0\n341 557 m 1\n 311 557 l 1\n 291 586 203 697 203 722 c 128\n 203 747 220 761 244 761 c 0\n 286 761 295 725 304 692 c 2\n 341 557 l 1\n209 621 m 0\n 209 586 180 557 145 557 c 0\n 111 557 82 587 82 621 c 128\n 82 655 111 684 145 684 c 128\n 179 684 209 655 209 621 c 0\n490 310 m 0\n 490 162 443 -13 263 -13 c 0\n 153 -13 94 60 94 166 c 2\n 94 372 l 2\n 94 386 93 417 72 417 c 0\n 44 417 37 363 37 343 c 1\n 8 343 l 1\n 8 423 47 474 130 474 c 0\n 279 474 247 281 247 183 c 0\n 247 129 248 45 321 45 c 0\n 397 45 431 114 431 181 c 0\n 431 275 359 343 359 408 c 0\n 359 438 379 474 413 474 c 0\n 491 474 490 365 490 310 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FE3\nEncoding: 8163 8163 1184\nWidth: 550\nFlags: W\nHStem: -13 58<263 321> 557 127<135 153 423 433>\nVStem: 8 29<343.063 358.83> 82 127<610 628> 94 153<146 212 258 324> 359 131<310 408> 363 127<610 628>\nFore\n490 621 m 0\n 490 587 461 557 427 557 c 0\n 392 557 363 586 363 621 c 0\n 363 655 393 684 427 684 c 128\n 461 684 490 655 490 621 c 0\n369 722 m 0\n 369 697 281 586 261 557 c 1\n 231 557 l 1\n 268 692 l 2\n 277 725 286 761 328 761 c 0\n 352 761 369 747 369 722 c 0\n209 621 m 0\n 209 587 180 557 146 557 c 0\n 111 557 82 586 82 621 c 0\n 82 655 112 684 146 684 c 128\n 180 684 209 655 209 621 c 0\n490 310 m 0\n 490 162 443 -13 263 -13 c 0\n 153 -13 94 60 94 166 c 2\n 94 372 l 2\n 94 386 93 417 72 417 c 0\n 44 417 37 363 37 343 c 1\n 8 343 l 1\n 8 423 47 474 130 474 c 0\n 279 474 247 281 247 183 c 0\n 247 129 248 45 321 45 c 0\n 397 45 431 114 431 181 c 0\n 431 275 359 343 359 408 c 0\n 359 438 379 474 413 474 c 0\n 491 474 490 365 490 310 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FE4\nEncoding: 8164 8164 1185\nWidth: 550\nFlags: HW\nHStem: -13 29<263 283> 446 28<263 277> 504 26<208.5 220.5>\nVStem: 43 134<-230 12 52 201> 314.5 48<585 606> 371 137<217 249>\nRef: 961 961 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 18.5 -57\nEndChar\nStartChar: uni1FE5\nEncoding: 8165 8165 1186\nWidth: 550\nFlags: HW\nHStem: -13 29<263 283> 446 28<263 277> 504 26<330.5 342.5>\nVStem: 43 134<-230 12 52 201> 188.5 47<586 606> 371 137<217 249>\nRef: 961 961 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 27.5 -56\nEndChar\nStartChar: uni1FE6\nEncoding: 8166 8166 1187\nWidth: 550\nFlags: HW\nHStem: 501 125<185 310>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 -7.99969 -56\nEndChar\nStartChar: uni1FE7\nEncoding: 8167 8167 1188\nWidth: 550\nFlags: W\nHStem: -13 58<263 321> 557 127<170.239 184 378.239 392> 728 76<336 358> 777 76<196 223>\nVStem: 8 29<343.063 358.83> 94 153<146 212 258 324> 118 127<610 628> 326 126<610 628> 359 131<310 408>\nFore\n443 853 m 1\n 434 797 402 728 336 728 c 0\n 284 728 240 777 196 777 c 0\n 171 777 157 750 156 728 c 1\n 118 728 l 1\n 127 784 156 853 223 853 c 0\n 275 853 323 804 358 804 c 0\n 386 804 397 830 405 853 c 1\n 443 853 l 1\n452 621 m 0\n 452 587 423 557 389 557 c 128\n 355 557 326 587 326 621 c 128\n 326 655 355 684 389 684 c 128\n 423 684 452 655 452 621 c 0\n245 621 m 0\n 245 586 216 557 181 557 c 0\n 147 557 118 587 118 621 c 128\n 118 655 147 684 181 684 c 128\n 215 684 245 655 245 621 c 0\n490 310 m 0\n 490 162 443 -13 263 -13 c 0\n 153 -13 94 60 94 166 c 2\n 94 372 l 2\n 94 386 93 417 72 417 c 0\n 44 417 37 363 37 343 c 1\n 8 343 l 1\n 8 423 47 474 130 474 c 0\n 279 474 247 281 247 183 c 0\n 247 129 248 45 321 45 c 0\n 397 45 431 114 431 181 c 0\n 431 275 359 343 359 408 c 0\n 359 438 379 474 413 474 c 0\n 491 474 490 365 490 310 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni1FE8\nEncoding: 8168 8168 1189\nWidth: 722\nFlags: HW\nHStem: 0 18<197.063 223.457 516 540> 519 119<84.0313 95.2177> 644 32<100 116 612 631> 716 76<342.5 396.5> 859 20<218 262 262 262 477 521 521 521>\nVStem: 20 128<576 592> 287 164<67.6002 368> 591 128<576 592>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 203 188\nEndChar\nStartChar: uni1FE9\nEncoding: 8169 8169 1190\nWidth: 722\nFlags: HW\nHStem: 0 18<197.063 223.457 516 540> 519 119<84.0313 95.2177> 644 32<100 116 612 631> 716 72<204.5 534.5>\nVStem: 20 128<576 592> 204.5 330<716 788> 287 164<67.6002 368> 591 128<576 592>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 203.5 151\nEndChar\nStartChar: uni1FEA\nEncoding: 8170 8170 1191\nWidth: 722\nFlags: HW\nHStem: 0 18<197.063 223.457 516 540> 519 119<84.0313 95.2177> 644 32<100 116 612 631>\nVStem: 20 128<576 592> 287 164<67.6002 368> 591 128<576 592>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -328 -86\nEndChar\nStartChar: uni1FEB\nEncoding: 8171 8171 1192\nWidth: 722\nFlags: HW\nHStem: 0 18<197.063 223.457 516 540> 519 119<84.0313 95.2177> 644 32<100 116 612 631>\nVStem: 20 128<576 592> 287 164<67.6002 368> 591 128<576 592>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -343 -86\nEndChar\nStartChar: uni1FEC\nEncoding: 8172 8172 1193\nWidth: 611\nFlags: HW\nHStem: 0 21<16 350> 303 35<262.125 304> 468 26<-56 -44> 641 35<304 320>\nVStem: -198 47<550 570> 100 162<96 303 339 576> 428 172<480 512>\nRef: 929 929 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -359 -92\nEndChar\nStartChar: uni1FED\nEncoding: 8173 8173 1194\nWidth: 550\nFlags: W\nVStem: 82 127<610.065 624> 363 127<610.065 624>\nFore\n490 621 m 0\n 490 586 461 557 426 557 c 0\n 392 557 363 587 363 621 c 128\n 363 655 392 684 426 684 c 128\n 460 684 490 655 490 621 c 0\n341 557 m 1\n 311 557 l 1\n 291 586 203 697 203 722 c 128\n 203 747 220 761 244 761 c 0\n 286 761 295 725 304 692 c 2\n 341 557 l 1\n209 621 m 0\n 209 586 180 557 145 557 c 0\n 111 557 82 587 82 621 c 128\n 82 655 111 684 145 684 c 128\n 179 684 209 655 209 621 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FEE\nEncoding: 8174 8174 1195\nWidth: 550\nFlags: W\nVStem: 82 127<610.065 624> 363 127<610.065 624>\nFore\n490 621 m 0\n 490 587 461 557 427 557 c 0\n 392 557 363 586 363 621 c 0\n 363 655 393 684 427 684 c 128\n 461 684 490 655 490 621 c 0\n369 722 m 0\n 369 697 281 586 261 557 c 1\n 231 557 l 1\n 268 692 l 2\n 277 725 286 761 328 761 c 0\n 352 761 369 747 369 722 c 0\n209 621 m 0\n 209 587 180 557 146 557 c 0\n 111 557 82 586 82 621 c 0\n 82 655 112 684 146 684 c 128\n 180 684 209 655 209 621 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FEF\nEncoding: 8175 8175 1196\nWidth: 500\nFlags: W\nFore\n308 558 m 1\n 278 558 l 1\n 258 587 170 698 170 723 c 128\n 170 748 187 762 211 762 c 0\n 253 762 262 726 271 693 c 2\n 308 558 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FF2\nEncoding: 8178 8178 1197\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5>\nVStem: 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313>\nRef: 8060 8060 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FF3\nEncoding: 8179 8179 1198\nWidth: 715\nFlags: W\nHStem: -233 183<386 400> -13 35<217 248 467 498> 440 34<196 263 248 263 451 519 451.125 465.533>\nVStem: 35 154<230 264> 313 87<-138 -104 -74 -56> 313 90<-76.366 -50.0313> 321 73<105 136> 526 154<230 264>\nFore\n680 246 m 0\n 680 130 638 -13 498 -13 c 0\n 416 -13 376 25 358 104 c 1\n 356 104 l 1\n 338 26 300 -13 217 -13 c 0\n 77 -13 35 130 35 246 c 0\n 35 387 122 474 263 474 c 1\n 263 440 l 1\n 196 441 189 369 189 318 c 2\n 189 160 l 2\n 189 121 191 22 248 22 c 0\n 310 22 321 80 321 130 c 0\n 321 196 289 257 289 323 c 0\n 289 367 312 392 357 392 c 0\n 403 392 426 369 426 323 c 0\n 426 257 394 196 394 130 c 0\n 394 80 405 22 467 22 c 0\n 524 22 526 121 526 160 c 2\n 526 318 l 2\n 526 370 519 441 451 440 c 1\n 451 474 l 1\n 593 474 680 388 680 246 c 0\n483 -152 m 1\n 483 -208 450 -233 396 -233 c 0\n 355 -233 313 -208 313 -163 c 2\n 313 -50 l 1\n 403 -50 l 1\n 403 -73 400 -95 400 -118 c 0\n 400 -135 400 -193 426 -193 c 0\n 449 -193 450 -169 454 -152 c 1\n 483 -152 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FF4\nEncoding: 8180 8180 1199\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5>\nVStem: 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313>\nRef: 974 974 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FF6\nEncoding: 8182 8182 1200\nWidth: 715\nFlags: HW\nHStem: 501 125<293.5 418.5>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 100.5 -56\nEndChar\nStartChar: uni1FF7\nEncoding: 8183 8183 1201\nWidth: 715\nFlags: HW\nHStem: -236 183<352.5 359.5> 501 125<293.5 418.5>\nVStem: 272.5 87<-140 -108 -76 -60> 272.5 90<-79.366 -53.0313>\nRef: 8182 8182 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 142.5 -3\nEndChar\nStartChar: uni1FF8\nEncoding: 8184 8184 1202\nWidth: 778\nFlags: HW\nHStem: -19 33<371 403> 658 33<371.104 403>\nVStem: 35 177<317 365> 566 177<317 365>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -313 -86\nEndChar\nStartChar: uni1FF9\nEncoding: 8185 8185 1203\nWidth: 778\nFlags: HW\nHStem: -19 33<371 403> 658 33<371.104 403>\nVStem: 35 177<317 365> 566 177<317 365>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -328 -86\nEndChar\nStartChar: uni1FFA\nEncoding: 8186 8186 1204\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 656 34<392 424>\nVStem: 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -292 -86\nEndChar\nStartChar: uni1FFB\nEncoding: 8187 8187 1205\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 656 34<392 424>\nVStem: 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -307 -86\nEndChar\nStartChar: uni1FFC\nEncoding: 8188 8188 1206\nWidth: 811\nFlags: HW\nHStem: 0 125<152 314 497 664> 0 180<66 89 722 745> 0 183<926 933> 656 34<392 424>\nVStem: 56 189<416 448> 65 284<1 125> 315 34<126 181> 462 34<126 181> 566 190<416 448> 846 87<96 128 160 176> 846 90<156.634 182.969>\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 716 233\nEndChar\nStartChar: uni1FFD\nEncoding: 8189 8189 1207\nWidth: 500\nFlags: W\nFore\n323 723 m 0\n 323 698 235 587 215 558 c 1\n 184 558 l 1\n 222 693 l 2\n 231 726 239 762 281 762 c 0\n 305 762 323 748 323 723 c 0\nEndSplineSet\nEndChar\nStartChar: uni1FFE\nEncoding: 8190 8190 1208\nWidth: 500\nFlags: W\nHStem: 560 26<303 315>\nVStem: 161 47<642 662>\nFore\n335 719 m 0\n 335 690 314 671 286 671 c 0\n 269 671 253 680 235 680 c 0\n 215 680 208 658 208 642 c 0\n 208 587 275 586 315 586 c 1\n 315 560 l 1\n 303 559 292 557 280 557 c 0\n 217 557 161 594 161 662 c 0\n 161 729 205 768 271 768 c 0\n 301 768 335 754 335 719 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni2010\nEncoding: 8208 8208 1209\nWidth: 333\nFlags: HW\nFore\n44 171 m 1\n 44 287 l 1\n 287 287 l 1\n 287 171 l 1\n 44 171 l 1\nEndSplineSet\nEndChar\nStartChar: uni2011\nEncoding: 8209 8209 1210\nWidth: 333\nFlags: HW\nFore\n44 171 m 1\n 44 287 l 1\n 287 287 l 1\n 287 171 l 1\n 44 171 l 1\nEndSplineSet\nEndChar\nStartChar: endash\nEncoding: 8211 8211 1209\nWidth: 500\nFlags: MW\nHStem: 181 90<0 500>\nVStem: 0 500<181 271>\nFore\n0 271 m 1\n 500 271 l 1\n 500 181 l 1\n 0 181 l 1\n 0 271 l 1\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 1210\nWidth: 1000\nFlags: MW\nHStem: 181 90<0 1000>\nVStem: 0 1000<181 271>\nFore\n0 271 m 1\n 1000 271 l 1\n 1000 181 l 1\n 0 181 l 1\n 0 271 l 1\nEndSplineSet\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 1211\nWidth: 333\nFlags: MW\nHStem: 356 159<151.5 158>\nVStem: 70 184<437.5 462>\nFore\n236 691 m 1\n 247 669 l 1\n 172 617 138 575 138 536 c 0\n 138 524 146 515 157 515 c 0\n 159 515 161 515 164 516 c 0\n 170 517 176 517 181 517 c 0\n 224 517 254 485 254 439 c 0\n 254 389 221 356 171 356 c 0\n 111 356 70 403 70 472 c 0\n 70 558 120 624 236 691 c 1\nEndSplineSet\nKernsSLIF: 65 -92 1 0 198 -111 1 0 193 -92 1 0 196 -92 1 0 197 -92 1 0 84 -22 1 0 86 -17 1 0 87 -19 1 0 89 -17 1 0\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 1212\nWidth: 333\nFlags: MW\nHStem: 530 161<137 155.5>\nVStem: 79 184<585 609.5>\nFore\n97 356 m 1\n 86 378 l 1\n 160 430 195 472 195 510 c 0\n 195 522 187 532 176 532 c 0\n 174 532 172 532 169 531 c 0\n 163 530 158 530 153 530 c 0\n 108 530 79 561 79 609 c 0\n 79 658 112 691 162 691 c 0\n 222 691 263 644 263 575 c 0\n 263 489 213 423 97 356 c 1\nEndSplineSet\nKernsSLIF: 65 -91 1 0 198 -110 1 0 193 -91 1 0 196 -91 1 0 197 -91 1 0 44 -34 1 0 100 -31 1 0 111 -34 1 0 46 -35 1 0 114 -26 1 0 115 -17 1 0 116 -19 1 0 118 -25 1 0 119 -23 1 0 121 -22 1 0\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 1213\nWidth: 333\nFlags: MW\nHStem: -6 161<137 154.5>\nVStem: 79 184<49 73.5>\nFore\n97 -180 m 1\n 86 -158 l 1\n 161 -106 195 -64 195 -26 c 0\n 195 -13 187 -4 176 -4 c 0\n 174 -4 172 -4 169 -5 c 0\n 163 -6 157 -6 152 -6 c 0\n 109 -6 79 26 79 72 c 0\n 79 122 112 155 162 155 c 0\n 222 155 263 108 263 39 c 0\n 263 -47 213 -113 97 -180 c 1\nEndSplineSet\nEndChar\nStartChar: quotereversed\nEncoding: 8219 8219 1214\nWidth: 333\nFlags: W\nHStem: 532 159<157 182>\nVStem: 70 184<577 609>\nFore\n236 356 m 1\n 183 386 70 451 70 577 c 0\n 70 629 99 691 172 691 c 0\n 218 691 254 661 254 609 c 0\n 254 546 208 530 180 530 c 0\n 168 530 163 532 158 532 c 0\n 145 532 138 522 138 510 c 0\n 138 454 219 397 247 378 c 1\n 236 356 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 1215\nWidth: 500\nFlags: MW\nHStem: 356 159<113.5 120 383.5 390>\nVStem: 32 184<437.5 462> 302 184<437.5 462>\nFore\n198 691 m 1\n 209 669 l 1\n 134 617 100 575 100 536 c 0\n 100 524 108 515 119 515 c 0\n 121 515 123 515 126 516 c 0\n 132 517 138 517 143 517 c 0\n 186 517 216 485 216 439 c 0\n 216 389 183 356 133 356 c 0\n 73 356 32 403 32 472 c 0\n 32 558 82 624 198 691 c 1\n468 691 m 1\n 479 669 l 1\n 404 617 370 575 370 536 c 0\n 370 524 378 515 389 515 c 0\n 391 515 393 515 396 516 c 0\n 402 517 408 517 413 517 c 0\n 456 517 486 485 486 439 c 0\n 486 389 453 356 403 356 c 0\n 343 356 302 403 302 472 c 0\n 302 558 352 624 468 691 c 1\nEndSplineSet\nKernsSLIF: 65 -59 1 0 198 -78 1 0 193 -59 1 0 196 -59 1 0 197 -59 1 0 84 9 1 0 86 15 1 0 87 13 1 0 89 15 1 0\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 1216\nWidth: 500\nFlags: MW\nHStem: 530 161<72 90.5 342 360.5>\nVStem: 14 184<585 609.5> 284 184<585 609.5>\nFore\n302 356 m 1\n 291 378 l 1\n 365 430 400 472 400 510 c 0\n 400 522 392 532 381 532 c 0\n 379 532 377 532 374 531 c 0\n 368 530 363 530 358 530 c 0\n 313 530 284 561 284 609 c 0\n 284 658 317 691 367 691 c 0\n 427 691 468 644 468 575 c 0\n 468 489 418 423 302 356 c 1\n32 356 m 1\n 21 378 l 1\n 95 430 130 472 130 510 c 0\n 130 522 122 532 111 532 c 0\n 109 532 107 532 104 531 c 0\n 98 530 93 530 88 530 c 0\n 43 530 14 561 14 609 c 0\n 14 658 47 691 97 691 c 0\n 157 691 198 644 198 575 c 0\n 198 489 148 423 32 356 c 1\nEndSplineSet\nKernsSLIF: 65 -72 1 0 198 -91 1 0 193 -72 1 0 196 -72 1 0 197 -72 1 0 84 4 1 0 86 5 1 0 87 4 1 0 89 6 1 0\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 1217\nWidth: 500\nFlags: MW\nHStem: -6 161<72 89.5 342 359.5>\nVStem: 14 184<49 73.5> 284 184<49 73.5>\nFore\n302 -180 m 1\n 291 -158 l 1\n 366 -106 400 -64 400 -26 c 0\n 400 -13 392 -4 381 -4 c 0\n 379 -4 377 -4 374 -5 c 0\n 368 -6 362 -6 357 -6 c 0\n 314 -6 284 26 284 72 c 0\n 284 122 317 155 367 155 c 0\n 427 155 468 108 468 39 c 0\n 468 -47 418 -113 302 -180 c 1\n32 -180 m 1\n 21 -158 l 1\n 96 -106 130 -64 130 -26 c 0\n 130 -13 122 -4 111 -4 c 0\n 109 -4 107 -4 104 -5 c 0\n 98 -6 92 -6 87 -6 c 0\n 44 -6 14 26 14 72 c 0\n 14 122 47 155 97 155 c 0\n 157 155 198 108 198 39 c 0\n 198 -47 148 -113 32 -180 c 1\nEndSplineSet\nKernsSLIF: 65 19 1 0 198 20 1 0 84 -59 1 0 86 -98 1 0 87 -75 1 0 89 -73 1 0\nEndChar\nStartChar: uni201F\nEncoding: 8223 8223 1218\nWidth: 500\nFlags: W\nHStem: 532 159<119 144 389 416>\nVStem: 32 184<577 609> 302 184<577 609>\nFore\n198 356 m 1\n 145 386 32 451 32 577 c 0\n 32 629 61 691 134 691 c 0\n 180 691 216 661 216 609 c 0\n 216 546 170 530 142 530 c 0\n 130 530 125 532 120 532 c 0\n 107 532 100 522 100 510 c 0\n 100 454 181 397 209 378 c 1\n 198 356 l 1\n468 356 m 1\n 415 386 302 451 302 577 c 0\n 302 629 331 691 404 691 c 0\n 450 691 486 661 486 609 c 0\n 486 546 440 530 412 530 c 0\n 400 530 395 532 390 532 c 0\n 377 532 370 522 370 510 c 0\n 370 454 451 397 479 378 c 1\n 468 356 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: dagger\nEncoding: 8224 8224 1219\nWidth: 500\nFlags: W\nHStem: 403 107<82.5 105.5>\nVStem: 47 406<441 472.5> 184 133 194 113<628 649.5> 235 31\nFore\n261 -134 m 1\n 240 -134 l 1\n 235 10 l 1\n 233 91 215 188 189 253 c 0\n 186 260 184 266 184 270 c 128\n 184 274 189 283 197 294 c 0\n 229 338 235 363 238 446 c 1\n 196 442 186 439 149 419 c 0\n 124 406 114 403 97 403 c 0\n 67 403 47 425 47 457 c 0\n 47 491 66 510 99 510 c 0\n 114 510 127 506 152 492 c 0\n 190 473 202 470 238 466 c 1\n 236 530 232 546 209 587 c 0\n 197 608 194 616 194 631 c 0\n 194 668 216 691 251 691 c 128\n 286 691 307 671 307 636 c 0\n 307 620 303 608 289 580 c 0\n 265 533 261 519 261 466 c 1\n 296 471 310 476 350 494 c 0\n 376 506 388 510 402 510 c 0\n 433 510 453 489 453 456 c 0\n 453 424 434 404 403 404 c 0\n 387 404 373 408 347 422 c 1\n 307 441 299 444 261 446 c 1\n 259 385 279 319 312 277 c 0\n 316 273 318 270 318 268 c 0\n 318 267 318 265 317 263 c 0\n 290 204 268 93 266 10 c 1\n 261 -134 l 1\nEndSplineSet\nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 1220\nWidth: 500\nFlags: W\nHStem: 53 99<80 101> 406 99<80.5 102> 465 21<221 239 239 239>\nVStem: 45 411<88 116.5 441 470> 197 109<-92.5 -70.5 630 651.5> 239 24\nFore\n221 465 m 2\n 239 465 l 1\n 238 518 234 534 212 585 c 0\n 200 611 197 623 197 637 c 0\n 197 669 219 691 250 691 c 0\n 282 691 306 667 306 636 c 0\n 306 622 302 609 290 581 c 0\n 267 529 263 511 262 464 c 1\n 299 468 311 471 354 490 c 0\n 379 501 393 505 406 505 c 0\n 436 505 456 486 456 456 c 128\n 456 426 437 407 406 407 c 0\n 391 407 380 411 355 423 c 0\n 313 442 300 445 262 446 c 1\n 262 388 280 329 309 291 c 1\n 314 286 316 282 316 279 c 0\n 316 277 314 273 309 267 c 0\n 277 220 263 174 262 111 c 1\n 296 111 309 114 350 133 c 0\n 378 146 391 150 408 150 c 0\n 438 150 456 132 456 101 c 0\n 456 72 436 53 405 53 c 0\n 393 53 379 57 354 69 c 0\n 312 87 299 90 262 94 c 1\n 263 47 267 29 290 -22 c 0\n 302 -50 306 -63 306 -77 c 0\n 306 -108 282 -132 250 -132 c 128\n 218 -132 197 -110 197 -78 c 0\n 197 -63 200 -52 213 -25 c 0\n 234 24 238 39 239 93 c 1\n 221 93 l 2\n 206 93 184 86 156 72 c 0\n 127 58 110 53 95 53 c 0\n 65 53 45 73 45 103 c 0\n 45 131 66 152 94 152 c 0\n 108 152 124 147 151 135 c 0\n 194 115 204 113 239 111 c 1\n 237 174 225 211 184 279 c 1\n 226 347 237 381 239 446 c 1\n 200 444 190 442 148 423 c 0\n 122 410 109 406 95 406 c 0\n 66 406 45 427 45 455 c 0\n 45 485 65 505 94 505 c 0\n 110 505 127 499 156 486 c 0\n 189 471 200 467 221 465 c 2\nEndSplineSet\nEndChar\nStartChar: bullet\nEncoding: 8226 8226 1221\nWidth: 350\nFlags: MW\nHStem: 198 280<137.5 214.5>\nVStem: 35 280<299.5 376.5>\nFore\n176 478 m 0\n 253 478 315 416 315 337 c 0\n 315 260 254 198 176 198 c 0\n 97 198 35 260 35 339 c 0\n 35 415 99 478 176 478 c 0\nEndSplineSet\nEndChar\nStartChar: uni2023\nEncoding: 8227 8227 1222\nWidth: 560\nFlags: W\nFore\n76 101 m 1\n 76 575 l 1\n 498 338 l 1\n 76 101 l 1\nEndSplineSet\nEndChar\nStartChar: onedotenleader\nEncoding: 8228 8228 1223\nWidth: 250\nFlags: H\nRef: 46 46 N 1 0 0 1 0 0\nEndChar\nStartChar: twodotenleader\nEncoding: 8229 8229 1224\nWidth: 500\nFlags: H\nRef: 46 46 N 1 0 0 1 250 0\nRef: 46 46 N 1 0 0 1 0 0\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 1223\nWidth: 1000\nFlags: MW\nHStem: -13 169<143 189 476 522 809 855>\nVStem: 82 169<48 93.5> 415 169<48 93.5> 748 169<48 93.5>\nFore\n166 156 m 0\n 213 156 251 117 251 70 c 0\n 251 24 213 -13 165 -13 c 0\n 118 -13 82 24 82 72 c 0\n 82 117 120 156 166 156 c 0\n499 156 m 0\n 546 156 584 117 584 70 c 0\n 584 24 546 -13 498 -13 c 0\n 451 -13 415 24 415 72 c 0\n 415 117 453 156 499 156 c 0\n832 156 m 0\n 879 156 917 117 917 70 c 0\n 917 24 879 -13 831 -13 c 0\n 784 -13 748 24 748 72 c 0\n 748 117 786 156 832 156 c 0\nEndSplineSet\nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 1224\nWidth: 1000\nFlags: W\nHStem: -18 28<465.5 480.5 827 842> 300 33<539.5 562.5 900.5 924> 322 30<136.5 150.5> 584 31<350.5 381> 634 40<206 208.5>\nVStem: 7 96<420.5 464.5> 278 26<519.5 560> 334 98<81 104> 609 25<193.5 242> 696 98<78.5 103.5> 970 25<194 242>\nFore\n572 706 m 1\n 134 -29 l 1\n 86 -29 l 1\n 474 626 l 1\n 435 596 401 584 361 584 c 0\n 340 584 326 587 301 597 c 1\n 303 577 304 566 304 554 c 0\n 304 485 275 407 234 366 c 0\n 206 338 169 322 132 322 c 0\n 59 322 7 380 7 461 c 0\n 7 574 99 674 204 674 c 0\n 230 674 249 666 275 645 c 0\n 303 622 322 615 358 615 c 0\n 424 615 473 642 524 706 c 1\n 572 706 l 1\n206 634 m 0\n 165 637 103 508 103 421 c 0\n 103 376 120 352 153 352 c 0\n 217 352 278 453 278 560 c 0\n 278 594 272 604 246 614 c 0\n 239 617 236 618 225 625 c 0\n 215 632 211 634 206 634 c 0\n892 333 m 0\n 956 333 995 288 995 213 c 0\n 995 143 967 70 923 24 c 0\n 897 -3 861 -18 823 -18 c 0\n 746 -18 696 36 696 121 c 0\n 696 235 786 333 892 333 c 0\n911 300 m 0\n 890 300 871 286 852 258 c 0\n 821 212 794 129 794 78 c 0\n 794 33 811 10 843 10 c 0\n 872 10 897 26 920 59 c 0\n 949 101 970 169 970 219 c 0\n 970 265 945 300 911 300 c 0\n530 333 m 0\n 595 333 634 288 634 214 c 0\n 634 144 606 71 561 24 c 0\n 535 -3 500 -18 461 -18 c 0\n 384 -18 334 38 334 124 c 0\n 334 233 427 333 530 333 c 0\n550 300 m 0\n 529 300 510 286 490 257 c 0\n 459 211 432 129 432 79 c 0\n 432 33 449 10 482 10 c 0\n 511 10 536 26 559 59 c 0\n 588 101 609 168 609 219 c 0\n 609 265 584 300 550 300 c 0\nEndSplineSet\nEndChar\nStartChar: uni2031\nEncoding: 8241 8241 1225\nWidth: 1820\nFlags: W\nHStem: -14 46<667 705 1077 1115 1487 1525> 294 46<251 288> 321 51<755 790 1165 1200 1575 1610> 585 38<508 524> 631 47<341 371>\nVStem: 124 114<393 424> 432 33.5591<550.667 568 568.031 580.234> 535 117<92 119> 844 33<242 258> 945 117<92 119> 1254 33<242 258> 1355 117<92 119> 1664 33<242 258>\nDStem: 625 608 728 692 279 -8 334 -8\nFore\n652 92 m 0\n 652 72 652 32 705 32 c 0\n 775 32 844 171 844 246 c 0\n 844 263 840 321 790 321 c 0\n 712 321 652 130 652 92 c 0\n535 119 m 0\n 535 257 657 372 755 372 c 0\n 843 372 877 320 877 250 c 0\n 877 166 813 -14 667 -14 c 0\n 585 -14 535 48 535 119 c 0\n728 692 m 1\n 334 -8 l 1\n 279 -8 l 1\n 625 608 l 1\n 623 610 l 1\n 593 596 544 585 510 585 c 0\n 494 585 483 587 465 590 c 1\n 473 483 404 294 251 294 c 0\n 184 294 124 346 124 424 c 0\n 124 599 275 678 341 678 c 0\n 388 678 405 665 425 651 c 0\n 444 638 466 623 521 623 c 0\n 607 623 667 670 672 677 c 128\n 677 684 683 692 690 692 c 2\n 728 692 l 1\n238 393 m 0\n 238 361 256 340 288 340 c 0\n 368 340 432 494 432 568 c 0\n 432 598 416 608 403 613 c 128\n 390 618 380 631 371 631 c 0\n 312 631 238 452 238 393 c 0\n1062 92 m 0\n 1062 72 1062 32 1115 32 c 0\n 1185 32 1254 171 1254 246 c 0\n 1254 263 1250 321 1200 321 c 0\n 1122 321 1062 130 1062 92 c 0\n945 119 m 0\n 945 257 1067 372 1165 372 c 0\n 1253 372 1287 320 1287 250 c 0\n 1287 166 1223 -14 1077 -14 c 0\n 995 -14 945 48 945 119 c 0\n1472 92 m 0\n 1472 72 1472 32 1525 32 c 0\n 1595 32 1664 171 1664 246 c 0\n 1664 263 1660 321 1610 321 c 0\n 1532 321 1472 130 1472 92 c 0\n1355 119 m 0\n 1355 257 1477 372 1575 372 c 0\n 1663 372 1697 320 1697 250 c 0\n 1697 166 1633 -14 1487 -14 c 0\n 1405 -14 1355 48 1355 119 c 0\nEndSplineSet\nMinimumDistance: x41,-1 \nEndChar\nStartChar: uni2038\nEncoding: 8248 8248 1226\nWidth: 469\nFlags: W\nDStem: 189 203 235 96 8 -162 107 -162 235 96 279 203 363 -162 460 -162\nFore\n363 -162 m 1\n 235 96 l 1\n 107 -162 l 1\n 8 -162 l 1\n 189 203 l 1\n 279 203 l 1\n 460 -162 l 1\n 363 -162 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 1227\nWidth: 333\nFlags: W\nFore\n51 229 m 1\n 254 393 l 2\n 257 395 259 397 260 398 c 0\n 275 411 283 415 291 415 c 128\n 299 415 303 411 303 404 c 0\n 303 383 268 328 210 257 c 1\n 187 227 l 1\n 202 205 213 190 227 173 c 0\n 277 115 305 71 305 51 c 0\n 305 42 300 36 293 36 c 128\n 286 36 277 41 265 52 c 0\n 261 55 258 58 257 59 c 2\n 51 225 l 1\n 51 229 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 1228\nWidth: 333\nFlags: W\nFore\n79 58 m 1\n 73 53 l 2\n 57 39 50 36 42 36 c 128\n 34 36 30 40 30 47 c 0\n 30 68 65 123 123 194 c 1\n 146 224 l 1\n 131 246 119 262 106 277 c 0\n 55 337 28 380 28 400 c 0\n 28 409 33 415 39 415 c 0\n 46 415 56 410 68 399 c 0\n 72 396 75 393 76 392 c 2\n 282 226 l 1\n 282 222 l 1\n 79 58 l 1\nEndSplineSet\nKernsSLIF: 65 -54 1 0 198 -60 1 0 193 -54 1 0 196 -54 1 0 197 -54 1 0 84 -114 1 0 86 -116 1 0 87 -98 1 0 89 -120 1 0\nEndChar\nStartChar: uni203B\nEncoding: 8251 8251 1229\nWidth: 727\nFlags: W\nHStem: -55 169<348.887 365> 182 169<120 136 588.887 604> 423 169<348.887 365>\nVStem: 40 169<252.703 268> 278 169<25 41 493.559 509> 518 169<252.703 268>\nDStem: 92 473 155 538 299 266 363 330 299 266 363 202 92 59 155 -6 363 202 427 266 571 -6 636 57 571 538 636 475 363 330 427 266\nFore\n363 202 m 1\n 155 -6 l 1\n 92 59 l 1\n 299 266 l 1\n 92 473 l 1\n 155 538 l 1\n 363 330 l 1\n 571 538 l 1\n 636 475 l 1\n 427 266 l 1\n 636 57 l 1\n 571 -6 l 1\n 363 202 l 1\n40 266 m 0\n 40 311 76 351 124 351 c 0\n 171 351 209 312 209 266 c 0\n 209 218 171 182 124 182 c 0\n 76 182 40 219 40 266 c 0\n278 29 m 0\n 278 74 314 114 362 114 c 0\n 409 114 447 75 447 29 c 0\n 447 -19 409 -55 362 -55 c 0\n 314 -55 278 -18 278 29 c 0\n278 507 m 0\n 278 552 314 592 362 592 c 0\n 409 592 447 553 447 507 c 0\n 447 459 409 423 362 423 c 0\n 314 423 278 460 278 507 c 0\n518 266 m 0\n 518 311 554 351 602 351 c 0\n 649 351 687 312 687 266 c 0\n 687 218 649 182 602 182 c 0\n 554 182 518 219 518 266 c 0\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: exclamdbl\nEncoding: 8252 8252 1230\nWidth: 666\nFlags: H\nRef: 33 33 N 1 0 0 1 333 0\nRef: 33 33 N 1 0 0 1 0 0\nEndChar\nStartChar: uni203D\nEncoding: 8253 8253 1230\nWidth: 695\nFlags: W\nHStem: -13 169<330 349> 231 457.261<315 345>\nVStem: 58 130<523 536> 245 169<579 608> 252 169<67 83> 491 149<515 524>\nFore\n359 351 m 1\n 413 395 491 438 491 522 c 0\n 491 547 461 588 412 617 c 1\n 413 609 414 601 414 592 c 0\n 414 524 384 499 359 351 c 1\n257 650 m 1\n 223 646 173 634 173 608 c 0\n 173 578 188 582 188 534 c 0\n 188 498 159 469 123 469 c 128\n 87 469 58 498 58 534 c 0\n 58 579 103 689 349 689 c 0\n 396 689 640 678 640 519 c 0\n 640 455 579 407 499 374 c 0\n 424 343 378 328 360 303 c 0\n 348 287 345 264 345 231 c 1\n 315 231 l 1\n 290 490 245 508 245 592 c 0\n 245 615 249 634 257 650 c 1\n252 71 m 0\n 252 116 289 156 337 156 c 0\n 383 156 421 117 421 71 c 0\n 421 23 383 -13 337 -13 c 0\n 289 -13 252 24 252 71 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni203F\nEncoding: 8255 8255 1231\nWidth: 953\nFlags: W\nHStem: 117 113<466 514>\nFore\n50 377 m 1\n 77 377 l 1\n 133 294 177 230 482 230 c 0\n 754 230 825 280 884 377 c 1\n 912 377 l 1\n 787 145 573 117 491 117 c 0\n 199 117 75 322 50 377 c 1\nEndSplineSet\nEndChar\nStartChar: uni2040\nEncoding: 8256 8256 1232\nWidth: 953\nFlags: W\nHStem: 264 113<466 514>\nFore\n50 117 m 1\n 75 172 199 377 491 377 c 0\n 573 377 787 349 912 117 c 1\n 884 117 l 1\n 825 214 754 264 482 264 c 0\n 177 264 133 200 77 117 c 1\n 50 117 l 1\nEndSplineSet\nEndChar\nStartChar: uni2041\nEncoding: 8257 8257 1233\nWidth: 338\nFlags: W\nHStem: 671 20G<225 315>\nDStem: 167 244 212 380 254 -19 344 -19 225 691 315 691 -11 -19 212 380 225 691 167 244 -11 -19 79 -19\nFore\n167 244 m 1\n 79 -19 l 1\n -11 -19 l 1\n 225 691 l 1\n 315 691 l 1\n 212 380 l 1\n 344 -19 l 1\n 254 -19 l 1\n 167 244 l 1\nEndSplineSet\nEndChar\nStartChar: uni2042\nEncoding: 8258 8258 1234\nWidth: 931\nFlags: W\nHStem: -110 436<242 258 674 690> 255 436<461 477>\nVStem: 199 99.8533<276 279> 202 99<-62 -53 271 274> 418 99.8533<641 644> 421 99<306 312 636 639> 631 99.8533<276 279> 634 99<-62 -53 271 274>\nFore\n496 476 m 1\n 496 468 l 1\n 577 423 665 466 665 390 c 0\n 665 363 643 342 616 342 c 0\n 605 342 581 346 561 375 c 0\n 521 433 519 436 484 454 c 1\n 477 449 l 1\n 485 356 520 347 520 307 c 0\n 520 281 502 255 468 255 c 0\n 433 255 421 289 421 310 c 0\n 421 365 459 355 459 449 c 1\n 452 454 l 1\n 367 399 380 339 322 339 c 0\n 305 339 275 355 275 387 c 0\n 275 399 275 424 314 439 c 0\n 357 456 386 428 443 472 c 1\n 444 479 l 1\n 351 526 274 480 274 558 c 0\n 274 595 305 606 318 606 c 0\n 394 606 368 533 454 494 c 1\n 461 497 l 1\n 462 583 418 588 418 642 c 0\n 418 670 441 691 469 691 c 0\n 511 691 518 652 518 637 c 0\n 518 586 474 583 480 497 c 1\n 488 494 l 1\n 571 554 559 609 614 609 c 0\n 648 609 665 576 665 558 c 0\n 665 549 656 519 624 508 c 0\n 586 494 556 518 496 476 c 1\n709 111 m 1\n 709 103 l 1\n 790 58 878 101 878 25 c 0\n 878 -2 856 -23 829 -23 c 0\n 818 -23 794 -19 774 10 c 0\n 734 68 732 71 697 89 c 1\n 690 84 l 1\n 698 -9 733 -18 733 -58 c 0\n 733 -84 715 -110 681 -110 c 0\n 646 -110 634 -76 634 -55 c 0\n 634 0 672 -10 672 84 c 1\n 665 89 l 1\n 580 34 593 -26 535 -26 c 0\n 518 -26 488 -10 488 22 c 0\n 488 34 488 59 527 74 c 0\n 570 91 599 63 656 107 c 1\n 657 114 l 1\n 564 161 487 115 487 193 c 0\n 487 230 518 241 531 241 c 0\n 607 241 581 168 667 129 c 1\n 674 132 l 1\n 675 218 631 223 631 277 c 0\n 631 305 654 326 682 326 c 0\n 724 326 731 287 731 272 c 0\n 731 221 687 218 693 132 c 1\n 701 129 l 1\n 784 189 772 244 827 244 c 0\n 861 244 878 211 878 193 c 0\n 878 184 869 154 837 143 c 0\n 799 129 769 153 709 111 c 1\n277 111 m 1\n 277 103 l 1\n 358 58 446 101 446 25 c 0\n 446 -2 424 -23 397 -23 c 0\n 386 -23 362 -19 342 10 c 0\n 302 68 300 71 265 89 c 1\n 258 84 l 1\n 266 -9 301 -18 301 -58 c 0\n 301 -84 283 -110 249 -110 c 0\n 214 -110 202 -76 202 -55 c 0\n 202 0 240 -10 240 84 c 1\n 233 89 l 1\n 148 34 161 -26 103 -26 c 0\n 86 -26 56 -10 56 22 c 0\n 56 34 56 59 95 74 c 0\n 138 91 167 63 224 107 c 1\n 225 114 l 1\n 132 161 55 115 55 193 c 0\n 55 230 86 241 99 241 c 0\n 175 241 149 168 235 129 c 1\n 242 132 l 1\n 243 218 199 223 199 277 c 0\n 199 305 222 326 250 326 c 0\n 292 326 299 287 299 272 c 0\n 299 221 255 218 261 132 c 1\n 269 129 l 1\n 352 189 340 244 395 244 c 0\n 429 244 446 211 446 193 c 0\n 446 184 437 154 405 143 c 0\n 367 129 337 153 277 111 c 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: uni2043\nEncoding: 8259 8259 1235\nWidth: 333\nFlags: W\nHStem: 150 148<44 288>\nVStem: 43 246<151 297>\nFore\n289 298 m 1\n 289 150 l 1\n 43 150 l 1\n 43 298 l 1\n 289 298 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: fraction\nEncoding: 8260 8260 1236\nWidth: 167\nFlags: MW\nHStem: 668 20<273 329 329 329>\nFore\n273 688 m 1\n 329 688 l 1\n -110 -12 l 1\n -168 -12 l 1\n 273 688 l 1\nEndSplineSet\nEndChar\nStartChar: uni2045\nEncoding: 8261 8261 1237\nWidth: 332\nFlags: W\nVStem: 67 105<-47 147 369 577>\nFore\n67 391 m 2\n 67 556 l 2\n 67 678 145 698 278 698 c 1\n 278 686 l 1\n 197 671 172 632 172 562 c 2\n 172 377 l 2\n 172 311 192 280 279 261 c 1\n 192 242 172 211 172 145 c 2\n 172 -40 l 2\n 172 -109 197 -149 278 -163 c 1\n 278 -175 l 1\n 145 -175 67 -155 67 -34 c 2\n 67 131 l 2\n 67 202 84 242 181 260 c 1\n 181 262 l 1\n 84 280 67 320 67 391 c 2\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni2046\nEncoding: 8262 8262 1238\nWidth: 332\nFlags: W\nVStem: 160 105<-47 147 369 577>\nFore\n265 391 m 2\n 265 320 248 280 151 262 c 1\n 151 260 l 1\n 248 242 265 202 265 131 c 2\n 265 -34 l 2\n 265 -155 187 -175 54 -175 c 1\n 54 -163 l 1\n 135 -149 160 -109 160 -40 c 2\n 160 145 l 2\n 160 211 140 242 53 261 c 1\n 140 280 160 311 160 377 c 2\n 160 562 l 2\n 160 632 135 671 54 686 c 1\n 54 698 l 1\n 187 698 265 678 265 556 c 2\n 265 391 l 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2047\nEncoding: 8263 8263 1239\nWidth: 1000\nFlags: H\nRef: 63 63 N 1 0 0 1 500 0\nRef: 63 63 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2048\nEncoding: 8264 8264 1240\nWidth: 833\nFlags: H\nRef: 33 33 N 1 0 0 1 500 0\nRef: 63 63 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2049\nEncoding: 8265 8265 1241\nWidth: 833\nFlags: H\nRef: 63 63 N 1 0 0 1 333 0\nRef: 33 33 N 1 0 0 1 0 0\nEndChar\nStartChar: uni204B\nEncoding: 8267 8267 1239\nWidth: 540\nFlags: W\nHStem: -186 25<5 15.25 391 401> 651 25<0 11.5 177 225>\nVStem: 82 94<-106 598> 226 94<-106 265 291 650> 226 175<-185 -161> 429 90<454 502>\nFore\n226 651 m 1\n 226 -186 l 1\n 401 -186 l 1\n 401 -161 l 1\n 361 -157 326 -155 323 -134 c 0\n 319 -109 320 -95 320 -61 c 2\n 320 265 l 1\n 448 265 519 352 519 478 c 0\n 519 617 450 676 300 676 c 2\n 0 676 l 1\n 0 651 l 1\n 46 647 76 645 79 624 c 0\n 83 599 82 585 82 551 c 2\n 82 -61 l 2\n 82 -95 83 -109 79 -134 c 0\n 76 -155 46 -157 5 -161 c 1\n 5 -186 l 1\n 176 -186 l 1\n 176 651 l 1\n 226 651 l 1\n320 290 m 1\n 320 651 l 1\n 394 635 429 594 429 476 c 0\n 429 361 375 306 320 290 c 1\nEndSplineSet\nMinimumDistance: x7,-1 x16,18 y18,16 y18,17 \nEndChar\nStartChar: foursuperior\nEncoding: 8308 8308 1240\nWidth: 300\nFlags: HW\nFore\n258 428 m 5\n 299 428 l 5\n 299 362 l 5\n 258 362 l 5\n 258 275 l 5\n 164 275 l 5\n 164 362 l 5\n 3 362 l 5\n 3 429 l 5\n 45 492 78 534 167 642 c 6\n 206 688 l 5\n 258 688 l 5\n 258 428 l 5\n165 428 m 5\n 165 603 l 5\n 28 428 l 5\n 165 428 l 5\nEndSplineSet\nEndChar\nStartChar: fivesuperior\nEncoding: 8309 8309 1241\nWidth: 1000\nFlags: HW\nEndChar\nStartChar: oneinferior\nEncoding: 8321 8321 1242\nWidth: 300\nFlags: HW\nRef: 185 185 N 1 0 0 1 0 -475\nEndChar\nStartChar: twoinferior\nEncoding: 8322 8322 1243\nWidth: 300\nFlags: HW\nHStem: -200 80<99 191 191 224> 145 68<120 130>\nVStem: 184 88<80 90>\nRef: 178 178 N 1 0 0 1 0 -475\nEndChar\nStartChar: threeinferior\nEncoding: 8323 8323 1244\nWidth: 300\nFlags: HW\nVStem: 176 95<114 122.5> 222 75<-94.5 -77>\nRef: 179 179 N 1 0 0 1 0 -475\nEndChar\nStartChar: fourinferior\nEncoding: 8324 8324 1245\nWidth: 300\nFlags: HW\nRef: 8308 8308 N 1 0 0 1 0 -475\nEndChar\nStartChar: uni20A0\nEncoding: 8352 8352 1240\nWidth: 710\nFlags: W\nHStem: 0 16<247 256.5> 0 20<447 487> 115 223<519 536> 217 23<412.063 434.976> 223 31<289 304> 424 22<439 487> 430 16<247 262.5> 535 154<448 464> 670 21<279 307>\nVStem: 55 117<431 464> 247 381<430 445> 305 107<56 216 255 395> 305 232<217 223>\nFore\n305 223 m 1\n 301 223 297 223 292 223 c 0\n 139 223 55 331 55 454 c 0\n 55 588 150 691 289 691 c 0\n 349 691 399 659 416 659 c 0\n 434 659 440 673 447 689 c 1\n 465 689 l 1\n 465 535 l 1\n 448 535 l 1\n 425 592 370 670 294 670 c 0\n 198 670 172 569 172 457 c 0\n 172 417 177 354 201 312 c 0\n 229 264 281 254 301 254 c 0\n 302 254 304 254 305 254 c 1\n 305 383 l 2\n 305 426 278 428 247 430 c 1\n 247 446 l 1\n 628 446 l 1\n 628 313 l 1\n 612 313 l 1\n 597 407 550 424 461 424 c 0\n 424 424 412 421 412 393 c 2\n 412 240 l 1\n 476 239 509 256 519 338 c 1\n 537 338 l 1\n 537 115 l 1\n 519 115 l 1\n 511 197 478 217 412 217 c 1\n 412 57 l 2\n 412 28 425 20 468 20 c 0\n 533 20 600 38 641 137 c 1\n 660 137 l 1\n 634 0 l 1\n 247 0 l 1\n 247 16 l 1\n 285 20 305 22 305 63 c 2\n 305 223 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: colonmonetary\nEncoding: 8353 8353 1241\nWidth: 722\nFlags: W\nHStem: -19 48<407 433> 454 234<644 668> 658 33<401 423>\nVStem: 49 177<315 347>\nDStem: 172 58 205 34 107 -85 151 -85 247 12 285 -2 203 -85 248 -84 441 655 482 643 238 205 255 144 485 753 532 753 455 686 497 675 522 619 555 591 284 94 316 65 582 753 629 753 540 660 580 645\nFore\n238 205 m 1\n 441 655 l 1\n 432 657 422 658 411 658 c 0\n 265 658 226 505 226 336 c 0\n 226 300 228 252 238 205 c 1\n284 94 m 1\n 522 619 l 1\n 513 625 498 634 482 643 c 1\n 255 144 l 1\n 259 134 264 125 269 116 c 0\n 274 108 279 101 284 94 c 1\n316 65 m 1\n 355 36 399 29 421 29 c 0\n 499 29 574 59 657 152 c 1\n 687 127 l 1\n 614 44 536 -19 408 -19 c 0\n 364 -19 322 -13 285 -2 c 1\n 248 -84 l 1\n 243 -85 l 1\n 203 -85 l 1\n 247 12 l 1\n 233 19 219 26 205 34 c 1\n 151 -85 l 1\n 107 -85 l 1\n 172 58 l 1\n 91 123 49 223 49 332 c 0\n 49 535 193 691 403 691 c 0\n 421 691 438 689 455 686 c 1\n 485 753 l 1\n 532 753 l 1\n 497 675 l 1\n 512 670 527 665 540 660 c 1\n 582 753 l 1\n 629 753 l 1\n 580 645 l 1\n 587 643 592 642 596 642 c 0\n 623 642 632 663 642 688 c 1\n 669 688 l 1\n 669 454 l 1\n 644 454 l 1\n 627 496 599 545 555 591 c 1\n 316 65 l 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni20A2\nEncoding: 8354 8354 1242\nWidth: 783\nFlags: W\nHStem: -19 434<416 470> -18.1406 362.141<471 473> 348 77<528 591> 454 234<703 729> 658 33<432 448>\nVStem: 48 182<317 357> 301 170<393 414> 350 125<74 269>\nFore\n349 60 m 1\n 350 65 350 69 350 75 c 2\n 350 340 l 2\n 350 385 328 389 301 393 c 1\n 301 415 l 1\n 471 415 l 1\n 471 344 l 1\n 473 344 l 1\n 492 371 533 425 591 425 c 0\n 652 425 666 377 666 355 c 0\n 666 332 653 295 608 295 c 0\n 556 295 557 348 528 348 c 0\n 515 348 475 328 475 263 c 2\n 475 92 l 2\n 475 58 479 40 496 31 c 1\n 568 39 640 73 717 152 c 1\n 750 127 l 1\n 670 44 584 -19 443 -19 c 0\n 187 -19 48 145 48 332 c 0\n 48 535 206 691 438 691 c 0\n 537 691 621 642 650 642 c 0\n 680 642 689 663 700 688 c 1\n 730 688 l 1\n 730 454 l 1\n 703 454 l 1\n 664 541 572 658 446 658 c 0\n 286 658 230 505 230 336 c 0\n 230 276 249 180 290 116 c 0\n 306 91 327 73 349 60 c 1\nEndSplineSet\nMinimumDistance: x12,-1 y6,4 y6,5 \nEndChar\nStartChar: franc\nEncoding: 8355 8355 1243\nWidth: 611\nFlags: W\nHStem: 0 25<16 25.5 352.667 376> 137 412<419 443> 252 34<266.125 290.343> 406 34<266.125 290.18> 642 34<320 368> 651 25<16 31.6667>\nVStem: 16 360<1 25> 16 567<651 675> 104 162<80 251 287 405 441 596> 104 340<252 286 406 440>\nFore\n266 252 m 1\n 266 96 l 2\n 266 30 306 28 376 25 c 1\n 376 0 l 1\n 16 0 l 1\n 16 25 l 1\n 73 31 104 34 104 96 c 2\n 104 580 l 2\n 104 646 63 648 16 651 c 1\n 16 676 l 1\n 583 676 l 1\n 583 475 l 1\n 559 475 l 1\n 537 579 510 642 338 642 c 0\n 284 642 266 638 266 595 c 2\n 266 440 l 1\n 390 438 405 509 419 549 c 1\n 444 549 l 1\n 444 435 l 1\n 444 137 l 1\n 419 137 l 1\n 408 179 392 252 266 252 c 1\n266 286 m 1\n 339 285 375 309 394 346 c 1\n 374 382 338 406 266 406 c 1\n 266 286 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: lira\nEncoding: 8356 8356 1244\nWidth: 500\nFlags: W\nHStem: -14 126<341 357> -13 30<101 120> 118 45.0045<106 121> 244 64<37 138 277 379> 373 64<37 107 269 379> 654 29.3684<286 293>\nVStem: 21 32<65 70> 36 344<244 308 373 437> 105 126<487 583>\nFore\n53 66 m 0\n 53 26 90 17 107 17 c 0\n 161 17 174 60 181 86 c 1\n 164 101 145 118 106 118 c 0\n 61 118 53 80 53 66 c 0\n139 308 m 1\n 132 329 126 350 120 373 c 1\n 36 373 l 1\n 36 437 l 1\n 108 437 l 1\n 106 453 105 469 105 487 c 0\n 105 566 152 684 305 684 c 0\n 459 684 459 583 459 571 c 0\n 459 533 440 499 388 499 c 0\n 354 499 327 524 329 564 c 1\n 331 608 l 1\n 332 620 331 654 287 654 c 0\n 242 654 231 616 231 583 c 0\n 231 543 245 499 257 437 c 1\n 380 437 l 1\n 380 373 l 1\n 268 373 l 1\n 271 353 273 331 275 308 c 1\n 380 308 l 1\n 380 244 l 1\n 277 244 l 1\n 277 242 277 241 277 239 c 0\n 277 208 270 169 257 134 c 1\n 308 114 339 112 351 112 c 0\n 427 112 443 140 454 183 c 1\n 477 183 l 1\n 471 109 460 -14 345 -14 c 0\n 314 -14 280 -6 221 49 c 1\n 205 28 175 -13 104 -13 c 0\n 86 -13 21 -4 21 68 c 0\n 21 95 25 164 126 164 c 0\n 152 164 163 161 178 157 c 1\n 177 181 170 210 160 244 c 1\n 36 244 l 1\n 36 308 l 1\n 139 308 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni20A5\nEncoding: 8357 8357 1245\nWidth: 833\nFlags: W\nHStem: 0 24<246.25 256 521.333 534 576 600.5 764 814 813 813> 0 389<207 209> 437 24<16 23.25> 657 20G<516 606>\nVStem: 16 191<437 460> 16 240<1 24> 71 139<68 350> 348 139<172 319> 625 139<68 350>\nDStem: 348 172 381 0 223 -204 313 -204 516 677 606 677 439 447 525 432\nFore\n487 319 m 1\n 487 81 l 2\n 487 49 496 27 534 24 c 1\n 534 0 l 1\n 381 0 l 1\n 313 -204 l 1\n 223 -204 l 1\n 348 172 l 1\n 348 323 l 2\n 348 355 348 406 293 406 c 0\n 250 406 210 356 210 348 c 2\n 210 81 l 2\n 210 50 217 28 256 24 c 1\n 256 0 l 1\n 16 0 l 1\n 16 24 l 1\n 49 30 71 35 71 84 c 2\n 71 378 l 2\n 71 430 45 433 16 437 c 1\n 16 461 l 1\n 207 461 l 1\n 207 389 l 1\n 209 389 l 1\n 223 413 267 473 351 473 c 0\n 392 473 420 462 439 447 c 1\n 516 677 l 1\n 606 677 l 1\n 525 432 l 1\n 556 460 590 473 630 473 c 0\n 685 473 764 442 764 332 c 2\n 764 81 l 2\n 764 56 764 25 814 24 c 1\n 814 0 l 1\n 576 0 l 1\n 576 24 l 1\n 625 26 625 57 625 81 c 2\n 625 323 l 2\n 625 354 625 406 571 406 c 0\n 545 406 520 387 504 371 c 1\n 487 319 l 1\nEndSplineSet\nMinimumDistance: x29,-1 y21,19 y21,20 \nEndChar\nStartChar: uni20A6\nEncoding: 8358 8358 1246\nWidth: 722\nFlags: W\nHStem: 0 25<16 24.5714 233.75 243> 265 46<19 103 149 324 565 578 624 700> 381 46<19 103 149 230 471 578 624 700> 651 25<19.0155 28.0244 486 499.5 693 701>\nVStem: 104 44<104 264 312 380 428 523> 579 44<250 265 311 381 427 574>\nDStem: 150 524 230 676 230 427 432 427 363 265 564 265 595 -18 577 249\nFore\n148 427 m 1\n 230 427 l 1\n 150 524 l 1\n 148 524 l 1\n 148 427 l 1\n325 311 m 1\n 267 381 l 1\n 148 381 l 1\n 148 311 l 1\n 325 311 l 1\n623 311 m 1\n 701 311 l 1\n 701 265 l 1\n 623 265 l 1\n 623 -18 l 1\n 595 -18 l 1\n 363 265 l 1\n 148 265 l 1\n 148 124 l 2\n 148 52 169 33 243 25 c 1\n 243 0 l 1\n 16 0 l 1\n 16 25 l 1\n 76 32 104 39 104 105 c 2\n 104 265 l 1\n 18 265 l 1\n 18 311 l 1\n 104 311 l 1\n 104 381 l 1\n 18 381 l 1\n 18 427 l 1\n 104 427 l 1\n 104 579 l 1\n 48 648 32 651 19 651 c 1\n 19 676 l 1\n 230 676 l 1\n 432 427 l 1\n 579 427 l 1\n 579 552 l 2\n 579 612 567 645 486 651 c 1\n 486 676 l 1\n 701 676 l 1\n 701 651 l 1\n 629 642 623 619 623 571 c 2\n 623 427 l 1\n 701 427 l 1\n 701 381 l 1\n 623 381 l 1\n 623 311 l 1\n579 311 m 1\n 579 381 l 1\n 470 381 l 1\n 527 311 l 1\n 579 311 l 1\n579 265 m 1\n 564 265 l 1\n 577 249 l 1\n 579 249 l 1\n 579 265 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x13,11 y11,13 y11,12 x42,44 x42,43 x8,10 x8,9 x29,27 x29,28 x25,23 x25,24 \nEndChar\nStartChar: peseta\nEncoding: 8359 8359 1247\nWidth: 700\nFlags: W\nHStem: 0 25<342.333 350> 303 35<262.125 306.862> 459 46<17 99 263 426 600 683> 641 35<304 320> 651 25<16 26.6>\nVStem: 100 162<96 303 339 458 506 576>\nFore\n100 505 m 1\n 100 559 l 2\n 100 643 69 646 16 651 c 1\n 16 676 l 1\n 338 676 l 2\n 416 676 589 662 600 505 c 1\n 684 505 l 1\n 684 459 l 1\n 597 459 l 1\n 590 422 569 375 509 341 c 0\n 445 305 394 304 262 303 c 1\n 262 117 l 2\n 262 36 281 34 350 25 c 1\n 350 0 l 1\n 16 0 l 1\n 16 25 l 1\n 65 33 67 34 74 39 c 0\n 86 48 100 61 100 117 c 2\n 100 459 l 1\n 16 459 l 1\n 16 505 l 1\n 100 505 l 1\n262 505 m 1\n 428 505 l 1\n 424 607 388 641 310 641 c 0\n 276 641 262 628 262 606 c 2\n 262 505 l 1\n262 459 m 1\n 262 338 l 1\n 372 336 420 360 427 459 c 1\n 262 459 l 1\nEndSplineSet\nMinimumDistance: x10,-1 x0,19 x0,20 \nEndChar\nStartChar: uni20A9\nEncoding: 8361 8361 1248\nWidth: 1000\nFlags: W\nHStem: 265 46<19 184 360 395 456 567 736 762 821 980> 381 46<19 143 321 440 501 525 699 800 860 980> 651 25<301 313 387 411 684.667 699 799 816 969.333 981>\nVStem: 19 294<651 675> 387 312<651 675> 799 182<651 675>\nDStem: 396 265 437 265 377 215 328 -15 441 381 482 381 414 311 455 311 494 520 510 453 458 427 500 427 763 265 805 265 750 225 712 -15 801 381 844 381 778 311 820 311 861 565 912 587 816 427 859 427\nFore\n805 265 m 1\n 712 -15 l 1\n 685 -15 l 1\n 584 265 l 1\n 437 265 l 1\n 328 -15 l 1\n 300 -15 l 1\n 201 265 l 1\n 18 265 l 1\n 18 311 l 1\n 185 311 l 1\n 161 381 l 1\n 18 381 l 1\n 18 427 l 1\n 144 427 l 1\n 88 587 l 2\n 71 635 61 645 19 651 c 1\n 19 676 l 1\n 313 676 l 1\n 313 651 l 1\n 277 648 249 646 249 609 c 0\n 249 598 252 587 256 576 c 1\n 305 427 l 1\n 458 427 l 1\n 494 520 l 1\n 459 616 l 1\n 446 638 435 649 387 651 c 1\n 387 676 l 1\n 699 676 l 1\n 699 651 l 1\n 656 648 627 647 627 613 c 0\n 627 601 635 577 641 558 c 2\n 683 427 l 1\n 816 427 l 1\n 861 565 l 2\n 864 575 868 586 868 607 c 0\n 868 648 833 649 799 651 c 1\n 799 676 l 1\n 981 676 l 1\n 981 651 l 1\n 946 648 924 624 912 587 c 2\n 859 427 l 1\n 981 427 l 1\n 981 381 l 1\n 844 381 l 1\n 820 311 l 1\n 981 311 l 1\n 981 265 l 1\n 805 265 l 1\n455 311 m 1\n 568 311 l 1\n 543 381 l 1\n 482 381 l 1\n 455 311 l 1\n500 427 m 1\n 526 427 l 1\n 517 453 l 1\n 510 453 l 1\n 500 427 l 1\n801 381 m 1\n 698 381 l 1\n 720 311 l 1\n 778 311 l 1\n 801 381 l 1\n763 265 m 1\n 735 265 l 1\n 748 225 l 1\n 750 225 l 1\n 763 265 l 1\n441 381 m 1\n 320 381 l 1\n 343 311 l 1\n 414 311 l 1\n 441 381 l 1\n396 265 m 1\n 359 265 l 1\n 375 215 l 1\n 377 215 l 1\n 396 265 l 1\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: Euro\nEncoding: 8364 8364 1249\nWidth: 500\nFlags: W\nHStem: -24 29<276.5 323.5> 235 50<-8 30 181 181 181 273> 338 50<-8 30 179 343> 448 223<459 478> 636 31<272 312>\nVStem: 30 148\nFore\n35 235 m 1\n -36 235 l 1\n -8 285 l 1\n 30 285 l 1\n 29 297 29 304 29 312 c 128\n 29 320 29 326 30 338 c 1\n -36 338 l 1\n -8 388 l 1\n 34 388 l 1\n 44 443 52 469 71 509 c 0\n 119 607 202 667 292 667 c 0\n 332 667 350 661 403 631 c 0\n 410 627 419 625 426 625 c 0\n 443 625 455 642 459 671 c 1\n 478 671 l 1\n 478 448 l 1\n 459 448 l 1\n 452 501 442 535 422 566 c 0\n 394 610 353 636 310 636 c 0\n 234 636 193 558 179 388 c 1\n 372 388 l 1\n 343 338 l 1\n 178 338 l 1\n 177 328 177 322 177 319 c 0\n 177 307 177 301 178 285 c 1\n 302 285 l 1\n 273 235 l 1\n 181 235 l 1\n 193 88 240 5 313 5 c 0\n 373 5 438 50 471 114 c 1\n 471 62 l 1\n 419 4 360 -24 287 -24 c 0\n 150 -24 63 66 35 235 c 1\nEndSplineSet\nEndChar\nStartChar: uni2103\nEncoding: 8451 8451 1250\nWidth: 1122\nFlags: H\nRef: 67 67 N 1 0 0 1 400 0\nRef: 176 176 N 1 0 0 1 0 0\nEndChar\nStartChar: afii61352\nEncoding: 8470 8470 1250\nWidth: 954\nFlags: W\nHStem: -25 94<134.5 135> -25 114<74 104> 0 50<629 920> 154 20<755 791.5> 424 21<755 792.5> 587 94<592 592.5> 651 25<88 98>\nVStem: 173 44<105 526> 510 44<298 551 521 551> 627 97<257.5 341> 629 291<0 50> 823 98<257 341.5>\nFore\n217 74 m 2\n 217 24 170 -25 100 -25 c 0\n 48 -25 11 -12 11 36 c 0\n 11 69 32 89 67 89 c 0\n 141 89 119 69 150 69 c 0\n 173 69 173 105 173 105 c 1\n 173 579 l 1\n 125 636 108 651 88 651 c 1\n 88 676 l 1\n 299 676 l 1\n 510 298 l 1\n 510 298 510 460 510 582 c 1\n 508 632 557 681 627 681 c 0\n 679 681 716 668 716 620 c 0\n 716 587 695 567 660 567 c 0\n 586 567 608 587 577 587 c 0\n 554 587 554 551 554 551 c 1\n 554 -18 l 1\n 526 -18 l 1\n 217 526 l 1\n 217 74 l 2\n920 0 m 1\n 629 0 l 1\n 629 50 l 1\n 920 50 l 1\n 920 0 l 1\n774 445 m 0\n 858 445 921 383 921 300 c 0\n 921 214 859 154 772 154 c 0\n 689 154 627 216 627 299 c 0\n 627 383 690 445 774 445 c 0\n774 424 m 0\n 736 424 724 392 724 295 c 0\n 724 206 737 174 773 174 c 0\n 810 174 823 204 823 293 c 0\n 823 393 811 424 774 424 c 0\nEndSplineSet\nEndChar\nStartChar: uni2117\nEncoding: 8471 8471 1251\nWidth: 747\nFlags: W\nHStem: -19 52<362 394> 153 18<239 254.667 395.333 411> 320 22<366 411> 510 22<366 413> 514 18<239 262.5> 639 52<362 394>\nVStem: 26 71<317 349> 285 80<189.954 320 343 493> 462 85<413 433> 650 71<317 349>\nFore\n374 -19 m 0\n 176 -19 26 137 26 335 c 0\n 26 534 176 691 374 691 c 128\n 572 691 721 534 721 335 c 0\n 721 137 572 -19 374 -19 c 0\n374 33 m 0\n 530 33 650 171 650 335 c 0\n 650 500 531 639 374 639 c 128\n 217 639 97 500 97 335 c 0\n 97 171 217 33 374 33 c 0\n547 423 m 0\n 547 355 494 320 432 320 c 2\n 365 320 l 1\n 365 215 l 2\n 365 178 364 174 411 171 c 1\n 411 153 l 1\n 239 153 l 1\n 239 171 l 1\n 286 174 285 178 285 215 c 2\n 285 470 l 2\n 285 508 286 512 239 514 c 1\n 239 532 l 1\n 432 532 l 2\n 494 532 547 494 547 423 c 0\n365 510 m 1\n 365 342 l 1\n 400 342 l 2\n 447 342 462 385 462 431 c 0\n 462 490 437 510 401 510 c 2\n 365 510 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y20,10 x10,20 x10,9 \nEndChar\nStartChar: uni211F\nEncoding: 8479 8479 1252\nWidth: 722\nFlags: W\nHStem: 0 25<26 34.5 356.5 364 700.197 714.984> 313 32<276.016 303> 642 34<315 350> 651 25<26 40.25>\nVStem: 114 162<231 312 346 579> 459 171<483 515>\nDStem: 200 0 245 0 169 -93 214 -93 247 782 247 826 438 719 491 745 303 312 333 267 276 230 277 98 407 626 440 592 315 346 361 351 431 697 475 697 423 672 465 665 438 719 491 745 431 697 475 697\nFore\n423 672 m 1\n 431 697 l 1\n 438 719 l 1\n 247 782 l 1\n 247 826 l 1\n 491 745 l 1\n 475 697 l 1\n 465 665 l 1\n 544 649 630 607 630 500 c 0\n 630 377 527 346 473 329 c 1\n 674 44 l 2\n 687 25 703 25 715 25 c 1\n 715 0 l 1\n 510 0 l 1\n 333 267 l 1\n 277 98 l 1\n 280 36 304 33 364 25 c 1\n 364 0 l 1\n 245 0 l 1\n 214 -93 l 1\n 169 -93 l 1\n 200 0 l 1\n 26 0 l 1\n 26 25 l 1\n 94 33 114 36 114 117 c 2\n 114 559 l 2\n 114 645 83 647 26 651 c 1\n 26 676 l 1\n 348 676 l 2\n 366 676 392 675 423 672 c 1\n407 626 m 1\n 389 637 366 642 338 642 c 0\n 283 642 281 631 276 600 c 1\n 276 345 l 1\n 289 345 302 345 315 346 c 1\n 407 626 l 1\n440 592 m 1\n 361 351 l 1\n 430 364 459 400 459 498 c 0\n 459 538 452 569 440 592 c 1\n276 230 m 1\n 303 312 l 1\n 303 313 l 1\n 276 313 l 1\n 276 230 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: trademark\nEncoding: 8482 8482 1253\nWidth: 1000\nFlags: W\nHStem: 272 23 272 404<158 251 297 302 108 108 445 445 445 566 859 974> 272 23 652 24<94.5 112 112 158 251 297 251 251> 653 23\nVStem: 158 93<343 652> 497 29<364 567> 830 93<343 569 569 569>\nFore\n251 652 m 1\n 251 343 l 2\n 251 300 252 299 302 295 c 1\n 302 272 l 1\n 108 272 l 1\n 108 295 l 1\n 157 299 158 300 158 343 c 2\n 158 652 l 1\n 112 652 l 2\n 77 652 59 634 47 588 c 1\n 24 588 l 1\n 24 676 l 1\n 386 676 l 1\n 386 588 l 1\n 363 588 l 1\n 351 633 332 652 297 652 c 2\n 251 652 l 1\n668 271 m 1\n 526 567 l 1\n 526 364 l 2\n 526 309 533 299 578 295 c 1\n 578 272 l 1\n 445 272 l 1\n 445 295 l 1\n 489 299 497 309 497 364 c 2\n 497 601 l 1\n 482 634 457 652 427 653 c 1\n 427 676 l 1\n 566 676 l 1\n 708 387 l 1\n 859 676 l 1\n 977 676 l 1\n 977 653 l 1\n 933 650 923 641 923 605 c 2\n 923 343 l 2\n 923 300 924 299 974 295 c 1\n 974 272 l 1\n 780 272 l 1\n 780 295 l 1\n 830 299 830 300 830 343 c 2\n 830 569 l 1\n 681 271 l 1\n 668 271 l 1\nEndSplineSet\nEndChar\nStartChar: uni2123\nEncoding: 8483 8483 1254\nWidth: 722\nFlags: W\nHStem: 651 25<336.25 352 488 507 693.143 701>\nVStem: 16 336<651 675> 488 213<651 675>\nDStem: 100 581 296 523 265 196 339 419 100 581 364 360 265 196 427 207 247 782 247 826 438 719 491 745 265 196 290 137 169 -93 214 -93 431 697 475 697 339 419 364 360 438 719 491 745 431 697 475 697 554 536 611 569 427 207 383 -18\nFore\n290 137 m 1\n 214 -93 l 1\n 169 -93 l 1\n 265 196 l 1\n 100 581 l 2\n 74 641 59 644 16 651 c 1\n 16 676 l 1\n 352 676 l 1\n 352 651 l 1\n 289 647 266 647 266 609 c 0\n 266 590 286 548 296 523 c 2\n 339 419 l 1\n 431 697 l 1\n 438 719 l 1\n 247 782 l 1\n 247 826 l 1\n 491 745 l 1\n 475 697 l 1\n 364 360 l 1\n 427 207 l 1\n 554 536 l 2\n 563 559 574 585 574 605 c 0\n 574 644 545 648 488 651 c 1\n 488 676 l 1\n 701 676 l 1\n 701 651 l 1\n 646 644 633 625 611 569 c 2\n 383 -18 l 1\n 356 -18 l 1\n 290 137 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: Omega\nEncoding: 8486 8486 1255\nWidth: 811\nFlags: W\nFore\n756 424 m 0\n 756 282 623 199 496 181 c 1\n 496 125 l 1\n 641 125 l 2\n 680 125 726 126 722 180 c 1\n 746 180 l 1\n 746 0 l 1\n 462 0 l 1\n 462 215 l 1\n 552 249 566 358 566 441 c 0\n 566 540 522 656 406 656 c 128\n 290 656 245 540 245 441 c 0\n 245 358 259 249 349 215 c 1\n 349 0 l 1\n 65 0 l 1\n 65 180 l 1\n 89 180 l 1\n 85 126 132 125 171 125 c 2\n 315 125 l 1\n 315 181 l 1\n 188 199 56 282 56 424 c 0\n 56 618 239 690 406 690 c 0\n 572 690 756 618 756 424 c 0\nEndSplineSet\nEndChar\nStartChar: uni2127\nEncoding: 8487 8487 1256\nWidth: 811\nFlags: HW\nRef: 8486 8486 S -1 0 0 -1 812 668\nEndChar\nStartChar: uni212A\nEncoding: 8490 8490 1257\nWidth: 764\nFlags: H\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni212B\nEncoding: 8491 8491 1258\nWidth: 722\nFlags: H\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: estimated\nEncoding: 8494 8494 1256\nWidth: 551\nFlags: W\nHStem: -10 69<278 324> 285 33<174 368> 436 37<260 279>\nVStem: 36 137<232 285>\nFore\n510 165 m 1\n 482 64 388 -10 278 -10 c 0\n 144 -10 36 98 36 232 c 0\n 36 365 144 473 278 473 c 0\n 394 473 490 392 514 285 c 1\n 173 285 l 1\n 173 109 242 59 324 59 c 0\n 433 59 476 130 490 174 c 1\n 510 165 l 1\n268 436 m 0\n 221 436 173 381 173 318 c 1\n 369 318 l 1\n 368 381 319 436 268 436 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2132\nEncoding: 8498 8498 1257\nWidth: 611\nFlags: W\nHStem: 0 25<573.333 589> 0 34<246 294> 0 201<23 46> 164 338<162 186> 313 34<326 338> 651 25<229 252.333 579.5 589>\nVStem: 22 567<1 25> 229 360<651 675> 339 162<80 312 348 592>\nFore\n589 25 m 1\n 589 0 l 1\n 22 0 l 1\n 22 201 l 1\n 46 201 l 1\n 68 97 95 34 267 34 c 0\n 321 34 339 38 339 81 c 2\n 339 313 l 1\n 215 315 200 244 186 164 c 1\n 161 164 l 1\n 161 502 l 1\n 186 502 l 1\n 197 420 213 347 339 347 c 1\n 339 580 l 2\n 339 646 299 648 229 651 c 1\n 229 676 l 1\n 589 676 l 1\n 589 651 l 1\n 532 645 501 642 501 580 c 2\n 501 96 l 2\n 501 30 542 28 589 25 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni215F\nEncoding: 8543 8543 1258\nWidth: 750\nFlags: HW\nFore\n615 688 m 1\n 671 688 l 1\n 232 -12 l 1\n 174 -12 l 1\n 615 688 l 1\n273 295 m 1\n 273 275 l 1\n 30 275 l 1\n 30 295 l 1\n 94 295 107 305 107 355 c 2\n 107 576 l 2\n 107 604 100 617 84 617 c 0\n 75 617 59 613 41 607 c 0\n 39 606 34 604 28 602 c 1\n 28 623 l 1\n 192 688 l 1\n 203 688 l 1\n 203 351 l 2\n 203 305 214 296 273 295 c 1\nEndSplineSet\nLCarets: 0 65535 '    ' 1 0 \nLigature: 0 1 'frac' one slash\nLigature: 0 1 'frac' one fraction\nEndChar\nStartChar: uni2160\nEncoding: 8544 8544 1259\nWidth: 386\nFlags: H\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2161\nEncoding: 8545 8545 1260\nWidth: 772\nFlags: H\nRef: 73 73 N 1 0 0 1 386 0\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2162\nEncoding: 8546 8546 1261\nWidth: 1158\nFlags: H\nRef: 73 73 N 1 0 0 1 772 0\nRef: 73 73 N 1 0 0 1 386 0\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2163\nEncoding: 8547 8547 1262\nWidth: 1108\nFlags: H\nRef: 86 86 N 1 0 0 1 386 0\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2164\nEncoding: 8548 8548 1263\nWidth: 722\nFlags: H\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2165\nEncoding: 8549 8549 1264\nWidth: 1108\nFlags: H\nRef: 73 73 N 1 0 0 1 722 0\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2166\nEncoding: 8550 8550 1265\nWidth: 1494\nFlags: H\nRef: 73 73 N 1 0 0 1 1108 0\nRef: 73 73 N 1 0 0 1 722 0\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2167\nEncoding: 8551 8551 1266\nWidth: 1880\nFlags: H\nRef: 73 73 N 1 0 0 1 1494 0\nRef: 73 73 N 1 0 0 1 1108 0\nRef: 73 73 N 1 0 0 1 722 0\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2168\nEncoding: 8552 8552 1267\nWidth: 1108\nFlags: H\nRef: 88 88 N 1 0 0 1 386 0\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2169\nEncoding: 8553 8553 1268\nWidth: 722\nFlags: H\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216A\nEncoding: 8554 8554 1269\nWidth: 1108\nFlags: H\nRef: 73 73 N 1 0 0 1 722 0\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216B\nEncoding: 8555 8555 1270\nWidth: 1494\nFlags: H\nRef: 73 73 N 1 0 0 1 1108 0\nRef: 73 73 N 1 0 0 1 722 0\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216C\nEncoding: 8556 8556 1271\nWidth: 664\nFlags: H\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216D\nEncoding: 8557 8557 1272\nWidth: 722\nFlags: H\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216E\nEncoding: 8558 8558 1273\nWidth: 724\nFlags: H\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni216F\nEncoding: 8559 8559 1274\nWidth: 943\nFlags: H\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2170\nEncoding: 8560 8560 1275\nWidth: 278\nFlags: H\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2171\nEncoding: 8561 8561 1276\nWidth: 556\nFlags: H\nRef: 105 105 N 1 0 0 1 278 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2172\nEncoding: 8562 8562 1277\nWidth: 834\nFlags: H\nRef: 105 105 N 1 0 0 1 556 0\nRef: 105 105 N 1 0 0 1 278 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2173\nEncoding: 8563 8563 1278\nWidth: 778\nFlags: H\nRef: 118 118 N 1 0 0 1 278 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2174\nEncoding: 8564 8564 1279\nWidth: 500\nFlags: H\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2175\nEncoding: 8565 8565 1280\nWidth: 778\nFlags: H\nRef: 105 105 N 1 0 0 1 500 0\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2176\nEncoding: 8566 8566 1281\nWidth: 1056\nFlags: H\nRef: 105 105 N 1 0 0 1 778 0\nRef: 105 105 N 1 0 0 1 500 0\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2177\nEncoding: 8567 8567 1282\nWidth: 1334\nFlags: H\nRef: 105 105 N 1 0 0 1 1056 0\nRef: 105 105 N 1 0 0 1 778 0\nRef: 105 105 N 1 0 0 1 500 0\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2178\nEncoding: 8568 8568 1283\nWidth: 778\nFlags: H\nRef: 120 120 N 1 0 0 1 278 0\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2179\nEncoding: 8569 8569 1284\nWidth: 500\nFlags: H\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217A\nEncoding: 8570 8570 1285\nWidth: 778\nFlags: H\nRef: 105 105 N 1 0 0 1 500 0\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217B\nEncoding: 8571 8571 1286\nWidth: 1056\nFlags: H\nRef: 105 105 N 1 0 0 1 778 0\nRef: 105 105 N 1 0 0 1 500 0\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217C\nEncoding: 8572 8572 1287\nWidth: 278\nFlags: H\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217D\nEncoding: 8573 8573 1288\nWidth: 444\nFlags: H\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217E\nEncoding: 8574 8574 1289\nWidth: 556\nFlags: H\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni217F\nEncoding: 8575 8575 1290\nWidth: 833\nFlags: H\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 1258\nWidth: 494\nFlags: MW\nHStem: -20 50<177.5 220> 347 64<223 246> 677 66<202 268>\nVStem: 16 107<123.5 206> 369 103<424 495>\nFore\n104 643 m 1\n 49 710 l 1\n 123 737 152 743 194 743 c 0\n 351 743 472 593 472 397 c 0\n 472 260 433 124 375 55 c 0\n 334 6 277 -20 213 -20 c 0\n 104 -20 16 69 16 178 c 0\n 16 244 44 310 93 358 c 0\n 129 394 171 411 221 411 c 128\n 271 411 307 397 364 355 c 1\n 368 390 369 412 369 436 c 0\n 369 587 314 677 222 677 c 0\n 182 677 159 671 104 643 c 1\n355 300 m 1\n 348 307 l 2\n 318 335 292 347 261 347 c 0\n 185 347 123 260 123 152 c 0\n 123 76 153 30 202 30 c 0\n 238 30 273 54 299 96 c 0\n 325 140 339 191 355 300 c 1\nEndSplineSet\nEndChar\nStartChar: Delta\nEncoding: 8710 8710 1259\nWidth: 612\nFlags: MW\nHStem: 0 51<77 479>\nFore\n6 0 m 1\n 327 688 l 1\n 608 0 l 1\n 6 0 l 1\n77 51 m 1\n 479 51 l 1\n 290 509 l 1\n 77 51 l 1\nEndSplineSet\nEndChar\nStartChar: summation\nEncoding: 8721 8721 1260\nWidth: 713\nFlags: MW\nHStem: -123 112<163 491 491 549> 711 41<176 176 176 444>\nFore\n176 711 m 1\n 364 341 l 1\n 163 -11 l 1\n 491 -11 l 2\n 607 -11 636 5 669 87 c 1\n 695 87 l 1\n 641 -123 l 1\n 14 -123 l 1\n 256 285 l 1\n 23 752 l 1\n 622 752 l 1\n 632 587 l 1\n 606 587 l 1\n 587 690 559 711 444 711 c 2\n 176 711 l 1\nEndSplineSet\nEndChar\nStartChar: minus\nEncoding: 8722 8722 1261\nWidth: 570\nFlags: MW\nHStem: 209 88<33 537>\nVStem: 33 504<209 297>\nFore\n537 209 m 1\n 33 209 l 1\n 33 297 l 1\n 537 297 l 1\n 537 209 l 1\nEndSplineSet\nEndChar\nStartChar: radical\nEncoding: 8730 8730 1262\nWidth: 549\nFlags: W\nFore\n340 -35 m 1\n 111 434 l 1\n 16 387 l 1\n -17 458 l 1\n 165 547 l 1\n 341 191 l 1\n 458 916 l 1\n 535 905 l 1\n 383 -35 l 1\n 340 -35 l 1\nEndSplineSet\nEndChar\nStartChar: infinity\nEncoding: 8734 8734 1263\nWidth: 752\nFlags: W\nHStem: 42 121<531 593.5> 53 129<144.5 162> 317 139<546 583> 323 119<135 197.5>\nVStem: 22 29<231.5 283> 691 32<219.5 277>\nFore\n386 192 m 1\n 327 93 272 53 197 53 c 0\n 92 53 22 132 22 267 c 0\n 22 386 78 442 167 442 c 0\n 231 442 272 402 306 306 c 1\n 374 413 436 456 523 456 c 0\n 643 456 723 383 723 244 c 0\n 723 117 655 42 553 42 c 0\n 509 42 471 57 443 86 c 0\n 418 112 405 135 386 192 c 1\n288 282 m 1\n 264 304 221 323 174 323 c 0\n 96 323 51 311 51 255 c 0\n 51 208 87 182 134 182 c 0\n 190 182 230 200 288 282 c 1\n404 214 m 1\n 444 186 494 163 549 163 c 0\n 638 163 691 189 691 250 c 0\n 691 304 650 317 583 317 c 0\n 509 317 456 296 404 214 c 1\nEndSplineSet\nEndChar\nStartChar: notequal\nEncoding: 8800 8800 1264\nWidth: 570\nFlags: MW\nHStem: 107 88<33 162 305 537> 311 88<33 265 408 537>\nVStem: 33 504<107 195 311 399>\nFore\n363 311 m 1\n 305 195 l 1\n 537 195 l 1\n 537 107 l 1\n 261 107 l 1\n 200 -13 l 1\n 122 26 l 1\n 162 107 l 1\n 33 107 l 1\n 33 195 l 1\n 207 195 l 1\n 265 311 l 1\n 33 311 l 1\n 33 399 l 1\n 309 399 l 1\n 370 519 l 1\n 448 480 l 1\n 408 399 l 1\n 537 399 l 1\n 537 311 l 1\n 363 311 l 1\nEndSplineSet\nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 1265\nWidth: 570\nFlags: MW\nHStem: 0 88<31 539>\nVStem: 31 508<0 88>\nFore\n539 112 m 1\n 31 335 l 1\n 31 419 l 1\n 539 642 l 1\n 539 546 l 1\n 154 377 l 1\n 539 208 l 1\n 539 112 l 1\n539 0 m 1\n 31 0 l 1\n 31 88 l 1\n 539 88 l 1\n 539 0 l 1\nEndSplineSet\nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 1266\nWidth: 570\nFlags: MW\nHStem: 0 88<31 539>\nVStem: 31 508<0 88>\nFore\n31 112 m 1\n 31 208 l 1\n 416 377 l 1\n 31 546 l 1\n 31 642 l 1\n 539 419 l 1\n 539 335 l 1\n 31 112 l 1\n31 0 m 1\n 31 88 l 1\n 539 88 l 1\n 539 0 l 1\n 31 0 l 1\nEndSplineSet\nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 1267\nWidth: 494\nFlags: MW\nHStem: 0 21<209 209 209 269>\nFore\n209 0 m 1\n 18 377 l 1\n 214 740 l 1\n 277 740 l 1\n 466 374 l 1\n 269 0 l 1\n 209 0 l 1\n240 132 m 1\n 365 374 l 1\n 244 611 l 1\n 118 376 l 1\n 240 132 l 1\nEndSplineSet\nEndChar\nStartChar: uni3041\nEncoding: 12353 12353 1268\nWidth: 1000\nFlags: W\nHStem: 114.393 34.5294<275 284>\nVStem: 400 39<426 462> 413.508 38.4919<652 660> 795.529 54.062<271 286>\nFore\n400 364 m 0\n 321 333 251 296 223 271 c 0\n 211 260 204 258 204 246 c 0\n 204 224 228 178 250 160 c 0\n 264 148 275 147 292 151 c 1\n 292 151 l 1\n 322 158 368 195 408 235 c 1\n 404 277 402 320 400 364 c 0\n449 280 m 0\n 478 315 495 348 513 380 c 0\n 517 387 520 395 522 401 c 1\n 495 395 468 387 440 378 c 1\n 442 345 445 313 449 280 c 0\n530 448 m 1\n 533 463 535 485 526 503 c 0\n 524 508 524 513 527 514 c 0\n 529 516 533 513 536 509 c 0\n 549 491 574 477 585 455 c 1\n 592 456 599 456 606 456 c 0\n 692 461 762 438 805 386 c 0\n 838 346 862 290 843 238 c 0\n 828 197 789 174 745 157 c 0\n 702 140 652 127 604 110 c 0\n 603 110 602 110 601 111 c 1\n 601 111 602 112 603 113 c 0\n 650 132 696 157 731 183 c 0\n 765 209 785 235 792 257 c 0\n 802 283 795 327 770 357 c 0\n 738 397 686 419 609 415 c 0\n 602 414 595 414 589 413 c 1\n 582 389 565 372 554 355 c 0\n 533 322 509 285 473 244 c 0\n 468 237 462 231 456 224 c 1\n 459 201 462 178 465 154 c 0\n 468 133 459 115 446 113 c 0\n 433 112 420 128 418 149 c 0\n 416 160 415 171 414 183 c 1\n 377 151 337 124 299 116 c 1\n 299 116 l 1\n 274 110 249 118 229 135 c 0\n 198 161 173 206 171 245 c 0\n 170 266 176 288 192 304 c 0\n 231 342 311 384 400 414 c 1\n 400 432 l 1\n 400 432 l 1\n 401 489 406 548 410 597 c 1\n 378 587 346 581 316 586 c 0\n 286 592 271 618 252 633 c 0\n 248 636 246 641 247 643 c 0\n 249 646 254 645 259 643 c 1\n 279 629 303 627 323 625 c 1\n 323 625 l 1\n 345 622 377 629 413 640 c 1\n 413 648 414 656 414 663 c 1\n 414 663 l 1\n 415 683 407 693 404 699 c 0\n 400 706 393 736 374 751 c 0\n 370 754 368 759 369 761 c 0\n 371 763 376 763 380 761 c 0\n 402 748 437 751 451 724 c 0\n 463 703 455 681 453 660 c 1\n 453 660 l 1\n 453 657 452 654 452 651 c 1\n 455 652 459 653 462 654 c 0\n 522 672 578 686 635 698 c 0\n 654 702 672 695 675 682 c 0\n 677 670 663 657 644 653 c 0\n 587 643 531 634 473 617 c 0\n 465 614 457 612 448 609 c 1\n 444 557 439 493 439 431 c 1\n 439 431 l 1\n 439 430 439 428 439 426 c 1\n 469 435 500 442 530 448 c 1\nEndSplineSet\nEndChar\nStartChar: uni3042\nEncoding: 12354 12354 1269\nWidth: 1000\nFlags: W\nHStem: 112.241 43.2797<217 233>\nVStem: 376 48<501 540> 392.506 47.4936<783 794> 870.185 65.7507<307 329>\nFore\n376 424 m 0\n 276 387 188 340 153 308 c 1\n 153 308 l 1\n 138 295 130 291 130 276 c 0\n 131 249 161 192 188 169 c 0\n 205 155 219 153 240 157 c 1\n 240 157 l 1\n 277 166 336 213 387 263 c 1\n 382 316 378 370 376 424 c 0\n436 317 m 0\n 472 361 495 403 518 443 c 0\n 523 453 527 463 530 472 c 1\n 496 464 460 454 425 442 c 1\n 427 400 431 358 436 317 c 0\n539 528 m 1\n 542 547 544 574 533 597 c 0\n 530 603 530 610 533 611 c 0\n 537 613 542 610 546 605 c 0\n 561 582 591 564 605 536 c 1\n 615 537 624 538 633 538 c 0\n 740 544 826 515 880 450 c 0\n 922 400 951 331 928 267 c 0\n 910 216 861 186 807 165 c 0\n 753 143 691 127 631 105 c 0\n 628 104 626 105 625 106 c 0\n 624 108 626 110 628 111 c 0\n 688 135 745 166 788 198 c 0\n 832 230 856 262 866 289 c 0\n 878 323 869 377 839 416 c 1\n 798 466 732 493 636 488 c 0\n 609 485 l 1\n 601 456 580 435 566 413 c 0\n 540 372 511 326 466 274 c 0\n 459 266 452 257 444 249 c 1\n 448 220 452 191 455 162 c 0\n 458 137 448 115 433 113 c 0\n 417 111 402 129 399 154 c 0\n 393 199 l 1\n 347 158 296 124 249 114 c 1\n 249 114 l 1\n 217 107 186 116 161 137 c 0\n 122 170 91 227 89 275 c 0\n 87 302 96 328 116 348 c 1\n 116 348 l 1\n 165 395 265 447 375 485 c 1\n 375 493 375 500 376 508 c 0\n 377 580 383 654 388 715 c 1\n 348 703 308 695 271 702 c 0\n 233 708 214 741 190 760 c 0\n 185 764 182 770 184 773 c 0\n 187 776 193 775 199 772 c 0\n 224 755 254 752 278 749 c 0\n 306 746 347 755 392 768 c 1\n 392 778 393 788 393 797 c 1\n 393 797 l 1\n 394 822 384 835 381 842 c 1\n 381 842 l 1\n 376 852 367 888 342 907 c 0\n 337 911 335 917 337 920 c 0\n 339 923 345 923 351 920 c 0\n 378 904 420 906 438 874 c 1\n 438 874 l 1\n 453 847 443 820 441 794 c 1\n 441 794 l 1\n 441 790 440 786 440 782 c 1\n 444 783 448 785 453 786 c 0\n 527 808 598 825 669 839 c 0\n 692 844 714 836 717 821 c 0\n 720 807 703 791 680 786 c 0\n 609 773 538 762 466 740 c 0\n 456 737 446 734 435 730 c 1\n 430 665 424 585 423 508 c 0\n 423 505 424 503 424 500 c 1\n 462 511 501 521 539 528 c 1\nEndSplineSet\nEndChar\nStartChar: uni3043\nEncoding: 12355 12355 1270\nWidth: 1000\nFlags: W\nVStem: 195.012 44.937<466.553 492.969>\nFore\n590 613 m 4\n 628 596 671 587 702 558 c 4\n 731 531 759 499 772 464 c 4\n 786 430 795 398 803 360 c 4\n 805 346 809 331 811 316 c 4\n 813 301 817 280 794 264 c 5\n 794 264 l 5\n 777 252 761 259 752 265 c 4\n 744 271 737 278 729 282 c 4\n 700 296 674 321 643 334 c 4\n 642 335 641 336 641 336 c 5\n 642 337 643 337 644 337 c 4\n 675 325 711 323 742 313 c 4\n 750 310 760 310 765 312 c 4\n 770 315 767 321 757 315 c 5\n 757 315 l 5\n 755 314 754 312 753 311 c 5\n 753 314 l 4\n 755 324 754 338 752 351 c 4\n 747 388 742 417 731 447 c 4\n 719 479 709 516 685 541 c 4\n 659 568 627 595 590 613 c 4\n162 626 m 1\n 158 631 156 637 158 639 c 0\n 160 642 167 641 172 638 c 0\n 192 623 225 618 237 589 c 0\n 251 555 241 522 240 493 c 1\n 240 493 l 1\n 239 458 244 421 252 384 c 0\n 261 341 272 300 296 258 c 0\n 304 243 316 229 326 222 c 0\n 328 221 329 220 330 219 c 1\n 330 219 l 1\n 338 227 346 239 351 251 c 1\n 351 251 l 1\n 371 298 405 333 434 372 c 0\n 435 373 436 374 437 373 c 0\n 438 373 437 372 437 371 c 0\n 407 332 382 290 368 244 c 1\n 368 244 l 1\n 364 231 365 216 366 201 c 0\n 366 194 366 187 363 179 c 0\n 360 171 353 160 339 157 c 1\n 339 157 l 1\n 322 153 310 160 302 166 c 0\n 295 172 290 180 285 187 c 0\n 275 203 268 221 259 237 c 0\n 234 286 221 331 211 375 c 0\n 202 414 195 453 195 494 c 1\n 195 494 l 1\n 195 527 195 556 190 570 c 0\n 185 583 181 609 162 626 c 1\nEndSplineSet\nEndChar\nStartChar: uni3044\nEncoding: 12356 12356 1271\nWidth: 1000\nFlags: W\nVStem: 120 54<564 585>\nFore\n611 734 m 0\n 610 735 609 736 610 737 c 2\n 610 737 611 737 613 737 c 0\n 660 715 714 703 752 666 c 1\n 789 632 822 592 840 548 c 1\n 840 548 l 1\n 856 506 868 465 877 418 c 1\n 877 418 l 1\n 880 401 885 382 887 363 c 0\n 890 345 894 319 866 300 c 0\n 845 286 827 294 816 301 c 0\n 805 308 796 316 786 321 c 1\n 786 321 l 1\n 750 339 717 369 678 385 c 0\n 676 386 674 388 675 390 c 0\n 676 391 678 392 681 391 c 0\n 720 375 765 373 803 360 c 1\n 803 360 l 1\n 808 358 813 357 817 357 c 0\n 818 358 819 360 819 362 c 0\n 820 373 820 391 817 408 c 1\n 817 408 l 1\n 811 453 804 490 789 528 c 1\n 789 528 l 1\n 774 568 762 614 732 645 c 0\n 699 678 658 711 611 734 c 0\n77 750 m 1\n 71 757 68 765 71 769 c 0\n 74 773 83 772 91 766 c 0\n 115 748 156 741 171 704 c 1\n 171 704 l 1\n 188 663 175 621 174 585 c 0\n 173 541 179 495 189 448 c 0\n 201 395 214 343 244 290 c 0\n 255 272 270 255 282 245 c 0\n 284 243 286 242 287 241 c 1\n 297 251 307 266 313 282 c 0\n 338 341 381 386 417 435 c 0\n 419 437 421 438 422 437 c 0\n 424 436 423 433 422 431 c 0\n 385 383 353 330 336 274 c 0\n 331 257 332 238 332 220 c 0\n 332 211 331 202 328 193 c 0\n 324 183 315 171 298 166 c 1\n 298 166 l 1\n 278 162 263 170 254 178 c 0\n 245 185 238 194 232 204 c 0\n 220 223 210 245 200 266 c 0\n 169 326 152 382 140 438 c 0\n 129 486 120 535 120 586 c 0\n 120 627 119 663 113 682 c 1\n 113 682 l 1\n 107 697 100 729 77 750 c 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: uni3045\nEncoding: 12357 12357 1272\nWidth: 1000\nFlags: W\nHStem: 507.154 45.4985<565 597>\nVStem: 653.246 52.8621<418 436>\nFore\n314 541 m 0\n 310 546 308 552 311 555 c 0\n 314 557 320 555 325 551 c 0\n 345 532 380 531 385 530 c 0\n 389 529 400 523 423 529 c 1\n 423 529 l 1\n 481 542 579 568 644 541 c 0\n 676 527 698 499 704 466 c 1\n 704 466 l 1\n 715 407 692 335 658 274 c 0\n 616 198 540 153 476 98 c 0\n 475 97 474 97 474 98 c 1\n 473 98 474 100 474 101 c 1\n 536 158 586 225 621 293 c 0\n 650 349 658 416 651 457 c 1\n 651 457 l 1\n 647 479 645 494 627 502 c 0\n 592 518 490 499 436 482 c 1\n 436 482 l 1\n 413 476 393 461 366 469 c 0\n 333 480 331 519 314 541 c 0\n452 720 m 0\n 448 723 445 728 447 730 c 0\n 449 733 454 733 458 731 c 0\n 479 719 504 715 526 707 c 0\n 552 697 585 701 617 694 c 0\n 644 688 662 669 657 651 c 0\n 653 633 627 625 601 633 c 0\n 570 643 541 663 513 676 c 0\n 489 687 472 708 452 720 c 0\nEndSplineSet\nEndChar\nStartChar: uni3046\nEncoding: 12358 12358 1273\nWidth: 1000\nFlags: W\nHStem: 647.671 54.3732<572 592> 666 20G<663 663>\nVStem: 678.949 65.3649<529 548>\nFore\n228 691 m 0\n 223 698 222 705 225 708 c 0\n 229 711 236 709 242 703 c 0\n 268 676 313 670 321 668 c 0\n 327 666 342 660 373 668 c 0\n 449 687 580 723 663 686 c 1\n 663 686 l 1\n 706 668 733 628 741 584 c 1\n 741 584 l 1\n 755 503 726 404 681 318 c 0\n 626 214 527 148 443 69 c 0\n 441 68 439 67 438 68 c 0\n 437 69 437 72 439 74 c 0\n 521 154 588 246 635 341 c 0\n 674 420 685 513 676 574 c 1\n 676 574 l 1\n 671 606 666 628 642 640 c 0\n 596 662 461 635 388 613 c 0\n 358 604 332 585 298 597 c 1\n 298 597 l 1\n 255 611 251 661 228 691 c 0\n411 943 m 0\n 405 946 403 952 405 955 c 0\n 407 959 413 959 419 955 c 0\n 446 939 478 931 507 919 c 0\n 542 905 586 908 627 898 c 0\n 660 891 681 867 675 846 c 0\n 669 825 639 816 607 826 c 0\n 567 839 529 866 492 884 c 0\n 460 899 437 925 411 943 c 0\nEndSplineSet\nEndChar\nStartChar: uni3047\nEncoding: 12359 12359 1274\nWidth: 1000\nFlags: W\nHStem: 220.365 14.8619<363 385>\nFore\n440 721 m 0\n 435 726 434 732 437 735 c 0\n 440 737 446 735 451 731 c 1\n 470 711 495 697 515 682 c 1\n 515 682 l 1\n 535 666 562 661 587 649 c 0\n 609 637 621 616 613 602 c 0\n 605 587 581 586 559 599 c 0\n 535 613 515 635 492 653 c 1\n 492 653 l 1\n 470 672 458 700 440 721 c 0\n558 476 m 1\n 511 466 463 450 427 437 c 1\n 427 437 l 1\n 408 430 390 412 364 416 c 1\n 364 416 l 1\n 331 422 319 461 296 479 c 0\n 292 482 290 487 291 489 c 0\n 293 491 298 491 302 489 c 0\n 328 474 364 480 375 479 c 1\n 375 479 l 1\n 383 477 396 469 416 474 c 1\n 416 474 l 1\n 453 484 504 503 554 518 c 0\n 567 522 580 528 591 534 c 0\n 597 536 602 539 609 539 c 0\n 617 540 632 544 645 521 c 1\n 645 521 l 1\n 651 511 650 499 648 492 c 0\n 646 485 643 482 640 479 c 0\n 635 474 630 471 625 469 c 0\n 614 463 602 458 591 450 c 0\n 520 393 419 299 347 233 c 1\n 372 238 398 236 421 226 c 0\n 449 214 473 194 495 177 c 0\n 519 159 551 153 585 148 c 0\n 635 140 696 154 760 161 c 0\n 788 164 812 152 813 134 c 0\n 815 117 794 101 766 98 c 0\n 702 92 636 93 578 103 c 0\n 538 110 504 131 476 154 c 0\n 451 174 438 202 414 213 c 0\n 389 224 354 223 326 212 c 1\n 326 212 l 1\n 325 212 325 212 324 212 c 0\n 296 184 276 159 251 139 c 0\n 232 124 208 121 198 134 c 0\n 188 147 196 169 217 184 c 0\n 246 206 281 220 319 252 c 0\n 390 312 488 409 558 476 c 1\nEndSplineSet\nEndChar\nStartChar: uni3048\nEncoding: 12360 12360 1275\nWidth: 1000\nFlags: W\nHStem: 242.493 21.2498<326 358>\nFore\n424 869 m 0\n 418 876 416 884 421 888 c 0\n 425 892 433 889 440 883 c 1\n 463 857 493 840 519 821 c 0\n 544 802 577 794 608 779 c 1\n 635 764 649 739 640 722 c 0\n 630 704 601 703 575 718 c 0\n 545 736 518 762 490 785 c 0\n 462 809 446 842 424 869 c 0\n575 565 m 1\n 516 552 455 532 409 515 c 1\n 409 515 l 1\n 385 506 362 486 331 491 c 0\n 290 498 273 545 245 567 c 0\n 240 571 237 577 239 580 c 0\n 241 583 247 583 253 580 c 0\n 285 561 329 567 343 565 c 0\n 354 563 371 554 395 561 c 1\n 395 561 l 1\n 442 574 506 597 568 615 c 0\n 585 620 600 628 614 634 c 0\n 621 638 628 640 637 642 c 0\n 646 643 664 646 680 620 c 1\n 680 620 l 1\n 687 607 686 592 683 584 c 0\n 681 576 677 572 674 568 c 0\n 668 562 662 559 655 555 c 0\n 642 548 627 542 614 531 c 0\n 525 461 402 343 312 262 c 1\n 342 267 374 264 401 253 c 0\n 437 237 466 210 493 190 c 0\n 524 167 563 159 606 152 c 0\n 669 143 746 159 825 168 c 0\n 858 171 887 157 889 136 c 0\n 891 116 866 96 833 93 c 0\n 753 86 670 86 598 99 c 0\n 548 108 506 133 471 161 c 0\n 440 187 422 220 393 233 c 0\n 362 247 318 246 283 233 c 0\n 282 233 280 232 279 231 c 0\n 244 198 218 168 189 144 c 0\n 165 125 136 122 124 137 c 0\n 112 153 122 180 146 198 c 0\n 183 226 226 244 273 284 c 1\n 273 284 l 1\n 363 359 487 482 575 565 c 1\nEndSplineSet\nEndChar\nStartChar: uni3049\nEncoding: 12361 12361 1276\nWidth: 1000\nFlags: W\nHStem: 168 2<480 481> 380.466 42.0825<588 609> 480 3<712 713>\nVStem: 358 51<171 182 584 609> 364 40<360 490> 716.348 56.313<250 266>\nFore\n645 585 m 0\n 641 586 638 588 638 591 c 0\n 639 593 642 595 646 594 c 0\n 700 586 759 595 807 565 c 0\n 818 559 829 552 839 543 c 0\n 848 535 863 520 852 495 c 1\n 852 495 l 1\n 847 482 835 477 828 476 c 0\n 820 475 813 477 807 478 c 0\n 794 482 781 487 770 486 c 0\n 748 485 731 485 714 480 c 0\n 713 480 711 480 711 481 c 0\n 711 482 712 483 713 483 c 0\n 730 487 746 497 769 501 c 0\n 777 502 785 506 792 511 c 2\n 793 512 l 1\n 790 516 785 522 780 526 c 0\n 748 550 699 576 645 585 c 0\n264 193 m 0\n 285 187 307 183 330 171 c 0\n 337 168 346 165 354 164 c 2\n 355 164 l 1\n 357 169 358 175 358 182 c 0\n 359 215 361 255 362 298 c 1\n 325 271 296 241 277 216 c 0\n 272 209 269 201 264 193 c 0\n361 566 m 1\n 360 582 360 597 360 610 c 0\n 359 631 352 644 349 654 c 0\n 346 667 352 698 339 720 c 0\n 336 726 335 732 338 734 c 0\n 341 736 347 733 351 728 c 0\n 367 709 401 700 410 673 c 0\n 417 650 409 629 407 609 c 0\n 407 599 406 589 406 578 c 1\n 429 583 453 588 477 593 c 0\n 498 597 516 590 519 576 c 0\n 521 563 506 549 485 546 c 0\n 458 541 430 538 405 534 c 1\n 404 500 403 461 403 422 c 0\n 403 401 403 380 404 359 c 1\n 413 365 423 370 433 375 c 0\n 524 419 643 452 716 387 c 0\n 770 339 791 250 755 190 c 0\n 725 139 662 139 614 138 c 0\n 565 137 524 158 481 168 c 0\n 480 168 479 169 479 170 c 0\n 479 171 481 171 482 171 c 0\n 525 162 568 162 613 165 c 0\n 657 168 694 192 708 217 c 0\n 725 247 717 320 683 352 c 0\n 638 393 532 388 446 348 c 0\n 431 341 418 334 404 326 c 1\n 406 273 408 222 409 181 c 0\n 409 171 412 161 412 150 c 0\n 412 139 412 119 389 109 c 1\n 389 109 l 1\n 375 103 364 108 358 112 c 0\n 351 116 348 122 344 127 c 0\n 337 138 330 149 321 156 c 0\n 301 169 282 181 262 189 c 1\n 257 180 250 173 236 170 c 1\n 236 170 l 1\n 205 165 194 197 177 210 c 0\n 172 213 169 219 171 222 c 0\n 173 225 179 225 185 222 c 0\n 202 213 225 220 227 221 c 0\n 229 221 243 223 254 235 c 0\n 280 264 317 301 363 333 c 1\n 364 363 364 392 364 421 c 0\n 364 458 363 494 362 526 c 1\n 351 524 342 522 333 519 c 0\n 313 512 294 496 267 501 c 1\n 267 501 l 1\n 239 506 232 537 216 552 c 1\n 212 557 210 563 212 565 c 0\n 214 568 220 567 226 564 c 1\n 243 551 269 555 276 554 c 1\n 276 554 l 1\n 283 553 300 550 322 556 c 0\n 334 559 347 563 361 566 c 1\nEndSplineSet\nEndChar\nStartChar: uni304A\nEncoding: 12362 12362 1277\nWidth: 1000\nFlags: W\nHStem: 446.942 48.3895<617 634> 594.55 64.9987<224 233>\nVStem: 329 50<287.927 342.937 417.031 626> 771.287 68.5129<279 311>\nFore\n681 700 m 0\n 676 700 672 704 672 707 c 0\n 673 710 678 712 683 711 c 0\n 751 702 824 711 883 674 c 0\n 897 666 910 657 922 647 c 0\n 928 641 934 635 938 626 c 0\n 942 617 945 603 939 588 c 1\n 939 588 l 1\n 932 572 918 567 909 565 c 0\n 900 564 892 565 884 567 c 0\n 868 571 852 576 838 575 c 0\n 811 573 789 573 768 568 c 0\n 765 567 763 568 762 569 c 0\n 762 571 764 573 766 573 c 0\n 787 579 807 591 836 596 c 0\n 847 598 858 603 867 609 c 1\n 864 615 858 622 851 627 c 0\n 810 658 748 688 681 700 c 0\n205 211 m 0\n 231 204 259 198 288 183 c 0\n 298 178 310 175 321 173 c 1\n 321 174 l 1\n 323 180 324 187 325 196 c 0\n 326 238 328 289 329 343 c 1\n 282 308 245 271 221 239 c 0\n 215 231 211 220 205 211 c 0\n327 676 m 1\n 327 696 326 715 326 731 c 0\n 326 757 317 773 314 787 c 0\n 309 803 315 842 299 869 c 0\n 295 875 295 883 298 885 c 0\n 302 888 309 885 314 879 c 0\n 333 855 375 843 385 809 c 0\n 394 780 384 755 383 730 c 0\n 382 718 382 704 381 689 c 1\n 411 696 441 703 472 708 c 0\n 496 713 519 704 521 688 c 0\n 524 672 506 656 481 652 c 0\n 447 647 412 642 380 637 c 1\n 379 594 378 545 378 496 c 0\n 379 470 379 443 379 417 c 1\n 391 424 404 430 417 437 c 0\n 473 464 537 487 599 494 c 0\n 661 500 724 492 769 452 c 0\n 836 391 863 282 818 206 c 0\n 799 175 767 158 736 150 c 0\n 705 142 673 142 643 142 c 0\n 581 141 529 165 476 178 c 0\n 474 178 472 180 472 182 c 0\n 473 183 475 184 478 183 c 0\n 531 172 585 171 641 174 c 0\n 669 176 697 185 718 197 c 0\n 739 209 752 224 761 240 c 0\n 782 277 773 370 730 409 c 0\n 702 436 657 448 602 447 c 0\n 548 445 486 429 432 404 c 0\n 414 396 396 386 380 377 c 1\n 381 310 383 246 384 195 c 0\n 385 183 387 170 388 157 c 0\n 388 150 388 143 385 134 c 0\n 382 125 374 113 360 107 c 1\n 360 107 l 1\n 344 100 331 105 323 110 c 0\n 315 115 310 121 305 128 c 0\n 296 141 287 155 276 163 c 0\n 251 180 227 194 201 205 c 1\n 194 195 185 186 170 183 c 0\n 132 177 118 215 97 231 c 1\n 90 235 87 242 89 246 c 0\n 92 250 99 250 106 246 c 0\n 130 233 162 243 159 243 c 0\n 157 242 177 244 193 262 c 0\n 226 298 271 344 330 385 c 1\n 330 422 331 459 331 495 c 0\n 330 542 329 586 328 627 c 1\n 315 624 303 621 291 617 c 0\n 266 609 242 589 209 596 c 1\n 209 596 l 1\n 174 602 165 641 146 659 c 0\n 140 665 138 672 140 675 c 0\n 143 678 151 677 157 673 c 0\n 179 657 211 662 220 660 c 1\n 220 660 l 1\n 229 659 250 656 278 664 c 0\n 293 668 310 672 327 676 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni304B\nEncoding: 12363 12363 1278\nWidth: 1000\nFlags: W\nHStem: 435.382 5.61829<725 726> 564.741 69.2593<222 223> 620.912 36.191<437.718 466.944>\nVStem: 538.881 52.4016<492 521> 868.067 2.11865<470 471>\nFore\n694 709 m 0\n 766 654 824 584 859 519 c 1\n 859 519 l 1\n 867 504 871 486 871 475 c 0\n 871 464 862 466 874 478 c 1\n 874 478 l 1\n 884 488 886 476 876 470 c 0\n 865 464 850 460 835 460 c 0\n 796 460 761 447 726 441 c 0\n 724 441 722 439 722 437 c 0\n 723 436 725 435 728 435 c 0\n 762 442 798 441 834 436 c 0\n 847 434 860 426 874 419 c 0\n 887 412 909 403 930 423 c 1\n 930 423 l 1\n 954 447 945 474 937 493 c 0\n 929 512 917 529 905 547 c 1\n 905 547 l 1\n 858 621 772 662 700 717 c 0\n 697 719 693 719 691 717 c 0\n 690 715 691 712 694 709 c 0\n264 571 m 1\n 244 566 225 562 206 567 c 1\n 206 567 l 1\n 179 574 164 606 142 619 c 0\n 134 624 129 631 131 636 c 0\n 133 640 142 641 151 638 c 0\n 174 628 205 638 223 634 c 1\n 223 634 l 1\n 239 630 254 621 276 624 c 1\n 284 655 290 684 296 707 c 0\n 304 740 300 757 298 772 c 1\n 298 772 l 1\n 295 790 295 835 275 870 c 0\n 271 879 271 887 275 890 c 0\n 280 893 288 889 293 882 c 0\n 316 848 358 825 366 784 c 1\n 366 784 l 1\n 372 751 357 726 348 694 c 0\n 344 678 339 658 333 637 c 1\n 376 648 426 661 472 656 c 0\n 519 651 564 624 581 574 c 1\n 581 574 l 1\n 617 466 552 305 508 202 c 0\n 499 183 494 165 486 149 c 0\n 477 132 461 111 432 113 c 1\n 432 113 l 1\n 403 115 395 136 389 152 c 0\n 383 167 378 184 368 195 c 0\n 343 223 313 246 280 264 c 0\n 276 266 274 269 276 271 c 0\n 277 274 281 274 284 272 c 0\n 317 254 354 241 386 211 c 0\n 398 200 413 191 426 186 c 0\n 427 186 427 185 428 185 c 2\n 430 185 l 2\n 431 185 432 186 434 187 c 0\n 442 193 453 206 461 224 c 0\n 509 319 557 485 533 557 c 1\n 533 557 l 1\n 522 591 502 615 467 620 c 0\n 427 626 371 602 320 586 c 1\n 290 471 253 323 225 242 c 0\n 213 209 204 186 194 166 c 0\n 183 145 163 133 150 140 c 0\n 136 147 134 169 146 191 c 0\n 156 210 168 228 179 259 c 0\n 205 327 238 459 264 571 c 1\nEndSplineSet\nEndChar\nStartChar: uni304C\nEncoding: 12364 12364 1279\nWidth: 1000\nFlags: W\nHStem: 435.382 5.61829<725 726> 564.741 69.2593<222 223> 620.912 36.191<437.718 466.944>\nVStem: 538.881 52.4016<492 521> 868.067 2.11865<470 471>\nFore\n870 783 m 0\n 866 785 864 788 866 790 c 0\n 867 792 870 793 874 791 c 0\n 904 776 941 774 963 751 c 0\n 976 736 989 722 995 709 c 0\n 1006 686 1002 662 987 656 c 0\n 972 649 952 663 943 686 c 0\n 938 700 939 713 931 723 c 0\n 919 738 898 766 870 783 c 0\n792 728 m 0\n 789 730 787 733 788 735 c 0\n 789 737 793 737 796 736 c 0\n 825 723 862 723 884 699 c 0\n 898 683 910 667 916 653 c 0\n 925 629 921 606 906 600 c 0\n 891 594 871 608 863 632 c 0\n 857 647 857 660 850 670 c 0\n 839 684 820 712 792 728 c 0\n694 709 m 0\n 766 654 824 584 859 519 c 1\n 859 519 l 1\n 867 504 871 486 871 475 c 0\n 871 464 862 466 874 478 c 1\n 874 478 l 1\n 884 488 886 476 876 470 c 0\n 865 464 850 460 835 460 c 0\n 796 460 761 447 726 441 c 0\n 724 441 722 439 722 437 c 0\n 723 436 725 435 728 435 c 0\n 762 442 798 441 834 436 c 0\n 847 434 860 426 874 419 c 0\n 887 412 909 403 930 423 c 1\n 930 423 l 1\n 954 447 945 474 937 493 c 0\n 929 512 917 529 905 547 c 1\n 905 547 l 1\n 858 621 772 662 700 717 c 0\n 697 719 693 719 691 717 c 0\n 690 715 691 712 694 709 c 0\n264 571 m 1\n 244 566 225 562 206 567 c 1\n 206 567 l 1\n 179 574 164 606 142 619 c 0\n 134 624 129 631 131 636 c 0\n 133 640 142 641 151 638 c 0\n 174 628 205 638 223 634 c 1\n 223 634 l 1\n 239 630 254 621 276 624 c 1\n 284 655 290 684 296 707 c 0\n 304 740 300 757 298 772 c 1\n 298 772 l 1\n 295 790 295 835 275 870 c 0\n 271 879 271 887 275 890 c 0\n 280 893 288 889 293 882 c 0\n 316 848 358 825 366 784 c 1\n 366 784 l 1\n 372 751 357 726 348 694 c 0\n 344 678 339 658 333 637 c 1\n 376 648 426 661 472 656 c 0\n 519 651 564 624 581 574 c 1\n 581 574 l 1\n 617 466 552 305 508 202 c 0\n 499 183 494 165 486 149 c 0\n 477 132 461 111 432 113 c 1\n 432 113 l 1\n 403 115 395 136 389 152 c 0\n 383 167 378 184 368 195 c 0\n 343 223 313 246 280 264 c 0\n 276 266 274 269 276 271 c 0\n 277 274 281 274 284 272 c 0\n 317 254 354 241 386 211 c 0\n 398 200 413 191 426 186 c 0\n 427 186 427 185 428 185 c 2\n 430 185 l 2\n 431 185 432 186 434 187 c 0\n 442 193 453 206 461 224 c 0\n 509 319 557 485 533 557 c 1\n 533 557 l 1\n 522 591 502 615 467 620 c 0\n 427 626 371 602 320 586 c 1\n 290 471 253 323 225 242 c 0\n 213 209 204 186 194 166 c 0\n 183 145 163 133 150 140 c 0\n 136 147 134 169 146 191 c 0\n 156 210 168 228 179 259 c 0\n 205 327 238 459 264 571 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni304D\nEncoding: 12365 12365 1280\nWidth: 1000\nFlags: W\nHStem: 54.5635 63.1902<438 449> 386.424 33.9589<438 461>\nFore\n515 749 m 1\n 451 739 378 730 335 717 c 0\n 314 711 297 691 267 695 c 1\n 267 695 l 1\n 227 700 214 746 187 767 c 0\n 182 771 180 777 182 780 c 0\n 184 783 190 783 196 779 c 0\n 225 762 268 767 277 766 c 1\n 277 766 l 1\n 284 765 299 758 324 764 c 0\n 371 774 439 783 498 794 c 1\n 493 804 489 814 486 822 c 0\n 473 851 459 860 449 869 c 0\n 436 879 409 916 372 928 c 0\n 366 931 362 935 362 939 c 0\n 363 942 369 944 376 943 c 0\n 414 936 461 954 495 927 c 1\n 495 927 l 1\n 523 906 527 874 538 844 c 0\n 543 832 547 819 553 805 c 1\n 591 815 618 831 649 843 c 0\n 675 852 701 847 707 830 c 0\n 713 813 696 792 670 783 c 0\n 640 773 608 767 569 760 c 1\n 587 712 607 657 629 602 c 1\n 634 603 638 604 643 605 c 1\n 643 605 l 1\n 690 615 721 632 755 643 c 0\n 782 651 807 644 812 627 c 0\n 817 610 800 590 773 583 c 0\n 738 573 700 570 651 561 c 1\n 651 561 l 1\n 649 561 648 560 646 560 c 1\n 671 498 697 437 722 388 c 0\n 732 367 745 348 755 333 c 0\n 760 325 764 318 768 310 c 0\n 769 305 771 300 771 292 c 0\n 771 283 766 265 750 256 c 1\n 750 256 l 1\n 735 247 723 250 717 252 c 0\n 710 253 706 256 703 258 c 0\n 696 263 690 268 684 275 c 0\n 672 287 657 301 640 313 c 0\n 569 361 487 400 398 382 c 0\n 317 365 237 301 234 252 c 0\n 231 207 294 153 355 130 c 0\n 427 102 506 127 594 147 c 0\n 626 155 656 144 660 124 c 0\n 665 103 642 81 610 74 c 0\n 522 55 426 40 334 76 c 0\n 257 107 189 180 195 254 c 0\n 201 337 300 396 391 414 c 0\n 491 435 589 407 669 358 c 2\n 669 358 669 358 670 358 c 1\n 669 359 668 361 667 363 c 0\n 642 418 616 484 590 551 c 1\n 502 539 398 527 334 511 c 0\n 302 503 278 482 243 486 c 1\n 243 486 l 1\n 206 491 187 531 160 549 c 0\n 155 553 152 558 154 562 c 0\n 155 565 162 565 168 562 c 0\n 197 548 235 556 251 555 c 1\n 251 555 l 1\n 267 553 290 548 325 555 c 0\n 391 568 491 580 574 593 c 1\n 553 649 533 703 515 749 c 1\nEndSplineSet\nEndChar\nStartChar: uni304E\nEncoding: 12366 12366 1281\nWidth: 1000\nFlags: W\nHStem: 54.5635 63.1902<438 449> 386.424 33.9589<438 461>\nFore\n822 923 m 0\n 819 925 817 928 818 930 c 0\n 819 932 823 933 826 931 c 0\n 856 916 893 914 915 891 c 1\n 915 891 l 1\n 929 876 941 862 948 849 c 0\n 958 826 955 802 939 796 c 0\n 924 789 905 803 895 826 c 0\n 890 840 891 853 884 863 c 1\n 884 863 l 1\n 872 878 851 906 822 923 c 0\n745 868 m 0\n 741 870 739 873 740 875 c 0\n 741 877 745 877 749 876 c 0\n 778 863 815 863 837 839 c 0\n 851 823 862 807 868 793 c 0\n 878 769 873 746 858 740 c 0\n 843 734 824 748 815 772 c 0\n 810 787 810 800 802 810 c 0\n 791 824 772 852 745 868 c 0\n515 749 m 1\n 451 739 378 730 335 717 c 0\n 314 711 297 691 267 695 c 1\n 267 695 l 1\n 227 700 214 746 187 767 c 0\n 182 771 180 777 182 780 c 0\n 184 783 190 783 196 779 c 0\n 225 762 268 767 277 766 c 1\n 277 766 l 1\n 284 765 299 758 324 764 c 0\n 371 774 439 783 498 794 c 1\n 493 804 489 814 486 822 c 0\n 473 851 459 860 449 869 c 0\n 436 879 409 916 372 928 c 0\n 366 931 362 935 362 939 c 0\n 363 942 369 944 376 943 c 0\n 414 936 461 954 495 927 c 1\n 495 927 l 1\n 523 906 527 874 538 844 c 0\n 543 832 547 819 553 805 c 1\n 591 815 618 831 649 843 c 0\n 675 852 701 847 707 830 c 0\n 713 813 696 792 670 783 c 0\n 640 773 608 767 569 760 c 1\n 587 712 607 657 629 602 c 1\n 634 603 638 604 643 605 c 1\n 643 605 l 1\n 690 615 721 632 755 643 c 0\n 782 651 807 644 812 627 c 0\n 817 610 800 590 773 583 c 0\n 738 573 700 570 651 561 c 1\n 651 561 l 1\n 649 561 648 560 646 560 c 1\n 671 498 697 437 722 388 c 0\n 732 367 745 348 755 333 c 0\n 760 325 764 318 768 310 c 0\n 769 305 771 300 771 292 c 0\n 771 283 766 265 750 256 c 1\n 750 256 l 1\n 735 247 723 250 717 252 c 0\n 710 253 706 256 703 258 c 0\n 696 263 690 268 684 275 c 0\n 672 287 657 301 640 313 c 0\n 569 361 487 400 398 382 c 0\n 317 365 237 301 234 252 c 0\n 231 207 294 153 355 130 c 0\n 427 102 506 127 594 147 c 0\n 626 155 656 144 660 124 c 0\n 665 103 642 81 610 74 c 0\n 522 55 426 40 334 76 c 0\n 257 107 189 180 195 254 c 0\n 201 337 300 396 391 414 c 0\n 491 435 589 407 669 358 c 2\n 669 358 669 358 670 358 c 1\n 669 359 668 361 667 363 c 0\n 642 418 616 484 590 551 c 1\n 502 539 398 527 334 511 c 0\n 302 503 278 482 243 486 c 1\n 243 486 l 1\n 206 491 187 531 160 549 c 0\n 155 553 152 558 154 562 c 0\n 155 565 162 565 168 562 c 0\n 197 548 235 556 251 555 c 1\n 251 555 l 1\n 267 553 290 548 325 555 c 0\n 391 568 491 580 574 593 c 1\n 553 649 533 703 515 749 c 1\nEndSplineSet\nEndChar\nStartChar: uni304F\nEncoding: 12367 12367 1282\nWidth: 1000\nFlags: W\nFore\n611 920 m 0\n 608 930 611 940 617 942 c 0\n 623 944 630 938 634 928 c 0\n 641 909 655 892 658 869 c 0\n 660 847 665 821 654 797 c 1\n 654 797 l 1\n 637 763 606 739 577 714 c 0\n 542 686 505 661 474 635 c 1\n 474 635 l 1\n 448 614 421 593 398 574 c 1\n 398 574 l 1\n 381 560 364 554 351 541 c 0\n 339 529 328 517 326 507 c 1\n 326 507 l 1\n 325 500 328 491 333 481 c 0\n 341 468 356 460 370 447 c 0\n 394 425 433 405 466 376 c 1\n 501 343 536 312 567 277 c 0\n 602 238 641 199 678 159 c 0\n 701 134 707 103 691 89 c 0\n 676 75 645 84 623 108 c 0\n 586 149 551 191 516 231 c 0\n 484 267 459 303 427 334 c 0\n 398 361 368 393 343 419 c 0\n 328 435 321 454 312 469 c 0\n 306 481 301 495 303 511 c 1\n 303 511 l 1\n 305 530 316 548 329 561 c 0\n 343 577 356 593 371 606 c 1\n 371 606 l 1\n 392 625 414 651 441 674 c 1\n 441 674 l 1\n 474 702 508 730 540 758 c 0\n 567 781 587 807 597 826 c 1\n 597 826 l 1\n 604 839 616 851 616 866 c 0\n 616 882 617 901 611 920 c 0\nEndSplineSet\nEndChar\nStartChar: uni3050\nEncoding: 12368 12368 1283\nWidth: 1000\nFlags: W\nFore\n755 768 m 0\n 751 770 749 773 751 775 c 0\n 752 777 755 778 759 776 c 0\n 789 761 826 759 848 736 c 0\n 861 721 874 707 880 694 c 0\n 891 671 887 647 872 641 c 0\n 857 634 837 648 828 671 c 0\n 823 685 824 698 816 708 c 0\n 804 723 783 751 755 768 c 0\n677 713 m 0\n 674 715 672 718 673 720 c 0\n 674 722 678 722 681 721 c 0\n 710 708 747 708 769 684 c 0\n 783 668 795 652 801 638 c 0\n 810 614 806 591 791 585 c 0\n 776 579 756 593 748 617 c 0\n 742 632 742 645 735 655 c 0\n 724 669 705 697 677 713 c 0\n598 874 m 0\n 595 885 597 894 603 896 c 0\n 609 899 617 892 621 882 c 0\n 627 866 641 850 643 830 c 0\n 645 809 651 785 640 764 c 1\n 640 764 l 1\n 625 732 597 710 570 689 c 1\n 540 663 506 642 478 619 c 1\n 478 619 l 1\n 455 599 431 582 411 564 c 1\n 395 552 379 547 368 535 c 1\n 368 535 l 1\n 358 525 348 514 346 506 c 0\n 345 500 348 492 353 484 c 0\n 359 472 373 466 386 454 c 0\n 407 435 442 418 471 391 c 0\n 504 362 535 335 563 303 c 0\n 594 269 629 235 662 198 c 0\n 685 174 690 143 675 129 c 0\n 660 115 629 123 607 148 c 0\n 574 184 542 222 511 258 c 0\n 483 289 461 323 433 350 c 1\n 433 350 l 1\n 407 374 381 403 358 427 c 0\n 345 440 339 458 331 472 c 0\n 326 483 321 496 323 510 c 0\n 325 527 335 544 346 556 c 1\n 346 556 l 1\n 359 570 370 585 383 597 c 0\n 402 613 421 637 446 657 c 1\n 446 657 l 1\n 475 683 506 708 534 732 c 0\n 557 753 575 776 584 792 c 1\n 584 792 l 1\n 590 803 601 813 601 826 c 0\n 601 840 603 858 598 874 c 0\nEndSplineSet\nEndChar\nStartChar: uni3051\nEncoding: 12369 12369 1284\nWidth: 1000\nFlags: W\nVStem: 97.3894 60.4906<352 417> 667.681 56.5836<478.275 600.919>\nFore\n667 601 m 0\n 591 598 524 594 476 586 c 1\n 476 586 l 1\n 447 581 418 563 384 578 c 1\n 384 578 l 1\n 344 596 346 645 328 675 c 0\n 325 682 324 690 328 692 c 0\n 331 695 338 692 343 686 c 0\n 365 658 406 650 414 647 c 1\n 414 647 l 1\n 420 645 438 636 469 639 c 1\n 469 639 l 1\n 520 645 588 652 665 660 c 1\n 663 701 660 739 659 769 c 1\n 659 769 l 1\n 657 799 648 811 645 817 c 1\n 645 817 l 1\n 640 824 625 867 593 887 c 0\n 588 890 585 895 586 899 c 0\n 588 902 594 902 600 900 c 0\n 634 885 684 894 708 857 c 1\n 708 857 l 1\n 727 827 716 798 716 770 c 1\n 716 770 l 1\n 716 743 718 706 720 665 c 1\n 771 670 824 674 878 678 c 0\n 908 680 934 666 935 647 c 0\n 936 627 912 610 882 609 c 0\n 828 607 774 605 723 603 c 1\n 726 509 726 401 701 311 c 0\n 668 190 578 125 507 50 c 0\n 505 48 503 47 502 48 c 0\n 500 49 501 52 503 54 c 0\n 570 132 618 219 646 326 c 0\n 667 405 670 509 667 601 c 0\n172 225 m 1\n 179 234 185 244 189 255 c 0\n 212 313 240 360 261 410 c 0\n 263 413 266 416 268 415 c 0\n 271 414 271 410 270 406 c 0\n 247 357 230 305 212 247 c 0\n 205 228 204 207 202 189 c 0\n 201 180 200 171 197 163 c 0\n 193 154 188 141 166 138 c 1\n 166 138 l 1\n 144 136 131 150 125 159 c 0\n 120 167 117 175 115 184 c 0\n 110 202 107 223 104 247 c 0\n 85 397 110 626 132 737 c 0\n 138 767 133 782 131 788 c 1\n 131 788 l 1\n 130 796 130 839 109 865 c 0\n 104 871 103 879 106 881 c 0\n 109 884 116 882 122 877 c 0\n 147 854 193 847 204 807 c 1\n 204 807 l 1\n 213 774 194 751 187 724 c 0\n 162 625 146 390 166 255 c 0\n 168 244 170 234 172 225 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni3052\nEncoding: 12370 12370 1285\nWidth: 1000\nFlags: W\nVStem: 140.148 60.0674<394 458> 171 74.2463<778 781> 663.414 56.967<506 602>\nFore\n837 893 m 0\n 834 895 832 898 833 900 c 0\n 834 902 838 903 841 901 c 0\n 871 886 908 884 930 861 c 1\n 930 861 l 1\n 944 846 956 832 963 819 c 0\n 973 796 970 772 954 766 c 0\n 939 759 920 773 910 796 c 0\n 905 810 906 823 899 833 c 0\n 887 848 866 876 837 893 c 0\n760 838 m 0\n 756 840 754 843 755 845 c 0\n 756 847 760 847 764 846 c 0\n 793 833 830 833 852 809 c 0\n 866 793 877 777 883 763 c 0\n 893 739 888 716 873 710 c 0\n 858 704 839 718 830 742 c 0\n 825 757 825 770 817 780 c 0\n 806 794 787 822 760 838 c 0\n664 612 m 0\n 595 610 534 606 491 599 c 0\n 464 594 437 577 405 591 c 1\n 405 591 l 1\n 367 608 371 654 354 681 c 0\n 350 688 350 695 353 698 c 0\n 357 700 364 697 369 691 c 0\n 389 667 429 662 434 660 c 1\n 434 660 l 1\n 439 658 455 649 483 652 c 0\n 530 657 592 664 662 671 c 1\n 660 706 658 739 656 765 c 0\n 654 791 645 802 643 805 c 1\n 643 805 l 1\n 640 810 627 852 598 869 c 0\n 592 873 589 878 591 881 c 0\n 592 884 599 885 605 882 c 0\n 636 870 683 881 706 846 c 1\n 706 846 l 1\n 724 818 713 791 713 766 c 0\n 713 742 715 711 717 676 c 1\n 763 680 811 684 860 687 c 0\n 890 690 916 675 917 656 c 0\n 918 636 894 620 863 619 c 0\n 815 617 766 615 720 614 c 1\n 723 531 722 435 699 355 c 0\n 669 246 584 190 519 123 c 1\n 517 122 515 121 514 122 c 0\n 513 123 513 126 515 127 c 1\n 576 197 619 276 645 371 c 0\n 664 440 666 530 664 612 c 0\n213 284 m 1\n 218 291 222 299 226 307 c 0\n 247 358 273 400 293 445 c 0\n 295 448 298 451 300 450 c 0\n 302 448 303 445 301 441 c 0\n 280 397 265 350 248 299 c 0\n 243 282 242 263 240 247 c 0\n 240 238 239 230 236 222 c 0\n 232 214 226 201 205 199 c 1\n 205 199 l 1\n 185 196 172 210 166 218 c 0\n 161 227 158 234 156 242 c 0\n 151 259 148 278 146 299 c 0\n 129 433 152 637 172 737 c 0\n 177 764 171 777 171 781 c 1\n 171 781 l 1\n 170 786 172 826 153 850 c 0\n 148 856 146 863 149 866 c 0\n 152 869 159 867 165 862 c 0\n 188 842 233 838 243 800 c 1\n 243 800 l 1\n 252 769 234 748 227 724 c 0\n 204 637 189 426 208 307 c 0\n 210 299 211 291 213 284 c 1\nEndSplineSet\nMinimumDistance: x41,-1 \nEndChar\nStartChar: uni3053\nEncoding: 12371 12371 1286\nWidth: 1000\nFlags: W\nHStem: 139.598 64.0244<503 519>\nFore\n243 411 m 0\n 244 412 245 413 246 413 c 1\n 246 410 l 0\n 229 373 226 333 233 307 c 0\n 243 271 301 240 363 220 c 1\n 363 220 l 1\n 474 185 618 213 766 235 c 0\n 799 240 828 227 831 207 c 0\n 834 186 810 166 777 161 c 0\n 629 139 475 123 346 166 c 1\n 346 166 l 1\n 273 190 213 242 201 299 c 0\n 192 341 224 375 243 411 c 0\n687 727 m 1\n 682 729 677 730 673 731 c 0\n 610 742 540 742 470 748 c 0\n 406 754 350 784 292 801 c 0\n 286 803 282 807 283 811 c 0\n 284 815 290 817 296 815 c 0\n 355 801 415 798 474 793 c 0\n 538 787 609 799 681 790 c 0\n 699 788 716 788 732 785 c 0\n 739 784 747 782 756 778 c 0\n 764 773 781 762 780 737 c 1\n 780 737 l 1\n 779 714 765 706 757 702 c 0\n 749 699 742 699 735 699 c 0\n 720 699 705 700 692 696 c 1\n 692 696 l 1\n 649 683 607 675 568 658 c 0\n 566 657 563 657 563 659 c 0\n 562 660 563 662 566 663 c 0\n 604 680 639 706 682 725 c 1\n 682 725 l 1\n 683 725 685 726 687 727 c 1\nEndSplineSet\nEndChar\nStartChar: uni3054\nEncoding: 12372 12372 1287\nWidth: 1000\nFlags: W\nHStem: 139.598 64.0244<503 519>\nFore\n837 873 m 0\n 834 875 832 878 833 880 c 0\n 834 882 838 883 841 881 c 0\n 871 866 908 864 930 841 c 1\n 930 841 l 1\n 944 826 956 812 963 799 c 0\n 973 776 970 752 954 746 c 0\n 939 739 920 753 910 776 c 0\n 905 790 906 803 899 813 c 0\n 887 828 866 856 837 873 c 0\n760 818 m 0\n 756 820 754 823 755 825 c 0\n 756 827 760 827 764 826 c 0\n 793 813 830 813 852 789 c 0\n 866 773 877 757 883 743 c 0\n 893 719 888 696 873 690 c 0\n 858 684 839 698 830 722 c 0\n 825 737 825 750 817 760 c 0\n 806 774 787 802 760 818 c 0\n243 411 m 0\n 244 412 245 413 246 413 c 1\n 246 410 l 0\n 229 373 226 333 233 307 c 0\n 243 271 301 240 363 220 c 1\n 363 220 l 1\n 474 185 618 213 766 235 c 0\n 799 240 828 227 831 207 c 0\n 834 186 810 166 777 161 c 0\n 629 139 475 123 346 166 c 1\n 346 166 l 1\n 273 190 213 242 201 299 c 0\n 192 341 224 375 243 411 c 0\n687 727 m 1\n 682 729 677 730 673 731 c 0\n 610 742 540 742 470 748 c 0\n 406 754 350 784 292 801 c 0\n 286 803 282 807 283 811 c 0\n 284 815 290 817 296 815 c 0\n 355 801 415 798 474 793 c 0\n 538 787 609 799 681 790 c 0\n 699 788 716 788 732 785 c 0\n 739 784 747 782 756 778 c 0\n 764 773 781 762 780 737 c 1\n 780 737 l 1\n 779 714 765 706 757 702 c 0\n 749 699 742 699 735 699 c 0\n 720 699 705 700 692 696 c 1\n 692 696 l 1\n 649 683 607 675 568 658 c 0\n 566 657 563 657 563 659 c 0\n 562 660 563 662 566 663 c 0\n 604 680 639 706 682 725 c 1\n 682 725 l 1\n 683 725 685 726 687 727 c 1\nEndSplineSet\nEndChar\nStartChar: uni3055\nEncoding: 12373 12373 1288\nWidth: 1000\nFlags: W\nHStem: 88 75<621.031 622 622.031 635.745> 451.792 34.9982<488 513>\nFore\n606 717 m 1\n 517 700 437 684 383 668 c 0\n 356 660 332 640 299 644 c 1\n 299 644 l 1\n 260 650 240 693 211 712 c 0\n 204 717 199 725 202 729 c 0\n 204 733 213 734 221 730 c 0\n 253 715 294 724 310 722 c 1\n 310 722 l 1\n 323 720 342 712 371 718 c 0\n 425 729 501 749 586 770 c 1\n 577 792 568 812 559 827 c 1\n 559 827 l 1\n 547 849 533 852 523 857 c 1\n 523 857 l 1\n 513 862 486 891 456 894 c 0\n 448 895 442 899 442 904 c 0\n 442 908 449 912 457 912 c 0\n 487 913 522 940 556 924 c 1\n 556 924 l 1\n 585 911 596 881 610 854 c 1\n 610 854 l 1\n 620 834 629 809 639 783 c 1\n 667 790 696 797 725 804 c 0\n 752 810 777 801 781 784 c 0\n 785 766 765 748 738 742 c 0\n 712 737 685 732 659 727 c 1\n 681 661 704 590 728 537 c 1\n 728 537 l 1\n 737 518 748 503 757 487 c 0\n 761 479 765 471 767 460 c 0\n 769 449 769 431 755 417 c 1\n 755 417 l 1\n 742 402 726 401 715 402 c 0\n 704 402 696 405 687 409 c 0\n 669 416 651 425 632 430 c 0\n 559 448 488 462 406 442 c 0\n 327 423 246 368 239 329 c 0\n 233 294 281 238 339 205 c 1\n 339 205 l 1\n 418 159 517 164 622 163 c 0\n 656 163 682 145 682 124 c 0\n 681 103 654 87 621 88 c 0\n 516 91 405 99 310 156 c 0\n 241 197 182 267 195 337 c 0\n 210 416 313 454 398 474 c 0\n 487 494 565 490 642 476 c 0\n 658 473 675 473 688 474 c 1\n 686 485 681 500 676 514 c 1\n 676 514 l 1\n 652 575 629 651 606 717 c 1\nEndSplineSet\nEndChar\nStartChar: uni3056\nEncoding: 12374 12374 1289\nWidth: 1000\nFlags: W\nHStem: 88 75<621.031 622 622.031 635.745> 451.792 34.9982<488 513>\nFore\n875 960 m 0\n 871 962 869 966 871 968 c 0\n 872 970 875 970 879 968 c 0\n 909 954 946 952 968 928 c 1\n 968 928 l 1\n 981 913 994 900 1000 886 c 0\n 1011 863 1007 840 992 833 c 0\n 977 827 957 841 948 864 c 0\n 943 878 944 891 936 900 c 1\n 936 900 l 1\n 924 915 903 944 875 960 c 0\n797 905 m 0\n 794 907 792 911 793 913 c 0\n 794 915 798 915 801 913 c 0\n 830 900 867 900 889 876 c 1\n 889 876 l 1\n 903 861 915 845 921 830 c 0\n 930 807 926 783 911 777 c 0\n 896 771 876 786 868 810 c 0\n 862 824 862 838 855 847 c 1\n 855 847 l 1\n 844 861 825 890 797 905 c 0\n606 717 m 1\n 517 700 437 684 383 668 c 0\n 356 660 332 640 299 644 c 1\n 299 644 l 1\n 260 650 240 693 211 712 c 0\n 204 717 199 725 202 729 c 0\n 204 733 213 734 221 730 c 0\n 253 715 294 724 310 722 c 1\n 310 722 l 1\n 323 720 342 712 371 718 c 0\n 425 729 501 749 586 770 c 1\n 577 792 568 812 559 827 c 1\n 559 827 l 1\n 547 849 533 852 523 857 c 1\n 523 857 l 1\n 513 862 486 891 456 894 c 0\n 448 895 442 899 442 904 c 0\n 442 908 449 912 457 912 c 0\n 487 913 522 940 556 924 c 1\n 556 924 l 1\n 585 911 596 881 610 854 c 1\n 610 854 l 1\n 620 834 629 809 639 783 c 1\n 667 790 696 797 725 804 c 0\n 752 810 777 801 781 784 c 0\n 785 766 765 748 738 742 c 0\n 712 737 685 732 659 727 c 1\n 681 661 704 590 728 537 c 1\n 728 537 l 1\n 737 518 748 503 757 487 c 0\n 761 479 765 471 767 460 c 0\n 769 449 769 431 755 417 c 1\n 755 417 l 1\n 742 402 726 401 715 402 c 0\n 704 402 696 405 687 409 c 0\n 669 416 651 425 632 430 c 0\n 559 448 488 462 406 442 c 0\n 327 423 246 368 239 329 c 0\n 233 294 281 238 339 205 c 1\n 339 205 l 1\n 418 159 517 164 622 163 c 0\n 656 163 682 145 682 124 c 0\n 681 103 654 87 621 88 c 0\n 516 91 405 99 310 156 c 0\n 241 197 182 267 195 337 c 0\n 210 416 313 454 398 474 c 0\n 487 494 565 490 642 476 c 0\n 658 473 675 473 688 474 c 1\n 686 485 681 500 676 514 c 1\n 676 514 l 1\n 652 575 629 651 606 717 c 1\nEndSplineSet\nEndChar\nStartChar: uni3057\nEncoding: 12375 12375 1290\nWidth: 1000\nFlags: W\nHStem: 105.258 63.3549<431 463>\nVStem: 257.752 59.8974<332.201 441>\nFore\n257 920 m 0\n 255 924 254 929 257 931 c 0\n 259 933 264 931 267 927 c 0\n 287 902 329 890 339 855 c 0\n 349 821 337 792 333 757 c 0\n 320 655 314 467 318 332 c 0\n 321 258 329 209 356 188 c 0\n 389 163 480 161 560 187 c 0\n 666 221 770 281 864 359 c 0\n 867 362 871 362 872 360 c 1\n 874 359 873 355 870 352 c 0\n 779 271 699 170 578 130 c 0\n 488 100 384 90 319 141 c 1\n 319 141 l 1\n 266 183 261 254 258 330 c 0\n 255 470 271 657 279 762 c 0\n 282 798 277 820 273 837 c 0\n 268 854 274 893 257 920 c 0\nEndSplineSet\nEndChar\nStartChar: uni3058\nEncoding: 12376 12376 1291\nWidth: 1000\nFlags: W\nHStem: 135.973 63.7153<393 425>\nVStem: 249.424 58.8997<327.084 427.805>\nFore\n585 810 m 0\n 581 812 579 816 581 818 c 0\n 582 820 585 820 589 818 c 0\n 619 804 656 802 678 778 c 0\n 691 763 704 750 710 736 c 0\n 721 713 717 690 702 683 c 0\n 687 677 667 691 658 714 c 0\n 653 728 654 741 646 750 c 0\n 634 765 613 794 585 810 c 0\n507 755 m 0\n 504 757 502 761 503 763 c 0\n 504 765 508 765 511 763 c 0\n 540 750 577 750 599 726 c 0\n 613 711 625 695 631 680 c 0\n 640 657 636 633 621 627 c 0\n 606 621 586 636 578 660 c 0\n 572 674 572 688 565 697 c 0\n 554 711 535 740 507 755 c 0\n252 802 m 0\n 249 807 249 812 251 814 c 0\n 253 815 258 813 261 810 c 0\n 279 790 318 783 328 753 c 0\n 337 723 325 698 321 670 c 0\n 310 588 305 435 309 327 c 0\n 312 267 320 230 340 214 c 0\n 366 195 444 193 513 214 c 0\n 604 242 695 286 777 349 c 0\n 780 351 784 352 785 350 c 0\n 787 348 785 345 782 342 c 0\n 704 276 635 190 531 157 c 0\n 452 131 362 122 304 167 c 0\n 257 202 252 262 250 324 c 0\n 246 438 261 590 268 676 c 0\n 270 705 264 722 261 733 c 0\n 258 745 266 780 252 802 c 0\nEndSplineSet\nEndChar\nStartChar: uni3059\nEncoding: 12377 12377 1292\nWidth: 1000\nFlags: W\nHStem: 687 21G<258 258>\nVStem: 359.24 27.5551<402 427> 593 53<730 755> 596.169 51.6724<571.027 677.966>\nFore\n589 468 m 0\n 585 496 577 517 565 527 c 0\n 552 538 531 546 504 544 c 0\n 478 543 448 532 428 512 c 0\n 387 473 375 401 398 365 c 0\n 416 337 457 332 490 335 c 1\n 490 335 l 1\n 524 339 550 355 568 391 c 1\n 568 391 l 1\n 578 411 585 438 589 468 c 0\n593 726 m 1\n 593 737 593 747 593 756 c 0\n 592 790 580 807 576 820 c 1\n 576 820 l 1\n 571 836 572 879 552 909 c 0\n 546 918 545 928 550 931 c 0\n 554 935 564 931 571 924 c 0\n 595 897 640 884 653 846 c 1\n 653 846 l 1\n 664 813 648 787 646 755 c 0\n 646 748 646 739 646 730 c 1\n 733 736 810 736 886 732 c 0\n 914 730 936 715 935 698 c 0\n 934 680 910 667 883 669 c 0\n 806 674 731 683 647 681 c 1\n 648 625 650 558 643 496 c 1\n 651 464 652 428 649 392 c 0\n 644 322 623 246 594 188 c 0\n 553 104 485 76 435 37 c 0\n 432 35 428 34 426 36 c 0\n 425 38 426 41 429 44 c 0\n 477 86 506 140 540 213 c 0\n 555 246 569 286 578 326 c 1\n 554 305 525 293 494 291 c 1\n 494 291 l 1\n 448 287 400 311 376 351 c 0\n 344 402 357 483 406 534 c 0\n 431 559 463 577 498 586 c 0\n 531 594 568 592 596 571 c 1\n 597 607 596 645 595 678 c 1\n 480 670 346 646 261 639 c 1\n 261 639 l 1\n 227 636 197 629 167 639 c 1\n 167 639 l 1\n 133 650 113 688 84 708 c 0\n 78 713 74 719 77 723 c 0\n 79 727 87 727 94 723 c 0\n 124 707 164 709 187 702 c 1\n 187 702 l 1\n 208 696 227 686 258 687 c 1\n 258 687 l 1\n 338 690 474 716 593 726 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni305A\nEncoding: 12378 12378 1293\nWidth: 1000\nFlags: W\nHStem: 687 21G<258 258>\nVStem: 359.24 27.5551<402 427> 593 53<730 755> 596.169 51.6724<571.027 677.966>\nFore\n767 935 m 0\n 764 937 762 941 763 943 c 0\n 764 945 768 945 771 943 c 0\n 801 929 838 927 860 903 c 1\n 860 903 l 1\n 874 888 886 875 893 861 c 0\n 903 838 900 815 884 808 c 0\n 869 802 850 816 840 839 c 0\n 835 853 836 866 829 875 c 1\n 829 875 l 1\n 817 890 796 919 767 935 c 0\n690 880 m 0\n 686 882 684 886 685 888 c 0\n 686 890 690 890 694 888 c 0\n 723 875 760 875 782 851 c 1\n 782 851 l 1\n 796 836 807 820 813 805 c 0\n 823 782 818 758 803 752 c 0\n 788 746 769 761 760 785 c 0\n 755 799 755 813 747 822 c 1\n 747 822 l 1\n 736 836 717 865 690 880 c 0\n589 468 m 0\n 585 496 577 517 565 527 c 0\n 552 538 531 546 504 544 c 0\n 478 543 448 532 428 512 c 0\n 387 473 375 401 398 365 c 0\n 416 337 457 332 490 335 c 1\n 490 335 l 1\n 524 339 550 355 568 391 c 1\n 568 391 l 1\n 578 411 585 438 589 468 c 0\n593 726 m 1\n 593 737 593 747 593 756 c 0\n 592 790 580 807 576 820 c 1\n 576 820 l 1\n 571 836 572 879 552 909 c 0\n 546 918 545 928 550 931 c 0\n 554 935 564 931 571 924 c 0\n 595 897 640 884 653 846 c 1\n 653 846 l 1\n 664 813 648 787 646 755 c 0\n 646 748 646 739 646 730 c 1\n 733 736 810 736 886 732 c 0\n 914 730 936 715 935 698 c 0\n 934 680 910 667 883 669 c 0\n 806 674 731 683 647 681 c 1\n 648 625 650 558 643 496 c 1\n 651 464 652 428 649 392 c 0\n 644 322 623 246 594 188 c 0\n 553 104 485 76 435 37 c 0\n 432 35 428 34 426 36 c 0\n 425 38 426 41 429 44 c 0\n 477 86 506 140 540 213 c 0\n 555 246 569 286 578 326 c 1\n 554 305 525 293 494 291 c 1\n 494 291 l 1\n 448 287 400 311 376 351 c 0\n 344 402 357 483 406 534 c 0\n 431 559 463 577 498 586 c 0\n 531 594 568 592 596 571 c 1\n 597 607 596 645 595 678 c 1\n 480 670 346 646 261 639 c 1\n 261 639 l 1\n 227 636 197 629 167 639 c 1\n 167 639 l 1\n 133 650 113 688 84 708 c 0\n 78 713 74 719 77 723 c 0\n 79 727 87 727 94 723 c 0\n 124 707 164 709 187 702 c 1\n 187 702 l 1\n 208 696 227 686 258 687 c 1\n 258 687 l 1\n 338 690 474 716 593 726 c 1\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: uni305B\nEncoding: 12379 12379 1294\nWidth: 1000\nFlags: W\nHStem: 95.5851 64.9185<598 624>\nVStem: 314 56<302 510.936>\nFore\n316 511 m 1\n 293 507 271 504 253 501 c 1\n 253 501 l 1\n 227 497 202 486 174 496 c 1\n 174 496 l 1\n 140 509 132 552 110 573 c 0\n 103 580 100 588 104 592 c 0\n 107 596 115 594 123 589 c 0\n 148 571 187 574 200 570 c 1\n 200 570 l 1\n 210 567 222 558 246 560 c 1\n 246 560 l 1\n 266 562 290 565 318 569 c 1\n 319 605 320 638 321 665 c 1\n 321 665 l 1\n 322 697 314 715 310 726 c 1\n 310 726 l 1\n 305 738 304 776 284 799 c 0\n 278 806 276 814 279 818 c 1\n 283 821 292 819 299 814 c 0\n 322 794 365 789 379 755 c 1\n 379 755 l 1\n 393 722 381 693 378 661 c 1\n 378 661 l 1\n 376 638 374 609 373 578 c 1\n 435 588 505 598 570 604 c 0\n 601 607 631 608 660 610 c 1\n 666 654 669 698 675 738 c 0\n 679 768 674 789 672 798 c 1\n 672 798 l 1\n 669 806 668 843 647 863 c 1\n 641 870 638 878 641 882 c 0\n 644 886 653 884 661 879 c 0\n 684 862 728 860 742 823 c 1\n 742 823 l 1\n 756 787 740 757 734 728 c 0\n 727 693 721 653 713 611 c 1\n 770 612 824 610 877 605 c 0\n 910 603 936 584 934 563 c 0\n 932 542 904 528 871 531 c 0\n 815 536 759 543 701 547 c 1\n 691 498 680 450 672 409 c 0\n 670 398 671 385 669 372 c 0\n 667 358 660 337 638 328 c 1\n 638 328 l 1\n 614 319 598 332 588 344 c 0\n 578 355 571 367 562 374 c 0\n 540 389 524 405 506 418 c 0\n 502 421 500 426 502 429 c 0\n 504 431 509 431 513 428 c 0\n 531 414 550 403 572 392 c 0\n 582 387 596 388 606 392 c 0\n 614 396 616 405 609 404 c 1\n 612 408 615 415 617 422 c 0\n 628 461 640 504 649 549 c 1\n 625 549 600 549 574 547 c 0\n 508 543 436 532 372 521 c 1\n 370 453 370 380 370 321 c 0\n 371 264 367 224 386 201 c 0\n 404 179 449 172 499 165 c 1\n 499 165 l 1\n 581 154 678 165 777 171 c 0\n 809 173 836 159 837 139 c 0\n 838 119 814 102 782 100 c 0\n 682 93 581 91 490 106 c 1\n 490 106 l 1\n 435 115 384 137 353 175 c 0\n 322 212 314 262 314 320 c 0\n 313 377 314 446 316 511 c 1\nEndSplineSet\nMinimumDistance: x57,-1 \nEndChar\nStartChar: uni305C\nEncoding: 12380 12380 1295\nWidth: 1000\nFlags: W\nHStem: 95.5851 64.9185<598 624>\nVStem: 314 56<302 510.936>\nFore\n857 828 m 0\n 854 830 852 833 853 835 c 0\n 854 837 858 838 861 836 c 0\n 891 821 928 819 950 796 c 0\n 964 781 976 767 983 754 c 0\n 993 731 990 707 974 701 c 0\n 959 694 940 708 930 731 c 0\n 925 745 926 758 919 768 c 0\n 907 783 886 811 857 828 c 0\n780 773 m 0\n 776 775 774 778 775 780 c 0\n 776 782 780 782 784 781 c 0\n 813 768 850 768 872 744 c 0\n 886 728 897 712 903 698 c 0\n 913 674 908 651 893 645 c 0\n 878 639 859 653 850 677 c 0\n 845 692 845 705 837 715 c 0\n 826 729 807 757 780 773 c 0\n316 511 m 1\n 293 507 271 504 253 501 c 1\n 253 501 l 1\n 227 497 202 486 174 496 c 1\n 174 496 l 1\n 140 509 132 552 110 573 c 0\n 103 580 100 588 104 592 c 0\n 107 596 115 594 123 589 c 0\n 148 571 187 574 200 570 c 1\n 200 570 l 1\n 210 567 222 558 246 560 c 1\n 246 560 l 1\n 266 562 290 565 318 569 c 1\n 319 605 320 638 321 665 c 1\n 321 665 l 1\n 322 697 314 715 310 726 c 1\n 310 726 l 1\n 305 738 304 776 284 799 c 0\n 278 806 276 814 279 818 c 1\n 283 821 292 819 299 814 c 0\n 322 794 365 789 379 755 c 1\n 379 755 l 1\n 393 722 381 693 378 661 c 1\n 378 661 l 1\n 376 638 374 609 373 578 c 1\n 435 588 505 598 570 604 c 0\n 601 607 631 608 660 610 c 1\n 666 654 669 698 675 738 c 0\n 679 768 674 789 672 798 c 1\n 672 798 l 1\n 669 806 668 843 647 863 c 1\n 641 870 638 878 641 882 c 0\n 644 886 653 884 661 879 c 0\n 684 862 728 860 742 823 c 1\n 742 823 l 1\n 756 787 740 757 734 728 c 0\n 727 693 721 653 713 611 c 1\n 770 612 824 610 877 605 c 0\n 910 603 936 584 934 563 c 0\n 932 542 904 528 871 531 c 0\n 815 536 759 543 701 547 c 1\n 691 498 680 450 672 409 c 0\n 670 398 671 385 669 372 c 0\n 667 358 660 337 638 328 c 1\n 638 328 l 1\n 614 319 598 332 588 344 c 0\n 578 355 571 367 562 374 c 0\n 540 389 524 405 506 418 c 0\n 502 421 500 426 502 429 c 0\n 504 431 509 431 513 428 c 0\n 531 414 550 403 572 392 c 0\n 582 387 596 388 606 392 c 0\n 614 396 616 405 609 404 c 1\n 612 408 615 415 617 422 c 0\n 628 461 640 504 649 549 c 1\n 625 549 600 549 574 547 c 0\n 508 543 436 532 372 521 c 1\n 370 453 370 380 370 321 c 0\n 371 264 367 224 386 201 c 0\n 404 179 449 172 499 165 c 1\n 499 165 l 1\n 581 154 678 165 777 171 c 0\n 809 173 836 159 837 139 c 0\n 838 119 814 102 782 100 c 0\n 682 93 581 91 490 106 c 1\n 490 106 l 1\n 435 115 384 137 353 175 c 0\n 322 212 314 262 314 320 c 0\n 313 377 314 446 316 511 c 1\nEndSplineSet\nMinimumDistance: x73,-1 \nEndChar\nStartChar: uni305D\nEncoding: 12381 12381 1296\nWidth: 1000\nFlags: W\nVStem: 399.246 36.0984<303 322>\nFore\n622 852 m 1\n 617 852 613 851 608 851 c 0\n 545 843 478 830 432 814 c 1\n 432 814 l 1\n 411 807 394 786 366 789 c 0\n 335 792 320 827 297 840 c 1\n 291 845 287 851 289 855 c 0\n 290 858 298 859 305 856 c 0\n 330 847 361 858 373 857 c 0\n 383 856 399 847 422 852 c 1\n 422 852 l 1\n 469 863 536 883 601 895 c 0\n 618 898 635 904 650 908 c 0\n 657 910 665 911 673 911 c 0\n 682 910 699 908 708 887 c 1\n 708 887 l 1\n 717 864 705 850 699 844 c 0\n 693 837 686 833 678 828 c 0\n 664 819 646 810 630 800 c 0\n 569 758 507 726 448 686 c 0\n 383 640 319 586 242 537 c 1\n 242 537 l 1\n 240 535 237 533 234 531 c 1\n 237 532 240 532 243 533 c 1\n 243 533 l 1\n 328 549 406 553 482 564 c 0\n 556 575 630 593 713 601 c 0\n 735 604 759 608 778 610 c 0\n 787 611 795 612 803 612 c 0\n 807 612 810 612 815 611 c 0\n 820 609 830 609 837 592 c 1\n 837 592 l 1\n 844 576 834 561 829 556 c 0\n 824 552 821 551 817 549 c 0\n 810 546 803 543 794 540 c 0\n 775 535 752 529 727 520 c 0\n 615 483 478 434 444 361 c 0\n 424 318 438 263 467 225 c 0\n 499 181 564 164 628 137 c 0\n 656 125 672 101 665 84 c 0\n 657 66 628 61 600 74 c 0\n 537 103 473 143 432 201 c 0\n 397 251 388 319 415 375 c 0\n 456 463 581 518 689 557 c 1\n 619 551 553 542 487 532 c 0\n 410 520 334 506 251 488 c 1\n 251 488 l 1\n 229 483 205 476 187 471 c 0\n 177 468 169 466 161 465 c 0\n 157 464 154 464 148 465 c 0\n 142 465 129 466 122 484 c 0\n 114 501 123 512 127 517 c 0\n 131 521 134 523 137 525 c 0\n 144 530 152 533 161 538 c 0\n 179 546 201 557 222 569 c 1\n 222 569 l 1\n 297 616 365 664 431 710 c 0\n 490 751 547 793 604 836 c 0\n 610 841 616 846 622 852 c 1\nEndSplineSet\nEndChar\nStartChar: uni305E\nEncoding: 12382 12382 1297\nWidth: 1000\nFlags: W\nVStem: 399.246 36.0984<303 322>\nFore\n805 838 m 0\n 801 840 799 843 801 845 c 0\n 802 847 805 848 809 846 c 0\n 839 831 876 829 898 806 c 0\n 911 791 924 777 930 764 c 0\n 941 741 937 717 922 711 c 0\n 907 704 887 718 878 741 c 0\n 873 755 874 768 866 778 c 0\n 854 793 833 821 805 838 c 0\n727 783 m 0\n 724 785 722 788 723 790 c 0\n 724 792 728 792 731 791 c 0\n 760 778 797 778 819 754 c 0\n 833 738 845 722 851 708 c 0\n 860 684 856 661 841 655 c 0\n 826 649 806 663 798 687 c 0\n 792 702 792 715 785 725 c 0\n 774 739 755 767 727 783 c 0\n622 852 m 1\n 617 852 613 851 608 851 c 0\n 545 843 478 830 432 814 c 1\n 432 814 l 1\n 411 807 394 786 366 789 c 0\n 335 792 320 827 297 840 c 1\n 291 845 287 851 289 855 c 0\n 290 858 298 859 305 856 c 0\n 330 847 361 858 373 857 c 0\n 383 856 399 847 422 852 c 1\n 422 852 l 1\n 469 863 536 883 601 895 c 0\n 618 898 635 904 650 908 c 0\n 657 910 665 911 673 911 c 0\n 682 910 699 908 708 887 c 1\n 708 887 l 1\n 717 864 705 850 699 844 c 0\n 693 837 686 833 678 828 c 0\n 664 819 646 810 630 800 c 0\n 569 758 507 726 448 686 c 0\n 383 640 319 586 242 537 c 1\n 242 537 l 1\n 240 535 237 533 234 531 c 1\n 237 532 240 532 243 533 c 1\n 243 533 l 1\n 328 549 406 553 482 564 c 0\n 556 575 630 593 713 601 c 0\n 735 604 759 608 778 610 c 0\n 787 611 795 612 803 612 c 0\n 807 612 810 612 815 611 c 0\n 820 609 830 609 837 592 c 1\n 837 592 l 1\n 844 576 834 561 829 556 c 0\n 824 552 821 551 817 549 c 0\n 810 546 803 543 794 540 c 0\n 775 535 752 529 727 520 c 0\n 615 483 478 434 444 361 c 0\n 424 318 438 263 467 225 c 0\n 499 181 564 164 628 137 c 0\n 656 125 672 101 665 84 c 0\n 657 66 628 61 600 74 c 0\n 537 103 473 143 432 201 c 0\n 397 251 388 319 415 375 c 0\n 456 463 581 518 689 557 c 1\n 619 551 553 542 487 532 c 0\n 410 520 334 506 251 488 c 1\n 251 488 l 1\n 229 483 205 476 187 471 c 0\n 177 468 169 466 161 465 c 0\n 157 464 154 464 148 465 c 0\n 142 465 129 466 122 484 c 0\n 114 501 123 512 127 517 c 0\n 131 521 134 523 137 525 c 0\n 144 530 152 533 161 538 c 0\n 179 546 201 557 222 569 c 1\n 222 569 l 1\n 297 616 365 664 431 710 c 0\n 490 751 547 793 604 836 c 0\n 610 841 616 846 622 852 c 1\nEndSplineSet\nEndChar\nStartChar: uni305F\nEncoding: 12383 12383 1298\nWidth: 1000\nFlags: W\nHStem: 83.568 57.5626<669 685> 550 41<664.41 679> 618.127 67.1497<247 250> 687 21G<232 232>\nVStem: 468 2<269 270>\nFore\n325 637 m 0\n 320 636 314 634 309 633 c 0\n 280 625 253 614 222 619 c 1\n 222 619 l 1\n 184 625 161 664 130 683 c 0\n 123 687 119 693 121 697 c 0\n 123 701 131 702 138 699 c 0\n 171 684 212 690 232 687 c 1\n 232 687 l 1\n 249 685 267 682 295 688 c 0\n 310 691 326 696 343 701 c 1\n 349 723 354 743 357 761 c 0\n 363 791 354 808 351 817 c 0\n 347 829 341 870 316 894 c 0\n 310 900 308 907 311 910 c 0\n 313 914 321 912 327 908 c 0\n 355 887 403 882 418 844 c 0\n 431 810 415 781 407 750 c 0\n 404 740 402 730 399 719 c 1\n 454 737 516 760 579 781 c 0\n 607 790 636 783 642 765 c 0\n 648 746 629 724 600 715 c 0\n 523 691 446 670 381 652 c 1\n 360 572 332 476 301 393 c 0\n 262 287 227 198 186 114 c 0\n 171 84 144 68 126 77 c 0\n 107 86 104 118 118 147 c 0\n 160 231 208 311 248 413 c 0\n 276 484 304 565 325 637 c 0\n468 268 m 0\n 468 270 469 271 470 270 c 0\n 471 270 471 269 471 268 c 0\n 467 236 476 205 487 188 c 0\n 501 165 551 152 604 145 c 0\n 685 133 774 151 867 165 c 0\n 897 169 924 157 927 138 c 0\n 929 119 907 100 877 96 c 0\n 784 84 687 76 595 91 c 0\n 536 101 480 129 457 173 c 0\n 441 204 462 237 468 268 c 0\n545 555 m 0\n 540 554 535 556 535 560 c 0\n 534 563 539 566 544 566 c 0\n 591 572 638 590 679 591 c 0\n 711 593 742 596 779 588 c 0\n 795 585 812 582 829 577 c 0\n 837 575 845 572 854 566 c 0\n 862 560 874 547 873 527 c 1\n 873 527 l 1\n 873 506 860 497 851 492 c 0\n 842 488 834 487 825 487 c 0\n 808 486 791 487 778 483 c 0\n 757 477 740 477 725 473 c 0\n 723 472 720 472 720 474 c 0\n 719 476 721 477 724 478 c 0\n 738 483 750 494 771 503 c 0\n 779 506 787 513 793 520 c 1\n 786 525 775 530 765 533 c 0\n 733 542 710 550 680 550 c 0\n 641 549 593 558 545 555 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni3060\nEncoding: 12384 12384 1299\nWidth: 1000\nFlags: W\nHStem: 83.8058 57.2701<664 685> 550 41<664.41 679> 618.127 67.1497<247 250> 687 21G<232 232>\nVStem: 468 2<269 270>\nFore\n737 855 m 0\n 734 857 732 861 733 863 c 0\n 734 865 738 865 741 863 c 0\n 771 849 808 847 830 823 c 1\n 830 823 l 1\n 844 808 856 795 863 781 c 0\n 873 758 870 735 854 728 c 0\n 839 722 820 736 810 759 c 0\n 805 773 806 786 799 795 c 1\n 799 795 l 1\n 787 810 766 839 737 855 c 0\n660 800 m 0\n 656 802 654 806 655 808 c 0\n 656 810 660 810 664 808 c 0\n 693 795 730 795 752 771 c 1\n 752 771 l 1\n 766 756 777 740 783 725 c 0\n 793 702 788 678 773 672 c 0\n 758 666 739 681 730 705 c 0\n 725 719 725 733 717 742 c 1\n 717 742 l 1\n 706 756 687 785 660 800 c 0\n325 637 m 0\n 320 636 314 634 309 633 c 0\n 280 625 253 614 222 619 c 1\n 222 619 l 1\n 184 625 161 664 130 683 c 0\n 123 687 119 693 121 697 c 0\n 123 701 131 702 138 699 c 0\n 171 684 212 690 232 687 c 1\n 232 687 l 1\n 249 685 267 682 295 688 c 0\n 310 691 326 696 343 701 c 1\n 349 723 354 743 357 761 c 0\n 363 791 354 808 351 817 c 0\n 347 829 341 870 316 894 c 0\n 310 900 308 907 311 910 c 0\n 313 914 321 912 327 908 c 0\n 355 887 403 882 418 844 c 0\n 431 810 415 781 407 750 c 0\n 404 740 402 730 399 719 c 1\n 454 737 516 760 579 781 c 0\n 607 790 636 783 642 765 c 0\n 648 746 629 724 600 715 c 0\n 523 691 446 670 381 652 c 1\n 360 572 332 476 301 393 c 0\n 262 287 227 198 186 114 c 0\n 171 84 144 68 126 77 c 0\n 107 86 104 118 118 147 c 0\n 160 231 208 311 248 413 c 0\n 276 484 304 565 325 637 c 0\n468 268 m 0\n 468 270 469 271 470 270 c 0\n 471 270 471 269 471 268 c 0\n 467 236 476 205 487 188 c 0\n 501 165 551 152 604 145 c 0\n 685 133 774 151 867 165 c 0\n 897 169 924 157 927 138 c 0\n 929 119 907 100 877 96 c 0\n 784 84 687 76 595 91 c 0\n 536 101 480 129 457 173 c 0\n 441 204 462 237 468 268 c 0\n545 555 m 0\n 540 554 535 556 535 560 c 0\n 534 563 539 566 544 566 c 0\n 591 572 638 590 679 591 c 0\n 711 593 742 596 779 588 c 0\n 795 585 812 582 829 577 c 0\n 837 575 845 572 854 566 c 0\n 862 560 874 547 873 527 c 1\n 873 527 l 1\n 873 506 860 497 851 492 c 0\n 842 488 834 487 825 487 c 0\n 808 486 791 487 778 483 c 0\n 757 477 740 477 725 473 c 0\n 723 472 720 472 720 474 c 0\n 719 476 721 477 724 478 c 0\n 738 483 750 494 771 503 c 0\n 779 506 787 513 793 520 c 1\n 786 525 775 530 765 533 c 0\n 733 542 710 550 680 550 c 0\n 641 549 593 558 545 555 c 0\nEndSplineSet\nMinimumDistance: x49,-1 \nEndChar\nStartChar: uni3061\nEncoding: 12385 12385 1300\nWidth: 1000\nFlags: W\nHStem: 85 6<506 508> 481.922 34.9147<608 640>\nVStem: 789.424 72.379<325 356>\nFore\n368 712 m 1\n 341 706 315 700 293 695 c 1\n 293 695 l 1\n 270 690 244 679 217 690 c 0\n 179 705 172 749 151 776 c 0\n 144 785 143 795 147 799 c 0\n 152 803 162 800 169 792 c 0\n 193 767 231 758 242 754 c 0\n 249 751 261 745 283 748 c 1\n 283 748 l 1\n 310 753 343 760 379 769 c 1\n 381 783 384 796 385 808 c 1\n 385 808 l 1\n 388 832 384 843 380 855 c 1\n 380 855 l 1\n 375 871 369 916 344 947 c 0\n 340 952 339 959 342 961 c 0\n 345 964 351 962 355 957 c 0\n 383 929 430 914 443 875 c 1\n 443 875 l 1\n 452 848 443 824 438 799 c 1\n 438 799 l 1\n 437 794 436 788 435 783 c 1\n 450 786 465 790 479 793 c 0\n 536 806 584 823 632 833 c 0\n 664 839 692 828 696 808 c 0\n 699 788 677 768 646 762 c 0\n 597 754 547 752 491 740 c 0\n 469 736 446 731 424 725 c 1\n 408 651 387 559 368 482 c 1\n 368 482 l 1\n 364 467 362 452 361 440 c 1\n 369 442 377 446 385 450 c 0\n 468 493 576 530 676 513 c 1\n 676 513 l 1\n 714 506 752 495 784 475 c 0\n 817 456 846 426 857 387 c 0\n 880 303 831 214 768 157 c 0\n 696 93 598 100 509 85 c 0\n 507 85 504 86 504 88 c 0\n 504 89 506 91 508 91 c 0\n 596 109 675 148 729 199 c 0\n 777 245 799 322 787 368 c 0\n 782 389 771 411 751 432 c 0\n 731 452 702 470 669 477 c 1\n 669 477 l 1\n 584 495 478 463 405 416 c 0\n 390 407 378 393 367 380 c 0\n 362 374 357 368 349 363 c 0\n 340 359 325 352 305 364 c 1\n 305 364 l 1\n 282 377 281 398 282 409 c 0\n 283 420 286 428 290 437 c 0\n 297 455 306 475 313 497 c 1\n 313 497 l 1\n 334 563 354 644 368 712 c 1\nEndSplineSet\nEndChar\nStartChar: uni3062\nEncoding: 12386 12386 1301\nWidth: 1000\nFlags: W\nHStem: 105 6<506 509> 457.711 34.07<605 643>\nVStem: 806.389 72.7874<329 351>\nFore\n777 890 m 0\n 774 892 772 896 773 898 c 0\n 774 900 778 900 781 898 c 0\n 811 884 848 882 870 858 c 1\n 870 858 l 1\n 884 843 896 830 903 816 c 0\n 913 793 910 770 894 763 c 0\n 879 757 860 771 850 794 c 0\n 845 808 846 821 839 830 c 1\n 839 830 l 1\n 827 845 806 874 777 890 c 0\n700 835 m 0\n 696 837 694 841 695 843 c 0\n 696 845 700 845 704 843 c 0\n 733 830 770 830 792 806 c 1\n 792 806 l 1\n 806 791 817 775 823 760 c 0\n 833 737 828 713 813 707 c 0\n 798 701 779 716 770 740 c 0\n 765 754 765 768 757 777 c 1\n 757 777 l 1\n 746 791 727 820 700 835 c 0\n361 662 m 1\n 332 656 305 651 281 646 c 0\n 257 642 231 630 203 640 c 1\n 203 640 l 1\n 167 653 156 695 133 720 c 0\n 126 728 124 738 128 742 c 0\n 132 746 142 744 150 737 c 0\n 175 715 213 710 226 706 c 1\n 226 706 l 1\n 235 702 249 696 273 700 c 1\n 273 700 l 1\n 301 704 337 710 374 718 c 1\n 377 730 379 741 380 751 c 1\n 380 751 l 1\n 384 772 379 781 376 789 c 1\n 376 789 l 1\n 372 801 363 845 337 873 c 0\n 332 878 330 884 333 887 c 0\n 336 889 342 888 347 884 c 0\n 376 859 423 850 438 812 c 1\n 438 812 l 1\n 448 787 439 763 434 740 c 1\n 434 740 l 1\n 433 737 432 733 431 730 c 1\n 448 733 464 736 480 740 c 0\n 539 751 590 767 641 776 c 0\n 672 781 700 769 703 749 c 0\n 707 729 684 709 652 705 c 0\n 601 697 549 697 489 686 c 0\n 466 682 442 678 418 673 c 1\n 401 607 379 525 359 457 c 0\n 356 445 353 433 352 423 c 1\n 361 425 371 429 381 433 c 0\n 468 473 579 504 685 488 c 0\n 724 483 763 474 797 457 c 0\n 832 441 863 414 874 375 c 0\n 897 296 843 217 780 166 c 0\n 703 104 603 115 510 105 c 0\n 507 105 505 106 505 107 c 0\n 504 109 506 111 509 111 c 0\n 601 125 685 159 744 210 c 0\n 791 251 814 322 805 356 c 0\n 800 373 790 392 768 411 c 0\n 746 430 714 446 679 453 c 0\n 585 470 476 442 398 398 c 0\n 382 389 370 375 358 363 c 1\n 351 358 346 352 337 348 c 0\n 328 343 311 338 293 351 c 1\n 293 351 l 1\n 273 365 272 385 273 395 c 0\n 275 406 278 413 281 421 c 0\n 289 438 298 455 305 474 c 0\n 325 532 346 602 361 662 c 1\nEndSplineSet\nEndChar\nStartChar: uni3063\nEncoding: 12387 12387 1302\nWidth: 1000\nFlags: W\nHStem: 96 9<440 456> 357 62<248 249> 437.286 55.4158<533 565>\nVStem: 700 74<297 303>\nFore\n190 412 m 0\n 185 418 183 426 187 429 c 0\n 190 432 197 430 203 425 c 0\n 210 418 225 419 231 416 c 1\n 231 416 l 1\n 238 412 246 419 250 419 c 1\n 250 419 l 1\n 257 420 274 423 293 431 c 1\n 293 431 l 1\n 319 441 349 449 379 460 c 0\n 410 471 443 482 481 487 c 0\n 525 494 574 497 621 486 c 1\n 621 486 l 1\n 660 477 699 460 726 428 c 0\n 755 394 775 349 774 303 c 0\n 774 260 754 222 734 190 c 1\n 734 190 l 1\n 716 164 693 146 669 129 c 1\n 669 129 l 1\n 641 111 606 101 571 93 c 0\n 529 84 485 95 442 96 c 0\n 438 96 435 98 435 100 c 0\n 435 103 438 105 442 105 c 0\n 485 106 527 118 563 128 c 0\n 593 136 617 155 640 172 c 1\n 640 172 l 1\n 660 186 674 202 685 221 c 1\n 685 221 l 1\n 699 243 700 275 700 303 c 0\n 699 333 694 367 678 388 c 0\n 662 408 639 423 608 430 c 1\n 608 430 l 1\n 572 439 528 439 488 434 c 0\n 455 429 425 422 395 411 c 0\n 368 402 342 387 316 375 c 1\n 316 375 l 1\n 296 367 275 355 249 357 c 1\n 249 357 l 1\n 231 357 219 372 208 380 c 1\n 208 380 l 1\n 197 389 197 405 190 412 c 0\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni3064\nEncoding: 12388 12388 1303\nWidth: 1000\nFlags: W\nHStem: 196 9<448 449> 663.975 55.2029<569 608>\nVStem: 800 74<458 490>\nFore\n118 624 m 0\n 113 630 111 638 114 641 c 0\n 117 644 124 642 130 637 c 0\n 141 628 158 626 168 621 c 0\n 177 616 188 622 196 622 c 1\n 196 622 l 1\n 208 622 231 626 256 636 c 1\n 256 636 l 1\n 290 649 329 663 368 677 c 0\n 410 692 453 705 501 712 c 0\n 557 721 621 724 681 711 c 1\n 681 711 l 1\n 732 699 782 677 816 635 c 0\n 853 591 874 534 874 476 c 1\n 874 476 l 1\n 875 420 861 367 834 323 c 0\n 812 288 779 266 747 245 c 0\n 711 220 665 204 618 192 c 1\n 618 192 l 1\n 563 179 505 195 449 196 c 0\n 445 196 442 198 442 200 c 0\n 442 203 445 205 449 205 c 0\n 505 207 559 226 606 239 c 1\n 606 239 l 1\n 646 250 680 274 712 296 c 0\n 738 315 755 338 770 363 c 0\n 788 392 799 433 800 475 c 1\n 800 475 l 1\n 800 519 791 566 768 596 c 0\n 745 624 711 645 668 655 c 1\n 668 655 l 1\n 619 667 561 666 508 659 c 0\n 464 652 425 643 386 629 c 0\n 350 616 314 595 278 580 c 1\n 278 580 l 1\n 251 569 224 557 193 559 c 1\n 193 559 l 1\n 173 560 159 576 146 585 c 0\n 132 595 128 614 118 624 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni3065\nEncoding: 12389 12389 1304\nWidth: 1000\nFlags: W\nHStem: 196 9<448 449> 663.975 55.2029<569 608>\nVStem: 800 74<458 490>\nFore\n832 918 m 0\n 829 920 827 923 828 925 c 0\n 829 927 833 928 836 926 c 0\n 866 911 903 909 925 886 c 1\n 925 886 l 1\n 939 871 951 857 958 844 c 0\n 968 821 965 797 949 791 c 0\n 934 784 915 798 905 821 c 0\n 900 835 901 848 894 858 c 1\n 894 858 l 1\n 882 873 861 901 832 918 c 0\n755 863 m 0\n 751 865 749 868 750 870 c 0\n 751 872 755 872 759 871 c 0\n 788 858 825 858 847 834 c 1\n 847 834 l 1\n 861 818 872 802 878 788 c 0\n 888 764 883 741 868 735 c 0\n 853 729 834 743 825 767 c 0\n 820 782 820 795 812 805 c 1\n 812 805 l 1\n 801 819 782 847 755 863 c 0\n118 624 m 0\n 113 630 111 638 114 641 c 0\n 117 644 124 642 130 637 c 0\n 141 628 158 626 168 621 c 0\n 177 616 188 622 196 622 c 1\n 196 622 l 1\n 208 622 231 626 256 636 c 1\n 256 636 l 1\n 290 649 329 663 368 677 c 0\n 410 692 453 705 501 712 c 0\n 557 721 621 724 681 711 c 1\n 681 711 l 1\n 732 699 782 677 816 635 c 0\n 853 591 874 534 874 476 c 1\n 874 476 l 1\n 875 420 861 367 834 323 c 0\n 812 288 779 266 747 245 c 0\n 711 220 665 204 618 192 c 1\n 618 192 l 1\n 563 179 505 195 449 196 c 0\n 445 196 442 198 442 200 c 0\n 442 203 445 205 449 205 c 0\n 505 207 559 226 606 239 c 1\n 606 239 l 1\n 646 250 680 274 712 296 c 0\n 738 315 755 338 770 363 c 0\n 788 392 799 433 800 475 c 1\n 800 475 l 1\n 800 519 791 566 768 596 c 0\n 745 624 711 645 668 655 c 1\n 668 655 l 1\n 619 667 561 666 508 659 c 0\n 464 652 425 643 386 629 c 0\n 350 616 314 595 278 580 c 1\n 278 580 l 1\n 251 569 224 557 193 559 c 1\n 193 559 l 1\n 173 560 159 576 146 585 c 0\n 132 595 128 614 118 624 c 0\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: uni3066\nEncoding: 12390 12390 1305\nWidth: 1000\nFlags: W\nVStem: 409.725 52.9778<373 397>\nFore\n762 777 m 1\n 753 777 l 0\n 674 775 596 779 509 769 c 0\n 418 758 317 733 250 717 c 0\n 221 709 194 692 160 699 c 1\n 160 699 l 1\n 120 707 103 753 75 775 c 0\n 70 779 67 784 69 787 c 0\n 71 790 77 790 83 787 c 0\n 114 769 157 775 174 772 c 1\n 174 772 l 1\n 188 770 208 764 239 769 c 0\n 308 782 411 796 505 807 c 0\n 593 818 672 829 751 834 c 0\n 769 835 787 838 803 840 c 0\n 811 841 818 842 827 840 c 0\n 835 839 852 839 862 815 c 1\n 862 815 l 1\n 867 801 864 788 860 781 c 0\n 856 774 852 770 848 768 c 0\n 840 762 832 759 824 756 c 0\n 807 750 786 743 766 733 c 1\n 766 733 l 1\n 669 685 560 631 503 542 c 0\n 454 465 450 358 484 297 c 0\n 521 231 623 203 731 169 c 0\n 762 159 783 134 776 115 c 0\n 770 95 739 87 708 97 c 0\n 600 133 486 175 435 269 c 0\n 387 357 412 477 471 564 c 0\n 538 664 655 714 748 768 c 1\n 748 768 l 1\n 753 771 758 774 762 777 c 1\nEndSplineSet\nEndChar\nStartChar: uni3067\nEncoding: 12391 12391 1306\nWidth: 1000\nFlags: W\nVStem: 409.725 52.9778<373 397>\nFore\n812 665 m 0\n 809 667 807 671 808 673 c 0\n 809 675 813 675 816 673 c 0\n 846 659 883 657 905 633 c 1\n 905 633 l 1\n 919 618 931 605 938 591 c 0\n 948 568 945 545 929 538 c 0\n 914 532 895 546 885 569 c 0\n 880 583 881 596 874 605 c 1\n 874 605 l 1\n 862 620 841 649 812 665 c 0\n735 610 m 0\n 731 612 729 616 730 618 c 0\n 731 620 735 620 739 618 c 0\n 768 605 805 605 827 581 c 0\n 841 566 852 550 858 535 c 0\n 868 512 863 488 848 482 c 0\n 833 476 814 491 805 515 c 0\n 800 529 800 543 792 552 c 0\n 781 566 762 595 735 610 c 0\n762 777 m 1\n 753 777 l 0\n 674 775 596 779 509 769 c 0\n 418 758 317 733 250 717 c 0\n 221 709 194 692 160 699 c 1\n 160 699 l 1\n 120 707 103 753 75 775 c 0\n 70 779 67 784 69 787 c 0\n 71 790 77 790 83 787 c 0\n 114 769 157 775 174 772 c 1\n 174 772 l 1\n 188 770 208 764 239 769 c 0\n 308 782 411 796 505 807 c 0\n 593 818 672 829 751 834 c 0\n 769 835 787 838 803 840 c 0\n 811 841 818 842 827 840 c 0\n 835 839 852 839 862 815 c 1\n 862 815 l 1\n 867 801 864 788 860 781 c 0\n 856 774 852 770 848 768 c 0\n 840 762 832 759 824 756 c 0\n 807 750 786 743 766 733 c 1\n 766 733 l 1\n 669 685 560 631 503 542 c 0\n 454 465 450 358 484 297 c 0\n 521 231 623 203 731 169 c 0\n 762 159 783 134 776 115 c 0\n 770 95 739 87 708 97 c 0\n 600 133 486 175 435 269 c 0\n 387 357 412 477 471 564 c 0\n 538 664 655 714 748 768 c 1\n 748 768 l 1\n 753 771 758 774 762 777 c 1\nEndSplineSet\nEndChar\nStartChar: uni3068\nEncoding: 12392 12392 1307\nWidth: 1000\nFlags: W\nHStem: 131 74<701 742 742.031 755.837>\nVStem: 237.249 41.521<307 323>\nFore\n446 563 m 1\n 533 612 622 648 710 676 c 0\n 742 686 773 678 779 658 c 0\n 785 638 765 614 733 605 c 0\n 633 574 533 551 443 498 c 1\n 440 493 436 490 431 490 c 2\n 430 489 l 2\n 356 443 289 382 280 327 c 0\n 274 292 289 255 313 234 c 1\n 313 234 l 1\n 344 207 398 205 459 201 c 0\n 547 196 644 204 742 205 c 0\n 775 206 802 189 802 168 c 0\n 802 148 775 131 742 131 c 0\n 644 130 546 137 455 145 c 0\n 392 150 330 163 286 202 c 1\n 286 202 l 1\n 250 234 231 284 239 334 c 0\n 251 413 323 485 403 536 c 1\n 397 578 389 618 385 658 c 1\n 385 658 l 1\n 381 694 377 729 371 761 c 0\n 367 787 360 812 356 830 c 1\n 356 830 l 1\n 353 841 354 850 350 858 c 0\n 345 868 343 883 335 890 c 0\n 326 897 315 910 300 915 c 0\n 295 917 292 920 293 923 c 0\n 293 926 298 928 303 926 c 0\n 319 923 338 927 354 916 c 0\n 369 907 386 897 394 883 c 0\n 402 870 410 859 413 846 c 1\n 413 846 l 1\n 420 824 424 797 428 770 c 0\n 433 735 435 700 439 663 c 1\n 439 663 l 1\n 442 631 444 597 446 563 c 1\nEndSplineSet\nEndChar\nStartChar: uni3069\nEncoding: 12393 12393 1308\nWidth: 1000\nFlags: W\nHStem: 131 74<701 742 742.031 755.837>\nVStem: 237.249 41.521<307 323>\nFore\n800 790 m 0\n 796 792 794 796 796 798 c 0\n 797 800 800 800 804 798 c 0\n 834 784 871 782 893 758 c 0\n 906 743 919 730 925 716 c 0\n 936 693 932 670 917 663 c 0\n 902 657 882 671 873 694 c 0\n 868 708 869 721 861 730 c 0\n 849 745 828 774 800 790 c 0\n722 735 m 0\n 719 737 717 741 718 743 c 0\n 719 745 723 745 726 743 c 0\n 755 730 792 730 814 706 c 0\n 828 691 840 675 846 660 c 0\n 855 637 851 613 836 607 c 0\n 821 601 801 616 793 640 c 0\n 787 654 787 668 780 677 c 0\n 769 691 750 720 722 735 c 0\n446 563 m 1\n 533 612 622 648 710 676 c 0\n 742 686 773 678 779 658 c 0\n 785 638 765 614 733 605 c 0\n 633 574 533 551 443 498 c 1\n 440 493 436 490 431 490 c 2\n 430 489 l 2\n 356 443 289 382 280 327 c 0\n 274 292 289 255 313 234 c 1\n 313 234 l 1\n 344 207 398 205 459 201 c 0\n 547 196 644 204 742 205 c 0\n 775 206 802 189 802 168 c 0\n 802 148 775 131 742 131 c 0\n 644 130 546 137 455 145 c 0\n 392 150 330 163 286 202 c 1\n 286 202 l 1\n 250 234 231 284 239 334 c 0\n 251 413 323 485 403 536 c 1\n 397 578 389 618 385 658 c 1\n 385 658 l 1\n 381 694 377 729 371 761 c 0\n 367 787 360 812 356 830 c 1\n 356 830 l 1\n 353 841 354 850 350 858 c 0\n 345 868 343 883 335 890 c 0\n 326 897 315 910 300 915 c 0\n 295 917 292 920 293 923 c 0\n 293 926 298 928 303 926 c 0\n 319 923 338 927 354 916 c 0\n 369 907 386 897 394 883 c 0\n 402 870 410 859 413 846 c 1\n 413 846 l 1\n 420 824 424 797 428 770 c 0\n 433 735 435 700 439 663 c 1\n 439 663 l 1\n 442 631 444 597 446 563 c 1\nEndSplineSet\nEndChar\nStartChar: uni306A\nEncoding: 12394 12394 1309\nWidth: 1000\nFlags: W\nFore\n355 685 m 0\n 336 680 319 676 303 672 c 0\n 275 664 247 650 216 661 c 0\n 177 674 168 721 144 749 c 0\n 140 754 138 760 141 762 c 1\n 143 765 149 763 154 759 c 0\n 182 735 224 731 238 726 c 0\n 249 723 265 716 291 721 c 0\n 319 727 352 736 388 748 c 1\n 393 757 397 765 400 773 c 1\n 400 773 l 1\n 411 799 411 815 409 828 c 1\n 409 828 l 1\n 408 845 410 888 390 921 c 0\n 387 927 387 933 390 935 c 0\n 393 937 399 935 403 929 c 0\n 426 899 469 878 475 836 c 1\n 475 836 l 1\n 478 812 470 792 460 772 c 1\n 497 784 536 798 575 811 c 0\n 601 819 627 813 632 796 c 0\n 637 779 620 759 594 751 c 0\n 536 733 478 717 426 704 c 1\n 382 615 318 493 250 372 c 0\n 235 345 209 332 192 341 c 0\n 175 351 174 380 190 407 c 0\n 249 507 311 606 355 685 c 0\n605 217 m 0\n 596 222 586 226 576 230 c 0\n 522 252 462 276 411 258 c 0\n 377 246 351 222 349 200 c 0\n 347 176 378 146 419 131 c 0\n 478 109 562 138 588 173 c 1\n 588 173 l 1\n 596 184 602 199 605 217 c 0\n610 282 m 1\n 610 330 604 384 607 436 c 0\n 610 511 647 572 690 597 c 0\n 722 616 761 618 803 619 c 0\n 811 619 819 621 826 624 c 1\n 822 630 816 638 810 643 c 1\n 810 643 l 1\n 778 669 742 697 700 710 c 0\n 695 711 692 715 693 718 c 0\n 694 721 698 723 704 721 c 0\n 746 710 796 713 839 684 c 1\n 839 684 l 1\n 853 676 867 668 880 659 c 0\n 886 654 892 648 897 640 c 0\n 902 632 908 617 901 600 c 1\n 901 600 l 1\n 893 583 878 577 869 576 c 0\n 859 575 852 578 844 580 c 0\n 830 586 816 593 801 595 c 0\n 760 599 722 607 694 589 c 0\n 657 565 644 502 642 435 c 0\n 641 388 653 334 659 283 c 0\n 662 259 l 1\n 708 237 751 209 791 180 c 0\n 818 161 830 131 818 114 c 0\n 806 98 774 100 747 119 c 0\n 717 141 688 165 658 185 c 1\n 654 168 647 152 636 137 c 1\n 636 137 l 1\n 585 69 480 68 405 97 c 1\n 355 118 321 161 325 202 c 0\n 329 239 364 266 403 281 c 0\n 461 302 533 309 598 286 c 0\n 602 285 606 283 610 282 c 1\nEndSplineSet\nEndChar\nStartChar: uni306B\nEncoding: 12395 12395 1310\nWidth: 1000\nFlags: W\nHStem: 147.346 58.0565<623 632>\nVStem: 131.055 50.104<312 389> 133 54<216.004 222>\nFore\n388 391 m 0\n 388 392 389 393 390 393 c 0\n 391 393 391 391 391 390 c 0\n 381 349 385 308 397 282 c 0\n 413 248 477 224 540 212 c 0\n 628 195 721 214 819 230 c 0\n 849 234 876 223 879 204 c 0\n 882 185 860 166 829 161 c 0\n 731 147 629 138 529 159 c 0\n 457 174 390 214 367 269 c 0\n 350 310 376 350 388 391 c 0\n406 665 m 0\n 401 663 396 664 395 667 c 0\n 394 670 398 674 403 676 c 0\n 479 703 552 740 624 752 c 0\n 674 760 723 769 770 752 c 0\n 782 748 794 743 806 737 c 0\n 817 730 835 719 831 691 c 0\n 829 676 819 668 812 665 c 0\n 804 662 798 662 791 662 c 0\n 778 662 766 664 756 660 c 0\n 733 651 713 640 696 626 c 0\n 694 624 692 624 691 625 c 0\n 690 626 691 629 693 630 c 0\n 710 644 724 662 748 676 c 0\n 753 679 759 684 763 688 c 2\n 764 689 l 1\n 760 693 755 696 749 699 c 0\n 717 713 677 721 630 714 c 0\n 563 704 483 689 406 665 c 0\n187 216 m 1\n 188 218 189 221 190 223 c 0\n 220 298 258 367 287 439 c 0\n 288 442 290 443 291 442 c 0\n 293 442 293 439 292 437 c 0\n 262 365 241 290 219 213 c 0\n 213 194 213 174 212 156 c 0\n 211 147 211 139 209 131 c 0\n 208 127 206 123 201 117 c 0\n 196 112 185 102 167 104 c 1\n 167 104 l 1\n 149 107 140 118 137 124 c 0\n 133 131 132 135 131 140 c 0\n 130 148 130 156 130 164 c 0\n 131 182 133 202 133 222 c 1\n 133 222 l 1\n 130 304 130 383 136 467 c 0\n 140 548 151 632 162 698 c 0\n 168 732 161 756 158 766 c 1\n 158 766 l 1\n 154 777 150 819 124 843 c 0\n 120 847 118 853 120 856 c 0\n 122 859 128 858 134 854 c 0\n 162 834 211 831 226 790 c 1\n 226 790 l 1\n 240 752 219 720 212 688 c 0\n 198 626 188 543 183 464 c 0\n 178 382 180 305 186 224 c 1\n 186 224 l 1\n 187 222 187 219 187 216 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni306C\nEncoding: 12396 12396 1311\nWidth: 1000\nFlags: W\nVStem: 842.561 61.8831<451 484>\nFore\n768 277 m 0\n 725 303 682 321 632 318 c 1\n 632 318 l 1\n 572 316 504 289 503 267 c 0\n 502 246 563 207 619 203 c 0\n 674 200 727 232 768 277 c 0\n301 579 m 0\n 307 556 313 533 322 511 c 1\n 322 511 l 1\n 331 485 344 460 358 434 c 1\n 392 513 423 593 445 659 c 1\n 395 636 346 608 301 579 c 0\n330 374 m 0\n 311 414 294 454 279 496 c 1\n 279 496 l 1\n 273 514 267 532 261 551 c 1\n 206 510 162 469 141 437 c 0\n 124 411 125 394 127 370 c 0\n 129 337 139 290 164 257 c 0\n 183 231 212 225 223 226 c 1\n 223 226 l 1\n 234 227 255 244 277 277 c 0\n 294 303 312 337 330 374 c 0\n252 582 m 1\n 244 612 238 641 233 668 c 0\n 228 699 217 719 209 731 c 1\n 209 731 l 1\n 201 743 187 775 160 791 c 0\n 153 796 148 804 151 809 c 0\n 153 813 162 814 170 810 c 0\n 199 797 241 800 263 769 c 1\n 263 769 l 1\n 284 739 280 705 284 675 c 0\n 286 656 290 635 294 613 c 1\n 345 648 402 681 460 705 c 1\n 463 716 466 726 468 735 c 1\n 468 735 l 1\n 475 763 472 780 469 792 c 1\n 469 792 l 1\n 465 808 463 852 440 883 c 0\n 436 888 435 894 438 897 c 0\n 441 899 447 897 452 893 c 1\n 478 865 525 850 536 809 c 1\n 536 809 l 1\n 543 779 532 754 523 729 c 1\n 555 738 586 745 616 747 c 0\n 721 755 811 713 860 635 c 0\n 912 551 921 439 877 340 c 0\n 872 327 866 315 858 304 c 1\n 874 295 890 287 905 278 c 0\n 934 261 948 233 937 215 c 0\n 926 196 894 196 866 214 c 0\n 815 247 l 1\n 761 192 689 158 616 164 c 0\n 544 171 476 218 479 269 c 0\n 482 321 560 353 630 357 c 1\n 630 357 l 1\n 692 361 750 349 804 328 c 1\n 811 340 817 352 822 364 c 0\n 857 445 846 536 806 602 c 0\n 769 663 710 713 618 708 c 0\n 585 706 547 698 508 684 c 1\n 481 603 441 490 392 380 c 0\n 392 379 391 378 391 377 c 0\n 402 358 414 339 425 319 c 0\n 438 296 437 271 422 263 c 0\n 407 254 385 267 372 290 c 0\n 368 297 364 305 360 312 c 1\n 348 288 335 266 322 246 c 0\n 296 209 267 177 226 175 c 1\n 226 175 l 1\n 185 173 161 209 140 239 c 0\n 112 278 90 326 88 368 c 0\n 86 398 98 424 118 452 c 0\n 145 490 193 537 252 582 c 1\nEndSplineSet\nEndChar\nStartChar: uni306D\nEncoding: 12397 12397 1312\nWidth: 1000\nFlags: W\nHStem: 112.397 42.5994<641 650>\nVStem: 253 53.7129<273 275> 807.39 62.28<385 433>\nFore\n764 229 m 0\n 750 239 735 247 719 254 c 1\n 719 254 l 1\n 675 272 627 294 581 279 c 0\n 546 268 515 243 514 225 c 0\n 513 206 544 180 581 165 c 0\n 638 142 706 159 747 206 c 0\n 753 212 759 220 764 229 c 0\n254 174 m 0\n 254 182 254 193 254 204 c 0\n 253 226 253 250 253 276 c 1\n 237 258 221 239 204 220 c 1\n 214 209 224 198 236 186 c 0\n 241 181 247 177 254 174 c 0\n256 352 m 0\n 256 367 257 382 258 398 c 1\n 247 373 237 347 226 321 c 1\n 236 331 246 342 256 352 c 0\n284 703 m 1\n 286 721 288 737 289 751 c 0\n 292 780 285 792 282 801 c 1\n 282 801 l 1\n 278 814 270 859 244 888 c 0\n 240 893 238 899 241 902 c 0\n 243 904 249 903 254 899 c 0\n 284 873 332 864 347 825 c 1\n 347 825 l 1\n 358 796 344 772 340 745 c 0\n 339 737 337 730 336 721 c 1\n 345 721 354 718 364 709 c 1\n 364 709 l 1\n 377 698 379 682 379 671 c 0\n 378 660 374 652 371 643 c 0\n 363 626 353 610 344 592 c 0\n 335 573 325 552 316 531 c 1\n 313 490 310 447 308 406 c 1\n 422 518 535 606 641 630 c 0\n 674 638 706 642 738 637 c 0\n 770 632 802 615 824 585 c 0\n 863 532 875 453 869 375 c 0\n 866 334 858 293 845 256 c 1\n 863 245 880 233 897 221 c 0\n 923 201 935 171 922 155 c 0\n 910 138 878 141 852 161 c 0\n 838 171 825 181 813 192 c 1\n 806 182 799 173 792 165 c 0\n 730 99 636 102 568 131 c 0\n 522 151 487 188 490 226 c 0\n 493 264 533 289 573 302 c 0\n 626 320 686 327 740 307 c 1\n 740 307 l 1\n 757 301 773 294 790 286 c 1\n 799 315 805 347 807 379 c 0\n 812 448 799 516 775 551 c 0\n 762 570 747 584 726 594 c 0\n 704 603 677 607 648 601 c 0\n 542 579 427 470 306 336 c 1\n 306 288 307 243 310 207 c 0\n 312 189 317 173 319 158 c 0\n 321 150 322 143 320 133 c 0\n 318 123 308 103 288 99 c 1\n 288 99 l 1\n 268 95 259 103 253 109 c 0\n 247 115 244 122 240 129 c 0\n 233 143 227 159 218 170 c 0\n 208 183 200 195 193 206 c 1\n 166 176 l 1\n 163 169 161 163 158 157 c 0\n 149 134 129 120 114 126 c 0\n 104 131 99 143 100 158 c 1\n 97 169 102 185 114 198 c 1\n 170 325 225 450 270 555 c 1\n 273 588 276 620 279 649 c 1\n 258 636 240 610 202 615 c 0\n 182 618 171 634 164 647 c 0\n 157 661 154 676 146 687 c 0\n 141 695 140 704 144 707 c 0\n 148 710 156 707 162 700 c 0\n 171 690 185 683 195 680 c 0\n 206 677 213 681 212 681 c 0\n 210 681 239 682 271 696 c 1\n 271 696 l 1\n 275 698 280 700 284 703 c 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: uni306E\nEncoding: 12398 12398 1313\nWidth: 1000\nFlags: W\nHStem: 217.462 44.538<203 211>\nVStem: 79.7362 27.0159<408 423> 847.366 52.6806<451 483>\nFore\n476 754 m 0\n 497 735 528 720 538 690 c 0\n 549 653 533 616 513 573 c 0\n 486 514 435 433 381 363 c 0\n 328 292 276 232 222 219 c 1\n 222 219 l 1\n 199 213 177 223 161 237 c 1\n 161 237 l 1\n 127 267 104 325 89 369 c 0\n 79 398 75 425 84 457 c 0\n 110 549 229 689 373 754 c 0\n 515 819 683 818 790 723 c 0\n 883 641 923 502 889 393 c 0\n 854 280 733 228 629 163 c 0\n 626 162 624 162 623 163 c 0\n 622 164 623 167 625 168 c 0\n 728 236 814 318 840 408 c 0\n 865 494 829 615 754 683 c 0\n 687 744 582 772 476 754 c 0\n454 750 m 1\n 431 744 408 737 386 727 c 0\n 250 667 132 527 110 449 c 0\n 103 423 105 405 115 377 c 0\n 129 338 166 288 188 269 c 1\n 188 269 l 1\n 199 260 202 260 212 262 c 1\n 212 262 l 1\n 233 268 293 322 345 390 c 0\n 396 459 444 540 466 593 c 0\n 483 633 476 652 471 671 c 1\n 471 671 l 1\n 467 688 469 723 454 750 c 1\nEndSplineSet\nEndChar\nStartChar: uni306F\nEncoding: 12399 12399 1314\nWidth: 1000\nFlags: W\nHStem: 100.367 38.4222<537 558>\nVStem: 150.114 50.5963<258 291> 661.736 50.3736<717.674 764.981> 684.203 54.1829<289 355>\nFore\n677 223 m 0\n 618 256 562 278 509 274 c 0\n 463 270 418 252 414 228 c 0\n 410 204 448 164 491 147 c 0\n 544 127 613 147 647 169 c 1\n 647 169 l 1\n 667 183 672 195 677 223 c 0\n667 647 m 0\n 627 645 589 644 553 647 c 0\n 493 651 446 679 397 693 c 0\n 391 695 387 700 388 704 c 0\n 389 708 395 709 401 708 c 0\n 451 696 502 697 556 694 c 0\n 589 693 625 696 664 700 c 1\n 662 725 661 747 662 766 c 0\n 662 801 655 817 652 825 c 1\n 652 825 l 1\n 649 835 645 875 622 898 c 0\n 617 902 615 909 618 911 c 1\n 620 914 626 913 631 909 c 0\n 657 889 702 886 717 851 c 1\n 717 851 l 1\n 729 819 714 795 712 765 c 0\n 712 749 712 730 713 708 c 1\n 758 715 806 724 854 733 c 0\n 880 737 904 728 907 711 c 0\n 910 695 891 678 865 673 c 0\n 815 665 765 657 716 652 c 1\n 719 603 724 548 729 493 c 0\n 736 410 742 328 737 264 c 1\n 780 245 822 222 863 198 c 0\n 892 181 907 153 896 135 c 0\n 885 117 854 116 825 133 c 0\n 791 154 758 175 725 195 c 1\n 715 167 696 147 672 132 c 1\n 672 132 l 1\n 624 101 545 87 478 114 c 0\n 423 136 382 187 390 233 c 0\n 398 276 449 306 505 312 c 0\n 563 319 623 307 684 285 c 1\n 687 341 684 415 679 490 c 0\n 675 544 670 598 667 647 c 0\n212 181 m 1\n 215 186 218 192 220 198 c 0\n 244 263 282 318 313 378 c 0\n 315 381 318 383 320 382 c 0\n 323 381 323 377 321 373 c 0\n 289 315 265 252 249 188 c 0\n 244 172 246 154 247 137 c 0\n 247 129 248 121 246 112 c 0\n 244 104 239 88 214 83 c 1\n 214 83 l 1\n 200 81 187 86 180 91 c 0\n 173 97 170 102 167 106 c 0\n 162 116 161 124 159 134 c 0\n 156 152 155 174 153 197 c 0\n 138 344 186 556 193 668 c 0\n 196 705 183 725 177 740 c 0\n 171 754 170 790 150 812 c 0\n 145 818 143 825 146 828 c 0\n 149 831 156 830 163 825 c 0\n 185 806 226 803 242 771 c 0\n 259 737 246 702 241 663 c 0\n 225 546 185 332 206 204 c 0\n 208 196 210 188 212 181 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni3070\nEncoding: 12400 12400 1315\nWidth: 1000\nFlags: W\nHStem: 100.367 38.4222<537 558>\nVStem: 150.114 50.5963<258 291> 661.736 50.3736<717.674 764.988> 684.203 54.1829<289 355>\nFore\n840 853 m 0\n 836 855 834 858 836 860 c 0\n 837 862 840 863 844 861 c 0\n 874 846 911 844 933 821 c 0\n 946 806 959 792 965 779 c 0\n 976 756 972 732 957 726 c 0\n 942 719 922 733 913 756 c 0\n 908 770 909 783 901 793 c 0\n 889 808 868 836 840 853 c 0\n677 223 m 0\n 618 256 562 278 509 274 c 0\n 463 270 418 252 414 228 c 0\n 410 204 448 164 491 147 c 0\n 544 127 613 147 647 169 c 1\n 647 169 l 1\n 667 183 672 195 677 223 c 0\n667 647 m 0\n 627 645 589 644 553 647 c 0\n 493 651 446 679 397 693 c 0\n 391 695 387 700 388 704 c 0\n 389 708 395 709 401 708 c 0\n 451 696 502 697 556 694 c 0\n 589 693 625 696 664 700 c 1\n 662 725 661 747 662 766 c 0\n 662 801 655 817 652 825 c 1\n 652 825 l 1\n 649 835 645 875 622 898 c 0\n 617 902 615 909 618 911 c 1\n 620 914 626 913 631 909 c 0\n 657 889 702 886 717 851 c 1\n 717 851 l 1\n 729 819 714 795 712 765 c 0\n 712 749 712 730 713 708 c 1\n 749 713 787 721 826 727 c 1\n 824 732 823 736 820 740 c 0\n 809 754 790 782 762 798 c 0\n 759 800 757 803 758 805 c 0\n 759 807 763 807 766 806 c 0\n 795 793 832 793 854 769 c 0\n 865 757 875 744 881 732 c 1\n 895 729 905 722 907 711 c 0\n 909 700 901 689 887 681 c 1\n 885 676 881 672 876 670 c 0\n 869 667 863 668 856 672 c 1\n 809 664 762 657 716 652 c 1\n 719 603 724 548 729 493 c 0\n 736 410 742 328 737 264 c 1\n 780 245 822 222 863 198 c 0\n 892 181 907 153 896 135 c 0\n 885 117 854 116 825 133 c 0\n 791 154 758 175 725 195 c 1\n 715 167 696 147 672 132 c 1\n 672 132 l 1\n 624 101 545 87 478 114 c 0\n 423 136 382 187 390 233 c 0\n 398 276 449 306 505 312 c 0\n 563 319 623 307 684 285 c 1\n 687 341 684 415 679 490 c 0\n 675 544 670 598 667 647 c 0\n212 181 m 1\n 215 186 218 192 220 198 c 0\n 244 263 282 318 313 378 c 0\n 315 381 318 383 320 382 c 0\n 323 381 323 377 321 373 c 0\n 289 315 265 252 249 188 c 0\n 244 172 246 154 247 137 c 0\n 247 129 248 121 246 112 c 0\n 244 104 239 88 214 83 c 1\n 214 83 l 1\n 200 81 187 86 180 91 c 0\n 173 97 170 102 167 106 c 0\n 162 116 161 124 159 134 c 0\n 156 152 155 174 153 197 c 0\n 138 344 186 556 193 668 c 0\n 196 705 183 725 177 740 c 0\n 171 754 170 790 150 812 c 0\n 145 818 143 825 146 828 c 0\n 149 831 156 830 163 825 c 0\n 185 806 226 803 242 771 c 0\n 259 737 246 702 241 663 c 0\n 225 546 185 332 206 204 c 0\n 208 196 210 188 212 181 c 1\nEndSplineSet\nMinimumDistance: x44,-1 \nEndChar\nStartChar: uni3071\nEncoding: 12401 12401 1316\nWidth: 1000\nFlags: W\nHStem: 100.367 38.4222<537 558> 731 24<832.404 845> 846 24<832.438 848>\nVStem: 150.114 50.5963<258 291> 661.736 50.3736<717.674 764.985> 684.203 54.1829<289 355> 773 24<790.404 803> 888 24<790.642 803>\nFore\n842 846 m 0\n 817 846 797 826 797 800 c 0\n 797 775 817 755 842 755 c 0\n 867 755 888 775 888 800 c 0\n 888 826 867 846 842 846 c 0\n677 223 m 0\n 618 256 562 278 509 274 c 0\n 463 270 418 252 414 228 c 0\n 410 204 448 164 491 147 c 0\n 544 127 613 147 647 169 c 1\n 647 169 l 1\n 667 183 672 195 677 223 c 0\n667 647 m 0\n 627 645 589 644 553 647 c 0\n 493 651 446 679 397 693 c 0\n 391 695 387 700 388 704 c 0\n 389 708 395 709 401 708 c 0\n 451 696 502 697 556 694 c 0\n 589 693 625 696 664 700 c 1\n 662 725 661 747 662 766 c 0\n 662 801 655 817 652 825 c 1\n 652 825 l 1\n 649 835 645 875 622 898 c 0\n 617 902 615 909 618 911 c 1\n 620 914 626 913 631 909 c 0\n 657 889 702 886 717 851 c 1\n 717 851 l 1\n 729 819 714 795 712 765 c 0\n 712 749 712 730 713 708 c 1\n 756 714 801 723 846 731 c 0\n 845 731 843 731 842 731 c 0\n 804 731 773 762 773 800 c 0\n 773 839 804 870 842 870 c 0\n 880 870 912 839 912 800 c 0\n 912 768 890 741 860 733 c 1\n 884 736 904 726 907 711 c 0\n 910 695 891 678 865 673 c 0\n 815 665 765 657 716 652 c 1\n 719 603 724 548 729 493 c 0\n 736 410 742 328 737 264 c 1\n 780 245 822 222 863 198 c 0\n 892 181 907 153 896 135 c 0\n 885 117 854 116 825 133 c 0\n 791 154 758 175 725 195 c 1\n 715 167 696 147 672 132 c 1\n 672 132 l 1\n 624 101 545 87 478 114 c 0\n 423 136 382 187 390 233 c 0\n 398 276 449 306 505 312 c 0\n 563 319 623 307 684 285 c 1\n 687 341 684 415 679 490 c 0\n 675 544 670 598 667 647 c 0\n212 181 m 1\n 215 186 218 192 220 198 c 0\n 244 263 282 318 313 378 c 0\n 315 381 318 383 320 382 c 0\n 323 381 323 377 321 373 c 0\n 289 315 265 252 249 188 c 0\n 244 172 246 154 247 137 c 0\n 247 129 248 121 246 112 c 0\n 244 104 239 88 214 83 c 1\n 214 83 l 1\n 200 81 187 86 180 91 c 0\n 173 97 170 102 167 106 c 0\n 162 116 161 124 159 134 c 0\n 156 152 155 174 153 197 c 0\n 138 344 186 556 193 668 c 0\n 196 705 183 725 177 740 c 0\n 171 754 170 790 150 812 c 0\n 145 818 143 825 146 828 c 0\n 149 831 156 830 163 825 c 0\n 185 806 226 803 242 771 c 0\n 259 737 246 702 241 663 c 0\n 225 546 185 332 206 204 c 0\n 208 196 210 188 212 181 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni3072\nEncoding: 12402 12402 1317\nWidth: 1000\nFlags: W\nHStem: 132.375 60.6904<387 413>\nVStem: 156.498 37.312<371 387> 683 30<665.008 675>\nFore\n715 685 m 1\n 714 679 713 672 713 665 c 0\n 708 591 704 500 686 413 c 0\n 669 326 637 240 573 187 c 1\n 573 187 l 1\n 484 114 353 117 264 172 c 0\n 183 222 146 319 159 413 c 0\n 178 544 296 673 368 761 c 1\n 368 761 l 1\n 376 771 383 781 387 789 c 1\n 378 792 366 793 355 792 c 0\n 317 787 283 774 249 765 c 0\n 224 758 198 744 168 752 c 0\n 133 761 121 802 98 822 c 0\n 93 827 91 833 93 835 c 0\n 95 838 101 838 107 834 c 0\n 133 818 170 823 186 819 c 0\n 199 816 216 807 238 811 c 0\n 268 817 304 832 348 839 c 0\n 365 842 382 847 399 849 c 0\n 417 851 439 856 457 828 c 1\n 457 828 l 1\n 466 814 465 798 461 788 c 0\n 458 777 452 771 447 764 c 0\n 435 751 422 739 409 725 c 1\n 409 725 l 1\n 331 640 210 520 195 408 c 0\n 184 328 229 256 291 219 c 0\n 361 178 466 186 532 239 c 1\n 532 239 l 1\n 579 276 618 344 643 424 c 0\n 669 504 682 594 683 666 c 0\n 683 690 679 711 676 728 c 0\n 675 737 673 744 673 752 c 0\n 673 756 673 760 676 766 c 0\n 679 772 690 785 706 784 c 1\n 706 784 l 1\n 722 784 728 776 731 772 c 0\n 735 768 736 765 738 761 c 0\n 740 754 742 747 744 739 c 0\n 748 722 752 702 758 682 c 0\n 786 598 825 517 857 433 c 0\n 865 410 860 386 845 381 c 0\n 830 375 811 390 803 414 c 0\n 775 499 753 586 722 669 c 0\n 719 675 717 680 715 685 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni3073\nEncoding: 12403 12403 1318\nWidth: 1000\nFlags: W\nHStem: 133.922 60.8313<417 442>\nVStem: 199.193 36.8035<371 388> 697 30<665.008 681>\nFore\n847 843 m 0\n 844 845 842 848 843 850 c 0\n 844 852 848 853 851 851 c 0\n 881 836 918 834 940 811 c 0\n 954 796 966 782 973 769 c 0\n 983 746 980 722 964 716 c 0\n 949 709 930 723 920 746 c 0\n 915 760 916 773 909 783 c 0\n 897 798 876 826 847 843 c 0\n770 788 m 0\n 766 790 764 793 765 795 c 0\n 766 797 770 797 774 796 c 0\n 803 783 840 783 862 759 c 1\n 862 759 l 1\n 876 743 887 727 893 713 c 0\n 903 689 898 666 883 660 c 0\n 868 654 849 668 840 692 c 0\n 835 707 835 720 827 730 c 1\n 827 730 l 1\n 816 744 797 772 770 788 c 0\n728 682 m 1\n 728 677 727 671 727 665 c 0\n 723 591 720 500 704 413 c 0\n 688 326 659 240 595 188 c 1\n 510 116 385 119 300 172 c 0\n 221 222 189 319 202 413 c 0\n 220 543 330 673 399 760 c 0\n 407 771 413 781 417 790 c 1\n 409 792 398 793 388 792 c 0\n 353 788 321 774 288 765 c 0\n 265 758 239 744 210 752 c 0\n 176 762 166 803 144 823 c 0\n 140 827 137 833 140 836 c 0\n 142 838 148 838 154 834 c 0\n 178 818 214 822 229 819 c 0\n 240 816 256 807 276 811 c 0\n 305 817 339 832 381 839 c 0\n 397 842 413 847 430 849 c 0\n 447 851 469 855 486 828 c 1\n 486 828 l 1\n 495 815 494 798 491 788 c 0\n 487 778 482 771 477 765 c 0\n 466 752 453 740 440 726 c 0\n 366 640 252 520 237 408 c 0\n 227 328 269 254 329 219 c 1\n 329 219 l 1\n 393 180 492 189 554 238 c 0\n 599 275 637 343 661 423 c 0\n 685 503 696 593 697 666 c 0\n 697 690 693 711 690 729 c 0\n 689 737 687 744 687 752 c 0\n 687 756 687 760 690 766 c 0\n 693 772 704 785 721 784 c 0\n 737 784 743 776 746 771 c 0\n 749 767 750 764 752 760 c 0\n 754 754 756 746 757 738 c 0\n 761 722 764 701 770 682 c 1\n 770 682 l 1\n 797 598 834 516 864 433 c 0\n 872 409 867 386 851 380 c 0\n 836 375 817 390 810 414 c 0\n 783 499 763 587 734 669 c 1\n 734 669 l 1\n 732 674 730 678 728 682 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni3074\nEncoding: 12404 12404 1319\nWidth: 1000\nFlags: W\nHStem: 133.922 60.8313<417 442> 658 24<863 874> 773 24<863 874>\nVStem: 199.193 36.8035<371 388> 697 30<665.008 681> 803 24<724 737> 918 24<724 737>\nFore\n872 797 m 0\n 910 797 942 766 942 728 c 0\n 942 690 910 658 872 658 c 0\n 834 658 803 690 803 728 c 0\n 803 766 834 797 872 797 c 0\n872 773 m 0\n 847 773 827 753 827 728 c 0\n 827 703 847 682 872 682 c 0\n 897 682 918 703 918 728 c 0\n 918 753 897 773 872 773 c 0\n728 682 m 1\n 728 677 727 671 727 665 c 0\n 723 591 720 500 704 413 c 0\n 688 326 659 240 595 188 c 1\n 510 116 385 119 300 172 c 0\n 221 222 189 319 202 413 c 0\n 220 543 330 673 399 760 c 0\n 407 771 413 781 417 790 c 1\n 409 792 398 793 388 792 c 0\n 353 788 321 774 288 765 c 0\n 265 758 239 744 210 752 c 0\n 176 762 166 803 144 823 c 0\n 140 827 137 833 140 836 c 0\n 142 838 148 838 154 834 c 0\n 178 818 214 822 229 819 c 0\n 240 816 256 807 276 811 c 0\n 305 817 339 832 381 839 c 0\n 397 842 413 847 430 849 c 0\n 447 851 469 855 486 828 c 1\n 486 828 l 1\n 495 815 494 798 491 788 c 0\n 487 778 482 771 477 765 c 0\n 466 752 453 740 440 726 c 0\n 366 640 252 520 237 408 c 0\n 227 328 269 254 329 219 c 1\n 329 219 l 1\n 393 180 492 189 554 238 c 0\n 599 275 637 343 661 423 c 0\n 685 503 696 593 697 666 c 0\n 697 690 693 711 690 729 c 0\n 689 737 687 744 687 752 c 0\n 687 756 687 760 690 766 c 0\n 693 772 704 785 721 784 c 0\n 737 784 743 776 746 771 c 0\n 749 767 750 764 752 760 c 0\n 754 754 756 746 757 738 c 0\n 761 722 764 701 770 682 c 1\n 770 682 l 1\n 797 598 834 516 864 433 c 0\n 872 409 867 386 851 380 c 0\n 836 375 817 390 810 414 c 0\n 783 499 763 587 734 669 c 1\n 734 669 l 1\n 732 674 730 678 728 682 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni3075\nEncoding: 12405 12405 1320\nWidth: 1000\nFlags: W\nHStem: 180 6<723 727>\nVStem: 540.448 63.252<253 273> 722 187.297<182 185>\nFore\n513 354 m 1\n 499 378 483 403 466 427 c 0\n 435 472 405 514 402 555 c 0\n 399 591 426 617 443 641 c 0\n 458 662 469 682 487 701 c 0\n 502 717 505 746 504 745 c 1\n 504 745 l 1\n 504 744 506 762 494 777 c 0\n 477 800 461 826 439 848 c 0\n 435 852 433 858 436 861 c 0\n 439 864 445 863 450 858 c 0\n 472 838 499 822 520 799 c 0\n 534 783 560 767 555 736 c 1\n 555 736 l 1\n 549 703 513 704 497 690 c 0\n 479 674 465 657 451 635 c 0\n 434 611 420 582 422 556 c 0\n 426 528 459 492 498 452 c 0\n 526 424 556 392 577 355 c 1\n 680 351 784 319 852 262 c 1\n 852 262 l 1\n 866 250 880 240 892 228 c 0\n 898 222 903 216 907 207 c 0\n 911 198 913 182 903 168 c 0\n 887 147 870 153 859 157 c 0\n 848 162 839 167 829 168 c 0\n 795 172 761 181 727 180 c 0\n 724 180 722 181 722 183 c 0\n 722 185 724 186 727 186 c 0\n 761 187 795 197 830 198 c 0\n 834 198 838 199 842 200 c 1\n 838 209 831 220 822 229 c 1\n 822 229 l 1\n 769 281 679 332 583 344 c 1\n 588 333 593 322 596 311 c 0\n 617 235 595 151 531 121 c 0\n 496 104 459 117 427 136 c 0\n 396 154 366 179 333 198 c 0\n 331 199 329 201 330 203 c 0\n 331 204 333 204 336 203 c 0\n 370 186 408 174 440 171 c 0\n 471 168 491 174 503 180 c 0\n 523 191 551 243 538 295 c 0\n 534 311 527 328 517 346 c 1\n 408 337 312 269 253 209 c 0\n 242 198 233 186 223 175 c 0\n 219 170 214 165 207 160 c 0\n 200 156 188 151 174 157 c 1\n 174 157 l 1\n 151 166 152 182 151 193 c 0\n 150 204 150 216 148 226 c 0\n 141 258 136 292 123 322 c 0\n 120 328 121 335 124 336 c 0\n 128 338 133 335 136 329 c 0\n 151 299 175 271 186 235 c 0\n 188 229 190 222 193 216 c 1\n 201 223 211 232 221 242 c 0\n 290 306 401 347 513 354 c 1\nEndSplineSet\nEndChar\nStartChar: uni3076\nEncoding: 12406 12406 1321\nWidth: 1000\nFlags: W\nHStem: 180 6<723 727>\nVStem: 540.448 63.252<253 273> 722 187.297<182 185>\nFore\n717 725 m 0\n 714 727 712 731 713 733 c 0\n 714 735 718 735 721 733 c 0\n 751 719 788 717 810 693 c 1\n 810 693 l 1\n 824 678 836 665 843 651 c 0\n 853 628 850 605 834 598 c 0\n 819 592 800 606 790 629 c 0\n 785 643 786 656 779 665 c 0\n 767 680 746 709 717 725 c 0\n640 670 m 0\n 636 672 634 676 635 678 c 0\n 636 680 640 680 644 678 c 0\n 673 665 710 665 732 641 c 0\n 746 626 757 610 763 595 c 0\n 773 572 768 548 753 542 c 0\n 738 536 719 551 710 575 c 0\n 705 589 705 603 697 612 c 0\n 686 626 667 655 640 670 c 0\n513 354 m 1\n 499 378 483 403 466 427 c 0\n 435 472 405 514 402 555 c 0\n 399 591 426 617 443 641 c 0\n 458 662 469 682 487 701 c 0\n 502 717 505 746 504 745 c 1\n 504 745 l 1\n 504 744 506 762 494 777 c 0\n 477 800 461 826 439 848 c 0\n 435 852 433 858 436 861 c 0\n 439 864 445 863 450 858 c 0\n 472 838 499 822 520 799 c 0\n 534 783 560 767 555 736 c 1\n 555 736 l 1\n 549 703 513 704 497 690 c 0\n 479 674 465 657 451 635 c 0\n 434 611 420 582 422 556 c 0\n 426 528 459 492 498 452 c 0\n 526 424 556 392 577 355 c 1\n 680 351 784 319 852 262 c 1\n 852 262 l 1\n 866 250 880 240 892 228 c 0\n 898 222 903 216 907 207 c 0\n 911 198 913 182 903 168 c 0\n 887 147 870 153 859 157 c 0\n 848 162 839 167 829 168 c 0\n 795 172 761 181 727 180 c 0\n 724 180 722 181 722 183 c 0\n 722 185 724 186 727 186 c 0\n 761 187 795 197 830 198 c 0\n 834 198 838 199 842 200 c 1\n 838 209 831 220 822 229 c 1\n 822 229 l 1\n 769 281 679 332 583 344 c 1\n 588 333 593 322 596 311 c 0\n 617 235 595 151 531 121 c 0\n 496 104 459 117 427 136 c 0\n 396 154 366 179 333 198 c 0\n 331 199 329 201 330 203 c 0\n 331 204 333 204 336 203 c 0\n 370 186 408 174 440 171 c 0\n 471 168 491 174 503 180 c 0\n 523 191 551 243 538 295 c 0\n 534 311 527 328 517 346 c 1\n 408 337 312 269 253 209 c 0\n 242 198 233 186 223 175 c 0\n 219 170 214 165 207 160 c 0\n 200 156 188 151 174 157 c 1\n 174 157 l 1\n 151 166 152 182 151 193 c 0\n 150 204 150 216 148 226 c 0\n 141 258 136 292 123 322 c 0\n 120 328 121 335 124 336 c 0\n 128 338 133 335 136 329 c 0\n 151 299 175 271 186 235 c 0\n 188 229 190 222 193 216 c 1\n 201 223 211 232 221 242 c 0\n 290 306 401 347 513 354 c 1\nEndSplineSet\nEndChar\nStartChar: uni3077\nEncoding: 12407 12407 1322\nWidth: 1000\nFlags: W\nHStem: 180 6<723 727> 578 24<721 732> 693 24<721 732>\nVStem: 540.448 63.252<253 273> 660 24<640 657> 775 24<640 657>\nFore\n730 717 m 0\n 768 717 799 686 799 648 c 0\n 799 610 768 578 730 578 c 0\n 691 578 660 610 660 648 c 0\n 660 686 691 717 730 717 c 0\n730 693 m 0\n 704 693 684 673 684 648 c 0\n 684 623 704 602 730 602 c 0\n 755 602 775 623 775 648 c 0\n 775 673 755 693 730 693 c 0\n513 354 m 1\n 499 378 483 403 466 427 c 0\n 435 472 405 514 402 555 c 0\n 399 591 426 617 443 641 c 0\n 458 662 469 682 487 701 c 0\n 502 717 505 746 504 745 c 1\n 504 745 l 1\n 504 744 506 762 494 777 c 0\n 477 800 461 826 439 848 c 0\n 435 852 433 858 436 861 c 0\n 439 864 445 863 450 858 c 0\n 472 838 499 822 520 799 c 0\n 534 783 560 767 555 736 c 1\n 555 736 l 1\n 549 703 513 704 497 690 c 0\n 479 674 465 657 451 635 c 0\n 434 611 420 582 422 556 c 0\n 426 528 459 492 498 452 c 0\n 526 424 556 392 577 355 c 1\n 680 351 784 319 852 262 c 1\n 852 262 l 1\n 866 250 880 240 892 228 c 0\n 898 222 903 216 907 207 c 0\n 911 198 913 182 903 168 c 0\n 887 147 870 153 859 157 c 0\n 848 162 839 167 829 168 c 0\n 795 172 761 181 727 180 c 0\n 724 180 722 181 722 183 c 0\n 722 185 724 186 727 186 c 0\n 761 187 795 197 830 198 c 0\n 834 198 838 199 842 200 c 1\n 838 209 831 220 822 229 c 1\n 822 229 l 1\n 769 281 679 332 583 344 c 1\n 588 333 593 322 596 311 c 0\n 617 235 595 151 531 121 c 0\n 496 104 459 117 427 136 c 0\n 396 154 366 179 333 198 c 0\n 331 199 329 201 330 203 c 0\n 331 204 333 204 336 203 c 0\n 370 186 408 174 440 171 c 0\n 471 168 491 174 503 180 c 0\n 523 191 551 243 538 295 c 0\n 534 311 527 328 517 346 c 1\n 408 337 312 269 253 209 c 0\n 242 198 233 186 223 175 c 0\n 219 170 214 165 207 160 c 0\n 200 156 188 151 174 157 c 1\n 174 157 l 1\n 151 166 152 182 151 193 c 0\n 150 204 150 216 148 226 c 0\n 141 258 136 292 123 322 c 0\n 120 328 121 335 124 336 c 0\n 128 338 133 335 136 329 c 0\n 151 299 175 271 186 235 c 0\n 188 229 190 222 193 216 c 1\n 201 223 211 232 221 242 c 0\n 290 306 401 347 513 354 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni3078\nEncoding: 12408 12408 1323\nWidth: 1000\nFlags: W\nHStem: 499.631 69.3693<137.048 143>\nFore\n69 562 m 0\n 64 566 62 572 64 575 c 0\n 66 578 72 578 78 574 c 0\n 102 560 136 569 143 569 c 1\n 143 569 l 1\n 149 568 168 564 192 582 c 0\n 245 624 324 714 406 720 c 0\n 491 726 563 638 630 563 c 0\n 713 471 807 404 894 327 c 0\n 919 305 928 274 914 259 c 0\n 900 243 869 249 844 271 c 0\n 759 350 680 438 596 533 c 0\n 528 610 468 694 408 690 c 0\n 350 687 277 598 221 548 c 0\n 195 525 173 496 137 500 c 1\n 137 500 l 1\n 101 503 90 544 69 562 c 0\nEndSplineSet\nEndChar\nStartChar: uni3079\nEncoding: 12409 12409 1324\nWidth: 1000\nFlags: W\nHStem: 495.77 69.2296<182.04 187>\nFore\n710 798 m 0\n 706 800 704 803 706 805 c 0\n 707 807 710 808 714 806 c 0\n 744 791 781 789 803 766 c 0\n 816 751 829 737 835 724 c 0\n 846 701 842 677 827 671 c 0\n 812 664 792 678 783 701 c 0\n 778 715 779 728 771 738 c 0\n 759 753 738 781 710 798 c 0\n632 743 m 0\n 629 745 627 748 628 750 c 0\n 629 752 633 752 636 751 c 0\n 665 738 702 738 724 714 c 0\n 738 698 750 682 756 668 c 0\n 765 644 761 621 746 615 c 0\n 731 609 711 623 703 647 c 0\n 697 662 697 675 690 685 c 0\n 679 699 660 727 632 743 c 0\n117 555 m 0\n 112 559 110 565 112 568 c 0\n 114 570 120 570 126 567 c 0\n 148 554 181 565 187 565 c 1\n 187 565 l 1\n 193 565 211 559 233 576 c 0\n 283 612 359 693 436 698 c 0\n 516 704 585 625 648 558 c 1\n 727 477 816 418 899 349 c 0\n 924 328 934 298 920 282 c 0\n 906 266 875 270 850 292 c 0\n 769 363 695 443 616 528 c 1\n 551 596 495 671 438 668 c 0\n 383 665 314 586 261 540 c 0\n 237 520 216 493 182 496 c 1\n 182 496 l 1\n 147 499 137 539 117 555 c 0\nEndSplineSet\nEndChar\nStartChar: uni307A\nEncoding: 12410 12410 1325\nWidth: 1000\nFlags: W\nHStem: 495.77 69.2296<182.04 187> 651 24<720 724> 766 24<720 724>\nVStem: 653 24<710.404 722> 768 24<710.642 722>\nFore\n722 790 m 0\n 760 790 792 759 792 720 c 0\n 792 682 760 651 722 651 c 0\n 684 651 653 682 653 720 c 0\n 653 759 684 790 722 790 c 0\n722 766 m 0\n 697 766 677 746 677 720 c 0\n 677 695 697 675 722 675 c 0\n 747 675 768 695 768 720 c 0\n 768 746 747 766 722 766 c 0\n117 555 m 0\n 112 559 110 565 112 568 c 0\n 114 570 120 570 126 567 c 0\n 148 554 181 565 187 565 c 1\n 187 565 l 1\n 193 565 211 559 233 576 c 0\n 283 612 359 693 436 698 c 0\n 516 704 585 625 648 558 c 1\n 727 477 816 418 899 349 c 0\n 924 328 934 298 920 282 c 0\n 906 266 875 270 850 292 c 0\n 769 363 695 443 616 528 c 1\n 551 596 495 671 438 668 c 0\n 383 665 314 586 261 540 c 0\n 237 520 216 493 182 496 c 1\n 182 496 l 1\n 147 499 137 539 117 555 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni307B\nEncoding: 12411 12411 1326\nWidth: 1000\nFlags: W\nHStem: 142.401 39.3687<494 500> 522 47<564 584> 737 47<564 596>\nVStem: 149.023 48.7921<293 342> 345 24<235 241> 644 51<596 620> 656.363 56.4014<391 407>\nFore\n636 269 m 0\n 612 280 589 288 567 294 c 1\n 567 294 l 1\n 520 305 478 314 434 297 c 1\n 434 297 l 1\n 400 283 369 256 369 240 c 0\n 369 222 410 196 456 186 c 0\n 524 170 595 201 627 251 c 0\n 636 269 l 0\n631 737 m 0\n 616 736 602 736 587 737 c 1\n 587 737 l 1\n 524 737 464 758 404 766 c 0\n 397 766 392 770 392 774 c 0\n 393 778 399 781 405 780 c 0\n 466 775 527 784 587 784 c 1\n 587 784 l 1\n 649 785 713 798 779 805 c 0\n 805 808 828 797 830 781 c 0\n 831 764 812 749 785 746 c 0\n 746 741 707 739 668 737 c 1\n 680 729 691 719 696 704 c 0\n 705 674 695 651 695 621 c 1\n 695 621 l 1\n 695 609 696 596 697 581 c 1\n 726 586 755 591 785 595 c 0\n 812 599 835 589 837 572 c 0\n 839 556 820 539 794 536 c 0\n 763 532 733 528 702 526 c 1\n 706 496 709 462 711 429 c 0\n 714 386 714 342 707 301 c 1\n 751 286 795 267 838 247 c 0\n 868 232 885 205 875 187 c 0\n 866 168 835 165 805 180 c 0\n 765 200 727 222 689 242 c 1\n 686 234 682 227 677 220 c 0\n 628 142 528 130 448 150 c 0\n 393 164 344 199 345 241 c 0\n 346 278 387 303 425 319 c 1\n 425 319 l 1\n 473 339 524 348 577 337 c 1\n 577 337 l 1\n 600 333 625 327 650 319 c 1\n 655 351 657 389 657 427 c 0\n 656 459 653 492 651 523 c 1\n 629 522 607 522 585 522 c 0\n 522 521 463 541 403 549 c 0\n 395 550 389 555 390 560 c 0\n 391 564 397 568 405 567 c 0\n 465 561 525 568 584 569 c 0\n 605 570 626 572 647 574 c 1\n 645 591 644 606 644 620 c 1\n 644 620 l 1\n 643 655 641 674 638 687 c 0\n 636 697 637 718 631 737 c 0\n210 214 m 1\n 214 220 219 228 222 235 c 0\n 249 300 289 363 322 429 c 0\n 323 432 325 433 327 432 c 0\n 328 432 328 429 327 427 c 0\n 294 361 268 291 247 226 c 0\n 243 211 243 195 242 180 c 0\n 242 172 241 165 238 157 c 0\n 235 149 227 136 207 135 c 1\n 207 135 l 1\n 189 133 177 144 171 152 c 0\n 166 159 164 166 162 173 c 0\n 158 188 157 204 154 221 c 0\n 135 350 175 562 192 670 c 0\n 197 706 193 724 188 737 c 0\n 184 752 178 791 155 817 c 0\n 150 823 148 831 152 834 c 0\n 155 837 162 835 168 830 c 0\n 194 806 237 796 251 759 c 0\n 263 726 249 696 242 661 c 0\n 220 553 181 336 205 230 c 0\n 206 224 208 219 210 214 c 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni307C\nEncoding: 12412 12412 1327\nWidth: 1000\nFlags: W\nHStem: 142.401 39.3687<494 500> 522 47<564 584> 737 47<564 596>\nVStem: 149.023 48.7921<293 342> 345 24<235 241> 644 51<596 620> 656.363 56.4014<391 407>\nFore\n850 763 m 0\n 846 765 844 768 846 770 c 0\n 847 772 850 773 854 771 c 0\n 884 756 921 754 943 731 c 0\n 956 716 969 702 975 689 c 0\n 986 666 982 642 967 636 c 0\n 952 629 932 643 923 666 c 0\n 918 680 919 693 911 703 c 0\n 899 718 878 746 850 763 c 0\n772 708 m 0\n 769 710 767 713 768 715 c 0\n 769 717 773 717 776 716 c 0\n 805 703 842 703 864 679 c 0\n 878 663 890 647 896 633 c 0\n 905 609 901 586 886 580 c 0\n 871 574 851 588 843 612 c 0\n 837 627 837 640 830 650 c 0\n 819 664 800 692 772 708 c 0\n636 269 m 0\n 612 280 589 288 567 294 c 1\n 567 294 l 1\n 520 305 478 314 434 297 c 1\n 434 297 l 1\n 400 283 369 256 369 240 c 0\n 369 222 410 196 456 186 c 0\n 524 170 595 201 627 251 c 0\n 636 269 l 0\n631 737 m 0\n 616 736 602 736 587 737 c 1\n 587 737 l 1\n 524 737 464 758 404 766 c 0\n 397 766 392 770 392 774 c 0\n 393 778 399 781 405 780 c 0\n 466 775 527 784 587 784 c 1\n 587 784 l 1\n 649 785 713 798 779 805 c 0\n 805 808 828 797 830 781 c 0\n 831 764 812 749 785 746 c 0\n 746 741 707 739 668 737 c 1\n 680 729 691 719 696 704 c 0\n 705 674 695 651 695 621 c 1\n 695 621 l 1\n 695 609 696 596 697 581 c 1\n 726 586 755 591 785 595 c 0\n 812 599 835 589 837 572 c 0\n 839 556 820 539 794 536 c 0\n 763 532 733 528 702 526 c 1\n 706 496 709 462 711 429 c 0\n 714 386 714 342 707 301 c 1\n 751 286 795 267 838 247 c 0\n 868 232 885 205 875 187 c 0\n 866 168 835 165 805 180 c 0\n 765 200 727 222 689 242 c 1\n 686 234 682 227 677 220 c 0\n 628 142 528 130 448 150 c 0\n 393 164 344 199 345 241 c 0\n 346 278 387 303 425 319 c 1\n 425 319 l 1\n 473 339 524 348 577 337 c 1\n 577 337 l 1\n 600 333 625 327 650 319 c 1\n 655 351 657 389 657 427 c 0\n 656 459 653 492 651 523 c 1\n 629 522 607 522 585 522 c 0\n 522 521 463 541 403 549 c 0\n 395 550 389 555 390 560 c 0\n 391 564 397 568 405 567 c 0\n 465 561 525 568 584 569 c 0\n 605 570 626 572 647 574 c 1\n 645 591 644 606 644 620 c 1\n 644 620 l 1\n 643 655 641 674 638 687 c 0\n 636 697 637 718 631 737 c 0\n210 214 m 1\n 214 220 219 228 222 235 c 0\n 249 300 289 363 322 429 c 0\n 323 432 325 433 327 432 c 0\n 328 432 328 429 327 427 c 0\n 294 361 268 291 247 226 c 0\n 243 211 243 195 242 180 c 0\n 242 172 241 165 238 157 c 0\n 235 149 227 136 207 135 c 1\n 207 135 l 1\n 189 133 177 144 171 152 c 0\n 166 159 164 166 162 173 c 0\n 158 188 157 204 154 221 c 0\n 135 350 175 562 192 670 c 0\n 197 706 193 724 188 737 c 0\n 184 752 178 791 155 817 c 0\n 150 823 148 831 152 834 c 0\n 155 837 162 835 168 830 c 0\n 194 806 237 796 251 759 c 0\n 263 726 249 696 242 661 c 0\n 220 553 181 336 205 230 c 0\n 206 224 208 219 210 214 c 1\nEndSplineSet\nMinimumDistance: x44,-1 \nEndChar\nStartChar: uni307D\nEncoding: 12413 12413 1328\nWidth: 1000\nFlags: W\nHStem: 142.401 39.3687<494 500> 522 47<564 584> 606 24<852 868> 721 24<852 868> 737 47<564 596>\nVStem: 149.023 48.7921<293 342> 345 24<235 241> 644 51<596 620> 656.363 56.4014<391 407> 790 24<669 679> 905 24<669 679>\nFore\n860 745 m 0\n 898 745 929 714 929 675 c 0\n 929 637 898 606 860 606 c 0\n 821 606 790 637 790 675 c 0\n 790 714 821 745 860 745 c 0\n860 721 m 0\n 834 721 814 701 814 675 c 0\n 814 650 834 630 860 630 c 0\n 885 630 905 650 905 675 c 0\n 905 701 885 721 860 721 c 0\n636 269 m 0\n 612 280 589 288 567 294 c 1\n 567 294 l 1\n 520 305 478 314 434 297 c 1\n 434 297 l 1\n 400 283 369 256 369 240 c 0\n 369 222 410 196 456 186 c 0\n 524 170 595 201 627 251 c 0\n 636 269 l 0\n631 737 m 0\n 616 736 602 736 587 737 c 1\n 587 737 l 1\n 524 737 464 758 404 766 c 0\n 397 766 392 770 392 774 c 0\n 393 778 399 781 405 780 c 0\n 466 775 527 784 587 784 c 1\n 587 784 l 1\n 649 785 713 798 779 805 c 0\n 805 808 828 797 830 781 c 0\n 831 764 812 749 785 746 c 0\n 746 741 707 739 668 737 c 1\n 680 729 691 719 696 704 c 0\n 705 674 695 651 695 621 c 1\n 695 621 l 1\n 695 609 696 596 697 581 c 1\n 726 586 755 591 785 595 c 0\n 812 599 835 589 837 572 c 0\n 839 556 820 539 794 536 c 0\n 763 532 733 528 702 526 c 1\n 706 496 709 462 711 429 c 0\n 714 386 714 342 707 301 c 1\n 751 286 795 267 838 247 c 0\n 868 232 885 205 875 187 c 0\n 866 168 835 165 805 180 c 0\n 765 200 727 222 689 242 c 1\n 686 234 682 227 677 220 c 0\n 628 142 528 130 448 150 c 0\n 393 164 344 199 345 241 c 0\n 346 278 387 303 425 319 c 1\n 425 319 l 1\n 473 339 524 348 577 337 c 1\n 577 337 l 1\n 600 333 625 327 650 319 c 1\n 655 351 657 389 657 427 c 0\n 656 459 653 492 651 523 c 1\n 629 522 607 522 585 522 c 0\n 522 521 463 541 403 549 c 0\n 395 550 389 555 390 560 c 0\n 391 564 397 568 405 567 c 0\n 465 561 525 568 584 569 c 0\n 605 570 626 572 647 574 c 1\n 645 591 644 606 644 620 c 1\n 644 620 l 1\n 643 655 641 674 638 687 c 0\n 636 697 637 718 631 737 c 0\n210 214 m 1\n 214 220 219 228 222 235 c 0\n 249 300 289 363 322 429 c 0\n 323 432 325 433 327 432 c 0\n 328 432 328 429 327 427 c 0\n 294 361 268 291 247 226 c 0\n 243 211 243 195 242 180 c 0\n 242 172 241 165 238 157 c 0\n 235 149 227 136 207 135 c 1\n 207 135 l 1\n 189 133 177 144 171 152 c 0\n 166 159 164 166 162 173 c 0\n 158 188 157 204 154 221 c 0\n 135 350 175 562 192 670 c 0\n 197 706 193 724 188 737 c 0\n 184 752 178 791 155 817 c 0\n 150 823 148 831 152 834 c 0\n 155 837 162 835 168 830 c 0\n 194 806 237 796 251 759 c 0\n 263 726 249 696 242 661 c 0\n 220 553 181 336 205 230 c 0\n 206 224 208 219 210 214 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni307E\nEncoding: 12414 12414 1329\nWidth: 1000\nFlags: W\nHStem: 111.098 34.173<368 384> 314.818 41.5689<406 416> 515 49<482 521> 696 48<470 517>\nVStem: 232.32 24.3212<210 225> 519 52<573.13 695.969 749.004 762> 524 48<346.062 515 566.062 613.081>\nFore\n523 296 m 0\n 515 299 507 301 499 303 c 0\n 413 322 311 322 274 276 c 0\n 252 249 250 208 267 182 c 1\n 267 182 l 1\n 290 149 354 140 407 148 c 1\n 407 148 l 1\n 453 156 487 190 502 209 c 1\n 512 224 519 237 521 272 c 0\n 522 280 522 288 523 296 c 0\n519 696 m 1\n 512 696 504 696 497 696 c 0\n 407 696 322 727 237 745 c 0\n 229 747 223 752 224 757 c 0\n 225 762 232 765 240 763 c 0\n 326 747 414 743 497 744 c 0\n 518 744 l 1\n 518 751 518 757 518 763 c 1\n 518 763 l 1\n 517 796 507 810 502 820 c 0\n 496 833 485 879 456 907 c 0\n 448 914 445 924 449 928 c 0\n 453 933 463 931 471 925 c 0\n 503 900 554 893 573 852 c 0\n 587 821 573 793 572 762 c 1\n 572 762 l 1\n 571 758 571 754 571 749 c 1\n 633 757 695 773 759 786 c 0\n 785 792 809 783 812 767 c 0\n 815 750 797 733 771 727 c 0\n 705 714 638 703 570 698 c 1\n 570 659 570 613 571 566 c 1\n 605 568 638 572 670 575 c 0\n 684 576 697 579 705 582 c 1\n 701 594 692 608 681 620 c 0\n 677 624 675 630 678 633 c 0\n 680 636 686 635 692 631 c 1\n 705 619 723 612 738 604 c 0\n 746 600 753 595 759 588 c 0\n 765 581 771 568 765 552 c 1\n 765 552 l 1\n 755 525 733 524 719 523 c 0\n 704 522 690 522 675 521 c 0\n 642 519 607 517 572 516 c 1\n 573 451 574 386 574 333 c 1\n 667 303 749 252 825 198 c 0\n 852 179 864 149 851 132 c 0\n 839 115 807 118 781 137 c 0\n 711 189 647 244 573 278 c 1\n 573 275 573 272 572 269 c 0\n 571 232 570 201 550 173 c 1\n 521 136 467 120 412 113 c 1\n 412 113 l 1\n 349 104 279 122 248 169 c 1\n 248 169 l 1\n 223 205 227 256 255 291 c 0\n 303 352 412 369 509 350 c 0\n 514 349 519 347 524 346 c 1\n 525 396 524 455 523 515 c 1\n 509 515 494 515 479 516 c 0\n 408 520 341 547 273 562 c 0\n 266 563 261 568 262 571 c 0\n 263 575 269 578 275 577 c 0\n 344 565 415 567 482 564 c 0\n 495 564 509 563 522 564 c 1\n 521 611 520 656 519 696 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni307F\nEncoding: 12415 12415 1330\nWidth: 1000\nFlags: W\nHStem: 426 31.6555<371 382>\nVStem: 147.541 36.0165<267 283>\nFore\n383 426 m 0\n 310 426 245 409 210 365 c 0\n 177 323 178 250 194 232 c 1\n 194 232 l 1\n 201 223 215 230 220 231 c 1\n 220 231 l 1\n 227 233 239 235 257 255 c 0\n 290 291 336 355 383 426 c 0\n404 458 m 1\n 461 545 516 639 548 705 c 0\n 555 721 560 736 561 746 c 1\n 556 747 550 747 544 746 c 0\n 509 741 473 733 443 727 c 0\n 425 724 406 711 385 716 c 0\n 352 723 335 760 309 778 c 0\n 303 783 299 789 302 793 c 0\n 304 797 311 797 318 794 c 0\n 347 779 384 784 399 780 c 0\n 410 778 420 767 436 769 c 0\n 464 772 500 782 535 790 c 0\n 547 793 557 799 570 803 c 0\n 582 807 599 812 618 795 c 1\n 618 795 l 1\n 630 784 633 769 632 758 c 0\n 632 747 628 739 624 731 c 0\n 617 714 606 699 596 681 c 0\n 562 618 509 534 455 454 c 1\n 471 452 487 450 503 447 c 0\n 579 432 652 410 721 382 c 1\n 733 413 742 444 750 471 c 0\n 759 501 756 522 753 534 c 1\n 753 534 l 1\n 749 548 740 592 712 620 c 0\n 707 625 705 631 708 634 c 0\n 710 637 717 635 722 631 c 0\n 753 606 803 596 816 552 c 1\n 816 552 l 1\n 827 516 809 486 799 455 c 0\n 789 428 778 396 763 364 c 1\n 807 344 851 323 893 299 c 0\n 918 285 932 261 923 245 c 0\n 914 229 886 227 861 242 c 0\n 819 266 779 291 738 314 c 1\n 727 294 714 275 700 256 c 0\n 651 192 576 163 511 123 c 0\n 509 122 506 122 505 123 c 0\n 505 124 506 127 508 128 c 0\n 572 170 626 222 669 280 c 0\n 681 296 692 315 702 335 c 1\n 637 370 571 400 496 414 c 0\n 476 418 455 421 435 423 c 1\n 381 344 328 271 292 226 c 0\n 273 203 258 179 229 175 c 1\n 229 175 l 1\n 204 171 181 189 165 209 c 1\n 165 209 l 1\n 132 254 149 330 189 381 c 0\n 235 440 317 460 404 458 c 1\nEndSplineSet\nEndChar\nStartChar: uni3080\nEncoding: 12416 12416 1331\nWidth: 1000\nFlags: W\nHStem: 111.377 61.7056<462 499> 275.074 44.8808<232 240> 440 6<772 774> 495.86 29.9784<243 247>\nVStem: 127.274 24.2373<409 424> 260.579 50.9122<248.636 276.961> 282 54<524.011 631> 659.767 17.3617<526.664 561.938> 864 0<486 488> 864 57.7501<484 487 489 491>\nFore\n281 484 m 0\n 272 490 257 496 238 496 c 0\n 214 497 187 489 171 474 c 0\n 139 444 148 390 174 354 c 0\n 185 339 201 328 216 323 c 0\n 230 318 241 320 245 323 c 1\n 245 323 l 1\n 254 327 270 359 276 407 c 0\n 279 431 280 457 281 484 c 0\n283 631 m 1\n 227 629 175 643 124 647 c 0\n 116 647 110 651 110 656 c 0\n 110 661 117 665 125 664 c 0\n 178 663 230 672 283 678 c 1\n 284 699 284 717 285 735 c 0\n 286 761 279 778 276 788 c 1\n 276 788 l 1\n 271 800 262 843 233 869 c 0\n 228 874 225 881 228 885 c 0\n 231 888 238 887 245 883 c 0\n 276 861 327 856 343 813 c 0\n 355 781 341 754 339 731 c 0\n 337 717 337 702 336 687 c 1\n 388 697 442 715 497 729 c 0\n 522 736 546 729 551 713 c 0\n 555 697 538 678 512 672 c 0\n 454 656 394 643 336 636 c 1\n 336 615 336 592 336 565 c 0\n 337 534 336 498 334 463 c 1\n 339 429 328 389 321 350 c 0\n 310 294 306 240 323 215 c 0\n 347 180 444 165 540 177 c 0\n 588 184 636 195 673 209 c 0\n 710 222 736 241 740 246 c 1\n 740 246 l 1\n 742 248 747 247 749 257 c 0\n 751 267 748 284 740 300 c 0\n 704 371 651 475 661 564 c 0\n 666 614 691 664 734 667 c 0\n 793 672 856 599 891 545 c 0\n 900 532 909 521 915 507 c 0\n 922 494 926 475 915 458 c 1\n 906 441 889 438 875 438 c 0\n 861 437 848 439 836 438 c 0\n 813 435 794 440 775 440 c 0\n 772 440 770 441 770 443 c 0\n 770 444 772 446 774 446 c 0\n 793 447 812 453 833 458 c 0\n 843 461 853 468 860 476 c 0\n 866 483 866 491 864 488 c 0\n 862 485 865 483 864 490 c 0\n 864 497 860 509 853 521 c 0\n 823 572 768 646 735 644 c 0\n 712 642 684 607 678 562 c 0\n 669 482 729 385 769 316 c 0\n 778 300 791 287 800 270 c 0\n 809 253 813 227 799 205 c 1\n 799 205 l 1\n 778 172 741 156 697 141 c 0\n 652 126 600 117 546 113 c 0\n 440 105 328 116 281 186 c 0\n 263 214 259 245 261 277 c 1\n 239 270 217 277 198 288 c 0\n 179 300 163 317 150 337 c 0\n 118 384 119 449 158 487 c 1\n 158 487 l 1\n 178 506 206 520 236 525 c 0\n 251 527 267 528 282 524 c 1\n 282 538 282 552 283 566 c 0\n 283 589 283 611 283 631 c 1\nEndSplineSet\nEndChar\nStartChar: uni3081\nEncoding: 12417 12417 1332\nWidth: 1000\nFlags: W\nHStem: 131 59<191 192>\nVStem: 856.489 68.4835<397 421>\nFore\n308 575 m 0\n 324 523 346 462 370 397 c 1\n 428 483 485 578 520 648 c 1\n 470 644 420 632 373 610 c 0\n 351 600 329 588 308 575 c 0\n328 335 m 0\n 304 411 282 483 265 545 c 1\n 206 500 158 446 133 401 c 0\n 115 368 108 341 109 309 c 0\n 111 273 130 234 151 209 c 1\n 151 209 l 1\n 165 192 187 190 192 190 c 0\n 198 191 216 196 241 224 c 0\n 266 251 296 291 328 335 c 0\n254 583 m 1\n 249 604 244 623 240 640 c 0\n 231 673 217 693 209 707 c 0\n 202 721 199 757 178 777 c 1\n 171 785 168 795 172 799 c 0\n 176 803 186 801 194 795 c 0\n 217 777 257 774 275 744 c 0\n 292 713 284 682 289 651 c 0\n 292 639 294 627 298 614 c 1\n 316 625 336 636 356 646 c 0\n 415 673 479 690 541 694 c 0\n 542 695 542 696 542 696 c 2\n 556 729 549 746 546 759 c 1\n 546 759 l 1\n 542 773 540 816 517 846 c 0\n 511 854 510 864 514 868 c 0\n 519 872 528 869 536 861 c 0\n 561 834 607 819 618 777 c 1\n 618 777 l 1\n 626 748 615 722 602 695 c 1\n 647 693 691 683 732 666 c 0\n 819 631 897 568 919 477 c 0\n 942 384 905 284 847 217 c 1\n 847 217 l 1\n 787 148 695 136 613 108 c 0\n 610 107 608 107 607 109 c 0\n 607 110 608 112 611 113 c 0\n 691 145 761 192 807 249 c 1\n 807 249 l 1\n 853 306 866 394 850 459 c 0\n 834 524 786 588 712 620 c 0\n 672 637 627 647 579 649 c 1\n 537 566 462 446 390 344 c 1\n 402 313 414 281 425 249 c 0\n 436 222 429 195 412 189 c 0\n 394 182 372 200 363 228 c 0\n 357 245 351 263 346 281 c 1\n 321 247 298 216 278 192 c 0\n 252 162 231 130 192 131 c 0\n 158 131 137 158 118 182 c 1\n 118 182 l 1\n 91 218 82 266 80 307 c 0\n 78 345 86 379 106 415 c 0\n 136 469 188 532 254 583 c 1\nEndSplineSet\nEndChar\nStartChar: uni3082\nEncoding: 12418 12418 1333\nWidth: 1000\nFlags: W\nHStem: 54.8785 58.0309<571 603>\nVStem: 370.13 52.3927<261 293> 434.939 78.8035<779 799>\nFore\n383 439 m 0\n 391 503 401 567 412 627 c 1\n 382 620 352 613 324 606 c 0\n 284 595 247 589 216 568 c 0\n 195 553 178 532 179 521 c 0\n 180 511 197 501 219 488 c 0\n 259 465 315 452 368 442 c 0\n 383 439 l 0\n429 710 m 1\n 436 757 437 796 431 819 c 0\n 424 844 415 891 383 925 c 0\n 376 933 374 942 378 947 c 0\n 382 951 392 949 400 942 c 0\n 434 912 492 895 508 842 c 1\n 508 842 l 1\n 523 795 510 750 497 704 c 1\n 506 703 516 702 526 701 c 0\n 555 697 577 679 574 660 c 0\n 571 642 546 631 517 635 c 0\n 504 637 492 640 479 642 c 1\n 464 577 449 505 439 434 c 1\n 468 432 498 432 529 431 c 0\n 558 430 580 414 579 395 c 0\n 579 377 554 363 525 365 c 0\n 494 367 463 370 431 375 c 1\n 429 360 428 345 426 331 c 0\n 420 257 418 197 452 159 c 0\n 491 116 590 98 658 126 c 0\n 735 157 797 253 804 335 c 0\n 810 403 797 474 764 542 c 0\n 763 544 763 547 765 547 c 0\n 766 548 768 547 770 544 c 0\n 805 479 860 417 855 331 c 0\n 849 229 787 112 681 70 c 0\n 586 33 474 63 417 127 c 0\n 367 182 366 259 373 335 c 0\n 374 351 375 368 377 385 c 1\n 370 386 363 388 356 389 c 0\n 299 402 245 429 200 458 c 0\n 176 473 156 494 155 520 c 0\n 154 548 178 570 203 588 c 0\n 237 612 274 629 315 640 c 0\n 341 648 370 656 398 664 c 1\n 375 671 352 680 330 688 c 0\n 274 710 231 751 183 782 c 0\n 177 785 175 791 177 794 c 0\n 179 798 185 798 191 794 c 0\n 240 765 293 746 344 728 c 0\n 371 718 399 714 429 710 c 1\nEndSplineSet\nEndChar\nStartChar: uni3083\nEncoding: 12419 12419 1334\nWidth: 1000\nFlags: W\nHStem: 406 2<572 573> 553.469 26.5422<650 682>\nVStem: 294.044 36.3528<586 598> 475 35.457<666 668> 773.055 52.199<465 476>\nFore\n341 453 m 1\n 321 445 303 437 288 431 c 0\n 270 424 252 408 229 413 c 1\n 229 413 l 1\n 192 421 181 464 157 487 c 1\n 154 491 152 496 154 498 c 0\n 156 500 161 499 165 496 c 0\n 192 477 233 477 242 474 c 1\n 242 474 l 1\n 249 473 258 463 275 468 c 0\n 289 472 307 477 325 484 c 1\n 323 488 321 493 319 497 c 0\n 298 545 284 590 303 625 c 0\n 323 662 374 657 418 657 c 0\n 435 657 453 658 466 662 c 0\n 469 663 472 663 475 665 c 1\n 475 666 475 667 474 669 c 0\n 473 675 469 683 464 690 c 1\n 464 690 l 1\n 453 705 442 718 428 729 c 0\n 424 732 422 736 424 739 c 0\n 425 742 430 741 435 738 c 0\n 449 729 468 722 483 705 c 1\n 483 705 l 1\n 489 698 496 690 502 682 c 0\n 508 674 515 664 508 650 c 0\n 503 639 492 637 485 637 c 0\n 478 637 472 640 465 642 c 0\n 451 647 434 653 417 654 c 0\n 374 656 340 628 332 610 c 0\n 325 593 334 558 356 515 c 0\n 359 510 362 504 365 498 c 1\n 402 511 442 526 481 540 c 0\n 556 567 629 586 695 579 c 0\n 736 574 782 568 807 531 c 1\n 807 531 l 1\n 828 500 832 458 814 424 c 1\n 814 424 l 1\n 795 386 752 374 714 369 c 0\n 665 363 620 391 573 406 c 0\n 572 406 571 407 571 408 c 0\n 571 409 573 409 574 409 c 0\n 621 396 670 395 709 402 c 0\n 739 407 761 430 769 447 c 1\n 769 447 l 1\n 776 462 774 487 764 504 c 1\n 764 504 l 1\n 752 523 728 547 692 552 c 0\n 634 560 564 541 490 515 c 0\n 453 502 415 486 381 471 c 1\n 399 440 420 408 439 377 c 1\n 439 377 l 1\n 495 285 540 213 580 139 c 0\n 593 117 591 93 577 86 c 0\n 563 78 542 90 530 112 c 0\n 491 186 457 262 400 354 c 0\n 381 385 360 420 341 453 c 1\nEndSplineSet\nEndChar\nStartChar: uni3084\nEncoding: 12420 12420 1335\nWidth: 1000\nFlags: W\nHStem: 660.981 32.5589<691 723>\nVStem: 243.518 43.4011<702 716> 469 44.2578<801 803> 843.359 61.3201<550 562>\nFore\n303 536 m 1\n 277 525 254 515 235 508 c 0\n 212 499 190 480 161 486 c 0\n 117 496 102 549 72 578 c 0\n 67 582 65 588 67 591 c 0\n 70 594 76 593 81 589 c 0\n 115 564 165 563 178 560 c 0\n 186 558 198 547 219 553 c 0\n 237 558 259 565 283 574 c 1\n 281 580 278 585 275 591 c 0\n 248 650 231 706 255 749 c 0\n 267 772 292 783 317 788 c 0\n 343 792 370 791 397 791 c 0\n 419 791 441 793 457 796 c 0\n 462 797 466 798 469 800 c 1\n 469 801 469 803 468 804 c 0\n 466 812 462 823 455 831 c 0\n 441 850 428 867 410 879 c 0\n 405 883 402 889 405 892 c 0\n 407 896 413 895 419 892 c 1\n 437 879 460 871 479 850 c 0\n 487 841 495 832 503 821 c 0\n 510 811 519 799 510 781 c 0\n 504 768 490 764 481 765 c 0\n 473 765 465 768 456 771 c 0\n 438 776 418 784 397 785 c 0\n 370 786 343 779 324 768 c 0\n 305 757 294 743 289 732 c 0\n 280 710 292 666 319 612 c 0\n 331 591 l 1\n 377 607 427 626 476 644 c 0\n 570 677 661 701 744 692 c 0\n 796 686 852 677 882 632 c 0\n 908 593 913 542 891 500 c 1\n 891 500 l 1\n 868 453 815 437 767 431 c 0\n 706 423 649 456 591 475 c 0\n 589 476 587 478 587 479 c 0\n 588 481 590 482 593 481 c 0\n 652 464 713 461 762 470 c 0\n 799 476 827 504 838 526 c 1\n 838 526 l 1\n 847 547 845 578 832 599 c 0\n 817 624 785 653 740 659 c 0\n 667 669 580 645 488 612 c 0\n 441 596 393 576 350 557 c 1\n 373 518 399 478 423 440 c 1\n 423 440 l 1\n 493 324 549 234 600 142 c 0\n 614 115 613 86 596 77 c 0\n 579 68 553 82 539 109 c 0\n 490 202 447 297 376 411 c 1\n 376 411 l 1\n 352 451 326 494 303 536 c 1\nEndSplineSet\nEndChar\nStartChar: uni3085\nEncoding: 12421 12421 1336\nWidth: 1000\nFlags: W\nHStem: 234.468 42.3454<614 634> 714 27<502 503>\nVStem: 274.066 44.0804<344.158 402.793> 569.986 62.8814<497 546>\nFore\n558 640 m 0\n 555 650 551 660 546 668 c 0\n 532 690 517 713 503 714 c 0\n 494 714 484 711 474 699 c 0\n 449 669 425 609 419 547 c 0\n 417 529 417 512 418 495 c 1\n 450 550 488 602 538 630 c 0\n 544 634 551 637 558 640 c 0\n586 281 m 0\n 601 278 l 0\n 644 272 680 287 705 320 c 1\n 705 320 l 1\n 726 345 742 392 745 440 c 0\n 748 488 738 535 717 564 c 0\n 700 588 676 606 646 616 c 0\n 638 618 629 620 621 621 c 1\n 634 570 635 513 631 461 c 0\n 626 396 612 335 586 281 c 0\n564 615 m 0\n 559 614 554 611 549 609 c 0\n 496 581 458 514 426 444 c 1\n 434 412 447 382 465 357 c 0\n 483 332 509 312 537 298 c 1\n 558 347 564 402 568 466 c 0\n 572 517 573 572 564 615 c 0\n409 405 m 1\n 394 370 380 336 367 308 c 0\n 361 296 357 283 351 272 c 0\n 349 266 346 260 340 255 c 0\n 334 250 322 244 308 247 c 0\n 294 250 287 260 283 267 c 0\n 280 275 278 281 278 288 c 0\n 276 302 276 317 275 332 c 1\n 275 332 l 1\n 271 394 281 463 283 511 c 0\n 284 536 278 553 273 568 c 0\n 267 585 266 619 249 643 c 1\n 246 649 245 655 248 657 c 0\n 251 660 257 657 261 652 c 0\n 280 630 315 617 326 587 c 0\n 336 561 330 535 328 508 c 0\n 323 457 314 390 320 335 c 0\n 321 328 322 321 324 316 c 1\n 327 319 330 323 332 327 c 0\n 353 362 374 412 401 463 c 1\n 399 491 401 520 404 548 c 0\n 411 612 428 676 457 712 c 0\n 470 727 484 741 504 741 c 0\n 533 741 568 727 589 695 c 0\n 597 683 604 669 610 655 c 1\n 624 657 639 657 654 656 c 0\n 694 652 736 634 762 599 c 0\n 796 554 807 494 803 437 c 0\n 800 379 782 323 750 283 c 1\n 750 283 l 1\n 709 235 648 228 594 237 c 0\n 584 238 575 241 565 244 c 1\n 532 196 479 165 439 124 c 1\n 438 124 436 123 436 124 c 1\n 435 124 435 125 436 126 c 0\n 473 168 498 218 520 263 c 1\n 488 281 459 307 438 338 c 0\n 424 358 415 381 409 405 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni3086\nEncoding: 12422 12422 1337\nWidth: 1000\nFlags: W\nHStem: 261.928 52.2995<647 666> 862 32<503 504>\nVStem: 218.948 53.1583<410 458> 589.968 74.4366<602 637>\nFore\n575 769 m 0\n 570 782 565 794 559 804 c 1\n 559 804 l 1\n 542 833 521 861 504 862 c 0\n 493 862 480 857 467 842 c 1\n 467 842 l 1\n 436 805 408 729 400 652 c 0\n 398 631 397 609 398 589 c 1\n 438 658 486 722 547 756 c 0\n 556 761 565 766 575 769 c 0\n605 320 m 0\n 612 318 619 317 626 316 c 0\n 680 308 725 327 758 367 c 0\n 784 400 804 459 807 519 c 0\n 811 579 798 638 772 675 c 0\n 751 704 721 727 683 739 c 0\n 672 742 660 745 649 746 c 1\n 665 682 667 611 662 545 c 0\n 656 463 638 388 605 320 c 0\n582 739 m 0\n 575 736 568 733 562 730 c 0\n 495 695 447 611 408 524 c 1\n 417 483 433 445 455 414 c 0\n 478 382 511 357 547 339 c 1\n 574 401 582 471 587 551 c 0\n 592 615 593 683 582 739 c 0\n386 476 m 1\n 367 431 350 389 333 354 c 0\n 325 338 320 323 313 309 c 0\n 310 302 306 295 299 289 c 0\n 291 282 277 275 261 279 c 0\n 244 283 235 295 231 304 c 0\n 226 313 225 321 224 329 c 0\n 221 346 221 364 220 383 c 0\n 215 461 228 547 230 607 c 1\n 230 607 l 1\n 231 639 224 660 217 679 c 0\n 210 701 208 743 187 773 c 0\n 183 780 182 787 185 790 c 0\n 189 793 196 790 201 784 c 0\n 225 756 268 739 282 702 c 0\n 294 670 287 638 284 604 c 1\n 284 604 l 1\n 278 540 266 456 274 388 c 0\n 275 378 277 369 280 361 c 1\n 284 366 287 371 291 377 c 0\n 316 420 343 483 376 547 c 1\n 373 582 375 618 379 654 c 0\n 388 734 409 814 447 859 c 1\n 447 859 l 1\n 462 878 480 894 505 894 c 0\n 541 895 584 876 610 837 c 1\n 610 837 l 1\n 620 821 629 804 636 786 c 1\n 654 789 673 790 692 788 c 0\n 742 783 794 760 827 716 c 0\n 869 661 882 586 878 515 c 0\n 873 443 852 372 811 324 c 0\n 761 263 685 255 618 265 c 0\n 605 267 593 270 580 274 c 1\n 539 215 475 175 424 123 c 1\n 422 122 420 121 419 122 c 0\n 418 123 418 126 420 127 c 1\n 466 179 499 241 527 297 c 1\n 486 320 450 353 424 392 c 0\n 406 417 394 446 386 476 c 1\nEndSplineSet\nEndChar\nStartChar: uni3087\nEncoding: 12423 12423 1338\nWidth: 1000\nFlags: W\nVStem: 254.666 18.9637<195 208> 484.048 44.9525<383 493 508.031 591.856>\nFore\n488 263 m 0\n 474 265 459 266 443 267 c 0\n 382 269 306 271 283 240 c 0\n 268 221 270 187 285 167 c 0\n 304 141 348 136 390 140 c 0\n 432 144 463 169 476 189 c 0\n 486 204 488 230 488 263 c 0\n487 299 m 1\n 487 315 486 332 485 350 c 0\n 481 443 489 545 484 600 c 0\n 482 620 471 629 466 641 c 0\n 458 657 456 696 437 721 c 0\n 434 726 433 733 435 735 c 0\n 438 737 444 735 449 731 c 1\n 471 708 511 699 525 670 c 0\n 536 649 531 626 531 603 c 0\n 532 577 531 544 530 508 c 1\n 558 512 585 520 611 525 c 0\n 643 530 674 546 707 558 c 0\n 728 565 749 560 754 546 c 0\n 759 533 745 516 723 509 c 0\n 690 498 654 491 616 486 c 0\n 587 482 558 489 529 494 c 1\n 528 448 527 399 530 353 c 0\n 531 334 533 316 535 297 c 1\n 550 296 563 294 577 291 c 1\n 577 291 l 1\n 605 285 633 278 660 267 c 0\n 685 256 712 248 736 236 c 0\n 761 223 774 200 765 184 c 0\n 757 168 731 166 706 180 c 0\n 683 193 662 210 639 220 c 0\n 616 231 592 241 566 248 c 1\n 566 248 l 1\n 558 250 549 252 539 254 c 1\n 541 220 537 189 519 162 c 0\n 492 121 440 114 393 111 c 0\n 345 107 295 122 270 156 c 0\n 250 183 248 224 268 251 c 0\n 301 295 381 301 444 300 c 0\n 459 300 474 300 487 299 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni3088\nEncoding: 12424 12424 1339\nWidth: 1000\nFlags: W\nVStem: 192.006 24.8408<220 236> 481.591 54.4088<444 556 604.063 709.055>\nFore\n487 297 m 0\n 469 300 450 301 429 302 c 0\n 353 305 258 307 229 268 c 1\n 229 268 l 1\n 211 245 213 203 232 178 c 0\n 255 146 311 139 363 143 c 0\n 415 148 455 178 472 204 c 0\n 484 224 487 256 487 297 c 0\n486 343 m 1\n 485 363 484 384 483 407 c 0\n 477 522 487 650 481 719 c 1\n 481 719 l 1\n 479 744 467 756 459 771 c 0\n 450 792 445 838 421 869 c 0\n 416 877 414 885 418 889 c 0\n 422 892 430 889 437 883 c 0\n 465 855 512 841 530 805 c 0\n 542 779 537 751 538 722 c 1\n 538 722 l 1\n 539 689 537 649 536 604 c 1\n 572 609 606 619 638 624 c 0\n 679 631 718 650 760 664 c 0\n 785 672 809 667 815 651 c 0\n 820 635 804 615 779 607 c 0\n 737 593 692 583 646 577 c 0\n 609 572 572 580 536 586 c 1\n 534 529 533 467 536 409 c 0\n 538 386 541 363 543 340 c 1\n 561 338 579 336 596 332 c 1\n 596 332 l 1\n 632 324 667 316 700 302 c 1\n 700 302 l 1\n 732 288 764 277 794 261 c 0\n 824 246 839 219 830 200 c 0\n 820 181 788 179 759 195 c 0\n 730 211 703 231 674 244 c 1\n 674 244 l 1\n 645 257 616 271 583 279 c 1\n 583 279 l 1\n 572 282 560 285 547 287 c 1\n 549 245 545 206 522 172 c 0\n 489 122 425 111 366 108 c 0\n 306 104 244 120 212 163 c 0\n 187 198 184 248 210 283 c 1\n 210 283 l 1\n 251 338 352 346 430 344 c 0\n 450 344 468 343 486 343 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni3089\nEncoding: 12425 12425 1340\nWidth: 1000\nFlags: W\nVStem: 780.415 66.8071<322 342>\nFore\n320 907 m 0\n 315 909 312 913 313 916 c 0\n 314 919 319 920 324 919 c 0\n 376 904 436 901 482 859 c 0\n 497 846 511 833 522 818 c 0\n 533 803 547 783 532 757 c 1\n 532 757 l 1\n 518 734 496 738 482 742 c 0\n 467 746 453 752 439 753 c 0\n 399 755 360 757 322 753 c 0\n 320 752 317 753 317 755 c 0\n 317 757 319 758 322 758 c 0\n 360 762 397 772 440 773 c 0\n 454 774 469 779 478 785 c 0\n 487 790 484 800 477 789 c 1\n 477 789 l 1\n 476 787 476 786 475 785 c 1\n 475 786 475 788 474 791 c 0\n 471 801 462 816 452 827 c 1\n 452 827 l 1\n 417 861 372 891 320 907 c 0\n249 714 m 0\n 250 717 252 718 254 718 c 0\n 255 717 256 714 255 712 c 0\n 246 688 247 662 242 632 c 1\n 242 632 l 1\n 231 578 234 496 234 427 c 0\n 235 414 237 402 240 393 c 1\n 240 393 241 393 242 393 c 0\n 256 397 277 406 295 418 c 0\n 361 461 429 501 510 524 c 0\n 588 546 682 560 752 511 c 0\n 817 466 858 381 845 300 c 0\n 831 217 761 161 690 126 c 1\n 690 126 l 1\n 601 81 497 90 397 83 c 0\n 395 82 392 83 392 85 c 0\n 392 87 394 88 397 88 c 0\n 497 98 593 124 669 165 c 1\n 669 165 l 1\n 730 199 771 256 779 311 c 0\n 788 364 767 437 722 470 c 0\n 673 505 592 512 519 492 c 0\n 444 472 381 430 319 383 c 0\n 302 371 287 354 272 340 c 0\n 264 333 257 327 246 323 c 0\n 236 318 220 314 203 324 c 1\n 203 324 l 1\n 175 339 178 364 181 380 c 0\n 184 396 188 412 190 429 c 0\n 194 497 199 579 212 639 c 1\n 212 639 l 1\n 219 670 239 691 249 714 c 0\nEndSplineSet\nEndChar\nStartChar: uni308A\nEncoding: 12426 12426 1341\nWidth: 1000\nFlags: W\nVStem: 332.508 76.2121<797 807> 649.306 63.5075<541 589>\nFore\n320 508 m 1\n 319 512 318 518 318 523 c 0\n 318 604 317 685 329 749 c 0\n 334 781 333 801 331 811 c 1\n 331 811 l 1\n 329 824 328 872 302 905 c 0\n 298 911 296 919 300 922 c 0\n 303 925 310 922 316 917 c 1\n 345 887 399 873 408 825 c 1\n 408 825 l 1\n 415 788 396 762 390 737 c 0\n 384 711 382 677 381 640 c 1\n 415 705 454 762 498 803 c 1\n 498 803 l 1\n 529 833 563 862 602 853 c 0\n 638 845 667 814 682 774 c 0\n 725 657 727 462 668 320 c 0\n 619 201 514 146 426 78 c 0\n 424 77 422 76 421 77 c 0\n 420 79 421 81 423 83 c 0\n 508 154 575 237 616 341 c 0\n 664 465 655 655 622 752 c 0\n 611 786 604 809 592 813 c 0\n 579 816 544 810 516 783 c 1\n 516 783 l 1\n 454 724 424 607 381 494 c 0\n 372 468 350 453 334 459 c 0\n 319 465 314 485 320 508 c 1\nEndSplineSet\nEndChar\nStartChar: uni308B\nEncoding: 12427 12427 1342\nWidth: 1000\nFlags: W\nHStem: 76.3935 54.2349<478 496> 246.987 24.9676<410 420> 475.616 36.9759<578 620> 733.486 64.3248<378 381>\nFore\n522 134 m 0\n 508 162 499 190 478 210 c 1\n 478 210 l 1\n 456 230 429 252 402 246 c 1\n 402 246 l 1\n 377 241 357 212 355 195 c 0\n 353 177 370 159 400 145 c 0\n 429 131 474 127 522 134 c 0\n580 778 m 1\n 570 776 559 774 549 772 c 1\n 549 772 l 1\n 510 763 482 762 452 755 c 0\n 423 747 386 725 344 736 c 0\n 306 746 298 789 279 811 c 0\n 275 816 273 822 276 824 c 1\n 278 827 284 825 289 821 c 0\n 312 802 345 803 360 800 c 0\n 376 797 410 795 442 801 c 0\n 474 808 499 814 535 824 c 1\n 535 824 l 1\n 553 829 572 838 591 844 c 0\n 600 847 608 850 618 852 c 0\n 628 853 642 858 660 838 c 1\n 660 838 l 1\n 676 820 669 799 664 790 c 0\n 660 781 654 776 647 770 c 0\n 634 758 619 746 605 732 c 0\n 532 656 447 557 355 452 c 1\n 451 493 545 521 632 511 c 0\n 708 502 784 468 814 399 c 0\n 846 326 833 229 763 163 c 0\n 712 116 640 89 569 80 c 0\n 499 70 430 76 379 101 c 0\n 337 122 313 162 319 201 c 0\n 326 238 362 262 397 270 c 1\n 397 270 l 1\n 435 278 477 266 506 241 c 1\n 506 241 l 1\n 536 215 561 186 578 155 c 0\n 580 153 581 150 582 148 c 1\n 633 163 680 189 711 218 c 0\n 761 264 784 329 765 377 c 0\n 746 424 694 467 627 475 c 0\n 522 488 396 420 264 350 c 1\n 237 320 l 0\n 215 296 184 288 169 302 c 0\n 153 317 160 348 183 372 c 0\n 323 516 472 653 569 764 c 0\n 573 769 577 773 580 778 c 1\nEndSplineSet\nEndChar\nStartChar: uni308C\nEncoding: 12428 12428 1343\nWidth: 1000\nFlags: W\nVStem: 309 53.6334<294.259 410.935> 680 63<271 315>\nFore\n365 641 m 1\n 362.151 641.147 365.126 636.438 363 635 c 1\n 364.258 637.001 364.726 638.999 365 641 c 1\n309 681 m 1\n 309 715 310 745 311 769 c 0\n 313 802 306 816 303 824 c 1\n 298 836 285 885 252 914 c 0\n 246 920 243 927 246 930 c 0\n 249 934 256 933 263 928 c 1\n 299 903.999 355 899.001 374 855 c 1\n 389 823 375 795 371 764 c 0\n 369 745 367 722 366 695 c 1\n 382 697 399 698 415 680 c 1\n 431.847 654.552 421.841 632.297 409 615 c 1\n 408 614 408 613 408 613 c 1\n 438 646 l 0\n 480 691 523 719 570 744 c 0\n 608 763 649 788 693 779 c 0\n 724 772 753 755 769 730 c 0\n 789 700 800 664 798 622 c 0\n 794 524 744 395 743 296 c 0\n 742 238 755 193 777 181 c 0\n 796 171 844 167 883 180 c 0\n 917 191 948 196 976 209 c 1\n 981.316 211.467 983.894 205.591 978 204 c 1\n 951 189 927 167 892 154 c 0\n 851 139 800 113 753 136 c 0\n 701 162 680 227 680 296 c 0\n 680 414 729 549 732 625 c 0\n 734 658 731 679 719 697 c 0\n 709 712 698 728 682 732 c 0\n 660 738 619 735 584 717 c 0\n 540 695 506 662 466 619 c 0\n 433 583 398 538 361 487 c 1\n 361.802 364.562 361.818 261.75 372 165 c 1\n 373.714 134.958 365.296 113.6 333 107 c 1\n 311 105 304 116 298 123 c 1\n 284.298 144.362 281.916 173.515 267 194 c 1\n 248 222 236 246 220 266 c 0\n 218 268 218 270 219 272 c 0\n 220 273 223 272 224 270 c 1\n 241 249.999 262 233 284 207 c 1\n 290 199 299 192 308 187 c 1\n 313.945 254.438 308.004 325.699 309 411 c 1\n 151 170 l 1\n 133.296 138.583 90.6113 137.916 100 181 c 1\n 101 187 103 194 107 201 c 2\n 308 539 l 1\n 308 634 l 1\n 265.994 620.096 219.383 587.176 164 598 c 1\n 127 607 109 647 83 669 c 0\n 78 673 76 679 78 682 c 0\n 80 685 86 684 92 681 c 0\n 120 662 158 661 179 656 c 0\n 195 651 215 644 234 649 c 0\n 254 655 276 671 309 681 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni308D\nEncoding: 12429 12429 1344\nWidth: 1000\nFlags: W\nHStem: 504.171 34.7436<571 603>\nVStem: 763.542 63.8167<366 390>\nFore\n296 454 m 1\n 397 507 530 553 645 536 c 0\n 722 524 801 491 822 419 c 1\n 844 345 801 266 743 213 c 1\n 665 142 552 142 448 123 c 1\n 442.417 120.797 439.789 127.319 446 128 c 1\n 550 151 645 194 706 253 c 1\n 751 296 772 363 762 402 c 1\n 751 440 707 488 639 500 c 0\n 532 520 392 471 296 412 c 1\n 272.084 398.186 255.207 380.101 236 366 c 1\n 224.974 358.774 215.168 352.703 196 368 c 1\n 180.171 387.886 188.64 398.353 196 409 c 1\n 211.141 431.034 231.626 444.546 252 467 c 1\n 341 561 464 670 550 761 c 0\n 562 774 573 787 580 797 c 1\n 570 798 558 797 547 795 c 1\n 503 786 464 776 427 770 c 0\n 404 766.001 378 756 353 766 c 1\n 318 780 307 823 284 848 c 0\n 280 853 278 859 281 862 c 0\n 283 864 289 863 294 859 c 1\n 321 836.998 359 832.002 376 825 c 1\n 389 820 402 809 422 811 c 1\n 464.631 817.095 538.761 843.691 591 856 c 1\n 617.012 862.346 634.169 864.106 653 842 c 1\n 673.913 811.606 655.073 788.122 642 769 c 1\n 540.957 658.066 398.461 557.765 296 454 c 1\nEndSplineSet\nEndChar\nStartChar: uni308E\nEncoding: 12430 12430 1345\nWidth: 1000\nFlags: W\nVStem: 363.085 43.4573<214 250> 386.136 40.8636<574 582> 763 53<342 358>\nFore\n363 175 m 1\n 362.449 234.463 364.932 283.573 370 352 c 1\n 342.616 319.191 315.943 283.943 295 244 c 1\n 313.262 222.957 340.182 199.074 363 175 c 1\n385 553 m 1\n 386 571 387 588 387 602 c 0\n 386 627.999 378 640.001 373 652 c 1\n 368 665 369 694 355 713 c 1\n 352 719 351 725 353 727 c 0\n 356 729 362 727 367 723 c 1\n 383 706 415 699 426 675 c 1\n 438.339 644.16 426.258 610.704 427 573 c 1\n 436.204 579.733 447.164 580.416 454 574 c 1\n 480.77 571.599 478.492 545.577 456 535 c 1\n 443.936 511.064 430.437 488.563 418 465 c 1\n 417 455 416 444 415 433 c 1\n 446 460 479 483 514 500 c 0\n 583 533 665 550 726 512 c 0\n 781 478 817 413 816 348 c 0\n 816 286 782 235 740 197 c 0\n 689 149 614 136 546 110 c 1\n 543.544 110 541.921 111.007 545 113 c 1\n 612 140 673 180 715 222 c 0\n 749 257 763 303 763 347 c 0\n 762 395 744 453 705 479 c 0\n 661 509 587 514 521 483 c 0\n 482 465 446 436 413 402 c 1\n 407.401 306.141 398.621 222.039 415 152 c 1\n 422.207 128.835 410.457 106.475 389 102 c 1\n 370 99 364 108 359 113 c 1\n 348.273 127.77 344.625 147.467 334 162 c 1\n 316 187 304 212 288 233 c 1\n 264 188 l 1\n 252 167 231 156 218 163 c 0\n 205 171 204 194 216 215 c 2\n 382 505 l 1\n 382 510 l 1\n 367 505 353 500 340 495 c 1\n 326 489 311 477 289 480 c 1\n 262 485 255 516 239 531 c 1\n 236 535 234 540 236 542 c 0\n 238 544 242 543 247 540 c 1\n 265 527.999 292 531.001 298 531 c 1\n 322.589 524.54 359.781 544.143 385 553 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni308F\nEncoding: 12431 12431 1346\nWidth: 1000\nFlags: W\nVStem: 330 54<196 209 236 282> 829 66<387 419>\nDStem: 353 599 235 261 146 237 203 205\nFore\n330 186 m 2\n 330 207 l 2\n 329 264 333 336 338 409 c 1\n 305.766 367.581 270.763 323.385 242 276 c 1\n 265.479 248.704 292.797 226.293 321 194 c 1\n 324 191 327 188 330 186 c 2\n357 659 m 1\n 358 683.001 359 703.999 359 721 c 1\n 359 753.001 349 769 343 784 c 1\n 336 800 336 836 319 859 c 0\n 313 867 312 876 316 879 c 0\n 320 882 328 879 334 873 c 0\n 355 851 393 842 406 812 c 1\n 422.009 772.128 408.538 728.964 407 682 c 1\n 420.125 691.722 430.372 690.589 441 686 c 1\n 473.402 683.738 472.817 650.277 444 638 c 1\n 430.377 605.858 411.838 582.566 397 552 c 1\n 396 539 395 525 393 511 c 1\n 432 544 473 573 517 594 c 0\n 604 636 706 656 783 608 c 1\n 850 566.001 895 483.999 895 403 c 1\n 895 327 852 263 800 214 c 0\n 736 155 643 137 558 105 c 1\n 552.208 102.807 549.578 109.129 556 111 c 1\n 640 145 716 194 769 247 c 0\n 812 288.999 829 347 829 403 c 1\n 829 463 806 535 756 568 c 0\n 701 605 609 611 527 572 c 0\n 477 549 432 513 390 469 c 1\n 383 374 379 278 384 209 c 1\n 383.657 175.701 405.846 146.564 388 117 c 1\n 384 110 373 101 361 99 c 1\n 338 95 331 105 325 112 c 1\n 310.883 129.685 307.352 154.193 293 172 c 1\n 270 204 255 235 235 261 c 1\n 203 205 l 2\n 189 180 165 166 149 175 c 0\n 133 184 132 212 146 237 c 2\n 353 599 l 1\n 353 601 354 604 354 607 c 1\n 334 601 316 594 300 588 c 1\n 282 581 263 566 237 571 c 0\n 204 577 194 614 174 633 c 0\n 170 637 168 643 170 646 c 0\n 172 649 178 648 184 644 c 0\n 206 628 239 631 247 630 c 1\n 279.334 624.523 323.724 649.22 357 659 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni3090\nEncoding: 12432 12432 1347\nWidth: 1000\nFlags: W\nHStem: 254 53<584.731 599> 504.612 35.0637<512 550>\nVStem: 135.133 31.9327<262 264> 489.348 24.7673<195 213> 755.72 74.7885<290.422 322.977>\nFore\n718 211 m 1\n 675 232 638 253 600 254 c 0\n 568 254 530 254 518 230 c 0\n 506 207 517 163 542 145 c 1\n 584.074 115.015 678.301 169.785 718 211 c 1\n379 478 m 1\n 278 443 189 379 170 304 c 0\n 162 275 168 242 179 220 c 0\n 190 197 207 188 205 189 c 0\n 204 190 207 189 218 199 c 1\n 282.802 265.133 331.522 383.364 379 478 c 1\n400 520 m 1\n 440 599 472 664 500 726 c 1\n 508.329 746.067 513.228 758.054 513 775 c 1\n 477.673 788.816 434.645 771.102 399 765 c 1\n 377 761.001 350 752.999 323 765 c 1\n 286 781 282 827 261 853 c 1\n 251.877 866.245 261.438 874.095 272 863 c 1\n 296 840.001 337 836.999 351 831 c 1\n 361 827 374 819 390 821 c 1\n 421.546 825.438 471.686 841.002 514 843 c 1\n 532 844 554 843 572 821 c 1\n 590 797 581 772 572 754 c 1\n 530.355 682.857 499.818 618.397 460 534 c 1\n 651.023 566.356 808.214 467.144 829 333 c 1\n 839 257 800 185 737 139 c 0\n 672 92 579 87 527 126 c 0\n 493 152 479 203 496 241 c 0\n 513 278 555 307 599 307 c 1\n 654.328 309.039 707.163 284.562 749 263 c 1\n 755 283 757 303 755 323 c 0\n 748 386 700 475 601 498 c 0\n 554 509 498 507 442 495 c 1\n 398.087 404.255 357.788 304.524 308 221 c 1\n 293 194 277 172 259 155 c 0\n 241 138 216 124 189 132 c 0\n 155 142 143 175 137 207 c 0\n 132 240 134 276 144 312 c 0\n 172 408 281 486 400 520 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni3091\nEncoding: 12433 12433 1348\nWidth: 1000\nFlags: W\nHStem: 241.935 33.065<371 400> 253.464 37.6653<688 720> 341.738 51.9732<544 569> 474 23.3314<424 429>\nVStem: 478 53.9753<429 432> 717.736 71.2662<502 505>\nFore\n468 401 m 1\n 475.251 406.798 481.352 423.883 478 429 c 1\n 478 430 474 443 463 454 c 0\n 452 465 436 474 423 474 c 0\n 405 473 393 462 391 451 c 0\n 389 438 403 422 416 412 c 0\n 428 403 446 403 468 401 c 1\n583 809 m 1\n 577 810 571 810 565 809 c 0\n 522 805 483 792 443 784 c 0\n 415 779 385 770 354 781 c 0\n 321 792 308 831 286 851 c 0\n 280 857 278 864 281 868 c 0\n 283 871 291 870 297 865 c 0\n 322 847 357 846 375 840 c 0\n 391 835 411 828 436 832 c 1\n 480.902 839.015 552.098 857.045 608 866 c 1\n 634.218 867.968 649.189 868.97 664 845 c 1\n 677.147 813.676 658.901 796.668 644 784 c 1\n 549.686 712.636 452.929 635.169 366 550 c 1\n 407 578 445 611 498 629 c 0\n 570 654 673 662.001 736 605 c 1\n 779 565 805 501 779 445 c 0\n 746 376 665 353 601 344 c 1\n 547.954 334.317 510.66 348.996 470 352 c 1\n 440.963 325.817 404.612 300.976 370 275 c 1\n 410 279 449 272 479 246 c 1\n 494.109 233.854 502.454 222.808 516 213 c 1\n 524 219 534 228 545 238 c 0\n 598 285.001 684 300.999 754 286 c 1\n 814 272 866 242 905 206 c 0\n 928 185 935 157 921 143 c 0\n 908 129 879 135 858 156 c 0\n 820 194 794 238 745 250 c 1\n 674.861 264.714 578.489 239.105 554 177 c 1\n 548 166 540 146 512 149 c 1\n 481 152 479 172 474 185 c 0\n 468 198 463 212 455 220 c 1\n 420.632 256.198 333.737 243.18 291 220 c 1\n 256 195 218.102 170.401 180 145 c 5\n 168.579 133.279 132.069 114.555 123 134 c 1\n 101.549 145.379 117.351 175.838 141 191 c 1\n 245.461 254.248 339.063 300.94 427 364 c 1\n 415 369 404 375 393 384 c 0\n 372 401 362 430 368 455 c 1\n 377.273 500.492 437.808 506.481 483 488 c 1\n 504 480.001 525 467 531 442 c 1\n 535 423 527 406 518 395 c 1\n 542 393 566 393 593 397 c 0\n 643 406 697 447 710 476 c 0\n 722 500 724 540 698 566 c 1\n 661 603 570 627 506 607 c 0\n 449 588 415 541 359 503 c 1\n 335.376 487.708 318.992 464.905 294 453 c 1\n 278.589 446.217 265.807 446.554 249 461 c 1\n 224.347 488.797 243.933 517.647 260 533 c 1\n 273 545 288 557 303 572 c 0\n 384 648 491 727 567 794 c 0\n 573 799 579 804 583 809 c 1\nEndSplineSet\nEndChar\nStartChar: uni3092\nEncoding: 12434 12434 1349\nWidth: 1000\nFlags: W\nHStem: 77.0302 60.4319<561.065 616.369> 487.751 40.6044<459 470> 707.318 44.451<278 319> 903 15<363 366>\nVStem: 291.699 59.0159<206 220>\nFore\n375 708 m 1\n 320 704.999 270 706.001 227 712 c 1\n 175 719 137 743 98 758 c 0\n 90 762 84 769 86 774 c 0\n 88 779 97 781 105 778 c 1\n 199.141 748.886 291.219 744.673 414 762 c 1\n 433.938 792.978 469.737 831.01 480 867 c 1\n 478.319 877.004 467.182 875.832 460 882 c 1\n 436 892 401 901 366 903 c 0\n 360 903 355 907 355 911 c 0\n 355 915 360 918 367 918 c 1\n 432.163 916.47 518.731 958.301 549 897 c 1\n 560 872 547 852 537 838 c 1\n 518.538 816.661 499.746 795.068 482 772 c 1\n 545 782 611 794 677 805 c 0\n 703 809 727 800 729 783 c 0\n 732 767 713 750 687 746 c 0\n 601 732 515 719 436 712 c 1\n 381 642 321 562 277 492 c 0\n 270 481 264 469 259 459 c 1\n 270 462 282 466 294 471 c 0\n 373 507 469 554 539 514 c 0\n 551 507 561 499 570 489 c 1\n 630 525 692 552 753 570 c 0\n 775 577 795 584 809 591 c 1\n 788.827 616.195 762.276 633.217 728 654 c 1\n 716.395 659.227 719.397 674.023 735 667 c 1\n 781.221 645.174 828.083 643.301 867 620 c 1\n 878 613 894 598 889 572 c 1\n 879.306 541.612 859.345 536.38 831 532 c 1\n 740.111 519.361 672.061 496.07 592 459 c 1\n 617 418 628 364 637 314 c 0\n 642 281 629 252 609 249 c 0\n 588 246 567 270 562 303 c 0\n 555 352 551 399 540 432 c 1\n 473.723 393.337 396.469 331.276 364 264 c 1\n 348 234 348 211 352 202 c 0\n 357 191 383 172 423 159 c 0\n 464 147 515 140 561 138 c 0\n 646 134 709 153 777 167 c 0\n 809 174 839 163 843 142 c 0\n 847 121 824 100 791 94 c 1\n 681.038 72.1794 519.209 67.6082 406 101 c 1\n 358 116 314 136 297 179 c 0\n 282 218 301 256 326 289 c 1\n 378.684 352.719 454 414 526 462 c 1\n 515 472 l 2\n 483 501 379 488 305 450 c 1\n 275.702 436.143 260.025 411.771 236 396 c 1\n 223.067 389.655 208.097 386.335 193 401 c 1\n 169.995 424.769 185.027 449.909 199 468 c 1\n 209 483 224 500 237 519 c 0\n 279 578 329 645 375 708 c 1\nEndSplineSet\nEndChar\nStartChar: uni3093\nEncoding: 12435 12435 1350\nWidth: 1000\nFlags: W\nFore\n296 328 m 1\n 268.36 295.252 243.012 254.402 225 213 c 1\n 211 183 207 160 198 141 c 0\n 183 112 156 96 137 106 c 0\n 118 116 115 148 132 177 c 0\n 143 195 159 209 174 238 c 0\n 229 346 347 605.001 396 725 c 1\n 410 759 405 776 404 785 c 1\n 402 796 400 845 375 878 c 0\n 370 884 369 891 372 894 c 0\n 375 897 383 895 388 889 c 1\n 417 859.999 470 847.001 480 801 c 1\n 488 762.001 464 735 448 701 c 1\n 292 360 l 1\n 324 394 360 424 404 431 c 0\n 447 437 496 429 526 390 c 1\n 565.293 340.351 568.992 249.451 601 203 c 1\n 619 178 651 155 685 163 c 0\n 749 177 823 269 884 372 c 0\n 886 374 888 375 889 375 c 0\n 891 374 891 371 890 369 c 0\n 829 265 782 151 694 128 c 0\n 646 115 587 122 553 168 c 1\n 511.487 220.209 519.691 311.869 488 361 c 1\n 471 384 441 399 410 395 c 0\n 371 390 329 366 296 328 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A1\nEncoding: 12449 12449 1351\nWidth: 1000\nFlags: W\nHStem: 609.179 36.9255<678 694>\nFore\n467 561 m 0\n 464 565 462 570 464 572 c 0\n 466 574 471 573 475 570 c 0\n 493 556 525 553 535 527 c 0\n 546 502 536 477 531 452 c 0\n 519 395 498 313 464 248 c 0\n 436 194 391 163 356 125 c 1\n 351.825 122.223 346.575 123.961 351 129 c 1\n 385 168 410 213 435 263 c 0\n 465 323 484 404 492 459 c 0\n 496 483 491 499 488 508 c 0\n 484 518 483 545 467 561 c 0\n201 643 m 0\n 198 647 196 652 198 654 c 0\n 200 656 205 655 209 652 c 1\n 225 639.999 251 642.001 259 639 c 1\n 266 637.001 273 630.999 291 631 c 1\n 374 631 594 645 716 647 c 1\n 759.95 647.511 794.982 664.319 815 622 c 1\n 823 598 809 583 798 572 c 0\n 787 561 775 552 764 541 c 0\n 724 499 671 473 625 439 c 1\n 620.253 435.901 617.459 440.501 622 444 c 1\n 667 479 706 522 739 562 c 1\n 747.939 576.022 754.654 583.395 755 599 c 1\n 747 603 732 607 715 608 c 0\n 597 613.997 377 599.002 292 592 c 1\n 274 591 258 584 240 592 c 1\n 219 601 215 629 201 643 c 0\nEndSplineSet\nEndChar\nStartChar: uni30A2\nEncoding: 12450 12450 1352\nWidth: 1000\nFlags: W\nFore\n459 670 m 0\n 455 675 453 681 455 684 c 0\n 458 687 464 685 469 681 c 1\n 491 663.998 531 659.002 544 627 c 1\n 557 596 545 565 538 534 c 0\n 524 463 496 360 454 279 c 0\n 419 212 365 172 320 125 c 1\n 315.065 118.281 306.392 124.203 314 131 c 1\n 356 179 388 235 420 297 c 0\n 457 371 480 474 491 542 c 0\n 496 573.001 490 591.999 485 604 c 1\n 481 616 479 650 459 670 c 0\n127 773 m 0\n 122 778 120 784 123 786 c 1\n 125 789 131 788 136 784 c 0\n 156 769 189 771 199 767 c 0\n 207 764 216 757 239 757 c 0\n 343 757 617 774 770 777 c 1\n 805.625 776.336 833.688 787.439 864 777 c 1\n 874 772.001 887 762 893 746 c 1\n 903 716 886 698 873 684 c 0\n 860 670 844 658 830 644 c 0\n 781 592 715 560 657 517 c 1\n 648.98 511.064 644.936 519.657 652 524 c 1\n 709 567 757 621 799 672 c 0\n 810 686 817 702 819 715 c 1\n 817 719 l 1\n 806 724 789 728 769 729 c 0\n 621 736 347 717 240 709 c 0\n 218 707 197 700 175 709 c 0\n 149 720 144 755 127 773 c 0\nEndSplineSet\nEndChar\nStartChar: uni30A3\nEncoding: 12451 12451 1353\nWidth: 1000\nFlags: W\nFore\n590 514 m 1\n 544.679 472.391 488.764 444.604 437 419 c 1\n 391 395 340 385 294 365 c 1\n 340 386 382 416 426 440 c 0\n 473 466 516 501 559 538 c 0\n 600 574 638 620 664 652 c 0\n 676 666 676 676 677 677 c 1\n 677 678 683 702 673 720 c 1\n 673 743 l 1\n 678 746 687 741 693 732 c 1\n 705 715.001 732 702.999 730 674 c 1\n 729 649 711 636 699 623 c 0\n 676 598 644 564 610 532 c 1\n 626 524 644 518 651 498 c 0\n 659 478 649 462 647 448 c 1\n 635.544 359.918 650.068 216.755 653 126 c 1\n 653 103 641 85 627 85 c 0\n 613 85 601 104 602 126 c 0\n 603 178 612 230 611 287 c 0\n 610 345 605 408 608 451 c 0\n 609 469 605 478 604 481 c 0\n 603 484 600 500 590 514 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A4\nEncoding: 12452 12452 1354\nWidth: 1000\nFlags: W\nVStem: 635.426 43.1196<443 475> 638.628 40.8813<328.074 379.857>\nFore\n612 611 m 1\n 557.339 560.725 483.125 523.378 421 492 c 1\n 364 463 301 448 243 424 c 1\n 239.263 424 238.738 425.006 241 427 c 1\n 299 453 352 489 408 519 c 1\n 467 551.001 520 593.999 574 641 c 1\n 625 686 673 743 707 783 c 1\n 721 800.001 721 812.999 722 815 c 1\n 722 817 728 846 716 869 c 0\n 710 880 710 893 717 897 c 0\n 723 901 734 895 742 884 c 0\n 756 863.001 789 846.999 787 811 c 1\n 786 780 763 765 747 748 c 0\n 719 716 680 674 637 634 c 1\n 657 624 680 616 689 591 c 0\n 698 566 686 547 683 528 c 0\n 677 481 678 401 680 328 c 0\n 683 256 691 191 691 126 c 0\n 691 98 677 75 659 75 c 0\n 641 76 627 98 628 126 c 0\n 630 191 639 256 639 328 c 0\n 638 399 632 478 636 533 c 0\n 637 554 631 566 630 570 c 0\n 629 574 625 594 612 611 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A5\nEncoding: 12453 12453 1355\nWidth: 1000\nFlags: W\nHStem: 574.171 30.8286<373.842 477.968 508.061 637.947>\nVStem: 243 45.0758<428.798 439> 246.905 33.0058<502.085 526.977> 477.892 29.8205<606.018 643.939> 722.148 55.3988<565 566 568 568>\nFore\n236 577 m 1\n 227.266 594.354 225.892 611.571 208 625 c 1\n 204 628 202 633 203 635 c 0\n 205 637 210 637 214 635 c 1\n 230 626.001 252 623.999 268 612 c 1\n 296 612 325 606 363 606 c 0\n 396 606 436 605 478 605 c 1\n 478 625.998 476 647.001 477 665 c 1\n 478 676.998 470 683.001 469 683 c 1\n 468 685 464 716 445 733 c 1\n 442 737 440 741 442 744 c 0\n 443 746 448 745 453 742 c 1\n 474 727.999 508 729.001 518 700 c 1\n 523 683 511 671 510 662 c 1\n 508 647 507 627 508 606 c 1\n 587.434 606.994 658.259 604.979 721 616 c 1\n 736 617 755 616 767 600 c 0\n 789 570 771 544 766 519 c 1\n 754 469 742 408 708 350 c 0\n 656 258 543 197 440 124 c 1\n 437.06 122.667 437.06 125.684 439 127 c 1\n 539 201.999 629 289.001 675 369 c 1\n 703 420 711 477 721 528 c 1\n 726 554 719 574 724 567 c 0\n 727 564 727 569 718 572 c 0\n 708 575 693 577 676 577 c 1\n 553.523 573.598 396.359 578.224 285 568 c 1\n 284 553.001 281 540 280 527 c 1\n 279 500 286 471 288 441 c 0\n 289 421 280 405 267 404 c 0\n 254 404 243 419 243 439 c 0\n 243 468.999 247 499 247 528 c 1\n 247 551 240 568 236 577 c 1\nEndSplineSet\nEndChar\nStartChar: uni30A6\nEncoding: 12454 12454 1356\nWidth: 1000\nFlags: W\nHStem: 686 39<305 473.959 510.078 628.324>\nVStem: 782 61.5885<670 672>\nFore\n772 684 m 5\n 772 684 741 691 720 691 c 0\n 607 689 437 687 330 686 c 1\n 290 686 260 681 231 679 c 1\n 231 661 226 644 225 628 c 0\n 224 593 231 557 234 520 c 0\n 236 496 224 476 209 476 c 0\n 193 475 181 494 180 517 c 0\n 179 555 183 592 184 628 c 1\n 184.649 664.806 173.743 678.82 168 699 c 1\n 162 713 153 736 135 750 c 0\n 130 754 127 759 129 762 c 0\n 131 765 137 765 143 762 c 1\n 161.782 750.661 192.196 748.055 210 732 c 1\n 245 732 281 725 329 725 c 1\n 371 725 421 724 474 724 c 1\n 473 751 470 777 471 800 c 0\n 472 814.998 463 822.002 462 823 c 1\n 461 825 455 864 432 885 c 0\n 427 890 425 895 427 898 c 0\n 429 901 436 900 441 897 c 1\n 467 879 510 879.001 522 843 c 1\n 529 822 515 808 513 796 c 0\n 510 777 509 751 510 724 c 1\n 609.849 725.554 696.724 725.092 777 737 c 1\n 795 739.001 818 737.999 833 718 c 1\n 856.779 682.176 837.015 652.253 831 617 c 1\n 817 555 802 478 760 406 c 0\n 694 292 554 214 426 123 c 1\n 421.253 119.902 418.459 124.5 423 128 c 1\n 548 222 661 330 719 430 c 0\n 755 493 766 564 778 629 c 0\n 781 644 783 659 782 670 c 0\n 782 680 772 684 772 684 c 5\nEndSplineSet\nEndChar\nStartChar: uni30A7\nEncoding: 12455 12455 1357\nWidth: 1000\nFlags: W\nHStem: 229 33<409 484 523.027 626.949> 570 51<730.031 741.214> 573 32.7014<440 465 486.062 515.098>\nVStem: 487.276 31.929<382.033 460.353>\nFore\n465 573 m 1\n 414 572 366 570 335 566 c 1\n 335 566 l 1\n 322 564 309 556 291 561 c 0\n 265 568 256 595 239 611 c 0\n 232 618 229 628 233 632 c 0\n 236 637 246 635 255 629 c 0\n 273 615 298 612 304 610 c 0\n 309 609 317 604 332 605 c 1\n 332 605 l 1\n 368 607 420 605 475 606 c 0\n 556 607 642 618 729 621 c 0\n 751 622 770 611 770 597 c 0\n 770 582 753 570 730 570 c 0\n 647 568 564 573 486 573 c 1\n 502 562 525 555 531 533 c 0\n 538 511 524 494 522 478 c 0\n 518 451 519 417 520 382 c 0\n 521 343 523 303 523 263 c 1\n 558 264 593 263 628 262 c 0\n 687 260 744 263 801 259 c 0\n 824 257 841 244 840 230 c 0\n 839 216 819 206 797 208 c 0\n 740 214 684 227 627 229 c 0\n 591 230 555 230 519 230 c 1\n 515 223 510 218 503 218 c 0\n 497 218 492 223 488 230 c 1\n 473 229 457 229 442 229 c 0\n 388 228 334 228 296 221 c 0\n 277 218 258 202 233 210 c 1\n 233 210 l 1\n 208 218 204 246 191 261 c 0\n 186 268 184 276 187 280 c 1\n 191 283 199 281 206 275 c 0\n 221 262 244 263 250 261 c 1\n 250 261 l 1\n 255 260 270 252 291 254 c 0\n 334 258 387 261 441 262 c 0\n 455 262 470 263 484 263 c 1\n 485 303 487 343 487 381 c 0\n 487 417 488 451 489 481 c 0\n 490 499 481 512 480 518 c 0\n 477 526 480 552 467 569 c 0\n 467 570 466 572 465 573 c 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: uni30A8\nEncoding: 12456 12456 1358\nWidth: 1000\nFlags: W\nHStem: 255 41<361.343 427 528 633.228> 682 62.054<788.031 800.355> 684 41.7194<363.359 456 486 490>\nVStem: 481 47<298.063 366.859 421 437> 484 41<403.858 533>\nFore\n456 684 m 1\n 392 684 332 682 294 677 c 0\n 278 674 261 664 238 670 c 1\n 238 670 l 1\n 206 679 195 713 174 732 c 1\n 165 742 161 754 166 759 c 0\n 171 765 183 763 194 755 c 0\n 216 737 247 733 256 731 c 1\n 256 731 l 1\n 262 729 271 723 290 724 c 0\n 335 727 401 725 469 726 c 0\n 570 728 678 741 786 744 c 0\n 814 745 837 732 837 714 c 0\n 838 697 816 682 788 682 c 0\n 685 679 582 685 485 685 c 1\n 504 671 531 661 539 635 c 1\n 539 635 l 1\n 546 608 531 586 528 566 c 1\n 528 566 l 1\n 524 533 525 490 525 446 c 0\n 526 397 528 348 528 298 c 1\n 573 298 617 298 660 296 c 0\n 733 294 806 297 877 292 c 0\n 905 290 926 274 924 256 c 0\n 923 238 899 226 871 229 c 0\n 800 236 731 252 659 255 c 0\n 614 256 569 256 523 256 c 1\n 518 247 512 242 504 242 c 0\n 497 242 491 247 486 255 c 1\n 467 255 447 255 427 255 c 1\n 427 255 l 1\n 360 254 293 253 245 245 c 0\n 221 240 198 222 167 232 c 1\n 167 232 l 1\n 136 241 130 276 114 294 c 0\n 107 303 104 314 109 319 c 0\n 113 324 124 321 133 313 c 0\n 151 297 180 297 187 294 c 1\n 187 294 l 1\n 194 292 213 283 239 286 c 0\n 292 292 359 295 427 296 c 1\n 427 296 l 1\n 445 297 463 297 481 298 c 1\n 481 347 483 397 484 445 c 0\n 484 490 484 533 486 570 c 1\n 486 570 l 1\n 487 592 478 608 475 616 c 1\n 475 616 l 1\n 472 626 474 658 459 679 c 0\n 457 681 456 683 456 684 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni30A9\nEncoding: 12457 12457 1359\nWidth: 1000\nFlags: W\nVStem: 550.624 36.3279<256.767 332.191>\nFore\n524 507 m 1\n 468 504 415 500 378 494 c 1\n 359 491 340 480 317 488 c 1\n 286 499 278 533 259 555 c 0\n 254 562 252 571 256 574 c 0\n 260 578 268 575 275 569 c 0\n 295 549 325 542 334 539 c 1\n 341 536.999 353 531.001 373 533 c 1\n 418 537 483 542 547 548 c 1\n 546 578 546 606 548 629 c 0\n 550 650 544 661 542 666 c 0\n 540 673 534 701 516 718 c 1\n 510 725 507 733 510 737 c 0\n 514 741 522 739 530 734 c 1\n 550 718 582 713 593 685 c 0\n 601 662 589 644 587 626 c 0\n 584 606 583 580 582 551 c 1\n 656 558 726 570 797 576 c 0\n 821 579 841 568 842 553 c 0\n 844 538 826 525 802 523 c 0\n 730 516 657 516 582 511 c 1\n 581.943 425.006 588.697 296.207 587 227 c 1\n 586.978 197.886 594.646 177.899 597 148 c 1\n 597 137 604 121 582 106 c 1\n 562.143 94.6915 549.458 105.043 538 112 c 1\n 529 118 521 126 513 131 c 0\n 497 142 488 155 473 162 c 1\n 457 170 442 185 424 193 c 1\n 442 187 465 188 482 181 c 1\n 498.937 176.01 527.358 169.966 544 158 c 1\n 539.072 181.397 545.027 208.657 548 228 c 1\n 552.18 283.881 552.543 397.991 549 474 c 1\n 509 407 467 342 413 288 c 0\n 353 226 272 193 200 149 c 1\n 271 196 334 252 390 311 c 0\n 442 366 483 436 524 507 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AA\nEncoding: 12458 12458 1360\nWidth: 1000\nFlags: W\nVStem: 563.56 45.1339<285.272 422.541>\nFore\n530 603 m 1\n 461 598 394 594 348 587 c 0\n 324 583 300 569 271 579 c 0\n 233 593 222 635 199 662 c 0\n 192 671 189 682 194 687 c 0\n 199 691 210 688 219 680 c 0\n 244 655 281 646 293 642 c 0\n 302 639 316 632 341 634 c 0\n 398 640 479 646 559 653 c 1\n 558 690.999 559 727.001 561 755 c 1\n 562 780.998 556 795.001 553 802 c 1\n 551 810 543 844 520 866 c 0\n 512 874 508 885 513 890 c 0\n 517 895 528 893 538 886 c 1\n 562 866.998 603 860.001 616 824 c 1\n 626 795.999 611 773.001 608 751 c 1\n 605 726 604 693 603 656 c 1\n 695 665 783 680 871 688 c 0\n 900 691 925 679 927 660 c 0\n 929 642 906 625 877 623 c 0\n 787 615 697 614 603 608 c 1\n 602.388 499.523 611.475 338.623 608 252 c 1\n 608.526 209.909 623.792 177.093 619 132 c 1\n 617 124 614 112 601 103 c 1\n 577.528 88.9133 563.027 101.627 548 109 c 1\n 537 117 526 126 517 133 c 1\n 496 146 485 162 467 171 c 0\n 447 180 427 199 404 209 c 2\n 402 211 l 1\n 403 212 404 212 405 212 c 0\n 429 203 456 204 477 195 c 0\n 497 188 519 187 542 173 c 0\n 547 171 551 168 556 166 c 1\n 555 172 554 178 553 185 c 0\n 550 212.001 559 231.999 561 254 c 1\n 565.581 323.453 565.194 468.289 561 561 c 1\n 512 477 459 396 392 328 c 0\n 316 251 216 209 125 154 c 0\n 122 154 l 1\n 122 155 123 156 124 157 c 0\n 213 214 292 284 362 358 c 0\n 428 427 479 514 530 603 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni30AB\nEncoding: 12459 12459 1361\nWidth: 1000\nFlags: W\nFore\n517 626 m 1\n 454 623 397 621 355 614 c 0\n 334 611.001 312 597.999 284 605 c 1\n 254 613 241 641 223 657 c 0\n 211 668 206 682 211 689 c 0\n 217 696 232 694 245 685 c 1\n 265 671 290 668 300 666 c 1\n 309 664 325 659 349 662 c 1\n 397.346 667.247 470.82 671.292 536 675 c 1\n 545.722 704.972 571.414 762.867 565 786 c 1\n 563 801 553 836 531 866 c 0\n 523 877 521 891 528 897 c 0\n 534 902 548 897 557 886 c 0\n 581 858 618 836 624 795 c 1\n 630.167 750.05 600.342 716.378 587 678 c 1\n 669.936 684.762 728.63 681.266 790 698 c 1\n 821.4 700.297 847.543 718.203 876 689 c 1\n 894 668 887 649 883 635 c 1\n 872.461 598.95 858.844 575.209 848 540 c 1\n 835 491 816 413 792 343 c 1\n 763.782 259.579 743.234 220.713 714 160 c 1\n 709 151 706 139 701 126 c 0\n 696 114 691 95 662 93 c 1\n 618.681 92.059 623.313 126.851 609 152 c 1\n 595 177 585 200 567 222 c 0\n 546 247 529 282 506 310 c 0\n 505 311 505 312 505 312 c 1\n 506 313 507 312 508 312 c 1\n 533 285 565 265 587 239 c 0\n 606 218 628 200 645 174 c 0\n 648 169 652 164 656 160 c 1\n 670.412 177.142 681.183 201.81 690 221 c 1\n 705 252 727 303 747 358 c 0\n 770 426 790 502 801 551 c 1\n 805.488 579.801 811.465 614.388 821 641 c 1\n 815 641 807 639 799 638 c 0\n 774 635 756 640 733 639 c 0\n 692 638 630 633 568 629 c 1\n 536 551 496 454 439 376 c 0\n 362 270 249 218 146 155 c 0\n 144 154 141 154 140 155 c 0\n 140 157 141 159 143 161 c 0\n 244 226 334 303 405 400 c 0\n 453 467 489 552 517 626 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AC\nEncoding: 12460 12460 1362\nWidth: 1000\nFlags: W\nFore\n897 863 m 1\n 889.901 866.586 892.834 874.974 901 871 c 1\n 931 855.998 968 854.001 990 831 c 1\n 1004 816 1016 802 1023 789 c 0\n 1033 766 1030 742 1014 736 c 0\n 999 729 980 743 970 766 c 0\n 965 780 966 793 959 803 c 1\n 947 818 926 846 897 863 c 1\n820 808 m 0\n 816 810 814 813 815 815 c 0\n 816 817 820 817 824 816 c 0\n 853 803 890 803 912 779 c 0\n 926 763 937 747 943 733 c 0\n 953 709 948 686 933 680 c 0\n 918 674 899 688 890 712 c 0\n 885 727 885 740 877 750 c 0\n 866 764 847 792 820 808 c 0\n517 626 m 1\n 454 623 397 621 355 614 c 0\n 334 611.001 312 597.999 284 605 c 1\n 254 613 241 641 223 657 c 0\n 211 668 206 682 211 689 c 0\n 217 696 232 694 245 685 c 1\n 265 671 290 668 300 666 c 1\n 309 664 325 659 349 662 c 1\n 397.346 667.247 470.82 671.292 536 675 c 1\n 545.722 704.972 571.414 762.867 565 786 c 1\n 563 801 553 836 531 866 c 0\n 523 877 521 891 528 897 c 0\n 534 902 548 897 557 886 c 0\n 581 858 618 836 624 795 c 1\n 630.167 750.05 600.342 716.378 587 678 c 1\n 669.936 684.762 728.63 681.266 790 698 c 1\n 821.4 700.297 847.543 718.203 876 689 c 1\n 894 668 887 649 883 635 c 1\n 872.461 598.95 858.844 575.209 848 540 c 1\n 835 491 816 413 792 343 c 1\n 763.782 259.579 743.234 220.713 714 160 c 1\n 709 151 706 139 701 126 c 0\n 696 114 691 95 662 93 c 1\n 618.681 92.059 623.313 126.851 609 152 c 1\n 595 177 585 200 567 222 c 0\n 546 247 529 282 506 310 c 0\n 505 311 505 312 505 312 c 1\n 506 313 507 312 508 312 c 1\n 533 285 565 265 587 239 c 0\n 606 218 628 200 645 174 c 0\n 648 169 652 164 656 160 c 1\n 670.412 177.142 681.183 201.81 690 221 c 1\n 705 252 727 303 747 358 c 0\n 770 426 790 502 801 551 c 1\n 805.488 579.801 811.465 614.388 821 641 c 1\n 815 641 807 639 799 638 c 0\n 774 635 756 640 733 639 c 0\n 692 638 630 633 568 629 c 1\n 536 551 496 454 439 376 c 0\n 362 270 249 218 146 155 c 0\n 144 154 141 154 140 155 c 0\n 140 157 141 159 143 161 c 0\n 244 226 334 303 405 400 c 0\n 453 467 489 552 517 626 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AD\nEncoding: 12461 12461 1363\nWidth: 1000\nFlags: W\nHStem: 379.959 60.0409<204 208>\nFore\n444 649 m 1\n 403 640 364 631 335 620 c 1\n 313 612.998 293 594.002 262 599 c 1\n 224 606 209 643 187 665 c 0\n 177 674 173 686 178 692 c 0\n 183 697 196 695 206 687 c 1\n 231 666.998 264 663.001 272 662 c 1\n 279 660 295 658 319 666 c 0\n 352 676 391 685 431 694 c 1\n 422 729.001 413 759 407 783 c 1\n 401 802.999 390 811.001 386 817 c 1\n 380 824 365 849 342 863 c 0\n 331 869 324 880 327 887 c 0\n 331 893 343 895 355 889 c 1\n 380 877.997 414 879.002 433 854 c 1\n 448 834 443 812 447 793 c 1\n 452 769 461 739 472 704 c 1\n 548.422 719.385 618.956 745.862 692 764 c 1\n 719 770 744 762 748 745 c 0\n 752 728 734 709 707 702 c 1\n 636.032 686.192 557.874 674.012 486 658 c 1\n 535 509 l 1\n 647.913 534.002 759.225 567.056 857 593 c 1\n 885 599 911 591 916 573 c 0\n 920 555 900 535 872 528 c 1\n 776.396 505.624 657.839 488.177 550 464 c 1\n 589 349 628 242 663 135 c 0\n 671 110 665 85 649 80 c 0\n 634 75 614 91 606 116 c 0\n 570 225 539 336 502 454 c 1\n 409 434.999 316 415.001 261 398 c 1\n 239 390 219 376 191 381 c 1\n 158 388 143 420 122 439 c 0\n 112 448 108 460 113 466 c 0\n 118 472 130 470 141 463 c 1\n 164 445 194 441 203 440 c 1\n 210 439.001 224 437 248 443 c 1\n 306 460 397 479 488 499 c 1\n 473 550 458 602 444 649 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AE\nEncoding: 12462 12462 1364\nWidth: 1000\nFlags: W\nHStem: 379.959 60.0409<204 208>\nFore\n805 908 m 0\n 801 910 799 913 801 915 c 0\n 802 917 805 918 809 916 c 1\n 839 900.998 876 899.001 898 876 c 1\n 911 861 924 847 930 834 c 0\n 941 811 937 787 922 781 c 0\n 907 774 887 788 878 811 c 0\n 873 825 874 838 866 848 c 1\n 854 863 833 891 805 908 c 0\n727 853 m 1\n 720.286 856.639 722.211 864.019 731 861 c 1\n 760 848 797 848 819 824 c 1\n 833 808 845 792 851 778 c 0\n 860 754 856 731 841 725 c 0\n 826 719 806 733 798 757 c 0\n 792 772.001 792 784.999 785 795 c 1\n 774 809 755 837 727 853 c 1\n444 649 m 1\n 403 640 364 631 335 620 c 1\n 313 612.998 293 594.002 262 599 c 1\n 224 606 209 643 187 665 c 0\n 177 674 173 686 178 692 c 0\n 183 697 196 695 206 687 c 1\n 231 666.998 264 663.001 272 662 c 1\n 279 660 295 658 319 666 c 0\n 352 676 391 685 431 694 c 1\n 422 729.001 413 759 407 783 c 1\n 401 802.999 390 811.001 386 817 c 1\n 380 824 365 849 342 863 c 0\n 331 869 324 880 327 887 c 0\n 331 893 343 895 355 889 c 1\n 380 877.997 414 879.002 433 854 c 1\n 448 834 443 812 447 793 c 1\n 452 769 461 739 472 704 c 1\n 548.422 719.385 618.956 745.862 692 764 c 1\n 719 770 744 762 748 745 c 0\n 752 728 734 709 707 702 c 1\n 636.032 686.192 557.874 674.012 486 658 c 1\n 535 509 l 1\n 647.913 534.002 759.225 567.056 857 593 c 1\n 885 599 911 591 916 573 c 0\n 920 555 900 535 872 528 c 1\n 776.396 505.624 657.839 488.177 550 464 c 1\n 589 349 628 242 663 135 c 0\n 671 110 665 85 649 80 c 0\n 634 75 614 91 606 116 c 0\n 570 225 539 336 502 454 c 1\n 409 434.999 316 415.001 261 398 c 1\n 239 390 219 376 191 381 c 1\n 158 388 143 420 122 439 c 0\n 112 448 108 460 113 466 c 0\n 118 472 130 470 141 463 c 1\n 164 445 194 441 203 440 c 1\n 210 439.001 224 437 248 443 c 1\n 306 460 397 479 488 499 c 1\n 473 550 458 602 444 649 c 1\nEndSplineSet\nEndChar\nStartChar: uni30AF\nEncoding: 12463 12463 1365\nWidth: 1000\nFlags: W\nVStem: 500 59<812 813>\nFore\n467 741 m 1\n 476 758 484 773 492 786 c 1\n 501 801.998 499 811.002 500 810 c 1\n 500 809 504 848 487 872 c 1\n 486 883 l 5\n 488 885 493 883 496 880 c 1\n 517 858.001 559 848.999 559 811 c 1\n 560 785 541 773 532 760 c 0\n 529 755 525 750 521 744 c 1\n 601.481 746.145 680.288 747.697 740 772 c 1\n 754 776.002 773 783.998 792 762 c 1\n 818.84 719.326 777.388 694.546 766 664 c 1\n 730 589 698 491 634 405 c 0\n 542 284 381 210 230 124 c 0\n 227 124 l 1\n 227 125 228 126 229 127 c 0\n 377 217 515 320 600 431 c 0\n 660 509.001 694 602 728 682 c 1\n 733 695 737 708 739 718 c 1\n 730 719 718 719 705 717 c 0\n 640 709 568 709 497 708 c 1\n 473 673 444 631 413 596 c 0\n 364 539 299 512 242 475 c 1\n 298 514 346 561 391 615 c 0\n 416 646 437 684 455 719 c 1\n 449.263 728.708 457.135 737.181 467 741 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni30B0\nEncoding: 12464 12464 1366\nWidth: 1000\nFlags: W\nVStem: 500 59<812 817>\nFore\n872 870 m 0\n 869 872 867 876 868 878 c 0\n 869 880 873 880 876 878 c 1\n 906 863.999 943 862.001 965 838 c 1\n 979 823 991 810 998 796 c 0\n 1008 773 1005 750 989 743 c 0\n 974 737 955 751 945 774 c 0\n 940 787.999 941 801.001 934 810 c 1\n 922 825 901 854 872 870 c 0\n795 815 m 0\n 791 817 789 821 790 823 c 0\n 791 825 795 825 799 823 c 0\n 828 810 865 810 887 786 c 0\n 901 771 912 755 918 740 c 0\n 928 717 923 693 908 687 c 0\n 893 681 874 696 865 720 c 0\n 860 734 860 748 852 757 c 0\n 841 771 822 800 795 815 c 0\n467 741 m 1\n 476 758 484 773 492 786 c 1\n 501 801.998 499 811.002 500 810 c 1\n 500 809 504 848 487 872 c 1\n 486 883 l 1\n 488 885 493 883 496 880 c 1\n 517 858.001 559 848.999 559 811 c 1\n 560 785 541 773 532 760 c 0\n 529 755 525 750 521 744 c 1\n 601.481 746.145 680.288 747.697 740 772 c 1\n 754 776.002 773 783.998 792 762 c 1\n 818.84 719.326 777.388 694.546 766 664 c 1\n 730 589 698 491 634 405 c 0\n 542 284 381 210 230 124 c 0\n 227 124 l 1\n 227 125 228 126 229 127 c 0\n 377 217 515 320 600 431 c 0\n 660 509.001 694 602 728 682 c 1\n 733 695 737 708 739 718 c 1\n 730 719 718 719 705 717 c 0\n 640 709 568 709 497 708 c 1\n 473 673 444 631 413 596 c 0\n 364 539 299 512 242 475 c 1\n 298 514 346 561 391 615 c 0\n 416 646 437 684 455 719 c 1\n 449.263 728.708 457.135 737.181 467 741 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni30B1\nEncoding: 12465 12465 1367\nWidth: 1000\nFlags: W\nHStem: 614.935 42.5372<361 377> 624 53<706.745 874 875.031 886.796>\nFore\n575 610 m 5\n 575 610 583 612 586 607 c 0\n 601 581 638 563 637 527 c 1\n 637 503 622 489 614 474 c 0\n 591 431 556 347 506 281 c 1\n 451 205 366 172 292 125 c 1\n 363 175 423 237 473 305 c 0\n 516 366 543 448 565 497 c 0\n 573 515.001 571 523.999 572 529 c 1\n 572 536 584 572 573 600 c 0\n 575 610 l 5\n321 667 m 1\n 351.911 657.911 360.959 654.298 403 659 c 1\n 496 667 685 675 874 677 c 0\n 898 678 917 666 918 651 c 0\n 918 636 899 624 875 624 c 0\n 685 622 495 626 406 617 c 0\n 385 615 366 612 344 618 c 0\n 329 622 316 633 305 643 c 1\n 298 633 290 623 282 613 c 0\n 239 559 176 529 123 489 c 1\n 120.761 487.755 118.726 489.733 121 492 c 1\n 172 534 212 587 252 638 c 0\n 260 648 268 659 276 671 c 1\n 271.466 678.3 276.738 685.339 284 683 c 1\n 305 715.001 323 747.999 340 775 c 1\n 351 791.998 349 806.002 350 811 c 1\n 350 816 361 848 350 873 c 0\n 348 879 348 885 351 887 c 0\n 355 888 360 885 363 879 c 0\n 377 856 412 840 409 805 c 1\n 407 778.001 386 766.999 374 751 c 1\n 359 730 341 699 321 667 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B2\nEncoding: 12466 12466 1368\nWidth: 1000\nFlags: W\nHStem: 615.384 42.6158<357 376> 624 53<705.854 874 875.031 886.796>\nFore\n574 614 m 5\n 574 614 583 612 586 607 c 0\n 601 581 638 563 637 527 c 1\n 637 503 622 489 614 474 c 0\n 591 431 556 347 506 281 c 1\n 451 205 366 172 292 125 c 1\n 363 175 423 237 473 305 c 0\n 516 366 543 448 565 497 c 0\n 573 515.001 571 523.999 572 529 c 1\n 572 536 584 572 573 600 c 0\n 574 614 l 5\n865 883 m 0\n 861 885 859 888 861 890 c 0\n 862 892 865 893 869 891 c 0\n 899 876 936 874 958 851 c 1\n 958 851 l 1\n 971 836 984 822 990 809 c 0\n 1001 786 997 762 982 756 c 0\n 967 749 947 763 938 786 c 0\n 933 800 934 813 926 823 c 1\n 926 823 l 1\n 914 838 893 866 865 883 c 0\n787 828 m 0\n 784 830 782 833 783 835 c 0\n 784 837 788 837 791 836 c 0\n 820 823 857 823 879 799 c 1\n 879 799 l 1\n 893 783 905 767 911 753 c 0\n 920 729 916 706 901 700 c 0\n 886 694 866 708 858 732 c 0\n 852 747 852 760 845 770 c 1\n 845 770 l 1\n 834 784 815 812 787 828 c 0\n321 667 m 1\n 334 663 346 660 355 658 c 0\n 367 656 380 657 403 659 c 0\n 496 667 685 675 874 677 c 0\n 898 678 917 666 918 651 c 0\n 918 636 899 624 875 624 c 0\n 685 622 495 626 406 617 c 0\n 385 615 366 612 344 618 c 0\n 329 622 316 633 305 643 c 1\n 298 633 290 623 282 613 c 0\n 239 559 176 529 123 489 c 0\n 122 489 121 488 120 489 c 0\n 120 490 120 491 121 492 c 0\n 172 534 212 587 252 638 c 0\n 260 648 268 659 276 671 c 1\n 274 674 274 678 275 680 c 0\n 277 683 280 684 284 683 c 1\n 305 715 323 748 340 775 c 1\n 340 775 l 1\n 351 792 349 806 350 811 c 1\n 350 811 l 1\n 350 816 361 848 350 873 c 0\n 348 879 348 885 351 887 c 0\n 355 888 360 885 363 879 c 0\n 377 856 412 840 409 805 c 1\n 409 805 l 1\n 407 778 386 767 374 751 c 1\n 374 751 l 1\n 359 730 341 699 321 667 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B3\nEncoding: 12467 12467 1369\nWidth: 1000\nFlags: W\nHStem: 242.066 56.645<755 766>\nFore\n710 290 m 1\n 734.113 411.134 748.597 539.476 760 664 c 1\n 762 675 762 686 761 692 c 1\n 755 693 748 693 740 692 c 0\n 622 680 358 677 271 669 c 0\n 254 667 237 661 218 669 c 0\n 189 682 189 719 172 742 c 1\n 164.539 751.415 173.936 758.143 181 750 c 1\n 201 729 236 724 241 722 c 0\n 244 720 250 716 268 717 c 0\n 362 720 627 715 734 734 c 1\n 762.212 738.974 782.479 761.386 812 735 c 1\n 834.626 706.421 817.078 686.326 814 657 c 1\n 805 609 799 552 791 492 c 0\n 782 429 766 364 752 298 c 1\n 776.771 304.786 803.823 288.957 804 273 c 1\n 805.058 246.518 763.574 236.539 731 245 c 1\n 725.117 239.879 717.833 241.954 714 246 c 1\n 708 247 702 247 695 247 c 0\n 597 246 373 244 298 237 c 0\n 283 236 269 227 252 234 c 0\n 220 246 213 285 191 311 c 1\n 181.178 323.225 191.467 330.457 202 321 c 1\n 227 299 265 290 272 287 c 0\n 276 285 280 279 296 279 c 1\n 387.596 281.291 598.065 283.294 710 290 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B4\nEncoding: 12468 12468 1370\nWidth: 1000\nFlags: W\nHStem: 242.066 56.645<755 766>\nFore\n855 885 m 0\n 851 887 849 891 851 893 c 0\n 852 895 855 895 859 893 c 1\n 889 878.999 926 877.001 948 853 c 1\n 961 838 974 825 980 811 c 0\n 991 788 987 765 972 758 c 0\n 957 752 937 766 928 789 c 0\n 923 803 924 816 916 825 c 0\n 904 840 883 869 855 885 c 0\n777 830 m 0\n 774 832 772 836 773 838 c 0\n 774 840 778 840 781 838 c 1\n 810 825 847 825 869 801 c 1\n 883 786 895 770 901 755 c 0\n 910 732 906 708 891 702 c 0\n 876 696 856 711 848 735 c 0\n 842 749.001 842 762.999 835 772 c 1\n 824 786 805 815 777 830 c 0\n710 290 m 1\n 734.113 411.134 748.597 539.476 760 664 c 1\n 762 675 762 686 761 692 c 1\n 755 693 748 693 740 692 c 0\n 622 680 358 677 271 669 c 0\n 254 667 237 661 218 669 c 0\n 189 682 189 719 172 742 c 1\n 164.539 751.415 173.936 758.143 181 750 c 1\n 201 729 236 724 241 722 c 0\n 244 720 250 716 268 717 c 0\n 362 720 627 715 734 734 c 1\n 762.212 738.974 782.479 761.386 812 735 c 1\n 834.626 706.421 817.078 686.326 814 657 c 1\n 805 609 799 552 791 492 c 0\n 782 429 766 364 752 298 c 1\n 776.771 304.786 803.823 288.957 804 273 c 1\n 805.058 246.518 763.574 236.539 731 245 c 1\n 725.117 239.879 717.833 241.954 714 246 c 1\n 708 247 702 247 695 247 c 0\n 597 246 373 244 298 237 c 0\n 283 236 269 227 252 234 c 0\n 220 246 213 285 191 311 c 1\n 181.178 323.225 191.467 330.457 202 321 c 1\n 227 299 265 290 272 287 c 0\n 276 285 280 279 296 279 c 1\n 387.596 281.291 598.065 283.294 710 290 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B5\nEncoding: 12469 12469 1371\nWidth: 1000\nFlags: W\nHStem: 602.529 43.1354<695 770>\nVStem: 334 43<466.023 546.947 557 589 636 685>\nFore\n334 590 m 1\n 299 587 270 585 250 582 c 1\n 236 579.999 221 571 201 577 c 1\n 166 587 157 628 134 653 c 0\n 130 658 128 664 130 667 c 1\n 133 669 139 668 144 664 c 1\n 170 641.999 210 637.001 218 634 c 1\n 222 633.002 229 627.998 244 629 c 1\n 267 631 298 632 333 634 c 1\n 332 671.999 332 709.001 333 733 c 1\n 334 746 328 750 327 749 c 1\n 325 756 314 787 293 802 c 0\n 287 806 284 811 286 814 c 0\n 288 817 294 818 300 815 c 1\n 328 800.999 372 811.001 387 773 c 1\n 396 753 383 740 381 728 c 1\n 378 708 377 674 377 635 c 1\n 457.15 636.336 553.807 641.843 635 644 c 1\n 638 696 641 744 644 778 c 1\n 645 794.999 637 803.001 636 805 c 1\n 635 809 624 848 597 870 c 1\n 592 883 l 1\n 594 886 600 885 606 882 c 0\n 635 864 679 863 693 826 c 1\n 701 804.001 688 788 685 773 c 1\n 680 743 678 697 676 645 c 1\n 754.908 647.929 809.882 648.328 860 634 c 1\n 874 632 885 623 884 614 c 0\n 882 606 870 600 855 602 c 1\n 796.224 601.807 753.487 604.35 674 602 c 1\n 667.35 473.661 652.643 361.295 600 268 c 1\n 565 206 505 170 455 125 c 1\n 504 171 543 226 574 283 c 1\n 618.612 366.527 622.924 483.714 633 601 c 1\n 549.714 598.222 457.847 596.249 377 592 c 1\n 376.927 525.606 383.717 469.107 372 426 c 1\n 370 410 361 398 352 399 c 1\n 331.159 404.582 337.997 436.476 336 466 c 1\n 337 494 335 541 334 590 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni30B6\nEncoding: 12470 12470 1372\nWidth: 1000\nFlags: W\nHStem: 602.529 43.1354<695 770>\nVStem: 334 43<466.023 546.947 557 589 636 685>\nFore\n832 880 m 0\n 829 882 827 886 828 888 c 0\n 829 890 833 890 836 888 c 1\n 866 873.999 903 872.001 925 848 c 1\n 939 833 951 820 958 806 c 0\n 968 783 965 760 949 753 c 0\n 934 747 915 761 905 784 c 0\n 900 798 901 811 894 820 c 0\n 882 835 861 864 832 880 c 0\n755 825 m 0\n 751 827 749 831 750 833 c 0\n 751 835 755 835 759 833 c 1\n 788 820 825 820 847 796 c 1\n 861 781 872 765 878 750 c 0\n 888 727 883 703 868 697 c 0\n 853 691 834 706 825 730 c 0\n 820 744.001 820 757.999 812 767 c 1\n 801 781 782 810 755 825 c 0\n334 590 m 1\n 299 587 270 585 250 582 c 1\n 236 579.999 221 571 201 577 c 1\n 166 587 157 628 134 653 c 0\n 130 658 128 664 130 667 c 1\n 133 669 139 668 144 664 c 1\n 170 641.999 210 637.001 218 634 c 1\n 222 633.002 229 627.998 244 629 c 1\n 267 631 298 632 333 634 c 1\n 332 671.999 332 709.001 333 733 c 1\n 334 746 328 750 327 749 c 1\n 325 756 314 787 293 802 c 0\n 287 806 284 811 286 814 c 0\n 288 817 294 818 300 815 c 1\n 328 800.999 372 811.001 387 773 c 1\n 396 753 383 740 381 728 c 1\n 378 708 377 674 377 635 c 1\n 457.15 636.336 553.807 641.843 635 644 c 1\n 638 696 641 744 644 778 c 1\n 645 794.999 637 803.001 636 805 c 1\n 635 809 624 848 597 870 c 1\n 592 883 l 1\n 594 886 600 885 606 882 c 0\n 635 864 679 863 693 826 c 1\n 701 804.001 688 788 685 773 c 1\n 680 743 678 697 676 645 c 1\n 754.908 647.929 809.882 648.328 860 634 c 1\n 874 632 885 623 884 614 c 0\n 882 606 870 600 855 602 c 1\n 796.224 601.807 753.487 604.35 674 602 c 1\n 667.35 473.661 652.643 361.295 600 268 c 1\n 565 206 505 170 455 125 c 1\n 504 171 543 226 574 283 c 1\n 618.612 366.527 622.924 483.714 633 601 c 1\n 549.714 598.222 457.847 596.249 377 592 c 1\n 376.927 525.606 383.717 469.107 372 426 c 1\n 370 410 361 398 352 399 c 1\n 331.159 404.582 337.997 436.476 336 466 c 1\n 337 494 335 541 334 590 c 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: uni30B7\nEncoding: 12471 12471 1373\nWidth: 1000\nFlags: W\nFore\n264 847 m 0\n 261 850 260 853 261 855 c 0\n 263 857 267 856 270 854 c 1\n 308 824.998 359 810.001 383 780 c 1\n 395 765 397 749 403 737 c 0\n 412 721 411 703 401 698 c 0\n 392 693 376 701 367 717 c 0\n 360 729.001 349 735.999 341 746 c 1\n 323 768 300 815 264 847 c 0\n163 581 m 0\n 159 583 157 586 158 588 c 0\n 159 591 162 591 166 590 c 0\n 213 572 269 571 300 543 c 1\n 314 531 317 514 324 503 c 0\n 333 488 333 472 325 467 c 0\n 317 461 302 468 292 481 c 0\n 284 490.999 273 495 264 503 c 1\n 245 519 208 559 163 581 c 0\n154 207 m 1\n 151 215 l 1\n 153 217 157 216 160 214 c 0\n 194 188 248 184 251 183 c 1\n 253 183 258 176 271 182 c 1\n 324 207 434 280 527 356 c 0\n 639 446 745 528 840 620 c 1\n 747 525 666 417 552 325 c 0\n 456 248 350 173 293 139 c 1\n 280 131 265 115 243 118 c 1\n 197 123 185 177 154 207 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B8\nEncoding: 12472 12472 1374\nWidth: 1000\nFlags: W\nFore\n727 840 m 0\n 724 842 722 846 723 848 c 0\n 724 850 728 850 731 848 c 1\n 761 833.999 798 832.001 820 808 c 1\n 834 793 846 780 853 766 c 0\n 863 743 860 720 844 713 c 0\n 829 707 810 721 800 744 c 1\n 795 757.998 796 771.001 789 780 c 1\n 777 795 756 824 727 840 c 0\n650 785 m 0\n 646 787 644 791 645 793 c 0\n 646 795 650 795 654 793 c 0\n 683 780 720 780 742 756 c 0\n 756 741 767 725 773 710 c 0\n 783 687 778 663 763 657 c 0\n 748 651 729 666 720 690 c 0\n 715 704 715 718 707 727 c 0\n 696 741 677 770 650 785 c 0\n264 847 m 0\n 261 850 260 853 261 855 c 0\n 263 857 267 856 270 854 c 1\n 308 824.998 359 810.001 383 780 c 1\n 395 765 397 749 403 737 c 0\n 412 721 411 703 401 698 c 0\n 392 693 376 701 367 717 c 0\n 360 729.001 349 735.999 341 746 c 1\n 323 768 300 815 264 847 c 0\n163 581 m 0\n 159 583 157 586 158 588 c 0\n 159 591 162 591 166 590 c 0\n 213 572 269 571 300 543 c 1\n 314 531 317 514 324 503 c 0\n 333 488 333 472 325 467 c 0\n 317 461 302 468 292 481 c 0\n 284 490.999 273 495 264 503 c 1\n 245 519 208 559 163 581 c 0\n154 207 m 1\n 151 215 l 1\n 153 217 157 216 160 214 c 0\n 194 188 248 184 251 183 c 1\n 253 183 258 176 271 182 c 1\n 324 207 434 280 527 356 c 0\n 639 446 745 528 840 620 c 1\n 747 525 666 417 552 325 c 0\n 456 248 350 173 293 139 c 1\n 280 131 265 115 243 118 c 1\n 197 123 185 177 154 207 c 1\nEndSplineSet\nEndChar\nStartChar: uni30B9\nEncoding: 12473 12473 1375\nWidth: 1000\nFlags: W\nHStem: 788.768 31.3337<601.048 645.369>\nFore\n541 495 m 1\n 536 489 531 483 525 477 c 0\n 420 355 266 280 123 192 c 1\n 120.592 189.897 118.708 192.648 121 194 c 1\n 262 286 393 390 494 504 c 0\n 569 589.001 623 690.999 655 766 c 1\n 659 774 661 782 662 788 c 1\n 660.971 789.02 657.61 789.129 656 789 c 1\n 624 789 596 788 558 785 c 0\n 500 780 418 760 373 752 c 0\n 358 749 342 739 324 744 c 1\n 295 751 284 788 262 805 c 0\n 257 809 255 814 257 817 c 0\n 258 820 265 820 270 817 c 1\n 295 804 331 810 340 807 c 1\n 346 806 352 798 366 799 c 0\n 409 803 493 817 556 821 c 1\n 609.541 824.574 643.916 811.35 676 832 c 1\n 684 836 699 841 714 825 c 0\n 732 806 723 787 717 776 c 1\n 663.002 683.539 627.274 603.538 543 498 c 1\n 608 461 677 430 733 384 c 0\n 790 339 846 295 895 246 c 0\n 912 228 918 204 906 193 c 0\n 895 182 871 188 854 206 c 0\n 806 256 764 312 711 357 c 0\n 657 402 602 452 541 495 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BA\nEncoding: 12474 12474 1376\nWidth: 1000\nFlags: W\nHStem: 788.768 31.3337<601.048 645.369>\nFore\n812 948 m 1\n 804.901 951.585 807.834 959.975 816 956 c 1\n 846 941.001 883 938.999 905 916 c 1\n 919 901 931 887 938 874 c 0\n 948 851 945 827 929 821 c 0\n 914 814 895 828 885 851 c 0\n 880 865 881 878 874 888 c 1\n 862 903 841 931 812 948 c 1\n735 893 m 0\n 731 895 729 898 730 900 c 0\n 731 902 735 902 739 901 c 1\n 768 888 805 888 827 864 c 1\n 841 848 852 832 858 818 c 0\n 868 794 863 771 848 765 c 0\n 833 759 814 773 805 797 c 0\n 800 812.001 800 824.999 792 835 c 1\n 781 849 762 877 735 893 c 0\n541 495 m 1\n 536 489 531 483 525 477 c 0\n 420 355 266 280 123 192 c 1\n 120.592 189.897 118.708 192.648 121 194 c 1\n 262 286 393 390 494 504 c 0\n 569 589.001 623 690.999 655 766 c 1\n 659 774 661 782 662 788 c 1\n 660.971 789.02 657.61 789.129 656 789 c 1\n 624 789 596 788 558 785 c 0\n 500 780 418 760 373 752 c 0\n 358 749 342 739 324 744 c 1\n 295 751 284 788 262 805 c 0\n 257 809 255 814 257 817 c 0\n 258 820 265 820 270 817 c 1\n 295 804 331 810 340 807 c 1\n 346 806 352 798 366 799 c 0\n 409 803 493 817 556 821 c 1\n 609.541 824.574 643.916 811.35 676 832 c 1\n 684 836 699 841 714 825 c 0\n 732 806 723 787 717 776 c 1\n 663.002 683.539 627.274 603.538 543 498 c 1\n 608 461 677 430 733 384 c 0\n 790 339 846 295 895 246 c 0\n 912 228 918 204 906 193 c 0\n 895 182 871 188 854 206 c 0\n 806 256 764 312 711 357 c 0\n 657 402 602 452 541 495 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BB\nEncoding: 12475 12475 1377\nWidth: 1000\nFlags: W\nHStem: 101.328 51.2776<645 672>\nVStem: 394.554 47.5332<219 228> 401.471 39.2785<535.063 692> 402.217 41.8486<324 475.801>\nFore\n403 478 m 1\n 350 462 302 446 269 435 c 1\n 248 428.001 229 414.999 203 420 c 1\n 164 427 147 472 117 497 c 1\n 112 511 l 1\n 114 514 121 513 126 509 c 1\n 158 486.999 203 484.001 216 481 c 1\n 224 480 234 475 255 481 c 2\n 402 523 l 1\n 400 606 398 686 401 737 c 0\n 403 763.998 397 778.002 394 785 c 1\n 390 794 375 837 345 862 c 0\n 340 867 337 873 340 875 c 1\n 342 878 348 878 354 874 c 0\n 387 852 435 846.001 450 806 c 1\n 461 779 446 758 443 734 c 0\n 437 689 439 615 441 535 c 1\n 484 547 527 559 567 568 c 0\n 641 586 700 593 749 610 c 0\n 773 619 793 644 827 631 c 1\n 848 623.001 854 607.999 860 601 c 1\n 867 592 893 587 895 552 c 1\n 896 527 880 515 868 508 c 1\n 820.192 481.191 785.281 450.179 743 418 c 1\n 714 394 676 383 645 363 c 1\n 675 385 699 415 726 438 c 0\n 754 462 776 493 806 519 c 0\n 816 528 825 538 829 546 c 5\n 829.467 551.17 807.925 581.623 807 580 c 1\n 798.5 583 786 584 760 576 c 1\n 668.152 547.462 543.865 522.708 442 490 c 1\n 444 421 446 352 443 297 c 0\n 440 241 440 205 449 192 c 0\n 458 179 490 166 533 159 c 1\n 625 145 748 157 873 165 c 0\n 899 167 921 155 922 138 c 0\n 923 122 903 107 876 106 c 0\n 752 99.0003 626 95.9998 526 112 c 1\n 479 119 434 129 410 164 c 0\n 384 202 398 246 401 299 c 0\n 404 349 404 413 403 478 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni30BC\nEncoding: 12476 12476 1378\nWidth: 1000\nFlags: W\nHStem: 101.328 51.2776<645 672>\nVStem: 394.554 47.5332<219 228> 401.471 39.2785<535.063 697> 402.217 41.8486<324 475.801>\nFore\n835 848 m 0\n 831 850 829 853 831 855 c 0\n 832 857 835 858 839 856 c 0\n 869 841 906 839 928 816 c 1\n 928 816 l 1\n 941 801 954 787 960 774 c 0\n 971 751 967 727 952 721 c 0\n 937 714 917 728 908 751 c 0\n 903 765 904 778 896 788 c 1\n 896 788 l 1\n 884 803 863 831 835 848 c 0\n757 793 m 0\n 754 795 752 798 753 800 c 0\n 754 802 758 802 761 801 c 0\n 790 788 827 788 849 764 c 1\n 849 764 l 1\n 863 748 875 732 881 718 c 0\n 890 694 886 671 871 665 c 0\n 856 659 836 673 828 697 c 0\n 822 712 822 725 815 735 c 1\n 815 735 l 1\n 804 749 785 777 757 793 c 0\n403 478 m 1\n 350 462 302 446 269 435 c 1\n 248 428.001 229 414.999 203 420 c 1\n 164 427 147 472 117 497 c 1\n 112 511 l 1\n 114 514 121 513 126 509 c 1\n 158 486.999 203 484.001 216 481 c 1\n 224 480 234 475 255 481 c 2\n 402 523 l 1\n 400 606 398 686 401 737 c 0\n 403 763.998 397 778.002 394 785 c 1\n 390 794 375 837 345 862 c 0\n 340 867 337 873 340 875 c 1\n 342 878 348 878 354 874 c 0\n 387 852 435 846.001 450 806 c 1\n 461 779 446 758 443 734 c 0\n 437 689 439 615 441 535 c 1\n 484 547 527 559 567 568 c 0\n 641 586 700 593 749 610 c 0\n 773 619 793 644 827 631 c 1\n 848 623.001 854 607.999 860 601 c 1\n 867 592 893 587 895 552 c 1\n 896 527 880 515 868 508 c 1\n 820.192 481.191 785.281 450.179 743 418 c 1\n 714 394 676 383 645 363 c 1\n 675 385 699 415 726 438 c 0\n 754 462 776 493 806 519 c 0\n 816 528 825 538 829 546 c 1\n 830.096 551.412 807.344 580.059 807 580 c 5\n 798.5 590 786 584 760 576 c 1\n 668.152 547.462 543.865 522.708 442 490 c 1\n 444 421 446 352 443 297 c 0\n 440 241 440 205 449 192 c 0\n 458 179 490 166 533 159 c 1\n 625 145 748 157 873 165 c 0\n 899 167 921 155 922 138 c 0\n 923 122 903 107 876 106 c 0\n 752 99.0003 626 95.9998 526 112 c 1\n 479 119 434 129 410 164 c 0\n 384 202 398 246 401 299 c 0\n 404 349 404 413 403 478 c 1\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: uni30BD\nEncoding: 12477 12477 1379\nWidth: 1000\nFlags: W\nFore\n192 804 m 1\n 188.228 809.236 193.499 811.286 197 807 c 1\n 245 750 308 703 327 646 c 0\n 337 617 334 591 334 568 c 0\n 334 551 326 537 316 536 c 0\n 305 536 296 550 295 567 c 0\n 294 590 289 609 282 630 c 0\n 268 673 237 744 192 804 c 1\n727 832 m 1\n 724 835 722 838 724 840 c 0\n 725 842 729 841 732 839 c 1\n 763.817 816.292 816.473 821.095 825 774 c 1\n 827 747 805 740 798 728 c 1\n 768 678.001 738 528.999 674 416 c 1\n 601 288 476 222 361 148 c 1\n 355.539 144.995 352.923 149.008 358 153 c 1\n 470 230.999 571 318 640 435 c 1\n 701 539.001 730 677.999 761 748 c 1\n 766 758 763 767 761 769 c 1\n 758.865 792.211 744.318 816.4 727 832 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BE\nEncoding: 12478 12478 1380\nWidth: 1000\nFlags: W\nFore\n860 955 m 0\n 856 957 854 961 856 963 c 0\n 857 965 860 965 864 963 c 1\n 894 948.999 931 947.001 953 923 c 1\n 966 908 979 895 985 881 c 0\n 996 858 992 835 977 828 c 0\n 962 822 942 836 933 859 c 0\n 928 872.999 929 886.001 921 895 c 1\n 909 910 888 939 860 955 c 0\n782 900 m 0\n 779 902 777 906 778 908 c 0\n 779 910 783 910 786 908 c 1\n 815 895 852 895 874 871 c 1\n 888 856 900 840 906 825 c 0\n 915 802 911 778 896 772 c 0\n 881 766 861 781 853 805 c 0\n 847 819.001 847 832.999 840 842 c 1\n 829 856 810 885 782 900 c 0\n192 804 m 1\n 188.228 809.236 193.499 811.286 197 807 c 1\n 245 750 308 703 327 646 c 0\n 337 617 334 591 334 568 c 0\n 334 551 326 537 316 536 c 0\n 305 536 296 550 295 567 c 0\n 294 590 289 609 282 630 c 0\n 268 673 237 744 192 804 c 1\n727 832 m 1\n 724 835 722 838 724 840 c 0\n 725 842 729 841 732 839 c 1\n 763.817 816.292 816.473 821.095 825 774 c 1\n 827 747 805 740 798 728 c 1\n 768 678.001 738 528.999 674 416 c 1\n 601 288 476 222 361 148 c 1\n 355.539 144.995 352.923 149.008 358 153 c 1\n 470 230.999 571 318 640 435 c 1\n 701 539.001 730 677.999 761 748 c 1\n 766 758 763 767 761 769 c 1\n 758.865 792.211 744.318 816.4 727 832 c 1\nEndSplineSet\nEndChar\nStartChar: uni30BF\nEncoding: 12479 12479 1381\nWidth: 1000\nFlags: W\nVStem: 435 54.4409<810.552 832>\nFore\n488 807 m 1\n 579.445 816.335 663.469 820.624 736 843 c 1\n 751 846.999 772 852.001 789 833 c 1\n 806 814 800 792 795 777 c 0\n 789 762 781 748 774 731 c 0\n 733 623 668 458 571 339 c 0\n 478 226 350 174 232 110 c 1\n 376.675 193.177 512.247 299.929 603 446 c 1\n 595 448 586 454 580 463 c 0\n 567 482 555 499 536 514 c 0\n 498 546 424 587 347 616 c 4\n 344 617 342 618 341 620 c 1\n 307 592 267 567 232 538 c 1\n 278 580 316 630 351 670 c 0\n 377 701 396 733 417 766 c 0\n 433 791 436 818 435 823 c 1\n 435 827 434 839 426 854 c 0\n 417 869 402 886 385 898 c 1\n 383.22 900.886 382.039 905.671 388 903 c 1\n 428.456 881.791 500.614 873.198 488 807 c 1\n620 476 m 1\n 672 568 711 670 735 745 c 1\n 740.326 762.674 741.715 775.452 741 788 c 1\n 738 792 l 1\n 725.376 793.789 712.961 797.831 694 795 c 1\n 628 789 552 785 474 780 c 1\n 434.175 729.518 399.873 675.398 353 630 c 1\n 431 603 513 587 563 547 c 1\n 588.887 524.564 607.725 501.98 620 476 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni30C0\nEncoding: 12480 12480 1382\nWidth: 1000\nFlags: W\nVStem: 435 54.4409<810.552 832>\nFore\n860 953 m 0\n 856 955 854 958 856 960 c 0\n 857 962 860 963 864 961 c 1\n 894 946.001 931 943.999 953 921 c 1\n 966 906 979 892 985 879 c 0\n 996 856 992 832 977 826 c 0\n 962 819 942 833 933 856 c 0\n 928 870 929 883 921 893 c 1\n 909 908 888 936 860 953 c 0\n782 898 m 1\n 775.286 901.64 777.211 909.018 786 906 c 1\n 815 893 852 893 874 869 c 1\n 888 853 900 837 906 823 c 0\n 915 799 911 776 896 770 c 0\n 881 764 861 778 853 802 c 0\n 847 817 847 830 840 840 c 0\n 829 854 810 882 782 898 c 1\n488 807 m 1\n 579.445 816.335 663.469 820.624 736 843 c 1\n 751 846.999 772 852.001 789 833 c 1\n 806 814 800 792 795 777 c 0\n 789 762 781 748 774 731 c 0\n 733 623 668 458 571 339 c 0\n 478 226 350 174 232 110 c 1\n 376.675 193.177 512.247 299.929 603 446 c 1\n 595 448 586 454 580 463 c 0\n 567 482 555 499 536 514 c 0\n 498 546 424 587 347 616 c 0\n 344 617 342 618 341 620 c 1\n 307 592 267 567 232 538 c 1\n 278 580 316 630 351 670 c 0\n 377 701 396 733 417 766 c 0\n 433 791 436 818 435 823 c 1\n 435 827 434 839 426 854 c 0\n 417 869 402 886 385 898 c 1\n 383.22 900.886 382.039 905.671 388 903 c 1\n 428.456 881.791 500.614 873.198 488 807 c 1\n620 476 m 1\n 672 568 711 670 735 745 c 1\n 740.326 762.674 741.715 775.452 741 788 c 1\n 738 792 l 1\n 725.376 793.789 712.961 797.831 694 795 c 1\n 628 789 552 785 474 780 c 1\n 434.175 729.518 399.873 675.398 353 630 c 1\n 431 603 513 587 563 547 c 1\n 589.665 523.454 607.208 502.842 620 476 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni30C1\nEncoding: 12481 12481 1383\nWidth: 1000\nFlags: W\nHStem: 504 48<551.125 607.842>\nFore\n508 504 m 1\n 420 501 331 493 276 484 c 1\n 253 480 231 468 204 476 c 1\n 173 485 167 523 148 541 c 0\n 144 545 142 550 144 552 c 0\n 146 554 151 553 155 550 c 1\n 177 536.002 211 541.999 220 540 c 1\n 229 538 243 534 268 537 c 1\n 328 544 418 549 507 551 c 1\n 506 582 505 609 506 632 c 0\n 506 653.999 499 666.001 497 677 c 1\n 495 689 501 717 494 742 c 1\n 481 739.002 469 735.999 456 734 c 1\n 377 718 305 724 235 720 c 1\n 223.35 718.055 221.631 730.976 234 731 c 1\n 304 738 372 756 448 772 c 1\n 524 788 606 820 660 832 c 1\n 677 836.002 683 842.999 684 844 c 1\n 685 844 719 855 729 878 c 1\n 732.782 888.63 743.868 886.732 740 874 c 1\n 734 850.001 751 813.999 725 792 c 1\n 706 776 685 781 669 779 c 0\n 634 774 575 760 514 746 c 1\n 532 729.001 557 713.999 562 689 c 1\n 567 666 555 649 553 629 c 0\n 552 610 552 583 551 552 c 1\n 655 554 751 553 846 548 c 0\n 873 547 893 532 892 515 c 0\n 891 499 869 486 843 488 c 0\n 747 494 652 504 550 504 c 1\n 548 457 543 405 531 358 c 0\n 505 259 433 192 372 122 c 0\n 368 118 363 116 361 118 c 0\n 358 120 359 125 362 129 c 1\n 445.15 233.588 508.022 332.029 508 504 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C2\nEncoding: 12482 12482 1384\nWidth: 1000\nFlags: W\nHStem: 504 48<551.125 607.842>\nFore\n847 933 m 1\n 839.901 936.587 842.834 944.973 851 941 c 1\n 881 926.001 918 923.999 940 901 c 1\n 954 886 966 872 973 859 c 0\n 983 836 980 812 964 806 c 0\n 949 799 930 813 920 836 c 0\n 915 850 916 863 909 873 c 1\n 897 888 876 916 847 933 c 1\n770 878 m 0\n 766 880 764 883 765 885 c 0\n 766 887 770 887 774 886 c 0\n 803 873 840 873 862 849 c 0\n 876 833 887 817 893 803 c 0\n 903 779 898 756 883 750 c 0\n 868 744 849 758 840 782 c 0\n 835 797 835 810 827 820 c 0\n 816 834 797 862 770 878 c 0\n508 504 m 1\n 420 501 331 493 276 484 c 1\n 253 480 231 468 204 476 c 1\n 173 485 167 523 148 541 c 0\n 144 545 142 550 144 552 c 0\n 146 554 151 553 155 550 c 1\n 177 536.002 211 541.999 220 540 c 1\n 229 538 243 534 268 537 c 1\n 328 544 418 549 507 551 c 1\n 506 582 505 609 506 632 c 0\n 506 653.999 499 666.001 497 677 c 1\n 495 689 501 717 494 742 c 1\n 481 739.002 469 735.999 456 734 c 1\n 377 718 305 724 235 720 c 1\n 223.35 718.055 221.631 730.976 234 731 c 1\n 304 738 372 756 448 772 c 1\n 524 788 606 820 660 832 c 1\n 677 836.002 683 842.999 684 844 c 1\n 685 844 719 855 729 878 c 1\n 732.782 888.63 743.868 886.732 740 874 c 1\n 734 850.001 751 813.999 725 792 c 1\n 706 776 685 781 669 779 c 0\n 634 774 575 760 514 746 c 1\n 532 729.001 557 713.999 562 689 c 1\n 567 666 555 649 553 629 c 0\n 552 610 552 583 551 552 c 1\n 655 554 751 553 846 548 c 0\n 873 547 893 532 892 515 c 0\n 891 499 869 486 843 488 c 0\n 747 494 652 504 550 504 c 1\n 548 457 543 405 531 358 c 0\n 505 259 433 192 372 122 c 0\n 368 118 363 116 361 118 c 0\n 358 120 359 125 362 129 c 1\n 445.15 233.588 508.022 332.029 508 504 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C3\nEncoding: 12483 12483 1385\nWidth: 1000\nFlags: W\nFore\n375 724 m 1\n 371.605 728.952 375.228 730.876 380 728 c 1\n 407 701 447 683 465 650 c 0\n 480 625 481 597 487 574 c 0\n 491 559 487 546 479 544 c 0\n 471 541 460 551 456 565 c 0\n 448 588 437 608 426 629 c 0\n 412 655 400 694 375 724 c 1\n233 621 m 0\n 232 623 231 626 232 627 c 0\n 233 628 235 627 237 626 c 0\n 266 601 306 588 325 557 c 0\n 339 535 343 511 348 491 c 0\n 353 474 349 458 339 455 c 0\n 329 452 316 463 311 479 c 0\n 304 500 296 517 286 534 c 0\n 273 557 259 595 233 621 c 0\n717 704 m 1\n 713.606 708.951 717.228 710.877 722 708 c 1\n 742 686.999 782 680 788 646 c 1\n 793 619 778 600 771 580 c 0\n 751 528 734 434 687 354 c 0\n 625 249 508 192 403 123 c 1\n 397.539 119.995 394.923 124.008 400 128 c 1\n 502 200 593 284 648 377 c 0\n 690 447 709 536 728 595 c 0\n 736 617 736 631 735 637 c 1\n 734 645 735 681 717 704 c 1\nEndSplineSet\nEndChar\nStartChar: uni30C4\nEncoding: 12484 12484 1386\nWidth: 1000\nFlags: W\nFore\n344 873 m 0\n 341 876 340 879 342 881 c 0\n 344 882 347 881 350 879 c 0\n 384 845 433 822 456 781 c 0\n 474 749 477 716 485 686 c 0\n 489 668 485 651 474 648 c 0\n 463 645 450 657 444 674 c 0\n 435 704 422 729 408 755 c 0\n 391 788 374 836 344 873 c 0\n166 745 m 0\n 164 748 163 751 164 753 c 0\n 166 755 169 754 172 751 c 0\n 207 721 257 703 280 664 c 0\n 297 637 303 608 310 582 c 0\n 316 562 311 542 298 538 c 0\n 286 535 271 548 264 568 c 0\n 256 593 246 615 234 637 c 0\n 217 666 199 711 166 745 c 0\n771 848 m 0\n 769 851 768 855 770 856 c 1\n 771 858 775 856 778 854 c 0\n 804 828 852 818 860 776 c 0\n 866 742 847 719 838 694 c 0\n 813 628 791 511 733 412 c 0\n 655 281 510 208 379 122 c 0\n 376 120 372 119 371 121 c 0\n 370 123 371 127 374 129 c 0\n 503 219 617 323 686 439 c 0\n 739 527 763 638 786 712 c 0\n 796 740 795 757 794 765 c 0\n 793 775 793 819 771 848 c 0\nEndSplineSet\nEndChar\nStartChar: uni30C5\nEncoding: 12485 12485 1387\nWidth: 1000\nFlags: W\nFore\n875 985 m 0\n 871 987 869 991 871 993 c 0\n 872 995 875 995 879 993 c 0\n 909 979 946 977 968 953 c 1\n 968 953 l 1\n 981 938 994 925 1000 911 c 0\n 1011 888 1007 865 992 858 c 0\n 977 852 957 866 948 889 c 0\n 943 903 944 916 936 925 c 1\n 936 925 l 1\n 924 940 903 969 875 985 c 0\n797 930 m 0\n 794 932 792 936 793 938 c 0\n 794 940 798 940 801 938 c 0\n 830 925 867 925 889 901 c 1\n 889 901 l 1\n 903 886 915 870 921 855 c 0\n 930 832 926 808 911 802 c 0\n 896 796 876 811 868 835 c 0\n 862 849 862 863 855 872 c 1\n 855 872 l 1\n 844 886 825 915 797 930 c 0\n344 873 m 0\n 341 876 340 879 342 881 c 0\n 344 882 347 881 350 879 c 0\n 384 845 433 822 456 781 c 0\n 474 749 477 716 485 686 c 0\n 489 668 485 651 474 648 c 0\n 463 645 450 657 444 674 c 0\n 435 704 422 729 408 755 c 0\n 391 788 374 836 344 873 c 0\n166 745 m 0\n 164 748 163 751 164 753 c 0\n 166 755 169 754 172 751 c 0\n 207 721 257 703 280 664 c 0\n 297 637 303 608 310 582 c 0\n 316 562 311 542 298 538 c 0\n 286 535 271 548 264 568 c 0\n 256 593 246 615 234 637 c 0\n 217 666 199 711 166 745 c 0\n771 848 m 0\n 769 851 768 855 770 856 c 1\n 771 858 775 856 778 854 c 0\n 804 828 852 818 860 776 c 0\n 866 742 847 719 838 694 c 0\n 813 628 791 511 733 412 c 0\n 655 281 510 208 379 122 c 0\n 376 120 372 119 371 121 c 0\n 370 123 371 127 374 129 c 0\n 503 219 617 323 686 439 c 0\n 739 527 763 638 786 712 c 0\n 796 740 795 757 794 765 c 0\n 793 775 793 819 771 848 c 0\nEndSplineSet\nEndChar\nStartChar: uni30C6\nEncoding: 12486 12486 1388\nWidth: 1000\nFlags: W\nHStem: 586.976 47.746<570.083 641.808> 784.437 66.5632<340.037 349> 825 41.0558<532 596>\nVStem: 525 56.5522<509 510>\nFore\n494 575 m 0\n 491 577 490 581 491 583 c 1\n 493 584 496 584 500 582 c 0\n 526 563 569 562 579 526 c 0\n 587 501 574 485 571 468 c 0\n 560 423 553 332 519 266 c 0\n 487 202 420 177 363 144 c 2\n 360 144 l 1\n 360 145 360 146 361 147 c 0\n 417 182 463 227 490 280 c 0\n 517 337 513 422 523 478 c 0\n 527 498 525 508 525 510 c 0\n 524 514 517 553 494 575 c 0\n274 855 m 1\n 267.912 860.511 270.495 866.775 279 862 c 1\n 304 845 343 851 349 851 c 0\n 353 850 367 846 388 851 c 1\n 490.991 873.354 640.12 867.612 754 859 c 1\n 775 858 791 845 790 832 c 0\n 789 819 771 810 750 812 c 0\n 690 817 631 824 567 825 c 0\n 506 825 440 817 401 805 c 0\n 384 798.999 368 781.001 340 785 c 1\n 303 790 296 834 274 855 c 1\n119 615 m 0\n 116 618 115 621 116 623 c 1\n 118 624 121 624 125 622 c 0\n 152 601 193 600 206 597 c 1\n 216 595 233 591 260 596 c 0\n 335 611 457 631 569 634 c 0\n 681 638 780 629 878 617 c 0\n 901 615 919 600 917 586 c 0\n 916 571 895 561 871 564 c 0\n 774 575 678 588 570 587 c 0\n 462 585 339 573 269 555 c 0\n 244 549 223 532 193 539 c 1\n 156 547 144 591 119 615 c 0\nEndSplineSet\nEndChar\nStartChar: uni30C7\nEncoding: 12487 12487 1389\nWidth: 1000\nFlags: W\nHStem: 586.976 47.746<570.083 641.808> 784.437 66.5634<340.037 349> 825 41<532 596>\nVStem: 525 56.5522<509 510>\nFore\n877 870 m 0\n 874 872 872 876 873 878 c 0\n 874 880 878 880 881 878 c 0\n 911 864 948 862 970 838 c 1\n 970 838 l 1\n 984 823 996 810 1003 796 c 0\n 1013 773 1010 750 994 743 c 0\n 979 737 960 751 950 774 c 0\n 945 788 946 801 939 810 c 1\n 939 810 l 1\n 927 825 906 854 877 870 c 0\n800 815 m 0\n 796 817 794 821 795 823 c 0\n 796 825 800 825 804 823 c 0\n 833 810 870 810 892 786 c 0\n 906 771 917 755 923 740 c 0\n 933 717 928 693 913 687 c 0\n 898 681 879 696 870 720 c 0\n 865 734 865 748 857 757 c 0\n 846 771 827 800 800 815 c 0\n494 575 m 0\n 491 577 490 581 491 583 c 1\n 493 584 496 584 500 582 c 0\n 526 563 569 562 579 526 c 0\n 587 501 574 485 571 468 c 0\n 560 423 553 332 519 266 c 0\n 487 202 420 177 363 144 c 0\n 362 144 360 144 360 144 c 1\n 360 145 360 146 361 147 c 0\n 417 182 463 227 490 280 c 0\n 517 337 513 422 523 478 c 0\n 527 498 525 508 525 510 c 0\n 524 514 517 553 494 575 c 0\n274 855 m 0\n 271 858 270 861 271 863 c 0\n 272 864 276 864 279 862 c 0\n 304 845 343 851 349 851 c 0\n 353 850 367 846 388 851 c 0\n 437 863 504 866 567 866 c 0\n 633 867 694 864 754 859 c 0\n 775 858 791 845 790 832 c 0\n 789 819 771 810 750 812 c 0\n 690 817 631 824 567 825 c 0\n 506 825 440 817 401 805 c 0\n 384 799 368 781 340 785 c 1\n 340 785 l 1\n 303 790 296 834 274 855 c 0\n119 615 m 0\n 116 618 115 621 116 623 c 1\n 118 624 121 624 125 622 c 0\n 152 601 193 600 206 597 c 1\n 206 597 l 1\n 216 595 233 591 260 596 c 0\n 335 611 457 631 569 634 c 0\n 681 638 780 629 878 617 c 0\n 901 615 919 600 917 586 c 0\n 916 571 895 561 871 564 c 0\n 774 575 678 588 570 587 c 0\n 462 585 339 573 269 555 c 0\n 244 549 223 532 193 539 c 1\n 193 539 l 1\n 156 547 144 591 119 615 c 0\nEndSplineSet\nEndChar\nStartChar: uni30C8\nEncoding: 12488 12488 1390\nWidth: 1000\nFlags: W\nVStem: 336.122 48.9363<582.055 680.565> 338 53<113.204 124.969 126.125 322> 341 47<270.689 466>\nFore\n386 568 m 1\n 386 520 387 470 388 423 c 0\n 391 312 392 218 391 125 c 0\n 391 101 379 82 364 82 c 0\n 349 82 337 102 338 126 c 0\n 339 219 342 312 341 423 c 0\n 339 544 331 686 338 766 c 0\n 340 789 335 800 334 804 c 1\n 334 804 l 1\n 332 810 327 850 303 871 c 0\n 299 875 297 879 299 882 c 0\n 301 884 306 883 310 880 c 0\n 337 863 381 863 395 827 c 1\n 395 827 l 1\n 406 801 394 780 391 760 c 0\n 386 720 385 654 385 582 c 1\n 441 562 500 549 552 521 c 0\n 606 493 658 466 706 433 c 0\n 728 418 738 395 729 381 c 0\n 719 367 694 368 672 384 c 0\n 625 417 582 456 532 485 c 0\n 485 511 437 543 386 568 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni30C9\nEncoding: 12489 12489 1391\nWidth: 1000\nFlags: W\nVStem: 336.122 48.9363<582.055 680.565> 338 53<113.204 124.969 126.125 322> 341 47<270.689 466>\nFore\n647 813 m 0\n 644 815 642 818 643 820 c 0\n 644 822 648 823 651 821 c 0\n 681 806 718 804 740 781 c 1\n 740 781 l 1\n 754 766 766 752 773 739 c 0\n 783 716 780 692 764 686 c 0\n 749 679 730 693 720 716 c 0\n 715 730 716 743 709 753 c 1\n 709 753 l 1\n 697 768 676 796 647 813 c 0\n570 758 m 0\n 566 760 564 763 565 765 c 0\n 566 767 570 767 574 766 c 0\n 603 753 640 753 662 729 c 1\n 662 729 l 1\n 676 713 687 697 693 683 c 0\n 703 659 698 636 683 630 c 0\n 668 624 649 638 640 662 c 0\n 635 677 635 690 627 700 c 1\n 627 700 l 1\n 616 714 597 742 570 758 c 0\n386 568 m 1\n 386 520 387 470 388 423 c 0\n 391 312 392 218 391 125 c 0\n 391 101 379 82 364 82 c 0\n 349 82 337 102 338 126 c 0\n 339 219 342 312 341 423 c 0\n 339 544 331 686 338 766 c 0\n 340 789 335 800 334 804 c 1\n 334 804 l 1\n 332 810 327 850 303 871 c 0\n 299 875 297 879 299 882 c 0\n 301 884 306 883 310 880 c 0\n 337 863 381 863 395 827 c 1\n 395 827 l 1\n 406 801 394 780 391 760 c 0\n 386 720 385 654 385 582 c 1\n 441 562 500 549 552 521 c 0\n 606 493 658 466 706 433 c 0\n 728 418 738 395 729 381 c 0\n 719 367 694 368 672 384 c 0\n 625 417 582 456 532 485 c 0\n 485 511 437 543 386 568 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni30CA\nEncoding: 12490 12490 1392\nWidth: 1000\nFlags: W\nHStem: 528.944 53.0558<863 874.348> 540.913 41.1898<552.797 643.218>\nVStem: 503.951 45.049<581.062 623.214 650 730>\nFore\n504 540 m 1\n 413 537 321 526 267 512 c 1\n 267 512 l 1\n 246 507 227 490 198 496 c 1\n 198 496 l 1\n 162 503 153 545 130 566 c 1\n 127 570 125 575 127 577 c 0\n 128 579 133 578 138 575 c 0\n 163 558 202 562 211 560 c 1\n 211 560 l 1\n 218 559 233 554 257 559 c 1\n 257 559 l 1\n 318 571 411 576 504 579 c 1\n 503 643 499 705 503 751 c 0\n 506 780 503 797 501 803 c 1\n 501 803 l 1\n 499 811 489 852 462 875 c 0\n 459 877 457 881 459 882 c 1\n 460 884 464 884 467 882 c 0\n 497 863 544 861 558 823 c 1\n 558 823 l 1\n 569 793 554 770 551 745 c 0\n 546 707 549 647 549 581 c 1\n 658 584 761 586 863 582 c 0\n 887 582 906 569 905 554 c 0\n 905 539 885 528 861 529 c 0\n 758 533 657 542 549 541 c 1\n 547 485 542 427 527 375 c 0\n 494 260 399 195 319 123 c 0\n 317 121 315 121 313 122 c 0\n 312 123 313 126 315 128 c 0\n 393 202 458 285 487 386 c 0\n 500 432 504 486 504 540 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni30CB\nEncoding: 12491 12491 1393\nWidth: 1000\nFlags: W\nHStem: 307.131 42.3339<562.149 622> 654.054 38.6336<564 597>\nFore\n120 359 m 0\n 117 363 115 368 117 370 c 0\n 119 372 124 371 128 368 c 0\n 154 348 192 347 209 341 c 0\n 224 336 242 328 273 329 c 1\n 273 329 l 1\n 345 333 456 346 562 349 c 0\n 673 352 778 350 880 339 c 0\n 908 337 929 320 927 303 c 0\n 925 285 901 274 873 277 c 0\n 771 289 671 309 562 307 c 0\n 460 306 351 290 276 282 c 1\n 276 282 l 1\n 246 278 216 268 185 280 c 0\n 151 293 142 336 120 359 c 0\n241 688 m 0\n 237 692 235 696 236 698 c 0\n 238 701 243 701 247 698 c 0\n 272 685 306 692 320 689 c 1\n 320 689 l 1\n 330 686 343 677 365 679 c 0\n 411 682 481 690 546 692 c 0\n 616 695 680 694 744 689 c 0\n 765 688 781 676 780 663 c 0\n 779 649 761 640 740 642 c 0\n 677 646 614 655 548 654 c 0\n 484 652 416 644 369 637 c 0\n 348 634 328 621 304 627 c 1\n 304 627 l 1\n 275 635 263 672 241 688 c 0\nEndSplineSet\nEndChar\nStartChar: uni30CC\nEncoding: 12492 12492 1394\nWidth: 1000\nFlags: W\nHStem: 744.523 56.4766<305 311.367>\nFore\n592 515 m 1\n 650 600 693 694 714 762 c 1\n 714 762 l 1\n 716 771 717 780 717 787 c 1\n 709 787 698 787 686 785 c 0\n 586 770 408 771 346 757 c 0\n 330 754 319 742 299 745 c 0\n 269 748 256 785 233 801 c 0\n 231 802 229 804 230 805 c 0\n 231 807 233 807 236 806 c 0\n 261 794 297 802 305 801 c 0\n 311 801 320 796 338 799 c 0\n 415 809 589 806 678 826 c 0\n 692 829 703 835 715 840 c 0\n 726 845 745 852 763 833 c 1\n 763 833 l 1\n 781 814 773 797 768 785 c 0\n 763 773 755 762 750 749 c 1\n 750 749 l 1\n 724 679 681 582 622 493 c 1\n 622 493 l 1\n 684 441 728 374 768 308 c 0\n 778 290 778 269 767 263 c 0\n 755 256 737 265 726 283 c 0\n 688 349 653 414 599 461 c 1\n 583 440 567 419 549 400 c 0\n 437 279 284 225 138 160 c 0\n 136 159 133 160 133 161 c 0\n 132 162 133 165 136 166 c 0\n 279 234 414 314 520 426 c 0\n 537 445 554 464 570 485 c 1\n 509 529 433 567 352 597 c 0\n 347 599 344 603 345 606 c 0\n 347 609 351 610 356 609 c 0\n 438 580 523 559 592 515 c 1\nEndSplineSet\nEndChar\nStartChar: uni30CD\nEncoding: 12493 12493 1395\nWidth: 1000\nFlags: W\nHStem: 690 21G<329 329>\nVStem: 486 32<238 271>\nFore\n568 460 m 0\n 563 461 559 465 560 468 c 0\n 561 471 566 473 571 471 c 0\n 645 452 725 447 785 411 c 0\n 828 385 859 351 889 320 c 0\n 904 304 908 284 899 275 c 0\n 889 266 869 271 855 286 c 0\n 824 318 796 347 759 370 c 0\n 709 402 641 438 568 460 c 0\n433 871 m 0\n 429 874 427 879 429 881 c 0\n 430 883 435 883 440 881 c 0\n 460 869 490 870 507 852 c 1\n 507 852 l 1\n 520 839 526 823 533 811 c 0\n 542 795 542 777 532 771 c 0\n 523 766 507 774 497 789 c 0\n 489 801 480 810 472 819 c 1\n 472 819 l 1\n 461 831 452 857 433 871 c 0\n453 489 m 1\n 471 504 l 0\n 544 566 598 652 637 716 c 1\n 637 716 l 1\n 638 718 640 721 641 723 c 1\n 638 723 636 723 633 722 c 0\n 560 713 453 708 395 697 c 1\n 395 697 l 1\n 373 693 354 684 329 690 c 1\n 329 690 l 1\n 305 695 297 724 282 737 c 0\n 279 740 277 743 278 745 c 0\n 280 747 283 746 287 744 c 0\n 304 734 330 738 340 736 c 1\n 340 736 l 1\n 349 735 364 735 389 739 c 1\n 389 739 l 1\n 453 748 559 750 626 764 c 0\n 638 766 648 771 658 775 c 0\n 663 777 668 779 675 779 c 0\n 683 779 696 777 705 763 c 1\n 705 763 l 1\n 713 750 711 738 708 731 c 0\n 706 724 702 720 699 716 c 0\n 692 707 684 699 677 690 c 1\n 677 690 l 1\n 634 629 577 540 498 472 c 2\n 497 471 l 1\n 510 465 522 457 527 442 c 1\n 527 442 l 1\n 535 422 523 407 521 394 c 0\n 516 358 517 292 518 238 c 0\n 520 196 523 160 523 125 c 0\n 523 107 513 92 502 92 c 0\n 490 92 481 107 481 126 c 0\n 482 161 486 196 486 238 c 0\n 485 291 480 355 483 397 c 0\n 484 414 477 422 477 424 c 1\n 477 424 l 1\n 476 425 474 436 468 449 c 1\n 370 379 245 349 125 308 c 0\n 123 307 120 307 120 309 c 0\n 119 310 121 312 123 313 c 0\n 242 358 355 413 445 483 c 1\n 443 485 443 488 444 489 c 0\n 445 491 449 491 453 489 c 1\nEndSplineSet\nMinimumDistance: x49,-1 \nEndChar\nStartChar: uni30CE\nEncoding: 12494 12494 1396\nWidth: 1000\nFlags: W\nFore\n633 872 m 1\n 629 875 628 880 630 882 c 0\n 632 884 637 883 641 880 c 0\n 664 861 707 858 719 823 c 1\n 719 823 l 1\n 729 791 711 767 706 741 c 1\n 706 741 l 1\n 690 665 686 520 633 405 c 0\n 572 273 437 202 311 123 c 0\n 309 122 306 122 305 123 c 0\n 305 124 306 127 308 128 c 0\n 432 210 545 301 601 421 c 0\n 649 524 646 664 658 750 c 1\n 658 750 l 1\n 662 779 657 796 655 803 c 1\n 655 803 l 1\n 653 811 653 849 633 872 c 1\nEndSplineSet\nEndChar\nStartChar: uni30CF\nEncoding: 12495 12495 1397\nWidth: 1000\nFlags: W\nVStem: 322 65<606 616.804>\nFore\n625 703 m 0\n 623 705 622 708 624 709 c 0\n 625 710 627 709 629 708 c 0\n 692 648 769 601 815 530 c 0\n 855 467 879 400 901 335 c 0\n 910 311 904 287 889 282 c 0\n 875 277 856 292 848 316 c 0\n 825 381 804 444 769 501 c 0\n 730 566 685 641 625 703 c 0\n320 693 m 0\n 318 699 319 705 322 707 c 0\n 325 708 330 705 334 699 c 0\n 349 669 387 645 387 606 c 1\n 387 606 l 1\n 388 572 367 547 353 522 c 1\n 353 522 l 1\n 336 488 313 452 283 417 c 0\n 242 368 178 337 124 296 c 0\n 122 294 119 294 118 295 c 0\n 117 296 118 299 120 300 c 0\n 172 345 214 400 251 444 c 0\n 277 476 295 511 311 544 c 0\n 322 568 321 590 322 605 c 1\n 322 605 l 1\n 322 624 332 661 320 693 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni30D0\nEncoding: 12496 12496 1398\nWidth: 1000\nFlags: W\nVStem: 322 65<606 616.804>\nFore\n820 848 m 0\n 816 850 814 853 816 855 c 0\n 817 857 820 858 824 856 c 0\n 854 841 891 839 913 816 c 1\n 913 816 l 1\n 926 801 939 787 945 774 c 0\n 956 751 952 727 937 721 c 0\n 922 714 902 728 893 751 c 0\n 888 765 889 778 881 788 c 1\n 881 788 l 1\n 869 803 848 831 820 848 c 0\n742 793 m 0\n 739 795 737 798 738 800 c 0\n 739 802 743 802 746 801 c 0\n 775 788 812 788 834 764 c 1\n 834 764 l 1\n 848 748 860 732 866 718 c 0\n 875 694 871 671 856 665 c 0\n 841 659 821 673 813 697 c 0\n 807 712 807 725 800 735 c 1\n 800 735 l 1\n 789 749 770 777 742 793 c 0\n625 703 m 0\n 623 705 622 708 624 709 c 0\n 625 710 627 709 629 708 c 0\n 692 648 769 601 815 530 c 0\n 855 467 879 400 901 335 c 0\n 910 311 904 287 889 282 c 0\n 875 277 856 292 848 316 c 0\n 825 381 804 444 769 501 c 0\n 730 566 685 641 625 703 c 0\n320 693 m 0\n 318 699 319 705 322 707 c 0\n 325 708 330 705 334 699 c 0\n 349 669 387 645 387 606 c 1\n 387 606 l 1\n 388 572 367 547 353 522 c 1\n 353 522 l 1\n 336 488 313 452 283 417 c 0\n 242 368 178 337 124 296 c 0\n 122 294 119 294 118 295 c 0\n 117 296 118 299 120 300 c 0\n 172 345 214 400 251 444 c 0\n 277 476 295 511 311 544 c 0\n 322 568 321 590 322 605 c 1\n 322 605 l 1\n 322 624 332 661 320 693 c 0\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni30D1\nEncoding: 12497 12497 1399\nWidth: 1000\nFlags: W\nHStem: 678 24<857.642 870> 793 24<857.404 870>\nVStem: 322 65<606 616.804> 798 24<746 750> 913 24<746 750>\nFore\n867 793 m 0\n 842 793 822 773 822 748 c 0\n 822 723 842 702 867 702 c 0\n 892 702 913 723 913 748 c 0\n 913 773 892 793 867 793 c 0\n867 817 m 0\n 905 817 937 786 937 748 c 0\n 937 710 905 678 867 678 c 0\n 829 678 798 710 798 748 c 0\n 798 786 829 817 867 817 c 0\n625 703 m 0\n 623 705 622 708 624 709 c 0\n 625 710 627 709 629 708 c 0\n 692 648 769 601 815 530 c 0\n 855 467 879 400 901 335 c 0\n 910 311 904 287 889 282 c 0\n 875 277 856 292 848 316 c 0\n 825 381 804 444 769 501 c 0\n 730 566 685 641 625 703 c 0\n320 693 m 0\n 318 699 319 705 322 707 c 0\n 325 708 330 705 334 699 c 0\n 349 669 387 645 387 606 c 1\n 387 606 l 1\n 388 572 367 547 353 522 c 1\n 353 522 l 1\n 336 488 313 452 283 417 c 0\n 242 368 178 337 124 296 c 0\n 122 294 119 294 118 295 c 0\n 117 296 118 299 120 300 c 0\n 172 345 214 400 251 444 c 0\n 277 476 295 511 311 544 c 0\n 322 568 321 590 322 605 c 1\n 322 605 l 1\n 322 624 332 661 320 693 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30D2\nEncoding: 12498 12498 1400\nWidth: 1000\nFlags: W\nHStem: 179.484 41.3041<378 442>\nVStem: 237.177 33.8226<494.047 588.976>\nFore\n271 478 m 1\n 270 450 269 422 268 395 c 0\n 266 327 265 269 288 245 c 1\n 288 245 l 1\n 312 220 387 218 461 221 c 0\n 557 225 646 242 737 249 c 0\n 765 252 788 239 789 222 c 0\n 791 204 769 188 742 187 c 0\n 651 180 560 183 463 180 c 0\n 387 177 305 175 261 221 c 1\n 261 221 l 1\n 222 262 233 329 236 396 c 0\n 239 488 235 591 238 662 c 0\n 238 691 232 709 228 719 c 1\n 228 719 l 1\n 223 730 213 763 189 782 c 0\n 186 784 185 788 186 790 c 0\n 187 792 191 791 194 789 c 0\n 220 774 261 774 276 742 c 1\n 276 742 l 1\n 290 714 279 687 276 659 c 0\n 273 616 272 556 271 494 c 1\n 341 506 410 523 478 539 c 0\n 544 555 607 582 652 611 c 0\n 675 626 684 644 685 645 c 0\n 686 646 691 678 675 700 c 0\n 672 704 671 709 673 711 c 0\n 675 713 680 711 684 707 c 0\n 702 688 741 678 739 641 c 0\n 737 604 704 586 677 570 c 0\n 623 538 554 523 486 507 c 0\n 415 491 342 487 271 478 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni30D3\nEncoding: 12499 12499 1401\nWidth: 1000\nFlags: W\nHStem: 179.484 41.3041<378 442>\nVStem: 237.177 33.8226<494.047 588.976>\nFore\n782 855 m 0\n 779 857 777 861 778 863 c 0\n 779 865 783 865 786 863 c 0\n 816 849 853 847 875 823 c 1\n 875 823 l 1\n 889 808 901 795 908 781 c 0\n 918 758 915 735 899 728 c 0\n 884 722 865 736 855 759 c 0\n 850 773 851 786 844 795 c 1\n 844 795 l 1\n 832 810 811 839 782 855 c 0\n705 800 m 0\n 701 802 699 806 700 808 c 0\n 701 810 705 810 709 808 c 0\n 738 795 775 795 797 771 c 1\n 797 771 l 1\n 811 756 822 740 828 725 c 0\n 838 702 833 678 818 672 c 0\n 803 666 784 681 775 705 c 0\n 770 719 770 733 762 742 c 1\n 762 742 l 1\n 751 756 732 785 705 800 c 0\n271 478 m 1\n 270 450 269 422 268 395 c 0\n 266 327 265 269 288 245 c 1\n 288 245 l 1\n 312 220 387 218 461 221 c 0\n 557 225 646 242 737 249 c 0\n 765 252 788 239 789 222 c 0\n 791 204 769 188 742 187 c 0\n 651 180 560 183 463 180 c 0\n 387 177 305 175 261 221 c 1\n 261 221 l 1\n 222 262 233 329 236 396 c 0\n 239 488 235 591 238 662 c 0\n 238 691 232 709 228 719 c 1\n 228 719 l 1\n 223 730 213 763 189 782 c 0\n 186 784 185 788 186 790 c 0\n 187 792 191 791 194 789 c 0\n 220 774 261 774 276 742 c 1\n 276 742 l 1\n 290 714 279 687 276 659 c 0\n 273 616 272 556 271 494 c 1\n 341 506 410 523 478 539 c 0\n 544 555 607 582 652 611 c 0\n 675 626 684 644 685 645 c 0\n 686 646 691 678 675 700 c 0\n 672 704 671 709 673 711 c 0\n 675 713 680 711 684 707 c 0\n 702 688 741 678 739 641 c 0\n 737 604 704 586 677 570 c 0\n 623 538 554 523 486 507 c 0\n 415 491 342 487 271 478 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni30D4\nEncoding: 12500 12500 1402\nWidth: 1000\nFlags: W\nHStem: 179.484 41.3041<378 442> 716 24<817.404 829> 831 24<817.438 829>\nVStem: 237.177 33.8226<494.047 588.976> 758 24<781 793> 873 24<781 793>\nFore\n827 831 m 0\n 802 831 782 811 782 785 c 0\n 782 760 802 740 827 740 c 0\n 852 740 873 760 873 785 c 0\n 873 811 852 831 827 831 c 0\n827 855 m 0\n 865 855 897 824 897 785 c 0\n 897 747 865 716 827 716 c 0\n 789 716 758 747 758 785 c 0\n 758 824 789 855 827 855 c 0\n271 478 m 1\n 270 450 269 422 268 395 c 0\n 266 327 265 269 288 245 c 1\n 288 245 l 1\n 312 220 387 218 461 221 c 0\n 557 225 646 242 737 249 c 0\n 765 252 788 239 789 222 c 0\n 791 204 769 188 742 187 c 0\n 651 180 560 183 463 180 c 0\n 387 177 305 175 261 221 c 1\n 261 221 l 1\n 222 262 233 329 236 396 c 0\n 239 488 235 591 238 662 c 0\n 238 691 232 709 228 719 c 1\n 228 719 l 1\n 223 730 213 763 189 782 c 0\n 186 784 185 788 186 790 c 0\n 187 792 191 791 194 789 c 0\n 220 774 261 774 276 742 c 1\n 276 742 l 1\n 290 714 279 687 276 659 c 0\n 273 616 272 556 271 494 c 1\n 341 506 410 523 478 539 c 0\n 544 555 607 582 652 611 c 0\n 675 626 684 644 685 645 c 0\n 686 646 691 678 675 700 c 0\n 672 704 671 709 673 711 c 0\n 675 713 680 711 684 707 c 0\n 702 688 741 678 739 641 c 0\n 737 604 704 586 677 570 c 0\n 623 538 554 523 486 507 c 0\n 415 491 342 487 271 478 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30D5\nEncoding: 12501 12501 1403\nWidth: 1000\nFlags: W\nFore\n164 765 m 0\n 161 768 160 771 161 773 c 0\n 163 775 167 774 170 772 c 0\n 191 755 224 753 238 748 c 1\n 238 748 l 1\n 250 743 261 735 286 735 c 0\n 376 735 580 760 695 776 c 0\n 713 779 728 784 744 786 c 0\n 759 789 781 790 796 770 c 1\n 796 770 l 1\n 812 749 805 729 799 712 c 0\n 793 696 784 680 777 662 c 1\n 777 662 l 1\n 735 560 666 421 575 326 c 0\n 496 243 394 212 300 169 c 0\n 297 169 l 1\n 297 170 298 171 299 172 c 0\n 391 217 476 273 549 350 c 0\n 633 439 695 579 732 679 c 1\n 732 679 l 1\n 739 697 743 714 743 726 c 0\n 743 728 742 730 742 732 c 1\n 733 735 717 736 699 735 c 0\n 585 725 382 702 288 696 c 0\n 261 694 239 688 216 698 c 1\n 216 698 l 1\n 190 710 183 745 164 765 c 0\nEndSplineSet\nEndChar\nStartChar: uni30D6\nEncoding: 12502 12502 1404\nWidth: 1000\nFlags: W\nFore\n840 943 m 0\n 836 945 834 948 836 950 c 0\n 837 952 840 953 844 951 c 0\n 874 936 911 934 933 911 c 1\n 933 911 l 1\n 946 896 959 882 965 869 c 0\n 976 846 972 822 957 816 c 0\n 942 809 922 823 913 846 c 0\n 908 860 909 873 901 883 c 1\n 901 883 l 1\n 889 898 868 926 840 943 c 0\n762 888 m 0\n 759 890 757 893 758 895 c 0\n 759 897 763 897 766 896 c 0\n 795 883 832 883 854 859 c 1\n 854 859 l 1\n 868 843 880 827 886 813 c 0\n 895 789 891 766 876 760 c 0\n 861 754 841 768 833 792 c 0\n 827 807 827 820 820 830 c 1\n 820 830 l 1\n 809 844 790 872 762 888 c 0\n164 765 m 0\n 161 768 160 771 161 773 c 0\n 163 775 167 774 170 772 c 0\n 191 755 224 753 238 748 c 1\n 238 748 l 1\n 250 743 261 735 286 735 c 0\n 376 735 580 760 695 776 c 0\n 713 779 728 784 744 786 c 0\n 759 789 781 790 796 770 c 1\n 796 770 l 1\n 812 749 805 729 799 712 c 0\n 793 696 784 680 777 662 c 1\n 777 662 l 1\n 735 560 666 421 575 326 c 0\n 496 243 394 212 300 169 c 0\n 297 169 l 1\n 297 170 298 171 299 172 c 0\n 391 217 476 273 549 350 c 0\n 633 439 695 579 732 679 c 1\n 732 679 l 1\n 739 697 743 714 743 726 c 0\n 743 728 742 730 742 732 c 1\n 733 735 717 736 699 735 c 0\n 585 725 382 702 288 696 c 0\n 261 694 239 688 216 698 c 1\n 216 698 l 1\n 190 710 183 745 164 765 c 0\nEndSplineSet\nEndChar\nStartChar: uni30D7\nEncoding: 12503 12503 1405\nWidth: 1000\nFlags: W\nHStem: 796 24<865 872> 911 24<865 872>\nVStem: 800 24<857 873> 915 24<857 873>\nFore\n870 911 m 0\n 844 911 824 891 824 865 c 0\n 824 840 844 820 870 820 c 0\n 895 820 915 840 915 865 c 0\n 915 891 895 911 870 911 c 0\n870 935 m 0\n 908 935 939 904 939 865 c 0\n 939 827 908 796 870 796 c 0\n 831 796 800 827 800 865 c 0\n 800 904 831 935 870 935 c 0\n164 765 m 0\n 161 768 160 771 161 773 c 0\n 163 775 167 774 170 772 c 0\n 191 755 224 753 238 748 c 1\n 238 748 l 1\n 250 743 261 735 286 735 c 0\n 376 735 580 760 695 776 c 0\n 713 779 728 784 744 786 c 0\n 759 789 781 790 796 770 c 1\n 796 770 l 1\n 812 749 805 729 799 712 c 0\n 793 696 784 680 777 662 c 1\n 777 662 l 1\n 735 560 666 421 575 326 c 0\n 496 243 394 212 300 169 c 0\n 297 169 l 1\n 297 170 298 171 299 172 c 0\n 391 217 476 273 549 350 c 0\n 633 439 695 579 732 679 c 1\n 732 679 l 1\n 739 697 743 714 743 726 c 0\n 743 728 742 730 742 732 c 1\n 733 735 717 736 699 735 c 0\n 585 725 382 702 288 696 c 0\n 261 694 239 688 216 698 c 1\n 216 698 l 1\n 190 710 183 745 164 765 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30D8\nEncoding: 12504 12504 1406\nWidth: 1000\nFlags: W\nFore\n120 534 m 0\n 116 536 114 539 115 541 c 0\n 116 543 119 543 123 542 c 0\n 147 535 178 553 182 553 c 0\n 185 554 197 547 212 557 c 1\n 212 557 l 1\n 248 582 303 629 342 653 c 0\n 358 664 376 670 395 671 c 1\n 395 671 l 1\n 422 674 451 668 480 655 c 0\n 533 629 579 583 632 542 c 0\n 708 484 801 436 891 380 c 0\n 915 365 926 341 917 326 c 0\n 907 311 881 311 857 327 c 0\n 769 384 684 450 607 509 c 0\n 552 551 502 590 459 611 c 0\n 436 623 413 631 399 630 c 1\n 399 630 l 1\n 389 628 382 622 367 613 c 0\n 333 591 271 551 237 524 c 1\n 237 524 l 1\n 222 512 212 490 187 488 c 0\n 155 485 141 522 120 534 c 0\nEndSplineSet\nEndChar\nStartChar: uni30D9\nEncoding: 12505 12505 1407\nWidth: 1000\nFlags: W\nFore\n730 795 m 0\n 726 797 724 801 726 803 c 0\n 727 805 730 805 734 803 c 0\n 764 789 801 787 823 763 c 1\n 823 763 l 1\n 836 748 849 735 855 721 c 0\n 866 698 862 675 847 668 c 0\n 832 662 812 676 803 699 c 0\n 798 713 799 726 791 735 c 1\n 791 735 l 1\n 779 750 758 779 730 795 c 0\n652 740 m 0\n 649 742 647 746 648 748 c 0\n 649 750 653 750 656 748 c 0\n 685 735 722 735 744 711 c 1\n 744 711 l 1\n 758 696 770 680 776 665 c 0\n 785 642 781 618 766 612 c 0\n 751 606 731 621 723 645 c 0\n 717 659 717 673 710 682 c 1\n 710 682 l 1\n 699 696 680 725 652 740 c 0\n120 534 m 0\n 116 536 114 539 115 541 c 0\n 116 543 119 543 123 542 c 0\n 147 535 178 553 182 553 c 0\n 185 554 197 547 212 557 c 1\n 212 557 l 1\n 248 582 303 629 342 653 c 0\n 358 664 376 670 395 671 c 1\n 395 671 l 1\n 422 674 451 668 480 655 c 0\n 533 629 579 583 632 542 c 0\n 708 484 801 436 891 380 c 0\n 915 365 926 341 917 326 c 0\n 907 311 881 311 857 327 c 0\n 769 384 684 450 607 509 c 0\n 552 551 502 590 459 611 c 0\n 436 623 413 631 399 630 c 1\n 399 630 l 1\n 389 628 382 622 367 613 c 0\n 333 591 271 551 237 524 c 1\n 237 524 l 1\n 222 512 212 490 187 488 c 0\n 155 485 141 522 120 534 c 0\nEndSplineSet\nEndChar\nStartChar: uni30DA\nEncoding: 12506 12506 1408\nWidth: 1000\nFlags: W\nHStem: 693 24<691 707> 808 24<691 707>\nVStem: 630 24<753.391 765> 745 24<753.357 765>\nFore\n700 808 m 0\n 674 808 654 788 654 763 c 0\n 654 738 674 717 700 717 c 0\n 725 717 745 738 745 763 c 0\n 745 788 725 808 700 808 c 0\n700 832 m 0\n 738 832 769 801 769 763 c 0\n 769 725 738 693 700 693 c 0\n 661 693 630 725 630 763 c 0\n 630 801 661 832 700 832 c 0\n120 534 m 0\n 116 536 114 539 115 541 c 0\n 116 543 119 543 123 542 c 0\n 147 535 178 553 182 553 c 0\n 185 554 197 547 212 557 c 1\n 212 557 l 1\n 248 582 303 629 342 653 c 0\n 358 664 376 670 395 671 c 1\n 395 671 l 1\n 422 674 451 668 480 655 c 0\n 533 629 579 583 632 542 c 0\n 708 484 801 436 891 380 c 0\n 915 365 926 341 917 326 c 0\n 907 311 881 311 857 327 c 0\n 769 384 684 450 607 509 c 0\n 552 551 502 590 459 611 c 0\n 436 623 413 631 399 630 c 1\n 399 630 l 1\n 389 628 382 622 367 613 c 0\n 333 591 271 551 237 524 c 1\n 237 524 l 1\n 222 512 212 490 187 488 c 0\n 155 485 141 522 120 534 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30DB\nEncoding: 12507 12507 1409\nWidth: 1000\nFlags: W\nHStem: 625 36<546 564 565.103 636.37>\nVStem: 493 55.6708<810 814> 494.825 39.1754<258 362 422.719 519.879 570 578 659.062 747.571> 496 42<424.268 554>\nFore\n627 477 m 0\n 624 479 622 483 623 485 c 0\n 625 487 629 486 632 484 c 0\n 688 449 755 429 797 381 c 1\n 797 381 l 1\n 832 341 854 297 874 255 c 0\n 884 233 882 211 869 204 c 0\n 855 198 836 210 825 231 c 0\n 805 273 785 312 757 345 c 0\n 722 386 680 439 627 477 c 0\n313 496 m 0\n 311 500 312 504 314 505 c 0\n 316 506 319 504 321 500 c 0\n 336 474 371 453 369 419 c 0\n 367 392 349 377 337 359 c 1\n 337 359 l 1\n 317 329 290 287 256 256 c 1\n 256 256 l 1\n 224 227 183 222 148 208 c 0\n 146 207 143 207 143 209 c 0\n 142 210 143 212 146 213 c 0\n 180 230 207 255 233 280 c 1\n 233 280 l 1\n 261 307 282 349 302 382 c 1\n 302 382 l 1\n 313 400 314 414 315 422 c 0\n 316 433 324 468 313 496 c 0\n494 619 m 1\n 430 612 366 598 321 587 c 1\n 321 587 l 1\n 297 581 275 568 247 576 c 1\n 247 576 l 1\n 216 584 208 622 189 642 c 0\n 186 645 185 649 186 650 c 0\n 188 652 192 651 195 649 c 0\n 217 632 251 633 262 630 c 1\n 262 630 l 1\n 272 628 287 624 313 629 c 1\n 313 629 l 1\n 359 637 426 648 493 655 c 1\n 492 702 492 745 496 779 c 1\n 496 779 l 1\n 499 799 493 811 493 814 c 1\n 493 814 l 1\n 492 817 484 852 461 871 c 0\n 457 874 455 879 456 881 c 0\n 458 884 463 883 468 881 c 1\n 493 865 534 867 546 832 c 1\n 546 832 l 1\n 555 807 541 790 538 772 c 1\n 538 772 l 1\n 533 745 533 705 534 659 c 1\n 544 660 554 661 564 661 c 0\n 645 665 717 659 787 651 c 0\n 805 649 819 638 818 627 c 0\n 817 615 801 607 782 610 c 0\n 712 618 643 628 565 625 c 0\n 555 625 546 624 535 623 c 1\n 537 590 538 555 538 521 c 0\n 539 404 526 289 540 201 c 0\n 543 184 549 169 553 154 c 0\n 555 146 557 139 556 129 c 0\n 555 120 551 107 538 98 c 1\n 538 98 l 1\n 516 83 500 95 488 103 c 0\n 477 111 467 121 456 127 c 1\n 456 127 l 1\n 421 145 394 171 363 188 c 0\n 361 189 359 191 360 193 c 0\n 361 194 364 194 366 193 c 0\n 397 177 433 169 468 154 c 1\n 468 154 l 1\n 478 150 488 149 497 149 c 2\n 498 150 l 1\n 500 161 500 178 499 195 c 0\n 489 291 497 406 496 520 c 0\n 496 554 495 587 494 619 c 1\nEndSplineSet\nMinimumDistance: x47,-1 \nEndChar\nStartChar: uni30DC\nEncoding: 12508 12508 1410\nWidth: 1000\nFlags: W\nHStem: 625 36<546 564 565.103 636.37>\nVStem: 493 55.6708<810 814> 494.825 39.1754<258 362 422.719 519.879 570 578 659.062 747.571> 496 42<424.268 554>\nFore\n780 900 m 0\n 776 902 774 906 776 908 c 0\n 777 910 780 910 784 908 c 0\n 814 894 851 892 873 868 c 1\n 873 868 l 1\n 886 853 899 840 905 826 c 0\n 916 803 912 780 897 773 c 0\n 882 767 862 781 853 804 c 0\n 848 818 849 831 841 840 c 0\n 829 855 808 884 780 900 c 0\n702 845 m 0\n 699 847 697 851 698 853 c 0\n 699 855 703 855 706 853 c 0\n 735 840 772 840 794 816 c 1\n 794 816 l 1\n 808 801 820 785 826 770 c 0\n 835 747 831 723 816 717 c 0\n 801 711 781 726 773 750 c 0\n 767 764 767 778 760 787 c 1\n 760 787 l 1\n 749 801 730 830 702 845 c 0\n627 477 m 0\n 624 479 622 483 623 485 c 0\n 625 487 629 486 632 484 c 0\n 688 449 755 429 797 381 c 1\n 797 381 l 1\n 832 341 854 297 874 255 c 0\n 884 233 882 211 869 204 c 0\n 855 198 836 210 825 231 c 0\n 805 273 785 312 757 345 c 0\n 722 386 680 439 627 477 c 0\n313 496 m 0\n 311 500 312 504 314 505 c 0\n 316 506 319 504 321 500 c 0\n 336 474 371 453 369 419 c 0\n 367 392 349 377 337 359 c 1\n 337 359 l 1\n 317 329 290 287 256 256 c 1\n 256 256 l 1\n 224 227 183 222 148 208 c 0\n 146 207 143 207 143 209 c 0\n 142 210 143 212 146 213 c 0\n 180 230 207 255 233 280 c 1\n 233 280 l 1\n 261 307 282 349 302 382 c 1\n 302 382 l 1\n 313 400 314 414 315 422 c 0\n 316 433 324 468 313 496 c 0\n494 619 m 1\n 430 612 366 598 321 587 c 1\n 321 587 l 1\n 297 581 275 568 247 576 c 1\n 247 576 l 1\n 216 584 208 622 189 642 c 0\n 186 645 185 649 186 650 c 0\n 188 652 192 651 195 649 c 0\n 217 632 251 633 262 630 c 1\n 262 630 l 1\n 272 628 287 624 313 629 c 1\n 313 629 l 1\n 359 637 426 648 493 655 c 1\n 492 702 492 745 496 779 c 1\n 496 779 l 1\n 499 799 493 811 493 814 c 1\n 493 814 l 1\n 492 817 484 852 461 871 c 0\n 457 874 455 879 456 881 c 0\n 458 884 463 883 468 881 c 1\n 493 865 534 867 546 832 c 1\n 546 832 l 1\n 555 807 541 790 538 772 c 1\n 538 772 l 1\n 533 745 533 705 534 659 c 1\n 544 660 554 661 564 661 c 0\n 645 665 717 659 787 651 c 0\n 805 649 819 638 818 627 c 0\n 817 615 801 607 782 610 c 0\n 712 618 643 628 565 625 c 0\n 555 625 546 624 535 623 c 1\n 537 590 538 555 538 521 c 0\n 539 404 526 289 540 201 c 0\n 543 184 549 169 553 154 c 0\n 555 146 557 139 556 129 c 0\n 555 120 551 107 538 98 c 1\n 538 98 l 1\n 516 83 500 95 488 103 c 0\n 477 111 467 121 456 127 c 1\n 456 127 l 1\n 421 145 394 171 363 188 c 0\n 361 189 359 191 360 193 c 0\n 361 194 364 194 366 193 c 0\n 397 177 433 169 468 154 c 1\n 468 154 l 1\n 478 150 488 149 497 149 c 2\n 498 150 l 1\n 500 161 500 178 499 195 c 0\n 489 291 497 406 496 520 c 0\n 496 554 495 587 494 619 c 1\nEndSplineSet\nMinimumDistance: x66,-1 \nEndChar\nStartChar: uni30DD\nEncoding: 12509 12509 1411\nWidth: 1000\nFlags: W\nHStem: 625 36<546 564 565.103 636.37> 773 24<770.302 789> 888 24<770.057 789>\nVStem: 493 55.6708<810 814> 494.825 39.1754<258 362 422.719 519.879 570 578 659.062 747.571> 496 42<424.268 554> 710 24<834 845> 825 24<834 845>\nFore\n780 888 m 0\n 754 888 734 868 734 843 c 0\n 734 818 754 797 780 797 c 0\n 805 797 825 818 825 843 c 0\n 825 868 805 888 780 888 c 0\n780 912 m 0\n 818 912 849 881 849 843 c 0\n 849 805 818 773 780 773 c 0\n 741 773 710 805 710 843 c 0\n 710 881 741 912 780 912 c 0\n627 477 m 0\n 624 479 622 483 623 485 c 0\n 625 487 629 486 632 484 c 0\n 688 449 755 429 797 381 c 1\n 797 381 l 1\n 832 341 854 297 874 255 c 0\n 884 233 882 211 869 204 c 0\n 855 198 836 210 825 231 c 0\n 805 273 785 312 757 345 c 0\n 722 386 680 439 627 477 c 0\n313 496 m 0\n 311 500 312 504 314 505 c 0\n 316 506 319 504 321 500 c 0\n 336 474 371 453 369 419 c 0\n 367 392 349 377 337 359 c 1\n 337 359 l 1\n 317 329 290 287 256 256 c 1\n 256 256 l 1\n 224 227 183 222 148 208 c 0\n 146 207 143 207 143 209 c 0\n 142 210 143 212 146 213 c 0\n 180 230 207 255 233 280 c 1\n 233 280 l 1\n 261 307 282 349 302 382 c 1\n 302 382 l 1\n 313 400 314 414 315 422 c 0\n 316 433 324 468 313 496 c 0\n494 619 m 1\n 430 612 366 598 321 587 c 1\n 321 587 l 1\n 297 581 275 568 247 576 c 1\n 247 576 l 1\n 216 584 208 622 189 642 c 0\n 186 645 185 649 186 650 c 0\n 188 652 192 651 195 649 c 0\n 217 632 251 633 262 630 c 1\n 262 630 l 1\n 272 628 287 624 313 629 c 1\n 313 629 l 1\n 359 637 426 648 493 655 c 1\n 492 702 492 745 496 779 c 1\n 496 779 l 1\n 499 799 493 811 493 814 c 1\n 493 814 l 1\n 492 817 484 852 461 871 c 0\n 457 874 455 879 456 881 c 0\n 458 884 463 883 468 881 c 1\n 493 865 534 867 546 832 c 1\n 546 832 l 1\n 555 807 541 790 538 772 c 1\n 538 772 l 1\n 533 745 533 705 534 659 c 1\n 544 660 554 661 564 661 c 0\n 645 665 717 659 787 651 c 0\n 805 649 819 638 818 627 c 0\n 817 615 801 607 782 610 c 0\n 712 618 643 628 565 625 c 0\n 555 625 546 624 535 623 c 1\n 537 590 538 555 538 521 c 0\n 539 404 526 289 540 201 c 0\n 543 184 549 169 553 154 c 0\n 555 146 557 139 556 129 c 0\n 555 120 551 107 538 98 c 1\n 538 98 l 1\n 516 83 500 95 488 103 c 0\n 477 111 467 121 456 127 c 1\n 456 127 l 1\n 421 145 394 171 363 188 c 0\n 361 189 359 191 360 193 c 0\n 361 194 364 194 366 193 c 0\n 397 177 433 169 468 154 c 1\n 468 154 l 1\n 478 150 488 149 497 149 c 2\n 498 150 l 1\n 500 161 500 178 499 195 c 0\n 489 291 497 406 496 520 c 0\n 496 554 495 587 494 619 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30DE\nEncoding: 12510 12510 1412\nWidth: 1000\nFlags: W\nFore\n517 401 m 1\n 592 441 661 489 717 538 c 0\n 765 580 798 632 829 683 c 1\n 829 683 l 1\n 835 693 840 703 842 711 c 1\n 829 713 810 712 790 709 c 0\n 699 698 602 697 501 692 c 0\n 408 688 311 682 251 675 c 0\n 229 672 207 659 181 668 c 0\n 149 680 142 722 121 745 c 0\n 119 748 118 752 119 753 c 0\n 120 755 124 754 127 752 c 0\n 152 732 190 732 203 728 c 0\n 212 724 225 715 248 716 c 0\n 308 720 405 729 498 734 c 0\n 600 740 696 743 784 757 c 0\n 803 760 823 765 841 769 c 0\n 850 770 859 772 869 770 c 0\n 879 769 894 765 903 750 c 1\n 903 750 l 1\n 918 725 905 708 897 695 c 0\n 889 683 878 671 870 658 c 0\n 836 606 795 554 742 508 c 0\n 683 457 604 428 528 395 c 1\n 537 389 545 384 553 377 c 0\n 592 345 615 306 637 270 c 0\n 650 250 650 227 638 219 c 0\n 626 211 605 221 592 241 c 0\n 569 276 546 308 516 334 c 0\n 474 370 413 419 343 449 c 0\n 339 450 337 454 338 456 c 0\n 339 458 342 459 346 457 c 0\n 403 436 466 427 517 401 c 1\nEndSplineSet\nEndChar\nStartChar: uni30DF\nEncoding: 12511 12511 1413\nWidth: 1000\nFlags: W\nFore\n276 255 m 0\n 271 255 267 258 267 261 c 0\n 268 265 272 267 277 266 c 0\n 400 257 525 267 616 228 c 1\n 616 228 l 1\n 667 207 706 179 740 151 c 0\n 763 133 772 107 761 93 c 0\n 749 78 722 82 699 100 c 0\n 665 127 634 154 593 173 c 1\n 593 173 l 1\n 517 207 398 241 276 255 c 0\n338 575 m 0\n 333 576 329 579 330 582 c 0\n 330 585 335 587 340 586 c 0\n 431 574 525 579 596 553 c 0\n 638 538 671 521 701 503 c 0\n 723 490 734 469 726 455 c 0\n 719 441 694 441 673 453 c 0\n 642 471 614 489 578 503 c 0\n 516 526 429 559 338 575 c 0\n349 871 m 0\n 345 872 342 874 342 876 c 0\n 343 879 346 880 350 880 c 0\n 453 869 559 877 634 840 c 0\n 675 820 704 792 730 768 c 0\n 748 751 754 729 744 719 c 0\n 734 708 711 712 694 728 c 0\n 667 753 643 775 610 791 c 0\n 550 822 451 856 349 871 c 0\nEndSplineSet\nEndChar\nStartChar: uni30E0\nEncoding: 12512 12512 1414\nWidth: 1000\nFlags: W\nFore\n771 305 m 0\n 707 291 642 276 565 260 c 0\n 466 239 349 206 281 192 c 1\n 281 192 l 1\n 257 187 236 177 210 182 c 0\n 174 190 153 233 122 254 c 0\n 119 257 117 260 118 262 c 0\n 119 264 123 264 127 262 c 0\n 160 245 205 248 224 244 c 0\n 237 241 250 236 273 239 c 1\n 273 239 l 1\n 339 249 461 266 559 286 c 0\n 634 302 697 312 759 324 c 1\n 731 373 696 429 655 479 c 0\n 652 483 651 488 653 490 c 0\n 655 492 660 491 664 487 c 0\n 730 416 814 359 855 293 c 0\n 877 258 884 223 897 192 c 0\n 905 173 902 153 891 147 c 0\n 879 142 862 153 853 173 c 0\n 839 202 819 227 799 258 c 0\n 790 272 781 288 771 305 c 0\n364 818 m 0\n 362 823 362 828 364 829 c 0\n 367 831 371 828 374 824 c 0\n 390 801 427 788 434 758 c 1\n 434 758 l 1\n 440 732 429 708 423 683 c 1\n 423 683 l 1\n 409 626 378 550 345 477 c 1\n 345 477 l 1\n 306 394 248 327 202 254 c 0\n 201 252 198 251 197 251 c 0\n 196 252 196 255 197 257 c 0\n 240 332 272 413 309 494 c 1\n 309 494 l 1\n 342 564 367 642 376 693 c 1\n 376 693 l 1\n 380 715 373 730 370 743 c 1\n 370 743 l 1\n 367 759 376 793 364 818 c 0\nEndSplineSet\nEndChar\nStartChar: uni30E1\nEncoding: 12513 12513 1415\nWidth: 1000\nFlags: W\nFore\n613 515 m 1\n 558 544 483 572 404 586 c 0\n 400 587 397 589 397 592 c 0\n 398 594 401 595 405 595 c 0\n 482 585 563 588 629 564 c 1\n 646 625 655 684 661 727 c 1\n 661 727 l 1\n 665 755 658 771 655 784 c 1\n 655 784 l 1\n 651 801 652 843 632 872 c 0\n 629 877 629 882 631 883 c 0\n 633 885 638 883 641 879 c 0\n 665 853 709 839 719 802 c 1\n 719 802 l 1\n 727 772 714 747 708 719 c 1\n 708 719 l 1\n 699 675 688 612 668 546 c 1\n 712 519 743 484 771 452 c 0\n 788 432 791 409 779 398 c 0\n 767 388 744 395 728 414 c 0\n 703 444 680 472 650 493 c 1\n 639 462 625 431 608 402 c 0\n 530 270 385 202 251 123 c 0\n 249 122 246 122 245 123 c 0\n 245 124 246 127 248 128 c 0\n 380 211 501 304 571 424 c 0\n 588 452 602 483 613 515 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E2\nEncoding: 12514 12514 1416\nWidth: 1000\nFlags: W\nHStem: 147.984 54.2994<615 695> 484 53<775 821 822.031 833.796> 746 54.0536<682.031 693.352>\nVStem: 379 47<451 478 521.062 568.377>\nFore\n369 735 m 1\n 346 732 325 730 308 729 c 0\n 290 728 273 725 255 731 c 1\n 255 731 l 1\n 229 740 217 775 194 792 c 0\n 191 794 190 798 191 800 c 0\n 192 801 196 801 199 799 c 0\n 224 786 259 790 274 785 c 1\n 274 785 l 1\n 283 782 291 777 306 777 c 0\n 343 777 405 780 466 785 c 0\n 539 791 610 798 681 800 c 0\n 705 801 725 789 725 774 c 0\n 725 759 706 746 682 746 c 0\n 611 746 540 751 468 746 c 0\n 448 745 427 742 407 740 c 1\n 420 732 431 722 436 707 c 1\n 436 707 l 1\n 443 683 433 664 431 643 c 0\n 427 614 426 570 426 521 c 1\n 457 523 488 526 519 527 c 0\n 628 534 726 539 822 537 c 0\n 846 537 865 525 865 510 c 0\n 865 495 845 483 821 484 c 0\n 725 485 629 493 520 489 c 0\n 489 487 457 485 426 483 c 1\n 427 430 429 375 431 332 c 0\n 434 284 438 255 452 239 c 0\n 467 223 505 213 548 207 c 0\n 619 198 704 203 790 207 c 0\n 814 209 834 198 835 183 c 0\n 836 168 817 155 794 154 c 0\n 707 148 620 143 541 154 c 0\n 493 160 446 174 417 207 c 0\n 388 239 386 281 383 329 c 0\n 381 373 380 427 379 479 c 1\n 325 475 275 471 240 470 c 0\n 220 469 200 463 180 472 c 1\n 180 472 l 1\n 151 486 143 526 121 550 c 0\n 119 553 118 557 119 558 c 0\n 121 560 124 559 127 556 c 0\n 152 535 190 530 204 524 c 1\n 204 524 l 1\n 213 520 221 512 239 511 c 0\n 272 511 323 514 379 518 c 1\n 380 568 381 615 383 648 c 0\n 385 671 380 682 378 689 c 1\n 378 689 l 1\n 376 696 376 716 369 735 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni30E3\nEncoding: 12515 12515 1417\nWidth: 1000\nFlags: W\nHStem: 464 21G<258 258>\nFore\n434 498 m 1\n 390 490 347 481 316 475 c 0\n 295 471 278 461 258 464 c 1\n 258 464 l 1\n 235 468 223 495 204 505 c 0\n 202 506 200 508 201 509 c 0\n 201 511 204 511 206 510 c 0\n 226 505 252 517 265 515 c 1\n 265 515 l 1\n 278 513 291 505 311 508 c 0\n 341 511 383 520 427 529 c 1\n 418 572 408 612 400 639 c 0\n 394 657 383 664 377 670 c 1\n 377 670 l 1\n 369 679 355 710 332 723 c 0\n 330 724 328 726 329 728 c 0\n 330 729 332 729 335 728 c 0\n 360 719 395 726 414 705 c 1\n 414 705 l 1\n 429 688 427 667 431 648 c 0\n 438 619 448 579 458 535 c 1\n 478 539 499 543 519 546 c 0\n 588 557 645 564 707 578 c 0\n 724 581 743 587 759 590 c 0\n 768 592 775 593 784 593 c 0\n 793 592 808 589 815 574 c 0\n 827 552 816 540 810 530 c 0\n 804 520 796 511 791 502 c 0\n 776 479 759 463 741 443 c 1\n 716 418 678 402 645 379 c 0\n 643 378 641 377 640 379 c 0\n 639 380 640 382 642 384 c 0\n 673 408 698 440 718 464 c 0\n 733 481 738 502 752 525 c 0\n 755 530 758 536 760 540 c 1\n 748 539 732 536 716 533 c 0\n 650 521 591 523 524 513 c 0\n 505 510 485 507 465 504 c 1\n 486 411 l 0\n 508 312 533 222 553 131 c 0\n 557 110 550 91 537 88 c 0\n 524 85 510 100 506 121 c 0\n 487 212 474 305 453 404 c 0\n 447 435 440 467 434 498 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E4\nEncoding: 12516 12516 1418\nWidth: 1000\nFlags: W\nFore\n418 592 m 1\n 362 581 309 570 270 562 c 1\n 270 562 l 1\n 244 557 222 545 197 549 c 0\n 170 554 153 587 130 599 c 0\n 126 601 124 604 125 606 c 0\n 126 608 129 608 133 607 c 0\n 158 600 190 614 207 612 c 0\n 223 609 239 601 264 604 c 1\n 264 604 l 1\n 301 608 354 619 410 629 c 1\n 397 684 385 733 374 767 c 1\n 374 767 l 1\n 367 790 355 799 347 808 c 0\n 337 820 319 855 290 872 c 0\n 286 874 284 877 285 879 c 0\n 286 881 290 881 294 880 c 0\n 325 868 368 875 392 848 c 0\n 410 828 409 802 415 779 c 1\n 415 779 l 1\n 424 742 435 692 447 636 c 1\n 473 641 499 646 524 650 c 0\n 610 663 681 673 759 689 c 0\n 781 694 804 701 824 706 c 0\n 835 708 844 709 855 709 c 0\n 867 708 884 704 894 686 c 1\n 894 686 l 1\n 908 659 894 644 887 632 c 0\n 879 619 870 608 862 596 c 0\n 844 568 823 547 800 523 c 0\n 770 491 723 471 682 442 c 0\n 679 440 675 439 674 441 c 0\n 672 443 674 447 677 449 c 0\n 716 480 748 519 774 548 c 0\n 793 569 799 595 817 625 c 0\n 821 632 824 639 827 645 c 1\n 812 644 791 640 770 637 c 0\n 687 621 614 623 530 611 c 0\n 506 608 481 604 455 599 c 1\n 464 561 472 521 481 482 c 0\n 508 359 540 246 565 132 c 0\n 570 107 562 84 546 81 c 0\n 531 78 514 95 509 120 c 0\n 485 234 469 350 443 474 c 0\n 435 513 426 553 418 592 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E5\nEncoding: 12517 12517 1419\nWidth: 1000\nFlags: W\nHStem: 292 38<607 694>\nFore\n581 330 m 1\n 581 330 582 331 582 332 c 0\n 593 398 601 465 612 516 c 0\n 613 522 613 528 613 532 c 1\n 609 537 l 1\n 604 539 598 539 591 539 c 0\n 531 537 436 530 386 527 c 0\n 369 526 354 518 338 523 c 0\n 318 529 310 558 294 569 c 0\n 292 571 290 573 291 574 c 0\n 292 575 294 575 297 574 c 0\n 315 566 342 575 353 572 c 0\n 362 569 369 561 385 560 c 0\n 433 558 530 564 588 572 c 0\n 598 573 607 577 617 579 c 0\n 627 581 642 582 653 568 c 0\n 664 553 659 541 655 532 c 0\n 651 523 646 516 643 507 c 0\n 629 461 616 396 606 330 c 1\n 627 331 647 331 666 331 c 0\n 722 331 762 332 801 330 c 0\n 820 329 836 318 835 306 c 0\n 835 293 818 284 798 285 c 0\n 760 287 722 291 665 292 c 0\n 556 293 377 292 300 287 c 1\n 300 287 l 1\n 281 286 264 279 245 287 c 1\n 245 287 l 1\n 222 296 216 326 199 343 c 0\n 198 345 197 348 198 349 c 0\n 199 350 201 349 203 348 c 0\n 222 333 251 332 262 328 c 1\n 262 328 l 1\n 270 325 279 320 299 320 c 1\n 299 320 l 1\n 359 321 479 327 581 330 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E6\nEncoding: 12518 12518 1420\nWidth: 1000\nFlags: W\nHStem: 334 46<569 602 633 745> 622.772 59.228<303 315>\nFore\n602 380 m 1\n 602 383 l 0\n 616 466 626 550 639 613 c 0\n 641 621 641 629 641 635 c 1\n 637 640 l 1\n 631 642 623 642 614 642 c 0\n 539 639 420 630 357 627 c 0\n 336 626 318 618 298 624 c 1\n 298 624 l 1\n 274 632 263 665 242 679 c 0\n 239 682 237 685 238 687 c 0\n 239 688 243 689 246 687 c 0\n 269 677 301 686 316 682 c 1\n 316 682 l 1\n 327 678 337 670 357 669 c 0\n 416 667 537 675 610 684 c 0\n 623 686 634 690 647 692 c 0\n 659 694 678 696 691 678 c 1\n 691 678 l 1\n 704 660 698 644 694 634 c 0\n 689 623 683 613 680 603 c 0\n 662 545 645 463 632 381 c 1\n 659 382 684 382 707 382 c 0\n 778 382 827 382 876 380 c 0\n 900 379 918 366 918 351 c 0\n 917 336 897 325 873 326 c 0\n 825 328 777 333 707 334 c 0\n 570 335 347 333 250 327 c 0\n 226 326 205 319 182 328 c 1\n 182 328 l 1\n 153 339 145 376 124 397 c 0\n 121 400 120 404 121 405 c 0\n 123 407 127 406 130 404 c 0\n 153 386 188 383 202 378 c 1\n 202 378 l 1\n 213 374 224 369 249 369 c 0\n 324 370 473 377 602 380 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E7\nEncoding: 12519 12519 1421\nWidth: 1000\nFlags: W\nHStem: 153.066 32.6565<384.033 427.625>\nFore\n646 448 m 1\n 652 518 659 589 662 636 c 0\n 663 643 661 648 659 652 c 1\n 662 650 662 653 658 656 c 0\n 652 660 642 663 630 663 c 0\n 560 665 439 653 375 647 c 0\n 353 645 333 640 313 650 c 1\n 313 650 l 1\n 289 662 284 693 269 714 c 0\n 268 716 267 718 268 719 c 0\n 270 720 272 719 274 718 c 1\n 291 698 319 690 330 685 c 0\n 339 681 350 679 372 680 c 0\n 436 684 556 693 629 696 c 0\n 642 697 653 699 664 700 c 0\n 676 701 691 699 701 686 c 1\n 701 686 l 1\n 717 664 703 647 701 631 c 0\n 693 578 688 488 681 406 c 0\n 675 332 670 265 663 199 c 1\n 685 198 702 186 702 172 c 0\n 701 157 682 147 660 148 c 0\n 657 148 655 148 652 149 c 1\n 647 141 640 137 634 138 c 0\n 626 139 620 145 617 154 c 1\n 600 157 582 159 562 159 c 0\n 505 159 430 153 383 153 c 1\n 383 153 l 1\n 365 153 347 149 331 157 c 1\n 331 157 l 1\n 307 167 297 198 278 215 c 0\n 276 217 275 219 276 221 c 0\n 276 222 279 221 281 220 c 0\n 303 205 334 204 348 198 c 1\n 348 198 l 1\n 359 194 367 187 384 186 c 1\n 384 186 l 1\n 426 184 503 190 561 192 c 0\n 582 193 600 195 617 196 c 1\n 625 265 635 333 642 409 c 0\n 642 411 642 413 643 415 c 1\n 622 415 600 416 574 415 c 1\n 574 415 l 1\n 526 413 463 407 420 405 c 1\n 420 405 l 1\n 399 404 380 401 360 409 c 1\n 360 409 l 1\n 337 419 327 447 310 464 c 0\n 308 467 306 471 308 472 c 0\n 310 474 313 473 316 471 c 0\n 335 456 361 451 375 446 c 1\n 375 446 l 1\n 386 441 399 438 419 438 c 1\n 419 438 l 1\n 461 439 524 442 573 444 c 1\n 573 444 l 1\n 601 446 624 447 646 448 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E8\nEncoding: 12520 12520 1422\nWidth: 1000\nFlags: W\nHStem: 155.801 59.1991<703.031 714.495> 159.924 40.8629<355.048 405.723>\nFore\n683 529 m 1\n 691 616 699 705 703 763 c 1\n 703 763 l 1\n 704 773 702 780 699 784 c 1\n 702 782 703 786 697 789 c 0\n 690 793 677 797 662 797 c 0\n 575 799 424 785 344 777 c 0\n 316 774 292 769 267 781 c 0\n 237 796 230 834 211 860 c 0\n 209 864 208 867 210 869 c 0\n 212 870 215 869 218 866 c 0\n 239 842 273 831 287 825 c 0\n 299 820 313 817 340 819 c 0\n 420 824 571 835 662 839 c 0\n 677 840 691 843 706 843 c 0\n 720 844 738 842 751 825 c 1\n 751 825 l 1\n 771 799 754 777 751 758 c 1\n 751 758 l 1\n 741 692 734 579 726 476 c 0\n 718 383 711 299 702 215 c 1\n 703 215 703 215 703 215 c 2\n 729 215 750 200 749 183 c 0\n 749 166 726 154 700 156 c 0\n 697 156 693 156 690 156 c 1\n 684 147 676 142 667 143 c 0\n 658 144 651 151 648 162 c 1\n 626 166 603 169 577 169 c 0\n 507 168 412 159 354 160 c 0\n 331 160 310 157 289 166 c 1\n 289 166 l 1\n 260 178 246 216 222 237 c 0\n 219 240 217 243 219 245 c 0\n 220 247 224 246 227 244 c 0\n 254 226 292 223 310 215 c 1\n 310 215 l 1\n 323 210 334 203 355 201 c 0\n 408 199 504 205 577 207 c 0\n 603 208 626 211 648 213 c 1\n 658 299 669 385 678 480 c 0\n 678 482 679 485 679 487 c 1\n 652 487 625 489 593 488 c 0\n 533 485 454 478 400 476 c 0\n 374 475 350 470 325 481 c 1\n 325 481 l 1\n 296 493 284 527 263 549 c 0\n 259 553 258 557 260 560 c 0\n 262 562 267 561 271 558 c 0\n 294 538 327 532 344 525 c 1\n 344 525 l 1\n 358 520 373 515 399 515 c 0\n 451 516 530 521 591 523 c 0\n 626 525 655 528 683 529 c 1\nEndSplineSet\nEndChar\nStartChar: uni30E9\nEncoding: 12521 12521 1423\nWidth: 1000\nFlags: W\nHStem: 604 38<347.124 561.125>\nVStem: 726 64.4879<601 603>\nFore\n213 663 m 0\n 209 667 207 671 209 674 c 0\n 211 676 216 676 220 673 c 0\n 242 659 273 661 289 656 c 1\n 289 656 l 1\n 303 651 319 643 347 642 c 0\n 430 640 590 641 686 649 c 0\n 702 650 717 655 731 657 c 0\n 746 659 767 659 781 640 c 1\n 781 640 l 1\n 797 619 791 600 786 584 c 0\n 781 568 773 553 767 537 c 1\n 767 537 l 1\n 741 467 707 383 648 314 c 0\n 569 223 439 183 318 129 c 0\n 316 129 315 129 315 129 c 2\n 314 130 315 131 316 132 c 0\n 436 189 547 260 616 342 c 0\n 668 403 693 484 717 554 c 1\n 717 554 l 1\n 722 571 726 586 726 597 c 0\n 727 599 726 601 726 603 c 1\n 717 606 703 607 688 607 c 0\n 590 604 430 605 347 604 c 0\n 318 603 295 596 270 605 c 1\n 270 605 l 1\n 244 615 233 647 213 663 c 0\n281 843 m 0\n 277 848 276 855 279 857 c 0\n 282 860 288 858 292 853 c 1\n 312 834 340 826 354 820 c 1\n 354 820 l 1\n 366 815 384 813 411 814 c 0\n 475 817 569 830 663 836 c 0\n 688 838 709 827 710 811 c 0\n 711 795 691 781 666 780 c 0\n 572 775 477 777 413 772 c 0\n 387 770 361 764 335 776 c 1\n 335 776 l 1\n 307 789 299 822 281 843 c 0\nEndSplineSet\nEndChar\nStartChar: uni30EA\nEncoding: 12522 12522 1424\nWidth: 1000\nFlags: W\nVStem: 358 48<490 586> 646.539 47.7277<567.895 657.764>\nFore\n611 875 m 0\n 609 878 607 881 609 883 c 0\n 610 884 614 884 617 882 c 0\n 643 863 689 863 703 827 c 1\n 703 827 l 1\n 714 798 702 775 699 751 c 0\n 690 674 704 511 670 385 c 0\n 638 270 553 200 482 123 c 1\n 480 122 477 121 476 122 c 0\n 475 123 475 125 477 127 c 0\n 546 206 602 292 629 396 c 0\n 660 510 640 665 645 755 c 0\n 647 783 643 798 641 804 c 1\n 641 804 l 1\n 639 812 635 852 611 875 c 0\n321 787 m 0\n 319 790 318 794 319 796 c 0\n 320 797 324 796 327 794 c 0\n 353 774 399 770 413 734 c 0\n 423 708 414 685 411 664 c 1\n 411 664 l 1\n 407 620 405 558 406 496 c 0\n 406 475 396 457 382 457 c 0\n 369 457 358 474 358 495 c 0\n 358 558 355 620 358 667 c 1\n 358 667 l 1\n 359 690 354 703 351 712 c 0\n 348 722 344 763 321 787 c 0\nEndSplineSet\nEndChar\nStartChar: uni30EB\nEncoding: 12523 12523 1425\nWidth: 1000\nFlags: W\nFore\n453 804.666 m 5\n 453 804.666 458 806 460 804 c 0\n 483 779 525 767 537 733 c 1\n 546 706 538 682 536 657 c 0\n 532 607.999 526 540.001 523 477 c 1\n 520 411 521 348 513 283 c 1\n 512.411 261.967 507.062 243.198 512 230 c 1\n 529.912 231.754 545.155 241.569 565 251 c 1\n 617 282 663 316 709 357 c 0\n 759 403 822 442 875 493 c 1\n 825 440 786 376 735 329 c 1\n 678.244 273.141 612.291 217.792 537 180 c 1\n 519 172 498 161 474 179 c 0\n 452 196 455 218 457 236 c 1\n 480.146 355.504 483.371 527.951 488 659 c 1\n 489 684.001 482 699 477 713 c 1\n 472 730 472 770 453 798 c 0\n 453 804.666 l 5\n290 702 m 0\n 289 706 290 709 292 710 c 0\n 293 711 297 709 298 705 c 1\n 309 685 342 673 347 649 c 0\n 351 626 341 606 338 584 c 0\n 332 530 324 440 287 371 c 0\n 251 305 181 280 123 244 c 0\n 122 244 120 244 120 244 c 1\n 120 245 120 246 121 247 c 0\n 178 285 223 334 252 390 c 0\n 283 447 288 533 291 587 c 0\n 292 610 284 624 282 637 c 0\n 280 651 297 680 290 702 c 0\nEndSplineSet\nEndChar\nStartChar: uni30EC\nEncoding: 12524 12524 1426\nWidth: 1000\nFlags: W\nVStem: 261 42<436 532>\nFore\n238 843 m 1\n 237 851 l 1\n 239 853 242 851 245 849 c 0\n 265 829 304 823 315 795 c 0\n 323 774 317 756 316 737 c 1\n 316 737 l 1\n 314 682 304 583 303 495 c 1\n 303 495 l 1\n 302 410 310 334 306 261 c 0\n 306 244 306 227 308 217 c 0\n 308 215 309 213 309 211 c 1\n 312 211 l 0\n 323 211 340 215 356 220 c 0\n 425 245 502 274 569 319 c 1\n 569 319 l 1\n 643 369 720 427 787 495 c 1\n 723 424 669 341 590 287 c 1\n 590 287 l 1\n 520 238 442 203 373 176 c 0\n 356 169 341 161 325 155 c 0\n 308 149 287 143 266 160 c 1\n 266 160 l 1\n 246 176 246 198 247 215 c 0\n 248 231 251 248 253 265 c 0\n 258 333 260 409 261 496 c 1\n 261 496 l 1\n 262 585 263 685 263 739 c 1\n 263 739 l 1\n 262 756 256 764 254 771 c 0\n 250 783 254 820 238 843 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni30ED\nEncoding: 12525 12525 1427\nWidth: 1000\nFlags: W\nHStem: 269 54<754.002 759 760.031 771.348> 281 39<362.888 535> 657.833 37.7991<350.133 551>\nVStem: 241 47<231.198 242 244 276>\nFore\n738 269 m 0\n 732 261 723 256 716 258 c 0\n 710 259 706 264 704 271 c 1\n 630 275 557 281 487 281 c 1\n 487 281 l 1\n 419 281 353 279 287 277 c 1\n 288 266 288 255 288 244 c 0\n 289 222 279 205 265 205 c 0\n 252 204 241 221 241 242 c 0\n 240 256 240 270 240 283 c 1\n 236 286 233 290 233 294 c 0\n 233 299 236 303 240 307 c 1\n 239 345 239 385 236 427 c 0\n 232 491 223 561 218 609 c 0\n 216 630 206 642 202 652 c 0\n 196 666 192 706 170 732 c 0\n 167 736 165 741 167 743 c 0\n 169 745 174 743 178 740 c 0\n 197 724 226 716 246 700 c 1\n 412 694 577 690 693 704 c 0\n 712 706 730 712 748 715 c 0\n 766 717 789 720 807 700 c 1\n 807 700 l 1\n 823 681 821 660 818 644 c 0\n 815 627 810 610 806 593 c 0\n 792 524 777 436 765 372 c 0\n 762 353 758 337 754 323 c 1\n 756 323 758 323 760 322 c 0\n 784 322 803 309 802 294 c 0\n 802 279 782 268 759 269 c 0\n 738 269 l 0\n711 323 m 1\n 716 340 720 358 724 379 c 0\n 735 441 740 530 753 603 c 0\n 756 621 758 638 758 649 c 0\n 757 653 757 656 756 657 c 0\n 754 658 752 659 749 660 c 0\n 736 663 717 664 696 662 c 0\n 581 654 426 657 267 660 c 1\n 269 644 265 628 266 612 c 0\n 268 565 273 495 278 429 c 0\n 281 390 283 352 285 316 c 1\n 351 318 418 320 487 320 c 1\n 487 320 l 1\n 559 320 635 323 711 323 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni30EE\nEncoding: 12526 12526 1428\nWidth: 1000\nFlags: W\nHStem: 629 33<464 576>\nVStem: 271 33<608 611>\nFore\n306 620 m 1\n 305 616 304 611 304 607 c 0\n 302 582 306 551 307 520 c 0\n 308 503 299 489 288 489 c 0\n 277 489 268 503 268 520 c 0\n 268 551 271 582 271 608 c 0\n 271 623 264 632 261 638 c 0\n 258 645 257 674 241 689 c 1\n 240 691 239 694 240 695 c 0\n 241 696 243 695 245 694 c 0\n 263 681 295 681 306 657 c 0\n 306 656 306 655 307 654 c 1\n 367 658 428 662 489 662 c 0\n 553 663 617 662 668 667 c 0\n 679 668 690 671 701 673 c 0\n 712 674 727 676 740 662 c 0\n 752 648 748 633 745 623 c 0\n 741 613 736 604 734 594 c 0\n 718 531 705 430 660 349 c 0\n 607 256 507 207 418 147 c 1\n 505 210 583 281 631 366 c 0\n 673 439 689 535 701 601 c 0\n 703 609 703 617 702 623 c 1\n 699 626 l 1\n 693 628 682 629 671 628 c 0\n 617 626 552 630 490 629 c 0\n 428 628 367 624 306 620 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni30EF\nEncoding: 12527 12527 1429\nWidth: 1000\nFlags: W\nHStem: 756 39<446 558>\nVStem: 213.753 41.0544<682.078 726.977>\nFore\n258 744 m 1\n 257 738 256 733 255 727 c 0\n 254 697 257 658 258 619 c 0\n 259 598 249 580 235 580 c 0\n 221 580 210 597 211 618 c 0\n 211 657 214 696 214 729 c 0\n 213 748 206 759 203 767 c 1\n 203 767 l 1\n 199 776 196 810 176 830 c 0\n 174 833 172 836 174 838 c 0\n 175 839 179 839 182 837 c 0\n 204 820 243 819 256 789 c 1\n 256 789 l 1\n 256 788 257 787 257 786 c 1\n 333 791 409 794 487 795 c 0\n 566 796 647 796 710 802 c 0\n 724 803 737 807 751 809 c 0\n 765 811 783 813 799 795 c 0\n 814 779 810 760 806 748 c 0\n 802 735 796 724 793 711 c 0\n 773 632 756 507 699 406 c 0\n 634 289 509 227 397 153 c 1\n 507 230 605 320 665 425 c 0\n 717 517 736 637 751 720 c 0\n 753 731 754 741 753 748 c 1\n 752 750 l 1\n 752 751 751 751 750 751 c 0\n 742 754 728 755 714 754 c 0\n 646 751 566 757 487 756 c 0\n 410 755 334 749 258 744 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F0\nEncoding: 12528 12528 1430\nWidth: 1000\nFlags: W\nHStem: 446 20G<256 256> 449 49<567 583> 450.808 51.8228<648.224 712.293> 697 47<731 777>\nVStem: 583 51<319.767 449 501.062 674.528> 588 53.0559<113.204 124.969>\nFore\n584 691 m 1\n 515 685 437 675 390 667 c 0\n 371 664 354 654 333 657 c 0\n 304 661 284 693 258 706 c 0\n 254 708 252 711 253 713 c 0\n 253 715 257 716 261 715 c 0\n 289 706 324 716 341 714 c 0\n 353 712 365 707 384 709 c 0\n 433 714 513 726 586 733 c 1\n 586 744 587 754 588 763 c 1\n 588 763 l 1\n 589 783 585 792 583 798 c 1\n 583 798 l 1\n 581 806 578 849 556 875 c 0\n 554 878 553 882 554 883 c 0\n 556 885 559 884 562 881 c 0\n 588 859 634 854 646 818 c 1\n 646 818 l 1\n 654 794 644 775 641 758 c 1\n 641 758 l 1\n 640 751 640 745 639 737 c 1\n 688 741 733 744 777 744 c 0\n 798 745 815 734 815 721 c 0\n 816 708 799 697 777 697 c 0\n 732 696 686 697 636 694 c 1\n 633 643 633 577 633 501 c 1\n 700 504 762 504 823 501 c 0\n 848 501 868 487 867 471 c 0\n 867 455 846 443 821 445 c 0\n 759 447 699 452 634 451 c 1\n 635 351 638 239 641 126 c 0\n 642 102 631 83 615 82 c 0\n 600 82 588 101 588 125 c 0\n 586 238 584 350 583 450 c 1\n 578 450 572 449 566 449 c 0\n 473 443 368 424 310 411 c 0\n 290 407 271 397 248 400 c 1\n 248 400 l 1\n 216 404 199 442 172 457 c 0\n 169 459 167 462 168 464 c 0\n 169 466 172 466 176 465 c 0\n 204 455 241 467 256 466 c 1\n 256 466 l 1\n 267 465 279 461 299 465 c 0\n 328 469 365 475 407 480 c 1\n 403 486 399 493 396 501 c 0\n 391 522 383 538 374 554 c 1\n 374 554 l 1\n 361 576 345 617 316 645 c 0\n 314 647 312 651 314 653 c 0\n 315 655 319 654 322 652 c 0\n 354 627 399 616 420 582 c 1\n 420 582 l 1\n 435 559 438 534 443 514 c 0\n 445 503 445 493 442 485 c 1\n 482 490 523 494 563 497 c 0\n 570 497 576 498 583 498 c 1\n 582 572 583 638 584 691 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni30F1\nEncoding: 12529 12529 1431\nWidth: 1000\nFlags: W\nHStem: 255 41<361.343 427 528 633.228> 669 47.9571<296 314>\nVStem: 481 47<298.063 366.859 421 437> 484 41<403.858 537>\nFore\n456 683 m 1\n 395 679 337 670 295 669 c 0\n 275 668 255 663 235 671 c 1\n 235 671 l 1\n 208 683 195 714 174 732 c 1\n 165 759 l 1\n 170 764 182 763 193 755 c 0\n 215 739 246 735 259 730 c 1\n 259 730 l 1\n 269 726 278 718 294 717 c 0\n 335 716 400 722 468 726 c 0\n 555 732 647 734 720 742 c 0\n 735 743 749 747 763 749 c 0\n 778 750 798 752 813 731 c 1\n 813 731 l 1\n 829 708 819 688 811 673 c 0\n 803 659 792 644 782 630 c 0\n 746 578 698 535 652 501 c 0\n 614 473 567 466 530 445 c 1\n 565 469 591 507 627 535 c 1\n 627 535 l 1\n 670 568 712 610 742 656 c 0\n 750 669 756 683 759 693 c 1\n 750 695 737 695 724 694 c 0\n 652 689 565 690 484 685 c 1\n 503 671 531 662 539 635 c 1\n 539 635 l 1\n 546 608 531 586 528 566 c 1\n 528 566 l 1\n 524 533 525 490 525 446 c 0\n 526 397 528 348 528 298 c 1\n 573 298 617 298 660 296 c 0\n 733 294 806 297 877 292 c 0\n 905 290 926 274 924 256 c 0\n 923 238 899 226 871 229 c 0\n 800 236 731 252 659 255 c 0\n 614 256 569 256 523 256 c 1\n 518 247 512 242 504 242 c 0\n 497 242 491 247 486 255 c 1\n 467 255 447 255 427 255 c 1\n 427 255 l 1\n 360 254 293 253 245 245 c 0\n 221 240 198 222 167 232 c 1\n 167 232 l 1\n 136 241 130 276 114 294 c 0\n 107 303 104 314 109 319 c 0\n 113 324 124 321 133 313 c 0\n 151 297 180 297 187 294 c 1\n 187 294 l 1\n 194 292 213 283 239 286 c 0\n 292 292 359 295 427 296 c 1\n 427 296 l 1\n 445 297 463 297 481 298 c 1\n 481 347 483 397 484 445 c 0\n 484 490 484 533 486 570 c 1\n 486 570 l 1\n 487 592 478 608 475 616 c 1\n 475 616 l 1\n 472 626 474 658 459 679 c 0\n 458 681 457 682 456 683 c 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni30F2\nEncoding: 12530 12530 1432\nWidth: 1000\nFlags: W\nHStem: 738.931 37.442<309 368>\nFore\n708 556 m 1\n 729 604 746 650 759 691 c 1\n 759 691 l 1\n 766 711 769 730 770 743 c 0\n 770 749 768 752 768 754 c 1\n 767 754 l 2\n 758 757 742 758 724 757 c 0\n 606 748 389 738 296 739 c 0\n 273 739 253 734 233 744 c 1\n 233 744 l 1\n 208 756 199 790 179 810 c 0\n 176 813 175 816 176 818 c 1\n 178 819 181 819 185 817 c 0\n 207 800 241 799 256 792 c 1\n 256 792 l 1\n 267 787 276 779 298 777 c 0\n 385 771 604 784 720 799 c 0\n 738 801 753 806 768 809 c 0\n 784 811 805 812 820 794 c 1\n 820 794 l 1\n 837 773 832 751 826 733 c 0\n 821 714 812 696 805 675 c 0\n 763 561 690 407 593 303 c 0\n 512 217 408 184 313 139 c 0\n 311 139 310 139 310 139 c 2\n 309 140 310 141 311 142 c 0\n 405 189 491 247 566 328 c 0\n 612 377 652 442 685 509 c 1\n 570 503 456 501 389 494 c 0\n 365 491 343 481 318 490 c 1\n 318 490 l 1\n 283 502 270 544 244 570 c 0\n 241 573 240 576 241 578 c 0\n 243 580 247 579 250 577 c 0\n 278 554 319 547 336 541 c 0\n 348 537 362 531 385 532 c 0\n 456 536 574 548 693 557 c 0\n 698 557 703 557 708 556 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F3\nEncoding: 12531 12531 1433\nWidth: 1000\nFlags: W\nFore\n188 789 m 0\n 184 790 182 793 183 796 c 0\n 183 798 187 798 191 797 c 0\n 227 786 270 791 304 771 c 0\n 334 753 358 727 381 705 c 0\n 396 691 402 671 393 662 c 0\n 385 652 365 656 349 670 c 0\n 325 691 300 709 275 725 c 0\n 248 742 222 774 188 789 c 0\n120 242 m 0\n 116 244 114 247 115 249 c 0\n 116 251 120 251 124 250 c 0\n 157 237 199 246 219 243 c 1\n 219 243 l 1\n 236 241 252 235 278 241 c 1\n 278 241 l 1\n 354 259 487 306 585 381 c 0\n 704 473 795 600 873 736 c 0\n 874 737 875 738 876 738 c 1\n 876 735 l 0\n 800 596 736 448 609 350 c 0\n 504 269 370 218 291 195 c 1\n 291 195 l 1\n 263 187 239 173 210 178 c 1\n 210 178 l 1\n 173 184 151 224 120 242 c 0\nEndSplineSet\nEndChar\nStartChar: uni30F4\nEncoding: 12532 12532 1434\nWidth: 1000\nFlags: W\nHStem: 686 39<305 473.959 510.059 624.59>\nVStem: 782 61.176<671 677>\nFore\n857 915 m 0\n 854 917 852 921 853 923 c 0\n 854 925 858 925 861 923 c 0\n 891 909 928 907 950 883 c 1\n 950 883 l 1\n 964 868 976 855 983 841 c 0\n 993 818 990 795 974 788 c 0\n 959 782 940 796 930 819 c 0\n 925 833 926 846 919 855 c 1\n 919 855 l 1\n 907 870 886 899 857 915 c 0\n780 860 m 0\n 776 862 774 866 775 868 c 0\n 776 870 780 870 784 868 c 0\n 813 855 850 855 872 831 c 0\n 886 816 897 800 903 785 c 0\n 913 762 908 738 893 732 c 0\n 878 726 859 741 850 765 c 0\n 845 779 845 793 837 802 c 0\n 826 816 807 845 780 860 c 0\n168 699 m 1\n 162 713 153 736 135 750 c 0\n 130 754 127 759 129 762 c 0\n 131 765 137 765 143 762 c 0\n 162 751 190 748 209 733 c 2\n 210 732 l 2\n 245 732 281 725 329 725 c 1\n 329 725 l 1\n 371 725 421 724 474 724 c 1\n 473 751 470 777 471 800 c 0\n 472 815 463 822 462 823 c 1\n 462 823 l 1\n 461 825 455 864 432 885 c 0\n 427 890 425 895 427 898 c 0\n 429 901 436 900 441 897 c 0\n 467 879 510 879 522 843 c 1\n 522 843 l 1\n 529 822 515 808 513 796 c 0\n 510 777 509 751 510 724 c 1\n 584 725 660 726 719 730 c 0\n 740 731 758 736 777 737 c 0\n 795 739 818 738 833 718 c 1\n 833 718 l 1\n 847 699 845 680 842 664 c 0\n 840 648 834 633 831 617 c 0\n 817 555 802 478 760 406 c 0\n 694 292 554 214 426 123 c 0\n 424 122 422 121 421 123 c 0\n 420 124 421 126 423 128 c 0\n 548 222 661 330 719 430 c 0\n 755 493 766 564 778 629 c 0\n 781 644 783 659 782 670 c 0\n 782 680 778 682 781 678 c 1\n 781 678 l 1\n 784 674 784 680 772 684 c 0\n 760 689 741 691 720 691 c 0\n 607 689 437 687 330 686 c 1\n 330 686 l 1\n 290 686 260 681 231 679 c 1\n 231 661 226 644 225 628 c 0\n 224 593 231 557 234 520 c 0\n 236 496 224 476 209 476 c 0\n 193 475 181 494 180 517 c 0\n 179 555 183 592 184 628 c 0\n 184 657 177 679 171 690 c 0\n 170 693 169 695 168 698 c 0\n 168 699 168 699 168 699 c 1\nEndSplineSet\nMinimumDistance: x41,-1 \nEndChar\nStartChar: uni30F5\nEncoding: 12533 12533 1435\nWidth: 1000\nFlags: W\nFore\n513 526 m 1\n 463 523 417 522 384 516 c 0\n 367 513 349 503 327 509 c 0\n 303 515 292 538 278 550 c 1\n 268 577 l 1\n 273 583 285 581 296 574 c 0\n 312 562 332 560 340 558 c 0\n 347 556 360 553 379 555 c 0\n 418 559 467 562 520 565 c 0\n 523 565 526 565 528 565 c 1\n 533 578 537 590 541 601 c 1\n 541 601 l 1\n 551 627 552 644 550 654 c 0\n 549 665 542 694 525 717 c 0\n 518 727 516 738 522 743 c 0\n 527 747 538 743 546 734 c 0\n 565 712 596 695 601 661 c 0\n 605 632 588 611 578 586 c 1\n 578 586 l 1\n 575 580 573 574 570 568 c 1\n 613 570 655 573 685 575 c 0\n 703 576 715 582 732 585 c 1\n 732 585 l 1\n 739 586 750 588 761 589 c 0\n 771 590 787 592 801 576 c 0\n 815 559 810 544 807 533 c 0\n 805 522 801 511 798 503 c 1\n 798 503 l 1\n 791 486 783 475 778 457 c 1\n 778 457 l 1\n 768 418 753 356 734 299 c 0\n 718 253 700 211 687 185 c 0\n 681 173 677 165 671 153 c 1\n 671 153 l 1\n 668 146 665 136 661 126 c 0\n 657 116 653 100 630 99 c 1\n 630 99 l 1\n 608 97 601 113 597 122 c 0\n 593 131 591 140 587 147 c 1\n 587 147 l 1\n 576 167 568 185 553 203 c 0\n 537 223 524 251 506 273 c 1\n 526 252 552 237 570 216 c 0\n 584 199 602 185 616 164 c 1\n 616 164 l 1\n 618 160 621 157 624 154 c 1\n 629 158 633 164 636 170 c 1\n 636 170 l 1\n 643 183 647 191 652 202 c 0\n 664 227 682 267 697 312 c 0\n 716 366 732 427 741 466 c 1\n 741 466 l 1\n 745 484 743 500 749 520 c 1\n 749 520 l 1\n 751 526 753 532 755 537 c 1\n 750 536 745 535 739 534 c 1\n 739 534 l 1\n 719 531 704 537 686 536 c 0\n 654 535 604 531 554 528 c 1\n 529 465 496 388 451 326 c 0\n 389 241 299 200 216 150 c 0\n 213 150 l 1\n 213 151 214 152 215 153 c 0\n 295 205 368 267 424 345 c 0\n 462 398 491 466 513 526 c 1\nEndSplineSet\nEndChar\nStartChar: uni30F6\nEncoding: 12534 12534 1436\nWidth: 1000\nFlags: W\nHStem: 517.248 33.171<390 406> 523 45<702.965 806>\nFore\n560 514 m 1\n 560 514 566 515 569 511 c 0\n 581 490 611 475 610 447 c 1\n 610 427 598 416 592 404 c 1\n 574 369 544 303 505 250 c 1\n 460 190 392 163 334 125 c 1\n 391 165 439 215 478 269 c 1\n 513 318 533 384 551 423 c 1\n 557 437 556 445 557 448 c 1\n 557 454 567 483 558 505 c 0\n 560 514 l 1\n357 558 m 1\n 382 552 389 547 422 552 c 1\n 497 558 648 566 799 568 c 0\n 819 568 835 558 835 546 c 0\n 836 533 820 523 800 523 c 0\n 648 522 496 526 425 519 c 1\n 408 517 393 515 375 520 c 1\n 363 523 354 531 345 540 c 1\n 339 532 333 523 326 515 c 0\n 292 471 240 449 198 417 c 1\n 246 461 283 512 321 563 c 1\n 319 568 323 570 326 571 c 1\n 343 597 359 623 372 645 c 0\n 380 659 378 671 378 674 c 0\n 378 677 388 703 380 723 c 1\n 381 734 l 1\n 383 736 388 733 391 729 c 0\n 402 710 431 697 429 669 c 0\n 427 647 408 639 399 626 c 0\n 387 609 373 584 357 558 c 1\nEndSplineSet\nEndChar\nStartChar: uniF639\nEncoding: 63033 63033 1437\nWidth: 500\nFlags: HW\nRef: 48 48 N 1 0 0 1 0 0\nKernsSLIF: 63036 11 1 0 63196 -31 1 0 63039 7 1 0\nEndChar\nStartChar: uniF63A\nEncoding: 63034 63034 1438\nWidth: 500\nFlags: HW\nRef: 50 50 N 1 0 0 1 0 0\nKernsSLIF: 63036 14 1 0 63196 -29 1 0 63039 -7 1 0\nEndChar\nStartChar: uniF63B\nEncoding: 63035 63035 1439\nWidth: 500\nFlags: HW\nRef: 51 51 N 1 0 0 1 0 0\nKernsSLIF: 63036 9 1 0 63196 -33 1 0 63039 -15 1 0\nEndChar\nStartChar: uniF63C\nEncoding: 63036 63036 1440\nWidth: 500\nFlags: HW\nRef: 52 52 N 1 0 0 1 0 0\nKernsSLIF: 63036 13 1 0 63196 -35 1 0 63039 -16 1 0\nEndChar\nStartChar: uniF63D\nEncoding: 63037 63037 1441\nWidth: 500\nFlags: HW\nRef: 53 53 N 1 0 0 1 0 0\nKernsSLIF: 63036 1 1 0 63196 -28 1 0 63039 -9 1 0\nEndChar\nStartChar: uniF63E\nEncoding: 63038 63038 1442\nWidth: 500\nFlags: HW\nRef: 54 54 N 1 0 0 1 0 0\nKernsSLIF: 63036 13 1 0 63196 -43 1 0 63039 -7 1 0\nEndChar\nStartChar: uniF63F\nEncoding: 63039 63039 1443\nWidth: 500\nFlags: HW\nRef: 55 55 N 1 0 0 1 0 0\nKernsSLIF: 58 -64 1 0 44 -57 1 0 63040 -18 1 0 63037 -34 1 0 63036 -54 1 0 63196 -25 1 0 46 -58 1 0 63039 -6 1 0 63038 -37 1 0 63035 -20 1 0 63034 -21 1 0\nEndChar\nStartChar: uniF640\nEncoding: 63040 63040 1444\nWidth: 500\nFlags: HW\nRef: 56 56 N 1 0 0 1 0 0\nKernsSLIF: 63036 11 1 0 63196 -19 1 0\nEndChar\nStartChar: uniF641\nEncoding: 63041 63041 1445\nWidth: 500\nFlags: HW\nRef: 57 57 N 1 0 0 1 0 0\nKernsSLIF: 63036 2 1 0 63196 -26 1 0 63039 10 1 0\nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 1437\nWidth: 333\nFlags: MW\nHStem: -185 145<136.5 153>\nVStem: 84 165<-135.5 -113.5>\nFore\n100 -341 m 1\n 90 -322 l 1\n 158 -274 188 -237 188 -202 c 0\n 188 -192 180 -183 171 -183 c 0\n 170 -183 167 -183 164 -184 c 0\n 160 -185 155 -185 151 -185 c 0\n 110 -185 84 -157 84 -114 c 0\n 84 -69 114 -40 159 -40 c 0\n 213 -40 249 -82 249 -145 c 0\n 249 -223 204 -282 100 -341 c 1\nEndSplineSet\nEndChar\nStartChar: onefitted\nEncoding: 63196 63196 1438\nWidth: 500\nFlags: HW\nRef: 49 49 N 1 0 0 1 0 0\nKernsSLIF: 44 -16 1 0 63040 -34 1 0 63037 -16 1 0 63036 -56 1 0 63041 -9 1 0 63196 -27 1 0 46 -17 1 0 63039 -56 1 0 63038 -47 1 0 63035 -10 1 0 63034 -2 1 0 63033 -35 1 0\nEndChar\nStartChar: ff\nEncoding: 64256 64256 1438\nWidth: 556\nFlags: W\nHStem: 0 21G<14 257 301 536> 417 44<15 71 211 348 488 573> 661 30<286 302 526 546>\nVStem: 14 243<1 24> 71 139<65.5745 416 461.125 486.866> 348 139<64.6452 416 461.031 512.723> 544 122<582 592> 566 99.9789<591 641>\nFore\n666 591 m 0\n 666 554 640 529 603 529 c 0\n 573 529 544 551 544 583 c 0\n 544 609 566 626 566 641 c 0\n 566 657 548 660 536 660 c 0\n 491 660 487 617 487 583 c 2\n 487 461 l 1\n 574 461 l 1\n 574 417 l 1\n 487 417 l 1\n 487 81 l 2\n 487 46 498 25 536 24 c 1\n 536 0 l 1\n 301 0 l 1\n 301 24 l 1\n 339 27 348 46 348 81 c 2\n 348 417 l 1\n 210 417 l 1\n 210 81 l 2\n 210 47 219 28 257 24 c 1\n 257 0 l 1\n 14 0 l 1\n 14 24 l 1\n 56 30 71 37 71 84 c 2\n 71 417 l 1\n 14 417 l 1\n 14 461 l 1\n 71 461 l 1\n 73 608 134 691 292 691 c 0\n 335 691 384 686 423 667 c 1\n 455 686 494 691 530 691 c 0\n 589 691 666 661 666 591 c 0\n355 560 m 1\n 347 569 343 581 343 593 c 0\n 343 606 345 621 352 633 c 1\n 352 656 313 661 297 661 c 0\n 195 661 210 531 210 461 c 1\n 348 461 l 1\n 348 494 348 527 355 560 c 1\nEndSplineSet\nMinimumDistance: x6,8 x6,7 \nLigature: 8 0 'liga' f f\nEndChar\nStartChar: fi\nEncoding: 64257 64257 1439\nWidth: 556\nFlags: W\nHStem: 0 24 417 44<14 71 210 314> 661 30<281.5 313>\nVStem: 14 243<0 24> 71 139<84 417> 348 139<81 383 383 396>\nFore\n210 417 m 1\n 210 81 l 2\n 210 42 221 29 257 24 c 1\n 257 0 l 1\n 14 0 l 1\n 14 24 l 1\n 61 30 71 41 71 84 c 2\n 71 417 l 1\n 14 417 l 1\n 14 461 l 1\n 71 461 l 1\n 73 550 88 597 128 637 c 0\n 165 673 221 691 294 691 c 0\n 404 691 472 656 472 599 c 0\n 472 564 445 539 407 539 c 0\n 369 539 343 561 343 593 c 0\n 343 605 345 616 350 627 c 0\n 351 630 352 633 352 634 c 0\n 352 649 328 661 298 661 c 0\n 265 661 242 650 229 628 c 0\n 214 601 210 566 210 461 c 1\n 316 461 l 2\n 351 461 396 464 487 473 c 1\n 487 81 l 2\n 487 41 500 26 536 24 c 1\n 536 0 l 1\n 301 0 l 1\n 301 24 l 1\n 337 28 348 41 348 81 c 2\n 348 383 l 2\n 348 409 340 417 314 417 c 2\n 210 417 l 1\nEndSplineSet\nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 1440\nWidth: 556\nFlags: W\nHStem: 0 24 417 44<14 71 210 348> 658 33<264.5 298>\nVStem: 14 243<0 24> 71 139<84 417> 348 139<81 417 417 417 461 559 559 559>\nFore\n348 417 m 1\n 210 417 l 1\n 210 81 l 2\n 210 42 221 29 257 24 c 1\n 257 0 l 1\n 14 0 l 1\n 14 24 l 1\n 61 30 71 41 71 84 c 2\n 71 417 l 1\n 14 417 l 1\n 14 461 l 1\n 71 461 l 1\n 74 552 87 597 119 633 c 0\n 153 671 205 691 271 691 c 0\n 325 691 366 683 421 660 c 1\n 468 690 l 1\n 487 690 l 1\n 487 81 l 2\n 487 45 499 27 524 25 c 2\n 536 24 l 1\n 536 0 l 1\n 301 0 l 1\n 301 24 l 1\n 309 25 l 2\n 337 28 348 45 348 81 c 2\n 348 417 l 1\n348 461 m 1\n 348 559 l 1\n 336 563 327 578 327 594 c 0\n 327 601 329 609 335 620 c 0\n 338 627 340 633 340 637 c 0\n 340 650 324 658 298 658 c 0\n 231 658 210 625 210 523 c 2\n 210 461 l 1\n 348 461 l 1\nEndSplineSet\nLigature: 8 0 'liga' f l\nEndChar\nStartChar: ffi\nEncoding: 64259 64259 1441\nWidth: 834\nFlags: W\nHStem: 0 21G<14 257 301 534 578 813> 417 44<15 70 211 347 488 595> 661 30<286 302 568 579>\nVStem: 14 243<1 24> 71 139<65.5745 416 461.125 486.866> 348 139<64.0544 416 461.062 495.352> 620 129<592 608> 625 139<64.6452 385>\nFore\n813 0 m 1\n 578 0 l 1\n 578 24 l 1\n 616 27 625 47 625 81 c 2\n 625 383 l 2\n 625 408 617 417 591 417 c 2\n 487 417 l 1\n 487 81 l 2\n 487 47 496 28 534 24 c 1\n 534 0 l 1\n 301 0 l 1\n 301 24 l 1\n 339 27 348 47 348 81 c 2\n 348 417 l 1\n 210 417 l 1\n 210 81 l 2\n 210 47 219 28 257 24 c 1\n 257 0 l 1\n 14 0 l 1\n 14 24 l 1\n 56 30 71 37 71 84 c 2\n 71 417 l 1\n 14 417 l 1\n 14 461 l 1\n 71 461 l 1\n 73 608 134 691 292 691 c 0\n 338 691 396 684 436 660 c 1\n 475 684 523 691 569 691 c 0\n 627 691 749 678 749 600 c 0\n 749 561 720 539 683 539 c 0\n 651 539 620 558 620 593 c 0\n 620 606 622 621 629 633 c 1\n 629 656 590 661 574 661 c 0\n 472 661 487 531 487 461 c 1\n 593 461 l 2\n 650 461 707 468 764 473 c 1\n 764 81 l 2\n 764 46 775 25 813 24 c 1\n 813 0 l 1\n359 556 m 1\n 348 565 343 579 343 593 c 0\n 343 606 345 621 352 633 c 1\n 352 656 313 661 297 661 c 0\n 195 661 210 531 210 461 c 1\n 348 461 l 1\n 348 493 350 525 359 556 c 1\nEndSplineSet\nMinimumDistance: x35,-1 \nLigature: 8 0 'liga' f f i\nLigature: 8 0 'liga' ff i\nEndChar\nStartChar: ffl\nEncoding: 64260 64260 1442\nWidth: 834\nFlags: W\nHStem: 0 21G<14 257 301 534 578 813> 417 44<15 71 211 348 488 624> 658 33<555 579> 661 30<286 302> 670 20G<745 764>\nVStem: 14 243<1 24> 71 139<65.5745 416 461.125 486.866> 348 139<64.0544 416 461.031 496.091> 625 139<64.5199 416 462 559>\nFore\n813 0 m 1\n 578 0 l 1\n 578 24 l 1\n 615 27 625 47 625 81 c 2\n 625 417 l 1\n 487 417 l 1\n 487 81 l 2\n 487 47 496 28 534 24 c 1\n 534 0 l 1\n 301 0 l 1\n 301 24 l 1\n 339 27 348 47 348 81 c 2\n 348 417 l 1\n 210 417 l 1\n 210 81 l 2\n 210 47 219 28 257 24 c 1\n 257 0 l 1\n 14 0 l 1\n 14 24 l 1\n 56 30 71 37 71 84 c 2\n 71 417 l 1\n 14 417 l 1\n 14 461 l 1\n 71 461 l 1\n 73 608 134 691 292 691 c 0\n 337 691 392 685 431 662 c 1\n 468 685 513 691 555 691 c 0\n 601 691 657 679 698 660 c 1\n 745 690 l 1\n 764 690 l 1\n 764 81 l 2\n 764 45 774 25 813 24 c 1\n 813 0 l 1\n625 461 m 1\n 625 559 l 1\n 611 562 604 583 604 595 c 0\n 604 609 617 625 617 635 c 0\n 617 658 587 658 570 658 c 0\n 492 658 487 589 487 529 c 2\n 487 461 l 1\n 625 461 l 1\n358 556 m 1\n 347 565 343 579 343 593 c 0\n 343 606 345 621 352 633 c 1\n 352 656 313 661 297 661 c 0\n 195 661 210 531 210 461 c 1\n 348 461 l 1\n 348 493 350 525 358 556 c 1\nEndSplineSet\nMinimumDistance: x29,-1 \nLigature: 8 0 'liga' f f l\nLigature: 8 0 'liga' ff l\nEndChar\nStartChar: uniFB06\nEncoding: 64262 64262 1443\nWidth: 723\nFlags: W\nHStem: -14 34<190 206> -13 165<26 50> 326 145<318 339> 417 44<603 695> 689.824 69.2311<245 270>\nVStem: 27 333.997<140 326> 27.0029 99.9971<326 383> 98.6935 70.7501<584 607> 264.991 96.0094<86 140> 411 285<417 444> 463 139<98 417>\nFore\n723 100 m 1\n 692 37 653 -12 576 -12 c 0\n 508 -12 463 24 463 93 c 2\n 463 417 l 1\n 411 417 l 1\n 411 444 l 1\n 460 486 503 531 542 582 c 1\n 456 589 375 690 270 690 c 0\n 212 690 169 641 169 584 c 0\n 169 523 229 451 293 451 c 0\n 306 451 315 459 318 471 c 1\n 340 471 l 1\n 340 326 l 1\n 315 326 l 1\n 298 384 257 440 191 440 c 0\n 159 440 127 417 127 383 c 0\n 127 281 361 303 361 140 c 0\n 361 46 297 -14 204 -14 c 0\n 159 -14 107 15 77 15 c 0\n 63 15 55 -2 50 -13 c 1\n 25 -13 l 1\n 25 152 l 1\n 53 152 l 1\n 69 78 112 20 194 20 c 0\n 233 20 265 45 265 86 c 0\n 265 178 27 172 27 326 c 0\n 27 412 92 465 174 472 c 1\n 134 506 98 553 98 607 c 0\n 98 685 166 760 245 760 c 0\n 378 760 466 621 562 621 c 0\n 576 621 590 624 602 631 c 1\n 602 461 l 1\n 696 461 l 1\n 696 417 l 1\n 602 417 l 1\n 602 116 l 2\n 602 89 606 59 641 59 c 0\n 670 59 687 89 698 111 c 1\n 723 100 l 1\nEndSplineSet\nMinimumDistance: x32,-1 x31,33 x31,32 \nLigature: 8 0 'liga' s t\nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeSerifBoldItalic.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeSerifBoldItalic\nFullName: Free Serif Bold Italic\nFamilyName: FreeSerif\nWeight: Bold\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.8 $\nItalicAngle: -15.3\nUnderlinePosition: -100\nUnderlineWidth: 50\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 17\nTTFWeight: 700\nTTFWidth: 5\nPanose: 2 2 7 3 6 5 5 9 3 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 2\n 1 latn 1 dflt \n 1 DFLT 1 dflt \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1060 \"\" \"\" \"polkrepko le+AX4A-e+AQ0A-e\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nEncoding: unicode\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 672 16 14\nBeginPrivate: 8\nUniqueID 7 5020939\nBlueValues 23 [-20 0 449 469 669 689]\nBlueScale 8 0.039625\nStdHW 4 [27]\nStdVW 5 [120]\nStemSnapH 206 [27 33 36 43 54 64 73 91] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 8 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [27 33] } if\nStemSnapV 2 []\nForceBold 5 false\nEndPrivate\nBeginChars: 65536 1334\nStartChar: space\nEncoding: 32 32 0\nWidth: 250\nFlags: W\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 389\nFlags: W\nHStem: -13 146<131 147>\nVStem: 67 146<51 67>\nFore\n196 204 m 1\n 167 212 l 1\n 197 368 215 487 220 565 c 0\n 222 609 224 620 232 638 c 0\n 246 667 270 684 301 684 c 0\n 342 684 370 655 370 611 c 0\n 370 584 365 569 339 522 c 1\n 283 411 238 312 196 204 c 1\n140 133 m 0\n 178 133 213 97 213 58 c 0\n 213 19 180 -13 139 -13 c 128\n 98 -13 67 17 67 58 c 0\n 67 100 99 133 140 133 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 555\nFlags: W\nFore\n177 398 m 1\n 136 398 l 1\n 152 612 l 1\n 155 650 192 685 230 685 c 0\n 256 685 276 663 276 636 c 0\n 276 622 275 620 261 589 c 2\n 259 584 l 1\n 177 398 l 1\n437 398 m 1\n 396 398 l 1\n 412 612 l 1\n 415 650 452 685 490 685 c 0\n 516 685 536 663 536 636 c 0\n 536 622 535 620 521 589 c 2\n 519 584 l 1\n 437 398 l 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 500\nFlags: W\nHStem: 0 21G<-22 56 169 247> 210 73<-13 62 172 253 363 429> 417 73<71 146 255 337 446 513>\nDStem: 63 210 141 210 -22 0 56 0 147 417 225 417 93 283 171 283 254 210 332 210 169 0 247 0 263 700 340 700 176 490 254 490 338 417 416 417 284 283 362 283 454 700 531 700 367 490 445 490\nFore\n449 283 m 1\n 429 210 l 1\n 332 210 l 1\n 247 0 l 1\n 169 0 l 1\n 254 210 l 1\n 141 210 l 1\n 56 0 l 1\n -22 0 l 1\n 63 210 l 1\n -33 210 l 1\n -13 283 l 1\n 93 283 l 1\n 147 417 l 1\n 51 417 l 1\n 71 490 l 1\n 176 490 l 1\n 263 700 l 1\n 340 700 l 1\n 254 490 l 1\n 367 490 l 1\n 454 700 l 1\n 531 700 l 1\n 445 490 l 1\n 533 490 l 1\n 513 417 l 1\n 416 417 l 1\n 362 283 l 1\n 449 283 l 1\n338 417 m 1\n 225 417 l 1\n 171 283 l 1\n 284 283 l 1\n 338 417 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 500\nFlags: W\nHStem: 0 32<186.031 220> 637 33<274 300>\nVStem: 79.0027 98.9973<488 542> 322.998 109.002<157 201>\nDStem: 127 7 178 0 98 -100 150 -100 211 303 253 274 137 42 186 32 303 635 351 625 248 436 292 410 331 733 381 733 313 668 361 661\nFore\n497 598 m 1\n 455 465 l 1\n 434 470 l 1\n 435 481 435 494 435 500 c 0\n 435 569 411 605 351 625 c 1\n 292 410 l 1\n 353 357 372 338 396 308 c 0\n 419 277 432 238 432 201 c 0\n 432 87 331 0 201 0 c 2\n 178 0 l 1\n 150 -100 l 1\n 98 -100 l 1\n 127 7 l 1\n 64 22 33 39 -20 86 c 1\n 22 228 l 1\n 44 222 l 1\n 47 114 67 74 137 42 c 1\n 211 303 l 1\n 105 384 79 420 79 488 c 0\n 79 591 164 670 275 670 c 0\n 283 670 291 670 313 668 c 1\n 331 733 l 1\n 381 733 l 1\n 361 661 l 1\n 394 655 441 636 479 612 c 1\n 497 598 l 1\n248 436 m 1\n 303 635 l 1\n 298 637 294 637 288 637 c 0\n 222 637 178 599 178 542 c 0\n 178 502 195 476 248 436 c 1\n253 274 m 1\n 186 32 l 1\n 221 32 230 33 247 39 c 0\n 294 57 323 101 323 157 c 0\n 323 204 308 230 253 274 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 833\nFlags: W\nHStem: -9.99672 45.9967<583 617> 294.003 45.9971<168 202> 585 38<423 439>\nVStem: 347 34<566 589> 759 34<246 262>\nDStem: 543 612 644 692 194 -8 250 -8\nFore\n676 376 m 0\n 746 376 793 329 793 260 c 0\n 793 184 760 101 706 44 c 0\n 674 10 628 -10 583 -10 c 0\n 503 -10 450 45 450 128 c 0\n 450 192 485 265 539 316 c 0\n 582 356 627 376 676 376 c 0\n708 325 m 0\n 684 326 658 308 635 273 c 0\n 605 230 570 137 567 93 c 0\n 565 61 587 36 617 36 c 0\n 653 36 688 65 718 119 c 0\n 745 168 759 214 759 257 c 0\n 759 295 738 323 708 325 c 0\n194 -8 m 1\n 543 612 l 1\n 500 594 461 585 424 585 c 0\n 414 585 401 587 381 590 c 1\n 380 501 363 444 320 382 c 0\n 281 325 228 294 168 294 c 0\n 93 294 39 351 39 431 c 0\n 39 555 151 679 263 679 c 0\n 292 679 311 672 340 651 c 0\n 368 631 394 623 436 623 c 0\n 499 623 549 643 605 692 c 1\n 644 692 l 1\n 250 -8 l 1\n 194 -8 l 1\n287 631 m 0\n 270 633 246 613 224 581 c 0\n 191 531 157 441 154 394 c 0\n 152 363 173 340 202 340 c 0\n 272 340 347 463 347 577 c 0\n 347 599 346 601 318 612 c 0\n 311 615 310 615 302 623 c 0\n 295 629 292 630 287 631 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 778\nFlags: W\nHStem: -18.9988 70.9988<198 265> -17.9981 78.9981<529 596> 649 33<414 427>\nVStem: 5.00331 132.997<148 190> 234.002 120.998<476 530> 477 80<567 582> 479 212<336 360>\nFore\n673 101 m 1\n 699 80 l 1\n 638 7 595 -18 529 -18 c 0\n 476 -18 435 0 390 44 c 1\n 324 -1 268 -19 198 -19 c 0\n 84 -19 5 49 5 148 c 0\n 5 194 26 242 63 280 c 0\n 97 316 129 334 245 384 c 1\n 237 429 234 452 234 476 c 0\n 234 598 309 682 419 682 c 0\n 499 682 557 634 557 568 c 0\n 557 501 499 446 375 396 c 1\n 387 322 420 235 461 169 c 1\n 518 241 535 270 535 298 c 0\n 535 320 521 329 479 336 c 1\n 479 361 l 1\n 691 361 l 1\n 691 336 l 1\n 629 324 624 319 486 133 c 1\n 525 82 557 61 596 61 c 0\n 623 61 644 72 673 101 c 1\n253 343 m 1\n 169 302 138 260 138 190 c 0\n 138 111 193 52 265 52 c 0\n 296 52 322 60 362 80 c 1\n 306 167 279 232 253 343 c 1\n366 434 m 1\n 403 456 403 456 414 465 c 0\n 453 495 477 538 477 582 c 0\n 477 624 458 649 425 649 c 0\n 380 649 355 607 355 530 c 0\n 355 505 357 488 366 434 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 278\nFlags: W\nFore\n169 398 m 1\n 128 398 l 1\n 144 612 l 1\n 147 650 184 685 222 685 c 0\n 248 685 268 663 268 636 c 0\n 268 622 267 620 253 589 c 2\n 251 584 l 1\n 169 398 l 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 333\nFlags: W\nFore\n326 685 m 1\n 344 665 l 1\n 263 591 226 543 190 462 c 0\n 147 366 122 237 122 110 c 0\n 122 -6 138 -68 193 -164 c 1\n 170 -179 l 1\n 69 -41 28 70 28 207 c 0\n 28 279 41 344 68 404 c 0\n 114 508 174 573 326 685 c 1\nEndSplineSet\nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 333\nFlags: W\nFore\n-27 -179 m 1\n -44 -159 l 1\n 32 -89 63 -51 95 14 c 0\n 145 114 177 266 177 399 c 0\n 177 513 159 580 105 670 c 1\n 128 685 l 1\n 180 614 201 580 224 524 c 0\n 255 450 271 372 271 299 c 0\n 271 202 245 114 192 33 c 0\n 141 -47 90 -95 -27 -179 c 1\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 500\nFlags: W\nHStem: 334.007 104.993<115 144 377 406> 497 105.992<114 144 377 407>\nVStem: 210 101<300 306 621.082 636> 253 15<428 453 483 510>\nFore\n253 482 m 1\n 253 494 l 2\n 253 527 246 552 227 584 c 0\n 214 606 210 618 210 633 c 0\n 210 664 230 685 261 685 c 0\n 291 685 311 664 311 633 c 0\n 311 618 307 606 294 584 c 0\n 275 552 268 527 268 494 c 2\n 268 482 l 1\n 279 488 l 2\n 308 505 320 517 344 555 c 0\n 365 590 383 603 407 603 c 0\n 432 603 456 577 456 548 c 0\n 456 533 447 519 430 508 c 0\n 416 499 406 497 377 497 c 0\n 333 496 320 493 287 474 c 2\n 276 468 l 1\n 287 462 l 2\n 320 443 331 441 377 439 c 0\n 406 439 417 436 430 429 c 0\n 446 420 456 403 456 388 c 0\n 456 359 433 334 406 334 c 0\n 381 334 365 346 344 382 c 0\n 322 418 312 428 279 448 c 2\n 268 454 l 1\n 268 442 l 2\n 268 410 275 386 294 353 c 0\n 306 331 311 318 311 303 c 0\n 311 273 291 252 260 252 c 0\n 230 252 210 273 210 304 c 0\n 210 318 215 331 227 353 c 0\n 246 386 253 410 253 442 c 2\n 253 454 l 1\n 242 448 l 2\n 209 428 199 418 177 382 c 0\n 156 346 140 334 115 334 c 0\n 88 334 65 359 65 388 c 0\n 65 403 75 420 91 429 c 0\n 103 436 115 439 144 439 c 0\n 190 441 201 443 234 462 c 2\n 245 468 l 1\n 234 474 l 2\n 201 493 188 496 144 497 c 0\n 115 497 105 499 91 508 c 0\n 74 519 65 532 65 549 c 0\n 65 577 89 603 114 603 c 0\n 138 603 155 590 177 555 c 0\n 201 517 213 505 242 488 c 2\n 253 482 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 570\nFlags: W\nHStem: 0 21G<241 329> 209 88<34 241 329 536>\nVStem: 241 88<1 209 297 505>\nFore\n241 297 m 1\n 241 506 l 1\n 329 506 l 1\n 329 297 l 1\n 537 297 l 1\n 537 209 l 1\n 329 209 l 1\n 329 0 l 1\n 241 0 l 1\n 241 209 l 1\n 33 209 l 1\n 33 297 l 1\n 241 297 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y6,8 y6,7 y3,1 y3,2 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 250\nFlags: W\nVStem: -12 155.997<36 61>\nFore\n-47 -182 m 1\n -60 -158 l 1\n 18 -116 58 -77 58 -41 c 0\n 58 -27 51 -17 28 -2 c 0\n -2 18 -12 34 -12 61 c 0\n -12 103 18 134 59 134 c 0\n 110 134 144 95 144 36 c 0\n 144 -45 68 -131 -47 -182 c 1\nEndSplineSet\nKernsSLIF: 8217 -23 1 0 8221 -1 1 0 63196 -26 1 0\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 333\nFlags: W\nHStem: 166 116<26 248>\nDStem: 26 282 271 282 2 166 248 166\nFore\n271 282 m 1\n 248 166 l 1\n 2 166 l 1\n 26 282 l 1\n 271 282 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 89 -69 1 0 87 -59 1 0 86 -62 1 0 84 -59 1 0 197 -13 1 0 196 -13 1 0 193 -13 1 0 198 -22 1 0 65 -13 1 0\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 250\nFlags: W\nHStem: -13 148<55 71>\nVStem: -9 148<51 67>\nFore\n66 135 m 0\n 106 135 139 101 139 61 c 0\n 139 19 106 -13 64 -13 c 0\n 23 -13 -9 19 -9 60 c 0\n -9 103 23 135 66 135 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nKernsSLIF: 8217 -27 1 0 8221 -5 1 0 63196 -32 1 0\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 278\nFlags: W\nHStem: 665 20G<255 342>\nDStem: 255 685 342 685 -64 -18 23 -18\nFore\n255 685 m 1\n 342 685 l 1\n 23 -18 l 1\n -64 -18 l 1\n 255 685 l 1\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 500\nFlags: W\nHStem: -14 29<161 179> 654 29<321 329>\nFore\n327 683 m 0\n 418 683 477 588 477 442 c 0\n 477 285 398 104 298 29 c 0\n 259 0 219 -14 177 -14 c 0\n 81 -14 17 73 17 206 c 0\n 17 354 79 515 172 611 c 0\n 217 657 272 683 327 683 c 0\n325 654 m 0\n 288 654 260 614 223 510 c 0\n 176 380 120 145 120 81 c 0\n 120 41 140 15 170 15 c 0\n 211 15 240 53 273 149 c 0\n 296 216 345 408 362 494 c 0\n 370 531 374 563 374 582 c 0\n 374 627 356 654 325 654 c 0\nEndSplineSet\nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 500\nFlags: W\nHStem: 0 23<5.06261 31.02 325 349>\nVStem: 5 345<1 23>\nDStem: 252 556 419 683 124 97 265 123\nFore\n5 0 m 1\n 5 23 l 1\n 77 23 107 42 124 97 c 1\n 252 556 l 1\n 254 565 256 574 256 580 c 0\n 256 602 241 613 210 613 c 0\n 191 613 174 612 147 608 c 1\n 149 631 l 1\n 265 648 328 661 419 683 c 1\n 265 123 l 2\n 254 83 253 78 253 69 c 0\n 253 32 271 24 350 23 c 1\n 350 0 l 1\n 5 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 500\nFlags: W\nHStem: 0 111<107 283> 592.996 90.0041<219 281>\nVStem: 311.998 134.002<483 515>\nFore\n419 191 m 1\n 340 0 l 1\n -27 0 l 1\n -27 24 l 1\n 63 114 l 2\n 251 301 312 392 312 483 c 0\n 312 552 277 593 219 593 c 0\n 167 593 126 566 86 507 c 1\n 64 519 l 1\n 92 573 108 597 137 623 c 0\n 181 663 228 683 281 683 c 0\n 374 683 446 609 446 515 c 0\n 446 440 396 358 302 278 c 2\n 106 111 l 1\n 255 111 l 2\n 333 111 356 125 394 191 c 1\n 419 191 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 500\nFlags: W\nHStem: 611.996 71.0042<234 301>\nVStem: 284.998 123.002<189 250> 320.686 128.432<522 547>\nFore\n128 347 m 1\n 132 369 l 1\n 261 396 321 445 321 522 c 0\n 321 577 287 612 234 612 c 0\n 187 612 159 594 118 537 c 1\n 97 550 l 1\n 159 643 220 683 301 683 c 0\n 386 683 450 625 450 547 c 0\n 450 487 414 438 343 403 c 2\n 331 397 l 1\n 388 354 408 316 408 250 c 0\n 408 104 279 -13 118 -13 c 0\n 36 -13 -15 18 -15 67 c 0\n -15 101 9 123 45 123 c 0\n 71 123 87 112 110 77 c 0\n 127 52 133 43 135 41 c 0\n 143 33 159 27 175 27 c 0\n 236 27 285 100 285 189 c 0\n 285 256 260 304 213 328 c 0\n 189 341 170 345 128 347 c 1\nEndSplineSet\nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 500\nFlags: W\nHStem: 0 21G<188 316> 150 98<54 228 385 426> 663 20G<440 503>\nDStem: 229 150 358 150 188 0 316 0 335 528 503 683 256 248 384 248 440 683 335 528 13 255 53 248\nFore\n453 248 m 1\n 426 150 l 1\n 358 150 l 1\n 316 0 l 1\n 188 0 l 1\n 229 150 l 1\n -15 150 l 1\n 13 255 l 1\n 440 683 l 1\n 503 683 l 1\n 384 248 l 1\n 453 248 l 1\n53 248 m 1\n 256 248 l 1\n 335 528 l 1\n 53 248 l 1\nEndSplineSet\nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 500\nFlags: W\nHStem: -13 135.995<48 120> 560 109<204 451>\nVStem: 306.997 105.003<189 250>\nDStem: 204 669 197 560 73 372 163 484\nFore\n197 560 m 1\n 163 484 l 1\n 255 465 282 456 316 433 c 0\n 378 393 412 328 412 250 c 0\n 412 102 284 -13 120 -13 c 0\n 41 -13 -11 19 -11 66 c 0\n -11 99 14 123 48 123 c 0\n 78 123 95 110 119 70 c 0\n 140 36 152 27 173 27 c 0\n 243 27 307 104 307 189 c 0\n 307 253 271 311 209 342 c 0\n 171 362 139 369 73 372 c 1\n 204 669 l 1\n 487 669 l 1\n 451 560 l 1\n 197 560 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 500\nFlags: W\nHStem: -15 32<183 199>\nVStem: 23 112.002<95 195> 319 123.998<251 315>\nFore\n503 679 m 1\n 509 655 l 1\n 374 604 292 530 231 409 c 1\n 261 419 273 422 293 422 c 0\n 386 422 443 357 443 251 c 0\n 443 103 334 -15 197 -15 c 0\n 88 -15 23 64 23 195 c 0\n 23 336 98 475 224 569 c 0\n 305 628 369 653 503 679 c 1\n251 382 m 0\n 219 382 210 373 189 320 c 0\n 156 238 135 148 135 95 c 128\n 135 42 153 17 190 17 c 0\n 215 17 238 32 251 56 c 0\n 284 119 319 253 319 315 c 0\n 319 361 298 382 251 382 c 0\nEndSplineSet\nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 500\nFlags: W\nHStem: 0 21G<52 144> 556 113<212 383>\nDStem: 384 556 525 669 52 0 144 0\nFore\n83 479 m 1\n 57 479 l 1\n 144 669 l 1\n 525 669 l 1\n 144 0 l 1\n 52 0 l 1\n 384 556 l 1\n 251 556 l 2\n 147 556 120 544 83 479 c 1\nEndSplineSet\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 500\nFlags: W\nHStem: -13 30<185 211> 650 33<291 312>\nVStem: 3 97<140 155> 109.002 110.998<499 553> 305.999 113.001<147 193> 383 93<531 555>\nFore\n333 381 m 1\n 333 376 l 1\n 394 309 419 257 419 193 c 0\n 419 74 325 -13 197 -13 c 0\n 82 -13 3 54 3 153 c 0\n 3 238 59 296 183 340 c 1\n 183 345 l 1\n 127 404 109 441 109 499 c 0\n 109 605 190 683 300 683 c 0\n 354 683 408 662 442 628 c 0\n 464 605 476 575 476 540 c 0\n 476 469 436 425 333 381 c 1\n209 321 m 1\n 193 310 193 310 190 307 c 0\n 129 262 100 209 100 141 c 0\n 100 64 138 17 199 17 c 0\n 261 17 306 72 306 147 c 0\n 306 199 295 219 209 321 c 1\n310 403 m 1\n 367 463 383 493 383 544 c 0\n 383 608 351 650 302 650 c 0\n 254 650 220 609 220 553 c 0\n 220 504 241 468 310 403 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 500\nFlags: W\nHStem: 245.002 42.9979<204 243> 651 31.8276<308 320>\nVStem: 53 124.002<352 412>\nFore\n-6 -10 m 1\n -12 15 l 1\n 110 52 204 135 265 259 c 1\n 241 248 226 245 204 245 c 0\n 114 245 53 312 53 412 c 0\n 53 564 161 683 299 683 c 0\n 348 683 388 668 417 639 c 0\n 454 601 475 542 475 476 c 0\n 475 334 398 191 273 99 c 0\n 193 40 129 15 -6 -10 c 1\n314 651 m 0\n 283 651 256 630 235 589 c 0\n 204 528 177 416 177 352 c 0\n 177 311 200 288 243 288 c 0\n 285 288 293 298 320 377 c 0\n 345 450 345 450 353 491 c 0\n 359 524 363 561 363 582 c 0\n 363 628 347 651 314 651 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 333\nFlags: W\nHStem: -13 148<87 103> 311 148<183 199>\nVStem: 23 148<51 67> 116 148<372.493 387>\nFore\n98 135 m 0\n 138 135 171 101 171 61 c 0\n 171 19 138 -13 96 -13 c 0\n 55 -13 23 19 23 61 c 128\n 23 103 56 135 98 135 c 0\n191 459 m 0\n 231 459 264 425 264 385 c 0\n 264 343 231 311 189 311 c 0\n 148 311 116 343 116 385 c 128\n 116 427 149 459 191 459 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 333\nFlags: W\nHStem: 311 148<179 199>\nVStem: 23 155.997<35 60> 116 148<377 393>\nFore\n-12 -183 m 1\n -25 -159 l 1\n 53 -117 93 -78 93 -42 c 0\n 93 -28 86 -18 63 -3 c 0\n 33 17 23 33 23 60 c 0\n 23 102 53 133 94 133 c 0\n 145 133 179 94 179 35 c 0\n 179 -46 104 -132 -12 -183 c 1\n191 459 m 0\n 231 459 264 425 264 385 c 0\n 264 343 231 311 189 311 c 0\n 148 311 116 343 116 385 c 128\n 116 427 149 459 191 459 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 570\nFlags: W\nDStem: 31 211 154 253 539 -12 539 84 539 518 539 422 31 295 154 253\nFore\n539 -12 m 1\n 31 211 l 1\n 31 295 l 1\n 539 518 l 1\n 539 422 l 1\n 154 253 l 1\n 539 84 l 1\n 539 -12 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 570\nFlags: W\nHStem: 107 88<34 536> 311 88<34 536>\nVStem: 33 504<108 194 312 398>\nFore\n537 399 m 1\n 537 311 l 1\n 33 311 l 1\n 33 399 l 1\n 537 399 l 1\n537 195 m 1\n 537 107 l 1\n 33 107 l 1\n 33 195 l 1\n 537 195 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 570\nFlags: W\nDStem: 31 422 31 518 416 253 539 295 416 253 539 211 31 84 31 -12\nFore\n31 -12 m 1\n 31 84 l 1\n 416 253 l 1\n 31 422 l 1\n 31 518 l 1\n 539 295 l 1\n 539 211 l 1\n 31 -12 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 500\nFlags: W\nHStem: -13 148<143 159> 653 30.0401<271 281>\nVStem: 79 148<51 67> 119 122<546 557> 342.011 127.163<539 573>\nFore\n196 208 m 1\n 167 215 l 1\n 171 270 192 316 238 374 c 2\n 279 425 l 2\n 323 480 343 526 343 573 c 0\n 343 622 316 653 274 653 c 0\n 242 653 212 634 212 615 c 0\n 212 609 215 603 223 593 c 0\n 236 576 241 562 241 547 c 0\n 241 515 214 488 180 488 c 128\n 146 488 119 517 119 555 c 0\n 119 630 193 684 294 684 c 0\n 399 684 470 626 470 539 c 0\n 470 477 433 427 344 369 c 2\n 278 326 l 2\n 240 301 224 278 196 208 c 1\n154 135 m 0\n 194 135 227 101 227 61 c 0\n 227 19 194 -13 152 -13 c 0\n 111 -13 79 19 79 61 c 128\n 79 103 112 135 154 135 c 0\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 832\nFlags: W\nHStem: -18 46<431 463> 142.241 36.759<591 599> 143.005 46.995<365 407> 646 39<415 451>\nVStem: 63 91<302 350> 272 76<257 277> 724 46<366 401>\nFore\n545 463 m 1\n 556 501 l 1\n 627 501 l 1\n 562 244 l 1\n 560 238 560 233 560 224 c 0\n 560 195 574 179 597 179 c 0\n 627 179 654 196 677 230 c 0\n 706 271 724 329 724 379 c 0\n 724 525 594 646 437 646 c 0\n 272 646 154 511 154 322 c 0\n 154 151 277 28 449 28 c 0\n 518 28 569 40 647 76 c 1\n 660 41 l 1\n 563 -4 511 -18 439 -18 c 0\n 228 -18 63 134 63 328 c 0\n 63 527 228 685 436 685 c 0\n 624 685 770 555 770 387 c 0\n 770 255 683 142 583 142 c 0\n 534 142 492 176 490 217 c 1\n 455 171 408 143 365 143 c 0\n 313 143 272 193 272 257 c 0\n 272 330 304 409 355 463 c 0\n 386 496 430 515 473 515 c 0\n 509 515 523 505 545 463 c 1\n486 467 m 0\n 461 469 427 449 399 417 c 0\n 366 379 348 329 348 275 c 0\n 348 223 371 190 407 190 c 0\n 436 190 466 215 488 257 c 0\n 509 298 526 358 528 402 c 0\n 530 441 515 465 486 467 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20G<388 413>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nFore\n593 25 m 1\n 593 0 l 1\n 289 0 l 1\n 289 25 l 1\n 353 31 368 42 368 84 c 0\n 368 97 366 117 360 156 c 0\n 359 163 356 184 353 208 c 1\n 138 208 l 1\n 79 106 l 2\n 69 89 64 73 64 60 c 0\n 64 36 83 25 129 25 c 1\n 129 0 l 1\n -67 0 l 1\n -67 25 l 1\n -31 33 -16 46 16 95 c 1\n 388 683 l 1\n 413 683 l 1\n 509 111 l 1\n 522 35 527 30 593 25 c 1\n161 248 m 1\n 346 248 l 1\n 309 491 l 1\n 161 248 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 121 -67 0 0 119 -56 0 0 118 -51 0 0 117 -18 0 0 116 -4 0 0 8217 -101 0 0 8221 -78 0 0 113 -18 0 0 46 1 0 0 111 -23 0 0 45 -23 0 0 8249 -68 0 0 171 -58 0 0 103 -20 0 0 101 -25 0 0 100 -5 0 0 231 -29 0 0 99 -20 0 0 98 -1 0 0 97 -5 0 0 89 -44 0 0 87 -107 0 0 86 -110 0 0 217 -61 0 0 220 -61 0 0 219 -61 0 0 218 -61 0 0 85 -61 0 0 84 -33 0 0 81 -54 0 0 214 -53 0 0 79 -53 0 0 71 -59 0 0 199 -63 0 0 67 -61 0 0\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 667\nFlags: W\nHStem: 0 32<248 271> 637 32<376 392>\nVStem: 418.941 152.35<206 229> 477 147<522 538>\nDStem: 178 546 338 593 56 97 277 368 178 546 269 338 56 97 203 94\nFore\n116 644 m 1\n 116 669 l 1\n 388 669 l 2\n 543 669 624 619 624 523 c 0\n 624 482 606 442 577 417 c 0\n 542 388 511 374 435 355 c 1\n 536 322 572 284 572 206 c 0\n 572 78 460 0 277 0 c 2\n -24 0 l 1\n -24 25 l 1\n 24 31 40 46 56 97 c 1\n 178 546 l 2\n 185 571 189 593 189 603 c 0\n 189 615 182 628 173 633 c 0\n 161 640 152 642 116 644 c 1\n269 338 m 1\n 203 94 l 1\n 200 81 198 72 198 65 c 0\n 198 43 217 32 255 32 c 0\n 299 32 333 45 360 72 c 0\n 395 108 419 171 419 229 c 0\n 419 266 407 295 385 313 c 0\n 365 330 335 336 269 338 c 1\n338 593 m 2\n 277 368 l 1\n 351 371 385 378 416 398 c 0\n 456 424 477 472 477 536 c 0\n 477 603 448 637 390 637 c 0\n 358 637 348 629 338 593 c 2\nEndSplineSet\nMinimumDistance: x3,-1 \nKernsSLIF: 89 -50 0 0 87 -46 0 0 86 -46 0 0 216 -23 0 0 210 -22 0 0 214 -22 0 0 212 -22 0 0 211 -22 0 0 338 -20 0 0 79 -22 0 0 195 -34 0 0 197 -34 0 0 196 -34 0 0 194 -34 0 0 193 -34 0 0 198 -40 0 0 65 -34 0 0\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 667\nFlags: W\nHStem: -17.6239 53.2783<304 336> 650 34.1508<464 466> 665 20G<647 677>\nVStem: 32.5575 153.629<209 241>\nFore\n677 685 m 1\n 626 451 l 1\n 594 457 l 1\n 596 470 597 479 597 492 c 0\n 597 590 547 650 466 650 c 0\n 425 650 386 634 349 604 c 0\n 258 528 186 355 186 209 c 0\n 186 100 242 35 336 35 c 0\n 367 35 398 41 426 53 c 0\n 468 71 496 94 546 153 c 1\n 576 131 l 1\n 544 87 528 69 498 47 c 0\n 441 4 375 -18 304 -18 c 0\n 141 -18 32 86 32 241 c 0\n 32 483 217 685 440 685 c 0\n 481 685 528 677 571 664 c 0\n 586 659 601 656 609 656 c 0\n 624 656 633 663 647 685 c 1\n 677 685 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nKernsSLIF: 214 -25 0 0 211 -25 0 0 79 -25 0 0 75 -28 0 0 72 -26 0 0 197 -24 0 0 196 -24 0 0 193 -24 0 0 198 -31 0 0 65 -24 0 0\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 744\nFlags: W\nHStem: 0 34<248 264> 638 31<379.67 408>\nVStem: 560 146.999<396 457>\nDStem: 177 543 340 600 56 97 212 126\nFore\n116 644 m 1\n 116 669 l 1\n 406 669 l 2\n 595 669 707 567 707 396 c 0\n 707 169 517 0 262 0 c 2\n -24 0 l 1\n -24 25 l 1\n 25 31 41 46 56 97 c 1\n 177 543 l 1\n 185 575 189 592 189 602 c 0\n 189 626 179 634 147 639 c 0\n 143 640 130 642 116 644 c 1\n340 600 m 1\n 212 126 l 1\n 212 126 211 124 211 122 c 0\n 202 96 199 80 199 68 c 0\n 199 45 216 34 253 34 c 0\n 348 34 419 71 472 147 c 0\n 526 224 560 343 560 457 c 0\n 560 579 506 638 395 638 c 0\n 363 638 347 627 340 600 c 1\nEndSplineSet\nKernsSLIF: 89 -64 0 0 88 -64 0 0 87 -58 0 0 86 -60 0 0 84 -27 0 0 74 -67 0 0 195 -54 0 0 197 -54 0 0 192 -54 0 0 196 -54 0 0 194 -54 0 0 193 -54 0 0 65 -54 0 0\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 670\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 511 472 56 97 437 199 179 546 269 338 56 97 213 129\nFore\n589 194 m 1\n 530 0 l 1\n -24 0 l 1\n -24 25 l 1\n 28 33 40 44 56 97 c 1\n 179 546 l 2\n 185 568 189 591 189 606 c 0\n 189 627 178 635 147 639 c 0\n 142 640 130 642 116 644 c 1\n 116 669 l 1\n 656 669 l 1\n 613 479 l 1\n 586 484 l 1\n 586 546 579 571 556 595 c 0\n 529 622 475 637 402 637 c 0\n 361 637 349 628 339 593 c 1\n 278 370 l 1\n 410 369 436 382 483 476 c 1\n 511 472 l 1\n 437 199 l 1\n 409 204 l 1\n 412 223 413 234 413 248 c 0\n 413 317 383 336 269 338 c 1\n 213 129 l 1\n 211 123 l 1\n 210 115 208 109 206 104 c 0\n 201 84 198 73 198 66 c 0\n 198 42 216 32 259 32 c 0\n 345 32 413 51 469 90 c 0\n 508 117 529 142 564 199 c 1\n 589 194 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 656\nFlags: W\nHStem: 0 21G<-24 271> 337.753 32.2471<279 296> 637 32<392 432>\nVStem: -24 295<1 25>\nDStem: 179 546 339 593 56 97 278 370 179 546 504 472 56 97 430 199 179 546 269 338 56 97 215 137\nFore\n504 472 m 1\n 430 199 l 1\n 402 204 l 1\n 405 223 406 234 406 248 c 0\n 406 316 376 336 269 338 c 1\n 215 137 l 1\n 214 135 213 129 211 122 c 0\n 203 97 200 81 200 69 c 0\n 200 38 215 29 271 25 c 1\n 271 0 l 1\n -24 0 l 1\n -24 25 l 1\n 28 33 40 44 56 97 c 1\n 179 546 l 2\n 185 568 189 592 189 606 c 0\n 189 627 178 636 147 639 c 0\n 142 640 130 642 116 644 c 1\n 116 669 l 1\n 649 669 l 1\n 606 479 l 1\n 579 484 l 1\n 579 540 573 567 553 590 c 0\n 526 621 475 637 402 637 c 0\n 362 637 349 628 339 593 c 1\n 278 370 l 1\n 409 371 429 382 476 476 c 1\n 504 472 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 117 -42 0 0 114 -38 0 0 46 -98 0 0 248 -79 0 0 339 -86 0 0 246 -45 0 0 243 -82 0 0 111 -81 0 0 106 -34 0 0 105 -29 0 0 45 -54 0 0 233 -86 0 0 101 -86 0 0 44 -96 0 0 229 -75 0 0 230 -83 0 0 228 -48 0 0 225 -75 0 0 97 -75 0 0 214 -48 0 0 79 -48 0 0 74 -88 0 0 195 -101 0 0 197 -101 0 0 192 -101 0 0 196 -101 0 0 194 -101 0 0 193 -101 0 0 65 -101 0 0\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 722\nFlags: W\nHStem: -17.93 37.93<325 343> 649 36<447 469>\nVStem: 21.2729 156.62<208 251> 419 287<304 329>\nFore\n706 330 m 1\n 706 304 l 1\n 653 300 646 292 627 222 c 1\n 579 41 l 1\n 551 28 l 2\n 494 2 394 -18 317 -18 c 0\n 142 -18 21 92 21 251 c 0\n 21 404 108 555 240 632 c 0\n 301 667 372 685 448 685 c 0\n 494 685 527 679 572 664 c 0\n 591 657 599 655 608 655 c 0\n 628 655 639 663 650 685 c 1\n 681 685 l 1\n 630 464 l 1\n 601 468 l 1\n 599 536 592 565 570 598 c 0\n 548 630 509 649 462 649 c 0\n 417 649 374 633 336 601 c 0\n 245 524 177 357 177 208 c 0\n 177 86 235 20 341 20 c 0\n 380 20 421 33 435 50 c 0\n 439 55 439 55 462 133 c 0\n 489 225 493 242 493 268 c 0\n 493 277 487 288 481 292 c 0\n 470 298 462 300 419 304 c 1\n 419 330 l 1\n 706 330 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 89 -31 0 0 87 -27 0 0 86 -27 0 0 84 -42 0 0 195 -14 0 0 197 -14 0 0 192 -14 0 0 196 -14 0 0 194 -14 0 0 193 -14 0 0 198 -20 0 0 65 -14 0 0\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 778\nFlags: W\nHStem: 0 21G<-24 272 340 657> 329 44<279 504> 649 20G<116 433 501 799>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 178 546 266 329 56 97 216 148 505 329 718 572 441 97 609 175 505 329 609 175 441 97 603 153 564 546 718 572 517 373 609 175\nFore\n657 25 m 1\n 657 0 l 1\n 340 0 l 1\n 340 25 l 1\n 407 29 427 43 441 97 c 1\n 505 329 l 1\n 266 329 l 1\n 216 148 l 1\n 215 143 213 138 212 132 c 0\n 203 100 199 82 199 68 c 0\n 199 36 209 30 272 25 c 1\n 272 0 l 1\n -24 0 l 1\n -24 25 l 1\n 26 32 40 45 56 97 c 1\n 178 546 l 2\n 185 572 189 593 189 604 c 0\n 189 626 178 635 147 639 c 0\n 142 640 130 642 116 644 c 1\n 116 669 l 1\n 433 669 l 1\n 433 644 l 1\n 368 642 348 627 332 572 c 1\n 278 373 l 1\n 517 373 l 1\n 564 546 l 2\n 569 564 574 595 574 607 c 0\n 574 627 564 635 533 639 c 0\n 528 640 515 642 501 644 c 1\n 501 669 l 1\n 799 669 l 1\n 799 644 l 1\n 748 637 734 625 718 572 c 1\n 609 175 l 1\n 603 153 l 2\n 589 103 584 80 584 66 c 0\n 584 37 602 27 657 25 c 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 393\nFlags: W\nHStem: 0 21G<-24 272> 649 20G<116 414>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nFore\n272 25 m 1\n 272 0 l 1\n -24 0 l 1\n -24 25 l 1\n 25 31 40 45 56 97 c 1\n 179 546 l 2\n 184 564 189 595 189 607 c 0\n 189 627 179 635 148 639 c 0\n 143 640 130 642 116 644 c 1\n 116 669 l 1\n 414 669 l 1\n 414 644 l 1\n 363 638 348 625 332 572 c 1\n 218 152 l 2\n 205 103 200 80 200 65 c 0\n 200 37 215 28 272 25 c 1\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 500\nFlags: W\nHStem: -98.0762 35.0762<84 87> 649 20G<227 524>\nVStem: -46 127<1 13> 227 297<644 668>\nDStem: 289 546 443 572 175 114 315 93\nFore\n524 669 m 1\n 524 644 l 1\n 475 638 460 625 443 572 c 1\n 315 93 l 2\n 280 -38 214 -99 106 -99 c 0\n 18 -99 -46 -56 -46 2 c 0\n -46 41 -18 72 18 72 c 0\n 53 72 81 44 81 9 c 0\n 81 -5 78 -11 68 -24 c 0\n 60 -33 58 -38 58 -45 c 0\n 58 -57 67 -63 85 -63 c 0\n 121 -63 136 -35 175 114 c 2\n 289 546 l 2\n 296 572 300 595 300 607 c 0\n 300 625 287 635 258 639 c 0\n 253 640 241 642 227 644 c 1\n 227 669 l 1\n 524 669 l 1\nEndSplineSet\nKernsSLIF: 197 -39 0 0 196 -39 0 0 198 -42 0 0 65 -39 0 0\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 664\nFlags: W\nHStem: 0 21G<-24 265 329 609> 642 27<504 509>\nVStem: -24 289<1 25> 116 310<644 668> 329 280<1 25> 488 211<644 668>\nDStem: 178 546 332 572 56 97 270 344 178 546 268 337 56 97 201 88 268 337 389 398 381 95 546 60\nFore\n389 398 m 1\n 546 60 l 2\n 557 36 571 29 609 25 c 1\n 609 0 l 1\n 329 0 l 1\n 329 25 l 1\n 341 26 352 27 356 28 c 0\n 382 30 394 38 394 52 c 0\n 394 63 390 75 381 95 c 2\n 268 337 l 1\n 201 88 l 1\n 200 83 199 77 199 71 c 0\n 199 38 213 29 265 25 c 1\n 265 0 l 1\n -24 0 l 1\n -24 25 l 1\n 25 31 40 44 56 97 c 1\n 178 546 l 2\n 185 572 189 593 189 604 c 0\n 189 626 178 635 147 639 c 0\n 142 640 130 642 116 644 c 1\n 116 669 l 1\n 426 669 l 1\n 426 644 l 1\n 367 639 348 624 332 572 c 1\n 270 344 l 1\n 476 520 544 588 544 617 c 0\n 544 632 534 639 509 642 c 0\n 506 642 497 643 488 644 c 1\n 488 669 l 1\n 699 669 l 1\n 699 644 l 1\n 656 638 648 635 605 596 c 2\n 389 398 l 1\nEndSplineSet\nKernsSLIF: 121 -68 0 0 252 -8 0 0 117 -8 0 0 246 -13 0 0 243 -13 0 0 111 -13 0 0 45 -30 0 0 101 -16 0 0 229 3 0 0 230 -4 0 0 228 3 0 0 97 3 0 0 83 -1 0 0 214 -43 0 0 211 -43 0 0 338 -42 0 0 79 -43 0 0 71 -46 0 0 67 -51 0 0\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 609\nFlags: W\nHStem: 0 32<248 280> 649 20G<116 433>\nVStem: 116 317<644 668>\nDStem: 179 546 332 572 56 97 203 94\nFore\n588 194 m 1\n 529 0 l 1\n -24 0 l 1\n -24 25 l 1\n 25 32 40 45 56 97 c 1\n 179 546 l 2\n 184 564 189 595 189 607 c 0\n 189 627 179 635 148 639 c 0\n 143 640 130 642 116 644 c 1\n 116 669 l 1\n 433 669 l 1\n 433 644 l 1\n 367 640 348 627 332 572 c 1\n 203 94 l 2\n 200 83 198 70 198 62 c 0\n 198 41 218 32 262 32 c 0\n 344 32 415 52 469 90 c 0\n 508 118 530 143 564 199 c 1\n 588 194 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nKernsSLIF: 121 -23 0 0 252 5 0 0 117 5 0 0 8217 -67 0 0 8221 -45 0 0 45 41 0 0 89 -41 0 0 87 -74 0 0 86 -77 0 0 220 -17 0 0 85 -17 0 0 84 -30 0 0 83 1 0 0 213 4 0 0 210 4 0 0 214 4 0 0 212 4 0 0 211 4 0 0 79 4 0 0 71 4 0 0 197 28 0 0 196 28 0 0 193 28 0 0 198 25 0 0 65 28 0 0\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 896\nFlags: W\nHStem: -12 681<285 313> 0 21G<-29 178 463 775>\nVStem: -29 207<1 25> 463 312<1 25>\nDStem: 688 561 836 572 563 97 713 123 705 669 688 561 395 189 313 -12\nFore\n917 669 m 1\n 917 644 l 1\n 866 638 851 624 836 572 c 1\n 713 123 l 1\n 712 118 l 1\n 711 113 l 1\n 705 92 703 78 703 68 c 0\n 703 36 717 28 775 25 c 1\n 775 0 l 1\n 463 0 l 1\n 463 25 l 1\n 528 29 547 43 563 97 c 1\n 688 561 l 1\n 313 -12 l 1\n 285 -12 l 1\n 218 547 l 1\n 117 178 l 2\n 104 130 98 102 98 86 c 0\n 98 45 114 33 178 25 c 1\n 178 0 l 1\n -29 0 l 1\n -29 25 l 1\n 25 37 32 48 72 178 c 1\n 181 551 l 2\n 188 576 192 596 192 609 c 0\n 192 637 183 641 120 644 c 1\n 120 669 l 1\n 341 669 l 1\n 395 189 l 1\n 705 669 l 1\n 917 669 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 722\nFlags: W\nHStem: 0 21G<-29 179> 649 20G<109 304 537 746>\nVStem: -29 208<1 25> 537 209<644 668>\nDStem: 192 589 216 534 72 178 117 178 216 534 304 669 473 -15 519 204 599 491 644 491 519 204 501 -15\nFore\n304 669 m 1\n 519 204 l 1\n 599 491 l 2\n 610 531 617 567 617 585 c 0\n 617 623 596 639 537 644 c 1\n 537 669 l 1\n 746 669 l 1\n 746 644 l 1\n 688 631 683 623 644 491 c 1\n 501 -15 l 1\n 473 -15 l 1\n 216 534 l 1\n 117 178 l 1\n 106 137 99 102 99 84 c 0\n 99 45 120 30 179 25 c 1\n 179 0 l 1\n -29 0 l 1\n -29 25 l 1\n 26 36 33 47 72 178 c 1\n 192 589 l 1\n 173 633 164 639 109 644 c 1\n 109 669 l 1\n 304 669 l 1\nEndSplineSet\nKernsSLIF: 252 -33 0 0 117 -33 0 0 46 -26 0 0 248 -32 0 0 246 -34 0 0 243 -34 0 0 111 -32 0 0 233 -38 0 0 101 -37 0 0 44 -24 0 0 229 -27 0 0 230 -34 0 0 228 -27 0 0 225 -27 0 0 97 -25 0 0 214 -32 0 0 211 -32 0 0 79 -32 0 0 71 -26 0 0 199 -30 0 0 67 -32 0 0 197 -39 0 0 196 -39 0 0 193 -39 0 0 198 -42 0 0 65 -39 0 0\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nFore\n449 685 m 0\n 588 685 691 587 691 454 c 0\n 691 308 609 149 485 58 c 0\n 418 8 342 -18 263 -18 c 0\n 122 -18 27 78 27 221 c 0\n 27 360 113 521 234 609 c 0\n 302 659 376 685 449 685 c 0\n445 651 m 0\n 381 651 328 610 277 520 c 0\n 222 424 171 239 171 137 c 0\n 171 63 210 16 273 16 c 0\n 327 16 372 46 418 113 c 0\n 485 211 547 411 547 531 c 0\n 547 603 506 651 445 651 c 0\nEndSplineSet\nKernsSLIF: 89 -56 0 0 88 -63 0 0 87 -52 0 0 86 -52 0 0 84 -18 0 0 197 -57 0 0 196 -57 0 0 193 -57 0 0 198 -67 0 0 65 -57 0 0\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 614\nFlags: W\nHStem: 0 21G<-24 270> 317.686 34.3145<312 337> 637 32<376 392>\nVStem: -24 294<1 25> 469.291 146.214<514 546>\nDStem: 179 546 336 593 56 97 272 354 179 546 262 322 56 97 208 123\nFore\n116 644 m 1\n 116 669 l 1\n 403 669 l 2\n 542 669 616 615 616 514 c 0\n 616 394 509 317 343 317 c 0\n 317 317 298 318 262 322 c 1\n 208 123 l 1\n 204 107 198 74 198 64 c 0\n 198 37 214 28 270 25 c 1\n 270 0 l 1\n -24 0 l 1\n -24 25 l 1\n 28 33 40 44 56 97 c 1\n 179 546 l 2\n 185 568 189 592 189 606 c 0\n 189 627 178 636 147 639 c 0\n 142 640 130 642 116 644 c 1\n336 593 m 1\n 272 354 l 1\n 289 353 300 352 314 352 c 0\n 384 352 421 375 447 434 c 0\n 461 465 470 511 470 546 c 0\n 470 604 439 637 386 637 c 0\n 367 637 356 633 347 622 c 0\n 343 617 343 617 336 593 c 1\nEndSplineSet\nKernsSLIF: 46 -109 0 0 248 -47 0 0 339 -57 0 0 246 -35 0 0 243 -52 0 0 111 -52 0 0 45 -54 0 0 233 -57 0 0 101 -57 0 0 44 -107 0 0 229 -50 0 0 230 -58 0 0 228 -38 0 0 225 -50 0 0 97 -50 0 0 74 -105 0 0 197 -89 0 0 196 -89 0 0 193 -89 0 0 198 -104 0 0 65 -89 0 0\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 722\nFlags: W\nHStem: -207.999 89.9989<396 479> 651 34<427.95 459>\nVStem: 27 144.002<136 211> 547 143.998<452 531>\nFore\n634 -40 m 1\n 655 -59 l 1\n 574 -168 505 -208 396 -208 c 0\n 355 -208 322 -202 260 -182 c 0\n 208 -166 185 -161 156 -161 c 0\n 124 -161 97 -168 42 -189 c 1\n 28 -165 l 1\n 184 -35 l 2\n 192 -28 197 -24 198 -23 c 0\n 200 -21 201 -19 203 -16 c 1\n 200 -12 197 -10 189 -7 c 0\n 136 12 123 19 97 44 c 0\n 52 86 27 146 27 211 c 0\n 27 454 233 685 449 685 c 0\n 589 685 691 587 691 452 c 0\n 691 319 624 179 514 80 c 0\n 437 11 382 -9 252 -17 c 1\n 231 -37 206 -62 206 -64 c 0\n 206 -68 216 -70 244 -72 c 0\n 286 -75 330 -82 354 -90 c 2\n 396 -103 l 2\n 432 -114 453 -118 479 -118 c 0\n 539 -118 576 -99 634 -40 c 1\n445 651 m 0\n 381 651 328 610 277 520 c 0\n 222 423 171 239 171 136 c 0\n 171 63 210 17 273 17 c 0\n 327 17 372 47 418 114 c 0\n 485 212 547 411 547 531 c 0\n 547 603 506 651 445 651 c 0\nEndSplineSet\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 672\nFlags: W\nHStem: 0 21G<-24 272 405 607> 331 32<278.063 298> 637 32<376 394>\nVStem: -24 296<1 25> 477 151<525 544>\nDStem: 179 546 338 593 56 97 278 363 179 546 269 331 56 97 214 138 298 331 436 343 405 0 519 97\nFore\n116 644 m 1\n 116 669 l 1\n 392 669 l 2\n 550 669 628 622 628 526 c 0\n 628 470 599 419 548 385 c 0\n 516 364 491 354 436 343 c 1\n 519 97 l 1\n 541 38 551 30 607 25 c 1\n 607 0 l 1\n 405 0 l 1\n 298 331 l 1\n 269 331 l 1\n 214 138 l 2\n 205 107 200 81 200 67 c 0\n 200 37 214 29 272 25 c 1\n 272 0 l 1\n -24 0 l 1\n -24 25 l 1\n 25 31 40 45 56 97 c 1\n 179 546 l 1\n 184 563 189 595 189 607 c 0\n 189 627 179 635 148 639 c 0\n 143 640 130 642 116 644 c 1\n338 593 m 1\n 278 363 l 1\n 340 364 379 371 405 388 c 0\n 448 415 477 476 477 542 c 0\n 477 602 444 637 387 637 c 0\n 356 637 347 629 338 593 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nKernsSLIF: 121 -12 0 0 252 -13 0 0 250 -13 0 0 117 -13 0 0 339 -23 0 0 246 -18 0 0 243 -18 0 0 111 -18 0 0 45 -30 0 0 233 -21 0 0 101 -21 0 0 229 -1 0 0 230 -9 0 0 228 -1 0 0 225 -1 0 0 97 -1 0 0 89 -40 0 0 87 -46 0 0 86 -46 0 0 220 -44 0 0 85 -44 0 0 84 -24 0 0 214 -34 0 0 211 -34 0 0 338 -32 0 0 79 -34 0 0 71 -28 0 0 199 -32 0 0 67 -33 0 0\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 556\nFlags: W\nHStem: -18 34<220 239> 649.915 34.2748<303 327> 661 20G<496 526>\nVStem: 102.002 120.998<491 545> 346.994 121.006<142 185>\nFore\n2 -18 m 1\n 38 206 l 1\n 67 204 l 1\n 71 144 79 114 98 83 c 0\n 123 41 169 16 221 16 c 0\n 270 16 305 35 328 74 c 0\n 340 96 347 120 347 142 c 0\n 347 188 312 235 234 295 c 0\n 178 339 137 383 115 425 c 0\n 107 442 102 464 102 491 c 0\n 102 601 189 685 303 685 c 0\n 331 685 358 680 401 666 c 0\n 426 659 443 655 452 655 c 0\n 473 655 487 663 496 681 c 1\n 526 681 l 1\n 486 480 l 1\n 459 484 l 1\n 446 601 407 650 327 650 c 0\n 263 650 223 609 223 545 c 0\n 223 500 238 478 300 431 c 0\n 422 338 468 271 468 185 c 0\n 468 61 379 -18 239 -18 c 0\n 199 -18 165 -11 116 6 c 0\n 93 14 80 17 70 17 c 0\n 51 17 44 11 32 -18 c 1\n 2 -18 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nKernsSLIF: 116 -6 0 0 89 -24 0 0 87 -20 0 0 86 -20 0 0 84 -34 0 0 197 -11 0 0 196 -11 0 0 193 -11 0 0 198 -17 0 0 65 -11 0 0\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 611\nFlags: W\nHStem: 0 25<51 66> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25>\nDStem: 303 634 449 634 155 97 309 128\nFore\n650 669 m 1\n 614 477 l 1\n 587 479 l 1\n 582 590 543 633 449 634 c 1\n 309 128 l 2\n 302 102 298 81 298 66 c 0\n 298 34 311 28 381 25 c 1\n 381 0 l 1\n 50 0 l 1\n 50 25 l 1\n 64 25 l 2\n 115 25 141 46 155 97 c 2\n 303 634 l 1\n 201 632 138 591 86 491 c 1\n 61 498 l 1\n 99 669 l 1\n 650 669 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nKernsSLIF: 121 -86 0 0 119 -89 0 0 118 -89 0 0 117 -91 0 0 59 -98 0 0 115 -78 0 0 114 -76 0 0 46 -79 0 0 248 -90 0 0 111 -90 0 0 106 -27 0 0 105 -19 0 0 45 -74 0 0 8249 -120 0 0 171 -110 0 0 103 -95 0 0 101 -94 0 0 44 -77 0 0 58 -98 0 0 99 -89 0 0 230 -91 0 0 97 -83 0 0 89 11 0 0 87 15 0 0 86 15 0 0 83 -16 0 0 213 -22 0 0 216 -22 0 0 210 -22 0 0 214 -22 0 0 212 -22 0 0 211 -22 0 0 338 -18 0 0 79 -22 0 0 74 -63 0 0 71 -9 0 0 67 -15 0 0 195 -52 0 0 197 -52 0 0 192 -52 0 0 196 -52 0 0 194 -52 0 0 193 -52 0 0 198 -54 0 0 65 -52 0 0\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 722\nFlags: W\nHStem: -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nFore\n744 669 m 1\n 744 644 l 1\n 689 633 682 623 642 491 c 1\n 576 263 l 2\n 545 155 521 101 487 62 c 0\n 442 9 375 -18 290 -18 c 0\n 159 -18 67 50 67 148 c 0\n 67 181 79 243 100 323 c 1\n 156 529 l 2\n 165 562 171 593 171 605 c 0\n 171 627 161 635 129 640 c 0\n 125 640 112 642 98 644 c 1\n 98 669 l 1\n 409 669 l 1\n 409 644 l 1\n 347 641 332 629 315 572 c 1\n 233 272 l 2\n 208 181 205 166 205 139 c 0\n 205 76 251 38 327 38 c 0\n 382 38 426 58 460 98 c 0\n 490 135 512 185 539 282 c 2\n 597 491 l 1\n 608 532 616 571 616 588 c 0\n 616 623 593 639 536 644 c 1\n 536 669 l 1\n 744 669 l 1\nEndSplineSet\nKernsSLIF: 114 -32 0 0 46 -41 0 0 112 -30 0 0 110 -39 0 0 109 -35 0 0 44 -40 0 0 195 -65 0 0 197 -65 0 0 196 -65 0 0 194 -65 0 0 193 -65 0 0 198 -71 0 0 65 -65 0 0\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 667\nFlags: W\nHStem: 644 25<65.0628 88.5574 545 548>\nVStem: 65 298<644 668> 523 192<644 668>\nDStem: 529 484 656 604 339 182 263 -18\nFore\n715 669 m 1\n 715 644 l 1\n 687 635 669 623 656 604 c 1\n 263 -18 l 1\n 231 -18 l 1\n 155 491 l 1\n 133 634 127 644 65 644 c 1\n 65 669 l 1\n 363 669 l 1\n 363 644 l 1\n 296 638 287 633 287 599 c 0\n 287 593 287 589 288 583 c 1\n 339 182 l 1\n 529 484 l 2\n 568 545 588 589 588 611 c 0\n 588 630 576 639 548 642 c 0\n 544 642 534 643 523 644 c 1\n 523 669 l 1\n 715 669 l 1\nEndSplineSet\nKernsSLIF: 121 -34 0 0 117 -47 0 0 59 -96 0 0 114 -44 0 0 46 -97 0 0 248 -81 0 0 111 -83 0 0 105 -12 0 0 45 -62 0 0 8249 -109 0 0 171 -99 0 0 103 -83 0 0 101 -87 0 0 44 -96 0 0 58 -96 0 0 230 -84 0 0 97 -76 0 0 84 7 0 0 83 -25 0 0 213 -64 0 0 216 -64 0 0 210 -64 0 0 214 -64 0 0 212 -64 0 0 211 -64 0 0 79 -64 0 0 71 -53 0 0 67 -60 0 0 195 -100 0 0 197 -100 0 0 192 -100 0 0 196 -100 0 0 194 -100 0 0 193 -100 0 0 198 -111 0 0 65 -100 0 0\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 889\nFlags: W\nHStem: -18 687<220 249 541 570>\nVStem: 65 277<645 668> 400 269<645 668> 470.988 135.012<537 586> 753 187<645 668>\nDStem: 471 537 482 471 321 226 249 -18 801 553 856 572 645 226 570 -18\nFore\n940 669 m 1\n 940 645 l 1\n 898 639 884 627 856 572 c 1\n 570 -18 l 1\n 541 -18 l 1\n 482 471 l 1\n 249 -18 l 1\n 220 -18 l 1\n 142 561 l 1\n 132 632 130 634 65 645 c 1\n 65 669 l 1\n 342 669 l 1\n 342 644 l 1\n 295 638 281 627 281 591 c 0\n 281 587 281 580 282 575 c 1\n 321 226 l 1\n 471 537 l 1\n 470 623 460 637 400 645 c 1\n 400 669 l 1\n 669 669 l 1\n 669 644 l 1\n 616 639 606 630 606 586 c 0\n 606 575 606 572 612 521 c 1\n 645 226 l 1\n 801 553 l 2\n 813 579 816 587 816 599 c 0\n 816 635 809 640 753 644 c 1\n 753 669 l 1\n 940 669 l 1\nEndSplineSet\nKernsSLIF: 121 -25 0 0 117 -38 0 0 59 -79 0 0 114 -34 0 0 46 -64 0 0 248 -57 0 0 111 -58 0 0 105 -11 0 0 45 -37 0 0 8249 -84 0 0 171 -74 0 0 103 -63 0 0 101 -62 0 0 44 -62 0 0 58 -78 0 0 230 -60 0 0 97 -51 0 0 84 8 0 0 83 -24 0 0 213 -47 0 0 216 -48 0 0 210 -47 0 0 214 -47 0 0 212 -47 0 0 211 -47 0 0 79 -47 0 0 71 -41 0 0 67 -46 0 0 195 -83 0 0 197 -83 0 0 192 -83 0 0 196 -83 0 0 194 -83 0 0 193 -83 0 0 198 -87 0 0 65 -83 0 0\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 667\nFlags: W\nHStem: 0 21G<-24 190 278 586> 641 28<375.007 389.187 504 513>\nVStem: -24 214<1 25> 100 305<644 668> 278 308<1 25> 491 203<644 668>\nDStem: 191 581 371 458 275 309 382 421 275 309 289 264 207 235 155 116 476 520 595 583 382 421 396 378\nFore\n586 25 m 1\n 586 0 l 1\n 278 0 l 1\n 278 25 l 1\n 332 30 346 38 346 63 c 0\n 346 84 335 127 308 204 c 0\n 295 243 293 250 289 264 c 1\n 155 116 l 2\n 133 92 125 78 125 65 c 0\n 125 42 145 29 190 25 c 1\n 190 0 l 1\n -24 0 l 1\n -24 25 l 1\n 18 33 49 61 207 235 c 2\n 275 309 l 1\n 191 581 l 1\n 175 627 160 638 100 644 c 1\n 100 669 l 1\n 405 669 l 1\n 405 644 l 1\n 391 642 380 641 375 641 c 0\n 342 637 331 628 331 605 c 0\n 331 591 342 549 365 476 c 0\n 367 471 369 465 371 458 c 2\n 382 421 l 1\n 476 520 l 2\n 527 574 546 600 546 618 c 0\n 546 633 536 640 513 642 c 0\n 509 642 501 643 491 644 c 1\n 491 669 l 1\n 694 669 l 1\n 694 644 l 1\n 658 639 639 627 595 583 c 1\n 396 378 l 1\n 470 141 l 2\n 499 47 514 33 586 25 c 1\nEndSplineSet\nKernsSLIF: 121 -81 0 0 117 -21 0 0 111 -26 0 0 45 -46 0 0 101 -29 0 0 97 -9 0 0 81 -58 0 0 214 -56 0 0 79 -56 0 0 67 -58 0 0\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 611\nFlags: W\nHStem: 0 21G<73 395> 644 25<337 355>\nVStem: 73 283<644 668> 73 322<1 25> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nFore\n234 313 m 1\n 146 581 l 1\n 127 634 124 637 73 644 c 1\n 73 669 l 1\n 356 669 l 1\n 356 644 l 1\n 301 643 286 635 286 607 c 0\n 286 590 296 554 319 488 c 0\n 322 478 329 458 338 429 c 0\n 341 418 356 374 363 352 c 1\n 492 538 l 2\n 512 567 518 580 518 598 c 0\n 518 633 504 642 451 644 c 1\n 451 669 l 1\n 659 669 l 1\n 659 644 l 1\n 621 636 602 621 568 575 c 1\n 378 308 l 1\n 326 117 l 2\n 320 94 318 84 318 72 c 0\n 318 35 330 28 395 25 c 1\n 395 0 l 1\n 73 0 l 1\n 73 25 l 1\n 142 30 156 40 174 97 c 1\n 234 313 l 1\nEndSplineSet\nKernsSLIF: 118 -54 0 0 117 -59 0 0 59 -91 0 0 46 -69 0 0 112 -54 0 0 248 -75 0 0 111 -76 0 0 105 -12 0 0 45 -63 0 0 8249 -107 0 0 171 -97 0 0 103 -81 0 0 101 -80 0 0 44 -67 0 0 58 -91 0 0 230 -77 0 0 97 -69 0 0 84 7 0 0 83 -25 0 0 213 -61 0 0 216 -61 0 0 210 -61 0 0 214 -61 0 0 212 -61 0 0 211 -61 0 0 79 -61 0 0 71 -54 0 0 67 -59 0 0 195 -45 0 0 197 -45 0 0 192 -45 0 0 196 -45 0 0 194 -45 0 0 193 -45 0 0 198 -47 0 0 65 -45 0 0\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 611\nFlags: W\nHStem: 0 35<157 261> 634 35<325 422>\nDStem: 423 634 590 640 -11 29 156 35\nFore\n554 194 m 1\n 495 0 l 1\n -11 0 l 1\n -11 29 l 1\n 423 634 l 1\n 345 634 l 2\n 235 634 172 597 93 487 c 1\n 65 491 l 1\n 122 669 l 1\n 590 669 l 1\n 590 640 l 1\n 156 35 l 1\n 226 35 l 2\n 314 35 373 49 418 80 c 0\n 458 107 496 149 527 199 c 1\n 554 194 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 121 -39 0 0 118 -29 0 0\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 333\nFlags: W\nHStem: -159 35<107 182> 639 35<267 355>\nDStem: 162 674 234 576 -37 -159 76 -100\nFore\n355 639 m 1\n 286 639 l 2\n 250 639 248 636 234 576 c 2\n 76 -100 l 2\n 75 -104 79 -113 83 -117 c 0\n 88 -122 96 -124 111 -124 c 2\n 189 -124 l 1\n 182 -159 l 1\n -37 -159 l 1\n 162 674 l 1\n 362 674 l 1\n 355 639 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 278\nFlags: W\nHStem: 665 20G<-1 84>\nDStem: -1 685 84 685 195 -18 279 -18\nFore\n-1 685 m 1\n 84 685 l 1\n 279 -18 l 1\n 195 -18 l 1\n -1 685 l 1\nEndSplineSet\nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 333\nFlags: W\nHStem: -157 35<-49 24> 639 35<123 200>\nDStem: 229 616 343 674 71 -61 143 -157\nFore\n-49 -122 m 1\n 19 -122 l 2\n 55 -122 57 -119 71 -61 c 1\n 229 616 l 2\n 232 628 216 639 194 639 c 2\n 116 639 l 1\n 123 674 l 1\n 343 674 l 1\n 143 -157 l 1\n -56 -157 l 1\n -49 -122 l 1\nEndSplineSet\nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 570\nFlags: W\nHStem: 649 20G<245 325>\nDStem: 245 669 285 576 67 304 156 304 285 576 325 669 414 304 503 304\nFore\n156 304 m 1\n 67 304 l 1\n 245 669 l 1\n 325 669 l 1\n 503 304 l 1\n 414 304 l 1\n 285 576 l 1\n 156 304 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 500\nFlags: W\nHStem: -125 50<1 499>\nVStem: 0 500<-124 -76>\nFore\n500 -125 m 1\n 0 -125 l 1\n 0 -75 l 1\n 500 -75 l 1\n 500 -125 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 333\nFlags: W\nFore\n297 516 m 1\n 252 516 l 1\n 119 605 l 2\n 97 620 85 637 85 652 c 0\n 85 676 106 697 130 697 c 0\n 149 697 170 684 186 663 c 2\n 297 516 l 1\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 500\nFlags: W\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nFore\n434 127 m 1\n 455 112 l 1\n 398 25 351 -14 304 -14 c 0\n 267 -14 237 15 237 52 c 0\n 237 66 240 80 251 119 c 1\n 194 24 148 -13 87 -13 c 0\n 22 -13 -21 38 -21 114 c 0\n -21 270 129 462 252 462 c 0\n 295 462 317 441 326 390 c 1\n 344 449 l 1\n 455 456 l 1\n 384 220 l 2\n 360 139 350 97 350 72 c 0\n 350 63 355 57 362 57 c 0\n 378 57 393 72 434 127 c 1\n266 420 m 0\n 239 422 206 391 176 338 c 0\n 135 264 102 164 102 112 c 0\n 102 81 121 58 147 58 c 0\n 174 58 204 85 231 133 c 0\n 269 201 303 314 303 373 c 0\n 303 400 288 418 266 420 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nKernsSLIF: 121 -3 0 0 119 -5 0 0 118 -5 0 0 8217 -22 0 0 106 -2 0 0\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 500\nFlags: W\nHStem: -12.7852 32.7852<134 142>\nVStem: -14 123<46 51> 319 125<323 340>\nFore\n76 642 m 1\n 76 669 l 1\n 165 679 214 686 284 699 c 1\n 194 371 l 1\n 245 438 281 462 332 462 c 0\n 398 462 444 411 444 338 c 0\n 444 159 287 -13 124 -13 c 0\n 59 -13 -14 19 -14 47 c 0\n -14 52 -3 96 6 128 c 2\n 100 455 l 2\n 126 546 139 599 139 612 c 0\n 139 635 125 642 76 642 c 1\n275 394 m 0\n 242 394 210 364 184 307 c 0\n 169 272 146 209 135 170 c 0\n 127 138 109 56 109 47 c 0\n 109 32 122 20 140 20 c 0\n 183 20 222 51 256 111 c 0\n 292 173 319 266 319 325 c 0\n 319 371 304 394 275 394 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nKernsSLIF: 121 -17 0 0 119 -12 0 0 118 -12 0 0\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 444\nFlags: W\nHStem: -12.9972 63.9972<148 196> 429 32.5405<267 274>\nVStem: -5 128<125 147> 272.238 118.85<354 372>\nFore\n318 141 m 1\n 346 123 l 1\n 311 73 295 54 269 32 c 0\n 235 3 192 -13 148 -13 c 0\n 58 -13 -5 49 -5 138 c 0\n -5 298 139 462 280 462 c 0\n 346 462 392 425 392 372 c 0\n 392 331 366 302 330 302 c 0\n 297 302 272 324 272 354 c 0\n 272 366 276 377 285 393 c 0\n 291 402 293 408 293 412 c 0\n 293 422 283 429 271 429 c 0\n 241 429 211 405 185 358 c 0\n 149 293 123 203 123 141 c 0\n 123 87 153 51 196 51 c 128\n 239 51 270 74 318 141 c 1\nEndSplineSet\nKernsSLIF: 107 -16 0 0 104 -20 0 0\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 500\nFlags: W\nVStem: -20.9818 123.847<112.125 121.972>\nDStem: 341 497 517 699 323 429 406 294\nFore\n427 131 m 1\n 449 115 l 1\n 394 27 349 -11 300 -11 c 0\n 262 -11 240 12 240 51 c 0\n 240 66 243 81 251 118 c 1\n 194 23 148 -13 85 -13 c 0\n 24 -13 -21 40 -21 112 c 0\n -21 269 129 462 251 462 c 0\n 280 462 299 453 323 429 c 1\n 341 497 l 1\n 364 581 370 606 370 615 c 0\n 370 633 355 643 329 643 c 2\n 308 643 l 1\n 308 670 l 1\n 408 678 457 685 517 699 c 1\n 406 294 l 2\n 371 167 349 80 349 71 c 0\n 349 65 355 59 360 59 c 0\n 375 59 400 86 427 131 c 1\n271 420 m 0\n 241 422 205 390 173 333 c 0\n 137 268 106 176 103 122 c 0\n 101 87 119 59 144 59 c 0\n 173 59 202 84 230 133 c 0\n 264 196 308 328 308 370 c 0\n 308 398 293 419 271 420 c 0\nEndSplineSet\nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nFore\n317 142 m 1\n 346 125 l 1\n 286 26 232 -13 156 -13 c 0\n 69 -13 5 50 5 134 c 0\n 5 299 149 462 293 462 c 0\n 354 462 398 426 398 375 c 0\n 398 340 379 302 344 270 c 0\n 294 224 245 202 141 182 c 1\n 137 162 135 149 135 133 c 0\n 135 79 157 51 200 51 c 0\n 242 51 270 73 317 142 c 1\n148 214 m 1\n 159 218 174 223 181 225 c 0\n 258 254 306 319 306 395 c 0\n 306 417 297 429 278 429 c 0\n 230 429 184 352 148 214 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nKernsSLIF: 121 -6 0 0 120 -15 0 0 119 -3 0 0 118 -3 0 0 116 -3 0 0 8217 -12 0 0\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 333\nFlags: W\nHStem: -205 31<-73 -57> 407 42<48 111 237 319> 669 29<343 349>\nVStem: -169 101<-127 -118> 346 100<611 620>\nFore\n328 449 m 1\n 319 407 l 1\n 229 407 l 1\n 175 154 164 109 140 30 c 0\n 107 -73 80 -126 40 -162 c 0\n 9 -191 -28 -205 -70 -205 c 0\n -130 -205 -169 -174 -169 -126 c 0\n -169 -97 -145 -72 -117 -72 c 0\n -92 -72 -68 -96 -68 -120 c 0\n -68 -131 -72 -143 -80 -154 c 0\n -83 -158 -84 -161 -84 -163 c 0\n -84 -169 -76 -174 -66 -174 c 0\n -26 -174 -7 -133 24 15 c 0\n 30 44 58 169 112 407 c 1\n 39 407 l 1\n 48 449 l 1\n 121 449 l 1\n 150 550 169 591 211 637 c 0\n 247 676 295 698 347 698 c 0\n 407 698 446 667 446 618 c 0\n 446 587 425 565 395 565 c 0\n 368 565 346 587 346 614 c 0\n 346 624 349 633 357 645 c 0\n 361 651 362 654 362 656 c 0\n 362 664 355 669 345 669 c 0\n 310 669 279 619 254 520 c 2\n 236 449 l 1\n 328 449 l 1\nEndSplineSet\nKernsSLIF: 116 9 0 0 115 -14 0 0 8217 12 0 0 248 -29 0 0 339 -35 0 0 246 20 0 0 243 -31 0 0 111 -30 0 0 108 43 0 0 106 12 0 0 105 20 0 0 102 2 0 0 233 -36 0 0 101 -35 0 0 229 -20 0 0 230 -32 0 0 228 17 0 0 225 -24 0 0 97 -23 0 0\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 500\nFlags: W\nHStem: -203 34<135 156> 153 31<188 204> 373 56<412 477> 431 31<252 259>\nVStem: -52 87<-101 -89> 35 116.004<243 280> 265.994 109.006<-100 -53> 300 116.999<331 372> 300 178<373 385.198>\nFore\n478 429 m 1\n 478 373 l 1\n 411 373 l 1\n 416 357 417 347 417 331 c 0\n 417 271 386 220 328 187 c 0\n 289 165 245 153 201 153 c 0\n 190 153 181 154 170 157 c 0\n 162 160 155 161 150 161 c 0\n 137 161 122 141 122 125 c 0\n 122 110 141 96 173 87 c 2\n 226 72 l 2\n 335 41 375 7 375 -53 c 0\n 375 -141 276 -203 136 -203 c 0\n 21 -203 -52 -162 -52 -97 c 0\n -52 -73 -41 -49 -24 -35 c 0\n -1 -16 19 -8 81 7 c 1\n 37 22 19 42 19 73 c 0\n 19 110 34 124 115 170 c 1\n 61 193 35 229 35 280 c 0\n 35 381 134 462 257 462 c 0\n 303 462 334 453 367 429 c 1\n 478 429 l 1\n115 -6 m 0\n 108 -5 77 -23 65 -35 c 0\n 44 -55 35 -71 35 -91 c 0\n 35 -137 81 -169 146 -169 c 0\n 222 -169 266 -143 266 -100 c 0\n 266 -74 253 -56 225 -43 c 0\n 205 -33 126 -7 115 -6 c 0\n255 431 m 0\n 229 431 208 415 189 382 c 0\n 168 344 151 283 151 243 c 0\n 151 205 166 184 194 184 c 0\n 224 184 249 206 271 252 c 0\n 288 288 300 338 300 372 c 128\n 300 406 281 431 255 431 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 114 3 0 0 246 -27 0 0 243 -27 0 0 108 -21 0 0 233 -32 0 0 101 -32 0 0 229 -25 0 0 230 -34 0 0 228 -25 0 0 97 -25 0 0\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 556\nFlags: W\nHStem: 0 21G<-13 108>\nVStem: 352.006 122.009<369 387>\nFore\n476 142 m 1\n 498 127 l 1\n 432 24 392 -9 331 -9 c 0\n 292 -9 265 15 265 49 c 0\n 265 90 278 140 326 280 c 0\n 330 290 333 301 337 313 c 0\n 344 333 348 344 348 346 c 0\n 351 355 353 363 353 369 c 0\n 353 380 343 390 331 390 c 0\n 305 390 272 361 230 301 c 0\n 180 228 159 178 108 0 c 1\n -13 0 l 1\n 141 567 l 2\n 146 586 149 601 149 610 c 0\n 149 632 135 643 108 643 c 0\n 103 643 94 643 86 642 c 1\n 86 669 l 1\n 167 676 217 684 294 699 c 1\n 187 283 l 1\n 243 363 267 393 298 419 c 0\n 334 449 363 462 399 462 c 0\n 446 462 475 434 475 387 c 0\n 475 368 464 326 445 265 c 1\n 387 87 l 2\n 384 78 384 77 384 75 c 0\n 384 68 394 59 401 59 c 0\n 414 59 433 80 476 142 c 1\nEndSplineSet\nKernsSLIF: 121 -20 0 0 8217 -32 0 0\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 278\nFlags: W\nHStem: 550 135<183.109 204>\nVStem: 128 135<615 621>\nDStem: 73 338 223 462 15 123 132 128\nFore\n216 141 m 1\n 238 127 l 1\n 168 22 131 -9 71 -9 c 0\n 30 -9 2 17 2 54 c 0\n 2 67 7 95 15 123 c 1\n 73 338 l 1\n 77 355 80 370 80 378 c 0\n 80 399 64 407 21 407 c 1\n 21 434 l 1\n 99 440 169 450 223 462 c 1\n 132 128 l 2\n 129 116 123 82 123 76 c 0\n 123 68 130 61 138 61 c 0\n 153 61 176 82 202 121 c 2\n 216 141 l 1\n194 685 m 0\n 231 685 263 654 263 617 c 0\n 263 580 232 550 194 550 c 0\n 157 550 128 580 128 619 c 0\n 128 654 159 685 194 685 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nKernsSLIF: 106 -5 0 0 84 -20 0 0\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 278\nFlags: W\nHStem: -207 31<-89 -77> 550 135<199.109 212>\nVStem: -189 98<-131 -124> 144 135<609 625>\nDStem: 81 310 239 462 -11 -45 125 24\nFore\n31 407 m 1\n 31 434 l 1\n 143 444 180 449 239 462 c 1\n 125 24 l 2\n 85 -131 16 -207 -84 -207 c 0\n -146 -207 -189 -176 -189 -130 c 0\n -189 -101 -166 -77 -140 -77 c 0\n -113 -77 -91 -99 -91 -126 c 0\n -91 -137 -93 -142 -104 -158 c 0\n -105 -160 -106 -162 -106 -164 c 0\n -106 -169 -93 -176 -82 -176 c 0\n -54 -176 -37 -145 -11 -45 c 2\n 81 310 l 1\n 88 339 93 364 93 376 c 0\n 93 402 81 407 31 407 c 1\n210 685 m 0\n 248 685 279 654 279 617 c 128\n 279 580 248 550 210 550 c 0\n 173 550 144 580 144 619 c 0\n 144 654 175 685 210 685 c 0\nEndSplineSet\nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 500\nFlags: W\nHStem: -7.99557 70.9956<311 363> 0 21G<-23 99>\nVStem: 276 207<424 448>\nDStem: 133 567 286 699 -23 0 163 239 133 567 149 188 -23 0 99 0\nFore\n149 188 m 1\n 99 0 l 1\n -23 0 l 1\n 133 567 l 2\n 138 586 141 600 141 609 c 0\n 141 632 127 643 99 643 c 0\n 95 643 86 643 78 642 c 1\n 78 669 l 1\n 157 677 209 685 286 699 c 1\n 163 239 l 1\n 289 338 327 375 327 401 c 0\n 327 417 315 422 276 424 c 1\n 276 449 l 1\n 483 449 l 1\n 483 424 l 1\n 437 418 416 406 348 348 c 2\n 285 293 l 1\n 323 98 335 63 363 63 c 0\n 382 63 398 80 425 127 c 1\n 447 116 l 1\n 397 25 361 -8 311 -8 c 0\n 249 -8 219 45 188 215 c 1\n 149 188 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nKernsSLIF: 252 2 0 0 117 2 0 0 115 1 0 0 46 17 0 0 246 1 0 0 243 1 0 0 111 1 0 0 45 1 0 0 103 -14 0 0 233 -2 0 0 101 -2 0 0 44 19 0 0 229 10 0 0 230 2 0 0 228 10 0 0 225 10 0 0 97 10 0 0\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 278\nFlags: W\nDStem: 110 473 290 699 36 209 145 176\nFore\n216 141 m 1\n 238 127 l 1\n 169 22 131 -9 69 -9 c 0\n 29 -9 2 15 2 51 c 0\n 2 75 14 133 36 209 c 1\n 110 473 l 1\n 130 540 144 602 144 615 c 0\n 144 633 129 643 102 643 c 0\n 98 643 92 643 81 642 c 1\n 81 669 l 1\n 156 676 204 682 290 699 c 1\n 145 176 l 1\n 131 124 123 90 123 76 c 0\n 123 68 130 61 138 61 c 0\n 155 61 176 82 216 141 c 1\nEndSplineSet\nKernsSLIF: 121 -8 0 0 118 -12 0 0\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 778\nFlags: W\nHStem: 0 21G<-14 107 227 347>\nDStem: 576 338 681 284 531 207 636 151\nFore\n34 407 m 1\n 34 434 l 1\n 149 443 170 446 234 461 c 1\n 170 262 l 1\n 235 362 265 400 302 428 c 1\n 330 451 360 462 388 462 c 0\n 430 462 455 436 455 394 c 0\n 455 366 448 340 429 290 c 1\n 513 422 559 462 627 462 c 0\n 671 462 704 431 704 391 c 0\n 704 365 696 327 681 284 c 1\n 636 151 l 1\n 615 84 615 84 615 73 c 0\n 615 66 622 59 631 59 c 0\n 644 59 665 81 688 117 c 0\n 690 120 695 127 700 135 c 1\n 722 122 l 1\n 664 24 624 -9 562 -9 c 0\n 519 -9 495 13 495 54 c 0\n 495 82 509 144 531 207 c 2\n 576 338 l 1\n 580 351 583 362 583 368 c 0\n 583 379 572 389 560 389 c 0\n 530 389 490 347 448 273 c 0\n 412 210 406 192 347 0 c 1\n 227 0 l 1\n 292 207 l 1\n 325 309 337 351 337 366 c 0\n 337 379 328 389 318 389 c 0\n 305 389 276 368 254 343 c 0\n 198 276 160 190 107 0 c 1\n -14 0 l 1\n 53 238 l 2\n 80 333 88 367 88 381 c 0\n 88 399 74 407 42 407 c 2\n 34 407 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nKernsSLIF: 121 -16 0 0 119 -16 0 0 118 -16 0 0 112 -1 0 0\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 556\nFlags: W\nHStem: 0 21G<-6 115>\nVStem: 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nFore\n471 135 m 1\n 493 122 l 1\n 435 25 393 -9 334 -9 c 0\n 292 -9 266 14 266 51 c 0\n 266 77 278 134 294 182 c 2\n 349 348 l 2\n 352 358 354 366 354 369 c 0\n 354 379 341 390 329 390 c 0\n 311 390 280 368 260 341 c 0\n 198 260 162 173 115 0 c 1\n -6 0 l 1\n 23 108 l 1\n 50 204 l 2\n 84 324 96 371 96 382 c 0\n 96 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 178 447 242 461 c 1\n 178 263 l 1\n 245 362 264 386 300 421 c 0\n 328 447 364 462 401 462 c 0\n 448 462 474 435 474 387 c 0\n 474 363 464 318 448 272 c 1\n 412 163 l 2\n 394 109 387 86 387 76 c 128\n 387 66 393 59 401 59 c 0\n 418 59 431 73 471 135 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nKernsSLIF: 121 -20 0 0 119 -20 0 0 118 -20 0 0 8217 -32 0 0 112 -4 0 0 84 -59 0 0\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nFore\n284 462 m 0\n 375 462 441 399 441 311 c 0\n 441 142 305 -13 156 -13 c 0\n 64 -13 -3 50 -3 135 c 0\n -3 303 137 462 284 462 c 0\n275 433 m 0\n 243 433 214 410 188 364 c 0\n 153 302 116 156 116 78 c 0\n 116 40 135 16 165 16 c 0\n 200 16 230 45 259 107 c 0\n 291 177 322 307 322 375 c 0\n 322 411 304 433 275 433 c 0\nEndSplineSet\nKernsSLIF: 121 -29 0 0 120 -26 0 0 119 -21 0 0 118 -21 0 0 116 -2 0 0 8217 -22 0 0 84 -75 0 0\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 500\nFlags: W\nHStem: -205 27<-119 -104 112 128> -12.0305 34.0648<152 169>\nVStem: -120 249<-204 -178> 321.176 124.824<334.028 341>\nFore\n23 407 m 1\n 23 434 l 1\n 75 440 114 446 216 462 c 1\n 178 347 l 1\n 237 430 281 462 338 462 c 0\n 404 462 446 415 446 341 c 0\n 446 168 304 -13 169 -13 c 0\n 148 -13 136 -9 101 9 c 1\n 98 -4 l 1\n 90 -32 l 1\n 72 -100 64 -133 64 -145 c 0\n 64 -169 80 -177 129 -178 c 1\n 129 -205 l 1\n -120 -205 l 1\n -120 -178 l 1\n -114 -178 l 2\n -73 -178 -61 -165 -45 -104 c 2\n 55 284 l 1\n 68 333 77 373 77 382 c 0\n 77 401 68 405 23 407 c 1\n282 391 m 0\n 256 393 223 368 198 329 c 0\n 182 305 172 277 148 195 c 0\n 121 104 113 74 113 58 c 0\n 113 38 130 22 152 22 c 0\n 185 22 218 50 249 104 c 0\n 285 169 317 269 321 334 c 0\n 323 366 308 389 282 391 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nKernsSLIF: 121 -13 0 0 116 -2 0 0\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 500\nFlags: W\nHStem: -205 27<346 370>\nVStem: 1 125<100 135> 104 267<-204 -178>\nFore\n371 -178 m 1\n 371 -205 l 1\n 104 -205 l 1\n 104 -178 l 1\n 166 -175 177 -167 194 -115 c 1\n 257 98 l 1\n 205 16 165 -13 105 -13 c 0\n 41 -13 1 37 1 117 c 0\n 1 172 19 231 53 292 c 0\n 112 394 200 462 276 462 c 0\n 299 462 320 454 330 440 c 0\n 339 429 342 418 347 390 c 1\n 362 449 l 1\n 471 449 l 1\n 429 294 410 223 386 145 c 0\n 344 5 306 -134 306 -150 c 0\n 306 -170 321 -178 357 -178 c 2\n 371 -178 l 1\n290 419 m 0\n 262 421 227 390 195 334 c 0\n 155 262 126 172 126 116 c 0\n 126 78 139 59 165 59 c 0\n 196 59 225 83 253 133 c 0\n 288 195 325 318 325 371 c 0\n 325 399 312 417 290 419 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 117 -5 0 0 99 -6 0 0\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 389\nFlags: W\nHStem: 0 21G<-21 100> 323 139<329 334>\nFore\n27 407 m 1\n 27 434 l 1\n 148 444 167 447 227 462 c 1\n 161 253 l 1\n 240 411 281 462 332 462 c 0\n 366 462 389 436 389 396 c 0\n 389 354 364 323 330 323 c 0\n 314 323 301 331 286 348 c 0\n 279 357 274 361 270 361 c 0\n 257 361 235 336 209 291 c 0\n 180 243 165 205 133 104 c 0\n 129 89 115 46 100 0 c 1\n -21 0 l 1\n 47 229 81 357 81 382 c 0\n 81 401 72 405 27 407 c 1\nEndSplineSet\nKernsSLIF: 122 10 0 0 121 20 0 0 120 7 0 0 119 20 0 0 118 20 0 0 117 11 0 0 116 12 0 0 59 -30 0 0 115 1 0 0 114 14 0 0 113 -19 0 0 46 -69 0 0 112 16 0 0 248 -12 0 0 242 -15 0 0 339 -19 0 0 246 -15 0 0 244 -15 0 0 243 -15 0 0 111 -15 0 0 110 6 0 0 109 10 0 0 108 -12 0 0 107 -11 0 0 106 12 0 0 105 17 0 0 45 -13 0 0 104 -16 0 0 103 -4 0 0 102 8 0 0 232 -20 0 0 234 -20 0 0 233 -20 0 0 101 -20 0 0 100 -14 0 0 44 -67 0 0 58 -30 0 0 231 -8 0 0 99 -15 0 0 229 -13 0 0 224 -13 0 0 230 -22 0 0 228 -13 0 0 226 -13 0 0 225 -13 0 0 97 -13 0 0\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 389\nFlags: W\nHStem: -13 30<125 133> 429 32.9762<184 198>\nVStem: 47.0031 94.9969<336 376> 182.99 96.0095<71 119>\nFore\n333 461 m 1\n 310 308 l 1\n 283 310 l 1\n 267 393 241 429 195 429 c 0\n 163 429 142 408 142 376 c 0\n 142 354 160 323 198 278 c 0\n 254 213 279 164 279 119 c 0\n 279 44 215 -13 131 -13 c 0\n 111 -13 92 -9 68 -1 c 0\n 55 4 44 7 37 7 c 0\n 24 7 12 -1 8 -13 c 1\n -19 -13 l 1\n 3 153 l 1\n 30 150 l 1\n 38 96 46 73 66 48 c 0\n 82 28 103 17 126 17 c 0\n 158 17 183 41 183 71 c 0\n 183 96 165 130 127 175 c 0\n 61 253 47 282 47 336 c 0\n 47 412 100 462 181 462 c 0\n 201 462 214 459 239 449 c 0\n 257 442 266 440 275 440 c 0\n 290 440 293 442 304 461 c 1\n 333 461 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nKernsSLIF: 116 -6 0 0 8217 -22 0 0\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 278\nFlags: W\nHStem: 407 42<210 280>\nVStem: 30 251<407 442>\nDStem: 81 407 198 407 13 169 165 289\nFore\n281 449 m 1\n 281 407 l 1\n 198 407 l 1\n 165 289 l 1\n 129 167 111 94 111 76 c 0\n 111 69 119 61 127 61 c 0\n 143 61 169 88 203 141 c 1\n 225 127 l 1\n 159 24 119 -9 59 -9 c 0\n 17 -9 -11 17 -11 56 c 0\n -11 73 -1 118 13 169 c 1\n 81 407 l 1\n 30 407 l 1\n 30 442 l 1\n 109 472 159 513 213 594 c 1\n 248 594 l 1\n 209 449 l 1\n 281 449 l 1\nEndSplineSet\nKernsSLIF: 59 -23 0 0 8217 -19 0 0 246 1 0 0 243 1 0 0 111 1 0 0 104 -5 0 0 233 -2 0 0 101 -2 0 0 58 -22 0 0 229 10 0 0 230 2 0 0 228 10 0 0 225 10 0 0 97 10 0 0 83 -11 0 0\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 556\nFlags: W\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nFore\n471 133 m 1\n 492 120 l 1\n 440 31 391 -9 331 -9 c 0\n 287 -9 266 11 266 51 c 0\n 266 79 272 106 290 161 c 1\n 187 17 157 -9 90 -9 c 0\n 41 -9 15 16 15 65 c 0\n 15 89 22 125 36 173 c 1\n 76 306 l 2\n 85 335 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 149 154 l 2\n 136 111 134 103 134 88 c 0\n 134 71 141 63 155 63 c 0\n 175 63 197 80 228 118 c 0\n 285 190 314 256 370 449 c 1\n 488 449 l 1\n 410 181 l 1\n 385 86 385 86 385 76 c 0\n 385 67 391 59 399 59 c 0\n 416 59 436 80 471 133 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nKernsSLIF: 8217 -33 0 0\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 444\nFlags: W\nVStem: 90 112<129 166> 284 117<394 406>\nFore\n16 407 m 1\n 16 434 l 1\n 99 446 122 450 171 462 c 1\n 192 382 198 324 202 128 c 1\n 301 240 328 281 328 316 c 0\n 328 326 323 336 308 353 c 0\n 291 373 284 387 284 404 c 0\n 284 434 311 462 340 462 c 0\n 371 462 401 430 401 395 c 0\n 401 353 380 299 340 241 c 0\n 285 161 238 108 111 -13 c 1\n 85 -13 l 1\n 89 123 l 1\n 90 144 90 160 90 164 c 0\n 90 271 79 359 62 391 c 0\n 56 404 47 407 16 407 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nKernsSLIF: 59 -51 0 0 115 -19 0 0 46 -51 0 0 248 -22 0 0 242 -24 0 0 246 -24 0 0 243 -24 0 0 111 -24 0 0 108 -24 0 0 45 -1 0 0 103 -20 0 0 232 -28 0 0 234 -28 0 0 233 -28 0 0 101 -28 0 0 44 -51 0 0 58 -51 0 0 99 -24 0 0 227 -20 0 0 229 -20 0 0 224 -20 0 0 230 -28 0 0 228 -20 0 0 226 -20 0 0 225 -20 0 0 97 -20 0 0\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 667\nFlags: W\nHStem: 442 20G<360 387>\nVStem: 497 117<398 409>\nDStem: 360 462 292 272 204 187 273 237\nFore\n16 407 m 1\n 16 434 l 1\n 99 448 130 453 171 462 c 1\n 194 376 201 312 204 187 c 1\n 360 462 l 1\n 387 462 l 1\n 419 130 l 1\n 508 235 538 281 538 311 c 0\n 538 321 532 334 518 353 c 0\n 503 374 497 388 497 402 c 0\n 497 434 523 462 553 462 c 0\n 585 462 614 433 614 400 c 0\n 614 316 527 183 342 -13 c 1\n 315 -13 l 1\n 292 272 l 1\n 273 237 l 2\n 229 158 185 81 179 73 c 2\n 122 -13 l 1\n 95 -13 l 1\n 96 32 l 1\n 97 67 97 68 97 72 c 1\n 95 150 l 1\n 92 288 78 381 58 399 c 0\n 50 406 41 407 16 407 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nKernsSLIF: 59 -56 0 0 115 -24 0 0 46 -53 0 0 248 -28 0 0 242 -30 0 0 246 -30 0 0 243 -30 0 0 111 -30 0 0 108 -28 0 0 45 -7 0 0 103 -26 0 0 232 -34 0 0 234 -34 0 0 233 -34 0 0 101 -34 0 0 44 -53 0 0 58 -56 0 0 99 -30 0 0 227 -24 0 0 229 -24 0 0 224 -24 0 0 230 -32 0 0 228 -24 0 0 226 -24 0 0 225 -24 0 0 97 -24 0 0\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 500\nFlags: W\nHStem: -13 115<8 19> 348 114<410 420>\nDStem: 162 192 173 142 118 122 149 103\nFore\n400 123 m 1\n 421 109 l 1\n 360 21 318 -13 270 -13 c 0\n 250 -13 230 -3 218 13 c 0\n 196 41 188 67 173 142 c 1\n 149 103 l 2\n 91 7 68 -13 18 -13 c 0\n -20 -13 -46 11 -46 46 c 0\n -46 77 -22 102 9 102 c 0\n 21 102 33 98 49 89 c 0\n 59 83 64 81 70 81 c 0\n 87 81 98 90 118 122 c 2\n 162 192 l 1\n 132 346 l 1\n 122 395 108 413 76 413 c 0\n 67 413 62 413 41 411 c 1\n 41 438 l 1\n 208 462 l 1\n 227 434 235 409 253 324 c 1\n 333 435 364 462 411 462 c 0\n 441 462 469 433 469 400 c 0\n 469 372 443 348 413 348 c 0\n 402 348 395 350 381 359 c 0\n 369 365 362 368 356 368 c 0\n 333 368 308 344 273 286 c 0\n 268 278 267 277 264 273 c 1\n 296 117 l 2\n 304 79 314 64 333 64 c 0\n 351 64 361 73 400 123 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nKernsSLIF: 113 -12 0 0 111 -11 0 0 233 -14 0 0 101 -14 0 0 99 -10 0 0 97 -1 0 0\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 444\nFlags: W\nHStem: -205 115<-43 -33>\nVStem: 273 119<397 408>\nFore\n14 411 m 1\n 14 438 l 1\n 79 444 115 450 163 462 c 1\n 181 415 207 303 229 185 c 1\n 241 110 l 1\n 310 243 328 285 328 315 c 0\n 328 328 322 336 304 350 c 0\n 280 368 273 380 273 404 c 0\n 273 435 300 462 330 462 c 0\n 363 462 392 432 392 398 c 0\n 392 297 273 60 143 -99 c 0\n 88 -165 23 -205 -32 -205 c 0\n -67 -205 -94 -178 -94 -145 c 0\n -94 -116 -70 -90 -44 -90 c 0\n -26 -90 -1 -99 16 -111 c 0\n 24 -118 43 -125 50 -125 c 0\n 67 -125 94 -104 115 -76 c 0\n 133 -51 142 -27 142 -4 c 0\n 142 27 125 124 92 284 c 0\n 77 355 61 396 44 406 c 0\n 37 410 32 411 14 411 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nKernsSLIF: 59 -44 0 0 115 -13 0 0 46 -26 0 0 248 -17 0 0 242 -19 0 0 246 -19 0 0 243 -19 0 0 111 -17 0 0 108 -16 0 0 45 2 0 0 103 -23 0 0 232 -23 0 0 234 -23 0 0 233 -23 0 0 101 -22 0 0 44 -25 0 0 58 -43 0 0 99 -17 0 0 227 -12 0 0 229 -12 0 0 224 -12 0 0 230 -19 0 0 228 -12 0 0 226 -12 0 0 225 -12 0 0 97 -11 0 0\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 389\nFlags: W\nHStem: -78 29<237 248> 353 96<101 248>\nVStem: 243 103<5 18>\nDStem: 249 353 368 439 -43 -1 87 104\nFore\n13 295 m 1\n 56 449 l 1\n 368 449 l 1\n 368 439 l 1\n 87 104 l 1\n 138 82 162 59 194 -2 c 0\n 211 -37 223 -49 241 -49 c 0\n 253 -49 263 -42 263 -33 c 0\n 263 -30 261 -25 256 -18 c 0\n 247 -6 243 2 243 13 c 0\n 243 41 266 65 293 65 c 0\n 321 65 346 41 346 13 c 0\n 346 -38 299 -78 238 -78 c 0\n 198 -78 161 -64 107 -28 c 0\n 72 -4 52 5 34 5 c 0\n 23 5 16 2 1 -9 c 0\n -2 -12 -10 -17 -18 -23 c 1\n -43 -1 l 1\n 249 353 l 1\n 104 353 l 2\n 74 353 58 338 41 292 c 1\n 13 295 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 348\nFlags: W\nVStem: 28 104<-107 -91> 89 102<165 181>\nDStem: 188 544 295 550 142 365 250 379\nFore\n436 686 m 1\n 433 674 l 1\n 352 659 315 626 295 550 c 2\n 250 379 l 1\n 227 294 197 268 99 249 c 1\n 174 229 191 215 191 173 c 0\n 191 150 181 103 162 43 c 0\n 143 -20 132 -71 132 -97 c 0\n 132 -143 154 -164 213 -175 c 1\n 210 -187 l 1\n 117 -185 78 -177 53 -156 c 0\n 36 -141 28 -122 28 -96 c 0\n 28 -67 44 8 63 63 c 0\n 79 111 89 155 89 179 c 0\n 89 214 67 233 5 249 c 1\n 94 268 122 293 142 365 c 1\n 188 544 l 1\n 219 653 277 686 436 686 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 220\nFlags: W\nHStem: -18 703<67 153>\nVStem: 66 88<-17 684>\nFore\n66 -18 m 1\n 66 685 l 1\n 154 685 l 1\n 154 -18 l 1\n 66 -18 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 348\nFlags: W\nVStem: 116 102<319 328> 175 104<581.535 600>\nDStem: 57 120 165 134 12 -51 119 -45\nFore\n-129 -187 m 1\n -126 -175 l 1\n -45 -160 -8 -127 12 -51 c 2\n 57 120 l 1\n 80 205 110 231 208 250 c 1\n 133 270 116 284 116 326 c 0\n 116 348 125 390 144 456 c 0\n 165 526 175 572 175 597 c 0\n 175 641 151 663 94 674 c 1\n 97 686 l 1\n 190 684 229 676 254 655 c 0\n 271 640 279 621 279 598 c 0\n 279 567 263 493 244 436 c 0\n 228 388 218 344 218 320 c 0\n 218 285 240 266 302 250 c 1\n 213 230 185 206 165 134 c 1\n 119 -45 l 1\n 88 -154 30 -187 -129 -187 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 570\nFlags: W\nHStem: 175 88<390 395> 243 88<166 182>\nFore\n461 308 m 1\n 516 260 l 1\n 470 197 439 175 393 175 c 0\n 360 175 334 183 288 208 c 128\n 242 233 211 243 176 243 c 0\n 147 243 131 233 107 201 c 1\n 54 247 l 1\n 87 305 125 331 175 331 c 0\n 212 331 233 324 311 290 c 0\n 360 268 375 263 393 263 c 0\n 416 263 436 276 461 308 c 1\nEndSplineSet\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 95\nWidth: 389\nFlags: W\nHStem: 348 146<243 259>\nVStem: 174 146<419 425>\nFore\n193 275 m 1\n 222 267 l 1\n 192 114 173 -11 169 -86 c 0\n 167 -128 165 -141 157 -159 c 0\n 143 -188 118 -205 88 -205 c 0\n 47 -205 19 -176 19 -131 c 0\n 19 -105 24 -89 50 -43 c 1\n 106 66 151 167 193 275 c 1\n248 494 m 0\n 290 494 320 464 320 423 c 0\n 320 381 288 348 247 348 c 0\n 209 348 174 383 174 423 c 128\n 174 463 207 494 248 494 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: cent\nEncoding: 162 162 96\nWidth: 500\nFlags: W\nHStem: 429 32.5493<314 319>\nVStem: 42 127<137 161>\nDStem: 190 -13 225 -10 144 -143 178 -143 339 413 339 313 214 57 247 52 396 576 431 576 355 459 386 449\nFore\n431 576 m 1\n 386 449 l 1\n 422 429 439 404 439 370 c 0\n 439 331 411 302 374 302 c 0\n 360 302 349 306 339 313 c 1\n 247 52 l 1\n 289 54 324 81 365 141 c 1\n 392 123 l 1\n 329 33 292 3 225 -10 c 1\n 178 -143 l 1\n 144 -143 l 1\n 190 -13 l 1\n 96 -7 42 48 42 138 c 0\n 42 299 185 462 327 462 c 0\n 336 462 343 461 355 459 c 1\n 396 576 l 1\n 431 576 l 1\n214 57 m 1\n 339 413 l 2\n 342 421 330 429 317 429 c 0\n 286 429 259 406 231 356 c 0\n 195 293 169 204 169 147 c 0\n 169 130 173 108 180 92 c 128\n 187 76 194 68 214 57 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: sterling\nEncoding: 163 163 97\nWidth: 500\nFlags: W\nHStem: -11.9962 103.996<283 319> -11 30<44 64> 120 41.0359<48 60> 310 60<45 143 281 384> 524 158.987<401 449> 648.746 33.3517<379 401>\nVStem: -32 30<68 77> 396.148 112.933<575 592>\nFore\n394 370 m 1\n 384 310 l 1\n 269 310 l 1\n 256 252 231 184 205 141 c 2\n 194 124 l 1\n 254 101 287 92 319 92 c 0\n 367 92 387 106 409 155 c 1\n 434 155 l 1\n 422 98 411 71 390 43 c 0\n 365 8 325 -12 283 -12 c 128\n 241 -12 208 4 156 49 c 1\n 129 6 101 -11 58 -11 c 0\n 5 -11 -32 25 -32 75 c 0\n -32 127 7 162 64 162 c 0\n 85 162 100 159 125 148 c 1\n 132 215 134 226 144 310 c 1\n 35 310 l 1\n 45 370 l 1\n 150 370 l 1\n 175 494 199 551 248 607 c 0\n 290 656 344 683 401 683 c 0\n 464 683 510 644 510 592 c 0\n 510 554 483 524 449 524 c 0\n 419 524 396 546 396 575 c 0\n 396 585 398 597 400 609 c 0\n 402 616 403 623 403 628 c 0\n 403 640 393 649 379 649 c 0\n 350 649 329 622 319 572 c 1\n 280 370 l 1\n 394 370 l 1\n113 90 m 1\n 91 111 71 120 49 120 c 0\n 18 120 -2 100 -2 70 c 128\n -2 40 21 19 54 19 c 0\n 84 19 102 41 113 90 c 1\nEndSplineSet\nEndChar\nStartChar: currency\nEncoding: 164 164 98\nWidth: 500\nFlags: W\nHStem: 95 82<246 262> 443 82<246 262>\nVStem: 35 88<306 322> 377 88<291.793 322>\nDStem: -26 530 32 586 72 432 128 490 72 190 128 132 -26 92 32 34 372 132 428 190 468 34 526 92 468 586 526 530 372 490 428 432\nFore\n-26 92 m 1\n 72 190 l 1\n 46 228 35 263 35 310 c 0\n 35 356 46 393 72 432 c 1\n -26 530 l 1\n 32 586 l 1\n 128 490 l 1\n 168 515 204 525 250 525 c 128\n 296 525 332 515 372 490 c 1\n 468 586 l 1\n 526 530 l 1\n 428 432 l 1\n 455 389 465 356 465 310 c 0\n 465 263 454 226 428 190 c 1\n 526 92 l 1\n 468 34 l 1\n 372 132 l 1\n 331 106 294 95 250 95 c 128\n 206 95 169 106 128 132 c 1\n 32 34 l 1\n -26 92 l 1\n250 443 m 0\n 179 443 123 385 123 310 c 0\n 123 236 179 177 250 177 c 0\n 319 177 377 237 377 308 c 0\n 377 383 321 443 250 443 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 99\nWidth: 500\nFlags: W\nHStem: 0 21G<46 368> 164 50<47 173 321 458> 292 50<82 206 370 491> 649 20G<46 326 428 628>\nVStem: 46 280<644 668> 46 322<1 25> 428 200<644 668>\nDStem: 82 342 341 292 68 292 320 214 128 581 257 580 207 342 337 344 210 292 341 292 188 214 320 214 472 538 535 575 337 344 369 342\nFore\n504 342 m 1\n 491 292 l 1\n 341 292 l 1\n 320 214 l 1\n 472 214 l 1\n 458 164 l 1\n 306 164 l 1\n 303 153 l 2\n 291 110 287 87 287 68 c 0\n 287 36 301 28 368 25 c 1\n 368 0 l 1\n 46 0 l 1\n 46 25 l 1\n 123 30 137 40 155 97 c 1\n 174 164 l 1\n 33 164 l 1\n 47 214 l 1\n 188 214 l 1\n 210 292 l 1\n 68 292 l 1\n 82 342 l 1\n 207 342 l 1\n 128 581 l 1\n 108 632 101 638 46 644 c 1\n 46 669 l 1\n 326 669 l 1\n 326 644 l 1\n 269 642 251 635 251 612 c 0\n 251 603 253 592 257 580 c 2\n 337 344 l 1\n 472 538 l 2\n 492 567 498 580 498 598 c 0\n 498 633 484 642 428 644 c 1\n 428 669 l 1\n 628 669 l 1\n 628 644 l 1\n 588 636 569 621 535 575 c 1\n 369 342 l 1\n 504 342 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 100\nWidth: 220\nFlags: W\nHStem: -18 259<67 153> 426 259<67 153>\nVStem: 66 88<-17 240 427 684>\nFore\n66 -18 m 1\n 66 241 l 1\n 154 241 l 1\n 154 -18 l 1\n 66 -18 l 1\n66 426 m 1\n 66 685 l 1\n 154 685 l 1\n 154 426 l 1\n 66 426 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: section\nEncoding: 167 167 101\nWidth: 500\nFlags: W\nHStem: -143 23<167 197> 121.842 26.1576<304 308> 399.081 25.243<172 195> 663 22<308 325>\nVStem: 36 114<-39 -27> 68.0033 70.9967<299 342> 168.003 69.9966<551 590> 267.996 77.0038<-44 -9> 346 113<577 589> 363.992 71.0081<206 243>\nFore\n288 125 m 1\n 286 121 l 1\n 329 67 345 33 345 -9 c 0\n 345 -84 273 -143 181 -143 c 0\n 99 -143 36 -97 36 -38 c 0\n 36 -3 61 22 94 22 c 0\n 126 22 150 1 150 -28 c 0\n 150 -48 144 -59 128 -73 c 0\n 118 -81 115 -86 115 -91 c 0\n 115 -106 148 -120 182 -120 c 0\n 232 -120 268 -88 268 -44 c 0\n 268 -11 256 9 185 95 c 2\n 119 175 l 2\n 84 217 68 256 68 299 c 0\n 68 368 115 425 172 425 c 0\n 184 425 209 422 221 419 c 1\n 223 422 l 1\n 188 461 168 507 168 551 c 0\n 168 630 232 685 323 685 c 0\n 402 685 459 644 459 587 c 0\n 459 552 434 526 401 526 c 0\n 371 526 346 551 346 580 c 0\n 346 595 352 605 368 618 c 0\n 378 625 382 630 382 635 c 0\n 382 650 354 663 323 663 c 0\n 274 663 238 633 238 590 c 0\n 238 558 256 526 306 467 c 2\n 375 386 l 2\n 413 341 435 290 435 243 c 0\n 435 177 382 121 318 121 c 0\n 308 121 300 122 288 125 c 1\n195 400 m 0\n 164 400 139 374 139 342 c 0\n 139 321 151 291 168 266 c 0\n 192 233 220 200 243 179 c 0\n 267 156 283 148 305 148 c 0\n 336 148 364 175 364 206 c 0\n 364 273 253 400 195 400 c 0\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: dieresis\nEncoding: 168 168 102\nWidth: 333\nFlags: W\nHStem: 525 130<108.208 121 327 333>\nVStem: 55 130<578.399 591> 267 130<578.399 591>\nFore\n119 655 m 0\n 155 655 185 625 185 589 c 0\n 185 555 154 525 119 525 c 0\n 85 525 55 555 55 589 c 0\n 55 625 84 655 119 655 c 0\n331 655 m 0\n 367 655 397 625 397 589 c 0\n 397 555 366 525 331 525 c 0\n 297 525 267 555 267 589 c 0\n 267 625 296 655 331 655 c 0\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 103\nWidth: 747\nFlags: W\nHStem: -18 46<350 382> 140 23<395 414> 518 20<382 414> 639 46<366 396>\nVStem: 30 61<318 350> 180 85<318 350> 657 61<318 350>\nFore\n526 250 m 1\n 544 250 l 1\n 527 178 l 1\n 525 168 524 167 515 164 c 0\n 487 152 429 140 396 140 c 0\n 262 140 180 214 180 335 c 0\n 180 457 269 538 405 538 c 0\n 441 538 468 533 505 520 c 0\n 520 514 527 508 527 499 c 2\n 527 428 l 1\n 510 428 l 1\n 497 488 461 518 400 518 c 0\n 314 518 265 454 265 342 c 0\n 265 228 315 163 403 163 c 0\n 461 163 497 189 526 250 c 1\n374 685 m 0\n 566 685 718 530 718 334 c 0\n 718 134 568 -18 369 -18 c 0\n 182 -18 30 139 30 332 c 0\n 30 529 182 685 374 685 c 0\n374 639 m 0\n 219 639 91 501 91 333 c 0\n 91 168 220 28 370 28 c 0\n 530 28 657 164 657 334 c 0\n 657 500 528 639 374 639 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 104\nWidth: 266\nFlags: W\nHStem: 658 27<190.414 196>\nVStem: 16 78<472 487> 185.434 77.3408<446 447>\nFore\n313 484 m 1\n 326 475 l 1\n 288 422 259 399 229 399 c 0\n 206 399 185 417 185 437 c 0\n 185 448 186 454 196 488 c 1\n 159 423 130 400 86 400 c 0\n 45 400 16 431 16 476 c 0\n 16 572 114 685 196 685 c 0\n 222 685 236 672 243 640 c 1\n 254 676 l 1\n 330 680 l 1\n 284 540 l 1\n 268 493 262 467 262 451 c 0\n 262 446 264 442 267 442 c 0\n 274 442 289 456 308 478 c 0\n 310 481 310 481 313 484 c 1\n198 658 m 0\n 163 662 94 538 94 473 c 0\n 94 458 105 445 118 445 c 0\n 137 445 160 466 179 502 c 0\n 199 539 218 601 218 630 c 0\n 218 645 209 657 198 658 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 105\nWidth: 500\nFlags: W\nFore\n137 220 m 1\n 177 137 l 2\n 200 90 210 62 210 47 c 0\n 210 39 203 32 195 32 c 0\n 190 32 187 34 180 42 c 0\n 158 67 87 141 12 217 c 1\n 12 226 l 1\n 182 350 l 2\n 206 367 216 375 229 387 c 0\n 248 405 262 415 270 415 c 0\n 277 415 283 409 283 403 c 0\n 283 382 252 341 182 269 c 1\n 137 220 l 1\n322 220 m 1\n 362 137 l 2\n 385 90 395 62 395 47 c 0\n 395 39 388 32 380 32 c 0\n 375 32 372 34 365 42 c 0\n 343 67 272 141 197 217 c 1\n 197 226 l 1\n 367 350 l 2\n 391 367 401 375 414 387 c 0\n 433 405 447 415 455 415 c 0\n 462 415 468 409 468 403 c 0\n 468 382 437 341 367 269 c 1\n 322 220 l 1\nEndSplineSet\nEndChar\nStartChar: logicalnot\nEncoding: 172 172 106\nWidth: 606\nFlags: W\nHStem: 311 88<52 466>\nVStem: 467 88<109 310>\nFore\n467 108 m 1\n 467 311 l 1\n 51 311 l 1\n 51 399 l 1\n 555 399 l 1\n 555 108 l 1\n 467 108 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y1,5 y1,0 \nEndChar\nStartChar: registered\nEncoding: 174 174 107\nWidth: 747\nFlags: W\nHStem: -18 46<350 393> 151 376<257 328> 317 20<329 372> 506 21<329 382> 639 46<366 395>\nVStem: 30 61<316 350> 257 71<190 316 338 478> 437 73<427 434> 657 61<316 350>\nFore\n210 511 m 1\n 210 527 l 1\n 393 527 l 2\n 465 527 510 490 510 432 c 0\n 510 384 483 348 429 328 c 1\n 488 246 l 2\n 519 204 542 178 562 162 c 1\n 562 151 l 1\n 492 151 l 2\n 474 151 458 171 424 232 c 0\n 406 263 395 282 372 317 c 1\n 328 317 l 1\n 328 215 l 2\n 328 172 328 172 376 167 c 1\n 376 151 l 1\n 210 151 l 1\n 210 167 l 1\n 257 172 257 172 257 215 c 2\n 257 464 l 2\n 257 506 257 506 210 511 c 1\n328 506 m 1\n 328 337 l 1\n 369 337 l 2\n 412 337 437 370 437 428 c 0\n 437 480 414 506 368 506 c 2\n 328 506 l 1\n374 685 m 0\n 566 685 718 530 718 334 c 0\n 718 134 568 -18 369 -18 c 0\n 182 -18 30 139 30 332 c 0\n 30 529 182 685 374 685 c 0\n374 639 m 0\n 219 639 91 501 91 333 c 0\n 91 168 220 28 370 28 c 0\n 530 28 657 164 657 334 c 0\n 657 500 528 639 374 639 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: macron\nEncoding: 175 175 108\nWidth: 333\nFlags: W\nHStem: 553 70<68 377>\nFore\n393 623 m 1\n 377 553 l 1\n 51 553 l 1\n 68 623 l 1\n 393 623 l 1\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 109\nWidth: 400\nFlags: W\nHStem: 397 36<211.35 228> 647 36<223 228>\nVStem: 83 41<525.285 542> 328 41<525.002 542>\nFore\n226 683 m 0\n 306 683 369 620 369 540 c 0\n 369 459 306 397 224 397 c 0\n 146 397 83 461 83 540 c 0\n 83 620 146 683 226 683 c 0\n226 647 m 0\n 170 647 124 598 124 540 c 128\n 124 482 170 433 225 433 c 0\n 282 433 328 481 328 540 c 0\n 328 598 281 647 226 647 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: plusminus\nEncoding: 177 177 110\nWidth: 570\nFlags: W\nHStem: 0 88<34 536> 271 88<34 241 329 536>\nVStem: 33 504<1 87 271 359> 241 88<129 271 359 567>\nFore\n241 359 m 1\n 241 568 l 1\n 329 568 l 1\n 329 359 l 1\n 537 359 l 1\n 537 271 l 1\n 329 271 l 1\n 329 128 l 1\n 241 128 l 1\n 241 271 l 1\n 33 271 l 1\n 33 359 l 1\n 241 359 l 1\n33 0 m 1\n 33 88 l 1\n 537 88 l 1\n 537 0 l 1\n 33 0 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y6,8 y6,7 y3,1 y3,2 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: twosuperior\nEncoding: 178 178 111\nWidth: 300\nFlags: W\nHStem: 274 69<97 207> 621.994 61.0065<161 205>\nVStem: 219.995 93.0046<556 584>\nFore\n291 388 m 1\n 240 274 l 1\n 2 274 l 1\n 2 290 l 1\n 106 389 121 403 150 435 c 0\n 201 491 220 525 220 556 c 0\n 220 597 197 622 161 622 c 0\n 132 622 111 610 79 574 c 1\n 61 585 l 1\n 97 651 144 683 205 683 c 0\n 265 683 313 639 313 584 c 0\n 313 536 287 497 221 444 c 2\n 96 343 l 1\n 185 343 l 2\n 235 343 250 351 275 388 c 1\n 291 388 l 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 112\nWidth: 300\nFlags: W\nHStem: 631.994 51.0058<178 222>\nVStem: 209.997 84.0033<390 423> 232.41 87.8761<580 602>\nFore\n110 481 m 1\n 112 495 l 1\n 194 510 233 537 233 580 c 0\n 233 612 212 632 178 632 c 0\n 150 632 131 622 103 590 c 1\n 89 603 l 1\n 129 659 169 683 222 683 c 0\n 278 683 321 648 321 602 c 0\n 321 565 307 548 249 515 c 2\n 242 511 l 1\n 280 485 294 462 294 423 c 0\n 294 336 208 265 102 265 c 0\n 49 265 17 284 17 315 c 0\n 17 339 33 356 54 356 c 0\n 70 356 84 347 97 328 c 0\n 118 300 121 298 140 298 c 0\n 179 298 210 338 210 390 c 0\n 210 448 177 478 110 481 c 1\nEndSplineSet\nEndChar\nStartChar: acute\nEncoding: 180 180 113\nWidth: 333\nFlags: W\nFore\n188 516 m 1\n 139 516 l 1\n 261 647 l 2\n 296 685 313 697 331 697 c 0\n 357 697 379 675 379 650 c 0\n 379 631 370 620 340 603 c 2\n 188 516 l 1\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 114\nWidth: 576\nFlags: W\nHStem: 0 449<148 160>\nVStem: -59.9976 128.998<-146 -108>\nDStem: 125 449 260 449 14 74 167 137 381 449 516 449 330 285 412 113\nFore\n516 449 m 1\n 412 113 l 2\n 409 103 407 93 407 86 c 0\n 407 78 412 72 419 72 c 0\n 434 72 452 90 482 134 c 1\n 503 118 l 1\n 460 59 446 43 421 21 c 0\n 397 0 365 -13 336 -13 c 0\n 300 -13 273 14 273 50 c 0\n 273 69 275 80 284 118 c 1\n 231 28 200 0 154 0 c 0\n 130 0 118 5 92 24 c 1\n 78 -19 70 -65 69 -108 c 0\n 69 -136 67 -145 62 -157 c 0\n 49 -187 21 -207 -10 -207 c 0\n -42 -207 -60 -185 -60 -146 c 0\n -60 -117 -54 -95 -29 -37 c 0\n -10 7 -4 24 14 74 c 1\n 125 449 l 1\n 260 449 l 1\n 167 137 l 2\n 163 123 160 106 160 95 c 0\n 160 79 167 70 179 70 c 0\n 221 70 296 177 330 285 c 2\n 381 449 l 1\n 516 449 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: paragraph\nEncoding: 182 182 115\nWidth: 500\nFlags: W\nHStem: -193 27<323 335.864> 644 25<330 384>\nVStem: -4 79<383 399>\nDStem: 141 258 330 644 56 -68 113 -193 241 644 330 644 147 283 113 -193 385 644 458 581 168 -193 289 -68\nFore\n330 644 m 1\n 113 -193 l 1\n -57 -193 l 1\n -50 -168 l 1\n -1 -164 16 -160 27 -150 c 0\n 35 -144 40 -130 56 -68 c 2\n 141 258 l 1\n 91 260 68 266 43 283 c 0\n 13 304 -4 343 -4 388 c 0\n -4 464 29 557 72 603 c 0\n 113 647 178 669 267 669 c 2\n 562 669 l 1\n 556 644 l 1\n 475 637 472 635 458 581 c 2\n 289 -68 l 2\n 285 -84 281 -101 273 -141 c 1\n 272 -155 286 -162 323 -166 c 0\n 326 -166 336 -167 346 -168 c 1\n 339 -193 l 1\n 168 -193 l 1\n 385 644 l 1\n 330 644 l 1\n147 283 m 1\n 241 644 l 1\n 178 628 152 611 123 564 c 0\n 95 518 75 448 75 394 c 0\n 75 342 101 302 147 283 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: periodcentered\nEncoding: 183 183 116\nWidth: 250\nFlags: W\nHStem: 257 148<115 131>\nVStem: 51 148<321 337>\nFore\n126 405 m 0\n 166 405 199 371 199 331 c 0\n 199 289 166 257 124 257 c 0\n 83 257 51 289 51 331 c 128\n 51 373 84 405 126 405 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: cedilla\nEncoding: 184 184 117\nWidth: 333\nFlags: W\nHStem: -217.063 40.0633<10 20>\nVStem: 65 91<-138 -129>\nDStem: 41 5 85 5 -25 -92 40 -62\nFore\n-25 -92 m 1\n 41 5 l 1\n 85 5 l 1\n 40 -62 l 1\n 50 -60 56 -59 66 -59 c 0\n 118 -59 156 -89 156 -131 c 0\n 156 -181 103 -218 32 -218 c 0\n -4 -218 -36 -211 -80 -193 c 1\n -58 -160 l 1\n -30 -173 -13 -177 9 -177 c 0\n 43 -177 65 -161 65 -136 c 0\n 65 -114 47 -100 18 -100 c 0\n 8 -100 0 -101 -12 -104 c 1\n -25 -92 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: onesuperior\nEncoding: 185 185 118\nWidth: 300\nFlags: W\nHStem: 274 19<30.0628 51.8773 238 253>\nVStem: 30 224<275 293>\nFore\n30 274 m 1\n 30 293 l 1\n 86 293 101 307 118 373 c 0\n 119 377 125 396 131 414 c 0\n 156 487 193 608 191 613 c 0\n 188 627 179 634 165 634 c 0\n 159 634 148 633 133 632 c 2\n 122 631 l 1\n 124 652 l 1\n 196 663 238 670 301 683 c 1\n 201 353 l 1\n 197 341 195 328 195 319 c 0\n 195 297 205 293 254 293 c 1\n 254 274 l 1\n 30 274 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 119\nWidth: 300\nFlags: W\nHStem: 400 20<161 168> 665 19.9682<231.164 240.984>\nVStem: 56 81.0036<455 489>\nFore\n243 685 m 0\n 306 685 350 644 347 587 c 0\n 342 488 254 400 162 400 c 0\n 101 400 56 438 56 489 c 0\n 56 589 148 685 243 685 c 0\n241 665 m 0\n 221 666 198 648 181 617 c 0\n 158 576 137 499 137 455 c 0\n 137 433 148 420 165 420 c 0\n 188 420 208 440 229 483 c 0\n 248 523 264 584 266 627 c 0\n 267 650 258 664 241 665 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: guillemotright\nEncoding: 187 187 120\nWidth: 500\nFlags: W\nFore\n343 227 m 1\n 303 310 l 2\n 280 358 270 385 270 400 c 0\n 270 408 277 415 285 415 c 0\n 290 415 293 413 300 405 c 0\n 339 361 380 319 468 230 c 1\n 468 221 l 1\n 298 97 l 2\n 274 80 264 71 251 60 c 1\n 232 41 218 32 210 32 c 0\n 203 32 197 38 197 44 c 0\n 197 65 227 105 298 178 c 1\n 343 227 l 1\n158 227 m 1\n 118 310 l 2\n 95 358 85 385 85 400 c 0\n 85 408 92 415 100 415 c 0\n 105 415 108 413 115 405 c 0\n 154 361 195 319 283 230 c 1\n 283 221 l 1\n 113 97 l 2\n 89 80 79 71 66 60 c 1\n 47 41 33 32 25 32 c 0\n 18 32 12 38 12 44 c 0\n 12 65 42 105 113 178 c 1\n 158 227 l 1\nEndSplineSet\nKernsSLIF: 89 -83 1 0 87 -75 1 0 86 -79 1 0 84 -76 1 0 197 -30 1 0 196 -30 1 0 193 -30 1 0 198 -39 1 0 65 -30 1 0\nEndChar\nStartChar: onequarter\nEncoding: 188 188 121\nWidth: 750\nFlags: W\nHStem: 0 21G<513 599> 88 61<426 539 644 671> 274 19<7.06279 28.8773 215 230> 663 20G<571 629>\nVStem: 7 224<275 293>\nDStem: 540 88 627 88 513 0 599 0 571 683 629 683 136 -14 194 -14 609 319 721 410 557 149 643 149 675 410 609 319 397 155 425 149\nFore\n688 149 m 1\n 671 88 l 1\n 627 88 l 1\n 599 0 l 1\n 513 0 l 1\n 540 88 l 1\n 381 88 l 1\n 397 155 l 1\n 675 410 l 1\n 721 410 l 1\n 643 149 l 1\n 688 149 l 1\n425 149 m 1\n 557 149 l 1\n 609 319 l 1\n 425 149 l 1\n629 683 m 1\n 194 -14 l 1\n 136 -14 l 1\n 571 683 l 1\n 629 683 l 1\n7 274 m 1\n 7 293 l 1\n 63 293 78 307 95 373 c 0\n 97 380 102 396 108 414 c 0\n 137 498 168 602 168 613 c 128\n 168 624 156 634 142 634 c 0\n 135 634 124 633 110 632 c 2\n 99 631 l 1\n 101 652 l 1\n 173 663 215 670 278 683 c 1\n 178 353 l 1\n 174 341 172 328 172 319 c 0\n 172 297 182 293 231 293 c 1\n 231 274 l 1\n 7 274 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: onehalf\nEncoding: 189 189 122\nWidth: 750\nFlags: W\nHStem: 0 69<507 617> 274 19<-8.93721 12.8773 199 214> 347.994 61.0065<571 615> 663 20G<556 614>\nVStem: -9 224<275 293> 629.17 92.9355<282 310>\nDStem: 556 683 614 683 121 -14 179 -14\nFore\n614 683 m 1\n 179 -14 l 1\n 121 -14 l 1\n 556 683 l 1\n 614 683 l 1\n701 114 m 1\n 650 0 l 1\n 412 0 l 1\n 412 16 l 1\n 516 115 531 129 560 161 c 0\n 611 217 630 251 630 282 c 0\n 630 323 607 348 571 348 c 0\n 542 348 521 336 489 300 c 1\n 471 311 l 1\n 507 377 554 409 615 409 c 0\n 675 409 723 365 723 310 c 0\n 723 262 697 223 631 170 c 2\n 506 69 l 1\n 595 69 l 2\n 645 69 660 77 685 114 c 1\n 701 114 l 1\n-9 274 m 1\n -9 293 l 1\n 47 293 62 307 79 373 c 0\n 81 380 86 396 92 414 c 0\n 121 498 152 602 152 613 c 128\n 152 624 140 634 126 634 c 0\n 119 634 108 633 94 632 c 2\n 83 631 l 1\n 85 652 l 1\n 157 663 199 670 262 683 c 1\n 162 353 l 1\n 158 341 156 328 156 319 c 0\n 156 297 166 293 215 293 c 1\n 215 274 l 1\n -9 274 l 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 123\nWidth: 750\nFlags: W\nHStem: 0 21G<518 604> 88 61<431 544 649 676> 631.994 51.0058<168 212>\nVStem: 199.997 84.0031<389 423> 222.41 87.8351<580 602>\nDStem: 545 88 632 88 518 0 604 0 576 683 634 683 141 -14 199 -14 614 319 726 410 562 149 648 149 680 410 614 319 402 155 430 149\nFore\n693 149 m 1\n 676 88 l 1\n 632 88 l 1\n 604 0 l 1\n 518 0 l 1\n 545 88 l 1\n 386 88 l 1\n 402 155 l 1\n 680 410 l 1\n 726 410 l 1\n 648 149 l 1\n 693 149 l 1\n430 149 m 1\n 562 149 l 1\n 614 319 l 1\n 430 149 l 1\n634 683 m 1\n 199 -14 l 1\n 141 -14 l 1\n 576 683 l 1\n 634 683 l 1\n100 481 m 1\n 102 495 l 1\n 184 510 223 537 223 580 c 0\n 223 612 202 632 168 632 c 0\n 140 632 121 622 93 590 c 1\n 79 603 l 1\n 119 659 159 683 212 683 c 0\n 268 683 311 648 311 602 c 0\n 311 565 296 548 239 515 c 2\n 232 511 l 1\n 270 485 284 462 284 423 c 0\n 284 336 198 265 93 265 c 0\n 39 265 7 284 7 315 c 0\n 7 339 23 356 44 356 c 0\n 60 356 74 347 87 328 c 1\n 109 300 111 298 129 298 c 0\n 169 298 200 338 200 389 c 0\n 200 448 168 478 100 481 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: questiondown\nEncoding: 191 191 124\nWidth: 500\nFlags: W\nHStem: -204.648 30.6485<220 228> 344 148<345 350>\nVStem: 30.9352 126.947<-94 -60> 259 122<-77 -67> 273 148<405.493 420>\nFore\n304 271 m 1\n 333 264 l 1\n 328 209 308 163 262 105 c 2\n 221 54 l 2\n 177 -1 157 -47 157 -94 c 0\n 157 -143 184 -174 226 -174 c 0\n 258 -174 288 -155 288 -136 c 0\n 288 -130 285 -124 277 -113 c 0\n 264 -97 259 -83 259 -69 c 0\n 259 -36 286 -9 320 -9 c 128\n 354 -9 381 -38 381 -76 c 0\n 381 -151 307 -205 206 -205 c 0\n 101 -205 30 -147 30 -60 c 0\n 30 2 67 52 156 110 c 2\n 222 153 l 2\n 260 178 276 201 304 271 c 1\n348 492 m 0\n 388 492 421 458 421 418 c 0\n 421 376 388 344 346 344 c 0\n 305 344 273 376 273 418 c 128\n 273 460 306 492 348 492 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: Agrave\nEncoding: 192 192 125\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 65 65 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 171 207\nKernsSLIF: 46 1 0 0 89 -44 0 0 87 -107 0 0 86 -110 0 0 85 -61 0 0 84 -33 0 0 81 -54 0 0 79 -53 0 0 71 -59 0 0 67 -61 0 0\nEndChar\nStartChar: Aacute\nEncoding: 193 193 126\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 65 65 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 186 207\nKernsSLIF: 121 -67 0 0 119 -56 0 0 118 -51 0 0 117 -18 0 0 116 -4 0 0 8217 -101 0 0 113 -18 0 0 46 1 0 0 111 -23 0 0 45 -23 0 0 8249 -68 0 0 171 -58 0 0 103 -20 0 0 101 -25 0 0 100 -5 0 0 99 -20 0 0 98 -1 0 0 97 -5 0 0 89 -44 0 0 87 -107 0 0 86 -110 0 0 85 -61 0 0 84 -33 0 0 81 -54 0 0 79 -53 0 0 71 -59 0 0 67 -61 0 0\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 127\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 65 65 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 188 207\nKernsSLIF: 46 1 0 0 89 -44 0 0 87 -107 0 0 86 -110 0 0 85 -61 0 0 84 -33 0 0 81 -54 0 0 79 -53 0 0 71 -59 0 0 67 -61 0 0\nEndChar\nStartChar: Atilde\nEncoding: 195 195 128\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 743.003 76.9966<464 489> 786.992 75.0081<310 338>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 65 65 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 174 207\nKernsSLIF: 46 1 0 0 89 -44 0 0 87 -107 0 0 86 -110 0 0 85 -61 0 0 84 -33 0 0 81 -54 0 0 79 -53 0 0 71 -59 0 0 67 -61 0 0\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 129\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 732 130<287.208 300 506 512>\nVStem: -67 196<1 25> 234 130<785.399 798> 289 304<1 25> 446 130<785.399 798>\nDStem: 388 683 309 491 16 95 161 248\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 179 207\nKernsSLIF: 121 -67 0 0 119 -56 0 0 118 -51 0 0 117 -18 0 0 116 -4 0 0 8217 -101 0 0 8221 -78 0 0 113 -18 0 0 46 1 0 0 111 -23 0 0 45 -23 0 0 8249 -68 0 0 171 -58 0 0 103 -20 0 0 100 -5 0 0 99 -20 0 0 98 -1 0 0 97 -5 0 0 89 -44 0 0 87 -107 0 0 86 -110 0 0 85 -61 0 0 84 -33 0 0 81 -54 0 0 79 -53 0 0 71 -59 0 0 67 -61 0 0\nEndChar\nStartChar: Aring\nEncoding: 197 197 130\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 736 48<397 413> 902 48<397 413>\nVStem: -67 196<1 25> 289 304<1 25> 301 48<841 848> 466 48<832 848>\nDStem: 388 683 309 491 16 95 161 248\nRef: 65 65 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 174 196\nKernsSLIF: 121 -67 0 0 119 -56 0 0 118 -51 0 0 117 -18 0 0 116 -4 0 0 8217 -101 0 0 8221 -78 0 0 113 -18 0 0 46 1 0 0 111 -23 0 0 45 -23 0 0 8249 -68 0 0 171 -58 0 0 103 -20 0 0 101 -25 0 0 100 -5 0 0 99 -20 0 0 98 -1 0 0 97 -5 0 0 89 -44 0 0 87 -107 0 0 86 -110 0 0 85 -61 0 0 84 -33 0 0 81 -54 0 0 79 -53 0 0 71 -59 0 0 67 -61 0 0\nEndChar\nStartChar: AE\nEncoding: 198 198 131\nWidth: 944\nFlags: W\nHStem: 0 32<528 573> 255 39<226 387> 637 32<672 710>\nVStem: -64 195<1 25>\nDStem: 390 574 478 627 24 102 225 294 490 627 626 605 398 294 561 370 490 627 781 472 398 294 708 199\nFore\n264 0 m 1\n 264 25 l 1\n 316 33 326 43 342 96 c 1\n 388 255 l 1\n 196 255 l 1\n 82 98 l 2\n 73 85 67 71 67 59 c 0\n 67 37 83 29 131 25 c 1\n 131 0 l 1\n -64 0 l 1\n -64 25 l 1\n -48 28 -42 29 -34 34 c 0\n -28 37 -16 52 24 102 c 1\n 390 574 l 2\n 402 590 410 607 410 618 c 0\n 410 636 394 642 329 646 c 1\n 329 669 l 1\n 918 669 l 1\n 873 479 l 1\n 849 484 l 1\n 847 524 l 1\n 843 599 789 637 685 637 c 0\n 643 637 633 632 626 605 c 1\n 561 370 l 1\n 571 370 l 1\n 580 370 l 2\n 682 370 715 390 755 476 c 1\n 781 472 l 1\n 708 199 l 1\n 683 204 l 1\n 684 215 l 1\n 685 224 l 1\n 686 236 686 245 686 251 c 0\n 686 316 663 331 553 338 c 1\n 490 97 l 2\n 487 86 485 75 485 69 c 0\n 485 43 502 32 543 32 c 0\n 614 32 677 48 720 78 c 0\n 757 104 782 132 824 199 c 1\n 850 196 l 1\n 791 0 l 1\n 264 0 l 1\n225 294 m 1\n 398 294 l 1\n 490 627 l 1\n 478 627 l 1\n 225 294 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 132\nWidth: 667\nFlags: W\nHStem: -217.019 40.019<176 187> -17.6239 53.2783<304 336> 650 34.1508<464 466> 665 20G<647 677>\nVStem: 32.1791 154.304<209 241> 232 91<-138 -129>\nDStem: 203 -2 241 -12 142 -92 207 -62\nFore\n241 -12 m 1\n 207 -62 l 1\n 217 -60 223 -59 233 -59 c 0\n 285 -59 323 -89 323 -131 c 0\n 323 -181 270 -218 199 -218 c 0\n 162 -218 130 -211 87 -193 c 1\n 109 -160 l 1\n 137 -173 154 -177 176 -177 c 0\n 210 -177 232 -161 232 -136 c 0\n 232 -114 214 -100 185 -100 c 0\n 175 -100 167 -101 155 -104 c 1\n 142 -92 l 1\n 203 -2 l 1\n 94 34 32 122 32 241 c 0\n 32 483 217 685 440 685 c 0\n 481 685 528 677 571 664 c 0\n 586 659 601 656 609 656 c 0\n 624 656 633 663 647 685 c 1\n 677 685 l 1\n 626 451 l 1\n 594 457 l 1\n 596 470 597 479 597 492 c 0\n 597 590 547 650 466 650 c 0\n 425 650 386 634 349 604 c 0\n 258 528 186 355 186 209 c 0\n 186 100 242 35 336 35 c 0\n 367 35 398 41 426 53 c 0\n 468 71 496 94 546 153 c 1\n 576 131 l 1\n 544 87 528 70 498 47 c 0\n 441 4 375 -18 304 -18 c 0\n 283 -18 263 -16 241 -12 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nKernsSLIF: 65 -30 0 0\nEndChar\nStartChar: Egrave\nEncoding: 200 200 133\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 181 207\nEndChar\nStartChar: Eacute\nEncoding: 201 201 134\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 189 207\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 135\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 191 207\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 136\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 732 130<292.208 305 511 517>\nVStem: 239 130<785.399 798> 451 130<785.399 798>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 184 207\nEndChar\nStartChar: Igrave\nEncoding: 204 204 137\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 69 207\nEndChar\nStartChar: Iacute\nEncoding: 205 205 138\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 36 210\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 139\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 61 207\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 140\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414> 732 130<164.208 177 383 389>\nVStem: -24 296<1 25> 111 130<785.399 798> 116 298<644 668> 323 130<785.399 798>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 56 207\nEndChar\nStartChar: Eth\nEncoding: 208 208 141\nWidth: 722\nFlags: W\nHStem: 0 34<241 272> 329 44<22 111 273 382> 638 31<381 401>\nVStem: 553 146.999<396 457>\nDStem: 22 373 260 329 10 329 205 126 112 329 260 329 49 97 205 126 170 543 333 600 124 373 272 373\nFore\n124 373 m 1\n 170 543 l 1\n 178 574 182 592 182 602 c 0\n 182 626 172 634 140 639 c 0\n 135 640 123 642 109 644 c 1\n 109 669 l 1\n 399 669 l 2\n 588 669 700 567 700 396 c 0\n 700 169 510 0 255 0 c 2\n -31 0 l 1\n -31 25 l 1\n 18 31 34 46 49 97 c 1\n 112 329 l 1\n 10 329 l 1\n 22 373 l 1\n 124 373 l 1\n272 373 m 1\n 394 373 l 1\n 382 329 l 1\n 260 329 l 1\n 205 126 l 1\n 205 126 204 124 204 122 c 0\n 195 96 192 80 192 68 c 0\n 192 45 209 34 246 34 c 0\n 341 34 412 71 465 147 c 0\n 519 224 553 343 553 457 c 0\n 553 579 499 638 388 638 c 0\n 356 638 340 627 333 600 c 2\n 272 373 l 1\nEndSplineSet\nEndChar\nStartChar: Ntilde\nEncoding: 209 209 142\nWidth: 722\nFlags: W\nHStem: 0 21<-29 179> 649 20<109 304 537 746> 743.003 76.9966<521 546> 786.992 75.0081<367 395>\nVStem: -29 208<1 25> 537 209<644 668>\nDStem: 192 589 216 534 72 178 117 178 216 534 304 669 473 -15 519 204 599 491 644 491 519 204 501 -15\nRef: 78 78 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 231 207\nEndChar\nStartChar: Ograve\nEncoding: 210 210 143\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 245 207\nKernsSLIF: 89 -56 0 0 86 -52 0 0 84 -18 0 0\nEndChar\nStartChar: Oacute\nEncoding: 211 211 144\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 245 207\nKernsSLIF: 89 -56 0 0 87 -52 0 0 86 -52 0 0 84 -18 0 0 65 -57 0 0\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 145\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 253 207\nKernsSLIF: 89 -56 0 0 86 -52 0 0 84 -18 0 0\nEndChar\nStartChar: Otilde\nEncoding: 213 213 146\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459> 743.003 76.9966<525 550> 786.992 75.0081<371 399>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 235 207\nKernsSLIF: 89 -56 0 0 86 -52 0 0 84 -18 0 0\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 147\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459> 732 130<339.208 352 558 564>\nVStem: 27 144.002<137 221> 286 130<785.399 798> 498 130<785.399 798> 547 143.998<454 531>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 231 207\nKernsSLIF: 89 -56 0 0 88 -63 0 0 87 -52 0 0 86 -52 0 0 84 -18 0 0 65 -57 0 0\nEndChar\nStartChar: multiply\nEncoding: 215 215 148\nWidth: 570\nFlags: W\nDStem: 48 428 110 490 223 253 285 314 223 253 285 192 48 78 110 16 285 192 346 253 460 16 522 78 460 490 522 428 285 314 346 253\nFore\n223 253 m 1\n 48 428 l 1\n 110 490 l 1\n 285 314 l 1\n 460 490 l 1\n 522 428 l 1\n 346 253 l 1\n 522 78 l 1\n 460 16 l 1\n 285 192 l 1\n 110 16 l 1\n 48 78 l 1\n 223 253 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: Oslash\nEncoding: 216 216 149\nWidth: 722\nFlags: W\nHStem: -18 34<265 283> 651 34<427.032 459>\nVStem: 27 144.002<141 212> 547 143.998<453 526>\nDStem: 144 11 183 -5 65 -125 113 -125 506 630 533 593 182 77 208 38 584 764 633 764 531 672 570 656\nFore\n633 764 m 1\n 570 656 l 1\n 609 633 625 620 644 595 c 0\n 674 557 691 504 691 453 c 0\n 691 307 608 149 484 58 c 0\n 417 8 342 -18 266 -18 c 0\n 235 -18 214 -15 183 -5 c 1\n 113 -125 l 1\n 65 -125 l 1\n 144 11 l 1\n 113 29 100 39 84 58 c 0\n 47 100 27 154 27 212 c 0\n 27 453 234 685 449 685 c 0\n 479 685 499 682 531 672 c 1\n 584 764 l 1\n 633 764 l 1\n182 77 m 1\n 506 630 l 1\n 487 645 468 651 443 651 c 0\n 382 651 327 608 278 521 c 0\n 220 418 171 243 171 141 c 0\n 171 119 175 97 182 77 c 1\n533 593 m 1\n 208 38 l 1\n 228 22 247 16 273 16 c 0\n 327 16 372 47 418 113 c 0\n 483 208 547 412 547 526 c 0\n 547 548 542 571 533 593 c 1\nEndSplineSet\nKernsSLIF: 65 -57 0 0\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 150\nWidth: 722\nFlags: W\nHStem: -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 85 85 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 254 207\nKernsSLIF: 65 -65 0 0\nEndChar\nStartChar: Uacute\nEncoding: 218 218 151\nWidth: 722\nFlags: W\nHStem: -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 85 85 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 221 207\nKernsSLIF: 114 -32 0 0 46 -41 0 0 112 -30 0 0 110 -39 0 0 109 -35 0 0 44 -40 0 0 65 -65 0 0\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 152\nWidth: 722\nFlags: W\nHStem: -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 85 85 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 255 207\nKernsSLIF: 65 -65 0 0\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 153\nWidth: 722\nFlags: W\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 732 130<343.208 356 562 568>\nVStem: 67 138<138 158> 98 311<644 668> 290 130<785.399 798> 502 130<785.399 798> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 85 85 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 235 207\nKernsSLIF: 114 -32 0 0 46 -41 0 0 112 -30 0 0 110 -39 0 0 109 -35 0 0 44 -40 0 0 98 1 0 0 65 -65 0 0\nEndChar\nStartChar: Yacute\nEncoding: 221 221 154\nWidth: 611\nFlags: W\nHStem: 0 21<73 395> 644 25<337 355>\nVStem: 73 283<644 668> 73 322<1 25> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 89 89 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 162 207\nEndChar\nStartChar: Thorn\nEncoding: 222 222 155\nWidth: 611\nFlags: W\nHStem: 0 21G<-27 267> 182.842 34.1581<266 294> 502 32<329.612 359> 640 29<143 144>\nVStem: -27 294<1 25> 113 294<644 668> 428 145.998<379 411>\nDStem: 176 546 293 458 53 97 229 219\nFore\n113 644 m 1\n 113 669 l 1\n 407 669 l 1\n 407 644 l 1\n 354 637 345 629 325 572 c 2\n 312 534 l 1\n 360 534 l 2\n 499 534 574 480 574 379 c 0\n 574 259 467 182 300 182 c 0\n 274 182 255 183 219 187 c 1\n 205 123 l 2\n 198 92 195 73 195 64 c 0\n 195 37 211 28 267 25 c 1\n 267 0 l 1\n -27 0 l 1\n -27 25 l 1\n 25 33 37 44 53 97 c 1\n 176 546 l 2\n 182 568 186 592 186 607 c 0\n 186 627 175 636 144 640 c 0\n 139 640 127 642 113 644 c 1\n293 458 m 1\n 229 219 l 1\n 248 218 260 217 271 217 c 0\n 342 217 379 240 405 299 c 0\n 419 330 428 376 428 411 c 0\n 428 469 397 502 344 502 c 0\n 325 502 314 498 304 487 c 0\n 300 482 300 482 293 458 c 1\nEndSplineSet\nEndChar\nStartChar: germandbls\nEncoding: 223 223 156\nWidth: 500\nFlags: W\nHStem: -200 31<-111 -99> -7 34<200 217> 675 30<312 326>\nVStem: -200 99<-124 -113> 315 119.997<256 304> 362 110.996<574 615>\nDStem: 76 403 214 509 -16 -20 123 102\nFore\n241 384 m 1\n 248 421 l 1\n 264 421 l 2\n 265 421 266 421 268 420 c 0\n 286 414 316 439 333 473 c 0\n 350 509 362 568 362 615 c 0\n 362 655 347 675 315 675 c 0\n 270 675 240 626 214 509 c 2\n 123 102 l 2\n 78 -98 2 -200 -103 -200 c 0\n -160 -200 -200 -169 -200 -123 c 0\n -200 -91 -180 -70 -149 -70 c 0\n -119 -70 -101 -87 -101 -115 c 0\n -101 -129 -103 -136 -112 -146 c 0\n -117 -151 -118 -153 -118 -158 c 0\n -118 -166 -114 -169 -102 -169 c 0\n -83 -169 -73 -164 -63 -152 c 0\n -47 -131 -30 -83 -16 -20 c 1\n 76 403 l 2\n 119 601 205 705 327 705 c 0\n 412 705 473 650 473 574 c 0\n 473 538 457 501 432 477 c 0\n 398 444 368 428 291 399 c 1\n 344 388 368 379 392 357 c 0\n 420 333 435 298 435 256 c 0\n 435 117 331 -7 215 -7 c 0\n 185 -7 164 -1 142 15 c 1\n 162 50 l 1\n 166 45 l 2\n 174 35 193 27 209 27 c 0\n 232 27 252 46 270 85 c 0\n 294 137 315 239 315 304 c 0\n 315 334 306 358 291 369 c 0\n 281 377 270 380 241 384 c 1\nEndSplineSet\nEndChar\nStartChar: agrave\nEncoding: 224 224 157\nWidth: 500\nFlags: W\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 97 97 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 83 0\nKernsSLIF: 121 -3 0 0 119 -5 0 0 118 -5 0 0\nEndChar\nStartChar: aacute\nEncoding: 225 225 158\nWidth: 500\nFlags: W\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 97 97 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 84 0\nKernsSLIF: 121 -3 0 0 119 -5 0 0 118 -5 0 0\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 159\nWidth: 500\nFlags: W\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 97 97 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 84 0\nEndChar\nStartChar: atilde\nEncoding: 227 227 160\nWidth: 500\nFlags: W\nHStem: 536.003 76.9966<374 399> 579.992 75.0081<220 248>\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 97 97 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 84 0\nEndChar\nStartChar: adieresis\nEncoding: 228 228 161\nWidth: 500\nFlags: W\nHStem: 525 130<182.208 195 401 407>\nVStem: -21 123<99.9685 129> 129 130<578.399 591> 341 130<578.399 591>\nDStem: 344 449 455 456 326 390 384 220\nRef: 97 97 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 74 0\nKernsSLIF: 121 -3 0 0 119 -5 0 0 118 -5 0 0\nEndChar\nStartChar: aring\nEncoding: 229 229 162\nWidth: 500\nFlags: W\nHStem: 540 48<306 322> 706 48<306 322>\nVStem: -21 123<99.9685 129> 210 48<645 652> 375 48<636 652>\nDStem: 344 449 455 456 326 390 384 220\nRef: 97 97 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 83 0\nKernsSLIF: 121 -3 0 0 119 -5 0 0 118 -5 0 0\nEndChar\nStartChar: ae\nEncoding: 230 230 163\nWidth: 722\nFlags: W\nHStem: -12.9978 62.9978<425 468> 419 42.6761<281 287> 428.776 29.4318<550 573>\nVStem: 583 90<371 387>\nDStem: 370 454 473 459 352 396 453 394\nFore\n352 396 m 1\n 370 454 l 1\n 473 459 l 1\n 453 394 l 1\n 496 444 524 459 573 459 c 0\n 636 459 673 427 673 372 c 0\n 673 290 590 223 445 190 c 2\n 406 181 l 1\n 402 161 401 150 401 134 c 0\n 401 83 427 50 468 50 c 0\n 515 50 557 80 591 139 c 1\n 619 122 l 1\n 576 34 509 -13 425 -13 c 0\n 378 -13 337 3 315 31 c 0\n 298 52 290 72 282 118 c 1\n 226 26 176 -12 109 -12 c 0\n 43 -12 -5 38 -5 106 c 0\n -5 269 145 462 271 462 c 0\n 314 462 334 446 352 396 c 1\n285 419 m 0\n 253 419 221 390 188 332 c 0\n 151 266 124 182 121 124 c 0\n 119 85 139 58 169 58 c 0\n 202 58 233 83 262 137 c 0\n 300 204 333 309 333 363 c 0\n 333 395 313 419 285 419 c 0\n418 231 m 2\n 413 214 l 1\n 441 218 463 227 494 246 c 0\n 552 282 583 331 583 388 c 0\n 583 416 573 429 550 429 c 0\n 500 429 458 365 418 231 c 2\nEndSplineSet\nMinimumDistance: x5,-1 \nKernsSLIF: 121 -8 0 0 119 -5 0 0 118 -5 0 0\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 164\nWidth: 444\nFlags: W\nHStem: -217.063 40.0633<66 76> -12.9973 63.9973<148 196> 429 32.3057<264 274>\nVStem: -5 128<125 150> 121 91<-138 -129> 272.238 118.85<354 372>\nDStem: 91 -4 130 -12 31 -92 96 -62\nFore\n130 -12 m 1\n 96 -62 l 1\n 106 -60 112 -59 122 -59 c 0\n 174 -59 212 -89 212 -131 c 0\n 212 -181 159 -218 88 -218 c 0\n 52 -218 20 -211 -24 -193 c 1\n -2 -160 l 1\n 26 -173 43 -177 65 -177 c 0\n 99 -177 121 -161 121 -136 c 0\n 121 -114 103 -100 74 -100 c 0\n 64 -100 56 -101 44 -104 c 1\n 31 -92 l 1\n 91 -4 l 1\n 30 18 -5 70 -5 138 c 0\n -5 298 139 462 280 462 c 0\n 347 462 392 425 392 372 c 0\n 392 331 366 302 330 302 c 0\n 297 302 272 324 272 354 c 0\n 272 366 276 377 285 393 c 0\n 291 402 293 408 293 412 c 0\n 293 422 283 429 271 429 c 0\n 241 429 212 405 185 358 c 0\n 149 293 123 203 123 141 c 0\n 123 87 153 51 196 51 c 128\n 239 51 270 74 318 141 c 1\n 346 123 l 1\n 311 73 295 54 269 32 c 0\n 236 3 192 -13 148 -13 c 0\n 142 -13 137 -13 130 -12 c 1\nEndSplineSet\nEndChar\nStartChar: egrave\nEncoding: 232 232 165\nWidth: 444\nFlags: W\nHStem: -11.9977 63.9977<156 200> 430 32.3367<277 280>\nVStem: 5 130<125 148> 305.09 92.9102<376 396>\nFore\n317 143 m 1\n 346 126 l 1\n 286 27 232 -12 156 -12 c 0\n 69 -12 5 51 5 135 c 0\n 5 300 149 463 293 463 c 0\n 354 463 398 427 398 376 c 0\n 398 341 379 303 344 271 c 0\n 294 225 245 203 141 183 c 1\n 137 163 135 150 135 134 c 0\n 135 80 157 52 200 52 c 0\n 242 52 270 74 317 143 c 1\n148 215 m 1\n 159 219 174 224 181 226 c 0\n 258 255 306 320 306 396 c 0\n 306 418 297 430 278 430 c 0\n 230 430 184 353 148 215 c 1\n366 516 m 1\n 321 516 l 1\n 188 605 l 2\n 166 620 154 637 154 652 c 0\n 154 676 175 697 199 697 c 0\n 218 697 239 684 255 663 c 2\n 366 516 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: eacute\nEncoding: 233 233 166\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 56 0\nKernsSLIF: 121 -6 0 0 119 -3 0 0 118 -3 0 0\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 167\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 56 0\nKernsSLIF: 121 -6 0 0 119 -3 0 0 118 -3 0 0\nEndChar\nStartChar: edieresis\nEncoding: 235 235 168\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 525 130<154.208 167 373 379>\nVStem: 5 130<124 147> 101 130<578.399 591> 305.09 92.9102<375 395> 313 130<578.399 591>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 46 0\nEndChar\nStartChar: igrave\nEncoding: 236 236 169\nWidth: 278\nFlags: W\nDStem: 73 338 223 462 15 123 132 128\nRef: 305 305 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 -37 0\nEndChar\nStartChar: iacute\nEncoding: 237 237 170\nWidth: 278\nFlags: W\nDStem: 73 338 223 462 15 123 132 128\nRef: 305 305 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 -27 0\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 171\nWidth: 278\nFlags: W\nDStem: 73 338 223 462 15 123 132 128\nRef: 305 305 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 -42 0\nEndChar\nStartChar: idieresis\nEncoding: 239 239 172\nWidth: 278\nFlags: W\nHStem: 525 130<71.2083 84 290 296>\nVStem: 18 130<578.399 591> 230 130<578.399 591>\nDStem: 73 338 223 462 15 123 132 128\nRef: 305 305 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -37 0\nEndChar\nStartChar: eth\nEncoding: 240 240 173\nWidth: 500\nFlags: W\nHStem: -13 29<154 173> 433 29<269 285>\nVStem: -3 119.002<86 134> 322 119<355 387>\nDStem: 253 607 283 574 131 543 164 512 420 696 454 664 313 639 347 608\nFore\n283 574 m 1\n 164 512 l 1\n 131 543 l 1\n 253 607 l 1\n 214 644 177 665 137 672 c 1\n 181 699 l 1\n 230 692 270 674 313 639 c 1\n 420 696 l 1\n 454 664 l 1\n 347 608 l 1\n 414 529 441 462 441 372 c 0\n 441 163 310 -13 155 -13 c 0\n 65 -13 -3 50 -3 134 c 0\n -3 299 134 462 272 462 c 0\n 303 462 324 449 343 420 c 1\n 345 424 l 1\n 341 478 322 524 283 574 c 1\n276 433 m 0\n 243 433 215 411 189 365 c 0\n 153 300 116 159 116 86 c 0\n 116 39 132 16 165 16 c 0\n 200 16 230 45 259 107 c 0\n 291 178 322 307 322 375 c 0\n 322 411 304 433 276 433 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: ntilde\nEncoding: 241 241 174\nWidth: 556\nFlags: W\nHStem: 0 21<-6 115> 536.003 76.9966<387 412> 579.992 75.0081<233 261>\nVStem: 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nRef: 110 110 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 97 0\nEndChar\nStartChar: ograve\nEncoding: 242 242 175\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 83 0\nKernsSLIF: 121 -29 0 0 119 -21 0 0 118 -21 0 0\nEndChar\nStartChar: oacute\nEncoding: 243 243 176\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 84 0\nKernsSLIF: 121 -29 0 0 119 -21 0 0 118 -21 0 0\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 177\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 84 0\nKernsSLIF: 116 -4 0 0\nEndChar\nStartChar: otilde\nEncoding: 245 245 178\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285> 536.003 76.9966<374 399> 579.992 75.0081<220 248>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 84 0\nEndChar\nStartChar: odieresis\nEncoding: 246 246 179\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285> 525 130<177.208 190 396 402>\nVStem: -3 119.002<78 135> 124 130<578.399 591> 322 118.997<311 375> 336 130<578.399 591>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 69 0\nKernsSLIF: 121 -29 0 0 120 -26 0 0 119 -21 0 0 118 -21 0 0 116 -4 0 0\nEndChar\nStartChar: divide\nEncoding: 247 247 180\nWidth: 570\nFlags: W\nHStem: -29 148<283 289> 209 88<34 536> 387 148<283 289>\nVStem: 33 504<210 296> 211 148<35 51 451 467>\nFore\n537 209 m 1\n 33 209 l 1\n 33 297 l 1\n 537 297 l 1\n 537 209 l 1\n286 119 m 0\n 326 119 359 85 359 45 c 0\n 359 4 326 -29 284 -29 c 0\n 243 -29 211 3 211 45 c 128\n 211 87 244 119 286 119 c 0\n286 535 m 0\n 326 535 359 501 359 461 c 0\n 359 419 326 387 284 387 c 0\n 243 387 211 419 211 461 c 128\n 211 503 244 535 286 535 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: oslash\nEncoding: 248 248 181\nWidth: 500\nFlags: W\nHStem: -13 29<156 173> 433 29<266 285>\nVStem: -3 119.002<86 134> 322 118.998<311 372>\nDStem: 74 7 106 -5 2 -119 42 -119 307 419 321 377 116 78 128 34 387 560 424 560 328 456 359 444\nFore\n424 560 m 1\n 359 444 l 1\n 416 416 441 375 441 311 c 0\n 441 143 305 -13 157 -13 c 0\n 139 -13 126 -11 106 -5 c 1\n 42 -119 l 1\n 2 -119 l 1\n 74 7 l 1\n 21 37 -3 77 -3 134 c 0\n -3 304 136 462 286 462 c 0\n 300 462 310 461 328 456 c 1\n 387 560 l 1\n 424 560 l 1\n116 78 m 1\n 307 419 l 1\n 297 429 288 433 275 433 c 0\n 243 433 214 410 189 364 c 0\n 153 300 116 160 116 86 c 2\n 116 78 l 1\n321 377 m 1\n 128 34 l 1\n 138 22 149 16 165 16 c 0\n 204 16 235 50 266 125 c 0\n 295 194 322 312 322 372 c 0\n 322 374 322 375 321 377 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 182\nWidth: 556\nFlags: W\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 117 117 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 111 0\nEndChar\nStartChar: uacute\nEncoding: 250 250 183\nWidth: 556\nFlags: W\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 117 117 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 112 0\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 184\nWidth: 556\nFlags: W\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 117 117 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 108 0\nEndChar\nStartChar: udieresis\nEncoding: 252 252 185\nWidth: 556\nFlags: W\nHStem: 525 130<205.208 218 424 430>\nVStem: 15.004 118.996<65 88> 152 130<578.399 591> 364 130<578.399 591>\nDStem: 76 306 243 462 36 173 149 154\nRef: 117 117 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 97 0\nEndChar\nStartChar: yacute\nEncoding: 253 253 186\nWidth: 444\nFlags: W\nHStem: -205 115<-43 -33>\nVStem: 273 119<397 408>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 56 0\nEndChar\nStartChar: thorn\nEncoding: 254 254 187\nWidth: 500\nFlags: W\nHStem: -205 27<-119.937 -97.1899 112 128> -12.0305 34.0648<152 169>\nVStem: -120 249<-204 -178> 321.176 124.824<334.028 341>\nFore\n129 -178 m 1\n 129 -205 l 1\n -120 -205 l 1\n -120 -178 l 1\n -71 -179 -60 -167 -42 -93 c 1\n 120 537 l 2\n 132 583 137 606 137 612 c 0\n 137 635 123 642 74 642 c 1\n 74 669 l 1\n 163 679 212 686 280 699 c 1\n 185 359 l 1\n 188 356 l 1\n 238 431 282 462 339 462 c 0\n 404 462 446 414 446 341 c 0\n 446 168 304 -13 169 -13 c 0\n 148 -13 136 -9 101 9 c 1\n 98 -4 l 1\n 90 -32 l 2\n 71 -100 64 -133 64 -146 c 0\n 64 -170 79 -177 129 -178 c 1\n282 391 m 0\n 256 393 223 368 198 329 c 0\n 182 305 172 277 148 195 c 0\n 121 104 113 74 113 58 c 0\n 113 38 130 22 152 22 c 0\n 185 22 218 50 249 104 c 0\n 285 169 317 269 321 334 c 0\n 323 366 308 389 282 391 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: ydieresis\nEncoding: 255 255 188\nWidth: 444\nFlags: W\nHStem: -205 115<-43 -33> 525 130<149.208 162 368 374>\nVStem: 96 130<578.399 591> 273 119<397 408> 308 130<578.399 591>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 41 0\nEndChar\nStartChar: Amacron\nEncoding: 256 256 189\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 763 70<265 574>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 65 65 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 197 210\nEndChar\nStartChar: amacron\nEncoding: 257 257 190\nWidth: 500\nFlags: W\nHStem: 553 70<152 461>\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 97 97 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 84 0\nEndChar\nStartChar: Abreve\nEncoding: 258 258 191\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 726 72<390 409> 868 20<262 305 539 578>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 191 210\nEndChar\nStartChar: abreve\nEncoding: 259 259 192\nWidth: 500\nFlags: W\nHStem: 516 72<282 301> 658 20<154 197 431 470>\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 97 97 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 83 0\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 193\nWidth: 667\nFlags: W\nHStem: -172.996 68.9961<606 647> 0 25<109 128> 208 40<162 345> 663 20G<388 413>\nVStem: -67 196<1 25> 289 304<0 25> 500.004 83.9958<-92 -39>\nDStem: 388 683 309 491 16 95 161 248\nFore\n353 208 m 1\n 138 208 l 1\n 79 106 l 2\n 69 89 64 73 64 60 c 0\n 64 36 83 25 129 25 c 1\n 129 0 l 1\n -67 0 l 1\n -67 25 l 1\n -31 33 -16 46 16 95 c 1\n 388 683 l 1\n 413 683 l 1\n 509 111 l 1\n 522 35 527 30 593 25 c 1\n 593 0 l 1\n 587 -14 584 -25 584 -39 c 0\n 584 -81 606 -104 647 -104 c 0\n 662 -104 673 -101 693 -91 c 0\n 701 -87 702 -86 707 -84 c 1\n 729 -98 l 1\n 704 -144 656 -173 606 -173 c 0\n 545 -173 500 -139 500 -92 c 0\n 500 -65 509 -45 543 0 c 1\n 289 0 l 1\n 289 25 l 1\n 353 31 368 42 368 84 c 0\n 368 97 366 117 360 156 c 0\n 359 163 356 184 353 208 c 1\n161 248 m 1\n 346 248 l 1\n 309 491 l 1\n 161 248 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: aogonek\nEncoding: 261 261 194\nWidth: 500\nFlags: W\nHStem: -172.996 68.9961<377 418>\nVStem: -21 123<99.9685 129> 271.004 83.9962<-92 -41>\nDStem: 344 449 455 456 326 390 384 220\nFore\n434 127 m 1\n 455 112 l 1\n 430 74 419 60 390 27 c 0\n 362 -3 355 -18 355 -41 c 0\n 355 -82 378 -104 418 -104 c 0\n 433 -104 444 -101 464 -91 c 0\n 472 -87 473 -86 478 -84 c 1\n 500 -98 l 1\n 475 -144 427 -173 377 -173 c 0\n 316 -173 271 -139 271 -92 c 0\n 271 -67 278 -50 303 -14 c 1\n 262 -10 237 15 237 52 c 0\n 237 66 240 79 251 119 c 1\n 194 24 148 -13 87 -13 c 0\n 22 -13 -21 38 -21 114 c 0\n -21 270 129 462 252 462 c 0\n 295 462 317 441 326 390 c 1\n 344 449 l 1\n 455 456 l 1\n 384 220 l 2\n 360 139 350 97 350 72 c 0\n 350 63 355 57 362 57 c 0\n 378 57 393 72 434 127 c 1\n266 420 m 0\n 239 422 206 391 176 338 c 0\n 135 264 102 164 102 112 c 0\n 102 81 121 58 147 58 c 0\n 174 58 204 85 231 133 c 0\n 269 201 303 314 303 373 c 0\n 303 400 288 418 266 420 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Cacute\nEncoding: 262 262 195\nWidth: 667\nFlags: W\nHStem: -17.6239 53.2783<304 336> 650 34.1508<464 466> 665 20<647 677>\nVStem: 32.5575 153.629<209 241>\nRef: 67 67 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 226 209\nEndChar\nStartChar: cacute\nEncoding: 263 263 196\nWidth: 444\nFlags: W\nHStem: -12.9972 63.9972<148 196> 429 32.5405<267 274>\nVStem: -5 128<125 147> 272.238 118.85<354 372>\nRef: 99 99 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 65 0\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 197\nWidth: 667\nFlags: W\nHStem: -17.6239 53.2783<304 336> 650 34.1508<464 466> 665 20<647 677>\nVStem: 32.5575 153.629<209 241>\nRef: 67 67 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 247 203\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 198\nWidth: 444\nFlags: W\nHStem: -12.9972 63.9972<148 196> 429 32.5405<267 274>\nVStem: -5 128<125 147> 272.238 118.85<354 372>\nRef: 99 99 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 72 -4\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 199\nWidth: 667\nFlags: W\nHStem: -17.6239 53.2783<304 336> 650 34.1508<464 466> 665 20<647 677> 719 130<456.208 469>\nVStem: 32.5575 153.629<209 241> 403 130<772.399 785>\nRef: 67 67 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 240 194\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 200\nWidth: 444\nFlags: W\nHStem: -12.9972 63.9972<148 196> 429 32.5405<267 274> 512 130<281.208 294>\nVStem: -5 128<125 147> 228 130<565.399 578> 272.238 118.85<354 372>\nRef: 99 99 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 65 -13\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 201\nWidth: 667\nFlags: W\nHStem: -17.6239 53.2783<304 336> 650 34.1508<464 466> 665 20<647 677>\nVStem: 32.5575 153.629<209 241>\nRef: 67 67 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 228 210\nEndChar\nStartChar: ccaron\nEncoding: 269 269 202\nWidth: 444\nFlags: W\nHStem: -12.9972 63.9972<148 196> 429 32.5405<267 274>\nVStem: -5 128<125 147> 272.238 118.85<354 372>\nRef: 99 99 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 57 0\nEndChar\nStartChar: Dcaron\nEncoding: 270 270 203\nWidth: 722\nFlags: W\nHStem: 0 34<248 264> 638 31<379.67 408>\nVStem: 560 146.999<396 457>\nDStem: 177 543 340 600 56 97 212 126\nRef: 68 68 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 217 210\nEndChar\nStartChar: dcaron\nEncoding: 271 271 204\nWidth: 644\nFlags: W\nVStem: -20.9818 123.847<112.125 121.972> 523.38 139.863<597 619>\nDStem: 341 497 517 699 323 429 406 294\nFore\n427 131 m 1\n 449 115 l 1\n 394 27 349 -11 300 -11 c 0\n 262 -11 240 12 240 51 c 0\n 240 66 243 81 251 118 c 1\n 194 23 148 -13 85 -13 c 0\n 24 -13 -21 40 -21 112 c 0\n -21 269 129 462 251 462 c 0\n 280 462 299 453 323 429 c 1\n 341 497 l 1\n 364 581 370 606 370 615 c 0\n 370 633 355 643 329 643 c 2\n 308 643 l 1\n 308 670 l 1\n 408 678 457 685 517 699 c 1\n 406 294 l 2\n 371 167 349 80 349 71 c 0\n 349 65 355 59 360 59 c 0\n 375 59 400 86 427 131 c 1\n271 420 m 0\n 241 422 205 390 173 333 c 0\n 137 268 106 176 103 122 c 0\n 101 87 119 59 144 59 c 0\n 173 59 202 84 230 133 c 0\n 264 196 308 328 308 370 c 0\n 308 398 293 419 271 420 c 0\n492 401 m 1\n 480 422 l 1\n 551 460 586 495 586 527 c 0\n 586 540 579 549 559 562 c 0\n 532 581 523 595 523 619 c 0\n 523 657 550 685 587 685 c 0\n 633 685 664 650 664 597 c 0\n 664 524 596 447 492 401 c 1\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 205\nWidth: 722\nFlags: W\nHStem: 0 34<241 272> 329 44<22 111 273 382> 638 31<381 401>\nVStem: 553 146.999<396 457>\nDStem: 22 373 260 329 10 329 205 126 112 329 260 329 49 97 205 126 170 543 333 600 124 373 272 373\nRef: 208 208 N 1 0 0 1 0 0\nEndChar\nStartChar: dcroat\nEncoding: 273 273 206\nWidth: 500\nFlags: W\nHStem: 513 31<215 344 475 532>\nVStem: -20.9818 123.847<112.125 121.972>\nDStem: 345 513 466 513 323 429 406 294\nFore\n345 513 m 1\n 206 513 l 1\n 215 544 l 1\n 353 544 l 1\n 357 557 360 569 361 573 c 0\n 369 602 370 608 370 615 c 0\n 370 633 355 643 329 643 c 2\n 308 643 l 1\n 308 670 l 1\n 408 678 457 685 517 699 c 1\n 474 544 l 1\n 540 544 l 1\n 532 513 l 1\n 466 513 l 1\n 406 294 l 2\n 371 167 349 80 349 71 c 0\n 349 65 355 59 360 59 c 0\n 375 59 400 86 427 131 c 1\n 449 115 l 1\n 394 27 349 -11 300 -11 c 0\n 262 -11 240 12 240 51 c 0\n 240 66 243 81 251 118 c 1\n 194 23 148 -13 85 -13 c 0\n 24 -13 -21 40 -21 112 c 0\n -21 269 129 462 251 462 c 0\n 280 462 299 453 323 429 c 1\n 345 513 l 1\n271 420 m 0\n 241 422 205 390 173 333 c 0\n 137 268 106 176 103 122 c 0\n 101 87 119 59 144 59 c 0\n 173 59 202 84 230 133 c 0\n 264 196 308 328 308 370 c 0\n 308 398 293 419 271 420 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: Emacron\nEncoding: 274 274 207\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 763 70<257 566>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 189 210\nEndChar\nStartChar: emacron\nEncoding: 275 275 208\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 553 70<124 433>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 56 0\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 209\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 719 72<446 465> 861 20<318 361 595 634>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 247 203\nEndChar\nStartChar: ebreve\nEncoding: 277 277 210\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 512 72<295 314> 654 20<167 210 444 483>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 96 -4\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 211\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 735 130<386.208 399>\nVStem: 333 130<788.399 801>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 170 210\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 212\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 525 130<271.208 284>\nVStem: 5 130<124 147> 218 130<578.399 591> 305.09 92.9102<375 395>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 55 0\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 213\nWidth: 667\nFlags: W\nHStem: -172.996 68.9961<544 585> 0 32<245 277> 337.774 32.2258<276 293> 637 32<389 421>\nVStem: 438.004 83.9958<-92 -41>\nDStem: 176 546 336 593 53 97 275 370 176 546 508 472 53 97 434 199 176 546 266 338 53 97 210 129\nFore\n586 194 m 1\n 539 41 l 2\n 526 -1 522 -23 522 -41 c 0\n 522 -82 545 -104 585 -104 c 0\n 600 -104 611 -101 631 -91 c 0\n 639 -87 640 -86 645 -84 c 1\n 667 -98 l 1\n 642 -144 594 -173 544 -173 c 0\n 483 -173 438 -139 438 -92 c 0\n 438 -65 447 -45 481 0 c 1\n -27 0 l 1\n -27 25 l 1\n 25 33 37 44 53 97 c 1\n 176 546 l 2\n 182 568 186 591 186 606 c 0\n 186 627 175 635 144 639 c 0\n 139 640 127 642 113 644 c 1\n 113 669 l 1\n 653 669 l 1\n 610 479 l 1\n 583 484 l 1\n 583 546 576 571 553 595 c 0\n 526 622 472 637 399 637 c 0\n 358 637 346 628 336 593 c 1\n 275 370 l 1\n 407 369 433 382 480 476 c 1\n 508 472 l 1\n 434 199 l 1\n 406 204 l 1\n 409 223 410 234 410 248 c 0\n 410 317 380 336 266 338 c 1\n 210 129 l 1\n 208 123 l 1\n 207 115 205 109 203 104 c 0\n 198 84 195 73 195 66 c 0\n 195 42 213 32 256 32 c 0\n 342 32 410 51 466 90 c 0\n 505 117 526 142 561 199 c 1\n 586 194 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: eogonek\nEncoding: 281 281 214\nWidth: 444\nFlags: W\nHStem: -172.996 68.9961<281 322> -12.9977 63.9977<156 200> 429 32.3367<277 283>\nVStem: 5 130<124 147> 175.004 83.9958<-92 -37> 305.09 92.9102<375 395>\nFore\n317 142 m 1\n 346 125 l 1\n 324 89 314 74 296 52 c 0\n 266 15 259 -3 259 -37 c 0\n 259 -81 280 -104 322 -104 c 0\n 337 -104 348 -101 368 -91 c 0\n 376 -87 377 -86 382 -84 c 1\n 404 -98 l 1\n 379 -144 331 -173 281 -173 c 0\n 220 -173 175 -139 175 -92 c 0\n 175 -65 184 -46 216 -3 c 1\n 193 -10 177 -13 156 -13 c 0\n 69 -13 5 50 5 134 c 0\n 5 299 149 462 293 462 c 0\n 354 462 398 426 398 375 c 0\n 398 340 379 302 344 270 c 0\n 294 224 245 202 141 182 c 1\n 137 162 135 149 135 133 c 0\n 135 79 157 51 200 51 c 0\n 242 51 270 73 317 142 c 1\n148 214 m 1\n 159 218 174 223 181 225 c 0\n 258 254 306 319 306 395 c 0\n 306 417 297 429 278 429 c 0\n 230 429 184 352 148 214 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Ecaron\nEncoding: 282 282 215\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 170 210\nEndChar\nStartChar: ecaron\nEncoding: 283 283 216\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 56 0\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 217\nWidth: 722\nFlags: W\nHStem: -17.93 37.93<325 343> 649 36<447 469>\nVStem: 21.2729 156.62<208 251> 419 287<304 329>\nRef: 71 71 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 281 203\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 218\nWidth: 500\nFlags: W\nHStem: -203 34<135 156> 153 31<188 204> 373 56<412 477> 431 31<252 259>\nVStem: -52 87<-101 -89> 35 116.004<243 280> 265.994 109.006<-100 -53> 300 116.999<331 372> 300 178<373 385.198>\nRef: 103 103 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 111 -4\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 219\nWidth: 722\nFlags: W\nHStem: -17.93 37.93<325 343> 649 36<447 469> 726 72<433 452> 868 20<305 348 582 621>\nVStem: 21.2729 156.62<208 251> 419 287<304 329>\nRef: 71 71 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 234 210\nEndChar\nStartChar: gbreve\nEncoding: 287 287 220\nWidth: 500\nFlags: W\nHStem: -203 34<135 156> 153 31<188 204> 373 56<412 477> 431 31<252 259> 516 72<283 302> 658 20<155 198 432 471>\nVStem: -52 87<-101 -89> 35 116.004<243 280> 265.994 109.006<-100 -53> 300 116.999<331 372> 300 178<373 385.198>\nRef: 103 103 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 84 0\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 221\nWidth: 722\nFlags: W\nHStem: -17.93 37.93<325 343> 649 36<447 469> 719 130<490.208 503>\nVStem: 21.2729 156.62<208 251> 419 287<304 329> 437 130<772.399 785>\nRef: 71 71 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 274 194\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 222\nWidth: 500\nFlags: W\nHStem: -203 34<135 156> 153 31<188 204> 373 56<412 477> 431 31<252 259> 512 130<320.208 333>\nVStem: -52 87<-101 -89> 35 116.004<243 280> 265.994 109.006<-100 -53> 267 130<565.399 578> 300 116.999<331 372> 300 178<373 385.198>\nRef: 103 103 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 104 -13\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 223\nWidth: 722\nFlags: W\nHStem: -17.9462 37.9462<324 343> 649 36<447 469>\nVStem: 21.364 156.415<208 251> 184.614 139.834<-128 -106> 419 287<304 329>\nFore\n706 330 m 1\n 706 304 l 1\n 653 300 646 292 627 222 c 1\n 579 41 l 1\n 551 28 l 2\n 494 2 394 -18 317 -18 c 0\n 142 -18 21 92 21 251 c 0\n 21 404 108 555 240 632 c 0\n 301 667 372 685 448 685 c 0\n 494 685 527 679 572 664 c 0\n 591 657 599 655 608 655 c 0\n 628 655 639 663 650 685 c 1\n 681 685 l 1\n 630 464 l 1\n 601 468 l 1\n 599 536 592 565 570 598 c 0\n 548 630 509 649 462 649 c 0\n 417 649 374 633 336 601 c 0\n 245 524 177 357 177 208 c 0\n 177 86 235 20 341 20 c 0\n 380 20 421 33 435 50 c 0\n 439 55 439 55 462 133 c 0\n 489 225 493 242 493 268 c 0\n 493 277 487 288 481 292 c 0\n 470 298 462 300 419 304 c 1\n 419 330 l 1\n 706 330 l 1\n153 -324 m 1\n 141 -303 l 1\n 212 -265 247 -230 247 -198 c 0\n 247 -185 240 -176 220 -163 c 0\n 193 -144 184 -130 184 -106 c 0\n 184 -68 211 -40 248 -40 c 0\n 294 -40 325 -75 325 -128 c 0\n 325 -201 257 -278 153 -324 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 224\nWidth: 500\nFlags: W\nHStem: -203 34<135 156> 153 31<188 204> 373 56<412 477> 431 31<252 259>\nVStem: -52 87<-101 -89> 35 116.004<243 280> 213 140.995<546 568> 265.994 109.006<-100 -53> 300 116.999<331 372> 300 178<373 385.198>\nFore\n385 764 m 1\n 397 743 l 1\n 326 705 291 670 291 638 c 0\n 291 625 298 616 318 603 c 0\n 345 584 354 570 354 546 c 0\n 354 508 327 480 290 480 c 0\n 244 480 213 515 213 568 c 0\n 213 641 281 718 385 764 c 1\n478 429 m 1\n 478 373 l 1\n 411 373 l 1\n 416 357 417 347 417 331 c 0\n 417 271 386 220 328 187 c 0\n 289 165 245 153 201 153 c 0\n 190 153 181 154 170 157 c 0\n 162 160 155 161 150 161 c 0\n 137 161 122 141 122 125 c 0\n 122 110 141 96 173 87 c 2\n 226 72 l 2\n 335 41 375 7 375 -53 c 0\n 375 -141 276 -203 136 -203 c 0\n 21 -203 -52 -162 -52 -97 c 0\n -52 -73 -41 -49 -24 -35 c 0\n -1 -16 19 -8 81 7 c 1\n 37 22 19 42 19 73 c 0\n 19 110 34 124 115 170 c 1\n 61 193 35 229 35 280 c 0\n 35 381 134 462 257 462 c 0\n 303 462 334 453 367 429 c 1\n 478 429 l 1\n115 -6 m 0\n 108 -5 77 -23 65 -35 c 0\n 44 -55 35 -71 35 -91 c 0\n 35 -137 81 -169 146 -169 c 0\n 222 -169 266 -143 266 -100 c 0\n 266 -74 253 -56 225 -43 c 0\n 205 -33 126 -7 115 -6 c 0\n255 431 m 0\n 229 431 208 415 189 382 c 0\n 168 344 151 283 151 243 c 0\n 151 205 166 184 194 184 c 0\n 224 184 249 206 271 252 c 0\n 288 288 300 338 300 372 c 128\n 300 406 281 431 255 431 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 225\nWidth: 778\nFlags: W\nHStem: 0 21<-24 272 340 657> 329 44<279 504> 649 20<116 433 501 799>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 266 329 56 97 216 148 178 546 718 572 56 97 609 175 505 329 609 175 441 97 603 153 505 329 718 572 441 97 609 175 564 546 718 572 517 373 609 175\nRef: 72 72 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 288 203\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 226\nWidth: 556\nFlags: W\nHStem: 0 21<-13 108>\nVStem: 352.006 122.009<369 387>\nRef: 104 104 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 70 233\nEndChar\nStartChar: Hbar\nEncoding: 294 294 227\nWidth: 778\nFlags: W\nHStem: 0 21G<-24 272 340 657> 329 44<279 504> 478 70<104 152 328 536 713 769> 478 191<306 326 692 712>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 104 548 692.191 478 84 478 609 175 159.523 478 306.492 478 56 97 278 373 159.523 478 692.191 478 56 97 609 175 159.523 478 266 329 56 97 216 148 505 329 692.191 478 441 97 609 175 505 329 609 175 441 97 603 153 545.526 478 692.191 478 517 373 609 175\nFore\n711.411 548 m 1\n 788 548 l 5\n 769 478 l 5\n 692.191 478 l 1\n 609 175 l 1\n 603 153 l 2\n 589 103 584 80 584 66 c 0\n 584 37 602 27 657 25 c 1\n 657 0 l 1\n 340 0 l 1\n 340 25 l 1\n 407 29 427 43 441 97 c 1\n 505 329 l 1\n 266 329 l 1\n 216 148 l 1\n 215 143 213 138 212 132 c 0\n 203 100 199 82 199 68 c 0\n 199 36 209 30 272 25 c 1\n 272 0 l 1\n -24 0 l 1\n -24 25 l 1\n 26 32 40 45 56 97 c 1\n 159.523 478 l 1\n 84 478 l 5\n 104 548 l 5\n 178.535 548 l 1\n 185.204 573.076 189 593.283 189 604 c 0\n 189 626 178 635 147 639 c 0\n 142 640 130 642 116 644 c 1\n 116 669 l 1\n 433 669 l 1\n 433 644 l 1\n 368 642 348 627 332 572 c 1\n 325.487 548 l 1\n 564.542 548 l 1\n 569.355 566.215 574 595.433 574 607 c 0\n 574 627 564 635 533 639 c 0\n 528 640 515 642 501 644 c 1\n 501 669 l 1\n 799 669 l 1\n 799 644 l 1\n 748 637 734 625 718 572 c 1\n 711.411 548 l 1\n545.526 478 m 1\n 306.492 478 l 1\n 278 373 l 1\n 517 373 l 1\n 545.526 478 l 1\nEndSplineSet\nEndChar\nStartChar: hbar\nEncoding: 295 295 228\nWidth: 556\nFlags: W\nHStem: 0 21G<-13 108> 500 70<48 115 262 357>\nVStem: 352.006 122.009<369 387>\nFore\n260.82 570 m 1\n 373 570 l 1\n 357 500 l 1\n 242.815 500 l 1\n 187 283 l 1\n 243 363 267 393 298 419 c 0\n 334 449 363 462 399 462 c 0\n 446 462 475 434 475 387 c 0\n 475 368 464 326 445 265 c 1\n 387 87 l 2\n 384 78 384 77 384 75 c 0\n 384 68 394 59 401 59 c 0\n 414 59 433 80 476 142 c 1\n 498 127 l 1\n 432 24 392 -9 331 -9 c 0\n 292 -9 265 15 265 49 c 0\n 265 90 278 140 326 280 c 0\n 330 290 333 301 337 313 c 0\n 344 333 348 344 348 346 c 0\n 351 355 353 363 353 369 c 0\n 353 380 343 390 331 390 c 0\n 305 390 272 361 230 301 c 0\n 180 228 159 178 108 0 c 1\n -13 0 l 1\n 122.802 500 l 1\n 31 500 l 1\n 48 570 l 1\n 141.781 570 l 1\n 146.311 587.58 149 601.479 149 610 c 0\n 149 632 135 643 108 643 c 0\n 103 643 94 643 86 642 c 1\n 86 669 l 1\n 167 676 217 684 294 699 c 1\n 260.82 570 l 1\nEndSplineSet\nEndChar\nStartChar: Itilde\nEncoding: 296 296 229\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414> 719.003 76.9966<378 403> 762.992 75.0081<224 252>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 88 183\nEndChar\nStartChar: itilde\nEncoding: 297 297 230\nWidth: 278\nFlags: W\nHStem: 512.003 76.9966<272 297> 555.992 75.0081<118 146>\nDStem: 73 338 223 462 15 123 132 128\nRef: 305 305 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 -18 -24\nEndChar\nStartChar: Imacron\nEncoding: 298 298 231\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414> 763 70<144 453>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 76 210\nEndChar\nStartChar: imacron\nEncoding: 299 299 232\nWidth: 278\nFlags: W\nHStem: 553 70<41 350>\nDStem: 73 338 223 462 15 123 132 128\nRef: 305 305 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 -27 0\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 233\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414> 719 72<314 333> 861 20<186 229 463 502>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 115 203\nEndChar\nStartChar: ibreve\nEncoding: 301 301 234\nWidth: 278\nFlags: W\nHStem: 512 72<207 226> 654 20<79 122 356 395>\nDStem: 73 338 223 462 15 123 132 128\nRef: 305 305 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 8 -4\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 235\nWidth: 389\nFlags: W\nHStem: -172.996 68.9961<266 307> 649 20G<108 406>\nVStem: -32 296<0 25> 108 298<644 668> 160.004 83.9958<-92 -45>\nDStem: 171 546 324 572 48 97 210 152\nFore\n264 25 m 1\n 264 0 l 1\n 251 -11 244 -27 244 -45 c 0\n 244 -81 268 -104 307 -104 c 0\n 323 -104 333 -101 353 -91 c 0\n 361 -86 362 -86 367 -84 c 1\n 389 -98 l 1\n 364 -144 316 -173 266 -173 c 0\n 205 -173 160 -139 160 -92 c 0\n 160 -65 169 -45 203 0 c 1\n -32 0 l 1\n -32 25 l 1\n 17 31 32 45 48 97 c 1\n 171 546 l 2\n 176 564 181 595 181 607 c 0\n 181 627 171 635 140 639 c 0\n 135 640 122 642 108 644 c 1\n 108 669 l 1\n 406 669 l 1\n 406 644 l 1\n 355 638 340 625 324 572 c 1\n 210 152 l 2\n 197 103 192 80 192 65 c 0\n 192 37 207 28 264 25 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: iogonek\nEncoding: 303 303 236\nWidth: 278\nFlags: W\nHStem: -172.996 68.9961<155 196> 550 135<183.109 204>\nVStem: 49.004 83.996<-92 -40> 128 135<611 627>\nDStem: 73 338 223 462 15 123 132 128\nFore\n216 141 m 1\n 238 127 l 1\n 211 85 201 71 177 47 c 0\n 142 10 133 -7 133 -40 c 0\n 133 -81 155 -104 196 -104 c 0\n 211 -104 222 -101 242 -91 c 0\n 250 -87 251 -86 256 -84 c 1\n 278 -98 l 1\n 253 -144 205 -173 155 -173 c 0\n 94 -173 49 -139 49 -92 c 0\n 49 -66 57 -48 86 -8 c 1\n 79 -9 72 -9 69 -9 c 0\n 30 -9 2 17 2 54 c 0\n 2 67 7 95 15 123 c 1\n 73 338 l 1\n 77 355 80 370 80 378 c 0\n 80 399 64 407 21 407 c 1\n 21 434 l 1\n 99 440 169 450 223 462 c 1\n 132 128 l 2\n 129 116 123 82 123 76 c 0\n 123 68 130 61 138 61 c 0\n 153 61 176 82 202 121 c 2\n 216 141 l 1\n194 685 m 0\n 231 685 263 654 263 617 c 0\n 263 580 232 550 194 550 c 0\n 157 550 128 580 128 619 c 0\n 128 654 159 685 194 685 c 0\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 237\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414> 735 130<252.208 265>\nVStem: -24 296<1 25> 116 298<644 668> 199 130<788.399 801>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 36 210\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 238\nWidth: 278\nFlags: W\nDStem: 73 338 223 462 15 123 132 128\nFore\n216 141 m 1\n 238 127 l 1\n 168 22 131 -9 71 -9 c 0\n 30 -9 2 17 2 54 c 0\n 2 67 7 95 15 123 c 1\n 73 338 l 1\n 77 355 80 370 80 378 c 0\n 80 399 64 407 21 407 c 1\n 21 434 l 1\n 99 440 169 450 223 462 c 1\n 132 128 l 2\n 129 116 123 82 123 76 c 0\n 123 68 130 61 138 61 c 0\n 153 61 176 82 202 121 c 2\n 216 141 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: IJ\nEncoding: 306 306 239\nWidth: 826\nFlags: W\nHStem: -98.0762 35.0762<418 421> 0 21<-24 272> 649 20<116 414 561 858>\nVStem: -24 296<1 25> 116 298<644 668> 288 127<1 13> 561 297<644 668>\nDStem: 179 546 332 572 56 97 218 152 623 546 777 572 509 114 649 93\nRef: 73 73 N 1 0 0 1 0 0\nRef: 74 74 N 1 0 0 1 334 0\nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 240\nWidth: 547\nFlags: W\nHStem: -207 31<178 186> 550 134<184 199 471 487>\nVStem: 7 120<69 87> 78 98<-131 -124> 128 135<609 625> 411 135<609 625>\nDStem: 314 178 506 462 256 -45 392 24\nFore\n546 616 m 0\n 546 578 514 550 477 550 c 0\n 439 550 411 581 411 618 c 0\n 411 653 442 684 477 684 c 0\n 514 684 546 653 546 616 c 0\n263 616 m 0\n 263 578 231 550 194 550 c 0\n 156 550 128 581 128 618 c 0\n 128 653 159 684 194 684 c 0\n 231 684 263 653 263 616 c 0\n506 462 m 1\n 392 24 l 2\n 365 -80 310 -207 184 -207 c 0\n 137 -207 78 -186 78 -130 c 0\n 78 -103 99 -77 127 -77 c 0\n 154 -77 176 -99 176 -126 c 0\n 176 -147 161 -156 161 -164 c 0\n 161 -171 178 -176 183 -176 c 0\n 229 -176 247 -78 256 -45 c 1\n 314 178 l 1\n 316 187 319 195 321 204 c 1\n 272 126 189 -9 85 -9 c 0\n 30 -9 7 17 7 69 c 0\n 7 144 80 312 80 375 c 0\n 80 408 46 408 21 407 c 1\n 21 434 l 1\n 88 439 157 447 223 462 c 1\n 193 352 159 241 133 130 c 1\n 130 130 127 93 127 87 c 0\n 127 71 134 63 150 63 c 0\n 189 63 244 146 267 176 c 0\n 302 223 327 263 342 321 c 0\n 347 339 351 358 351 376 c 0\n 351 412 327 409 298 407 c 1\n 298 434 l 1\n 368 440 437 447 506 462 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 241\nWidth: 500\nFlags: W\nHStem: -98.0762 35.0762<84 87> 649 20<227 524>\nVStem: -46 127<1 13> 227 297<644 668>\nDStem: 289 546 443 572 175 114 315 93\nRef: 74 74 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 144 203\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 242\nWidth: 278\nFlags: W\nHStem: -207 31<-89 -77>\nVStem: -189 98<-131 -124>\nDStem: 81 310 239 462 -11 -45 125 24\nFore\n31 407 m 1\n 31 434 l 1\n 143 444 180 449 239 462 c 1\n 125 24 l 2\n 85 -131 16 -207 -84 -207 c 0\n -146 -207 -189 -176 -189 -130 c 0\n -189 -101 -166 -77 -140 -77 c 0\n -113 -77 -91 -99 -91 -126 c 0\n -91 -137 -93 -142 -104 -158 c 0\n -105 -160 -106 -162 -106 -164 c 0\n -106 -169 -93 -176 -82 -176 c 0\n -54 -176 -37 -145 -11 -45 c 2\n 81 310 l 1\n 88 339 93 364 93 376 c 0\n 93 402 81 407 31 407 c 1\n292 595 m 1\n 204 690 l 1\n 73 595 l 1\n 16 595 l 1\n 176 769 l 1\n 257 769 l 1\n 343 595 l 1\n 292 595 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 243\nWidth: 667\nFlags: W\nHStem: 0 21G<-21 268 332 612> 642 27<507 512>\nVStem: -21 289<1 25> 119 310<644 668> 156.614 139.834<-128 -106> 332 280<1 25> 491 211<644 668>\nDStem: 181 546 335 572 59 97 273 344 181 546 271 337 59 97 204 88 271 337 392 398 384 95 549 60\nFore\n392 398 m 1\n 549 60 l 2\n 560 36 574 29 612 25 c 1\n 612 0 l 1\n 332 0 l 1\n 332 25 l 1\n 344 26 355 27 359 28 c 0\n 385 30 397 38 397 52 c 0\n 397 63 393 75 384 95 c 2\n 271 337 l 1\n 204 88 l 1\n 203 83 202 77 202 71 c 0\n 202 38 216 29 268 25 c 1\n 268 0 l 1\n -21 0 l 1\n -21 25 l 1\n 28 31 43 44 59 97 c 1\n 181 546 l 2\n 188 572 192 593 192 604 c 0\n 192 626 181 635 150 639 c 0\n 145 640 133 642 119 644 c 1\n 119 669 l 1\n 429 669 l 1\n 429 644 l 1\n 370 639 351 624 335 572 c 1\n 273 344 l 1\n 479 520 547 588 547 617 c 0\n 547 632 537 639 512 642 c 0\n 509 642 500 643 491 644 c 1\n 491 669 l 1\n 702 669 l 1\n 702 644 l 1\n 659 638 651 635 608 596 c 2\n 392 398 l 1\n125 -324 m 1\n 113 -303 l 1\n 184 -265 219 -230 219 -198 c 0\n 219 -185 212 -176 192 -163 c 0\n 165 -144 156 -130 156 -106 c 0\n 156 -68 183 -40 220 -40 c 0\n 266 -40 297 -75 297 -128 c 0\n 297 -201 229 -278 125 -324 c 1\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 244\nWidth: 500\nFlags: W\nHStem: -7.99557 70.9956<311 363> 0 21G<-23 99>\nVStem: 73.6141 139.834<-128 -106> 276 207<424 448>\nDStem: 133 567 286 699 -23 0 163 239 133 567 149 188 -23 0 99 0\nFore\n149 188 m 1\n 99 0 l 1\n -23 0 l 1\n 133 567 l 2\n 138 586 141 600 141 609 c 0\n 141 632 127 643 99 643 c 0\n 95 643 86 643 78 642 c 1\n 78 669 l 1\n 157 677 209 685 286 699 c 1\n 163 239 l 1\n 289 338 327 375 327 401 c 0\n 327 417 315 422 276 424 c 1\n 276 449 l 1\n 483 449 l 1\n 483 424 l 1\n 437 418 416 406 348 348 c 2\n 285 293 l 1\n 323 98 335 63 363 63 c 0\n 382 63 398 80 425 127 c 1\n 447 116 l 1\n 397 25 361 -8 311 -8 c 0\n 249 -8 219 45 188 215 c 1\n 149 188 l 1\n42 -324 m 1\n 30 -303 l 1\n 101 -265 136 -230 136 -198 c 0\n 136 -185 129 -176 109 -163 c 0\n 82 -144 73 -130 73 -106 c 0\n 73 -68 100 -40 137 -40 c 0\n 183 -40 214 -75 214 -128 c 0\n 214 -201 146 -278 42 -324 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 245\nWidth: 534\nFlags: W\nHStem: 0 24.3931<417 418> 213.437 47.5635<185 186> 361 109<452 458>\nDStem: 86 328 171 214 -6 0 113 0\nFore\n171 214 m 1\n 113 0 l 1\n -6 0 l 1\n 86 328 l 2\n 95 360 98 372 96 382 c 0\n 92 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 176 447 240 461 c 1\n 184 261 l 1\n 205 261 l 2\n 238 261 290 330 313 368 c 0\n 327 390 376 470 453 470 c 0\n 509 470 514 447 514 410 c 0\n 514 380 486 361 455 361 c 0\n 413 361 427 396 401 396 c 0\n 364 396 329 271 267 243 c 1\n 296 242 332 228 341 200 c 1\n 399 39 l 2\n 404 26 413 24 424 24 c 1\n 418 0 l 1\n 270 0 l 1\n 214 168 l 1\n 214 168 202 214 181 214 c 2\n 171 214 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Lacute\nEncoding: 313 313 246\nWidth: 611\nFlags: W\nHStem: 0 32<248 280> 649 20<116 433>\nVStem: 116 317<644 668>\nDStem: 179 546 332 572 56 97 203 94\nRef: 76 76 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 137 210\nEndChar\nStartChar: lacute\nEncoding: 314 314 247\nWidth: 278\nFlags: W\nDStem: 110 473 290 699 36 209 145 176\nRef: 108 108 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 13 210\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 248\nWidth: 611\nFlags: W\nHStem: 0 32<250 282> 649 20G<118 435>\nVStem: 118 317<644 668> 128.614 139.834<-128 -106>\nDStem: 181 546 334 572 58 97 205 94\nFore\n590 194 m 1\n 531 0 l 1\n -22 0 l 1\n -22 25 l 1\n 27 32 42 45 58 97 c 1\n 181 546 l 2\n 186 564 191 595 191 607 c 0\n 191 627 181 635 150 639 c 0\n 145 640 132 642 118 644 c 1\n 118 669 l 1\n 435 669 l 1\n 435 644 l 1\n 369 640 350 627 334 572 c 1\n 205 94 l 2\n 202 83 200 70 200 62 c 0\n 200 41 220 32 264 32 c 0\n 346 32 417 52 471 90 c 0\n 510 118 532 143 566 199 c 1\n 590 194 l 1\n97 -324 m 1\n 85 -303 l 1\n 156 -265 191 -230 191 -198 c 0\n 191 -185 184 -176 164 -163 c 0\n 137 -144 128 -130 128 -106 c 0\n 128 -68 155 -40 192 -40 c 0\n 238 -40 269 -75 269 -128 c 0\n 269 -201 201 -278 97 -324 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 249\nWidth: 278\nFlags: W\nVStem: -37.3859 139.834<-128 -106>\nDStem: 110 473 290 699 36 209 145 176\nFore\n216 141 m 1\n 238 127 l 1\n 169 22 131 -9 69 -9 c 0\n 29 -9 2 15 2 51 c 0\n 2 75 14 133 36 209 c 1\n 110 473 l 1\n 130 540 144 602 144 615 c 0\n 144 633 129 643 102 643 c 0\n 98 643 92 643 81 642 c 1\n 81 669 l 1\n 156 676 204 682 290 699 c 1\n 145 176 l 1\n 131 124 123 90 123 76 c 0\n 123 68 130 61 138 61 c 0\n 155 61 176 82 216 141 c 1\n-69 -324 m 1\n -81 -303 l 1\n -10 -265 25 -230 25 -198 c 0\n 25 -185 18 -176 -2 -163 c 0\n -29 -144 -38 -130 -38 -106 c 0\n -38 -68 -11 -40 26 -40 c 0\n 72 -40 103 -75 103 -128 c 0\n 103 -201 35 -278 -69 -324 c 1\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 250\nWidth: 638\nFlags: W\nHStem: 0 32<250 282> 649 20G<118 435>\nVStem: 118 317<644 668> 510.915 139.705<597 619>\nDStem: 181 546 334 572 58 97 205 94\nFore\n590 194 m 1\n 531 0 l 1\n -22 0 l 1\n -22 25 l 1\n 27 32 42 45 58 97 c 1\n 181 546 l 2\n 186 564 191 595 191 607 c 0\n 191 627 181 635 150 639 c 0\n 145 640 132 642 118 644 c 1\n 118 669 l 1\n 435 669 l 1\n 435 644 l 1\n 369 640 350 627 334 572 c 1\n 205 94 l 2\n 202 83 200 70 200 62 c 0\n 200 41 220 32 264 32 c 0\n 346 32 417 52 471 90 c 0\n 510 118 532 143 566 199 c 1\n 590 194 l 1\n479 401 m 1\n 467 422 l 1\n 538 460 573 495 573 527 c 0\n 573 540 566 549 546 562 c 0\n 519 581 510 595 510 619 c 0\n 510 657 537 685 574 685 c 0\n 620 685 651 650 651 597 c 0\n 651 524 583 447 479 401 c 1\nEndSplineSet\nEndChar\nStartChar: lcaron\nEncoding: 318 318 251\nWidth: 424\nFlags: W\nVStem: 305 140.996<597 619>\nDStem: 110 473 290 699 36 209 145 176\nFore\n216 141 m 1\n 238 127 l 1\n 169 22 131 -9 69 -9 c 0\n 29 -9 2 15 2 51 c 0\n 2 75 14 133 36 209 c 1\n 110 473 l 1\n 130 540 144 602 144 615 c 0\n 144 633 129 643 102 643 c 0\n 98 643 92 643 81 642 c 1\n 81 669 l 1\n 156 676 204 682 290 699 c 1\n 145 176 l 1\n 131 124 123 90 123 76 c 0\n 123 68 130 61 138 61 c 0\n 155 61 176 82 216 141 c 1\n274 401 m 1\n 262 422 l 1\n 333 460 368 495 368 527 c 0\n 368 540 361 549 341 562 c 0\n 314 581 305 595 305 619 c 0\n 305 657 332 685 369 685 c 0\n 415 685 446 650 446 597 c 0\n 446 524 378 447 274 401 c 1\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 252\nWidth: 611\nFlags: W\nHStem: 0 32<248 280> 261 148<414 430> 649 20<116 433>\nVStem: 116 317<644 668> 350 148<325 341>\nDStem: 179 546 332 572 56 97 203 94\nRef: 76 76 N 1 0 0 1 0 0\nRef: 183 183 N 1 0 0 1 299 4\nEndChar\nStartChar: ldot\nEncoding: 320 320 253\nWidth: 528\nFlags: W\nHStem: 257 148<393 409>\nVStem: 329 148<321 337>\nDStem: 110 473 290 699 36 209 145 176\nRef: 108 108 N 1 0 0 1 0 0\nRef: 183 183 N 1 0 0 1 278 0\nEndChar\nStartChar: Lslash\nEncoding: 321 321 254\nWidth: 611\nFlags: W\nHStem: 0 32<250 291> 649 20G<118 435>\nVStem: 118 317<644 668>\nDStem: 108 278 271 338 58 97 205 94 181 546 334 572 126 345 290 410 440 491 419 421 290 410 271 338\nFore\n590 194 m 1\n 531 0 l 1\n -22 0 l 1\n -22 25 l 1\n 28 32 42 45 58 97 c 1\n 108 278 l 1\n 4 222 l 1\n 26 292 l 1\n 126 345 l 1\n 181 546 l 2\n 186 564 191 595 191 607 c 0\n 191 627 181 635 150 639 c 0\n 145 640 132 642 118 644 c 1\n 118 669 l 1\n 435 669 l 1\n 435 644 l 1\n 369 640 350 627 334 572 c 1\n 290 410 l 1\n 440 491 l 1\n 419 421 l 1\n 271 338 l 1\n 205 94 l 2\n 202 83 200 70 200 62 c 0\n 200 41 220 32 264 32 c 0\n 346 32 417 52 471 90 c 0\n 510 118 532 143 566 199 c 1\n 590 194 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: lslash\nEncoding: 322 322 255\nWidth: 278\nFlags: W\nDStem: 6 336 196 359 -13 266 145 176\nFore\n216 141 m 1\n 238 127 l 1\n 169 22 131 -9 70 -9 c 0\n 28 -9 2 15 2 53 c 0\n 2 79 16 137 64 309 c 1\n -13 266 l 1\n 6 336 l 1\n 84 379 l 1\n 127 531 144 599 144 615 c 0\n 144 633 129 643 102 643 c 0\n 97 643 92 643 81 642 c 1\n 81 669 l 1\n 156 676 204 683 290 699 c 1\n 215 427 l 1\n 301 474 l 1\n 282 406 l 1\n 196 359 l 1\n 145 176 l 2\n 131 125 123 90 123 76 c 0\n 123 68 130 61 138 61 c 0\n 156 61 176 82 216 141 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: Nacute\nEncoding: 323 323 256\nWidth: 722\nFlags: W\nHStem: 0 21<-29 179> 649 20<109 304 537 746>\nVStem: -29 208<1 25> 537 209<644 668>\nDStem: 192 589 216 534 72 178 117 178 216 534 304 669 473 -15 519 204 599 491 644 491 519 204 501 -15\nRef: 78 78 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 233 210\nEndChar\nStartChar: nacute\nEncoding: 324 324 257\nWidth: 556\nFlags: W\nHStem: 0 21<-6 115>\nVStem: 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nRef: 110 110 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 112 0\nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 258\nWidth: 722\nFlags: W\nHStem: 0 21G<-27 181> 649 20G<111 306 539 748>\nVStem: -27 208<1 25> 184.614 139.834<-128 -106> 539 209<644 668>\nDStem: 194 589 218 534 74 178 119 178 218 534 306 669 475 -15 521 204 601 491 646 491 521 204 503 -15\nFore\n306 669 m 1\n 521 204 l 1\n 601 491 l 2\n 612 531 619 567 619 585 c 0\n 619 623 598 639 539 644 c 1\n 539 669 l 1\n 748 669 l 1\n 748 644 l 1\n 690 631 685 623 646 491 c 1\n 503 -15 l 1\n 475 -15 l 1\n 218 534 l 1\n 119 178 l 1\n 108 137 101 102 101 84 c 0\n 101 45 122 30 181 25 c 1\n 181 0 l 1\n -27 0 l 1\n -27 25 l 1\n 28 36 35 47 74 178 c 1\n 194 589 l 1\n 175 633 166 639 111 644 c 1\n 111 669 l 1\n 306 669 l 1\n153 -324 m 1\n 141 -303 l 1\n 212 -265 247 -230 247 -198 c 0\n 247 -185 240 -176 220 -163 c 0\n 193 -144 184 -130 184 -106 c 0\n 184 -68 211 -40 248 -40 c 0\n 294 -40 325 -75 325 -128 c 0\n 325 -201 257 -278 153 -324 c 1\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 259\nWidth: 556\nFlags: W\nHStem: 0 21G<-6 115>\nVStem: 101.614 139.834<-128 -106> 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nFore\n471 135 m 1\n 493 122 l 1\n 435 25 393 -9 334 -9 c 0\n 292 -9 266 14 266 51 c 0\n 266 77 278 134 294 182 c 2\n 349 348 l 2\n 352 358 354 366 354 369 c 0\n 354 379 341 390 329 390 c 0\n 311 390 280 368 260 341 c 0\n 198 260 162 173 115 0 c 1\n -6 0 l 1\n 23 108 l 1\n 50 204 l 2\n 84 324 96 371 96 382 c 0\n 96 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 178 447 242 461 c 1\n 178 263 l 1\n 245 362 264 386 300 421 c 0\n 328 447 364 462 401 462 c 0\n 448 462 474 435 474 387 c 0\n 474 363 464 318 448 272 c 1\n 412 163 l 2\n 394 109 387 86 387 76 c 128\n 387 66 393 59 401 59 c 0\n 418 59 431 73 471 135 c 1\n70 -324 m 1\n 58 -303 l 1\n 129 -265 164 -230 164 -198 c 0\n 164 -185 157 -176 137 -163 c 0\n 110 -144 101 -130 101 -106 c 0\n 101 -68 128 -40 165 -40 c 0\n 211 -40 242 -75 242 -128 c 0\n 242 -201 174 -278 70 -324 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: Ncaron\nEncoding: 327 327 260\nWidth: 722\nFlags: W\nHStem: 0 21<-29 179> 649 20<109 304 537 746>\nVStem: -29 208<1 25> 537 209<644 668>\nDStem: 192 589 216 534 72 178 117 178 216 534 304 669 473 -15 519 204 599 491 644 491 519 204 501 -15\nRef: 78 78 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 233 210\nEndChar\nStartChar: ncaron\nEncoding: 328 328 261\nWidth: 556\nFlags: W\nHStem: 0 21<-6 115>\nVStem: 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nRef: 110 110 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 112 0\nEndChar\nStartChar: napostrophe\nEncoding: 329 329 262\nWidth: 556\nFlags: W\nHStem: 0 21G<-6 115>\nVStem: 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nFore\n471 135 m 1\n 493 122 l 1\n 435 25 393 -9 334 -9 c 0\n 292 -9 266 14 266 51 c 0\n 266 77 278 134 294 182 c 2\n 349 348 l 2\n 352 358 354 366 354 369 c 0\n 354 379 341 390 329 390 c 0\n 311 390 280 368 260 341 c 0\n 198 260 162 173 115 0 c 1\n -6 0 l 1\n 23 108 l 1\n 50 204 l 2\n 84 324 96 371 96 382 c 0\n 96 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 178 447 242 461 c 1\n 178 263 l 1\n 245 362 264 386 300 421 c 0\n 328 447 364 462 401 462 c 0\n 448 462 474 435 474 387 c 0\n 474 363 464 318 448 272 c 1\n 412 163 l 2\n 394 109 387 86 387 76 c 128\n 387 66 393 59 401 59 c 0\n 418 59 431 73 471 135 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: Eng\nEncoding: 330 330 263\nWidth: 722\nFlags: W\nHStem: 0 21G<-27 181> 649 20G<111 306 539 748>\nVStem: -27 208<1 25> 539 209<644 668>\nDStem: 194 589 218 534 74 178 119 178 218 534 306 669 475 -15 521 204 601 491 646 491 521 204 503 -15\nFore\n306 669 m 1\n 521 204 l 1\n 601 491 l 2\n 612 531 619 567 619 585 c 0\n 619 623 598 639 539 644 c 1\n 539 669 l 1\n 748 669 l 1\n 748 644 l 1\n 690 631 685 623 646 491 c 1\n 503 -15 l 1\n 475 -15 l 1\n 218 534 l 1\n 119 178 l 1\n 108 137 101 102 101 84 c 0\n 101 45 122 30 181 25 c 1\n 181 0 l 1\n -27 0 l 1\n -27 25 l 1\n 28 36 35 47 74 178 c 1\n 194 589 l 1\n 175 633 166 639 111 644 c 1\n 111 669 l 1\n 306 669 l 1\nEndSplineSet\nEndChar\nStartChar: eng\nEncoding: 331 331 264\nWidth: 556\nFlags: W\nHStem: 0 21G<-6 115>\nVStem: 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nFore\n471 135 m 1\n 493 122 l 1\n 435 25 393 -9 334 -9 c 0\n 292 -9 266 14 266 51 c 0\n 266 77 278 134 294 182 c 2\n 349 348 l 2\n 352 358 354 366 354 369 c 0\n 354 379 341 390 329 390 c 0\n 311 390 280 368 260 341 c 0\n 198 260 162 173 115 0 c 1\n -6 0 l 1\n 23 108 l 1\n 50 204 l 2\n 84 324 96 371 96 382 c 0\n 96 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 178 447 242 461 c 1\n 178 263 l 1\n 245 362 264 386 300 421 c 0\n 328 447 364 462 401 462 c 0\n 448 462 474 435 474 387 c 0\n 474 363 464 318 448 272 c 1\n 412 163 l 2\n 394 109 387 86 387 76 c 128\n 387 66 393 59 401 59 c 0\n 418 59 431 73 471 135 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: Omacron\nEncoding: 332 332 265\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459> 763 70<303 612>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 235 210\nEndChar\nStartChar: omacron\nEncoding: 333 333 266\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285> 553 70<152 461>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 84 0\nEndChar\nStartChar: Obreve\nEncoding: 334 334 267\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459> 719 72<478 497> 861 20<350 393 627 666>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 279 203\nEndChar\nStartChar: obreve\nEncoding: 335 335 268\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285> 512 72<313 332> 654 20<185 228 462 501>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 114 -4\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 269\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 195 210\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 270\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 84 0\nEndChar\nStartChar: OE\nEncoding: 338 338 271\nWidth: 944\nFlags: W\nHStem: -9 33.4921<273 274> 0 32<583 622> 637 32<695 741> 645 31.5792<438 455>\nVStem: 23 141.001<158 223>\nDStem: 500 514 659 590 392 123 598 370 500 514 814 470 392 123 742 198\nFore\n946 669 m 1\n 900 478 l 1\n 875 484 l 1\n 876 498 877 512 877 521 c 0\n 877 599 822 637 712 637 c 0\n 677 637 670 631 659 590 c 1\n 598 370 l 1\n 619 370 l 1\n 623 370 l 2\n 713 369 755 396 787 473 c 1\n 814 470 l 1\n 742 198 l 1\n 715 203 l 1\n 716 212 716 219 716 222 c 0\n 718 239 719 255 719 263 c 0\n 719 282 712 299 699 311 c 0\n 684 324 664 329 589 336 c 1\n 525 91 l 1\n 523 82 521 72 521 66 c 0\n 521 42 542 32 594 32 c 0\n 711 32 782 78 851 199 c 1\n 878 194 l 1\n 818 0 l 1\n 522 0 l 1\n 494 0 l 2\n 484 -1 475 -1 470 -1 c 2\n 448 -1 l 1\n 294 -8 l 1\n 274 -9 l 2\n 194 -9 139 8 95 46 c 0\n 48 85 23 148 23 223 c 0\n 23 364 99 513 217 602 c 0\n 291 657 356 677 464 677 c 0\n 478 677 489 676 520 674 c 0\n 561 671 594 669 611 669 c 2\n 946 669 l 1\n392 123 m 2\n 500 514 l 2\n 507 540 512 567 512 582 c 0\n 512 623 486 645 439 645 c 0\n 379 645 329 613 281 545 c 0\n 218 454 164 275 164 158 c 0\n 164 77 212 24 285 24 c 0\n 343 24 372 51 392 123 c 2\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: oe\nEncoding: 339 339 272\nWidth: 722\nFlags: W\nHStem: -13 29<167 182> -12.9975 62.9975<431 473> 433 28.2221<281 284 548 554>\nVStem: 6 118.002<97 144> 586 87.9954<371 392>\nFore\n591 139 m 1\n 619 124 l 1\n 593 75 576 52 552 32 c 0\n 517 2 476 -13 431 -13 c 0\n 385 -13 353 3 314 44 c 1\n 271 5 224 -13 166 -13 c 0\n 71 -13 6 51 6 144 c 0\n 6 195 22 249 51 301 c 0\n 109 401 203 462 300 462 c 0\n 353 462 385 445 416 400 c 1\n 475 447 510 462 562 462 c 0\n 631 462 674 427 674 371 c 0\n 674 326 644 282 587 245 c 0\n 542 216 517 207 414 184 c 1\n 408 156 406 143 406 128 c 0\n 406 77 430 50 473 50 c 0\n 519 50 547 71 591 139 c 1\n421 218 m 1\n 448 226 457 229 469 234 c 0\n 536 260 586 328 586 392 c 0\n 586 416 572 432 549 432 c 0\n 536 432 522 426 513 416 c 0\n 482 380 473 361 421 218 c 1\n282 433 m 0\n 234 433 199 385 159 265 c 0\n 136 197 124 140 124 97 c 0\n 124 45 143 16 177 16 c 0\n 213 16 242 45 273 110 c 0\n 302 172 337 308 337 359 c 0\n 337 408 318 433 282 433 c 0\nEndSplineSet\nEndChar\nStartChar: Racute\nEncoding: 340 340 273\nWidth: 667\nFlags: W\nHStem: 0 21<-24 272 405 607> 331 32<278.063 298> 637 32<376 394>\nVStem: -24 296<1 25> 477 151<525 544>\nDStem: 179 546 338 593 56 97 278 363 179 546 269 331 56 97 214 138 298 331 436 343 405 0 519 97\nRef: 82 82 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 172 210\nEndChar\nStartChar: racute\nEncoding: 341 341 274\nWidth: 389\nFlags: W\nHStem: 0 21<-21 100> 323 139<329 334>\nRef: 114 114 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 28 0\nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 275\nWidth: 667\nFlags: W\nHStem: 0 21G<-29 267 400 602> 331 32<273.063 293> 637 32<371 389>\nVStem: -29 296<1 25> 156.614 139.834<-128 -106> 472 151<524 544>\nDStem: 174 546 333 593 51 97 273 363 174 546 264 331 51 97 209 138 293 331 431 343 400 0 514 97\nFore\n111 644 m 1\n 111 669 l 1\n 387 669 l 2\n 545 669 623 622 623 526 c 0\n 623 470 594 419 543 385 c 0\n 511 364 486 354 431 343 c 1\n 514 97 l 1\n 536 38 546 30 602 25 c 1\n 602 0 l 1\n 400 0 l 1\n 293 331 l 1\n 264 331 l 1\n 209 138 l 2\n 200 107 195 81 195 67 c 0\n 195 37 209 29 267 25 c 1\n 267 0 l 1\n -29 0 l 1\n -29 25 l 1\n 20 31 35 45 51 97 c 1\n 174 546 l 1\n 179 563 184 595 184 607 c 0\n 184 627 174 635 143 639 c 0\n 138 640 125 642 111 644 c 1\n333 593 m 1\n 273 363 l 1\n 335 364 374 371 400 388 c 0\n 443 415 472 476 472 542 c 0\n 472 602 439 637 382 637 c 0\n 351 637 342 629 333 593 c 1\n125 -324 m 1\n 113 -303 l 1\n 184 -265 219 -230 219 -198 c 0\n 219 -185 212 -176 192 -163 c 0\n 165 -144 156 -130 156 -106 c 0\n 156 -68 183 -40 220 -40 c 0\n 266 -40 297 -75 297 -128 c 0\n 297 -201 229 -278 125 -324 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 276\nWidth: 389\nFlags: W\nHStem: 0 21G<-21 100> 323 139<329 336>\nVStem: -36.3859 139.834<-128 -106>\nFore\n27 407 m 1\n 27 434 l 1\n 148 444 167 447 227 462 c 1\n 161 253 l 1\n 240 411 281 462 332 462 c 0\n 366 462 389 436 389 396 c 0\n 389 354 364 323 330 323 c 0\n 314 323 301 331 286 348 c 0\n 279 357 274 361 270 361 c 0\n 257 361 235 336 209 291 c 0\n 180 243 165 205 133 104 c 0\n 129 89 115 46 100 0 c 1\n -21 0 l 1\n 47 229 81 357 81 382 c 0\n 81 401 72 405 27 407 c 1\n-68 -324 m 1\n -80 -303 l 1\n -9 -265 26 -230 26 -198 c 0\n 26 -185 19 -176 -1 -163 c 0\n -28 -144 -37 -130 -37 -106 c 0\n -37 -68 -10 -40 27 -40 c 0\n 73 -40 104 -75 104 -128 c 0\n 104 -201 36 -278 -68 -324 c 1\nEndSplineSet\nEndChar\nStartChar: Rcaron\nEncoding: 344 344 277\nWidth: 667\nFlags: W\nHStem: 0 21<-24 272 405 607> 331 32<278.063 298> 637 32<376 394>\nVStem: -24 296<1 25> 477 151<525 544>\nDStem: 179 546 338 593 56 97 278 363 179 546 269 331 56 97 214 138 298 331 436 343 405 0 519 97\nRef: 82 82 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 173 210\nEndChar\nStartChar: rcaron\nEncoding: 345 345 278\nWidth: 389\nFlags: W\nHStem: 0 21<-21 100> 323 139<329 334>\nRef: 114 114 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 28 0\nEndChar\nStartChar: Sacute\nEncoding: 346 346 279\nWidth: 556\nFlags: W\nHStem: -18 34<220 239> 649.915 34.2748<303 327> 661 20<496 526>\nVStem: 102.002 120.998<491 545> 346.994 121.006<142 185>\nRef: 83 83 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 112 210\nEndChar\nStartChar: sacute\nEncoding: 347 347 280\nWidth: 389\nFlags: W\nHStem: -13 30<125 133> 429 32.9762<184 198>\nVStem: 47.0031 94.9969<336 376> 182.99 96.0095<71 119>\nRef: 115 115 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 28 0\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 281\nWidth: 556\nFlags: W\nHStem: -18 34<220 239> 649.915 34.2748<303 327> 661 20<496 526>\nVStem: 102.002 120.998<491 545> 346.994 121.006<142 185>\nRef: 83 83 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 186 203\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 282\nWidth: 389\nFlags: W\nHStem: -13 30<125 133> 429 32.9762<184 198>\nVStem: 47.0031 94.9969<336 376> 182.99 96.0095<71 119>\nRef: 115 115 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 38 -4\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 283\nWidth: 556\nFlags: W\nHStem: -217.019 40.019<141 152> -18 34<220 238> 649.915 34.2748<303 327> 661 20G<496 526>\nVStem: 102.002 120.998<491 545> 197 91<-138 -129> 346.994 121.006<142 185>\nDStem: 163 -9 202 -16 107 -92 172 -62\nFore\n202 -16 m 1\n 172 -62 l 1\n 182 -60 188 -59 197 -59 c 0\n 250 -59 288 -89 288 -131 c 0\n 288 -181 235 -218 164 -218 c 0\n 127 -218 95 -211 52 -193 c 1\n 74 -160 l 1\n 102 -173 119 -177 141 -177 c 0\n 175 -177 197 -161 197 -136 c 0\n 197 -114 179 -100 150 -100 c 0\n 139 -100 131 -101 120 -104 c 1\n 107 -92 l 1\n 163 -9 l 1\n 147 -4 133 0 116 6 c 0\n 92 14 79 17 70 17 c 0\n 51 17 44 11 32 -18 c 1\n 2 -18 l 1\n 38 206 l 1\n 67 204 l 1\n 71 144 79 114 98 83 c 0\n 123 41 169 16 221 16 c 0\n 270 16 305 35 328 74 c 0\n 340 96 347 120 347 142 c 0\n 347 188 312 235 234 295 c 0\n 178 339 137 383 115 425 c 0\n 107 442 102 464 102 491 c 0\n 102 601 189 685 303 685 c 0\n 331 685 358 680 401 666 c 0\n 426 659 443 655 452 655 c 0\n 473 655 487 663 496 681 c 1\n 526 681 l 1\n 486 480 l 1\n 459 484 l 1\n 446 601 407 650 327 650 c 0\n 263 650 223 609 223 545 c 0\n 223 500 238 478 300 431 c 0\n 422 338 468 271 468 185 c 0\n 468 60 379 -18 236 -18 c 0\n 225 -18 217 -18 202 -16 c 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: scedilla\nEncoding: 351 351 284\nWidth: 389\nFlags: W\nHStem: -217.063 40.0633<50 60> -12 29<115 136> 429 32.9762<184 198>\nVStem: 47.0031 94.9969<336 376> 105 91<-138 -129> 182.99 96.0095<71 119>\nDStem: 75 -3 114 -12 15 -92 80 -62\nFore\n114 -12 m 1\n 80 -62 l 1\n 90 -60 96 -59 106 -59 c 0\n 158 -59 196 -89 196 -131 c 0\n 196 -181 143 -218 72 -218 c 0\n 36 -218 4 -211 -40 -193 c 1\n -18 -160 l 1\n 10 -173 27 -177 49 -177 c 0\n 83 -177 105 -161 105 -136 c 0\n 105 -114 87 -100 58 -100 c 0\n 48 -100 40 -101 28 -104 c 1\n 15 -92 l 1\n 75 -3 l 1\n 72 -2 69 -1 68 -1 c 0\n 55 4 43 7 37 7 c 0\n 24 7 12 -1 8 -13 c 1\n -19 -13 l 1\n 3 153 l 1\n 30 150 l 1\n 38 96 46 73 66 48 c 0\n 82 28 103 17 126 17 c 0\n 158 17 183 41 183 71 c 0\n 183 96 165 130 127 175 c 0\n 61 253 47 282 47 336 c 0\n 47 412 100 462 181 462 c 0\n 201 462 214 459 239 449 c 0\n 257 442 266 440 275 440 c 0\n 290 440 293 442 304 461 c 1\n 333 461 l 1\n 310 308 l 1\n 283 310 l 1\n 267 393 241 429 195 429 c 0\n 163 429 142 408 142 376 c 0\n 142 354 160 323 198 278 c 0\n 254 213 279 164 279 119 c 0\n 279 45 215 -13 133 -13 c 0\n 129 -13 122 -13 114 -12 c 1\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: Scaron\nEncoding: 352 352 285\nWidth: 556\nFlags: W\nHStem: -18 34<220 239> 649.915 34.2748<303 327> 661 20<496 526>\nVStem: 102.002 120.998<491 545> 346.994 121.006<142 185>\nRef: 83 83 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 112 207\nEndChar\nStartChar: scaron\nEncoding: 353 353 286\nWidth: 389\nFlags: W\nHStem: -13 30<125 133> 429 32.9762<184 198>\nVStem: 47.0031 94.9969<336 376> 182.99 96.0095<71 119>\nRef: 115 115 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 28 0\nEndChar\nStartChar: uni0162\nEncoding: 354 354 287\nWidth: 611\nFlags: W\nHStem: -222.063 40.0633<126 136> 0 25<51 66> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25> 181 91<-143 -134>\nDStem: 157 0 201 0 91 -97 156 -67 303 634 449 634 155 97 309 128\nRef: 84 84 N 1 0 0 1 0 0\nRef: 184 184 N 1 0 0 1 116 -5\nEndChar\nStartChar: uni0163\nEncoding: 355 355 288\nWidth: 278\nFlags: W\nHStem: -231.063 40.0633<-26 -16> 407 42<210 280>\nVStem: 29 91<-152 -143> 30 251<407 442>\nDStem: 5 -9 49 -9 -61 -106 4 -76 81 407 198 407 13 169 165 289\nRef: 116 116 N 1 0 0 1 0 0\nRef: 184 184 N 1 0 0 1 -36 -14\nEndChar\nStartChar: Tcaron\nEncoding: 356 356 289\nWidth: 611\nFlags: W\nHStem: 0 25<51 66> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25>\nDStem: 303 634 449 634 155 97 309 128\nRef: 84 84 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 189 210\nEndChar\nStartChar: tcaron\nEncoding: 357 357 290\nWidth: 278\nFlags: W\nHStem: 407 42<210 271>\nVStem: 30 251<407 422> 269 139.996<597 619>\nDStem: 81 407 198 407 13 169 165 289\nFore\n281 422 m 1\n 281 407 l 1\n 198 407 l 1\n 165 289 l 1\n 129 167 111 94 111 76 c 0\n 111 69 119 61 127 61 c 0\n 143 61 169 88 203 141 c 1\n 225 127 l 1\n 159 24 119 -9 59 -9 c 0\n 17 -9 -11 17 -11 56 c 0\n -11 73 -1 118 13 169 c 1\n 81 407 l 1\n 30 407 l 1\n 30 442 l 1\n 109 472 159 513 213 594 c 1\n 248 594 l 1\n 209 449 l 1\n 271 449 l 1\n 312 478 332 503 332 527 c 0\n 332 540 325 549 305 562 c 0\n 278 581 269 595 269 619 c 0\n 269 657 296 685 333 685 c 0\n 378 685 409 650 409 597 c 0\n 409 536 360 470 281 422 c 1\nEndSplineSet\nEndChar\nStartChar: Tbar\nEncoding: 358 358 291\nWidth: 611\nFlags: W\nHStem: 0 25<51 66> 346 70<151 210 402 460> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25>\nDStem: 223.626 346 369.316 346 155 97 309 128 303 634 449 634 242.918 416 388.684 416\nFore\n242.918 416 m 1\n 303 634 l 1\n 201 632 138 591 86 491 c 1\n 61 498 l 1\n 99 669 l 1\n 650 669 l 1\n 614 477 l 1\n 587 479 l 1\n 582 590 543 633 449 634 c 1\n 388.684 416 l 1\n 476 416 l 1\n 460 346 l 1\n 369.316 346 l 1\n 309 128 l 2\n 302 102 298 81 298 66 c 0\n 298 34 311 28 381 25 c 1\n 381 0 l 1\n 50 0 l 1\n 50 25 l 1\n 64 25 l 2\n 115 25 141 46 155 97 c 2\n 223.626 346 l 1\n 134 346 l 1\n 151 416 l 1\n 242.918 416 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: tbar\nEncoding: 359 359 292\nWidth: 278\nFlags: W\nHStem: 252 70<-2 33 177 252> 407 42<210 280>\nVStem: 30 251<407 442>\nDStem: 81 407 198 407 56.7143 322 174.229 322\nFore\n56.7143 322 m 1\n 81 407 l 1\n 30 407 l 1\n 30 442 l 1\n 109 472 159 513 213 594 c 1\n 248 594 l 1\n 209 449 l 1\n 281 449 l 1\n 281 407 l 1\n 198 407 l 1\n 174.229 322 l 1\n 266 322 l 1\n 252.854 252 l 1\n 154.198 252 l 1\n 125.399 152.197 111 92.0994 111 76 c 0\n 111 69 119 61 127 61 c 0\n 143 61 169 88 203 141 c 1\n 225 127 l 1\n 159 24 119 -9 59 -9 c 0\n 17 -9 -11 17 -11 56 c 0\n -11 73 -1 118 13 169 c 1\n 36.7143 252 l 1\n -15 252 l 1\n -1.03223 322 l 1\n 56.7143 322 l 1\nEndSplineSet\nEndChar\nStartChar: Utilde\nEncoding: 360 360 293\nWidth: 722\nFlags: W\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 719.003 76.9966<517 542> 762.992 75.0081<363 391>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 85 85 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 227 183\nEndChar\nStartChar: utilde\nEncoding: 361 361 294\nWidth: 556\nFlags: W\nHStem: 512.003 76.9966<406 431> 555.992 75.0081<252 280>\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 117 117 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 116 -24\nEndChar\nStartChar: Umacron\nEncoding: 362 362 295\nWidth: 722\nFlags: W\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 763 70<303 612>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 85 85 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 235 210\nEndChar\nStartChar: umacron\nEncoding: 363 363 296\nWidth: 556\nFlags: W\nHStem: 553 70<180 489>\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 117 117 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 112 0\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 297\nWidth: 722\nFlags: W\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 719 72<453 472> 861 20<325 368 602 641>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 85 85 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 254 203\nEndChar\nStartChar: ubreve\nEncoding: 365 365 298\nWidth: 556\nFlags: W\nHStem: 512 72<342 361> 654 20<214 257 491 530>\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 117 117 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 143 -4\nEndChar\nStartChar: Uring\nEncoding: 366 366 299\nWidth: 722\nFlags: W\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 750 48<417 433> 916 48<417 433>\nVStem: 67 138<138 158> 98 311<644 668> 321 48<855 862> 486 48<846 862> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 85 85 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 194 210\nEndChar\nStartChar: uring\nEncoding: 367 367 300\nWidth: 556\nFlags: W\nHStem: 540 48<334 350> 706 48<334 350>\nVStem: 15.004 118.996<65 88> 238 48<645 652> 403 48<636 652>\nDStem: 76 306 243 462 36 173 149 154\nRef: 117 117 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 111 0\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 301\nWidth: 722\nFlags: W\nHStem: -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 85 85 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 235 210\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 302\nWidth: 556\nFlags: W\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 117 117 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 112 0\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 303\nWidth: 722\nFlags: W\nHStem: -172.996 68.9961<481 521> -17.5989 56.534<289 327> 640 29<128 129>\nVStem: 67 138<131 150> 98 311<644 668> 374.004 83.9955<-92 -42> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nFore\n536 669 m 1\n 744 669 l 1\n 744 644 l 1\n 689 633 682 623 642 491 c 1\n 576 263 l 1\n 557 199 543 158 533 135 c 0\n 528 124 519 110 507 92 c 2\n 487 62 l 2\n 470 36 458 -6 458 -42 c 0\n 458 -82 481 -104 521 -104 c 0\n 537 -104 547 -101 567 -91 c 0\n 576 -87 577 -86 582 -84 c 1\n 604 -98 l 1\n 579 -144 531 -173 481 -173 c 0\n 419 -173 374 -139 374 -92 c 0\n 374 -62 386 -39 428 13 c 1\n 386 -8 342 -18 289 -18 c 0\n 159 -18 67 50 67 148 c 0\n 67 181 79 243 100 323 c 1\n 156 529 l 2\n 165 562 171 593 171 605 c 0\n 171 627 161 635 129 640 c 0\n 125 640 112 642 98 644 c 1\n 98 669 l 1\n 409 669 l 1\n 409 644 l 1\n 347 641 332 629 315 572 c 1\n 233 272 l 2\n 208 181 205 166 205 139 c 0\n 205 76 251 38 327 38 c 0\n 382 38 426 58 460 98 c 0\n 490 135 512 185 539 282 c 2\n 597 491 l 1\n 608 532 616 571 616 588 c 0\n 616 623 593 639 536 644 c 1\n 536 669 l 1\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 304\nWidth: 556\nFlags: W\nHStem: -172.996 68.9961<433 474>\nVStem: 15.004 118.996<65 88> 327.004 83.9958<-92 -41>\nDStem: 76 306 243 462 36 173 149 154\nFore\n370 449 m 1\n 488 449 l 1\n 410 181 l 1\n 385 86 385 86 385 76 c 0\n 385 67 391 59 399 59 c 0\n 416 59 436 80 471 133 c 1\n 492 120 l 1\n 476 92 469 81 451 59 c 0\n 420 19 411 -3 411 -41 c 0\n 411 -82 433 -104 474 -104 c 0\n 489 -104 500 -101 520 -91 c 0\n 528 -87 529 -86 534 -84 c 1\n 556 -98 l 1\n 531 -144 483 -173 433 -173 c 0\n 372 -173 327 -139 327 -92 c 0\n 327 -65 336 -46 367 -4 c 1\n 351 -8 343 -9 331 -9 c 0\n 287 -9 266 10 266 51 c 0\n 266 79 272 106 290 161 c 1\n 187 17 157 -9 90 -9 c 0\n 41 -9 15 16 15 65 c 0\n 15 89 22 125 36 173 c 1\n 76 306 l 2\n 85 335 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 149 154 l 2\n 136 111 134 103 134 88 c 0\n 134 71 141 63 155 63 c 0\n 175 63 197 80 228 118 c 0\n 285 190 314 256 370 449 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 305\nWidth: 889\nFlags: W\nHStem: -18 687<220 249 541 570>\nVStem: 65 277<645 668> 400 269<645 668> 470.988 135.012<537 586> 753 187<645 668>\nDStem: 471 537 482 471 321 226 249 -18 801 553 856 572 645 226 570 -18\nRef: 87 87 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 316 203\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 306\nWidth: 667\nFlags: W\nHStem: 442 20<360 387>\nVStem: 497 117<398 409>\nDStem: 360 462 292 272 204 187 273 237\nRef: 119 119 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 138 -4\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 307\nWidth: 611\nFlags: W\nHStem: 0 21<73 395> 644 25<337 355>\nVStem: 73 283<644 668> 73 322<1 25> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 89 89 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 180 203\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 308\nWidth: 444\nFlags: W\nHStem: -205 115<-43 -33>\nVStem: 273 119<397 408>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 25 -4\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 309\nWidth: 611\nFlags: W\nHStem: 0 21<73 395> 644 25<337 355> 732 130<285.208 298 504 510>\nVStem: 73 283<644 668> 73 322<1 25> 232 130<785.399 798> 444 130<785.399 798> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 89 89 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 177 207\nEndChar\nStartChar: Zacute\nEncoding: 377 377 310\nWidth: 611\nFlags: W\nHStem: 0 35<157 261> 634 35<325 422>\nDStem: 423 634 590 640 -11 29 156 35\nRef: 90 90 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 139 210\nEndChar\nStartChar: zacute\nEncoding: 378 378 311\nWidth: 389\nFlags: W\nHStem: -78 29<237 248> 353 96<101 248>\nVStem: 243 103<5 18>\nDStem: 249 353 368 439 -43 -1 87 104\nRef: 122 122 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 28 0\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 312\nWidth: 611\nFlags: W\nHStem: 0 35<157 261> 634 35<325 422> 735 130<355.208 368>\nVStem: 302 130<788.399 801>\nDStem: 423 634 590 640 -11 29 156 35\nRef: 90 90 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 139 210\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 313\nWidth: 389\nFlags: W\nHStem: -78 29<237 248> 353 96<101 248> 525 130<244.208 257>\nVStem: 191 130<578.399 591> 243 103<5 18>\nDStem: 249 353 368 439 -43 -1 87 104\nRef: 122 122 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 28 0\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 314\nWidth: 611\nFlags: W\nHStem: 0 35<157 261> 634 35<325 422>\nDStem: 423 634 590 640 -11 29 156 35\nRef: 90 90 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 140 207\nEndChar\nStartChar: zcaron\nEncoding: 382 382 315\nWidth: 389\nFlags: W\nHStem: -78 29<237 248> 353 96<101 248>\nVStem: 243 103<5 18>\nDStem: 249 353 368 439 -43 -1 87 104\nRef: 122 122 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 13 0\nEndChar\nStartChar: longs\nEncoding: 383 383 316\nWidth: 333\nFlags: W\nHStem: -205 31<-73 -57> 407 42<48 111> 669 29<343 349>\nVStem: -169 101<-127 -118> 346 100<611 620>\nFore\n140 30 m 1\n 107 -73 80 -126 40 -162 c 0\n 9 -191 -28 -205 -70 -205 c 0\n -130 -205 -169 -174 -169 -126 c 0\n -169 -97 -145 -72 -117 -72 c 0\n -92 -72 -68 -96 -68 -120 c 0\n -68 -131 -72 -143 -80 -154 c 0\n -83 -158 -84 -161 -84 -163 c 0\n -84 -169 -76 -174 -66 -174 c 0\n -26 -174 -7 -133 24 15 c 0\n 30 44 58 169 112 407 c 1\n 39 407 l 1\n 48 449 l 1\n 121 449 l 1\n 150 550 169 591 211 637 c 0\n 247 676 295 698 347 698 c 0\n 407 698 446 667 446 618 c 0\n 446 587 425 565 395 565 c 0\n 368 565 346 587 346 614 c 0\n 346 624 349 633 357 645 c 0\n 361 651 362 654 362 656 c 0\n 362 664 355 669 345 669 c 0\n 310 669 279 619 254 520 c 1\n 140 30 l 1\nEndSplineSet\nEndChar\nStartChar: uni01C4\nEncoding: 452 452 317\nWidth: 1355\nFlags: H\nRef: 381 381 N 1 0 0 1 744 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C5\nEncoding: 453 453 318\nWidth: 1133\nFlags: H\nRef: 382 382 N 1 0 0 1 744 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C6\nEncoding: 454 454 319\nWidth: 889\nFlags: H\nRef: 382 382 N 1 0 0 1 500 0\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C7\nEncoding: 455 455 320\nWidth: 1109\nFlags: H\nRef: 74 74 N 1 0 0 1 609 0\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C8\nEncoding: 456 456 321\nWidth: 887\nFlags: H\nRef: 106 106 N 1 0 0 1 609 0\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01C9\nEncoding: 457 457 322\nWidth: 556\nFlags: H\nRef: 106 106 N 1 0 0 1 278 0\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CA\nEncoding: 458 458 323\nWidth: 1222\nFlags: H\nRef: 74 74 N 1 0 0 1 722 0\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CB\nEncoding: 459 459 324\nWidth: 1000\nFlags: H\nRef: 106 106 N 1 0 0 1 722 0\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CC\nEncoding: 460 460 325\nWidth: 834\nFlags: H\nRef: 106 106 N 1 0 0 1 556 0\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CD\nEncoding: 461 461 317\nWidth: 667\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 711 711 N 1 0 0 1 256.415 193\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 318\nWidth: 500\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 711 711 N 1 0 0 1 126.293 -14\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 319\nWidth: 393\nHStem: 0 21<-24 272> 649 20<116 414>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 711 711 N 1 0 0 1 99.3262 193\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 320\nWidth: 278\nDStem: 73 338 223 462 15 123 132 128\nRef: 711 711 N 1 0 0 1 -7.02989 -14\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 321\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 711 711 N 1 0 0 1 263.505 193\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 322\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 711 711 N 1 0 0 1 98.2003 -14\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 323\nWidth: 722\nHStem: -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 711 711 N 1 0 0 1 238.237 193\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 324\nWidth: 556\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 711 711 N 1 0 0 1 127.428 -14\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 325\nWidth: 722\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 732 130<343.208 356 562 568> 902 70<343.51 652.51>\nVStem: 67 138<138 158> 98 311<644 668> 290 130<785.399 798> 502 130<785.399 798> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 175 175 N 1 0 0 1 275.51 349\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 326\nWidth: 556\nHStem: 525 130<205.208 218 424 430> 709 70<236.53 545.53>\nVStem: 15.004 118.996<65 88> 152 130<578.399 591> 364 130<578.399 591>\nDStem: 76 306 243 462 36 173 149 154\nRef: 175 175 N 1 0 0 1 168.53 156\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 327\nWidth: 722\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 732 130<343.208 356 562 568>\nVStem: 67 138<138 158> 98 311<644 668> 290 130<785.399 798> 502 130<785.399 798> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 180 180 N 1 0 0 1 247.764 386\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 328\nWidth: 556\nHStem: 525 130<205.208 218 424 430>\nVStem: 15.004 118.996<65 88> 152 130<578.399 591> 364 130<578.399 591>\nDStem: 76 306 243 462 36 173 149 154\nRef: 180 180 N 1 0 0 1 140.785 193\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 329\nWidth: 722\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 732 130<343.208 356 562 568>\nVStem: 67 138<138 158> 98 311<644 668> 290 130<785.399 798> 502 130<785.399 798> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 711 711 N 1 0 0 1 291.036 386\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 330\nWidth: 556\nHStem: 525 130<205.208 218 424 430>\nVStem: 15.004 118.996<65 88> 152 130<578.399 591> 364 130<578.399 591>\nDStem: 76 306 243 462 36 173 149 154\nRef: 711 711 N 1 0 0 1 184.056 193\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 331\nWidth: 722\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 732 130<343.208 356 562 568>\nVStem: 67 138<138 158> 98 311<644 668> 290 130<785.399 798> 502 130<785.399 798> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 96 96 N 1 0 0 1 316.037 386\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 332\nWidth: 556\nHStem: 525 130<205.208 218 424 430>\nVStem: 15.004 118.996<65 88> 152 130<578.399 591> 364 130<578.399 591>\nDStem: 76 306 243 462 36 173 149 154\nRef: 96 96 N 1 0 0 1 209.058 193\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DD\nEncoding: 477 477 333\nWidth: 444\nFlags: HW\nRef: 101 101 N -1 0 0 -1 403 449\nEndChar\nStartChar: uni01DE\nEncoding: 478 478 333\nWidth: 667\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 732 130<287.208 300 506 512> 902 70<361.688 670.688>\nVStem: -67 196<1 25> 234 130<785.399 798> 289 304<1 25> 446 130<785.399 798>\nDStem: 388 683 309 491 16 95 161 248\nRef: 175 175 N 1 0 0 1 293.688 349\nRef: 196 196 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 334\nWidth: 500\nHStem: 525 130<182.208 195 401 407> 709 70<235.396 544.396>\nVStem: -21 123<99.9685 129> 129 130<578.399 591> 341 130<578.399 591>\nDStem: 344 449 455 456 326 390 384 220\nRef: 175 175 N 1 0 0 1 167.396 156\nRef: 228 228 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E0\nEncoding: 480 480 335\nWidth: 667\nFlags: H\nRef: 175 175 N 1 0 0 1 268.614 326\nRef: 550 550 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E1\nEncoding: 481 481 336\nWidth: 500\nFlags: H\nRef: 175 175 N 1 0 0 1 138.491 119\nRef: 551 551 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 335\nWidth: 944\nHStem: 0 32<528 573> 255 39<226 387> 637 32<672 710> 709 70<412.08 721.08>\nVStem: -64 195<1 25>\nDStem: 390 574 478 627 24 102 225 294 490 627 781 472 398 294 708 199 490 627 626 605 398 294 561 370\nRef: 175 175 N 1 0 0 1 344.08 156\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 336\nWidth: 722\nHStem: -12.9978 62.9978<425 468> 419 42.6761<281 287> 428.776 29.4318<550 573> 502 70<268.493 577.493>\nVStem: 583 90<371 387>\nDStem: 370 454 473 459 352 396 453 394\nRef: 175 175 N 1 0 0 1 200.493 -51\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E4\nEncoding: 484 484 337\nWidth: 722\nFlags: W\nHStem: -18 38<321 341> 152 44<402 468 621 685> 304 26<419 435 688 706> 649 36<441 471>\nVStem: 21 156<201 253> 419 287<304 329>\nFore\n706 304 m 1\n 634 300 636 256 620 196 c 1\n 700 196 l 1\n 685 152 l 1\n 608 152 l 1\n 579 41 l 1\n 499 3 411 -18 322 -18 c 0\n 156 -18 21 77 21 253 c 0\n 21 483 209 685 442 685 c 0\n 477 685 513 682 547 672 c 0\n 566 666 587 655 608 655 c 0\n 628 655 643 667 650 685 c 1\n 681 685 l 1\n 630 464 l 1\n 601 468 l 1\n 601 566 570 649 458 649 c 0\n 267 649 177 353 177 201 c 0\n 177 97 230 20 338 20 c 0\n 447 20 443 64 469 152 c 1\n 386 152 l 1\n 402 196 l 1\n 480 196 l 1\n 485 214 493 243 493 262 c 0\n 493 304 451 302 419 304 c 1\n 419 330 l 1\n 706 330 l 1\n 706 304 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01E5\nEncoding: 485 485 338\nWidth: 500\nFlags: W\nHStem: -203 34<131 152> -110 44<-92 -51 41 254 375 411> 153 31<194 200> 373 56<412 477> 431 31<248 261>\nVStem: 19 103<72 127> 35 116<248 283> 299.924 178.076<373 375> 300 117<330 369>\nFore\n478 373 m 1\n 411 373 l 1\n 415 359 417 345 417 330 c 0\n 417 214 300 153 197 153 c 0\n 180 153 165 161 149 161 c 0\n 136 161 122 139 122 127 c 0\n 122 63 403 80 374 -66 c 1\n 423 -66 l 1\n 411 -110 l 1\n 360 -110 l 1\n 317 -184 210 -203 132 -203 c 0\n 72 -203 -42 -185 -51 -110 c 1\n -104 -110 l 1\n -92 -66 l 1\n -46 -66 l 1\n -27 -18 33 -4 78 6 c 1\n 78 8 l 1\n 48 18 19 37 19 72 c 0\n 19 124 76 148 115 170 c 1\n 65 189 35 229 35 283 c 0\n 35 398 158 462 259 462 c 0\n 297 462 337 453 367 429 c 1\n 478 429 l 1\n 478 373 l 1\n300 369 m 0\n 300 398 288 431 254 431 c 0\n 188 431 151 301 151 248 c 0\n 151 218 157 184 195 184 c 0\n 263 184 300 315 300 369 c 0\n255 -66 m 1\n 232 -36 150 -16 113 -6 c 1\n 86 -17 52 -39 40 -66 c 1\n 255 -66 l 1\n265 -110 m 1\n 38 -110 l 1\n 53 -153 102 -169 144 -169 c 128\n 186 -169 256 -162 265 -110 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: Gcaron\nEncoding: 486 486 339\nWidth: 722\nHStem: -17.93 37.93<325 343> 649 36<447 469>\nVStem: 21.2729 156.62<208 251> 419 287<304 329>\nRef: 711 711 N 1 0 0 1 284.42 193\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 340\nWidth: 500\nHStem: -203 34<135 156> 153 31<188 204> 373 56<412 477> 431 31<252 259>\nVStem: -52 87<-101 -89> 35 116.004<243 280> 265.994 109.006<-100 -53> 300 116.999<331 372> 300 178<373 385.198>\nRef: 711 711 N 1 0 0 1 114.156 -14\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 341\nWidth: 664\nHStem: 0 21<-24 265 329 609> 642 27<504 509>\nVStem: -24 289<1 25> 116 310<644 668> 329 280<1 25> 488 211<644 668>\nDStem: 178 546 332 572 56 97 270 344 178 546 268 337 56 97 201 88 268 337 389 398 381 95 546 60\nRef: 711 711 N 1 0 0 1 267.826 193\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 342\nWidth: 500\nHStem: -7.99557 70.9956<311 363> 0 21<-23 99>\nVStem: 276 207<424 448>\nDStem: 133 567 286 699 -23 0 163 239 133 567 149 188 -23 0 99 0\nRef: 711 711 N 1 0 0 1 160.166 223\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 343\nWidth: 722\nHStem: -234.996 68.9961<215.494 256.494> -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 109.499 83.9948<-154 -102> 547 143.998<454 531>\nRef: 731 731 N 1 0 0 1 149.494 -62\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 344\nWidth: 500\nHStem: -229.996 68.9961<108.185 149.185> -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 2.1904 83.9948<-149 -97> 322 118.997<311 375>\nRef: 731 731 N 1 0 0 1 42.1852 -57\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 345\nWidth: 722\nHStem: -234.996 68.9961<215.494 256.494> -18 34<262 283> 651 34<427.95 459> 709 70<315.979 624.979>\nVStem: 27 144.002<137 221> 109.499 83.9948<-154 -102> 547 143.998<454 531>\nRef: 175 175 N 1 0 0 1 247.979 156\nRef: 490 490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 346\nWidth: 500\nHStem: -229.996 68.9961<108.185 149.185> -13 29<155 173> 433 29<269 285> 502 70<150.674 459.674>\nVStem: -3 119.002<78 135> 2.1904 83.9948<-149 -97> 322 118.997<311 375>\nRef: 175 175 N 1 0 0 1 82.6743 -51\nRef: 491 491 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EE\nEncoding: 494 494 347\nWidth: 614\nRef: 711 711 N 1 0 0 1 238.412 193\nRef: 439 439 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EF\nEncoding: 495 495 348\nWidth: 461\nHStem: -217 31<54 75> 353 96<92.9703 284>\nVStem: -89 124<-121 -105> 271 125<62 112>\nRef: 711 711 N 1 0 0 1 89.0349 -14\nRef: 658 658 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F0\nEncoding: 496 496 349\nWidth: 278\nFlags: H\nRef: 711 711 S 1 0 0 1 -33.1827 -14\nRef: 63166 63166 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F1\nEncoding: 497 497 350\nWidth: 1355\nFlags: H\nRef: 90 90 N 1 0 0 1 744 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F2\nEncoding: 498 498 351\nWidth: 1133\nFlags: H\nRef: 122 122 N 1 0 0 1 744 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F3\nEncoding: 499 499 352\nWidth: 889\nFlags: H\nRef: 122 122 N 1 0 0 1 500 0\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F4\nEncoding: 500 500 349\nWidth: 722\nHStem: -17.93 37.93<325 343> 649 36<447 469>\nVStem: 21.2729 156.62<208 251> 419 287<304 329>\nRef: 180 180 N 1 0 0 1 241.148 193\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F5\nEncoding: 501 501 350\nWidth: 500\nHStem: -203 34<135 156> 153 31<188 204> 373 56<412 477> 431 31<252 259>\nVStem: -52 87<-101 -89> 35 116.004<243 280> 265.994 109.006<-100 -53> 300 116.999<331 372> 300 178<373 385.198>\nRef: 180 180 N 1 0 0 1 70.8843 -14\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F8\nEncoding: 504 504 351\nWidth: 722\nHStem: 0 21<-29 179> 649 20<109 304 537 746>\nVStem: -29 208<1 25> 537 209<644 668>\nDStem: 192 589 216 534 72 178 117 178 216 534 304 669 473 -15 519 204 599 491 644 491 519 204 501 -15\nRef: 96 96 N 1 0 0 1 269.739 193\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01F9\nEncoding: 505 505 352\nWidth: 556\nHStem: 0 21<-6 115>\nVStem: 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nRef: 96 96 N 1 0 0 1 156.656 -14\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 353\nWidth: 667\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 736 48<397 413> 902 48<397 413>\nVStem: -67 196<1 25> 289 304<1 25> 301 48<841 848> 466 48<832 848>\nDStem: 388 683 309 491 16 95 161 248\nRef: 180 180 N 1 0 0 1 290.016 474\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 354\nWidth: 500\nHStem: 540 48<306 322> 706 48<306 322>\nVStem: -21 123<99.9685 129> 210 48<645 652> 375 48<636 652>\nDStem: 344 449 455 456 326 390 384 220\nRef: 180 180 N 1 0 0 1 162.903 278\nRef: 229 229 N 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 355\nWidth: 944\nHStem: 0 32<528 573> 255 39<226 387> 637 32<672 710>\nVStem: -64 195<1 25>\nDStem: 390 574 478 627 24 102 225 294 490 627 781 472 398 294 708 199 490 627 626 605 398 294 561 370\nRef: 180 180 N 1 0 0 1 316.334 193\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 356\nWidth: 722\nHStem: -12.9978 62.9978<425 468> 419 42.6761<281 287> 428.776 29.4318<550 573>\nVStem: 583 90<371 387>\nDStem: 370 454 473 459 352 396 453 394\nRef: 180 180 N 1 0 0 1 172.747 -14\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 357\nWidth: 722\nHStem: -18 34<265 283> 651 34<427.032 459>\nVStem: 27 144.002<141 212> 547 143.998<453 526>\nDStem: 144 11 183 -5 65 -125 113 -125 506 630 533 593 182 77 208 38 584 764 633 764 531 672 570 656\nRef: 180 180 N 1 0 0 1 247.59 288\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 358\nWidth: 500\nHStem: -13 29<156 173> 433 29<266 285>\nVStem: -3 119.002<86 134> 322 118.998<311 372>\nDStem: 74 7 106 -5 2 -119 42 -119 307 419 321 377 116 78 128 34 387 560 424 560 328 456 359 444\nRef: 180 180 N 1 0 0 1 81.875 84\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0200\nEncoding: 512 512 359\nWidth: 667\nFlags: H\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 783 783 N 1 0 0 1 124.601 181\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0201\nEncoding: 513 513 360\nWidth: 500\nFlags: H\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 783 783 N 1 0 0 1 -5.52145 -26\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 361\nWidth: 667\nFlags: H\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 796 76<473.314 492.314>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 785 785 N 1 0 0 1 166.314 203\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 362\nWidth: 500\nFlags: H\nHStem: 589 76<343.192 362.192>\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 785 785 N 1 0 0 1 36.1919 -4\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0204\nEncoding: 516 516 363\nWidth: 670\nFlags: H\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 783 783 N 1 0 0 1 99.4756 181\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0205\nEncoding: 517 517 364\nWidth: 444\nFlags: H\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 783 783 N 1 0 0 1 -51.5354 -26\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 365\nWidth: 670\nFlags: H\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 796 76<448.189 467.189>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 785 785 N 1 0 0 1 141.189 203\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 366\nWidth: 444\nFlags: H\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 589 76<297.178 316.178>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 785 785 N 1 0 0 1 -9.82197 -4\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0208\nEncoding: 520 520 367\nWidth: 393\nFlags: H\nHStem: 0 21<-24 272> 649 20<116 414>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 783 783 N 1 0 0 1 -32.4882 181\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0209\nEncoding: 521 521 368\nWidth: 278\nFlags: H\nDStem: 73 338 223 462 15 123 132 128\nRef: 783 783 N 1 0 0 1 -138.844 -26\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 369\nWidth: 393\nFlags: H\nHStem: 0 21<-24 272> 649 20<116 414> 796 76<316.225 335.225>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 785 785 N 1 0 0 1 9.22517 203\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 370\nWidth: 278\nFlags: H\nHStem: 589 76<209.869 228.869>\nDStem: 73 338 223 462 15 123 132 128\nRef: 785 785 N 1 0 0 1 -97.1309 -4\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020C\nEncoding: 524 524 371\nWidth: 722\nFlags: H\nHStem: -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 783 783 N 1 0 0 1 131.691 181\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020D\nEncoding: 525 525 372\nWidth: 500\nFlags: H\nHStem: -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 783 783 N 1 0 0 1 -33.6141 -26\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 373\nWidth: 722\nFlags: H\nHStem: -18 34<262 283> 651 34<427.95 459> 796 76<480.404 499.404>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 785 785 N 1 0 0 1 173.404 203\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 374\nWidth: 500\nFlags: H\nHStem: -13 29<155 173> 433 29<269 285> 589 76<315.099 334.099>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 785 785 N 1 0 0 1 8.09933 -4\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0210\nEncoding: 528 528 375\nWidth: 672\nFlags: H\nHStem: 0 21<-24 272 405 607> 331 32<278.063 298> 637 32<376 394>\nVStem: -24 296<1 25> 477 151<525 544>\nDStem: 179 546 338 593 56 97 278 363 179 546 269 331 56 97 214 138 298 331 436 343 405 0 519 97\nRef: 783 783 N 1 0 0 1 135.012 181\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0211\nEncoding: 529 529 376\nWidth: 389\nFlags: H\nHStem: 0 21<-21 100> 323 139<329 334>\nRef: 783 783 N 1 0 0 1 -97.1393 -26\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 377\nWidth: 672\nFlags: H\nHStem: 0 21<-24 272 405 607> 331 32<278.063 298> 637 32<376 394> 796 76<483.725 502.725>\nVStem: -24 296<1 25> 477 151<525 544>\nDStem: 179 546 338 593 56 97 278 363 179 546 269 331 56 97 214 138 298 331 436 343 405 0 519 97\nRef: 785 785 N 1 0 0 1 176.725 203\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 378\nWidth: 389\nFlags: H\nHStem: 0 21<-21 100> 323 139<329 334> 589 76<251.574 270.574>\nRef: 785 785 N 1 0 0 1 -55.4259 -4\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0214\nEncoding: 532 532 379\nWidth: 722\nFlags: H\nHStem: -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 783 783 N 1 0 0 1 106.423 181\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0215\nEncoding: 533 533 380\nWidth: 556\nFlags: H\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 783 783 N 1 0 0 1 -4.38679 -26\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 381\nWidth: 722\nFlags: H\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 796 76<455.136 474.136>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 785 785 N 1 0 0 1 148.136 203\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 382\nWidth: 556\nFlags: H\nHStem: 589 76<344.327 363.327>\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 785 785 N 1 0 0 1 37.3266 -4\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 383\nWidth: 556\nFlags: W\nHStem: -18 34<220 239> 649.915 34.2748<303 327> 661 20G<496 526>\nVStem: 102.002 120.998<491 545> 102.614 139.834<-128 -106> 346.994 121.006<142 185>\nFore\n2 -18 m 1\n 38 206 l 1\n 67 204 l 1\n 71 144 79 114 98 83 c 0\n 123 41 169 16 221 16 c 0\n 270 16 305 35 328 74 c 0\n 340 96 347 120 347 142 c 0\n 347 188 312 235 234 295 c 0\n 178 339 137 383 115 425 c 0\n 107 442 102 464 102 491 c 0\n 102 601 189 685 303 685 c 0\n 331 685 358 680 401 666 c 0\n 426 659 443 655 452 655 c 0\n 473 655 487 663 496 681 c 1\n 526 681 l 1\n 486 480 l 1\n 459 484 l 1\n 446 601 407 650 327 650 c 0\n 263 650 223 609 223 545 c 0\n 223 500 238 478 300 431 c 0\n 422 338 468 271 468 185 c 0\n 468 61 379 -18 239 -18 c 0\n 199 -18 165 -11 116 6 c 0\n 93 14 80 17 70 17 c 0\n 51 17 44 11 32 -18 c 1\n 2 -18 l 1\n71 -324 m 1\n 59 -303 l 1\n 130 -265 165 -230 165 -198 c 0\n 165 -185 158 -176 138 -163 c 0\n 111 -144 102 -130 102 -106 c 0\n 102 -68 129 -40 166 -40 c 0\n 212 -40 243 -75 243 -128 c 0\n 243 -201 175 -278 71 -324 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 384\nWidth: 389\nFlags: W\nHStem: -13 30<118 134> 429 32.9762<184 198>\nVStem: 17.6141 139.834<-128 -106> 47.0031 94.9969<336 376> 182.99 96.0095<71 119>\nFore\n333 461 m 1\n 310 308 l 1\n 283 310 l 1\n 267 393 241 429 195 429 c 0\n 163 429 142 408 142 376 c 0\n 142 354 160 323 198 278 c 0\n 254 213 279 164 279 119 c 0\n 279 44 215 -13 131 -13 c 0\n 111 -13 92 -9 68 -1 c 0\n 55 4 44 7 37 7 c 0\n 24 7 12 -1 8 -13 c 1\n -19 -13 l 1\n 3 153 l 1\n 30 150 l 1\n 38 96 46 73 66 48 c 0\n 82 28 103 17 126 17 c 0\n 158 17 183 41 183 71 c 0\n 183 96 165 130 127 175 c 0\n 61 253 47 282 47 336 c 0\n 47 412 100 462 181 462 c 0\n 201 462 214 459 239 449 c 0\n 257 442 266 440 275 440 c 0\n 290 440 293 442 304 461 c 1\n 333 461 l 1\n-14 -324 m 1\n -26 -303 l 1\n 45 -265 80 -230 80 -198 c 0\n 80 -185 73 -176 53 -163 c 0\n 26 -144 17 -130 17 -106 c 0\n 17 -68 44 -40 81 -40 c 0\n 127 -40 158 -75 158 -128 c 0\n 158 -201 90 -278 -14 -324 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 385\nWidth: 611\nFlags: W\nHStem: 0 25<51 66> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25> 128.614 139.834<-128 -106>\nDStem: 303 634 449 634 155 97 309 128\nFore\n650 669 m 1\n 614 477 l 1\n 587 479 l 1\n 582 590 543 633 449 634 c 1\n 309 128 l 2\n 302 102 298 81 298 66 c 0\n 298 34 311 28 381 25 c 1\n 381 0 l 1\n 50 0 l 1\n 50 25 l 1\n 64 25 l 2\n 115 25 141 46 155 97 c 2\n 303 634 l 1\n 201 632 138 591 86 491 c 1\n 61 498 l 1\n 99 669 l 1\n 650 669 l 1\n97 -324 m 1\n 85 -303 l 1\n 156 -265 191 -230 191 -198 c 0\n 191 -185 184 -176 164 -163 c 0\n 137 -144 128 -130 128 -106 c 0\n 128 -68 155 -40 192 -40 c 0\n 238 -40 269 -75 269 -128 c 0\n 269 -201 201 -278 97 -324 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 386\nWidth: 278\nFlags: W\nHStem: 407 42<210 280>\nVStem: -37.3859 139.834<-128 -106> 30 251<407 442>\nDStem: 81 407 198 407 13 169 165 289\nFore\n281 449 m 1\n 281 407 l 1\n 198 407 l 1\n 165 289 l 1\n 129 167 111 94 111 76 c 0\n 111 69 119 61 127 61 c 0\n 143 61 169 88 203 141 c 1\n 225 127 l 1\n 159 24 119 -9 59 -9 c 0\n 17 -9 -11 17 -11 56 c 0\n -11 73 -1 118 13 169 c 1\n 81 407 l 1\n 30 407 l 1\n 30 442 l 1\n 109 472 159 513 213 594 c 1\n 248 594 l 1\n 209 449 l 1\n 281 449 l 1\n-69 -324 m 1\n -81 -303 l 1\n -10 -265 25 -230 25 -198 c 0\n 25 -185 18 -176 -2 -163 c 0\n -29 -144 -38 -130 -38 -106 c 0\n -38 -68 -11 -40 26 -40 c 0\n 72 -40 103 -75 103 -128 c 0\n 103 -201 35 -278 -69 -324 c 1\nEndSplineSet\nEndChar\nStartChar: uni021E\nEncoding: 542 542 387\nWidth: 778\nHStem: 0 21<-24 272 340 657> 329 44<279 504> 649 20<116 433 501 799>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 266 329 56 97 216 148 178 546 718 572 56 97 609 175 505 329 609 175 441 97 603 153 505 329 718 572 441 97 609 175 564 546 718 572 517 373 609 175\nRef: 711 711 N 1 0 0 1 291.826 193\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni021F\nEncoding: 543 543 388\nWidth: 556\nHStem: 0 21<-13 108>\nVStem: 352.006 122.009<369 387>\nRef: 711 711 N 1 0 0 1 188.162 223\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0226\nEncoding: 550 550 389\nWidth: 667\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 709 130<459.531 472.323>\nVStem: -67 196<1 25> 289 304<1 25> 406.323 130<762.399 775>\nDStem: 388 683 309 491 16 95 161 248\nRef: 729 729 N 1 0 0 1 243.323 184\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0227\nEncoding: 551 551 390\nWidth: 500\nHStem: 502 130<329.408 342.2>\nVStem: -21 123<99.9685 129> 276.2 130<555.399 568>\nDStem: 344 449 455 456 326 390 384 220\nRef: 729 729 N 1 0 0 1 113.2 -23\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0228\nEncoding: 552 552 391\nWidth: 670\nHStem: -222.063 40.0633<161.043 171.043> 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nVStem: 216.043 91<-143 -134>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199 192.043 0 236.043 0 126.043 -97 191.043 -67\nRef: 184 184 N 1 0 0 1 151.043 -5\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0229\nEncoding: 553 553 392\nWidth: 444\nHStem: -235.063 40.0633<63.104 73.104> -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 118.104 91<-156 -147> 305.09 92.9102<375 395>\nDStem: 94.104 -13 138.104 -13 28.104 -110 93.104 -80\nRef: 184 184 N 1 0 0 1 53.104 -18\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022A\nEncoding: 554 554 393\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459> 732 130<339.208 352 558 564> 902 70<368.778 677.778>\nVStem: 27 144.002<137 221> 286 130<785.399 798> 498 130<785.399 798> 547 143.998<454 531>\nRef: 175 175 N 1 0 0 1 300.778 349\nRef: 214 214 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022B\nEncoding: 555 555 394\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285> 525 130<177.208 190 396 402> 709 70<207.303 516.303>\nVStem: -3 119.002<78 135> 124 130<578.399 591> 322 118.997<311 375> 336 130<578.399 591>\nRef: 175 175 N 1 0 0 1 139.303 156\nRef: 246 246 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022C\nEncoding: 556 556 395\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459> 743.003 76.9966<525 550> 786.992 75.0081<371 399> 902 70<368.778 677.778>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 175 175 N 1 0 0 1 300.778 349\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022D\nEncoding: 557 557 396\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285> 536.003 76.9966<374 399> 579.992 75.0081<220 248> 709 70<207.303 516.303>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 175 175 N 1 0 0 1 139.303 156\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022E\nEncoding: 558 558 397\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459> 709 130<466.621 479.413>\nVStem: 27 144.002<137 221> 413.413 130<762.399 775> 547 143.998<454 531>\nRef: 729 729 N 1 0 0 1 250.413 184\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022F\nEncoding: 559 559 398\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285> 502 130<301.316 314.108>\nVStem: -3 119.002<78 135> 248.108 130<555.399 568> 322 118.997<311 375>\nRef: 729 729 N 1 0 0 1 85.1077 -23\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0230\nEncoding: 560 560 399\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459> 709 130<466.621 479.413> 879 70<362.486 671.486>\nVStem: 27 144.002<137 221> 413.413 130<762.399 775> 547 143.998<454 531>\nRef: 175 175 N 1 0 0 1 294.486 326\nRef: 558 558 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0231\nEncoding: 561 561 400\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285> 502 130<301.316 314.108> 672 70<197.181 506.181>\nVStem: -3 119.002<78 135> 248.108 130<555.399 568> 322 118.997<311 375>\nRef: 175 175 N 1 0 0 1 129.181 119\nRef: 559 559 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0232\nEncoding: 562 562 401\nWidth: 611\nHStem: 0 21<73 395> 644 25<337 355> 709 70<235.711 544.711>\nVStem: 73 283<644 668> 73 322<1 25> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 175 175 N 1 0 0 1 167.711 156\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0233\nEncoding: 563 563 402\nWidth: 444\nHStem: -205 115<-43 -33> 502 70<81.3283 390.328>\nVStem: 273 119<397 408>\nRef: 175 175 N 1 0 0 1 13.3283 -51\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0292\nEncoding: 658 658 403\nWidth: 461\nFlags: W\nHStem: -217 31<54 75> 353 96<92.9703 284>\nVStem: -89 124<-121 -105> 271 125<62 112>\nFore\n440 432 m 1\n 216 256 l 1\n 231 259 247 261 263 261 c 0\n 352 261 396 196 396 112 c 0\n 396 -64 242 -217 66 -217 c 0\n 15 -217 -89 -178 -89 -115 c 0\n -89 -81 -61 -53 -27 -53 c 128\n 7 -53 35 -81 35 -115 c 0\n 35 -137 24 -158 4 -168 c 1\n 18 -176 38 -186 55 -186 c 0\n 186 -186 271 -61 271 62 c 0\n 271 139 223 172 150 172 c 0\n 125 172 100 163 76 158 c 1\n 65 180 l 1\n 138 238 210 297 285 353 c 1\n 104 353 l 2\n 67 353 52 322 41 292 c 1\n 13 295 l 1\n 56 449 l 1\n 440 449 l 1\n 440 432 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: circumflex\nEncoding: 710 710 404\nWidth: 333\nFlags: W\nFore\n316 516 m 1\n 228 611 l 1\n 97 516 l 1\n 40 516 l 1\n 200 690 l 1\n 281 690 l 1\n 367 516 l 1\n 316 516 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 405\nWidth: 333\nFlags: W\nFore\n411 690 m 1\n 249 516 l 1\n 167 516 l 1\n 79 690 l 1\n 129 690 l 1\n 220 593 l 1\n 355 690 l 1\n 411 690 l 1\nEndSplineSet\nEndChar\nStartChar: uni02CA\nEncoding: 714 714 406\nWidth: 333\nFlags: W\nFore\n379 650 m 0\n 379 626 359 614 340 603 c 2\n 188 516 l 1\n 139 516 l 1\n 145 523 288 697 330 697 c 0\n 356 697 379 677 379 650 c 0\nEndSplineSet\nEndChar\nStartChar: uni02CB\nEncoding: 715 715 407\nWidth: 333\nFlags: W\nFore\n297 516 m 1\n 252 516 l 1\n 119 605 l 2\n 103 615 85 632 85 652 c 0\n 85 676 106 697 130 697 c 128\n 154 697 172 681 186 663 c 2\n 297 516 l 1\nEndSplineSet\nEndChar\nStartChar: breve\nEncoding: 728 728 408\nWidth: 333\nFlags: W\nHStem: 516 72<199 218> 658 20G<71 114 348 387>\nFore\n348 678 m 1\n 387 678 l 1\n 369 574 305 516 208 516 c 0\n 115 516 71 564 71 665 c 2\n 71 678 l 1\n 114 678 l 1\n 120 617 153 588 216 588 c 0\n 281 588 317 612 348 678 c 1\nEndSplineSet\nEndChar\nStartChar: dotaccent\nEncoding: 729 729 409\nWidth: 333\nFlags: W\nHStem: 525 130<216.208 229>\nVStem: 163 130<578.399 591>\nFore\n227 655 m 0\n 263 655 293 625 293 589 c 0\n 293 555 262 525 227 525 c 0\n 193 525 163 555 163 589 c 0\n 163 625 192 655 227 655 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: ring\nEncoding: 730 730 410\nWidth: 333\nFlags: W\nHStem: 540 48<223 239> 706 48<223 239>\nVStem: 127 48<645 652> 292 48<636 652>\nFore\n234 754 m 0\n 292 754 340 706 340 647 c 128\n 340 588 292 540 233 540 c 128\n 174 540 127 589 127 649 c 0\n 127 706 176 754 234 754 c 0\n232 706 m 0\n 202 706 175 678 175 647 c 0\n 175 615 201 588 232 588 c 0\n 265 588 292 614 292 646 c 0\n 292 679 265 706 232 706 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 411\nWidth: 333\nFlags: W\nHStem: -172.996 68.9961<66 107>\nVStem: -39.9948 83.9948<-92 -40>\nFore\n28 32 m 1\n 61 44 l 1\n 60 37 59 34 56 24 c 0\n 48 -8 44 -27 44 -40 c 0\n 44 -81 66 -104 107 -104 c 0\n 122 -104 133 -101 153 -91 c 0\n 161 -87 162 -86 167 -84 c 1\n 189 -98 l 1\n 164 -144 116 -173 66 -173 c 0\n 5 -173 -40 -139 -40 -92 c 0\n -40 -63 -27 -36 14 14 c 0\n 22 24 24 26 28 32 c 1\nEndSplineSet\nEndChar\nStartChar: tilde\nEncoding: 732 732 412\nWidth: 333\nFlags: W\nHStem: 536.003 76.9966<290 315> 579.992 75.0081<136 164>\nFore\n366 655 m 1\n 407 655 l 1\n 385 572 350 536 290 536 c 0\n 271 536 259 539 233 549 c 2\n 174 572 l 2\n 161 577 147 580 136 580 c 0\n 114 580 101 569 88 537 c 1\n 48 537 l 1\n 61 609 107 655 164 655 c 0\n 188 655 220 647 261 629 c 0\n 287 618 304 613 315 613 c 0\n 338 613 351 624 366 655 c 1\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 413\nWidth: 333\nFlags: W\nFore\n118 516 m 1\n 69 516 l 1\n 191 647 l 2\n 226 685 243 697 261 697 c 0\n 287 697 309 675 309 650 c 0\n 309 631 300 620 270 603 c 2\n 118 516 l 1\n307 516 m 1\n 258 516 l 1\n 380 647 l 2\n 415 685 432 697 450 697 c 0\n 476 697 498 675 498 650 c 0\n 498 631 489 620 459 603 c 2\n 307 516 l 1\nEndSplineSet\nEndChar\nStartChar: gravecomb\nEncoding: 768 768 414\nWidth: 0\nFlags: HW\nFore\n-36 516 m 1\n -81 516 l 1\n -214 605 l 2\n -227 614 -248 631 -248 652 c 128\n -248 673 -230 697 -203 697 c 128\n -176 697 -157 677 -147 663 c 2\n -36 516 l 1\nEndSplineSet\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 415\nWidth: 0\nFlags: HW\nFore\n-145 516 m 1\n -194 516 l 1\n -72 647 l 2\n -46 674 -25 697 -3 697 c 0\n 18 697 46 682 46 650 c 0\n 46 627 30 616 7 603 c 2\n -145 516 l 1\nEndSplineSet\nEndChar\nStartChar: uni0302\nEncoding: 770 770 416\nWidth: 0\nFlags: HW\nFore\n-17 516 m 1\n -105 611 l 1\n -236 516 l 1\n -293 516 l 1\n -133 690 l 1\n -52 690 l 1\n 34 516 l 1\n -17 516 l 1\nEndSplineSet\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 417\nWidth: 0\nFlags: HW\nHStem: 536 77<-44 -20> 580 75<-195 -168>\nFore\n33 655 m 1\n 74 655 l 1\n 65 620 43 536 -44 536 c 0\n -66 536 -83 542 -100 549 c 2\n -159 572 l 2\n -170 576 -182 580 -195 580 c 0\n -228 580 -237 556 -245 537 c 1\n -285 537 l 1\n -285 539 -266 655 -168 655 c 0\n -113 655 -49 613 -20 613 c 0\n 14 613 24 636 33 655 c 1\nEndSplineSet\nEndChar\nStartChar: uni0304\nEncoding: 772 772 418\nWidth: 0\nFlags: HW\nHStem: 553 70<-265 44>\nFore\n60 623 m 1\n 44 553 l 1\n -282 553 l 1\n -265 623 l 1\n 60 623 l 1\nEndSplineSet\nEndChar\nStartChar: uni0305\nEncoding: 773 773 419\nWidth: 0\nFlags: HW\nHStem: 565 72<-346 133>\nVStem: -347 481<566 636>\nFore\n134 637 m 1\n 134 565 l 1\n -347 565 l 1\n -347 637 l 1\n 134 637 l 1\nEndSplineSet\nEndChar\nStartChar: uni0306\nEncoding: 774 774 420\nWidth: 0\nFlags: HW\nHStem: 516 72<-134 -115> 658 20G<-262 -219 15 54>\nFore\n15 678 m 1\n 54 678 l 1\n 53 672 36 516 -127 516 c 0\n -265 516 -263 634 -262 678 c 1\n -219 678 l 1\n -218 667 -216 645 -203 625 c 0\n -189 605 -164 588 -117 588 c 0\n -27 588 -1 644 15 678 c 1\nEndSplineSet\nEndChar\nStartChar: uni0307\nEncoding: 775 775 421\nWidth: 0\nFlags: HW\nHStem: 525 130<-107 -103>\nVStem: -170 130<577.68 591>\nFore\n-105 525 m 0\n -129 525 -170 545 -170 589 c 0\n -170 626 -141 655 -106 655 c 0\n -70 655 -40 625 -40 589 c 0\n -40 546 -81 525 -105 525 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0308\nEncoding: 776 776 422\nWidth: 0\nFlags: HW\nHStem: 525 130<-215 -211 -6 1>\nVStem: -278 130<577.68 591> -66 130<577.68 591>\nFore\n-213 525 m 0\n -237 525 -278 545 -278 589 c 0\n -278 626 -249 655 -214 655 c 0\n -178 655 -148 625 -148 589 c 0\n -148 546 -189 525 -213 525 c 0\n-1 525 m 0\n -25 525 -66 545 -66 589 c 0\n -66 626 -37 655 -2 655 c 0\n 34 655 64 625 64 589 c 0\n 64 546 23 525 -1 525 c 0\nEndSplineSet\nEndChar\nStartChar: hookabovecomb\nEncoding: 777 777 423\nWidth: 0\nFlags: HW\nHStem: 679 31<-29 -7>\nVStem: -109.582 40.3374<630 638> -4.04001 66.2826<645 661>\nFore\n-32 501 m 1\n -75 501 l 1\n -58 571 -17 586 -7 631 c 0\n -1 655 2 679 -29 679 c 0\n -46 679 -69 674 -71 657 c 0\n -73 644 -65 645 -70 627 c 0\n -72 618 -81 606 -94 606 c 0\n -113 606 -111 630 -107 647 c 1\n -94 685 -56 710 -7 710 c 0\n 18 710 75 696 61 639 c 0\n 49 587 -4 580 -32 501 c 1\nEndSplineSet\nEndChar\nStartChar: uni030A\nEncoding: 778 778 424\nWidth: 0\nFlags: HW\nHStem: 516 48<-110 -94> 681 48<-110 -94>\nVStem: -206 48<621 628> -41 48<612 628>\nFore\n-206 623 m 0\n -206 682 -157 729 -99 729 c 128\n -41 729 7 681 7 623 c 0\n 7 564 -41 516 -99 516 c 128\n -157 516 -206 563 -206 623 c 0\n-41 622 m 0\n -41 654 -68 681 -101 681 c 0\n -139 681 -158 645 -158 623 c 128\n -158 601 -141 564 -101 564 c 0\n -67 564 -41 591 -41 622 c 0\nEndSplineSet\nEndChar\nStartChar: uni030B\nEncoding: 779 779 425\nWidth: 0\nFlags: HW\nFore\n-215 516 m 1\n -264 516 l 1\n -142 647 l 2\n -116 674 -95 697 -73 697 c 0\n -52 697 -24 682 -24 650 c 0\n -24 627 -40 616 -63 603 c 2\n -215 516 l 1\n-26 516 m 1\n -75 516 l 1\n 47 647 l 2\n 73 674 94 697 116 697 c 0\n 137 697 165 682 165 650 c 0\n 165 627 149 616 126 603 c 2\n -26 516 l 1\nEndSplineSet\nEndChar\nStartChar: uni030C\nEncoding: 780 780 426\nWidth: 0\nFlags: HW\nFore\n78 690 m 1\n -84 516 l 1\n -166 516 l 1\n -254 690 l 1\n -204 690 l 1\n -113 593 l 1\n 22 690 l 1\n 78 690 l 1\nEndSplineSet\nEndChar\nStartChar: uni030D\nEncoding: 781 781 427\nWidth: 0\nFlags: HW\nHStem: 504 260<-175.368 -164>\nVStem: -212 90<712 728>\nFore\n-154 504 m 1\n -179 504 l 1\n -188 563 -212 692 -212 721 c 0\n -212 748 -187 764 -166 764 c 0\n -146 764 -122 748 -122 721 c 0\n -122 692 -145 563 -154 504 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni030E\nEncoding: 782 782 428\nWidth: 0\nFlags: HW\nHStem: 504 260<-253.368 -242 -97.368 -82>\nVStem: -290 90<712 728> -134 90<712 728>\nFore\n-232 504 m 1\n -257 504 l 1\n -266 563 -290 692 -290 721 c 0\n -290 748 -265 764 -244 764 c 0\n -224 764 -200 748 -200 721 c 0\n -200 692 -223 563 -232 504 c 1\n-76 504 m 1\n -101 504 l 1\n -110 563 -134 692 -134 721 c 0\n -134 748 -109 764 -88 764 c 0\n -68 764 -44 748 -44 721 c 0\n -44 692 -67 563 -76 504 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni030F\nEncoding: 783 783 429\nWidth: 0\nFlags: HW\nFore\n41 616 m 2\n 20 631 6 641 13 669 c 0\n 21 705 55 713 73 713 c 0\n 83 713 101 711 118 685 c 2\n 218 528 l 1\n 162 528 l 1\n 41 616 l 2\n-159 616 m 2\n -180 631 -194 641 -187 669 c 0\n -179 705 -145 713 -127 713 c 0\n -117 713 -99 711 -82 685 c 2\n 18 528 l 1\n -38 528 l 1\n -159 616 l 2\nEndSplineSet\nEndChar\nStartChar: uni0310\nEncoding: 784 784 430\nWidth: 0\nFlags: HW\nHStem: 507 76<-46 -26> 632 130<-11 -5> 650 20G<-158 -114 101 145>\nVStem: -74 130<684.68 699>\nFore\n101 670 m 1\n 145 670 l 1\n 114 570 51 507 -46 507 c 0\n -139 507 -183 564 -158 670 c 1\n -114 670 l 1\n -116 642 -118 583 -27 583 c 0\n 57 583 85 639 101 670 c 1\n-9 632 m 0\n -33 632 -74 652 -74 696 c 0\n -74 733 -45 762 -10 762 c 0\n 26 762 56 732 56 696 c 0\n 56 653 15 632 -9 632 c 0\nEndSplineSet\nEndChar\nStartChar: uni0311\nEncoding: 785 785 431\nWidth: 0\nFlags: HW\nHStem: 593 76<-26 -7>\nFore\n62 506 m 1\n 61 537 59 593 -25 593 c 0\n -116 593 -142 534 -153 506 c 1\n -197 506 l 1\n -171 612 -101 669 -8 669 c 0\n 89 669 122 606 106 506 c 1\n 62 506 l 1\nEndSplineSet\nEndChar\nStartChar: uni0312\nEncoding: 786 786 432\nWidth: 0\nFlags: HW\nHStem: 524 97<-20 18> 524.823 87.1771<-36 -29> 705.181 29.8186<35 55>\nVStem: -107.876 165.511<586 588>\nFore\n56 573 m 0\n 48 538 10 524 -20 524 c 0\n -86 524 -121 563 -105 630 c 128\n -89 697 -24 735 39 735 c 0\n 51 735 63 733 74 732 c 1\n 68 706 l 1\n 28 706 -39 706 -52 650 c 0\n -56 634 -54 612 -35 612 c 0\n -17 612 1 621 18 621 c 0\n 47 621 63 602 56 573 c 0\nEndSplineSet\nEndChar\nStartChar: uni0313\nEncoding: 787 787 433\nWidth: 0\nFlags: HW\nHStem: 525 29.0594<-91 -73> 639 97<-54 -16> 648 87.3762<-2 1>\nVStem: -92.47 164.937<669 674>\nFore\n-91 687 m 0\n -83 722 -46 736 -16 736 c 0\n 50 736 85 697 69 630 c 128\n 53 563 -12 525 -75 525 c 0\n -87 525 -98 527 -110 528 c 1\n -104 554 l 1\n -64 554 3 554 16 610 c 0\n 20 626 18 648 -1 648 c 0\n -19 648 -37 639 -54 639 c 0\n -83 639 -98 658 -91 687 c 0\nEndSplineSet\nEndChar\nStartChar: uni0314\nEncoding: 788 788 434\nWidth: 0\nFlags: HW\nHStem: 639 97<19 33>\nVStem: -107.618 44.004<595 606>\nFore\n83 687 m 0\n 76 658 51 639 22 639 c 0\n 5 639 -9 648 -27 648 c 0\n -46 648 -58 626 -62 610 c 0\n -75 554 -8 554 32 554 c 1\n 26 528 l 1\n 14 527 1 525 -11 525 c 0\n -74 525 -121 563 -105 630 c 128\n -89 697 -36 736 30 736 c 0\n 60 736 91 722 83 687 c 0\nEndSplineSet\nEndChar\nStartChar: uni0315\nEncoding: 789 789 435\nWidth: -113\nFlags: HW\nFore\n-231 356 m 1\n -237 378 l 1\n -204 397 -110 454 -97 510 c 0\n -94 522 -98 532 -111 532 c 0\n -116 532 -122 530 -134 530 c 0\n -162 530 -204 546 -189 609 c 0\n -177 661 -133 691 -87 691 c 0\n -14 691 0 629 -13 577 c 0\n -43 451 -171 386 -231 356 c 1\nEndSplineSet\nEndChar\nStartChar: uni0316\nEncoding: 790 790 436\nWidth: 0\nFlags: HW\nFore\n-125 -310 m 1\n -181 -310 l 1\n -302 -222 l 2\n -323 -207 -335 -192 -329 -169 c 0\n -326 -155 -308 -125 -270 -125 c 0\n -249 -125 -232 -140 -224 -153 c 2\n -125 -310 l 1\nEndSplineSet\nEndChar\nStartChar: uni0317\nEncoding: 791 791 437\nWidth: 0\nFlags: HW\nFore\n-363 -310 m 1\n -188 -153 l 2\n -174 -140 -151 -125 -130 -125 c 0\n -92 -125 -88 -155 -91 -169 c 0\n -97 -192 -115 -206 -144 -222 c 2\n -307 -310 l 1\n -363 -310 l 1\nEndSplineSet\nEndChar\nStartChar: uni0318\nEncoding: 792 792 438\nWidth: 0\nFlags: HW\nHStem: -318 72<-354 -190>\nDStem: 144 -318 262 -127 116 -438 188 -438 190 -127 262 -127 161 -246 188 -438\nFore\n-189 -318 m 1\n -355 -318 l 1\n -355 -246 l 1\n -172 -246 l 1\n -143 -127 l 1\n -71 -127 l 1\n -145 -438 l 1\n -217 -438 l 1\n -189 -318 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0319\nEncoding: 793 793 439\nWidth: 0\nFlags: HW\nHStem: -318 72<-281 -117> -318 191<-299 -282>\nDStem: 8 -127 80 -127 -66 -438 51 -246 8 -127 34 -318 -66 -438 6 -438\nFore\n-299 -318 m 1\n -327 -438 l 1\n -399 -438 l 1\n -325 -127 l 1\n -253 -127 l 1\n -282 -246 l 1\n -116 -246 l 1\n -116 -318 l 1\n -299 -318 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni031A\nEncoding: 794 794 440\nWidth: 0\nFlags: W\nHStem: 670 72<-108 40>\nDStem: 40 670 129 742 0 505 72 505\nFore\n72 505 m 1\n 0 505 l 1\n 40 670 l 1\n -108 670 l 1\n -108 742 l 1\n 129 742 l 1\n 72 505 l 1\nEndSplineSet\nEndChar\nStartChar: uni031B\nEncoding: 795 795 441\nWidth: 0\nFlags: HW\nHStem: 319 38<-168 -152> 449.559 112.441<-88 -78>\nVStem: -162.314 157.555<479 487>\nFore\n-248 356 m 1\n -227 446 l 1\n -239 396 -209 357 -159 357 c 0\n -128 357 -97 371 -77 395 c 0\n -70 404 -64 414 -62 423 c 0\n -57 447 -80 454 -103 447 c 0\n -128 439 -172 453 -161 499 c 0\n -152 536 -121 562 -81 562 c 0\n -30 562 7 508 -8 446 c 0\n -24 376 -95 319 -166 319 c 0\n -201 319 -231 333 -248 356 c 1\nEndSplineSet\nEndChar\nStartChar: uni031C\nEncoding: 796 796 442\nWidth: 0\nFlags: HW\nHStem: -362 72<-232 -215> -200 72<-194 -176>\nFore\n-127 -141 m 1\n -174 -205 l 1\n -180 -202 -186 -200 -194 -200 c 0\n -219 -200 -243 -220 -249 -245 c 128\n -255 -270 -240 -290 -215 -290 c 0\n -208 -290 -201 -288 -194 -285 c 1\n -176 -349 l 1\n -194 -357 -213 -362 -232 -362 c 0\n -297 -362 -337 -310 -321 -245 c 0\n -306 -180 -241 -128 -176 -128 c 0\n -157 -128 -141 -133 -127 -141 c 1\nEndSplineSet\nEndChar\nStartChar: uni031D\nEncoding: 797 797 443\nWidth: 0\nFlags: HW\nHStem: -384 72<-396 -277 -204 -104> -384 255<-234 -205>\nVStem: -397 294<-383 -312>\nDStem: 99 -129 171 -129 56 -312 128 -312\nFore\n-205 -312 m 1\n -103 -312 l 1\n -103 -384 l 1\n -397 -384 l 1\n -397 -312 l 1\n -277 -312 l 1\n -234 -129 l 1\n -162 -129 l 1\n -205 -312 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni031E\nEncoding: 798 798 444\nWidth: 0\nFlags: HW\nHStem: -249 72<-364 -263 -190 -72>\nVStem: -365 294<-249 -178>\nDStem: 71 -249 143 -249 27 -432 99 -432\nFore\n-190 -249 m 1\n -234 -432 l 1\n -306 -432 l 1\n -262 -249 l 1\n -365 -249 l 1\n -365 -177 l 1\n -71 -177 l 1\n -71 -249 l 1\n -190 -249 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni031F\nEncoding: 799 799 445\nWidth: 0\nFlags: HW\nHStem: -303 72<-377 -276 -185 -85> -303 174<-203 -186>\nVStem: -378 294<-303 -231>\nDStem: 58 -303 130 -303 34 -405 106 -405 99 -129 171 -129 75 -231 147 -231\nFore\n-378 -303 m 1\n -378 -231 l 1\n -258 -231 l 1\n -234 -129 l 1\n -162 -129 l 1\n -186 -231 l 1\n -84 -231 l 1\n -84 -303 l 1\n -203 -303 l 1\n -227 -405 l 1\n -299 -405 l 1\n -275 -303 l 1\n -378 -303 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0320\nEncoding: 800 800 446\nWidth: 0\nFlags: HW\nHStem: -249 72<-364 -72>\nVStem: -365 294<-248 -178>\nFore\n-71 -177 m 1\n -71 -249 l 1\n -365 -249 l 1\n -365 -177 l 1\n -71 -177 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0321\nEncoding: 801 801 447\nWidth: 0\nFlags: W\nHStem: -251 44<-103 -90> 0 23<-42 0>\nDStem: 0 0 65 35 -36 -152 21 -152\nFore\n-111 -204 m 1\n -104 -206 -98 -207 -92 -207 c 0\n -62 -207 -43 -182 -36 -152 c 2\n 0 0 l 1\n -46 0 l 1\n -41 23 l 1\n 7 23 l 1\n 19 31 28 39 36 46 c 1\n 65 35 l 1\n 21 -152 l 1\n 11 -196 -38 -251 -102 -251 c 0\n -173 -251 -219 -217 -204 -154 c 0\n -198 -129 -168 -89 -126 -89 c 0\n -91 -89 -68 -119 -77 -155 c 0\n -81 -174 -95 -192 -111 -204 c 1\nEndSplineSet\nEndChar\nStartChar: uni0322\nEncoding: 802 802 448\nWidth: 0\nFlags: HW\nHStem: -250.98 43.9797<-15 2> 0 23<3 46>\nVStem: -95.355 56.9327<-175 -168>\nDStem: -49 35 51 23 -93 -152 46 0 -49 35 0 0 -93 -152 -36 -152\nFore\n13 -204 m 1\n 3 -192 -1 -174 3 -155 c 0\n 12 -119 49 -89 84 -89 c 0\n 126 -89 136 -129 130 -154 c 0\n 115 -217 53 -251 -18 -251 c 0\n -82 -251 -103 -196 -93 -152 c 1\n -49 35 l 1\n -14 46 l 1\n -10 39 -5 31 3 23 c 1\n 51 23 l 1\n 46 0 l 1\n 0 0 l 1\n -36 -152 l 2\n -43 -182 -36 -207 -6 -207 c 0\n 0 -207 6 -206 13 -204 c 1\nEndSplineSet\nEndChar\nStartChar: dotbelowcomb\nEncoding: 803 803 449\nWidth: 0\nFlags: HW\nHStem: -257 130<-214 -210>\nVStem: -277 130<-204.32 -191>\nFore\n-212 -257 m 0\n -236 -257 -277 -237 -277 -193 c 0\n -277 -156 -248 -127 -213 -127 c 0\n -177 -127 -147 -157 -147 -193 c 0\n -147 -236 -188 -257 -212 -257 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0324\nEncoding: 804 804 450\nWidth: 0\nFlags: HW\nHStem: -257 130<-318 -314 -109 -103>\nVStem: -381 130<-204.32 -191> -170 130<-204.32 -191>\nFore\n-316 -257 m 0\n -340 -257 -381 -237 -381 -193 c 0\n -381 -156 -352 -127 -317 -127 c 0\n -281 -127 -251 -157 -251 -193 c 0\n -251 -236 -292 -257 -316 -257 c 0\n-105 -257 m 0\n -129 -257 -170 -237 -170 -193 c 0\n -170 -156 -141 -127 -106 -127 c 0\n -70 -127 -40 -157 -40 -193 c 0\n -40 -236 -81 -257 -105 -257 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni0325\nEncoding: 805 805 451\nWidth: 0\nFlags: HW\nHStem: -343 48<-232 -216> -178 48<-232 -216>\nVStem: -328 48<-238 -231> -163 48<-247 -231>\nFore\n-328 -236 m 0\n -328 -177 -279 -130 -221 -130 c 128\n -163 -130 -115 -178 -115 -236 c 0\n -115 -295 -163 -343 -221 -343 c 128\n -279 -343 -328 -296 -328 -236 c 0\n-163 -237 m 0\n -163 -205 -190 -178 -223 -178 c 0\n -261 -178 -280 -214 -280 -236 c 128\n -280 -258 -263 -295 -223 -295 c 0\n -189 -295 -163 -268 -163 -237 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0326\nEncoding: 806 806 452\nWidth: 0\nFlags: HW\nFore\n-346 -462 m 1\n -352 -440 l 1\n -319 -421 -224 -364 -211 -308 c 0\n -208 -296 -213 -286 -226 -286 c 0\n -231 -286 -237 -288 -249 -288 c 0\n -277 -288 -319 -272 -304 -209 c 0\n -291 -157 -248 -127 -202 -127 c 0\n -129 -127 -115 -189 -127 -241 c 0\n -157 -367 -286 -432 -346 -462 c 1\nEndSplineSet\nEndChar\nStartChar: uni0327\nEncoding: 807 807 453\nWidth: 0\nFlags: HW\nHStem: -217.04 40.0403<-323 -312>\nVStem: -268 91<-138 -129>\nDStem: 41 5 85 5 -25 -92 40 -62\nFore\n-358 -92 m 1\n -292 5 l 1\n -248 5 l 1\n -293 -62 l 1\n -284 -60 -276 -59 -267 -59 c 0\n -243 -59 -177 -71 -177 -131 c 0\n -177 -194 -249 -218 -302 -218 c 0\n -354 -218 -396 -200 -413 -193 c 1\n -391 -160 l 1\n -369 -170 -351 -177 -322 -177 c 0\n -291 -177 -268 -162 -268 -136 c 0\n -268 -132 -268 -100 -314 -100 c 0\n -328 -100 -337 -102 -345 -104 c 1\n -358 -92 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0328\nEncoding: 808 808 454\nWidth: 0\nFlags: HW\nHStem: -20 20G<-176 -114>\nFore\n-176 0 m 1\n -114 0 l 1\n -187 -20 -194 -54 -191 -77 c 0\n -186 -116 -134 -101 -123 -97 c 0\n -98 -89 -87 -86 -67 -69 c 1\n -46 -89 l 1\n -83 -127 -124 -140 -136 -144 c 0\n -174 -157 -274 -179 -284 -103 c 0\n -290 -57 -239 -10 -176 0 c 1\nEndSplineSet\nEndChar\nStartChar: uni0329\nEncoding: 809 809 455\nWidth: 0\nFlags: HW\nHStem: -391 260<-207.368 -196>\nVStem: -244 90<-357.127 -343>\nFore\n-186 -131 m 1\n -177 -190 -154 -319 -154 -348 c 0\n -154 -375 -178 -391 -198 -391 c 0\n -219 -391 -244 -375 -244 -348 c 0\n -244 -319 -220 -190 -211 -131 c 1\n -186 -131 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni032A\nEncoding: 810 810 456\nWidth: 0\nFlags: HW\nHStem: -249 72<-310 -144>\nDStem: -32 -177 279 -177 -78 -370 233 -370 -32 -177 23 -249 -78 -370 -6 -370 190 -249 279 -177 161 -370 233 -370\nFore\n-54 -177 m 1\n -100 -370 l 1\n -172 -370 l 1\n -143 -249 l 1\n -310 -249 l 1\n -339 -370 l 1\n -411 -370 l 1\n -365 -177 l 1\n -54 -177 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni032B\nEncoding: 811 811 457\nWidth: 0\nFlags: HW\nHStem: -417 66<-162 -138>\nFore\n-215 -214 m 0\n -202 -215 -205 -222 -205 -243 c 0\n -206 -289 -214 -351 -162 -351 c 0\n -137 -351 -128 -338 -118 -298 c 0\n -109 -259 -106 -222 -131 -172 c 0\n -139 -156 -121 -148 -109 -157 c 0\n -60 -194 -33 -258 -49 -323 c 0\n -63 -381 -95 -417 -138 -417 c 0\n -182 -417 -227 -395 -246 -352 c 1\n -288 -395 -344 -417 -387 -417 c 128\n -430 -417 -446 -381 -432 -323 c 0\n -416 -258 -359 -194 -292 -157 c 0\n -275 -148 -262 -155 -278 -172 c 0\n -325 -221 -348 -262 -357 -301 c 0\n -367 -341 -363 -354 -338 -354 c 0\n -286 -354 -260 -289 -238 -243 c 0\n -228 -222 -227 -213 -215 -214 c 0\nEndSplineSet\nEndChar\nStartChar: uni032C\nEncoding: 812 812 458\nWidth: 0\nFlags: HW\nFore\n-37 -165 m 1\n -202 -341 l 1\n -294 -341 l 1\n -374 -165 l 1\n -318 -165 l 1\n -230 -264 l 1\n -94 -165 l 1\n -37 -165 l 1\nEndSplineSet\nEndChar\nStartChar: uni032D\nEncoding: 813 813 459\nWidth: 0\nFlags: HW\nFore\n-79 -342 m 1\n -136 -342 l 1\n -225 -243 l 1\n -360 -342 l 1\n -416 -342 l 1\n -253 -166 l 1\n -161 -166 l 1\n -79 -342 l 1\nEndSplineSet\nEndChar\nStartChar: uni032E\nEncoding: 814 814 460\nWidth: 0\nFlags: HW\nHStem: -317 76<-242 -223>\nFore\n-96 -154 m 1\n -52 -154 l 1\n -83 -254 -146 -317 -243 -317 c 0\n -336 -317 -379 -260 -355 -154 c 1\n -311 -154 l 1\n -312 -182 -314 -241 -223 -241 c 0\n -139 -241 -111 -185 -96 -154 c 1\nEndSplineSet\nEndChar\nStartChar: uni032F\nEncoding: 815 815 461\nWidth: 0\nFlags: HW\nHStem: -231 76<-222 -203>\nFore\n-135 -318 m 1\n -135 -287 -137 -231 -221 -231 c 0\n -312 -231 -338 -290 -350 -318 c 1\n -394 -318 l 1\n -368 -212 -297 -155 -204 -155 c 0\n -107 -155 -74 -218 -91 -318 c 1\n -135 -318 l 1\nEndSplineSet\nEndChar\nStartChar: uni0330\nEncoding: 816 816 462\nWidth: 0\nFlags: HW\nHStem: -253 78<-318 -273>\nFore\n-378 -300 m 1\n -420 -300 l 1\n -405 -265 -365 -175 -273 -175 c 0\n -244 -175 -215 -189 -206 -194 c 2\n -171 -212 l 2\n -146 -225 -146 -224 -133 -224 c 0\n -96 -224 -79 -192 -69 -175 c 1\n -26 -175 l 1\n -43 -210 -88 -302 -177 -302 c 0\n -195 -302 -219 -295 -234 -288 c 2\n -260 -275 l 2\n -304 -253 -304 -253 -318 -253 c 0\n -350 -253 -373 -282 -378 -300 c 1\nEndSplineSet\nEndChar\nStartChar: uni0331\nEncoding: 817 817 463\nWidth: 0\nFlags: HW\nHStem: -249 72<-373 -62>\nVStem: -374 313<-248 -178>\nFore\n-61 -177 m 1\n -61 -249 l 1\n -374 -249 l 1\n -374 -177 l 1\n -61 -177 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0332\nEncoding: 818 818 464\nWidth: 0\nFlags: HW\nHStem: -249 72<-540 -61>\nVStem: -541 481<-248 -178>\nFore\n-60 -177 m 1\n -60 -249 l 1\n -541 -249 l 1\n -541 -177 l 1\n -60 -177 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0333\nEncoding: 819 819 465\nWidth: 0\nFlags: HW\nHStem: -393 72<-574 -96> -249 72<-540 -61>\nFore\n-60 -177 m 1\n -60 -249 l 1\n -541 -249 l 1\n -541 -177 l 1\n -60 -177 l 1\n-95 -321 m 1\n -95 -393 l 1\n -575 -393 l 1\n -575 -321 l 1\n -95 -321 l 1\nEndSplineSet\nEndChar\nStartChar: uni0334\nEncoding: 820 820 466\nWidth: 0\nFlags: HW\nHStem: 319 78<-198 -152>\nFore\n-258 272 m 1\n -300 272 l 1\n -285 307 -244 397 -152 397 c 0\n -123 397 -95 382 -86 378 c 2\n -50 360 l 2\n -26 348 -26 348 -13 348 c 0\n 24 348 42 380 52 397 c 1\n 95 397 l 1\n 77 362 32 270 -57 270 c 0\n -75 270 -99 277 -113 284 c 2\n -139 297 l 2\n -184 319 -184 319 -198 319 c 0\n -230 319 -253 290 -258 272 c 1\nEndSplineSet\nEndChar\nStartChar: uni0335\nEncoding: 821 821 467\nWidth: 0\nFlags: HW\nHStem: 186 72<-271 -12>\nVStem: -272 261<187 257>\nFore\n-11 258 m 1\n -11 186 l 1\n -272 186 l 1\n -272 258 l 1\n -11 258 l 1\nEndSplineSet\nEndChar\nStartChar: uni0336\nEncoding: 822 822 468\nWidth: 0\nFlags: HW\nHStem: 187 72<-413 12>\nVStem: -414 427<188 258>\nFore\n13 259 m 1\n 13 187 l 1\n -414 187 l 1\n -414 259 l 1\n 13 259 l 1\nEndSplineSet\nEndChar\nStartChar: uni0337\nEncoding: 823 823 469\nWidth: 0\nFlags: W\nDStem: 16 348 30 283 -431 161 -416 95\nFore\n16 348 m 1\n 30 283 l 1\n -416 95 l 1\n -431 161 l 1\n 16 348 l 1\nEndSplineSet\nEndChar\nStartChar: uni0338\nEncoding: 824 824 470\nWidth: 0\nFlags: W\nDStem: -23 406 16 355 -413 91 -374 40\nFore\n-23 406 m 1\n 16 355 l 1\n -374 40 l 1\n -413 91 l 1\n -23 406 l 1\nEndSplineSet\nEndChar\nStartChar: uni0339\nEncoding: 825 825 471\nWidth: 0\nFlags: HW\nHStem: -362 72<-290 -273> -200 72<-252 -234>\nFore\n-291 -141 m 1\n -273 -133 -253 -128 -234 -128 c 0\n -169 -128 -130 -180 -145 -245 c 0\n -161 -310 -225 -362 -290 -362 c 0\n -309 -362 -326 -357 -340 -349 c 1\n -292 -285 l 1\n -287 -288 -280 -290 -273 -290 c 0\n -248 -290 -223 -270 -217 -245 c 128\n -211 -220 -227 -200 -252 -200 c 0\n -260 -200 -266 -202 -274 -205 c 1\n -291 -141 l 1\nEndSplineSet\nEndChar\nStartChar: uni033A\nEncoding: 826 826 472\nWidth: 0\nFlags: HW\nHStem: -306 72<-306 -140> -306 193<-350 -307 -111 -85>\nDStem: -17 -113 55 -113 -63 -306 26 -234 -17 -113 294 -113 -63 -306 248 -306 222 -113 294 -113 193 -234 248 -306\nFore\n-85 -306 m 1\n -396 -306 l 1\n -350 -113 l 1\n -278 -113 l 1\n -307 -234 l 1\n -140 -234 l 1\n -111 -113 l 1\n -39 -113 l 1\n -85 -306 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni033B\nEncoding: 827 827 473\nWidth: 0\nFlags: HW\nHStem: -488 72<-349 -183> -249 72<-310 -144>\nDStem: -32 -177 279 -177 -106 -488 205 -488 -32 -177 23 -249 -106 -488 -17 -416 -32 -177 279 -177 -106 -488 205 -488 190 -249 279 -177 150 -416 205 -488\nFore\n-365 -177 m 1\n -54 -177 l 1\n -128 -488 l 1\n -439 -488 l 1\n -365 -177 l 1\n-310 -249 m 1\n -350 -416 l 1\n -183 -416 l 1\n -143 -249 l 1\n -310 -249 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni033C\nEncoding: 828 828 474\nWidth: 0\nFlags: HW\nFore\n-258 -378 m 0\n -273 -378 -272 -365 -271 -356 c 0\n -267 -315 -253 -249 -320 -242 c 0\n -342 -240 -374 -245 -396 -252 c 0\n -419 -259 -410 -237 -403 -234 c 1\n -358 -181 -317 -163 -287 -165 c 0\n -258 -166 -228 -179 -226 -248 c 1\n -191 -179 -152 -167 -121 -165 c 0\n -91 -164 -48 -177 -42 -234 c 0\n -41 -241 -38 -259 -57 -252 c 0\n -75 -245 -105 -241 -129 -242 c 0\n -198 -245 -212 -317 -232 -356 c 0\n -236 -365 -240 -378 -258 -378 c 0\nEndSplineSet\nEndChar\nStartChar: uni033D\nEncoding: 829 829 475\nWidth: 0\nFlags: HW\nDStem: 192 726 255 777 261 635 324 686 261 635 300 584 149 544 187 493 300 584 363 635 369 493 433 544 437 777 476 726 324 686 363 635\nFore\n-33 584 m 1\n -146 493 l 1\n -184 544 l 1\n -72 635 l 1\n -141 726 l 1\n -78 777 l 1\n -9 686 l 1\n 104 777 l 1\n 143 726 l 1\n 30 635 l 1\n 100 544 l 1\n 36 493 l 1\n -33 584 l 1\nEndSplineSet\nEndChar\nStartChar: uni033E\nEncoding: 830 830 476\nWidth: 0\nFlags: HW\nFore\n73 748 m 1\n 55 747 23 734 17 709 c 0\n 14 698 15 698 27 658 c 2\n 34 634 l 1\n 38 622 40 601 37 586 c 0\n 20 515 -77 497 -113 490 c 1\n -105 524 l 1\n -87 529 -53 537 -46 566 c 0\n -44 577 -44 577 -51 598 c 2\n -61 630 l 1\n -63 638 -71 664 -66 687 c 0\n -48 761 45 776 81 782 c 1\n 73 748 l 1\nEndSplineSet\nEndChar\nStartChar: uni033F\nEncoding: 831 831 477\nWidth: 0\nFlags: HW\nHStem: 547 72<-351 128> 691 72<-316 163>\nFore\n164 763 m 1\n 164 691 l 1\n -317 691 l 1\n -317 763 l 1\n 164 763 l 1\n129 619 m 1\n 129 547 l 1\n -352 547 l 1\n -352 619 l 1\n 129 619 l 1\nEndSplineSet\nEndChar\nStartChar: uni0360\nEncoding: 864 864 478\nWidth: 0\nFlags: HW\nHStem: 636 113<128 176>\nFore\n-336 502 m 1\n -301 544 -129 749 163 749 c 0\n 245 749 453 721 526 502 c 1\n 498 502 l 1\n 459 586 400 636 128 636 c 0\n -177 636 -237 572 -309 502 c 1\n -336 502 l 1\nEndSplineSet\nEndChar\nStartChar: uni0361\nEncoding: 865 865 479\nWidth: 0\nFlags: HW\nFore\n155 632 m 0\n 222 612 304 588 366 594 c 128\n 428 600 504 642 552 697 c 1\n 585 682 l 1\n 541 619 460 524 353 513 c 0\n 247 502 194 530 112 553 c 0\n 39 573 -42 600 -103 594 c 0\n -166 588 -238 553 -286 498 c 1\n -323 506 l 1\n -279 569 -198 664 -91 675 c 0\n 15 686 69 659 155 632 c 0\nEndSplineSet\nEndChar\nStartChar: uni0374\nEncoding: 884 884 480\nWidth: 199\nFlags: W\nFore\n164 725 m 0\n 164 700 52 572 27 551 c 1\n 1 569 l 1\n 17 615 55 780 111 780 c 0\n 139 780 164 753 164 725 c 0\nEndSplineSet\nEndChar\nStartChar: uni0375\nEncoding: 885 885 481\nWidth: 199\nFlags: W\nFore\n200 -9 m 1\n 184 -55 146 -220 90 -220 c 0\n 62 -220 37 -193 37 -165 c 0\n 37 -140 149 -12 174 9 c 1\n 200 -9 l 1\nEndSplineSet\nEndChar\nStartChar: uni037A\nEncoding: 890 890 482\nWidth: 0\nFlags: W\nFore\n175 -152 m 1\n 162 -207 123 -233 68 -233 c 0\n 36 -233 0 -216 0 -179 c 0\n 0 -140 21 -89 31 -50 c 1\n 121 -50 l 1\n 110 -88 93 -127 93 -167 c 0\n 93 -177 94 -193 108 -193 c 0\n 131 -193 138 -169 146 -152 c 1\n 175 -152 l 1\nEndSplineSet\nEndChar\nStartChar: uni037E\nEncoding: 894 894 483\nWidth: 333\nFlags: W\nHStem: 311 148<179 199>\nVStem: 23 155.997<35 60> 116 148<377 393>\nRef: 59 59 N 1 0 0 1 0 0\nEndChar\nStartChar: tonos\nEncoding: 900 900 483\nWidth: 180\nFlags: W\nFore\n155 557 m 1\n 127 557 l 1\n 130 615 125 678 140 735 c 0\n 148 767 168 774 199 774 c 0\n 216 774 232 768 232 748 c 0\n 232 711 172 597 155 557 c 1\nEndSplineSet\nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 484\nWidth: 330\nFlags: W\nVStem: 29 127<610.065 624> 311 127<610.065 624>\nFore\n438 621 m 0\n 438 587 409 557 375 557 c 0\n 340 557 311 586 311 621 c 0\n 311 655 341 684 375 684 c 128\n 409 684 438 655 438 621 c 0\n227 557 m 1\n 199 557 l 1\n 202 615 197 678 212 735 c 0\n 220 767 240 774 271 774 c 0\n 288 774 304 768 304 748 c 0\n 304 711 244 597 227 557 c 1\n156 621 m 0\n 156 586 127 557 92 557 c 0\n 58 557 29 587 29 621 c 128\n 29 655 58 684 92 684 c 128\n 126 684 156 655 156 621 c 0\nEndSplineSet\nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 485\nWidth: 667\nFlags: W\nHStem: 0 25<108 129 289 302.333 583 593> 208 40<161 346> 663 20<388 413>\nDStem: 309 491 413 683 346 248 509 111 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -2.95096 -105\nEndChar\nStartChar: anoteleia\nEncoding: 903 903 486\nWidth: 250\nFlags: W\nFore\n218 351 m 0\n 218 300 176 258 125 258 c 128\n 74 258 32 300 32 351 c 128\n 32 402 74 444 125 444 c 128\n 176 444 218 402 218 351 c 0\nEndSplineSet\nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 487\nWidth: 667\nFlags: W\nHStem: 0 32<244 277> 637 32<388 434> 644 25<113 121>\nDStem: 176 546 336 593 53 97 275 370\nRef: 917 917 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -165.839 -105\nEndChar\nStartChar: Etatonos\nEncoding: 905 905 488\nWidth: 778\nFlags: W\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<278 505> 644 25<404.5 433>\nDStem: 178 546 332 572 56 97 278 373 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -162.839 -105\nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 489\nWidth: 389\nFlags: W\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -170.839 -105\nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 490\nWidth: 722\nFlags: W\nHStem: -18 34<263 284> 651 34<426 451>\nVStem: 27 144<150 207> 547 144<444 526>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -125.45 -105\nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 491\nWidth: 722\nFlags: W\nHStem: 0 25<140 147.143 404 436> 644 32<179 194 690 705>\nVStem: 72 133<568 602> 643 135<567 616>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -179.209 -105\nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 492\nWidth: 741\nFlags: W\nHStem: 0 122<83 242 414 581> 643 33<451 470>\nVStem: 62 175<324 362> 570 176<479 512>\nDStem: 256 177 297 211 242 122 243 0 405 211 429 177 351 0 414 122\nRef: 937 937 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -132.854 -105\nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 493\nWidth: 330\nFlags: W\nHStem: 441 20G<93 248> 557 127<63 70 341.065 355>\nVStem: 0 150<61 72> 5 127<610 628> 288 127<610 628>\nFore\n415 621 m 0\n 415 587 386 557 352 557 c 0\n 317 557 288 586 288 621 c 0\n 288 655 318 684 352 684 c 128\n 386 684 415 655 415 621 c 0\n205 557 m 1\n 177 557 l 1\n 180 615 175 678 190 735 c 0\n 198 767 218 774 249 774 c 0\n 266 774 282 768 282 748 c 0\n 282 711 222 597 205 557 c 1\n132 621 m 0\n 132 586 103 557 68 557 c 0\n 34 557 5 587 5 621 c 128\n 5 655 34 684 68 684 c 128\n 102 684 132 655 132 621 c 0\n268 148 m 1\n 245 56 189 -13 88 -13 c 0\n 36 -13 0 18 0 72 c 0\n 0 83 1 94 4 105 c 2\n 93 461 l 1\n 248 461 l 1\n 236 411 150 91 150 63 c 0\n 150 53 154 45 165 45 c 0\n 209 45 230 113 239 148 c 1\n 268 148 l 1\nEndSplineSet\nEndChar\nStartChar: Alpha\nEncoding: 913 913 494\nWidth: 667\nFlags: W\nHStem: 0 25<108 129 289 302.333 583 593> 208 40<161 346> 663 20G<388 413>\nDStem: 309 491 413 683 346 248 509 111 388 683 309 491 16 95 161 248\nFore\n593 0 m 1\n 289 0 l 1\n 289 25 l 1\n 329 28 368 30 368 81 c 0\n 368 123 359 167 353 208 c 1\n 138 208 l 1\n 122 180 64 97 64 60 c 0\n 64 27 105 25 129 25 c 1\n 129 0 l 1\n -67 0 l 1\n -67 25 l 1\n -23 36 -8 57 16 95 c 2\n 388 683 l 1\n 413 683 l 1\n 509 111 l 1\n 521 41 523 32 593 25 c 1\n 593 0 l 1\n346 248 m 1\n 309 491 l 1\n 161 248 l 1\n 346 248 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Beta\nEncoding: 914 914 495\nWidth: 667\nFlags: W\nHStem: 0 25<-24 -15.8333> 0 32<247 277> 644 25<116 149>\nVStem: 419 153<206 227> 477 147<523 541>\nDStem: 178 546 338 593 56 97 277 368\nFore\n624 525 m 0\n 624 416 528 378 438 356 c 1\n 438 354 l 1\n 513 331 572 296 572 208 c 0\n 572 45 412 0 277 0 c 2\n -24 0 l 1\n -24 25 l 1\n 25 31 43 48 56 97 c 1\n 178 546 l 2\n 181 557 189 588 189 599 c 0\n 189 642 149 643 116 644 c 1\n 116 669 l 1\n 388 669 l 2\n 484 669 624 649 624 525 c 0\n477 539 m 0\n 477 600 451 637 387 637 c 0\n 354 637 346 621 338 593 c 1\n 277 368 l 1\n 397 372 477 399 477 539 c 0\n419 225 m 0\n 419 328 353 336 269 338 c 1\n 254 282 198 111 198 63 c 0\n 198 33 238 32 259 32 c 0\n 363 32 419 131 419 225 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Gamma\nEncoding: 915 915 496\nWidth: 637\nFlags: W\nHStem: 0 25<256 291> 637 32<398 432> 644 25<123 131>\nDStem: 186 546 346 593 63 97 220 129\nFore\n663 669 m 1\n 620 479 l 1\n 593 484 l 1\n 593 615 530 637 404 637 c 0\n 368 637 355 627 346 593 c 2\n 220 129 l 2\n 215 110 208 88 208 68 c 0\n 208 21 256 26 291 25 c 1\n 291 0 l 1\n -17 0 l 1\n -17 25 l 1\n 34 34 49 44 63 97 c 1\n 186 546 l 1\n 191 563 196 584 196 602 c 0\n 196 644 155 640 123 644 c 1\n 123 669 l 1\n 663 669 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: Delta\nEncoding: 916 916 497\nWidth: 740\nFlags: W\nHStem: 0 40<24 508> 663 20G<390 412>\nDStem: 328 518 412 683 508 40 670 0 390 683 328 518 -45 0 24 40\nFore\n670 0 m 1\n -45 0 l 1\n 390 683 l 1\n 412 683 l 1\n 670 0 l 1\n508 40 m 1\n 328 518 l 1\n 24 40 l 1\n 508 40 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 498\nWidth: 667\nFlags: W\nHStem: 0 32<244 277> 637 32<388 434> 644 25<113 121>\nDStem: 176 546 336 593 53 97 275 370\nFore\n653 669 m 1\n 610 479 l 1\n 583 484 l 1\n 583 615 520 637 394 637 c 0\n 358 637 345 627 336 593 c 2\n 275 370 l 1\n 295 370 l 2\n 404 369 430 382 480 476 c 1\n 508 472 l 1\n 434 199 l 1\n 406 204 l 1\n 408 217 410 231 410 244 c 0\n 410 337 343 338 266 338 c 1\n 260 314 195 96 195 68 c 0\n 195 32 232 32 260 32 c 0\n 391 32 497 82 561 199 c 1\n 586 194 l 1\n 527 0 l 1\n -27 0 l 1\n -27 25 l 1\n 24 34 39 45 53 97 c 2\n 176 546 l 1\n 181 563 186 584 186 602 c 0\n 186 644 145 640 113 644 c 1\n 113 669 l 1\n 653 669 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: Zeta\nEncoding: 918 918 499\nWidth: 611\nFlags: W\nHStem: 0 35<186 292> 634 35<354 452>\nDStem: 453 634 620 640 19 29 186 35\nFore\n620 640 m 1\n 186 35 l 1\n 266 35 l 2\n 396 35 492 83 557 199 c 1\n 584 194 l 1\n 525 0 l 1\n 19 0 l 1\n 19 29 l 1\n 453 634 l 1\n 375 634 l 2\n 253 634 190 581 123 487 c 1\n 95 491 l 1\n 152 669 l 1\n 620 669 l 1\n 620 640 l 1\nEndSplineSet\nEndChar\nStartChar: Eta\nEncoding: 919 919 500\nWidth: 778\nFlags: W\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<278 505> 644 25<404.5 433>\nDStem: 178 546 332 572 56 97 278 373 505 329 718 572 441 97 609 175\nFore\n799 644 m 1\n 748 636 732 624 718 572 c 2\n 609 175 l 1\n 601 147 584 94 584 67 c 0\n 584 27 627 26 657 25 c 1\n 657 0 l 1\n 340 0 l 1\n 340 25 l 1\n 400 27 425 39 441 97 c 2\n 505 329 l 1\n 266 329 l 1\n 255 289 199 124 199 68 c 0\n 199 24 239 27 272 25 c 1\n 272 0 l 1\n -24 0 l 1\n -24 25 l 1\n 26 33 42 46 56 97 c 2\n 178 546 l 1\n 183 563 189 583 189 600 c 0\n 189 642 149 639 116 644 c 1\n 116 669 l 1\n 433 669 l 1\n 433 644 l 1\n 376 642 348 630 332 572 c 2\n 278 373 l 1\n 517 373 l 1\n 530 423 574 544 574 602 c 0\n 574 644 534 639 501 644 c 1\n 501 669 l 1\n 799 669 l 1\n 799 644 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Theta\nEncoding: 920 920 501\nWidth: 722\nFlags: W\nHStem: -18 34<263 284> 296 98<330 396> 435 20G<273 297 483 507> 651 34<426 455>\nVStem: 27 144<150 207> 547 144<444 526>\nFore\n691 444 m 0\n 691 225 493 -18 265 -18 c 0\n 135 -18 27 73 27 207 c 0\n 27 430 211 685 449 685 c 0\n 592 685 691 588 691 444 c 0\n547 526 m 0\n 547 593 518 651 442 651 c 0\n 274 651 171 284 171 150 c 0\n 171 79 195 16 275 16 c 0\n 445 16 547 391 547 526 c 0\n507 455 m 1\n 453 235 l 1\n 429 235 l 1\n 430 241 431 247 431 252 c 0\n 431 280 413 296 386 296 c 2\n 316 296 l 2\n 280 296 251 269 243 235 c 1\n 219 235 l 1\n 273 455 l 1\n 297 455 l 1\n 296 449 295 443 295 438 c 0\n 295 410 313 394 340 394 c 2\n 410 394 l 2\n 446 394 475 421 483 455 c 1\n 507 455 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Iota\nEncoding: 921 921 502\nWidth: 389\nFlags: W\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406>\nDStem: 171 546 324 572 48 97 210 152\nFore\n406 644 m 1\n 355 637 338 624 324 572 c 2\n 210 152 l 2\n 203 127 192 94 192 68 c 0\n 192 26 232 26 264 25 c 1\n 264 0 l 1\n -32 0 l 1\n -32 25 l 1\n 18 32 34 47 48 97 c 2\n 171 546 l 1\n 176 563 181 585 181 602 c 0\n 181 644 141 639 108 644 c 1\n 108 669 l 1\n 406 669 l 1\n 406 644 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Kappa\nEncoding: 922 922 503\nWidth: 677\nFlags: W\nHStem: 0 25<-21 -13.8571 253.5 268 332 339.667 602.667 612> 644 25<415.5 429 491 500.5 694.333 702>\nDStem: 181 546 335 572 59 97 275 351\nFore\n702 644 m 1\n 656 638 643 628 608 596 c 2\n 392 398 l 1\n 549 60 l 2\n 562 32 584 28 612 25 c 1\n 612 0 l 1\n 332 0 l 1\n 332 25 l 1\n 355 28 397 24 397 56 c 0\n 397 76 290 296 276 325 c 1\n 268 327 l 1\n 254 274 202 112 202 67 c 0\n 202 29 239 27 268 25 c 1\n 268 0 l 1\n -21 0 l 1\n -21 25 l 1\n 29 32 45 46 59 97 c 2\n 181 546 l 1\n 186 563 192 583 192 600 c 0\n 192 642 152 639 119 644 c 1\n 119 669 l 1\n 429 669 l 1\n 429 644 l 1\n 375 640 350 626 335 572 c 1\n 275 351 l 1\n 280 350 l 1\n 326 389 547 574 547 616 c 0\n 547 643 510 642 491 644 c 1\n 491 669 l 1\n 702 669 l 1\n 702 644 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: Lambda\nEncoding: 923 923 504\nWidth: 667\nFlags: W\nHStem: 0 25<108 129 289 302.333 581.333 593> 663 20G<388 413>\nFore\n593 0 m 1\n 289 0 l 1\n 289 25 l 1\n 329 28 368 30 368 81 c 0\n 368 127 356 177 349 222 c 1\n 309 491 l 1\n 79 106 l 2\n 71 92 64 76 64 60 c 0\n 64 27 105 25 129 25 c 1\n 129 0 l 1\n -67 0 l 1\n -67 25 l 1\n -23 36 -8 58 16 95 c 2\n 388 683 l 1\n 413 683 l 1\n 509 111 l 1\n 521 41 523 31 593 25 c 1\n 593 0 l 1\nEndSplineSet\nEndChar\nStartChar: Mu\nEncoding: 924 924 505\nWidth: 889\nFlags: W\nHStem: -12 21G<285 313> 0 25<169.2 178 463 477 743 775> 644 25<120 148>\nDStem: 181 551 217 542 72 178 117 178 219 542 341 669 285 -12 395 192 686 552 836 572 563 97 713 123 705 669 684 554 397 192 313 -12\nFore\n917 644 m 1\n 866 636 850 624 836 572 c 2\n 713 123 l 2\n 708 105 703 87 703 68 c 0\n 703 26 743 26 775 25 c 1\n 775 0 l 1\n 463 0 l 1\n 463 25 l 1\n 519 29 547 39 563 97 c 1\n 686 552 l 1\n 684 554 l 1\n 313 -12 l 1\n 285 -12 l 1\n 219 542 l 1\n 217 542 l 1\n 117 178 l 1\n 109 150 98 116 98 88 c 0\n 98 34 134 30 178 25 c 1\n 178 0 l 1\n -29 0 l 1\n -29 25 l 1\n 46 43 53 111 72 178 c 1\n 181 551 l 2\n 186 569 192 590 192 609 c 0\n 192 648 148 643 120 644 c 1\n 120 669 l 1\n 341 669 l 1\n 395 192 l 1\n 397 192 l 1\n 705 669 l 1\n 917 669 l 1\n 917 644 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Nu\nEncoding: 925 925 506\nWidth: 722\nFlags: W\nHStem: -15 21G<475 503> 0 25<167.333 181> 644 25<111 123.25 539 552.667>\nDStem: 194 589 218 534 74 178 119 178 218 534 306 669 475 -15 521 204 601 491 646 491 521 204 503 -15\nFore\n748 644 m 1\n 670 625 666 562 646 491 c 2\n 503 -15 l 1\n 475 -15 l 1\n 218 534 l 1\n 119 178 l 2\n 111 149 101 116 101 86 c 0\n 101 35 140 28 181 25 c 1\n 181 0 l 1\n -27 0 l 1\n -27 25 l 1\n 48 43 54 111 74 178 c 1\n 194 589 l 1\n 174 635 160 640 111 644 c 1\n 111 669 l 1\n 306 669 l 1\n 521 204 l 1\n 601 491 l 2\n 609 520 619 553 619 583 c 0\n 619 634 580 641 539 644 c 1\n 539 669 l 1\n 748 669 l 1\n 748 644 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Xi\nEncoding: 926 926 507\nWidth: 650\nFlags: W\nHStem: 0 141<99 457> 272 125<243 405> 441 20G<190 212 496 519> 528 141<188 549>\nFore\n673 669 m 1\n 614 439 l 1\n 590 439 l 1\n 593 450 595 460 595 471 c 0\n 595 504 578 528 543 528 c 2\n 202 528 l 2\n 150 528 120 485 108 439 c 1\n 85 439 l 1\n 144 669 l 1\n 673 669 l 1\n519 461 m 1\n 454 208 l 1\n 431 208 l 1\n 433 215 434 222 434 229 c 0\n 434 253 422 272 396 272 c 2\n 213 272 l 2\n 178 272 155 238 147 208 c 1\n 125 208 l 1\n 190 461 l 1\n 212 461 l 1\n 210 454 209 446 209 438 c 0\n 209 414 221 397 247 397 c 2\n 430 397 l 2\n 466 397 487 430 496 461 c 1\n 519 461 l 1\n560 231 m 1\n 501 0 l 1\n -28 0 l 1\n 32 231 l 1\n 54 231 l 1\n 51 220 50 209 50 198 c 0\n 50 162 68 141 105 141 c 2\n 446 141 l 2\n 497 141 526 187 537 231 c 1\n 560 231 l 1\nEndSplineSet\nEndChar\nStartChar: Omicron\nEncoding: 927 927 508\nWidth: 722\nFlags: W\nHStem: -18 34<263 284> 651 34<426 451>\nVStem: 27 144<150 207> 547 144<444 526>\nFore\n691 444 m 0\n 691 225 493 -18 265 -18 c 0\n 135 -18 27 73 27 207 c 0\n 27 430 211 685 449 685 c 0\n 592 685 691 588 691 444 c 0\n547 526 m 0\n 547 593 518 651 442 651 c 0\n 274 651 171 284 171 150 c 0\n 171 79 195 16 275 16 c 0\n 445 16 547 391 547 526 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Pi\nEncoding: 928 928 509\nWidth: 778\nFlags: W\nHStem: 0 25<255.5 272 340 370 627 657> 625 44<346 586>\nDStem: 178 546 347 625 56 97 216 148 586 625 718 572 441 97 609 175\nFore\n799 644 m 1\n 748 636 732 624 718 572 c 2\n 609 175 l 1\n 601 147 584 94 584 67 c 0\n 584 27 627 26 657 25 c 1\n 657 0 l 1\n 340 0 l 1\n 340 25 l 1\n 400 27 425 39 441 97 c 2\n 586 625 l 1\n 347 625 l 1\n 216 148 l 2\n 209 122 199 95 199 68 c 0\n 199 24 239 27 272 25 c 1\n 272 0 l 1\n -24 0 l 1\n -24 25 l 1\n 26 33 42 46 56 97 c 2\n 178 546 l 1\n 183 563 189 583 189 600 c 0\n 189 642 149 639 116 644 c 1\n 116 669 l 1\n 799 669 l 1\n 799 644 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Rho\nEncoding: 929 929 510\nWidth: 611\nFlags: W\nHStem: 0 25<235 267> 637 32<372 390> 644 25<113 121>\nVStem: 467 146<512 541>\nDStem: 176 546 333 593 53 97 269 354\nFore\n613 512 m 0\n 613 374 470 317 352 317 c 0\n 321 317 290 319 259 322 c 1\n 244 268 195 124 195 68 c 0\n 195 26 235 26 267 25 c 1\n 267 0 l 1\n -27 0 l 1\n -27 25 l 1\n 24 34 39 45 53 97 c 2\n 176 546 l 1\n 181 563 186 584 186 602 c 0\n 186 643 145 640 113 644 c 1\n 113 669 l 1\n 400 669 l 2\n 506 669 613 638 613 512 c 0\n467 541 m 0\n 467 597 444 637 382 637 c 0\n 348 637 341 622 333 593 c 2\n 269 354 l 1\n 282 353 294 352 307 352 c 0\n 422 352 467 433 467 541 c 0\nEndSplineSet\nEndChar\nStartChar: Sigma\nEncoding: 931 931 511\nWidth: 730\nFlags: W\nHStem: 0 141<158 469> 635 34<294 533>\nDStem: 295 303 415 364 -19 33 158 141\nFore\n721 669 m 1\n 684 475 l 1\n 654 475 l 1\n 655 486 656 496 656 507 c 0\n 656 602 598 635 510 635 c 2\n 294 635 l 1\n 415 364 l 1\n 158 141 l 1\n 434 141 l 2\n 512 141 583 150 609 236 c 1\n 637 236 l 1\n 552 0 l 1\n -28 0 l 1\n -19 33 l 1\n 295 303 l 1\n 134 624 l 1\n 145 669 l 1\n 721 669 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: Tau\nEncoding: 932 932 512\nWidth: 621\nFlags: W\nHStem: 0 25<60 75 353.605 390.958 356 391> 634 35<299 313>\nDStem: 313 634 459 634 165 97 319 128\nFore\n660 669 m 1\n 624 477 l 1\n 597 479 l 1\n 594 581 561 630 459 634 c 1\n 319 128 l 2\n 314 109 308 88 308 68 c 0\n 308 21 356 26 391 25 c 1\n 391 0 l 1\n 60 0 l 1\n 60 25 l 1\n 74 25 l 2\n 125 23 151 47 165 97 c 2\n 313 634 l 1\n 209 634 142 583 96 491 c 1\n 71 498 l 1\n 109 669 l 1\n 660 669 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Upsilon\nEncoding: 933 933 513\nWidth: 722\nFlags: W\nHStem: 0 25<140 147.143 404 436> 644 32<179 194 690 705>\nVStem: 72 133<568 602> 643 135<567 616>\nFore\n692 519 m 0\n 664 519 643 539 643 567 c 0\n 643 611 680 642 723 638 c 1\n 716 643 707 644 699 644 c 0\n 490 644 421 293 382 152 c 0\n 375 127 364 94 364 68 c 0\n 364 26 404 26 436 25 c 1\n 436 0 l 1\n 140 0 l 1\n 140 25 l 1\n 190 32 206 48 220 97 c 0\n 248 197 307 355 307 468 c 0\n 307 550 280 644 181 644 c 0\n 171 644 161 643 152 638 c 1\n 178 638 205 634 205 602 c 0\n 205 559 164 519 121 519 c 0\n 93 519 72 540 72 568 c 0\n 72 633 132 676 192 676 c 0\n 313 676 370 525 380 425 c 1\n 453 538 554 676 703 676 c 0\n 743 676 778 661 778 616 c 0\n 778 569 743 519 692 519 c 0\nEndSplineSet\nEndChar\nStartChar: Phi\nEncoding: 934 934 514\nWidth: 748\nFlags: W\nHStem: 0 25<154 161.333 418 450> 530 29<337.366 352.875 506 513> 644 25<294 302.25 583.714 592>\nVStem: 0 168<250 288> 582 170<390 434>\nFore\n388 122 m 1\n 383 105 378 85 378 68 c 0\n 378 26 418 26 450 25 c 1\n 450 0 l 1\n 154 0 l 1\n 154 25 l 1\n 220 34 225 63 241 122 c 1\n 136 123 0 159 0 288 c 0\n 0 470 203 559 360 559 c 1\n 363 572 367 588 367 602 c 0\n 367 644 327 640 294 644 c 1\n 294 669 l 1\n 592 669 l 1\n 592 644 l 1\n 534 637 522 614 506 559 c 1\n 608 559 752 515 752 390 c 0\n 752 202 546 122 388 122 c 1\n582 434 m 0\n 582 490 560 530 499 530 c 1\n 492 503 397 152 395 150 c 1\n 400 150 l 2\n 526 150 582 332 582 434 c 0\n353 530 m 1\n 231 530 168 351 168 251 c 0\n 168 197 189 152 249 150 c 1\n 353 530 l 1\nEndSplineSet\nEndChar\nStartChar: Chi\nEncoding: 935 935 515\nWidth: 667\nFlags: W\nHStem: 0 25<177 190 278 291.5 575.625 586> 644 25<100 109.8 394 405 491 502>\nFore\n694 644 m 1\n 650 637 625 614 595 583 c 2\n 396 378 l 1\n 470 141 l 2\n 493 67 503 33 586 25 c 1\n 586 0 l 1\n 278 0 l 1\n 278 25 l 1\n 305 27 346 27 346 64 c 0\n 346 112 302 211 289 264 c 1\n 273 247 125 98 125 67 c 0\n 125 33 164 27 190 25 c 1\n 190 0 l 1\n -24 0 l 1\n -24 25 l 1\n 61 49 208 239 275 309 c 1\n 191 581 l 2\n 175 632 149 639 100 644 c 1\n 100 669 l 1\n 405 669 l 1\n 405 644 l 1\n 372 641 331 645 331 602 c 0\n 331 579 373 453 382 421 c 1\n 392 432 546 582 546 615 c 0\n 546 645 513 642 491 644 c 1\n 491 669 l 1\n 694 669 l 1\n 694 644 l 1\nEndSplineSet\nEndChar\nStartChar: Psi\nEncoding: 936 936 516\nWidth: 868\nFlags: W\nHStem: 0 25<190 197.143 454 486> 0 244<301 310> 644 25<330 338.25 619.5 628>\nVStem: 74 156<320 373> 123 159<585 623>\nDStem: 393 546 546 572 310 244 457 244\nFore\n904 681 m 1\n 897 653 l 1\n 892 655 887 656 882 656 c 0\n 759 656 886 215 449 215 c 1\n 441 186 414 97 414 68 c 0\n 414 26 454 26 486 25 c 1\n 486 0 l 1\n 190 0 l 1\n 190 25 l 1\n 240 32 257 47 270 97 c 1\n 302 215 l 1\n 196 215 74 244 74 373 c 0\n 74 454 123 554 123 623 c 0\n 123 650 105 663 80 653 c 1\n 87 681 l 1\n 109 685 131 690 153 690 c 0\n 227 690 282 667 282 585 c 0\n 282 494 230 410 230 320 c 0\n 230 267 259 245 310 244 c 1\n 393 546 l 1\n 398 563 403 585 403 602 c 0\n 403 644 363 640 330 644 c 1\n 330 669 l 1\n 628 669 l 1\n 628 644 l 1\n 577 638 560 623 546 572 c 2\n 457 244 l 1\n 691 250 528 690 842 690 c 0\n 863 690 884 685 904 681 c 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: Omega\nEncoding: 937 937 517\nWidth: 741\nFlags: W\nHStem: 0 122<83 242 414 581> 643 33<451 470>\nVStem: 62 175<324 362> 570 176<479 512>\nDStem: 256 177 297 211 242 122 243 0 405 211 429 177 351 0 414 122\nFore\n429 177 m 1\n 414 122 l 1\n 553 122 l 2\n 597 122 633 125 644 176 c 1\n 667 176 l 1\n 622 0 l 1\n 351 0 l 1\n 405 211 l 1\n 510 248 570 409 570 512 c 0\n 570 583 540 643 460 643 c 0\n 313 643 237 448 237 324 c 0\n 237 278 250 231 297 211 c 1\n 243 0 l 1\n -28 0 l 1\n 17 176 l 1\n 40 176 l 1\n 38 169 36 162 36 155 c 0\n 36 119 79 122 104 122 c 2\n 242 122 l 1\n 256 177 l 1\n 158 192 62 253 62 362 c 0\n 62 570 288 676 468 676 c 0\n 592 676 746 629 746 480 c 0\n 746 309 583 199 429 177 c 1\nEndSplineSet\nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 518\nWidth: 389\nFlags: W\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406> 709 130<188.442 201.234 407.234 413.234>\nVStem: 135.234 130<762.399 775> 347.234 130<762.399 775>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 80.2336 184\nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 519\nWidth: 722\nFlags: W\nHStem: 0 25<140 147.143 404 436> 644 32<179 194 690 705> 709 130<356.998 369.79 575.79 581.79>\nVStem: 72 133<568 602> 303.79 130<762.399 775> 515.79 130<762.399 775> 643 135<567 616>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 248.79 184\nEndChar\nStartChar: alphatonos\nEncoding: 940 940 520\nWidth: 605\nFlags: W\nHStem: -13 35<163 181> 435 39<277 287> 441 20<429 569>\nVStem: -2 135<87 155> 336 32<342 372>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 228.685 -55\nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 521\nWidth: 440\nFlags: W\nHStem: 215 68<272 291> 230 39<202 216> 440 34<256 281>\nVStem: -24 149<82 105> 44 140<306 328>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 148.543 -55\nEndChar\nStartChar: etatonos\nEncoding: 942 942 522\nWidth: 605\nFlags: W\nHStem: 0 21<9 163>\nVStem: 105 138<387 397>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 237 -200 392 -200\nRef: 951 951 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 182.853 -55\nEndChar\nStartChar: iotatonos\nEncoding: 943 943 523\nWidth: 330\nFlags: W\nHStem: 441 20<93 248>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 19.2769 -55\nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 524\nWidth: 550\nFlags: W\nHStem: 557 127<203.239 217 486 504>\nVStem: 40 152<98 116> 104 145<381 404> 151 127<610 628> 371 125<382 408> 433 127<610 628>\nFore\n560 621 m 0\n 560 587 531 557 497 557 c 0\n 462 557 433 586 433 621 c 0\n 433 655 463 684 497 684 c 128\n 531 684 560 655 560 621 c 0\n352 557 m 1\n 324 557 l 1\n 327 615 322 678 337 735 c 0\n 345 767 365 774 396 774 c 0\n 413 774 429 768 429 748 c 0\n 429 711 369 597 352 557 c 1\n278 621 m 0\n 278 586 249 557 214 557 c 0\n 180 557 151 587 151 621 c 128\n 151 655 180 684 214 684 c 128\n 248 684 278 655 278 621 c 0\n173 -13 m 0\n 95 -13 40 26 40 108 c 0\n 40 199 104 320 104 397 c 0\n 104 406 101 417 89 417 c 0\n 61 417 42 365 36 343 c 1\n 7 343 l 1\n 26 421 78 474 161 474 c 0\n 220 474 249 445 249 386 c 0\n 249 290 192 199 192 103 c 0\n 192 67 207 45 245 45 c 0\n 338 45 395 148 395 232 c 0\n 395 284 371 332 371 383 c 0\n 371 422 400 474 444 474 c 0\n 485 474 496 444 496 408 c 0\n 496 375 488 342 480 310 c 0\n 441 159 352 -13 173 -13 c 0\nEndSplineSet\nEndChar\nStartChar: alpha\nEncoding: 945 945 525\nWidth: 605\nFlags: W\nHStem: -13 35<163 181> 435 39<277 287> 441 20G<429 569>\nVStem: -2 135<87 155> 336 32<342 372>\nFore\n569 461 m 1\n 391 153 l 1\n 395 125 405 84 441 84 c 0\n 469 84 494 109 505 133 c 1\n 534 133 l 1\n 516 82 480 -13 414 -13 c 0\n 358 -13 359 77 363 115 c 1\n 361 115 l 1\n 314 54 246 -13 164 -13 c 0\n 58 -13 -2 51 -2 155 c 0\n -2 301 124 474 279 474 c 0\n 362 474 373 410 368 342 c 1\n 370 342 l 1\n 429 461 l 1\n 569 461 l 1\n336 355 m 0\n 336 390 329 435 285 435 c 0\n 194 435 133 158 133 87 c 0\n 133 56 141 22 179 22 c 0\n 279 22 336 276 336 355 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: beta\nEncoding: 946 946 526\nWidth: 550\nFlags: W\nHStem: -13.2969 43.7237<198.276 239.962> 369.765 38.021<301 307> 369.765 44.674<270 302>\nVStem: 343.184 145.899<248.098 308.931> 394.795 133.988<580.781 607.396>\nDStem: 72.2285 384.973 224.082 457.213 -76.9961 -202 125.823 79.8545 72.2285 384.973 123.838 72.25 -76.9961 -202 56 -202\nFore\n326.312 392.577 m 1\n 326.312 390.677 l 1\n 412.66 379.27 489.083 342.199 489.083 248.098 c 0\n 489.083 123.579 375.937 -13.2969 239.962 -13.2969 c 0\n 182.396 -13.2969 124.831 7.61426 125.823 72.25 c 1\n 123.838 72.25 l 1\n 56 -202 l 5\n -76.9961 -202 l 5\n 72.2285 384.973 l 2\n 108.95 525.651 190.337 690.092 366.012 690.092 c 0\n 438.465 690.092 528.783 664.428 528.783 580.781 c 0\n 528.783 468.619 426.555 413.489 326.312 392.577 c 1\n394.795 607.396 m 0\n 394.795 633.061 387.848 662.526 354.102 662.526 c 0\n 276.686 662.526 238.971 514.245 224.082 457.213 c 2\n 125.823 79.8545 l 1\n 156.591 79.8545 l 1\n 156.591 74.1514 l 1\n 155.6 52.2891 174.456 30.4268 198.276 30.4268 c 0\n 296.536 30.4268 310.431 148.292 328.297 215.78 c 0\n 336.236 246.197 343.184 277.563 343.184 308.931 c 0\n 343.184 335.546 337.229 369.765 301.498 369.765 c 0\n 285.618 369.765 271.724 361.21 255.843 361.21 c 0\n 244.926 361.21 241.947 372.616 241.947 381.171 c 0\n 241.947 396.38 254.851 414.439 271.724 414.439 c 0\n 283.633 414.439 293.559 407.786 305.468 407.786 c 0\n 363.034 407.786 394.795 562.722 394.795 607.396 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: gamma\nEncoding: 947 947 527\nWidth: 550\nFlags: W\nHStem: 338 136<107 153>\nVStem: 71 169<-173 -59>\nFore\n229 48 m 1\n 235 13 240 -23 240 -59 c 0\n 240 -127 214 -231 129 -231 c 0\n 92 -231 71 -209 71 -173 c 0\n 71 -96 148 -2 199 50 c 1\n 200 113 l 1\n 200 175 199 338 107 338 c 0\n 72 338 51 306 44 275 c 1\n 10 275 l 1\n 26 343 65 474 153 474 c 0\n 238 474 241 331 241 273 c 0\n 241 210 234 149 231 87 c 1\n 233 87 l 1\n 278 148 317 215 342 287 c 0\n 366 356 402 474 493 474 c 0\n 520 474 542 466 542 435 c 0\n 542 350 295 119 229 48 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: delta\nEncoding: 948 948 528\nWidth: 550\nFlags: W\nHStem: -13.2998 27.5498<181 193> 656.45 33.25<333 352>\nVStem: -0.544922 144.638<82.6504 150.1> 175.015 97.755<555.75 602.3> 333.617 160.598<301 323>\nFore\n181.997 -13.2998 m 0\n 80.2529 -13.2998 -0.544922 49.4004 -0.544922 150.1 c 0\n -0.544922 276.45 119.155 412.3 256.81 412.3 c 0\n 281.747 412.3 305.688 406.6 328.63 399 c 1\n 330.625 400.9 l 1\n 270.775 437 175.015 475.95 175.015 555.75 c 0\n 175.015 638.4 263.793 689.7 342.595 689.7 c 0\n 416.41 689.7 460.3 652.65 484.24 588.05 c 1\n 446.335 573.8 l 1\n 440.35 622.25 398.455 656.45 347.582 656.45 c 0\n 314.665 656.45 272.77 640.3 272.77 602.3 c 0\n 272.77 547.2 494.215 485.45 494.215 302.1 c 0\n 494.215 145.35 351.572 -13.2998 181.997 -13.2998 c 0\n333.617 321.1 m 0\n 333.617 349.6 325.638 384.75 288.73 384.75 c 0\n 189.978 384.75 144.093 154.85 144.093 82.6504 c 0\n 144.093 52.25 152.072 14.25 191.973 14.25 c 0\n 282.745 14.25 333.617 252.7 333.617 321.1 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: epsilon\nEncoding: 949 949 529\nWidth: 440\nFlags: W\nHStem: 215 68<272 291> 230 39<202 216> 440 34<256 281>\nVStem: -24 149<82 105> 44 140<306 328>\nFore\n365 343 m 0\n 287 343 339 440 272 440 c 0\n 210 440 184 358 184 307 c 0\n 184 285 192 269 216 269 c 0\n 242 269 265 283 291 283 c 0\n 307 283 321 276 321 258 c 0\n 321 230 300 215 273 215 c 0\n 248 215 227 230 202 230 c 0\n 154 230 125 133 125 95 c 0\n 125 47 160 33 202 33 c 0\n 258 33 315 75 346 119 c 1\n 370 103 l 1\n 299 18 233 -13 123 -13 c 0\n 56 -13 -24 10 -24 91 c 0\n -24 189 56 236 143 248 c 1\n 143 249 l 1\n 96 251 44 274 44 328 c 0\n 44 431 173 474 257 474 c 0\n 300 474 420 464 420 404 c 0\n 420 376 394 343 365 343 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: zeta\nEncoding: 950 950 530\nWidth: 495\nFlags: W\nHStem: -174.35 90.2504<144 154> -7.15039 137.75<164 198> -3.34961 137.75<260 291> 491.6 107.35<337.6 421.015>\nVStem: 119.515 71.355<589 601>\nFore\n337.6 491.6 m 0\n 315.49 491.6 293.38 494.45 272.275 498.25 c 1\n 190.87 432.7 92.3799 301.6 92.3799 197.1 c 0\n 92.3799 140.1 136.6 130.6 186.85 130.6 c 0\n 221.02 130.6 255.19 134.4 289.36 134.4 c 0\n 352.675 134.4 395.89 103.05 395.89 40.3496 c 0\n 395.89 -80.2998 275.29 -174.35 152.68 -174.35 c 0\n 128.56 -174.35 82.3301 -167.7 82.3301 -137.3 c 0\n 82.3301 -104.05 114.49 -84.0996 146.65 -84.0996 c 0\n 181.825 -84.0996 214.99 -102.15 250.165 -102.15 c 0\n 289.36 -102.15 331.57 -78.4004 331.57 -37.5498 c 0\n 331.57 -4.2998 292.375 -3.34961 266.245 -3.34961 c 0\n 234.085 -3.34961 200.92 -7.15039 168.76 -7.15039 c 0\n 80.3203 -7.15039 21.0254 18.5 21.0254 111.6 c 0\n 21.0254 254.1 122.53 414.65 231.07 506.8 c 1\n 182.83 515.35 119.515 542.9 119.515 597.05 c 0\n 119.515 664.5 205.945 694.9 266.245 694.9 c 0\n 281.32 694.9 297.4 693.95 312.475 693 c 1\n 305.44 667.35 l 1\n 257.2 667.35 190.87 647.4 190.87 591.35 c 0\n 190.87 557.15 230.065 535.3 262.225 529.6 c 1\n 306.445 561.9 362.725 598.95 421.015 598.95 c 0\n 446.14 598.95 485.335 591.35 485.335 560.95 c 0\n 485.335 501.1 383.83 491.6 337.6 491.6 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: eta\nEncoding: 951 951 531\nWidth: 605\nFlags: W\nHStem: 0 21G<9 163>\nVStem: 105 138<387 397>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 237 -200 392 -200\nFore\n392 -200 m 5\n 237 -200 l 5\n 369 327 l 2\n 373 342 376 357 376 372 c 0\n 376 391 369 406 348 406 c 0\n 297 406 243 323 232 278 c 2\n 163 0 l 1\n 9 0 l 1\n 99 359 l 2\n 102 370 105 381 105 392 c 0\n 105 404 100 411 88 411 c 0\n 64 411 41 355 35 335 c 1\n 6 335 l 1\n 22 401 89 474 161 474 c 0\n 217 474 243 449 243 394 c 0\n 243 376 241 359 238 342 c 1\n 240 342 l 1\n 278 415 353 474 438 474 c 0\n 491 474 535 446 535 389 c 0\n 535 379 534 368 531 358 c 1\n 392 -200 l 5\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: theta\nEncoding: 952 952 532\nWidth: 550\nFlags: W\nHStem: -13 29<183 194> 337 45<222 334> 667 29<343 364>\nFore\n185 -13 m 0\n 63 -13 31 105 31 206 c 0\n 31 378 156 696 362 696 c 0\n 484 696 516 579 516 478 c 0\n 516 305 392 -13 185 -13 c 0\n396 611 m 0\n 396 640 388 667 354 667 c 0\n 280 667 262 539 248 485 c 2\n 222 382 l 1\n 345 382 l 1\n 362 449 396 541 396 611 c 0\n334 337 m 1\n 211 337 l 1\n 196 277 150 139 150 71 c 0\n 150 43 159 16 192 16 c 0\n 267 16 285 143 299 198 c 2\n 334 337 l 1\nEndSplineSet\nEndChar\nStartChar: iota\nEncoding: 953 953 533\nWidth: 330\nFlags: W\nHStem: 441 20G<93 248>\nFore\n268 148 m 1\n 245 56 189 -13 88 -13 c 0\n 36 -13 0 18 0 72 c 0\n 0 83 1 94 4 105 c 2\n 93 461 l 1\n 248 461 l 1\n 236 411 150 91 150 63 c 0\n 150 53 154 45 165 45 c 0\n 209 45 230 113 239 148 c 1\n 268 148 l 1\nEndSplineSet\nEndChar\nStartChar: kappa\nEncoding: 954 954 534\nWidth: 608\nFlags: W\nHStem: 0 17<203.015 221.785 482 492> 368 118<506 535>\nDStem: 55 337 173 187 -29 0 126 0\nFore\n506 368 m 0\n 466 368 465 402 436 402 c 0\n 400 402 316 328 286 304 c 1\n 409 78 l 2\n 432 36 444 17 496 17 c 1\n 492 0 l 1\n 199 0 l 1\n 203 17 l 1\n 216 17 252 18 252 37 c 128\n 252 56 187 163 173 187 c 1\n 126 0 l 1\n -29 0 l 1\n 55 337 l 1\n 60 355 68 375 68 394 c 0\n 68 414 53 420 35 420 c 1\n 41 447 l 1\n 111 448 180 460 246 481 c 1\n 194 273 l 1\n 264 328 452 486 535 486 c 0\n 561 486 581 469 581 442 c 0\n 581 403 544 368 506 368 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: lambda\nEncoding: 955 955 535\nWidth: 495\nFlags: W\nHStem: -12.6748 94.5752<312.393 340.463> 0 21G<-75.5752 87.832> 595.725 94.575<219.16 245.225>\nVStem: 265.275 35.087<149 260 496.307 517.579> 265.275 38.095<130 150>\nFore\n440.713 160.875 m 1\n 424.673 101.4 391.59 -12.6748 312.393 -12.6748 c 0\n 266.277 -12.6748 265.275 43.875 265.275 76.0498 c 2\n 265.275 272.025 l 1\n 263.27 272.025 l 1\n 87.832 0 l 1\n -75.5752 0 l 1\n 265.275 496.275 l 1\n 264.272 528.45 268.282 595.725 219.16 595.725 c 0\n 173.045 595.725 140.965 554.775 126.93 516.75 c 1\n 97.8574 516.75 l 1\n 116.905 580.125 165.025 690.3 245.225 690.3 c 0\n 316.402 690.3 300.362 561.6 300.362 517.725 c 1\n 303.37 149.175 l 1\n 303.37 122.85 303.37 81.9004 340.463 81.9004 c 0\n 378.558 81.9004 404.622 129.675 411.64 160.875 c 1\n 440.713 160.875 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni03BC\nEncoding: 956 956 536\nWidth: 605\nFlags: W\nHStem: 441 20G<93 248 372 526>\nVStem: -78 117<-169 -130> 292 137<59 76>\nDStem: 93 461 248 461 13 139 166 131\nFore\n533 131 m 1\n 508 60 453 -13 371 -13 c 0\n 314 -13 292 24 292 76 c 0\n 292 92 294 108 297 124 c 1\n 295 124 l 1\n 260 54 193 -13 110 -13 c 0\n 59 -13 32 15 25 64 c 1\n 23 64 l 1\n 18 45 14 25 14 5 c 0\n 14 -42 39 -85 39 -130 c 0\n 39 -171 10 -215 -34 -215 c 0\n -62 -215 -78 -195 -78 -169 c 0\n -78 -159 2 95 13 139 c 2\n 93 461 l 1\n 248 461 l 1\n 166 131 l 2\n 163 118 159 105 159 91 c 0\n 159 69 171 58 193 58 c 0\n 262 58 305 194 319 249 c 2\n 372 461 l 1\n 526 461 l 1\n 512 403 429 104 429 66 c 0\n 429 56 434 50 444 50 c 0\n 474 50 496 108 504 131 c 1\n 533 131 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: nu\nEncoding: 957 957 537\nWidth: 495\nFlags: W\nHStem: -13 21G<141 175>\nDStem: 97 344 240 384 126 112 267 160\nFore\n175 -13 m 1\n 141 -13 l 1\n 140 29 131 70 126 112 c 1\n 97 344 l 1\n 96 355 94 394 78 394 c 0\n 53 394 37 339 31 320 c 1\n 2 320 l 1\n 21 395 74 474 159 474 c 0\n 215 474 234 433 240 384 c 2\n 267 160 l 1\n 297 203 351 270 363 320 c 0\n 372 355 368 393 378 427 c 0\n 386 455 418 474 447 474 c 0\n 470 474 492 466 492 439 c 0\n 492 390 281 131 237 75 c 0\n 221 54 184 10 175 -13 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: xi\nEncoding: 958 958 538\nWidth: 495\nFlags: W\nHStem: -191 95<110 145> 0 143<119 175> 3 145<250 283> 288 113<297 348> 518 113<364 401> 703 24<251 283>\nVStem: 109 78<624 642> 113 44<396 418>\nFore\n364 518 m 0\n 322 518 279 525 239 539 c 1\n 204 511 157 466 157 418 c 0\n 157 395 168 373 186 360 c 1\n 236 386 291 401 348 401 c 0\n 377 401 438 397 438 357 c 0\n 438 298 340 288 297 288 c 128\n 254 288 211 297 171 315 c 1\n 128 291 72 243 72 190 c 0\n 72 144 142 143 173 143 c 0\n 208 143 242 148 277 148 c 0\n 343 148 386 114 386 46 c 0\n 386 -90 250 -191 122 -191 c 0\n 97 -191 49 -188 49 -154 c 0\n 49 -108 91 -96 128 -96 c 0\n 164 -96 198 -106 234 -106 c 0\n 277 -106 331 -81 331 -31 c 0\n 331 4 290 3 265 3 c 0\n 217 3 168 0 120 0 c 0\n 51 0 -5 30 -5 105 c 0\n -5 199 63 289 143 332 c 1\n 123 348 113 371 113 396 c 0\n 113 456 158 519 207 550 c 1\n 172 561 109 590 109 634 c 0\n 109 707 195 727 252 727 c 0\n 270 727 288 726 306 724 c 1\n 300 700 l 1\n 294 701 287 703 281 703 c 0\n 240 703 187 678 187 630 c 0\n 187 604 217 584 238 574 c 1\n 286 603 343 631 401 631 c 0\n 430 631 485 626 485 586 c 0\n 485 533 405 518 364 518 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: omicron\nEncoding: 959 959 539\nWidth: 550\nFlags: W\nHStem: -13 29<183 195> 446 28<286 309>\nVStem: -1 142<77 165> 351 142<296 385>\nFore\n185 -13 m 0\n 76 -13 -1 53 -1 165 c 0\n -1 327 144 474 306 474 c 0\n 415 474 493 408 493 296 c 0\n 493 133 348 -13 185 -13 c 0\n351 385 m 0\n 351 420 338 446 299 446 c 0\n 226 446 202 353 188 297 c 0\n 172 231 141 148 141 77 c 0\n 141 43 153 16 192 16 c 0\n 266 16 289 107 303 164 c 0\n 319 230 351 314 351 385 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: pi\nEncoding: 960 960 540\nWidth: 605\nFlags: W\nHStem: -13 85<11 24> 353 121<210 292>\nVStem: 257 128<65 76>\nFore\n607 498 m 1\n 577 404 569 356 457 353 c 1\n 446 307 385 94 385 67 c 0\n 385 52 391 40 407 40 c 0\n 450 40 474 122 485 155 c 1\n 519 155 l 1\n 489 62 455 -13 344 -13 c 0\n 288 -13 257 17 257 73 c 0\n 257 135 309 284 326 353 c 1\n 211 353 l 1\n 190 265 126 -13 12 -13 c 0\n -27 -13 -45 13 -45 49 c 0\n -45 77 -34 105 -26 131 c 1\n 6 131 l 1\n 3 121 2 111 2 101 c 0\n 2 87 5 72 22 72 c 0\n 104 72 160 288 176 353 c 1\n 124 353 l 2\n 88 353 72 344 57 310 c 1\n 29 310 l 1\n 69 439 97 474 237 474 c 0\n 332 474 428 464 523 464 c 0\n 548 464 571 473 579 498 c 1\n 607 498 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: rho\nEncoding: 961 961 541\nWidth: 550\nFlags: W\nHStem: -13 29<183 195>\nVStem: 358 130<299 343>\nDStem: -2 168 148 231 -98 -200 103 52 -2 168 93 13 -98 -200 36 -200\nFore\n185 -13 m 0\n 153 -13 120 -5 93 13 c 1\n 36 -200 l 5\n -98 -200 l 5\n -2 168 l 1\n 39 330 118 474 306 474 c 0\n 414 474 488 410 488 299 c 0\n 488 137 349 -13 185 -13 c 0\n358 343 m 0\n 358 390 346 446 288 446 c 0\n 203 446 164 296 148 231 c 1\n 103 52 l 1\n 127 30 159 16 192 16 c 0\n 304 16 358 256 358 343 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: sigma1\nEncoding: 962 962 542\nWidth: 440\nFlags: W\nHStem: -192 97<54 76> -3 145<118 138> 343 118<224 280>\nFore\n455 490 m 1\n 416 332 361 343 225 343 c 0\n 134 343 42 312 42 203 c 0\n 42 148 92 142 136 142 c 0\n 165 142 195 145 224 145 c 0\n 287 145 332 115 332 48 c 0\n 332 -88 186 -192 59 -192 c 0\n 32 -192 -9 -184 -9 -150 c 0\n -9 -106 38 -95 73 -95 c 0\n 110 -95 147 -102 184 -102 c 0\n 225 -102 268 -75 268 -30 c 0\n 268 17 158 -3 128 -3 c 0\n 44 -3 -8 25 -8 117 c 0\n -8 256 90 461 249 461 c 0\n 288 461 328 458 367 458 c 0\n 391 458 419 462 426 490 c 1\n 455 490 l 1\nEndSplineSet\nEndChar\nStartChar: sigma\nEncoding: 963 963 543\nWidth: 550\nFlags: W\nHStem: -13 29<168 187> 417 57<276 304>\nVStem: -6 138<84 151> 326 137<268 352>\nFore\n568 474 m 1\n 543 374 l 1\n 494 375 442 375 397 396 c 1\n 394 394 l 1\n 434 365 463 319 463 268 c 0\n 463 255 461 243 458 231 c 0\n 424 91 318 -13 170 -13 c 0\n 64 -13 -6 42 -6 151 c 0\n -6 318 133 474 304 474 c 0\n 354 474 402 464 452 464 c 0\n 491 464 530 467 568 474 c 1\n326 352 m 0\n 326 386 316 417 277 417 c 0\n 196 417 174 291 159 231 c 0\n 147 183 132 134 132 84 c 0\n 132 53 139 16 177 16 c 0\n 268 16 326 278 326 352 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: tau\nEncoding: 964 964 544\nWidth: 440\nFlags: W\nHStem: 355 113<284 372>\nVStem: 74 140<65 73>\nFore\n460 499 m 1\n 432 385 403 355 284 355 c 1\n 270 301 214 110 214 67 c 0\n 214 51 224 45 239 45 c 0\n 282 45 312 118 322 153 c 1\n 351 153 l 1\n 328 60 268 -13 166 -13 c 0\n 111 -13 74 12 74 70 c 0\n 74 131 125 295 141 361 c 1\n 105 361 l 2\n 62 361 41 354 27 310 c 1\n -2 310 l 1\n 27 413 60 474 177 474 c 0\n 242 474 307 468 372 468 c 0\n 395 468 425 471 431 499 c 1\n 460 499 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 545\nWidth: 550\nFlags: W\nVStem: 40 152<98 116> 104 145<381 404> 371 125<382 408>\nFore\n173 -13 m 0\n 95 -13 40 26 40 108 c 0\n 40 199 104 320 104 397 c 0\n 104 406 101 417 89 417 c 0\n 61 417 42 365 36 343 c 1\n 7 343 l 1\n 26 421 78 474 161 474 c 0\n 220 474 249 445 249 386 c 0\n 249 290 192 199 192 103 c 0\n 192 67 207 45 245 45 c 0\n 338 45 395 148 395 232 c 0\n 395 284 371 332 371 383 c 0\n 371 422 400 474 444 474 c 0\n 485 474 496 444 496 408 c 0\n 496 375 488 342 480 310 c 0\n 441 159 352 -13 173 -13 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: phi\nEncoding: 966 966 546\nWidth: 660\nFlags: W\nVStem: 5 145<109 166> 451 143<283 347>\nFore\n279 -13 m 1\n 236 -211 l 1\n 144 -211 l 1\n 201 -13 l 1\n 97 -7 5 53 5 166 c 0\n 5 338 180 468 341 474 c 1\n 389 630 l 5\n 418 630 l 5\n 381 474 l 1\n 492 470 594 403 594 283 c 0\n 594 116 435 -4 279 -13 c 1\n451 347 m 0\n 451 398 433 442 376 446 c 1\n 284 16 l 1\n 396 28 451 253 451 347 c 0\n332 446 m 1\n 204 436 150 213 150 109 c 0\n 150 67 161 21 210 16 c 1\n 332 446 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: chi\nEncoding: 967 967 547\nWidth: 495\nFlags: W\nHStem: -211 106<251 282> 368 106<100 128> 441 20G<358 514>\nDStem: 175 214 191 35 -127 -196 28 -196 358 461 514 461 206 250 223 70\nFore\n514 461 m 1\n 223 70 l 1\n 228 33 229 -105 282 -105 c 0\n 326 -105 349 -65 360 -28 c 1\n 389 -28 l 1\n 369 -94 338 -211 251 -211 c 0\n 191 -211 189 -100 189 -59 c 0\n 189 -28 192 4 193 35 c 1\n 191 35 l 1\n 28 -196 l 1\n -127 -196 l 1\n 175 214 l 1\n 168 260 165 368 100 368 c 0\n 58 368 36 335 26 298 c 1\n -3 298 l 1\n 13 359 50 474 128 474 c 0\n 212 474 202 306 206 250 c 1\n 358 461 l 1\n 514 461 l 1\nEndSplineSet\nEndChar\nStartChar: psi\nEncoding: 968 968 548\nWidth: 715\nFlags: W\nVStem: 52 145<110 145> 103 150<366.805 392> 543 123<367 406>\nFore\n349 -13 m 1\n 307 -211 l 1\n 206 -211 l 1\n 265 -13 l 1\n 167 -11 52 28 52 145 c 0\n 52 224 103 313 103 385 c 0\n 103 397 100 411 86 411 c 0\n 55 411 42 365 36 341 c 1\n 7 341 l 1\n 26 416 74 474 156 474 c 0\n 215 474 253 453 253 390 c 0\n 253 295 197 206 197 110 c 0\n 197 57 222 25 275 16 c 1\n 441 571 l 5\n 469 571 l 5\n 353 16 l 1\n 457 37 550 156 550 261 c 0\n 550 297 543 331 543 367 c 0\n 543 409 559 474 612 474 c 0\n 654 474 666 443 666 406 c 0\n 666 386 663 366 658 346 c 0\n 620 192 515 21 349 -13 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: omega\nEncoding: 969 969 549\nWidth: 715\nFlags: W\nHStem: -13 35<385 408>\nVStem: -5 134<77 143> 528 136<317 382>\nFore\n408 -13 m 0\n 327 -13 294 24 297 104 c 1\n 295 104 l 1\n 259 29 213 -13 127 -13 c 0\n 31 -13 -5 55 -5 143 c 0\n -5 321 105 474 294 474 c 1\n 286 440 l 1\n 220 441 194 371 181 318 c 0\n 163 245 129 155 129 77 c 0\n 129 53 135 22 166 22 c 0\n 227 22 254 79 266 130 c 0\n 285 209 243 392 368 392 c 0\n 398 392 423 382 423 348 c 0\n 423 273 332 178 332 79 c 0\n 332 44 348 22 385 22 c 0\n 441 22 468 117 479 160 c 0\n 495 227 528 312 528 382 c 0\n 528 418 512 441 474 440 c 1\n 482 474 l 1\n 584 474 664 428 664 317 c 0\n 664 182 561 -13 408 -13 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 550\nWidth: 330\nFlags: W\nHStem: 441 20<93 248> 502 130<54.5199 67.3119 273.312 279.312>\nVStem: 1.3119 130<555.399 568> 213.312 130<555.399 568>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 168 168 S 1 0 0 1 -53.6881 -23\nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 551\nWidth: 550\nFlags: W\nHStem: 502 130<191.501 204.293 410.293 416.293>\nVStem: 40 152<98 116> 104 145<381 404> 138.293 130<555.399 568> 350.293 130<555.399 568> 371 125<382 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 83.2934 -23\nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 552\nWidth: 550\nFlags: W\nHStem: -13 29<183 195> 446 28<286 309>\nVStem: -1 142<77 165> 351 142<296 385>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 185.021 -55\nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 553\nWidth: 550\nFlags: W\nVStem: 40 152<98 116> 104 145<381 404> 371 125<382 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 156.258 -55\nEndChar\nStartChar: omegatonos\nEncoding: 974 974 554\nWidth: 715\nFlags: W\nHStem: -13 35<385 408>\nVStem: -5 134<77 143> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 268.658 -55\nEndChar\nStartChar: uni03D0\nEncoding: 976 976 555\nWidth: 550\nFlags: W\nHStem: -13.2969 43.7237<198.276 239.962> 369.765 38.021<301 307> 369.765 44.674<270 302>\nVStem: 343.184 145.899<248.098 308.931> 394.795 133.988<580.781 607.396>\nDStem: 72.2285 384.973 224.082 457.213 -76.9961 -202 125.823 79.8545 72.2285 384.973 123.838 72.25 -76.9961 -202 56 -202\nRef: 946 946 N 1 0 0 1 0 0\nEndChar\nStartChar: theta1\nEncoding: 977 977 556\nWidth: 550\nFlags: W\nHStem: -13 29<183 194> 337 45<222 334> 667 29<343 364>\nRef: 952 952 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilon1\nEncoding: 978 978 557\nWidth: 722\nFlags: W\nHStem: 0 25<140 147.143 404 436> 644 32<179 194 690 705>\nVStem: 72 133<568 602> 643 135<567 616>\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni03D3\nEncoding: 979 979 558\nWidth: 722\nFlags: W\nHStem: 0 25<140 147.143 404 436> 644 32<179 194 690 705>\nVStem: 72 133<568 602> 643 135<567 616>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -178 -90\nEndChar\nStartChar: uni03D4\nEncoding: 980 980 559\nWidth: 722\nFlags: W\nHStem: 0 25<140 147.143 404 436> 644 32<179 194 690 705> 745 130<366.366 379.158 585.158 591.158>\nVStem: 72 133<568 602> 313.158 130<798.399 811> 525.158 130<798.399 811> 643 135<567 616>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 258.158 220\nEndChar\nStartChar: phi1\nEncoding: 981 981 560\nWidth: 660\nFlags: W\nVStem: 5 145<109 166> 451 143<283 347>\nRef: 966 966 N 1 0 0 1 0 0\nEndChar\nStartChar: omega1\nEncoding: 982 982 561\nWidth: 605\nFlags: W\nHStem: -13 85<11 24> 353 121<210 292>\nVStem: 257 128<65 76>\nRef: 960 960 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 555\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 259 203\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 556\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 732 130<292.208 305 511 517>\nVStem: 239 130<785.399 798> 451 130<785.399 798>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 184 207\nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 557\nWidth: 611\nFlags: W\nHStem: 0 25<51 66> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25>\nDStem: 303 634 449 634 155 97 309 128\nFore\n650 669 m 1\n 614 477 l 1\n 587 479 l 1\n 582 590 543 633 449 634 c 1\n 309 128 l 2\n 302 102 298 81 298 66 c 0\n 298 34 311 28 381 25 c 1\n 381 0 l 1\n 50 0 l 1\n 50 25 l 1\n 64 25 l 2\n 115 25 141 46 155 97 c 2\n 303 634 l 1\n 201 632 138 591 86 491 c 1\n 61 498 l 1\n 99 669 l 1\n 650 669 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 558\nWidth: 667\nFlags: W\nHStem: 0 21G<-13 282> 637 32<399 435>\nVStem: -13 295<1 25>\nDStem: 190 546 350 593 67 97 226 137\nFore\n327 756 m 1\n 278 756 l 1\n 400 887 l 2\n 435 925 452 937 470 937 c 0\n 496 937 518 915 518 890 c 0\n 518 871 509 860 479 843 c 2\n 327 756 l 1\n226 137 m 1\n 225 135 224 129 222 122 c 0\n 214 97 211 81 211 69 c 0\n 211 38 226 29 282 25 c 1\n 282 0 l 1\n -13 0 l 1\n -13 25 l 1\n 39 33 51 44 67 97 c 1\n 190 546 l 2\n 196 568 200 592 200 606 c 0\n 200 627 189 636 158 639 c 0\n 153 640 141 642 127 644 c 1\n 127 669 l 1\n 660 669 l 1\n 617 479 l 1\n 590 484 l 1\n 590 540 584 567 564 590 c 0\n 537 621 486 637 413 637 c 0\n 373 637 360 628 350 593 c 1\n 226 137 l 1\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 559\nWidth: 722\nFlags: W\nHStem: -18.9989 47.9989<306 343> 326 47<237 474> 454 188<676 689> 658 33<481 513>\nFore\n474 326 m 1\n 222 326 l 1\n 198 234 195 166 209 116 c 0\n 224 64 277 29 343 29 c 0\n 371 29 406 35 438 47 c 0\n 492 66 531 90 607 152 c 1\n 630 127 l 1\n 571 77 544 57 506 35 c 0\n 441 -2 377 -19 306 -19 c 0\n 99 -19 -8 127 48 333 c 0\n 104 537 295 691 494 691 c 0\n 542 691 587 680 640 656 c 1\n 659 646 673 642 682 642 c 0\n 701 642 715 653 738 688 c 1\n 765 688 l 1\n 701 454 l 1\n 676 454 l 1\n 662 530 648 563 616 602 c 0\n 583 640 545 658 498 658 c 0\n 384 658 293 559 236 373 c 1\n 487 373 l 1\n 474 326 l 1\nEndSplineSet\nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 560\nWidth: 556\nFlags: W\nHStem: -18 34<220 239> 649.915 34.2748<303 327> 661 20<496 526>\nVStem: 102.002 120.998<491 545> 346.994 121.006<142 185>\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 561\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 562\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414> 732 130<164.208 177 383 389>\nVStem: -24 296<1 25> 111 130<785.399 798> 116 298<644 668> 323 130<785.399 798>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 56 207\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 563\nWidth: 500\nFlags: W\nHStem: -98.0762 35.0762<84 87> 649 20<227 524>\nVStem: -46 127<1 13> 227 297<644 668>\nDStem: 289 546 443 572 175 114 315 93\nRef: 74 74 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 564\nWidth: 778\nFlags: W\nHStem: -14 132<17 24> 0 21G<328 668> 629 47<391 590>\nDStem: 300 580 391 629 235 341 312 341 591 629 739 580 445 96 607 96\nFore\n591 629 m 1\n 391 629 l 1\n 312 341 l 1\n 298 292 210 -14 18 -14 c 0\n -27 -14 -73 0 -59 48 c 0\n -49 85 -16 118 22 118 c 0\n 72 118 48 66 86 66 c 0\n 144 66 221 292 235 341 c 1\n 300 580 l 1\n 314 630 300 645 235 651 c 1\n 241 676 l 1\n 853 676 l 1\n 847 651 l 1\n 777 646 753 630 739 580 c 1\n 607 96 l 1\n 593 47 606 34 675 25 c 1\n 668 0 l 1\n 328 0 l 1\n 335 25 l 1\n 410 33 431 47 445 96 c 1\n 591 629 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 565\nWidth: 778\nFlags: W\nHStem: 0 21G<-24 272 340 657> 329 44<279 504> 649 20G<116 433 501 799>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 178 546 266 329 56 97 216 148 505 329 718 572 441 97 609 175 505 329 609 175 441 97 603 153 564 546 718 572 517 373 609 175\nFore\n657 25 m 1\n 657 0 l 1\n 340 0 l 1\n 340 25 l 1\n 407 29 427 43 441 97 c 1\n 505 329 l 1\n 266 329 l 1\n 216 148 l 1\n 215 143 213 138 212 132 c 0\n 203 100 199 82 199 68 c 0\n 199 36 209 30 272 25 c 1\n 272 0 l 1\n -24 0 l 1\n -24 25 l 1\n 26 32 40 45 56 97 c 1\n 178 546 l 2\n 185 572 189 593 189 604 c 0\n 189 626 178 635 147 639 c 0\n 142 640 130 642 116 644 c 1\n 116 669 l 1\n 433 669 l 1\n 433 644 l 1\n 368 642 348 627 332 572 c 1\n 278 373 l 1\n 517 373 l 1\n 564 546 l 2\n 569 564 574 595 574 607 c 0\n 574 627 564 635 533 639 c 0\n 528 640 515 642 501 644 c 1\n 501 669 l 1\n 799 669 l 1\n 799 644 l 1\n 748 637 734 625 718 572 c 1\n 609 175 l 1\n 603 153 l 2\n 589 103 584 80 584 66 c 0\n 584 37 602 27 657 25 c 1\nEndSplineSet\nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 566\nWidth: 611\nFlags: W\nHStem: 0 25<51 66> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25>\nDStem: 303 634 449 634 155 97 309 128\nFore\n650 669 m 1\n 614 477 l 1\n 587 479 l 1\n 582 590 543 633 449 634 c 1\n 309 128 l 2\n 302 102 298 81 298 66 c 0\n 298 34 311 28 381 25 c 1\n 381 0 l 1\n 50 0 l 1\n 50 25 l 1\n 64 25 l 2\n 115 25 141 46 155 97 c 2\n 303 634 l 1\n 201 632 138 591 86 491 c 1\n 61 498 l 1\n 99 669 l 1\n 650 669 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 567\nWidth: 778\nFlags: W\nHStem: 0 21G<-64 273 440 638> 318 358<272 287> 556 129<660.432 678 678.063 679.937 681 688>\nDStem: 182 580 338 559 50 96 287 371 182 580 272 318 50 96 212 96\nFore\n310 756 m 1\n 261 756 l 1\n 383 887 l 2\n 418 925 435 937 453 937 c 0\n 479 937 501 915 501 890 c 0\n 501 871 492 860 462 843 c 2\n 310 756 l 1\n645 25 m 1\n 638 0 l 1\n 440 0 l 1\n 350 254 l 1\n 332 292 327 318 299 318 c 2\n 272 318 l 1\n 212 96 l 1\n 198 47 211 34 280 25 c 1\n 273 0 l 1\n -64 0 l 1\n -57 25 l 1\n 17 33 36 45 50 96 c 2\n 182 580 l 2\n 196 632 182 647 114 651 c 1\n 121 676 l 1\n 459 676 l 1\n 452 651 l 1\n 377 646 358 630 338 559 c 1\n 287 371 l 1\n 324 372 l 2\n 368 373 473 460 520 578 c 0\n 540 626 608 686 678 685 c 0\n 729 684 766 664 753 616 c 0\n 744 583 729 557 680 556 c 0\n 604 554 634 583 590 583 c 0\n 558 583 521 418 411 352 c 1\n 442 349 492 328 510 286 c 1\n 602 46 l 1\n 611 31 620 26 645 25 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 568\nWidth: 870\nFlags: W\nHStem: 0 21G<-23 314 375 715> 649 20G<153 490 551 891>\nVStem: 153 337<644 668> 551 340<644 668>\nDStem: -24 25 313 25 -23 0 314 0 218 573 382 580 88 96 290 243 218 573 272 176 88 96 250 96 374 25 714 25 375 0 715 0 589 456 783 573 491 96 653 96 608 523 589 456 290 243 272 176 621 573 783 573 608 523 653 96\nFore\n589 456 m 1\n 272 176 l 1\n 250 96 l 1\n 236 47 243 33 313 25 c 1\n 314 0 l 1\n -23 0 l 1\n -24 25 l 1\n 49 34 74 47 88 96 c 1\n 218 573 l 1\n 232 623 218 638 153 644 c 1\n 153 669 l 1\n 490 669 l 1\n 490 644 l 1\n 418 639 396 630 382 580 c 1\n 290 243 l 1\n 608 523 l 1\n 621 573 l 1\n 635 623 619 639 551 644 c 1\n 551 669 l 1\n 891 669 l 1\n 891 644 l 1\n 821 639 797 623 783 573 c 1\n 653 96 l 1\n 639 47 645 34 714 25 c 1\n 715 0 l 1\n 375 0 l 1\n 374 25 l 1\n 450 33 477 47 491 96 c 1\n 589 456 l 1\n664 719 m 1\n 619 719 l 1\n 486 808 l 2\n 464 823 452 840 452 855 c 0\n 452 879 473 900 497 900 c 0\n 516 900 537 887 553 866 c 2\n 664 719 l 1\nEndSplineSet\nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 569\nWidth: 722\nFlags: W\nHStem: -14 134<86 109> 649 27<391.007 408.775> 726 72<502 518>\nDStem: 167 593 335 618 237 122 384 289 550 502 606 499 384 289 245 34\nFore\n643 888 m 1\n 682 888 l 1\n 664 784 600 726 503 726 c 0\n 410 726 366 774 366 875 c 2\n 366 888 l 1\n 409 888 l 1\n 415 827 448 798 511 798 c 0\n 576 798 612 822 643 888 c 1\n808 676 m 1\n 802 651 l 1\n 726 644 698 616 606 499 c 1\n 245 34 l 2\n 218 0 155 -14 98 -14 c 0\n 14 -14 -1 12 10 52 c 0\n 20 90 56 120 93 120 c 0\n 182 120 114 44 159 45 c 0\n 181 46 239 100 237 122 c 1\n 167 593 l 1\n 159 643 138 648 103 651 c 1\n 109 676 l 1\n 429 676 l 1\n 423 651 l 1\n 408 650 396 649 391 649 c 0\n 354 647 340 639 335 618 c 1\n 384 289 l 1\n 550 502 l 1\n 611 576 609 593 614 614 c 0\n 621 638 607 647 568 649 c 0\n 565 650 557 650 549 651 c 1\n 555 676 l 1\n 808 676 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 570\nWidth: 869\nFlags: W\nHStem: 0 47<233 473> 649 20G<152 492 553 890>\nVStem: 152 340<644 668> 553 337<644 668>\nDStem: 214 573 376 573 84 96 232 47 617 573 779 573 473 47 649 96\nFore\n232 47 m 1\n 473 47 l 1\n 617 573 l 1\n 631 622 623 636 553 644 c 1\n 553 669 l 1\n 890 669 l 1\n 890 644 l 1\n 817 635 793 622 779 573 c 1\n 649 96 l 1\n 635 46 649 31 714 25 c 1\n 714 0 l 1\n -24 0 l 1\n -24 25 l 1\n 46 30 70 46 84 96 c 1\n 214 573 l 1\n 228 622 221 635 152 644 c 1\n 152 669 l 1\n 492 669 l 1\n 492 644 l 1\n 416 636 390 622 376 573 c 1\n 232 47 l 1\nEndSplineSet\nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 571\nWidth: 667\nFlags: HW\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 572\nWidth: 733\nFlags: HW\nHStem: 0 25<-24 -24> 0 32<272 298> 374 30 468 21<647 671 647 647> 635 34<437.5 509> 644 25<152 152>\nVStem: 467 172\nFore\n328 374 m 1\n 250 93 l 1\n 237 49 250 32 294 32 c 0\n 375 32 430 82 456 179 c 0\n 486 289 461 374 358 374 c 2\n 328 374 l 1\n336 404 m 1\n 550 403 592 366 619 336 c 0\n 645 305 643 233 630 188 c 0\n 600 75 467 0 298 0 c 2\n -24 0 l 1\n -24 25 l 1\n 51 33 76 45 90 96 c 2\n 220 573 l 2\n 234 624 220 640 152 644 c 1\n 152 669 l 1\n 726 669 l 1\n 671 468 l 1\n 647 468 l 1\n 650 531 646 558 631 583 c 0\n 610 618 555 635 463 635 c 0\n 412 635 395 625 385 588 c 2\n 336 404 l 1\nEndSplineSet\nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 573\nWidth: 667\nFlags: HW\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 574\nWidth: 656\nFlags: HW\nHStem: 0 25<-24 -24 271 271> 637 32<382 438.5>\nVStem: -24 295<0 25>\nFore\n215 137 m 1\n 214 135 213 129 211 122 c 0\n 203 97 200 81 200 69 c 0\n 200 38 215 29 271 25 c 1\n 271 0 l 1\n -24 0 l 1\n -24 25 l 1\n 28 33 40 44 56 97 c 1\n 179 546 l 2\n 185 568 189 592 189 606 c 0\n 189 627 178 636 147 639 c 0\n 142 640 130 642 116 644 c 1\n 116 669 l 1\n 649 669 l 1\n 606 479 l 1\n 579 484 l 1\n 579 540 573 567 553 590 c 0\n 526 621 475 637 402 637 c 0\n 362 637 349 628 339 593 c 1\n 215 137 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 575\nWidth: 864\nFlags: HW\nHStem: 0 47<231 382> 622 47<429 629 429 429> 644 25<273 273 885 885>\nVStem: 273 612<644 669>\nFore\n126 66 m 0\n 223 141 263 292 276 341 c 2\n 339 573 l 1\n 353 623 339 638 273 644 c 1\n 273 669 l 1\n 885 669 l 1\n 885 644 l 1\n 816 639 792 623 778 573 c 1\n 650 105 l 1\n 636 55 652 39 719 34 c 1\n 664 -167 l 1\n 640 -167 l 1\n 643 -104 639 -77 624 -52 c 0\n 603 -17 548 0 456 0 c 2\n 224 0 l 2\n 132 0 69 -17 28 -52 c 0\n -1 -77 -19 -104 -50 -167 c 1\n -74 -167 l 1\n -19 34 l 1\n 50 39 77 28 126 66 c 0\n231 47 m 2\n 382 47 l 2\n 451 46 478 69 492 118 c 1\n 629 622 l 1\n 429 622 l 1\n 353 341 l 2\n 345 311 308 185 238 92 c 0\n 218 66 204 48 231 47 c 2\nEndSplineSet\nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 576\nWidth: 667\nFlags: HW\nHStem: 0 32<237.5 302> 338 32 637 32<381.5 438.5>\nFore\n589 194 m 1\n 530 0 l 1\n -24 0 l 1\n -24 25 l 1\n 28 33 40 44 56 97 c 1\n 179 546 l 2\n 185 568 189 591 189 606 c 0\n 189 627 178 635 147 639 c 0\n 142 640 130 642 116 644 c 1\n 116 669 l 1\n 656 669 l 1\n 613 479 l 1\n 586 484 l 1\n 586 546 579 571 556 595 c 0\n 529 622 475 637 402 637 c 0\n 361 637 349 628 339 593 c 1\n 278 370 l 1\n 410 369 436 382 483 476 c 1\n 511 472 l 1\n 437 199 l 1\n 409 204 l 1\n 412 223 413 234 413 248 c 0\n 413 317 383 336 269 338 c 1\n 213 129 l 1\n 211 123 l 1\n 210 115 208 109 206 104 c 0\n 201 84 198 73 198 66 c 0\n 198 42 216 32 259 32 c 0\n 345 32 413 51 469 90 c 0\n 508 117 529 142 564 199 c 1\n 589 194 l 1\nEndSplineSet\nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 577\nWidth: 1107\nFlags: HW\nHStem: 0 25<-24 -24 327 327 664 664 1014 1014> 583 102 644 25<503 503 841 841>\nVStem: 327 337<0 25> 503 338<644 669>\nFore\n565 550 m 1\n 584 621 571 640 503 644 c 1\n 503 669 l 1\n 841 669 l 1\n 841 644 l 1\n 766 639 747 623 727 552 c 1\n 678 371 l 1\n 707 372 l 2\n 751 374 849 460 896 578 c 0\n 916 626 984 686 1054 685 c 0\n 1105 684 1142 664 1129 616 c 0\n 1119 580 1105 557 1056 556 c 0\n 980 554 1010 583 966 583 c 0\n 934 583 897 418 787 352 c 1\n 818 349 868 328 886 286 c 1\n 978 46 l 1\n 987 31 989 26 1014 25 c 1\n 1014 0 l 1\n 816 0 l 1\n 729 254 l 1\n 711 292 710 318 682 318 c 2\n 663 318 l 1\n 603 96 l 1\n 589 47 595 34 664 25 c 1\n 664 0 l 1\n 327 0 l 1\n 327 25 l 1\n 401 33 427 45 441 96 c 2\n 501 318 l 1\n 482 318 l 2\n 454 318 439 292 401 254 c 1\n 174 0 l 1\n -24 0 l 1\n -24 25 l 1\n 1 26 21 31 38 46 c 1\n 262 286 l 2\n 302 328 363 349 397 352 c 1\n 323 418 376 583 344 583 c 0\n 300 583 314 554 238 556 c 0\n 191 557 191 588 199 616 c 0\n 212 664 259 684 312 685 c 0\n 382 686 418 626 410 578 c 0\n 393 460 444 374 487 372 c 2\n 516 371 l 1\n 565 550 l 1\nEndSplineSet\nMinimumDistance: x41,-1 \nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 578\nWidth: 564\nFlags: HW\nHStem: -19 74<111 202> 325 58<178 220> 642 49<341 347> 668 20<137 170 170 170>\nVStem: 339 175<174.5 246> 407 156<509 581.5>\nFore\n151 55 m 0\n 253 55 339 115 339 234 c 0\n 339 278 317 325 220 325 c 2\n 162 325 l 1\n 178 383 l 1\n 257 383 l 2\n 342 383 407 461 407 557 c 0\n 407 606 378 642 316 642 c 0\n 222 642 166 575 116 475 c 1\n 79 475 l 1\n 137 688 l 1\n 170 688 l 1\n 172 666 179 658 197 658 c 0\n 206 658 221 661 247 669 c 0\n 299 685 325 691 357 691 c 0\n 473 691 563 639 563 544 c 0\n 563 425 466 362 429 358 c 1\n 465 347 513 321 514 246 c 0\n 514 54 321 -19 156 -19 c 0\n 2 -19 -23 68 -41 135 c 1\n 6 168 l 1\n 32 102 71 55 151 55 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 579\nWidth: 870\nFlags: HW\nHStem: 0 21<-23 314 -23 -23 375 375 375 715> 644 25<153 153 490 490 551 551 891 891>\nVStem: 153 337<644 669> 551 340<644 669>\nFore\n589 456 m 1\n 272 176 l 1\n 250 96 l 1\n 236 47 243 33 313 25 c 1\n 314 0 l 1\n -23 0 l 1\n -24 25 l 1\n 49 34 74 47 88 96 c 1\n 218 573 l 1\n 232 623 218 638 153 644 c 1\n 153 669 l 1\n 490 669 l 1\n 490 644 l 1\n 418 639 396 630 382 580 c 1\n 290 243 l 1\n 608 523 l 1\n 621 573 l 1\n 635 623 619 639 551 644 c 1\n 551 669 l 1\n 891 669 l 1\n 891 644 l 1\n 821 639 797 623 783 573 c 1\n 653 96 l 1\n 639 47 645 34 714 25 c 1\n 715 0 l 1\n 375 0 l 1\n 374 25 l 1\n 450 33 477 47 491 96 c 1\n 589 456 l 1\nEndSplineSet\nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 580\nWidth: 870\nFlags: HW\nHStem: 0 21<-23 314 -23 -23 375 375 375 715> 644 25<153 153 490 490 551 551 891 891> 726 72<512.5 576.5>\nVStem: 153 337<644 669> 551 340<644 669>\nFore\n589 456 m 1\n 272 176 l 1\n 250 96 l 1\n 236 47 243 33 313 25 c 1\n 314 0 l 1\n -23 0 l 1\n -24 25 l 1\n 49 34 74 47 88 96 c 1\n 218 573 l 1\n 232 623 218 638 153 644 c 1\n 153 669 l 1\n 490 669 l 1\n 490 644 l 1\n 418 639 396 630 382 580 c 1\n 290 243 l 1\n 608 523 l 1\n 621 573 l 1\n 635 623 619 639 551 644 c 1\n 551 669 l 1\n 891 669 l 1\n 891 644 l 1\n 821 639 797 623 783 573 c 1\n 653 96 l 1\n 639 47 645 34 714 25 c 1\n 715 0 l 1\n 375 0 l 1\n 374 25 l 1\n 450 33 477 47 491 96 c 1\n 589 456 l 1\n676 888 m 1\n 715 888 l 1\n 697 784 633 726 536 726 c 0\n 443 726 399 774 399 875 c 2\n 399 888 l 1\n 442 888 l 1\n 448 827 481 798 544 798 c 0\n 609 798 645 822 676 888 c 1\nEndSplineSet\nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 581\nWidth: 775\nFlags: HW\nHStem: 0 25<-24 -24 313 313 678 678> 556 129 644 25<152 152 490 490>\nFore\n678 25 m 1\n 678 0 l 1\n 480 0 l 1\n 390 254 l 1\n 372 292 367 318 339 318 c 2\n 312 318 l 1\n 252 96 l 1\n 238 47 244 34 313 25 c 1\n 313 0 l 1\n -24 0 l 1\n -24 25 l 1\n 50 33 76 45 90 96 c 2\n 220 573 l 2\n 234 625 220 640 152 644 c 1\n 152 669 l 1\n 490 669 l 1\n 490 644 l 1\n 415 639 396 623 376 552 c 1\n 327 371 l 1\n 364 372 l 2\n 408 373 513 460 560 578 c 0\n 580 626 648 686 718 685 c 0\n 769 684 806 664 793 616 c 0\n 783 580 769 557 720 556 c 0\n 644 554 674 583 630 583 c 0\n 598 583 561 418 451 352 c 1\n 482 349 532 328 550 286 c 1\n 642 46 l 1\n 651 31 653 26 678 25 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 582\nWidth: 855\nFlags: HW\nHStem: -14 132<31.5 78> 0 25<359 359 699 699> 622 47<420 620 420 420>\nVStem: 359 340<0 25>\nFore\n620 622 m 1\n 420 622 l 1\n 343 341 l 1\n 329 292 241 -14 49 -14 c 0\n 9 -14 -42 0 -28 48 c 0\n -17 89 10 118 53 118 c 0\n 103 118 84 66 117 66 c 0\n 175 66 252 292 266 341 c 1\n 329 573 l 1\n 343 623 329 638 264 644 c 1\n 263 669 l 1\n 875 669 l 1\n 876 644 l 1\n 806 639 782 623 768 573 c 1\n 638 96 l 1\n 624 47 630 34 699 25 c 1\n 699 0 l 1\n 359 0 l 1\n 359 25 l 1\n 434 33 462 47 476 96 c 1\n 620 622 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 583\nWidth: 889\nFlags: HW\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 584\nWidth: 778\nFlags: HW\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 585\nWidth: 722\nFlags: HW\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 586\nWidth: 869\nFlags: HW\nHStem: 0 25<-24 -24 313 313 374 374 714 714> 622 47<393 634 393 393> 644 25<152 152 890 890>\nVStem: -24 337<0 25> 374 340<0 25>\nFore\n634 622 m 1\n 393 622 l 1\n 249 96 l 1\n 235 47 243 33 313 25 c 1\n 313 0 l 1\n -24 0 l 1\n -24 25 l 1\n 49 34 73 47 87 96 c 1\n 217 573 l 1\n 231 623 217 638 152 644 c 1\n 152 669 l 1\n 890 669 l 1\n 890 644 l 1\n 820 639 796 623 782 573 c 1\n 652 96 l 1\n 638 47 645 34 714 25 c 1\n 714 0 l 1\n 374 0 l 1\n 374 25 l 1\n 450 33 476 47 490 96 c 1\n 634 622 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 587\nWidth: 611\nFlags: HW\nHStem: 0 25<-24 -24 270 270> 318 34 637 32<376.5 403 403 412.5>\nVStem: -24 294<0 25> 470 146<528.5 564.5>\nFore\n116 644 m 1\n 116 669 l 1\n 403 669 l 2\n 542 669 616 615 616 514 c 0\n 616 394 509 317 343 317 c 0\n 317 317 298 318 262 322 c 1\n 208 123 l 1\n 204 107 198 74 198 64 c 0\n 198 37 214 28 270 25 c 1\n 270 0 l 1\n -24 0 l 1\n -24 25 l 1\n 28 33 40 44 56 97 c 1\n 179 546 l 2\n 185 568 189 592 189 606 c 0\n 189 627 178 636 147 639 c 0\n 142 640 130 642 116 644 c 1\n336 593 m 1\n 272 354 l 1\n 289 353 300 352 314 352 c 0\n 384 352 421 375 447 434 c 0\n 461 465 470 511 470 546 c 0\n 470 604 439 637 386 637 c 0\n 367 637 356 633 347 622 c 0\n 343 617 343 617 336 593 c 1\nEndSplineSet\nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 588\nWidth: 667\nFlags: HW\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 589\nWidth: 611\nFlags: HW\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 590\nWidth: 766\nFlags: HW\nHStem: -14 134<71.5 129> 644 25<107 107 427 427 540 540 793 793>\nVStem: 107 320<644 669> 540 253<644 669>\nFore\n793 669 m 1\n 793 644 l 1\n 717 637 690 609 598 492 c 1\n 245 34 l 2\n 218 0 160 -14 98 -14 c 0\n 14 -14 -1 12 10 52 c 0\n 21 94 50 120 93 120 c 0\n 182 120 114 44 159 45 c 0\n 181 46 239 100 237 122 c 1\n 171 586 l 2\n 164 636 142 641 107 644 c 1\n 107 669 l 1\n 427 669 l 1\n 427 644 l 1\n 413 643 401 642 396 642 c 0\n 359 640 345 632 339 611 c 1\n 384 289 l 1\n 541 495 l 1\n 603 569 600 586 606 607 c 0\n 613 631 599 640 560 642 c 0\n 557 643 549 643 540 644 c 1\n 540 669 l 1\n 793 669 l 1\nEndSplineSet\nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 591\nWidth: 833\nFlags: HW\nHStem: 0 145 91 54 644 25<675 675>\nVStem: 21 139 669 144\nFore\n386 522 m 1\n 342 522 214 493 172 339 c 0\n 125 165 223 144 283 145 c 1\n 386 522 l 1\n148 25 m 1\n 226 30 256 44 268 91 c 1\n 158 91 -28 127 32 347 c 0\n 93 569 364 585 404 585 c 1\n 416 632 398 641 325 644 c 1\n 325 669 l 1\n 676 669 l 1\n 675 644 l 1\n 600 641 576 632 564 585 c 1\n 604 585 865 569 804 347 c 0\n 744 127 538 91 428 91 c 1\n 416 44 424 30 498 25 c 1\n 499 0 l 1\n 149 0 l 1\n 148 25 l 1\n546 522 m 1\n 443 145 l 1\n 503 144 613 165 660 339 c 0\n 702 493 590 522 546 522 c 1\nEndSplineSet\nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 592\nWidth: 667\nFlags: HW\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 593\nWidth: 869\nFlags: HW\nHStem: 0 25<-24 -24> 0 47<236 461> 644 25<152 152 489 489 550 550 890 890>\nVStem: 152 337<644 669> 550 340<644 669>\nFore\n461 0 m 2\n -24 0 l 1\n -24 25 l 1\n 45 31 74 46 88 96 c 1\n 218 573 l 1\n 231 622 220 635 152 644 c 1\n 152 669 l 1\n 489 669 l 1\n 489 644 l 1\n 414 636 393 622 380 573 c 1\n 236 47 l 1\n 477 47 l 1\n 621 573 l 1\n 634 622 621 636 550 644 c 1\n 550 669 l 1\n 890 669 l 1\n 890 644 l 1\n 816 635 796 622 783 573 c 1\n 655 105 l 1\n 641 55 657 39 724 34 c 1\n 669 -167 l 1\n 645 -167 l 1\n 648 -104 644 -77 629 -52 c 0\n 608 -17 553 0 461 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 594\nWidth: 823\nFlags: HW\nHStem: 0 25<328 328 668 668> 239 54<341 372> 649 20<106 443 443 443 504 844 844 844>\nVStem: 328 340<0 25>\nFore\n494 281 m 1\n 463 264 404 239 340 239 c 0\n 232 239 86 261 106 335 c 2\n 171 573 l 1\n 185 623 171 638 105 644 c 1\n 106 669 l 1\n 443 669 l 1\n 442 644 l 1\n 371 639 347 623 333 573 c 1\n 268 333 l 2\n 261 308 309 293 373 293 c 0\n 430 293 488 326 510 338 c 1\n 574 573 l 1\n 588 623 572 639 503 644 c 1\n 504 669 l 1\n 844 669 l 1\n 843 644 l 1\n 774 639 750 623 736 573 c 1\n 606 96 l 1\n 592 47 599 34 668 25 c 1\n 668 0 l 1\n 328 0 l 1\n 328 25 l 1\n 404 33 430 47 444 96 c 1\n 494 281 l 1\nEndSplineSet\nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 595\nWidth: 1208\nFlags: HW\nHStem: 0 25<-24 -24 1053 1053> 0 47<235 445 607 815> 649 20<152 489 489 489 519 859 859 859 889 1229 1229 1229>\nVStem: -24 1077<0 25>\nFore\n607 47 m 1\n 815 47 l 1\n 959 573 l 1\n 972 622 959 636 888 644 c 1\n 889 669 l 1\n 1229 669 l 1\n 1228 644 l 1\n 1154 635 1134 622 1121 573 c 1\n 991 96 l 1\n 977 46 987 30 1053 25 c 1\n 1053 0 l 1\n -24 0 l 1\n -24 25 l 1\n 45 31 73 46 87 96 c 1\n 217 573 l 1\n 230 622 219 635 151 644 c 1\n 152 669 l 1\n 489 669 l 1\n 488 644 l 1\n 413 636 392 622 379 573 c 1\n 235 47 l 1\n 445 47 l 1\n 589 573 l 1\n 602 622 589 636 518 644 c 1\n 519 669 l 1\n 859 669 l 1\n 858 644 l 1\n 784 635 764 622 751 573 c 1\n 607 47 l 1\nEndSplineSet\nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 596\nWidth: 1209\nFlags: HW\nHStem: 0 47<236 446 608 800> 649 20<153 490 490 490 520 860 860 860 890 1230 1230 1230>\nFore\n800 0 m 2\n -24 0 l 1\n -23 25 l 1\n 46 31 74 46 88 96 c 1\n 218 573 l 1\n 231 622 220 635 152 644 c 1\n 153 669 l 1\n 490 669 l 1\n 489 644 l 1\n 414 636 393 622 380 573 c 1\n 236 47 l 1\n 446 47 l 1\n 590 573 l 1\n 603 622 590 636 519 644 c 1\n 520 669 l 1\n 860 669 l 1\n 859 644 l 1\n 785 635 765 622 752 573 c 1\n 608 47 l 1\n 816 47 l 1\n 960 573 l 1\n 973 622 960 636 889 644 c 1\n 890 669 l 1\n 1230 669 l 1\n 1229 644 l 1\n 1155 635 1135 622 1122 573 c 1\n 994 105 l 1\n 980 55 996 39 1063 34 c 1\n 1008 -167 l 1\n 984 -167 l 1\n 987 -104 983 -77 968 -52 c 0\n 947 -17 892 0 800 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 597\nWidth: 796\nFlags: HW\nHStem: 0 35<348.5 382> 357 35 468 21<50 79 50 50>\nFore\n60 0 m 1\n 59 25 l 1\n 131 31 156 47 176 117 c 1\n 318 637 l 1\n 193 633 128 587 79 468 c 1\n 50 468 l 1\n 108 669 l 1\n 571 669 l 1\n 570 644 l 1\n 488 634 478 632 458 559 c 1\n 414 392 l 1\n 548 391 581 388 621 370 c 0\n 693 339 714 259 693 182 c 0\n 662 66 549 0 382 0 c 2\n 60 0 l 1\n325 70 m 1\n 318 47 332 35 365 35 c 0\n 448 35 493 79 523 187 c 0\n 540 250 544 307 525 330 c 1\n 506 350 475 357 404 357 c 1\n 325 70 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 598\nWidth: 1060\nFlags: HW\nHStem: 0 25<-24 -24> 0 35<264.5 298> 357 35 645 25<147 147 731 731 1081 1081>\nVStem: 731 350<645 670>\nFore\n487 669 m 1\n 486 644 l 1\n 404 634 394 632 374 559 c 1\n 330 392 l 1\n 464 391 497 388 537 370 c 0\n 609 339 630 259 609 182 c 0\n 578 66 465 0 298 0 c 2\n -24 0 l 1\n -24 25 l 1\n 48 31 74 47 92 117 c 1\n 206 553 l 2\n 222 615 215 635 170 641 c 0\n 167 641 158 643 147 645 c 1\n 147 670 l 1\n 487 669 l 1\n241 70 m 1\n 234 47 248 35 281 35 c 0\n 364 35 409 79 439 187 c 0\n 456 250 460 307 441 330 c 1\n 422 350 391 357 320 357 c 1\n 241 70 l 1\n679 96 m 2\n 805 574 l 1\n 818 625 802 640 731 645 c 1\n 731 670 l 1\n 1081 670 l 1\n 1081 645 l 1\n 1006 642 980 626 967 574 c 1\n 841 96 l 1\n 827 44 835 30 909 25 c 1\n 910 0 l 1\n 560 0 l 1\n 559 25 l 1\n 636 32 666 46 679 96 c 2\nEndSplineSet\nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 599\nWidth: 712\nFlags: HW\nHStem: 0 25<-24 -24> 0 35<264.5 298> 357 35 640 29<173.5 175>\nFore\n330 392 m 1\n 464 391 497 388 537 370 c 0\n 609 339 630 259 609 182 c 0\n 578 66 465 0 298 0 c 2\n -24 0 l 1\n -24 25 l 1\n 48 31 72 47 92 117 c 1\n 211 552 l 2\n 228 614 220 634 175 640 c 0\n 172 640 162 642 152 644 c 1\n 153 669 l 1\n 487 669 l 1\n 486 644 l 1\n 404 634 394 632 374 559 c 1\n 330 392 l 1\n241 70 m 1\n 234 47 248 35 281 35 c 0\n 364 35 409 79 439 187 c 0\n 456 250 460 307 441 330 c 1\n 422 350 391 357 320 357 c 1\n 241 70 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 600\nWidth: 732\nFlags: HW\nHStem: -19 48<211 258> 326 47<269 508> 454 21<99 124 99 99> 658 32 668 20<163 190 190 190>\nFore\n256 326 m 1\n 269 373 l 1\n 520 373 l 1\n 565 559 528 658 414 658 c 0\n 367 658 319 640 266 602 c 0\n 212 563 180 530 124 454 c 1\n 99 454 l 1\n 163 688 l 1\n 190 688 l 1\n 195 653 203 642 222 642 c 0\n 231 642 247 646 272 656 c 0\n 337 680 388 691 436 691 c 0\n 635 691 742 537 686 333 c 0\n 630 127 443 -19 236 -19 c 0\n 165 -19 111 -2 66 35 c 0\n 40 57 23 77 -8 127 c 1\n 29 152 l 1\n 71 90 96 66 140 47 c 0\n 166 35 197 29 225 29 c 0\n 291 29 364 64 407 116 c 0\n 448 166 482 234 508 326 c 1\n 256 326 l 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 601\nWidth: 1195\nFlags: HW\nHStem: -18 34<636.5 695> 0 25<-24 -24 313 313> 326 47<325 438> 644 25<152 152 489 489> 651 34<808 870.5>\nVStem: -24 337<0 25> 152 337<644 669> 422 144<149.5 188> 942 144<471 520.5>\nFore\n438 326 m 1\n 312 326 l 1\n 249 96 l 1\n 236 47 242 33 313 25 c 1\n 313 0 l 1\n -24 0 l 1\n -24 25 l 1\n 48 34 74 47 87 96 c 1\n 218 573 l 2\n 232 623 218 638 152 644 c 1\n 152 669 l 1\n 489 669 l 1\n 489 644 l 1\n 418 639 394 623 380 573 c 2\n 325 373 l 1\n 453 373 l 1\n 488 465 551 552 629 609 c 0\n 697 659 771 685 844 685 c 0\n 983 685 1086 587 1086 454 c 0\n 1086 308 1004 149 880 58 c 0\n 813 8 737 -18 658 -18 c 0\n 517 -18 422 78 422 221 c 0\n 422 255 428 291 438 326 c 1\n840 651 m 0\n 776 651 723 610 672 520 c 0\n 617 424 566 239 566 137 c 0\n 566 63 605 16 668 16 c 0\n 722 16 767 46 813 113 c 0\n 880 211 942 411 942 531 c 0\n 942 603 901 651 840 651 c 0\nEndSplineSet\nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 602\nWidth: 821\nFlags: HW\nHStem: 0 25<-23 -15 -23 -23> 306 33 635 34<527 547.5> 644 25<842 842>\nFore\n-24 25 m 1\n -6 25 16 31 30 44 c 1\n 307 322 l 1\n 253 341 231 354 210 379 c 0\n 189 406 184 446 196 491 c 0\n 227 606 344 669 527 669 c 2\n 842 669 l 1\n 842 644 l 1\n 766 639 748 624 729 552 c 1\n 610 117 l 2\n 590 44 590 34 665 25 c 1\n 666 0 l 1\n 328 0 l 1\n 327 25 l 1\n 408 35 428 46 448 117 c 1\n 499 306 l 1\n 472 306 l 1\n 182 0 l 1\n -23 0 l 1\n -24 25 l 1\n578 593 m 1\n 579 599 580 614 578 620 c 0\n 575 630 560 635 535 635 c 0\n 443 635 394 592 366 487 c 0\n 348 423 353 384 379 363 c 0\n 400 346 432 339 508 338 c 1\n 578 593 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 603\nWidth: 500\nFlags: HW\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 604\nWidth: 500\nFlags: HW\nHStem: -14 31<137.5 196> 442 31<258 313> 587 85 670 20<534 556 556 556>\nFore\n305 672 m 1\n 486 673 l 2\n 512 673 534 690 534 690 c 1\n 556 690 l 1\n 531 626 462 587 414 587 c 2\n 266 587 l 2\n 184 587 138 464 101 394 c 1\n 156 443 224 473 292 473 c 0\n 421 473 488 369 450 229 c 0\n 412 90 288 -14 159 -14 c 0\n 28 -14 -44 60 22 296 c 0\n 39 359 123 650 305 672 c 1\n284 442 m 0\n 222 442 190 390 142 214 c 0\n 102 68 108 17 167 17 c 0\n 225 17 259 69 302 223 c 0\n 346 387 342 442 284 442 c 0\nEndSplineSet\nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 605\nWidth: 444\nFlags: HW\nHStem: -13 48<158 216> 419 42\nVStem: 5 118<92 133> 301 87 324 63<357.5 400.5>\nFore\n296 232 m 1\n 350 231 388 199 388 130 c 0\n 388 51 276 -13 156 -13 c 0\n 0 -13 5 50 5 134 c 0\n 5 299 149 462 293 462 c 0\n 354 462 387 426 387 375 c 0\n 387 340 360 256 296 232 c 1\n137 183 m 1\n 129 165 123 141 123 125 c 0\n 123 55 141 35 175 35 c 0\n 306 35 365 203 207 203 c 0\n 188 203 158 193 137 183 c 1\n151 229 m 1\n 162 231 183 238 190 241 c 0\n 267 272 324 314 324 390 c 0\n 324 412 296 419 277 419 c 0\n 247 419 201 353 151 229 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 606\nWidth: 389\nFlags: HW\nVStem: 1 115\nFore\n150 51 m 0\n 193 51 224 74 272 141 c 1\n 300 123 l 1\n 265 73 249 54 223 32 c 0\n 189 3 146 -13 102 -13 c 0\n 18 -13 -21 44 12 119 c 0\n 32 164 78 213 163 278 c 0\n 220 323 230 322 238 345 c 0\n 248 372 245 398 213 398 c 0\n 170 398 139 375 91 308 c 1\n 63 326 l 1\n 98 376 114 395 140 417 c 0\n 174 446 217 462 261 462 c 0\n 342 462 373 412 339 336 c 0\n 315 282 289 253 188 175 c 0\n 131 130 132 130 121 105 c 0\n 108 75 118 51 150 51 c 0\nEndSplineSet\nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 607\nWidth: 534\nFlags: HW\nHStem: -14 31<145 203.5> 442 31<260 320> 597 78<361 410>\nVStem: 440 73\nFore\n418 675 m 0\n 583 675 490 359 473 296 c 0\n 409 60 297 -14 166 -14 c 0\n 37 -14 -31 90 7 229 c 0\n 45 369 170 473 299 473 c 0\n 367 473 400 461 427 412 c 1\n 442 480 467 597 353 597 c 0\n 290 597 263 577 205 537 c 1\n 174 584 l 1\n 246 644 304 675 418 675 c 0\n289 442 m 0\n 231 442 197 387 153 223 c 0\n 110 69 116 17 174 17 c 0\n 233 17 267 68 307 214 c 0\n 355 390 351 442 289 442 c 0\nEndSplineSet\nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 608\nWidth: 444\nFlags: HW\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 609\nWidth: 1051\nFlags: HW\nHStem: -13 33<118 139> 0 21<379 498 379 379> 194 48<390 435 565 608> 398 64 429 33<863 884>\nVStem: 3 120<89 97.5> 272 128<299.5 335> 602 128<114 147.5> 879 120<351.5 360>\nFore\n608 194 m 1\n 553 194 l 1\n 498 0 l 1\n 379 0 l 1\n 435 194 l 1\n 375 194 l 1\n 328 80 221 -13 115 -13 c 0\n 49 -13 3 24 3 77 c 0\n 3 118 29 147 65 147 c 0\n 98 147 123 125 123 95 c 0\n 123 83 119 72 110 56 c 0\n 104 47 102 41 102 37 c 0\n 102 27 112 20 124 20 c 0\n 154 20 184 44 210 91 c 0\n 246 156 272 246 272 308 c 0\n 272 362 242 398 199 398 c 128\n 156 398 125 375 77 308 c 1\n 49 326 l 1\n 84 376 100 395 126 417 c 0\n 160 446 203 462 247 462 c 0\n 337 462 400 400 400 311 c 0\n 400 288 396 265 390 242 c 1\n 445 242 l 1\n 506 449 l 1\n 629 449 l 1\n 565 242 l 1\n 621 242 l 1\n 664 363 776 462 887 462 c 0\n 953 462 999 425 999 372 c 0\n 999 331 973 302 937 302 c 0\n 904 302 879 324 879 354 c 0\n 879 366 883 377 892 393 c 0\n 898 402 900 408 900 412 c 0\n 900 422 890 429 878 429 c 0\n 848 429 818 405 792 358 c 0\n 756 293 730 203 730 141 c 0\n 730 87 760 51 803 51 c 128\n 846 51 877 74 925 141 c 1\n 953 123 l 1\n 918 73 902 54 876 32 c 0\n 842 3 799 -13 755 -13 c 0\n 665 -13 602 49 602 138 c 0\n 602 157 604 175 608 194 c 1\nEndSplineSet\nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 610\nWidth: 408\nFlags: HW\nHStem: -14 50<81 141.5> 220 40<126 155> 440 33<239 243.5>\nVStem: 236 125<116.5 172.5> 284 111<345.5 398.5>\nFore\n108 36 m 0\n 175 36 236 76 236 157 c 0\n 236 188 222 220 155 220 c 2\n 115 220 l 1\n 126 260 l 1\n 168 260 l 2\n 240 260 284 309 284 382 c 0\n 284 415 265 440 222 440 c 0\n 158 440 120 394 85 326 c 1\n 60 326 l 1\n 100 471 l 1\n 122 471 l 1\n 124 456 129 451 141 451 c 0\n 147 451 157 453 175 458 c 0\n 211 469 228 473 250 473 c 0\n 330 473 395 437 395 372 c 0\n 395 299 337 251 308 243 c 1\n 332 236 361 219 361 170 c 0\n 361 30 226 -14 111 -14 c 0\n 6 -14 -10 45 -23 91 c 1\n 9 113 l 1\n 27 68 54 36 108 36 c 0\nEndSplineSet\nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 611\nWidth: 556\nFlags: HW\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 612\nWidth: 556\nFlags: HW\nRef: 728 728 N 1 0 0 1 114 0\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 613\nWidth: 534\nFlags: HW\nHStem: 0 24 213 48 396 74\nFore\n171 214 m 1\n 113 0 l 1\n -6 0 l 1\n 86 328 l 2\n 95 360 98 372 96 382 c 0\n 92 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 176 447 240 461 c 1\n 184 261 l 1\n 205 261 l 2\n 238 261 277 330 300 368 c 0\n 314 390 363 470 440 470 c 0\n 496 470 501 447 501 410 c 0\n 501 380 473 361 442 361 c 0\n 400 361 414 396 388 396 c 0\n 351 396 329 271 267 243 c 1\n 296 242 332 228 341 200 c 1\n 399 39 l 2\n 404 26 413 24 424 24 c 1\n 418 0 l 1\n 270 0 l 1\n 214 168 l 1\n 214 168 202 214 181 214 c 2\n 171 214 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 614\nWidth: 637\nFlags: HW\nHStem: -10 92<49.5 77> 400 49 429 20<453 573 573 573>\nFore\n440 400 m 1\n 294 399 272 250 260 206 c 0\n 228 92 214 -10 64 -10 c 0\n 35 -10 -3 0 7 34 c 0\n 14 62 33 82 62 82 c 0\n 92 82 90 55 113 55 c 0\n 166 55 189 167 201 209 c 1\n 229 298 l 1\n 255 388 326 449 453 449 c 2\n 573 449 l 1\n 492 163 l 1\n 492 163 467 86 467 76 c 128\n 467 66 473 59 481 59 c 0\n 498 59 511 73 551 135 c 1\n 573 122 l 1\n 515 25 473 -9 414 -9 c 0\n 372 -9 346 14 346 51 c 0\n 346 77 349 83 363 132 c 2\n 440 400 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 615\nWidth: 859\nFlags: HW\nHStem: -18 21<367 399 367 367> -10 92<49.5 77> 429 20<433 467 467 467 642 795 795 795>\nFore\n355 378 m 1\n 282 335 269 240 260 206 c 0\n 228 92 214 -10 64 -10 c 0\n 35 -10 -3 0 7 34 c 0\n 14 62 33 82 62 82 c 0\n 92 82 90 55 113 55 c 0\n 166 55 189 167 201 209 c 1\n 229 298 l 1\n 255 388 306 449 433 449 c 2\n 467 449 l 1\n 475 182 l 1\n 642 449 l 1\n 795 449 l 1\n 714 163 l 1\n 714 163 689 86 689 76 c 128\n 689 66 695 59 703 59 c 0\n 720 59 733 73 773 135 c 1\n 795 122 l 1\n 737 25 695 -9 636 -9 c 0\n 594 -9 568 14 568 51 c 0\n 568 77 571 83 585 132 c 2\n 662 400 l 1\n 399 -18 l 1\n 367 -18 l 1\n 355 378 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 616\nWidth: 560\nFlags: HW\nHStem: 0 21<-6 113 -6 -6> 194 48<180 298> 429 20<373 496 496 496>\nFore\n166 194 m 1\n 113 0 l 1\n -6 0 l 1\n 50 204 l 2\n 83 324 96 371 96 382 c 0\n 96 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 174 447 238 461 c 1\n 180 242 l 1\n 312 242 l 1\n 373 449 l 1\n 496 449 l 1\n 412 163 l 1\n 394 109 387 86 387 76 c 128\n 387 66 393 59 401 59 c 0\n 418 59 431 73 471 135 c 1\n 493 122 l 1\n 435 25 393 -9 334 -9 c 0\n 292 -9 266 14 266 51 c 0\n 266 77 278 134 294 182 c 2\n 298 194 l 1\n 166 194 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 617\nWidth: 500\nFlags: HW\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 618\nWidth: 556\nFlags: HW\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 619\nWidth: 500\nFlags: HW\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 620\nWidth: 444\nFlags: HW\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 621\nWidth: 778\nFlags: HW\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 622\nWidth: 444\nFlags: HW\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 623\nWidth: 764\nFlags: HW\nHStem: -205 31<159 181> -13 35<422.5 432.5> 408 35<278.5 288.5> 669 29<570.5 593>\nVStem: 1 125 61 101<-125.5 -111.5> 585 125 589 100<602.5 619>\nFore\n254 15 m 2\n 269 83 l 1\n 210 0 166 -32 109 -32 c 0\n 43 -32 1 15 1 89 c 0\n 1 262 143 443 278 443 c 0\n 299 443 321 436 356 418 c 1\n 374 481 364 444 364 449 c 1\n 393 550 412 591 454 637 c 0\n 490 676 538 698 590 698 c 0\n 650 698 689 667 689 618 c 0\n 689 587 668 565 638 565 c 0\n 611 565 589 587 589 614 c 0\n 589 624 592 633 600 645 c 0\n 604 651 605 654 605 656 c 0\n 605 664 598 669 588 669 c 0\n 553 669 522 619 497 520 c 2\n 479 449 l 1\n 457 359 l 1\n 494 414 545 462 602 462 c 0\n 668 462 710 415 710 341 c 0\n 710 168 568 -13 433 -13 c 0\n 412 -13 388 -6 361 14 c 1\n 328 -89 310 -126 270 -162 c 0\n 239 -191 202 -205 160 -205 c 0\n 100 -205 61 -174 61 -126 c 0\n 61 -97 85 -72 113 -72 c 0\n 138 -72 162 -96 162 -120 c 0\n 162 -131 158 -143 150 -154 c 0\n 147 -158 146 -161 146 -163 c 0\n 146 -169 154 -174 164 -174 c 0\n 204 -174 221 -133 254 15 c 2\n165 39 m 0\n 191 37 224 62 249 101 c 0\n 265 125 275 153 299 235 c 0\n 326 326 334 356 334 372 c 0\n 334 392 317 408 295 408 c 0\n 262 408 229 380 198 326 c 0\n 162 261 130 161 126 96 c 0\n 124 64 139 41 165 39 c 0\n546 391 m 0\n 520 393 487 368 462 329 c 0\n 446 305 436 277 412 195 c 0\n 385 104 377 74 377 58 c 0\n 377 38 394 22 416 22 c 0\n 449 22 482 50 513 104 c 0\n 549 169 581 269 585 334 c 0\n 587 366 572 389 546 391 c 0\nEndSplineSet\nMinimumDistance: x35,-1 \nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 624\nWidth: 500\nFlags: HW\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 625\nWidth: 556\nFlags: HW\nHStem: 429 20<370 488 488 488>\nVStem: 15 119\nFore\n380 0 m 1\n 364 -7 348 -9 331 -9 c 0\n 287 -9 266 11 266 51 c 0\n 266 79 272 106 290 161 c 1\n 187 17 157 -9 90 -9 c 0\n 41 -9 15 16 15 65 c 0\n 15 89 22 125 36 173 c 1\n 76 306 l 2\n 85 335 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 149 154 l 2\n 136 111 134 103 134 88 c 0\n 134 71 141 63 155 63 c 0\n 175 63 197 80 228 118 c 0\n 285 190 314 256 370 449 c 1\n 488 449 l 1\n 410 181 l 1\n 385 86 385 86 385 76 c 0\n 385 67 391 59 399 59 c 0\n 416 59 436 80 471 133 c 1\n 492 120 l 1\n 468 78 443 47 418 26 c 0\n 406 15 437 -31 420 -61 c 0\n 393 -106 304 -122 304 -122 c 1\n 291 -102 l 1\n 327 -78 357 -67 378 -26 c 0\n 382 -16 380 -10 380 0 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 626\nWidth: 556\nFlags: HW\nHStem: 429 20<370 488 488 488>\nVStem: 54 119\nFore\n471 133 m 1\n 492 120 l 1\n 440 31 391 -9 331 -9 c 0\n 287 -9 266 11 266 51 c 0\n 266 79 311 239 329 294 c 1\n 226 150 196 124 129 124 c 0\n 80 124 54 149 54 198 c 0\n 54 222 61 258 75 306 c 1\n 81 328 l 2\n 89 357 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 188 287 l 1\n 175 244 173 236 173 221 c 0\n 173 204 180 196 194 196 c 0\n 214 196 236 213 267 251 c 0\n 324 323 333 323 370 449 c 1\n 488 449 l 1\n 410 181 l 1\n 385 86 385 86 385 76 c 0\n 385 67 391 59 399 59 c 0\n 416 59 436 80 471 133 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 627\nWidth: 806\nFlags: HW\nHStem: 429 20<370 488 488 488 620 738 738 738>\nVStem: 15 119\nFore\n340 -9 m 0\n 296 -9 266 11 266 51 c 0\n 266 79 272 106 290 161 c 1\n 187 17 157 -9 90 -9 c 0\n 41 -9 15 16 15 65 c 0\n 15 89 22 125 36 173 c 1\n 76 306 l 2\n 85 335 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 149 154 l 2\n 136 111 134 103 134 88 c 0\n 134 71 141 63 155 63 c 0\n 175 63 197 80 228 118 c 0\n 285 190 314 256 370 449 c 1\n 488 449 l 1\n 410 181 l 1\n 385 86 388 95 388 85 c 0\n 388 68 391 63 405 63 c 0\n 425 63 447 80 478 118 c 0\n 535 190 564 256 620 449 c 1\n 738 449 l 1\n 660 181 l 1\n 635 86 635 86 635 76 c 0\n 635 67 641 59 649 59 c 0\n 666 59 686 80 721 133 c 1\n 742 120 l 1\n 690 31 641 -9 581 -9 c 0\n 537 -9 516 11 516 51 c 0\n 516 79 522 106 540 161 c 1\n 437 17 407 -9 340 -9 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 628\nWidth: 806\nFlags: HW\nHStem: 429 20<370 488 488 488 620 738 738 738>\nVStem: 15 119\nFore\n581 -9 m 0\n 537 -9 516 11 516 51 c 0\n 516 79 522 106 540 161 c 1\n 437 17 407 -9 340 -9 c 0\n 296 -9 266 11 266 51 c 0\n 266 79 272 106 290 161 c 1\n 187 17 157 -9 90 -9 c 0\n 41 -9 15 16 15 65 c 0\n 15 89 22 125 36 173 c 1\n 76 306 l 2\n 85 335 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 149 154 l 2\n 136 111 134 103 134 88 c 0\n 134 71 141 63 155 63 c 0\n 175 63 197 80 228 118 c 0\n 285 190 314 256 370 449 c 1\n 488 449 l 1\n 410 181 l 1\n 385 86 388 95 388 85 c 0\n 388 68 391 63 405 63 c 0\n 425 63 447 80 478 118 c 0\n 535 190 564 256 620 449 c 1\n 738 449 l 1\n 660 181 l 1\n 635 86 635 86 635 76 c 0\n 635 67 641 59 649 59 c 0\n 666 59 686 80 721 133 c 1\n 742 120 l 1\n 718 78 693 47 668 26 c 0\n 656 15 687 -31 670 -61 c 0\n 643 -106 554 -122 554 -122 c 1\n 541 -102 l 1\n 577 -78 607 -67 628 -26 c 0\n 632 -16 630 -10 630 0 c 1\n 614 -7 598 -9 581 -9 c 0\nEndSplineSet\nMinimumDistance: x24,-1 \nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 629\nWidth: 591\nFlags: HW\nHStem: -13 48<314 372> 219 56 372 100\nVStem: 161 118<92 133> 469 74\nFore\n311 388 m 1\n 182 308 174 390 110 368 c 1\n 81 362 64 338 47 292 c 1\n 19 295 l 1\n 62 457 l 1\n 208 504 173 426 274 426 c 0\n 309 426 312 428 404 462 c 1\n 430 435 l 1\n 404 411 368 367 311 240 c 1\n 327 255 373 276 418 275 c 0\n 493 274 544 236 543 138 c 128\n 542 40 432 -13 312 -13 c 0\n 156 -13 161 50 161 134 c 0\n 161 234 238 325 311 388 c 1\n295 190 m 1\n 287 172 279 141 279 125 c 0\n 279 55 297 35 331 35 c 0\n 462 35 539 219 381 219 c 0\n 362 219 312 203 295 190 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 630\nWidth: 744\nFlags: HW\nHStem: -13 48<163 221> 220 56 407 27<22 22 463 463>\nVStem: 15 113 317 78\nFore\n658 141 m 1\n 680 127 l 1\n 610 22 573 -9 513 -9 c 0\n 472 -9 444 17 444 54 c 0\n 444 67 449 95 457 123 c 1\n 515 338 l 1\n 519 355 522 370 522 378 c 0\n 522 399 506 407 463 407 c 1\n 463 434 l 1\n 541 440 611 450 665 462 c 1\n 574 128 l 2\n 571 116 565 82 565 76 c 0\n 565 68 572 61 580 61 c 0\n 595 61 618 82 644 121 c 2\n 658 141 l 1\n30 204 m 1\n 63 324 76 371 76 382 c 0\n 76 401 64 406 22 407 c 1\n 22 434 l 1\n 78 436 154 447 218 461 c 1\n 159 241 l 1\n 175 261 221 277 266 276 c 0\n 341 275 395 241 395 143 c 0\n 395 44 281 -13 161 -13 c 1\n -28 1 14 138 30 204 c 1\n143 191 m 1\n 135 173 128 141 128 125 c 0\n 128 55 146 35 180 35 c 0\n 311 35 387 220 229 220 c 0\n 210 220 160 204 143 191 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 631\nWidth: 444\nFlags: HW\nHStem: -13 48<163 221> 221 56\nVStem: 15 113 318 77\nFore\n30 204 m 1\n 63 324 76 371 76 382 c 0\n 76 401 64 406 22 407 c 1\n 22 434 l 1\n 78 436 154 447 218 461 c 1\n 160 242 l 1\n 176 262 222 278 267 277 c 0\n 342 276 395 241 395 143 c 0\n 395 44 281 -13 161 -13 c 1\n -28 1 14 138 30 204 c 1\n144 192 m 1\n 136 174 128 141 128 125 c 0\n 128 55 146 35 180 35 c 0\n 311 35 388 221 230 221 c 0\n 211 221 161 205 144 192 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 632\nWidth: 451\nFlags: HW\nHStem: -13 33<110 131> 194 48<139 245> 398 64\nVStem: -5 120<89 97.5> 264 128<298 335>\nFore\n245 194 m 1\n 125 194 l 1\n 139 242 l 1\n 257 242 l 1\n 262 266 264 288 264 308 c 0\n 264 362 234 398 191 398 c 128\n 148 398 117 375 69 308 c 1\n 41 326 l 1\n 76 376 92 395 118 417 c 0\n 152 446 195 462 239 462 c 0\n 329 462 392 400 392 311 c 0\n 392 151 248 -13 107 -13 c 0\n 41 -13 -5 24 -5 77 c 0\n -5 118 21 147 57 147 c 0\n 90 147 115 125 115 95 c 0\n 115 83 111 72 102 56 c 0\n 96 47 94 41 94 37 c 0\n 94 27 104 20 116 20 c 0\n 146 20 176 44 202 91 c 0\n 219 122 234 158 245 194 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 633\nWidth: 765\nFlags: HW\nHStem: -13 29<415 447.5> 0 21<-6 113 -6 -6> 194 48<180 268> 433 29<524 554.5>\nVStem: 262 119<92.5 117> 587 119<341 355>\nFore\n268 194 m 1\n 166 194 l 1\n 113 0 l 1\n -6 0 l 1\n 50 204 l 2\n 83 324 96 371 96 382 c 0\n 96 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 174 447 238 461 c 1\n 180 242 l 1\n 281 242 l 1\n 324 365 434 462 549 462 c 0\n 640 462 706 399 706 311 c 0\n 706 142 570 -13 421 -13 c 0\n 329 -13 262 50 262 135 c 0\n 262 155 264 175 268 194 c 1\n540 433 m 0\n 508 433 479 410 453 364 c 0\n 418 302 381 156 381 78 c 0\n 381 40 400 16 430 16 c 0\n 465 16 495 45 524 107 c 0\n 556 177 587 307 587 375 c 0\n 587 411 569 433 540 433 c 0\nEndSplineSet\nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 634\nWidth: 594\nFlags: HW\nHStem: -10 92<49.5 77> 197 38<289 334> 408 41<321 333>\nFore\n200 207 m 1\n 154 217 131 221 107 253 c 0\n 91 275 86 291 94 321 c 0\n 115 398 205 449 321 449 c 2\n 530 449 l 1\n 444 163 l 1\n 444 163 419 86 419 76 c 128\n 419 66 425 59 433 59 c 0\n 450 59 463 73 503 135 c 1\n 525 122 l 1\n 467 25 425 -9 366 -9 c 0\n 324 -9 298 14 298 51 c 0\n 298 77 301 83 315 132 c 2\n 334 197 l 1\n 257 197 l 1\n 227 86 210 -10 64 -10 c 0\n 35 -10 -3 0 7 34 c 0\n 14 62 33 82 62 82 c 0\n 92 82 90 55 113 55 c 0\n 166 55 188 165 200 207 c 1\n344 235 m 1\n 384 367 l 2\n 393 397 348 408 318 408 c 0\n 263 408 234 377 219 323 c 0\n 199 255 218 235 289 235 c 2\n 344 235 l 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 635\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 108 -4\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 636\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 525 130<154.208 167 373 379>\nVStem: 5 130<124 147> 101 130<578.399 591> 305.09 92.9102<375 395> 313 130<578.399 591>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 46 0\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 637\nWidth: 494\nFlags: W\nHStem: 0 21G<58 299> 424 37<196 226 366.063 399.844>\nDStem: 227 424 366 424 134 84 272 81\nFore\n531 461 m 1\n 499 319 l 1\n 473 319 l 1\n 474 414 447 424 366 424 c 1\n 272 81 l 2\n 262 44 270 29 306 24 c 1\n 299 0 l 1\n 58 0 l 1\n 65 24 l 1\n 112 33 122 42 134 84 c 1\n 227 424 l 1\n 141 424 113 414 62 319 c 1\n 36 319 l 1\n 82 461 l 1\n 531 461 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 638\nWidth: 458\nFlags: W\nHStem: 0 21G<-42 199> 429 32<267.125 324.23>\nDStem: 115 380 267 429 34 84 172 81\nFore\n233 516 m 1\n 184 516 l 1\n 306 647 l 2\n 341 685 358 697 376 697 c 0\n 402 697 424 675 424 650 c 0\n 424 631 415 620 385 603 c 2\n 233 516 l 1\n486 461 m 1\n 454 319 l 1\n 428 319 l 1\n 429 414 408 430 267 429 c 1\n 172 81 l 2\n 162 44 170 29 206 24 c 1\n 199 0 l 1\n -42 0 l 1\n -35 24 l 1\n 12 33 22 42 34 84 c 1\n 115 380 l 2\n 125 417 116 433 83 437 c 1\n 90 461 l 1\n 486 461 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 639\nWidth: 444\nFlags: W\nHStem: 216 40<174 306> 442 30.0799<306 317>\nFore\n173 256 m 1\n 317 256 l 1\n 306 216 l 1\n 166 216 l 1\n 153 115 186 53 260 53 c 0\n 301 53 331 67 379 109 c 1\n 392 91 l 1\n 314 17 249 -14 172 -14 c 0\n 48 -14 -15 85 23 223 c 0\n 63 367 192 473 328 473 c 0\n 416 473 469 425 453 363 c 0\n 442 324 409 300 367 300 c 0\n 330 300 319 323 331 372 c 0\n 342 414 342 414 340 423 c 0\n 337 434 324 442 308 442 c 0\n 256 442 207 379 179 276 c 1\n 173 256 l 1\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 640\nWidth: 389\nFlags: W\nHStem: -13 30<125 133> 429 32.9762<184 198>\nVStem: 47.0031 94.9969<336 376> 182.99 96.0095<71 119>\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 641\nWidth: 278\nFlags: W\nHStem: 550 135<183.109 204>\nVStem: 128 135<615 621>\nDStem: 73 338 223 462 15 123 132 128\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 642\nWidth: 278\nFlags: W\nHStem: 512 130<93.208 106 312 318>\nVStem: 40 130<565.399 578> 252 130<565.399 578>\nDStem: 73 338 223 462 15 123 132 128\nRef: 305 305 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -15 -13\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 643\nWidth: 278\nFlags: W\nHStem: -207 31<-89 -77> 550 135<199.109 212>\nVStem: -189 98<-131 -124> 144 135<609 625>\nDStem: 81 310 239 462 -11 -45 125 24\nRef: 106 106 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 644\nWidth: 637\nFlags: W\nHStem: -10 92<53 69> 400 48.6673<437 439>\nDStem: 440 400 573 449 363 132 492 163\nFore\n440 400 m 1\n 294 399 272 250 260 206 c 0\n 228 92 214 -10 64 -10 c 0\n 35 -10 -3 0 7 34 c 0\n 14 62 33 82 62 82 c 0\n 92 82 90 55 113 55 c 0\n 166 55 189 167 201 209 c 1\n 229 298 l 1\n 255 388 326 449 453 449 c 2\n 573 449 l 1\n 492 163 l 1\n 492 163 467 86 467 76 c 128\n 467 66 473 59 481 59 c 0\n 498 59 511 73 551 135 c 1\n 573 122 l 1\n 515 25 473 -9 414 -9 c 0\n 372 -9 346 14 346 51 c 0\n 346 77 349 83 363 132 c 2\n 440 400 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 645\nWidth: 556\nFlags: W\nHStem: 0 21G<-6 113> 194 48<181 297>\nDStem: 50 204 166 194 -6 0 113 0 373 449 496 449 312 242 412 163\nFore\n166 194 m 1\n 113 0 l 1\n -6 0 l 1\n 50 204 l 2\n 83 324 96 371 96 382 c 0\n 96 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 174 447 238 461 c 1\n 180 242 l 1\n 312 242 l 1\n 373 449 l 1\n 496 449 l 1\n 412 163 l 1\n 394 109 387 86 387 76 c 128\n 387 66 393 59 401 59 c 0\n 418 59 431 73 471 135 c 1\n 493 122 l 1\n 435 25 393 -9 334 -9 c 0\n 292 -9 266 14 266 51 c 0\n 266 77 278 134 294 182 c 2\n 298 194 l 1\n 166 194 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 646\nWidth: 494\nFlags: W\nHStem: 0 21G<58 299> 424 37<196 226 366.063 399.844>\nDStem: 227 424 366 424 134 84 272 81\nFore\n531 461 m 1\n 499 319 l 1\n 473 319 l 1\n 474 414 447 424 366 424 c 1\n 272 81 l 2\n 262 44 270 29 306 24 c 1\n 299 0 l 1\n 58 0 l 1\n 65 24 l 1\n 112 33 122 42 134 84 c 1\n 227 424 l 1\n 141 424 113 414 62 319 c 1\n 36 319 l 1\n 82 461 l 1\n 531 461 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 647\nWidth: 558\nFlags: W\nHStem: 0 24.3931<417 418> 213.437 47.5635<185 186> 361 109<452 458>\nDStem: 86 328 171 214 -6 0 113 0\nFore\n171 214 m 1\n 113 0 l 1\n -6 0 l 1\n 86 328 l 2\n 95 360 98 372 96 382 c 0\n 92 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 176 447 240 461 c 1\n 184 261 l 1\n 205 261 l 2\n 238 261 290 330 313 368 c 0\n 327 390 376 470 453 470 c 0\n 509 470 514 447 514 410 c 0\n 514 380 486 361 455 361 c 0\n 413 361 427 396 401 396 c 0\n 364 396 329 271 267 243 c 1\n 296 242 332 228 341 200 c 1\n 399 39 l 2\n 404 26 413 24 424 24 c 1\n 418 0 l 1\n 270 0 l 1\n 214 168 l 1\n 214 168 202 214 181 214 c 2\n 171 214 l 1\n188 516 m 1\n 139 516 l 1\n 261 647 l 2\n 296 685 313 697 331 697 c 0\n 357 697 379 675 379 650 c 0\n 379 631 370 620 340 603 c 2\n 188 516 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 648\nWidth: 556\nFlags: W\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 117 117 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 155 -4\nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 649\nWidth: 444\nFlags: W\nHStem: -205 115<-43 -33> 516 72<258 275> 658 20G<122 165 399 438>\nVStem: 273 119<397 408>\nFore\n399 678 m 1\n 438 678 l 1\n 420 574 356 516 259 516 c 0\n 166 516 122 564 122 665 c 2\n 122 678 l 1\n 165 678 l 1\n 171 617 204 588 267 588 c 0\n 332 588 368 612 399 678 c 1\n14 411 m 1\n 14 438 l 1\n 79 444 115 450 163 462 c 1\n 181 415 207 303 229 185 c 1\n 241 110 l 1\n 310 243 328 285 328 315 c 0\n 328 328 322 336 304 350 c 0\n 280 368 273 380 273 404 c 0\n 273 435 300 462 330 462 c 0\n 363 462 392 432 392 398 c 0\n 392 297 273 60 143 -99 c 0\n 88 -165 23 -205 -32 -205 c 0\n -67 -205 -94 -178 -94 -145 c 0\n -94 -116 -70 -90 -44 -90 c 0\n -26 -90 -1 -99 16 -111 c 0\n 24 -118 43 -125 50 -125 c 0\n 67 -125 94 -104 115 -76 c 0\n 133 -51 142 -27 142 -4 c 0\n 142 27 125 124 92 284 c 0\n 77 355 61 396 44 406 c 0\n 37 410 32 411 14 411 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 650\nWidth: 556\nFlags: W\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nFore\n471 133 m 1\n 492 120 l 1\n 440 31 391 -9 331 -9 c 0\n 287 -9 266 11 266 51 c 0\n 266 79 272 106 290 161 c 1\n 187 17 157 -9 90 -9 c 0\n 41 -9 15 16 15 65 c 0\n 15 89 22 125 36 173 c 1\n 76 306 l 2\n 85 335 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 149 154 l 2\n 136 111 134 103 134 88 c 0\n 134 71 141 63 155 63 c 0\n 175 63 197 80 228 118 c 0\n 285 190 314 256 370 449 c 1\n 488 449 l 1\n 410 181 l 1\n 385 86 385 86 385 76 c 0\n 385 67 391 59 399 59 c 0\n 416 59 436 80 471 133 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 651\nWidth: 712\nFlags: W\nHStem: 0 35<266.052 300> 337.94 35.0604<324.125 354.988> 338 331<314.063 353.986> 488 70<134 184 373 443> 488 181<354 372> 640 29<168 175>\nDStem: 153 669 487 669 152 644 486 644 193.492 488 354.914 488 92 117 324 373 193.492 488 314 338 92 117 241 70\nFore\n241 70 m 1\n 234 47 248 35 281 35 c 0\n 364 35 409 79 439 187 c 0\n 456 250 454 288 435 311 c 1\n 416 331 385 338 314 338 c 1\n 241 70 l 1\n373.731 558 m 1\n 459 558 l 5\n 443 488 l 5\n 354.914 488 l 1\n 324 373 l 1\n 458 372 491 369 531 351 c 0\n 603 320 630 259 609 182 c 0\n 578 66 465 0 298 0 c 2\n -24 0 l 1\n -24 25 l 1\n 48 31 72 47 92 117 c 1\n 193.492 488 l 1\n 117 488 l 5\n 134 558 l 5\n 212.6 558 l 1\n 227.432 615.304 218.515 634.198 175 640 c 0\n 172 640 162 642 152 644 c 1\n 153 669 l 1\n 487 669 l 1\n 486 644 l 1\n 404 634 394 632 374 559 c 1\n 373.731 558 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 652\nWidth: 444\nFlags: W\nHStem: -12.8679 47.8679<171 187> 211.998 56.0024<228 265> 298 70<13 43 195 260>\nVStem: 14.5842 113.416<110 131> 316.652 78.3483<142 151>\nDStem: 13.8682 368 175.105 298 -5 298 158 233 55.769 298 175.105 298 30 204 158 233\nFore\n142 183 m 1\n 134 165 128 141 128 125 c 0\n 128 55 146 35 180 35 c 0\n 311 35 386 212 228 212 c 0\n 209 212 159 196 142 183 c 1\n193.526 368 m 1\n 279 368 l 1\n 260.947 298 l 1\n 175.105 298 l 1\n 158 233 l 1\n 174 253 220 269 265 268 c 0\n 340 267 395 241 395 143 c 0\n 395 44 281 -13 161 -13 c 1\n -28 1 14 138 30 204 c 1\n 55.769 298 l 1\n -5 298 l 1\n 13.8682 368 l 1\n 73.7986 368 l 1\n 75.2956 374.928 76 379.439 76 382 c 0\n 76 401 64 406 22 407 c 1\n 22 434 l 1\n 78 436 154 447 218 461 c 1\n 193.526 368 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 653\nWidth: 611\nFlags: W\nHStem: 0 21G<-24 270> 317.686 34.3145<312 337> 637 32<376 401>\nVStem: -24 294<1 25> 469.273 146.232<514 546>\nDStem: 179 546 336 593 56 97 272 354 179 546 262 322 56 97 208 123 334.481 491.174 403.707 511.089 401.441 373.781 447 434 429.375 324.807 498.014 345.751 496 208 564.731 228.783\nFore\n447 434 m 1\n 460.829 464.99 470 511.249 470 546 c 0\n 470 604 439 637 386 637 c 0\n 367 637 356 633 347 622 c 0\n 343 617 343 617 336 593 c 1\n 272 354 l 1\n 289 353 300 352 314 352 c 0\n 351.483 352 379.504 358.595 401.441 373.781 c 1\n 334.481 491.174 l 5\n 403.707 511.089 l 5\n 447 434 l 1\n498.014 345.751 m 1\n 564.731 228.783 l 5\n 496 208 l 5\n 429.375 324.807 l 1\n 402.841 319.676 373.946 317 343 317 c 0\n 317 317 298 318 262 322 c 1\n 208 123 l 1\n 204 107 198 74 198 64 c 0\n 198 37 214 28 270 25 c 1\n 270 0 l 1\n -24 0 l 1\n -24 25 l 1\n 28 33 40 44 56 97 c 1\n 179 546 l 2\n 185 568 189 592 189 606 c 0\n 189 627 178 636 147 639 c 0\n 142 640 130 642 116 644 c 1\n 116 669 l 1\n 403 669 l 2\n 542 669 616 615 616 514 c 0\n 616 437.512 572.528 378.494 498.014 345.751 c 1\nEndSplineSet\nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 654\nWidth: 500\nFlags: W\nHStem: -205 27<-119 -104 112 128> -12.0305 34.0305<152 169>\nVStem: -120 249<-204 -178> 321.176 124.824<334.028 341>\nDStem: 164.968 198.183 234.195 218.098 233.07 78.7864 272.099 151.645 268.132 17.3166 323.881 60.862 326.487 -84.9912 395.219 -64.207\nFore\n272.099 151.645 m 1\n 297.816 211.632 317.887 283.415 321 334 c 0\n 323 366 308 389 282 391 c 128\n 256 393 223 368 198 329 c 0\n 182 305 172 277 148 195 c 0\n 121 104 113 74 113 58 c 0\n 113 38 130 22 152 22 c 0\n 179.405 22 206.81 41.3106 233.07 78.7864 c 1\n 164.968 198.183 l 1\n 234.195 218.098 l 1\n 272.099 151.645 l 1\n323.881 60.862 m 1\n 395.219 -64.207 l 1\n 326.487 -84.9912 l 1\n 268.132 17.3166 l 1\n 236.16 -1.94329 202.366 -13 169 -13 c 0\n 148 -13 136 -9 101 9 c 1\n 98 -4 l 1\n 90 -32 l 1\n 72 -100 64 -133 64 -145 c 0\n 64 -169 80 -177 129 -178 c 1\n 129 -205 l 1\n -120 -205 l 1\n -120 -178 l 1\n -114 -178 l 2\n -73 -178 -61 -165 -45 -104 c 2\n 55 284 l 1\n 68 333 77 373 77 382 c 0\n 77 401 68 405 23 407 c 1\n 23 434 l 1\n 75 440 114 446 216 462 c 1\n 178 347 l 1\n 237 430 281 462 338 462 c 0\n 404 462 446 415 446 341 c 0\n 446 236.735 394.421 129.564 323.881 60.862 c 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 655\nWidth: 611\nFlags: W\nHStem: 0 21G<-99 261> 642 33<381 429>\nDStem: 147 580 314 595 15 96 177 96\nFore\n644 642 m 1\n 390 642 l 2\n 339 642 324 632 314 595 c 2\n 177 96 l 2\n 162 41 177 29 268 25 c 1\n 261 0 l 1\n -99 0 l 1\n -92 25 l 1\n -16 33 1 44 15 96 c 2\n 147 580 l 1\n 162 632 147 647 79 651 c 1\n 86 676 l 1\n 399 675 l 2\n 491 675 555 692 596 727 c 0\n 625 752 651 782 674 842 c 1\n 698 842 l 1\n 644 642 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 656\nWidth: 458\nFlags: W\nHStem: 0 461<103 154> 428 33<252 295>\nDStem: 100 380 251 428 19 84 157 81\nFore\n251 428 m 1\n 157 81 l 2\n 147 44 155 29 190 24 c 1\n 184 0 l 1\n -57 0 l 1\n -51 24 l 1\n -3 33 7 42 19 84 c 1\n 100 380 l 2\n 110 417 101 433 68 437 c 1\n 75 461 l 1\n 261 461 l 2\n 398 462 431 476 482 571 c 1\n 508 571 l 1\n 462 429 l 1\n 251 428 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 657\nWidth: 667\nFlags: W\nHStem: 0 21G<-13 282> 398 70<77 147 318 386> 637 32<401 435>\nVStem: -13 295<1 25>\nDStem: 149.457 398 296.974 398 67 97 226 137 190 546 350 593 168.633 468 316.009 468\nFore\n316.009 468 m 1\n 402 468 l 1\n 386 398 l 1\n 296.974 398 l 1\n 226 137 l 1\n 225 135 224 129 222 122 c 0\n 214 97 211 81 211 69 c 0\n 211 38 226 29 282 25 c 1\n 282 0 l 1\n -13 0 l 1\n -13 25 l 1\n 39 33 51 44 67 97 c 1\n 149.457 398 l 1\n 60 398 l 1\n 77 468 l 1\n 168.633 468 l 1\n 190 546 l 2\n 196 568 200 592 200 606 c 0\n 200 627 189 636 158 639 c 0\n 153 640 141 642 127 644 c 1\n 127 669 l 1\n 660 669 l 1\n 617 479 l 1\n 590 484 l 1\n 590 540 584 567 564 590 c 0\n 537 621 486 637 413 637 c 0\n 373 637 360 628 350 593 c 1\n 316.009 468 l 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 658\nWidth: 458\nFlags: W\nHStem: 0 21G<-42 199> 276 70<58 85 246 307> 429 32<267.125 324.23>\nDStem: 86.5405 276 225.233 276 34 84 172 81\nFore\n105.696 346 m 1\n 115 380 l 2\n 125 417 116 433 83 437 c 1\n 90 461 l 1\n 486 461 l 1\n 454 319 l 1\n 428 319 l 1\n 429 414 408 430 267 429 c 1\n 244.342 346 l 1\n 328 346 l 1\n 307 276 l 5\n 225.233 276 l 1\n 172 81 l 2\n 162 44 170 29 206 24 c 1\n 199 0 l 1\n -42 0 l 1\n -35 24 l 1\n 12 33 22 42 34 84 c 1\n 86.5405 276 l 1\n 35 276 l 1\n 58 346 l 1\n 105.696 346 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 659\nWidth: 667\nFlags: W\nHStem: 0 21G<-13 282> 637 32<403 435>\nVStem: -13 295<1 25>\nDStem: 190 546 350 593 67 97 226 137\nFore\n226 137 m 1\n 225 135 224 129 222 122 c 0\n 214 97 211 81 211 69 c 0\n 211 38 226 29 282 25 c 1\n 282 0 l 1\n -13 0 l 1\n -13 25 l 1\n 39 33 51 44 67 97 c 1\n 190 546 l 2\n 196 568 200 592 200 606 c 0\n 200 627 189 636 158 639 c 0\n 153 640 141 642 127 644 c 1\n 127 669 l 1\n 660 669 l 1\n 617 479 l 1\n 590 484 l 1\n 590 540 584 567 564 590 c 0\n 537 621 486 637 413 637 c 0\n 373 637 360 628 350 593 c 1\n 226 137 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 660\nWidth: 458\nFlags: W\nHStem: 0 21G<-42 199> 429 32<267.125 324.23>\nDStem: 115 380 267 429 34 84 172 81\nFore\n486 461 m 1\n 454 319 l 1\n 428 319 l 1\n 429 414 408 430 267 429 c 1\n 172 81 l 2\n 162 44 170 29 206 24 c 1\n 199 0 l 1\n -42 0 l 1\n -35 24 l 1\n 12 33 22 42 34 84 c 1\n 115 380 l 2\n 125 417 116 433 83 437 c 1\n 90 461 l 1\n 486 461 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 661\nWidth: 1107\nFlags: W\nHStem: 0 21G<-24 174 327 664 816 1014> 318 351<663 678> 583 102.01<312 344>\nVStem: 195.749 214.921<583 598> 327 337<1 25> 354.977 52.3383<512 556> 503 338<644 668>\nDStem: 262 286 401 254 38 46 174 0 501 318 663 318 441 96 603 96 565 550 727 552 516 371 678 371\nFore\n565 550 m 1\n 584 621 571 640 503 644 c 1\n 503 669 l 1\n 841 669 l 1\n 841 644 l 1\n 766 639 747 623 727 552 c 1\n 678 371 l 1\n 707 372 l 2\n 751 374 849 460 896 578 c 0\n 916 626 984 686 1054 685 c 0\n 1105 684 1142 664 1129 616 c 0\n 1119 580 1105 557 1056 556 c 0\n 980 554 1010 583 966 583 c 0\n 934 583 897 418 787 352 c 1\n 818 349 868 328 886 286 c 1\n 978 46 l 1\n 987 31 989 26 1014 25 c 1\n 1014 0 l 1\n 816 0 l 1\n 729 254 l 1\n 711 292 710 318 682 318 c 2\n 663 318 l 1\n 603 96 l 1\n 589 47 595 34 664 25 c 1\n 664 0 l 1\n 327 0 l 1\n 327 25 l 1\n 401 33 427 45 441 96 c 2\n 501 318 l 1\n 482 318 l 2\n 454 318 439 292 401 254 c 1\n 174 0 l 1\n -24 0 l 1\n -24 25 l 1\n 1 26 21 31 38 46 c 1\n 262 286 l 2\n 302 328 363 349 397 352 c 1\n 323 418 376 583 344 583 c 0\n 300 583 314 554 238 556 c 0\n 191 557 191 588 199 616 c 0\n 212 664 259 684 312 685 c 0\n 382 686 418 626 410 578 c 0\n 393 460 444 374 487 372 c 2\n 516 371 l 1\n 565 550 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 662\nWidth: 1051\nFlags: W\nHStem: -13 33<117 131> -12.9972 63.9972<755 803> 0 21G<379 498> 194 48<391 434 566 607> 397.993 64.0065<199 247> 429 32.618<875 883>\nVStem: 3.91217 118.85<77 95> 272 128<291 323> 602 128<125 149> 879.238 118.85<354 372>\nDStem: 435 194 553 194 379 0 498 0 506 449 629 449 445 242 565 242\nFore\n608 194 m 1\n 553 194 l 1\n 498 0 l 1\n 379 0 l 1\n 435 194 l 1\n 375 194 l 1\n 328 80 221 -13 115 -13 c 0\n 49 -13 3 24 3 77 c 0\n 3 118 29 147 65 147 c 0\n 98 147 123 125 123 95 c 0\n 123 83 119 72 110 56 c 0\n 104 47 102 41 102 37 c 0\n 102 27 112 20 124 20 c 0\n 154 20 184 44 210 91 c 0\n 246 156 272 246 272 308 c 0\n 272 362 242 398 199 398 c 128\n 156 398 125 375 77 308 c 1\n 49 326 l 1\n 84 376 100 395 126 417 c 0\n 160 446 203 462 247 462 c 0\n 337 462 400 400 400 311 c 0\n 400 288 396 265 390 242 c 1\n 445 242 l 1\n 506 449 l 1\n 629 449 l 1\n 565 242 l 1\n 621 242 l 1\n 664 363 776 462 887 462 c 0\n 953 462 999 425 999 372 c 0\n 999 331 973 302 937 302 c 0\n 904 302 879 324 879 354 c 0\n 879 366 883 377 892 393 c 0\n 898 402 900 408 900 412 c 0\n 900 422 890 429 878 429 c 0\n 848 429 818 405 792 358 c 0\n 756 293 730 203 730 141 c 0\n 730 87 760 51 803 51 c 128\n 846 51 877 74 925 141 c 1\n 953 123 l 1\n 918 73 902 54 876 32 c 0\n 842 3 799 -13 755 -13 c 0\n 665 -13 602 49 602 138 c 0\n 602 157 604 175 608 194 c 1\nEndSplineSet\nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 663\nWidth: 657\nFlags: W\nHStem: -19 45<190 222> 320 45<211 286> 660 31<382 404>\nVStem: 401 175<183 230> 496 118<525 541>\nFore\n211 26 m 0\n 284 26 401 119 401 184 c 0\n 401 238 428 320 267 320 c 2\n 198 320 l 1\n 211 365 l 1\n 280 365 l 2\n 393 365 495 392 496 538 c 0\n 496 625 456 660 388 660 c 0\n 344 660 296 641 250 604 c 0\n 207 569 183 540 145 475 c 1\n 117 475 l 1\n 176 692 l 1\n 206 692 l 1\n 206 666 212 658 229 658 c 0\n 238 658 250 661 274 669 c 0\n 325 685 359 691 397 691 c 0\n 533 691 614 677 614 527 c 0\n 614 399 517 366 484 357 c 1\n 525 344 577 336 576 201 c 0\n 576 12 351 -19 203 -19 c 0\n 132 -19 73 -9 33 35 c 0\n 6 64 8 68 -18 112 c 1\n 18 137 l 1\n 60 78 88 59 132 40 c 0\n 158 28 183 26 211 26 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 664\nWidth: 439\nFlags: W\nHStem: -13.3927 49.7393<123 150> 220 40<136 182> 440 32.011<241 254>\nVStem: 253.756 103.593<162 173>\nFore\n123 36 m 0\n 168 36 229 63 246 122 c 0\n 254 154 278 220 167 220 c 2\n 125 220 l 1\n 136 260 l 1\n 180 260 l 2\n 263 260 280 318 292 360 c 0\n 301 393 296 440 242 440 c 0\n 216 440 186 429 158 408 c 0\n 131 388 115 370 88 326 c 1\n 63 326 l 1\n 103 471 l 1\n 125 471 l 1\n 127 456 132 451 144 451 c 0\n 150 451 160 453 178 458 c 0\n 214 469 238 473 260 473 c 0\n 351 473 400 411 377 327 c 0\n 368 295 350 263 322 243 c 1\n 354 222 365 181 353 138 c 0\n 328 48 241 -14 150 -14 c 0\n 73 -14 26 17 -12 91 c 1\n 11 109 l 1\n 37 67 82 36 123 36 c 0\nEndSplineSet\nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 665\nWidth: 772\nFlags: W\nHStem: 0 21G<-24 313 480 678> 318 351<312 327> 556 129<700.432 718 718.063 719.937 721 728>\nVStem: -24 337<1 25> 152 338<644 668>\nDStem: 220 573 376 552 90 96 327 371 220 573 312 318 90 96 252 96\nFore\n678 25 m 1\n 678 0 l 1\n 480 0 l 1\n 390 254 l 1\n 372 292 367 318 339 318 c 2\n 312 318 l 1\n 252 96 l 1\n 238 47 244 34 313 25 c 1\n 313 0 l 1\n -24 0 l 1\n -24 25 l 1\n 50 33 76 45 90 96 c 2\n 220 573 l 2\n 234 625 220 640 152 644 c 1\n 152 669 l 1\n 490 669 l 1\n 490 644 l 1\n 415 639 396 623 376 552 c 1\n 327 371 l 1\n 364 372 l 2\n 408 373 513 460 560 578 c 0\n 580 626 648 686 718 685 c 0\n 769 684 806 664 793 616 c 0\n 783 580 769 557 720 556 c 0\n 644 554 674 583 630 583 c 0\n 598 583 561 418 451 352 c 1\n 482 349 532 328 550 286 c 1\n 642 46 l 1\n 651 31 653 26 678 25 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 666\nWidth: 534\nFlags: W\nHStem: 0 24.3931<417 418> 213.437 47.5635<185 186> 361 109<452 458>\nDStem: 86 328 171 214 -6 0 113 0\nFore\n171 214 m 1\n 113 0 l 1\n -6 0 l 1\n 86 328 l 2\n 95 360 98 372 96 382 c 0\n 92 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 176 447 240 461 c 1\n 184 261 l 1\n 205 261 l 2\n 238 261 290 330 313 368 c 0\n 327 390 376 470 453 470 c 0\n 509 470 514 447 514 410 c 0\n 514 380 486 361 455 361 c 0\n 413 361 427 396 401 396 c 0\n 364 396 329 271 267 243 c 1\n 296 242 332 228 341 200 c 1\n 399 39 l 2\n 404 26 413 24 424 24 c 1\n 418 0 l 1\n 270 0 l 1\n 214 168 l 1\n 214 168 202 214 181 214 c 2\n 171 214 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 667\nWidth: 772\nFlags: W\nHStem: 0 21G<-24 313 480 678> 318 351<312 327> 556 129<700.432 718 718.063 719.937 721 728>\nVStem: -24 337<1 25> 152 338<644 668>\nDStem: 220 573 376 552 90 96 327 371 220 573 312 318 90 96 252 96\nFore\n678 25 m 1\n 678 0 l 1\n 480 0 l 1\n 390 254 l 1\n 372 292 367 318 339 318 c 2\n 312 318 l 1\n 252 96 l 1\n 238 47 244 34 313 25 c 1\n 313 0 l 1\n -24 0 l 1\n -24 25 l 1\n 50 33 76 45 90 96 c 2\n 220 573 l 2\n 234 625 220 640 152 644 c 1\n 152 669 l 1\n 490 669 l 1\n 490 644 l 1\n 415 639 396 623 376 552 c 1\n 327 371 l 1\n 364 372 l 2\n 408 373 513 460 560 578 c 0\n 580 626 648 686 718 685 c 0\n 769 684 806 664 793 616 c 0\n 783 580 769 557 720 556 c 0\n 644 554 674 583 630 583 c 0\n 598 583 561 418 451 352 c 1\n 482 349 532 328 550 286 c 1\n 642 46 l 1\n 651 31 653 26 678 25 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 668\nWidth: 534\nFlags: W\nHStem: 0 24.3931<417 418> 213.437 47.5635<185 186> 361 109<452 458>\nDStem: 86 328 171 214 -6 0 113 0\nFore\n171 214 m 1\n 113 0 l 1\n -6 0 l 1\n 86 328 l 2\n 95 360 98 372 96 382 c 0\n 92 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 176 447 240 461 c 1\n 184 261 l 1\n 205 261 l 2\n 238 261 290 330 313 368 c 0\n 327 390 376 470 453 470 c 0\n 509 470 514 447 514 410 c 0\n 514 380 486 361 455 361 c 0\n 413 361 427 396 401 396 c 0\n 364 396 329 271 267 243 c 1\n 296 242 332 228 341 200 c 1\n 399 39 l 2\n 404 26 413 24 424 24 c 1\n 418 0 l 1\n 270 0 l 1\n 214 168 l 1\n 214 168 202 214 181 214 c 2\n 171 214 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 669\nWidth: 772\nFlags: W\nHStem: 0 21G<-24 313 480 678> 484 70<135 184 378 444> 484 185<357 377> 556 129<700.432 718 718.063 719.937 721 728>\nVStem: -24 337<1 25> 152 338<644 668>\nDStem: 195.744 484 357.591 484 90 96 327 371 195.744 484 312 318 90 96 252 96\nFore\n376.567 554 m 1\n 460 554 l 5\n 444 484 l 5\n 357.591 484 l 1\n 327 371 l 1\n 364 372 l 2\n 408 373 513 460 560 578 c 0\n 580 626 648 686 718 685 c 0\n 769 684 806 664 793 616 c 0\n 783 580 769 557 720 556 c 0\n 644 554 674 583 630 583 c 0\n 598 583 561 418 451 352 c 1\n 482 349 532 328 550 286 c 1\n 642 46 l 1\n 651 31 653 26 678 25 c 1\n 678 0 l 1\n 480 0 l 1\n 390 254 l 1\n 372 292 367 318 339 318 c 2\n 312 318 l 1\n 252 96 l 1\n 238 47 244 34 313 25 c 1\n 313 0 l 1\n -24 0 l 1\n -24 25 l 1\n 50 33 76 45 90 96 c 2\n 195.744 484 l 1\n 118 484 l 5\n 135 554 l 5\n 214.822 554 l 1\n 220 573 l 2\n 234 625 220 640 152 644 c 1\n 152 669 l 1\n 490 669 l 1\n 490 644 l 1\n 415.709 639.047 396.364 623.302 376.567 554 c 1\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 670\nWidth: 534\nFlags: W\nHStem: 0 24.3931<417 418> 213.437 47.5635<185 186> 310 70<28 74 219 246> 361 109<452 458>\nDStem: 28.5762 380 197.72 310 8 310 184 261 80.9512 310 197.72 310 -6 0 184 261 80.9512 310 171 214 -6 0 113 0\nFore\n217.32 380 m 1\n 269 380 l 1\n 246.164 310 l 1\n 197.72 310 l 1\n 184 261 l 1\n 205 261 l 2\n 238 261 290 330 313 368 c 0\n 327 390 376 470 453 470 c 0\n 509 470 514 447 514 410 c 0\n 514 380 486 361 455 361 c 0\n 413 361 427 396 401 396 c 0\n 364 396 329 271 267 243 c 1\n 296 242 332 228 341 200 c 1\n 399 39 l 2\n 404 26 413 24 424 24 c 1\n 418 0 l 1\n 270 0 l 1\n 214 168 l 1\n 214 168 202 214 181 214 c 2\n 171 214 l 1\n 113 0 l 1\n -6 0 l 1\n 80.9512 310 l 1\n 8 310 l 1\n 28.5762 380 l 1\n 96.3289 380 l 2\n 96.241 380.679 96.1313 381.344 96 382 c 0\n 92 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 176 447 240 461 c 1\n 217.32 380 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 671\nWidth: 772\nFlags: W\nHStem: 0 21G<-24 313 480 678> 318 351<312 327> 556 129<700.432 718 718.063 719.937 721 728>\nVStem: -24 337<1 25> 152 338<644 668>\nDStem: 220 573 376 552 90 96 327 371 220 573 312 318 90 96 252 96\nFore\n678 25 m 1\n 678 0 l 1\n 480 0 l 1\n 390 254 l 1\n 372 292 367 318 339 318 c 2\n 312 318 l 1\n 252 96 l 1\n 238 47 244 34 313 25 c 1\n 313 0 l 1\n -24 0 l 1\n -24 25 l 1\n 50 33 76 45 90 96 c 2\n 220 573 l 2\n 234 625 220 640 152 644 c 1\n 152 669 l 1\n 490 669 l 1\n 490 644 l 1\n 415 639 396 623 376 552 c 1\n 327 371 l 1\n 364 372 l 2\n 408 373 513 460 560 578 c 0\n 580 626 648 686 718 685 c 0\n 769 684 806 664 793 616 c 0\n 783 580 769 557 720 556 c 0\n 644 554 674 583 630 583 c 0\n 598 583 561 418 451 352 c 1\n 482 349 532 328 550 286 c 1\n 642 46 l 1\n 651 31 653 26 678 25 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 672\nWidth: 534\nFlags: W\nHStem: 0 24.3931<417 418> 213.437 47.5635<185 186> 361 109<452 458>\nDStem: 86 328 171 214 -6 0 113 0\nFore\n171 214 m 1\n 113 0 l 1\n -6 0 l 1\n 86 328 l 2\n 95 360 98 372 96 382 c 0\n 92 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 176 447 240 461 c 1\n 184 261 l 1\n 205 261 l 2\n 238 261 290 330 313 368 c 0\n 327 390 376 470 453 470 c 0\n 509 470 514 447 514 410 c 0\n 514 380 486 361 455 361 c 0\n 413 361 427 396 401 396 c 0\n 364 396 329 271 267 243 c 1\n 296 242 332 228 341 200 c 1\n 399 39 l 2\n 404 26 413 24 424 24 c 1\n 418 0 l 1\n 270 0 l 1\n 214 168 l 1\n 214 168 202 214 181 214 c 2\n 171 214 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 673\nWidth: 778\nFlags: W\nHStem: 0 21<-24 272 340 657> 329 44<279 504> 649 20<116 433 501 799>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 266 329 56 97 216 148 178 546 718 572 56 97 609 175 505 329 609 175 441 97 603 153 505 329 718 572 441 97 609 175 564 546 718 572 517 373 609 175\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 674\nWidth: 560\nFlags: W\nHStem: 0 21G<-6 113> 194 48<181 297>\nDStem: 50 204 166 194 -6 0 113 0 373 449 496 449 312 242 412 163\nFore\n166 194 m 1\n 113 0 l 1\n -6 0 l 1\n 50 204 l 2\n 83 324 96 371 96 382 c 0\n 96 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 174 447 238 461 c 1\n 180 242 l 1\n 312 242 l 1\n 373 449 l 1\n 496 449 l 1\n 412 163 l 1\n 394 109 387 86 387 76 c 128\n 387 66 393 59 401 59 c 0\n 418 59 431 73 471 135 c 1\n 493 122 l 1\n 435 25 393 -9 334 -9 c 0\n 292 -9 266 14 266 51 c 0\n 266 77 278 134 294 182 c 2\n 298 194 l 1\n 166 194 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 675\nWidth: 778\nFlags: W\nHStem: 0 21<-24 272 340 657> 329 44<279 504> 649 20<116 433 501 799>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 266 329 56 97 216 148 178 546 718 572 56 97 609 175 505 329 609 175 441 97 603 153 505 329 718 572 441 97 609 175 564 546 718 572 517 373 609 175\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 676\nWidth: 560\nFlags: W\nHStem: 0 21G<-6 113> 194 48<181 297>\nDStem: 50 204 166 194 -6 0 113 0 373 449 496 449 312 242 412 163\nFore\n166 194 m 1\n 113 0 l 1\n -6 0 l 1\n 50 204 l 2\n 83 324 96 371 96 382 c 0\n 96 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 174 447 238 461 c 1\n 180 242 l 1\n 312 242 l 1\n 373 449 l 1\n 496 449 l 1\n 412 163 l 1\n 394 109 387 86 387 76 c 128\n 387 66 393 59 401 59 c 0\n 418 59 431 73 471 135 c 1\n 493 122 l 1\n 435 25 393 -9 334 -9 c 0\n 292 -9 266 14 266 51 c 0\n 266 77 278 134 294 182 c 2\n 298 194 l 1\n 166 194 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 677\nWidth: 869\nFlags: W\nHStem: 0 21G<-24 313 374 714> 622 47<393 633>\nVStem: -24 337<1 25> 374 340<1 25>\nDStem: 217 573 393 622 87 96 249 96 634 622 782 573 490 96 652 96\nFore\n634 622 m 1\n 393 622 l 1\n 249 96 l 1\n 235 47 243 33 313 25 c 1\n 313 0 l 1\n -24 0 l 1\n -24 25 l 1\n 49 34 73 47 87 96 c 1\n 217 573 l 1\n 231 623 217 638 152 644 c 1\n 152 669 l 1\n 890 669 l 1\n 890 644 l 1\n 820 639 796 623 782 573 c 1\n 652 96 l 1\n 638 47 645 34 714 25 c 1\n 714 0 l 1\n 374 0 l 1\n 374 25 l 1\n 450 33 476 47 490 96 c 1\n 634 622 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 678\nWidth: 556\nFlags: W\nHStem: 0 21<-6 115>\nVStem: 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 679\nWidth: 667\nFlags: W\nHStem: -17.6239 53.2783<304 336> 650 34.1508<464 466> 665 20<647 677>\nVStem: 32.5575 153.629<209 241>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 680\nWidth: 444\nFlags: W\nHStem: -12.9972 63.9972<148 196> 429 32.5405<267 274>\nVStem: -5 128<125 147> 272.238 118.85<354 372>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 681\nWidth: 667\nFlags: W\nHStem: -17.6239 53.2783<304 336> 650 34.1508<464 466> 665 20<647 677>\nVStem: 32.5575 153.629<209 241>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 682\nWidth: 444\nFlags: W\nHStem: -12.9972 63.9972<148 196> 429 32.5405<267 274>\nVStem: -5 128<125 147> 272.238 118.85<354 372>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 683\nWidth: 611\nFlags: W\nHStem: 0 25<51 66> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25>\nDStem: 303 634 449 634 155 97 309 128\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 684\nWidth: 494\nFlags: W\nHStem: 0 21G<58 299> 424 37<196 226 366.063 399.844>\nDStem: 227 424 366 424 134 84 272 81\nFore\n531 461 m 1\n 499 319 l 1\n 473 319 l 1\n 474 414 447 424 366 424 c 1\n 272 81 l 2\n 262 44 270 29 306 24 c 1\n 299 0 l 1\n 58 0 l 1\n 65 24 l 1\n 112 33 122 42 134 84 c 1\n 227 424 l 1\n 141 424 113 414 62 319 c 1\n 36 319 l 1\n 82 461 l 1\n 531 461 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 685\nWidth: 611\nFlags: W\nHStem: 0 21<73 395> 644 25<337 355>\nVStem: 73 283<644 668> 73 322<1 25> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 686\nWidth: 444\nFlags: W\nVStem: 90 112<129 166> 284 117<394 406>\nFore\n16 407 m 1\n 16 434 l 1\n 99 446 122 450 171 462 c 1\n 192 382 198 324 202 128 c 1\n 301 240 328 281 328 316 c 0\n 328 326 323 336 308 353 c 0\n 291 373 284 387 284 404 c 0\n 284 434 311 462 340 462 c 0\n 371 462 401 430 401 395 c 0\n 401 353 380 299 340 241 c 0\n 285 161 238 108 111 -13 c 1\n 85 -13 l 1\n 89 123 l 1\n 90 144 90 160 90 164 c 0\n 90 271 79 359 62 391 c 0\n 56 404 47 407 16 407 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 687\nWidth: 611\nFlags: W\nHStem: 0 21<73 395> 644 25<337 355>\nVStem: 73 283<644 668> 73 322<1 25> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 688\nWidth: 444\nFlags: W\nVStem: 90 112<129 166> 284 117<394 406>\nFore\n16 407 m 1\n 16 434 l 1\n 99 446 122 450 171 462 c 1\n 192 382 198 324 202 128 c 1\n 301 240 328 281 328 316 c 0\n 328 326 323 336 308 353 c 0\n 291 373 284 387 284 404 c 0\n 284 434 311 462 340 462 c 0\n 371 462 401 430 401 395 c 0\n 401 353 380 299 340 241 c 0\n 285 161 238 108 111 -13 c 1\n 85 -13 l 1\n 89 123 l 1\n 90 144 90 160 90 164 c 0\n 90 271 79 359 62 391 c 0\n 56 404 47 407 16 407 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 689\nWidth: 667\nFlags: W\nHStem: 0 21<-24 190 278 586> 641 28<375.007 389.187 504 513>\nVStem: -24 214<1 25> 100 305<644 668> 278 308<1 25> 491 203<644 668>\nDStem: 191 581 371 458 275 309 382 421 275 309 289 264 207 235 155 116 476 520 595 583 382 421 396 378\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 690\nWidth: 500\nFlags: W\nHStem: -13 115<8 19> 348 114<410 420>\nDStem: 162 192 173 142 118 122 149 103\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 691\nWidth: 869\nFlags: W\nHStem: 0 47<237 477> 649 20G<152 489 550 890>\nVStem: 152 337<644 668> 550 340<644 668>\nDStem: 218 573 380 573 88 96 236 47 621 573 783 573 477 47 655 105\nFore\n461 0 m 2\n -24 0 l 1\n -24 25 l 1\n 45 31 74 46 88 96 c 1\n 218 573 l 1\n 231 622 220 635 152 644 c 1\n 152 669 l 1\n 489 669 l 1\n 489 644 l 1\n 414 636 393 622 380 573 c 1\n 236 47 l 1\n 477 47 l 1\n 621 573 l 1\n 634 622 621 636 550 644 c 1\n 550 669 l 1\n 890 669 l 1\n 890 644 l 1\n 816 635 796 622 783 573 c 1\n 655 105 l 1\n 641 55 657 39 724 34 c 1\n 669 -167 l 1\n 645 -167 l 1\n 648 -104 644 -77 629 -52 c 0\n 608 -17 553 0 461 0 c 2\nEndSplineSet\nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 692\nWidth: 556\nFlags: W\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nFore\n380 0 m 1\n 364 -7 348 -9 331 -9 c 0\n 287 -9 266 11 266 51 c 0\n 266 79 272 106 290 161 c 1\n 187 17 157 -9 90 -9 c 0\n 41 -9 15 16 15 65 c 0\n 15 89 22 125 36 173 c 1\n 76 306 l 2\n 85 335 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 149 154 l 2\n 136 111 134 103 134 88 c 0\n 134 71 141 63 155 63 c 0\n 175 63 197 80 228 118 c 0\n 285 190 314 256 370 449 c 1\n 488 449 l 1\n 410 181 l 1\n 385 86 385 86 385 76 c 0\n 385 67 391 59 399 59 c 0\n 416 59 436 80 471 133 c 1\n 492 120 l 1\n 468 78 443 47 418 26 c 0\n 406 15 437 -31 420 -61 c 0\n 393 -106 304 -122 304 -122 c 1\n 291 -102 l 1\n 327 -78 357 -67 378 -26 c 0\n 382 -16 380 -10 380 0 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 693\nWidth: 823\nFlags: W\nHStem: 0 21G<328 668> 239.791 53.4212<340 373> 649 20G<106 443 504 844>\nVStem: 328 340<1 25>\nDStem: 106 669 443 669 105 644 442 644 171 573 333 573 106 335 268 333 494 281 736 573 444 96 606 96 504 669 844 669 503 644 843 644 574 573 736 573 510 338 606 96\nFore\n494 281 m 1\n 463 264 404 239 340 239 c 0\n 232 239 86 261 106 335 c 2\n 171 573 l 1\n 185 623 171 638 105 644 c 1\n 106 669 l 1\n 443 669 l 1\n 442 644 l 1\n 371 639 347 623 333 573 c 1\n 268 333 l 2\n 261 308 309 293 373 293 c 0\n 430 293 488 326 510 338 c 1\n 574 573 l 1\n 588 623 572 639 503 644 c 1\n 504 669 l 1\n 844 669 l 1\n 843 644 l 1\n 774 639 750 623 736 573 c 1\n 606 96 l 1\n 592 47 599 34 668 25 c 1\n 668 0 l 1\n 328 0 l 1\n 328 25 l 1\n 404 33 430 47 444 96 c 1\n 494 281 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 694\nWidth: 556\nFlags: W\nVStem: 54.9559 118.378<198 221>\nFore\n471 133 m 1\n 492 120 l 1\n 440 31 391 -9 331 -9 c 0\n 287 -9 266 11 266 51 c 0\n 266 79 311 239 329 294 c 1\n 226 150 196 124 129 124 c 0\n 80 124 54 149 54 198 c 0\n 54 222 61 258 75 306 c 1\n 81 328 l 2\n 89 357 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 188 287 l 1\n 175 244 173 236 173 221 c 0\n 173 204 180 196 194 196 c 0\n 214 196 236 213 267 251 c 0\n 324 323 333 323 370 449 c 1\n 488 449 l 1\n 410 181 l 1\n 385 86 385 86 385 76 c 0\n 385 67 391 59 399 59 c 0\n 416 59 436 80 471 133 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 695\nWidth: 823\nFlags: W\nHStem: 0 21G<328 668> 239.791 53.4212<340 373> 649 20G<106 443 504 844>\nVStem: 328 340<1 25>\nDStem: 106 669 443 669 105 644 442 644 171 573 333 573 106 335 268 333 494 281 736 573 444 96 606 96 504 669 844 669 503 644 843 644 574 573 736 573 510 338 606 96\nFore\n494 281 m 1\n 463 264 404 239 340 239 c 0\n 232 239 86 261 106 335 c 2\n 171 573 l 1\n 185 623 171 638 105 644 c 1\n 106 669 l 1\n 443 669 l 1\n 442 644 l 1\n 371 639 347 623 333 573 c 1\n 268 333 l 2\n 261 308 309 293 373 293 c 0\n 430 293 488 326 510 338 c 1\n 574 573 l 1\n 588 623 572 639 503 644 c 1\n 504 669 l 1\n 844 669 l 1\n 843 644 l 1\n 774 639 750 623 736 573 c 1\n 606 96 l 1\n 592 47 599 34 668 25 c 1\n 668 0 l 1\n 328 0 l 1\n 328 25 l 1\n 404 33 430 47 444 96 c 1\n 494 281 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 696\nWidth: 556\nFlags: W\nVStem: 54.9559 118.378<198 221>\nFore\n471 133 m 1\n 492 120 l 1\n 440 31 391 -9 331 -9 c 0\n 287 -9 266 11 266 51 c 0\n 266 79 311 239 329 294 c 1\n 226 150 196 124 129 124 c 0\n 80 124 54 149 54 198 c 0\n 54 222 61 258 75 306 c 1\n 81 328 l 2\n 89 357 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 188 287 l 1\n 175 244 173 236 173 221 c 0\n 173 204 180 196 194 196 c 0\n 214 196 236 213 267 251 c 0\n 324 323 333 323 370 449 c 1\n 488 449 l 1\n 410 181 l 1\n 385 86 385 86 385 76 c 0\n 385 67 391 59 399 59 c 0\n 416 59 436 80 471 133 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 697\nWidth: 823\nFlags: W\nHStem: 0 21G<104 444 505 842> 375.189 54.6825<575 608> 649 20G<280 620>\nVStem: 280 340<644 668>\nDStem: 105 25 445 25 104 0 444 0 342 573 504 573 212 96 454 388 342 573 438 331 212 96 374 96 506 25 843 25 505 0 842 0 680 336 842 334 615 96 777 96\nFore\n454 388 m 1\n 485 405 544 430 608 430 c 0\n 716 430 862 408 842 334 c 2\n 777 96 l 1\n 763 46 777 31 843 25 c 1\n 842 0 l 1\n 505 0 l 1\n 506 25 l 1\n 577 30 601 46 615 96 c 1\n 680 336 l 2\n 687 361 639 376 575 376 c 0\n 518 376 460 343 438 331 c 1\n 374 96 l 1\n 360 46 376 30 445 25 c 1\n 444 0 l 1\n 104 0 l 1\n 105 25 l 1\n 174 30 198 46 212 96 c 1\n 342 573 l 1\n 356 622 349 635 280 644 c 1\n 280 669 l 1\n 620 669 l 1\n 620 644 l 1\n 544 636 518 622 504 573 c 1\n 454 388 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 698\nWidth: 556\nFlags: W\nVStem: 352.992 119.008<232 255>\nFore\n55 320 m 1\n 34 333 l 1\n 86 422 135 462 195 462 c 0\n 239 462 260 442 260 402 c 0\n 260 374 215 214 197 159 c 1\n 300 303 330 329 397 329 c 0\n 446 329 472 304 472 255 c 0\n 472 231 465 195 451 147 c 1\n 445 125 l 2\n 437 96 436 90 436 74 c 0\n 436 54 446 49 492 46 c 1\n 492 19 l 1\n 444 17 385 9 311 -4 c 0\n 295 -7 289 -8 283 -9 c 1\n 338 166 l 1\n 351 209 353 217 353 232 c 0\n 353 249 346 257 332 257 c 0\n 312 257 290 240 259 202 c 0\n 202 130 193 130 156 4 c 1\n 38 4 l 1\n 116 272 l 1\n 141 367 141 367 141 377 c 0\n 141 386 135 394 127 394 c 0\n 110 394 90 373 55 320 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 699\nWidth: 620\nFlags: W\nHStem: -12.9984 98.9984<227 292> 671 50.0222<406 409>\nVStem: 5 192<195 229> 447.088 136.686<587 618>\nFore\n465 227 m 1\n 507 201 l 1\n 419 47 339 -13 227 -13 c 0\n 99 -13 5 84 5 214 c 0\n 5 470 217 722 429 722 c 0\n 519 722 584 666 584 587 c 0\n 584 533 556 474 504 425 c 0\n 431 354 359 320 205 289 c 1\n 199 258 197 238 197 213 c 0\n 197 129 229 86 292 86 c 0\n 354 86 395 120 465 227 c 1\n216 338 m 1\n 232 344 254 352 264 355 c 0\n 378 400 448 501 448 618 c 0\n 448 652 435 671 407 671 c 0\n 336 671 269 552 216 338 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 700\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 701\nWidth: 620\nFlags: W\nHStem: -12.9984 98.9984<227 292> 671 50.0222<406 409>\nVStem: 5 192<195 229> 447.088 136.686<587 618>\nFore\n465 227 m 1\n 507 201 l 1\n 419 47 339 -13 227 -13 c 0\n 99 -13 5 84 5 214 c 0\n 5 470 217 722 429 722 c 0\n 519 722 584 666 584 587 c 0\n 584 533 556 474 504 425 c 0\n 431 354 359 320 205 289 c 1\n 199 258 197 238 197 213 c 0\n 197 129 229 86 292 86 c 0\n 354 86 395 120 465 227 c 1\n216 338 m 1\n 232 344 254 352 264 355 c 0\n 378 400 448 501 448 618 c 0\n 448 652 435 671 407 671 c 0\n 336 671 269 552 216 338 c 1\nEndSplineSet\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 702\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 703\nWidth: 389\nFlags: W\nHStem: 0 21<-24 272> 649 20<116 414>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 704\nWidth: 1107\nFlags: HW\nHStem: 0 21<-24 174 327 664 816 1014> 318 351<663 678> 583 102.01<312 344> 709 72<700.133 719.133> 851 20<572.133 615.133 849.133 888.133>\nVStem: 195.749 214.921<583 598> 327 337<1 25> 354.977 52.3383<512 556> 503 338<644 668>\nDStem: 262 286 401 254 38 46 174 0 501 318 663 318 441 96 603 96 565 550 727 552 516 371 678 371\nRef: 728 728 N 1 0 0 1 501.133 193\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 705\nWidth: 1051\nFlags: HW\nHStem: -13 33<117 131> -12.9972 63.9972<755 803> 0 21<379 498> 194 48<391 434 566 607> 397.993 64.0065<199 247> 429 32.618<875 883> 502 72<591.507 610.507> 644 20<463.507 506.507 740.507 779.507>\nVStem: 3.91217 118.85<77 95> 272 128<291 323> 602 128<125 149> 879.238 118.85<354 372>\nDStem: 435 194 553 194 379 0 498 0 506 449 629 449 445 242 565 242\nRef: 728 728 N 1 0 0 1 392.507 -14\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 706\nWidth: 772\nFlags: W\nHStem: 0 21G<-24 313 480 678> 318 351<312 327> 556 129<700.432 718 718.063 719.937 721 728>\nVStem: -24 337<1 25> 152 338<644 668>\nDStem: 220 573 376 552 90 96 327 371 220 573 312 318 90 96 252 96\nFore\n678 25 m 1\n 678 0 l 1\n 480 0 l 1\n 390 254 l 1\n 372 292 367 318 339 318 c 2\n 312 318 l 1\n 252 96 l 1\n 238 47 244 34 313 25 c 1\n 313 0 l 1\n -24 0 l 1\n -24 25 l 1\n 50 33 76 45 90 96 c 2\n 220 573 l 2\n 234 625 220 640 152 644 c 1\n 152 669 l 1\n 490 669 l 1\n 490 644 l 1\n 415 639 396 623 376 552 c 1\n 327 371 l 1\n 364 372 l 2\n 408 373 513 460 560 578 c 0\n 580 626 648 686 718 685 c 0\n 769 684 806 664 793 616 c 0\n 783 580 769 557 720 556 c 0\n 644 554 674 583 630 583 c 0\n 598 583 561 418 451 352 c 1\n 482 349 532 328 550 286 c 1\n 642 46 l 1\n 651 31 653 26 678 25 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 707\nWidth: 534\nFlags: W\nHStem: 0 24.3931<417 418> 213.437 47.5635<185 186> 361 109<452 458>\nDStem: 86 328 171 214 -6 0 113 0\nFore\n171 214 m 1\n 113 0 l 1\n -6 0 l 1\n 86 328 l 2\n 95 360 98 372 96 382 c 0\n 92 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 176 447 240 461 c 1\n 184 261 l 1\n 205 261 l 2\n 238 261 290 330 313 368 c 0\n 327 390 376 470 453 470 c 0\n 509 470 514 447 514 410 c 0\n 514 380 486 361 455 361 c 0\n 413 361 427 396 401 396 c 0\n 364 396 329 271 267 243 c 1\n 296 242 332 228 341 200 c 1\n 399 39 l 2\n 404 26 413 24 424 24 c 1\n 418 0 l 1\n 270 0 l 1\n 214 168 l 1\n 214 168 202 214 181 214 c 2\n 171 214 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 708\nWidth: 778\nFlags: W\nHStem: 0 21<-24 272 340 657> 329 44<279 504> 649 20<116 433 501 799>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 266 329 56 97 216 148 178 546 718 572 56 97 609 175 505 329 609 175 441 97 603 153 505 329 718 572 441 97 609 175 564 546 718 572 517 373 609 175\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 709\nWidth: 560\nFlags: W\nHStem: 0 21G<-6 113> 194 48<181 297>\nDStem: 50 204 166 194 -6 0 113 0 373 449 496 449 312 242 412 163\nFore\n166 194 m 1\n 113 0 l 1\n -6 0 l 1\n 50 204 l 2\n 83 324 96 371 96 382 c 0\n 96 401 84 406 42 407 c 1\n 42 434 l 1\n 98 436 174 447 238 461 c 1\n 180 242 l 1\n 312 242 l 1\n 373 449 l 1\n 496 449 l 1\n 412 163 l 1\n 394 109 387 86 387 76 c 128\n 387 66 393 59 401 59 c 0\n 418 59 431 73 471 135 c 1\n 493 122 l 1\n 435 25 393 -9 334 -9 c 0\n 292 -9 266 14 266 51 c 0\n 266 77 278 134 294 182 c 2\n 298 194 l 1\n 166 194 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 710\nWidth: 823\nFlags: W\nHStem: 0 21G<328 668> 239.791 53.4212<340 373> 649 20G<106 443 504 844>\nVStem: 328 340<1 25>\nDStem: 106 669 443 669 105 644 442 644 171 573 333 573 106 335 268 333 494 281 736 573 444 96 606 96 504 669 844 669 503 644 843 644 574 573 736 573 510 338 606 96\nFore\n494 281 m 1\n 463 264 404 239 340 239 c 0\n 232 239 86 261 106 335 c 2\n 171 573 l 1\n 185 623 171 638 105 644 c 1\n 106 669 l 1\n 443 669 l 1\n 442 644 l 1\n 371 639 347 623 333 573 c 1\n 268 333 l 2\n 261 308 309 293 373 293 c 0\n 430 293 488 326 510 338 c 1\n 574 573 l 1\n 588 623 572 639 503 644 c 1\n 504 669 l 1\n 844 669 l 1\n 843 644 l 1\n 774 639 750 623 736 573 c 1\n 606 96 l 1\n 592 47 599 34 668 25 c 1\n 668 0 l 1\n 328 0 l 1\n 328 25 l 1\n 404 33 430 47 444 96 c 1\n 494 281 l 1\nEndSplineSet\nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 711\nWidth: 556\nFlags: W\nVStem: 54.9559 118.378<198 221>\nFore\n471 133 m 1\n 492 120 l 1\n 440 31 391 -9 331 -9 c 0\n 287 -9 266 11 266 51 c 0\n 266 79 311 239 329 294 c 1\n 226 150 196 124 129 124 c 0\n 80 124 54 149 54 198 c 0\n 54 222 61 258 75 306 c 1\n 81 328 l 2\n 89 357 90 363 90 379 c 0\n 90 399 80 404 34 407 c 1\n 34 434 l 1\n 82 436 141 444 215 457 c 0\n 231 460 237 461 243 462 c 1\n 188 287 l 1\n 175 244 173 236 173 221 c 0\n 173 204 180 196 194 196 c 0\n 214 196 236 213 267 251 c 0\n 324 323 333 323 370 449 c 1\n 488 449 l 1\n 410 181 l 1\n 385 86 385 86 385 76 c 0\n 385 67 391 59 399 59 c 0\n 416 59 436 80 471 133 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 712\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 726 72<390 409> 868 20<262 305 539 578>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 191 210\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 713\nWidth: 500\nFlags: W\nHStem: 516 72<282 301> 658 20<154 197 431 470>\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 97 97 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 83 0\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 714\nWidth: 667\nFlags: W\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 732 130<287.208 300 506 512>\nVStem: -67 196<1 25> 234 130<785.399 798> 289 304<1 25> 446 130<785.399 798>\nDStem: 388 683 309 491 16 95 161 248\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 179 207\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 715\nWidth: 500\nFlags: W\nHStem: 525 130<182.208 195 401 407>\nVStem: -21 123<99.9685 129> 129 130<578.399 591> 341 130<578.399 591>\nDStem: 344 449 455 456 326 390 384 220\nRef: 97 97 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 74 0\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 716\nWidth: 944\nFlags: W\nHStem: 0 32<528 573> 255 39<226 387> 637 32<672 710>\nVStem: -64 195<1 25>\nDStem: 390 574 478 627 24 102 225 294 490 627 781 472 398 294 708 199 490 627 626 605 398 294 561 370\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 717\nWidth: 722\nFlags: W\nHStem: -12.9978 62.9978<425 468> 419 42.6761<281 287> 428.776 29.4318<550 573>\nVStem: 583 90<371 387>\nDStem: 370 454 473 459 352 396 453 394\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 718\nWidth: 667\nFlags: W\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 719 72<446 465> 861 20<318 361 595 634>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 247 203\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 719\nWidth: 444\nFlags: W\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 512 72<295 314> 654 20<167 210 444 483>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 96 -4\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 720\nWidth: 620\nFlags: W\nHStem: -12.1841 50.1841<181 183> 622.996 99.0037<297 362>\nVStem: 5.17211 136.821<91 122> 392 192<481 515>\nFore\n124 482 m 1\n 82 508 l 1\n 170 662 250 722 362 722 c 0\n 490 722 584 625 584 495 c 0\n 584 239 372 -13 160 -13 c 0\n 70 -13 5 43 5 122 c 0\n 5 176 33 235 85 284 c 0\n 158 355 230 389 384 420 c 1\n 390 451 392 471 392 496 c 0\n 392 580 360 623 297 623 c 0\n 235 623 194 589 124 482 c 1\n373 371 m 1\n 357 365 335 357 325 354 c 0\n 211 309 141 208 141 91 c 0\n 141 57 154 38 182 38 c 0\n 253 38 320 157 373 371 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 721\nWidth: 444\nFlags: W\nHStem: -12.8723 32.8723<117 127> 397.995 64.0051<203 247>\nVStem: 5.28152 92.1913<54 74> 268 130<306 326>\nFore\n86 307 m 1\n 57 324 l 1\n 117 423 171 462 247 462 c 0\n 334 462 398 399 398 315 c 0\n 398 150 254 -13 110 -13 c 0\n 49 -13 5 23 5 74 c 0\n 5 109 24 147 59 179 c 0\n 109 225 158 247 262 267 c 1\n 266 287 268 300 268 316 c 0\n 268 370 246 398 203 398 c 0\n 161 398 133 376 86 307 c 1\n255 235 m 1\n 244 231 229 226 222 224 c 0\n 145 195 97 130 97 54 c 0\n 97 32 106 20 125 20 c 0\n 173 20 219 97 255 235 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 722\nWidth: 620\nFlags: W\nHStem: -12.1841 50.1841<181 183> 622.996 99.0037<297 362> 762 130<304.255 317.047 523.047 529.047>\nVStem: 5.17211 136.821<91 122> 251.047 130<815.399 828> 392 192<481 515> 463.047 130<815.399 828>\nRef: 168 168 N 1 0 0 1 196.047 237\nRef: 1240 1240 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 723\nWidth: 444\nFlags: W\nHStem: -12.8723 32.8723<117 127> 397.995 64.0051<203 247> 502 130<177.416 190.208 396.208 402.208>\nVStem: 5.28152 92.1913<54 74> 268 130<306 326 555.399 568> 336.208 130<555.399 568>\nRef: 168 168 N 1 0 0 1 69.2083 -23\nRef: 1241 1241 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 724\nWidth: 1107\nFlags: HW\nHStem: 0 21<-24 174 327 664 816 1014> 318 351<663 678> 583 102.01<312 344> 709 130<585.531 598.323 804.323 810.323>\nVStem: 195.749 214.921<583 598> 327 337<1 25> 354.977 52.3383<512 556> 503 338<644 668> 532.323 130<762.399 775> 744.323 130<762.399 775>\nDStem: 262 286 401 254 38 46 174 0 501 318 663 318 441 96 603 96 565 550 727 552 516 371 678 371\nRef: 168 168 N 1 0 0 1 477.323 184\nRef: 1046 1046 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 725\nWidth: 1051\nFlags: HW\nHStem: -13 33<117 131> -12.9972 63.9972<755 803> 0 21<379 498> 194 48<391 434 566 607> 397.993 64.0065<199 247> 429 32.618<875 883> 502 130<476.905 489.697 695.697 701.697>\nVStem: 3.91217 118.85<77 95> 272 128<291 323> 423.697 130<555.399 568> 602 128<125 149> 635.697 130<555.399 568> 879.238 118.85<354 372>\nDStem: 435 194 553 194 379 0 498 0 506 449 629 449 445 242 565 242\nRef: 168 168 N 1 0 0 1 368.697 -23\nRef: 1078 1078 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 726\nWidth: 564\nFlags: HW\nHStem: -19 45<190 222> 320 45<211 286> 660 31<382 404> 739 130<338.344 351.136 557.136 563.136>\nVStem: 285.136 130<792.399 805> 401 175<183 230> 496 118<525 541> 497.136 130<792.399 805>\nRef: 168 168 N 1 0 0 1 230.136 214\nRef: 1047 1047 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 727\nWidth: 408\nFlags: HW\nHStem: -13.3927 49.7393<123 150> 220 40<136 182> 440 32.011<241 254> 502 130<176.498 189.29 395.29 401.29>\nVStem: 123.29 130<555.399 568> 253.756 103.593<162 173> 335.29 130<555.399 568>\nRef: 168 168 N 1 0 0 1 68.29 -23\nRef: 1079 1079 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 728\nWidth: 657\nFlags: W\nHStem: -19 45<190 222> 320 45<211 286> 660 31<382 404>\nVStem: 401 175<183 230> 496 118<525 541>\nFore\n211 26 m 0\n 284 26 401 119 401 184 c 0\n 401 238 428 320 267 320 c 2\n 198 320 l 1\n 211 365 l 1\n 280 365 l 2\n 393 365 495 392 496 538 c 0\n 496 625 456 660 388 660 c 0\n 344 660 296 641 250 604 c 0\n 207 569 183 540 145 475 c 1\n 117 475 l 1\n 176 692 l 1\n 206 692 l 1\n 206 666 212 658 229 658 c 0\n 238 658 250 661 274 669 c 0\n 325 685 359 691 397 691 c 0\n 533 691 614 677 614 527 c 0\n 614 399 517 366 484 357 c 1\n 525 344 577 336 576 201 c 0\n 576 12 351 -19 203 -19 c 0\n 132 -19 73 -9 33 35 c 0\n 6 64 8 68 -18 112 c 1\n 18 137 l 1\n 60 78 88 59 132 40 c 0\n 158 28 183 26 211 26 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 729\nWidth: 439\nFlags: W\nHStem: -13.3927 49.7393<123 150> 220 40<136 182> 440 32.011<241 254>\nVStem: 253.756 103.593<162 173>\nFore\n123 36 m 0\n 168 36 229 63 246 122 c 0\n 254 154 278 220 167 220 c 2\n 125 220 l 1\n 136 260 l 1\n 180 260 l 2\n 263 260 280 318 292 360 c 0\n 301 393 296 440 242 440 c 0\n 216 440 186 429 158 408 c 0\n 131 388 115 370 88 326 c 1\n 63 326 l 1\n 103 471 l 1\n 125 471 l 1\n 127 456 132 451 144 451 c 0\n 150 451 160 453 178 458 c 0\n 214 469 238 473 260 473 c 0\n 351 473 400 411 377 327 c 0\n 368 295 350 263 322 243 c 1\n 354 222 365 181 353 138 c 0\n 328 48 241 -14 150 -14 c 0\n 73 -14 26 17 -12 91 c 1\n 11 109 l 1\n 37 67 82 36 123 36 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 730\nWidth: 870\nFlags: HW\nHStem: 0 21<-23 314 375 715> 649 20<153 490 551 891> 709 70<391.389 700.389>\nVStem: 153 337<644 668> 551 340<644 668>\nDStem: -24 25 313 25 -23 0 314 0 218 573 272 176 88 96 250 96 218 573 382 580 88 96 290 243 374 25 714 25 375 0 715 0 589 456 783 573 491 96 653 96 608 523 589 456 290 243 272 176 621 573 783 573 608 523 653 96\nRef: 175 175 N 1 0 0 1 323.389 156\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 731\nWidth: 556\nFlags: HW\nHStem: 502 70<179.902 488.902>\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 175 175 N 1 0 0 1 111.902 -51\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 732\nWidth: 870\nFlags: HW\nHStem: 0 21<-23 314 375 715> 649 20<153 490 551 891> 709 130<436.031 448.823 654.823 660.823>\nVStem: 153 337<644 668> 382.823 130<762.399 775> 551 340<644 668> 594.823 130<762.399 775>\nDStem: -24 25 313 25 -23 0 314 0 218 573 272 176 88 96 250 96 218 573 382 580 88 96 290 243 374 25 714 25 375 0 715 0 589 456 783 573 491 96 653 96 608 523 589 456 290 243 272 176 621 573 783 573 608 523 653 96\nRef: 168 168 N 1 0 0 1 327.823 184\nRef: 1048 1048 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 733\nWidth: 556\nFlags: HW\nHStem: 502 130<224.543 237.335 443.335 449.335>\nVStem: 15.004 118.996<65 88> 171.335 130<555.399 568> 383.335 130<555.399 568>\nDStem: 76 306 243 462 36 173 149 154\nRef: 168 168 N 1 0 0 1 116.335 -23\nRef: 1080 1080 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 734\nWidth: 722\nFlags: HW\nHStem: -18 34<262 283> 651 34<427.95 459> 709 130<360.621 373.413 579.413 585.413>\nVStem: 27 144.002<137 221> 307.413 130<762.399 775> 519.413 130<762.399 775> 547 143.998<454 531>\nRef: 168 168 N 1 0 0 1 252.413 184\nRef: 1054 1054 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 735\nWidth: 500\nFlags: HW\nHStem: -13 29<155 173> 433 29<269 285> 502 130<195.316 208.108 414.108 420.108>\nVStem: -3 119.002<78 135> 142.108 130<555.399 568> 322 118.997<311 375> 354.108 130<555.399 568>\nRef: 168 168 N 1 0 0 1 87.1077 -23\nRef: 1086 1086 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 736\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 737\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 738\nWidth: 722\nFlags: W\nHStem: -18 34<262 283> 651 34<427.95 459> 709 130<360.621 373.413 579.413 585.413>\nVStem: 27 144.002<137 221> 307.413 130<762.399 775> 519.413 130<762.399 775> 547 143.998<454 531>\nRef: 168 168 N 1 0 0 1 252.413 184\nRef: 1256 1256 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 739\nWidth: 500\nFlags: W\nHStem: -13 29<155 173> 433 29<269 285> 502 130<195.316 208.108 414.108 420.108>\nVStem: -3 119.002<78 135> 142.108 130<555.399 568> 322 118.997<311 375> 354.108 130<555.399 568>\nRef: 168 168 N 1 0 0 1 87.1077 -23\nRef: 1257 1257 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 740\nWidth: 732\nFlags: HW\nHStem: -19 48<216 238> 326 47<269 507> 658 32.1697<413 424> 739 130<378.237 391.029 597.029 603.029>\nVStem: 325.029 130<792.399 805> 537.029 130<792.399 805>\nRef: 168 168 N 1 0 0 1 270.029 214\nRef: 1069 1069 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 741\nWidth: 451\nFlags: HW\nHStem: -13 33<109 126> 194 48<139 244> 397.993 64.0065<191 239> 502 130<166.69 179.482 385.482 391.482>\nVStem: -4.08783 118.85<77 95> 113.482 130<555.399 568> 264 128<291 323> 325.482 130<555.399 568>\nRef: 168 168 N 1 0 0 1 58.4819 -23\nRef: 1101 1101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 742\nWidth: 766\nFlags: HW\nHStem: -14 134<86 108> 642 27<396.007 413.492> 709 70<319.711 628.711>\nVStem: 107 320<644 668> 540 253<644 668>\nDStem: 171 586 339 611 237 122 384 289 541 495 598 492 384 289 245 34\nRef: 175 175 N 1 0 0 1 251.711 156\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 743\nWidth: 444\nFlags: W\nHStem: -205 115<-43 -33> 512 70<84 393>\nVStem: 273 119<397 408>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 175 175 S 1 0 0 1 16 -41\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 744\nWidth: 766\nFlags: HW\nHStem: -14 134<86 108> 642 27<396.007 413.492> 709 130<364.352 377.144 583.144 589.144>\nVStem: 107 320<644 668> 311.144 130<762.399 775> 523.144 130<762.399 775> 540 253<644 668>\nDStem: 171 586 339 611 237 122 384 289 541 495 598 492 384 289 245 34\nRef: 168 168 N 1 0 0 1 256.144 184\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 745\nWidth: 444\nFlags: HW\nHStem: -205 115<-43 -33> 502 130<125.97 138.762 344.762 350.762>\nVStem: 72.7618 130<555.399 568> 273 119<397 408> 284.762 130<555.399 568>\nRef: 168 168 N 1 0 0 1 17.7618 -23\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 746\nWidth: 766\nFlags: HW\nHStem: -14 134<86 108> 642 27<396.007 413.492>\nVStem: 107 320<644 668> 540 253<644 668>\nDStem: 171 586 339 611 237 122 384 289 541 495 598 492 384 289 245 34\nRef: 733 733 N 1 0 0 1 199.465 193\nRef: 1059 1059 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 747\nWidth: 444\nFlags: HW\nHStem: -205 115<-43 -33>\nVStem: 273 119<397 408>\nRef: 733 733 N 1 0 0 1 -38.9175 -14\nRef: 1091 1091 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 748\nWidth: 823\nFlags: HW\nHStem: 0 21<328 668> 239.791 53.4212<340 373> 649 20<106 443 504 844> 709 130<389.442 402.234 608.234 614.234>\nVStem: 328 340<1 25> 336.234 130<762.399 775> 548.234 130<762.399 775>\nDStem: 106 669 443 669 105 644 442 644 171 573 333 573 106 335 268 333 494 281 736 573 444 96 606 96 504 669 844 669 503 644 843 644 574 573 736 573 510 338 606 96\nRef: 168 168 N 1 0 0 1 281.234 184\nRef: 1063 1063 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 749\nWidth: 556\nFlags: HW\nHStem: 502 130<224.543 237.335 443.335 449.335>\nVStem: 54.9559 118.378<198 221> 171.335 130<555.399 568> 383.335 130<555.399 568>\nRef: 168 168 N 1 0 0 1 116.335 -23\nRef: 1095 1095 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 750\nWidth: 1060\nFlags: HW\nHStem: 0 35<266.052 300> 337.94 35.0604<324.125 354.988> 338 332<314.063 353.986> 641 29<168 170> 709 130<530.805 543.597 749.597 755.597>\nVStem: 147 334<645 669> 477.597 130<762.399 775> 689.597 130<762.399 775> 731 350<645 669>\nDStem: 206 553 314 338 92 117 241 70 559 25 909 25 560 0 910 0 805 574 967 574 679 96 841 96\nRef: 168 168 N 1 0 0 1 422.597 184\nRef: 1067 1067 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 751\nWidth: 744\nFlags: HW\nHStem: -12.7767 47.7767<174 182> 211.998 56.0024<228 265> 502 130<311.586 324.378 530.378 536.378>\nVStem: 14.5842 113.416<110 131> 258.378 130<555.399 568> 316.403 78.5969<140 151> 470.378 130<555.399 568>\nDStem: 515 338 665 462 457 123 574 128\nRef: 168 168 N 1 0 0 1 203.378 -23\nRef: 1099 1099 N 1 0 0 1 0 0\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 752\nWidth: 504\nFlags: W\nHStem: 0 284<375 376> 285.091 246.909<441 445>\nVStem: 55 157<64 85>\nDStem: 376 360 419 337 337 315 374 284\nFore\n113 372.5 m 0\n 105.447 409.635 117.119 458.934 138.5 484 c 0\n 155.202 503.58 170.767 517.309 193 527.5 c 0\n 201 531.167 207.333 532.667 212 532 c 2\n 252 532 l 2\n 253.333 532 252.833 531 250.5 529 c 0\n 246.006 525.147 234 511.452 234 499 c 0\n 234 493 l 0\n 234 440.346 300.389 355.681 337 315 c 1\n 376 360 l 2\n 372.227 360 356.83 374.17 352 379 c 0\n 339.806 392.412 322.957 415.235 330 442 c 0\n 330 443.664 330.988 444.988 332 446 c 0\n 332 453.523 347.814 478.592 353 486 c 0\n 366.341 505.407 386.028 527.741 413 532 c 1\n 453 532 l 2\n 461.679 532 448.342 508.355 445 500 c 1\n 439.024 476.099 464.558 455.331 483.5 445 c 0\n 498.544 436.795 517.219 420.253 529 407 c 0\n 539.667 395 544.667 378.667 544 358 c 2\n 544 351.5 l 2\n 544 342.048 536.909 328.362 532 321 c 0\n 521.889 304.147 503.186 292.729 480 285 c 1\n 480 285 437.667 284.5 437 285.5 c 0\n 436.544 286.184 440.152 300.761 441 305 c 1\n 442.521 317.16 428.766 329.175 421 335 c 0\n 421 336.333 420.334 337 419 337 c 2\n 374 284 l 1\n 375.333 284 381.333 280.333 392 273 c 0\n 422.93 251.737 450.606 215.821 469.5 176.5 c 0\n 486.022 142.116 481.646 119.616 473.5 87 c 0\n 473.167 85.6667 473 84.3333 473 83 c 0\n 463.228 53.684 443.179 20.1128 419 5 c 0\n 413.667 1.66667 409 1.0842e-19 405 0 c 2\n 365 0 l 2\n 363.75 0 368.305 15.2177 369 18 c 0\n 386.153 80.893 349.327 108.154 318 138.5 c 2\n 285 170 l 1\n 178 275 l 1\n 169.242 261.865 163 245.344 163 223.5 c 0\n 163 197.559 189.941 150.873 200.5 124 c 0\n 206.131 109.67 212 89.5974 212 71 c 0\n 212 35.2663 184.553 10.8827 156.5 3.5 c 0\n 150.167 1.83333 146.333 0.666667 145 0 c 1\n 4 0 l 1\n 19.5049 18.3239 13.4963 11.6413 33 20 c 0\n 49.1302 26.9129 55 51.1396 55 75.5 c 2\n 55 109 l 2\n 51.6953 175.09 55.5995 215.228 88.5 253.5 c 0\n 104.833 272.5 123.333 291 144 309 c 1\n 138.913 311.545 132.197 320.284 128 327 c 0\n 122 337.667 117 352.833 113 372.5 c 0\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 753\nWidth: 504\nFlags: W\nHStem: 0 100<58 385> 400 100<256 387> 400 136<193 230>\nFore\n233 536 m 1\n 232.33 533.99 232.04 533.079 231 531 c 0\n 231 529.667 229.972 528.333 230 527 c 0\n 230 515.789 226.357 512.643 233 506 c 0\n 240.644 500.903 248.471 500 261 500 c 2\n 443 500 l 2\n 493.282 500 525 478.022 525 426.5 c 0\n 525 410.833 522.333 393.667 517 375 c 1\n 443 100 l 1\n 493 100 l 1\n 435 0 l 1\n 0 0 l 1\n 58 100 l 1\n 385 100 l 1\n 433 331 l 1\n 435.667 341.667 437 351 437 359 c 0\n 437 376.155 424.555 391.07 411 396 c 0\n 403.667 398.667 395 400 385 400 c 2\n 199 400 l 2\n 161.531 400 134.652 409.274 136 447 c 0\n 136 486.632 165.244 523.856 193 536 c 1\n 233 536 l 1\nEndSplineSet\nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 754\nWidth: 313\nFlags: W\nHStem: 0 21G<0 145 228 268> 389 147<219 244>\nVStem: 211 58<30 32>\nFore\n247 536 m 1\n 247 530.964 243.223 523.802 244 517 c 2\n 244 513.5 l 2\n 244 501.157 270.717 500.021 285 499 c 0\n 286.333 498.333 287.667 498 289 498 c 2\n 293 498 l 2\n 305.277 498 328.968 493.321 339 490.5 c 0\n 376.124 480.059 358.51 422.605 349 390 c 0\n 348.873 389.619 313.059 255.551 308 237 c 0\n 308 235.667 289.333 167.333 286 156 c 0\n 270.509 94.0358 273.995 86.9216 269 32 c 0\n 269 21.3334 267.972 10.6667 268 0 c 1\n 228 0 l 2\n 226.585 1.4144 211 20.8607 211 31 c 0\n 211 44.7462 206.094 66.0405 205 81.5 c 2\n 205 86 l 1\n 145 0 l 1\n 0 0 l 1\n 53 100 l 1\n 179 127 l 1\n 191.39 139.39 211.439 154.316 218 174 c 2\n 230 206 l 0\n 241.5 234.755 266.178 284.714 274 316 c 0\n 276.101 320.203 277 323.654 277 329 c 0\n 279.218 336.766 280 344.344 280 353 c 0\n 275.923 369.3 277.034 382.416 261 385.5 c 0\n 256.009 386.46 240.345 389 230 389 c 2\n 219 389 l 0\n 204.333 389.667 190.5 393.167 177.5 399.5 c 128\n 164.5 405.833 157 421 155 445 c 0\n 149.343 473.269 179.612 512.093 200.5 530 c 0\n 202.833 532 205 534 207 536 c 1\n 247 536 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 755\nWidth: 504\nFlags: W\nHStem: 400 100<231 442 502 519> 400 136<170 206>\nFore\n502 400 m 1\n 428 88 l 1\n 422.483 60.4092 402.511 17.3409 378 1 c 0\n 376 0.333333 374.333 -2.71051e-20 373 0 c 2\n 369 0 l 1\n 329 -1 l 1\n 325 0 l 2\n 323.234 0 328.493 17.2252 329 19 c 0\n 329.667 19.6667 330 20.1667 330 20.5 c 2\n 330 22 l 2\n 330.995 24.9849 443 400 443 400 c 1\n 176 400 l 2\n 173.333 400 162.667 401 160 401 c 0\n 136.649 405.378 119 416.669 119 445 c 0\n 119 483.208 143.773 523.76 170 536 c 1\n 210 536 l 1\n 208.237 528.95 206 526.304 206 519 c 0\n 206 505.99 209.689 506.658 217 503 c 0\n 223.289 500.485 229.475 500 238 500 c 2\n 537 500 l 2\n 561.545 500 575.546 476.185 569 450 c 0\n 561.942 424.121 541.827 400 511 400 c 2\n 502 400 l 1\nEndSplineSet\nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 756\nWidth: 504\nFlags: W\nHStem: 400 100<225 442 502 513> 400 136<170 206>\nVStem: 47 79.9902<127 129>\nFore\n502 400 m 1\n 432 88 l 1\n 423.903 47.5041 416.359 49.7246 403 23 c 0\n 397.558 14.8373 387.382 -1 375 -1 c 2\n 335 -2 l 2\n 334.333 -1.33333 333.667 -1 333 -1 c 128\n 332.333 -1 332 -0.666667 332 0 c 2\n 328 0 l 0\n 326.234 0 331.493 17.2252 332 19 c 0\n 332.667 19.6667 333 20.1667 333 20.5 c 2\n 333 22 l 2\n 334.001 25.0008 434.07 369.287 443 400 c 1\n 176 400 l 2\n 137.258 400 126.276 410.872 123 442 c 0\n 118.587 481.701 145.257 520.775 170 536 c 1\n 210 536 l 1\n 208.237 528.95 206 526.304 206 519 c 0\n 206 505.99 209.689 506.658 217 503 c 0\n 223.289 500.485 229.475 500 238 500 c 2\n 537 500 l 2\n 561.545 500 575.546 476.185 569 450 c 0\n 561.942 424.121 541.827 400 511 400 c 2\n 502 400 l 1\n6 -1 m 1\n 4.64785 -0.0188118 0.811048 -1.52229 1 1 c 1\n 2.05597 4.1679 13.0965 22.7736 16 28 c 0\n 26.6317 38.6317 41.0531 80.7228 44.5 106 c 0\n 45.5 113.333 46.3333 120.333 47 127 c 2\n 47 127.914 47 127.758 47 129 c 0\n 56.6903 187.143 68.7494 229.751 101 262 c 0\n 103.627 264.627 125.619 286.128 132 284 c 2\n 172 284 l 1\n 177.55 280.071 167.562 268.488 163 262.5 c 0\n 148.387 243.319 131.101 199.693 129 164 c 2\n 127 131 l 1\n 127 107.145 126.064 85.1523 119 67.5 c 0\n 118.333 65.8333 118 64.3333 118 63 c 0\n 116.52 60.0425 115.195 56.5818 114 53 c 0\n 105.345 34.4547 82.9193 7.13521 58.5 1.5 c 0\n 54.1667 0.5 50 0 46 0 c 2\n 6 -1 l 1\nEndSplineSet\nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 757\nWidth: 285\nFlags: W\nFore\n328.5 432.5 m 0\n 323.336 392.232 261.243 139.354 249 88 c 1\n 244.215 64.0668 223.537 12.8008 196 1 c 0\n 194.667 0.333333 193.333 -2.71051e-20 192 0 c 2\n 188 0 l 1\n 148 -1 l 1\n 145 0 l 2\n 143.794 0 149.411 16.9363 150 19 c 2\n 150 22 l 0\n 150.996 24.9851 151.682 29.365 153 32 c 2\n 246 325 l 2\n 248.667 333.667 250 341.333 250 348 c 0\n 250 371.879 241.976 392.329 223.5 396.5 c 0\n 190.046 404.053 178.571 398.571 149.5 408 c 0\n 137.167 412 129.333 424.333 126 445 c 0\n 124.641 451.79 125.759 459.797 127 466 c 0\n 127 467.667 129.337 469.755 129 472 c 0\n 138.955 497.888 151.954 511.229 167.5 529 c 0\n 169.833 531.667 172.333 534 175 536 c 1\n 215 536 l 2\n 215 532.218 211.467 525.435 212 520 c 0\n 212 505.227 217.566 500.179 231 498.5 c 0\n 239 497.5 248 496.667 258 496 c 0\n 270.5 496 290.931 491.409 301.5 488 c 0\n 321.785 481.457 331.942 459.339 328.5 432.5 c 0\nEndSplineSet\nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 758\nWidth: 285\nFlags: W\nHStem: 349 143<282 292.013> 407 129<205 209.999>\nVStem: 149 207.771<445 447>\nFore\n255 395 m 1\n 251.469 390.291 230.264 358.162 225 345 c 0\n 221.962 335.891 218.763 331.331 217 322 c 0\n 213 306.667 211 290.833 211 274.5 c 0\n 211 174.372 216.916 104.488 178 50 c 0\n 167.687 34.5298 140.183 8.93969 117 2.5 c 0\n 104.444 -0.98765 75.8875 -0.602812 60 -1 c 1\n 55 0 l 2\n 53.8624 0 72.3672 28.7217 75 33 c 0\n 76.3333 33 77 34.695 77 36 c 0\n 95.9657 67.6091 106.023 83.0948 115 119 c 0\n 130.521 175.913 127.386 237.736 143 293 c 0\n 154.458 330.236 162.032 345.84 180 371 c 0\n 190.492 381.492 199.083 397.813 210 406 c 0\n 209.333 406 205.667 407 205 407 c 0\n 175.814 409.779 150.336 414.285 149 445 c 0\n 149 477.564 168.829 505.829 186 523 c 0\n 189.929 528.24 195.642 531.642 200 536 c 1\n 240 536 l 1\n 239.592 534.776 239 533.202 239 532 c 0\n 239 528.087 237.972 522.911 238 519 c 0\n 238 504.859 240.329 502.467 254.5 498.5 c 0\n 262.833 496.167 272 494 282 492 c 0\n 294.757 492 334.662 482.338 342 475 c 0\n 354.333 461.545 361.647 443.943 354 421 c 0\n 350.819 405.091 330.949 365.949 319 354 c 2\n 318 354 l 1\n 314.587 352.266 313.615 351.346 310 349 c 1\n 270 349 l 1\n 270.795 351.205 271.429 353.572 272 356 c 1\n 272 360.218 266.71 380.935 263 386.5 c 0\n 261 389.5 258.333 392.333 255 395 c 1\nEndSplineSet\nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 759\nWidth: 504\nFlags: W\nHStem: 400 100<223.86 442 502 513>\nFore\n221 400 m 1\n 218.758 396.264 202.53 377.824 198 372 c 2\n 188 357.5 l 2\n 184.365 352.047 176.429 336.71 174 327 c 2\n 105 50 l 1\n 98.6858 28.3529 84.2565 -2.60671e-05 60 0 c 2\n 20 -1 l 1\n 15 0 l 2\n 11.4984 0 19.2025 32.2785 20 36 c 0\n 20.6667 36.6667 21 37.3333 21 38 c 128\n 21 38.6667 21.3333 39.3333 22 40 c 0\n 22 45.2516 23.6951 51.0854 25 55 c 2\n 103 327 l 2\n 109.045 348.165 144.424 386.536 165 403 c 1\n 142.018 406.283 117.462 420.4 119 445 c 0\n 119 485.583 143.205 521.71 170 536 c 1\n 210 536 l 1\n 208.237 528.95 206 526.304 206 519 c 0\n 206 505.99 209.689 506.658 217 503 c 0\n 223.289 500.485 229.475 500 238 500 c 2\n 537 500 l 2\n 561.545 500 575.546 476.185 569 450 c 0\n 561.942 424.121 541.827 400 511 400 c 2\n 502 400 l 1\n 432 88 l 2\n 427.028 63.1323 409.039 27.0389 391 9 c 0\n 387.435 4.54471 381.932 -1 375 -1 c 2\n 335 -2 l 1\n 329.675 0.129863 328.573 -0.991625 330.5 8 c 0\n 331.5 12.6667 332.667 17.6667 334 23 c 0\n 334 26.3048 434.195 369.718 443 400 c 1\n 221 400 l 1\nEndSplineSet\nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 760\nWidth: 504\nFlags: W\nHStem: 0 100<123 395> 366 153<228 230> 395 124<219 220>\nVStem: 132 187<435 442>\nFore\n122 100 m 1\n 395 100 l 1\n 418.311 137.297 425.828 158.423 438 199 c 0\n 438 201.719 449.667 242.333 451 249 c 0\n 459 283 460.5 314.667 455.5 344 c 128\n 450.5 373.333 433.333 391.667 404 399 c 1\n 362.63 383.241 335.633 303.855 319.5 258 c 0\n 313.167 240 307.333 231 302 231 c 2\n 262 231 l 2\n 244.989 231 280.062 324.16 287 342 c 0\n 312.738 410.636 309.618 392.342 330 436.5 c 0\n 337.89 453.593 338.428 481.435 332 497.5 c 0\n 331.333 499.167 331.333 500 332 500 c 0\n 341.587 501.199 351.795 502 362 502 c 2\n 402 502 l 2\n 466 502 505 481.333 519 440 c 0\n 550.502 346.996 515.208 220.246 482.5 137 c 0\n 469.109 102.917 442.941 54.7135 425.5 25 c 0\n 416.5 9.66667 411.667 1.33333 411 0 c 1\n 27 0 l 1\n 46.9955 52.7154 58 93.4116 58 158 c 1\n 58 160 l 1\n 58 224.031 67.3666 275.15 92 316.5 c 0\n 110.802 348.063 135.304 374.869 161 392 c 0\n 173.001 400 179.333 404.333 180 405 c 1\n 179 405 l 2\n 155.324 405 133.911 412.081 132 435 c 0\n 132 459.463 162.305 505.701 187.5 516.5 c 0\n 189.833 517.5 192.333 518.333 195 519 c 2\n 235 519 l 2\n 235 516.648 230.379 512.262 231 508 c 0\n 231 506.841 229.972 503.155 230 502 c 0\n 230 492.066 232.479 487.582 241.5 485.5 c 0\n 267.041 479.726 310.592 481.768 317 454 c 0\n 318.333 449.333 319 444.833 319 440.5 c 0\n 319 413.253 285.598 376.307 265 366 c 2\n 225 366 l 2\n 225 370.413 227.781 374.66 227 380 c 0\n 227 386.617 225.816 395 218 395 c 0\n 172.3 355.832 135.76 297.083 129 216 c 0\n 126.282 197.43 118.787 119.266 122 100 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 761\nWidth: 285\nFlags: W\nHStem: 399 137<175 191>\nVStem: 127 208<443 448>\nFore\n215 536 m 1\n 215 534.134 214.058 532.058 213 531 c 0\n 213 526.912 211.972 524.089 212 520 c 0\n 212 505.571 217.515 501.069 232 499 c 0\n 241.333 497.667 251 496.667 261 496 c 2\n 268 496 l 0\n 286.704 494.899 313.801 495.518 321 484 c 0\n 329.949 473.062 335 462.576 335 446 c 0\n 335 436.509 323.634 410.529 320 396 c 0\n 304.009 357.618 257.592 295.252 228.5 264.5 c 0\n 216.833 252.167 210 246.333 208 247 c 2\n 168 247 l 2\n 167.916 247 207.5 302.333 210.5 307 c 0\n 218.762 319.852 235 346.03 235 370 c 0\n 235 396.417 208.291 399 183 399 c 0\n 147.609 399 132.655 406.802 127 443 c 0\n 127 468.688 151.775 520.521 175 536 c 1\n 215 536 l 1\nEndSplineSet\nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 762\nWidth: 517\nFlags: W\nHStem: 400 100<231 442 502 519> 400 134<167 168 170 206>\nFore\n502 400 m 1\n 362 -185 l 1\n 354.793 -213.834 339.12 -246.187 316.5 -264.5 c 0\n 309.5 -270.167 302.333 -273 295 -273 c 2\n 255 -274 l 2\n 254.333 -273.333 253.333 -273 252 -273 c 128\n 250.667 -273 249.333 -272.667 248 -272 c 0\n 251.08 -267.027 253.488 -247.019 257 -240 c 2\n 443 400 l 1\n 169.5 400 l 0\n 157.288 400 143.181 404.644 134 411 c 0\n 125.333 417 120.333 428.333 119 445 c 0\n 116.342 458.283 123.252 469.012 126 480 c 0\n 134.659 501.026 148.974 522.65 166 534 c 0\n 167.664 534 168.988 534.988 170 536 c 2\n 210 536 l 1\n 208.237 528.95 206 526.304 206 519 c 0\n 206 505.99 209.689 506.658 217 503 c 0\n 223.289 500.485 229.475 500 238 500 c 2\n 537 500 l 2\n 561.545 500 575.546 476.185 569 450 c 0\n 561.942 424.121 541.827 400 511 400 c 2\n 502 400 l 1\nEndSplineSet\nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 763\nWidth: 504\nFlags: W\nHStem: 0 100<53 267> 400 100<251 347> 400 136<193 230>\nVStem: 464.549 60.4974<301 304>\nFore\n233 536 m 1\n 232.33 533.99 232.04 533.079 231 531 c 0\n 231 529.667 229.972 528.333 230 527 c 0\n 230 515.789 226.357 512.643 233 506 c 0\n 240.644 500.903 248.471 500 261 500 c 2\n 400 500 l 2\n 448.667 500 482.5 481.5 501.5 444.5 c 128\n 520.5 407.5 528.667 366.667 526 322 c 0\n 526 266.562 505.843 217.601 485 178 c 0\n 450.025 113.047 389.106 41.5372 323 12 c 0\n 293.355 -1.68198 269.354 -1.27157e-06 230 0 c 1\n -5 0 l 1\n 53 100 l 1\n 262 100 l 0\n 304 100.667 343.5 113 380.5 137 c 128\n 417.5 161 443 198.667 457 250 c 0\n 471.667 302.667 465 340.833 437 364.5 c 128\n 409 388.167 373.333 400 330 400 c 2\n 199 400 l 2\n 169.33 400 141.657 412.471 143 442 c 0\n 143 483.875 164.507 522.702 193 536 c 1\n 233 536 l 1\nEndSplineSet\nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 764\nWidth: 504\nFlags: W\nHStem: 0 21G<185 231> 400 100<229 453>\nFore\n228 500 m 1\n 520 500 l 1\n 552.366 500 567.559 476.383 559 445 c 1\n 519 264 l 2\n 509.144 214.717 403.447 147.188 351 115.5 c 0\n 307.526 89.2333 315.797 93.2401 288 71 c 0\n 268.414 51.4142 264.061 37.1023 252 17 c 0\n 247.413 8.97336 241.343 1.47747 231 0 c 1\n 185 0 l 1\n 141.602 0 182.362 50.6647 194.5 65.5 c 2\n 203 76 l 2\n 226.33 102.248 243.034 113.114 276 131.5 c 2\n 330 161 l 2\n 358.667 177 385.333 193.167 410 209.5 c 128\n 434.667 225.833 449.333 242.333 454 259 c 1\n 455 264 l 1\n 472 371 l 2\n 474.511 388.568 463.209 400 445 400 c 2\n 136 400 l 2\n 123.552 400 114 406.485 114 418.5 c 0\n 114 422.167 114.333 426.333 115 431 c 1\n 170 594 l 2\n 178.596 621.936 209.547 636.634 230 653 c 0\n 237.884 660.884 241.383 667.155 234 677 c 0\n 229.002 681.998 224.352 680.972 218.5 684.5 c 0\n 218.167 684.833 217.667 685 217 685 c 0\n 205.867 686.591 199 690.408 199 704 c 1\n 200 708 l 2\n 200 708.667 200.167 709.167 200.5 709.5 c 2\n 201 710 l 2\n 203.703 718.11 212.726 725.675 222 727 c 1\n 250.328 727 285.079 731.537 297.5 716.5 c 0\n 299.603 713.953 312 693.695 312 682.5 c 0\n 312 680.833 311.667 679.333 311 678 c 0\n 311 672.291 300.751 661.188 294 655 c 0\n 257.967 621.971 243.625 556.642 228 500 c 1\nEndSplineSet\nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 765\nWidth: 504\nFlags: W\nHStem: 0 100<103 417> 400 100<234 451>\nVStem: 120 432.745<442 448>\nDStem: 88 295 161 295 0 0 102 100 478 345 542 381 417 100 449 0\nFore\n88 295 m 1\n 99.3828 340.015 134.355 381.407 169 400 c 1\n 138.964 402.73 121.33 410.101 120 442 c 2\n 120 456 l 0\n 127.076 484.292 143.557 522.297 168 534.5 c 0\n 168.667 534.833 169.333 535.333 170 536 c 2\n 210 536 l 1\n 208.237 528.95 206 526.304 206 519 c 0\n 206 505.99 209.689 506.658 217 503 c 0\n 223.289 500.485 229.475 500 238 500 c 2\n 491 500 l 2\n 517.555 500 536.992 481.712 548 463 c 0\n 559.188 440.622 548.088 405.351 542 381 c 2\n 449 0 l 1\n 0 0 l 1\n 88 295 l 1\n234 400 m 1\n 230.675 396.675 216.253 386.75 211 380 c 0\n 191.619 360.619 169.03 329.798 161 295 c 1\n 102 100 l 1\n 417 100 l 1\n 478 345 l 2\n 481.199 358.861 486.361 373.221 479 385 c 0\n 472.65 398.97 454.694 400 435 400 c 2\n 234 400 l 1\nEndSplineSet\nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 766\nWidth: 504\nFlags: W\nHStem: 0 100<161 415>\nVStem: 50 76<138 145>\nFore\n433 0 m 1\n 116 0 l 1\n 143.794 33.3533 144.382 41.1642 156 76 c 0\n 156.667 77.3333 157 78.6667 157 80 c 0\n 157 84.8163 161.699 93.6685 161 100 c 1\n 415 100 l 1\n 435 175 l 1\n 468.313 296.312 437.29 391.808 330 399 c 1\n 249.442 390.05 168.643 308.751 140 240 c 0\n 127.869 209.669 126 180.082 126 141 c 0\n 126 113.297 125.34 92.8265 119 70 c 0\n 119 55.2315 103.826 34.6877 95.5 26 c 0\n 84.3034 14.3167 68.6917 -2.38419e-06 46 0 c 2\n 6 -1 l 1\n 4.64785 -0.0188118 0.811048 -1.52229 1 1 c 1\n 2.05597 4.1679 13.0965 22.7736 16 28 c 0\n 19.394 31.394 33.4648 62.2614 36.5 70.5 c 0\n 42.9248 87.9389 48.1079 115.296 50 138 c 2\n 50 145 l 1\n 58.4625 210.584 69.1554 245.251 95 287 c 0\n 116.73 322.101 148.519 359.512 176 376 c 0\n 192.667 386 200.667 391.667 200 393 c 0\n 194.799 403.4 181.489 403.682 167 405 c 0\n 144.37 406.742 124.484 410.272 126.5 436.5 c 0\n 128.808 466.53 149.739 496.597 171 509 c 1\n 211 509 l 1\n 206.733 498.774 206.33 492.55 220 490.5 c 0\n 226.667 489.5 234.333 488.667 243 488 c 2\n 256 488 l 0\n 280.852 488 302 483.321 302 460.5 c 0\n 302 456.167 301.333 451.667 300 447 c 0\n 300 445.291 298.829 445.533 299 443.5 c 2\n 299 443 l 2\n 299 441.336 298.012 440.012 297 439 c 0\n 305.302 448.964 312 459.515 312 475.5 c 0\n 312 479.833 311.667 483.333 311 486 c 0\n 311 487.159 309.591 494 311 494 c 0\n 328.45 497.272 348.685 501 368 501 c 2\n 408 501 l 2\n 468.667 500.333 504.667 476.5 516 429.5 c 0\n 535.998 346.567 518.211 263.211 500 194 c 0\n 500.515 192.97 472.716 82.2862 461 53 c 0\n 454.288 36.2222 448.081 23.1208 440 11 c 0\n 436 5 433.667 1.33333 433 0 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 767\nWidth: 281\nFlags: W\nHStem: 397.995 138.005<175 193.188>\nVStem: 119.659 204.053<445.014 456.882>\nFore\n215 536 m 1\n 214.592 534.775 214 533.202 214 532 c 0\n 214 528.087 212.972 522.911 213 519 c 0\n 213 504.893 215.175 501.196 231 499.5 c 0\n 240.333 498.5 250.333 497.667 261 497 c 2\n 265.5 497 l 2\n 267.167 497 269 496.667 271 496 c 0\n 283.102 496 299.286 493.714 305 488 c 0\n 342.245 458.204 315.764 405.021 295.5 378 c 2\n 280 358 l 2\n 259.788 331.724 246.846 322.586 236.5 294.5 c 0\n 232.801 284.459 229.803 273.412 228 263.5 c 0\n 227.333 259.833 226.667 257 226 255 c 2\n 119 -185 l 2\n 116.56 -194.763 104.943 -226.412 95.5 -239 c 0\n 82.4286 -256.424 90.5909 -248.87 77.5 -263.5 c 0\n 71.8333 -269.833 65.3333 -273 58 -273 c 2\n 18 -274 l 1\n 13.4612 -272.865 11.673 -273.062 14 -265.5 c 0\n 15.3333 -261.167 19.1667 -250.833 19.5 -250.5 c 2\n 20 -250 l 2\n 20.8008 -247.598 168 255.167 168 255.5 c 2\n 168 257 l 2\n 170 261.667 172.333 268.833 175 278.5 c 0\n 184.612 313.342 208.79 325.722 220 357 c 0\n 221.333 360.333 222 363.5 222 366.5 c 0\n 222 395.271 200.279 398 173 398 c 0\n 160.333 398 148.5 400.167 137.5 404.5 c 128\n 126.5 408.833 120.667 422.333 120 445 c 0\n 117.208 458.951 132.23 487.538 139 498 c 0\n 147.022 510.398 161.66 527.109 175 536 c 1\n 215 536 l 1\nEndSplineSet\nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 768\nWidth: 285\nFlags: W\nHStem: 0 100<40 185> 395 141<197 213>\nFore\n228 536 m 1\n 228 532.475 225.263 529.424 226 525 c 2\n 226 513.5 l 0\n 226 499.493 257.739 499.959 275 499 c 2\n 284 499 l 0\n 309.698 497.714 336.855 494.105 341 472 c 0\n 346.245 440.531 329.643 386.464 317 338 c 2\n 290 237 l 2\n 288.897 233.692 287 230.226 287 226 c 2\n 277 190 l 2\n 227 0 l 1\n -5 0 l 1\n 40 100 l 1\n 185 100 l 1\n 185 100 264.333 342.833 265 346.5 c 128\n 265.667 350.167 265.667 353.667 265 357 c 0\n 265 361.823 264.358 369.237 263 373 c 2\n 263 375 l 2\n 261 384.333 255.167 389.833 245.5 391.5 c 128\n 235.833 393.167 225 394.333 213 395 c 2\n 197 395 l 0\n 182.333 396.333 168.833 399.833 156.5 405.5 c 128\n 144.167 411.167 137.667 424.333 137 445 c 0\n 137 472.583 161.279 512.249 181 529.5 c 0\n 183.667 531.833 186 534 188 536 c 1\n 228 536 l 1\nEndSplineSet\nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 769\nWidth: 504\nFlags: W\nHStem: 0 100<216 298> 400 100<234.187 378>\nFore\n70 73.5 m 0\n 44.6313 148.084 65.3126 249.211 94 311 c 0\n 108.267 341.727 131.769 380.795 156 402 c 1\n 137.741 407.618 128 420.502 128 445 c 0\n 128 476.537 154.159 520.675 177 534 c 0\n 177.667 534 180.333 536 181 536 c 2\n 221 536 l 1\n 219.237 528.95 217 526.304 217 519 c 0\n 217 513.368 217.364 508.424 221 506 c 0\n 228.408 501.061 237.283 500 249 500 c 2\n 438 500 l 2\n 486.667 500 516.833 481.5 528.5 444.5 c 0\n 556.467 355.807 527.21 248.112 494 178 c 0\n 473.333 135.333 446.333 95.8333 413 59.5 c 0\n 379.667 23.1667 345 3.33333 309 0 c 1\n 161 0 l 1\n 117 0 86.6667 24.5 70 73.5 c 0\n217 400 m 1\n 193.577 382.433 166.743 337.59 151 305.5 c 0\n 126.676 255.918 109.532 177.847 144.5 137.5 c 0\n 166.167 112.5 193.667 100 227 100 c 2\n 287 100 l 2\n 326.333 100 362 111.833 394 135.5 c 0\n 426 159.167 449 197.333 463 250 c 0\n 477.667 302.667 475.333 340.833 456 364.5 c 128\n 436.667 388.167 407.333 400 368 400 c 2\n 217 400 l 1\nEndSplineSet\nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 770\nWidth: 504\nFlags: W\nHStem: 0 21G<0 40> 387 111<304 323>\nVStem: 402 162.808<436.955 449.976 451 453>\nFore\n0 0 m 1\n 19.5017 24.3771 27.0187 36.0575 36 63 c 0\n 36 66.2327 40.6126 75.1528 41 80 c 0\n 41 81.3333 41.3333 82.6667 42 84 c 0\n 42 89.3333 44.0568 94.6667 44 100 c 1\n 192 123 l 1\n 199.741 153.963 205 169.721 205 190 c 0\n 207.594 217.249 202.967 240.519 199 263 c 0\n 198.333 264.333 198 265.5 198 266.5 c 128\n 198 267.5 192.5 297 191.5 311 c 0\n 188.32 355.516 208.762 393.176 235.5 411 c 2\n 243 416 l 1\n 235 416 l 0\n 213.413 416 194.433 426.174 196.5 451 c 0\n 198.64 476.705 222.839 520.576 246 529 c 1\n 286 529 l 2\n 286 524.367 282.912 519.558 284 513 c 0\n 284 498.157 296.169 498 311 498 c 2\n 323 498 l 0\n 345.11 495.989 366 486.227 366 461 c 0\n 366 434.197 346.005 407.256 331 393.5 c 0\n 327 389.833 324.333 387.667 323 387 c 2\n 283 387 l 1\n 286.03 394.801 283.044 399.703 281 407 c 1\n 254.578 380.578 259.646 339.672 267 298 c 0\n 275.901 229.76 271.481 185.706 252 143.5 c 0\n 250 139.167 248.333 135.333 247 132 c 1\n 264.888 134.557 314.378 143.957 334.5 148.5 c 0\n 353.839 152.866 350.6 152.969 358.5 162 c 0\n 398.797 208.066 463.78 312.86 484 387 c 0\n 487.333 398.333 485.667 405.167 479 407.5 c 128\n 472.333 409.833 464 411.667 454 413 c 2\n 446 413 l 0\n 419.273 414.573 400.741 419.803 402 450 c 0\n 402 479.277 430.712 508.036 449 523 c 0\n 455.199 527.96 461.371 530.687 468 534 c 1\n 508 534 l 1\n 505.844 530.766 502 525.05 502 519 c 0\n 501.333 518.333 501 517.5 501 516.5 c 2\n 501 508 l 0\n 502.378 498.356 512.524 495.369 522 493 c 0\n 529.954 493 545.816 485.966 552 481.5 c 0\n 584.007 458.386 547.898 365.785 532 332 c 2\n 516 297 l 0\n 483.314 234.898 372.333 54.3333 371 53 c 1\n 40 0 l 1\n 0 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 771\nWidth: 526\nFlags: W\nHStem: 400 100<266 442>\nVStem: 136 412<450 452> 173 380.84<404 405>\nFore\n294 -241 m 1\n 477 344 l 1\n 478.333 349.333 479 355.167 479 361.5 c 0\n 479 386.092 464.775 396.822 443 399 c 0\n 441.667 399.667 440.167 400 438.5 400 c 1\n 266 400 l 1\n 230 399 l 2\n 230 398.904 213.417 381.762 211 379 c 0\n 207.177 374.412 195.826 361.31 193.5 352 c 0\n 193.167 350.667 192.667 349.333 192 348 c 0\n 185.333 325.333 188.833 312 202.5 308 c 128\n 216.167 304 232.333 301.667 251 301 c 0\n 270.333 300.333 287.5 297.667 302.5 293 c 128\n 317.5 288.333 322.333 273.667 317 249 c 0\n 313 228.333 301.5 214.833 282.5 208.5 c 0\n 260.824 201.275 228.439 197 199.5 197 c 0\n 192.5 197 185.667 197.333 179 198 c 2\n 157 198 l 0\n 132.267 198 119.537 192.718 110 180 c 0\n 100.509 171.694 93.9011 163.625 87 155 c 1\n 47 155 l 1\n 54.1911 186.642 82.4593 270.553 103 306.5 c 2\n 123 340 l 2\n 135 358.667 146.333 374 157 386 c 128\n 167.667 398 173 404.333 173 405 c 0\n 150.211 411.702 136 423.471 136 453 c 0\n 136 491.447 164.102 522.071 191 535.5 c 0\n 191.667 535.833 192.333 536 193 536 c 2\n 233 536 l 1\n 232.33 533.99 232.04 533.079 231 531 c 0\n 231 529.667 229.972 528.333 230 527 c 0\n 230 515.789 226.357 512.643 233 506 c 0\n 240.644 500.903 248.471 500 261 500 c 2\n 479 500 l 2\n 519.935 500 535.542 479.685 548 452 c 0\n 548 450.336 548.988 449.012 550 448 c 0\n 560.152 415.85 551.481 383.113 541 345 c 2\n 399 -185 l 2\n 397.894 -189.425 383.651 -229.681 375 -240.5 c 0\n 373.667 -242.167 372.667 -244 372 -246 c 0\n 364.591 -256.583 349.544 -273 333 -273 c 2\n 293 -274 l 2\n 292.333 -273.333 291.667 -273 291 -273 c 2\n 289 -273 l 2\n 288.333 -273 285.667 -272 285 -272 c 0\n 285 -264.187 293.333 -241.333 294 -240 c 1\n 294 -241 l 1\nEndSplineSet\nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 772\nWidth: 504\nFlags: W\nHStem: 0 100<62 416> 400 100<266 373>\nVStem: 173 363.334<404 405>\nDStem: 449 240 513 242 417 100 475 100\nFore\n233 536 m 1\n 232.33 533.99 232.04 533.079 231 531 c 0\n 231 529.667 229.972 528.333 230 527 c 0\n 230 515.789 226.357 512.643 233 506 c 0\n 240.644 500.903 248.471 500 261 500 c 2\n 432 500 l 2\n 464 500 486.833 494.5 500.5 483.5 c 0\n 532.517 457.731 540.379 422.512 535 362 c 0\n 531.064 317.724 523.441 278.556 513 242 c 2\n 475 100 l 1\n 416 0 l 1\n 5 0 l 1\n 62 100 l 1\n 417 100 l 1\n 449 240 l 2\n 462.589 297.07 454.249 318.27 442 355 c 0\n 431.118 386.09 407.647 400 362 400 c 2\n 266 400 l 1\n 230 399 l 2\n 230 398.904 213.417 381.762 211 379 c 0\n 207.177 374.412 195.826 361.31 193.5 352 c 0\n 193.167 350.667 192.667 349.333 192 348 c 0\n 185.333 325.333 188.833 312 202.5 308 c 128\n 216.167 304 232.333 301.667 251 301 c 0\n 270.333 300.333 287.5 297.667 302.5 293 c 128\n 317.5 288.333 322.333 273.667 317 249 c 0\n 313 228.333 301.5 214.833 282.5 208.5 c 0\n 260.824 201.275 228.439 197 199.5 197 c 0\n 192.5 197 185.667 197.333 179 198 c 2\n 157 198 l 0\n 132.267 198 119.537 192.718 110 180 c 0\n 100.509 171.694 93.9011 163.625 87 155 c 1\n 47 155 l 1\n 54.1911 186.642 82.4593 270.553 103 306.5 c 2\n 123 340 l 2\n 135 358.667 146.333 374 157 386 c 128\n 167.667 398 173 404.333 173 405 c 0\n 150.211 411.702 136 423.471 136 453 c 0\n 136 491.447 164.102 522.071 191 535.5 c 0\n 191.667 535.833 192.333 536 193 536 c 2\n 233 536 l 1\n 233 536 l 1\nEndSplineSet\nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 773\nWidth: 491\nFlags: W\nHStem: 364 165<454 482>\nFore\n449 395.5 m 0\n 449 396.726 381.101 345.71 366 332.5 c 2\n 357 325 l 2\n 283.56 265.33 240.602 210.67 194 133 c 1\n 117 -185 l 2\n 111.45 -207.204 103.558 -219.891 94 -239 c 0\n 91.1841 -244.63 81.0013 -258.221 76 -263.5 c 0\n 70 -269.833 63.3333 -273 56 -273 c 2\n 16 -274 l 1\n 5.62718 -272.359 17.4672 -257.718 18 -250 c 1\n 18.9949 -247.016 19.6824 -242.634 21 -240 c 2\n 166 255 l 2\n 167.138 258.413 169 263.707 169 268 c 0\n 177.067 296.245 185.631 312.799 201 335 c 0\n 215.151 349.151 224.43 369.277 218 395 c 0\n 214.185 412.803 197.622 415.598 178 417 c 0\n 177.333 417 175.667 418 175 418 c 2\n 172 418 l 0\n 145.822 419.637 123.005 427.029 125.5 457 c 0\n 128.194 489.359 153.604 519.74 178 536 c 1\n 218 536 l 2\n 218 532.671 215.667 529.866 216 525.5 c 2\n 216 519 l 2\n 216 505.913 217.926 501.27 231.5 499.5 c 0\n 239.167 498.5 247.333 497.667 256 497 c 0\n 266.977 497 287.84 494.16 294 488 c 0\n 324.88 463.296 312.068 425.124 297 398 c 0\n 281.112 366.225 275.034 367.623 260 344 c 0\n 249.856 333.856 232.341 295.031 228 269 c 1\n 278.818 323.572 346.734 379.753 403 415 c 1\n 391.91 421.931 383.675 431.454 385 450 c 0\n 385 477.343 413.645 508.763 432 521 c 2\n 439 525.5 l 2\n 441.667 527.167 444 528.333 446 529 c 2\n 486 529 l 2\n 486 523.246 480.747 513.633 482 505 c 0\n 483.326 497.047 499.973 490.336 511 488.5 c 0\n 521.265 486.791 533.148 480.854 541 475.5 c 0\n 548.333 470.5 552.333 462 553 450 c 0\n 553 408.429 521.472 376.188 491 364 c 1\n 451 364 l 1\n 452.32 370.6 454 375.929 454 382.5 c 0\n 454 388.107 450.997 390.763 449 395.5 c 0\nEndSplineSet\nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 774\nWidth: 504\nFlags: W\nHStem: 0 100<44 353> 364 165<469 498> 414.27 121.73<174 191.721>\nVStem: 354 118.573<109 117> 400 168<443.5 449 452 453>\nDStem: 426 411 467 391 307 277 348 255\nFore\n467 391 m 1\n 348 255 l 1\n 386.863 233.412 443.036 196.079 466.5 152.5 c 0\n 479.027 129.234 472.368 102.243 465 74 c 0\n 461.625 57.1356 446.086 41.6274 437 28 c 0\n 414.58 3.33904 422.576 14.58 408 0 c 1\n 0 0 l 1\n 15.7851 18.9421 27.1861 36.5595 36 63 c 0\n 36 66.2327 40.6126 75.1528 41 80 c 0\n 41 81.3333 41.3333 82.6667 42 84 c 0\n 42 89.3333 44.0568 94.6667 44 100 c 1\n 353 100 l 1\n 353 103.5 l 2\n 353 104.5 353.333 105.667 354 107 c 2\n 354 115 l 2\n 354 128.592 327.415 161.055 320 169.5 c 0\n 294.078 199.023 274.668 214.215 245.5 235.5 c 0\n 228.939 247.586 196.194 270.418 188 295 c 0\n 187.333 297 187 299.5 187 302.5 c 0\n 187 315.865 200.949 342.871 207 358 c 0\n 215.799 375.585 215.135 408.513 196 412.5 c 0\n 188 414.167 179.333 414.667 170 414 c 2\n 160 414 l 0\n 137.384 414 125.313 421.865 123 445 c 0\n 123 481.152 147.707 518.476 174 536 c 1\n 214 536 l 2\n 214 530.964 210.223 523.802 211 517 c 2\n 211 513.5 l 2\n 211 502.093 229.127 501.188 241 500 c 2\n 255 500 l 0\n 296.796 496.515 299.897 475.924 288.5 429 c 0\n 282.833 405.667 269 354.833 269 354.5 c 2\n 269 353 l 2\n 265.02 339.734 262.198 326.594 258 314 c 0\n 254.797 302.784 293.81 284.195 307 277 c 1\n 426 411 l 1\n 410.327 418.124 398.689 427.407 400 451 c 0\n 400 478.427 428.596 508.73 447 521 c 2\n 454 525.5 l 2\n 456.667 527.167 459 528.333 461 529 c 2\n 501 529 l 2\n 501 527.232 498.833 519.333 498.5 516 c 0\n 496.359 494.573 512.919 493.834 527.5 488 c 0\n 547.272 480.089 568 476.522 568 449 c 2\n 568 443.5 l 2\n 568 441.833 567.667 440.333 567 439 c 0\n 567 422.119 554.218 401.878 543 390 c 0\n 531.667 378 519.333 369.333 506 364 c 1\n 466 364 l 1\n 467.113 369.563 469 375.053 469 380.5 c 0\n 469 384.167 468.333 387.667 467 391 c 1\nEndSplineSet\nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 775\nWidth: 549\nFlags: W\nHStem: 0 21G<109 149> 400 100<247 375> 400 136<193 230>\nFore\n-73 -273 m 1\n -67.2938 -255.881 -40.6667 -193.5 -40 -192.5 c 128\n -39.3333 -191.5 -39 -190.333 -39 -189 c 0\n -20.7638 -143.408 -18.9069 -150.829 -5 -106.5 c 0\n 24.2358 -13.3108 42.4785 100.388 62.5 200.5 c 0\n 72.5014 250.509 81.1163 279.239 107 308 c 2\n 125 328 l 2\n 127.277 330.143 166.909 366.365 174 364 c 1\n 215 364 l 1\n 215 356.846 211.347 352.095 203.5 343.5 c 0\n 182.284 320.263 170.739 305.903 155.5 280.5 c 0\n 139.453 253.75 109.722 43.0445 96.5 -31 c 0\n 81.8926 -112.801 63.485 -166.773 28 -220 c 0\n 17.4821 -236.829 -5.45824 -272 -29 -272 c 2\n -70 -273 l 1\n -73 -273 l 1\n233 536 m 1\n 232.33 533.99 232.04 533.079 231 531 c 0\n 231 529.667 229.972 528.333 230 527 c 0\n 230 515.789 226.357 512.643 233 506 c 0\n 240.644 500.903 248.471 500 261 500 c 2\n 432 500 l 2\n 485.333 500 518 481.5 530 444.5 c 0\n 552.366 375.538 534.239 304.508 515 250 c 0\n 494.333 192.667 466.167 154.833 430.5 136.5 c 0\n 394.833 118.167 354.333 104.667 309 96 c 0\n 251.331 85.5147 203.64 49.4245 173 15.5 c 0\n 163.667 5.16667 155.667 4.33681e-19 149 0 c 2\n 109 0 l 2\n 104.665 0 103.795 5.18112 105 10 c 0\n 110.704 29.0132 133.885 55.8845 150 72 c 0\n 179.725 101.726 220.822 132.363 269 142 c 0\n 271.592 142 309 149.333 315 150 c 0\n 344.333 156 372.167 165.667 398.5 179 c 0\n 437.019 198.503 446.341 226.126 463 265 c 0\n 465 269.667 466.333 274.333 467 279 c 0\n 491.089 368.273 446.55 400 362 400 c 2\n 199 400 l 2\n 169.246 400 139.66 414.525 141 444 c 0\n 142.276 454.204 143.602 463.216 145 473 c 0\n 153.215 499.991 170.648 525.568 193 536 c 1\n 233 536 l 1\nEndSplineSet\nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 776\nWidth: 513\nFlags: W\nHStem: 400 100<231 412> 400 136<170 206>\nFore\n540 390 m 1\n 472 88 l 1\n 469.02 73.097 454.371 39.5599 444 24 c 0\n 437.407 15.5237 425.777 0 412 0 c 2\n 372 -1 l 1\n 368 0 l 2\n 366.234 0 371.493 17.2252 372 19 c 0\n 372.667 19.6667 373 20.1667 373 20.5 c 2\n 373 22 l 2\n 373.995 24.9849 374.682 29.3652 376 32 c 2\n 449 268 l 2\n 454.031 283.085 461.944 313.943 465 328 c 0\n 471.521 357.998 454.026 386.861 432.5 394.5 c 0\n 422.167 398.167 409.333 400 394 400 c 2\n 176 400 l 2\n 141.299 400 116.41 408.732 119 445 c 0\n 119 449.435 119.806 453.419 121 457 c 0\n 121 473.046 134.044 498.666 141.5 510 c 0\n 149.833 522.667 159.333 531.333 170 536 c 1\n 210 536 l 1\n 208.237 528.95 206 526.304 206 519 c 0\n 206 505.99 209.689 506.658 217 503 c 0\n 223.289 500.485 229.475 500 238 500 c 2\n 460 500 l 2\n 505.151 500 548.74 477.428 546 429.5 c 0\n 545.333 417.833 543.333 404.667 540 390 c 1\nEndSplineSet\nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 777\nWidth: 538\nFlags: W\nHStem: 0 100<185 357> 383 151<192 220 363 379>\nVStem: 62 73.0339<207 225> 64.04 81.96<132 137> 120 480.634<450 456>\nFore\n171 363 m 0\n 144.719 317.006 128.902 258.479 136.5 189 c 0\n 138.833 167.667 141.667 150.333 145 137 c 0\n 145 134.785 145.871 132.743 146 131 c 2\n 171.5 159.5 l 2\n 219.53 214.644 239.434 245.574 273 306 c 0\n 298.211 356.44 291.159 338.749 311.5 383.5 c 0\n 319.833 401.833 324.333 411.333 325 412 c 1\n 315 412 l 0\n 301.947 412 291.685 417.336 284.5 425 c 0\n 279.5 430.333 277.667 438.667 279 450 c 0\n 279 450.667 279.167 451.167 279.5 451.5 c 2\n 280 452 l 1\n 280 454.5 l 2\n 280 459.69 291.498 481.396 295 487 c 0\n 307.647 508.679 321.115 526.034 345 534 c 2\n 385 534 l 2\n 383.156 532.156 379 521.518 379 515.5 c 2\n 379 508 l 2\n 379 495.973 395.314 492.17 406 489.5 c 0\n 423.953 485.015 438.153 479.933 441 460 c 0\n 441.667 455.333 442 450.833 442 446.5 c 0\n 442 422.305 413.988 392 396 383 c 2\n 356 383 l 1\n 356 395.052 345.703 409 332 409 c 2\n 372 409 l 1\n 357.209 364.648 341.088 334.209 323 292 c 2\n 317.5 282.5 l 2\n 315.833 279.5 314.333 276.333 313 273 c 0\n 281.615 212.742 241.631 161.472 199 116 c 0\n 193.667 110.667 189.362 105.333 184 100 c 1\n 357 100 l 1\n 373.941 104.234 424.342 187.323 440 214 c 2\n 456.5 244 l 2\n 475.037 276.711 509.193 343.772 520 387 c 0\n 523.333 398.333 521.667 405.167 515 407.5 c 128\n 508.333 409.833 500 411.667 490 413 c 2\n 482 413 l 0\n 455.273 414.573 436.741 419.803 438 450 c 0\n 438 477.791 470.117 517.055 495 529.5 c 2\n 504 534 l 1\n 544 534 l 1\n 542.204 531.606 541.086 530.257 540 527 c 0\n 540 524.28 539.092 523.182 538 521 c 1\n 538 509.076 537.077 501.961 545 498 c 0\n 549 496 553.667 494.333 559 493 c 0\n 562.916 493 566.392 491.305 569 490 c 0\n 594.151 484.971 605.073 467.392 599 435 c 0\n 587.407 373.168 565.836 318.289 543 265 c 0\n 516.941 207.671 443.311 89.8472 413.5 42.5 c 0\n 396.5 15.5 387.333 1.33333 386 0 c 1\n 49 0 l 1\n 51.5035 10.0141 52.5195 17.6371 54 28 c 0\n 54 34.0449 57.1281 48.0251 58 55 c 0\n 66.3994 92.1972 64.7147 118.277 63 156 c 1\n 63 172.587 61.5422 188.277 62 206 c 0\n 62 276.285 104.506 361.019 143.5 397.5 c 0\n 153.833 407.167 159 412.333 159 413 c 2\n 153 413 l 0\n 140.786 413 132.036 416.962 125 424.5 c 0\n 120.333 429.5 118.667 438 120 450 c 0\n 120 450.667 120.167 451.167 120.5 451.5 c 2\n 121 452 l 1\n 121 454.5 l 2\n 121 459.69 132.498 481.396 136 487 c 0\n 148.647 508.679 162.115 526.034 186 534 c 2\n 226 534 l 2\n 224.156 532.156 220 521.518 220 515.5 c 2\n 220 508 l 2\n 220 496.743 232.877 493.249 243 491 c 0\n 250.394 491 265.727 483.723 271 480.5 c 0\n 281.384 474.153 285.94 451.851 280 437 c 0\n 273.544 413.329 249.614 392.314 231 383 c 2\n 191 383 l 1\n 191.667 384.333 192 385.833 192 387.5 c 128\n 192 389.167 191.667 390.667 191 392 c 1\n 182.521 379.283 178.459 376.427 171 363 c 0\nEndSplineSet\nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 778\nWidth: 504\nFlags: W\nHStem: -0.106152 101.106<64.9252 81> 0 98<51 59 71 74> 400 100<241.291 448>\nVStem: 72.3997 102.6<173 174>\nFore\n544 390 m 1\n 476 88 l 1\n 471.355 64.7703 452.239 25.5373 433 7.5 c 0\n 427.667 2.5 422 0 416 0 c 2\n 376 -1 l 1\n 372 0 l 2\n 370.234 0 375.493 17.2252 376 19 c 0\n 376.667 19.6667 377 20.1667 377 20.5 c 2\n 377 22 l 2\n 377.995 24.9849 478 345 478 345 c 1\n 481.199 358.861 486.361 373.221 479 385 c 0\n 472.555 399.18 454.414 400 434 400 c 2\n 232 400 l 1\n 200.615 368.615 171.068 311.626 158 255 c 0\n 151.09 223.213 163.684 196.779 174 175 c 0\n 174.667 175 175 174.667 175 174 c 128\n 175 173.333 175.333 173 176 173 c 0\n 185.295 153.248 197.858 128.588 195 100 c 2\n 195 96.5 l 2\n 195 95.5 194.667 94.3333 194 93 c 0\n 194 90.2459 192.972 88.756 193 86 c 0\n 193 84.1346 192.058 82.0571 191 81 c 0\n 180.65 48.6534 151.176 13.9728 121 3 c 0\n 103.799 -1.29975 84.2651 -6.35783e-07 63 0 c 1\n 0 0 l 2\n 0 12.8404 18.0677 76.0677 33 91 c 0\n 34.3333 92.3333 35.6667 93.3333 37 94 c 0\n 38.8656 94 47.5 97.3333 50.5 98 c 128\n 53.5 98.6667 56.3333 99 59 99 c 0\n 63.9827 99.9966 71.8047 101 77 101 c 2\n 117 101 l 1\n 122 100 l 1\n 82 100 l 1\n 76.3131 111.37 73.4687 145.283 72.5 169.5 c 0\n 70.7207 213.982 92.5423 274.085 110 309 c 0\n 126.407 341.813 152.414 373.414 179 400 c 1\n 152.543 400 130.843 409.211 129 435 c 0\n 129 473.569 156.619 520.315 188 536 c 1\n 228 536 l 1\n 227.313 533.251 227.029 532.086 226 529 c 0\n 226 525.943 223.757 522.551 224 519 c 0\n 224 501.849 239.466 500 257 500 c 2\n 464 500 l 2\n 510.173 500 561.713 486.278 553 434 c 0\n 551 422 548.333 409 545 395 c 0\n 545 393.753 543.972 391.245 544 390 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni1E00\nEncoding: 7680 7680 779\nWidth: 667\nHStem: -254 48<209.413 225.413> -88 48<209.413 225.413> 0 25<109 128> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 113.413 48<-149 -142> 278.413 48<-158 -142> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 730 730 N 1 0 0 1 -13.5871 -794\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E01\nEncoding: 7681 7681 780\nWidth: 500\nHStem: -268 48<132.089 148.089> -102 48<132.089 148.089>\nVStem: -21 123<99.9685 129> 36.0892 48<-163 -156> 201.089 48<-172 -156>\nDStem: 344 449 455 456 326 390 384 220\nRef: 730 730 N 1 0 0 1 -90.9108 -808\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E02\nEncoding: 7682 7682 781\nWidth: 667\nHStem: 0 32<248 271> 637 32<376 392> 709 130<424.264 437.056>\nVStem: 371.056 130<762.399 775> 418.941 152.35<206 229> 477 147<522 538>\nDStem: 178 546 338 593 56 97 277 368 178 546 269 338 56 97 203 94\nRef: 729 729 N 1 0 0 1 208.056 184\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E03\nEncoding: 7683 7683 782\nWidth: 500\nHStem: -12.7852 32.7852<134 142> 739 130<330.415 343.207>\nVStem: -14 123<46 51> 277.207 130<792.399 805> 319 125<323 340>\nRef: 729 729 N 1 0 0 1 114.207 214\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E04\nEncoding: 7684 7684 783\nWidth: 667\nHStem: -184 130<179.967 192.759> 0 32<248 271> 637 32<376 392>\nVStem: 126.759 130<-130.601 -118> 418.941 152.35<206 229> 477 147<522 538>\nDStem: 178 546 338 593 56 97 277 368 178 546 269 338 56 97 203 94\nRef: 729 729 N 1 0 0 1 -36.2412 -709\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E05\nEncoding: 7685 7685 784\nWidth: 500\nHStem: -197 130<74.355 87.147> -12.7852 32.7852<134 142>\nVStem: -14 123<46 51> 21.147 130<-143.601 -131> 319 125<323 340>\nRef: 729 729 N 1 0 0 1 -141.853 -722\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E06\nEncoding: 7686 7686 785\nWidth: 667\nHStem: -110 70<49.5694 358.569> 0 32<248 271> 637 32<376 392>\nVStem: 418.941 152.35<206 229> 477 147<522 538>\nDStem: 178 546 338 593 56 97 277 368 178 546 269 338 56 97 203 94\nRef: 175 175 N 1 0 0 1 -18.4306 -663\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E07\nEncoding: 7687 7687 786\nWidth: 500\nHStem: -123 70<-56.043 252.957> -12.7852 32.7852<134 142>\nVStem: -14 123<46 51> 319 125<323 340>\nRef: 175 175 N 1 0 0 1 -124.043 -676\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E08\nEncoding: 7688 7688 787\nWidth: 667\nHStem: -217.019 40.019<176 187> -17.6239 53.2783<304 336> 650 34.1508<464 466> 665 20<647 677>\nVStem: 32.1791 154.304<209 241> 232 91<-138 -129>\nDStem: 203 -2 241 -12 142 -92 207 -62\nRef: 180 180 N 1 0 0 1 206.679 193\nRef: 199 199 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E09\nEncoding: 7689 7689 788\nWidth: 444\nHStem: -217.063 40.0633<66 76> -12.9973 63.9973<148 196> 429 32.3057<264 274>\nVStem: -5 128<125 150> 121 91<-138 -129> 272.238 118.85<354 372>\nDStem: 91 -4 130 -12 31 -92 96 -62\nRef: 180 180 N 1 0 0 1 31.7336 -14\nRef: 231 231 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0A\nEncoding: 7690 7690 789\nWidth: 744\nHStem: 0 34<248 264> 638 31<379.67 408> 709 130<465.775 478.567>\nVStem: 412.567 130<762.399 775> 560 146.999<396 457>\nDStem: 177 543 340 600 56 97 212 126\nRef: 729 729 N 1 0 0 1 249.567 184\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0B\nEncoding: 7691 7691 790\nWidth: 500\nHStem: 739 130<391.107 403.899>\nVStem: -20.9818 123.847<112.125 121.972> 337.899 130<792.399 805>\nDStem: 341 497 517 699 323 429 406 294\nRef: 729 729 N 1 0 0 1 174.899 214\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0C\nEncoding: 7692 7692 791\nWidth: 744\nHStem: -184 130<221.478 234.27> 0 34<248 264> 638 31<379.67 408>\nVStem: 168.27 130<-130.601 -118> 560 146.999<396 457>\nDStem: 177 543 340 600 56 97 212 126\nRef: 729 729 N 1 0 0 1 5.26979 -709\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0D\nEncoding: 7693 7693 792\nWidth: 500\nHStem: -197 130<135.047 147.839>\nVStem: -20.9818 123.847<112.125 121.972> 81.8388 130<-143.601 -131>\nDStem: 341 497 517 699 323 429 406 294\nRef: 729 729 N 1 0 0 1 -81.1612 -722\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0E\nEncoding: 7694 7694 793\nWidth: 744\nHStem: -110 70<91.0804 400.08> 0 34<248 264> 638 31<379.67 408>\nVStem: 560 146.999<396 457>\nDStem: 177 543 340 600 56 97 212 126\nRef: 175 175 N 1 0 0 1 23.0804 -663\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0F\nEncoding: 7695 7695 794\nWidth: 500\nHStem: -123 70<4.6494 313.649>\nVStem: -20.9818 123.847<112.125 121.972>\nDStem: 341 497 517 699 323 429 406 294\nRef: 175 175 N 1 0 0 1 -63.3506 -676\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E10\nEncoding: 7696 7696 795\nWidth: 744\nHStem: -222.063 40.0633<192.412 202.412> 0 34<248 264> 638 31<379.67 408>\nVStem: 247.412 91<-143 -134> 560 146.999<396 457>\nDStem: 177 543 340 600 56 97 212 126 223.412 0 267.412 0 157.412 -97 222.412 -67\nRef: 184 184 N 1 0 0 1 182.412 -5\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E11\nEncoding: 7697 7697 796\nWidth: 500\nHStem: -235.063 40.0633<105.981 115.981>\nVStem: -20.9818 123.847<112.125 121.972> 160.981 91<-156 -147>\nDStem: 136.981 -13 180.981 -13 70.981 -110 135.981 -80 341 497 517 699 323 429 406 294\nRef: 184 184 N 1 0 0 1 95.981 -18\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E12\nEncoding: 7698 7698 797\nWidth: 744\nHStem: 0 34<248 264> 638 31<379.67 408>\nVStem: 560 146.999<396 457>\nDStem: 177 543 340 600 56 97 212 126\nRef: 710 710 N 1 0 0 1 1.59218 -739\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E13\nEncoding: 7699 7699 798\nWidth: 500\nVStem: -20.9818 123.847<112.125 121.972>\nDStem: 341 497 517 699 323 429 406 294\nRef: 710 710 N 1 0 0 1 -84.8388 -752\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E14\nEncoding: 7700 7700 799\nWidth: 667\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 763 70<257 566>\nDStem: 179 546 339 593 56 97 278 370 179 546 511 472 56 97 437 199 179 546 269 338 56 97 213 129\nRef: 96 96 N 1 0 0 1 301.157 357\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E15\nEncoding: 7701 7701 800\nWidth: 444\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 553 70<124 433>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 96 96 N 1 0 0 1 141.938 147\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E16\nEncoding: 7702 7702 801\nWidth: 667\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 763 70<257 566>\nDStem: 179 546 339 593 56 97 278 370 179 546 511 472 56 97 437 199 179 546 269 338 56 97 213 129\nRef: 180 180 N 1 0 0 1 232.883 357\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E17\nEncoding: 7703 7703 802\nWidth: 444\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 553 70<124 433>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 180 180 N 1 0 0 1 73.6642 147\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E18\nEncoding: 7704 7704 803\nWidth: 670\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 710 710 N 1 0 0 1 -29.7774 -739\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E19\nEncoding: 7705 7705 804\nWidth: 444\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 710 710 N 1 0 0 1 -127.716 -752\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1A\nEncoding: 7706 7706 805\nWidth: 670\nHStem: -172.997 76.9966<266.315 291.315> -129.008 75.0081<112.315 140.315> 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 732 732 N 1 0 0 1 -23.6848 -709\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1B\nEncoding: 7707 7707 806\nWidth: 444\nHStem: -185.997 76.9966<168.377 193.377> -142.008 75.0081<14.377 42.377> -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 732 732 N 1 0 0 1 -121.623 -722\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1C\nEncoding: 7708 7708 807\nWidth: 670\nHStem: -222.063 40.0633<161.043 171.043> 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 709 72<443.007 462.007> 851 20<315.007 358.007 592.007 631.007>\nVStem: 216.043 91<-143 -134>\nDStem: 179 546 339 593 56 97 278 370 179 546 511 472 56 97 437 199 179 546 269 338 56 97 213 129 192.043 0 236.043 0 126.043 -97 191.043 -67\nRef: 728 728 N 1 0 0 1 244.007 193\nRef: 552 552 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1D\nEncoding: 7709 7709 808\nWidth: 444\nHStem: -235.063 40.0633<63.104 73.104> -12.9977 63.9977<156 200> 429 32.3367<277 280> 502 72<291.996 310.996> 644 20<163.996 206.996 440.996 479.996>\nVStem: 5 130<124 147> 118.104 91<-156 -147> 305.09 92.9102<375 395>\nDStem: 94.104 -13 138.104 -13 28.104 -110 93.104 -80\nRef: 728 728 N 1 0 0 1 92.9962 -14\nRef: 553 553 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1E\nEncoding: 7710 7710 809\nWidth: 656\nHStem: 0 21<-24 271> 337.753 32.2471<279 296> 637 32<392 432> 709 130<403.922 416.714>\nVStem: -24 295<1 25> 350.714 130<762.399 775>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 215 137 179 546 504 472 56 97 430 199\nRef: 729 729 N 1 0 0 1 187.714 184\nRef: 70 70 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1F\nEncoding: 7711 7711 810\nWidth: 333\nHStem: -205 31<-73 -57> 407 42<48 111 237 319> 669 29<343 349> 739 130<279.359 292.151>\nVStem: -169 101<-127 -118> 226.152 130<792.399 805> 346 100<611 620>\nRef: 729 729 N 1 0 0 1 63.1515 214\nRef: 102 102 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E20\nEncoding: 7712 7712 811\nWidth: 722\nHStem: -17.93 37.93<325 343> 649 36<447 469> 709 70<336.894 645.894>\nVStem: 21.2729 156.62<208 251> 419 287<304 329>\nRef: 175 175 N 1 0 0 1 268.894 156\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E21\nEncoding: 7713 7713 812\nWidth: 500\nHStem: -203 34<135 156> 153 31<188 204> 373 56<412 477> 431 31<252 259> 502 70<166.63 475.63>\nVStem: -52 87<-101 -89> 35 116.004<243 280> 265.994 109.006<-100 -53> 300 116.999<331 372> 300 178<373 385.198>\nRef: 175 175 N 1 0 0 1 98.6301 -51\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E22\nEncoding: 7714 7714 813\nWidth: 778\nHStem: 0 21<-24 272 340 657> 329 44<279 504> 649 20<116 433 501 799> 709 130<494.942 507.734>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 441.734 130<762.399 775> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 266 329 56 97 216 148 178 546 718 572 56 97 609 175 505 329 609 175 441 97 603 153 505 329 718 572 441 97 609 175 564 546 718 572 517 373 609 175\nRef: 729 729 N 1 0 0 1 278.734 184\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E23\nEncoding: 7715 7715 814\nWidth: 556\nHStem: 0 21<-13 108> 739 130<391.277 404.069>\nVStem: 338.069 130<792.399 805> 352.006 122.009<369 387>\nRef: 729 729 N 1 0 0 1 175.069 214\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E24\nEncoding: 7716 7716 815\nWidth: 778\nHStem: -184 130<250.644 263.436> 0 21<-24 272 340 657> 329 44<279 504> 649 20<116 433 501 799>\nVStem: -24 296<1 25> 116 317<644 668> 197.436 130<-130.601 -118> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 266 329 56 97 216 148 178 546 718 572 56 97 609 175 505 329 609 175 441 97 603 153 505 329 718 572 441 97 609 175 564 546 718 572 517 373 609 175\nRef: 729 729 N 1 0 0 1 34.4364 -709\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E25\nEncoding: 7717 7717 816\nWidth: 556\nHStem: -193 130<136.311 149.103> 0 21<-13 108>\nVStem: 83.1027 130<-139.601 -127> 352.006 122.009<369 387>\nRef: 729 729 N 1 0 0 1 -79.8973 -718\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E26\nEncoding: 7718 7718 817\nWidth: 778\nHStem: 0 21<-24 272 340 657> 329 44<279 504> 649 20<116 433 501 799> 709 130<388.942 401.734 607.734 613.734>\nVStem: -24 296<1 25> 116 317<644 668> 335.734 130<762.399 775> 340 317<1 25> 501 298<644 668> 547.734 130<762.399 775>\nDStem: 178 546 332 572 56 97 278 373 178 546 266 329 56 97 216 148 178 546 718 572 56 97 609 175 505 329 609 175 441 97 603 153 505 329 718 572 441 97 609 175 564 546 718 572 517 373 609 175\nRef: 168 168 N 1 0 0 1 280.734 184\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E27\nEncoding: 7719 7719 818\nWidth: 556\nHStem: 0 21<-13 108> 739 130<285.277 298.069 504.069 510.069>\nVStem: 232.069 130<792.399 805> 352.006 122.009<369 387> 444.069 130<792.399 805>\nRef: 168 168 N 1 0 0 1 177.069 214\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E28\nEncoding: 7720 7720 819\nWidth: 778\nHStem: -222.063 40.0633<221.579 231.579> 0 21<-24 272 340 657> 329 44<279 504> 649 20<116 433 501 799>\nVStem: -24 296<1 25> 116 317<644 668> 276.579 91<-143 -134> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 266 329 56 97 216 148 178 546 718 572 56 97 609 175 252.579 0 296.579 0 186.579 -97 251.579 -67 505 329 609 175 441 97 603 153 505 329 718 572 441 97 609 175 564 546 718 572 517 373 609 175\nRef: 184 184 N 1 0 0 1 211.579 -5\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E29\nEncoding: 7721 7721 820\nWidth: 556\nHStem: -231.063 40.0633<107.245 117.245> 0 21<-13 108>\nVStem: 162.245 91<-152 -143> 352.006 122.009<369 387>\nDStem: 138.245 -9 182.245 -9 72.2449 -106 137.245 -76\nRef: 184 184 N 1 0 0 1 97.2449 -14\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2A\nEncoding: 7722 7722 821\nWidth: 778\nHStem: -193 72<256.784 275.784> -51 20<128.784 171.784 405.784 444.784> 0 21<-24 272 340 657> 329 44<279 504> 649 20<116 433 501 799>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 266 329 56 97 216 148 178 546 718 572 56 97 609 175 505 329 609 175 441 97 603 153 505 329 718 572 441 97 609 175 564 546 718 572 517 373 609 175\nRef: 728 728 N 1 0 0 1 57.7841 -709\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2B\nEncoding: 7723 7723 822\nWidth: 556\nHStem: -202 72<142.45 161.45> -60 20<14.4503 57.4503 291.45 330.45> 0 21<-13 108>\nVStem: 352.006 122.009<369 387>\nRef: 728 728 N 1 0 0 1 -56.5497 -718\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2C\nEncoding: 7724 7724 823\nWidth: 393\nHStem: -172.997 76.9966<134.351 159.351> -129.008 75.0081<-19.649 8.351> 0 21<-24 272> 649 20<116 414>\nVStem: -24 296<1 25> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 732 732 N 1 0 0 1 -155.649 -709\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2D\nEncoding: 7725 7725 824\nWidth: 278\nHStem: -181.997 76.9966<82.162 107.162> -138.008 75.0081<-71.838 -43.838> 550 135<183.109 204>\nVStem: 128 135<615 621>\nDStem: 73 338 223 462 15 123 132 128\nRef: 732 732 N 1 0 0 1 -207.838 -718\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2E\nEncoding: 7726 7726 825\nWidth: 389\nHStem: 0 21<-24 272> 649 20<116 414> 732 130<164.208 177 383 389>\nVStem: -24 296<1 25> 111 130<785.399 798> 116 298<644 668> 323 130<785.399 798>\nDStem: 179 546 332 572 56 97 218 152\nRef: 180 180 N 1 0 0 1 88.9815 386\nRef: 207 207 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2F\nEncoding: 7727 7727 826\nWidth: 278\nHStem: 525 130<71.2083 84 290 296>\nVStem: 18 130<578.399 591> 230 130<578.399 591>\nDStem: 73 338 223 462 15 123 132 128\nRef: 180 180 N 1 0 0 1 -16.3746 193\nRef: 239 239 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E30\nEncoding: 7728 7728 827\nWidth: 664\nHStem: 0 21<-24 265 329 609> 642 27<504 509>\nVStem: -24 289<1 25> 116 310<644 668> 329 280<1 25> 488 211<644 668>\nDStem: 178 546 332 572 56 97 270 344 178 546 268 337 56 97 201 88 268 337 389 398 381 95 546 60\nRef: 180 180 N 1 0 0 1 224.554 193\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E31\nEncoding: 7729 7729 828\nWidth: 500\nHStem: -7.99557 70.9956<311 363> 0 21<-23 99>\nVStem: 276 207<424 448>\nDStem: 133 567 286 699 -23 0 163 239 133 567 149 188 -23 0 99 0\nRef: 180 180 N 1 0 0 1 116.894 223\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E32\nEncoding: 7730 7730 829\nWidth: 664\nHStem: -184 130<226.644 239.436> 0 21<-24 265 329 609> 642 27<504 509>\nVStem: -24 289<1 25> 116 310<644 668> 173.436 130<-130.601 -118> 329 280<1 25> 488 211<644 668>\nDStem: 178 546 332 572 56 97 270 344 178 546 268 337 56 97 201 88 268 337 389 398 381 95 546 60\nRef: 729 729 N 1 0 0 1 10.4364 -709\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E33\nEncoding: 7731 7731 830\nWidth: 500\nHStem: -192 130<108.589 121.381> -7.99557 70.9956<311 363> 0 21<-23 99>\nVStem: 55.381 130<-138.601 -126> 276 207<424 448>\nDStem: 133 567 286 699 -23 0 163 239 133 567 149 188 -23 0 99 0\nRef: 729 729 N 1 0 0 1 -107.619 -717\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E34\nEncoding: 7732 7732 831\nWidth: 664\nHStem: -110 70<96.2471 405.247> 0 21<-24 265 329 609> 642 27<504 509>\nVStem: -24 289<1 25> 116 310<644 668> 329 280<1 25> 488 211<644 668>\nDStem: 178 546 332 572 56 97 270 344 178 546 268 337 56 97 201 88 268 337 389 398 381 95 546 60\nRef: 175 175 N 1 0 0 1 28.2471 -663\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E35\nEncoding: 7733 7733 832\nWidth: 500\nHStem: -118 70<-21.8085 287.191> -7.99557 70.9956<311 363> 0 21<-23 99>\nVStem: 276 207<424 448>\nDStem: 133 567 286 699 -23 0 163 239 133 567 149 188 -23 0 99 0\nRef: 175 175 N 1 0 0 1 -89.8085 -671\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E36\nEncoding: 7734 7734 833\nWidth: 609\nHStem: -184 130<189.608 202.4> 0 32<248 280> 649 20<116 433>\nVStem: 116 317<644 668> 136.4 130<-130.601 -118>\nDStem: 179 546 332 572 56 97 203 94\nRef: 729 729 N 1 0 0 1 -26.5997 -709\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E37\nEncoding: 7735 7735 834\nWidth: 278\nHStem: -193 130<3.81099 16.603>\nVStem: -49.397 130<-139.601 -127>\nDStem: 110 473 290 699 36 209 145 176\nRef: 729 729 N 1 0 0 1 -212.397 -718\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E38\nEncoding: 7736 7736 835\nWidth: 609\nHStem: -184 130<189.608 202.4> 0 32<248 280> 649 20<116 433> 709 70<283.264 592.264>\nVStem: 116 317<644 668> 136.4 130<-130.601 -118>\nDStem: 179 546 332 572 56 97 203 94\nRef: 175 175 N 1 0 0 1 215.264 156\nRef: 7734 7734 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E39\nEncoding: 7737 7737 836\nWidth: 278\nHStem: -193 130<3.81099 16.603> 739 70<108.135 417.135>\nVStem: -49.397 130<-139.601 -127>\nDStem: 110 473 290 699 36 209 145 176\nRef: 175 175 N 1 0 0 1 40.1355 186\nRef: 7735 7735 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3A\nEncoding: 7738 7738 837\nWidth: 609\nHStem: -110 70<59.2109 368.211> 0 32<248 280> 649 20<116 433>\nVStem: 116 317<644 668>\nDStem: 179 546 332 572 56 97 203 94\nRef: 175 175 N 1 0 0 1 -8.78914 -663\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3B\nEncoding: 7739 7739 838\nWidth: 278\nHStem: -119 70<-126.587 182.413>\nDStem: 110 473 290 699 36 209 145 176\nRef: 175 175 N 1 0 0 1 -194.587 -672\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3C\nEncoding: 7740 7740 839\nWidth: 609\nHStem: 0 32<248 280> 649 20<116 433>\nVStem: 116 317<644 668>\nDStem: 179 546 332 572 56 97 203 94\nRef: 710 710 N 1 0 0 1 -30.2774 -739\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3D\nEncoding: 7741 7741 840\nWidth: 278\nDStem: 110 473 290 699 36 209 145 176\nRef: 710 710 N 1 0 0 1 -216.075 -748\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3E\nEncoding: 7742 7742 841\nWidth: 896\nHStem: -12 681<285 313> 0 21<-29 178 463 775>\nVStem: -29 207<1 25> 463 312<1 25>\nDStem: 688 561 836 572 563 97 713 123 705 669 688 561 395 189 313 -12\nRef: 180 180 N 1 0 0 1 309.554 193\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3F\nEncoding: 7743 7743 842\nWidth: 778\nHStem: 0 21<-14 107 227 347>\nDStem: 576 338 681 284 531 207 636 151\nRef: 180 180 N 1 0 0 1 198.882 -14\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E40\nEncoding: 7744 7744 843\nWidth: 896\nHStem: -12 681<285 313> 0 21<-29 178 463 775> 709 130<555.942 568.734>\nVStem: -29 207<1 25> 463 312<1 25> 502.734 130<762.399 775>\nDStem: 688 561 836 572 563 97 713 123 705 669 688 561 395 189 313 -12\nRef: 729 729 N 1 0 0 1 339.734 184\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E41\nEncoding: 7745 7745 844\nWidth: 778\nHStem: 0 21<-14 107 227 347> 502 130<445.269 458.061>\nVStem: 392.061 130<555.399 568>\nDStem: 576 338 681 284 531 207 636 151\nRef: 729 729 N 1 0 0 1 229.061 -23\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E42\nEncoding: 7746 7746 845\nWidth: 896\nHStem: -196 130<308.362 321.154> -12 681<285 313> 0 21<-29 178 463 775>\nVStem: -29 207<1 25> 255.154 130<-142.601 -130> 463 312<1 25>\nDStem: 688 561 836 572 563 97 713 123 705 669 688 561 395 189 313 -12\nRef: 729 729 N 1 0 0 1 92.1536 -721\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E43\nEncoding: 7747 7747 846\nWidth: 778\nHStem: -193 130<255.139 267.931> 0 21<-14 107 227 347>\nVStem: 201.931 130<-139.601 -127>\nDStem: 576 338 681 284 531 207 636 151\nRef: 729 729 N 1 0 0 1 38.931 -718\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E44\nEncoding: 7748 7748 847\nWidth: 722\nHStem: 0 21<-29 179> 649 20<109 304 537 746> 709 130<447.852 460.644>\nVStem: -29 208<1 25> 394.644 130<762.399 775> 537 209<644 668>\nDStem: 192 589 216 534 72 178 117 178 216 534 304 669 473 -15 519 204 599 491 644 491 519 204 501 -15\nRef: 729 729 N 1 0 0 1 231.644 184\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E45\nEncoding: 7749 7749 848\nWidth: 556\nHStem: 0 21<-6 115> 502 130<334.769 347.561>\nVStem: 281.561 130<555.399 568> 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nRef: 729 729 N 1 0 0 1 118.561 -23\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E46\nEncoding: 7750 7750 849\nWidth: 722\nHStem: -199 130<199.452 212.244> 0 21<-29 179> 649 20<109 304 537 746>\nVStem: -29 208<1 25> 146.244 130<-145.601 -133> 537 209<644 668>\nDStem: 192 589 216 534 72 178 117 178 216 534 304 669 473 -15 519 204 599 491 644 491 519 204 501 -15\nRef: 729 729 N 1 0 0 1 -16.7563 -724\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E47\nEncoding: 7751 7751 850\nWidth: 556\nHStem: -193 130<144.639 157.431> 0 21<-6 115>\nVStem: 91.431 130<-139.601 -127> 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nRef: 729 729 N 1 0 0 1 -71.569 -718\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E48\nEncoding: 7752 7752 851\nWidth: 722\nHStem: -125 70<69.0543 378.054> 0 21<-29 179> 649 20<109 304 537 746>\nVStem: -29 208<1 25> 537 209<644 668>\nDStem: 192 589 216 534 72 178 117 178 216 534 304 669 473 -15 519 204 599 491 644 491 519 204 501 -15\nRef: 175 175 N 1 0 0 1 1.0543 -678\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E49\nEncoding: 7753 7753 852\nWidth: 556\nHStem: -119 70<14.2416 323.242> 0 21<-6 115>\nVStem: 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nRef: 175 175 N 1 0 0 1 -53.7584 -672\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4A\nEncoding: 7754 7754 853\nWidth: 722\nHStem: 0 21<-29 179> 649 20<109 304 537 746>\nVStem: -29 208<1 25> 537 209<644 668>\nDStem: 192 589 216 534 72 178 117 178 216 534 304 669 473 -15 519 204 599 491 644 491 519 204 501 -15\nRef: 710 710 N 1 0 0 1 -20.4339 -754\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4B\nEncoding: 7755 7755 854\nWidth: 556\nHStem: 0 21<-6 115>\nVStem: 353.957 120.043<369 387>\nDStem: 349 348 448 272 294 182 412 163\nRef: 710 710 N 1 0 0 1 -75.2466 -748\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4C\nEncoding: 7756 7756 855\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459> 743.003 76.9966<525 550> 786.992 75.0081<371 399>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 180 180 N 1 0 0 1 273.032 386\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4D\nEncoding: 7757 7757 856\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285> 536.003 76.9966<374 399> 579.992 75.0081<220 248>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 180 180 N 1 0 0 1 111.557 193\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4E\nEncoding: 7758 7758 857\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459> 743.003 76.9966<525 550> 786.992 75.0081<371 399> 902 130<413.42 426.212 632.212 638.212>\nVStem: 27 144.002<137 221> 360.212 130<955.399 968> 547 143.998<454 531> 572.212 130<955.399 968>\nRef: 168 168 N 1 0 0 1 305.212 377\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4F\nEncoding: 7759 7759 858\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285> 536.003 76.9966<374 399> 579.992 75.0081<220 248> 709 130<251.945 264.737 470.737 476.737>\nVStem: -3 119.002<78 135> 198.737 130<762.399 775> 322 118.997<311 375> 410.737 130<762.399 775>\nRef: 168 168 N 1 0 0 1 143.737 184\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E50\nEncoding: 7760 7760 859\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459> 763 70<303 612>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 96 96 N 1 0 0 1 333.372 357\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E51\nEncoding: 7761 7761 860\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285> 553 70<152 461>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 96 96 N 1 0 0 1 167.247 147\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E52\nEncoding: 7762 7762 861\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459> 763 70<303 612>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 180 180 N 1 0 0 1 265.099 357\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E53\nEncoding: 7763 7763 862\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285> 553 70<152 461>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 180 180 N 1 0 0 1 98.9731 147\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E54\nEncoding: 7764 7764 863\nWidth: 614\nHStem: 0 21<-24 270> 317.686 34.3145<312 337> 637 32<376 392>\nVStem: -24 294<1 25> 469.291 146.214<514 546>\nDStem: 179 546 336 593 56 97 272 354 179 546 262 322 56 97 208 123\nRef: 180 180 N 1 0 0 1 157.747 193\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E55\nEncoding: 7765 7765 864\nWidth: 500\nHStem: -205 27<-119 -104 112 128> -12.0305 34.0648<152 169>\nVStem: -120 249<-204 -178> 321.176 124.824<334.028 341>\nRef: 180 180 N 1 0 0 1 25.4264 -14\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E56\nEncoding: 7766 7766 865\nWidth: 614\nHStem: 0 21<-24 270> 317.686 34.3145<312 337> 637 32<376 392> 709 130<404.134 416.926>\nVStem: -24 294<1 25> 350.926 130<762.399 775> 469.291 146.214<514 546>\nDStem: 179 546 336 593 56 97 272 354 179 546 262 322 56 97 208 123\nRef: 729 729 N 1 0 0 1 187.926 184\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E57\nEncoding: 7767 7767 866\nWidth: 500\nHStem: -205 27<-119 -104 112 128> -12.0305 34.0648<152 169> 502 130<271.814 284.606>\nVStem: -120 249<-204 -178> 218.606 130<555.399 568> 321.176 124.824<334.028 341>\nRef: 729 729 N 1 0 0 1 55.6057 -23\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E58\nEncoding: 7768 7768 867\nWidth: 672\nHStem: 0 21<-24 272 405 607> 331 32<278.063 298> 637 32<376 394> 709 130<469.942 482.734>\nVStem: -24 296<1 25> 416.734 130<762.399 775> 477 151<525 544>\nDStem: 179 546 338 593 56 97 278 363 179 546 269 331 56 97 214 138 298 331 436 343 405 0 519 97\nRef: 729 729 N 1 0 0 1 253.734 184\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E59\nEncoding: 7769 7769 868\nWidth: 389\nHStem: 0 21<-21 100> 323 139<329 334> 502 130<237.79 250.583>\nVStem: 184.583 130<555.399 568>\nRef: 729 729 N 1 0 0 1 21.5825 -23\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5A\nEncoding: 7770 7770 869\nWidth: 672\nHStem: -184 130<225.644 238.436> 0 21<-24 272 405 607> 331 32<278.063 298> 637 32<376 394>\nVStem: -24 296<1 25> 172.436 130<-130.601 -118> 477 151<525 544>\nDStem: 179 546 338 593 56 97 278 363 179 546 269 331 56 97 214 138 298 331 436 343 405 0 519 97\nRef: 729 729 N 1 0 0 1 9.43645 -709\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5B\nEncoding: 7771 7771 870\nWidth: 389\nHStem: -184 130<50.122 62.914> 0 21<-21 100> 323 139<329 334>\nVStem: -3.086 130<-130.601 -118>\nRef: 729 729 N 1 0 0 1 -166.086 -709\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5C\nEncoding: 7772 7772 871\nWidth: 672\nHStem: -184 130<225.644 238.436> 0 21<-24 272 405 607> 331 32<278.063 298> 637 32<376 394> 709 70<319.3 628.3>\nVStem: -24 296<1 25> 172.436 130<-130.601 -118> 477 151<525 544>\nDStem: 179 546 338 593 56 97 278 363 179 546 269 331 56 97 214 138 298 331 436 343 405 0 519 97\nRef: 175 175 N 1 0 0 1 251.3 156\nRef: 7770 7770 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5D\nEncoding: 7773 7773 872\nWidth: 389\nHStem: -184 130<50.122 62.914> 0 21<-21 100> 323 139<329 334> 502 70<87.149 396.149>\nVStem: -3.086 130<-130.601 -118>\nRef: 175 175 N 1 0 0 1 19.149 -51\nRef: 7771 7771 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5E\nEncoding: 7774 7774 873\nWidth: 672\nHStem: -110 70<95.2471 404.247> 0 21<-24 272 405 607> 331 32<278.063 298> 637 32<376 394>\nVStem: -24 296<1 25> 477 151<525 544>\nDStem: 179 546 338 593 56 97 278 363 179 546 269 331 56 97 214 138 298 331 436 343 405 0 519 97\nRef: 175 175 N 1 0 0 1 27.2471 -663\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5F\nEncoding: 7775 7775 874\nWidth: 389\nHStem: -110 70<-80.275 228.725> 0 21<-21 100> 323 139<329 334>\nRef: 175 175 N 1 0 0 1 -148.275 -663\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E60\nEncoding: 7776 7776 875\nWidth: 556\nHStem: -18 34<220 239> 649.915 34.2748<303 327> 661 20<496 526> 709 130<392.484 405.276>\nVStem: 102.002 120.998<491 545> 339.276 130<762.399 775> 346.994 121.006<142 185>\nRef: 729 729 N 1 0 0 1 176.276 184\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E61\nEncoding: 7777 7777 876\nWidth: 389\nHStem: -13 30<125 133> 429 32.9762<184 198> 502 130<244.085 256.877>\nVStem: 47.0031 94.9969<336 376> 182.99 96.0095<71 119> 190.877 130<555.399 568>\nRef: 729 729 N 1 0 0 1 27.8767 -23\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E62\nEncoding: 7778 7778 877\nWidth: 556\nHStem: -202 130<143.263 156.055> -18 34<220 239> 649.915 34.2748<303 327> 661 20<496 526>\nVStem: 90.0547 130<-148.601 -136> 102.002 120.998<491 545> 346.994 121.006<142 185>\nRef: 729 729 N 1 0 0 1 -72.9453 -727\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E63\nEncoding: 7779 7779 878\nWidth: 389\nHStem: -197 130<52.86 65.652> -13 30<125 133> 429 32.9762<184 198>\nVStem: -0.348007 130<-143.601 -131> 47.0031 94.9969<336 376> 182.99 96.0095<71 119>\nRef: 729 729 N 1 0 0 1 -163.348 -722\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E64\nEncoding: 7780 7780 879\nWidth: 556\nHStem: -18 34<220 239> 649.915 34.2748<303 327> 661 20<496 526> 947 130<457.594 470.386>\nVStem: 102.002 120.998<491 545> 346.994 121.006<142 185> 404.386 130<1000.4 1013>\nRef: 729 729 N 1 0 0 1 241.386 422\nRef: 346 346 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E65\nEncoding: 7781 7781 880\nWidth: 389\nHStem: -13 30<125 133> 429 32.9762<184 198> 739 130<308.921 321.712>\nVStem: 47.0031 94.9969<336 376> 182.99 96.0095<71 119> 255.712 130<792.399 805>\nRef: 729 729 N 1 0 0 1 92.7125 214\nRef: 347 347 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E66\nEncoding: 7782 7782 881\nWidth: 556\nHStem: -18 34<220 239> 649.915 34.2748<303 327> 661 20<496 526> 937 130<443.823 456.615>\nVStem: 102.002 120.998<491 545> 346.994 121.006<142 185> 390.615 130<990.399 1003>\nRef: 729 729 N 1 0 0 1 227.615 412\nRef: 352 352 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E67\nEncoding: 7783 7783 882\nWidth: 389\nHStem: -13 30<125 133> 429 32.9762<184 198> 739 130<292.395 305.187>\nVStem: 47.0031 94.9969<336 376> 182.99 96.0095<71 119> 239.187 130<792.399 805>\nRef: 729 729 N 1 0 0 1 76.1869 214\nRef: 353 353 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E68\nEncoding: 7784 7784 883\nWidth: 556\nHStem: -202 130<143.263 156.055> -18 34<220 239> 649.915 34.2748<303 327> 661 20<496 526> 709 130<392.484 405.276>\nVStem: 90.0547 130<-148.601 -136> 102.002 120.998<491 545> 339.276 130<762.399 775> 346.994 121.006<142 185>\nRef: 729 729 N 1 0 0 1 176.276 184\nRef: 7778 7778 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E69\nEncoding: 7785 7785 884\nWidth: 389\nHStem: -197 130<52.86 65.652> -13 30<125 133> 429 32.9762<184 198> 502 130<244.085 256.877>\nVStem: -0.348007 130<-143.601 -131> 47.0031 94.9969<336 376> 182.99 96.0095<71 119> 190.877 130<555.399 568>\nRef: 729 729 N 1 0 0 1 27.8767 -23\nRef: 7779 7779 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6A\nEncoding: 7786 7786 885\nWidth: 611\nHStem: 0 25<51 66> 634 35<290 302 449.125 469.876> 709 130<399.695 412.487>\nVStem: 50 331<1 25> 346.487 130<762.399 775>\nDStem: 303 634 449 634 155 97 309 128\nRef: 729 729 N 1 0 0 1 183.487 184\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6B\nEncoding: 7787 7787 886\nWidth: 278\nHStem: 407 42<210 280> 634 130<229.102 241.894>\nVStem: 30 251<407 442> 175.894 130<687.399 700>\nDStem: 81 407 198 407 13 169 165 289\nRef: 729 729 N 1 0 0 1 12.8944 109\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6C\nEncoding: 7788 7788 887\nWidth: 611\nHStem: -184 130<155.398 168.19> 0 25<51 66> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25> 102.19 130<-130.601 -118>\nDStem: 303 634 449 634 155 97 309 128\nRef: 729 729 N 1 0 0 1 -60.8098 -709\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6D\nEncoding: 7789 7789 888\nWidth: 278\nHStem: -193 130<2.86099 15.653> 407 42<210 280>\nVStem: -50.347 130<-139.601 -127> 30 251<407 442>\nDStem: 81 407 198 407 13 169 165 289\nRef: 729 729 N 1 0 0 1 -213.347 -718\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6E\nEncoding: 7790 7790 889\nWidth: 611\nHStem: -110 70<25.0008 334.001> 0 25<51 66> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25>\nDStem: 303 634 449 634 155 97 309 128\nRef: 175 175 N 1 0 0 1 -42.9992 -663\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6F\nEncoding: 7791 7791 890\nWidth: 278\nHStem: -119 70<-127.537 181.463> 407 42<210 280>\nVStem: 30 251<407 442>\nDStem: 81 407 198 407 13 169 165 289\nRef: 175 175 N 1 0 0 1 -195.537 -672\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E70\nEncoding: 7792 7792 891\nWidth: 611\nHStem: 0 25<51 66> 634 35<290 302 449.125 469.876>\nVStem: 50 331<1 25>\nDStem: 303 634 449 634 155 97 309 128\nRef: 710 710 N 1 0 0 1 -64.4874 -739\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E71\nEncoding: 7793 7793 892\nWidth: 278\nHStem: 407 42<210 280>\nVStem: 30 251<407 442>\nDStem: 81 407 198 407 13 169 165 289\nRef: 710 710 N 1 0 0 1 -217.025 -748\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E72\nEncoding: 7794 7794 893\nWidth: 722\nHStem: -202 130<86.131 98.923 304.923 310.923> -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 32.923 130<-148.601 -136> 67 138<138 158> 98 311<644 668> 244.923 130<-148.601 -136> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 168 168 N 1 0 0 1 -22.077 -727\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E73\nEncoding: 7795 7795 894\nWidth: 556\nHStem: -193 130<34.4125 47.2045 253.204 259.204>\nVStem: -18.7955 130<-139.601 -127> 15.004 118.996<65 88> 193.204 130<-139.601 -127>\nDStem: 76 306 243 462 36 173 149 154\nRef: 168 168 N 1 0 0 1 -73.7955 -718\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E74\nEncoding: 7796 7796 895\nWidth: 722\nHStem: -190.997 76.9966<268.338 293.338> -147.008 75.0081<114.338 142.338> -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 732 732 N 1 0 0 1 -21.6621 -727\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E75\nEncoding: 7797 7797 896\nWidth: 556\nHStem: -181.997 76.9966<216.62 241.62> -138.008 75.0081<62.6195 90.6195>\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 732 732 N 1 0 0 1 -73.3805 -718\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E76\nEncoding: 7798 7798 897\nWidth: 722\nHStem: -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 710 710 N 1 0 0 1 -27.7546 -757\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E77\nEncoding: 7799 7799 898\nWidth: 556\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 710 710 N 1 0 0 1 -79.4731 -748\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E78\nEncoding: 7800 7800 899\nWidth: 722\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 719.003 76.9966<517 542> 762.992 75.0081<363 391>\nVStem: 67 138<138 158> 98 311<644 668> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 180 180 N 1 0 0 1 241.198 362\nRef: 360 360 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E79\nEncoding: 7801 7801 900\nWidth: 556\nHStem: 512.003 76.9966<406 431> 555.992 75.0081<252 280>\nVStem: 15.004 118.996<65 88>\nDStem: 76 306 243 462 36 173 149 154\nRef: 180 180 N 1 0 0 1 130.389 155\nRef: 361 361 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7A\nEncoding: 7802 7802 901\nWidth: 722\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 763 70<303 612> 873 130<380.218 393.01 599.01 605.01>\nVStem: 67 138<138 158> 98 311<644 668> 327.01 130<926.399 939> 536 208<644 668> 539.01 130<926.399 939>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 168 168 N 1 0 0 1 272.01 348\nRef: 362 362 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7B\nEncoding: 7803 7803 902\nWidth: 556\nHStem: 553 70<180 489> 663 130<268.588 281.38 487.38 493.38>\nVStem: 15.004 118.996<65 88> 215.38 130<716.399 729> 427.38 130<716.399 729>\nDStem: 76 306 243 462 36 173 149 154\nRef: 168 168 N 1 0 0 1 160.38 138\nRef: 363 363 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7C\nEncoding: 7804 7804 903\nWidth: 667\nHStem: 644 25<65.0628 88.5574 545 548> 709.003 76.9966<483.55 508.55> 752.992 75.0081<329.55 357.55>\nVStem: 65 298<644 668> 523 192<644 668>\nDStem: 529 484 656 604 339 182 263 -18\nRef: 732 732 N 1 0 0 1 193.55 173\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7D\nEncoding: 7805 7805 904\nWidth: 444\nHStem: 502.003 76.9966<311.625 336.625> 545.992 75.0081<157.625 185.625>\nVStem: 90 112<129 166> 284 117<394 406>\nRef: 732 732 N 1 0 0 1 21.625 -34\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7E\nEncoding: 7806 7806 905\nWidth: 667\nHStem: -202 130<161.131 173.923> 644 25<65.0628 88.5574 545 548>\nVStem: 65 298<644 668> 107.923 130<-148.601 -136> 523 192<644 668>\nDStem: 529 484 656 604 339 182 263 -18\nRef: 729 729 N 1 0 0 1 -55.077 -727\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7F\nEncoding: 7807 7807 906\nWidth: 444\nHStem: -197 130<47.203 59.995>\nVStem: -6.005 130<-143.601 -131> 90 112<129 166> 284 117<394 406>\nRef: 729 729 N 1 0 0 1 -169.005 -722\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: Wgrave\nEncoding: 7808 7808 907\nWidth: 889\nHStem: -18 687<220 249 541 570>\nVStem: 65 277<645 668> 400 269<645 668> 470.988 135.012<537 586> 753 187<645 668>\nDStem: 471 537 482 471 321 226 249 -18 801 553 856 572 645 226 570 -18\nRef: 96 96 N 1 0 0 1 344.602 193\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wgrave\nEncoding: 7809 7809 908\nWidth: 667\nHStem: 442 20<360 387>\nVStem: 497 117<398 409>\nDStem: 360 462 292 272 204 187 273 237\nRef: 96 96 N 1 0 0 1 166.13 -14\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wacute\nEncoding: 7810 7810 909\nWidth: 889\nHStem: -18 687<220 249 541 570>\nVStem: 65 277<645 668> 400 269<645 668> 470.988 135.012<537 586> 753 187<645 668>\nDStem: 471 537 482 471 321 226 249 -18 801 553 856 572 645 226 570 -18\nRef: 180 180 N 1 0 0 1 276.328 193\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wacute\nEncoding: 7811 7811 910\nWidth: 667\nHStem: 442 20<360 387>\nVStem: 497 117<398 409>\nDStem: 360 462 292 272 204 187 273 237\nRef: 180 180 N 1 0 0 1 97.8561 -14\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wdieresis\nEncoding: 7812 7812 911\nWidth: 889\nHStem: -18 687<220 249 541 570> 709 130<416.716 429.508 635.508 641.508>\nVStem: 65 277<645 668> 363.508 130<762.399 775> 400 269<645 668> 470.988 135.012<537 586> 575.508 130<762.399 775> 753 187<645 668>\nDStem: 471 537 482 471 321 226 249 -18 801 553 856 572 645 226 570 -18\nRef: 168 168 N 1 0 0 1 308.508 184\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wdieresis\nEncoding: 7813 7813 912\nWidth: 667\nHStem: 442 20<360 387> 502 130<238.243 251.035 457.035 463.035>\nVStem: 185.035 130<555.399 568> 397.035 130<555.399 568> 497 117<398 409>\nDStem: 360 462 292 272 204 187 273 237\nRef: 168 168 N 1 0 0 1 130.035 -23\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E86\nEncoding: 7814 7814 913\nWidth: 889\nHStem: -18 687<220 249 541 570> 709 130<522.716 535.508>\nVStem: 65 277<645 668> 400 269<645 668> 469.508 130<762.399 775> 470.988 135.012<537 586> 753 187<645 668>\nDStem: 471 537 482 471 321 226 249 -18 801 553 856 572 645 226 570 -18\nRef: 729 729 N 1 0 0 1 306.508 184\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E87\nEncoding: 7815 7815 914\nWidth: 667\nHStem: 442 20<360 387> 502 130<344.243 357.035>\nVStem: 291.035 130<555.399 568> 497 117<398 409>\nDStem: 360 462 292 272 204 187 273 237\nRef: 729 729 N 1 0 0 1 128.035 -23\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E88\nEncoding: 7816 7816 915\nWidth: 889\nHStem: -202 130<273.494 286.286> -18 687<220 249 541 570>\nVStem: 65 277<645 668> 220.286 130<-148.601 -136> 400 269<645 668> 470.988 135.012<537 586> 753 187<645 668>\nDStem: 471 537 482 471 321 226 249 -18 801 553 856 572 645 226 570 -18\nRef: 729 729 N 1 0 0 1 57.2862 -727\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E89\nEncoding: 7817 7817 916\nWidth: 667\nHStem: -197 130<153.019 165.811> 442 20<360 387>\nVStem: 99.8106 130<-143.601 -131> 497 117<398 409>\nDStem: 360 462 292 272 204 187 273 237\nRef: 729 729 N 1 0 0 1 -63.1894 -722\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8A\nEncoding: 7818 7818 917\nWidth: 667\nHStem: 0 21<-24 190 278 586> 641 28<375.007 389.187 504 513> 709 130<451.442 464.234>\nVStem: -24 214<1 25> 100 305<644 668> 278 308<1 25> 398.234 130<762.399 775> 491 203<644 668>\nDStem: 191 581 371 458 275 309 382 421 275 309 289 264 207 235 155 116 476 520 595 583 382 421 396 378\nRef: 729 729 N 1 0 0 1 235.234 184\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8B\nEncoding: 7819 7819 918\nWidth: 500\nHStem: -13 115<8 19> 348 114<410 420> 502 130<299.5 312.293>\nVStem: 246.293 130<555.399 568>\nDStem: 162 192 173 142 118 122 149 103\nRef: 729 729 N 1 0 0 1 83.2925 -23\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8C\nEncoding: 7820 7820 919\nWidth: 667\nHStem: 0 21<-24 190 278 586> 641 28<375.007 389.187 504 513> 709 130<345.442 358.234 564.234 570.234>\nVStem: -24 214<1 25> 100 305<644 668> 278 308<1 25> 292.234 130<762.399 775> 491 203<644 668> 504.234 130<762.399 775>\nDStem: 191 581 371 458 275 309 382 421 275 309 289 264 207 235 155 116 476 520 595 583 382 421 396 378\nRef: 168 168 N 1 0 0 1 237.234 184\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8D\nEncoding: 7821 7821 920\nWidth: 500\nHStem: -13 115<8 19> 348 114<410 420> 502 130<193.501 206.293 412.293 418.293>\nVStem: 140.293 130<555.399 568> 352.293 130<555.399 568>\nDStem: 162 192 173 142 118 122 149 103\nRef: 168 168 N 1 0 0 1 85.2925 -23\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8E\nEncoding: 7822 7822 921\nWidth: 611\nHStem: 0 21<73 395> 644 25<337 355> 709 130<386.352 399.144>\nVStem: 73 283<644 668> 73 322<1 25> 333.144 130<762.399 775> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 729 729 N 1 0 0 1 170.144 184\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8F\nEncoding: 7823 7823 922\nWidth: 444\nHStem: -205 115<-43 -33> 502 130<231.97 244.762>\nVStem: 178.762 130<555.399 568> 273 119<397 408>\nRef: 729 729 N 1 0 0 1 15.7618 -23\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E90\nEncoding: 7824 7824 923\nWidth: 611\nHStem: 0 35<157 261> 634 35<325 422>\nDStem: 423 634 590 640 -11 29 156 35\nRef: 710 710 N 1 0 0 1 206.537 193\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E91\nEncoding: 7825 7825 924\nWidth: 389\nHStem: -78 29<237 248> 353 96<101 248>\nVStem: 243 103<5 18>\nDStem: 249 353 368 439 -43 -1 87 104\nRef: 710 710 N 1 0 0 1 71.4756 -14\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E92\nEncoding: 7826 7826 925\nWidth: 611\nHStem: -184 130<171.456 184.248> 0 35<157 261> 634 35<325 422>\nVStem: 118.248 130<-130.601 -118>\nDStem: 423 634 590 640 -11 29 156 35\nRef: 729 729 N 1 0 0 1 -44.7521 -709\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E93\nEncoding: 7827 7827 926\nWidth: 389\nHStem: -262 130<71.685 84.477> -78 29<237 248> 353 96<101 248>\nVStem: 18.477 130<-208.601 -196> 243 103<5 18>\nDStem: 249 353 368 439 -43 -1 87 104\nRef: 729 729 N 1 0 0 1 -144.523 -787\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E94\nEncoding: 7828 7828 927\nWidth: 611\nHStem: -110 70<41.0585 350.059> 0 35<157 261> 634 35<325 422>\nDStem: 423 634 590 640 -11 29 156 35\nRef: 175 175 N 1 0 0 1 -26.9415 -663\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E95\nEncoding: 7829 7829 928\nWidth: 389\nHStem: -188 70<-58.712 250.288> -78 29<237 248> 353 96<101 248>\nVStem: 243 103<5 18>\nDStem: 249 353 368 439 -43 -1 87 104\nRef: 175 175 N 1 0 0 1 -126.712 -741\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E96\nEncoding: 7830 7830 929\nWidth: 556\nHStem: -119 70<5.9133 314.913> 0 21<-13 108>\nVStem: 352.006 122.009<369 387>\nRef: 175 175 N 1 0 0 1 -62.0867 -672\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E97\nEncoding: 7831 7831 930\nWidth: 278\nHStem: 407 42<210 280> 634 130<123.102 135.894 341.894 347.894>\nVStem: 30 251<407 442> 69.8944 130<687.399 700> 281.894 130<687.399 700>\nDStem: 81 407 198 407 13 169 165 289\nRef: 168 168 N 1 0 0 1 14.8944 109\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E98\nEncoding: 7832 7832 931\nWidth: 667\nHStem: 442 20<360 387> 502 48<357.572 373.572> 668 48<357.572 373.572>\nVStem: 261.572 48<607 614> 426.572 48<598 614> 497 117<398 409>\nDStem: 360 462 292 272 204 187 273 237\nRef: 730 730 N 1 0 0 1 134.572 -38\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E99\nEncoding: 7833 7833 932\nWidth: 444\nHStem: -205 115<-43 -33> 502 48<245.299 261.299> 668 48<245.299 261.299>\nVStem: 149.299 48<607 614> 273 119<397 408> 314.299 48<598 614>\nRef: 730 730 N 1 0 0 1 22.2988 -38\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E9B\nEncoding: 7835 7835 933\nWidth: 333\nHStem: -205 31<-73 -57> 407 42<48 111> 669 29<343 349> 739 130<279.359 292.151>\nVStem: -169 101<-127 -118> 226.152 130<792.399 805> 346 100<611 620>\nRef: 729 729 N 1 0 0 1 63.1515 214\nRef: 383 383 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA0\nEncoding: 7840 7840 934\nWidth: 667\nHStem: -184 130<215.234 228.026> 0 25<109 128> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 162.026 130<-130.601 -118> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 729 729 N 1 0 0 1 -0.974327 -709\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA1\nEncoding: 7841 7841 935\nWidth: 500\nHStem: -198 130<137.91 150.702>\nVStem: -21 123<99.9685 129> 84.702 130<-144.601 -132>\nDStem: 344 449 455 456 326 390 384 220\nRef: 729 729 N 1 0 0 1 -78.298 -723\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA2\nEncoding: 7842 7842 936\nWidth: 667\nFlags: H\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 887 31<486.661 508.661>\nVStem: -67 196<1 25> 289 304<1 25> 406.079 40.3374<838 846> 511.621 66.2826<853 869>\nDStem: 388 683 309 491 16 95 161 248\nRef: 777 777 N 1 0 0 1 182.661 208\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA3\nEncoding: 7843 7843 937\nWidth: 500\nFlags: H\nHStem: 680 31<356.539 378.539>\nVStem: -21 123<99.9685 129> 275.957 40.3374<631 639> 381.498 66.2826<646 662>\nDStem: 344 449 455 456 326 390 384 220\nRef: 777 777 N 1 0 0 1 52.5387 1\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA4\nEncoding: 7844 7844 938\nWidth: 667\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 180 180 N 1 0 0 1 275.517 421\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA5\nEncoding: 7845 7845 939\nWidth: 500\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 180 180 N 1 0 0 1 147.857 223\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA6\nEncoding: 7846 7846 940\nWidth: 667\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 96 96 N 1 0 0 1 343.791 421\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA7\nEncoding: 7847 7847 941\nWidth: 500\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 96 96 N 1 0 0 1 216.13 223\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA8\nEncoding: 7848 7848 942\nWidth: 667\nFlags: H\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 1115 31<549.035 571.035>\nVStem: -67 196<1 25> 289 304<1 25> 468.453 40.3374<1066 1074> 573.995 66.2826<1081 1097>\nDStem: 388 683 309 491 16 95 161 248\nRef: 777 777 N 1 0 0 1 245.035 436\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA9\nEncoding: 7849 7849 943\nWidth: 500\nFlags: H\nHStem: 917 31<421.375 443.375>\nVStem: -21 123<99.9685 129> 340.793 40.3374<868 876> 446.335 66.2826<883 899>\nDStem: 344 449 455 456 326 390 384 220\nRef: 777 777 N 1 0 0 1 117.375 238\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAA\nEncoding: 7850 7850 944\nWidth: 667\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 937.003 76.9966<595.102 620.102> 980.992 75.0081<441.102 469.102>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 732 732 N 1 0 0 1 305.102 401\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAB\nEncoding: 7851 7851 945\nWidth: 500\nHStem: 739.003 76.9966<467.442 492.442> 782.992 75.0081<313.442 341.442>\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 732 732 N 1 0 0 1 177.442 203\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAC\nEncoding: 7852 7852 946\nWidth: 667\nHStem: -184 130<215.234 228.026> 0 25<109 128> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 162.026 130<-130.601 -118> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 710 710 N 1 0 0 1 250.314 193\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAD\nEncoding: 7853 7853 947\nWidth: 500\nHStem: -198 130<137.91 150.702>\nVStem: -21 123<99.9685 129> 84.702 130<-144.601 -132>\nDStem: 344 449 455 456 326 390 384 220\nRef: 710 710 N 1 0 0 1 120.192 -14\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAE\nEncoding: 7854 7854 948\nWidth: 667\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 726 72<390 409> 868 20<262 305 539 578>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 180 180 N 1 0 0 1 273.055 412\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAF\nEncoding: 7855 7855 949\nWidth: 500\nHStem: 516 72<282 301> 658 20<154 197 431 470>\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 180 180 N 1 0 0 1 139.65 193\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB0\nEncoding: 7856 7856 950\nWidth: 667\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 726 72<390 409> 868 20<262 305 539 578>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 96 96 N 1 0 0 1 341.329 412\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB1\nEncoding: 7857 7857 951\nWidth: 500\nHStem: 516 72<282 301> 658 20<154 197 431 470>\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 96 96 N 1 0 0 1 207.923 193\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB2\nEncoding: 7858 7858 952\nWidth: 667\nFlags: H\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 726 72<390 409> 868 20<262 305 539 578> 1106 31<546.573 568.573>\nVStem: -67 196<1 25> 289 304<1 25> 465.991 40.3374<1057 1065> 571.533 66.2826<1072 1088>\nDStem: 388 683 309 491 16 95 161 248\nRef: 777 777 N 1 0 0 1 242.573 427\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB3\nEncoding: 7859 7859 953\nWidth: 500\nFlags: H\nHStem: 516 72<282 301> 658 20<154 197 431 470> 887 31<413.168 435.168>\nVStem: -21 123<99.9685 129> 332.586 40.3374<838 846> 438.128 66.2826<853 869>\nDStem: 344 449 455 456 326 390 384 220\nRef: 777 777 N 1 0 0 1 109.168 208\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB4\nEncoding: 7860 7860 954\nWidth: 667\nHStem: 0 25<109 128> 208 40<162 345> 663 20<388 413> 726 72<390 409> 868 20<262 305 539 578> 928.003 76.9966<592.64 617.64> 971.992 75.0081<438.64 466.64>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 732 732 N 1 0 0 1 302.64 392\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB5\nEncoding: 7861 7861 955\nWidth: 500\nHStem: 516 72<282 301> 658 20<154 197 431 470> 709.003 76.9966<459.235 484.235> 752.992 75.0081<305.235 333.235>\nVStem: -21 123<99.9685 129>\nDStem: 344 449 455 456 326 390 384 220\nRef: 732 732 N 1 0 0 1 169.235 173\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB6\nEncoding: 7862 7862 956\nWidth: 667\nHStem: -184 130<215.234 228.026> 0 25<109 128> 208 40<162 345> 663 20<388 413> 709 72<468.133 487.133> 851 20<340.133 383.133 617.133 656.133>\nVStem: -67 196<1 25> 162.026 130<-130.601 -118> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 728 728 N 1 0 0 1 269.133 193\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB7\nEncoding: 7863 7863 957\nWidth: 500\nHStem: -198 130<137.91 150.702> 502 72<338.01 357.01> 644 20<210.01 253.01 487.01 526.01>\nVStem: -21 123<99.9685 129> 84.702 130<-144.601 -132>\nDStem: 344 449 455 456 326 390 384 220\nRef: 728 728 N 1 0 0 1 139.01 -14\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB8\nEncoding: 7864 7864 958\nWidth: 670\nHStem: -184 130<190.108 202.9> 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nVStem: 136.9 130<-130.601 -118>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 729 729 N 1 0 0 1 -26.0997 -709\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB9\nEncoding: 7865 7865 959\nWidth: 444\nHStem: -197 130<92.17 104.962> -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 38.962 130<-143.601 -131> 305.09 92.9102<375 395>\nRef: 729 729 N 1 0 0 1 -124.038 -722\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBA\nEncoding: 7866 7866 960\nWidth: 670\nFlags: H\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 887 31<461.536 483.536>\nVStem: 380.954 40.3374<838 846> 486.496 66.2826<853 869>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 777 777 N 1 0 0 1 157.536 208\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBB\nEncoding: 7867 7867 961\nWidth: 444\nFlags: H\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 680 31<310.525 332.525>\nVStem: 5 130<124 147> 229.943 40.3374<631 639> 305.09 92.9102<375 395> 335.485 66.2826<646 662>\nRef: 777 777 N 1 0 0 1 6.52484 1\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBC\nEncoding: 7868 7868 962\nWidth: 670\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 709.003 76.9966<507.603 532.603> 752.992 75.0081<353.603 381.603>\nDStem: 179 546 339 593 56 97 278 370 179 546 269 338 56 97 213 129 179 546 511 472 56 97 437 199\nRef: 732 732 N 1 0 0 1 217.603 173\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBD\nEncoding: 7869 7869 963\nWidth: 444\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 502.003 76.9966<356.592 381.592> 545.992 75.0081<202.592 230.592>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 732 732 N 1 0 0 1 66.5922 -34\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBE\nEncoding: 7870 7870 964\nWidth: 667\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 511 472 56 97 437 199 179 546 269 338 56 97 213 129\nRef: 180 180 N 1 0 0 1 250.392 421\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBF\nEncoding: 7871 7871 965\nWidth: 444\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 180 180 N 1 0 0 1 95.0913 223\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC0\nEncoding: 7872 7872 966\nWidth: 667\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nDStem: 179 546 339 593 56 97 278 370 179 546 511 472 56 97 437 199 179 546 269 338 56 97 213 129\nRef: 96 96 N 1 0 0 1 318.665 421\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC1\nEncoding: 7873 7873 967\nWidth: 444\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 96 96 N 1 0 0 1 163.365 223\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC2\nEncoding: 7874 7874 968\nWidth: 667\nFlags: H\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 1115 31<523.91 545.91>\nVStem: 443.328 40.3374<1066 1074> 548.87 66.2826<1081 1097>\nDStem: 179 546 339 593 56 97 278 370 179 546 511 472 56 97 437 199 179 546 269 338 56 97 213 129\nRef: 777 777 N 1 0 0 1 219.91 436\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC3\nEncoding: 7875 7875 969\nWidth: 444\nFlags: H\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 917 31<368.609 390.609>\nVStem: 5 130<124 147> 288.027 40.3374<868 876> 305.09 92.9102<375 395> 393.569 66.2826<883 899>\nRef: 777 777 N 1 0 0 1 64.609 238\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC4\nEncoding: 7876 7876 970\nWidth: 667\nHStem: 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424> 937.003 76.9966<569.977 594.977> 980.992 75.0081<415.977 443.977>\nDStem: 179 546 339 593 56 97 278 370 179 546 511 472 56 97 437 199 179 546 269 338 56 97 213 129\nRef: 732 732 N 1 0 0 1 279.977 401\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC5\nEncoding: 7877 7877 971\nWidth: 444\nHStem: -12.9977 63.9977<156 200> 429 32.3367<277 280> 739.003 76.9966<414.676 439.676> 782.992 75.0081<260.676 288.676>\nVStem: 5 130<124 147> 305.09 92.9102<375 395>\nRef: 732 732 N 1 0 0 1 124.676 203\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC6\nEncoding: 7878 7878 972\nWidth: 670\nHStem: -184 130<190.108 202.9> 0 32<248 280> 337.774 32.2258<279 296> 637 32<392 424>\nVStem: 136.9 130<-130.601 -118>\nDStem: 179 546 339 593 56 97 278 370 179 546 511 472 56 97 437 199 179 546 269 338 56 97 213 129\nRef: 710 710 N 1 0 0 1 225.189 193\nRef: 7864 7864 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC7\nEncoding: 7879 7879 973\nWidth: 444\nHStem: -197 130<92.17 104.962> -12.9977 63.9977<156 200> 429 32.3367<277 280>\nVStem: 5 130<124 147> 38.962 130<-143.601 -131> 305.09 92.9102<375 395>\nRef: 710 710 N 1 0 0 1 74.178 -14\nRef: 7865 7865 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC8\nEncoding: 7880 7880 974\nWidth: 393\nFlags: H\nHStem: 0 21<-24 272> 649 20<116 414> 887 31<329.572 351.572>\nVStem: -24 296<1 25> 116 298<644 668> 248.99 40.3374<838 846> 354.532 66.2826<853 869>\nDStem: 179 546 332 572 56 97 218 152\nRef: 777 777 N 1 0 0 1 25.572 208\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC9\nEncoding: 7881 7881 975\nWidth: 278\nFlags: H\nHStem: 680 31<223.216 245.216>\nVStem: 142.634 40.3374<631 639> 248.176 66.2826<646 662>\nDStem: 73 338 223 462 15 123 132 128\nRef: 777 777 N 1 0 0 1 -80.7841 1\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECA\nEncoding: 7882 7882 976\nWidth: 393\nHStem: -184 130<58.144 70.936> 0 21<-24 272> 649 20<116 414>\nVStem: -24 296<1 25> 4.936 130<-130.601 -118> 116 298<644 668>\nDStem: 179 546 332 572 56 97 218 152\nRef: 729 729 N 1 0 0 1 -158.064 -709\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECB\nEncoding: 7883 7883 977\nWidth: 278\nHStem: -193 130<5.95499 18.747> 550 135<183.109 204>\nVStem: -47.253 130<-139.601 -127> 128 135<615 621>\nDStem: 73 338 223 462 15 123 132 128\nRef: 729 729 N 1 0 0 1 -210.253 -718\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECC\nEncoding: 7884 7884 978\nWidth: 722\nHStem: -202 130<217.399 230.191> -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 164.191 130<-148.601 -136> 547 143.998<454 531>\nRef: 729 729 N 1 0 0 1 1.1915 -727\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECD\nEncoding: 7885 7885 979\nWidth: 500\nHStem: -197 130<110.091 122.883> -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 56.883 130<-143.601 -131> 322 118.997<311 375>\nRef: 729 729 N 1 0 0 1 -106.117 -722\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECE\nEncoding: 7886 7886 980\nWidth: 722\nFlags: H\nHStem: -18 34<262 283> 651 34<427.95 459> 887 31<493.751 515.751>\nVStem: 27 144.002<137 221> 413.169 40.3374<838 846> 518.711 66.2826<853 869> 547 143.998<454 531>\nRef: 777 777 N 1 0 0 1 189.751 208\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECF\nEncoding: 7887 7887 981\nWidth: 500\nFlags: H\nHStem: -13 29<155 173> 433 29<269 285> 680 31<328.446 350.446>\nVStem: -3 119.002<78 135> 247.864 40.3374<631 639> 322 118.997<311 375> 353.406 66.2826<646 662>\nRef: 777 777 N 1 0 0 1 24.4461 1\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED0\nEncoding: 7888 7888 982\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 180 180 N 1 0 0 1 282.607 421\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED1\nEncoding: 7889 7889 983\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 180 180 N 1 0 0 1 119.764 223\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED2\nEncoding: 7890 7890 984\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 96 96 N 1 0 0 1 350.881 421\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED3\nEncoding: 7891 7891 985\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 96 96 N 1 0 0 1 188.038 223\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED4\nEncoding: 7892 7892 986\nWidth: 722\nFlags: H\nHStem: -18 34<262 283> 651 34<427.95 459> 1115 31<556.125 578.125>\nVStem: 27 144.002<137 221> 475.543 40.3374<1066 1074> 547 143.998<454 531> 581.085 66.2826<1081 1097>\nRef: 777 777 N 1 0 0 1 252.125 436\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED5\nEncoding: 7893 7893 987\nWidth: 500\nFlags: H\nHStem: -13 29<155 173> 433 29<269 285> 917 31<393.282 415.282>\nVStem: -3 119.002<78 135> 312.7 40.3374<868 876> 322 118.997<311 375> 418.242 66.2826<883 899>\nRef: 777 777 N 1 0 0 1 89.282 238\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED6\nEncoding: 7894 7894 988\nWidth: 722\nHStem: -18 34<262 283> 651 34<427.95 459> 937.003 76.9966<602.192 627.192> 980.992 75.0081<448.192 476.192>\nVStem: 27 144.002<137 221> 547 143.998<454 531>\nRef: 732 732 N 1 0 0 1 312.192 401\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED7\nEncoding: 7895 7895 989\nWidth: 500\nHStem: -13 29<155 173> 433 29<269 285> 739.003 76.9966<439.349 464.349> 782.992 75.0081<285.349 313.349>\nVStem: -3 119.002<78 135> 322 118.997<311 375>\nRef: 732 732 N 1 0 0 1 149.349 203\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED8\nEncoding: 7896 7896 990\nWidth: 722\nHStem: -202 130<217.399 230.191> -18 34<262 283> 651 34<427.95 459>\nVStem: 27 144.002<137 221> 164.191 130<-148.601 -136> 547 143.998<454 531>\nRef: 710 710 N 1 0 0 1 257.404 193\nRef: 7884 7884 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED9\nEncoding: 7897 7897 991\nWidth: 500\nHStem: -197 130<110.091 122.883> -13 29<155 173> 433 29<269 285>\nVStem: -3 119.002<78 135> 56.883 130<-143.601 -131> 322 118.997<311 375>\nRef: 710 710 N 1 0 0 1 92.0993 -14\nRef: 7885 7885 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE4\nEncoding: 7908 7908 992\nWidth: 722\nHStem: -202 130<192.131 204.923> -17.6297 56.5648<290 327> 640 29<128 129>\nVStem: 67 138<138 158> 98 311<644 668> 138.923 130<-148.601 -136> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 729 729 N 1 0 0 1 -24.077 -727\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE5\nEncoding: 7909 7909 993\nWidth: 556\nHStem: -193 130<140.412 153.204>\nVStem: 15.004 118.996<65 88> 87.2045 130<-139.601 -127>\nDStem: 76 306 243 462 36 173 149 154\nRef: 729 729 N 1 0 0 1 -75.7955 -718\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE6\nEncoding: 7910 7910 994\nWidth: 722\nFlags: H\nHStem: -17.6297 56.5648<290 327> 640 29<128 129> 887 31<468.483 490.483>\nVStem: 67 138<138 158> 98 311<644 668> 387.901 40.3374<838 846> 493.443 66.2826<853 869> 536 208<644 668>\nDStem: 156 529 315 572 100 323 233 272 597 491 642 491 539 282 576 263\nRef: 777 777 N 1 0 0 1 164.483 208\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE7\nEncoding: 7911 7911 995\nWidth: 556\nFlags: H\nHStem: 680 31<357.673 379.673>\nVStem: 15.004 118.996<65 88> 277.091 40.3374<631 639> 382.633 66.2826<646 662>\nDStem: 76 306 243 462 36 173 149 154\nRef: 777 777 N 1 0 0 1 53.6734 1\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Ygrave\nEncoding: 7922 7922 996\nWidth: 611\nHStem: 0 21<73 395> 644 25<337 355>\nVStem: 73 283<644 668> 73 322<1 25> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 96 96 N 1 0 0 1 208.239 193\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ygrave\nEncoding: 7923 7923 997\nWidth: 444\nHStem: -205 115<-43 -33>\nVStem: 273 119<397 408>\nRef: 96 96 N 1 0 0 1 53.8561 -14\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF4\nEncoding: 7924 7924 998\nWidth: 611\nHStem: -184 130<142.055 154.847> 0 21<73 395> 644 25<337 355>\nVStem: 73 283<644 668> 73 322<1 25> 88.8472 130<-130.601 -118> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 729 729 N 1 0 0 1 -74.1528 -709\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF5\nEncoding: 7925 7925 999\nWidth: 444\nHStem: -389 130<-11.78 1.01199> -205 115<-43 -33>\nVStem: -64.988 130<-335.601 -323> 273 119<397 408>\nRef: 729 729 N 1 0 0 1 -227.988 -914\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF6\nEncoding: 7926 7926 1000\nWidth: 611\nFlags: H\nHStem: 0 21<73 395> 644 25<337 355> 887 31<413.483 435.483>\nVStem: 73 283<644 668> 73 322<1 25> 332.901 40.3374<838 846> 438.443 66.2826<853 869> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 777 777 N 1 0 0 1 109.483 208\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF7\nEncoding: 7927 7927 1001\nWidth: 444\nFlags: H\nHStem: -205 115<-43 -33> 680 31<259.1 281.1>\nVStem: 178.518 40.3374<631 639> 273 119<397 408> 284.06 66.2826<646 662>\nRef: 777 777 N 1 0 0 1 -44.8998 1\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF8\nEncoding: 7928 7928 1002\nWidth: 611\nHStem: 0 21<73 395> 644 25<337 355> 709.003 76.9966<459.55 484.55> 752.992 75.0081<305.55 333.55>\nVStem: 73 283<644 668> 73 322<1 25> 451 208<644 668>\nDStem: 234 313 378 308 174 97 326 117 492 538 568 575 363 352 378 308\nRef: 732 732 N 1 0 0 1 169.55 173\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF9\nEncoding: 7929 7929 1003\nWidth: 444\nHStem: -205 115<-43 -33> 502.003 76.9966<305.168 330.168> 545.992 75.0081<151.167 179.167>\nVStem: 273 119<397 408>\nRef: 732 732 N 1 0 0 1 15.1675 -34\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F00\nEncoding: 7936 7936 1004\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 336 32<343 371> 349.269 155.997<720 745>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 361.269 684\nEndChar\nStartChar: uni1F01\nEncoding: 7937 7937 1005\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 301.681 44<571 582> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 66.681 -55\nEndChar\nStartChar: uni1F02\nEncoding: 7938 7938 1006\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 333.635 56<596 635> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 72.6347 -55\nEndChar\nStartChar: uni1F03\nEncoding: 7939 7939 1007\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 229.06 43<565 576> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 68.0598 -55\nEndChar\nStartChar: uni1F04\nEncoding: 7940 7940 1008\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 336 32<343 371> 338.209 54<596 634>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 67.2088 -56\nEndChar\nStartChar: uni1F05\nEncoding: 7941 7941 1009\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 231.771 44<565 577> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 59.7706 -55\nEndChar\nStartChar: uni1F06\nEncoding: 7942 7942 1010\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287> 502 29<304.353 332.353> 605 81<391.353 404.353> 716 76<484.353 529.353> 765 76<343.353 392.353>\nVStem: -2 135<87 155> 325.353 147<616 631> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 68.3531 -56\nEndChar\nStartChar: uni1F07\nEncoding: 7943 7943 1011\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287> 605 81<382.853 419.853> 716 76<484.853 529.853> 765 76<342.853 391.853>\nVStem: -2 135<87 155> 298.853 44<564 572> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 67.8531 -55\nEndChar\nStartChar: uni1F08\nEncoding: 7944 7944 1012\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 53.3521 155.997<571 596> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 65.3521 535\nEndChar\nStartChar: uni1F09\nEncoding: 7945 7945 1013\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 32.04 44<527 538> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -202.96 -99\nEndChar\nStartChar: uni1F0A\nEncoding: 7946 7946 1014\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> -6.646 56<559 598> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -267.646 -92\nEndChar\nStartChar: uni1F0B\nEncoding: 7947 7947 1015\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 663 20<388 413>\nVStem: -109.646 43<528 539> -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -270.646 -92\nEndChar\nStartChar: uni1F0C\nEncoding: 7948 7948 1016\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 0.502014 54<559 597> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -270.498 -93\nEndChar\nStartChar: uni1F0D\nEncoding: 7949 7949 1017\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 663 20<388 413>\nVStem: -104.498 44<528 540> -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -276.498 -92\nEndChar\nStartChar: uni1F0E\nEncoding: 7950 7950 1018\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 330 29<-95.838 -67.838> 433 81<-8.83801 4.16199> 544 76<84.162 129.162> 593 76<-56.838 -7.83801> 663 20<388 413>\nVStem: -74.838 147<444 459> -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -331.838 -228\nEndChar\nStartChar: uni1F0F\nEncoding: 7951 7951 1019\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 433 81<-16.838 20.162> 544 76<85.162 130.162> 593 76<-56.838 -7.83801> 663 20<388 413>\nVStem: -100.838 44<392 400> -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -331.838 -227\nEndChar\nStartChar: uni1F10\nEncoding: 7952 7952 1020\nWidth: 440\nFlags: HW\nHStem: 215 68<273 291> 230 39<202 216> 440 33.9201<264 280>\nVStem: -24 149<83 105> 44 140<307 328> 143 177.022<248 249> 269.127 155.997<720 745>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 281.127 684\nEndChar\nStartChar: uni1F11\nEncoding: 7953 7953 1021\nWidth: 440\nFlags: HW\nHStem: 215 68<273 291> 230 39<202 216> 440 33.9201<264 280>\nVStem: -24 149<83 105> 44 140<307 328> 143 177.022<248 249> 221.539 44<571 582>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -13.4613 -55\nEndChar\nStartChar: uni1F12\nEncoding: 7954 7954 1022\nWidth: 440\nFlags: HW\nHStem: 215 68<273 291> 230 39<202 216> 440 33.9201<264 280>\nVStem: -24 149<83 105> 44 140<307 328> 143 177.022<248 249> 253.492 56<596 635>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -7.50757 -55\nEndChar\nStartChar: uni1F13\nEncoding: 7955 7955 1023\nWidth: 440\nFlags: HW\nHStem: 215 68<273 291> 230 39<202 216> 440 33.9201<264 280>\nVStem: -24 149<83 105> 44 140<307 328> 143 177.022<248 249> 148.917 43<565 576>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -12.0825 -55\nEndChar\nStartChar: uni1F14\nEncoding: 7956 7956 1024\nWidth: 440\nFlags: HW\nHStem: 215 68<273 291> 230 39<202 216> 440 33.9201<264 280>\nVStem: -24 149<83 105> 44 140<307 328> 143 177.022<248 249> 258.066 54<596 634>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -12.9335 -56\nEndChar\nStartChar: uni1F15\nEncoding: 7957 7957 1025\nWidth: 440\nFlags: HW\nHStem: 215 68<273 291> 230 39<202 216> 440 33.9201<264 280>\nVStem: -24 149<83 105> 44 140<307 328> 143 177.022<248 249> 151.628 44<565 577>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -20.3716 -55\nEndChar\nStartChar: uni1F18\nEncoding: 7960 7960 1026\nWidth: 667\nFlags: HW\nHStem: 0 32<245 277> 337.987 32.0132<275 309> 338 331<266.063 312.963> 637 32<389 434> 644 25<113 121>\nVStem: -109.536 155.997<571 596>\nDStem: 176 546 336 593 53 97 275 370 176 546 508 472 53 97 434 199\nRef: 917 917 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 -97.5362 535\nEndChar\nStartChar: uni1F19\nEncoding: 7961 7961 1027\nWidth: 667\nFlags: HW\nHStem: 0 32<245 277> 337.987 32.0132<275 309> 338 331<266.063 312.963> 637 32<389 434> 644 25<113 121>\nVStem: -130.848 44<527 538>\nDStem: 176 546 336 593 53 97 275 370 176 546 508 472 53 97 434 199\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -365.848 -99\nEndChar\nStartChar: uni1F1A\nEncoding: 7962 7962 1028\nWidth: 667\nFlags: HW\nHStem: 0 32<245 277> 337.987 32.0132<275 309> 338 331<266.063 312.963> 637 32<389 434> 644 25<113 121>\nVStem: -169.535 56<559 598>\nDStem: 176 546 336 593 53 97 275 370 176 546 508 472 53 97 434 199\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -430.535 -92\nEndChar\nStartChar: uni1F1B\nEncoding: 7963 7963 1029\nWidth: 667\nFlags: HW\nHStem: 0 32<245 277> 337.987 32.0132<275 309> 338 331<266.063 312.963> 637 32<389 434> 644 25<113 121>\nVStem: -272.535 43<528 539>\nDStem: 176 546 336 593 53 97 275 370 176 546 508 472 53 97 434 199\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -433.535 -92\nEndChar\nStartChar: uni1F1C\nEncoding: 7964 7964 1030\nWidth: 667\nFlags: HW\nHStem: 0 32<245 277> 337.987 32.0132<275 309> 338 331<266.063 312.963> 637 32<389 434> 644 25<113 121>\nVStem: -162.386 54<559 597>\nDStem: 176 546 336 593 53 97 275 370 176 546 508 472 53 97 434 199\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -433.386 -93\nEndChar\nStartChar: uni1F1D\nEncoding: 7965 7965 1031\nWidth: 667\nFlags: HW\nHStem: 0 32<245 277> 337.987 32.0132<275 309> 338 331<266.063 312.963> 637 32<389 434> 644 25<113 121>\nVStem: -267.386 44<528 540>\nDStem: 176 546 336 593 53 97 275 370 176 546 508 472 53 97 434 199\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -439.386 -92\nEndChar\nStartChar: uni1F20\nEncoding: 7968 7968 1032\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163>\nVStem: 105 138<388 396> 303.437 155.997<720 745> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 315.437 684\nEndChar\nStartChar: uni1F21\nEncoding: 7969 7969 1033\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163>\nVStem: 105 138<388 396> 255.849 44<571 582> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 20.8493 -55\nEndChar\nStartChar: uni1F22\nEncoding: 7970 7970 1034\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163>\nVStem: 105 138<388 396> 287.803 56<596 635> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 26.803 -55\nEndChar\nStartChar: uni1F23\nEncoding: 7971 7971 1035\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163>\nVStem: 105 138<388 396> 183.228 43<565 576> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 22.2281 -55\nEndChar\nStartChar: uni1F24\nEncoding: 7972 7972 1036\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163>\nVStem: 105 138<388 396> 292.377 54<596 634> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 21.3771 -56\nEndChar\nStartChar: uni1F25\nEncoding: 7973 7973 1037\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163>\nVStem: 105 138<388 396> 185.939 44<565 577> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 13.939 -55\nEndChar\nStartChar: uni1F26\nEncoding: 7974 7974 1038\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163> 502 29<258.521 286.521> 605 81<345.521 358.521> 716 76<438.521 483.521> 765 76<297.521 346.521>\nVStem: 105 138<388 396> 279.521 147<616 631> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 22.5215 -56\nEndChar\nStartChar: uni1F27\nEncoding: 7975 7975 1039\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163> 605 81<337.021 374.021> 716 76<439.021 484.021> 765 76<297.021 346.021>\nVStem: 105 138<388 396> 253.021 44<564 572> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 22.0215 -55\nEndChar\nStartChar: uni1F28\nEncoding: 7976 7976 1040\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<279 504> 644 25<404.5 433>\nVStem: -106.536 155.997<571 596> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 -94.5362 535\nEndChar\nStartChar: uni1F29\nEncoding: 7977 7977 1041\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<279 504> 644 25<404.5 433>\nVStem: -127.848 44<527 538> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -362.848 -99\nEndChar\nStartChar: uni1F2A\nEncoding: 7978 7978 1042\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<279 504> 644 25<404.5 433>\nVStem: -166.535 56<559 598> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -427.535 -92\nEndChar\nStartChar: uni1F2B\nEncoding: 7979 7979 1043\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<279 504> 644 25<404.5 433>\nVStem: -269.535 43<528 539> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -430.535 -92\nEndChar\nStartChar: uni1F2C\nEncoding: 7980 7980 1044\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<279 504> 644 25<404.5 433>\nVStem: -159.386 54<559 597> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -430.386 -93\nEndChar\nStartChar: uni1F2D\nEncoding: 7981 7981 1045\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<279 504> 644 25<404.5 433>\nVStem: -264.386 44<528 540> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -436.386 -92\nEndChar\nStartChar: uni1F2E\nEncoding: 7982 7982 1046\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<279 504> 330 29<-255.726 -227.726> 433 81<-168.726 -155.726> 544 76<-75.726 -30.726> 593 76<-216.726 -167.726> 644 25<404.5 433>\nVStem: -234.726 147<444 459> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -491.726 -228\nEndChar\nStartChar: uni1F2F\nEncoding: 7983 7983 1047\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<279 504> 433 81<-176.726 -139.726> 544 76<-74.726 -29.726> 593 76<-216.726 -167.726> 644 25<404.5 433>\nVStem: -260.726 44<392 400> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -491.726 -227\nEndChar\nStartChar: uni1F30\nEncoding: 7984 7984 1048\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076>\nVStem: 0 150<62 71> 219.861 155.997<720 745>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 231.861 684\nEndChar\nStartChar: uni1F31\nEncoding: 7985 7985 1049\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076>\nVStem: 0 150<62 71> 172.273 44<571 582>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -62.7268 -55\nEndChar\nStartChar: uni1F32\nEncoding: 7986 7986 1050\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076>\nVStem: 0 150<62 71> 204.227 56<596 635>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -56.7731 -55\nEndChar\nStartChar: uni1F33\nEncoding: 7987 7987 1051\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076>\nVStem: 0 150<62 71> 99.6519 43<565 576>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -61.3481 -55\nEndChar\nStartChar: uni1F34\nEncoding: 7988 7988 1052\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076>\nVStem: 0 150<62 71> 208.801 54<596 634>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -62.1991 -56\nEndChar\nStartChar: uni1F35\nEncoding: 7989 7989 1053\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076>\nVStem: 0 150<62 71> 102.363 44<565 577>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -69.6372 -55\nEndChar\nStartChar: uni1F36\nEncoding: 7990 7990 1054\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076> 502 29<174.945 202.945> 605 81<261.945 274.945> 716 76<354.945 399.945> 765 76<213.945 262.945>\nVStem: 0 150<62 71> 195.945 147<616 631>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -61.0547 -56\nEndChar\nStartChar: uni1F37\nEncoding: 7991 7991 1055\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076> 605 81<253.445 290.445> 716 76<355.445 400.445> 765 76<213.445 262.445>\nVStem: 0 150<62 71> 169.445 44<564 572>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -61.5547 -55\nEndChar\nStartChar: uni1F38\nEncoding: 7992 7992 1056\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406>\nVStem: -114.536 155.997<571 596> -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 -102.536 535\nEndChar\nStartChar: uni1F39\nEncoding: 7993 7993 1057\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406>\nVStem: -135.848 44<527 538> -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -370.848 -99\nEndChar\nStartChar: uni1F3A\nEncoding: 7994 7994 1058\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406>\nVStem: -174.535 56<559 598> -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -435.535 -92\nEndChar\nStartChar: uni1F3B\nEncoding: 7995 7995 1059\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406>\nVStem: -277.535 43<528 539> -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -438.535 -92\nEndChar\nStartChar: uni1F3C\nEncoding: 7996 7996 1060\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406>\nVStem: -167.386 54<559 597> -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -438.386 -93\nEndChar\nStartChar: uni1F3D\nEncoding: 7997 7997 1061\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406>\nVStem: -272.386 44<528 540> -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -444.386 -92\nEndChar\nStartChar: uni1F3E\nEncoding: 7998 7998 1062\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 330 29<-263.726 -235.726> 433 81<-176.726 -163.726> 544 76<-83.726 -38.726> 593 76<-224.726 -175.726> 644 25<398.714 406>\nVStem: -242.726 147<444 459> -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -499.726 -228\nEndChar\nStartChar: uni1F3F\nEncoding: 7999 7999 1063\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 433 81<-184.726 -147.726> 544 76<-82.726 -37.726> 593 76<-224.726 -175.726> 644 25<398.714 406>\nVStem: -268.726 44<392 400> -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -499.726 -227\nEndChar\nStartChar: uni1F40\nEncoding: 8000 8000 1064\nWidth: 550\nFlags: HW\nHStem: -13 29<184 194> 446 28<287 308>\nVStem: -1 142<77 165> 305.605 155.997<720 745> 351 142<296 385>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 317.605 684\nEndChar\nStartChar: uni1F41\nEncoding: 8001 8001 1065\nWidth: 550\nFlags: HW\nHStem: -13 29<184 194> 446 28<287 308>\nVStem: -1 142<77 165> 258.017 44<571 582> 351 142<296 385>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 23.0173 -55\nEndChar\nStartChar: uni1F42\nEncoding: 8002 8002 1066\nWidth: 550\nFlags: HW\nHStem: -13 29<184 194> 446 28<287 308>\nVStem: -1 142<77 165> 289.971 56<596 635> 351 142<296 385>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 28.971 -55\nEndChar\nStartChar: uni1F43\nEncoding: 8003 8003 1067\nWidth: 550\nFlags: HW\nHStem: -13 29<184 194> 446 28<287 308>\nVStem: -1 142<77 165> 185.396 43<565 576> 351 142<296 385>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 24.396 -55\nEndChar\nStartChar: uni1F44\nEncoding: 8004 8004 1068\nWidth: 550\nFlags: HW\nHStem: -13 29<184 194> 446 28<287 308>\nVStem: -1 142<77 165> 294.545 54<596 634> 351 142<296 385>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 23.545 -56\nEndChar\nStartChar: uni1F45\nEncoding: 8005 8005 1069\nWidth: 550\nFlags: HW\nHStem: -13 29<184 194> 446 28<287 308>\nVStem: -1 142<77 165> 188.107 44<565 577> 351 142<296 385>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 16.1069 -55\nEndChar\nStartChar: uni1F48\nEncoding: 8008 8008 1070\nWidth: 722\nFlags: HW\nHStem: -18 34<264 283> 651 34<427 451>\nVStem: -69.1473 155.997<571 596> 27 144<150 207> 547 144<444 526>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 -57.1473 535\nEndChar\nStartChar: uni1F49\nEncoding: 8009 8009 1071\nWidth: 722\nFlags: HW\nHStem: -18 34<264 283> 651 34<427 451>\nVStem: -90.46 44<527 538> 27 144<150 207> 547 144<444 526>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -325.46 -99\nEndChar\nStartChar: uni1F4A\nEncoding: 8010 8010 1072\nWidth: 722\nFlags: HW\nHStem: -18 34<264 283> 651 34<427 451>\nVStem: -129.146 56<559 598> 27 144<150 207> 547 144<444 526>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -390.146 -92\nEndChar\nStartChar: uni1F4B\nEncoding: 8011 8011 1073\nWidth: 722\nFlags: HW\nHStem: -18 34<264 283> 651 34<427 451>\nVStem: -232.146 43<528 539> 27 144<150 207> 547 144<444 526>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -393.146 -92\nEndChar\nStartChar: uni1F4C\nEncoding: 8012 8012 1074\nWidth: 722\nFlags: HW\nHStem: -18 34<264 283> 651 34<427 451>\nVStem: -121.997 54<559 597> 27 144<150 207> 547 144<444 526>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -392.997 -93\nEndChar\nStartChar: uni1F4D\nEncoding: 8013 8013 1075\nWidth: 722\nFlags: HW\nHStem: -18 34<264 283> 651 34<427 451>\nVStem: -226.997 44<528 540> 27 144<150 207> 547 144<444 526>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -398.997 -92\nEndChar\nStartChar: uni1F50\nEncoding: 8016 8016 1076\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175>\nVStem: 40 152<99 115> 104 145<382 403> 276.843 155.997<720 745> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 288.843 684\nEndChar\nStartChar: uni1F51\nEncoding: 8017 8017 1077\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175>\nVStem: 40 152<99 115> 104 145<382 403> 229.255 44<571 582> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -5.74536 -55\nEndChar\nStartChar: uni1F52\nEncoding: 8018 8018 1078\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175>\nVStem: 40 152<99 115> 104 145<382 403> 261.208 56<596 635> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 0.208344 -55\nEndChar\nStartChar: uni1F53\nEncoding: 8019 8019 1079\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175>\nVStem: 40 152<99 115> 104 145<382 403> 156.633 43<565 576> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -4.36658 -55\nEndChar\nStartChar: uni1F54\nEncoding: 8020 8020 1080\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175>\nVStem: 40 152<99 115> 104 145<382 403> 265.782 54<596 634> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -5.21758 -56\nEndChar\nStartChar: uni1F55\nEncoding: 8021 8021 1081\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175>\nVStem: 40 152<99 115> 104 145<382 403> 159.344 44<565 577> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -12.6557 -55\nEndChar\nStartChar: uni1F56\nEncoding: 8022 8022 1082\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175> 502 29<231.927 259.927> 605 81<318.927 331.927> 716 76<411.927 456.927> 765 76<270.927 319.927>\nVStem: 40 152<99 115> 104 145<382 403> 252.927 147<616 631> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -4.07323 -56\nEndChar\nStartChar: uni1F57\nEncoding: 8023 8023 1083\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175> 605 81<310.427 347.427> 716 76<412.427 457.427> 765 76<270.427 319.427>\nVStem: 40 152<99 115> 104 145<382 403> 226.427 44<564 572> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -4.57323 -55\nEndChar\nStartChar: uni1F59\nEncoding: 8025 8025 1084\nWidth: 722\nFlags: HW\nVStem: -141.471 44<527 538>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -376.471 -99\nEndChar\nStartChar: uni1F5B\nEncoding: 8027 8027 1085\nWidth: 722\nFlags: HW\nVStem: -283.157 43<528 539>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -444.157 -92\nEndChar\nStartChar: uni1F5D\nEncoding: 8029 8029 1086\nWidth: 722\nFlags: HW\nVStem: -278.009 44<528 540>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -450.009 -92\nEndChar\nStartChar: uni1F5F\nEncoding: 8031 8031 1087\nWidth: 722\nFlags: HW\nHStem: 433 81<-190.349 -153.349> 544 76<-88.349 -43.349> 593 76<-230.349 -181.349>\nVStem: -274.349 44<392 400>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -505.349 -227\nEndChar\nStartChar: uni1F60\nEncoding: 8032 8032 1088\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 389.242 155.997<720 745> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 401.242 684\nEndChar\nStartChar: uni1F61\nEncoding: 8033 8033 1089\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 341.654 44<571 582> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 106.654 -55\nEndChar\nStartChar: uni1F62\nEncoding: 8034 8034 1090\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 373.608 56<596 635> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 112.608 -55\nEndChar\nStartChar: uni1F63\nEncoding: 8035 8035 1091\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 269.033 43<565 576> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 108.033 -55\nEndChar\nStartChar: uni1F64\nEncoding: 8036 8036 1092\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 378.182 54<596 634> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 107.182 -56\nEndChar\nStartChar: uni1F65\nEncoding: 8037 8037 1093\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 271.744 44<565 577> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 99.7437 -55\nEndChar\nStartChar: uni1F66\nEncoding: 8038 8038 1094\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286> 502 29<344.326 372.326> 605 81<431.326 444.326> 716 76<524.326 569.326> 765 76<383.326 432.326>\nVStem: -5 134<77 143> 365.326 147<616 631> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 108.326 -56\nEndChar\nStartChar: uni1F67\nEncoding: 8039 8039 1095\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286> 605 81<422.826 459.826> 716 76<524.826 569.826> 765 76<382.826 431.826>\nVStem: -5 134<77 143> 338.826 44<564 572> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 107.826 -55\nEndChar\nStartChar: uni1F68\nEncoding: 8040 8040 1096\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 643 33<452 470>\nVStem: -76.5505 155.997<571 596> 62 175<324 362> 570 176<480 512>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 -64.5505 535\nEndChar\nStartChar: uni1F69\nEncoding: 8041 8041 1097\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 643 33<452 470>\nVStem: -97.863 44<527 538> 62 175<324 362> 570 176<480 512>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -332.863 -99\nEndChar\nStartChar: uni1F6A\nEncoding: 8042 8042 1098\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 643 33<452 470>\nVStem: -136.549 56<559 598> 62 175<324 362> 570 176<480 512>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -397.549 -92\nEndChar\nStartChar: uni1F6B\nEncoding: 8043 8043 1099\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 643 33<452 470>\nVStem: -239.549 43<528 539> 62 175<324 362> 570 176<480 512>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -400.549 -92\nEndChar\nStartChar: uni1F6C\nEncoding: 8044 8044 1100\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 643 33<452 470>\nVStem: -129.401 54<559 597> 62 175<324 362> 570 176<480 512>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -400.401 -93\nEndChar\nStartChar: uni1F6D\nEncoding: 8045 8045 1101\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 643 33<452 470>\nVStem: -234.401 44<528 540> 62 175<324 362> 570 176<480 512>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -406.401 -92\nEndChar\nStartChar: uni1F6E\nEncoding: 8046 8046 1102\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 330 29<-225.741 -197.741> 433 81<-138.741 -125.741> 544 76<-45.741 -0.740997> 593 76<-186.741 -137.741> 643 33<452 470>\nVStem: -204.741 147<444 459> 62 175<324 362> 570 176<480 512>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -461.741 -228\nEndChar\nStartChar: uni1F6F\nEncoding: 8047 8047 1103\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 433 81<-146.741 -109.741> 544 76<-44.741 0.259003> 593 76<-186.741 -137.741> 643 33<452 470>\nVStem: -230.741 44<392 400> 62 175<324 362> 570 176<480 512>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -461.741 -227\nEndChar\nStartChar: uni1F70\nEncoding: 8048 8048 1104\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 74.8704 -56\nEndChar\nStartChar: uni1F71\nEncoding: 8049 8049 1105\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 61.7854 -56\nEndChar\nStartChar: uni1F72\nEncoding: 8050 8050 1106\nWidth: 440\nFlags: HW\nHStem: 215 68<273 291> 230 39<202 216> 440 33.9201<264 280>\nVStem: -24 149<83 105> 44 140<307 328> 143 177.022<248 249>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -5.27188 -56\nEndChar\nStartChar: uni1F73\nEncoding: 8051 8051 1107\nWidth: 440\nFlags: HW\nHStem: 215 68<273 291> 230 39<202 216> 440 33.9201<264 280>\nVStem: -24 149<83 105> 44 140<307 328> 143 177.022<248 249>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -18.3569 -56\nEndChar\nStartChar: uni1F74\nEncoding: 8052 8052 1108\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163>\nVStem: 105 138<388 396> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 29.0387 -56\nEndChar\nStartChar: uni1F75\nEncoding: 8053 8053 1109\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163>\nVStem: 105 138<388 396> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 15.9537 -56\nEndChar\nStartChar: uni1F76\nEncoding: 8054 8054 1110\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076>\nVStem: 0 150<62 71>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 -134.537 -56\nEndChar\nStartChar: uni1F77\nEncoding: 8055 8055 1111\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076>\nVStem: 0 150<62 71>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 -147.622 -56\nEndChar\nStartChar: uni1F78\nEncoding: 8056 8056 1112\nWidth: 550\nFlags: HW\nHStem: -13 29<184 194> 446 28<287 308>\nVStem: -1 142<77 165> 351 142<296 385>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 31.2067 -56\nEndChar\nStartChar: uni1F79\nEncoding: 8057 8057 1113\nWidth: 550\nFlags: HW\nHStem: -13 29<184 194> 446 28<287 308>\nVStem: -1 142<77 165> 351 142<296 385>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 18.1216 -56\nEndChar\nStartChar: uni1F7A\nEncoding: 8058 8058 1114\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175>\nVStem: 40 152<99 115> 104 145<382 403> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 2.44403 -56\nEndChar\nStartChar: uni1F7B\nEncoding: 8059 8059 1115\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175>\nVStem: 40 152<99 115> 104 145<382 403> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -10.641 -56\nEndChar\nStartChar: uni1F7C\nEncoding: 8060 8060 1116\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 114.843 -56\nEndChar\nStartChar: uni1F7D\nEncoding: 8061 8061 1117\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 101.758 -56\nEndChar\nStartChar: uni1F80\nEncoding: 8064 8064 1118\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 336 32<343 371> 349.269 155.997<720 745>\nRef: 7936 7936 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 95.4284 -3\nEndChar\nStartChar: uni1F81\nEncoding: 8065 8065 1119\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 301.681 44<571 582> 336 32<343 371>\nRef: 7937 7937 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 95.4284 -3\nEndChar\nStartChar: uni1F82\nEncoding: 8066 8066 1120\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 333.635 56<596 635> 336 32<343 371>\nRef: 7938 7938 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 95.4284 -3\nEndChar\nStartChar: uni1F83\nEncoding: 8067 8067 1121\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 229.06 43<565 576> 336 32<343 371>\nRef: 7939 7939 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 95.4284 -3\nEndChar\nStartChar: uni1F84\nEncoding: 8068 8068 1122\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 336 32<343 371> 338.209 54<596 634>\nRef: 7940 7940 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 95.4284 -3\nEndChar\nStartChar: uni1F85\nEncoding: 8069 8069 1123\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 231.771 44<565 577> 336 32<343 371>\nRef: 7941 7941 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 95.4284 -3\nEndChar\nStartChar: uni1F86\nEncoding: 8070 8070 1124\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287> 502 29<304.353 332.353> 605 81<391.353 404.353> 716 76<484.353 529.353> 765 76<343.353 392.353>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 325.353 147<616 631> 336 32<343 371>\nRef: 7942 7942 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 95.4284 -3\nEndChar\nStartChar: uni1F87\nEncoding: 8071 8071 1125\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287> 605 81<382.853 419.853> 716 76<484.853 529.853> 765 76<342.853 391.853>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 298.853 44<564 572> 336 32<343 371>\nRef: 7943 7943 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 95.4284 -3\nEndChar\nStartChar: uni1F88\nEncoding: 8072 8072 1126\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 0 183<765.79 781.79> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 53.3521 155.997<571 596> 289 304<1 25> 701.79 93<54 68>\nDStem: 388 683 309 491 16 95 161 248\nRef: 7944 7944 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 701.79 233\nEndChar\nStartChar: uni1F89\nEncoding: 8073 8073 1127\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 0 183<765.79 781.79> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 32.04 44<527 538> 289 304<1 25> 701.79 93<54 68>\nDStem: 388 683 309 491 16 95 161 248\nRef: 7945 7945 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 701.79 233\nEndChar\nStartChar: uni1F8A\nEncoding: 8074 8074 1128\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 0 183<765.79 781.79> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> -6.646 56<559 598> 289 304<1 25> 701.79 93<54 68>\nDStem: 388 683 309 491 16 95 161 248\nRef: 7946 7946 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 701.79 233\nEndChar\nStartChar: uni1F8B\nEncoding: 8075 8075 1129\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 0 183<765.79 781.79> 208 40<162 345> 663 20<388 413>\nVStem: -109.646 43<528 539> -67 196<1 25> 289 304<1 25> 701.79 93<54 68>\nDStem: 388 683 309 491 16 95 161 248\nRef: 7947 7947 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 701.79 233\nEndChar\nStartChar: uni1F8C\nEncoding: 8076 8076 1130\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 0 183<765.79 781.79> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 0.502014 54<559 597> 289 304<1 25> 701.79 93<54 68>\nDStem: 388 683 309 491 16 95 161 248\nRef: 7948 7948 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 701.79 233\nEndChar\nStartChar: uni1F8D\nEncoding: 8077 8077 1131\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 0 183<765.79 781.79> 208 40<162 345> 663 20<388 413>\nVStem: -104.498 44<528 540> -67 196<1 25> 289 304<1 25> 701.79 93<54 68>\nDStem: 388 683 309 491 16 95 161 248\nRef: 7949 7949 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 701.79 233\nEndChar\nStartChar: uni1F8E\nEncoding: 8078 8078 1132\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 0 183<765.79 781.79> 208 40<162 345> 330 29<-95.838 -67.838> 433 81<-8.83801 4.16199> 544 76<84.162 129.162> 593 76<-56.838 -7.83801> 663 20<388 413>\nVStem: -74.838 147<444 459> -67 196<1 25> 289 304<1 25> 701.79 93<54 68>\nDStem: 388 683 309 491 16 95 161 248\nRef: 7950 7950 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 701.79 233\nEndChar\nStartChar: uni1F8F\nEncoding: 8079 8079 1133\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 0 183<765.79 781.79> 208 40<162 345> 433 81<-16.838 20.162> 544 76<85.162 130.162> 593 76<-56.838 -7.83801> 663 20<388 413>\nVStem: -100.838 44<392 400> -67 196<1 25> 289 304<1 25> 701.79 93<54 68>\nDStem: 388 683 309 491 16 95 161 248\nRef: 7951 7951 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 701.79 233\nEndChar\nStartChar: uni1F90\nEncoding: 8080 8080 1126\nWidth: 605\nFlags: HW\nHStem: -223 183<28.3465 44.3465> 0 474<150 163>\nVStem: -35.6535 93<-169 -155> 105 138<388 396> 303.437 155.997<720 745> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 7968 7968 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -35.6535 10\nEndChar\nStartChar: uni1F91\nEncoding: 8081 8081 1127\nWidth: 605\nFlags: HW\nHStem: -223 183<28.3465 44.3465> 0 474<150 163>\nVStem: -35.6535 93<-169 -155> 105 138<388 396> 255.849 44<571 582> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 7969 7969 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -35.6535 10\nEndChar\nStartChar: uni1F92\nEncoding: 8082 8082 1128\nWidth: 605\nFlags: HW\nHStem: -223 183<28.3465 44.3465> 0 474<150 163>\nVStem: -35.6535 93<-169 -155> 105 138<388 396> 287.803 56<596 635> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 7970 7970 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -35.6535 10\nEndChar\nStartChar: uni1F93\nEncoding: 8083 8083 1129\nWidth: 605\nFlags: HW\nHStem: -223 183<28.3465 44.3465> 0 474<150 163>\nVStem: -35.6535 93<-169 -155> 105 138<388 396> 183.228 43<565 576> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 7971 7971 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -35.6535 10\nEndChar\nStartChar: uni1F94\nEncoding: 8084 8084 1130\nWidth: 605\nFlags: HW\nHStem: -223 183<28.3465 44.3465> 0 474<150 163>\nVStem: -35.6535 93<-169 -155> 105 138<388 396> 292.377 54<596 634> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 7972 7972 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -35.6535 10\nEndChar\nStartChar: uni1F95\nEncoding: 8085 8085 1131\nWidth: 605\nFlags: HW\nHStem: -223 183<28.3465 44.3465> 0 474<150 163>\nVStem: -35.6535 93<-169 -155> 105 138<388 396> 185.939 44<565 577> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 7973 7973 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -35.6535 10\nEndChar\nStartChar: uni1F96\nEncoding: 8086 8086 1132\nWidth: 605\nFlags: HW\nHStem: -223 183<28.3465 44.3465> 0 474<150 163> 502 29<258.521 286.521> 605 81<345.521 358.521> 716 76<438.521 483.521> 765 76<297.521 346.521>\nVStem: -35.6535 93<-169 -155> 105 138<388 396> 279.521 147<616 631> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 7974 7974 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -35.6535 10\nEndChar\nStartChar: uni1F97\nEncoding: 8087 8087 1133\nWidth: 605\nFlags: HW\nHStem: -223 183<28.3465 44.3465> 0 474<150 163> 605 81<337.021 374.021> 716 76<439.021 484.021> 765 76<297.021 346.021>\nVStem: -35.6535 93<-169 -155> 105 138<388 396> 253.021 44<564 572> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 7975 7975 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -35.6535 10\nEndChar\nStartChar: uni1F98\nEncoding: 8088 8088 1134\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 0 183<825.96 841.96> 329 44<279 504> 644 25<404.5 433>\nVStem: -106.536 155.997<571 596> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668> 761.96 93<54 68>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 7976 7976 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 761.96 233\nEndChar\nStartChar: uni1F99\nEncoding: 8089 8089 1135\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 0 183<825.96 841.96> 329 44<279 504> 644 25<404.5 433>\nVStem: -127.848 44<527 538> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668> 761.96 93<54 68>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 7977 7977 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 761.96 233\nEndChar\nStartChar: uni1F9A\nEncoding: 8090 8090 1136\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 0 183<825.96 841.96> 329 44<279 504> 644 25<404.5 433>\nVStem: -166.535 56<559 598> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668> 761.96 93<54 68>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 7978 7978 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 761.96 233\nEndChar\nStartChar: uni1F9B\nEncoding: 8091 8091 1137\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 0 183<825.96 841.96> 329 44<279 504> 644 25<404.5 433>\nVStem: -269.535 43<528 539> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668> 761.96 93<54 68>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 7979 7979 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 761.96 233\nEndChar\nStartChar: uni1F9C\nEncoding: 8092 8092 1138\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 0 183<825.96 841.96> 329 44<279 504> 644 25<404.5 433>\nVStem: -159.386 54<559 597> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668> 761.96 93<54 68>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 7980 7980 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 761.96 233\nEndChar\nStartChar: uni1F9D\nEncoding: 8093 8093 1139\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 0 183<825.96 841.96> 329 44<279 504> 644 25<404.5 433>\nVStem: -264.386 44<528 540> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668> 761.96 93<54 68>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 7981 7981 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 761.96 233\nEndChar\nStartChar: uni1F9E\nEncoding: 8094 8094 1140\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 0 183<825.96 841.96> 329 44<279 504> 330 29<-255.726 -227.726> 433 81<-168.726 -155.726> 544 76<-75.726 -30.726> 593 76<-216.726 -167.726> 644 25<404.5 433>\nVStem: -234.726 147<444 459> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668> 761.96 93<54 68>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 7982 7982 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 761.96 233\nEndChar\nStartChar: uni1F9F\nEncoding: 8095 8095 1141\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 0 183<825.96 841.96> 329 44<279 504> 433 81<-176.726 -139.726> 544 76<-74.726 -29.726> 593 76<-216.726 -167.726> 644 25<404.5 433>\nVStem: -260.726 44<392 400> -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668> 761.96 93<54 68>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 7983 7983 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 761.96 233\nEndChar\nStartChar: uni1FA0\nEncoding: 8096 8096 1134\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 389.242 155.997<720 745> 528 136<317 382>\nRef: 8032 8032 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FA1\nEncoding: 8097 8097 1135\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 341.654 44<571 582> 528 136<317 382>\nRef: 8033 8033 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FA2\nEncoding: 8098 8098 1136\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 373.608 56<596 635> 528 136<317 382>\nRef: 8034 8034 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FA3\nEncoding: 8099 8099 1137\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 269.033 43<565 576> 528 136<317 382>\nRef: 8035 8035 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FA4\nEncoding: 8100 8100 1138\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 378.182 54<596 634> 528 136<317 382>\nRef: 8036 8036 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FA5\nEncoding: 8101 8101 1139\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 271.744 44<565 577> 528 136<317 382>\nRef: 8037 8037 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FA6\nEncoding: 8102 8102 1140\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286> 502 29<344.326 372.326> 605 81<431.326 444.326> 716 76<524.326 569.326> 765 76<383.326 432.326>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 365.326 147<616 631> 528 136<317 382>\nRef: 8038 8038 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FA7\nEncoding: 8103 8103 1141\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286> 605 81<422.826 459.826> 716 76<524.826 569.826> 765 76<382.826 431.826>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 338.826 44<564 572> 528 136<317 382>\nRef: 8039 8039 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FA8\nEncoding: 8104 8104 1142\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 0 183<792.875 808.875> 643 33<452 470>\nVStem: -76.5505 155.997<571 596> 62 175<324 362> 570 176<480 512> 728.875 93<54 68>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 8040 8040 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 728.875 233\nEndChar\nStartChar: uni1FA9\nEncoding: 8105 8105 1143\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 0 183<792.875 808.875> 643 33<452 470>\nVStem: -97.863 44<527 538> 62 175<324 362> 570 176<480 512> 728.875 93<54 68>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 8041 8041 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 728.875 233\nEndChar\nStartChar: uni1FAA\nEncoding: 8106 8106 1144\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 0 183<792.875 808.875> 643 33<452 470>\nVStem: -136.549 56<559 598> 62 175<324 362> 570 176<480 512> 728.875 93<54 68>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 8042 8042 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 728.875 233\nEndChar\nStartChar: uni1FAB\nEncoding: 8107 8107 1145\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 0 183<792.875 808.875> 643 33<452 470>\nVStem: -239.549 43<528 539> 62 175<324 362> 570 176<480 512> 728.875 93<54 68>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 8043 8043 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 728.875 233\nEndChar\nStartChar: uni1FAC\nEncoding: 8108 8108 1146\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 0 183<792.875 808.875> 643 33<452 470>\nVStem: -129.401 54<559 597> 62 175<324 362> 570 176<480 512> 728.875 93<54 68>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 8044 8044 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 728.875 233\nEndChar\nStartChar: uni1FAD\nEncoding: 8109 8109 1147\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 0 183<792.875 808.875> 643 33<452 470>\nVStem: -234.401 44<528 540> 62 175<324 362> 570 176<480 512> 728.875 93<54 68>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 8045 8045 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 728.875 233\nEndChar\nStartChar: uni1FAE\nEncoding: 8110 8110 1148\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 0 183<792.875 808.875> 330 29<-225.741 -197.741> 433 81<-138.741 -125.741> 544 76<-45.741 -0.740997> 593 76<-186.741 -137.741> 643 33<452 470>\nVStem: -204.741 147<444 459> 62 175<324 362> 570 176<480 512> 728.875 93<54 68>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 8046 8046 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 728.875 233\nEndChar\nStartChar: uni1FAF\nEncoding: 8111 8111 1149\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 0 183<792.875 808.875> 433 81<-146.741 -109.741> 544 76<-44.741 0.259003> 593 76<-186.741 -137.741> 643 33<452 470>\nVStem: -230.741 44<392 400> 62 175<324 362> 570 176<480 512> 728.875 93<54 68>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 8047 8047 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 728.875 233\nEndChar\nStartChar: uni1FB0\nEncoding: 8112 8112 1142\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287> 502 72<378.529 397.529> 644 20<250.529 293.529 527.529 566.529>\nVStem: -2 135<87 155> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 179.529 -14\nEndChar\nStartChar: uni1FB1\nEncoding: 8113 8113 1143\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287> 502 70<219.286 528.286>\nVStem: -2 135<87 155> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 151.286 -51\nEndChar\nStartChar: uni1FB2\nEncoding: 8114 8114 1144\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 336 32<343 371>\nRef: 8048 8048 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 95.4284 -3\nEndChar\nStartChar: uni1FB3\nEncoding: 8115 8115 1145\nWidth: 605\nFlags: W\nHStem: -233 183<141 166> -13 35<163 181> 435 39<277 287> 441 20G<429 569>\nVStem: -2 135<87 155> 84 93<-180 -164> 336 32<342 376>\nFore\n569 461 m 1\n 391 153 l 1\n 395 125 405 84 441 84 c 0\n 469 84 494 109 505 133 c 1\n 534 133 l 1\n 516 82 480 -13 414 -13 c 0\n 358 -13 359 77 363 115 c 1\n 361 115 l 1\n 314 54 246 -13 164 -13 c 0\n 58 -13 -2 51 -2 155 c 0\n -2 301 124 474 279 474 c 0\n 362 474 373 410 368 342 c 1\n 370 342 l 1\n 429 461 l 1\n 569 461 l 1\n259 -152 m 1\n 246 -207 207 -233 152 -233 c 0\n 120 -233 84 -216 84 -179 c 0\n 84 -140 105 -89 115 -50 c 1\n 205 -50 l 1\n 194 -88 177 -127 177 -167 c 0\n 177 -177 178 -193 192 -193 c 0\n 215 -193 222 -169 230 -152 c 1\n 259 -152 l 1\n336 355 m 0\n 336 390 329 435 285 435 c 0\n 194 435 133 158 133 87 c 0\n 133 56 141 22 179 22 c 0\n 279 22 336 276 336 355 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1FB4\nEncoding: 8116 8116 1146\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 336 32<343 371>\nRef: 890 890 N 1 0 0 1 95.4284 -3\nRef: 8049 8049 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB6\nEncoding: 8118 8118 1147\nWidth: 605\nFlags: HW\nHStem: -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287> 607 20<534.809 577.809>\nVStem: -2 135<87 155> 336 32<343 371>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 56.8093 -55\nEndChar\nStartChar: uni1FB7\nEncoding: 8119 8119 1148\nWidth: 605\nFlags: HW\nHStem: -236 183<159.428 175.428> -13 97<414 441> -12.6681 34.6681<174 181> 435 39<278 287> 607 20<534.809 577.809>\nVStem: -2 135<87 155> 95.4284 93<-182 -168> 336 32<343 371>\nRef: 8118 8118 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 95.4284 -3\nEndChar\nStartChar: uni1FB8\nEncoding: 8120 8120 1149\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 663 20<388 413> 709 72<468.133 487.133> 851 20<340.133 383.133 617.133 656.133>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 269.133 193\nEndChar\nStartChar: uni1FB9\nEncoding: 8121 8121 1150\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 663 20<388 413> 709 70<308.889 617.889>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 240.889 156\nEndChar\nStartChar: uni1FBA\nEncoding: 8122 8122 1151\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -179.646 -93\nEndChar\nStartChar: uni1FBB\nEncoding: 8123 8123 1152\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 289 304<1 25>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -188.498 -93\nEndChar\nStartChar: uni1FBC\nEncoding: 8124 8124 1153\nWidth: 667\nFlags: HW\nHStem: 0 25<109 128 289 302.333 583 593> 0 183<765.79 781.79> 208 40<162 345> 663 20<388 413>\nVStem: -67 196<1 25> 289 304<1 25> 701.79 93<54 68>\nDStem: 388 683 309 491 16 95 161 248\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 701.79 233\nEndChar\nStartChar: uni1FBD\nEncoding: 8125 8125 1154\nWidth: 250\nFlags: W\nVStem: 154.944 155.997<838 863>\nRef: 44 44 N 1 0 0 1 166.944 802\nEndChar\nStartChar: uni1FBE\nEncoding: 8126 8126 1154\nWidth: 0\nFlags: HW\nHStem: -233 183<64 80>\nVStem: 0 93<-179 -165>\nRef: 890 890 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBF\nEncoding: 8127 8127 1155\nWidth: 500\nFlags: W\nHStem: 558 29<248 278>\nFore\n277 558 m 0\n 266 558 254 560 243 561 c 1\n 249 587 l 1\n 298 587 371 593 371 659 c 0\n 371 671 366 681 353 681 c 0\n 335 681 318 672 300 672 c 0\n 279 672 261 683 261 706 c 0\n 261 748 302 769 339 769 c 0\n 387 769 426 747 426 695 c 0\n 426 614 354 558 277 558 c 0\nEndSplineSet\nEndChar\nStartChar: uni1FC0\nEncoding: 8128 8128 1156\nWidth: 500\nFlags: W\nHStem: 662 20G<478 521>\nFore\n521 682 m 1\n 493 623 442 557 370 557 c 0\n 314 557 272 606 228 606 c 0\n 200 606 177 583 170 557 c 1\n 128 557 l 1\n 154 618 204 682 276 682 c 0\n 332 682 375 633 415 633 c 0\n 445 633 464 659 478 682 c 1\n 521 682 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FC1\nEncoding: 8129 8129 1157\nWidth: 550\nFlags: W\nHStem: 728 76<415 455> 777 76<287 333>\nVStem: 178 127<610.065 624> 394 127<610.065 624>\nFore\n553 853 m 1\n 530 797 482 728 415 728 c 0\n 364 728 330 777 287 777 c 0\n 262 777 241 750 235 728 c 1\n 197 728 l 1\n 220 784 265 853 333 853 c 0\n 384 853 421 804 455 804 c 0\n 484 804 502 831 515 853 c 1\n 553 853 l 1\n521 621 m 0\n 521 587 492 557 458 557 c 0\n 423 557 394 586 394 621 c 0\n 394 655 424 684 458 684 c 128\n 492 684 521 655 521 621 c 0\n305 621 m 0\n 305 586 276 557 241 557 c 0\n 207 557 178 587 178 621 c 128\n 178 655 207 684 241 684 c 128\n 275 684 305 655 305 621 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni1FC2\nEncoding: 8130 8130 1158\nWidth: 605\nFlags: HW\nHStem: -454 183<53.9588 69.9588> 0 474<150 163>\nVStem: -10.0412 93<-400 -386> 105 138<388 396> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 8052 8052 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -10.0412 -221\nEndChar\nStartChar: uni1FC3\nEncoding: 8131 8131 1159\nWidth: 605\nFlags: W\nHStem: -233 183<63 81> 0 21G<9 163>\nVStem: 0 93<-180 -164> 105 138<387 397>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nFore\n384 -231 m 1\n 229 -231 l 1\n 369 327 l 2\n 373 342 376 357 376 372 c 0\n 376 391 369 406 348 406 c 0\n 297 406 243 323 232 278 c 2\n 163 0 l 1\n 9 0 l 1\n 99 359 l 2\n 102 370 105 381 105 392 c 0\n 105 404 100 411 88 411 c 0\n 64 411 41 355 35 335 c 1\n 6 335 l 1\n 22 401 89 474 161 474 c 0\n 217 474 243 449 243 394 c 0\n 243 376 241 359 238 342 c 1\n 240 342 l 1\n 278 415 353 474 438 474 c 0\n 491 474 535 446 535 389 c 0\n 535 379 534 368 531 358 c 1\n 384 -231 l 1\n175 -152 m 1\n 162 -207 123 -233 68 -233 c 0\n 36 -233 0 -216 0 -179 c 0\n 0 -140 21 -89 31 -50 c 1\n 121 -50 l 1\n 110 -88 93 -127 93 -167 c 0\n 93 -177 94 -193 108 -193 c 0\n 131 -193 138 -169 146 -152 c 1\n 175 -152 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni1FC4\nEncoding: 8132 8132 1160\nWidth: 605\nFlags: HW\nHStem: -454 183<53.9588 69.9588> 0 474<150 163>\nVStem: -10.0412 93<-400 -386> 105 138<388 396> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 942 942 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -10.0412 -221\nEndChar\nStartChar: uni1FC6\nEncoding: 8134 8134 1161\nWidth: 605\nFlags: HW\nHStem: 0 474<150 163> 607 20<488.978 531.978>\nVStem: 105 138<388 396> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 10.9777 -55\nEndChar\nStartChar: uni1FC7\nEncoding: 8135 8135 1162\nWidth: 605\nFlags: HW\nHStem: -454 183<53.9588 69.9588> 0 474<150 163> 607 20<488.978 531.978>\nVStem: -10.0412 93<-400 -386> 105 138<388 396> 376 158.064<373 377>\nDStem: 99 359 232 278 9 0 163 0 369 327 531 358 229 -231 384 -231\nRef: 8134 8134 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 -10.0412 -221\nEndChar\nStartChar: uni1FC8\nEncoding: 8136 8136 1163\nWidth: 667\nFlags: HW\nHStem: 0 32<245 277> 337.987 32.0132<275 309> 338 331<266.063 312.963> 637 32<389 434> 644 25<113 121>\nDStem: 176 546 336 593 53 97 275 370 176 546 508 472 53 97 434 199\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -342.535 -93\nEndChar\nStartChar: uni1FC9\nEncoding: 8137 8137 1164\nWidth: 667\nFlags: HW\nHStem: 0 32<245 277> 337.987 32.0132<275 309> 338 331<266.063 312.963> 637 32<389 434> 644 25<113 121>\nDStem: 176 546 336 593 53 97 275 370 176 546 508 472 53 97 434 199\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -351.386 -93\nEndChar\nStartChar: uni1FCA\nEncoding: 8138 8138 1165\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<279 504> 644 25<404.5 433>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -339.535 -93\nEndChar\nStartChar: uni1FCB\nEncoding: 8139 8139 1166\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 329 44<279 504> 644 25<404.5 433>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -348.386 -93\nEndChar\nStartChar: uni1FCC\nEncoding: 8140 8140 1167\nWidth: 778\nFlags: HW\nHStem: 0 25<255.5 272 340 370 627 657> 0 183<825.96 841.96> 329 44<279 504> 644 25<404.5 433>\nVStem: -24 296<1 25> 116 317<644 668> 340 317<1 25> 501 298<644 668> 761.96 93<54 68>\nDStem: 178 546 332 572 56 97 278 373 178 546 718 572 56 97 609 175 505 329 718 572 441 97 609 175\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 761.96 233\nEndChar\nStartChar: uni1FCD\nEncoding: 8141 8141 1168\nWidth: 500\nFlags: W\nVStem: 261 56<651 690>\nFore\n448 557 m 1\n 418 557 l 1\n 402 593 351 685 351 719 c 0\n 351 744 380 761 402 761 c 0\n 443 761 444 723 445 692 c 1\n 448 557 l 1\n184 557 m 0\n 171 557 159 557 146 558 c 1\n 153 586 l 1\n 197 586 261 593 261 651 c 0\n 261 694 174 647 174 699 c 0\n 174 734 201 761 236 761 c 0\n 281 761 317 737 317 690 c 0\n 317 617 256 557 184 557 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1FCE\nEncoding: 8142 8142 1169\nWidth: 500\nFlags: W\nVStem: 271 54<652 690>\nFore\n349 558 m 1\n 318 558 l 1\n 390 693 l 2\n 407 725 424 762 466 762 c 0\n 484 762 499 754 499 734 c 0\n 499 699 379 590 349 558 c 1\n193 558 m 0\n 180 558 168 558 155 559 c 1\n 162 587 l 1\n 205 587 271 593 271 652 c 0\n 271 695 182 648 182 700 c 0\n 182 736 210 762 245 762 c 0\n 290 762 325 738 325 690 c 0\n 325 618 265 558 193 558 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1FCF\nEncoding: 8143 8143 1170\nWidth: 500\nFlags: W\nHStem: 558 29<236 264> 661 81<323 336> 772 76<416 461> 821 76<275 324>\nVStem: 257 147<672 687>\nFore\n568 897 m 1\n 539 837 490 772 416 772 c 0\n 361 772 320 821 275 821 c 0\n 247 821 224 797 216 772 c 1\n 175 772 l 1\n 201 833 251 897 324 897 c 0\n 382 897 422 848 461 848 c 0\n 492 848 510 874 526 897 c 1\n 568 897 l 1\n261 558 m 0\n 251 558 241 559 231 561 c 1\n 237 587 l 1\n 274 587 351 590 351 642 c 0\n 351 657 338 661 325 661 c 0\n 311 661 298 656 284 656 c 0\n 268 656 257 666 257 682 c 0\n 257 725 293 742 330 742 c 0\n 372 742 404 717 404 673 c 0\n 404 594 331 558 261 558 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni1FD0\nEncoding: 8144 8144 1171\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076> 502 72<169.122 188.122> 644 20<41.1216 84.1216 318.122 357.122>\nVStem: 0 150<62 71>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 728 728 S 1 0 0 1 -29.8784 -14\nEndChar\nStartChar: uni1FD1\nEncoding: 8145 8145 1172\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076> 502 70<9.8784 318.878>\nVStem: 0 150<62 71>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 175 175 S 1 0 0 1 -58.1216 -51\nEndChar\nStartChar: uni1FD2\nEncoding: 8146 8146 1173\nWidth: 330\nFlags: W\nHStem: 441 20G<93 248> 557 127<63 81 351 357>\nVStem: 0 150<61 72> 11 127<610 628> 290 127<610 628>\nFore\n417 621 m 0\n 417 587 388 557 354 557 c 0\n 319 557 290 586 290 621 c 0\n 290 655 320 684 354 684 c 128\n 388 684 417 655 417 621 c 0\n251 557 m 1\n 220 557 l 1\n 202 592 154 684 154 718 c 0\n 154 744 182 761 205 761 c 0\n 247 761 246 724 247 692 c 1\n 251 557 l 1\n138 621 m 0\n 138 586 109 557 74 557 c 0\n 40 557 11 587 11 621 c 128\n 11 655 40 684 74 684 c 128\n 108 684 138 655 138 621 c 0\n268 148 m 1\n 245 56 189 -13 88 -13 c 0\n 36 -13 0 18 0 72 c 0\n 0 83 1 94 4 105 c 2\n 93 461 l 1\n 248 461 l 1\n 236 411 150 91 150 63 c 0\n 150 53 154 45 165 45 c 0\n 209 45 230 113 239 148 c 1\n 268 148 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FD3\nEncoding: 8147 8147 1174\nWidth: 330\nFlags: W\nHStem: 441 20G<93 248> 557 127<63 71 340.065 354>\nVStem: 0 150<61 72> 6 127<610 628> 287 127<610 628>\nFore\n414 621 m 0\n 414 587 385 557 351 557 c 0\n 316 557 287 586 287 621 c 0\n 287 655 317 684 351 684 c 128\n 385 684 414 655 414 621 c 0\n168 557 m 1\n 137 557 l 1\n 209 692 l 2\n 226 724 243 761 285 761 c 0\n 302 761 318 753 318 734 c 0\n 318 697 198 589 168 557 c 1\n133 621 m 0\n 133 586 104 557 69 557 c 0\n 35 557 6 587 6 621 c 128\n 6 655 35 684 69 684 c 128\n 103 684 133 655 133 621 c 0\n268 148 m 1\n 245 56 189 -13 88 -13 c 0\n 36 -13 0 18 0 72 c 0\n 0 83 1 94 4 105 c 2\n 93 461 l 1\n 248 461 l 1\n 236 411 150 91 150 63 c 0\n 150 53 154 45 165 45 c 0\n 209 45 230 113 239 148 c 1\n 268 148 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FD6\nEncoding: 8150 8150 1175\nWidth: 330\nFlags: HW\nHStem: -12.943 473.943<93 109.076> 607 20<325.402 368.402>\nVStem: 0 150<62 71>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 -152.598 -55\nEndChar\nStartChar: uni1FD7\nEncoding: 8151 8151 1176\nWidth: 330\nFlags: W\nHStem: 441 20G<93 248> 557 127<111 129 288.065 305> 728 76<280 320> 777 76<152 198>\nVStem: 0 150<61 72> 55 127<610 628> 235 127<610 628>\nFore\n418 853 m 1\n 395 797 347 728 280 728 c 0\n 229 728 195 777 152 777 c 0\n 127 777 106 750 100 728 c 1\n 62 728 l 1\n 85 784 130 853 198 853 c 0\n 249 853 286 804 320 804 c 0\n 349 804 367 831 380 853 c 1\n 418 853 l 1\n362 621 m 0\n 362 587 333 557 299 557 c 0\n 264 557 235 586 235 621 c 0\n 235 655 265 684 299 684 c 128\n 333 684 362 655 362 621 c 0\n182 621 m 0\n 182 586 153 557 118 557 c 0\n 84 557 55 587 55 621 c 128\n 55 655 84 684 118 684 c 128\n 152 684 182 655 182 621 c 0\n268 148 m 1\n 245 56 189 -13 88 -13 c 0\n 36 -13 0 18 0 72 c 0\n 0 83 1 94 4 105 c 2\n 93 461 l 1\n 248 461 l 1\n 236 411 150 91 150 63 c 0\n 150 53 154 45 165 45 c 0\n 209 45 230 113 239 148 c 1\n 268 148 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FD8\nEncoding: 8152 8152 1177\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406> 709 72<303.043 322.043> 851 20<175.043 218.043 452.043 491.043>\nVStem: -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 104.043 193\nEndChar\nStartChar: uni1FD9\nEncoding: 8153 8153 1178\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406> 709 70<143.8 452.8>\nVStem: -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 75.8001 156\nEndChar\nStartChar: uni1FDA\nEncoding: 8154 8154 1179\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406>\nVStem: -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -347.535 -93\nEndChar\nStartChar: uni1FDB\nEncoding: 8155 8155 1180\nWidth: 389\nFlags: HW\nHStem: 0 25<-32 -24.8571 232 264> 644 25<398.714 406>\nVStem: -32 296<1 25> 108 298<644 668>\nDStem: 171 546 324 572 48 97 210 152\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -356.386 -93\nEndChar\nStartChar: uni1FDD\nEncoding: 8157 8157 1181\nWidth: 500\nFlags: W\nVStem: 161 43<620 631>\nFore\n451 557 m 1\n 421 557 l 1\n 405 593 354 685 354 719 c 0\n 354 744 383 761 405 761 c 0\n 447 761 447 724 448 692 c 1\n 451 557 l 1\n204 624 m 0\n 204 585 258 586 286 586 c 1\n 279 558 l 1\n 267 557 254 557 242 557 c 0\n 195 557 161 579 161 629 c 0\n 161 703 218 761 292 761 c 0\n 313 761 332 750 332 728 c 0\n 332 628 204 714 204 624 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni1FDE\nEncoding: 8158 8158 1182\nWidth: 500\nFlags: W\nVStem: 172 44<620 632>\nFore\n355 557 m 1\n 324 557 l 1\n 396 692 l 2\n 413 724 431 761 473 761 c 0\n 491 761 505 753 505 733 c 0\n 505 698 385 589 355 557 c 1\n216 624 m 0\n 216 585 270 586 298 586 c 1\n 291 558 l 1\n 278 557 266 557 253 557 c 0\n 206 557 172 581 172 630 c 0\n 172 702 231 761 303 761 c 0\n 324 761 344 751 344 728 c 0\n 344 628 216 715 216 624 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni1FDF\nEncoding: 8159 8159 1183\nWidth: 500\nFlags: W\nHStem: 660 81<315 352> 771 76<417 462> 820 76<275 324>\nVStem: 231 44<619 627>\nFore\n568 896 m 1\n 540 835 491 771 417 771 c 0\n 362 771 320 820 275 820 c 0\n 247 820 225 796 217 771 c 1\n 176 771 l 1\n 202 832 251 896 324 896 c 0\n 382 896 422 847 462 847 c 0\n 493 847 511 872 526 896 c 1\n 568 896 l 1\n354 655 m 0\n 341 655 329 660 316 660 c 0\n 293 660 275 645 275 621 c 0\n 275 585 341 586 366 586 c 1\n 360 560 l 1\n 349 558 339 557 328 557 c 0\n 285 557 231 571 231 624 c 0\n 231 687 289 741 351 741 c 0\n 374 741 400 737 400 708 c 0\n 400 682 383 655 354 655 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni1FE0\nEncoding: 8160 8160 1184\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175> 502 72<306.103 325.103> 644 20<178.103 221.103 455.103 494.103>\nVStem: 40 152<99 115> 104 145<382 403> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 107.103 -14\nEndChar\nStartChar: uni1FE1\nEncoding: 8161 8161 1185\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175> 502 70<146.86 455.86>\nVStem: 40 152<99 115> 104 145<382 403> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 78.8599 -51\nEndChar\nStartChar: uni1FE2\nEncoding: 8162 8162 1186\nWidth: 550\nFlags: W\nHStem: 557 127<202.239 216 486 504>\nVStem: 40 152<98 116> 104 145<381 404> 150 127<610 628> 371 125<382 408> 432 127<610 628>\nFore\n559 621 m 0\n 559 587 530 557 496 557 c 0\n 461 557 432 586 432 621 c 0\n 432 655 462 684 496 684 c 128\n 530 684 559 655 559 621 c 0\n393 557 m 1\n 363 557 l 1\n 347 593 296 685 296 719 c 0\n 296 744 325 761 347 761 c 0\n 389 761 389 724 390 692 c 1\n 393 557 l 1\n277 621 m 0\n 277 586 248 557 213 557 c 0\n 179 557 150 587 150 621 c 128\n 150 655 179 684 213 684 c 128\n 247 684 277 655 277 621 c 0\n173 -13 m 0\n 95 -13 40 26 40 108 c 0\n 40 199 104 320 104 397 c 0\n 104 406 101 417 89 417 c 0\n 61 417 42 365 36 343 c 1\n 7 343 l 1\n 26 421 78 474 161 474 c 0\n 220 474 249 445 249 386 c 0\n 249 290 192 199 192 103 c 0\n 192 67 207 45 245 45 c 0\n 338 45 395 148 395 232 c 0\n 395 284 371 332 371 383 c 0\n 371 422 400 474 444 474 c 0\n 485 474 496 444 496 408 c 0\n 496 375 488 342 480 310 c 0\n 441 159 352 -13 173 -13 c 0\nEndSplineSet\nEndChar\nStartChar: uni1FE3\nEncoding: 8163 8163 1187\nWidth: 550\nFlags: W\nHStem: 557 127<202.239 216 486 504>\nVStem: 40 152<98 116> 104 145<381 404> 150 127<610 628> 371 125<382 408> 433 127<610 628>\nFore\n560 621 m 0\n 560 587 531 557 497 557 c 0\n 462 557 433 586 433 621 c 0\n 433 655 463 684 497 684 c 128\n 531 684 560 655 560 621 c 0\n313 557 m 1\n 283 557 l 1\n 354 692 l 2\n 371 724 389 761 431 761 c 0\n 449 761 463 753 463 733 c 0\n 463 698 343 589 313 557 c 1\n277 621 m 0\n 277 586 248 557 213 557 c 0\n 179 557 150 587 150 621 c 128\n 150 655 179 684 213 684 c 128\n 247 684 277 655 277 621 c 0\n173 -13 m 0\n 95 -13 40 26 40 108 c 0\n 40 199 104 320 104 397 c 0\n 104 406 101 417 89 417 c 0\n 61 417 42 365 36 343 c 1\n 7 343 l 1\n 26 421 78 474 161 474 c 0\n 220 474 249 445 249 386 c 0\n 249 290 192 199 192 103 c 0\n 192 67 207 45 245 45 c 0\n 338 45 395 148 395 232 c 0\n 395 284 371 332 371 383 c 0\n 371 422 400 474 444 474 c 0\n 485 474 496 444 496 408 c 0\n 496 375 488 342 480 310 c 0\n 441 159 352 -13 173 -13 c 0\nEndSplineSet\nEndChar\nStartChar: uni1FE4\nEncoding: 8164 8164 1188\nWidth: 550\nFlags: HW\nHStem: -13 29<184 202> 446 27.1875<282 298> 502 29<260.211 290.211>\nVStem: 358 130<299 343>\nDStem: -2 168 148 231 -102 -231 103 52 -2 168 93 13 -102 -231 32 -231\nRef: 961 961 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 12.2105 -56\nEndChar\nStartChar: uni1FE5\nEncoding: 8165 8165 1189\nWidth: 550\nFlags: HW\nHStem: -13 29<184 202> 446 27.1875<282 298>\nVStem: 254.197 44<571 582> 358 130<299 343>\nDStem: -2 168 148 231 -102 -231 103 52 -2 168 93 13 -102 -231 32 -231\nRef: 961 961 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 19.1966 -55\nEndChar\nStartChar: uni1FE6\nEncoding: 8166 8166 1190\nWidth: 550\nFlags: HW\nHStem: -13 487<160 175> 607 20<462.383 505.383>\nVStem: 40 152<99 115> 104 145<382 403> 371 125<383 408>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 -15.617 -55\nEndChar\nStartChar: uni1FE7\nEncoding: 8167 8167 1191\nWidth: 550\nFlags: W\nHStem: 557 127<230 252 454 462> 728 76<420 460> 777 76<292 338>\nVStem: 40 152<98 116> 104 145<381 404> 178 127<610 628> 371 125<382 408> 394 127<610 628>\nFore\n558 853 m 1\n 535 797 487 728 420 728 c 0\n 369 728 335 777 292 777 c 0\n 267 777 246 750 240 728 c 1\n 202 728 l 1\n 225 784 270 853 338 853 c 0\n 389 853 426 804 460 804 c 0\n 489 804 507 831 520 853 c 1\n 558 853 l 1\n521 621 m 0\n 521 587 492 557 458 557 c 0\n 423 557 394 586 394 621 c 0\n 394 655 424 684 458 684 c 128\n 492 684 521 655 521 621 c 0\n305 621 m 0\n 305 586 276 557 241 557 c 0\n 207 557 178 587 178 621 c 128\n 178 655 207 684 241 684 c 128\n 275 684 305 655 305 621 c 0\n173 -13 m 0\n 95 -13 40 26 40 108 c 0\n 40 199 104 320 104 397 c 0\n 104 406 101 417 89 417 c 0\n 61 417 42 365 36 343 c 1\n 7 343 l 1\n 26 421 78 474 161 474 c 0\n 220 474 249 445 249 386 c 0\n 249 290 192 199 192 103 c 0\n 192 67 207 45 245 45 c 0\n 338 45 395 148 395 232 c 0\n 395 284 371 332 371 383 c 0\n 371 422 400 474 444 474 c 0\n 485 474 496 444 496 408 c 0\n 496 375 488 342 480 310 c 0\n 441 159 352 -13 173 -13 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni1FE8\nEncoding: 8168 8168 1192\nWidth: 722\nFlags: HW\nHStem: 0 25<140 147.143 404 436> 644 32<180 194 691 705> 709 72<471.599 490.599> 851 20<343.599 386.599 620.599 659.599>\nVStem: 72 133<568 602> 140 296<1 25> 643 135<567 616>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 272.599 193\nEndChar\nStartChar: uni1FE9\nEncoding: 8169 8169 1193\nWidth: 722\nFlags: HW\nHStem: 0 25<140 147.143 404 436> 644 32<180 194 691 705> 709 70<312.356 621.356>\nVStem: 72 133<568 602> 140 296<1 25> 643 135<567 616>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 244.356 156\nEndChar\nStartChar: uni1FEA\nEncoding: 8170 8170 1194\nWidth: 722\nFlags: HW\nHStem: 0 25<140 147.143 404 436> 644 32<180 194 691 705>\nVStem: 72 133<568 602> 140 296<1 25> 643 135<567 616>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -355.904 -93\nEndChar\nStartChar: uni1FEB\nEncoding: 8171 8171 1195\nWidth: 722\nFlags: HW\nHStem: 0 25<140 147.143 404 436> 644 32<180 194 691 705>\nVStem: 72 133<568 602> 140 296<1 25> 643 135<567 616>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -364.756 -93\nEndChar\nStartChar: uni1FEC\nEncoding: 8172 8172 1196\nWidth: 611\nFlags: HW\nHStem: 0 25<235 267> 637 32<373 389> 644 25<113 121>\nVStem: -130.848 44<527 538> -27 294<1 25> 467 146<512 541>\nDStem: 176 546 333 593 53 97 269 354\nRef: 929 929 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -365.848 -99\nEndChar\nStartChar: uni1FED\nEncoding: 8173 8173 1197\nWidth: 550\nFlags: W\nVStem: 150 127<610.065 624> 431 127<610.065 624>\nFore\n558 621 m 0\n 558 587 529 557 495 557 c 0\n 460 557 431 586 431 621 c 0\n 431 655 461 684 495 684 c 128\n 529 684 558 655 558 621 c 0\n393 557 m 1\n 363 557 l 1\n 347 593 296 685 296 719 c 0\n 296 744 325 761 347 761 c 0\n 389 761 389 724 390 692 c 1\n 393 557 l 1\n277 621 m 0\n 277 586 248 557 213 557 c 0\n 179 557 150 587 150 621 c 128\n 150 655 179 684 213 684 c 128\n 247 684 277 655 277 621 c 0\nEndSplineSet\nEndChar\nStartChar: uni1FEE\nEncoding: 8174 8174 1198\nWidth: 550\nFlags: W\nVStem: 150 127<610.065 624> 432 127<610.065 624>\nFore\n559 621 m 0\n 559 587 530 557 496 557 c 0\n 461 557 432 586 432 621 c 0\n 432 655 462 684 496 684 c 128\n 530 684 559 655 559 621 c 0\n313 557 m 1\n 283 557 l 1\n 354 692 l 2\n 371 724 389 761 431 761 c 0\n 449 761 463 753 463 733 c 0\n 463 698 343 589 313 557 c 1\n277 621 m 0\n 277 586 248 557 213 557 c 0\n 179 557 150 587 150 621 c 128\n 150 655 179 684 213 684 c 128\n 247 684 277 655 277 621 c 0\nEndSplineSet\nEndChar\nStartChar: uni1FEF\nEncoding: 8175 8175 1199\nWidth: 500\nFlags: W\nFore\n360 558 m 1\n 330 558 l 1\n 314 594 263 686 263 720 c 0\n 263 745 292 762 314 762 c 0\n 356 762 356 725 357 693 c 1\n 360 558 l 1\nEndSplineSet\nEndChar\nStartChar: uni1FF2\nEncoding: 8178 8178 1200\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 528 136<317 382>\nRef: 8060 8060 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FF3\nEncoding: 8179 8179 1201\nWidth: 715\nFlags: W\nHStem: -233 183<237.491 268> -13 35<385 408>\nVStem: -5 134<77 143> 183 93<-180 -164> 528 136<317 382>\nFore\n408 -13 m 0\n 327 -13 294 24 297 104 c 1\n 295 104 l 1\n 259 29 213 -13 127 -13 c 0\n 31 -13 -5 55 -5 143 c 0\n -5 321 105 474 294 474 c 1\n 286 440 l 1\n 220 441 194 371 181 318 c 0\n 163 245 129 155 129 77 c 0\n 129 53 135 22 166 22 c 0\n 227 22 254 79 266 130 c 0\n 285 209 243 392 368 392 c 0\n 398 392 423 382 423 348 c 0\n 423 273 332 178 332 79 c 0\n 332 44 348 22 385 22 c 0\n 441 22 468 117 479 160 c 0\n 495 227 528 312 528 382 c 0\n 528 418 512 441 474 440 c 1\n 482 474 l 1\n 584 474 664 428 664 317 c 0\n 664 182 561 -13 408 -13 c 0\n358 -152 m 1\n 345 -207 306 -233 251 -233 c 0\n 219 -233 183 -216 183 -179 c 0\n 183 -140 204 -89 214 -50 c 1\n 304 -50 l 1\n 293 -88 276 -127 276 -167 c 0\n 276 -177 277 -193 291 -193 c 0\n 314 -193 321 -169 329 -152 c 1\n 358 -152 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni1FF4\nEncoding: 8180 8180 1202\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 528 136<317 382>\nRef: 974 974 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FF6\nEncoding: 8182 8182 1203\nWidth: 715\nFlags: HW\nHStem: -13 35<385 408> 440 33.8253<283 286> 607 20<574.782 617.782>\nVStem: -5 134<77 143> 528 136<317 382>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 96.7824 -55\nEndChar\nStartChar: uni1FF7\nEncoding: 8183 8183 1204\nWidth: 715\nFlags: HW\nHStem: -236 183<199.402 215.402> -13 35<385 408> 440 33.8253<283 286> 607 20<574.782 617.782>\nVStem: -5 134<77 143> 135.402 93<-182 -168> 528 136<317 382>\nRef: 8182 8182 N 1 0 0 1 0 0\nRef: 890 890 N 1 0 0 1 135.402 -3\nEndChar\nStartChar: uni1FF8\nEncoding: 8184 8184 1205\nWidth: 722\nFlags: HW\nHStem: -18 34<264 283> 651 34<427 451>\nVStem: 27 144<150 207> 547 144<444 526>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -302.146 -93\nEndChar\nStartChar: uni1FF9\nEncoding: 8185 8185 1206\nWidth: 722\nFlags: HW\nHStem: -18 34<264 283> 651 34<427 451>\nVStem: 27 144<150 207> 547 144<444 526>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -310.997 -93\nEndChar\nStartChar: uni1FFA\nEncoding: 8186 8186 1207\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 643 33<452 470>\nVStem: 62 175<324 362> 570 176<480 512>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -309.549 -93\nEndChar\nStartChar: uni1FFB\nEncoding: 8187 8187 1208\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 643 33<452 470>\nVStem: 62 175<324 362> 570 176<480 512>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -318.401 -93\nEndChar\nStartChar: uni1FFC\nEncoding: 8188 8188 1209\nWidth: 741\nFlags: HW\nHStem: 0 122<84 242 415 580> 0 176<17 36> 0 183<792.875 808.875> 643 33<452 470>\nVStem: 62 175<324 362> 570 176<480 512> 728.875 93<54 68>\nDStem: 17 176 297 211 -28 0 243 0 256 177 297 211 242 122 243 0 405 211 667 176 351 0 622 0\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 728.875 233\nEndChar\nStartChar: uni1FFD\nEncoding: 8189 8189 1210\nWidth: 500\nFlags: W\nFore\n267 558 m 1\n 236 558 l 1\n 308 693 l 2\n 325 725 342 762 384 762 c 0\n 402 762 417 754 417 734 c 0\n 417 699 297 590 267 558 c 1\nEndSplineSet\nEndChar\nStartChar: uni1FFE\nEncoding: 8190 8190 1211\nWidth: 500\nFlags: W\nVStem: 235 44<626 637>\nFore\n366 671 m 0\n 349 671 335 680 318 680 c 0\n 294 680 279 649 279 628 c 0\n 279 585 344 586 374 586 c 1\n 368 560 l 1\n 356 559 344 557 332 557 c 0\n 283 557 235 581 235 635 c 0\n 235 712 301 768 375 768 c 0\n 398 768 429 759 429 731 c 0\n 429 697 398 671 366 671 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: endash\nEncoding: 8211 8211 1212\nWidth: 500\nFlags: W\nHStem: 178 91<-23 460>\nFore\n477 269 m 1\n 460 178 l 1\n -40 178 l 1\n -23 269 l 1\n 477 269 l 1\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 1213\nWidth: 1000\nFlags: W\nHStem: 178 91<-23 960>\nFore\n977 269 m 1\n 960 178 l 1\n -40 178 l 1\n -23 269 l 1\n 977 269 l 1\nEndSplineSet\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 1214\nWidth: 333\nFlags: W\nVStem: 128 155.995<442 467>\nFore\n319 685 m 1\n 332 661 l 1\n 253 619 214 580 214 545 c 0\n 214 530 221 520 244 505 c 0\n 274 485 284 469 284 442 c 0\n 284 400 254 369 213 369 c 0\n 162 369 128 408 128 467 c 0\n 128 548 203 634 319 685 c 1\nEndSplineSet\nKernsSLIF: 89 -7 1 0 87 -3 1 0 86 -3 1 0 84 -18 1 0 197 -83 1 0 196 -83 1 0 193 -83 1 0 198 -105 1 0 65 -83 1 0\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 1215\nWidth: 333\nFlags: W\nVStem: 146 155.997<587 612>\nFore\n111 369 m 1\n 98 393 l 1\n 176 435 216 474 216 510 c 0\n 216 524 209 533 186 548 c 0\n 156 569 146 585 146 612 c 0\n 146 654 176 685 217 685 c 0\n 268 685 302 646 302 587 c 0\n 302 506 226 419 111 369 c 1\nEndSplineSet\nKernsSLIF: 121 -18 1 0 119 -23 1 0 118 -23 1 0 116 -19 1 0 115 -26 1 0 114 -26 1 0 46 -59 1 0 111 -50 1 0 100 -50 1 0 44 -57 1 0 197 -94 1 0 196 -94 1 0 193 -94 1 0 198 -116 1 0 65 -94 1 0\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 1216\nWidth: 333\nFlags: W\nVStem: 43 155.997<36 61>\nFore\n8 -182 m 1\n -5 -158 l 1\n 74 -116 113 -77 113 -41 c 0\n 113 -27 106 -17 83 -2 c 0\n 53 18 43 34 43 61 c 0\n 43 103 73 134 114 134 c 0\n 165 134 199 95 199 36 c 0\n 199 -45 124 -131 8 -182 c 1\nEndSplineSet\nEndChar\nStartChar: quotereversed\nEncoding: 8219 8219 1217\nWidth: 333\nFlags: W\nHStem: 539.371 147.182<243 254>\nVStem: 111.908 31.8148<460 471>\nFore\n126 375 m 1\n 120 389 75 578 178 661 c 0\n 241 711 290 676 307 654 c 0\n 332 622 326 579 293 553 c 0\n 243 513 203 571 170 545 c 0\n 127 510 149 401 152 380 c 1\n 126 375 l 1\nEndSplineSet\nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 1218\nWidth: 500\nFlags: W\nVStem: 53 155.995<442 467> 309 155.995<442 467>\nFore\n244 685 m 1\n 257 661 l 1\n 178 619 139 580 139 545 c 0\n 139 530 146 520 169 505 c 0\n 199 485 209 469 209 442 c 0\n 209 400 179 369 138 369 c 0\n 87 369 53 408 53 467 c 0\n 53 548 128 634 244 685 c 1\n500 685 m 1\n 513 661 l 1\n 434 619 395 580 395 545 c 0\n 395 530 402 520 425 505 c 0\n 455 485 465 469 465 442 c 0\n 465 400 435 369 394 369 c 0\n 343 369 309 408 309 467 c 0\n 309 548 384 634 500 685 c 1\nEndSplineSet\nKernsSLIF: 87 3 1 0 86 3 1 0 84 -11 1 0 197 -76 1 0 196 -76 1 0 193 -76 1 0 198 -98 1 0 65 -76 1 0\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 1219\nWidth: 500\nFlags: W\nVStem: 101 155.997<587 612> 357 155.997<587 612>\nFore\n322 369 m 1\n 309 393 l 1\n 387 435 427 474 427 510 c 0\n 427 524 420 533 397 548 c 0\n 367 569 357 585 357 612 c 0\n 357 654 387 685 428 685 c 0\n 479 685 513 646 513 587 c 0\n 513 506 437 419 322 369 c 1\n66 369 m 1\n 53 393 l 1\n 131 435 171 474 171 510 c 0\n 171 524 164 533 141 548 c 0\n 111 569 101 585 101 612 c 0\n 101 654 131 685 172 685 c 0\n 223 685 257 646 257 587 c 0\n 257 506 181 419 66 369 c 1\nEndSplineSet\nKernsSLIF: 89 2 1 0 87 6 1 0 86 6 1 0 84 -1 1 0 197 -72 1 0 196 -72 1 0 193 -72 1 0 198 -94 1 0 65 -72 1 0\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 1220\nWidth: 500\nFlags: W\nVStem: -9 155.997<36 61> 247 155.997<36 61>\nFore\n212 -182 m 1\n 199 -158 l 1\n 278 -116 317 -77 317 -41 c 0\n 317 -27 310 -17 287 -2 c 0\n 257 18 247 34 247 61 c 0\n 247 103 277 134 318 134 c 0\n 369 134 403 95 403 36 c 0\n 403 -45 328 -131 212 -182 c 1\n-44 -182 m 1\n -57 -158 l 1\n 21 -116 61 -77 61 -41 c 0\n 61 -27 54 -17 31 -2 c 0\n 1 18 -9 34 -9 61 c 0\n -9 103 21 134 62 134 c 0\n 113 134 147 95 147 36 c 0\n 147 -45 71 -131 -44 -182 c 1\nEndSplineSet\nKernsSLIF: 89 -48 1 0 87 -74 1 0 86 -79 1 0 84 -37 1 0 198 19 1 0 65 24 1 0\nEndChar\nStartChar: uni201F\nEncoding: 8223 8223 1221\nWidth: 500\nFlags: W\nHStem: 539.371 147.182<165 176 421 432>\nVStem: 33.9076 31.8149<460 471> 289.908 31.8149<460 471>\nFore\n48 375 m 1\n 42 389 -3 578 100 661 c 0\n 163 711 212 676 229 654 c 0\n 254 622 248 579 215 553 c 0\n 165 513 125 571 92 545 c 0\n 49 510 71 401 74 380 c 1\n 48 375 l 1\n304 375 m 1\n 298 389 253 578 356 661 c 0\n 419 711 468 676 485 654 c 0\n 510 622 504 579 471 553 c 0\n 421 513 381 571 348 545 c 0\n 305 510 327 401 330 380 c 1\n 304 375 l 1\nEndSplineSet\nEndChar\nStartChar: dagger\nEncoding: 8224 8224 1222\nWidth: 500\nFlags: W\nHStem: 404 102<139 155 435 443>\nVStem: 91 403<444 463> 272 112<623 633>\nFore\n179 -145 m 1\n 156 -145 l 1\n 184 28 l 1\n 191 69 197 153 197 200 c 0\n 197 223 196 242 191 278 c 1\n 235 317 269 382 278 443 c 1\n 243 442 238 441 203 423 c 0\n 175 408 162 404 142 404 c 0\n 111 404 91 424 91 455 c 128\n 91 486 111 506 143 506 c 0\n 159 506 172 502 199 489 c 0\n 238 470 250 467 282 467 c 1\n 289 489 291 504 291 521 c 0\n 291 531 289 543 282 566 c 0\n 275 593 272 609 272 624 c 0\n 272 662 293 685 328 685 c 0\n 360 685 384 662 384 631 c 0\n 384 610 375 589 352 560 c 2\n 337 541 l 2\n 323 523 316 504 308 467 c 1\n 339 468 353 472 390 490 c 0\n 415 503 426 506 440 506 c 0\n 473 506 494 485 494 454 c 0\n 494 424 470 402 436 402 c 0\n 424 402 412 406 390 419 c 0\n 351 440 338 444 303 443 c 1\n 299 420 297 405 297 387 c 0\n 297 350 304 317 323 269 c 1\n 284 220 248 128 214 -12 c 0\n 199 -75 195 -88 179 -145 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 1223\nWidth: 500\nFlags: W\nHStem: 38 98<352 361> 40 99<58 64> 75.11 21.89<226.024 247.772> 407 99<439 445> 410 98<142 152>\nVStem: 10 403<78 96> 90 403<449 461> 122 108<-91 -78> 273 108<625 635>\nFore\n317 273 m 1\n 267 227 250 193 226 97 c 1\n 258 97 276 102 314 121 c 0\n 340 134 345 136 361 136 c 0\n 394 134 413 116 413 87 c 128\n 413 58 392 38 360 38 c 0\n 347 38 335 42 311 54 c 0\n 270 72 257 76 222 75 c 1\n 217 54 216 42 216 20 c 0\n 216 0 217 -12 224 -38 c 0\n 228 -59 230 -70 230 -80 c 0\n 230 -117 210 -139 176 -139 c 0\n 145 -139 122 -117 122 -88 c 0\n 122 -71 129 -55 150 -26 c 0\n 179 16 185 27 200 76 c 1\n 160 72 149 69 107 53 c 0\n 84 44 71 40 60 40 c 0\n 32 40 10 60 10 87 c 0\n 10 115 34 139 62 139 c 0\n 74 139 89 134 114 123 c 0\n 156 103 165 101 203 98 c 1\n 209 122 210 136 210 169 c 0\n 210 219 206 238 186 273 c 1\n 236 319 253 353 277 449 c 1\n 245 448 226 443 189 425 c 0\n 163 412 158 410 142 410 c 0\n 109 412 90 430 90 459 c 128\n 90 488 111 508 142 508 c 0\n 155 508 168 504 192 492 c 0\n 233 474 246 470 281 471 c 1\n 286 492 287 505 287 526 c 0\n 287 546 285 558 279 584 c 0\n 275 605 273 616 273 626 c 0\n 273 663 293 685 327 685 c 0\n 358 685 381 663 381 633 c 0\n 381 617 374 601 353 572 c 0\n 323 530 318 519 303 470 c 1\n 343 474 354 477 396 493 c 0\n 419 502 432 506 443 506 c 0\n 471 506 493 485 493 459 c 0\n 493 430 469 407 440 407 c 0\n 428 407 414 412 389 423 c 0\n 347 442 338 445 300 448 c 1\n 294 425 293 411 293 378 c 0\n 293 326 297 308 317 273 c 1\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: bullet\nEncoding: 8226 8226 1224\nWidth: 350\nFlags: W\nHStem: 175 350<160 192>\nVStem: 0 350<335 352>\nFore\n176 525 m 0\n 273 525 350 446 350 347 c 0\n 350 253 270 175 175 175 c 0\n 77 175 0 253 0 350 c 0\n 0 448 77 525 176 525 c 0\nEndSplineSet\nEndChar\nStartChar: uni2023\nEncoding: 8227 8227 1225\nWidth: 560\nFlags: W\nFore\n76 101 m 1\n 76 575 l 1\n 498 338 l 1\n 76 101 l 1\nEndSplineSet\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 1226\nWidth: 1000\nFlags: W\nHStem: -13 148<104 120 440 456 776 781>\nVStem: 40 148<51 67> 372 148<51 67> 704 148<51 67>\nFore\n115 135 m 0\n 155 135 188 101 188 61 c 0\n 188 19 155 -13 113 -13 c 0\n 72 -13 40 19 40 61 c 128\n 40 103 73 135 115 135 c 0\n447 135 m 0\n 487 135 520 101 520 61 c 0\n 520 19 487 -13 445 -13 c 0\n 404 -13 372 19 372 61 c 128\n 372 103 405 135 447 135 c 0\n779 135 m 0\n 819 135 852 101 852 61 c 0\n 852 19 819 -13 777 -13 c 0\n 736 -13 704 19 704 61 c 128\n 704 103 737 135 779 135 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 1227\nWidth: 1000\nFlags: W\nHStem: -17.7184 28.6454<462 482 823 844> 300 32.9964<530 550 891 912> 322.004 29.9961<132 153> 584 31<343 375> 634 40<204.031 208>\nVStem: 7 96.0026<420 458> 278 26<547 563> 334 99.0032<78 124> 609 25<211 227> 696 99.0032<78 124> 971 25<211 227>\nDStem: 474 626 572 706 86 -29 134 -29\nFore\n86 -29 m 1\n 474 626 l 1\n 434 596 401 584 361 584 c 0\n 339 584 326 587 301 597 c 1\n 303 577 304 566 304 554 c 0\n 304 485 275 407 234 366 c 0\n 206 338 169 322 132 322 c 0\n 60 322 7 379 7 458 c 0\n 7 574 98 674 204 674 c 0\n 230 674 249 666 275 645 c 0\n 303 622 322 615 358 615 c 0\n 424 615 473 642 524 706 c 1\n 572 706 l 1\n 134 -29 l 1\n 86 -29 l 1\n206 634 m 0\n 165 637 103 509 103 420 c 0\n 103 376 120 352 153 352 c 0\n 216 352 278 453 278 555 c 0\n 278 568 274 594 271 601 c 0\n 270 604 266 606 256 609 c 0\n 245 612 242 614 230 622 c 0\n 217 631 212 634 206 634 c 0\n530 333 m 0\n 595 333 634 288 634 214 c 0\n 634 144 606 72 561 24 c 0\n 536 -3 500 -18 462 -18 c 0\n 384 -18 334 38 334 124 c 0\n 334 233 427 333 530 333 c 0\n550 300 m 0\n 530 300 511 287 491 258 c 0\n 459 212 433 130 433 78 c 0\n 433 32 449 10 482 10 c 0\n 511 10 536 26 559 59 c 0\n 588 101 609 168 609 219 c 0\n 609 265 584 300 550 300 c 0\n891 333 m 0\n 957 333 996 288 996 214 c 0\n 996 144 968 71 923 24 c 0\n 897 -3 862 -18 823 -18 c 0\n 746 -18 696 38 696 124 c 0\n 696 233 789 333 891 333 c 0\n912 300 m 0\n 892 300 872 286 853 258 c 0\n 821 212 795 130 795 78 c 0\n 795 32 811 10 844 10 c 0\n 873 10 898 26 921 59 c 0\n 950 101 971 168 971 219 c 0\n 971 265 946 300 912 300 c 0\nEndSplineSet\nMinimumDistance: x33,-1 \nEndChar\nStartChar: uni2031\nEncoding: 8241 8241 1228\nWidth: 1618\nFlags: W\nHStem: -10 46<582 622 974 1014 1366 1406> 294 46<165 204> 325 51<671 707 1063 1099 1455 1491> 585 38<423 444> 631 48<256 287>\nVStem: 39 115<389 429> 450 117<95 123> 759 34<246 262> 842 117<95 123> 1151 34<246 262> 1234 117<95 123> 1543 34<246 262>\nDStem: 541 608 644 692 194 -8 250 -8\nFore\n567 95 m 0\n 567 50 592 36 622 36 c 0\n 686 36 759 167 759 254 c 0\n 759 286 744 325 707 325 c 0\n 623 325 567 123 567 95 c 0\n450 123 m 0\n 450 249 562 376 671 376 c 0\n 758 376 793 322 793 254 c 0\n 793 168 727 -10 582 -10 c 0\n 498 -10 450 54 450 123 c 0\n39 429 m 0\n 39 581 176 679 256 679 c 0\n 304 679 320 665 340 651 c 0\n 359 637 382 623 444 623 c 0\n 523 623 584 673 605 692 c 1\n 644 692 l 1\n 250 -8 l 1\n 194 -8 l 1\n 541 608 l 1\n 539 610 l 1\n 506 595 457 585 425 585 c 0\n 410 585 400 587 381 590 c 1\n 388 495 327 294 165 294 c 0\n 100 294 39 345 39 429 c 0\n154 389 m 0\n 154 350 186 340 204 340 c 0\n 279 340 347 482 347 566 c 0\n 347 602 345 602 318 612 c 0\n 302 618 300 631 287 631 c 0\n 225 631 154 451 154 389 c 0\n959 95 m 0\n 959 50 984 36 1014 36 c 0\n 1078 36 1151 167 1151 254 c 0\n 1151 286 1136 325 1099 325 c 0\n 1015 325 959 123 959 95 c 0\n842 123 m 0\n 842 249 954 376 1063 376 c 0\n 1150 376 1185 322 1185 254 c 0\n 1185 168 1119 -10 974 -10 c 0\n 890 -10 842 54 842 123 c 0\n1351 95 m 0\n 1351 50 1376 36 1406 36 c 0\n 1470 36 1543 167 1543 254 c 0\n 1543 286 1528 325 1491 325 c 0\n 1407 325 1351 123 1351 95 c 0\n1234 123 m 0\n 1234 249 1346 376 1455 376 c 0\n 1542 376 1577 322 1577 254 c 0\n 1577 168 1511 -10 1366 -10 c 0\n 1282 -10 1234 54 1234 123 c 0\nEndSplineSet\nMinimumDistance: x40,-1 \nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 1229\nWidth: 333\nFlags: W\nFore\n157 220 m 1\n 197 137 l 2\n 220 90 230 62 230 47 c 0\n 230 39 223 32 215 32 c 0\n 210 32 207 34 200 42 c 0\n 178 67 107 141 32 217 c 1\n 32 226 l 1\n 202 350 l 2\n 226 367 236 375 249 387 c 0\n 268 405 282 415 290 415 c 0\n 297 415 303 409 303 403 c 0\n 303 382 272 341 202 269 c 1\n 157 220 l 1\nEndSplineSet\nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 1230\nWidth: 333\nFlags: W\nFore\n156 227 m 1\n 116 310 l 2\n 93 358 83 385 83 400 c 0\n 83 408 90 415 98 415 c 0\n 103 415 106 413 113 405 c 0\n 152 361 193 319 281 230 c 1\n 281 221 l 1\n 111 97 l 2\n 87 80 77 71 64 60 c 1\n 45 41 31 32 23 32 c 0\n 16 32 10 38 10 44 c 0\n 10 65 40 105 111 178 c 1\n 156 227 l 1\nEndSplineSet\nKernsSLIF: 89 -93 1 0 87 -85 1 0 86 -89 1 0 84 -86 1 0 197 -40 1 0 196 -40 1 0 193 -40 1 0 198 -49 1 0 65 -40 1 0\nEndChar\nStartChar: uni203B\nEncoding: 8251 8251 1231\nWidth: 727\nFlags: W\nHStem: -55 169<348.887 365> 182 169<120 136 588.887 604> 423 169<348.887 365>\nVStem: 40 169<252.703 268> 278 169<25 41 493.559 509> 518 169<252.703 268>\nDStem: 92 473 155 538 299 266 363 330 299 266 363 202 92 59 155 -6 363 202 427 266 571 -6 636 57 571 538 636 475 363 330 427 266\nFore\n363 202 m 1\n 155 -6 l 1\n 92 59 l 1\n 299 266 l 1\n 92 473 l 1\n 155 538 l 1\n 363 330 l 1\n 571 538 l 1\n 636 475 l 1\n 427 266 l 1\n 636 57 l 1\n 571 -6 l 1\n 363 202 l 1\n40 266 m 0\n 40 311 76 351 124 351 c 0\n 171 351 209 312 209 266 c 0\n 209 218 171 182 124 182 c 0\n 76 182 40 219 40 266 c 0\n278 29 m 0\n 278 74 314 114 362 114 c 0\n 409 114 447 75 447 29 c 0\n 447 -19 409 -55 362 -55 c 0\n 314 -55 278 -18 278 29 c 0\n278 507 m 0\n 278 552 314 592 362 592 c 0\n 409 592 447 553 447 507 c 0\n 447 459 409 423 362 423 c 0\n 314 423 278 460 278 507 c 0\n518 266 m 0\n 518 311 554 351 602 351 c 0\n 649 351 687 312 687 266 c 0\n 687 218 649 182 602 182 c 0\n 554 182 518 219 518 266 c 0\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni203D\nEncoding: 8253 8253 1232\nWidth: 733\nFlags: W\nHStem: -13 144<249 262>\nVStem: 186 148<51 67>\nFore\n378 351 m 1\n 442 395 530 438 550 522 c 0\n 556 547 536 588 494 617 c 1\n 493 609 492 601 490 592 c 0\n 474 524 438 499 378 351 c 1\n258 131 m 0\n 301 131 334 95 334 57 c 0\n 334 21 304 -13 259 -13 c 0\n 215 -13 186 18 186 57 c 0\n 186 104 225 131 258 131 c 0\n359 651 m 1\n 354 651 350 650 347 650 c 0\n 312 646 259 634 253 608 c 0\n 246 578 261 582 250 534 c 0\n 241 498 206 469 170 469 c 128\n 134 469 112 498 120 534 c 0\n 131 579 202 689 448 689 c 0\n 495 689 737 678 699 519 c 0\n 683 455 611 407 523 374 c 0\n 441 343 391 328 367 303 c 0\n 354 289 330 241 315 204 c 1\n 286 212 l 1\n 306 315 335 473 340 588 c 0\n 341 609 346 632 359 651 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni203F\nEncoding: 8255 8255 1233\nWidth: 953\nFlags: W\nHStem: 117 113<492 540>\nFore\n140 377 m 1\n 167 377 l 1\n 203 294 232 230 537 230 c 0\n 809 230 892 280 974 377 c 1\n 1002 377 l 1\n 822 145 601 117 519 117 c 0\n 227 117 152 322 140 377 c 1\nEndSplineSet\nEndChar\nStartChar: uni2040\nEncoding: 8256 8256 1234\nWidth: 953\nFlags: W\nHStem: 264 113<546 606>\nFore\n78 117 m 1\n 116 172 289 377 581 377 c 0\n 663 377 870 349 940 117 c 1\n 912 117 l 1\n 876 214 817 264 545 264 c 0\n 240 264 181 200 105 117 c 1\n 78 117 l 1\nEndSplineSet\nEndChar\nStartChar: uni2041\nEncoding: 8257 8257 1235\nWidth: 338\nFlags: W\nDStem: 225 244 303 380 249 -19 339 -19 390 691 480 691 -16 -19 303 380 390 691 225 244 -16 -19 74 -19\nFore\n225 244 m 1\n 74 -19 l 1\n -16 -19 l 1\n 390 691 l 1\n 480 691 l 1\n 303 380 l 1\n 339 -19 l 1\n 249 -19 l 1\n 225 244 l 1\nEndSplineSet\nEndChar\nStartChar: uni2042\nEncoding: 8258 8258 1236\nWidth: 931\nFlags: W\nHStem: -110 436<242 258 674 690> 255 436<461 477>\nVStem: 199 99.8533<276 279> 202 99<-62 -53 271 274> 418 99.8533<641 644> 421 99<306 312 636 639> 631 99.8533<276 279> 634 99<-62 -53 271 274>\nFore\n496 476 m 1\n 496 468 l 1\n 577 423 665 466 665 390 c 0\n 665 363 643 342 616 342 c 0\n 605 342 581 346 561 375 c 0\n 521 433 519 436 484 454 c 1\n 477 449 l 1\n 485 356 520 347 520 307 c 0\n 520 281 502 255 468 255 c 0\n 433 255 421 289 421 310 c 0\n 421 365 459 355 459 449 c 1\n 452 454 l 1\n 367 399 380 339 322 339 c 0\n 305 339 275 355 275 387 c 0\n 275 399 275 424 314 439 c 0\n 357 456 386 428 443 472 c 1\n 444 479 l 1\n 351 526 274 480 274 558 c 0\n 274 595 305 606 318 606 c 0\n 394 606 368 533 454 494 c 1\n 461 497 l 1\n 462 583 418 588 418 642 c 0\n 418 670 441 691 469 691 c 0\n 511 691 518 652 518 637 c 0\n 518 586 474 583 480 497 c 1\n 488 494 l 1\n 571 554 559 609 614 609 c 0\n 648 609 665 576 665 558 c 0\n 665 549 656 519 624 508 c 0\n 586 494 556 518 496 476 c 1\n709 111 m 1\n 709 103 l 1\n 790 58 878 101 878 25 c 0\n 878 -2 856 -23 829 -23 c 0\n 818 -23 794 -19 774 10 c 0\n 734 68 732 71 697 89 c 1\n 690 84 l 1\n 698 -9 733 -18 733 -58 c 0\n 733 -84 715 -110 681 -110 c 0\n 646 -110 634 -76 634 -55 c 0\n 634 0 672 -10 672 84 c 1\n 665 89 l 1\n 580 34 593 -26 535 -26 c 0\n 518 -26 488 -10 488 22 c 0\n 488 34 488 59 527 74 c 0\n 570 91 599 63 656 107 c 1\n 657 114 l 1\n 564 161 487 115 487 193 c 0\n 487 230 518 241 531 241 c 0\n 607 241 581 168 667 129 c 1\n 674 132 l 1\n 675 218 631 223 631 277 c 0\n 631 305 654 326 682 326 c 0\n 724 326 731 287 731 272 c 0\n 731 221 687 218 693 132 c 1\n 701 129 l 1\n 784 189 772 244 827 244 c 0\n 861 244 878 211 878 193 c 0\n 878 184 869 154 837 143 c 0\n 799 129 769 153 709 111 c 1\n277 111 m 1\n 277 103 l 1\n 358 58 446 101 446 25 c 0\n 446 -2 424 -23 397 -23 c 0\n 386 -23 362 -19 342 10 c 0\n 302 68 300 71 265 89 c 1\n 258 84 l 1\n 266 -9 301 -18 301 -58 c 0\n 301 -84 283 -110 249 -110 c 0\n 214 -110 202 -76 202 -55 c 0\n 202 0 240 -10 240 84 c 1\n 233 89 l 1\n 148 34 161 -26 103 -26 c 0\n 86 -26 56 -10 56 22 c 0\n 56 34 56 59 95 74 c 0\n 138 91 167 63 224 107 c 1\n 225 114 l 1\n 132 161 55 115 55 193 c 0\n 55 230 86 241 99 241 c 0\n 175 241 149 168 235 129 c 1\n 242 132 l 1\n 243 218 199 223 199 277 c 0\n 199 305 222 326 250 326 c 0\n 292 326 299 287 299 272 c 0\n 299 221 255 218 261 132 c 1\n 269 129 l 1\n 352 189 340 244 395 244 c 0\n 429 244 446 211 446 193 c 0\n 446 184 437 154 405 143 c 0\n 367 129 337 153 277 111 c 1\nEndSplineSet\nMinimumDistance: x36,-1 \nEndChar\nStartChar: uni2043\nEncoding: 8259 8259 1237\nWidth: 333\nFlags: W\nHStem: 150 148<114 325>\nDStem: 114 298 360 298 79 150 325 150\nFore\n360 298 m 1\n 325 150 l 1\n 79 150 l 1\n 114 298 l 1\n 360 298 l 1\nEndSplineSet\nEndChar\nStartChar: fraction\nEncoding: 8260 8260 1238\nWidth: 167\nFlags: W\nHStem: 663 20G<266 324>\nDStem: 266 683 324 683 -169 -14 -111 -14\nFore\n324 683 m 1\n -111 -14 l 1\n -169 -14 l 1\n 266 683 l 1\n 324 683 l 1\nEndSplineSet\nEndChar\nStartChar: uni2045\nEncoding: 8261 8261 1239\nWidth: 332\nFlags: W\nVStem: 53.4886 103.168<-95 -79> 153.127 102.93<334 343>\nDStem: 98 131 207 145 59 -34 162 -40 199 556 306 562 160 391 262 377\nFore\n160 391 m 2\n 199 556 l 2\n 228 678 311 698 444 698 c 1\n 441 686 l 1\n 357 671 323 632 306 562 c 1\n 262 377 l 2\n 246 311 259 280 341 261 c 1\n 250 242 223 211 207 145 c 2\n 162 -40 l 2\n 145 -109 162 -149 239 -163 c 1\n 236 -175 l 1\n 103 -175 30 -155 59 -34 c 2\n 98 131 l 2\n 115 202 142 242 243 260 c 1\n 243 262 l 1\n 151 280 143 320 160 391 c 2\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni2046\nEncoding: 8262 8262 1240\nWidth: 332\nFlags: W\nVStem: 200.552 102.687<177 193> 299.483 103.463<593 609>\nDStem: 195 145 296 131 150 -40 257 -34 294 562 397 556 250 377 358 391\nFore\n358 391 m 2\n 341 320 315 280 213 262 c 1\n 213 260 l 1\n 306 242 313 202 296 131 c 2\n 257 -34 l 2\n 228 -155 145 -175 12 -175 c 1\n 15 -163 l 1\n 100 -149 133 -109 150 -40 c 2\n 195 145 l 2\n 211 211 198 242 115 261 c 1\n 207 280 234 311 250 377 c 2\n 294 562 l 1\n 311 632 295 671 217 686 c 1\n 220 698 l 1\n 353 698 426 678 397 556 c 2\n 358 391 l 2\nEndSplineSet\nEndChar\nStartChar: uni20A0\nEncoding: 8352 8352 1241\nWidth: 667\nFlags: W\nHStem: 1 22<332 365> 1 244<251 261> 226.957 21.0432<360.125 384.557> 426 21<429 467> 655 22.9925<335 355> 658 20G<471 491>\nVStem: 61 102<363 385>\nDStem: 251 209 354 227 212 66 316 87 294 365 400 397 261 245 360 248 294 365 515 316 261 245 466 134\nFore\n251 209 m 1\n 242 209 l 0\n 155 209 61 261 61 381 c 0\n 61 529 171 678 333 678 c 0\n 391 678 428 659 444 659 c 0\n 459 659 464 667 471 678 c 1\n 491 678 l 1\n 457 522 l 1\n 435 526 l 1\n 437 533 437 541 437 549 c 0\n 437 613 407 655 349 655 c 0\n 241 655 163 482 163 364 c 0\n 163 245 250 245 259 245 c 0\n 260 245 260 245 261 245 c 1\n 294 365 l 1\n 295 371 300 393 300 403 c 0\n 300 424 293 425 252 431 c 1\n 252 447 l 1\n 612 447 l 1\n 583 321 l 1\n 565 324 l 1\n 565 373 565 426 439 426 c 0\n 411 426 405 415 400 397 c 2\n 360 248 l 1\n 458 246 468 265 496 319 c 1\n 515 316 l 1\n 466 134 l 1\n 447 137 l 1\n 449 149 450 157 450 164 c 0\n 450 213 429 227 354 227 c 1\n 316 87 l 2\n 312 73 306 53 306 47 c 0\n 306 32 312 23 350 23 c 0\n 430 23 504 50 550 134 c 1\n 567 131 l 1\n 528 1 l 1\n 158 1 l 1\n 158 18 l 1\n 185 23 201 25 212 66 c 2\n 251 209 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: colonmonetary\nEncoding: 8353 8353 1242\nWidth: 667\nFlags: W\nHStem: -17.632 52.632<320 330> 665 20G<647 677>\nVStem: 32 154<214 242>\nDStem: 154 19 191 2 107 -85 151 -85 236 -11 276 -17 203 -85 246 -84 236 -11 246 -84 203 -85 243 -85 438 648 485 649 201 122 226 81 485 753 532 753 454 685 499 681 529 635 561 609 265 51 302 38 582 753 627 753 545 671 585 660\nFore\n302 38 m 1\n 316 35 327 35 330 35 c 0\n 409 35 473 61 546 153 c 1\n 576 131 l 1\n 525 54 434 -18 304 -18 c 0\n 295 -18 285 -18 276 -17 c 1\n 246 -84 l 1\n 243 -85 l 1\n 203 -85 l 1\n 236 -11 l 1\n 220 -8 205 -3 191 2 c 1\n 151 -85 l 1\n 107 -85 l 1\n 154 19 l 1\n 84 58 32 129 32 240 c 0\n 32 462 198 685 441 685 c 0\n 446 685 450 685 454 685 c 1\n 485 753 l 1\n 532 753 l 1\n 499 681 l 1\n 516 678 532 675 545 671 c 1\n 582 753 l 1\n 627 753 l 1\n 585 660 l 1\n 594 658 601 656 607 656 c 0\n 629 656 637 669 647 685 c 1\n 677 685 l 1\n 626 451 l 1\n 594 457 l 1\n 596 468 597 480 597 491 c 0\n 597 541 585 581 561 609 c 1\n 302 38 l 1\n226 81 m 1\n 238 67 251 57 265 51 c 1\n 529 635 l 1\n 516 642 501 647 485 649 c 1\n 226 81 l 1\n201 122 m 1\n 438 648 l 1\n 291 623 186 382 186 214 c 0\n 186 176 192 146 201 122 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni20A2\nEncoding: 8354 8354 1243\nWidth: 667\nFlags: W\nHStem: 286 139<560 566> 650 34.9359<448 466> 665 20G<647 677>\nVStem: 32 154<215 242>\nFore\n357 36 m 1\n 424 42 481 71 546 153 c 1\n 576 131 l 1\n 525 54 434 -18 304 -18 c 128\n 174 -18 32 59 32 240 c 0\n 32 462 198 685 441 685 c 0\n 527 685 583 656 607 656 c 0\n 629 656 637 669 647 685 c 1\n 677 685 l 1\n 626 451 l 1\n 594 457 l 1\n 596 468 597 480 597 491 c 0\n 597 588 551 650 464 650 c 0\n 303 650 186 391 186 214 c 0\n 186 135 212 90 242 66 c 1\n 282 203 314 317 314 343 c 0\n 314 368 296 369 260 370 c 1\n 260 397 l 1\n 362 406 393 408 460 425 c 1\n 404 247 l 1\n 409 245 l 1\n 439 305 498 425 564 425 c 0\n 568 425 622 425 622 359 c 0\n 622 313 594 286 563 286 c 0\n 528 286 517 324 503 324 c 0\n 475 324 422 224 401 171 c 0\n 382 124 372 86 357 36 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: franc\nEncoding: 8355 8355 1244\nWidth: 667\nFlags: W\nHStem: 0 25<264.333 282> 218.926 32.0742<257.125 283.271> 392.925 32.0746<304.125 330.231> 393 276<295.125 329.203> 637 32<403 435> 644 25<127 134.75>\nVStem: -13 295<1 25>\nDStem: 190 546 350 593 67 97 304 425 190 546 530 527 67 97 409 80 190 546 295 393 67 97 257 251 190 546 530 527 67 97 409 80 190 546 248 219 67 97 226 137\nFore\n432 316 m 1\n 429 370 399 393 295 393 c 1\n 257 251 l 1\n 372 251 402 265 432 316 c 1\n530 527 m 1\n 409 80 l 1\n 381 85 l 1\n 384 103 385 114 385 125 c 0\n 385 193 359 219 248 219 c 1\n 226 137 l 2\n 222 121 211 91 211 70 c 0\n 211 38 229 28 282 25 c 1\n 282 0 l 1\n -13 0 l 1\n -13 25 l 1\n 27 32 50 35 67 97 c 2\n 190 546 l 2\n 192 554 200 587 200 602 c 0\n 200 634 189 636 127 644 c 1\n 127 669 l 1\n 660 669 l 1\n 617 479 l 1\n 590 484 l 1\n 590 552 590 637 409 637 c 0\n 370 637 359 625 350 593 c 2\n 304 425 l 1\n 446 425 458 447 502 531 c 1\n 530 527 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: lira\nEncoding: 8356 8356 1245\nWidth: 500\nFlags: W\nHStem: -12 104<278 312> -11 30<44 64> 120 42<46 61> 250 60<35 134 270 374> 370 60<55 150 293 394> 649 33.045<381 386>\nVStem: -32 30<66 75> 403 107<591 627>\nDStem: 55 430 281 370 45 370 274 334\nFore\n151 370 m 1\n 45 370 l 1\n 55 430 l 1\n 163 430 l 1\n 224 674 366 683 399 683 c 0\n 450 683 510 656 510 591 c 0\n 510 547 477 524 449 524 c 0\n 428 524 396 539 396 575 c 0\n 396 596 403 616 403 627 c 0\n 403 642 392 649 380 649 c 0\n 349 649 328 621 319 572 c 1\n 292 430 l 1\n 404 430 l 1\n 394 370 l 1\n 281 370 l 1\n 274 334 l 1\n 272 326 271 318 269 310 c 1\n 384 310 l 1\n 374 250 l 1\n 252 250 l 1\n 237 205 219 163 205 141 c 2\n 194 124 l 1\n 209 118 274 92 312 92 c 0\n 381 92 393 119 409 155 c 1\n 434 155 l 1\n 416 57 370 -12 278 -12 c 0\n 233 -12 188 20 156 49 c 1\n 141 25 118 -11 55 -11 c 0\n 4 -11 -32 28 -32 73 c 0\n -32 132 14 162 60 162 c 0\n 92 162 106 156 125 148 c 1\n 128 173 132 211 135 250 c 1\n 25 250 l 1\n 35 310 l 1\n 142 310 l 1\n 143 322 144 333 146 343 c 0\n 147 351 149 360 151 370 c 1\n-2 67 m 0\n -2 33 32 19 54 19 c 0\n 91 19 107 57 113 90 c 1\n 100 102 79 120 49 120 c 0\n 29 120 -2 111 -2 67 c 0\nEndSplineSet\nEndChar\nStartChar: uni20A5\nEncoding: 8357 8357 1246\nWidth: 778\nFlags: W\nHStem: 0 21G<-14 107> 657 20G<468 558>\nVStem: 583 121<366 383>\nDStem: 243 0 333 0 175 -204 265 -204 468 677 558 677 397 462 432 299\nFore\n333 0 m 1\n 265 -204 l 1\n 175 -204 l 1\n 243 0 l 1\n 227 0 l 1\n 304 249 337 337 337 365 c 0\n 337 384 325 389 318 389 c 128\n 311 389 200 364 107 0 c 1\n -14 0 l 1\n 43 209 88 348 88 381 c 0\n 88 410 49 408 34 407 c 1\n 34 434 l 1\n 140 443 165 445 234 461 c 1\n 174 275 l 1\n 177 273 l 1\n 235 362 300 462 389 462 c 0\n 390 462 393 462 397 462 c 1\n 468 677 l 1\n 558 677 l 1\n 432 299 l 1\n 433 297 l 1\n 484 378 543 462 625 462 c 0\n 680 462 704 427 704 383 c 0\n 704 317 615 113 615 74 c 0\n 615 62 626 59 632 59 c 0\n 651 59 683 109 700 135 c 1\n 722 122 l 1\n 691 69 645 -9 565 -9 c 0\n 548 -9 495 -9 495 56 c 0\n 495 129 583 342 583 366 c 0\n 583 378 575 389 559 389 c 0\n 517 389 464 302 448 273 c 0\n 411 209 397 164 347 0 c 1\n 333 0 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni20A6\nEncoding: 8358 8358 1247\nWidth: 722\nFlags: W\nHStem: 0 25<168.333 181> 265 46<19 98 157 321 494 537 596 665> 381 46<54 132 189 267 440 569 629 699> 381 288<268 290 619 628> 644 25<111 121.6 539 551.667>\nVStem: -27 208<1 25> 18 648<265 311> 53 647<381 427> 539 209<644 668>\nDStem: 99 265 143 265 74 178 119 178 133 381 175 381 113 311 156 311 194 589 218 534 147 427 188 427 218 534 306 669 268 427 418 427 344 265 493 265 475 -15 521 204 538 265 582 265 521 204 503 -15 570 381 615 381 551 311 595 311 601 491 646 491 583 427 628 427\nFore\n99 265 m 1\n 18 265 l 1\n 18 311 l 1\n 113 311 l 1\n 133 381 l 1\n 53 381 l 1\n 53 427 l 1\n 147 427 l 1\n 194 589 l 1\n 175 633 164 639 111 644 c 1\n 111 669 l 1\n 306 669 l 1\n 418 427 l 1\n 583 427 l 1\n 601 491 l 2\n 607 512 619 560 619 583 c 0\n 619 636 577 641 539 644 c 1\n 539 669 l 1\n 748 669 l 1\n 748 644 l 1\n 695 631 685 629 646 491 c 2\n 628 427 l 1\n 700 427 l 1\n 700 381 l 1\n 615 381 l 1\n 595 311 l 1\n 666 311 l 1\n 666 265 l 1\n 582 265 l 1\n 503 -15 l 1\n 475 -15 l 1\n 344 265 l 1\n 143 265 l 1\n 119 178 l 2\n 113 157 101 109 101 86 c 0\n 101 33 143 28 181 25 c 1\n 181 0 l 1\n -27 0 l 1\n -27 25 l 1\n 23 37 34 39 74 178 c 2\n 99 265 l 1\n175 381 m 1\n 156 311 l 1\n 322 311 l 1\n 290 381 l 1\n 175 381 l 1\n188 427 m 1\n 268 427 l 1\n 218 534 l 1\n 188 427 l 1\n439 381 m 1\n 472 311 l 1\n 551 311 l 1\n 570 381 l 1\n 439 381 l 1\n493 265 m 1\n 521 204 l 1\n 538 265 l 1\n 493 265 l 1\nEndSplineSet\nEndChar\nStartChar: peseta\nEncoding: 8359 8359 1248\nWidth: 705\nFlags: W\nHStem: 0 25<241.5 267> 317.893 34.1072<306 332> 459 46<40 151 310 452 613 706> 637 32<373 389> 644 25<113 120.75>\nVStem: -27 294<1 25> 467 146<512 541>\nDStem: 152 459 297 459 53 97 269 354 152 459 259 322 53 97 205 123\nFore\n309 505 m 1\n 464 505 l 1\n 466 520 467 532 467 541 c 0\n 467 562 467 637 382 637 c 0\n 343 637 339 614 333 593 c 2\n 309 505 l 1\n297 459 m 1\n 269 354 l 1\n 283 353 294 352 307 352 c 0\n 382 352 406 375 423 397 c 0\n 437 414 446 436 453 459 c 1\n 297 459 l 1\n165 505 m 1\n 176 546 l 2\n 178 554 186 587 186 602 c 0\n 186 634 175 636 113 644 c 1\n 113 669 l 1\n 400 669 l 2\n 506 669 613 638 613 512 c 0\n 613 510 613 507 613 505 c 1\n 707 505 l 1\n 707 459 l 1\n 605 459 l 1\n 576 366 467 317 352 317 c 0\n 311 317 296 318 259 322 c 1\n 205 123 l 1\n 200 106 195 75 195 68 c 0\n 195 34 216 27 267 25 c 1\n 267 0 l 1\n -27 0 l 1\n -27 25 l 1\n 13 32 36 35 53 97 c 2\n 152 459 l 1\n 39 459 l 1\n 39 505 l 1\n 165 505 l 1\nEndSplineSet\nMinimumDistance: x17,19 x17,18 \nEndChar\nStartChar: uni20A9\nEncoding: 8361 8361 1249\nWidth: 889\nFlags: W\nHStem: 265 46<19 175 318 339 406 500 642 663 730 881> 381 46<54 159 305 395 462 486 629 718 787 915> 644 25<332.5 342 657.5 669 753 767>\nVStem: 65 277<645 668> 400 269<645 668> 471 135<537 586> 753 187<645 668>\nDStem: 142 561 282 575 160 427 299 427 166 381 304 381 176 311 312 311 182 265 317 265 220 -18 321 229 340 265 384 265 323 229 249 -18 396 381 439 381 362 311 405 311 471 537 480 468 418 427 461 427 482 468 612 521 487 427 623 427 493 381 628 381 501 311 636 311 507 265 641 265 541 -18 645 229 664 265 707 265 647 229 570 -18 719 381 763 381 686 311 729 311 801 553 856 572 741 427 786 427\nFore\n182 265 m 1\n 18 265 l 1\n 18 311 l 1\n 176 311 l 1\n 166 381 l 1\n 53 381 l 1\n 53 427 l 1\n 160 427 l 1\n 142 561 l 1\n 132 633 128 634 65 645 c 1\n 65 669 l 1\n 342 669 l 1\n 342 644 l 1\n 304 640 275 633 282 575 c 1\n 299 427 l 1\n 418 427 l 1\n 471 537 l 1\n 471 634 450 637 400 645 c 1\n 400 669 l 1\n 669 669 l 1\n 669 644 l 1\n 623 640 606 634 606 586 c 0\n 606 573 606 573 612 521 c 2\n 623 427 l 1\n 741 427 l 1\n 801 553 l 2\n 816 584 816 587 816 604 c 0\n 816 640 795 641 753 644 c 1\n 753 669 l 1\n 940 669 l 1\n 940 645 l 1\n 909 640 887 637 856 572 c 2\n 786 427 l 1\n 916 427 l 1\n 916 381 l 1\n 763 381 l 1\n 729 311 l 1\n 882 311 l 1\n 882 265 l 1\n 707 265 l 1\n 570 -18 l 1\n 541 -18 l 1\n 507 265 l 1\n 384 265 l 1\n 249 -18 l 1\n 220 -18 l 1\n 182 265 l 1\n501 311 m 1\n 493 381 l 1\n 439 381 l 1\n 405 311 l 1\n 501 311 l 1\n487 427 m 1\n 482 468 l 1\n 480 468 l 1\n 461 427 l 1\n 487 427 l 1\n686 311 m 1\n 719 381 l 1\n 628 381 l 1\n 636 311 l 1\n 686 311 l 1\n641 265 m 1\n 645 229 l 1\n 647 229 l 1\n 664 265 l 1\n 641 265 l 1\n362 311 m 1\n 396 381 l 1\n 304 381 l 1\n 312 311 l 1\n 362 311 l 1\n317 265 m 1\n 321 229 l 1\n 323 229 l 1\n 340 265 l 1\n 317 265 l 1\nEndSplineSet\nEndChar\nStartChar: Euro\nEncoding: 8364 8364 1250\nWidth: 500\nFlags: W\nHStem: -4.99844 41.9984<323 361> 256 50<86 130 261 362> 359 50<116 146 290 442> 486 178<613 617> 649 40<494 502>\nVStem: 130.633 118.356<194 244>\nFore\n289 409 m 1\n 475 409 l 1\n 442 359 l 1\n 275 359 l 1\n 270 346 264 324 260 306 c 1\n 395 306 l 1\n 362 256 l 1\n 253 256 l 1\n 250 234 248 213 248 194 c 0\n 248 94 289 37 361 37 c 0\n 426 37 481 68 529 133 c 1\n 516 91 l 1\n 473 28 407 -5 323 -5 c 0\n 202 -5 130 87 130 244 c 1\n 130 244 130 251 131 256 c 1\n 53 256 l 1\n 86 306 l 1\n 134 306 l 1\n 137 324 141 340 147 359 c 1\n 83 359 l 1\n 116 409 l 1\n 161 409 l 1\n 219 567 364 689 495 689 c 0\n 524 689 537 686 587 670 c 0\n 597 666 607 664 614 664 c 0\n 628 664 638 671 647 688 c 1\n 666 688 l 1\n 617 486 l 1\n 598 486 l 1\n 598 498 l 2\n 598 589 559 649 500 649 c 0\n 428 649 347 557 289 409 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii61352\nEncoding: 8470 8470 1251\nWidth: 981\nFlags: W\nHStem: -25 114<78 94> 157 20<775 782> 422 19.9682<845.164 854.984> 567 114<798 814> 650.368 25.6319<269 270>\nVStem: 670 81.0036<212 246>\nDStem: 327.666 579 357.167 526 197.994 105 233.514 74 357.167 526 480.202 676 517.345 -18 587.793 298\nFore\n233.514 74 m 2\n 219.935 23.96 159.43 -25 89.4297 -25 c 0\n 37.4199 -25 3.98633 -12 17.1182 36 c 0\n 26.1455 69 52.6172 89 87.6172 89 c 0\n 161.617 89 134.146 69 165.146 69 c 0\n 188.146 69 197.994 105 197.994 105 c 1\n 327.666 579 l 1\n 295.259 636 282.362 651 262.362 651 c 1\n 269.202 676 l 1\n 480.202 676 l 1\n 587.793 298 l 1\n 587.793 298 632.111 460 665.486 582 c 1\n 677.165 632 739.57 681 809.57 681 c 0\n 861.58 681 895.014 668 881.882 620 c 0\n 872.854 587 846.383 567 811.383 567 c 0\n 737.383 567 764.854 587 733.854 587 c 0\n 710.854 587 701.006 551 701.006 551 c 1\n 545.345 -18 l 1\n 517.345 -18 l 1\n 357.167 526 l 1\n 233.514 74 l 2\nEndSplineSet\nMinimumDistance: x10,-1 \nRef: 186 186 N 1 0 0 1 614 -243\nRef: 95 95 N 0.582 0 0.273569 1 637.357 125\nEndChar\nStartChar: uni2117\nEncoding: 8471 8471 1252\nWidth: 747\nFlags: W\nHStem: -19 52<362 394> 153 18<239 254.667 395.333 411> 320 22<366 411> 510 22<366 413> 514 18<239 262.5> 639 52<362 394>\nVStem: 26 71<317 349> 285 80<189.954 320 343 493> 462 85<413 433> 650 71<317 349>\nFore\n374 -19 m 0\n 176 -19 26 137 26 335 c 0\n 26 534 176 691 374 691 c 128\n 572 691 721 534 721 335 c 0\n 721 137 572 -19 374 -19 c 0\n374 33 m 0\n 530 33 650 171 650 335 c 0\n 650 500 531 639 374 639 c 128\n 217 639 97 500 97 335 c 0\n 97 171 217 33 374 33 c 0\n547 423 m 0\n 547 355 494 320 432 320 c 2\n 365 320 l 1\n 365 215 l 2\n 365 178 364 174 411 171 c 1\n 411 153 l 1\n 239 153 l 1\n 239 171 l 1\n 286 174 285 178 285 215 c 2\n 285 470 l 2\n 285 508 286 512 239 514 c 1\n 239 532 l 1\n 432 532 l 2\n 494 532 547 494 547 423 c 0\n365 510 m 1\n 365 342 l 1\n 400 342 l 2\n 447 342 462 385 462 431 c 0\n 462 490 437 510 401 510 c 2\n 365 510 l 1\nEndSplineSet\nMinimumDistance: x3,-1 y20,10 x10,20 x10,9 \nEndChar\nStartChar: trademark\nEncoding: 8482 8482 1253\nWidth: 1000\nFlags: W\nHStem: 265 404<168 246 495 522 859 912> 647 22<112 167 247 304>\nVStem: 168 78<311 646> 495 27<337 568> 834 78<311 570>\nDStem: 522 569 552 669 670 263 702 367 859 669 834 571 702 367 681 263\nFore\n246 647 m 1\n 246 338 l 2\n 246 291 246 291 296 286 c 1\n 296 265 l 1\n 118 265 l 1\n 118 286 l 1\n 168 291 168 291 168 338 c 2\n 168 647 l 1\n 119 647 l 2\n 84 647 65 628 53 581 c 1\n 32 581 l 1\n 32 669 l 1\n 382 669 l 1\n 382 581 l 1\n 361 581 l 1\n 349 628 330 647 295 647 c 2\n 246 647 l 1\n670 263 m 1\n 522 569 l 1\n 522 353 l 2\n 522 302 531 291 574 286 c 1\n 574 265 l 1\n 443 265 l 1\n 443 286 l 1\n 486 291 495 302 495 353 c 2\n 495 597 l 1\n 481 628 456 647 425 649 c 1\n 425 669 l 1\n 552 669 l 1\n 702 367 l 1\n 859 669 l 1\n 968 669 l 1\n 968 649 l 1\n 925 645 912 633 912 595 c 2\n 912 338 l 2\n 912 291 912 291 962 286 c 1\n 962 265 l 1\n 784 265 l 1\n 784 286 l 1\n 834 291 834 291 834 338 c 2\n 834 571 l 1\n 681 263 l 1\n 670 263 l 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: uni2123\nEncoding: 8483 8483 1254\nWidth: 667\nFlags: W\nHStem: 644 25<65 95 351 363 523 534.75>\nVStem: 65 298<644 668> 523 192<644 668>\nDStem: 155 491 288 583 219 59 317 354 155 491 330 257 219 59 339 185 219 59 239 -18 169 -93 214 -93 247 782 247 826 438 719 491 745 431 697 475 697 317 354 330 257 438 719 491 745 431 697 475 697 529 484 656 604 341 185 263 -18\nFore\n330 257 m 1\n 339 185 l 1\n 341 185 l 1\n 529 484 l 2\n 546 510 588 582 588 608 c 0\n 588 639 570 640 523 644 c 1\n 523 669 l 1\n 715 669 l 1\n 715 644 l 1\n 678 633 662 613 656 604 c 2\n 263 -18 l 1\n 239 -18 l 1\n 214 -93 l 1\n 169 -93 l 1\n 219 59 l 1\n 155 491 l 1\n 133 642 125 642 65 644 c 1\n 65 669 l 1\n 363 669 l 1\n 363 644 l 1\n 303 639 281 637 288 583 c 1\n 317 354 l 1\n 431 697 l 1\n 438 719 l 1\n 247 782 l 1\n 247 826 l 1\n 491 745 l 1\n 475 697 l 1\n 330 257 l 1\nEndSplineSet\nEndChar\nStartChar: estimated\nEncoding: 8494 8494 1255\nWidth: 551\nFlags: W\nHStem: -10 69<278 324> 285 33<174 368> 436 37<260 279>\nVStem: 36 137<232 285>\nFore\n510 165 m 1\n 482 64 388 -10 278 -10 c 0\n 144 -10 36 98 36 232 c 0\n 36 365 144 473 278 473 c 0\n 394 473 490 392 514 285 c 1\n 173 285 l 1\n 173 109 242 59 324 59 c 0\n 433 59 476 130 490 174 c 1\n 510 165 l 1\n268 436 m 0\n 221 436 173 381 173 318 c 1\n 369 318 l 1\n 368 381 319 436 268 436 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2132\nEncoding: 8498 8498 1256\nWidth: 667\nFlags: W\nHStem: 1 25<527.25 535> 1 32<221 258> 1 331<346.996 382> 300 32.6461<354 372> 645 25<380 397.667>\nVStem: 380 295<645 669>\nDStem: 221 471 595 573 147 198 472 124 373 300 595 573 312 77 472 124 436 533 595 573 382 332 472 124\nFore\n147 198 m 1\n 221 471 l 1\n 249 466 l 1\n 246 448 245 437 245 426 c 0\n 245 358 271 332 382 332 c 1\n 436 533 l 1\n 440 549 451 579 451 600 c 0\n 451 632 433 642 380 645 c 1\n 380 670 l 1\n 675 670 l 1\n 675 645 l 1\n 635 638 612 635 595 573 c 2\n 472 124 l 2\n 470 116 462 83 462 68 c 0\n 462 36 473 34 535 26 c 1\n 535 1 l 1\n 2 1 l 1\n 45 191 l 1\n 72 186 l 1\n 72 118 72 33 253 33 c 0\n 292 33 303 45 312 77 c 2\n 373 300 l 1\n 231 300 219 278 175 194 c 1\n 147 198 l 1\nEndSplineSet\nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 1257\nWidth: 494\nFlags: W\nHStem: -20 50<194 214> 347 63.9981<221 261> 676.186 66.7142<194 222>\nVStem: 16.0891 107.568<153 178> 368.048 103.952<399 440>\nFore\n104 643 m 1\n 49 710 l 1\n 122 736 151 743 194 743 c 0\n 351 743 472 593 472 399 c 0\n 472 261 434 124 375 55 c 0\n 334 6 277 -20 213 -20 c 0\n 104 -20 16 69 16 178 c 0\n 16 244 44 310 93 358 c 0\n 129 394 171 411 221 411 c 128\n 271 411 307 397 364 355 c 1\n 368 389 369 413 369 440 c 0\n 369 548 338 629 284 661 c 0\n 267 671 243 677 222 677 c 0\n 182 677 158 670 104 643 c 1\n355 300 m 1\n 348 307 l 2\n 318 335 292 347 261 347 c 0\n 185 347 123 260 123 153 c 0\n 123 76 152 30 202 30 c 0\n 238 30 273 54 299 96 c 0\n 325 140 339 190 355 300 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Delta\nEncoding: 8710 8710 1258\nWidth: 612\nFlags: W\nHStem: 0 51<78 478>\nDStem: 290 509 327 688 479 51 608 0 327 688 290 509 6 0 77 51\nFore\n6 0 m 1\n 327 688 l 1\n 608 0 l 1\n 6 0 l 1\n77 51 m 1\n 479 51 l 1\n 290 509 l 1\n 77 51 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: summation\nEncoding: 8721 8721 1259\nWidth: 713\nFlags: W\nHStem: -123 112<164 526> 711 41<177 478>\nDStem: 23 752 176 711 256 285 364 341 256 285 364 341 14 -123 163 -11\nFore\n176 711 m 1\n 364 341 l 1\n 163 -11 l 1\n 491 -11 l 2\n 607 -11 636 5 669 87 c 1\n 695 87 l 1\n 641 -123 l 1\n 14 -123 l 1\n 256 285 l 1\n 23 752 l 1\n 622 752 l 1\n 632 587 l 1\n 606 587 l 1\n 587 690 559 711 444 711 c 2\n 176 711 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: minus\nEncoding: 8722 8722 1260\nWidth: 606\nFlags: W\nHStem: 209 88<52 554>\nVStem: 51 504<210 296>\nFore\n555 209 m 1\n 51 209 l 1\n 51 297 l 1\n 555 297 l 1\n 555 209 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: radical\nEncoding: 8730 8730 1261\nWidth: 549\nFlags: W\nDStem: 111 434 165 547 340 -35 341 191 458 916 535 905 341 191 383 -35\nFore\n340 -35 m 1\n 111 434 l 1\n 16 387 l 1\n -17 458 l 1\n 165 547 l 1\n 341 191 l 1\n 458 916 l 1\n 535 905 l 1\n 383 -35 l 1\n 340 -35 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: infinity\nEncoding: 8734 8734 1262\nWidth: 752\nFlags: W\nHStem: 42.4498 121.166<496.371 525.473> 53.7643 128.456<115.671 143.381> 317 139<578 603> 322.6 118.941<194.244 219.799>\nFore\n370.406 192 m 1\n 284.323 93 218.381 53 143.381 53 c 0\n 38.3809 53 -10.0078 132 26.9238 267 c 0\n 59.4785 386 130.799 442 219.799 442 c 0\n 283.799 442 313.856 402 321.594 306 c 1\n 418.865 413 492.629 456 579.629 456 c 0\n 699.629 456 759.658 383 721.632 244 c 0\n 686.889 117 598.371 42 496.371 42 c 0\n 452.371 42 418.475 57 398.408 86 c 0\n 380.521 112 373.813 135 370.406 192 c 1\n297.027 282 m 1\n 279.046 304 241.244 323 194.244 323 c 0\n 116.244 323 67.9609 311 52.6416 255 c 0\n 39.7832 208 68.6709 182 115.671 182 c 0\n 171.671 182 216.595 200 297.027 282 c 1\n394.425 214 m 1\n 426.766 186 470.473 163 525.473 163 c 0\n 614.473 163 674.586 189 691.273 250 c 0\n 706.046 304 668.603 317 601.603 317 c 0\n 527.603 317 468.857 296 394.425 214 c 1\nEndSplineSet\nEndChar\nStartChar: notequal\nEncoding: 8800 8800 1263\nWidth: 570\nFlags: W\nHStem: 107 88<34 161 306 536> 311 88<34 264 409 536>\nVStem: 33 504<107 195 311 399>\nDStem: 162 107 261 107 122 26 200 -13 265 311 363 311 207 195 305 195 370 519 448 480 309 399 408 399\nFore\n363 311 m 1\n 305 195 l 1\n 537 195 l 1\n 537 107 l 1\n 261 107 l 1\n 200 -13 l 1\n 122 26 l 1\n 162 107 l 1\n 33 107 l 1\n 33 195 l 1\n 207 195 l 1\n 265 311 l 1\n 33 311 l 1\n 33 399 l 1\n 309 399 l 1\n 370 519 l 1\n 448 480 l 1\n 408 399 l 1\n 537 399 l 1\n 537 311 l 1\n 363 311 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 1264\nWidth: 570\nFlags: W\nHStem: 0 88<32 538>\nVStem: 31 508<1 87>\nDStem: 31 335 154 377 539 112 539 208 539 642 539 546 31 419 154 377\nFore\n539 112 m 1\n 31 335 l 1\n 31 419 l 1\n 539 642 l 1\n 539 546 l 1\n 154 377 l 1\n 539 208 l 1\n 539 112 l 1\n539 0 m 1\n 31 0 l 1\n 31 88 l 1\n 539 88 l 1\n 539 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 1265\nWidth: 570\nFlags: W\nHStem: 0 88<32 538>\nVStem: 31 508<1 87>\nDStem: 31 546 31 642 416 377 539 419 416 377 539 335 31 208 31 112\nFore\n31 112 m 1\n 31 208 l 1\n 416 377 l 1\n 31 546 l 1\n 31 642 l 1\n 539 419 l 1\n 539 335 l 1\n 31 112 l 1\n31 0 m 1\n 31 88 l 1\n 539 88 l 1\n 539 0 l 1\n 31 0 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 1266\nWidth: 494\nFlags: W\nHStem: 0 21G<209 269>\nDStem: 18 377 118 376 209 0 240 132 214 740 244 611 18 377 118 376 244 611 277 740 365 374 466 374 365 374 466 374 240 132 269 0\nFore\n209 0 m 1\n 18 377 l 1\n 214 740 l 1\n 277 740 l 1\n 466 374 l 1\n 269 0 l 1\n 209 0 l 1\n240 132 m 1\n 365 374 l 1\n 244 611 l 1\n 118 376 l 1\n 240 132 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uniF639\nEncoding: 63033 63033 1267\nWidth: 500\nFlags: HW\nRef: 48 48 N 1 0 0 1 0 0\nKernsSLIF: 63039 -12 1 0 63196 -50 1 0 63036 -1 1 0\nEndChar\nStartChar: uniF63A\nEncoding: 63034 63034 1268\nWidth: 500\nFlags: HW\nRef: 50 50 N 1 0 0 1 0 0\nKernsSLIF: 63039 -27 1 0 63196 -48 1 0 63036 -8 1 0\nEndChar\nStartChar: uniF63B\nEncoding: 63035 63035 1269\nWidth: 500\nFlags: HW\nRef: 51 51 N 1 0 0 1 0 0\nKernsSLIF: 63039 -27 1 0 63196 -67 1 0 63036 -15 1 0\nEndChar\nStartChar: uniF63C\nEncoding: 63036 63036 1270\nWidth: 500\nFlags: HW\nRef: 52 52 N 1 0 0 1 0 0\nKernsSLIF: 63039 -21 1 0 63196 -50 1 0 63036 1 1 0\nEndChar\nStartChar: uniF63D\nEncoding: 63037 63037 1271\nWidth: 500\nFlags: HW\nRef: 53 53 N 1 0 0 1 0 0\nKernsSLIF: 63039 -37 1 0 63196 -56 1 0 63036 -13 1 0\nEndChar\nStartChar: uniF63E\nEncoding: 63038 63038 1272\nWidth: 500\nFlags: HW\nRef: 54 54 N 1 0 0 1 0 0\nKernsSLIF: 63039 -32 1 0 63196 -52 1 0 63036 2 1 0\nEndChar\nStartChar: uniF63F\nEncoding: 63039 63039 1273\nWidth: 500\nFlags: HW\nRef: 55 55 N 1 0 0 1 0 0\nKernsSLIF: 63034 -30 1 0 63035 -42 1 0 63038 -60 1 0 63039 -27 1 0 46 -81 1 0 63196 -43 1 0 63036 -79 1 0 63037 -60 1 0 63040 -46 1 0 44 -80 1 0 58 -90 1 0\nEndChar\nStartChar: uniF640\nEncoding: 63040 63040 1274\nWidth: 500\nFlags: HW\nRef: 56 56 N 1 0 0 1 0 0\nKernsSLIF: 63039 -13 1 0 63196 -52 1 0 63036 -4 1 0\nEndChar\nStartChar: uniF641\nEncoding: 63041 63041 1275\nWidth: 500\nFlags: HW\nRef: 57 57 N 1 0 0 1 0 0\nKernsSLIF: 63039 -12 1 0 63196 -67 1 0 63036 -18 1 0\nEndChar\nStartChar: dotlessj\nEncoding: 63166 63166 1276\nWidth: 278\nFlags: W\nHStem: -207 31<-90 -76> 407 27<31 42.2>\nVStem: -189 98<-132 -124>\nDStem: 81 310 239 462 -11 -45 125 24\nFore\n31 407 m 1\n 31 434 l 1\n 143 444 180 449 239 462 c 1\n 125 24 l 2\n 85 -131 16 -207 -84 -207 c 0\n -146 -207 -189 -176 -189 -130 c 0\n -189 -101 -166 -77 -140 -77 c 0\n -113 -77 -91 -99 -91 -126 c 0\n -91 -137 -93 -142 -104 -158 c 0\n -105 -160 -106 -162 -106 -164 c 0\n -106 -169 -93 -176 -82 -176 c 0\n -54 -176 -37 -145 -11 -45 c 2\n 81 310 l 1\n 88 339 93 364 93 376 c 0\n 93 402 81 407 31 407 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 1267\nWidth: 333\nFlags: W\nVStem: -10.3859 139.834<-128 -106>\nFore\n-42 -324 m 1\n -54 -303 l 1\n 17 -265 52 -230 52 -198 c 0\n 52 -185 45 -176 25 -163 c 0\n -2 -144 -11 -130 -11 -106 c 0\n -11 -68 16 -40 53 -40 c 0\n 99 -40 130 -75 130 -128 c 0\n 130 -201 62 -278 -42 -324 c 1\nEndSplineSet\nEndChar\nStartChar: onefitted\nEncoding: 63196 63196 1268\nWidth: 500\nFlags: HW\nRef: 49 49 N 1 0 0 1 0 0\nKernsSLIF: 63033 -48 1 0 63034 -32 1 0 63035 -43 1 0 63038 -62 1 0 63039 -65 1 0 46 -39 1 0 63196 -48 1 0 63041 -40 1 0 63036 -75 1 0 63037 -45 1 0 63040 -56 1 0 44 -38 1 0\nEndChar\nStartChar: ff\nEncoding: 64256 64256 1268\nWidth: 583\nFlags: W\nHStem: -205 34<-92 -86 176 178 183 183> -204.989 30.9889<179 182> 407 42<27 91 222 360 486 568> 669 29<593 599> 673 30<372 392>\nVStem: -188 100<-131 -119> 80 101<-129 -119> 595 100<607 620>\nDStem: 92 407 211 407 0 -4 117 22\nFore\n695 618 m 0\n 695 587 674 565 643 565 c 0\n 615 565 595 588 595 615 c 0\n 595 633 611 649 611 655 c 0\n 611 665 603 669 594 669 c 0\n 529 669 497 495 485 449 c 1\n 577 449 l 1\n 568 407 l 1\n 478 407 l 1\n 461 326 444 245 425 165 c 0\n 395 37 348 -205 177 -205 c 0\n 123 -205 80 -179 80 -121 c 0\n 80 -97 107 -72 131 -72 c 0\n 157 -72 181 -95 181 -121 c 0\n 181 -140 165 -157 165 -162 c 0\n 165 -171 174 -174 181 -174 c 0\n 245 -174 263 -30 273 15 c 0\n 302 146 329 277 361 407 c 1\n 211 407 l 1\n 117 22 l 2\n 93 -76 25 -205 -90 -205 c 0\n -134 -205 -188 -181 -188 -130 c 0\n -188 -101 -173 -73 -141 -73 c 0\n -112 -73 -88 -92 -88 -122 c 0\n -88 -147 -107 -149 -107 -162 c 0\n -107 -170 -93 -171 -89 -171 c 0\n -24 -171 -10 -50 0 -4 c 1\n 92 407 l 1\n 17 407 l 1\n 27 449 l 1\n 103 449 l 1\n 151 589 202 703 372 703 c 0\n 412 703 458 691 486 661 c 1\n 518 686 557 698 597 698 c 0\n 648 698 695 674 695 618 c 0\n414 656 m 0\n 414 670 401 673 389 673 c 0\n 272 673 245 539 221 449 c 1\n 370 449 l 1\n 381 488 393 529 411 565 c 1\n 399 575 392 590 392 605 c 0\n 392 634 414 645 414 656 c 0\nEndSplineSet\nLigature: 8 0 'liga' f f\nEndChar\nStartChar: fi\nEncoding: 64257 64257 1269\nWidth: 556\nFlags: W\nHStem: -205 34<-99 -86> 407 42<27 91 222 360> 673 29.9086<365 388>\nVStem: -188 100<-128 -120> 392 115<605 611>\nDStem: 361 407 494 459 292 138 421 176 361 407 421 176 292 138 420 172\nFore\n17 407 m 1\n 27 449 l 1\n 103 449 l 1\n 140 556 160 595 201 638 c 0\n 239 679 301 703 365 703 c 0\n 449 703 507 664 507 608 c 0\n 507 575 483 551 450 551 c 0\n 417 551 392 575 392 606 c 0\n 392 619 396 630 407 642 c 0\n 412 649 414 653 414 657 c 0\n 414 668 405 673 388 673 c 0\n 351 673 317 659 298 636 c 0\n 266 598 254 568 221 449 c 1\n 339 449 l 2\n 354 449 391 451 447 456 c 0\n 453 456 473 458 494 459 c 1\n 421 176 l 1\n 420 172 l 2\n 407 123 399 88 399 77 c 0\n 399 69 407 61 415 61 c 0\n 430 61 453 84 492 140 c 1\n 514 127 l 1\n 446 22 407 -9 347 -9 c 0\n 303 -9 276 15 276 57 c 0\n 276 73 278 84 292 138 c 2\n 361 407 l 1\n 211 407 l 1\n 117 22 l 1\n 104 -30 71 -99 40 -138 c 0\n 7 -180 -42 -205 -91 -205 c 0\n -147 -205 -188 -172 -188 -127 c 0\n -188 -95 -168 -73 -139 -73 c 0\n -110 -73 -88 -94 -88 -122 c 0\n -88 -133 -91 -139 -100 -149 c 0\n -105 -155 -107 -158 -107 -162 c 0\n -107 -168 -101 -171 -90 -171 c 0\n -46 -171 -31 -145 0 -4 c 1\n 92 407 l 1\n 17 407 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 1270\nWidth: 556\nFlags: W\nHStem: -205 35<-90 -74> 407 42<30 93 222 359> 675 29<354 374>\nVStem: -186 99<-125 -115>\nDStem: 360 407 553 701 281 86 402 99 402 568 553 701 372 449 402 99\nFore\n20 407 m 1\n 30 449 l 1\n 104 449 l 1\n 138 558 157 598 197 641 c 0\n 232 680 291 704 353 704 c 0\n 375 704 382 703 441 692 c 2\n 454 689 l 1\n 553 701 l 1\n 402 99 l 1\n 399 86 398 82 398 79 c 0\n 398 70 406 62 415 62 c 0\n 433 62 456 84 491 137 c 1\n 511 126 l 1\n 444 21 407 -9 348 -9 c 0\n 306 -9 276 15 276 49 c 0\n 276 60 278 73 281 86 c 2\n 360 407 l 1\n 213 407 l 1\n 134 81 l 2\n 88 -110 14 -205 -89 -205 c 0\n -147 -205 -186 -172 -186 -124 c 0\n -186 -91 -166 -71 -134 -71 c 0\n -106 -71 -87 -89 -87 -117 c 0\n -87 -127 -90 -134 -97 -145 c 0\n -101 -151 -103 -155 -103 -158 c 0\n -103 -165 -94 -170 -81 -170 c 0\n -46 -170 -31 -138 2 5 c 2\n 94 407 l 1\n 20 407 l 1\n372 449 m 1\n 402 568 l 1\n 388 579 381 591 381 607 c 0\n 381 620 385 628 399 649 c 0\n 401 652 402 655 402 656 c 0\n 402 666 384 675 366 675 c 0\n 333 675 302 654 278 616 c 0\n 257 581 242 539 221 449 c 1\n 372 449 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nLigature: 8 0 'liga' f l\nEndChar\nStartChar: ffi\nEncoding: 64259 64259 1271\nWidth: 824\nFlags: W\nHStem: -205 34<-92 -86 176 178 183 183> -204.989 30.9889<179 182> 407 42<27 91 222 360 486 628> 673 30<372 392 639 658>\nVStem: -188 100<-131 -119> 80 101<-129 -119> 659 115<604 611>\nDStem: 27 449 762 459 17 407 689 176 92 407 211 407 0 -4 117 22 629 407 762 459 560 138 689 176\nFore\n782 127 m 1\n 743 66 695 -9 614 -9 c 0\n 571 -9 544 15 544 58 c 0\n 544 84 553 113 560 138 c 1\n 629 407 l 1\n 478 407 l 1\n 461 326 444 245 425 165 c 0\n 395 37 348 -205 177 -205 c 0\n 123 -205 80 -179 80 -121 c 0\n 80 -97 107 -72 131 -72 c 0\n 157 -72 181 -95 181 -121 c 0\n 181 -140 165 -157 165 -162 c 0\n 165 -171 174 -174 181 -174 c 0\n 245 -174 263 -30 273 15 c 0\n 302 146 329 277 361 407 c 1\n 211 407 l 1\n 117 22 l 2\n 93 -76 25 -205 -90 -205 c 0\n -134 -205 -188 -181 -188 -130 c 0\n -188 -101 -173 -73 -141 -73 c 0\n -112 -73 -88 -92 -88 -122 c 0\n -88 -147 -107 -149 -107 -162 c 0\n -107 -170 -93 -171 -89 -171 c 0\n -24 -171 -10 -50 0 -4 c 1\n 92 407 l 1\n 17 407 l 1\n 27 449 l 1\n 103 449 l 1\n 151 589 202 703 372 703 c 0\n 413 703 462 691 489 657 c 1\n 532 690 585 703 639 703 c 0\n 695 703 774 676 774 608 c 0\n 774 575 750 551 717 551 c 0\n 686 551 659 573 659 605 c 0\n 659 634 681 645 681 656 c 0\n 681 670 669 673 656 673 c 0\n 539 673 511 539 485 449 c 1\n 607 449 l 2\n 659 449 710 456 762 459 c 1\n 689 176 l 2\n 682 148 667 107 667 79 c 0\n 667 71 675 61 683 61 c 0\n 705 61 748 122 760 140 c 1\n 782 127 l 1\n414 562 m 1\n 400 572 392 588 392 605 c 0\n 392 634 414 645 414 656 c 0\n 414 670 401 673 389 673 c 0\n 272 673 245 539 221 449 c 1\n 370 449 l 1\n 383 487 396 526 414 562 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nLigature: 8 0 'liga' f f i\nLigature: 8 0 'liga' ff i\nEndChar\nStartChar: ffl\nEncoding: 64260 64260 1272\nWidth: 821\nFlags: W\nHStem: -205 34<-92 -86 177 189> 407 42<27 91 222 360 489 626> 673 30<372 392 626 641>\nVStem: -188 81<-162 -130> -188 100<-130 -118> 81 99<-125 -115>\nDStem: 92 407 211 407 0 -4 117 22 361 407 480 407 269 5 401 81\nFore\n820 701 m 1\n 803 633 665 110 665 78 c 0\n 665 69 674 62 683 62 c 0\n 708 62 745 117 758 137 c 1\n 778 126 l 1\n 740 67 695 -9 615 -9 c 0\n 579 -9 543 10 543 50 c 0\n 543 105 610 339 627 407 c 1\n 480 407 l 1\n 401 81 l 1\n 374 -32 318 -205 175 -205 c 0\n 126 -205 81 -177 81 -123 c 0\n 81 -90 102 -71 134 -71 c 0\n 161 -71 180 -90 180 -117 c 0\n 180 -138 164 -147 164 -158 c 0\n 164 -169 180 -170 187 -170 c 0\n 240 -170 261 -32 269 5 c 1\n 361 407 l 1\n 211 407 l 1\n 117 22 l 2\n 93 -76 25 -205 -90 -205 c 0\n -134 -205 -188 -181 -188 -130 c 0\n -188 -101 -173 -73 -141 -73 c 0\n -112 -73 -88 -92 -88 -122 c 0\n -88 -146 -107 -149 -107 -162 c 0\n -107 -170 -93 -171 -89 -171 c 0\n -24 -171 -10 -50 0 -4 c 1\n 92 407 l 1\n 17 407 l 1\n 27 449 l 1\n 103 449 l 1\n 151 589 202 703 372 703 c 0\n 412 703 458 691 486 661 c 1\n 526 692 577 704 627 704 c 0\n 658 704 691 696 721 689 c 1\n 820 701 l 1\n669 568 m 1\n 655 578 648 592 648 609 c 0\n 648 631 669 649 669 656 c 0\n 669 669 644 675 635 675 c 0\n 537 675 505 523 488 449 c 1\n 639 449 l 1\n 669 568 l 1\n414 656 m 0\n 414 670 401 673 389 673 c 0\n 272 673 245 539 221 449 c 1\n 371 449 l 1\n 383 488 395 527 413 563 c 1\n 400 573 392 589 392 605 c 0\n 392 634 414 645 414 656 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nLigature: 8 0 'liga' f f l\nLigature: 8 0 'liga' ff l\nEndChar\nStartChar: uniFB06\nEncoding: 64262 64262 1273\nWidth: 662\nFlags: W\nHStem: -13 30<122 131> 407 42<595 665> 526 25<549 555> 716 24<237 253>\nVStem: 47 95<337 375> 101 22<579 595> 183 96<72 121> 413 253<417 420>\nFore\n666 407 m 1\n 583 407 l 1\n 567 349 496 120 496 76 c 0\n 496 69 504 61 511 61 c 0\n 536 61 575 121 588 141 c 1\n 610 127 l 1\n 573 69 524 -9 446 -9 c 0\n 403 -9 374 15 374 58 c 0\n 374 110 449 345 466 407 c 1\n 415 407 l 1\n 414 411 413 414 413 418 c 0\n 413 422 414 427 416 430 c 0\n 422 440 462 453 474 460 c 0\n 504 477 532 502 556 526 c 1\n 549 526 l 2\n 422 520 360 716 250 716 c 0\n 177 716 123 653 123 582 c 0\n 123 513 209 440 276 440 c 0\n 292 440 297 448 304 461 c 1\n 333 461 l 1\n 310 308 l 1\n 283 310 l 1\n 275 358 255 429 195 429 c 0\n 162 429 142 407 142 375 c 0\n 142 311 279 225 279 121 c 0\n 279 36 209 -13 129 -13 c 0\n 96 -13 67 7 37 7 c 0\n 26 7 12 -2 8 -13 c 1\n -19 -13 l 1\n 3 153 l 1\n 30 150 l 1\n 36 97 60 17 126 17 c 0\n 157 17 183 40 183 72 c 0\n 183 151 47 217 47 337 c 0\n 47 406 90 451 157 460 c 1\n 121 487 101 538 101 582 c 0\n 101 665 165 740 250 740 c 0\n 374 740 431 551 550 551 c 0\n 593 551 600 591 618 591 c 0\n 625 591 627 586 627 580 c 0\n 627 567 599 468 594 449 c 1\n 666 449 l 1\n 666 407 l 1\nEndSplineSet\nLigature: 8 0 'liga' s t\nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/FreeSerifItalic.sfd",
    "content": "SplineFontDB: 1.0\nFontName: FreeSerifItalic\nFullName: Free Serif Italic\nFamilyName: FreeSerif\nWeight: Medium\nCopyright: Copyleft 2002, 2003 Free Software Foundation.\nVersion: $Revision: 1.11 $\nItalicAngle: -15.5\nUnderlinePosition: -100\nUnderlineWidth: 50\nAscent: 800\nDescent: 200\nNeedsXUIDChange: 1\nFSType: 0\nPfmFamily: 17\nTTFWeight: 400\nTTFWidth: 5\nPanose: 2 2 6 3 5 4 5 9 3 4\nLineGap: 90\nVLineGap: 0\nScriptLang: 2\n 1 latn 1 dflt \n 1 DFLT 1 dflt \nLangName: 1033 \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"The use of this font is granted subject to GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"The quick brown fox jumps over the lazy dog.\" \nLangName: 1060 \"\" \"\" \"le+AX4A-e+AQ0A-e\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"Dovoljena je uporaba v skladu z licenco GNU General Public License.\" \"http://www.gnu.org/copyleft/gpl.html\" \"\" \"\" \"\" \"\" \"+AWAA-erif bo za vajo spet kuhal doma+AQ0A-e +AX4A-gance.\" \nEncoding: unicode\nDisplaySize: -36\nAntiAlias: 1\nFitToEm: 1\nWinInfo: 736 16 13\nBeginPrivate: 8\nUniqueID 7 5020937\nBlueValues 23 [-20 0 432 452 653 673]\nBlueScale 8 0.039625\nStdHW 4 [23]\nStdVW 4 [78]\nStemSnapH 206 [19 23 32 38 43 47 53 69] \nsystemdict /internaldict known\n{1183615869 systemdict /internaldict get exec\n/StemSnapLength 2 copy known { get 8 lt } { pop pop true } ifelse }\n{ true } ifelse { pop [23 32] } if\nStemSnapV 2 []\nForceBold 5 false\nEndPrivate\nBeginChars: 65536 1448\nStartChar: space\nEncoding: 32 32 0\nWidth: 250\nFlags: W\nEndChar\nStartChar: exclam\nEncoding: 33 33 1\nWidth: 333\nFlags: W\nHStem: -11 106<87 93>\nVStem: 39 106<37 45>\nFore\n137 177 m 1\n 120 181 l 1\n 161 370 168 407 192 551 c 0\n 206 634 225 667 262 667 c 0\n 288 667 302 649 302 616 c 0\n 302 587 292 555 264 493 c 0\n 217 391 194 332 137 177 c 1\n91 95 m 0\n 120 95 145 70 145 41 c 0\n 145 13 120 -11 90 -11 c 0\n 61 -11 39 12 39 43 c 0\n 39 70 64 95 91 95 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: quotedbl\nEncoding: 34 34 2\nWidth: 420\nFlags: W\nFore\n344 421 m 1\n 323 421 l 1\n 331 523 340 600 346 625 c 0\n 351 647 376 666 400 666 c 0\n 418 666 432 653 432 637 c 128\n 432 621 401 545 344 421 c 1\n165 421 m 1\n 144 421 l 1\n 152 523 161 600 167 625 c 0\n 172 647 197 666 222 666 c 0\n 239 666 253 653 253 637 c 128\n 253 621 223 547 165 421 c 1\nEndSplineSet\nEndChar\nStartChar: numbersign\nEncoding: 35 35 3\nWidth: 500\nFlags: W\nHStem: 0 21G<17 79 208 270> 213 54<13 96 180 287 371 454> 410 54<87 171 254 362 445 529>\nDStem: 97 213 158 213 17 0 79 0 172 410 233 410 118 267 179 267 272 676 333 676 192 464 253 464 288 213 349 213 208 0 270 0 363 410 424 410 309 267 370 267 463 676 524 676 383 464 444 464\nFore\n465 267 m 1\n 454 213 l 1\n 349 213 l 1\n 270 0 l 1\n 208 0 l 1\n 288 213 l 1\n 158 213 l 1\n 79 0 l 1\n 17 0 l 1\n 97 213 l 1\n 2 213 l 1\n 13 267 l 1\n 118 267 l 1\n 172 410 l 1\n 76 410 l 1\n 87 464 l 1\n 192 464 l 1\n 272 676 l 1\n 333 676 l 1\n 253 464 l 1\n 383 464 l 1\n 463 676 l 1\n 524 676 l 1\n 444 464 l 1\n 540 464 l 1\n 529 410 l 1\n 424 410 l 1\n 370 267 l 1\n 465 267 l 1\n363 410 m 1\n 233 410 l 1\n 179 267 l 1\n 309 267 l 1\n 363 410 l 1\nEndSplineSet\nEndChar\nStartChar: dollar\nEncoding: 36 36 4\nWidth: 500\nFlags: W\nHStem: 641 26.3615<303 335>\nVStem: 123.003 77.9966<513 538> 379.998 75.002<162 190>\nDStem: 181 2 215 0 159 -89 194 -89 258 329 289 306 189 32 221 25 336 641 369 633 282 420 313 396\nFore\n497 612 m 1\n 469 498 l 1\n 454 500 l 1\n 452 574 430 609 369 633 c 1\n 313 396 l 1\n 430 305 455 269 455 190 c 0\n 455 120 420 60 361 30 c 0\n 322 10 288 3 215 0 c 1\n 194 -89 l 1\n 159 -89 l 1\n 181 2 l 1\n 119 14 67 37 31 67 c 1\n 58 190 l 1\n 74 193 l 1\n 85 88 111 51 189 32 c 1\n 258 329 l 1\n 206 366 186 383 165 410 c 0\n 135 446 123 476 123 513 c 0\n 123 565 151 612 198 639 c 0\n 239 663 266 668 341 668 c 1\n 358 731 l 1\n 392 731 l 1\n 376 663 l 1\n 423 652 465 635 497 612 c 1\n282 420 m 1\n 336 641 l 1\n 296 641 287 640 268 633 c 0\n 226 618 201 583 201 538 c 128\n 201 493 220 465 282 420 c 1\n289 306 m 1\n 221 25 l 1\n 327 33 380 79 380 162 c 0\n 380 216 363 245 295 301 c 2\n 289 306 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: percent\nEncoding: 37 37 5\nWidth: 833\nFlags: W\nHStem: 0.80659 29.1934<604 605> 289.271 33.729<207 215> 339 32<682 696> 583 25<447 470> 632 30<296 303>\nVStem: 79.8471 75.8172<386 419> 377 26<531 551> 468.933 75.7766<101 136> 765 25<243 265>\nDStem: 570 613 653 676 220 -13 267 -13\nFore\n683 371 m 0\n 750 371 790 330 790 263 c 0\n 790 187 758 108 704 51 c 0\n 672 18 632 0 588 0 c 0\n 512 0 468 50 468 136 c 0\n 468 252 577 371 683 371 c 0\n694 339 m 0\n 662 339 634 320 607 280 c 0\n 573 232 544 149 544 101 c 0\n 544 54 564 30 605 30 c 0\n 634 30 663 44 685 68 c 0\n 733 119 765 196 765 259 c 0\n 765 303 733 339 694 339 c 0\n653 676 m 1\n 267 -13 l 1\n 220 -13 l 1\n 570 613 l 1\n 528 590 504 583 458 583 c 0\n 431 583 416 585 396 593 c 1\n 397 590 397 590 397 587 c 0\n 401 570 403 554 403 541 c 0\n 403 489 374 413 335 363 c 0\n 297 315 249 289 198 289 c 0\n 131 289 79 346 79 419 c 0\n 79 542 187 662 297 662 c 0\n 323 662 351 653 365 641 c 2\n 383 625 l 2\n 395 614 420 608 452 608 c 0\n 519 608 563 627 613 676 c 1\n 653 676 l 1\n368 600 m 1\n 341 607 332 611 316 624 c 0\n 309 630 305 632 301 632 c 0\n 238 632 155 493 155 386 c 0\n 155 347 178 323 214 323 c 0\n 296 323 377 436 377 549 c 0\n 377 565 375 578 368 600 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: ampersand\nEncoding: 38 38 6\nWidth: 778\nFlags: W\nHStem: -17.9974 48.9975<594 642> -17.0432 51.7548<258 298> 634 32<471 484>\nVStem: 76.9191 93.2055<140 164> 324.152 81.6985<460 504> 517 69<571 579> 530 185<333 349>\nFore\n530 350 m 1\n 715 350 l 1\n 715 333 l 1\n 665 328 658 322 607 247 c 0\n 596 230 558 177 520 125 c 1\n 560 58 595 31 642 31 c 0\n 665 31 683 39 712 61 c 1\n 723 50 l 1\n 680 1 644 -18 594 -18 c 0\n 541 -18 502 4 457 61 c 1\n 354 -5 321 -18 258 -18 c 0\n 147 -18 76 43 76 140 c 0\n 76 194 100 240 148 280 c 0\n 184 309 228 333 331 378 c 1\n 330 393 329 403 328 409 c 0\n 325 435 324 451 324 460 c 0\n 324 581 390 666 484 666 c 0\n 542 666 586 625 586 572 c 0\n 586 538 567 503 532 471 c 0\n 505 447 476 428 414 397 c 1\n 438 295 469 209 501 160 c 1\n 564 236 580 265 580 299 c 0\n 580 321 569 328 530 331 c 1\n 530 350 l 1\n333 345 m 1\n 233 307 170 236 170 164 c 0\n 170 91 225 34 298 34 c 0\n 348 34 391 51 438 90 c 1\n 404 133 369 218 333 345 c 1\n410 428 m 1\n 454 456 456 458 473 473 c 0\n 504 502 517 532 517 577 c 0\n 517 617 504 634 472 634 c 0\n 427 634 405 592 405 504 c 0\n 405 478 406 458 410 428 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: quotesingle\nEncoding: 39 39 7\nWidth: 214\nFlags: W\nFore\n153 421 m 1\n 132 421 l 1\n 140 523 149 600 155 625 c 0\n 160 647 185 666 209 666 c 0\n 227 666 241 653 241 637 c 128\n 241 621 210 545 153 421 c 1\nEndSplineSet\nEndChar\nStartChar: parenleft\nEncoding: 40 40 8\nWidth: 333\nFlags: W\nFore\n159 -175 m 1\n 141 -181 l 1\n 105 -115 90 -84 76 -41 c 0\n 54 28 42 103 42 180 c 0\n 42 256 53 318 79 381 c 0\n 121 485 172 551 302 669 c 1\n 315 654 l 1\n 250 586 218 539 186 460 c 0\n 140 349 111 205 111 85 c 0\n 111 -11 123 -74 159 -175 c 1\nEndSplineSet\nEndChar\nStartChar: parenright\nEncoding: 41 41 9\nWidth: 333\nFlags: W\nFore\n29 -180 m 1\n 16 -165 l 1\n 77 -101 107 -59 136 6 c 0\n 186 113 220 275 220 402 c 0\n 220 502 205 583 171 664 c 1\n 190 669 l 1\n 235 589 250 553 267 485 c 0\n 281 425 289 361 289 304 c 0\n 289 230 277 167 249 101 c 0\n 204 -8 153 -72 29 -180 c 1\nEndSplineSet\nEndChar\nStartChar: asterisk\nEncoding: 42 42 10\nWidth: 500\nFlags: W\nHStem: 255 411<302 312>\nVStem: 273 74<287 297 623 629> 302 17<418 436 476.063 503>\nFore\n319 500 m 2\n 319 473 l 1\n 362 502 367 506 418 561 c 0\n 433 578 441 582 454 582 c 0\n 476 582 492 567 492 545 c 0\n 492 519 477 508 435 501 c 0\n 388 493 371 486 328 459 c 1\n 365 440 l 2\n 380 432 403 425 431 420 c 0\n 475 413 492 401 492 378 c 0\n 492 356 475 339 454 339 c 0\n 439 339 427 347 408 371 c 0\n 382 403 359 423 326 442 c 2\n 319 446 l 1\n 320 393 324 371 339 329 c 0\n 345 311 347 303 347 295 c 0\n 347 272 331 255 308 255 c 0\n 288 255 273 271 273 293 c 0\n 273 302 276 314 283 334 c 0\n 297 371 302 395 302 417 c 0\n 302 422 302 429 300 446 c 1\n 297 443 294 441 285 436 c 0\n 254 417 240 405 213 371 c 0\n 197 351 180 340 163 340 c 0\n 144 340 128 357 128 377 c 0\n 128 400 145 413 187 420 c 0\n 233 428 251 435 294 461 c 1\n 282 468 l 2\n 258 483 226 493 189 500 c 0\n 143 508 128 519 128 546 c 0\n 128 566 143 581 163 581 c 0\n 179 581 190 574 210 551 c 0\n 242 515 262 498 301 476 c 1\n 301 519 297 542 284 587 c 0\n 277 608 275 617 275 626 c 0\n 275 651 288 666 310 666 c 0\n 331 666 346 650 346 627 c 0\n 346 616 343 603 335 577 c 0\n 323 543 319 522 319 500 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: plus\nEncoding: 43 43 11\nWidth: 675\nFlags: W\nHStem: 0 21G<305 371> 220 66<87 305 371 589>\nVStem: 305 66<1 220 286 505>\nFore\n305 286 m 1\n 305 506 l 1\n 371 506 l 1\n 371 286 l 1\n 590 286 l 1\n 590 220 l 1\n 371 220 l 1\n 371 0 l 1\n 305 0 l 1\n 305 220 l 1\n 86 220 l 1\n 86 286 l 1\n 305 286 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y6,8 y6,7 y3,1 y3,2 x3,5 x3,4 x0,10 x0,11 \nEndChar\nStartChar: comma\nEncoding: 44 44 12\nWidth: 250\nFlags: W\nVStem: 26 108.995<30 54>\nFore\n5 -129 m 1\n -4 -112 l 1\n 48 -77 71 -50 71 -23 c 0\n 71 -13 66 -5 51 9 c 0\n 32 26 26 37 26 54 c 0\n 26 81 48 101 77 101 c 0\n 110 101 135 70 135 30 c 0\n 135 -26 89 -82 5 -129 c 1\nEndSplineSet\nKernsSLIF: 8217 -39 1 0 8221 -39 1 0 63196 -40 1 0\nEndChar\nStartChar: hyphen\nEncoding: 45 45 13\nWidth: 333\nFlags: W\nHStem: 192 63<63 269>\nFore\n282 255 m 1\n 269 192 l 1\n 49 192 l 1\n 63 255 l 1\n 282 255 l 1\nEndSplineSet\nKernsSLIF: 89 -53 1 0 87 -34 1 0 86 -43 1 0 84 -46 1 0 197 3 1 0 196 3 1 0 193 3 1 0 198 -23 1 0 65 3 1 0\nEndChar\nStartChar: period\nEncoding: 46 46 14\nWidth: 250\nFlags: W\nHStem: -11 111<75 91>\nVStem: 27 111<37 53>\nFore\n82 100 m 0\n 112 100 138 74 138 43 c 0\n 138 13 112 -11 80 -11 c 0\n 52 -11 27 14 27 43 c 0\n 27 74 52 100 82 100 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nKernsSLIF: 8217 -38 1 0 8221 -38 1 0 63196 -39 1 0\nEndChar\nStartChar: slash\nEncoding: 47 47 15\nWidth: 278\nFlags: W\nHStem: 646 20G<313 386>\nDStem: 313 666 386 666 -65 -18 8 -18\nFore\n313 666 m 1\n 386 666 l 1\n 8 -18 l 1\n -65 -18 l 1\n 313 666 l 1\nEndSplineSet\nEndChar\nStartChar: zero\nEncoding: 48 48 16\nWidth: 500\nFlags: W\nHStem: -7 28<192 208> 648 28<323 343>\nVStem: 32 79.0015<156 213>\nFore\n341 676 m 0\n 438 676 497 581 497 423 c 0\n 497 279 420 113 320 39 c 0\n 278 8 236 -7 193 -7 c 0\n 96 -7 32 81 32 213 c 0\n 32 448 184 676 341 676 c 0\n334 648 m 0\n 290 648 251 617 215 553 c 0\n 163 461 111 262 111 156 c 0\n 111 71 143 21 197 21 c 0\n 242 21 283 55 321 121 c 0\n 378 223 418 388 418 522 c 0\n 418 602 388 648 334 648 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: one\nEncoding: 49 49 17\nWidth: 500\nFlags: W\nHStem: 0 15<289 327>\nVStem: 49 279<1 14>\nDStem: 299 560 403 640 161 68 260 121\nFore\n49 0 m 1\n 49 14 l 1\n 128 21 149 31 161 68 c 1\n 299 560 l 2\n 304 578 306 588 306 594 c 0\n 306 614 291 626 268 625 c 2\n 211 623 l 1\n 211 638 l 1\n 222 640 230 642 232 642 c 2\n 322 660 l 1\n 401 675 l 2\n 402 676 404 676 404 676 c 2\n 407 676 409 673 409 669 c 0\n 409 664 407 655 403 640 c 2\n 260 121 l 1\n 259 116 l 1\n 258 113 256 107 254 99 c 0\n 246 74 242 56 242 47 c 0\n 242 25 263 15 312 15 c 2\n 328 15 l 1\n 328 0 l 1\n 49 0 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: two\nEncoding: 50 50 18\nWidth: 500\nFlags: W\nHStem: 0 76<112 316> 602.997 73.0034<241 290>\nVStem: 365.154 86.5881<481 506>\nFore\n400 139 m 1\n 417 132 l 1\n 367 0 l 1\n 12 0 l 1\n 12 17 l 1\n 222 241 l 2\n 288 311 333 374 357 428 c 0\n 363 441 366 460 366 481 c 0\n 366 551 312 603 241 603 c 0\n 181 603 138 574 101 509 c 1\n 80 516 l 1\n 109 588 136 622 187 650 c 0\n 217 666 255 676 290 676 c 0\n 381 676 452 602 452 506 c 0\n 452 440 420 390 303 273 c 2\n 111 81 l 1\n 111 76 l 1\n 301 76 l 2\n 355 76 376 89 400 139 c 1\nEndSplineSet\nEndChar\nStartChar: three\nEncoding: 51 51 19\nWidth: 500\nFlags: W\nHStem: 633.996 42.0044<290 326>\nVStem: 325.998 80.0018<195 249> 379 87<537 553>\nFore\n178 567 m 1\n 162 572 l 1\n 195 636 257 676 326 676 c 0\n 406 676 466 622 466 549 c 0\n 466 481 431 448 310 401 c 1\n 310 398 l 1\n 377 367 406 321 406 249 c 0\n 406 160 356 76 277 30 c 0\n 234 5 184 -7 127 -7 c 0\n 56 -7 15 14 15 52 c 0\n 15 77 31 91 59 91 c 0\n 78 91 94 84 123 63 c 0\n 153 41 176 31 195 31 c 0\n 235 31 281 59 304 99 c 0\n 318 123 326 159 326 195 c 0\n 326 274 293 329 232 350 c 0\n 206 360 193 361 140 361 c 1\n 140 377 l 1\n 229 392 272 407 314 436 c 0\n 358 465 379 501 379 543 c 0\n 379 597 343 634 290 634 c 0\n 248 634 213 613 178 567 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: four\nEncoding: 52 52 20\nWidth: 500\nFlags: W\nHStem: 0 21G<214 293> 178 63<66 262 359 439>\nDStem: 438 676 369 563 21 245 65 245\nFore\n453 241 m 1\n 439 176 l 1\n 339 176 l 1\n 293 0 l 1\n 214 0 l 1\n 263 178 l 1\n 1 178 l 1\n 21 245 l 1\n 438 676 l 1\n 479 676 l 1\n 358 241 l 1\n 453 241 l 1\n277 241 m 1\n 373 563 l 1\n 369 563 l 1\n 65 245 l 1\n 65 241 l 1\n 277 241 l 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: five\nEncoding: 53 53 21\nWidth: 500\nFlags: W\nHStem: 595 71<238 468>\nVStem: 349.997 69.0025<242 280>\nFore\n238 595 m 1\n 199 507 l 1\n 280 487 316 471 353 436 c 0\n 396 395 419 342 419 280 c 0\n 419 121 286 -7 121 -7 c 0\n 55 -7 15 15 15 50 c 0\n 15 74 32 90 56 90 c 0\n 71 90 86 83 111 64 c 0\n 140 43 158 35 179 35 c 0\n 269 35 350 133 350 242 c 0\n 350 295 329 345 297 371 c 0\n 261 400 228 412 131 433 c 1\n 131 448 l 1\n 235 666 l 1\n 491 666 l 1\n 468 595 l 1\n 238 595 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: six\nEncoding: 54 54 22\nWidth: 500\nFlags: W\nHStem: -7 26<198 215> 410.997 36.0034<259 292>\nVStem: 30 76.0015<150 204> 373 89<265 286>\nFore\n521 686 m 1\n 521 670 l 1\n 403 656 269 555 199 428 c 1\n 203 426 l 1\n 231 439 264 447 292 447 c 0\n 391 447 462 373 462 271 c 0\n 462 120 348 -7 213 -7 c 0\n 102 -7 30 76 30 204 c 0\n 30 347 107 489 234 583 c 0\n 320 646 387 671 521 686 c 1\n259 411 m 0\n 212 411 180 391 152 345 c 0\n 126 301 106 217 106 150 c 0\n 106 68 142 19 203 19 c 0\n 246 19 281 40 312 85 c 0\n 349 137 373 216 373 284 c 0\n 373 361 329 411 259 411 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: seven\nEncoding: 55 55 23\nWidth: 500\nFlags: W\nHStem: 593 73<203 444>\nDStem: 156 666 537 656 75 530 149 -8 446 590 537 656 79 -8 149 -8\nFore\n537 656 m 1\n 149 -8 l 1\n 79 -8 l 1\n 446 590 l 1\n 444 593 l 1\n 222 593 l 2\n 164 593 137 578 89 521 c 1\n 75 530 l 1\n 156 666 l 1\n 531 666 l 1\n 537 656 l 1\nEndSplineSet\nEndChar\nStartChar: eight\nEncoding: 56 56 24\nWidth: 500\nFlags: W\nHStem: -7 22<216 249> 653 23<302 331>\nVStem: 30 68<153 173> 138 78<525 542> 369 75<155 175> 425 68<521 542>\nFore\n329 382 m 1\n 414 294 444 240 444 173 c 0\n 444 70 352 -7 229 -7 c 0\n 146 -7 86 22 53 79 c 0\n 38 104 30 134 30 161 c 0\n 30 249 99 319 225 360 c 1\n 159 433 138 472 138 526 c 0\n 138 615 211 676 318 676 c 0\n 420 676 493 617 493 535 c 0\n 493 464 447 421 329 382 c 1\n247 344 m 1\n 229 337 229 337 225 335 c 0\n 148 300 98 230 98 155 c 0\n 98 74 154 15 233 15 c 0\n 311 15 369 74 369 155 c 0\n 369 211 357 229 247 344 c 1\n311 399 m 1\n 344 415 l 2\n 400 444 425 482 425 535 c 0\n 425 605 382 653 318 653 c 0\n 255 653 216 610 216 540 c 0\n 216 498 233 472 311 399 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: nine\nEncoding: 57 57 25\nWidth: 500\nFlags: W\nHStem: 229.002 45.9976<219 257> 650 26<307 327>\nVStem: 69 88<399 416> 417 74.9986<458 518>\nFore\n23 -17 m 1\n 23 1 l 1\n 102 18 152 44 224 105 c 1\n 286 162 336 227 352 272 c 1\n 348 274 l 1\n 296 241 260 229 219 229 c 0\n 131 229 69 304 69 408 c 0\n 69 548 185 676 311 676 c 0\n 420 676 492 589 492 458 c 0\n 492 323 424 189 308 98 c 0\n 225 33 158 6 23 -17 c 1\n318 650 m 0\n 284 650 253 637 229 612 c 0\n 186 568 157 488 157 414 c 0\n 157 326 194 275 257 275 c 0\n 295 275 336 292 362 318 c 0\n 392 347 417 440 417 518 c 0\n 417 601 380 650 318 650 c 0\nEndSplineSet\nEndChar\nStartChar: colon\nEncoding: 58 58 26\nWidth: 333\nFlags: W\nHStem: -11 111<98 114> 330 111<203 210>\nVStem: 50 111<37 53> 150 111<373.714 389>\nFore\n106 100 m 0\n 136 100 161 74 161 43 c 0\n 161 13 136 -11 104 -11 c 0\n 75 -11 50 14 50 43 c 0\n 50 74 75 100 106 100 c 0\n205 441 m 0\n 236 441 261 416 261 384 c 0\n 261 354 236 330 204 330 c 0\n 174 330 150 354 150 384 c 0\n 150 416 174 441 205 441 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: semicolon\nEncoding: 59 59 27\nWidth: 333\nFlags: W\nHStem: 330 111<203 207>\nVStem: 57 108.995<30 54> 150 111<373.714 386>\nFore\n36 -129 m 1\n 27 -112 l 1\n 79 -77 102 -50 102 -23 c 0\n 102 -13 97 -5 82 9 c 0\n 63 26 57 37 57 54 c 0\n 57 81 79 101 108 101 c 0\n 141 101 166 70 166 30 c 0\n 166 -26 120 -82 36 -129 c 1\n205 441 m 0\n 236 441 261 416 261 384 c 0\n 261 354 236 330 204 330 c 0\n 174 330 150 354 150 384 c 0\n 150 416 174 441 205 441 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: less\nEncoding: 60 60 28\nWidth: 675\nFlags: W\nDStem: 84 220 172 253 592 -10 592 62 592 516 592 444 84 286 172 253\nFore\n592 -10 m 1\n 84 220 l 1\n 84 286 l 1\n 592 516 l 1\n 592 444 l 1\n 172 253 l 1\n 592 62 l 1\n 592 -10 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: equal\nEncoding: 61 61 29\nWidth: 675\nFlags: W\nHStem: 120 66<87 589> 320 66<87 589>\nVStem: 86 504<121 185 321 385>\nFore\n590 386 m 1\n 590 320 l 1\n 86 320 l 1\n 86 386 l 1\n 590 386 l 1\n590 186 m 1\n 590 120 l 1\n 86 120 l 1\n 86 186 l 1\n 590 186 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: greater\nEncoding: 62 62 30\nWidth: 675\nFlags: W\nDStem: 84 444 84 516 504 253 592 286 504 253 592 220 84 62 84 -10\nFore\n84 -10 m 1\n 84 62 l 1\n 504 253 l 1\n 84 444 l 1\n 84 516 l 1\n 592 286 l 1\n 592 220 l 1\n 84 -10 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: question\nEncoding: 63 63 31\nWidth: 500\nFlags: W\nHStem: -12 105<180 187> 642 22<308 326>\nVStem: 132 105<36 42> 184.885 78.1155<543 548> 397.257 74.6248<535 557>\nFore\n216 174 m 1\n 199 176 l 1\n 216 275 228 297 311 392 c 1\n 376 463 398 505 398 557 c 0\n 398 611 369 642 318 642 c 0\n 275 642 248 624 248 594 c 0\n 248 586 250 580 256 567 c 0\n 261 555 263 549 263 542 c 0\n 263 522 246 507 223 507 c 0\n 199 507 184 525 184 555 c 0\n 184 619 242 664 324 664 c 0\n 413 664 472 613 472 535 c 0\n 472 474 452 447 338 354 c 0\n 267 297 237 259 223 203 c 2\n 216 174 l 1\n184 93 m 0\n 213 93 237 69 237 40 c 0\n 237 13 212 -12 185 -12 c 0\n 155 -12 132 11 132 40 c 128\n 132 69 155 93 184 93 c 0\nEndSplineSet\nEndChar\nStartChar: at\nEncoding: 64 64 32\nWidth: 920\nFlags: W\nHStem: -18 39<470 502> 138.24 32.7604<630 637> 139.005 41.9951<410 451> 635 31<470 502>\nVStem: 118 83<302 334> 321 71<249 270> 766 40<366 382>\nDStem: 597 486 666 486 587 449 601 234\nFore\n587 449 m 1\n 597 486 l 1\n 666 486 l 1\n 601 234 l 2\n 599 227 598 218 598 213 c 0\n 598 186 611 171 635 171 c 0\n 660 171 685 183 704 202 c 0\n 741 241 766 307 766 367 c 0\n 766 513 637 635 481 635 c 0\n 318 635 201 500 201 313 c 0\n 201 142 323 21 494 21 c 0\n 559 21 608 33 686 68 c 1\n 698 39 l 1\n 604 -5 553 -18 482 -18 c 0\n 278 -18 118 130 118 319 c 0\n 118 512 278 666 481 666 c 0\n 664 666 806 539 806 376 c 0\n 806 248 721 138 622 138 c 0\n 575 138 539 167 533 210 c 1\n 497 165 452 139 410 139 c 0\n 360 139 321 187 321 250 c 0\n 321 321 352 398 403 450 c 0\n 433 482 474 500 516 500 c 0\n 551 500 565 490 587 449 c 1\n530 456 m 0\n 506 458 471 438 443 406 c 0\n 410 368 392 318 392 265 c 0\n 392 213 414 181 451 181 c 0\n 507 181 564 281 570 394 c 0\n 572 431 557 454 530 456 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: A\nEncoding: 65 65 33\nWidth: 611\nFlags: W\nHStem: 0 21G<-51 136 318 564> 226 36<176 368>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nFore\n564 16 m 1\n 564 0 l 1\n 318 0 l 1\n 318 16 l 1\n 382 22 396 31 396 69 c 0\n 396 77 395 86 394 95 c 1\n 374 226 l 1\n 154 226 l 1\n 97 113 l 2\n 80 79 77 70 77 51 c 0\n 77 26 85 21 136 16 c 1\n 136 0 l 1\n -51 0 l 1\n -51 16 l 1\n -11 24 -1 35 78 168 c 1\n 368 668 l 1\n 394 668 l 1\n 488 102 l 1\n 501 29 507 21 564 16 c 1\n175 262 m 1\n 369 262 l 1\n 325 522 l 1\n 175 262 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 121 -57 0 0 119 -44 0 0 118 -50 0 0 117 -9 0 0 116 -6 0 0 8217 -92 0 0 8221 -92 0 0 113 -12 0 0 46 8 0 0 111 -17 0 0 45 -13 0 0 8249 -43 0 0 171 -44 0 0 103 -25 0 0 101 -17 0 0 100 -4 0 0 44 8 0 0 231 -28 0 0 99 -18 0 0 97 -4 0 0 89 -21 0 0 87 -75 0 0 86 -81 0 0 217 -57 0 0 220 -57 0 0 219 -57 0 0 218 -57 0 0 85 -57 0 0 84 -14 0 0 81 -44 0 0 214 -45 0 0 79 -45 0 0 71 -44 0 0 199 -50 0 0 67 -50 0 0\nEndChar\nStartChar: B\nEncoding: 66 66 34\nWidth: 611\nFlags: W\nHStem: 0 30<217.316 249> 330.96 32.0398<248.125 289.408> 331 322<238.063 288.515> 623 30<360 392>\nVStem: 431 108<192 214> 487 101<496 517>\nDStem: 196 532 313 595 73 90 248 363\nFore\n-8 0 m 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 196 532 l 1\n 203 556 207 581 207 596 c 0\n 207 624 192 632 130 637 c 1\n 130 653 l 1\n 388 653 l 2\n 517 653 588 601 588 506 c 0\n 588 466 573 432 545 408 c 0\n 513 380 484 368 413 351 c 1\n 465 329 485 317 505 294 c 1\n 527 272 539 237 539 200 c 0\n 539 82 431 0 274 0 c 2\n -8 0 l 1\n238 331 m 1\n 225 280 219 257 206 212 c 0\n 183 132 171 84 171 72 c 0\n 171 45 193 30 235 30 c 0\n 357 30 431 96 431 204 c 0\n 431 258 406 302 365 319 c 0\n 345 327 303 331 238 331 c 1\n313 595 m 2\n 248 363 l 1\n 338 363 386 370 420 390 c 0\n 463 414 487 458 487 515 c 0\n 487 589 450 623 370 623 c 0\n 331 623 319 617 313 595 c 2\nEndSplineSet\nMinimumDistance: x8,-1 \nKernsSLIF: 89 -39 0 0 87 -29 0 0 86 -32 0 0 216 -14 0 0 210 -14 0 0 214 -14 0 0 212 -14 0 0 211 -14 0 0 338 -6 0 0 79 -14 0 0 195 -23 0 0 197 -23 0 0 196 -23 0 0 194 -23 0 0 193 -23 0 0 198 -35 0 0 65 -23 0 0\nEndChar\nStartChar: C\nEncoding: 67 67 35\nWidth: 667\nFlags: W\nHStem: -17.8293 44.8293<338 353> 630 36<466 483> 644 20G<668 689>\nVStem: 66 112<222 254>\nFore\n652 465 m 1\n 634 468 l 1\n 624 576 573 630 481 630 c 0\n 415 630 352 602 304 553 c 0\n 226 472 178 351 178 232 c 0\n 178 103 242 27 353 27 c 0\n 435 27 493 57 583 145 c 1\n 600 131 l 1\n 510 26 430 -18 327 -18 c 0\n 174 -18 66 90 66 243 c 0\n 66 465 259 666 472 666 c 0\n 504 666 544 660 589 649 c 0\n 610 644 622 642 630 642 c 0\n 650 642 660 648 668 664 c 1\n 689 664 l 1\n 652 465 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nKernsSLIF: 214 -19 0 0 211 -19 0 0 79 -19 0 0 75 -21 0 0 72 -13 0 0 197 -14 0 0 196 -14 0 0 193 -14 0 0 198 -30 0 0 65 -14 0 0\nEndChar\nStartChar: D\nEncoding: 68 68 36\nWidth: 722\nFlags: W\nHStem: 0 30<216 264> 623 30<360 392>\nVStem: 589 111<383 410>\nDStem: 196 532 313 594 73 90 192 162\nFore\n130 637 m 1\n 130 653 l 1\n 408 653 l 2\n 586 653 700 548 700 384 c 0\n 700 268 643 158 546 87 c 0\n 469 31 362 0 245 0 c 2\n -8 0 l 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 196 532 l 2\n 203 557 207 581 207 596 c 0\n 207 623 192 631 130 637 c 1\n313 594 m 2\n 192 162 l 2\n 175 102 170 80 170 67 c 0\n 170 41 189 30 235 30 c 0\n 339 30 420 60 479 120 c 0\n 547 188 589 300 589 408 c 0\n 589 487 562 550 513 586 c 0\n 481 610 431 623 374 623 c 0\n 334 623 319 616 313 594 c 2\nEndSplineSet\nMinimumDistance: x3,-1 \nKernsSLIF: 89 -50 0 0 88 -40 0 0 87 -36 0 0 86 -42 0 0 84 -9 0 0 74 -32 0 0 195 -36 0 0 197 -36 0 0 192 -36 0 0 196 -36 0 0 194 -36 0 0 193 -36 0 0 65 -36 0 0\nEndChar\nStartChar: E\nEncoding: 69 69 37\nWidth: 604\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440>\nDStem: 196 532 312 594 73 90 246 361\nFore\n627 653 m 1\n 596 500 l 1\n 575 502 l 1\n 576 519 577 534 577 547 c 0\n 577 607 542 620 385 620 c 0\n 329 620 318 616 312 594 c 2\n 246 361 l 1\n 281 362 313 363 325 363 c 0\n 416 367 425 373 463 458 c 1\n 481 454 l 1\n 413 222 l 1\n 393 227 l 1\n 398 249 400 262 400 279 c 128\n 400 296 398 305 393 310 c 0\n 382 320 354 326 315 325 c 0\n 303 325 272 326 237 328 c 1\n 227 290 218 257 205 213 c 0\n 180 125 169 78 169 67 c 0\n 169 43 193 33 249 33 c 0\n 324 33 392 43 429 60 c 0\n 472 80 498 106 545 170 c 1\n 561 162 l 1\n 499 0 l 1\n -8 0 l 1\n -8 16 l 1\n 48 26 56 33 73 90 c 1\n 196 532 l 2\n 201 550 207 585 207 596 c 0\n 207 623 192 631 130 637 c 1\n 130 653 l 1\n 627 653 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: F\nEncoding: 70 70 38\nWidth: 611\nFlags: W\nHStem: 0 21G<-8 244> 325.958 35.4638<280 296> 620 33<360 440>\nVStem: -8 252<1 16>\nDStem: 197 532 314 594 74 90 248 361 197 532 239 328 74 90 177 105\nFore\n629 653 m 1\n 597 500 l 1\n 576 502 l 1\n 577 514 577 515 578 521 c 0\n 579 534 579 539 579 545 c 0\n 579 607 543 620 375 620 c 0\n 334 620 320 614 314 594 c 1\n 248 361 l 1\n 416 363 419 364 464 454 c 1\n 482 449 l 1\n 406 215 l 1\n 389 220 l 1\n 395 251 397 263 397 279 c 0\n 397 299 390 312 375 320 c 0\n 366 324 359 325 320 325 c 0\n 298 325 276 326 239 328 c 1\n 177 105 l 2\n 171 83 168 68 168 60 c 0\n 168 30 186 19 244 16 c 1\n 244 0 l 1\n -8 0 l 1\n -8 16 l 1\n 49 24 56 30 74 90 c 1\n 197 532 l 1\n 204 556 208 581 208 596 c 0\n 208 625 196 631 131 637 c 1\n 131 653 l 1\n 629 653 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nKernsSLIF: 117 -50 0 0 114 -52 0 0 46 -99 0 0 248 -80 0 0 339 -75 0 0 246 -52 0 0 243 -79 0 0 111 -79 0 0 106 -41 0 0 105 -36 0 0 45 -45 0 0 233 -83 0 0 101 -83 0 0 44 -95 0 0 229 -70 0 0 230 -82 0 0 228 -52 0 0 225 -78 0 0 97 -77 0 0 214 -40 0 0 79 -40 0 0 74 -60 0 0 195 -72 0 0 197 -72 0 0 192 -72 0 0 196 -72 0 0 194 -72 0 0 193 -72 0 0 65 -72 0 0\nEndChar\nStartChar: G\nEncoding: 71 71 39\nWidth: 722\nFlags: W\nHStem: -18 37<339 372> 300 19<484 485> 632 34<452 471>\nVStem: 52 110<224 254> 456 266<303 318>\nFore\n708 662 m 1\n 659 465 l 1\n 641 468 l 1\n 636 512 629 533 613 559 c 0\n 583 605 528 632 463 632 c 0\n 397 632 335 605 290 558 c 0\n 211 474 162 347 162 224 c 0\n 162 93 235 19 364 19 c 0\n 409 19 447 31 469 53 c 0\n 481 65 484 73 506 145 c 0\n 528 219 534 247 534 269 c 0\n 534 287 518 297 485 300 c 0\n 481 300 468 302 456 303 c 1\n 456 319 l 1\n 722 319 l 1\n 722 303 l 1\n 657 299 641 287 625 231 c 1\n 576 44 l 1\n 499 1 427 -18 339 -18 c 0\n 252 -18 179 9 128 60 c 0\n 81 108 52 178 52 246 c 0\n 52 466 244 666 455 666 c 0\n 496 666 539 658 589 642 c 0\n 611 635 623 632 633 632 c 0\n 659 632 676 642 693 666 c 1\n 708 662 l 1\nEndSplineSet\nKernsSLIF: 89 -12 0 0 87 -2 0 0 86 -5 0 0 84 -13 0 0 195 -17 0 0 197 -17 0 0 192 -17 0 0 196 -17 0 0 194 -17 0 0 193 -17 0 0 198 -29 0 0 65 -17 0 0\nEndChar\nStartChar: H\nEncoding: 72 72 40\nWidth: 722\nFlags: W\nHStem: 0 21G<-8 238 355 628> 326 42<249 520> 633 20G<130 403 520 767>\nVStem: -8 246<1 16> 130 273<637 652> 355 273<1 16> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 685 563 73 90 553 82 196 532 236 326 73 90 170 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nFore\n767 653 m 1\n 767 637 l 1\n 710 627 702 621 685 563 c 1\n 553 82 l 2\n 551 74 550 68 550 58 c 0\n 550 30 564 22 628 16 c 1\n 628 0 l 1\n 355 0 l 1\n 355 16 l 1\n 420 23 440 38 456 90 c 1\n 521 326 l 1\n 236 326 l 1\n 170 82 l 2\n 168 75 167 67 167 60 c 0\n 167 31 178 24 238 16 c 1\n 238 0 l 1\n -8 0 l 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 196 532 l 2\n 203 557 207 580 207 594 c 0\n 207 623 192 631 130 637 c 1\n 130 653 l 1\n 403 653 l 1\n 403 637 l 1\n 343 633 317 614 302 563 c 1\n 248 368 l 1\n 533 368 l 1\n 579 532 l 2\n 586 557 590 580 590 594 c 0\n 590 622 578 630 520 637 c 1\n 520 653 l 1\n 767 653 l 1\nEndSplineSet\nEndChar\nStartChar: I\nEncoding: 73 73 41\nWidth: 339\nFlags: W\nHStem: 0 21G<-8 236> 633 20G<137 384>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nFore\n-8 0 m 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 196 532 l 2\n 203 557 207 580 207 594 c 0\n 207 622 195 630 137 637 c 1\n 137 653 l 1\n 384 653 l 1\n 384 637 l 1\n 327 627 320 621 302 563 c 1\n 179 120 l 2\n 170 88 168 76 168 57 c 0\n 168 29 179 23 236 16 c 1\n 236 0 l 1\n -8 0 l 1\nEndSplineSet\nEndChar\nStartChar: J\nEncoding: 74 74 42\nWidth: 444\nFlags: W\nHStem: -18 31<112 124> 633 20G<237 491>\nVStem: -6 94<62 79> 237 254<637 652>\nDStem: 302 532 409 563 171 67 306 192\nFore\n491 653 m 1\n 491 637 l 1\n 434 629 427 623 409 563 c 1\n 306 192 l 2\n 285 116 265 71 238 39 c 0\n 207 2 162 -18 111 -18 c 0\n 41 -18 -6 18 -6 70 c 0\n -6 102 13 124 40 124 c 0\n 65 124 88 102 88 77 c 2\n 88 68 l 1\n 87 62 87 58 87 53 c 0\n 87 26 98 13 122 13 c 128\n 146 13 160 28 171 67 c 2\n 302 532 l 2\n 310 560 314 582 314 596 c 0\n 314 623 300 631 237 637 c 1\n 237 653 l 1\n 491 653 l 1\nEndSplineSet\nKernsSLIF: 197 -40 0 0 196 -40 0 0 198 -52 0 0 65 -40 0 0\nEndChar\nStartChar: K\nEncoding: 75 75 43\nWidth: 652\nFlags: W\nHStem: 0 19<344 357> 634 19<504 512>\nVStem: -8 248<1 16> 131 273<637 652> 328 275<1 16> 485 222<637 652>\nDStem: 197 532 303 563 74 90 250 369 197 532 244 348 74 90 182 120 197 532 182 120 74 90 176 99 244 348 332 375 365 140 506 72\nFore\n707 653 m 1\n 707 637 l 1\n 683 633 660 622 632 601 c 2\n 332 375 l 1\n 506 72 l 1\n 534 25 540 22 603 16 c 1\n 603 0 l 1\n 328 0 l 1\n 328 16 l 1\n 341 18 352 19 357 19 c 0\n 389 22 403 30 403 45 c 0\n 403 64 389 99 365 140 c 2\n 244 348 l 1\n 182 120 l 1\n 176 99 l 2\n 170 79 168 70 168 60 c 0\n 168 29 177 23 240 16 c 1\n 240 0 l 1\n -8 0 l 1\n -8 16 l 1\n 51 25 56 30 74 90 c 1\n 197 532 l 2\n 204 557 208 580 208 594 c 0\n 208 623 193 631 131 637 c 1\n 131 653 l 1\n 404 653 l 1\n 404 637 l 1\n 345 633 318 613 303 563 c 1\n 250 369 l 1\n 402 475 l 2\n 491 537 546 591 546 615 c 0\n 546 626 536 632 512 634 c 0\n 508 634 497 636 485 637 c 1\n 485 653 l 1\n 707 653 l 1\nEndSplineSet\nKernsSLIF: 121 -89 0 0 252 -10 0 0 117 -10 0 0 246 -18 0 0 243 -18 0 0 111 -18 0 0 45 -57 0 0 101 -18 0 0 229 -5 0 0 230 -5 0 0 228 -5 0 0 97 -5 0 0 84 21 0 0 83 6 0 0 214 -46 0 0 211 -46 0 0 338 -45 0 0 79 -46 0 0 71 -53 0 0 67 -55 0 0\nEndChar\nStartChar: L\nEncoding: 76 76 44\nWidth: 556\nFlags: W\nHStem: 0 36<232 312> 633 20G<130 403>\nVStem: 130 273<637 652>\nDStem: 196 532 302 563 73 90 179 120\nFore\n403 653 m 1\n 403 637 l 1\n 343 633 317 614 302 563 c 1\n 179 120 l 2\n 174 101 169 77 169 70 c 0\n 169 44 194 36 270 36 c 0\n 357 36 398 42 433 59 c 0\n 477 81 504 113 539 185 c 1\n 559 179 l 1\n 501 0 l 1\n -8 0 l 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 196 532 l 2\n 203 557 207 580 207 594 c 0\n 207 623 192 631 130 637 c 1\n 130 653 l 1\n 403 653 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 121 -26 0 0 252 10 0 0 117 12 0 0 8217 -92 0 0 8221 -92 0 0 45 47 0 0 89 -20 0 0 87 -48 0 0 86 -55 0 0 220 -8 0 0 85 -8 0 0 84 -13 0 0 83 20 0 0 213 10 0 0 210 10 0 0 214 10 0 0 212 10 0 0 211 10 0 0 79 10 0 0 71 11 0 0 199 4 0 0 67 6 0 0 197 44 0 0 196 44 0 0 193 44 0 0 198 32 0 0 65 44 0 0\nEndChar\nStartChar: M\nEncoding: 77 77 45\nWidth: 828\nFlags: W\nHStem: 0 21G<-18 180 297 314 461 734> 633 20G<134 315 706 873>\nVStem: -18 198<1 16> 461 273<1 16>\nDStem: 186 518 236 546 80 146 118 113 236 546 315 653 297 0 370 160 691 561 791 563 562 91 668 120 706 653 691 561 370 160 314 0\nFore\n873 653 m 1\n 873 637 l 1\n 814 628 809 623 791 563 c 1\n 668 120 l 1\n 659 89 657 76 657 59 c 0\n 657 28 666 22 734 16 c 1\n 734 0 l 1\n 461 0 l 1\n 461 16 l 1\n 526 23 546 38 562 91 c 1\n 691 561 l 1\n 314 0 l 1\n 297 0 l 1\n 236 546 l 1\n 118 113 l 1\n 113 96 109 70 109 60 c 0\n 109 32 129 20 180 16 c 1\n 180 0 l 1\n -18 0 l 1\n -18 16 l 1\n 34 22 49 42 80 146 c 1\n 186 518 l 2\n 187 522 188 526 189 529 c 0\n 193 544 196 555 198 559 c 0\n 204 577 208 592 208 600 c 0\n 208 623 184 634 134 637 c 1\n 134 653 l 1\n 315 653 l 1\n 370 160 l 1\n 706 653 l 1\n 873 653 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: N\nEncoding: 78 78 46\nWidth: 657\nFlags: W\nHStem: 0 21G<-18 180> 633 20G<118 279 530 729>\nVStem: -18 198<1 16> 530 199<637 652>\nDStem: 233 535 279 653 463 -15 487 154\nFore\n729 653 m 1\n 729 637 l 1\n 666 623 662 617 625 488 c 2\n 481 -15 l 1\n 463 -15 l 1\n 233 535 l 1\n 119 113 l 1\n 113 92 110 72 110 59 c 0\n 110 31 129 20 180 16 c 1\n 180 0 l 1\n -18 0 l 1\n -18 16 l 1\n 39 24 47 36 85 164 c 1\n 204 581 l 1\n 186 620 165 633 118 637 c 1\n 118 653 l 1\n 279 653 l 1\n 487 154 l 1\n 589 534 l 1\n 589 535 590 539 591 542 c 0\n 598 562 600 574 600 586 c 0\n 600 622 587 632 530 637 c 1\n 530 653 l 1\n 729 653 l 1\nEndSplineSet\nKernsSLIF: 252 -25 0 0 117 -24 0 0 46 -16 0 0 248 -27 0 0 246 -27 0 0 243 -27 0 0 111 -25 0 0 233 -30 0 0 101 -28 0 0 44 -13 0 0 229 -23 0 0 230 -27 0 0 228 -23 0 0 225 -23 0 0 97 -22 0 0 214 -20 0 0 211 -20 0 0 79 -20 0 0 71 -14 0 0 199 -20 0 0 67 -21 0 0 197 -20 0 0 196 -20 0 0 193 -20 0 0 198 -32 0 0 65 -20 0 0\nEndChar\nStartChar: O\nEncoding: 79 79 47\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 633 33<460 482>\nVStem: 60.3532 105.472<184 221>\nFore\n474 666 m 0\n 608 666 706 559 699 418 c 0\n 688 192 486 -18 278 -18 c 0\n 151 -18 60 81 60 221 c 0\n 60 338 119 460 220 553 c 0\n 300 626 390 666 474 666 c 0\n465 633 m 0\n 392 633 331 595 275 514 c 0\n 215 427 165 278 165 184 c 0\n 165 76 211 15 295 15 c 0\n 365 15 427 54 482 133 c 0\n 547 227 594 373 594 481 c 0\n 594 575 544 633 465 633 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nKernsSLIF: 89 -51 0 0 88 -41 0 0 87 -39 0 0 86 -45 0 0 84 -3 0 0 197 -38 0 0 196 -38 0 0 193 -38 0 0 198 -70 0 0 65 -38 0 0\nEndChar\nStartChar: P\nEncoding: 80 80 48\nWidth: 603\nFlags: W\nHStem: 0 21G<-8 237> 305 37<294 328> 623 30<344.304 376>\nVStem: -8 245<1 16> 494 103<496 517>\nDStem: 192 515 314 595 74 90 243 347 192 515 234 313 74 90 181 120\nFore\n138 637 m 1\n 138 653 l 1\n 386 653 l 2\n 522 653 597 600 597 504 c 0\n 597 445 568 390 518 353 c 0\n 475 322 408 305 326 305 c 0\n 285 305 259 307 234 313 c 1\n 181 120 l 2\n 171 84 169 74 169 62 c 0\n 169 28 174 25 237 16 c 1\n 237 0 l 1\n -8 0 l 1\n -8 16 l 1\n 49 24 56 30 74 90 c 1\n 192 515 l 1\n 205 560 209 581 209 595 c 0\n 209 621 195 630 138 637 c 1\n314 595 m 2\n 243 347 l 1\n 270 343 278 342 295 342 c 0\n 357 342 396 350 427 367 c 0\n 471 393 494 439 494 504 c 0\n 494 551 483 581 457 599 c 0\n 437 613 399 623 360 623 c 0\n 332 623 320 616 314 595 c 2\nEndSplineSet\nMinimumDistance: x3,-1 \nKernsSLIF: 46 -121 0 0 248 -74 0 0 339 -67 0 0 246 -64 0 0 243 -73 0 0 111 -73 0 0 45 -64 0 0 233 -79 0 0 101 -79 0 0 44 -118 0 0 229 -74 0 0 230 -80 0 0 228 -64 0 0 225 -74 0 0 97 -74 0 0 74 -89 0 0 197 -79 0 0 196 -79 0 0 193 -79 0 0 198 -116 0 0 65 -79 0 0\nEndChar\nStartChar: Q\nEncoding: 81 81 49\nWidth: 722\nFlags: W\nHStem: -182.997 67.9971<429 484> 633 33<449 482>\nVStem: 60.609 104.932<183 221> 594 104.998<433 480>\nFore\n279 -16 m 1\n 225 -73 l 1\n 250 -73 l 1\n 250 -73 252 -73 256 -72 c 0\n 262 -71 309 -80 361 -93 c 0\n 437 -111 458 -115 484 -115 c 0\n 556 -115 597 -96 653 -38 c 1\n 668 -49 l 1\n 642 -85 629 -99 605 -117 c 0\n 554 -157 484 -183 429 -183 c 0\n 392 -183 338 -173 277 -156 c 0\n 233 -144 204 -138 184 -138 c 0\n 145 -138 107 -148 69 -169 c 1\n 59 -154 l 1\n 136 -100 145 -92 236 -12 c 1\n 192 -2 170 8 144 29 c 0\n 90 71 60 139 60 221 c 0\n 60 338 119 459 220 553 c 1\n 300 625 390 666 470 666 c 0\n 603 666 699 568 699 433 c 0\n 699 275 598 113 450 30 c 0\n 394 -1 356 -11 279 -16 c 1\n465 633 m 0\n 392 633 331 595 275 514 c 0\n 214 427 165 278 165 183 c 0\n 165 78 212 17 293 17 c 0\n 366 17 428 56 483 135 c 0\n 547 227 594 374 594 480 c 0\n 594 575 545 633 465 633 c 0\nEndSplineSet\nEndChar\nStartChar: R\nEncoding: 82 82 50\nWidth: 616\nFlags: W\nHStem: 0 21G<-8 236 424 572> 623 30<345.894 386>\nVStem: -8 244<1 16> 488 105<496 513>\nDStem: 196 532 313 595 73 90 248 366 196 532 236 329 73 90 180 120 301 324 396 333 424 0 489 88\nFore\n572 16 m 1\n 572 0 l 1\n 424 0 l 1\n 301 324 l 1\n 236 329 l 1\n 180 120 l 1\n 171 85 168 72 168 62 c 0\n 168 29 175 24 236 16 c 1\n 236 0 l 1\n -8 0 l 1\n -8 16 l 1\n 48 25 55 31 73 90 c 1\n 196 532 l 1\n 203 559 208 583 208 595 c 0\n 208 606 202 618 194 623 c 0\n 184 630 179 631 137 637 c 1\n 137 653 l 1\n 385 653 l 2\n 519 653 593 602 593 509 c 0\n 593 464 575 425 542 396 c 0\n 506 364 473 350 396 333 c 1\n 489 88 l 1\n 508 36 528 19 572 16 c 1\n313 595 m 2\n 248 366 l 1\n 272 362 283 361 299 361 c 0\n 424 361 488 412 488 511 c 0\n 488 585 447 623 364 623 c 0\n 332 623 319 616 313 595 c 2\nEndSplineSet\nMinimumDistance: x18,-1 \nKernsSLIF: 252 -7 0 0 250 -7 0 0 117 -7 0 0 339 -15 0 0 246 -15 0 0 243 -15 0 0 111 -15 0 0 45 -29 0 0 233 -15 0 0 101 -15 0 0 229 -3 0 0 230 -3 0 0 228 -3 0 0 225 -3 0 0 97 -3 0 0 89 -19 0 0 87 -28 0 0 86 -31 0 0 220 -36 0 0 85 -36 0 0 214 -26 0 0 211 -26 0 0 338 -18 0 0 79 -26 0 0 71 -20 0 0 199 -25 0 0 67 -26 0 0\nEndChar\nStartChar: S\nEncoding: 83 83 51\nWidth: 500\nFlags: W\nHStem: -18 35<209 231> 633 33<311 331>\nVStem: 131.316 88.6371<499 531> 343.998 87.0024<150 182>\nFore\n468 468 m 1\n 450 471 l 1\n 448 537 440 571 418 596 c 0\n 397 620 366 633 329 633 c 0\n 261 633 219 594 219 531 c 0\n 219 482 228 468 318 377 c 128\n 408 286 431 247 431 182 c 0\n 431 69 344 -18 229 -18 c 0\n 198 -18 171 -12 125 5 c 0\n 99 14 84 18 73 18 c 0\n 53 18 42 8 35 -15 c 1\n 17 -15 l 1\n 51 208 l 1\n 71 206 l 1\n 70 199 69 191 69 183 c 0\n 69 88 132 17 215 17 c 0\n 288 17 344 75 344 150 c 0\n 344 193 331 219 284 268 c 0\n 277 276 263 291 245 310 c 0\n 228 329 215 343 206 352 c 0\n 146 416 131 445 131 499 c 0\n 131 597 205 666 309 666 c 0\n 340 666 372 661 394 652 c 0\n 417 644 428 641 440 641 c 0\n 462 641 471 646 485 667 c 1\n 508 667 l 1\n 468 468 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nKernsSLIF: 116 -13 0 0 89 -1 0 0 87 8 0 0 86 5 0 0 84 1 0 0 197 -2 0 0 196 -2 0 0 193 -2 0 0 198 -14 0 0 65 -2 0 0\nEndChar\nStartChar: T\nEncoding: 84 84 52\nWidth: 556\nFlags: W\nHStem: 0 19<317 330.536> 618 35<251 314 416 491>\nVStem: 65 290<1 16>\nDStem: 315 618 416 618 171 90 277 120\nFore\n633 653 m 1\n 589 490 l 1\n 572 492 l 1\n 574 509 575 524 575 537 c 0\n 575 593 543 618 471 618 c 2\n 416 618 l 1\n 277 120 l 1\n 268 86 265 74 265 61 c 0\n 265 31 277 22 317 19 c 0\n 323 19 338 17 355 16 c 1\n 355 0 l 1\n 65 0 l 1\n 65 16 l 1\n 131 21 155 37 171 90 c 1\n 315 618 l 1\n 162 620 130 603 77 495 c 1\n 59 499 l 1\n 101 653 l 1\n 633 653 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nKernsSLIF: 121 -70 0 0 119 -69 0 0 118 -72 0 0 117 -86 0 0 59 -92 0 0 115 -74 0 0 114 -87 0 0 46 -71 0 0 248 -89 0 0 111 -87 0 0 106 -20 0 0 105 -16 0 0 45 -68 0 0 8249 -101 0 0 171 -102 0 0 103 -102 0 0 101 -90 0 0 44 -70 0 0 58 -84 0 0 99 -86 0 0 230 -81 0 0 97 -81 0 0 89 33 0 0 87 43 0 0 86 41 0 0 83 -2 0 0 213 -20 0 0 216 -20 0 0 210 -20 0 0 214 -20 0 0 212 -20 0 0 211 -20 0 0 338 -8 0 0 79 -20 0 0 74 -39 0 0 71 -7 0 0 67 -15 0 0 195 -33 0 0 197 -33 0 0 192 -33 0 0 196 -33 0 0 194 -33 0 0 193 -33 0 0 198 -45 0 0 65 -33 0 0\nEndChar\nStartChar: U\nEncoding: 85 85 53\nWidth: 722\nFlags: W\nHStem: -18 41<319 342> 633 20G<127 400 566 765>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nFore\n765 653 m 1\n 765 637 l 1\n 703 623 699 618 661 488 c 2\n 578 203 l 2\n 534 53 451 -18 320 -18 c 0\n 194 -18 102 51 102 147 c 0\n 102 187 115 251 145 359 c 2\n 198 551 l 1\n 202 568 205 584 205 596 c 0\n 205 625 194 631 127 637 c 1\n 127 653 l 1\n 400 653 l 1\n 400 637 l 1\n 332 630 316 616 295 546 c 0\n 294 541 292 534 290 527 c 0\n 223 296 192 175 192 141 c 0\n 192 71 249 23 332 23 c 0\n 402 23 456 54 495 116 c 0\n 517 150 532 190 550 255 c 0\n 555 274 559 291 563 304 c 0\n 611 473 637 575 637 591 c 0\n 637 604 630 618 620 624 c 0\n 608 632 598 634 566 637 c 1\n 566 653 l 1\n 765 653 l 1\nEndSplineSet\nKernsSLIF: 114 -41 0 0 46 -39 0 0 112 -32 0 0 110 -29 0 0 109 -28 0 0 44 -35 0 0 195 -50 0 0 197 -50 0 0 196 -50 0 0 194 -50 0 0 193 -50 0 0 198 -69 0 0 65 -50 0 0\nEndChar\nStartChar: V\nEncoding: 86 86 54\nWidth: 611\nFlags: W\nHStem: 633 20G<76 317 502 688>\nVStem: 76 241<637 652> 502 186<637 652>\nDStem: 513 484 632 597 307 128 259 -18\nFore\n688 653 m 1\n 688 637 l 1\n 665 636 649 624 632 597 c 2\n 259 -18 l 1\n 240 -18 l 1\n 155 502 l 1\n 134 627 132 630 76 637 c 1\n 76 653 l 1\n 317 653 l 1\n 317 637 l 1\n 254 630 240 620 240 586 c 0\n 240 580 240 576 241 571 c 1\n 307 128 l 1\n 513 484 l 2\n 546 541 565 584 565 603 c 128\n 565 622 547 632 502 637 c 1\n 502 653 l 1\n 688 653 l 1\nEndSplineSet\nKernsSLIF: 121 -16 0 0 117 -40 0 0 59 -79 0 0 114 -45 0 0 46 -80 0 0 248 -72 0 0 111 -70 0 0 105 -16 0 0 45 -45 0 0 8249 -81 0 0 171 -82 0 0 103 -84 0 0 101 -74 0 0 44 -76 0 0 58 -82 0 0 230 -72 0 0 97 -67 0 0 84 32 0 0 83 -15 0 0 213 -48 0 0 216 -48 0 0 210 -48 0 0 214 -48 0 0 212 -48 0 0 211 -48 0 0 79 -48 0 0 71 -42 0 0 67 -48 0 0 195 -66 0 0 197 -66 0 0 192 -66 0 0 196 -66 0 0 194 -66 0 0 193 -66 0 0 198 -102 0 0 65 -66 0 0\nEndChar\nStartChar: W\nEncoding: 87 87 55\nWidth: 833\nFlags: W\nHStem: -18 671<212 231 508 528> 436 217<453 458>\nVStem: 71 236<637 652> 367 238<637 652> 721 185<637 652>\nDStem: 451 510 453 436 279 162 231 -18 765 530 831 565 578 162 528 -18\nFore\n906 653 m 1\n 906 637 l 1\n 868 625 858 616 831 565 c 2\n 528 -18 l 1\n 508 -18 l 1\n 458 436 l 1\n 453 436 l 1\n 231 -18 l 1\n 212 -18 l 1\n 150 499 l 1\n 138 591 134 610 122 621 c 0\n 113 630 104 633 71 637 c 1\n 71 653 l 1\n 307 653 l 1\n 307 637 l 1\n 246 630 234 621 234 582 c 0\n 234 580 234 573 235 568 c 1\n 279 162 l 1\n 451 510 l 1\n 442 579 l 1\n 435 628 425 635 367 637 c 1\n 367 653 l 1\n 605 653 l 1\n 605 637 l 1\n 551 632 537 619 537 578 c 1\n 538 564 l 1\n 578 162 l 1\n 765 530 l 2\n 778 556 786 581 786 597 c 0\n 786 625 775 632 721 637 c 1\n 721 653 l 1\n 906 653 l 1\nEndSplineSet\nKernsSLIF: 121 -11 0 0 117 -35 0 0 59 -74 0 0 114 -40 0 0 46 -62 0 0 248 -58 0 0 111 -56 0 0 105 -18 0 0 45 -32 0 0 8249 -67 0 0 171 -68 0 0 103 -75 0 0 101 -60 0 0 44 -58 0 0 58 -77 0 0 230 -58 0 0 97 -53 0 0 84 30 0 0 83 -17 0 0 213 -39 0 0 216 -39 0 0 210 -39 0 0 214 -39 0 0 212 -39 0 0 211 -39 0 0 79 -39 0 0 71 -33 0 0 67 -39 0 0 195 -57 0 0 197 -57 0 0 192 -57 0 0 196 -57 0 0 194 -57 0 0 193 -57 0 0 198 -85 0 0 65 -57 0 0\nEndChar\nStartChar: X\nEncoding: 88 88 56\nWidth: 611\nFlags: W\nHStem: 0 16<163 184> 633 20G<76 340 447 655>\nVStem: -29 214<1 16> 76 264<637 652> 294 273<1 16> 447 208<637 652>\nDStem: 168 576 284 540 274 313 343 393 292 269 361 348 359 104 463 90 488 560 530 542 343 393 361 348\nFore\n655 653 m 1\n 655 637 l 1\n 612 623 582 600 530 542 c 1\n 361 348 l 1\n 463 90 l 1\n 488 30 497 24 567 16 c 1\n 567 0 l 1\n 294 0 l 1\n 294 16 l 1\n 360 21 370 26 370 55 c 0\n 370 70 366 86 359 104 c 2\n 292 269 l 1\n 141 97 l 2\n 128 82 120 65 120 50 c 0\n 120 25 137 16 185 16 c 1\n 185 0 l 1\n -29 0 l 1\n -29 16 l 1\n 24 27 52 52 191 216 c 0\n 204 232 237 271 274 313 c 1\n 168 576 l 2\n 149 622 134 632 76 637 c 1\n 76 653 l 1\n 340 653 l 1\n 340 637 l 1\n 285 630 269 621 269 596 c 0\n 269 583 273 566 284 540 c 1\n 343 393 l 1\n 488 560 l 2\n 502 576 508 588 508 601 c 0\n 508 624 496 631 447 637 c 1\n 447 653 l 1\n 655 653 l 1\nEndSplineSet\nKernsSLIF: 121 -67 0 0 117 -7 0 0 111 -15 0 0 45 -41 0 0 101 -15 0 0 97 -3 0 0 81 -42 0 0 214 -44 0 0 79 -44 0 0 67 -50 0 0\nEndChar\nStartChar: Y\nEncoding: 89 89 57\nWidth: 556\nFlags: W\nHStem: 0 21G<78 367> 633 20G<91 330 444 633>\nVStem: 78 289<1 16> 91 239<637 652> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nFore\n91 637 m 1\n 91 653 l 1\n 330 653 l 1\n 330 637 l 1\n 270 631 258 625 258 601 c 0\n 258 586 269 543 294 457 c 0\n 310 404 313 391 325 347 c 1\n 363 393 l 1\n 467 514 513 579 513 606 c 0\n 513 623 500 631 471 634 c 0\n 467 635 456 636 444 637 c 1\n 444 653 l 1\n 633 653 l 1\n 633 637 l 1\n 603 623 595 616 563 576 c 2\n 344 306 l 1\n 315 205 l 2\n 314 201 312 194 309 185 c 0\n 285 107 278 77 278 56 c 0\n 278 31 292 21 331 19 c 0\n 337 18 351 17 367 16 c 1\n 367 0 l 1\n 78 0 l 1\n 78 16 l 1\n 144 20 166 36 183 90 c 1\n 244 302 l 1\n 167 571 l 1\n 150 626 147 629 91 637 c 1\nEndSplineSet\nKernsSLIF: 118 -32 0 0 117 -58 0 0 59 -86 0 0 46 -65 0 0 112 -52 0 0 248 -77 0 0 111 -75 0 0 105 -16 0 0 45 -60 0 0 8249 -92 0 0 171 -93 0 0 103 -94 0 0 101 -78 0 0 44 -64 0 0 58 -78 0 0 230 -75 0 0 97 -72 0 0 84 32 0 0 83 -15 0 0 213 -52 0 0 216 -52 0 0 210 -52 0 0 214 -52 0 0 212 -52 0 0 211 -52 0 0 79 -52 0 0 71 -45 0 0 67 -52 0 0 195 -27 0 0 197 -27 0 0 192 -27 0 0 196 -27 0 0 194 -27 0 0 193 -27 0 0 198 -39 0 0 65 -27 0 0\nEndChar\nStartChar: Z\nEncoding: 90 90 58\nWidth: 556\nFlags: W\nHStem: 0 36<124 314> 617 36<282 472>\nDStem: 473 617 606 639 -6 14 123 36\nFore\n606 653 m 1\n 606 639 l 1\n 123 36 l 1\n 284 36 l 2\n 366 36 416 44 450 64 c 0\n 484 83 502 107 534 171 c 1\n 553 168 l 1\n 499 0 l 1\n -6 0 l 1\n -6 14 l 1\n 473 617 l 1\n 302 617 l 2\n 227 617 174 604 145 580 c 0\n 126 563 114 546 93 502 c 1\n 74 507 l 1\n 120 653 l 1\n 606 653 l 1\nEndSplineSet\nKernsSLIF: 121 -28 0 0 118 -12 0 0\nEndChar\nStartChar: bracketleft\nEncoding: 91 91 59\nWidth: 389\nFlags: W\nHStem: -153 27<149 209> 636 27<309 384>\nDStem: 218 663 275 601 21 -153 115 -77\nFore\n384 636 m 1\n 322 636 l 2\n 293 636 281 627 275 601 c 2\n 115 -77 l 2\n 111 -93 111 -93 111 -98 c 0\n 111 -117 128 -126 160 -126 c 2\n 216 -126 l 1\n 209 -153 l 1\n 21 -153 l 1\n 218 663 l 1\n 391 663 l 1\n 384 636 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: backslash\nEncoding: 92 92 60\nWidth: 278\nFlags: W\nHStem: 646 20G<-41 31>\nDStem: -41 666 31 666 248 -18 319 -18\nFore\n-41 666 m 1\n 31 666 l 1\n 319 -18 l 1\n 248 -18 l 1\n -41 666 l 1\nEndSplineSet\nEndChar\nStartChar: bracketright\nEncoding: 93 93 61\nWidth: 389\nFlags: W\nHStem: -153 27<19 92> 636 27<193 252>\nDStem: 288 588 382 663 127 -90 185 -153\nFore\n19 -126 m 1\n 81 -126 l 2\n 111 -126 120 -119 127 -90 c 2\n 288 588 l 2\n 292 604 292 605 292 609 c 0\n 292 627 275 636 243 636 c 2\n 186 636 l 1\n 193 663 l 1\n 382 663 l 1\n 185 -153 l 1\n 12 -153 l 1\n 19 -126 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: asciicircum\nEncoding: 94 94 62\nWidth: 422\nFlags: W\nHStem: 646 20G<181 241>\nDStem: 181 666 211 590 0 301 68 301 211 590 241 666 354 301 422 301\nFore\n68 301 m 1\n 0 301 l 1\n 181 666 l 1\n 241 666 l 1\n 422 301 l 1\n 354 301 l 1\n 211 590 l 1\n 68 301 l 1\nEndSplineSet\nEndChar\nStartChar: underscore\nEncoding: 95 95 63\nWidth: 500\nFlags: W\nHStem: -125 50<1 499>\nVStem: 0 500<-124 -76>\nFore\n500 -125 m 1\n 0 -125 l 1\n 0 -75 l 1\n 500 -75 l 1\n 500 -125 l 1\nEndSplineSet\nEndChar\nStartChar: grave\nEncoding: 96 96 64\nWidth: 333\nFlags: W\nFore\n280 492 m 1\n 140 598 l 2\n 127 608 121 618 121 630 c 0\n 121 649 136 664 156 664 c 0\n 171 664 182 657 195 641 c 2\n 311 492 l 1\n 280 492 l 1\nEndSplineSet\nEndChar\nStartChar: a\nEncoding: 97 97 65\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969>\nVStem: 17 84<99 117>\nFore\n464 110 m 1\n 476 100 l 1\n 402 9 377 -10 337 -10 c 0\n 309 -10 297 2 297 31 c 0\n 297 55 300 68 320 146 c 1\n 232 22 189 -11 119 -11 c 0\n 55 -11 17 30 17 100 c 0\n 17 258 171 441 303 441 c 0\n 346 441 375 420 383 383 c 1\n 394 431 l 1\n 397 434 l 1\n 458 441 l 1\n 465 438 l 1\n 463 429 462 427 459 417 c 0\n 412 245 370 74 370 54 c 0\n 370 47 376 41 384 41 c 0\n 393 41 406 51 436 82 c 0\n 443 90 449 95 464 110 c 1\n309 419 m 0\n 269 422 222 390 182 332 c 0\n 139 270 101 167 101 113 c 0\n 101 67 124 38 159 38 c 0\n 188 38 222 55 246 82 c 0\n 315 156 365 274 365 358 c 0\n 365 393 343 417 309 419 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nKernsSLIF: 121 2 0 0 119 4 0 0 118 1 0 0 8217 -28 0 0 106 -22 0 0\nEndChar\nStartChar: b\nEncoding: 98 98 66\nWidth: 500\nFlags: W\nHStem: -11 23<151 168> 391.994 49.006<318 357>\nVStem: 23 86<41 46> 388 85<305 323>\nDStem: 159 547 268 678 23 46 164 290\nFore\n110 643 m 1\n 110 660 l 1\n 177 668 213 674 263 683 c 1\n 268 678 l 1\n 164 290 l 1\n 235 400 287 441 357 441 c 0\n 424 441 473 391 473 321 c 0\n 473 164 307 -11 156 -11 c 0\n 100 -11 23 19 23 42 c 2\n 23 46 l 1\n 159 547 l 1\n 161 554 l 1\n 162 559 164 566 166 573 c 0\n 172 595 175 607 175 616 c 0\n 175 638 169 641 110 643 c 1\n318 392 m 0\n 270 392 225 354 181 277 c 0\n 139 203 109 106 109 46 c 0\n 109 23 124 12 155 12 c 0\n 198 12 241 33 278 71 c 0\n 337 133 388 240 388 306 c 0\n 388 359 361 392 318 392 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nKernsSLIF: 121 -3 0 0 119 -7 0 0 118 -10 0 0\nEndChar\nStartChar: c\nEncoding: 99 99 67\nWidth: 444\nFlags: W\nHStem: -10.9981 35.9981<177 207> 420 21<302 322>\nVStem: 30 86<133 149> 338 87<351 361>\nFore\n350 106 m 1\n 366 96 l 1\n 306 20 251 -11 177 -11 c 0\n 84 -11 30 44 30 139 c 0\n 30 295 170 441 320 441 c 0\n 380 441 425 406 425 360 c 0\n 425 334 404 314 377 314 c 0\n 353 314 338 328 338 352 c 0\n 338 361 340 368 347 381 c 0\n 351 390 353 395 353 400 c 0\n 353 412 338 420 315 420 c 0\n 276 420 236 402 207 372 c 0\n 151 313 116 224 116 139 c 0\n 116 68 150 25 207 25 c 0\n 256 25 295 47 350 106 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nKernsSLIF: 107 -29 0 0 104 -30 0 0\nEndChar\nStartChar: d\nEncoding: 100 100 68\nWidth: 500\nFlags: W\nHStem: -10.9977 47.9977<120 160> 418.138 22.8624<295.336 307 307.031 310.977>\nVStem: 15 87<99 123>\nFore\n463 111 m 1\n 475 101 l 1\n 423 28 371 -13 329 -13 c 0\n 304 -13 287 5 287 32 c 0\n 287 55 289 70 300 121 c 1\n 232 21 188 -11 120 -11 c 0\n 55 -11 15 32 15 103 c 0\n 15 253 177 441 307 441 c 0\n 346 441 364 425 372 383 c 1\n 416 547 l 2\n 430 598 431 604 431 617 c 0\n 431 638 424 641 369 643 c 1\n 369 660 l 1\n 433 666 469 672 522 683 c 1\n 527 678 l 1\n 476 478 455 398 428 306 c 0\n 395 196 363 74 363 60 c 0\n 363 49 371 40 381 40 c 0\n 398 40 409 49 463 111 c 1\n311 418 m 0\n 283 420 246 401 218 372 c 0\n 152 302 102 186 102 103 c 0\n 102 64 126 37 160 37 c 0\n 252 37 356 209 356 361 c 0\n 356 397 341 416 311 418 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: e\nEncoding: 101 101 69\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332>\nVStem: 31 87<110 133> 346 66<372 381>\nFore\n358 109 m 5\n 370 97 l 5\n 311 30 234 -11 163 -11 c 4\n 85 -11 31 45 31 126 c 4\n 31 276 188 441 332 441 c 4\n 382 441 412 415 412 373 c 4\n 412 287 306 211 156 190 c 6\n 128 186 l 5\n 120 154 118 139 118 124 c 4\n 118 70 155 34 212 34 c 4\n 255 34 286 50 358 109 c 5\n152 252 m 6\n 135 208 l 5\n 221 229 259 247 296 282 c 4\n 327 312 346 348 346 379 c 4\n 346 402 332 418 311 418 c 4\n 260 418 186 341 152 252 c 6\nEndSplineSet\nMinimumDistance: x5,-1 \nKernsSLIF: 121 4 0 0 120 -10 0 0 119 2 0 0 116 -16 0 0 8217 -21 0 0\nEndChar\nStartChar: f\nEncoding: 102 102 70\nWidth: 278\nFlags: W\nHStem: -207 21<-67 -58> 396 32<42 124 212 313> 656 22<332 340>\nVStem: -147 76<-147 -141> 345 79<608 615>\nDStem: 42 428 204 396 35 396 132 76\nFore\n35 396 m 1\n 42 428 l 1\n 134 428 l 1\n 164 524 184 570 214 609 c 0\n 250 656 289 678 338 678 c 128\n 387 678 424 650 424 613 c 0\n 424 591 405 573 382 573 c 0\n 360 573 345 589 345 613 c 0\n 345 620 347 625 351 634 c 0\n 354 639 355 641 355 644 c 0\n 355 651 346 656 333 656 c 0\n 277 656 240 585 211 428 c 1\n 319 428 l 1\n 313 396 l 1\n 204 396 l 1\n 132 76 l 1\n 91 -108 21 -207 -68 -207 c 0\n -112 -207 -147 -180 -147 -146 c 0\n -147 -123 -131 -105 -110 -105 c 128\n -89 -105 -71 -122 -71 -143 c 0\n -71 -149 -72 -153 -76 -159 c 0\n -79 -164 -80 -167 -80 -170 c 0\n -80 -179 -72 -186 -60 -186 c 0\n -18 -186 15 -131 37 -24 c 1\n 125 396 l 1\n 35 396 l 1\nEndSplineSet\nKernsSLIF: 116 18 0 0 115 -20 0 0 8217 18 0 0 248 -31 0 0 339 -24 0 0 246 -2 0 0 243 -30 0 0 111 -29 0 0 108 42 0 0 106 13 0 0 105 17 0 0 102 30 0 0 233 -34 0 0 101 -32 0 0 229 -17 0 0 230 -30 0 0 228 -2 0 0 225 -27 0 0 97 -26 0 0\nEndChar\nStartChar: g\nEncoding: 103 103 71\nWidth: 500\nFlags: W\nHStem: -206 22<171 200> 151 21<232 246> 366 39<423 471> 419 22<283.463 299>\nVStem: 8 55<-94 -78> 98.0105 73.9895<78 114 247 270> 324.994 60.0059<-90 -60> 352 78.9961<310 348>\nFore\n472 405 m 1\n 472 366 l 1\n 422 366 l 1\n 428 346 431 326 431 310 c 0\n 431 232 337 151 246 151 c 0\n 237 151 223 152 215 154 c 0\n 212 155 210 155 208 155 c 0\n 195 155 172 129 172 114 c 128\n 172 99 198 83 242 72 c 0\n 337 47 385 3 385 -60 c 0\n 385 -147 301 -206 175 -206 c 0\n 74 -206 8 -161 8 -92 c 0\n 8 -46 26 -26 125 39 c 1\n 106 53 98 65 98 78 c 0\n 98 102 116 122 175 162 c 1\n 118 188 96 218 96 270 c 0\n 96 364 186 441 297 441 c 0\n 335 441 368 431 395 413 c 0\n 403 407 408 405 411 405 c 2\n 472 405 l 1\n148 28 m 0\n 140 28 98 -5 85 -22 c 0\n 69 -41 63 -58 63 -82 c 0\n 63 -146 110 -184 190 -184 c 0\n 267 -184 325 -144 325 -90 c 0\n 325 -44 288 -16 182 17 c 0\n 166 22 156 25 153 26 c 0\n 151 27 149 28 148 28 c 0\n296 419 m 0\n 231 419 174 339 174 247 c 0\n 174 200 196 172 234 172 c 0\n 268 172 299 194 321 235 c 0\n 340 269 352 313 352 348 c 0\n 352 395 333 419 296 419 c 0\nEndSplineSet\nKernsSLIF: 114 -21 0 0 246 -41 0 0 243 -41 0 0 108 -46 0 0 233 -45 0 0 101 -45 0 0 229 -42 0 0 230 -46 0 0 228 -42 0 0 97 -41 0 0\nEndChar\nStartChar: h\nEncoding: 104 104 72\nWidth: 500\nFlags: W\nHStem: 0 21G<19 94>\nVStem: 370 77.2862<364 367>\nDStem: 154 512 273 678 19 0 153 230\nFore\n465 117 m 1\n 478 105 l 1\n 418 18 383 -9 332 -9 c 0\n 305 -9 288 7 288 33 c 0\n 288 45 295 76 308 125 c 2\n 363 332 l 2\n 367 348 370 361 370 365 c 0\n 370 378 357 390 342 390 c 0\n 307 390 239 328 187 249 c 0\n 147 188 134 154 94 0 c 1\n 19 0 l 1\n 154 512 l 2\n 160 534 163 548 164 549 c 0\n 173 578 178 603 178 617 c 128\n 178 631 154 648 140 642 c 0\n 139 641 138 641 137 641 c 2\n 111 641 l 1\n 111 656 l 1\n 171 663 210 670 268 683 c 1\n 273 678 l 1\n 153 230 l 1\n 246 375 317 441 382 441 c 0\n 421 441 448 414 448 374 c 0\n 448 350 429 276 400 181 c 0\n 383 129 367 66 367 56 c 0\n 367 47 374 38 383 38 c 0\n 399 38 411 49 465 117 c 1\nEndSplineSet\nKernsSLIF: 121 -4 0 0 8217 -31 0 0\nEndChar\nStartChar: i\nEncoding: 105 105 73\nWidth: 278\nFlags: W\nHStem: 548 106<209 223>\nVStem: 49 75<47 53> 167 97<597 603>\nDStem: 119 332 228 439 71 155 140 117\nFore\n222 114 m 1\n 235 103 l 1\n 178 19 141 -11 95 -11 c 0\n 65 -11 49 9 49 46 c 0\n 49 66 55 97 71 155 c 2\n 119 332 l 1\n 125 352 128 368 128 376 c 0\n 128 396 118 399 65 400 c 1\n 65 416 l 1\n 104 419 124 422 225 441 c 1\n 228 439 l 1\n 140 117 l 1\n 139 115 l 1\n 139 113 l 1\n 137 105 134 98 134 95 c 0\n 127 76 124 61 124 51 c 0\n 124 44 132 36 140 36 c 0\n 149 36 164 46 181 63 c 0\n 191 74 198 82 222 114 c 1\n214 654 m 0\n 241 654 264 628 264 599 c 0\n 264 571 241 548 215 548 c 0\n 186 548 167 569 167 601 c 0\n 167 631 187 654 214 654 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nKernsSLIF: 106 -31 0 0 84 -10 0 0\nEndChar\nStartChar: j\nEncoding: 106 106 74\nWidth: 278\nFlags: W\nHStem: -207 23<-46 -36> 548 106<225 229>\nVStem: -124 81<-147 -139> 179 97<593 609>\nDStem: 131 289 246 439 59 -3 142 28\nFore\n246 439 m 1\n 142 28 l 2\n 102 -131 42 -207 -45 -207 c 0\n -91 -207 -124 -181 -124 -146 c 0\n -124 -122 -107 -104 -84 -104 c 128\n -61 -104 -43 -120 -43 -141 c 0\n -43 -149 -45 -154 -51 -162 c 0\n -55 -167 -56 -169 -56 -173 c 0\n -56 -180 -50 -184 -38 -184 c 0\n 2 -184 25 -140 59 -3 c 2\n 131 289 l 1\n 142 332 147 359 147 369 c 128\n 147 379 144 388 140 392 c 0\n 135 396 115 402 107 401 c 2\n 100 400 l 1\n 73 400 l 1\n 73 416 l 1\n 104 417 154 425 243 441 c 1\n 246 439 l 1\n226 654 m 0\n 253 654 276 628 276 599 c 0\n 276 571 253 548 227 548 c 0\n 198 548 179 569 179 601 c 0\n 179 632 199 654 226 654 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: k\nEncoding: 107 107 75\nWidth: 444\nFlags: W\nHStem: -10.9947 51.9947<318 354> 0 21G<14 89> 412 16<279 302>\nVStem: 278 183<412 427>\nDStem: 141 483 267 678 14 0 147 221 141 483 137 180 14 0 89 0\nFore\n414 109 m 1\n 429 98 l 1\n 384 14 358 -11 318 -11 c 0\n 289 -11 271 8 239 71 c 0\n 221 107 195 168 179 212 c 1\n 137 180 l 1\n 89 0 l 1\n 14 0 l 1\n 141 483 l 1\n 143 492 l 2\n 145 500 148 511 152 525 c 0\n 165 571 172 598 174 615 c 1\n 173 634 154 641 106 640 c 1\n 106 656 l 1\n 165 663 203 670 262 683 c 1\n 267 678 l 1\n 147 221 l 1\n 164 233 176 243 190 254 c 0\n 283 325 333 374 333 394 c 0\n 333 405 319 412 294 412 c 2\n 278 412 l 1\n 278 428 l 1\n 461 428 l 1\n 461 412 l 1\n 414 409 383 389 236 258 c 1\n 253 219 268 183 273 170 c 0\n 312 74 333 41 354 41 c 0\n 369 41 381 52 399 83 c 2\n 414 109 l 1\nEndSplineSet\nKernsSLIF: 252 8 0 0 117 8 0 0 115 7 0 0 46 26 0 0 246 6 0 0 243 6 0 0 111 6 0 0 45 -27 0 0 103 -27 0 0 233 5 0 0 101 5 0 0 44 27 0 0 229 12 0 0 230 9 0 0 228 12 0 0 225 12 0 0 97 12 0 0\nEndChar\nStartChar: l\nEncoding: 108 108 76\nWidth: 278\nFlags: W\nVStem: 40 77<44 53>\nDStem: 182 599 279 678 45 71 128 99\nFore\n228 123 m 1\n 241 114 l 1\n 176 18 141 -11 89 -11 c 0\n 57 -11 40 9 40 45 c 0\n 40 50 42 60 45 71 c 2\n 182 599 l 1\n 185 608 186 614 186 617 c 0\n 186 633 166 640 118 640 c 1\n 118 656 l 1\n 177 663 215 670 274 683 c 1\n 279 678 l 1\n 128 99 l 1\n 127 97 126 92 125 89 c 0\n 120 69 117 57 117 50 c 0\n 117 39 122 32 132 32 c 0\n 150 32 169 47 201 89 c 0\n 210 101 219 112 228 123 c 1\nEndSplineSet\nKernsSLIF: 121 -11 0 0 118 -12 0 0\nEndChar\nStartChar: m\nEncoding: 109 109 77\nWidth: 722\nFlags: W\nHStem: 0 21G<12 87 259 334>\nVStem: 353.632 76.3797<364 381> 515.048 75.9521<37 54> 593 78.0605<365 374>\nFore\n689 117 m 1\n 704 105 l 1\n 699 98 l 2\n 646 24 602 -9 555 -9 c 0\n 529 -9 515 7 515 37 c 0\n 515 47 519 66 528 103 c 1\n 586 333 l 1\n 591 351 593 363 593 368 c 0\n 593 379 584 389 573 389 c 0\n 544 389 494 345 445 277 c 0\n 394 206 374 156 334 0 c 1\n 259 0 l 1\n 322 234 354 355 354 364 c 0\n 354 380 347 389 334 389 c 0\n 300 389 240 333 184 248 c 0\n 150 196 135 159 87 0 c 1\n 12 0 l 1\n 25 51 28 61 51 143 c 0\n 87 270 110 361 110 372 c 0\n 110 387 97 394 71 394 c 2\n 46 394 l 1\n 46 410 l 1\n 129 425 150 429 206 441 c 1\n 209 439 l 1\n 151 230 l 1\n 243 375 313 441 374 441 c 0\n 408 441 431 416 431 381 c 0\n 431 362 416 305 391 229 c 1\n 460 339 501 387 550 419 c 0\n 574 434 594 441 613 441 c 0\n 647 441 672 414 672 378 c 0\n 672 372 670 354 669 350 c 2\n 601 99 l 1\n 595 75 591 59 591 54 c 0\n 591 44 596 38 604 38 c 0\n 619 38 640 55 668 91 c 0\n 671 95 679 105 689 117 c 1\nEndSplineSet\nKernsSLIF: 121 -3 0 0 119 -4 0 0 118 -6 0 0 112 -4 0 0\nEndChar\nStartChar: n\nEncoding: 110 110 78\nWidth: 500\nFlags: W\nHStem: 0 21G<14 89>\nVStem: 287.57 74.4305<53 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nFore\n460 117 m 1\n 474 104 l 1\n 405 12 379 -9 334 -9 c 0\n 301 -9 287 7 287 45 c 0\n 287 55 290 69 303 120 c 1\n 347 285 l 2\n 355 316 361 349 361 361 c 0\n 361 379 352 390 337 390 c 0\n 300 390 249 340 189 248 c 0\n 145 180 136 158 89 0 c 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 156 430 210 441 c 1\n 213 439 l 1\n 146 221 l 1\n 249 381 312 441 376 441 c 0\n 415 441 442 416 442 380 c 0\n 442 366 438 344 433 323 c 1\n 376 117 l 1\n 362 61 362 61 362 54 c 0\n 362 46 370 38 378 38 c 0\n 392 38 410 54 439 91 c 2\n 460 117 l 1\nEndSplineSet\nKernsSLIF: 121 -6 0 0 119 -7 0 0 118 -10 0 0 8217 -34 0 0 112 -7 0 0 84 -41 0 0\nEndChar\nStartChar: o\nEncoding: 111 111 79\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 420 21<306 324>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nFore\n325 441 m 0\n 410 441 468 384 468 301 c 0\n 468 226 428 141 362 76 c 0\n 304 19 240 -11 174 -11 c 0\n 83 -11 27 43 27 129 c 0\n 27 286 175 441 325 441 c 0\n313 420 m 0\n 270 420 228 390 189 334 c 0\n 140 263 111 175 111 101 c 0\n 111 46 142 10 189 10 c 0\n 232 10 270 35 307 88 c 0\n 351 153 384 253 384 326 c 0\n 384 383 356 420 313 420 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nKernsSLIF: 121 -10 0 0 120 -33 0 0 119 -15 0 0 118 -18 0 0 116 -15 0 0 8217 -24 0 0 84 -63 0 0\nEndChar\nStartChar: p\nEncoding: 112 112 80\nWidth: 500\nFlags: W\nHStem: -205 16<-74 -74 116 129> -11 19<164 181>\nVStem: -75 205<-204 -190> 379 90<307 330>\nFore\n56 404 m 1\n 54 419 l 1\n 208 441 l 1\n 210 442 l 1\n 210 442 211 442 211 441 c 1\n 213 440 l 1\n 214 438 215 437 215 437 c 1\n 212 428 l 1\n 183 328 l 1\n 241 409 289 441 354 441 c 0\n 425 441 469 394 469 316 c 0\n 469 157 315 -11 169 -11 c 0\n 146 -11 128 -7 103 6 c 1\n 83 -68 66 -146 66 -160 c 0\n 66 -181 83 -190 130 -190 c 1\n 130 -205 l 1\n -75 -205 l 1\n -75 -189 l 1\n -32 -188 -19 -176 -8 -130 c 0\n -1 -101 23 -6 50 94 c 0\n 85 226 121 368 121 377 c 0\n 121 392 95 411 82 405 c 0\n 81 404 79 404 79 404 c 1\n 56 404 l 1\n317 398 m 0\n 267 401 209 352 182 284 c 0\n 153 210 117 79 117 45 c 0\n 117 23 137 8 165 8 c 0\n 217 8 265 39 307 98 c 0\n 350 160 379 246 379 312 c 0\n 379 370 360 396 317 398 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nKernsSLIF: 121 -4 0 0 116 -14 0 0\nEndChar\nStartChar: q\nEncoding: 113 113 81\nWidth: 500\nFlags: W\nHStem: -209 18<361 390> -10.9975 52.9975<127 167> 419 22<313 329>\nVStem: 25 86<104 121> 150 241<-208 -193>\nFore\n391 -191 m 1\n 391 -209 l 1\n 150 -209 l 1\n 150 -193 l 1\n 215 -188 231 -180 244 -140 c 1\n 333 153 l 1\n 244 26 198 -11 127 -11 c 0\n 64 -11 25 34 25 105 c 0\n 25 257 186 441 318 441 c 0\n 359 441 379 425 395 379 c 1\n 410 426 l 1\n 483 426 l 1\n 319 -151 l 2\n 318 -155 317 -159 317 -162 c 0\n 316 -181 337 -191 374 -191 c 2\n 391 -191 l 1\n321 419 m 0\n 292 419 259 401 228 370 c 0\n 163 304 111 193 111 119 c 0\n 111 72 133 42 167 42 c 0\n 191 42 218 54 244 76 c 0\n 312 133 380 275 380 358 c 0\n 380 392 354 419 321 419 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nKernsSLIF: 117 -11 0 0 99 -13 0 0\nEndChar\nStartChar: r\nEncoding: 114 114 82\nWidth: 389\nFlags: W\nHStem: 0 21G<45 121> 340 101<354.385 368>\nFore\n121 0 m 1\n 45 0 l 1\n 126 292 l 1\n 142 360 142 360 142 374 c 0\n 142 392 129 402 107 402 c 0\n 100 402 97 402 73 397 c 1\n 73 414 l 1\n 146 426 155 428 228 441 c 1\n 231 439 l 1\n 178 222 l 1\n 192 258 l 2\n 208 298 248 357 289 399 c 0\n 315 426 342 441 365 441 c 0\n 393 441 412 420 412 389 c 128\n 412 358 395 340 366 340 c 0\n 346 340 338 345 330 362 c 0\n 325 372 320 376 314 376 c 0\n 297 376 269 345 236 289 c 0\n 190 213 173 170 121 0 c 1\nEndSplineSet\nKernsSLIF: 121 33 0 0 120 7 0 0 119 32 0 0 118 30 0 0 117 11 0 0 116 12 0 0 59 -28 0 0 115 -17 0 0 114 4 0 0 8217 -4 0 0 113 -31 0 0 46 -72 0 0 112 13 0 0 248 -29 0 0 242 -28 0 0 339 -23 0 0 246 -28 0 0 244 -28 0 0 243 -28 0 0 111 -28 0 0 110 16 0 0 109 17 0 0 108 -21 0 0 107 -15 0 0 106 4 0 0 105 8 0 0 45 -52 0 0 104 -17 0 0 103 -21 0 0 102 23 0 0 232 -35 0 0 234 -35 0 0 233 -35 0 0 101 -35 0 0 100 -31 0 0 44 -68 0 0 58 -28 0 0 231 -17 0 0 99 -26 0 0 229 -29 0 0 224 -29 0 0 230 -36 0 0 228 -29 0 0 226 -29 0 0 225 -29 0 0 97 -29 0 0\nEndChar\nStartChar: s\nEncoding: 115 115 83\nWidth: 389\nFlags: W\nHStem: -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240>\nVStem: 109.004 72.9964<331 364> 227.993 76.0067<87 119>\nFore\n36 146 m 1\n 52 146 l 1\n 68 51 99 10 154 10 c 0\n 198 10 228 42 228 87 c 0\n 228 116 211 151 172 202 c 0\n 130 256 109 299 109 331 c 0\n 109 398 157 441 230 441 c 0\n 246 441 261 439 286 431 c 0\n 305 426 315 424 322 424 c 0\n 336 424 344 428 352 442 c 1\n 366 442 l 1\n 346 303 l 1\n 330 303 l 1\n 320 381 290 418 238 418 c 0\n 203 418 182 397 182 364 c 0\n 182 337 198 306 236 259 c 0\n 283 201 304 157 304 119 c 0\n 304 43 244 -11 160 -11 c 0\n 144 -11 127 -8 105 -1 c 0\n 85 4 67 8 56 8 c 0\n 46 8 40 3 32 -13 c 1\n 16 -13 l 1\n 36 146 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nKernsSLIF: 116 -12 0 0 8217 -20 0 0\nEndChar\nStartChar: t\nEncoding: 116 116 84\nWidth: 278\nFlags: W\nHStem: 396 32<217 291>\nDStem: 132 396 207 396 60 121 119 63\nFore\n296 428 m 1\n 291 396 l 1\n 207 396 l 1\n 119 63 l 2\n 118 60 118 59 118 58 c 0\n 118 46 124 38 133 38 c 0\n 149 38 165 54 214 117 c 1\n 227 110 l 1\n 164 17 131 -11 85 -11 c 0\n 58 -11 37 5 37 27 c 0\n 37 35 45 70 54 100 c 0\n 57 109 58 112 60 121 c 1\n 132 396 l 1\n 58 396 l 1\n 57 399 57 401 57 402 c 0\n 57 413 64 419 89 427 c 0\n 121 436 183 486 222 537 c 0\n 228 545 231 546 237 546 c 0\n 242 546 245 543 245 536 c 0\n 245 535 245 533 244 531 c 1\n 216 428 l 1\n 296 428 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nKernsSLIF: 59 -26 0 0 8217 -19 0 0 246 -11 0 0 243 -11 0 0 111 -11 0 0 104 -11 0 0 233 -13 0 0 101 -13 0 0 58 -29 0 0 229 -6 0 0 230 -10 0 0 228 -6 0 0 225 -6 0 0 97 -6 0 0 83 -9 0 0\nEndChar\nStartChar: u\nEncoding: 117 117 85\nWidth: 500\nFlags: W\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nKernsSLIF: 8217 -31 0 0\nEndChar\nStartChar: v\nEncoding: 118 118 86\nWidth: 444\nFlags: W\nHStem: -18 458.28<144 149>\nVStem: 333 92.9915<382 407>\nFore\n21 403 m 1\n 21 416 l 1\n 59 422 114 432 132 437 c 0\n 140 440 147 441 152 441 c 0\n 161 441 161 439 181 337 c 0\n 194 263 200 211 207 70 c 1\n 238 102 l 2\n 309 176 375 287 375 333 c 0\n 375 343 370 351 357 363 c 0\n 339 379 333 391 333 407 c 0\n 333 428 348 441 370 441 c 0\n 400 441 426 414 426 382 c 0\n 426 345 400 280 365 230 c 0\n 263 88 170 -18 145 -18 c 0\n 138 -18 136 -11 136 17 c 0\n 136 75 124 226 114 295 c 0\n 100 387 90 404 51 404 c 0\n 40 404 32 404 21 403 c 1\nEndSplineSet\nKernsSLIF: 59 -48 0 0 115 -30 0 0 46 -51 0 0 248 -29 0 0 242 -28 0 0 246 -28 0 0 243 -28 0 0 111 -26 0 0 108 -29 0 0 103 -36 0 0 232 -32 0 0 234 -32 0 0 233 -32 0 0 101 -30 0 0 44 -46 0 0 58 -48 0 0 99 -26 0 0 227 -26 0 0 229 -26 0 0 224 -26 0 0 230 -29 0 0 228 -26 0 0 226 -26 0 0 225 -26 0 0 97 -24 0 0\nEndChar\nStartChar: w\nEncoding: 119 119 87\nWidth: 667\nFlags: W\nHStem: -18 458.182<133 136 382 395> 404 17<35 42>\nVStem: 557 90.9918<389 407>\nDStem: 342 331 403 426 371 12 435 74\nFore\n16 404 m 1\n 16 417 l 1\n 28 419 38 421 42 421 c 0\n 75 426 99 430 110 434 c 0\n 123 438 134 441 140 441 c 0\n 152 441 154 433 165 371 c 0\n 176 301 187 196 190 126 c 1\n 382 430 l 2\n 387 438 390 440 395 440 c 0\n 401 440 403 437 403 426 c 1\n 435 74 l 1\n 566 237 600 291 600 334 c 0\n 600 346 594 356 578 371 c 128\n 562 386 557 394 557 407 c 0\n 557 428 572 441 596 441 c 0\n 626 441 648 419 648 389 c 0\n 648 325 572 199 436 36 c 0\n 432 31 428 26 427 25 c 0\n 400 -8 390 -18 382 -18 c 0\n 375 -18 373 -15 371 12 c 1\n 342 331 l 1\n 253 175 l 2\n 223 122 203 87 198 76 c 0\n 162 7 145 -18 134 -18 c 0\n 125 -18 123 -10 121 29 c 1\n 117 117 l 1\n 114 196 102 302 90 359 c 0\n 83 397 73 407 45 405 c 0\n 40 404 37 404 36 404 c 2\n 16 404 l 1\nEndSplineSet\nKernsSLIF: 59 -49 0 0 115 -32 0 0 46 -51 0 0 248 -31 0 0 242 -30 0 0 246 -30 0 0 243 -30 0 0 111 -28 0 0 108 -30 0 0 45 -4 0 0 103 -38 0 0 232 -34 0 0 234 -34 0 0 233 -34 0 0 101 -32 0 0 44 -47 0 0 58 -49 0 0 99 -28 0 0 227 -28 0 0 229 -28 0 0 224 -28 0 0 230 -31 0 0 228 -28 0 0 226 -28 0 0 225 -28 0 0 97 -26 0 0\nEndChar\nStartChar: x\nEncoding: 120 120 88\nWidth: 444\nFlags: W\nHStem: -11 76.9848<7 23> 368 73<404 416>\nFore\n402 111 m 1\n 416 103 l 1\n 358 13 332 -11 294 -11 c 0\n 262 -11 249 5 236 56 c 2\n 206 176 l 1\n 164 118 143 91 116 59 c 0\n 66 -2 54 -11 23 -11 c 0\n -7 -11 -27 5 -27 31 c 0\n -27 51 -12 66 7 66 c 0\n 15 66 26 63 39 56 c 0\n 49 50 59 47 65 47 c 0\n 76 47 96 65 116 95 c 1\n 198 212 l 1\n 169 335 l 2\n 155 395 149 404 124 404 c 0\n 115 404 106 402 68 393 c 1\n 64 408 l 1\n 75 412 l 2\n 136 432 170 441 192 441 c 0\n 219 441 230 421 244 353 c 2\n 255 298 l 1\n 324 405 362 441 406 441 c 0\n 430 441 447 425 447 404 c 128\n 447 383 433 368 412 368 c 0\n 404 368 397 370 385 377 c 0\n 375 382 367 385 361 385 c 0\n 343 385 307 341 263 264 c 1\n 263 249 274 203 299 102 c 0\n 300 99 301 93 303 85 c 0\n 310 57 319 44 334 44 c 0\n 345 44 357 54 380 84 c 0\n 389 96 394 102 402 111 c 1\nEndSplineSet\nKernsSLIF: 113 2 0 0 111 1 0 0 97 6 0 0\nEndChar\nStartChar: y\nEncoding: 121 121 89\nWidth: 444\nFlags: W\nHStem: -205.052 82.0515<16 17> 421 20G<154 158>\nVStem: 332 93.9907<386 404>\nFore\n15 400 m 1\n 15 417 l 1\n 29 419 42 422 47 423 c 0\n 100 433 136 439 145 440 c 0\n 149 440 153 440 154 441 c 2\n 158 441 l 2\n 173 441 229 276 244 188 c 2\n 264 72 l 1\n 349 213 386 291 386 331 c 0\n 386 345 379 354 360 365 c 0\n 340 378 332 389 332 404 c 0\n 332 426 348 441 371 441 c 0\n 401 441 426 416 426 386 c 0\n 426 337 398 265 330 142 c 0\n 222 -56 91 -206 27 -206 c 0\n -2 -206 -24 -187 -24 -162 c 0\n -24 -140 -7 -123 15 -123 c 0\n 26 -123 37 -128 52 -140 c 0\n 63 -148 70 -151 76 -151 c 0\n 89 -151 101 -143 122 -121 c 0\n 133 -109 153 -83 184 -42 c 0\n 199 -24 205 -8 205 8 c 0\n 205 25 181 142 164 207 c 0\n 118 379 103 404 46 404 c 0\n 35 404 28 403 15 400 c 1\nEndSplineSet\nKernsSLIF: 59 -45 0 0 115 -19 0 0 46 -25 0 0 248 -16 0 0 242 -15 0 0 246 -15 0 0 243 -15 0 0 111 -15 0 0 108 -18 0 0 45 7 0 0 103 -34 0 0 232 -19 0 0 234 -19 0 0 233 -19 0 0 101 -19 0 0 44 -21 0 0 58 -48 0 0 99 -15 0 0 227 -12 0 0 229 -12 0 0 224 -12 0 0 230 -17 0 0 228 -12 0 0 226 -12 0 0 225 -12 0 0 97 -12 0 0\nEndChar\nStartChar: z\nEncoding: 122 122 90\nWidth: 389\nFlags: W\nHStem: -81 21<269 283> 368 60<142 307>\nVStem: 294 69<-9 4>\nDStem: 308 368 380 417 -2 -4 90 73\nFore\n81 309 m 1\n 65 313 l 1\n 96 428 l 1\n 380 428 l 1\n 380 417 l 1\n 90 73 l 1\n 148 60 167 47 211 -10 c 0\n 244 -52 256 -60 281 -60 c 0\n 297 -60 308 -54 308 -45 c 0\n 308 -42 306 -36 303 -30 c 0\n 297 -19 294 -9 294 0 c 0\n 294 18 308 31 328 31 c 0\n 349 31 363 16 363 -5 c 0\n 363 -45 319 -81 269 -81 c 0\n 241 -81 207 -68 157 -37 c 0\n 110 -8 77 5 53 5 c 0\n 36 5 23 0 7 -13 c 1\n -2 -4 l 1\n 308 368 l 1\n 162 368 l 2\n 115 368 102 359 81 309 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: braceleft\nEncoding: 123 123 91\nWidth: 400\nFlags: W\nVStem: 51 75<-113 -97> 117 75<191 200>\nDStem: 218 547 295 552 170 369 250 384\nFore\n407 687 m 1\n 404 676 l 1\n 342 660 316 631 295 552 c 2\n 250 384 l 2\n 228 301 202 272 137 255 c 1\n 176 238 192 219 192 192 c 0\n 192 174 174 97 148 2 c 0\n 132 -58 126 -85 126 -100 c 0\n 126 -137 141 -155 179 -166 c 1\n 176 -177 l 1\n 84 -174 51 -154 51 -99 c 0\n 51 -76 61 -30 83 45 c 0\n 105 121 117 174 117 198 c 0\n 117 227 104 241 65 255 c 1\n 129 272 151 296 170 369 c 1\n 218 547 l 1\n 249 653 294 687 407 687 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: bar\nEncoding: 124 124 92\nWidth: 275\nFlags: W\nHStem: -18 684<106 170>\nVStem: 105 66<-17 665>\nFore\n105 -18 m 1\n 105 666 l 1\n 171 666 l 1\n 171 -18 l 1\n 105 -18 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: braceright\nEncoding: 125 125 93\nWidth: 400\nFlags: W\nVStem: 208 75<311 320> 274 75<607 623>\nDStem: 150 126 230 141 105 -42 182 -37\nFore\n221 676 m 1\n 224 687 l 1\n 315 684 349 663 349 609 c 0\n 349 587 338 539 317 465 c 0\n 294 388 283 336 283 312 c 0\n 283 283 296 269 335 255 c 1\n 271 238 249 214 230 141 c 1\n 182 -37 l 1\n 151 -143 105 -177 -7 -177 c 1\n -4 -166 l 1\n 58 -150 84 -121 105 -42 c 2\n 150 126 l 2\n 172 209 197 238 263 255 c 1\n 224 272 208 291 208 318 c 0\n 208 336 225 412 252 508 c 0\n 267 565 274 596 274 609 c 0\n 274 646 259 665 221 676 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: asciitilde\nEncoding: 126 126 94\nWidth: 541\nFlags: W\nHStem: 186 66<360 381> 254 66<162 184>\nFore\n448 303 m 1\n 502 271 l 1\n 456 207 425 186 379 186 c 0\n 334 186 316 192 227 240 c 0\n 210 249 189 254 168 254 c 0\n 137 254 120 242 94 203 c 1\n 40 235 l 1\n 86 299 117 320 163 320 c 0\n 208 320 226 314 315 266 c 0\n 332 257 353 252 374 252 c 0\n 405 252 422 264 448 303 c 1\nEndSplineSet\nEndChar\nStartChar: exclamdown\nEncoding: 161 161 95\nWidth: 389\nFlags: W\nHStem: 368 106<267 272>\nVStem: 215 106<418 424>\nFore\n224 285 m 1\n 241 281 l 1\n 205 118 188 29 169 -89 c 0\n 155 -172 135 -205 99 -205 c 0\n 73 -205 59 -188 59 -154 c 0\n 59 -124 69 -93 97 -31 c 0\n 135 52 171 140 224 285 c 1\n270 474 m 0\n 299 474 321 451 321 419 c 0\n 321 393 296 368 269 368 c 0\n 240 368 215 393 215 422 c 0\n 215 450 240 474 270 474 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: cent\nEncoding: 162 162 96\nWidth: 500\nFlags: W\nHStem: -10.9917 35.9917<227 252>\nVStem: 77 86<129 161> 385 87<351 361>\nDStem: 185 -7 215 -10 137 -143 168 -143 334 417 365 420 202 41 228 29 384 560 414 560 342 440 372 440\nFore\n414 560 m 1\n 372 440 l 1\n 407 437 423 432 442 418 c 0\n 460 404 472 382 472 360 c 0\n 472 334 452 314 424 314 c 0\n 400 314 385 328 385 352 c 0\n 385 361 387 368 394 381 c 0\n 398 390 400 395 400 400 c 0\n 400 412 388 419 365 420 c 1\n 228 29 l 1\n 236 26 242 25 252 25 c 0\n 303 25 341 47 397 106 c 1\n 413 96 l 1\n 353 21 299 -11 227 -11 c 0\n 222 -11 220 -11 215 -10 c 1\n 168 -143 l 1\n 137 -143 l 1\n 185 -7 l 1\n 158 -1 144 5 129 17 c 0\n 96 42 77 86 77 140 c 0\n 77 240 135 339 228 399 c 0\n 265 423 290 432 342 440 c 1\n 384 560 l 1\n 414 560 l 1\n202 41 m 1\n 334 417 l 1\n 282 402 254 380 219 328 c 0\n 184 275 163 203 163 139 c 0\n 163 94 175 64 202 41 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: sterling\nEncoding: 163 163 97\nWidth: 500\nFlags: W\nHStem: -6 22<71 85> -5.9974 71.9974<315 357> 98 27.0666<87 90> 319 42<81 184 281 396> 640.443 28.9465<402 424>\nVStem: 10 22<52 60>\nFore\n396 319 m 1\n 270 319 l 1\n 244 209 238 193 197 104 c 1\n 268 77 315 66 357 66 c 0\n 386 66 408 73 436 93 c 2\n 446 100 l 1\n 457 91 l 1\n 432 29 382 -6 315 -6 c 0\n 266 -6 235 8 171 57 c 1\n 132 8 110 -6 75 -6 c 0\n 36 -6 10 20 10 58 c 0\n 10 98 49 126 104 126 c 0\n 119 126 120 126 160 115 c 1\n 185 319 l 1\n 72 319 l 1\n 81 361 l 1\n 191 361 l 1\n 211 474 232 529 282 594 c 0\n 320 643 370 670 424 670 c 0\n 479 670 517 639 517 594 c 0\n 517 567 503 553 478 553 c 0\n 454 553 447 562 442 597 c 0\n 437 628 426 641 402 641 c 0\n 345 641 322 587 280 361 c 1\n 403 361 l 1\n 396 319 l 1\n146 73 m 1\n 116 94 107 98 86 98 c 0\n 54 98 32 80 32 53 c 0\n 32 32 51 16 75 16 c 0\n 105 16 134 39 146 73 c 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: currency\nEncoding: 164 164 98\nWidth: 500\nFlags: W\nHStem: 110 64<234 266> 476 64<235.249 266>\nVStem: 35 68<309 341> 397 68<309 341>\nDStem: -22 549 28 597 76 451 124 501 76 199 124 151 -22 103 28 53 376 151 426 199 474 53 522 103 474 597 522 549 376 501 426 451\nFore\n-22 103 m 1\n 76 199 l 1\n 47 241 35 278 35 325 c 0\n 35 373 47 411 76 451 c 1\n -22 549 l 1\n 28 597 l 1\n 124 501 l 1\n 167 529 204 540 251 540 c 0\n 299 540 338 528 376 501 c 1\n 474 597 l 1\n 522 549 l 1\n 426 451 l 1\n 453 410 465 373 465 326 c 128\n 465 279 454 242 426 199 c 1\n 522 103 l 1\n 474 53 l 1\n 376 151 l 1\n 337 123 298 110 251 110 c 0\n 205 110 166 123 124 151 c 1\n 28 53 l 1\n -22 103 l 1\n253 476 m 0\n 170 476 103 410 103 327 c 0\n 103 242 169 174 251 174 c 0\n 332 174 397 241 397 326 c 0\n 397 408 332 476 253 476 c 0\nEndSplineSet\nEndChar\nStartChar: yen\nEncoding: 165 165 99\nWidth: 500\nFlags: W\nHStem: 0 21G<52 337> 182 40<39 191 289 456> 312 40<72 211 350 488> 633 20G<61 300 414 603>\nVStem: 61 239<637 652> 414 189<637 652>\nDStem: 149 571 264 447 212 352 293 347 226 302 312 304 203 222 288 222\nFore\n456 182 m 1\n 276 182 l 1\n 251 103 245 79 245 57 c 0\n 245 31 258 21 299 19 c 0\n 305 18 320 17 337 16 c 1\n 337 0 l 1\n 52 0 l 1\n 56 16 l 1\n 119 20 148 39 165 90 c 1\n 192 182 l 1\n 27 182 l 1\n 39 222 l 1\n 203 222 l 1\n 226 302 l 1\n 223 312 l 1\n 60 312 l 1\n 72 352 l 1\n 212 352 l 1\n 149 571 l 1\n 132 625 127 629 61 637 c 1\n 61 653 l 1\n 300 653 l 1\n 300 637 l 1\n 236 631 225 626 225 601 c 0\n 225 586 236 543 264 447 c 2\n 293 347 l 1\n 308 364 312 370 321 380 c 0\n 434 511 483 578 483 606 c 0\n 483 623 470 631 441 634 c 0\n 436 635 426 636 414 637 c 1\n 414 653 l 1\n 603 653 l 1\n 603 637 l 1\n 571 623 562 616 530 576 c 2\n 349 352 l 1\n 500 352 l 1\n 488 312 l 1\n 318 312 l 1\n 312 304 l 1\n 288 222 l 1\n 468 222 l 1\n 456 182 l 1\nEndSplineSet\nEndChar\nStartChar: brokenbar\nEncoding: 166 166 100\nWidth: 275\nFlags: W\nHStem: -18 275<106 170> 391 275<106 170>\nVStem: 105 66<-17 256 392 665>\nFore\n105 -18 m 1\n 105 257 l 1\n 171 257 l 1\n 171 -18 l 1\n 105 -18 l 1\n105 391 m 1\n 105 666 l 1\n 171 666 l 1\n 171 391 l 1\n 105 391 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: section\nEncoding: 167 167 101\nWidth: 500\nFlags: W\nHStem: -162 21<181 198> 100 21<309 322> 388 20.9954<196 213> 645 21<321 347>\nVStem: 53 103<-53 -42> 90.0036 56.9964<286 322> 184.883 60.2765<541 562> 286.518 57.51<-51 -25> 363 98<556 566> 376.996 58.0041<192 226>\nFore\n249 398 m 1\n 251 401 l 1\n 201 462 184 497 184 541 c 0\n 184 614 245 666 331 666 c 0\n 407 666 461 625 461 567 c 0\n 461 533 441 512 409 512 c 0\n 382 512 363 531 363 557 c 0\n 363 571 369 582 384 595 c 0\n 393 603 397 609 397 614 c 0\n 397 631 371 645 337 645 c 0\n 280 645 245 613 245 562 c 0\n 245 536 254 510 271 490 c 2\n 394 340 l 2\n 420 308 435 267 435 226 c 0\n 435 151 387 100 317 100 c 0\n 303 100 296 102 284 107 c 1\n 282 104 l 1\n 335 36 345 15 345 -25 c 0\n 345 -103 277 -162 189 -162 c 0\n 113 -162 53 -115 53 -54 c 0\n 53 -19 74 2 109 2 c 0\n 138 2 156 -14 156 -41 c 0\n 156 -63 149 -74 129 -87 c 0\n 118 -94 114 -98 114 -104 c 0\n 114 -124 148 -141 185 -141 c 0\n 245 -141 287 -104 287 -51 c 0\n 287 -21 275 3 237 46 c 2\n 161 133 l 2\n 114 186 90 239 90 286 c 0\n 90 353 138 409 196 409 c 0\n 213 409 232 405 249 398 c 1\n213 388 m 0\n 177 388 147 359 147 322 c 0\n 147 251 254 121 312 121 c 0\n 347 121 377 154 377 192 c 0\n 377 226 363 256 320 312 c 0\n 281 363 246 388 213 388 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: dieresis\nEncoding: 168 168 102\nWidth: 333\nFlags: W\nHStem: 508 98<155 159 347 363>\nVStem: 107 98<556 560> 307 98<556 560>\nFore\n157 606 m 0\n 182 606 205 582 205 557 c 0\n 205 530 183 508 156 508 c 128\n 129 508 107 530 107 558 c 0\n 107 584 129 606 157 606 c 0\n357 606 m 0\n 382 606 405 582 405 557 c 0\n 405 530 383 508 356 508 c 128\n 329 508 307 530 307 558 c 0\n 307 584 329 606 357 606 c 0\nEndSplineSet\nEndChar\nStartChar: copyright\nEncoding: 169 169 103\nWidth: 760\nFlags: W\nHStem: -18 42<361 400> 136 20<393 425> 503 20<393 425> 624 42<361 400>\nVStem: 41 55<302 334> 191 77<317 334> 664 55<302 334>\nFore\n529 240 m 1\n 545 240 l 1\n 530 172 l 1\n 528 161 525 159 511 155 c 0\n 461 140 435 136 398 136 c 0\n 272 136 191 209 191 323 c 0\n 191 441 280 523 409 523 c 0\n 440 523 467 518 499 508 c 2\n 504 506 l 1\n 508 505 l 2\n 521 501 529 493 529 484 c 2\n 529 415 l 1\n 513 415 l 1\n 503 474 468 503 407 503 c 0\n 317 503 268 442 268 331 c 0\n 268 219 319 156 409 156 c 0\n 466 156 501 181 529 240 c 1\n380 666 m 0\n 572 666 719 515 719 318 c 0\n 719 133 568 -18 382 -18 c 0\n 192 -18 41 133 41 323 c 128\n 41 513 192 666 380 666 c 0\n381 624 m 0\n 226 624 96 487 96 323 c 0\n 96 160 226 24 381 24 c 0\n 534 24 664 160 664 319 c 0\n 664 488 538 624 381 624 c 0\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: ordfeminine\nEncoding: 170 170 104\nWidth: 276\nFlags: W\nHStem: 406.003 33.9973<120 144>\nVStem: 42 73<471 492>\nFore\n299 673 m 1\n 352 675 l 1\n 319 559 302 493 298 472 c 2\n 295 457 l 1\n 294 454 294 451 294 449 c 0\n 294 446 296 443 298 443 c 0\n 299 443 300 443 301 444 c 2\n 307 447 l 2\n 308 447 319 457 329 467 c 0\n 331 470 337 476 343 482 c 1\n 350 472 l 1\n 301 417 286 406 260 406 c 0\n 241 406 229 416 229 432 c 128\n 229 448 232 458 246 493 c 1\n 197 425 169 406 120 406 c 0\n 72 406 42 433 42 476 c 0\n 42 569 143 676 231 676 c 0\n 265 676 285 665 290 641 c 1\n 297 671 l 1\n 299 673 l 1\n250 658 m 0\n 199 665 115 554 115 480 c 0\n 115 460 129 440 144 440 c 0\n 168 440 196 460 221 496 c 0\n 247 535 269 590 269 620 c 0\n 269 641 261 656 250 658 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: guillemotleft\nEncoding: 171 171 105\nWidth: 500\nFlags: W\nFore\n53 216 m 1\n 53 225 l 1\n 89 252 l 2\n 146 296 154 303 180 326 c 0\n 246 384 270 403 276 403 c 0\n 280 403 283 399 283 395 c 0\n 283 380 245 333 192 284 c 0\n 181 275 155 247 127 217 c 1\n 147 177 l 1\n 183 110 209 54 209 44 c 0\n 209 40 206 37 202 37 c 0\n 193 37 167 66 141 105 c 0\n 135 114 129 122 120 132 c 0\n 86 171 65 198 53 216 c 1\n215 216 m 1\n 215 225 l 1\n 251 252 l 2\n 308 296 316 303 342 326 c 0\n 408 384 432 403 438 403 c 0\n 442 403 445 399 445 395 c 0\n 445 380 407 333 354 284 c 0\n 343 275 317 247 289 217 c 1\n 298 199 306 182 309 177 c 0\n 345 110 371 54 371 44 c 0\n 371 40 368 37 364 37 c 0\n 355 37 329 66 303 105 c 0\n 297 114 291 122 282 132 c 0\n 248 171 227 198 215 216 c 1\nEndSplineSet\nEndChar\nStartChar: logicalnot\nEncoding: 172 172 106\nWidth: 675\nFlags: W\nHStem: 320 66<87 523>\nVStem: 524 66<109 319>\nFore\n524 108 m 1\n 524 320 l 1\n 86 320 l 1\n 86 386 l 1\n 590 386 l 1\n 590 108 l 1\n 524 108 l 1\nEndSplineSet\nMinimumDistance: x4,-1 y1,5 y1,0 \nEndChar\nStartChar: registered\nEncoding: 174 174 107\nWidth: 760\nFlags: W\nHStem: -18 42<361 398> 146 365<269 333> 307 18<334 380> 492 19<334 384> 624 42<361 398>\nVStem: 41 55<302 334> 269 64<190 306 326 462> 443 67<413 430> 664 55<302 334>\nFore\n221 496 m 1\n 221 511 l 1\n 396 511 l 2\n 466 511 510 475 510 420 c 0\n 510 373 483 338 431 317 c 1\n 488 239 l 2\n 519 197 543 170 563 155 c 1\n 563 146 l 1\n 500 146 l 2\n 483 146 466 165 431 225 c 0\n 414 255 404 271 380 307 c 1\n 333 307 l 1\n 333 209 l 2\n 333 166 333 166 381 161 c 1\n 381 146 l 1\n 221 146 l 1\n 221 161 l 1\n 269 166 269 166 269 209 c 2\n 269 448 l 2\n 269 491 269 491 221 496 c 1\n333 492 m 1\n 333 325 l 1\n 375 325 l 2\n 419 325 443 357 443 414 c 0\n 443 465 419 492 374 492 c 2\n 333 492 l 1\n380 666 m 0\n 572 666 719 515 719 318 c 0\n 719 133 568 -18 382 -18 c 0\n 192 -18 41 133 41 323 c 128\n 41 513 192 666 380 666 c 0\n381 624 m 0\n 226 624 96 487 96 323 c 0\n 96 160 226 24 381 24 c 0\n 534 24 664 160 664 319 c 0\n 664 488 538 624 381 624 c 0\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: macron\nEncoding: 175 175 108\nWidth: 333\nFlags: W\nHStem: 532 51<110 400>\nFore\n411 583 m 1\n 400 532 l 1\n 99 532 l 1\n 110 583 l 1\n 411 583 l 1\nEndSplineSet\nEndChar\nStartChar: degree\nEncoding: 176 176 109\nWidth: 400\nFlags: W\nHStem: 390 34<229.209 246> 642 34<241 246>\nVStem: 101 39<518.127 535> 348 39<518 535>\nFore\n244 676 m 0\n 324 676 387 613 387 533 c 0\n 387 452 324 390 242 390 c 0\n 164 390 101 454 101 533 c 0\n 101 613 164 676 244 676 c 0\n244 642 m 0\n 187 642 140 592 140 533 c 128\n 140 474 187 424 243 424 c 0\n 301 424 348 473 348 533 c 0\n 348 592 300 642 244 642 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: plusminus\nEncoding: 177 177 110\nWidth: 675\nFlags: W\nHStem: 0 66<87 589> 282 66<87 305 371 589>\nVStem: 86 504<1 65 282 348> 305 66<123 282 348 567>\nFore\n86 0 m 1\n 86 66 l 1\n 590 66 l 1\n 590 0 l 1\n 86 0 l 1\n305 348 m 1\n 305 568 l 1\n 371 568 l 1\n 371 348 l 1\n 590 348 l 1\n 590 282 l 1\n 371 282 l 1\n 371 122 l 1\n 305 122 l 1\n 305 282 l 1\n 86 282 l 1\n 86 348 l 1\n 305 348 l 1\nEndSplineSet\nMinimumDistance: x2,-1 y10,12 y10,11 y7,5 y7,6 x7,9 x7,8 x4,14 x4,15 \nEndChar\nStartChar: twosuperior\nEncoding: 178 178 111\nWidth: 300\nFlags: W\nHStem: 271 53<113 227> 624.995 51.0054<181 213>\nVStem: 258.991 65.0085<558 575>\nDStem: 166 419 225 439 33 289 111 329\nFore\n286 358 m 1\n 297 350 l 1\n 264 271 l 1\n 33 271 l 1\n 33 289 l 1\n 166 419 l 2\n 228 479 259 526 259 558 c 0\n 259 595 224 625 181 625 c 0\n 145 625 120 610 91 572 c 1\n 78 580 l 1\n 92 613 102 627 121 643 c 0\n 146 664 180 676 213 676 c 0\n 274 676 324 630 324 575 c 0\n 324 540 312 523 225 439 c 2\n 111 329 l 1\n 113 324 l 1\n 221 324 l 2\n 257 324 270 331 286 358 c 1\nEndSplineSet\nEndChar\nStartChar: threesuperior\nEncoding: 179 179 112\nWidth: 300\nFlags: W\nHStem: 643.991 32.0094<222 244>\nVStem: 237.996 63.0036<392 425> 272 67<588 602>\nFore\n149 608 m 1\n 139 615 l 1\n 159 653 199 676 244 676 c 0\n 298 676 339 643 339 600 c 0\n 339 561 315 540 238 513 c 1\n 242 511 l 2\n 270 497 271 496 280 487 c 0\n 294 471 301 451 301 425 c 0\n 301 333 224 268 116 268 c 0\n 69 268 43 282 43 307 c 0\n 43 322 56 335 73 335 c 0\n 81 335 94 329 111 318 c 0\n 130 304 143 299 154 299 c 0\n 202 299 238 339 238 392 c 0\n 238 440 213 475 171 485 c 0\n 159 489 152 489 125 489 c 1\n 125 498 l 1\n 225 516 272 547 272 592 c 0\n 272 622 250 644 222 644 c 0\n 196 644 178 635 149 608 c 1\nEndSplineSet\nEndChar\nStartChar: acute\nEncoding: 180 180 113\nWidth: 333\nFlags: W\nFore\n180 494 m 1\n 342 654 l 2\n 349 660 357 664 367 664 c 0\n 387 664 403 648 403 628 c 0\n 403 616 398 607 386 600 c 2\n 215 494 l 1\n 180 494 l 1\nEndSplineSet\nEndChar\nStartChar: mu\nEncoding: 181 181 114\nWidth: 500\nFlags: W\nHStem: -9.99667 54.9967<178 214>\nVStem: -29.9978 104.998<-164 -66> 328 85<49 63>\nDStem: 127 428 215 428 42 54 148 144 409 428 497 428 336 115 419 92\nFore\n497 428 m 1\n 419 92 l 1\n 413 70 413 68 413 58 c 0\n 413 40 422 30 439 30 c 128\n 456 30 470 37 495 56 c 1\n 492 47 l 1\n 450 4 424 -10 385 -10 c 0\n 347 -10 328 10 328 49 c 0\n 328 59 329 66 332 80 c 1\n 279 18 231 -10 178 -10 c 128\n 125 -10 94 14 75 66 c 1\n 74 45 73 34 73 18 c 0\n 73 7 73 -6 74 -24 c 0\n 75 -40 75 -57 75 -66 c 0\n 75 -153 47 -209 4 -209 c 0\n -19 -209 -30 -194 -30 -164 c 0\n -30 -129 -22 -104 8 -46 c 1\n 26 -1 36 27 42 54 c 2\n 127 428 l 1\n 215 428 l 1\n 148 144 l 1\n 146 137 145 123 145 114 c 0\n 145 72 172 45 214 45 c 0\n 257 45 301 70 336 115 c 1\n 409 428 l 1\n 497 428 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: paragraph\nEncoding: 182 182 115\nWidth: 523\nFlags: W\nHStem: -123 23<391 403.864> 632 21<403 460>\nVStem: 92 77<402 421>\nDStem: 461 632 513 574 261 -123 357 -11\nFore\n616 653 m 1\n 610 632 l 1\n 534 627 527 622 513 574 c 1\n 357 -11 l 2\n 356 -14 355 -19 353 -26 c 0\n 345 -52 342 -64 342 -76 c 0\n 342 -90 356 -96 391 -100 c 0\n 394 -100 404 -101 414 -102 c 1\n 409 -123 l 1\n 261 -123 l 1\n 461 632 l 1\n 403 632 l 1\n 203 -123 l 1\n 55 -123 l 1\n 60 -102 l 1\n 106 -98 122 -95 134 -89 c 1\n 147 -85 147 -85 215 171 c 0\n 226 216 233 239 245 283 c 1\n 190 285 165 292 137 311 c 0\n 108 332 92 364 92 403 c 0\n 92 466 115 534 151 577 c 0\n 196 631 257 653 359 653 c 2\n 616 653 l 1\n255 304 m 1\n 334 632 l 1\n 291 629 263 616 235 585 c 0\n 197 544 169 468 169 406 c 0\n 169 373 181 343 202 323 c 0\n 214 311 227 307 255 304 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: periodcentered\nEncoding: 183 183 116\nWidth: 250\nFlags: W\nHStem: 199 111<118 134>\nVStem: 70 111<247 263>\nFore\n125 310 m 0\n 155 310 181 284 181 253 c 0\n 181 224 155 199 124 199 c 0\n 95 199 70 224 70 253 c 0\n 70 284 95 310 125 310 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: cedilla\nEncoding: 184 184 117\nWidth: 333\nFlags: W\nHStem: -217 35<50 66> -20 20G<81 119>\nVStem: 108 74<-142 -131>\nFore\n21 -96 m 1\n 81 0 l 1\n 119 0 l 1\n 75 -66 l 1\n 85 -64 92 -63 100 -63 c 0\n 150 -63 182 -90 182 -131 c 0\n 182 -181 132 -217 63 -217 c 0\n 35 -217 12 -212 -30 -196 c 1\n -13 -167 l 1\n 17 -178 34 -182 55 -182 c 0\n 89 -182 108 -167 108 -141 c 128\n 108 -115 89 -97 62 -97 c 0\n 52 -97 44 -99 30 -104 c 1\n 21 -96 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: onesuperior\nEncoding: 185 185 118\nWidth: 300\nFlags: W\nVStem: 43 181<272 287>\nDStem: 198 597 280 655 108 312 194 381\nFore\n224 287 m 1\n 224 271 l 1\n 43 271 l 1\n 43 287 l 1\n 90 292 103 297 108 312 c 2\n 198 597 l 2\n 202 609 203 614 203 618 c 0\n 203 628 193 638 185 636 c 2\n 182 635 l 1\n 148 635 l 1\n 148 654 l 1\n 179 659 196 661 218 666 c 0\n 245 671 264 675 273 675 c 0\n 274 675 276 676 276 676 c 1\n 279 676 l 2\n 281 676 284 673 284 671 c 128\n 284 669 283 663 280 655 c 1\n 194 381 l 2\n 182 343 175 316 175 307 c 0\n 175 292 186 288 224 287 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: ordmasculine\nEncoding: 186 186 119\nWidth: 310\nFlags: W\nHStem: 406.543 23.4572<177 180>\nVStem: 67 73<476 491> 288.231 73.7687<591 598>\nFore\n265 676 m 0\n 322 676 362 641 362 592 c 0\n 362 500 262 406 164 406 c 0\n 105 406 67 439 67 489 c 0\n 67 584 164 676 265 676 c 0\n258 654 m 0\n 204 658 140 561 140 476 c 0\n 140 448 155 430 178 430 c 0\n 195 430 214 439 227 452 c 0\n 263 490 289 555 289 607 c 0\n 289 637 279 653 258 654 c 0\nEndSplineSet\nEndChar\nStartChar: guillemotright\nEncoding: 187 187 120\nWidth: 500\nFlags: W\nFore\n447 224 m 1\n 447 215 l 1\n 356 145 346 137 320 114 c 0\n 256 58 230 37 224 37 c 0\n 220 37 217 41 217 45 c 0\n 217 60 255 107 308 156 c 0\n 319 165 345 192 373 223 c 1\n 353 263 l 1\n 317 330 291 386 291 396 c 0\n 291 400 294 403 298 403 c 0\n 307 403 333 374 359 335 c 0\n 365 327 371 318 380 308 c 0\n 413 269 435 242 447 224 c 1\n285 224 m 1\n 285 215 l 1\n 194 145 184 137 158 114 c 0\n 94 58 68 37 62 37 c 0\n 58 37 55 41 55 45 c 0\n 55 60 93 107 146 156 c 0\n 157 165 183 192 211 223 c 1\n 191 263 l 1\n 155 330 129 386 129 396 c 0\n 129 400 132 403 136 403 c 0\n 145 403 171 374 197 335 c 0\n 203 327 209 318 218 308 c 0\n 251 269 273 242 285 224 c 1\nEndSplineSet\nKernsSLIF: 89 -81 1 0 87 -67 1 0 86 -76 1 0 84 -77 1 0 197 -25 1 0 196 -25 1 0 193 -25 1 0 198 -51 1 0 65 -25 1 0\nEndChar\nStartChar: onequarter\nEncoding: 188 188 121\nWidth: 750\nFlags: W\nHStem: 0 21G<552 615> 105 42<465 583 658 703>\nVStem: 33 181<272 287>\nDStem: 188 597 270 655 98 312 184 381 598 676 649 676 143 -10 194 -10 700 406 653 333 429 147 464 147\nFore\n712 147 m 1\n 703 104 l 1\n 645 104 l 1\n 615 0 l 1\n 552 0 l 1\n 584 105 l 1\n 416 105 l 1\n 429 147 l 1\n 700 406 l 1\n 736 406 l 1\n 657 147 l 1\n 712 147 l 1\n653 333 m 1\n 464 147 l 1\n 593 147 l 1\n 653 333 l 1\n649 676 m 1\n 194 -10 l 1\n 143 -10 l 1\n 598 676 l 1\n 649 676 l 1\n214 287 m 1\n 214 271 l 1\n 33 271 l 1\n 33 287 l 1\n 80 292 93 297 98 312 c 2\n 188 597 l 2\n 192 609 193 614 193 618 c 0\n 193 628 184 637 175 636 c 2\n 168 635 l 1\n 138 635 l 1\n 138 654 l 1\n 208 666 l 2\n 235 671 263 676 268 676 c 0\n 271 676 273 674 273 671 c 0\n 273 667 272 660 270 655 c 1\n 184 381 l 2\n 172 343 165 316 165 307 c 0\n 165 292 176 288 214 287 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: onehalf\nEncoding: 189 189 122\nWidth: 750\nFlags: W\nHStem: 0 53<538 658> 353.995 52.0054<606 639>\nVStem: 34 181<272 287> 683.578 65.0028<287 304>\nDStem: 189 597 271 655 99 312 185 381 584 676 635 676 129 -10 180 -10 591 148 650 168 458 18 536 58\nFore\n635 676 m 1\n 180 -10 l 1\n 129 -10 l 1\n 584 676 l 1\n 635 676 l 1\n215 287 m 1\n 215 271 l 1\n 34 271 l 1\n 34 287 l 1\n 81 292 94 297 99 312 c 2\n 189 597 l 2\n 194 612 194 612 194 617 c 0\n 194 629 185 638 176 636 c 2\n 170 635 l 1\n 139 635 l 1\n 139 654 l 1\n 169 659 186 661 209 666 c 0\n 236 671 254 675 264 675 c 0\n 265 675 267 676 267 676 c 1\n 269 676 l 2\n 272 676 274 674 274 671 c 128\n 274 668 274 668 271 655 c 1\n 185 381 l 2\n 173 342 166 315 166 307 c 0\n 166 292 177 288 215 287 c 1\n711 87 m 1\n 722 79 l 1\n 689 0 l 1\n 458 0 l 1\n 458 18 l 1\n 591 148 l 2\n 652 208 684 255 684 287 c 0\n 684 324 649 354 606 354 c 0\n 570 354 545 339 516 301 c 1\n 503 309 l 1\n 517 342 527 357 546 372 c 0\n 572 394 606 406 639 406 c 0\n 699 406 749 359 749 304 c 0\n 749 269 737 252 650 168 c 2\n 536 58 l 1\n 538 53 l 1\n 646 53 l 2\n 682 53 695 60 711 87 c 1\nEndSplineSet\nEndChar\nStartChar: threequarters\nEncoding: 190 190 123\nWidth: 750\nFlags: W\nHStem: 0 21G<552 615> 105 42<465 583 658 703> 643.991 32.0094<202 224>\nVStem: 217.024 63.0773<392 425> 252 67<591 602>\nDStem: 599 676 650 676 144 -10 195 -10 700 406 653 333 429 147 464 147\nFore\n712 147 m 1\n 703 104 l 1\n 645 104 l 1\n 615 0 l 1\n 552 0 l 1\n 584 105 l 1\n 416 105 l 1\n 429 147 l 1\n 700 406 l 1\n 736 406 l 1\n 657 147 l 1\n 712 147 l 1\n653 333 m 1\n 464 147 l 1\n 593 147 l 1\n 653 333 l 1\n650 676 m 1\n 195 -10 l 1\n 144 -10 l 1\n 599 676 l 1\n 650 676 l 1\n129 608 m 1\n 119 615 l 1\n 139 653 179 676 224 676 c 0\n 278 676 319 643 319 600 c 0\n 319 561 295 540 218 513 c 1\n 222 511 l 2\n 250 497 251 496 260 487 c 0\n 274 471 281 451 281 425 c 0\n 281 333 204 268 96 268 c 0\n 49 268 23 282 23 307 c 0\n 23 322 36 335 53 335 c 0\n 61 335 74 329 91 318 c 0\n 110 304 123 299 134 299 c 0\n 182 299 218 339 218 392 c 0\n 218 440 193 475 151 485 c 0\n 139 489 132 489 105 489 c 1\n 105 498 l 1\n 205 516 252 547 252 592 c 0\n 252 622 230 644 202 644 c 0\n 176 644 158 635 129 608 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: questiondown\nEncoding: 191 191 124\nWidth: 500\nFlags: W\nHStem: -205 22<172 191> 368 105<313 318>\nVStem: 28.9575 73.1391<-99 -76> 237 78.1155<-96 -83> 262 105<419 423>\nFore\n284 285 m 1\n 301 283 l 1\n 283 184 272 162 189 67 c 1\n 124 -4 102 -46 102 -99 c 0\n 102 -153 131 -183 182 -183 c 0\n 225 -183 252 -165 252 -135 c 0\n 252 -127 250 -121 244 -108 c 0\n 239 -96 237 -91 237 -83 c 0\n 237 -63 253 -48 277 -48 c 128\n 301 -48 316 -66 316 -96 c 0\n 316 -160 258 -205 175 -205 c 0\n 86 -205 28 -154 28 -76 c 0\n 28 -15 48 12 162 105 c 0\n 233 162 263 200 277 256 c 2\n 284 285 l 1\n314 473 m 0\n 344 473 367 450 367 421 c 0\n 367 391 344 368 315 368 c 128\n 286 368 262 392 262 421 c 0\n 262 448 286 473 314 473 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: Agrave\nEncoding: 192 192 125\nWidth: 611\nFlags: W\nHStem: 0 21<-51 136 318 564> 226 36<176 368>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 65 65 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 149 212\nKernsSLIF: 46 8 0 0 44 8 0 0 89 -21 0 0 87 -75 0 0 86 -81 0 0 85 -57 0 0 84 -14 0 0 81 -44 0 0 79 -45 0 0 71 -44 0 0 67 -50 0 0\nEndChar\nStartChar: Aacute\nEncoding: 193 193 126\nWidth: 611\nFlags: W\nHStem: 0 21<-51 136 318 564> 226 36<176 368>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 65 65 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 139 212\nKernsSLIF: 121 -57 0 0 119 -44 0 0 118 -50 0 0 117 -9 0 0 116 -6 0 0 8217 -92 0 0 113 -12 0 0 46 8 0 0 111 -17 0 0 45 -13 0 0 8249 -43 0 0 171 -44 0 0 103 -25 0 0 101 -17 0 0 100 -4 0 0 44 8 0 0 99 -18 0 0 97 -4 0 0 89 -21 0 0 87 -75 0 0 86 -81 0 0 85 -57 0 0 84 -14 0 0 81 -44 0 0 79 -45 0 0 71 -44 0 0 67 -50 0 0\nEndChar\nStartChar: Acircumflex\nEncoding: 194 194 127\nWidth: 611\nFlags: W\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 853 20<392 441>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 65 65 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 144 212\nKernsSLIF: 46 8 0 0 44 8 0 0 89 -21 0 0 87 -75 0 0 86 -81 0 0 85 -57 0 0 84 -14 0 0 81 -44 0 0 79 -45 0 0 71 -44 0 0 67 -50 0 0\nEndChar\nStartChar: Atilde\nEncoding: 195 195 128\nWidth: 611\nFlags: W\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 732.354 60.1132<471 487> 775.992 59.008<319 339>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 65 65 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 139 212\nKernsSLIF: 46 7 0 0 44 7 0 0 89 -21 0 0 87 -75 0 0 86 -81 0 0 85 -57 0 0 84 -14 0 0 81 -44 0 0 79 -45 0 0 71 -44 0 0 67 -50 0 0\nEndChar\nStartChar: Adieresis\nEncoding: 196 196 129\nWidth: 611\nFlags: W\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 720 98<294 298 486 502>\nVStem: -51 187<1 16> 246 98<768 772> 318 246<1 16> 446 98<768 772>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 139 212\nKernsSLIF: 121 -57 0 0 119 -44 0 0 118 -50 0 0 117 -9 0 0 116 -6 0 0 8217 -92 0 0 8221 -92 0 0 113 -12 0 0 46 8 0 0 111 -17 0 0 45 -13 0 0 8249 -43 0 0 171 -44 0 0 103 -25 0 0 100 -4 0 0 44 8 0 0 99 -18 0 0 97 -4 0 0 89 -21 0 0 87 -75 0 0 86 -81 0 0 85 -57 0 0 84 -14 0 0 81 -44 0 0 79 -45 0 0 71 -44 0 0 67 -50 0 0\nEndChar\nStartChar: Aring\nEncoding: 197 197 130\nWidth: 611\nFlags: W\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 705 34<385 391> 870 34<385 391>\nVStem: -51 187<1 16> 289 34<801 807> 318 246<1 16> 455 34<801 807>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 65 65 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 134 197\nKernsSLIF: 121 -57 0 0 119 -44 0 0 118 -50 0 0 117 -9 0 0 116 -6 0 0 8217 -92 0 0 8221 -92 0 0 113 -12 0 0 46 8 0 0 111 -17 0 0 45 -13 0 0 8249 -43 0 0 171 -44 0 0 103 -25 0 0 101 -17 0 0 100 -4 0 0 44 8 0 0 99 -18 0 0 97 -4 0 0 89 -21 0 0 87 -75 0 0 86 -81 0 0 85 -57 0 0 84 -14 0 0 81 -44 0 0 79 -45 0 0 71 -44 0 0 67 -50 0 0\nEndChar\nStartChar: AE\nEncoding: 198 198 131\nWidth: 889\nFlags: W\nHStem: 0 33<501 581> 234 37<250 410> 328 33<545.125 607> 620 33<645 725> 636 17<410 420>\nVStem: -27 187<1 16>\nDStem: 426 557 517 613 57 92 249 271 517 613 606 583 422 271 545 361\nFore\n826 169 m 1\n 844 164 l 1\n 780 0 l 1\n 282 0 l 1\n 282 16 l 1\n 343 22 350 27 362 64 c 1\n 411 234 l 1\n 221 234 l 1\n 210 220 200 208 196 204 c 0\n 135 131 96 70 96 47 c 0\n 96 28 107 22 160 16 c 1\n 160 0 l 1\n -27 0 l 1\n -27 16 l 1\n -3 22 9 32 57 92 c 2\n 426 557 l 2\n 456 594 458 598 458 610 c 0\n 458 626 447 634 420 636 c 0\n 416 636 405 637 394 638 c 1\n 394 653 l 1\n 911 653 l 1\n 878 500 l 1\n 861 502 l 1\n 862 515 862 532 862 538 c 0\n 862 608 834 620 670 620 c 0\n 623 620 615 615 606 583 c 2\n 545 361 l 1\n 704 362 714 367 756 458 c 1\n 774 454 l 1\n 705 222 l 1\n 688 226 l 1\n 692 250 694 264 694 278 c 0\n 694 319 673 328 576 328 c 2\n 536 328 l 1\n 478 122 465 74 465 62 c 0\n 465 42 481 33 516 33 c 2\n 546 33 l 2\n 696 33 750 60 826 169 c 1\n249 271 m 1\n 422 271 l 1\n 517 613 l 1\n 249 271 l 1\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: Ccedilla\nEncoding: 199 199 132\nWidth: 667\nFlags: W\nHStem: -217 35<210 232> -17.8293 44.8293<338 353> 630 36<466 483> 644 20G<668 689>\nVStem: 66 112<231 247> 275 74<-142 -131>\nFore\n277 -14 m 1\n 242 -66 l 1\n 252 -64 259 -63 267 -63 c 0\n 317 -63 349 -90 349 -131 c 0\n 349 -181 299 -217 230 -217 c 0\n 202 -217 179 -212 137 -196 c 1\n 154 -167 l 1\n 183 -178 201 -182 222 -182 c 0\n 256 -182 275 -167 275 -141 c 128\n 275 -115 256 -97 229 -97 c 0\n 219 -97 211 -99 197 -104 c 1\n 188 -96 l 1\n 244 -6 l 1\n 135 26 66 122 66 243 c 0\n 66 465 259 666 472 666 c 0\n 504 666 544 660 589 649 c 0\n 610 644 622 642 630 642 c 0\n 650 642 660 648 668 664 c 1\n 689 664 l 1\n 652 465 l 1\n 634 468 l 1\n 624 576 573 630 481 630 c 0\n 415 630 352 602 304 553 c 0\n 226 472 178 351 178 232 c 0\n 178 103 242 27 353 27 c 0\n 435 27 493 57 583 145 c 1\n 600 131 l 1\n 510 26 430 -18 327 -18 c 0\n 311 -18 295 -17 277 -14 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nKernsSLIF: 65 -18 0 0\nEndChar\nStartChar: Egrave\nEncoding: 200 200 133\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 142 212\nEndChar\nStartChar: Eacute\nEncoding: 201 201 134\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 153 212\nEndChar\nStartChar: Ecircumflex\nEncoding: 202 202 135\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 853 20<415 464>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 167 212\nEndChar\nStartChar: Edieresis\nEncoding: 203 203 136\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 720 98<308 312 500 516>\nVStem: 260 98<768 772> 460 98<768 772>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 153 212\nEndChar\nStartChar: Igrave\nEncoding: 204 204 137\nWidth: 333\nFlags: W\nHStem: 0 21<-8 236> 633 20<137 384>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 73 73 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 41 212\nEndChar\nStartChar: Iacute\nEncoding: 205 205 138\nWidth: 333\nFlags: W\nHStem: 0 21<-8 236> 633 20<137 384>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 73 73 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 0 212\nEndChar\nStartChar: Icircumflex\nEncoding: 206 206 139\nWidth: 333\nFlags: W\nHStem: 0 21<-8 236> 633 20<137 384> 853 20<288 337>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 73 73 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 40 212\nEndChar\nStartChar: Idieresis\nEncoding: 207 207 140\nWidth: 333\nFlags: W\nHStem: 0 21<-8 236> 633 20<137 384> 720 98<185 189 377 393>\nVStem: -8 244<1 16> 137 247<637 652 768 772> 337 98<768 772>\nDStem: 196 532 302 563 73 90 179 120\nRef: 73 73 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 30 212\nEndChar\nStartChar: Eth\nEncoding: 208 208 141\nWidth: 722\nFlags: W\nHStem: 0 30<216 264> 326 42<60 137 251 391> 623 30<360 403>\nVStem: 589 111<383 410>\nDStem: 60 368 238 326 48 326 192 162 138 326 238 326 73 90 192 162 196 532 313 594 150 368 250 368\nFore\n48 326 m 1\n 60 368 l 1\n 150 368 l 1\n 196 532 l 2\n 203 556 207 580 207 596 c 0\n 207 623 193 631 130 637 c 1\n 130 653 l 1\n 408 653 l 2\n 586 653 700 548 700 384 c 0\n 700 268 643 158 546 87 c 0\n 469 31 362 0 245 0 c 2\n -8 0 l 1\n -8 16 l 1\n 48 26 56 32 73 90 c 1\n 138 326 l 1\n 48 326 l 1\n403 368 m 1\n 391 326 l 1\n 238 326 l 1\n 192 162 l 2\n 176 106 170 79 170 67 c 0\n 170 41 189 30 235 30 c 0\n 339 30 420 60 479 120 c 0\n 547 188 589 300 589 408 c 0\n 589 487 562 550 513 586 c 0\n 481 610 432 623 377 623 c 0\n 335 623 319 616 313 594 c 2\n 250 368 l 1\n 403 368 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: Ntilde\nEncoding: 209 209 142\nWidth: 667\nFlags: W\nHStem: 0 21<-18 180> 633 20<118 279 530 729> 732.354 60.1132<522 538> 775.992 59.008<370 390>\nVStem: -18 198<1 16> 530 199<637 652>\nDStem: 233 535 279 653 463 -15 487 154\nRef: 78 78 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 190 212\nEndChar\nStartChar: Ograve\nEncoding: 210 210 143\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 633 33<460 482>\nVStem: 60.3532 105.472<184 221>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 224 212\nKernsSLIF: 89 -51 0 0 86 -45 0 0 84 -3 0 0\nEndChar\nStartChar: Oacute\nEncoding: 211 211 144\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 633 33<460 482>\nVStem: 60.3532 105.472<184 221>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 209 212\nKernsSLIF: 89 -51 0 0 87 -39 0 0 86 -45 0 0 84 -3 0 0 65 -38 0 0\nEndChar\nStartChar: Ocircumflex\nEncoding: 212 212 145\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 633 33<460 482> 853 20<469 518>\nVStem: 60.3532 105.472<184 221>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 221 212\nKernsSLIF: 89 -51 0 0 86 -45 0 0 84 -3 0 0\nEndChar\nStartChar: Otilde\nEncoding: 213 213 146\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 633 33<460 482> 732.354 60.1132<537 553> 775.992 59.008<385 405>\nVStem: 60.3532 105.472<184 221>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 205 212\nKernsSLIF: 89 -51 0 0 86 -45 0 0 84 -3 0 0\nEndChar\nStartChar: Odieresis\nEncoding: 214 214 147\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 633 33<460 482> 720 98<372 376 564 580>\nVStem: 60.3532 105.472<184 221> 324 98<768 772> 524 98<768 772>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 217 212\nKernsSLIF: 89 -51 0 0 88 -41 0 0 87 -39 0 0 86 -45 0 0 84 -3 0 0 65 -38 0 0\nEndChar\nStartChar: multiply\nEncoding: 215 215 148\nWidth: 675\nFlags: W\nDStem: 93 449 141 497 289 253 337 300 289 253 337 205 93 56 141 8 337 205 385 253 534 8 582 56 534 497 582 449 337 300 385 253\nFore\n289 253 m 1\n 93 449 l 1\n 141 497 l 1\n 337 300 l 1\n 534 497 l 1\n 582 449 l 1\n 385 253 l 1\n 582 56 l 1\n 534 8 l 1\n 337 205 l 1\n 141 8 l 1\n 93 56 l 1\n 289 253 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: Oslash\nEncoding: 216 216 149\nWidth: 722\nFlags: W\nHStem: -18 33<276 300> 633 33<460 483>\nVStem: 60.6719 105.057<176 222> 594 104.998<431 475>\nDStem: 155 22 187 3 69 -105 113 -105 546 607 570 574 190 74 215 44 625 722 669 722 573 644 605 626\nFore\n669 722 m 1\n 605 626 l 1\n 638 600 650 587 665 562 c 0\n 687 524 699 477 699 431 c 0\n 699 205 491 -18 281 -18 c 0\n 250 -18 225 -12 187 3 c 1\n 113 -105 l 1\n 69 -105 l 1\n 155 22 l 1\n 89 70 60 132 60 222 c 0\n 60 339 119 460 220 553 c 0\n 300 625 390 666 468 666 c 0\n 505 666 536 660 573 644 c 1\n 625 722 l 1\n 669 722 l 1\n190 74 m 1\n 546 607 l 1\n 521 625 497 633 464 633 c 0\n 393 633 330 594 275 514 c 0\n 212 423 165 279 165 176 c 0\n 165 138 172 108 190 74 c 1\n570 574 m 1\n 215 44 l 1\n 237 23 261 15 295 15 c 0\n 366 15 428 53 483 132 c 0\n 545 222 594 373 594 475 c 0\n 594 514 586 545 570 574 c 1\nEndSplineSet\nKernsSLIF: 65 -38 0 0\nEndChar\nStartChar: Ugrave\nEncoding: 217 217 150\nWidth: 722\nFlags: W\nHStem: -18 41<319 342> 633 20<127 400 566 765>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 85 85 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 231 212\nKernsSLIF: 65 -50 0 0\nEndChar\nStartChar: Uacute\nEncoding: 218 218 151\nWidth: 722\nFlags: W\nHStem: -18 41<319 342> 633 20<127 400 566 765>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 85 85 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 228 212\nKernsSLIF: 114 -41 0 0 46 -39 0 0 112 -32 0 0 110 -29 0 0 109 -28 0 0 44 -35 0 0 65 -50 0 0\nEndChar\nStartChar: Ucircumflex\nEncoding: 219 219 152\nWidth: 722\nFlags: W\nHStem: -18 41<319 342> 633 20<127 400 566 765> 853 20<479 528>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 85 85 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 231 212\nKernsSLIF: 65 -50 0 0\nEndChar\nStartChar: Udieresis\nEncoding: 220 220 153\nWidth: 722\nFlags: W\nHStem: -18 41<319 342> 633 20<127 400 566 765> 720 98<392 396 584 600>\nVStem: 102 90<140 149> 127 273<637 652> 344 98<768 772> 544 98<768 772> 566 199<637 652>\nRef: 85 85 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 237 212\nKernsSLIF: 114 -41 0 0 46 -39 0 0 112 -32 0 0 110 -29 0 0 109 -28 0 0 44 -35 0 0 98 1 0 0 65 -50 0 0\nEndChar\nStartChar: Yacute\nEncoding: 221 221 154\nWidth: 556\nFlags: W\nHStem: 0 21<78 367> 633 20<91 330 444 633>\nVStem: 78 289<1 16> 91 239<637 652> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nRef: 89 89 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 133 212\nEndChar\nStartChar: Thorn\nEncoding: 222 222 155\nWidth: 611\nFlags: W\nHStem: 0 21G<0 245> 170 36<266 302> 488 30<320 352> 633 20G<146 384>\nVStem: 0 245<1 16> 146 238<637 652> 466 103<352 384>\nDStem: 200 515 286 459 82 90 215 211 200 515 206 180 82 90 189 120\nFore\n146 637 m 1\n 146 653 l 1\n 384 653 l 1\n 384 637 l 1\n 344 632 331 623 322 595 c 1\n 302 518 l 1\n 358 518 l 2\n 494 518 569 465 569 369 c 0\n 569 310 540 255 490 218 c 0\n 447 187 379 170 295 170 c 0\n 253 170 230 173 206 180 c 1\n 189 120 l 2\n 180 87 177 74 177 62 c 0\n 177 28 182 25 245 16 c 1\n 245 0 l 1\n 0 0 l 1\n 0 16 l 1\n 57 24 64 30 82 90 c 1\n 200 515 l 2\n 213 561 217 581 217 595 c 0\n 217 622 203 630 146 637 c 1\n286 459 m 2\n 215 211 l 1\n 245 206 250 206 267 206 c 0\n 329 206 368 214 399 231 c 0\n 443 257 466 303 466 368 c 0\n 466 416 455 445 429 464 c 0\n 409 478 370 488 332 488 c 0\n 304 488 292 480 286 459 c 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: germandbls\nEncoding: 223 223 156\nWidth: 500\nFlags: W\nHStem: -207 24<-91 -81> -13 22<243 251> 656 23<340 360>\nVStem: -168 79<-146 -137> 161 82<52 64> 260 70<381 384> 366.427 87.5735<241 257> 412.58 79.8869<548 577>\nFore\n330 384 m 1\n 330 381 l 1\n 361 377 377 372 395 360 c 0\n 430 336 454 290 454 244 c 0\n 454 174 421 97 370 44 c 0\n 335 8 287 -13 241 -13 c 0\n 193 -13 161 14 161 53 c 0\n 161 81 179 100 205 100 c 0\n 228 100 243 84 243 60 c 0\n 243 51 241 43 235 33 c 0\n 233 29 231 24 231 22 c 0\n 231 15 240 9 249 9 c 0\n 275 9 300 28 320 63 c 0\n 348 113 367 194 367 262 c 0\n 367 332 341 367 286 369 c 0\n 266 370 260 374 260 384 c 128\n 260 394 264 397 277 397 c 0\n 358 397 413 470 413 577 c 0\n 413 628 391 656 351 656 c 0\n 293 656 244 582 206 438 c 1\n 95 12 l 2\n 59 -125 -10 -207 -90 -207 c 0\n -137 -207 -168 -182 -168 -145 c 0\n -168 -119 -153 -103 -129 -103 c 0\n -106 -103 -89 -118 -89 -139 c 0\n -89 -146 -92 -157 -97 -165 c 0\n -100 -169 -101 -172 -101 -175 c 0\n -101 -180 -94 -183 -83 -183 c 0\n -34 -183 -7 -139 23 -4 c 1\n 95 315 l 2\n 153 571 230 679 354 679 c 0\n 437 679 493 626 493 548 c 0\n 493 475 448 428 338 387 c 2\n 330 384 l 1\nEndSplineSet\nEndChar\nStartChar: agrave\nEncoding: 224 224 157\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969>\nVStem: 17 84<99 117>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 83 0\nKernsSLIF: 121 2 0 0 119 4 0 0 118 1 0 0\nEndChar\nStartChar: aacute\nEncoding: 225 225 158\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969>\nVStem: 17 84<99 117>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 84 0\nKernsSLIF: 121 2 0 0 119 4 0 0 118 1 0 0\nEndChar\nStartChar: acircumflex\nEncoding: 226 226 159\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 641 20<332 381>\nVStem: 17 84<99 117>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 84 0\nEndChar\nStartChar: atilde\nEncoding: 227 227 160\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 520.354 60.1132<416 432> 563.992 59.008<264 284>\nVStem: 17 84<99 117>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 84 0\nEndChar\nStartChar: adieresis\nEncoding: 228 228 161\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 508 98<239 243 431 447>\nVStem: 17 84<99 117> 191 98<556 560> 391 98<556 560>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 84 0\nKernsSLIF: 121 2 0 0 119 4 0 0 118 1 0 0\nEndChar\nStartChar: aring\nEncoding: 229 229 162\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 508 34<334 340> 673 34<334 340>\nVStem: 17 84<99 117> 238 34<604 610> 404 34<604 610>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 83 0\nKernsSLIF: 121 2 0 0 119 4 0 0 118 1 0 0\nEndChar\nStartChar: ae\nEncoding: 230 230 163\nWidth: 667\nFlags: W\nHStem: -10.9963 46.9963<403 446> 415.992 25.0083<539 559> 421 20<291.852 303>\nVStem: 296.057 80.9359<111 137> 574 66<369 383>\nFore\n588 113 m 1\n 598 101 l 1\n 542 33 466 -11 403 -11 c 128\n 340 -11 296 40 296 111 c 0\n 296 125 298 135 302 151 c 1\n 217 27 171 -11 107 -11 c 0\n 58 -11 23 28 23 83 c 0\n 23 241 179 441 303 441 c 0\n 337 441 353 430 369 394 c 1\n 388 437 l 1\n 459 439 l 1\n 437 377 l 1\n 484 423 518 441 559 441 c 0\n 609 441 640 414 640 371 c 0\n 640 333 619 300 577 272 c 0\n 539 247 491 229 384 198 c 1\n 378 170 376 159 376 137 c 0\n 376 71 400 36 446 36 c 0\n 489 36 529 57 588 113 c 1\n305 421 m 0\n 226 425 116 246 109 100 c 0\n 107 61 120 39 143 39 c 0\n 169 39 200 55 223 80 c 0\n 295 158 350 284 350 370 c 0\n 350 400 332 420 305 421 c 0\n390 223 m 1\n 418 231 437 236 450 241 c 0\n 523 266 574 323 574 379 c 0\n 574 403 562 416 539 416 c 128\n 516 416 493 404 473 384 c 1\n 438 346 420 312 390 223 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nKernsSLIF: 121 6 0 0 119 5 0 0 118 2 0 0\nEndChar\nStartChar: ccedilla\nEncoding: 231 231 164\nWidth: 444\nFlags: W\nHStem: -217 35<106 122> -10.9983 35.9983<176 207> 420 21<314 322>\nVStem: 30 86<119 151> 164 74<-142 -131> 338 87<351 361>\nFore\n168 -11 m 1\n 131 -66 l 1\n 141 -64 148 -63 156 -63 c 0\n 206 -63 238 -90 238 -131 c 0\n 238 -181 188 -217 119 -217 c 0\n 91 -217 68 -212 26 -196 c 1\n 43 -167 l 1\n 72 -178 90 -182 111 -182 c 0\n 145 -182 164 -167 164 -141 c 128\n 164 -115 145 -97 118 -97 c 0\n 108 -97 100 -99 86 -104 c 1\n 77 -96 l 1\n 133 -6 l 1\n 66 10 30 60 30 139 c 0\n 30 295 170 441 320 441 c 0\n 380 441 425 406 425 360 c 0\n 425 334 404 314 377 314 c 0\n 353 314 338 328 338 352 c 0\n 338 361 340 368 347 381 c 0\n 351 390 353 395 353 400 c 0\n 353 412 338 420 316 420 c 0\n 276 420 236 402 207 372 c 0\n 151 314 116 224 116 139 c 0\n 116 68 150 25 207 25 c 0\n 256 25 295 47 350 106 c 1\n 366 96 l 1\n 306 19 252 -11 176 -11 c 2\n 168 -11 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: egrave\nEncoding: 232 232 165\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 55 0\nEndChar\nStartChar: eacute\nEncoding: 233 233 166\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 56 0\nKernsSLIF: 121 4 0 0 119 2 0 0\nEndChar\nStartChar: ecircumflex\nEncoding: 234 234 167\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332> 641 20<304 353>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 56 0\nKernsSLIF: 121 4 0 0 119 2 0 0\nEndChar\nStartChar: edieresis\nEncoding: 235 235 168\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332> 508 98<201 205 393 409>\nVStem: 31 87<110 133> 153 98<556 560> 346 66<372 381> 353 98<556 560>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 46 0\nEndChar\nStartChar: igrave\nEncoding: 236 236 169\nWidth: 278\nFlags: W\nVStem: 49 75<47 53>\nDStem: 119 332 228 439 71 155 140 117\nRef: 305 305 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 -27 0\nEndChar\nStartChar: iacute\nEncoding: 237 237 170\nWidth: 278\nFlags: W\nVStem: 49 75<47 53>\nDStem: 119 332 228 439 71 155 140 117\nRef: 305 305 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 -47 0\nEndChar\nStartChar: icircumflex\nEncoding: 238 238 171\nWidth: 278\nFlags: W\nHStem: 641 20<191 240>\nVStem: 49 75<47 53>\nDStem: 119 332 228 439 71 155 140 117\nRef: 305 305 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 -57 0\nEndChar\nStartChar: idieresis\nEncoding: 239 239 172\nWidth: 278\nFlags: W\nHStem: 508 98<103 107 295 311>\nVStem: 49 75<47 53> 55 98<556 560> 255 98<556 560>\nDStem: 119 332 228 439 71 155 140 117\nRef: 305 305 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -52 0\nEndChar\nStartChar: eth\nEncoding: 240 240 173\nWidth: 500\nFlags: W\nHStem: -10.9907 20.9907<176 194> 420 21<305 324>\nVStem: 27.3745 84.077<101 129> 383.856 82.3623<326 359>\nDStem: 297 599 324 567 174 545 207 516 450 665 482 637 351 622 381 592\nFore\n324 567 m 1\n 207 516 l 1\n 174 545 l 1\n 297 599 l 1\n 262 632 236 649 194 666 c 1\n 229 683 l 1\n 274 673 311 655 351 622 c 1\n 450 665 l 1\n 482 637 l 1\n 381 592 l 1\n 442 519 467 452 467 359 c 0\n 467 161 331 -11 174 -11 c 0\n 83 -11 27 43 27 129 c 0\n 27 280 173 441 310 441 c 0\n 348 441 377 424 394 392 c 1\n 396 393 l 1\n 386 462 364 515 324 567 c 1\n313 420 m 0\n 270 420 228 390 189 334 c 0\n 141 263 111 175 111 101 c 0\n 111 47 142 10 189 10 c 0\n 232 10 270 35 306 88 c 0\n 351 152 384 253 384 326 c 0\n 384 383 356 420 313 420 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: ntilde\nEncoding: 241 241 174\nWidth: 500\nFlags: W\nHStem: 0 21<14 89> 520.354 60.1132<382 398> 563.992 59.008<230 250>\nVStem: 287.57 74.4305<53 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nRef: 110 110 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 50 0\nEndChar\nStartChar: ograve\nEncoding: 242 242 175\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 420 21<306 324>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 83 0\nKernsSLIF: 121 -10 0 0 119 -15 0 0 118 -18 0 0\nEndChar\nStartChar: oacute\nEncoding: 243 243 176\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 420 21<306 324>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 84 0\nKernsSLIF: 121 -10 0 0 119 -15 0 0 118 -18 0 0\nEndChar\nStartChar: ocircumflex\nEncoding: 244 244 177\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 420 21<306 324> 641 20<321 370>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 73 0\nKernsSLIF: 116 -16 0 0\nEndChar\nStartChar: otilde\nEncoding: 245 245 178\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 420 21<306 324> 520.354 60.1132<401 417> 563.992 59.008<249 269>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 69 0\nEndChar\nStartChar: odieresis\nEncoding: 246 246 179\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 420 21<306 324> 508 98<239 243 431 447>\nVStem: 27.3745 84.0629<101 129> 191 98<556 560> 383.003 84.9971<301 326> 391 98<556 560>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 84 0\nKernsSLIF: 121 -10 0 0 120 -33 0 0 119 -15 0 0 118 -18 0 0 116 -16 0 0\nEndChar\nStartChar: divide\nEncoding: 247 247 180\nWidth: 675\nFlags: W\nHStem: -11 111<335 342> 220 66<87 589> 406 111<335 342>\nVStem: 283 111<37 53 453 469>\nFore\n590 220 m 1\n 86 220 l 1\n 86 286 l 1\n 590 286 l 1\n 590 220 l 1\n338 100 m 0\n 368 100 394 74 394 43 c 0\n 394 13 368 -11 336 -11 c 0\n 308 -11 283 14 283 43 c 0\n 283 74 308 100 338 100 c 0\n338 517 m 0\n 368 517 394 491 394 460 c 0\n 394 431 368 406 337 406 c 0\n 308 406 283 431 283 460 c 0\n 283 491 308 517 338 517 c 0\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: oslash\nEncoding: 248 248 181\nWidth: 500\nFlags: W\nHStem: -11 21<177 191> 420 21<307 323>\nVStem: 28.2329 84.6855<97 130> 384.725 83.5124<298 325>\nDStem: 124 -4 156 -9 60 -135 95 -135 328 418 357 406 140 29 167 14 394 554 428 554 339 440 370 435\nFore\n428 554 m 1\n 370 435 l 1\n 411 423 430 409 448 379 c 0\n 461 357 469 325 469 298 c 0\n 469 222 425 133 355 68 c 0\n 298 16 238 -11 176 -11 c 0\n 167 -11 162 -11 156 -9 c 1\n 95 -135 l 1\n 60 -135 l 1\n 124 -4 l 1\n 93 6 80 14 65 30 c 0\n 41 55 28 91 28 130 c 0\n 28 283 178 441 323 441 c 0\n 327 441 332 441 339 440 c 1\n 394 554 l 1\n 428 554 l 1\n140 29 m 1\n 328 418 l 1\n 323 419 320 420 318 420 c 0\n 285 420 250 403 223 374 c 0\n 157 304 112 192 112 97 c 0\n 112 70 121 48 140 29 c 1\n357 406 m 1\n 167 14 l 1\n 175 11 180 10 189 10 c 0\n 233 10 271 34 308 87 c 0\n 353 152 385 252 385 325 c 0\n 385 360 376 385 357 406 c 1\nEndSplineSet\nEndChar\nStartChar: ugrave\nEncoding: 249 249 182\nWidth: 500\nFlags: W\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 117 117 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 83 0\nEndChar\nStartChar: uacute\nEncoding: 250 250 183\nWidth: 500\nFlags: W\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 117 117 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 74 0\nEndChar\nStartChar: ucircumflex\nEncoding: 251 251 184\nWidth: 500\nFlags: W\nHStem: 641 20<307 356>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 117 117 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 59 0\nEndChar\nStartChar: udieresis\nEncoding: 252 252 185\nWidth: 500\nFlags: W\nHStem: 508 98<229 233 421 437>\nVStem: 42.007 76.993<44 67> 181 98<556 560> 289.011 77.9887<39 55> 381 98<556 560>\nDStem: 104 309 211 439 67 167 120 76\nRef: 117 117 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 74 0\nEndChar\nStartChar: yacute\nEncoding: 253 253 186\nWidth: 444\nFlags: W\nHStem: -205.052 82.0515<16 17> 421 20<154 158>\nVStem: 332 93.9907<386 404>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 57 0\nEndChar\nStartChar: thorn\nEncoding: 254 254 187\nWidth: 500\nFlags: W\nHStem: -205 16<-74 -74 106 129> -11 19<153.477 181> 397.994 43.0056<317 353>\nVStem: -75 205<-204 -190> 379 90<303 332>\nFore\n130 -190 m 1\n 130 -205 l 1\n -75 -205 l 1\n -75 -189 l 1\n -32 -188 -18 -176 -8 -130 c 1\n 106 304 l 1\n 152 472 166 522 174 554 c 0\n 175 560 177 566 179 573 c 0\n 186 596 188 607 188 616 c 0\n 188 638 182 641 123 643 c 1\n 123 660 l 1\n 190 668 226 674 275 683 c 1\n 280 678 l 1\n 216 433 199 366 189 335 c 1\n 191 333 l 1\n 237 406 290 441 353 441 c 0\n 426 441 469 394 469 315 c 0\n 469 157 315 -11 169 -11 c 0\n 146 -11 128 -7 103 6 c 1\n 84 -67 66 -146 66 -159 c 0\n 66 -182 83 -190 130 -190 c 1\n317 398 m 0\n 263 398 209 353 182 284 c 0\n 153 210 117 79 117 45 c 0\n 117 23 137 8 166 8 c 0\n 217 8 265 39 307 98 c 0\n 350 160 379 246 379 312 c 0\n 379 370 358 398 317 398 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: ydieresis\nEncoding: 255 255 188\nWidth: 444\nFlags: W\nHStem: -205.052 82.0515<16 17> 421 20<154 158> 508 98<191 195 383 399>\nVStem: 143 98<556 560> 332 93.9907<386 404> 343 98<556 560>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 36 0\nEndChar\nStartChar: Amacron\nEncoding: 256 256 189\nWidth: 611\nFlags: W\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 744 51<250 540>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 65 65 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 140 212\nEndChar\nStartChar: amacron\nEncoding: 257 257 190\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 532 51<194 484>\nVStem: 17 84<99 117>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 84 0\nEndChar\nStartChar: Abreve\nEncoding: 258 258 191\nWidth: 611\nFlags: W\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 704 59<384 400>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 139 212\nEndChar\nStartChar: abreve\nEncoding: 259 259 192\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 492 59<329 345>\nVStem: 17 84<99 117>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 84 0\nEndChar\nStartChar: Aogonek\nEncoding: 260 260 193\nWidth: 611\nFlags: W\nHStem: -168.996 62.9962<582 607> 0 21G<-51 136> 226 36<176 368>\nVStem: -51 187<1 16> 318 246<0 16> 487.914 60.4698<-73 -49>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nFore\n374 226 m 1\n 154 226 l 1\n 97 113 l 2\n 80 79 77 70 77 51 c 0\n 77 26 85 21 136 16 c 1\n 136 0 l 1\n -51 0 l 1\n -51 16 l 1\n -11 24 -1 35 78 168 c 1\n 368 668 l 1\n 394 668 l 1\n 488 102 l 1\n 501 29 507 21 564 16 c 1\n 564 0 l 1\n 553 -11 548 -27 548 -49 c 0\n 548 -85 570 -106 607 -106 c 0\n 638 -106 663 -96 690 -74 c 1\n 707 -92 l 1\n 672 -143 630 -169 582 -169 c 0\n 530 -169 487 -126 487 -73 c 0\n 487 -46 493 -30 515 0 c 1\n 318 0 l 1\n 318 16 l 1\n 382 22 396 31 396 69 c 0\n 396 77 395 86 394 95 c 1\n 374 226 l 1\n175 262 m 1\n 369 262 l 1\n 325 522 l 1\n 175 262 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: aogonek\nEncoding: 261 261 194\nWidth: 500\nFlags: W\nHStem: -168.996 62.9962<375 400> -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969>\nVStem: 17 84<99 119> 280.004 60.996<-74 -52>\nFore\n464 110 m 1\n 476 100 l 1\n 428 41 399 12 372 -4 c 0\n 348 -17 341 -28 341 -52 c 0\n 341 -85 364 -106 400 -106 c 0\n 431 -106 456 -96 483 -74 c 1\n 500 -92 l 1\n 465 -143 423 -169 375 -169 c 0\n 323 -169 280 -126 280 -74 c 0\n 280 -48 288 -26 306 0 c 1\n 299 8 297 15 297 31 c 0\n 297 55 300 68 320 146 c 1\n 232 22 189 -11 119 -11 c 0\n 55 -11 17 30 17 100 c 0\n 17 258 171 441 303 441 c 0\n 346 441 375 420 383 383 c 1\n 394 431 l 1\n 397 434 l 1\n 458 441 l 1\n 465 438 l 1\n 463 429 462 427 459 417 c 0\n 412 245 370 74 370 54 c 0\n 370 47 376 41 384 41 c 0\n 393 41 406 51 436 82 c 0\n 443 90 449 95 464 110 c 1\n309 419 m 0\n 269 422 222 390 182 332 c 0\n 139 270 101 167 101 113 c 0\n 101 67 124 38 159 38 c 0\n 188 38 222 55 246 82 c 0\n 315 156 365 274 365 358 c 0\n 365 393 343 417 309 419 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Cacute\nEncoding: 262 262 195\nWidth: 667\nFlags: W\nHStem: -17.8293 44.8293<338 353> 630 36<466 483> 644 20<668 689>\nVStem: 66 112<222 254>\nRef: 67 67 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 237 212\nEndChar\nStartChar: cacute\nEncoding: 263 263 196\nWidth: 444\nFlags: W\nHStem: -10.9981 35.9981<177 207> 420 21<302 322>\nVStem: 30 86<133 149> 338 87<351 361>\nRef: 99 99 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 55 0\nEndChar\nStartChar: Ccircumflex\nEncoding: 264 264 197\nWidth: 667\nFlags: W\nHStem: -17.8293 44.8293<338 353> 630 36<466 483> 644 20<668 689> 852 20<486 535>\nVStem: 66 112<222 254>\nRef: 67 67 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 238 211\nEndChar\nStartChar: ccircumflex\nEncoding: 265 265 198\nWidth: 444\nFlags: W\nHStem: -10.9981 35.9981<177 207> 420 21<302 322> 640 20<312 361>\nVStem: 30 86<133 149> 338 87<351 361>\nRef: 99 99 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 64 -1\nEndChar\nStartChar: Cdotaccent\nEncoding: 266 266 199\nWidth: 667\nFlags: W\nHStem: -17.8293 44.8293<338 353> 630 36<466 483> 644 20<668 689> 703 98<489 493>\nVStem: 66 112<222 254> 441 98<751 755>\nRef: 67 67 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 234 195\nEndChar\nStartChar: cdotaccent\nEncoding: 267 267 200\nWidth: 444\nFlags: W\nHStem: -10.9981 35.9981<177 207> 420 21<302 322> 491 98<315 319>\nVStem: 30 86<133 149> 267 98<539 543> 338 87<351 361>\nRef: 99 99 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 60 -17\nEndChar\nStartChar: Ccaron\nEncoding: 268 268 201\nWidth: 667\nFlags: W\nHStem: -17.8293 44.8293<338 353> 630 36<466 483> 644 20<668 689> 853 20<358 395 627 663>\nVStem: 66 112<222 254>\nRef: 67 67 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 237 212\nEndChar\nStartChar: ccaron\nEncoding: 269 269 202\nWidth: 444\nFlags: W\nHStem: -10.9981 35.9981<177 207> 420 21<302 322> 641 20<179 216 448 484>\nVStem: 30 86<133 149> 338 87<351 361>\nRef: 99 99 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 58 0\nEndChar\nStartChar: Dcaron\nEncoding: 270 270 203\nWidth: 722\nFlags: W\nHStem: 0 30<216 264> 623 30<360 392> 853 20<316 353 585 621>\nVStem: 589 111<383 410>\nDStem: 196 532 313 594 73 90 192 162\nRef: 68 68 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 195 212\nEndChar\nStartChar: dcaron\nEncoding: 271 271 204\nWidth: 500\nFlags: W\nHStem: -10.9977 47.9977<120 160> 418.138 22.8624<295.336 307 307.031 310.977>\nVStem: 15 87<99 123> 532 108.995<595 619>\nFore\n463 111 m 1\n 475 101 l 1\n 423 28 371 -13 329 -13 c 0\n 304 -13 287 5 287 32 c 0\n 287 55 289 70 300 121 c 1\n 232 21 188 -11 120 -11 c 0\n 55 -11 15 32 15 103 c 0\n 15 253 177 441 307 441 c 0\n 346 441 364 425 372 383 c 1\n 416 547 l 2\n 430 598 431 604 431 617 c 0\n 431 638 424 641 369 643 c 1\n 369 660 l 1\n 433 666 469 672 522 683 c 1\n 527 678 l 1\n 476 478 455 398 428 306 c 0\n 395 196 363 74 363 60 c 0\n 363 49 371 40 381 40 c 0\n 398 40 409 49 463 111 c 1\n311 418 m 0\n 283 420 246 401 218 372 c 0\n 152 302 102 186 102 103 c 0\n 102 64 126 37 160 37 c 0\n 252 37 356 209 356 361 c 0\n 356 397 341 416 311 418 c 0\n511 436 m 1\n 502 453 l 1\n 554 488 577 515 577 542 c 0\n 577 552 572 560 557 574 c 0\n 538 591 532 602 532 619 c 0\n 532 646 554 666 583 666 c 0\n 616 666 641 635 641 595 c 0\n 641 539 595 483 511 436 c 1\nEndSplineSet\nEndChar\nStartChar: Dcroat\nEncoding: 272 272 205\nWidth: 722\nFlags: W\nHStem: 0 30<216 264> 326 42<60 137 251 391> 623 30<360 403>\nVStem: 589 111<383 410>\nDStem: 60 368 238 326 48 326 192 162 138 326 238 326 73 90 192 162 196 532 313 594 150 368 250 368\nRef: 208 208 N 1 0 0 1 0 0\nEndChar\nStartChar: dcroat\nEncoding: 273 273 206\nWidth: 500\nFlags: W\nHStem: -10.9977 47.9977<120 160> 418.138 22.8624<295.336 307 307.031 310.977> 544 35<257 414 502 550>\nVStem: 15 87<99 123>\nFore\n415 544 m 5\n 249 544 l 5\n 257 579 l 5\n 425 579 l 5\n 430 598 431 606 431 616 c 0\n 431 638 424 641 369 643 c 1\n 369 660 l 1\n 433 666 469 672 522 683 c 1\n 527 678 l 1\n 501 579 l 5\n 558 579 l 5\n 550 544 l 5\n 492 544 l 5\n 457 407 455 398 428 306 c 0\n 395 197 363 75 363 60 c 0\n 363 49 371 40 381 40 c 0\n 398 40 409 49 463 111 c 1\n 475 101 l 1\n 423 28 371 -13 329 -13 c 0\n 304 -13 287 5 287 32 c 0\n 287 55 289 70 300 121 c 1\n 232 21 188 -11 120 -11 c 0\n 55 -11 15 32 15 103 c 0\n 15 253 177 441 307 441 c 0\n 346 441 364 425 372 383 c 1\n 415 544 l 5\n311 418 m 0\n 283 420 246 401 218 372 c 0\n 152 302 102 186 102 103 c 0\n 102 64 126 37 160 37 c 0\n 252 37 356 209 356 361 c 0\n 356 397 341 416 311 418 c 0\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: Emacron\nEncoding: 274 274 207\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 744 51<282 572>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 172 212\nEndChar\nStartChar: emacron\nEncoding: 275 275 208\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332> 532 51<166 456>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 56 0\nEndChar\nStartChar: Ebreve\nEncoding: 276 276 209\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 703 59<449 465>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 204 211\nEndChar\nStartChar: ebreve\nEncoding: 277 277 210\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332> 491 59<327 343>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 82 -1\nEndChar\nStartChar: Edotaccent\nEncoding: 278 278 211\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 720 98<427 431>\nVStem: 379 98<768 772>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 172 212\nEndChar\nStartChar: edotaccent\nEncoding: 279 279 212\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332> 508 98<310 314>\nVStem: 31 87<110 133> 262 98<556 560> 346 66<372 381>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 55 0\nEndChar\nStartChar: Eogonek\nEncoding: 280 280 213\nWidth: 611\nFlags: W\nHStem: -168.996 62.9962<526 551> 0 33<239 287> 325 38<303 322 322.031 332> 620 33<367 447>\nVStem: 431.863 60.1374<-57 -56>\nDStem: 203 532 319 594 80 90 253 361\nFore\n568 162 m 1\n 506 0 l 2\n 497 -23 492 -44 492 -56 c 0\n 492 -85 517 -106 551 -106 c 0\n 582 -106 607 -96 634 -74 c 1\n 651 -92 l 1\n 616 -143 574 -169 526 -169 c 0\n 473 -169 431 -126 431 -72 c 0\n 431 -45 438 -27 459 0 c 1\n -1 0 l 1\n -1 16 l 1\n 55 26 63 33 80 90 c 1\n 203 532 l 2\n 208 550 214 585 214 596 c 0\n 214 623 199 631 137 637 c 1\n 137 653 l 1\n 634 653 l 1\n 603 500 l 1\n 582 502 l 1\n 583 519 584 534 584 547 c 0\n 584 607 549 620 392 620 c 0\n 336 620 325 616 319 594 c 2\n 253 361 l 1\n 288 362 320 363 332 363 c 0\n 423 367 432 373 470 458 c 1\n 488 454 l 1\n 420 222 l 1\n 400 227 l 1\n 405 249 407 262 407 279 c 128\n 407 296 405 305 400 310 c 0\n 389 320 361 326 322 325 c 0\n 310 325 279 326 244 328 c 1\n 234 290 225 257 212 213 c 0\n 187 125 176 78 176 67 c 0\n 176 43 200 33 256 33 c 0\n 331 33 399 43 436 60 c 0\n 479 80 505 106 552 170 c 1\n 568 162 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: eogonek\nEncoding: 281 281 214\nWidth: 444\nFlags: W\nHStem: -168.35 63.2247<319 344> 417.951 22.1129<311 332>\nVStem: 31 87<110 135> 224.003 60.9966<-75 -53> 346 66<372 381>\nFore\n358 109 m 1\n 370 97 l 1\n 365 91 360 85 354 80 c 1\n 301 21 285 -10 285 -53 c 0\n 285 -85 309 -106 344 -106 c 0\n 375 -106 400 -96 427 -74 c 1\n 444 -92 l 1\n 409 -143 367 -169 319 -169 c 0\n 267 -169 224 -126 224 -75 c 0\n 224 -42 235 -16 262 14 c 1\n 226 -4 198 -11 164 -11 c 0\n 85 -11 31 45 31 126 c 0\n 31 276 188 441 332 441 c 0\n 382 441 412 415 412 373 c 0\n 412 287 306 211 156 190 c 2\n 128 186 l 1\n 120 154 118 139 118 124 c 0\n 118 70 155 34 212 34 c 0\n 255 34 286 50 358 109 c 1\n152 252 m 2\n 135 208 l 1\n 221 229 259 247 296 282 c 0\n 327 312 346 348 346 379 c 0\n 346 402 332 418 311 418 c 0\n 260 418 186 341 152 252 c 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: Ecaron\nEncoding: 282 282 215\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 853 20<293 330 562 598>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 172 212\nEndChar\nStartChar: ecaron\nEncoding: 283 283 216\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332> 641 20<177 214 446 482>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 56 0\nEndChar\nStartChar: Gcircumflex\nEncoding: 284 284 217\nWidth: 722\nFlags: W\nHStem: -18 37<339 372> 300 19<484 485> 632 34<452 471> 852 20<516 565>\nVStem: 52 110<224 254> 456 266<303 318>\nRef: 71 71 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 268 211\nEndChar\nStartChar: gcircumflex\nEncoding: 285 285 218\nWidth: 500\nFlags: W\nHStem: -206 22<171 200> 151 21<232 246> 366 39<423 471> 419 22<283.463 299> 640 20<358 407>\nVStem: 8 55<-94 -78> 98.0105 73.9895<78 114 247 270> 324.994 60.0059<-90 -60> 352 78.9961<310 348>\nRef: 103 103 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 110 -1\nEndChar\nStartChar: Gbreve\nEncoding: 286 286 219\nWidth: 722\nFlags: W\nHStem: -18 37<339 372> 300 19<484 485> 632 34<452 471> 704 59<480 496>\nVStem: 52 110<224 254> 456 266<303 318>\nRef: 71 71 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 235 212\nEndChar\nStartChar: gbreve\nEncoding: 287 287 220\nWidth: 500\nFlags: W\nHStem: -206 22<171 200> 151 21<232 246> 366 39<423 471> 419 22<283.463 299> 492 59<329 345>\nVStem: 8 55<-94 -78> 98.0105 73.9895<78 114 247 270> 324.994 60.0059<-90 -60> 352 78.9961<310 348>\nRef: 103 103 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 84 0\nEndChar\nStartChar: Gdotaccent\nEncoding: 288 288 221\nWidth: 722\nFlags: W\nHStem: -18 37<339 372> 300 19<484 485> 632 34<452 471> 703 98<519 523>\nVStem: 52 110<224 254> 456 266<303 318> 471 98<751 755>\nRef: 71 71 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 264 195\nEndChar\nStartChar: gdotaccent\nEncoding: 289 289 222\nWidth: 500\nFlags: W\nHStem: -206 22<171 200> 151 21<232 246> 366 39<423 471> 419 22<283.463 299> 491 98<361 365>\nVStem: 8 55<-94 -78> 98.0105 73.9895<78 114 247 270> 313 98<539 543> 324.994 60.0059<-90 -60> 352 78.9961<310 348>\nRef: 103 103 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 106 -17\nEndChar\nStartChar: Gcommaaccent\nEncoding: 290 290 223\nWidth: 722\nFlags: W\nHStem: -18 37<339 372> 300 19<484 485> 632 34<452 471>\nVStem: 52 110<224 248> 231 108.995<-111 -87> 456 266<303 318>\nFore\n708 662 m 1\n 659 465 l 1\n 641 468 l 1\n 636 512 629 533 613 559 c 0\n 583 605 528 632 463 632 c 0\n 397 632 335 605 290 558 c 0\n 211 474 162 347 162 224 c 0\n 162 93 235 19 364 19 c 0\n 409 19 447 31 469 53 c 0\n 481 65 484 73 506 145 c 0\n 528 219 534 247 534 269 c 0\n 534 287 518 297 485 300 c 0\n 481 300 468 302 456 303 c 1\n 456 319 l 1\n 722 319 l 1\n 722 303 l 1\n 657 299 641 287 625 231 c 1\n 576 44 l 1\n 499 1 427 -18 339 -18 c 0\n 252 -18 179 9 128 60 c 0\n 81 108 52 178 52 246 c 0\n 52 466 244 666 455 666 c 0\n 496 666 539 658 589 642 c 0\n 611 635 623 632 633 632 c 0\n 659 632 676 642 693 666 c 1\n 708 662 l 1\n210 -270 m 1\n 201 -253 l 1\n 253 -218 276 -191 276 -164 c 0\n 276 -154 271 -146 256 -132 c 0\n 237 -115 231 -104 231 -87 c 0\n 231 -60 253 -40 282 -40 c 0\n 315 -40 340 -71 340 -111 c 0\n 340 -167 294 -223 210 -270 c 1\nEndSplineSet\nEndChar\nStartChar: gcommaaccent\nEncoding: 291 291 224\nWidth: 500\nFlags: W\nHStem: -206 22<171 200> 151 21<232 246> 366 39<423 471> 419 22<283.463 299>\nVStem: 8 55<-94 -78> 98.0105 73.9895<78 114 247 270> 269 108.993<523 547> 324.994 60.0059<-90 -60> 352 78.9961<310 348>\nFore\n399 706 m 1\n 408 689 l 1\n 356 654 333 627 333 600 c 0\n 333 590 338 582 353 568 c 0\n 372 551 378 540 378 523 c 0\n 378 496 356 476 327 476 c 0\n 294 476 269 507 269 547 c 0\n 269 603 315 659 399 706 c 1\n472 405 m 1\n 472 366 l 1\n 422 366 l 1\n 428 346 431 326 431 310 c 0\n 431 232 337 151 246 151 c 0\n 237 151 223 152 215 154 c 0\n 212 155 210 155 208 155 c 0\n 195 155 172 129 172 114 c 128\n 172 99 198 83 242 72 c 0\n 337 47 385 3 385 -60 c 0\n 385 -147 301 -206 175 -206 c 0\n 74 -206 8 -161 8 -92 c 0\n 8 -46 26 -26 125 39 c 1\n 106 53 98 65 98 78 c 0\n 98 102 116 122 175 162 c 1\n 118 188 96 218 96 270 c 0\n 96 364 186 441 297 441 c 0\n 335 441 368 431 395 413 c 0\n 403 407 408 405 411 405 c 2\n 472 405 l 1\n148 28 m 0\n 140 28 98 -5 85 -22 c 0\n 69 -41 63 -58 63 -82 c 0\n 63 -146 110 -184 190 -184 c 0\n 267 -184 325 -144 325 -90 c 0\n 325 -44 288 -16 182 17 c 0\n 166 22 156 25 153 26 c 0\n 151 27 149 28 148 28 c 0\n296 419 m 0\n 231 419 174 339 174 247 c 0\n 174 200 196 172 234 172 c 0\n 268 172 299 194 321 235 c 0\n 340 269 352 313 352 348 c 0\n 352 395 333 419 296 419 c 0\nEndSplineSet\nEndChar\nStartChar: Hcircumflex\nEncoding: 292 292 225\nWidth: 722\nFlags: W\nHStem: 0 21<-8 238 355 628> 326 42<249 520> 633 20<130 403 520 767> 852 20<494 543>\nVStem: -8 246<1 16> 130 273<637 652> 355 273<1 16> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 236 326 73 90 170 82 196 532 685 563 73 90 553 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nRef: 72 72 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 246 211\nEndChar\nStartChar: hcircumflex\nEncoding: 293 293 226\nWidth: 500\nFlags: W\nHStem: 0 21<19 94> 882 20<300 349>\nVStem: 370 77.2862<364 367>\nDStem: 154 512 273 678 19 0 153 230\nRef: 104 104 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 52 241\nEndChar\nStartChar: Hbar\nEncoding: 294 294 227\nWidth: 722\nFlags: W\nHStem: 0 16<230.5 238 355 364.286 617.333 628> 326 42<248 520> 475 51<138 180 292 563 675 713> 637 16<130 140.333 388 403 520 528.286>\nDStem: 180 475 278 475 73 90 248 368 180 475 236 326 73 90 170 82 521 326 661 475 456 90 553 82 563 475 661 475 533 368 553 82\nFore\n139 526 m 1\n 194 526 l 1\n 196 532 l 2\n 203 557 207 580 207 594 c 0\n 207 623 192 631 130 637 c 1\n 130 653 l 1\n 403 653 l 1\n 403 637 l 1\n 343 633 317 614 302 563 c 1\n 292 526 l 1\n 577 526 l 1\n 579 532 l 2\n 586 557 590 580 590 594 c 0\n 590 622 578 630 520 637 c 1\n 520 653 l 1\n 767 653 l 1\n 767 637 l 1\n 710 627 702 621 685 563 c 1\n 675 526 l 1\n 725 526 l 1\n 713 475 l 1\n 661 475 l 1\n 553 82 l 2\n 551 74 550 68 550 58 c 0\n 550 30 564 22 628 16 c 1\n 628 0 l 1\n 355 0 l 1\n 355 16 l 1\n 420 23 440 38 456 90 c 1\n 521 326 l 1\n 236 326 l 1\n 170 82 l 2\n 168 75 167 67 167 60 c 0\n 167 31 178 24 238 16 c 1\n 238 0 l 1\n -8 0 l 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 180 475 l 1\n 126 475 l 1\n 139 526 l 1\n563 475 m 1\n 278 475 l 1\n 248 368 l 1\n 533 368 l 1\n 563 475 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: hbar\nEncoding: 295 295 228\nWidth: 500\nFlags: W\nHStem: 0 21G<19 94> 544 35<116 155 246.482 410> 641 15<111 119.571>\nVStem: 370 77.2862<363 367>\nDStem: 162.336 544 237.107 544 19 0 153 230\nFore\n246.482 579 m 1\n 418 579 l 1\n 410 544 l 1\n 237.107 544 l 1\n 153 230 l 1\n 246 375 317 441 382 441 c 0\n 421 441 448 414 448 374 c 0\n 448 350 429 276 400 181 c 0\n 383 129 367 66 367 56 c 0\n 367 47 374 38 383 38 c 0\n 399 38 411 49 465 117 c 1\n 478 105 l 1\n 418 18 383 -9 332 -9 c 0\n 305 -9 288 7 288 33 c 0\n 288 45 295 76 308 125 c 2\n 363 332 l 2\n 367 348 370 361 370 365 c 0\n 370 378 357 390 342 390 c 0\n 307 390 239 328 187 249 c 0\n 147 188 134 154 94 0 c 1\n 19 0 l 1\n 162.336 544 l 1\n 109 544 l 1\n 117 579 l 1\n 172.251 579 l 1\n 175.999 594.887 178 608.144 178 617 c 0\n 178 631 154 648 140 642 c 0\n 139 641 138 641 137 641 c 2\n 111 641 l 1\n 111 656 l 1\n 171 663 210 670 268 683 c 1\n 273 678 l 1\n 246.482 579 l 1\nEndSplineSet\nEndChar\nStartChar: Itilde\nEncoding: 296 296 229\nWidth: 333\nFlags: W\nHStem: 0 21<-8 236> 633 20<137 384> 706.354 60.1132<375 391> 749.992 59.008<223 243>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 73 73 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 43 186\nEndChar\nStartChar: itilde\nEncoding: 297 297 230\nWidth: 278\nFlags: W\nHStem: 494.354 60.1132<298 314> 537.992 59.008<146 166>\nVStem: 49 75<47 53>\nDStem: 119 332 228 439 71 155 140 117\nRef: 305 305 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 -34 -26\nEndChar\nStartChar: Imacron\nEncoding: 298 298 231\nWidth: 333\nFlags: W\nHStem: 0 21<-8 236> 633 20<137 384> 744 51<139 429>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 73 73 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 29 212\nEndChar\nStartChar: imacron\nEncoding: 299 299 232\nWidth: 278\nFlags: W\nHStem: 532 51<83 373>\nVStem: 49 75<47 53>\nDStem: 119 332 228 439 71 155 140 117\nRef: 305 305 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 -27 0\nEndChar\nStartChar: Ibreve\nEncoding: 300 300 233\nWidth: 333\nFlags: W\nHStem: 0 21<-8 236> 633 20<137 384> 703 59<312 328>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 73 73 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 67 211\nEndChar\nStartChar: ibreve\nEncoding: 301 301 234\nWidth: 278\nFlags: W\nHStem: 491 59<236 252>\nVStem: 49 75<47 53>\nDStem: 119 332 228 439 71 155 140 117\nRef: 305 305 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 -9 -1\nEndChar\nStartChar: Iogonek\nEncoding: 302 302 235\nWidth: 333\nFlags: W\nHStem: -168.996 62.9962<254 279> 633 20G<137 384>\nVStem: -8 244<0 16> 137 247<637 652> 159.918 60.4659<-73 -49>\nDStem: 196 532 302 563 73 90 179 120\nFore\n137 653 m 1\n 384 653 l 1\n 384 637 l 1\n 327 627 320 621 302 563 c 1\n 179 120 l 2\n 170 88 168 76 168 57 c 0\n 168 29 179 23 236 16 c 1\n 236 0 l 1\n 225 -14 220 -29 220 -49 c 0\n 220 -85 242 -106 279 -106 c 0\n 310 -106 335 -96 362 -74 c 1\n 379 -92 l 1\n 344 -143 302 -169 254 -169 c 0\n 202 -169 159 -126 159 -73 c 0\n 159 -46 165 -31 186 0 c 1\n -8 0 l 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 196 532 l 2\n 203 557 207 580 207 594 c 0\n 207 622 195 630 137 637 c 1\n 137 653 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: iogonek\nEncoding: 303 303 236\nWidth: 278\nFlags: W\nHStem: -168.373 63.1732<153 178> 548 106<209 223>\nVStem: 49 75<47 55> 58.82 60.4881<-72 -50> 167 97<598 603>\nDStem: 119 332 228 439 71 155 140 117\nFore\n222 114 m 1\n 235 103 l 1\n 203 55 187 36 159 13 c 0\n 124 -15 119 -23 119 -50 c 0\n 119 -85 141 -106 178 -106 c 0\n 209 -106 234 -96 261 -74 c 1\n 278 -92 l 1\n 243 -144 201 -169 153 -169 c 0\n 100 -169 58 -126 58 -72 c 0\n 58 -48 63 -32 80 -9 c 1\n 58 -1 49 15 49 46 c 0\n 49 66 55 97 71 155 c 2\n 119 332 l 1\n 125 352 128 368 128 376 c 0\n 128 396 118 399 65 400 c 1\n 65 416 l 1\n 104 419 124 422 225 441 c 1\n 228 439 l 1\n 140 117 l 1\n 139 115 l 1\n 139 113 l 1\n 137 105 134 98 134 95 c 0\n 127 76 124 61 124 51 c 0\n 124 44 132 36 140 36 c 0\n 149 36 164 46 181 63 c 0\n 191 74 198 82 222 114 c 1\n214 654 m 0\n 241 654 264 628 264 599 c 0\n 264 571 241 548 215 548 c 0\n 186 548 167 569 167 601 c 0\n 167 631 187 654 214 654 c 0\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: Idotaccent\nEncoding: 304 304 237\nWidth: 333\nFlags: W\nHStem: 0 21<-8 236> 633 20<137 384> 720 98<295 299>\nVStem: -8 244<1 16> 137 247<637 652> 247 98<768 772>\nDStem: 196 532 302 563 73 90 179 120\nRef: 73 73 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 40 212\nEndChar\nStartChar: dotlessi\nEncoding: 305 305 238\nWidth: 278\nFlags: W\nVStem: 49 75<47 53>\nDStem: 119 332 228 439 71 155 140 117\nFore\n222 114 m 1\n 235 103 l 1\n 178 19 141 -11 95 -11 c 0\n 65 -11 49 9 49 46 c 0\n 49 66 55 97 71 155 c 2\n 119 332 l 1\n 125 352 128 368 128 376 c 0\n 128 396 118 399 65 400 c 1\n 65 416 l 1\n 104 419 124 422 225 441 c 1\n 228 439 l 1\n 140 117 l 1\n 139 115 l 1\n 139 113 l 1\n 137 105 134 98 134 95 c 0\n 127 76 124 61 124 51 c 0\n 124 44 132 36 140 36 c 0\n 149 36 164 46 181 63 c 0\n 191 74 198 82 222 114 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: IJ\nEncoding: 306 306 239\nWidth: 707\nFlags: W\nHStem: -18 31<375 387> 0 21<-8 236> 633 20<137 384 500 754>\nVStem: -8 244<1 16> 137 247<637 652> 257 94<62 79> 500 254<637 652>\nDStem: 196 532 302 563 73 90 179 120 565 532 672 563 434 67 569 192\nRef: 73 73 N 1 0 0 1 0 0\nRef: 74 74 N 1 0 0 1 263 0\nLigature: 8 0 'liga' I J\nEndChar\nStartChar: ij\nEncoding: 307 307 240\nWidth: 553\nFlags: W\nHStem: -207 23<191 204> 400 14<75 83.3333> 548 106<213 219 475 485>\nVStem: 59 77<48 67> 114 81<-144 -138> 167 97<593 609> 429 97<593 609>\nDStem: 360 250 484 439 297 -3 380 28\nFore\n526 599 m 0\n 526 572 504 548 477 548 c 0\n 447 548 429 571 429 600 c 0\n 429 628 446 654 476 654 c 0\n 505 654 526 626 526 599 c 0\n264 599 m 0\n 264 572 242 548 215 548 c 0\n 185 548 167 571 167 600 c 0\n 167 628 184 654 214 654 c 0\n 243 654 264 626 264 599 c 0\n484 439 m 1\n 380 28 l 2\n 356 -66 311 -207 192 -207 c 0\n 152 -207 114 -187 114 -143 c 0\n 114 -122 135 -104 155 -104 c 128\n 175 -104 195 -119 195 -140 c 0\n 195 -159 182 -162 182 -173 c 128\n 182 -184 195 -184 202 -184 c 0\n 259 -184 287 -45 297 -3 c 1\n 360 250 l 1\n 313 173 217 -11 114 -11 c 0\n 74 -11 59 9 59 48 c 0\n 59 128 135 302 135 371 c 0\n 135 405 100 400 75 400 c 1\n 75 414 l 1\n 125 420 176 429 225 441 c 1\n 228 439 l 1\n 218 399 136 86 136 67 c 0\n 136 53 143 42 158 42 c 0\n 224 42 386 310 386 378 c 0\n 386 406 329 401 311 400 c 1\n 311 416 l 1\n 368 419 425 431 481 441 c 1\n 484 439 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nLigature: 8 0 'liga' i j\nEndChar\nStartChar: Jcircumflex\nEncoding: 308 308 241\nWidth: 444\nFlags: W\nHStem: -18 31<112 124> 633 20<237 491> 852 20<350 399>\nVStem: -6 94<62 79> 237 254<637 652>\nDStem: 302 532 409 563 171 67 306 192\nRef: 74 74 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 102 211\nEndChar\nStartChar: jcircumflex\nEncoding: 309 309 242\nWidth: 278\nFlags: W\nHStem: -207 23<-46 -36>\nVStem: -124 81<-147 -139>\nDStem: 131 289 246 439 59 -3 142 28\nFore\n246 439 m 1\n 142 28 l 2\n 102 -131 42 -207 -45 -207 c 0\n -91 -207 -124 -181 -124 -146 c 0\n -124 -122 -107 -104 -84 -104 c 128\n -61 -104 -43 -120 -43 -141 c 0\n -43 -149 -45 -154 -51 -162 c 0\n -55 -167 -56 -169 -56 -173 c 0\n -56 -180 -50 -184 -38 -184 c 0\n 2 -184 25 -140 59 -3 c 2\n 131 289 l 1\n 142 332 147 359 147 369 c 128\n 147 379 144 388 140 392 c 0\n 135 396 115 402 107 401 c 2\n 100 400 l 1\n 73 400 l 1\n 73 416 l 1\n 104 417 154 425 243 441 c 1\n 246 439 l 1\n269 714 m 1\n 357 545 l 1\n 321 545 l 1\n 239 649 l 1\n 102 545 l 1\n 63 545 l 1\n 220 714 l 1\n 269 714 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Kcommaaccent\nEncoding: 310 310 243\nWidth: 667\nFlags: W\nHStem: 0 19<359 372> 634 19<519 527>\nVStem: 7 248<1 16> 146 273<637 652> 204 108.995<-111 -87> 343 275<1 16> 500 222<637 652>\nDStem: 212 532 318 563 89 90 265 369 212 532 259 348 89 90 197 120 212 532 197 120 89 90 191 99 259 348 347 375 380 140 521 72\nFore\n722 653 m 1\n 722 637 l 1\n 698 633 675 622 647 601 c 2\n 347 375 l 1\n 521 72 l 1\n 549 25 555 22 618 16 c 1\n 618 0 l 1\n 343 0 l 1\n 343 16 l 1\n 356 18 367 19 372 19 c 0\n 404 22 418 30 418 45 c 0\n 418 64 404 99 380 140 c 2\n 259 348 l 1\n 197 120 l 1\n 191 99 l 2\n 185 79 183 70 183 60 c 0\n 183 29 192 23 255 16 c 1\n 255 0 l 1\n 7 0 l 1\n 7 16 l 1\n 66 25 71 30 89 90 c 1\n 212 532 l 2\n 219 557 223 580 223 594 c 0\n 223 623 208 631 146 637 c 1\n 146 653 l 1\n 419 653 l 1\n 419 637 l 1\n 360 633 333 613 318 563 c 1\n 265 369 l 1\n 417 475 l 2\n 506 537 561 591 561 615 c 0\n 561 626 551 632 527 634 c 0\n 523 634 512 636 500 637 c 1\n 500 653 l 1\n 722 653 l 1\n183 -270 m 1\n 174 -253 l 1\n 226 -218 249 -191 249 -164 c 0\n 249 -154 244 -146 229 -132 c 0\n 210 -115 204 -104 204 -87 c 0\n 204 -60 226 -40 255 -40 c 0\n 288 -40 313 -71 313 -111 c 0\n 313 -167 267 -223 183 -270 c 1\nEndSplineSet\nEndChar\nStartChar: kcommaaccent\nEncoding: 311 311 244\nWidth: 444\nFlags: W\nHStem: -10.9947 51.9947<318 354> 0 21G<14 89> 412 16<279 302>\nVStem: 92 108.995<-111 -87> 278 183<412 427>\nDStem: 141 483 267 678 14 0 147 221 141 483 137 180 14 0 89 0\nFore\n414 109 m 1\n 429 98 l 1\n 384 14 358 -11 318 -11 c 0\n 289 -11 271 8 239 71 c 0\n 221 107 195 168 179 212 c 1\n 137 180 l 1\n 89 0 l 1\n 14 0 l 1\n 141 483 l 1\n 143 492 l 2\n 145 500 148 511 152 525 c 0\n 165 571 172 598 174 615 c 1\n 173 634 154 641 106 640 c 1\n 106 656 l 1\n 165 663 203 670 262 683 c 1\n 267 678 l 1\n 147 221 l 1\n 164 233 176 243 190 254 c 0\n 283 325 333 374 333 394 c 0\n 333 405 319 412 294 412 c 2\n 278 412 l 1\n 278 428 l 1\n 461 428 l 1\n 461 412 l 1\n 414 409 383 389 236 258 c 1\n 253 219 268 183 273 170 c 0\n 312 74 333 41 354 41 c 0\n 369 41 381 52 399 83 c 2\n 414 109 l 1\n71 -270 m 1\n 62 -253 l 1\n 114 -218 137 -191 137 -164 c 0\n 137 -154 132 -146 117 -132 c 0\n 98 -115 92 -104 92 -87 c 0\n 92 -60 114 -40 143 -40 c 0\n 176 -40 201 -71 201 -111 c 0\n 201 -167 155 -223 71 -270 c 1\nEndSplineSet\nEndChar\nStartChar: kgreenlandic\nEncoding: 312 312 245\nWidth: 491\nFlags: W\nHStem: 0 21G<14 89 275 413> 224.156 27.8443<159 178.26> 372 88<446 462>\nDStem: 110 350 211 439 14 0 159 252 110 350 151 224 14 0 89 0\nFore\n159 252 m 1\n 188 252 l 2\n 229 252 299 318 318 352 c 1\n 368 450 385 460 454 460 c 0\n 490 460 506 435 502 406 c 0\n 499 381 474 372 449 372 c 0\n 418 372 412 394 386 394 c 0\n 366 394 324 258 246 244 c 1\n 317 221 317 130 350 56 c 1\n 370 20 374 18 417 15 c 1\n 413 0 l 1\n 275 0 l 1\n 205 200 l 1\n 196 228 169 224 151 224 c 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 154 430 208 441 c 1\n 211 439 l 1\n 159 252 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: Lacute\nEncoding: 313 313 246\nWidth: 556\nFlags: W\nHStem: 0 36<232 312> 633 20<130 403>\nVStem: 130 273<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 76 76 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 112 212\nEndChar\nStartChar: lacute\nEncoding: 314 314 247\nWidth: 278\nFlags: W\nVStem: 40 77<44 53>\nDStem: 182 599 279 678 45 71 128 99\nRef: 108 108 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 -27 212\nEndChar\nStartChar: Lcommaaccent\nEncoding: 315 315 248\nWidth: 556\nFlags: W\nHStem: 0 36<232 312> 633 20G<130 403>\nVStem: 130 273<637 652> 148 108.995<-111 -87>\nDStem: 196 532 302 563 73 90 179 120\nFore\n403 653 m 1\n 403 637 l 1\n 343 633 317 614 302 563 c 1\n 179 120 l 2\n 174 101 169 77 169 70 c 0\n 169 44 194 36 270 36 c 0\n 357 36 398 42 433 59 c 0\n 477 81 504 113 539 185 c 1\n 559 179 l 1\n 501 0 l 1\n -8 0 l 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 196 532 l 2\n 203 557 207 580 207 594 c 0\n 207 623 192 631 130 637 c 1\n 130 653 l 1\n 403 653 l 1\n127 -270 m 1\n 118 -253 l 1\n 170 -218 193 -191 193 -164 c 0\n 193 -154 188 -146 173 -132 c 0\n 154 -115 148 -104 148 -87 c 0\n 148 -60 170 -40 199 -40 c 0\n 232 -40 257 -71 257 -111 c 0\n 257 -167 211 -223 127 -270 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: lcommaaccent\nEncoding: 316 316 249\nWidth: 278\nFlags: W\nVStem: 9 108.995<-111 -87> 40 77<44 52>\nDStem: 182 599 279 678 45 71 128 99\nFore\n228 123 m 1\n 241 114 l 1\n 176 18 141 -11 89 -11 c 0\n 57 -11 40 9 40 45 c 0\n 40 50 42 60 45 71 c 2\n 182 599 l 1\n 185 608 186 614 186 617 c 0\n 186 633 166 640 118 640 c 1\n 118 656 l 1\n 177 663 215 670 274 683 c 1\n 279 678 l 1\n 128 99 l 1\n 127 97 126 92 125 89 c 0\n 120 69 117 57 117 50 c 0\n 117 39 122 32 132 32 c 0\n 150 32 169 47 201 89 c 0\n 210 101 219 112 228 123 c 1\n-12 -270 m 1\n -21 -253 l 1\n 31 -218 54 -191 54 -164 c 0\n 54 -154 49 -146 34 -132 c 0\n 15 -115 9 -104 9 -87 c 0\n 9 -60 31 -40 60 -40 c 0\n 93 -40 118 -71 118 -111 c 0\n 118 -167 72 -223 -12 -270 c 1\nEndSplineSet\nEndChar\nStartChar: Lcaron\nEncoding: 317 317 250\nWidth: 556\nFlags: W\nHStem: 0 36<232 312> 633 20G<130 403>\nVStem: 130 273<637 652> 487 108.995<594 618>\nDStem: 196 532 302 563 73 90 179 120\nFore\n403 653 m 1\n 403 637 l 1\n 343 633 317 614 302 563 c 1\n 179 120 l 2\n 174 101 169 77 169 70 c 0\n 169 44 194 36 270 36 c 0\n 357 36 398 42 433 59 c 0\n 477 81 504 113 539 185 c 1\n 559 179 l 1\n 501 0 l 1\n -8 0 l 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 196 532 l 2\n 203 557 207 580 207 594 c 0\n 207 623 192 631 130 637 c 1\n 130 653 l 1\n 403 653 l 1\n466 435 m 1\n 457 452 l 1\n 509 487 532 514 532 541 c 0\n 532 551 527 559 512 573 c 0\n 493 590 487 601 487 618 c 0\n 487 645 509 665 538 665 c 0\n 571 665 596 634 596 594 c 0\n 596 538 550 482 466 435 c 1\nEndSplineSet\nEndChar\nStartChar: lcaron\nEncoding: 318 318 251\nWidth: 278\nFlags: W\nVStem: 40 77<44 53> 286 108.995<595 619>\nDStem: 182 599 279 678 45 71 128 99\nFore\n228 123 m 1\n 241 114 l 1\n 176 18 141 -11 89 -11 c 0\n 57 -11 40 9 40 45 c 0\n 40 50 42 60 45 71 c 2\n 182 599 l 1\n 185 608 186 614 186 617 c 0\n 186 633 166 640 118 640 c 1\n 118 656 l 1\n 177 663 215 670 274 683 c 1\n 279 678 l 1\n 128 99 l 1\n 127 97 126 92 125 89 c 0\n 120 69 117 57 117 50 c 0\n 117 39 122 32 132 32 c 0\n 150 32 169 47 201 89 c 0\n 210 101 219 112 228 123 c 1\n265 436 m 1\n 256 453 l 1\n 308 488 331 515 331 542 c 0\n 331 552 326 560 311 574 c 0\n 292 591 286 602 286 619 c 0\n 286 646 308 666 337 666 c 0\n 370 666 395 635 395 595 c 0\n 395 539 349 483 265 436 c 1\nEndSplineSet\nEndChar\nStartChar: Ldot\nEncoding: 319 319 252\nWidth: 556\nFlags: W\nHStem: 0 36<232 312> 271 111<312 328> 633 20<130 403>\nVStem: 130 273<637 652> 264 111<319 335>\nDStem: 196 532 302 563 73 90 179 120\nRef: 76 76 N 1 0 0 1 0 0\nRef: 183 183 N 1 0 0 1 194 72\nEndChar\nStartChar: ldot\nEncoding: 320 320 253\nWidth: 528\nFlags: W\nHStem: 199 111<396 412>\nVStem: 40 77<44 53> 348 111<247 263>\nDStem: 182 599 279 678 45 71 128 99\nRef: 108 108 N 1 0 0 1 0 0\nRef: 183 183 N 1 0 0 1 278 0\nEndChar\nStartChar: Lslash\nEncoding: 321 321 254\nWidth: 556\nFlags: W\nHStem: 0 36<239 312> 633 20G<130 403>\nVStem: 130 273<637 652>\nDStem: 140 332 127 284 41 273 28 225 196 532 302 563 140 332 253 388 396 473 382 424 253 388 240 341\nFore\n539 185 m 1\n 559 179 l 1\n 501 0 l 1\n -8 0 l 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 127 284 l 1\n 28 225 l 1\n 41 273 l 1\n 140 332 l 1\n 196 532 l 2\n 203 557 207 580 207 594 c 0\n 207 623 192 631 130 637 c 1\n 130 653 l 1\n 403 653 l 1\n 403 637 l 1\n 343 633 317 614 302 563 c 1\n 253 388 l 1\n 396 473 l 1\n 382 424 l 1\n 240 341 l 1\n 206 218 l 1\n 179 125 168 80 168 70 c 0\n 168 44 194 36 273 36 c 0\n 357 36 398 42 433 59 c 0\n 477 81 504 113 539 185 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: lslash\nEncoding: 322 322 255\nWidth: 278\nFlags: W\nVStem: 41 77<44 53>\nDStem: 49 324 197 364 37 278 128 99 307 460 295 414 209 410 197 364\nFore\n209 410 m 1\n 307 460 l 1\n 295 414 l 1\n 197 364 l 1\n 128 99 l 1\n 128 97 l 1\n 127 96 126 93 126 89 c 0\n 121 70 118 57 118 50 c 0\n 118 38 123 32 133 32 c 0\n 151 32 169 47 202 89 c 0\n 211 101 219 112 228 123 c 1\n 241 114 l 1\n 176 18 142 -11 90 -11 c 0\n 58 -11 41 8 41 45 c 0\n 41 66 59 141 88 238 c 0\n 91 248 100 280 109 314 c 1\n 37 278 l 1\n 49 324 l 1\n 121 360 l 1\n 165 525 186 608 186 616 c 0\n 186 633 167 640 118 640 c 1\n 118 656 l 1\n 177 663 215 670 274 683 c 1\n 279 678 l 1\n 209 410 l 1\nEndSplineSet\nEndChar\nStartChar: Nacute\nEncoding: 323 323 256\nWidth: 667\nFlags: W\nHStem: 0 21<-18 180> 633 20<118 279 530 729>\nVStem: -18 198<1 16> 530 199<637 652>\nDStem: 233 535 279 653 463 -15 487 154\nRef: 78 78 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 209 212\nEndChar\nStartChar: nacute\nEncoding: 324 324 257\nWidth: 500\nFlags: W\nHStem: 0 21<14 89>\nVStem: 287.57 74.4305<53 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nRef: 110 110 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 84 0\nEndChar\nStartChar: Ncommaaccent\nEncoding: 325 325 258\nWidth: 667\nFlags: W\nHStem: 0 21G<-20 178> 633 20G<116 277 528 727>\nVStem: -20 198<1 16> 204 108.995<-111 -87> 528 199<637 652>\nDStem: 231 535 277 653 461 -15 485 154\nFore\n727 653 m 1\n 727 637 l 1\n 664 623 660 617 623 488 c 2\n 479 -15 l 1\n 461 -15 l 1\n 231 535 l 1\n 117 113 l 1\n 111 92 108 72 108 59 c 0\n 108 31 127 20 178 16 c 1\n 178 0 l 1\n -20 0 l 1\n -20 16 l 1\n 37 24 45 36 83 164 c 1\n 202 581 l 1\n 184 620 163 633 116 637 c 1\n 116 653 l 1\n 277 653 l 1\n 485 154 l 1\n 587 534 l 1\n 587 535 588 539 589 542 c 0\n 596 562 598 574 598 586 c 0\n 598 622 585 632 528 637 c 1\n 528 653 l 1\n 727 653 l 1\n183 -270 m 1\n 174 -253 l 1\n 226 -218 249 -191 249 -164 c 0\n 249 -154 244 -146 229 -132 c 0\n 210 -115 204 -104 204 -87 c 0\n 204 -60 226 -40 255 -40 c 0\n 288 -40 313 -71 313 -111 c 0\n 313 -167 267 -223 183 -270 c 1\nEndSplineSet\nEndChar\nStartChar: ncommaaccent\nEncoding: 326 326 259\nWidth: 500\nFlags: W\nHStem: 0 21G<14 89>\nVStem: 120 108.995<-111 -87> 287.237 74.7632<50 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nFore\n460 117 m 1\n 474 104 l 1\n 405 12 379 -9 334 -9 c 0\n 301 -9 287 7 287 45 c 0\n 287 55 290 69 303 120 c 1\n 347 285 l 2\n 355 316 361 349 361 361 c 0\n 361 379 352 390 337 390 c 0\n 300 390 249 340 189 248 c 0\n 145 180 136 158 89 0 c 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 156 430 210 441 c 1\n 213 439 l 1\n 146 221 l 1\n 249 381 312 441 376 441 c 0\n 415 441 442 416 442 380 c 0\n 442 366 438 344 433 323 c 1\n 376 117 l 1\n 362 61 362 61 362 54 c 0\n 362 46 370 38 378 38 c 0\n 392 38 410 54 439 91 c 2\n 460 117 l 1\n99 -270 m 1\n 90 -253 l 1\n 142 -218 165 -191 165 -164 c 0\n 165 -154 160 -146 145 -132 c 0\n 126 -115 120 -104 120 -87 c 0\n 120 -60 142 -40 171 -40 c 0\n 204 -40 229 -71 229 -111 c 0\n 229 -167 183 -223 99 -270 c 1\nEndSplineSet\nEndChar\nStartChar: Ncaron\nEncoding: 327 327 260\nWidth: 667\nFlags: W\nHStem: 0 21<-18 180> 633 20<118 279 530 729> 853 20<330 367 599 635>\nVStem: -18 198<1 16> 530 199<637 652>\nDStem: 233 535 279 653 463 -15 487 154\nRef: 78 78 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 209 212\nEndChar\nStartChar: ncaron\nEncoding: 328 328 261\nWidth: 500\nFlags: W\nHStem: 0 21<14 89> 641 20<205 242 474 510>\nVStem: 287.57 74.4305<53 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nRef: 110 110 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 84 0\nEndChar\nStartChar: napostrophe\nEncoding: 329 329 262\nWidth: 500\nFlags: W\nHStem: 0 21<14 89>\nVStem: 287.57 74.4305<53 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Eng\nEncoding: 330 330 263\nWidth: 667\nFlags: W\nHStem: 0 21<-18 180> 633 20<118 279 530 729>\nVStem: -18 198<1 16> 530 199<637 652>\nDStem: 233 535 279 653 463 -15 487 154\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: eng\nEncoding: 331 331 264\nWidth: 500\nFlags: W\nHStem: 0 21<14 89>\nVStem: 287.57 74.4305<53 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: Omacron\nEncoding: 332 332 265\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 633 33<460 482> 744 51<345 635>\nVStem: 60.3532 105.472<184 221>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 235 212\nEndChar\nStartChar: omacron\nEncoding: 333 333 266\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 420 21<306 324> 532 51<194 484>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 84 0\nEndChar\nStartChar: Obreve\nEncoding: 334 334 267\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 633 33<460 482> 703 59<507 523>\nVStem: 60.3532 105.472<184 221>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 262 211\nEndChar\nStartChar: obreve\nEncoding: 335 335 268\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 420 21<306 324> 491 59<346 362>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 101 -1\nEndChar\nStartChar: Ohungarumlaut\nEncoding: 336 336 269\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 633 33<460 482>\nVStem: 60.3532 105.472<184 221>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 195 212\nEndChar\nStartChar: ohungarumlaut\nEncoding: 337 337 270\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 420 21<306 324>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 84 0\nEndChar\nStartChar: OE\nEncoding: 338 338 271\nWidth: 944\nFlags: W\nHStem: -7.87016 31.8702<289 317> 0 33<577 641> 620 33<689.854 829> 634 32<433 465>\nVStem: 49 108<202 232>\nDStem: 531 467 664 588 458 199 600 361 531 467 591 328 458 199 539 138\nFore\n964 653 m 1\n 933 503 l 1\n 917 503 l 1\n 917 542 916 556 911 572 c 0\n 902 607 872 620 797 620 c 2\n 701 620 l 2\n 680 620 671 612 664 588 c 2\n 600 361 l 1\n 612 361 l 2\n 759 361 769 366 810 456 c 1\n 828 452 l 1\n 762 222 l 1\n 742 224 l 1\n 745 246 746 249 748 266 c 1\n 747 313 732 322 653 325 c 2\n 591 328 l 1\n 539 138 l 1\n 539 137 538 134 537 131 c 2\n 535 124 l 2\n 527 92 524 77 524 69 c 0\n 524 42 542 33 599 33 c 0\n 744 33 803 62 883 172 c 1\n 899 166 l 1\n 834 0 l 1\n 488 0 l 2\n 450 0 450 0 357 -5 c 0\n 323 -7 295 -8 276 -8 c 0\n 146 -8 49 92 49 225 c 0\n 49 457 236 666 443 666 c 0\n 464 666 510 662 541 658 c 0\n 564 655 582 653 595 653 c 2\n 964 653 l 1\n458 199 m 2\n 531 467 l 2\n 551 540 551 540 551 555 c 0\n 551 601 508 634 448 634 c 0\n 401 634 356 617 316 583 c 0\n 224 507 157 346 157 202 c 0\n 157 84 206 24 301 24 c 0\n 343 24 380 38 400 63 c 0\n 424 92 437 123 458 199 c 2\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: oe\nEncoding: 339 339 272\nWidth: 667\nFlags: W\nHStem: -11.9973 41.9973<407 448> -11 20<164 180> 418 23<283 295 545 548>\nVStem: 20 83.0016<100 135> 580 66<372 385>\nFore\n593 105 m 1\n 604 94 l 1\n 530 20 470 -12 407 -12 c 0\n 362 -12 327 11 303 56 c 1\n 252 6 216 -11 165 -11 c 0\n 81 -11 20 51 20 135 c 0\n 20 279 165 441 294 441 c 0\n 347 441 389 411 406 361 c 1\n 474 423 511 441 565 441 c 0\n 616 441 646 415 646 373 c 0\n 646 335 620 295 576 264 c 0\n 536 236 462 207 419 203 c 0\n 395 201 387 197 383 185 c 0\n 378 169 373 135 373 114 c 0\n 373 65 404 30 448 30 c 0\n 486 30 515 45 593 105 c 1\n284 418 m 0\n 258 418 233 406 211 383 c 0\n 148 314 103 198 103 100 c 0\n 103 44 129 9 170 9 c 0\n 203 9 230 27 257 66 c 0\n 278 96 292 130 310 189 c 0\n 331 260 343 318 343 352 c 0\n 343 392 320 418 284 418 c 0\n392 215 m 1\n 474 241 485 245 511 264 c 0\n 554 296 580 339 580 377 c 0\n 580 401 567 416 546 416 c 128\n 525 416 499 402 476 377 c 0\n 437 335 418 299 392 215 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: Racute\nEncoding: 340 340 273\nWidth: 611\nFlags: W\nHStem: 0 21<-8 236 424 572> 623 30<345.894 386>\nVStem: -8 244<1 16> 488 105<496 513>\nDStem: 196 532 313 595 73 90 248 366 196 532 236 329 73 90 180 120 301 324 396 333 424 0 489 88\nRef: 82 82 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 144 212\nEndChar\nStartChar: racute\nEncoding: 341 341 274\nWidth: 389\nFlags: W\nHStem: 0 21<45 121> 340 101<354.385 368>\nRef: 114 114 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 28 0\nEndChar\nStartChar: Rcommaaccent\nEncoding: 342 342 275\nWidth: 611\nFlags: W\nHStem: 0 21G<-13 231 419 567> 623 30<340.894 381>\nVStem: -13 244<1 16> 176 108.995<-111 -87> 483 105<498 514>\nDStem: 191 532 308 595 68 90 243 366 191 532 231 329 68 90 175 120 296 324 391 333 419 0 484 88\nFore\n567 16 m 1\n 567 0 l 1\n 419 0 l 1\n 296 324 l 1\n 231 329 l 1\n 175 120 l 1\n 166 85 163 72 163 62 c 0\n 163 29 170 24 231 16 c 1\n 231 0 l 1\n -13 0 l 1\n -13 16 l 1\n 43 25 50 31 68 90 c 1\n 191 532 l 1\n 198 559 203 583 203 595 c 0\n 203 606 197 618 189 623 c 0\n 179 630 174 631 132 637 c 1\n 132 653 l 1\n 380 653 l 2\n 514 653 588 602 588 509 c 0\n 588 464 570 425 537 396 c 0\n 501 364 468 350 391 333 c 1\n 484 88 l 1\n 503 36 523 19 567 16 c 1\n308 595 m 2\n 243 366 l 1\n 267 362 278 361 294 361 c 0\n 419 361 483 412 483 511 c 0\n 483 585 442 623 359 623 c 0\n 327 623 314 616 308 595 c 2\n155 -270 m 1\n 146 -253 l 1\n 198 -218 221 -191 221 -164 c 0\n 221 -154 216 -146 201 -132 c 0\n 182 -115 176 -104 176 -87 c 0\n 176 -60 198 -40 227 -40 c 0\n 260 -40 285 -71 285 -111 c 0\n 285 -167 239 -223 155 -270 c 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: rcommaaccent\nEncoding: 343 343 276\nWidth: 389\nFlags: W\nHStem: 0 21G<45 121> 340 101<355 371>\nVStem: 65 108.995<-111 -87>\nFore\n121 0 m 1\n 45 0 l 1\n 126 292 l 1\n 142 360 142 360 142 374 c 0\n 142 392 129 402 107 402 c 0\n 100 402 97 402 73 397 c 1\n 73 414 l 1\n 146 426 155 428 228 441 c 1\n 231 439 l 1\n 178 222 l 1\n 192 258 l 2\n 208 298 248 357 289 399 c 0\n 315 426 342 441 365 441 c 0\n 393 441 412 420 412 389 c 128\n 412 358 395 340 366 340 c 0\n 346 340 338 345 330 362 c 0\n 325 372 320 376 314 376 c 0\n 297 376 269 345 236 289 c 0\n 190 213 173 170 121 0 c 1\n44 -270 m 1\n 35 -253 l 1\n 87 -218 110 -191 110 -164 c 0\n 110 -154 105 -146 90 -132 c 0\n 71 -115 65 -104 65 -87 c 0\n 65 -60 87 -40 116 -40 c 0\n 149 -40 174 -71 174 -111 c 0\n 174 -167 128 -223 44 -270 c 1\nEndSplineSet\nEndChar\nStartChar: Rcaron\nEncoding: 344 344 277\nWidth: 611\nFlags: W\nHStem: 0 21<-8 236 424 572> 623 30<345.894 386> 853 20<265 302 534 570>\nVStem: -8 244<1 16> 488 105<496 513>\nDStem: 196 532 313 595 73 90 248 366 196 532 236 329 73 90 180 120 301 324 396 333 424 0 489 88\nRef: 82 82 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 144 212\nEndChar\nStartChar: rcaron\nEncoding: 345 345 278\nWidth: 389\nFlags: W\nHStem: 0 21<45 121> 340 101<354.385 368> 641 20<149 186 418 454>\nRef: 114 114 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 28 0\nEndChar\nStartChar: Sacute\nEncoding: 346 346 279\nWidth: 500\nFlags: W\nHStem: -18 35<209 231> 633 33<311 331>\nVStem: 131.316 88.6371<499 531> 343.998 87.0024<150 182>\nRef: 83 83 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 84 212\nEndChar\nStartChar: sacute\nEncoding: 347 347 280\nWidth: 389\nFlags: W\nHStem: -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240>\nVStem: 109.004 72.9964<331 364> 227.993 76.0067<87 119>\nRef: 115 115 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 28 0\nEndChar\nStartChar: Scircumflex\nEncoding: 348 348 281\nWidth: 500\nFlags: W\nHStem: -18 35<209 231> 633 33<311 331> 852 20<392 441>\nVStem: 131.316 88.6371<499 531> 343.998 87.0024<150 182>\nRef: 83 83 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 144 211\nEndChar\nStartChar: scircumflex\nEncoding: 349 349 282\nWidth: 389\nFlags: W\nHStem: -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240> 640 20<280 329>\nVStem: 109.004 72.9964<331 364> 227.993 76.0067<87 119>\nRef: 115 115 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 32 -1\nEndChar\nStartChar: Scedilla\nEncoding: 350 350 283\nWidth: 500\nFlags: W\nHStem: -217 35<127 149> -18 35<214 231> 633 33<311 331>\nVStem: 131.003 87.9974<499 531> 192 74<-142 -132> 343.195 87.2961<150 182>\nFore\n193 -15 m 1\n 159 -66 l 1\n 169 -64 175 -63 184 -63 c 0\n 234 -63 266 -90 266 -131 c 0\n 266 -181 216 -217 147 -217 c 0\n 118 -217 96 -212 54 -196 c 1\n 71 -167 l 1\n 100 -178 118 -182 139 -182 c 0\n 173 -182 192 -167 192 -141 c 128\n 192 -115 172 -97 146 -97 c 0\n 135 -97 127 -99 114 -104 c 1\n 105 -96 l 1\n 160 -7 l 1\n 148 -3 141 -1 125 5 c 0\n 99 14 84 18 73 18 c 0\n 53 18 42 8 35 -15 c 1\n 17 -15 l 1\n 51 208 l 1\n 71 206 l 1\n 70 199 69 191 69 183 c 0\n 69 88 132 17 215 17 c 0\n 288 17 344 75 344 150 c 0\n 344 193 331 219 284 268 c 0\n 277 276 263 291 245 310 c 0\n 228 329 215 343 206 352 c 0\n 146 416 131 445 131 499 c 0\n 131 597 205 666 309 666 c 0\n 340 666 372 661 394 652 c 0\n 417 644 428 641 440 641 c 0\n 462 641 471 646 485 667 c 1\n 508 667 l 1\n 468 468 l 1\n 450 471 l 1\n 448 537 440 571 418 596 c 0\n 397 620 366 633 329 633 c 0\n 261 633 219 594 219 531 c 0\n 219 482 228 468 318 377 c 128\n 408 286 431 247 431 182 c 0\n 431 68 344 -18 229 -18 c 0\n 218 -18 210 -17 193 -15 c 1\nEndSplineSet\nEndChar\nStartChar: scedilla\nEncoding: 351 351 284\nWidth: 389\nFlags: W\nHStem: -217 35<78 94> -10 20<142 161> 7.2343 138.766<50 52> 418 23<227 240>\nVStem: 109.004 72.9964<331 364> 136 74<-142 -131> 227.993 76.0067<87 119>\nFore\n141 -10 m 1\n 103 -66 l 1\n 113 -64 120 -63 128 -63 c 0\n 178 -63 210 -90 210 -131 c 0\n 210 -181 160 -217 91 -217 c 0\n 63 -217 40 -212 -2 -196 c 1\n 15 -167 l 1\n 45 -178 62 -182 83 -182 c 0\n 117 -182 136 -167 136 -141 c 128\n 136 -115 117 -97 90 -97 c 0\n 80 -97 72 -99 58 -104 c 1\n 49 -96 l 1\n 108 -2 l 1\n 78 6 69 8 56 8 c 0\n 46 8 40 3 32 -13 c 1\n 16 -13 l 1\n 36 146 l 1\n 52 146 l 1\n 68 51 99 10 154 10 c 0\n 198 10 228 42 228 87 c 0\n 228 116 211 151 172 202 c 0\n 130 256 109 299 109 331 c 0\n 109 398 157 441 230 441 c 0\n 246 441 261 439 286 431 c 0\n 305 426 315 424 322 424 c 0\n 336 424 344 428 352 442 c 1\n 366 442 l 1\n 346 303 l 1\n 330 303 l 1\n 320 381 290 418 238 418 c 0\n 203 418 182 397 182 364 c 0\n 182 337 198 306 236 259 c 0\n 283 201 304 157 304 119 c 0\n 304 43 244 -11 159 -11 c 0\n 154 -11 149 -11 141 -10 c 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: Scaron\nEncoding: 352 352 285\nWidth: 500\nFlags: W\nHStem: -18 35<209 231> 633 33<311 331> 853 20<215 252 484 520>\nVStem: 131.316 88.6371<499 531> 343.998 87.0024<150 182>\nRef: 83 83 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 94 212\nEndChar\nStartChar: scaron\nEncoding: 353 353 286\nWidth: 389\nFlags: W\nHStem: -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240> 641 20<149 186 418 454>\nVStem: 109.004 72.9964<331 364> 227.993 76.0067<87 119>\nRef: 115 115 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 28 0\nEndChar\nStartChar: uni0162\nEncoding: 354 354 287\nWidth: 556\nFlags: W\nHStem: -217 35<155 173> 0 19<317 330.536> 618 35<251 314 416 491>\nVStem: 65 290<0 16> 216 74<-142 -131>\nDStem: 315 618 416 618 171 90 277 120\nFore\n189 0 m 1\n 129 -96 l 1\n 138 -104 l 1\n 152 -99 160 -97 170 -97 c 0\n 197 -97 216 -115 216 -141 c 128\n 216 -167 197 -182 163 -182 c 0\n 142 -182 125 -178 95 -167 c 1\n 78 -196 l 1\n 120 -212 143 -217 171 -217 c 0\n 240 -217 290 -181 290 -131 c 0\n 290 -90 258 -63 208 -63 c 0\n 200 -63 193 -64 183 -66 c 1\n 227 0 l 1\n 355 0 l 1\n 355 16 l 1\n 338 17 323 19 317 19 c 0\n 277 22 265 31 265 61 c 0\n 265 74 268 86 277 120 c 1\n 416 618 l 1\n 471 618 l 2\n 543 618 575 593 575 537 c 0\n 575 524 574 509 572 492 c 1\n 589 490 l 1\n 633 653 l 1\n 101 653 l 1\n 59 499 l 1\n 77 495 l 1\n 130 603 162 620 315 618 c 1\n 171 90 l 1\n 155 37 131 21 65 16 c 1\n 65 0 l 1\n 189 0 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni0163\nEncoding: 355 355 288\nWidth: 278\nFlags: W\nHStem: -228 35<36 55> 396 32<217 291>\nVStem: 94 74<-153 -142>\nDStem: 69 -9 105 -10 7 -107 61 -77 132 396 207 396 60 121 119 63\nFore\n105 -10 m 1\n 141 -1 174 32 227 110 c 1\n 214 117 l 1\n 165 54 149 38 133 38 c 0\n 124 38 118 46 118 58 c 0\n 118 59 118 60 119 63 c 2\n 207 396 l 1\n 291 396 l 1\n 296 428 l 1\n 216 428 l 1\n 244 531 l 1\n 245 533 245 535 245 536 c 0\n 245 543 242 546 237 546 c 0\n 231 546 228 545 222 537 c 0\n 183 486 121 436 89 427 c 0\n 64 419 57 413 57 402 c 0\n 57 401 57 399 58 396 c 1\n 132 396 l 1\n 60 121 l 1\n 58 112 57 109 54 100 c 0\n 45 70 37 35 37 27 c 0\n 37 10 50 -4 69 -9 c 1\n 7 -107 l 1\n 16 -115 l 1\n 30 -110 38 -108 48 -108 c 0\n 75 -108 94 -126 94 -152 c 128\n 94 -178 75 -193 41 -193 c 0\n 20 -193 3 -189 -27 -178 c 1\n -44 -207 l 1\n -2 -223 21 -228 49 -228 c 0\n 118 -228 168 -192 168 -142 c 0\n 168 -101 136 -74 86 -74 c 0\n 78 -74 71 -75 61 -77 c 1\n 105 -10 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: Tcaron\nEncoding: 356 356 289\nWidth: 556\nFlags: W\nHStem: 0 19<317 330.536> 618 35<251 314 416 491> 853 20<263 300 532 568>\nVStem: 65 290<1 16>\nDStem: 315 618 416 618 171 90 277 120\nRef: 84 84 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 142 212\nEndChar\nStartChar: tcaron\nEncoding: 357 357 290\nWidth: 278\nFlags: W\nHStem: 396 32<217 291>\nVStem: 269 108.995<595 619>\nDStem: 132 396 207 396 60 121 119 63\nFore\n296 428 m 1\n 291 396 l 1\n 207 396 l 1\n 119 63 l 2\n 118 60 118 59 118 58 c 0\n 118 46 124 38 133 38 c 0\n 149 38 165 54 214 117 c 1\n 227 110 l 1\n 164 17 131 -11 85 -11 c 0\n 58 -11 37 5 37 27 c 0\n 37 35 45 70 54 100 c 0\n 57 109 58 112 60 121 c 1\n 132 396 l 1\n 58 396 l 1\n 57 399 57 401 57 402 c 0\n 57 413 64 419 89 427 c 0\n 121 436 183 486 222 537 c 0\n 228 545 231 546 237 546 c 0\n 242 546 245 543 245 536 c 0\n 245 535 245 533 244 531 c 1\n 216 428 l 1\n 296 428 l 1\n248 436 m 1\n 239 453 l 1\n 291 488 314 515 314 542 c 0\n 314 552 309 560 294 574 c 0\n 275 591 269 602 269 619 c 0\n 269 646 291 666 320 666 c 0\n 353 666 378 635 378 595 c 0\n 378 539 332 483 248 436 c 1\nEndSplineSet\nEndChar\nStartChar: Tbar\nEncoding: 358 358 291\nWidth: 556\nFlags: W\nHStem: 0 19<317 330.536> 311 51<142 230 346 432> 618 35<247 314 416 491>\nVStem: 65 290<1 16>\nDStem: 231 311 330 311 171 90 277 120 315 618 416 618 245 362 345 362\nFore\n101 653 m 1\n 633 653 l 1\n 589 490 l 1\n 572 492 l 1\n 574 509 575 524 575 537 c 0\n 575 593 543 618 471 618 c 2\n 416 618 l 1\n 345 362 l 1\n 443 362 l 1\n 432 311 l 1\n 330 311 l 1\n 277 120 l 1\n 268 86 265 74 265 61 c 0\n 265 31 277 22 317 19 c 0\n 323 19 338 17 355 16 c 1\n 355 0 l 1\n 65 0 l 1\n 65 16 l 1\n 131 21 155 37 171 90 c 1\n 231 311 l 1\n 131 311 l 1\n 142 362 l 1\n 245 362 l 1\n 315 618 l 1\n 162 620 130 603 77 495 c 1\n 59 499 l 1\n 101 653 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: tbar\nEncoding: 359 359 292\nWidth: 278\nFlags: W\nHStem: 239 51<25 90 180 258> 396 32<217 291>\nDStem: 91 239 166 239 60 121 119 63 132 396 207 396 104 290 179 290\nFore\n216 428 m 1\n 296 428 l 1\n 291 396 l 1\n 207 396 l 1\n 179 290 l 1\n 270 290 l 1\n 258 239 l 1\n 166 239 l 1\n 119 63 l 2\n 118 60 118 59 118 58 c 0\n 118 46 124 38 133 38 c 0\n 149 38 165 54 214 117 c 1\n 227 110 l 1\n 164 17 131 -11 85 -11 c 0\n 58 -11 37 5 37 27 c 0\n 37 35 45 70 54 100 c 0\n 57 109 58 112 60 121 c 1\n 91 239 l 1\n 13 239 l 1\n 25 290 l 1\n 104 290 l 1\n 132 396 l 1\n 58 396 l 1\n 57 399 57 401 57 402 c 0\n 57 413 64 419 89 427 c 0\n 121 436 183 486 222 537 c 0\n 228 545 231 546 237 546 c 0\n 242 546 245 543 245 536 c 0\n 245 535 245 533 244 531 c 1\n 216 428 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: Utilde\nEncoding: 360 360 293\nWidth: 722\nFlags: W\nHStem: -18 41<319 342> 633 20<127 400 566 765> 706.354 60.1132<546 562> 749.992 59.008<394 414>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 85 85 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 214 186\nEndChar\nStartChar: utilde\nEncoding: 361 361 294\nWidth: 500\nFlags: W\nHStem: 494.354 60.1132<414 430> 537.992 59.008<262 282>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 117 117 N 1 0 0 1 0 0\nRef: 732 732 N 1 0 0 1 82 -26\nEndChar\nStartChar: Umacron\nEncoding: 362 362 295\nWidth: 722\nFlags: W\nHStem: -18 41<319 342> 633 20<127 400 566 765> 744 51<345 635>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 85 85 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 235 212\nEndChar\nStartChar: umacron\nEncoding: 363 363 296\nWidth: 500\nFlags: W\nHStem: 532 51<194 484>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 117 117 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 84 0\nEndChar\nStartChar: Ubreve\nEncoding: 364 364 297\nWidth: 722\nFlags: W\nHStem: -18 41<319 342> 633 20<127 400 566 765> 703 59<484 500>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 85 85 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 239 211\nEndChar\nStartChar: ubreve\nEncoding: 365 365 298\nWidth: 500\nFlags: W\nHStem: 491 59<352 368>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 117 117 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 107 -1\nEndChar\nStartChar: Uring\nEncoding: 366 366 299\nWidth: 722\nFlags: W\nHStem: -18 41<319 342> 633 20<127 400 566 765> 720 34<485 491> 885 34<485 491>\nVStem: 102 90<140 149> 127 273<637 652> 389 34<816 822> 555 34<816 822> 566 199<637 652>\nRef: 85 85 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 234 212\nEndChar\nStartChar: uring\nEncoding: 367 367 300\nWidth: 500\nFlags: W\nHStem: 508 34<334 340> 673 34<334 340>\nVStem: 42.007 76.993<44 67> 238 34<604 610> 289.011 77.9887<39 55> 404 34<604 610>\nDStem: 104 309 211 439 67 167 120 76\nRef: 117 117 N 1 0 0 1 0 0\nRef: 730 730 N 1 0 0 1 83 0\nEndChar\nStartChar: Uhungarumlaut\nEncoding: 368 368 301\nWidth: 722\nFlags: W\nHStem: -18 41<319 342> 633 20<127 400 566 765>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 85 85 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 235 212\nEndChar\nStartChar: uhungarumlaut\nEncoding: 369 369 302\nWidth: 500\nFlags: W\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 117 117 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 84 0\nEndChar\nStartChar: Uogonek\nEncoding: 370 370 303\nWidth: 722\nFlags: W\nHStem: -168.245 62.9426<503 528> -18 41<318 342> 633 20G<127 400 566 765>\nVStem: 102 90<135 151> 127 273<637 652> 408.003 60.9965<-75 -52> 566 199<637 652>\nFore\n566 653 m 1\n 765 653 l 1\n 765 637 l 1\n 703 623 699 618 661 488 c 2\n 578 203 l 1\n 563 153 549 121 518 69 c 0\n 478 2 469 -21 469 -52 c 0\n 469 -85 492 -106 528 -106 c 0\n 559 -106 584 -96 611 -74 c 1\n 628 -92 l 1\n 593 -143 551 -169 503 -169 c 0\n 451 -169 408 -126 408 -75 c 0\n 408 -44 418 -19 443 10 c 1\n 404 -10 366 -18 319 -18 c 0\n 194 -18 102 51 102 147 c 0\n 102 187 115 251 145 359 c 2\n 198 551 l 1\n 202 568 205 584 205 596 c 0\n 205 625 194 631 127 637 c 1\n 127 653 l 1\n 400 653 l 1\n 400 637 l 1\n 332 630 316 616 295 546 c 0\n 294 541 292 534 290 527 c 0\n 223 296 192 175 192 141 c 0\n 192 71 249 23 332 23 c 0\n 402 23 456 54 495 116 c 0\n 517 150 532 190 550 255 c 0\n 555 274 559 291 563 304 c 0\n 611 473 637 575 637 591 c 0\n 637 604 630 618 620 624 c 0\n 608 632 598 634 566 637 c 1\n 566 653 l 1\nEndSplineSet\nEndChar\nStartChar: uogonek\nEncoding: 371 371 304\nWidth: 500\nFlags: W\nHStem: -168.467 63.4557<375 400>\nVStem: 42.007 76.993<44 67> 280.004 60.996<-74 -51> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nFore\n461 117 m 1\n 475 108 l 1\n 425 37 407 16 380 1 c 0\n 347 -17 341 -26 341 -51 c 0\n 341 -85 364 -106 400 -106 c 0\n 431 -106 456 -96 483 -74 c 1\n 500 -92 l 1\n 465 -144 423 -169 375 -169 c 0\n 323 -169 280 -126 280 -74 c 0\n 280 -48 288 -26 306 -1 c 1\n 295 8 289 22 289 39 c 0\n 289 60 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: Wcircumflex\nEncoding: 372 372 305\nWidth: 833\nFlags: W\nHStem: -18 671<212 231 508 528> 436 217<453 458> 852 20<515 564>\nVStem: 71 236<637 652> 367 238<637 652> 721 185<637 652>\nDStem: 451 510 453 436 279 162 231 -18 765 530 831 565 578 162 528 -18\nRef: 87 87 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 267 211\nEndChar\nStartChar: wcircumflex\nEncoding: 373 373 306\nWidth: 667\nFlags: W\nHStem: -18 458.182<133 136 382 395> 404 17<35 42> 640 20<367 416>\nVStem: 557 90.9918<389 407>\nDStem: 342 331 403 426 371 12 435 74\nRef: 119 119 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 119 -1\nEndChar\nStartChar: Ycircumflex\nEncoding: 374 374 307\nWidth: 556\nFlags: W\nHStem: 0 21<78 367> 633 20<91 330 444 633> 852 20<388 437>\nVStem: 78 289<1 16> 91 239<637 652> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nRef: 89 89 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 140 211\nEndChar\nStartChar: ycircumflex\nEncoding: 375 375 308\nWidth: 444\nFlags: W\nHStem: -205.052 82.0515<16 17> 421 20<154 158> 640 20<256 305>\nVStem: 332 93.9907<386 404>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 710 710 N 1 0 0 1 8 -1\nEndChar\nStartChar: Ydieresis\nEncoding: 376 376 309\nWidth: 556\nFlags: W\nHStem: 0 21<78 367> 633 20<91 330 444 633> 720 98<286 290 478 494>\nVStem: 78 289<1 16> 91 239<637 652> 238 98<768 772> 438 98<768 772> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nRef: 89 89 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 131 212\nEndChar\nStartChar: Zacute\nEncoding: 377 377 310\nWidth: 556\nFlags: W\nHStem: 0 36<124 314> 617 36<282 472>\nDStem: 473 617 606 639 -6 14 123 36\nRef: 90 90 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 112 212\nEndChar\nStartChar: zacute\nEncoding: 378 378 311\nWidth: 389\nFlags: W\nHStem: -81 21<269 283> 368 60<142 307>\nVStem: 294 69<-9 4>\nDStem: 308 368 380 417 -2 -4 90 73\nRef: 122 122 N 1 0 0 1 0 0\nRef: 180 180 N 1 0 0 1 28 0\nEndChar\nStartChar: Zdotaccent\nEncoding: 379 379 312\nWidth: 556\nFlags: W\nHStem: 0 36<124 314> 617 36<282 472> 720 98<366 370>\nVStem: 318 98<768 772>\nDStem: 473 617 606 639 -6 14 123 36\nRef: 90 90 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 111 212\nEndChar\nStartChar: zdotaccent\nEncoding: 380 380 313\nWidth: 389\nFlags: W\nHStem: -81 21<269 283> 368 60<142 307> 508 98<283 287>\nVStem: 235 98<556 560> 294 69<-9 4>\nDStem: 308 368 380 417 -2 -4 90 73\nRef: 122 122 N 1 0 0 1 0 0\nRef: 729 729 N 1 0 0 1 28 0\nEndChar\nStartChar: Zcaron\nEncoding: 381 381 314\nWidth: 556\nFlags: W\nHStem: 0 36<124 314> 617 36<282 472> 853 20<242 279 511 547>\nDStem: 473 617 606 639 -6 14 123 36\nRef: 90 90 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 121 212\nEndChar\nStartChar: zcaron\nEncoding: 382 382 315\nWidth: 389\nFlags: W\nHStem: -81 21<269 283> 368 60<142 307> 641 20<129 166 398 434>\nVStem: 294 69<-9 4>\nDStem: 308 368 380 417 -2 -4 90 73\nRef: 122 122 N 1 0 0 1 0 0\nRef: 711 711 N 1 0 0 1 8 0\nEndChar\nStartChar: longs\nEncoding: 383 383 316\nWidth: 278\nFlags: W\nHStem: -207 21<-67 -58> 396 32<42 124> 656 22<332 340>\nVStem: -147 76<-147 -141> 345 79<608 615>\nDStem: 42 428 211 428 35 396 132 76\nFore\n35 396 m 1\n 42 428 l 1\n 134 428 l 1\n 164 524 184 570 214 609 c 0\n 250 656 289 678 338 678 c 128\n 387 678 424 650 424 613 c 0\n 424 591 405 573 382 573 c 0\n 360 573 345 589 345 613 c 0\n 345 620 347 625 351 634 c 0\n 354 639 355 641 355 644 c 0\n 355 651 346 656 333 656 c 0\n 277 656 240 585 211 428 c 1\n 132 76 l 2\n 91 -108 21 -207 -68 -207 c 0\n -112 -207 -147 -180 -147 -146 c 0\n -147 -123 -131 -105 -110 -105 c 128\n -89 -105 -71 -122 -71 -143 c 0\n -71 -149 -72 -153 -76 -159 c 0\n -79 -164 -80 -167 -80 -170 c 0\n -80 -179 -72 -186 -60 -186 c 0\n -18 -186 15 -131 37 -24 c 1\n 125 396 l 1\n 35 396 l 1\nEndSplineSet\nEndChar\nStartChar: uni01C2\nEncoding: 450 450 317\nWidth: 600\nFlags: W\nHStem: 130 50<29 243 308 522> 326 50<78 292 357 571>\nDStem: 29 180 294 130 16 130 235 -108 244 130 294 130 185 -108 235 -108 293 326 343 326 257 180 307 180 365 614 415 614 306 376 356 376\nFore\n584 376 m 1\n 571 326 l 1\n 343 326 l 1\n 307 180 l 1\n 535 180 l 1\n 522 130 l 1\n 294 130 l 1\n 235 -108 l 1\n 185 -108 l 1\n 244 130 l 1\n 16 130 l 1\n 29 180 l 1\n 257 180 l 1\n 293 326 l 1\n 65 326 l 1\n 78 376 l 1\n 306 376 l 1\n 365 614 l 1\n 415 614 l 1\n 356 376 l 1\n 584 376 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni01CD\nEncoding: 461 461 318\nWidth: 611\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 842 20<341.112 378.112 610.112 646.112>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 711 711 N 1 0 0 1 220.112 201\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CE\nEncoding: 462 462 319\nWidth: 500\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 630 20<246.806 283.806 515.806 551.806>\nVStem: 17 84<99 117>\nRef: 711 711 N 1 0 0 1 125.806 -11\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01CF\nEncoding: 463 463 320\nWidth: 339\nHStem: 0 21<-8 236> 633 20<137 384> 842 20<182.785 219.785 451.785 487.785>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 711 711 N 1 0 0 1 61.7846 201\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D0\nEncoding: 464 464 321\nWidth: 278\nHStem: 630 20<106.073 143.073 375.073 411.073>\nVStem: 49 75<47 53>\nDStem: 119 332 228 439 71 155 140 117\nRef: 711 711 N 1 0 0 1 -14.9274 -11\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D1\nEncoding: 465 465 322\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 842 20<377.726 414.726 646.726 682.726>\nVStem: 60.3532 105.472<184 221>\nRef: 711 711 N 1 0 0 1 256.726 201\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D2\nEncoding: 466 466 323\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 630 20<215.913 252.913 484.914 520.914>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 711 711 N 1 0 0 1 94.9135 -11\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D3\nEncoding: 467 467 324\nWidth: 722\nHStem: -18 41<319 342> 633 20<127 400 566 765> 842 20<353.957 390.957 622.957 658.957>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 711 711 N 1 0 0 1 232.957 201\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D4\nEncoding: 468 468 325\nWidth: 500\nHStem: 630 20<222.157 259.157 491.157 527.157>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 711 711 N 1 0 0 1 101.157 -11\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D5\nEncoding: 469 469 326\nWidth: 722\nHStem: -18 41<319 342> 633 20<127 400 566 765> 720 98<392 396 584 600> 858 51<367.419 657.419>\nVStem: 102 90<140 149> 127 273<637 652> 344 98<768 772> 544 98<768 772> 566 199<637 652>\nRef: 175 175 N 1 0 0 1 257.419 326\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D6\nEncoding: 470 470 327\nWidth: 500\nHStem: 508 98<229 233 421 437> 646 51<235.619 525.619>\nVStem: 42.007 76.993<44 67> 181 98<556 560> 289.011 77.9887<39 55> 381 98<556 560>\nDStem: 104 309 211 439 67 167 120 76\nRef: 175 175 N 1 0 0 1 125.619 114\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D7\nEncoding: 471 471 328\nWidth: 722\nHStem: -18 41<319 342> 633 20<127 400 566 765> 720 98<392 396 584 600>\nVStem: 102 90<140 149> 127 273<637 652> 344 98<768 772> 544 98<768 772> 566 199<637 652>\nRef: 180 180 N 1 0 0 1 232.428 364\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D8\nEncoding: 472 472 329\nWidth: 500\nHStem: 508 98<229 233 421 437>\nVStem: 42.007 76.993<44 67> 181 98<556 560> 289.011 77.9887<39 55> 381 98<556 560>\nDStem: 104 309 211 439 67 167 120 76\nRef: 180 180 N 1 0 0 1 100.628 152\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01D9\nEncoding: 473 473 330\nWidth: 722\nHStem: -18 41<319 342> 633 20<127 400 566 765> 720 98<392 396 584 600> 1007 20<399.715 436.715 668.715 704.715>\nVStem: 102 90<140 149> 127 273<637 652> 344 98<768 772> 544 98<768 772> 566 199<637 652>\nRef: 711 711 N 1 0 0 1 278.715 366\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DA\nEncoding: 474 474 331\nWidth: 500\nHStem: 508 98<229 233 421 437> 795 20<267.915 304.915 536.915 572.915>\nVStem: 42.007 76.993<44 67> 181 98<556 560> 289.011 77.9887<39 55> 381 98<556 560>\nDStem: 104 309 211 439 67 167 120 76\nRef: 711 711 N 1 0 0 1 146.915 154\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DB\nEncoding: 475 475 332\nWidth: 722\nHStem: -18 41<319 342> 633 20<127 400 566 765> 720 98<392 396 584 600>\nVStem: 102 90<140 149> 127 273<637 652> 344 98<768 772> 544 98<768 772> 566 199<637 652>\nRef: 96 96 N 1 0 0 1 308.483 366\nRef: 220 220 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DC\nEncoding: 476 476 333\nWidth: 500\nHStem: 508 98<229 233 421 437>\nVStem: 42.007 76.993<44 67> 181 98<556 560> 289.011 77.9887<39 55> 381 98<556 560>\nDStem: 104 309 211 439 67 167 120 76\nRef: 96 96 N 1 0 0 1 176.683 154\nRef: 252 252 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DD\nEncoding: 477 477 334\nWidth: 444\nFlags: W\nHStem: -10.4665 22.4665<126 131> 395.996 45.0038<230 274>\nVStem: 30 66<51 59> 324 87<293 320>\nFore\n411 300 m 0\n 411 159 255 -11 112 -11 c 0\n 68 -11 30 8 30 57 c 0\n 30 184 218 231 314 244 c 1\n 319 264 324 284 324 305 c 0\n 324 362 285 396 230 396 c 0\n 173 396 126 356 84 321 c 1\n 72 333 l 1\n 111 387 208 441 274 441 c 0\n 361 441 411 384 411 300 c 0\n307 222 m 1\n 229 206 96 151 96 52 c 0\n 96 30 107 12 131 12 c 0\n 219 12 282 155 307 222 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni01DE\nEncoding: 478 478 335\nWidth: 611\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 720 98<294 298 486 502> 858 51<354.575 644.575>\nVStem: -51 187<1 16> 246 98<768 772> 318 246<1 16> 446 98<768 772>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 175 175 N 1 0 0 1 244.575 326\nRef: 196 196 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01DF\nEncoding: 479 479 336\nWidth: 500\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 508 98<239 243 431 447> 646 51<260.268 550.268>\nVStem: 17 84<99 117> 191 98<556 560> 391 98<556 560>\nRef: 175 175 N 1 0 0 1 150.268 114\nRef: 228 228 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E2\nEncoding: 482 482 337\nWidth: 889\nHStem: 0 33<501 581> 234 37<250 410> 328 33<545.125 607> 620 33<645 725> 636 17<410 420> 693 51<438.076 728.076>\nVStem: -27 187<1 16>\nDStem: 426 557 517 613 57 92 249 271 517 613 606 583 422 271 545 361\nRef: 175 175 N 1 0 0 1 328.076 161\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E3\nEncoding: 483 483 338\nWidth: 667\nHStem: -10.9963 46.9963<403 446> 415.992 25.0083<539 559> 421 20<291.852 303> 481 51<280.728 570.728>\nVStem: 296.057 80.9359<111 137> 574 66<369 383>\nRef: 175 175 N 1 0 0 1 170.728 -51\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E4\nEncoding: 484 484 339\nWidth: 722\nFlags: W\nHStem: -18 37<340 372> 147 44<428 507 616 693> 147 172<603 615> 632 34<452 468>\nVStem: 52 110<220 242> 456 266<303 318>\nFore\n722 303 m 1\n 636 298 633 269 615 191 c 1\n 706 191 l 1\n 693 147 l 1\n 603 147 l 1\n 576 44 l 1\n 512 4 421 -18 345 -18 c 0\n 192 -18 52 76 52 240 c 0\n 52 458 233 666 457 666 c 0\n 525 666 591 632 630 632 c 0\n 657 632 679 643 693 666 c 1\n 708 662 l 1\n 659 465 l 1\n 641 468 l 1\n 634 573 563 632 461 632 c 0\n 263 632 162 390 162 221 c 0\n 162 94 235 19 364 19 c 0\n 464 19 484 59 508 147 c 1\n 415 147 l 1\n 428 191 l 1\n 519 191 l 1\n 524 213 534 243 534 266 c 0\n 534 302 481 301 456 303 c 1\n 456 319 l 1\n 722 319 l 1\n 722 303 l 1\nEndSplineSet\nEndChar\nStartChar: uni01E5\nEncoding: 485 485 340\nWidth: 500\nFlags: W\nHStem: -206 22<169 198> -105 41<-19 9 65 320 385 408> 151 21<236 248> 366 39<423 471> 419 22<281.792 297>\nVStem: 98.0149 73.9851<79 115 250 271> 351.138 120.862<366 367> 352 78.9975<307 351>\nFore\n472 366 m 1\n 422 366 l 1\n 428 347 431 327 431 307 c 0\n 431 224 325 151 248 151 c 0\n 235 151 221 155 208 155 c 0\n 194 155 172 128 172 115 c 0\n 172 62 384 76 385 -64 c 1\n 415 -64 l 1\n 408 -105 l 1\n 377 -105 l 1\n 347 -186 246 -206 170 -206 c 0\n 106 -206 18 -181 9 -105 c 1\n -26 -105 l 1\n -19 -64 l 1\n 12 -64 l 1\n 27 -20 88 15 125 39 c 1\n 112 49 98 61 98 79 c 0\n 98 113 150 145 175 162 c 1\n 125 184 96 213 96 271 c 0\n 96 373 199 441 294 441 c 0\n 352 441 406 405 411 405 c 2\n 472 405 l 1\n 472 366 l 1\n352 351 m 0\n 352 389 337 419 295 419 c 0\n 217 419 174 316 174 250 c 0\n 174 209 189 172 236 172 c 0\n 313 172 352 289 352 351 c 0\n321 -64 m 1\n 306 -27 179 28 147 28 c 0\n 122 28 68 -38 64 -64 c 1\n 321 -64 l 1\n323 -105 m 1\n 64 -105 l 1\n 74 -162 134 -184 186 -184 c 128\n 238 -184 310 -165 323 -105 c 1\nEndSplineSet\nEndChar\nStartChar: Gcaron\nEncoding: 486 486 341\nWidth: 722\nHStem: -18 37<339 372> 300 19<484 485> 632 34<452 471> 842 20<397.705 434.705 666.705 702.705>\nVStem: 52 110<224 254> 456 266<303 318>\nRef: 711 711 N 1 0 0 1 276.705 201\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: gcaron\nEncoding: 487 487 342\nWidth: 500\nHStem: -206 22<171 200> 151 21<232 246> 366 39<423 471> 419 22<283.463 299> 630 20<239.419 276.419 508.419 544.419>\nVStem: 8 55<-94 -78> 98.0105 73.9895<78 114 247 270> 324.994 60.0059<-90 -60> 352 78.9961<310 348>\nRef: 711 711 N 1 0 0 1 118.419 -11\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E8\nEncoding: 488 488 343\nWidth: 652\nHStem: 0 19<344 357> 634 19<504 512> 842 20<363.285 400.285 632.285 668.285>\nVStem: -8 248<1 16> 131 273<637 652> 328 275<1 16> 485 222<637 652>\nDStem: 197 532 303 563 74 90 250 369 197 532 182 120 74 90 176 99 197 532 244 348 74 90 182 120 244 348 332 375 365 140 506 72\nRef: 711 711 N 1 0 0 1 242.285 201\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01E9\nEncoding: 489 489 344\nWidth: 444\nHStem: -10.9947 51.9947<318 354> 0 21<14 89> 412 16<279 302> 872 20<258.099 295.099 527.099 563.099>\nVStem: 278 183<412 427>\nDStem: 141 483 267 678 14 0 147 221 141 483 137 180 14 0 89 0\nRef: 711 711 N 1 0 0 1 137.099 231\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EA\nEncoding: 490 490 345\nWidth: 722\nHStem: -226.996 62.9962<237.069 262.069> -18 33<277 300> 633 33<460 482>\nVStem: 60.3532 105.472<184 221> 142.073 60.9965<-132 -113>\nRef: 731 731 N 1 0 0 1 162.069 -58\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EB\nEncoding: 491 491 346\nWidth: 500\nHStem: -219.996 62.9962<135.991 160.991> -11 21<176 191> 420 21<306 324>\nVStem: 27.3745 84.0629<101 129> 40.9946 60.9965<-125 -106> 383.003 84.9971<301 326>\nRef: 731 731 N 1 0 0 1 60.9911 -51\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EC\nEncoding: 492 492 347\nWidth: 722\nHStem: -226.996 62.9962<237.069 262.069> -18 33<277 300> 633 33<460 482> 693 51<345.43 635.43>\nVStem: 60.3532 105.472<184 221> 142.073 60.9965<-132 -113>\nRef: 175 175 N 1 0 0 1 235.43 161\nRef: 490 490 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01ED\nEncoding: 493 493 348\nWidth: 500\nHStem: -219.996 62.9962<135.991 160.991> -11 21<176 191> 420 21<306 324> 481 51<183.617 473.617>\nVStem: 27.3745 84.0629<101 129> 40.9946 60.9965<-125 -106> 383.003 84.9971<301 326>\nRef: 175 175 N 1 0 0 1 73.6174 -51\nRef: 491 491 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EE\nEncoding: 494 494 349\nWidth: 615\nHStem: 842 20<342.669 379.669 611.669 647.669>\nRef: 711 711 N 1 0 0 1 221.669 201\nRef: 439 439 N 1 0 0 1 0 0\nEndChar\nStartChar: uni01EF\nEncoding: 495 495 350\nWidth: 389\nHStem: -209 98<-1 66> 368 60<144 307> 630 20<181.59 218.59 450.59 486.59>\nVStem: 262 80<-11 44>\nDStem: 308 368 380 417 133 158 205 210\nRef: 711 711 N 1 0 0 1 60.5897 -11\nRef: 658 658 N 1 0 0 1 0 0\nEndChar\nStartChar: Aringacute\nEncoding: 506 506 351\nWidth: 611\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 705 34<385 391> 870 34<385 391>\nVStem: -51 187<1 16> 289 34<801 807> 318 246<1 16> 455 34<801 807>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 180 180 N 1 0 0 1 243.434 450\nRef: 197 197 N 1 0 0 1 0 0\nEndChar\nStartChar: aringacute\nEncoding: 507 507 352\nWidth: 500\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 508 34<334 340> 673 34<334 340>\nVStem: 17 84<99 117> 238 34<604 610> 404 34<604 610>\nRef: 180 180 N 1 0 0 1 153.287 253\nRef: 229 229 N 1 0 0 1 0 0\nEndChar\nStartChar: AEacute\nEncoding: 508 508 353\nWidth: 889\nHStem: 0 33<501 581> 234 37<250 410> 328 33<545.125 607> 620 33<645 725> 636 17<410 420>\nVStem: -27 187<1 16>\nDStem: 426 557 517 613 57 92 249 271 517 613 606 583 422 271 545 361\nRef: 180 180 N 1 0 0 1 303.085 199\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: aeacute\nEncoding: 509 509 354\nWidth: 667\nHStem: -10.9963 46.9963<403 446> 415.992 25.0083<539 559> 421 20<291.852 303>\nVStem: 296.057 80.9359<111 137> 574 66<369 383>\nRef: 180 180 N 1 0 0 1 145.737 -13\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: Oslashacute\nEncoding: 510 510 355\nWidth: 722\nHStem: -18 33<276 300> 633 33<460 483>\nVStem: 60.6719 105.057<176 222> 594 104.998<431 475>\nDStem: 155 22 187 3 69 -105 113 -105 546 607 570 574 190 74 215 44 625 722 669 722 573 644 605 626\nRef: 180 180 N 1 0 0 1 227.633 268\nRef: 216 216 N 1 0 0 1 0 0\nEndChar\nStartChar: oslashacute\nEncoding: 511 511 356\nWidth: 500\nHStem: -11 21<177 191> 420 21<307 323>\nVStem: 28.2329 84.6855<97 130> 384.725 83.5124<298 325>\nDStem: 124 -4 156 -9 60 -135 95 -135 328 418 357 406 140 29 167 14 394 554 428 554 339 440 370 435\nRef: 180 180 N 1 0 0 1 81.2414 100\nRef: 248 248 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0200\nEncoding: 512 512 357\nWidth: 611\nFlags: H\nHStem: 0 21<-51 136 318 564> 226 36<176 368>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 783 783 N 1 0 0 1 135.019 186\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0201\nEncoding: 513 513 358\nWidth: 500\nFlags: H\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969>\nVStem: 17 84<99 117>\nRef: 783 783 N 1 0 0 1 40.712 -26\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0202\nEncoding: 514 514 359\nWidth: 611\nFlags: H\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 790 60<472.245 490.245>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 785 785 N 1 0 0 1 140.245 187\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0203\nEncoding: 515 515 360\nWidth: 500\nFlags: H\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 578 60<377.938 395.938>\nVStem: 17 84<99 117>\nRef: 785 785 N 1 0 0 1 45.938 -25\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0204\nEncoding: 516 516 361\nWidth: 604\nFlags: H\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440>\nDStem: 196 532 312 594 73 90 246 361\nRef: 783 783 N 1 0 0 1 113.228 186\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0205\nEncoding: 517 517 362\nWidth: 444\nFlags: H\nHStem: 417.951 22.1129<311 332>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 783 783 N 1 0 0 1 -8.47721 -26\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0206\nEncoding: 518 518 363\nWidth: 604\nFlags: H\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 790 60<450.453 468.453>\nDStem: 196 532 312 594 73 90 246 361\nRef: 785 785 N 1 0 0 1 118.453 187\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0207\nEncoding: 519 519 364\nWidth: 444\nFlags: H\nHStem: 417.951 22.1129<311 332> 578 60<328.749 346.749>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 785 785 N 1 0 0 1 -3.25126 -25\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0208\nEncoding: 520 520 365\nWidth: 339\nFlags: H\nHStem: 0 21<-8 236> 633 20<137 384>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 783 783 N 1 0 0 1 -23.3092 186\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0209\nEncoding: 521 521 366\nWidth: 278\nFlags: H\nVStem: 49 75<47 53>\nDStem: 119 332 228 439 71 155 140 117\nRef: 783 783 N 1 0 0 1 -100.021 -26\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020A\nEncoding: 522 522 367\nWidth: 339\nFlags: H\nHStem: 0 21<-8 236> 633 20<137 384> 790 60<313.917 331.917>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 785 785 N 1 0 0 1 -18.0832 187\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020B\nEncoding: 523 523 368\nWidth: 278\nFlags: H\nHStem: 578 60<237.205 255.205>\nVStem: 49 75<47 53>\nDStem: 119 332 228 439 71 155 140 117\nRef: 785 785 N 1 0 0 1 -94.7953 -25\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020C\nEncoding: 524 524 369\nWidth: 722\nFlags: H\nHStem: -18 33<277 300> 633 33<460 482>\nVStem: 60.3532 105.472<184 221>\nRef: 783 783 N 1 0 0 1 171.632 186\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020D\nEncoding: 525 525 370\nWidth: 500\nFlags: H\nHStem: -11 21<176 191> 420 21<306 324>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 783 783 N 1 0 0 1 9.8197 -26\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020E\nEncoding: 526 526 371\nWidth: 722\nFlags: H\nHStem: -18 33<277 300> 633 33<460 482> 790 60<508.858 526.858>\nVStem: 60.3532 105.472<184 221>\nRef: 785 785 N 1 0 0 1 176.858 187\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni020F\nEncoding: 527 527 372\nWidth: 500\nFlags: H\nHStem: -11 21<176 191> 420 21<306 324> 578 60<347.046 365.046>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 785 785 N 1 0 0 1 15.0456 -25\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0210\nEncoding: 528 528 373\nWidth: 616\nFlags: H\nHStem: 0 21<-8 236 424 572> 623 30<345.894 386>\nVStem: -8 244<1 16> 488 105<496 513>\nDStem: 196 532 313 595 73 90 248 366 196 532 236 329 73 90 180 120 301 324 396 333 424 0 489 88\nRef: 783 783 N 1 0 0 1 144.691 186\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0211\nEncoding: 529 529 374\nWidth: 389\nFlags: H\nHStem: 0 21<45 121> 340 101<354.385 368>\nRef: 783 783 N 1 0 0 1 -46.9013 -26\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0212\nEncoding: 530 530 375\nWidth: 616\nFlags: H\nHStem: 0 21<-8 236 424 572> 623 30<345.894 386> 790 60<481.917 499.917>\nVStem: -8 244<1 16> 488 105<496 513>\nDStem: 196 532 313 595 73 90 248 366 196 532 236 329 73 90 180 120 301 324 396 333 424 0 489 88\nRef: 785 785 N 1 0 0 1 149.917 187\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0213\nEncoding: 531 531 376\nWidth: 389\nFlags: H\nHStem: 0 21<45 121> 340 101<354.385 368> 578 60<290.325 308.325>\nRef: 785 785 N 1 0 0 1 -41.6754 -25\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0214\nEncoding: 532 532 377\nWidth: 722\nFlags: H\nHStem: -18 41<319 342> 633 20<127 400 566 765>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 783 783 N 1 0 0 1 147.863 186\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0215\nEncoding: 533 533 378\nWidth: 500\nFlags: H\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 783 783 N 1 0 0 1 16.0628 -26\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0216\nEncoding: 534 534 379\nWidth: 722\nFlags: H\nHStem: -18 41<319 342> 633 20<127 400 566 765> 790 60<485.089 503.089>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 785 785 N 1 0 0 1 153.089 187\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0217\nEncoding: 535 535 380\nWidth: 500\nFlags: H\nHStem: 578 60<353.289 371.289>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 785 785 N 1 0 0 1 21.2887 -25\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Scommaaccent\nEncoding: 536 536 381\nWidth: 500\nFlags: W\nHStem: -18 35<209 231> 633 33<311 331>\nVStem: 120 108.995<-111 -87> 131.59 87.9759<499 531> 343.619 86.4588<150 182>\nFore\n468 468 m 1\n 450 471 l 1\n 448 537 440 571 418 596 c 0\n 397 620 366 633 329 633 c 0\n 261 633 219 594 219 531 c 0\n 219 482 228 468 318 377 c 128\n 408 286 431 247 431 182 c 0\n 431 69 344 -18 229 -18 c 0\n 198 -18 171 -12 125 5 c 0\n 99 14 84 18 73 18 c 0\n 53 18 42 8 35 -15 c 1\n 17 -15 l 1\n 51 208 l 1\n 71 206 l 1\n 70 199 69 191 69 183 c 0\n 69 88 132 17 215 17 c 0\n 288 17 344 75 344 150 c 0\n 344 193 331 219 284 268 c 0\n 277 276 263 291 245 310 c 0\n 228 329 215 343 206 352 c 0\n 146 416 131 445 131 499 c 0\n 131 597 205 666 309 666 c 0\n 340 666 372 661 394 652 c 0\n 417 644 428 641 440 641 c 0\n 462 641 471 646 485 667 c 1\n 508 667 l 1\n 468 468 l 1\n99 -270 m 1\n 90 -253 l 1\n 142 -218 165 -191 165 -164 c 0\n 165 -154 160 -146 145 -132 c 0\n 126 -115 120 -104 120 -87 c 0\n 120 -60 142 -40 171 -40 c 0\n 204 -40 229 -71 229 -111 c 0\n 229 -167 183 -223 99 -270 c 1\nEndSplineSet\nEndChar\nStartChar: scommaaccent\nEncoding: 537 537 382\nWidth: 389\nFlags: W\nHStem: -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240>\nVStem: 65 108.995<-111 -87> 109.004 72.9964<331 364> 227.993 76.0067<87 119>\nFore\n36 146 m 1\n 52 146 l 1\n 68 51 99 10 154 10 c 0\n 198 10 228 42 228 87 c 0\n 228 116 211 151 172 202 c 0\n 130 256 109 299 109 331 c 0\n 109 398 157 441 230 441 c 0\n 246 441 261 439 286 431 c 0\n 305 426 315 424 322 424 c 0\n 336 424 344 428 352 442 c 1\n 366 442 l 1\n 346 303 l 1\n 330 303 l 1\n 320 381 290 418 238 418 c 0\n 203 418 182 397 182 364 c 0\n 182 337 198 306 236 259 c 0\n 283 201 304 157 304 119 c 0\n 304 43 244 -11 160 -11 c 0\n 144 -11 127 -8 105 -1 c 0\n 85 4 67 8 56 8 c 0\n 46 8 40 3 32 -13 c 1\n 16 -13 l 1\n 36 146 l 1\n44 -270 m 1\n 35 -253 l 1\n 87 -218 110 -191 110 -164 c 0\n 110 -154 105 -146 90 -132 c 0\n 71 -115 65 -104 65 -87 c 0\n 65 -60 87 -40 116 -40 c 0\n 149 -40 174 -71 174 -111 c 0\n 174 -167 128 -223 44 -270 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: Tcommaaccent\nEncoding: 538 538 383\nWidth: 556\nFlags: W\nHStem: 0 19<317 330.536> 618 35<251 314 416 491>\nVStem: 65 290<1 16> 128 108.995<-111 -87>\nDStem: 315 618 416 618 171 90 277 120\nFore\n633 653 m 1\n 589 490 l 1\n 572 492 l 1\n 574 509 575 524 575 537 c 0\n 575 593 543 618 471 618 c 2\n 416 618 l 1\n 277 120 l 1\n 268 86 265 74 265 61 c 0\n 265 31 277 22 317 19 c 0\n 323 19 338 17 355 16 c 1\n 355 0 l 1\n 65 0 l 1\n 65 16 l 1\n 131 21 155 37 171 90 c 1\n 315 618 l 1\n 162 620 130 603 77 495 c 1\n 59 499 l 1\n 101 653 l 1\n 633 653 l 1\n107 -270 m 1\n 98 -253 l 1\n 150 -218 173 -191 173 -164 c 0\n 173 -154 168 -146 153 -132 c 0\n 134 -115 128 -104 128 -87 c 0\n 128 -60 150 -40 179 -40 c 0\n 212 -40 237 -71 237 -111 c 0\n 237 -167 191 -223 107 -270 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: tcommaaccent\nEncoding: 539 539 384\nWidth: 278\nFlags: W\nHStem: 396 32<217 291>\nVStem: 9 108.995<-111 -87>\nDStem: 132 396 207 396 60 121 119 63\nFore\n296 428 m 1\n 291 396 l 1\n 207 396 l 1\n 119 63 l 2\n 118 60 118 59 118 58 c 0\n 118 46 124 38 133 38 c 0\n 149 38 165 54 214 117 c 1\n 227 110 l 1\n 164 17 131 -11 85 -11 c 0\n 58 -11 37 5 37 27 c 0\n 37 35 45 70 54 100 c 0\n 57 109 58 112 60 121 c 1\n 132 396 l 1\n 58 396 l 1\n 57 399 57 401 57 402 c 0\n 57 413 64 419 89 427 c 0\n 121 436 183 486 222 537 c 0\n 228 545 231 546 237 546 c 0\n 242 546 245 543 245 536 c 0\n 245 535 245 533 244 531 c 1\n 216 428 l 1\n 296 428 l 1\n-12 -270 m 1\n -21 -253 l 1\n 31 -218 54 -191 54 -164 c 0\n 54 -154 49 -146 34 -132 c 0\n 15 -115 9 -104 9 -87 c 0\n 9 -60 31 -40 60 -40 c 0\n 93 -40 118 -71 118 -111 c 0\n 118 -167 72 -223 -12 -270 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni021E\nEncoding: 542 542 385\nWidth: 722\nHStem: 0 21<-8 238 355 628> 326 42<249 520> 633 20<130 403 520 767> 842 20<375.285 412.285 644.285 680.285>\nVStem: -8 246<1 16> 130 273<637 652> 355 273<1 16> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 236 326 73 90 170 82 196 532 685 563 73 90 553 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nRef: 711 711 N 1 0 0 1 254.285 201\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni021F\nEncoding: 543 543 386\nWidth: 500\nHStem: 0 21<19 94> 872 20<284.129 321.129 553.129 589.129>\nVStem: 370 77.2862<364 367>\nDStem: 154 512 273 678 19 0 153 230\nRef: 711 711 N 1 0 0 1 163.129 231\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0226\nEncoding: 550 550 387\nWidth: 611\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 693 98<459.472 463.472>\nVStem: -51 187<1 16> 318 246<1 16> 411.472 98<741 745>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 729 729 N 1 0 0 1 204.472 185\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0227\nEncoding: 551 551 388\nWidth: 500\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 481 98<365.166 369.166>\nVStem: 17 84<99 117> 317.166 98<529 533>\nRef: 729 729 N 1 0 0 1 110.166 -27\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0228\nEncoding: 552 552 389\nWidth: 604\nHStem: -217 35<161.425 177.425> -20 20<192.425 230.425> 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440>\nVStem: 219.425 74<-142 -131>\nDStem: 196 532 312 594 73 90 246 361\nRef: 184 184 N 1 0 0 1 111.425 0\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0229\nEncoding: 553 553 390\nWidth: 444\nHStem: -228 35<95.4625 111.463> -31 20<126.463 164.463> 417.951 22.1129<311 332>\nVStem: 31 87<110 133> 153.463 74<-153 -142> 346 66<372 381>\nRef: 184 184 N 1 0 0 1 45.4625 -11\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022A\nEncoding: 554 554 391\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 720 98<372 376 564 580> 858 51<391.188 681.188>\nVStem: 60.3532 105.472<184 221> 324 98<768 772> 524 98<768 772>\nRef: 175 175 N 1 0 0 1 281.188 326\nRef: 214 214 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022B\nEncoding: 555 555 392\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 508 98<239 243 431 447> 646 51<229.376 519.376>\nVStem: 27.3745 84.0629<101 129> 191 98<556 560> 383.003 84.9971<301 326> 391 98<556 560>\nRef: 175 175 N 1 0 0 1 119.376 114\nRef: 246 246 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022C\nEncoding: 556 556 393\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 732.354 60.1132<537 553> 775.992 59.008<385 405> 876 51<396.18 686.18>\nVStem: 60.3532 105.472<184 221>\nRef: 175 175 N 1 0 0 1 286.18 344\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022D\nEncoding: 557 557 394\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 520.354 60.1132<401 417> 563.992 59.008<249 269> 664 51<234.368 524.368>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 175 175 N 1 0 0 1 124.368 132\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022E\nEncoding: 558 558 395\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 693 98<496.086 500.086>\nVStem: 60.3532 105.472<184 221> 448.086 98<741 745>\nRef: 729 729 N 1 0 0 1 241.086 185\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni022F\nEncoding: 559 559 396\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 481 98<334.273 338.273>\nVStem: 27.3745 84.0629<101 129> 286.273 98<529 533> 383.003 84.9971<301 326>\nRef: 729 729 N 1 0 0 1 79.2732 -27\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0230\nEncoding: 560 560 397\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 693 98<496.086 500.086> 831 51<383.701 673.701>\nVStem: 60.3532 105.472<184 221> 448.086 98<741 745>\nRef: 175 175 N 1 0 0 1 273.701 299\nRef: 558 558 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0231\nEncoding: 561 561 398\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 481 98<334.273 338.273> 619 51<221.888 511.888>\nVStem: 27.3745 84.0629<101 129> 286.273 98<529 533> 383.003 84.9971<301 326>\nRef: 175 175 N 1 0 0 1 111.888 87\nRef: 559 559 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0232\nEncoding: 562 562 399\nWidth: 556\nHStem: 0 21<78 367> 633 20<91 330 444 633> 693 51<237.661 527.661>\nVStem: 78 289<1 16> 91 239<637 652> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nRef: 175 175 N 1 0 0 1 127.661 161\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0233\nEncoding: 563 563 400\nWidth: 444\nHStem: -205.052 82.0515<16 17> 421 20<154 158> 481 51<104.896 394.896>\nVStem: 332 93.9907<386 404>\nRef: 175 175 N 1 0 0 1 -5.1036 -51\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni0292\nEncoding: 658 658 401\nWidth: 389\nFlags: W\nHStem: -209 98<-1 66> 368 60<144 307>\nVStem: 262 80<-11 44>\nDStem: 308 368 380 417 133 158 205 210\nFore\n380 417 m 1\n 205 210 l 1\n 292 190 342 137 342 44 c 0\n 342 -107 210 -209 66 -209 c 0\n 28 -209 -48 -203 -48 -150 c 0\n -48 -121 -28 -111 -1 -111 c 0\n 46 -111 78 -171 134 -171 c 0\n 216 -171 262 -83 262 -11 c 0\n 262 86 227 137 133 158 c 1\n 308 368 l 1\n 162 368 l 2\n 114 368 99 355 81 309 c 1\n 65 313 l 1\n 96 428 l 1\n 380 428 l 1\n 380 417 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: circumflex\nEncoding: 710 710 402\nWidth: 333\nFlags: W\nHStem: 641 20G<248 297>\nFore\n297 661 m 1\n 385 492 l 1\n 349 492 l 1\n 267 596 l 1\n 130 492 l 1\n 91 492 l 1\n 248 661 l 1\n 297 661 l 1\nEndSplineSet\nEndChar\nStartChar: caron\nEncoding: 711 711 403\nWidth: 333\nFlags: W\nHStem: 641 20G<121 158 390 426>\nFore\n426 661 m 1\n 263 492 l 1\n 217 492 l 1\n 121 661 l 1\n 158 661 l 1\n 248 556 l 1\n 390 661 l 1\n 426 661 l 1\nEndSplineSet\nEndChar\nStartChar: breve\nEncoding: 728 728 404\nWidth: 333\nFlags: W\nHStem: 492 59<245 261>\nFore\n389 650 m 1\n 418 650 l 1\n 409 608 400 587 380 561 c 0\n 347 516 300 492 247 492 c 0\n 202 492 168 507 145 536 c 0\n 125 562 117 593 117 650 c 1\n 146 650 l 1\n 151 588 190 551 254 551 c 0\n 315 551 364 587 389 650 c 1\nEndSplineSet\nEndChar\nStartChar: dotaccent\nEncoding: 729 729 405\nWidth: 333\nFlags: W\nHStem: 508 98<255 259>\nVStem: 207 98<556 560>\nFore\n257 606 m 0\n 282 606 305 582 305 557 c 0\n 305 530 283 508 256 508 c 128\n 229 508 207 530 207 558 c 0\n 207 584 229 606 257 606 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: ring\nEncoding: 730 730 406\nWidth: 333\nFlags: W\nHStem: 508 34<251 257> 673 34<251 257>\nVStem: 155 34<604 610> 321 34<604 610>\nFore\n254 707 m 0\n 309 707 355 662 355 607 c 0\n 355 553 310 508 255 508 c 0\n 199 508 155 552 155 608 c 0\n 155 662 200 707 254 707 c 0\n254 673 m 0\n 219 673 189 643 189 608 c 0\n 189 571 218 542 254 542 c 0\n 292 542 321 570 321 607 c 0\n 321 643 291 673 254 673 c 0\nEndSplineSet\nEndChar\nStartChar: ogonek\nEncoding: 731 731 407\nWidth: 333\nFlags: W\nHStem: -168.996 62.9962<75 100>\nVStem: -19.9965 60.9965<-74 -55>\nFore\n183 -74 m 5\n 200 -92 l 5\n 165 -143 123 -169 75 -169 c 4\n 23 -169 -20 -126 -20 -74 c 4\n -20 -30 0 2 50 40 c 5\n 74 40 l 5\n 52 5 41 -25 41 -55 c 132\n 41 -85 66 -106 100 -106 c 4\n 131 -106 156 -96 183 -74 c 5\nEndSplineSet\nEndChar\nStartChar: tilde\nEncoding: 732 732 408\nWidth: 333\nFlags: W\nHStem: 520.354 60.1132<332 348> 563.992 59.008<180 200>\nFore\n399 624 m 1\n 427 624 l 1\n 413 557 380 520 332 520 c 0\n 320 520 301 525 275 535 c 0\n 221 557 197 564 180 564 c 0\n 155 564 139 549 129 517 c 1\n 100 517 l 1\n 120 594 148 623 200 623 c 0\n 222 623 248 616 286 599 c 0\n 316 585 333 580 348 580 c 0\n 375 580 388 591 399 624 c 1\nEndSplineSet\nEndChar\nStartChar: hungarumlaut\nEncoding: 733 733 409\nWidth: 333\nFlags: W\nFore\n93 494 m 1\n 255 654 l 2\n 262 660 270 664 280 664 c 0\n 300 664 316 648 316 628 c 0\n 316 616 311 607 299 600 c 2\n 128 494 l 1\n 93 494 l 1\n263 494 m 1\n 425 654 l 2\n 432 660 440 664 450 664 c 0\n 470 664 486 648 486 628 c 0\n 486 616 481 607 469 600 c 2\n 298 494 l 1\n 263 494 l 1\nEndSplineSet\nEndChar\nStartChar: gravecomb\nEncoding: 768 768 410\nWidth: 0\nFlags: HW\nFore\n-53 492 m 1\n -193 598 l 2\n -198 602 -212 612 -212 629 c 0\n -212 649 -198 664 -176 664 c 0\n -169 664 -156 664 -138 641 c 2\n -22 492 l 1\n -53 492 l 1\nEndSplineSet\nEndChar\nStartChar: acutecomb\nEncoding: 769 769 411\nWidth: 0\nFlags: HW\nFore\n53 600 m 2\n -118 494 l 1\n -153 494 l 1\n 9 654 l 2\n 15 660 23 664 34 664 c 0\n 55 664 70 647 70 629 c 0\n 70 614 64 607 53 600 c 2\nEndSplineSet\nEndChar\nStartChar: uni0302\nEncoding: 770 770 412\nWidth: 0\nFlags: HW\nHStem: 641 20G<-85 -36>\nFore\n-36 661 m 1\n 52 492 l 1\n 16 492 l 1\n -66 596 l 1\n -203 492 l 1\n -242 492 l 1\n -85 661 l 1\n -36 661 l 1\nEndSplineSet\nEndChar\nStartChar: tildecomb\nEncoding: 771 771 413\nWidth: 0\nFlags: HW\nHStem: 520 60<-2 13> 564 59<-152 -132>\nFore\n66 624 m 1\n 94 624 l 1\n 83 557 43 520 -2 520 c 0\n -19 520 -47 531 -75 542 c 0\n -104 553 -133 564 -152 564 c 0\n -180 564 -197 545 -204 517 c 1\n -233 517 l 1\n -223 555 -206 623 -132 623 c 0\n -78 623 -25 580 13 580 c 128\n 51 580 59 603 66 624 c 1\nEndSplineSet\nEndChar\nStartChar: uni0304\nEncoding: 772 772 414\nWidth: 0\nFlags: HW\nHStem: 532 51<-222 66>\nVStem: -223 290<533 582>\nFore\n67 583 m 1\n 67 532 l 1\n -223 532 l 1\n -223 583 l 1\n 67 583 l 1\nEndSplineSet\nEndChar\nStartChar: uni0305\nEncoding: 773 773 415\nWidth: 0\nFlags: HW\nHStem: 547 54<-321 140>\nVStem: -322 463<548 600>\nFore\n-322 601 m 1\n 141 601 l 1\n 141 547 l 1\n -322 547 l 1\n -322 601 l 1\nEndSplineSet\nEndChar\nStartChar: uni0306\nEncoding: 774 774 416\nWidth: 0\nFlags: HW\nHStem: 492 59<-88 -72>\nVStem: -216 29<638.357 649.938>\nFore\n56 650 m 1\n 85 650 l 1\n 71 563 3 492 -83 492 c 0\n -216 492 -216 608 -216 650 c 1\n -187 650 l 1\n -187 634 -177 551 -78 551 c 128\n 21 551 55 646 56 650 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0307\nEncoding: 775 775 417\nWidth: 0\nFlags: HW\nHStem: 508 98<-78 -74>\nVStem: -126 98<556 560>\nFore\n-76 606 m 0\n -59 606 -28 590 -28 557 c 0\n -28 530 -50 508 -77 508 c 128\n -104 508 -126 529 -126 558 c 0\n -126 591 -96 606 -76 606 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0308\nEncoding: 776 776 418\nWidth: 0\nFlags: HW\nHStem: 508 98<-178 -174 22 30>\nVStem: -226 98<556 560> -26 98<556 560>\nFore\n-176 606 m 0\n -159 606 -128 590 -128 557 c 0\n -128 530 -150 508 -177 508 c 128\n -204 508 -226 529 -226 558 c 0\n -226 591 -196 606 -176 606 c 0\n24 606 m 0\n 41 606 72 590 72 557 c 0\n 72 530 50 508 23 508 c 128\n -4 508 -26 529 -26 558 c 0\n -26 591 4 606 24 606 c 0\nEndSplineSet\nEndChar\nStartChar: hookabovecomb\nEncoding: 777 777 419\nWidth: 0\nFlags: HW\nHStem: 691 19<8 23>\nVStem: 37.044 47.0709<658 668>\nFore\n-17 501 m 1\n -42 501 l 1\n -23 571 22 598 34 643 c 0\n 41 667 39 691 8 691 c 0\n -9 691 -29 679 -32 666 c 0\n -35 655 -28 651 -33 636 c 0\n -35 629 -42 619 -53 619 c 0\n -69 619 -69 631 -65 645 c 0\n -54 685 -15 710 23 710 c 0\n 48 710 97 696 81 639 c 0\n 67 587 14 580 -17 501 c 1\nEndSplineSet\nEndChar\nStartChar: uni030A\nEncoding: 778 778 420\nWidth: 0\nFlags: HW\nHStem: 492 34<-82 -76> 657 34<-82 -76>\nVStem: -178 34<588 593> -12 34<588 593>\nFore\n-178 591 m 0\n -178 645 -136 691 -78 691 c 0\n -24 691 22 646 22 591 c 128\n 22 536 -24 492 -78 492 c 0\n -135 492 -178 537 -178 591 c 0\n-144 591 m 0\n -144 566 -125 526 -79 526 c 0\n -41 526 -12 554 -12 591 c 0\n -12 627 -41 657 -79 657 c 0\n -124 657 -144 616 -144 591 c 0\nEndSplineSet\nEndChar\nStartChar: uni030B\nEncoding: 779 779 421\nWidth: 0\nFlags: HW\nFore\n-34 600 m 2\n -205 494 l 1\n -240 494 l 1\n -78 654 l 2\n -72 660 -64 664 -53 664 c 0\n -32 664 -17 647 -17 629 c 0\n -17 614 -23 607 -34 600 c 2\n136 600 m 2\n -35 494 l 1\n -70 494 l 1\n 92 654 l 2\n 98 660 106 664 117 664 c 0\n 138 664 153 647 153 629 c 0\n 153 614 147 607 136 600 c 2\nEndSplineSet\nEndChar\nStartChar: uni030C\nEncoding: 780 780 422\nWidth: 0\nFlags: HW\nHStem: 641 20G<-212 -175 57 93>\nFore\n93 661 m 1\n -70 492 l 1\n -116 492 l 1\n -212 661 l 1\n -175 661 l 1\n -85 556 l 1\n 57 661 l 1\n 93 661 l 1\nEndSplineSet\nEndChar\nStartChar: uni030D\nEncoding: 781 781 423\nWidth: 0\nFlags: HW\nFore\n-17 507 m 1\n -34 507 l 1\n -30 551 -21 648 -15 671 c 0\n -9 692 13 703 29 703 c 0\n 44 703 59 692 53 671 c 0\n 47 648 3 551 -17 507 c 1\nEndSplineSet\nEndChar\nStartChar: uni030E\nEncoding: 782 782 424\nWidth: 0\nFlags: HW\nFore\n50 507 m 1\n 33 507 l 1\n 37 551 46 648 52 671 c 0\n 58 692 80 703 96 703 c 0\n 111 703 126 692 120 671 c 0\n 114 648 70 551 50 507 c 1\n-84 507 m 1\n -101 507 l 1\n -97 551 -88 648 -82 671 c 0\n -76 692 -54 703 -38 703 c 0\n -23 703 -8 692 -14 671 c 0\n -20 648 -64 551 -84 507 c 1\nEndSplineSet\nEndChar\nStartChar: uni030F\nEncoding: 783 783 425\nWidth: 0\nFlags: HW\nFore\n-27 507 m 1\n -154 604 l 2\n -163 611 -179 623 -173 646 c 0\n -172 650 -163 678 -131 678 c 0\n -117 678 -110 678 -93 655 c 2\n 13 507 l 1\n -27 507 l 1\n129 507 m 1\n 2 604 l 2\n -7 611 -23 623 -17 646 c 0\n -16 650 -7 678 25 678 c 0\n 39 678 46 678 63 655 c 2\n 169 507 l 1\n 129 507 l 1\nEndSplineSet\nEndChar\nStartChar: uni0310\nEncoding: 784 784 426\nWidth: 0\nFlags: HW\nHStem: 507 60<-27 -9> 617 100<1.03699 13> 644 20G<-123 -94 129 158>\nVStem: -37 98<663 669>\nFore\n129 664 m 1\n 158 664 l 1\n 147 633 100 507 -28 507 c 0\n -100 507 -155 555 -123 664 c 1\n -94 664 l 1\n -101 603 -74 567 -10 567 c 0\n 66 567 96 614 129 664 c 1\n-37 667 m 0\n -37 686 -22 717 11 717 c 0\n 38 717 61 694 61 667 c 0\n 61 639 38 617 11 617 c 0\n -23 617 -37 647 -37 667 c 0\nEndSplineSet\nEndChar\nStartChar: uni0311\nEncoding: 785 785 427\nWidth: 0\nFlags: HW\nHStem: 603 60<-1 17>\nFore\n85 506 m 1\n 80 556 76 603 0 603 c 0\n -64 603 -111 567 -138 506 c 1\n -167 506 l 1\n -138 615 -57 663 15 663 c 0\n 143 663 120 537 114 506 c 1\n 85 506 l 1\nEndSplineSet\nEndChar\nStartChar: uni0312\nEncoding: 786 786 428\nWidth: 0\nFlags: HW\nHStem: 523 80<-8 3> 709 29<41 69>\nVStem: -85.817 153.199<583 587>\nFore\n98 701 m 1\n 84 707 69 709 46 709 c 0\n 15 709 -23 684 -33 648 c 0\n -41 619 -34 603 -7 603 c 0\n 7 603 14 608 30 608 c 0\n 61 608 73 595 65 566 c 0\n 57 536 26 523 1 523 c 0\n -68 523 -101 564 -81 634 c 0\n -66 689 -7 738 50 738 c 0\n 73 738 95 734 113 725 c 1\n 98 701 l 1\nEndSplineSet\nEndChar\nStartChar: uni0313\nEncoding: 787 787 429\nWidth: 0\nFlags: HW\nHStem: 523 29<-222 -197> 658 80<-155 -139>\nFore\n-267 536 m 1\n -252 560 l 1\n -238 554 -222 552 -199 552 c 0\n -169 552 -130 577 -120 613 c 0\n -112 642 -120 658 -147 658 c 0\n -162 658 -167 653 -184 653 c 0\n -214 653 -227 666 -219 695 c 0\n -211 725 -179 738 -154 738 c 0\n -85 738 -54 697 -73 627 c 0\n -88 572 -147 523 -203 523 c 0\n -226 523 -249 527 -267 536 c 1\nEndSplineSet\nEndChar\nStartChar: uni0314\nEncoding: 788 788 430\nWidth: 0\nFlags: HW\nHStem: 523.01 28.9899<-175 -158> 653 84.0446<-124 -123>\nVStem: -253.637 41.3724<595 603>\nFore\n-108 560 m 1\n -106 536 l 1\n -130 527 -154 523 -177 523 c 0\n -234 523 -265 572 -250 627 c 0\n -231 697 -175 738 -106 738 c 0\n -81 738 -58 725 -66 695 c 0\n -74 666 -94 653 -125 653 c 0\n -141 653 -145 658 -159 658 c 0\n -186 658 -202 642 -210 613 c 0\n -220 577 -196 552 -165 552 c 0\n -142 552 -125 554 -108 560 c 1\nEndSplineSet\nEndChar\nStartChar: uni0315\nEncoding: 789 789 431\nWidth: 0\nFlags: HW\nHStem: 572 104<-118 -115>\nVStem: -193.093 135.655<602 609>\nFore\n-215 433 m 1\n -219 452 l 1\n -141 494 -112 539 -107 558 c 0\n -104 567 -110 572 -117 572 c 0\n -119 572 -123 571 -127 570 c 0\n -130 569 -135 568 -142 568 c 0\n -168 568 -202 578 -191 618 c 0\n -179 661 -142 676 -117 676 c 0\n -94 676 -39 663 -62 580 c 0\n -82 509 -182 443 -215 433 c 1\nEndSplineSet\nEndChar\nStartChar: uni0316\nEncoding: 790 790 432\nWidth: 0\nFlags: HW\nFore\n-142 -296 m 1\n -182 -296 l 1\n -309 -199 l 2\n -319 -191 -332 -177 -326 -156 c 0\n -326 -154 -317 -125 -286 -125 c 0\n -270 -125 -265 -124 -248 -148 c 2\n -142 -296 l 1\nEndSplineSet\nEndChar\nStartChar: uni0317\nEncoding: 791 791 433\nWidth: 0\nFlags: HW\nFore\n-364 -296 m 1\n -176 -148 l 2\n -146 -124 -142 -125 -126 -125 c 0\n -95 -125 -102 -154 -102 -156 c 0\n -108 -177 -129 -191 -143 -199 c 2\n -324 -296 l 1\n -364 -296 l 1\nEndSplineSet\nEndChar\nStartChar: uni0318\nEncoding: 792 792 434\nWidth: 0\nFlags: W\nHStem: -309 54<-357 -189>\nDStem: -189 -309 -84 -127 -224 -438 -170 -438 -138 -127 -84 -127 -174 -255 -170 -438\nFore\n-189 -309 m 1\n -357 -309 l 1\n -357 -255 l 1\n -174 -255 l 1\n -138 -127 l 1\n -84 -127 l 1\n -170 -438 l 1\n -224 -438 l 1\n -189 -309 l 1\nEndSplineSet\nEndChar\nStartChar: uni0319\nEncoding: 793 793 435\nWidth: 0\nFlags: W\nHStem: -309 54<-302 -134>\nDStem: -320 -127 -266 -127 -406 -438 -302 -255 -320 -127 -317 -309 -406 -438 -352 -438\nFore\n-317 -309 m 1\n -352 -438 l 1\n -406 -438 l 1\n -320 -127 l 1\n -266 -127 l 1\n -302 -255 l 1\n -134 -255 l 1\n -134 -309 l 1\n -317 -309 l 1\nEndSplineSet\nEndChar\nStartChar: uni031A\nEncoding: 794 794 436\nWidth: 0\nFlags: W\nHStem: 688 54<-79 89>\nDStem: 89 688 158 742 38 505 92 505\nFore\n158 742 m 1\n 92 505 l 1\n 38 505 l 1\n 89 688 l 1\n -79 688 l 1\n -79 742 l 1\n 158 742 l 1\nEndSplineSet\nEndChar\nStartChar: uni031B\nEncoding: 795 795 437\nWidth: 0\nFlags: HW\nHStem: 333 28<-170 -154>\nVStem: -144.532 146.147<483 493>\nFore\n-224 392 m 1\n -212 373 -189 361 -161 361 c 0\n -137 361 -110 370 -92 383 c 0\n -74 395 -65 412 -61 426 c 0\n -48 471 -163 427 -142 501 c 0\n -132 538 -100 564 -60 564 c 0\n -9 564 14 522 -3 460 c 0\n -23 390 -96 333 -167 333 c 0\n -178 333 -219 335 -234 358 c 1\n -224 392 l 1\nEndSplineSet\nEndChar\nStartChar: uni031C\nEncoding: 796 796 438\nWidth: 0\nFlags: HW\nHStem: -331 34<-239 -227> -166 34<-197 -181>\nVStem: -312.917 36.6912<-259 -246>\nFore\n-141 -143 m 1\n -165 -173 l 1\n -173 -168 -181 -166 -192 -166 c 0\n -237 -166 -268 -207 -275 -231 c 0\n -282 -256 -274 -297 -229 -297 c 0\n -218 -297 -207 -294 -196 -290 c 1\n -190 -320 l 1\n -205 -327 -222 -331 -238 -331 c 0\n -295 -331 -324 -286 -309 -232 c 128\n -294 -178 -239 -132 -183 -132 c 0\n -167 -132 -152 -136 -141 -143 c 1\nEndSplineSet\nEndChar\nStartChar: uni031D\nEncoding: 797 797 439\nWidth: 0\nFlags: W\nHStem: -366 54<-410 -114>\nDStem: -230 -129 -176 -129 -281 -312 -227 -312\nFore\n-281 -312 m 1\n -230 -129 l 1\n -176 -129 l 1\n -227 -312 l 1\n -114 -312 l 1\n -114 -366 l 1\n -410 -366 l 1\n -410 -312 l 1\n -281 -312 l 1\nEndSplineSet\nEndChar\nStartChar: uni031E\nEncoding: 798 798 440\nWidth: 0\nFlags: W\nHStem: -231 54<-372 -258 -372 -76>\nDStem: -258 -231 -204 -231 -309 -414 -255 -414\nFore\n-258 -231 m 1\n -372 -231 l 1\n -372 -177 l 1\n -76 -177 l 1\n -76 -231 l 1\n -204 -231 l 1\n -255 -414 l 1\n -309 -414 l 1\n -258 -231 l 1\nEndSplineSet\nEndChar\nStartChar: uni031F\nEncoding: 799 799 441\nWidth: 0\nFlags: HW\nHStem: -285 54<-359 -274 -203 -118> -285 156<-219 -204>\nVStem: -360 243<-285 -231>\nDStem: 60 -285 114 -285 32 -387 86 -387 103 -129 157 -129 75 -231 129 -231\nFore\n-117 -231 m 1\n -117 -285 l 1\n -219 -285 l 1\n -247 -387 l 1\n -301 -387 l 1\n -273 -285 l 1\n -360 -285 l 1\n -360 -231 l 1\n -258 -231 l 1\n -230 -129 l 1\n -176 -129 l 1\n -204 -231 l 1\n -117 -231 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni0320\nEncoding: 800 800 442\nWidth: 0\nFlags: HW\nHStem: -231 54<-370 -76>\nVStem: -371 296<-230 -178>\nFore\n-371 -177 m 1\n -75 -177 l 1\n -75 -231 l 1\n -371 -231 l 1\n -371 -177 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0321\nEncoding: 801 801 443\nWidth: 0\nFlags: HW\nHStem: -231 24<-108 -98> 0 23<-41 11>\nDStem: -322 0 -287 35 -364 -152 -339 -152\nFore\n11 0 m 1\n -46 0 l 1\n -40 23 l 1\n 8 23 l 1\n 21 31 30 39 38 46 c 1\n 46 35 l 1\n -6 -152 l 2\n -18 -196 -62 -231 -106 -231 c 128\n -150 -231 -175 -196 -164 -156 c 0\n -158 -133 -135 -115 -112 -115 c 128\n -89 -115 -76 -133 -82 -156 c 0\n -88 -177 -108 -194 -129 -197 c 1\n -121 -203 -111 -207 -100 -207 c 0\n -70 -207 -39 -182 -31 -152 c 2\n 11 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0322\nEncoding: 802 802 444\nWidth: 0\nFlags: HW\nHStem: -231 24<-20 -5> 0 23<8 50>\nVStem: -77.071 26.8558<-175 -165>\nDStem: -22 35 -7 0 -74 -152 -49 -152\nFore\n-7 0 m 1\n -49 -152 l 2\n -57 -182 -40 -207 -10 -207 c 0\n 1 -207 13 -203 23 -197 c 1\n 4 -194 -6 -177 0 -156 c 0\n 6 -133 29 -115 52 -115 c 128\n 75 -115 88 -133 82 -156 c 0\n 71 -196 26 -231 -18 -231 c 128\n -62 -231 -86 -196 -74 -152 c 2\n -22 35 l 1\n -8 46 l 1\n -4 39 1 31 8 23 c 1\n 56 23 l 1\n 50 0 l 1\n -7 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: dotbelowcomb\nEncoding: 803 803 445\nWidth: 0\nFlags: HW\nHStem: -225 100<-225.963 -214>\nVStem: -264 98<-177 -173>\nFore\n-264 -175 m 0\n -264 -156 -249 -125 -216 -125 c 0\n -189 -125 -166 -148 -166 -175 c 0\n -166 -203 -189 -225 -216 -225 c 0\n -250 -225 -264 -195 -264 -175 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0324\nEncoding: 804 804 446\nWidth: 0\nFlags: HW\nHStem: -225 100<-325.963 -314 -124 -108>\nVStem: -364 98<-177 -173> -165 98<-177 -173>\nFore\n-364 -175 m 0\n -364 -156 -349 -125 -316 -125 c 0\n -289 -125 -266 -148 -266 -175 c 0\n -266 -203 -289 -225 -316 -225 c 0\n -350 -225 -364 -195 -364 -175 c 0\n-165 -175 m 0\n -165 -156 -150 -125 -117 -125 c 0\n -90 -125 -67 -148 -67 -175 c 0\n -67 -203 -90 -225 -117 -225 c 0\n -151 -225 -165 -195 -165 -175 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni0325\nEncoding: 805 805 447\nWidth: 0\nFlags: HW\nHStem: -331 34<-234 -229> -166 34<-234 -229>\nVStem: -330 34<-235 -229> -165 34<-235 -229>\nFore\n-330 -232 m 0\n -330 -178 -287 -132 -231 -132 c 0\n -176 -132 -131 -177 -131 -232 c 0\n -131 -287 -176 -331 -231 -331 c 0\n -288 -331 -330 -286 -330 -232 c 0\n-231 -166 m 0\n -276 -166 -296 -207 -296 -231 c 0\n -296 -256 -277 -297 -232 -297 c 0\n -194 -297 -165 -268 -165 -232 c 128\n -165 -196 -194 -166 -231 -166 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0326\nEncoding: 806 806 448\nWidth: 0\nFlags: HW\nHStem: -231 104<-216 -208>\nVStem: -286.154 134.742<-201 -194>\nFore\n-309 -370 m 1\n -312 -351 l 1\n -235 -309 -206 -264 -201 -245 c 0\n -198 -236 -204 -231 -211 -231 c 0\n -213 -231 -216 -232 -221 -233 c 0\n -224 -234 -229 -235 -236 -235 c 0\n -262 -235 -295 -225 -284 -185 c 0\n -272 -142 -235 -127 -210 -127 c 0\n -187 -127 -133 -140 -156 -223 c 0\n -176 -294 -276 -360 -309 -370 c 1\nEndSplineSet\nEndChar\nStartChar: uni0327\nEncoding: 807 807 449\nWidth: 0\nFlags: HW\nHStem: -217 35<-283 -267> -20 20G<-252 -214>\nVStem: -225 74<-139 -130>\nFore\n-312 -96 m 1\n -252 0 l 1\n -214 0 l 1\n -258 -66 l 1\n -249 -64 -243 -63 -231 -63 c 0\n -187 -63 -151 -87 -151 -130 c 0\n -151 -198 -224 -217 -273 -217 c 0\n -297 -217 -331 -209 -363 -196 c 1\n -346 -167 l 1\n -328 -174 -305 -182 -280 -182 c 0\n -225 -182 -225 -150 -225 -138 c 0\n -225 -114 -247 -97 -271 -97 c 0\n -282 -97 -293 -100 -303 -104 c 1\n -312 -96 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0328\nEncoding: 808 808 450\nWidth: 0\nFlags: HW\nHStem: -20 20G<-215 -169>\nFore\n-124 -73 m 1\n -109 -89 l 1\n -144 -128 -195 -165 -240 -165 c 0\n -283 -165 -307 -137 -292 -84 c 0\n -283 -52 -242 -16 -215 0 c 1\n -169 0 l 1\n -191 -14 -224 -39 -232 -69 c 0\n -239 -94 -225 -109 -207 -109 c 0\n -177 -109 -152 -92 -124 -73 c 1\nEndSplineSet\nEndChar\nStartChar: uni0329\nEncoding: 809 809 451\nWidth: 0\nFlags: HW\nFore\n-194 -131 m 1\n -199 -175 -208 -272 -215 -295 c 0\n -221 -316 -242 -327 -257 -327 c 0\n -273 -327 -289 -316 -283 -295 c 0\n -276 -272 -232 -175 -211 -131 c 1\n -194 -131 l 1\nEndSplineSet\nEndChar\nStartChar: uni032A\nEncoding: 810 810 452\nWidth: 0\nFlags: W\nHStem: -231 54<-372 -130>\nDStem: -387 -231 -333 -231 -420 -349 -366 -349 -130 -231 -76 -231 -163 -349 -109 -349\nFore\n-130 -231 m 1\n -333 -231 l 1\n -366 -349 l 1\n -420 -349 l 1\n -387 -231 l 1\n -372 -177 l 1\n -61 -177 l 1\n -76 -231 l 1\n -109 -349 l 1\n -163 -349 l 1\n -130 -231 l 1\nEndSplineSet\nEndChar\nStartChar: uni032B\nEncoding: 811 811 453\nWidth: 0\nFlags: HW\nHStem: -372.092 36.0925<-177 -171>\nVStem: -410.01 55.4208<-325 -317> -133.759 52.7213<-261 -244>\nFore\n-221 -204 m 0\n -210 -205 -212 -211 -213 -228 c 0\n -214 -267 -220 -336 -177 -336 c 0\n -156 -336 -148 -325 -139 -292 c 128\n -130 -259 -130 -211 -149 -169 c 0\n -155 -156 -140 -148 -131 -157 c 1\n -91 -187 -71 -241 -86 -295 c 0\n -99 -343 -127 -373 -163 -373 c 128\n -199 -373 -236 -355 -250 -319 c 1\n -287 -355 -334 -373 -370 -373 c 128\n -406 -373 -418 -343 -405 -295 c 0\n -390 -241 -340 -188 -284 -157 c 0\n -269 -149 -258 -155 -272 -169 c 0\n -312 -210 -341 -259 -350 -292 c 128\n -359 -325 -357 -336 -336 -336 c 0\n -293 -336 -260 -267 -240 -228 c 0\n -232 -211 -230 -203 -221 -204 c 0\nEndSplineSet\nEndChar\nStartChar: uni032C\nEncoding: 812 812 454\nWidth: 0\nFlags: HW\nFore\n-57 -165 m 1\n -228 -332 l 1\n -290 -332 l 1\n -368 -165 l 1\n -334 -165 l 1\n -241 -268 l 1\n -91 -165 l 1\n -57 -165 l 1\nEndSplineSet\nEndChar\nStartChar: uni032D\nEncoding: 813 813 455\nWidth: 0\nFlags: HW\nFore\n-103 -333 m 1\n -137 -333 l 1\n -231 -230 l 1\n -380 -333 l 1\n -414 -333 l 1\n -244 -166 l 1\n -182 -166 l 1\n -103 -333 l 1\nEndSplineSet\nEndChar\nStartChar: uni032E\nEncoding: 814 814 456\nWidth: 0\nFlags: HW\nHStem: -311 60<-254 -236>\nFore\n-98 -154 m 1\n -69 -154 l 1\n -80 -185 -127 -311 -255 -311 c 0\n -327 -311 -382 -263 -350 -154 c 1\n -321 -154 l 1\n -328 -215 -301 -251 -237 -251 c 0\n -161 -251 -131 -204 -98 -154 c 1\nEndSplineSet\nEndChar\nStartChar: uni032F\nEncoding: 815 815 457\nWidth: 0\nFlags: HW\nHStem: -215 60<-228 -210>\nFore\n-142 -312 m 1\n -147 -262 -151 -215 -227 -215 c 0\n -291 -215 -338 -251 -365 -312 c 1\n -394 -312 l 1\n -365 -203 -284 -155 -212 -155 c 0\n -84 -155 -107 -281 -113 -312 c 1\n -142 -312 l 1\nEndSplineSet\nEndChar\nStartChar: uni0330\nEncoding: 816 816 458\nWidth: 0\nFlags: HW\nHStem: -281 56<-185 -151>\nFore\n-80 -175 m 1\n -51 -175 l 1\n -69 -209 -107 -281 -185 -281 c 0\n -216 -281 -234 -271 -259 -257 c 2\n -279 -246 l 2\n -290 -240 -301 -235 -313 -235 c 0\n -351 -235 -370 -264 -381 -281 c 1\n -410 -281 l 1\n -390 -237 -344 -180 -277 -180 c 0\n -256 -180 -236 -186 -216 -198 c 2\n -195 -210 l 2\n -185 -216 -166 -225 -151 -225 c 0\n -124 -225 -108 -215 -80 -175 c 1\nEndSplineSet\nEndChar\nStartChar: uni0331\nEncoding: 817 817 459\nWidth: 0\nFlags: HW\nHStem: -231 54<-370 -76>\nVStem: -371 296<-230 -178>\nFore\n-371 -177 m 1\n -75 -177 l 1\n -75 -231 l 1\n -371 -231 l 1\n -371 -177 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0332\nEncoding: 818 818 460\nWidth: 0\nFlags: HW\nHStem: -231 54<-537 -76>\nVStem: -538 463<-230 -178>\nFore\n-538 -177 m 1\n -75 -177 l 1\n -75 -231 l 1\n -538 -231 l 1\n -538 -177 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0333\nEncoding: 819 819 461\nWidth: 0\nFlags: HW\nHStem: -339 54<-567 -106> -231 54<-537 -76>\nFore\n-538 -177 m 1\n -75 -177 l 1\n -75 -231 l 1\n -538 -231 l 1\n -538 -177 l 1\n-568 -285 m 1\n -105 -285 l 1\n -105 -339 l 1\n -568 -339 l 1\n -568 -285 l 1\nEndSplineSet\nEndChar\nStartChar: uni0334\nEncoding: 820 820 462\nWidth: 0\nFlags: HW\nHStem: 282 56<-46 -12>\nFore\n60 388 m 1\n 89 388 l 1\n 70 354 32 282 -46 282 c 0\n -77 282 -95 292 -120 306 c 2\n -140 317 l 2\n -150 323 -162 328 -174 328 c 0\n -212 328 -231 299 -242 282 c 1\n -271 282 l 1\n -251 326 -205 383 -138 383 c 0\n -117 383 -97 376 -77 365 c 2\n -56 353 l 2\n -46 347 -27 338 -12 338 c 0\n 15 338 32 348 60 388 c 1\nEndSplineSet\nEndChar\nStartChar: uni0335\nEncoding: 821 821 463\nWidth: 0\nFlags: HW\nHStem: 201 43<-239 -28>\nVStem: -240 213<202 243>\nFore\n-240 244 m 1\n -27 244 l 1\n -27 201 l 1\n -240 201 l 1\n -240 244 l 1\nEndSplineSet\nEndChar\nStartChar: uni0336\nEncoding: 822 822 464\nWidth: 0\nFlags: HW\nHStem: 201 43<-406 24>\nVStem: -407 432<202 243>\nFore\n-407 244 m 1\n 25 244 l 1\n 25 201 l 1\n -407 201 l 1\n -407 244 l 1\nEndSplineSet\nEndChar\nStartChar: uni0337\nEncoding: 823 823 465\nWidth: 0\nFlags: W\nDStem: 32 336 39 297 -422 148 -415 109\nFore\n-422 148 m 1\n 32 336 l 1\n 39 297 l 1\n -415 109 l 1\n -422 148 l 1\nEndSplineSet\nEndChar\nStartChar: uni0338\nEncoding: 824 824 466\nWidth: 0\nFlags: W\nDStem: -1 395 21 364 -403 81 -380 50\nFore\n-403 81 m 1\n -1 395 l 1\n 21 364 l 1\n -380 50 l 1\n -403 81 l 1\nEndSplineSet\nEndChar\nStartChar: uni0339\nEncoding: 825 825 467\nWidth: 0\nFlags: HW\nHStem: -331 34<-278 -264> -166 34<-233 -221>\nVStem: -182.898 34.9283<-217 -205>\nFore\n-271 -143 m 1\n -256 -136 -239 -132 -223 -132 c 0\n -167 -132 -136 -178 -151 -232 c 128\n -166 -286 -221 -331 -278 -331 c 0\n -294 -331 -309 -327 -320 -320 c 1\n -296 -290 l 1\n -289 -294 -278 -297 -267 -297 c 0\n -222 -297 -192 -256 -185 -231 c 0\n -178 -207 -187 -166 -232 -166 c 0\n -243 -166 -253 -168 -263 -173 c 1\n -271 -143 l 1\nEndSplineSet\nEndChar\nStartChar: uni033A\nEncoding: 826 826 468\nWidth: 0\nFlags: W\nHStem: -285 54<-333 -91>\nDStem: -354 -113 -300 -113 -387 -231 -333 -231 -97 -113 -43 -113 -130 -231 -76 -231\nFore\n-130 -231 m 1\n -97 -113 l 1\n -43 -113 l 1\n -76 -231 l 1\n -91 -285 l 1\n -402 -285 l 1\n -387 -231 l 1\n -354 -113 l 1\n -300 -113 l 1\n -333 -231 l 1\n -130 -231 l 1\nEndSplineSet\nEndChar\nStartChar: uni033B\nEncoding: 827 827 469\nWidth: 0\nFlags: HW\nHStem: -438 55<-350 -198> -231 54<-309 -157>\nDStem: -15 -177 246 -177 -87 -438 174 -438 -15 -177 24 -231 -87 -438 -18 -383 -15 -177 246 -177 -87 -438 174 -438 177 -231 246 -177 135 -383 174 -438\nFore\n-198 -383 m 1\n -156 -231 l 1\n -309 -231 l 1\n -351 -383 l 1\n -198 -383 l 1\n-348 -177 m 1\n -87 -177 l 1\n -159 -438 l 1\n -420 -438 l 1\n -348 -177 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni033C\nEncoding: 828 828 470\nWidth: 0\nFlags: HW\nFore\n-263 -342 m 0\n -275 -342 -274 -331 -273 -324 c 0\n -268 -290 -254 -235 -310 -229 c 0\n -328 -227 -355 -231 -374 -237 c 0\n -392 -243 -385 -225 -379 -222 c 1\n -339 -178 -304 -164 -280 -165 c 0\n -255 -166 -235 -191 -236 -249 c 1\n -204 -191 -167 -166 -142 -165 c 0\n -116 -164 -82 -175 -78 -222 c 0\n -77 -228 -75 -243 -91 -237 c 0\n -106 -231 -131 -228 -151 -229 c 0\n -208 -231 -222 -291 -240 -324 c 0\n -244 -331 -248 -342 -263 -342 c 0\nEndSplineSet\nEndChar\nStartChar: uni033D\nEncoding: 829 829 471\nWidth: 0\nFlags: HW\nDStem: 243 703 291 742 301 622 350 660 301 622 329 583 198 542 230 506 329 583 377 622 384 506 436 543 455 742 480 702 350 660 377 622\nFore\n-135 542 m 1\n -32 622 l 1\n -90 703 l 1\n -42 742 l 1\n 17 660 l 1\n 122 742 l 1\n 147 702 l 1\n 44 622 l 1\n 103 543 l 1\n 51 506 l 1\n -4 583 l 1\n -103 506 l 1\n -135 542 l 1\nEndSplineSet\nEndChar\nStartChar: uni033E\nEncoding: 830 830 472\nWidth: 0\nFlags: HW\nFore\n-24 609 m 0\n -39 627 -46 641 -40 663 c 0\n -29 702 5 724 90 749 c 1\n 94 733 l 1\n 43 713 31 696 26 678 c 128\n 21 660 26 649 35 637 c 0\n 50 616 57 602 51 580 c 0\n 40 541 -14 519 -79 494 c 1\n -84 510 l 1\n -32 530 -20 547 -15 565 c 128\n -10 583 -13 596 -24 609 c 0\nEndSplineSet\nEndChar\nStartChar: uni033F\nEncoding: 831 831 473\nWidth: 0\nFlags: HW\nHStem: 547 54<-321 140> 655 54<-291 170>\nFore\n-322 601 m 1\n 141 601 l 1\n 141 547 l 1\n -322 547 l 1\n -322 601 l 1\n-292 709 m 1\n 171 709 l 1\n 171 655 l 1\n -292 655 l 1\n -292 709 l 1\nEndSplineSet\nEndChar\nStartChar: uni0360\nEncoding: 864 864 474\nWidth: 0\nFlags: HW\nHStem: 636 68<150 214>\nFore\n533 510 m 1\n 515 503 l 1\n 474 561 418 636 171 636 c 0\n 71 636 -142 636 -285 503 c 1\n -298 512 l 1\n -233 580 -58 704 183 704 c 0\n 351 704 477 631 533 510 c 1\nEndSplineSet\nEndChar\nStartChar: uni0361\nEncoding: 865 865 475\nWidth: 0\nFlags: HW\nFore\n176 622 m 0\n 242 601 324 578 386 584 c 0\n 449 590 544 632 595 687 c 1\n 612 682 l 1\n 566 619 483 534 376 523 c 128\n 269 512 217 540 136 563 c 0\n 64 583 -16 610 -77 604 c 0\n -140 598 -236 556 -286 501 c 1\n -304 506 l 1\n -257 569 -175 654 -68 665 c 128\n 39 676 91 648 176 622 c 0\nEndSplineSet\nEndChar\nStartChar: uni0374\nEncoding: 884 884 476\nWidth: 199\nFlags: W\nFore\n48 557 m 1\n 31 567 l 1\n 57 610 144 780 193 780 c 0\n 212 780 229 767 229 747 c 0\n 229 712 81 587 48 557 c 1\nEndSplineSet\nEndChar\nStartChar: uni0375\nEncoding: 885 885 477\nWidth: 199\nFlags: W\nFore\n198 -10 m 1\n 172 -53 84 -223 35 -223 c 0\n 16 -223 0 -210 0 -190 c 0\n 0 -155 148 -30 181 0 c 1\n 198 -10 l 1\nEndSplineSet\nEndChar\nStartChar: uni037A\nEncoding: 890 890 478\nWidth: 332\nFlags: W\nFore\n177 -165 m 5\n 163 -223 121 -253 62 -253 c 4\n 29 -253 4 -242 4 -205 c 4\n 4 -163 22 -116 32 -75 c 5\n 108 -75 l 5\n 99 -112 81 -157 81 -196 c 4\n 81 -208 87 -216 100 -216 c 4\n 128 -216 146 -189 152 -165 c 5\n 177 -165 l 5\nEndSplineSet\nEndChar\nStartChar: uni037E\nEncoding: 894 894 479\nWidth: 333\nFlags: W\nHStem: 330 111<203 207>\nVStem: 57 108.995<30 54> 150 111<373.714 386>\nRef: 59 59 N 1 0 0 1 0 0\nEndChar\nStartChar: tonos\nEncoding: 900 900 479\nWidth: 186\nFlags: W\nFore\n163 547 m 1\n 146 547 l 1\n 150 593 138 743 204 743 c 0\n 218 743 230 733 230 719 c 0\n 230 690 177 580 163 547 c 1\nEndSplineSet\nEndChar\nStartChar: dieresistonos\nEncoding: 901 901 480\nWidth: 332\nFlags: W\nVStem: 95 100<593 617> 290 100<593 617>\nFore\n328 557 m 0\n 307 557 290 571 290 593 c 0\n 290 624 321 653 352 653 c 0\n 373 653 390 639 390 617 c 0\n 390 586 359 557 328 557 c 0\n241 557 m 1\n 224 557 l 1\n 227 603 216 753 282 753 c 0\n 296 753 308 743 308 729 c 0\n 308 700 255 590 241 557 c 1\n133 557 m 0\n 112 557 95 571 95 593 c 0\n 95 624 126 653 157 653 c 0\n 178 653 195 639 195 617 c 0\n 195 586 164 557 133 557 c 0\nEndSplineSet\nEndChar\nStartChar: Alphatonos\nEncoding: 902 902 481\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 648 20<418 444>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 54.1366 -90\nEndChar\nStartChar: anoteleia\nEncoding: 903 903 482\nWidth: 250\nFlags: W\nFore\n184 411 m 0\n 184 378 158 352 125 352 c 128\n 92 352 66 378 66 411 c 128\n 66 444 92 470 125 470 c 128\n 158 470 184 444 184 411 c 0\nEndSplineSet\nEndChar\nStartChar: Epsilontonos\nEncoding: 904 904 483\nWidth: 611\nFlags: W\nHStem: 0 33<212 294> 620 33<340 486> 637 16<127 142.5>\nDStem: 193 532 309 594 70 90 243 361\nRef: 917 917 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -149.378 -90\nEndChar\nStartChar: Etatonos\nEncoding: 905 905 484\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 637 16<160 175 420 433 550 560>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -116.378 -90\nEndChar\nStartChar: Iotatonos\nEncoding: 906 906 485\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 637 16<137 147>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -139.378 -90\nEndChar\nStartChar: Omicrontonos\nEncoding: 908 908 486\nWidth: 682\nFlags: W\nHStem: -18 33<267 291> 633 33<449 467>\nVStem: 50 105<180 227> 584 105<422 472>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -108.238 -90\nEndChar\nStartChar: Upsilontonos\nEncoding: 910 910 487\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 631 41<203 219 590 625>\nVStem: 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -156.662 -60\nEndChar\nStartChar: Omegatonos\nEncoding: 911 911 488\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 641 36<489 512>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 -115.396 -60\nEndChar\nStartChar: iotadieresistonos\nEncoding: 912 912 489\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20G<93 177> 557 96<64.9489 83 261.949 275>\nVStem: 0 81<53 60> 27 96<597 615> 224 96<597 615>\nFore\n320 605 m 0\n 320 578 299 557 272 557 c 128\n 245 557 224 578 224 605 c 128\n 224 632 245 653 272 653 c 128\n 299 653 320 632 320 605 c 0\n170 557 m 1\n 153 557 l 1\n 156 603 145 753 211 753 c 0\n 225 753 237 743 237 729 c 0\n 237 700 184 590 170 557 c 1\n123 605 m 0\n 123 578 102 557 75 557 c 128\n 48 557 27 578 27 605 c 128\n 27 632 48 653 75 653 c 128\n 102 653 123 632 123 605 c 0\n223 145 m 1\n 203 61 183 -10 81 -10 c 0\n 34 -10 0 7 0 58 c 0\n 0 74 3 90 7 106 c 2\n 93 451 l 1\n 177 451 l 1\n 165 403 81 85 81 58 c 0\n 81 38 95 26 115 26 c 0\n 176 26 188 100 199 145 c 1\n 223 145 l 1\nEndSplineSet\nEndChar\nStartChar: Alpha\nEncoding: 913 913 490\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 648 20G<418 444>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nFore\n614 0 m 1\n 368 0 l 1\n 368 16 l 1\n 404 19 446 20 446 66 c 0\n 446 119 432 174 424 226 c 1\n 204 226 l 1\n 187 192 127 96 127 51 c 0\n 127 17 160 18 186 16 c 1\n 186 0 l 1\n -1 0 l 1\n -1 16 l 1\n 62 31 98 117 128 168 c 2\n 418 668 l 1\n 444 668 l 1\n 538 102 l 2\n 548 42 549 21 614 16 c 1\n 614 0 l 1\n419 262 m 1\n 375 521 l 1\n 374 521 l 1\n 225 262 l 1\n 419 262 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: Beta\nEncoding: 914 914 491\nWidth: 581\nFlags: W\nHStem: 0 30<205 240> 623 30<349 383> 637 16<120 135.5>\nVStem: 421 108<191 210> 477 101<502 521>\nDStem: 186 532 303 595 63 90 238 363\nFore\n578 504 m 0\n 578 407 487 368 406 352 c 1\n 406 350 l 1\n 478 319 529 286 529 199 c 0\n 529 58 385 0 264 0 c 2\n -18 0 l 1\n -18 16 l 1\n 37 25 48 35 63 90 c 2\n 186 532 l 1\n 192 552 197 573 197 594 c 0\n 197 636 151 635 120 637 c 1\n 120 653 l 1\n 378 653 l 2\n 477 653 578 621 578 504 c 0\n477 519 m 0\n 477 591 435 623 365 623 c 0\n 338 623 311 624 303 595 c 2\n 238 363 l 1\n 270 362 l 2\n 379 360 477 390 477 519 c 0\n421 208 m 0\n 421 332 320 330 228 331 c 1\n 217 285 161 103 161 75 c 0\n 161 38 192 30 223 30 c 0\n 339 30 421 86 421 208 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Gamma\nEncoding: 915 915 492\nWidth: 611\nFlags: W\nHStem: 0 16<244 253> 620 33<360 506> 637 16<147 162.5>\nDStem: 213 532 329 594 90 90 196 120\nFore\n644 653 m 1\n 613 500 l 1\n 592 502 l 1\n 593 516 594 529 594 543 c 0\n 594 635 474 620 409 620 c 0\n 381 620 338 627 329 594 c 2\n 196 120 l 2\n 190 99 185 78 185 56 c 0\n 185 19 226 19 253 16 c 1\n 253 0 l 1\n 9 0 l 1\n 9 16 l 1\n 64 26 74 34 90 90 c 1\n 213 532 l 2\n 218 550 224 574 224 593 c 0\n 224 635 178 635 147 637 c 1\n 147 653 l 1\n 644 653 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni0394\nEncoding: 916 916 493\nWidth: 660\nFlags: W\nHStem: 0 34<61 501> 646 20G<467 476>\nDStem: 401 505 476 666 501 34 617 0 467 666 401 505 -5 0 61 34\nFore\n617 0 m 1\n -5 0 l 1\n 467 666 l 1\n 476 666 l 1\n 617 0 l 1\n501 34 m 1\n 401 505 l 1\n 61 34 l 1\n 501 34 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Epsilon\nEncoding: 917 917 494\nWidth: 611\nFlags: W\nHStem: 0 33<212 294> 620 33<340 486> 637 16<127 142.5>\nDStem: 193 532 309 594 70 90 243 361\nFore\n624 653 m 1\n 593 500 l 1\n 572 502 l 1\n 573 516 574 529 574 543 c 0\n 574 635 454 620 389 620 c 0\n 361 620 318 627 309 594 c 1\n 243 361 l 1\n 298 362 397 350 432 403 c 0\n 443 420 452 439 460 458 c 1\n 478 454 l 1\n 410 222 l 1\n 390 227 l 1\n 394 242 397 258 397 274 c 0\n 397 285 398 299 391 309 c 1\n 374 329 258 327 234 328 c 1\n 225 295 166 99 166 67 c 128\n 166 35 212 33 235 33 c 0\n 387 33 453 45 542 170 c 1\n 558 162 l 1\n 496 0 l 1\n -11 0 l 1\n -11 16 l 1\n 44 26 54 34 70 90 c 1\n 193 532 l 2\n 198 550 204 574 204 593 c 0\n 204 635 158 635 127 637 c 1\n 127 653 l 1\n 624 653 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: Zeta\nEncoding: 918 918 495\nWidth: 606\nFlags: W\nHStem: 0 36<123 331> 617 36<265 473>\nDStem: 473 617 606 639 -6 14 123 36\nFore\n606 639 m 1\n 123 36 l 1\n 284 36 l 2\n 417 36 475 47 534 171 c 1\n 553 168 l 1\n 499 0 l 1\n -6 0 l 1\n -6 14 l 1\n 473 617 l 1\n 302 617 l 2\n 189 617 142 603 93 502 c 1\n 74 507 l 1\n 120 653 l 1\n 606 653 l 1\n 606 639 l 1\nEndSplineSet\nEndChar\nStartChar: Eta\nEncoding: 919 919 496\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 637 16<160 175 420 433 550 560>\nDStem: 226 532 332 563 103 90 278 368\nFore\n797 637 m 1\n 741 627 731 620 715 563 c 0\n 697 496 579 99 579 58 c 0\n 579 18 629 19 658 16 c 1\n 658 0 l 1\n 385 0 l 1\n 385 16 l 1\n 440 23 470 31 486 90 c 2\n 551 326 l 1\n 266 326 l 1\n 252 273 196 102 196 58 c 0\n 196 21 241 20 268 16 c 1\n 268 0 l 1\n 22 0 l 1\n 22 16 l 1\n 77 26 87 34 103 90 c 1\n 226 532 l 1\n 232 552 237 573 237 594 c 0\n 237 635 190 635 160 637 c 1\n 160 653 l 1\n 433 653 l 1\n 433 637 l 1\n 381 633 347 618 332 563 c 2\n 278 368 l 1\n 563 368 l 1\n 578 422 620 532 620 594 c 0\n 620 633 580 634 550 637 c 1\n 550 653 l 1\n 797 653 l 1\n 797 637 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: Theta\nEncoding: 920 920 497\nWidth: 672\nFlags: W\nHStem: -18 33<257 281> 293 71<292 424> 633 33<438 463>\nVStem: 40 105<180 227> 574 105<422 472>\nFore\n679 423 m 0\n 679 213 475 -18 259 -18 c 0\n 118 -18 40 94 40 227 c 0\n 40 422 244 666 447 666 c 0\n 592 666 679 565 679 423 c 0\n574 472 m 0\n 574 559 541 633 443 633 c 0\n 257 633 145 335 145 181 c 0\n 145 97 177 15 275 15 c 0\n 462 15 574 317 574 472 c 0\n526 426 m 1\n 478 233 l 1\n 461 233 l 1\n 463 240 465 248 465 256 c 0\n 465 276 441 293 422 293 c 2\n 276 293 l 2\n 249 293 218 258 212 233 c 1\n 196 233 l 1\n 244 426 l 1\n 261 426 l 1\n 260 422 259 417 259 413 c 0\n 259 393 270 364 294 364 c 2\n 440 364 l 2\n 474 364 504 393 509 426 c 1\n 526 426 l 1\nEndSplineSet\nEndChar\nStartChar: Iota\nEncoding: 921 921 498\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 637 16<137 147>\nDStem: 196 532 302 563 73 90 179 120\nFore\n384 637 m 1\n 328 627 318 620 302 563 c 2\n 179 120 l 2\n 173 99 168 78 168 56 c 0\n 168 19 209 19 236 16 c 1\n 236 0 l 1\n -8 0 l 1\n -8 16 l 1\n 47 26 57 34 73 90 c 1\n 196 532 l 1\n 202 552 207 573 207 594 c 0\n 207 633 167 634 137 637 c 1\n 137 653 l 1\n 384 653 l 1\n 384 637 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Kappa\nEncoding: 922 922 499\nWidth: 667\nFlags: W\nHStem: 0 16<236.25 245 333 342.5 598.667 608> 637 16<136 151 398.6 409 490 499>\nDStem: 202 532 308 563 79 90 257 375\nFore\n712 637 m 1\n 685 633 659 617 637 601 c 2\n 337 375 l 1\n 511 72 l 2\n 540 22 552 22 608 16 c 1\n 608 0 l 1\n 333 0 l 1\n 333 16 l 1\n 352 18 408 17 408 46 c 0\n 408 98 263 324 255 338 c 1\n 247 339 l 1\n 237 302 173 102 173 62 c 0\n 173 17 210 20 245 16 c 1\n 245 0 l 1\n -3 0 l 1\n -3 16 l 1\n 55 26 63 32 79 90 c 2\n 202 532 l 1\n 208 552 213 573 213 594 c 0\n 213 635 166 635 136 637 c 1\n 136 653 l 1\n 409 653 l 1\n 409 637 l 1\n 357 632 323 618 308 563 c 2\n 257 375 l 1\n 263 374 l 1\n 269 378 551 562 551 612 c 0\n 551 638 508 635 490 637 c 1\n 490 653 l 1\n 712 653 l 1\n 712 637 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: Lambda\nEncoding: 923 923 500\nWidth: 641\nFlags: W\nHStem: 0 16<163 176 358 370 591 604> 648 20G<408 434>\nDStem: 365 521 434 668 434 95 528 102 408 668 364 521 118 168 137 113\nFore\n604 0 m 1\n 358 0 l 1\n 358 16 l 1\n 394 19 436 20 436 66 c 0\n 436 76 436 85 434 95 c 1\n 365 521 l 1\n 364 521 l 1\n 137 113 l 2\n 126 93 117 75 117 51 c 0\n 117 17 150 18 176 16 c 1\n 176 0 l 1\n -11 0 l 1\n -11 16 l 1\n 52 31 88 117 118 168 c 2\n 408 668 l 1\n 434 668 l 1\n 528 102 l 2\n 538 42 539 21 604 16 c 1\n 604 0 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: Mu\nEncoding: 924 924 501\nWidth: 833\nFlags: W\nHStem: 0 16<164.5 180 461 472.4 722.667 734> 637 16<134.031 153.381>\nDStem: 186 518 233 536 80 146 118 113 237 536 315 653 297 0 370 164 689 553 791 563 562 91 668 120 706 653 686 553 373 164 314 0\nFore\n873 637 m 1\n 815 627 807 621 791 563 c 2\n 668 120 l 1\n 663 100 657 80 657 60 c 0\n 657 15 700 19 734 16 c 1\n 734 0 l 1\n 461 0 l 1\n 461 16 l 1\n 518 21 546 34 562 91 c 1\n 689 553 l 1\n 686 553 l 1\n 314 0 l 1\n 297 0 l 1\n 237 536 l 1\n 233 536 l 1\n 118 113 l 2\n 114 98 109 79 109 63 c 0\n 109 23 149 18 180 16 c 1\n 180 0 l 1\n -18 0 l 1\n -18 16 l 1\n 53 27 62 84 80 146 c 1\n 186 518 l 2\n 190 532 208 587 208 598 c 0\n 208 632 159 637 134 637 c 1\n 134 653 l 1\n 315 653 l 1\n 370 164 l 1\n 373 164 l 1\n 706 653 l 1\n 873 653 l 1\n 873 637 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Nu\nEncoding: 925 925 502\nWidth: 657\nFlags: W\nHStem: -15 21G<461 479> 0 16<-20 -12.9091 163 178> 637 16<116 130.333 528 541.333>\nDStem: 202 581 229 529 83 164 117 113 233 529 277 653 461 -15 483 158 587 534 623 488 486 158 479 -15\nFore\n727 637 m 1\n 645 620 644 561 623 488 c 2\n 479 -15 l 1\n 461 -15 l 1\n 233 529 l 1\n 229 529 l 1\n 117 113 l 1\n 113 96 108 78 108 61 c 0\n 108 22 148 18 178 16 c 1\n 178 0 l 1\n -20 0 l 1\n -20 16 l 1\n 58 27 64 97 83 164 c 2\n 202 581 l 1\n 184 621 159 634 116 637 c 1\n 116 653 l 1\n 277 653 l 1\n 483 158 l 1\n 486 158 l 1\n 587 534 l 1\n 591 550 598 567 598 584 c 0\n 598 631 568 634 528 637 c 1\n 528 653 l 1\n 727 653 l 1\n 727 637 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: Xi\nEncoding: 926 926 503\nWidth: 678\nFlags: W\nHStem: 0 84<122 469> 284 88<268.287 428> 414 20G<222 236 517 531> 569 84<231 572>\nFore\n684 653 m 1\n 640 478 l 1\n 626 478 l 1\n 629 491 632 503 632 516 c 0\n 632 558 601 569 564 569 c 2\n 251 569 l 2\n 181 569 167 537 145 478 c 1\n 130 478 l 1\n 174 653 l 1\n 684 653 l 1\n531 434 m 1\n 477 218 l 1\n 463 218 l 1\n 465 226 467 234 467 242 c 0\n 467 270 448 284 421 284 c 2\n 258 284 l 2\n 219 284 189 255 182 218 c 1\n 168 218 l 1\n 222 434 l 1\n 236 434 l 1\n 236 432 l 2\n 236 426 233 419 233 412 c 0\n 233 385 255 372 280 372 c 2\n 443 372 l 2\n 474 372 517 400 517 434 c 1\n 531 434 l 1\n565 175 m 1\n 521 0 l 1\n 11 0 l 1\n 55 175 l 1\n 70 175 l 1\n 67 163 65 151 65 139 c 0\n 65 96 95 84 133 84 c 2\n 456 84 l 2\n 507 84 542 129 551 175 c 1\n 565 175 l 1\nEndSplineSet\nMinimumDistance: x9,-1 x9,23 y22,9 y22,23 \nEndChar\nStartChar: Omicron\nEncoding: 927 927 504\nWidth: 682\nFlags: W\nHStem: -18 33<267 291> 633 33<449 467>\nVStem: 50 105<180 227> 584 105<422 472>\nFore\n689 423 m 0\n 689 213 485 -18 269 -18 c 0\n 128 -18 50 94 50 227 c 0\n 50 422 254 666 457 666 c 0\n 602 666 689 565 689 423 c 0\n584 472 m 0\n 584 559 551 633 453 633 c 0\n 267 633 155 335 155 181 c 0\n 155 97 187 15 285 15 c 0\n 472 15 584 317 584 472 c 0\nEndSplineSet\nEndChar\nStartChar: Pi\nEncoding: 928 928 505\nWidth: 749\nFlags: W\nHStem: 0 16<365 372.857 628.333 638> 623 30<401 547> 637 16<140 155>\nFore\n777 637 m 1\n 721 627 711 620 695 563 c 0\n 677 496 559 99 559 58 c 0\n 559 18 609 19 638 16 c 1\n 638 0 l 1\n 365 0 l 1\n 365 16 l 1\n 420 23 450 31 466 90 c 1\n 585 518 l 1\n 591 538 596 559 596 580 c 0\n 596 623 560 623 526 623 c 2\n 409 623 l 2\n 357 623 322 601 308 549 c 0\n 290 483 176 99 176 58 c 0\n 176 21 221 20 248 16 c 1\n 248 0 l 1\n 2 0 l 1\n 2 16 l 1\n 57 26 67 34 83 90 c 1\n 206 532 l 1\n 212 552 217 573 217 594 c 0\n 217 635 170 635 140 637 c 1\n 140 653 l 1\n 777 653 l 1\n 777 637 l 1\nEndSplineSet\nEndChar\nStartChar: Rho\nEncoding: 929 929 506\nWidth: 611\nFlags: W\nHStem: 0 16<237 245> 623 30<349 385> 637 16<146 156.333>\nVStem: 502 103<495 517>\nDStem: 200 515 322 595 82 90 251 347\nFore\n605 501 m 0\n 605 363 467 305 348 305 c 0\n 312 305 277 305 242 313 c 1\n 226 256 177 115 177 59 c 0\n 177 18 213 20 245 16 c 1\n 245 0 l 1\n 0 0 l 1\n 0 16 l 1\n 57 25 66 32 82 90 c 2\n 200 515 l 2\n 205 534 217 574 217 592 c 0\n 217 633 177 634 146 637 c 1\n 146 653 l 1\n 399 653 l 2\n 499 653 605 621 605 501 c 0\n502 507 m 0\n 502 601 448 623 362 623 c 0\n 341 623 328 616 322 595 c 2\n 251 347 l 1\n 266 345 281 342 296 342 c 0\n 414 342 502 368 502 507 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: Sigma\nEncoding: 931 931 507\nWidth: 657\nFlags: W\nHStem: 0 86<149 471> 623 30<325 503>\nDStem: 398 328 490 350 -26 0 149 86\nFore\n688 653 m 1\n 657 478 l 1\n 640 478 l 1\n 641 485 641 492 641 498 c 0\n 641 579 573 623 498 623 c 2\n 330 623 l 2\n 320 623 293 618 293 604 c 0\n 293 586 464 381 490 350 c 1\n 149 86 l 1\n 462 86 l 2\n 512 86 555 128 563 177 c 1\n 582 177 l 1\n 538 0 l 1\n -26 0 l 1\n 398 328 l 1\n 139 653 l 1\n 688 653 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: Tau\nEncoding: 932 932 508\nWidth: 596\nFlags: W\nHStem: 0 16<75 86 351.667 365> 618 35<260 325 426.062 509.277>\nDStem: 325 618 426 618 181 90 287 120\nFore\n643 653 m 1\n 599 490 l 1\n 582 492 l 1\n 584 505 585 518 585 531 c 0\n 585 632 499 618 426 618 c 1\n 287 120 l 2\n 282 102 275 82 275 63 c 0\n 275 11 325 19 365 16 c 1\n 365 0 l 1\n 75 0 l 1\n 75 16 l 1\n 130 21 165 30 181 90 c 1\n 325 618 l 1\n 199 618 146 619 87 495 c 1\n 69 499 l 1\n 111 653 l 1\n 643 653 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: Upsilon\nEncoding: 933 933 509\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 631 41<203 219 590 625>\nVStem: 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nFore\n607 488 m 0\n 585 488 571 508 571 529 c 0\n 571 570 625 590 625 609 c 128\n 625 628 605 631 590 631 c 0\n 490 631 406 372 386 299 c 0\n 370 239 326 121 326 56 c 0\n 326 19 367 19 394 16 c 1\n 394 0 l 1\n 150 0 l 1\n 150 16 l 1\n 205 26 216 34 231 90 c 2\n 286 291 l 2\n 301 347 312 405 312 463 c 0\n 312 519 292 631 217 631 c 0\n 199 631 169 625 169 602 c 0\n 169 587 190 575 190 550 c 0\n 190 521 156 488 128 488 c 0\n 94 488 82 517 82 547 c 0\n 82 606 141 672 202 672 c 0\n 328 672 365 526 366 425 c 1\n 420 518 500 672 625 672 c 0\n 667 672 696 635 696 595 c 0\n 696 550 655 488 607 488 c 0\nEndSplineSet\nEndChar\nStartChar: Phi\nEncoding: 934 934 510\nWidth: 722\nFlags: W\nHStem: 0 16<405 414> 0 141<256 265> 529 31<347 372 479 484> 529 124<471.063 490.099> 637 16<315 325>\nVStem: 19 103<267 289> 619 107<383 401>\nDStem: 373 529 471 529 265 141 363 141\nFore\n355 113 m 1\n 350 94 346 75 346 56 c 0\n 346 19 387 19 414 16 c 1\n 414 0 l 1\n 170 0 l 1\n 170 16 l 1\n 239 28 240 47 257 112 c 1\n 148 112 19 153 19 283 c 0\n 19 469 214 574 381 559 c 1\n 383 570 385 582 385 594 c 0\n 385 633 345 634 315 637 c 1\n 315 653 l 1\n 562 653 l 1\n 562 637 l 1\n 505 627 495 618 479 560 c 1\n 583 560 726 524 726 395 c 0\n 726 215 520 92 355 113 c 1\n619 398 m 0\n 619 486 553 528 471 529 c 1\n 363 141 l 1\n 507 141 619 252 619 398 c 0\n373 529 m 1\n 218 529 122 422 122 269 c 0\n 122 178 180 142 265 141 c 1\n 373 529 l 1\nEndSplineSet\nEndChar\nStartChar: Chi\nEncoding: 935 935 511\nWidth: 611\nFlags: W\nHStem: 0 16<162 185 294 309.5 559 567> 637 16<76 93 330.333 340 447 459>\nFore\n655 637 m 1\n 601 619 567 585 530 542 c 2\n 361 348 l 1\n 463 90 l 2\n 488 27 503 24 567 16 c 1\n 567 0 l 1\n 294 0 l 1\n 294 16 l 1\n 325 18 370 14 370 56 c 0\n 370 106 310 224 292 269 c 1\n 141 97 l 2\n 130 84 120 68 120 51 c 0\n 120 16 160 16 185 16 c 1\n 185 0 l 1\n -29 0 l 1\n -29 16 l 1\n 0 22 16 32 39 50 c 0\n 99 96 223 254 274 313 c 1\n 168 576 l 2\n 148 625 127 634 76 637 c 1\n 76 653 l 1\n 340 653 l 1\n 340 637 l 1\n 311 634 269 631 269 593 c 0\n 269 561 333 417 343 393 c 1\n 369 422 508 564 508 601 c 0\n 508 633 471 635 447 637 c 1\n 447 653 l 1\n 655 653 l 1\n 655 637 l 1\nEndSplineSet\nEndChar\nStartChar: Psi\nEncoding: 936 936 512\nWidth: 863\nFlags: W\nHStem: 0 16<489 498> 637 16<399 409>\nVStem: 127 89<331 353> 171 84<559 581>\nDStem: 458 532 564 563 374 229 471 229\nFore\n944 649 m 1\n 941 637 l 1\n 927 635 912 635 898 631 c 128\n 884 627 876 618 868 607 c 0\n 844 574 831 526 821 487 c 0\n 782 332 762 259 595 211 c 0\n 553 199 505 195 461 193 c 1\n 449 150 430 101 430 56 c 0\n 430 19 471 19 498 16 c 1\n 498 0 l 1\n 254 0 l 1\n 254 16 l 1\n 309 26 319 34 335 90 c 2\n 364 193 l 1\n 266 199 127 220 127 346 c 0\n 127 426 171 499 171 578 c 0\n 171 632 153 630 109 637 c 1\n 112 649 l 1\n 134 649 l 2\n 196 649 255 650 255 570 c 128\n 255 490 216 413 216 333 c 0\n 216 232 295 231 374 229 c 1\n 458 532 l 1\n 464 552 469 573 469 594 c 0\n 469 633 429 634 399 637 c 1\n 399 653 l 1\n 646 653 l 1\n 646 637 l 1\n 590 627 580 620 564 563 c 2\n 471 229 l 1\n 503 230 541 229 572 238 c 0\n 767 293 679 593 841 641 c 0\n 867 649 895 649 922 649 c 2\n 944 649 l 1\nEndSplineSet\nMinimumDistance: x28,-1 \nEndChar\nStartChar: uni03A9\nEncoding: 937 937 513\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 641 36<489 512>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nFore\n14 153 m 1\n -22 0 l 1\n 250 0 l 1\n 281 147 l 1\n 237 165 212 196 208 240 c 0\n 203 285 208 334 222 387 c 0\n 243 462 279 523 331 570 c 0\n 383 618 439 641 498 641 c 0\n 553 641 594 618 623 573 c 0\n 651 528 651 465 627 380 c 0\n 592 251 532 174 441 147 c 1\n 387 0 l 1\n 659 0 l 1\n 707 153 l 1\n 683 153 l 1\n 672 117 647 81 586 81 c 2\n 452 81 l 1\n 469 124 l 1\n 604 160 708 258 745 393 c 0\n 768 476 760 543 715 596 c 0\n 671 649 603 677 510 677 c 0\n 415 677 329 649 254 592 c 0\n 180 536 131 468 109 389 c 0\n 89 317 93 257 123 210 c 128\n 153 163 192 134 240 124 c 1\n 229 81 l 1\n 98 81 l 2\n 43 81 28 106 38 153 c 1\n 14 153 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: Iotadieresis\nEncoding: 938 938 514\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 637 16<137 147> 713 96<231 239 375 393>\nVStem: 186 96<751 769> 338 96<751 769>\nDStem: 196 532 302 563 73 90 179 120\nFore\n434 761 m 0\n 434 734 413 713 386 713 c 128\n 359 713 338 734 338 761 c 128\n 338 788 359 809 386 809 c 128\n 413 809 434 788 434 761 c 0\n282 761 m 0\n 282 734 261 713 234 713 c 128\n 207 713 186 734 186 761 c 128\n 186 788 207 809 234 809 c 128\n 261 809 282 788 282 761 c 0\n384 637 m 1\n 328 627 318 620 302 563 c 2\n 179 120 l 2\n 173 99 168 78 168 56 c 0\n 168 19 209 19 236 16 c 1\n 236 0 l 1\n -8 0 l 1\n -8 16 l 1\n 47 26 57 34 73 90 c 1\n 196 532 l 1\n 202 552 207 573 207 594 c 0\n 207 633 167 634 137 637 c 1\n 137 653 l 1\n 384 653 l 1\n 384 637 l 1\nEndSplineSet\nEndChar\nStartChar: Upsilondieresis\nEncoding: 939 939 515\nWidth: 696\nFlags: W\nHStem: 0 16<435 444> 631 41<253 269 640 675> 711 96<387 394 579 585>\nVStem: 132 108<543 553> 362 54<424 463> 534 96<751 769> 621 125<529 595> 675 71<595 609>\nFore\n630 759 m 0\n 630 732 609 711 582 711 c 128\n 555 711 534 732 534 759 c 128\n 534 786 555 807 582 807 c 128\n 609 807 630 786 630 759 c 0\n440 759 m 0\n 440 732 419 711 392 711 c 128\n 365 711 344 732 344 759 c 128\n 344 786 365 807 392 807 c 128\n 419 807 440 786 440 759 c 0\n657 488 m 0\n 635 488 621 508 621 529 c 0\n 621 570 675 590 675 609 c 128\n 675 628 655 631 640 631 c 0\n 540 631 456 372 436 299 c 0\n 420 239 376 121 376 56 c 0\n 376 19 417 19 444 16 c 1\n 444 0 l 1\n 200 0 l 1\n 200 16 l 1\n 255 26 266 34 281 90 c 2\n 336 291 l 2\n 351 347 362 405 362 463 c 0\n 362 519 342 631 267 631 c 0\n 249 631 219 625 219 602 c 0\n 219 587 240 575 240 550 c 0\n 240 521 206 488 178 488 c 0\n 144 488 132 517 132 547 c 0\n 132 606 191 672 252 672 c 0\n 378 672 415 526 416 425 c 1\n 470 518 550 672 675 672 c 0\n 717 672 746 635 746 595 c 0\n 746 550 705 488 657 488 c 0\nEndSplineSet\nEndChar\nStartChar: alphatonos\nEncoding: 940 940 516\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287>\nVStem: 9 87<128 153>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 197.015 -46\nEndChar\nStartChar: epsilontonos\nEncoding: 941 941 517\nWidth: 426\nFlags: W\nHStem: 210 66<259 277> 228 24<181 199> 437 24<245 263>\nVStem: -10 95<90 108> 53 90<310 327>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 115.942 -46\nEndChar\nStartChar: etatonos\nEncoding: 942 942 518\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385>\nVStem: 136 75<383 401> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 123 12\nEndChar\nStartChar: iotatonos\nEncoding: 943 943 518\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177>\nVStem: 0 81<53 60>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 44.8776 -66\nEndChar\nStartChar: upsilondieresistonos\nEncoding: 944 944 519\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 557 96<234.949 248 436 444>\nVStem: 71 81<85 102> 143 77<378 396> 197 96<597 615> 378 100<373 403> 393 96<597 615>\nFore\n489 605 m 0\n 489 578 468 557 441 557 c 128\n 414 557 393 578 393 605 c 128\n 393 632 414 653 441 653 c 128\n 468 653 489 632 489 605 c 0\n338 557 m 1\n 321 557 l 1\n 324 603 313 753 379 753 c 0\n 393 753 405 743 405 729 c 0\n 405 700 352 590 338 557 c 1\n293 605 m 0\n 293 578 272 557 245 557 c 128\n 218 557 197 578 197 605 c 128\n 197 632 218 653 245 653 c 128\n 272 653 293 632 293 605 c 0\n190 -10 m 0\n 119 -10 71 26 71 100 c 0\n 71 188 143 327 143 394 c 0\n 143 410 138 425 119 425 c 0\n 77 425 56 366 48 333 c 1\n 24 333 l 1\n 40 400 72 461 150 461 c 0\n 201 461 220 424 220 378 c 0\n 220 280 152 186 152 87 c 0\n 152 45 175 26 217 26 c 0\n 316 26 395 146 395 236 c 0\n 395 283 378 327 378 373 c 0\n 378 409 393 461 438 461 c 0\n 471 461 478 430 478 403 c 0\n 478 370 470 337 462 305 c 0\n 428 170 356 -10 190 -10 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: alpha\nEncoding: 945 945 520\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20G<465 549> 432 29<268.179 287>\nVStem: 9 87<128 153>\nFore\n549 451 m 1\n 515 370 476 291 433 214 c 0\n 422 194 405 172 398 151 c 0\n 397 147 397 143 397 139 c 0\n 397 117 411 63 439 63 c 0\n 463 63 482 85 488 107 c 1\n 507 107 l 1\n 496 66 473 -10 421 -10 c 0\n 357 -10 368 76 370 118 c 1\n 368 118 l 1\n 325 49 242 -10 158 -10 c 0\n 60 -10 9 61 9 153 c 0\n 9 295 135 461 285 461 c 0\n 382 461 400 369 392 291 c 1\n 394 291 l 1\n 465 451 l 1\n 549 451 l 1\n368 314 m 0\n 368 372 350 432 282 432 c 0\n 166 432 96 224 96 129 c 0\n 96 73 115 19 180 19 c 0\n 299 19 368 216 368 314 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: beta\nEncoding: 946 946 521\nWidth: 534\nFlags: W\nHStem: -8.01172 22.9316<259.18 283> 353.17 62.107<280 295> 369.413 27.71<344 354>\nDStem: 132.423 396.167 229.692 466.875 0.0771484 -201 81.6768 -201\nFore\n508.58 195.512 m 0\n 483.592 82.7607 392.561 -8.01172 273.075 -8.01172 c 0\n 217.704 -8.01172 167.166 22.5645 171.341 80.8496 c 1\n 199.513 80.8496 l 1\n 192.985 42.6299 235.415 14.9199 271.358 14.9199 c 0\n 355.871 14.9199 403.962 126.714 418.362 191.689 c 0\n 432.762 256.663 426.663 369.413 344.093 369.413 c 0\n 319.807 369.413 298.721 353.17 281.235 353.17 c 0\n 259.864 353.17 252.69 364.637 257.35 385.657 c 0\n 261.161 402.856 278.485 415.277 295 415.277 c 0\n 317.342 415.277 333.719 397.123 352.177 397.123 c 0\n 408.52 397.123 444.852 482.163 454.169 524.205 c 0\n 467.51 584.402 448.458 647.466 379.485 647.466 c 0\n 279.429 647.466 246.209 541.404 229.692 466.875 c 2\n 81.6768 -201 l 1\n 0.0771484 -201 l 1\n 132.423 396.167 l 2\n 161.222 526.116 236.999 675.176 396.312 675.176 c 0\n 485.685 675.176 559.273 630.266 537.675 532.805 c 0\n 519.675 451.587 442.57 410.5 367.12 385.657 c 1\n 366.697 383.746 l 1\n 471.349 369.413 533.567 308.261 508.58 195.512 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: gamma\nEncoding: 947 947 521\nWidth: 480\nFlags: W\nHStem: 369 92<98 131>\nVStem: 187 21<88.0614 129>\nFore\n112 -224 m 0\n 87 -224 79 -202 79 -180 c 0\n 79 -91 174 13 185 57 c 0\n 188 69 187 84 187 97 c 0\n 187 154 176 369 98 369 c 0\n 64 369 43 334 36 305 c 1\n 17 305 l 1\n 31 361 59 461 131 461 c 0\n 232 461 208 153 208 88 c 1\n 210 88 l 1\n 264 163 314 241 352 325 c 0\n 364 352 374 381 386 408 c 0\n 399 436 425 461 457 461 c 0\n 477 461 487 447 487 428 c 0\n 487 350 218 92 208 54 c 0\n 191 -9 215 -224 112 -224 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: delta\nEncoding: 948 948 522\nWidth: 534\nFlags: W\nHStem: -10.3604 27.6954<186 205> 377.37 27.695<268 285> 649.545 22.92<316 340>\nVStem: 13 93<132 166> 188 57<548.315 588.425> 381 97<260 283>\nFore\n185 -10.3604 m 0\n 83 -10.3604 13 47.8945 13 147.215 c 0\n 13 280.915 136 405.065 277 405.065 c 0\n 297 405.065 316 402.2 335 397.425 c 1\n 337 399.335 l 1\n 287 437.535 188 475.735 188 548.315 c 0\n 188 618.985 259 672.465 329 672.465 c 0\n 400 672.465 452 621.85 458 555.955 c 1\n 432 555.955 l 1\n 424 607.525 384 649.545 327 649.545 c 0\n 292 649.545 245 625.67 245 588.425 c 0\n 245 520.62 478 465.23 478 281.87 c 0\n 478 132.89 345 -10.3604 185 -10.3604 c 0\n381 269.455 m 0\n 381 330.575 354 377.37 283 377.37 c 0\n 155 377.37 106 241.76 106 139.575 c 0\n 106 77.5 127 17.335 203 17.335 c 0\n 323 17.335 381 173.955 381 269.455 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: epsilon\nEncoding: 949 949 523\nWidth: 426\nFlags: W\nHStem: 210 66<259 277> 228 24<181 199> 437 24<245 263>\nVStem: -10 95<90 108> 53 90<310 327>\nFore\n349 341 m 0\n 290 341 332 437 253 437 c 0\n 188 437 143 372 143 311 c 0\n 143 281 157 252 191 252 c 0\n 228 252 251 276 277 276 c 0\n 292 276 303 267 303 251 c 0\n 303 228 282 210 259 210 c 0\n 235 210 217 228 193 228 c 0\n 128 228 85 163 85 103 c 0\n 85 50 122 26 172 26 c 0\n 243 26 288 63 326 119 c 1\n 348 108 l 1\n 298 26 226 -10 131 -10 c 0\n 68 -10 -10 18 -10 92 c 0\n -10 172 68 230 141 241 c 1\n 142 243 l 1\n 100 247 53 274 53 322 c 0\n 53 417 175 461 254 461 c 0\n 296 461 395 452 395 393 c 0\n 395 367 377 341 349 341 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: zeta\nEncoding: 950 950 524\nWidth: 480\nFlags: W\nHStem: -174.125 63.03<127 144> -10.8203 82.1299<178 196 288 290> 647.175 22.92<267 292>\nVStem: 19.7402 58.8594<101.87 153.44> 114.57 71.94<565 578>\nFore\n352.19 479.095 m 0\n 323.85 479.095 295.51 479.095 267.17 483.87 c 1\n 177.79 417.02 78.5996 258.49 78.5996 153.44 c 0\n 78.5996 49.3447 209.4 71.3096 290.06 71.3096 c 0\n 342.38 71.3096 401.24 65.5801 401.24 7.3252 c 0\n 401.24 -108.23 259.54 -174.125 142.91 -174.125 c 0\n 121.11 -174.125 78.5996 -172.215 78.5996 -146.43 c 0\n 78.5996 -120.645 104.76 -111.095 129.83 -111.095 c 0\n 165.8 -111.095 199.59 -128.285 236.65 -128.285 c 0\n 287.88 -128.285 350.01 -91.9951 350.01 -43.29 c 0\n 350.01 9.23535 217.03 -10.8203 177.79 -10.8203 c 0\n 86.2305 -10.8203 19.7402 10.1904 19.7402 101.87 c 0\n 19.7402 240.345 127.65 396.01 239.92 487.69 c 1\n 191.96 494.375 114.57 523.98 114.57 574.595 c 0\n 114.57 643.355 213.76 670.095 278.07 670.095 c 0\n 291.15 670.095 305.32 669.14 318.4 667.23 c 1\n 311.86 644.31 l 1\n 302.05 646.22 291.15 647.175 281.34 647.175 c 0\n 235.56 647.175 186.51 614.705 186.51 572.685 c 0\n 186.51 537.35 230.11 511.565 266.08 506.79 c 1\n 321.67 544.99 376.17 566.955 447.02 566.955 c 0\n 465.55 566.955 499.34 562.18 499.34 541.17 c 0\n 499.34 494.375 392.52 479.095 352.19 479.095 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: eta\nEncoding: 951 951 525\nWidth: 534\nFlags: W\nHStem: 0 21G<40 125> 425 36<357 385>\nVStem: 136 75<383 401> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nFore\n341 -224 m 1\n 257 -224 l 1\n 394 326 l 1\n 398 341 401 357 401 373 c 0\n 401 402 390 425 357 425 c 0\n 209 425 147 88 125 0 c 1\n 40 0 l 1\n 130 359 l 2\n 133 370 136 382 136 394 c 0\n 136 409 129 420 112 420 c 0\n 74 420 53 350 45 320 c 1\n 21 320 l 1\n 37 383 71 461 147 461 c 0\n 192 461 211 436 211 393 c 0\n 211 360 203 329 196 297 c 1\n 199 297 l 1\n 232 371 295 461 385 461 c 0\n 446 461 482 436 482 372 c 0\n 482 345 476 319 470 293 c 1\n 341 -224 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: theta\nEncoding: 952 952 526\nWidth: 534\nFlags: W\nHStem: -10 24<178 196> 334 24<154 396> 648 24<338 360>\nVStem: 35 77<126 176> 430 77<475 534>\nFore\n187 -10 m 0\n 71 -10 35 74 35 176 c 0\n 35 352 142 672 357 672 c 0\n 473 672 507 574 507 475 c 0\n 507 299 400 -10 187 -10 c 0\n402 358 m 1\n 416 415 430 474 430 534 c 0\n 430 587 417 648 351 648 c 0\n 231 648 177 450 154 358 c 1\n 402 358 l 1\n396 334 m 1\n 148 334 l 1\n 131 267 112 197 112 127 c 0\n 112 73 126 14 192 14 c 0\n 322 14 372 236 396 334 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: iota\nEncoding: 953 953 527\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20G<93 177>\nVStem: 0 81<53 60>\nFore\n223 145 m 1\n 203 61 183 -10 81 -10 c 0\n 34 -10 0 7 0 58 c 0\n 0 74 3 90 7 106 c 2\n 93 451 l 1\n 177 451 l 1\n 165 403 81 85 81 58 c 0\n 81 38 95 26 115 26 c 0\n 176 26 188 100 199 145 c 1\n 223 145 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: kappa\nEncoding: 954 954 528\nWidth: 534\nFlags: W\nHStem: -10 85<338 364> 382 79<128 150>\nFore\n348 262 m 5\n 338 219 319 172 319 127 c 4\n 319 97 331 75 364 75 c 4\n 406 75 429 115 441 150 c 5\n 460 150 l 5\n 444 83 424 -10 338 -10 c 4\n 291 -10 279 26 279 66 c 4\n 279 125 299 183 315 239 c 5\n 258 203 200 167 148 124 c 5\n 128 82 91 -10 35 -10 c 4\n 14 -10 5 5 5 24 c 4\n 5 94 93 157 143 195 c 5\n 154 237 173 287 173 330 c 4\n 173 361 161 382 128 382 c 4\n 85 382 59 342 50 305 c 5\n 31 305 l 5\n 46 366 71 461 150 461 c 4\n 198 461 211 422 211 381 c 4\n 211 326 193 268 177 216 c 5\n 229 255 283 290 338 325 c 5\n 354 366 397 461 449 461 c 4\n 468 461 481 449 481 430 c 4\n 481 368 395 294 348 262 c 5\nEndSplineSet\nEndChar\nStartChar: lambda\nEncoding: 955 955 529\nWidth: 480\nFlags: W\nHStem: -10.2246 75.4443<318 339> -0.674805 21G<-52 35> 602.885 69.715<193 217>\nDStem: 248 450.085 253 333.575 -52 -0.674805 35 -0.674805\nFore\n420 123.475 m 1\n 407 70.9502 390 -10.2246 318 -10.2246 c 0\n 254 -10.2246 256 63.3096 256 106.285 c 1\n 255 333.575 l 1\n 253 333.575 l 1\n 35 -0.674805 l 1\n -52 -0.674805 l 1\n 248 450.085 l 1\n 247 490.195 262 602.885 193 602.885 c 0\n 161 602.885 140 574.235 127 550.36 c 1\n 108 550.36 l 1\n 120 603.84 148 672.6 217 672.6 c 0\n 288 672.6 279 559.91 280 515.025 c 1\n 290 173.135 l 2\n 291 139.71 288 65.2197 339 65.2197 c 0\n 369 65.2197 393 98.6445 400 123.475 c 1\n 420 123.475 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni03BC\nEncoding: 956 956 530\nWidth: 534\nFlags: W\nHStem: -10 36<106 132> 431 20G<93 177 365 450>\nVStem: 280 75<47 65>\nDStem: 93 451 177 451 -61 -170 96 125\nFore\n470 132 m 1\n 454 68 421 -10 343 -10 c 0\n 298 -10 280 16 280 59 c 0\n 280 91 288 123 295 155 c 1\n 292 155 l 1\n 259 83 195 -10 106 -10 c 0\n 45 -10 26 35 24 89 c 1\n 22 89 l 1\n 14 56 11 22 11 -11 c 0\n 11 -55 18 -97 18 -140 c 0\n 18 -180 10 -224 -39 -224 c 0\n -56 -224 -66 -216 -66 -199 c 0\n -66 -189 -63 -179 -61 -170 c 2\n 93 451 l 1\n 177 451 l 1\n 96 125 l 1\n 92 110 90 95 90 79 c 0\n 90 51 100 26 132 26 c 0\n 281 26 343 362 365 451 c 1\n 450 451 l 1\n 361 92 l 2\n 358 80 355 69 355 57 c 0\n 355 41 362 31 378 31 c 0\n 418 31 438 101 446 132 c 1\n 470 132 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: nu\nEncoding: 957 957 531\nWidth: 480\nFlags: W\nHStem: 0 21G<162 190>\nDStem: 121 376 206 394 162 0 236 111\nFore\n190 0 m 1\n 162 0 l 1\n 121 376 l 1\n 119 393 114 407 94 407 c 0\n 63 407 50 355 44 331 c 1\n 20 331 l 1\n 37 399 60 461 142 461 c 0\n 188 461 202 436 206 394 c 1\n 236 111 l 1\n 287 179 350 267 369 350 c 0\n 373 365 373 381 377 396 c 0\n 386 431 405 461 445 461 c 0\n 465 461 483 453 483 430 c 0\n 483 381 235 68 190 0 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: xi\nEncoding: 958 958 532\nWidth: 480\nFlags: W\nHStem: -184 67<94 118> 276 85<318 360> 523 85<361 410> 687 24<232 257>\nVStem: 0 46<108 154> 111 40<390 415>\nFore\n361 523 m 0\n 323 523 276 525 240 539 c 1\n 203 513 151 464 151 415 c 0\n 151 394 161 345 189 345 c 0\n 240 345 299 361 360 361 c 0\n 382 361 437 361 437 330 c 0\n 437 279 354 276 319 276 c 0\n 262 276 214 280 161 304 c 1\n 102 277 46 223 46 154 c 0\n 46 67 178 84 235 84 c 0\n 289 84 375 84 375 9 c 0\n 375 -125 232 -184 118 -184 c 0\n 98 -184 53 -179 53 -151 c 0\n 53 -129 75 -117 95 -117 c 0\n 131 -117 160 -144 197 -144 c 0\n 250 -144 330 -105 330 -44 c 0\n 330 63 0 -83 0 108 c 0\n 0 197 66 281 142 321 c 1\n 125 340 111 363 111 390 c 0\n 111 452 166 511 215 542 c 1\n 177 548 105 579 105 625 c 0\n 105 684 185 711 233 711 c 0\n 256 711 279 708 302 704 c 1\n 293 684 l 1\n 280 685 268 687 255 687 c 0\n 216 687 164 668 164 621 c 0\n 164 583 213 561 245 558 c 1\n 294 587 352 608 410 608 c 0\n 431 608 480 605 480 575 c 0\n 480 525 395 523 361 523 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: omicron\nEncoding: 959 959 533\nWidth: 534\nFlags: W\nHStem: -10 29<185 211> 432 29<287 305>\nVStem: 6 97<149 183> 389 96<277 311>\nFore\n186 -10 m 0\n 81 -10 6 54 6 161 c 0\n 6 314 149 461 303 461 c 0\n 408 461 485 412 485 300 c 0\n 485 141 349 -10 186 -10 c 0\n389 300 m 0\n 389 367 367 432 289 432 c 0\n 158 432 103 273 103 164 c 0\n 103 94 127 19 211 19 c 0\n 338 19 389 199 389 300 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: pi\nEncoding: 960 960 534\nWidth: 587\nFlags: W\nHStem: -10 73<28 38> 378 73<225 294>\nVStem: 285 82<53 71>\nFore\n591 470 m 1\n 565 374 530 378 443 378 c 1\n 428 317 367 109 367 58 c 0\n 367 39 376 26 397 26 c 0\n 444 26 472 109 481 146 c 1\n 505 146 l 1\n 486 72 451 -10 362 -10 c 0\n 314 -10 285 14 285 63 c 0\n 285 122 342 312 359 378 c 1\n 225 378 l 1\n 203 285 147 -10 28 -10 c 0\n -8 -10 -27 6 -27 42 c 0\n -27 69 -19 95 -13 121 c 1\n 11 121 l 1\n 9 114 8 108 8 101 c 0\n 8 83 15 63 36 63 c 0\n 123 63 180 309 196 378 c 1\n 146 378 l 2\n 113 378 85 360 71 330 c 1\n 47 330 l 1\n 89 431 128 451 235 451 c 0\n 333 451 430 444 528 444 c 0\n 546 444 565 452 572 470 c 1\n 591 470 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: rho\nEncoding: 961 961 535\nWidth: 534\nFlags: W\nHStem: -10 29<179 202>\nVStem: -12 31<21 53> 374 96<287 321>\nFore\n180 -10 m 0\n 93 -10 27 47 28 137 c 1\n 26 137 l 1\n 20 109 19 80 19 51 c 0\n 19 -207 271 -28 271 -173 c 0\n 271 -190 267 -207 263 -224 c 1\n 244 -224 l 1\n 245 -219 246 -214 246 -209 c 0\n 246 -137 30 -243 -5 -63 c 0\n -10 -35 -12 -7 -12 22 c 0\n -12 208 80 461 303 461 c 0\n 403 461 470 404 470 302 c 0\n 470 146 341 -10 180 -10 c 0\n374 305 m 0\n 374 364 358 432 286 432 c 0\n 157 432 104 264 104 158 c 0\n 104 94 125 19 202 19 c 0\n 328 19 374 206 374 305 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: sigma1\nEncoding: 962 962 536\nWidth: 426\nFlags: W\nHStem: -187 69<25 56> 372 72<322 374> 378 73<233 257>\nFore\n382 331 m 1\n 360 345 390 372 322 372 c 0\n 293 372 264 378 235 378 c 0\n 124 378 46 279 46 173 c 0\n 46 17 308 151 308 10 c 0\n 308 -122 171 -187 56 -187 c 0\n 35 -187 -16 -186 -16 -155 c 0\n -16 -131 4 -118 26 -118 c 0\n 65 -118 96 -147 135 -147 c 0\n 191 -147 262 -103 262 -41 c 0\n 262 50 8 -72 8 125 c 0\n 8 250 98 451 245 451 c 0\n 288 451 331 444 374 444 c 0\n 396 444 414 333 396 330 c 1\n 382 331 l 1\nEndSplineSet\nEndChar\nStartChar: sigma\nEncoding: 963 963 537\nWidth: 534\nFlags: W\nHStem: -10 29<182 203> 396 53<460 495>\nVStem: 10 91<132 161> 371 90<270 307>\nFore\n566 479 m 1\n 555 441 535 396 489 396 c 0\n 462 396 435 397 409 401 c 1\n 406 399 l 1\n 442 366 461 319 461 271 c 0\n 461 132 324 -10 184 -10 c 0\n 81 -10 10 55 10 159 c 0\n 10 318 149 461 308 461 c 0\n 370 461 431 449 493 449 c 0\n 517 449 544 453 553 479 c 1\n 566 479 l 1\n371 307 m 0\n 371 371 351 432 276 432 c 0\n 147 432 101 234 101 133 c 0\n 101 72 121 19 191 19 c 0\n 329 19 371 197 371 307 c 0\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: tau\nEncoding: 964 964 538\nWidth: 426\nFlags: W\nHStem: -10 36<182 215> 378 73<101 153>\nVStem: 99 84<53 71>\nFore\n441 468 m 1\n 410 367 350 366 258 374 c 1\n 191 103 l 1\n 187 88 183 72 183 57 c 0\n 183 36 194 26 215 26 c 0\n 270 26 292 102 303 145 c 1\n 327 145 l 1\n 308 66 277 -10 182 -10 c 0\n 138 -10 99 16 99 63 c 0\n 99 111 159 317 174 376 c 1\n 150 377 126 378 102 378 c 0\n 66 378 48 365 33 333 c 1\n 14 333 l 1\n 36 408 69 451 153 451 c 0\n 228 451 303 444 378 444 c 0\n 395 444 414 451 422 468 c 1\n 441 468 l 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: upsilon\nEncoding: 965 965 539\nWidth: 534\nFlags: W\nHStem: -10 36<190 217>\nVStem: 71 81<85 102> 143 77<378 396> 378 100<373 403>\nFore\n190 -10 m 0\n 119 -10 71 26 71 100 c 0\n 71 188 143 327 143 394 c 0\n 143 410 138 425 119 425 c 0\n 77 425 56 366 48 333 c 1\n 24 333 l 1\n 40 400 72 461 150 461 c 0\n 201 461 220 424 220 378 c 0\n 220 280 152 186 152 87 c 0\n 152 45 175 26 217 26 c 0\n 316 26 395 146 395 236 c 0\n 395 283 378 327 378 373 c 0\n 378 409 393 461 438 461 c 0\n 471 461 478 430 478 403 c 0\n 478 370 470 337 462 305 c 0\n 428 170 356 -10 190 -10 c 0\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: phi\nEncoding: 966 966 540\nWidth: 640\nFlags: W\nHStem: 432 29<232 247 493 511>\nVStem: 14 85<136 179> 569 30<319 353>\nDStem: 213 -10 297 -10 159 -224 243 -224\nFore\n297 -10 m 5\n 243 -224 l 5\n 159 -224 l 5\n 213 -10 l 5\n 102 -4 14 62 14 179 c 4\n 14 294 104 461 234 461 c 4\n 283 461 315 434 327 388 c 5\n 306 374 l 5\n 295 400 276 432 244 432 c 4\n 143 432 99 215 99 137 c 4\n 99 58 143 24 220 19 c 5\n 254 161 305 461 497 461 c 4\n 570 461 599 411 599 344 c 4\n 599 175 473 -1 297 -10 c 5\n569 338 m 4\n 569 385 554 432 498 432 c 4\n 418 432 387 356 371 290 c 5\n 304 19 l 5\n 461 27 569 190 569 338 c 4\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: chi\nEncoding: 967 967 541\nWidth: 480\nFlags: W\nHStem: -209 78<263 280> 376 85<111 124> 431 20G<390 477>\nDStem: 163 294 194 346 179 177 206 206 179 177 192 71 -99 -200 -10 -200 192 71 220 108 202 -60 232 -25 390 451 477 451 206 206 220 108\nFore\n477 451 m 1\n 220 108 l 1\n 232 -25 l 1\n 235 -54 239 -131 280 -131 c 0\n 319 -131 341 -79 352 -48 c 1\n 369 -48 l 1\n 360 -108 341 -209 263 -209 c 0\n 201 -209 205 -102 202 -60 c 1\n 192 71 l 1\n -10 -200 l 1\n -99 -200 l 1\n 179 177 l 1\n 163 294 l 1\n 158 328 160 376 113 376 c 0\n 68 376 50 335 39 298 c 1\n 20 298 l 1\n 23 354 51 461 122 461 c 0\n 185 461 190 394 194 346 c 1\n 206 206 l 1\n 390 451 l 1\n 477 451 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: psi\nEncoding: 968 968 542\nWidth: 693\nFlags: W\nVStem: 97 77<106 134> 157 77<376 394> 549 105<386 406>\nFore\n344 -10 m 1\n 300 -224 l 1\n 206 -224 l 1\n 269 -10 l 1\n 179 -7 97 33 97 134 c 0\n 97 217 157 320 157 394 c 0\n 157 410 150 420 133 420 c 0\n 77 420 63 340 52 298 c 1\n 23 298 l 1\n 43 375 67 461 164 461 c 0\n 215 461 234 422 234 376 c 0\n 234 285 174 197 174 106 c 0\n 174 43 218 17 276 14 c 1\n 435 558 l 5\n 460 558 l 5\n 347 14 l 1\n 468 30 559 155 559 273 c 0\n 559 311 549 348 549 386 c 0\n 549 419 566 461 605 461 c 0\n 641 461 654 439 654 406 c 0\n 654 373 644 341 636 310 c 0\n 599 169 501 11 344 -10 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: omega\nEncoding: 969 969 543\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402>\nVStem: 11 81<105 155> 301 99<296 351> 560 80<300 349>\nFore\n394 -10 m 0\n 312 -10 291 51 300 122 c 1\n 297 122 l 1\n 271 51 221 -10 139 -10 c 0\n 46 -10 11 74 11 155 c 0\n 11 301 122 457 277 461 c 1\n 271 437 l 1\n 164 426 136 325 114 237 c 0\n 103 194 92 150 92 105 c 0\n 92 61 105 19 157 19 c 0\n 275 19 301 209 301 296 c 0\n 301 337 316 385 365 385 c 0\n 387 385 400 373 400 351 c 0\n 400 299 325 197 325 100 c 0\n 325 57 341 19 390 19 c 0\n 502 19 560 260 560 349 c 0\n 560 400 537 432 484 437 c 1\n 490 461 l 1\n 587 459 640 395 640 300 c 0\n 640 174 533 -10 394 -10 c 0\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: iotadieresis\nEncoding: 970 970 544\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 481 98<41.755 45.755 233.755 249.755>\nVStem: -6.245 98<529 533> 0 81<53 60> 193.755 98<529 533>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 168 168 S 1 0 0 1 -113.245 -27\nEndChar\nStartChar: upsilondieresis\nEncoding: 971 971 545\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 501 98<206.478 210.478 398.478 414.478>\nVStem: 71 81<85 102> 143 77<378 396> 158.478 98<549 553> 358.478 98<549 553> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 51.478 -7\nEndChar\nStartChar: omicrontonos\nEncoding: 972 972 546\nWidth: 534\nFlags: W\nHStem: -10 29<185 211> 432 29<287 305>\nVStem: 6 97<149 183> 389 96<277 311>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 156.644 -46\nEndChar\nStartChar: upsilontonos\nEncoding: 973 973 547\nWidth: 534\nFlags: W\nHStem: -10 36<190 217>\nVStem: 71 81<85 102> 143 77<378 396> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 129.6 -46\nEndChar\nStartChar: omegatonos\nEncoding: 974 974 548\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402>\nVStem: 11 81<105 155> 301 99<296 351> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 900 900 N 1 0 0 1 237.475 -46\nEndChar\nStartChar: uni03D0\nEncoding: 976 976 549\nWidth: 534\nFlags: W\nHStem: -8.01172 22.9316<259.18 283> 353.17 62.107<280 295> 369.413 27.71<344 354>\nDStem: 132.423 396.167 229.692 466.875 0.0771484 -201 81.6768 -201\nRef: 946 946 N 1 0 0 1 0 0\nEndChar\nStartChar: theta1\nEncoding: 977 977 550\nWidth: 534\nFlags: W\nHStem: -10 24<178 196> 334 24<154 396> 648 24<338 360>\nVStem: 35 77<126 176> 430 77<475 534>\nRef: 952 952 N 1 0 0 1 0 0\nEndChar\nStartChar: Upsilon1\nEncoding: 978 978 551\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 631 41<203 219 590 625>\nVStem: 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 933 933 N 1 0 0 1 0 0\nEndChar\nStartChar: uni03D3\nEncoding: 979 979 552\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 631 41<203 219 590 625>\nVStem: 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 900 900 S 1 0 0 1 -164 -81\nEndChar\nStartChar: uni03D4\nEncoding: 980 980 553\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 631 41<203 219 590 625> 732 98<343.144 347.144 535.144 551.144>\nVStem: 82 108<543 553> 295.144 98<780 784> 312 54<424 463> 495.144 98<780 784> 571 125<529 595> 625 71<595 609>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 188.144 224\nEndChar\nStartChar: phi1\nEncoding: 981 981 554\nWidth: 640\nFlags: W\nHStem: 432 29<232 247 493 511>\nVStem: 14 85<136 179> 569 30<319 353>\nDStem: 213 -10 297 -10 159 -224 243 -224\nRef: 966 966 N 1 0 0 1 0 0\nEndChar\nStartChar: omega1\nEncoding: 982 982 555\nWidth: 587\nFlags: W\nHStem: -10 73<28 38> 378 73<225 294>\nVStem: 285 82<53 71>\nRef: 960 960 N 1 0 0 1 0 0\nEndChar\nStartChar: uni03D7\nEncoding: 983 983 556\nWidth: 534\nFlags: W\nHStem: -41 20G<303 379> -10 85<338 364> 382 79<128 150>\nFore\n177.953 -111 m 1\n 155.834 -169 179.151 -199 238.151 -199 c 0\n 271.151 -199 303.002 -188 326.043 -151 c 0\n 352.198 -109 363.468 -62 379 -21 c 1\n 303 -21 l 1\n 291.449 -54 278.935 -103 254.648 -142 c 0\n 247.175 -154 236.193 -162 223.193 -162 c 0\n 195.193 -162 194.007 -135 202.953 -111 c 1\n 177.953 -111 l 1\n348 262 m 1\n 338 219 319 172 319 127 c 0\n 319 97 331 75 364 75 c 0\n 406 75 429 115 441 150 c 1\n 460 150 l 1\n 444 83 424 -10 338 -10 c 0\n 291 -10 279 26 279 66 c 0\n 279 125 299 183 315 239 c 1\n 258 203 200 167 148 124 c 1\n 128 82 91 -10 35 -10 c 0\n 14 -10 5 5 5 24 c 0\n 5 94 93 157 143 195 c 1\n 154 237 173 287 173 330 c 0\n 173 361 161 382 128 382 c 0\n 85 382 59 342 50 305 c 1\n 31 305 l 1\n 46 366 71 461 150 461 c 0\n 198 461 211 422 211 381 c 0\n 211 326 193 268 177 216 c 1\n 229 255 283 290 338 325 c 1\n 354 366 397 461 449 461 c 0\n 468 461 481 449 481 430 c 0\n 481 368 395 294 348 262 c 1\nEndSplineSet\nEndChar\nStartChar: uni03DA\nEncoding: 986 986 557\nWidth: 426\nFlags: W\nHStem: 540.861 93.576<415.555 496.113> 548.659 94.875<306 335.706> 644.329 20G<570.025 586.34>\nFore\n586.34 664.329 m 1\n 541.599 590.248 500.895 540.861 415.555 540.861 c 0\n 379.159 540.861 344.039 548.659 307.644 548.659 c 0\n 168.339 548.659 49.4131 419.993 26.8896 282.229 c 0\n -6.25781 79.4805 351.024 253.636 321.064 70.3828 c 0\n 293.016 -101.172 107.27 -185.65 -37.0557 -185.65 c 0\n -63.4111 -185.65 -127.203 -184.35 -120.616 -144.061 c 0\n -115.517 -112.869 -87.6533 -95.9727 -60.0439 -95.9727 c 0\n -11.0986 -95.9727 21.6445 -133.664 70.5889 -133.664 c 0\n 140.869 -133.664 239.324 -76.4785 252.498 4.10059 c 0\n 271.834 122.37 -72.8594 -36.1895 -31 219.845 c 0\n -4.43945 382.303 151.221 643.534 335.706 643.534 c 0\n 389.671 643.534 442.148 634.437 496.113 634.437 c 0\n 523.724 634.437 548.631 640.936 570.025 664.329 c 1\n 586.34 664.329 l 1\nEndSplineSet\nEndChar\nStartChar: uni03DB\nEncoding: 987 987 558\nWidth: 426\nFlags: W\nHStem: -187 69<25 56> 372 72<322 374> 378 73<233 257>\nFore\n442 467 m 5\n 416 410 390 372 322 372 c 4\n 293 372 264 378 235 378 c 4\n 124 378 46 279 46 173 c 4\n 46 17 308 151 308 10 c 4\n 308 -122 171 -187 56 -187 c 4\n 35 -187 -16 -186 -16 -155 c 4\n -16 -131 4 -118 26 -118 c 4\n 65 -118 96 -147 135 -147 c 4\n 191 -147 262 -103 262 -41 c 4\n 262 50 8 -72 8 125 c 4\n 8 250 98 451 245 451 c 4\n 288 451 331 444 374 444 c 4\n 396 444 415 449 429 467 c 5\n 442 467 l 5\nEndSplineSet\nEndChar\nStartChar: uni03DC\nEncoding: 988 988 559\nWidth: 611\nFlags: W\nHStem: 0 16<-8 -0.875 224.667 244> 325 36<247 345> 620 33<359 443> 637 16<131 141.833>\nDStem: 197 532 314 594 74 90 248 361 197 532 239 328 74 90 177 105\nFore\n629 653 m 5\n 597 500 l 5\n 576 502 l 5\n 577 514 577 515 578 521 c 4\n 579 534 579 539 579 545 c 4\n 579 607 543 620 375 620 c 4\n 334 620 320 614 314 594 c 5\n 248 361 l 5\n 416 363 360 360 423 365 c 5\n 441 360 l 5\n 406 215 l 5\n 389 220 l 5\n 395 251 397 263 397 279 c 4\n 397 299 390 312 375 320 c 4\n 366 324 359 325 320 325 c 4\n 298 325 276 326 239 328 c 5\n 177 105 l 6\n 171 83 168 68 168 60 c 4\n 168 30 186 19 244 16 c 5\n 244 0 l 5\n -8 0 l 5\n -8 16 l 5\n 49 24 56 30 74 90 c 5\n 197 532 l 5\n 204 556 208 581 208 596 c 4\n 208 625 196 631 131 637 c 5\n 131 653 l 5\n 629 653 l 5\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni03DD\nEncoding: 989 989 560\nWidth: 470\nFlags: W\nHStem: 625.514 32.864<351 401>\nDStem: 243.573 537.876 254.001 334.716 125.935 97.6953 194.687 112.633\nFore\n536.798 658.378 m 1\n 503.007 506.008 l 1\n 489.414 507.999 l 1\n 491.075 519.949 491.159 520.946 492.318 526.92 c 0\n 494.062 539.868 494.48 544.847 494.981 550.822 c 0\n 500.178 612.566 477.678 625.514 367.589 625.514 c 0\n 340.722 625.514 331.044 619.538 325.438 599.621 c 1\n 295.634 522.28 276.286 444.92 262.664 367.58 c 1\n 372.921 369.571 335.972 366.583 377.675 371.562 c 1\n 389.05 366.583 l 1\n 353.966 222.18 l 1\n 343.245 227.161 l 1\n 349.774 258.033 352.09 269.982 353.431 285.918 c 0\n 355.106 305.835 351.609 318.781 342.45 326.748 c 0\n 336.889 330.731 332.386 331.729 306.829 331.729 c 0\n 292.413 331.729 278.079 332.724 254.001 334.716 c 1\n 194.687 112.633 l 2\n 188.912 90.7227 185.688 75.7852 185.018 67.8184 c 0\n 182.503 37.9424 193.379 26.9873 231.133 24 c 1\n 229.791 8.06641 l 1\n 64.6582 8.06641 l 1\n 66 24 l 1\n 104.021 31.9668 109.111 37.9424 125.935 97.6953 c 1\n 243.573 537.876 l 1\n 250.171 561.777 254.887 586.675 256.144 601.613 c 0\n 258.574 630.493 251.214 636.468 209.122 642.442 c 1\n 210.463 658.378 l 1\n 536.798 658.378 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni0400\nEncoding: 1024 1024 549\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 231 211\nEndChar\nStartChar: afii10023\nEncoding: 1025 1025 550\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 703 98<340 344 532 548>\nVStem: 292 98<751 755> 492 98<751 755>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 185 195\nEndChar\nStartChar: afii10051\nEncoding: 1026 1026 551\nWidth: 556\nFlags: W\nHStem: 0 19<317 330.536> 618 35<251 314 416 491>\nVStem: 65 290<1 16>\nDStem: 315 618 416 618 171 90 277 120\nFore\n633 653 m 1\n 589 490 l 1\n 572 492 l 1\n 574 509 575 524 575 537 c 0\n 575 593 543 618 471 618 c 2\n 416 618 l 1\n 277 120 l 1\n 268 86 265 74 265 61 c 0\n 265 31 277 22 317 19 c 0\n 323 19 338 17 355 16 c 1\n 355 0 l 1\n 65 0 l 1\n 65 16 l 1\n 131 21 155 37 171 90 c 1\n 315 618 l 1\n 162 620 130 603 77 495 c 1\n 59 499 l 1\n 101 653 l 1\n 633 653 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10052\nEncoding: 1027 1027 552\nWidth: 556\nFlags: W\nHStem: 0 21G<-8 272> 624 38<376 520>\nDStem: 175 662 672 662 170 643 635 519 232 553 344 590 112 120 211 109\nFore\n386 624 m 2\n 359 624 352 618 344 590 c 2\n 211 109 l 2\n 191 37 201 23 277 19 c 1\n 272 0 l 1\n -8 0 l 1\n -3 19 l 1\n 74 24 89 37 112 120 c 2\n 232 553 l 1\n 251 623 242 637 170 643 c 1\n 175 662 l 1\n 672 662 l 1\n 635 519 l 1\n 610 519 l 1\n 618 609 600 624 487 624 c 2\n 386 624 l 2\n408 703 m 1\n 570 863 l 2\n 577 869 585 873 595 873 c 0\n 615 873 631 857 631 837 c 0\n 631 825 626 816 614 809 c 2\n 443 703 l 1\n 408 703 l 1\nEndSplineSet\nEndChar\nStartChar: afii10053\nEncoding: 1028 1028 553\nWidth: 667\nFlags: W\nHStem: 315 44<154 444> 636 40<444 474>\nVStem: 11.4662 115.427<194 226>\nFore\n153 359 m 1\n 456 359 l 1\n 444 315 l 1\n 140 315 l 1\n 116 215 124 134 163 88 c 0\n 195 50 246 30 309 30 c 0\n 392 30 466 60 560 131 c 1\n 573 113 l 1\n 489 32 377 -14 264 -14 c 0\n 165 -14 84 24 42 89 c 0\n 7 146 1 232 26 325 c 0\n 57 435 121 528 208 590 c 0\n 285 645 377 676 459 676 c 0\n 506 676 553 668 598 652 c 1\n 611 646 626 643 635 643 c 0\n 655 643 674 655 686 676 c 1\n 707 676 l 1\n 653 450 l 1\n 630 450 l 1\n 629 515 622 543 599 575 c 0\n 570 615 524 636 467 636 c 0\n 327 636 207 528 153 359 c 1\nEndSplineSet\nEndChar\nStartChar: afii10054\nEncoding: 1029 1029 554\nWidth: 500\nFlags: W\nHStem: -18 35<209 231> 633 33<311 331>\nVStem: 131.316 88.6371<499 531> 343.998 87.0024<150 182>\nFore\n468 468 m 1\n 450 471 l 1\n 448 537 440 571 418 596 c 0\n 397 620 366 633 329 633 c 0\n 261 633 219 594 219 531 c 0\n 219 482 228 468 318 377 c 128\n 408 286 431 247 431 182 c 0\n 431 69 344 -18 229 -18 c 0\n 198 -18 171 -12 125 5 c 0\n 99 14 84 18 73 18 c 0\n 53 18 42 8 35 -15 c 1\n 17 -15 l 1\n 51 208 l 1\n 71 206 l 1\n 70 199 69 191 69 183 c 0\n 69 88 132 17 215 17 c 0\n 288 17 344 75 344 150 c 0\n 344 193 331 219 284 268 c 0\n 277 276 263 291 245 310 c 0\n 228 329 215 343 206 352 c 0\n 146 416 131 445 131 499 c 0\n 131 597 205 666 309 666 c 0\n 340 666 372 661 394 652 c 0\n 417 644 428 641 440 641 c 0\n 462 641 471 646 485 667 c 1\n 508 667 l 1\n 468 468 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10055\nEncoding: 1030 1030 555\nWidth: 333\nFlags: W\nHStem: 0 21G<-8 236> 633 20G<137 384>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nFore\n-8 0 m 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 196 532 l 2\n 203 557 207 580 207 594 c 0\n 207 622 195 630 137 637 c 1\n 137 653 l 1\n 384 653 l 1\n 384 637 l 1\n 327 627 320 621 302 563 c 1\n 179 120 l 2\n 170 88 168 76 168 57 c 0\n 168 29 179 23 236 16 c 1\n 236 0 l 1\n -8 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii10056\nEncoding: 1031 1031 556\nWidth: 333\nFlags: W\nHStem: 0 21<-8 236> 633 20<137 384> 720 98<185 189 377 393>\nVStem: -8 244<1 16> 137 247<637 652 768 772> 337 98<768 772>\nDStem: 196 532 302 563 73 90 179 120\nRef: 73 73 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 30 212\nEndChar\nStartChar: afii10057\nEncoding: 1032 1032 557\nWidth: 444\nFlags: W\nHStem: -18 31<112 124> 633 20G<237 491>\nVStem: -6 94<62 79> 237 254<637 652>\nDStem: 302 532 409 563 171 67 306 192\nFore\n491 653 m 1\n 491 637 l 1\n 434 629 427 623 409 563 c 1\n 306 192 l 2\n 285 116 265 71 238 39 c 0\n 207 2 162 -18 111 -18 c 0\n 41 -18 -6 18 -6 70 c 0\n -6 102 13 124 40 124 c 0\n 65 124 88 102 88 77 c 2\n 88 68 l 1\n 87 62 87 58 87 53 c 0\n 87 26 98 13 122 13 c 128\n 146 13 160 28 171 67 c 2\n 302 532 l 2\n 310 560 314 582 314 596 c 0\n 314 623 300 631 237 637 c 1\n 237 653 l 1\n 491 653 l 1\nEndSplineSet\nEndChar\nStartChar: afii10058\nEncoding: 1033 1033 558\nWidth: 722\nFlags: W\nHStem: -12.3115 114.312<15 25> 0 21G<334 612> 618 44<377 592>\nDStem: 316 553 377 618 259 347 302 347 593 618 677 553 455 120 554 109\nFore\n796 662 m 1\n 790 643 l 1\n 711 636 697 625 677 553 c 2\n 554 109 l 1\n 535 38 544 25 617 19 c 1\n 612 0 l 1\n 334 0 l 1\n 339 19 l 1\n 419 24 432 36 455 120 c 2\n 593 618 l 1\n 377 618 l 1\n 302 347 l 1\n 268 222 163 -12 33 -13 c 0\n -13 -13 -64 0 -53 41 c 0\n -44 73 -16 102 16 102 c 0\n 62 102 45 68 80 67 c 0\n 108 66 125 76 149 109 c 0\n 199 178 236 264 259 347 c 2\n 316 553 l 2\n 336 625 328 636 253 643 c 1\n 259 662 l 1\n 796 662 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii10059\nEncoding: 1034 1034 559\nWidth: 722\nFlags: W\nHStem: 0 21G<-8 238 355 628> 326 42<249 520> 633 20G<130 403 520 767>\nVStem: -8 246<1 16> 130 273<637 652> 355 273<1 16> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 685 563 73 90 553 82 196 532 236 326 73 90 170 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nFore\n767 653 m 1\n 767 637 l 1\n 710 627 702 621 685 563 c 1\n 553 82 l 2\n 551 74 550 68 550 58 c 0\n 550 30 564 22 628 16 c 1\n 628 0 l 1\n 355 0 l 1\n 355 16 l 1\n 420 23 440 38 456 90 c 1\n 521 326 l 1\n 236 326 l 1\n 170 82 l 2\n 168 75 167 67 167 60 c 0\n 167 31 178 24 238 16 c 1\n 238 0 l 1\n -8 0 l 1\n -8 16 l 1\n 48 26 55 32 73 90 c 1\n 196 532 l 2\n 203 557 207 580 207 594 c 0\n 207 623 192 631 130 637 c 1\n 130 653 l 1\n 403 653 l 1\n 403 637 l 1\n 343 633 317 614 302 563 c 1\n 248 368 l 1\n 533 368 l 1\n 579 532 l 2\n 586 557 590 580 590 594 c 0\n 590 622 578 630 520 637 c 1\n 520 653 l 1\n 767 653 l 1\nEndSplineSet\nEndChar\nStartChar: afii10060\nEncoding: 1035 1035 560\nWidth: 556\nFlags: W\nHStem: 0 19<317 330.536> 618 35<251 314 416 491>\nVStem: 65 290<1 16>\nDStem: 315 618 416 618 171 90 277 120\nFore\n633 653 m 1\n 589 490 l 1\n 572 492 l 1\n 574 509 575 524 575 537 c 0\n 575 593 543 618 471 618 c 2\n 416 618 l 1\n 277 120 l 1\n 268 86 265 74 265 61 c 0\n 265 31 277 22 317 19 c 0\n 323 19 338 17 355 16 c 1\n 355 0 l 1\n 65 0 l 1\n 65 16 l 1\n 131 21 155 37 171 90 c 1\n 315 618 l 1\n 162 620 130 603 77 495 c 1\n 59 499 l 1\n 101 653 l 1\n 633 653 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10061\nEncoding: 1036 1036 561\nWidth: 743\nFlags: W\nHStem: 0 19<616 646> 326 38<301 334> 556 112<723 739> 633 20G<184 468>\nDStem: 250 544 352 544 131 120 300 364 250 544 290 326 131 120 229 109 407 222 491 272 482 0 538 127\nFore\n795 604 m 0\n 786 570 757 556 737 556 c 0\n 673 556 668 590 640 590 c 0\n 624 590 607 572 576 510 c 0\n 531 420 458 355 422 347 c 1\n 458 341 475 316 491 272 c 1\n 538 127 l 1\n 576 13 595 20 647 19 c 1\n 646 0 l 1\n 482 0 l 1\n 407 222 l 1\n 383 288 376 326 322 326 c 2\n 290 326 l 1\n 229 109 l 1\n 209 36 213 24 290 19 c 1\n 289 0 l 1\n 7 0 l 1\n 8 19 l 1\n 88 24 107 37 131 120 c 1\n 250 544 l 2\n 270 615 261 628 185 634 c 1\n 184 653 l 1\n 468 653 l 1\n 469 634 l 1\n 386 628 373 617 352 544 c 2\n 300 364 l 1\n 332 364 l 2\n 406 364 490 432 537 520 c 0\n 609 652 672 668 724 668 c 0\n 763 668 810 656 795 604 c 0\n427 703 m 1\n 589 863 l 2\n 596 869 604 873 614 873 c 0\n 634 873 650 857 650 837 c 0\n 650 825 645 816 633 809 c 2\n 462 703 l 1\n 427 703 l 1\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni040D\nEncoding: 1037 1037 562\nWidth: 814\nFlags: W\nHStem: 0 21G<-8 270 397 675> 633 20G<169 447 574 852>\nDStem: 231 544 333 544 114 120 241 210 231 544 223 146 114 120 213 109 610 450 738 544 519 120 618 109 628 514 610 450 241 210 223 146 636 544 738 544 628 514 618 109\nFore\n241 210 m 1\n 628 514 l 1\n 636 544 l 2\n 656 616 648 627 573 634 c 1\n 574 653 l 1\n 852 653 l 1\n 851 634 l 1\n 772 627 758 616 738 544 c 2\n 618 109 l 1\n 598 38 602 25 676 19 c 1\n 675 0 l 1\n 397 0 l 1\n 398 19 l 1\n 477 24 495 36 519 120 c 1\n 610 450 l 1\n 223 146 l 1\n 213 109 l 1\n 193 38 197 25 271 19 c 1\n 270 0 l 1\n -8 0 l 1\n -7 19 l 1\n 72 24 90 36 114 120 c 1\n 231 544 l 2\n 251 616 243 627 168 634 c 1\n 169 653 l 1\n 447 653 l 1\n 446 634 l 1\n 367 627 353 616 333 544 c 2\n 241 210 l 1\n575 703 m 1\n 435 809 l 2\n 422 819 416 829 416 841 c 0\n 416 860 431 875 451 875 c 0\n 466 875 477 868 490 852 c 2\n 606 703 l 1\n 575 703 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10062\nEncoding: 1038 1038 563\nWidth: 730\nFlags: W\nHStem: -12 123<41 58> 633 20G<62 348 520 765> 703 59<453 463>\nVStem: 62 286<634 652> 520 245<634 652>\nDStem: 167 479 262 511 218 133 302 244 534 533 602 540 302 244 283 140\nFore\n765 653 m 1\n 765 634 l 1\n 700 630 673 627 602 540 c 1\n 283 140 l 2\n 205 41 152 -12 56 -12 c 0\n 4 -12 -32 12 -21 51 c 0\n -9 96 20 111 45 111 c 0\n 93 110 99 87 94 65 c 0\n 92 51 92 36 111 36 c 0\n 140 36 166 70 218 133 c 1\n 167 479 l 1\n 155 627 126 631 62 634 c 1\n 62 653 l 1\n 348 653 l 1\n 348 634 l 1\n 320 633 l 2\n 287 632 269 624 264 604 c 0\n 258 582 253 568 262 511 c 1\n 302 244 l 1\n 534 533 l 2\n 567 574 577 587 581 602 c 0\n 588 625 574 632 520 634 c 1\n 520 653 l 1\n 765 653 l 1\n596 861 m 1\n 625 861 l 1\n 616 819 607 798 587 772 c 0\n 554 727 507 703 454 703 c 0\n 409 703 375 718 352 747 c 0\n 332 773 324 804 324 861 c 1\n 353 861 l 1\n 358 799 397 762 461 762 c 0\n 522 762 571 798 596 861 c 1\nEndSplineSet\nEndChar\nStartChar: afii10145\nEncoding: 1039 1039 564\nWidth: 814\nFlags: W\nHStem: 0 44<191 493> 633 20G<169 446 574 851>\nVStem: -7 683<1 19>\nDStem: 226 544 325 533 106 109 190 44 631 544 730 533 493 44 613 109\nFore\n-7 0 m 1\n -7 19 l 1\n 72 26 86 37 106 109 c 2\n 226 544 l 1\n 246 615 242 628 168 634 c 1\n 169 653 l 1\n 446 653 l 1\n 446 634 l 1\n 367 629 349 617 325 533 c 1\n 190 44 l 1\n 493 44 l 1\n 631 544 l 1\n 651 615 647 628 573 634 c 1\n 574 653 l 1\n 851 653 l 1\n 851 634 l 1\n 772 629 754 617 730 533 c 1\n 613 109 l 2\n 593 37 601 26 676 19 c 1\n 676 0 l 1\n -7 0 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii10017\nEncoding: 1040 1040 565\nWidth: 611\nFlags: HW\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10018\nEncoding: 1041 1041 566\nWidth: 682\nFlags: HW\nHStem: 0 19<-8 -8> 0 37<239.5 297> 366 40<304 341.5> 615 38<379.5 393 393 529>\nFore\n714 653 m 1\n 677 510 l 1\n 652 510 l 1\n 660 600 642 615 529 615 c 2\n 393 615 l 2\n 366 615 360 609 352 581 c 1\n 304 406 l 1\n 374 406 l 2\n 502 406 571 408 618 353 c 0\n 653 312 637 242 624 198 c 0\n 611 150 573 87 528 55 c 0\n 481 21 404 0 326 0 c 2\n -8 0 l 1\n -8 19 l 1\n 76 22 98 35 119 109 c 1\n 240 544 l 1\n 260 618 251 629 169 634 c 1\n 168 653 l 1\n 714 653 l 1\n293 366 m 1\n 212 78 l 2\n 203 46 215 37 264 37 c 0\n 330 37 373 45 410 63 c 0\n 456 86 494 143 509 197 c 0\n 527 260 517 322 466 346 c 0\n 434 361 390 366 293 366 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: afii10019\nEncoding: 1042 1042 567\nWidth: 611\nFlags: HW\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10020\nEncoding: 1043 1043 568\nWidth: 640\nFlags: HW\nHStem: 0 21<-8 272 -8 -8> 624 38<372.5 386 386 487>\nFore\n386 624 m 2\n 359 624 352 618 344 590 c 2\n 211 109 l 2\n 191 37 201 23 277 19 c 1\n 272 0 l 1\n -8 0 l 1\n -3 19 l 1\n 74 24 89 37 112 120 c 2\n 232 553 l 1\n 251 623 242 637 170 643 c 1\n 175 662 l 1\n 672 662 l 1\n 635 519 l 1\n 610 519 l 1\n 618 609 600 624 487 624 c 2\n 386 624 l 2\nEndSplineSet\nEndChar\nStartChar: afii10021\nEncoding: 1044 1044 569\nWidth: 747\nFlags: HW\nHStem: 0 44<183 343> 609 44<371 587 371 371>\nFore\n146 109 m 1\n 196 178 233 264 256 347 c 2\n 310 544 l 2\n 330 616 322 627 247 634 c 1\n 248 653 l 1\n 785 653 l 1\n 784 634 l 1\n 705 627 691 616 671 544 c 2\n 556 128 l 2\n 536 56 544 45 619 38 c 1\n 581 -129 l 1\n 556 -129 l 1\n 564 -39 547 0 434 0 c 2\n 177 0 l 2\n 64 0 27 -39 -15 -129 c 1\n -40 -129 l 1\n 14 38 l 1\n 100 39 110 54 146 109 c 1\n183 44 m 1\n 343 44 l 1\n 422 49 435 61 459 145 c 1\n 587 609 l 1\n 371 609 l 1\n 299 347 l 2\n 279 274 234 164 176 86 c 0\n 142 40 183 44 183 44 c 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii10022\nEncoding: 1045 1045 570\nWidth: 611\nFlags: HW\nHStem: 0 33<221 286.5> 325 38 620 33<357 463.5> 637 16<130 130>\nFore\n627 653 m 1\n 596 500 l 1\n 575 502 l 1\n 576 519 577 534 577 547 c 0\n 577 607 542 620 385 620 c 0\n 329 620 318 616 312 594 c 2\n 246 361 l 1\n 281 362 313 363 325 363 c 0\n 416 367 425 373 463 458 c 1\n 481 454 l 1\n 413 222 l 1\n 393 227 l 1\n 398 249 400 262 400 279 c 128\n 400 296 398 305 393 310 c 0\n 382 320 354 326 315 325 c 0\n 303 325 272 326 237 328 c 1\n 227 290 218 257 205 213 c 0\n 180 125 169 78 169 67 c 0\n 169 43 193 33 249 33 c 0\n 324 33 392 43 429 60 c 0\n 472 80 498 106 545 170 c 1\n 561 162 l 1\n 499 0 l 1\n -8 0 l 1\n -8 16 l 1\n 48 26 56 33 73 90 c 1\n 196 532 l 2\n 201 550 207 585 207 596 c 0\n 207 623 192 631 130 637 c 1\n 130 653 l 1\n 627 653 l 1\nEndSplineSet\nEndChar\nStartChar: afii10024\nEncoding: 1046 1046 571\nWidth: 1073\nFlags: HW\nHStem: 0 19 326 38<477 499 611 633> 556 112<236.5 253 973 1011.5> 590 78 634 19<494 494>\nVStem: 324 42\nFore\n600 0 m 1\n 318 0 l 1\n 319 19 l 1\n 399 24 419 37 442 120 c 2\n 499 326 l 1\n 467 326 l 2\n 413 326 394 288 334 222 c 2\n 135 0 l 1\n -29 0 l 1\n -28 19 l 1\n 24 20 49 13 149 127 c 2\n 278 272 l 2\n 318 316 338 341 377 347 c 1\n 347 355 318 420 323 510 c 0\n 326 572 319 590 303 590 c 0\n 275 590 285 556 221 556 c 0\n 201 556 183 580 183 604 c 0\n 183 644 212 668 261 668 c 0\n 314 668 369 652 366 520 c 0\n 365 432 403 364 477 364 c 2\n 509 364 l 1\n 559 544 l 2\n 579 615 570 628 494 634 c 1\n 494 653 l 1\n 779 653 l 1\n 780 634 l 1\n 697 628 684 617 663 544 c 2\n 611 364 l 1\n 643 364 l 2\n 717 364 788 432 835 520 c 0\n 907 652 940 668 992 668 c 0\n 1031 668 1063 662 1063 604 c 0\n 1063 569 1025 556 1005 556 c 0\n 941 556 970 590 942 590 c 0\n 926 590 913 572 882 510 c 0\n 837 420 769 355 733 347 c 1\n 769 341 786 316 802 272 c 1\n 849 127 l 1\n 887 13 906 20 958 19 c 1\n 957 0 l 1\n 793 0 l 1\n 718 222 l 1\n 694 288 687 326 633 326 c 2\n 601 326 l 1\n 540 109 l 1\n 520 36 524 24 601 19 c 1\n 600 0 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10025\nEncoding: 1047 1047 572\nWidth: 508\nFlags: HW\nHStem: -14 54<90 172> 339 36<157 205> 642 20<128 145 145 145> 643 32<296 329>\nVStem: 325 123 399 106<545 575>\nFore\n138 40 m 0\n 206 40 326 92 325 232 c 0\n 325 300 279 339 205 339 c 2\n 147 339 l 1\n 157 375 l 1\n 212 375 l 2\n 276 375 400 408 399 545 c 0\n 399 605 357 643 301 643 c 0\n 202 643 145 592 89 462 c 1\n 66 462 l 1\n 128 662 l 1\n 145 662 l 1\n 146 659 l 1\n 155 648 158 648 164 648 c 0\n 173 648 189 650 207 658 c 1\n 242 670 277 675 315 675 c 0\n 415 675 505 638 505 546 c 0\n 505 442 429 369 360 356 c 1\n 401 346 450 321 449 250 c 0\n 448 94 312 -14 126 -14 c 0\n -8 -14 -35 55 -35 129 c 0\n -35 146 -33 164 -31 181 c 1\n 5 189 l 1\n 1 88 42 40 138 40 c 0\nEndSplineSet\nEndChar\nStartChar: afii10026\nEncoding: 1048 1048 573\nWidth: 814\nFlags: HW\nHStem: 0 21<-8 270 -8 -8 397 675 397 397> 633 20<169 447 447 447 574 852 852 852>\nFore\n241 210 m 1\n 628 514 l 1\n 636 544 l 2\n 656 616 648 627 573 634 c 1\n 574 653 l 1\n 852 653 l 1\n 851 634 l 1\n 772 627 758 616 738 544 c 2\n 618 109 l 1\n 598 38 602 25 676 19 c 1\n 675 0 l 1\n 397 0 l 1\n 398 19 l 1\n 477 24 495 36 519 120 c 1\n 610 450 l 1\n 223 146 l 1\n 213 109 l 1\n 193 38 197 25 271 19 c 1\n 270 0 l 1\n -8 0 l 1\n -7 19 l 1\n 72 24 90 36 114 120 c 1\n 231 544 l 2\n 251 616 243 627 168 634 c 1\n 169 653 l 1\n 447 653 l 1\n 446 634 l 1\n 367 627 353 616 333 544 c 2\n 241 210 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii10027\nEncoding: 1049 1049 574\nWidth: 814\nFlags: HW\nHStem: 0 21<-8 270 -8 -8 397 675 397 397> 633 20<169 447 447 447 574 852 852 852> 703 59<527.5 576.5>\nFore\n241 210 m 1\n 628 514 l 1\n 636 544 l 2\n 656 616 648 627 573 634 c 1\n 574 653 l 1\n 852 653 l 1\n 851 634 l 1\n 772 627 758 616 738 544 c 2\n 618 109 l 1\n 598 38 602 25 676 19 c 1\n 675 0 l 1\n 397 0 l 1\n 398 19 l 1\n 477 24 495 36 519 120 c 1\n 610 450 l 1\n 223 146 l 1\n 213 109 l 1\n 193 38 197 25 271 19 c 1\n 270 0 l 1\n -8 0 l 1\n -7 19 l 1\n 72 24 90 36 114 120 c 1\n 231 544 l 2\n 251 616 243 627 168 634 c 1\n 169 653 l 1\n 447 653 l 1\n 446 634 l 1\n 367 627 353 616 333 544 c 2\n 241 210 l 1\n692 861 m 1\n 721 861 l 1\n 712 819 703 798 683 772 c 0\n 650 727 603 703 550 703 c 0\n 505 703 471 718 448 747 c 0\n 428 773 420 804 420 861 c 1\n 449 861 l 1\n 454 799 493 762 557 762 c 0\n 618 762 667 798 692 861 c 1\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: afii10028\nEncoding: 1050 1050 575\nWidth: 729\nFlags: HW\nHStem: 0 19 326 38<285 307> 590 78 633 20<169 453 453 453>\nFore\n737 604 m 0\n 737 569 699 556 679 556 c 0\n 615 556 644 590 616 590 c 0\n 600 590 587 572 556 510 c 0\n 511 420 443 355 407 347 c 1\n 443 341 460 316 476 272 c 1\n 523 127 l 1\n 561 13 580 20 632 19 c 1\n 631 0 l 1\n 467 0 l 1\n 392 222 l 1\n 368 288 361 326 307 326 c 2\n 275 326 l 1\n 214 109 l 1\n 194 36 198 24 275 19 c 1\n 274 0 l 1\n -8 0 l 1\n -7 19 l 1\n 73 24 92 37 116 120 c 1\n 235 544 l 2\n 255 615 246 628 170 634 c 1\n 169 653 l 1\n 453 653 l 1\n 454 634 l 1\n 371 628 358 617 337 544 c 2\n 285 364 l 1\n 317 364 l 2\n 391 364 462 432 509 520 c 0\n 581 652 614 668 666 668 c 0\n 705 668 737 662 737 604 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: afii10029\nEncoding: 1051 1051 576\nWidth: 755\nFlags: HW\nHStem: 0 21<338 616 338 338> 609 44<379 595 379 379>\nFore\n793 653 m 1\n 792 634 l 1\n 713 627 699 616 679 544 c 2\n 559 109 l 1\n 539 38 543 25 617 19 c 1\n 616 0 l 1\n 338 0 l 1\n 339 19 l 1\n 418 24 436 36 460 120 c 1\n 595 609 l 1\n 379 609 l 1\n 307 347 l 1\n 272 222 167 -12 38 -13 c 0\n -3 -13 -60 0 -48 41 c 0\n -38 76 -16 102 21 102 c 0\n 67 102 49 68 84 67 c 0\n 117 66 130 76 154 109 c 0\n 204 178 241 264 264 347 c 2\n 318 544 l 2\n 338 616 330 627 255 634 c 1\n 256 653 l 1\n 793 653 l 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: afii10030\nEncoding: 1052 1052 577\nWidth: 833\nFlags: HW\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10031\nEncoding: 1053 1053 578\nWidth: 722\nFlags: HW\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10032\nEncoding: 1054 1054 579\nWidth: 722\nFlags: HW\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10033\nEncoding: 1055 1055 580\nWidth: 805\nFlags: HW\nHStem: 0 19<-8 -8 397 397> 609 44<350 653 350 350> 634 19<167 167 850 850>\nVStem: 167 683<634 653>\nFore\n850 653 m 1\n 850 634 l 1\n 771 627 757 616 737 544 c 2\n 617 109 l 1\n 597 38 601 25 675 19 c 1\n 674 0 l 1\n 397 0 l 1\n 397 19 l 1\n 476 24 494 36 518 120 c 1\n 653 609 l 1\n 350 609 l 1\n 212 109 l 1\n 192 38 196 25 270 19 c 1\n 269 0 l 1\n -8 0 l 1\n -8 19 l 1\n 71 24 89 36 113 120 c 1\n 230 544 l 2\n 250 616 242 627 167 634 c 1\n 167 653 l 1\n 850 653 l 1\nEndSplineSet\nEndChar\nStartChar: afii10034\nEncoding: 1056 1056 581\nWidth: 611\nFlags: HW\nHStem: 0 16<-8 -8 237 237> 305 37<305.5 326> 623 30<346 379.5> 637 16<138 138>\nVStem: -8 245<0 16> 494 103<474.5 527.5>\nFore\n138 637 m 1\n 138 653 l 1\n 386 653 l 2\n 522 653 597 600 597 504 c 0\n 597 445 568 390 518 353 c 0\n 475 322 408 305 326 305 c 0\n 285 305 259 307 234 313 c 1\n 181 120 l 2\n 171 84 169 74 169 62 c 0\n 169 28 174 25 237 16 c 1\n 237 0 l 1\n -8 0 l 1\n -8 16 l 1\n 49 24 56 30 74 90 c 1\n 192 515 l 1\n 205 560 209 581 209 595 c 0\n 209 621 195 630 138 637 c 1\n314 595 m 2\n 243 347 l 1\n 270 343 278 342 295 342 c 0\n 357 342 396 350 427 367 c 0\n 471 393 494 439 494 504 c 0\n 494 551 483 581 457 599 c 0\n 437 613 399 623 360 623 c 0\n 332 623 320 616 314 595 c 2\nEndSplineSet\nEndChar\nStartChar: afii10035\nEncoding: 1057 1057 582\nWidth: 667\nFlags: HW\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10036\nEncoding: 1058 1058 583\nWidth: 556\nFlags: HW\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10037\nEncoding: 1059 1059 584\nWidth: 730\nFlags: HW\nHStem: -12 123<32.5 45> 634 19<62 62 348 348 520 520 765 765>\nVStem: 62 286<634 653> 520 245<634 653>\nFore\n765 653 m 1\n 765 634 l 1\n 700 630 673 627 602 540 c 1\n 283 140 l 2\n 205 41 152 -12 56 -12 c 0\n 4 -12 -32 12 -21 51 c 0\n -9 96 20 111 45 111 c 0\n 93 110 99 87 94 65 c 0\n 92 51 92 36 111 36 c 0\n 140 36 166 70 218 133 c 1\n 167 479 l 1\n 155 627 126 631 62 634 c 1\n 62 653 l 1\n 348 653 l 1\n 348 634 l 1\n 320 633 l 2\n 287 632 269 624 264 604 c 0\n 258 582 253 568 262 511 c 1\n 302 244 l 1\n 534 533 l 2\n 567 574 577 587 581 602 c 0\n 588 625 574 632 520 634 c 1\n 520 653 l 1\n 765 653 l 1\nEndSplineSet\nEndChar\nStartChar: afii10038\nEncoding: 1060 1060 585\nWidth: 801\nFlags: HW\nHStem: 0 19<176 176 473 473> 90 42<265 298 411 455> 532 42<377.5 420 534 564.5> 634 19<354 404 602.5 651>\nVStem: 48 93 690 93\nFore\n298 90 m 1\n 167 90 4 132 59 331 c 0\n 116 536 303 574 432 574 c 1\n 443 615 454 634 354 634 c 1\n 354 653 l 1\n 651 653 l 1\n 651 634 l 1\n 554 634 546 616 534 574 c 1\n 663 574 828 536 771 331 c 0\n 716 132 531 90 400 90 c 1\n 388 49 378 20 473 19 c 1\n 473 0 l 1\n 176 0 l 1\n 176 19 l 1\n 274 20 286 48 298 90 c 1\n309 132 m 1\n 420 532 l 1\n 335 532 198 498 151 331 c 0\n 106 168 221 132 309 132 c 1\n411 132 m 1\n 499 132 634 168 679 331 c 0\n 726 498 607 532 522 532 c 1\n 411 132 l 1\nEndSplineSet\nEndChar\nStartChar: afii10039\nEncoding: 1061 1061 586\nWidth: 611\nFlags: HW\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10040\nEncoding: 1062 1062 587\nWidth: 807\nFlags: HW\nHStem: 0 19<-8 -8> 0 44<194 497> 634 19<168 168 446 446 573 573 851 851>\nVStem: 168 278<634 653> 573 278<634 653>\nFore\n501 0 m 2\n -8 0 l 1\n -8 19 l 1\n 71 26 90 37 110 109 c 2\n 231 544 l 2\n 251 615 241 628 168 634 c 1\n 168 653 l 1\n 446 653 l 1\n 446 634 l 1\n 366 629 353 617 330 533 c 1\n 194 44 l 1\n 497 44 l 1\n 636 544 l 1\n 655 615 646 628 573 634 c 1\n 573 653 l 1\n 851 653 l 1\n 851 634 l 1\n 771 629 758 617 735 533 c 1\n 622 128 l 2\n 602 56 610 45 685 38 c 1\n 647 -129 l 1\n 622 -129 l 1\n 630 -39 614 0 501 0 c 2\nEndSplineSet\nEndChar\nStartChar: afii10041\nEncoding: 1063 1063 588\nWidth: 772\nFlags: HW\nHStem: 0 19<362 362 640 640> 235 44<350 390> 634 19<133 133 411 411 538 538 816 816>\nFore\n241 337 m 1\n 229 299 330 279 370 279 c 0\n 425 279 490 304 544 340 c 1\n 601 544 l 2\n 621 616 613 627 538 634 c 1\n 538 653 l 1\n 816 653 l 1\n 816 634 l 1\n 737 627 723 616 703 544 c 2\n 582 109 l 2\n 562 38 567 25 640 19 c 1\n 640 0 l 1\n 362 0 l 1\n 362 19 l 1\n 442 24 460 36 483 120 c 2\n 532 296 l 1\n 483 262 420 235 360 235 c 0\n 307 235 114 243 139 338 c 1\n 199 555 l 2\n 219 627 208 627 133 634 c 1\n 133 653 l 1\n 411 653 l 1\n 411 634 l 1\n 332 627 321 627 301 555 c 2\n 241 337 l 1\nEndSplineSet\nEndChar\nStartChar: afii10042\nEncoding: 1064 1064 589\nWidth: 1063\nFlags: HW\nHStem: 0 19<-8 -8 932 932> 0 44<194 423 526 754> 634 19<168 168 446 446 499 499 777 777 830 830 1108 1108>\nVStem: 168 278<634 653> 499 278<634 653> 830 278<634 653>\nFore\n423 44 m 1\n 562 544 l 1\n 581 615 572 628 499 634 c 1\n 499 653 l 1\n 777 653 l 1\n 777 634 l 1\n 697 629 686 625 663 541 c 2\n 526 44 l 1\n 754 44 l 1\n 893 544 l 1\n 912 615 903 628 830 634 c 1\n 830 653 l 1\n 1108 653 l 1\n 1108 634 l 1\n 1028 629 1015 617 992 533 c 1\n 874 109 l 2\n 854 37 857 26 932 19 c 1\n 932 0 l 1\n -8 0 l 1\n -8 19 l 1\n 71 26 90 37 110 109 c 2\n 231 544 l 1\n 250 615 241 628 168 634 c 1\n 168 653 l 1\n 446 653 l 1\n 446 634 l 1\n 366 629 353 617 330 533 c 1\n 194 44 l 1\n 423 44 l 1\nEndSplineSet\nEndChar\nStartChar: afii10043\nEncoding: 1065 1065 590\nWidth: 1065\nFlags: HW\nHStem: 0 44<195 424 527 755> 634 19<831 831>\nFore\n759 0 m 2\n -7 0 l 1\n -8 19 l 1\n 71 26 91 37 111 109 c 2\n 232 544 l 2\n 252 615 240 628 166 634 c 1\n 168 653 l 1\n 446 653 l 1\n 447 634 l 1\n 368 629 354 617 331 533 c 1\n 195 44 l 1\n 424 44 l 1\n 563 544 l 2\n 583 615 574 628 500 634 c 1\n 500 653 l 1\n 777 653 l 1\n 778 634 l 1\n 699 629 687 625 664 541 c 2\n 527 44 l 1\n 755 44 l 1\n 894 544 l 2\n 914 615 905 628 831 634 c 1\n 830 653 l 1\n 1109 653 l 1\n 1109 634 l 1\n 1030 629 1016 617 993 533 c 2\n 881 128 l 2\n 861 56 869 45 944 38 c 1\n 905 -129 l 1\n 880 -129 l 1\n 888 -39 872 0 759 0 c 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: afii10044\nEncoding: 1066 1066 591\nWidth: 731\nFlags: HW\nHStem: 0 19<78 78> 0 37<292.5 342> 334 40<424 469.5> 611 42<221 277 277 331> 634 19<534 534>\nVStem: 552 109\nFore\n331 611 m 1\n 277 611 l 2\n 165 611 137 592 83 483 c 1\n 59 483 l 1\n 112 653 l 1\n 534 653 l 1\n 534 634 l 1\n 454 631 436 617 415 544 c 1\n 367 371 l 1\n 394 373 411 374 437 374 c 0\n 515 374 566 364 602 340 c 1\n 654 308 673 247 654 181 c 0\n 643 139 618 101 583 72 c 0\n 531 28 436 0 342 0 c 2\n 78 0 l 1\n 78 19 l 1\n 155 27 172 37 192 109 c 2\n 331 611 l 1\n282 71 m 1\n 274 44 279 37 306 37 c 0\n 441 37 517 84 545 187 c 0\n 572 284 527 334 412 334 c 0\n 392 334 378 333 354 331 c 1\n 282 71 l 1\nEndSplineSet\nEndChar\nStartChar: afii10045\nEncoding: 1067 1067 592\nWidth: 961\nFlags: HW\nHStem: 0 19<-8 -8> 0 37<208.5 256> 334 40<338 385.5> 634 19<168 168>\nVStem: 468 107 709 297<634 653>\nFore\n660 109 m 1\n 781 544 l 1\n 802 618 793 629 709 634 c 1\n 709 653 l 1\n 1006 653 l 1\n 1006 634 l 1\n 921 630 903 617 883 544 c 2\n 762 109 l 2\n 742 36 748 22 829 19 c 1\n 830 0 l 1\n 533 0 l 1\n 532 19 l 1\n 617 22 640 34 660 109 c 1\n281 371 m 1\n 308 373 325 374 351 374 c 0\n 429 374 480 364 516 340 c 1\n 568 308 587 247 568 181 c 0\n 557 139 532 101 497 72 c 0\n 445 28 350 0 256 0 c 2\n -8 0 l 1\n -8 19 l 1\n 69 27 86 37 106 109 c 2\n 224 533 l 1\n 247 617 242 627 168 634 c 1\n 167 653 l 1\n 448 653 l 1\n 448 634 l 1\n 368 631 349 617 329 544 c 2\n 281 371 l 1\n198 71 m 1\n 190 44 195 37 222 37 c 0\n 357 37 433 84 461 187 c 0\n 488 284 443 334 328 334 c 0\n 308 334 294 333 270 331 c 1\n 198 71 l 1\nEndSplineSet\nEndChar\nStartChar: afii10046\nEncoding: 1068 1068 593\nWidth: 645\nFlags: HW\nHStem: 0 19<-8 -8> 0 37<208.5 256> 334 40<338 385.5> 634 19<169 169 449 449>\nVStem: 169 280<634 653> 468 107\nFore\n281 371 m 1\n 308 373 325 374 351 374 c 0\n 429 374 480 364 516 340 c 1\n 568 308 587 247 568 181 c 0\n 557 139 532 101 497 72 c 0\n 445 28 350 0 256 0 c 2\n -8 0 l 1\n -8 19 l 1\n 69 27 86 37 106 109 c 2\n 225 533 l 1\n 248 617 243 627 169 634 c 1\n 169 653 l 1\n 449 653 l 1\n 449 634 l 1\n 369 631 350 617 330 544 c 1\n 281 371 l 1\n198 71 m 1\n 190 44 195 37 222 37 c 0\n 357 37 433 84 461 187 c 0\n 488 284 443 334 328 334 c 0\n 308 334 294 333 270 331 c 1\n 198 71 l 1\nEndSplineSet\nEndChar\nStartChar: afii10047\nEncoding: 1069 1069 594\nWidth: 671\nFlags: HW\nHStem: -14 44<149.5 217.5> 315 44<221 513> 450 21<74 97 74 74> 636 39\nVStem: 535 113\nFore\n524 359 m 1\n 564 528 503 636 364 636 c 0\n 307 636 249 615 198 575 c 0\n 157 543 134 515 97 450 c 1\n 74 450 l 1\n 146 676 l 1\n 167 676 l 1\n 167 655 180 643 200 643 c 0\n 209 643 225 646 241 652 c 0\n 295 668 347 676 394 676 c 0\n 476 676 550 645 597 590 c 0\n 650 528 662 435 632 325 c 0\n 606 232 552 146 485 89 c 0\n 407 24 305 -14 206 -14 c 0\n 93 -14 6 32 -32 113 c 1\n -9 131 l 1\n 45 60 103 30 186 30 c 0\n 249 30 310 50 364 88 c 0\n 428 134 481 215 513 315 c 1\n 209 315 l 1\n 221 359 l 1\n 524 359 l 1\nEndSplineSet\nEndChar\nStartChar: afii10048\nEncoding: 1070 1070 595\nWidth: 1191\nFlags: HW\nHStem: 0 19<-8 -8 270 270> 315 44<282 407> 634 19<168 168 446 446> 640 36<794.5 845>\nVStem: -8 278<0 19> 168 278<634 653> 969 110\nFore\n407 315 m 1\n 270 315 l 1\n 212 109 l 2\n 192 38 197 25 270 19 c 1\n 270 0 l 1\n -8 0 l 1\n -8 19 l 1\n 72 24 90 36 113 120 c 1\n 231 544 l 1\n 252 616 243 627 168 634 c 1\n 168 653 l 1\n 446 653 l 1\n 446 634 l 1\n 367 627 354 616 333 544 c 1\n 282 359 l 1\n 418 359 l 1\n 481 545 650 676 832 676 c 0\n 928 676 1002 640 1046 571 c 0\n 1084 511 1089 426 1062 327 c 0\n 1006 126 831 -14 634 -14 c 0\n 546 -14 468 25 428 88 c 0\n 392 143 385 227 407 315 c 1\n822 640 m 0\n 767 640 712 618 661 575 c 0\n 606 528 551 431 522 329 c 0\n 492 218 497 117 536 71 c 0\n 562 40 602 22 648 22 c 0\n 701 22 751 40 796 75 c 0\n 825 98 849 123 865 148 c 0\n 900 200 932 269 948 328 c 0\n 981 447 976 541 936 590 c 0\n 909 622 868 640 822 640 c 0\nEndSplineSet\nEndChar\nStartChar: afii10049\nEncoding: 1071 1071 596\nWidth: 746\nFlags: HW\nHStem: 0 19<-28 -28 337 337 614 614> 616 37<520 568> 634 19<791 791>\nVStem: 211 110 337 277<0 19>\nFore\n-28 19 m 1\n 11 22 39 32 78 66 c 2\n 352 310 l 1\n 288 323 262 335 236 362 c 0\n 211 388 204 430 217 477 c 0\n 229 520 252 557 286 586 c 0\n 336 627 426 653 520 653 c 2\n 791 653 l 1\n 791 634 l 1\n 713 626 701 615 681 544 c 2\n 562 120 l 2\n 539 37 541 25 614 19 c 1\n 614 0 l 1\n 337 0 l 1\n 337 19 l 1\n 416 24 437 37 457 109 c 2\n 510 297 l 1\n 455 299 l 1\n 133 0 l 1\n -28 0 l 1\n -28 19 l 1\n589 580 m 1\n 596 608 588 616 548 616 c 0\n 423 616 353 573 327 479 c 0\n 313 429 322 387 353 368 c 0\n 392 342 425 336 520 334 c 1\n 589 580 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii10065\nEncoding: 1072 1072 597\nWidth: 500\nFlags: HW\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10066\nEncoding: 1073 1073 598\nWidth: 500\nFlags: HW\nHStem: -10 28<188.5 245.5> 432 27 598 74<389 421>\nVStem: 30 90 393 94\nFore\n51 286 m 0\n 93 434 151 558 259 640 c 0\n 301 672 368 672 389 672 c 2\n 486 672 l 2\n 528 672 550 672 567 689 c 1\n 590 689 l 1\n 554 640 527 598 421 598 c 2\n 345 598 l 2\n 288 597 268 585 224 555 c 0\n 156 508 119 382 97 330 c 1\n 165 428 236 460 320 460 c 0\n 448 460 514 365 478 234 c 0\n 439 96 314 -10 188 -10 c 128\n 62 -10 -8 78 51 286 c 0\n300 432 m 0\n 229 432 164 370 138 275 c 0\n 118 204 115 134 129 82 c 1\n 138 42 169 18 208 18 c 0\n 283 18 347 86 378 199 c 0\n 416 336 384 432 300 432 c 0\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: afii10067\nEncoding: 1074 1074 599\nWidth: 429\nFlags: HW\nHStem: -11 39<127.5 215> 427 23<282.5 318.5>\nVStem: 31 82 320 71<115 160> 346 51<365.5 385>\nFore\n292 231 m 1\n 336 227 391 188 391 132 c 0\n 391 41 282 -11 168 -11 c 0\n 48 -11 31 29 31 110 c 0\n 31 274 202 450 313 450 c 0\n 372 450 397 406 397 364 c 0\n 397 309 364 250 292 231 c 1\n221 208 m 0\n 184 208 130 199 130 199 c 1\n 123 168 76 28 179 28 c 0\n 251 28 320 92 320 138 c 0\n 320 186 281 208 221 208 c 0\n152 253 m 2\n 141 227 l 1\n 225 239 260 242 297 277 c 0\n 328 307 346 350 346 381 c 0\n 346 404 329 427 308 427 c 0\n 257 427 189 341 152 253 c 2\nEndSplineSet\nEndChar\nStartChar: afii10068\nEncoding: 1075 1075 600\nWidth: 354\nFlags: HW\nHStem: -11 36<124 153> 405 36<214 238.5>\nVStem: 18 80 255 78\nFore\n146 25 m 0\n 195 25 234 47 289 106 c 1\n 305 96 l 1\n 245 20 190 -11 116 -11 c 0\n 32 -11 -3 43 31 119 c 0\n 48 157 89 201 162 259 c 0\n 222 306 246 322 252 351 c 0\n 260 386 256 405 221 405 c 0\n 172 405 133 383 78 324 c 1\n 62 334 l 1\n 122 410 177 441 251 441 c 0\n 324 441 352 398 322 331 c 0\n 308 299 267 256 201 202 c 0\n 139 151 120 131 107 102 c 0\n 87 57 102 25 146 25 c 0\nEndSplineSet\nEndChar\nStartChar: afii10069\nEncoding: 1076 1076 601\nWidth: 552\nFlags: HW\nHStem: -11 21<165.5 207> 420 21<291.5 334.5> 610 65<380.5 412.5>\nVStem: 27 84<86 138> 477 54\nFore\n450 349 m 1\n 450 349 477 455 477 516 c 0\n 477 579 439 610 386 610 c 0\n 320 610 283 596 233 548 c 1\n 211 578 l 1\n 246 615 322 675 439 675 c 0\n 510 675 532 604 531 502 c 0\n 529 312 428 141 362 76 c 0\n 304 19 240 -11 174 -11 c 0\n 83 -11 27 43 27 129 c 0\n 27 286 175 441 325 441 c 0\n 379 441 450 423 450 349 c 1\n313 420 m 0\n 270 420 228 390 189 334 c 0\n 140 263 111 175 111 101 c 0\n 111 46 142 10 189 10 c 0\n 232 10 270 35 307 88 c 0\n 351 153 384 253 384 326 c 0\n 384 383 356 420 313 420 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10070\nEncoding: 1077 1077 602\nWidth: 444\nFlags: HW\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10072\nEncoding: 1078 1078 603\nWidth: 1058\nFlags: HW\nHStem: -11 21<111.5 142.5> -11 36<792.5 828> 0 21<430 505 430 430> 198 40<401 484 570 651> 405 36<224 259.5> 420 21<909.5 940.5>\nVStem: 13 87<73.5 83> 322 86<282 326.5> 644 86<103.5 149> 952 87<347 356.5>\nFore\n664 238 m 1\n 708 350 818 441 934 441 c 0\n 994 441 1039 406 1039 360 c 0\n 1039 334 1018 314 991 314 c 0\n 967 314 952 328 952 352 c 0\n 952 361 954 368 961 381 c 0\n 965 390 967 395 967 400 c 0\n 967 412 952 420 929 420 c 0\n 890 420 850 402 821 372 c 0\n 765 313 730 224 730 139 c 0\n 730 68 764 25 821 25 c 0\n 870 25 909 47 964 106 c 1\n 980 96 l 1\n 920 20 865 -11 791 -11 c 0\n 698 -11 644 44 644 139 c 0\n 644 159 647 179 651 198 c 1\n 560 198 l 1\n 505 0 l 1\n 430 0 l 1\n 484 198 l 1\n 391 198 l 1\n 350 82 237 -11 118 -11 c 0\n 58 -11 13 24 13 70 c 0\n 13 96 34 116 61 116 c 0\n 85 116 100 102 100 78 c 0\n 100 69 98 62 91 49 c 0\n 87 40 85 35 85 30 c 0\n 85 18 100 10 123 10 c 0\n 162 10 202 28 231 58 c 0\n 287 117 322 206 322 291 c 0\n 322 362 288 405 231 405 c 0\n 182 405 143 383 88 324 c 1\n 72 334 l 1\n 132 410 187 441 261 441 c 0\n 354 441 408 386 408 291 c 0\n 408 273 405 255 401 238 c 1\n 495 238 l 1\n 546 432 l 1\n 620 432 l 1\n 570 238 l 1\n 664 238 l 1\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: afii10073\nEncoding: 1079 1079 604\nWidth: 363\nFlags: HW\nHStem: -10 37<90 144> 230 25<134 167> 430 20<115 126 126 126> 437 22<228 251>\nVStem: 3 28 248 85<122 181> 299 72<371 391>\nFore\n121 27 m 0\n 167 27 248 64 248 158 c 0\n 248 204 217 230 167 230 c 2\n 128 230 l 1\n 134 255 l 1\n 171 255 l 2\n 215 255 299 278 299 371 c 0\n 299 411 270 437 232 437 c 0\n 164 437 125 402 88 314 c 1\n 73 314 l 1\n 115 450 l 1\n 126 450 l 1\n 127 448 l 2\n 133 440 135 440 139 440 c 0\n 145 440 155 442 168 447 c 0\n 192 455 215 459 241 459 c 0\n 309 459 371 434 371 371 c 0\n 370 299 313 247 272 242 c 1\n 300 236 333 218 333 170 c 0\n 333 74 250 -10 113 -10 c 0\n 22 -10 3 37 3 87 c 0\n 3 99 4 111 6 123 c 1\n 30 128 l 1\n 30 121 l 2\n 30 57 59 27 121 27 c 0\nEndSplineSet\nEndChar\nStartChar: afii10074\nEncoding: 1080 1080 605\nWidth: 500\nFlags: HW\nHStem: 400 14<58 58> 412 20<391 465 465 465>\nVStem: 42 77 289 78\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii10075\nEncoding: 1081 1081 606\nWidth: 500\nFlags: HW\nHStem: 400 14<58 58> 412 20<391 465 465 465> 491 59<291.5 340.5>\nVStem: 42 77 289 78\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\n456 649 m 1\n 485 649 l 1\n 476 607 467 586 447 560 c 0\n 414 515 367 491 314 491 c 0\n 269 491 235 506 212 535 c 0\n 192 561 184 592 184 649 c 1\n 213 649 l 1\n 218 587 257 550 321 550 c 0\n 382 550 431 586 456 649 c 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10076\nEncoding: 1082 1082 607\nWidth: 491\nFlags: HW\nHStem: 0 21<14 89 14 14 275 413 275 275> 224 28<159 160> 372 88<392.5 420.5> 394 65\nFore\n159 252 m 1\n 188 252 l 2\n 229 252 272 292 295 352 c 128\n 318 412 344 460 413 460 c 0\n 449 460 465 435 461 406 c 0\n 458 381 433 372 408 372 c 0\n 377 372 389 394 363 394 c 128\n 337 394 320 254 242 240 c 1\n 313 217 317 130 350 56 c 1\n 370 20 374 18 417 15 c 1\n 413 0 l 1\n 275 0 l 1\n 205 200 l 1\n 196 228 169 224 151 224 c 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 154 430 208 441 c 1\n 211 439 l 1\n 159 252 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: afii10077\nEncoding: 1083 1083 608\nWidth: 538\nFlags: HW\nHStem: -9 59<93.5 103> 412 20<426 500 500 500>\nVStem: 326 75\nFore\n218 260 m 2\n 246 361 326 432 426 432 c 2\n 500 432 l 1\n 415 117 l 1\n 401 61 401 61 401 54 c 0\n 401 46 409 38 417 38 c 0\n 431 38 448 54 478 91 c 2\n 499 117 l 1\n 513 104 l 1\n 444 12 418 -9 373 -9 c 0\n 340 -9 326 7 326 45 c 0\n 326 55 329 69 342 120 c 1\n 415 391 l 1\n 390 392 294 376 245 206 c 0\n 202 57 143 -9 63 -9 c 0\n 44 -9 5 -7 5 23 c 0\n 5 44 22 75 50 75 c 0\n 76 75 85 50 102 50 c 0\n 144 50 176 136 203 207 c 1\n 218 260 l 2\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii10078\nEncoding: 1084 1084 609\nWidth: 731\nFlags: HW\nHStem: -18 21<336 366 336 336> -9 59<93.5 103> 412 20<320.5 394 589 693 693 693>\nVStem: 519 75\nFore\n589 432 m 1\n 693 432 l 1\n 608 117 l 1\n 594 61 594 61 594 54 c 0\n 594 46 602 38 610 38 c 0\n 624 38 641 54 671 91 c 2\n 692 117 l 1\n 706 104 l 1\n 637 12 611 -9 566 -9 c 0\n 533 -9 519 7 519 45 c 0\n 519 55 522 69 535 120 c 1\n 604 376 l 1\n 366 -18 l 1\n 336 -18 l 1\n 310 375 l 1\n 300 375 290 374 245 206 c 0\n 198 31 143 -9 63 -9 c 0\n 44 -9 5 -7 5 23 c 0\n 5 44 22 75 50 75 c 0\n 76 75 85 50 102 50 c 0\n 144 50 180 125 203 207 c 2\n 218 260 l 2\n 246 361 247 432 394 432 c 1\n 414 128 l 1\n 589 432 l 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: afii10079\nEncoding: 1085 1085 610\nWidth: 500\nFlags: HW\nHStem: 0 21<14 89 14 14> 198 40<154 326> 412 20<387 461 461 461>\nVStem: 287 75\nFore\n144 198 m 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 156 430 210 441 c 1\n 213 439 l 1\n 154 238 l 1\n 336 238 l 1\n 387 432 l 1\n 461 432 l 1\n 376 117 l 1\n 362 61 362 61 362 54 c 0\n 362 46 370 38 378 38 c 0\n 392 38 409 54 439 91 c 2\n 460 117 l 1\n 474 104 l 1\n 405 12 379 -9 334 -9 c 0\n 301 -9 287 7 287 45 c 0\n 287 55 290 69 303 120 c 1\n 326 198 l 1\n 144 198 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: afii10080\nEncoding: 1086 1086 611\nWidth: 500\nFlags: HW\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10081\nEncoding: 1087 1087 612\nWidth: 500\nFlags: HW\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10082\nEncoding: 1088 1088 613\nWidth: 500\nFlags: HW\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10083\nEncoding: 1089 1089 614\nWidth: 444\nFlags: HW\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10084\nEncoding: 1090 1090 615\nWidth: 722\nFlags: HW\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10085\nEncoding: 1091 1091 616\nWidth: 444\nFlags: HW\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10086\nEncoding: 1092 1092 617\nWidth: 771\nFlags: HW\nHStem: -205 19<193 220> -12 54<150 162.5> -11 19<428.5 462> 419 22<306.5 337.5> 656 22<572.5 598.5>\nVStem: 25 86<95.5 156> 112 76<-146 -134.5> 604 79<602 616.5> 650 90<279 341>\nFore\n385 400 m 1\n 411 508 443 570 473 609 c 0\n 509 656 548 678 597 678 c 128\n 646 678 683 650 683 613 c 0\n 683 591 664 573 641 573 c 0\n 619 573 604 589 604 613 c 0\n 604 620 606 625 610 634 c 0\n 613 639 614 641 614 644 c 0\n 614 651 605 656 592 656 c 0\n 536 656 499 585 470 428 c 1\n 453 332 l 1\n 511 413 560 441 625 441 c 0\n 696 441 740 394 740 316 c 0\n 740 157 586 -11 440 -11 c 0\n 417 -11 399 -7 374 6 c 1\n 351 -86 280 -205 191 -205 c 0\n 147 -205 112 -180 112 -146 c 0\n 112 -123 128 -105 149 -105 c 128\n 170 -105 188 -122 188 -143 c 0\n 188 -149 187 -153 183 -159 c 0\n 180 -164 179 -167 179 -170 c 0\n 179 -179 187 -186 199 -186 c 0\n 241 -186 274 -131 296 -24 c 1\n 333 153 l 1\n 244 26 198 -12 127 -12 c 0\n 64 -12 25 34 25 105 c 0\n 25 257 186 441 318 441 c 0\n 359 441 379 432 385 400 c 1\n588 398 m 0\n 538 401 480 352 453 284 c 0\n 424 210 388 79 388 45 c 0\n 388 23 408 8 436 8 c 0\n 488 8 536 39 578 98 c 0\n 621 160 650 246 650 312 c 0\n 650 370 631 396 588 398 c 0\n321 419 m 0\n 292 419 259 401 228 370 c 0\n 163 304 111 193 111 119 c 0\n 111 72 133 42 167 42 c 0\n 191 42 218 54 244 76 c 0\n 312 133 380 275 380 358 c 0\n 380 392 354 419 321 419 c 0\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: afii10087\nEncoding: 1093 1093 618\nWidth: 444\nFlags: HW\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10088\nEncoding: 1094 1094 619\nWidth: 500\nFlags: HW\nHStem: 400 14<58 58> 412 20<391 465 465 465>\nVStem: 42 77 289 78\nFore\n382 1 m 1\n 368 -7 354 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\n 475 108 l 1\n 450 72 431 47 415 29 c 128\n 399 11 434 -44 402 -74 c 0\n 371 -103 345 -105 306 -119 c 1\n 295 -103 l 1\n 330 -81 352 -76 373 -42 c 0\n 382 -27 383 -14 382 1 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10089\nEncoding: 1095 1095 620\nWidth: 500\nFlags: HW\nHStem: 400 14<58 58> 412 20<389 461 461 461>\nVStem: 76 77 289 78\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 332 225 361 332 c 1\n 246 139 200 121 129 121 c 0\n 94 121 76 140 76 176 c 0\n 76 194 83 228 101 299 c 1\n 109 328 l 2\n 118 362 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 154 208 l 1\n 153 205 153 203 153 199 c 0\n 153 184 162 174 174 174 c 0\n 206 174 252 232 315 318 c 0\n 366 388 389 432 389 432 c 1\n 461 432 l 1\n 386 133 l 2\n 368 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii10090\nEncoding: 1096 1096 621\nWidth: 750\nFlags: HW\nHStem: 400 14<58 58> 412 20<391 465 465 465 641 715 715 715>\nVStem: 42 77 539 78\nFore\n369 67 m 0\n 367 52 378 42 390 42 c 0\n 422 42 471 93 531 188 c 0\n 577 261 584 277 641 432 c 1\n 715 432 l 1\n 636 133 l 2\n 617 61 617 61 617 55 c 0\n 617 44 621 38 628 38 c 0\n 644 38 659 52 711 117 c 1\n 725 108 l 1\n 657 11 634 -9 587 -9 c 0\n 557 -9 539 9 539 39 c 0\n 539 60 555 129 584 236 c 1\n 469 43 416 -11 345 -11 c 0\n 310 -11 290 8 290 44 c 0\n 290 65 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 370 73 369 67 c 0\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: afii10091\nEncoding: 1097 1097 622\nWidth: 750\nFlags: HW\nHStem: 400 14<58 58> 412 20<391 465 465 465 641 715 715 715>\nVStem: 42 77 539 78\nFore\n587 -9 m 0\n 557 -9 539 9 539 39 c 0\n 539 60 555 129 584 236 c 1\n 469 43 416 -11 345 -11 c 0\n 310 -11 290 8 290 44 c 0\n 290 65 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 370 73 369 67 c 0\n 367 52 378 42 390 42 c 0\n 422 42 471 93 531 188 c 0\n 577 261 584 277 641 432 c 1\n 715 432 l 1\n 636 133 l 2\n 617 61 617 61 617 55 c 0\n 617 44 621 38 628 38 c 0\n 644 38 659 52 711 117 c 1\n 725 108 l 1\n 700 72 681 47 665 29 c 128\n 649 11 684 -44 652 -74 c 0\n 621 -103 595 -105 556 -119 c 1\n 545 -103 l 1\n 580 -81 602 -76 623 -42 c 0\n 632 -27 633 -14 632 1 c 1\n 618 -7 604 -9 587 -9 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii10092\nEncoding: 1098 1098 623\nWidth: 492\nFlags: HW\nHStem: -11 39<210.5 298> 218 41<298 337> 397 55<135.5 164>\nVStem: 115 77 403 71\nFore\n257 386 m 1\n 257 386 239 381 224 381 c 0\n 189 381 182 397 146 397 c 0\n 93 397 79 369 58 319 c 1\n 42 323 l 1\n 73 438 l 1\n 97 447 125 452 146 452 c 0\n 195 452 219 427 272 426 c 0\n 298 426 335 434 367 445 c 1\n 379 431 l 1\n 342 415 272 341 235 253 c 2\n 224 227 l 1\n 247 240 278 259 318 259 c 0\n 397 259 475 212 474 132 c 0\n 472 22 365 -11 251 -11 c 0\n 131 -11 114 29 114 110 c 0\n 114 209 184 320 257 386 c 1\n307 218 m 0\n 260 218 204 162 204 162 c 1\n 197 131 159 28 262 28 c 0\n 334 28 403 92 403 138 c 0\n 403 188 367 218 307 218 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: afii10093\nEncoding: 1099 1099 624\nWidth: 684\nFlags: HW\nHStem: -11 39 231 41<224 265>\nVStem: 48 74 331 71 473 75<47.5 56>\nFore\n646 114 m 1\n 659 103 l 1\n 602 19 565 -11 519 -11 c 0\n 489 -11 473 9 473 46 c 0\n 473 66 479 97 495 155 c 2\n 543 332 l 1\n 549 352 552 368 552 376 c 0\n 552 396 542 399 489 400 c 1\n 489 416 l 1\n 528 419 548 422 649 441 c 1\n 652 439 l 1\n 564 117 l 1\n 563 115 l 1\n 563 113 l 1\n 561 105 558 98 558 95 c 0\n 551 76 548 61 548 51 c 0\n 548 44 556 36 564 36 c 0\n 573 36 588 46 605 63 c 0\n 615 74 622 82 646 114 c 1\n56 176 m 1\n 104 350 l 1\n 105 355 106 361 106 367 c 0\n 106 387 93 393 42 394 c 1\n 42 410 l 1\n 129 426 150 430 204 441 c 1\n 207 439 l 1\n 147 227 l 1\n 164 242 202 272 246 272 c 0\n 325 272 408 216 402 132 c 0\n 393 26 285 -12 179 -11 c 0\n 53 -10 32 77 56 176 c 1\n235 231 m 0\n 191 231 137 182 137 182 c 1\n 130 151 87 28 190 28 c 0\n 261 28 331 92 331 138 c 0\n 331 191 295 231 235 231 c 0\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: afii10094\nEncoding: 1100 1100 625\nWidth: 420\nFlags: HW\nHStem: -11 39 231 41<224 265>\nVStem: 48 74 331 71\nFore\n56 176 m 1\n 104 350 l 1\n 105 355 106 361 106 367 c 0\n 106 387 93 393 42 394 c 1\n 42 410 l 1\n 129 426 150 430 204 441 c 1\n 207 439 l 1\n 147 227 l 1\n 164 242 202 272 246 272 c 0\n 325 272 408 216 402 132 c 0\n 393 26 285 -12 179 -11 c 0\n 53 -10 32 77 56 176 c 1\n235 231 m 0\n 191 231 137 182 137 182 c 1\n 130 151 87 28 190 28 c 0\n 261 28 331 92 331 138 c 0\n 331 191 295 231 235 231 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: afii10095\nEncoding: 1101 1101 626\nWidth: 457\nFlags: HW\nHStem: -11 21<128.5 159.5> 216 37<166 330> 405 36<241 276.5>\nVStem: 30 87<73.5 83> 339 86<284.5 326.5>\nFore\n330 216 m 1\n 156 216 l 1\n 166 253 l 1\n 337 253 l 1\n 338 266 339 278 339 291 c 0\n 339 362 305 405 248 405 c 0\n 199 405 160 383 105 324 c 1\n 89 334 l 1\n 149 410 204 441 278 441 c 0\n 371 441 425 386 425 291 c 0\n 425 135 285 -11 135 -11 c 0\n 75 -11 30 24 30 70 c 0\n 30 96 51 116 78 116 c 0\n 102 116 117 102 117 78 c 0\n 117 69 115 62 108 49 c 0\n 104 40 102 35 102 30 c 0\n 102 18 117 10 140 10 c 0\n 179 10 219 28 248 58 c 0\n 288 100 317 156 330 216 c 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: afii10096\nEncoding: 1102 1102 627\nWidth: 700\nFlags: HW\nHStem: -11 21<365.5 407> 0 21<14 89 14 14> 198 40<156 237> 420 21<491.5 534.5>\nVStem: 227 84<86 138> 584 84<289.5 342.5>\nFore\n251 238 m 1\n 298 350 411 441 525 441 c 0\n 610 441 668 384 668 301 c 0\n 668 226 628 141 562 76 c 0\n 504 19 440 -11 374 -11 c 0\n 283 -11 227 43 227 129 c 0\n 227 152 231 175 237 198 c 1\n 144 198 l 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 156 430 210 441 c 1\n 213 439 l 1\n 156 238 l 1\n 251 238 l 1\n513 420 m 0\n 470 420 428 390 389 334 c 0\n 340 263 311 175 311 101 c 0\n 311 46 342 10 389 10 c 0\n 432 10 470 35 507 88 c 0\n 551 153 584 253 584 326 c 0\n 584 383 556 420 513 420 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: afii10097\nEncoding: 1103 1103 628\nWidth: 560\nFlags: HW\nHStem: -9 59<105.5 111.5> 198 35 396 36<344 394.5>\nVStem: 325 75\nFore\n213 199 m 1\n 157 199 113 215 92 240 c 0\n 73 262 69 280 78 310 c 0\n 86 342 115 373 157 395 c 0\n 201 418 266 432 344 432 c 2\n 425 432 l 1\n 499 432 l 1\n 414 117 l 1\n 400 61 400 61 400 54 c 0\n 400 46 408 38 416 38 c 0\n 430 38 447 54 477 91 c 2\n 498 117 l 1\n 512 104 l 1\n 443 12 417 -9 372 -9 c 0\n 339 -9 325 7 325 45 c 0\n 325 55 328 69 341 120 c 1\n 364 198 l 1\n 294 198 l 2\n 269 197 252 173 248 162 c 0\n 207 46 148 -9 75 -9 c 0\n 56 -9 17 -7 17 23 c 0\n 17 44 34 75 62 75 c 0\n 88 75 97 50 114 50 c 0\n 156 50 186 128 213 199 c 1\n372 232 m 1\n 406 355 l 2\n 412 377 419 396 370 396 c 0\n 304 396 299 391 263 378 c 0\n 230 366 192 340 184 310 c 0\n 174 274 199 254 243 240 c 0\n 266 233 290 232 372 232 c 1\nEndSplineSet\nMinimumDistance: x23,-1 \nEndChar\nStartChar: uni0450\nEncoding: 1104 1104 629\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 109 -1\nEndChar\nStartChar: afii10071\nEncoding: 1105 1105 630\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332> 491 98<219 223 411 427>\nVStem: 31 87<110 133> 171 98<539 543> 346 66<372 381> 371 98<539 543>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 64 -17\nEndChar\nStartChar: afii10099\nEncoding: 1106 1106 631\nWidth: 484\nFlags: W\nHStem: 0 21G<76 284> 413 37<163 252 337 427>\nDStem: 253 413 337 413 161 81 245 81\nFore\n513 450 m 1\n 483 325 l 1\n 465 325 l 1\n 476 398 465 413 405 413 c 2\n 337 413 l 1\n 245 81 l 1\n 231 32 240 20 288 15 c 1\n 284 0 l 1\n 76 0 l 1\n 80 15 l 1\n 131 19 144 18 161 81 c 1\n 253 413 l 1\n 185 413 l 2\n 125 413 106 398 77 325 c 1\n 59 325 l 1\n 97 450 l 1\n 513 450 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: afii10100\nEncoding: 1107 1107 632\nWidth: 454\nFlags: W\nHStem: 0 21G<17 225> 413 37<278 385>\nDStem: 182 369 278 413 102 81 186 81\nFore\n267 491 m 1\n 429 651 l 2\n 436 657 444 661 454 661 c 0\n 474 661 490 645 490 625 c 0\n 490 613 485 604 473 597 c 2\n 302 491 l 1\n 267 491 l 1\n143 450 m 1\n 139 435 l 1\n 187 430 196 418 182 369 c 1\n 102 81 l 2\n 89 35 72 19 21 15 c 1\n 17 0 l 1\n 225 0 l 1\n 229 15 l 1\n 181 20 172 32 186 81 c 1\n 278 413 l 1\n 368 413 l 2\n 428 413 439 398 428 325 c 1\n 446 325 l 1\n 476 450 l 1\n 143 450 l 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: afii10101\nEncoding: 1108 1108 633\nWidth: 444\nFlags: W\nHStem: -9.99736 71.9974<150 212> 216 37<111 277> 431 29<294 311>\nVStem: 341 96.3735<373 385>\nFore\n277 216 m 1\n 102 216 l 1\n 89 123 132 62 212 62 c 0\n 269 62 311 86 379 156 c 1\n 390 147 l 1\n 344 88 318 61 284 37 c 0\n 239 6 195 -10 150 -10 c 0\n 39 -10 -14 83 22 213 c 0\n 44 292 90 360 153 404 c 0\n 204 440 260 460 309 460 c 0\n 393 460 450 413 435 357 c 0\n 428 334 401 315 375 315 c 0\n 354 315 341 333 341 361 c 2\n 341 383 l 2\n 341 420 331 431 295 431 c 0\n 213 431 138 358 110 253 c 1\n 287 253 l 1\n 277 216 l 1\nEndSplineSet\nEndChar\nStartChar: afii10102\nEncoding: 1109 1109 634\nWidth: 389\nFlags: W\nHStem: -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240>\nVStem: 109.004 72.9964<331 364> 227.993 76.0067<87 119>\nFore\n36 146 m 1\n 52 146 l 1\n 68 51 99 10 154 10 c 0\n 198 10 228 42 228 87 c 0\n 228 116 211 151 172 202 c 0\n 130 256 109 299 109 331 c 0\n 109 398 157 441 230 441 c 0\n 246 441 261 439 286 431 c 0\n 305 426 315 424 322 424 c 0\n 336 424 344 428 352 442 c 1\n 366 442 l 1\n 346 303 l 1\n 330 303 l 1\n 320 381 290 418 238 418 c 0\n 203 418 182 397 182 364 c 0\n 182 337 198 306 236 259 c 0\n 283 201 304 157 304 119 c 0\n 304 43 244 -11 160 -11 c 0\n 144 -11 127 -8 105 -1 c 0\n 85 4 67 8 56 8 c 0\n 46 8 40 3 32 -13 c 1\n 16 -13 l 1\n 36 146 l 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii10103\nEncoding: 1110 1110 635\nWidth: 278\nFlags: W\nHStem: 548 106<209 223>\nVStem: 49 75<47 53> 167 97<597 603>\nDStem: 119 332 228 439 71 155 140 117\nFore\n222 114 m 1\n 235 103 l 1\n 178 19 141 -11 95 -11 c 0\n 65 -11 49 9 49 46 c 0\n 49 66 55 97 71 155 c 2\n 119 332 l 1\n 125 352 128 368 128 376 c 0\n 128 396 118 399 65 400 c 1\n 65 416 l 1\n 104 419 124 422 225 441 c 1\n 228 439 l 1\n 140 117 l 1\n 139 115 l 1\n 139 113 l 1\n 137 105 134 98 134 95 c 0\n 127 76 124 61 124 51 c 0\n 124 44 132 36 140 36 c 0\n 149 36 164 46 181 63 c 0\n 191 74 198 82 222 114 c 1\n214 654 m 0\n 241 654 264 628 264 599 c 0\n 264 571 241 548 215 548 c 0\n 186 548 167 569 167 601 c 0\n 167 631 187 654 214 654 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: afii10104\nEncoding: 1111 1111 636\nWidth: 278\nFlags: W\nHStem: 491 98<127 131 319 335>\nVStem: 49 75<47 53> 79 98<539 543> 279 98<539 543>\nDStem: 119 332 228 439 71 155 140 117\nRef: 305 305 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 -28 -17\nEndChar\nStartChar: afii10105\nEncoding: 1112 1112 637\nWidth: 278\nFlags: W\nHStem: -207 23<-46 -36> 548 106<225 229>\nVStem: -124 81<-147 -139> 179 97<593 609>\nDStem: 131 289 246 439 59 -3 142 28\nFore\n246 439 m 1\n 142 28 l 2\n 102 -131 42 -207 -45 -207 c 0\n -91 -207 -124 -181 -124 -146 c 0\n -124 -122 -107 -104 -84 -104 c 128\n -61 -104 -43 -120 -43 -141 c 0\n -43 -149 -45 -154 -51 -162 c 0\n -55 -167 -56 -169 -56 -173 c 0\n -56 -180 -50 -184 -38 -184 c 0\n 2 -184 25 -140 59 -3 c 2\n 131 289 l 1\n 142 332 147 359 147 369 c 128\n 147 379 144 388 140 392 c 0\n 135 396 115 402 107 401 c 2\n 100 400 l 1\n 73 400 l 1\n 73 416 l 1\n 104 417 154 425 243 441 c 1\n 246 439 l 1\n226 654 m 0\n 253 654 276 628 276 599 c 0\n 276 571 253 548 227 548 c 0\n 198 548 179 569 179 601 c 0\n 179 632 199 654 226 654 c 0\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: afii10106\nEncoding: 1113 1113 638\nWidth: 538\nFlags: W\nHStem: -8.99655 58.9966<63 102> -8.5001 83.5001<49 53>\nVStem: 326.154 74.8459<49 55>\nDStem: 415 391 500 432 342 120 415 117\nFore\n218 260 m 2\n 246 361 326 432 426 432 c 2\n 500 432 l 1\n 415 117 l 1\n 401 61 401 61 401 54 c 0\n 401 46 409 38 417 38 c 0\n 431 38 448 54 478 91 c 2\n 499 117 l 1\n 513 104 l 1\n 444 12 418 -9 373 -9 c 0\n 340 -9 326 7 326 45 c 0\n 326 55 329 69 342 120 c 1\n 415 391 l 1\n 390 392 294 376 245 206 c 0\n 202 57 143 -9 63 -9 c 0\n 44 -9 5 -7 5 23 c 0\n 5 44 22 75 50 75 c 0\n 76 75 85 50 102 50 c 0\n 144 50 176 136 203 207 c 1\n 218 260 l 2\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii10107\nEncoding: 1114 1114 639\nWidth: 500\nFlags: W\nHStem: 0 21G<14 89> 198 40<155 325>\nVStem: 287.57 74.4305<53 55>\nDStem: 110 350 461 432 14 0 376 117 110 350 144 198 14 0 89 0 387 432 461 432 336 238 376 117\nFore\n144 198 m 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 156 430 210 441 c 1\n 213 439 l 1\n 154 238 l 1\n 336 238 l 1\n 387 432 l 1\n 461 432 l 1\n 376 117 l 1\n 362 61 362 61 362 54 c 0\n 362 46 370 38 378 38 c 0\n 392 38 409 54 439 91 c 2\n 460 117 l 1\n 474 104 l 1\n 405 12 379 -9 334 -9 c 0\n 301 -9 287 7 287 45 c 0\n 287 55 290 69 303 120 c 1\n 326 198 l 1\n 144 198 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii10108\nEncoding: 1115 1115 640\nWidth: 500\nFlags: W\nHStem: 0 21G<19 94> 486 51<75 146 236 365>\nVStem: 370 77.2862<364 367>\nDStem: 147 486 222 486 19 0 153 230\nFore\n153 230 m 1\n 246 375 317 441 382 441 c 0\n 421 441 448 414 448 374 c 0\n 448 350 429 276 400 181 c 0\n 383 129 367 66 367 56 c 0\n 367 47 374 38 383 38 c 0\n 399 38 411 49 465 117 c 1\n 478 105 l 1\n 418 18 383 -9 332 -9 c 0\n 305 -9 288 7 288 33 c 0\n 288 45 295 76 308 125 c 2\n 363 332 l 2\n 367 348 370 361 370 365 c 0\n 370 378 357 390 342 390 c 0\n 307 390 239 328 187 249 c 0\n 147 188 134 154 94 0 c 1\n 19 0 l 1\n 147 486 l 1\n 64 486 l 1\n 75 537 l 1\n 161 537 l 1\n 162 544 163 548 164 549 c 0\n 173 578 178 603 178 617 c 128\n 178 631 154 648 140 642 c 0\n 139 641 138 641 137 641 c 2\n 111 641 l 1\n 111 656 l 1\n 171 663 210 670 268 683 c 1\n 273 678 l 1\n 235 537 l 1\n 376 537 l 1\n 365 486 l 1\n 222 486 l 1\n 153 230 l 1\nEndSplineSet\nEndChar\nStartChar: afii10109\nEncoding: 1116 1116 641\nWidth: 491\nFlags: W\nHStem: 0 21G<14 89 275 413> 224.156 27.8443<159 178.26> 372 88<444 462>\nDStem: 110 350 211 439 14 0 159 252 110 350 151 224 14 0 89 0\nFore\n159 252 m 1\n 188 252 l 2\n 229 252 299 318 318 352 c 1\n 368 450 385 460 454 460 c 0\n 490 460 506 435 502 406 c 0\n 499 381 474 372 449 372 c 0\n 418 372 412 394 386 394 c 0\n 366 394 324 258 246 244 c 1\n 317 221 317 130 350 56 c 1\n 370 20 374 18 417 15 c 1\n 413 0 l 1\n 275 0 l 1\n 205 200 l 1\n 196 228 169 224 151 224 c 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 154 430 208 441 c 1\n 211 439 l 1\n 159 252 l 1\n222 510 m 1\n 384 670 l 2\n 391 676 399 680 409 680 c 0\n 429 680 445 664 445 644 c 0\n 445 632 440 623 428 616 c 2\n 257 510 l 1\n 222 510 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni045D\nEncoding: 1117 1117 642\nWidth: 500\nFlags: W\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 117 117 N 1 0 0 1 0 0\nRef: 96 96 N 1 0 0 1 83 0\nEndChar\nStartChar: afii10110\nEncoding: 1118 1118 643\nWidth: 444\nFlags: W\nHStem: -205.052 82.0515<16 17> 421 20<154 158> 491 59<267 283>\nVStem: 332 93.9907<386 404>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 22 -1\nEndChar\nStartChar: afii10193\nEncoding: 1119 1119 644\nWidth: 500\nFlags: W\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni048C\nEncoding: 1164 1164 645\nWidth: 645\nFlags: W\nHStem: 0 37<216 248> 334 40<312 353> 633 20G<169 449>\nVStem: 169 280<634 652> 468.029 107.063<224 240>\nDStem: 225 533 330 544 106 109 281 371 225 533 270 331 106 109 198 71\nFore\n281 371 m 1\n 308 373 325 374 351 374 c 0\n 429 374 480 364 516 340 c 1\n 568 308 587 247 568 181 c 0\n 557 139 532 101 497 72 c 0\n 445 28 350 0 256 0 c 2\n -8 0 l 1\n -8 19 l 1\n 69 27 86 37 106 109 c 2\n 225 533 l 1\n 248 617 243 627 169 634 c 1\n 169 653 l 1\n 449 653 l 1\n 449 634 l 1\n 369 631 350 617 330 544 c 1\n 281 371 l 1\n198 71 m 1\n 190 44 195 37 222 37 c 0\n 357 37 433 84 461 187 c 0\n 488 284 443 334 328 334 c 0\n 308 334 294 333 270 331 c 1\n 198 71 l 1\nEndSplineSet\nEndChar\nStartChar: uni048D\nEncoding: 1165 1165 646\nWidth: 420\nFlags: W\nHStem: -11 39<178 205> 231 41<234 250>\nVStem: 47.7609 74.4076<97 112> 331 71.2795<132.094 138 138.063 153.103>\nDStem: 104 350 207 439 56 176 147 227\nFore\n56 176 m 1\n 104 350 l 1\n 105 355 106 361 106 367 c 0\n 106 387 93 393 42 394 c 1\n 42 410 l 1\n 129 426 150 430 204 441 c 1\n 207 439 l 1\n 147 227 l 1\n 164 242 202 272 246 272 c 0\n 325 272 408 216 402 132 c 0\n 393 26 285 -12 179 -11 c 0\n 53 -10 32 77 56 176 c 1\n235 231 m 0\n 191 231 137 182 137 182 c 1\n 130 151 87 28 190 28 c 0\n 261 28 331 92 331 138 c 0\n 331 191 295 231 235 231 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni048E\nEncoding: 1166 1166 647\nWidth: 611\nFlags: W\nHStem: 0 21<-8 237> 305 37<294 328> 623 30<344.304 376>\nVStem: -8 245<1 16> 494 103<496 517>\nDStem: 192 515 314 595 74 90 243 347 192 515 234 313 74 90 181 120\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni048F\nEncoding: 1167 1167 648\nWidth: 500\nFlags: W\nHStem: -205 16<-74 -74 116 129> -11 19<164 181>\nVStem: -75 205<-204 -190> 379 90<307 330>\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10050\nEncoding: 1168 1168 649\nWidth: 556\nFlags: W\nHStem: 0 21G<-94 186> 624 38<290 482>\nDStem: 146 553 258 590 26 120 125 109\nFore\n610 624 m 1\n 300 624 l 2\n 273 624 266 618 258 590 c 2\n 125 109 l 2\n 105 37 115 23 191 19 c 1\n 186 0 l 1\n -94 0 l 1\n -89 19 l 1\n -12 24 3 37 26 120 c 2\n 146 553 l 1\n 165 623 156 637 84 643 c 1\n 89 662 l 1\n 446 662 l 2\n 559 662 585 677 627 767 c 1\n 652 767 l 1\n 610 624 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: afii10098\nEncoding: 1169 1169 650\nWidth: 418\nFlags: W\nHStem: 0 21G<-57 151> 413 37<205 343>\nDStem: 104 351 205 413 34 99 113 81\nFore\n421 413 m 1\n 205 413 l 1\n 113 81 l 1\n 99 32 108 20 156 15 c 1\n 151 0 l 1\n -57 0 l 1\n -52 15 l 1\n -1 19 16 36 34 99 c 1\n 104 351 l 1\n 121 414 113 431 64 435 c 1\n 68 450 l 1\n 333 450 l 2\n 393 450 412 465 442 538 c 1\n 460 538 l 1\n 421 413 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni0492\nEncoding: 1170 1170 651\nWidth: 556\nFlags: W\nHStem: 0 21G<-8 272> 359 51<114 177 295 404> 624 38<376 520>\nDStem: 175 662 672 662 170 643 635 519 178 359 280 359 112 120 211 109 232 553 344 590 192 410 294 410\nFore\n114 410 m 1\n 192 410 l 1\n 232 553 l 1\n 251 623 242 637 170 643 c 1\n 175 662 l 1\n 672 662 l 1\n 635 519 l 1\n 610 519 l 1\n 618 609 600 624 487 624 c 2\n 386 624 l 2\n 359 624 352 618 344 590 c 2\n 294 410 l 1\n 415 410 l 1\n 404 359 l 1\n 280 359 l 1\n 211 109 l 2\n 191 37 201 23 277 19 c 1\n 272 0 l 1\n -8 0 l 1\n -3 19 l 1\n 74 24 89 37 112 120 c 2\n 178 359 l 1\n 103 359 l 1\n 114 410 l 1\nEndSplineSet\nEndChar\nStartChar: uni0493\nEncoding: 1171 1171 652\nWidth: 452\nFlags: W\nHStem: 0 21G<17 225> 231 51<88 143 243 326> 413 37<278 385>\nDStem: 88 282 228 231 74 231 186 81 144 231 228 231 102 81 186 81 182 369 278 413 158 282 242 282\nFore\n144 231 m 1\n 102 81 l 2\n 89 35 72 19 21 15 c 1\n 17 0 l 1\n 225 0 l 1\n 229 15 l 1\n 181 20 172 32 186 81 c 2\n 228 231 l 1\n 326 231 l 1\n 339 282 l 1\n 242 282 l 1\n 278 413 l 1\n 368 413 l 2\n 428 413 439 398 428 325 c 1\n 446 325 l 1\n 476 450 l 1\n 143 450 l 1\n 139 435 l 1\n 187 430 196 418 182 369 c 1\n 158 282 l 1\n 88 282 l 1\n 74 231 l 1\n 144 231 l 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni0494\nEncoding: 1172 1172 653\nWidth: 556\nFlags: W\nHStem: 0 21G<-8 272> 624 38<376 520>\nDStem: 175 662 672 662 170 643 635 519 232 553 344 590 112 120 211 109\nFore\n386 624 m 2\n 359 624 352 618 344 590 c 2\n 211 109 l 2\n 191 37 201 23 277 19 c 1\n 272 0 l 1\n -8 0 l 1\n -3 19 l 1\n 74 24 89 37 112 120 c 2\n 232 553 l 1\n 251 623 242 637 170 643 c 1\n 175 662 l 1\n 672 662 l 1\n 635 519 l 1\n 610 519 l 1\n 618 609 600 624 487 624 c 2\n 386 624 l 2\nEndSplineSet\nEndChar\nStartChar: uni0495\nEncoding: 1173 1173 654\nWidth: 452\nFlags: W\nHStem: 0 21G<17 225> 413 37<278 385>\nDStem: 182 369 278 413 102 81 186 81\nFore\n143 450 m 1\n 139 435 l 1\n 187 430 196 418 182 369 c 1\n 102 81 l 2\n 89 35 72 19 21 15 c 1\n 17 0 l 1\n 225 0 l 1\n 229 15 l 1\n 181 20 172 32 186 81 c 1\n 278 413 l 1\n 368 413 l 2\n 428 413 439 398 428 325 c 1\n 446 325 l 1\n 476 450 l 1\n 143 450 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni0496\nEncoding: 1174 1174 655\nWidth: 1073\nFlags: W\nHStem: 0 19<-27.9373 5.10892 915.494 948> 326 38<466 498 612 645> 556 112<175 250 1037 1053> 590 77.9981<250 292> 633 20G<494 778>\nVStem: 312.614 42.4984<520.127 557.619> 494 284<634 652>\nDStem: 278 272 334 222 149 127 135 0 499 326 601 326 442 120 544 120 559 544 661 544 509 364 611 364 709 222 793 272 784 0 840 127\nFore\n442 120 m 2\n 499 326 l 1\n 467 326 l 2\n 413 326 394 288 334 222 c 2\n 135 0 l 1\n -29 0 l 1\n -28 19 l 1\n 24 20 49 13 149 127 c 2\n 278 272 l 2\n 318 316 338 341 377 347 c 1\n 347 355 307 420 312 510 c 0\n 315 572 308 590 292 590 c 0\n 264 590 239 556 175 556 c 0\n 155 556 134 570 145 604 c 1\n 158 656 201 668 250 668 c 0\n 303 668 358 652 355 520 c 0\n 354 432 403 364 477 364 c 2\n 509 364 l 1\n 559 544 l 2\n 579 615 570 628 494 634 c 1\n 494 653 l 1\n 778 653 l 1\n 778 634 l 1\n 695 628 681 617 661 544 c 2\n 611 364 l 1\n 643 364 l 2\n 717 364 804 432 851 520 c 0\n 923 652 985 668 1038 668 c 0\n 1077 668 1124 656 1109 604 c 0\n 1100 570 1071 556 1051 556 c 0\n 987 556 982 590 954 590 c 0\n 938 590 921 572 890 510 c 0\n 845 420 769 355 733 347 c 1\n 769 341 777 316 793 272 c 1\n 840 127 l 1\n 878 13 897 20 949 19 c 1\n 948 0 l 1\n 784 0 l 1\n 709 222 l 1\n 685 288 687 326 633 326 c 2\n 601 326 l 1\n 544 120 l 1\n 523 47 524 24 601 19 c 1\n 600 0 l 1\n 318 0 l 1\n 319 19 l 1\n 399 24 419 37 442 120 c 2\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni0497\nEncoding: 1175 1175 656\nWidth: 1058\nFlags: W\nHStem: -11 21<117 125> -10.0246 35.3166<791 821> 0 21G<430 505> 198 40<402 483 571 650> 404.996 36.0044<231 261> 420 21<925 941>\nVStem: 13 87<69 79> 322 86<277 309> 644 86<133 149> 952 87<351 361>\nDStem: 484 198 560 198 430 0 505 0 546 432 620 432 495 238 570 238\nFore\n664 238 m 1\n 708 350 818 441 934 441 c 0\n 994 441 1039 406 1039 360 c 0\n 1039 334 1018 314 991 314 c 0\n 967 314 952 328 952 352 c 0\n 952 361 954 368 961 381 c 0\n 965 390 967 395 967 400 c 0\n 967 412 952 420 929 420 c 0\n 890 420 850 402 821 372 c 0\n 765 313 730 224 730 139 c 0\n 730 68 764 25 821 25 c 0\n 870 25 909 47 964 106 c 1\n 980 96 l 1\n 920 20 865 -11 791 -11 c 0\n 698 -11 644 44 644 139 c 0\n 644 159 647 179 651 198 c 1\n 560 198 l 1\n 505 0 l 1\n 430 0 l 1\n 484 198 l 1\n 391 198 l 1\n 350 82 237 -11 118 -11 c 0\n 58 -11 13 24 13 70 c 0\n 13 96 34 116 61 116 c 0\n 85 116 100 102 100 78 c 0\n 100 69 98 62 91 49 c 0\n 87 40 85 35 85 30 c 0\n 85 18 100 10 123 10 c 0\n 162 10 202 28 231 58 c 0\n 287 117 322 206 322 291 c 0\n 322 362 288 405 231 405 c 0\n 182 405 143 383 88 324 c 1\n 72 334 l 1\n 132 410 187 441 261 441 c 0\n 354 441 408 386 408 291 c 0\n 408 273 405 255 401 238 c 1\n 495 238 l 1\n 546 432 l 1\n 620 432 l 1\n 570 238 l 1\n 664 238 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0498\nEncoding: 1176 1176 657\nWidth: 575\nFlags: W\nHStem: -13.4572 43.4572<187 199> 312 57<213 265> 634.781 40.2748<380 408>\nVStem: 364.989 103.841<210 226> 460.745 80.2792<555 570>\nFore\n188 30 m 0\n 247 30 336 78 352 135 c 0\n 377 226 378 312 245 312 c 2\n 197 312 l 1\n 213 369 l 1\n 263 369 l 2\n 405 369 443 488 458 542 c 0\n 473 597 442 635 380 635 c 0\n 335 635 287 616 242 580 c 0\n 202 548 181 522 149 463 c 1\n 124 463 l 1\n 205 676 l 1\n 226 676 l 1\n 224 653 231 642 248 642 c 0\n 258 642 277 646 296 654 c 1\n 337 668 376 676 408 676 c 0\n 451 676 490 659 515 630 c 0\n 542 599 548 557 533 505 c 0\n 515 440 467 376 389 344 c 1\n 463 318 481 235 462 168 c 0\n 433 65 323 -14 208 -14 c 0\n 95 -14 8 32 -30 113 c 1\n -7 131 l 1\n 47 60 105 30 188 30 c 0\nEndSplineSet\nEndChar\nStartChar: uni0499\nEncoding: 1177 1177 658\nWidth: 391\nFlags: W\nHStem: -10 37<131 154> 225 25<152 191> 437 22<245 262>\nVStem: 257.689 77.4844<144 156> 309.477 65.4973<358 374>\nFore\n140 27 m 0\n 178 27 233 44 254 119 c 0\n 269 173 237 225 184 225 c 2\n 145 225 l 1\n 152 250 l 1\n 189 250 l 2\n 234 250 293 292 306 341 c 0\n 321 396 297 437 251 437 c 0\n 194 437 154 403 107 314 c 1\n 92 314 l 1\n 133 450 l 1\n 144 450 l 1\n 146 448 l 2\n 152 440 154 440 158 440 c 0\n 164 440 174 442 186 447 c 0\n 211 455 234 459 260 459 c 0\n 339 459 391 408 371 336 c 0\n 355 280 303 246 272 237 c 1\n 319 232 346 178 332 127 c 0\n 312 57 256 -10 132 -10 c 0\n 30 -10 17 80 5 126 c 1\n 22 135 l 1\n 51 65 83 27 140 27 c 0\nEndSplineSet\nEndChar\nStartChar: uni049A\nEncoding: 1178 1178 659\nWidth: 743\nFlags: W\nHStem: 0 19<613.81 646> 326 38<301 334> 556 112<723 739> 633 20G<184 468>\nDStem: 250 544 352 544 131 120 300 364 250 544 290 326 131 120 229 109 407 222 491 272 482 0 538 127\nFore\n795 604 m 0\n 786 570 757 556 737 556 c 0\n 673 556 668 590 640 590 c 0\n 624 590 607 572 576 510 c 0\n 531 420 458 355 422 347 c 1\n 458 341 475 316 491 272 c 1\n 538 127 l 1\n 576 13 595 20 647 19 c 1\n 646 0 l 1\n 482 0 l 1\n 407 222 l 1\n 383 288 376 326 322 326 c 2\n 290 326 l 1\n 229 109 l 1\n 209 36 213 24 290 19 c 1\n 289 0 l 1\n 7 0 l 1\n 8 19 l 1\n 88 24 107 37 131 120 c 1\n 250 544 l 2\n 270 615 261 628 185 634 c 1\n 184 653 l 1\n 468 653 l 1\n 469 634 l 1\n 386 628 373 617 352 544 c 2\n 300 364 l 1\n 332 364 l 2\n 406 364 490 432 537 520 c 0\n 609 652 672 668 724 668 c 0\n 763 668 810 656 795 604 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni049B\nEncoding: 1179 1179 660\nWidth: 491\nFlags: W\nHStem: 0 21G<14 89 275 413> 224.156 27.8443<159 178.26> 372 88<446 462>\nDStem: 110 350 211 439 14 0 159 252 110 350 151 224 14 0 89 0\nFore\n159 252 m 1\n 188 252 l 2\n 229 252 299 318 318 352 c 1\n 368 450 385 460 454 460 c 0\n 490 460 506 435 502 406 c 0\n 499 381 474 372 449 372 c 0\n 418 372 412 394 386 394 c 0\n 366 394 324 258 246 244 c 1\n 317 221 317 130 350 56 c 1\n 370 20 374 18 417 15 c 1\n 413 0 l 1\n 275 0 l 1\n 205 200 l 1\n 196 228 169 224 151 224 c 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 154 430 208 441 c 1\n 211 439 l 1\n 159 252 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni049C\nEncoding: 1180 1180 661\nWidth: 743\nFlags: W\nHStem: 0 19<613.81 646> 326 38<301 334> 556 112<723 739> 633 20G<184 468>\nDStem: 250 544 352 544 131 120 300 364 250 544 290 326 131 120 229 109 407 222 491 272 482 0 538 127\nFore\n795 604 m 0\n 786 570 757 556 737 556 c 0\n 673 556 668 590 640 590 c 0\n 624 590 607 572 576 510 c 0\n 531 420 458 355 422 347 c 1\n 458 341 475 316 491 272 c 1\n 538 127 l 1\n 576 13 595 20 647 19 c 1\n 646 0 l 1\n 482 0 l 1\n 407 222 l 1\n 383 288 376 326 322 326 c 2\n 290 326 l 1\n 229 109 l 1\n 209 36 213 24 290 19 c 1\n 289 0 l 1\n 7 0 l 1\n 8 19 l 1\n 88 24 107 37 131 120 c 1\n 250 544 l 2\n 270 615 261 628 185 634 c 1\n 184 653 l 1\n 468 653 l 1\n 469 634 l 1\n 386 628 373 617 352 544 c 2\n 300 364 l 1\n 332 364 l 2\n 406 364 490 432 537 520 c 0\n 609 652 672 668 724 668 c 0\n 763 668 810 656 795 604 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni049D\nEncoding: 1181 1181 662\nWidth: 491\nFlags: W\nHStem: 0 21G<14 89 275 413> 224.156 27.8443<159 178.26> 372 88<446 462>\nDStem: 110 350 211 439 14 0 159 252 110 350 151 224 14 0 89 0\nFore\n159 252 m 1\n 188 252 l 2\n 229 252 299 318 318 352 c 1\n 368 450 385 460 454 460 c 0\n 490 460 506 435 502 406 c 0\n 499 381 474 372 449 372 c 0\n 418 372 412 394 386 394 c 0\n 366 394 324 258 246 244 c 1\n 317 221 317 130 350 56 c 1\n 370 20 374 18 417 15 c 1\n 413 0 l 1\n 275 0 l 1\n 205 200 l 1\n 196 228 169 224 151 224 c 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 154 430 208 441 c 1\n 211 439 l 1\n 159 252 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni049E\nEncoding: 1182 1182 663\nWidth: 743\nFlags: W\nHStem: 0 19<613.81 646> 326 38<301 336> 483 51<166 232 350 416> 483 170<334 349> 556 112<723 739>\nDStem: 233 483 334 483 131 120 300 364 233 483 290 326 131 120 229 109 407 222 491 272 482 0 538 127\nFore\n166 534 m 1\n 247 534 l 1\n 250 544 l 2\n 270 615 261 628 185 634 c 1\n 184 653 l 1\n 468 653 l 1\n 469 634 l 1\n 386 628 373 617 352 544 c 2\n 349 534 l 1\n 427 534 l 1\n 416 483 l 1\n 334 483 l 1\n 300 364 l 1\n 332 364 l 2\n 406 364 490 432 537 520 c 0\n 609 652 672 668 724 668 c 0\n 763 668 810 656 795 604 c 0\n 786 570 757 556 737 556 c 0\n 673 556 668 590 640 590 c 0\n 624 590 607 572 576 510 c 0\n 531 420 458 355 422 347 c 1\n 458 341 475 316 491 272 c 1\n 538 127 l 1\n 576 13 595 20 647 19 c 1\n 646 0 l 1\n 482 0 l 1\n 407 222 l 1\n 383 288 376 326 322 326 c 2\n 290 326 l 1\n 229 109 l 1\n 209 36 213 24 290 19 c 1\n 289 0 l 1\n 7 0 l 1\n 8 19 l 1\n 88 24 107 37 131 120 c 1\n 233 483 l 1\n 155 483 l 1\n 166 534 l 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni049F\nEncoding: 1183 1183 664\nWidth: 491\nFlags: W\nHStem: 0 21G<14 89 275 413> 224.156 27.8443<159 178.26> 311 51<25 98 191 256> 372 88<446 462>\nDStem: 99 311 175 311 14 0 159 252 99 311 151 224 14 0 89 0\nFore\n25 362 m 1\n 112 362 l 1\n 112 364 112 365 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 154 430 208 441 c 1\n 211 439 l 1\n 190 362 l 1\n 271 362 l 1\n 256 311 l 1\n 175 311 l 1\n 159 252 l 1\n 188 252 l 2\n 229 252 299 318 318 352 c 1\n 368 450 385 460 454 460 c 0\n 490 460 506 435 502 406 c 0\n 499 381 474 372 449 372 c 0\n 418 372 412 394 386 394 c 0\n 366 394 324 258 246 244 c 1\n 317 221 317 130 350 56 c 1\n 370 20 374 18 417 15 c 1\n 413 0 l 1\n 275 0 l 1\n 205 200 l 1\n 196 228 169 224 151 224 c 1\n 89 0 l 1\n 14 0 l 1\n 99 311 l 1\n 14 311 l 1\n 25 362 l 1\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: uni04A0\nEncoding: 1184 1184 665\nWidth: 743\nFlags: W\nHStem: 0 19<613.81 646> 326 38<301 334> 556 112<723 739> 633 20G<184 468>\nDStem: 250 544 352 544 131 120 300 364 250 544 290 326 131 120 229 109 407 222 491 272 482 0 538 127\nFore\n795 604 m 0\n 786 570 757 556 737 556 c 0\n 673 556 668 590 640 590 c 0\n 624 590 607 572 576 510 c 0\n 531 420 458 355 422 347 c 1\n 458 341 475 316 491 272 c 1\n 538 127 l 1\n 576 13 595 20 647 19 c 1\n 646 0 l 1\n 482 0 l 1\n 407 222 l 1\n 383 288 376 326 322 326 c 2\n 290 326 l 1\n 229 109 l 1\n 209 36 213 24 290 19 c 1\n 289 0 l 1\n 7 0 l 1\n 8 19 l 1\n 88 24 107 37 131 120 c 1\n 250 544 l 2\n 270 615 261 628 185 634 c 1\n 184 653 l 1\n 468 653 l 1\n 469 634 l 1\n 386 628 373 617 352 544 c 2\n 300 364 l 1\n 332 364 l 2\n 406 364 490 432 537 520 c 0\n 609 652 672 668 724 668 c 0\n 763 668 810 656 795 604 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni04A1\nEncoding: 1185 1185 666\nWidth: 491\nFlags: W\nHStem: 0 21G<14 89 275 413> 224.156 27.8443<159 178.26> 372 88<446 462>\nDStem: 110 350 211 439 14 0 159 252 110 350 151 224 14 0 89 0\nFore\n159 252 m 1\n 188 252 l 2\n 229 252 299 318 318 352 c 1\n 368 450 385 460 454 460 c 0\n 490 460 506 435 502 406 c 0\n 499 381 474 372 449 372 c 0\n 418 372 412 394 386 394 c 0\n 366 394 324 258 246 244 c 1\n 317 221 317 130 350 56 c 1\n 370 20 374 18 417 15 c 1\n 413 0 l 1\n 275 0 l 1\n 205 200 l 1\n 196 228 169 224 151 224 c 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 154 430 208 441 c 1\n 211 439 l 1\n 159 252 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni04A2\nEncoding: 1186 1186 667\nWidth: 722\nFlags: W\nHStem: 0 21<-8 238 355 628> 326 42<249 520> 633 20<130 403 520 767>\nVStem: -8 246<1 16> 130 273<637 652> 355 273<1 16> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 236 326 73 90 170 82 196 532 685 563 73 90 553 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A3\nEncoding: 1187 1187 668\nWidth: 500\nFlags: W\nHStem: 0 21G<14 89> 198 40<155 325>\nVStem: 287.57 74.4305<53 55>\nDStem: 110 350 461 432 14 0 376 117 110 350 144 198 14 0 89 0 387 432 461 432 336 238 376 117\nFore\n144 198 m 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 156 430 210 441 c 1\n 213 439 l 1\n 154 238 l 1\n 336 238 l 1\n 387 432 l 1\n 461 432 l 1\n 376 117 l 1\n 362 61 362 61 362 54 c 0\n 362 46 370 38 378 38 c 0\n 392 38 409 54 439 91 c 2\n 460 117 l 1\n 474 104 l 1\n 405 12 379 -9 334 -9 c 0\n 301 -9 287 7 287 45 c 0\n 287 55 290 69 303 120 c 1\n 326 198 l 1\n 144 198 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni04A4\nEncoding: 1188 1188 669\nWidth: 722\nFlags: W\nHStem: 0 21<-8 238 355 628> 326 42<249 520> 633 20<130 403 520 767>\nVStem: -8 246<1 16> 130 273<637 652> 355 273<1 16> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 236 326 73 90 170 82 196 532 685 563 73 90 553 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A5\nEncoding: 1189 1189 670\nWidth: 500\nFlags: W\nHStem: 0 21G<14 89> 198 40<155 325>\nVStem: 287.57 74.4305<53 55>\nDStem: 110 350 461 432 14 0 376 117 110 350 144 198 14 0 89 0 387 432 461 432 336 238 376 117\nFore\n144 198 m 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 156 430 210 441 c 1\n 213 439 l 1\n 154 238 l 1\n 336 238 l 1\n 387 432 l 1\n 461 432 l 1\n 376 117 l 1\n 362 61 362 61 362 54 c 0\n 362 46 370 38 378 38 c 0\n 392 38 409 54 439 91 c 2\n 460 117 l 1\n 474 104 l 1\n 405 12 379 -9 334 -9 c 0\n 301 -9 287 7 287 45 c 0\n 287 55 290 69 303 120 c 1\n 326 198 l 1\n 144 198 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni04A6\nEncoding: 1190 1190 671\nWidth: 814\nFlags: W\nHStem: 0 21G<-7 270 398 675> 609 44<351 653>\nVStem: 168 683<634 652>\nDStem: 231 544 351 609 114 120 213 109 654 609 738 544 519 120 618 109\nFore\n851 653 m 1\n 851 634 l 1\n 772 627 758 616 738 544 c 2\n 618 109 l 1\n 598 38 602 25 676 19 c 1\n 675 0 l 1\n 398 0 l 1\n 398 19 l 1\n 477 24 495 36 519 120 c 1\n 654 609 l 1\n 351 609 l 1\n 213 109 l 1\n 193 38 197 25 271 19 c 1\n 270 0 l 1\n -7 0 l 1\n -7 19 l 1\n 72 24 90 36 114 120 c 1\n 231 544 l 2\n 251 616 243 627 168 634 c 1\n 168 653 l 1\n 851 653 l 1\nEndSplineSet\nEndChar\nStartChar: uni04A7\nEncoding: 1191 1191 672\nWidth: 500\nFlags: W\nHStem: 0 21<14 89>\nVStem: 287.57 74.4305<53 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A8\nEncoding: 1192 1192 673\nWidth: 667\nFlags: W\nHStem: -17.8293 44.8293<338 353> 630 36<466 483> 644 20<668 689>\nVStem: 66 112<222 254>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04A9\nEncoding: 1193 1193 674\nWidth: 444\nFlags: W\nHStem: -10.9981 35.9981<177 207> 420 21<302 322>\nVStem: 30 86<133 149> 338 87<351 361>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AA\nEncoding: 1194 1194 675\nWidth: 667\nFlags: W\nHStem: -17.8293 44.8293<338 353> 630 36<466 483> 644 20<668 689>\nVStem: 66 112<222 254>\nRef: 67 67 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AB\nEncoding: 1195 1195 676\nWidth: 444\nFlags: W\nHStem: -10.9981 35.9981<177 207> 420 21<302 322>\nVStem: 30 86<133 149> 338 87<351 361>\nRef: 99 99 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AC\nEncoding: 1196 1196 677\nWidth: 556\nFlags: W\nHStem: 0 19<317 330.536> 618 35<251 314 416 491>\nVStem: 65 290<1 16>\nDStem: 315 618 416 618 171 90 277 120\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AD\nEncoding: 1197 1197 678\nWidth: 484\nFlags: W\nHStem: 0 21G<76 284> 413 37<163 252 337 427>\nDStem: 253 413 337 413 161 81 245 81\nFore\n513 450 m 1\n 483 325 l 1\n 465 325 l 1\n 476 398 465 413 405 413 c 2\n 337 413 l 1\n 245 81 l 1\n 231 32 240 20 288 15 c 1\n 284 0 l 1\n 76 0 l 1\n 80 15 l 1\n 131 19 144 18 161 81 c 1\n 253 413 l 1\n 185 413 l 2\n 125 413 106 398 77 325 c 1\n 59 325 l 1\n 97 450 l 1\n 513 450 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni04AE\nEncoding: 1198 1198 679\nWidth: 556\nFlags: W\nHStem: 0 21<78 367> 633 20<91 330 444 633>\nVStem: 78 289<1 16> 91 239<637 652> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04AF\nEncoding: 1199 1199 680\nWidth: 556\nFlags: W\nHStem: -214 538<200 211>\nVStem: 66 233<-213 -201> 77 192<311 323> 361 153<311 323>\nDStem: 200 35 281 38 151 -140 257 -45 296 110 457 261 265 72 281 38\nFore\n76 311 m 2\n 77 311 l 1\n 77 324 l 1\n 269 324 l 1\n 269 311 l 1\n 221 306 211 301 211 281 c 0\n 211 269 220 233 240 163 c 0\n 253 119 256 108 265 72 c 1\n 296 110 l 1\n 380 209 417 263 417 285 c 0\n 417 299 407 306 383 308 c 0\n 380 309 371 310 361 311 c 1\n 361 324 l 1\n 514 324 l 1\n 514 311 l 1\n 490 299 483 294 457 261 c 2\n 281 38 l 1\n 257 -45 l 1\n 257 -48 255 -54 252 -62 c 0\n 233 -126 227 -151 227 -168 c 0\n 227 -188 239 -197 270 -198 c 0\n 275 -199 286 -200 299 -201 c 1\n 299 -214 l 1\n 66 -214 l 1\n 66 -201 l 1\n 119 -198 137 -184 151 -140 c 1\n 200 35 l 1\n 138 256 l 1\n 124 302 122 304 76 311 c 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni04B0\nEncoding: 1200 1200 681\nWidth: 556\nFlags: W\nHStem: 0 21G<78 367> 251 51<147 228 344 437> 633 20G<91 330 444 633>\nVStem: 78 289<1 16> 91 239<637 652> 444 189<637 652>\nDStem: 229 251 328 251 183 90 315 205 363 393 563 576 325 347 344 306\nFore\n167 571 m 1\n 150 626 147 629 91 637 c 1\n 91 653 l 1\n 330 653 l 1\n 330 637 l 1\n 270 631 258 625 258 601 c 0\n 258 586 269 543 294 457 c 0\n 310 404 313 391 325 347 c 1\n 363 393 l 1\n 467 514 513 579 513 606 c 0\n 513 623 500 631 471 634 c 0\n 467 635 456 636 444 637 c 1\n 444 653 l 1\n 633 653 l 1\n 633 637 l 1\n 603 623 595 616 563 576 c 2\n 344 306 l 1\n 343 302 l 1\n 448 302 l 1\n 437 251 l 1\n 328 251 l 1\n 315 205 l 2\n 314 201 312 194 309 185 c 0\n 285 107 278 77 278 56 c 0\n 278 31 292 21 331 19 c 0\n 337 18 351 17 367 16 c 1\n 367 0 l 1\n 78 0 l 1\n 78 16 l 1\n 144 20 166 36 183 90 c 1\n 229 251 l 1\n 136 251 l 1\n 147 302 l 1\n 244 302 l 1\n 167 571 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B1\nEncoding: 1201 1201 682\nWidth: 556\nFlags: W\nHStem: -214 538<200 211>\nVStem: 66 233<-213 -201> 77 192<311 323> 361 153<311 323>\nDStem: 200 35 281 38 151 -140 257 -45 296 110 457 261 265 72 281 38\nFore\n76 311 m 2\n 77 311 l 1\n 77 324 l 1\n 269 324 l 1\n 269 311 l 1\n 221 306 211 301 211 281 c 0\n 211 269 220 233 240 163 c 0\n 253 119 256 108 265 72 c 1\n 296 110 l 1\n 380 209 417 263 417 285 c 0\n 417 299 407 306 383 308 c 0\n 380 309 371 310 361 311 c 1\n 361 324 l 1\n 514 324 l 1\n 514 311 l 1\n 490 299 483 294 457 261 c 2\n 281 38 l 1\n 257 -45 l 1\n 257 -48 255 -54 252 -62 c 0\n 233 -126 227 -151 227 -168 c 0\n 227 -188 239 -197 270 -198 c 0\n 275 -199 286 -200 299 -201 c 1\n 299 -214 l 1\n 66 -214 l 1\n 66 -201 l 1\n 119 -198 137 -184 151 -140 c 1\n 200 35 l 1\n 138 256 l 1\n 124 302 122 304 76 311 c 2\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni04B2\nEncoding: 1202 1202 683\nWidth: 611\nFlags: W\nHStem: 0 16<163 184> 633 20<76 340 447 655>\nVStem: -29 214<1 16> 76 264<637 652> 294 273<1 16> 447 208<637 652>\nDStem: 168 576 284 540 274 313 343 393 292 269 361 348 359 104 463 90 488 560 530 542 343 393 361 348\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B3\nEncoding: 1203 1203 684\nWidth: 444\nFlags: W\nHStem: -11 76.9848<7 23> 368 73<404 416>\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04B4\nEncoding: 1204 1204 685\nWidth: 807\nFlags: W\nHStem: 0 44<195 497> 633 20G<168 446 573 851>\nVStem: 168 278<634 652> 573 278<634 652>\nDStem: 231 544 330 533 110 109 194 44 636 544 735 533 497 44 622 128\nFore\n501 0 m 2\n -8 0 l 1\n -8 19 l 1\n 71 26 90 37 110 109 c 2\n 231 544 l 2\n 251 615 241 628 168 634 c 1\n 168 653 l 1\n 446 653 l 1\n 446 634 l 1\n 366 629 353 617 330 533 c 1\n 194 44 l 1\n 497 44 l 1\n 636 544 l 1\n 655 615 646 628 573 634 c 1\n 573 653 l 1\n 851 653 l 1\n 851 634 l 1\n 771 629 758 617 735 533 c 1\n 622 128 l 2\n 602 56 610 45 685 38 c 1\n 647 -129 l 1\n 622 -129 l 1\n 630 -39 614 0 501 0 c 2\nEndSplineSet\nEndChar\nStartChar: uni04B5\nEncoding: 1205 1205 686\nWidth: 500\nFlags: W\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nFore\n382 1 m 1\n 368 -7 354 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\n 475 108 l 1\n 450 72 431 47 415 29 c 128\n 399 11 434 -44 402 -74 c 0\n 371 -103 345 -105 306 -119 c 1\n 295 -103 l 1\n 330 -81 352 -76 373 -42 c 0\n 382 -27 383 -14 382 1 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni04B6\nEncoding: 1206 1206 687\nWidth: 772\nFlags: W\nHStem: 0 21G<362 640> 235 44<357 373> 633 20G<133 411 538 816>\nVStem: 133 278<634 652> 362 278<1 19> 538 278<634 652>\nDStem: 199 555 301 555 139 338 241 337 532 296 703 544 483 120 582 109 601 544 703 544 544 340 582 109\nFore\n241 337 m 1\n 229 299 330 279 370 279 c 0\n 425 279 490 304 544 340 c 1\n 601 544 l 2\n 621 616 613 627 538 634 c 1\n 538 653 l 1\n 816 653 l 1\n 816 634 l 1\n 737 627 723 616 703 544 c 2\n 582 109 l 2\n 562 38 567 25 640 19 c 1\n 640 0 l 1\n 362 0 l 1\n 362 19 l 1\n 442 24 460 36 483 120 c 2\n 532 296 l 1\n 483 262 420 235 360 235 c 0\n 307 235 114 243 139 338 c 1\n 199 555 l 2\n 219 627 208 627 133 634 c 1\n 133 653 l 1\n 411 653 l 1\n 411 634 l 1\n 332 627 321 627 301 555 c 2\n 241 337 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B7\nEncoding: 1207 1207 688\nWidth: 500\nFlags: W\nVStem: 76.007 76.993<176 199> 289.027 77.9732<39 55>\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 332 225 361 332 c 1\n 246 139 200 121 129 121 c 0\n 94 121 76 140 76 176 c 0\n 76 194 83 228 101 299 c 1\n 109 328 l 2\n 118 362 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 154 208 l 1\n 153 205 153 203 153 199 c 0\n 153 184 162 174 174 174 c 0\n 206 174 252 232 315 318 c 0\n 366 388 389 432 389 432 c 1\n 461 432 l 1\n 386 133 l 2\n 368 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04B8\nEncoding: 1208 1208 689\nWidth: 772\nFlags: W\nHStem: 0 21G<362 640> 235 44<357 373> 633 20G<133 411 538 816>\nVStem: 133 278<634 652> 362 278<1 19> 538 278<634 652>\nDStem: 199 555 301 555 139 338 241 337 532 296 703 544 483 120 582 109 601 544 703 544 544 340 582 109\nFore\n241 337 m 1\n 229 299 330 279 370 279 c 0\n 425 279 490 304 544 340 c 1\n 601 544 l 2\n 621 616 613 627 538 634 c 1\n 538 653 l 1\n 816 653 l 1\n 816 634 l 1\n 737 627 723 616 703 544 c 2\n 582 109 l 2\n 562 38 567 25 640 19 c 1\n 640 0 l 1\n 362 0 l 1\n 362 19 l 1\n 442 24 460 36 483 120 c 2\n 532 296 l 1\n 483 262 420 235 360 235 c 0\n 307 235 114 243 139 338 c 1\n 199 555 l 2\n 219 627 208 627 133 634 c 1\n 133 653 l 1\n 411 653 l 1\n 411 634 l 1\n 332 627 321 627 301 555 c 2\n 241 337 l 1\nEndSplineSet\nEndChar\nStartChar: uni04B9\nEncoding: 1209 1209 690\nWidth: 500\nFlags: W\nVStem: 76.007 76.993<176 199> 289.027 77.9732<39 55>\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 332 225 361 332 c 1\n 246 139 200 121 129 121 c 0\n 94 121 76 140 76 176 c 0\n 76 194 83 228 101 299 c 1\n 109 328 l 2\n 118 362 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 154 208 l 1\n 153 205 153 203 153 199 c 0\n 153 184 162 174 174 174 c 0\n 206 174 252 232 315 318 c 0\n 366 388 389 432 389 432 c 1\n 461 432 l 1\n 386 133 l 2\n 368 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04BA\nEncoding: 1210 1210 691\nWidth: 772\nFlags: W\nHStem: 0 21G<362 640> 235 44<357 373> 633 20G<133 411 538 816>\nVStem: 133 278<634 652> 362 278<1 19> 538 278<634 652>\nDStem: 199 555 301 555 139 338 241 337 532 296 703 544 483 120 582 109 601 544 703 544 544 340 582 109\nFore\n241 337 m 1\n 229 299 330 279 370 279 c 0\n 425 279 490 304 544 340 c 1\n 601 544 l 2\n 621 616 613 627 538 634 c 1\n 538 653 l 1\n 816 653 l 1\n 816 634 l 1\n 737 627 723 616 703 544 c 2\n 582 109 l 2\n 562 38 567 25 640 19 c 1\n 640 0 l 1\n 362 0 l 1\n 362 19 l 1\n 442 24 460 36 483 120 c 2\n 532 296 l 1\n 483 262 420 235 360 235 c 0\n 307 235 114 243 139 338 c 1\n 199 555 l 2\n 219 627 208 627 133 634 c 1\n 133 653 l 1\n 411 653 l 1\n 411 634 l 1\n 332 627 321 627 301 555 c 2\n 241 337 l 1\nEndSplineSet\nEndChar\nStartChar: uni04BB\nEncoding: 1211 1211 692\nWidth: 500\nFlags: W\nVStem: 76.007 76.993<176 199> 289.027 77.9732<39 55>\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 332 225 361 332 c 1\n 246 139 200 121 129 121 c 0\n 94 121 76 140 76 176 c 0\n 76 194 83 228 101 299 c 1\n 109 328 l 2\n 118 362 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 154 208 l 1\n 153 205 153 203 153 199 c 0\n 153 184 162 174 174 174 c 0\n 206 174 252 232 315 318 c 0\n 366 388 389 432 389 432 c 1\n 461 432 l 1\n 386 133 l 2\n 368 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04BC\nEncoding: 1212 1212 693\nWidth: 722\nFlags: W\nHStem: -16.9974 66.9974<320 360> 269.75 22.1324<60.737 115.079> 632.993 35.0073<537 565>\nVStem: -70.553 146.553<380 383> 113 111<191 207> 590 100<564 575>\nFore\n245 315 m 1\n 366 339 500 393 565 505 c 0\n 573 520 590 555 590 572 c 0\n 590 605 573 633 537 633 c 0\n 410 633 285 414 245 315 c 1\n121.686 270.441 m 5\n -34.711 262.926 -71 313.086 -71 395 c 4\n -71 434 -49 460 -9 460 c 4\n 33 460 76 426 76 381 c 4\n 76 333 -8 360 -8 328 c 4\n -8 289.685 82.9743 289.131 127.855 294.021 c 5\n 182.728 480.525 380.379 668 565 668 c 0\n 632 668 690 639 690 565 c 0\n 690 386 445 301 302 288 c 2\n 235 282 l 1\n 228 256 224 230 224 203 c 0\n 224 118 269 50 360 50 c 0\n 449 50 542 111 608 165 c 1\n 626 147 l 1\n 566 64 422 -17 320 -17 c 0\n 188 -17 113 69 113 197 c 0\n 113 221.025 116.018 245.654 121.686 270.441 c 5\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni04BD\nEncoding: 1213 1213 694\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332>\nVStem: -106 53.0177<239 283> -105.61 105.61<283 299> 31 87<110 133> 346 66<372 381>\nFore\n152 252 m 2\n 135 208 l 1\n 221 229 259 247 296 282 c 0\n 327 312 346 348 346 379 c 0\n 346 402 332 418 311 418 c 0\n 260 418 186 341 152 252 c 2\n42.6504 199.355 m 1\n 81.554 325.154 211.341 441 332 441 c 0\n 382 441 412 415 412 373 c 0\n 412 287 306 211 156 190 c 2\n 128 186 l 1\n 120 154 118 139 118 124 c 0\n 118 70 155 34 212 34 c 0\n 255 34 286 50 358 109 c 1\n 370 97 l 1\n 311 30 234 -11 163 -11 c 0\n 85 -11 31 45 31 126 c 0\n 31 144.7 33.44 163.633 37.9907 182.451 c 1\n -109.176 187.616 -106 264.288 -106 283 c 0\n -106 322 -89 354 -49 354 c 0\n -7 354 0 326 0 299 c 0\n 0 251 -53 271 -53 239 c 0\n -53 211.837 -17.3159 199.566 42.6504 199.355 c 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni04BE\nEncoding: 1214 1214 695\nWidth: 722\nFlags: W\nHStem: -168.996 62.9962<365 390> -16.9974 66.9974<320 360> 269.75 22.1324<60.737 115.079> 632.993 35.0073<537 565>\nVStem: -70.553 146.553<380 383> 113 111<191 207> 270.004 60.9965<-74 -55> 590 100<564 575>\nRef: 731 731 S 1 0 0 1 290 0\nRef: 1212 1212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04BF\nEncoding: 1215 1215 696\nWidth: 444\nFlags: W\nHStem: -168.996 62.9962<175 200> 417.951 22.1129<311 332>\nVStem: -106 53.0177<239 283> -105.61 105.61<283 299> 31 87<110 133> 80.0035 60.9965<-74 -55> 346 66<372 381>\nRef: 731 731 S 1 0 0 1 100 0\nRef: 1213 1213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C0\nEncoding: 1216 1216 697\nWidth: 333\nFlags: W\nHStem: 0 21<-8 236> 633 20<137 384>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C1\nEncoding: 1217 1217 698\nWidth: 1073\nFlags: W\nHStem: 0 19<-27.9373 5.10892 915.494 948> 326 38<466 498 612 645> 556 112<175 250 1037 1053> 590 77.9981<250 292> 633 20G<494 778> 703 59<675 691>\nVStem: 312.614 42.4984<520.127 557.619> 494 284<634 652>\nDStem: 278 272 334 222 149 127 135 0 499 326 601 326 442 120 544 120 559 544 661 544 509 364 611 364 709 222 793 272 784 0 840 127\nFore\n442 120 m 2\n 499 326 l 1\n 467 326 l 2\n 413 326 394 288 334 222 c 2\n 135 0 l 1\n -29 0 l 1\n -28 19 l 1\n 24 20 49 13 149 127 c 2\n 278 272 l 2\n 318 316 338 341 377 347 c 1\n 347 355 307 420 312 510 c 0\n 315 572 308 590 292 590 c 0\n 264 590 239 556 175 556 c 0\n 155 556 134 570 145 604 c 1\n 158 656 201 668 250 668 c 0\n 303 668 358 652 355 520 c 0\n 354 432 403 364 477 364 c 2\n 509 364 l 1\n 559 544 l 2\n 579 615 570 628 494 634 c 1\n 494 653 l 1\n 778 653 l 1\n 778 634 l 1\n 695 628 681 617 661 544 c 2\n 611 364 l 1\n 643 364 l 2\n 717 364 804 432 851 520 c 0\n 923 652 985 668 1038 668 c 0\n 1077 668 1124 656 1109 604 c 0\n 1100 570 1071 556 1051 556 c 0\n 987 556 982 590 954 590 c 0\n 938 590 921 572 890 510 c 0\n 845 420 769 355 733 347 c 1\n 769 341 777 316 793 272 c 1\n 840 127 l 1\n 878 13 897 20 949 19 c 1\n 948 0 l 1\n 784 0 l 1\n 709 222 l 1\n 685 288 687 326 633 326 c 2\n 601 326 l 1\n 544 120 l 1\n 523 47 524 24 601 19 c 1\n 600 0 l 1\n 318 0 l 1\n 319 19 l 1\n 399 24 419 37 442 120 c 2\n818 861 m 1\n 847 861 l 1\n 838 819 829 798 809 772 c 0\n 776 727 729 703 676 703 c 0\n 631 703 597 718 574 747 c 0\n 554 773 546 804 546 861 c 1\n 575 861 l 1\n 580 799 619 762 683 762 c 0\n 744 762 793 798 818 861 c 1\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni04C2\nEncoding: 1218 1218 699\nWidth: 1058\nFlags: W\nHStem: -11 21<117 125> -10.0246 35.3166<791 821> 0 21G<430 505> 198 40<402 483 571 650> 404.996 36.0044<231 261> 420 21<925 941> 491 59<619 644>\nVStem: 13 87<69 79> 322 86<277 309> 644 86<133 149> 952 87<351 361>\nDStem: 484 198 560 198 430 0 505 0 546 432 620 432 495 238 570 238\nFore\n664 238 m 1\n 708 350 818 441 934 441 c 0\n 994 441 1039 406 1039 360 c 0\n 1039 334 1018 314 991 314 c 0\n 967 314 952 328 952 352 c 0\n 952 361 954 368 961 381 c 0\n 965 390 967 395 967 400 c 0\n 967 412 952 420 929 420 c 0\n 890 420 850 402 821 372 c 0\n 765 313 730 224 730 139 c 0\n 730 68 764 25 821 25 c 0\n 870 25 909 47 964 106 c 1\n 980 96 l 1\n 920 20 865 -11 791 -11 c 0\n 698 -11 644 44 644 139 c 0\n 644 159 647 179 651 198 c 1\n 560 198 l 1\n 505 0 l 1\n 430 0 l 1\n 484 198 l 1\n 391 198 l 1\n 350 82 237 -11 118 -11 c 0\n 58 -11 13 24 13 70 c 0\n 13 96 34 116 61 116 c 0\n 85 116 100 102 100 78 c 0\n 100 69 98 62 91 49 c 0\n 87 40 85 35 85 30 c 0\n 85 18 100 10 123 10 c 0\n 162 10 202 28 231 58 c 0\n 287 117 322 206 322 291 c 0\n 322 362 288 405 231 405 c 0\n 182 405 143 383 88 324 c 1\n 72 334 l 1\n 132 410 187 441 261 441 c 0\n 354 441 408 386 408 291 c 0\n 408 273 405 255 401 238 c 1\n 495 238 l 1\n 546 432 l 1\n 620 432 l 1\n 570 238 l 1\n 664 238 l 1\n768 649 m 1\n 797 649 l 1\n 788 607 779 586 759 560 c 0\n 726 515 679 491 626 491 c 0\n 581 491 547 506 524 535 c 0\n 504 561 496 592 496 649 c 1\n 525 649 l 1\n 530 587 569 550 633 550 c 0\n 694 550 743 586 768 649 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni04C3\nEncoding: 1219 1219 700\nWidth: 743\nFlags: W\nHStem: 0 19<613.81 646> 326 38<301 334> 556 112<723 739> 633 20G<184 468>\nDStem: 250 544 352 544 131 120 300 364 250 544 290 326 131 120 229 109 407 222 491 272 482 0 538 127\nFore\n795 604 m 0\n 786 570 757 556 737 556 c 0\n 673 556 668 590 640 590 c 0\n 624 590 607 572 576 510 c 0\n 531 420 458 355 422 347 c 1\n 458 341 475 316 491 272 c 1\n 538 127 l 1\n 576 13 595 20 647 19 c 1\n 646 0 l 1\n 482 0 l 1\n 407 222 l 1\n 383 288 376 326 322 326 c 2\n 290 326 l 1\n 229 109 l 1\n 209 36 213 24 290 19 c 1\n 289 0 l 1\n 7 0 l 1\n 8 19 l 1\n 88 24 107 37 131 120 c 1\n 250 544 l 2\n 270 615 261 628 185 634 c 1\n 184 653 l 1\n 468 653 l 1\n 469 634 l 1\n 386 628 373 617 352 544 c 2\n 300 364 l 1\n 332 364 l 2\n 406 364 490 432 537 520 c 0\n 609 652 672 668 724 668 c 0\n 763 668 810 656 795 604 c 0\nEndSplineSet\nMinimumDistance: x6,-1 \nEndChar\nStartChar: uni04C4\nEncoding: 1220 1220 701\nWidth: 491\nFlags: W\nHStem: 0 21G<14 89 275 413> 224.156 27.8443<159 178.26> 372 88<446 462>\nDStem: 110 350 211 439 14 0 159 252 110 350 151 224 14 0 89 0\nFore\n159 252 m 1\n 188 252 l 2\n 229 252 299 318 318 352 c 1\n 368 450 385 460 454 460 c 0\n 490 460 506 435 502 406 c 0\n 499 381 474 372 449 372 c 0\n 418 372 412 394 386 394 c 0\n 366 394 324 258 246 244 c 1\n 317 221 317 130 350 56 c 1\n 370 20 374 18 417 15 c 1\n 413 0 l 1\n 275 0 l 1\n 205 200 l 1\n 196 228 169 224 151 224 c 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 154 430 208 441 c 1\n 211 439 l 1\n 159 252 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni04C7\nEncoding: 1223 1223 702\nWidth: 722\nFlags: W\nHStem: 0 21<-8 238 355 628> 326 42<249 520> 633 20<130 403 520 767>\nVStem: -8 246<1 16> 130 273<637 652> 355 273<1 16> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 236 326 73 90 170 82 196 532 685 563 73 90 553 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04C8\nEncoding: 1224 1224 703\nWidth: 500\nFlags: W\nHStem: 0 21G<14 89> 198 40<155 325>\nVStem: 287.57 74.4305<53 55>\nDStem: 110 350 461 432 14 0 376 117 110 350 144 198 14 0 89 0 387 432 461 432 336 238 376 117\nFore\n144 198 m 1\n 89 0 l 1\n 14 0 l 1\n 110 350 l 1\n 111 355 112 361 112 367 c 0\n 112 387 99 393 48 394 c 1\n 48 410 l 1\n 135 426 156 430 210 441 c 1\n 213 439 l 1\n 154 238 l 1\n 336 238 l 1\n 387 432 l 1\n 461 432 l 1\n 376 117 l 1\n 362 61 362 61 362 54 c 0\n 362 46 370 38 378 38 c 0\n 392 38 409 54 439 91 c 2\n 460 117 l 1\n 474 104 l 1\n 405 12 379 -9 334 -9 c 0\n 301 -9 287 7 287 45 c 0\n 287 55 290 69 303 120 c 1\n 326 198 l 1\n 144 198 l 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni04CB\nEncoding: 1227 1227 704\nWidth: 772\nFlags: W\nHStem: 0 21G<362 640> 235 44<357 373> 633 20G<133 411 538 816>\nVStem: 133 278<634 652> 362 278<1 19> 538 278<634 652>\nDStem: 199 555 301 555 139 338 241 337 532 296 703 544 483 120 582 109 601 544 703 544 544 340 582 109\nFore\n241 337 m 1\n 229 299 330 279 370 279 c 0\n 425 279 490 304 544 340 c 1\n 601 544 l 2\n 621 616 613 627 538 634 c 1\n 538 653 l 1\n 816 653 l 1\n 816 634 l 1\n 737 627 723 616 703 544 c 2\n 582 109 l 2\n 562 38 567 25 640 19 c 1\n 640 0 l 1\n 362 0 l 1\n 362 19 l 1\n 442 24 460 36 483 120 c 2\n 532 296 l 1\n 483 262 420 235 360 235 c 0\n 307 235 114 243 139 338 c 1\n 199 555 l 2\n 219 627 208 627 133 634 c 1\n 133 653 l 1\n 411 653 l 1\n 411 634 l 1\n 332 627 321 627 301 555 c 2\n 241 337 l 1\nEndSplineSet\nEndChar\nStartChar: uni04CC\nEncoding: 1228 1228 705\nWidth: 500\nFlags: W\nVStem: 76.007 76.993<176 199> 289.027 77.9732<39 55>\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 332 225 361 332 c 1\n 246 139 200 121 129 121 c 0\n 94 121 76 140 76 176 c 0\n 76 194 83 228 101 299 c 1\n 109 328 l 2\n 118 362 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 154 208 l 1\n 153 205 153 203 153 199 c 0\n 153 184 162 174 174 174 c 0\n 206 174 252 232 315 318 c 0\n 366 388 389 432 389 432 c 1\n 461 432 l 1\n 386 133 l 2\n 368 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04D0\nEncoding: 1232 1232 706\nWidth: 611\nFlags: W\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 704 59<384 400>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 65 65 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 139 212\nEndChar\nStartChar: uni04D1\nEncoding: 1233 1233 707\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 492 59<329 345>\nVStem: 17 84<99 117>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 84 0\nEndChar\nStartChar: uni04D2\nEncoding: 1234 1234 708\nWidth: 611\nFlags: W\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 720 98<294 298 486 502>\nVStem: -51 187<1 16> 246 98<768 772> 318 246<1 16> 446 98<768 772>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 65 65 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 139 212\nEndChar\nStartChar: uni04D3\nEncoding: 1235 1235 709\nWidth: 500\nFlags: W\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 508 98<239 243 431 447>\nVStem: 17 84<99 117> 191 98<556 560> 391 98<556 560>\nRef: 97 97 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 84 0\nEndChar\nStartChar: uni04D4\nEncoding: 1236 1236 710\nWidth: 889\nFlags: W\nHStem: 0 33<501 581> 234 37<250 410> 328 33<545.125 607> 620 33<645 725> 636 17<410 420>\nVStem: -27 187<1 16>\nDStem: 426 557 517 613 57 92 249 271 517 613 606 583 422 271 545 361\nRef: 198 198 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D5\nEncoding: 1237 1237 711\nWidth: 667\nFlags: W\nHStem: -10.9963 46.9963<403 446> 415.992 25.0083<539 559> 421 20<291.852 303>\nVStem: 296.057 80.9359<111 137> 574 66<369 383>\nRef: 230 230 N 1 0 0 1 0 0\nEndChar\nStartChar: uni04D6\nEncoding: 1238 1238 712\nWidth: 611\nFlags: W\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 703 59<449 465>\nDStem: 196 532 312 594 73 90 246 361\nRef: 69 69 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 204 211\nEndChar\nStartChar: uni04D7\nEncoding: 1239 1239 713\nWidth: 444\nFlags: W\nHStem: 417.951 22.1129<311 332> 491 59<327 343>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 101 101 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 82 -1\nEndChar\nStartChar: uni04D8\nEncoding: 1240 1240 714\nWidth: 722\nFlags: W\nRef: 399 399 N 1 0 0 1 0 0\nEndChar\nStartChar: afii10846\nEncoding: 1241 1241 715\nWidth: 444\nFlags: W\nHStem: -10.3338 22.6488<111 132>\nVStem: 31 66<50 59> 325 87<293 320>\nFore\n85 321 m 1\n 73 333 l 1\n 132 400 209 441 280 441 c 0\n 358 441 412 385 412 304 c 0\n 412 154 255 -11 111 -11 c 0\n 61 -11 31 15 31 57 c 0\n 31 143 137 219 287 240 c 2\n 315 244 l 1\n 323 276 325 291 325 306 c 0\n 325 360 288 396 231 396 c 0\n 188 396 157 380 85 321 c 1\n291 178 m 2\n 308 222 l 1\n 222 201 184 183 147 148 c 0\n 116 118 97 82 97 51 c 0\n 97 28 111 12 132 12 c 0\n 183 12 257 89 291 178 c 2\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni04DA\nEncoding: 1242 1242 716\nWidth: 444\nFlags: W\nHStem: 733 98<371 375 563 579>\nVStem: 323 98<781 785> 523 98<781 785>\nFore\n373 831 m 0\n 398 831 421 807 421 782 c 0\n 421 755 399 733 372 733 c 128\n 345 733 323 755 323 783 c 0\n 323 809 345 831 373 831 c 0\n573 831 m 0\n 598 831 621 807 621 782 c 0\n 621 755 599 733 572 733 c 128\n 545 733 523 755 523 783 c 0\n 523 809 545 831 573 831 c 0\nEndSplineSet\nRef: 399 399 S 1 0 0 1 0 0\nEndChar\nStartChar: uni04DB\nEncoding: 1243 1243 717\nWidth: 444\nFlags: W\nHStem: -10.3338 22.6488<110 131> 491 98<219 229 411 423>\nVStem: 30 66<50 59> 171 98<533 549> 324 87<293 320> 371 98<533 549>\nFore\n221 589 m 0\n 246 589 269 565 269 540 c 0\n 269 513 247 491 220 491 c 128\n 193 491 171 513 171 541 c 0\n 171 567 193 589 221 589 c 0\n421 589 m 0\n 446 589 469 565 469 540 c 0\n 469 513 447 491 420 491 c 128\n 393 491 371 513 371 541 c 0\n 371 567 393 589 421 589 c 0\n84 321 m 1\n 72 333 l 1\n 131 400 208 441 279 441 c 0\n 357 441 411 385 411 304 c 0\n 411 154 254 -11 110 -11 c 0\n 60 -11 30 15 30 57 c 0\n 30 143 136 219 286 240 c 2\n 314 244 l 1\n 322 276 324 291 324 306 c 0\n 324 360 287 396 230 396 c 0\n 187 396 156 380 84 321 c 1\n290 178 m 2\n 307 222 l 1\n 221 201 183 183 146 148 c 0\n 115 118 96 82 96 51 c 0\n 96 28 110 12 131 12 c 0\n 182 12 256 89 290 178 c 2\nEndSplineSet\nEndChar\nStartChar: uni04DC\nEncoding: 1244 1244 718\nWidth: 1073\nFlags: W\nHStem: 0 19<-27.9373 5.10892 915.494 948> 326 38<466 498 612 645> 556 112<175 250 1037 1053> 590 77.9981<250 292> 633 20G<494 778> 703 98<558 570 765 771>\nVStem: 312.614 42.4984<520.127 557.619> 494 284<634 652> 517 98<751 755> 717 98<751 755>\nDStem: 278 272 334 222 149 127 135 0 499 326 601 326 442 120 544 120 559 544 661 544 509 364 611 364 709 222 793 272 784 0 840 127\nFore\n442 120 m 2\n 499 326 l 1\n 467 326 l 2\n 413 326 394 288 334 222 c 2\n 135 0 l 1\n -29 0 l 1\n -28 19 l 1\n 24 20 49 13 149 127 c 2\n 278 272 l 2\n 318 316 338 341 377 347 c 1\n 347 355 307 420 312 510 c 0\n 315 572 308 590 292 590 c 0\n 264 590 239 556 175 556 c 0\n 155 556 134 570 145 604 c 1\n 158 656 201 668 250 668 c 0\n 303 668 358 652 355 520 c 0\n 354 432 403 364 477 364 c 2\n 509 364 l 1\n 559 544 l 2\n 579 615 570 628 494 634 c 1\n 494 653 l 1\n 778 653 l 1\n 778 634 l 1\n 695 628 681 617 661 544 c 2\n 611 364 l 1\n 643 364 l 2\n 717 364 804 432 851 520 c 0\n 923 652 985 668 1038 668 c 0\n 1077 668 1124 656 1109 604 c 0\n 1100 570 1071 556 1051 556 c 0\n 987 556 982 590 954 590 c 0\n 938 590 921 572 890 510 c 0\n 845 420 769 355 733 347 c 1\n 769 341 777 316 793 272 c 1\n 840 127 l 1\n 878 13 897 20 949 19 c 1\n 948 0 l 1\n 784 0 l 1\n 709 222 l 1\n 685 288 687 326 633 326 c 2\n 601 326 l 1\n 544 120 l 1\n 523 47 524 24 601 19 c 1\n 600 0 l 1\n 318 0 l 1\n 319 19 l 1\n 399 24 419 37 442 120 c 2\n567 801 m 0\n 592 801 615 777 615 752 c 0\n 615 725 593 703 566 703 c 128\n 539 703 517 725 517 753 c 0\n 517 779 539 801 567 801 c 0\n767 801 m 0\n 792 801 815 777 815 752 c 0\n 815 725 793 703 766 703 c 128\n 739 703 717 725 717 753 c 0\n 717 779 739 801 767 801 c 0\nEndSplineSet\nMinimumDistance: x34,-1 \nEndChar\nStartChar: uni04DD\nEncoding: 1245 1245 719\nWidth: 1058\nFlags: W\nHStem: -11 21<117 125> -10.0246 35.3166<791 821> 0 21G<430 505> 198 40<402 483 571 650> 404.996 36.0044<231 261> 420 21<925 941> 491 98<509 525 716 720>\nVStem: 13 87<69 79> 322 86<277 309> 468 98<533 549> 644 86<133 149> 668 98<533 549> 952 87<351 361>\nDStem: 484 198 560 198 430 0 505 0 546 432 620 432 495 238 570 238\nFore\n664 238 m 1\n 708 350 818 441 934 441 c 0\n 994 441 1039 406 1039 360 c 0\n 1039 334 1018 314 991 314 c 0\n 967 314 952 328 952 352 c 0\n 952 361 954 368 961 381 c 0\n 965 390 967 395 967 400 c 0\n 967 412 952 420 929 420 c 0\n 890 420 850 402 821 372 c 0\n 765 313 730 224 730 139 c 0\n 730 68 764 25 821 25 c 0\n 870 25 909 47 964 106 c 1\n 980 96 l 1\n 920 20 865 -11 791 -11 c 0\n 698 -11 644 44 644 139 c 0\n 644 159 647 179 651 198 c 1\n 560 198 l 1\n 505 0 l 1\n 430 0 l 1\n 484 198 l 1\n 391 198 l 1\n 350 82 237 -11 118 -11 c 0\n 58 -11 13 24 13 70 c 0\n 13 96 34 116 61 116 c 0\n 85 116 100 102 100 78 c 0\n 100 69 98 62 91 49 c 0\n 87 40 85 35 85 30 c 0\n 85 18 100 10 123 10 c 0\n 162 10 202 28 231 58 c 0\n 287 117 322 206 322 291 c 0\n 322 362 288 405 231 405 c 0\n 182 405 143 383 88 324 c 1\n 72 334 l 1\n 132 410 187 441 261 441 c 0\n 354 441 408 386 408 291 c 0\n 408 273 405 255 401 238 c 1\n 495 238 l 1\n 546 432 l 1\n 620 432 l 1\n 570 238 l 1\n 664 238 l 1\n518 589 m 0\n 543 589 566 565 566 540 c 0\n 566 513 544 491 517 491 c 128\n 490 491 468 513 468 541 c 0\n 468 567 490 589 518 589 c 0\n718 589 m 0\n 743 589 766 565 766 540 c 0\n 766 513 744 491 717 491 c 128\n 690 491 668 513 668 541 c 0\n 668 567 690 589 718 589 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni04DE\nEncoding: 1246 1246 720\nWidth: 575\nFlags: W\nHStem: -13.4572 43.4572<187 199> 312 57<213 265> 634.781 40.2748<380 408> 733 98<290 298 493 498>\nVStem: 245 98<781 786> 364.989 103.841<210 226> 445 98<781 786> 460.745 80.2792<555 570>\nFore\n188 30 m 0\n 247 30 336 78 352 135 c 0\n 377 226 378 312 245 312 c 2\n 197 312 l 1\n 213 369 l 1\n 263 369 l 2\n 405 369 443 488 458 542 c 0\n 473 597 442 635 380 635 c 0\n 335 635 287 616 242 580 c 0\n 202 548 181 522 149 463 c 1\n 124 463 l 1\n 205 676 l 1\n 226 676 l 1\n 224 653 231 642 248 642 c 0\n 258 642 277 646 296 654 c 1\n 337 668 376 676 408 676 c 0\n 451 676 490 659 515 630 c 0\n 542 599 548 557 533 505 c 0\n 515 440 467 376 389 344 c 1\n 463 318 481 235 462 168 c 0\n 433 65 323 -14 208 -14 c 0\n 95 -14 8 32 -30 113 c 1\n -7 131 l 1\n 47 60 105 30 188 30 c 0\n295 831 m 0\n 320 831 343 807 343 782 c 0\n 343 755 321 733 294 733 c 128\n 267 733 245 755 245 783 c 0\n 245 809 267 831 295 831 c 0\n495 831 m 0\n 520 831 543 807 543 782 c 0\n 543 755 521 733 494 733 c 128\n 467 733 445 755 445 783 c 0\n 445 809 467 831 495 831 c 0\nEndSplineSet\nEndChar\nStartChar: uni04DF\nEncoding: 1247 1247 721\nWidth: 391\nFlags: W\nHStem: -10 37<131 154> 225 25<152 192> 437 22<239 262> 509 98<181 197 388 392>\nVStem: 140 98<550 566> 257.689 77.4844<144 156> 309.477 65.4973<358 374> 340 98<550 566>\nFore\n140 27 m 0\n 178 27 233 44 254 119 c 0\n 269 173 237 225 184 225 c 2\n 145 225 l 1\n 152 250 l 1\n 189 250 l 2\n 234 250 293 292 306 341 c 0\n 321 396 297 437 251 437 c 0\n 194 437 154 403 107 314 c 1\n 92 314 l 1\n 133 450 l 1\n 144 450 l 1\n 146 448 l 2\n 152 440 154 440 158 440 c 0\n 164 440 174 442 186 447 c 0\n 211 455 234 459 260 459 c 0\n 339 459 391 408 371 336 c 0\n 355 280 303 246 272 237 c 1\n 319 232 346 178 332 127 c 0\n 312 57 256 -10 132 -10 c 0\n 30 -10 17 80 5 126 c 1\n 22 135 l 1\n 51 65 83 27 140 27 c 0\n190 607 m 0\n 215 607 238 583 238 558 c 0\n 238 531 216 509 189 509 c 128\n 162 509 140 531 140 559 c 0\n 140 585 162 607 190 607 c 0\n390 607 m 0\n 415 607 438 583 438 558 c 0\n 438 531 416 509 389 509 c 128\n 362 509 340 531 340 559 c 0\n 340 585 362 607 390 607 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E0\nEncoding: 1248 1248 722\nWidth: 575\nFlags: W\nHStem: -13.4572 43.4572<187 199> 312 57<213 265> 634.781 40.2748<380 408>\nVStem: 364.989 103.841<210 226> 460.745 80.2792<555 570>\nFore\n188 30 m 0\n 247 30 336 78 352 135 c 0\n 377 226 378 312 245 312 c 2\n 197 312 l 1\n 213 369 l 1\n 263 369 l 2\n 405 369 443 488 458 542 c 0\n 473 597 442 635 380 635 c 0\n 335 635 287 616 242 580 c 0\n 202 548 181 522 149 463 c 1\n 124 463 l 1\n 205 676 l 1\n 226 676 l 1\n 224 653 231 642 248 642 c 0\n 258 642 277 646 296 654 c 1\n 337 668 376 676 408 676 c 0\n 451 676 490 659 515 630 c 0\n 542 599 548 557 533 505 c 0\n 515 440 467 376 389 344 c 1\n 463 318 481 235 462 168 c 0\n 433 65 323 -14 208 -14 c 0\n 95 -14 8 32 -30 113 c 1\n -7 131 l 1\n 47 60 105 30 188 30 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E1\nEncoding: 1249 1249 723\nWidth: 391\nFlags: W\nHStem: -10 37<131 154> 225 25<152 191> 437 22<245 262>\nVStem: 257.689 77.4844<144 156> 309.477 65.4973<358 374>\nFore\n140 27 m 0\n 178 27 233 44 254 119 c 0\n 269 173 237 225 184 225 c 2\n 145 225 l 1\n 152 250 l 1\n 189 250 l 2\n 234 250 293 292 306 341 c 0\n 321 396 297 437 251 437 c 0\n 194 437 154 403 107 314 c 1\n 92 314 l 1\n 133 450 l 1\n 144 450 l 1\n 146 448 l 2\n 152 440 154 440 158 440 c 0\n 164 440 174 442 186 447 c 0\n 211 455 234 459 260 459 c 0\n 339 459 391 408 371 336 c 0\n 355 280 303 246 272 237 c 1\n 319 232 346 178 332 127 c 0\n 312 57 256 -10 132 -10 c 0\n 30 -10 17 80 5 126 c 1\n 22 135 l 1\n 51 65 83 27 140 27 c 0\nEndSplineSet\nEndChar\nStartChar: uni04E2\nEncoding: 1250 1250 724\nWidth: 814\nFlags: W\nHStem: 0 21G<-8 270 397 675> 633 20G<169 447 574 852> 703 51<389 679>\nDStem: 231 544 333 544 114 120 241 210 231 544 223 146 114 120 213 109 610 450 738 544 519 120 618 109 628 514 610 450 241 210 223 146 636 544 738 544 628 514 618 109\nFore\n241 210 m 1\n 628 514 l 1\n 636 544 l 2\n 656 616 648 627 573 634 c 1\n 574 653 l 1\n 852 653 l 1\n 851 634 l 1\n 772 627 758 616 738 544 c 2\n 618 109 l 1\n 598 38 602 25 676 19 c 1\n 675 0 l 1\n 397 0 l 1\n 398 19 l 1\n 477 24 495 36 519 120 c 1\n 610 450 l 1\n 223 146 l 1\n 213 109 l 1\n 193 38 197 25 271 19 c 1\n 270 0 l 1\n -8 0 l 1\n -7 19 l 1\n 72 24 90 36 114 120 c 1\n 231 544 l 2\n 251 616 243 627 168 634 c 1\n 169 653 l 1\n 447 653 l 1\n 446 634 l 1\n 367 627 353 616 333 544 c 2\n 241 210 l 1\n690 754 m 1\n 679 703 l 1\n 378 703 l 1\n 389 754 l 1\n 690 754 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni04E3\nEncoding: 1251 1251 725\nWidth: 500\nFlags: W\nHStem: 491 51<193 483>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\n494 542 m 1\n 483 491 l 1\n 182 491 l 1\n 193 542 l 1\n 494 542 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni04E4\nEncoding: 1252 1252 726\nWidth: 814\nFlags: W\nHStem: 0 21G<-8 270 397 675> 633 20G<169 447 574 852> 703 98<439 449 632 648>\nVStem: 391 98<751 755> 591 98<751 755>\nDStem: 231 544 333 544 114 120 241 210 231 544 223 146 114 120 213 109 610 450 738 544 519 120 618 109 628 514 610 450 241 210 223 146 636 544 738 544 628 514 618 109\nFore\n241 210 m 1\n 628 514 l 1\n 636 544 l 2\n 656 616 648 627 573 634 c 1\n 574 653 l 1\n 852 653 l 1\n 851 634 l 1\n 772 627 758 616 738 544 c 2\n 618 109 l 1\n 598 38 602 25 676 19 c 1\n 675 0 l 1\n 397 0 l 1\n 398 19 l 1\n 477 24 495 36 519 120 c 1\n 610 450 l 1\n 223 146 l 1\n 213 109 l 1\n 193 38 197 25 271 19 c 1\n 270 0 l 1\n -8 0 l 1\n -7 19 l 1\n 72 24 90 36 114 120 c 1\n 231 544 l 2\n 251 616 243 627 168 634 c 1\n 169 653 l 1\n 447 653 l 1\n 446 634 l 1\n 367 627 353 616 333 544 c 2\n 241 210 l 1\n441 801 m 0\n 466 801 489 777 489 752 c 0\n 489 725 467 703 440 703 c 128\n 413 703 391 725 391 753 c 0\n 391 779 413 801 441 801 c 0\n641 801 m 0\n 666 801 689 777 689 752 c 0\n 689 725 667 703 640 703 c 128\n 613 703 591 725 591 753 c 0\n 591 779 613 801 641 801 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni04E5\nEncoding: 1253 1253 727\nWidth: 500\nFlags: W\nHStem: 491 98<243 250 442 447>\nVStem: 42.007 76.993<44 67> 195 98<533 549> 289.011 77.9887<39 55> 395 98<533 549>\nDStem: 104 309 211 439 67 167 120 76\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 305 129 334 236 c 1\n 219 43 166 -11 95 -11 c 0\n 60 -11 42 8 42 44 c 0\n 42 62 49 96 67 167 c 1\n 104 309 l 2\n 113 343 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 120 76 l 2\n 119 73 119 71 119 67 c 0\n 119 52 128 42 140 42 c 0\n 172 42 221 93 281 188 c 0\n 327 261 334 277 391 432 c 1\n 465 432 l 1\n 386 133 l 2\n 367 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\n245 589 m 0\n 270 589 293 565 293 540 c 0\n 293 513 271 491 244 491 c 128\n 217 491 195 513 195 541 c 0\n 195 567 217 589 245 589 c 0\n445 589 m 0\n 470 589 493 565 493 540 c 0\n 493 513 471 491 444 491 c 128\n 417 491 395 513 395 541 c 0\n 395 567 417 589 445 589 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni04E6\nEncoding: 1254 1254 728\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 633 33<460 482> 720 98<372 376 564 580>\nVStem: 60.3532 105.472<184 221> 324 98<768 772> 524 98<768 772>\nRef: 79 79 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 217 212\nEndChar\nStartChar: uni04E7\nEncoding: 1255 1255 729\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 420 21<306 324> 508 98<239 243 431 447>\nVStem: 27.3745 84.0629<101 129> 191 98<556 560> 383.003 84.9971<301 326> 391 98<556 560>\nRef: 111 111 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 84 0\nEndChar\nStartChar: uni04E8\nEncoding: 1256 1256 730\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 304 52<200 562> 633 33<460 482>\nVStem: 60.3532 105.485<184 221>\nFore\n474 666 m 0\n 608 666 706 559 699 418 c 0\n 688 192 486 -18 278 -18 c 0\n 151 -18 60 81 60 221 c 0\n 60 338 119 460 220 553 c 0\n 300 626 390 666 474 666 c 0\n578 356 m 1\n 588 400 594 443 594 481 c 0\n 594 575 544 633 465 633 c 0\n 392 633 331 595 275 514 c 0\n 246 472 219 414 199 356 c 1\n 578 356 l 1\n563 304 m 1\n 183 304 l 1\n 172 260 165 219 165 184 c 0\n 165 76 211 15 295 15 c 0\n 365 15 427 54 482 133 c 0\n 515 181 543 241 563 304 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni04E9\nEncoding: 1257 1257 731\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 189 51<140 356> 420 21<306 324>\nVStem: 27.3745 84.0501<101 129> 383.034 84.9656<301 326>\nFore\n325 441 m 0\n 410 441 468 384 468 301 c 0\n 468 226 428 141 362 76 c 0\n 304 19 240 -11 174 -11 c 0\n 83 -11 27 43 27 129 c 0\n 27 286 175 441 325 441 c 0\n372 240 m 1\n 380 270 384 300 384 326 c 0\n 384 383 356 420 313 420 c 128\n 270 420 228 390 189 334 c 0\n 169 305 152 273 139 240 c 1\n 372 240 l 1\n357 189 m 1\n 123 189 l 1\n 115 159 111 129 111 101 c 0\n 111 46 142 10 189 10 c 0\n 232 10 270 35 307 88 c 0\n 326 117 344 152 357 189 c 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni04EA\nEncoding: 1258 1258 732\nWidth: 722\nFlags: W\nHStem: -18 33<277 300> 304 52<200 562> 633 33<451 482> 703 98<396 403 593 604>\nVStem: 60.3532 105.485<184 221> 351 98<750 755> 551 98<750 755>\nFore\n474 666 m 0\n 608 666 706 559 699 418 c 0\n 688 192 486 -18 278 -18 c 0\n 151 -18 60 81 60 221 c 0\n 60 338 119 460 220 553 c 0\n 300 626 390 666 474 666 c 0\n578 356 m 1\n 588 400 594 443 594 481 c 0\n 594 575 544 633 465 633 c 0\n 392 633 331 595 275 514 c 0\n 246 472 219 414 199 356 c 1\n 578 356 l 1\n563 304 m 1\n 183 304 l 1\n 172 260 165 219 165 184 c 0\n 165 76 211 15 295 15 c 0\n 365 15 427 54 482 133 c 0\n 515 181 543 241 563 304 c 1\n401 801 m 0\n 426 801 449 777 449 752 c 0\n 449 725 427 703 400 703 c 128\n 373 703 351 725 351 753 c 0\n 351 779 373 801 401 801 c 0\n601 801 m 0\n 626 801 649 777 649 752 c 0\n 649 725 627 703 600 703 c 128\n 573 703 551 725 551 753 c 0\n 551 779 573 801 601 801 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni04EB\nEncoding: 1259 1259 733\nWidth: 500\nFlags: W\nHStem: -11 21<176 191> 189 51<140 356> 420 21<306 324> 491 98<235 241 437 443>\nVStem: 27.3745 84.0501<101 129> 189 98<533 549> 383.034 84.9656<301 326> 389 98<533 549>\nFore\n325 441 m 0\n 410 441 468 384 468 301 c 0\n 468 226 428 141 362 76 c 0\n 304 19 240 -11 174 -11 c 0\n 83 -11 27 43 27 129 c 0\n 27 286 175 441 325 441 c 0\n372 240 m 1\n 380 270 384 300 384 326 c 0\n 384 383 356 420 313 420 c 128\n 270 420 228 390 189 334 c 0\n 169 305 152 273 139 240 c 1\n 372 240 l 1\n357 189 m 1\n 123 189 l 1\n 115 159 111 129 111 101 c 0\n 111 46 142 10 189 10 c 0\n 232 10 270 35 307 88 c 0\n 326 117 344 152 357 189 c 1\n239 589 m 0\n 264 589 287 565 287 540 c 0\n 287 513 265 491 238 491 c 128\n 211 491 189 513 189 541 c 0\n 189 567 211 589 239 589 c 0\n439 589 m 0\n 464 589 487 565 487 540 c 0\n 487 513 465 491 438 491 c 128\n 411 491 389 513 389 541 c 0\n 389 567 411 589 439 589 c 0\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni04EC\nEncoding: 1260 1260 734\nWidth: 671\nFlags: W\nHStem: -14 44<185 210> 315 44<221 512> 636 39.0253<365 384> 733 98<352 366 556 560>\nVStem: 308 98<781 786> 508 98<781 786> 535.466 112.644<434 455>\nFore\n524 359 m 1\n 564 528 503 636 364 636 c 0\n 307 636 249 615 198 575 c 0\n 157 543 134 515 97 450 c 1\n 74 450 l 1\n 146 676 l 1\n 167 676 l 1\n 167 655 180 643 200 643 c 0\n 209 643 225 646 241 652 c 0\n 295 668 347 676 394 676 c 0\n 476 676 550 645 597 590 c 0\n 650 528 662 435 632 325 c 0\n 606 232 552 146 485 89 c 0\n 407 24 305 -14 206 -14 c 0\n 93 -14 6 32 -32 113 c 1\n -9 131 l 1\n 45 60 103 30 186 30 c 0\n 249 30 310 50 364 88 c 0\n 428 134 481 215 513 315 c 1\n 209 315 l 1\n 221 359 l 1\n 524 359 l 1\n358 831 m 0\n 383 831 406 807 406 782 c 0\n 406 755 384 733 357 733 c 128\n 330 733 308 755 308 783 c 0\n 308 809 330 831 358 831 c 0\n558 831 m 0\n 583 831 606 807 606 782 c 0\n 606 755 584 733 557 733 c 128\n 530 733 508 755 508 783 c 0\n 508 809 530 831 558 831 c 0\nEndSplineSet\nEndChar\nStartChar: uni04ED\nEncoding: 1261 1261 735\nWidth: 457\nFlags: W\nHStem: -11 21<134 156> 216 37<166 329> 404.996 36.0044<248 278> 491 98<220 224 414 430>\nVStem: 30 87<69 79> 172 98<533 549> 339 86<277 309> 372 98<533 549>\nFore\n330 216 m 1\n 156 216 l 1\n 166 253 l 1\n 337 253 l 1\n 338 266 339 278 339 291 c 0\n 339 362 305 405 248 405 c 0\n 199 405 160 383 105 324 c 1\n 89 334 l 1\n 149 410 204 441 278 441 c 0\n 371 441 425 386 425 291 c 0\n 425 135 285 -11 135 -11 c 0\n 75 -11 30 24 30 70 c 0\n 30 96 51 116 78 116 c 0\n 102 116 117 102 117 78 c 0\n 117 69 115 62 108 49 c 0\n 104 40 102 35 102 30 c 0\n 102 18 117 10 140 10 c 0\n 179 10 219 28 248 58 c 0\n 288 100 317 156 330 216 c 1\n222 589 m 0\n 247 589 270 565 270 540 c 0\n 270 513 248 491 221 491 c 128\n 194 491 172 513 172 541 c 0\n 172 567 194 589 222 589 c 0\n422 589 m 0\n 447 589 470 565 470 540 c 0\n 470 513 448 491 421 491 c 128\n 394 491 372 513 372 541 c 0\n 372 567 394 589 422 589 c 0\nEndSplineSet\nEndChar\nStartChar: uni04EE\nEncoding: 1262 1262 736\nWidth: 730\nFlags: W\nHStem: -12 123<41 58> 633 20G<62 348 520 765> 703 51<292 582>\nVStem: 62 286<634 652> 520 245<634 652>\nDStem: 167 479 262 511 218 133 302 244 534 533 602 540 302 244 283 140\nFore\n765 653 m 1\n 765 634 l 1\n 700 630 673 627 602 540 c 1\n 283 140 l 2\n 205 41 152 -12 56 -12 c 0\n 4 -12 -32 12 -21 51 c 0\n -9 96 20 111 45 111 c 0\n 93 110 99 87 94 65 c 0\n 92 51 92 36 111 36 c 0\n 140 36 166 70 218 133 c 1\n 167 479 l 1\n 155 627 126 631 62 634 c 1\n 62 653 l 1\n 348 653 l 1\n 348 634 l 1\n 320 633 l 2\n 287 632 269 624 264 604 c 0\n 258 582 253 568 262 511 c 1\n 302 244 l 1\n 534 533 l 2\n 567 574 577 587 581 602 c 0\n 588 625 574 632 520 634 c 1\n 520 653 l 1\n 765 653 l 1\n593 754 m 1\n 582 703 l 1\n 281 703 l 1\n 292 754 l 1\n 593 754 l 1\nEndSplineSet\nEndChar\nStartChar: uni04EF\nEncoding: 1263 1263 737\nWidth: 444\nFlags: W\nHStem: -205.052 82.0515<16 17> 421 20<154 158> 491 51<108 398>\nVStem: 332 93.9907<386 404>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 -2 -41\nEndChar\nStartChar: uni04F0\nEncoding: 1264 1264 738\nWidth: 730\nFlags: W\nHStem: -12 123<41 58> 633 20G<62 348 520 765> 703 98<343 350 535 553>\nVStem: 62 286<634 652> 295 98<751 756> 495 98<751 756> 520 245<634 652>\nDStem: 167 479 262 511 218 133 302 244 534 533 602 540 302 244 283 140\nFore\n765 653 m 1\n 765 634 l 1\n 700 630 673 627 602 540 c 1\n 283 140 l 2\n 205 41 152 -12 56 -12 c 0\n 4 -12 -32 12 -21 51 c 0\n -9 96 20 111 45 111 c 0\n 93 110 99 87 94 65 c 0\n 92 51 92 36 111 36 c 0\n 140 36 166 70 218 133 c 1\n 167 479 l 1\n 155 627 126 631 62 634 c 1\n 62 653 l 1\n 348 653 l 1\n 348 634 l 1\n 320 633 l 2\n 287 632 269 624 264 604 c 0\n 258 582 253 568 262 511 c 1\n 302 244 l 1\n 534 533 l 2\n 567 574 577 587 581 602 c 0\n 588 625 574 632 520 634 c 1\n 520 653 l 1\n 765 653 l 1\n345 801 m 0\n 370 801 393 777 393 752 c 0\n 393 725 371 703 344 703 c 128\n 317 703 295 725 295 753 c 0\n 295 779 317 801 345 801 c 0\n545 801 m 0\n 570 801 593 777 593 752 c 0\n 593 725 571 703 544 703 c 128\n 517 703 495 725 495 753 c 0\n 495 779 517 801 545 801 c 0\nEndSplineSet\nEndChar\nStartChar: uni04F1\nEncoding: 1265 1265 739\nWidth: 444\nFlags: W\nHStem: -205.052 82.0515<16 17> 421 20<154 158> 491 98<158 162 350 366>\nVStem: 110 98<539 543> 310 98<539 543> 332 93.9907<386 404>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 168 168 N 1 0 0 1 3 -17\nEndChar\nStartChar: uni04F2\nEncoding: 1266 1266 740\nWidth: 730\nFlags: W\nHStem: -12 123<41 58> 633 20G<62 348 520 765>\nVStem: 62 286<634 652> 520 245<634 652>\nDStem: 167 479 262 511 218 133 302 244 534 533 602 540 302 244 283 140\nFore\n765 653 m 1\n 765 634 l 1\n 700 630 673 627 602 540 c 1\n 283 140 l 2\n 205 41 152 -12 56 -12 c 0\n 4 -12 -32 12 -21 51 c 0\n -9 96 20 111 45 111 c 0\n 93 110 99 87 94 65 c 0\n 92 51 92 36 111 36 c 0\n 140 36 166 70 218 133 c 1\n 167 479 l 1\n 155 627 126 631 62 634 c 1\n 62 653 l 1\n 348 653 l 1\n 348 634 l 1\n 320 633 l 2\n 287 632 269 624 264 604 c 0\n 258 582 253 568 262 511 c 1\n 302 244 l 1\n 534 533 l 2\n 567 574 577 587 581 602 c 0\n 588 625 574 632 520 634 c 1\n 520 653 l 1\n 765 653 l 1\n252 703 m 1\n 414 863 l 2\n 421 869 429 873 439 873 c 0\n 459 873 475 857 475 837 c 0\n 475 825 470 816 458 809 c 2\n 287 703 l 1\n 252 703 l 1\n422 703 m 1\n 584 863 l 2\n 591 869 599 873 609 873 c 0\n 629 873 645 857 645 837 c 0\n 645 825 640 816 628 809 c 2\n 457 703 l 1\n 422 703 l 1\nEndSplineSet\nEndChar\nStartChar: uni04F3\nEncoding: 1267 1267 741\nWidth: 444\nFlags: W\nHStem: -205.052 82.0515<16 17> 421 20<154 158>\nVStem: 332 93.9907<386 404>\nRef: 121 121 N 1 0 0 1 0 0\nRef: 733 733 N 1 0 0 1 -25 -3\nEndChar\nStartChar: uni04F4\nEncoding: 1268 1268 742\nWidth: 772\nFlags: W\nHStem: 0 21G<362 640> 235 44<355 373> 633 20G<133 411 538 816> 703 98<404 413 597 613>\nVStem: 133 278<634 652> 356 98<751 755> 362 278<1 19> 538 278<634 652> 556 98<751 755>\nDStem: 199 555 301 555 139 338 241 337 532 296 703 544 483 120 582 109 601 544 703 544 544 340 582 109\nFore\n241 337 m 1\n 229 299 330 279 370 279 c 0\n 425 279 490 304 544 340 c 1\n 601 544 l 2\n 621 616 613 627 538 634 c 1\n 538 653 l 1\n 816 653 l 1\n 816 634 l 1\n 737 627 723 616 703 544 c 2\n 582 109 l 2\n 562 38 567 25 640 19 c 1\n 640 0 l 1\n 362 0 l 1\n 362 19 l 1\n 442 24 460 36 483 120 c 2\n 532 296 l 1\n 483 262 420 235 360 235 c 0\n 307 235 114 243 139 338 c 1\n 199 555 l 2\n 219 627 208 627 133 634 c 1\n 133 653 l 1\n 411 653 l 1\n 411 634 l 1\n 332 627 321 627 301 555 c 2\n 241 337 l 1\n406 801 m 0\n 431 801 454 777 454 752 c 0\n 454 725 432 703 405 703 c 128\n 378 703 356 725 356 753 c 0\n 356 779 378 801 406 801 c 0\n606 801 m 0\n 631 801 654 777 654 752 c 0\n 654 725 632 703 605 703 c 128\n 578 703 556 725 556 753 c 0\n 556 779 578 801 606 801 c 0\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni04F5\nEncoding: 1269 1269 743\nWidth: 500\nFlags: W\nHStem: 491 98<243 250 442 447>\nVStem: 76.007 76.993<176 199> 195 98<535 543> 289.027 77.9732<39 55> 395 98<535 543>\nFore\n461 117 m 1\n 475 108 l 1\n 407 11 384 -9 337 -9 c 0\n 307 -9 289 9 289 39 c 0\n 289 60 332 225 361 332 c 1\n 246 139 200 121 129 121 c 0\n 94 121 76 140 76 176 c 0\n 76 194 83 228 101 299 c 1\n 109 328 l 2\n 118 362 118 368 118 376 c 0\n 118 383 113 392 107 394 c 0\n 98 399 96 400 58 400 c 1\n 58 414 l 1\n 115 421 151 428 208 441 c 1\n 211 439 l 1\n 154 208 l 1\n 153 205 153 203 153 199 c 0\n 153 184 162 174 174 174 c 0\n 206 174 252 232 315 318 c 0\n 366 388 389 432 389 432 c 1\n 461 432 l 1\n 386 133 l 2\n 368 61 367 61 367 55 c 0\n 367 44 371 38 378 38 c 0\n 394 38 409 52 461 117 c 1\n245 589 m 0\n 270 589 293 565 293 540 c 0\n 293 513 271 491 244 491 c 128\n 217 491 195 513 195 541 c 0\n 195 567 217 589 245 589 c 0\n445 589 m 0\n 470 589 493 565 493 540 c 0\n 493 513 471 491 444 491 c 128\n 417 491 395 513 395 541 c 0\n 395 567 417 589 445 589 c 0\nEndSplineSet\nMinimumDistance: x29,-1 \nEndChar\nStartChar: uni04F8\nEncoding: 1272 1272 744\nWidth: 1021\nFlags: W\nHStem: 0 37<216 248> 334 40<312 353> 633 20G<167 448 769 1066> 703 98<546 552 744 750>\nVStem: 468.029 107.063<224 240> 498 98<751 755> 698 98<751 755> 769 297<634 652>\nDStem: 224 533 329 544 106 109 281 371 224 533 270 331 106 109 198 71 841 544 943 544 720 109 822 109\nFore\n720 109 m 1\n 841 544 l 1\n 862 618 853 629 769 634 c 1\n 769 653 l 1\n 1066 653 l 1\n 1066 634 l 1\n 981 630 963 617 943 544 c 2\n 822 109 l 2\n 802 36 808 22 889 19 c 1\n 890 0 l 1\n 593 0 l 1\n 592 19 l 1\n 677 22 700 34 720 109 c 1\n281 371 m 1\n 308 373 325 374 351 374 c 0\n 429 374 480 364 516 340 c 1\n 568 308 587 247 568 181 c 0\n 557 139 532 101 497 72 c 0\n 445 28 350 0 256 0 c 2\n -8 0 l 1\n -8 19 l 1\n 69 27 86 37 106 109 c 2\n 224 533 l 1\n 247 617 242 627 168 634 c 1\n 167 653 l 1\n 448 653 l 1\n 448 634 l 1\n 368 631 349 617 329 544 c 2\n 281 371 l 1\n198 71 m 1\n 190 44 195 37 222 37 c 0\n 357 37 433 84 461 187 c 0\n 488 284 443 334 328 334 c 0\n 308 334 294 333 270 331 c 1\n 198 71 l 1\n548 801 m 0\n 573 801 596 777 596 752 c 0\n 596 725 574 703 547 703 c 128\n 520 703 498 725 498 753 c 0\n 498 779 520 801 548 801 c 0\n748 801 m 0\n 773 801 796 777 796 752 c 0\n 796 725 774 703 747 703 c 128\n 720 703 698 725 698 753 c 0\n 698 779 720 801 748 801 c 0\nEndSplineSet\nEndChar\nStartChar: uni04F9\nEncoding: 1273 1273 745\nWidth: 684\nFlags: W\nHStem: -11 39<178 205> 231 41<234 250> 491 98<329 333 521 538>\nVStem: 47.9967 74.2322<94 116> 281 98<533 549> 331 71.2795<132.094 138 138.063 153.103> 473 75<47 53> 481 98<533 549>\nDStem: 104 350 207 439 56 176 147 227 543 332 652 439 495 155 564 117\nFore\n646 114 m 1\n 659 103 l 1\n 602 19 565 -11 519 -11 c 0\n 489 -11 473 9 473 46 c 0\n 473 66 479 97 495 155 c 2\n 543 332 l 1\n 549 352 552 368 552 376 c 0\n 552 396 542 399 489 400 c 1\n 489 416 l 1\n 528 419 548 422 649 441 c 1\n 652 439 l 1\n 564 117 l 1\n 563 115 l 1\n 563 113 l 1\n 561 105 558 98 558 95 c 0\n 551 76 548 61 548 51 c 0\n 548 44 556 36 564 36 c 0\n 573 36 588 46 605 63 c 0\n 615 74 622 82 646 114 c 1\n56 176 m 1\n 104 350 l 1\n 105 355 106 361 106 367 c 0\n 106 387 93 393 42 394 c 1\n 42 410 l 1\n 129 426 150 430 204 441 c 1\n 207 439 l 1\n 147 227 l 1\n 164 242 202 272 246 272 c 0\n 325 272 408 216 402 132 c 0\n 393 26 285 -12 179 -11 c 0\n 53 -10 32 77 56 176 c 1\n235 231 m 0\n 191 231 137 182 137 182 c 1\n 130 151 87 28 190 28 c 0\n 261 28 331 92 331 138 c 0\n 331 191 295 231 235 231 c 0\n331 589 m 0\n 356 589 379 565 379 540 c 0\n 379 513 357 491 330 491 c 128\n 303 491 281 513 281 541 c 0\n 281 567 303 589 331 589 c 0\n531 589 m 0\n 556 589 579 565 579 540 c 0\n 579 513 557 491 530 491 c 128\n 503 491 481 513 481 541 c 0\n 481 567 503 589 531 589 c 0\nEndSplineSet\nMinimumDistance: x10,-1 \nEndChar\nStartChar: afii57801\nEncoding: 1457 1457 746\nWidth: 0\nFlags: W\nFore\n-253 -286 m 0\n -288 -285 -272 -221 -235 -221 c 0\n -200 -221 -219 -288 -253 -286 c 0\n-220 -171 m 0\n -255 -169 -239 -106 -202 -106 c 0\n -167 -106 -185 -172 -220 -171 c 0\n-403 -171 m 0\n -439 -169 -423 -106 -385 -106 c 0\n -350 -106 -368 -172 -403 -171 c 0\n-307 -171 m 0\n -342 -169 -326 -106 -289 -106 c 0\n -254 -106 -272 -172 -307 -171 c 0\n-388 -286 m 0\n -424 -285 -408 -221 -370 -221 c 0\n -336 -221 -354 -287 -388 -286 c 0\nEndSplineSet\nEndChar\nStartChar: afii57800\nEncoding: 1458 1458 747\nWidth: 0\nFlags: W\nHStem: -160 52<-464 -318>\nFore\n-283 -291 m 0\n -319 -290 -302 -226 -265 -226 c 0\n -231 -226 -250 -292 -283 -291 c 0\n-253 -174 m 0\n -289 -173 -272 -110 -235 -110 c 0\n -201 -110 -219 -176 -253 -174 c 0\n-478 -160 m 1\n -464 -108 l 1\n -304 -108 l 1\n -318 -160 l 1\n -478 -160 l 1\nEndSplineSet\nEndChar\nStartChar: afii57793\nEncoding: 1460 1460 748\nWidth: 0\nFlags: W\nFore\n-327 -157 m 0\n -372 -156 -355 -93 -309 -93 c 0\n -266 -93 -284 -159 -327 -157 c 0\nEndSplineSet\nEndChar\nStartChar: afii57794\nEncoding: 1461 1461 749\nWidth: 0\nFlags: W\nFore\n-397 -157 m 0\n -440 -156 -425 -93 -379 -93 c 0\n -335 -93 -353 -159 -397 -157 c 0\n-265 -157 m 0\n -310 -156 -293 -93 -247 -93 c 0\n -203 -93 -221 -159 -265 -157 c 0\nEndSplineSet\nEndChar\nStartChar: afii57795\nEncoding: 1462 1462 750\nWidth: 0\nFlags: W\nHStem: -300 65<-355 -337>\nFore\n-377 -157 m 0\n -420 -156 -405 -93 -359 -93 c 0\n -315 -93 -334 -159 -377 -157 c 0\n-252 -157 m 0\n -296 -156 -280 -93 -234 -93 c 0\n -190 -93 -209 -159 -252 -157 c 0\n-355 -300 m 0\n -397 -298 -383 -235 -337 -235 c 0\n -293 -235 -311 -301 -355 -300 c 0\nEndSplineSet\nEndChar\nStartChar: afii57798\nEncoding: 1463 1463 751\nWidth: 0\nFlags: W\nHStem: -160 52<-389 -203>\nFore\n-403 -160 m 1\n -389 -108 l 1\n -189 -108 l 1\n -203 -160 l 1\n -403 -160 l 1\nEndSplineSet\nEndChar\nStartChar: afii57797\nEncoding: 1464 1464 752\nWidth: 0\nFlags: W\nHStem: -317 157<-375 -347> -160 52<-416 -348 -309 -230>\nFore\n-430 -160 m 1\n -416 -108 l 1\n -216 -108 l 1\n -230 -160 l 1\n -309 -160 l 2\n -306 -160 -320 -317 -375 -317 c 0\n -434 -317 -351 -160 -347 -160 c 2\n -430 -160 l 1\nEndSplineSet\nEndChar\nStartChar: afii57806\nEncoding: 1465 1465 753\nWidth: 0\nFlags: W\nHStem: 794 80<-642 -620>\nFore\n-642 794 m 0\n -696 795 -678 874 -620 874 c 0\n -565 874 -587 794 -642 794 c 0\nEndSplineSet\nEndChar\nStartChar: afii57796\nEncoding: 1467 1467 754\nWidth: 0\nFlags: W\nHStem: -317 65<-271 -253> -246 65<-333 -315>\nFore\n-394 -174 m 0\n -437 -173 -421 -110 -376 -110 c 128\n -331 -110 -350 -176 -394 -174 c 0\n-333 -246 m 0\n -376 -244 -360 -181 -315 -181 c 0\n -271 -181 -289 -247 -333 -246 c 0\n-271 -317 m 0\n -315 -315 -300 -252 -253 -252 c 0\n -210 -252 -228 -318 -271 -317 c 0\nEndSplineSet\nEndChar\nStartChar: afii57842\nEncoding: 1472 1472 755\nWidth: 126\nFlags: W\nHStem: 0 21G<-96 -44>\nDStem: 96 694 148 694 -96 0 -44 0\nFore\n-44 0 m 1\n -96 0 l 1\n 96 694 l 1\n 148 694 l 1\n -44 0 l 1\nEndSplineSet\nEndChar\nStartChar: afii57658\nEncoding: 1475 1475 756\nWidth: 418\nFlags: W\nFore\n183 135 m 0\n 157 116 148 99 131 73 c 1\n 128 99 125 116 111 135 c 0\n 98 152 84 157 63 166 c 1\n 89 175 109 185 129 201 c 0\n 154 219 165 233 182 259 c 1\n 185 233 188 216 204 197 c 0\n 217 181 230 175 249 166 c 1\n 225 157 205 152 183 135 c 0\n286 493 m 0\n 260 475 247 457 230 431 c 1\n 227 457 226 478 211 497 c 0\n 199 512 183 515 163 524 c 1\n 188 533 206 539 227 555 c 0\n 253 574 264 591 281 617 c 1\n 284 591 285 574 299 555 c 0\n 313 538 329 533 349 524 c 1\n 324 515 307 509 286 493 c 0\nEndSplineSet\nEndChar\nStartChar: afii57664\nEncoding: 1488 1488 757\nWidth: 537\nFlags: W\nHStem: -5 15<-41.4515 -36>\nVStem: 8.39285 130.517<70 75>\nDStem: 378 411 393 398 307 340 323 321\nFore\n112 344 m 1\n 104 346 52 378 81 485 c 0\n 95 536 143 584 167 581 c 0\n 172 581 164 571 163 540 c 0\n 162 463 300 340 307 340 c 1\n 378 411 l 1\n 376 411 315 458 319 500 c 0\n 321 521 360 576 406 584 c 0\n 418 585 412 579 410 569 c 1\n 382 499 522 498 517 399 c 0\n 516 380 482 311 420 293 c 0\n 411 290 410 286 416 338 c 1\n 417 384 393 398 393 398 c 1\n 323 321 l 1\n 328 321 470 225 435 99 c 0\n 407 -2 379 -7 355 -5 c 0\n 350 -5 380 65 325 119 c 0\n 238 200 127 330 123 330 c 1\n 123 330 48 290 70 224 c 0\n 80 191 157 108 135 49 c 0\n 120 8 70 -2 62 -5 c 1\n -53 -5 l 1\n -39 10 -44 10 -36 10 c 0\n -10 11 -15 10 -1 36 c 0\n 20 71 -0 140 13 215 c 0\n 23 260 65 303 112 344 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii57665\nEncoding: 1489 1489 758\nWidth: 537\nFlags: W\nHStem: 0 108<6 376> 442 121<181 402>\nVStem: 91.903 399.759<472.716 488.96>\nDStem: 448 368 482 422 376 108 397 108\nFore\n146 598 m 1\n 145 595 152 578 164 569 c 0\n 172 563 181 563 196 563 c 2\n 402 563 l 2\n 427 563 467 555 484 523 c 0\n 495 500 494 464 482 422 c 1\n 397 108 l 1\n 451 108 l 1\n 386 0 l 1\n -59 0 l 1\n 6 108 l 1\n 376 108 l 1\n 448 368 l 1\n 455 392 454 410 440 426 c 0\n 432 442 394 442 372 442 c 2\n 155 442 l 2\n 115 442 90 448 92 489 c 0\n 95 539 118 586 146 598 c 1\nEndSplineSet\nEndChar\nStartChar: afii57666\nEncoding: 1490 1490 759\nWidth: 350\nFlags: W\nHStem: 0 21G<-44 74>\nFore\n192 598 m 1\n 191 595 198 583 202 572 c 0\n 210 548 308 574 320 530 c 0\n 328 505 318 474 308 439 c 0\n 304 426 262 273 235 175 c 0\n 215 106 217 65 213 0 c 1\n 165 0 174 3 180 38 c 0\n 183 64 185 139 186 143 c 1\n 176 143 l 1\n 74 0 l 1\n -44 0 l 1\n -44 0 -17 105 16 108 c 0\n 36 109 142 129 142 129 c 1\n 155 142 196 174 203 195 c 0\n 229 263 270 343 272 370 c 1\n 278 388 276 399 273 415 c 0\n 264 466 164 409 144 448 c 0\n 131 476 166 576 192 598 c 1\nEndSplineSet\nEndChar\nStartChar: afii57667\nEncoding: 1491 1491 760\nWidth: 537\nFlags: W\nHStem: 442 120<164.919 432 463 482>\nDStem: 433 442 463 442 312 36 366 92\nFore\n463 442 m 1\n 366 92 l 2\n 362 78 365 74 350 48 c 0\n 340 29 319 -7 301 -1 c 0\n 299 -1 306 21 312 36 c 1\n 433 442 l 1\n 152 442 l 2\n 125 442 82 447 82 488 c 0\n 84 532 108 581 136 596 c 1\n 135 593 140 578 152 568 c 0\n 159 563 168 562 182 562 c 2\n 497 562 l 2\n 525 562 549 537 540 507 c 0\n 531 474 504 442 473 442 c 2\n 463 442 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57668\nEncoding: 1492 1492 761\nWidth: 537\nFlags: W\nHStem: 442 121<170 431 453 465>\nDStem: 432 442 453 442 314 35 363 99\nFore\n453 442 m 1\n 363 99 l 1\n 360 84 364 64 350 40 c 0\n 337 22 323 -11 304 0 c 1\n 301 0 310 22 314 35 c 1\n 432 442 l 1\n 152 442 l 2\n 100 442 83 464 81 490 c 0\n 79 539 108 582 135 598 c 1\n 134 595 138 578 149 569 c 0\n 158 563 168 563 182 563 c 2\n 497 563 l 2\n 523 563 531 537 523 507 c 0\n 514 474 494 442 463 442 c 2\n 453 442 l 1\n-36 0 m 0\n -40 0 -34 35 -27 57 c 0\n -1 132 -6 169 38 254 c 0\n 59 293 88 319 87 309 c 0\n 88 299 90 298 72 254 c 0\n 39 178 27 134 13 64 c 0\n 8 40 -12 -6 -36 0 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57669\nEncoding: 1493 1493 762\nWidth: 350\nFlags: W\nHStem: 445.475 117.525<183 191>\nFore\n282 439 m 1\n 200 99 l 1\n 195 83 163 -7 148 0 c 0\n 147 0 140 25 144 40 c 1\n 241 365 l 1\n 250 388 243 388 237 407 c 0\n 215 490 115 399 103 484 c 0\n 98 519 147 582 166 598 c 1\n 169 593 160 563 191 563 c 0\n 238 560 242 570 290 552 c 0\n 319 539 292 474 282 439 c 1\nEndSplineSet\nEndChar\nStartChar: afii57670\nEncoding: 1494 1494 763\nWidth: 350\nFlags: W\nHStem: 445 115.998<203.653 231.969 245.032 256.072>\nFore\n245 445 m 1\n 233 427 210 410 197 383 c 0\n 153 289 200 172 120 57 c 0\n 95 20 95 -6 69 0 c 1\n 69 0 52 38 65 62 c 0\n 131 174 115 272 172 383 c 0\n 184 404 213 427 232 445 c 1\n 197 445 118 434 117 500 c 0\n 116 539 133 579 159 598 c 1\n 158 595 177 579 180 569 c 0\n 187 554 291 568 306 552 c 0\n 336 522 323 485 300 443 c 1\n 283 430 254 408 248 429 c 0\n 243 453 271 445 245 445 c 1\nEndSplineSet\nEndChar\nStartChar: afii57671\nEncoding: 1495 1495 764\nWidth: 537\nFlags: W\nHStem: 442 121<166 422 453 470>\nDStem: 72 368 106 368 -16 62 19 54\nFore\n72 368 m 1\n 80 390 111 418 139 442 c 1\n 102 442 85 463 86 487 c 0\n 91 538 107 583 135 598 c 1\n 135 598 140 578 151 569 c 0\n 158 563 168 563 182 563 c 2\n 497 563 l 2\n 525 563 532 537 524 507 c 0\n 515 474 496 442 463 442 c 2\n 453 442 l 1\n 368 97 l 1\n 364 82 360 67 350 40 c 0\n 341 19 321 -11 308 0 c 1\n 308 0 307 22 310 35 c 2\n 423 442 l 1\n 172 442 l 2\n 167 442 162 442 158 442 c 1\n 137 420 115 397 106 368 c 2\n 19 54 l 2\n 9 15 -2 -6 -26 0 c 1\n -26 0 -23 38 -16 62 c 1\n 72 368 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: afii57672\nEncoding: 1496 1496 765\nWidth: 537\nFlags: W\nHStem: 0 108<40 358> 415 149.004<372 393>\nFore\n39 108 m 1\n 389 108 l 1\n 418 153 428 185 444 229 c 0\n 502 398 507 413 372 415 c 0\n 286 418 184 284 160 282 c 0\n 141 282 269 405 309 474 c 0\n 339 530 355 563 360 563 c 0\n 618 589 496 303 455 173 c 0\n 432 102 361 5 358 0 c 1\n -42 0 l 1\n -33 24 -33 26 -25 52 c 0\n 3 148 15 199 43 298 c 0\n 72 403 121 443 122 444 c 1\n 121 444 86 456 84 494 c 0\n 83 520 114 594 145 598 c 1\n 144 595 145 576 154 565 c 0\n 163 553 231 528 241 489 c 0\n 254 440 206 383 198 380 c 1\n 200 386 185 390 180 403 c 0\n 178 409 132 442 130 442 c 1\n 126 438 94 395 71 298 c 0\n 52 224 36 119 39 108 c 1\nEndSplineSet\nEndChar\nStartChar: afii57673\nEncoding: 1497 1497 766\nWidth: 350\nFlags: W\nFore\n135 631 m 1\n 134 627 143 616 148 606 c 0\n 160 585 245 614 262 590 c 0\n 291 554 264 517 249 477 c 0\n 225 416 175 319 166 321 c 0\n 164 321 211 407 193 451 c 0\n 168 516 86 435 76 520 c 0\n 74 550 109 611 135 631 c 1\nEndSplineSet\nEndChar\nStartChar: afii57674\nEncoding: 1498 1498 767\nWidth: 537\nFlags: W\nHStem: 406 122<221 476 506 525>\nFore\n506 406 m 1\n 447 171 393 -60 321 -301 c 0\n 316 -321 304 -351 280 -344 c 0\n 279 -344 267 -314 271 -299 c 1\n 477 406 l 1\n 194 406 l 2\n 167 406 127 409 125 454 c 0\n 124 489 161 549 188 564 c 1\n 187 561 191 548 203 538 c 0\n 209 533 211 528 225 528 c 2\n 550 528 l 2\n 576 528 604 498 595 468 c 0\n 586 435 547 406 516 406 c 2\n 506 406 l 1\nEndSplineSet\nEndChar\nStartChar: afii57675\nEncoding: 1499 1499 768\nWidth: 537\nFlags: W\nHStem: 0 108<-2 300> 442 121<173.129 412>\nFore\n143 598 m 1\n 142 595 150 578 161 569 c 0\n 169 563 179 563 193 563 c 6\n 439 563 l 2\n 581 563 509 399 476 282 c 0\n 443 163 431 0 298 0 c 2\n -68 0 l 1\n -2 108 l 1\n 320 108 l 2\n 415 108 416 164 448 282 c 0\n 481 400 501 442 401 442 c 2\n 141 442 l 2\n 109 442 87 455 89 489 c 0\n 91 542 115 584 143 598 c 1\nEndSplineSet\nEndChar\nStartChar: afii57676\nEncoding: 1500 1500 769\nWidth: 537\nFlags: W\nHStem: 466 122<230 447>\nDStem: 208 694 247 653 148 503 229 588\nFore\n247 653 m 2\n 229 588 l 1\n 490 588 l 2\n 510 588 520 581 529 566 c 0\n 536 555 536 543 532 525 c 2\n 485 321 l 1\n 470 256 300 141 232 88 c 0\n 170 40 209 25 159 25 c 0\n 86 25 213 109 245 133 c 0\n 314 185 448 258 458 321 c 1\n 476 434 l 1\n 477 444 474 451 469 458 c 0\n 464 463 456 466 445 466 c 2\n 143 468 l 2\n 141 468 142 483 148 503 c 1\n 208 694 l 1\n 223 745 257 733 263 780 c 0\n 264 800 245 786 246 813 c 0\n 247 826 257 843 270 843 c 0\n 305 844 301 819 308 793 c 0\n 316 764 279 768 247 653 c 2\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57677\nEncoding: 1501 1501 770\nWidth: 537\nFlags: W\nHStem: 0 108<30 401> 442 0<164.18 169> 443 120<167 470>\nVStem: 78 451.824<490 496>\nDStem: 54 334 92 334 -50 0 29 108 490 388 516 429 411 108 401 2\nFore\n516 429 m 1\n 401 2 l 1\n -50 0 l 1\n 54 334 l 1\n 66 373 76 385 102 415 c 0\n 131 446 143 442 143 442 c 1\n 169 442 l 1\n 169 442 160 446 131 409 c 0\n 110 383 100 365 92 334 c 2\n 29 108 l 1\n 411 108 l 1\n 490 388 l 1\n 495 408 499 420 491 433 c 1\n 484 450 462 443 438 443 c 2\n 150 443 l 2\n 115 443 81 453 78 490 c 0\n 79 532 123 584 152 598 c 1\n 152 598 142 579 153 570 c 0\n 161 564 166 563 178 563 c 2\n 462 563 l 2\n 487 563 511 546 524 520 c 0\n 537 496 526 464 516 429 c 1\nEndSplineSet\nEndChar\nStartChar: afii57678\nEncoding: 1502 1502 771\nWidth: 537\nFlags: W\nHStem: 0 108<122 361> 441 122<295 366>\nVStem: 92 152.558<490 501>\nFore\n361 0 m 1\n 26 0 l 1\n 26 -1 120 105 122 108 c 1\n 408 108 l 1\n 444 229 l 1\n 475 333 437 440 295 441 c 0\n 165 444 78 313 56 270 c 0\n 19 195 30 179 16 111 c 0\n 8 73 -9 1 -35 0 c 0\n -39 0 -46 21 -38 43 c 0\n -13 125 -23 179 23 270 c 0\n 89 401 116 410 142 428 c 1\n 133 453 101 453 92 489 c 0\n 84 519 118 583 144 599 c 1\n 143 596 156 575 160 569 c 0\n 164 550 225 560 238 534 c 128\n 251 508 241 471 243 460 c 0\n 243 455 262 464 272 469 c 0\n 329 498 361 563 366 563 c 0\n 596 540 503 369 462 219 c 1\n 462 214 434 133 424 83 c 0\n 421 69 362 5 361 0 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: afii57679\nEncoding: 1503 1503 772\nWidth: 350\nFlags: W\nVStem: 160 187.149<465 466>\nFore\n220 564 m 1\n 219 560 226 542 231 532 c 0\n 238 517 309 524 327 509 c 0\n 359 482 349 454 327 412 c 0\n 307 376 273 344 262 322 c 0\n 242 287 235 260 232 252 c 1\n 107 -243 l 1\n 102 -264 70 -350 40 -343 c 0\n 37 -343 40 -320 44 -306 c 1\n 212 252 l 5\n 216 264 224 287 249 325 c 1\n 259 341 275 362 269 394 c 0\n 257 449 159 374 160 466 c 0\n 159 505 192 545 220 564 c 1\nEndSplineSet\nEndChar\nStartChar: afii57680\nEncoding: 1504 1504 773\nWidth: 350\nFlags: W\nHStem: 0 108<49 136> 444.108 120.989<205 236>\nFore\n174 598 m 1\n 173 595 183 584 186 574 c 0\n 196 550 306 584 313 537 c 0\n 319 510 311 474 301 439 c 1\n 300 427 232 185 203 87 c 0\n 202 84 132 -2 136 0 c 1\n -36 0 l 1\n 49 108 l 1\n 178 108 l 1\n 269 377 l 1\n 275 394 273 405 270 422 c 0\n 262 472 143 415 133 469 c 0\n 126 502 148 578 174 598 c 1\nEndSplineSet\nEndChar\nStartChar: afii57681\nEncoding: 1505 1505 774\nWidth: 537\nFlags: W\nHStem: 0 108<91 253> 442 121<174.464 413>\nVStem: 92 435.196<490 491>\nFore\n55 283 m 0\n 23 170 17 108 107 108 c 2\n 264 108 l 2\n 353 108 411 86 465 282 c 0\n 498 399 491 442 402 442 c 2\n 145 442 l 1\n 138 422 89 408 55 283 c 0\n145 598 m 1\n 144 595 151 578 164 569 c 0\n 170 563 180 563 194 563 c 2\n 440 563 l 2\n 580 563 519 399 486 282 c 0\n 432 86 341 0 234 0 c 2\n 77 0 l 2\n -66 0 -18 126 25 282 c 0\n 48 365 85 410 119 443 c 1\n 97 446 91 464 92 489 c 0\n 92 523 118 585 145 598 c 1\nEndSplineSet\nEndChar\nStartChar: afii57682\nEncoding: 1506 1506 775\nWidth: 537\nFlags: W\nVStem: 123.117 25.477<286.497 314.962>\nFore\n2 112 m 1\n 145 139 l 1\n 119 276 124 226 123 318 c 0\n 121 359 195 435 197 438 c 1\n 196 438 155 431 146 465 c 0\n 140 489 171 589 202 599 c 1\n 201 595 206 580 216 571 c 0\n 228 561 282 580 298 545 c 0\n 321 501 262 416 255 412 c 1\n 257 419 244 421 237 431 c 1\n 233 435 206 435 203 435 c 1\n 202 431 151 365 149 315 c 0\n 146 265 160 282 170 144 c 1\n 175 144 326 165 335 172 c 1\n 400 242 452 344 468 405 c 0\n 483 460 370 404 377 476 c 0\n 379 512 414 588 443 600 c 1\n 443 598 453 588 452 575 c 0\n 458 550 530 584 539 538 c 0\n 544 500 490 376 453 306 c 0\n 415 232 341 84 301 60 c 0\n 267 40 -72 0 -72 0 c 1\n -44 34 1 105 2 112 c 1\nEndSplineSet\nEndChar\nStartChar: afii57683\nEncoding: 1507 1507 776\nWidth: 537\nFlags: W\nHStem: 181.948 166.087<181.094 199.98> 407 121<211 403>\nFore\n144 366 m 0\n 139 348 169 348 181 348 c 0\n 278 348 346 376 310 272 c 0\n 285 197 257 186 200 182 c 0\n 174 181 112 186 94 201 c 0\n 79 212 63 254 69 274 c 0\n 79 312 108 352 139 381 c 0\n 146 390 160 400 167 407 c 1\n 125 418 113 434 127 483 c 0\n 135 512 145 550 175 563 c 1\n 167 533 199 528 225 528 c 2\n 418 528 l 2\n 575 528 542 358 506 237 c 1\n 506 237 381 -339 340 -339 c 0\n 285 -339 459 177 472 232 c 0\n 485 288 489 320 473 364 c 0\n 459 403 423 407 381 407 c 2\n 227 407 l 2\n 215 407 202 406 188 406 c 1\n 175 400 149 381 144 366 c 0\nEndSplineSet\nEndChar\nStartChar: afii57684\nEncoding: 1508 1508 777\nWidth: 537\nFlags: W\nHStem: 0 108<1 353> 215.962 167.061<140.079 158.98> 442 121<176 355>\nDStem: 438 270 465 272 399 108 419 108\nFore\n104 402 m 0\n 98 383 128 383 140 383 c 0\n 237 383 303 410 269 306 c 0\n 243 232 215 220 159 216 c 0\n 132 215 70 220 51 235 c 0\n 37 246 21 289 27 309 c 0\n 37 346 66 386 96 415 c 0\n 105 424 118 434 126 442 c 1\n 84 453 71 469 85 518 c 0\n 92 546 103 584 134 598 c 1\n 126 568 158 563 184 563 c 2\n 377 563 l 2\n 534 563 498 393 465 272 c 2\n 419 108 l 2\n 418 106 358 8 353 0 c 1\n -64 0 l 1\n 1 108 l 1\n 399 108 l 1\n 438 270 l 1\n 451 326 447 354 432 399 c 0\n 418 438 382 442 340 442 c 2\n 186 442 l 2\n 174 442 159 440 146 440 c 1\n 133 434 107 415 104 402 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: afii57685\nEncoding: 1509 1509 778\nWidth: 537\nFlags: W\nDStem: 191 325 128 -48 3 -306 78 -243\nFore\n128 -48 m 1\n 78 -243 l 1\n 73 -266 38 -351 2 -343 c 1\n 2 -343 -3 -321 3 -306 c 0\n 66 -96 115 81 191 325 c 0\n 197 344 232 351 224 384 c 0\n 213 429 129 389 122 441 c 0\n 114 477 157 546 186 564 c 1\n 185 560 199 546 204 536 c 0\n 211 521 253 529 273 514 c 0\n 304 487 294 445 272 402 c 0\n 252 365 233 351 222 330 c 0\n 202 295 199 285 190 252 c 2\n 133 22 l 1\n 160 62 226 254 269 297 c 0\n 318 347 377 376 426 409 c 1\n 415 416 414 440 417 461 c 0\n 419 497 456 542 486 555 c 1\n 485 551 504 536 506 524 c 0\n 510 499 561 522 562 471 c 0\n 564 430 550 377 513 361 c 1\n 498 381 496 390 488 397 c 0\n 484 405 463 397 451 397 c 1\n 404 366 332 330 277 274 c 0\n 223 217 186 32 128 -48 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57686\nEncoding: 1510 1510 779\nWidth: 537\nFlags: W\nHStem: 0 108<13 327>\nVStem: 330.408 92.9685<126 130>\nDStem: 411 453 426 445 319 262 333 253\nFore\n333 253 m 1\n 379 228 374 228 402 186 c 0\n 426 153 429 128 415 78 c 0\n 406 45 372 5 366 0 c 1\n -70 0 l 1\n -31 45 6 93 13 108 c 1\n 327 108 l 1\n 330 118 332 130 329 139 c 0\n 273 245 149 193 125 246 c 0\n 116 270 176 394 168 433 c 0\n 159 483 77 422 71 490 c 0\n 66 524 106 582 134 598 c 1\n 133 595 134 586 136 574 c 0\n 146 552 207 580 220 536 c 0\n 228 512 199 424 179 353 c 0\n 175 340 270 288 319 262 c 1\n 411 453 l 1\n 394 459 380 470 383 496 c 0\n 385 533 420 585 452 598 c 1\n 451 594 451 589 453 576 c 0\n 459 552 527 556 528 505 c 0\n 530 464 500 413 462 398 c 1\n 471 428 449 439 426 445 c 1\n 333 253 l 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: afii57687\nEncoding: 1511 1511 780\nWidth: 537\nFlags: W\nHStem: 407 120<232 431>\nVStem: 129.156 420.94<425 428> 133 417.478<457 458>\nFore\n187 564 m 1\n 186 561 193 542 204 534 c 0\n 212 529 222 527 235 527 c 2\n 429 527 l 2\n 583 527 563 475 520 246 c 0\n 495 116 399 97 294 46 c 0\n 180 -8 131 -36 104 -35 c 0\n 79 -34 197 34 308 89 c 0\n 386 126 465 135 491 232 c 0\n 533 397 504 407 391 407 c 2\n 185 407 l 2\n 113 407 130 421 133 456 c 0\n 134 507 159 549 187 564 c 1\n-104 -343 m 1\n -108 -343 -72 -263 -58 -211 c 0\n -18 -55 -12 -31 58 217 c 0\n 72 269 105 321 111 316 c 1\n 117 306 119 272 100 229 c 0\n 65 151 24 -101 -13 -203 c 0\n -39 -279 -45 -318 -104 -343 c 1\nEndSplineSet\nEndChar\nStartChar: afii57688\nEncoding: 1512 1512 781\nWidth: 537\nFlags: W\nHStem: 442 121<163.043 416>\nVStem: 460 37<418 439>\nFore\n497 439 m 0\n 497 438 443 182 394 40 c 0\n 386 20 387 -7 368 0 c 0\n 365 0 349 22 354 35 c 1\n 439 302 l 1\n 453 347 460 387 460 418 c 0\n 460 454 443 442 376 442 c 2\n 151 442 l 2\n 115 442 77 448 80 489 c 0\n 83 533 106 584 134 598 c 1\n 133 595 143 578 153 569 c 0\n 161 563 166 563 180 563 c 2\n 409 563 l 2\n 435 563 481 553 496 520 c 0\n 508 497 505 472 497 439 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: afii57689\nEncoding: 1513 1513 782\nWidth: 537\nFlags: W\nHStem: 0 108<110 334>\nVStem: 22.6853 46.2024<176 224>\nFore\n74 298 m 0\n 60 183 75 115 79 108 c 1\n 120 153 177 233 223 305 c 0\n 260 364 313 450 314 453 c 1\n 314 453 258 450 264 499 c 0\n 268 526 305 592 335 598 c 1\n 334 595 341 584 341 569 c 0\n 339 539 390 570 398 525 c 0\n 406 474 354 423 349 420 c 1\n 349 426 347 433 341 442 c 0\n 335 448 329 445 326 445 c 1\n 325 439 279 364 244 305 c 0\n 201 233 154 173 109 108 c 1\n 348 108 l 1\n 395 114 482 236 542 424 c 0\n 560 479 446 426 451 499 c 0\n 455 533 492 586 522 598 c 1\n 521 595 527 580 529 568 c 0\n 532 542 576 570 584 524 c 0\n 592 488 546 368 515 298 c 0\n 474 208 340 5 334 0 c 1\n 2 0 l 1\n 8 24 8 38 14 62 c 0\n 35 159 9 199 35 298 c 0\n 61 403 127 453 128 455 c 1\n 127 455 79 450 85 499 c 0\n 89 526 120 592 152 598 c 1\n 151 595 163 584 162 569 c 0\n 162 539 214 570 219 525 c 0\n 225 474 170 423 164 420 c 1\n 165 426 164 433 159 443 c 1\n 155 448 138 450 134 450 c 1\n 132 445 85 394 74 298 c 0\nEndSplineSet\nEndChar\nStartChar: afii57690\nEncoding: 1514 1514 783\nWidth: 537\nFlags: W\nHStem: 0 109.161<-2 23> 442 121<190 474>\nFore\n522 439 m 1\n 443 99 l 1\n 438 80 415 -8 391 0 c 0\n 388 0 374 22 378 35 c 1\n 493 388 l 1\n 498 408 502 420 493 433 c 1\n 486 450 464 442 440 442 c 2\n 146 442 l 1\n 142 437 98 385 75 287 c 0\n 58 220 137 169 118 102 c 0\n 107 62 66 0 21 0 c 2\n -50 0 l 1\n -52 3 -26 98 -5 108 c 0\n 3 113 40 108 47 105 c 1\n 40 133 13 204 41 287 c 0\n 64 354 76 388 131 442 c 1\n 119 442 103 453 101 489 c 0\n 98 530 125 587 154 598 c 1\n 153 595 157 578 169 569 c 0\n 177 563 187 563 201 563 c 2\n 433 563 l 2\n 511 563 511 559 528 525 c 0\n 539 502 530 474 522 439 c 1\nEndSplineSet\nEndChar\nStartChar: afii57716\nEncoding: 1520 1520 784\nWidth: 537\nFlags: W\nHStem: 445.475 117.525<163 171 424 431>\nFore\n524 439 m 5\n 440 99 l 5\n 435 83 403 -7 388 0 c 4\n 387 0 381 25 385 40 c 5\n 481 365 l 5\n 490 388 483 388 477 407 c 4\n 456 490 356 399 343 484 c 4\n 339 519 389 582 406 598 c 5\n 409 593 400 563 431 563 c 4\n 479 560 482 570 530 552 c 4\n 559 539 532 474 524 439 c 5\n262 439 m 5\n 180 99 l 5\n 175 83 142 -7 128 0 c 4\n 125 0 120 25 124 40 c 5\n 221 365 l 5\n 228 388 222 388 217 407 c 4\n 195 490 95 399 83 484 c 4\n 78 519 127 582 146 598 c 5\n 148 593 139 563 171 563 c 4\n 218 560 222 570 268 552 c 4\n 299 539 271 474 262 439 c 5\nEndSplineSet\nEndChar\nStartChar: afii57717\nEncoding: 1521 1521 785\nWidth: 537\nFlags: W\nHStem: 445.475 117.525<424 432>\nFore\n524 439 m 5\n 440 99 l 5\n 435 83 404 -7 388 0 c 4\n 387 0 380 25 384 40 c 5\n 482 365 l 5\n 490 388 484 388 478 407 c 4\n 456 490 356 399 344 484 c 4\n 340 519 388 582 407 598 c 5\n 410 593 401 563 432 563 c 4\n 480 560 483 570 530 552 c 4\n 560 539 533 474 524 439 c 5\n146 598 m 5\n 145 595 154 583 160 574 c 4\n 173 552 256 580 273 558 c 4\n 302 520 277 485 261 445 c 4\n 237 383 188 287 178 289 c 4\n 175 289 224 375 206 418 c 4\n 180 483 98 403 88 488 c 4\n 86 518 121 578 146 598 c 5\nEndSplineSet\nEndChar\nStartChar: afii57718\nEncoding: 1522 1522 786\nWidth: 537\nFlags: W\nFore\n365 631 m 5\n 364 627 373 616 378 606 c 4\n 390 585 475 614 492 590 c 4\n 521 554 494 517 479 477 c 4\n 456 416 406 319 397 321 c 4\n 394 321 443 407 425 451 c 4\n 398 516 317 435 307 520 c 4\n 305 550 340 611 365 631 c 5\n103 631 m 5\n 102 627 112 616 118 606 c 4\n 130 585 213 614 231 590 c 4\n 261 554 234 517 218 477 c 4\n 195 416 145 319 136 321 c 4\n 132 321 181 407 163 451 c 4\n 138 516 56 435 46 520 c 4\n 44 550 79 611 103 631 c 5\nEndSplineSet\nEndChar\nStartChar: uni05F3\nEncoding: 1523 1523 787\nWidth: 396\nFlags: W\nFore\n323 727 m 1\n 330 710 310 679 300 663 c 0\n 261 606 117 490 103 501 c 0\n 90 509 193 634 241 683 c 0\n 284 724 297 729 323 727 c 1\nEndSplineSet\nEndChar\nStartChar: uni05F4\nEncoding: 1524 1524 788\nWidth: 396\nFlags: W\nFore\n237 727 m 1\n 243 710 224 679 213 663 c 0\n 174 606 30 490 16 501 c 0\n 3 509 106 634 155 683 c 0\n 198 724 210 729 237 727 c 1\n372 727 m 1\n 379 710 359 679 349 663 c 0\n 310 606 165 490 151 501 c 0\n 139 509 241 634 290 683 c 0\n 333 724 346 729 372 727 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E01\nEncoding: 3585 3585 789\nWidth: 606\nFlags: HW\nHStem: 0 21G<21 105 346 430> 519 47.4168<339 340>\nVStem: 453.224 85.6173<416 434>\nDStem: 97 284 187 304 21 0 105 0 447 379 532 379 346 0 430 0\nFore\n430 0 m 1\n 346 0 l 1\n 447 379 l 1\n 471.921 463.342 419.967 521.15 340 519 c 1\n 271 519 213 497 161 456 c 1\n 213 456 247 434 267 391 c 1\n 227 380 200 351 187 304 c 2\n 105 0 l 1\n 21 0 l 1\n 97 284 l 2\n 114 347 153 386 211 401 c 1\n 188 421 153 432 103 432 c 1\n 135.239 497.628 258.14 566.698 354 567 c 5\n 480.45 567.982 566.524 508.567 532 379 c 1\n 430 0 l 1\nEndSplineSet\nEndChar\nStartChar: uni0E02\nEncoding: 3586 3586 790\nWidth: 550\nFlags: W\nHStem: -1 29<34 92 177 265> 364.505 27.4953<156 158> 544 27<251 267>\nVStem: 102.856 28.8597<415 431> 209.243 28.7928<463 475> 315.634 57.5082<495 497>\nDStem: 153 256 237 258 92 28 176 28 440 557 525 557 313 81 398 81\nFore\n398 81 m 2\n 383 26 355 -1 312 -1 c 2\n 27 -1 l 1\n 34 28 l 1\n 92 28 l 1\n 153 256 l 1\n 164 301 193 345 239 389 c 0\n 285 435 309 465 313 481 c 1\n 325.82 517.966 289.616 544.677 257 544 c 1\n 237 544 217 538 199 527 c 1\n 233.168 528.12 245.531 485.907 235 447 c 1\n 224.652 409.901 191.735 363.323 147 364 c 1\n 113 360.892 93.9933 411.156 106 447 c 1\n 123.187 516.86 183.744 570.765 265 571 c 1\n 336.769 572.751 390.381 527.887 369 452 c 1\n 363 431 342 401 305 361 c 0\n 267 321 246 286 237 258 c 1\n 176 28 l 1\n 253 28 l 2\n 285 28 305 45 313 81 c 1\n 440 557 l 1\n 525 557 l 1\n 398 81 l 2\n206 447 m 1\n 215 477 206 494 184 498 c 1\n 164 498 147 481 134 447 c 1\n 126 415 133 397 156 392 c 1\n 176 392 192 411 206 447 c 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni0E03\nEncoding: 3587 3587 791\nWidth: 622\nFlags: W\nHStem: -1 29<83 137 223 305> 538 30<338 348> 545 24.2214<217 222>\nVStem: 85.888 28.8276<415 431> 192.243 28.7633<463 476> 368.114 53.0278<495 511>\nDStem: 199 257 283 258 137 28 222 28 491 557 575 557 363 81 448 81\nFore\n448 81 m 1\n 438.461 41.8087 404.161 -0.729144 362 -1 c 1\n 76 -1 l 1\n 83 28 l 1\n 137 28 l 1\n 199 257 l 1\n 210 301 240 345 288 391 c 128\n 336 437 362 467 365 481 c 1\n 373.985 511.139 368.089 538.525 339 538 c 1\n 306 538 285 515 272 471 c 1\n 250 471 l 1\n 264.811 510.269 252.968 542.437 222 545 c 1\n 210 545 198 540 182 527 c 1\n 216.168 527.679 228.531 486.853 218 447 c 1\n 207.436 409.579 173.883 363.623 130 364 c 1\n 96.0002 360.604 76.9933 411.955 89 447 c 1\n 101.704 502.898 165.152 570.58 230 570 c 1\n 256 570 272 555 279 528 c 1\n 296 555 319 568 348 568 c 0\n 413 568 435 528 413 448 c 0\n 409 430 388 400 351 361 c 0\n 315 322 292 288 283 258 c 1\n 222 28 l 1\n 303 28 l 1\n 327.69 27.5325 360.074 57.5373 363 81 c 1\n 491 557 l 1\n 575 557 l 1\n 448 81 l 1\n189 447 m 1\n 198 477 189 494 167 498 c 1\n 147 498 130 481 117 447 c 1\n 109 415 116 397 139 392 c 1\n 165.142 394.629 179.585 422.684 189 447 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0E04\nEncoding: 3588 3588 792\nWidth: 604\nFlags: W\nHStem: 0 21G<67 147 335 420> 241.537 29.463<265 267> 376 30<291 297> 534 32.1414<334 351 351.063 360.874>\nVStem: 72.7848 56.2271<320 351> 318.153 28.7361<343 359> 448.954 84.8669<432 451>\nDStem: 444 406 529 406 335 0 420 0\nFore\n420 0 m 1\n 335 0 l 1\n 444 406 l 1\n 465.099 482.646 425.285 536.816 351 534 c 1\n 234 534 160 480 131 373 c 1\n 122.014 330.605 136.754 265.629 142 224 c 1\n 175 346 225 406 294 406 c 0\n 341 406 357 379 343 323 c 1\n 332.175 288.425 299.608 240.866 257 241 c 1\n 240 241 228 246 221 256 c 1\n 147 0 l 1\n 67 0 l 1\n 71.8962 14.4372 76.659 29.0077 81 44 c 1\n 98 94 100 156 85 228 c 0\n 72 294 69 341 77 370 c 1\n 107.619 490.53 211.192 566.966 361 567 c 1\n 476.203 569.409 557.787 519.717 529 406 c 1\n 420 0 l 1\n314 323 m 0\n 324 359 318 376 295 376 c 0\n 270 376 253 359 244 323 c 0\n 235 293 243 276 265 271 c 1\n 287 271 303 289 314 323 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E05\nEncoding: 3589 3589 793\nWidth: 619\nFlags: W\nHStem: 0 21G<66 145 346 431> 242.291 29.7091<263 266> 376 30<290 298> 522 43.671<255 274 420 433>\nVStem: 77.6062 53.8183<351 353> 315.75 29.1192<340 353> 468.502 83.2343<464 480>\nDStem: 463 437 546 433 346 0 431 0\nFore\n431 0 m 1\n 346 0 l 1\n 463 437 l 1\n 479 493 463 522 421 522 c 0\n 382 522 353 499 332 455 c 1\n 310 455 l 1\n 315 499 298 522 263 522 c 0\n 199 522 156 482 135 400 c 1\n 119.422 367.403 148.98 260.137 147 247 c 1\n 176 353 226 406 298 406 c 1\n 341.059 407.369 351.864 364.153 342 323 c 1\n 332.052 288.616 298.815 241.153 256 242 c 1\n 239 242 227 246 220 256 c 1\n 145 0 l 1\n 66 0 l 1\n 70.8962 14.4372 75.659 29.0077 80 44 c 1\n 96 90 97 154 86 236 c 0\n 76 309 74 363 84 399 c 0\n 100 460 130 505 172 535 c 1\n 212.16 565.424 269.945 575.456 315 556 c 1\n 326 549 333 535 338 513 c 1\n 363 549 396 566 436 566 c 1\n 514.367 566.866 570.94 516.425 546 433 c 1\n 431 0 l 1\n312 323 m 0\n 322 359 316 376 293 376 c 0\n 268 376 250 359 242 323 c 0\n 233 293 240 276 263 272 c 1\n 285 272 300 289 312 323 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E06\nEncoding: 3590 3590 794\nWidth: 674\nFlags: W\nHStem: 364 30<127 137> 540 29.0029<212 217>\nVStem: 47.6316 42.3414<77 89> 81.0524 29.1004<418 425> 186.787 30.872<470 473> 363.058 58.928<497 509>\nDStem: 177 192 262 195 150 92 232 82 539 558 624 558 422 118 475 1\nFore\n475 1 m 1\n 385 1 l 1\n 380 112 339 176 262 195 c 1\n 232 82 l 2\n 216 23 182 -7 130 -7 c 1\n 66.9911 -8.77347 33.9249 45.2267 53 112 c 1\n 67.7656 170.804 126.212 224.742 189 235 c 1\n 204.511 301.82 226.375 334.714 283 392 c 1\n 332 438 358 468 360 482 c 0\n 370 520 360 538 332 538 c 1\n 301.784 538.744 273.502 498.217 268 472 c 1\n 246 472 l 1\n 258.361 510.696 244.816 538.571 217 540 c 1\n 202 540 187 537 175 527 c 1\n 215 527 227 500 213 447 c 1\n 203.011 410.29 170.854 363.494 126 364 c 1\n 88.777 360.602 73.8716 410.02 84 447 c 1\n 97.0992 505.799 160.152 569.746 226 570 c 1\n 255 570 270 557 273 530 c 1\n 285 552 309 565 345 570 c 1\n 411 570 435 534 416 464 c 0\n 409 437 386 404 349 364 c 1\n 301.248 311.113 285.908 291.135 273 236 c 1\n 351.713 237.233 407.144 181.675 422 118 c 1\n 539 558 l 1\n 624 558 l 1\n 475 1 l 1\n183 447 m 0\n 192 480 185 497 162 498 c 0\n 143 500 127 482 115 447 c 1\n 104 411 112 394 135 394 c 0\n 157 394 173 411 183 447 c 0\n150 92 m 2\n 177 192 l 1\n 135.848 182.996 102.315 147.649 93 111 c 1\n 84 78 90 62 112 62 c 0\n 132 62 145 72 150 92 c 2\nEndSplineSet\nMinimumDistance: x25,-1 \nEndChar\nStartChar: uni0E07\nEncoding: 3591 3591 795\nWidth: 461\nFlags: W\nHStem: 401.854 28.1462<295 296>\nVStem: 240.091 31.6678<457 469> 346.013 85.8659<495 504>\nDStem: 331 418 427 464 244 98 303 -1\nFore\n303 -1 m 1\n 218 -1 l 1\n 48 371 l 1\n 70 390 l 1\n 244 98 l 1\n 331 418 l 1\n 299.316 395.811 267.056 392.695 248 426 c 1\n 240 441 237 461 244 483 c 0\n 259 540 294 569 351 569 c 1\n 412.409 569.558 444.926 528.704 427 464 c 1\n 303 -1 l 1\n344 483 m 1\n 350.289 509.104 344.276 536.909 323 537 c 1\n 298.58 538.698 276.857 501.919 273 483 c 1\n 267.079 464.674 273.652 427.549 294 430 c 1\n 313 430 330 447 344 483 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E08\nEncoding: 3592 3592 796\nWidth: 499\nFlags: W\nHStem: 0 21G<250 332> 221.745 27.2552<163 172>\nVStem: 117.29 27.4431<272 282> 222.337 29.6634<323 332> 357.96 87.8434<432 445>\nFore\n332 0 m 1\n 250 0 l 1\n 282 116 289 207 273 274 c 1\n 271.957 292.121 259.778 316.145 252 332 c 1\n 252 323 l 1\n 244.753 292.267 239.566 271.81 216 249 c 1\n 189.059 216.897 145.458 209.755 124 246 c 1\n 104.257 291.059 128.85 341.947 159 365 c 1\n 177 380 200 389 225 389 c 0\n 279 389 312 347 322 263 c 1\n 353 396 l 1\n 373.113 470.945 329.95 518.608 262 518 c 1\n 203 518 145 487 86 427 c 1\n 72 437 l 1\n 106 480 143 513 183 533 c 1\n 259.232 578.405 357.208 578.409 415 522 c 1\n 445 490 453 455 442 412 c 2\n 332 0 l 1\n220 303 m 1\n 226.385 327.909 219.912 356.35 199 356 c 1\n 174.498 355.072 157.999 323.678 149 303 c 1\n 139 267 146 249 170 249 c 0\n 190 249 206 267 220 303 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E09\nEncoding: 3593 3593 797\nWidth: 613\nFlags: W\nHStem: 1 389<151 157> 520 48<318 339>\nVStem: 46.5184 30.7775<278 287> 151.537 86.3409<314 330> 439.653 88.2563<425 436> 498.142 39.8493<145 154>\nDStem: 137 240 233 285 71 1 187 119 383 197 466 192 352 82 439 92 433 380 522 394 393 238 478 235\nFore\n532 112 m 0\n 510 34 469 -6 407 -6 c 0\n 355 -6 336 24 352 82 c 2\n 383 197 l 1\n 297 179 222 114 157 1 c 1\n 71 1 l 1\n 137 240 l 1\n 109.233 215.778 71.3984 214.273 54 247 c 1\n 46 262 44 282 50 304 c 0\n 66 361 100 390 156 390 c 1\n 215.584 390.5 251.649 349.179 233 285 c 1\n 187 119 l 1\n 240 187 309 225 393 238 c 1\n 433 380 l 1\n 458.965 471.103 406.443 520.717 320 520 c 1\n 243 520 173 488 109 425 c 1\n 91 434 l 1\n 119 474 156 507 202 531 c 0\n 249 556 295 568 337 568 c 0\n 402 568 450 556 485 530 c 0\n 526 500 538 454 522 394 c 1\n 478 235 l 1\n 533 225 550 185 532 112 c 0\n100 251 m 1\n 128.573 245.906 160.302 296.719 150 340 c 1\n 147 353 140 358 129 358 c 1\n 100.195 361.813 68.6559 312.514 79 267 c 1\n 83 258 90 252 100 251 c 1\n493 111 m 0\n 505 155 496 182 466 192 c 1\n 439 92 l 2\n 433 72 439 62 453 62 c 0\n 470 62 485 78 493 111 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E0A\nEncoding: 3594 3594 798\nWidth: 550\nFlags: W\nHStem: -6 29<32 88 174 259> 359.505 27.4952<154 156> 537.084 28.9158<249 265>\nVStem: 100.856 28.8597<410 426> 207.25 28.1083<458 468> 381.129 82.4516<346 364>\nDStem: 150 251 235 254 88 23 173 23 373 306 457 306 311 74 396 76\nFore\n396 76 m 1\n 386.752 36.8087 351.363 -5.72914 310 -6 c 1\n 25 -6 l 1\n 32 23 l 1\n 88 23 l 1\n 150 251 l 2\n 163 300 198 350 257 403 c 0\n 286 430 303 455 308 476 c 1\n 325.727 526.796 268.823 548.023 224 532 c 1\n 201 523 l 1\n 233.551 526.287 240.218 471.806 233 442 c 1\n 222.652 404.9 189.735 358.323 145 359 c 1\n 111 355.891 91.9933 406.156 104 442 c 1\n 121.377 511.15 181.416 565.572 263 566 c 1\n 341 566 377 532 371 465 c 1\n 406 480 431 520 447 582 c 2\n 451 599 l 1\n 536 599 l 1\n 524.333 557.611 509.101 508.276 487 489 c 1\n 466 466 436 450 394 443 c 1\n 449.281 446.528 477.309 369.29 457 306 c 1\n 396 76 l 1\n204 442 m 1\n 213 472 204 489 183 493 c 1\n 163 493 145 476 132 442 c 1\n 124 410 131 392 154 387 c 1\n 174 387 190 406 204 442 c 1\n311 74 m 1\n 373 306 l 1\n 390 367 383 404 353 419 c 1\n 350 410 324 380 277 330 c 0\n 257 309 243 284 235 254 c 1\n 173 23 l 1\n 251 23 l 1\n 279.14 22.4676 306.392 50.4907 311 74 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E0B\nEncoding: 3595 3595 799\nWidth: 622\nFlags: W\nHStem: 0 29<81 136 221 301 301.031 310.526> 539 30<336 345> 546 24.2214<215 220>\nVStem: 83.8558 29.0715<416 434> 190.25 28.756<464 477> 366.108 52.5298<496 512> 432.282 84.9341<364 384>\nDStem: 197 257 281 259 136 29 220 29 423 312 507 312 361 82 446 82\nFore\n446 82 m 1\n 436.461 42.8086 402.161 0.270887 360 0 c 1\n 74 0 l 1\n 81 29 l 1\n 136 29 l 1\n 197 257 l 1\n 208 302 238 346 286 392 c 128\n 334 438 360 468 363 482 c 1\n 371.985 512.435 366.089 538.726 337 539 c 1\n 304 539 283 516 270 472 c 1\n 248 472 l 1\n 262.811 511.268 250.968 543.438 220 546 c 1\n 208 546 196 541 180 528 c 1\n 214.168 528.679 226.531 487.853 216 448 c 1\n 205.652 410.9 172.735 364.323 128 365 c 1\n 94.0002 361.891 74.9933 412.156 87 448 c 1\n 99.7036 503.898 163.152 571.579 228 571 c 1\n 254 571 270 556 277 529 c 1\n 294 556 317 569 346 569 c 0\n 404 569 427 536 416 469 c 1\n 449 485 474 523 492 588 c 2\n 496 605 l 1\n 586 605 l 1\n 568.213 521.445 518.501 459.728 444 449 c 1\n 512 449 533 403 507 312 c 1\n 446 82 l 1\n187 448 m 1\n 196 478 187 495 166 499 c 1\n 146 499 128 482 116 448 c 1\n 107 416 114 398 137 393 c 1\n 162.976 395.241 177.808 422.984 187 448 c 1\n361 82 m 1\n 423 312 l 1\n 440 373 434 413 406 432 c 1\n 386 408 l 1\n 364.644 379.019 290.999 309.54 281 259 c 1\n 220 29 l 1\n 301 29 l 1\n 325.69 27.7639 358.074 58.8271 361 82 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E0C\nEncoding: 3596 3596 800\nWidth: 817\nFlags: W\nHStem: 520 48.3209<298 299>\nVStem: 0.861141 83.7522<49 60> 162.103 29.5359<89 101> 225.418 35.9083<70 82> 413.061 85.096<420 436>\nDStem: 56 286 146 306 5 93 102 140 356 193 441 193 332 104 411 80 407 380 491 380 367 233 452 236 665 559 750 559 561 166 601 1\nFore\n601 1 m 1\n 512 1 l 1\n 538.898 97.0182 520.763 180.017 441 193 c 1\n 411 80 l 2\n 395 21 359 -9 306 -9 c 0\n 274 -9 251 3 236 24 c 0\n 224 46 222 74 231 107 c 0\n 248 172 294 214 367 233 c 1\n 407 380 l 1\n 431.407 466.356 379.482 522.632 299 520 c 1\n 231 520 172 499 121 458 c 1\n 172 458 206 436 226 393 c 1\n 186 382 159 353 146 306 c 2\n 102 140 l 1\n 112.439 151.684 127.374 154.56 146 157 c 1\n 184.506 159.393 199.794 114.415 189 76 c 1\n 173 19 138 -10 81 -10 c 1\n 23.0738 -10.8745 -14.0496 29.947 5 93 c 1\n 56 286 l 1\n 73 347 112 386 175 403 c 1\n 156 423 118 433 62 433 c 1\n 93.7685 500.336 218.098 568.508 314 569 c 1\n 439.691 568.929 525.777 510.637 491 380 c 1\n 452 236 l 1\n 503.546 228.43 538.993 209.731 561 166 c 1\n 665 559 l 1\n 750 559 l 1\n 601 1 l 1\n332 104 m 1\n 356 193 l 1\n 308 186 278 156 265 106 c 0\n 255 70 262 53 284 51 c 0\n 306 50 324 69 332 104 c 1\n111 23 m 1\n 137.792 18.2084 172.799 67.8776 159 110 c 1\n 152.132 135.168 123.782 129.388 111 111 c 1\n 102 100 95 89 89 76 c 1\n 79 40 86 23 111 23 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0E0D\nEncoding: 3597 3597 801\nWidth: 817\nFlags: W\nHStem: -248.928 27.9284<361 377> -188.629 20.6294<330 334> -50.1046 25.1046<354 367> 44 28<393 489> 563 47.5252<297 298>\nVStem: -1.24414 87.1725<100 106> 161.056 29.7972<133 144> 389.299 24.7325<-90 -80> 408.566 85.4999<463 479>\nDStem: 55 328 145 348 3 135 101 182 402 423 487 423 301 44 392 72 666 601 750 601 538 125 623 125\nFore\n623 125 m 2\n 608 71 580 44 537 44 c 2\n 301 44 l 1\n 402 423 l 1\n 427.468 506.607 376.046 564.997 298 563 c 1\n 229 563 171 541 119 500 c 1\n 171 500 205 478 225 436 c 1\n 185 424 158 395 145 348 c 2\n 101 182 l 1\n 110.652 193.773 127.42 196.672 145 200 c 1\n 183.906 201.712 198.729 156.94 188 118 c 1\n 172 61 136 32 79 32 c 1\n 21.3435 31.1752 -14.247 72.454 3 135 c 1\n 55 328 l 1\n 72 390 111 428 174 446 c 1\n 155 466 116 476 61 476 c 1\n 93.2388 541.302 216.141 611.497 312 611 c 1\n 444.506 613.11 520.435 554.516 487 423 c 1\n 392 72 l 1\n 478 72 l 2\n 510 72 530 89 538 125 c 1\n 666 601 l 1\n 750 601 l 1\n 623 125 l 2\n583 -25 m 1\n 543 -175 467 -249 355 -249 c 1\n 282.635 -250.897 233.028 -195.432 255 -118 c 1\n 267.529 -69.5787 311.301 -24.6588 368 -25 c 1\n 408.07 -23.3518 421.384 -67.2271 411 -108 c 1\n 400.397 -148.246 366.805 -188.203 324 -189 c 1\n 312 -188 l 1\n 324 -209 345 -221 375 -221 c 0\n 398 -221 421 -205 447 -174 c 1\n 481.4 -132.357 497.174 -84.9479 508 -25 c 1\n 583 -25 l 1\n159 118 m 1\n 165 141.487 157.993 169.99 138 170 c 1\n 113.068 169.232 97.4243 137.551 88 118 c 1\n 82.1614 98.7656 88.3008 61.2462 109 64 c 1\n 129 64 145 82 159 118 c 1\n367 -145 m 1\n 378.669 -127.567 395.516 -103.154 387 -71 c 1\n 376.455 -39.8698 345.345 -44.0105 327 -71 c 1\n 314.458 -89.327 306.948 -101.401 304 -125 c 1\n 305.323 -145.35 313.359 -166.296 330 -168 c 1\n 344 -168 355 -159 367 -145 c 1\nEndSplineSet\nMinimumDistance: x22,-1 \nEndChar\nStartChar: uni0E0E\nEncoding: 3598 3598 802\nWidth: 656\nFlags: W\nHStem: -176.996 29.9961<143 144> -47.0329 39.0329<161 180> 25 32.1735<64 77> 162 29.0431<93 96> 555 49<399 419>\nVStem: 13.4897 30.4739<80 91> 28.8226 45.5686<-111 -101> 514.276 87.0875<459 472>\nDStem: 184 335 277 369 141 175 215 136 508 415 593 415 370 -101 425 -200\nFore\n425 -200 m 1\n 337 -200 l 1\n 324 -156 302 -125 275 -95 c 1\n 249.172 -159.689 132.198 -205.356 59 -158 c 1\n 34 -143 24 -123 31 -95 c 1\n 42.8281 -46.1738 113.684 -6.87402 181 -8 c 1\n 218 -8 249 -15 277 -28 c 1\n 298 38 l 1\n 332 36 l 1\n 305 -42 l 1\n 340 -68 l 1\n 370 -101 l 1\n 508 415 l 1\n 532.295 504.956 483.913 555.242 400 555 c 1\n 337 555 279 534 228 492 c 1\n 285 492 320 471 332 428 c 1\n 304 419 285 399 277 369 c 1\n 215 136 l 2\n 195 62 149 25 78 25 c 1\n 32.21 24.1377 1.43555 57.0703 18 109 c 1\n 24 131 34 151 51 166 c 1\n 74.5459 193.447 115.814 203.383 141 175 c 1\n 184 335 l 2\n 197 384 229 418 282 438 c 1\n 259 458 221 468 167 468 c 1\n 210.997 540.433 312.006 601.746 417 604 c 1\n 568 604 627 541 593 415 c 1\n 425 -200 l 1\n118 109 m 1\n 126 141 119 158 96 162 c 0\n 88 162 78 156 65 145 c 1\n 54.8203 128.627 35.8965 102.294 46 72 c 1\n 69.3291 38.0928 101.262 62.6855 118 109 c 1\n251 -75 m 1\n 202.184 -35.6035 95.7812 -33.9824 75 -95 c 1\n 65.4209 -126.969 106.825 -149.289 142 -147 c 1\n 189 -147 227 -123 251 -75 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E0F\nEncoding: 3599 3599 803\nWidth: 656\nFlags: W\nHStem: -177.84 27.8398<85 91> -48 40<108 125> 25.3668 30.6332<52 59> 162 29.152<78 81> 555 49<383 403>\nVStem: -4.71596 38.7165<-115 -103> -2.53774 30.9645<81 92> 498.96 86.5427<460 472>\nDStem: 168 335 261 369 125 175 199 136 493 415 577 415 352 -105 410 -200\nFore\n410 -200 m 5\n 331 -200 l 5\n 305 -103 l 1\n 238 -200 l 5\n 205 -200 l 5\n 215 -163 212 -135 194 -103 c 1\n 169 -153 129 -178 78 -178 c 1\n 30.7909 -179.314 -16.7511 -146.222 -2 -95 c 1\n 8.02721 -47.2943 69.4069 -8.07244 125 -8 c 1\n 164 -12 l 2\n 174 -15 187 -22 201 -34 c 1\n 210.694 -12.3611 219.099 10.5677 225 36 c 1\n 257 36 l 1\n 247.402 3.96445 241.239 -18.3083 224 -52 c 1\n 240 -65 252 -85 264 -110 c 1\n 330 -8 l 1\n 352 -105 l 1\n 493 415 l 1\n 516.591 505.953 468.274 555.344 384 555 c 1\n 321 555 264 534 212 492 c 1\n 270 492 304 471 317 428 c 1\n 288 419 270 399 261 369 c 1\n 199 136 l 2\n 179 62 134 25 62 25 c 1\n 16.2103 24.1381 -14.5642 57.0702 2 109 c 1\n 8 131 18 151 35 166 c 1\n 59.2339 193.447 100.168 203.383 125 175 c 1\n 168 335 l 2\n 181 384 214 418 267 438 c 1\n 244 458 205 468 151 468 c 1\n 194.997 540.433 296.006 601.746 401 604 c 1\n 553 604 611 541 577 415 c 1\n 410 -200 l 5\n102 109 m 1\n 111 141 104 158 81 162 c 0\n 72 162 62 156 49 145 c 1\n 39.0175 128.199 19.7007 101.154 31 72 c 1\n 35 63 42 58 52 56 c 0\n 71 56 88 73 102 109 c 1\n178 -78 m 1\n 157 -58 134 -48 108 -48 c 0\n 68 -48 44 -64 35 -97 c 1\n 25.4504 -129.721 58.6412 -149.303 85 -150 c 1\n 122 -150 154 -125 178 -78 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E10\nEncoding: 3600 3600 804\nWidth: 463\nFlags: W\nHStem: -204.829 26.4769<-31 -20> -153.159 30.1591<155 165> 529.45 36.5502<434 437>\nVStem: -106.767 29.5601<-257 -247> 99.078 28.8202<266 275> 111.71 26.8896<-98 -87> 218.072 63.8648<-51 -45> 311.451 86.2244<368 379>\nDStem: 73 -162 93 -176 40 -202 54 -223 137 -188 124 -242 70 -262 71 -301 201 -135 276 -89 170 -253 220 -301\nFore\n540 612 m 1\n 499.382 528.163 437.251 513.218 343 543 c 1\n 322 550 299 554 279 559 c 1\n 251 559 230 556 216 552 c 0\n 184 542 161 523 146 493 c 1\n 337 493 420 446 394 350 c 2\n 314 53 l 1\n 231 53 l 1\n 269 194 270 286 233 327 c 1\n 234 320 234 309 231 291 c 1\n 222.415 255.937 184.843 208.7 144 210 c 1\n 110.916 209.036 89.9395 252.555 103 291 c 1\n 114.434 338.405 151.11 376.84 207 377 c 1\n 227 377 246 371 263 359 c 0\n 279 346 289 323 291 290 c 1\n 309 351 l 2\n 320 393 294 423 233 441 c 0\n 230 443 183 452 93 467 c 1\n 123.211 552.274 192.258 620.196 299 622 c 1\n 324 622 353 612 380 593 c 0\n 404 577 422 567 434 566 c 0\n 462 566 486 582 507 612 c 1\n 540 612 l 1\n220 -301 m 1\n 151 -301 l 1\n 124 -242 l 1\n 71 -301 l 1\n 38 -301 l 1\n 45.2257 -278.589 36.0215 -264.474 30 -249 c 1\n -2 -284 -32 -301 -60 -301 c 0\n -77 -301 -90 -295 -99 -284 c 1\n -118.441 -250.26 -98.3891 -212.9 -73 -196 c 1\n -40.6255 -167.887 15.2812 -174.137 40 -202 c 1\n 73 -162 l 1\n 93 -176 l 1\n 54 -223 l 1\n 60 -231 66 -243 70 -262 c 1\n 137 -188 l 1\n 170 -253 l 1\n 201 -135 l 1\n 174.497 -156.501 131.214 -164.924 118 -126 c 1\n 100.135 -79.1746 121.886 -37.1613 148 -12 c 1\n 166 4 186 12 209 12 c 0\n 271 12 294 -22 276 -89 c 1\n 220 -301 l 1\n153 237 m 1\n 172.857 232.112 217.916 286.742 201 327 c 1\n 199 339 191 344 181 344 c 0\n 173 344 163 339 150 327 c 1\n 143 317 137 306 131 291 c 0\n 123 260 130 241 153 237 c 1\n214 -70 m 1\n 224.016 -42.522 215.534 -17.3959 193 -16 c 1\n 184 -16 174 -22 166 -32 c 0\n 156 -42 148 -55 143 -70 c 0\n 133 -106 140 -123 164 -123 c 0\n 183 -123 200 -106 214 -70 c 1\n17 -228 m 1\n -10.1194 -194.266 -62.979 -196.855 -76 -239 c 1\n -82 -261 -73 -272 -52 -274 c 0\n -35 -275 -12 -258 17 -228 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E11\nEncoding: 3601 3601 805\nWidth: 717\nFlags: W\nHStem: 362 30<107 115> 538 29.0286<191 198>\nVStem: 60.0225 31.3336<422 432> 165.708 31.1804<471 473> 338.65 51.5592<500 515>\nDStem: 173 257 261 258 105 -1 218 94 454 483 478 471 218 94 195 -1 551 463 640 481 427 -1 511 -1\nFore\n511 -1 m 1\n 427 -1 l 1\n 551 463 l 1\n 555.909 484.398 555.319 503.131 532 503 c 1\n 495.374 501.249 496.771 498.322 478 471 c 1\n 195 -1 l 1\n 105 -1 l 1\n 173 257 l 2\n 185 300 213 344 259 388 c 0\n 305 433 331 464 335 481 c 0\n 345 518 336 537 311 537 c 1\n 279.756 538.162 254.087 493.684 246 471 c 1\n 225 471 l 1\n 238.243 507.924 224.336 536.877 198 538 c 1\n 182 538 168 534 158 525 c 1\n 195 525 206 500 192 447 c 1\n 183.116 412.715 144.699 361.117 105 362 c 1\n 69.227 361.035 52.765 409.23 63 447 c 1\n 76.8585 505.588 137.402 567.522 205 568 c 1\n 229 568 245 555 252 528 c 1\n 266 551 291 564 324 568 c 1\n 381 568 402 538 386 480 c 0\n 379 453 365 424 344 397 c 0\n 296 334 269 288 261 258 c 1\n 218 94 l 1\n 454 483 l 1\n 487.453 539.302 511.829 565.857 578 570 c 1\n 624.492 571.841 653.989 527.133 640 481 c 1\n 511 -1 l 1\n162 447 m 1\n 178.411 499.191 137.282 510.879 112 480 c 1\n 95.5479 458.64 86.5928 443.993 93 411 c 1\n 96 398 102 392 113 392 c 0\n 132 392 148 411 162 447 c 1\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: uni0E12\nEncoding: 3602 3602 806\nWidth: 820\nFlags: W\nHStem: -8.16306 55.1631<292 299> 356.853 29.1988<248 249> 523 46<212 237 385 414>\nVStem: 165.521 28.0009<268 282> 229.579 37.288<71 81> 270.225 48.8122<325 327> 428.535 83.7668<468 487>\nDStem: 360 203 443 203 327 83 410 80 423 439 507 437 370 243 456 246 664 559 749 559 564 184 600 1\nFore\n600 1 m 1\n 511 1 l 1\n 541 114 518 181 443 203 c 1\n 410 80 l 2\n 394 21 360 -9 308 -9 c 0\n 238 -9 215 34 238 120 c 0\n 255 184 300 226 370 243 c 1\n 423 439 l 1\n 438 495 425 523 385 523 c 0\n 344 523 315 500 297 456 c 1\n 275 456 l 1\n 282 500 264 523 224 523 c 0\n 194 523 168 505 145 469 c 1\n 109.754 414.917 83.8711 344.593 105 249 c 1\n 129 141 l 1\n 210 223 l 1\n 172.851 219.53 157.008 268.787 168 304 c 1\n 176.532 343.437 215.948 387.518 260 387 c 1\n 311 387 330 360 315 306 c 0\n 312 293 270 236 187 136 c 0\n 148 88 122 43 111 1 c 1\n 19 1 l 1\n 31 45 35 123 31 234 c 1\n 24.6409 354.558 53.2319 429.698 105 499 c 1\n 142 546 182 569 225 569 c 0\n 262 569 288 550 302 515 c 1\n 331 550 368 569 414 569 c 1\n 490.679 570.814 527.82 517.623 507 437 c 1\n 456 246 l 1\n 506 236 543 216 564 184 c 1\n 664 559 l 1\n 749 559 l 1\n 600 1 l 1\n247 266 m 1\n 258.871 280.827 276.509 309.851 268 340 c 1\n 258.697 365.108 233.768 359.447 218 341 c 1\n 210 330 202 317 197 304 c 1\n 187 269 194 250 218 250 c 0\n 228 250 238 256 247 266 c 1\n327 83 m 1\n 360 203 l 1\n 314 191 284 161 271 113 c 0\n 260 73 267 51 292 47 c 1\n 310 47 321 58 327 83 c 1\nEndSplineSet\nMinimumDistance: x31,-1 \nEndChar\nStartChar: uni0E13\nEncoding: 3603 3603 807\nWidth: 826\nFlags: W\nHStem: 0 21G<302 389> 126.807 30.1926<139 147> 520 49<301 320>\nVStem: 1.14297 88.9392<54 70> 165.01 29.0563<90 101> 409.043 87.4655<432 438> 528.898 86.3655<59 61> 681.95 35.7018<150 166>\nDStem: 57 286 147 306 6 93 103 140 403 380 487 380 302 0 432 170 661 559 745 559 578 246 661 243\nFore\n712 120 m 0\n 689 34 648 -9 588 -9 c 1\n 537.871 -8.72561 518.218 24.9208 533 80 c 1\n 566 203 l 1\n 522 193 482 167 449 126 c 0\n 422 90 402 48 389 0 c 5\n 302 0 l 5\n 403 380 l 1\n 427.401 464.652 379.642 521.895 302 520 c 1\n 233 520 174 499 123 458 c 1\n 174 458 209 436 229 393 c 1\n 187 380 159 350 147 306 c 2\n 103 140 l 1\n 114 152 130 157 149 157 c 1\n 186.55 159.517 202.956 114.992 191 76 c 1\n 176 19 140 -10 83 -10 c 1\n 21.1842 -11.1808 -12.4206 27.9948 6 93 c 1\n 57 286 l 1\n 74 347 114 386 177 403 c 1\n 159 423 120 433 64 433 c 1\n 86 472 124 505 177 532 c 0\n 226 556 273 569 316 569 c 0\n 465 569 522 506 487 380 c 1\n 432 170 l 1\n 472 209 520 234 578 246 c 1\n 661 559 l 1\n 745 559 l 1\n 661 243 l 1\n 712 226 729 184 712 120 c 0\n676 113 m 0\n 689 163 681 193 651 203 c 1\n 616 79 l 1\n 606.606 36.4298 642.955 40.3971 656 67 c 1\n 665 80 672 96 676 113 c 0\n163 76 m 1\n 166 89 166 100 161 110 c 1\n 155.131 135.168 125.215 129.388 113 111 c 1\n 104 100 97 89 91 76 c 1\n 86.8234 55.3983 92.4011 19.3543 113 21 c 1\n 133 21 149 40 163 76 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0E14\nEncoding: 3604 3604 808\nWidth: 604\nFlags: W\nHStem: 0 21G<57 149 338 422> 537 30<329 360>\nVStem: 208.47 29.7081<298 307> 449.071 83.9436<432 448>\nDStem: 442 389 526 389 338 0 422 0\nFore\n422 0 m 1\n 338 0 l 1\n 442 389 l 2\n 454 432 451 467 432 494 c 0\n 415 523 385 537 342 537 c 1\n 234.852 537.149 165.712 465.609 142 376 c 1\n 124.119 309.8 154.883 203.771 166 138 c 1\n 252 241 l 1\n 217.203 238.707 200.657 288.248 212 323 c 1\n 221.926 361.647 258.778 406.316 305 406 c 1\n 355 406 373 379 359 324 c 0\n 355 309 311 246 226 137 c 0\n 185 84 159 38 149 0 c 5\n 57 0 l 1\n 70 47 75 111 70 191 c 0\n 67 271 69 326 76 354 c 0\n 95 419 128 472 179 509 c 0\n 230 547 288 567 352 567 c 0\n 412 567 459 553 492 524 c 0\n 531 492 542 446 526 389 c 2\n 422 0 l 1\n312 323 m 1\n 326.42 367.119 287.292 390.117 262 359 c 1\n 246.185 339.942 232.345 320.29 240 287 c 1\n 245 274 252 268 261 268 c 0\n 281 268 298 287 312 323 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E15\nEncoding: 3605 3605 809\nWidth: 616\nFlags: W\nHStem: 0 21G<54 146 346 430> 375.081 30.0007<290 291> 522 45<251 267 428 458>\nVStem: 66.7492 93.2508<133.031 152.829> 205.179 29.5841<298 306> 310.906 46.183<336 338> 467.318 83.3926<464 484>\nDStem: 459 423 543 421 346 0 430 0\nFore\n430 0 m 1\n 346 0 l 1\n 459 423 l 1\n 478 489 466 522 428 522 c 128\n 390 522 363 499 342 454 c 1\n 320 454 l 1\n 326.422 502.514 306.962 521.128 263 522 c 1\n 237 522 213 509 190 482 c 0\n 167 454 152 419 139 376 c 0\n 130 340 130 301 140 257 c 0\n 153 201 160 160 160 133 c 1\n 249 241 l 1\n 214.482 238.707 196.859 288.248 209 323 c 1\n 214 346 226 366 243 381 c 1\n 268.125 410.067 329.106 417.764 350 383 c 1\n 359 367 360 347 355 324 c 0\n 350 307 306 246 222 138 c 0\n 183 88 157 43 146 0 c 1\n 54 0 l 1\n 66 44 70 121 64 231 c 1\n 61.7056 350.307 87.791 432.316 144 500 c 1\n 182 544 222 567 265 567 c 0\n 306 567 333 549 347 513 c 1\n 376 549 413 567 458 567 c 0\n 499 567 526 553 541 526 c 0\n 553 499 555 463 543 421 c 2\n 430 0 l 1\n289 290 m 1\n 305.133 308.788 317.542 327.491 307 357 c 1\n 297.608 383.249 273.411 380.405 256 357 c 1\n 244.455 340.397 227.981 317.526 237 287 c 1\n 250.117 255.856 269.889 267.057 289 290 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E16\nEncoding: 3606 3606 810\nWidth: 602\nFlags: W\nHStem: 127 30.123<180 185> 520 49<338 357>\nVStem: 38.0256 89.1068<54 70> 202.066 29.5965<91 102> 446.32 87.8062<432 438>\nDStem: 94 286 184 306 43 93 140 140 440 380 525 380 339 1 423 1\nFore\n423 1 m 5\n 339 1 l 1\n 440 380 l 1\n 465.17 464.652 416.352 521.895 339 520 c 1\n 270 520 212 499 160 458 c 1\n 212 458 246 436 266 393 c 1\n 224 380 196 350 184 306 c 2\n 140 140 l 1\n 160.854 163.018 215.963 165.824 226 131 c 1\n 233 114 234 96 229 76 c 0\n 213 19 177 -10 120 -10 c 1\n 59.9696 -11.1808 23.7833 27.9948 43 93 c 1\n 94 286 l 1\n 111 347 151 386 214 403 c 1\n 196 423 157 433 101 433 c 1\n 134.56 500.336 256.376 568.508 353 569 c 1\n 502 569 559 506 525 380 c 1\n 423 1 l 5\n200 76 m 1\n 205.919 99.4455 199.358 126.803 179 127 c 1\n 155.079 125.927 136.762 96.0063 129 76 c 1\n 123.077 55.3983 129.661 19.3543 150 21 c 1\n 170 21 186 40 200 76 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E17\nEncoding: 3607 3607 811\nWidth: 650\nFlags: W\nHStem: 401.529 27.4713<135 137>\nVStem: 81.1542 30.2944<457 470> 187.479 85.6305<495 510>\nDStem: 173 418 268 464 60 -1 177 123 496 462 583 475 371 -1 456 -1\nFore\n456 -1 m 1\n 371 -1 l 1\n 496 462 l 1\n 504 492 496 508 471 508 c 128\n 446 508 413 475 374 408 c 2\n 258 209 l 1\n 145 -1 l 1\n 60 -1 l 1\n 173 418 l 1\n 143.78 396.805 107.151 391.602 90 425 c 1\n 81 441 78 461 85 482 c 0\n 100 540 137 568 194 568 c 1\n 253.842 568.921 286.436 527.828 268 464 c 1\n 177 123 l 1\n 251 265 317 381 377 468 c 0\n 424 537 471 571 519 571 c 1\n 573.754 571.717 599.592 531.682 583 475 c 1\n 456 -1 l 1\n185 482 m 1\n 193 514 185 531 163 535 c 1\n 140 535 124 518 114 482 c 1\n 106.133 460.279 113.733 430.554 135 429 c 1\n 154 429 171 447 185 482 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0E18\nEncoding: 3608 3608 812\nWidth: 514\nFlags: W\nHStem: -1 29<9 48 133 230> 506 62.6896<287 288>\nVStem: 337.628 84.8439<311 321>\nDStem: 149 406 229 390 48 28 132 28 334 285 418 287 278 81 362 81\nFore\n547 559 m 1\n 517 503 478 476 427 476 c 1\n 403.023 475.386 322.041 497.436 288 506 c 1\n 218 506 172 484 155 440 c 1\n 261 427 l 2\n 387 411 440 366 418 287 c 2\n 362 81 l 2\n 348 27 320 -1 277 -1 c 2\n 2 -1 l 1\n 9 28 l 1\n 48 28 l 1\n 149 406 l 1\n 101 414 l 1\n 111 456 137 491 177 521 c 1\n 238.968 569.299 302.231 584.854 375 551 c 1\n 455 516 l 1\n 474 516 494 530 515 559 c 1\n 547 559 l 1\n278 81 m 1\n 334 285 l 2\n 342 318 337 341 317 358 c 0\n 305 368 277 380 229 390 c 1\n 132 28 l 1\n 218 28 l 2\n 249 28 269 45 278 81 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E19\nEncoding: 3609 3609 813\nWidth: 626\nFlags: W\nHStem: 403.472 28.1546<142 144>\nVStem: 86.7983 29.7657<458 471> 193.954 88.2572<503 519> 507.177 35.5488<142 155>\nDStem: 178 420 278 480 65 1 181 120 378 203 463 203 345 80 430 82 473 559 557 559 390 245 473 243\nFore\n538 120 m 1\n 515 34 470 -9 400 -9 c 1\n 348.978 -8.60881 330.382 24.5253 345 80 c 1\n 378 203 l 1\n 294 185 218 118 149 1 c 1\n 65 1 l 1\n 178 420 l 1\n 148.791 397.783 113.605 394.13 95 427 c 1\n 86 443 84 463 91 484 c 1\n 100.014 530.029 146.147 569.368 199 570 c 1\n 268 570 294 540 278 480 c 1\n 181 120 l 1\n 235 190 305 233 390 245 c 1\n 473 559 l 1\n 557 559 l 1\n 473 243 l 1\n 524.41 230.464 557.492 185.375 538 120 c 1\n191 484 m 1\n 199 520 192 539 169 539 c 1\n 146.252 540.053 123.188 502.91 119 484 c 1\n 115 473 115 460 119 447 c 1\n 142.329 413.764 174.262 438.04 191 484 c 1\n503 112 m 1\n 515 160 501 190 463 203 c 1\n 430 82 l 1\n 424 58 430 47 447 47 c 1\n 471.17 46.5245 497.445 87.6758 503 112 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0E1A\nEncoding: 3610 3610 814\nWidth: 626\nFlags: W\nHStem: -1 29<22 76 161 320> 401.664 28.3359<145 147>\nVStem: 90.8027 29.8763<456 466> 196.913 88.4688<497 510>\nDStem: 182 418 282 478 76 28 160 28 505 557 589 557 378 81 462 81\nFore\n462 81 m 2\n 448 27 419 -1 376 -1 c 2\n 15 -1 l 1\n 22 28 l 1\n 76 28 l 1\n 182 418 l 1\n 152.691 396.329 116.493 392.086 99 426 c 1\n 90 441 88 461 95 483 c 1\n 103.707 527.341 147.971 568.746 198 569 c 1\n 266.254 568.62 298.202 547.42 282 478 c 1\n 160 28 l 1\n 318 28 l 2\n 349 28 369 45 378 81 c 1\n 505 557 l 1\n 589 557 l 1\n 462 81 l 2\n195 483 m 1\n 200.823 505.601 193.514 535.702 173 537 c 1\n 153 537 138 519 123 483 c 1\n 114.516 458.696 124.081 430.905 145 430 c 1\n 163 430 180 447 195 483 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0E1B\nEncoding: 3611 3611 815\nWidth: 626\nFlags: W\nHStem: 0 29<7 61 147 305> 402.664 28.3359<130 132>\nVStem: 75.8027 29.7932<457 467> 181.898 88.2637<496 509>\nDStem: 167 419 267 479 61 29 146 29 556 800 640 800 363 82 447 82\nFore\n447 82 m 2\n 433 28 404 0 361 0 c 2\n 0 0 l 1\n 7 29 l 1\n 61 29 l 1\n 167 419 l 1\n 137.691 397.329 101.493 393.086 84 427 c 1\n 75 442 73 462 80 484 c 1\n 88.7066 528.341 132.971 569.746 183 570 c 1\n 251.254 570.098 283.202 547.522 267 479 c 1\n 146 29 l 1\n 303 29 l 2\n 334 29 354 46 363 82 c 1\n 556 800 l 5\n 640 800 l 5\n 447 82 l 2\n180 484 m 1\n 183 497 183 508 178 519 c 0\n 176 531 168 537 158 538 c 0\n 138 538 123 519 108 484 c 0\n 104 471 104 459 108 447 c 0\n 113 438 120 432 130 431 c 0\n 148 431 166 448 180 484 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E1C\nEncoding: 3612 3612 816\nWidth: 647\nFlags: W\nHStem: 537 32<267 276>\nVStem: 298.584 29.7178<495 511>\nDStem: 130 464 203 418 5 -1 108 71 297 253 318 328 378 -1 397 78 318 328 297 253 108 71 97 -1 524 557 609 557 397 78 460 -1\nFore\n460 -1 m 1\n 378 -1 l 1\n 297 253 l 1\n 97 -1 l 1\n 5 -1 l 1\n 130 464 l 2\n 148 534 194 569 267 569 c 1\n 312.475 569.67 338.671 534.448 326 483 c 1\n 316.799 444.56 279.891 401.545 238 401 c 1\n 221 401 210 407 203 418 c 1\n 108 71 l 1\n 318 328 l 1\n 397 78 l 1\n 524 557 l 1\n 609 557 l 1\n 460 -1 l 1\n247 430 m 1\n 268.324 424.755 310.144 476.954 296 519 c 1\n 293 530 286 536 276 537 c 0\n 253 537 236 519 225 483 c 0\n 221 471 221 458 225 446 c 0\n 230 437 237 431 247 430 c 1\nEndSplineSet\nMinimumDistance: x14,-1 \nEndChar\nStartChar: uni0E1D\nEncoding: 3613 3613 817\nWidth: 647\nFlags: W\nHStem: 0 21G<0 92 373 455>\nVStem: 293.562 29.0554<496 510>\nDStem: 125 465 198 419 0 0 103 72 292 253 313 329 373 0 392 79 313 329 292 253 103 72 92 0 586 804 671 804 392 79 455 0\nFore\n455 0 m 5\n 373 0 l 5\n 292 253 l 5\n 92 0 l 5\n 0 0 l 5\n 125 465 l 6\n 143 535 189 569 262 569 c 4\n 286 569 303 561 315 545 c 5\n 335.684 506.302 315.206 451.599 289 429 c 5\n 265.714 401.047 219.062 389.878 198 419 c 5\n 103 72 l 5\n 313 329 l 5\n 392 79 l 5\n 586 804 l 5\n 671 804 l 5\n 455 0 l 5\n242 431 m 5\n 261.619 425.574 306.875 478.545 290 519 c 5\n 288 531 280 536 270 538 c 5\n 242.497 541.312 207.55 490.672 220 446 c 5\n 225 438 232 432 242 431 c 5\nEndSplineSet\nEndChar\nStartChar: uni0E1E\nEncoding: 3614 3614 818\nWidth: 676\nFlags: W\nVStem: 76.087 28.3954<460 466> 180.584 88.4685<495 511> 379 37<99 430>\nDStem: 166 418 266 478 53 -1 163 98 416 567 381 431 163 98 149 -1 539 557 624 557 416 98 475 -1\nFore\n475 -1 m 1\n 379 -1 l 1\n 381 431 l 1\n 149 -1 l 1\n 53 -1 l 1\n 166 418 l 1\n 136.402 396.329 101.291 392.086 83 426 c 1\n 55.6368 493.427 113.679 568.229 182 569 c 1\n 251.292 568.62 281.708 547.42 266 478 c 1\n 163 98 l 1\n 416 567 l 1\n 416 98 l 1\n 539 557 l 1\n 624 557 l 1\n 475 -1 l 1\n129 430 m 1\n 150.324 424.755 192.144 476.954 178 519 c 1\n 175 530 168 536 158 537 c 0\n 138 537 122 519 108 483 c 1\n 98.4479 459.713 108.112 431.326 129 430 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0E1F\nEncoding: 3615 3615 819\nWidth: 676\nFlags: W\nHStem: 0 21G<22 118 348 444> 402.682 28.318<98 100>\nVStem: 44.925 28.2114<461 467> 149.966 88.1879<496 511> 348 37<100 431>\nDStem: 135 419 235 479 22 0 132 99 385 568 350 432 132 99 118 0 576 800 660 800 385 99 444 0\nFore\n444 0 m 1\n 348 0 l 1\n 350 432 l 1\n 118 0 l 1\n 22 0 l 1\n 135 419 l 1\n 105.791 397.345 70.6046 393.525 52 426 c 1\n 24.4023 494.29 81.6686 568.984 151 569 c 1\n 218.728 569.308 251.234 547.745 235 479 c 1\n 132 99 l 1\n 385 568 l 1\n 385 99 l 1\n 576 800 l 1\n 660 800 l 5\n 444 0 l 1\n148 484 m 1\n 151 496 151 508 147 519 c 0\n 144 531 137 536 127 538 c 0\n 106 538 91 519 76 484 c 0\n 72 471 72 459 76 446 c 0\n 81 438 88 432 98 431 c 0\n 116 431 134 448 148 484 c 1\nEndSplineSet\nMinimumDistance: x13,-1 \nEndChar\nStartChar: uni0E20\nEncoding: 3616 3616 820\nWidth: 643\nFlags: W\nHStem: -10 32.4992<39 52> 127 29.4135<68 71> 520 49<374 394>\nVStem: -11.5102 30.4693<45 56> 489.276 87.0869<424 438>\nDStem: 159 300 252 335 116 140 190 101 483 380 568 380 382 1 466 1\nFore\n466 1 m 1\n 382 1 l 1\n 483 380 l 1\n 507.294 470.691 458.913 520.5 375 520 c 1\n 312 520 254 499 203 458 c 1\n 260 458 295 436 307 393 c 1\n 279 385 260 365 252 335 c 1\n 190 101 l 2\n 170 27 124 -10 53 -10 c 1\n 7.21029 -10.8619 -23.5642 22.0702 -7 74 c 1\n -1 96 9 116 26 131 c 1\n 49.546 159.004 90.8145 168.809 116 140 c 1\n 159 300 l 2\n 172 349 204 383 257 403 c 1\n 234 423 196 433 142 433 c 1\n 185.997 506.188 287.006 566.517 392 569 c 1\n 543 569 602 506 568 380 c 1\n 466 1 l 1\n93 74 m 1\n 101 106 94 123 71 127 c 0\n 63 127 53 121 40 110 c 1\n 29.8204 94.373 10.8968 67.0969 21 37 c 1\n 44.3287 3.76394 76.2616 28.0404 93 74 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E21\nEncoding: 3617 3617 821\nWidth: 616\nFlags: W\nHStem: 403.118 29.8821<162 164>\nVStem: 6.99928 37.8587<71 87> 109.293 28.5278<455 471> 214.101 87.25<498 505>\nDStem: 142 203 226 203 113 97 194 80 201 421 297 467 152 243 238 244 498 559 583 559 381 120 434 1\nFore\n434 1 m 1\n 345 1 l 1\n 341 118 301 185 226 203 c 1\n 194 80 l 2\n 178 21 142 -9 89 -9 c 0\n 56 -9 33 2 21 25 c 0\n 6 48 3 77 12 110 c 0\n 32 180 78 224 152 243 c 1\n 201 421 l 1\n 170.851 396.963 130.989 393.113 115 430 c 1\n 97.2298 479.466 120.641 521.449 151 546 c 1\n 184.927 578.962 259.448 577.476 288 543 c 1\n 302 524 305 500 297 467 c 2\n 238 244 l 1\n 311 235 358 194 381 120 c 1\n 498 559 l 1\n 583 559 l 1\n 434 1 l 1\n212 486 m 1\n 218.568 510.026 211.178 539.728 191 539 c 1\n 171 539 155 521 141 486 c 1\n 132 454 139 437 162 433 c 1\n 185 433 202 450 212 486 c 1\n113 97 m 2\n 142 203 l 1\n 93 191 63 160 49 107 c 0\n 39 71 45 54 66 52 c 0\n 89 51 105 67 113 97 c 2\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0E22\nEncoding: 3618 3618 822\nWidth: 574\nFlags: W\nHStem: -8.76924 30.7692<188 220> 404.119 28.881<242 244> 540 29.8749<267 273>\nVStem: 31.9771 84.7336<87 103> 103.761 86.0343<375 391> 295.613 28.7462<503 515>\nDStem: 54 181 138 184 35 115 119 115 460 559 544 559 341 115 425 115\nFore\n425 115 m 1\n 397.309 10.7354 193.314 -47.3941 79 20 c 1\n 39 42 25 74 35 115 c 1\n 54 181 l 1\n 68 238 112 278 185 300 c 1\n 119 318 92 356 108 410 c 1\n 119.754 461.658 134.369 510.203 171 537 c 1\n 197 559 227 570 261 570 c 0\n 315 570 335 541 321 486 c 1\n 308.891 443.249 269.008 389.89 214 407 c 1\n 198 421 l 1\n 189.814 395.861 182.926 363.273 202 341 c 1\n 215 323 232 314 255 314 c 0\n 264 314 268 311 268 304 c 0\n 267 300 261 296 251 293 c 0\n 192 283 155 245 138 184 c 2\n 119 115 l 1\n 105.104 58.5736 147.989 21.3873 204 22 c 1\n 265.407 22.1017 331.013 62.5813 341 115 c 1\n 460 559 l 1\n 544 559 l 1\n 425 115 l 1\n292 486 m 1\n 301.667 511.081 291.464 539.524 271 540 c 1\n 252 540 235 521 221 486 c 1\n 212 454 219 437 242 433 c 1\n 261 433 278 450 292 486 c 1\nEndSplineSet\nMinimumDistance: x20,-1 \nEndChar\nStartChar: uni0E23\nEncoding: 3619 3619 823\nWidth: 480\nFlags: W\nHStem: -5.60733 29.6073<167 168> 130.803 28.4016<192 199>\nVStem: 281.171 84.8266<314 330>\nDStem: 277 287 361 289 238 143 307 88\nFore\n522 559 m 1\n 489 497 444 467 387 467 c 1\n 355.888 465.015 275.107 505.889 243 502 c 1\n 186 502 145 480 121 439 c 1\n 154 442 l 1\n 220.63 443.054 276.342 436.513 317 409 c 1\n 361 382 376 341 361 289 c 2\n 307 88 l 1\n 291 25 247 -6 178 -6 c 0\n 121 -6 101 23 115 78 c 1\n 126.288 125.761 189.492 191.177 238 143 c 1\n 277 287 l 2\n 291 340 270 376 216 394 c 0\n 184 404 134 410 65 410 c 1\n 91.0841 483.184 172.391 565.074 263 566 c 1\n 323.135 566.401 368.559 533.952 413 515 c 1\n 444 515 470 529 490 559 c 1\n 522 559 l 1\n197 45 m 1\n 214.341 64.9832 222.12 82.3776 216 113 c 1\n 205.097 137.58 183.463 136.053 164 113 c 1\n 157 103 150 91 144 78 c 1\n 138.227 57.2875 147.524 21.9031 166 24 c 1\n 176 24 186 31 197 45 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E24\nEncoding: 3620 3620 824\nWidth: 602\nFlags: W\nHStem: 162 30<180 185> 555 48.4896<338 339>\nVStem: 38.0867 89.1127<88 104> 202.089 29.5939<126 136> 446.271 87.8544<467 472>\nDStem: 94 321 184 341 43 127 140 175 440 415 525 415 275 -200 360 -200\nFore\n360 -200 m 5\n 275 -200 l 5\n 440 415 l 1\n 465.17 498.145 416.352 556.934 339 555 c 1\n 270 555 212 534 160 492 c 1\n 212 492 246 471 266 428 c 1\n 224 415 196 385 184 341 c 2\n 140 175 l 1\n 151 186 167 192 186 192 c 1\n 224.966 193.84 238.871 149.508 229 110 c 1\n 213 53 177 25 120 25 c 1\n 60.446 23.0562 23.7436 62.6844 43 127 c 1\n 94 321 l 1\n 111 382 151 421 214 438 c 1\n 196 458 157 468 101 468 c 1\n 134.56 533.544 256.376 604.231 353 604 c 1\n 502 604 559 541 525 415 c 1\n 360 -200 l 5\n200 110 m 1\n 205.834 133.637 199.718 161.876 179 162 c 1\n 154.722 160.999 136.667 130.347 129 110 c 1\n 123 89.8408 130.007 54.1268 150 56 c 1\n 170 56 186 75 200 110 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E25\nEncoding: 3621 3621 825\nWidth: 579\nFlags: W\nHStem: 0 21G<319 404> 128 30<178 188> 349 44<275 295> 520 49<318 343>\nVStem: 39.8349 85.9998<52 58> 204.72 27.9718<93 111> 430.336 85.1222<425 445>\nDStem: 86 247 172 254 45 94 142 140 379 226 510 394 319 0 404 0 424 392 510 394 404 316 404 0\nFore\n404 0 m 5\n 319 0 l 1\n 379 226 l 1\n 384 307 351 349 282 349 c 0\n 226 349 189 317 172 254 c 1\n 142 140 l 1\n 158 153 172 158 186 158 c 0\n 206 158 221 151 228 131 c 0\n 235 114 235 96 229 76 c 0\n 214 20 178 -9 122 -9 c 0\n 52 -9 28 25 45 94 c 1\n 86 247 l 1\n 106.003 326.871 181.239 392.652 276 393 c 1\n 338 393 381 367 404 316 c 1\n 424 392 l 2\n 447 477 414 520 322 520 c 0\n 249 520 182 489 121 426 c 1\n 103 434 l 1\n 169 525 248 569 339 569 c 1\n 461.989 570.593 539.964 517.041 510 394 c 1\n 404 0 l 5\n201 76 m 1\n 211 111 204 128 179 128 c 0\n 171 128 161 123 149 111 c 1\n 142 101 135 90 129 76 c 0\n 121 44 128 25 151 21 c 1\n 171 21 186 40 201 76 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E26\nEncoding: 3622 3622 826\nWidth: 643\nFlags: W\nHStem: 25 32.1737<39 52> 162 29.0431<68 71> 555 49<374 394>\nVStem: -11.5102 30.4738<80 91> 489.276 87.0877<459 470>\nDStem: 159 335 252 369 116 175 190 136 483 415 568 415 316 -207 400 -207\nFore\n400 -207 m 1\n 316 -207 l 1\n 483 415 l 1\n 507.294 504.956 458.913 555.242 375 555 c 1\n 312 555 254 534 203 492 c 1\n 260 492 295 471 307 428 c 1\n 279 419 260 399 252 369 c 1\n 190 136 l 2\n 170 62 124 25 53 25 c 1\n 7.21029 24.1381 -23.5642 57.0702 -7 109 c 1\n -1 131 9 151 26 166 c 1\n 49.546 193.447 90.8145 203.383 116 175 c 1\n 159 335 l 2\n 172 384 204 418 257 438 c 1\n 234 458 196 468 142 468 c 1\n 185.997 540.433 287.006 601.746 392 604 c 1\n 543 604 602 541 568 415 c 1\n 400 -207 l 1\n93 109 m 1\n 101 141 94 158 71 162 c 0\n 63 162 53 156 40 145 c 1\n 29.8204 128.627 10.8968 102.294 21 72 c 1\n 44.3287 38.0931 76.2616 62.686 93 109 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E27\nEncoding: 3623 3623 827\nWidth: 483\nFlags: W\nHStem: -9.01781 29.2781<203 208> 126.404 29.0727<233 242>\nVStem: 151.944 32.7982<45 56> 348.954 87.8645<431 441>\nDStem: 344 398 433 413 276 142 347 93\nFore\n347 93 m 2\n 329 24 287 -10 220 -10 c 0\n 163 -10 141 19 157 75 c 0\n 163 96 173 115 189 130 c 1\n 209.711 155.529 253.193 167.806 276 142 c 1\n 344 398 l 1\n 365.985 471.216 311.746 521.187 243 519 c 1\n 180 519 120 489 63 429 c 1\n 48 439 l 1\n 113 525 191 568 283 568 c 1\n 370.843 571.039 459.493 503.837 433 413 c 1\n 347 93 l 2\n257 75 m 1\n 274.009 123.829 231.655 143.676 204 109 c 1\n 191.996 91.7053 178.265 69.8884 186 39 c 1\n 191.976 10.9188 221.262 17.494 234 36 c 1\n 243 46 250 59 257 75 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E28\nEncoding: 3624 3624 828\nWidth: 606\nFlags: W\nHStem: 237.532 29.4677<255 257> 371 30<280 287> 531 32<325 353>\nVStem: 62.6394 54.8434<315 347>\nDStem: 434 401 518 401 325 -5 409 -5\nFore\n601 594 m 1\n 575 544 548 504 519 474 c 1\n 525 451 525 427 518 401 c 2\n 409 -5 l 1\n 325 -5 l 1\n 434 401 l 1\n 404.847 379.971 371.667 364.988 336 351 c 1\n 332 318 l 1\n 322.052 283.616 288.815 236.153 246 237 c 1\n 226 237 213 241 206 251 c 1\n 138 -5 l 1\n 56 -5 l 1\n 61.4733 8.86004 66.6071 23.0595 70 39 c 1\n 88 89 89 151 75 224 c 0\n 62 289 59 337 66 365 c 1\n 97.8492 486.822 200.77 561.978 351 563 c 1\n 402 563 446 550 481 525 c 1\n 491.718 546.615 501.972 568.695 509 594 c 1\n 601 594 l 1\n434 454 m 1\n 428 505 398 531 341 531 c 0\n 223 531 150 477 122 370 c 1\n 107.254 317.215 126.386 283.838 133 239 c 1\n 162 347 212 401 283 401 c 1\n 308.942 401.275 318.693 393.839 328 375 c 1\n 365 391 401 417 434 454 c 1\n303 318 m 0\n 313 354 308 371 285 371 c 0\n 259 371 242 354 233 318 c 0\n 225 288 232 271 255 267 c 1\n 276 267 292 284 303 318 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0E29\nEncoding: 3625 3625 829\nWidth: 654\nFlags: W\nHStem: -1 29<9 64 149 338>\nVStem: 78.0914 29.7446<457 466> 183.584 86.4995<495 511> 400.928 27.8452<372 383>\nDStem: 169 418 265 464 64 28 148 28 431 218 524 251 394 81 478 81 521 557 606 557 440 253 541 313\nFore\n660 437 m 1\n 640 361 594 298 524 251 c 1\n 478 81 l 1\n 469.34 42.4048 434.6 0.310625 392 -1 c 1\n 2 -1 l 1\n 9 28 l 1\n 64 28 l 1\n 169 418 l 1\n 140.115 395.811 103.7 392.695 86 426 c 1\n 78 441 75 461 82 483 c 0\n 96 540 134 569 191 569 c 1\n 250.394 569.56 283.482 528.727 265 464 c 1\n 148 28 l 1\n 334 28 l 2\n 365 28 385 45 394 81 c 1\n 431 218 l 1\n 401 214 l 1\n 371 213 l 1\n 300.839 205.915 248.229 271.146 271 345 c 1\n 287 407 325 437 385 437 c 1\n 424.026 438.248 437.567 396.77 425 354 c 1\n 414.268 314.849 382.658 265.702 328 274 c 1\n 341 253 362 244 394 245 c 2\n 415 247 l 2\n 425 247 434 250 440 253 c 1\n 521 557 l 1\n 606 557 l 1\n 541 313 l 1\n 571 345 593 387 606 437 c 1\n 660 437 l 1\n132 430 m 1\n 153.324 424.755 195.144 476.954 181 519 c 1\n 178 530 171 536 161 537 c 0\n 141 537 125 519 111 483 c 1\n 101.448 459.713 111.112 431.326 132 430 c 1\n398 354 m 1\n 405.316 376.847 399.208 407.685 377 407 c 1\n 353.552 405.233 334.825 373.294 327 354 c 1\n 318 321 325 304 348 300 c 1\n 368 300 384 318 398 354 c 1\nEndSplineSet\nMinimumDistance: x26,-1 \nEndChar\nStartChar: uni0E2A\nEncoding: 3626 3626 830\nWidth: 579\nFlags: W\nHStem: 124 30<165 174> 344.156 44.1248<261 282> 516 48<311 330>\nVStem: 26.8795 85.9738<47 54> 191.793 28.0394<89 107>\nDStem: 73 243 159 250 32 90 129 135 368 224 495 384 307 -3 391 -3\nFore\n590 594 m 1\n 557 536 527 494 501 467 c 1\n 504 440 502 413 495 384 c 1\n 391 -3 l 1\n 307 -3 l 1\n 368 224 l 1\n 367.395 266.771 366.07 289.831 337 316 c 1\n 301.013 355.769 232.977 351.686 198 317 c 1\n 179 298 166 277 159 250 c 2\n 129 135 l 1\n 145 148 159 154 174 154 c 1\n 212.452 157.765 228.954 111.176 216 71 c 1\n 201 15 165 -13 109 -13 c 0\n 39 -13 15 21 32 90 c 1\n 73 243 l 1\n 85 287 109 323 145 348 c 1\n 191.701 386.869 257.605 397.785 324 380 c 1\n 358.585 397.672 391.281 420.516 415 447 c 1\n 412 493 377 516 309 516 c 0\n 236 516 169 484 108 421 c 1\n 91 430 l 1\n 133.931 496.027 230.06 561.874 327 564 c 1\n 392 564 439 550 468 521 c 1\n 479.823 543.51 489.145 568.522 498 594 c 1\n 590 594 l 1\n391 311 m 1\n 398.045 339.287 406.493 366.174 412 396 c 1\n 393.739 383.927 374.739 372.595 354 363 c 1\n 369 351 382 334 391 311 c 1\n188 71 m 1\n 198 107 191 124 166 124 c 0\n 158 124 148 118 136 107 c 1\n 129 97 122 85 116 71 c 0\n 108 40 115 21 138 17 c 1\n 158 17 174 35 188 71 c 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: uni0E2B\nEncoding: 3627 3627 831\nWidth: 654\nFlags: W\nHStem: 402.106 28.8938<133 134> 534.484 35.5942<522 529>\nVStem: 80.5996 28.7113<452 467> 187.575 84.4027<501 517> 428.38 37.7924<451 465> 463.871 85.6346<346 358> 550.744 47.1683<504 511>\nDStem: 171 419 266 465 58 -1 165 86 461 325 544 319 374 -1 458 -1\nFore\n593 481 m 0\n 583 444 560 417 522 399 c 1\n 550 392 557 367 544 319 c 2\n 458 -1 l 1\n 374 -1 l 1\n 461 325 l 2\n 465 342 465 357 460 367 c 1\n 431 355 l 1\n 401 346 375 328 351 301 c 1\n 317.68 266.581 200.03 77.5564 149 -1 c 1\n 58 -1 l 1\n 171 419 l 1\n 143.018 398.506 102.581 389.523 86 428 c 1\n 68.5587 478.175 92.5765 519.631 122 544 c 1\n 142 560 164 568 189 568 c 0\n 259 568 285 534 266 465 c 2\n 165 86 l 1\n 218.49 181.21 275.617 278.895 342 342 c 1\n 380.53 375.11 402.091 382.488 447 394 c 1\n 409.511 441.582 434.353 513.624 471 544 c 1\n 490 562 511 571 535 571 c 0\n 590 571 610 541 593 481 c 0\n184 484 m 0\n 194 520 186 538 162 538 c 0\n 143 538 126 520 112 484 c 1\n 103 452 111 435 133 431 c 1\n 156 431 174 448 184 484 c 0\n547 481 m 1\n 563.754 532.138 521.029 549.084 491 521 c 1\n 481 511 474 498 468 481 c 0\n 460 448 470 428 497 418 c 1\n 528 445 l 1\n 534 452 541 465 547 481 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E2C\nEncoding: 3628 3628 832\nWidth: 676\nFlags: W\nHStem: 0 21G<0 96 326 422> 402.674 28.326<76 78>\nVStem: 21.14 30.1723<459 467> 126 86.2204<486 511> 399.649 33.3751<591 602> 508.217 81.5352<639 649>\nDStem: 113 419 208 465 0 0 117 125 479 528 569 548 370 125 422 0\nFore\n713 703 m 1\n 695 638 648 587 569 548 c 1\n 422 0 l 1\n 326 0 l 1\n 311 377 l 1\n 96 0 l 1\n 0 0 l 1\n 113 419 l 1\n 84.1494 397.329 46.5674 393.086 30 427 c 1\n 21 442 18 462 25 484 c 0\n 40 541 77 570 134 570 c 1\n 194.417 570.561 225.955 529.727 208 465 c 1\n 117 125 l 1\n 349 511 l 1\n 370 125 l 1\n 479 528 l 1\n 424.214 526.109 388.121 560.219 403 617 c 1\n 419 674 454 703 512 703 c 1\n 563.941 703.289 602.174 670.334 586 614 c 1\n 580 595 l 1\n 601.019 601.647 643.401 676.485 649 703 c 1\n 713 703 l 1\n487 561 m 1\n 507 634 l 2\n 513 655 506 667 486 667 c 0\n 476 667 466 663 454 653 c 0\n 447 645 442 632 434 617 c 1\n 426 580 443 561 487 561 c 1\n126 484 m 1\n 130.106 507.102 124.95 536.925 104 538 c 1\n 84 538 68 520 54 484 c 1\n 46.2842 459.695 53.3662 431.906 76 431 c 1\n 94 431 111 448 126 484 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E2D\nEncoding: 3629 3629 833\nWidth: 584\nFlags: W\nHStem: -8.78584 32.7858<203 228> 223.337 27.6629<211 212> 359 30.7318<235 239> 520 49<315 339>\nVStem: 43.9898 85.2707<87 103> 262.34 28.8424<324 327> 433.943 87.7123<436 439>\nDStem: 93 286 166 240 47 116 133 117 429 394 516 409 354 117 437 116\nFore\n437 116 m 1\n 410.944 12.8679 203.691 -46.4358 91 18 c 1\n 51 41 37 74 47 116 c 1\n 93 286 l 1\n 107.111 342.673 157.205 389.543 226 390 c 1\n 281 390 303 362 287 304 c 0\n 281 284 271 266 254 249 c 1\n 229.776 219.453 191.797 212.974 166 240 c 1\n 133 117 l 1\n 115.132 59.2117 160.462 23.7819 216 24 c 1\n 246 24 274 33 302 48 c 0\n 329 65 346 88 354 117 c 1\n 429 394 l 1\n 439 436 434 467 414 487 c 0\n 393 509 363 520 320 520 c 0\n 247 520 180 489 118 426 c 1\n 101 434 l 1\n 161 525 240 569 337 569 c 0\n 397 569 443 557 477 535 c 0\n 519 506 532 464 516 409 c 1\n 437 116 l 1\n260 304 m 1\n 266.388 328.38 259.902 359.871 239 359 c 1\n 216 359 199 340 189 304 c 1\n 182.645 285.815 191.155 248.338 210 251 c 1\n 229 251 246 269 260 304 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E2E\nEncoding: 3630 3630 834\nWidth: 584\nFlags: W\nHStem: -15.6191 32.6191<208 213> 195.318 29.6817<195 198> 331 30.4239<224 227> 399.192 31.3364<191.872 223.974>\nVStem: 35.1468 85.8877<80 96> 246.55 31.2901<302 310> 424.508 87.3385<430 443>\nDStem: 80 259 151 213 38 109 123 109 419 386 504 392 344 109 429 109\nFore\n572 607 m 1\n 554 565 529 529 494 501 c 1\n 512.124 481.645 518.573 426.993 504 392 c 1\n 429 109 l 1\n 402.755 7.69069 193.636 -55.1363 83 12 c 1\n 43 35 28 67 38 109 c 1\n 80 259 l 1\n 91.5115 315.259 147.6 361.668 211 362 c 1\n 267 362 289 333 273 276 c 1\n 264.206 242.759 229.227 194.096 188 195 c 1\n 173 195 160 200 151 213 c 1\n 123 109 l 1\n 109.46 53.0821 152.845 15.4264 207 17 c 1\n 270.209 15.5842 333.671 60.0058 344 109 c 1\n 419 386 l 1\n 421.766 407.899 428.087 431.897 422 454 c 1\n 367.611 426.691 289.959 400.67 224 399 c 1\n 190 399 164 401 150 403 c 1\n 84.4144 416.449 83.2645 452.157 131 492 c 1\n 164 521 213 542 276 556 c 1\n 337 562 l 1\n 389 562 429 552 459 534 c 1\n 479 556 494 581 504 607 c 1\n 572 607 l 1\n401 486 m 1\n 374.701 507.533 347.79 521.689 301 522 c 1\n 260 518 l 1\n 203 505 170 486 164 462 c 0\n 157 438 177 428 226 431 c 2\n 264 433 l 2\n 313 436 359 455 401 486 c 1\n243 276 m 1\n 251 312 246 331 223 331 c 1\n 202.346 330.255 176.397 296.379 173 276 c 1\n 166.643 257.573 175.164 222.092 194 225 c 1\n 213 225 228 242 243 276 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E2F\nEncoding: 3631 3631 835\nWidth: 524\nFlags: W\nHStem: 348.062 39.9384<195 209> 402.481 29.5191<183 185>\nVStem: 234.77 30.1198<506 514>\nDStem: 387 472 473 481 260 -1 344 -1\nFore\n344 -1 m 1\n 260 -1 l 1\n 387 472 l 2\n 390 484 386 489 376 489 c 0\n 372 489 359 474 334 441 c 0\n 307 405 286 381 271 371 c 0\n 249 355 221 348 190 348 c 1\n 129.65 345.326 86.5707 407.871 103 471 c 1\n 120 535 159 567 219 567 c 1\n 258.548 568.705 273 525.822 261 484 c 1\n 253.16 445.202 216.955 402.412 176 402 c 1\n 163 404 l 1\n 173 394 189 388 207 388 c 0\n 241 388 274 414 304 467 c 0\n 324 502 342 527 354 540 c 0\n 376 560 402 571 432 571 c 0\n 476 571 490 541 473 481 c 1\n 344 -1 l 1\n231 484 m 1\n 240 517 233 532 210 534 c 0\n 187 535 171 518 163 484 c 0\n 154 454 161 437 183 432 c 1\n 201 432 217 449 231 484 c 1\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni0E30\nEncoding: 3632 3632 836\nWidth: 444\nFlags: W\nHStem: 1.06544 34.3279<122 137> 61.4625 31.5375<93 95> 341.749 32.2507<225 227> 401.681 31.3186<185 186>\nVStem: 144.977 30.5885<161 173> 236.782 29.957<506 514>\nFore\n475 566 m 1\n 450.709 453.907 332.161 340.295 206 341 c 1\n 135.862 338.996 83.2282 397.059 106 473 c 1\n 122 534 160 566 220 566 c 1\n 261.444 567.222 274.367 525.583 263 484 c 1\n 253.836 447.688 219.488 401.075 176 401 c 1\n 165 404 l 1\n 170 397 179 389 190 381 c 0\n 198 379 209 376 225 374 c 1\n 308.27 373.159 381.884 487.771 401 566 c 1\n 475 566 l 1\n233 484 m 1\n 242 516 235 532 212 533 c 128\n 189 534 173 517 165 484 c 0\n 156 454 163 437 185 433 c 0\n 193 433 203 439 213 449 c 1\n 220 459 228 472 233 484 c 1\n383 226 m 1\n 360.56 113.085 241.382 0.0871719 115 1 c 1\n 42.9374 -0.868103 -7.22419 56.588 15 133 c 1\n 32 194 69 226 129 226 c 1\n 168.563 226.977 184.611 186.147 172 144 c 1\n 162.796 108.073 128.518 61.2529 86 61 c 1\n 73 64 l 1\n 80 57 89 48 99 41 c 1\n 155.989 20.9268 208.244 48.408 248 103 c 1\n 276 140 298 181 309 226 c 1\n 383 226 l 1\n142 144 m 1\n 150 176 143 191 120 193 c 0\n 97 194 82 177 73 144 c 0\n 65 114 72 97 93 93 c 0\n 102 93 112 98 122 108 c 0\n 130 118 136 131 142 144 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E31\nEncoding: 3633 3633 837\nWidth: 0\nFlags: W\nHStem: 496 33<-15 2> 556 32<-66 -56> 688 32.791<-32 -31>\nVStem: -141.068 59.5161<605 608> -6.43294 30.3356<656 667>\nFore\n258 721 m 1\n 230.81 603.963 120.968 496.891 -14 496 c 1\n -95.7161 495.282 -159.274 543.176 -137 628 c 1\n -121 689 -82 721 -24 721 c 1\n 18.5724 721.686 31.6146 684.436 21 639 c 1\n 11.9552 602.3 -23.6124 555.907 -67 556 c 1\n -78 559 l 1\n -65.3181 538.492 -33.9007 529.283 -1 529 c 1\n 86.8845 527.781 165.82 641.156 184 721 c 1\n 258 721 l 1\n-9 639 m 1\n -2 668 -9 684 -31 688 c 1\n -52 688 -68 672 -78 639 c 128\n -88 606 -81 588 -58 588 c 0\n -49 588 -39 593 -29 603 c 0\n -21 614 -15 626 -9 639 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E32\nEncoding: 3634 3634 838\nWidth: 408\nFlags: W\nHStem: 0 21G<172 256> 519 48<224 271>\nDStem: 289 437 374 439 172 0 256 0\nFore\n256 0 m 1\n 172 0 l 1\n 289 437 l 1\n 295 460 292 479 279 494 c 0\n 268 512 249 519 224 519 c 0\n 178 519 132 493 88 440 c 1\n 71 452 l 1\n 119 529 186 567 271 567 c 1\n 344.764 568.158 396.84 518.911 374 439 c 1\n 256 0 l 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0E33\nEncoding: 3635 3635 839\nWidth: 408\nFlags: W\nHStem: 480 48<246 293> 747 41<33 45>\nVStem: -56.135 41.565<684 697> 64.2551 39.6947<721 729>\nDStem: 312 398 396 400 194 -39 279 -39\nFore\n94 764 m 1\n 129.414 699.922 65.0262 627.67 3 625 c 1\n -39.9874 623.582 -65.3927 663.474 -53 707 c 1\n -42.742 747.74 -1.84097 787.958 46 788 c 1\n 67 788 84 780 94 764 c 1\n279 -39 m 1\n 194 -39 l 5\n 312 398 l 1\n 317 421 315 440 302 455 c 0\n 290 472 272 480 246 480 c 0\n 200 480 154 454 110 401 c 1\n 93 412 l 1\n 142 490 209 528 293 528 c 1\n 367.803 529.207 420.338 480.401 396 400 c 1\n 279 -39 l 1\n62 707 m 0\n 69 734 60 747 34 747 c 1\n 11.0239 747.508 -8.67124 724.034 -13 707 c 1\n -20 680 -11 667 13 667 c 0\n 39 667 54 680 62 707 c 0\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: uni0E34\nEncoding: 3636 3636 840\nWidth: 0\nFlags: W\nHStem: 550 41<-139 -138 -137.922 -133 -132.875 -98.1277> 667 42<-75 -43>\nFore\n97 537 m 1\n 81 624 30 667 -55 667 c 1\n -103.884 667.569 -165.95 645.5 -173 611 c 1\n -176 599 -163 591 -133 591 c 1\n -15.9862 589.412 26.3296 582.663 97 537 c 1\n130 471 m 1\n 73.6208 516.917 -45.543 553.33 -138 550 c 1\n -165.657 549.348 -182.862 548.902 -212 546 c 1\n -242 546 -255 561 -251 593 c 1\n -240.769 650.517 -129.695 708.535 -59 709 c 1\n 86 709 148 630 130 471 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E35\nEncoding: 3637 3637 841\nWidth: 0\nFlags: W\nHStem: 544 42.069<-148 -147 -142.825 -106.299> 661 42<-84 -52>\nDStem: 114 741 187 741 86 639 123 504\nFore\n87 531 m 1\n 72 619 20 661 -64 661 c 1\n -113.079 661.85 -174.849 639.42 -183 606 c 1\n -186 593 -173 586 -143 586 c 1\n -25.8893 583.67 15.4904 576.957 87 531 c 1\n86 639 m 1\n 114 741 l 1\n 187 741 l 1\n 123 504 l 1\n 120 466 l 1\n 64.3653 509.924 -57.0705 548.525 -147 544 c 1\n -175.033 543.353 -192.583 542.945 -222 540 c 1\n -252 540 -264 556 -260 587 c 1\n -250.528 644.783 -139.23 702.635 -69 703 c 1\n 0 703 53 681 86 639 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E36\nEncoding: 3638 3638 842\nWidth: 0\nFlags: W\nHStem: 545 41<-149.969 -121> 662 41<-73 -57> 698 41<136 146>\nVStem: 164.94 39.9254<668 681>\nFore\n163 658 m 0\n 170 685 161 698 136 698 c 1\n 114.325 697.584 92.1649 675.999 88 658 c 1\n 81 630 90 618 114 618 c 0\n 140 618 156 630 163 658 c 0\n84 532 m 1\n 68 619 17 662 -67 662 c 1\n -115.453 662.359 -177.641 640.118 -186 606 c 1\n -189 593 -176 586 -146 586 c 1\n -28.9862 585.168 13.3296 575.943 84 532 c 1\n53 669 m 1\n 60.0438 703.415 107.037 738.966 147 739 c 1\n 190.724 740.366 213.676 702.091 203 658 c 1\n 190 612 161 585 113 575 c 1\n 118.33 535.546 124.011 516.258 117 466 c 1\n 83 490 43 510 -6 525 c 0\n -60 540 -109 546 -150 545 c 2\n -186 543 l 2\n -196 543 -209 542 -225 540 c 0\n -255 540 -268 556 -263 587 c 1\n -254.628 645.031 -143.042 703.619 -72 703 c 1\n -22 703 20 692 53 669 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E37\nEncoding: 3639 3639 843\nWidth: 0\nFlags: W\nHStem: 544.149 36.8507<-117.891 -110 -109.875 -83.9894>\nDStem: 26 741 82 741 10 683 62 666 126 741 182 741 99 637 132 556\nFore\n98 523 m 1\n 96 607 53 649 -28 649 c 1\n -74.161 650.39 -135.427 628.43 -144 600 c 1\n -145 594 -145 591 -144 590 c 0\n -140 584 -128 581 -110 581 c 1\n -4.78027 581.275 38.7691 566.021 98 523 c 1\n99 637 m 1\n 126 741 l 1\n 182 741 l 1\n 132 556 l 1\n 135 527 131 497 122 466 c 1\n 71.7317 508.957 -32.7443 546.934 -118 544 c 1\n -141.07 543.353 -156.621 542.955 -180 540 c 1\n -210 540 -221 554 -216 583 c 0\n -208 611 -184 637 -141 660 c 0\n -104 680 -70 690 -41 687 c 2\n 10 683 l 1\n 26 741 l 1\n 82 741 l 1\n 62 666 l 1\n 76 659 89 649 99 637 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E38\nEncoding: 3640 3640 844\nWidth: 0\nFlags: W\nHStem: -155 240<-113 -108 -107.953 -93.4443>\nVStem: -216.615 27.3821<-29 -24> -112.524 70.2086<17 24>\nDStem: -138 -74 -45 2 -160 -155 -87 -155\nFore\n-87 -155 m 1\n -160 -155 l 1\n -138 -74 l 1\n -149 -78 -160 -82 -172 -84 c 1\n -208.979 -85.3872 -224.247 -42.3713 -213 -1 c 1\n -198 57 -162 85 -108 85 c 1\n -63.1885 86.4553 -32.1859 48.1912 -45 2 c 1\n -87 -155 l 1\n-116 -1 m 1\n -101.373 42.5204 -135.452 67.5752 -162 37 c 1\n -172 26 -180 14 -185 -1 c 0\n -195 -34 -188 -49 -163 -51 c 0\n -140 -52 -125 -35 -116 -1 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E39\nEncoding: 3641 3641 845\nWidth: 0\nFlags: W\nHStem: -161 36<-174 -158>\nVStem: -333.259 31.5284<-27 -17> -261.297 70.0338<-112 -104> -228.202 66.4169<15 31>\nDStem: -80 83 -7 83 -127 -93 -50 -78\nFore\n-279 -47 m 1\n -250.121 -52.4945 -219.844 -4.11778 -230 38 c 1\n -233 45 -240 50 -251 52 c 0\n -270 52 -287 35 -299 2 c 0\n -307 -30 -300 -45 -279 -47 c 1\n-190 -93 m 2\n -196 -114 -189 -125 -167 -125 c 0\n -147 -125 -133 -114 -127 -93 c 2\n -80 83 l 1\n -7 83 l 1\n -50 -78 l 1\n -66 -134 -101 -161 -159 -161 c 2\n -196 -161 l 2\n -251 -161 -271 -134 -257 -81 c 2\n -253 -67 l 1\n -273 -77 l 1\n -298.888 -79.1472 -314.642 -79.8733 -326 -57 c 1\n -334 -41 -336 -21 -329 2 c 0\n -314 58 -280 86 -227 86 c 1\n -182.944 87.5306 -151.838 49.7081 -164 3 c 1\n -190 -93 l 2\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: uni0E3A\nEncoding: 3642 3642 846\nWidth: 0\nFlags: W\nFore\n-44 47 m 1\n -17.4423 1.99177 -63.3702 -49.7288 -111 -50 c 1\n -140.427 -50.5025 -161.603 -25.0059 -152 7 c 1\n -146.575 46.5774 -74.1544 87.6508 -44 47 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E3F\nEncoding: 3647 3647 847\nWidth: 712\nFlags: W\nHStem: -0.347222 39.3472<347.094 366.205> 0 19<18.0627 41.6964> 325 40<311 357> 621 102<503.063 520.893> 625 37<398 437> 643.976 18.024<191 211.261>\nVStem: 529.474 110.912<204.617 237.334> 593.827 99.8533<523 539>\nDStem: 259 554 371 595 139 109 310 365 259 554 300 326 139 109 234 79 358 325 423 321 281 38 347 39 438 625 503 621 370 366 435 368 464 723 530 723 448 662 514 662\nFore\n634 175 m 1\n 604.203 58.8881 487.886 -6.48776 337 0 c 1\n 322 -53 l 1\n 257 -53 l 1\n 271 0 l 1\n 14 0 l 1\n 18 19 l 1\n 99.9178 20.0788 120.767 40.8852 139 109 c 1\n 259 554 l 2\n 268 587 268 611 261 625 c 1\n 249 638 224 644 187 644 c 1\n 191 662 l 1\n 448 662 l 1\n 464 723 l 1\n 530 723 l 1\n 514 662 l 1\n 624.701 664.489 720.259 606.546 688 494 c 1\n 668 415 611 366 517 349 c 1\n 607.763 353.122 659.261 268.411 634 175 c 1\n503 621 m 1\n 435 368 l 1\n 513.414 366.356 572.374 429.207 588 492 c 1\n 610.016 565.73 570.889 622.729 503 621 c 1\n370 366 m 1\n 438 625 l 1\n 401 625 l 2\n 387 625 377 615 371 595 c 2\n 310 365 l 1\n 370 366 l 1\n281 38 m 1\n 358 325 l 1\n 300 326 l 1\n 234 79 l 2\n 229 63 229 52 234 46 c 1\n 254 39 l 1\n 281 38 l 1\n423 321 m 1\n 347 39 l 1\n 432.202 38.2963 506.815 106.146 523 178 c 1\n 547.118 261.415 501.921 324.213 423 321 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E40\nEncoding: 3648 3648 848\nWidth: 320\nFlags: W\nHStem: 131 30.601<225 234>\nVStem: 87.3203 87.8863<57 66> 250.273 30.0076<97 109>\nDStem: 215 560 299 560 92 98 189 145\nFore\n277 81 m 0\n 262 24 226 -5 169 -5 c 1\n 107.184 -6.64061 73.5794 33.9179 92 98 c 1\n 215 560 l 1\n 299 560 l 1\n 189 145 l 1\n 212.276 167.982 262.013 169.978 275 138 c 1\n 282 121 283 102 277 81 c 0\n247 81 m 1\n 256 114 249 131 226 131 c 128\n 203 131 187 114 179 81 c 0\n 170 51 177 34 199 29 c 1\n 217 29 233 47 247 81 c 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0E41\nEncoding: 3649 3649 849\nWidth: 586\nFlags: W\nHStem: 131 30.5594<185 194 450 459>\nVStem: 47.2177 88.185<57 68> 210.831 29.8543<97 108> 312.15 88.0569<57 68> 475.273 29.9899<97 108>\nDStem: 175 560 259 560 52 98 149 145 439 560 524 560 316 98 414 145\nFore\n238 81 m 0\n 222 24 186 -5 129 -5 c 1\n 68.9697 -6.64061 32.7832 33.9179 52 98 c 1\n 175 560 l 1\n 259 560 l 1\n 149 145 l 1\n 172.589 167.982 222.663 169.978 235 138 c 1\n 242 121 243 102 238 81 c 0\n208 81 m 1\n 216 114 209 131 186 131 c 128\n 163 131 148 114 139 81 c 0\n 130 51 138 34 159 29 c 1\n 178 29 193 47 208 81 c 1\n502 81 m 0\n 486 24 451 -5 394 -5 c 1\n 331.935 -6.64061 299.328 33.9179 316 98 c 1\n 439 560 l 1\n 524 560 l 1\n 414 145 l 1\n 436.237 168.237 487.276 169.682 499 138 c 1\n 507 121 508 102 502 81 c 0\n472 81 m 1\n 481 114 474 131 451 131 c 128\n 428 131 412 114 404 81 c 0\n 395 51 402 34 424 29 c 1\n 442 29 458 47 472 81 c 1\nEndSplineSet\nMinimumDistance: x15,-1 \nEndChar\nStartChar: uni0E42\nEncoding: 3650 3650 850\nWidth: 321\nFlags: W\nHStem: 63 30.6011<183 192>\nVStem: 44.9867 88.2198<-11 1> 208.39 30.0073<30 41> 231.832 86.4013<707 713>\nDStem: 225 668 314 682 48 31 147 77\nFore\n537 852 m 1\n 516 816 481 799 434 799 c 0\n 421 799 411 801 404 805 c 2\n 317 855 l 1\n 247.991 894.329 210.76 888.413 154 839 c 1\n 211.707 820.284 258.207 807.671 291 773 c 1\n 317 749 324 718 314 682 c 2\n 147 77 l 1\n 170.276 99.9825 220.013 101.978 233 70 c 1\n 240 53 241 34 235 13 c 0\n 220 -44 184 -73 127 -73 c 1\n 66.0413 -74.6216 32.0977 -30.735 48 31 c 1\n 225 668 l 1\n 243 726 225 765 177 786 c 2\n 127 808 l 1\n 88 821 l 1\n 151 904 208 945 260 945 c 0\n 287 945 318 934 353 909 c 2\n 454 838 l 1\n 475.418 831.156 495.331 833.847 510 852 c 1\n 537 852 l 1\n205 13 m 1\n 214 46 207 63 184 63 c 128\n 161 63 145 46 137 13 c 0\n 128 -17 135 -34 157 -39 c 1\n 175 -39 191 -22 205 13 c 1\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni0E43\nEncoding: 3651 3651 851\nWidth: 317\nFlags: W\nHStem: 62 30.2647<206 218> 890 60<232 264>\nVStem: 70.9156 87.889<-11 0> 84.7895 30.344<753 760> 118 26.4519<736 742> 220.283 29.6839<774 790> 234.196 29.9166<28 38> 293.041 84.7072<834 848>\nDStem: 287 796 371 797 75 29 172 76\nFore\n217 755 m 0\n 225 788 220 807 197 807 c 1\n 172.67 806.376 156.253 777.905 148 755 c 1\n 139 724 147 708 169 707 c 0\n 192 705 208 723 217 755 c 0\n172 76 m 1\n 195.589 98.9825 245.663 100.978 258 69 c 1\n 265 52 267 33 261 12 c 0\n 245 -45 210 -74 152 -74 c 1\n 93.3533 -74.8745 57.1777 -34.053 75 29 c 1\n 287 796 l 2\n 304 858 285 890 232 890 c 1\n 175.344 891.22 131.555 831.449 118 784 c 1\n 114 765 114 750 118 735 c 1\n 119.317 789.428 155.95 836.41 205 840 c 1\n 243 842.606 257 792.858 247 755 c 1\n 237.335 717.173 202.76 673.874 161 674 c 1\n 131 680 l 1\n 88 698 75 740 92 804 c 1\n 111.689 874.603 177.722 950.643 264 950 c 1\n 353.221 950.878 396.752 891.98 371 797 c 1\n 172 76 l 1\n231 12 m 1\n 240 45 232 62 210 62 c 0\n 187 62 171 45 162 12 c 0\n 154 -18 161 -35 182 -40 c 1\n 201 -40 217 -22 231 12 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E44\nEncoding: 3652 3652 852\nWidth: 321\nFlags: W\nHStem: 61 31.2363<207 216>\nVStem: 69.5447 87.6628<-13 -2> 232.831 29.8136<27 38>\nDStem: 254 891 281 872 175 773 151 676 304 871 390 874 74 28 171 76\nFore\n171 76 m 1\n 195.002 98.4353 244.987 101.015 257 68 c 1\n 264 51 265 33 260 11 c 0\n 244 -46 208 -75 151 -75 c 1\n 91.7897 -76.2215 55.1673 -34.7604 74 28 c 1\n 304 871 l 2\n 307 882 305 888 298 888 c 1\n 290 882 284 876 281 872 c 2\n 151 676 l 1\n 140.218 661.58 125.839 654.67 122 680 c 1\n 131 938 l 1\n 144 951 l 1\n 149 951 154 948 155 942 c 1\n 175 773 l 1\n 254 891 l 2\n 281 932 312 954 345 954 c 1\n 383.066 955.805 401.063 914.345 390 874 c 1\n 171 76 l 1\n230 11 m 1\n 238 44 231 61 208 61 c 128\n 185 61 169 44 161 11 c 0\n 152 -19 159 -36 181 -40 c 1\n 200 -40 215 -23 230 11 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E45\nEncoding: 3653 3653 853\nWidth: 290\nFlags: W\nDStem: 202 474 292 475 19 -207 109 -207\nFore\n109 -207 m 1\n 19 -207 l 1\n 202 474 l 1\n 213.96 522.232 181.464 557.397 134 555 c 1\n 90 555 44 530 -1 477 c 1\n -19 488 l 1\n 4 524 34 552 72 572 c 1\n 131.295 611.437 230.651 618.755 276 570 c 1\n 298 545 303 514 292 475 c 1\n 109 -207 l 1\nEndSplineSet\nEndChar\nStartChar: uni0E46\nEncoding: 3654 3654 854\nWidth: 599\nFlags: W\nHStem: 312 31<182 193> 565 41<273 289>\nVStem: 126.753 38.0622<368 380> 241.609 29.7734<415 421> 440.234 82.0151<526 538>\nDStem: 438 516 517 486 295 -20 375 -44\nFore\n375 -44 m 1\n 370 -59 354 -84 330 -120 c 1\n 255 -207 l 1\n 159 -207 l 1\n 199.67 -158.141 257.447 -102.992 285 -47 c 1\n 288 -40 291 -31 295 -20 c 1\n 438 516 l 2\n 447 549 437 565 407 565 c 128\n 377 565 357 546 345 508 c 1\n 317 508 l 1\n 327.643 542.773 310.06 564.897 279 565 c 1\n 229 565 195 526 175 450 c 1\n 191.362 462.689 195.225 474.97 227 476 c 1\n 262.784 478.128 279.196 432.308 268 395 c 1\n 258.581 355.765 224.563 311.336 182 312 c 1\n 126 312 112 363 141 468 c 1\n 158.067 536.367 211.21 604.979 287 606 c 1\n 314 606 332 592 345 562 c 1\n 375.984 601.192 484.894 632.367 513 571 c 1\n 524 546 525 519 517 486 c 2\n 375 -44 l 1\n238 395 m 0\n 247 425 239 442 217 443 c 1\n 201.107 444.88 177.205 415.707 169 395 c 1\n 159 360 167 343 191 343 c 0\n 214 343 229 360 238 395 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E47\nEncoding: 3655 3655 855\nWidth: 0\nFlags: W\nHStem: 483 35.5782<8 19> 690 39<5.06248 9>\nVStem: -171.79 53.4269<560 580> -0.429161 28.271<565 574> 92.3116 45.6017<608 619>\nFore\n224 789 m 1\n 211 738 179 706 131 693 c 1\n 90.077 690.923 48.5898 689.41 5 690 c 1\n -60 685 -98 657 -111 610 c 0\n -120 580 -121 557 -114 542 c 1\n -108 564 -91 577 -65 580 c 0\n -45 580 -30 564 -14 534 c 0\n -12 530 -8 526 -2 522 c 1\n 11.8667 516.406 20.3102 514.783 35 526 c 1\n 2 526 -8 549 5 595 c 0\n 18 643 45 667 88 667 c 1\n 120.54 667.22 147.626 637.925 136 600 c 1\n 122.485 543.156 75.7279 483.491 13 483 c 1\n -17 483 -38 493 -50 513 c 0\n -57 524 -62 536 -70 547 c 1\n -82 547 -92 534 -100 507 c 0\n -102 497 -104 489 -104 484 c 1\n -154.82 490.423 -184.346 544.896 -168 607 c 1\n -150.288 683.501 -78.4983 731.149 9 729 c 1\n 98 725 l 2\n 136 723 159 742 171 782 c 1\n 224 789 l 1\n49 550 m 1\n 73.8607 545.798 98.5918 587.942 91 626 c 1\n 70.8896 654.952 46.1895 634.677 31 595 c 1\n 22 564 29 550 49 550 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E48\nEncoding: 3656 3656 856\nWidth: 0\nFlags: W\nFore\n184 915 m 1\n 170 857 148 797 122 734 c 0\n 117 723 110 717 99 717 c 0\n 89 717 84 723 85 734 c 1\n 94.6618 796.335 105.42 857.583 120 915 c 1\n 184 915 l 1\nEndSplineSet\nEndChar\nStartChar: uni0E49\nEncoding: 3657 3657 857\nWidth: 0\nFlags: W\nVStem: -35.566 24.0301<818 823> 53.2314 26.1081<859 868>\nFore\n257 913 m 1\n 221 814 158 750 70 723 c 1\n 16.8166 706.377 -19.7675 705.803 -75 708 c 1\n -68 733 l 1\n -41 737 -15 750 9 774 c 1\n -28.8694 770.067 -42.9061 806.398 -32 844 c 1\n -25.0724 875.452 5.93079 910.967 41 913 c 1\n 72.7137 916.316 85.7983 878.656 77 846 c 1\n 64 799 40 761 4 737 c 1\n 111.166 749.183 164.044 808.388 194 913 c 1\n 257 913 l 1\n51 844 m 0\n 57 869 51 883 34 887 c 1\n 14 887 -1 873 -8 844 c 0\n -16 814 -11 799 9 799 c 0\n 28 799 42 814 51 844 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E4A\nEncoding: 3658 3658 858\nWidth: 0\nFlags: W\nHStem: 880 30<94 106>\nVStem: -113.782 26.701<778 787> 125.02 33.6125<853 863>\nFore\n276 913 m 1\n 264 867 241 827 211 792 c 0\n 170 747 125 727 78 730 c 2\n 40 732 l 1\n 45 758 l 1\n 62 761 78 770 94 785 c 0\n 108 801 118 818 122 834 c 0\n 130 864 122 880 100 880 c 0\n 77 880 61 861 51 825 c 1\n 24 825 l 1\n 32 857 25 875 2 880 c 0\n -8 880 -18 877 -26 871 c 1\n 2 870 11 847 -0 804 c 1\n -8.8902 771.272 -39.7648 738.376 -73 734 c 1\n -107.887 732.42 -119.968 767.278 -111 804 c 1\n -99 848 -78 878 -45 894 c 0\n -26 903 -9 908 7 910 c 0\n 31 910 45 897 51 873 c 1\n 62 897 81 910 104 910 c 0\n 151 910 168 884 155 834 c 0\n 145 800 128 774 101 758 c 1\n 124 761 145 774 167 798 c 1\n 196.021 838.762 205.495 865.98 214 913 c 1\n 276 913 l 1\n-25 804 m 1\n -20.4512 819.402 -26.8223 846.468 -43 847 c 1\n -62 847 -76 832 -83 804 c 0\n -92 774 -86 758 -68 758 c 0\n -48 758 -33 774 -25 804 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E4B\nEncoding: 3659 3659 859\nWidth: 0\nFlags: W\nHStem: 792 42<20 91 163 231> 792 119<149 162>\nFore\n231 792 m 1\n 149 792 l 1\n 125 712 l 1\n 73 712 l 1\n 92 792 l 1\n 9 792 l 1\n 20 834 l 1\n 102 834 l 1\n 120 911 l 1\n 183 911 l 1\n 162 834 l 1\n 242 834 l 1\n 231 792 l 1\nEndSplineSet\nEndChar\nStartChar: uni0E4C\nEncoding: 3660 3660 860\nWidth: 0\nFlags: W\nHStem: 632.298 26.7017<23 28> 784 27.5688<96 104>\nVStem: -39.7518 45.7043<680 687> 71.8044 28.5589<721 728>\nFore\n260 871 m 1\n 246 817 204 788 136 785 c 2\n 104 784 l 2\n 91 784 81 779 73 772 c 1\n 100 767 107 744 97 704 c 1\n 86.7851 670.004 57.0054 631.514 16 632 c 1\n -21.189 630.579 -49.6074 664.595 -37 705 c 1\n -19 777 31 812 111 812 c 0\n 150 812 177 821 193 839 c 1\n 196 845 200 854 203 864 c 1\n 260 871 l 1\n69 705 m 0\n 76 729 70 744 51 748 c 1\n 31 748 17 734 10 705 c 0\n 1 675 7 659 27 659 c 128\n 47 659 60 675 69 705 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E4D\nEncoding: 3661 3661 861\nWidth: 0\nFlags: W\nHStem: 515.154 41.8458<45 57> 637 41.3349<78 87>\nVStem: -13.7584 40.6479<576 582> 105.358 40.4115<611 619>\nFore\n136 654 m 1\n 160.804 612.124 135.447 564.327 106 540 c 1\n 74.6643 510.716 19.5995 503.237 -4 540 c 1\n -27.6 581.438 -4.82801 631.263 26 654 c 1\n 55.5175 683.809 114.092 690.235 136 654 c 1\n103 597 m 0\n 110 624 102 637 77 637 c 1\n 53.2504 637.911 32.7662 615.161 29 597 c 1\n 22 570 30 557 56 557 c 0\n 80 557 96 570 103 597 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E4E\nEncoding: 3662 3662 862\nWidth: 0\nFlags: W\nHStem: 778 32.0412<260 287>\nVStem: -43.3445 64.061<550 563>\nFore\n287 778 m 1\n 203 778 154 753 142 706 c 0\n 134 682 139 657 154 633 c 1\n 132 605 l 1\n 91.5477 638.375 39.0913 629.843 21 576 c 1\n 19 563 19 550 24 540 c 0\n 29 534 39 530 51 529 c 0\n 69 529 83 537 96 553 c 1\n 107 527 l 1\n 84 497 56 482 20 482 c 1\n -29.5164 479.841 -52.4776 526.117 -40 576 c 1\n -28.7028 620.691 15.133 665.519 69 665 c 1\n 94 660 l 1\n 97 665 l 1\n 77.69 726.655 106.284 757.828 149 785 c 1\n 192.349 811.19 237.989 811.617 296 809 c 1\n 287 778 l 1\nEndSplineSet\nEndChar\nStartChar: uni0E4F\nEncoding: 3663 3663 863\nWidth: 780\nFlags: HW\nHStem: 0 30<257.115 276.937 277 285.89 287 298> 141 32.1527<314 330> 393 31.2744<378 383> 536 30<410 429>\nVStem: 58.68 32.2824<203 224> 206.251 33.1418<240 256> 466.683 31.6198<308 322> 617.256 30.0381<349 368>\nFore\n636 283 m 0\n 603 145 446 0 278 0 c 0\n 200 0 142 26 100 83 c 0\n 72 120 59 160 59 206 c 0\n 59 320 126 420 207 483 c 0\n 278 538 351 566 433 566 c 0\n 556 566 647 477 647 358 c 0\n 647 334 642 309 636 283 c 0\n617 351 m 0\n 617 461 537 536 420 536 c 0\n 254 536 90 379 90 218 c 0\n 90 111 169 30 282 30 c 0\n 452 30 617 186 617 351 c 0\n206 247 m 0\n 206 344 306 425 394 425 c 0\n 453 425 499 379 499 320 c 0\n 499 308 497 296 494 283 c 0\n 477 204 397 141 313 141 c 0\n 251 141 206 186 206 247 c 0\n238 253 m 0\n 238 205 267 173 323 173 c 0\n 397 173 467 240 467 310 c 0\n 467 356 432 393 384 393 c 0\n 307 393 238 323 238 253 c 0\nEndSplineSet\nEndChar\nStartChar: uni0E50\nEncoding: 3664 3664 864\nWidth: 672\nFlags: W\nHStem: 14 24<244.062 250.921 252 260> 409 30<340 350 350.095 357.875>\nVStem: 68.549 79.5493<158 174> 453.475 79.66<270 287>\nFore\n526 226 m 1\n 508 164 473 114 418 74 c 128\n 363 34 305 14 244 14 c 1\n 127.324 11.3585 39.3187 101.783 77 226 c 1\n 100.65 337.618 229.557 439.734 358 439 c 1\n 475.679 442.966 559.289 349.04 526 226 c 1\n446 224 m 1\n 470.651 321.321 438.397 412.257 350 409 c 1\n 256.785 409.622 173.808 309.947 157 224 c 1\n 128.805 131.736 168.551 34.887 251 38 c 1\n 342.471 37.0178 426.45 140.43 446 224 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E51\nEncoding: 3665 3665 865\nWidth: 672\nFlags: W\nHStem: 212 29.0959<283 288> 411 30<336 347 347.079 354.953>\nVStem: 64.604 77.4199<148 164> 199.214 29.8162<132 148> 305.97 37.5107<176 181> 459.36 78.2244<274 292>\nFore\n529 217 m 1\n 511.323 135.865 392.728 1.49075 303 4 c 1\n 298 19 l 1\n 374 56 424 122 450 216 c 1\n 478.846 323.889 442.303 413.631 347 411 c 1\n 255.597 411.821 170.54 311.3 154 226 c 1\n 138 169 138 126 154 96 c 1\n 184.065 35.2345 255.039 35.2691 291 93 c 1\n 266.222 71.0852 221.977 67.8266 207 100 c 1\n 186.574 141.926 209.465 192.663 237 216 c 1\n 263.772 247.316 323.115 254.848 338 213 c 1\n 345 193 345 172 340 149 c 0\n 315 59 267 14 191 14 c 0\n 140 14 102 37 81 85 c 0\n 61 126 59 175 74 228 c 0\n 89 289 125 339 180 379 c 0\n 235 421 293 441 355 441 c 1\n 475.876 443.624 566.564 347.804 529 217 c 1\n254 106 m 1\n 282.573 100.906 314.302 151.72 304 195 c 1\n 300 206 293 212 283 212 c 0\n 263 212 247 195 232 159 c 1\n 224 127 231 110 254 106 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E52\nEncoding: 3666 3666 866\nWidth: 672\nFlags: W\nHStem: -18 31<170 274 274.035 307.618> 248 29.5219<280 283> 378 26<346 347 472 482>\nVStem: 41.944 65.6625<81.0232 100.683> 305.735 28.8576<211 223> 506.525 65.5133<323 324>\nDStem: 124 440 181 378 59 196 114 129\nFore\n558 212 m 0\n 534 122 501 61 458 29 c 0\n 417 -4 350 -19 260 -18 c 2\n 164 -17 l 1\n 86.6794 -15.5359 49.6308 14.0973 42 81 c 1\n 41 111 47 149 59 196 c 2\n 124 440 l 1\n 151 538 147 597 114 618 c 1\n 135 634 l 1\n 202 600 217 514 181 378 c 1\n 114 129 l 1\n 102 82 107 49 128 29 c 1\n 132 23 147 18 170 13 c 1\n 204.639 12.3058 238.438 10.7708 274 11 c 1\n 316.244 12.4385 369.324 7.60998 391 28 c 1\n 421 45 443 78 456 128 c 1\n 500 292 l 2\n 516 349 506 378 473 378 c 0\n 448 378 424 349 400 294 c 1\n 377 294 l 1\n 384 347 374 374 347 378 c 1\n 307.706 377.162 259.695 305.181 252 265 c 1\n 260 274 272 278 290 278 c 1\n 330.779 279.913 343.309 236.658 331 194 c 1\n 321.67 154.364 286.973 110.2 244 111 c 1\n 215 111 195 128 188 164 c 0\n 181 194 182 224 191 255 c 1\n 206.093 323.898 276.635 403.955 355 404 c 1\n 380 404 397 390 405 359 c 1\n 430 390 454 404 480 404 c 0\n 566 404 593 339 558 212 c 0\n254 142 m 1\n 280.957 136.755 315.829 188.954 303 231 c 1\n 300 242 292 248 281 248 c 0\n 262 248 247 231 232 195 c 1\n 224 164 231 146 254 142 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E53\nEncoding: 3667 3667 867\nWidth: 672\nFlags: W\nHStem: 153 31.2774<224 227> 396 43<257 273 451 469>\nVStem: 33.661 77.6718<152 157> 140.432 30.8168<75 79> 248.518 33.2012<117 129> 497.624 79.3354<289.988 326.176>\nFore\n568 242 m 1\n 543.881 147.082 454.223 35.8974 365 13 c 1\n 355 34 l 1\n 414 59 457 127 487 240 c 0\n 497 273 499 305 497 335 c 0\n 494 376 478 396 451 396 c 0\n 414 396 378 366 344 308 c 1\n 321 308 l 1\n 314 366 295 396 264 396 c 0\n 238 396 211 379 183 346 c 0\n 156 312 136 272 125 225 c 0\n 100 139 109 83 148 57 c 1\n 139 64 138 79 145 103 c 1\n 154.607 140.131 190.565 184.713 233 185 c 1\n 270.142 185.271 292.959 145.701 278 102 c 1\n 268.506 61.5342 236.376 19.0688 189 19 c 1\n 75.5576 15.7341 7.89039 106.233 42 226 c 1\n 63.1684 319.959 164.785 440.246 271 439 c 1\n 311 439 335 410 344 353 c 1\n 379 409 421 438 469 438 c 1\n 558.904 442.199 595.541 339.268 568 242 c 1\n196 47 m 1\n 224.424 41.6299 258.072 95.1468 246 136 c 1\n 242 147 235 153 225 153 c 0\n 206 153 189 136 175 100 c 1\n 166 69 173 52 196 47 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E54\nEncoding: 3668 3668 868\nWidth: 672\nFlags: W\nHStem: 112.415 28.5852<345 347> 247 29.4053<371 372>\nVStem: 8.76213 84.0338<117 119> 397.012 31.172<210 221>\nFore\n678 636 m 1\n 681 603 l 1\n 677 563 l 1\n 654 478 568 414 421 370 c 0\n 327 341 262 318 231 302 c 0\n 156 265 112 218 96 159 c 1\n 73.4593 75.7044 146.669 35.2181 229 36 c 1\n 255 36 287 41 324 49 c 1\n 281.487 50.7355 250.321 123.743 265 172 c 1\n 276.98 225.229 320.875 276.831 382 277 c 1\n 419.597 278.712 437.059 233.94 425 195 c 1\n 415.836 158.688 381.488 112.076 338 112 c 1\n 321 117 l 1\n 328 95 357 76 407 59 c 0\n 457 41 487 21 495 -1 c 1\n 468 -14 l 1\n 449.236 -0.612446 393.575 17.0751 355 15 c 1\n 331.098 18.8368 194.743 -10.2453 154 -12 c 1\n 52.27 -13.5915 -13.8334 46.0098 15 151 c 1\n 33 221 82 278 162 322 c 0\n 209 348 281 377 380 404 c 0\n 537 448 625 505 646 578 c 1\n 651 617 l 1\n 678 636 l 1\n395 194 m 1\n 400.608 218.011 395.089 247.723 372 247 c 1\n 354 247 338 229 324 194 c 1\n 315 162 322 145 345 141 c 1\n 368 141 384 158 395 194 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E55\nEncoding: 3669 3669 869\nWidth: 672\nFlags: W\nHStem: 112.407 28.5927<345 347> 247 29.4866<371 372> 488 41.3063<384 397>\nVStem: 8.43482 84.3611<117 119> 292.209 43.7306<430 436> 397.012 30.9526<210 221> 416.289 42.3748<461 470>\nFore\n678 636 m 1\n 684 611 683 586 675 561 c 0\n 654 478 570 415 424 371 c 1\n 381 364 l 1\n 352 350 l 1\n 317 335 l 2\n 235 302 184 277 161 258 c 0\n 128 232 108 199 96 159 c 1\n 73.4593 75.7044 146.669 35.2181 229 36 c 1\n 255 36 286 41 324 49 c 1\n 281.487 50.7355 250.321 123.743 265 172 c 1\n 277.254 225.97 318.783 277.085 382 277 c 1\n 419.887 278.712 436.26 233.94 425 195 c 1\n 414.805 158.688 381.999 112.076 338 112 c 1\n 321 117 l 1\n 328 95 357 76 407 59 c 0\n 457 41 487 21 495 -1 c 1\n 468 -14 l 1\n 449.236 -0.612446 393.575 17.0751 355 15 c 1\n 330.322 18.7947 194.896 -10.3966 153 -12 c 1\n 52.5181 -13.5075 -14.9918 46.9823 15 151 c 1\n 32 215 71 267 132 307 c 0\n 175 334 236 361 317 385 c 1\n 270.77 415.794 296.55 483.471 334 507 c 1\n 366.617 534.691 421.486 540.769 448 508 c 1\n 468.005 480.215 459.542 445.337 441 420 c 1\n 560 458 628 510 645 574 c 2\n 650 590 l 1\n 651 617 l 1\n 678 636 l 1\n414 445 m 1\n 421 474 412 488 387 488 c 0\n 361 488 345 474 337 444 c 0\n 331 421 345 407 377 401 c 1\n 395 414 407 430 414 445 c 1\n395 194 m 1\n 400.608 218.011 395.089 247.723 372 247 c 1\n 354 247 338 229 324 194 c 1\n 315 162 322 145 345 141 c 1\n 368 141 384 158 395 194 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E56\nEncoding: 3670 3670 870\nWidth: 672\nFlags: W\nHStem: -20 30<256.125 263.953 265 267> 208 29.5813<195 198> 371 32.4307<347 357 357.063 374.856>\nVStem: 203.26 54.3285<460 492> 222.75 30.7484<172 183> 461.007 80.0573<236 253>\nFore\n533 191 m 1\n 507.522 81.2303 385.038 -19.9784 256 -20 c 1\n 154.389 -24.2534 68.0795 41.1848 97 145 c 1\n 108.381 188.792 150.545 237.737 203 238 c 1\n 242.306 239.972 264.007 199.83 250 157 c 1\n 240.88 118.545 203.237 73.1396 163 72 c 1\n 144 77 l 1\n 158.93 39.4096 211.223 8.42653 264 10 c 1\n 327 10 380 45 423 115 c 0\n 434 137 444 161 453 190 c 1\n 480.078 284.163 439.542 373.416 357 371 c 1\n 303 371 251 353 203 314 c 1\n 161 338 l 1\n 193.08 387.963 217.153 460.849 196 537 c 1\n 183 580 157 606 121 616 c 1\n 130 634 l 1\n 178 634 214 610 238 560 c 1\n 270.216 501.541 259.808 417.217 233 370 c 1\n 316.926 420.315 454.125 416.634 510 346 c 1\n 542 306 550 254 533 191 c 1\n220 155 m 1\n 227.621 178.867 219.194 209.422 198 208 c 1\n 180 208 163 191 148 155 c 1\n 140 124 147 107 170 103 c 1\n 193 103 210 120 220 155 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E57\nEncoding: 3671 3671 871\nWidth: 672\nFlags: W\nHStem: 120 30.6157<165 172> 363 41<214 216 368 382>\nVStem: 84.8269 28.0976<37 55> 189.5 32.8848<83 96> 409 73.4656<266.601 304>\nFore\n642 616 m 1\n 650.684 374.915 577.885 147.342 456 44 c 1\n 435 25 411 11 383 -2 c 1\n 349.142 -13.6147 323.48 -14.2313 293 -8 c 1\n 336.341 55.5705 373.355 103.253 396 207 c 1\n 406 240 411 271 409 300 c 0\n 408 341 393 363 368 363 c 0\n 339 363 308 333 276 274 c 1\n 253 274 l 1\n 258.281 323.169 251.468 360.467 216 363 c 1\n 187 363 162 340 135 296 c 0\n 116 263 102 230 92 194 c 0\n 67 101 66 45 87 24 c 1\n 77.1835 66.6513 95.3532 101.688 120 125 c 1\n 148.177 155.043 191.902 163.715 215 128 c 1\n 236.615 90.0009 211.045 30.4629 185 10 c 1\n 131.097 -39.6758 43.3873 -11.5713 19 53 c 1\n -1 93 -3 140 12 193 c 1\n 33.9028 291.783 121.434 405.007 226 406 c 1\n 265.281 406.31 284.196 366.652 279 326 c 1\n 293.444 361.023 336.276 403.48 382 404 c 1\n 431 404 462 383 475 339 c 0\n 486 303 485 258 471 207 c 0\n 456 151 426 94 380 38 c 1\n 459.701 92.3141 544.897 282.464 576 406 c 1\n 594 470 605 543 612 622 c 1\n 642 616 l 1\n137 14 m 1\n 165.424 8.62963 199.072 62.147 187 103 c 1\n 183 114 176 120 166 120 c 0\n 147 120 130 103 116 67 c 1\n 107 35 115 18 137 14 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E58\nEncoding: 3672 3672 872\nWidth: 672\nFlags: W\nHStem: -11.8447 39.8447<366 376> 79 81.9201<186 187> 189 29<444 452> 307 66.0763<449 470>\nVStem: 16.7457 56.8638<127 143> 362.148 29.2344<109 118> 467.765 35.3969<152 164>\nFore\n676 633 m 1\n 673 590 668 551 659 515 c 0\n 622 377 552 307 450 307 c 2\n 387 307 l 2\n 382 308 377 309 373 309 c 2\n 243 319 l 1\n 163.189 324.988 97.2016 253.519 81 185 c 1\n 64 124 76 82 111 61 c 1\n 119 101 l 1\n 129 141 153 161 190 161 c 0\n 207 161 236 139 276 95 c 0\n 314 51 349 28 376 28 c 0\n 396 28 410 38 422 56 c 1\n 379.829 40.7727 351.417 88.3513 366 136 c 1\n 372.776 170.574 411.811 218.135 452 218 c 1\n 499 218 515 184 496 116 c 0\n 473 31 427 -12 359 -12 c 0\n 333 -12 303 2 264 32 c 0\n 227 62 201 78 187 79 c 0\n 163 79 147 65 141 35 c 1\n 138.458 16.5045 129.7 4.22226 139 -17 c 1\n 40.2428 -3.09423 -5.28244 83.7269 27 201 c 1\n 41 257 71 302 117 339 c 1\n 199.493 408.255 278.544 405.516 402 381 c 1\n 493.035 360.527 533.836 373.402 586 441 c 1\n 613.87 477.859 634.46 534.099 649 590 c 1\n 653 617 l 1\n 676 633 l 1\n416 83 m 1\n 443.635 77.9028 477.806 130.767 465 172 c 1\n 462 184 455 189 445 189 c 0\n 425 189 409 172 395 136 c 1\n 386 105 393 88 416 83 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E59\nEncoding: 3673 3673 873\nWidth: 672\nFlags: W\nHStem: 130 29<231 239> 319 59<487 507> 361 42.1263<231 252>\nVStem: 13.3623 85.5161<129 145> 149.085 30.5139<47 57> 255.632 29.1299<91 103> 647 28.2659<589 615>\nFore\n673 632 m 1\n 684.904 534.633 648.971 437.228 603 382 c 1\n 568 341 530 319 487 319 c 1\n 459.054 315.285 428.193 352.234 411 355 c 1\n 379.516 358.075 361.788 299.17 367 258 c 1\n 380 102 408 13 457 -11 c 1\n 394 -11 l 2\n 370 -11 341 82 310 268 c 0\n 299 329 277 361 242 361 c 1\n 174.86 360.382 121.095 289 112 229 c 1\n 105 189 l 1\n 91 120 101 68 134 29 c 1\n 140.953 23.2862 148.505 18.1721 158 15 c 1\n 148 32 146 53 154 78 c 1\n 161.927 115.885 197.365 158.458 239 159 c 1\n 278.84 160.047 293.308 118.108 282 78 c 1\n 265 16 221 -15 146 -15 c 0\n 45 -15 1 53 16 191 c 1\n 24 222 l 1\n 40.1935 314.132 144.455 406.351 254 404 c 1\n 305.388 401.92 326.205 385.718 338 338 c 1\n 346.036 369.931 383.542 402.454 421 402 c 1\n 440 402 458 396 475 386 c 0\n 485 381 497 378 507 378 c 0\n 534 378 563 401 591 446 c 1\n 619.627 493.962 633.054 535.001 647 589 c 1\n 647 615 l 1\n 673 632 l 1\n204 25 m 1\n 231.678 19.5743 267.195 72.5446 252 113 c 1\n 249 125 242 130 232 130 c 0\n 212 130 197 113 182 78 c 1\n 174 46 181 29 204 25 c 1\nEndSplineSet\nEndChar\nStartChar: uni0E5A\nEncoding: 3674 3674 874\nWidth: 694\nFlags: W\nHStem: 347.931 40.0689<170 186> 402.449 29.5514<158 160>\nVStem: 210.162 29.9849<505 512>\nDStem: 249 108 328 98 154 -1 239 -1 362 472 448 481 278 161 362 161 435 108 514 98 340 -1 425 -1 570 557 654 557 464 161 548 161\nFore\n207 484 m 1\n 215 517 208 532 185 534 c 0\n 162 535 146 518 138 484 c 0\n 129 454 136 437 158 432 c 1\n 177 432 192 449 207 484 c 1\n654 557 m 1\n 548 161 l 1\n 539.316 125.085 538.382 123.563 514 98 c 1\n 425 -1 l 1\n 340 -1 l 1\n 435 108 l 1\n 453 135 l 1\n 464 161 l 1\n 570 557 l 1\n 654 557 l 1\n362 161 m 1\n 354.074 125.085 352.603 123.563 328 98 c 1\n 239 -1 l 1\n 154 -1 l 1\n 249 108 l 1\n 267 135 l 1\n 278 161 l 1\n 362 472 l 2\n 365 484 361 489 351 489 c 0\n 347 489 334 474 310 441 c 0\n 282 405 261 381 247 371 c 1\n 202.014 339.53 121.527 336.678 92 385 c 1\n 75 411 71 439 78 471 c 0\n 95 535 134 567 194 567 c 1\n 233.8 568.705 247.243 525.822 237 484 c 1\n 227.752 444.808 192.363 402.271 151 402 c 1\n 138 404 l 1\n 148 394 164 388 182 388 c 0\n 214 388 245 415 275 468 c 0\n 295 504 312 528 328 541 c 0\n 350 561 375 571 407 571 c 0\n 451 571 465 541 448 481 c 1\n 362 161 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uni0E5B\nEncoding: 3675 3675 875\nWidth: 938\nFlags: W\nHStem: 56 31<142 161> 180 30.4032<179 192> 218.908 23.0922<157.012 160> 320 27.0034<182 184> 471 31<222 248>\nVStem: 8.21724 31.9531<200 224> 116.4 26.0033<256 267> 197.979 27.4529<289 301> 313.786 30.6744<386 401> 549 25<222.065 322>\nDStem: 569 423 549 322 470 213 447 105 650 309 672 399 654 155 676 239 672 399 650 309 574 222 549 122 747 365 732 290 676 239 654 155\nFore\n892 265 m 5\n 847.912 229.999 838.417 209.163 787 205 c 5\n 777 205 767 208 760 212 c 5\n 745.436 232.77 738.852 261.517 732 290 c 5\n 654 155 l 5\n 650 309 l 5\n 549 122 l 5\n 549 322 l 5\n 447 105 l 5\n 439 105 l 5\n 447 365 l 5\n 378 235 328 155 294 122 c 4\n 247 77 195 56 141 56 c 5\n 32.9039 52.4445 -16.3851 163.221 20 282 c 5\n 34 336 60 385 97 428 c 4\n 140 478 188 502 240 502 c 5\n 324.823 502.549 362.258 438.606 337 340 c 5\n 319.554 266.913 256.574 180.713 180 180 c 5\n 154 180 135 192 125 216 c 5\n 106.264 262.273 120.451 299.256 145 326 c 5\n 166.179 348.311 205.801 360.379 221 328 c 5\n 234.68 291.435 219.714 259.549 198 239 c 5\n 185 225 171 218 157 219 c 5\n 165 213 l 5\n 210.397 202.162 232.047 217.821 264 258 c 5\n 284 285 298 312 307 342 c 5\n 327.881 417.183 300.15 472.234 231 471 c 5\n 198 471 163 452 125 416 c 4\n 88 379 62 333 48 280 c 4\n 35 232 37 187 52 150 c 4\n 70 107 103 87 150 87 c 4\n 213 87 268 122 314 190 c 4\n 340 229 391 319 470 463 c 5\n 479 463 l 5\n 470 213 l 5\n 569 423 l 5\n 577 423 l 5\n 574 222 l 5\n 672 399 l 5\n 676 239 l 5\n 747 365 l 5\n 766 280 l 5\n 776.378 233.622 797.436 224.897 829 246 c 5\n 869 279 l 5\n 892 265 l 5\n160 242 m 5\n 181.479 237.504 204.259 278.054 197 308 c 5\n 195 316 190 320 181 320 c 4\n 167 320 155 308 145 282 c 5\n 138 255 143 242 160 242 c 5\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni1E00\nEncoding: 7680 7680 876\nWidth: 611\nHStem: -239 34<211.872 217.872> -74 34<211.872 217.872> 0 21<-51 136 318 564> 226 36<176 368>\nVStem: -51 187<1 16> 115.872 34<-143 -137> 281.872 34<-143 -137> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 730 730 N 1 0 0 1 -39.128 -747\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E01\nEncoding: 7681 7681 877\nWidth: 500\nHStem: -250 34<173.308 179.308> -85 34<173.308 179.308> -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969>\nVStem: 17 84<99 117> 77.3075 34<-154 -148> 243.308 34<-154 -148>\nRef: 730 730 N 1 0 0 1 -77.6925 -758\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E02\nEncoding: 7682 7682 878\nWidth: 611\nHStem: 0 30<217.316 249> 330.96 32.0398<248.125 289.408> 331 322<238.063 288.515> 623 30<360 392> 693 98<421.412 425.412>\nVStem: 373.412 98<741 745> 431 108<192 214> 487 101<496 517>\nDStem: 196 532 313 595 73 90 248 363\nRef: 729 729 N 1 0 0 1 166.412 185\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E03\nEncoding: 7683 7683 879\nWidth: 500\nHStem: -11 23<151 168> 391.994 49.006<318 357> 723 98<368.983 372.983>\nVStem: 23 86<41 46> 320.983 98<771 775> 388 85<305 323>\nDStem: 159 547 268 678 23 46 164 290\nRef: 729 729 N 1 0 0 1 113.983 215\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E04\nEncoding: 7684 7684 880\nWidth: 611\nHStem: -138 98<190.955 194.955> 0 30<217.316 249> 330.96 32.0398<248.125 289.408> 331 322<238.063 288.515> 623 30<360 392>\nVStem: 142.955 98<-90 -86> 431 108<192 214> 487 101<496 517>\nDStem: 196 532 313 595 73 90 248 363\nRef: 729 729 N 1 0 0 1 -64.0448 -646\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E05\nEncoding: 7685 7685 881\nWidth: 500\nHStem: -149 98<127.156 131.156> -11 23<151 168> 391.994 49.006<318 357>\nVStem: 23 86<41 46> 79.1559 98<-101 -97> 388 85<305 323>\nDStem: 159 547 268 678 23 46 164 290\nRef: 729 729 N 1 0 0 1 -127.844 -657\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E06\nEncoding: 7686 7686 882\nWidth: 611\nHStem: -91 51<53.3337 343.334> 0 30<217.316 249> 330.96 32.0398<248.125 289.408> 331 322<238.063 288.515> 623 30<360 392>\nVStem: 431 108<192 214> 487 101<496 517>\nDStem: 196 532 313 595 73 90 248 363\nRef: 175 175 N 1 0 0 1 -56.6663 -623\nRef: 66 66 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E07\nEncoding: 7687 7687 883\nWidth: 500\nHStem: -102 51<-10.4657 279.534> -11 23<151 168> 391.994 49.006<318 357>\nVStem: 23 86<41 46> 388 85<305 323>\nDStem: 159 547 268 678 23 46 164 290\nRef: 175 175 N 1 0 0 1 -120.466 -634\nRef: 98 98 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E08\nEncoding: 7688 7688 884\nWidth: 667\nHStem: -217 35<210 232> -17.8293 44.8293<338 353> 630 36<466 483> 644 20<668 689>\nVStem: 66 112<231 247> 275 74<-142 -131>\nRef: 180 180 N 1 0 0 1 200.684 199\nRef: 199 199 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E09\nEncoding: 7689 7689 885\nWidth: 444\nHStem: -217 35<106 122> -10.9983 35.9983<176 207> 420 21<314 322>\nVStem: 30 86<119 151> 164 74<-142 -131> 338 87<351 361>\nRef: 180 180 N 1 0 0 1 26.1655 -13\nRef: 231 231 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0A\nEncoding: 7690 7690 886\nWidth: 722\nHStem: 0 30<216 264> 623 30<360 392> 693 98<476.398 480.398>\nVStem: 428.398 98<741 745> 589 111<383 410>\nDStem: 196 532 313 594 73 90 192 162\nRef: 729 729 N 1 0 0 1 221.398 185\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0B\nEncoding: 7691 7691 887\nWidth: 500\nHStem: -10.9977 47.9977<120 160> 418.138 22.8624<295.336 307 307.031 310.977> 723 98<430.223 434.223>\nVStem: 15 87<99 123> 382.223 98<771 775>\nRef: 729 729 N 1 0 0 1 175.223 215\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0C\nEncoding: 7692 7692 888\nWidth: 722\nHStem: -138 98<245.941 249.941> 0 30<216 264> 623 30<360 392>\nVStem: 197.941 98<-90 -86> 589 111<383 410>\nDStem: 196 532 313 594 73 90 192 162\nRef: 729 729 N 1 0 0 1 -9.05866 -646\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0D\nEncoding: 7693 7693 889\nWidth: 500\nHStem: -151 98<187.842 191.842> -10.9977 47.9977<120 160> 418.138 22.8624<295.336 307 307.031 310.977>\nVStem: 15 87<99 123> 139.842 98<-103 -99>\nRef: 729 729 N 1 0 0 1 -67.1582 -659\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0E\nEncoding: 7694 7694 890\nWidth: 722\nHStem: -91 51<108.32 398.32> 0 30<216 264> 623 30<360 392>\nVStem: 589 111<383 410>\nDStem: 196 532 313 594 73 90 192 162\nRef: 175 175 N 1 0 0 1 -1.68021 -623\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E0F\nEncoding: 7695 7695 891\nWidth: 500\nHStem: -104 51<50.2202 340.22> -10.9977 47.9977<120 160> 418.138 22.8624<295.336 307 307.031 310.977>\nVStem: 15 87<99 123>\nRef: 175 175 N 1 0 0 1 -59.7798 -636\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E10\nEncoding: 7696 7696 892\nWidth: 722\nHStem: -217 35<200.142 216.142> -20 20<231.142 269.142> 0 30<216 264> 623 30<360 392>\nVStem: 258.142 74<-142 -131> 589 111<383 410>\nDStem: 196 532 313 594 73 90 192 162\nRef: 184 184 N 1 0 0 1 150.142 0\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E11\nEncoding: 7697 7697 893\nWidth: 500\nHStem: -230 35<142.042 158.042> -33 20<173.042 211.042> -10.9977 47.9977<120 160> 418.138 22.8624<295.336 307 307.031 310.977>\nVStem: 15 87<99 123> 200.042 74<-155 -144>\nRef: 184 184 N 1 0 0 1 92.0424 -13\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E12\nEncoding: 7698 7698 894\nWidth: 722\nHStem: -52 20<225.742 274.742> 0 30<216 264> 623 30<360 392>\nVStem: 589 111<383 410>\nDStem: 196 532 313 594 73 90 192 162\nRef: 710 710 N 1 0 0 1 -22.2577 -693\nRef: 68 68 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E13\nEncoding: 7699 7699 895\nWidth: 500\nHStem: -65 20<167.643 216.643> -10.9977 47.9977<120 160> 418.138 22.8624<295.336 307 307.031 310.977>\nVStem: 15 87<99 123>\nRef: 710 710 N 1 0 0 1 -80.3572 -706\nRef: 100 100 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E14\nEncoding: 7700 7700 896\nWidth: 611\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 744 51<282 572>\nDStem: 196 532 312 594 73 90 246 361\nRef: 96 96 N 1 0 0 1 267.469 343\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E15\nEncoding: 7701 7701 897\nWidth: 444\nHStem: 417.951 22.1129<311 332> 532 51<166 456>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 96 96 N 1 0 0 1 145.764 131\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E16\nEncoding: 7702 7702 898\nWidth: 611\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 744 51<282 572>\nDStem: 196 532 312 594 73 90 246 361\nRef: 180 180 N 1 0 0 1 191.414 341\nRef: 274 274 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E17\nEncoding: 7703 7703 899\nWidth: 444\nHStem: 417.951 22.1129<311 332> 532 51<166 456>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 180 180 N 1 0 0 1 69.7096 129\nRef: 275 275 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E18\nEncoding: 7704 7704 900\nWidth: 604\nHStem: -52 20<187.025 236.025> 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440>\nDStem: 196 532 312 594 73 90 246 361\nRef: 710 710 N 1 0 0 1 -60.9747 -693\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E19\nEncoding: 7705 7705 901\nWidth: 444\nHStem: -63 20<121.063 170.063> 417.951 22.1129<311 332>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 710 710 N 1 0 0 1 -126.937 -704\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1A\nEncoding: 7706 7706 902\nWidth: 604\nHStem: -143.646 60.1132<275.338 291.338> -100.008 59.008<123.338 143.338> 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440>\nDStem: 196 532 312 594 73 90 246 361\nRef: 732 732 N 1 0 0 1 -56.6623 -664\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1B\nEncoding: 7707 7707 903\nWidth: 444\nHStem: -154.646 60.1132<209.375 225.375> -111.008 59.008<57.3752 77.3752> 417.951 22.1129<311 332>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 732 732 N 1 0 0 1 -122.625 -675\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1C\nEncoding: 7708 7708 904\nWidth: 604\nHStem: -217 35<161.425 177.425> -20 20<192.425 230.425> 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 693 59<446.271 462.271>\nVStem: 219.425 74<-142 -131>\nDStem: 196 532 312 594 73 90 246 361\nRef: 728 728 N 1 0 0 1 201.271 201\nRef: 552 552 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1D\nEncoding: 7709 7709 905\nWidth: 444\nHStem: -228 35<95.4625 111.463> -31 20<126.463 164.463> 417.951 22.1129<311 332> 481 59<324.566 340.566>\nVStem: 31 87<110 133> 153.463 74<-153 -142> 346 66<372 381>\nRef: 728 728 N 1 0 0 1 79.566 -11\nRef: 553 553 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1E\nEncoding: 7710 7710 906\nWidth: 611\nHStem: 0 21<-8 244> 325.958 35.4638<280 296> 620 33<360 440> 693 98<409.313 413.313>\nVStem: -8 252<1 16> 361.313 98<741 745>\nDStem: 197 532 314 594 74 90 248 361 197 532 239 328 74 90 177 105\nRef: 729 729 N 1 0 0 1 154.313 185\nRef: 70 70 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E1F\nEncoding: 7711 7711 907\nWidth: 278\nHStem: -207 21<-67 -58> 396 32<42 124 212 313> 656 22<332 340> 723 98<287.255 291.255>\nVStem: -147 76<-147 -141> 239.255 98<771 775> 345 79<608 615>\nDStem: 42 428 204 396 35 396 132 76\nRef: 729 729 N 1 0 0 1 32.2553 215\nRef: 102 102 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E20\nEncoding: 7712 7712 908\nWidth: 722\nHStem: -18 37<339 372> 300 19<484 485> 632 34<452 471> 693 51<365.409 655.409>\nVStem: 52 110<224 254> 456 266<303 318>\nRef: 175 175 N 1 0 0 1 255.409 161\nRef: 71 71 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E21\nEncoding: 7713 7713 909\nWidth: 500\nHStem: -206 22<171 200> 151 21<232 246> 366 39<423 471> 419 22<283.463 299> 481 51<207.123 497.123>\nVStem: 8 55<-94 -78> 98.0105 73.9895<78 114 247 270> 324.994 60.0059<-90 -60> 352 78.9961<310 348>\nRef: 175 175 N 1 0 0 1 97.1231 -51\nRef: 103 103 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E22\nEncoding: 7714 7714 910\nWidth: 722\nHStem: 0 21<-8 238 355 628> 326 42<249 520> 633 20<130 403 520 767> 693 98<493.644 497.644>\nVStem: -8 246<1 16> 130 273<637 652> 355 273<1 16> 445.644 98<741 745> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 236 326 73 90 170 82 196 532 685 563 73 90 553 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nRef: 729 729 N 1 0 0 1 238.644 185\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E23\nEncoding: 7715 7715 911\nWidth: 500\nHStem: 0 21<19 94> 723 98<402.489 406.489>\nVStem: 354.489 98<771 775> 370 77.2862<364 367>\nDStem: 154 512 273 678 19 0 153 230\nRef: 729 729 N 1 0 0 1 147.489 215\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E24\nEncoding: 7716 7716 912\nWidth: 722\nHStem: -138 98<263.188 267.188> 0 21<-8 238 355 628> 326 42<249 520> 633 20<130 403 520 767>\nVStem: -8 246<1 16> 130 273<637 652> 215.188 98<-90 -86> 355 273<1 16> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 236 326 73 90 170 82 196 532 685 563 73 90 553 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nRef: 729 729 N 1 0 0 1 8.18764 -646\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E25\nEncoding: 7717 7717 913\nWidth: 500\nHStem: -147 98<161.216 165.216> 0 21<19 94>\nVStem: 113.216 98<-99 -95> 370 77.2862<364 367>\nDStem: 154 512 273 678 19 0 153 230\nRef: 729 729 N 1 0 0 1 -93.7838 -655\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E26\nEncoding: 7718 7718 914\nWidth: 722\nHStem: 0 21<-8 238 355 628> 326 42<249 520> 633 20<130 403 520 767> 693 98<393.644 397.644 585.644 601.644>\nVStem: -8 246<1 16> 130 273<637 652> 345.644 98<741 745> 355 273<1 16> 520 247<637 652> 545.644 98<741 745>\nDStem: 196 532 302 563 73 90 248 368 196 532 236 326 73 90 170 82 196 532 685 563 73 90 553 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nRef: 168 168 N 1 0 0 1 238.644 185\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E27\nEncoding: 7719 7719 915\nWidth: 500\nHStem: 0 21<19 94> 723 98<302.489 306.489 494.489 510.489>\nVStem: 254.489 98<771 775> 370 77.2862<364 367> 454.489 98<771 775>\nDStem: 154 512 273 678 19 0 153 230\nRef: 168 168 N 1 0 0 1 147.489 215\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E28\nEncoding: 7720 7720 916\nWidth: 722\nHStem: -217 35<217.388 233.388> -20 20<248.388 286.388> 0 21<-8 238 355 628> 326 42<249 520> 633 20<130 403 520 767>\nVStem: -8 246<1 16> 130 273<637 652> 275.388 74<-142 -131> 355 273<1 16> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 236 326 73 90 170 82 196 532 685 563 73 90 553 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nRef: 184 184 N 1 0 0 1 167.388 0\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E29\nEncoding: 7721 7721 917\nWidth: 500\nHStem: -226 35<115.417 131.417> -29 20<146.417 184.417> 0 21<19 94>\nVStem: 173.417 74<-151 -140> 370 77.2862<364 367>\nDStem: 154 512 273 678 19 0 153 230\nRef: 184 184 N 1 0 0 1 65.4168 -9\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2A\nEncoding: 7722 7722 918\nWidth: 722\nHStem: -201 59<254.306 270.306> 0 21<-8 238 355 628> 326 42<249 520> 633 20<130 403 520 767>\nVStem: -8 246<1 16> 130 273<637 652> 355 273<1 16> 520 247<637 652>\nDStem: 196 532 302 563 73 90 248 368 196 532 236 326 73 90 170 82 196 532 685 563 73 90 553 82 521 326 685 563 456 90 553 82 579 532 685 563 533 368 553 82\nRef: 728 728 N 1 0 0 1 9.3059 -693\nRef: 72 72 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2B\nEncoding: 7723 7723 919\nWidth: 500\nHStem: -210 59<152.334 168.334> 0 21<19 94>\nVStem: 370 77.2862<364 367>\nDStem: 154 512 273 678 19 0 153 230\nRef: 728 728 N 1 0 0 1 -92.6655 -702\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2C\nEncoding: 7724 7724 920\nWidth: 339\nHStem: -143.646 60.1132<138.801 154.801> -100.008 59.008<-13.199 6.80103> 0 21<-8 236> 633 20<137 384>\nVStem: -8 244<1 16> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 732 732 N 1 0 0 1 -193.199 -664\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2D\nEncoding: 7725 7725 921\nWidth: 278\nHStem: -154.646 60.1132<117.831 133.831> -111.008 59.008<-34.1688 -14.1688> 548 106<209 223>\nVStem: 49 75<47 53> 167 97<597 603>\nDStem: 119 332 228 439 71 155 140 117\nRef: 732 732 N 1 0 0 1 -214.169 -675\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2E\nEncoding: 7726 7726 922\nWidth: 333\nHStem: 0 21<-8 236> 633 20<137 384> 720 98<185 189 377 393>\nVStem: -8 244<1 16> 137 247<637 652 768 772> 337 98<768 772>\nDStem: 196 532 302 563 73 90 179 120\nRef: 180 180 N 1 0 0 1 45.0326 364\nRef: 207 207 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E2F\nEncoding: 7727 7727 923\nWidth: 278\nHStem: 508 98<103 107 295 311>\nVStem: 49 75<47 53> 55 98<556 560> 255 98<556 560>\nDStem: 119 332 228 439 71 155 140 117\nRef: 180 180 N 1 0 0 1 -40.146 152\nRef: 239 239 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E30\nEncoding: 7728 7728 924\nWidth: 652\nHStem: 0 19<344 357> 634 19<504 512>\nVStem: -8 248<1 16> 131 273<637 652> 328 275<1 16> 485 222<637 652>\nDStem: 197 532 303 563 74 90 250 369 197 532 182 120 74 90 176 99 197 532 244 348 74 90 182 120 244 348 332 375 365 140 506 72\nRef: 180 180 N 1 0 0 1 195.997 199\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E31\nEncoding: 7729 7729 925\nWidth: 444\nHStem: -10.9947 51.9947<318 354> 0 21<14 89> 412 16<279 302>\nVStem: 278 183<412 427>\nDStem: 141 483 267 678 14 0 147 221 141 483 137 180 14 0 89 0\nRef: 180 180 N 1 0 0 1 90.8123 229\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E32\nEncoding: 7730 7730 926\nWidth: 652\nHStem: -138 98<251.188 255.188> 0 19<344 357> 634 19<504 512>\nVStem: -8 248<1 16> 131 273<637 652> 203.188 98<-90 -86> 328 275<1 16> 485 222<637 652>\nDStem: 197 532 303 563 74 90 250 369 197 532 182 120 74 90 176 99 197 532 244 348 74 90 182 120 244 348 332 375 365 140 506 72\nRef: 729 729 N 1 0 0 1 -3.81236 -646\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E33\nEncoding: 7731 7731 927\nWidth: 444\nHStem: -149 98<134.632 138.632> -10.9947 51.9947<318 354> 0 21<14 89> 412 16<279 302>\nVStem: 86.6322 98<-101 -97> 278 183<412 427>\nDStem: 141 483 267 678 14 0 147 221 141 483 137 180 14 0 89 0\nRef: 729 729 N 1 0 0 1 -120.368 -657\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E34\nEncoding: 7732 7732 928\nWidth: 652\nHStem: -91 51<113.566 403.566> 0 19<344 357> 634 19<504 512>\nVStem: -8 248<1 16> 131 273<637 652> 328 275<1 16> 485 222<637 652>\nDStem: 197 532 303 563 74 90 250 369 197 532 182 120 74 90 176 99 197 532 244 348 74 90 182 120 244 348 332 375 365 140 506 72\nRef: 175 175 N 1 0 0 1 3.5661 -623\nRef: 75 75 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E35\nEncoding: 7733 7733 929\nWidth: 444\nHStem: -102 51<-2.98936 287.011> -10.9947 51.9947<318 354> 0 21<14 89> 412 16<279 302>\nVStem: 278 183<412 427>\nDStem: 141 483 267 678 14 0 147 221 141 483 137 180 14 0 89 0\nRef: 175 175 N 1 0 0 1 -112.989 -634\nRef: 107 107 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E36\nEncoding: 7734 7734 930\nWidth: 556\nHStem: -138 98<203.867 207.867> 0 36<232 312> 633 20<130 403>\nVStem: 130 273<637 652> 155.867 98<-90 -86>\nDStem: 196 532 302 563 73 90 179 120\nRef: 729 729 N 1 0 0 1 -51.1329 -646\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E37\nEncoding: 7735 7735 931\nWidth: 278\nHStem: -149 98<44.4136 48.4136>\nVStem: -3.5864 98<-101 -97> 40 77<44 53>\nDStem: 182 599 279 678 45 71 128 99\nRef: 729 729 N 1 0 0 1 -210.586 -657\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E38\nEncoding: 7736 7736 932\nWidth: 556\nHStem: -138 98<203.867 207.867> 0 36<232 312> 633 20<130 403> 693 51<283.668 573.668>\nVStem: 130 273<637 652> 155.867 98<-90 -86>\nDStem: 196 532 302 563 73 90 179 120\nRef: 175 175 N 1 0 0 1 173.668 161\nRef: 7734 7734 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E39\nEncoding: 7737 7737 933\nWidth: 278\nHStem: -149 98<44.4136 48.4136> 723 51<135.585 425.585>\nVStem: -3.5864 98<-101 -97> 40 77<44 53>\nDStem: 182 599 279 678 45 71 128 99\nRef: 175 175 N 1 0 0 1 25.5848 191\nRef: 7735 7735 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3A\nEncoding: 7738 7738 934\nWidth: 556\nHStem: -91 51<66.2456 356.246> 0 36<232 312> 633 20<130 403>\nVStem: 130 273<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 175 175 N 1 0 0 1 -43.7544 -623\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3B\nEncoding: 7739 7739 935\nWidth: 278\nHStem: -102 51<-93.2079 196.792>\nVStem: 40 77<44 53>\nDStem: 182 599 279 678 45 71 128 99\nRef: 175 175 N 1 0 0 1 -203.208 -634\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3C\nEncoding: 7740 7740 936\nWidth: 556\nHStem: -52 20<183.668 232.668> 0 36<232 312> 633 20<130 403>\nVStem: 130 273<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 710 710 N 1 0 0 1 -64.3319 -693\nRef: 76 76 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3D\nEncoding: 7741 7741 937\nWidth: 278\nHStem: -63 20<24.2146 73.2146>\nVStem: 40 77<44 53>\nDStem: 182 599 279 678 45 71 128 99\nRef: 710 710 N 1 0 0 1 -223.785 -704\nRef: 108 108 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3E\nEncoding: 7742 7742 938\nWidth: 828\nHStem: 0 21<-18 180 297 314 461 734> 633 20<134 315 706 873>\nVStem: -18 198<1 16> 461 273<1 16>\nDStem: 186 518 236 546 80 146 118 113 236 546 315 653 297 0 370 160 691 561 791 563 562 91 668 120 706 653 691 561 370 160 314 0\nRef: 180 180 N 1 0 0 1 262.997 199\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E3F\nEncoding: 7743 7743 939\nWidth: 722\nHStem: 0 21<12 87 259 334>\nVStem: 353.632 76.3797<364 381> 515.048 75.9521<37 54> 593 78.0605<365 374>\nRef: 180 180 N 1 0 0 1 164.34 -13\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E40\nEncoding: 7744 7744 940\nWidth: 828\nHStem: 0 21<-18 180 297 314 461 734> 633 20<134 315 706 873> 693 98<548.644 552.644>\nVStem: -18 198<1 16> 461 273<1 16> 500.644 98<741 745>\nDStem: 186 518 236 546 80 146 118 113 236 546 315 653 297 0 370 160 691 561 791 563 562 91 668 120 706 653 691 561 370 160 314 0\nRef: 729 729 N 1 0 0 1 293.644 185\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E41\nEncoding: 7745 7745 941\nWidth: 722\nHStem: 0 21<12 87 259 334> 481 98<449.987 453.987>\nVStem: 353.632 76.3797<364 381> 401.987 98<529 533> 515.048 75.9521<37 54> 593 78.0605<365 374>\nRef: 729 729 N 1 0 0 1 194.987 -27\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E42\nEncoding: 7746 7746 942\nWidth: 828\nHStem: -138 98<318.188 322.188> 0 21<-18 180 297 314 461 734> 633 20<134 315 706 873>\nVStem: -18 198<1 16> 270.188 98<-90 -86> 461 273<1 16>\nDStem: 186 518 236 546 80 146 118 113 236 546 315 653 297 0 370 160 691 561 791 563 562 91 668 120 706 653 691 561 370 160 314 0\nRef: 729 729 N 1 0 0 1 63.1876 -646\nRef: 77 77 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E43\nEncoding: 7747 7747 943\nWidth: 722\nHStem: -147 98<275.827 279.827> 0 21<12 87 259 334>\nVStem: 227.827 98<-99 -95> 353.632 76.3797<364 381> 515.048 75.9521<37 54> 593 78.0605<365 374>\nRef: 729 729 N 1 0 0 1 20.8271 -655\nRef: 109 109 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E44\nEncoding: 7748 7748 944\nWidth: 657\nHStem: 0 21<-18 180> 633 20<118 279 530 729> 693 98<449.816 453.816>\nVStem: -18 198<1 16> 401.816 98<741 745> 530 199<637 652>\nDStem: 233 535 279 653 463 -15 487 154\nRef: 729 729 N 1 0 0 1 194.816 185\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E45\nEncoding: 7749 7749 945\nWidth: 500\nHStem: 0 21<14 89> 481 98<336.126 340.126>\nVStem: 287.57 74.4305<53 55> 288.126 98<529 533> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nRef: 729 729 N 1 0 0 1 81.1256 -27\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E46\nEncoding: 7750 7750 946\nWidth: 657\nHStem: -153 98<215.2 219.2> 0 21<-18 180> 633 20<118 279 530 729>\nVStem: -18 198<1 16> 167.2 98<-105 -101> 530 199<637 652>\nDStem: 233 535 279 653 463 -15 487 154\nRef: 729 729 N 1 0 0 1 -39.8001 -661\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E47\nEncoding: 7751 7751 947\nWidth: 500\nHStem: -147 98<161.966 165.966> 0 21<14 89>\nVStem: 113.966 98<-99 -95> 287.57 74.4305<53 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nRef: 729 729 N 1 0 0 1 -93.0342 -655\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E48\nEncoding: 7752 7752 948\nWidth: 657\nHStem: -106 51<77.5784 367.578> 0 21<-18 180> 633 20<118 279 530 729>\nVStem: -18 198<1 16> 530 199<637 652>\nDStem: 233 535 279 653 463 -15 487 154\nRef: 175 175 N 1 0 0 1 -32.4216 -638\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E49\nEncoding: 7753 7753 949\nWidth: 500\nHStem: -100 51<24.3442 314.344> 0 21<14 89>\nVStem: 287.57 74.4305<53 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nRef: 175 175 N 1 0 0 1 -85.6558 -632\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4A\nEncoding: 7754 7754 950\nWidth: 657\nHStem: -67 20<195.001 244.001> 0 21<-18 180> 633 20<118 279 530 729>\nVStem: -18 198<1 16> 530 199<637 652>\nDStem: 233 535 279 653 463 -15 487 154\nRef: 710 710 N 1 0 0 1 -52.9991 -708\nRef: 78 78 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4B\nEncoding: 7755 7755 951\nWidth: 500\nHStem: -61 20<141.767 190.767> 0 21<14 89>\nVStem: 287.57 74.4305<53 55> 360.753 80.3089<361 380>\nDStem: 347 285 433 323 303 120 376 117\nRef: 710 710 N 1 0 0 1 -106.233 -702\nRef: 110 110 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4C\nEncoding: 7756 7756 952\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 732.354 60.1132<537 553> 775.992 59.008<385 405>\nVStem: 60.3532 105.472<184 221>\nRef: 180 180 N 1 0 0 1 261.189 382\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4D\nEncoding: 7757 7757 953\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 520.354 60.1132<401 417> 563.992 59.008<249 269>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 180 180 N 1 0 0 1 99.3768 170\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4E\nEncoding: 7758 7758 954\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 732.354 60.1132<537 553> 775.992 59.008<385 405> 876 98<446.836 450.836 638.836 654.836>\nVStem: 60.3532 105.472<184 221> 398.836 98<924 928> 598.836 98<924 928>\nRef: 168 168 N 1 0 0 1 291.836 368\nRef: 213 213 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E4F\nEncoding: 7759 7759 955\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 520.354 60.1132<401 417> 563.992 59.008<249 269> 664 98<285.024 289.024 477.024 493.024>\nVStem: 27.3745 84.0629<101 129> 237.024 98<712 716> 383.003 84.9971<301 326> 437.024 98<712 716>\nRef: 168 168 N 1 0 0 1 130.024 156\nRef: 245 245 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E50\nEncoding: 7760 7760 956\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 744 51<345 635>\nVStem: 60.3532 105.472<184 221>\nRef: 96 96 N 1 0 0 1 325.874 343\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E51\nEncoding: 7761 7761 957\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 532 51<194 484>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 96 96 N 1 0 0 1 164.061 131\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E52\nEncoding: 7762 7762 958\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 744 51<345 635>\nVStem: 60.3532 105.472<184 221>\nRef: 180 180 N 1 0 0 1 249.819 341\nRef: 332 332 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E53\nEncoding: 7763 7763 959\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 532 51<194 484>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 180 180 N 1 0 0 1 88.0065 129\nRef: 333 333 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E54\nEncoding: 7764 7764 960\nWidth: 603\nHStem: 0 21<-8 237> 305 37<294 328> 623 30<344.304 376>\nVStem: -8 245<1 16> 494 103<496 517>\nDStem: 192 515 314 595 74 90 243 347 192 515 234 313 74 90 181 120\nRef: 180 180 N 1 0 0 1 126.612 199\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E55\nEncoding: 7765 7765 961\nWidth: 500\nHStem: -205 16<-74 -74 116 129> -11 19<164 181>\nVStem: -75 205<-204 -190> 379 90<307 330>\nRef: 180 180 N 1 0 0 1 20.3344 -13\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E56\nEncoding: 7766 7766 962\nWidth: 603\nHStem: 0 21<-8 237> 305 37<294 328> 623 30<344.304 376> 693 98<412.259 416.259>\nVStem: -8 245<1 16> 364.259 98<741 745> 494 103<496 517>\nDStem: 192 515 314 595 74 90 243 347 192 515 234 313 74 90 181 120\nRef: 729 729 N 1 0 0 1 157.259 185\nRef: 80 80 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E57\nEncoding: 7767 7767 963\nWidth: 500\nHStem: -205 16<-74 -74 116 129> -11 19<164 181> 481 98<305.981 309.981>\nVStem: -75 205<-204 -190> 257.981 98<529 533> 379 90<307 330>\nRef: 729 729 N 1 0 0 1 50.9812 -27\nRef: 112 112 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E58\nEncoding: 7768 7768 964\nWidth: 616\nHStem: 0 21<-8 236 424 572> 623 30<345.894 386> 693 98<469.144 473.144>\nVStem: -8 244<1 16> 421.144 98<741 745> 488 105<496 513>\nDStem: 196 532 313 595 73 90 248 366 196 532 236 329 73 90 180 120 301 324 396 333 424 0 489 88\nRef: 729 729 N 1 0 0 1 214.144 185\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E59\nEncoding: 7769 7769 965\nWidth: 389\nHStem: 0 21<45 121> 340 101<354.385 368> 481 98<277.552 281.552>\nVStem: 229.552 98<529 533>\nRef: 729 729 N 1 0 0 1 22.5522 -27\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5A\nEncoding: 7770 7770 966\nWidth: 616\nHStem: -138 98<238.688 242.688> 0 21<-8 236 424 572> 623 30<345.894 386>\nVStem: -8 244<1 16> 190.688 98<-90 -86> 488 105<496 513>\nDStem: 196 532 313 595 73 90 248 366 196 532 236 329 73 90 180 120 301 324 396 333 424 0 489 88\nRef: 729 729 N 1 0 0 1 -16.3124 -646\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5B\nEncoding: 7771 7771 967\nWidth: 389\nHStem: -138 98<105.888 109.888> 0 21<45 121> 340 101<354.385 368>\nVStem: 57.8883 98<-90 -86>\nRef: 729 729 N 1 0 0 1 -149.112 -646\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5C\nEncoding: 7772 7772 968\nWidth: 616\nHStem: -138 98<238.688 242.688> 0 21<-8 236 424 572> 623 30<345.894 386> 693 51<318.489 608.489>\nVStem: -8 244<1 16> 190.688 98<-90 -86> 488 105<496 513>\nDStem: 196 532 313 595 73 90 248 366 196 532 236 329 73 90 180 120 301 324 396 333 424 0 489 88\nRef: 175 175 N 1 0 0 1 208.489 161\nRef: 7770 7770 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5D\nEncoding: 7773 7773 969\nWidth: 389\nHStem: -138 98<105.888 109.888> 0 21<45 121> 340 101<354.385 368> 481 51<126.896 416.896>\nVStem: 57.8883 98<-90 -86>\nRef: 175 175 N 1 0 0 1 16.8964 -51\nRef: 7771 7771 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5E\nEncoding: 7774 7774 970\nWidth: 616\nHStem: -91 51<101.066 391.066> 0 21<-8 236 424 572> 623 30<345.894 386>\nVStem: -8 244<1 16> 488 105<496 513>\nDStem: 196 532 313 595 73 90 248 366 196 532 236 329 73 90 180 120 301 324 396 333 424 0 489 88\nRef: 175 175 N 1 0 0 1 -8.9339 -623\nRef: 82 82 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E5F\nEncoding: 7775 7775 971\nWidth: 389\nHStem: -91 51<-31.7332 258.267> 0 21<45 121> 340 101<354.385 368>\nRef: 175 175 N 1 0 0 1 -141.733 -623\nRef: 114 114 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E60\nEncoding: 7776 7776 972\nWidth: 500\nHStem: -18 35<209 231> 633 33<311 331> 693 98<391.762 395.762>\nVStem: 131.316 88.6371<499 531> 343.762 98<741 745> 343.998 87.0024<150 182>\nRef: 729 729 N 1 0 0 1 136.762 185\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E61\nEncoding: 7777 7777 973\nWidth: 389\nHStem: -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240> 481 98<279.652 283.652>\nVStem: 109.004 72.9964<331 364> 227.993 76.0067<87 119> 231.653 98<529 533>\nRef: 729 729 N 1 0 0 1 24.6525 -27\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E62\nEncoding: 7778 7778 974\nWidth: 500\nHStem: -156 98<156.313 160.313> -18 35<209 231> 633 33<311 331>\nVStem: 108.313 98<-108 -104> 131.316 88.6371<499 531> 343.998 87.0024<150 182>\nRef: 729 729 N 1 0 0 1 -98.6867 -664\nRef: 83 83 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E63\nEncoding: 7779 7779 975\nWidth: 389\nHStem: -151 98<104.383 108.383> -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240>\nVStem: 56.3834 98<-103 -99> 109.004 72.9964<331 364> 227.993 76.0067<87 119>\nRef: 729 729 N 1 0 0 1 -150.617 -659\nRef: 115 115 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E64\nEncoding: 7780 7780 976\nWidth: 500\nHStem: -18 35<209 231> 633 33<311 331> 916 98<453.605 457.605>\nVStem: 131.316 88.6371<499 531> 343.998 87.0024<150 182> 405.605 98<964 968>\nRef: 729 729 N 1 0 0 1 198.605 408\nRef: 346 346 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E65\nEncoding: 7781 7781 977\nWidth: 389\nHStem: -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240> 693 98<338.445 342.445>\nVStem: 109.004 72.9964<331 364> 227.993 76.0067<87 119> 290.445 98<741 745>\nRef: 729 729 N 1 0 0 1 83.4453 185\nRef: 347 347 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E66\nEncoding: 7782 7782 978\nWidth: 500\nHStem: -18 35<209 231> 633 33<311 331> 853 20<215 252 484 520> 913 98<442.914 446.914>\nVStem: 131.316 88.6371<499 531> 343.998 87.0024<150 182> 394.914 98<961 965>\nRef: 729 729 N 1 0 0 1 187.914 405\nRef: 352 352 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E67\nEncoding: 7783 7783 979\nWidth: 389\nHStem: -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240> 641 20<149 186 418 454> 693 98<323.534 327.534>\nVStem: 109.004 72.9964<331 364> 227.993 76.0067<87 119> 275.534 98<741 745>\nRef: 729 729 N 1 0 0 1 68.5342 185\nRef: 353 353 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E68\nEncoding: 7784 7784 980\nWidth: 500\nHStem: -156 98<156.313 160.313> -18 35<209 231> 633 33<311 331> 693 98<391.762 395.762>\nVStem: 108.313 98<-108 -104> 131.316 88.6371<499 531> 343.762 98<741 745> 343.998 87.0024<150 182>\nRef: 729 729 N 1 0 0 1 136.762 185\nRef: 7778 7778 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E69\nEncoding: 7785 7785 981\nWidth: 389\nHStem: -151 98<104.383 108.383> -11 21<144 162> 7.48958 138.51<51 52> 418 23<227 240> 481 98<279.652 283.652>\nVStem: 56.3834 98<-103 -99> 109.004 72.9964<331 364> 227.993 76.0067<87 119> 231.652 98<529 533>\nRef: 729 729 N 1 0 0 1 24.6525 -27\nRef: 7779 7779 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6A\nEncoding: 7786 7786 982\nWidth: 556\nHStem: 0 19<317 330.536> 618 35<251 314 416 491> 693 98<391.7 395.7>\nVStem: 65 290<1 16> 343.7 98<741 745>\nDStem: 315 618 416 618 171 90 277 120\nRef: 729 729 N 1 0 0 1 136.7 185\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6B\nEncoding: 7787 7787 983\nWidth: 278\nHStem: 396 32<217 291> 586 98<246.522 250.522>\nVStem: 198.522 98<634 638>\nDStem: 132 396 207 396 60 121 119 63\nRef: 729 729 N 1 0 0 1 -8.478 78\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6C\nEncoding: 7788 7788 984\nWidth: 556\nHStem: -138 98<161.243 165.243> 0 19<317 330.536> 618 35<251 314 416 491>\nVStem: 65 290<1 16> 113.243 98<-90 -86>\nDStem: 315 618 416 618 171 90 277 120\nRef: 729 729 N 1 0 0 1 -93.7569 -646\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6D\nEncoding: 7789 7789 985\nWidth: 278\nHStem: -149 98<42.6885 46.6885> 396 32<217 291>\nVStem: -5.31154 98<-101 -97>\nDStem: 132 396 207 396 60 121 119 63\nRef: 729 729 N 1 0 0 1 -212.312 -657\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6E\nEncoding: 7790 7790 986\nWidth: 556\nHStem: -91 51<23.6216 313.622> 0 19<317 330.536> 618 35<251 314 416 491>\nVStem: 65 290<1 16>\nDStem: 315 618 416 618 171 90 277 120\nRef: 175 175 N 1 0 0 1 -86.3784 -623\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E6F\nEncoding: 7791 7791 987\nWidth: 278\nHStem: -102 51<-94.9331 195.067> 396 32<217 291>\nDStem: 132 396 207 396 60 121 119 63\nRef: 175 175 N 1 0 0 1 -204.933 -634\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E70\nEncoding: 7792 7792 988\nWidth: 556\nHStem: -52 20<141.044 190.044> 0 19<317 330.536> 618 35<251 314 416 491>\nVStem: 65 290<1 16>\nDStem: 315 618 416 618 171 90 277 120\nRef: 710 710 N 1 0 0 1 -106.956 -693\nRef: 84 84 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E71\nEncoding: 7793 7793 989\nWidth: 278\nHStem: -63 20<22.4894 71.4894> 396 32<217 291>\nDStem: 132 396 207 396 60 121 119 63\nRef: 710 710 N 1 0 0 1 -225.511 -704\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E72\nEncoding: 7794 7794 990\nWidth: 722\nHStem: -156 98<136.868 140.868 328.868 344.868> -18 41<319 342> 633 20<127 400 566 765>\nVStem: 88.868 98<-108 -104> 102 90<140 149> 127 273<637 652> 288.868 98<-108 -104> 566 199<637 652>\nRef: 168 168 N 1 0 0 1 -18.132 -664\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E73\nEncoding: 7795 7795 991\nWidth: 500\nHStem: -149 98<65.8018 69.8018 257.802 273.802>\nVStem: 17.8018 98<-101 -97> 42.007 76.993<44 67> 217.802 98<-101 -97> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 168 168 N 1 0 0 1 -89.1982 -657\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E74\nEncoding: 7796 7796 992\nWidth: 722\nHStem: -161.646 60.1132<304.981 320.981> -118.008 59.008<152.981 172.981> -18 41<319 342> 633 20<127 400 566 765>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 732 732 N 1 0 0 1 -27.0187 -682\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E75\nEncoding: 7797 7797 993\nWidth: 500\nHStem: -154.646 60.1132<233.915 249.915> -111.008 59.008<81.9152 101.915>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 732 732 N 1 0 0 1 -98.0848 -675\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E76\nEncoding: 7798 7798 994\nWidth: 722\nHStem: -70 20<216.669 265.669> -18 41<319 342> 633 20<127 400 566 765>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 710 710 N 1 0 0 1 -31.3311 -711\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E77\nEncoding: 7799 7799 995\nWidth: 500\nHStem: -63 20<145.603 194.603>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 710 710 N 1 0 0 1 -102.397 -704\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E78\nEncoding: 7800 7800 996\nWidth: 722\nHStem: -18 41<319 342> 633 20<127 400 566 765> 706.354 60.1132<546 562> 749.992 59.008<394 414>\nVStem: 102 90<140 149> 127 273<637 652> 566 199<637 652>\nRef: 180 180 N 1 0 0 1 230.21 356\nRef: 360 360 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E79\nEncoding: 7801 7801 997\nWidth: 500\nHStem: 494.354 60.1132<414 430> 537.992 59.008<262 282>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 180 180 N 1 0 0 1 98.4094 144\nRef: 361 361 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7A\nEncoding: 7802 7802 998\nWidth: 722\nHStem: -18 41<319 342> 633 20<127 400 566 765> 744 51<345 635> 835 98<411.697 415.697 603.697 619.697>\nVStem: 102 90<140 149> 127 273<637 652> 363.697 98<883 887> 563.697 98<883 887> 566 199<637 652>\nRef: 168 168 N 1 0 0 1 256.697 327\nRef: 362 362 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7B\nEncoding: 7803 7803 999\nWidth: 500\nHStem: 532 51<194 484> 623 98<279.896 283.896 471.896 487.896>\nVStem: 42.007 76.993<44 67> 231.896 98<671 675> 289.011 77.9887<39 55> 431.896 98<671 675>\nDStem: 104 309 211 439 67 167 120 76\nRef: 168 168 N 1 0 0 1 124.896 115\nRef: 363 363 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7C\nEncoding: 7804 7804 1000\nWidth: 611\nHStem: 633 20<76 317 502 688> 696.354 60.1132<478.926 494.926> 739.992 59.008<326.926 346.926>\nVStem: 76 241<637 652> 502 186<637 652>\nDStem: 513 484 632 597 307 128 259 -18\nRef: 732 732 N 1 0 0 1 146.926 176\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7D\nEncoding: 7805 7805 1001\nWidth: 444\nHStem: -18 458.28<144 149> 484.354 60.1132<329.855 345.855> 527.992 59.008<177.855 197.855>\nVStem: 333 92.9915<382 407>\nRef: 732 732 N 1 0 0 1 -2.1452 -36\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7E\nEncoding: 7806 7806 1002\nWidth: 611\nHStem: -156 98<172.868 176.868> 633 20<76 317 502 688>\nVStem: 76 241<637 652> 124.868 98<-108 -104> 502 186<637 652>\nDStem: 513 484 632 597 307 128 259 -18\nRef: 729 729 N 1 0 0 1 -82.132 -664\nRef: 86 86 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E7F\nEncoding: 7807 7807 1003\nWidth: 444\nHStem: -156 98<82.5898 86.5898> -18 458.28<144 149>\nVStem: 34.5898 98<-108 -104> 333 92.9915<382 407>\nRef: 729 729 N 1 0 0 1 -172.41 -664\nRef: 118 118 N 1 0 0 1 0 0\nEndChar\nStartChar: Wgrave\nEncoding: 7808 7808 1004\nWidth: 833\nHStem: -18 671<212 231 508 528> 436 217<453 458>\nVStem: 71 236<637 652> 367 238<637 652> 721 185<637 652>\nDStem: 451 510 453 436 279 162 231 -18 765 530 831 565 578 162 528 -18\nRef: 96 96 N 1 0 0 1 305.224 201\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wgrave\nEncoding: 7809 7809 1005\nWidth: 667\nHStem: -18 458.182<133 136 382 395> 404 17<35 42>\nVStem: 557 90.9918<389 407>\nDStem: 342 331 403 426 371 12 435 74\nRef: 96 96 N 1 0 0 1 157.044 -11\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wacute\nEncoding: 7810 7810 1006\nWidth: 833\nHStem: -18 671<212 231 508 528> 436 217<453 458>\nVStem: 71 236<637 652> 367 238<637 652> 721 185<637 652>\nDStem: 451 510 453 436 279 162 231 -18 765 530 831 565 578 162 528 -18\nRef: 180 180 N 1 0 0 1 229.17 199\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wacute\nEncoding: 7811 7811 1007\nWidth: 667\nHStem: -18 458.182<133 136 382 395> 404 17<35 42>\nVStem: 557 90.9918<389 407>\nDStem: 342 331 403 426 371 12 435 74\nRef: 180 180 N 1 0 0 1 80.9894 -13\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: Wdieresis\nEncoding: 7812 7812 1008\nWidth: 833\nHStem: -18 671<212 231 508 528> 436 217<453 458> 693 98<414.816 418.816 606.817 622.817>\nVStem: 71 236<637 652> 366.816 98<741 745> 367 238<637 652> 566.817 98<741 745> 721 185<637 652>\nDStem: 451 510 453 436 279 162 231 -18 765 530 831 565 578 162 528 -18\nRef: 168 168 N 1 0 0 1 259.816 185\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: wdieresis\nEncoding: 7813 7813 1009\nWidth: 667\nHStem: -18 458.182<133 136 382 395> 404 17<35 42> 481 98<266.636 270.636 458.636 474.636>\nVStem: 218.636 98<529 533> 418.636 98<529 533> 557 90.9918<389 407>\nDStem: 342 331 403 426 371 12 435 74\nRef: 168 168 N 1 0 0 1 111.636 -27\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E86\nEncoding: 7814 7814 1010\nWidth: 833\nHStem: -18 671<212 231 508 528> 436 217<453 458> 693 98<514.817 518.817>\nVStem: 71 236<637 652> 367 238<637 652> 466.816 98<741 745> 721 185<637 652>\nDStem: 451 510 453 436 279 162 231 -18 765 530 831 565 578 162 528 -18\nRef: 729 729 N 1 0 0 1 259.816 185\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E87\nEncoding: 7815 7815 1011\nWidth: 667\nHStem: -18 458.182<133 136 382 395> 404 17<35 42> 481 98<366.636 370.636>\nVStem: 318.636 98<529 533> 557 90.9918<389 407>\nDStem: 342 331 403 426 371 12 435 74\nRef: 729 729 N 1 0 0 1 111.636 -27\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E88\nEncoding: 7816 7816 1012\nWidth: 833\nHStem: -156 98<279.368 283.368> -18 671<212 231 508 528> 436 217<453 458>\nVStem: 71 236<637 652> 231.368 98<-108 -104> 367 238<637 652> 721 185<637 652>\nDStem: 451 510 453 436 279 162 231 -18 765 530 831 565 578 162 528 -18\nRef: 729 729 N 1 0 0 1 24.368 -664\nRef: 87 87 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E89\nEncoding: 7817 7817 1013\nWidth: 667\nHStem: -156 98<189.98 193.98> -18 458.182<133 136 382 395> 404 17<35 42>\nVStem: 141.98 98<-108 -104> 557 90.9918<389 407>\nDStem: 342 331 403 426 371 12 435 74\nRef: 729 729 N 1 0 0 1 -65.0195 -664\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8A\nEncoding: 7818 7818 1014\nWidth: 611\nHStem: 0 16<163 184> 633 20<76 340 447 655> 693 98<436.144 440.144>\nVStem: -29 214<1 16> 76 264<637 652> 294 273<1 16> 388.144 98<741 745> 447 208<637 652>\nDStem: 168 576 284 540 274 313 343 393 292 269 361 348 359 104 463 90 488 560 530 542 343 393 361 348\nRef: 729 729 N 1 0 0 1 181.144 185\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8B\nEncoding: 7819 7819 1015\nWidth: 444\nHStem: -11 76.9848<7 23> 368 73<404 416> 481 98<315.542 319.542>\nVStem: 267.542 98<529 533>\nRef: 729 729 N 1 0 0 1 60.5416 -27\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8C\nEncoding: 7820 7820 1016\nWidth: 611\nHStem: 0 16<163 184> 633 20<76 340 447 655> 693 98<336.144 340.144 528.144 544.144>\nVStem: -29 214<1 16> 76 264<637 652> 288.144 98<741 745> 294 273<1 16> 447 208<637 652> 488.144 98<741 745>\nDStem: 168 576 284 540 274 313 343 393 292 269 361 348 359 104 463 90 488 560 530 542 343 393 361 348\nRef: 168 168 N 1 0 0 1 181.144 185\nRef: 88 88 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8D\nEncoding: 7821 7821 1017\nWidth: 444\nHStem: -11 76.9848<7 23> 368 73<404 416> 481 98<215.542 219.542 407.542 423.542>\nVStem: 167.542 98<529 533> 367.542 98<529 533>\nRef: 168 168 N 1 0 0 1 60.5416 -27\nRef: 120 120 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8E\nEncoding: 7822 7822 1018\nWidth: 556\nHStem: 0 21<78 367> 633 20<91 330 444 633> 693 98<388.316 392.316>\nVStem: 78 289<1 16> 91 239<637 652> 340.316 98<741 745> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nRef: 729 729 N 1 0 0 1 133.316 185\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E8F\nEncoding: 7823 7823 1019\nWidth: 444\nHStem: -205.052 82.0515<16 17> 421 20<154 158> 481 98<255.552 259.552>\nVStem: 207.552 98<529 533> 332 93.9907<386 404>\nRef: 729 729 N 1 0 0 1 0.5522 -27\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E90\nEncoding: 7824 7824 1020\nWidth: 556\nHStem: 0 36<124 314> 617 36<282 472> 842 20<422.366 471.366>\nDStem: 473 617 606 639 -6 14 123 36\nRef: 710 710 N 1 0 0 1 174.366 201\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E91\nEncoding: 7825 7825 1021\nWidth: 389\nHStem: -81 21<269 283> 368 60<142 307> 630 20<314.516 363.516>\nVStem: 294 69<-9 4>\nDStem: 308 368 380 417 -2 -4 90 73\nRef: 710 710 N 1 0 0 1 66.5163 -11\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E92\nEncoding: 7826 7826 1022\nWidth: 556\nHStem: -138 98<194.637 198.637> 0 36<124 314> 617 36<282 472>\nVStem: 146.637 98<-90 -86>\nDStem: 473 617 606 639 -6 14 123 36\nRef: 729 729 N 1 0 0 1 -60.3629 -646\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E93\nEncoding: 7827 7827 1023\nWidth: 389\nHStem: -219 98<123.117 127.117> -81 21<269 283> 368 60<142 307>\nVStem: 75.1167 98<-171 -167> 294 69<-9 4>\nDStem: 308 368 380 417 -2 -4 90 73\nRef: 729 729 N 1 0 0 1 -131.883 -727\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E94\nEncoding: 7828 7828 1024\nWidth: 556\nHStem: -91 51<57.0155 347.016> 0 36<124 314> 617 36<282 472>\nDStem: 473 617 606 639 -6 14 123 36\nRef: 175 175 N 1 0 0 1 -52.9845 -623\nRef: 90 90 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E95\nEncoding: 7829 7829 1025\nWidth: 389\nHStem: -172 51<-14.5049 275.495> -81 21<269 283> 368 60<142 307>\nVStem: 294 69<-9 4>\nDStem: 308 368 380 417 -2 -4 90 73\nRef: 175 175 N 1 0 0 1 -124.505 -704\nRef: 122 122 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E96\nEncoding: 7830 7830 1026\nWidth: 500\nHStem: -100 51<23.5947 313.595> 0 21<19 94>\nVStem: 370 77.2862<364 367>\nDStem: 154 512 273 678 19 0 153 230\nRef: 175 175 N 1 0 0 1 -86.4053 -632\nRef: 104 104 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E97\nEncoding: 7831 7831 1027\nWidth: 278\nHStem: 396 32<217 291> 586 98<146.522 150.522 338.522 354.522>\nVStem: 98.522 98<634 638> 298.522 98<634 638>\nDStem: 132 396 207 396 60 121 119 63\nRef: 168 168 N 1 0 0 1 -8.478 78\nRef: 116 116 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E98\nEncoding: 7832 7832 1028\nWidth: 667\nHStem: -18 458.182<133 136 382 395> 404 17<35 42> 481 34<377.502 383.502> 646 34<377.502 383.502>\nVStem: 281.502 34<577 583> 447.502 34<577 583> 557 90.9918<389 407>\nDStem: 342 331 403 426 371 12 435 74\nRef: 730 730 N 1 0 0 1 126.502 -27\nRef: 119 119 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E99\nEncoding: 7833 7833 1029\nWidth: 444\nHStem: -205.052 82.0515<16 17> 421 20<154 158> 481 34<266.418 272.418> 646 34<266.418 272.418>\nVStem: 170.418 34<577 583> 332 93.9907<386 404> 336.418 34<577 583>\nRef: 730 730 N 1 0 0 1 15.4184 -27\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1E9B\nEncoding: 7835 7835 1030\nWidth: 278\nHStem: -207 21<-67 -58> 396 32<42 124> 656 22<332 340> 723 98<287.255 291.255>\nVStem: -147 76<-147 -141> 239.255 98<771 775> 345 79<608 615>\nDStem: 42 428 211 428 35 396 132 76\nRef: 729 729 N 1 0 0 1 32.2553 215\nRef: 383 383 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA0\nEncoding: 7840 7840 1031\nWidth: 611\nHStem: -138 98<229.016 233.016> 0 21<-51 136 318 564> 226 36<176 368>\nVStem: -51 187<1 16> 181.016 98<-90 -86> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 729 729 N 1 0 0 1 -25.9845 -646\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA1\nEncoding: 7841 7841 1032\nWidth: 500\nHStem: -149 98<190.451 194.451> -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969>\nVStem: 17 84<99 117> 142.451 98<-101 -97>\nRef: 729 729 N 1 0 0 1 -64.5489 -657\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA2\nEncoding: 7842 7842 1033\nWidth: 611\nFlags: H\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 883 19<485.847 500.847>\nVStem: -51 187<1 16> 318 246<1 16> 514.891 47.0709<850 860>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 777 777 N 1 0 0 1 144.847 192\nRef: 65 65 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA3\nEncoding: 7843 7843 1034\nWidth: 500\nFlags: H\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 671 19<391.541 406.541>\nVStem: 17 84<99 117> 420.585 47.0709<638 648>\nRef: 777 777 N 1 0 0 1 50.5407 -20\nRef: 97 97 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA4\nEncoding: 7844 7844 1035\nWidth: 611\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 853 20<392 441>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 180 180 N 1 0 0 1 234.837 419\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA5\nEncoding: 7845 7845 1036\nWidth: 500\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 641 20<332 381>\nVStem: 17 84<99 117>\nRef: 180 180 N 1 0 0 1 138.312 199\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA6\nEncoding: 7846 7846 1037\nWidth: 611\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 853 20<392 441>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 96 96 N 1 0 0 1 310.891 421\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA7\nEncoding: 7847 7847 1038\nWidth: 500\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 641 20<332 381>\nVStem: 17 84<99 117>\nRef: 96 96 N 1 0 0 1 214.366 201\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA8\nEncoding: 7848 7848 1039\nWidth: 611\nFlags: H\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 853 20<392 441> 1103 19<546.859 561.859>\nVStem: -51 187<1 16> 318 246<1 16> 575.903 47.0709<1070 1080>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 777 777 N 1 0 0 1 205.859 412\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EA9\nEncoding: 7849 7849 1040\nWidth: 500\nFlags: H\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 641 20<332 381> 883 19<450.334 465.334>\nVStem: 17 84<99 117> 479.378 47.0709<850 860>\nRef: 777 777 N 1 0 0 1 109.334 192\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAA\nEncoding: 7850 7850 1041\nWidth: 611\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 853 20<392 441> 916.354 60.1132<591.093 607.093> 959.992 59.008<439.093 459.093>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 732 732 N 1 0 0 1 259.093 396\nRef: 194 194 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAB\nEncoding: 7851 7851 1042\nWidth: 500\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 641 20<332 381> 696.354 60.1132<494.568 510.568> 739.992 59.008<342.568 362.568>\nVStem: 17 84<99 117>\nRef: 732 732 N 1 0 0 1 162.568 176\nRef: 226 226 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAC\nEncoding: 7852 7852 1043\nWidth: 611\nHStem: -138 98<229.016 233.016> 0 21<-51 136 318 564> 226 36<176 368> 842 20<456.745 505.745>\nVStem: -51 187<1 16> 181.016 98<-90 -86> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 710 710 N 1 0 0 1 208.745 201\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAD\nEncoding: 7853 7853 1044\nWidth: 500\nHStem: -149 98<190.451 194.451> -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 630 20<362.438 411.438>\nVStem: 17 84<99 117> 142.451 98<-101 -97>\nRef: 710 710 N 1 0 0 1 114.438 -11\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAE\nEncoding: 7854 7854 1045\nWidth: 611\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 704 59<384 400>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 180 180 N 1 0 0 1 231.786 408\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EAF\nEncoding: 7855 7855 1046\nWidth: 500\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 492 59<329 345>\nVStem: 17 84<99 117>\nRef: 180 180 N 1 0 0 1 138.312 199\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB0\nEncoding: 7856 7856 1047\nWidth: 611\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 704 59<384 400>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 96 96 N 1 0 0 1 307.841 410\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB1\nEncoding: 7857 7857 1048\nWidth: 500\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 492 59<329 345>\nVStem: 17 84<99 117>\nRef: 96 96 N 1 0 0 1 214.366 201\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB2\nEncoding: 7858 7858 1049\nWidth: 611\nFlags: H\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 704 59<384 400> 1092 19<543.808 558.808>\nVStem: -51 187<1 16> 318 246<1 16> 572.852 47.0709<1059 1069>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 777 777 N 1 0 0 1 202.808 401\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB3\nEncoding: 7859 7859 1050\nWidth: 500\nFlags: H\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 492 59<329 345> 883 19<450.334 465.334>\nVStem: 17 84<99 117> 479.378 47.0709<850 860>\nRef: 777 777 N 1 0 0 1 109.334 192\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB4\nEncoding: 7860 7860 1051\nWidth: 611\nHStem: 0 21<-51 136 318 564> 226 36<176 368> 704 59<384 400> 905.354 60.1132<588.042 604.042> 948.992 59.008<436.042 456.042>\nVStem: -51 187<1 16> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 732 732 N 1 0 0 1 256.042 385\nRef: 258 258 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB5\nEncoding: 7861 7861 1052\nWidth: 500\nHStem: -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 492 59<329 345> 696.354 60.1132<494.568 510.568> 739.992 59.008<342.568 362.568>\nVStem: 17 84<99 117>\nRef: 732 732 N 1 0 0 1 162.568 176\nRef: 259 259 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB6\nEncoding: 7862 7862 1053\nWidth: 611\nHStem: -138 98<229.016 233.016> 0 21<-51 136 318 564> 226 36<176 368> 693 59<468.062 484.062>\nVStem: -51 187<1 16> 181.016 98<-90 -86> 318 246<1 16>\nDStem: 325 522 394 668 369 262 488 102 368 668 325 522 78 168 175 262\nRef: 728 728 N 1 0 0 1 223.062 201\nRef: 7840 7840 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB7\nEncoding: 7863 7863 1054\nWidth: 500\nHStem: -149 98<190.451 194.451> -10.9977 48.9977<119 159> 419.171 21.8288<291.524 303 303.063 308.969> 481 59<373.755 389.755>\nVStem: 17 84<99 117> 142.451 98<-101 -97>\nRef: 728 728 N 1 0 0 1 128.755 -11\nRef: 7841 7841 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB8\nEncoding: 7864 7864 1055\nWidth: 604\nHStem: -138 98<207.224 211.224> 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440>\nVStem: 159.224 98<-90 -86>\nDStem: 196 532 312 594 73 90 246 361\nRef: 729 729 N 1 0 0 1 -47.7756 -646\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EB9\nEncoding: 7865 7865 1056\nWidth: 444\nHStem: -149 98<141.262 145.262> 417.951 22.1129<311 332>\nVStem: 31 87<110 133> 93.2619 98<-101 -97> 346 66<372 381>\nRef: 729 729 N 1 0 0 1 -113.738 -657\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBA\nEncoding: 7866 7866 1057\nWidth: 604\nFlags: H\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 883 19<464.056 479.056>\nVStem: 493.1 47.0709<850 860>\nDStem: 196 532 312 594 73 90 246 361\nRef: 777 777 N 1 0 0 1 123.056 192\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBB\nEncoding: 7867 7867 1058\nWidth: 444\nFlags: H\nHStem: 417.951 22.1129<311 332> 671 19<342.352 357.352>\nVStem: 31 87<110 133> 346 66<372 381> 371.396 47.0709<638 648>\nRef: 777 777 N 1 0 0 1 1.35149 -20\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBC\nEncoding: 7868 7868 1059\nWidth: 604\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 696.354 60.1132<508.29 524.29> 739.992 59.008<356.29 376.29>\nDStem: 196 532 312 594 73 90 246 361\nRef: 732 732 N 1 0 0 1 176.29 176\nRef: 69 69 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBD\nEncoding: 7869 7869 1060\nWidth: 444\nHStem: 417.951 22.1129<311 332> 484.354 60.1132<386.586 402.586> 527.992 59.008<234.586 254.586>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 732 732 N 1 0 0 1 54.5856 -36\nRef: 101 101 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBE\nEncoding: 7870 7870 1061\nWidth: 611\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 853 20<415 464>\nDStem: 196 532 312 594 73 90 246 361\nRef: 180 180 N 1 0 0 1 213.046 419\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EBF\nEncoding: 7871 7871 1062\nWidth: 444\nHStem: 417.951 22.1129<311 332> 641 20<304 353>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 180 180 N 1 0 0 1 89.1223 199\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC0\nEncoding: 7872 7872 1063\nWidth: 611\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 853 20<415 464>\nDStem: 196 532 312 594 73 90 246 361\nRef: 96 96 N 1 0 0 1 289.1 421\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC1\nEncoding: 7873 7873 1064\nWidth: 444\nHStem: 417.951 22.1129<311 332> 641 20<304 353>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 96 96 N 1 0 0 1 165.177 201\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC2\nEncoding: 7874 7874 1065\nWidth: 611\nFlags: H\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 853 20<415 464> 1103 19<525.068 540.068>\nVStem: 554.112 47.0709<1070 1080>\nDStem: 196 532 312 594 73 90 246 361\nRef: 777 777 N 1 0 0 1 184.068 412\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC3\nEncoding: 7875 7875 1066\nWidth: 444\nFlags: H\nHStem: 417.951 22.1129<311 332> 641 20<304 353> 883 19<401.144 416.144>\nVStem: 31 87<110 133> 346 66<372 381> 430.188 47.0709<850 860>\nRef: 777 777 N 1 0 0 1 60.1443 192\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC4\nEncoding: 7876 7876 1067\nWidth: 611\nHStem: 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 853 20<415 464> 916.354 60.1132<569.302 585.302> 959.992 59.008<417.302 437.302>\nDStem: 196 532 312 594 73 90 246 361\nRef: 732 732 N 1 0 0 1 237.302 396\nRef: 202 202 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC5\nEncoding: 7877 7877 1068\nWidth: 444\nHStem: 417.951 22.1129<311 332> 641 20<304 353> 696.354 60.1132<445.378 461.378> 739.992 59.008<293.378 313.378>\nVStem: 31 87<110 133> 346 66<372 381>\nRef: 732 732 N 1 0 0 1 113.378 176\nRef: 234 234 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC6\nEncoding: 7878 7878 1069\nWidth: 604\nHStem: -138 98<207.224 211.224> 0 33<232 280> 325 38<296 315 315.031 325> 620 33<360 440> 842 20<434.953 483.953>\nVStem: 159.224 98<-90 -86>\nDStem: 196 532 312 594 73 90 246 361\nRef: 710 710 N 1 0 0 1 186.953 201\nRef: 7864 7864 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC7\nEncoding: 7879 7879 1070\nWidth: 444\nHStem: -149 98<141.262 145.262> 417.951 22.1129<311 332> 630 20<313.249 362.249>\nVStem: 31 87<110 133> 93.2619 98<-101 -97> 346 66<372 381>\nRef: 710 710 N 1 0 0 1 65.2487 -11\nRef: 7865 7865 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC8\nEncoding: 7880 7880 1071\nWidth: 339\nFlags: H\nHStem: 0 21<-8 236> 633 20<137 384> 883 19<327.52 342.52>\nVStem: -8 244<1 16> 137 247<637 652> 356.564 47.0709<850 860>\nDStem: 196 532 302 563 73 90 179 120\nRef: 777 777 N 1 0 0 1 -13.4805 192\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EC9\nEncoding: 7881 7881 1072\nWidth: 278\nFlags: H\nHStem: 671 19<250.807 265.807>\nVStem: 49 75<47 53> 279.851 47.0709<638 648>\nDStem: 119 332 228 439 71 155 140 117\nRef: 777 777 N 1 0 0 1 -90.1925 -20\nRef: 305 305 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECA\nEncoding: 7882 7882 1073\nWidth: 339\nHStem: -138 98<70.6877 74.6877> 0 21<-8 236> 633 20<137 384>\nVStem: -8 244<1 16> 22.6877 98<-90 -86> 137 247<637 652>\nDStem: 196 532 302 563 73 90 179 120\nRef: 729 729 N 1 0 0 1 -184.312 -646\nRef: 73 73 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECB\nEncoding: 7883 7883 1074\nWidth: 278\nHStem: -149 98<49.7178 53.7178> 548 106<209 223>\nVStem: 1.71783 98<-101 -97> 49 75<47 53> 167 97<597 603>\nDStem: 119 332 228 439 71 155 140 117\nRef: 729 729 N 1 0 0 1 -205.282 -657\nRef: 105 105 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECC\nEncoding: 7884 7884 1075\nWidth: 722\nHStem: -156 98<260.637 264.637> -18 33<277 300> 633 33<460 482>\nVStem: 60.3532 105.472<184 221> 212.637 98<-108 -104>\nRef: 729 729 N 1 0 0 1 5.6371 -664\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECD\nEncoding: 7885 7885 1076\nWidth: 500\nHStem: -149 98<159.559 163.559> -11 21<176 191> 420 21<306 324>\nVStem: 27.3745 84.0629<101 129> 111.559 98<-101 -97> 383.003 84.9971<301 326>\nRef: 729 729 N 1 0 0 1 -95.4412 -657\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECE\nEncoding: 7886 7886 1077\nWidth: 722\nFlags: H\nHStem: -18 33<277 300> 633 33<460 482> 883 19<522.461 537.461>\nVStem: 60.3532 105.472<184 221> 551.505 47.0709<850 860>\nRef: 777 777 N 1 0 0 1 181.461 192\nRef: 79 79 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ECF\nEncoding: 7887 7887 1078\nWidth: 500\nFlags: H\nHStem: -11 21<176 191> 420 21<306 324> 671 19<360.648 375.648>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326> 389.692 47.0709<638 648>\nRef: 777 777 N 1 0 0 1 19.6484 -20\nRef: 111 111 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED0\nEncoding: 7888 7888 1079\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 853 20<469 518>\nVStem: 60.3532 105.472<184 221>\nRef: 180 180 N 1 0 0 1 271.45 419\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED1\nEncoding: 7889 7889 1080\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 641 20<321 370>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 180 180 N 1 0 0 1 107.419 199\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED2\nEncoding: 7890 7890 1081\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 853 20<469 518>\nVStem: 60.3532 105.472<184 221>\nRef: 96 96 N 1 0 0 1 347.505 421\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED3\nEncoding: 7891 7891 1082\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 641 20<321 370>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 96 96 N 1 0 0 1 183.474 201\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED4\nEncoding: 7892 7892 1083\nWidth: 722\nFlags: H\nHStem: -18 33<277 300> 633 33<460 482> 853 20<469 518> 1103 19<583.472 598.472>\nVStem: 60.3532 105.472<184 221> 612.516 47.0709<1070 1080>\nRef: 777 777 N 1 0 0 1 242.472 412\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED5\nEncoding: 7893 7893 1084\nWidth: 500\nFlags: H\nHStem: -11 21<176 191> 420 21<306 324> 641 20<321 370> 883 19<419.441 434.441>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326> 448.485 47.0709<850 860>\nRef: 777 777 N 1 0 0 1 78.4412 192\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED6\nEncoding: 7894 7894 1085\nWidth: 722\nHStem: -18 33<277 300> 633 33<460 482> 853 20<469 518> 916.354 60.1132<627.706 643.706> 959.992 59.008<475.706 495.706>\nVStem: 60.3532 105.472<184 221>\nRef: 732 732 N 1 0 0 1 295.706 396\nRef: 212 212 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED7\nEncoding: 7895 7895 1086\nWidth: 500\nHStem: -11 21<176 191> 420 21<306 324> 641 20<321 370> 696.354 60.1132<463.675 479.675> 739.992 59.008<311.675 331.675>\nVStem: 27.3745 84.0629<101 129> 383.003 84.9971<301 326>\nRef: 732 732 N 1 0 0 1 131.675 176\nRef: 244 244 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED8\nEncoding: 7896 7896 1087\nWidth: 722\nHStem: -156 98<260.637 264.637> -18 33<277 300> 633 33<460 482> 842 20<493.358 542.358>\nVStem: 60.3532 105.472<184 221> 212.637 98<-108 -104>\nRef: 710 710 N 1 0 0 1 245.358 201\nRef: 7884 7884 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1ED9\nEncoding: 7897 7897 1088\nWidth: 500\nHStem: -149 98<159.559 163.559> -11 21<176 191> 420 21<306 324> 630 20<331.546 380.546>\nVStem: 27.3745 84.0629<101 129> 111.559 98<-101 -97> 383.003 84.9971<301 326>\nRef: 710 710 N 1 0 0 1 83.5456 -11\nRef: 7885 7885 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE4\nEncoding: 7908 7908 1089\nWidth: 722\nHStem: -156 98<236.868 240.868> -18 41<319 342> 633 20<127 400 566 765>\nVStem: 102 90<140 149> 127 273<637 652> 188.868 98<-108 -104> 566 199<637 652>\nRef: 729 729 N 1 0 0 1 -18.132 -664\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE5\nEncoding: 7909 7909 1090\nWidth: 500\nHStem: -149 98<165.802 169.802>\nVStem: 42.007 76.993<44 67> 117.802 98<-101 -97> 289.011 77.9887<39 55>\nDStem: 104 309 211 439 67 167 120 76\nRef: 729 729 N 1 0 0 1 -89.1982 -657\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE6\nEncoding: 7910 7910 1091\nWidth: 722\nFlags: H\nHStem: -18 41<319 342> 633 20<127 400 566 765> 883 19<498.692 513.692>\nVStem: 102 90<140 149> 127 273<637 652> 527.736 47.0709<850 860> 566 199<637 652>\nRef: 777 777 N 1 0 0 1 157.692 192\nRef: 85 85 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EE7\nEncoding: 7911 7911 1092\nWidth: 500\nFlags: H\nHStem: 671 19<366.891 381.891>\nVStem: 42.007 76.993<44 67> 289.011 77.9887<39 55> 395.935 47.0709<638 648>\nDStem: 104 309 211 439 67 167 120 76\nRef: 777 777 N 1 0 0 1 25.8915 -20\nRef: 117 117 N 1 0 0 1 0 0\nEndChar\nStartChar: Ygrave\nEncoding: 7922 7922 1093\nWidth: 556\nHStem: 0 21<78 367> 633 20<91 330 444 633>\nVStem: 78 289<1 16> 91 239<637 652> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nRef: 96 96 N 1 0 0 1 178.724 201\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: ygrave\nEncoding: 7923 7923 1094\nWidth: 444\nHStem: -205.052 82.0515<16 17> 421 20<154 158>\nVStem: 332 93.9907<386 404>\nRef: 96 96 N 1 0 0 1 45.96 -11\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF4\nEncoding: 7924 7924 1095\nWidth: 556\nHStem: -138 98<157.86 161.86> 0 21<78 367> 633 20<91 330 444 633>\nVStem: 78 289<1 16> 91 239<637 652> 109.86 98<-90 -86> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nRef: 729 729 N 1 0 0 1 -97.1402 -646\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF5\nEncoding: 7925 7925 1096\nWidth: 444\nHStem: -344 98<26.7595 30.7595> -205.052 82.0515<16 17> 421 20<154 158>\nVStem: -21.2405 98<-296 -292> 332 93.9907<386 404>\nRef: 729 729 N 1 0 0 1 -228.241 -852\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF6\nEncoding: 7926 7926 1097\nWidth: 556\nFlags: H\nHStem: 0 21<78 367> 633 20<91 330 444 633> 883 19<414.692 429.692>\nVStem: 78 289<1 16> 91 239<637 652> 443.736 47.0709<850 860> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nRef: 777 777 N 1 0 0 1 73.6917 192\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF7\nEncoding: 7927 7927 1098\nWidth: 444\nFlags: H\nHStem: -205.052 82.0515<16 17> 421 20<154 158> 671 19<281.927 296.927>\nVStem: 310.971 47.0709<638 648> 332 93.9907<386 404>\nRef: 777 777 N 1 0 0 1 -59.0726 -20\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF8\nEncoding: 7928 7928 1099\nWidth: 556\nHStem: 0 21<78 367> 633 20<91 330 444 633> 696.354 60.1132<458.926 474.926> 739.992 59.008<306.926 326.926>\nVStem: 78 289<1 16> 91 239<637 652> 444 189<637 652>\nDStem: 244 302 344 306 183 90 315 205 363 393 563 576 325 347 344 306\nRef: 732 732 N 1 0 0 1 126.926 176\nRef: 89 89 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1EF9\nEncoding: 7929 7929 1100\nWidth: 444\nHStem: -205.052 82.0515<16 17> 421 20<154 158> 484.354 60.1132<326.161 342.161> 527.992 59.008<174.161 194.161>\nVStem: 332 93.9907<386 404>\nRef: 732 732 N 1 0 0 1 -5.83851 -36\nRef: 121 121 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F00\nEncoding: 7936 7936 1101\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287> 557 29<276 309> 687 85<309 336> 692 80<336 349>\nVStem: 9 87<128 153>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F01\nEncoding: 7937 7937 1102\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287> 557 29<328 345>\nVStem: 9 87<128 153> 249 41<631 639>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F02\nEncoding: 7938 7938 1103\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287> 679 73<246 271>\nVStem: 9 87<128 153> 374 72<556 718>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F03\nEncoding: 7939 7939 1104\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287> 557 29<256 271>\nVStem: 9 87<128 153> 183 40<620 632> 387 72<556 723>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F04\nEncoding: 7940 7940 1105\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287> 679 73<246 271>\nVStem: 9 87<128 153> 216 118<685 701>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F05\nEncoding: 7941 7941 1106\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287> 557 29<255 272>\nVStem: 9 87<128 153> 182 40<620 632>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F06\nEncoding: 7942 7942 1107\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287> 557 24<284 314> 658 65<313 345> 747 54<417 454> 790 54<294 330>\nVStem: 9 87<128 153> 284 120<663 679>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F07\nEncoding: 7943 7943 1108\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287> 557 24<322 337> 661 62<334 379> 747 54<417 453> 790 54<293 329>\nVStem: 9 87<128 153> 262 33<614 622>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F08\nEncoding: 7944 7944 1109\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 648 20<418 444>\nVStem: 162.102 108.995<582 606>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 136.102 552\nEndChar\nStartChar: uni1F09\nEncoding: 7945 7945 1110\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 438 29<164.773 181.773> 648 20<418 444>\nVStem: 85.773 41<512 520>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -163.227 -119\nEndChar\nStartChar: uni1F0A\nEncoding: 7946 7946 1111\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 580 73<36.714 61.714> 648 20<418 444>\nVStem: 164.714 72<457 619>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -209.286 -99\nEndChar\nStartChar: uni1F0B\nEncoding: 7947 7947 1112\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 458 29<33.714 48.714> 648 20<418 444>\nVStem: -39.286 40<521 533> 164.714 72<457 624>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -222.286 -99\nEndChar\nStartChar: uni1F0C\nEncoding: 7948 7948 1113\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 580 73<42.414 67.414> 648 20<418 444>\nVStem: 12.414 118<586 602>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -203.586 -99\nEndChar\nStartChar: uni1F0D\nEncoding: 7949 7949 1114\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 458 29<31.414 48.414> 648 20<418 444>\nVStem: -41.586 40<521 533>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -223.586 -99\nEndChar\nStartChar: uni1F0E\nEncoding: 7950 7950 1115\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 366 24<32.792 62.792> 467 65<61.792 93.792> 556 54<165.792 202.792> 599 54<42.792 78.792> 648 20<418 444>\nVStem: 32.792 120<472 488>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -251.208 -191\nEndChar\nStartChar: uni1F0F\nEncoding: 7951 7951 1116\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 366 24<71.792 86.792> 470 62<83.792 128.792> 556 54<166.792 202.792> 599 54<42.792 78.792> 648 20<418 444>\nVStem: 11.792 33<423 431>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -250.208 -191\nEndChar\nStartChar: uni1F10\nEncoding: 7952 7952 1117\nWidth: 426\nFlags: W\nHStem: 210 66<259 277> 228 24<181 199> 437 24<245 263> 557 29<244 277> 687 85<277 304> 692 80<304 317>\nVStem: -10 95<90 108> 53 90<310 327>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 -32 0\nEndChar\nStartChar: uni1F11\nEncoding: 7953 7953 1118\nWidth: 426\nFlags: W\nHStem: 210 66<259 277> 228 24<181 199> 437 24<245 263> 557 29<296 313>\nVStem: -10 95<90 108> 53 90<310 327> 217 41<631 639>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 -32 0\nEndChar\nStartChar: uni1F12\nEncoding: 7954 7954 1119\nWidth: 426\nFlags: W\nHStem: 210 66<259 277> 228 24<181 199> 437 24<245 263> 679 73<214 239>\nVStem: -10 95<90 108> 53 90<310 327> 342 72<556 718>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 -32 0\nEndChar\nStartChar: uni1F13\nEncoding: 7955 7955 1120\nWidth: 426\nFlags: W\nHStem: 210 66<259 277> 228 24<181 199> 437 24<245 263> 557 29<224 239>\nVStem: -10 95<90 108> 53 90<310 327> 151 40<620 632> 355 72<556 723>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 -32 0\nEndChar\nStartChar: uni1F14\nEncoding: 7956 7956 1121\nWidth: 426\nFlags: W\nHStem: 210 66<259 277> 228 24<181 199> 437 24<245 263> 679 73<214 239>\nVStem: -10 95<90 108> 53 90<310 327> 184 118<685 701>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 -32 0\nEndChar\nStartChar: uni1F15\nEncoding: 7957 7957 1122\nWidth: 426\nFlags: W\nHStem: 210 66<259 277> 228 24<181 199> 437 24<245 263> 557 29<223 240>\nVStem: -10 95<90 108> 53 90<310 327> 150 40<620 632>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 -32 0\nEndChar\nStartChar: uni1F18\nEncoding: 7960 7960 1123\nWidth: 611\nFlags: W\nHStem: 0 33<212 294> 620 33<340 486> 637 16<127 142.5>\nVStem: -41.4127 108.995<582 606>\nDStem: 193 532 309 594 70 90 243 361\nRef: 917 917 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 -67.4127 552\nEndChar\nStartChar: uni1F19\nEncoding: 7961 7961 1124\nWidth: 611\nFlags: W\nHStem: 0 33<212 294> 438 29<-38.742 -21.742> 620 33<340 486> 637 16<127 142.5>\nVStem: -117.742 41<512 520>\nDStem: 193 532 309 594 70 90 243 361\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -366.742 -119\nEndChar\nStartChar: uni1F1A\nEncoding: 7962 7962 1125\nWidth: 611\nFlags: W\nHStem: 0 33<212 294> 580 73<-166.801 -141.801> 620 33<340 486> 637 16<127 142.5>\nVStem: -38.801 72<457 619>\nDStem: 193 532 309 594 70 90 243 361\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -412.801 -99\nEndChar\nStartChar: uni1F1B\nEncoding: 7963 7963 1126\nWidth: 611\nFlags: W\nHStem: 0 33<212 294> 458 29<-169.801 -154.801> 620 33<340 486> 637 16<127 142.5>\nVStem: -242.801 40<521 533> -38.801 72<457 624>\nDStem: 193 532 309 594 70 90 243 361\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -425.801 -99\nEndChar\nStartChar: uni1F1C\nEncoding: 7964 7964 1127\nWidth: 611\nFlags: W\nHStem: 0 33<212 294> 580 73<-161.101 -136.101> 620 33<340 486> 637 16<127 142.5>\nVStem: -191.101 118<586 602>\nDStem: 193 532 309 594 70 90 243 361\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -407.101 -99\nEndChar\nStartChar: uni1F1D\nEncoding: 7965 7965 1128\nWidth: 611\nFlags: W\nHStem: 0 33<212 294> 458 29<-172.101 -155.101> 620 33<340 486> 637 16<127 142.5>\nVStem: -245.101 40<521 533>\nDStem: 193 532 309 594 70 90 243 361\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -427.101 -99\nEndChar\nStartChar: uni1F20\nEncoding: 7968 7968 1129\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385>\nVStem: 136 75<383 401> 299.828 108.995<660 684> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 273.828 630\nEndChar\nStartChar: uni1F21\nEncoding: 7969 7969 1130\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385> 501 29<324.162 341.162>\nVStem: 136 75<383 401> 245.162 41<575 583> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -3.83772 -56\nEndChar\nStartChar: uni1F22\nEncoding: 7970 7970 1131\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385> 623 73<241.373 266.373>\nVStem: 136 75<383 401> 369.373 72<500 662> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -4.62729 -56\nEndChar\nStartChar: uni1F23\nEncoding: 7971 7971 1132\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385> 501 29<252.028 267.028>\nVStem: 136 75<383 401> 179.028 40<564 576> 383.028 72<500 667> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -3.97231 -56\nEndChar\nStartChar: uni1F24\nEncoding: 7972 7972 1133\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385> 623 73<244.723 269.723>\nVStem: 136 75<383 401> 214.723 118<629 645> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -1.27737 -56\nEndChar\nStartChar: uni1F25\nEncoding: 7973 7973 1134\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385> 501 29<250.878 267.878>\nVStem: 136 75<383 401> 177.878 40<564 576> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -4.12239 -56\nEndChar\nStartChar: uni1F26\nEncoding: 7974 7974 1135\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385> 501 24<285.547 315.547> 602 65<314.547 346.547> 691 54<418.547 455.547> 734 54<295.547 331.547>\nVStem: 136 75<383 401> 285.547 120<607 623> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 1.54726 -56\nEndChar\nStartChar: uni1F27\nEncoding: 7975 7975 1136\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385> 501 24<324.047 339.047> 605 62<336.047 381.047> 691 54<419.047 455.047> 734 54<295.047 331.047>\nVStem: 136 75<383 401> 264.047 33<558 566> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 2.04726 -56\nEndChar\nStartChar: uni1F28\nEncoding: 7976 7976 1137\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 637 16<160 175 420 433 550 560>\nVStem: -8.4127 108.995<582 606>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 -34.4127 552\nEndChar\nStartChar: uni1F29\nEncoding: 7977 7977 1138\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 438 29<-5.742 11.258> 637 16<160 175 420 433 550 560>\nVStem: -84.742 41<512 520>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -333.742 -119\nEndChar\nStartChar: uni1F2A\nEncoding: 7978 7978 1139\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 580 73<-133.801 -108.801> 637 16<160 175 420 433 550 560>\nVStem: -5.80099 72<457 619>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -379.801 -99\nEndChar\nStartChar: uni1F2B\nEncoding: 7979 7979 1140\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 458 29<-136.801 -121.801> 637 16<160 175 420 433 550 560>\nVStem: -209.801 40<521 533> -5.80099 72<457 624>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -392.801 -99\nEndChar\nStartChar: uni1F2C\nEncoding: 7980 7980 1141\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 580 73<-128.101 -103.101> 637 16<160 175 420 433 550 560>\nVStem: -158.101 118<586 602>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -374.101 -99\nEndChar\nStartChar: uni1F2D\nEncoding: 7981 7981 1142\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 458 29<-139.101 -122.101> 637 16<160 175 420 433 550 560>\nVStem: -212.101 40<521 533>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -394.101 -99\nEndChar\nStartChar: uni1F2E\nEncoding: 7982 7982 1143\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 366 24<-137.723 -107.723> 467 65<-108.723 -76.723> 556 54<-4.72299 32.277> 599 54<-127.723 -91.723> 637 16<160 175 420 433 550 560>\nVStem: -137.723 120<472 488>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -421.723 -191\nEndChar\nStartChar: uni1F2F\nEncoding: 7983 7983 1144\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 366 24<-98.723 -83.723> 470 62<-86.723 -41.723> 556 54<-3.72299 32.277> 599 54<-127.723 -91.723> 637 16<160 175 420 433 550 560>\nVStem: -158.723 33<423 431>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -420.723 -191\nEndChar\nStartChar: uni1F30\nEncoding: 7984 7984 1145\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 557 29<100 133> 687 85<133 160> 692 80<160 173>\nVStem: 0 81<53 60>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 -176 0\nEndChar\nStartChar: uni1F31\nEncoding: 7985 7985 1146\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 557 29<152 169>\nVStem: 0 81<53 60> 73 41<631 639>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 -176 0\nEndChar\nStartChar: uni1F32\nEncoding: 7986 7986 1147\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 679 73<70 95>\nVStem: 0 81<53 60> 198 72<556 718>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 -176 0\nEndChar\nStartChar: uni1F33\nEncoding: 7987 7987 1148\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 557 29<80 95>\nVStem: 0 81<53 60> 7 40<620 632> 211 72<556 723>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 -176 0\nEndChar\nStartChar: uni1F34\nEncoding: 7988 7988 1149\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 679 73<70 95>\nVStem: 0 81<53 60> 40 118<685 701>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 -176 0\nEndChar\nStartChar: uni1F35\nEncoding: 7989 7989 1150\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 557 29<79 96>\nVStem: 0 81<53 60> 6 40<620 632>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 -176 0\nEndChar\nStartChar: uni1F36\nEncoding: 7990 7990 1151\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 557 24<108 138> 658 65<137 169> 747 54<241 278> 790 54<118 154>\nVStem: 0 81<53 60> 108 120<663 679>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 -176 0\nEndChar\nStartChar: uni1F37\nEncoding: 7991 7991 1152\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 557 24<146 161> 661 62<158 203> 747 54<241 277> 790 54<117 153>\nVStem: 0 81<53 60> 86 33<614 622>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 -176 0\nEndChar\nStartChar: uni1F38\nEncoding: 7992 7992 1153\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 637 16<137 147>\nVStem: -31.4127 108.995<582 606>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 -57.4127 552\nEndChar\nStartChar: uni1F39\nEncoding: 7993 7993 1154\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 438 29<-28.742 -11.742> 637 16<137 147>\nVStem: -107.742 41<512 520>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -356.742 -119\nEndChar\nStartChar: uni1F3A\nEncoding: 7994 7994 1155\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 580 73<-156.801 -131.801> 637 16<137 147>\nVStem: -28.801 72<457 619>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -402.801 -99\nEndChar\nStartChar: uni1F3B\nEncoding: 7995 7995 1156\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 458 29<-159.801 -144.801> 637 16<137 147>\nVStem: -232.801 40<521 533> -28.801 72<457 624>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -415.801 -99\nEndChar\nStartChar: uni1F3C\nEncoding: 7996 7996 1157\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 580 73<-151.101 -126.101> 637 16<137 147>\nVStem: -181.101 118<586 602>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -397.101 -99\nEndChar\nStartChar: uni1F3D\nEncoding: 7997 7997 1158\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 458 29<-162.101 -145.101> 637 16<137 147>\nVStem: -235.101 40<521 533>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -417.101 -99\nEndChar\nStartChar: uni1F3E\nEncoding: 7998 7998 1159\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 366 24<-160.723 -130.723> 467 65<-131.723 -99.723> 556 54<-27.723 9.27701> 599 54<-150.723 -114.723> 637 16<137 147>\nVStem: -160.723 120<472 488>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -444.723 -191\nEndChar\nStartChar: uni1F3F\nEncoding: 7999 7999 1160\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 366 24<-121.723 -106.723> 470 62<-109.723 -64.723> 556 54<-26.723 9.27701> 599 54<-150.723 -114.723> 637 16<137 147>\nVStem: -181.723 33<423 431>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -443.723 -191\nEndChar\nStartChar: uni1F40\nEncoding: 8000 8000 1161\nWidth: 534\nFlags: W\nHStem: -10 29<185 211> 432 29<287 305> 557 29<276 309> 687 85<309 336> 692 80<336 349>\nVStem: 6 97<149 183> 389 96<277 311>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F41\nEncoding: 8001 8001 1162\nWidth: 534\nFlags: W\nHStem: -10 29<185 211> 432 29<287 305> 557 29<328 345>\nVStem: 6 97<149 183> 249 41<631 639> 389 96<277 311>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F42\nEncoding: 8002 8002 1163\nWidth: 534\nFlags: W\nHStem: -10 29<185 211> 432 29<287 305> 679 73<246 271>\nVStem: 6 97<149 183> 374 72<556 718> 389 96<277 311>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F43\nEncoding: 8003 8003 1164\nWidth: 534\nFlags: W\nHStem: -10 29<185 211> 432 29<287 305> 557 29<256 271>\nVStem: 6 97<149 183> 183 40<620 632> 387 72<556 723> 389 96<277 311>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F44\nEncoding: 8004 8004 1165\nWidth: 534\nFlags: W\nHStem: -10 29<185 211> 432 29<287 305> 679 73<246 271>\nVStem: 6 97<149 183> 216 118<685 701> 389 96<277 311>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F45\nEncoding: 8005 8005 1166\nWidth: 534\nFlags: W\nHStem: -10 29<185 211> 432 29<287 305> 557 29<255 272>\nVStem: 6 97<149 183> 182 40<620 632> 389 96<277 311>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F48\nEncoding: 8008 8008 1167\nWidth: 682\nFlags: W\nHStem: -18 33<267 291> 633 33<449 467>\nVStem: -0.272499 108.995<582 606> 50 105<180 227> 584 105<422 472>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 -26.2725 552\nEndChar\nStartChar: uni1F49\nEncoding: 8009 8009 1168\nWidth: 682\nFlags: W\nHStem: -18 33<267 291> 438 29<2.39801 19.398> 633 33<449 467>\nVStem: -76.602 41<512 520> 50 105<180 227> 584 105<422 472>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -325.602 -119\nEndChar\nStartChar: uni1F4A\nEncoding: 8010 8010 1169\nWidth: 682\nFlags: W\nHStem: -18 33<267 291> 580 73<-125.661 -100.661> 633 33<449 467>\nVStem: 2.33899 72<457 619> 50 105<180 227> 584 105<422 472>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -371.661 -99\nEndChar\nStartChar: uni1F4B\nEncoding: 8011 8011 1170\nWidth: 682\nFlags: W\nHStem: -18 33<267 291> 458 29<-128.661 -113.661> 633 33<449 467>\nVStem: -201.661 40<521 533> 2.33899 72<457 624> 50 105<180 227> 584 105<422 472>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -384.661 -99\nEndChar\nStartChar: uni1F4C\nEncoding: 8012 8012 1171\nWidth: 682\nFlags: W\nHStem: -18 33<267 291> 580 73<-119.961 -94.961> 633 33<449 467>\nVStem: -149.961 118<586 602> 50 105<180 227> 584 105<422 472>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -365.961 -99\nEndChar\nStartChar: uni1F4D\nEncoding: 8013 8013 1172\nWidth: 682\nFlags: W\nHStem: -18 33<267 291> 458 29<-130.961 -113.961> 633 33<449 467>\nVStem: -203.961 40<521 533> 50 105<180 227> 584 105<422 472>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -385.961 -99\nEndChar\nStartChar: uni1F50\nEncoding: 8016 8016 1173\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 557 29<276 309> 687 85<309 336> 692 80<336 349>\nVStem: 71 81<85 102> 143 77<378 396> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F51\nEncoding: 8017 8017 1174\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 557 29<328 345>\nVStem: 71 81<85 102> 143 77<378 396> 249 41<631 639> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F52\nEncoding: 8018 8018 1175\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 679 73<246 271>\nVStem: 71 81<85 102> 143 77<378 396> 374 72<556 718> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F53\nEncoding: 8019 8019 1176\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 557 29<256 271>\nVStem: 71 81<85 102> 143 77<378 396> 183 40<620 632> 378 100<373 403> 387 72<556 723>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F54\nEncoding: 8020 8020 1177\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 679 73<246 271>\nVStem: 71 81<85 102> 143 77<378 396> 216 118<685 701> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F55\nEncoding: 8021 8021 1178\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 557 29<255 272>\nVStem: 71 81<85 102> 143 77<378 396> 182 40<620 632> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F56\nEncoding: 8022 8022 1179\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 557 24<284 314> 658 65<313 345> 747 54<417 454> 790 54<294 330>\nVStem: 71 81<85 102> 143 77<378 396> 284 120<663 679> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F57\nEncoding: 8023 8023 1180\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 557 24<322 337> 661 62<334 379> 747 54<417 453> 790 54<293 329>\nVStem: 71 81<85 102> 143 77<378 396> 262 33<614 622> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F59\nEncoding: 8025 8025 1181\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 468 29<-96.422 -79.422> 631 41<203 219 590 625>\nVStem: -175.422 41<542 550> 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -424.422 -89\nEndChar\nStartChar: uni1F5B\nEncoding: 8027 8027 1182\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 488 29<-227.481 -212.481> 631 41<203 219 590 625>\nVStem: -300.481 40<551 563> -96.481 72<487 654> 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -483.481 -69\nEndChar\nStartChar: uni1F5D\nEncoding: 8029 8029 1183\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 488 29<-229.781 -212.781> 631 41<203 219 590 625>\nVStem: -302.781 40<551 563> 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -484.781 -69\nEndChar\nStartChar: uni1F5F\nEncoding: 8031 8031 1184\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 396 24<-189.403 -174.403> 500 62<-177.403 -132.403> 586 54<-94.403 -58.403> 629 54<-218.403 -182.403> 631 41<203 219 590 625>\nVStem: -249.403 33<453 461> 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 978 978 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -511.403 -161\nEndChar\nStartChar: uni1F60\nEncoding: 8032 8032 1185\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402> 557 29<336 369> 687 85<369 396> 692 80<396 409>\nVStem: 11 81<105 155> 301 99<296 351> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1F61\nEncoding: 8033 8033 1186\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402> 557 29<388 405>\nVStem: 11 81<105 155> 301 99<296 351> 309 41<631 639> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1F62\nEncoding: 8034 8034 1187\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402> 679 73<306 331>\nVStem: 11 81<105 155> 301 99<296 351> 434 72<556 718> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1F63\nEncoding: 8035 8035 1188\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402> 557 29<316 331>\nVStem: 11 81<105 155> 243 40<620 632> 301 99<296 351> 447 72<556 723> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1F64\nEncoding: 8036 8036 1189\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402> 679 73<306 331>\nVStem: 11 81<105 155> 276 118<685 701> 301 99<296 351> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1F65\nEncoding: 8037 8037 1190\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402> 557 29<315 332>\nVStem: 11 81<105 155> 242 40<620 632> 301 99<296 351> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1F66\nEncoding: 8038 8038 1191\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402> 557 24<344 374> 658 65<373 405> 747 54<477 514> 790 54<354 390>\nVStem: 11 81<105 155> 301 99<296 351> 344 120<663 679> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1F67\nEncoding: 8039 8039 1192\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402> 557 24<382 397> 661 62<394 439> 747 54<477 513> 790 54<353 389>\nVStem: 11 81<105 155> 301 99<296 351> 322 33<614 622> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1F68\nEncoding: 8040 8040 1193\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 641 36<489 512>\nVStem: -7.4307 108.995<612 636>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 44 44 N 1 0 0 1 -33.4307 582\nEndChar\nStartChar: uni1F69\nEncoding: 8041 8041 1194\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 468 29<-4.76001 12.24> 641 36<489 512>\nVStem: -83.76 41<542 550>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -332.76 -89\nEndChar\nStartChar: uni1F6A\nEncoding: 8042 8042 1195\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 610 73<-132.819 -107.819> 641 36<489 512>\nVStem: -4.819 72<487 649>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8141 8141 N 1 0 0 1 -378.819 -69\nEndChar\nStartChar: uni1F6B\nEncoding: 8043 8043 1196\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 488 29<-135.819 -120.819> 641 36<489 512>\nVStem: -208.819 40<551 563> -4.819 72<487 654>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8157 8157 N 1 0 0 1 -391.819 -69\nEndChar\nStartChar: uni1F6C\nEncoding: 8044 8044 1197\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 610 73<-127.119 -102.119> 641 36<489 512>\nVStem: -157.119 118<616 632>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8142 8142 N 1 0 0 1 -373.119 -69\nEndChar\nStartChar: uni1F6D\nEncoding: 8045 8045 1198\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 488 29<-138.119 -121.119> 641 36<489 512>\nVStem: -211.119 40<551 563>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8158 8158 N 1 0 0 1 -393.119 -69\nEndChar\nStartChar: uni1F6E\nEncoding: 8046 8046 1199\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 396 24<-136.741 -106.741> 497 65<-107.741 -75.741> 586 54<-3.741 33.259> 629 54<-126.741 -90.741> 641 36<489 512>\nVStem: -136.741 120<502 518>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8143 8143 N 1 0 0 1 -420.741 -161\nEndChar\nStartChar: uni1F6F\nEncoding: 8047 8047 1200\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 396 24<-97.741 -82.741> 500 62<-85.741 -40.741> 586 54<-2.741 33.259> 629 54<-126.741 -90.741> 641 36<489 512>\nVStem: -157.741 33<453 461>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8159 8159 N 1 0 0 1 -419.741 -161\nEndChar\nStartChar: uni1F70\nEncoding: 8048 8048 1201\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287>\nVStem: 9 87<128 153> 297 72<556 718>\nRef: 945 945 S 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1F71\nEncoding: 8049 8049 1202\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287>\nVStem: 9 87<128 153>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F72\nEncoding: 8050 8050 1203\nWidth: 426\nFlags: W\nHStem: 210 66<259 277> 228 24<181 199> 437 24<245 263>\nVStem: -10 95<90 108> 53 90<310 327> 265 72<556 718>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 -32 0\nEndChar\nStartChar: uni1F73\nEncoding: 8051 8051 1204\nWidth: 426\nFlags: W\nHStem: 210 66<259 277> 228 24<181 199> 437 24<245 263>\nVStem: -10 95<90 108> 53 90<310 327>\nRef: 949 949 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 -32 0\nEndChar\nStartChar: uni1F74\nEncoding: 8052 8052 1205\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385>\nVStem: 136 75<383 401> 292.537 72<500 662> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -4.46334 -56\nEndChar\nStartChar: uni1F75\nEncoding: 8053 8053 1206\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385>\nVStem: 136 75<383 401> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -1.74474 -56\nEndChar\nStartChar: uni1F76\nEncoding: 8054 8054 1207\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177>\nVStem: 0 81<53 60> 121 72<556 718>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 -176 0\nEndChar\nStartChar: uni1F77\nEncoding: 8055 8055 1208\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177>\nVStem: 0 81<53 60>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 -176 0\nEndChar\nStartChar: uni1F78\nEncoding: 8056 8056 1209\nWidth: 534\nFlags: W\nHStem: -10 29<185 211> 432 29<287 305>\nVStem: 6 97<149 183> 297 72<556 718> 389 96<277 311>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F79\nEncoding: 8057 8057 1210\nWidth: 534\nFlags: W\nHStem: -10 29<185 211> 432 29<287 305>\nVStem: 6 97<149 183> 389 96<277 311>\nRef: 959 959 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7A\nEncoding: 8058 8058 1211\nWidth: 534\nFlags: W\nHStem: -10 36<190 217>\nVStem: 71 81<85 102> 143 77<378 396> 297 72<556 718> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7B\nEncoding: 8059 8059 1212\nWidth: 534\nFlags: W\nHStem: -10 36<190 217>\nVStem: 71 81<85 102> 143 77<378 396> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F7C\nEncoding: 8060 8060 1213\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402>\nVStem: 11 81<105 155> 301 99<296 351> 357 72<556 718> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1F7D\nEncoding: 8061 8061 1214\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402>\nVStem: 11 81<105 155> 301 99<296 351> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1F80\nEncoding: 8064 8064 1215\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287> 557 29<276 309> 687 85<309 336> 692 80<336 349>\nVStem: 9 87<128 153> 106 77<-204 -188>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F81\nEncoding: 8065 8065 1216\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287> 557 29<328 345>\nVStem: 9 87<128 153> 106 77<-204 -188> 249 41<631 639>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F82\nEncoding: 8066 8066 1217\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287> 679 73<246 271>\nVStem: 9 87<128 153> 106 77<-204 -188> 374 72<556 718>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F83\nEncoding: 8067 8067 1218\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287> 557 29<256 271>\nVStem: 9 87<128 153> 106 77<-204 -188> 183 40<620 632> 387 72<556 723>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F84\nEncoding: 8068 8068 1219\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287> 679 73<246 271>\nVStem: 9 87<128 153> 106 77<-204 -188> 216 118<685 701>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F85\nEncoding: 8069 8069 1220\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287> 557 29<255 272>\nVStem: 9 87<128 153> 106 77<-204 -188> 182 40<620 632>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F86\nEncoding: 8070 8070 1221\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287> 557 24<284 314> 658 65<313 345> 747 54<417 454> 790 54<294 330>\nVStem: 9 87<128 153> 106 77<-204 -188> 284 120<663 679>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F87\nEncoding: 8071 8071 1222\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287> 557 24<322 337> 661 62<334 379> 747 54<417 453> 790 54<293 329>\nVStem: 9 87<128 153> 106 77<-204 -188> 262 33<614 622>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F88\nEncoding: 8072 8072 1223\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 648 20<418 444>\nVStem: 162.102 108.995<582 606>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 7944 7944 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 721.641 253\nEndChar\nStartChar: uni1F89\nEncoding: 8073 8073 1224\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 438 29<164.773 181.773> 648 20<418 444>\nVStem: 85.773 41<512 520>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 7945 7945 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 721.641 253\nEndChar\nStartChar: uni1F8A\nEncoding: 8074 8074 1225\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 580 73<36.714 61.714> 648 20<418 444>\nVStem: 164.714 72<457 619>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 7946 7946 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 721.641 253\nEndChar\nStartChar: uni1F8B\nEncoding: 8075 8075 1226\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 458 29<33.714 48.714> 648 20<418 444>\nVStem: -39.286 40<521 533> 164.714 72<457 624>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 7947 7947 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 721.641 253\nEndChar\nStartChar: uni1F8C\nEncoding: 8076 8076 1227\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 580 73<42.414 67.414> 648 20<418 444>\nVStem: 12.414 118<586 602>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 7948 7948 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 721.641 253\nEndChar\nStartChar: uni1F8D\nEncoding: 8077 8077 1228\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 458 29<31.414 48.414> 648 20<418 444>\nVStem: -41.586 40<521 533>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 7949 7949 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 721.641 253\nEndChar\nStartChar: uni1F8E\nEncoding: 8078 8078 1229\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 366 24<32.792 62.792> 467 65<61.792 93.792> 556 54<165.792 202.792> 599 54<42.792 78.792> 648 20<418 444>\nVStem: 32.792 120<472 488>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 7950 7950 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 721.641 253\nEndChar\nStartChar: uni1F8F\nEncoding: 8079 8079 1230\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 366 24<71.792 86.792> 470 62<83.792 128.792> 556 54<166.792 202.792> 599 54<42.792 78.792> 648 20<418 444>\nVStem: 11.792 33<423 431>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 7951 7951 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 721.641 253\nEndChar\nStartChar: uni1F90\nEncoding: 8080 8080 1223\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385> 557 29<276 309> 687 85<309 336> 692 80<336 349>\nVStem: -3 77<-204 -188> 136 75<386 404> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F91\nEncoding: 8081 8081 1224\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385> 557 29<328 345>\nVStem: -3 77<-204 -188> 136 75<386 404> 249 41<631 639> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F92\nEncoding: 8082 8082 1225\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385> 679 73<246 271>\nVStem: -3 77<-204 -188> 136 75<386 404> 374 72<556 718> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F93\nEncoding: 8083 8083 1226\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385> 557 29<256 271>\nVStem: -3 77<-204 -188> 136 75<386 404> 183 40<620 632> 387 72<556 723> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F94\nEncoding: 8084 8084 1227\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385> 679 73<246 271>\nVStem: -3 77<-204 -188> 136 75<386 404> 216 118<685 701> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F95\nEncoding: 8085 8085 1228\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385> 557 29<255 272>\nVStem: -3 77<-204 -188> 136 75<386 404> 182 40<620 632> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F96\nEncoding: 8086 8086 1229\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385> 557 24<284 314> 658 65<313 345> 747 54<417 454> 790 54<294 330>\nVStem: -3 77<-204 -188> 136 75<386 404> 284 120<663 679> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F97\nEncoding: 8087 8087 1230\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385> 557 24<322 337> 661 62<334 379> 747 54<417 453> 790 54<293 329>\nVStem: -3 77<-204 -188> 136 75<386 404> 262 33<614 622> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1F98\nEncoding: 8088 8088 1231\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 637 16<160 175 420 433 550 560>\nVStem: -8.4127 108.995<582 606>\nDStem: 226 532 332 563 103 90 278 368\nRef: 7976 7976 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 762.036 253\nEndChar\nStartChar: uni1F99\nEncoding: 8089 8089 1232\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 438 29<-5.742 11.258> 637 16<160 175 420 433 550 560>\nVStem: -84.742 41<512 520>\nDStem: 226 532 332 563 103 90 278 368\nRef: 7977 7977 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 762.036 253\nEndChar\nStartChar: uni1F9A\nEncoding: 8090 8090 1233\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 580 73<-133.801 -108.801> 637 16<160 175 420 433 550 560>\nVStem: -5.80099 72<457 619>\nDStem: 226 532 332 563 103 90 278 368\nRef: 7978 7978 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 762.036 253\nEndChar\nStartChar: uni1F9B\nEncoding: 8091 8091 1234\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 458 29<-136.801 -121.801> 637 16<160 175 420 433 550 560>\nVStem: -209.801 40<521 533> -5.80099 72<457 624>\nDStem: 226 532 332 563 103 90 278 368\nRef: 7979 7979 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 762.036 253\nEndChar\nStartChar: uni1F9C\nEncoding: 8092 8092 1235\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 580 73<-128.101 -103.101> 637 16<160 175 420 433 550 560>\nVStem: -158.101 118<586 602>\nDStem: 226 532 332 563 103 90 278 368\nRef: 7980 7980 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 762.036 253\nEndChar\nStartChar: uni1F9D\nEncoding: 8093 8093 1236\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 458 29<-139.101 -122.101> 637 16<160 175 420 433 550 560>\nVStem: -212.101 40<521 533>\nDStem: 226 532 332 563 103 90 278 368\nRef: 7981 7981 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 762.036 253\nEndChar\nStartChar: uni1F9E\nEncoding: 8094 8094 1237\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 366 24<-137.723 -107.723> 467 65<-108.723 -76.723> 556 54<-4.72299 32.277> 599 54<-127.723 -91.723> 637 16<160 175 420 433 550 560>\nVStem: -137.723 120<472 488>\nDStem: 226 532 332 563 103 90 278 368\nRef: 7982 7982 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 762.036 253\nEndChar\nStartChar: uni1F9F\nEncoding: 8095 8095 1238\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 366 24<-98.723 -83.723> 470 62<-86.723 -41.723> 556 54<-3.72299 32.277> 599 54<-127.723 -91.723> 637 16<160 175 420 433 550 560>\nVStem: -158.723 33<423 431>\nDStem: 226 532 332 563 103 90 278 368\nRef: 7983 7983 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 762.036 253\nEndChar\nStartChar: uni1FA0\nEncoding: 8096 8096 1231\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402> 557 29<336 369> 687 85<369 396> 692 80<396 409>\nVStem: 11 81<105 155> 176 77<-204 -188> 301 99<296 351> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8127 8127 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1FA1\nEncoding: 8097 8097 1232\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402> 557 29<388 405>\nVStem: 11 81<105 155> 176 77<-204 -188> 301 99<296 351> 309 41<631 639> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8190 8190 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1FA2\nEncoding: 8098 8098 1233\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402> 679 73<306 331>\nVStem: 11 81<105 155> 176 77<-204 -188> 301 99<296 351> 434 72<556 718> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8141 8141 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1FA3\nEncoding: 8099 8099 1234\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402> 557 29<316 331>\nVStem: 11 81<105 155> 176 77<-204 -188> 243 40<620 632> 301 99<296 351> 447 72<556 723> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8157 8157 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1FA4\nEncoding: 8100 8100 1235\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402> 679 73<306 331>\nVStem: 11 81<105 155> 176 77<-204 -188> 276 118<685 701> 301 99<296 351> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8142 8142 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1FA5\nEncoding: 8101 8101 1236\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402> 557 29<315 332>\nVStem: 11 81<105 155> 176 77<-204 -188> 242 40<620 632> 301 99<296 351> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8158 8158 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1FA6\nEncoding: 8102 8102 1237\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402> 557 24<344 374> 658 65<373 405> 747 54<477 514> 790 54<354 390>\nVStem: 11 81<105 155> 176 77<-204 -188> 301 99<296 351> 344 120<663 679> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8143 8143 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1FA7\nEncoding: 8103 8103 1238\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402> 557 24<382 397> 661 62<394 439> 747 54<477 513> 790 54<353 389>\nVStem: 11 81<105 155> 176 77<-204 -188> 301 99<296 351> 322 33<614 622> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8159 8159 S 1 0 0 1 60 0\nEndChar\nStartChar: uni1FA8\nEncoding: 8104 8104 1239\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 641 36<489 512>\nVStem: -7.4307 108.995<612 636>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 8040 8040 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 772.211 253\nEndChar\nStartChar: uni1FA9\nEncoding: 8105 8105 1240\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 468 29<-4.76001 12.24> 641 36<489 512>\nVStem: -83.76 41<542 550>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 8041 8041 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 772.211 253\nEndChar\nStartChar: uni1FAA\nEncoding: 8106 8106 1241\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 610 73<-132.819 -107.819> 641 36<489 512>\nVStem: -4.819 72<487 649>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 8042 8042 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 772.211 253\nEndChar\nStartChar: uni1FAB\nEncoding: 8107 8107 1242\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 488 29<-135.819 -120.819> 641 36<489 512>\nVStem: -208.819 40<551 563> -4.819 72<487 654>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 8043 8043 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 772.211 253\nEndChar\nStartChar: uni1FAC\nEncoding: 8108 8108 1243\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 610 73<-127.119 -102.119> 641 36<489 512>\nVStem: -157.119 118<616 632>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 8044 8044 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 772.211 253\nEndChar\nStartChar: uni1FAD\nEncoding: 8109 8109 1244\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 488 29<-138.119 -121.119> 641 36<489 512>\nVStem: -211.119 40<551 563>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 8045 8045 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 772.211 253\nEndChar\nStartChar: uni1FAE\nEncoding: 8110 8110 1245\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 396 24<-136.741 -106.741> 497 65<-107.741 -75.741> 586 54<-3.741 33.259> 629 54<-126.741 -90.741> 641 36<489 512>\nVStem: -136.741 120<502 518>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 8046 8046 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 772.211 253\nEndChar\nStartChar: uni1FAF\nEncoding: 8111 8111 1246\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 396 24<-97.741 -82.741> 500 62<-85.741 -40.741> 586 54<-2.741 33.259> 629 54<-126.741 -90.741> 641 36<489 512>\nVStem: -157.741 33<453 461>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 8047 8047 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 772.211 253\nEndChar\nStartChar: uni1FB0\nEncoding: 8112 8112 1239\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287> 547 60<301 321>\nVStem: 9 87<128 153>\nFore\n485 704 m 5\n 455 620 399 547 302 547 c 4\n 237 547 195 584 195 650 c 4\n 195 663 198 692 204 704 c 5\n 233 704 l 5\n 232 689 l 5\n 229 634 266 607 319 607 c 4\n 391 607 421 648 456 704 c 5\n 485 704 l 5\nEndSplineSet\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB1\nEncoding: 8113 8113 1240\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287> 587 54<172 470>\nVStem: 9 87<128 153>\nFore\n484 641 m 5\n 470 587 l 5\n 159 587 l 5\n 173 641 l 5\n 484 641 l 5\nEndSplineSet\nRef: 945 945 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB2\nEncoding: 8114 8114 1241\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287>\nVStem: 9 87<128 153> 106 77<-204 -188> 297 72<556 718>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB3\nEncoding: 8115 8115 1242\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20G<465 549> 432 29<277 287>\nVStem: 9 87<128 153> 106 77<-204 -188>\nFore\n549 451 m 1\n 515 370 476 291 433 214 c 0\n 422 194 405 172 398 151 c 0\n 397 147 397 143 397 139 c 0\n 397 117 411 63 439 63 c 0\n 463 63 482 85 488 107 c 1\n 507 107 l 1\n 496 66 473 -10 421 -10 c 0\n 357 -10 368 76 370 118 c 1\n 368 118 l 1\n 325 49 242 -10 158 -10 c 0\n 60 -10 9 61 9 153 c 0\n 9 295 135 461 285 461 c 0\n 382 461 400 369 392 291 c 1\n 394 291 l 1\n 465 451 l 1\n 549 451 l 1\n279 -165 m 1\n 265 -223 223 -253 164 -253 c 0\n 131 -253 106 -242 106 -205 c 0\n 106 -163 124 -116 134 -75 c 1\n 210 -75 l 1\n 201 -112 183 -157 183 -196 c 0\n 183 -208 189 -216 202 -216 c 0\n 230 -216 248 -189 254 -165 c 1\n 279 -165 l 1\n368 314 m 0\n 368 372 350 432 282 432 c 0\n 166 432 96 224 96 129 c 0\n 96 73 115 19 180 19 c 0\n 299 19 368 216 368 314 c 0\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: uni1FB4\nEncoding: 8116 8116 1243\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287>\nVStem: 9 87<128 153> 106 77<-204 -188>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB6\nEncoding: 8118 8118 1244\nWidth: 587\nFlags: W\nHStem: -10 29<157 180> 431 20<465 549> 432 29<268.179 287>\nVStem: 9 87<128 153>\nRef: 945 945 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB7\nEncoding: 8119 8119 1245\nWidth: 587\nFlags: W\nHStem: -253 178<152 182> -10 29<157 180> 431 20<465 549> 432 29<277 287>\nVStem: 9 87<128 153> 106 77<-204 -188>\nRef: 8115 8115 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FB8\nEncoding: 8120 8120 1246\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 648 20<418 444> 693 59<518.062 534.062>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 273.062 201\nEndChar\nStartChar: uni1FB9\nEncoding: 8121 8121 1247\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 648 20<418 444> 693 51<358.816 648.816>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 248.816 161\nEndChar\nStartChar: uni1FBA\nEncoding: 8122 8122 1248\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 648 20<418 444>\nVStem: 164.714 72<457 619>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -132.286 -99\nEndChar\nStartChar: uni1FBB\nEncoding: 8123 8123 1249\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 648 20<418 444>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -126.586 -99\nEndChar\nStartChar: uni1FBC\nEncoding: 8124 8124 1250\nWidth: 641\nFlags: W\nHStem: 0 16<173 186 368 380 601 614> 226 36<225 418> 648 20<418 444>\nDStem: 375 521 444 668 419 262 538 102 418 668 374 521 128 168 225 262\nRef: 913 913 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 721.641 253\nEndChar\nStartChar: uni1FBD\nEncoding: 8125 8125 1251\nWidth: 250\nFlags: W\nVStem: 165.141 108.995<779 803>\nRef: 44 44 N 1 0 0 1 139.141 749\nEndChar\nStartChar: uni1FBE\nEncoding: 8126 8126 1250\nWidth: 332\nFlags: W\nRef: 890 890 N 1 0 0 1 0 0\nEndChar\nStartChar: uni1FBF\nEncoding: 8127 8127 1251\nWidth: 500\nFlags: W\nHStem: 557 29<276 309> 687 85<309 336> 692 80<336 349>\nFore\n294 557 m 0\n 272 557 249 560 229 570 c 1\n 244 594 l 1\n 260 586 279 586 297 586 c 0\n 338 586 377 625 377 665 c 0\n 377 684 365 692 347 692 c 0\n 334 692 322 687 309 687 c 0\n 290 687 271 693 271 715 c 0\n 271 750 303 772 336 772 c 0\n 386 772 426 749 426 695 c 0\n 426 626 365 557 294 557 c 0\nEndSplineSet\nEndChar\nStartChar: uni1FC0\nEncoding: 8128 8128 1252\nWidth: 500\nFlags: W\nFore\n504 694 m 5\n 483 645 437 597 380 597 c 4\n 325 597 299 640 256 640 c 4\n 227 640 206 620 191 597 c 5\n 164 597 l 5\n 186 649 233 694 292 694 c 4\n 340 694 369 651 415 651 c 4\n 440 651 464 674 477 694 c 5\n 504 694 l 5\nEndSplineSet\nEndChar\nStartChar: uni1FC1\nEncoding: 8129 8129 1253\nWidth: 534\nFlags: W\nHStem: 692 54<419 454> 735 54<294 331>\nVStem: 195 100<593 617> 385 100<593 617>\nFore\n543 789 m 1\n 522 740 476 692 419 692 c 0\n 365 692 337 735 294 735 c 0\n 265 735 245 715 230 692 c 1\n 203 692 l 1\n 225 744 272 789 331 789 c 0\n 378 789 408 746 454 746 c 0\n 479 746 503 769 515 789 c 1\n 543 789 l 1\n423 557 m 0\n 402 557 385 571 385 593 c 0\n 385 624 416 653 447 653 c 0\n 468 653 485 639 485 617 c 0\n 485 586 454 557 423 557 c 0\n233 557 m 0\n 212 557 195 571 195 593 c 0\n 195 624 226 653 257 653 c 0\n 278 653 295 639 295 617 c 0\n 295 586 264 557 233 557 c 0\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1FC2\nEncoding: 8130 8130 1254\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385>\nVStem: -3 77<-204 -188> 136 75<386 404> 297 72<556 718> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC3\nEncoding: 8131 8131 1255\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21G<40 125> 425 36<357 385>\nVStem: -3 77<-204 -188> 136 75<386 404> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nFore\n341 -224 m 1\n 257 -224 l 1\n 394 326 l 1\n 398 341 401 357 401 373 c 0\n 401 402 390 425 357 425 c 0\n 209 425 147 88 125 0 c 1\n 40 0 l 1\n 130 359 l 2\n 133 370 136 382 136 394 c 0\n 136 409 129 420 112 420 c 0\n 74 420 53 350 45 320 c 1\n 21 320 l 1\n 37 383 71 461 147 461 c 0\n 192 461 211 436 211 393 c 0\n 211 360 203 329 196 297 c 1\n 199 297 l 1\n 232 371 295 461 385 461 c 0\n 446 461 482 436 482 372 c 0\n 482 345 476 319 470 293 c 1\n 341 -224 l 1\n170 -165 m 1\n 156 -223 114 -253 55 -253 c 0\n 22 -253 -3 -242 -3 -205 c 0\n -3 -163 15 -116 25 -75 c 1\n 101 -75 l 1\n 92 -112 74 -157 74 -196 c 0\n 74 -208 80 -216 93 -216 c 0\n 121 -216 139 -189 145 -165 c 1\n 170 -165 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: uni1FC4\nEncoding: 8132 8132 1256\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385>\nVStem: -3 77<-204 -188> 136 75<386 404> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC6\nEncoding: 8134 8134 1257\nWidth: 534\nFlags: W\nHStem: 0 21<40 125> 425 36<357 385>\nVStem: 136 75<383 401> 401 81<357 385>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 951 951 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 -13.6444 -96\nEndChar\nStartChar: uni1FC7\nEncoding: 8135 8135 1258\nWidth: 534\nFlags: W\nHStem: -253 178<39 74> 0 21<40 125> 425 36<357 385>\nVStem: -3 77<-204 -188> 136 75<386 404> 401 81<357 388>\nDStem: 394 326 470 293 257 -224 341 -224\nRef: 8131 8131 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FC8\nEncoding: 8136 8136 1259\nWidth: 611\nFlags: W\nHStem: 0 33<212 294> 620 33<340 486> 637 16<127 142.5>\nVStem: -38.801 72<457 619>\nDStem: 193 532 309 594 70 90 243 361\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -335.801 -99\nEndChar\nStartChar: uni1FC9\nEncoding: 8137 8137 1260\nWidth: 611\nFlags: W\nHStem: 0 33<212 294> 620 33<340 486> 637 16<127 142.5>\nDStem: 193 532 309 594 70 90 243 361\nRef: 917 917 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -330.101 -99\nEndChar\nStartChar: uni1FCA\nEncoding: 8138 8138 1261\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 637 16<160 175 420 433 550 560>\nVStem: -5.80099 72<457 619>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -302.801 -99\nEndChar\nStartChar: uni1FCB\nEncoding: 8139 8139 1262\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 637 16<160 175 420 433 550 560>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -297.101 -99\nEndChar\nStartChar: uni1FCC\nEncoding: 8140 8140 1263\nWidth: 742\nFlags: W\nHStem: 0 16<385 392.857 648.333 658> 326 42<278 550> 637 16<160 175 420 433 550 560>\nDStem: 226 532 332 563 103 90 278 368\nRef: 919 919 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 762.036 253\nEndChar\nStartChar: uni1FCD\nEncoding: 8141 8141 1263\nWidth: 500\nFlags: W\nHStem: 679 73<246 271>\nVStem: 374 72<556 718>\nFore\n446 557 m 1\n 422 557 l 1\n 411 591 374 675 374 713 c 0\n 374 737 391 752 414 752 c 0\n 442 752 445 735 445 711 c 1\n 446 557 l 1\n188 557 m 1\n 198 586 l 1\n 243 586 293 603 293 657 c 0\n 293 683 265 679 247 679 c 0\n 231 679 217 681 217 701 c 0\n 217 734 237 752 269 752 c 0\n 311 752 335 725 335 685 c 0\n 335 597 268 557 188 557 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FCE\nEncoding: 8142 8142 1264\nWidth: 500\nFlags: W\nHStem: 679 73<246 271>\nVStem: 216 118<685 701>\nFore\n355 557 m 1\n 331 557 l 1\n 409 711 l 1\n 420 734 431 752 459 752 c 0\n 474 752 488 745 488 729 c 0\n 488 702 357 559 355 557 c 1\n186 557 m 1\n 196 586 l 1\n 241 586 292 602 292 657 c 0\n 292 682 265 679 247 679 c 0\n 231 679 216 681 216 701 c 0\n 216 734 236 752 268 752 c 0\n 310 752 334 725 334 685 c 0\n 334 597 266 557 186 557 c 1\nEndSplineSet\nMinimumDistance: x11,-1 \nEndChar\nStartChar: uni1FCF\nEncoding: 8143 8143 1265\nWidth: 500\nFlags: W\nHStem: 557 24<284 314> 658 65<313 345> 747 54<417 454> 790 54<294 330>\nVStem: 284 120<663 679>\nFore\n542 844 m 1\n 520 794 475 747 417 747 c 0\n 362 747 337 790 294 790 c 0\n 265 790 244 770 229 747 c 1\n 201 747 l 1\n 225 798 270 844 330 844 c 0\n 379 844 407 801 454 801 c 0\n 479 801 503 824 514 844 c 1\n 542 844 l 1\n301 557 m 0\n 284 557 267 560 251 567 c 1\n 264 588 l 1\n 276 581 291 581 304 581 c 0\n 336 581 364 609 364 641 c 0\n 364 671 331 658 314 658 c 0\n 300 658 284 661 284 679 c 0\n 284 707 309 723 335 723 c 0\n 374 723 404 704 404 663 c 0\n 404 609 355 557 301 557 c 0\nEndSplineSet\nMinimumDistance: x16,-1 \nEndChar\nStartChar: uni1FD0\nEncoding: 8144 8144 1266\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 481 59<150.345 166.345>\nVStem: 0 81<53 60>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 728 728 S 1 0 0 1 -94.655 -11\nEndChar\nStartChar: uni1FD1\nEncoding: 8145 8145 1267\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 481 51<-8.901 281.099>\nVStem: 0 81<53 60>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 175 175 S 1 0 0 1 -118.901 -51\nEndChar\nStartChar: uni1FD2\nEncoding: 8146 8146 1268\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177>\nVStem: 0 81<53 60> 17.728 100<547 571> 116.728 72<510 671> 212.728 100<547 571>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8173 8173 N 1 0 0 1 -177.272 -46\nEndChar\nStartChar: uni1FD3\nEncoding: 8147 8147 1268\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177>\nVStem: -5.161 100<517 541> 0 81<53 60> 189.839 100<517 541>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8174 8174 S 1 0 0 1 -195.161 -76\nEndChar\nStartChar: uni1FD6\nEncoding: 8150 8150 1269\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177>\nVStem: 0 81<53 60>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 -191.522 -116\nEndChar\nStartChar: uni1FD7\nEncoding: 8151 8151 1270\nWidth: 267\nFlags: W\nHStem: -10 36<81 115> 431 20<93 177> 616 54<225.917 260.917> 659 54<100.917 137.917>\nVStem: 0 81<53 60> 1.91701 100<517 541> 191.917 100<517 541>\nRef: 953 953 N 1 0 0 1 0 0\nRef: 8129 8129 S 1 0 0 1 -193.083 -76\nEndChar\nStartChar: uni1FD8\nEncoding: 8152 8152 1271\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 637 16<137 147> 693 59<309.734 325.734>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 64.734 201\nEndChar\nStartChar: uni1FD9\nEncoding: 8153 8153 1272\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 637 16<137 147> 693 51<150.488 440.488>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 40.4885 161\nEndChar\nStartChar: uni1FDA\nEncoding: 8154 8154 1273\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 637 16<137 147>\nVStem: -28.801 72<457 619>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -325.801 -99\nEndChar\nStartChar: uni1FDB\nEncoding: 8155 8155 1274\nWidth: 333\nFlags: W\nHStem: 0 16<227 236> 637 16<137 147>\nDStem: 196 532 302 563 73 90 179 120\nRef: 921 921 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -320.101 -99\nEndChar\nStartChar: uni1FDD\nEncoding: 8157 8157 1275\nWidth: 500\nFlags: W\nHStem: 557 29<256 271>\nVStem: 183 40<620 632> 387 72<556 723>\nFore\n459 557 m 1\n 435 557 l 1\n 423 594 387 673 387 714 c 0\n 387 737 405 752 428 752 c 0\n 456 752 458 734 458 711 c 1\n 459 557 l 1\n300 673 m 0\n 289 673 280 678 269 678 c 0\n 241 678 223 650 223 624 c 0\n 223 599 244 586 267 586 c 0\n 285 586 302 588 319 594 c 1\n 320 569 l 1\n 300 561 279 557 257 557 c 0\n 215 557 183 588 183 630 c 0\n 183 699 247 752 313 752 c 0\n 332 752 354 743 354 721 c 0\n 354 690 328 673 300 673 c 0\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FDE\nEncoding: 8158 8158 1276\nWidth: 500\nFlags: W\nHStem: 557 29<255 272>\nVStem: 182 40<620 632>\nFore\n376 557 m 1\n 352 557 l 1\n 429 711 l 2\n 441 734 451 752 480 752 c 0\n 495 752 508 745 508 729 c 0\n 508 700 380 561 376 557 c 1\n299 673 m 0\n 289 673 279 678 269 678 c 0\n 241 678 222 651 222 624 c 0\n 222 599 243 586 266 586 c 0\n 284 586 301 588 318 594 c 1\n 319 569 l 1\n 299 561 278 557 256 557 c 0\n 214 557 182 588 182 630 c 0\n 182 701 246 752 313 752 c 0\n 332 752 354 743 354 721 c 0\n 354 690 328 673 299 673 c 0\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni1FDF\nEncoding: 8159 8159 1277\nWidth: 500\nFlags: W\nHStem: 557 24<322 337> 661 62<334 379> 747 54<417 453> 790 54<293 329>\nVStem: 262 33<614 622>\nFore\n541 844 m 1\n 520 794 474 747 417 747 c 128\n 360 747 337 790 293 790 c 0\n 264 790 243 770 228 747 c 1\n 201 747 l 1\n 224 798 269 844 329 844 c 0\n 377 844 406 801 453 801 c 0\n 478 801 502 824 514 844 c 1\n 541 844 l 1\n335 661 m 0\n 310 661 295 639 295 616 c 0\n 295 594 311 581 332 581 c 0\n 347 581 363 583 377 588 c 1\n 377 567 l 1\n 360 560 342 557 324 557 c 0\n 288 557 262 582 262 618 c 0\n 262 678 314 723 372 723 c 0\n 388 723 407 716 407 697 c 0\n 407 651 363 661 335 661 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: uni1FE0\nEncoding: 8160 8160 1278\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 501 59<315.068 331.068>\nVStem: 71 81<85 102> 143 77<378 396> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 70.0677 9\nEndChar\nStartChar: uni1FE1\nEncoding: 8161 8161 1279\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 501 51<155.822 445.822>\nVStem: 71 81<85 102> 143 77<378 396> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 45.8222 -31\nEndChar\nStartChar: uni1FE2\nEncoding: 8162 8162 1280\nWidth: 534\nFlags: W\nHStem: -10 36<190 217>\nVStem: 71 81<85 102> 143 77<378 396> 176.728 100<557 581> 275.728 72<520 681> 371.728 100<557 581> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8173 8173 N 1 0 0 1 -18.2716 -36\nEndChar\nStartChar: uni1FE3\nEncoding: 8163 8163 1280\nWidth: 534\nFlags: W\nHStem: -10 36<190 217>\nVStem: 71 81<85 102> 143 77<378 396> 159.562 100<537 561> 354.562 100<537 561> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8174 8174 N 1 0 0 1 -30.438 -56\nEndChar\nStartChar: uni1FE4\nEncoding: 8164 8164 1281\nWidth: 534\nFlags: W\nHStem: -10 29<179 202> 501 29<292.728 325.728> 631 85<325.728 352.728> 636 80<352.728 365.728>\nVStem: -12 31<21 53> 374 96<287 321>\nRef: 961 961 N 1 0 0 1 0 0\nRef: 8127 8127 N 1 0 0 1 16.7283 -56\nEndChar\nStartChar: uni1FE5\nEncoding: 8165 8165 1282\nWidth: 534\nFlags: W\nHStem: -10 29<179 202> 501 29<340.547 357.547>\nVStem: -12 31<21 53> 261.547 41<575 583> 374 96<287 321>\nRef: 961 961 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 12.5473 -56\nEndChar\nStartChar: uni1FE6\nEncoding: 8166 8166 1283\nWidth: 534\nFlags: W\nHStem: -10 36<190 217>\nVStem: 71 81<85 102> 143 77<378 396> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 -26.7994 -96\nEndChar\nStartChar: uni1FE7\nEncoding: 8167 8167 1284\nWidth: 534\nFlags: W\nHStem: -10 36<190 217> 636 54<390.639 425.639> 679 54<265.639 302.639>\nVStem: 71 81<85 102> 143 77<378 396> 166.639 100<537 561> 356.639 100<537 561> 378 100<373 403>\nRef: 965 965 N 1 0 0 1 0 0\nRef: 8129 8129 N 1 0 0 1 -28.3606 -56\nEndChar\nStartChar: uni1FE8\nEncoding: 8168 8168 1285\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 631 41<203 219 590 625> 723 59<452.748 468.748>\nVStem: 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 728 728 N 1 0 0 1 207.748 231\nEndChar\nStartChar: uni1FE9\nEncoding: 8169 8169 1286\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 631 41<203 219 590 625> 723 51<293.502 583.502>\nVStem: 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 175 175 N 1 0 0 1 183.502 191\nEndChar\nStartChar: uni1FEA\nEncoding: 8170 8170 1287\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 631 41<203 219 590 625>\nVStem: -46.085 72<487 649> 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -343.085 -69\nEndChar\nStartChar: uni1FEB\nEncoding: 8171 8171 1288\nWidth: 676\nFlags: W\nHStem: 0 16<385 394> 631 41<203 219 590 625>\nVStem: 82 108<543 553> 312 54<424 463> 571 125<529 595> 625 71<595 609>\nRef: 933 933 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -337.385 -69\nEndChar\nStartChar: uni1FEC\nEncoding: 8172 8172 1289\nWidth: 611\nFlags: W\nHStem: 0 16<237 245> 438 29<-19.742 -2.742> 623 30<349 385> 637 16<146 156.333>\nVStem: -98.742 41<512 520> 502 103<495 517>\nDStem: 200 515 322 595 82 90 251 347\nRef: 929 929 N 1 0 0 1 0 0\nRef: 8190 8190 N 1 0 0 1 -347.742 -119\nEndChar\nStartChar: uni1FED\nEncoding: 8173 8173 1290\nWidth: 534\nFlags: W\nVStem: 195 100<593 617> 294 72<556 717> 390 100<593 617>\nFore\n428 557 m 0\n 407 557 390 571 390 593 c 0\n 390 624 421 653 452 653 c 0\n 473 653 490 639 490 617 c 0\n 490 586 459 557 428 557 c 0\n366 557 m 1\n 342 557 l 1\n 330 594 294 673 294 714 c 0\n 294 737 312 752 335 752 c 0\n 363 752 365 734 365 711 c 1\n 366 557 l 1\n233 557 m 0\n 212 557 195 571 195 593 c 0\n 195 624 226 653 257 653 c 0\n 278 653 295 639 295 617 c 0\n 295 586 264 557 233 557 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni1FEE\nEncoding: 8174 8174 1291\nWidth: 534\nFlags: W\nVStem: 190 100<593 617> 385 100<593 617>\nFore\n423 557 m 0\n 402 557 385 571 385 593 c 0\n 385 624 416 653 447 653 c 0\n 468 653 485 639 485 617 c 0\n 485 586 454 557 423 557 c 0\n313 557 m 1\n 289 557 l 1\n 366 711 l 2\n 377 734 388 752 416 752 c 0\n 426 752 445 746 445 733 c 0\n 445 700 339 590 313 557 c 1\n228 557 m 0\n 207 557 190 571 190 593 c 0\n 190 624 221 653 252 653 c 0\n 273 653 290 639 290 617 c 0\n 290 586 259 557 228 557 c 0\nEndSplineSet\nMinimumDistance: x3,-1 \nEndChar\nStartChar: uni1FEF\nEncoding: 8175 8175 1292\nWidth: 500\nFlags: W\nVStem: 297 72<556 718>\nFore\n369 557 m 1\n 345 557 l 1\n 334 591 297 675 297 713 c 0\n 297 737 314 752 337 752 c 0\n 365 752 368 735 368 711 c 1\n 369 557 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni1FF2\nEncoding: 8178 8178 1293\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402>\nVStem: 11 81<105 155> 176 77<-204 -188> 297 72<556 718> 301 99<296 351> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8175 8175 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF3\nEncoding: 8179 8179 1294\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402>\nVStem: 11 81<105 155> 176 77<-204 -188> 301 99<296 351> 560 80<300 349>\nFore\n394 -10 m 0\n 312 -10 291 51 300 122 c 1\n 297 122 l 1\n 271 51 221 -10 139 -10 c 0\n 46 -10 11 74 11 155 c 0\n 11 301 122 457 277 461 c 1\n 271 437 l 1\n 164 426 136 325 114 237 c 0\n 103 194 92 150 92 105 c 0\n 92 61 105 19 157 19 c 0\n 275 19 301 209 301 296 c 0\n 301 337 316 385 365 385 c 0\n 387 385 400 373 400 351 c 0\n 400 299 325 197 325 100 c 0\n 325 57 341 19 390 19 c 0\n 502 19 560 260 560 349 c 0\n 560 400 537 432 484 437 c 1\n 490 461 l 1\n 587 459 640 395 640 300 c 0\n 640 174 533 -10 394 -10 c 0\n349 -165 m 1\n 335 -223 293 -253 234 -253 c 0\n 201 -253 176 -242 176 -205 c 0\n 176 -163 194 -116 204 -75 c 1\n 280 -75 l 1\n 271 -112 253 -157 253 -196 c 0\n 253 -208 259 -216 272 -216 c 0\n 300 -216 318 -189 324 -165 c 1\n 349 -165 l 1\nEndSplineSet\nMinimumDistance: x18,-1 \nEndChar\nStartChar: uni1FF4\nEncoding: 8180 8180 1295\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402>\nVStem: 11 81<105 155> 176 77<-204 -188> 301 99<296 351> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8189 8189 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF6\nEncoding: 8182 8182 1296\nWidth: 693\nFlags: W\nHStem: -10 29<138 157 378 402>\nVStem: 11 81<105 155> 301 99<296 351> 560 80<300 349>\nRef: 969 969 N 1 0 0 1 0 0\nRef: 8128 8128 N 1 0 0 1 81.0758 -96\nEndChar\nStartChar: uni1FF7\nEncoding: 8183 8183 1297\nWidth: 693\nFlags: W\nHStem: -253 178<218 252> -10 29<138 157 378 402>\nVStem: 11 81<105 155> 176 77<-204 -188> 301 99<296 351> 560 80<300 349>\nRef: 8179 8179 N 1 0 0 1 0 0\nRef: 8128 8128 S 1 0 0 1 0 0\nEndChar\nStartChar: uni1FF8\nEncoding: 8184 8184 1298\nWidth: 682\nFlags: W\nHStem: -18 33<267 291> 633 33<449 467>\nVStem: 2.33899 72<457 619> 50 105<180 227> 584 105<422 472>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -294.661 -99\nEndChar\nStartChar: uni1FF9\nEncoding: 8185 8185 1299\nWidth: 682\nFlags: W\nHStem: -18 33<267 291> 633 33<449 467>\nVStem: 50 105<180 227> 584 105<422 472>\nRef: 927 927 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -288.961 -99\nEndChar\nStartChar: uni1FFA\nEncoding: 8186 8186 1300\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 641 36<489 512>\nVStem: -4.819 72<487 649>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8175 8175 N 1 0 0 1 -301.819 -69\nEndChar\nStartChar: uni1FFB\nEncoding: 8187 8187 1301\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 641 36<489 512>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8189 8189 N 1 0 0 1 -296.119 -69\nEndChar\nStartChar: uni1FFC\nEncoding: 8188 8188 1302\nWidth: 744\nFlags: W\nHStem: 0 81<89 229 452 603> 641 36<489 512>\nDStem: 240 124 281 147 229 81 250 0 441 147 469 124 387 0 452 81\nRef: 937 937 N 1 0 0 1 0 0\nRef: 8126 8126 N 1 0 0 1 772.211 253\nEndChar\nStartChar: uni1FFD\nEncoding: 8189 8189 1302\nWidth: 500\nFlags: W\nFore\n278 557 m 1\n 254 557 l 1\n 332 711 l 1\n 343 734 354 752 382 752 c 0\n 397 752 411 745 411 729 c 0\n 411 702 280 559 278 557 c 1\nEndSplineSet\nEndChar\nStartChar: uni1FFE\nEncoding: 8190 8190 1303\nWidth: 500\nFlags: W\nHStem: 557 29<328 345>\nVStem: 249 41<631 639>\nFore\n376 687 m 0\n 365 687 354 692 343 692 c 0\n 310 692 290 664 290 633 c 0\n 290 605 312 586 339 586 c 0\n 358 586 378 588 396 594 c 1\n 398 570 l 1\n 376 561 352 557 328 557 c 0\n 282 557 249 591 249 636 c 0\n 249 714 317 772 392 772 c 0\n 412 772 435 763 435 739 c 0\n 435 705 408 687 376 687 c 0\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: endash\nEncoding: 8211 8211 1304\nWidth: 500\nFlags: W\nHStem: 197 46<2 497>\nFore\n505 243 m 1\n 497 197 l 1\n -6 197 l 1\n 2 243 l 1\n 505 243 l 1\nEndSplineSet\nEndChar\nStartChar: emdash\nEncoding: 8212 8212 1305\nWidth: 889\nFlags: W\nHStem: 197 46<2 886>\nFore\n894 243 m 1\n 886 197 l 1\n -6 197 l 1\n 2 243 l 1\n 894 243 l 1\nEndSplineSet\nEndChar\nStartChar: quoteleft\nEncoding: 8216 8216 1306\nWidth: 333\nFlags: W\nVStem: 171 108.993<483 507>\nFore\n301 666 m 1\n 310 649 l 1\n 258 614 235 587 235 560 c 0\n 235 550 240 542 255 528 c 0\n 274 511 280 500 280 483 c 0\n 280 456 258 436 229 436 c 0\n 196 436 171 467 171 507 c 0\n 171 563 217 619 301 666 c 1\nEndSplineSet\nKernsSLIF: 89 -15 1 0 87 -5 1 0 86 -8 1 0 84 -9 1 0 197 -78 1 0 196 -78 1 0 193 -78 1 0 198 -131 1 0 65 -78 1 0\nEndChar\nStartChar: quoteright\nEncoding: 8217 8217 1307\nWidth: 333\nFlags: W\nVStem: 181 108.995<595 619>\nFore\n160 436 m 1\n 151 453 l 1\n 203 488 226 515 226 541 c 0\n 226 551 220 560 206 574 c 0\n 187 591 181 602 181 619 c 0\n 181 646 203 666 232 666 c 0\n 265 666 290 635 290 595 c 0\n 290 539 244 482 160 436 c 1\nEndSplineSet\nKernsSLIF: 121 -28 1 0 119 -26 1 0 118 -28 1 0 116 -49 1 0 115 -63 1 0 114 -57 1 0 46 -78 1 0 111 -78 1 0 100 -79 1 0 44 -73 1 0 197 -87 1 0 196 -87 1 0 193 -87 1 0 198 -140 1 0 65 -87 1 0\nEndChar\nStartChar: quotesinglbase\nEncoding: 8218 8218 1308\nWidth: 333\nFlags: W\nVStem: 74 108.995<30 54>\nFore\n53 -129 m 1\n 44 -112 l 1\n 96 -77 119 -50 119 -23 c 0\n 119 -13 114 -5 99 9 c 0\n 80 26 74 37 74 54 c 0\n 74 81 96 101 125 101 c 0\n 158 101 183 70 183 30 c 0\n 183 -26 137 -82 53 -129 c 1\nEndSplineSet\nEndChar\nStartChar: quotereversed\nEncoding: 8219 8219 1309\nWidth: 333\nFlags: W\nFore\n199 428 m 1\n 171 484 150 579 190 632 c 0\n 216 667 253 675 280 655 c 0\n 287 650 317 621 292 587 c 0\n 266 552 229 578 209 551 c 0\n 187 521 209 458 217 436 c 1\n 199 428 l 1\nEndSplineSet\nEndChar\nStartChar: quotedblleft\nEncoding: 8220 8220 1310\nWidth: 556\nFlags: W\nVStem: 166 108.993<483 507> 375 108.993<483 507>\nFore\n296 666 m 1\n 305 649 l 1\n 253 614 230 587 230 560 c 0\n 230 550 235 542 250 528 c 0\n 269 511 275 500 275 483 c 0\n 275 456 253 436 224 436 c 0\n 191 436 166 467 166 507 c 0\n 166 563 212 619 296 666 c 1\n505 666 m 1\n 514 649 l 1\n 462 614 439 587 439 560 c 0\n 439 550 444 542 459 528 c 0\n 478 511 484 500 484 483 c 0\n 484 456 462 436 433 436 c 0\n 400 436 375 467 375 507 c 0\n 375 563 421 619 505 666 c 1\nEndSplineSet\nKernsSLIF: 89 -25 1 0 87 -15 1 0 86 -17 1 0 84 -19 1 0 197 -88 1 0 196 -88 1 0 193 -88 1 0 198 -141 1 0 65 -88 1 0\nEndChar\nStartChar: quotedblright\nEncoding: 8221 8221 1311\nWidth: 556\nFlags: W\nVStem: 181 108.995<595 619> 390 108.995<595 619>\nFore\n160 436 m 1\n 151 453 l 1\n 203 488 226 515 226 541 c 0\n 226 551 220 560 206 574 c 0\n 187 591 181 602 181 619 c 0\n 181 646 203 666 232 666 c 0\n 265 666 290 635 290 595 c 0\n 290 539 244 482 160 436 c 1\n369 436 m 1\n 360 453 l 1\n 412 488 435 515 435 541 c 0\n 435 551 429 560 415 574 c 0\n 396 591 390 602 390 619 c 0\n 390 646 412 666 441 666 c 0\n 474 666 499 635 499 595 c 0\n 499 539 453 482 369 436 c 1\nEndSplineSet\nKernsSLIF: 89 -30 1 0 87 -19 1 0 86 -22 1 0 84 -21 1 0 197 -94 1 0 196 -94 1 0 193 -94 1 0 198 -147 1 0 65 -94 1 0\nEndChar\nStartChar: quotedblbase\nEncoding: 8222 8222 1312\nWidth: 556\nFlags: W\nVStem: 87 108.995<30 54> 296 108.995<30 54>\nFore\n66 -129 m 1\n 57 -112 l 1\n 109 -77 132 -50 132 -23 c 0\n 132 -13 127 -5 112 9 c 0\n 93 26 87 37 87 54 c 0\n 87 81 109 101 138 101 c 0\n 171 101 196 70 196 30 c 0\n 196 -26 150 -82 66 -129 c 1\n275 -129 m 1\n 266 -112 l 1\n 318 -77 341 -50 341 -23 c 0\n 341 -13 336 -5 321 9 c 0\n 302 26 296 37 296 54 c 0\n 296 81 318 101 347 101 c 0\n 380 101 405 70 405 30 c 0\n 405 -26 359 -82 275 -129 c 1\nEndSplineSet\nKernsSLIF: 89 -69 1 0 87 -84 1 0 86 -96 1 0 84 -64 1 0 198 -13 1 0 65 1 1 0\nEndChar\nStartChar: uni201F\nEncoding: 8223 8223 1313\nWidth: 556\nFlags: W\nFore\n199 428 m 1\n 171 484 150 579 190 632 c 0\n 216 667 253 675 280 655 c 0\n 287 650 317 621 292 587 c 0\n 266 552 229 578 209 551 c 0\n 187 521 209 458 217 436 c 1\n 199 428 l 1\n409 428 m 1\n 381 484 360 579 400 632 c 0\n 426 667 463 675 490 655 c 0\n 497 650 527 621 502 587 c 0\n 476 552 439 578 419 551 c 0\n 397 521 419 458 427 436 c 1\n 409 428 l 1\nEndSplineSet\nEndChar\nStartChar: dagger\nEncoding: 8224 8224 1314\nWidth: 500\nFlags: W\nHStem: 395 82<144 156 437 453> 426 21<261 279 304.063 329.583>\nVStem: 101 387<427 447> 286 89<609 623>\nFore\n179 -159 m 1\n 157 -159 l 1\n 177 -58 l 2\n 198 47 211 141 211 194 c 0\n 211 204 210 216 208 235 c 0\n 206 251 206 257 206 262 c 1\n 245 305 267 352 280 426 c 1\n 239 426 223 422 184 406 c 0\n 164 397 156 395 145 395 c 0\n 117 395 101 411 101 437 c 0\n 101 464 117 477 149 477 c 0\n 163 477 173 474 195 465 c 0\n 232 450 242 448 285 447 c 1\n 293 492 295 510 295 533 c 0\n 295 543 294 555 290 574 c 0\n 287 591 286 599 286 609 c 0\n 286 646 303 666 333 666 c 0\n 360 666 375 650 375 621 c 0\n 375 603 370 589 351 561 c 1\n 322 514 314 495 304 447 c 1\n 347 448 357 450 394 465 c 0\n 417 475 426 477 441 477 c 0\n 472 477 488 464 488 437 c 0\n 488 411 472 395 444 395 c 0\n 433 395 425 397 406 405 c 0\n 366 422 345 426 301 426 c 1\n 294 392 292 373 292 342 c 0\n 292 300 296 280 308 258 c 1\n 282 220 244 122 227 51 c 1\n 179 -159 l 1\nEndSplineSet\nMinimumDistance: x17,-1 \nEndChar\nStartChar: daggerdbl\nEncoding: 8225 8225 1315\nWidth: 500\nFlags: W\nHStem: 45 82<66 72 358 376> 396 82<138 151 438 448>\nVStem: 22 391<76 87> 101 390<429 447> 138 89<-98 -87> 286 89<609 622>\nFore\n282 427 m 1\n 264 427 l 2\n 245 427 230 423 200 410 c 0\n 176 400 162 396 149 396 c 0\n 121 396 101 414 101 438 c 128\n 101 462 119 478 148 478 c 0\n 160 478 171 475 195 466 c 0\n 235 451 247 449 286 448 c 1\n 293 483 295 503 295 524 c 0\n 295 542 293 563 289 586 c 0\n 287 597 286 606 286 612 c 0\n 286 641 308 666 334 666 c 0\n 358 666 375 648 375 621 c 0\n 375 603 369 587 349 557 c 0\n 320 510 313 492 306 448 c 1\n 345 449 357 451 397 466 c 0\n 422 475 432 478 446 478 c 0\n 473 478 491 462 491 438 c 128\n 491 414 471 396 442 396 c 0\n 430 396 416 400 392 410 c 0\n 362 423 347 427 328 427 c 2\n 302 427 l 1\n 295 396 291 363 291 342 c 0\n 291 320 295 301 307 259 c 1\n 270 223 250 180 231 96 c 1\n 250 96 l 2\n 269 96 284 100 314 113 c 0\n 338 123 352 127 365 127 c 0\n 393 127 413 109 413 85 c 128\n 413 61 395 45 366 45 c 0\n 354 45 343 48 319 57 c 0\n 280 72 267 74 228 75 c 1\n 221 43 218 23 218 -1 c 0\n 218 -20 220 -40 224 -63 c 0\n 226 -74 227 -83 227 -89 c 0\n 227 -118 205 -143 179 -143 c 0\n 155 -143 138 -125 138 -97 c 0\n 138 -79 144 -64 164 -33 c 0\n 193 14 200 32 207 75 c 1\n 168 74 155 72 116 57 c 0\n 91 47 81 45 67 45 c 0\n 40 45 22 61 22 85 c 128\n 22 109 42 127 70 127 c 0\n 83 127 97 123 121 113 c 0\n 151 100 166 96 185 96 c 2\n 211 96 l 1\n 218 130 222 161 222 182 c 128\n 222 203 220 211 206 264 c 1\n 243 300 263 343 282 427 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: bullet\nEncoding: 8226 8226 1316\nWidth: 350\nFlags: W\nHStem: 191 270<168 184>\nVStem: 40 270<319 335>\nFore\n174 461 m 0\n 251 461 310 401 310 324 c 0\n 310 252 249 191 175 191 c 0\n 100 191 40 251 40 327 c 0\n 40 401 99 461 174 461 c 0\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: uni2023\nEncoding: 8227 8227 1317\nWidth: 350\nFlags: W\nFore\n40 180 m 1\n 40 483 l 1\n 310 331 l 1\n 40 180 l 1\nEndSplineSet\nEndChar\nStartChar: onedotenleader\nEncoding: 8228 8228 1318\nWidth: 250\nFlags: H\nRef: 46 46 N 1 0 0 1 0 0\nEndChar\nStartChar: twodotenleader\nEncoding: 8229 8229 1319\nWidth: 500\nFlags: H\nRef: 46 46 N 1 0 0 1 250 0\nRef: 46 46 N 1 0 0 1 0 0\nEndChar\nStartChar: ellipsis\nEncoding: 8230 8230 1318\nWidth: 889\nFlags: W\nHStem: -11 111<105 121 406 411 697 713>\nVStem: 57 111<37 53> 354 111<37 53> 651 111<37 53>\nFore\n112 100 m 0\n 142 100 168 74 168 43 c 0\n 168 13 142 -11 110 -11 c 0\n 82 -11 57 14 57 43 c 0\n 57 74 82 100 112 100 c 0\n409 100 m 0\n 439 100 465 74 465 43 c 0\n 465 13 439 -11 407 -11 c 0\n 379 -11 354 14 354 43 c 0\n 354 74 379 100 409 100 c 0\n706 100 m 0\n 736 100 762 74 762 43 c 0\n 762 13 736 -11 704 -11 c 0\n 676 -11 651 14 651 43 c 0\n 651 74 676 100 706 100 c 0\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: perthousand\nEncoding: 8240 8240 1319\nWidth: 1000\nFlags: W\nHStem: -19 27<482 501 846 857> 302 28<556 569 916 928> 326 27<144 157> 583 26<361 395>\nVStem: 286 24<541 573> 366 72.0031<80 121> 627 23<205 221> 726 72.0022<76 121> 987 23<205 221>\nDStem: 502 641 586 706 109 -18 155 -18\nFore\n586 706 m 1\n 155 -18 l 1\n 109 -18 l 1\n 502 641 l 1\n 465 598 432 583 371 583 c 0\n 352 583 346 584 306 597 c 1\n 307 594 307 591 307 590 c 0\n 310 577 310 575 310 563 c 0\n 310 437 232 326 144 326 c 0\n 77 326 25 386 25 463 c 0\n 25 575 117 676 218 676 c 0\n 240 676 252 670 280 648 c 0\n 317 617 338 609 383 609 c 0\n 436 609 455 621 542 706 c 1\n 586 706 l 1\n212 650 m 0\n 205 651 179 631 163 611 c 0\n 126 567 99 495 96 431 c 0\n 94 385 117 353 154 353 c 0\n 225 353 286 452 286 566 c 0\n 286 599 282 606 251 621 c 0\n 244 624 240 627 229 638 c 0\n 221 646 216 649 212 650 c 0\n557 330 m 0\n 616 330 650 287 650 212 c 0\n 650 91 573 -19 487 -19 c 0\n 453 -19 415 0 393 29 c 0\n 375 54 366 83 366 121 c 0\n 366 229 459 330 557 330 c 0\n566 302 m 0\n 536 302 507 279 481 233 c 0\n 456 188 438 124 438 80 c 128\n 438 36 459 8 492 8 c 128\n 525 8 554 26 579 61 c 0\n 608 103 627 164 627 214 c 128\n 627 264 601 302 566 302 c 0\n917 330 m 0\n 976 330 1010 287 1010 212 c 0\n 1010 90 933 -19 847 -19 c 0\n 813 -19 775 0 753 29 c 0\n 735 54 726 83 726 121 c 0\n 726 229 819 330 917 330 c 0\n926 302 m 0\n 908 302 888 293 874 278 c 0\n 830 231 798 146 798 76 c 0\n 798 36 820 8 852 8 c 0\n 885 8 914 26 939 61 c 0\n 968 102 987 164 987 214 c 0\n 987 265 961 302 926 302 c 0\nEndSplineSet\nEndChar\nStartChar: uni2031\nEncoding: 8241 8241 1320\nWidth: 1601\nFlags: W\nHStem: 0 30<593 609 977 993 1361 1377> 289 34<197 218> 339 32<682 695 1066 1079 1450 1463> 583 25<447 469> 632 30<293 303>\nVStem: 79 76<394 423> 377 26<531 553> 468 76<105 137> 765 25<243 263> 852 76<105 137> 1149 25<243 263> 1236 76<105 137> 1533 25<243 263>\nDStem: 568 609 653 676 220 -13 267 -13\nFore\n468 137 m 0\n 468 247 575 371 681 371 c 0\n 701 371 790 369 790 261 c 0\n 790 146 707 0 593 0 c 0\n 507 0 468 53 468 137 c 0\n544 105 m 0\n 544 82 544 30 607 30 c 0\n 701 30 765 183 765 253 c 0\n 765 305 734 339 693 339 c 0\n 600 339 544 156 544 105 c 0\n653 676 m 1\n 267 -13 l 1\n 220 -13 l 1\n 568 609 l 1\n 566 611 l 1\n 541 597 514 583 461 583 c 0\n 424 583 412 587 396 593 c 1\n 399 578 403 562 403 541 c 0\n 403 466 336 289 197 289 c 0\n 143 289 79 332 79 423 c 0\n 79 535 184 662 294 662 c 0\n 324 662 350 654 365 641 c 2\n 383 625 l 2\n 397 613 420 608 456 608 c 0\n 543 608 588 651 613 676 c 1\n 653 676 l 1\n218 323 m 0\n 300 323 377 444 377 551 c 0\n 377 569 374 581 368 600 c 1\n 314 613 318 632 300 632 c 0\n 236 632 155 486 155 394 c 0\n 155 373 155 323 218 323 c 0\n852 137 m 0\n 852 247 959 371 1065 371 c 0\n 1085 371 1174 369 1174 261 c 0\n 1174 146 1091 0 977 0 c 0\n 891 0 852 53 852 137 c 0\n928 105 m 0\n 928 82 928 30 991 30 c 0\n 1085 30 1149 183 1149 253 c 0\n 1149 305 1118 339 1077 339 c 0\n 984 339 928 156 928 105 c 0\n1236 137 m 0\n 1236 247 1343 371 1449 371 c 0\n 1469 371 1558 369 1558 261 c 0\n 1558 146 1475 0 1361 0 c 0\n 1275 0 1236 53 1236 137 c 0\n1312 105 m 0\n 1312 82 1312 30 1375 30 c 0\n 1469 30 1533 183 1533 253 c 0\n 1533 305 1502 339 1461 339 c 0\n 1368 339 1312 156 1312 105 c 0\nEndSplineSet\nMinimumDistance: x38,-1 \nEndChar\nStartChar: uni2038\nEncoding: 8248 8248 1321\nWidth: 469\nFlags: W\nDStem: 261 203 270 127 -21 -162 47 -162 270 127 321 203 333 -162 401 -162\nFore\n47 -162 m 1\n -21 -162 l 1\n 261 203 l 1\n 321 203 l 1\n 401 -162 l 1\n 333 -162 l 1\n 270 127 l 1\n 47 -162 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: guilsinglleft\nEncoding: 8249 8249 1322\nWidth: 333\nFlags: W\nFore\n51 216 m 1\n 51 225 l 1\n 87 252 l 2\n 144 296 152 303 178 326 c 0\n 244 384 268 403 274 403 c 0\n 278 403 281 399 281 395 c 0\n 281 380 243 333 190 284 c 0\n 179 275 153 247 125 217 c 1\n 145 177 l 1\n 181 110 207 54 207 44 c 0\n 207 40 204 37 200 37 c 0\n 191 37 165 66 139 105 c 0\n 133 114 127 122 118 132 c 0\n 84 171 63 198 51 216 c 1\nEndSplineSet\nEndChar\nStartChar: guilsinglright\nEncoding: 8250 8250 1323\nWidth: 333\nFlags: W\nFore\n282 224 m 1\n 282 215 l 1\n 191 145 181 137 155 114 c 0\n 91 58 65 37 59 37 c 0\n 55 37 52 41 52 45 c 0\n 52 60 90 107 143 156 c 0\n 154 165 180 192 208 223 c 1\n 188 263 l 1\n 152 330 126 386 126 396 c 0\n 126 400 129 403 133 403 c 0\n 142 403 168 374 194 335 c 0\n 200 327 206 318 215 308 c 0\n 248 269 270 242 282 224 c 1\nEndSplineSet\nKernsSLIF: 89 -80 1 0 87 -66 1 0 86 -75 1 0 84 -76 1 0 197 -24 1 0 196 -24 1 0 193 -24 1 0 198 -50 1 0 65 -24 1 0\nEndChar\nStartChar: uni203B\nEncoding: 8251 8251 1324\nWidth: 629\nFlags: W\nHStem: -26 111<309 317> 212 111<69 85 549 556> 452 111<309 317>\nVStem: 21 111<262 268> 260 111<22 38 502 508> 499 111<262 268>\nDStem: 57 487 94 524 277 266 315 302 277 266 315 230 57 45 94 8 315 230 353 266 536 8 573 45 536 524 573 487 315 302 353 266\nFore\n573 487 m 1\n 353 266 l 1\n 573 45 l 1\n 536 8 l 1\n 315 230 l 1\n 94 8 l 1\n 57 45 l 1\n 277 266 l 1\n 57 487 l 1\n 94 524 l 1\n 315 302 l 1\n 536 524 l 1\n 573 487 l 1\n315 452 m 0\n 294 452 260 468 260 506 c 0\n 260 538 285 563 315 563 c 128\n 345 563 371 537 371 506 c 0\n 371 469 336 452 315 452 c 0\n315 -26 m 0\n 294 -26 260 -10 260 28 c 0\n 260 60 285 85 315 85 c 128\n 345 85 371 59 371 28 c 0\n 371 -9 336 -26 315 -26 c 0\n76 212 m 0\n 55 212 21 228 21 266 c 0\n 21 298 46 323 76 323 c 128\n 106 323 132 297 132 266 c 0\n 132 229 97 212 76 212 c 0\n554 212 m 0\n 533 212 499 228 499 266 c 0\n 499 298 524 323 554 323 c 128\n 584 323 610 297 610 266 c 0\n 610 229 575 212 554 212 c 0\nEndSplineSet\nMinimumDistance: x27,-1 \nEndChar\nStartChar: exclamdbl\nEncoding: 8252 8252 1325\nWidth: 666\nFlags: H\nRef: 33 33 N 1 0 0 1 333 0\nRef: 33 33 N 1 0 0 1 0 0\nEndChar\nStartChar: uni203D\nEncoding: 8253 8253 1325\nWidth: 500\nFlags: W\nHStem: -12 103<180 188> 642 21.8004<308 314>\nVStem: 132 106<36 43> 148 80<554 595> 148.995 98.005<543 550> 415.028 92.9723<536 552>\nFore\n212 181 m 1\n 245 331 264 425 284 551 c 0\n 292 602 303 628 315 642 c 1\n 309 642 228 642 228 595 c 0\n 228 571 247 564 247 542 c 0\n 247 512 209 507 197 507 c 0\n 167 507 148 525 148 554 c 0\n 148 625 230 664 319 664 c 0\n 439 664 508 611 508 537 c 0\n 508 370 289 334 232 177 c 1\n 212 181 l 1\n394 616 m 1\n 394 576 384 556 327 428 c 0\n 312 394 297 355 281 316 c 1\n 341 391 416 444 416 558 c 0\n 416 572 413 597 394 616 c 1\n238 41 m 0\n 238 21 222 -12 186 -12 c 0\n 155 -12 132 10 132 39 c 128\n 132 68 155 91 185 91 c 0\n 222 91 238 58 238 41 c 0\nEndSplineSet\nEndChar\nStartChar: uni203F\nEncoding: 8255 8255 1326\nWidth: 953\nFlags: W\nHStem: 121 86<437 501>\nFore\n53 368 m 1\n 69 377 l 1\n 128 303 206 207 460 207 c 0\n 562 207 781 207 890 377 c 1\n 906 365 l 1\n 875 307 805 241 749 203 c 0\n 677 154 605 121 467 121 c 0\n 295 121 145 213 53 368 c 1\nEndSplineSet\nEndChar\nStartChar: uni2040\nEncoding: 8256 8256 1327\nWidth: 953\nFlags: W\nHStem: 291 86<437 501>\nFore\n53 130 m 1\n 145 285 295 377 467 377 c 0\n 605 377 677 344 749 295 c 0\n 805 257 875 191 906 133 c 1\n 890 121 l 1\n 781 291 562 291 460 291 c 0\n 206 291 128 195 69 121 c 1\n 53 130 l 1\nEndSplineSet\nEndChar\nStartChar: uni2041\nEncoding: 8257 8257 1328\nWidth: 314\nFlags: W\nDStem: 202 228 265 330 215 -14 283 -14 407 676 474 676 -13 -14 265 330 407 676 202 228 -13 -14 55 -14\nFore\n202 228 m 1\n 55 -14 l 1\n -13 -14 l 1\n 407 676 l 1\n 474 676 l 1\n 265 330 l 1\n 283 -14 l 1\n 215 -14 l 1\n 202 228 l 1\nEndSplineSet\nEndChar\nStartChar: uni2042\nEncoding: 8258 8258 1329\nWidth: 931\nFlags: W\nHStem: -85 411<243 255 673 685> 278 411<462 474>\nVStem: 214 74<-47 -37 277 289> 241 19<75 91 137 171> 433 74<315 326 639.789 652> 460 19<441 444 500 525> 644 74<-47 -37 277 289> 671 19<75 91 137 171>\nFore\n288 396 m 0\n 288 459 369 426 453 484 c 1\n 442 491 l 2\n 374 534 288 512 288 570 c 0\n 288 577 294 604 321 604 c 0\n 366 604 365 550 460 499 c 1\n 460 512 l 2\n 460 593 435 606 435 650 c 0\n 435 689 465 689 472 689 c 0\n 498 689 506 663 506 650 c 0\n 506 623 479 575 479 523 c 2\n 479 497 l 1\n 486 501 l 2\n 551 538 577 606 614 606 c 0\n 626 606 650 598 650 570 c 0\n 650 506 590 548 487 483 c 1\n 495 478 l 2\n 576 427 651 458 651 399 c 0\n 651 375 634 363 615 363 c 0\n 571 363 548 440 486 466 c 2\n 479 469 l 1\n 479 462 l 2\n 479 363 507 350 507 320 c 0\n 507 301 493 278 468 278 c 0\n 451 278 433 292 433 317 c 0\n 433 348 469 402 460 462 c 2\n 459 469 l 1\n 408 435 408 435 383 407 c 0\n 350 370 345 364 322 364 c 0\n 296 364 288 385 288 396 c 0\n69 33 m 0\n 69 96 150 63 234 121 c 1\n 223 128 l 2\n 155 171 69 149 69 207 c 0\n 69 214 75 241 102 241 c 0\n 147 241 146 187 241 136 c 1\n 241 149 l 2\n 241 230 216 243 216 287 c 0\n 216 326 246 326 253 326 c 0\n 279 326 287 300 287 287 c 0\n 287 260 260 212 260 160 c 2\n 260 134 l 1\n 267 138 l 2\n 332 175 358 243 395 243 c 0\n 407 243 431 235 431 207 c 0\n 431 143 371 185 268 120 c 1\n 276 115 l 2\n 357 64 432 95 432 36 c 0\n 432 12 415 0 396 0 c 0\n 352 0 329 77 267 103 c 2\n 260 106 l 1\n 260 99 l 2\n 260 0 288 -13 288 -43 c 0\n 288 -62 274 -85 249 -85 c 0\n 232 -85 214 -71 214 -46 c 0\n 214 -15 250 39 241 99 c 2\n 240 106 l 1\n 189 72 189 72 164 44 c 0\n 131 7 126 1 103 1 c 0\n 77 1 69 22 69 33 c 0\n499 33 m 0\n 499 96 580 63 664 121 c 1\n 653 128 l 2\n 585 171 499 149 499 207 c 0\n 499 214 505 241 532 241 c 0\n 577 241 576 187 671 136 c 1\n 671 149 l 2\n 671 230 646 243 646 287 c 0\n 646 326 676 326 683 326 c 0\n 709 326 717 300 717 287 c 0\n 717 260 690 212 690 160 c 2\n 690 134 l 1\n 697 138 l 2\n 762 175 788 243 825 243 c 0\n 837 243 861 235 861 207 c 0\n 861 143 801 185 698 120 c 1\n 706 115 l 2\n 787 64 862 95 862 36 c 0\n 862 12 845 0 826 0 c 0\n 782 0 759 77 697 103 c 2\n 690 106 l 1\n 690 99 l 2\n 690 0 718 -13 718 -43 c 0\n 718 -62 704 -85 679 -85 c 0\n 662 -85 644 -71 644 -46 c 0\n 644 -15 680 39 671 99 c 2\n 670 106 l 1\n 619 72 619 72 594 44 c 0\n 561 7 556 1 533 1 c 0\n 507 1 499 22 499 33 c 0\nEndSplineSet\nMinimumDistance: x68,-1 \nEndChar\nStartChar: uni2043\nEncoding: 8259 8259 1330\nWidth: 333\nFlags: W\nHStem: 150 148<126 331>\nDStem: 126 298 372 298 85 150 331 150\nFore\n372 298 m 1\n 331 150 l 1\n 85 150 l 1\n 126 298 l 1\n 372 298 l 1\nEndSplineSet\nEndChar\nStartChar: fraction\nEncoding: 8260 8260 1331\nWidth: 167\nFlags: W\nDStem: 286 676 337 676 -169 -10 -118 -10\nFore\n337 676 m 1\n -118 -10 l 1\n -169 -10 l 1\n 286 676 l 1\n 337 676 l 1\nEndSplineSet\nEndChar\nStartChar: uni2045\nEncoding: 8261 8261 1332\nWidth: 480\nFlags: W\nVStem: 164.548 72.7366<-113.834 -84.0698> 279.304 72.1229<312 319>\nDStem: 219 121 297 136 174 -41 246 -47 335 541 410 546 290 378 360 363\nFore\n219 121 m 2\n 239 192 262 231 345 248 c 1\n 345 250 l 1\n 272 268 270 307 290 378 c 1\n 335 541 l 2\n 368 660 436 680 539 680 c 1\n 536 669 l 1\n 460 653 429 615 410 546 c 2\n 360 363 l 1\n 342 299 349 268 413 250 c 1\n 339 231 315 200 297 136 c 2\n 246 -47 l 2\n 227 -116 236 -154 303 -170 c 1\n 300 -181 l 1\n 197 -181 141 -161 174 -41 c 2\n 219 121 l 2\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: uni2046\nEncoding: 8262 8262 1333\nWidth: 480\nFlags: W\nVStem: 266.488 72.6992<171 187> 380.153 74.1121<587 603>\nDStem: 259 136 329 121 208 -47 283 -42 372 546 445 540 322 363 398 373\nFore\n398 373 m 1\n 400 378 l 1\n 380 307 356 268 274 251 c 1\n 273 249 l 1\n 346 231 349 192 329 121 c 2\n 283 -42 l 2\n 249 -161 183 -181 80 -181 c 1\n 83 -170 l 1\n 158 -154 189 -116 208 -47 c 2\n 259 136 l 2\n 277 200 269 231 205 250 c 1\n 279 268 304 299 322 363 c 1\n 372 546 l 2\n 391 615 382 653 316 669 c 1\n 319 680 l 1\n 422 680 479 660 445 540 c 2\n 398 373 l 1\nEndSplineSet\nEndChar\nStartChar: uni2047\nEncoding: 8263 8263 1334\nWidth: 1000\nFlags: H\nRef: 63 63 N 1 0 0 1 500 0\nRef: 63 63 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2048\nEncoding: 8264 8264 1335\nWidth: 833\nFlags: H\nRef: 33 33 N 1 0 0 1 500 0\nRef: 63 63 N 1 0 0 1 0 0\nEndChar\nStartChar: uni2049\nEncoding: 8265 8265 1336\nWidth: 833\nFlags: H\nRef: 63 63 N 1 0 0 1 333 0\nRef: 33 33 N 1 0 0 1 0 0\nEndChar\nStartChar: zerosuperior\nEncoding: 8304 8304 1337\nWidth: 300\nFlags: HW\nHStem: 259 28<139.411 156> 649 28<139.155 156>\nVStem: -5 75<450 500> 220 85<450 484>\nFore\n208 677 m 0\n 280 677 318 629 318 553 c 0\n 318 446 254 334 184 290 c 0\n 153 271 125 259 92 259 c 0\n 55 259 25 276 4 300 c 0\n -11 318 -18 347 -18 379 c 0\n -18 408 -13 441 -4 472 c 0\n 16 543 54 614 114 647 c 0\n 144 664 173 677 208 677 c 0\n200 649 m 0\n 148 649 102 584 70 467 c 0\n 57 422 52 387 52 359 c 0\n 52 310 70 287 100 287 c 128\n 147 287 190 361 220 467 c 0\n 234 520 242 561 242 590 c 0\n 242 630 229 649 200 649 c 0\nEndSplineSet\nEndChar\nStartChar: foursuperior\nEncoding: 8308 8308 1337\nWidth: 300\nFlags: W\nHStem: 376 42<75 195 268 314>\nDStem: 195 376 256 375 163 271 226 271 264 604 347 677 204 418 268 418 311 677 264 604 40 418 75 418\nFore\n323 418 m 1\n 314 375 l 1\n 256 375 l 1\n 226 271 l 1\n 163 271 l 1\n 195 376 l 1\n 27 376 l 1\n 40 418 l 1\n 311 677 l 1\n 347 677 l 1\n 268 418 l 1\n 323 418 l 1\n264 604 m 1\n 75 418 l 1\n 204 418 l 1\n 264 604 l 1\nEndSplineSet\nEndChar\nStartChar: fivesuperior\nEncoding: 8309 8309 1338\nWidth: 300\nFlags: W\nHStem: 262 87<5 29> 614 61<152 295>\nVStem: 196 82<416 456>\nDStem: 153 675 148 614 37 528 114 577\nFore\n87 310 m 0\n 137.409 310 196 351.971 196 416 c 0\n 196 454 172 479 116 498 c 0\n 91 507 67 518 46 518 c 0\n 41 518 35 520 35 522 c 0\n 35 525 37 526 37 528 c 25\n 153 675 l 1\n 305 675 l 2\n 319 675 327 678 341 690 c 1\n 346 686 l 1\n 301 620 l 2\n 298 615 295 614 283 614 c 2\n 148 614 l 1\n 114 577 l 1\n 189 564 225 550 247 524 c 0\n 268 502 278 481 278 456 c 0\n 278 444 275 431 271 416 c 0\n 245 320 145 262 29 262 c 0\n -11 262 -42 273 -42 300 c 0\n -42 327 -18 349 5 349 c 0\n 16 349 25 344 41 330 c 0\n 58 314 68 310 87 310 c 0\nEndSplineSet\nEndChar\nStartChar: sixsuperior\nEncoding: 8310 8310 1339\nWidth: 300\nFlags: HW\nHStem: 262 27<98 113> 496 39<150 184>\nVStem: -21 76<354 376> 207 85<432 448>\nFore\n98 262 m 0\n 29 262 -21 305 -21 376 c 0\n -21 396 -17 417 -11 439 c 0\n 12 522 65 589 158 636 c 0\n 217 666 262 675 344 681 c 1\n 336 653 l 1\n 238 640 151 596 108 507 c 1\n 140 531 160 535 184 535 c 0\n 253 535 292 501 292 446 c 0\n 292 433 289 419 285 404 c 0\n 262 320 189 262 98 262 c 0\n150 496 m 0\n 132 496 113 484 101 474 c 0\n 87 463 72 443 65 416 c 0\n 58 392 55 371 55 354 c 0\n 55 310 76 289 111 289 c 0\n 149 289 183 325 200 384 c 0\n 205 403 207 419 207 433 c 0\n 207 474 187 496 150 496 c 0\nEndSplineSet\nEndChar\nStartChar: sevensuperior\nEncoding: 8311 8311 1340\nWidth: 300\nFlags: W\nHStem: 617 58<75 257>\nDStem: 257 617 349 662 27 270 98 270\nFore\n352 675 m 1\n 349 662 l 1\n 98 270 l 1\n 27 270 l 1\n 257 617 l 1\n 130 617 l 2\n 92 617 77 610 37 575 c 1\n 27 580 l 1\n 75 675 l 1\n 352 675 l 1\nEndSplineSet\nEndChar\nStartChar: eightsuperior\nEncoding: 8312 8312 1341\nWidth: 300\nFlags: HW\nHStem: 259 27<82 110> 653 25<180 203>\nVStem: -29 72<326.651 348> 30 72<552 584> 184 90<361 396> 252 61<594 612>\nFore\n313 607 m 0\n 313 554 265 525 189 495 c 1\n 254 454 274 427 274 396 c 0\n 274 386 272 375 269 364 c 0\n 252 301 186 259 82 259 c 0\n 14 259 -29 291 -29 338 c 0\n -29 392 6 419 86 467 c 1\n 44 509 30 529 30 552 c 0\n 30 561 32 569 35 579 c 0\n 50 636 119 678 201 678 c 0\n 270 678 313 649 313 607 c 0\n140 424 m 2\n 108 450 l 1\n 70 420 43 384 43 339 c 0\n 43 305 64 286 96 286 c 0\n 142 286 171 308 182 346 c 0\n 184 351 184 357 184 361 c 0\n 184 384 169 402 140 424 c 2\n188 653 m 0\n 146 653 102 625 102 584 c 0\n 102 559 122 538 166 511 c 1\n 216 536 252 564 252 606 c 0\n 252 636 226 653 188 653 c 0\nEndSplineSet\nEndChar\nStartChar: ninesuperior\nEncoding: 8313 8313 1342\nWidth: 300\nFlags: HW\nRef: 8310 8310 N -1 0 0 -1 349.181 949\nEndChar\nStartChar: zeroinferior\nEncoding: 8320 8320 1343\nWidth: 300\nFlags: HW\nRef: 8304 8304 N 1 0 0 1 0 -471\nEndChar\nStartChar: oneinferior\nEncoding: 8321 8321 1338\nWidth: 300\nFlags: HW\nRef: 185 185 N 1 0 0 1 0 -471\nEndChar\nStartChar: twoinferior\nEncoding: 8322 8322 1339\nWidth: 300\nFlags: HW\nRef: 178 178 N 1 0 0 1 0 -471\nEndChar\nStartChar: threeinferior\nEncoding: 8323 8323 1340\nWidth: 300\nFlags: HW\nRef: 179 179 N 1 0 0 1 0 -471\nEndChar\nStartChar: fourinferior\nEncoding: 8324 8324 1341\nWidth: 300\nFlags: HW\nRef: 8308 8308 N 1 0 0 1 0 -471\nEndChar\nStartChar: fiveinferior\nEncoding: 8325 8325 1342\nWidth: 300\nFlags: HW\nRef: 8309 8309 N 1 0 0 1 0 -471\nEndChar\nStartChar: sixinferior\nEncoding: 8326 8326 1343\nWidth: 300\nFlags: HW\nRef: 8310 8310 N 1 0 0 1 0 -471\nEndChar\nStartChar: seveninferior\nEncoding: 8327 8327 1344\nWidth: 300\nFlags: HW\nRef: 8311 8311 N 1 0 0 1 0 -471\nEndChar\nStartChar: eightinferior\nEncoding: 8328 8328 1345\nWidth: 300\nFlags: HW\nRef: 8312 8312 N 1 0 0 1 0 -471\nEndChar\nStartChar: nineinferior\nEncoding: 8329 8329 1346\nWidth: 300\nFlags: HW\nRef: 8313 8313 N 1 0 0 1 0 -471\nEndChar\nStartChar: uni20A0\nEncoding: 8352 8352 1334\nWidth: 698\nFlags: W\nHStem: 0 13<250 272> 0 26<415 505> 223 27<349 366 444 553> 424 26<505 633> 438 12<371 381.5> 538 130<591 599> 663 28<459.411 489>\nVStem: 169.595 77.9015<368 384>\nDStem: 367 223 436 223 326 74 389 54 409 376 485 401 374 250 443 250\nFore\n374 250 m 1\n 409 376 l 2\n 424 429 413 434 371 438 c 1\n 371 450 l 1\n 732 450 l 1\n 707 353 l 1\n 690 353 l 1\n 696 413 682 424 607 424 c 2\n 515 424 l 2\n 500 424 491 424 485 401 c 1\n 443 250 l 1\n 548 250 l 2\n 609 250 621 266 641 315 c 1\n 656 315 l 1\n 613 157 l 1\n 598 157 l 1\n 605 211 597 220 540 221 c 2\n 436 223 l 1\n 389 54 l 1\n 381 27 381 26 482 26 c 0\n 568 26 608 46 656 115 c 1\n 676 115 l 1\n 613 0 l 1\n 250 0 l 1\n 250 13 l 1\n 294 15 311 21 326 74 c 1\n 367 223 l 1\n 347 223 l 2\n 237 223 134 287 181 456 c 0\n 223 608 361 691 478 691 c 0\n 539 691 576 668 591 668 c 0\n 594 668 616 668 629 691 c 1\n 643 691 l 1\n 606 538 l 1\n 591 538 l 1\n 593 609 559 663 476 663 c 0\n 442 663 399 649 362 621 c 0\n 329 595 287 552 260 454 c 0\n 220 310 281 250 367 250 c 2\n 374 250 l 1\nEndSplineSet\nMinimumDistance: x9,-1 \nEndChar\nStartChar: colonmonetary\nEncoding: 8353 8353 1335\nWidth: 667\nFlags: W\nHStem: -14 44<358 397> 451 192<722 724> 636 39.8903<546 552>\nVStem: 102.663 115.238<197 229>\nDStem: 179 40 204 23 66 -139 102 -139 256 1 287 -7 168 -139 204 -139 553 636 587 634 233 126 250 96 642 617 668 601 292 57 319 44 650 793 686 793 576 675 610 672 752 793 788 793 667 658 698 649\nFore\n668 601 m 1\n 319 44 l 1\n 342 34 368 30 397 30 c 0\n 520 30 612 101 651 131 c 1\n 664 113 l 1\n 663 111 542 -14 358 -14 c 0\n 334 -14 311 -12 287 -7 c 1\n 204 -139 l 1\n 168 -139 l 1\n 256 1 l 1\n 240 5 222 13 204 23 c 1\n 102 -139 l 1\n 66 -139 l 1\n 179 40 l 1\n 113 93 79 185 120 331 c 0\n 182 555 383 676 555 676 c 0\n 562 676 569 676 576 675 c 1\n 650 793 l 1\n 686 793 l 1\n 610 672 l 1\n 633 669 652 663 667 658 c 1\n 752 793 l 1\n 788 793 l 1\n 698 649 l 1\n 709 645 716 643 722 643 c 0\n 727 643 760 643 777 676 c 1\n 798 676 l 1\n 745 451 l 1\n 722 451 l 1\n 724 513 707 567 668 601 c 1\n642 617 m 1\n 626 625 608 631 587 634 c 1\n 250 96 l 1\n 261 80 276 67 292 57 c 1\n 642 617 l 1\n553 636 m 1\n 552 636 552 636 551 636 c 0\n 501 635 440 616 386 575 c 0\n 337 537 275 473 235 329 c 0\n 211 241 213 174 233 126 c 1\n 553 636 l 1\nEndSplineSet\nEndChar\nStartChar: uni20A2\nEncoding: 8354 8354 1336\nWidth: 667\nFlags: W\nHStem: 340 101<610 616> 630 36<462 498> 644 20G<668 689>\nVStem: 66 112<237 260>\nFore\n378 28 m 1\n 476 38 539 101 583 145 c 1\n 600 131 l 1\n 563 87 474 -18 328 -18 c 0\n 212 -18 66 52 66 252 c 0\n 66 445 243 666 472 666 c 0\n 544 666 605 642 628 642 c 0\n 657 642 663 654 668 664 c 1\n 689 664 l 1\n 652 490 l 1\n 634 493 l 1\n 632 496 623 630 480 630 c 0\n 280 630 178 388 178 241 c 0\n 178 130 218 53 303 32 c 1\n 375 292 l 2\n 385 329 391 363 391 372 c 0\n 391 386 386 402 355 402 c 0\n 344 402 333 399 322 397 c 1\n 322 414 l 1\n 373 421 432 434 477 441 c 1\n 480 439 l 1\n 431 240 l 1\n 433 238 l 1\n 441 258 l 2\n 468 327 550 441 613 441 c 0\n 636 441 661 426 661 392 c 0\n 661 340 625 340 614 340 c 0\n 571 340 586 376 562 376 c 0\n 531 376 471 265 463 250 c 0\n 428 184 413 140 378 28 c 1\nEndSplineSet\nMinimumDistance: x12,-1 \nEndChar\nStartChar: franc\nEncoding: 8355 8355 1337\nWidth: 611\nFlags: W\nHStem: 0 16<243 260> 254.969 35.8898<282 287> 403.899 33.1005<286 296 339 360> 620 33<376 456> 637 16<147 160>\nVStem: 8 252<1 16>\nDStem: 213 532 330 594 90 90 286 437 213 532 276 404 90 90 264 361 213 532 264 361 90 90 244 290 213 532 235 257 90 90 193 105\nFore\n438 348 m 1\n 438 354 l 0\n 438 398 405 401 388 401 c 0\n 339 401 299 404 280 404 c 2\n 276 404 l 1\n 264 361 l 1\n 244 290 l 1\n 383 293 407 293 438 348 c 1\n475 378 m 1\n 447 291 l 1\n 399 144 l 1\n 382 149 l 1\n 385 163 390 186 390 207 c 0\n 390 251 357 254 340 254 c 0\n 293 254 255 256 235 257 c 1\n 193 105 l 2\n 187 83 184 71 184 60 c 0\n 184 20 226 18 260 16 c 1\n 260 0 l 1\n 8 0 l 1\n 8 16 l 1\n 59 24 72 26 90 90 c 2\n 213 532 l 2\n 217 546 224 576 224 594 c 0\n 224 631 199 633 147 637 c 1\n 147 653 l 1\n 645 653 l 1\n 613 500 l 1\n 592 502 l 1\n 593 516 595 530 595 544 c 0\n 595 607 559 620 411 620 c 0\n 348 620 336 617 330 594 c 1\n 286 437 l 1\n 289 437 l 2\n 457 437 459 440 505 530 c 1\n 523 525 l 1\n 475 378 l 1\nEndSplineSet\nMinimumDistance: x30,-1 \nEndChar\nStartChar: lira\nEncoding: 8356 8356 1338\nWidth: 500\nFlags: W\nHStem: -6 22<66 86> 98 28<84 98> 264 46<66 177 272 408> 380 46<66 193 291 408> 641 29<403 426>\nVStem: 10.5856 21.4144<52 59> 65 344<264 310 380 426>\nFore\n32 53 m 0\n 32 37 44 16 78 16 c 0\n 102 16 138 42 146 73 c 1\n 125 88 111 98 85 98 c 0\n 35 98 32 58 32 53 c 0\n178 264 m 1\n 65 264 l 1\n 65 310 l 1\n 184 310 l 1\n 189 348 190 356 191 361 c 128\n 192 366 193 373 194 380 c 1\n 65 380 l 1\n 65 426 l 1\n 204 426 l 1\n 229 524 292 670 426 670 c 0\n 485 670 517 633 517 595 c 0\n 517 561 497 553 478 553 c 0\n 453 553 445 567 442 597 c 0\n 438 628 426 641 403 641 c 0\n 336 642 306 520 290 426 c 1\n 409 426 l 1\n 409 380 l 1\n 283 380 l 1\n 281 368 279 357 278 348 c 0\n 276 335 274 323 271 310 c 1\n 409 310 l 1\n 409 264 l 1\n 259 264 l 1\n 245 216 224 166 197 104 c 1\n 228 92 300 66 353 66 c 0\n 397 66 417 80 436 93 c 2\n 446 100 l 1\n 457 91 l 1\n 455 84 421 -6 317 -6 c 0\n 286 -6 246 -4 171 57 c 1\n 149 30 121 -6 77 -6 c 0\n 38 -6 10 14 10 64 c 0\n 10 82 33 126 99 126 c 0\n 120 126 120 126 160 115 c 1\n 168 180 174 228 178 264 c 1\nEndSplineSet\nMinimumDistance: x19,-1 \nEndChar\nStartChar: uni20A5\nEncoding: 8357 8357 1339\nWidth: 722\nFlags: W\nHStem: 0 21G<12 87>\nVStem: 354 77<362 376> 515 76<40 58> 593 79<365 374>\nDStem: 300 151 275 0 138 -114 205 -114 560 577 627 577 429 362 511 387\nFore\n429 362 m 1\n 560 577 l 1\n 627 577 l 1\n 511 387 l 1\n 546 421 581 441 613 441 c 0\n 649 441 672 414 672 374 c 0\n 672 340 591 72 591 58 c 0\n 591 41 594 38 606 38 c 0\n 625 38 651 70 689 117 c 1\n 704 105 l 1\n 699 98 l 2\n 663 47 613 -9 557 -9 c 0\n 515 -9 515 26 515 40 c 0\n 515 67 593 346 593 366 c 0\n 593 381 584 389 572 389 c 0\n 534 389 470 312 435 262 c 0\n 432 259 430 255 428 252 c 0\n 420 239 412 226 405 213 c 0\n 374 153 358 94 334 0 c 1\n 275 0 l 1\n 205 -114 l 1\n 138 -114 l 1\n 300 151 l 1\n 327 248 354 350 354 362 c 0\n 354 389 341 389 332 389 c 0\n 287 389 211 288 184 248 c 0\n 144 188 124 122 87 0 c 1\n 12 0 l 1\n 28 66 110 348 110 370 c 128\n 110 392 95 394 46 394 c 1\n 46 410 l 1\n 100 420 153 430 206 441 c 1\n 209 439 l 1\n 153 239 l 1\n 155 237 l 1\n 185 286 288 441 372 441 c 0\n 410 441 431 418 431 376 c 0\n 431 373 430 368 429 362 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni20A6\nEncoding: 8358 8358 1340\nWidth: 667\nFlags: W\nHStem: 0 16<163.5 178> 264 46<40 111 171 324 440 513 573 639> 380 46<71 144 202 275 392 545 606 672> 637 16<116 132 528 541.75>\nVStem: -20 198<1 16> 39 601<264 310> 70 603<380 426> 528 199<637 652>\nDStem: 202 581 229 529 158 426 201 426 233 529 277 653 276 426 371 426 295 380 391 380 325 310 420 310 344 264 439 264 461 -15 483 158\nFore\n344 264 m 1\n 158 264 l 1\n 117 113 l 2\n 110 87 108 69 108 61 c 0\n 108 21 149 18 178 16 c 1\n 178 0 l 1\n -20 0 l 1\n -20 16 l 1\n 35 24 45 34 83 164 c 2\n 112 264 l 1\n 39 264 l 1\n 39 310 l 1\n 125 310 l 1\n 145 380 l 1\n 70 380 l 1\n 70 426 l 1\n 158 426 l 1\n 202 581 l 1\n 185 618 164 634 116 637 c 1\n 116 653 l 1\n 277 653 l 1\n 371 426 l 1\n 558 426 l 1\n 587 534 l 2\n 591 548 598 567 598 584 c 0\n 598 623 583 633 528 637 c 1\n 528 653 l 1\n 727 653 l 1\n 727 637 l 1\n 662 623 658 609 623 488 c 2\n 605 426 l 1\n 673 426 l 1\n 673 380 l 1\n 592 380 l 1\n 572 310 l 1\n 640 310 l 1\n 640 264 l 1\n 559 264 l 1\n 479 -15 l 1\n 461 -15 l 1\n 344 264 l 1\n325 310 m 1\n 295 380 l 1\n 189 380 l 1\n 170 310 l 1\n 325 310 l 1\n276 426 m 1\n 233 529 l 1\n 229 529 l 1\n 201 426 l 1\n 276 426 l 1\n527 310 m 1\n 546 380 l 1\n 391 380 l 1\n 420 310 l 1\n 527 310 l 1\n439 264 m 1\n 483 158 l 1\n 486 158 l 1\n 514 264 l 1\n 439 264 l 1\nEndSplineSet\nEndChar\nStartChar: peseta\nEncoding: 8359 8359 1341\nWidth: 611\nFlags: W\nHStem: 0 16<237.571 245> 305.977 36.0229<294 336> 449 46<120 181 294 494 605 650> 623 30<352 384> 637 16<146 154.4>\nVStem: 0 245<1 16> 119 532<449 495> 502 103<495 517>\nDStem: 182 449 280 449 82 90 251 347 182 449 242 313 82 90 189 120\nFore\n182 449 m 1\n 119 449 l 1\n 119 495 l 1\n 194 495 l 1\n 200 515 l 2\n 207 538 217 578 217 592 c 0\n 217 629 188 632 146 637 c 1\n 146 653 l 1\n 394 653 l 2\n 438 653 605 652 605 501 c 0\n 605 495 l 1\n 651 495 l 1\n 651 449 l 1\n 596 449 l 1\n 574 381 506 305 348 305 c 0\n 278 305 264 308 242 313 c 1\n 189 120 l 2\n 177 76 177 76 177 59 c 0\n 177 25 193 23 245 16 c 1\n 245 0 l 1\n 0 0 l 1\n 0 16 l 1\n 51 24 64 26 82 90 c 2\n 182 449 l 1\n293 495 m 1\n 502 495 l 1\n 502 507 l 0\n 502 581 472 623 362 623 c 0\n 332 623 326 607 322 595 c 1\n 293 495 l 1\n280 449 m 1\n 251 347 l 1\n 271 344 283 342 296 342 c 0\n 359 342 467 342 495 449 c 1\n 280 449 l 1\nEndSplineSet\nMinimumDistance: x10,12 x10,11 \nEndChar\nStartChar: uni20A9\nEncoding: 8361 8361 1342\nWidth: 833\nFlags: W\nHStem: 264 47<8 172 268 328 393 471 569 629 700 846> 380 47<40 158 256 386 450 458 558 688 760 879> 637 16<71 78.875 298.5 307 367 427 367.063 388.111 593.75 605 721 732>\nVStem: 71 236<637 652> 367 238<637 652> 721 185<637 652>\nDStem: 329 264 369 264 281 167 231 -18 387 380 426 380 352 311 392 311 630 264 675 264 581 167 528 -18 689 380 735 380 654 311 699 311 765 530 831 565 713 427 759 427\nFore\n735 380 m 1\n 699 311 l 1\n 847 311 l 1\n 847 264 l 1\n 675 264 l 1\n 528 -18 l 1\n 508 -18 l 1\n 477 264 l 1\n 369 264 l 1\n 231 -18 l 1\n 212 -18 l 1\n 178 264 l 1\n 7 264 l 1\n 7 311 l 1\n 173 311 l 1\n 164 380 l 1\n 39 380 l 1\n 39 427 l 1\n 159 427 l 1\n 150 499 l 2\n 134 629 134 629 71 637 c 1\n 71 653 l 1\n 307 653 l 1\n 307 637 l 1\n 256 631 229 627 235 568 c 1\n 250 427 l 1\n 410 427 l 1\n 451 510 l 1\n 442 579 l 2\n 436 624 427 636 367 637 c 1\n 367 653 l 1\n 605 653 l 1\n 605 637 l 1\n 560 633 532 625 538 564 c 1\n 552 427 l 1\n 713 427 l 1\n 765 530 l 2\n 769 538 786 574 786 594 c 0\n 786 631 765 633 721 637 c 1\n 721 653 l 1\n 906 653 l 1\n 906 637 l 1\n 870 626 858 617 831 565 c 2\n 759 427 l 1\n 880 427 l 1\n 880 380 l 1\n 735 380 l 1\n464 380 m 1\n 426 380 l 1\n 392 311 l 1\n 472 311 l 1\n 464 380 l 1\n459 427 m 1\n 458 436 l 1\n 453 436 l 1\n 449 427 l 1\n 459 427 l 1\n689 380 m 1\n 557 380 l 1\n 563 311 l 1\n 654 311 l 1\n 689 380 l 1\n568 264 m 1\n 578 167 l 1\n 581 167 l 1\n 630 264 l 1\n 568 264 l 1\n387 380 m 1\n 255 380 l 1\n 262 311 l 1\n 352 311 l 1\n 387 380 l 1\n267 264 m 1\n 274 197 l 1\n 278 167 l 1\n 281 167 l 1\n 329 264 l 1\n 267 264 l 1\nEndSplineSet\nEndChar\nStartChar: Euro\nEncoding: 8364 8364 1343\nWidth: 500\nFlags: W\nHStem: 0 34<336 364> 259 41<88 136 236 372> 364 41<118 153 264 452> 662 31<494 521>\nVStem: 136 93<224 259>\nFore\n263 405 m 1\n 482 405 l 1\n 452 364 l 1\n 250 364 l 1\n 244 343 240 324 235 300 c 1\n 402 300 l 1\n 372 259 l 1\n 230 259 l 1\n 229 245 229 237 229 226 c 0\n 229 108 281 34 364 34 c 0\n 419 34 463 59 512 119 c 1\n 495 70 l 1\n 453 22 403 0 336 0 c 0\n 218 0 136 99 136 243 c 2\n 136 259 l 1\n 57 259 l 1\n 88 300 l 1\n 140 300 l 1\n 144 327 149 346 154 364 c 1\n 87 364 l 1\n 118 405 l 1\n 168 405 l 1\n 232 570 373 693 499 693 c 0\n 529 693 541 690 589 671 c 0\n 602 666 609 664 615 664 c 0\n 626 664 638 675 649 693 c 1\n 668 693 l 1\n 615 481 l 1\n 597 481 l 1\n 601 501 602 516 602 535 c 0\n 602 617 568 662 507 662 c 0\n 415 662 316 557 263 405 c 1\nEndSplineSet\nMinimumDistance: x8,-1 \nEndChar\nStartChar: afii61352\nEncoding: 8470 8470 1344\nWidth: 1023\nFlags: W\nHStem: -15 107<73 77> 0 50<633 911> 164.734 32.2659<823 825> 413 32.0569<873 876> 558 111<793 809> 642 20G<249.903 419.903>\nVStem: 694.875 79.2023<257 273> 928.566 77.1033<337 353>\nDStem: 305.137 515 351.078 522 217.226 198 263.721 207 351.078 522 419.903 662 511.265 -11 549.436 224 606.287 429 664.431 480 549.436 224 528.265 -11\nFore\n619.314 0 m 1\n 633.181 50 l 1\n 925.181 50 l 1\n 911.314 0 l 1\n 619.314 0 l 1\n419.903 662 m 1\n 549.436 224 l 1\n 606.287 429 l 2\n 625.423 498 640.734 546 653.222 573 c 0\n 665.987 601 685.365 624 711.357 642 c 128\n 737.349 660 767.845 669 801.845 669 c 0\n 850.845 669 872.803 640 863.928 608 c 0\n 856.163 580 829.062 558 798.062 558 c 0\n 784.062 558 770.171 562 756.667 571 c 1\n 743.718 582 733.104 587 726.104 587 c 0\n 714.104 587 703.44 581 694.835 568 c 0\n 686.23 555 677.188 526 664.431 480 c 2\n 528.265 -11 l 1\n 511.265 -11 l 1\n 351.078 522 l 1\n 263.721 207 l 2\n 244.031 136 225.72 88 209.231 61 c 0\n 192.744 34 172.475 15 148.146 3 c 0\n 123.819 -9 99.1553 -15 74.1553 -15 c 0\n 19.1553 -15 3.19727 14 11.7949 45 c 0\n 19.5596 73 47.8291 92 75.8291 92 c 0\n 88.8291 92 102.72 88 116.224 79 c 0\n 131.45 69 143.063 64 150.063 64 c 0\n 162.063 64 172.282 72 180.72 88 c 0\n 189.434 105 201.418 141 217.226 198 c 2\n 305.137 515 l 2\n 322.331 577 323.314 613 307.197 627 c 0\n 294.693 636 281.803 640 244.635 643 c 1\n 249.903 662 l 1\n 419.903 662 l 1\n893.002 446 m 0\n 978.002 446 1022.75 391 1000.84 312 c 0\n 977.545 228 893.796 164 806.796 164 c 0\n 722.796 164 678.158 223 700.344 303 c 0\n 723.917 388 802.002 446 893.002 446 c 0\n874.85 413 m 0\n 831.85 413 795.808 384 783.328 339 c 0\n 772.513 300 770.419 260 778.377 231 c 0\n 784.275 209 799.948 197 824.948 197 c 0\n 870.948 197 904.545 228 920.075 284 c 0\n 940.874 359 922.85 413 874.85 413 c 0\nEndSplineSet\nEndChar\nStartChar: uni2117\nEncoding: 8471 8471 1345\nWidth: 760\nFlags: W\nHStem: -14 42<363 404> 152 15<251 261 403 413> 314 19<365 415> 501 19<365 415> 505 15<251 261> 634 42<363 405>\nVStem: 38 55<306 354> 300 64<194 314 334 482> 476 67<402 434> 667 55<306 354>\nFore\n364 501 m 1\n 364 333 l 1\n 407 333 l 2\n 456 333 476 366 476 419 c 0\n 476 476 444 501 405 501 c 2\n 364 501 l 1\n722 330 m 0\n 722 139 573 -14 382 -14 c 0\n 188 -14 38 139 38 330 c 128\n 38 521 188 676 382 676 c 0\n 573 676 722 521 722 330 c 0\n667 330 m 0\n 667 492 542 634 382 634 c 0\n 219 634 93 491 93 330 c 0\n 93 170 220 28 382 28 c 0\n 540 28 667 170 667 330 c 0\n543 407 m 2\n 543 344 486 314 427 314 c 2\n 364 314 l 1\n 364 215 l 2\n 364 172 363 172 413 167 c 1\n 413 152 l 1\n 251 152 l 1\n 251 167 l 1\n 301 172 300 172 300 215 c 2\n 300 456 l 2\n 300 501 301 500 251 505 c 1\n 251 520 l 1\n 428 520 l 2\n 487 520 543 492 543 429 c 2\n 543 407 l 2\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni211F\nEncoding: 8479 8479 1346\nWidth: 610\nFlags: W\nHStem: 0 16<223.286 231 540 567> 623 30<344 382> 637 16<132 139.833>\nVStem: -13 244<0 16> 483 105<499 516>\nDStem: 77 0 124 0 20 -93 67 -93 191 532 308 595 68 90 243 366 191 532 231 329 68 90 195 193 275 326 305 299 195 193 163 65 305 299 391 333 419 0 484 88 341 781 355 826 515 718 578 747 444 601 471 571 297 361 345 364 515 718 578 747 470 643 508 631\nFore\n195 193 m 1\n 275 326 l 1\n 231 329 l 1\n 195 193 l 1\n124 0 m 1\n 67 -93 l 1\n 20 -93 l 1\n 77 0 l 1\n -13 0 l 1\n -13 16 l 1\n 38 25 50 27 68 90 c 1\n 191 532 l 2\n 194 543 203 578 203 590 c 0\n 203 629 179 631 132 637 c 1\n 132 653 l 1\n 380 653 l 2\n 394 653 431 653 470 643 c 1\n 515 718 l 1\n 341 781 l 1\n 355 826 l 1\n 578 747 l 1\n 508 631 l 1\n 551 611 588 576 588 509 c 0\n 588 430 534 360 391 333 c 1\n 484 88 l 2\n 497 53 513 18 567 16 c 1\n 567 0 l 1\n 419 0 l 1\n 305 299 l 1\n 163 65 l 1\n 163 64 163 64 163 63 c 0\n 163 25 177 23 231 16 c 1\n 231 0 l 1\n 124 0 l 1\n297 361 m 1\n 444 601 l 1\n 422 617 393 623 364 623 c 0\n 319 623 315 613 308 595 c 1\n 243 366 l 1\n 266 362 274 361 297 361 c 1\n345 364 m 1\n 454 378 483 447 483 514 c 0\n 483 537 478 556 471 571 c 1\n 345 364 l 1\nEndSplineSet\nMinimumDistance: x21,-1 \nEndChar\nStartChar: trademark\nEncoding: 8482 8482 1347\nWidth: 980\nFlags: W\nHStem: 249 404<167 238 488 514 854 901> 633 20<110 166 239 290>\nVStem: 167 71<295 632> 488 26<322 556> 830 71<295 558>\nDStem: 514 557 540 653 665 247 694 344 854 653 830 559 694 344 676 247\nFore\n238 633 m 1\n 238 323 l 2\n 238 275 238 275 288 269 c 1\n 288 249 l 1\n 117 249 l 1\n 117 269 l 1\n 167 275 167 275 167 323 c 2\n 167 633 l 1\n 118 633 l 2\n 82 633 63 614 50 565 c 1\n 30 565 l 1\n 30 653 l 1\n 375 653 l 1\n 375 565 l 1\n 355 565 l 1\n 341 614 323 633 288 633 c 2\n 238 633 l 1\n665 247 m 1\n 514 557 l 1\n 514 334 l 2\n 514 286 524 274 567 269 c 1\n 567 249 l 1\n 436 249 l 1\n 436 269 l 1\n 478 274 488 286 488 334 c 2\n 488 583 l 1\n 475 613 449 632 419 633 c 1\n 419 653 l 1\n 540 653 l 1\n 694 344 l 1\n 854 653 l 1\n 957 653 l 1\n 957 633 l 1\n 914 630 901 617 901 578 c 2\n 901 323 l 2\n 901 275 901 275 951 269 c 1\n 951 249 l 1\n 781 249 l 1\n 781 269 l 1\n 830 275 830 275 830 323 c 2\n 830 559 l 1\n 676 247 l 1\n 665 247 l 1\nEndSplineSet\nMinimumDistance: x32,-1 \nEndChar\nStartChar: uni2123\nEncoding: 8483 8483 1348\nWidth: 611\nFlags: W\nHStem: 637 16<76 84 308.333 317 502 511.5 678.305 687.969>\nVStem: 76 241<637 652> 502 186<637 652>\nDStem: 195 256 205 199 -16 -93 27 -93 304 783 316 827 476 719 537 745 476 719 537 745 270 379 278 320 513 484 632 597 311 135 259 -18\nFore\n195 256 m 1\n 155 502 l 2\n 135 625 132 630 76 637 c 1\n 76 653 l 1\n 317 653 l 1\n 317 637 l 1\n 265 631 233 627 241 571 c 1\n 270 379 l 1\n 476 719 l 1\n 304 783 l 1\n 316 827 l 1\n 537 745 l 1\n 278 320 l 1\n 306 135 l 1\n 311 135 l 1\n 513 484 l 2\n 522 500 565 574 565 602 c 0\n 565 631 521 635 502 637 c 1\n 502 653 l 1\n 688 653 l 1\n 688 637 l 1\n 657 637 638 607 632 597 c 2\n 259 -18 l 1\n 240 -18 l 1\n 205 199 l 1\n 27 -93 l 1\n -16 -93 l 1\n 195 256 l 1\nEndSplineSet\nEndChar\nStartChar: estimated\nEncoding: 8494 8494 1349\nWidth: 533\nFlags: W\nHStem: -10 67<270 315> 277 32<126 387> 424 36<256 275>\nVStem: 35 87<225 277>\nFore\n496 160 m 1\n 468 62 377 -10 270 -10 c 0\n 140 -10 35 95 35 225 c 128\n 35 355 140 460 270 460 c 0\n 383 460 476 381 499 277 c 1\n 122 277 l 1\n 122 106 235 57 315 57 c 0\n 421 57 463 126 476 169 c 1\n 496 160 l 1\n125 309 m 1\n 388 309 l 1\n 375 357 352 424 257 424 c 0\n 191 424 145 397 125 309 c 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: uni2132\nEncoding: 8498 8498 1350\nWidth: 611\nFlags: W\nHStem: 1 16<501 514> 1 33<192 288> 638 16<401 418>\nVStem: 401 252<638 653>\nDStem: 397 293 571 564 331 60 448 122 468 549 571 564 406 326 448 122\nFore\n16 1 m 1\n 48 154 l 1\n 69 152 l 1\n 68 138 66 124 66 110 c 0\n 66 47 102 34 250 34 c 0\n 313 34 324 37 331 60 c 1\n 397 293 l 1\n 229 290 227 290 181 200 c 1\n 163 205 l 1\n 239 439 l 1\n 256 434 l 1\n 253 420 248 397 248 376 c 0\n 248 332 281 329 298 329 c 0\n 347 329 387 327 406 326 c 1\n 468 549 l 2\n 474 571 477 583 477 594 c 0\n 477 634 435 636 401 638 c 1\n 401 654 l 1\n 653 654 l 1\n 653 638 l 1\n 602 630 589 628 571 564 c 2\n 448 122 l 2\n 444 108 437 78 437 60 c 0\n 437 23 462 21 514 17 c 1\n 514 1 l 1\n 16 1 l 1\nEndSplineSet\nEndChar\nStartChar: uni215F\nEncoding: 8543 8543 1351\nWidth: 750\nFlags: HW\nFore\n649 676 m 1\n 194 -10 l 1\n 143 -10 l 1\n 598 676 l 1\n 649 676 l 1\n214 287 m 1\n 214 271 l 1\n 33 271 l 1\n 33 287 l 1\n 80 292 93 297 98 312 c 2\n 188 597 l 2\n 192 609 193 614 193 618 c 0\n 193 628 184 637 175 636 c 2\n 168 635 l 1\n 138 635 l 1\n 138 654 l 1\n 208 666 l 2\n 235 671 263 676 268 676 c 0\n 271 676 273 674 273 671 c 0\n 273 667 272 660 270 655 c 1\n 184 381 l 2\n 172 343 165 316 165 307 c 0\n 165 292 176 288 214 287 c 1\nEndSplineSet\nLCarets: 0 65535 '    ' 1 0 \nLigature: 0 1 'frac' one slash\nLigature: 0 1 'frac' one fraction\nEndChar\nStartChar: partialdiff\nEncoding: 8706 8706 1351\nWidth: 494\nFlags: W\nHStem: -10 31<194 215> 367 44.9979<221 261> 705.086 47.8066<195 222>\nVStem: 26.7127 86.4202<157 183> 378.413 83.3865<408 448>\nFore\n107 674 m 1\n 66 725 l 1\n 121 745 156 753 195 753 c 0\n 346 753 462 603 462 408 c 0\n 462 270 424 133 367 64 c 0\n 328 16 274 -10 213 -10 c 0\n 110 -10 26 76 26 183 c 0\n 26 248 53 313 100 360 c 0\n 135 395 174 412 221 412 c 0\n 272 412 308 396 372 346 c 1\n 377 395 379 419 379 448 c 0\n 379 609 320 706 222 706 c 0\n 184 706 154 697 107 674 c 1\n366 312 m 1\n 362 316 362 316 357 320 c 1\n 327 351 295 367 261 367 c 0\n 179 367 113 273 113 157 c 0\n 113 73 147 21 202 21 c 0\n 241 21 279 48 307 94 c 0\n 335 140 349 194 366 312 c 1\nEndSplineSet\nEndChar\nStartChar: Delta\nEncoding: 8710 8710 1352\nWidth: 612\nFlags: W\nHStem: 0 51<78 478>\nDStem: 290 509 327 688 479 51 608 0 327 688 290 509 6 0 77 51\nFore\n6 0 m 1\n 327 688 l 1\n 608 0 l 1\n 6 0 l 1\n77 51 m 1\n 479 51 l 1\n 290 509 l 1\n 77 51 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: summation\nEncoding: 8721 8721 1353\nWidth: 713\nFlags: W\nHStem: -123 112<164 526> 711 41<177 478>\nDStem: 23 752 176 711 256 285 364 341 256 285 364 341 14 -123 163 -11\nFore\n176 711 m 1\n 364 341 l 1\n 163 -11 l 1\n 491 -11 l 2\n 607 -11 636 5 669 87 c 1\n 695 87 l 1\n 641 -123 l 1\n 14 -123 l 1\n 256 285 l 1\n 23 752 l 1\n 622 752 l 1\n 632 587 l 1\n 606 587 l 1\n 587 690 559 711 444 711 c 2\n 176 711 l 1\nEndSplineSet\nMinimumDistance: x1,-1 \nEndChar\nStartChar: minus\nEncoding: 8722 8722 1354\nWidth: 675\nFlags: W\nHStem: 220 66<87 589>\nVStem: 86 504<221 285>\nFore\n590 220 m 1\n 86 220 l 1\n 86 286 l 1\n 590 286 l 1\n 590 220 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: uni2215\nEncoding: 8725 8725 1355\nWidth: 750\nFlags: W\nHStem: -10 21G<143 194>\nDStem: 598 676 649 676 143 -10 194 -10\nFore\n649 676 m 1\n 194 -10 l 1\n 143 -10 l 1\n 598 676 l 1\n 649 676 l 1\nEndSplineSet\nEndChar\nStartChar: radical\nEncoding: 8730 8730 1355\nWidth: 549\nFlags: W\nDStem: -2 453 161 532 22 402 347 155 117 449 161 532 368 -65 347 155 470 924 526 915 347 155 368 -65\nFore\n368 -65 m 1\n 117 449 l 1\n 22 402 l 1\n -2 453 l 1\n 161 532 l 1\n 347 155 l 1\n 470 924 l 1\n 526 915 l 1\n 368 -65 l 1\nEndSplineSet\nMinimumDistance: x7,-1 \nEndChar\nStartChar: infinity\nEncoding: 8734 8734 1356\nWidth: 677\nFlags: W\nHStem: 53 44<433 453> 78.8649 35.1351<120 129> 369 43<198 215> 398 36<526 545>\nVStem: 17.7557 26.9261<187 203> 633.326 28.423<290 306>\nFore\n298.458 274 m 1\n 286.316 342 256.805 369 199.805 369 c 0\n 135.805 369 72.0469 323 50.6934 246 c 0\n 39.3232 205 42.2803 176 57.3477 151 c 0\n 72.4141 126 94.0869 114 121.087 114 c 0\n 150.087 114 179.691 127 210.18 154 c 0\n 229.894 171 258.433 209 298.458 274 c 1\n340.374 216 m 1\n 358.473 119 395.372 97 451.372 97 c 0\n 527.372 97 600.902 153 626.139 244 c 0\n 638.896 290 634.324 324 615.367 353 c 0\n 596.687 383 570.847 398 537.847 398 c 0\n 494.847 398 458.3 378 419.711 329 c 0\n 409.106 316 383.399 281 340.374 216 c 1\n321.442 310 m 1\n 355.754 358 385.796 387 416.065 406 c 0\n 446.334 425 483.83 434 527.83 434 c 0\n 576.83 434 613.839 416 638.854 380 c 0\n 664.148 345 669.224 302 653.139 244 c 0\n 637.608 188 608.684 145 564.423 108 c 0\n 521.161 71 478.17 53 437.17 53 c 0\n 407.17 53 382.498 65 361.876 88 c 0\n 348.759 102 333.91 135 318.054 186 c 1\n 256.7 109 205.103 78 137.103 78 c 0\n 93.1025 78 60.54 94 38.4141 126 c 0\n 16.2891 158 11.5498 195 25.416 245 c 0\n 39.5596 296 64.0977 334 100.695 365 c 0\n 138.292 396 175.729 412 213.729 412 c 0\n 266.729 412 298.015 395 321.442 310 c 1\nEndSplineSet\nEndChar\nStartChar: notequal\nEncoding: 8800 8800 1357\nWidth: 564\nFlags: W\nHStem: 120 66<31 177 286 533> 320 66<31 278 387 533>\nVStem: 30 504<120 186 320 386>\nDStem: 178 120 252 120 131 27 190 -3 279 320 353 320 211 186 285 186 374 509 433 479 312 386 386 386\nFore\n353 320 m 1\n 285 186 l 1\n 534 186 l 1\n 534 120 l 1\n 252 120 l 1\n 190 -3 l 1\n 131 27 l 1\n 178 120 l 1\n 30 120 l 1\n 30 186 l 1\n 211 186 l 1\n 279 320 l 1\n 30 320 l 1\n 30 386 l 1\n 312 386 l 1\n 374 509 l 1\n 433 479 l 1\n 386 386 l 1\n 534 386 l 1\n 534 320 l 1\n 353 320 l 1\nEndSplineSet\nMinimumDistance: x2,-1 \nEndChar\nStartChar: lessequal\nEncoding: 8804 8804 1358\nWidth: 675\nFlags: W\nHStem: 0 66<85 591>\nVStem: 84 508<1 65>\nDStem: 84 332 172 365 592 102 592 174 592 628 592 556 84 398 172 365\nFore\n592 102 m 1\n 84 332 l 1\n 84 398 l 1\n 592 628 l 1\n 592 556 l 1\n 172 365 l 1\n 592 174 l 1\n 592 102 l 1\n592 0 m 1\n 84 0 l 1\n 84 66 l 1\n 592 66 l 1\n 592 0 l 1\nEndSplineSet\nMinimumDistance: x0,-1 \nEndChar\nStartChar: greaterequal\nEncoding: 8805 8805 1359\nWidth: 675\nFlags: W\nHStem: 0 66<85 591>\nVStem: 84 508<1 65>\nDStem: 84 556 84 628 504 365 592 398 504 365 592 332 84 174 84 102\nFore\n84 102 m 1\n 84 174 l 1\n 504 365 l 1\n 84 556 l 1\n 84 628 l 1\n 592 398 l 1\n 592 332 l 1\n 84 102 l 1\n84 0 m 1\n 84 66 l 1\n 592 66 l 1\n 592 0 l 1\n 84 0 l 1\nEndSplineSet\nMinimumDistance: x5,-1 \nEndChar\nStartChar: lozenge\nEncoding: 9674 9674 1360\nWidth: 494\nFlags: W\nHStem: 0 21G<209 269>\nDStem: 18 377 81 377 209 0 240 58 214 740 245 683 18 377 81 377 245 683 277 740 402 374 466 374 402 374 466 374 240 58 269 0\nFore\n209 0 m 1\n 18 377 l 1\n 214 740 l 1\n 277 740 l 1\n 466 374 l 1\n 269 0 l 1\n 209 0 l 1\n240 58 m 1\n 402 374 l 1\n 245 683 l 1\n 81 377 l 1\n 240 58 l 1\nEndSplineSet\nMinimumDistance: x4,-1 \nEndChar\nStartChar: uniF639\nEncoding: 63033 63033 1361\nWidth: 500\nFlags: HW\nRef: 48 48 N 1 0 0 1 0 0\nKernsSLIF: 63039 -3 1 0 63196 -50 1 0 63036 14 1 0\nEndChar\nStartChar: uniF63A\nEncoding: 63034 63034 1362\nWidth: 500\nFlags: HW\nRef: 50 50 N 1 0 0 1 0 0\nKernsSLIF: 63039 -22 1 0 63196 -45 1 0 63036 -12 1 0\nEndChar\nStartChar: uniF63B\nEncoding: 63035 63035 1363\nWidth: 500\nFlags: HW\nRef: 51 51 N 1 0 0 1 0 0\nKernsSLIF: 63039 -15 1 0 63196 -76 1 0 63036 -9 1 0\nEndChar\nStartChar: uniF63C\nEncoding: 63036 63036 1364\nWidth: 500\nFlags: HW\nRef: 52 52 N 1 0 0 1 0 0\nKernsSLIF: 63039 -27 1 0 63196 -69 1 0 63036 12 1 0\nEndChar\nStartChar: uniF63D\nEncoding: 63037 63037 1365\nWidth: 500\nFlags: HW\nRef: 53 53 N 1 0 0 1 0 0\nKernsSLIF: 63039 -28 1 0 63196 -71 1 0 63036 -5 1 0\nEndChar\nStartChar: uniF63E\nEncoding: 63038 63038 1366\nWidth: 500\nFlags: HW\nRef: 54 54 N 1 0 0 1 0 0\nKernsSLIF: 63039 -37 1 0 63196 -64 1 0 63036 17 1 0\nEndChar\nStartChar: uniF63F\nEncoding: 63039 63039 1367\nWidth: 500\nFlags: HW\nRef: 55 55 N 1 0 0 1 0 0\nKernsSLIF: 63034 -13 1 0 63035 -42 1 0 63038 -37 1 0 63039 -11 1 0 46 -83 1 0 63196 -47 1 0 63036 -65 1 0 63037 -53 1 0 63040 -32 1 0 44 -79 1 0 58 -88 1 0\nEndChar\nStartChar: uniF640\nEncoding: 63040 63040 1368\nWidth: 500\nFlags: HW\nRef: 56 56 N 1 0 0 1 0 0\nKernsSLIF: 63039 -1 1 0 63196 -50 1 0 63036 13 1 0\nEndChar\nStartChar: uniF641\nEncoding: 63041 63041 1369\nWidth: 500\nFlags: HW\nRef: 57 57 N 1 0 0 1 0 0\nKernsSLIF: 63039 -5 1 0 63196 -64 1 0 63036 2 1 0\nEndChar\nStartChar: commaaccent\nEncoding: 63171 63171 1361\nWidth: 333\nFlags: W\nVStem: 37 108.995<-111 -87>\nFore\n16 -270 m 1\n 7 -253 l 1\n 59 -218 82 -191 82 -164 c 0\n 82 -154 77 -146 62 -132 c 0\n 43 -115 37 -104 37 -87 c 0\n 37 -60 59 -40 88 -40 c 0\n 121 -40 146 -71 146 -111 c 0\n 146 -167 100 -223 16 -270 c 1\nEndSplineSet\nEndChar\nStartChar: onefitted\nEncoding: 63196 63196 1362\nWidth: 500\nFlags: HW\nHStem: 0 15<289 327>\nVStem: 49 279<1 14>\nDStem: 299 560 403 640 161 68 260 121\nRef: 49 49 N 1 0 0 1 0 0\nKernsSLIF: 63033 -41 1 0 63034 -50 1 0 63035 -55 1 0 63038 -50 1 0 63039 -60 1 0 46 -56 1 0 63196 -69 1 0 63041 -61 1 0 63036 -69 1 0 63037 -55 1 0 63040 -57 1 0 44 -52 1 0\nEndChar\nStartChar: ff\nEncoding: 64256 64256 1362\nWidth: 526\nFlags: W\nHStem: -207 24<-65 -48 186 186 194 195> -206.806 20.8062<191 193> 396 32<52 131 217 377 465 566> 656 22<579 595> 659 22<371 389>\nVStem: -141 76<-149 -140> 106 76<-149 -140> 598 79<609 615>\nDStem: 52 428 457 396 45 396 385 76\nFore\n677 613 m 0\n 677 591 657 573 636 573 c 0\n 614 573 598 589 598 611 c 0\n 598 630 608 634 608 644 c 0\n 608 655 592 656 585 656 c 0\n 505 656 475 488 464 428 c 1\n 572 428 l 1\n 566 396 l 1\n 457 396 l 1\n 385 76 l 2\n 363 -21 310 -207 184 -207 c 0\n 151 -207 106 -188 106 -148 c 0\n 106 -128 119 -105 142 -105 c 0\n 162 -105 182 -121 182 -142 c 0\n 182 -157 173 -159 173 -170 c 0\n 173 -180 183 -186 192 -186 c 0\n 255 -186 280 -72 290 -24 c 2\n 378 396 l 1\n 210 396 l 1\n 138 76 l 2\n 116 -22 63 -207 -63 -207 c 0\n -100 -207 -141 -187 -141 -145 c 0\n -141 -124 -126 -105 -104 -105 c 0\n -84 -105 -65 -121 -65 -142 c 0\n -65 -155 -74 -161 -74 -170 c 0\n -74 -184 -61 -183 -50 -183 c 0\n 8 -183 34 -68 43 -24 c 0\n 63 71 81 166 101 261 c 0\n 110 303 115 356 132 396 c 1\n 45 396 l 1\n 52 428 l 1\n 139 428 l 1\n 175 551 231 681 381 681 c 0\n 418 681 471 666 480 624 c 1\n 507 657 546 678 589 678 c 0\n 628 678 677 659 677 613 c 0\n441 569 m 1\n 416 569 398 584 398 610 c 0\n 398 634 411 633 411 643 c 0\n 411 658 386 659 376 659 c 0\n 268 659 239 509 216 428 c 1\n 387 428 l 1\n 402 476 417 524 441 569 c 1\nEndSplineSet\nLigature: 8 0 'liga' f f\nEndChar\nStartChar: fi\nEncoding: 64257 64257 1363\nWidth: 500\nFlags: W\nHStem: -207 24<-64 -52> 396 32<52 131 217 371> 659 22<364 387>\nVStem: -141 76<-146 -136> 295.227 74.773<46 49> 398 83<603 620>\nFore\n132 396 m 1\n 45 396 l 1\n 52 428 l 1\n 139 428 l 1\n 170 530 190 571 232 618 c 0\n 267 657 322 681 378 681 c 0\n 438 681 481 652 481 611 c 0\n 481 586 464 569 439 569 c 0\n 415 569 398 586 398 611 c 0\n 398 621 400 627 406 634 c 0\n 410 638 411 640 411 643 c 0\n 411 653 398 659 377 659 c 0\n 336 659 306 642 281 604 c 0\n 261 573 246 533 216 428 c 1\n 366 428 l 2\n 393 428 420 430 447 434 c 0\n 457 435 461 436 465 436 c 1\n 470 433 l 1\n 470 428 469 421 465 405 c 1\n 463 401 l 1\n 454 363 449 348 442 322 c 0\n 403 179 370 54 370 47 c 0\n 370 42 375 37 381 37 c 0\n 393 37 419 58 447 91 c 0\n 449 94 454 100 459 106 c 1\n 475 97 l 1\n 419 20 383 -8 343 -8 c 0\n 314 -8 295 12 295 41 c 0\n 295 64 314 142 357 295 c 0\n 377 366 381 382 381 386 c 0\n 381 393 376 396 365 396 c 2\n 210 396 l 1\n 138 76 l 1\n 96 -109 27 -207 -63 -207 c 0\n -108 -207 -141 -181 -141 -145 c 0\n -141 -123 -125 -105 -104 -105 c 0\n -83 -105 -65 -122 -65 -143 c 0\n -65 -148 -66 -152 -70 -159 c 0\n -73 -164 -74 -167 -74 -170 c 0\n -74 -179 -69 -183 -54 -183 c 0\n -30 -183 -12 -170 6 -138 c 0\n 23 -107 35 -63 65 86 c 0\n 104 280 126 381 132 396 c 1\nEndSplineSet\nMinimumDistance: x6,-1 \nLigature: 8 0 'liga' f i\nEndChar\nStartChar: fl\nEncoding: 64258 64258 1364\nWidth: 500\nFlags: W\nHStem: -204 25<-63 -51> 396 32<47 129 217 374> 660 22<369 387>\nVStem: -141 76<-143 -137> 295.022 74.9776<43 47>\nDStem: 130 396 209 396 102 264 140 86\nFore\n375 396 m 1\n 209 396 l 1\n 140 86 l 2\n 98 -103 27 -204 -63 -204 c 0\n -108 -204 -141 -178 -141 -142 c 0\n -141 -120 -125 -102 -105 -102 c 0\n -83 -102 -65 -119 -65 -139 c 0\n -65 -144 -66 -149 -70 -156 c 0\n -73 -161 -74 -163 -74 -166 c 0\n -74 -175 -68 -179 -53 -179 c 0\n -34 -179 -20 -172 -7 -154 c 0\n 2 -143 8 -132 11 -124 c 0\n 38 -53 69 80 102 264 c 1\n 130 396 l 1\n 41 396 l 1\n 47 428 l 1\n 138 428 l 1\n 168 527 189 568 232 615 c 0\n 271 657 327 682 383 682 c 0\n 400 682 424 679 444 675 c 0\n 458 673 470 671 475 671 c 0\n 480 671 480 671 495 677 c 2\n 499 678 l 1\n 503 679 l 2\n 508 681 511 682 513 682 c 0\n 516 682 518 678 518 673 c 0\n 518 672 469 467 371 57 c 1\n 370 47 l 1\n 370 41 375 36 381 36 c 0\n 395 36 414 53 459 105 c 1\n 475 96 l 1\n 416 15 385 -9 343 -9 c 0\n 314 -9 295 11 295 41 c 0\n 295 68 308 131 342 262 c 0\n 364 347 367 358 375 396 c 1\n216 428 m 1\n 383 428 l 1\n 419 572 l 1\n 420 575 l 2\n 421 578 419 584 415 591 c 0\n 412 597 410 604 410 608 c 0\n 410 614 413 621 418 629 c 0\n 421 633 422 636 422 638 c 0\n 422 649 401 660 379 660 c 0\n 307 660 257 594 221 448 c 2\n 216 428 l 1\nEndSplineSet\nMinimumDistance: x27,-1 \nLigature: 8 0 'liga' f l\nEndChar\nStartChar: ffi\nEncoding: 64259 64259 1365\nWidth: 747\nFlags: W\nHStem: -207 24<-65 -48 182 199> 396 32<52 131 217 378 464 618> 659 22<371 388 611 631>\nVStem: -141 76<-146 -140> 106 76<-146 -140> 542 75<44 50> 645 83<609 620>\nFore\n728 612 m 0\n 728 586 711 569 686 569 c 0\n 662 569 645 586 645 610 c 0\n 645 634 658 633 658 643 c 0\n 658 658 633 659 623 659 c 0\n 515 659 486 509 463 428 c 1\n 613 428 l 2\n 647 428 679 435 712 436 c 1\n 717 433 l 1\n 717 424 714 414 712 405 c 0\n 697 340 617 86 617 48 c 0\n 617 41 622 37 629 37 c 0\n 649 37 693 90 706 106 c 1\n 722 97 l 1\n 694 58 645 -8 591 -8 c 0\n 560 -8 542 13 542 43 c 0\n 542 92 610 315 627 377 c 0\n 628 380 629 383 629 385 c 0\n 629 394 619 396 612 396 c 2\n 457 396 l 1\n 385 76 l 2\n 363 -22 310 -207 184 -207 c 0\n 147 -207 106 -187 106 -145 c 0\n 106 -124 121 -105 143 -105 c 0\n 163 -105 182 -121 182 -142 c 0\n 182 -155 173 -161 173 -170 c 0\n 173 -184 186 -183 197 -183 c 0\n 255 -183 281 -68 290 -24 c 0\n 310 71 328 166 348 261 c 0\n 357 303 362 356 379 396 c 1\n 210 396 l 1\n 138 76 l 2\n 116 -22 63 -207 -63 -207 c 0\n -100 -207 -141 -187 -141 -145 c 0\n -141 -124 -126 -105 -104 -105 c 0\n -84 -105 -65 -121 -65 -142 c 0\n -65 -155 -74 -161 -74 -170 c 0\n -74 -184 -61 -183 -50 -183 c 0\n 8 -183 34 -68 43 -24 c 0\n 63 71 81 166 101 261 c 0\n 110 303 115 356 132 396 c 1\n 45 396 l 1\n 52 428 l 1\n 139 428 l 1\n 175 551 231 681 381 681 c 0\n 420 681 475 664 480 619 c 1\n 519 661 571 681 628 681 c 0\n 669 681 728 662 728 612 c 0\n442 569 m 1\n 417 569 398 583 398 610 c 0\n 398 634 411 633 411 643 c 0\n 411 658 386 659 376 659 c 0\n 268 659 239 509 216 428 c 1\n 386 428 l 1\n 400 477 416 525 442 569 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nLigature: 8 0 'liga' f f i\nLigature: 8 0 'liga' ff i\nEndChar\nStartChar: ffl\nEncoding: 64260 64260 1366\nWidth: 748\nFlags: W\nHStem: -207 24<-65 -48> -204 25<184 201> 396 32<52 131 217 377 465 622> 659 22<371 390 617 639>\nVStem: -141 76<-146 -136> 107 76<-145 -136> 543 75<43 50>\nFore\n618 48 m 0\n 618 40 623 36 630 36 c 0\n 650 36 694 90 707 105 c 1\n 723 96 l 1\n 694 54 647 -9 590 -9 c 0\n 559 -9 543 14 543 43 c 0\n 543 129 604 301 623 396 c 1\n 457 396 l 1\n 388 86 l 1\n 367 -10 312 -204 186 -204 c 0\n 149 -204 107 -186 107 -143 c 0\n 107 -121 121 -102 144 -102 c 0\n 163 -102 183 -118 183 -138 c 0\n 183 -152 174 -157 174 -166 c 0\n 174 -180 189 -179 199 -179 c 0\n 256 -179 282 -64 291 -21 c 0\n 321 118 347 257 378 396 c 1\n 210 396 l 1\n 138 76 l 2\n 116 -22 63 -207 -63 -207 c 0\n -100 -207 -141 -187 -141 -145 c 0\n -141 -124 -126 -105 -104 -105 c 0\n -84 -105 -65 -121 -65 -142 c 0\n -65 -155 -74 -161 -74 -170 c 0\n -74 -184 -61 -183 -50 -183 c 0\n 8 -183 34 -68 43 -24 c 0\n 63 71 81 166 101 261 c 0\n 110 303 115 356 132 396 c 1\n 45 396 l 1\n 52 428 l 1\n 139 428 l 1\n 175 551 231 681 381 681 c 0\n 421 681 479 663 481 615 c 1\n 522 659 577 682 637 682 c 0\n 666 682 694 671 722 671 c 0\n 736 671 748 682 761 682 c 0\n 766 682 766 675 766 672 c 0\n 766 668 765 663 764 659 c 0\n 731 514 692 370 658 226 c 0\n 648 183 618 90 618 48 c 0\n670 637 m 0\n 670 655 641 660 628 660 c 0\n 521 660 485 510 464 428 c 1\n 631 428 l 1\n 637 450 667 564 667 579 c 0\n 667 586 658 597 658 608 c 0\n 658 621 670 632 670 637 c 0\n445 570 m 1\n 439 569 l 2\n 415 569 398 586 398 610 c 0\n 398 634 411 633 411 643 c 0\n 411 658 386 659 376 659 c 0\n 268 659 239 509 216 428 c 1\n 386 428 l 1\n 400 477 418 526 445 570 c 1\nEndSplineSet\nMinimumDistance: x0,-1 \nLigature: 8 0 'liga' f f l\nLigature: 8 0 'liga' ff l\nEndChar\nStartChar: uniFB06\nEncoding: 64262 64262 1367\nWidth: 665\nFlags: W\nHStem: -11 21<144 160> 7.40257 138.597<51 52> 303 121.537<330 332> 396 32<604 678> 492 21<565 568> 650 20<288 306>\nVStem: 109.004 72.9965<330 360> 170 20<531 548> 227.991 76.0085<91 123>\nFore\n683 428 m 1\n 678 396 l 1\n 594 396 l 1\n 585 361 505 70 505 55 c 0\n 505 45 511 38 521 38 c 0\n 543 38 588 100 601 117 c 1\n 614 110 l 1\n 583 63 536 -11 472 -11 c 0\n 448 -11 424 2 424 29 c 0\n 424 47 442 100 447 121 c 1\n 519 396 l 1\n 445 396 l 1\n 445 398 444 401 444 402 c 0\n 445 406 446 409 447 412 c 0\n 450 419 489 432 498 437 c 0\n 524 451 548 472 569 492 c 1\n 565 492 l 2\n 452 486 398 650 301 650 c 0\n 240 650 190 600 190 539 c 0\n 190 470 260 424 324 424 c 0\n 337 424 346 431 352 442 c 1\n 366 442 l 1\n 346 303 l 1\n 330 303 l 1\n 325 359 301 418 236 418 c 0\n 200 418 182 395 182 360 c 0\n 182 295 304 209 304 123 c 0\n 304 34 238 -11 155 -11 c 0\n 121 -11 90 8 56 8 c 0\n 43 8 37 -3 32 -13 c 1\n 16 -13 l 1\n 36 146 l 1\n 52 146 l 1\n 61 87 82 10 156 10 c 0\n 203 10 228 47 228 91 c 0\n 228 159 109 251 109 330 c 0\n 109 394 152 435 215 440 c 1\n 187 465 170 501 170 539 c 0\n 170 611 229 670 301 670 c 0\n 411 670 460 513 565 513 c 0\n 604 513 609 548 624 546 c 1\n 629 547 632 543 632 539 c 0\n 632 527 608 445 603 428 c 1\n 683 428 l 1\nEndSplineSet\nMinimumDistance: x26,-1 \nLigature: 8 0 'liga' s t\nEndChar\nEndChars\nEndSplineFont\n"
  },
  {
    "path": "gui/resources/fonts/INSTALL",
    "content": "-*-mode:text;-*-\n$Id: INSTALL,v 1.1 2002/12/12 15:09:05 peterlin Exp $\n\n\n\t\tInstalling the Free UCS outline fonts\n\t\t=====================================\n\n\nThese installation notes are supposed to provide a helpful guidance\nthrough the process of installation of free UCS outline fonts. They\ncan probably be significantly improved. Please direct your comments,\nsuggestions for improvements, criticisms etc. to Primoz PETERLIN\n<primoz.peterlin@biofiz.mf.uni-lj.si> and thus help improve them.\n\n\n1. UNIX/GNU/Linux/BSD Systems\n\nThe rather awkward \"UNIX/GNU/Linux/BSD\" agglomeration is used to\ndenote any system capable of running XFree86 server with FreeType\n<http://www.freetype.org/>, a high-quality free font rasterizer.\n\n1.1 The rough way\n\nUnfortunately, hardly any other way exists at the moment.\n\n1) Fetch the freefont-ttf.tar.gz package with Free UCS outline fonts\n   in the TrueType format.\n\n2) Unpack TrueType fonts into a suitable directory,\n   e.g. /usr/share/fonts/default/TrueType/.\n\n3) If you have chosen any other directory, make sure the directory you\n   used to install the fonts is listed in the path searched by the X\n   Font Server. Append the directory to the \"catalogue=\" in the\n   /etc/X11/fs/config.\n\n4) Run ttmkfdir in the directory where you unpacked the fonts.\n\n\n1.2 Debian GNU/Linux\n\nUsers of Debian GNU/Linux system will probably want to use the\npre-packed Debian package, as available from the Debian site, \n<http://packages.debian.org/unstable/x11/ttf-freefont.html>, or\nany of its mirrors. You can install them by issuing the command\n\napt-get install ttf-freefont\n\n\n2. Microsoft Windows 95/98/NT/2000/XP\n\nTo be written.\n\n\n3. MacOS\n\nTo be written.\n"
  },
  {
    "path": "gui/resources/fonts/README",
    "content": "-*-text-*-\n$Id: README,v 1.1 2002/11/28 10:10:30 peterlin Exp $\n\nSummary: This project aims to privide a set of free scalable\n(PostScript Type0, TrueType, OpenType...) fonts covering the ISO\n10646/Unicode UCS (Universal Character Set).\n\n\nWhy do we need free scalable UCS fonts?\n\nA large number of free software users switched from free X11\nbitmapped fonts to proprietary Microsoft Truetype fonts, as a) they\nused to be freely downloaded from Microsoft Typography page\n<http://www.microsoft.com/typography/free.htm>, b) they contain a more\nor less decent subsed of the ISO 10646 UCS (Universal Character Set),\nc) they are high-quality, well hinted scalable Truetype fonts, and d)\nFreetype <http://www.freetype.org/>, a free high-quality Truetype font\nrenderer exists and has been integrated into the latest release of\nXFree86, the free X11 server.\n\nBuilding a dependence on non-free software, even a niche one like\nfonts, is dangerous. Microsoft Truetype core fonts are not free, they\nare just costless. For now, at least. Citing the TrueType core fonts\nfor the Web FAQ <http://www.microsoft.com/typography/faq/faq8.htm>:\n\"You may only redistribute the fonts in their original form (.exe or\n.sit.hqx) and with their original file name from your Web site or\nintranet site. You must not supply the fonts, or any derivative fonts\nbased on them, in any form that adds value to commercial products,\nsuch as CD-ROM or disk based multimedia programs, application software\nor utilities.\" As of August 2002, however, the fonts are not\nanymore available on the Web, which makes the situation clearer.\n\nAren't there any free high-quality scalable fonts? Yes, there are.\nURW++, a German digital typefoundry, released their own version of the\n35 Postscript Type 1 core fonts under GPL as their donation to the\nGhostscript project <http://www.gimp.org/fonts.html>. The Wadalab\nKanji comittee has produced Type 1 font files with thousands of\nfiligree Japanese glyphs <ftp://ftp.ipl.t.u-tokyo.ac.jp/pub/Font/>.\nYannis Haralambous has drawn beautiful glyphs for the Omega\ntypesetting system <http://omega.cse.unsw.edu.au:8080/>. And so\non. Scattered around the internet there are numerous other free\nresources for other national scripts, many of them aiming to be a\nsuitable match for Latin fonts like Times or Helvetica.\n\n\nWhat do we plan to achieve, and how?\n\nOur aim is to collect available resources, fill in the missing pieces,\nand provide a set of free high-quality scalable (Type 1 and Truetype)\nUCS fonts, released under GPL. \n\nFree UCS scalable fonts will cover the following character sets\n\n* ISO 8859 parts 1-15\n* CEN MES-3 European Unicode Subset\n  http://www.evertype.com/standards/iso10646/pdf/cwa13873.pdf\n* IBM/Microsoft code pages 437, 850, 852, 1250, 1252 and more\n* Microsoft/Adobe Windows Glyph List 4 (WGL4)\n  http://partners.adobe.com/asn/developer/opentype/appendices/wgl4.html\n* KOI8-R and KOI8-RU\n* DEC VT100 graphics symbols\n* International Phonetic Alphabet\n* Arabic, Hebrew, Armenian, Georgian, Ethiopian, Thai and Lao alphabets,\n  including Arabic presentation forms A/B\n* Japanese Katakana and Hiragana\n* mathematical symbols, including the whole TeX repertoire of symbols\n* APL symbols\n  etc.\n\nA free Postscript font editor, George Williams's Pfaedit\n<http://pfaedit.sourceforge.net/> will be used for creating new\nglyphs.\n\nWhich font shapes should be made? As historical style terms like\nRenaissance or Baroque letterforms cannot be applied beyond\nLatin/Cyrillic/Greek scripts to any greater extent than Kufi or Nashki\ncan be applied beyond Arabic script, a smaller subset of styles will\nbe made: one monospaced and two proportional (one with uniform stroke\nand one with modulated) will be made at the start.\n\nIn the beginning, however, we don't believe that Truetype hinting will\nbe good enough to compete with neither the hand-crafted bitmapped\nfonts at small sizes, nor with commercial TrueType fonts. A companion\nprogram for modifying the TrueType font tables, TtfMod, is in the\nworks, though: <http://pfaedit.sourceforge.net/TtfMod/>. For\napplications like xterm, users are referred to the existing UCS bitmap\nfonts, <http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html>.\n\n\nWhat do the file suffices mean?\n\nThe files with .sfd (Spline Font Database) are in PfaEdit's native\nformat. Please use these if you plan to modify the font files. PfaEdit\ncan export these to mostly any existing font file format.\n\nTrueType fonts for immediate consumption are the files with the .ttf\n(TrueType Font) suffix. You can use them directly, e.g. with the X\nfont server.\n\nThe files with .ps (PostScript) suffix are not font files at all -\nthey are merely PostScript files with glyph tables, which can be used\nfor overview, which glyphs are contained in which font file.\n\nYou may have noticed the lacking of PostScript Type 1 (.pfa/.pfb) font\nfiles. Type 1 format does not support large (> 256) encoding vectors,\nso they can not be used with ISO 10646 encoding. If your printer\nsupports it, you can use Type 0 format, though. Please use PfaEdit for\nconversion to Type 0.\n\n\nPrimoz Peterlin, <primoz.peterlin@biofiz.mf.uni-lj.si>\n\nFree UCS scalable fonts: ftp://biofiz.mf.uni-lj.si/pub/fonts/elbrus/\n"
  },
  {
    "path": "gui/resources/i18n/iMSCP.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2015 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n\n// Note this file is not intended to be loaded. It will simply be parsed by the gettext\n// tools when updating translation files.\n\ntr('_: Localised language');\ntr('Your i-MSCP version is not compatible with this plugin. Try with a newer version.');\n"
  },
  {
    "path": "gui/src/Application.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\nnamespace iMSCP;\n\nuse Composer\\Autoload\\ClassLoader;\nuse ErrorException;\nuse iMSCP\\Config\\DbConfig;\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\EventDescription;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Exception\\ExceptionHandler;\nuse iMSCP\\Plugin\\PluginManager;\nuse iMSCP\\Plugin\\PluginServiceProvidersInjector;\nuse PDOException;\nuse Slim\\App as SlimApplication;\nuse Slim\\Container;\nuse Zend_Cache as Cache;\nuse Zend_Cache_Core;\nuse Zend_Controller_Action_Helper_FlashMessenger;\nuse Zend_Loader_AutoloaderFactory;\nuse Zend_Loader_StandardAutoloader;\nuse Zend_Locale;\nuse Zend_Session;\nuse Zend_Translate;\n\n/**\n * Class Application\n */\nclass Application\n{\n    /**\n     * @var string Application environment\n     */\n    protected $environment;\n\n    /**\n     * @var Zend_Loader_StandardAutoloader\n     */\n    protected $zendAutoloader;\n\n    /**\n     * @var ClassLoader\n     */\n    protected $composerAutoloader;\n\n    /**\n     * @var Container\n     */\n    protected $container;\n\n    /**\n     * @var SlimApplication\n     */\n    protected $slimApplication;\n\n    /**\n     * @var EventAggregator\n     */\n    protected $eventsManager;\n\n    /**\n     * @var FileConfig Merged configuration\n     */\n    protected $config;\n\n    /**\n     * @var DbConfig\n     */\n    protected $dbConfig;\n\n    /**\n     * @var Zend_Cache_Core\n     */\n    protected $cache;\n\n    /**\n     * @var DatabaseMySQL\n     */\n    protected $database;\n\n    /**\n     * @var Zend_Translate\n     */\n    protected $translator;\n\n    /**\n     * @var PluginManager\n     */\n    protected $pluginManager;\n\n    /**\n     * @static boolean Flag indicating whether or not the application has been\n     *                 bootstrapped\n     */\n    protected $bootstrapped = false;\n\n    /**\n     * Application constructor\n     *\n     * @param ClassLoader $autoloader\n     * @param string $env\n     */\n    public function __construct(ClassLoader $autoloader, $env)\n    {\n        $this->composerAutoloader = $autoloader;\n\n        // Only for backward compatibility with plugins\n        /** @noinspection PhpDeprecationInspection */\n        $this->getAutoloader();\n\n        $this->environment = (string)$env;\n\n        Registry::set('iMSCP_Application', $this);\n    }\n\n    /**\n     * Retrieve autoloader instance\n     *\n     * Only kept to ensure backward compatibility with plugins.\n     *\n     * @return Zend_Loader_StandardAutoloader\n     * @deprecated Composer autoloader should be used instead\n     */\n    public function getAutoloader()\n    {\n        if (NULL === $this->zendAutoloader) {\n            Zend_Loader_AutoloaderFactory::factory();\n            $this->zendAutoloader =\n                Zend_Loader_AutoloaderFactory::getRegisteredAutoloader(\n                    Zend_Loader_AutoloaderFactory::STANDARD_AUTOLOADER\n                );\n        }\n\n        return $this->zendAutoloader;\n    }\n\n    /**\n     * Return the Slim application\n     *\n     * @return SlimApplication\n     */\n    public function getSlimApplication()\n    {\n        if (NULL === $this->slimApplication) {\n            $container = $this->getContainer();\n            $container['autoloader'] = $this->getComposerAutoloader();\n\n            (new ServiceProvider())->register($this->container);\n\n            $this->slimApplication = new SlimApplication($container);\n        }\n\n        return $this->slimApplication;\n    }\n\n    /**\n     * Return the service container\n     *\n     * @return Container\n     */\n    public function getContainer()\n    {\n        if (NULL === $this->container) {\n            $this->container = new Container();\n        }\n\n        return $this->container;\n    }\n\n    /**\n     * Get composer autoloader\n     *\n     * @return ClassLoader\n     */\n    public function getComposerAutoloader()\n    {\n        return $this->composerAutoloader;\n    }\n\n    /**\n     * Retrieve database configuration\n     *\n     * @return DbConfig\n     */\n    public function getDbConfig()\n    {\n        if (NULL === $this->database) {\n            throw new Exception('Database configuration not available yet.');\n        }\n\n        return $this->dbConfig;\n    }\n\n    /**\n     * Retrieve translator instance\n     *\n     * @return Zend_Translate\n     */\n    public function getTranslator()\n    {\n        if (NULL === $this->translator) {\n            throw new Exception('Translator instance not available yet');\n        }\n\n        return $this->translator;\n    }\n\n    /**\n     * Bootstrap application\n     *\n     * @param string $configFilePath Configuration file path\n     * @return self\n     */\n    public function bootstrap($configFilePath)\n    {\n        if ($this->bootstrapped) {\n            throw new Exception('Already bootstrapped.');\n        }\n\n        $this->setErrorHandling();\n        $this->setEncoding();\n        $this->startSession();\n        $this->loadConfig($configFilePath);\n        $this->setTimezone();\n        $this->initDatabase();\n        $this->mergeConfig();\n        $this->setUserGuiProperties();\n        $this->initLocalization();\n        $this->initLayout();\n        $this->loadNavigation();\n        $this->loadPlugins();\n\n        $this->getEventsManager()->dispatch(\n            Events::onAfterApplicationBootstrap, ['context' => $this]\n        );\n        $this->bootstrapped = true;\n        return $this;\n    }\n\n    /**\n     * Set errors handling\n     *\n     * @return void\n     */\n    protected function setErrorHandling()\n    {\n        // Don't show notices and deprecation warnings if we are in\n        // production, unless we are in debug mode\n        if ($this->getEnvironment() == 'production') {\n            error_reporting(\n                E_ALL & ~E_NOTICE & ~E_USER_NOTICE & ~E_DEPRECATED\n                & ~E_USER_DEPRECATED\n            );\n            ini_set('display_errors', 0);\n        } else {\n            error_reporting(E_ALL);\n            ini_set('display_errors', 1);\n        }\n\n        // Log all frontend errors in the ./gui/data/logs/frontend_errors.log\n        // file\n        ini_set('log_errors', 1);\n        ini_set('error_log', GUI_ROOT_DIR . '/data/logs/frontend_errors.log');\n\n        $exceptionHandler = new ExceptionHandler();\n\n        // Set default error handler (turn any error to exception)\n        set_error_handler(\n            function ($severity, $message, $file, $line) use (\n                $exceptionHandler\n            ) {\n                if (!(error_reporting() & $severity)) {\n                    return;\n                }\n\n                $exceptionHandler->handleException(\n                    new ErrorException($message, 0, $severity, $file, $line)\n                );\n            });\n\n        // Register default exception handler\n        Registry::set('exceptionHandler', $exceptionHandler);\n    }\n\n    /**\n     * Retrieve current environment\n     *\n     * @return string\n     */\n    public function getEnvironment()\n    {\n        return $this->environment;\n    }\n\n    /**\n     * Set internal encoding\n     *\n     * @return void\n     */\n    protected function setEncoding()\n    {\n        ini_set('default_charset', 'UTF-8');\n\n        if (!extension_loaded('mbstring')) {\n            throw new Exception('mbstring extension not available.');\n        }\n\n        mb_internal_encoding('UTF-8');\n        mb_regex_encoding('UTF-8');\n    }\n\n    /**\n     * Start the session\n     *\n     * @return void\n     */\n    protected function startSession()\n    {\n        if (PHP_SAPI == 'cli') {\n            return;\n        }\n\n        if (!is_writable(GUI_ROOT_DIR . '/data/sessions')) {\n            throw new Exception(\n                'The gui/data/sessions directory must be writable.'\n            );\n        }\n\n        Zend_Session::setOptions([\n            'use_cookies'         => 'on',\n            'use_only_cookies'    => 'on',\n            'use_trans_sid'       => 'off',\n            'strict'              => false,\n            'remember_me_seconds' => 0,\n            'name'                => 'iMSCP_Session',\n            'gc_divisor'          => 100,\n            'gc_maxlifetime'      => 1440,\n            'gc_probability'      => 1,\n            'save_path'           => GUI_ROOT_DIR . '/data/sessions'\n        ]);\n        Zend_Session::start();\n    }\n\n    /**\n     * Load config\n     *\n     * @param string $configFilePath Main configuration file path\n     * @return void\n     */\n    protected function loadConfig($configFilePath)\n    {\n        if ($this->config = $this->getCache()->load('iMSCP_Config')) {\n            clearstatcache(true, $configFilePath);\n\n            if (filemtime($configFilePath) == $this->config['__filemtime__']) {\n                // Make main configuration available through registry (bc)\n                Registry::set('config', $this->config);\n                return;\n            }\n\n            // Remove all cache entries\n            $this->getCache()->clean(Cache::CLEANING_MODE_ALL);\n        } else {\n            // Remove all cache entries\n            $this->getCache()->clean(Cache::CLEANING_MODE_ALL);\n        }\n\n        $this->config = new FileConfig($configFilePath);\n\n        // Template root directory\n        $this->config['ROOT_TEMPLATE_PATH'] = GUI_ROOT_DIR . '/themes/'\n            . $this->config['USER_INITIAL_THEME'];\n\n        // Set the isp logos path\n        $this->config['ISP_LOGO_PATH'] = '/ispLogos';\n\n        // FIXME to be removed\n        $this->config['HTML_CHECKED'] = ' checked';\n        $this->config['HTML_DISABLED'] = ' disabled';\n        $this->config['HTML_READONLY'] = ' readonly';\n        $this->config['HTML_SELECTED'] = ' selected';\n\n        // Default Language (if not overridden by admin)\n        $this->config['USER_INITIAL_LANG'] = Zend_Locale::BROWSER;\n\n        // Session timeout in minutes\n        $this->config['SESSION_TIMEOUT'] = 30;\n\n        // SQL variables\n        $this->config['MAX_SQL_DATABASE_LENGTH'] = 64;\n        $this->config['MAX_SQL_USER_LENGTH'] = 16;\n        $this->config['MAX_SQL_PASS_LENGTH'] = 32;\n\n        // Captcha background color\n        $this->config['LOSTPASSWORD_CAPTCHA_BGCOLOR'] = [176, 222, 245];\n        // Captcha text color\n        $this->config['LOSTPASSWORD_CAPTCHA_TEXTCOLOR'] = [1, 53, 920];\n        // Captcha image width\n        $this->config['LOSTPASSWORD_CAPTCHA_WIDTH'] = 276;\n        // Captcha image height\n        $this->config['LOSTPASSWORD_CAPTCHA_HEIGHT'] = 30;\n\n        /**\n         * Captcha ttf font files\n         */\n        $this->config['LOSTPASSWORD_CAPTCHA_FONTS'] = [\n            'FreeMono.ttf', 'FreeMonoBold.ttf', 'FreeMonoBoldOblique.ttf',\n            'FreeMonoOblique.ttf', 'FreeSans.ttf', 'FreeSansBold.ttf',\n            'FreeSansBoldOblique.ttf', 'FreeSansOblique.ttf', 'FreeSerif.ttf',\n            'FreeSerifBold.ttf', 'FreeSerifBoldItalic.ttf',\n            'FreeSerifItalic.ttf'\n        ];\n\n        /**\n         * The following settings can be overridden via the control panel\n         */\n\n        // Domain rows pagination\n        $this->config['DOMAIN_ROWS_PER_PAGE'] = 10;\n\n        // Enable or disable support system\n        $this->config['IMSCP_SUPPORT_SYSTEM'] = 1;\n\n        // Enable or disable lost password support\n        $this->config['LOSTPASSWORD'] = 1;\n\n        // Uniq keys timeout in minutes\n        $this->config['LOSTPASSWORD_TIMEOUT'] = 30;\n\n        // Enable/disable countermeasures for bruteforce and dictionary attacks\n        $this->config['BRUTEFORCE'] = 1;\n\n        // Enable/disable waiting time between login/captcha attempts\n        $this->config['BRUTEFORCE_BETWEEN'] = 1;\n\n        // Max login/captcha attempts before waiting time\n        $this->config['BRUTEFORCE_MAX_ATTEMPTS_BEFORE_WAIT'] = 2;\n\n        // Waiting time between login/captcha attempts\n        $this->config['BRUTEFORCE_BETWEEN_TIME'] = 30;\n\n        // Blocking time in minutes\n        $this->config['BRUTEFORCE_BLOCK_TIME'] = 15;\n\n        // Max login attempts before blocking time\n        $this->config['BRUTEFORCE_MAX_LOGIN'] = 5;\n\n        // Max captcha attempts before blocking time\n        $this->config['BRUTEFORCE_MAX_CAPTCHA'] = 5;\n\n        // Enable or disable maintenance mode\n        // 1: Maintenance mode enabled\n        // 0: Maintenance mode disabled\n        $this->config['MAINTENANCEMODE'] = 0;\n\n        // Minimum password chars\n        $this->config['PASSWD_CHARS'] = 6;\n\n        // Enable or disable strong passwords\n        // 1: Strong password enabled\n        // 0: Strong password disabled\n        $this->config['PASSWD_STRONG'] = 1;\n\n        /**\n         * Logging Mailer default level\n         *\n         * 0                    : No logging\n         * E_USER_ERROR (256)   : errors are logged\n         * E_USER_WARNING (512) : Warnings and errors are logged\n         * E_USER_NOTICE (1024) : Notice, warnings and errors are logged\n         *\n         * Note: PHP's E_USER_* constants are used for simplicity.\n         */\n        $this->config['LOG_LEVEL'] = E_USER_ERROR;\n\n        // Creation of abuse, hostmaster, postmaster and webmaster default mail\n        // account\n        $this->config['CREATE_DEFAULT_EMAIL_ADDRESSES'] = 1;\n\n        // Count default abuse, hostmaster, postmaster and webmaster mail\n        // accounts\n        // in user mail accounts limit\n        // 1: default mail accounts are counted\n        // 0: default mail accounts are NOT counted\n        $this->config['COUNT_DEFAULT_EMAIL_ADDRESSES'] = 0;\n\n        // Protectdefault abuse, hostmaster, postmaster and webmaster mail\n        // accounts\n        // against change and deletion\n        $this->config['PROTECT_DEFAULT_EMAIL_ADDRESSES'] = 1;\n\n        // Use hard mail suspension when suspending a domain:\n        // 1: mail accounts are hard suspended (completely unreachable)\n        // 0: mail accounts are soft suspended (passwords are modified so user\n        //can't access the accounts)\n        $this->config['HARD_MAIL_SUSPENSION'] = 1;\n\n        // Prevent external login (i.e. check for valid local referer)\n        // separated in admin, reseller and client.\n        // This option allows to use external login scripts\n        //\n        // 1: prevent external login, check for referer, more secure\n        // 0: allow external login, do not check for referer, less security\n        // (risky)\n        $this->config['PREVENT_EXTERNAL_LOGIN_ADMIN'] = 1;\n        $this->config['PREVENT_EXTERNAL_LOGIN_RESELLER'] = 1;\n        $this->config['PREVENT_EXTERNAL_LOGIN_CLIENT'] = 1;\n\n        // Automatic search for new version\n        $this->config['CHECK_FOR_UPDATES'] = 0;\n        $this->config['ENABLE_SSL'] = 1;\n\n        // Converting some possible IDN to ACE\n        $this->config['DEFAULT_ADMIN_ADDRESS'] = encode_idna(\n            $this->config->get('DEFAULT_ADMIN_ADDRESS')\n        );\n        $this->config['SERVER_HOSTNAME'] = encode_idna(\n            $this->config->get('SERVER_HOSTNAME')\n        );\n        $this->config['BASE_SERVER_VHOST'] = encode_idna(\n            $this->config->get('BASE_SERVER_VHOST'));\n        $this->config['DATABASE_HOST'] = encode_idna(\n            $this->config->get('DATABASE_HOST')\n        );\n\n        // Server traffic settings\n        $this->config['SERVER_TRAFFIC_LIMIT'] = 0;\n        $this->config['SERVER_TRAFFIC_WARN'] = 0;\n\n        // Store file last modification time to force reloading of\n        // configuration file if needed\n        $this->config['__filemtime__'] = filemtime($configFilePath);\n\n        if ($this->config['DEBUG']) {\n            // Prevent caching when DEBUG mode is enabled\n            $this->getCache()->setOption('caching', false);\n\n            // Warn administrator that DEBUG mode is enabled and that resources\n            // caching isn't available\n            $this->getEventsManager()->registerListener([\n                Events::onAdminScriptStart,\n                Events::onResellerScriptStart,\n                Events::onClientScriptStart\n            ], function () {\n                if (is_xhr()\n                    || ($_SESSION['user_type'] != 'admin'\n                        && (!isset($_SESSION['logged_from_type'])\n                            || $_SESSION['logged_from_type'] != 'admin'\n                        )\n                    )\n                ) {\n                    return;\n                }\n\n                $this->getEventsManager()->registerListener(\n                    Events::onGeneratePageMessages,\n                    function (EventDescription $e) {\n                        /** @var Zend_Controller_Action_Helper_FlashMessenger $flashMessenger */\n                        $flashMessenger = $e->getParam('flashMessenger');\n                        $flashMessenger->addMessage(\n                            tr(\"The debug mode is currently enabled. Don't forget to disable it on production.\"),\n                            'static_warning'\n                        );\n                    }\n                );\n            });\n        }\n\n        // Make main configuration available through registry (bc)\n        Registry::set('config', $this->config);\n    }\n\n    /**\n     * Retrieve application cache\n     *\n     * @return Zend_Cache_Core\n     */\n    public function getCache()\n    {\n        if (NULL === $this->cache) {\n            $this->cache = Cache::factory(\n                'Core',\n                # Make use of 'APC' backend if APC(u) is available, else\n                # fallback to the 'File' backend\n                extension_loaded('apc') && ini_get('apc.enabled')\n                    ? 'Apc' : 'File',\n                [\n                    'caching'                   => (PHP_SAPI != 'cli'),\n                    // Cache is never flushed automatically (default)\n                    'lifetime'                  => 0,\n                    'automatic_serialization'   => true,\n                    'automatic_cleaning_factor' => 0,\n                    'ignore_user_abort'         => true\n                ],\n                // Options below are only relevant for the 'File' backend\n                // (fallback backend)\n                [\n                    'file_locking'           => true,\n                    'hashed_directory_level' => 0,\n                    'cache_dir'              => CACHE_PATH,\n                    'read_control'           => true\n                ]\n            );\n        }\n\n        return $this->cache;\n    }\n\n    /**\n     * Retrieve shared events manager instance\n     *\n     * @return EventAggregator\n     */\n    public function getEventsManager()\n    {\n        if (NULL === $this->eventsManager) {\n            $this->eventsManager = EventAggregator::getInstance();\n        }\n\n        return $this->eventsManager;\n    }\n\n    /**\n     * Sets timezone\n     *\n     * @return void\n     */\n    protected function setTimezone()\n    {\n        $config = $this->getConfig();\n        $timezone = $config['TIMEZONE'] != '' ? $config['TIMEZONE'] : 'UTC';\n\n        if (!@date_default_timezone_set($timezone)) {\n            @date_default_timezone_set('UTC');\n        }\n    }\n\n    /**\n     * Retrieve main configuration\n     *\n     * @return FileConfig\n     */\n    public function getConfig()\n    {\n        if (NULL === $this->config) {\n            throw new Exception('Main configuration not available yet.');\n        }\n\n        return $this->config;\n    }\n\n    /**\n     * Establishes the connection to the database\n     *\n     * @return void\n     */\n    protected function initDatabase()\n    {\n        try {\n            $cache = $this->getCache();\n            $config = $this->getConfig();\n            $db_pass_key = $cache->load('iMSCP_DATABASE_KEY');\n            $db_pass_iv = $cache->load('iMSCP_DATABASE_IV');\n\n            if (empty($db_pass_key) || empty($db_pass_iv)) {\n                eval(@file_get_contents(\n                    $this->getConfig()['CONF_DIR'] . '/imscp-db-keys'\n                ));\n\n                if (empty($db_pass_key) || empty($db_pass_iv)) {\n                    throw new Exception(\n                        'Missing encryption key and/or initialization vector.'\n                    );\n                }\n\n                $cache->save($db_pass_key, 'iMSCP_DATABASE_KEY');\n                $cache->save($db_pass_iv, 'iMSCP_DATABASE_IV');\n            }\n\n            if (!($plainPasswd = $cache->load('DATABASE_PASSWORD_PLAIN'))) {\n                $plainPasswd = Crypt::decryptRijndaelCBC(\n                    $db_pass_key, $db_pass_iv, $config['DATABASE_PASSWORD']\n                );\n                $cache->save($plainPasswd, 'DATABASE_PASSWORD_PLAIN');\n            }\n\n            $this->database = DatabaseMySQL::connect(\n                $config['DATABASE_USER'],\n                $plainPasswd,\n                'mysql',\n                $config['DATABASE_HOST'],\n                $config['DATABASE_NAME']\n            );\n        } catch (PDOException $e) {\n            throw new DatabaseException(sprintf(\n                \"Couldn't establish connection to the database: %s\",\n                $e->getMessage()),\n                NULL,\n                $e->getCode(),\n                $e\n            );\n        }\n\n        // Make the database instance available through registry (bc)\n        Registry::set('db', $this->database);\n    }\n\n    /**\n     * Merge configuration from database with main configuration\n     *\n     * Retrieves configuration from the database and merge it with the main\n     * configuration. Database configuration parameters have higher precedence\n     * over those from the main configuration.\n     *\n     * Resulting merge is put in cache unless DEBUG mode is enabled.\n     *\n     * @return void\n     */\n    protected function mergeConfig()\n    {\n        $cache = $this->getCache();\n\n        if (!($this->dbConfig = $cache->load('iMSCP_DbConfig'))) {\n            ;\n            $this->dbConfig = new DbConfig($this->getDatabase());\n            $config = $this->getConfig();\n            $config->merge($this->dbConfig);\n\n            if (!$config['DEBUG']) {\n                $cache->save($this->dbConfig, 'iMSCP_DbConfig');\n                $cache->save($config, 'iMSCP_Config');\n            }\n        } else {\n            $this->dbConfig->setDb($this->getDatabase());\n        }\n\n        // Make database configuration available through registry (bc)\n        Registry::set('dbConfig', $this->dbConfig);\n    }\n\n    /**\n     * Retrieve database instance\n     *\n     * @return DatabaseMySQL\n     */\n    public function getDatabase()\n    {\n        if (NULL === $this->database) {\n            throw new Exception('Database instance not available yet.');\n        }\n\n        return $this->database;\n    }\n\n    /**\n     * Set user's GUI properties\n     *\n     * @return void\n     */\n    protected function setUserGuiProperties()\n    {\n        if (PHP_SAPI == 'cli'\n            || !isset($_SESSION['user_id'])\n            || isset($_SESSION['logged_from'])\n            || isset($_SESSION['logged_from_id'])\n            || (\n                isset($_SESSION['user_def_lang'])\n                && isset($_SESSION['user_theme'])\n            )\n        ) {\n            return;\n        }\n\n        $config = $this->getConfig();\n        $stmt = exec_query(\n            'SELECT lang, layout FROM user_gui_props WHERE user_id = ?',\n            [$_SESSION['user_id']]\n        );\n\n        if ($stmt->rowCount()) {\n            $row = $stmt->fetchRow();\n\n            if ((empty($row['lang']) && empty($row['layout']))) {\n                list($lang, $theme) = [\n                    $config['USER_INITIAL_LANG'],\n                    $config['USER_INITIAL_THEME']\n                ];\n            } elseif (empty($row['lang'])) {\n                list($lang, $theme) = [\n                    $config['USER_INITIAL_LANG'],\n                    $row['layout']\n                ];\n            } elseif (empty($row['layout'])) {\n                list($lang, $theme) = [\n                    $row['lang'],\n                    $config['USER_INITIAL_THEME']\n                ];\n            } else {\n                list($lang, $theme) = [$row['lang'], $row['layout']];\n            }\n        } else {\n            list($lang, $theme) = [\n                $config['USER_INITIAL_LANG'],\n                $config['USER_INITIAL_THEME']\n            ];\n        }\n\n        $_SESSION['user_def_lang'] = $lang;\n        $_SESSION['user_theme'] = $theme;\n    }\n\n    /**\n     * Initialize localization\n     *\n     * @return void\n     */\n    protected function initLocalization()\n    {\n        if (PHP_SAPI == 'cli') {\n            try {\n                $locale = new Zend_Locale(Zend_Locale::ENVIRONMENT);\n            } catch (\\Exception $e) {\n                $locale = new Zend_Locale('en_GB');\n            }\n        } else {\n            try {\n                $cache = $this->getCache();\n\n                Zend_Locale::setCache($cache);\n                Zend_Translate::setCache($cache);\n\n                $locale = new Zend_Locale(Registry::set(\n                    'user_def_lang',\n                    isset($_SESSION['user_def_lang'])\n                        ? $_SESSION['user_def_lang'] : Zend_Locale::BROWSER\n                ));\n\n                if ($locale == 'root') {\n                    # Handle case where value from $_SESSION['user_def_lang']\n                    # is erroneous and lead to root locale\n                    $locale->setLocale('en_GB');\n                }\n            } catch (\\Exception $e) {\n                $locale = new Zend_Locale('en_GB');\n            }\n        }\n\n        $localesRouting = [\n            'bg' => 'bg_BG',\n            'ca' => 'ca_es',\n            'cs' => 'cs_CZ',\n            'da' => 'da_DK',\n            'de' => 'de_DE',\n            'en' => 'en_GB',\n            'es' => 'es_ES',\n            'eu' => 'eu_ES',\n            'fa' => 'fa_IR',\n            'fi' => 'fi_FI',\n            'fr' => 'fr_FR',\n            'gl' => 'gl_ES',\n            'hu' => 'hu_HU',\n            'it' => 'it_IT',\n            'ja' => 'ja_JP',\n            'lt' => 'lt_LT',\n            'nb' => 'nb_NO',\n            'nl' => 'nl_NL',\n            'pl' => 'pl_PL',\n            'pt' => 'pt_PT',\n            'ro' => 'ro_RO',\n            'ru' => 'ru_RU',\n            'sk' => 'sk_SK',\n            'sv' => 'sv_SE',\n            'th' => 'th_TH',\n            'tr' => 'tr_TR',\n            'uk' => 'uk_UA',\n            'zh' => 'zh_CN'\n        ];\n\n        // Setup translator\n        $this->translator = new Zend_Translate([\n            'adapter'        => 'gettext',\n            'locale'         => $locale,\n            'content'        => GUI_ROOT_DIR . '/i18n/locales',\n            'disableNotices' => true,\n            'scan'           => Zend_Translate::LOCALE_DIRECTORY,\n            # Fallback for languages without territory information\n            # (eg: 'de' will be routed to 'de_DE')\n            'route'          => $localesRouting\n        ]);\n\n        // Locale fallbacks\n        /** @noinspection PhpUndefinedMethodInspection */\n        if (!$this->translator->isAvailable($locale->getLanguage())\n            && !$this->translator->isAvailable($locale)\n        ) {\n            if (in_array(\n                $locale->getLanguage(), array_keys($localesRouting)\n            )) {\n                $this->translator->getAdapter()->setLocale(\n                    $localesRouting[$locale->getLanguage()]\n                );\n            } else {\n                $this->translator->getAdapter()->setLocale('en_GB');\n            }\n        }\n\n        // Make Zend_Locale and Zend_Translate available for i-MSCP core,\n        // i-MSCP plugins and Zend libraries\n        Registry::set('Zend_Locale', $locale);\n        Registry::set(\n            'translator', Registry::set('Zend_Translate', $this->translator)\n        );\n    }\n\n    /**\n     * Initialize layout\n     *\n     * @return void\n     */\n    protected function initLayout()\n    {\n        if (PHP_SAPI == 'cli' || is_xhr()) {\n            return;\n        }\n\n        // Set layout color for the current environment (Must be done as late\n        // as possible)\n        $this->getEventsManager()->registerListener(\n            [\n                Events::onLoginScriptEnd,\n                Events::onLostPasswordScriptEnd,\n                Events::onAdminScriptEnd,\n                Events::onResellerScriptEnd,\n                Events::onClientScriptEnd\n            ],\n            'layout_init'\n        );\n\n        if (isset($_SESSION['user_logged'])) {\n            return;\n        }\n\n        $this->getEventsManager()->registerListener(\n            Events::onAfterSetIdentity,\n            function () {\n                unset($_SESSION['user_theme_color']);\n            }\n        );\n    }\n\n    /**\n     * Register callback to load navigation file\n     *\n     * @return void\n     */\n    protected function loadNavigation()\n    {\n        if (PHP_SAPI == 'cli' || is_xhr()) {\n            return;\n        }\n\n        $this->getEventsManager()->registerListener(\n            [\n                Events::onAdminScriptStart,\n                Events::onResellerScriptStart,\n                Events::onClientScriptStart\n            ],\n            'layout_loadNavigation'\n        );\n    }\n\n    /**\n     * Load plugins\n     *\n     * @return void\n     */\n    protected function loadPlugins()\n    {\n        $pm = $this->getPluginManager();\n\n        foreach ($pm->pluginGetList() as $pluginName) {\n            if ($pm->pluginHasError($pluginName)) {\n                continue;\n            }\n\n            if (!$pm->pluginGet($pluginName)) {\n                throw new Exception(sprintf(\n                    \"Couldn't load plugin: %s\", $pluginName\n                ));\n            }\n        }\n\n        // We must always inject the plugins' service providers, even when an\n        // HTTP request does not target a plugin, because sometime, a plugin\n        // will listen to events only, such as the demo plugin.\n        (new PluginServiceProvidersInjector())(\n            $this->getContainer(), $this->getEventsManager(), $pm\n        );\n    }\n\n    /**\n     * Get plugin manager\n     *\n     * @return PluginManager\n     */\n    public function getPluginManager()\n    {\n        if (NULL === $this->pluginManager) {\n            $this->pluginManager = new PluginManager(\n                $this->getContainer(), $this->getEventsManager()\n            );\n\n            $this->pluginManager->pluginSetRootDir(\n                $this->getConfig()['PLUGINS_DIR']\n            );\n\n            Registry::set('pluginManager', $this->pluginManager); // BC\n        }\n\n        return $this->pluginManager;\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/AdminCanMoveCustomersAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class AdminCanMoveCustomersAssertion\n * @package iMSCP\\Assertion\n */\nclass AdminCanMoveCustomersAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return systemHasResellers(2);\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/AdminCanMoveResellersAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class AdminCanMoveResellersAssertion\n * @package iMSCP\\Assertion\n */\nclass AdminCanMoveResellersAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return systemHasManyAdmins() && systemHasResellers();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/AdminCanViewAntiAntiRootkitsAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class AdminCanViewAntiAntiRootkitsAssertion\n * @package iMSCP\\Assertion\n */\nclass AdminCanViewAntiAntiRootkitsAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return systemHasAntiRootkits();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/AdminCanViewImscpUpdatesAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse iMSCP\\Registry;\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class AdminCanViewImscpUpdatesAssertion\n * @package iMSCP\\Assertion\n */\nclass AdminCanViewImscpUpdatesAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return stripos(Registry::get('config')['Version'], 'git')\n            === false && Registry::get('config')['CHECK_FOR_UPDATES'];\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/AdminCanViewIpUsageStatisticsAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class AdminCanViewIpUsageStatisticsAssertion\n * @package iMSCP\\Assertion\n */\nclass AdminCanViewIpUsageStatisticsAssertion\n    implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return systemHasCustomers();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/AdminCanViewResellerStatisticsAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class AdminCanViewResellerStatisticsAssertion\n * @package iMSCP\\Assertion\n */\nclass AdminCanViewResellerStatisticsAssertion\n    implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return systemHasResellers();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/AdminHasCircularFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class AdminHasCircularFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass AdminHasCircularFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return systemHasAdminsOrResellersOrCustomers();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/AdminHasSupportFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse iMSCP\\Registry;\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class AdminHasSupportFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass AdminHasSupportFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return Registry::get('config')['IMSCP_SUPPORT_SYSTEM']\n            && systemHasResellers();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/CallbackAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class CallbackAssertion\n * @package iMSCP\\Assertion\n */\nclass CallbackAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @var callable\n     */\n    private $callback;\n\n    /**\n     * CallbackAssertion constructor.\n     *\n     * @param callable $callback\n     */\n    public function __construct(callable $callback)\n    {\n        $this->callback = $callback;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return ($this->callback)();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientCanAddSqlDatabasesAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse iMSCP\\Registry;\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientCanAddSqlDatabasesAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientCanAddSqlDatabasesAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        if (customerSqlDbLimitIsReached()) {\n            if (Registry::get('navigation')->findOneBy(\n                'uri', '/client/sql_manage.php')->isActive()\n            ) {\n                set_page_message(\n                    tohtml(tr(\n                        \"SQL databases limit is reached. You cannot add new SQL databases.\"\n                    )),\n                    'static_info'\n                );\n            }\n\n            return false;\n        }\n\n        return true;\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasBackupFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasBackupFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasBackupFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('backup');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasCustomDnsFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasCustomDnsFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasCustomDnsFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('custom_dns_records');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasCustomErrorPagesFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasCustomErrorPagesFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasCustomErrorPagesFeatureAssertion\n    implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('custom_error_pages');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasDomainAliasesFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasDomainAliasesFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasDomainAliasesFeatureAssertion\n    implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('domain_aliases');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasExternalMailFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasExternalMailFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasExternalMailFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('external_mail');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasFtpFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasFtpFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasFtpFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('ftp');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasMailFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasMailFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasMailFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('mail');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasMailOrExternalMailFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasMailOrExternalMailFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasMailOrExternalMailFeatureAssertion\n    implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasMailOrExtMailFeatures();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasPhpEditorFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasPhpEditorFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasPhpEditorFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('php_editor');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasProtectedAreasFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasProtectedAreasFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasProtectedAreasFeatureAssertion\n    implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('protected_areas');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasSqlFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasSqlFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasSqlFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('sql');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasSubdomainsFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasSubdomainsFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasSubdomainsFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('subdomains');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasSupportFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpIncludeInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse iMSCP\\Registry;\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasSupportFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasSupportFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return Registry::get('config')['IMSCP_SUPPORT_SYSTEM']\n            && customerHasFeature('support');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ClientHasWebstatsFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ClientHasWebstatsFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ClientHasWebstatsFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return customerHasFeature('webstats');\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ResellerCanViewCustomerStatisticsAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ResellerCanViewCustomerStatisticsAssertion\n * @package iMSCP\\Assertion\n */\nclass ResellerCanViewCustomerStatisticsAssertion\n    implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return resellerHasCustomers();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ResellerHasCircularFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ResellerHasCircularFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ResellerHasCircularFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return resellerHasCustomers();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ResellerHasDomainAliasesFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ResellerHasDomainAliasesFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ResellerHasDomainAliasesFeatureAssertion\n    implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return resellerHasFeature('domain_aliases') && resellerHasCustomers();\n    }\n}\n"
  },
  {
    "path": "gui/src/Assertion/ResellerHasSupportFeatureAssertion.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Assertion;\n\nuse iMSCP\\Registry;\nuse Zend_Acl;\nuse Zend_Acl_Assert_Interface;\nuse Zend_Acl_Resource_Interface;\nuse Zend_Acl_Role_Interface;\n\n/**\n * Class ResellerHasSupportFeatureAssertion\n * @package iMSCP\\Assertion\n */\nclass ResellerHasSupportFeatureAssertion implements Zend_Acl_Assert_Interface\n{\n    /**\n     * @inheritdoc\n     */\n    public function assert(\n        Zend_Acl $acl,\n        Zend_Acl_Role_Interface $role = NULL,\n        Zend_Acl_Resource_Interface $resource = NULL,\n        $privilege = NULL\n    ): bool\n    {\n        return Registry::get('config')['IMSCP_SUPPORT_SYSTEM']\n            && resellerHasFeature('support');\n    }\n}\n"
  },
  {
    "path": "gui/src/Authentication/AuthEvent.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Authentication;\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\Events;\n\n/**\n * Class AuthEvent\n * @package iMSCP\\Authentication\n */\nclass AuthEvent extends Event\n{\n    /**\n     * @var string Event name\n     */\n    protected $name = Events::onAuthentication;\n\n    /**\n     * @var AuthService\n     */\n    protected $authentication;\n\n    /**\n     * @var AuthResult\n     */\n    protected $authenticationResult = NULL;\n\n    /**\n     * @return AuthService\n     */\n    public function getAuthenticationService(): AuthService\n    {\n        return $this->authentication;\n    }\n\n    /**\n     * Has authentication result?\n     *\n     * @return bool\n     */\n    public function hasAuthenticationResult(): bool\n    {\n        return $this->authenticationResult !== NULL;\n    }\n\n    /**\n     * Get authentication result\n     *\n     * @return AuthResult\n     */\n    public function getAuthenticationResult(): AuthResult\n    {\n        return $this->authenticationResult;\n    }\n\n    /**\n     * Set authentication result\n     *\n     * @param AuthResult $authResult\n     * @return void\n     */\n    public function setAuthenticationResult(AuthResult $authResult): void\n    {\n        $this->authenticationResult = $authResult;\n    }\n}\n"
  },
  {
    "path": "gui/src/Authentication/AuthResult.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Authentication;\n\nuse stdClass;\n\n/**\n * Class AuthResult\n * @package iMSCP\\Authentication\n */\nclass AuthResult\n{\n    /**\n     * @const int General Failure\n     */\n    const FAILURE = 0;\n\n    /**\n     * @const int Failure due to identity not being found\n     */\n    const FAILURE_IDENTITY_NOT_FOUND = -1;\n\n    /**\n     * @const int Failure due to identity being ambiguous.\n     */\n    const FAILURE_IDENTITY_AMBIGUOUS = -2;\n\n    /**\n     * @const int Failure due to invalid credential being supplied\n     */\n    const FAILURE_CREDENTIAL_INVALID = -3;\n\n    /**\n     * @const int Failure due to empty credential\n     */\n    const FAILURE_CREDENTIAL_EMPTY = -4;\n\n    /**\n     * @const int Failure due to un-categorized reasons\n     */\n    const FAILURE_UNCATEGORIZED = -5;\n\n    /**\n     * @const int Authentication success\n     */\n    const SUCCESS = 1;\n\n    /**\n     * Authentication result code\n     *\n     * @var int\n     */\n    protected $_code;\n\n    /**\n     * @var stdClass The identity used in the authentication attempt\n     */\n    protected $_identity;\n\n    /**\n     * An array of string reasons why the authentication attempt was\n     * unsuccessful\n     *\n     * If authentication was successful, this should be an empty array.\n     *\n     * @var array\n     */\n    protected $_messages;\n\n    /**\n     * Sets the result code, identity, and failure messages\n     *\n     * @param int $code\n     * @param mixed $identity\n     * @param array|string $messages Message(s)\n     */\n    public function __construct($code, $identity, $messages = [])\n    {\n        $code = (int)$code;\n\n        if ($code < self::FAILURE_UNCATEGORIZED) {\n            $code = self::FAILURE;\n        } elseif ($code > self::SUCCESS) {\n            $code = 1;\n        }\n\n        $this->_code = $code;\n        $this->_identity = $identity;\n        $this->_messages = (array)$messages;\n    }\n\n    /**\n     * Returns whether the result represents a successful authentication attempt\n     *\n     * @return bool\n     */\n    public function isValid(): bool\n    {\n        return ($this->_code > 0) ? true : false;\n    }\n\n    /**\n     * getCode() - Get the result code for this authentication attempt\n     *\n     * @return int\n     */\n    public function getCode(): int\n    {\n        return $this->_code;\n    }\n\n    /**\n     * Returns the identity used in the authentication attempt\n     *\n     * @return mixed\n     */\n    public function getIdentity()\n    {\n        return $this->_identity;\n    }\n\n    /**\n     * Set error messages\n     *\n     * @param array|string $messages Message(s)\n     * @return void\n     */\n    public function setMessage($messages): void\n    {\n        $this->_messages = (array)$messages;\n    }\n\n    /**\n     * Returns an array of string reasons why the authentication attempt was\n     * unsuccessful\n     *\n     * If authentication was successful, this method returns an empty array.\n     *\n     * @return array\n     */\n    public function getMessages(): array\n    {\n        return $this->_messages;\n    }\n}\n"
  },
  {
    "path": "gui/src/Authentication/AuthService.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Authentication;\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\EventManagerInterface;\nuse iMSCP\\Event\\Events;\nuse PDO;\nuse stdClass;\n\n/**\n * Class AuthService\n *\n * This service authenticate users by triggering the AuthEvent event. Listeners\n * of that event are authentication handlers which are responsible to implement\n * real authentication logic.\n *\n * Any authentication handler should set the appropriate AuthResult on the\n * AuthEvent.\n *\n * @package iMSCP\\Authentication\n */\nclass AuthService\n{\n    /**\n     * Singleton instance\n     *\n     * @var AuthService\n     */\n    protected static $instance = NULL;\n\n    /**\n     * @var EventManagerInterface\n     */\n    protected $eventManager = NULL;\n\n    /**\n     * Singleton pattern implementation -  makes \"new\" unavailable\n     */\n    protected function __construct()\n    {\n\n    }\n\n    /**\n     * Implements singleton design pattern\n     *\n     * @return AuthService Provides a fluent interface, returns self\n     */\n    public static function getInstance(): AuthService\n    {\n        if (NULL === self::$instance) {\n            self::$instance = new self;\n        }\n\n        return self::$instance;\n    }\n\n    /**\n     * Process authentication\n     *\n     * @trigger onBeforeAuthentication\n     * @trigger onAuthentication\n     * @trigger onAfterAuthentication\n     * @return AuthResult\n     */\n    public function authenticate(): AuthResult\n    {\n        $em = $this->getEventManager();\n        $response = $em->dispatch(\n            Events::onBeforeAuthentication, ['context' => $this]\n        );\n\n        if (!$response->isStopped()) {\n            $authEvent = new AuthEvent();\n\n            // Process authentication through registered handlers\n            // Note: In versions pre1.3.9, the auth result was pulled from the\n            // response object. To stay compatible with plugins that were object\n            // and if it is not defined, we pull it from the new auth event that\n            // has been introduced in version 1.3.9. Plugin that make use of the\n            // new auth event must requires the i-MSCP API 1.0.7.\n            $response = $em->dispatch($authEvent, ['context' => $this]);\n            $authResult = $response->last()\n                ?: $authEvent->getAuthenticationResult();\n\n            // Covers case where no one of authentication handlers has set an\n            //authentication result\n            if (!$authResult instanceof AuthResult) {\n                $authResult = new AuthResult(\n                    AuthResult::FAILURE_UNCATEGORIZED, NULL, tr('Unknown reason.')\n                );\n            }\n\n            if ($authResult->isValid()) {\n                // Prevent multiple successive calls from storing inconsistent\n                //results\n                $this->unsetIdentity();\n                $this->setIdentity($authResult->getIdentity());\n            }\n        } else {\n            $authResult = new AuthResult(\n                AuthResult::FAILURE_UNCATEGORIZED, NULL, $response->last()\n            );\n        }\n\n        $em->dispatch(\n            Events::onAfterAuthentication,\n            ['context' => $this, 'authResult' => $authResult]\n        );\n\n        return $authResult;\n    }\n\n    /**\n     * Return an EventManagerInterface instance\n     *\n     * @param EventManagerInterface $events\n     * @return EventManagerInterface\n     */\n    public function getEventManager(\n        EventManagerInterface $events = NULL\n    ): EventManagerInterface\n    {\n        if (NULL !== $events) {\n            $this->eventManager = $events;\n            return $events;\n        }\n\n        if (NULL === $this->eventManager) {\n            $this->eventManager = EventAggregator::getInstance();\n        }\n\n        return $this->eventManager;\n    }\n\n    /**\n     * Unset the current identity\n     *\n     * @trigger onBeforeUnsetIdentity\n     * @trigger onAfterUnsetIdentity\n     * @return void\n     */\n    public function unsetIdentity(): void\n    {\n        $this->getEventManager()->dispatch(\n            Events::onBeforeUnsetIdentity, ['context' => $this]\n        );\n\n        exec_query('DELETE FROM login WHERE session_id = ?', session_id());\n\n        $preserveList = [\n            'user_def_lang', 'user_theme', 'user_theme_color',\n            'show_main_menu_labels', 'pageMessages'\n        ];\n\n        foreach (array_keys($_SESSION) as $sessionVariable) {\n            if (!in_array($sessionVariable, $preserveList)) {\n                unset($_SESSION[$sessionVariable]);\n            }\n        }\n\n        $this->getEventManager()->dispatch(\n            Events::onAfterUnsetIdentity, ['context' => $this]\n        );\n    }\n\n    /**\n     * Set the given identity\n     *\n     * @trigger onBeforeSetIdentity\n     * @trigger onAfterSetIdentify\n     * @param stdClass $identity Identity data\n     * @return void\n     */\n    public function setIdentity($identity): void\n    {\n        $response = $this->getEventManager()->dispatch(\n            Events::onBeforeSetIdentity,\n            ['context' => $this, 'identity' => $identity]\n        );\n\n        if ($response->isStopped()) {\n            session_destroy();\n            return;\n        }\n\n        session_regenerate_id();\n        $lastAccess = time();\n\n        exec_query(\n            '\n                INSERT INTO login (\n                    session_id, ipaddr, lastaccess, user_name\n                ) VALUES (\n                    ?, ?, ?, ?\n                )\n            ',\n            [\n                session_id(), getIpAddr(), $lastAccess, $identity->admin_name\n            ]);\n\n        $_SESSION['user_logged'] = decode_idna($identity->admin_name);\n\n        $_SESSION['user_type'] = $identity->admin_type;\n        $_SESSION['user_login_time'] = $lastAccess;\n        $_SESSION['user_identity'] = $identity;\n\n        # Only for backward compatibility. Will be removed in a later version\n        $_SESSION['user_id'] = $identity->admin_id;\n        $_SESSION['user_email'] = $identity->email;\n        $_SESSION['user_created_by'] = $identity->created_by;\n\n        $this->getEventManager()->dispatch(\n            Events::onAfterSetIdentity, ['context' => $this]\n        );\n    }\n\n    /**\n     * Returns true if and only if an identity is available from storage\n     *\n     * @return boolean\n     */\n    public function hasIdentity(): bool\n    {\n        if (!isset($_SESSION['user_id'])) {\n            return false;\n        }\n\n        return (bool)exec_query(\n            '\n                SELECT COUNT(session_id)\n                FROM login\n                WHERE session_id = ?\n                AND ipaddr = ?\n            ',\n            [session_id(), getipaddr()]\n        )->fetchRow(PDO::FETCH_COLUMN);\n    }\n\n    /**\n     * Returns the identity from storage if any, redirect to login page\n     * otherwise\n     *\n     * @return stdClass\n     */\n    public function getIdentity(): stdClass\n    {\n        if (!isset($_SESSION['user_identity'])) {\n            // Make sure that all identity data are removed\n            $this->unsetIdentity();\n            redirectTo('/index.php');\n        }\n\n        return $_SESSION['user_identity'];\n    }\n\n    /**\n     * Singleton pattern implementation -  makes \"clone\" unavailable\n     *\n     * @return void\n     */\n    protected function __clone()\n    {\n\n    }\n}\n"
  },
  {
    "path": "gui/src/Autoloader/BcAutoloader.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Autoloader;\n\nuse ArrayObject;\nuse Composer\\Autoload\\ClassLoader;\nuse RuntimeException;\n\n/**\n * Class BcAutoloader - Alias legacy i-MSCP classes/interfaces to the news\n * @package iMSCP\\Autoloader\n */\nclass BcAutoloader\n{\n    /**\n     * @var array Maps legacy i-MSCP classes/interface to the news\n     */\n    private static $map = [\n        // library/iMSCP\n        'iMSCP_Application'                        => 'iMSCP\\\\Application',\n        'iMSCP_Authentication'                     => 'iMSCP\\\\Authentication\\\\AuthService',\n        'iMSCP_Database'                           => 'iMSCP\\\\Database\\\\DatabaseMySQL',\n        'iMSCP_Events'                             => 'iMSCP\\\\Event\\\\Events',\n        'iMSCP_Exception'                          => 'iMSCP\\\\Exception\\\\Exception',\n        'iMSCP_Net'                                => 'iMSCP\\\\Net',\n        'iMSCP_PHPini'                             => 'iMSCP\\\\PhpEditor',\n        'iMSCP_Registry'                           => 'iMSCP\\\\Registry',\n        'iMSCP_Services'                           => 'iMSCP\\\\Services',\n        'iMSCP_SystemInfo'                         => 'iMSCP\\\\SystemInfo',\n        'iMSCP_Update'                             => 'iMSCP\\\\Update\\\\AbstractUpdate',\n        'iMSCP_Validate'                           => 'iMSCP\\\\Validate\\\\CommonValidation',\n        'iMSCP_pTemplate'                          => 'iMSCP\\\\TemplateEngine',\n        // library/iMSCP/Authentication\n        'iMSCP_Authentication_AuthEvent'           => 'iMSCP\\\\Authentication\\\\AuthEvent',\n        'iMSCP_Authentication_Result'              => 'iMSCP\\\\Authentication\\\\AuthResult',\n        // library/iMSCP/Config\n        'iMSCP_Config_Handler_Db'                  => 'iMSCP\\\\Config\\\\DbConfig',\n        'iMSCP_Config_Handler_File'                => 'iMSCP\\\\Config\\\\FileConfig',\n        'iMSCP_Config_Handler'                     => 'iMSCP\\\\Config\\\\ArrayConfig',\n        // library/iMSCP/Database\n        'iMSCP_Database_Events_Database'           => 'iMSCP\\\\Database\\\\DatabaseEvent',\n        'iMSCP_Database_Events_Statement'          => 'iMSCP\\\\Database\\\\DatabaseStatementEvent',\n        'iMSCP_Database_ResultSet'                 => 'iMSCP\\\\Database\\\\DatabaseResultSet',\n        // library/iMSCP/Events\n        'iMSCP_Events_Listener_Exception'          => 'iMSCP\\\\Event\\\\Listener\\\\ListenerException',\n        'iMSCP_Events_Listener_PriorityQueue'      => 'iMSCP\\\\Event\\\\Listener\\\\PriorityQueue',\n        'iMSCP_Events_Listener_ResponseCollection' => 'iMSCP\\\\Event\\\\Listener\\\\ResponseCollection',\n        'iMSCP_Events_Listener_SplPriorityQueue'   => 'iMSCP\\\\Event\\\\Listener\\\\SplPriorityQueue',\n        'iMSCP_Events_Manager_Exception'           => 'iMSCP\\\\Event\\\\EventManagerException',\n        'iMSCP_Events_Manager_Interface'           => 'iMSCP\\\\Event\\\\EventManagerInterface',\n        'iMSCP_Events_Aggregator'                  => 'iMSCP\\\\Event\\\\EventAggregator',\n        'iMSCP_Events_Description'                 => 'iMSCP\\\\Event\\\\EventDescription',\n        'iMSCP_Events_Event'                       => 'iMSCP\\\\Event\\\\Event',\n        'iMSCP_Events_Exception'                   => 'iMSCP\\\\Event\\\\EventException',\n        'iMSCP_Events_Listener'                    => 'iMSCP\\\\Event\\\\Listener\\\\EventListener',\n        'iMSCP_Events_Manager'                     => 'iMSCP\\\\Event\\\\EventManager',\n        // library/iMSCP/Exception\n        'iMSCP_Exception_Writer_Abstract'          => 'iMSCP\\\\Exception\\\\AbstractExceptionWriter',\n        'iMSCP_Exception_Writer_Browser'           => 'iMSCP\\\\Exception\\\\BrowserExceptionWriter',\n        'iMSCP_Exception_Writer_Mail'              => 'iMSCP\\\\Exception\\\\MailExceptionWriter',\n        'iMSCP_Exception_Database'                 => 'iMSCP\\\\Database\\\\DatabaseException',\n        'iMSCP_Exception_Event'                    => 'iMSCP\\\\Exception\\\\ExceptionEvent',\n        'iMSCP_Exception_Handler'                  => 'iMSCP\\\\Exception\\\\ExceptionHandler',\n        'iMSCP_Exception_Production'               => 'iMSCP\\\\Exception\\\\ProductionException',\n        // library/iMSCP/Filter\n        'iMSCP_Filter_Compress_Gzip'               => 'iMSCP\\\\Filter\\\\GzipFilter',\n        // library/iMSCP/I18n\n        'iMSCP_I18n_Parser_Exception'              => 'iMSCP\\\\I18n\\\\ParserException',\n        'iMSCP_I18n_Parser_Gettext'                => 'iMSCP\\\\I18n\\\\GettextParser',\n        // library/iMSCP/Plugin\n        'iMSCP_Plugin_Exception_ActionStopped'     => 'iMSCP\\\\Plugin\\\\PluginActionStoppedException',\n        'iMSCP_Plugin_Action'                      => 'iMSCP\\\\Plugin\\\\AbstractPlugin',\n        'iMSCP_Plugin_Bruteforce'                  => 'iMSCP\\\\Plugin\\\\BruteForce',\n        'iMSCP_Plugin_Exception'                   => 'iMSCP\\\\Plugin\\\\PluginException',\n        'iMSCP_Plugin_Manager'                     => 'iMSCP\\\\Plugin\\\\PluginManager',\n        // library/iMSCP/Update\n        'iMSCP_Update_Database'                    => 'iMSCP\\\\Update\\\\DatabaseUpdate',\n        'iMSCP_Update_Exception'                   => 'iMSCP\\\\Update\\\\UpdateException',\n        'iMSCP_Update_Version'                     => 'iMSCP\\\\Update\\\\VersionUpdate',\n        // library/iMSCP/Uri\n        'iMSCP_Uri_Exception'                      => 'iMSCP\\\\Uri\\\\UriException',\n        'iMSCP_Uri_Redirect'                       => 'iMSCP\\\\Uri\\\\UriRedirect',\n        // library/iMSCP/Utility\n        'iMSCP_Utility_OpcodeCache'                => 'iMSCP\\\\Utility\\\\OpcodeCache',\n        // library/iMSCP/Validate\n        'iMSCP_Validate_Uri'                       => 'iMSCP\\\\Validate\\\\Uri'\n    ];\n\n    /**\n     * Attach autoloaders for managing legacy i-MSCP core artifacts.\n     *\n     * We attach two autoloaders:\n     *\n     * - The first autoloader is prepended to the stack of autoloaders to handle\n     *   new classes and add aliases for legacy classes. PHP expects any\n     *   interfaces implemented, classes extended, or traits used when declaring\n     *   class_alias() to exist and/or be autoloadable already at the time of\n     *   declaration. If not, it will raise a fatal error. This autoloader helps\n     *   mitigate errors in such situation.\n     *\n     * - The second autoloader is appended to the stack of autoloaders to create\n     *   aliases for legacy classes.\n     *\n     * @return void\n     */\n    public static function register(): void\n    {\n        $loaded = new ArrayObject(array());\n\n        spl_autoload_register(self::createPrependAutoloader(\n            self::getClassLoader(),\n            $loaded\n        ), true, true);\n\n        spl_autoload_register(\n            self::createAppendAutoloader($loaded), true, true\n        );\n    }\n\n    /**\n     * Get composer autoloader.\n     *\n     * @return ClassLoader\n     * @throws RuntimeException\n     */\n    private static function getClassLoader()\n    {\n        if (file_exists(__DIR__ . '/../../vendor/autoload.php')) {\n            return include __DIR__ . '/../../vendor/autoload.php';\n        }\n\n        throw new RuntimeException(\"Couldn't get composer autoloader.\");\n    }\n\n    /**\n     * Create autoloader to handles new classes and add aliases for legacy\n     * classes.\n     *\n     * @param ClassLoader $classLoader\n     * @param ArrayObject $loaded\n     * @return callable\n     */\n    private static function createPrependAutoloader(\n        ClassLoader $classLoader, ArrayObject $loaded\n    ): callable\n    {\n        return function ($class) use ($classLoader, $loaded) {\n            if (isset($loaded[$class])) {\n                return;\n            }\n\n            if (false === ($legacy = array_search($class, static::$map))) {\n                return;\n            }\n\n            if ($classLoader->loadClass($class)) {\n                class_alias($class, $legacy);\n            }\n        };\n    }\n\n    /**\n     * Create autoloader to create aliases for legacy classes.\n     *\n     * @param ArrayObject $loaded\n     * @return callable\n     */\n    private static function createAppendAutoloader(\n        ArrayObject $loaded\n    ): callable\n    {\n        return function ($class) use ($loaded) {\n            if (!isset(self::$map[$class])) {\n                return;\n            }\n\n            $alias = self::$map[$class];\n            $loaded[$alias] = true;\n\n            if (class_exists($alias)\n                || interface_exists($alias)\n                || trait_exists($alias)\n            ) {\n                class_alias($alias, $class);\n            }\n        };\n    }\n}\n"
  },
  {
    "path": "gui/src/Config/ArrayConfig.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection PhpDocMissingThrowsInspection PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Config;\n\nuse ArrayAccess;\nuse iMSCP\\Exception\\Exception;\nuse ReflectionObject;\nuse ReflectionProperty;\n\n/**\n * Class ArrayConfig\n *\n * This class provides an interface to manage easily a set of configuration\n * parameters from an array.\n *\n * This class implements the ArrayAccess and Iterator interfaces to improve\n * the access to the configuration parameters.\n *\n * With this class, you can access to your data like:\n *\n * - An array\n * - Via object properties\n * - Via setter and getter methods\n *\n * @package iMSCP\\Config\n */\nclass ArrayConfig implements ArrayAccess\n{\n    /**\n     * Loads all configuration parameters from an array\n     *\n     * @param array $parameters Configuration parameters\n     */\n    public function __construct(array $parameters)\n    {\n        foreach ($parameters as $parameter => $value) {\n            $this->{$parameter} = $value;\n        }\n    }\n\n    /**\n     * PHP overloading on inaccessible members\n     *\n     * @param string $key Configuration parameter key name\n     * @return mixed Configuration parameter value\n     */\n    public function __get($key)\n    {\n        return $this->get($key);\n    }\n\n    /**\n     * Getter method to retrieve a configuration parameter value\n     *\n     *\n     * @param string $key Configuration parameter key name\n     * @return mixed Configuration parameter value\n     */\n    public function get($key)\n    {\n        if (!$this->exists($key)) {\n            throw new Exception(\"Configuration variable `$key` is missing.\");\n        }\n\n        return $this->$key;\n    }\n\n    /**\n     * Checks whether configuration parameters exists.\n     *\n     * @param string $key Configuration parameter key name\n     * @return boolean TRUE if configuration parameter exists, FALSE otherwise\n     */\n    public function exists($key)\n    {\n        return property_exists($this, $key);\n    }\n\n    /**\n     * Deletes a configuration parameters\n     *\n     * @param string $key Configuration parameter key name\n     * @return void\n     */\n    public function del($key)\n    {\n        unset($this->$key);\n    }\n\n    /**\n     * Merge the given configuration object\n     *\n     * All keys in this object that don't exist in the second object will be\n     * left untouched.\n     *\n     * This method is not recursive.\n     *\n     * @param ArrayConfig $config\n     * @return void\n     */\n    public function merge(ArrayConfig $config)\n    {\n        foreach ($config as $key => $value) {\n            $this->set($key, $value);\n        }\n    }\n\n    /**\n     * Sets a configuration parameter\n     *\n     * @param string $key Configuration parameter key name\n     * @param mixed $value Configuration parameter value\n     * @return void\n     */\n    public function set($key, $value)\n    {\n        $this->{$key} = $value;\n    }\n\n    /**\n     * Return an associative array that contains all configuration parameters\n     *\n     * @return array Array that contains configuration parameters\n     */\n    public function toArray()\n    {\n        $ref = new ReflectionObject($this);\n        $properties = $ref->getProperties(ReflectionProperty::IS_PUBLIC);\n        $array = [];\n\n        foreach ($properties as $property) {\n            $name = $property->name;\n            $array[$name] = $this->{$name};\n        }\n\n        return $array;\n    }\n\n    /**\n     * Assigns a value to the specified offset\n     *\n     * @param mixed $offset The offset to assign the value to\n     * @param mixed $value The value to set.\n     * @return void\n     */\n    public function offsetSet($offset, $value)\n    {\n        $this->set($offset, $value);\n    }\n\n    /**\n     * Returns the value at specified offset\n     *\n     * @param mixed $offset The offset to retrieve\n     * @return mixed Offset value\n     * @throws Exception\n     */\n    public function offsetGet($offset)\n    {\n        return $this->get($offset);\n    }\n\n    /**\n     * Whether or not an offset exists\n     *\n     * @param mixed $offset An offset to check for existence\n     * @return boolean TRUE on success or FALSE on failure\n     */\n    public function offsetExists($offset)\n    {\n        return property_exists($this, $offset);\n    }\n\n    /**\n     * Unset an offset\n     *\n     * @param mixed $offset The offset to unset\n     * @return void\n     */\n    public function offsetUnset($offset)\n    {\n        unset($this->{$offset});\n    }\n}\n"
  },
  {
    "path": "gui/src/Config/DbConfig.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpMissingParentConstructorInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Config;\n\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Exception\\Exception;\nuse iMSCP\\Registry;\nuse Iterator;\nuse PDOException;\nuse PDOStatement;\nuse Serializable;\n\n/**\n * Class DbConfig\n *\n * Class to handle configuration parameters from a database.\n *\n * @property string MAIL_BODY_FOOTPRINTS Mail body footprint\n * @property int FAILED_UPDATE Failed database update\n * @property string PORT_IMSCP_DAEMON i-MSCP daemon service properties\n * @property string USER_INITIAL_LANG User initial language\n * @property int DATABASE_REVISION Database revision\n * @property  int EMAIL_QUOTA_SYNC_MODE Email quota sync mode\n * @package iMSCP\\Config\n */\nclass DbConfig extends ArrayConfig implements Iterator, Serializable\n{\n    /**\n     * @var DatabaseMySQL Database instance\n     */\n    protected $db;\n\n    /**\n     * @var array Configuration parameters\n     */\n    protected $parameters = [];\n\n    /**\n     * @var PDOStatement to insert a configuration parameter in the database\n     */\n    protected $insertStmt = NULL;\n\n    /**\n     * @var PDOStatement to update a configuration parameter in the database\n     */\n    protected $updateStmt = NULL;\n\n    /**\n     * @var PDOStatement PDOStatement to delete a configuration parameter in the\n     *                   database\n     */\n    protected $deleteStmt = NULL;\n\n    /**\n     * Variable bound to the PDOStatement instances\n     *\n     * This variable is bound to the PDOStatement instances that are used by\n     * {@link _insert()}, {@link _update()} and {@link _delete()} methods.\n     *\n     * @var string Configuration parameter key name\n     */\n    protected $_key = NULL;\n\n    /**\n     * Variable bound to the PDOStatement objects\n     *\n     * This variable is bound to the PDOStatement instances that are used by\n     * both {@link _insert()} and {@link _update()} methods.\n     *\n     * @var mixed Configuration parameter value\n     */\n    protected $_value = NULL;\n\n    /**\n     * @var int Counter for SQL update queries\n     */\n    protected $_insertQueriesCounter = 0;\n\n    /**\n     * @var int Counter for SQL insert queries\n     */\n    protected $_updateQueriesCounter = 0;\n\n    /**\n     * @var int Counter for SQL delete queries\n     */\n    protected $_deleteQueriesCounter = 0;\n\n    /**\n     * @var string Database table name for configuration parameters\n     */\n    protected $_tableName = 'config';\n\n    /**\n     * @var string Database column name for configuration parameters keys\n     */\n    protected $_keysColumn = 'name';\n\n    /**\n     * @var string Database column name for configuration parameters values\n     */\n    protected $_valuesColumn = 'value';\n\n    /**\n     * @var bool Internal flag indicating whether or not cached DbConfig object\n     *           must be flushed\n     */\n    protected $flushCache = false;\n\n    /**\n     * Loads all configuration parameters from the database.\n     *\n     * <b>Parameters:</b>\n     *\n     * The constructor accepts one or more parameters passed in a array where\n     * each key represent a parameter name.\n     *\n     * For an array, the possible parameters are:\n     *\n     * - db: A Database instance\n     * - table_name: Table that contain configuration parameters\n     * - key_column: Column name for configuration parameters key names\n     * - value_column: Column name for configuration parameters values\n     *\n     * <b>Note:</b> The three last parameters are optionals.\n     *\n     * For a single parameter, only a Database instance is accepted.\n     *\n     * @param DatabaseMySQL|array $params A Database instance or an array of\n     *                                    parameters that contains at least a\n     *                                    Database instance\n     * @throws Exception\n     */\n    public function __construct($params)\n    {\n        if (is_array($params)) {\n            if (!array_key_exists('db', $params)\n                || !($params['db'] instanceof DatabaseMySQL)\n            ) {\n                throw new Exception(\n                    'A Database instance is requested for ' . __CLASS__\n                );\n            }\n\n            $this->db = (string)$params['db'];\n\n            // Overrides the database table name for configuration parameters\n            if (isset($params['table_name'])) {\n                $this->_tableName = (string)$params['table_name'];\n            }\n\n            // Override the column name for configuration parameters keys\n            if (isset($params['keys_column'])) {\n                $this->_keysColumn = (string)$params['keys_column'];\n            }\n\n            // Set the column name for configuration parameters values\n            if (isset($params['values_column'])) {\n                $this->_valuesColumn = (string)$params['values_column'];\n            }\n\n        } elseif (!$params instanceof DatabaseMySQL) {\n            throw new Exception('Database instance requested for ' . __CLASS__);\n        }\n\n        $this->db = $params;\n        $this->_loadAll();\n    }\n\n    /**\n     * Load all configuration parameters from the database.\n     *\n     * @return void\n     * @throws Exception\n     */\n    protected function _loadAll()\n    {\n        $stmt = $this->db->execute(\n            \"\n                SELECT `{$this->_keysColumn}`, `{$this->_valuesColumn}`\n                FROM `{$this->_tableName}`\n            \"\n        );\n\n        if (!$stmt) {\n            throw new Exception(\n                \"Couldn't load configuration parameters from database.\"\n            );\n        }\n\n        $keyColumn = $this->_keysColumn;\n        $valueColumn = $this->_valuesColumn;\n\n        foreach ($stmt->fetchAll() as $row) {\n            $this->parameters[$row[$keyColumn]] = $row[$valueColumn];\n        }\n\n    }\n\n    /**\n     * Set Database instance.\n     *\n     * @param DatabaseMySQL $db\n     */\n    public function setDb(DatabaseMySQL $db)\n    {\n        $this->db = $db;\n    }\n\n    /**\n     * Set table name onto operate.\n     *\n     * @param $tableName\n     */\n    public function setTable($tableName)\n    {\n        $this->_tableName = (string)$tableName;\n    }\n\n    /**\n     * Set key column.\n     *\n     * @param $columnName\n     */\n    public function setKeyColumn($columnName)\n    {\n        $this->_keysColumn = (string)$columnName;\n    }\n\n    /**\n     * Set value column.\n     *\n     * @param $columnName\n     */\n    public function setValueColumn($columnName)\n    {\n        $this->_valuesColumn = (string)$columnName;\n    }\n\n    /**\n     * Allow access as object properties.\n     *\n     * @param string $key Configuration parameter key name\n     * @param mixed $value Configuration parameter value\n     * @return void\n     * @throws DatabaseException\n     * @see set()\n     */\n    public function __set($key, $value)\n    {\n        $this->set($key, $value);\n    }\n\n    /**\n     * Insert or update a configuration parameter in the database.\n     *\n     * @param string $key Configuration parameter key name\n     * @param mixed $value Configuration parameter value\n     * @return void\n     * @throws DatabaseException\n     */\n    public function set($key, $value)\n    {\n        $this->_key = $key;\n        $this->_value = $value;\n\n        if (!$this->exists($key)) {\n            $this->_insert();\n        } elseif ($this->parameters[$key] != $value) {\n            $this->_update();\n        } else {\n            return;\n        }\n\n        $this->parameters[$key] = $value;\n    }\n\n    /**\n     * Checks if a configuration parameters exists.\n     *\n     * @param string $key Configuration parameter key name\n     * @return boolean TRUE if configuration parameter exists, FALSE otherwise\n     */\n    public function exists($key)\n    {\n        return array_key_exists($key, $this->parameters);\n    }\n\n    /**\n     * Store a new configuration parameter in the database\n     *\n     * @return void\n     * @throws DatabaseException\n     */\n    protected function _insert()\n    {\n        if (!$this->insertStmt instanceof PDOStatement) {\n            $this->insertStmt = $this->db->prepare(\n                \"\n                    INSERT INTO `{$this->_tableName}` (\n                        `{$this->_keysColumn}`, `{$this->_valuesColumn}`\n                    ) VALUES (\n                        ?, ?\n                    )\n                \"\n            );\n        }\n\n        if (!$this->db->execute(\n            $this->insertStmt, [$this->_key, $this->_value]\n        )) {\n            throw new DatabaseException(\n                \"Couldn't insert new entry `{$this->_key}` in config table.\"\n            );\n        }\n\n        $this->flushCache = true;\n        $this->_insertQueriesCounter++;\n    }\n\n    /**\n     * Update a configuration parameter in the database\n     *\n     * @return void\n     * @throws DatabaseException\n     */\n    protected function _update()\n    {\n        if (!$this->updateStmt instanceof PDOStatement) {\n            $this->updateStmt = $this->db->prepare(\n                \"\n                    UPDATE `{$this->_tableName}`\n                    SET `{$this->_valuesColumn}` = ?\n                    WHERE `{$this->_keysColumn}` = ?\n                \"\n            );\n        }\n\n        if (!$this->db->execute(\n            $this->updateStmt, [$this->_value, $this->_key]\n        )) {\n            throw new DatabaseException(\n                \"Couldn't update entry `{$this->_key}` in config table.\"\n            );\n        }\n\n        $this->flushCache = true;\n        $this->_updateQueriesCounter++;\n    }\n\n    /**\n     * Retrieve a configuration parameter value.\n     *\n     * @param string $key Configuration parameter key name\n     * @return mixed Configuration parameter value\n     * @throws Exception\n     */\n    public function get($key)\n    {\n        if (!isset($this->parameters[$key])) {\n            throw new Exception(\"Configuration variable `$key` is missing.\");\n        }\n\n        return $this->parameters[$key];\n    }\n\n    /**\n     * Replaces all parameters of this object with parameters from another.\n     *\n     * This method replace the parameters values of this object with the same\n     * values from another {@link ConfigHandler} object.\n     *\n     * If a key from this object exists in the second object, its value will be\n     * replaced by the value from the second object. If the key exists in the\n     * second object, and not in the first, it will be created in the first\n     * object.\n     * All keys in this object that don't exist in the second object will be\n     * left untouched.\n     *\n     * This method is not recursive.\n     *\n     * @param ArrayConfig $config ConfigHandler object\n     * @return bool TRUE on success, FALSE otherwise\n     */\n    public function merge(ArrayConfig $config)\n    {\n        try {\n            $this->db->beginTransaction();\n\n            parent::merge($config);\n\n            $this->db->commit();\n        } catch (PDOException $e) {\n            $this->db->rollBack();\n            return false;\n        }\n\n        return true;\n    }\n\n    /**\n     * PHP isset() overloading on inaccessible members\n     *\n     * This method is triggered by calling isset() or empty() on inaccessible\n     * members.\n     *\n     * This method will return FALSE if the configuration parameter value is\n     * NULL. To test existence of a configuration parameter, you should use the\n     * {@link exists()} method.\n     *\n     * @param string $key Configuration parameter key name\n     * @return boolean TRUE if the parameter exists and its value is not NULL\n     */\n    public function __isset($key)\n    {\n        return isset($this->parameters[$key]);\n    }\n\n    /**\n     * PHP unset() overloading on inaccessible members.\n     *\n     * This method is triggered by calling isset() or empty() on inaccessible\n     * members.\n     *\n     * @param string $key Configuration parameter key name\n     * @return void\n     * @throws Exception\n     */\n    public function __unset($key)\n    {\n        $this->del($key);\n    }\n\n    /**\n     * Deletes a configuration parameters from the database.\n     *\n     * @param string $key Configuration parameter key name\n     * @return void\n     * @throws Exception\n     */\n    public function del($key)\n    {\n        $this->_key = $key;\n        $this->_delete();\n\n        unset($this->parameters[$key]);\n    }\n\n    /**\n     * Deletes a configuration parameter from the database\n     *\n     * @return void\n     * @throws Exception\n     */\n    protected function _delete()\n    {\n        if (!$this->deleteStmt instanceof PDOStatement) {\n            $this->deleteStmt = $this->db->prepare(\n                \"\n                    DELETE FROM `{$this->_tableName}`\n                    WHERE `{$this->_keysColumn}` = ?\n                \"\n            );\n        }\n\n        if (!$this->db->execute($this->deleteStmt, $this->_key)) {\n            throw new Exception(\n                \"Couldn't delete entry in config table.\"\n            );\n        }\n\n        $this->flushCache = true;\n        $this->_deleteQueriesCounter++;\n    }\n\n    /**\n     * Force reload of all configuration parameters from the database.\n     *\n     * This method will remove all the current loaded parameters and reload it\n     * from the database.\n     *\n     * @return void\n     * @throws Exception\n     */\n    public function forceReload()\n    {\n        $this->parameters = [];\n        $this->_loadAll();\n    }\n\n    /**\n     * Returns the count of SQL queries that were executed.\n     *\n     * This method returns the count of queries that were executed since the\n     * last call of {@link reset_queries_counter()} method.\n     *\n     * @param string $queriesCounterType Query counter type (insert|update)\n     * @return int\n     * @throws Exception\n     */\n    public function countQueries($queriesCounterType)\n    {\n        switch ($queriesCounterType) {\n            case 'update':\n                return $this->_updateQueriesCounter;\n                break;\n            case 'insert':\n                return $this->_insertQueriesCounter;\n                break;\n            case 'delete':\n                return $this->_deleteQueriesCounter;\n                break;\n            default:\n                throw new Exception('Unknown queries counter.');\n        }\n    }\n\n    /**\n     * Reset a counter of queries\n     *\n     * @param string $queriesCounterType Query counter (insert|update|delete)\n     * @return void\n     * @throws Exception\n     */\n    public function resetQueriesCounter($queriesCounterType)\n    {\n        switch ($queriesCounterType) {\n            case 'update':\n                $this->_updateQueriesCounter = 0;\n                break;\n            case 'insert':\n                $this->_insertQueriesCounter = 0;\n                break;\n            case 'delete':\n                $this->_deleteQueriesCounter = 0;\n                break;\n            default:\n                throw new Exception('Unknown queries counter.');\n        }\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function offsetExists($offset)\n    {\n        return array_key_exists($offset, $this->parameters);\n    }\n\n    /**\n     * Returns an associative array that contains all configuration parameters\n     *\n     * @return array Array that contains configuration parameters\n     */\n    public function toArray()\n    {\n        return $this->parameters;\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function current()\n    {\n        return current($this->parameters);\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function key()\n    {\n        return key($this->parameters);\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function next()\n    {\n        next($this->parameters);\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function rewind()\n    {\n        reset($this->parameters);\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function valid()\n    {\n        return array_key_exists(key($this->parameters), $this->parameters);\n    }\n\n\n    /**\n     * @inheritDoc\n     */\n    public function serialize()\n    {\n        return serialize($this->parameters);\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function unserialize($serialized)\n    {\n        $this->parameters = unserialize($serialized);\n    }\n\n    /**\n     * Destructor\n     */\n    public function __destruct()\n    {\n        if ($this->flushCache) {\n            Registry::get('iMSCP_Application')\n                ->getCache()\n                ->remove('iMSCP_DbConfig');\n        }\n    }\n}\n"
  },
  {
    "path": "gui/src/Config/FileConfig.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpMissingParentConstructorInspection \n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Config;\n\nuse iMSCP\\Exception\\Exception;\n\n/**\n * Class FileConfig\n *\n * Class to handle configuration parameters from a flat file where each pair of\n * key-values are separated by the equal sign.\n *\n * @property string ROOT_TEMPLATE_PATH Root templates path\n * @property string USER_INITIAL_THEME User initial theme\n * @property string LOGIN_TEMPLATE_PATH Login templates path\n * @property string ADMIN_TEMPLATE_PATH Admin templates path\n * @property string RESELLER_TEMPLATE_PATH Reseller templates path\n * @property string CLIENT_TEMPLATE_PATH Client templates path\n * @property string ISP_LOGO_PATH isp logo path\n * @property string PURCHASE_TEMPLATE_PATH Purchase templates path\n * @property string HTML_CHECKED Html attribute for preselected input element\n * @property string HTML_DISABLED Html attribute for disabled input element\n * @property string HTML_READONLY Html attribute for readonly input element\n * @property string HTML_SELECTED Html attribute for selected input element\n * @property string USER_INITIAL_LANG User initial them\n * @property int SESSION_TIMEOUT Session timeout\n * @property int DOMAIN_ROWS_PER_PAGE Number for domain displayed per page\n * @property bool IMSCP_SUPPORT_SYSTEM If TRUE, support system is available\n * @property bool LOSTPASSWORD If TRUE lost password is available\n * @property int LOSTPASSWORD_TIMEOUT Timeout for lost password\n * @property int LOSTPASSWORD_CAPTCHA_WIDTH Captcha width\n * @property int LOSTPASSWORD_CAPTCHA_HEIGHT Captcha height\n * @property array LOSTPASSWORD_CAPTCHA_BGCOLOR Captcha background color\n * @property array LOSTPASSWORD_CAPTCHA_TEXTCOLOR Captcha text color\n * @property string LOSTPASSWORD_CAPTCHA_FONT Captcha font\n * @property bool BRUTEFORCE If TRUE, brute force detection is enabled\n * @property int BRUTEFORCE_BLOCK_TIME Blocktime after brute force detection,\n * @property int BRUTEFORCE_MAX_LOGIN Max. number of login attemps before brute force block time\n * @property int BRUTEFORCE_MAX_CAPTCHA Max. number of captcha attemps before blocktime\n * @property bool BRUTEFORCE_BETWEEN If true, block time between login is active\n * @property int BRUTEFORCE_BETWEEN_TIME Block time bettwen each login attemps\n * @property bool MAINTENANCEMODE If TRUE, maintenance mode is enabled\n * @property string MAINTENANCEMODE_MESSAGE Message to display during maintenance\n * @property int PASSWD_CHARS Allowed number of chararacterd for passwords\n * @property bool PASSWD_STRONG If TRUE, only strong password are allowed\n * @property int LOG_LEVEL Log level (only for user errors)\n * @property bool CREATE_DEFAULT_EMAIL_ADDRESSES If TRUE, create default email addresse (abuse, postmaster, webmaster)\n * @property bool COUNT_DEFAULT_EMAIL_ADDRESSES If TRUE, count the default mail addresses\n * @property bool HARD_MAIL_SUSPENSION\n * @property bool PREVENT_EXTERNAL_LOGIN_ADMIN If TRUE, login from external site is prevented for administrators\n * @property bool PREVENT_EXTERNAL_LOGIN_RESELLER If TRUE, login from external site is prevented for resellers\n * @property bool PREVENT_EXTERNAL_LOGIN_CLIENT\n * @property bool CHECK_FOR_UPDATES If TRUE, update cheching is enabled\n * @property string BASE_SERVER_VHOST_PREFIX\n * @property string DATE_FORMAT Date format\n * @property string BASE_SERVER_VHOST Base server vhost\n * @property string GUI_APS_DEPOT_DIR Application software repository directory\n * @property string APS_MAX_REMOTE_FILESIZE Max size for remote application package\n * @property int DATABASE_REVISION Last database revision\n * @property int CRITICAL_UPDATE_REVISION Last critical update revision\n * @property string BASE_SERVER_IP Base server IP\n * @property int Build i-MSCP package Build date\n * @property string TIMEZONE timezone\n * @property int DEBUG Debug mode\n * @property string DEFAULT_ADMIN_ADDRESS Default mail address for administrator\n * @property string GUI_EXCEPTION_WRITERS Exception writer list\n * @property string DATABASE_USER i-MSCP database username\n * @property string DATABASE_PASSWORD i-MSCP database password\n * @property string DATABASE_HOST Database hostname\n * @property string DATABASE_NAME Database name\n * @property string GUI_ROOT_DIR path to GUI\n * @property string SERVER_HOSTNAME Server hostname\n * @property string Version\n * @property string CodeName\n * @property string GUI_APS_DIR Directory for software repositories\n * @property int ENABLE_SSL Tells whether or not SSL feature for customers is enabled\n * @property bool MAIN_MENU_SHOW_LABELS Tells whether or not labels must be showed for main menu links\n * @property string FTP_USERNAME_SEPARATOR Ftp username separator\n * @property string BACKUP_DOMAINS (yes|no)\n * @property string WEB_STATISTIC_PACKAGES (no|<web_statistic_package_name>)\n * @property string CONF_DIR i-MSCP configuration directory (eg. /etc/imscp)\n * @property string USER_WEB_DIR Directory which holds i-MSCP customer user Web directories\n * @property int THEME_ASSETS_VERSION unique string used for assets cache busting\n * @property string PANEL_SSL_ENABLED Whether or not SSL is enabled for the panel\n * @property int EMAIL_QUOTA_SYNC_MODE\n * @package iMSCP\\Config\n */\nclass FileConfig extends ArrayConfig\n{\n    /**\n     * Configuration file path\n     *\n     * @var string\n     */\n    protected $pathFile;\n\n    /**\n     * Loads all configuration parameters from a flat file\n     *\n     * Default file path is set to {/usr/local}/etc/imscp/imscp.conf depending\n     * of distribution.\n     *\n     * @param string $pathFile Configuration file path\n     * @throws Exception\n     */\n    public function __construct($pathFile = NULL)\n    {\n        if (is_null($pathFile)) {\n            if (getenv('IMSCP_CONF')) {\n                $pathFile = getenv('IMSCP_CONF');\n            } else {\n                switch (PHP_OS) {\n                    case 'FreeBSD':\n                    case 'OpenBSD':\n                    case 'NetBSD':\n                        $pathFile = '/usr/local/etc/imscp/imscp.conf';\n                        break;\n                    default:\n                        $pathFile = '/etc/imscp/imscp.conf';\n                }\n            }\n        }\n\n        $this->pathFile = $pathFile;\n        $this->_parseFile();\n    }\n\n    /**\n     * Opens a configuration file and parses its Key = Value pairs\n     *\n     * @return void\n     * @throws Exception\n     */\n    protected function _parseFile()\n    {\n        if (($fd = @file_get_contents($this->pathFile)) == false) {\n            throw new Exception(sprintf(\n                \"Couldn't open the %s configuration file\", $this->pathFile\n            ));\n        }\n\n        foreach (explode(PHP_EOL, $fd) as $line) {\n            if (!empty($line) && $line[0] != '#' && strpos($line, '=')) {\n                list($key, $value) = explode('=', $line, 2);\n                $this[trim($key)] = trim($value);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "gui/src/Crypt.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\nnamespace iMSCP;\n\nuse InvalidArgumentException;\nuse RuntimeException;\n\n/**\n * Class Crypt\n *\n * Library that provides functions for passwords hashing, verification and data\n * encryption.\n *\n * @package iMSCP\n */\nclass Crypt\n{\n    const BASE64 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';\n    const ALPHA64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';\n    const ALPHA64_PERL_COMPAT = './ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';\n\n    /**\n     * Create a hash of the given password using the MD5 algorithm\n     *\n     * @param string $password The password to be hashed\n     * @param null|string $salt An optional salt string to base the hashing on\n     * @return string\n     * @deprecated As of 2012-6-7, this algorithm is \"no longer considered safe\"\n     *             by its author. Use bcrypt instead.\n     */\n    static public function md5($password, $salt = NULL)\n    {\n        if ($salt !== NULL) {\n            if (strlen($salt) < 8) {\n                throw new InvalidArgumentException(\n                    'The salt length must be at least 8 bytes long'\n                );\n            }\n        } else {\n            $salt = static::randomStr(8);\n        }\n\n        return crypt($password, '$1$' . $salt);\n    }\n\n    /**\n     * Generates a secure random string\n     *\n     * @param int $length Expected string length\n     * @param string $charList Character list to use for string generation\n     *                         (default is Base 64 character set)\n     * @return string\n     */\n    static public function randomStr($length, $charList = self::BASE64)\n    {\n        if (!extension_loaded('openssl')) {\n            throw new RuntimeException('OpenSSL extension is not available');\n        }\n\n        $length = (int)$length;\n        if ($length < 1) {\n            throw new InvalidArgumentException(\n                'Length parameter value must be >= 1'\n            );\n        }\n\n        $listLen = strlen($charList);\n        if ($listLen == 1) {\n            return str_repeat($charList, $length);\n        }\n\n        $bytes = openssl_random_pseudo_bytes($length);\n        $pos = 0;\n        $str = '';\n\n        for ($i = 0; $i < $length; $i++) {\n            $pos = ($pos + ord($bytes[$i])) % $listLen;\n            $str .= $charList[$pos];\n        }\n\n        return $str;\n    }\n\n    /**\n     * Create a hash of the given password using the SHA-256 algorithm\n     *\n     * @param string $password Password to be hashed\n     * @param int $rounds A numeric value used to indicate how many times the\n     *                    hashing loop should be executed\n     * @param null|string $salt An optional salt string to base the hashing on\n     * @return string\n     */\n    static public function sha256($password, $rounds = 5000, $salt = NULL)\n    {\n        $rounds = (int)$rounds;\n        if ($rounds < 1000 || $rounds > 5000) {\n            throw new InvalidArgumentException(\n                'The rounds parameter must be in range 1000-5000'\n            );\n        }\n\n        $rounds = sprintf('%1$04d', $rounds);\n\n        if ($salt !== NULL) {\n            if (strlen($salt) < 16) {\n                throw new InvalidArgumentException(\n                    'The salt length must be at least 16 bytes long'\n                );\n            }\n        } else {\n            $salt = static::randomStr(16);\n        }\n\n        return crypt($password, '$5$rounds=' . $rounds . '$' . $salt);\n    }\n\n    /**\n     * Create a hash of the given password using the SHA-512 algorithm\n     *\n     * @param string $password The password to be hashed\n     * @param int $rounds A numeric value  used to indicate how many times the\n     *                    hashing loop should be executed\n     * @param null||string $salt An optional salt string to base the hashing on\n     * @return string\n     */\n    static public function sha512($password, $rounds = 5000, $salt = NULL)\n    {\n        $rounds = (int)$rounds;\n        if ($rounds < 1000 || $rounds > 5000) {\n            throw new InvalidArgumentException(\n                'The rounds parameter must be in range 1000-5000'\n            );\n        }\n\n        $rounds = sprintf('%1$04d', $rounds);\n\n        if ($salt !== NULL) {\n            if (strlen($salt) < 16) {\n                throw new InvalidArgumentException(\n                    'The salt length must be at least 16 bytes long'\n                );\n            }\n        } else {\n            $salt = static::randomStr(16);\n        }\n\n        return crypt($password, '$6$rounds=' . $rounds . '$' . $salt);\n    }\n\n    /**\n     * Create an htpasswd password hash of the given password using the given\n     * algorithm\n     *\n     * See http://httpd.apache.org/docs/2.4/misc/password_encryptions.html\n     *\n     * @param string $password The password to be hashed\n     * @param int $cost Base-2 Logarithm of the iteration count (only relevant\n     *                         for bcrypt format)\n     * @param null|string $salt An optional salt string to base the hashing on\n     *                          (only relevant for bcrypt, crypt and md5 formats)\n     * @param string $format Format in which the password must be hashed (bcrypt\n     *                       |crypt|md5|sha1) -  Default is md5 (APR1)\n     * @return string\n     */\n    static public function htpasswd(\n        $password, $cost = 10, $salt = NULL, $format = 'md5'\n    )\n    {\n        switch ($format) {\n            case 'bcrypt':\n                return static::bcrypt($password, $cost, $salt);\n            case 'crypt':\n                if ($salt !== NULL) {\n                    if (strlen($salt) != 2) {\n                        throw new InvalidArgumentException(\n                            'The salt length must be 2 bytes long'\n                        );\n                    }\n\n                    if (preg_match('%[^' . static::ALPHA64 . ']%', $salt)) {\n                        throw new InvalidArgumentException(\n                            'The salt must be a string in the alphabet \"./0-9A-Za-z\"'\n                        );\n                    }\n                } else {\n                    $salt = static::randomStr(2, static::ALPHA64);\n                }\n\n                return crypt($password, $salt);\n            case 'sha1':\n                return '{SHA}' . base64_encode(sha1($password, true));\n            case 'md5':\n                return static::apr1MD5($password, $salt);\n            default:\n                throw new InvalidArgumentException(sprintf(\n                    'The %s format is not valid. The supported formats are: %s', $format, 'bcrypt, crypt, md5 and sha1'\n                ));\n        }\n    }\n\n    /**\n     * Create a hash of the given password using the bcrypt algorithm\n     *\n     * @param string $password The password to be hashed\n     * @param int $cost Base-2 logarithm of the iteration count\n     * @param null|string $salt An optional salt string to base the hashing on\n     * @return string\n     */\n    static public function bcrypt($password, $cost = 10, $salt = NULL)\n    {\n        $cost = (int)$cost;\n        if ($cost < 4 || $cost > 31) {\n            throw new InvalidArgumentException(\n                'The cost parameter must be in range 04-31'\n            );\n        }\n\n        $cost = sprintf('%1$02d', $cost);\n\n        if ($salt !== NULL) {\n            if (strlen($salt) < 16) {\n                throw new InvalidArgumentException(\n                    'The salt length must be at least 16 bytes long'\n                );\n            }\n        } else {\n            $salt = static::randomStr(16);\n        }\n\n        # Perl Crypt::Eksblowfish::Bcrypt::en_base64 compatible base64 string\n        $salt = substr(\n            strtr(\n                base64_encode($salt), static::BASE64,\n                static::ALPHA64_PERL_COMPAT\n            ),\n            0, 22\n        );\n        $hash = crypt($password, '$2a$' . $cost . '$' . $salt);\n\n        if (strlen($hash) < 13) {\n            throw new RuntimeException('Error during the bcrypt generation');\n        }\n\n        return $hash;\n    }\n\n    /**\n     * APR1 MD5 algorithm\n     *\n     * see http://svn.apache.org/viewvc/apr/apr/trunk/crypto/apr_md5.c?view=markup\n     *\n     * @param string $password The password to be hashed\n     * @param null|string $salt Salt An optional salt string to base the hashing on\n     * @return string\n     */\n    static public function apr1MD5($password, $salt = NULL)\n    {\n        if ($salt !== NULL) {\n            if (strlen($salt) !== 8) {\n                throw new InvalidArgumentException(\n                    'The salt for APR1 algorithm must be 8 characters long'\n                );\n            }\n\n            if (preg_match('%[^' . static::ALPHA64 . ']%', $salt)) {\n                throw new InvalidArgumentException(\n                    'The salt must be a string in the alphabet \"./0-9A-Za-z\"'\n                );\n            }\n        } else {\n            $salt = static::randomStr(8, static::ALPHA64);\n        }\n\n        $len = strlen($password);\n        $context = $password . '$apr1$' . $salt;\n        $bin = pack('H32', md5($password . $salt . $password));\n\n        for ($i = $len; $i > 0; $i -= 16) {\n            $context .= substr($bin, 0, min(16, $i));\n        }\n\n        for ($i = $len; $i > 0; $i >>= 1) {\n            $context .= ($i & 1) ? chr(0) : $password[0];\n        }\n\n        $bin = pack('H32', md5($context));\n\n        for ($i = 0; $i < 1000; $i++) {\n            $new = ($i & 1) ? $password : $bin;\n\n            if ($i % 3) {\n                $new .= $salt;\n            }\n\n            if ($i % 7) {\n                $new .= $password;\n            }\n\n            $new .= ($i & 1) ? $bin : $password;\n            $bin = pack('H32', md5($new));\n        }\n\n        $tmp = '';\n\n        for ($i = 0; $i < 5; $i++) {\n            $k = $i + 6;\n            $j = $i + 12;\n\n            if ($j == 16) {\n                $j = 5;\n            }\n\n            $tmp = $bin[$i] . $bin[$k] . $bin[$j] . $tmp;\n        }\n\n        return '$apr1$' . $salt . '$' . static::toAlphabet64(chr(0)\n                . chr(0) . $bin[11] . $tmp);\n    }\n\n    /**\n     * Convert a binary string using the \"./0-9A-Za-z\" alphabet\n     *\n     * @param string $string String to be converted\n     * @return string\n     */\n    static protected function toAlphabet64($string)\n    {\n        return strtr(\n            strrev(substr(base64_encode($string), 2)),\n            static::BASE64,\n            static::ALPHA64\n        );\n    }\n\n    /**\n     * Verify the given password against the given hash\n     *\n     * @param string $password The password to be checked\n     * @param string $hash The hash to be checked against\n     * @return bool\n     */\n    static public function verify($password, $hash)\n    {\n        if (substr($hash, 0, 5) === '{SHA}') {\n            // htpasswd sha1 hashed passwords\n            return static::hashEqual($hash, '{SHA}'\n                . base64_encode(sha1($password, true)));\n        }\n\n        if (substr($hash, 0, 6) === '$apr1$') {\n            // htpasswd APR-1 hashed passwords\n            $token = explode('$', $hash);\n\n            if (empty($token[2])) {\n                throw new InvalidArgumentException(\n                    'APR1 password format is not valid'\n                );\n            }\n\n            return static::hashEqual(\n                $hash, static::apr1MD5($password, $token[2])\n            );\n        }\n\n        // Crypt DES/MD5/BLOWFISH/SHA256/SHA512 hashed password\n        return static::hashEqual($hash, crypt($password, $hash));\n    }\n\n    /**\n     * Timing attack safe string comparison\n     *\n     * @param string $knownString The string of known length to compare against\n     * @param string $userString The user-supplied string\n     * @return bool\n     * @see hash_equals()\n     */\n    static public function hashEqual($knownString, $userString)\n    {\n        $knownString = (string)$knownString;\n        $userString = (string)$userString;\n\n        if (function_exists('hash_equals')) {\n            return hash_equals($knownString, $userString);\n        }\n\n        $lenExpected = strlen($knownString);\n        $lenActual = strlen($userString);\n        $len = min($lenExpected, $lenActual);\n        $result = 0;\n\n        for ($i = 0; $i < $len; $i++) {\n            $result |= ord($knownString[$i]) ^ ord($userString[$i]);\n        }\n\n        $result |= $lenExpected ^ $lenActual;\n        return ($result === 0);\n    }\n\n    /**\n     * Encrypt the given data using the Blowfish algorithm (Cipher) in CBC mode\n     *\n     * Note: PKCS#5/PKCS#7 padding is assumed.\n     *\n     * @param string $key Encryption key (4 up to 56 bytes long (32 up to 448\n     *                    bits))\n     * @param string $iv Initialization vector (8 bytes long (64 bits))\n     * @param string $data Data to encrypt\n     * @return string A base64 string representing encrypted data\n     */\n    static function encryptBlowfishCBC($key, $iv, $data)\n    {\n        return static::encrypt('BF-CBC', $key, $iv, $data);\n    }\n\n    /**\n     * Encrypt the given data using the given algorithm (Cipher)\n     *\n     * Note: PKCS#5/PKCS#7 padding is assumed.\n     *\n     * @param int $algorithm Algorithm\n     * @param string $key Encryption key\n     * @param string $iv Initialization vector\n     * @param string $data Data to encrypt\n     * @return string A base64 encoded string representing encrypted data\n     */\n    static protected function encrypt($algorithm, $key, $iv, $data)\n    {\n        return openssl_encrypt($data, $algorithm, $key, 0, $iv);\n    }\n\n    /**\n     * Decrypt the given data using the Blowfish algorithm (Cipher) in CBC mode\n     *\n     * Note: PKCS#5/PKCS#7 padding is assumed.\n     *\n     * @param string $key Decryption key (4 up to 56 bytes long (32 up to 448\n     *                    bits))\n     * @param string $iv Initialization vector (8 bytes long (64 bits))\n     * @param string $data A base64 encoded string representing encrypted data\n     * @return string\n     */\n    static function decryptBlowfishCBC($key, $iv, $data)\n    {\n        return static::decrypt('BF-CBC', $key, $iv, $data);\n    }\n\n    /**\n     * Decrypt the given data using the given algorithm (Cipher)\n     *\n     * Note: PKCS#5/PKCS#7 padding assumed.\n     *\n     * @param int $algorithm Algorithm\n     * @param string $key Decryption key\n     * @param string $iv Initialization vector\n     * @param string $data A base64 encoded string representing encrypted data\n     * @return string\n     */\n    static protected function decrypt($algorithm, $key, $iv, $data)\n    {\n        if (!extension_loaded('openssl')) {\n            throw new RuntimeException('OpenSSL extension is not available');\n        }\n\n        return openssl_decrypt($data, $algorithm, $key, 0, $iv);\n    }\n\n    /**\n     * Encrypt the given data using the AES (Rijndael) algorithm (Cipher) in CBC\n     * mode\n     *\n     * Note: PKCS#5/PKCS#7 padding is assumed.\n     *\n     * @param string $key Encryption key (16, 24, 32 or bytes long (128, 192 or\n     *                    256 bits))\n     * @param string $iv Initialization vector (16 bytes long (128 bits))\n     * @param string $data Data to encrypt\n     * @return string A base64 encoded string representing encrypted data\n     */\n    static function encryptRijndaelCBC($key, $iv, $data)\n    {\n        switch (strlen($key)) {\n            case 16:\n                $algorithm = 'AES-128-CBC';\n                break;\n            case 24:\n                $algorithm = 'AES-192-CBC';\n                break;\n            case 32:\n                $algorithm = 'AES-256-CBC';\n                break;\n            default:\n                throw new InvalidArgumentException('Unsupported key length');\n        }\n\n        return static::encrypt($algorithm, $key, $iv, $data);\n    }\n\n    /**\n     * Decrypt the given data using the AES (Rijndael) algorithm (Cipher) in\n     * mode\n     *\n     * Note: PKCS#5/PKCS#7 padding is assumed.\n     *\n     * @param string $key Decryption key (16, 24, 32 or bytes long (128, 192 or\n     *                    256 bits))\n     * @param string $iv Initialization vector (16 bytes long (128 bits))\n     * @param string $data A base64 encoded string representing encrypted data\n     * @return string\n     */\n    static function decryptRijndaelCBC($key, $iv, $data)\n    {\n        switch (strlen($key)) {\n            case 16:\n                $algorithm = 'AES-128-CBC';\n                break;\n            case 24:\n                $algorithm = 'AES-192-CBC';\n                break;\n            case 32:\n                $algorithm = 'AES-256-CBC';\n                break;\n            default:\n                throw new InvalidArgumentException('Unsupported key length');\n        }\n\n        return static::decrypt($algorithm, $key, $iv, $data);\n    }\n}\n"
  },
  {
    "path": "gui/src/Database/DatabaseEvent.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Database;\n\nuse iMSCP\\Event\\Event;\n\n/**\n * Class DatabaseEvent\n * @package iMSCP\\Database\n */\nclass DatabaseEvent extends Event\n{\n    /**\n     * Returns the database instance in which this event was dispatched.\n     *\n     * @return DatabaseMySQL\n     */\n    public function getDb()\n    {\n        return $this->getParam('context');\n    }\n\n    /**\n     * Returns the query string.\n     *\n     * @return string\n     */\n    public function getQueryString()\n    {\n        return $this->getParam('query');\n    }\n}\n"
  },
  {
    "path": "gui/src/Database/DatabaseException.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Database;\n\nuse iMSCP\\Exception\\Exception;\nuse Throwable;\n\n/**\n * Class DatabaseException\n * @package iMSCP\\Database\n */\nclass DatabaseException extends Exception\n{\n    /**\n     * @var string Query that failed\n     */\n    protected $query = NULL;\n\n    /**\n     * @inheritdoc\n     */\n    public function __construct(\n        $msg = '', $query = NULL, $code = 0, Throwable $previous = NULL\n    )\n    {\n        $this->query = (string)preg_replace(\"/[\\t\\n]+/\", ' ', $query);\n        parent::__construct($msg, $code, $previous);\n    }\n\n    /**\n     * Gets query\n     *\n     * @return string\n     */\n    public function getQuery()\n    {\n        return $this->query;\n    }\n}\n"
  },
  {
    "path": "gui/src/Database/DatabaseMySQL.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Database;\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\EventManagerInterface;\nuse iMSCP\\Event\\Events;\nuse PDO;\nuse PDOException;\nuse PDOStatement;\n\n/**\n * Class DatabaseMySQL\n * @package iMSCP\\Database\n */\nclass DatabaseMySQL\n{\n    /**\n     * @var DatabaseMySQL[] Array which contain Database objects, indexed by\n     *                      connection name\n     */\n    protected static $instances = [];\n\n    /**\n     * @var string Character used to quotes a string\n     */\n    public $nameQuote = '`';\n\n    /**\n     * @var EventAggregator\n     */\n    protected $events;\n\n    /**\n     * @var PDO PDO instance.\n     */\n    protected $pdo = NULL;\n\n    /**\n     * @var int Error code from last error occurred\n     */\n    protected $lastErrorCode = '';\n\n    /**\n     * @var string Message from last error occurred\n     */\n    protected $lastErrorMessage = '';\n\n    /**\n     * @var int Transaction counter which allow nested transactions\n     */\n    protected $transactionCounter = 0;\n\n    /**\n     * Singleton - Make new unavailable.\n     *\n     * Creates a PDO object and connects to the database.\n     *\n     * According the PDO implementation, a PDOException is raised on error\n     * See {@link http://www.php.net/manual/en/pdo.construct.php} for more\n     * information about this issue.\n     *\n     * @param string $user Sql username\n     * @param string $pass Sql password\n     * @param string $type PDO driver\n     * @param string $host Mysql server hostname\n     * @param string $name Database name\n     * @param array $driverOptions OPTIONAL Driver options\n     * @throws PDOException\n     */\n    private function __construct(\n        $user, $pass, $type, $host, $name, $driverOptions = []\n    )\n    {\n        $driverOptions += [\n            PDO::ATTR_CASE                     => PDO::CASE_NATURAL,\n            PDO::ATTR_DEFAULT_FETCH_MODE       => PDO::FETCH_ASSOC,\n            # FIXME should be FALSE but we must first review all SQL queries\n            PDO::ATTR_EMULATE_PREPARES         => true,\n            PDO::ATTR_ERRMODE                  => PDO::ERRMODE_EXCEPTION,\n            // Useless as long PDO::ATTR_EMULATE_PREPARES is TRUE\n            // As long as ATTR_EMULATE_PREPARES is TRUE, numeric type will be\n            // returned as string\n            // PDO::ATTR_STRINGIFY_FETCHES     => true,\n            PDO::MYSQL_ATTR_INIT_COMMAND       =>\n                \"SET SESSION sql_mode = 'NO_AUTO_CREATE_USER', \"\n                . \"SESSION group_concat_max_len = 65535\",\n            // FIXME should be FALSE but we must first review all SQL queries\n            PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => true\n        ];\n\n        $this->pdo = new PDO(\n            \"$type:host=$host;dbname=$name;charset=utf8mb4\",\n            $user,\n            $pass,\n            $driverOptions\n        );\n    }\n\n    /**\n     * Establishes the connection to the database.\n     *\n     * Create and returns an new DatabaseMySQL object which represents the\n     * connection to the database. If a connection with the same identifier is\n     * already referenced, the connection is automatically closed and then, the\n     * object is recreated.\n     *\n     * @param string $user Sql username\n     * @param string $pass Sql password\n     * @param string $type PDO driver\n     * @param string $host Mysql server hostname\n     * @param string $name Database name\n     * @param string $connection OPTIONAL Connection key name\n     * @param array $options OPTIONAL Driver options\n     * @return DatabaseMySQL\n     */\n    public static function connect(\n        string $user,\n        string $pass,\n        string $type,\n        string $host,\n        string $name,\n        ?string $connection = 'default',\n        ?array $options = NULL\n    ): DatabaseMySQL\n    {\n        if (is_array($connection)) {\n            $options = $connection;\n            $connection = 'default';\n        }\n\n        if (isset(self::$instances[$connection])) {\n            self::$instances[$connection] = NULL;\n        }\n\n        return self::$instances[$connection] = new self(\n            $user, $pass, $type, $host, $name, (array)$options\n        );\n    }\n\n    /**\n     * Same as getInstance().\n     *\n     * @param string $connection Connection unique identifier\n     * @return self\n     * @deprecated Will be removed in a later release; now return self instead\n     *             of underlying PDO instance\n     */\n    public static function getRawInstance(\n        ?string $connection = 'default'\n    ): DatabaseMysql\n    {\n        return self::getInstance($connection);\n    }\n\n    /**\n     * Returns a database connection object.\n     *\n     * Each database connection object are referenced by an unique identifier.\n     * The default identifier, if not one is provided, is 'default'.\n     *\n     * @param string $connection Connection key name\n     * @return DatabaseMySQL\n     */\n    public static function getInstance(\n        ?string $connection = 'default'\n    ): DatabaseMysql\n    {\n        if (!isset(self::$instances[$connection])) {\n            throw new DatabaseException(sprintf(\n                \"The Database connection %s doesn't exist.\", $connection\n            ));\n        }\n\n        return self::$instances[$connection];\n    }\n\n    /**\n     * Return underlying PDO instance.\n     *\n     * @param string $connection\n     * @return PDO\n     */\n    public static function getPDO(string $connection = 'default'): PDO\n    {\n        return self::getInstance($connection)->pdo;\n    }\n\n    /**\n     * Prepares an SQL statement.\n     *\n     * The SQL statement can contains zero or more named or question mark\n     * parameters markers for which real values will be substituted when the\n     * statement will be executed.\n     *\n     * See {@link http://www.php.net/manual/en/pdo.prepare.php}\n     *\n     * @param string $sql Sql statement to prepare\n     * @param array $options OPTIONAL Attribute values for the PDOStatement\n     *                       object\n     * @return PDOStatement|false A PDOStatement instance or FALSE on failure.\n     *         If prepared statements are emulated by PDO, FALSE is never\n     *         returned.\n     */\n    public function prepare(string $sql, ?array $options = NULL)\n    {\n        $this->events()->dispatch(new DatabaseEvent(\n            Events::onBeforeQueryPrepare, ['context' => $this, 'query' => $sql]\n        ));\n\n        if (is_array($options)) {\n            $stmt = $this->pdo->prepare($sql, $options);\n        } else {\n            $stmt = $this->pdo->prepare($sql);\n        }\n\n        $this->events()->dispatch(new DatabaseStatementEvent(\n            Events::onAfterQueryPrepare,\n            ['context' => $this, 'statement' => $stmt]\n        ));\n\n        if (!$stmt) {\n            $errorInfo = $this->errorInfo();\n            $this->lastErrorMessage = $errorInfo[2];\n\n            return false;\n        }\n\n        return $stmt;\n    }\n\n    /**\n     * Return an event aggregator instance.\n     *\n     * @param EventAggregator $events\n     * @return EventManagerInterface\n     */\n    public function events(\n        EventAggregator $events = NULL\n    ): EventManagerInterface\n    {\n        if (NULL !== $events) {\n            $this->events = $events;\n        } elseif (NULL === $this->events) {\n            $this->events = EventAggregator::getInstance();\n        }\n\n        return $this->events;\n    }\n\n    /**\n     * Error information associated with the last operation on the database.\n     *\n     * This method returns a array that contains error information associated\n     * with the last database operation.\n     *\n     * @return array Array that contains error information associated with the\n     *               last database operation\n     */\n    public function errorInfo(): array\n    {\n        return $this->pdo->errorInfo();\n    }\n\n    /**\n     * Executes a SQL Statement or a prepared statement.\n     *\n     * @param PDOStatement|string $stmt\n     * @param null $parameters\n     * @return DatabaseResultSet|false\n     */\n    public function execute($stmt, $parameters = NULL)\n    {\n        if ($stmt instanceof PDOStatement) {\n            $this->events()->dispatch(new DatabaseStatementEvent(\n                Events::onBeforeQueryExecute,\n                ['context' => $this, 'statement' => $stmt]\n            ));\n\n            if (NULL === $parameters) {\n                $rs = $stmt->execute();\n            } else {\n                $rs = $stmt->execute((array)$parameters);\n            }\n        } elseif (is_string($stmt)) {\n            $this->events()->dispatch(new DatabaseEvent(\n                Events::onBeforeQueryExecute,\n                ['context' => $this, 'query' => $stmt]\n            ));\n\n            if (is_null($parameters)) {\n                $rs = $this->pdo->query($stmt);\n            } else {\n                $parameters = func_get_args();\n                $rs = call_user_func_array([$this->pdo, 'query'], $parameters);\n            }\n        } else {\n            throw new DatabaseException(\n                'Wrong parameter. Expects either a string or PDOStatement object'\n            );\n        }\n\n        if ($rs) {\n            $stmt = ($rs === true) ? $stmt : $rs;\n            $this->events()->dispatch(new DatabaseStatementEvent(\n                Events::onAfterQueryExecute,\n                ['context' => $this, 'statement' => $stmt]\n            ));\n\n            return new DatabaseResultSet($stmt);\n        }\n\n        $errorInfo = is_string($stmt) ? $this->errorInfo() : $stmt->errorInfo();\n\n        if (isset($errorInfo[2])) {\n            $this->lastErrorCode = $errorInfo[0];\n            $this->lastErrorMessage = $errorInfo[2];\n        } else { // WARN (HY093)\n            $errorInfo = error_get_last();\n            $this->lastErrorMessage = $errorInfo['message'];\n        }\n\n        return false;\n    }\n\n    /**\n     * Returns the list of the permanent tables from the database\n     *\n     * @param string|null $like\n     * @return array An array which hold list of database tables\n     */\n    public function getTables(string $like = NULL): array\n    {\n        if ($like) {\n            $stmt = $this->pdo->prepare('SHOW TABLES LIKE ?');\n            $stmt->execute([$like]);\n        } else {\n            $stmt = $this->pdo->query('SHOW TABLES');\n        }\n\n        return $stmt->fetchAll(PDO::FETCH_COLUMN, 0);\n    }\n\n    /**\n     * Returns the Id of the last inserted row.\n     *\n     * @return string Last row identifier that was inserted in database\n     */\n    public function insertId(): string\n    {\n        return $this->pdo->lastInsertId();\n    }\n\n    /**\n     * Quote identifier.\n     *\n     * @param string $identifier Identifier (table or column name)\n     * @return string\n     */\n    public function quoteIdentifier(string $identifier): string\n    {\n        return '`' . str_replace('`', '``', $identifier) . '`';\n    }\n\n    /**\n     * Quotes a string for use in a query.\n     *\n     * @param string $string The string to be quoted\n     * @param null|int $parameterType Provides a data type hint for drivers that\n     *                                have alternate quoting styles.\n     * @return string A quoted string that is theoretically safe to pass into an\n     *                SQL statement\n     */\n    public function quote(string $string, ?int $parameterType = NULL): string\n    {\n        return $this->pdo->quote($string, $parameterType);\n    }\n\n    /**\n     * Sets an attribute on the database handle.\n     *\n     * See @link http://www.php.net/manual/en/book.pdo.php} PDO guideline for\n     * more information about this.\n     *\n     * @param int $attribute Attribute identifier\n     * @param mixed $value Attribute value\n     * @return boolean TRUE on success, FALSE on failure\n     */\n    public function setAttribute(int $attribute, $value): bool\n    {\n        return $this->pdo->setAttribute($attribute, $value);\n    }\n\n    /**\n     * Retrieves a PDO database connection attribute.\n     *\n     * @param int $attribute\n     * @return mixed Attribute value or NULL on failure\n     */\n    public function getAttribute(int $attribute)\n    {\n        return $this->pdo->getAttribute($attribute);\n    }\n\n    /**\n     * Initiates a transaction.\n     *\n     * @link http://php.net/manual/en/pdo.begintransaction.php\n     * @return void\n     */\n    public function beginTransaction(): void\n    {\n        if ($this->transactionCounter == 0) {\n            $this->pdo->beginTransaction();\n        } else {\n            $this->pdo->exec(\n                \"SAVEPOINT TRANSACTION{$this->transactionCounter}\"\n            );\n        }\n\n        $this->transactionCounter++;\n    }\n\n    /**\n     * Commits a transaction.\n     *\n     * @link http://php.net/manual/en/pdo.commit.php\n     * @return void\n     */\n    public function commit(): void\n    {\n        $this->transactionCounter--;\n\n        if ($this->transactionCounter == 0) {\n            $this->pdo->commit();\n            return;\n        }\n\n        $this->pdo->exec(\n            \"RELEASE SAVEPOINT TRANSACTION{$this->transactionCounter}\"\n        );\n    }\n\n    /**\n     * Rolls back a transaction.\n     *\n     * @link http://php.net/manual/en/pdo.rollback.php\n     * @return void\n     */\n    public function rollBack(): void\n    {\n        if ($this->transactionCounter > 0) {\n            $this->transactionCounter--;\n        }\n\n        if ($this->transactionCounter == 0) {\n            try {\n                if($this->inTransaction()) {\n                    $this->pdo->rollBack();\n                }\n            } catch (PDOException $e) {\n                // Ignore rollback exception\n            }\n\n            return;\n        }\n\n        $this->pdo->exec(\n            \"ROLLBACK TO SAVEPOINT TRANSACTION{$this->transactionCounter}\"\n        );\n    }\n\n    /**\n     * Checks if inside a transaction.\n     *\n     *\n     * @return bool TRUE if a transaction is currently active, FALSE otherwise\n     */\n    public function inTransaction(): bool\n    {\n        return $this->pdo->inTransaction();\n    }\n\n    /**\n     * Gets the last SQLSTATE error code\n     *\n     * @return mixed The last SQLSTATE error code\n     */\n    public function getLastErrorCode()\n    {\n        return $this->lastErrorCode;\n    }\n\n    /**\n     * Gets the last error message.\n     *\n     * This method returns the last error message set by the {@link execute()}\n     * or {@link prepare()} methods.\n     *\n     * @return string Last error message set by the {@link execute()} or\n     *                {@link prepare()} methods.\n     */\n    public function getLastErrorMessage(): string\n    {\n        return $this->lastErrorMessage;\n    }\n\n    /**\n     * Stringified error information\n     *\n     * This method returns a stringified version of the error information\n     * associated with the last database operation.\n     *\n     * @return string Error information associated with the last database\n     *                operation\n     */\n    public function errorMsg(): string\n    {\n        return implode(' - ', $this->pdo->errorInfo());\n    }\n\n    /**\n     * Returns quote identifier symbol\n     *\n     * @return string Quote identifier symbol\n     */\n    public function getQuoteIdentifierSymbol(): string\n    {\n        return $this->nameQuote;\n    }\n\n    /**\n     * Singleton - Make clone unavailable.\n     */\n    private function __clone()\n    {\n\n    }\n}\n"
  },
  {
    "path": "gui/src/Database/DatabaseResultSet.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Database;\n\nuse PDO;\nuse PDOStatement;\n\n/**\n * Class DatabaseResultSet\n *\n * @property mixed EOF\n * @property mixed fields\n *\n * @package iMSCP\\Database\n */\nclass DatabaseResultSet\n{\n    /**\n     * PDOStatement object\n     *\n     * @var PDOStatement\n     */\n    protected $_stmt = NULL;\n\n    /**\n     * A row from the result set associated with the referenced PDOStatement\n     * object.\n     *\n     * @see fields()\n     * @see _get()\n     * @var array\n     */\n    protected $_fields = NULL;\n\n    /**\n     * Create a new DatabaseResult object\n     *\n     * @param PDOStatement $stmt A PDOStatement instance\n     * @throws DatabaseException\n     */\n    public function __construct($stmt)\n    {\n        if (!($stmt instanceof PDOStatement)) {\n            throw new DatabaseException(\n                'Argument passed to ' . __METHOD__\n                . '() must be a PDOStatement object!'\n            );\n        }\n\n        $this->_stmt = $stmt;\n    }\n\n    /**\n     * Php overloading.\n     *\n     * Php overloading method that allows to fetch the first row in the result\n     * set or check if one row exist in the result set.\n     *\n     * @param string $param\n     * @return mixed Depending of the $param value, this method can returns the\n     *               first row of a result set or a boolean that indicate if any\n     *               rows exists in the result set\n     * @throws DatabaseException\n     */\n    public function __get($param)\n    {\n        if ($param == 'fields') {\n            if (is_null($this->_fields)) {\n                $this->_fields = $this->fetchRow();\n            }\n\n            return $this->_fields;\n        }\n\n        if ($param == 'EOF') {\n            if ($this->_stmt->rowCount() == 0) {\n                return true;\n            }\n\n            return !is_null($this->_fields) && !is_array($this->_fields);\n        }\n\n        throw new DatabaseException(\"Unknown parameter: `$param`\");\n    }\n\n    /**\n     * Fetches the next row from the current result set.\n     *\n     * Fetches a row from the result set. The fetch_style parameter determines\n     * how the row is returned.\n     *\n     * @param int $fetchStyle Controls how the next row will be returned to the\n     *                        caller. This value must be one of the\n     *                        PDO::FETCH_* constants\n     * @return mixed The return value of this function on success depends on the\n     *               fetch style. In all cases, FALSE is returned on failure.\n     * @todo Finish fetch style implementation\n     */\n    public function fetchRow($fetchStyle = null)\n    {\n        return $this->_stmt->fetch(\n            $fetchStyle ?? DatabaseMySQL::getInstance()->getAttribute(\n                PDO::ATTR_DEFAULT_FETCH_MODE\n            )\n        );\n    }\n\n    /**\n     * Gets column field value from the current row.\n     *\n     * @param string $param Colum field name\n     * @return mixed Column value\n     * @see get()\n     */\n    public function fields($param)\n    {\n        return $this->fields[$param];\n    }\n\n    /**\n     * Returns the number of rows affected by the last SQL statement.\n     *\n     * This method returns the number of rows affected by the last DELETE,\n     * INSERT, or UPDATE SQL statement.\n     *\n     * If the last SQL statement executed by the associated PDOStatement was a\n     * SELECT statement, some RDBMS (like Mysql) may return the number of rows\n     * returned by that statement. However, this behaviour is not guaranteed for\n     * all RDBMS and should not be relied on for portable applications.\n     *\n     * @return int Number of rows affected by the last SQL statement\n     */\n    public function rowCount()\n    {\n        return $this->_stmt->rowCount();\n    }\n\n    /**\n     * Alias of the rowCount() method\n     *\n     * @return int Number of rows affected by the last SQL statement\n     * @see rowCount()\n     */\n    public function recordCount()\n    {\n        return $this->_stmt->rowCount();\n    }\n\n    /**\n     * Fetches all rows from the current result set.\n     *\n     * Fetches all row from the result set. The fetch_style parameter determines\n     * how the rows are returned.\n     *\n     * @param int $fetchStyle Controls how the next row will be returned to the\n     *                        caller. This value must be one of the PDO::FETCH_*\n     *                        constants\n     * @return mixed The return value of this function on success depends on the\n     *               fetch style. In all cases, FALSE is returned on failure.\n     * @todo Finish fetch style implementation\n     */\n    public function fetchAll($fetchStyle = null)\n    {\n        return $this->_stmt->fetchAll(\n            $fetchStyle ?? DatabaseMySQL::getInstance()->getAttribute(\n                PDO::ATTR_DEFAULT_FETCH_MODE\n            ),\n        );\n    }\n\n    /**\n     * Fetches the next row from the current result set\n     *\n     * @return void\n     */\n    public function moveNext()\n    {\n        $this->_fields = $this->fetchRow();\n    }\n\n    /**\n     * Error information associated with the last operation on the statement\n     * handle.\n     *\n     * @return array Error information\n     */\n    public function errorInfo()\n    {\n        return $this->_stmt->errorInfo();\n    }\n\n    /**\n     * Stringified error information.\n     *\n     * This method returns a stringified version of the error information\n     * associated with the last statement operation.\n     *\n     * @return string Error information\n     */\n    public function errorInfoToString()\n    {\n        return implode(' - ', $this->_stmt->errorInfo());\n    }\n}\n"
  },
  {
    "path": "gui/src/Database/DatabaseStatementEvent.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Database;\n\nuse PDOStatement;\n\n/**\n * Class DatabaseStatementEvent\n * @package iMSCP\\Database\n */\nclass DatabaseStatementEvent extends DatabaseEvent\n{\n    /**\n     * Returns the query string.\n     *\n     * @return string\n     */\n    public function getQueryString()\n    {\n        return $this->getStatement()->queryString;\n    }\n\n    /**\n     * Returns a PDOStatement.\n     *\n     * @return PDOStatement\n     */\n    public function getStatement()\n    {\n        return $this->getParam('statement');\n    }\n}\n"
  },
  {
    "path": "gui/src/Event/Event.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event;\n\nuse ArrayAccess;\n\n/**\n * Class Event\n *\n * Representation of an event\n *\n * Encapsulates the parameters passed, and provides some behavior for\n * interacting with the events manager.\n *\n * @package iMSCP\\Event\n */\nclass Event implements EventDescription\n{\n    /**\n     * @var string Event name\n     */\n    protected $name;\n\n    /**\n     * @var array|ArrayAccess|object The event parameters\n     */\n    protected $params = [];\n\n    /**\n     * @var bool Whether or not to stop propagation\n     */\n    protected $stopPropagation = false;\n\n    /**\n     * Constructor\n     *\n     * @param string $name Event name\n     * @param array|ArrayAccess $params\n     * @throws EventException\n     */\n    public function __construct($name = NULL, $params = NULL)\n    {\n        if (NULL !== $name) {\n            $this->setName($name);\n        }\n\n        if (NULL !== $params) {\n            $this->setParams($params);\n        }\n    }\n\n    /**\n     * Returns event name\n     *\n     * @return string\n     */\n    public function getName()\n    {\n        return $this->name;\n    }\n\n    /**\n     * Set the event name\n     *\n     * @param string $name Event Name\n     * @return Event Provides fluent interface, returns self\n     */\n    public function setName($name)\n    {\n        $this->name = (string)$name;\n\n        return $this;\n    }\n\n    /**\n     * Returns all parameters\n     *\n     * @return array|object|ArrayAccess\n     */\n    public function getParams()\n    {\n        return $this->params;\n    }\n\n    /**\n     * Set parameters\n     *\n     * Overwrites parameters\n     *\n     * @param array|ArrayAccess|object $params\n     * @return Event Provides fluent interface, returns self\n     * @throws EventException\n     */\n    public function setParams($params)\n    {\n        if (!is_array($params) && !is_object($params)) {\n            throw new EventException(\n                'Event parameters must be an array or object'\n            );\n        }\n\n        $this->params = $params;\n\n        return $this;\n    }\n\n    /**\n     * Return an individual parameter\n     *\n     * If the parameter does not exist, the $default value will be returned.\n     *\n     * @param string|int $name Parameter name\n     * @param mixed $default Default value to be returned if $name doesn't exist\n     * @return mixed\n     */\n    public function getParam($name, $default = NULL)\n    {\n        // Check in params that are arrays or implement array access\n        if (is_array($this->params) || $this->params instanceof ArrayAccess) {\n            if (!isset($this->params[$name])) {\n                return $default;\n            }\n\n            return $this->params[$name];\n        }\n\n        // Check in normal objects\n        if (!isset($this->params->{$name})) {\n            return $default;\n        }\n\n        return $this->params->{$name};\n    }\n\n    /**\n     * Set an individual parameter to a value\n     *\n     * @param string|int $name Parameter name\n     * @param mixed $value Parameter value\n     * @return Event\n     */\n    public function setParam($name, $value)\n    {\n        if (is_array($this->params) || $this->params instanceof ArrayAccess) {\n            // Arrays or objects implementing array access\n            $this->params[$name] = $value;\n        } else {\n            // Objects\n            $this->params->{$name} = $value;\n        }\n\n        return $this;\n    }\n\n    /**\n     * Stop further event propagation\n     *\n     * @param bool $flag TRUE to stop propagation, FALSE otherwise\n     * @return void\n     */\n    public function stopPropagation($flag = true)\n    {\n        $this->stopPropagation = (bool)$flag;\n    }\n\n    /**\n     * Is propagation stopped?\n     *\n     * @return bool TRUE if propagation is stopped, FALSE otherwise\n     */\n    public function propagationIsStopped()\n    {\n        return $this->stopPropagation;\n    }\n}\n"
  },
  {
    "path": "gui/src/Event/EventAggregator.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event;\n\nuse iMSCP\\Event\\Listener\\EventListener;\nuse iMSCP\\Event\\Listener\\PriorityQueue;\nuse iMSCP\\Event\\Listener\\ResponseCollection;\n\n/**\n * Class EventAggregator\n * @package iMSCP\\Event\n */\nclass EventAggregator implements EventManagerInterface\n{\n    /**\n     * @var EventAggregator\n     */\n    protected static $instance;\n\n    /**\n     * @var array map event to event type\n     */\n    protected $events = [];\n\n    /**\n     * @var EventManagerInterface[]\n     */\n    protected $eventManagers;\n\n    /**\n     * Constructor\n     */\n    protected function __construct()\n    {\n        // Event Manager used for events which are not explicitly declared\n        $this->eventManagers['application'] = new EventManager();\n    }\n\n    /**\n     * Singleton object - Make clone unavailable\n     *\n     * @return EventAggregator\n     */\n    public static function getInstance()\n    {\n        if (NULL === self::$instance) {\n            self::$instance = new self();\n        }\n\n        return self::$instance;\n    }\n\n    /**\n     * Reset instance\n     *\n     * @static\n     * @return void\n     */\n    public static function resetInstance()\n    {\n        self::$instance = NULL;\n    }\n\n    /**\n     * Get the given event manager\n     *\n     * @param string $name Event manager unique name\n     * @return EventManagerInterface|null\n     */\n    public function getEventManager($name)\n    {\n        if (isset($this->eventManagers[$name])) {\n            return $this->eventManagers[$name];\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Dispatches an event to all registered listeners\n     *\n     * @param string $event The name of the event to dispatch.\n     * @param mixed $arguments OPTIONAL The data to pass to the event listener\n     *                         method.\n     * @return ResponseCollection\n     * @throws EventManagerException When an listener is an object that do not\n     *                               implement the listener method, or when the\n     *                               listener is not a valid PHP callback\n     */\n    public function dispatch($event, $arguments = [])\n    {\n        if (($eventType = $this->getEventType($event))) {\n            return $this->eventManagers[$eventType]->dispatch(\n                $event, $arguments\n            );\n        } else {\n            return $this->eventManagers['application']->dispatch(\n                $event, $arguments\n            );\n        }\n    }\n\n    /**\n     * Get event type\n     *\n     * @param $event\n     * @return string|null\n     */\n    public function getEventType($event)\n    {\n        foreach ($this->events as $eventType => $events) {\n            if (in_array($event, $events)) {\n                return $eventType;\n            }\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Registers an event listener that listens on the specified events\n     *\n     * @param string|array $event The event(s) to listen on\n     * @param callable|object $listener PHP callback or object which implement\n     *                                  method with same name as event\n     * @param int $priority Higher values have higher priority\n     * @return EventManagerInterface Provide fluent interface, returns self\n     */\n    public function registerListener($event, $listener, $priority = 1)\n    {\n        if (is_array($event)) {\n            foreach ($event as $e) {\n                $this->registerListener($e, $listener, $priority);\n            }\n        } elseif (($eventType = $this->getEventType($event))) {\n            $this->eventManagers[$eventType]->registerListener(\n                $event, $listener, $priority\n            );\n        } else {\n            $this->addEvents('application', (array)$event);\n            $this->eventManagers['application']->registerListener(\n                $event, $listener, $priority\n            );\n        }\n\n        return $this;\n    }\n\n    /**\n     * Add events\n     * @param $type\n     * @param array $events\n     * @return EventManagerInterface\n     */\n    public function addEvents($type, array $events = [])\n    {\n        if (isset($this->events[$type])) {\n            $this->events[$type] = array_merge($this->events[$type], $events);\n        } else {\n            $this->events[$type] = $events;\n            $this->eventManagers[$type] = new EventManager();\n        }\n\n        return $this;\n    }\n\n    /**\n     * Unregister an event listener from an event\n     *\n     * @param EventListener $listener The listener object to remove\n     * @return bool TRUE if $listener is found and unregistered, FALSE otherwise\n     */\n    public function unregisterListener(EventListener $listener)\n    {\n        $event = $listener->getMetadatum('event');\n\n        if (($eventType = $this->getEventType($event))) {\n            $this->eventManagers[$eventType]->unregisterListener($listener);\n        }\n\n        return false;\n    }\n\n    /**\n     * Get all known events\n     *\n     * @param string $type Events type\n     * @return array\n     */\n    public function getEvents($type = NULL)\n    {\n        $type = (string)$type;\n\n        if (!$type) {\n            $events = [];\n\n            foreach ($this->events as $type) {\n                $events = array_merge($events, $type);\n            }\n\n            return $events;\n        }\n\n        if (isset($this->events[$type])) {\n            return $this->events[$type];\n        }\n\n        return [];\n    }\n\n    /**\n     * Retrieve all listeners which listen to a particular event\n     *\n     * @param string|null $event Event name\n     * @return PriorityQueue\n     */\n    public function getListeners($event)\n    {\n        if (($eventType = $this->getEventType($event))) {\n            return $this->eventManagers[$eventType]->getListeners($event);\n        }\n\n        return new PriorityQueue();\n    }\n\n    /**\n     * Clear all listeners for a given event\n     *\n     * @param string $event Event name\n     * @return void\n     */\n    public function clearListeners($event)\n    {\n        if (($eventType = $this->getEventType($event))) {\n            $this->eventManagers[$eventType]->clearListeners($event);\n        }\n    }\n\n    /**\n     * Checks whether an event has any registered listeners\n     *\n     * @param string $event The name of the event\n     * @return bool TRUE if the specified event has any listeners, FALSE\n     *              otherwise\n     */\n    public function hasListener($event)\n    {\n        if (($eventType = $this->getEventType($event))) {\n            return $this->eventManagers[$eventType]->hasListener($event);\n        }\n\n        return false;\n    }\n}\n"
  },
  {
    "path": "gui/src/Event/EventDescription.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event;\n\nuse ArrayAccess;\n\n/**\n * Interface EventDescription\n * @package iMSCP\\Event\n */\ninterface EventDescription\n{\n    /**\n     * Returns event name.\n     *\n     * @return string\n     */\n    public function getName();\n\n    /**\n     * Returns parameters passed to the event.\n     *\n     * @return array|ArrayAccess\n     */\n    public function getParams();\n\n    /**\n     * Returns a single parameter by name.\n     *\n     * @param string $name\n     * @param mixed $default Default value to return if parameter does not exist\n     * @return mixed\n     */\n    public function getParam($name, $default = NULL);\n\n    /**\n     * Set the event name.\n     *\n     * @param string $name Event name\n     * @return EventDescription Provides fluent interface, return self\n     */\n    public function setName($name);\n\n    /**\n     * Set event parameters.\n     *\n     * @param string $params\n     * @return EventDescription Provides fluent interface, return self\n     */\n    public function setParams($params);\n\n    /**\n     * Set a single parameter by name.\n     *\n     * @param string $name Parameter name\n     * @param mixed $value Parameter value\n     * @return EventDescription Provides fluent interface, return self\n     */\n    public function setParam($name, $value);\n\n    /**\n     * Indicate whether or not the parent iMSCP\\\\Event\\\\EventManagerInterface should\n     * stop propagating events.\n     *\n     * @param bool $flag\n     * @return void\n     */\n    public function stopPropagation($flag = true);\n\n    /**\n     * Has this event indicated event propagation should stop?\n     *\n     * @return bool\n     */\n    public function propagationIsStopped();\n\n}\n"
  },
  {
    "path": "gui/src/Event/EventException.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpDocMissingThrowsInspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event;\n\nuse iMSCP\\Exception\\Exception;\n\n/**\n * Class EventException\n * @package iMSCP\\Event\n */\nclass EventException extends Exception\n{\n\n}\n"
  },
  {
    "path": "gui/src/Event/EventManager.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event;\n\nuse ArrayAccess;\nuse iMSCP\\Event\\Listener\\EventListener;\nuse iMSCP\\Event\\Listener\\ListenerException;\nuse iMSCP\\Event\\Listener\\PriorityQueue;\nuse iMSCP\\Event\\Listener\\ResponseCollection;\n\n/**\n * Class EventManager\n * @package iMSCP\\Event\n */\nclass EventManager implements EventManagerInterface\n{\n    /**\n     * @var PriorityQueue[] Array that contains events listeners stacks.\n     */\n    protected $events = [];\n\n    /**\n     * Return EventAggregator instance.\n     *\n     * @return EventAggregator\n     * @deprecated 1.1.6 (will be removed in later version\n     */\n    public static function getInstance()\n    {\n        return EventAggregator::getInstance();\n    }\n\n    /**\n     * Dispatches an event to all registered listeners.\n     *\n     * @param string|EventDescription $event\n     * @param array|ArrayAccess $arguments Array of arguments\n     * @return ResponseCollection\n     * @throws EventException\n     */\n    public function dispatch($event, $arguments = [])\n    {\n        $responses = new ResponseCollection();\n\n        if ($event instanceof EventDescription) {\n            $eventObject = $event;\n            $event = $eventObject->getName();\n        } else {\n            $eventObject = new Event($event, $arguments);\n        }\n\n        $listeners = $this->getListeners($event);\n        //$listeners = clone $listeners;\n\n        /** @var $listener EventListener */\n        foreach ($listeners as $listener) {\n            $responses->push(call_user_func($listener->getHandler(), $eventObject));\n\n            if ($eventObject->propagationIsStopped()) {\n                $responses->setStopped(true);\n                break;\n            }\n        }\n\n        return $responses;\n    }\n\n    /**\n     * Retrieve all listeners which listen to a particular event.\n     *\n     * @param string $event Event name\n     * @return PriorityQueue\n     */\n    public function getListeners($event)\n    {\n        if (!array_key_exists($event, $this->events)) {\n            return new PriorityQueue();\n        }\n\n        return $this->events[$event];\n    }\n\n    /**\n     * Registers an event listener that listens on the specified events.\n     *\n     * @param string|array $event The event(s) to listen on\n     * @param callable|object $listener PHP callback or object which implement\n     *                        method with same name as event\n     * @param int $priority Higher values have higher priority\n     * @return EventListener|EventListener[]\n     * @throws ListenerException\n     */\n    public function registerListener($event, $listener, $priority = 1)\n    {\n        if (is_array($event)) {\n            $listeners = [];\n\n            foreach ($event as $name) {\n                $listeners[] = $this->registerListener($name, $listener, $priority);\n            }\n\n            return $listeners;\n        }\n\n        if (empty($this->events[$event])) {\n            $this->events[$event] = new PriorityQueue();\n        }\n\n        $listener = new EventListener(\n            $listener, ['event' => $event, 'priority' => $priority]\n        );\n        $this->events[$event]->addListener($listener, $priority);\n\n        return $listener;\n    }\n\n    /**\n     * Unregister all listeners which listen on the given event.\n     *\n     * @param string $event The event for which any event must be removed.\n     * @return void\n     * @throws EventException If $event is not a string\n     */\n    public function unregisterListeners($event)\n    {\n        if (is_string($event)) {\n            unset($this->events[$event]);\n        } else {\n            throw new EventException(\n                sprintf(\n                    __CLASS__ . '::' . __FUNCTION__\n                    . '() expects a string, %s given.',\n                    gettype($event)\n                )\n            );\n        }\n    }\n\n    /**\n     * Unregister a listener from an event.\n     *\n     * @param EventListener $listener The listener object to remove\n     * @return bool TRUE if $listener is found and unregistered, FALSE otherwise\n     */\n    public function unregisterListener(EventListener $listener)\n    {\n        $event = $listener->getMetadatum('event');\n\n        if (!$event || empty($this->events[$event])) {\n            return false;\n        }\n\n        if (!($this->events[$event]->removeListener($listener))) {\n            return false;\n        }\n\n        if (!count($this->events[$event])) {\n            unset($this->events[$event]);\n        }\n\n        return true;\n    }\n\n    /**\n     * Retrieve all registered events.\n     *\n     * @return array\n     */\n    public function getEvents()\n    {\n        return array_keys($this->events);\n    }\n\n    /**\n     * Clear all listeners for a given event.\n     *\n     * @param string $event Event name\n     * @return void\n     */\n    public function clearListeners($event)\n    {\n        if (!empty($this->events[$event])) {\n            unset($this->events[$event]);\n        }\n    }\n\n    /**\n     * Checks whether an event has any registered listeners.\n     *\n     * @param string $eventName The name of the event.\n     * @return bool TRUE if the specified event has any listeners, FALSE\n     *              otherwise.\n     */\n    public function hasListener($eventName)\n    {\n        return (bool)count($this->getListeners($eventName));\n    }\n}\n"
  },
  {
    "path": "gui/src/Event/EventManagerException.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection PhpDocMissingThrowsInspection PhpUnhandledExceptionInspection */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event;\n\n/**\n * Class EventManagerException\n * @package iMSCP\\Event\n */\nclass EventManagerException extends EventException\n{\n\n}\n"
  },
  {
    "path": "gui/src/Event/EventManagerInterface.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event;\n\nuse iMSCP\\Event\\Listener\\EventListener;\nuse iMSCP\\Event\\Listener\\PriorityQueue;\nuse iMSCP\\Event\\Listener\\ResponseCollection;\n\n/**\n * Interface EventManagerInterface\n *\n * The Events Manager interface is the central point of i-MSCP's event listener\n * system. The listeners are registered on the manager, and events are\n * dispatched through the manager.\n *\n * A listener is an object or a callback function that listen on a particular\n * event. The events are defined in many places in the core code or components.\n * When a event is dispatched, the listener methods of all the listeners that\n * listens this event are executed.\n *\n * @package iMSCP\\Event\n */\ninterface EventManagerInterface\n{\n    /**\n     * Dispatches an event to all registered listeners\n     *\n     * @param string $event The name of the event to dispatch\n     * @param mixed $arguments OPTIONAL The data to pass to the event listener\n     *                         method\n     * @return ResponseCollection\n     * @throws EventManagerException When an listener is an object that do not\n     *                               implement the listener method or when the\n     *                               listener is not a valid PHP callback\n     */\n    public function dispatch($event, $arguments = []);\n\n    /**\n     * Registers an event listener that listens on the specified events\n     *\n     * @param string|array $event The event(s) to listen on\n     * @param callable|object $listener PHP callback or object which implement\n     *                                  method with same name as event\n     * @param int $priority Higher values have higher priority\n     * @return EventManagerInterface Provide fluent interface, returns self\n     */\n    public function registerListener($event, $listener, $priority = 1);\n\n    /**\n     * Unregister an event listener from an event\n     *\n     * @param EventListener $listener The listener object to remove\n     * @return bool TRUE if $listener is found and unregistered, FALSE otherwise\n     */\n    public function unregisterListener(EventListener $listener);\n\n    /**\n     * Retrieve all registered events\n     *\n     * @return array\n     */\n    public function getEvents();\n\n    /**\n     * Retrieve all listener which listen to a particular event\n     *\n     * @param string|null $event Event name\n     * @return PriorityQueue\n     */\n    public function getListeners($event);\n\n    /**\n     * Clear all listeners for a given event\n     *\n     * @param string $event Event name\n     * @return void\n     */\n    public function clearListeners($event);\n\n    /**\n     * Checks whether an event has any registered listeners\n     *\n     * @param string $event The name of the event.\n     * @return bool TRUE if the specified event has any listeners, FALSE\n     *              otherwise.\n     */\n    public function hasListener($event);\n}\n"
  },
  {
    "path": "gui/src/Event/Events.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event;\n\n/**\n * Class Events\n * @package iMSCP\\Event\n */\nclass Events\n{\n    /**\n     * Event triggered after i-MSCP application has been fully bootstrapped\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - context : iMSCP\\Application instance\n     *\n     * @const string\n     */\n    const onAfterApplicationBootstrap = 'onAfterApplicationBootstrap';\n\n    /**\n     * Event triggered at starting of login action script\n     *\n     * @const string\n     */\n    const onLoginScriptStart = 'onLoginScriptStart';\n\n    /**\n     * Event triggered at end of login script\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - templateEngine : An iMSCP\\TemplateEngine object\n     *\n     * @const string\n     */\n    const onLoginScriptEnd = 'onLoginScriptEnd';\n\n    /**\n     * Event triggered at starting of the lostpassword action script\n     *\n     * @const string\n     */\n    const onLostPasswordScriptStart = 'onLostPasswordScriptStart';\n\n    /**\n     * Event triggered at end of the lostpassword action script\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - templateEngine : iMSCP\\TemplateEngine instance\n     *\n     * @const string\n     */\n    const onLostPasswordScriptEnd = 'onLostPasswordScriptEnd';\n\n    /**\n     * Event triggered at starting of shared scripts\n     *\n     * @const string\n     */\n    const onSharedScriptStart = 'onSharedScriptStart';\n\n    /**\n     * Event triggered at end of shared scripts\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - templateEngine : iMSCP\\TemplateEngine instance\n     *\n     * @const string\n     */\n    const onSharedScriptEnd = 'onSharedScriptEnd';\n\n    /**\n     * Event triggered at starting of admin scripts\n     *\n     * @const string\n     */\n    const onAdminScriptStart = 'onAdminScriptStart';\n\n    /**\n     * Event triggered at end of admin scripts\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - templateEngine : iMSCP\\TemplateEngine instance\n     *\n     * @const string\n     */\n    const onAdminScriptEnd = 'onAdminScriptEnd';\n\n    /**\n     * Event triggered at starting of reseller scripts\n     *\n     * @const string\n     */\n    const onResellerScriptStart = 'onResellerScriptStart';\n\n    /**\n     * Event triggered at end of reseller scripts\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - templateEngine : iMSCP\\TemplateEngine instance\n     *\n     * @const string\n     */\n    const onResellerScriptEnd = 'onResellerScriptEnd';\n\n    /**\n     * Event triggered at starting of client scripts\n     *\n     * @const string\n     */\n    const onClientScriptStart = 'onClientScriptStart';\n\n    /**\n     * Event triggered end of client scripts\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - templateEngine: An iMSCP\\TemplateEngine instance\n     *\n     * @const string\n     */\n    const onClientScriptEnd = 'onClientScriptEnd';\n\n    /**\n     * Event triggered before of exception browser write process\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - context : iMSCP\\Exception\\BrowserExceptionWriter object\n     *\n     * @deprecated This event is deprecated and no longer triggered\n     * @const string\n     */\n    const onExceptionToBrowserStart = 'onExceptionToBrowserStart';\n\n    /**\n     * Event triggered at end of exception browser write process\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - context        : iMSCP\\Exception\\BrowserExceptionWriter object\n     *  - templateEngine : iMSCP\\TemplateEngine instance\n     *\n     * @deprecated This event is deprecated and no longer triggered\n     * @const string\n     */\n    const onExceptionToBrowserEnd = 'onExceptionToBrowserEnd';\n\n    /**\n     * Event triggered before the authentication process\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - context : iMSCP\\Authentication\\AuthService instance\n     *\n     * @const string\n     */\n    const onBeforeAuthentication = 'onBeforeAuthentication';\n\n    /**\n     * Event triggered on authentication process\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - context  : iMSCP\\Authentication\\AuthService instance\n     *  - username : Username\n     *  - password : Password\n     *\n     * @const string\n     */\n    const onAuthentication = 'onAuthentication';\n\n    /**\n     * Event triggered after the authentication process\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - context    : iMSCP\\Authentication\\AuthService instance\n     *  - authResult : iMSCP\\Authentication\\AuthResult object\n     *\n     * @const string\n     */\n    const onAfterAuthentication = 'onAfterAuthentication';\n\n    /**\n     * Event triggered before an user identity is set\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - context  : iMSCP\\Authentication\\AuthService instance\n     *  - identity : stdClass object containing user identity data\n     *\n     * @const string\n     */\n    const onBeforeSetIdentity = 'onBeforeSetIdentity';\n\n    /**\n     * Event triggered after an user identity is set\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - context : iMSCP\\Authentication\\AuthService instance\n     *\n     * @const string\n     */\n    const  onAfterSetIdentity = 'onAfterSetIdentity';\n\n    /**\n     * Event triggered before an user identity is unset\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - context : iMSCP\\Authentication\\AuthService instance\n     *\n     * @const string\n     */\n    const onBeforeUnsetIdentity = 'onBeforeUnsetIdentity';\n\n    /**\n     * Event triggered after an user identity is unset\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - context : iMSCP\\Authentication\\AuthService instance\n     *\n     * @const string\n     */\n    const  onAfterUnsetIdentity = 'onAfterUnsetIdentity';\n\n    /**\n     * Event triggered before editing of admin general settings\n     *\n     * @const string\n     */\n    const onBeforeEditAdminGeneralSettings = 'onBeforeEditAdminGeneralSettings';\n\n    /**\n     * Event triggered after editing of admin general settings\n     *\n     * @const string\n     */\n    const onAfterEditAdminGeneralSettings = 'onAfterEditAdminGeneralSettings';\n\n    /**\n     * Event triggered before user addition (admin, reseller)\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - userData : User login and personal data\n     *\n     * @const string\n     */\n    const onBeforeAddUser = 'onBeforeAddUser';\n\n    /**\n     * Event triggered after user addition (admin, reseller)\n     *\n     * iMSCP\\Event\\Event objectparameters:\n     *  - userId   : User unique identifier\n     *  - userData : User login and personal data\n     *\n     * @const string\n     */\n    const onAfterAddUser = 'onAfterAddUser';\n\n    /**\n     * Event triggered before user edition\n     *\n     * iMSCP\\Event\\Event objectparameters:\n     *  - userId   : User unique identifier\n     *  - userData : User login and personal data. Depending on context, some\n     *               data can be unavailable\n     *\n     * @const string\n     */\n    const onBeforeEditUser = 'onBeforeEditUser';\n\n    /**\n     * Event triggered after user edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - userId   : User unique identifier\n     *  - userData : User login and personal data Depending on context, some\n     *               data can be unavailable\n     *\n     * @const string\n     */\n    const onAfterEditUser = 'onAfterEditUser';\n\n    /**\n     * Event triggered before user deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - userId : User unique identifier\n     *\n     * @const string\n     */\n    const onBeforeDeleteUser = 'onBeforeDeleteUser';\n\n    /**\n     * Event triggered after user deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - userId : User unique identifier\n     *\n     * @const string\n     */\n    const onAfterDeleteUser = 'onAfterDeleteUser';\n\n    /**\n     * Event triggered when a reseller account is moved from one administrator\n     * to another administrator\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - resellerId          : Reseller unique identifier\n     *  - fromAdministratorId : Administrator unique identifier\n     *  - toAdministratorId   : Administrator unique identifier\n     *\n     * @const string\n     */\n    const onMoveReseller = 'onMoveReseller';\n\n    /**\n     * Event triggered when a customer account is moved from one reseller to\n     * another reseller\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - customerId     : Customer unique identifier\n     *  - fromResellerId : Reseller unique identifier\n     *  - toResellerId   : Reseller unique identifier\n     *\n     * @const string\n     */\n    const onMoveCustomer = 'onMoveCustomer';\n\n    /**\n     * Event triggered before customer account deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - customerId : Customer unique identifier\n     *\n     * @const string\n     */\n    const onBeforeDeleteCustomer = 'onBeforeDeleteCustomer';\n\n    /**\n     * Event triggered after customer account deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - customerId : Customer unique identifier\n     *\n     * @const string\n     */\n    const onAfterDeleteCustomer = 'onAfterDeleteCustomer';\n\n    /**\n     * Event triggered before FTP user addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - ftpUserId    : FTP user unique identifier\n     *  - ftpPassword  : FTP user password\n     *  - ftpUserUid   : FTP user uid\n     *  - ftpUserGid   : FTP user gid\n     *  - ftpUserShell : FTP user shell\n     *  - ftpUserHome  : FTP user home\n     *\n     * @const string\n     */\n    const onBeforeAddFtp = 'onBeforeAddFtp';\n\n    /**\n     * Event triggered after FTP user addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - ftpUserId    : FTP user unique identifier\n     *  - ftpPassword  : FTP user password\n     *  - ftpUserUid   : FTP user uid\n     *  - ftpUserGid   : FTP user gid\n     *  - ftpUserShell : FTP user shell\n     *  - ftpUserHome  : FTP user home\n     *\n     * @const string\n     */\n    const onAfterAddFtp = 'onAfterAddFtp';\n\n    /**\n     * Event triggered before FTP user edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - ftpUserId   : FTP user unique identifier\n     *  - ftpPassword : FTP user password\n     *  - ftpUserHome : FTP user home\n     *\n     * @const string\n     */\n    const onBeforeEditFtp = 'onBeforeEditFtp';\n\n    /**\n     * Event triggered after FTP user edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - ftpUserId   : FTP user unique identifier\n     *  - ftpPassword : FTP user password\n     *  - ftpUserHome : FTP user home\n     *\n     * @const string\n     */\n    const onAfterEditFtp = 'onAfterEditFtp';\n\n    /**\n     * Event triggered before FTP user deletion\n     *\n     * iMSCP\\Event\\Event objectparameter:\n     *  - ftpUserId : FTP user unique identifier\n     *\n     * @const string\n     */\n    const onBeforeDeleteFtp = 'onBeforeDeleteFtp';\n\n    /**\n     * Event triggered after FTP user deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - ftpUserId : FTP user unique identifier\n     *\n     * @const string\n     */\n    const onAfterDeleteFtp = 'onAfterDeleteFtp';\n\n    /**\n     * Event triggered triggered before SQL user addition\n     *\n     * iMSCP\\Event\\Event object parameter:\n     * - SqlUsername     : SQL username\n     * - SqlUserHost     : SQL user host\n     * - SqlUserPassword : SQL user password for new SQL user or empty string\n     * - SqlDatabaseId   : Unique identifier of SQL database to which the SQL\n     *                     user is attached\n     *\n     * @const string\n     */\n    const onBeforeAddSqlUser = 'onBeforeAddSqlUser';\n\n    /**\n     * Event triggered after SQL user addition\n     *\n     * iMSCP\\Event\\Event object parameter:\n     * - SqlUserId       : SQL user unique identifier\n     * - SqlUsername     : SQL username\n     * - SqlUserHost     : SQL user host\n     * - SqlUserPassword : SQL user password for new SQL user or empty string\n     * - SqlDatabaseId   : Unique identifier of SQL database to which the SQL\n     *                     user is attached\n     *\n     * @const string\n     */\n    const onAfterAddSqlUser = 'onAfterAddSqlUser';\n\n    /**\n     * Event triggered before SQL user edition\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - sqlUserId       : SQL user unique identifier\n     *  - sqlUserPassword : SQL user password\n     *\n     * @const string\n     */\n    const onBeforeEditSqlUser = 'onBeforeEditSqlUser';\n\n    /**\n     * Event triggered after SQL user edition\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - sqlUserId : SQL user unique identifier\n     *\n     * @const string\n     */\n    const onAfterEditSqlUser = 'onAfterEditSqlUser';\n\n    /**\n     * Event triggered before SQL user deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - sqlUserId   : SQL user unique identifier\n     *  - sqlUsername : SQL username\n     *  - sqlUserHost : SQL user host\n     *\n     * @const string\n     */\n    const onBeforeDeleteSqlUser = 'onBeforeDeleteSqlUser';\n\n    /**\n     * Event triggered after SQL user deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - sqlUserId : SQL user unique identifier\n     *  - sqlUsername : SQL username\n     *  - sqlUserHost : SQL user host\n     *\n     * @const string\n     */\n    const onAfterDeleteSqlUser = 'onAfterDeleteSqlUser';\n\n    /**\n     * Event triggered before SQL database addition\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - dbName : Database name\n     *\n     * @const string\n     */\n    const onBeforeAddSqlDb = 'onBeforeAddSqlDb';\n\n    /**\n     * Event triggered after SQl database addition\n     *\n     * iMSCP\\Event\\Event object parameter:\n     * - dbId:  : Database unique identifier\n     * - dbName : Database name\n     *\n     * @const string\n     */\n    const onAfterAddSqlDb = 'onAfterAddSqlDb';\n\n    /**\n     * Event triggered before SQL database deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - sqlDbId : SQL database unique identifier\n     *\n     * @const string\n     */\n    const onBeforeDeleteSqlDb = 'onBeforeDeleteSqlDb';\n\n    /**\n     * Event triggered after SQL database deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - sqlDbId : SQL database unique identifier\n     *\n     * @const string\n     */\n    const onAfterDeleteSqlDb = 'onAfterSqlDb';\n\n    /**\n     * Event triggered before custom DNS resource record addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - domainId : Customer main domain unique identifier\n     *  - aliasId  : Domain alias unique identifier, 0 if no domain alias\n     *  - name     : DNS resource record name field, including TTL\n     *  - class    : DNS resource record class field\n     *  - type     : DNS resource record type field\n     *  - data     : DNS resource record data field\n     *\n     * @const string\n     */\n    const onBeforeAddCustomDNSrecord = 'onBeforeAddCustomDNSrecord';\n\n    /**\n     * Event triggered after custom DNS resource record addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - id       : DNS resource record unique identifier\n     *  - domainId : Customer main domain unique identifier\n     *  - aliasId  : Domain alias unique identifier, 0 if no domain alias\n     *  - name     : DNS resource record name field, including TTL\n     *  - class    : DNS resource record class field\n     *  - type     : DNS resource record type field\n     *  - data     : DNS resource record data field\n     *\n     * @const string\n     */\n    const onAfterAddCustomDNSrecord = 'onAfterAddCustomDNSrecord';\n\n    /**\n     * Event triggered before custom DNS resource record edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - id       : DNS resource record unique identifier\n     *  - domainId : Customer main domain unique identifier\n     *  - aliasId  : Domain alias unique identifier, 0 if no domain alias\n     *  - name     : DNS resource record name field, including TTL\n     *  - class    : DNS resource record class field\n     *  - type     : DNS resource record type field\n     *  - data     : DNS resource record data field\n     *\n     * @const string\n     */\n    const onBeforeEditCustomDNSrecord = 'onBeforeEditCustomDNSrecord';\n\n    /**\n     * Event triggered after custom DNS resource record edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - id       : DNS resource record unique identifier\n     *  - domainId : Customer main domain unique identifier\n     *  - aliasId  : Domain alias unique identifier, 0 if no domain alias\n     *  - name     : DNS resource record name field, including TTL\n     *  - class    : DNS resource record class field\n     *  - type     : DNS resource record type field\n     *  - data     : DNS resource record data field\n     *\n     * @const string\n     */\n    const onAfterEditCustomDNSrecord = 'onAfterEditCustomDNSrecord';\n\n    /**\n     * Event triggered before custom DNS resource record deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - id : DNS resource record unique identifier\n     *\n     * @const string\n     */\n    const onBeforeDeleteCustomDNSrecord = 'onBeforeDeleteCustomDNSrecord';\n\n    /**\n     * Event triggered after custom DNS resource record deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - id : DNS resource record unique identifier\n     *\n     * @const string\n     */\n    const onAfterDeleteCustomDNSrecord = 'onAfterDeleteCustomDNSrecord';\n\n    /**\n     * Event triggered before injection of plugin service providers\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *\n     * @const string\n     */\n    const onBeforeInjectPluginServiceProviders = 'onBeforeInjectPluginServiceProviders';\n\n    /**\n     * Event triggered before injection of plugin routes\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *\n     * @const string\n     */\n    const onBeforeInjectPluginRoutes = 'onBeforeInjectPluginRoutes';\n\n    /**\n     * Event triggered before plugin list update\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *\n     * @const string\n     */\n    const onBeforeUpdatePluginList = 'onBeforeUpdatePluginList';\n\n    /**\n     * Event triggered after plugin list update\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *\n     * @const string\n     */\n    const onAfterUpdatePluginList = 'onAfterUpdatePluginList';\n\n    /**\n     * Event triggered before plugin data synchronization\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *\n     * @const string\n     */\n    const onBeforeSyncPluginData = 'onBeforeSyncPluginData';\n\n    /**\n     * Event triggered after plugin data synchronization\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *\n     * @const string\n     */\n    const onAfterSyncPluginData = 'onAfterSyncPluginData';\n\n    /**\n     * Event triggered before plugin installation\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onBeforeInstallPlugin = 'onBeforeInstallPlugin';\n\n    /**\n     * Event triggered after plugin installation\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onAfterInstallPlugin = 'onAfterInstallPlugin';\n\n    /**\n     * Event triggered before plugin activation\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onBeforeEnablePlugin = 'onBeforeEnablePlugin';\n\n    /**\n     * Event triggered after plugin activation\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onAfterEnablePlugin = 'onAfterEnablePlugin';\n\n    /**\n     * Event triggered before plugin deactivation\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onBeforeDisablePlugin = 'onBeforeDisablePlugin';\n\n    /**\n     * Event triggered after plugin deactivation\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onAfterDisablePlugin = 'onAfterDisablePlugin';\n\n    /**\n     * Event triggered before plugin update\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager     : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName        : Plugin name\n     *  - pluginFromVersion : Version from which plugin is being updated\n     *  - PluginToVersion   : Version to which plugin is being updated\n     *\n     * @const string\n     */\n    const onBeforeUpdatePlugin = 'onBeforeUpdatePlugin';\n\n    /**\n     * Event triggered after plugin update\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager     : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName        : Plugin name\n     *  - PluginFromVersion : Version to which plugin has been updated\n     *  - PluginToVersion   : Version from which plugin has been updated\n     *\n     * @const string\n     */\n    const onAfterUpdatePlugin = 'onAfterUpdatePlugin';\n\n    /**\n     * Event triggered before plugin uninstallation\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onBeforeUninstallPlugin = 'onBeforeUninstallPlugin';\n\n    /**\n     * Event triggered after plugin uninstallation\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onAfterUninstallPlugin = 'onAfterUninstallPlugin';\n\n    /**\n     * Event triggered before plugin deletion\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onBeforeDeletePlugin = 'onBeforeDeletePlugin';\n\n    /**\n     * Event triggered after plugin deletion\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onAfterDeletePlugin = 'onAfterDeletePlugin';\n\n    /**\n     * Event triggered before plugin protection\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onBeforeProtectPlugin = 'onBeforeProtectPlugin';\n\n    /**\n     * Event triggered after plugin protection\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pluginManager : iMSCP\\Plugin\\PluginManager instance\n     *  - pluginName    : Plugin name\n     *\n     * @const string\n     */\n    const onAfterProtectPlugin = 'onAfterProtectPlugin';\n\n    /**\n     * Event triggered before plugin locking.\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginName : Plugin name\n     *\n     * @const string\n     */\n    const onBeforeLockPlugin = 'onBeforeLockPlugin';\n\n    /**\n     * Event triggered ater plugin locking\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginName : Plugin name\n     *\n     * @const string\n     */\n    const onAfterLockPlugin = 'onAfterLockPlugin';\n\n    /**\n     * Event triggered before plugin unlocking\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginName : Plugin name\n     *\n     * @const string\n     */\n    const onBeforeUnlockPlugin = 'onBeforeUnlockPlugin';\n\n    /**\n     * Event triggered after plugin unlocking\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - pluginName : Plugin name\n     *\n     * @const string\n     */\n    const onAfterUnlockPlugin = 'onAfterUnlockPlugin';\n\n    /**\n     * Event triggered before domain (customer account) addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - createdBy     : Reseller unique identifier\n     *  - customerId    : Customer unique identifier\n     *  - customerEmail : Customer email address\n     *  - domainName    : Domain name\n     *  - mountPoint    : Domain mount point\n     *  - documentRoot  : Domain document root\n     *  - forwardUrl    : Domain forward URL, 'no' if no forward URL has been set\n     *  - forwardType   : Domain forward URL type\n     *  - forwardHost   : Domain forward URL preserve host option,\n     *  - wildcardAlias : Wildcard alias option (yes|no)\n     *\n     * @const string\n     */\n    const onBeforeAddDomain = 'onBeforeAddDomain';\n\n    /**\n     * Event triggered after domain (customer account) addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - createdBy     : Reseller unique identifier\n     *  - customerId    : Customer unique identifier\n     *  - customerEmail : Customer email address\n     *  - domainId      : Domain unique identifier\n     *  - domainName    : Domain name\n     *  - mountPoint    : Domain mount point\n     *  - documentRoot  : Domain document root\n     *  - forwardUrl    : Domain forward URL, 'no' if no forward URL has been\n     *                    set\n     *  - forwardType   : Domain forward URL type\n     *  - forwardHost   : Domain forward URL preserve host option,\n     *  - wildcardAlias : Wildcard alias option (yes|no)\n     *\n     * @const string\n     */\n    const onAfterAddDomain = 'onAfterAddDomain';\n\n    /**\n     * Event triggered before domain edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - domainId     : Domain unique identifier\n     *  - domainName   : Domain name\n     *  - mountPoint   : Domainmount point\n     *  - documentRoot : Domain document root\n     *  - forwardUrl   : Domain forward URL, 'no' if no forward URL has been set\n     *  - forwardType  : Domain forward URL type\n     *  - forwardHost  : Domain forward URL preserve host option,\n     *  - wildcardAlias  : Wildcard alias option (yes|no)\n     *\n     * @const string\n     */\n    const onBeforeEditDomain = 'onBeforeEditDomain';\n\n    /**\n     * Event triggered after domain edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - domainId     : Domain unique identifier\n     *  - domainName   : Domain name\n     *  - mountPoint   : Domainmount point\n     *  - documentRoot : Domain document root\n     *  - forwardUrl   : Domain forward URL, 'no' if no forward URL has been\n     *                   set\n     *  - forwardType  : Domain forward URL type\n     *  - forwardHost  : Domain forward URL preserve host option\n     *\n     * @const string\n     */\n    const onAfterEditDomain = 'onAfterEditDomain';\n\n    /**\n     * Event triggered after subdomain addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - subdomainName  : Subdomain name\n     *  - subdomainType  : Subdomain type, either 'als' or 'dmn' depending on\n     *                     parent domain type\n     *  - parentDomainId : Parent domain unique identifier\n     *  - mountPoint     : Subdomain mount point\n     *  - documentRoot   : Subdomain document root\n     *  - forwardUrl     : Subdomain forward URL, 'no' if no forward URL has\n     *                     been set\n     *  - forwardType    : Subdomain forward URL type\n     *  - forwardHost    : Subdomain forward URL preserve host option\n     *  - wildcardAlias  : Wildcard alias option (yes|no)\n     *  - customerId     : Subdomain owner unique identifier\n     *\n     * @const string\n     */\n    const onBeforeAddSubdomain = 'onBeforeAddSubdomain';\n\n    /**\n     * Event triggered after subdomain addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - subdomainId    : Subdomain unique identifier\n     *  - subdomainName  : Subdomain name\n     *  - subdomainType  : Subdomain type, either 'als' or 'dmn' depending on\n     *                     parent domain type\n     *  - parentDomainId : Parent domain unique identifier\n     *  - mountPoint     : Subdomain mount point\n     *  - documentRoot   : Subdomain document root\n     *  - forwardUrl     : Subdomain forward URL, 'no' if no forward URL has\n     *                     been set\n     *  - forwardType    : Subdomain forward URL type\n     *  - forwardHost    : Subdomain forward URL preserve host option\n     *  - wildcardAlias  : Wildcard alias option (yes|no)\n     *  - customerId     : Subdomain owner unique identifier\n     *\n     * @const string\n     */\n    const onAfterAddSubdomain = 'onAfterAddSubdomain';\n\n    /**\n     * Event triggered before subdomain edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - subdomainId   : Subdomain unique identifier\n     *  - subdomainName : Subdomain name\n     *  - subdomainType : Subdomain type, either 'als' or 'dmn' depending on\n     *                    parent domain type\n     *  - mountPoint    : Subdomain mount point\n     *  - documentRoot  : Subdomain document root\n     *  - forwardUrl    : Subdomain forward URL, 'no' if no forward URL has\n     *                    been set\n     *  - forwardType   : Subdomain forward URL type\n     *  - forwardHost   : Subdomain forward URL preserve host option,\n     *  - wildcardAlias  : Wildcard alias option (yes|no)\n     *\n     * @const string\n     */\n    const onBeforeEditSubdomain = 'onBeforeEditSubdomain';\n\n    /**\n     * Event triggered after subdomain edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - subdomainId   : Subdomain unique identifier\n     *  - subdomainName : Subdomain name\n     *  - subdomainType : Subdomain type, either 'als' or 'dmn' depending on\n     *                    parent domain type\n     *  - mountPoint    : Subdomain mount point\n     *  - documentRoot  : Subdomain document root\n     *  - forwardUrl    : Subdomain forward URL, 'no' if no forward URL has\n     *                    been set\n     *  - forwardType   : Subdomain forward URL type\n     *  - forwardHost   : Subdomain forward URL preserve host option,\n     *  - wildcardAlias  : Wildcard alias option (yes|no)\n     *\n     * @const string\n     */\n    const onAfterEditSubdomain = 'onAfterEditSubdomain';\n\n    /**\n     * Event triggered before subdomain deletion\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - subdomainId   : Subdomain unique identifier\n     *  - subdomainName : Subdomain name\n     *  - subdomainType : Subdomain type, either 'sub' or 'alssub' depending on\n     *                    parent domain type\n     *  - type (BC)     : Same as subdomainType field; provided for backward\n     *                    compatibility\n     *\n     * @const string\n     */\n    const onBeforeDeleteSubdomain = 'onBeforeDeleteSubdomain';\n\n    /**\n     * Event triggered after subdomain deletion\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - subdomainId   : Subdomain unique identifier\n     *  - subdomainName : Subdomain name\n     *  - subdomainType : Subdomain type, either 'sub' or 'alssub' depending on\n     *                    parent domain type\n     *  - type (BC)     : Same as subdomainType field; provided for backward\n     *                    compatibility\n     *\n     * @const string\n     */\n    const onAfterDeleteSubdomain = 'onAfterDeleteSubdomain';\n\n    /**\n     * Event triggered before domain alias addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - domainId: Customer main domain unique identifier\n     *  - domainAliasName: Domain alias name\n     *  - mountPoint: Domain alias mount point\n     *  - documentRoot: Domain alias document root\n     *  - forwardUrl: Domain alias forward URL, 'no' if no forward URL has been\n     *                set\n     *  - forwardType: Domain alias forward URL type\n     *  - forwardHost: Domain alias forward URL preserve host option\n     *  - wildcardAlias  : Wildcard alias option (yes|no)\n     *\n     * @const string\n     */\n    const onBeforeAddDomainAlias = 'onBeforeAddDomainAlias';\n\n    /**\n     * Event triggered after domain alias addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - domainId: Customer main domain unique identifier\n     *  - domainAliasId: Domain alias unique identifier\n     *  - domainAliasName: Domain alias name\n     *  - mountPoint: Domain alias mount point\n     *  - documentRoot: Domain alias document root\n     *  - forwardUrl: Domain alias forward URL, 'no' if no forward URL has been\n     *                set\n     *  - forwardType: Domain alias forward URL type\n     *  - forwardHost: Domain alias forward URL preserve host option\n     *  - wildcardAlias  : Wildcard alias option (yes|no)\n     *\n     * @const string\n     */\n    const onAfterAddDomainAlias = 'onAfterAddDomainAlias';\n\n    /**\n     * Event triggered before domain alias edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - domainAliasId  : Domain alias unique identifier\n     *  - domainAliasName: Domain alias name\n     *  - mountPoint     : Domain alias mount point\n     *  - documentRoot   : Domain alias document root\n     *  - forwardUrl     : Domain alias forward URL, 'no' if not forward URL\n     *                     has been set\n     *  - forwardType    : Domain alias forward URL type\n     *  - forwardHost    : Domain alias forward URL preserve host option\n     *  - wildcardAlias  : Wildcard alias option (yes|no)\n     *\n     * @const string\n     */\n    const onBeforeEditDomainAlias = 'onBeforeEditDomainAlias';\n\n    /**\n     * Event triggered after domain alias edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - domainAliasId   : Domain alias unique identifier\n     *  - domainAliasName : Domain alias name\n     *  - mountPoint      : Domain alias mount point\n     *  - documentRoot    : Domain alias document root\n     *  - forwardUrl      : Domain alias forward URL, 'no' if no forward URL\n     *                      has been set\n     *  - forwardType     : Domain alias forward URL type\n     *  - forwardHost     : Domain alias forward URL preserve host option,\n     *  - wildcardAlias  : Wildcard alias option (yes|no)\n     *\n     * @const string\n     */\n    const onAfterEditDomainAlias = 'onAfterEditDomainAlias';\n\n    /**\n     * Event triggered before domain alias deletion\n     *\n     * The listeners receive an iMSCP\\Event\\Event object with the following\n     * parameter:\n     *\n     * - domainAliasId : Domain alias unique identifier\n     *\n     * @const string\n     */\n    const onBeforeDeleteDomainAlias = 'onBeforeDeleteDomainAlias';\n\n    /**\n     * Event triggered before domain alias deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - domainAliasId : Domain alias unique identifier\n     *\n     * @const string\n     */\n    const onAfterDeleteDomainAlias = 'onAfterDeleteDomainAlias';\n\n    /**\n     * Event triggered before mail account addition.\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - mailUsername : Mail account local part\n     *  - mailAddress  : Mail account address\n     *\n     * @const string\n     */\n    const onBeforeAddMail = 'onBeforeAddMail';\n\n    /**\n     * Event triggered after mail account addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - mailId       : Mail account unique identifier\n     *  - mailUsername : Mail account local part\n     *  - mailAddress  : Mail account address\n     *\n     * @const string\n     */\n    const onAfterAddMail = 'onAfterAddMail';\n\n    /**\n     * Event triggered before mail account edition\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - mailId : mailId: Mail account unique identifier\n     *\n     * @const string\n     */\n    const onBeforeEditMail = 'onBeforeEditMail';\n\n    /**\n     * Event triggered after mail account edition\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - mailId : mailId: Mail account unique identifier\n     *\n     * @const string\n     */\n    const onAfterEditMail = 'onAfterEditMail';\n\n    /**\n     * Event triggered before mail account deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - mailId : mailId: Mail account unique identifier\n     *\n     * @const string\n     */\n    const onBeforeDeleteMail = 'onBeforeDeleteMail';\n\n    /**\n     * Event triggered after mail account deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - mailId : Mail account unique identifier\n     *\n     * @const string\n     */\n    const onAfterDeleteMail = 'onAfterDeleteMail';\n\n    /**\n     * Event triggered before catch-all account addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - mailCatchallDomain    : Catch-all account domain\n     *  - mailCatchallAddresses : Catch-all account addresses\n     *\n     * @const string\n     */\n    const onBeforeAddMailCatchall = 'onBeforeAddMailCatchall';\n\n    /**\n     * Event triggered after catch-all account addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - mailCatchallId        : Catch-all account unique identifier\n     *  - mailCatchallDomain    : Catch-all account domain\n     *  - mailCatchallAddresses : Catch-all account addresses\n     *\n     * @const string\n     */\n    const onAfterAddMailCatchall = 'onAfterAddMailCatchall';\n\n    /**\n     * Event triggered before catch-all acount deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - mailCatchallId : Catch-all account unique identifier\n     *\n     * @const string\n     */\n    const onBeforeDeleteMailCatchall = 'onBeforeDeleteMailCatchall';\n\n    /**\n     * Event triggered after catch-all acount deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - mailCatchallId : Catch-all account unique identifier\n     *\n     * @const string\n     */\n    const onAfterDeleteMailCatchall = 'onAfterDeleteMailCatchall';\n\n    /**\n     * Event triggered before preparation of SQL statement\n     *\n     * iMSCP\\Database\\DatabaseEvent object parameters:\n     *  - context : iMSCP\\Database\\DatabaseMysql object\n     *  - query   : SQL statement being prepared\n     *\n     * @const string\n     */\n    const onBeforeQueryPrepare = 'onBeforeQueryPrepare';\n\n    /**\n     * Event triggered after preparation of a SQL statement\n     *\n     * iMSCP\\Database\\DatabaseStatementEvent object parameters:\n     *  - context   : iMSCP\\Database\\DatabaseMysql object\n     *  - statement : PDOStatement object\n     *\n     * @const string\n     */\n    const onAfterQueryPrepare = 'onAfterQueryPrepare';\n\n    /**\n     * Event triggered before execution of a SQL prepared statement\n     *\n     * Depending on context:\n     *\n     * iMSCP\\Database\\DatabaseStatementEvent object parameters:\n     *   - context  : iMSCP\\Database\\DatabaseMysql object\n     *   - statement: PDOStatement object\n     * or\n     * iMSCP\\Database\\DatabaseEvent object parameters:\n     *   - context : iMSCP\\Database\\DatabaseMysql object\n     *   - query   : SQL statement being prepared and executed (PDO::query())\n     *\n     * @const string\n     */\n    const onBeforeQueryExecute = 'onBeforeQueryExecute';\n\n    /**\n     * Event triggered after execution of a SQL prepared statement\n     *\n     * iMSCP\\Database\\DatabaseStatementEvent object parameters:\n     *  - context   : An iMSCP\\Database\\DatabaseMysql object\n     *  - statement : PDOStatement object\n     *\n     * @const string\n     */\n    const onAfterQueryExecute = 'onAfterQueryExecute';\n\n    /**\n     * Event triggered before loading of first parent template\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - context     : iMSCP\\TemplateEngine instance\n     *  - templatePath: Template path\n     *\n     * @const string\n     */\n    const onBeforeAssembleTemplateFiles = 'onBeforeAssembleTemplateFiles';\n\n    /**\n     * Event triggered after loading of first parent template\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - context         : An iMSCP\\TemplateEngine instance\n     *  - templateContent : Template content\n     *\n     * @const string\n     */\n    const onAfterAssembleTemplateFiles = 'onBeforeAssembleTemplateFiles';\n\n    /**\n     * Event triggered before template loading\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - context      : iMSCP\\TemplateEngine instance\n     *  - templatePath : Template path\n     *\n     * @const string\n     */\n    const onBeforeLoadTemplateFile = 'onBeforeLoadTemplateFile';\n\n    /**\n     * Event triggered after template loading\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - context         : iMSCP\\TemplateEngine instance\n     *  - templateContent : Template content\n     *\n     * @const string\n     */\n    const onAfterLoadTemplateFile = 'onAfterLoadTemplateFile';\n\n    /**\n     * Event triggered on template parsing\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - pname          : Parent template name\n     *  - tname          : template name\n     *  - templateEngine : iMSCP\\TemplateEngine instance\n     *\n     * @const string\n     */\n    const onParseTemplate = 'onParseTemplate';\n\n    /**\n     * Event triggered before navigation generation\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - templateEngine: iMSCP\\TemplateEngine instance\n     *\n     * @const string\n     */\n    const onBeforeGenerateNavigation = 'onBeforeGenerateNavigation';\n\n    /**\n     * Event triggered after navigation generation\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - templateEngine: iMSCP\\TemplateEngine instance\n     *\n     * @const string\n     *\n     */\n    const onAfterGenerateNavigation = 'onAfterGenerateNavigation';\n\n    /**\n     * Event triggered before domain (customer account) activation/deactivation\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - customerId : Customer unique identifier\n     *  - action     : The action taking place, either 'activate' or\n     *                 'deactivate'\n     *\n     * @const string\n     */\n    const onBeforeChangeDomainStatus = 'onBeforeChangeDomainStatus';\n\n    /**\n     * Event triggered after domain (customer account) activation/deactivation\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - customerId : Customer unique identifier\n     *  - action     : The action taking place, either 'activate' or\n     *                 'deactivate'\n     *\n     * @const string\n     */\n    const onAfterChangeDomainStatus = 'onAfterChangeDomainStatus';\n\n    /**\n     * Event triggered before an admin or reseller send a circular\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - sender_name  : Sender name\n     *  - sender_email : Sender email\n     *  - rcpt_to      : Recipient type, either 'all_users',\n     *                  'administrators_resellers', 'administrators_customers',\n     *                  'resellers_customers', 'administrators', 'resellers' or\n     *                  'customers'\n     *  - subject      : subject\n     *  - body         : body\n     *\n     * @const string\n     */\n    const onBeforeSendCircular = 'onBeforeSendCircular';\n\n    /**\n     * Event triggered after an admin or reseller has sent a circular\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - sender_name  : Sender name\n     *  - sender_email : Sender email\n     *  - rcpt_to      : Recipient type, either 'all_users',\n     *                  'administrators_resellers', 'administrators_customers',\n     *                  'resellers_customers', 'administrators', 'resellers' or\n     *                  'customers'\n     *  - subject      : subject\n     *  - body         : body\n     *\n     * @const string\n     */\n    const onAfterSendCircular = 'onAfterSendCircular';\n\n    /**\n     * Event triggered by the i18n_getJsTranslations() function\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - translations : An ArrayObject that allows third-party components to\n     *                   add their own JS translations\n     *\n     * @see i18n_getJsTranslations() for more details\n     * @const string\n     */\n    const onGetJsTranslations = 'onGetJsTranslations';\n\n    /**\n     * Event triggered by the send_mail() function\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - mail_data : An ArrayObject that allows third-party components to\n     *                override mail data which are:\n     *               - mail_id      : Mail unique identifier\n     *               - fname        : OPTIONAL Receiver firstname\n     *               - lname        : OPTIONAL Receiver lastname\n     *               - username     : Receiver username\n     *               - email        : Receiver email\n     *               - sender_name  : Sender name added in Reply-To header\n     *               - sender_email : E-mail address added in Reply-To' header\n     *               - subject      : Subject of the email to be sent\n     *               - message      : Message to be sent\n     *               - placeholders : OPTIONAL An array where keys are\n     *                                placeholders to replace and values, the\n     *                                replacement values. These placeholders\n     *                                take precedence on the default\n     *                                placeholders.\n     *\n     * @const string\n     */\n    const onSendMail = 'onSendMail';\n\n    /**\n     * Event triggered on IP address addition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - ip_number      : IP address\n     *  - ip_netmask     : IP netmask\n     *  - ip_card        : Network interface to which IP address is attached\n     *  - ip_config_mode : Ip address configuration mode (auto|manual)\n     *\n     * @const string\n     */\n    const onAddIpAddr = 'onAddIpAddr';\n\n    /**\n     * Event triggered on IP address edition\n     *\n     * iMSCP\\Event\\Event object parameters:\n     *  - ip_id          : IP address unique identifier\n     *  - ip_number      : IP address\n     *  - ip_netmask     : IP netmask\n     *  - ip_card        : Network interface to which IP address is attached\n     *  - ip_config_mode : Ip address configuration mode (auto|manual)\n     *\n     * @const string\n     */\n    const onEditIpAddr = 'onEditIpAddr';\n\n    /**\n     * Event triggered on IP address deletion\n     *\n     * iMSCP\\Event\\Event object parameter:\n     *  - ip_id : IP address unique identifier\n     *\n     * @const string\n     */\n    const onDeleteIpAddr = 'onDeleteIpAddr';\n\n    /**\n     * Event triggered on page messages generation\n     *\n     * iMSCP\\Event\\Event object parameter:\n     * - flashMessenger : Zend_Controller_Action_Helper_FlashMessenger instance\n     *\n     * @const string\n     */\n    const onGeneratePageMessages = 'onGeneratePageMessages';\n}\n"
  },
  {
    "path": "gui/src/Event/Listener/EventListener.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event\\Listener;\n\nuse ReflectionClass;\nuse ReflectionException;\n\n/**\n * Class EventListener\n * @package iMSCP\\Event\\Listener\n */\nclass EventListener\n{\n    /**\n     * @var bool PHP version is greater than 5.4rc1?\n     */\n    protected static $isPhp54;\n\n    /**\n     * @var string|array|callable\n     */\n    protected $handler;\n\n    /**\n     * @var array Listener metadata, if any\n     */\n    protected $metadata;\n\n    /**\n     * Constructor.\n     *\n     * @param string|array|object|callable $listener PHP callback\n     * @param array $metadata Listener metadata\n     * @throws ListenerException\n     */\n    public function __construct($listener, array $metadata = [])\n    {\n        $this->metadata = $metadata;\n        $this->registerHandler($listener);\n    }\n\n    /**\n     * Registers the listener provided in the constructor.\n     *\n     * @param callable $handler Listener handler\n     * @return void\n     * @throws ListenerException\n     */\n    protected function registerHandler($handler)\n    {\n        $event = $this->getMetadatum('event');\n\n        if ($event && is_callable([$handler, $event])) {\n            $this->handler = [$handler, $event];\n        } elseif (is_callable($handler)) {\n            $this->handler = $handler;\n        } else {\n            throw new ListenerException(\n                'Invalid handler provided; not callable'\n            );\n        }\n    }\n\n    /**\n     * Retrieve a single metadatum.\n     *\n     * @param string $name\n     * @return mixed\n     */\n    public function getMetadatum($name)\n    {\n        if (array_key_exists($name, $this->metadata)) {\n            return $this->metadata[$name];\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Invoke as functor.\n     *\n     * @return mixed\n     * @throws ReflectionException\n     * @throws ListenerException\n     */\n    public function __invoke()\n    {\n        return $this->call(func_get_args());\n    }\n\n    /**\n     * Invoke listener.\n     *\n     * @param array $args Arguments to pass to listener\n     * @return mixed\n     * @throws ReflectionException\n     * @throws ListenerException\n     */\n    public function call(array $args = [])\n    {\n        $handler = $this->getHandler();\n\n        // Minor performance tweak, if the listener gets called more than once\n        if (!isset(static::$isPhp54)) {\n            static::$isPhp54 = version_compare(PHP_VERSION, '5.4.0rc1', '>=');\n        }\n\n        $argCount = count($args);\n\n        if (static::$isPhp54 && is_string($handler)) {\n            $result = $this->validateStringCallbackFor54($handler);\n\n            if ($result !== true && $argCount <= 3) {\n                $handler = $result;\n                // Minor performance tweak, if the listener gets called more\n                //than once\n                $this->handler = $result;\n            }\n        }\n\n        // Minor performance tweak; use call_user_func() until > 3 arguments\n        //reached\n        switch ($argCount) {\n            case 0:\n                if (static::$isPhp54) {\n                    return $handler();\n                }\n\n                return call_user_func($handler);\n            case 1:\n                if (static::$isPhp54) {\n                    return $handler(array_shift($args));\n                }\n\n                return call_user_func($handler, array_shift($args));\n            case 2:\n                $arg1 = array_shift($args);\n                $arg2 = array_shift($args);\n\n                if (static::$isPhp54) {\n                    return $handler($arg1, $arg2);\n                }\n\n                return call_user_func($handler, $arg1, $arg2);\n            case 3:\n                $arg1 = array_shift($args);\n                $arg2 = array_shift($args);\n                $arg3 = array_shift($args);\n\n                if (static::$isPhp54) {\n                    return $handler($arg1, $arg2, $arg3);\n                }\n\n                return call_user_func($handler, $arg1, $arg2, $arg3);\n            default:\n                return call_user_func_array($handler, $args);\n        }\n    }\n\n    /**\n     * Return listener handler.\n     *\n     * @return callable\n     */\n    public function getHandler()\n    {\n        return $this->handler;\n    }\n\n    /**\n     * Validate a static method call.\n     *\n     * Validates that a static method call in PHP 5.4 will actually work\n     *\n     * @param string $handler\n     * @return bool|array\n     * @throws ReflectionException\n     * @throws ListenerException if invalid\n     */\n    protected function validateStringCallbackFor54($handler)\n    {\n        if (!strstr($handler, '::')) {\n            return true;\n        }\n\n        list($class, $method) = explode('::', $handler, 2);\n\n        if (!class_exists($class)) {\n            throw new ListenerException(\n                sprintf(\n                    'Static method call \"%s\" refers to a class which does not exist',\n                    $handler\n                )\n            );\n        }\n\n        $reflection = new ReflectionClass($class);\n\n        if (!$reflection->hasMethod($method)) {\n            throw new ListenerException(\n                sprintf(\n                    'Static method call \"%s\" refers to a method which does not exist',\n                    $handler\n                )\n            );\n        }\n\n        $reflectionMethod = $reflection->getMethod($method);\n\n        if (!$reflectionMethod->isStatic()) {\n            throw new ListenerException(\n                sprintf(\n                    'Static method call \"%s\" refers to a method which is not static',\n                    $handler\n                )\n            );\n        }\n\n        // Returning a non boolean value may not be nice for a validate method,\n        // but that allows the usage of a static\n        // string listener without using the call_user_func function.\n        return [$class, $method];\n    }\n\n    /**\n     * Get all listener metadata.\n     *\n     * @return array\n     */\n    public function getMetadata()\n    {\n        return $this->metadata;\n    }\n}\n"
  },
  {
    "path": "gui/src/Event/Listener/ListenerException.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event\\Listener;\n\nuse iMSCP\\Event\\EventException;\n\n/**\n * Class Exception\n * @package iMSCP\\Event\\Listener\n */\nclass ListenerException extends EventException\n{\n\n}\n"
  },
  {
    "path": "gui/src/Event/Listener/PriorityQueue.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event\\Listener;\n\nuse Countable;\nuse IteratorAggregate;\n\n/**\n * Class PriorityQueue\n * @package iMSCP\\Event\\Listener\n */\nclass PriorityQueue implements Countable, IteratorAggregate\n{\n    /**\n     * Actual items aggregated in the priority queue. Each item is an array with\n     * keys \"listener\" and \"priority\"\n     *\n     * @var array\n     */\n    protected $items = [];\n\n    /**\n     * @var SplPriorityQueue Inner queue object\n     */\n    protected $queue;\n\n    /**\n     * Constructor\n     */\n    public function __construct()\n    {\n        $this->queue = new SplPriorityQueue();\n    }\n\n    /**\n     * Add the given listener into the queue.\n     *\n     * Priority defaults to 1 (low priority) if none provided.\n     *\n     * @param EventListener $listener Listener\n     * @param int $priority Listener priority\n     * @return PriorityQueue\n     */\n    public function addListener(EventListener $listener, $priority = 1)\n    {\n        $priority = (int)$priority;\n        $this->items[] = ['listener' => $listener, 'priority' => $priority];\n        $this->queue->insert($listener, $priority);\n\n        return $this;\n    }\n\n    /**\n     * Remove the given listener from the queue\n     *\n     * Note: This removes the first listener matching the provided listener\n     * found. If the same listener item has been added multiple times, it will\n     * not remove other instances.\n     *\n     * @param EventListener $listener Listener to remove from the queue\n     * @return bool FALSE if the item was not found, TRUE otherwise.\n     */\n    public function removeListener(EventListener $listener)\n    {\n        $key = false;\n\n        foreach ($this->items as $key => $item) {\n            if ($item['listener'] === $listener) {\n                break;\n            }\n        }\n\n        if ($key) {\n            unset($this->items[$key]);\n            $this->queue = new SplPriorityQueue();\n\n            foreach ($this->items as $item) {\n                $this->queue->insert($item['listener'], $item['priority']);\n            }\n\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Is the queue empty?\n     *\n     * @return bool TRUE if the queue is empty, FALSE otherwise\n     */\n    public function isEmpty()\n    {\n        return (0 === $this->count());\n    }\n\n    /**\n     * How many items are in the queue?\n     *\n     * @return int\n     */\n    public function count()\n    {\n        return count($this->items);\n    }\n\n    /**\n     * Retrieve the inner iterator\n     *\n     * SplPriorityQueue acts as a heap, which typically implies that as items\n     * are iterated, they are also removed. This method retrieves the inner\n     * queue object, and clones it for purposes of iteration.\n     *\n     * @return SplPriorityQueue\n     */\n    public function getIterator()\n    {\n        return clone $this->queue;\n    }\n\n    /**\n     * Does the queue have a listener with the given priority?\n     *\n     * @param int $priority\n     * @return bool\n     */\n    public function hasPriority($priority)\n    {\n        foreach ($this->items as $item) {\n            if ($item['priority'] === $priority) {\n                return true;\n            }\n        }\n\n        return false;\n    }\n}\n"
  },
  {
    "path": "gui/src/Event/Listener/ResponseCollection.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpUndefinedClassInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event\\Listener;\n\nuse SplStack;\n\n/**\n * Class ResponseCollection\n * @package iMSCP\\Event\\Listener\n */\nclass ResponseCollection extends SplStack\n{\n    /**\n     * @var bool\n     */\n    protected $isStopped = false;\n\n    /**\n     * Did the last response provided trigger a short circuit of the stack?\n     *\n     * @return bool\n     */\n    public function isStopped()\n    {\n        return $this->isStopped;\n    }\n\n    /**\n     * Mark the collection as stopped (or its opposite)\n     *\n     * @param bool $flag\n     * @return ResponseCollection\n     */\n    public function setStopped($flag)\n    {\n        $this->isStopped = (bool)$flag;\n        return $this;\n    }\n\n    /**\n     * Convenient access to the first listener method return value.\n     *\n     * @return mixed The first handler return value\n     */\n    public function first()\n    {\n        /** @noinspection PhpUndefinedClassInspection */\n        return parent::bottom();\n    }\n\n    /**\n     * Convenient access to the last listener method return value.\n     *\n     * If the collection is empty, returns null. Otherwise, returns value\n     * returned by last handler.\n     *\n     * @return mixed The last handler return value\n     */\n    public function last()\n    {\n        if (count($this) === 0) {\n            return NULL;\n        }\n\n        /** @noinspection PhpUndefinedClassInspection */\n        return parent::top();\n    }\n\n    /**\n     * Check if any of the responses match the given value.\n     *\n     * @param mixed $value The value to look for among responses\n     * @return bool\n     */\n    public function contains($value)\n    {\n        foreach ($this as $response) {\n            if ($response === $value) {\n                return true;\n            }\n        }\n\n        return false;\n    }\n}\n"
  },
  {
    "path": "gui/src/Event/Listener/SplPriorityQueue.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpUndefinedClassInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Event\\Listener;\n\nuse SplPriorityQueue as BaseSplPriorityQueue;\n\n/**\n * Class SplPriorityQueue\n *\n * Allows to keep order for listeners with same priority (FIFO order).\n *\n * @package iMSCP\\Event\\Listener\n */\nclass SplPriorityQueue extends BaseSplPriorityQueue\n{\n    /**\n     * @var int Seed used to ensure queue order for listeners with same priority\n     */\n    protected $seed = PHP_INT_MAX;\n\n    /**\n     * Insert a value with a given priority\n     *\n     * @param mixed $listener Listener to insert in the queue\n     * @param mixed $priority Item priority\n     * @return void\n     */\n    public function insert($listener, $priority)\n    {\n        /** @noinspection PhpUndefinedClassInspection */\n        parent::insert($listener, [$priority, $this->seed--]);\n    }\n}\n"
  },
  {
    "path": "gui/src/Exception/AbstractExceptionWriter.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Exception;\n\n/**\n * Class AbstractExceptionWriter\n * @package iMSCP\\Exception\n */\nabstract class AbstractExceptionWriter\n{\n    /**\n     * onUncaughtException event listener\n     *\n     * @param ExceptionEvent $event\n     * @return void\n     */\n    abstract public function onUncaughtException(ExceptionEvent $event): void;\n}\n"
  },
  {
    "path": "gui/src/Exception/BrowserExceptionWriter.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Exception;\n\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Registry;\nuse iMSCP\\TemplateEngine;\n\n/**\n * Class BrowserExceptionWriter\n * @package iMSCP\\Exception\n */\nclass BrowserExceptionWriter extends AbstractExceptionWriter\n{\n    /**\n     * @var TemplateEngine\n     */\n    protected $templateEngine;\n\n    /**\n     * @var string Template file path\n     */\n    protected $templateFile;\n\n    /** @var  string message */\n    protected $message;\n\n    /**\n     * Constructor\n     *\n     * @param string $templateFile Template file path\n     */\n    public function __construct($templateFile = 'message.tpl')\n    {\n        $this->templateFile = (string)$templateFile;\n    }\n\n    /**\n     * onUncaughtException event listener\n     *\n     * @param ExceptionEvent $event\n     * @return void\n     */\n    public function onUncaughtException(ExceptionEvent $event): void\n    {\n        $exception = $event->getException();\n\n        if (Registry::isRegistered('config')) {\n            $debug = Registry::get('config')['DEBUG'];\n        } else {\n            $debug = 1;\n        }\n\n        if ($debug) {\n            $exception = $event->getException();\n            $this->message .= sprintf(\n                \"An exception has been thrown in file %s at line %s:\\n\\n\",\n                $exception->getFile(),\n                $exception->getLine()\n            );\n\n            $this->message .= preg_replace(\n                '#([\\t\\n]+|<br />)#', ' ', $exception->getMessage()\n            );\n\n            if ($exception instanceof DatabaseException) {\n                $query = $exception->getQuery();\n                if ($query !== '') {\n                    $this->message .= sprintf(\n                        \"<br><br><strong>Query was:</strong><br><br>%s\",\n                        $exception->getQuery()\n                    );\n                }\n            }\n        } else {\n            $exception = new ProductionException(\n                $exception->getMessage(), $exception->getCode(), $exception\n            );\n            $this->message = $exception->getMessage();\n        }\n\n\n        if ($this->templateFile) {\n            $this->render();\n        }\n\n        $tpl = $this->templateEngine;\n\n        // Fallback to inline template in case something goes wrong with template\n        // engine\n        if (NULL === $tpl) {\n            echo <<<HTML\n<!DOCTYPE html>\n<html>\n    <head>\n    <title>i-MSCP - internet Multi Server Control Panel - Fatal Error</title>\n    <meta charset=\"UTF-8\">\n    <meta name=\"robots\" content=\"nofollow, noindex\">\n    <link rel=\"icon\" href=\"/themes/default/assets/images/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"/themes/default/assets/css/jquery-ui-black.css\">\n    <link rel=\"stylesheet\" href=\"/themes/default/assets/css/simple.css\">\n    <!--[if (IE 7)|(IE 8)]>\n        <link href=\"/themes/default/assets/css/ie78overrides.css?v=1425280612\" rel=\"stylesheet\">\n    <![endif]-->\n    <script src=\"/themes/default/assets/js/jquery/jquery.js\"></script>\n    <script src=\"/themes/default/assets/js/jquery/jquery-ui.js\"></script>\n    <script src=\"/themes/default/assets/js/imscp.js\"></script>\n    <script>\n        $(function () { iMSCP.initApplication('simple'); });\n    </script>\n    </head>\n    <body class=\"black\">\n        <div class=\"wrapper\">\n            <div id=\"content\">\n                <div id=\"message_container\">\n                    <h1>An unexpected error occurred</h1>\n                    <pre>{$this->message}</pre>\n                    <div class=\"buttons\">\n                        <a class=\"link_as_button\" href=\"javascript:history.go(-1)\" target=\"_self\">Back</a>\n                    </div>\n                </div>\n            </div>\n        </div>\n    </body>\n</html>\nHTML;\n        } else {\n            $event->setParam('templateEngine', $tpl);\n            layout_init($event);\n            $tpl->parse('LAYOUT', 'layout');\n            $tpl->prnt();\n        }\n    }\n\n    /**\n     * Render exception template file\n     *\n     * @return void\n     */\n    protected function render()\n    {\n        if (!Registry::isRegistered('db')) {\n            return;\n        }\n\n        $tpl = new TemplateEngine();\n        $tpl->define_dynamic([\n            'layout'         => 'shared/layouts/simple.tpl',\n            'page'           => $this->templateFile,\n            'page_message'   => 'layout',\n            'backlink_block' => 'page'\n        ]);\n\n        if (Registry::isRegistered('backButtonDestination')) {\n            $backButtonDestination = Registry::get('backButtonDestination');\n        } else {\n            $backButtonDestination = 'javascript:history.go(-1)';\n        }\n\n        $tpl->assign([\n            'TR_PAGE_TITLE'           => 'i-MSCP - internet Multi Server Control Panel - Fatal Error',\n            'HEADER_BLOCK'            => '',\n            'BOX_MESSAGE_TITLE'       => 'An unexpected error occurred',\n            'PAGE_MESSAGE'            => '',\n            'BOX_MESSAGE'             => $this->message,\n            'BACK_BUTTON_DESTINATION' => $backButtonDestination,\n            'TR_BACK'                 => 'Back'\n        ]);\n        $tpl->parse('LAYOUT_CONTENT', 'page');\n        $this->templateEngine = $tpl;\n    }\n}\n"
  },
  {
    "path": "gui/src/Exception/Exception.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Exception;\n\nuse Exception as BaseException;\nuse Throwable;\n\n/**\n * Class Exception\n * @package iMSCP\\Exception\n */\nclass Exception extends BaseException\n{\n    /**\n     * Constructor\n     *\n     * @param string $msg Exception Message\n     * @param int $code Exception code\n     * @param Throwable $previous OPTIONAL Previous exception\n     */\n    public function __construct($msg = '', $code = 0, Throwable $previous = NULL)\n    {\n        parent::__construct($msg, (int)$code, $previous);\n    }\n}\n"
  },
  {
    "path": "gui/src/Exception/ExceptionEvent.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Exception;\n\nuse Exception;\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventException;\nuse Throwable;\n\n/**\n * Class ExceptionEvent\n * @package iMSCP\\Exception\n */\nclass ExceptionEvent extends Event\n{\n    /**\n     * Constructor\n     *\n     * @param Throwable $exception\n     * @throws EventException\n     */\n    public function __construct(Throwable $exception)\n    {\n        parent::__construct('onUncaughtException', ['exception' => $exception]);\n    }\n\n    /**\n     * Get Exception\n     *\n     * @return Exception\n     */\n    public function getException()\n    {\n        return $this->getParam('exception');\n    }\n}\n"
  },
  {
    "path": "gui/src/Exception/ExceptionHandler.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Exception;\n\nuse iMSCP\\Event\\EventManager;\nuse iMSCP\\Event\\EventManagerInterface;\nuse Throwable;\n\n/**\n * Class ExceptionHandler\n * @package iMSCP\\Exception\n */\nclass ExceptionHandler\n{\n    /** @var EventManagerInterface */\n    protected $em;\n\n    /**\n     * @var array Exception writers class names\n     */\n    protected $writers = [\n        'iMSCP\\\\Exception\\\\BrowserExceptionWriter',\n        'iMSCP\\\\Exception\\\\MailExceptionWriter'\n    ];\n\n    /**\n     * Constructor\n     */\n    public function __construct()\n    {\n        $this->em = new EventManager();\n        $this->setExceptionHandler();\n    }\n\n    /**\n     * Sets exception handler\n     *\n     * @return void\n     * @see exceptionHandler()\n     */\n    public function setExceptionHandler()\n    {\n        set_exception_handler([$this, 'handleException']);\n    }\n\n    /**\n     * Add exception writer\n     *\n     * @param string $className Exception writer class name\n     * @return void\n     */\n    public function addWriter($className)\n    {\n        $className = (string)$className;\n\n        if (!in_array($className, $this->writers)) {\n            $this->writers[] = $className;\n        }\n    }\n\n    /**\n     * Remove exception writer\n     *\n     * @param string $className Exception writer class name\n     * @return void\n     */\n    public function removeWriter($className)\n    {\n        $this->writers = array_filter(\n            $this->writers, function($value) use($className) {\n            return $value !== $className;\n        });\n    }\n\n    /**\n     * Unset exception handler\n     *\n     * @return void\n     */\n    public function unsetExceptionHandler()\n    {\n        restore_exception_handler();\n    }\n\n    /**\n     * Handle uncaught exceptions\n     *\n     * @param Throwable $exception Uncaught exception\n     * @return void\n     */\n    public function handleException(Throwable $exception)\n    {\n        try {\n            foreach ($this->writers as $writer) {\n                $this->em->registerListener('onUncaughtException', new $writer);\n            }\n\n            \n            $this->em->dispatch(new ExceptionEvent($exception));\n            exit;\n        } catch (Throwable $e) {\n            die(sprintf(\n                'Unable to handle uncaught exception thrown in file %s at line %s with message: %s',\n                $e->getFile(),\n                $e->getLine(),\n                $e->getMessage()\n            ));\n        }\n    }\n}\n"
  },
  {
    "path": "gui/src/Exception/MailExceptionWriter.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Exception;\n\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Registry;\nuse iMSCP\\Utility\\OpcodeCache;\nuse Throwable;\n\n/**\n * Class MailExceptionWriter\n * @package iMSCP\\Exception\n */\nclass MailExceptionWriter extends AbstractExceptionWriter\n{\n    /**\n     * Exception writer name\n     *\n     * @var string\n     */\n    const NAME = 'i-MSCP Exception Mail Writer';\n\n    /**\n     * onUncaughtException event listener\n     *\n     * @param ExceptionEvent $event\n     * @return void\n     */\n    public function onUncaughtException(ExceptionEvent $event): void\n    {\n        $data = $this->prepareMailData($event->getException());\n\n        if (empty($data)) {\n            return;\n        }\n\n        $footprintsCacheFile = CACHE_PATH . '/mail_body_footprints.php';\n        $footprints = [];\n        $now = time();\n\n        // Load footprints cache file\n        if (is_readable($footprintsCacheFile)) {\n            /** @noinspection PhpIncludeInspection */\n            $footprints = include($footprintsCacheFile);\n\n            if (!is_array($footprints)) {\n                $footprints = [];\n            }\n        }\n\n        # Remove expired entries from the cache\n        foreach ($footprints as $footprint => $expireTime) {\n            if ($expireTime <= $now) {\n                unset($footprints[$footprint]);\n            }\n        }\n\n        // Do not send mail for identical exception in next 24 hours\n        if (array_key_exists($data['footprint'], $footprints)) {\n            return;\n        }\n\n        send_mail($data);\n\n        // Update footprints cache file\n        $footprints[$data['footprint']] = strtotime('+24 hours');\n        $fileContent = \"<?php\\n\";\n        $fileContent .= \"// File automatically generated by i-MSCP. Do not edit it manually.\\n\";\n        $fileContent .= \"return \" . var_export($footprints, true) . \";\\n\";\n        @file_put_contents($footprintsCacheFile, $fileContent, LOCK_EX);\n        // Be sure to load newest version on next call\n        OpcodeCache::clearAllActive($footprintsCacheFile);\n    }\n\n    /**\n     * Prepare the mail to be send\n     *\n     * @param Throwable $exception An exception object\n     * @return array Array containing mail data\n     */\n    protected function prepareMailData(Throwable $exception)\n    {\n        $data = [];\n        if (!Registry::isRegistered('config')) {\n            return $data;\n        }\n\n        $config = Registry::get('config');\n        if (!isset($config['DEFAULT_ADMIN_ADDRESS'])) {\n            return $data;\n        }\n\n        $message = preg_replace(\n            '#([\\t\\n]+|<br\\s?\\/?>)#', ' ', $exception->getMessage()\n        );\n\n        if ($exception instanceof DatabaseException) {\n            $query = $exception->getQuery();\n            if ($query !== '') {\n                $message .= \"\\n\\nQuery was:\\n\\n\" . $exception->getQuery();\n            }\n        }\n\n        $backtraces = '';\n        if ($traces = $exception->getTrace()) {\n            foreach ($traces as $trace) {\n                if (isset($trace['file'])) {\n                    $backtraces .= sprintf(\n                        \"File: %s at line %s\\n\", $trace['file'], $trace['line']\n                    );\n                }\n\n                if (isset($trace['class'])) {\n                    $backtraces .= sprintf(\n                        \"Method: %s\\n\", $trace['class'] . '::'\n                        . $trace['function'] . '()'\n                    );\n                } elseif (isset($trace['function'])) {\n                    $backtraces .= sprintf(\n                        \"Function: %s\\n\", $trace['function'] . '()'\n                    );\n                }\n            }\n        } else {\n            $backtraces .= sprintf(\n                \"File: %s at line %s\\n\",\n                $exception->getFile(),\n                $exception->getLine()\n            );\n            $backtraces .= \"Function: main()\\n\";\n        }\n\n        $contextInfo = '';\n        foreach (\n            [\n                'HTTP_USER_AGENT', 'REQUEST_URI', 'HTTP_REFERER', 'REMOTE_ADDR',\n                'X-FORWARDED-FOR', 'SERVER_ADDR'\n            ] as $key\n        ) {\n            if (isset($_SERVER[$key]) && $_SERVER[$key] !== '') {\n                $contextInfo .= ucwords(strtolower(str_replace('_', ' ', $key)))\n                    . \": {$_SERVER[\"$key\"]}\\n\";\n            }\n        }\n\n        return [\n            'mail_id'      => 'exception-notification',\n            'footprint'    => sha1($message),\n            'username'     => 'administrator',\n            'email'        => $config['DEFAULT_ADMIN_ADDRESS'],\n            'subject'      => 'i-MSCP - An exception has been thrown',\n            'message'      => <<<EOF\nDear {NAME},\n\nAn exception has been thrown in file {FILE} at line {LINE}:\n\n==========================================================================\n{EXCEPTION}\n==========================================================================\n\nBacktrace:\n__________\n\n{BACKTRACE}\n\nContextual information:\n_______________________\n\n{CONTEXT_INFO}\n\nNote: You will not receive further emails for this exception in the next 24 hours.\n\nPlease do not reply to this email.\n\n___________________________\ni-MSCP Mailer\nEOF\n            ,\n            'placeholders' => [\n                '{FILE}'         => $exception->getFile(),\n                '{LINE}'         => $exception->getLine(),\n                '{EXCEPTION}'    => $message,\n                '{BACKTRACE}'    => $backtraces,\n                '{CONTEXT_INFO}' => $contextInfo\n            ]\n        ];\n    }\n}\n"
  },
  {
    "path": "gui/src/Exception/ProductionException.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnusedParameterInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Exception;\n\nuse Throwable;\n\n/**\n * Class ProductionException\n * @package iMSCP\\Exception\n */\nclass ProductionException extends Exception\n{\n    /**\n     * @inheritdoc\n     */\n    public function __construct(\n        $msg = '', $code = 0, Throwable $previous = NULL\n    )\n    {\n        if (function_exists('tr')) {\n            $msg = tr(\n                'An unexpected error occurred. Please contact your administrator.'\n            );\n        } else {\n            $msg = 'An unexpected error occurred. Please contact your administrator.';\n        }\n\n        parent::__construct($msg, $code, $previous);\n    }\n}\n"
  },
  {
    "path": "gui/src/Filter/GzipFilter.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Filter;\n\nuse iMSCP\\Exception\\Exception;\n\n/**\n * Class GzipFilter\n *\n * This class provides filter that allow to compress a string in GZIP file\n * format.\n *\n * This filter can be used both for create a standard gz file, and as filter for\n * the PHP ob_start() function.\n *\n * This filter compresses the data by using the GZIP format specifications\n * according the rfc 1952.\n *\n * @package iMSCP\\Filter\n */\nclass GzipFilter\n{\n    /**\n     * Contains the filter method name\n     *\n     * @var string\n     */\n    const CALLBACK_NAME = 'filter';\n\n    /**\n     * Filter mode for the PHP ob_start function\n     *\n     * @var int\n     */\n    const FILTER_BUFFER = 0;\n\n    /**\n     * Filter mode for creation of standard gzip file\n     *\n     * @var int\n     */\n    const FILTER_FILE = 1;\n\n    /**\n     * Tells whether information about compression should be added as HTML\n     * comments.\n     *\n     * It's not recommended to use it in production to avoid multiple\n     * compression work.\n     *\n     * <b>Note:</b>Not usable in {@link self::FILTER_FILE} mode\n     *\n     * @var boolean\n     */\n    public $compressionInformation = true;\n\n    /**\n     * Minimum compression level\n     *\n     * @var int\n     */\n    protected $_minCompressionLevel = 0;\n\n    /**\n     * Maximum compression level\n     *\n     * @var int\n     */\n    protected $_maxCompressionLevel = 9;\n\n    /**\n     * Compression level\n     *\n     * @var int\n     */\n    protected $_compressionLevel = 1;\n\n    /**\n     * Accepted browser content-coding\n     *\n     * @var string\n     */\n    protected $_browserAcceptedEncoding = '';\n\n    /**\n     * Data to be compressed\n     *\n     * @var string\n     */\n    protected $_data = '';\n\n    /**\n     * Data size\n     *\n     * @var int\n     */\n    protected $_dataSize = 0;\n\n    /**\n     * Gzip (encoded) Data size\n     *\n     * @var int\n     */\n    protected $_gzipDataSize = 0;\n\n    /**\n     * Tells if the filter should act as callback function for the PHP ob_start\n     * function or as simple filter for standard gz file creation.\n     *\n     * @var int\n     */\n    protected $_mode;\n\n    /**\n     * Constructor\n     *\n     * @param int $mode Tells if the filter should act as callback function for\n     *                  the PHP ob_start function or as function for create a\n     *                  standard gz file. The filter mode must be one of the\n     *                  self::FILTER_* constants.\n     * @param int $compressionLevel Compression level\n     * @throws Exception\n     */\n    public function __construct($mode = self::FILTER_FILE, $compressionLevel = 1)\n    {\n\n        if (extension_loaded('zlib')) {\n            if ($mode === self::FILTER_BUFFER or $mode === self::FILTER_FILE) {\n                $this->_mode = $mode;\n            } else {\n                throw new Exception('Unknown filter mode!');\n            }\n        } else {\n            throw new Exception('Zlib Compression library is not loaded.');\n        }\n\n        if (in_array(\n            $compressionLevel,\n            range($this->_minCompressionLevel, $this->_maxCompressionLevel))) {\n            $this->_compressionLevel = $compressionLevel;\n        } else {\n            throw new Exception('Wrong value for compression level.');\n        }\n    }\n\n    /**\n     * Gzip Filter\n     *\n     * This method can be used both for create standard gz files, and as filter\n     * for the ob_start() function to help facilitate sending gzip encoded data\n     * to the clients browsers that support the gzip content-coding.\n     *\n     * According the PHP documentation, when used as filter for the ob_start()\n     * function, and if any error occurs, FALSE is returned and then, content is\n     * sent to the client browser without compression. Note that FALSE is also\n     * returned when the data are already encoded.\n     *\n     * If used in {@link self::FILTER_FILE} mode and if the $filePath is not\n     * specified, the encoded string is returned instead of be written in a\n     * file.\n     *\n     * @param string $data Data to be compressed\n     * @param string $filePath File path to be used for gz file creation]\n     * @return string|bool Encoded string in gzip file format, FALSE on failure\n     * @throws Exception\n     */\n    public function filter($data, $filePath = '')\n    {\n\n        $this->_data = $data;\n\n        // Act as filter for the PHP ob_start function\n        if ($this->_mode === self::FILTER_BUFFER) {\n            if (ini_get('output_handler') != 'ob_gzhandler'\n                && !ini_get('zlib.output_compression')\n                && !headers_sent()\n                && connection_status() == CONNECTION_NORMAL\n                && $this->_getEncoding()\n                && strcmp(substr($data, 0, 2), \"\\x1f\\x8b\")\n            ) {\n\n                if ($this->compressionInformation && !is_xhr()) {\n                    $statTime = microtime(true);\n                    $gzipData = $this->_getEncodedData();\n                    $time = round((microtime(true) - $statTime) * 1000, 2);\n                    $this->_gzipDataSize = strlen($gzipData);\n                    $gzipData = $this->_addCompressionInformation($time);\n                } else {\n                    $gzipData = $this->_getEncodedData();\n                    $this->_gzipDataSize = strlen($gzipData);\n                }\n\n                // Send required headers\n                $this->_sendHeaders();\n            } else {\n                return false;\n            }\n\n            // Create standard gz file\n        } else {\n\n            $gzipData = $this->_getEncodedData();\n\n            if ($filePath != '' && $gzipData !== false) {\n                $this->_writeFile($gzipData, $filePath);\n            }\n        }\n\n        return $gzipData;\n    }\n\n    /**\n     * Check and sets the acceptable content-coding for compression\n     *\n     * @return boolean TRUE if the client browser accept gzip content-coding as\n     *                 response, FALSE otherwise\n     */\n    protected function _getEncoding()\n    {\n\n        if (isset($_SERVER['HTTP_ACCEPT_ENCODING'])) {\n            if (strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'x-gzip') !== false) {\n                $this->_browserAcceptedEncoding = 'x-gzip';\n            } elseif (strpos(\n                    $_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip'\n                ) !== false\n            ) {\n                $this->_browserAcceptedEncoding = 'gzip';\n            } else {\n                return false;\n            }\n\n        } else {\n            return false;\n        }\n\n        return true;\n    }\n\n    /**\n     * Encode data in Gzip file format\n     *\n     * @return string|bool Encoded string in gzip file format, FALSE on failure\n     */\n    protected function _getEncodedData()\n    {\n\n        return gzencode($this->_data, $this->_compressionLevel);\n    }\n\n    /**\n     * Adds compression information as HTML comment\n     *\n     * Note: Only called when the filter is used as callback function of the PHP\n     * ob_start function.\n     *\n     * @param string $time Time for data compression\n     * @return string|bool Encoded data in gzip file format, FALSE on failure\n     */\n    protected function _addCompressionInformation($time)\n    {\n\n        $dataSize = round(strlen($this->_data) / 1024, 2);\n        $gzipDataSize = round($this->_gzipDataSize / 1024, 2);\n        $savingkb = $dataSize - $gzipDataSize;\n        $saving = ($dataSize > 0) ? round($savingkb / $dataSize * 100, 0) : 0;\n\n        // Prepare compression Information\n        $compressionInformation =\n            \"\\n<!--\\n\" .\n            \"\\tCompression level: {$this->_compressionLevel}\\n\" .\n            \"\\tOriginal size: $dataSize kb\\n\" .\n            \"\\tNew size: $gzipDataSize kb\\n\" .\n            \"\\tSaving: $savingkb kb ($saving %)\\n\" .\n            \"\\tTime: $time ms\\n\" .\n            \"-->\\n\";\n\n        $this->_data .= $compressionInformation;\n        $gzipData = $this->_getEncodedData();\n        $this->_gzipDataSize = strlen($gzipData);\n\n        return $gzipData;\n    }\n\n    /**\n     * Send headers\n     *\n     * Note: Only called when the filter is used as callback function of the PHP\n     * ob_start function.\n     *\n     * @return void\n     */\n    protected function _sendHeaders()\n    {\n\n        header(\"Content-Encoding: {$this->_browserAcceptedEncoding}\");\n        header(\"Content-Length: {$this->_gzipDataSize}\");\n    }\n\n    /**\n     * Write gzip files\n     *\n     * @param string $gzipData Data in GZIP file format\n     * @param string $filePath File path for Gzip file\n     * @return void\n     * @throws Exception\n     */\n    protected function _writeFile($gzipData, $filePath)\n    {\n\n        $directory = dirname($filePath);\n\n        if (is_dir($directory) && is_writable($directory) && $gzipData !== false) {\n            $fileHandle = fopen($filePath, 'w');\n            fwrite($fileHandle, $gzipData);\n            fclose($fileHandle);\n        } else {\n            throw new Exception(\n                \"`$filePath` is not a valid directory or is not writable.\"\n            );\n        }\n    }\n}\n"
  },
  {
    "path": "gui/src/Handlers/ExceptionHandler.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnusedParameterInspection\n * PhpIncludeInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Handlers;\n\nuse iMSCP\\Exception\\BrowserExceptionWriter;\nuse iMSCP\\Exception\\ExceptionEvent;\nuse iMSCP\\Exception\\MailExceptionWriter;\nuse iMSCP\\Registry;\nuse Psr\\Http\\Message\\ResponseInterface;\nuse Psr\\Http\\Message\\ServerRequestInterface;\nuse Slim\\Handlers\\AbstractHandler;\nuse Slim\\Http\\Body;\nuse Throwable;\nuse UnexpectedValueException;\n\n/**\n * Class ExceptionHandler\n * @package iMSCP\\Handlers\n */\nclass ExceptionHandler extends AbstractHandler\n{\n    /**\n     * Invoke error handler\n     *\n     * @param ServerRequestInterface $request The most recent Request object\n     * @param ResponseInterface $response The most recent Response object\n     * @param Throwable $error The caught Throwable object\n     * @return ResponseInterface\n     * @throws UnexpectedValueException\n     */\n    public function __invoke(\n        ServerRequestInterface $request,\n        ResponseInterface $response,\n        Throwable $error\n    ): ResponseInterface\n    {\n        $event = new ExceptionEvent($error);\n        $mailHandler = new MailExceptionWriter();\n        $mailHandler->onUncaughtException($event);\n\n        $contentType = $this->determineContentType($request);\n        switch ($contentType) {\n            case 'application/json':\n                $output = $this->renderJsonErrorMessage($error);\n                break;\n            case 'text/xml':\n            case 'application/xml':\n                $output = $this->renderXmlErrorMessage($error);\n                break;\n            case 'text/html':\n                $output = $this->renderHtmlErrorMessage($event);\n                break;\n            default:\n                throw new UnexpectedValueException(\n                    'Cannot render unknown content type ' . $contentType\n                );\n        }\n\n        $body = new Body(fopen('php://temp', 'r+'));\n        $body->write($output);\n\n        return $response\n            ->withStatus(500)\n            ->withHeader('Content-type', $contentType)\n            ->withBody($body);\n    }\n\n    /**\n     * Render JSON error\n     *\n     * @param Throwable $error\n     * @return string\n     */\n    protected function renderJsonErrorMessage(Throwable $error)\n    {\n        if (Registry::isRegistered('config')) {\n            $debug = Registry::get('config')['DEBUG'];\n        } else {\n            $debug = 1;\n        }\n\n        $json = [\n            'message' => 'i-MSCP - internet Multi Server Control Panel - Fatal Error',\n        ];\n\n        if ($debug) {\n            $json['error'] = [];\n\n            do {\n                $json['error'][] = [\n                    'type'    => get_class($error),\n                    'code'    => $error->getCode(),\n                    'message' => $error->getMessage(),\n                    'file'    => $error->getFile(),\n                    'line'    => $error->getLine(),\n                    'trace'   => explode(\"\\n\", $error->getTraceAsString()),\n                ];\n            } while ($error = $error->getPrevious());\n        }\n\n        return json_encode($json, JSON_PRETTY_PRINT);\n    }\n\n    /**\n     * Render XML error\n     *\n     * @param Throwable $error\n     * @return string\n     */\n    protected function renderXmlErrorMessage(Throwable $error)\n    {\n        if (Registry::isRegistered('config')) {\n            $debug = Registry::get('config')['DEBUG'];\n        } else {\n            $debug = 1;\n        }\n\n        $xml = \"<error>\\n  <message>i-MSCP - internet Multi Server Control Panel - Fatal Error</message>\\n\";\n\n        if ($debug) {\n            do {\n                $xml .= \"  <error>\\n\";\n                $xml .= \"    <type>\" . get_class($error) . \"</type>\\n\";\n                $xml .= \"    <code>\" . $error->getCode() . \"</code>\\n\";\n                $xml .= \"    <message>\" . $this->createCdataSection($error->getMessage()) . \"</message>\\n\";\n                $xml .= \"    <file>\" . $error->getFile() . \"</file>\\n\";\n                $xml .= \"    <line>\" . $error->getLine() . \"</line>\\n\";\n                $xml .= \"    <trace>\" . $this->createCdataSection($error->getTraceAsString()) . \"</trace>\\n\";\n                $xml .= \"  </error>\\n\";\n            } while ($error = $error->getPrevious());\n        }\n\n        $xml .= \"</error>\";\n\n        return $xml;\n    }\n\n    /**\n     * Returns a CDATA section with the given content.\n     *\n     * @param string $content\n     * @return string\n     */\n    private function createCdataSection($content)\n    {\n        return sprintf(\n            '<![CDATA[%s]]>', str_replace(']]>', ']]]]><![CDATA[>', $content)\n        );\n    }\n\n    /**\n     * Render HTML error page\n     *\n     * @param ExceptionEvent $event\n     * @return string\n     */\n    protected function renderHtmlErrorMessage(ExceptionEvent $event)\n    {\n        $browserHandler = new BrowserExceptionWriter();\n\n        ob_start();\n\n        $browserHandler->onUncaughtException($event);\n\n        return ob_get_clean();\n    }\n}\n"
  },
  {
    "path": "gui/src/Handlers/NotAllowedHandler.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnusedParameterInspection\n * PhpIncludeInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Handlers;\n\nuse iMSCP\\Registry;\nuse Psr\\Http\\Message\\ResponseInterface;\nuse Psr\\Http\\Message\\ServerRequestInterface;\nuse Slim\\Handlers\\AbstractHandler;\nuse Slim\\Http\\Body;\nuse UnexpectedValueException;\n\n/**\n * Class NotAllowedHandler\n * @package iMSCP\\Handlers\n */\nclass NotAllowedHandler extends AbstractHandler\n{\n    /**\n     * Invoke error handler\n     *\n     * @param ServerRequestInterface $request The most recent Request object\n     * @param ResponseInterface $response The most recent Response object\n     * @param string[] $methods Allowed HTTP methods\n     * @return ResponseInterface\n     * @throws UnexpectedValueException\n     */\n    public function __invoke(\n        ServerRequestInterface $request,\n        ResponseInterface $response,\n        array $methods\n    ): ResponseInterface\n    {\n        if ($request->getMethod() === 'OPTIONS') {\n            $status = 200;\n            $contentType = 'text/plain';\n            $output = $this->renderPlainOptionsMessage($methods);\n        } else {\n            $status = 405;\n            $contentType = $this->determineContentType($request);\n            switch ($contentType) {\n                case 'application/json':\n                    $output = $this->renderJsonNotAllowedMessage($methods);\n                    break;\n                case 'text/xml':\n                case 'application/xml':\n                    $output = $this->renderXmlNotAllowedMessage($methods);\n                    break;\n                case 'text/html':\n                    $output = $this->renderHtmlNotAllowedMessage($methods);\n                    break;\n                default:\n                    throw new UnexpectedValueException(\n                        'Cannot render unknown content type ' . $contentType\n                    );\n            }\n        }\n\n        $body = new Body(fopen('php://temp', 'r+'));\n        $body->write($output);\n        $allow = implode(', ', $methods);\n\n        return $response\n            ->withStatus($status)\n            ->withHeader('Content-type', $contentType)\n            ->withHeader('Allow', $allow)\n            ->withBody($body);\n    }\n\n    /**\n     * Render PLAIN message for OPTIONS response\n     *\n     * @param array $methods\n     * @return string\n     */\n    protected function renderPlainOptionsMessage(array $methods): string\n    {\n        return 'Method Not Allowed';\n    }\n\n    /**\n     * Render JSON not allowed message\n     *\n     * @param array $methods\n     * @return string\n     */\n    protected function renderJsonNotAllowedMessage(array $methods): string\n    {\n        return '{\"code\":405,\"message\":\"Method Not Allowed\"}';\n    }\n\n    /**\n     * Render XML not allowed message\n     *\n     * @param array $methods\n     * @return string\n     */\n    protected function renderXmlNotAllowedMessage(array $methods): string\n    {\n        return '<response><code>405</code><message>Method Not Allowed</message></response>';\n    }\n\n    /**\n     * Render HTML not allowed message\n     *\n     * @param array $methods\n     * @return string\n     */\n    protected function renderHtmlNotAllowedMessage(array $methods): string\n    {\n        ob_start();\n\n        include(\n            Registry::get('config')['GUI_ROOT_DIR']\n            . '/public/errordocs/404.html'\n        );\n\n        return ob_get_clean();\n    }\n}\n"
  },
  {
    "path": "gui/src/Handlers/NotFoundHandler.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnusedParameterInspection\n * PhpIncludeInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Handlers;\n\nuse iMSCP\\Registry;\nuse Psr\\Http\\Message\\ResponseInterface;\nuse Psr\\Http\\Message\\ServerRequestInterface;\nuse Slim\\Handlers\\AbstractHandler;\nuse Slim\\Http\\Body;\nuse UnexpectedValueException;\n\n/**\n * Class NotFoundHandler\n * @package iMSCP\\Handlers\n */\nclass NotFoundHandler extends AbstractHandler\n{\n    /**\n     * Invoke not found handler\n     *\n     * @param ServerRequestInterface $request The most recent Request object\n     * @param ResponseInterface $response The most recent Response object\n     * @return ResponseInterface\n     * @throws UnexpectedValueException\n     */\n    public function __invoke(\n        ServerRequestInterface $request,\n        ResponseInterface $response\n    ): ResponseInterface\n    {\n        if ($request->getMethod() === 'OPTIONS') {\n            $contentType = 'text/plain';\n            $output = $this->renderPlainNotFoundOutput();\n        } else {\n            $contentType = $this->determineContentType($request);\n            switch ($contentType) {\n                case 'application/json':\n                    $output = $this->renderJsonNotFoundOutput();\n                    break;\n                case 'text/xml':\n                case 'application/xml':\n                    $output = $this->renderXmlNotFoundOutput();\n                    break;\n                case 'text/html':\n                    $output = $this->renderHtmlNotFoundOutput($request);\n                    break;\n                default:\n                    throw new UnexpectedValueException(\n                        'Cannot render unknown content type ' . $contentType\n                    );\n            }\n        }\n\n        $body = new Body(fopen('php://temp', 'r+'));\n        $body->write($output);\n\n        return $response->withStatus(404)\n            ->withHeader('Content-Type', $contentType)\n            ->withBody($body);\n    }\n\n    /**\n     * Render plain not found message\n     *\n     * @return string\n     */\n    protected function renderPlainNotFoundOutput(): string\n    {\n        return 'Not found';\n    }\n\n    /**\n     * Return a response for application/json content not found\n     *\n     * @return string\n     */\n    protected function renderJsonNotFoundOutput(): string\n    {\n        return '{\"code\":404,\"message\":\"Not found\"}';\n    }\n\n    /**\n     * Return a response for xml content not found\n     *\n     * @return string\n     */\n    protected function renderXmlNotFoundOutput(): string\n    {\n        return '<response><code>404</code><message>Not Found</message></response>';\n    }\n\n    /**\n     * Return a response for text/html content not found\n     *\n     * @param ServerRequestInterface $request The most recent Request object\n     * @return string\n     */\n    protected function renderHtmlNotFoundOutput(\n        ServerRequestInterface $request\n    ): string\n    {\n        ob_start();\n\n        include(\n            Registry::get('config')['GUI_ROOT_DIR']\n            . '/public/errordocs/404.html'\n        );\n\n        return ob_get_clean();\n    }\n}\n"
  },
  {
    "path": "gui/src/I18n/GettextParser.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\I18n;\n\n/**\n * Class GettextParser\n * @package iMSCP\\I18n\n */\nclass GettextParser\n{\n    /**\n     * @var int Headers\n     */\n    const HEADERS = 1;\n\n    /**\n     * @var int Translation table\n     */\n    const TRANSLATION_TABLE = 2;\n\n    /**\n     * @var resource File handle\n     */\n    protected $fh;\n\n    /**\n     * @var string Path to the gettext file\n     */\n    protected $filePath;\n\n    /**\n     * @var string Headers from gettext file\n     */\n    protected $headers = '';\n\n    /**\n     * @var array Translation table\n     */\n    protected $translationTable = [];\n\n    /**\n     * @var string Whether the current file is little endian\n     */\n    protected $littleEndian;\n\n    /**\n     * @var int Number of strings in the file.\n     */\n    protected $nbStrings;\n\n    /**\n     * @var array Index table of original strings (msgid).\n     */\n    protected $msgidIndexTable;\n\n    /**\n     * @var array Index table of translated strings (msgstr)\n     */\n    protected $msgstrIndexTable;\n\n    /**\n     * @var bool Does the mo file is loaded?\n     */\n    protected $isLoaded;\n\n    /**\n     * Constructor\n     *\n     * @param string $filePath Path to gettext file\n     * @throws ParserException When file is not readable\n     */\n    public function __construct($filePath)\n    {\n        $filePath = (string)$filePath;\n\n        if (!is_readable($filePath)) {\n            throw new ParserException(sprintf('%s is not readable', $filePath));\n        }\n\n        $this->filePath = $filePath;\n    }\n\n    /**\n     * Destructor\n     */\n    public function __destruct()\n    {\n        if (is_resource($this->fh)) {\n            fclose($this->fh);\n        }\n    }\n\n    /**\n     * Returns translation table\n     *\n     * @return array An array of pairs key/value where the keys are the original\n     *               strings (msgid) and the values, the translated strings\n     *               (msgstr)\n     * @throws ParserException\n     */\n    public function getTranslationTable()\n    {\n        if (!$this->translationTable) {\n            $this->translationTable = $this->_parse(self::TRANSLATION_TABLE);\n        }\n\n        return $this->translationTable;\n    }\n\n    /**\n     * Parse a machine object file\n     *\n     * @param int $part self::HEADERS|self::TRANSLATION_TABLE\n     * @return array|string An array of pairs key/value where the keys are the\n     *                      original strings (msgid) and the values, the\n     *                      translated strings (msgstr) or a string that\n     *                      contains headers, each of them separated by EOL.\n     * @throws ParserException on failure\n     */\n    protected function _parse($part)\n    {\n        if ($this->fh === NULL) {\n            if (!($this->fh = fopen($this->filePath, 'rb'))) {\n                throw new ParserException('Unable to open ' . $this->filePath);\n            }\n        }\n\n        if ($this->isLoaded === NULL) {\n            // Magic number\n            $magic = fread($this->fh, 4);\n\n            if ($magic == \"\\x95\\x04\\x12\\xde\") {\n                $this->littleEndian = false;\n            } elseif ($magic == \"\\xde\\x12\\x04\\x95\") {\n                $this->littleEndian = true;\n            } else {\n                fclose($this->fh);\n                throw new ParserException(sprintf(\n                    '%s is not a valid gettext file', $this->filePath\n                ));\n            }\n\n            // Verify major revision (only 0 and 1 supported)\n            $majorRevision = ($this->readInteger() >> 16);\n\n            if ($majorRevision !== 0 && $majorRevision !== 1) {\n                fclose($this->fh);\n                throw new ParserException(sprintf(\n                    '%s has an unknown major revision', $this->filePath\n                ));\n            }\n\n            // Number of strings\n            $this->nbStrings = $this->readInteger();\n            // Offset of table with original strings\n            $msgidTableOffset = $this->readInteger();\n            // Offset of table with translation strings\n            $msgstrTableOffset = $this->readInteger();\n\n            // Getting index of original strings\n            fseek($this->fh, $msgidTableOffset);\n            $this->msgidIndexTable = $this->readIntegerList(\n                2 * $this->nbStrings\n            );\n\n            // Getting index of translated strings\n            fseek($this->fh, $msgstrTableOffset);\n            $this->msgstrIndexTable = $this->readIntegerList(\n                2 * $this->nbStrings\n            );\n\n            $this->isLoaded = true;\n        }\n\n        switch ((int)$part) {\n            case self::HEADERS:\n                fseek($this->fh, $this->msgstrIndexTable[2]);\n                return fread($this->fh, $this->msgstrIndexTable[1]);\n                break;\n            case self::TRANSLATION_TABLE:\n                $nbString = $this->nbStrings;\n                $parseResult = [];\n\n                for ($index = 1; $index < $nbString; $index++) {\n                    // Getting msgid\n                    fseek($this->fh, $this->msgidIndexTable[$index * 2 + 2]);\n                    $msgid = fread(\n                        $this->fh, $this->msgidIndexTable[$index * 2 + 1]\n                    );\n\n                    // Getting msgstr\n                    fseek($this->fh, $this->msgstrIndexTable[$index * 2 + 2]);\n\n                    if (!$length = $this->msgstrIndexTable[$index * 2 + 1]) {\n                        $msgstr = '';\n                    } else {\n                        $msgstr = fread($this->fh, $length);\n                    }\n\n                    $parseResult[$msgid] = $msgstr;\n                }\n\n                return $parseResult;\n                break;\n            default:\n                throw new ParserException('Unknown part type to parse');\n        }\n    }\n\n    /**\n     * Read a single integer from the current file\n     *\n     * @return int\n     */\n    protected function readInteger()\n    {\n        if ($this->littleEndian) {\n            $result = unpack('Vint', fread($this->fh, 4));\n        } else {\n            $result = unpack('Nint', fread($this->fh, 4));\n        }\n\n        return $result['int'];\n    }\n\n    /**\n     * Read an integer from the current file\n     *\n     * @param int $num\n     * @return array\n     */\n    protected function readIntegerList($num)\n    {\n        if ($this->littleEndian) {\n            return unpack('V' . $num, fread($this->fh, 4 * $num));\n        }\n\n        return unpack('N' . $num, fread($this->fh, 4 * $num));\n    }\n\n    /**\n     * Retruns project id version header value\n     *\n     * @return string Project id version header value\n     * @throws ParserException\n     */\n    public function getProjectIdVersion()\n    {\n        return $this->_getHeaderValue('Project-Id-Version:');\n    }\n\n    /**\n     * Returns given header value\n     *\n     * @param string $header header name\n     * @return string header value\n     * @throws ParserException\n     */\n    protected function _getHeaderValue($header)\n    {\n        $headers = $this->getHeaders();\n        $header = str_replace(\n            chr(13), '', substr($headers, strpos($headers, $header))\n        );\n        $header = substr(\n            $header, ($start = strpos($header, ':') + 2),\n            (strpos($header, chr(10)) - $start)\n        );\n\n        return (!empty($header)) ? $header : '';\n    }\n\n    /**\n     * Returns headers\n     *\n     * @return string A string that contains gettext file headers, each\n     *                separated by EOL\n     * @throws ParserException\n     */\n    public function getHeaders()\n    {\n        if (!$this->headers) {\n            $this->headers = $this->_parse(self::HEADERS);\n        }\n\n        return $this->headers;\n    }\n\n    /**\n     * Returns report msgid bugs value header value\n     *\n     * @return string R eport msgid bugs header value\n     * @throws ParserException\n     */\n    public function getReportMsgidBugs()\n    {\n        return $this->_getHeaderValue('Report-Msgid-Bugs-To:');\n    }\n\n    /**\n     * Returns pot creation date header value\n     *\n     * @return string POT creation date header value\n     * @throws ParserException\n     */\n    public function getPotCreationDate()\n    {\n        return $this->_getHeaderValue('POT-Creation-Date:');\n    }\n\n    /**\n     * Returns po creation date header value\n     *\n     * @return string PO creation date header value\n     * @throws ParserException\n     */\n    public function getPoRevisionDate()\n    {\n        return $this->_getHeaderValue('PO-Revision-Date:');\n    }\n\n    /**\n     * Returns last translator header value\n     *\n     * @return string Last translator header value\n     * @throws ParserException\n     */\n    public function getLastTranslator()\n    {\n        return $this->_getHeaderValue('Last-Translator:');\n    }\n\n    /**\n     * Returns language team header value\n     *\n     * @return string language team header value\n     * @throws ParserException\n     */\n    public function getLanguageTeam()\n    {\n        return $this->_getHeaderValue('Language-Team:');\n    }\n\n    /**\n     * Returns mime version header value\n     *\n     * @return string Mime version header value\n     * @throws ParserException\n     */\n    public function getMimeVersion()\n    {\n        return $this->_getHeaderValue('MIME-Version:');\n    }\n\n    /**\n     * Returns content type header value\n     *\n     * @return string Content type header value\n     * @throws ParserException\n     */\n    public function getContentType()\n    {\n        return $this->_getHeaderValue('Content-Type:');\n    }\n\n    /**\n     * Returns content transfer encoding header value\n     *\n     * @return string Content transfer encoding header value\n     * @throws ParserException\n     */\n    public function getContentTransferEncoding()\n    {\n        return $this->_getHeaderValue('Content-Transfer-Encoding:');\n    }\n\n    /**\n     * Returns language header value\n     *\n     * @return string Language header value\n     * @throws ParserException\n     */\n    public function getLanguage()\n    {\n        return $this->_getHeaderValue('Language:');\n    }\n\n    /**\n     * Returns plural forms header value\n     *\n     * @return string Plural forms header value\n     * @throws ParserException\n     */\n    public function getPluralForms()\n    {\n        return $this->_getHeaderValue('Plural-Forms:');\n    }\n\n    /**\n     * Returns number of stranslated strings\n     *\n     * @return int Number of translated strings\n     * @throws ParserException\n     */\n    public function getNumberOfTranslatedStrings()\n    {\n        if (NULL === $this->nbStrings) {\n            $this->getHeaders();\n        }\n\n        return $this->nbStrings;\n    }\n}\n"
  },
  {
    "path": "gui/src/I18n/ParserException.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\I18n;\n\nuse iMSCP\\Exception\\Exception;\n\n/**\n * Class ParserException\n * @package iMSCP\\I18n\n */\nclass ParserException extends Exception\n{\n}\n"
  },
  {
    "path": "gui/src/Json/LazyDecoder.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\nnamespace iMSCP\\Json;\n\nuse ArrayAccess;\nuse Countable;\n\n/**\n * Class LazyDecoder\n * @package iMSCP\\Json\n */\nclass LazyDecoder implements ArrayAccess, Countable\n{\n    /**\n     * @var array Json data\n     */\n    protected $container;\n\n    /**\n     * @var bool Whether or not Json string has been decoded\n     */\n    protected $decoded = false;\n\n    /**\n     * @var array json_decode parameters\n     */\n    protected $parameters;\n\n    /**\n     * LazyDecoder constructor.\n     *\n     * @param string $json Json string\n     * @param int $depth User specified recursion depth.\n     * @param int $options Bitmask of JSON decode options.\n     */\n    public function __construct($json, $depth = 512, $options = 0)\n    {\n        if (version_compare(PHP_VERSION, '5.4', '<')) {\n            $this->parameters = [$json, true, $depth];\n        } else {\n            $this->parameters = [$json, true, $depth, $options];\n        }\n    }\n\n    /**\n     * {@inheritdoc}\n     */\n    public function &offsetGet($key)\n    {\n        if (!$this->decoded) {\n            $this->decode();\n        }\n\n        $ret = NULL;\n        if (!$this->offsetExists($key)) {\n            return $ret;\n        }\n        $ret =& $this->container[$key];\n        return $ret;\n    }\n\n    /**\n     * Decode json data\n     *\n     * @return void\n     */\n    protected function decode()\n    {\n        $this->container = call_user_func_array(\n            'json_decode', $this->parameters\n        );\n        $this->parameters = NULL;\n        $this->decoded = true;\n    }\n\n    /**\n     * {@inheritdoc}\n     */\n    public function offsetExists($key)\n    {\n        if (!$this->decoded) {\n            $this->decode();\n        }\n\n        return isset($this->container[$key]);\n    }\n\n    /**\n     * {@inheritdoc}\n     */\n    public function offsetSet($key, $value)\n    {\n        if (!$this->decoded) {\n            $this->decode();\n        }\n\n        $this->container[$key] = $value;\n    }\n\n    /**\n     * {@inheritdoc}\n     */\n    public function count()\n    {\n        if (!$this->decoded) {\n            $this->decode();\n        }\n\n        return count($this->container);\n    }\n\n    /**\n     * Returns whether the requested key exists\n     *\n     * @param mixed $key\n     * @return bool\n     */\n    public function __isset($key)\n    {\n        return $this->offsetExists($key);\n    }\n\n    /**\n     * Unsets the value at the specified key\n     *\n     * @param mixed $key\n     * @return void\n     */\n    public function __unset($key)\n    {\n        $this->offsetUnset($key);\n    }\n\n    /**\n     * {@inheritdoc}\n     */\n    public function offsetUnset($key)\n    {\n        if (!$this->decoded) {\n            $this->decode();\n        }\n\n        if ($this->offsetExists($key)) {\n            unset($this->container[$key]);\n        }\n    }\n\n    /**\n     * Return array representation of this object\n     *\n     * @return array|string\n     */\n    public function toArray()\n    {\n        if (!$this->decoded) {\n            $this->decode();\n        }\n\n        return $this->container;\n    }\n}\n"
  },
  {
    "path": "gui/src/Net.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\nnamespace iMSCP;\n\nuse RuntimeException;\n\n/**\n * Class Net\n * @package iMSCP\n */\nclass Net\n{\n    /**\n     * @var Net\n     */\n    static $instance;\n\n    /**\n     * @var array Network device data\n     */\n    protected $devices = [];\n\n    /**\n     * @var array IP addresses data\n     */\n    protected $ipAddresses = [];\n\n    /**\n     * @var bool Whether or not NIC and IP data were loaded\n     */\n    protected $loadedData = false;\n\n    /**\n     * Singleton pattern implementation -  makes \"new\" unavailable\n     */\n    protected function __construct()\n    {\n        $this->extractDevices();\n        $this->extractIpAddresses();\n    }\n\n    /**\n     * Extract network device data\n     *\n     * @çeturn void\n     */\n    protected function extractDevices()\n    {\n        exec('/bin/ip -o link show', $output, $ret);\n        if ($ret > 0) {\n            throw new RuntimeException(\"Couldn't extract network device.\");\n        }\n\n        foreach ($output as $line) {\n            if (preg_match(\n                '/\n                    ^\n                    [^\\s]+       # identifier\n                    :\n                    \\s+\n                    (.*?)        # device name\n                    (?:@[^\\s]+)? # device name prefix\n                    :\n                    \\s+\n                    <(.*)>       # flags\n                /x',\n                $line,\n                $matches\n            )) {\n                $this->devices[$matches[1]] = [\n                    'flags' => $matches[2]\n                ];\n            }\n        }\n    }\n\n    /**\n     * Extract IP addresses data\n     *\n     * @return void\n     */\n    protected function extractIpAddresses()\n    {\n        exec('/bin/ip -o addr show', $output, $ret);\n        if ($ret > 0) {\n            throw new RuntimeException(\"Couldn't extract IP addresses.\");\n        }\n\n        foreach ($output as $line) {\n            if (preg_match(\n                '/\n                    ^\n                    [^\\s]+                    # identifier\n                    :\n                    \\s+\n                    ([^\\s]+)                  # device name\n                    \\s+\n                    ([^\\s]+)                  # protocol family identifier\n                    \\s+\n                    (?:\n                        ([^\\s]+)              # IP address\n                        (?:\\s+peer\\s+[^\\s]+)? # peer address (pointopoint interfaces)\n                        \\/\n                        ([\\d]+)               # netmask in CIDR notation\n                    )\n                    \\s+\n                    (?:\n                        .*?                   # optional broadcast address, scope information\n                        (\\1(?::\\d+)?)         # optional label\n                        \\\\\\\\\n                    )?\n                /x',\n                $line,\n                $matches\n            )) {\n                $this->ipAddresses[$this->compress($matches[3])] = [\n                    'device'        => $matches[1],\n                    'version'       => $matches[2] == 'inet' ? 'ipv4' : 'ipv6',\n                    'prefix_length' => $matches[4],\n                    'device_label'  => isset($matches[5]) ? $matches[5] : ''\n                ];\n            }\n        }\n    }\n\n    /**\n     * Compress the given IP\n     *\n     * @param string $ipAddr IP address\n     * @return mixed\n     */\n    public function compress($ipAddr)\n    {\n        $ipAddr = $this->expand($ipAddr);\n\n        $ipp = explode(':', $ipAddr);\n\n        for ($i = 0; $i < count($ipp); $i++) {\n            $ipp[$i] = dechex(hexdec($ipp[$i]));\n        }\n\n        $ipAddr = ':' . join(':', $ipp) . ':';\n        preg_match_all('/(:0)(:0)+/', $ipAddr, $zeros);\n\n        if (count($zeros[0]) > 0) {\n            $match = '';\n            foreach ($zeros[0] as $zero) {\n                if (strlen($zero) > strlen($match)) {\n                    $match = $zero;\n                }\n            }\n\n            $ipAddr = preg_replace('/' . $match . '/', ':', $ipAddr, 1);\n        }\n\n        $ipAddr = preg_replace('/((^:)|(:$))/', '', $ipAddr);\n        return preg_replace('/((^:)|(:$))/', '::', $ipAddr);\n    }\n\n    /**\n     * Expand the given IP address\n     *\n     * @param string $ipAddr IP address\n     * @return string\n     */\n    public function expand($ipAddr)\n    {\n        if (false !== strpos($ipAddr, '::')) {\n            list($ip1, $ip2) = explode('::', $ipAddr);\n\n            if ('' == $ip1) {\n                $c1 = -1;\n            } else {\n                $c1 = (0 < ($pos = substr_count($ip1, ':'))) ? $pos : 0;\n            }\n\n            if ('' == $ip2) {\n                $c2 = -1;\n            } else {\n                $c2 = (0 < ($pos = substr_count($ip2, ':'))) ? $pos : 0;\n            }\n\n            if (strstr($ip2, '.')) {\n                $c2++;\n            }\n\n            if (-1 == $c1 && -1 == $c2) {\n                $ipAddr = '0:0:0:0:0:0:0:0';\n            } elseif (-1 == $c1) {\n                $fill = str_repeat('0:', 7 - $c2);\n                $ipAddr = str_replace('::', $fill, $ipAddr);\n            } elseif (-1 == $c2) {\n                $fill = str_repeat(':0', 7 - $c1);\n                $ipAddr = str_replace('::', $fill, $ipAddr);\n            } else {\n                $fill = str_repeat(':0:', 6 - $c2 - $c1);\n                $ipAddr = str_replace('::', $fill, $ipAddr);\n                $ipAddr = str_replace('::', ':', $ipAddr);\n            }\n        }\n\n        $uipT = [];\n        $uiparts = explode(':', $ipAddr);\n\n        foreach ($uiparts as $p) {\n            $uipT[] = sprintf('%04s', $p);\n        }\n\n        return implode(':', $uipT);\n    }\n\n    /**\n     * Get Net instance\n     * @return Net\n     */\n    static public function getInstance()\n    {\n        if (NULL === self::$instance) {\n            self::$instance = new self;\n        }\n\n        return self::$instance;\n    }\n\n    /**\n     * Get network devices list\n     *\n     * @return array List of network devices\n     */\n    public function getDevices()\n    {\n        $this->loadData();\n        return array_keys($this->devices);\n    }\n\n    /**\n     * Load IP data\n     *\n     * @return void\n     */\n    protected function loadData()\n    {\n        if ($this->loadedData) {\n            return;\n        }\n\n        $this->extractDevices();\n        $this->extractIpAddresses();\n        $this->loadedData = true;\n    }\n\n    /**\n     * Get IP addresses list\n     *\n     * @return array List of IP addresses\n     */\n    public function getIpAddresses()\n    {\n        $this->loadData();\n        return array_keys($this->ipAddresses);\n    }\n\n    /**\n     * Get version of the given IP address\n     *\n     * @param string $ipAddr IP address\n     * @return int IP address version\n     */\n    public function getVersion($ipAddr)\n    {\n        return (strpos($ipAddr, ':') !== false) ? 6 : 4;\n    }\n\n    /**\n     * Get prefix length of the given IP address\n     *\n     * @param string $ipAddr IP address\n     * @return array|null\n     */\n    public function getIpPrefixLength($ipAddr)\n    {\n        $this->loadData();\n        $ipAddr = $this->compress($ipAddr);\n\n        if (isset($this->ipAddresses[$ipAddr])) {\n            return $this->ipAddresses[$ipAddr]['prefix_length'];\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Singleton pattern implementation -  makes \"clone\" unavailable\n     */\n    protected function __clone()\n    {\n    }\n}\n"
  },
  {
    "path": "gui/src/PhpEditor.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP;\n\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Exception\\Exception;\nuse PDO;\n\n/**\n * Class PhpEditor\n * @package iMSCP\n */\nclass PhpEditor\n{\n    /**\n     * @var PhpEditor\n     */\n    static private $instance;\n\n    /**\n     * @var array Reseller PHP permissions, including limits for configuration\n     *            options\n     */\n    private $rp = [];\n\n    /**\n     * @var array Client PHP permissions\n     */\n    private $cp = [];\n\n    /**\n     * @var array Domain configuration options\n     */\n    private $ini = [];\n\n    /**\n     * @var bool Tells whether or not domain INI values are set with default\n     *           values\n     */\n    private $isDefaultIni = true;\n\n    /**\n     * @var string PHP INI level\n     */\n    private $iniLevel;\n\n    /**\n     * Singleton object - Make new unavailable\n     */\n    private function __construct()\n    {\n        set_time_limit(0);\n        ignore_user_abort(true);\n    }\n\n    /**\n     * Implements singleton design pattern\n     *\n     * @return PhpEditor\n     */\n    static public function getInstance(): PhpEditor\n    {\n        if (NULL === self::$instance) {\n            self::$instance = new self();\n        }\n\n        return self::$instance;\n    }\n\n    /**\n     * Saves reseller PHP permissions\n     *\n     * @param string $resellerId Reseller unique identifier\n     * @return void\n     */\n    public function saveResellerPermissions(string $resellerId): void\n    {\n        exec_query(\n            '\n                UPDATE `reseller_props`\n                SET `php_ini_system` = ?,\n                    `php_ini_al_disable_functions` = ?,\n                    `php_ini_al_mail_function` = ?,\n                    `php_ini_al_mail_function` = ?,\n                    `php_ini_al_allow_url_fopen` = ?,\n                    `php_ini_al_display_errors` = ?,\n                    `php_ini_max_post_max_size` = ?,\n                    `php_ini_max_upload_max_filesize` = ?,\n                    `php_ini_max_max_execution_time` = ?,\n                    `php_ini_max_max_input_time` = ?,\n                    `php_ini_max_memory_limit` = ?\n                WHERE `reseller_id` = ?\n            ',\n            [\n                $this->rp['phpiniSystem'], $this->rp['phpiniAllowUrlFopen'],\n                $this->rp['phpiniDisplayErrors'],\n                $this->rp['phpiniDisableFunctions'],\n                $this->rp['phpiniMailFunction'],\n                $this->rp['phpiniPostMaxSize'],\n                $this->rp['phpiniUploadMaxFileSize'],\n                $this->rp['phpiniMaxExecutionTime'],\n                $this->rp['phpiniMaxInputTime'], $this->rp['phpiniMemoryLimit'],\n                $resellerId\n            ]\n        );\n    }\n\n    /**\n     * Sets the value of a reseller PHP permission\n     *\n     * We are safe here. New value is set only if valid.\n     *\n     * @param string $permission Permission name\n     * @param int|string $value Permission value\n     * @return void\n     */\n    public function setResellerPermission(string $permission, $value): void\n    {\n        switch ($permission) {\n            case 'phpiniSystem':\n            case 'phpiniAllowUrlFopen':\n            case 'phpiniDisplayErrors':\n            case 'phpiniMailFunction':\n            case 'phpiniDisableFunctions':\n                if ($this->validatePermission($permission, $value)) {\n                    $this->rp[$permission] = $value;\n                }\n                break;\n            case 'phpiniMemoryLimit':\n            case 'phpiniMaxInputTime':\n            case 'phpiniMaxExecutionTime':\n                if (is_number($value) && $value >= 1 && $value <= 10000) {\n                    $this->rp[$permission] = $value;\n                }\n                break;\n            case 'phpiniPostMaxSize':\n                // According PHP doc, post_max_size value *should* be lower than\n                // memory_limit value\n                // Limit released since i-MSCP 1.4.4\n                if (is_number($value)\n                    //&& $value < $this->resellerPermissions['phpiniMemoryLimit']\n                    && $value >= 1 && $value <= 10000\n                ) {\n                    $this->rp[$permission] = $value;\n                }\n                break;\n            case 'phpiniUploadMaxFileSize':\n                // According PHP doc, max_upload_filesize value *must* be lower\n                // than post_max_size value\n                // Equality accepted since i-MSCP 1.4.4\n                if (is_number($value)\n                    //&& $value < $this->resellerPermissions['phpiniPostMaxSize']\n                    && $value <= $this->rp['phpiniPostMaxSize']\n                    && $value >= 1 && $value <= 10000\n                ) {\n                    $this->rp[$permission] = $value;\n                }\n                break;\n            default:\n                throw new Exception(sprintf(\n                    'Unknown reseller PHP permission: %s', $permission\n                ));\n        }\n    }\n\n    /**\n     * Validate value for the given PHP permission.\n     *\n     * @param string $permission Permission name\n     * @param string $value Permission value\n     * @return bool TRUE if $permission is valid, FALSE otherwise\n     * @throws Exception if $permission is unknown\n     */\n    public function validatePermission(string $permission, string $value): bool\n    {\n        switch ($permission) {\n            case 'phpiniSystem':\n            case 'phpiniAllowUrlFopen':\n            case 'phpiniDisplayErrors':\n            case 'phpiniMailFunction':\n                return $value == 'yes' || $value == 'no';\n            case 'phpiniDisableFunctions':\n                return $value == 'yes' || $value == 'no' || $value == 'exec';\n            default:\n                throw new Exception(sprintf(\n                    'Unknown PHP permission: %s', $permission\n                ));\n        }\n    }\n\n    /**\n     * Sets client permission value\n     *\n     * We are safe here. New value is set only if valid and if client' reseller\n     * has the required permission.\n     *\n     * @param string $permission Permission name\n     * @param string $value Permission value\n     * @return void\n     * @throws Exception\n     */\n    public function setClientPermission(string $permission, string $value): void\n    {\n        if (!$this->validatePermission($permission, $value)\n            || !$this->resellerHasPermission($permission)\n        ) {\n            return;\n        }\n\n        $this->cp[$permission] = $value;\n\n        if ($permission == 'phpiniAllowUrlFopen' && $value != 'yes') {\n            $this->ini['phpiniAllowUrlFopen'] = 'off';\n        }\n\n        if ($permission == 'phpiniDisplayErrors' && $value != 'yes') {\n            $this->ini['phpiniDisplayErrors'] = 'off';\n        }\n\n        if ($permission == 'phpiniDisableFunctions' && $value != 'yes') {\n            if ($value == 'no') {\n                $this->ini['phpiniDisableFunctions'] = 'exec,passthru,'\n                    . 'phpinfo,popen,proc_open,show_source,shell,shell_exec,'\n                    . 'symlink,system';\n            } else { // exec only\n                if (in_array('exec', explode(\n                    ',', $this->ini['phpiniDisableFunctions']))\n                ) {\n                    $this->ini['phpiniDisableFunctions'] = 'exec,'\n                        . 'passthru,phpinfo,popen,proc_open,show_source,shell,'\n                        . 'shell_exec,symlink,system';\n                } else {\n                    $this->ini['phpiniDisableFunctions'] = 'passthru,' .\n                        'phpinfo,popen,proc_open,show_source,shell,shell_exec,'\n                        . 'symlink,system';\n                }\n            }\n\n            if (!$this->clientHasPermission('phpiniMailFunction')) {\n                $this->ini['phpiniDisableFunctions'] .= ',mail';\n            }\n        }\n\n        if ($permission == 'phpiniMailFunction' && $value == 'no') {\n            $disabledFunctions = explode(',', $this->getDomainIni(\n                'phpiniDisableFunctions')\n            );\n\n            if (!in_array('mail', $disabledFunctions)) {\n                $disabledFunctions[] = 'mail';\n                $this->ini['phpiniDisableFunctions'] =\n                    $this->assembleDisableFunctions($disabledFunctions);\n            }\n        }\n    }\n\n    /**\n     * Does the reseller as the given PHP permission?\n     *\n     * @param string $permission Permission\n     * @return bool TRUE if $key is a known and reseller has permission on it\n     * @throws Exception if $permission is unknown\n     */\n    public function resellerHasPermission(string $permission): bool\n    {\n        if ($this->rp['phpiniSystem'] != 'yes') {\n            return false;\n        }\n\n        switch ($permission) {\n            case 'phpiniSystem':\n            case 'phpiniAllowUrlFopen':\n            case 'phpiniDisplayErrors':\n            case 'phpiniDisableFunctions':\n            case 'phpiniMailFunction':\n                return $this->rp[$permission] == 'yes';\n            default;\n                throw new Exception(sprintf(\n                    'Unknown reseller PHP permission: %s', $permission\n                ));\n        }\n    }\n\n    /**\n     * Does the client as the given PHP permission?\n     *\n     * Be aware that in case of the phpiniDisableFunctions, true is returned\n     * as long as the client has either 'exec' or 'full' permission.\n     *\n     * @param string $permission Permission\n     * @return bool TRUE if $key is a known and client has permission on it\n     * @throws Exception if $permission is unknown\n     */\n    public function clientHasPermission(string $permission): bool\n    {\n        if ($this->rp['phpiniSystem'] != 'yes') {\n            return false;\n        }\n\n        switch ($permission) {\n            case 'phpiniSystem':\n            case 'phpiniAllowUrlFopen':\n            case 'phpiniDisplayErrors':\n            case 'phpiniMailFunction':\n                return $this->cp[$permission] == 'yes';\n            case 'phpiniDisableFunctions':\n                return $this->cp[$permission] == 'yes'\n                    || $this->cp[$permission] == 'exec';\n            default:\n                throw new Exception(sprintf(\n                    'Unknown client PHP permission: %s', $permission\n                ));\n        }\n    }\n\n    /**\n     * Gets domain INI option value(s)\n     *\n     * @param string $varname Domain configuration option name\n     * @return string|int|array\n     * @throws Exception if $varname is unknown\n     */\n    public function getDomainIni(?string $varname = NULL)\n    {\n        if (NULL === $varname) {\n            return $this->ini;\n        }\n\n        if (!array_key_exists($varname, $this->ini)) {\n            throw new Exception(sprintf(\n                'Unknown domain configuration option: %s', $varname\n            ));\n        }\n\n        return $this->ini[$varname];\n    }\n\n    /**\n     * Assemble disable_functions parameter from its parts\n     *\n     * @param array $disabledFuncts List of disabled function\n     * @return string\n     */\n    public function assembleDisableFunctions(array $disabledFuncts): string\n    {\n        return implode(',', array_unique($disabledFuncts));\n    }\n\n    /**\n     * Synchronise client PHP permissions (including domain INI options) with\n     * reseller PHP permissions.\n     *\n     * @param string $resellerId Reseller unique identifier\n     * @param string $clientId Identifier of the client for which the PHP\n     *                         permissions must be synchronized.\n     * @return bool Boolean indicating whether or not a backend request is\n     *                      needed\n     */\n    public function syncClientPermissionsWithResellerPermissions(\n        string $resellerId, ?string $clientId = NULL\n    ): bool\n    {\n        if (empty($this->rp)) {\n            $this->loadResellerPermissions($resellerId);\n        }\n\n        $needBackendRequest = false;\n\n        if (NULL !== $clientId) {\n            $condition = 'WHERE admin_id = ? AND created_by = ?';\n            $params[] = $clientId;\n        } else {\n            $condition = 'WHERE created_by = ?';\n        }\n\n        $params[] = $resellerId;\n        $stmt = exec_query(\"SELECT admin_id FROM admin $condition\", $params);\n\n        while ($row = $stmt->fetchRow()) {\n            // Update client PHP permissions\n            if (!$this->resellerHasPermission('phpiniSystem')) {\n                // Load client default PHP permissions\n                $this->loadClientPermissions();\n            } else {\n                // Load client PHP permissions\n                $this->loadClientPermissions($row['admin_id']);\n\n                // Update client permissions according reseller permissions\n                if (!$this->resellerHasPermission('phpiniAllowUrlFopen')) {\n                    $this->cp['phpiniAllowUrlFopen'] = 'no';\n                }\n\n                if (!$this->resellerHasPermission('phpiniDisplayErrors')) {\n                    $this->cp['phpiniDisplayErrors'] = 'no';\n                }\n\n                if (!$this->resellerHasPermission(\n                    'phpiniDisableFunctions')\n                ) {\n                    $this->cp['phpiniDisableFunctions'] = 'no';\n                }\n\n                if (!$this->resellerHasPermission('phpiniMailFunction')) {\n                    $this->cp['phpiniMailFunction'] = 'no';\n                }\n            }\n\n            if ($needChange = $this->saveClientPermissions($row['admin_id'])) {\n                $needBackendRequest = true;\n            }\n\n            // Sync client PHP INI values with reseller values\n            // We are passing NULL for the domain INI values because we\n            // don't want set new domain INI values. We only want lower them\n            // when needed (client domain INI values cannot be greater than\n            // reseller values)\n            if ($this->updateClientDomainIni(\n                [], $row['admin_id'], $needChange\n            )) {\n                $needBackendRequest = true;\n            }\n        }\n\n        return $needBackendRequest;\n    }\n\n    /**\n     * Loads reseller PHP permissions\n     *\n     * If a reseller identifier is given, try to load permissions from the\n     * database, else, load the default reseller permissions.\n     *\n     * Note: Reseller permissions also include limits for PHP configuration\n     * options.\n     *\n     * @param string|null $resellerId Reseller unique identifier\n     * @return void\n     */\n    public function loadResellerPermissions(?string $resellerId = NULL): void\n    {\n        if (NULL !== $resellerId) {\n            $stmt = exec_query(\n                '\n                    SELECT\n                        `php_ini_system`,\n                        `php_ini_al_disable_functions`,\n                        `php_ini_al_mail_function`,\n                        `php_ini_al_mail_function`,\n                        `php_ini_al_allow_url_fopen`,\n                        `php_ini_al_display_errors`,\n                        `php_ini_max_post_max_size`,\n                        `php_ini_max_upload_max_filesize`,\n                        `php_ini_max_max_execution_time`,\n                        `php_ini_max_max_input_time`,\n                        `php_ini_max_memory_limit`\n                    FROM `reseller_props`\n                    WHERE `reseller_id` = ?\n                ',\n                $resellerId\n            );\n\n            if ($stmt->rowCount()) {\n                $row = $stmt->fetchRow(PDO::FETCH_ASSOC);\n\n                // PHP permissions\n                $this->rp['phpiniSystem'] = $row['php_ini_system'];\n                $this->rp['phpiniAllowUrlFopen'] =\n                    $row['php_ini_al_allow_url_fopen'];\n                $this->rp['phpiniDisplayErrors'] =\n                    $row['php_ini_al_display_errors'];\n                $this->rp['phpiniDisableFunctions'] =\n                    $row['php_ini_al_disable_functions'];\n                $this->rp['phpiniMailFunction'] =\n                    $row['php_ini_al_mail_function'];\n\n                // Limits for PHP configuration options\n                $this->rp['phpiniPostMaxSize'] =\n                    $row['php_ini_max_post_max_size'];\n                $this->rp['phpiniUploadMaxFileSize'] =\n                    $row['php_ini_max_upload_max_filesize'];\n                $this->rp['phpiniMaxExecutionTime'] =\n                    $row['php_ini_max_max_execution_time'];\n                $this->rp['phpiniMaxInputTime'] =\n                    $row['php_ini_max_max_input_time'];\n                $this->rp['phpiniMemoryLimit'] =\n                    $row['php_ini_max_memory_limit'];\n                return;\n            }\n        }\n\n        // Default PHP permissions\n        $this->rp['phpiniSystem'] = 'no';\n        $this->rp['phpiniAllowUrlFopen'] = 'no';\n        $this->rp['phpiniDisplayErrors'] = 'no';\n        $this->rp['phpiniDisableFunctions'] = 'no';\n        $this->rp['phpiniMailFunction'] = 'yes';\n\n        // Default limits for PHP configuration options\n        $this->rp['phpiniPostMaxSize'] = 8;\n        $this->rp['phpiniUploadMaxFileSize'] = 2;\n        $this->rp['phpiniMaxExecutionTime'] = 30;\n        $this->rp['phpiniMaxInputTime'] = 60;\n        $this->rp['phpiniMemoryLimit'] = 128;\n    }\n\n    /**\n     * Loads client PHP permissions\n     *\n     * If a client identifier is given, try to load permissions from\n     * database, else, load default client permissions.\n     *\n     * @param string $clientId Client unique identifier\n     * @return void\n     * @throws Exception\n     */\n    public function loadClientPermissions(string $clientId = NULL): void\n    {\n        if (empty($this->rp)) {\n            throw new Exception('You must first load the reseller permissions');\n        }\n\n        if (NULL !== $clientId) {\n            $stmt = exec_query(\n                '\n                    SELECT\n                        `phpini_perm_system`,\n                        `phpini_perm_allow_url_fopen`,\n                        `phpini_perm_display_errors`,\n                        `phpini_perm_disable_functions`,\n                        `phpini_perm_mail_function`\n                    FROM `domain`\n                    WHERE `domain_admin_id` = ?\n                ',\n                $clientId\n            );\n\n            if ($stmt->rowCount()) {\n                $row = $stmt->fetchRow();\n                $this->cp['phpiniSystem'] = $row['phpini_perm_system'];\n                $this->cp['phpiniAllowUrlFopen'] =\n                    $row['phpini_perm_allow_url_fopen'];\n                $this->cp['phpiniDisplayErrors'] =\n                    $row['phpini_perm_display_errors'];\n                $this->cp['phpiniDisableFunctions'] =\n                    $row['phpini_perm_disable_functions'];\n                $this->cp['phpiniMailFunction'] =\n                    $row['phpini_perm_mail_function'];\n                return;\n            }\n        }\n\n        $this->cp['phpiniSystem'] = 'no';\n        $this->cp['phpiniAllowUrlFopen'] = 'no';\n        $this->cp['phpiniDisplayErrors'] = 'no';\n        $this->cp['phpiniDisableFunctions'] = 'no';\n\n        if ($this->resellerHasPermission('phpiniMailFunction')) {\n            $this->cp['phpiniMailFunction'] = 'yes';\n        } else {\n            $this->cp['phpiniMailFunction'] = 'no';\n        }\n    }\n\n    /**\n     * Saves client PHP permissions\n     *\n     * @param string $clientId Client unique identifier\n     * @return bool Boolean Whether or not a backend request is needed\n     */\n    public function saveClientPermissions(string $clientId): bool\n    {\n        $stmt = exec_query(\n            '\n                UPDATE `domain`\n                SET `phpini_perm_system` = ?,\n                    `phpini_perm_allow_url_fopen` = ?,\n                    `phpini_perm_display_errors` = ?,\n                    `phpini_perm_disable_functions` = ?,\n                    `phpini_perm_mail_function` = ?\n                WHERE `domain_admin_id` = ?\n            ',\n            [\n                $this->cp['phpiniSystem'],\n                $this->cp['phpiniAllowUrlFopen'],\n                $this->cp['phpiniDisplayErrors'],\n                $this->cp['phpiniDisableFunctions'],\n                $this->cp['phpiniMailFunction'], $clientId\n            ]\n        );\n        return (bool)$stmt->rowCount();\n    }\n\n    /**\n     * Update client domain INI options for the given client\n     *\n     * @param array $domainIni New Domain INI values. Can be empty\n     * @param string $clientId Client identifier\n     * @param bool $needChange whether or not client domains must be updated\n     * @return bool Whether or not a backend request is needed\n     */\n    public function updateClientDomainIni(\n        array $domainIni, string $clientId, ?bool $needChange = false\n    ): bool\n    {\n        $needBackendRequest = false;\n\n        // We must ensure that there is no missing PHP INI entries (since 1.3.1)\n        $this->createMissingPhpIniEntries($clientId);\n\n        $stmt = exec_query(\n            '\n                SELECT `id`, `domain_id`, `domain_type`\n                FROM `php_ini`\n                WHERE `admin_id` = ?\n            ',\n            [$clientId]\n        );\n        while ($row = $stmt->fetchRow()) {\n            if (!$this->clientHasPermission('phpiniSystem')) {\n                // Load domain default PHP configuration options\n                $this->loadDomainIni();\n            } else {\n                // Load domain PHP configuration options\n                $this->loadDomainIni(\n                    $clientId, $row['domain_id'], $row['domain_type']\n                );\n\n                if (!$this->clientHasPermission('phpiniAllowUrlFopen')) {\n                    $this->ini['phpiniAllowUrlFopen'] = 'off';\n                }\n\n                if (!$this->clientHasPermission('phpiniDisplayErrors')) {\n                    $this->ini['phpiniDisplayErrors'] = 'off';\n                }\n\n                if (!$this->clientHasPermission('phpiniDisableFunctions')) {\n                    if ($this->getClientPermission(\n                            'phpiniDisableFunctions') == 'no'\n                    ) {\n                        $this->ini['phpiniDisableFunctions'] = 'exec,' .\n                            'passthru,phpinfo,popen,proc_open,show_source,'\n                            . 'shell,shell_exec,symlink,system';\n                    } else {\n                        if (in_array('exec', explode(\n                            ',', $this->ini['phpiniDisableFunctions']))\n                        ) {\n                            $this->ini['phpiniDisableFunctions'] = 'exec,'\n                                . 'passthru,phpinfo,popen,proc_open,'\n                                . 'show_source,shell,shell_exec,symlink,'\n                                . 'system';\n                        } else {\n                            $this->ini['phpiniDisableFunctions'] =\n                                'passthru,phpinfo,popen,proc_open,'\n                                . 'show_source,shell,shell_exec,symlink,'\n                                . 'system';\n                        }\n                    }\n                }\n\n                if (!$this->clientHasPermission('phpiniMailFunction')) {\n                    $disabledFunctions = explode(\n                        ',', $this->getDomainIni('phpiniDisableFunctions')\n                    );\n\n                    if (!in_array('mail', $disabledFunctions)) {\n                        $this->ini['phpiniDisableFunctions'] .= ',mail';\n                    }\n                }\n\n                foreach (\n                    [\n                        'phpiniMemoryLimit', 'phpiniPostMaxSize',\n                        'phpiniUploadMaxFileSize', 'phpiniMaxExecutionTime',\n                        'phpiniMaxInputTime'\n                    ] as $option\n                ) {\n                    if (isset($domainIni[$option])) {\n                        // Set new INI value\n                        $this->setDomainIni($option, $domainIni[$option]);\n                    }\n\n\n                    // We ensure that client domain INI value is not greater\n                    //than reseller value\n                    $optionValue = $this->getResellerPermission($option);\n                    if ($this->getDomainIni($option) > $optionValue) {\n                        $this->setDomainIni($option, $optionValue);\n                    }\n                }\n            }\n\n            if ($needChange\n                || $this->saveDomainIni(\n                    $clientId, $row['domain_id'], $row['domain_type']\n                )\n            ) {\n                $this->updateDomainStatuses(\n                    $this->getIniLevel(),\n                    $clientId,\n                    $row['domain_id'],\n                    $row['domain_type']\n                );\n                $needBackendRequest = true;\n            }\n\n        }\n\n        return $needBackendRequest;\n    }\n\n    /**\n     * Create missing PHP INI entries\n     *\n     * Handle case were an entry has been removed by mistake in the php_ini\n     * table.\n     *\n     * @param string $clientId Customer unique identifier\n     * @return void\n     */\n    protected function createMissingPhpIniEntries(string $clientId): void\n    {\n        $phpini = clone($this);\n        $domain = exec_query(\n            'SELECT domain_id FROM domain WHERE domain_admin_id = ?',\n            [$clientId]\n        );\n        $domainId = $domain->fetchRow(PDO::FETCH_COLUMN);\n\n        $phpini->loadDomainIni($clientId, $domainId, 'dmn');\n        // If no entry found, create one with default values\n        if ($phpini->isDefaultDomainIni()) {\n            $phpini->saveDomainIni($clientId, $domainId, 'dmn');\n        }\n\n        $subdomains = exec_query(\n            '\n                SELECT `subdomain_id`\n                FROM `subdomain`\n                WHERE `domain_id` = ?\n                AND `subdomain_status` <> ?\n            ',\n            [$domainId, 'todelete']\n        );\n        while ($subdomain = $subdomains->fetchRow()) {\n            $phpini->loadDomainIni(\n                $clientId, $subdomain['subdomain_id'], 'sub'\n            );\n\n            // If no entry found, create one with default values\n            if ($phpini->isDefaultDomainIni()) {\n                $phpini->saveDomainIni(\n                    $clientId, $subdomain['subdomain_id'], 'sub'\n                );\n            }\n        }\n        unset($subdomains);\n\n        $domainAliases = exec_query(\n            '\n                SELECT `alias_id`\n                FROM `domain_aliasses`\n                WHERE `domain_id` = ?\n                AND `alias_status` <> ?\n            ',\n            [$domainId, 'todelete']\n        );\n        while ($domainAlias = $domainAliases->fetchRow()) {\n            $phpini->loadDomainIni($clientId, $domainAlias['alias_id'], 'als');\n\n            // If no entry found, create one with default values\n            if ($phpini->isDefaultDomainIni()) {\n                $phpini->saveDomainIni(\n                    $clientId, $domainAlias['alias_id'], 'als'\n                );\n            }\n        }\n        unset($domainAliases);\n\n        $subdomainAliases = exec_query(\n            '\n                SELECT `subdomain_alias_id`\n                FROM `subdomain_alias`\n                JOIN `domain_aliasses` USING(`alias_id`)\n                WHERE `domain_id` = ?\n                AND `subdomain_alias_status` <> ?\n            ',\n            [$domainId, 'todelete']\n        );\n        while ($subdomainAlias = $subdomainAliases->fetchRow()) {\n            $phpini->loadDomainIni(\n                $clientId, $subdomainAlias['subdomain_alias_id'], 'subals'\n            );\n\n            // If no entry found, create one with default values\n            if ($phpini->isDefaultDomainIni()) {\n                $phpini->saveDomainIni\n                ($clientId, $subdomainAlias['subdomain_alias_id'], 'subals'\n                );\n            }\n        }\n        unset($subdomainAliases);\n    }\n\n    /**\n     * Loads domain INI values\n     *\n     * @param string $adminId Owner unique identifier\n     * @param string $domainId Domain unique identifier\n     * @param string $domainType Domain type (dmn|als|sub|subals)\n     * @reutrn void\n     * @throws Exception\n     */\n    public function loadDomainIni(\n        ?string $adminId = NULL,\n        ?string $domainId = NULL,\n        ?string $domainType = NULL\n    ): void\n    {\n        if (empty($this->cp)) {\n            throw new Exception('You must first load client permissions.');\n        }\n\n        if (NULL !== $adminId && NULL !== $domainId && NULL !== $domainType) {\n            $stmt = exec_query(\n                '\n                    SELECT *\n                    FROM `php_ini`\n                    WHERE `admin_id` = ?\n                    AND `domain_id` = ?\n                    AND `domain_type` = ?\n                ',\n                [$adminId, $domainId, $domainType]\n            );\n\n            if ($stmt->rowCount()) {\n                $row = $stmt->fetchRow();\n                $this->ini['phpiniAllowUrlFopen'] = $row['allow_url_fopen'];\n                $this->ini['phpiniDisplayErrors'] = $row['display_errors'];\n                $this->ini['phpiniErrorReporting'] = $row['error_reporting'];\n                $this->ini['phpiniDisableFunctions'] =\n                    $row['disable_functions'];\n                $this->ini['phpiniPostMaxSize'] = $row['post_max_size'];\n                $this->ini['phpiniUploadMaxFileSize'] =\n                    $row['upload_max_filesize'];\n                $this->ini['phpiniMaxExecutionTime'] =\n                    $row['max_execution_time'];\n                $this->ini['phpiniMaxInputTime'] = $row['max_input_time'];\n                $this->ini['phpiniMemoryLimit'] = $row['memory_limit'];\n\n                $this->isDefaultIni = false;\n                return;\n            }\n        }\n\n        $this->ini['phpiniAllowUrlFopen'] = 'off';\n        $this->ini['phpiniDisplayErrors'] = 'off';\n        // Production value\n        $this->ini['phpiniErrorReporting'] = 'E_ALL & ~E_DEPRECATED & ~E_STRICT';\n        $this->ini['phpiniDisableFunctions'] =\n            'exec,passthru,phpinfo,popen,proc_open,show_source,shell,shell_exec'\n            . ',symlink,system';\n\n        if (!$this->clientHasPermission('phpiniMailFunction')) {\n            $this->ini['phpiniDisableFunctions'] .= ',mail';\n        }\n\n        // Value taken from Debian default php.ini file\n        $this->ini['phpiniMemoryLimit'] = min(\n            $this->rp['phpiniMemoryLimit'], 128\n        );\n        $this->ini['phpiniPostMaxSize'] = min(\n            $this->rp['phpiniPostMaxSize'], 8\n        );\n        $this->ini['phpiniUploadMaxFileSize'] = min(\n            $this->rp['phpiniUploadMaxFileSize'], 2\n        );\n        $this->ini['phpiniMaxExecutionTime'] = min(\n            $this->rp['phpiniMaxExecutionTime'], 30\n        );\n        $this->ini['phpiniMaxInputTime'] = min(\n            $this->rp['phpiniMaxInputTime'], 60\n        );\n\n        $this->isDefaultIni = true;\n    }\n\n    /**\n     * Whether or not domain INI option values are set with default option\n     * values.\n     *\n     * @return bool\n     */\n    public function isDefaultDomainIni(): bool\n    {\n        return $this->isDefaultIni;\n    }\n\n    /**\n     * Saves domain INI values\n     *\n     * @param string $adminId Owner unique identifier\n     * @param string $domainId Domain unique identifier\n     * @param string $domainType Domain type (dmn|als|sub|subals)\n     * @return bool Boolean Whether or not a backend request is needed\n     * @throws Exception if domain PHP configuration options were not loaded\n     */\n    public function saveDomainIni(\n        string $adminId, string $domainId, string $domainType\n    ): bool\n    {\n        if (!$this->ini) {\n            throw new Exception('Domain PHP INI directives were not loaded.');\n        }\n\n        $stmt = exec_query(\n            '\n                INSERT INTO php_ini (\n                    `admin_id`, `domain_id`, `domain_type`, `disable_functions`,\n                    `allow_url_fopen`, `display_errors`, `error_reporting`,\n                    `post_max_size`, `upload_max_filesize`, `max_execution_time`,\n                    `max_input_time`, `memory_limit`\n                ) VALUES (\n                    :admin_id, :domain_id, :domain_type, :disable_functions,\n                    :allow_url_fopen, :display_errors, :error_reporting,\n                    :post_max_size, :upload_max_file_size, :max_execution_time,\n                    :max_input_time, :memory_limit\n                ) ON DUPLICATE KEY UPDATE\n                    `disable_functions` = :disable_functions,\n                    `allow_url_fopen` = :allow_url_fopen,\n                    `display_errors` = :display_errors,\n                    `error_reporting` = :error_reporting,\n                    `post_max_size` = :post_max_size,\n                    `upload_max_filesize` = :upload_max_file_size,\n                    `max_execution_time` = :max_execution_time,\n                    `max_input_time` = :max_input_time,\n                    `memory_limit` = :memory_limit\n            ',\n            [\n                'admin_id'             => $adminId,\n                'domain_id'            => $domainId,\n                'domain_type'          => $domainType,\n                'disable_functions'    => $this->ini['phpiniDisableFunctions'],\n                'allow_url_fopen'      => $this->ini['phpiniAllowUrlFopen'],\n                'display_errors'       => $this->ini['phpiniDisplayErrors'],\n                'error_reporting'      => $this->ini['phpiniErrorReporting'],\n                'post_max_size'        => $this->ini['phpiniPostMaxSize'],\n                'upload_max_file_size' => $this->ini['phpiniUploadMaxFileSize'],\n                'max_execution_time'   => $this->ini['phpiniMaxExecutionTime'],\n                'max_input_time'       => $this->ini['phpiniMaxInputTime'],\n                'memory_limit'         => $this->ini['phpiniMemoryLimit']\n            ]\n        );\n\n        return (bool)$stmt->rowCount();\n    }\n\n    /**\n     * Gets client PHP permission(s)\n     *\n     * @param string $permission Permission name\n     * @return string|int|array Client permissions\n     * @throws Exception if $permission is unknown\n     */\n    public function getClientPermission(?string $permission = NULL)\n    {\n        if (NULL === $permission) {\n            return $this->cp;\n        }\n\n        if (!array_key_exists($permission, $this->cp)) {\n            throw new Exception(sprintf(\n                'Unknown client PHP permission: %s', $permission\n            ));\n        }\n\n        return $this->cp[$permission];\n    }\n\n    /**\n     * Sets value for a domain INI option\n     *\n     * We are safe here. New value is set only if valid.\n     *\n     * @param string $varname Configuration option name\n     * @param int|string $value Configuration option value\n     * @reutrn void\n     * @throws Exception\n     */\n    public function setDomainIni(string $varname, $value): void\n    {\n        if (empty($this->cp)) {\n            throw new Exception('You must first load the client permissions.');\n        }\n\n        if (!$this->validateDomainIni($varname, $value)) {\n            return;\n        }\n\n        switch ($varname) {\n            case 'phpiniPostMaxSize':\n            case 'phpiniUploadMaxFileSize':\n            case 'phpiniMaxExecutionTime':\n            case 'phpiniMaxInputTime':\n            case 'phpiniMemoryLimit':\n                if ($value > $this->getResellerPermission($varname)) {\n                    return;\n                }\n                break;\n            case 'phpiniErrorReporting':\n                break;\n            default:\n                if (!$this->clientHasPermission($varname)) {\n                    return;\n                }\n        }\n\n        $this->ini[$varname] = $value;\n        $this->isDefaultIni = false;\n    }\n\n    /**\n     * Validate value for the given domain PHP configuration option\n     *\n     * Be aware that we don't allow unlimited values. This is by design.\n     *\n     * @param string $varname Configuration option name\n     * @param int|string $value Configuration option value\n     * @return bool TRUE if $value is valid, FALSE otherwise\n     * @throws Exception if $varname is unknown\n     */\n    public function validateDomainIni(string $varname, $value): bool\n    {\n        switch ($varname) {\n            case 'phpiniAllowUrlFopen':\n            case 'phpiniDisplayErrors':\n                return $varname === 'on' || $value === 'off';\n            case 'phpiniErrorReporting':\n                return\n                    // Default value\n                    $value === 'E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED'\n                    // All error (development value)\n                    || $value === '-1'\n                    // Production\n                    || $value === 'E_ALL & ~E_DEPRECATED & ~E_STRICT';\n            case 'phpiniDisableFunctions':\n                $allowedFunctionNames = [\n                    'exec', 'mail', 'passthru', 'phpinfo', 'popen', 'proc_open',\n                    'show_source', 'shell', 'shell_exec', 'symlink', 'system', ''\n                ];\n\n                return array_diff(\n                    explode(',', $value), $allowedFunctionNames\n                ) ? false : true;\n            case 'phpiniMemoryLimit':\n            case 'phpiniMaxExecutionTime':\n            case 'phpiniMaxInputTime':\n                return is_number($value) && $value >= 1 && $value <= 10000;\n            case 'phpiniPostMaxSize':\n                // According PHP doc, post_max_size value *should* be lower than\n                // memory_limit value Limit released since i-MSCP 1.4.4\n                return is_number($value)\n                    //&& $value < $this->domainIni['phpiniMemoryLimit']\n                    && $value >= 1 && $value <= 10000;\n            case 'phpiniUploadMaxFileSize':\n                // According PHP doc, max_upload_filesize value *must* be lower\n                // than post_max_size value Equality accepted since i-MSCP 1.4.4\n                return is_number($value)\n                    //&& $value < $this->domainIni['phpiniPostMaxSize']\n                    && $value <= $this->ini['phpiniPostMaxSize']\n                    && $value >= 1\n                    && $value <= 10000;\n            default:\n                throw new Exception(sprintf(\n                    'Unknown configuration option: %s', $varname\n                ));\n        }\n    }\n\n    /**\n     * Gets reseller PHP permission(s)\n     *\n     * @param string|null $permission Permission name or null for all permissions\n     * @return array|int|string Reseller permissions\n     * @throws Exception if $permission is unknown\n     */\n    public function getResellerPermission(string $permission = NULL)\n    {\n        if (NULL === $permission) {\n            return $this->rp;\n        }\n\n        if (!array_key_exists($permission, $this->rp)) {\n            throw new Exception(sprintf(\n                'Unknown reseller PHP permission: %s', $permission\n            ));\n        }\n\n        return $this->rp[$permission];\n    }\n\n    /**\n     * Update domain statuses\n     *\n     * @param string $configLevel PHP configuration level\n     *                            (per_user|per_domain|per_site)\n     * @param string $adminId Owner unique identifier\n     * @param string $domainId Domain unique identifier\n     * @param string $domainType Domain type (dmn|als|sub|subals)\n     * @return void\n     */\n    public function updateDomainStatuses(\n        string $configLevel,\n        string $adminId,\n        string $domainId,\n        string $domainType\n    ): void\n    {\n        if ($configLevel == 'per_user') {\n            $domainId = get_user_domain_id($adminId);\n            exec_query(\n                \"\n                    UPDATE `domain`\n                    SET `domain_status` = 'tochange'\n                    WHERE `domain_id` = ?\n                    AND `domain_status` NOT IN('disabled', 'todelete')\n                \",\n                [$domainId]\n            );\n            exec_query(\n                \"\n                    UPDATE `domain_aliasses`\n                    SET `alias_status` = 'tochange'\n                    WHERE `domain_id` = ?\n                    AND `alias_status` NOT IN ('disabled', 'todelete')\n                \",\n                [$domainId]\n            );\n        } else {\n            switch ($domainType) {\n                case 'dmn':\n                    $query = \"\n                        UPDATE `domain`\n                        SET `domain_status` = 'tochange'\n                        WHERE `domain_admin_id` = ?\n                        AND `domain_id` = ?\n                        AND `domain_status` NOT IN ('disabled', 'todelete')\n                    \";\n                    break;\n                case 'sub':\n                    $query = \"\n                        UPDATE `subdomain`\n                        JOIN `domain` USING(domain_id)\n                        SET `subdomain_status` = 'tochange'\n                        WHERE `domain_admin_id` = ?\n                        AND `subdomain_id` = ?\n                        AND `subdomain_status` NOT IN ('disabled','todelete')\n                    \";\n                    break;\n                case 'als';\n                    $query = \"\n                        UPDATE `domain_aliasses`\n                        JOIN `domain` USING(`domain_id`)\n                        SET `alias_status` = 'tochange'\n                        WHERE `domain_admin_id` = ?\n                        AND `alias_id` = ?\n                        AND `alias_status` NOT IN ('disabled','todelete')\n                    \";\n                    break;\n                case 'subals':\n                    $query = \"\n                        UPDATE `subdomain_alias`\n                        JOIN `domain_aliasses` USING(`alias_id`)\n                        JOIN `domain` USING(`domain_id`)\n                        SET `subdomain_alias_status` = 'tochange'\n                        WHERE `domain_admin_id` = ?\n                        AND `subdomain_alias_id` = ?\n                        AND `subdomain_alias_status` NOT IN (\n                            'disabled','todelete'\n                        )\n                    \";\n                    break;\n                default:\n                    throw new Exception('Unknown domain type');\n            }\n\n            exec_query($query, [$adminId, $domainId]);\n        }\n    }\n\n    /**\n     * Return current PHP ini level\n     *\n     * @return string\n     */\n    protected function getIniLevel(): string\n    {\n        if (NULL === $this->iniLevel) {\n            $phpConfig = new FileConfig(utils_normalizePath(\n                Registry::get('config')['CONF_DIR'] . '/php/php.data'\n            ));\n            $this->iniLevel = $phpConfig['PHP_CONFIG_LEVEL'];\n        }\n\n        return $this->iniLevel;\n    }\n}\n"
  },
  {
    "path": "gui/src/Plugin/AbstractPlugin.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpIncludeInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Plugin;\n\nuse DirectoryIterator;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\Event\\EventManagerInterface;\nuse iMSCP\\ServiceProviderInterface;\nuse iMSCP\\Utility\\OpcodeCache;\nuse PDO;\nuse Throwable;\n\n/**\n * Class AbstractPlugin\n *\n * New base class for i-MSCP plugins.\n *\n * @package iMSCP\\Plugin\n */\nabstract class AbstractPlugin\n{\n    /**\n     * @var string Plugin name\n     */\n    protected $pluginName;\n\n    /**\n     * @var array Plugin info\n     */\n    protected $pluginInfo;\n\n    /**\n     * @var array Plugin configuration\n     */\n    protected $pluginConfig;\n\n    /**\n     * @var array Plugin previous configuration\n     */\n    protected $pluginConfigPrev;\n\n    /**\n     * @var PluginManager\n     */\n    protected $pluginManager;\n\n    /**\n     * Constructor\n     *\n     * @param PluginManager $pluginManager\n     */\n    public function __construct(PluginManager $pluginManager)\n    {\n        $this->pluginManager = $pluginManager;\n        $this->init();\n    }\n\n    /**\n     * Plugin initialization tasks.\n     *\n     * This method allows to perform additional initialization tasks without\n     * overriding the constructor.\n     *\n     * @return void\n     */\n    protected function init()\n    {\n    }\n\n    /**\n     * Returns plugin name\n     *\n     * @return string\n     * @throws PluginException on failure\n     */\n    public function getName()\n    {\n        if (NULL === $this->pluginName) {\n            $class = get_class($this);\n\n            if ((false !== $pos = strrpos($class, '\\\\'))\n                || (false !== $pos = strrpos($class, '_'))\n            ) {\n                $this->pluginName = substr($class, $pos + 1);\n            } else {\n                throw new PluginException(\n                    \"Couldn't retrieve plugin name from the plugin class name.\"\n                );\n            }\n        }\n\n        return $this->pluginName;\n    }\n    \n    /**\n     * Return plugin info from the database, or from the plugin info.php file if\n     * no data were found in database.\n     *\n     * @return array\n     */\n    public function getInfo()\n    {\n        if (NULL === $this->pluginInfo) {\n            if (!$this->getPluginManager()->pluginIsKnown($this->getName())) {\n                $this->pluginInfo = $this->getInfoFromFile();\n            } else {\n                $stmt = exec_query(\n                    '\n                        SELECT `plugin_info`\n                        FROM `plugin`\n                        WHERE `plugin_name` = ?\n                    ',\n                    [$this->getName()]\n                );\n                $this->pluginInfo = $stmt->rowCount()\n                    ? json_decode($stmt->fetchRow(PDO::FETCH_COLUMN), true)\n                    : $this->getInfoFromFile();\n            }\n        }\n\n        return $this->pluginInfo;\n    }\n\n    /**\n     * Returns plugin info from the plugin info.php file.\n     *\n     * Plugin info.php file need to return an associative array with the\n     * following key-value pairs:\n     *  - name        : Plugin name (required)\n     *  - desc        : Plugin short description (required)\n     *  - url         : Plugin site (default: https://www.i-mscp.net)\n     *  - author      : Plugin author name(s) (default: i-MSCP Team)\n     *  - email       : Plugin author email (default: team@i-mscp.net)\n     *  - version     : Plugin version (required)\n     *  - build       : Last build of the plugin in YYYYMMDDNN format (required)\n     *  - require_api : Required i-MSCP plugin API version (required)\n     *  - priority    : Plugin processing priority (default: 0)\n     *\n     * A plugin can also provide other info for its own needs. However, the\n     * following keys are reserved for internal use:\n     *   - __nversion__      : Plugin newest version\n     *   - __nbuild__        : Plugin newest build\n     *   - __installable__   : Whether or not the plugin is installable\n     *   - __uninstallable__ : Whether or not the plugin can be uninstalled\n     *   - __migration__     : Last applied database migration if any\n     *\n     * @return array\n     */\n    public function getInfoFromFile()\n    {\n        $file = $this->getPluginManager()->pluginGetRootDir()\n            . DIRECTORY_SEPARATOR . $this->getName() . DIRECTORY_SEPARATOR\n            . 'info.php';\n\n        if (!@is_readable($file)) {\n            throw new PluginException(sprintf(\n                \"Couldn't read the %s plugin info.php file.\", $this->getName()\n            ));\n        }\n\n        // Be sure to load newest version on next call\n        OpcodeCache::clearAllActive($file);\n\n        return array_merge(\n            [\n                'url'      => 'https://www.i-mscp.net',\n                'author'   => 'i-MSCP Team',\n                'email'    => 'team@i-mscp.net',\n                'priority' => 0\n            ],\n            include $file\n        );\n    }\n    \n    /**\n     * Return the plugin configuration from the plugin config.php file, and\n     * local configuration file if any.\n     *\n     * @return array\n     */\n    public function getConfigFromFile()\n    {\n        $pluginManager = $this->getPluginManager();\n        $pluginName = $this->getName();\n        $pluginConfigFile = $this->getPluginManager()->pluginGetRootDir()\n            . DIRECTORY_SEPARATOR . $pluginName . DIRECTORY_SEPARATOR\n            . 'config.php';\n        $pluginConfig = [];\n\n        if (!file_exists($pluginConfigFile)) {\n            return $pluginConfig;\n        }\n\n        if (!@is_readable($pluginConfigFile)) {\n            throw new PluginException(sprintf(\n                \"Couldn't read read the plugin %s file. Please fix the file permissions\",\n                $pluginConfigFile\n            ));\n        }\n\n        $pluginConfig = include $pluginConfigFile;\n\n        // Be sure to load newest version on next call\n        OpcodeCache::clearAllActive($pluginConfigFile);\n\n        # See https://wiki.i-mscp.net/doku.php?id=plugins:configuration\n        $file = $pluginManager->pluginGetPersistentDataDir()\n            . DIRECTORY_SEPARATOR . 'plugins' . DIRECTORY_SEPARATOR\n            . \"$pluginName.php\";\n\n        if (@is_readable($file)) {\n            $localConfig = include $file;\n            // Be sure to load newest version on next call\n            OpcodeCache::clearAllActive($file);\n\n            // Remove item(s) first (if needed)\n            if (array_key_exists('__REMOVE__', $localConfig)) {\n                if (is_array($localConfig['__REMOVE__'])) {\n                    $pluginConfig = utils_arrayDiffRecursive(\n                        $pluginConfig, $localConfig['__REMOVE__']\n                    );\n                }\n\n                unset($localConfig['__REMOVE__']);\n            }\n\n            $pluginConfig = utils_arrayMergeRecursive($pluginConfig, $localConfig);\n        }\n\n        return $pluginConfig;\n    }\n\n    /**\n     * Return the plugin configuration from the database, or from the plugin\n     * config.php file if no data were found in the database.\n     *\n     * @return array\n     * @throws PluginException on failure\n     */\n    public function getConfig()\n    {\n\n        if (NULL === $this->pluginConfig) {\n            try {\n                if ($this->getPluginManager()->pluginIsKnown($this->getName())) {\n                    $stmt = exec_query(\n                        'SELECT plugin_config FROM plugin WHERE plugin_name = ?',\n                        $this->getName()\n                    );\n                    $this->pluginConfig = $stmt->rowCount()\n                        ? json_decode($stmt->fetchRow(PDO::FETCH_COLUMN), true)\n                        : $this->getConfigFromFile();\n                } else {\n                    $this->pluginConfig = $this->getConfigFromFile();\n                }\n            } catch (Throwable $e) {\n                throw new PluginException(sprintf(\n                    \"Couldn't get plugin configuration: %s\", $e->getMessage()\n                ));\n            }\n        }\n        return $this->pluginConfig;\n    }\n\n    /**\n     * Returns the given plugin configuration parameter.\n     *\n     * @param string $param Configuration parameter name\n     * @param mixed $default Default value returned if $param is not found\n     * @return mixed Configuration parameter value or $default if $param not\n     *               found\n     * @throws PluginException on failure\n     */\n    public function getConfigParam(string $param, $default = NULL)\n    {\n        $pluginConfig = $this->getConfig();\n\n        return isset($pluginConfig[$param]) ? $pluginConfig[$param] : $default;\n    }\n\n    /**\n     * Return the plugin previous configuration from the database, or from the\n     * plugin configuration file if no data were found in the database.\n     *\n     * @return array\n     * @throws PluginException on failure\n     */\n    public function getConfigPrev()\n    {\n        if (NULL === $this->pluginConfigPrev) {\n            try {\n                if ($this->getPluginManager()->pluginIsKnown($this->getName())) {\n                    $stmt = exec_query(\n                        '\n                        SELECT `plugin_config_prev`\n                        FROM `plugin`\n                        WHERE `plugin_name` = ?\n                    ',\n                        [$this->getName()]\n                    );\n                    $this->pluginConfigPrev = $stmt->rowCount()\n                        ? json_decode($stmt->fetchRow(PDO::FETCH_COLUMN), true)\n                        : $this->getConfig();\n                } else {\n                    $this->pluginConfigPrev = $this->getConfig();\n                }\n            } catch (Throwable $e) {\n                throw new PluginException(sprintf(\n                    \"Couldn't get plugin previous configuration: %s\",\n                    $e->getMessage()\n                ));\n            }\n        }\n\n        return $this->pluginConfigPrev;\n    }\n\n    /**\n     * Returns the given previous plugin configuration.\n     *\n     * @param string $param Configuration parameter name\n     * @param mixed $default Default value returned if $param is not found\n     * @return mixed Configuration parameter value\n     * @throws PluginException on failure\n     */\n    public function getConfigPrevParam(string $param, $default = NULL)\n    {\n        $pluginConfigPrev = $this->getConfigPrev();\n\n        return isset($pluginConfigPrev[$param])\n            ? $pluginConfigPrev[$param] : $default;\n    }\n\n    /**\n     * Get plugin manager\n     *\n     * @return PluginManager\n     */\n    final public function getPluginManager(): PluginManager\n    {\n        return $this->pluginManager;\n    }\n\n    /**\n     * Register the plugin event listeners\n     *\n     * @param EventManagerInterface $events\n     * @return void\n     */\n    public function register(EventManagerInterface $events)\n    {\n    }\n\n    /**\n     * Return the plugin routes.\n     *\n     * Old (deprecated) way (prior plugin API 1.5.1)\n     * <code>\n     * return [\n     *  // Plugin API < 1.5.1 (deprecated)\n     *\n     *  // This is the former and the very basic method to add plugin routes.\n     *  //\n     *  // The key represents the route path, and the value, the route\n     *  // handler, that is, the PHP script that is responsible to handle\n     *  // the request. Note that named placeholders are not supported.\n     *  //\n     *  // This method will be removed in next i-MSCP minor version (1.5.4).\n     *  '/client/SamplePlugin/HelloWorld' => __DIR__ . '/frontend/hello_world.php',\n     *\n     *   //// Plugin API >= 1.5.1\n     *\n     *   // Array defining a single route\n     *   [\n     *     // Route URI pattern (REQUIRED)\n     *     'pattern'    => '/route/uri/pattern',\n     *     // List of allowed HTTP methods for this route (OPTIONAL)\n     *     // If not provided, all HTTP methods will be allowed.\n     *     // Allowed methods: GET, POST, PUT, DELETE, PATCH\n     *     'method'     => ['GET'],\n     *     // The route (request) handler (REQUIRED).\n     *     'handler'    => RequestHandler::class,\n     *     // List of route middleware (OPTIONAL)\n     *     'middleware' => [\n     *        FirstMiddleware::class,\n     *        SecondMiddleware:class\n     *     ],\n     *     // The route name (OPTIONAL)\n     *     'name'       => 'route_name'\n     *   ],\n     *   ...\n     *   // Array defining a route group\n     *   [\n     *     'pattern' => '/group/route/uri/pattern',\n     *     // List of arrays defining single route\n     *     'routes' [\n     *       ...\n     *     ]\n     *   ]\n     *   ...\n     * ];\n     * </code>\n     *\n     * See also:\n     * - http://www.slimframework.com/docs/v3/objects/router.html\n     * - http://www.slimframework.com/docs/v3/concepts/middleware.html\n     *\n     * @return array An array containing action script paths\n     */\n    public function getRoutes()\n    {\n        return [];\n    }\n\n    /**\n     * Return the plugin service provider (since plugin API 1.5.1)\n     *\n     * A plugin service provider make it possible to prepare, manage and\n     * inject the plugin dependencies.\n     *\n     * See also: http://www.slimframework.com/docs/v3/concepts/di.html\n     *\n     * @return ServiceProviderInterface|null\n     */\n    public function getServiceProvider(): ?ServiceProviderInterface\n    {\n        return NULL;\n    }\n\n    /**\n     * Route an URL\n     *\n     * This method allow the plugin to provide its own routing logic. If a\n     * route match the given URL, this method MUST return a string representing\n     * the action script to load, else, NULL must be returned. For instance:\n     *\n     * <code>\n     * if (strpos($urlComponents['path'], '/mydns/api/') === 0) {\n     *  return $this->getPluginManager()->pluginGetDirectory() . '/'\n     *   . $this->getName() . '/api.php';\n     * }\n     *\n     * return null;\n     * </code>\n     *\n     * @param array $urlComponents Associative array containing URL components\n     * @return string|null Either a string representing an action script path\n     *                     or null if not route match the URL\n     * @deprecated since v1.5.3 (build 2019*) - backward compatibility ensured\n     *             through duck-typing in the iMSCP\\Plugin\\PluginRoutesInjector\n     */\n    /*\n    public function route( $urlComponents)\n    {\n        return NULL;\n    }\n    */\n\n    /**\n     * Plugin installation tasks.\n     *\n     * This method is automatically called by the plugin manager when the\n     * plugin is being installed.\n     *\n     * On failure, this method *MUST* throw an iMSCP\\Plugin\\PluginException\n     *\n     * @param PluginManager $pluginManager\n     * @return void\n     */\n    public function install(PluginManager $pluginManager)\n    {\n    }\n\n    /**\n     * Plugin uninstallation tasks.\n     *\n     * This method is automatically called by the plugin manager when the\n     * plugin is being uninstalled.\n     *\n     * On failure, this method *MUST* throw an iMSCP\\Plugin\\PluginException\n     *\n     * @param PluginManager $pluginManager\n     * @return void\n     */\n    public function uninstall(PluginManager $pluginManager)\n    {\n    }\n\n    /**\n     * Plugin deletion tasks.\n     *\n     * This method is automatically called by the plugin manager when the\n     * plugin is being deleted.\n     *\n     * On failure, this method *MUST* throw an iMSCP\\Plugin\\PluginException\n     *\n     * @param PluginManager $pluginManager\n     * @return void\n     */\n    public function delete(PluginManager $pluginManager)\n    {\n    }\n\n    /**\n     * Plugin update tasks.\n     *\n     * This method is automatically called by the plugin manager when\n     * the plugin is being updated.\n     *\n     * On failure, this method *MUST* throw an iMSCP\\Plugin\\PluginException\n     *\n     * @param PluginManager $pluginManager\n     * @param string $fromVersion Version from which plugin update is initiated\n     * @param string $toVersion Version to which plugin is updated\n     * @return void\n     */\n    public function update(\n        PluginManager $pluginManager, string $fromVersion, string $toVersion\n    )\n    {\n    }\n\n    /**\n     * Plugin activation tasks.\n     *\n     * This method is automatically called by the plugin manager when the\n     * plugin is being enabled (activated).\n     *\n     * On failure, this method *MUST* throw an iMSCP\\Plugin\\PluginException\n     *\n     * @param PluginManager $pm\n     * @return void\n     */\n    public function enable(PluginManager $pm)\n    {\n    }\n\n    /**\n     * Plugin deactivation tasks.\n     *\n     * This method is automatically called by the plugin manager when the\n     * plugin is being disabled (deactivated).\n     *\n     * On failure, this method *MUST* throw an iMSCP\\Plugin\\PluginException\n     *\n     * @param PluginManager $pm\n     * @return void\n     */\n    public function disable(PluginManager $pm)\n    {\n    }\n\n    /**\n     * Get plugin item with error status.\n     *\n     * This method is called by the i-MSCP debugger and *MUST* be implemented\n     * by any plugin which manage its own items.\n     *\n     * @return array\n     */\n    public function getItemWithErrorStatus()\n    {\n        return [];\n    }\n\n    /**\n     * Set status of the given plugin item to 'tochange'\n     *\n     * This method is called by the i-MSCP debugger.\n     *\n     * Note: *MUST* be implemented by any plugin which manage its own items.\n     *\n     * @param string $table Table name\n     * @param string $field Status field name\n     * @param string $itemId item unique identifier\n     * @return void\n     */\n    public function changeItemStatus(\n        string $table, string $field, string $itemId\n    )\n    {\n    }\n\n    /**\n     * Return count of request in progress.\n     *\n     * This method is called by the i-MSCP debugger.\n     *\n     * Note: *MUST* be implemented by any plugin which manage its own items.\n     *\n     * @return int\n     */\n    public function getCountRequests()\n    {\n        return 0;\n    }\n\n    /**\n     * Migrate plugin database schema.\n     *\n     * This method provide a convenient way to alter plugins's database schema\n     * over the time in a consistent and easy way.\n     *\n     * This method considers each migration as being a new 'version' of the\n     * database schema. A schema starts off with nothing in it, and each\n     * migration modifies it to add or remove tables, columns, or entries. Each\n     * time a new migration is applied, the 'db_schema_version' info field is\n     * updated. This allow to keep track of the last applied database\n     * migration.\n     *\n     * This method can work in both senses update (up) and downgrade (down) modes.\n     *\n     * USAGE:\n     *\n     * Any plugin which uses this method *MUST* provide an sql directory at the\n     * root of its directory, which contain all migration files.\n     *\n     * Migration file naming convention:\n     *\n     * Each migration file must be named using the following naming convention:\n     *\n     * <version>_<description>.php where:\n     *\n     * - <version> migration version number such as 003\n     * - <description> migration description such as create_xxx_table\n     *\n     * Resulting to the following migration file:\n     *\n     * 003_create_xxx_table.php\n     *\n     * Note: version of first migration file *MUST* start to 001 and not 000.\n     *\n     * Migration file structure:\n     *\n     * A migration file is a simple PHP file which return an associative array\n     * containing exactly two pairs of key/value:\n     *\n     * - The 'up' key for which the value must be the SQL statement to be\n     *   executed in the 'up' mode\n     * - The 'down' key for which the value must be the SQL statement to be\n     *   executed in the 'down' mode\n     *\n     * If one of these keys is missing, the migrateDb method won't complain\n     * and will simply continue its work normally. However, it's greatly\n     * recommended to always provide both SQL statements as described above.\n     *\n     * Sample:\n     *\n     * <code>\n     * return array(\n     *     'up' => 'ALTER TABLE <table> ADD <column_def> AFTER <column>',\n     *     'down' => 'ALTER TABLE <table> DROP COLUMN <column>'\n     * );\n     * </code>\n     *\n     * Finally, when a plugin doesn't longer provide migration files, it should\n     * call this method in down mode through its update() method to remove the\n     * 'db_schema_version' info field. For instance:\n     *\n     * <code>\n     * public function update (\n     *  iMSCP\\Plugin\\PluginManager $pm, $fromVersion, $toVersion\n     * )\n     * {\n     *      try {\n     *          # Migrations no longer provided since version x.x.x\n     *          if( version_compare($fromVersion, 'x.x.x', '<')) {\n     *              $this->migrateDb('down');\n     *          }\n     *      } catch(Exception $e) {\n     *          throw new iMSCP\\Plugin\\PluginException(\n     *              $e->getMessage(), $e->getCode(), $e\n     *          );\n     *      }\n     * }\n     * </code>\n     *\n     * @param string $migrationMode Migration mode (up|down)\n     * @param string $migrationDir (default to <plugin>/sql directory)\n     * @return void\n     */\n    final protected function migrateDb(\n        $migrationMode = 'up', $migrationDir = NULL\n    )\n    {\n        $pluginName = $this->getName();\n        $pluginManager = $this->getPluginManager();\n        $migrationDir = is_string($migrationDir)\n            ? $migrationDir\n            : $pluginManager->pluginGetRootDir() . '/' . $pluginName . '/sql';\n        $pluginInfo = $this->getInfo();\n        $dbSchemaVersion = isset($pluginInfo['db_schema_version'])\n            ? $pluginInfo['db_schema_version'] : '000';\n        $migrationFiles = [];\n\n        try {\n            if (!@is_dir($migrationDir)) {\n                // Cover case where there are no longer migration files provided\n                // by the plugin. In such a case, we need remove the\n                // db_schema_version field from the plugin info.\n                if ($migrationMode == 'down') {\n                    unset($pluginInfo['db_schema_version']);\n                    $pluginManager->pluginUpdateInfo($pluginName, $pluginInfo);\n                    return;\n                }\n\n                throw new PluginException(sprintf(\n                    \"Directory %s doesn't exists.\", $migrationDir\n                ));\n            }\n\n            /** @var $migrationFileInfo DirectoryIterator */\n            foreach (\n                new DirectoryIterator($migrationDir) as $migrationFileInfo\n            ) {\n                if (!$migrationFileInfo->isDot()) {\n                    $migrationFiles[] = $migrationFileInfo->getRealPath();\n                }\n            }\n\n            natsort($migrationFiles);\n\n            if ($migrationMode == 'down') {\n                $migrationFiles = array_reverse($migrationFiles);\n            }\n\n            ignore_user_abort(true);\n            $db = DatabaseMySQL::getInstance();\n\n            foreach ($migrationFiles as $migrationFile) {\n                if (!@is_readable($migrationFile)) {\n                    throw new PluginException(tohtml(sprintf(\n                        'Migration file %s is not readable.', $migrationFile\n                    )));\n                }\n\n                if (!preg_match(\n                    '/(\\d+)_[^\\/]+\\.php$/i', $migrationFile, $version\n                )) {\n                    throw new PluginException(tohtml(sprintf(\n                        \"File %s doesn't look like a migration file.\",\n                        $migrationFile\n                    )));\n                }\n\n                if (($migrationMode == 'up' && $version[1] > $dbSchemaVersion)\n                    || ($migrationMode == 'down'\n                        && $version[1] <= $dbSchemaVersion\n                    )\n                ) {\n                    $migrationFilesContent = include($migrationFile);\n                    if (isset($migrationFilesContent[$migrationMode])) {\n                        $stmt = $db->prepare(\n                            $migrationFilesContent[$migrationMode]\n                        );\n                        $db->execute($stmt);\n\n                        /** @noinspection PhpStatementHasEmptyBodyInspection */\n                        while ($stmt->nextRowset()) {\n                            /* https://bugs.php.net/bug.php?id=61613 */\n                        };\n                    }\n\n                    $dbSchemaVersion = $version[1];\n                }\n            }\n\n            $pluginInfo['db_schema_version'] = ($migrationMode == 'up')\n                ? $dbSchemaVersion : '000';\n            $pluginManager->pluginUpdateInfo($pluginName, $pluginInfo);\n        } catch (PluginException $e) {\n            $pluginInfo['db_schema_version'] = $dbSchemaVersion;\n            $pluginManager->pluginUpdateInfo($pluginName, $pluginInfo);\n\n            throw new PluginException($e->getMessage(), $e->getCode(), $e);\n        }\n    }\n\n\n    /**\n     * Make sure that new plugin information and parameters will be reloaded\n     * when the object get cloned.\n     *\n     * @return void\n     */\n    final public function __clone()\n    {\n        $this->pluginInfo = null;\n        $this->pluginConfig = null;\n        $this->pluginConfigPrev = null;\n    }\n}\n"
  },
  {
    "path": "gui/src/Plugin/BruteForce.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\nnamespace iMSCP\\Plugin;\n\nuse iMSCP\\Event\\Event;\nuse iMSCP\\Event\\EventDescription;\nuse iMSCP\\Event\\EventManagerInterface;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Registry;\n\n/**\n * Class BruteForce\n *\n * This class can be used in two different ways:\n *  - As a plugin that listen to the onBeforeAuthentication event which is\n *    triggered by authentication service class\n *  - As a simple component\n *\n * @package iMSCP\\Plugin\n */\nclass BruteForce extends AbstractPlugin\n{\n    /**\n     * @var int Tells whether or not waiting time between login|captcha attempts\n     *          is enabled\n     */\n    protected $waitTimeEnabled = 0;\n\n    /**\n     * @var int Blocking time in minutes\n     */\n    protected $blockingTime = 0;\n\n    /**\n     * @var int Waiting time in seconds between each login|captcha attempts\n     */\n    protected $waitingTime = 0;\n\n    /**\n     * @var int Max. login/captcha attempts before blocking time is taking\n     *               effect\n     */\n    protected $maxAttemptsBeforeBlocking = 0;\n\n    /**\n     * @var string Client IP address\n     */\n    protected $clientIpAddr;\n\n    /**\n     * @var string Target form (login|captcha)\n     */\n    protected $targetForm = 'login';\n\n    /**\n     * @var int Time during which an IP address is blocked\n     */\n    protected $isBlockedFor = 0;\n\n    /**\n     * @var int Time to wait before a new login|captcha attempts\n     */\n    protected $isWaitingFor = 0;\n\n    /**\n     * @var int Max. attempts before waiting time is taking effect\n     */\n    protected $maxAttemptsBeforeWaitingTime = 0;\n\n    /**\n     * @var bool Tells whether or not a login attempt has been recorded\n     */\n    protected $recordExists = false;\n\n    /**\n     * @var string Session unique identifier\n     */\n    protected $sessionId;\n\n    /**\n     * @var string Last message raised\n     */\n    protected $message;\n\n    /**\n     * Constructor\n     *\n     * @param PluginManager $pluginManager\n     * @param string $targetForm Target form (login|captcha)\n     * @çeturn void\n     */\n    public function __construct(PluginManager $pluginManager, $targetForm = 'login')\n    {\n        $cfg = Registry::get('config');\n\n        if ($targetForm == 'login') {\n            $this->maxAttemptsBeforeBlocking = $cfg['BRUTEFORCE_MAX_LOGIN'];\n        } elseif ($targetForm == 'captcha') {\n            $this->maxAttemptsBeforeBlocking = $cfg['BRUTEFORCE_MAX_CAPTCHA'];\n        } else {\n            throw new PluginException(tr(\n                'Unknown bruteforce detection type: %s', $targetForm\n            ));\n        }\n\n        $this->clientIpAddr = getIpAddr();\n        $this->targetForm = $targetForm;\n        $this->sessionId = session_id();\n        $this->waitTimeEnabled = $cfg['BRUTEFORCE_BETWEEN'];\n        $this->maxAttemptsBeforeWaitingTime =\n            $cfg['BRUTEFORCE_MAX_ATTEMPTS_BEFORE_WAIT'];\n        $this->waitingTime = $cfg['BRUTEFORCE_BETWEEN_TIME'];\n        $this->blockingTime = $cfg['BRUTEFORCE_BLOCK_TIME'];\n\n        exec_query(\n            '\n                DELETE FROM `login` WHERE `lastaccess` < (UNIX_TIMESTAMP() - ?)\n                AND `user_name` = ?\n            ',\n            [$this->blockingTime * 60, '__bruteforce__']\n        );\n\n        parent::__construct($pluginManager);\n    }\n\n    /**\n     * Returns plugin general information\n     *\n     * @return array\n     */\n    public function getInfo()\n    {\n        if (NULL === $this->pluginInfo) {\n            $this->pluginInfo = [\n                'name'        => 'Bruteforce',\n                'author'      => 'Laurent Declercq',\n                'email'       => 'l.declercq@nuxwin.com',\n                'version'     => '0.0.7',\n                'build'       => '2019062200',\n                'require_api' => '1.0.0',\n                'desc'        => 'Provides countermeasures against brute-force and dictionary attacks.',\n                'url'         => 'http://www.i-mscp.net'\n            ];\n        }\n\n        return $this->pluginInfo;\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function register(EventManagerInterface $events)\n    {\n        // That plugin must acts early in the authentication process\n        $events->registerListener(\n            Events::onBeforeAuthentication,\n            function(Event $event) {\n                $this->onBeforeAuthentication($event);\n            },\n            100\n        );\n    }\n\n    /**\n     * Is waiting IP address?\n     *\n     * @return bool TRUE if the client have to wait for a next login/captcha\n     *                   attempts, FALSE otherwise\n     */\n    public function isWaiting()\n    {\n        if ($this->isWaitingFor == 0) {\n            return false;\n        }\n\n        $time = time();\n        if ($time < $this->isWaitingFor) {\n            $this->message = tr(\n                'You must wait %s minutes before the next attempt.',\n                strftime('%M:%S', $this->isWaitingFor - $time)\n            );\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Is blocked IP address?\n     *\n     * @return bool TRUE if the client is blocked\n     */\n    public function isBlocked()\n    {\n        if ($this->isBlockedFor == 0) {\n            return false;\n        }\n\n        $time = time();\n        if ($time < $this->isBlockedFor) {\n            $this->message = tr(\n                'You have been blocked for %s minutes.',\n                strftime('%M:%S', $this->isBlockedFor - $time)\n            );\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Returns last message raised\n     *\n     * @return string\n     */\n    public function getLastMessage()\n    {\n        return $this->message;\n    }\n\n    /**\n     * Log a login or captcha attempt\n     *\n     * @return void\n     */\n    public function logAttempt()\n    {\n        if (!$this->recordExists) {\n            $this->createRecord();\n            return;\n        }\n\n        $this->updateRecord();\n    }\n\n    /**\n     * Initialization\n     *\n     * @return void\n     */\n    protected function init()\n    {\n        $stmt = exec_query(\n            '\n                SELECT `lastaccess`, `login_count`, `captcha_count`\n                FROM `login`\n                WHERE `ipaddr` = ?\n                AND `user_name` = ?\n            ',\n            [$this->clientIpAddr, '__bruteforce__']\n        );\n\n        if (!$stmt->rowCount()) {\n            return;\n        }\n\n        $row = $stmt->fetchRow();\n        $this->recordExists = true;\n\n        if ($row[$this->targetForm . '_count'] >= $this->maxAttemptsBeforeBlocking) {\n            $this->isBlockedFor = $row['lastaccess'] + ($this->blockingTime * 60);\n            return;\n        }\n\n        if ($this->waitTimeEnabled\n            && $row[$this->targetForm . '_count']\n            >= $this->maxAttemptsBeforeWaitingTime\n        ) {\n            $this->isWaitingFor = $row['lastaccess'] + $this->waitingTime;\n            return;\n        }\n    }\n\n    /**\n     * onBeforeAuthentication event listener\n     *\n     * @param EventDescription $event\n     * @return null|string\n     */\n    private function onBeforeAuthentication(EventDescription $event)\n    {\n        if ($this->isWaiting() || $this->isBlocked()) {\n            $event->stopPropagation();\n            return $this->getLastMessage();\n        }\n\n        $this->logAttempt();\n        return NULL;\n    }\n\n    /**\n     * Create bruteforce detection record\n     *\n     * @return void\n     */\n    private function createRecord()\n    {\n        exec_query(\n            \"\n                REPLACE INTO `login` (\n                    `session_id`, `ipaddr`, `{$this->targetForm}_count`,\n                    `lastaccess`, `user_name` \n                ) VALUES (\n                    ?, ?, 1, UNIX_TIMESTAMP(), ?\n                )\n            \",\n            [$this->sessionId, $this->clientIpAddr, '__bruteforce__']\n        );\n    }\n\n    /**\n     * Increase login|captcha attempts by 1 for $_ipAddr\n     *\n     * @return void\n     */\n    private function updateRecord()\n    {\n        exec_query(\n            \"\n                UPDATE `login`\n                SET `lastaccess` = UNIX_TIMESTAMP(),\n                    `{$this->targetForm}_count` = `{$this->targetForm}_count` + 1\n                WHERE `ipaddr` = ?\n                AND `user_name` = ?\n            \",\n            [$this->clientIpAddr, '__bruteforce__']\n        );\n    }\n}\n"
  },
  {
    "path": "gui/src/Plugin/Filter/PluginArchive.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n *\n * @noinspection PhpUnhandledExceptionInspection PhpDocMissingThrowsInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Plugin\\Filter;\n\nuse Archive_Tar;\nuse Exception;\nuse iMSCP\\Utility\\OpcodeCache;\nuse Zend_Config;\nuse Zend_Exception;\nuse Zend_Filter_Exception;\nuse Zend_Filter_Interface;\nuse Zend_Loader;\nuse ZipArchive;\n\n/**\n * Class PluginArchive\n *\n * Filter that extract uploaded plugin archive into the plugins directory\n *\n * @package iMSCP\\Plugin\\Filter\n */\nclass PluginArchive implements Zend_Filter_Interface\n{\n    /**\n     * @var array Validator options\n     */\n    protected $_options = [\n        'destination' => NULL,\n        'magic_file'  => NULL\n    ];\n\n    /**\n     * PluginArchive constructor.\n     *\n     * @param mixed $options\n     * @return void\n     */\n    public function __construct($options)\n    {\n        if ($options instanceof Zend_Config) {\n            $options = $options->toArray();\n        } elseif (!is_array($options)) {\n            $options = func_get_args();\n            $temp['destination'] = array_shift($options);\n\n            if (!empty($options)) {\n                $temp['magic_file'] = array_shift($options);\n            }\n\n            $options = $temp;\n        }\n\n        $options += $this->_options;\n        $this->setOptions($options);\n    }\n\n    /**\n     * Returns all set options.\n     *\n     * @return array\n     */\n    public function getOptions(): array\n    {\n        return $this->_options;\n    }\n\n    /**\n     * Sets the options for this filter.\n     *\n     * @param array $options\n     * @return PluginArchive\n     */\n    public function setOptions(\n        array $options\n    ): PluginArchive\n    {\n        if (array_key_exists('destination', $options)) {\n            $this->setDestination($options['destination']);\n        }\n\n        if (array_key_exists('magic_file', $options)) {\n            $this->setMagicFile($options['magic_file']);\n        }\n\n        return $this;\n    }\n\n    /**\n     * Set the 'destination' option.\n     *\n     * @param string|null $destination\n     * @return PluginArchive\n     */\n    public function setDestination(\n        ?string $destination\n    ): PluginArchive\n    {\n        if (NULL === $destination) {\n            $destination = GUI_ROOT_DIR . DIRECTORY_SEPARATOR . 'plugins';\n        }\n\n        $destination = (string)$destination;\n\n        if (!is_dir($destination) || !is_writable($destination)) {\n            throw new Zend_Filter_Exception(sprintf(\n                \"Invalid 'destination' option: '%s' is not a directory or is not writable.\",\n                $destination\n            ));\n        }\n\n        $this->_options['destination'] = utils_normalizePath($destination);\n\n        return $this;\n    }\n\n    /**\n     * Set the 'magic_file' option.\n     *\n     * @param null|string $magicFile\n     * @return PluginArchive\n     */\n    public function setMagicFile(\n        ?string $magicFile\n    ): PluginArchive\n    {\n        if (NULL === $magicFile) {\n            $this->_options['magic_file'] = NULL;\n            return $this;\n        }\n\n        $magicFile = (string)$magicFile;\n\n        if (!is_file($magicFile) || !is_readable($magicFile)) {\n            throw new Zend_Filter_Exception(sprintf(\n                \"Invalid 'magic_file' option: '%s' is not a file or is not readable.\",\n                $magicFile\n            ));\n        }\n\n        $this->_options['magic_file'] = utils_normalizePath($magicFile);\n\n        return $this;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function filter($value): string\n    {\n        umask(027);\n        $name = explode('.', basename($value))[0];\n        $destination = $this->getDestination();\n\n        try {\n            $mimeType = $this->_detectMimeType($value);\n\n            if (!in_array($mimeType, [\n                'application/zip', 'application/x-gzip', 'application/x-bzip2',\n                'application/x-xz'\n            ])) {\n                throw new Zend_Filter_Exception(sprintf(\n                    'Unsupported plugin archive type. Only tar.gz, tar.bz2, tar.xz and zip archive types are supported.'\n                ));\n            }\n\n            if ($mimeType == 'application/zip') {\n                $this->_filterZipArchive($value);\n            } else {\n                $this->_filterTarArchive($value, $mimeType);\n\n            }\n        } catch (Exception $e) {\n            $this->_restorePluginDir(\n                $destination . DIRECTORY_SEPARATOR . $name\n            );\n            @unlink($value);\n            throw $e;\n        }\n\n        @unlink($value);\n        @utils_removeDir(\n            $destination . DIRECTORY_SEPARATOR . $name . '-old'\n        );\n        OpcodeCache::clearAllActive();\n\n        return $destination . DIRECTORY_SEPARATOR . $name;\n    }\n\n    /**\n     * Returns the 'destination' option.\n     *\n     * @return string\n     */\n    public function getDestination(): string\n    {\n        return $this->_options['destination'];\n    }\n\n    /**\n     * Internal method to detect the mime type of a file\n     *\n     * @param string $file File\n     * @return string Mime-type of given file\n     */\n    protected function _detectMimeType(string $file): string\n    {\n        if (class_exists('finfo', false)) {\n            $const = defined('FILEINFO_MIME_TYPE')\n                ? FILEINFO_MIME_TYPE\n                : FILEINFO_MIME;\n\n            if (!empty($this->getMagicFile())) {\n                $mime = @finfo_open($const, $this->getMagicFile());\n            }\n\n            if (empty($mime)) {\n                $mime = @finfo_open($const);\n            }\n\n            if (!empty($mime)) {\n                $result = finfo_file($mime, $file);\n            }\n\n            unset($mime);\n        }\n\n        if (empty($result)\n            && (function_exists('mime_content_type')\n                && ini_get('mime_magic.magicfile')\n            )\n        ) {\n            $result = mime_content_type($file);\n        }\n\n        if (empty($result)) {\n            $result = 'application/octet-stream';\n        }\n\n        return $result;\n    }\n\n    /**\n     * Returns 'magic_file' option.\n     *\n     * @return string|null\n     */\n    public function getMagicFile(): ?string\n    {\n        return $this->_options['magic_file'];\n    }\n\n    /**\n     * Internal method to filter a zip archive.\n     *\n     * @param $value\n     * @return void\n     * @throws Zend_Filter_Exception\n     */\n    protected function _filterZipArchive($value): void\n    {\n        if (!extension_loaded('zip')) {\n            throw new Zend_Filter_Exception(sprintf(\n                'Missing %s PHP extension.', 'zip'\n            ));\n        }\n\n        $arch = new ZipArchive();\n        $name = explode('.', basename($value))[0];\n\n        if (true !== $arch->open($value)) {\n            throw new Zend_Filter_Exception(sprintf(\n                'Error while opening the %s plugin archive.', $name\n            ));\n        }\n\n        $destination = $this->getDestination();\n\n        if (!$this->_backupPluginDir(\n            $destination . DIRECTORY_SEPARATOR . $name\n        )) {\n            throw new Zend_Filter_Exception(sprintf(\n                \"Couldn't backup the current %s plugin directory.\",\n                $name\n            ));\n        }\n\n        umask(027);\n\n        if (false === @$arch->extractTo($destination)) {\n            throw new Zend_Filter_Exception(sprintf(\n                'Error while extracting the %s plugin archive.',\n                $name\n            ));\n        }\n\n        $arch->close();\n    }\n\n    /**\n     * Internal method to backup old backup directory.\n     *\n     * @param string $pluginDir\n     * @return bool\n     */\n    protected function _backupPluginDir(string $pluginDir): bool\n    {\n        if (!@utils_removeDir($pluginDir . '-old')) {\n            return false;\n        }\n\n        if (!is_dir($pluginDir)) {\n            return true;\n        }\n\n        return @rename($pluginDir, $pluginDir . '-old');\n    }\n\n    /**\n     * Internal method to filter a tar archive.\n     *\n     * @param $value\n     * @param $type\n     * @return void\n     * @throws Zend_Filter_Exception\n     */\n    protected function _filterTarArchive($value, $type): void\n    {\n        try {\n            Zend_Loader::loadClass('Archive_Tar');\n        } catch (Zend_Exception $e) {\n            throw new Zend_Filter_Exception(\n                'Missing PEARs Archive_Tar.'\n            );\n        }\n\n        $extName = ($type == 'application/x-gzip')\n            ? 'zlib' : ($type == 'application/x-bzip2' ? 'bz2' : 'xz');\n\n        if (!extension_loaded($extName)) {\n            throw new Zend_Filter_Exception(sprintf(\n                'Missing %s PHP extension.', $extName\n            ));\n        }\n\n        $name = explode('.', basename($value))[0];\n        $destination = $this->getDestination();\n\n        if (!$this->_backupPluginDir(\n            $destination . DIRECTORY_SEPARATOR . $name\n        )) {\n            throw new Zend_Filter_Exception(sprintf(\n                \"Couldn't backup the current %s plugin directory.\",\n                $name\n            ));\n        }\n\n        umask(027);\n\n        $arch = new Archive_Tar(\n            $value,\n            $extName == 'zlib' ? 'gz' : (($extName == 'xz') ? 'lzma2' : 'bz2')\n        );\n\n        if (false === $arch->extract($destination)) {\n            throw new Zend_Filter_Exception(sprintf(\n                'Error while extracting the %s plugin archive.',\n                $name\n            ));\n        }\n    }\n\n    /**\n     * Internal method to restore old plugin directory on failure.\n     *\n     * @param string $pluginDir Plugin directory\n     * @return void\n     */\n    protected function _restorePluginDir(string $pluginDir): void\n    {\n        @utils_removeDir($pluginDir);\n\n        if (!is_dir($pluginDir . '-old')) {\n            return;\n        }\n\n        @rename($pluginDir . '-old', $pluginDir);\n    }\n}\n"
  },
  {
    "path": "gui/src/Plugin/PluginActionStoppedException.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Plugin;\n\n/**\n * Class PluginActionStoppedException\n * @package iMSCP\\Plugin\n */\nclass PluginActionStoppedException extends PluginException\n{\n}\n"
  },
  {
    "path": "gui/src/Plugin/PluginException.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Plugin;\n\nuse iMSCP\\Exception\\Exception;\n\n/**\n * Class PluginException\n * @package iMSCP\\Plugin\n */\nclass PluginException extends Exception\n{\n\n}\n"
  },
  {
    "path": "gui/src/Plugin/PluginManager.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n *\n * @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpIncludeInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Plugin;\n\nuse DirectoryIterator;\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Json\\LazyDecoder;\nuse iMSCP\\Plugin\\Filter\\PluginArchive as PluginArchiveFilter;\nuse iMSCP\\Plugin\\Validate\\PluginArchive as PluginArchiveValidator;\nuse iMSCP\\Registry;\nuse iMSCP\\Utility\\OpcodeCache;\nuse PDO;\nuse Psr\\Container\\ContainerInterface;\nuse ReflectionMethod;\nuse Throwable;\nuse Zend_File_Transfer;\nuse Zend_File_Transfer_Adapter_Abstract;\n\n/**\n * Class PluginManager\n * @package iMSCP\\Plugin\n */\nclass PluginManager\n{\n    /**\n     * @var array Events triggered by this object\n     */\n    protected $listenEvents = [\n        Events::onBeforeSyncPluginData,\n        Events::onAfterSyncPluginData,\n        Events::onBeforeInstallPlugin,\n        Events::onAfterInstallPlugin,\n        Events::onBeforeUpdatePlugin,\n        Events::onAfterUpdatePlugin,\n        Events::onBeforeEnablePlugin,\n        Events::onAfterEnablePlugin,\n        Events::onBeforeDisablePlugin,\n        Events::onAfterDisablePlugin,\n        Events::onBeforeUninstallPlugin,\n        Events::onAfterUninstallPlugin,\n        Events::onBeforeDeletePlugin,\n        Events::onAfterDeletePlugin,\n        Events::onBeforeLockPlugin,\n        Events::onAfterLockPlugin,\n        Events::onBeforeUnlockPlugin,\n        Events::onAfterUnlockPlugin\n    ];\n\n    /**\n     * @var string Plugins root directory\n     */\n    protected $pluginsRootDir;\n\n    /**\n     * @var string Plugins persistent data directory\n     */\n    protected $pluginPersistentDataDir;\n\n    /**\n     * @var array[][LazyDecoder] Keys are plugin names and values are array\n     *                           containing plugin data\n     */\n    protected $pluginData = [];\n\n    /**\n     * @var array List of protected plugins\n     */\n    protected $protectedPlugins;\n\n    /**\n     * @var AbstractPlugin[] Plugin instances\n     */\n    protected $plugins = [];\n\n    /**\n     * @var bool Whether or not a backend request should be sent\n     */\n    protected $backendRequest = false;\n\n    /**\n     * @var EventAggregator\n     */\n    protected $events;\n\n    /** @var ContainerInterface */\n    protected $container;\n\n    /**\n     * PluginManager constructor.\n     *\n     * @param $container ContainerInterface\n     * @param $events EventAggregator\n     * @return void\n     */\n    public function __construct(\n        ContainerInterface $container, EventAggregator $events\n    )\n    {\n        $this->container = $container;\n        $this->events = $events;\n        $this->events->addEvents(__CLASS__, $this->listenEvents);\n        spl_autoload_register([$this, 'autoload']);\n        $this->pluginLoadDataFromDatabase();\n    }\n\n    /**\n     * Load plugin data from database.\n     *\n     * @return void\n     */\n    protected function pluginLoadDataFromDatabase(): void\n    {\n        $this->pluginData = [];\n        $stmt = execute_query(\n            '\n                SELECT `plugin_name`, `plugin_status`, `plugin_error`,\n                    `plugin_backend`, `plugin_lockers`\n                FROM `plugin`\n                ORDER BY `plugin_priority` DESC\n            '\n        );\n        while ($plugin = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n            $this->pluginData[$plugin['plugin_name']] = [\n                'status'  => $plugin['plugin_status'],\n                'error'   => $plugin['plugin_error'],\n                'backend' => $plugin['plugin_backend'],\n                'lockers' => new LazyDecoder($plugin['plugin_lockers'])\n            ];\n        }\n    }\n\n    /**\n     * Send backend request if scheduled.\n     *\n     * @return void\n     */\n    public function __destruct()\n    {\n        if ($this->backendRequest) {\n            send_request();\n        }\n    }\n\n    /**\n     * Autoloader for plugin classes.\n     *\n     * @param string $class Plugin class to load\n     * @return void\n     */\n    public function autoload(string $class): void\n    {\n        if (strpos($class, 'iMSCP_Plugin_', 0) !== 0) {\n            return;\n        }\n\n        $basename = substr($class, 13);\n\n        @include_once $this->pluginGetRootDir()\n            . DIRECTORY_SEPARATOR . $basename . DIRECTORY_SEPARATOR\n            . \"$basename.php\";\n    }\n\n    /**\n     * Get plugins root directory.\n     *\n     * @return string Plugin directory\n     */\n    public function pluginGetRootDir(): string\n    {\n        if (NULL === $this->pluginsRootDir) {\n            $this->pluginsRootDir = utils_normalizePath(Registry::get('config')['PLUGINS_DIR']);\n        }\n\n        return $this->pluginsRootDir;\n    }\n\n    /**\n     * Sets plugins root directory.\n     *\n     * @param string $rootDir Plugin directory path\n     * @return void\n     */\n    public function pluginSetRootDir(string $rootDir): void\n    {\n        $rootDir = utils_normalizePath((string)$rootDir);\n\n        if (!@is_dir($rootDir) || !@is_writable($rootDir)) {\n            write_log(sprintf(\n                \"Directory '%s' doesn't exist or is not writable\", $rootDir\n            ), E_USER_ERROR);\n\n            throw new PluginException(tr(\n                \"Directory '%s' doesn't exist or is not writable\", $rootDir\n            ));\n        }\n\n        $this->pluginsRootDir = $rootDir;\n    }\n\n    /**\n     * Get plugins root directory.\n     *\n     * @return string\n     * @deprecated Replaced by pluginGetRootDir()\n     */\n    public function pluginGetDirectory(): string\n    {\n        return $this->pluginGetRootDir();\n    }\n\n    /**\n     * Sets persistent data directory.\n     *\n     * @param string $persistentDataDir\n     * @return void\n     */\n    public function pluginSetPersistentDataDir(string $persistentDataDir): void\n    {\n        $persistentDataDir = utils_normalizePath((string)$persistentDataDir);\n\n        if (!@is_dir($persistentDataDir) || !@is_writable($persistentDataDir)) {\n            write_log(sprintf(\n                \"Directory '%s' doesn't exist or is not writable\",\n                $persistentDataDir\n            ), E_USER_ERROR);\n\n            throw new PluginException(tr(\n                \"Directory '%s' doesn't exist or is not writable\",\n                $persistentDataDir\n            ));\n        }\n\n        $this->pluginPersistentDataDir = $persistentDataDir;\n    }\n\n    /**\n     * Returns list of plugins.\n     *\n     * @param bool $enabledOnly Flag indicating if only the list of enabled\n     *                          plugins must be returned\n     * @return array List of plugin names\n     */\n    public function pluginGetList(bool $enabledOnly = true): array\n    {\n        if (!$enabledOnly) {\n            return array_keys($this->pluginData);\n        }\n\n        return array_filter(\n            array_keys($this->pluginData),\n            function ($pluginName) {\n                return $this->pluginData[$pluginName]['status'] == 'enabled';\n            }\n        );\n    }\n\n    /**\n     * Get list of loaded plugins.\n     *\n     * @return AbstractPlugin[] Array containing plugin instances\n     */\n    public function pluginGetLoaded(): array\n    {\n        return $this->plugins;\n    }\n\n    /**\n     * Returns plugin info.\n     *\n     * @param string $pluginName Plugin name\n     * @return array\n     * @deprecated Deprecated. Make use of the getInfo() method on plugin\n     *                         instance instead.\n     */\n    public function pluginGetInfo($pluginName): array\n    {\n        return $this->pluginGet($pluginName)->getInfo();\n    }\n\n    /**\n     * Get instance of the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @return AbstractPlugin\n     */\n    public function pluginGet(string $pluginName): AbstractPlugin\n    {\n        try {\n            if ($this->pluginIsLoaded($pluginName)) {\n                return $this->plugins[$pluginName];\n            }\n\n            $pluginClass = \"iMSCP\\\\Plugin\\\\$pluginName\\\\$pluginName\";\n\n            if (!class_exists($pluginClass, true)) {\n                $pluginClass = \"iMSCP_Plugin_$pluginName\";\n                if (!class_exists($pluginClass, true)) {\n                    throw new PluginException(tr(\n                        \"Plugin entry point (plugin class) not found.\",\n                        $pluginName\n                    ));\n                }\n            }\n\n            if (!is_subclass_of($pluginClass, AbstractPlugin::class)) {\n                throw new PluginException(tr(\n                    \"The %s plugin class must extend the %s plugin base class\",\n                    $pluginName,\n                    AbstractPlugin::class\n                ));\n            }\n\n            $this->plugins[$pluginName] = new $pluginClass($this);\n\n            // FIXME: Why core service container should be aware of plugin services?\n            //if($pluginServiceProvider = $this->plugins[$plugin]->getServiceProvider()) {\n            //    // Register plugin services into application container\n            //    $pluginServiceProvider->register($this->getContainer());\n            //}\n\n            // Register plugin event listeners\n            $this->plugins[$pluginName]->register($this->getEventManager());\n        } catch (Throwable $e) {\n            write_log(sprintf(\n                \"Couldn't load the %s plugin: %s\", $e->getMessage(), $pluginName\n            ), E_USER_ERROR);\n\n            throw new PluginException(sprintf(\n                \"Couldn't load the %s plugin: %s\", $pluginName, $e->getMessage()\n            ));\n        }\n\n        return $this->plugins[$pluginName];\n    }\n\n    /**\n     * Is the given plugin loaded?\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given plugin is loaded, FALSE otherwise\n     */\n    public function pluginIsLoaded(string $pluginName): bool\n    {\n        return isset($this->plugins[$pluginName]);\n    }\n\n    /**\n     * Get service container.\n     *\n     * @return ContainerInterface\n     */\n    public function getContainer(): ContainerInterface\n    {\n        return $this->container;\n    }\n\n    /**\n     * Get event manager.\n     *\n     * @return EventAggregator\n     */\n    public function getEventManager(): EventAggregator\n    {\n        return $this->events;\n    }\n\n    /**\n     * Plugin upload.\n     *\n     * @return void\n     */\n    public function pluginUpload(): void\n    {\n        /** @var Zend_File_Transfer_Adapter_Abstract $fileTransfer */\n        $fileTransfer = new Zend_File_Transfer();\n        $fileTransfer->setTranslator(Registry::get('translator'));\n        // We don't accept more than one plugin archive at a time\n        $fileTransfer->addValidator('Count', true, 1);\n        // We want restrict size of accepted plugin archives\n        $fileTransfer->addValidator('Size', true, utils_getMaxFileUpload());\n        // Add plugin archive validator\n        $fileTransfer->addValidator(new PluginArchiveValidator($this), true);\n        // Add plugin archive filter\n        $fileTransfer->addFilter(new PluginArchiveFilter(\n            $this->pluginGetRootDir()\n        ));\n\n        if (!$fileTransfer->receive()) {\n            throw new PluginException(implode(\n                \"<br>\", $fileTransfer->getMessages()\n            ));\n        }\n\n        $info = include $fileTransfer->getFileName() . DIRECTORY_SEPARATOR\n            . 'info.php';\n\n        $this->pluginUpdateData($info['name']);\n    }\n\n    /**\n     * Synchronize all plugins data, executing update/change actions when\n     * needed.\n     *\n     * @return void\n     */\n    public function pluginSyncData(): void\n    {\n        try {\n            $responses = $this->events->dispatch(\n                Events::onBeforeSyncPluginData, ['pluginManager' => $this]\n            );\n\n            if ($responses->isStopped()) {\n                return;\n            }\n\n            foreach (new DirectoryIterator($this->pluginGetRootDir()) as $dentry) {\n                if ($dentry->isDot() || !$dentry->isDir()) {\n                    continue;\n                }\n\n                $info = include $dentry->getPathname() . DIRECTORY_SEPARATOR\n                    . 'info.php';\n\n                $this->pluginUpdateData($info['name']);\n            }\n\n            $this->events->dispatch(\n                Events::onAfterSyncPluginData, ['pluginManager' => $this]\n            );\n        } catch (Throwable $e) {\n            throw new PluginException(sprintf(\n                \"Couldn't synchronize plugin data: %s\", $e->getMessage()\n            ), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Update data for the given plugin, executing update/change actions when\n     * needed.\n     *\n     * @param string $pluginName Plugin name\n     * @return void\n     */\n    protected function pluginUpdateData(string $pluginName)\n    {\n        $plugin = $this->pluginGet($pluginName);\n\n        $pluginInfoNew = $plugin->getInfoFromFile();\n        $pluginConfigNew = $plugin->getConfigFromFile();\n        $pluginIsKnown = $this->pluginIsKnown($pluginName);\n        \n        if($pluginIsKnown) {\n            $pluginInfoOld = $plugin->getInfo();\n            $pluginConfigOld = $plugin->getConfig();\n        } else {\n            $pluginInfoOld = $pluginInfoNew;\n            $pluginConfigOld = $pluginConfigNew;\n        }\n\n        $pluginInfoNew['__nversion__'] = $pluginInfoNew['version'];\n        $pluginInfoNew['version'] = $pluginInfoOld['version'];\n \n        $pluginInfoNew['__nbuild__'] = isset($pluginInfoNew['build']) ? $pluginInfoNew['build'] : '0000000000';\n        $pluginInfoNew['build'] = isset($pluginInfoOld['build']) ? $pluginInfoOld['build'] : '0000000000';\n\n        $validator = new PluginArchiveValidator($this);\n        if (!$validator->_isValidPlugin($pluginInfoNew)) {\n            throw new PluginException(implode(\n                \"<br>\", $validator->getMessages()\n            ));\n        }\n\n        $fullVersionNew = $pluginInfoNew['__nversion__'] . '.' . $pluginInfoNew['__nbuild__'];\n        $fullVersionOld = $pluginInfoNew['version'] . '.' . $pluginInfoNew['build'];\n\n        if (version_compare($fullVersionNew, $fullVersionOld, '<')) {\n            set_page_message(tr(\n                \"Downgrade of the '%s' plugin to version '%s' (build '%s') is forbidden.\",\n                $pluginName,\n                $pluginInfoNew['version'],\n                $pluginInfoNew['build'],\n            ), 'static_error');\n            return;\n        }\n\n        if (isset($pluginInfoOld['__migration__'])) {\n            $pluginInfoNew['__migration__'] = $pluginInfoOld['__migration__'];\n        }\n\n        /*$pluginConfigNew = $plugin->getConfigFromFile();\n        if ($this->pluginIsKnown($pluginName)) {\n            $pluginConfigOld =& $plugin->getConfig();\n        } else {\n            $pluginConfigOld =& $pluginConfigNew;\n        }\n        */\n\n        $reflectionMethod = new ReflectionMethod($plugin, 'install');\n        $pluginInfoNew['__installable__'] = AbstractPlugin::class !== $reflectionMethod->getDeclaringClass()->getName();\n        $reflectionMethod = new ReflectionMethod($plugin, 'uninstall');\n        $pluginInfoNew['__uninstallable__'] = AbstractPlugin::class !== $reflectionMethod->getDeclaringClass()->getName();\n        $pluginAction = 'none';\n\n        if ($pluginIsKnown) {\n            $pluginStatus = $this->pluginGetStatus($pluginName);\n            $pluginLockers = $this->pluginData[$pluginName]['lockers'];\n\n            // Plugin has changes, either info or config\n            if (!$this->pluginCompareData($pluginInfoNew, $pluginInfoOld)\n                || !$this->pluginCompareData($pluginConfigNew, $pluginConfigOld)\n            ) {\n                // Plugin is protected\n                if ($this->pluginIsProtected($pluginName)) {\n                    set_page_message(tr(\n                        'The %s plugin changes were ignored as this one is protected.',\n                        $pluginName\n                    ), 'static_warning');\n                    return;\n                }\n\n                // No error but pending task\n                if (!$this->pluginHasError($pluginName)\n                    && !in_array($pluginStatus, [\n                        'uninstalled', 'enabled', 'disabled'\n                    ])\n                ) {\n                    set_page_message(tr(\n                        'Changes for the %s plugin were ignored as there is a pending task for this one. Please retry once the task is completed.',\n                        $pluginName\n                    ), 'static_warning');\n                    return;\n                }\n\n                if ($pluginStatus != 'enabled'\n                    || $this->pluginHasError($pluginName)\n                ) {\n                    $pluginAction = 'store';\n                } elseif (version_compare(\n                    $fullVersionNew, $fullVersionOld, '>')\n                ) {\n                    $pluginAction = 'toupdate';\n                } else {\n                    $pluginAction = 'tochange';\n                }\n            }\n\n            // We clone the plugin to make the that next call to the self::pluginGet()\n            // method will return plugin instance with newest info/parameters\n            $this->plugins[$pluginName] = clone $plugin;\n        } else {\n            $pluginStatus = $pluginInfoNew['__installable__']\n                ? 'uninstalled' : 'disabled';\n            $pluginLockers = new LazyDecoder('{}');\n            $pluginAction = 'store';\n        }\n\n        if ($pluginAction == 'none') {\n            set_page_message(\n                tr(\"No changes were detected for the %s plugin.\", $pluginName),\n                'success'\n            );\n            return;\n        }\n\n        $this->pluginStoreDataInDatabase([\n            'name'          => $pluginName,\n            'info'          => json_encode($pluginInfoNew),\n            'config'        => json_encode($pluginConfigNew),\n            // On plugin change/update, make sure that config_prev also contains\n            // new parameters\n            'config_prev'   => json_encode($pluginIsKnown\n                ? array_merge_recursive($pluginConfigNew, $pluginConfigOld)\n                : $pluginConfigNew),\n            'priority'      => $pluginInfoNew['priority'],\n            'status'        => $pluginStatus,\n            'backend'       => file_exists($this->pluginGetRootDir()\n                . DIRECTORY_SEPARATOR . $pluginName . DIRECTORY_SEPARATOR\n                . 'backend' . DIRECTORY_SEPARATOR . \"$pluginName.pm\"\n            ) ? 'yes' : 'no',\n            'lockers'       => json_encode(\n                $pluginLockers->toArray(), JSON_FORCE_OBJECT\n            )\n        ]);\n\n        switch ($pluginAction) {\n            case 'toupdate':\n                $this->pluginUpdate($pluginName);\n                break;\n            case 'tochange':\n                $this->pluginChange($pluginName);\n                break;\n            default:\n                set_page_message(tr(\n                    'New %s plugin data were successfully stored.',\n                    $pluginName\n                ), 'success');\n                return;\n        }\n\n        if ($this->pluginHasBackend($pluginName)) {\n            set_page_message(tr(\n                \"Action '%s' successfully scheduled for the %s plugin.\",\n                $pluginAction,\n                $pluginName\n            ), 'success');\n            return;\n        }\n\n        set_page_message(tr(\n            \"Action '%s' successfully executed for the %s plugin.\",\n            $pluginAction,\n            $pluginName\n        ), 'success');\n    }\n\n    /**\n     * Get status of the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @return string Plugin status\n     */\n    public function pluginGetStatus($pluginName): string\n    {\n        if (!$this->pluginIsKnown($pluginName)) {\n            throw new PluginException(tr('Unknown plugin: %s', $pluginName));\n        }\n\n        return $this->pluginData[$pluginName]['status'];\n    }\n\n    /**\n     * is the given plugin protected?\n     *\n     * @param string $pluginName Plugin name\n     * @return bool\n     */\n    public function pluginIsProtected(string $pluginName): bool\n    {\n        if (!$this->pluginIsKnown($pluginName)) {\n            throw new PluginException(tr('Unknown plugin: %s', $pluginName));\n        }\n\n        if (NULL == $this->protectedPlugins) {\n            $this->protectedPlugins = [];\n            $file = $this->pluginGetPersistentDataDir() . DIRECTORY_SEPARATOR\n                . 'protected_plugins.php';\n\n            if (is_readable($file)) {\n                $this->protectedPlugins = include $file;\n            }\n        }\n\n        return in_array($pluginName, $this->protectedPlugins);\n    }\n\n    /**\n     * Get persistent data directory.\n     *\n     * @return string\n     */\n    public function pluginGetPersistentDataDir(): string\n    {\n        if (NULL === $this->pluginPersistentDataDir) {\n            return $this->pluginPersistentDataDir = utils_normalizePath(\n                PERSISTENT_PATH\n            );\n        }\n\n        return $this->pluginPersistentDataDir;\n    }\n\n    /**\n     * Does the given plugin has error?\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given plugin has error, FALSE otherwise\n     */\n    public function pluginHasError(string $pluginName): bool\n    {\n        return NULL !== $this->pluginGetError($pluginName);\n    }\n\n    /**\n     * Get plugin error.\n     *\n     * @param null|string $pluginName Plugin name\n     * @return string|null Plugin error string or NULL if no error\n     */\n    public function pluginGetError(string $pluginName): ?string\n    {\n        if (!$this->pluginIsKnown($pluginName)) {\n            throw new PluginException(tr('Unknown plugin: %s', $pluginName));\n        }\n\n        return $this->pluginData[$pluginName]['error'];\n    }\n\n    /**\n     * Set error for the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @param null|string $error Plugin error string or NULL if no error\n     * @return void\n     */\n    public function pluginSetError(string $pluginName, ?string $error): void\n    {\n        if ($error === $this->pluginGetError($pluginName)) {\n            return;\n        }\n\n        try {\n            exec_query(\n                'UPDATE `plugin` SET `plugin_error` = ? WHERE `plugin_name` = ?',\n                [$error, $pluginName]\n            );\n            $this->pluginData[$pluginName]['error'] = $error;\n        } catch (Throwable $e) {\n            throw new PluginException($e->getMessage(), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Is the given plugin known?\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given plugin is known , FALSE otherwise\n     */\n    public function pluginIsKnown(string $pluginName): bool\n    {\n        return isset($this->pluginData[$pluginName]);\n    }\n\n    /**\n     * Store plugin data in database.\n     *\n     * @param array $pluginData Plugin data\n     * @return void\n     */\n    protected function pluginStoreDataInDatabase(array $pluginData): void\n    {\n        try {\n            exec_query(\n                '\n                    INSERT INTO plugin (\n                        `plugin_name`,\n                        `plugin_info`,\n                        `plugin_config`,\n                        `plugin_config_prev`,\n                        `plugin_priority`,\n                        `plugin_status`,\n                        `plugin_backend`,\n                        `plugin_lockers`\n                    ) VALUE ( ?, ?, ?, ?, ?, ?, ?, ? ) ON DUPLICATE KEY UPDATE\n                        `plugin_info` = ?,\n                        `plugin_config` = ?,\n                        `plugin_config_prev` = ?,\n                        `plugin_priority` = ?,\n                        `plugin_status` = ?,\n                        `plugin_backend` = ?,\n                        `plugin_lockers` = ?\n                ',\n                [\n                    // Insert data\n                    $pluginData['name'],\n                    $pluginData['info'],\n                    $pluginData['config'],\n                    $pluginData['config_prev'],\n                    $pluginData['priority'],\n                    $pluginData['status'],\n                    $pluginData['backend'],\n                    $pluginData['lockers'],\n                    // Update data\n                    $pluginData['info'],\n                    $pluginData['config'],\n                    $pluginData['config_prev'],\n                    $pluginData['priority'],\n                    $pluginData['status'],\n                    $pluginData['backend'],\n                    $pluginData['lockers']\n                ]\n            );\n        } catch (Throwable $e) {\n            throw new PluginException($e->getMessage(), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Update the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @return void\n     */\n    public function pluginUpdate(string $pluginName): void\n    {\n        try {\n            $pluginStatus = $this->pluginGetStatus($pluginName);\n\n            if (!in_array($pluginStatus, ['toupdate', 'enabled'])) {\n                throw new PluginException(tr(\n                    \"The '%s' action is forbidden for the %s plugin.\",\n                    'update',\n                    $pluginName\n                ));\n            }\n\n            $plugin = $this->pluginGet($pluginName);\n\n            $this->pluginSetStatus($pluginName, 'toupdate');\n            $this->pluginDisable($pluginName, true);\n\n            $pluginInfo = $plugin->getInfo();\n            $fullVersionNew = $pluginInfo['__nversion__'] . '.'\n                . $pluginInfo['__nbuild__'];\n            $fullVersionOld = $pluginInfo['version'] . '.'\n                . $pluginInfo['build'];\n\n            $responses = $this->events->dispatch(Events::onBeforeUpdatePlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName,\n                'fromVersion'   => $fullVersionOld,\n                'toVersion'     => $fullVersionNew\n            ]);\n\n            if ($responses->isStopped()) {\n                $this->pluginSetStatus($pluginName, $pluginStatus);\n\n                throw new PluginActionStoppedException(tr(\n                    \"The '%s' action has been stopped for the %s plugin.\",\n                    'update',\n                    $pluginName\n                ));\n            }\n\n            $plugin->update($this, $fullVersionOld, $fullVersionNew);\n\n            if (!$this->pluginHasBackend($pluginName)) {\n                $pluginInfo['version'] = $pluginInfo['__nversion__'];\n                $pluginInfo['build'] = $pluginInfo['__nbuild__'];\n\n                $this->pluginUpdateInfo($pluginName, $pluginInfo);\n            }\n\n            $this->events->dispatch(Events::onAfterUpdatePlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName,\n                'fromVersion'   => $fullVersionOld,\n                'toVersion'     => $fullVersionNew\n            ]);\n\n            $this->pluginEnable($pluginName, true);\n\n            if ($this->pluginHasBackend($pluginName)) {\n                $this->backendRequest = true;\n                return;\n            }\n\n            $this->pluginSetStatus($pluginName, 'enabled');\n        } catch (Throwable $e) {\n            if (!($e instanceof PluginActionStoppedException)) {\n                $this->pluginSetError($pluginName, $e->getMessage());\n            }\n\n            write_log(sprintf(\n                'The %s plugin update has failed: %s',\n                $pluginName,\n                $e->getMessage()\n            ), E_USER_ERROR);\n\n            throw new PluginException(sprintf(\n                'The %s plugin update has failed.', $pluginName\n            ), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Set status for the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @param string $status New plugin status\n     * @return void\n     */\n    public function pluginSetStatus(string $pluginName, string $status): void\n    {\n        if ($status === $this->pluginGetStatus($pluginName)\n            && NULL === $this->pluginGetError($pluginName)\n        ) {\n            return;\n        }\n\n        try {\n            exec_query(\n                '\n                    UPDATE `plugin`\n                    SET `plugin_status` = ?, `plugin_error` = NULL\n                    WHERE `plugin_name` = ?\n                ',\n                [$status, $pluginName]\n            );\n            $this->pluginData[$pluginName]['status'] = $status;\n            $this->pluginData[$pluginName]['error'] = NULL;\n        } catch (Throwable $e) {\n            throw new PluginException($e->getMessage(), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Disable the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @param bool $isSubAction Flag indicating whether or not this action is\n     *                          called in context of the install update or\n     *                          change action\n     * @return void\n     */\n    public function pluginDisable(\n        string $pluginName, bool $isSubAction = false\n    ): void\n    {\n        try {\n            $pluginStatus = $this->pluginGetStatus($pluginName);\n\n            if (!$isSubAction && !in_array($pluginStatus, ['todisable', 'enabled'])) {\n                throw new PluginException(tr(\n                    \"The '%s' action is forbidden for the %s plugin.\",\n                    'disable',\n                    $pluginName\n                ));\n            }\n\n            $plugin = $this->pluginGet($pluginName);\n\n            if (!$isSubAction) {\n                $this->pluginSetStatus($pluginName, 'todisable');\n            }\n\n            $responses = $this->events->dispatch(Events::onBeforeDisablePlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n\n            if (!$isSubAction && $responses->isStopped()) {\n                $this->pluginSetStatus($pluginName, $pluginStatus);\n\n                throw new PluginActionStoppedException(tr(\n                    \"The '%s' action has been stopped for the %s plugin.\",\n                    'disable',\n                    $pluginName\n                ));\n            }\n\n            $plugin->disable($this);\n\n            $this->events->dispatch(Events::onAfterDisablePlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n\n            if ($isSubAction) {\n                return;\n            }\n\n            if ($this->pluginHasBackend($pluginName)) {\n                $this->backendRequest = true;\n                return;\n            }\n\n            $this->pluginSetStatus($pluginName, 'disabled');\n        } catch (Throwable $e) {\n            if (!($e instanceof PluginActionStoppedException)) {\n                $this->pluginSetError($pluginName, $e->getMessage());\n            }\n\n            write_log(sprintf(\n                'The %s plugin deactivation has failed: %s',\n                $pluginName,\n                $e->getMessage()\n            ), E_USER_ERROR);\n\n            throw new PluginException(sprintf(\n                'The %s plugin deactivation has failed.', $pluginName\n            ), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Does the given plugin provides a backend side?\n     *\n     * @param string $pluginName Plugin name\n     * @return boolean TRUE if the given plugin provide backend part, FALSE\n     *                 otherwise\n     */\n    public function pluginHasBackend(string $pluginName): bool\n    {\n        if (!$this->pluginIsKnown($pluginName)) {\n            throw new PluginException(tr('Unknown plugin: %s', $pluginName));\n        }\n\n        return $this->pluginData[$pluginName]['backend'] == 'yes';\n    }\n\n    /**\n     * Update plugin info.\n     *\n     * @param string $pluginName Plugin Name\n     * @param array $infoNew New plugin info\n     * @return void\n     */\n    public function pluginUpdateInfo(string $pluginName, array $infoNew): void\n    {\n        $oldInfo =& $this->pluginGet($pluginName)->getInfo();\n\n        if ($this->pluginCompareData($infoNew, $oldInfo)) {\n            return;\n        }\n\n        try {\n            exec_query(\n                'UPDATE `plugin` SET `plugin_info` = ? WHERE `plugin_name` = ?',\n                [json_encode($infoNew), $pluginName]\n            );\n            $oldInfo = $infoNew;\n        } catch (Throwable $e) {\n            throw new PluginException($e->getMessage(), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Compare the given plugin data.\n     *\n     * @param array $aPluginData\n     * @param array $bPluginData\n     * @return bool TRUE if data are identical (order doesn't matter), FALSE\n     *              otherwise\n     */\n    protected function pluginCompareData(\n        array &$aPluginData, array &$bPluginData\n    ): bool\n    {\n        if (count($aPluginData) != count($bPluginData)) {\n            return false;\n        }\n\n        foreach ($aPluginData as $k => $v) {\n            if (!array_key_exists($k, $bPluginData)) {\n                return false;\n            }\n\n            if (is_array($v) && is_array($bPluginData[$k])) {\n                if (!$this->pluginCompareData($v, $bPluginData[$k])) {\n                    return false;\n                }\n            } elseif ($v !== $bPluginData[$k]) {\n                return false;\n            }\n        }\n\n        return true;\n    }\n\n    /**\n     * Enable the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @param bool $isSubAction Flag indicating whether or not this action is\n     *                          called in context of the install update or\n     *                          change action\n     * @return void\n     */\n    public function pluginEnable(\n        string $pluginName, bool $isSubAction = false\n    ): void\n    {\n        try {\n            $pluginStatus = $this->pluginGetStatus($pluginName);\n\n            if (!$isSubAction && !in_array($pluginStatus, ['toenable', 'disabled'])) {\n                throw new PluginException(tr(\n                    \"The '%s' action is forbidden for the %s plugin.\",\n                    'enable',\n                    $pluginName\n                ));\n            }\n\n            $plugin = $this->pluginGet($pluginName);\n\n            if (!$isSubAction) {\n                if ($this->pluginRequireUpdate($pluginName)) {\n                    $this->pluginSetStatus($pluginName, 'toupdate');\n                    $this->pluginUpdate($pluginName);\n                    return;\n                }\n\n                if ($this->pluginRequireChange($pluginName)) {\n                    $this->pluginSetStatus($pluginName, 'tochange');\n                    $this->pluginChange($pluginName);\n                    return;\n                }\n\n                $this->pluginSetStatus($pluginName, 'toenable');\n            }\n\n            $responses = $this->events->dispatch(Events::onBeforeEnablePlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n\n            if (!$isSubAction && $responses->isStopped()) {\n                $this->pluginSetStatus($pluginName, $pluginStatus);\n\n                throw new PluginActionStoppedException(tr(\n                    \"The '%s' action has been stopped for the %s plugin.\",\n                    'enable',\n                    $pluginName\n                ));\n            }\n\n            $plugin->enable($this);\n            $this->events->dispatch(Events::onAfterEnablePlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n\n            if ($isSubAction) {\n                return;\n            }\n\n            if ($this->pluginHasBackend($pluginName)) {\n                $this->backendRequest = true;\n                return;\n            }\n\n            $this->pluginSetStatus($pluginName, 'enabled');\n        } catch (Throwable $e) {\n            if (!($e instanceof PluginActionStoppedException)) {\n                $this->pluginSetError($pluginName, $e->getMessage());\n            }\n\n            write_log(sprintf(\n                'The %s plugin activation has failed: %s',\n                $pluginName,\n                $e->getMessage()\n            ), E_USER_ERROR);\n\n            throw new PluginException(sprintf(\n                'The %s plugin activation has failed.', $pluginName\n            ), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Does the given plugin requires update.\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given plugin requires change, FALSE otherwise\n     */\n    protected function pluginRequireUpdate(string $pluginName): bool\n    {\n        $info = $this->pluginGet($pluginName)->getInfo();\n\n        return version_compare(\n            $info['nversion'] . '.' . $info['nbuild'],\n            $info['version'] . '.' . $info['build'],\n            '>'\n        );\n    }\n\n    /**\n     * Does the given plugin requires change.\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given plugin requires change, FALSE otherwise\n     */\n    protected function pluginRequireChange(string $pluginName): bool\n    {\n        $inst = $this->pluginGet($pluginName);\n\n        return !$this->pluginCompareData(\n            $inst->getConfig(), $inst->getConfigPrev()\n        );\n    }\n\n    /**\n     * Change (reconfigure) the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @param bool $isSubAction Flag indicating whether or not this action is\n     *                          called in context of the update action\n     * @return void\n     */\n    public function pluginChange(\n        string $pluginName, bool $isSubAction = false\n    ): void\n    {\n        try {\n            $pluginStatus = $this->pluginGetStatus($pluginName);\n\n            if (!$isSubAction && !in_array($pluginStatus, ['tochange', 'enabled'])) {\n                throw new PluginException(tr(\n                    \"The '%s' action is forbidden for the %s plugin.\",\n                    'change', $pluginName\n                ));\n            }\n\n            $this->pluginSetStatus($pluginName, 'tochange');\n\n            if (!$isSubAction) {\n                $this->pluginDisable($pluginName, true);\n                $this->pluginEnable($pluginName, true);\n            }\n\n            if ($this->pluginHasBackend($pluginName)) {\n                $this->backendRequest = true;\n                return;\n            }\n\n            try {\n                exec_query(\n                    '\n                        UPDATE `plugin`\n                        SET `plugin_config_prev` = `plugin_config`\n                        WHERE `plugin_name` = ?\n                     ',\n                    $pluginName\n                );\n                $this->pluginSetStatus($pluginName, 'enabled');\n            } catch (Throwable $e) {\n                throw new PluginException($e->getMessage(), $e->getCode(), $e);\n            }\n        } catch (Throwable $e) {\n            if (!($e instanceof PluginActionStoppedException)) {\n                $this->pluginSetError($pluginName, $e->getMessage());\n            }\n\n            write_log(sprintf(\n                'The %s plugin reconfiguration has failed: %s',\n                $pluginName,\n                $e->getMessage()\n            ), E_USER_ERROR);\n\n            throw new PluginException(sprintf(\n                'The %s plugin reconfiguration has failed.', $pluginName\n            ), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Lock the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @param string $lockerName Locker name\n     * @return void\n     */\n    public function pluginLock(string $pluginName, string $lockerName): void\n    {\n        try {\n            if ($this->pluginIsLocked($pluginName, $lockerName)) {\n                return;\n            }\n\n            $responses = $this->events->dispatch(Events::onBeforeLockPlugin, [\n                'pluginName'   => $pluginName,\n                'pluginLocker' => $lockerName\n            ]);\n\n            if ($responses->isStopped()) {\n                return;\n            }\n\n            $lockers = $this->pluginData[$pluginName]['lockers'];\n            $lockers[$lockerName] = 1;\n\n            exec_query(\n                '\n                    UPDATE `plugin`\n                    SET `plugin_lockers` = ?\n                    WHERE `plugin_name` = ?\n                ',\n                [json_encode($lockers->toArray(), JSON_FORCE_OBJECT), $pluginName]\n            );\n\n            $this->events->dispatch(Events::onAfterLockPlugin, [\n                'pluginName'   => $pluginName,\n                'pluginLocker' => $lockerName\n            ]);\n        } catch (Throwable $e) {\n            throw new PluginException($e->getMessage(), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * is the given plugin locked?\n     *\n     * @param string $pluginName Plugin name\n     * @param string|null $lockerName OPTIONAL Locker name (default any locker)\n     * @return bool TRUE if the given plugin is locked, false otherwise\n     */\n    public function pluginIsLocked(\n        string $pluginName, ? string $lockerName = NULL\n    )\n    {\n        if (!$this->pluginIsKnown($pluginName)) {\n            throw new PluginException(tr('Unknown plugin: %s', $pluginName));\n        }\n\n        if (NULL === $lockerName) {\n            return count($this->pluginData[$pluginName]['lockers']) > 0;\n        }\n\n        return isset($this->pluginData[$pluginName]['lockers'][$lockerName]);\n    }\n\n    /**\n     * Unlock the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @param string $lockerName Locker name\n     * @return void\n     */\n    public function pluginUnlock(string $pluginName, string $lockerName): void\n    {\n        try {\n            if (!$this->pluginIsLocked($pluginName, $lockerName)) {\n                return;\n            }\n\n            $responses = $this->events->dispatch(Events::onBeforeUnlockPlugin, [\n                'pluginName'   => $pluginName,\n                'pluginLocker' => $lockerName\n            ]);\n\n            if ($responses->isStopped()) {\n                return;\n            }\n\n            /** @var LazyDecoder $lockers */\n            $lockers = $this->pluginData[$pluginName]['lockers'];\n            unset($lockers[$lockerName]);\n\n            exec_query(\n                'UPDATE `plugin` SET `plugin_lockers` = ? WHERE `plugin_name` = ?',\n                [json_encode($lockers->toArray(), JSON_FORCE_OBJECT), $pluginName]\n            );\n\n            $this->events->dispatch(Events::onAfterUnlockPlugin, [\n                'pluginName'   => $pluginName,\n                'pluginLocker' => $lockerName\n            ]);\n        } catch (Throwable $e) {\n            throw new PluginException($e->getMessage(), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Is the given plugin is installed?\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given plugin is installed FALSE otherwise\n     */\n    public function pluginIsInstalled(string $pluginName): bool\n    {\n        return !in_array(\n            $this->pluginGetStatus($pluginName), ['toinstall', 'uninstalled']\n        );\n    }\n\n    /**\n     * Install the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @return void\n     */\n    public function pluginInstall(string $pluginName): void\n    {\n        try {\n            $pluginStatus = $this->pluginGetStatus($pluginName);\n\n            if (!in_array($pluginStatus, ['toinstall', 'uninstalled'])) {\n                throw new PluginException(tr(\n                    \"The '%s' action is forbidden for the %s plugin.\", 'install',\n                    $pluginName\n                ));\n            }\n\n            $plugin = $this->pluginGet($pluginName);\n            $this->pluginSetStatus($pluginName, 'toinstall');\n\n            try {\n                $responses = $this->events->dispatch(Events::onBeforeInstallPlugin, [\n                    'pluginManager' => $this,\n                    'pluginName'    => $pluginName\n                ]);\n\n                if ($responses->isStopped()) {\n                    throw new PluginActionStoppedException(tr(\n                        \"The '%s' action has been stopped for the %s plugin.\",\n                        'install',\n                        $pluginName\n                    ));\n                }\n            } catch (Throwable $e) {\n                $this->pluginSetStatus($pluginName, $pluginStatus);\n                throw $e;\n            }\n\n            $plugin->install($this);\n\n            $this->events->dispatch(Events::onAfterInstallPlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n\n            $this->pluginEnable($pluginName, true);\n\n            if ($this->pluginHasBackend($pluginName)) {\n                $this->backendRequest = true;\n                return;\n            }\n\n            $this->pluginSetStatus($pluginName, 'enabled');\n        } catch (Throwable $e) {\n            if (!($e instanceof PluginActionStoppedException)) {\n                $this->pluginSetError($pluginName, $e->getMessage());\n            }\n\n            write_log(sprintf(\n                'The %s plugin installation has failed: %s',\n                $pluginName,\n                $e->getMessage()\n            ), E_USER_ERROR);\n\n            throw new PluginException(sprintf(\n                'The %s plugin installation has failed.', $pluginName\n            ), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Is the given plugin uninstalled?\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given plugin is uninstalled FALSE otherwise\n     */\n    public function pluginIsUninstalled(string $pluginName): bool\n    {\n        return $this->pluginGetStatus($pluginName) == 'uninstalled';\n    }\n\n    /**\n     * Uninstall the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @return void\n     */\n    public function pluginUninstall(string $pluginName): void\n    {\n        $pluginStatus = $this->pluginGetStatus($pluginName);\n\n        if (!in_array($pluginStatus, ['touninstall', 'disabled'])\n            || !$this->pluginIsUninstallable($pluginName)\n        ) {\n            throw new PluginException(tr(\n                \"The '%s' action is forbidden for the %s plugin.\",\n                'uninstall',\n                $pluginName\n            ));\n        }\n\n        try {\n            $plugin = $this->pluginGet($pluginName);\n            $this->pluginSetStatus($pluginName, 'touninstall');\n\n            $responses = $this->events->dispatch(Events::onBeforeUninstallPlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n\n            if ($responses->isStopped()) {\n                $this->pluginSetStatus($pluginName, $pluginStatus);\n\n                throw new PluginActionStoppedException(tr(\n                    \"The '%s' action has been stopped for the %s plugin.\",\n                    'uninstall',\n                    $pluginName\n                ));\n            }\n\n            $plugin->uninstall($this);\n\n            $this->events->dispatch(Events::onAfterUninstallPlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n\n            if ($this->pluginHasBackend($pluginName)) {\n                $this->backendRequest = true;\n                return;\n            }\n\n            $this->pluginSetStatus(\n                $pluginName,\n                $this->pluginIsInstallable($pluginName)\n                    ? 'uninstalled' : 'disabled'\n            );\n        } catch (Throwable $e) {\n            if (!($e instanceof PluginActionStoppedException)) {\n                $this->pluginSetError($pluginName, $e->getMessage());\n            }\n\n            write_log(sprintf(\n                'The %s plugin uninstallation has failed: %s',\n                $pluginName,\n                $e->getMessage()\n            ), E_USER_ERROR);\n\n            throw new PluginException(sprintf(\n                'The %s plugin uninstallation has failed.', $pluginName\n            ), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Is the given plugin uninstallable?\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given plugin can be uninstalled, FALSE otherwise\n     */\n    public function pluginIsUninstallable(string $pluginName): bool\n    {\n        $plugin = $this->pluginGet($pluginName);\n        $pluginInfo = $plugin->getInfo();\n\n        if (isset($pluginInfo['__uninstallable__'])) {\n            return $pluginInfo['__uninstallable__'];\n        }\n\n        $reflectionMethod = new ReflectionMethod($plugin, 'uninstall');\n\n        return AbstractPlugin::class !==\n            $reflectionMethod->getDeclaringClass()->getName();\n    }\n\n    /**\n     * Is the given plugin installable?\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given plugin is installable, FALSE otherwise\n     */\n    public function pluginIsInstallable(string $pluginName): bool\n    {\n        $plugin = $this->pluginGet($pluginName);\n        $pluginInfo = $plugin->getInfo();\n\n        if (isset($pluginInfo['__installable__'])) {\n            return $pluginInfo['__installable__'];\n        }\n\n        $reflectionMethod = new ReflectionMethod($plugin, 'install');\n\n        return AbstractPlugin::class !==\n            $reflectionMethod->getDeclaringClass()->getName();\n    }\n\n    /**\n     * Is the given plugin disabled?\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given is disabled, FALSE otherwise\n     */\n    public function pluginIsDisabled(string $pluginName): bool\n    {\n        return $this->pluginGetStatus($pluginName) == 'disabled';\n    }\n\n    /**\n     * Delete the given plugin.\n     *\n     * @param string $pluginName Plugin name\n     * @return void\n     */\n    public function pluginDelete(string $pluginName): void\n    {\n        $pluginStatus = $this->pluginGetStatus($pluginName);\n\n        if (!in_array($pluginStatus, ['todelete', 'uninstalled', 'disabled'])\n            || $this->pluginIsLocked($pluginName)\n        ) {\n            throw new PluginException(tr(\n                \"The '%s' action is forbidden for the %s plugin.\",\n                'delete',\n                $pluginName\n            ));\n        }\n\n        try {\n            $plugin = $this->pluginGet($pluginName);\n            $this->pluginSetStatus($pluginName, 'todelete');\n\n            $responses = $this->events->dispatch(Events::onBeforeDeletePlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n\n            if ($responses->isStopped()) {\n                $this->pluginSetStatus($pluginName, $pluginStatus);\n\n                throw new PluginActionStoppedException(tr(\n                    \"The '%s' action has been stopped for the %s plugin.\",\n                    'delete',\n                    $pluginName\n                ));\n            }\n\n            $plugin->delete($this);\n\n            if (!utils_removeDir(utils_normalizePath(\n                $this->pluginsRootDir . DIRECTORY_SEPARATOR . $pluginName\n            ))) {\n                throw new PluginException(tr(\n                    \"Couldn't delete the %s plugin. You should fix the file permissions and try again.\",\n                    $pluginName\n                ));\n            }\n\n            try {\n                exec_query('DELETE FROM `plugin` WHERE `plugin_name` = ?', [\n                    $pluginName\n                ]);\n            } catch (Throwable $e) {\n                throw new PluginException($e->getMessage(), $e->getCode(), $e);\n            }\n\n            $this->events->dispatch(Events::onAfterDeletePlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n        } catch (Throwable $e) {\n            if (!($e instanceof PluginActionStoppedException)) {\n                $this->pluginSetError($pluginName, $e->getMessage());\n            }\n\n            write_log(sprintf(\n                'The %s plugin deletion has failed: %s',\n                $pluginName,\n                $e->getMessage()\n            ), E_USER_ERROR);\n\n            throw new PluginException(sprintf(\n                'The %s plugin deletion has failed.', $pluginName\n            ), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Protect the given plugin.\n     *\n     * @param string $pluginName Name of the plugin to protect\n     * @return void\n     */\n    public function pluginProtect(string $pluginName): void\n    {\n        if (!$this->pluginIsEnabled($pluginName)\n            || $this->pluginIsProtected($pluginName)\n        ) {\n            throw new PluginException(tr(\n                \"The '%s' action is forbidden for the %s plugin.\",\n                'protect',\n                $pluginName\n            ));\n        }\n\n        try {\n            $responses = $this->events->dispatch(Events::onBeforeProtectPlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n\n            if ($responses->isStopped()) {\n                throw new PluginActionStoppedException(tr(\n                    \"The '%s' action has been stopped for the %s plugin.\",\n                    'protect',\n                    $pluginName\n                ));\n            }\n\n            $this->protectedPlugins[] = $pluginName;\n\n            $file = utils_normalizePath(\n                $this->pluginGetPersistentDataDir() . DIRECTORY_SEPARATOR\n                . 'protected_plugins.php'\n            );\n            $content = sprintf(\n                \"<?php\\n/**\\n * Protected plugin list\\n * Auto-generated on %s\\n */\\n\\n\",\n                date('Y-m-d H:i:s', time())\n            );\n            $content .= 'return '\n                . var_export($this->protectedPlugins, true) . \";\\n\";\n\n            if (@file_put_contents($file, $content, LOCK_EX) === false) {\n                write_log(sprintf(\"Couldn't write the %s file.\", $file));\n                throw new PluginException(tr(\"Couldn't write the %s file.\", $file));\n            }\n\n            OpcodeCache::clearAllActive($file);\n\n            $this->events->dispatch(Events::onAfterProtectPlugin, [\n                'pluginManager' => $this,\n                'pluginName'    => $pluginName\n            ]);\n        } catch (Throwable $e) {\n            if (!($e instanceof PluginActionStoppedException)) {\n                $this->pluginSetError($pluginName, $e->getMessage());\n            }\n\n            write_log(sprintf(\n                'The %s plugin protection has failed: %s',\n                $pluginName,\n                $e->getMessage()\n            ), E_USER_ERROR);\n\n            throw new PluginException(sprintf(\n                'The %s plugin protection has failed.', $pluginName\n            ), $e->getCode(), $e);\n        }\n    }\n\n    /**\n     * Is the given plugin enabled?\n     *\n     * @param string $pluginName Plugin name\n     * @return bool TRUE if the given plugin is enabled, FALSE otherwise\n     */\n    public function pluginIsEnabled(string $pluginName): bool\n    {\n        return $this->pluginGetStatus($pluginName) == 'enabled';\n    }\n\n    /**\n     * Check plugin compatibility.\n     *\n     * @param string $pluginName Plugin name\n     * @param array $pluginInfoNew New plugin info\n     * @return void\n     */\n    public function pluginCheckCompat(\n        string $pluginName, array $pluginInfoNew\n    ): void\n    {\n        if (!isset($pluginInfoNew['require_api'])\n            || version_compare(\n                $this->pluginGetApiVersion(), $pluginInfoNew['require_api'], '<'\n            )\n        ) {\n            throw new PluginException(tr(\n                'The %s plugin version %s (build %d) is not compatible with your i-MSCP version.',\n                $pluginName,\n                $pluginInfoNew['version'],\n                $pluginInfoNew['build']\n            ));\n        }\n\n        if (!$this->pluginIsKnown($pluginName)) {\n            return;\n        }\n\n        $infoOld =& $this->pluginGet($pluginName)->getInfo();\n        if (version_compare(\n            $infoOld['version'] . '.' . $infoOld['build'],\n            $pluginInfoNew['version'] . '.' . $pluginInfoNew['build'],\n            '>'\n        )) {\n            throw new PluginException(tr(\n                \"Downgrade of the '%s' plugin to version '%s' (build '%s') is forbidden.\",\n                $pluginName,\n                $pluginInfoNew['version'],\n                $pluginInfoNew['build']\n            ));\n        }\n    }\n\n    /**\n     * Returns plugin API version.\n     *\n     * @return string Plugin API version\n     */\n    public function pluginGetApiVersion(): string\n    {\n        return Registry::get('config')['PluginApi'];\n    }\n\n    /**\n     * Guess action to execute for the given plugin according its current\n     * status.\n     *\n     * @param string $pluginName Plugin name\n     * @return string Action to be executed for the given plugin\n     */\n    public function pluginGuessAction(string $pluginName): string\n    {\n        $pluginStatus = $this->pluginGetStatus($pluginName);\n\n        switch ($pluginStatus) {\n            case 'uninstalled':\n            case 'toinstall':\n                return 'install';\n            case 'touninstall':\n                return 'uninstall';\n            case 'toupdate':\n                return 'update';\n            case 'enabled':\n                return 'disable';\n            case 'disabled':\n                return 'enable';\n            case 'tochange':\n                return 'change';\n            default:\n                throw new PluginException(tr(\n                    \"Unknown pluginStatus '%s' for the %s plugin\",\n                    $pluginStatus,\n                    $pluginName\n                ));\n        }\n    }\n\n    /**\n     * Translate the given plugin status.\n     *\n     * @param string $pluginStatus Plugin status\n     * @return string\n     */\n    public function pluginTranslateStatus(string $pluginStatus): string\n    {\n        switch ($pluginStatus) {\n            case 'uninstalled':\n                return tr('Uninstalled');\n            case 'toinstall':\n                return tr('Installation in progress...');\n            case 'touninstall':\n                return tr('Uninstallation in progress...');\n            case 'toupdate':\n                return tr('Update in progress...');\n            case 'tochange':\n                return tr('Reconfiguration in progress...');\n            case 'toenable':\n                return tr('Activation in progress...');\n            case 'todisable':\n                return tr('Deactivation in progress...');\n            case 'enabled':\n                return tr('Activated');\n            case 'disabled':\n                return tr('Deactivated');\n            default:\n                return tr('Unknown status');\n        }\n    }\n}\n"
  },
  {
    "path": "gui/src/Plugin/PluginRoutesInjector.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpIncludeInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnusedParameterInspection\n * PhpIncludeInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Plugin;\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse InvalidArgumentException;\nuse Psr\\Http\\Message\\RequestInterface;\nuse Slim\\App;\n\n/**\n * Class PluginRoutesInjector\n *\n * This class provides configuration-driven routing for i-MSCP plugins.\n *\n * @package iMSCP\\Plugin\n */\nclass PluginRoutesInjector\n{\n    const DEFAULT_METHODS = [\n        'GET',\n        'POST',\n        'PUT',\n        'PATCH',\n        'DELETE',\n        'OPTIONS'\n    ];\n\n    /**\n     * Inject plugin routes into Slim application\n     *\n     * @param App $app\n     * @param EventAggregator $events\n     * @param PluginManager $pm\n     * @return void\n     */\n    public function __invoke(\n        App $app,\n        EventAggregator $events,\n        PluginManager $pm\n    ): void\n    {\n        $events->dispatch(Events::onBeforeInjectPluginRoutes, [\n            'pluginManager' => $pm\n        ]);\n\n        foreach ($pm->pluginGetLoaded() as $plugin) {\n            // For backward compatibility only (duck-typing).\n            // the AbstractPlugin::route() method is deprecated since\n            // the plugin API version 1.5.1\n            if (method_exists($plugin, 'route')) {\n                /** @var RequestInterface $request */\n                $request = $app->getContainer()->get('request');\n\n                if (!($pluginActionScriptPath = $plugin->route(\n                    parse_url($request->getUri())\n                ))) {\n                    continue;\n                }\n\n                $routes = [\n                    $request->getUri()->getPath() => $pluginActionScriptPath\n                ];\n            } else {\n                $routes = $plugin->getRoutes();\n            }\n\n            $this->injectRoutes($app, $routes, $plugin->getName());\n        }\n    }\n\n    /**\n     * @param App $app\n     * @param array $routes An array containing route specifications\n     * @param string $pluginName\n     * @return void\n     */\n    private function injectRoutes(\n        App $app,\n        array $routes,\n        string $pluginName\n    ): void\n    {\n        foreach ($routes as $key => $spec) {\n            if (is_array($spec)) {\n                // Route group\n                if (isset($spec['routes'])) {\n                    $this->injectRouteGroup($app, $spec, $pluginName);\n                    continue;\n                }\n\n                // Single route specification\n                $this->injectRoute($app, $spec, $pluginName);\n                continue;\n            }\n\n            // Route path => Route handler\n            // For backward compatibility only.\n            $app->any($key, function ($request, $response) use ($spec) {\n                require $spec;\n            });\n        }\n    }\n\n    /**\n     * @param App $app\n     * @param array $spec\n     * @param string $pluginName\n     * @return void\n     */\n    private function injectRouteGroup(\n        App $app,\n        array $spec,\n        string $pluginName\n    ): void\n    {\n        if (!isset($spec['pattern']) || !is_string($spec['pattern'])) {\n            throw new InvalidArgumentException(sprintf(\n                'Missing \"pattern\" key in route group specification for the \"%s\" plugin.',\n                $pluginName\n            ));\n        }\n\n        $group = $app->group(\n            $spec['pattern'],\n            function (App $app) use ($spec, $pluginName) {\n                foreach ($spec['routes'] as $routeSpec) {\n                    $this->injectRoute($app, $routeSpec, $pluginName);\n                }\n            }\n        );\n\n        // Add route group middleware if any\n        if (isset($spec['middleware'])) {\n            foreach ((array)$spec['middleware'] as $middleware) {\n                $group->add($middleware);\n            }\n        }\n    }\n\n    /**\n     * @param App $app\n     * @param array $spec\n     * @param string $pluginName\n     * @return void\n     */\n    private function injectRoute(\n        App $app,\n        array $spec,\n        string $pluginName\n    ): void\n    {\n        if (!isset($spec['pattern']) || !is_string($spec['pattern'])) {\n            throw new InvalidArgumentException(sprintf(\n                'Missing or invalid \"pattern\" key in route specification for the \"%s\" plugin.',\n                $pluginName\n            ));\n        }\n\n        if (!isset($spec['handler'])) {\n            throw new InvalidArgumentException(sprintf(\n                'Missing route \"handler\" key in route specification for the \"%s\" plugin.',\n                $pluginName\n            ));\n        }\n\n        $methods = isset($spec['methods']) ? $spec['methods'] : self::DEFAULT_METHODS;\n\n        if (!is_array($methods)) {\n            throw new InvalidArgumentException(sprintf(\n                'Allowed HTTP methods for a route must be in form of an array; received \"%s\" for the \"%s\" plugin',\n                gettype($methods),\n                $pluginName\n            ));\n        }\n\n        $route = $app->map($methods, $spec['pattern'], $spec['handler']);\n\n        // Set route name if any\n        if (isset($spec['name'])) {\n            $route->setName($spec['name']);\n        }\n\n        // Add route middleware if any\n        if (isset($routeSpec['middleware'])) {\n            foreach ((array)$spec['middleware'] as $middleware) {\n                $route->add($middleware);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "gui/src/Plugin/PluginServiceProvidersInjector.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpDocMissingThrowsInspection\n * PhpUnhandledExceptionInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Plugin;\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse Psr\\Container\\ContainerInterface;\n\n/**\n * Class PluginServiceProvidersInjector\n * @package iMSCP\\Plugin\n */\nclass PluginServiceProvidersInjector\n{\n    /**\n     * Register plugin service providers with the dependency container\n     *\n     * @param ContainerInterface $container\n     * @param EventAggregator $events\n     * @param PluginManager $pm\n     * @return void\n     */\n    public function __invoke(\n        ContainerInterface $container,\n        EventAggregator $events,\n        PluginManager $pm\n    ): void\n    {\n        $events->dispatch(Events::onBeforeInjectPluginServiceProviders, [\n            'pluginManager' => $pm\n        ]);\n\n        foreach ($pm->pluginGetLoaded() as $plugin) {\n            if ($serviceProvider = $plugin->getServiceProvider()) {\n                $serviceProvider->register($container);\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "gui/src/Plugin/Validate/PluginArchive.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Plugin\\Validate;\n\nuse Archive_Tar;\nuse iMSCP\\Plugin\\PluginManager;\nuse iMSCP\\Registry;\nuse ParseError;\nuse Zend_Config;\nuse Zend_Exception;\nuse Zend_Loader;\nuse Zend_Uri;\nuse Zend_Validate_Abstract;\nuse Zend_Validate_EmailAddress;\nuse Zend_Validate_Exception;\nuse ZipArchive;\n\n/**\n * Class PluginArchive\n *\n * Validator that validate a plugin archive\n *\n * @package iMSCP\\Plugin\\Validate\n */\nclass PluginArchive extends Zend_Validate_Abstract\n{\n    /**\n     * @const string Error constants\n     */\n    const NO_PLUGIN_INFO = 'pluginInfoMissing';\n    const NO_PLUGIN_ENTRY_POINT = 'pluginEntryPointMissing';\n    const NOT_PLUGIN = 'fileNotPlugin';\n    const NOT_READABLE = 'fileNotReadable';\n    const NOT_COMPATIBLE = 'pluginNotCompatible';\n    const NOT_ALLOWED_PROTECTED = 'pluginIsProtected';\n    const NOT_ALLOWED_PENDING = 'pluginHasPendingTask';\n    const INVALID_PLUGIN_INFO_FILE = 'invalidPluginInfoFile';\n    const INVALID_PLUGIN_INFO_FIELD = 'invalidPluginInfo';\n    const MISSING_PLUGIN_INFO_FIELD = 'pluginMissingInfoField';\n\n    /**\n     * @var array Error message templates\n     */\n    protected $_messageTemplates = [\n        self::NO_PLUGIN_INFO            => \"Invalid plugin archive: The plugin info.php file is missing inside the plugin archive.\",\n        self::NO_PLUGIN_ENTRY_POINT     => \"Invalid plugin archive: The plugin entry point (class) is missing inside the plugin archive.\",\n        self::NOT_PLUGIN                => \"Invalid plugin archive: The '%value%' file doesn't look like an i-MSCP plugin archive.\",\n        self::NOT_READABLE              => \"The '%value%' file is not readable or does not exist.\",\n        self::NOT_COMPATIBLE            => \"Plugin '%value%' is not compatible with this i-MSCP version.\",\n        self::NOT_ALLOWED_PROTECTED     => \"The '%value%' plugin cannot be updated because it is protected.\",\n        self::NOT_ALLOWED_PENDING       => \"The '%value%' plugin cannot be updated due to pending task.\",\n        self::INVALID_PLUGIN_INFO_FILE  => \"Invalid plugin archive: The %value%' plugin info file is not valid.\",\n        self::INVALID_PLUGIN_INFO_FIELD => \"Invalid plugin archive: The plugin '%value%' info field is not valid.\",\n        self::MISSING_PLUGIN_INFO_FIELD => \"Invalid plugin archive: The '%value%' plugin info field is missing.\",\n    ];\n\n    /**\n     * @var array Validator options\n     */\n    protected $_options = [\n        'plugin_manager' => NULL\n    ];\n\n    /**\n     * PluginArchive constructor.\n     *\n     * @param mixed $options\n     */\n    public function __construct($options)\n    {\n        if ($options instanceof Zend_Config) {\n            $options = $options->toArray();\n        } elseif (!is_array($options)) {\n            $options = func_get_args();\n            $temp['plugin_manager'] = array_shift($options);\n            $options = $temp;\n        }\n\n        $options += $this->_options;\n        $this->setOptions($options);\n    }\n\n    /**\n     * Returns all set options.\n     *\n     * @return array\n     */\n    public function getOptions(): array\n    {\n        return $this->_options;\n    }\n\n    /**\n     * Sets the options for this validator.\n     *\n     * @param array $options\n     * @return PluginArchive\n     */\n    public function setOptions(\n        array $options\n    ): PluginArchive\n    {\n        if (array_key_exists('plugin_manager', $options)) {\n            $this->setPluginManager($options['plugin_manager']);\n        }\n\n        return $this;\n    }\n\n    /**\n     * Set the plugin manager.\n     *\n     * @param PluginManager|NULL $pm\n     * @return PluginArchive\n     */\n    public function setPluginManager(\n        PluginManager $pm = NULL\n    ): PluginArchive\n    {\n        if ($pm === NULL) {\n            $pm = new PluginManager(\n                Registry::get('iMSCP_Application')->getContainer(),\n                Registry::get('iMSCP_Application')->getEventManager(),\n            );\n        }\n\n        $this->_options['plugin_manager'] = $pm;\n\n        return $this;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function isValid($value, $file = NULL): bool\n    {\n        if (!Zend_Loader::isReadable($value)) {\n            return $this->_throw($file['name'], self::NOT_READABLE);\n        }\n\n        // Only tar.gz, tar.bz2 and zip archives are supported\n        if (!in_array($file['type'], [\n            'application/zip', 'application/x-gzip', 'application/x-bzip2'\n        ])) {\n            return $this->_throw($file['name'], self::NOT_PLUGIN);\n        }\n\n        if ($file['type'] == 'application/zip') {\n            return $this->_isValidZipArchive($value, $file);\n        }\n\n        return $this->_isValidTarArchive($value, $file);\n    }\n\n    /**\n     * Internal method to throws an error of the given type.\n     *\n     * @param string $value\n     * @param string $errorType\n     * @return false\n     */\n    protected function _throw(string $value, string $errorType): bool\n    {\n        $this->_value = (string)$value;\n        $this->_error($errorType);\n        return false;\n    }\n\n    /**\n     * Internal method to validate a plugin zip archive.\n     *\n     * @param string $value\n     * @param array $file\n     * @return bool TRUE if the Zip archive is valid, FALSE otherwise\n     */\n    protected function _isValidZipArchive($value, $file)\n    {\n        if (!extension_loaded('zip')) {\n            throw new Zend_Validate_Exception(sprintf(\n                'Missing %s PHP extension.', 'zip'\n            ));\n        }\n\n        $arch = new ZipArchive();\n        $name = explode('.', $file['name'])[0];\n\n        if (true !== $arch->open($value)) {\n            throw new Zend_Validate_Exception(sprintf(\n                'Error while opening the %s plugin archive.', $name\n            ));\n        }\n\n        $infoAsString = @$arch->getFromName(\"$name/info.php\");\n\n        if (false === $infoAsString) {\n            return $this->_throw($file['name'], self::NO_PLUGIN_INFO);\n        }\n\n        $info = $this->_getPluginInfoFromString($infoAsString);\n\n        if (false !== $info && $this->_isValidPlugin($info)) {\n            $entryPointFile = $info['name'] . '.php';\n\n            if (false === @$arch->locateName(\"$name/$entryPointFile\")) {\n                return $this->_throw(\n                    $file['name'], self::NO_PLUGIN_ENTRY_POINT\n                );\n            }\n\n            $arch->close();\n            return true;\n        }\n\n        $arch->close();\n        return false;\n    }\n\n    /**\n     * Internal method to get plugin info.\n     *\n     * @param string $infoAsString\n     * @return array|null\n     */\n    protected function _getPluginInfoFromString(string $infoAsString): ?array\n    {\n        $info = (static function (string $infoAsString) {\n            try {\n                $info = eval('?>' . $infoAsString);\n            } catch (ParseError $e) {\n                $info = NULL;\n            }\n\n            return $info;\n        })($infoAsString);\n\n        if (NULL === $info || !is_array($info)) {\n            $this->_throw('info.php', self::INVALID_PLUGIN_INFO_FILE);\n            return NULL;\n        }\n\n        return $info;\n    }\n\n    /**\n     * Check plugin info validity.\n     *\n     * @param array Plugin info\n     * @return bool TRUE if the plugin is valid, FALSE otherwise\n     */\n    public function _isValidPlugin(array $info)\n    {\n        // Check for plugin info fields\n\n        // Required fields\n        foreach (\n            ['name', 'desc', 'version', 'build', 'require_api'] as $field\n        ) {\n            if (!isset($info[$field])) {\n                return $this->_throw($field, self::MISSING_PLUGIN_INFO_FIELD);\n            }\n\n            switch ($field) {\n                case 'name':\n                    if (!is_string($info[$field])\n                        || !preg_match('/^[a-z_]+$/i', $info[$field])\n                    ) {\n                        return $this->_throw(\n                            $field, self::INVALID_PLUGIN_INFO_FIELD\n                        );\n                    }\n                    break;\n                case 'desc':\n                    if (!is_string($info[$field]) || $info[$field] === '') {\n                        return $this->_throw(\n                            $field, self::INVALID_PLUGIN_INFO_FIELD\n                        );\n                    }\n                    break;\n                case 'version':\n                    if (!is_string($info[$field])\n                        || !preg_match('/^\\d+\\.\\d+\\.\\d+$/', $info[$field])\n                    ) {\n                        return $this->_throw(\n                            $field, self::INVALID_PLUGIN_INFO_FIELD\n                        );\n                    }\n                    break;\n                case 'build':\n                    if (!is_scalar($info[$field])\n                        || !preg_match('/^\\d{10}$/', $info[$field])\n                    ) {\n                        return $this->_throw(\n                            $field, self::INVALID_PLUGIN_INFO_FIELD\n                        );\n                    }\n                    break;\n                case 'require_api':\n                    if (!is_string($info[$field])\n                        || !preg_match('/^\\d+\\.\\d+\\.\\d+$/', $info[$field])\n                    ) {\n                        return $this->_throw(\n                            $field, self::INVALID_PLUGIN_INFO_FIELD\n                        );\n                    }\n            }\n        }\n\n        // Optional fields\n\n        if (isset($info['author'])) {\n            foreach ((array)$info['author'] as $author) {\n                if (!is_string($author) || $author === '') {\n                    return $this->_throw(\n                        'author', self::INVALID_PLUGIN_INFO_FIELD\n                    );\n                }\n            }\n        }\n\n        if (isset($info['email'])\n            && !(is_string($info['email'])\n                && (new Zend_Validate_EmailAddress)->isValid($info['email'])\n            )\n        ) {\n            return $this->_throw('email', self::INVALID_PLUGIN_INFO_FIELD);\n        }\n\n        if (isset($info['url'])\n            && !(is_string($info['url']) && Zend_Uri::check($info['url']))\n        ) {\n            return $this->_throw('url', self::INVALID_PLUGIN_INFO_FIELD);\n        }\n\n        if (isset($info['priority'])\n            && (!is_scalar($info['priority'])\n                || !preg_match('/^\\d+$/', (string)$info['priority'])\n            )\n            \n        ) {\n            return $this->_throw('priority', self::INVALID_PLUGIN_INFO_FIELD);\n        }\n\n        $pm = $this->getPluginManager();\n\n        // Check for plugin compatibility with current plugin API.\n        // Check that the plugin is not being downgraded.\n        $pm->pluginCheckCompat($info['name'], $info);\n\n        if ($pm->pluginIsKnown($info['name'])) {\n            // If the plugin is protected, update is forbidden\n            if ($pm->pluginIsProtected($info['name'])) {\n                return $this->_throw(\n                    $info['name'], self::NOT_ALLOWED_PROTECTED\n                );\n            }\n\n            // If there is a pending task for the plugin, update is forbidden\n            if (!in_array(\n                $pm->pluginGetStatus($info['name']),\n                ['uninstalled', 'disabled', 'enabled']\n            )) {\n                return $this->_throw($info['name'], self::NOT_ALLOWED_PENDING);\n            }\n        }\n\n        return true;\n    }\n\n    /**\n     * Returns the set plugin_manager.\n     *\n     * @return PluginManager\n     */\n    public function getPluginManager(): PluginManager\n    {\n        return $this->_options['plugin_manager'];\n    }\n\n    /**\n     * Internal method to validate a tar archive.\n     *\n     * @param string $value\n     * @param array $file\n     * @return bool TRUE if the archive is valid, FALSE otherwise\n     */\n    protected function _isValidTarArchive($value, $file)\n    {\n        try {\n            Zend_Loader::loadClass('Archive_Tar');\n        } catch (Zend_Exception $e) {\n            throw new Zend_Validate_Exception(tr('Missing PEAR Archive_Tar.'));\n        }\n\n        $extName = $file['type'] == 'application/x-gzip'\n            ? 'zlib'\n            : (($file['type'] == 'application/x-bzip2') ? 'bz2' : 'xz');\n\n        if (!extension_loaded($extName)) {\n            throw new Zend_Validate_Exception(sprintf(\n                'Missing %s PHP extension.', $extName\n            ));\n        }\n\n        $arch = new Archive_Tar(\n            $value,\n            $extName == 'zlib' ? 'gz' : (($extName == 'xz') ? 'lzma2' : 'bz2')\n        );\n        $name = explode('.', $file['name'])[0];\n\n        /** @var string $infoAsString */\n        $infoAsString = @$arch->extractInString(\"$name/info.php\");\n\n        if (false === $infoAsString) {\n            return $this->_throw($file['name'], self::NO_PLUGIN_INFO);\n        }\n\n        $info = $this->_getPluginInfoFromString($infoAsString);\n\n        if (false !== $info && $this->_isValidPlugin($info)) {\n            $entryPointFile = $info['name'] . '.php';\n\n            if (NULL === @$arch->extractInString(\"$name/$entryPointFile\")) {\n                return $this->_throw(\n                    $file['name'], self::NO_PLUGIN_ENTRY_POINT\n                );\n            }\n\n            return true;\n        }\n\n        return false;\n    }\n}\n"
  },
  {
    "path": "gui/src/Registry.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP;\n\nuse Zend_Registry;\n\n/**\n * Class Registry\n * @package iMSCP\n */\nclass Registry extends Zend_Registry\n{\n    /**\n     * {@inheritdoc}\n     *\n     * @return mixed The object stored in the ArrayObject\n     */\n    public static function set($index, $value)\n    {\n        parent::set($index, $value);\n        return $value;\n    }\n}\n"
  },
  {
    "path": "gui/src/ServiceProvider.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpUnusedParameterInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP;\n\nuse iMSCP\\Handlers\\ExceptionHandler;\nuse iMSCP\\Handlers\\NotAllowedHandler;\nuse iMSCP\\Handlers\\NotFoundHandler;\nuse Psr\\Container\\ContainerInterface;\n\n/**\n * Class ServiceProvider\n *\n * Service provider that overrides default services as provided by the\n * Slim\\DefaultServicesProvider\n *\n * @package iMSCP\n */\nclass ServiceProvider implements ServiceProviderInterface\n{\n    /**\n     * Override default Slim services\n     *\n     * @inheritdoc\n     */\n    public function register(ContainerInterface $c): void\n    {\n        $c['phpErrorHandler'] = function (ContainerInterface $c) {\n            return new ExceptionHandler();\n        };\n        $c['errorHandler'] = function (ContainerInterface $c) {\n            return new ExceptionHandler();\n        };\n        $c['notFoundHandler'] = function (ContainerInterface $c) {\n            return new NotFoundHandler();\n        };\n        $c['notAllowedHandler'] = function (ContainerInterface $c) {\n            return new NotAllowedHandler();\n        };\n    }\n}\n"
  },
  {
    "path": "gui/src/ServiceProviderInterface.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP;\n\nuse Psr\\Container\\ContainerInterface;\n\n/**\n * Interface ServiceProviderInterface\n * @package iMSCP\n */\ninterface ServiceProviderInterface\n{\n    /**\n     * Registers services on the given container.\n     *\n     * This method should only be used to configure services and parameters.\n     * It should not get services.\n     *\n     * @param ContainerInterface $container A container instance\n     */\n    public function register(ContainerInterface $container);\n}\n"
  },
  {
    "path": "gui/src/Services.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP;\n\nuse countable;\nuse iterator;\nuse Zend_Cache_Core;\n\n/**\n * Class Services\n * @package iMSCP\n */\nclass Services implements iterator, countable\n{\n    /**\n     * @var array[] Array of services where keys are service names and values\n     *              are arrays containing service properties\n     */\n    private $services = [];\n\n    /**\n     * @var string Service name currently queried\n     */\n    private $queriedService;\n\n    /**\n     * @var Zend_Cache_Core $cache\n     */\n    private $cache;\n\n    /**\n     * @var bool Whether or not data need to be refreshed\n     */\n    private $refresh;\n\n    /**\n     * Services constructor.\n     *\n     * @param bool $refresh Whether or not data need to be refreshed\n     * @return void\n     */\n    public function __construct(bool $refresh = false)\n    {\n        $this->refresh = $refresh;\n        $this->cache = Registry::get('iMSCP_Application')->getCache();\n        $values = Registry::get('dbConfig')->toArray();\n\n        // Gets list of services port names\n        $services = array_filter(array_keys($values), function ($name) {\n            return (strlen($name) > 5 && substr($name, 0, 5) == 'PORT_');\n        });\n\n        foreach ($services as $name) {\n            $this->services[$name] = explode(';', $values[$name]);\n        }\n    }\n\n    /**\n     * Get service name.\n     *\n     * @return string\n     */\n    public function getName(): string\n    {\n        return $this->getProperty(2);\n    }\n\n    /**\n     * Check if the service is visible.\n     *\n     * @return bool TRUE if the service is visible, FALSE otherwise\n     * @throws Exception\n     */\n    public function isVisible(): bool\n    {\n        return (bool)$this->getProperty(3);\n    }\n\n    /**\n     * Check if a service is running.\n     *\n     * @return bool TRUE if the service is currently running, FALSE otherwise\n     */\n    public function isRunning(): bool\n    {\n        return $this->getStatus();\n    }\n\n    /**\n     * Get service status\n     *\n     * @return bool TRUE if the service is currently running, FALSE otherwise\n     */\n    private function getStatus(): bool\n    {\n        $identifier = static::class\n            . '_'\n            . preg_replace('/[^a-zA-Z0-9_]/', '_', $this->key());\n\n        if ($this->refresh || !($this->cache->test($identifier))) {\n            $ip = $this->getIp();\n\n            if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)) {\n                $ip = '[' . $ip . ']';\n            }\n\n            $status = false;\n            if ($fp = @fsockopen(\n                $this->getProtocol() . '://' . $ip,\n                $this->getPort(),\n                $errno,\n                $errstr,\n                0.5\n            )) {\n                fclose($fp);\n                $status = true;\n            }\n\n            $this->cache->save($status, $identifier, [], 300);\n        } else {\n            $status = $this->cache->load($identifier);\n        }\n\n        return (bool)$status;\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function key()\n    {\n        return key($this->services);\n    }\n\n    /**\n     * Get service IP address\n     *\n     * @return string\n     */\n    public function getIp(): string\n    {\n        return $this->getProperty(4);\n    }\n\n    /**\n     * Get service protocol.\n     *\n     * @return string\n     */\n    public function getProtocol(): string\n    {\n        return $this->getProperty(1);\n    }\n\n    /**\n     * Get service listening port.\n     *\n     * @return int\n     */\n    public function getPort(): int\n    {\n        return (int)$this->getProperty(0);\n    }\n\n    /**\n     * Get a service property value\n     *\n     * @param int $index Service property index\n     * @return mixed Service property value\n     */\n    private function getProperty(int $index)\n    {\n        if (NULL === $this->queriedService) {\n            throw new Exception('Name of service to query is not set');\n        }\n\n        return $this->services[$this->queriedService][$index];\n    }\n\n    /**\n     * Check if a service is down\n     *\n     * @return bool TRUE if the service is currently down, FALSE otherwise\n     */\n    public function isDown(): bool\n    {\n        return !$this->getStatus();\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function current()\n    {\n        $this->setService($this->key(), false);\n\n        return current($this->services);\n    }\n\n    /**\n     * Set service to be queried.\n     *\n     * @param string $serviceName Service name\n     * @param bool $normalize Tell whether or not the service name must be\n     *                        normalized\n     * @return void\n     */\n    public function setService(\n        string $serviceName, bool $normalize = true\n    ): void\n    {\n        // Normalise service name (ex. 'dns' to 'PORT_DNS')\n        if ($normalize) {\n            $serviceName = 'PORT_' . strtoupper($serviceName);\n        }\n\n        if (array_key_exists($serviceName, $this->services)) {\n            $this->queriedService = $serviceName;\n        } else {\n            throw new Exception(\"Unknown Service: $serviceName\");\n        }\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function next()\n    {\n        next($this->services);\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function rewind()\n    {\n        reset($this->services);\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function valid()\n    {\n        return array_key_exists(key($this->services), $this->services);\n    }\n\n    /**\n     * @inheritDoc\n     */\n    public function count()\n    {\n        return count($this->services);\n    }\n}\n"
  },
  {
    "path": "gui/src/SystemInfo.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP;\n\n/**\n * Class SystemInfo\n * @package iMSCP\n */\nclass SystemInfo\n{\n    /**\n     * CPU info\n     *\n     * @var array\n     */\n    public $cpu;\n    /**\n     * File system info\n     *\n     * @var array\n     */\n    public $filesystem;\n    /**\n     * Kernel version\n     *\n     * @var string\n     */\n    public $kernel;\n    /**\n     * System load info\n     *\n     * @var array\n     */\n    public $load;\n    /**\n     * RAM info\n     *\n     * @var array\n     */\n    public $ram;\n    /**\n     *\n     * @var array Swap info\n     */\n    public $swap;\n    /**\n     * System uptime\n     *\n     * @var string\n     */\n    public $uptime;\n    /**\n     * Operating system name where PHP is run\n     *\n     * @var string\n     */\n    protected $os;\n    /**\n     * Error message\n     *\n     * @var string\n     */\n    protected $_error = '';\n\n    /**\n     * Constructor.\n     */\n    public function __construct()\n    {\n        $this->os = php_uname('s');\n        $this->cpu = $this->_getCPUInfo();\n        $this->filesystem = $this->_getFileSystemInfo();\n        $this->kernel = $this->_getKernelInfo();\n        $this->load = $this->_getLoadInfo();\n        $this->ram = $this->_getRAMInfo();\n        $this->swap = $this->_getSwapInfo();\n        $this->uptime = $this->_getUptime();\n    }\n\n    /**\n     * Reads /proc/cpuinfo and parses its content\n     *\n     * @return array Cpu Information\n     */\n    private function _getCPUInfo()\n    {\n        $cpu = [\n            'model'    => tr('N/A'),\n            'cpus'     => tr('N/A'),\n            'cpuspeed' => tr('N/A'),\n            'cache'    => tr('N/A'),\n            'bogomips' => tr('N/A')\n        ];\n\n        if ($this->os == 'FreeBSD'\n            || $this->os == 'OpenBSD'\n            || $this->os == 'NetBSD'\n        ) {\n            $tmp = [];\n            $pattern = [\n                'FreeBSD' => '/CPU: (.*) \\((.*)-MHz (.*)\\)/',\n                'OpenBSD' => '/^cpu(.*) (.*) MHz/',\n                'NetBSD'  => '/^cpu(.*)\\, (.*) MHz/'\n            ];\n\n            if ($cpu['model'] = $this->sysctl('hw.model')) {\n                $cpu[\"cpus\"] = $this->sysctl('hw.ncpu');\n                // Read dmesg bot log on reboot\n                $dmesg = $this->read('/var/run/dmesg.boot');\n\n                if (empty($this->_error)) {\n                    $dmesgArr = explode('rebooting', $dmesg);\n                    $dmesgInfo = explode(\"\\n\", $dmesgArr[count($dmesgArr) - 1]);\n\n                    foreach ($dmesgInfo as $di) {\n                        if (preg_match($pattern[$this->os], $di, $tmp)) {\n                            $cpu['cpuspeed'] = round($tmp[2]);\n                            break;\n                        }\n                    }\n                }\n            }\n\n            return $cpu;\n        }\n\n        $cpuRaw = $this->read('/proc/cpuinfo');\n        if (empty($this->_error)) {\n            // parse line for line\n            $cpu_info = explode(\"\\n\", $cpuRaw);\n            // initialize Values:\n            $cpu['cpus'] = 0;\n            $cpu['bogomips'] = 0;\n\n            foreach ($cpu_info as $ci) {\n                $line = preg_split('/\\s+:\\s+/', trim($ci));\n\n                // Every architecture has its own scheme, it's not granted\n                // that this list is complete. If there are any values\n                // missing, let us know about them. They will be added in a\n                // upcoming release.\n                switch ($line[0]) {\n                    case 'model name':\n                        $cpu['model'] = $line[1];\n                        break;\n                    case 'cpu': // PPC\n                        $cpu['model'] = $line[1];\n                        break;\n                    case 'revision': // PPC\n                        $cpu['model'] .= ' ( rev: ' . $line[1] . ')';\n                        break;\n                    case 'cpu model': // Alpha 2.2.x\n                        $cpu['model'] .= ' (' . $line[1] . ')';\n                        break;\n                    case 'system type': // Alpha 2.2.x\n                        $cpu['model'] .= ', ' . $line[1] . ' ';\n                        break;\n                    case 'platform string': // Alpha 2.2.x\n                        $cpu['model'] .= ' (' . $line[1] . ')';\n                        break;\n                    case 'processor':\n                        $cpu['cpus'] += 1;\n                        break;\n                    case 'ncpus probed': // Linux sparc64 & sparc32\n                        $cpu[\"cpus\"] = $line[1];\n                        break;\n                    case 'cpu MHz':\n                        $cpu[\"cpuspeed\"] = sprintf(\"%.2f\", $line[1]);\n                        break;\n                    case 'clock': // PPC\n                        $cpu['cpuspeed'] = sprintf('%.2f', $line[1]);\n                        break;\n                    case 'Cpu0ClkTck': // Linux sparc64\n                        $cpu['cpuspeed'] = sprintf(\n                            '%.2f', hexdec($line[1]) / 1000000\n                        );\n                        break;\n                    case 'cache size':\n                        $cpu['cache'] = $line[1];\n                        break;\n                    case 'L2 cache': // PPC\n                        $cpu['cache'] = $line[1];\n                        break;\n                    case 'bogomips':\n                        $cpu[\"bogomips\"] += $line[1];\n                        break;\n                    case 'BogoMIPS': // Alpha 2.2.x\n                        $cpu['bogomips'] += $line[1];\n                        break;\n                    case 'BogoMips': // Sparc\n                        $cpu['bogomips'] += $line[1];\n                        break;\n                    case 'Cpu0Bogo': // Linux sparc64 & sparc32\n                        $cpu['bogomips'] += $line[1];\n                        break;\n                }\n            }\n\n            // sparc64 specific implementation\n            // Originally made by Sven Blumenstein <bazik@gentoo.org> in\n            // 2004 Modified by Tom Weustink <freshy98@gmx.net> in 2004\n            $sparclist = [\n                'SUNW,UltraSPARC@0,0',\n                'SUNW,UltraSPARC-II@0,0',\n                'SUNW,UltraSPARC@1c,0',\n                'SUNW,UltraSPARC-IIi@1c,0',\n                'SUNW,UltraSPARC-II@1c,0',\n                'SUNW,UltraSPARC-IIe@0,0'\n            ];\n\n            foreach ($sparclist as $sparc) {\n                $raw = $this->read('/proc/openprom/' . $sparc . '/ecache-size');\n                if (empty($this->_error) && !empty($raw)) {\n                    $cpu['cache'] = base_convert($raw, 16, 10) / 1024 . ' KB';\n                }\n            }\n\n            // XScale specific implementation\n            if ($cpu['cpus'] == 0) {\n                foreach ($cpu_info as $ci) {\n                    $line = preg_split('/\\s+:\\s+/', trim($ci));\n\n                    switch ($line[0]) {\n                        case 'Processor':\n                            $cpu['cpus'] += 1;\n                            $cpu['model'] = $line[1];\n                            break;\n                        // Wrong description for CPU speed; no bogoMIPS\n                        // available\n                        case 'BogoMIPS':\n                            $cpu['cpuspeed'] = $line[1];\n                            break;\n                        case 'I size':\n                            $cpu['cache'] = $line[1];\n                            break;\n                        case 'D size':\n                            $cpu['cache'] += $line[1];\n                            break;\n                    }\n                }\n\n                $cpu['cache'] = $cpu['cache'] / 1024 . ' KB';\n            }\n        }\n\n        return $cpu;\n    }\n\n    /**\n     * Execute sysctl on *BDS to receive system information\n     *\n     * @param string $args Arguments to call sysctl\n     * @return string Unformated sysctl output\n     */\n    protected function sysctl($args)\n    {\n        $descriptorSpec = [\n            0 => ['pipe', 'r'],\n            1 => ['pipe', 'w'],\n            2 => ['pipe', 'a']\n        ];\n        $stdout = '';\n        $pipes = []; // satisfy warning\n        $proc = proc_open('sysctl -n ' . $args, $descriptorSpec, $pipes);\n\n        if (is_resource($proc)) {\n            // Read data from stream (Pipe 1)\n            $stdout = stream_get_contents($pipes[1]);\n            // Close pipe and stream\n            fclose($pipes[1]);\n            proc_close($proc);\n        }\n\n        return $stdout;\n    }\n\n    /**\n     * Gets the content of a file if successful or and error otherwise.\n     *\n     * @param string $filename Path to file\n     * @return bool|string\n     */\n    protected function read($filename)\n    {\n        if (is_readable($filename)) {\n            $this->_error = '';\n            return file_get_contents($filename);\n        }\n\n        $this->_error = sprintf(\n            \"File %s doesn't exist or cannot be reached!\", $filename\n        );\n\n        return false;\n    }\n\n    /**\n     * Gets and parses the information of mounted filesystem\n     *\n     * @return array File system information\n     */\n    private function _getFileSystemInfo()\n    {\n        $filesystem = [];\n        $descriptorSpec = [\n            ['pipe', 'r'], ['pipe', 'w'], ['pipe', 'a']\n        ];\n\n        /* Read output of df command from stdout\n         * Args:\n         *  T: Show File System type\n         *  P: Show in POSIX format\n         */\n        $pipes = []; // satisfy warning\n        $proc = proc_open('df -TP', $descriptorSpec, $pipes);\n\n        if (is_resource($proc)) {\n            // Read data from stream (Pipe 1)\n            $fileSystemRaw = stream_get_contents($pipes[1]);\n\n            // Close pipe and stream\n            fclose($pipes[1]);\n            proc_close($proc);\n\n            $fs_info = explode(\"\\n\", $fileSystemRaw);\n            // First line only contains Legend\n            array_shift($fs_info);\n\n            $i = 0;\n            foreach ($fs_info as $fs) {\n                if (empty($fs))\n                    continue;\n\n                $line = preg_split('/\\s+/', trim($fs));\n                $i++;\n                $filesystem[$i]['mount'] = $line[0];\n                $filesystem[$i]['fstype'] = $line[1];\n                $filesystem[$i]['disk'] = $line[6];\n                // Remove % from the end of the string\n                $filesystem[$i]['percent'] = substr($line[5], 0, -1);\n                $filesystem[$i]['used'] = $line[3];\n                $filesystem[$i]['size'] = $line[2];\n                $filesystem[$i]['free'] = $line[4];\n            }\n        }\n\n        return $filesystem;\n    }\n\n    /**\n     * Reads /proc/version and parses its content\n     *\n     * @return string Translated Kernel information\n     */\n    private function _getKernelInfo()\n    {\n        $kernel = tr('N/A');\n\n        if ($this->os == 'FreeBSD'\n            || $this->os == 'OpenBSD'\n            || $this->os == 'NetBSD'\n        ) {\n            if ($kernelRaw = $this->sysctl('kern.version')) {\n                $kernel_arr = explode(':', $kernelRaw);\n                $kernel = $kernel_arr[0] . $kernel_arr[1] . ':' . $kernel_arr[2];\n            }\n\n            return $kernel;\n        }\n\n        $kernelRaw = $this->read('/proc/version');\n        if (empty($this->_error)) {\n            if (preg_match('/version (.*?) /', $kernelRaw, $kernel_info)) {\n                $kernel = $kernel_info[1];\n                if (strpos($kernelRaw, 'SMP') !== false) {\n                    $kernel .= ' (SMP)';\n                }\n            }\n        }\n\n        return $kernel;\n    }\n\n    /**\n     * Reads /proc/loadavg and parses its content into Load 1 min, Load 5 Min\n     * and Load 15 min\n     *\n     * @return array Load average\n     */\n    private function _getLoadInfo()\n    {\n        $load = [tr('N/A'), tr('N/A'), tr('N/A')];\n\n        if ($this->os == 'FreeBSD'\n            || $this->os == 'OpenBSD'\n            || $this->os == 'NetBSD'\n        ) {\n            if ($loadRaw = $this->sysctl('vm.loadavg')) {\n                $loadRaw = preg_replace('/{\\s/', '', $loadRaw);\n                $loadRaw = preg_replace('/\\s}/', '', $loadRaw);\n                $load = explode(' ', $loadRaw);\n            }\n\n            return $load;\n        }\n\n        $loadRaw = $this->read('/proc/loadavg');\n        if (empty($this->_error)) {\n            // $load[0] - Load 1 Min\n            // $load[1] - Load 5 Min\n            // $load[2] - Load 15 Min\n            // $load[3] - <running processes>/<total processes> <last PID>\n            $load = preg_split('/\\s/', $loadRaw, 4);\n            // Only load values are needed\n            unset($load[3]);\n        }\n\n        return $load;\n    }\n\n    /**\n     * Reads /proc/meminfo and parses its content into Total, Used and Free Ram\n     *\n     * @return array Memory information\n     */\n    private function _getRAMInfo()\n    {\n        $ram = [\n            'total' => 0,\n            'free'  => 0,\n            'used'  => 0\n        ];\n\n        if ($this->os == 'FreeBSD'\n            || $this->os == 'OpenBSD'\n            || $this->os == 'NetBSD'\n        ) {\n            if ($ramRaw = $this->sysctl('hw.physmem')) {\n                $descriptorSpec = [\n                    ['pipe', 'r'], ['pipe', 'w'], ['pipe', 'a']\n                ];\n\n                $pipes = [];\n                $proc = proc_open('vmstat', $descriptorSpec, $pipes);\n\n                if (is_resource($proc)) {\n                    // Read data from stream (Pipe 1)\n                    $raw = stream_get_contents($pipes[1]);\n\n                    // Close pipe and stream\n                    fclose($pipes[1]);\n                    proc_close($proc);\n\n                    // parse line for line\n                    $ramInfo = explode(\"\\n\", $raw);\n\n                    // First line only contains Legend\n                    array_shift($ramInfo);\n\n                    $line = preg_split('/\\s+/', $ramInfo[0], 19);\n                    $ram['free'] = $line[5];\n                }\n\n                $ram['total'] = $ramRaw / 1024;\n                $ram['used'] = $ram['total'] - $ram['free'];\n            }\n\n            return $ram;\n        }\n\n        $ramRaw = $this->read('/proc/meminfo');\n\n        if (empty($this->_error)) {\n            foreach (explode(\"\\n\", $ramRaw) as $ri) {\n                list($type, $kb) = preg_split(\n                    '/\\s+/', $line = str_replace(':', '', $ri), 3\n                );\n\n                switch ($type) {\n                    case 'MemTotal':\n                        $ram['total'] = (int)$kb;\n                        break;\n                    case 'MemFree':\n                        $ram['free'] = (int)$kb;\n                        break;\n                    case 'Buffers':\n                        $ram['buffers'] = (int)$kb;\n                        break;\n                    case 'Cached':\n                        $ram['cached'] = (int)$kb;\n                        break;\n                }\n            }\n\n            # TODO report fixes below for freeBSD (see #812)\n            $ram['used'] = ($ram['total'] - $ram['free']) -\n                ($ram['buffers'] + $ram['cached']);\n            $ram['free'] = $ram['total'] - $ram['used'];\n        }\n\n        return $ram;\n    }\n\n    /**\n     * Reads /proc/swaps and parses its content into Total, Used and Free\n     * Swaps\n     *\n     * @return array Swap information\n     */\n    private function _getSwapInfo()\n    {\n        $swap = [\n            'total' => 0,\n            'free'  => 0,\n            'used'  => 0\n        ];\n\n        if ($this->os == 'FreeBSD'\n            || $this->os == 'OpenBSD'\n            || $this->os == 'NetBSD'\n        ) {\n            $descriptorSpec = [\n                0 => ['pipe', 'r'], 1 => ['pipe', 'w'], 2 => ['pipe', 'a']\n            ];\n\n            if ($this->os == 'OpenBSD' || $this->os == 'NetBSD') {\n                $args = '-l -k';\n            } else {\n                $args = '-k';\n            }\n\n            $pipes = []; // satisfy warning\n            $proc = proc_open('swapctl ' . $args, $descriptorSpec, $pipes);\n\n            if (is_resource($proc)) {\n                // Read data from stream (Pipe 1)\n                $raw = stream_get_contents($pipes[1]);\n                // Close pipe and stream\n                fclose($pipes[1]);\n                proc_close($proc);\n                // parse line for line\n                $swapInfo = explode(\"\\n\", $raw);\n\n                foreach ($swapInfo as $si) {\n                    if (!empty($si)) {\n                        $line = preg_split('/\\s+/', trim($si), 6);\n                        if ($line[0] != 'Total') {\n                            $swap['total'] += $line[1];\n                            $swap['used'] += $line[2];\n                            $swap['free'] += $line[3];\n                        }\n                    }\n                }\n\n                $line = preg_split('/\\s+/', $swapInfo[0], 19);\n                $ram['free'] = $line[5];\n            }\n\n            return $swap;\n        }\n\n        $stdout = $this->read('/proc/swaps');\n        if (empty($this->_error)) {\n            // parse line for line\n            $swapInfo = explode(\"\\n\", $stdout);\n\n            // First line only contains Legend\n            array_shift($swapInfo);\n\n            foreach ($swapInfo as $si) {\n                if (!empty($si)) {\n                    $line = preg_split('/\\s+/', trim($si));\n                    $swap['total'] += $line[2];\n                    $swap['used'] += $line[3];\n                    $swap['free'] = $swap['total'] - $swap['used'];\n                }\n            }\n        }\n\n        return $swap;\n    }\n\n    /**\n     *\n     * /**\n     * Reads /proc/uptime, parses its content and makes it human readable in\n     * the format: # [[Day[s]] # Hour[s]] # Minute[s].\n     *\n     * @return string Translated Uptime information\n     */\n    private function _getUptime()\n    {\n        $uptime = 0;\n\n        if ($this->os == 'FreeBSD'\n            || $this->os == 'OpenBSD'\n            || $this->os == 'NetBSD'\n        ) {\n            if ($stdout = $this->sysctl(\"kern.boottime\")) {\n                switch ($this->os) {\n                    case 'FreeBSD':\n                        $uptimeArr = explode(' ', $stdout);\n                        $uptimeTmp = preg_replace('/{\\s/', '', $uptimeArr[3]);\n                        $uptime = time() - $uptimeTmp;\n                        break;\n                    case 'OpenBSD':\n                    case 'NetBSD':\n                        $uptime = time() - $stdout;\n                        break;\n                }\n            }\n        } else {\n            $stdout = $this->read('/proc/uptime');\n            if (empty($this->_error)) {\n                $uptime = explode(' ', $stdout);\n\n                // $uptime[0] - Total System Uptime\n                // $uptime[1] - System Idle Time\n                $uptime = trim($uptime[0]);\n            }\n        }\n\n        $upMins = $uptime / 60;\n        $upHours = $upMins / 60;\n        $upDays = floor($upHours / 24);\n        $upHours = floor($upHours - ($upDays * 24));\n        $upMins = floor($upMins - ($upHours * 60) - ($upDays * 24 * 60));\n\n        $uptimeStr = '';\n\n        if ($upDays == 1) {\n            $uptimeStr .= $upDays . ' ' . tr('Day') . ' ';\n        } else if ($upDays > 1) {\n            $uptimeStr .= $upDays . ' ' . tr('Days') . ' ';\n        }\n\n        if ($upHours == 1) {\n            $uptimeStr .= ' ' . $upHours . ' ' . tr('Hour') . ' ';\n        } else if ($upHours > 1) {\n            $uptimeStr .= ' ' . $upHours . ' ' . tr('Hours') . ' ';\n        }\n\n        if ($upMins == 1) {\n            $uptimeStr .= ' ' . $upMins . ' ' . tr('Minute');\n        } else if ($upMins > 1) {\n            $uptimeStr .= ' ' . $upMins . ' ' . tr('Minutes');\n        }\n\n        return $uptimeStr;\n    }\n\n    /**\n     * Return info about partition to which the given file belong\n     *\n     * @param string $file Absolute path to either a file or directory\n     * @return array\n     */\n    public static function getFilePartitionInfo($file)\n    {\n        $filePartitionInfo = [];\n        $descriptorSpec = [\n            ['pipe', 'r'], ['pipe', 'w'], ['pipe', 'a']\n        ];\n\n        $pipes = []; // satisfy warning\n        $proc = proc_open('df -TP ' . escapeshellarg(\n                $file), $descriptorSpec, $pipes\n        );\n\n        if (is_resource($proc)) {\n            // Read data from stream (Pipe 1)\n            $stdout = stream_get_contents($pipes[1]);\n\n            // Close pipe and stream\n            fclose($pipes[1]);\n            proc_close($proc);\n\n            $filePartitionInfo = explode(\"\\n\", $stdout);\n\n            // Remove legend\n            array_shift($filePartitionInfo);\n\n            $filePartitionInfo = array_combine(\n                ['mount', 'fstype', 'size', 'used', 'free', 'percent', 'disk'],\n                preg_split('/\\s+/', trim($filePartitionInfo[0]))\n            );\n\n            $filePartitionInfo['percent'] = str_replace(\n                '%', '', $filePartitionInfo['percent']\n            );\n        }\n\n        return $filePartitionInfo;\n    }\n\n    /**\n     * Returns the latest error\n     *\n     * @return string Error\n     */\n    public function getError()\n    {\n        return $this->_error;\n    }\n}\n"
  },
  {
    "path": "gui/src/TemplateEngine.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP;\n\nuse iMSCP\\Event\\EventAggregator;\nuse iMSCP\\Event\\Events;\nuse iMSCP\\Exception\\Exception;\nuse Throwable;\n\n/**\n * Class TemplateEngine\n * @package iMSCP\n */\nclass TemplateEngine\n{\n    /**\n     * @var array\n     */\n    protected $tplName = [];\n\n    /**\n     * @var array\n     */\n    protected $tplData = [];\n\n    /**\n     * @var array\n     */\n    protected $tplOptions = [];\n\n    /**\n     * @var array\n     */\n    protected $dtplName = [];\n\n    /**\n     * @var array\n     */\n    protected $dtplData = [];\n\n    /**\n     * @var array\n     */\n    protected $dtplOptions = [];\n\n    /**\n     * @var array\n     */\n    protected $dtplValues = [];\n\n    /**\n     * @var array\n     */\n    protected $namespace = [];\n\n    /**\n     * @var EventAggregator\n     */\n    protected $eventManager;\n\n    /**\n     * Templates root directory.\n     *\n     * @var string\n     */\n    protected $rootDir = '.';\n\n    /**\n     * @var string\n     */\n    protected $tplStartTag = '<!-- ';\n\n    /**\n     * @var string\n     */\n    protected $tplEndTag = ' -->';\n\n    /**\n     * @var string\n     */\n    protected $tplStartTagName = 'BDP: ';\n\n    /**\n     * @var string\n     */\n    protected $tplEndTagName = 'EDP: ';\n\n    /**\n     * @var string\n     */\n    protected $tplNameRexpr = '([a-z0-9][a-z0-9\\_]*)';\n\n    /**\n     * @var string\n     */\n    protected $tplStartRexpr;\n\n    /**\n     * @var string\n     */\n    protected $tplEndRexpr;\n\n    /**\n     * @var string\n     */\n    protected $lastParsed = '';\n\n    /**\n     * @var array\n     */\n    protected $stack = [];\n\n    /**\n     * @var int\n     */\n    protected $sp = 0;\n\n    /**\n     * @var string\n     */\n    protected $tplInclude = 'INCLUDE \"([^\\\"]+)\"';\n\n    /**\n     * Constructor\n     */\n    public function __construct()\n    {\n        $this->eventManager = EventAggregator::getInstance();\n        $this->setRootDir(Registry::get('config')->ROOT_TEMPLATE_PATH);\n        $this->tplStartRexpr = '/';\n        $this->tplStartRexpr .= $this->tplStartTag;\n        $this->tplStartRexpr .= $this->tplStartTagName;\n        $this->tplStartRexpr .= $this->tplNameRexpr;\n        $this->tplStartRexpr .= $this->tplEndTag . '/';\n        $this->tplEndRexpr = '/';\n        $this->tplEndRexpr .= $this->tplStartTag;\n        $this->tplEndRexpr .= $this->tplEndTagName;\n        $this->tplEndRexpr .= $this->tplNameRexpr;\n        $this->tplEndRexpr .= $this->tplEndTag . '/';\n        $this->tplInclude = '~' . $this->tplStartTag . $this->tplInclude\n            . $this->tplEndTag . '~m';\n    }\n\n    /**\n     * Sets templates root directory.\n     *\n     * @param string $rootDir\n     * @return void\n     */\n    public function setRootDir($rootDir)\n    {\n        if (!is_dir($rootDir)) {\n            throw new Exception(\n                'TemplateEngine::setRootDir expects a valid directory.'\n            );\n        }\n\n        $this->rootDir = $rootDir;\n    }\n\n    /**\n     * @param string|array $namespaces Namespace(s)\n     * @param string $namespacesData\n     * @return void\n     */\n    public function assign($namespaces, $namespacesData = '')\n    {\n        if (is_array($namespaces)) {\n            foreach ($namespaces as $name => $data) {\n                $this->namespace[$name] = $data;\n            }\n\n            return;\n        }\n\n        $this->namespace[$namespaces] = $namespacesData;\n    }\n\n    /**\n     *\n     * @param string|array $namespaces\n     * @return void\n     */\n    public function unsign($namespaces)\n    {\n        if (is_array($namespaces)) {\n            foreach ($namespaces as $key => $value) {\n                unset($this->namespace[$key]);\n            }\n\n            return;\n        }\n\n        unset($this->namespace[$namespaces]);\n    }\n\n    /**\n     *\n     * @param string|array $tName\n     * @param string $tValue\n     * @return void\n     */\n    public function define($tName, $tValue = '')\n    {\n        if (is_array($tName)) {\n            foreach ($tName as $key => $value) {\n                $this->tplName[$key] = $value;\n                $this->tplData[$key] = '';\n                $this->tplOptions[$key] = '';\n            }\n\n            return;\n        }\n\n        $this->tplName[$tName] = $tValue;\n        $this->tplData[$tName] = '';\n        $this->tplOptions[$tName] = '';\n    }\n\n    /**\n     * @param string|array $tName\n     * @param string $tValue\n     * @return void\n     */\n    public function define_dynamic($tName, $tValue = '')\n    {\n        if (is_array($tName)) {\n            foreach ($tName as $key => $value) {\n                $this->dtplName[$key] = $value;\n                $this->dtplData[$key] = '';\n                $this->dtplOptions[$key] = '';\n            }\n\n            return;\n        }\n\n        $this->dtplName[$tName] = $tValue;\n        $this->dtplData[$tName] = '';\n        $this->dtplOptions[$tName] = '';\n    }\n\n    /**\n     * @param string|array $tName\n     * @param string $tValue\n     * @return void\n     */\n    public function define_no_file($tName, $tValue = '')\n    {\n        if (is_array($tName)) {\n            foreach ($tName as $key => $value) {\n                $this->tplName[$key] = '_no_file_';\n                $this->tplData[$key] = $value;\n                $this->tplOptions[$key] = '';\n            }\n\n            return;\n        }\n\n        $this->tplName[$tName] = '_no_file_';\n        $this->tplData[$tName] = $tValue;\n        $this->tplOptions[$tName] = '';\n    }\n\n    /**\n     * @param string|array $tName\n     * @param string $tValue\n     * @return void\n     */\n    public function define_no_file_dynamic($tName, $tValue = '')\n    {\n        if (is_array($tName)) {\n            foreach ($tName as $key => $value) {\n                $this->dtplName[$key] = '_no_file_';\n                $this->dtplData[$key] = $value;\n                $this->dtplOptions[$key] = '';\n            }\n\n            return;\n        }\n\n        $this->dtplName[$tName] = '_no_file_';\n        $this->dtplData[$tName] = $tValue;\n        $this->dtplOptions[$tName] = '';\n    }\n\n    /**\n     * Checks if a namespace is defined\n     *\n     * @param string $namespace namespace\n     * @return boolean TRUE if the namespace was define, FALSE otherwise\n     */\n    public function is_namespace($namespace)\n    {\n        return array_key_exists($namespace, $this->namespace);\n    }\n\n    /**\n     * Checks if the given template is a static template\n     *\n     * @param string $tplName namespace\n     * @return boolean TRUE if the given template is a static template, FALSE\n     *                 otherwise\n     */\n    public function is_static_tpl($tplName)\n    {\n        return array_key_exists($tplName, $this->tplName);\n    }\n\n    /**\n     * Checks if the given template is a dynamic template\n     *\n     * @param string $tplName Dynamic template name\n     * @return boolean TRUE if the given template is a dynamic template, FALSE\n     *                 otherwise\n     */\n    public function is_dynamic_tpl($tplName)\n    {\n        return array_key_exists($tplName, $this->dtplName);\n    }\n\n    /**\n     * Parse given template namespace\n     *\n     * @param string $pname\n     * @param string $tname\n     * @throws Exception\n     */\n    public function parse($pname, $tname)\n    {\n        $this->eventManager->dispatch(Events::onParseTemplate, [\n            'pname'          => $pname,\n            'tname'          => $tname,\n            'templateEngine' => $this\n        ]);\n\n        $addFlag = false;\n\n        if (strpos($tname, '.') === 0) {\n            $tname = substr($tname, 1);\n            $addFlag = true;\n        }\n\n        if (isset($this->tplName[$tname])\n            && ($this->tplName[$tname] == '_no_file_'\n                || (strpos($this->dtplName[$tname], '.tpl') !== false\n                    || strpos($this->dtplName[$tname], '.phtml') !== false\n                )\n            )\n        ) {\n            // static NO FILE - static FILE\n            if (isset($this->tplData[$tname])\n                && $this->tplData[$tname] == ''\n            ) {\n                $this->tplData[$tname] = $this->get_file(\n                    $this->tplName[$tname]\n                );\n            }\n\n            if ($addFlag) {\n                if (isset($this->namespace[$pname])) {\n                    $this->namespace[$pname] .= $this->substitute_dynamic(\n                        $this->tplData[$tname]\n                    );\n                } else {\n                    $this->namespace[$pname] = $this->substitute_dynamic(\n                        $this->tplData[$tname]\n                    );\n                }\n            } else {\n                $this->namespace[$pname] = $this->substitute_dynamic(\n                    $this->tplData[$tname]\n                );\n            }\n\n            $this->lastParsed = $this->namespace[$pname];\n            return;\n        }\n\n        if ($this->dtplName[$tname] == '_no_file_'\n            || strpos($this->dtplName[$tname], '.tpl') !== false\n            || strpos($this->dtplName[$tname], '.phtml') !== false\n            || $this->find_origin($tname)\n        ) {\n\n            // dynamic NO FILE - dynamic FILE\n            if (!$this->parse_dynamic($pname, $tname, $addFlag)) {\n                return;\n            }\n\n            $this->lastParsed = $this->namespace[$pname];\n            return;\n        }\n\n        if (!$addFlag) {\n            $this->namespace[$pname] = $this->namespace[$tname];\n            return;\n        }\n\n        if (isset($this->namespace[$pname])) {\n            $this->namespace[$pname] .= $this->namespace[$tname];\n            return;\n        }\n\n        $this->namespace[$pname] = $this->namespace[$tname];\n    }\n\n    /**\n     * Load a template file\n     *\n     * @param string|array $fname Template file path or an array where the\n     *                            second item contain the template file path\n     * @return mixed|string\n     */\n    public function get_file($fname)\n    {\n        static $parentTplDir = NULL;\n\n        if (!is_array($fname)) {\n            $this->eventManager->dispatch(\n                Events::onBeforeAssembleTemplateFiles,\n                [\n                    'context'      => $this,\n                    'templatePath' => $this->rootDir . '/' . $fname\n                ]\n            );\n        } else { // INCLUDED file\n            $fname = ($parentTplDir ?: $parentTplDir) . '/' . $fname[1];\n        }\n\n        if (!$this->is_safe($fname)) {\n            throw new Exception(sprintf(\n                \"Couldn't to find the %s template file\",\n                $this->rootDir . '/' . $fname\n            ));\n        }\n\n        $prevParentTplDir = $parentTplDir;\n        $parentTplDir = dirname($fname);\n        $this->eventManager->dispatch(Events::onBeforeLoadTemplateFile, [\n            'context'      => $this,\n            'templatePath' => $this->rootDir . '/' . $fname\n        ]);\n\n        ob_start();\n        try {\n            $this->run(utils_normalizePath($this->rootDir . '/' . $fname));\n        } catch (Throwable $e) {\n            ob_end_clean();\n            throw $e;\n        }\n        $fileContent = ob_get_clean();\n        $this->eventManager->dispatch(Events::onAfterLoadTemplateFile, [\n            'context'         => $this,\n            'templateContent' => $fileContent\n        ]);\n\n        $fileContent = preg_replace_callback(\n            $this->tplInclude, [$this, 'get_file'], $fileContent\n        );\n        $parentTplDir = $prevParentTplDir;\n        $this->eventManager->dispatch(Events::onAfterAssembleTemplateFiles, [\n            'context'         => $this,\n            'templateContent' => $fileContent\n        ]);\n\n        return $fileContent;\n    }\n\n    /**\n     * @param string $fname\n     * @return bool\n     */\n    protected function is_safe($fname)\n    {\n        return file_exists($this->rootDir . '/' . $fname);\n    }\n\n    /**\n     * Includes the template script in a scope with only public $this variables.\n     *\n     * @param string $scriptPath The view script to execute.\n     */\n    protected function run($scriptPath)\n    {\n        /** @noinspection PhpIncludeInspection */\n        include $scriptPath;\n    }\n\n    /**\n     * @param  $data\n     * @return mixed\n     */\n    protected function substitute_dynamic($data)\n    {\n        if (($curlB = strpos($data, '{')) === FALSE) {\n            // there is nothing to substitute in $data; return early\n            return $data;\n        }\n\n        $this->sp = 0;\n        $startFrom = -1;\n        $this->stack[$this->sp++] = ['{', $curlB];\n        $curl = $this->find_next_curl($data, $startFrom);\n\n        while ($curl !== false) {\n            if ($curl[0] == '{') {\n                $this->stack[$this->sp++] = $curl;\n                $startFrom = $curl[1];\n            } else {\n                $curlE = $curl[1];\n\n                if ($this->sp > 0) {\n                    $curl = $this->stack[--$this->sp];\n                    // Check for empty stack must be done HERE !\n                    $curlB = $curl[1];\n\n                    if ($curlB < $curlE + 1) {\n                        $varName = substr($data, $curlB + 1, $curlE - $curlB - 1);\n\n                        // The whole work goes here :)\n                        if (preg_match('/[A-Z0-9][A-Z0-9_]*/', $varName)) {\n                            if (isset($this->namespace[$varName])) {\n                                $data = substr_replace(\n                                    $data,\n                                    $this->namespace[$varName],\n                                    $curlB,\n                                    $curlE - $curlB + 1\n                                );\n\n                                // new value may also begin with '{'\n                                $startFrom = $curlB - 1;\n                            } elseif (isset($this->dtplData[$varName])) {\n                                $data = substr_replace(\n                                    $data,\n                                    $this->dtplData[$varName],\n                                    $curlB,\n                                    $curlE - $curlB + 1\n                                );\n\n                                // new value may also begin with '{'\n                                $startFrom = $curlB - 1;\n                            } else {\n                                // no suitable value found -> go forward\n                                $startFrom = $curlB;\n                            }\n                        } else {\n                            // go forward, we have {no variable} here.\n                            $startFrom = $curlB;\n                        }\n                    } else {\n                        // go forward, we have {} here.\n                        $startFrom = $curlE;\n                    }\n                } else {\n                    $startFrom = $curlE;\n                }\n            }\n\n            $curl = $this->find_next_curl($data, $startFrom);\n        }\n\n        return $data;\n    }\n\n    /**\n     * Finds the next curly bracket in the given string, starting at the given\n     * position + 1\n     *\n     * @param string $string String in which pairs of curly bracket must be\n     *                       searched\n     * @param int $startPos Start search position in $string\n     * @return array|bool\n     */\n    protected function find_next_curl($string, $startPos)\n    {\n        $startPos++;\n        $curlStartPos = strpos($string, '{', $startPos);\n        $curlEndPos = strpos($string, '}', $startPos);\n\n        if ($curlStartPos !== false) {\n            if ($curlEndPos !== false) {\n                if ($curlStartPos < $curlEndPos) {\n                    return ['{', $curlStartPos];\n                }\n\n                return ['}', $curlEndPos];\n            }\n\n            return ['{', $curlStartPos];\n        }\n\n        if ($curlEndPos !== false) {\n            return ['}', $curlEndPos];\n        }\n\n        return false;\n    }\n\n    /**\n     * @param string $tname\n     * @return bool\n     */\n    protected function find_origin($tname)\n    {\n        if (!isset($this->dtplName[$tname])) {\n            return false;\n        }\n\n        while (isset($this->dtplName[$tname])\n            && strpos($this->dtplName[$tname], '_no_file_') === false\n            && strpos($this->dtplName[$tname], '.tpl') === false\n            && strpos($this->dtplName[$tname], '.phtml') === false\n        ) {\n            $tname = $this->dtplName[$tname];\n        }\n\n        return $tname;\n    }\n\n    /**\n     * Parse dynamic template\n     *\n     * @param string $pname\n     * @param string $tname\n     * @param bool $addFlag\n     * @return bool\n     * @throws Exception\n     */\n    public function parse_dynamic($pname, $tname, $addFlag)\n    {\n        $child = false;\n        $parent = '';\n\n        if (isset($this->dtplName[$tname])\n            && strpos($this->dtplName[$tname], '_no_file_') === false\n            && strpos($this->dtplName[$tname], '.tpl') === false\n            && strpos($this->dtplName[$tname], '.phtml') === false\n        ) {\n            $child = true;\n            $parent = $this->find_origin($tname);\n\n            if (!$parent) {\n                return false;\n            }\n        }\n\n        if ($child) {\n            $swap = $parent;\n            $parent = $tname;\n            $tname = $swap;\n        }\n\n        if (empty($this->dtplData[$tname])) {\n            @$this->dtplData[$tname] = $this->get_file(\n                @$this->dtplName[$tname]\n            );\n        }\n\n        if (!isset($this->dtplOptions[$tname])\n            || strpos($this->dtplOptions[$tname], 'd_') === false\n        ) {\n            if (isset($this->dtplOptions[$tname])) {\n                $this->dtplOptions[$tname] .= 'd_';\n            } else {\n                $this->dtplOptions[$tname] = 'd_';\n            }\n\n            $this->dtplData[$tname] = $this->devide_dynamic(\n                isset($this->dtplData[$tname]) ? $this->dtplData[$tname] : ''\n            );\n        }\n\n        if ($child) {\n            $swap = $parent;\n            $tname = $swap;\n        }\n\n        if ($addFlag) {\n            $this->namespace[$pname] = (isset($this->namespace[$pname])\n                    ? $this->namespace[$pname] : ''\n                ) . $this->substitute_dynamic($this->dtplData[$tname]);\n\n            return true;\n        }\n\n        $this->namespace[$pname] = $this->substitute_dynamic(\n            $this->dtplData[$tname]\n        );\n\n        return true;\n    }\n\n    /**\n     *\n     * @param string $data\n     * @return mixed\n     */\n    protected function devide_dynamic($data)\n    {\n        $startFrom = -1;\n        $tag = $this->find_next($data, $startFrom);\n\n        while ($tag !== false) {\n            if ($tag[1] == 'b') {\n                $this->stack[$this->sp++] = $tag;\n                $startFrom = $tag[3];\n                $tag = $this->find_next($data, $startFrom);\n                continue;\n            }\n\n            $tplName = $tag[0];\n            $tpl_eb_pos = $tag[2];\n            $tpl_ee_pos = $tag[3];\n            $tag = $this->stack [--$this->sp];\n            $tpl_bb_pos = $tag[2];\n            $tpl_be_pos = $tag[3];\n            $this->dtplData[strtoupper($tplName)] = substr(\n                $data, $tpl_be_pos + 1, $tpl_eb_pos - $tpl_be_pos - 1\n            );\n            $this->dtplData[$tplName] = substr(\n                $data, $tpl_be_pos + 1, $tpl_eb_pos - $tpl_be_pos - 1\n            );\n            $data = substr_replace(\n                $data,\n                '{' . strtoupper($tplName) . '}',\n                $tpl_bb_pos,\n                $tpl_ee_pos - $tpl_bb_pos + 1\n            );\n            $startFrom = $tpl_bb_pos + strlen(\"{\" . $tplName . \"}\") - 1;\n            $tag = $this->find_next($data, $startFrom);\n        }\n\n        return $data;\n    }\n\n    /**\n     * Find next dynamic block\n     *\n     * @param string $data Data in which search is made\n     * @param int $startPos Position from which starting to search\n     * @return array|bool\n     */\n    protected function find_next($data, $startPos)\n    {\n        do {\n            if (false === ($tagStartPos = strpos(\n                    $data, $this->tplStartTag, $startPos + 1))\n            ) {\n                return false;\n            }\n\n            if (false === ($tagEndPos = strpos(\n                    $data, $this->tplEndTag, $tagStartPos + 1))\n            ) {\n                return false;\n            }\n\n            $length = $tagEndPos + strlen($this->tplEndTag) - $tagStartPos;\n            $tag = substr($data, $tagStartPos, $length);\n\n            if (!$tag) {\n                return false;\n            }\n\n            if (preg_match($this->tplStartRexpr, $tag, $matches)) {\n                return [\n                    $matches[1],\n                    'b',\n                    $tagStartPos,\n                    $tagEndPos + strlen($this->tplEndTag) - 1\n                ];\n            }\n\n            if (preg_match($this->tplEndRexpr, $tag, $matches)) {\n                return [\n                    $matches[1],\n                    'e',\n                    $tagStartPos,\n                    $tagEndPos + strlen($this->tplEndTag) - 1\n                ];\n            }\n\n            $startPos = $tagEndPos;\n        } while (true);\n\n        return false;\n    }\n\n    /**\n     * @param string $pname\n     * @return void\n     */\n    public function fastPrint($pname = '')\n    {\n        if ($pname) {\n            $this->prnt($pname);\n            return;\n        }\n\n        $this->prnt();\n    }\n\n    /**\n     * @param string $pname\n     * @return void\n     */\n    public function prnt($pname = '')\n    {\n        if ($pname) {\n            echo isset($this->namespace[$pname])\n                ? $this->namespace[$pname] : '';\n            return;\n        }\n\n        echo @$this->lastParsed;\n    }\n\n    /**\n     * Returns last parse result\n     *\n     * @return string\n     */\n    public function getLastParseResult()\n    {\n        return $this->lastParsed;\n    }\n\n    /**\n     * Replaces last parse result with given content\n     *\n     * @param string $newContent New content\n     * @param string $namespace Namespace\n     * @return TemplateEngine\n     */\n    public function replaceLastParseResult($newContent, $namespace = NULL)\n    {\n        $this->lastParsed = (string)$newContent;\n\n        if (isset($this->namespace[$namespace])) {\n            $this->namespace[$namespace] = $newContent;\n        }\n\n        return $this;\n    }\n}\n"
  },
  {
    "path": "gui/src/Update/AbstractUpdate.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Update;\n\n/**\n * Class AbstractUpdate\n * @package iMSCP\\Update\n */\nabstract class AbstractUpdate\n{\n    /**\n     * Last error message\n     *\n     * @var string|null\n     */\n    protected $lastError;\n\n    /**\n     * Returns last error that occurred\n     *\n     * @return string Last error\n     */\n    public function getError()\n    {\n        return $this->lastError;\n    }\n\n    /**\n     * Apply all available update\n     *\n     * @abstract\n     * @return bool TRUE on success, FALSE otherwise\n     */\n    abstract public function applyUpdates();\n\n    /**\n     * Checks for available update\n     *\n     * @abstract\n     * @return bool TRUE if an update available, FALSE otherwise\n     */\n    abstract public function isAvailableUpdate();\n\n    /**\n     * Returns last applied update\n     *\n     * @abstract\n     * @return mixed\n     */\n    abstract public function getLastAppliedUpdate();\n\n    /**\n     * Return next update\n     *\n     * @abstract\n     * @return mixed next update info\n     */\n    abstract public function getNextUpdate();\n\n    /**\n     * Set error\n     *\n     * @param string $error\n     * @return self\n     */\n    protected function setError($error)\n    {\n        $this->lastError = $error;\n\n        return $this;\n    }\n}\n"
  },
  {
    "path": "gui/src/Update/DatabaseUpdate.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection \n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Update;\n\nuse iMSCP\\Config\\DbConfig;\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Crypt;\nuse iMSCP\\Database\\DatabaseMySQL;\nuse iMSCP\\PhpEditor;\nuse iMSCP\\Registry;\nuse iMSCP\\Uri\\UriRedirect;\nuse PDO;\nuse phpseclib\\Crypt\\RSA;\nuse Throwable;\n\n/**\n * Class DatabaseUpdate\n * @package iMSCP\\Update\n */\nclass DatabaseUpdate extends AbstractUpdate\n{\n    /**\n     * @var DatabaseUpdate\n     */\n    protected static $instance;\n\n    /**\n     * @var FileConfig\n     */\n    protected $config;\n\n    /**\n     * @var DbConfig\n     */\n    protected $dbConfig;\n\n    /**\n     * Database name being updated\n     *\n     * @var string\n     */\n    protected $databaseName;\n\n    /**\n     * Tells whether or not a request must be send to the i-MSCP daemon after\n     * that all database updates were applied.\n     *\n     * @var bool\n     */\n    protected $_daemonRequest = false;\n\n    /**\n     * @var int Last database update revision\n     */\n    protected $lastUpdate = 287;\n\n    /**\n     * Singleton - Make new unavailable\n     *\n     * @throws UpdateException\n     */\n    protected function __construct()\n    {\n        ignore_user_abort(true);\n\n        $this->config = Registry::get('config');\n        $this->dbConfig = Registry::get('dbConfig');\n\n        if (!isset($this->config['DATABASE_NAME'])) {\n            throw new UpdateException('Database name not found.');\n        }\n\n        $this->databaseName = $this->config['DATABASE_NAME'];\n    }\n\n    /**\n     * Implements Singleton design pattern\n     *\n     */\n    public static function getInstance()\n    {\n        if (NULL === self::$instance) {\n            self::$instance = new self();\n        }\n\n        return self::$instance;\n    }\n\n    /**\n     * Return last database update revision\n     *\n     * @return int\n     */\n    public function getLastUpdate()\n    {\n        return $this->lastUpdate;\n    }\n\n    /**\n     * Apply database updates\n     *\n     * @return bool TRUE on success, FALSE on failure\n     */\n    public function applyUpdates()\n    {\n        $db = DatabaseMySQL::getInstance();\n\n        while ($this->isAvailableUpdate()) {\n            $revision = $this->getNextUpdate();\n\n            try {\n                $updateMethod = 'r' . $revision;\n                $queries = (array)$this->$updateMethod();\n\n                if (empty($queries)) {\n                    $this->dbConfig['DATABASE_REVISION'] = $revision;\n                    continue;\n                }\n\n                $db->beginTransaction();\n                $this->executeSqlStatements($queries);\n                $this->dbConfig['DATABASE_REVISION'] = $revision;\n\n                # Make sure that we are still in transaction due to possible\n                # implicit commit.\n                # See https://dev.mysql.com/doc/refman/5.7/en/implicit-commit.html\n                if ($db->inTransaction()) {\n                    $db->commit();\n                }\n            } catch (Throwable $e) {\n                # Make sure that we are still in transaction due to possible\n                # implicit commit.\n                # See https://dev.mysql.com/doc/refman/5.7/en/implicit-commit.html\n                if ($db->inTransaction()) {\n                    $db->rollBack();\n                }\n\n                $this->setError(sprintf(\n                    'Database update %s failed: %s', $revision, $e->getMessage()\n                ));\n                return false;\n            }\n        }\n\n        if (PHP_SAPI != 'cli' && $this->_daemonRequest) {\n            send_request();\n        }\n\n        return true;\n    }\n\n    /**\n     * Checks for available database update\n     *\n     * @return bool TRUE if a database update is available, FALSE otherwise\n     */\n    public function isAvailableUpdate()\n    {\n        if ($this->getLastAppliedUpdate() < $this->getNextUpdate()) {\n            return true;\n        }\n\n        return false;\n    }\n\n    /**\n     * Returns last applied update\n     *\n     * @return int Revision number of the last applied database update\n     */\n    public function getLastAppliedUpdate()\n    {\n        if (!isset($this->dbConfig['DATABASE_REVISION'])) {\n            $this->dbConfig['DATABASE_REVISION'] = 1;\n        }\n\n        return $this->dbConfig['DATABASE_REVISION'];\n    }\n\n    /**\n     * Return next database update revision\n     *\n     * @return int 0 if no update is available\n     */\n    public function getNextUpdate()\n    {\n        $lastAvailableUpdateRevision = $this->lastUpdate;\n        $nextUpdateRevision = $this->getLastAppliedUpdate();\n        if ($nextUpdateRevision < $lastAvailableUpdateRevision) {\n            return ++$nextUpdateRevision;\n        }\n\n        return 0;\n    }\n\n    /**\n     * Execute the given SQL statements\n     *\n     * @param array $queries\n     * @return void\n     */\n    protected function executeSqlStatements(array $queries)\n    {\n        $db = DatabaseMySQL::getInstance();\n\n        foreach ($queries as $query) {\n            if (empty($query)) {\n                continue;\n            }\n\n            $stmt = $db->prepare($query);\n            $db->execute($stmt);\n            /** @noinspection PhpStatementHasEmptyBodyInspection */\n            while ($stmt->nextRowset()) {\n                /* https://bugs.php.net/bug.php?id=61613 */\n            };\n        }\n    }\n\n    /**\n     * Optimize all tables inside database\n     *\n     * return void\n     */\n    public function optimizeTables()\n    {\n\n        $stmt = execute_query('SHOW TABLES');\n        while ($table = $stmt->fetchRow(PDO::FETCH_COLUMN)) {\n            execute_query(sprintf(\n                'OPTIMIZE LOCAL TABLE %s', quoteIdentifier($table)\n            ));\n        }\n\n    }\n\n    /**\n     * Catch any database updates that were removed\n     *\n     * @param string $updateMethod Database update method name\n     * @param array $params Params\n     * @return null\n     * @throws UpdateException\n     */\n    public function __call($updateMethod, $params)\n    {\n        if (!preg_match('/^r[0-9]+$/', $updateMethod)) {\n            throw new UpdateException(sprintf(\n                '%s is not a valid database update method', $updateMethod\n            ));\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Decrypt any SSL private key\n     *\n     * @return array|null SQL statements to be executed\n     */\n    public function r178()\n    {\n\n        $statements = [];\n        $stmt = execute_query(\n            'SELECT cert_id, password, `key` FROM ssl_certs'\n        );\n\n        if (!$stmt->rowCount()) {\n            return NULL;\n        }\n\n        while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n            $certId = quoteValue($row['cert_id'], PDO::PARAM_INT);\n            $privateKey = new RSA();\n\n            if ($row['password'] != '') {\n                $privateKey->setPassword($row['password']);\n            }\n\n            if (!$privateKey->loadKey(\n                $row['key'], RSA::PRIVATE_FORMAT_PKCS1\n            )) {\n                $statements[] = \"\n                        DELETE FROM ssl_certs\n                        WHERE cert_id = $certId\n                    \";\n                continue;\n            }\n\n            // Clear out passphrase\n            $privateKey->setPassword();\n            // Get unencrypted private key\n            $privateKey = $privateKey->getPrivateKey();\n            $privateKey = quoteValue($privateKey);\n            $statements[] = \"\n                    UPDATE ssl_certs\n                    SET `key` = $privateKey\n                    WHERE cert_id = $certId\n                \";\n        }\n\n        return $statements;\n\n    }\n\n    /**\n     * Remove password column from the ssl_certs table\n     *\n     * @return null|string SQL statements to be executed\n     */\n    public function r179()\n    {\n        return $this->dropColumn('ssl_certs', 'password');\n    }\n\n    /**\n     * Singleton - Make clone unavailable\n     *\n     * @return void\n     */\n    protected function __clone()\n    {\n\n    }\n\n    /**\n     * Prohibit upgrade from i-MSCP versions older than 1.1.x\n     *\n     */\n    protected function r173()\n    {\n        throw new UpdateException(\n            'Upgrade support for i-MSCP versions older than 1.1.0 has been removed. You must first upgrade to i-MSCP version 1.3.8.'\n        );\n    }\n\n    /**\n     * Remove domain.domain_created_id column\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r174()\n    {\n        return $this->dropColumn('domain', 'domain_created_id');\n    }\n\n    /**\n     * Drop column\n     *\n     * @param string $table Table name\n     * @param string $column Column name\n     * @return null|string SQL statement to be executed\n     */\n    protected function dropColumn($table, $column)\n    {\n\n        $table = quoteIdentifier($table);\n        $stmt = exec_query(\"SHOW COLUMNS FROM $table LIKE ?\", $column);\n\n        if ($stmt->rowCount()) {\n            return sprintf(\n                'ALTER TABLE %s DROP %s',\n                $table,\n                quoteIdentifier($column)\n            );\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Update sql_database and sql_user table structure\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r176()\n    {\n        return [\n            // sql_database table update\n            $this->changeColumn(\n                'sql_database',\n                'domain_id',\n                'domain_id INT(10) UNSIGNED NOT NULL'\n            ),\n            $this->changeColumn(\n                'sql_database',\n                'sqld_name',\n                'sqld_name VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL'\n            ),\n            // sql_user table update\n            $this->changeColumn(\n                'sql_user', 'sqld_id', 'sqld_id INT(10) UNSIGNED NOT NULL'\n            ),\n            $this->changeColumn(\n                'sql_user',\n                'sqlu_name',\n                'sqlu_name VARCHAR(16) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL'\n            ),\n            $this->changeColumn(\n                'sql_user',\n                'sqlu_pass',\n                'sqlu_pass VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL'\n            ),\n            $this->addColumn(\n                'sql_user',\n                'sqlu_host',\n                'VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL AFTER sqlu_name'\n            ),\n            $this->addIndex('sql_user', 'sqlu_name', 'INDEX', 'sqlu_name'),\n            $this->addIndex('sql_user', 'sqlu_host', 'INDEX', 'sqlu_host')\n        ];\n    }\n\n    /**\n     * Change column\n     *\n     * @param string $table Table name\n     * @param string $column Column name\n     * @param string $columnDefinition Column definition\n     * @return null|string SQL statement to be executed\n     */\n    protected function changeColumn($table, $column, $columnDefinition)\n    {\n\n        $table = quoteIdentifier($table);\n        $stmt = exec_query(\"SHOW COLUMNS FROM $table LIKE ?\", $column);\n\n        if ($stmt->rowCount()) {\n            return sprintf(\n                'ALTER TABLE %s CHANGE %s %s',\n                $table,\n                quoteIdentifier($column),\n                $columnDefinition\n            );\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Add column\n     *\n     * @param string $table Table name\n     * @param string $column Column name\n     * @param string $columnDefinition Column definition\n     * @return null|string SQL statement to be executed\n     */\n    protected function addColumn($table, $column, $columnDefinition)\n    {\n        $table = quoteIdentifier($table);\n        $stmt = exec_query(\"SHOW COLUMNS FROM $table LIKE ?\", $column);\n\n        if (!$stmt->rowCount()) {\n            return sprintf(\n                'ALTER TABLE %s ADD %s %s',\n                $table,\n                quoteIdentifier($column),\n                $columnDefinition\n            );\n        }\n\n        return NULL;\n\n    }\n\n    /**\n     * Add index\n     *\n     * Be aware that no check is made for duplicate rows. Thus, if you want to\n     * add an UNIQUE constraint, you must make sure to remove duplicate rows\n     * first. We don't make use of the IGNORE clause for the following reasons:\n     *\n     * - The IGNORE clause is no standard and do not work with Fast Index\n     *   Creation (MySQL Bug #40344)\n     * - The IGNORE clause has been removed in MySQL 5.7\n     *\n     * @param string $table Database table name\n     * @param array|string $columns Column name(s) with OPTIONAL key length\n     * @param string $indexType Index type (PRIMARY KEY, INDEX|KEY, UNIQUE)\n     * @param string $indexName Index name (default is autogenerated)\n     * @return null|string SQL statement to be executed\n     */\n    protected function addIndex(\n        $table, $columns, $indexType = 'PRIMARY KEY', $indexName = ''\n    )\n    {\n\n        $table = quoteIdentifier($table);\n        $indexType = strtoupper($indexType);\n        $columnsTmp = (array)$columns;\n        $columns = [];\n\n        // Parse column definitions\n        foreach ($columnsTmp as $columnDef) {\n            if (preg_match(\n                '/^(?P<name>[^(]+)(?P<length>\\(\\d+\\))$/',\n                $columnDef,\n                $matches\n            )) {\n                $columns[$matches['name']] = $matches['length'];\n            } else {\n                $columns[$columnDef] = '';\n            }\n        }\n        unset($columnsTmp);\n\n        $indexName = $indexType == 'PRIMARY KEY'\n            ? 'PRIMARY'\n            : ($indexName == '' ? key($columns) : $indexName);\n        $stmt = exec_query(\n            \"SHOW INDEX FROM $table WHERE KEY_NAME = ?\", [$indexName]\n        );\n\n        if (!$stmt->rowCount()) {\n            $columnsStr = '';\n            foreach ($columns as $column => $length) {\n                $columnsStr .= quoteIdentifier($column) . $length . ',';\n            }\n\n            unset($columns);\n\n            $indexName = $indexName == 'PRIMARY'\n                ? ''\n                : quoteIdentifier($indexName);\n\n            return sprintf(\n                'ALTER TABLE %s ADD %s %s (%s)',\n                $table,\n                $indexType,\n                $indexName,\n                rtrim($columnsStr, ',')\n            );\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Please, add all the database update methods below. Don't forget to\n     * update the `lastUpdate' field above.\n     */\n\n    /**\n     * Fix SQL user hosts\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r177()\n    {\n\n        $statements = [];\n        $sqlUserHost = Registry::get('config')['DATABASE_USER_HOST'];\n\n        if ($sqlUserHost == '127.0.0.1') {\n            $sqlUserHost = 'localhost';\n        }\n\n        $sqlUserHost = quoteValue($sqlUserHost);\n        $stmt = execute_query('SELECT DISTINCT sqlu_name FROM sql_user');\n\n        if ($stmt->rowCount()) {\n            while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n                $sqlUser = quoteValue($row['sqlu_name']);\n                $statements[] = \"\n                        UPDATE IGNORE mysql.user\n                        SET Host = $sqlUserHost\n                        WHERE User = $sqlUser\n                        AND Host NOT IN ($sqlUserHost, '%')\n                    \";\n                $statements[] = \"\n                        UPDATE IGNORE mysql.db\n                        SET Host = $sqlUserHost\n                        WHERE User = $sqlUser\n                        AND Host NOT IN ($sqlUserHost, '%')\n                    \";\n                $statements[] = \"\n                        UPDATE sql_user\n                        SET sqlu_host = $sqlUserHost\n                        WHERE sqlu_name = $sqlUser\n                        AND sqlu_host NOT IN ($sqlUserHost, '%')\n                    \";\n            }\n\n            $statements[] = 'FLUSH PRIVILEGES';\n        }\n        return $statements;\n\n    }\n\n    /**\n     * Rename ssl_certs.id column to ssl_certs.domain_id\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r180()\n    {\n        return $this->changeColumn(\n            'ssl_certs', 'id', 'domain_id INT(10) NOT NULL'\n        );\n    }\n\n    /**\n     * Rename ssl_certs.type column to ssl_certs.domain_type\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r181()\n    {\n        return $this->changeColumn(\n            'ssl_certs',\n            'type',\n            \"domain_type ENUM('dmn','als','sub','alssub') CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'dmn'\"\n        );\n    }\n\n    /**\n     * Rename ssl_certs.key column to ssl_certs.private_key\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r182()\n    {\n        return $this->changeColumn(\n            'ssl_certs',\n            'key',\n            'private_key TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL'\n        );\n    }\n\n    /**\n     * Rename ssl_certs.cert column to ssl_certs.certificate\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r183()\n    {\n        return $this->changeColumn(\n            'ssl_certs',\n            'cert',\n            'certificate TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL'\n        );\n    }\n\n    /**\n     * Rename ssl_certs.ca_cert column to ssl_certs.ca_bundle\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r184()\n    {\n        return $this->changeColumn(\n            'ssl_certs',\n            'ca_cert',\n            'ca_bundle TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL'\n        );\n    }\n\n    /**\n     * Drop index id from ssl_certs table\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r185()\n    {\n        return $this->dropIndexByName('ssl_certs', 'id');\n    }\n\n    /**\n     * Drop the given index from the given table\n     *\n     * @param string $table Table name\n     * @param string $indexName Index name\n     * @return null|string SQL statement to be executed\n     */\n    protected function dropIndexByName($table, $indexName = 'PRIMARY')\n    {\n\n        $table = quoteIdentifier($table);\n        $stmt = exec_query(\n            \"SHOW INDEX FROM $table WHERE KEY_NAME = ?\", $indexName\n        );\n\n        if ($stmt->rowCount()) {\n            return sprintf(\n                'ALTER TABLE %s DROP INDEX %s',\n                $table,\n                quoteIdentifier($indexName)\n            );\n        }\n\n        return NULL;\n\n    }\n\n    /**\n     * Add domain_id_domain_type index in ssl_certs table\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r186()\n    {\n        return $this->addIndex(\n            'ssl_certs',\n            ['domain_id', 'domain_type'],\n            'UNIQUE',\n            'domain_id_domain_type'\n        );\n    }\n\n    /**\n     * SSL certificates normalization\n     *\n     * @return array|null SQL statements to be executed\n     */\n    protected function r189()\n    {\n\n        $statements = [];\n        $stmt = execute_query(\n            '\n                    SELECT cert_id, private_key, certificate, ca_bundle\n                    FROM ssl_certs\n                '\n        );\n\n        if (!$stmt->rowCount()) {\n            return NULL;\n        }\n\n        while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n            $certificateId = quoteValue($row['cert_id'], PDO::PARAM_INT);\n            // Data normalization\n            $privateKey = quoteValue(\n                str_replace(\n                    \"\\r\\n\", \"\\n\", trim($row['private_key'])\n                ) . PHP_EOL\n            );\n            $certificate = quoteValue(\n                str_replace(\n                    \"\\r\\n\", \"\\n\", trim($row['certificate'])\n                ) . PHP_EOL\n            );\n            $caBundle = quoteValue(\n                str_replace(\"\\r\\n\", \"\\n\", trim($row['ca_bundle']))\n            );\n            $statements[] = \"\n                    UPDATE ssl_certs SET private_key = $privateKey,\n                        certificate = $certificate, ca_bundle = $caBundle\n                    WHERE cert_id = $certificateId\n                \";\n        }\n\n        return $statements;\n\n    }\n\n    /**\n     * Delete deprecated Web folder protection parameter\n     *\n     * @return null\n     */\n    protected function r190()\n    {\n        if (isset($this->dbConfig['WEB_FOLDER_PROTECTION'])) {\n            unset($this->dbConfig['WEB_FOLDER_PROTECTION']);\n        }\n\n        return NULL;\n    }\n\n    /**\n     * #1143: Add po_active column (mail_users table)\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r191()\n    {\n        return $this->addColumn(\n            'mail_users',\n            'po_active',\n            \"VARCHAR(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'yes' AFTER status\"\n        );\n    }\n\n    /**\n     * #1143: Remove any mail_users.password prefix\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r192()\n    {\n        return \"\n            UPDATE mail_users\n            SET mail_pass = SUBSTRING(mail_pass, 4), po_active = 'no'\n            WHERE mail_pass <> '_no_'\n            AND status = 'disabled'\n        \";\n    }\n\n    /**\n     * #1143: Add status and po_active columns index (mail_users table)\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r193()\n    {\n        return [\n            $this->addIndex('mail_users', 'mail_addr', 'INDEX', 'mail_addr'),\n            $this->addIndex('mail_users', 'status', 'INDEX', 'status'),\n            $this->addIndex('mail_users', 'po_active', 'INDEX', 'po_active')\n        ];\n    }\n\n    /**\n     * Added plugin_priority column in plugin table\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r194()\n    {\n        return [\n            $this->addColumn(\n                'plugin',\n                'plugin_priority',\n                \"INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER plugin_config\"\n            ),\n            $this->addIndex(\n                'plugin', 'plugin_priority', 'INDEX', 'plugin_priority'\n            )\n        ];\n    }\n\n    /**\n     * Remove deprecated MAIL_WRITER_EXPIRY_TIME configuration parameter\n     *\n     * @return null\n     */\n    protected function r195()\n    {\n        if (isset($this->dbConfig['MAIL_WRITER_EXPIRY_TIME'])) {\n            unset($this->dbConfig['MAIL_WRITER_EXPIRY_TIME']);\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Remove deprecated MAIL_BODY_FOOTPRINTS configuration parameter\n     *\n     * @return null\n     */\n    protected function r196()\n    {\n        if (isset($this->dbConfig['MAIL_BODY_FOOTPRINTS'])) {\n            unset($this->dbConfig['MAIL_BODY_FOOTPRINTS']);\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Remove postgrey and policyd-weight ports\n     *\n     * @return null\n     */\n    protected function r198()\n    {\n        if (isset($this->dbConfig['PORT_POSTGREY'])) {\n            unset($this->dbConfig['PORT_POSTGREY']);\n        }\n\n        if (isset($this->dbConfig['PORT_POLICYD-WEIGHT'])) {\n            unset($this->dbConfig['PORT_POLICYD-WEIGHT']);\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Add domain_dns.domain_dns_status column\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r199()\n    {\n        return $this->addColumn(\n            'domain_dns',\n            'domain_dns_status',\n            \"VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'ok'\"\n        );\n    }\n\n    /**\n     * Add plugin.plugin_config_prev column\n     *\n     * @return array|null SQL statements to be executed\n     */\n    protected function r200()\n    {\n        $sql = $this->addColumn(\n            'plugin',\n            'plugin_config_prev',\n            \"VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL AFTER plugin_config\"\n        );\n\n        if ($sql !== NULL) {\n            return [\n                $sql,\n                'UPDATE plugin SET plugin_config_prev = plugin_config'\n            ];\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Fixed: Wrong field type for the plugin.plugin_config_prev column\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r201()\n    {\n        return [\n            $this->changeColumn(\n                'plugin',\n                'plugin_config_prev',\n                'plugin_config_prev TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL'\n            ),\n            'UPDATE plugin SET plugin_config_prev = plugin_config'\n        ];\n    }\n\n    /**\n     * Change domain.allowbackup column length and update values for backup feature\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r203()\n    {\n        return [\n            $this->changeColumn(\n                'domain',\n                'allowbackup',\n                \"allowbackup varchar(12) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'dmn|sql|mail'\"\n            ),\n            \"UPDATE domain SET allowbackup = REPLACE(allowbackup, 'full', 'dmn|sql|mail')\",\n            \"UPDATE domain SET allowbackup = REPLACE(allowbackup, 'no', '')\"\n        ];\n    }\n\n    /**\n     * Updated hosting_plans.props values for backup feature\n     *\n     * @return array|null SQL statements to be executed\n     */\n    protected function r204()\n    {\n\n        $statements = [];\n        $stmt = exec_query('SELECT id, props FROM hosting_plans');\n\n        if (!$stmt->rowCount()) {\n            return NULL;\n        }\n\n        while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n            $needUpdate = true;\n            $id = quoteValue($row['id'], PDO::PARAM_INT);\n            $props = explode(';', $row['props']);\n\n            switch ($props[10]) {\n                case '_full_':\n                    $props[10] = '_dmn_|_sql_|_mail_';\n                    break;\n                case '_no_':\n                    $props[10] = '';\n                    break;\n                default:\n                    $needUpdate = false;\n            }\n\n            if ($needUpdate) {\n                $props = quoteValue(implode(';', $props));\n                $statements[] = \"\n                    UPDATE hosting_plans SET props = $props WHERE id = $id\n                \";\n            }\n        }\n\n        return $statements;\n\n    }\n\n    /**\n     * Add plugin.plugin_lock field\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r206()\n    {\n        return $this->addColumn(\n            'plugin',\n            'plugin_locked',\n            \"TINYINT UNSIGNED NOT NULL DEFAULT '0'\"\n        );\n    }\n\n    /**\n     * Remove index on server_traffic.traff_time column if any\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r208()\n    {\n        return $this->dropIndexByName('server_traffic', 'traff_time');\n    }\n\n    /**\n     * #IP-582 PHP editor - PHP configuration levels (per_user, per_domain and\n     *         per_site) are ignored\n     * - Adds php_ini.admin_id and php_ini.domain_type columns\n     * - Adds admin_id, domain_id and domain_type indexes\n     * - Populates the php_ini.admin_id column for existent records\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r211()\n    {\n        return [\n            $this->addColumn(\n                'php_ini', 'admin_id', 'INT(10) NOT NULL AFTER `id`'\n            ),\n            $this->addColumn(\n                'php_ini',\n                'domain_type',\n                \"VARCHAR(15) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'dmn' AFTER `domain_id`\"\n            ),\n            $this->addIndex('php_ini', 'admin_id', 'KEY'),\n            $this->addIndex('php_ini', 'domain_id', 'KEY'),\n            $this->addIndex('php_ini', 'domain_type', 'KEY'),\n            \"\n                UPDATE php_ini\n                JOIN domain USING(domain_id)\n                SET admin_id = domain_admin_id\n                WHERE domain_type = 'dmn'\n            \"\n        ];\n    }\n\n    /**\n     * Makes the PHP mail function disablable\n     * - Adds reseller_props.php_ini_al_mail_function permission column\n     * - Adds domain.phpini_perm_mail_function permission column\n     * - Adds PHP mail permission property in hosting plans if any\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r212()\n    {\n\n        // Add permission column for resellers\n        $statements = [\n            $this->addColumn(\n                'reseller_props',\n                'php_ini_al_mail_function',\n                \"VARCHAR(15) NOT NULL DEFAULT 'yes' AFTER `php_ini_al_disable_functions`\"\n            ),\n            # Add permission column for clients\n            $this->addColumn(\n                'domain',\n                'phpini_perm_mail_function',\n                \"VARCHAR(20) NOT NULL DEFAULT 'yes' AFTER `phpini_perm_disable_functions`\"\n            )\n        ];\n\n        // Add PHP mail permission property in hosting plans if any\n        $stmt = execute_query('SELECT id, props FROM hosting_plans');\n        while ($row = $stmt->fetchRow()) {\n            $id = quoteValue($row['id'], PDO::PARAM_INT);\n            $props = explode(';', $row['props']);\n\n            if (sizeof($props) < 26) {\n                // Insert new property at position 18\n                array_splice($props, 18, 0, 'yes');\n                $statements[] = 'UPDATE hosting_plans SET props = '\n                    . quoteValue(implode(';', $props)) . 'WHERE id = '\n                    . $id;\n            }\n        }\n\n        return $statements;\n\n    }\n\n    /**\n     * Deletes obsolete PHP editor configuration options\n     * PHP configuration options defined at administrator level are not longer\n     * supported\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r213()\n    {\n        return \"DELETE FROM config WHERE name LIKE 'PHPINI_%'\";\n    }\n\n    /**\n     * Update default value for the php_ini.error_reporting column\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r214()\n    {\n        return $this->changeColumn(\n            'php_ini',\n            'error_reporting',\n            \"error_reporting VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'E_ALL & ~E_DEPRECATED & ~E_STRICT'\"\n        );\n    }\n\n    /**\n     * Deletes obsolete hosting plans\n     * Hosting plans defined at administrator level are no longer supported\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r216()\n    {\n        return \"\n            DELETE FROM hosting_plans\n            WHERE reseller_id NOT IN(SELECT admin_id FROM admin WHERE admin_type = 'reseller')\n        \";\n    }\n\n    /**\n     * Add status column in ftp_users table\n     *\n     * @return string SQL statements to be executed\n     */\n    protected function r217()\n    {\n        return $this->addColumn(\n            'ftp_users',\n            'status',\n            \"varchar(255) collate utf8_unicode_ci NOT NULL DEFAULT 'ok'\"\n        );\n    }\n\n    /**\n     * Add default value for the domain.external_mail_dns_ids field\n     * Add default value for the domain_aliasses.external_mail_dns_ids field\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r218()\n    {\n        return [\n            $this->changeColumn(\n                'domain',\n                'external_mail_dns_ids',\n                \"external_mail_dns_ids VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT ''\"\n            ),\n            $this->changeColumn(\n                'domain_aliasses',\n                'external_mail_dns_ids',\n                \"external_mail_dns_ids VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT ''\"\n            )\n        ];\n    }\n\n    /**\n     * Add SPF custom DNS record type\n     *\n     * @return string SQL statements to be executed\n     */\n    protected function r219()\n    {\n        return $this->changeColumn(\n            'domain_dns',\n            'domain_type',\n            \"\n                `domain_type` ENUM(\n                    'A','AAAA','CERT','CNAME','DNAME','GPOS','KEY','KX','MX',\n                    'NAPTR','NSAP','NS','NXT','PTR','PX','SIG','SRV','TXT','SPF'\n                 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'A'\n            \"\n        );\n    }\n\n    /**\n     * Drop domain_id index on domain_dns table (needed for update r221)\n     *\n     * @return string SQL statements to be executed\n     */\n    protected function r220()\n    {\n        return $this->dropIndexByName('domain_dns', 'domain_id');\n    }\n\n    /**\n     * Change domain_dns.domain_dns and domain_dns.domain_text column types from varchar to text\n     * Create domain_id index on domain_dns table (with expected index length)\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r221()\n    {\n        return [\n            $this->changeColumn(\n                'domain_dns',\n                'domain_dns', \"`domain_dns` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL\"\n            ),\n            $this->changeColumn(\n                'domain_dns',\n                'domain_text', \"`domain_text` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL\"\n            ),\n            $this->addIndex(\n                'domain_dns',\n                [\n                    'domain_id', 'alias_id', 'domain_dns(255)', 'domain_class',\n                    'domain_type', 'domain_text(255)'\n                ],\n                'UNIQUE'\n            )\n        ];\n    }\n\n    /**\n     * Convert FTP usernames, groups and members to IDNA form\n     *\n     * @return null\n     */\n    protected function r222()\n    {\n        $stmt = exec_query('SELECT userid FROM ftp_users');\n        while ($row = $stmt->fetchRow()) {\n            exec_query(\n                'UPDATE ftp_users SET userid = ? WHERE userid = ?',\n                [encode_idna($row['userid']), $row['userid']]\n            );\n        }\n\n        $stmt = exec_query('SELECT groupname, members FROM ftp_group');\n        while ($row = $stmt->fetchRow()) {\n            $members = implode(\n                ',', array_map('encode_idna', explode(',', $row['members']))\n            );\n            exec_query(\n                '\n                        UPDATE ftp_group\n                        SET groupname = ?, members = ?\n                        WHERE groupname = ?\n                    ',\n                [\n                    encode_idna($row['groupname']),\n                    $members,\n                    $row['groupname']\n                ]\n            );\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Wrong value for LOG_LEVEL configuration parameter\n     *\n     * @return null\n     */\n    protected function r223()\n    {\n        if (isset($this->dbConfig['LOG_LEVEL'])\n            && preg_match('/\\D/', $this->dbConfig['LOG_LEVEL'])\n        ) {\n            $this->dbConfig['LOG_LEVEL'] = defined(\n                $this->dbConfig['LOG_LEVEL']\n            ) ? constant($this->dbConfig['LOG_LEVEL']) : E_USER_ERROR;\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Add column for HSTS feature\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r224()\n    {\n        return $this->addColumn(\n            'ssl_certs',\n            'allow_hsts',\n            \"VARCHAR(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'off' AFTER ca_bundle\"\n        );\n    }\n\n    /**\n     * Add columns for forward type feature\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r225()\n    {\n        $statements = [];\n\n        $sql = $this->addColumn(\n            'domain_aliasses',\n            'type_forward',\n            \"VARCHAR(5) COLLATE utf8_unicode_ci DEFAULT NULL AFTER url_forward\"\n        );\n\n        if ($sql !== NULL) {\n            $statements[] = $sql;\n            $statements[] = \"\n                UPDATE domain_aliasses\n                SET type_forward = '302'\n                WHERE url_forward <> 'no'\n            \";\n        }\n\n        $sql = $this->addColumn(\n            'subdomain',\n            'subdomain_type_forward',\n            \"VARCHAR(5) COLLATE utf8_unicode_ci DEFAULT NULL AFTER subdomain_url_forward\"\n        );\n\n        if ($sql !== NULL) {\n            $statements[] = $sql;\n            $statements[] = \"\n                UPDATE subdomain\n                SET subdomain_type_forward = '302'\n                WHERE subdomain_url_forward <> 'no'\n            \";\n        }\n\n        $sql = $this->addColumn(\n            'subdomain_alias',\n            'subdomain_alias_type_forward',\n            \"VARCHAR(5) COLLATE utf8_unicode_ci DEFAULT NULL AFTER subdomain_alias_url_forward\"\n        );\n\n        if ($sql !== NULL) {\n            $statements[] = $sql;\n            $statements[] = \"\n                UPDATE subdomain_alias\n                SET subdomain_alias_type_forward = '302'\n                WHERE subdomain_alias_url_forward <> 'no'\n            \";\n        }\n\n        return $statements;\n    }\n\n    /**\n     * #IP-1395: Domain redirect feature - Missing URL path separator\n     *\n     * @return null\n     */\n    protected function r226()\n    {\n        $stmt = exec_query(\n            \"\n                    SELECT alias_id, url_forward\n                    FROM domain_aliasses\n                    WHERE url_forward <> 'no'\n                \"\n        );\n\n        while ($row = $stmt->fetchRow()) {\n            $uri = UriRedirect::fromString($row['url_forward']);\n            $uriPath = rtrim(preg_replace(\n                    '#/+#', '/', $uri->getPath()), '/') . '/';\n            $uri->setPath($uriPath);\n            exec_query(\n                '\n                        UPDATE domain_aliasses\n                        SET url_forward = ?\n                        WHERE alias_id = ?\n                    ',\n                [$uri->getUri(), $row['alias_id']]\n            );\n        }\n\n        $stmt = exec_query(\n            \"\n                    SELECT subdomain_id, subdomain_url_forward\n                    FROM subdomain\n                    WHERE subdomain_url_forward <> 'no'\n                \"\n        );\n\n        while ($row = $stmt->fetchRow()) {\n            $uri = UriRedirect::fromString($row['subdomain_url_forward']);\n            $uriPath = rtrim(preg_replace(\n                    '#/+#', '/', $uri->getPath()), '/') . '/';\n            $uri->setPath($uriPath);\n            exec_query(\n                '\n                        UPDATE subdomain\n                        SET subdomain_url_forward = ?\n                        WHERE subdomain_id = ?\n                    ',\n                [$uri->getUri(), $row['subdomain_id']]\n            );\n        }\n\n        $stmt = exec_query(\n            \"\n                    SELECT subdomain_alias_id, subdomain_alias_url_forward\n                    FROM subdomain_alias\n                    WHERE subdomain_alias_url_forward <> 'no'\"\n        );\n        while ($row = $stmt->fetchRow()) {\n            $uri = UriRedirect::fromString(\n                $row['subdomain_alias_url_forward']\n            );\n            $uriPath = rtrim(preg_replace(\n                    '#/+#', '/', $uri->getPath()), '/') . '/';\n            $uri->setPath($uriPath);\n            exec_query(\n                '\n                        UPDATE subdomain_alias\n                        SET subdomain_alias_url_forward = ?\n                        WHERE subdomain_alias_id = ?\n                    ',\n                [$uri->getUri(), $row['subdomain_alias_id']]\n            );\n        }\n\n        return NULL;\n\n    }\n\n    /**\n     * Add column for HSTS options\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r227()\n    {\n        return [\n            $this->addColumn(\n                'ssl_certs',\n                'hsts_max_age',\n                \"int(11) NOT NULL DEFAULT '31536000' AFTER allow_hsts\"\n            ),\n            $this->addColumn(\n                'ssl_certs',\n                'hsts_include_subdomains',\n                \"VARCHAR(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'off' AFTER hsts_max_age\"\n            )\n        ];\n    }\n\n    /**\n     * Reset all mail templates according changes made in 1.3.0\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r228()\n    {\n        return 'TRUNCATE email_tpls';\n    }\n\n    /**\n     * Add index for mail_users.sub_id column\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r229()\n    {\n        return $this->addIndex('mail_users', 'sub_id', 'INDEX');\n    }\n\n    /**\n     * Ext. mail feature - Remove deprecated columns and reset values\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r230()\n    {\n        return $statements = [\n            $this->dropColumn('domain', 'external_mail_dns_ids'),\n            $this->dropColumn('domain_aliasses', 'external_mail_dns_ids'),\n            \"DELETE FROM domain_dns WHERE owned_by = 'ext_mail_feature'\",\n            \"UPDATE domain_aliasses SET external_mail = 'off'\",\n            \"UPDATE domain SET external_mail = 'off'\"\n        ];\n    }\n\n    /**\n     * #IP-1581 Allow to disable auto-configuration of network interfaces\n     * - Add server_ips.ip_config_mode column\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r231()\n    {\n        return $this->addColumn(\n            'server_ips',\n            'ip_config_mode',\n            \"VARCHAR(15) COLLATE utf8_unicode_ci DEFAULT 'auto' AFTER ip_card\"\n        );\n    }\n\n    /**\n     * Set configuration mode to `manual' for the server's primary IP\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r232()\n    {\n        $primaryIP = quoteValue(Registry::get('config')['BASE_SERVER_IP']);\n\n        return \"\n            UPDATE server_ips\n            SET ip_config_mode = 'manual'\n            WHERE ip_number = $primaryIP\n        \";\n    }\n\n    /**\n     * Creates missing entries in the php_ini table (one for each domain)\n     *\n     * @return null\n     */\n    protected function r233()\n    {\n        $phpini = PhpEditor::getInstance();\n\n        // For each reseller\n        $resellers = execute_query(\n            \"SELECT admin_id FROM admin WHERE admin_type = 'reseller'\"\n        );\n        while ($reseller = $resellers->fetchRow()) {\n            $phpini->loadResellerPermissions($reseller['admin_id']);\n\n            // For each client of the reseller\n            $clients = exec_query(\n                \"\n                        SELECT admin_id\n                        FROM admin\n                        WHERE created_by = {$reseller['admin_id']}\n                    \"\n            );\n            while ($client = $clients->fetchRow()) {\n                $phpini->loadClientPermissions($client['admin_id']);\n                $domain = exec_query(\n                    \"\n                            SELECT domain_id\n                            FROM domain\n                            WHERE domain_admin_id = ?\n                            AND domain_status <> ?\n                        \",\n                    [$client['admin_id'], 'todelete']\n                );\n\n                if (!$domain->rowCount()) {\n                    continue;\n                }\n\n                $domain = $domain->fetchRow();\n                $phpini->loadDomainIni(\n                    $client['admin_id'], $domain['domain_id'], 'dmn'\n                );\n                if ($phpini->isDefaultDomainIni()) {\n                    $phpini->saveDomainIni(\n                        $client['admin_id'], $domain['domain_id'], 'dmn'\n                    );\n                }\n\n                $subdomains = exec_query(\n                    '\n                            SELECT subdomain_id\n                            FROM subdomain\n                            WHERE domain_id = ?\n                            AND subdomain_status <> ?\n                        ',\n                    [$domain['domain_id'], 'todelete']\n                );\n                while ($subdomain = $subdomains->fetchRow()) {\n                    $phpini->loadDomainIni(\n                        $client['admin_id'],\n                        $subdomain['subdomain_id'],\n                        'sub'\n                    );\n                    if ($phpini->isDefaultDomainIni()) {\n                        $phpini->saveDomainIni(\n                            $client['admin_id'],\n                            $subdomain['subdomain_id'],\n                            'sub'\n                        );\n                    }\n                }\n                unset($subdomains);\n\n                $domainAliases = exec_query(\n                    '\n                            SELECT alias_id\n                            FROM domain_aliasses\n                            WHERE domain_id = ?\n                            AND alias_status <> ?\n                        ',\n                    [$domain['domain_id'], 'todelete']\n                );\n                while ($domainAlias = $domainAliases->fetchRow()) {\n                    $phpini->loadDomainIni(\n                        $client['admin_id'],\n                        $domainAlias['alias_id'],\n                        'als'\n                    );\n                    if ($phpini->isDefaultDomainIni()) {\n                        $phpini->saveDomainIni(\n                            $client['admin_id'],\n                            $domainAlias['alias_id'],\n                            'als'\n                        );\n                    }\n                }\n                unset($domainAliases);\n\n                $subdomainAliases = exec_query(\n                    '\n                            SELECT subdomain_alias_id\n                            FROM subdomain_alias\n                            JOIN domain_aliasses USING(alias_id)\n                            WHERE domain_id = ?\n                            AND subdomain_alias_status <> ?\n                        ',\n                    [$domain['domain_id'], 'todelete']\n                );\n                while ($subdomainAlias = $subdomainAliases->fetchRow()) {\n                    $phpini->loadDomainIni(\n                        $client['admin_id'],\n                        $subdomainAlias['subdomain_alias_id'],\n                        'subals'\n                    );\n                    if ($phpini->isDefaultDomainIni()) {\n                        $phpini->saveDomainIni(\n                            $client['admin_id'],\n                            $subdomainAlias['subdomain_alias_id'],\n                            'subals'\n                        );\n                    }\n                }\n                unset($subdomainAliases);\n            }\n        }\n\n        return NULL;\n    }\n\n    /**\n     * #IP-1429 Make main domains forwardable\n     * - Add domain.url_forward, domain.type_forward and\n     *   domain.host_forward columns\n     * - Add domain_aliasses.host_forward column\n     * - Add subdomain.subdomain_host_forward column\n     * - Add subdomain_alias.subdomain_alias_host_forward column\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r235()\n    {\n        return [\n            $this->addColumn(\n                'domain',\n                'url_forward',\n                \"VARCHAR(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'no'\"\n            ),\n            $this->addColumn(\n                'domain',\n                'type_forward', \"VARCHAR(5) COLLATE utf8_unicode_ci DEFAULT NULL\"\n            ),\n            $this->addColumn(\n                'domain',\n                'host_forward', \"VARCHAR(3) COLLATE utf8_unicode_ci DEFAULT 'Off'\"\n            ),\n            $this->addColumn(\n                'domain_aliasses',\n                'host_forward',\n                \"VARCHAR(3) COLLATE utf8_unicode_ci DEFAULT 'Off' AFTER type_forward\"\n            ),\n            $this->addColumn(\n                'subdomain',\n                'subdomain_host_forward',\n                \"VARCHAR(3) COLLATE utf8_unicode_ci DEFAULT 'Off' AFTER subdomain_type_forward\"\n            ),\n            $this->addColumn(\n                'subdomain_alias',\n                'subdomain_alias_host_forward',\n                \"VARCHAR(3) COLLATE utf8_unicode_ci DEFAULT 'Off' AFTER subdomain_alias_type_forward\"\n            ),\n        ];\n    }\n\n    /**\n     * Remove support for ftp URL redirects\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r236()\n    {\n        return [\n            \"\n                UPDATE domain_aliasses\n                SET url_forward = 'no', type_forward = NULL\n                WHERE url_forward LIKE 'ftp://%'\n            \",\n            \"   UPDATE subdomain\n                SET subdomain_url_forward = 'no', subdomain_type_forward = NULL\n                WHERE subdomain_url_forward LIKE 'ftp://%'\n            \",\n            \"\n                UPDATE subdomain_alias\n                SET subdomain_alias_url_forward = 'no',\n                    subdomain_alias_type_forward = NULL\n                WHERE subdomain_alias_url_forward LIKE 'ftp://%'\n            \"\n        ];\n    }\n\n    /**\n     * Update domain_traffic table schema\n     * - Disallow NULL value on domain_id and dtraff_time columns\n     * - Change default value for dtraff_web, dtraff_ftp, dtraff_mail\n     *   and domain_traffic columns (NULL to 0)\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r238()\n    {\n        return [\n            $this->changeColumn(\n                'domain_traffic',\n                'domain_id',\n                '`domain_id` INT(10) UNSIGNED NOT NULL'\n            ),\n            $this->changeColumn(\n                'dtraff_time',\n                'dtraff_time',\n                '`dtraff_time` BIGINT(20) UNSIGNED NOT NULL'\n            ),\n            $this->changeColumn(\n                'dtraff_web',\n                'dtraff_web',\n                \"`dtraff_web` BIGINT(20) UNSIGNED NULL DEFAULT '0'\"\n            ),\n            $this->changeColumn(\n                'dtraff_ftp',\n                'dtraff_ftp',\n                \"`dtraff_ftp` BIGINT(20) UNSIGNED NULL DEFAULT '0'\"\n            ),\n            $this->changeColumn(\n                'dtraff_mail',\n                'dtraff_mail',\n                \"`dtraff_mail` BIGINT(20) UNSIGNED NULL DEFAULT '0'\"\n            ),\n            $this->changeColumn(\n                'dtraff_pop',\n                'dtraff_pop',\n                \"`dtraff_pop` BIGINT(20) UNSIGNED NULL DEFAULT '0'\"\n            ),\n        ];\n    }\n\n    /**\n     * Drop monthly_domain_traffic view which was added in update r238 and\n     * removed later on\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r239()\n    {\n        return 'DROP VIEW IF EXISTS monthly_domain_traffic';\n    }\n\n    /**\n     * Delete deprecated `statistics` group for AWStats\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r241()\n    {\n        return \"DELETE FROM htaccess_groups WHERE ugroup = 'statistics'\";\n    }\n\n    /**\n     * Add servers_ips.ip_netmask column\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r242()\n    {\n        return $this->addColumn(\n            'server_ips',\n            'ip_netmask',\n            'TINYINT(1) UNSIGNED DEFAULT NULL AFTER ip_number'\n        );\n    }\n\n    /**\n     * Populate servers_ips.ip_netmask column\n     *\n     * @return null\n     */\n    protected function r243()\n    {\n\n        $stmt = execute_query(\n            'SELECT ip_id, ip_number, ip_netmask FROM server_ips'\n        );\n        while ($row = $stmt->fetchRow()) {\n            if ($this->config['BASE_SERVER_IP'] === $row['ip_number']\n                || $row['ip_netmask'] !== NULL\n            ) {\n                continue;\n            }\n\n            if (strpos($row['ip_number'], ':') !== false) {\n                $netmask = '64';\n            } else {\n                $netmask = '32';\n            }\n\n            exec_query(\n                'UPDATE server_ips SET ip_netmask = ? WHERE ip_id = ?',\n                [$netmask, $row['ip_id']]\n            );\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Renamed plugin.plugin_lock table to plugin.plugin_lockers and set\n     * default value\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r244()\n    {\n        return [\n            $this->changeColumn(\n                'plugin',\n                'plugin_locked',\n                '`plugin_lockers` TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT NULL'\n            ),\n            \"UPDATE plugin SET plugin_lockers = '{}'\"\n        ];\n    }\n\n    /**\n     * Add columns for alternative document root feature\n     * - Add the domain.document_root column\n     * - Add the subdomain.subdomain_document_root column\n     * - Add the domain_aliasses.alias_document_root column\n     * - Add the subdomain_alias.subdomain_alias_document_root column\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r245()\n    {\n        return [\n            $this->addColumn(\n                'domain',\n                'document_root',\n                \"varchar(255) collate utf8_unicode_ci NOT NULL DEFAULT '/htdocs' AFTER mail_quota\"\n            ),\n            $this->addColumn(\n                'subdomain',\n                'subdomain_document_root',\n                \"varchar(255) collate utf8_unicode_ci NOT NULL DEFAULT '/htdocs' AFTER subdomain_mount\"\n            ),\n            $this->addColumn(\n                'domain_aliasses',\n                'alias_document_root',\n                \"varchar(255) collate utf8_unicode_ci NOT NULL DEFAULT '/htdocs' AFTER alias_mount\"\n            ),\n            $this->addColumn(\n                'subdomain_alias',\n                'subdomain_alias_document_root',\n                \"varchar(255) collate utf8_unicode_ci NOT NULL DEFAULT '/htdocs' AFTER subdomain_alias_mount\"\n            ),\n        ];\n    }\n\n    /**\n     * Drop ftp_users.rawpasswd column\n     *\n     * @return null|string SQL statement to be executed or NULL\n     */\n    protected function r246()\n    {\n        return $this->dropColumn('ftp_users', 'rawpasswd');\n    }\n\n    /**\n     * Drop sql_user.sqlu_pass column\n     *\n     * @return null|string SQL statement to be executed or NULL\n     */\n    protected function r247()\n    {\n        return $this->dropColumn('sql_user', 'sqlu_pass');\n    }\n\n    /**\n     * Update mail_users.mail_pass columns length\n     *\n     * @return null|string SQL statement to be executed or NULL\n     */\n    protected function r248()\n    {\n        return $this->changeColumn(\n            'mail_users',\n            'mail_pass',\n            \"mail_pass varchar(255) collate utf8_unicode_ci NOT NULL DEFAULT '_no_'\"\n        );\n    }\n\n    /**\n     * Store all mail account passwords using SHA512-crypt scheme\n     *\n     * @return void\n     */\n    protected function r249()\n    {\n        $stmt = exec_query(\n            '\n                    SELECT mail_id, mail_pass\n                    FROM mail_users\n                    WHERE mail_pass <> ?\n                    AND mail_pass NOT LIKE ?\n                ',\n            ['_no_', '$6$%']\n        );\n        while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n            exec_query(\n                'UPDATE mail_users SET mail_pass = ? WHERE mail_id = ?',\n                [Crypt::sha512($row['mail_pass']), $row['mail_id']]\n            );\n        }\n    }\n\n    /**\n     * Change server_ips.ip_number column length\n     *\n     * @return null|string SQL statement to be executed or NULL\n     */\n    protected function r250()\n    {\n        return $this->changeColumn(\n            'server_ips',\n            'ip_number',\n            'ip_number VARCHAR(45) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL'\n        );\n    }\n\n    /**\n     * Delete invalid default mail accounts\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r251()\n    {\n        return \"\n            DELETE FROM mail_users\n            WHERE mail_acc RLIKE '^abuse|hostmaster|postmaster|webmaster\\\\$'\n            AND mail_forward IS NULL\n        \";\n    }\n\n    /**\n     * Fix value for the plugin.plugin_lockers field\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r252()\n    {\n        return \"\n            UPDATE plugin\n            SET plugin_lockers = '{}'\n            WHERE plugin_lockers = 'null'\n        \";\n    }\n\n    /**\n     * Change domain_dns.domain_dns_status column length\n     *\n     * @return null|string SQL statement to be executed or NULL\n     */\n    protected function r253()\n    {\n        return $this->changeColumn(\n            'domain_dns',\n            'domain_dns_status',\n            \"domain_dns_status TEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL\"\n        );\n    }\n\n    /**\n     * Remove any virtual mailbox that was added for Postfix canonical domain\n     * (SERVER_HOSTNAME)\n     *\n     * SERVER_HOSTNAME is a Postfix canonical domain (local domain) which\n     * cannot be listed in both `mydestination' and `virtual_mailbox_domains'\n     * Postfix parameters. This necessarily means that Postfix canonical\n     * domains cannot have virtual mailboxes, hence their deletion.\n     *\n     * See http://www.postfix.org/VIRTUAL_README.html#canonical\n     *\n     * @return null\n     */\n    protected function r254()\n    {\n        $stmt = exec_query(\n            \"\n                    SELECT mail_id, mail_type\n                    FROM mail_users\n                    WHERE mail_type LIKE '%_mail%'\n                    AND SUBSTRING(mail_addr, LOCATE('@', mail_addr)+1) = ?\n                \",\n            Registry::get('config')['SERVER_HOSTNAME']\n        );\n\n        while ($row = $stmt->fetchRow()) {\n            if (strpos($row['mail_type'], '_forward') !== FALSE) {\n                # Turn normal+forward account into forward only account\n                exec_query(\n                    \"\n                            UPDATE mail_users\n                            SET mail_pass = '_no_', mail_type = ?, quota = NULL\n                            WHERE mail_id = ?\n                        \",\n                    [\n                        preg_replace(\n                            '/,?\\b\\.*_mail\\b,?/', '', $row['mail_type']\n                        ),\n                        $row['mail_id']\n                    ]\n                );\n            } else {\n                # Schedule deletion of the mail account as virtual\n                # mailboxes are prohibited for Postfix canonical domains.\n                exec_query(\n                    \"\n                            UPDATE mail_users\n                            SET status = 'todelete'\n                            WHERE mail_id = ?\n                        \",\n                    [$row['mail_id']]\n                );\n            }\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Fixed: mail_users.po_active column of forward only and catch-all\n     * accounts must be set to 'no'\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r255()\n    {\n        return \"\n            UPDATE mail_users\n            SET po_active = 'no'\n            WHERE mail_type NOT LIKE '%_mail%'\n        \";\n    }\n\n    /**\n     * Remove output compression related parameters\n     *\n     * @return null\n     */\n    protected function r256()\n    {\n        if (isset($this->dbConfig['COMPRESS_OUTPUT'])) {\n            unset($this->dbConfig['COMPRESS_OUTPUT']);\n        }\n\n        if (isset($this->dbConfig['SHOW_COMPRESSION_SIZE'])) {\n            unset($this->dbConfig['SHOW_COMPRESSION_SIZE']);\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Update user_gui_props table\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r257()\n    {\n        return [\n            $this->changeColumn(\n                'user_gui_props',\n                'lang',\n                \"lang varchar(15) collate utf8_unicode_ci DEFAULT 'browser'\"\n            ),\n            \"UPDATE user_gui_props SET lang = 'browser' WHERE lang = 'auto'\",\n            $this->changeColumn(\n                'user_gui_props',\n                'layout',\n                \"layout varchar(100) collate utf8_unicode_ci NOT NULL DEFAULT 'default'\"\n            ),\n            $this->changeColumn(\n                'user_gui_props',\n                'layout_color',\n                \"layout_color varchar(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'black'\"\n            ),\n            $this->changeColumn(\n                'user_gui_props',\n                'show_main_menu_labels',\n                \"show_main_menu_labels tinyint(1) NOT NULL DEFAULT '0'\"\n            )\n        ];\n    }\n\n    /**\n     * Remove possible orphaned PHP ini entries that belong to subdomains of\n     * domain aliases\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r258()\n    {\n        return \"\n            DELETE FROM php_ini\n            WHERE domain_id NOT IN(\n                SELECT subdomain_alias_id\n                FROM subdomain_alias\n                WHERE subdomain_alias_status <> 'todelete'\n            )\n            AND domain_type = 'subals'\n        \";\n    }\n\n    /**\n     * Fix erroneous ftp_group.members fields (missing subsequent FTP account\n     * members)\n     *\n     * @return string SQL statement to be executed\n     */\n    protected function r259()\n    {\n        return \"\n            UPDATE ftp_group AS t1, (\n                SELECT gid, group_concat(userid SEPARATOR ',') AS members\n                FROM ftp_users GROUP BY gid\n            ) AS t2\n            SET t1.members = t2.members\n            WHERE t1.gid = t2.gid\n        \";\n    }\n\n    /**\n     * Adds unique constraint for mail user entities\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r265()\n    {\n\n        if (!$this->isTable('old_mail_users')) {\n            exec_query($this->renameTable('mail_users', 'old_mail_users'));\n        }\n\n        exec_query($this->dropTable('mail_users')); // Cover possible failure\n        exec_query('CREATE TABLE mail_users LIKE old_mail_users');\n\n        if (NULL !== ($statement = $this->dropIndexByName(\n                'mail_users', 'mail_addr'))\n        ) {\n            exec_query($statement);\n        }\n\n        return [\n            $this->addIndex(\n                'mail_users', 'mail_addr', 'UNIQUE', 'mail_addr'\n            ),\n            'INSERT IGNORE INTO mail_users SELECT * FROM old_mail_users',\n            $this->dropTable('old_mail_users')\n        ];\n    }\n\n    /**\n     * Does the given table is known?\n     *\n     * @param string $table Table name\n     * @return bool TRUE if the given table is know, FALSE otherwise\n     */\n    protected function isTable($table)\n    {\n        return (bool)exec_query('SHOW TABLES LIKE ?', $table)->rowCount();\n    }\n\n    /**\n     * Rename a table\n     *\n     * @param string $oTable Old table name\n     * @param string $nTable New table name\n     * @return string SQL statement to be executed\n     */\n    protected function renameTable($oTable, $nTable)\n    {\n\n        return sprintf(\n            'ALTER TABLE %s RENAME TO %s',\n            quoteIdentifier($oTable),\n            quoteIdentifier($nTable)\n        );\n\n    }\n\n    /**\n     * Drop a table\n     *\n     * @param string $table Table name\n     * @return string SQL statement to be executed\n     */\n    protected function dropTable($table)\n    {\n        return sprintf('DROP TABLE IF EXISTS %s', quoteIdentifier($table));\n    }\n\n    /**\n     * Add unique constraint on server_traffic.traff_time column to avoid\n     * duplicate time periods\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r266()\n    {\n        if (!$this->isTable('old_server_traffic')) {\n            exec_query($this->renameTable(\n                'server_traffic', 'old_server_traffic')\n            );\n        }\n\n        // Cover possible failure\n        exec_query($this->dropTable('server_traffic'));\n        exec_query('CREATE TABLE server_traffic LIKE old_server_traffic');\n\n        if (NULL !== ($statement = $this->dropIndexByName(\n                'server_traffic', 'traff_time'))\n        ) {\n            exec_query($statement);\n        }\n\n        return [\n            $this->addIndex(\n                'server_traffic', 'traff_time', 'UNIQUE', 'traff_time'\n            ),\n            '\n                    INSERT IGNORE INTO server_traffic\n                    SELECT *\n                    FROM old_server_traffic\n                ',\n            $this->dropTable('old_server_traffic')\n        ];\n    }\n\n    /**\n     * #IP-1587 Slow query on domain_traffic table when admin or reseller want\n     *          to login into customer's area\n     * - Add compound unique index on the domain_traffic table to avoid slow\n     *   query and duplicate entries\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r268()\n    {\n        if (!$this->isTable('old_domain_traffic')) {\n            exec_query($this->renameTable(\n                'domain_traffic', 'old_domain_traffic'\n            ));\n        }\n\n        // Cover possible failure\n        exec_query($this->dropTable('domain_traffic'));\n        exec_query('CREATE TABLE domain_traffic LIKE old_domain_traffic');\n\n        if (NULL !== ($statement = $this->dropIndexByName(\n                'domain_traffic', 'i_unique_timestamp'))\n        ) {\n            exec_query($statement);\n        }\n\n        return [\n            $this->addIndex(\n                'domain_traffic',\n                ['domain_id', 'dtraff_time'],\n                'UNIQUE',\n                'i_unique_timestamp'\n            ),\n            '\n                    INSERT IGNORE INTO domain_traffic\n                    SELECT *\n                    FROM old_domain_traffic\n                ',\n            $this->dropTable('old_domain_traffic')\n        ];\n    }\n\n    /**\n     * Add missing primary key on httpd_vlogger table\n     *\n     * @return null|array SQL statements to be executed or null\n     */\n    protected function r269()\n    {\n        if (!$this->isTable('old_httpd_vlogger')) {\n            exec_query($this->renameTable(\n                'httpd_vlogger', 'old_httpd_vlogger'\n            ));\n        }\n\n        // Cover possible failure\n        exec_query($this->dropTable('httpd_vlogger'));\n        exec_query('CREATE TABLE httpd_vlogger LIKE old_httpd_vlogger');\n\n        if (NULL !== ($statement = $this->dropIndexByName(\n                'httpd_vlogger', 'PRIMARY'))\n        ) {\n            exec_query($statement);\n        }\n\n        return [\n            $this->addIndex('httpd_vlogger', ['vhost', 'ldate']),\n            '\n                    INSERT IGNORE INTO httpd_vlogger\n                    SELECT *\n                    FROM old_httpd_vlogger\n                ',\n            $this->dropTable('old_httpd_vlogger')\n        ];\n    }\n\n    /**\n     * Adds compound unique key on the php_ini table\n     *\n     * @return array SQL statement to be executed\n     */\n    protected function r271()\n    {\n        if (!$this->isTable('old_php_ini')) {\n            exec_query($this->renameTable('php_ini', 'old_php_ini'));\n        }\n\n        // Cover possible failure\n        exec_query($this->dropTable('php_ini'));\n        exec_query('CREATE TABLE php_ini LIKE old_php_ini');\n\n        if (NULL !== ($statements = $this->dropIndexByColumn(\n                'php_ini', 'admin_id'))\n        ) {\n            foreach ($statements as $statement) {\n                exec_query($statement);\n            }\n        }\n\n        if (NULL !== ($statements = $this->dropIndexByColumn(\n                'php_ini', 'domain_id'))\n        ) {\n            foreach ($statements as $statement) {\n                exec_query($statement);\n            }\n        }\n\n        if (NULL !== ($statements = $this->dropIndexByColumn(\n                'php_ini', 'domain_type'))\n        ) {\n            foreach ($statements as $statement) {\n                exec_query($statement);\n            }\n        }\n\n        return [\n            $this->addIndex(\n                'php_ini',\n                ['admin_id', 'domain_id', 'domain_type'],\n                'UNIQUE',\n                'unique_php_ini'\n            ),\n            'INSERT IGNORE INTO php_ini SELECT * FROM old_php_ini',\n            $this->dropTable('old_php_ini')\n        ];\n    }\n\n    /**\n     * Drop any index which belong to the given column in the given table\n     *\n     * @param string $table Table name\n     * @param string $column Column name\n     * @return array SQL statements to be executed\n     */\n    protected function dropIndexByColumn($table, $column)\n    {\n\n        $statements = [];\n        $table = quoteIdentifier($table);\n        $stmt = exec_query(\n            \"SHOW INDEX FROM $table WHERE COLUMN_NAME = ?\", [$column]\n        );\n\n        if ($stmt->rowCount()) {\n            while ($row = $stmt->fetchRow(PDO::FETCH_ASSOC)) {\n                $row = array_change_key_case($row, CASE_UPPER);\n                $statements[] = sprintf(\n                    'ALTER TABLE %s DROP INDEX %s',\n                    $table,\n                    quoteIdentifier($row['KEY_NAME'])\n                );\n            }\n        }\n\n        return $statements;\n\n    }\n\n    /**\n     * Schema review (domain_traffic table):\n     *  - Fix for #IP-1756:\n     *   - Remove PK (dtraff_id)\n     *   - Remove UK (domain_id, dtraff_time)\n     *   - Add compound PK (domain_id, dtraff_time)\n     *\n     * @return null|string SQL statement to be executed\n     */\n    protected function r272()\n    {\n        if (NULL !== ($statement = $this->dropColumn(\n                'domain_traffic', 'dtraff_id'))\n        ) {\n            exec_query($statement);\n        }\n\n        if (NULL !== ($statement = $this->dropIndexByName(\n                'domain_traffic', 'i_unique_timestamp'))\n        ) {\n            exec_query($statement);\n        }\n\n        return $this->addIndex(\n            'domain_traffic', ['domain_id', 'dtraff_time']\n        );\n    }\n\n    /**\n     * Schema review (server_traffic table):\n     *  - Remove PK (dtraff_id)\n     *  - Remove UK (traff_time)\n     *  - Add PK (traff_time)\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r273()\n    {\n        if (NULL !== ($statement = $this->dropColumn(\n                'server_traffic', 'straff_id'))\n        ) {\n            exec_query($statement);\n        }\n\n        if ($statements = $this->dropIndexByColumn(\n            'server_traffic', 'traff_time')\n        ) {\n            foreach ($statements as $statement) {\n                exec_query($statement);\n            }\n        }\n\n        return [\n            // All parts of a PRIMARY KEY must be NOT NULL\n            $this->changeColumn(\n                'server_traffic',\n                'traff_time',\n                '`traff_time` INT(10) UNSIGNED NOT NULL'\n            ),\n            $this->addIndex('server_traffic', 'traff_time')\n        ];\n    }\n\n    /**\n     * Add columns for the Apache2 wildcard alias feature\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r274()\n    {\n        return [\n            $this->addColumn(\n                'domain',\n                'wildcard_alias',\n                \"enum('yes', 'no') NOT NULL DEFAULT 'no' AFTER `host_forward`\"\n            ),\n            $this->addColumn(\n                'subdomain',\n                'subdomain_wildcard_alias',\n                \"enum('yes', 'no') NOT NULL DEFAULT 'no' AFTER `subdomain_host_forward`\"\n            ),\n            $this->addColumn(\n                'domain_aliasses',\n                'wildcard_alias',\n                \"enum('yes', 'no') NOT NULL DEFAULT 'no' AFTER `host_forward`\"\n            ),\n            $this->addColumn(\n                'subdomain_alias',\n                'subdomain_alias_wildcard_alias',\n                \"enum('yes', 'no') NOT NULL DEFAULT 'no' AFTER `subdomain_alias_host_forward`\"\n            )\n        ];\n    }\n\n    /**\n     * Update database schema (unwanted default values)\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r275()\n    {\n        return [\n            $this->changeColumn(\n                'admin', 'admin_name', \"`admin_name` varchar(200) not null\"\n            ),\n            $this->changeColumn(\n                'admin', 'admin_pass', \"`admin_pass` varchar(200) not null\"\n            ),\n            $this->changeColumn(\n                'admin', 'admin_type', \"`admin_type` varchar(200) not null\"\n            ),\n            $this->changeColumn(\n                'config', 'name', '`name` varchar(255) not null'\n            ),\n            $this->changeColumn(\n                'custom_menus',\n                'menu_level',\n                \"`menu_level` varchar(10) not null\"\n            ),\n            $this->changeColumn(\n                'custom_menus',\n                'menu_order',\n                \"`menu_order` varchar(10) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'custom_menus',\n                'menu_name',\n                \"`menu_name` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'custom_menus',\n                'menu_link',\n                \"`menu_link` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'domain', 'domain_name', \"`domain_name` varchar(200) not null\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_admin_id',\n                \"`domain_admin_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_created',\n                \"`domain_created` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_mailacc_limit',\n                \"`domain_mailacc_limit` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_ftpacc_limit',\n                \"`domain_ftpacc_limit` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_traffic_limit',\n                \"`domain_traffic_limit` bigint(20) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_sqld_limit',\n                \"`domain_sqld_limit` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_sqlu_limit',\n                \"`domain_sqlu_limit` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_status',\n                \"`domain_status` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_alias_limit',\n                \"`domain_alias_limit` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_subd_limit',\n                \"`domain_subd_limit` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_ip_id',\n                \"`domain_ip_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'domain', 'domain_disk_limit',\n                \"`domain_disk_limit` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_disk_usage',\n                \"`domain_disk_usage` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_disk_file',\n                \"`domain_disk_file` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain',\n                'domain_disk_mail',\n                \"`domain_disk_mail` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain', 'domain_disk_sql',\n                \"`domain_disk_sql` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain', 'domain_php', \"`domain_php` varchar(15) not null\"),\n            $this->changeColumn(\n                'domain', 'domain_cgi', \"`domain_cgi` varchar(15) not null\"),\n            $this->changeColumn(\n                'domain', 'mail_quota', \"`mail_quota` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'domain_aliasses',\n                'domain_id',\n                \"`domain_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'domain_aliasses',\n                'alias_name',\n                \"`alias_name` varchar(200) not null\"\n            ),\n            $this->changeColumn(\n                'domain_aliasses',\n                'alias_status',\n                \"`alias_status` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'domain_aliasses',\n                'alias_mount',\n                \"`alias_mount` varchar(200) not null\"\n            ),\n            $this->changeColumn(\n                'domain_aliasses',\n                'alias_ip_id',\n                \"`alias_ip_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'ftp_group',\n                'groupname',\n                \"`groupname` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'ftp_users', 'userid', \"`userid` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'ftp_users', 'passwd', \"`passwd` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'ftp_users', 'shell', \"`shell` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'ftp_users', 'homedir', \"`homedir` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'hosting_plans',\n                'reseller_id',\n                \"`reseller_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'hosting_plans', 'name', \"`name` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'htaccess', 'dmn_id', \"`dmn_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'htaccess', 'user_id', \"`user_id` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'htaccess', 'auth_type', \"`auth_type` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'htaccess', 'auth_name', \"`auth_name` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'htaccess', 'path', \"`path` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'htaccess', 'status', \"`status` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'htaccess_groups',\n                'dmn_id',\n                \"`dmn_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'htaccess_groups', 'status', \"`status` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'htaccess_users',\n                'dmn_id',\n                \"`dmn_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'htaccess_users', 'uname', \"`uname` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'htaccess_users', 'upass', \"`upass` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'htaccess_users', 'status', \"`status` varchar(255) not null\"\n            ),\n            'TRUNCATE `login`',\n            $this->changeColumn(\n                'login', 'session_id', \"`session_id` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'login', 'ipaddr', \"`ipaddr` varchar(40) not null\"\n            ),\n            $this->changeColumn(\n                'login', 'lastaccess', \"`lastaccess` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'login', 'user_name', \"`user_name` varchar(255)  not null\"\n            ),\n            $this->changeColumn(\n                'mail_users', 'mail_acc', \"`mail_acc` text  not null\"\n            ),\n            $this->changeColumn(\n                'mail_users',\n                'domain_id',\n                \"`domain_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'mail_users', 'mail_type', \"`mail_type` varchar(30) not null\"\n            ),\n            $this->changeColumn(\n                'mail_users', 'status', \"`status` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'mail_users',\n                'quota',\n                \"`quota` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'mail_users',\n                'mail_addr', \"`mail_addr` varchar(254) not null\"\n            ),\n            $this->changeColumn(\n                'plugin',\n                'plugin_status',\n                \"`plugin_status` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'quotalimits', 'name', \"`name` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'quotatallies', 'name', \"`name` varchar(255) not null\"\n            ),\n            // reseller_props table\n            $this->changeColumn(\n                'reseller_props',\n                'reseller_id',\n                \"`reseller_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'current_dmn_cnt',\n                \"`current_dmn_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'max_dmn_cnt',\n                \"`max_dmn_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'current_sub_cnt',\n                \"`current_sub_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'max_sub_cnt',\n                \"`max_sub_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'current_als_cnt',\n                \"`current_als_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'max_als_cnt',\n                \"`max_als_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'current_mail_cnt',\n                \"`current_mail_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'max_mail_cnt',\n                \"`max_mail_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'current_ftp_cnt',\n                \"`current_ftp_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'max_ftp_cnt',\n                \"`max_ftp_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'current_sql_db_cnt',\n                \"`current_sql_db_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'max_sql_db_cnt',\n                \"`max_sql_db_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'current_sql_user_cnt',\n                \"`current_sql_user_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'max_sql_user_cnt',\n                \"`max_sql_user_cnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'current_disk_amnt',\n                \"`current_disk_amnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'max_disk_amnt',\n                \"`max_disk_amnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'current_traff_amnt',\n                \"`current_traff_amnt` int(11) not null default '0'\"\n            ),\n            $this->changeColumn(\n                'reseller_props',\n                'max_traff_amnt',\n                \"`max_traff_amnt` int(11) not null default '0'\"\n            ),\n\n            // server_ips table\n            $this->changeColumn(\n                'server_ips', 'ip_number', \"`ip_number` varchar(45) not null\"\n            ),\n            $this->changeColumn(\n                'server_ips',\n                'ip_netmask',\n                \"`ip_netmask` tinyint(1) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'server_ips', 'ip_card', \"`ip_card` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'server_ips', 'ip_status', \"`ip_status` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'server_traffic',\n                'bytes_in',\n                \"`bytes_in` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'server_traffic',\n                'bytes_out',\n                \"`bytes_out` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'server_traffic',\n                'bytes_mail_in',\n                \"`bytes_mail_in` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'server_traffic',\n                'bytes_mail_out',\n                \"`bytes_mail_out` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'server_traffic',\n                'bytes_pop_in',\n                \"`bytes_pop_in` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'server_traffic',\n                'bytes_pop_out',\n                \"`bytes_pop_out` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'server_traffic',\n                'bytes_web_in',\n                \"`bytes_web_in` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'server_traffic',\n                'bytes_web_out',\n                \"`bytes_web_out` bigint(20) unsigned not null default '0'\"\n            ),\n            $this->changeColumn(\n                'subdomain',\n                'domain_id',\n                \"`domain_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'subdomain',\n                'subdomain_name',\n                \"`subdomain_name` varchar(200) not null\"\n            ),\n            $this->changeColumn(\n                'subdomain',\n                'subdomain_mount',\n                \"`subdomain_mount` varchar(200) not null\"\n            ),\n            $this->changeColumn(\n                'subdomain',\n                'subdomain_status',\n                \"`subdomain_status` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'subdomain_alias',\n                'alias_id',\n                \"`alias_id` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'subdomain_alias',\n                'subdomain_alias_name',\n                \"`subdomain_alias_name` varchar(200) not null\"\n            ),\n            $this->changeColumn(\n                'subdomain_alias',\n                'subdomain_alias_mount',\n                \"`subdomain_alias_mount` varchar(200) not null\"\n            ),\n            $this->changeColumn(\n                'subdomain_alias',\n                'subdomain_alias_status',\n                \"`subdomain_alias_status` varchar(255) not null\"\n            ),\n            $this->changeColumn(\n                'tickets', 'ticket_level', \"`ticket_level` int(10) not null\"\n            ),\n            $this->changeColumn(\n                'tickets',\n                'ticket_from',\n                \"`ticket_from` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'tickets', 'ticket_to', \"`ticket_to` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'tickets',\n                'ticket_status',\n                \"`ticket_status` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'tickets',\n                'ticket_reply',\n                \"`ticket_reply` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'tickets',\n                'ticket_urgency',\n                \"`ticket_urgency` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'tickets',\n                'ticket_date',\n                \"`ticket_date` int(10) unsigned not null\"\n            ),\n            $this->changeColumn(\n                'tickets',\n                'ticket_subject',\n                \"`ticket_subject` varchar(255) not null\"\n            ),\n        ];\n    }\n\n    /**\n     * Switch from utf8 to utf8mb4 (character set and collation)\n     *\n     * @return array SQL statements to be executed\n     */\n    protected function r281()\n    {\n        // Drop all indexes for which the key prefix length would be bigger\n        // than 767 bytes when converting from utf8 to utf8mb4.\n        $this->executeSqlStatements([\n            $this->dropIndexByName('admin', 'admin_name'),\n            $this->dropIndexByName('domain', 'domain_name'),\n            $this->dropIndexByName('domain_aliasses', 'alias_name'),\n            $this->dropIndexByName('domain_dns', 'domain_id'),\n            $this->dropIndexByName('ftp_group', 'groupname'),\n            $this->dropIndexByName('ftp_users', 'userid'),\n            $this->dropIndexByName('mail_users', 'mail_addr'),\n            $this->dropIndexByName('sql_user', 'sqlu_host')\n        ]);\n\n        $statements = [\n            // Change column size for which primary key prefix length would be\n            // bigger than 767 bytes when converting from utf8 to utf8mb4.\n            $this->changeColumn('config', 'name', '`name` varchar(191) not null'),\n            $this->changeColumn('login', 'session_id', '`session_id` varchar(191) not null'),\n            $this->changeColumn('quotalimits', 'name', '`name` varchar(191) not null'),\n            $this->changeColumn('quotatallies', 'name', '`name` varchar(191) not null'),\n\n            // Re-create indexes with correct key prefix length.\n            $this->addIndex('admin', 'admin_name(191)', 'unique', 'admin_name'),\n            $this->addIndex('domain', 'domain_name(191)', 'unique'),\n            $this->addIndex(\n                'domain_aliasses', 'alias_name(191)', 'unique', 'alias_name'\n            ),\n            $this->addIndex(\n                'domain_dns',\n                [\n                    'domain_id', 'alias_id', 'domain_dns(191)', 'domain_class',\n                    'domain_type', 'domain_text(191)'\n                ],\n                'unique',\n                'domain_dns'\n            ),\n            $this->addIndex('ftp_group', 'groupname(191)', 'unique', 'groupname'),\n            $this->addIndex('ftp_users', 'userid(191)', 'unique', 'userid'),\n            $this->addIndex('mail_users', 'mail_addr(191)', 'unique', 'mail_addr'),\n            $this->addIndex('sql_user', 'sqlu_host(191)', 'index', 'sqlu_host'),\n\n            // Change database character set and collation from utf8 to utf8mb4\n            \"\n                ALTER DATABASE `{$this->databaseName}`\n                CHARACTER SET utf8mb4 COLLATE=utf8mb4_unicode_ci\n            \"\n        ];\n\n        // Convert tables character set and collation from utf8 to utf8mb4\n        foreach (\n            [\n                'admin', 'autoreplies_log', 'config', 'custom_menus', 'domain',\n                'domain_aliasses', 'domain_dns', 'domain_traffic',\n                'email_tpls', 'error_pages', 'ftp_group', 'ftp_users',\n                'hosting_plans', 'htaccess', 'htaccess_groups',\n                'htaccess_users', 'log', 'login', 'mail_users', 'php_ini',\n                'plugin', 'quotalimits', 'quotatallies', 'reseller_props',\n                'server_ips', 'server_traffic', 'sql_database', 'sql_user',\n                'ssl_certs', 'subdomain', 'subdomain_alias', 'tickets',\n                'user_gui_props', 'web_software', 'web_software_inst',\n                'web_software_depot',\n                'web_software_options'\n            ] AS $table\n        ) {\n            $statements[] = \"\n                ALTER TABLE `$table`\n                CONVERT TO CHARACTER SET utf8mb4\n                COLLATE utf8mb4_unicode_ci\n            \";\n        }\n\n        return $statements;\n    }\n\n    /**\n     * Add more indexes\n     *\n     * @çeturn SQL statements to be executed\n     */\n    protected function r282()\n    {\n        return [\n            $this->addIndex(\n                'admin', 'admin_status(15)', 'index', 'admin_status'\n            ),\n            $this->addIndex('autoreplies_log', 'from(191)', 'index', 'from'),\n            $this->addIndex('autoreplies_log', 'to(191)', 'index', 'to'),\n            $this->addIndex(\n                'custom_menus', 'menu_level', 'index', 'menu_level'\n            ),\n            $this->addIndex(\n                'domain_aliasses', 'alias_status(15)', 'index', 'alias_status'\n            ),\n            $this->addIndex(\n                'domain_dns',\n                'domain_dns_status(15)',\n                'index',\n                'domain_dns_status'\n            ),\n            $this->addIndex('email_tpls', 'owner_id', 'index', 'owner_id'),\n            $this->addIndex('error_pages', 'user_id', 'index', 'user_id'),\n            $this->addIndex('ftp_users', 'status(15)', 'index', 'status'),\n            $this->addIndex(\n                'hosting_plans', 'reseller_id', 'index', 'reseller_id'\n            ),\n            $this->addIndex('hosting_plans', 'status', 'index', 'status'),\n            $this->addIndex('htaccess', 'dmn_id', 'index', 'dmn_id'),\n            $this->addIndex('htaccess', 'status(15)', 'index', 'status'),\n            $this->addIndex('htaccess_groups', 'dmn_id', 'index', 'dmn_id'),\n            $this->addIndex(\n                'htaccess_groups', 'status(15)', 'index', 'status'\n            ),\n            $this->addIndex('htaccess_users', 'dmn_id', 'index', 'dmn_id'),\n            $this->addIndex('htaccess_users', 'status(15)', 'index', 'status'),\n            $this->addIndex('login', 'lastaccess', 'index', 'lastaccess'),\n            $this->addIndex('login', 'user_name(191)', 'index', 'user_name'),\n            $this->addIndex(\n                'plugin', 'plugin_status(15)', 'index', 'plugin_status'\n            ),\n            $this->addIndex(\n                'plugin', 'plugin_error(15)', 'index', 'plugin_error'\n            ),\n            $this->addIndex(\n                'server_ips', 'ip_status(15)', 'index', 'ip_status'\n            ),\n            $this->addIndex('ssl_certs', 'status(15)', 'index', 'status'),\n            $this->addIndex(\n                'subdomain',\n                'subdomain_status(15)',\n                'index',\n                'subdomain_status'\n            ),\n            $this->addIndex(\n                'subdomain_alias',\n                'subdomain_alias_status(15)',\n                'index',\n                'subdomain_alias_status'\n            ),\n            $this->addIndex('tickets', 'ticket_from', 'index', 'ticket_from'),\n            $this->addIndex('tickets', 'ticket_to', 'index', 'ticket_to'),\n            $this->addIndex(\n                'tickets', 'ticket_status', 'index', 'ticket_status'\n            ),\n            $this->addIndex(\n                'web_software',\n                'software_master_id',\n                'index',\n                'software_master_id'\n            ),\n            $this->addIndex(\n                'web_software', 'reseller_id', 'index', 'reseller_id'\n            ),\n            $this->addIndex(\n                'web_software_inst', 'domain_id', 'index', 'domain_id'\n            ),\n            $this->addIndex(\n                'web_software_inst', 'alias_id', 'index', 'alias_id'\n            ),\n            $this->addIndex(\n                'web_software_inst', 'subdomain_id', 'index', 'subdomain_id'\n            ),\n            $this->addIndex(\n                'web_software_inst',\n                'subdomain_alias_id',\n                'index',\n                'subdomain_alias_id'\n            ),\n            $this->addIndex(\n                'web_software_inst',\n                'software_master_id',\n                'index',\n                'software_master_id'\n            )\n        ];\n    }\n\n    /**\n     * Add log.log_time index\n     *\n     * @return string|null SQL statement to be executed\n     */\n    protected function r283()\n    {\n        return $this->addIndex('log', 'log_time', 'index', 'log_time');\n    }\n\n    /**\n     * Add login.ipaddr index\n     *\n     * @return string|null SQL statement to be executed\n     */\n    protected function r284()\n    {\n        return $this->addIndex('login', 'ipaddr', 'index', 'ipaddr');\n    }\n\n    /**\n     * Delete TELNET service port\n     *\n     * return void\n     */\n    protected function r285()\n    {\n        if (isset($this->dbConfig['PORT_TELNET'])) {\n            unset($this->dbConfig['PORT_TELNET']);\n        }\n\n        return NULL;\n    }\n\n    /**\n     * Drop obsolete plugin.plugin_type column\n     *\n     * @return string|null\n     */\n    protected function r286()\n    {\n        return $this->dropColumn('plugin', 'plugin_type');\n    }\n    \n    /**\n     * Drop software installer\n     * \n     * return array SQL statements to be executed\n     */\n    protected function r287()\n    {\n        $statements = [\n            $this->dropColumn('domain', 'domain_software_allowed'),\n            $this->dropColumn('reseller_props', 'software_allowed'),\n            $this->dropColumn('reseller_props', 'softwaredepot_allowed'),\n            $this->dropColumn('reseller_props', 'websoftwaredepot_allowed'),\n            $this->dropTable('web_software'),\n            $this->dropTable('web_software_inst'),\n            $this->dropTable('web_software_depot'),\n            $this->dropTable('web_software_options')\n        ];\n\n        $stmt = execute_query('SELECT id, props FROM hosting_plans');\n        while ($row = $stmt->fetchRow()) {\n            $row['props'] = explode(';', $row['props']);\n\n            if (sizeof($row['props']) < 26) {\n                continue;\n            }\n\n            unset($row['props'][12]);\n\n            $statements[] = 'UPDATE hosting_plans'\n                . ' SET props = ' . quoteValue(implode(';', $row['props']))\n                . ' WHERE id = ' . quoteValue($row['id'], PDO::PARAM_INT);\n        }\n\n        return $statements;\n    }\n}\n"
  },
  {
    "path": "gui/src/Update/UpdateException.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Update;\n\nuse iMSCP\\Exception\\Exception;\n\n/**\n * Class UpdateException\n * @package iMSCP\\Update\n */\nclass UpdateException extends Exception\n{\n}\n"
  },
  {
    "path": "gui/src/Update/VersionUpdate.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/**\n * @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Update;\n\nuse iMSCP\\Registry;\n\n/**\n * Class VersionUpdate\n * @package iMSCP\\Update\n */\nclass VersionUpdate extends AbstractUpdate\n{\n    /**\n     * @var VersionUpdate\n     */\n    protected static $instance;\n\n    /**\n     * @var array|null Update info\n     */\n    protected $updateInfo;\n\n    /**\n     * Singleton - Make new unavailable\n     */\n    protected function __construct()\n    {\n\n    }\n\n    /**\n     * Implements Singleton design pattern\n     *\n     * @return VersionUpdate\n     */\n    public static function getInstance()\n    {\n        if (NULL === self::$instance) {\n            self::$instance = new self();\n        }\n\n        return self::$instance;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function isAvailableUpdate()\n    {\n        return version_compare(\n            $this->getNextUpdate(), $this->getLastAppliedUpdate(), '>'\n        );\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getNextUpdate()\n    {\n        $updateInfo = $this->getUpdateInfo();\n        if (is_array($updateInfo) && isset($updateInfo['tag_name'])) {\n            list($version, $build) = array_pad(\n                explode('-', $updateInfo['tag_name']), 2, '0000000000'\n            );\n            return \"$version-$build\";\n        }\n\n        // We are safe here\n        return $this->getLastAppliedUpdate();\n    }\n\n    /**\n     * Get update info from GitHub (using the GitHub API)\n     *\n     * @param bool $forceReload Whether data must be reloaded from Github\n     * @return array|bool An array containing update info on success, false on\n     *                    failure\n     */\n    public function getUpdateInfo($forceReload = false)\n    {\n        if (NULL !== $this->updateInfo) {\n            return $this->updateInfo;\n        }\n\n        $file = CACHE_PATH . '/imscp_info.json';\n        if ($forceReload\n            || !file_exists($file)\n            || strtotime('+1 day', filemtime($file)) < time()\n        ) {\n            clearstatcache();\n            $context = stream_context_create([\n                'http' => [\n                    'method'           => 'GET',\n                    'protocol_version' => '1.1',\n                    'header'           => [\n                        'Host: api.github.com',\n                        'Accept: application/vnd.github.v3+json',\n                        'User-Agent: i-MSCP',\n                        'Connection: close',\n                        'timeout' => 30\n                    ]\n                ]\n            ]);\n\n            if (!stream_context_set_option(\n                $context, 'ssl', 'verify_peer', false\n            )) {\n                $this->setError(tr('Unable to set sslverifypeer option'));\n                return false;\n            }\n\n            if (!stream_context_set_option(\n                $context, 'ssl', 'allow_self_signed', true\n            )) {\n                $this->setError(tr('Unable to set sslallowselfsigned option'));\n                return false;\n            }\n\n            // Retrieving latest release info from GitHub\n            $info = @file_get_contents(\n                'https://api.github.com/repos/i-MSCP/imscp/releases/latest',\n                false,\n                $context\n            );\n\n            if ($info === false) {\n                $this->setError(tr('Unable to get update info from GitHub'));\n            } elseif (!isJson($info)) {\n                $this->setError(tr('Invalid payload received from GitHub'));\n                return false;\n            }\n\n            if (file_exists($file)) {\n                if (!@unlink($file)) {\n                    $this->setError(tr('Unable to delete i-MSCP info file.'));\n                    write_log(\n                        sprintf('Unable to delete i-MSCP info file.'),\n                        E_USER_ERROR\n                    );\n                    return false;\n                }\n            }\n\n            if (@file_put_contents($file, $info, LOCK_EX) === false) {\n                write_log(\n                    sprintf('Unable to create i-MSCP info file.'),\n                    E_USER_ERROR\n                );\n            } else {\n                write_log(\n                    sprintf('New i-MSCP info file has been created.'),\n                    E_USER_NOTICE\n                );\n            }\n        } elseif (($info = file_get_contents($file)) === false) {\n            $this->setError(tr('Unable to load i-MSCP info file.'));\n            write_log(sprintf(\n                'Unable to load i-MSCP info file.'), E_USER_ERROR\n            );\n            return false;\n        }\n\n        $this->updateInfo = json_decode($info, true);\n        return $this->updateInfo;\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function getLastAppliedUpdate()\n    {\n        $cfg = Registry::get('config');\n        if (stripos($cfg['Version'], 'git') === false) {\n            return $cfg['Version'] . '-' . $cfg['Build'] ?: '0000000000';\n        }\n\n        // Case where the version in use has not been officially released\n        //(eg. git branch).\n        return '999.999.999-0000000000';\n    }\n\n    /**\n     * @inheritdoc\n     */\n    public function applyUpdates()\n    {\n        $this->setError(\n            'i-MSCP version update can be initiated through the i-MSCP installer only.'\n        );\n        return false;\n    }\n\n    /**\n     * Singleton - Make clone unavailable\n     *\n     * @return void\n     */\n    protected function __clone()\n    {\n\n    }\n}\n"
  },
  {
    "path": "gui/src/Uri/UriException.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Uri;\n\nuse iMSCP\\Exception\\Exception;\n\n/**\n * Class UriException\n * @package iMSCP\\Uri\n */\nclass UriException extends Exception\n{\n}\n"
  },
  {
    "path": "gui/src/Uri/UriRedirect.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Uri;\n\nuse Zend_Uri_Exception;\nuse Zend_Uri_Http;\n\n/**\n * Class UriRedirect\n * @package iMSCP\\Uri\n */\nclass UriRedirect extends Zend_Uri_Http\n{\n    /**\n     * Creates a UriRedirect from the given string\n     *\n     * @param string $uri String to create URI from, must start with prefix\n     *                     http://, https:// or 'ftp://\n     * @return UriRedirect\n     * @throws UriException\n     */\n    public static function fromString($uri)\n    {\n        try {\n            if (is_string($uri) === false) {\n                throw new UriException(sprintf('%s is not a string', $uri));\n            }\n\n            $uri = explode(':', $uri, 2);\n            $scheme = strtolower($uri[0]);\n            $schemeSpecific = isset($uri[1]) === true ? $uri[1] : '';\n\n            if (in_array($scheme, ['http', 'https', 'ftp']) === false) {\n                throw new UriException(sprintf('Invalid scheme: %s', $scheme));\n            }\n\n            $schemeHandler = new self($scheme, $schemeSpecific);\n            return $schemeHandler;\n        } catch (Zend_Uri_Exception $e) {\n            throw new UriException($e->getMessage(), $e->getCode(), $e);\n        }\n    }\n}\n"
  },
  {
    "path": "gui/src/Utility/OpcodeCache.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Utility;\n\n/**\n * Class OpcodeCache\n * @package iMSCP\\Utility\n */\nclass OpcodeCache\n{\n    /**\n     * @var array|null All supported cache types\n     */\n    static protected $supportedCaches = NULL;\n\n    /**\n     * @var array|null Holds all currently active caches\n     */\n    static protected $activeCaches = NULL;\n\n    /**\n     * Clears a file from an opcache, if one exists\n     *\n     * @param string|NULL $fileAbsPath The file as absolute path to be cleared\n     *                                 or NULL to clear completely\n     * @return void\n     */\n    static public function clearAllActive($fileAbsPath = NULL)\n    {\n        foreach (static::getAllActive() as $properties) {\n            $callback = $properties['clearCallback'];\n            $callback($fileAbsPath);\n        }\n    }\n\n    /**\n     * Returns all supported and active opcaches\n     *\n     * @return array Array filled with supported and active opcaches\n     */\n    static public function getAllActive()\n    {\n        if (static::$activeCaches === NULL) {\n            static::initialize();\n        }\n\n        return static::$activeCaches;\n    }\n\n    /**\n     * Initialize the cache properties\n     *\n     * @return void\n     */\n    static protected function initialize()\n    {\n        $apcVersion = phpversion('apc');\n\n        static::$supportedCaches = [\n            // The ZendOpcache aka OPcache since PHP 5.5\n            // http://php.net/manual/de/book.opcache.php\n            'OPcache' => [\n                'active'        => extension_loaded('Zend OPcache')\n                    && ini_get('opcache.enable') === '1',\n                'version'       => phpversion('Zend OPcache'),\n                // opcache_reset() ... it seems that it doesn't reset for\n                // current run.\n                'canReset'      => true,\n\n                // From documentation this function exists since first version\n                // (7.0.0) but from Changelog this function exists since 7.0.2\n                // http://pecl.php.net/package-changelog.php?package=ZendOpcache&release=7.0.2\n                'canInvalidate' => function_exists('opcache_invalidate'),\n                'error'         => false,\n                'clearCallback' => function ($fileAbsPath) {\n                    if ($fileAbsPath !== NULL\n                        && function_exists('opcache_invalidate')\n                    ) {\n                        opcache_invalidate($fileAbsPath, true);\n                    } else {\n                        opcache_reset();\n                    }\n                }\n            ],\n\n            // The Alternative PHP Cache aka APC\n            // http://www.php.net/manual/de/book.apc.php\n            'APC'     => [\n                // Currently APCu identifies itself both as \"apcu\" and \"apc\"\n                // (for compatibility) although it doesn't provide the\n                // APC-opcache functionality\n                //'active' => extension_loaded('apc')\n                // && !extension_loaded('apcu')\n                // && ini_get('apc.enabled') === '1',\n                'active'        => extension_loaded('apc')\n                    && !extension_loaded('apcu')\n                    && ini_get('apc.enabled') === '1',\n                'version'       => $apcVersion,\n                // apc_clear_cache() since APC 2.0.0 so default yes. In cli it\n                // do not clear the http cache.\n                'canReset'      => true,\n                'canInvalidate' => self::canApcInvalidate(),\n                // Versions lower then 3.1.7 are known as malfunction\n                'error'         => $apcVersion\n                    && version_compare($apcVersion, '3.1.7', '<'),\n                'clearCallback' => function ($fileAbsPath) {\n                    if ($fileAbsPath !== NULL\n                        && self::getCanInvalidate('APC')\n                    ) {\n                        // This may output a warning like: PHP Warning:\n                        // apc_delete_file(): Could not stat file. This warning\n                        // isn't true, this means that apc was unable to\n                        // generate the cache key which depends on the\n                        // configuration of APC.\n                        @apc_delete_file($fileAbsPath);\n                    } else {\n                        apc_clear_cache('opcode');\n                    }\n                }\n            ]\n        ];\n\n        static::$activeCaches = [];\n\n        // Cache the active ones\n        foreach (static::$supportedCaches as $opcodeCache => $properties) {\n            if ($properties['active']) {\n                static::$activeCaches[$opcodeCache] = $properties;\n            }\n        }\n    }\n\n    /**\n     * Checks if the APC configuration is usable to clear cache of one file\n     *\n     * See https://bugs.php.net/bug.php?id=66819\n     *\n     * @return bool Returns TRUE if file can be invalidated and FALSE if\n     *              complete cache needs to be removed\n     */\n    static public function canApcInvalidate()\n    {\n        // apc_delete_file() should exists since APC 3.1.1 but you never know\n        // so default is no\n        $canInvalidate = false;\n\n        if (function_exists('apc_delete_file')) {\n            // Deleting files from cache depends on generating the cache key.\n            // This cache key generation depends on unnecessary configuration\n            // options.\n            // http://git.php.net/?p=pecl/caching/apc.git;a=blob;f=apc_cache.c;h=d15cf8c1b4b9d09b9bac75b16c062c8b40458dda;hb=HEAD#l931\n\n            // If stat=0 then canonicalized path may be used\n            $stat = (int)ini_get('apc.stat');\n\n            // If canonicalize (default = 1) then file_update_protection isn't\n            // checked\n            $canonicalize = (int)ini_get('apc.canonicalize');\n\n            // If file file_update_protection is checked, then we will fail,\n            // 'cause we generated the file and then try to remove it. But the\n            // file is not older than file_update_protection and therefore hash\n            //generation will stop with error.\n            $protection = (int)ini_get('apc.file_update_protection');\n\n            if ($protection === 0 || ($stat === 0 && $canonicalize === 1)) {\n                $canInvalidate = true;\n            }\n        }\n\n        return $canInvalidate;\n    }\n\n    /**\n     * Gets the state of canInvalidate for given cache system\n     *\n     * @param string $system The cache system to test (APC, ...)\n     * @return boolean The calculated value from array or FALSE if cache system\n     *                 not exists\n     */\n    static public function getCanInvalidate($system)\n    {\n        return isset(static::$supportedCaches[$system])\n            ? static::$supportedCaches[$system]['canInvalidate'] : false;\n    }\n}\n"
  },
  {
    "path": "gui/src/Validate/CommonValidation.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Validate;\n\nuse iMSCP\\Config\\FileConfig;\nuse iMSCP\\Registry;\nuse Zend_Validate_Abstract;\nuse Zend_Validate_Exception;\nuse Zend_Validate_Hostname;\n\n/**\n * Class CommonValidation\n * @package iMSCP\\Validate\n */\nclass CommonValidation\n{\n    /**\n     * @var CommonValidation\n     */\n    protected static $_instance = NULL;\n\n    /**\n     * @var FileConfig\n     */\n    protected $_config = NULL;\n\n    /**\n     * @var Zend_Validate_Abstract[]\n     */\n    protected $_validators = [];\n\n    /**\n     * Instance of last Validator invoked.\n     *\n     * @var Zend_Validate_Abstract\n     */\n    protected $_lastValidator = NULL;\n\n    /**\n     * Last CommonValidation validation error messages.\n     *\n     * @var array\n     */\n    protected $_lastValidationErrorMessages = [];\n\n    /**\n     * Singleton - Make new unavailable.\n     */\n    private function __construct()\n    {\n        $this->_config = Registry::get('config');\n    }\n\n    /**\n     * Implements singleton design pattern.\n     *\n     * @static\n     * @return CommonValidation\n     */\n    static public function getInstance()\n    {\n        if (self::$_instance === NULL) {\n            self::$_instance = new self();\n        }\n\n        return self::$_instance;\n    }\n\n    /**\n     * Validates an email address.\n     *\n     * The following option keys are supported:\n     *  'hostname'      => A hostname validator, see Zend_Validate_Hostname\n     *  'allow'         => Options for the hostname validator, see\n     *                     Zend_Validate_Hostname::ALLOW_*\n     *  'mx'            => If MX check should be enabled, boolean\n     *  'deep'          => If a deep MX check should be done, boolean\n     *  'domain'        => If hostname validation must be disabled but not\n     *                     global pass check must be disabled, boolean\n     *  'onlyLocalPart' => If hostname validation and global pass check must be\n     *                     disabled, boolean\n     *\n     * @param string $email email address to be validated\n     * @param array $options Validator options OPTIONAL\n     * @return bool TRUE if email address is valid, FALSE otherwise\n     * @throws Zend_Validate_Exception\n     */\n    public function email($email, $options = [])\n    {\n        if (array_key_exists('onlyLocalPart', $options)\n            && $options['onlyLocalPart']\n        ) {\n            // We do not want process hostname part validation on email address\n            // so we disable it and we provides dummy value for global pass\n            // check\n            $options['domain'] = false;\n            $email .= '@dummy';\n        } else {\n            $options['hostname'] = new Zend_Validate_Hostname(['tld' => false]);\n        }\n\n        return $this->_processValidation('EmailAddress', $email, $options);\n    }\n\n    /**\n     * Process validation.\n     *\n     * @param string $validatorName $validatorName Zend validator name\n     * @param mixed $input Input data to be validated\n     * @param array $options Options to pass to validator\n     * @return bool bool TRUE if input data are valid, FALSE otherwise\n     * @throws Zend_Validate_Exception\n     */\n    protected function _processValidation($validatorName, $input, $options)\n    {\n        /** @var $validator Zend_Validate_Abstract */\n        $validator = self::getZendValidator($validatorName);\n\n        // Getting validator default options\n        /** @noinspection PhpUndefinedMethodInspection */\n        $defaultOptions = $validator->getOptions();\n\n        // Setup validator options\n        /** @noinspection PhpUndefinedMethodInspection */\n        $validator->setOptions((array)$options);\n\n        // Process validation\n        if (!($retVal = $validator->isValid($input))) {\n            $this->_lastValidationErrorMessages = array_merge(\n                $this->_lastValidationErrorMessages,\n                $this->_lastValidator->getMessages()\n            );\n        }\n\n        // Reset default options on validator\n        /** @noinspection PhpUndefinedMethodInspection */\n        $validator->setOptions($defaultOptions);\n        return $retVal;\n    }\n\n    /**\n     * Returns instance of a specific Zend validator.\n     *\n     * @param string $validatorName Zend validator name\n     * @param array $options Options to pass to the validator OPTIONAL\n     * @return Zend_Validate_Abstract\n     */\n    public function getZendValidator($validatorName, $options = [])\n    {\n        if (!array_key_exists($validatorName, $this->_validators)) {\n            $validator = 'Zend_Validate_' . $validatorName;\n            $this->_validators[$validatorName] = new $validator($options);\n        }\n\n        $this->_lastValidator = $this->_validators[$validatorName];\n        return $this->_validators[$validatorName];\n    }\n\n    /**\n     * Validates a hostname.\n     *\n     * @param string $hostname Hostname to be validated\n     * @param array $options Validator options OPTIONAL\n     * @return bool TRUE if hostname is valid, FALSE otherwise\n     * @throws Zend_Validate_Exception\n     * @see Zend_Validate_Hostname for available options\n     */\n    public function hostname($hostname, $options = [])\n    {\n        if (!array_key_exists('tld', $options)) {\n            $options['tld'] = false;\n        }\n\n        return $this->_processValidation('Hostname', $hostname, $options);\n    }\n\n    /**\n     * Validates an Ip address.\n     *\n     * @param string $ip Ip address to be validated\n     * @param array $options Validator options OPTIONAL\n     * @return bool TRUE if ip address is valid, FALSE otherwise\n     * @throws Zend_Validate_Exception\n     * @see Zend_Validate_Ip for available options\n     */\n    public function ip($ip, $options = [])\n    {\n        return $this->_processValidation('Ip', $ip, $options);\n    }\n\n    /**\n     * Returns error messages for last validation as a single string.\n     *\n     * @static\n     * @return string\n     */\n    public function getLastValidationMessages()\n    {\n        if (!empty($this->_lastValidationErrorMessages)) {\n            $messages = $this->_lastValidationErrorMessages;\n            $this->_lastValidationErrorMessages = [];\n            return format_message($messages);\n        }\n\n        return '';\n    }\n\n    /**\n     * Assert that the given values are equals\n     *\n     * @param mixed $value1 Value\n     * @param mixed $value2 Value\n     * @param string|array $messages OPTIONAL Error message(s)\n     * @return bool\n     */\n    public function assertEquals($value1, $value2, $messages = NULL)\n    {\n        if (($value1 === $value2)) {\n            return true;\n        }\n\n        if (NULL === $messages) {\n            $messages = tr('The values must not be equal', $value1, $value2);\n        }\n\n        $this->_lastValidationErrorMessages = array_merge(\n            $this->_lastValidationErrorMessages, (array)$messages\n        );\n\n        return false;\n    }\n\n    /**\n     * Asserts that the given values are not equals\n     *\n     * @param mixed $value1 Value\n     * @param mixed $value2 Value\n     * @param string|array $messages OPTIONAL Error message(s)\n     * @return bool\n     */\n    public function assertNotEquals($value1, $value2, $messages = NULL)\n    {\n        if ($value1 !== $value2) {\n            return true;\n        }\n\n        if (NULL === $messages) {\n            $messages = tr('The values must not be equal', $value1, $value2);\n        }\n\n        $this->_lastValidationErrorMessages = array_merge(\n            $this->_lastValidationErrorMessages,\n            (array)$messages\n        );\n        return false;\n\n\n    }\n\n    /**\n     * Assert that the given value is in the given value stack\n     *\n     * @param mixed $value value\n     * @param array $stack Value stack\n     * @param bool $strict Whether the check should be made in strict mode\n     * @param array|string $messages OPTIONAL Error message(s)\n     * @return bool\n     */\n    public function assertContains(\n        $value, array $stack, $strict = true, $messages = NULL\n    )\n    {\n        if (in_array($value, $stack, $strict)) {\n            return true;\n        }\n\n        if (NULL === $messages) {\n            $messages = tr('The value has not been found in the stack');\n        }\n\n        $this->_lastValidationErrorMessages = array_merge(\n            $this->_lastValidationErrorMessages,\n            (array)$messages\n        );\n\n        return false;\n    }\n\n    /**\n     * Assert that the given value is not in the given value stack\n     *\n     * @param mixed $value value\n     * @param array $stack Value stack\n     * @param array|string $messages OPTIONAL Error message(s)\n     * @return bool\n     */\n    public function assertNotContains($value, array $stack, $messages = NULL)\n    {\n        if (!in_array($value, $stack, true)) {\n            return true;\n        }\n\n        if (NULL === $messages) {\n            $messages = tr('The value has been found in the stack');\n        }\n\n        $this->_lastValidationErrorMessages = array_merge(\n            $this->_lastValidationErrorMessages, (array)$messages\n        );\n\n        return false;\n    }\n\n    /**\n     * Singleton - Make clone unavailable.\n     *\n     * @return void\n     */\n    private function __clone()\n    {\n\n    }\n}\n"
  },
  {
    "path": "gui/src/Validate/Uri.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP\\Validate;\n\nuse iMSCP\\Uri\\UriRedirect;\nuse Zend_Exception;\nuse Zend_Uri;\nuse Zend_Validate_Abstract;\n\n/**\n * Class Uri\n * @package iMSCP\\Validate\n */\nclass Uri extends Zend_Validate_Abstract\n{\n    const INVALID_URI = 'invalidURI';\n\n    protected $_messageTemplates = [\n        self::INVALID_URI => \"'%value%' is not a valid URI.\",\n    ];\n\n    /**\n     * Returns true if the $uri is valid\n     *\n     * If $uri is not a valid URI, then this method returns false, and\n     * getMessages() will return an array of messages that explain why the\n     * validation failed.\n     *\n     * @param string $uri URI to be validated\n     * @return boolean\n     */\n    public function isValid($uri)\n    {\n        $uri = (string)$uri;\n        $this->_setValue($uri);\n\n        try {\n            // We need pre-load the class as the Zend_Loader cannot load\n            // PSR-4 classname...\n            class_exists(UriRedirect::class, true);\n            Zend_Uri::factory($uri, UriRedirect::class);\n        } catch (Zend_Exception $e) {\n            $this->_error(self::INVALID_URI);\n            return false;\n        }\n\n        return true;\n    }\n}\n"
  },
  {
    "path": "gui/src/VirtualFileSystem.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n/** @noinspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUnused\n */\n\ndeclare(strict_types=1);\n\nnamespace iMSCP;\n\nuse iMSCP\\Database\\DatabaseException;\nuse iMSCP\\Exception\\Exception;\nuse InvalidArgumentException;\nuse League\\Flysystem\\Adapter\\Ftp;\nuse League\\Flysystem\\FileNotFoundException;\nuse League\\Flysystem\\Filesystem;\nuse RuntimeException;\nuse Throwable;\n\n/**\n * Class VirtualFileSystem\n * @package iMSCP\n */\nclass VirtualFileSystem\n{\n    /**\n     * @var string VFS file type\n     */\n    const\n        VFS_TYPE_DIR = 'dir',\n        VFS_TYPE_FILE = 'file';\n\n    /**\n     * @var string FTP username\n     */\n    private $ftpUser;\n\n    /**\n     * @var string FTP user password\n     */\n    private $ftpUserPassword;\n\n    /**\n     * @var string VFS root directory, relative to the home directory of an\n     *             i-MSCP user's UNIX user\n     */\n    private $vfsRootDir;\n\n    /**\n     * @var Filesystem\n     */\n    private $fs;\n\n    /**\n     *\n     * Creates a new VFS.\n     *\n     * @param string $username username An i-MSCP username\n     * @param string $vfsRootDir Root directory of the VFS, relative to\n     *                           $username' UNIX user homedir\n     */\n    public function __construct(string $username, ?string $vfsRootDir = '/')\n    {\n        $this->ftpUser = encode_idna($username);\n        $this->vfsRootDir = $vfsRootDir;\n    }\n\n    /**\n     * Close connection to the VFS and delete the associated FTP user.\n     *\n     * @return void\n     */\n    public function __destruct()\n    {\n        $this->disconnect();\n        $this->deleteFtpUser();\n    }\n\n    /**\n     * Whether the given file exists inside this VFS and is of the given type.\n     *\n     * @param string $file File path, relative to the VFS root directory.\n     * @param string $type Type Expected file type\n     * @return boolean TRUE if the file exists, FALSE otherwise\n     */\n    public function exists(\n        string $file, ?string $type = self::VFS_TYPE_FILE\n    ): bool\n    {\n        try {\n            return $this->connect()->getMetadata($file)['type'] == $type;\n        } catch (FileNotFoundException $e) {\n            return false;\n        } catch (Throwable $e) {\n            throw new RuntimeException(\n                sprintf(\"Couldn't check file/dir existence: %s\", $e->getMessage()),\n                $e->getCode(),\n                $e\n            );\n        }\n    }\n\n    /**\n     * List content of the given directory inside this VFS.\n     *\n     * @param string $dirname Directory path, relative to the VFS root directory\n     * @return array An array of file entries on success, FALSE on failure\n     */\n    public function ls(?string $dirname = ''): array\n    {\n        return $this->connect()->listContents($dirname);\n    }\n\n    /**\n     * Get the content of the given file from this VFS.\n     *\n     * @param string $file VFS file path\n     * @return string|bool File content on success, FALSE on failure\n     */\n    public function get(string $file)\n    {\n        return $this->connect()->read($file);\n\n    }\n\n    /**\n     * Stores the content of the given file inside this VFS.\n     *\n     * @param string $file File path\n     * @param string $content File content\n     * @return bool TRUE on success, FALSE on failure\n     */\n    public function put(string $file, string $content): bool\n    {\n        $fs = $this->connect();\n\n        if (!$this->exists($file, self::VFS_TYPE_FILE)) {\n            return $fs->write($file, $content);\n        }\n\n        return $fs->update($file, $content);\n    }\n\n    /**\n     * Create a FTP user for accessing this VFS.\n     *\n     * @return void\n     */\n    private function createFtpUser(): void\n    {\n        try {\n            $stmt = exec_query(\n                '\n                    SELECT `admin_sys_uid`, `admin_sys_gid`\n                    FROM `admin`\n                    WHERE `admin_name` = ?\n                ',\n                $this->ftpUser\n            );\n\n            if (!$stmt->rowCount()) {\n                throw new InvalidArgumentException(sprintf(\n                    \"The %s user has not been found\", $this->ftpUser\n                ));\n            }\n\n            $row = $stmt->fetchRow();\n            $this->ftpUserPassword = Crypt::randomStr(16);\n\n            exec_query(\n                \"\n                    INSERT INTO `ftp_users` (\n                        `userid`, `passwd`, `uid`, `gid`, `shell`, `homedir`,\n                        `status`\n                    ) VALUES (\n                        ?, ?, ?, ?, '/bin/sh', ?, 'ok'\n                    )\n                \",\n                [\n                    $this->ftpUser,\n                    Crypt::sha512($this->ftpUserPassword),\n                    $row['admin_sys_uid'],\n                    $row['admin_sys_gid'],\n                    utils_normalizePath(\n                        Registry::get('config')['USER_WEB_DIR']\n                        . '/'\n                        . $this->ftpUser\n                    )\n                ]\n            );\n        } catch (Exception $e) {\n            if ($e instanceof DatabaseException && $e->getCode() == 23000) {\n                throw new RuntimeException(\n                    'Concurrent connections to a VFS with an identical FTP user are forbidden.'\n                );\n            }\n\n            throw new RuntimeException(\n                \"Couldn't create FTP user for connection to VFS.\"\n            );\n        }\n    }\n\n    /**\n     * Open the VFS.\n     *\n     * @return Filesystem\n     */\n    private function connect(): Filesystem\n    {\n        try {\n            if (NULL !== $this->fs) {\n                return $this->fs;\n            }\n\n            $this->createFtpUser();\n\n            $this->fs = new Filesystem(new Ftp([\n                'host'                           => '127.0.0.1',\n                'port'                           => 21,\n                'username'                       => $this->ftpUser,\n                'password'                       => $this->ftpUserPassword,\n                'ssl'                            =>\n                    Registry::get('config')['SERVICES_SSL_ENABLED'] == 'yes',\n                'timeout'                        => 30,\n                'root'                           => $this->vfsRootDir,\n                'passive'                        => true,\n                'transferMode'                   => FTP_BINARY,\n                'ignorePassiveAddress'           => true,\n                'utf8'                           => true,\n                'enableTimestampsOnUnixListings' => false\n            ]));\n\n            return $this->fs;\n        } catch (Throwable $e) {\n            throw new RuntimeException(\n                sprintf(\"Couldn't open VFS connection: %s\", $e->getMessage()),\n                $e->getCode(),\n                $e\n            );\n        }\n    }\n\n    /**\n     * Closes the VFS.\n     *\n     * @return void\n     */\n    private function disconnect(): void\n    {\n        if (NULL === $this->fs) {\n            return;\n        }\n\n        /** @var Ftp $adapter */\n        $adapter = $this->fs->getAdapter();\n        @$adapter->disconnect();\n        $this->fs = NULL;\n    }\n\n    /**\n     * Deletes the FTP user.\n     *\n     * @return void\n     */\n    private function deleteFtpUser(): void\n    {\n        if (NULL === $this->ftpUser) {\n            return;\n        }\n\n        exec_query('DELETE FROM ftp_users WHERE userid = ?', $this->ftpUser);\n        $this->ftpUser = NULL;\n    }\n}\n"
  },
  {
    "path": "gui/themes/default/admin/admin_add.phtml",
    "content": "<form method=\"post\" action=\"admin_add.php\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Login data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"admin_name\"><?= tohtml(tr('Username')); ?></label></td>\n            <td><input type=\"text\" name=\"admin_name\" id=\"admin_name\" value=\"<?= tohtml($this->form->getValue('admin_name'), 'htmlAttr'); ?>\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"password\"><?= tohtml(tr('Password')); ?></label></td>\n            <td><input type=\"password\" name=\"admin_pass\" id=\"password\" class=\"pwd_generator\" value=\"\" autocomplete=\"new-password\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\"><?= tohtml(tr('Password confirmation')); ?></label></td>\n            <td><input type=\"password\" name=\"admin_pass_confirmation\" id=\"cpassword\" value=\"\" autocomplete=\"new-password\" required></td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Personal data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"fname\"><?= tohtml(tr('First name')); ?></label></td>\n            <td><input type=\"text\" name=\"fname\" id=\"fname\" value=\"<?= tohtml($this->form->getValue('fname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"lname\"><?= tohtml(tr('Last name')); ?></label></td>\n            <td><input type=\"text\" name=\"lname\" id=\"lname\" value=\"<?= tohtml($this->form->getValue('lname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"gender\"><?= tohtml(tr('Gender')); ?></label></td>\n            <td>\n                <select id=\"gender\" name=\"gender\">\n                    <option value=\"M\"<?= $this->form->getValue('gender') == 'M' ? ' selected' : ''; ?>><?= tohtml(tr('Male')); ?></option>\n                    <option value=\"F\"<?= $this->form->getValue('gender') == 'F' ? ' selected' : ''; ?>><?= tohtml(tr('Female')); ?></option>\n                    <option value=\"U\"<?= $this->form->getValue('gender') == 'U' ? ' selected' : ''; ?>><?= tohtml(tr('Unknown')); ?></option>\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"firm\"><?= tohtml(tr('Company')); ?></label></td>\n            <td><input type=\"text\" name=\"firm\" id=\"firm\" value=\"<?= tohtml($this->form->getValue('firm'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street1\"><?= tohtml(tr('Street 1')); ?></label></td>\n            <td><input type=\"text\" name=\"street1\" id=\"street1\" value=\"<?= tohtml($this->form->getValue('street1'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street2\"><?= tohtml(tr('Street 2')); ?></label></td>\n            <td><input type=\"text\" name=\"street2\" id=\"street2\" value=\"<?= tohtml($this->form->getValue('street2'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"zip\"><?= tohtml(tr('Zip/Postal code')); ?></label></td>\n            <td><input type=\"text\" name=\"zip\" id=\"zip\" value=\"<?= tohtml($this->form->getValue('zip'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"city\"><?= tohtml(tr('City')); ?></label></td>\n            <td><input type=\"text\" name=\"city\" id=\"city\" value=\"<?= tohtml($this->form->getValue('city'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"state\"><?= tohtml(tr('State/Province')); ?></label></td>\n            <td><input type=\"text\" name=\"state\" id=\"state\" value=\"<?= tohtml($this->form->getValue('state'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"country\"><?= tohtml(tr('Country')); ?></label></td>\n            <td><input type=\"text\" name=\"country\" id=\"country\" value=\"<?= tohtml($this->form->getValue('country'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"email\"><?= tohtml(tr('Email')); ?></label></td>\n            <td><input type=\"text\" name=\"email\" id=\"email\" value=\"<?= tohtml(decode_idna($this->form->getValue('email')), 'htmlAttr'); ?>\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"phone\"><?= tohtml(tr('Phone')); ?></label></td>\n            <td><input type=\"text\" name=\"phone\" id=\"phone\" value=\"<?= tohtml($this->form->getValue('phone'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"fax\"><?= tohtml(tr('Fax')); ?></label></td>\n            <td><input type=\"text\" name=\"fax\" id=\"fax\" value=\"<?= tohtml($this->form->getValue('fax'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"<?= tohtml(tr('Add'), 'htmlAttr'); ?>\">\n        <a href=\"users.php\" class=\"link_as_button\"><?= tohtml(tr('Cancel')); ?></a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/admin_log.tpl",
    "content": "\n<script>\n    $(function () {\n        var $dataTable;\n\n        function flashMessage(type, message) {\n            $('<div>', {\n                \"class\": \"flash_message \" + type,\n                \"html\": $.parseHTML(message),\n                \"hide\": true\n            }).prependTo(\".body\").trigger('message_timeout');\n        }\n\n        function doRequest(rType, action, data) {\n            return $.ajax({\n                dataType: \"json\",\n                type: rType,\n                url: \"/admin/admin_log.php?action=\" + action,\n                data: data,\n                timeout: 3000\n            });\n        }\n\n        jQuery.fn.dataTableExt.oApi.fnProcessingIndicator = function (settings, onoff) {\n            if (typeof(onoff) == \"undefined\") {\n                onoff = true;\n            }\n\n            this.oApi._fnProcessingDisplay(settings, onoff);\n        };\n\n        $dataTable = $(\".datatable\").dataTable({\n            language: imscp_i18n.core.dataTable,\n            displayLength: parseInt({ROWS_PER_PAGE}),\n            processing: true,\n            serverSide: true,\n            pagingType: \"simple\",\n            ajaxSource: \"/admin/admin_log.php?action=get_logs\",\n            stateSave: true,\n            order: [0, \"desc\"],\n            columns: [\n                {data: \"log_time\"},\n                {data: \"log_message\"}\n            ],\n            serverData: function (source, data, callback) {\n                $.ajax({\n                    dataType: \"json\",\n                    type: \"GET\",\n                    url: source,\n                    data: data,\n                    success: callback,\n                    timeout: 3000\n                }).fail(function (jqXHR) {\n                    $dataTable.fnProcessingIndicator(false);\n                    flashMessage('error', $.parseJSON(jqXHR.responseText).message);\n                });\n            }\n        });\n\n        $dataTable.on(\"draw.dt\", function () {\n            if ($dataTable.fnSettings().fnRecordsTotal() < 2) {\n                $(\"#clear_log\").hide();\n            } else {\n                $(\"#clear_log\").show();\n            }\n        });\n\n        $(\"#clear_log_frm\").submit(function (event) {\n            event.preventDefault();\n\n            doRequest(\"POST\", \"clear_logs\", $(this).serialize()).done(function (data) {\n                flashMessage(\"success\", data.message);\n                $dataTable.fnDraw();\n            });\n        });\n\n        $(document).ajaxStart(function () {\n            $dataTable.fnProcessingIndicator();\n        }).ajaxStop(function () {\n            $dataTable.fnProcessingIndicator(false);\n        }).ajaxError(function (e, jqXHR, settings, exception) {\n            if (jqXHR.status == 403) {\n                window.location.replace(\"/index.php\");\n            } else if (jqXHR.responseJSON !== \"undefined\") {\n                flashMessage(\"error\", jqXHR.responseJSON.message);\n            } else if (exception == \"timeout\") {\n                flashMessage(\"error\", {TR_TIMEOUT_ERROR});\n            } else {\n                flashMessage(\"error\", {TR_UNEXPECTED_ERROR});\n            }\n        });\n    });\n</script>\n<table class=\"datatable firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_DATE}</th>\n        <th>{TR_MESSAGE}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_DATE}</td>\n        <td>{TR_MESSAGE}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <tr>\n        <td colspan=\"2\">{TR_LOADING_DATA}</td>\n    </tr>\n    </tbody>\n    <tbody id=\"clear_log\">\n    <tr>\n        <td colspan=\"2\" style=\"text-align:right;\">\n            <form name=\"clear_log_frm\" id=\"clear_log_frm\">\n                <label for=\"uaction_clear\">{TR_CLEAR_LOG_MESSAGE}</label>\n                <select name=\"uaction_clear\" id=\"uaction_clear\">\n                    <option value=\"0\">{TR_CLEAR_LOG_EVERYTHING}</option>\n                    <option value=\"2\">{TR_CLEAR_LOG_LAST2}</option>\n                    <option value=\"4\">{TR_CLEAR_LOG_LAST4}</option>\n                    <option value=\"12\">{TR_CLEAR_LOG_LAST12}</option>\n                    <option value=\"26\">{TR_CLEAR_LOG_LAST26}</option>\n                    <option value=\"52\">{TR_CLEAR_LOG_LAST52}</option>\n                </select>\n                <input name=\"Submit\" type=\"submit\" value=\"{TR_CLEAR_LOG}\">\n            </form>\n        </td>\n    </tr>\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/admin/circular.tpl",
    "content": "\n<form name=\"circular_frm\" method=\"post\" action=\"circular.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_CIRCULAR}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"sender_name\">{TR_SENDER_NAME}</label></td>\n            <td><input type=\"text\" name=\"sender_name\" id=\"sender_name\" value=\"{SENDER_NAME}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"sender_email\">{TR_SENDER_EMAIL}</label></td>\n            <td><input type=\"text\" name=\"sender_email\" id=\"sender_email\" value=\"{SENDER_EMAIL}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"rcpt_to\">{TR_SEND_TO}</label></td>\n            <td>\n                <select id=\"rcpt_to\" name=\"rcpt_to\">\n                    <!-- BDP: rcpt_to_option -->\n                    <option value=\"{RCPT_TO}\"{SELECTED}>{TR_RCPT_TO}</option>\n                    <!-- EDP: rcpt_to_option -->\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"subject\">{TR_SUBJECT}</label></td>\n            <td>\n                <input class=\"inputTitle\" type=\"text\" name=\"subject\" id=\"subject\" value=\"{SUBJECT}\">\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"body\">{TR_BODY}</label></td>\n            <td><textarea name=\"body\" id=\"body\">{BODY}</textarea></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_SEND_CIRCULAR}\">\n        <a class=\"link_as_button\" href=\"users.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/custom_menus.tpl",
    "content": "\n<script>\n    $(function () {\n        var errFieldsStack = {ERR_FIELDS_STACK};\n\n        $.each(errFieldsStack, function () {\n            $('#' + this).css('border-color', '#ca1d11');\n        });\n\n        $(\".datatable\").dataTable({\n            language: imscp_i18n.core.dataTable,\n            pagingType: \"simple\"\n        });\n    });\n</script>\n<!-- BDP: menus_list_block -->\n<table class=\"firstColFixed datatable\">\n    <thead>\n    <tr>\n        <th>{TR_MENU_NAME_AND_LINK}</th>\n        <th>{TR_TH_LEVEL}</th>\n        <th>{TR_MENU_ORDER}</th>\n        <th>{TR_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: menu_block -->\n    <tr>\n        <td>\n            <p><a href=\"{LINK}\" class=\"link\" target=\"_blank\"><strong>{MENU_NAME}</strong></a></p>\n            <span>{LINK}</span>\n        </td>\n        <td>{LEVEL}</td>\n        <td>{ORDER}</td>\n        <td>\n            <a href=\"custom_menus.php?edit_id={MENU_ID}\" class=\"icon i_edit\">{TR_EDIT}</a>\n            <a href=\"custom_menus.php?delete_id={MENU_ID}\" class=\"icon i_delete\"\n               onclick=\"return jQuery.imscp.confirmOnclick(this, sprintf('{TR_MESSAGE_DELETE_JS}', '{MENU_NAME_JS}'))\">{TR_DELETE}</a>\n        </td>\n    </tr>\n    <!-- EDP: menu_block -->\n    </tbody>\n</table>\n<!-- EDP: menus_list_block -->\n<form name=\"menuFrm\" method=\"post\" action=\"custom_menus.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_CUSTOM_MENU_PROPERTIES}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"menu_name\">{TR_MENU_NAME}</label></td>\n            <td><input type=\"text\" name=\"menu_name\" id=\"menu_name\" value=\"{MENU_NAME}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"menu_link\">{TR_MENU_LINK}</label></td>\n            <td><input type=\"text\" name=\"menu_link\" id=\"menu_link\" value=\"{MENU_LINK}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"menu_target\">{TR_MENU_TARGET}</label></td>\n            <td>\n                <select id=\"menu_target\" name=\"menu_target\">\n                    <!-- BDP: menu_target_block -->\n                    <option value=\"{TARGET_VALUE}\"{SELECTED_TARGET}>{TR_TARGET}</option>\n                    <!-- EDP: menu_target_block -->\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"menu_level\">{TR_VIEW_FROM}</label></td>\n            <td>\n                <select name=\"menu_level\" id=\"menu_level\">\n                    <!-- BDP: menu_level_block -->\n                    <option value=\"{LEVEL_VALUE}\"{SELECTED_LEVEL}>{TR_LEVEL}</option>\n                    <!-- EDP: menu_level_block -->\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"menu_order\">{TR_MENU_ORDER} <span class=\"italic\">({TR_OPTIONAL})</span></label></td>\n            <td><input type=\"number\" name=\"menu_order\" id=\"menu_order\" min=\"0\" value=\"{MENU_ORDER}\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <!-- BDP: add_menu -->\n    <div class=\"buttons\">\n        <input name=\"addMenu\" type=\"button\" value=\"{TR_ADD}\" onclick=\"return sbmt(document.forms[0], 'menu_add');\">\n        <a class=\"link_as_button\" href=\"settings.php\" tabindex=\"4\">{TR_CANCEL}</a>\n    </div>\n    <!-- EDP: add_menu -->\n    <!-- BDP: edit_menu -->\n    <div class=\"buttons\">\n        <input name=\"editMenu\" type=\"button\" value=\"{TR_UPDATE}\" onclick=\"return sbmt(document.forms[0], 'menu_update');\">\n        <a class=\"link_as_button\" href=\"custom_menus.php\">{TR_CANCEL}</a>\n        <input type=\"hidden\" name=\"edit_id\" value=\"{EDIT_ID}\"\">\n    </div>\n    <!-- EDP: edit_menu -->\n    <input type=\"hidden\" name=\"uaction\" value=\"\">\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/domain_details.tpl",
    "content": "\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_DOMAIN_DETAILS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_DOMAIN_NAME}</td>\n        <td>{VL_DOMAIN_NAME}</td>\n    </tr>\n    <tr>\n        <td>{TR_DOMAIN_IP}</td>\n        <td>{VL_DOMAIN_IP}</td>\n    </tr>\n    <tr>\n        <td>{TR_STATUS}</td>\n        <td>{VL_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_PHP_SUPP}</td>\n        <td>{VL_PHP_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_PHP_EDITOR_SUPP}</td>\n        <td>{VL_PHP_EDITOR_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_CGI_SUPP}</td>\n        <td>{VL_CGI_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_DNS_SUPP}</td>\n        <td>{VL_DNS_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_EXT_MAIL_SUPP}</td>\n        <td>{VL_EXT_MAIL_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_SOFTWARE_SUPP}</td>\n        <td>{VL_SOFTWARE_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_BACKUP_SUPP}</td>\n        <td>{VL_BACKUP_SUP}</td>\n    </tr>\n    <tr>\n        <td>{TR_TRAFFIC}</td>\n        <td>\n            <div class=\"graph\"><span style=\"width:{VL_TRAFFIC_PERCENT}%\">&nbsp;</span></div>\n            {VL_TRAFFIC_USED} / {VL_TRAFFIC_LIMIT}\n        </td>\n    </tr>\n    <tr>\n        <td>{TR_DISK}</td>\n        <td>\n            <div class=\"graph\"><span style=\"width:{VL_DISK_PERCENT}%\">&nbsp;</span></div>\n            {VL_DISK_USED} / {VL_DISK_LIMIT}\n        </td>\n    </tr>\n    </tbody>\n</table>\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_FEATURE}</th>\n        <th>{TR_USED}</th>\n        <th>{TR_LIMIT}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_SUBDOM_ACCOUNTS}</td>\n        <td>{VL_SUBDOM_ACCOUNTS_USED}</td>\n        <td>{VL_SUBDOM_ACCOUNTS_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_DOMALIAS_ACCOUNTS}</td>\n        <td>{VL_DOMALIAS_ACCOUNTS_USED}</td>\n        <td>{VL_DOMALIAS_ACCOUNTS_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_MAIL_ACCOUNTS}</td>\n        <td>{VL_MAIL_ACCOUNTS_USED}</td>\n        <td>{VL_MAIL_ACCOUNTS_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_MAIL_QUOTA}</td>\n        <td>{VL_MAIL_QUOTA_USED}</td>\n        <td>{VL_MAIL_QUOTA_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_FTP_ACCOUNTS}</td>\n        <td>{VL_FTP_ACCOUNTS_USED}</td>\n        <td>{VL_FTP_ACCOUNTS_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_SQL_DB_ACCOUNTS}</td>\n        <td>{VL_SQL_DB_ACCOUNTS_USED}</td>\n        <td>{VL_SQL_DB_ACCOUNTS_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_SQL_USER_ACCOUNTS}</td>\n        <td>{VL_SQL_USER_ACCOUNTS_USED}</td>\n        <td>{VL_SQL_USER_ACCOUNTS_LIMIT}</td>\n    </tr>\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/admin/imscp_debugger.tpl",
    "content": "\n<table>\n    <thead>\n    <tr>\n        <th>{TR_USER_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: user_message -->\n    <tr>\n        <td>{TR_USER_MESSAGE}</td>\n    </tr>\n    <!-- EDP: user_message -->\n    <!-- BDP: user_item -->\n    <tr>\n        <td>\n            <p>\n                <span class=\"bold\">{USER_NAME}</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{USER_ERROR}</span>\n        </td>\n    </tr>\n    <!-- EDP: user_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_DMN_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: dmn_message -->\n    <tr>\n        <td>{TR_DMN_MESSAGE}</td>\n    </tr>\n    <!-- EDP: dmn_message -->\n    <!-- BDP: dmn_item -->\n    <tr>\n        <td>\n            <p>\n                <span class=\"bold\">{DMN_NAME}</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{DMN_ERROR}</span>\n        </td>\n    </tr>\n    <!-- EDP: dmn_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_ALS_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: als_message -->\n    <tr>\n        <td>{TR_ALS_MESSAGE}</td>\n    </tr>\n    <!-- EDP: als_message -->\n    <!-- BDP: als_item -->\n    <tr>\n        <td>\n            <p>\n                <span class=\"bold\">{ALS_NAME}</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{ALS_ERROR}</span>\n        </td>\n    </tr>\n    <!-- EDP: als_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_SUB_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: sub_message -->\n    <tr>\n        <td>{TR_SUB_MESSAGE}</td>\n    </tr>\n    <!-- EDP: sub_message -->\n    <!-- BDP: sub_item -->\n    <tr>\n        <td>\n            <p>\n                <span class=\"bold\">{SUB_NAME}</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{SUB_ERROR}</span>\n        </td>\n    </tr>\n    <!-- EDP: sub_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_ALSSUB_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: alssub_message -->\n    <tr>\n        <td>{TR_ALSSUB_MESSAGE}</td>\n    </tr>\n    <!-- EDP: alssub_message -->\n    <!-- BDP: alssub_item -->\n    <tr>\n        <td>\n            <p>\n                <span class=\"bold\">{ALSSUB_NAME}</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{ALSSUB_ERROR}</span>\n        </td>\n    </tr>\n    <!-- EDP: alssub_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_CUSTOM_DNS_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: custom_dns_message -->\n    <tr>\n        <td>{TR_CUSTOM_DNS_MESSAGE}</td>\n    </tr>\n    <!-- EDP: custom_dns_message -->\n    <!-- BDP: custom_dns_item -->\n    <tr>\n        <td>\n            <p>\n                <span class=\"bold\">{CUSTOM_DNS_NAME}</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{CUSTOM_DNS_ERROR}</span>\n        </td>\n    </tr>\n    <!-- EDP: custom_dns_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_HTACCESS_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: htaccess_message -->\n    <tr>\n        <td>{TR_HTACCESS_MESSAGE}</td>\n    </tr>\n    <!-- EDP: htaccess_message -->\n    <!-- BDP: htaccess_item -->\n    <tr>\n        <td>\n            <p>\n                <span class=\"bold\">{HTACCESS_NAME} ({HTACCESS_TYPE})</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{HTACCESS_ERROR}</span></td>\n    </tr>\n    <!-- EDP: htaccess_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_FTP_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: ftp_message -->\n    <tr>\n        <td>{TR_FTP_MESSAGE}</td>\n    </tr>\n    <!-- EDP: ftp_message -->\n    <!-- BDP: ftp_item -->\n    <tr>\n        <td>\n            <p>\n                <span class=\"bold\">{FTP_NAME}</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{FTP_ERROR}</span></td>\n    </tr>\n    <!-- EDP: ftp_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_MAIL_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: mail_message -->\n    <tr>\n        <td>{TR_MAIL_MESSAGE}</td>\n    </tr>\n    <!-- EDP: mail_message -->\n    <!-- BDP: mail_item -->\n    <tr>\n        <td>\n            <p>\n                <span class=\"bold\">{MAIL_NAME}</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{MAIL_ERROR}</span></td>\n    </tr>\n    <!-- EDP: mail_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_IP_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: ip_message -->\n    <tr>\n        <td>{TR_IP_MESSAGE}</td>\n    </tr>\n    <!-- EDP: ip_message -->\n    <!-- BDP: ip_item -->\n    <tr>\n        <td>\n            <p>\n                <span class=\"bold\">{IP_NAME}</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{IP_ERROR}</span>\n        </td>\n    </tr>\n    <!-- EDP: ip_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_PLUGIN_ITEM_ERRORS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: plugin_item_message -->\n    <tr>\n        <td>{TR_PLUGIN_ITEM_MESSAGE}</td>\n    </tr>\n    <!-- EDP: plugin_item_message -->\n    <!-- BDP: plugin_item_item -->\n    <tr>\n        <td width=\"100%\">\n            <p style=\"width: 100%;\">\n                <span class=\"bold\">{PLUGIN_NAME}</span>\n                <span style=\"float: right\"><a href=\"imscp_debugger.php?action=change&amp;id={CHANGE_ID}&amp;type={CHANGE_TYPE}&amp;table={TABLE}&amp;field={FIELD}\" class=\"link_as_button\">{TR_CHANGE_STATUS}</a></span>\n            </p>\n            <span style=\"color:red;font-weight:bold;\">{PLUGIN_ITEM_ERROR}</span>\n\n        </td>\n    </tr>\n    <!-- EDP: plugin_item_item -->\n    </tbody>\n</table>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_PENDING_TASKS} ({EXEC_COUNT})</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td><a href=\"imscp_debugger.php?action=run\" class=\"link_as_button\">{TR_EXEC_TASKS}</a></td>\n    </tr>\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/admin/imscp_updates.tpl",
    "content": "\n<!-- BDP: update_info -->\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_UPDATE_INFO}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td><strong>{TR_RELEASE_VERSION}</strong></td>\n        <td>{RELEASE_VERSION}</td>\n    </tr>\n    <tr>\n        <td><strong>{TR_RELEASE_DESCRIPTION}</strong></td>\n        <td>{RELEASE_DESCRIPTION}</td>\n    </tr>\n    <tr>\n        <td><strong>{TR_RELEASE_DATE}</strong></td>\n        <td>{RELEASE_DATE}</td>\n    </tr>\n    <tr>\n        <td><strong>{TR_DOWNLOAD_LINKS}</strong></td>\n        <td>\n            <ul>\n                <li><a href=\"{TARBALL_URL}\">{TR_DOWNLOAD_TAR}</a></li>\n                <li><a href=\"{ZIPBALL_URL}\">{TR_DOWNLOAD_ZIP}</a></li>\n            </ul>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<!-- EDP: update_info -->\n"
  },
  {
    "path": "gui/themes/default/admin/index.tpl",
    "content": "\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_PROPERTIES}</th>\n        <th>{TR_VALUES}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_ADMIN_USERS}</td>\n        <td>{ADMIN_USERS}</td>\n    </tr>\n    <tr>\n        <td>{TR_RESELLER_USERS}</td>\n        <td>{RESELLER_USERS}</td>\n    </tr>\n    <tr>\n        <td>{TR_NORMAL_USERS}</td>\n        <td>{NORMAL_USERS}</td>\n    </tr>\n    <tr>\n        <td>{TR_DOMAINS}</td>\n        <td>{DOMAINS}</td>\n    </tr>\n    <tr>\n        <td>{TR_SUBDOMAINS}</td>\n        <td>{SUBDOMAINS}</td>\n    </tr>\n    <tr>\n        <td>{TR_DOMAINS_ALIASES}</td>\n        <td>{DOMAINS_ALIASES}</td>\n    </tr>\n    <tr>\n        <td>{TR_MAIL_ACCOUNTS}</td>\n        <td>{MAIL_ACCOUNTS}</td>\n    </tr>\n    <tr>\n        <td>{TR_FTP_ACCOUNTS}</td>\n        <td>{FTP_ACCOUNTS}</td>\n    </tr>\n    <tr>\n        <td>{TR_SQL_DATABASES}</td>\n        <td>{SQL_DATABASES}</td>\n    </tr>\n    <tr>\n        <td>{TR_SQL_USERS}</td>\n        <td>{SQL_USERS}</td>\n    </tr>\n    </tbody>\n</table>\n<h2 class=\"traffic\"><span>{TR_SERVER_TRAFFIC}</span></h2>\n<div class=\"graph\">\n    <span style=\"width:{TRAFFIC_PERCENT_WIDTH}%\">&nbsp;</span>\n    <strong>{TRAFFIC_PERCENT}%</strong>\n</div>\n<p>{TRAFFIC_WARNING}</p>\n"
  },
  {
    "path": "gui/themes/default/admin/ip_manage.tpl",
    "content": "<script>\n    $(function () {\n        function flashMessage(type, message) {\n            $(\".flash_message\").remove();\n            $(\"<div>\", {\n                \"class\": \"flash_message \" + type,\n                \"html\": $.parseHTML(message)\n            }).prependTo(\".body\").trigger(\"message_timeout\");\n        }\n        \n        function doRequest(data) {\n            return $.post(\"/admin/ip_manage.php\", data, null, \"json\").done(function () {\n                window.location.href = \"/admin/ip_manage.php\";\n            }).fail(function (jqXHR) {\n                if (jqXHR.status == 403) {\n                    window.location.replace(\"/index.php\");\n                } else {\n                    flashMessage(\"error\", jqXHR.responseJSON.message);\n                }\n            });\n        }\n\n        $.each(imscp_i18n.core.err_fields_stack, function () {\n            $(\"#\" + this).css(\"border-color\", \"#ca1d11\");\n        });\n\n        var $ipNumber = $(\"#ip_number\");\n        var $netmask = $(\"#ip_netmask\");\n        var $ipCard = $(\"#ip_card\");\n        \n        $('.datatable').dataTable({\n            language: imscp_i18n.core.dataTable,\n            stateSave: true,\n            pagingType: \"simple\",\n            columnDefs: [{ sortable: false, searchable: false, targets: [3, 4] }]\n        }).on(\"change\", \".radio\", function () {\n            var $this = $(this);\n            doRequest($this.parent().find(\"input\").serialize()).fail(function () {\n                $this.find('input:not(:checked)').prop('checked', true).button('refresh');\n             });\n            return false;\n        }).find(\"tbody > tr\").each(function () { // Make some fields editable at runtime\n            $(this).find(\"td\").slice(1, 3).each(function () {\n                var $el = $(this).find(\"span\").filter(\":first\");\n                if (!$el.data(\"editable\"))\n                    return;\n\n                $el.addClass(\"tips\");\n                $el.before($(\"<span>\", { \"class\": \"icon i_help\", \"title\": imscp_i18n.core.edit_tooltip }).tooltip({\n                    tooltipClass: \"ui-tooltip-notice\", track: true\n                }), \"&nbsp;\").on(\"click\", function () {\n                    var $elDeepCopy = $el.clone(true);\n                    var $newEl = $('<span>');\n\n                    $(this).replaceWith(function () {\n                        switch ($(this).data(\"type\")) {\n                            case \"netmask\":\n                                $newEl.append($netmask.clone().attr(\n                                    'max', $(this).data(\"ip\").indexOf(\":\") != -1 ? 64 : 32\n                                ).val($(this).text()).css({ \"min-width\": \"unset\", \"width\": \"40px\" }));\n                                break;\n                            case \"card\":\n                                $newEl.append($ipCard.clone().val($el.text()));\n                                break;\n                        }\n\n                        $newEl.append($('<input>', { \"type\": \"hidden\", \"name\": \"ip_id\", \"value\": $(this).data(\"ip-id\") }));\n                        $newEl.on(\"blur\", \"input, select\", function () {\n                            if ($(this).val() != $el.text()) {\n                                doRequest($(this).parent().find('input, select').serialize());\n                            }\n\n                            $el = $elDeepCopy;\n                            $el.text($(this).val());\n                            $(this).parent().replaceWith($el);\n                        });\n\n                        return $newEl;\n                    });\n\n                    $newEl.children(\":first\").focus();\n                });\n            });\n        });\n\n        var ipv6colC = $ipNumber.val().split(':', 3).length;\n        $ipNumber.on(\"keyup paste copy cut\", function (e, keepNetmaskVal) {\n            var element = this;\n            setTimeout(function() {\n                var isIPv6 = $(element).val().indexOf(\":\") != -1;\n                $netmask.attr(isIPv6 ? { min: 1, max: 128} : { min: 1, max: 32 });\n                var ipv6NColC = $(element).val().split(':', 3).length;\n                if (!keepNetmaskVal\n                    && ((ipv6colC < 3 || (ipv6colC < 3 && ipv6NColC < 3)) || parseInt($netmask.val()) > parseInt($netmask.attr(\"max\")) )) {\n                    $netmask.val(isIPv6 ? 64 : 24)\n                }\n\n                ipv6colC = ipv6NColC;\n            }, 0)\n        }).trigger(\"change\", true);\n\n        $(\".i_delete\").on(\"click\", function () {\n            return jQuery.imscp.confirmOnclick(this, sprintf(imscp_i18n.core.confirm_deletion_msg, $(this).data(\"ip\")));\n        });\n    });\n</script>\n<p class=\"hint\" style=\"font-variant: small-caps;font-size: small;\">{TR_TIP}</p>\n<br>\n<!-- BDP: ip_addresses_block -->\n<table class=\"datatable\">\n    <thead>\n    <tr>\n        <th>{TR_IP}</th>\n        <th>{TR_IP_NETMASK}</th>\n        <th>{TR_NETWORK_CARD}</th>\n        <th>{TR_CONFIG_MODE}</th>\n        <th>{TR_ACTION}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: ip_address_block -->\n    <tr>\n        <td>{IP}</td>\n        <td><span data-editable=\"{IP_EDITABLE}\" data-type=\"netmask\" data-ip=\"{IP}\" data-ip-id=\"{IP_ID}\">{IP_NETMASK}</span></td>\n        <td><span data-editable=\"{IP_EDITABLE}\" data-type=\"card\" data-ip-id=\"{IP_ID}\">{NETWORK_CARD}</span></td>\n        <td>\n            <!-- BDP: ip_config_mode_block -->\n            <div class=\"radio\">\n                <input type=\"radio\" name=\"ip_config_mode[{IP_ID}]\" id=\"ip_config_mode_auto_{IP_ID}\" value=\"auto\"{IP_CONFIG_AUTO}>\n                <label for=\"ip_config_mode_auto_{IP_ID}\">{TR_AUTO}</label>\n                <input type=\"radio\" name=\"ip_config_mode[{IP_ID}]\" id=\"ip_config_mode_manual_{IP_ID}\" value=\"manual\"{IP_CONFIG_MANUAL}>\n                <label for=\"ip_config_mode_manual_{IP_ID}\">{TR_MANUAL}</label>\n            </div>\n            <input type=\"hidden\" name=\"ip_id\" value=\"{IP_ID}\">\n            <!-- EDP: ip_config_mode_block -->\n        </td>\n        <td>\n            <!-- BDP: ip_action_delete -->\n            <a class=\"icon i_delete\" href=\"ip_delete.php?ip_id={ACTION_IP_ID}\" data-ip=\"{IP}\"\n               title=\"{ACTION_NAME}\">{ACTION_NAME}</a>\n            <!-- EDP: ip_action_delete -->\n        </td>\n    </tr>\n    <!-- EDP: ip_address_block -->\n    </tbody>\n</table>\n<!-- EDP: ip_addresses_block -->\n<!-- BDP: ip_address_form_block -->\n<form name=\"addIpFrm\" method=\"post\" action=\"ip_manage.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_ADD_NEW_IP}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"ip_card\">{TR_NETWORK_CARD}</label></td>\n            <td>\n                <select name=\"ip_card\" id=\"ip_card\">\n                    <!-- BDP: network_card_block -->\n                    <option{SELECTED}>{NETWORK_CARD}</option>\n                    <!-- EDP: network_card_block -->\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"ip_number\">{TR_IP} / {TR_IP_NETMASK}</label></td>\n            <td>\n                <input name=\"ip_number\" id=\"ip_number\" type=\"text\" value=\"{VALUE_IP}\" style=\"min-width:300px\" maxlength=\"45\">\n                <strong>/</strong>\n                <label><input name=\"ip_netmask\" id=\"ip_netmask\" type=\"number\" value=\"{VALUE_IP_NETMASK}\" style=\"min-width:40px\" min=\"1\" max=\"32\"></label>\n            </td>\n        </tr>\n        <tr>\n            <td>\n                {TR_CONFIG_MODE}\n                <span class=\"tips icon i_help\" title=\"{TR_CONFIG_MODE_TOOLTIPS}\"></span></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"ip_config_mode\" id=\"ip_config_mode_auto\" value=\"auto\"{IP_CONFIG_AUTO}>\n                    <label for=\"ip_config_mode_auto\">{TR_AUTO}</label>\n                    <input type=\"radio\" name=\"ip_config_mode\" id=\"ip_config_mode_manual\" value=\"manual\"{IP_CONFIG_MANUAL}>\n                    <label for=\"ip_config_mode_manual\">{TR_MANUAL}</label>\n                </div>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <button name=\"Submit\" type=\"submit\">{TR_ADD}</button>\n        <a class=\"link_as_button\" href=\"settings.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n<!-- EDP: ip_address_form_block -->\n"
  },
  {
    "path": "gui/themes/default/admin/ip_usage.tpl",
    "content": "\n<!-- BDP: ip_row -->\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{IP}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td colspan=\"2\"><span class=\"bold\">{RECORD_COUNT}</span></td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <tr>\n        <td><span class=\"bold\">{TR_DOMAIN_NAME}</span></td>\n        <td><span class=\"bold\">{TR_RESELLER_NAME}</span></td>\n    </tr>\n    <!-- BDP: domain_row -->\n    <tr>\n        <td>{DOMAIN_NAME}</td>\n        <td>{RESELLER_NAME}</td>\n    </tr>\n    <!-- EDP: domain_row -->\n    </tbody>\n</table>\n<!-- EDP: ip_row -->\n"
  },
  {
    "path": "gui/themes/default/admin/language.tpl",
    "content": "\n<!-- BDP: languages_available -->\n<form name=\"adminChangeLanguage\" method=\"post\" action=\"language.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_LANGUAGE}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"def_language\">{TR_CHOOSE_LANGUAGE}</label></td>\n            <td>\n                <select name=\"def_language\" id=\"def_language\">\n                    <!-- BDP: def_language -->\n                    <option value=\"{LANG_VALUE}\" {LANG_SELECTED}>{LANG_NAME}</option>\n                    <!-- EDP: def_language -->\n                </select>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n    </div>\n</form>\n<!-- EDP: languages_available -->\n"
  },
  {
    "path": "gui/themes/default/admin/layout.tpl",
    "content": "\n<table>\n    <thead>\n    <tr>\n        <th>{TR_LOGO_FILE}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: logo_remove_button -->\n    <tr>\n        <td style=\"text-align:center;\">\n            <form name=\"ispLogoDeleteFrm\" method=\"post\" enctype=\"application/x-www-form-urlencoded\" action=\"layout.php\">\n                <img src=\"{OWN_LOGO}\" title=\"ISP Logo\" alt=\"ISP Logo\"/>\n\n                <div class=\"buttons\">\n                    <input type=\"hidden\" name=\"uaction\" value=\"deleteIspLogo\"/>\n                    <input name=\"Submit\" type=\"submit\" value=\"{TR_REMOVE}\"/>\n                </div>\n            </form>\n        </td>\n    </tr>\n    <!-- EDP: logo_remove_button -->\n    <tr>\n        <td>\n            <form name=\"ispLogoUpdateFrm\" method=\"post\" enctype=\"multipart/form-data\" action=\"layout.php\">\n                <input type=\"file\" name=\"logoFile\">\n\n                <div class=\"buttons\" style=\"display: inline;\">\n                    <input type=\"hidden\" name=\"uaction\" value=\"updateIspLogo\">\n                    <input name=\"Submit\" type=\"submit\" value=\"{TR_UPLOAD}\">\n                </div>\n            </form>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<!-- BDP: layout_colors_block -->\n<form name=\"layoutColorFrm\" method=\"post\" action=\"layout.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_LAYOUT_COLOR}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"layoutColor\">{TR_CHOOSE_LAYOUT_COLOR}</label></td>\n            <td>\n                <select name=\"layoutColor\" id=\"layoutColor\">\n                    <!-- BDP: layout_color_block -->\n                    <option value=\"{COLOR}\" {SELECTED_COLOR}>{COLOR}</option>\n                    <!-- EDP: layout_color_block -->\n                </select>\n                <input type=\"hidden\" name=\"uaction\" value=\"changeLayoutColor\">\n                <input name=\"Submit\" type=\"submit\" value=\"{TR_CHANGE}\">\n            </td>\n        </tr>\n        </tbody>\n    </table>\n</form>\n<!-- EDP: layout_colors_block -->\n<form name=\"otherSettings\" method=\"post\" action=\"layout.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_OTHER_SETTINGS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"mainMenuShowLabels\">{TR_MAIN_MENU_SHOW_LABELS}</label></td>\n            <td>\n                <select name=\"mainMenuShowLabels\" id=\"mainMenuShowLabels\">\n                    <option value=\"0\"{MAIN_MENU_SHOW_LABELS_OFF}>{TR_DISABLED}</option>\n                    <option value=\"1\"{MAIN_MENU_SHOW_LABELS_ON}>{TR_ENABLED}</option>\n                </select>\n                <input type=\"hidden\" name=\"uaction\" value=\"changeShowLabels\">\n                <input name=\"Submit\" type=\"submit\" value=\"{TR_CHANGE}\">\n            </td>\n        </tr>\n        </tbody>\n    </table>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/manage_reseller_owners.phtml",
    "content": "<script>\n    $(function () {\n        var $oTable = $('.datatable').dataTable(\n            {\n                language: <?= getDataTablesPluginTranslations(true, ['emptyTable' =>  tr('No reseller found for the selected administrator.')]); ?>,\n                displayLength: 10,\n                stateSave: true,\n                pagingType: \"simple\"\n            }\n        );\n\n        $(\".dataTables_paginate\").on(\"click\", function () {\n            $oTable.find(\"thead input[type=checkbox],tfoot input[type=checkbox]\").prop('checked', false);\n        });\n        $oTable.find(\"tbody\").on(\"click\", \"input[type=checkbox]\", function () {\n            $oTable.find(\"thead input[type=checkbox],tfoot input[type=checkbox]\").prop(\"checked\", false);\n        });\n        $oTable.find(\"thead :checkbox, tfoot input[type=checkbox]\").click(function (e) {\n            if ($oTable.find(\"tbody input[type=checkbox]\").length !== 0) {\n                $oTable.find(\"input[type=checkbox]\").prop(\"checked\", $(this).is(\":checked\"));\n                return;\n            }\n\n            e.preventDefault();\n        });\n\n        if($oTable.fnSettings().fnRecordsTotal() < 1) {\n            $(\"input[type=submit]\").remove();\n        } else {\n            $(\"form\").on('submit', function ($e) {\n                var $form = $(this);\n\n                if($form.get(0).uaction.value === 'change_from') {\n                    return true;\n                }\n\n                $e.preventDefault();\n                $form.find(\"#Submit\").blur();\n\n                if ($(\"input[type=checkbox]:checked\", $oTable.fnGetNodes()).length < 1) {\n                    alert(\"<?= tojs(tr('You must select at least one reseller.')); ?>\");\n                    return false;\n                }\n\n                return jQuery.imscp.confirm(\n                    \"<?= tojs(tr('Are you sure you want to move the selected resellers?')); ?>\",\n                    function (ret) {\n                        if (ret) {\n                            $form.get(0).submit();\n                        }\n                    }\n                );\n            });\n        }\n\n        $(\"#from_administrator,#to_administrator\").on('change', function() {\n            var $toUpdId = $(\"#\"+($(this).attr('id') === 'from_administrator' ? 'to_administrator' : 'from_administrator'));\n            var thisElVal = this.value;\n\n            if (thisElVal !== $toUpdId.val()) {\n                return;\n            }\n\n            $(\"option\", $toUpdId).each(function () {\n                if (this.value !== thisElVal) {\n                    $toUpdId.val(this.value).trigger('change');\n                    return false;\n                }\n            });\n        });\n        $(\"#from_administrator\").trigger('change').on('change', function () {\n            var $form = $(\"form\");\n            $form.get(0).uaction.value = 'change_from';\n            $form.submit();\n        });\n    });\n</script>\n<p class=\"message static_info\">\n    <?= tohtml(tr('Below you can move resellers from an administrator to another administrator by selecting them and clicking the submit button.')); ?><br>\n</p>\n<form action=\"manage_reseller_owners.php\" method=\"post\">\n    <table class=\"datatable\">\n        <thead>\n        <tr>\n            <th><label><input type=\"checkbox\" id=\"select_all\"></label></th>\n            <th><?= tohtml(tr('Reseller name')); ?></th>\n        </tr>\n        </thead>\n        <tfoot>\n        <tr>\n            <td><label><input type=\"checkbox\" id=\"select_all\"></label></td>\n            <td><?= tohtml(tr('Reseller name')); ?></td>\n        </tr>\n        </tfoot>\n        <tbody>\n        <!-- BDP: from_administrator_resellers_list -->\n        <!-- BDP: from_administrator_reseller_item -->\n        <tr>\n            <td><input id=\"reseller_id_{RESELLER_ID}\" type=\"checkbox\" name=\"administrator_resellers[]\" value=\"{RESELLER_ID}\"{ADMINISTRATOR_RESELLER_CHECKED}></td>\n            <td><label for=\"reseller_id_{RESELLER_ID}\">{RESELLER_NAME}</label></td>\n        </tr>\n        <!-- EDP: from_administrator_reseller_item -->\n        <!-- EDP: from_administrator_resellers_list -->\n        </tbody>\n        <tbody>\n        <tr style=\"background-color:#b0def5\">\n            <td colspan=\"2\" class=\"buttons\">\n                <label for=\"from_administrator\"><?= tohtml(tr('From administrator')); ?></label>\n                <select name=\"from_administrator\" id=\"from_administrator\">\n                    <!-- BDP: from_administrator_item -->\n                    <option value=\"{FROM_ADMINISTRATOR_ID}\"{FROM_ADMINISTRATOR_SELECTED}>{FROM_ADMINISTRATOR_NAME}</option>\n                    <!-- EDP: from_administrator_item -->\n                </select>\n                <label for=\"to_administrator\"><?= tohtml(tr('to administrator')) ;?></label>\n                <select name=\"to_administrator\" id=\"to_administrator\">\n                    <!-- BDP: to_administrator_item -->\n                    <option value=\"{TO_ADMINISTRATOR_ID}\"{TO_ADMINISTRATOR_SELECTED}>{TO_ADMINISTRATOR_NAME}</option>\n                    <!-- EDP: to_administrator_item -->\n                </select>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"submit\" id=\"Submit\" value=\"<?= tohtml(tr('Move selected resellers'), 'htmlAttr');?>\">\n        <input type=\"hidden\" name=\"uaction\" value=\"move_resellers\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/manage_reseller_users.phtml",
    "content": "\n<script>\n    $(function () {\n        var $oTable = $('.datatable').dataTable(\n            {\n                language: <?= getDataTablesPluginTranslations(true, ['emptyTable' =>  tr('No customer found for the selected reseller.')]); ?>,\n                displayLength: 10,\n                stateSave: true,\n                pagingType: \"simple\"\n            }\n        );\n\n        $(\".dataTables_paginate\").on(\"click\", function () {\n            $oTable.find(\"thead input[type=checkbox],tfoot input[type=checkbox]\").prop('checked', false);\n        });\n        $oTable.find(\"tbody\").on(\"click\", \"input[type=checkbox]\", function () {\n            $oTable.find(\"thead input[type=checkbox],tfoot input[type=checkbox]\").prop(\"checked\", false);\n        });\n        $oTable.find(\"thead :checkbox, tfoot input[type=checkbox]\").click(function (e) {\n            if ($oTable.find(\"tbody input[type=checkbox]\").length !== 0) {\n                $oTable.find(\"input[type=checkbox]\").prop(\"checked\", $(this).is(\":checked\"));\n                return;\n            }\n\n            e.preventDefault();\n        });\n        \n        if($oTable.fnSettings().fnRecordsTotal() < 1) {\n            $(\"input[type=submit]\").remove();\n        } else {\n            $(\"form\").on('submit', function ($e) {\n                var $form = $(this);\n\n                if($form.get(0).uaction.value === 'change_from') {\n                    return true;\n                }\n\n                $e.preventDefault();\n                $form.find(\"#Submit\").blur();\n\n                if ($(\"input[type=checkbox]:checked\", $oTable.fnGetNodes()).length < 1) {\n                    alert(\"<?= tojs(tr('You must select at least one customer.')); ?>\");\n                    return false;\n                }\n\n                return jQuery.imscp.confirm(\n                    \"<?= tojs(tr('Are you sure you want to move the selected customers?')); ?>\",\n                    function (ret) {\n                        if (ret) {\n                            $form.get(0).submit();\n                        }\n                    }\n                );\n            });\n        }\n\n        $(\"#from_reseller,#to_reseller\").on('change', function() {\n            var $toUpdId = $(\"#\"+($(this).attr('id') === 'from_reseller' ? 'to_reseller' : 'from_reseller'));\n            var thisElVal = this.value;\n\n            if (thisElVal !== $toUpdId.val()) {\n                return;\n            }\n\n            $(\"option\", $toUpdId).each(function () {\n                if (this.value !== thisElVal) {\n                    $toUpdId.val(this.value).trigger('change');\n                    return false;\n                }\n            });\n        });\n        $(\"#from_reseller\").trigger('change').on('change', function () {\n            var $form = $(\"form\");\n            $form.get(0).uaction.value = 'change_from';\n            $form.submit();\n        });        \n    });\n</script>\n<p class=\"message static_info\">\n    <?= tohtml(tr('Below you can move customers from a reseller to another reseller by selecting them and clicking the submit button.')); ?><br>\n    <?= tohtml(tr('When you move a customer to another reseller, limits and permissions of that reseller are automatically extended when necessary, according the customer own limits and permissions.')); ?>\n</p>\n<form action=\"manage_reseller_users.php\" method=\"post\">\n    <table class=\"datatable\">\n        <thead>\n        <tr>\n            <th><label><input type=\"checkbox\" id=\"select_all\"></label></th>\n            <th><?= tohtml(tr('Customer name')); ?></th>\n        </tr>\n        </thead>\n        <tfoot>\n        <tr>\n            <td><label><input type=\"checkbox\" id=\"select_all\"></label></td>\n            <td><?= tohtml(tr('Customer name')); ?></td>\n        </tr>\n        </tfoot>\n        <tbody>\n        <!-- BDP: from_reseller_customers_list -->\n        <!-- BDP: from_reseller_customer_item -->\n        <tr>\n            <td><input id=\"customer_id_{CUSTOMER_ID}\" type=\"checkbox\" name=\"reseller_customers[]\" value=\"{CUSTOMER_ID}\"{RESELLER_CUSTOMER_CHECKED}></td>\n            <td><label for=\"customer_id_{CUSTOMER_ID}\">{CUSTOMER_NAME}</label></td>\n        </tr>\n        <!-- EDP: from_reseller_customer_item -->\n        <!-- EDP: from_reseller_customers_list -->\n        </tbody>\n        <tbody>\n        <tr style=\"background-color:#b0def5\">\n            <td colspan=\"2\" class=\"buttons\">\n                <label for=\"from_reseller\"><?= tohtml(tr('From reseller')); ?></label>\n                <select name=\"from_reseller\" id=\"from_reseller\">\n                    <!-- BDP: from_reseller_item -->\n                    <option value=\"{FROM_RESELLER_ID}\"{FROM_RESELLER_SELECTED}>{FROM_RESELLER_NAME}</option>\n                    <!-- EDP: from_reseller_item -->\n                </select>\n                <label for=\"to_reseller\"><?= tohtml(tr('to reseller')) ;?></label>\n                <select name=\"to_reseller\" id=\"to_reseller\">\n                    <!-- BDP: to_reseller_item -->\n                    <option value=\"{TO_RESELLER_ID}\"{TO_RESELLER_SELECTED}>{TO_RESELLER_NAME}</option>\n                    <!-- EDP: to_reseller_item -->\n                </select>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"submit\" id=\"Submit\" value=\"<?= tohtml(tr('Move selected customers'), 'htmlAttr');?>\">\n        <input type=\"hidden\" name=\"uaction\" value=\"move_customers\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/multilanguage.phtml",
    "content": "<!-- BDP: language_block_js -->\n<script>\n    $(function () {\n        $('#languagesTable').find(\"input[type=radio]\").button().change(function () {\n            $(this).closest(\"form\").submit();\n        }).closest(\"table\").dataTable({\n            language: <?= getDataTablesPluginTranslations(); ?>,\n            stateSave: true,\n            pagingType: \"simple\",\n            columnDefs: [\n                {type: \"natural\", targets: [1]},\n                {sortable: false, searchable: false, targets: [3]}\n            ]\n        });\n    });\n</script>\n<!-- EDP: language_block_js -->\n<!-- BDP: languages_block -->\n<table class=\"firstColFixed\" id=\"languagesTable\">\n    <thead>\n    <tr>\n        <th>{TR_LANGUAGE_NAME}</th>\n        <th>{TR_NUMBER_TRANSLATED_STRINGS}</th>\n        <th>{TR_LANGUAGE_CREATION_DATE}</th>\n        <th>{TR_LAST_TRANSLATOR}</th>\n        <th>{TR_DEFAULT_LANGUAGE}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: language_block -->\n    <tr>\n        <td><label for=\"defaultLanguage_{LOCALE}\"><span class=\"icon i_locale\">{LANGUAGE_NAME}</span></label></td>\n        <td>{NUMBER_TRANSLATED_STRINGS}</td>\n        <td>{LANGUAGE_CREATION_DATE}</td>\n        <td>{LAST_TRANSLATOR}</td>\n        <td>\n            <form method=\"post\">\n                <label for=\"radio_defaultLanguage_{LOCALE}\">{TR_DEFAULT}</label>\n                <input type=\"radio\" name=\"defaultLanguage\" id=\"radio_defaultLanguage_{LOCALE}\" value=\"{LOCALE}\"{LOCALE_CHECKED}>\n                <input type=\"hidden\" name=\"uaction\" id=\"uaction\" value=\"changeLanguage\">\n            </form>\n        </td>\n    </tr>\n    <!-- EDP: language_block -->\n    </tbody>\n    <tbody>\n    <tr>\n        <td class=\"buttons\" colspan=\"5\" style=\"background-color: #b0def5\">\n            <form method=\"post\">\n                <input name=\"rebuildIndex\" type=\"submit\" value=\"{TR_REBUILD_INDEX}\">\n                <input type=\"hidden\" name=\"uaction\" id=\"uaction\" value=\"rebuildIndex\">\n            </form>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<!-- EDP: languages_block -->\n<form method=\"post\" enctype=\"multipart/form-data\">\n    <table>\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_IMPORT_NEW_LANGUAGE}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_LANGUAGE_FILE} <span class=\"icon i_help\" title=\"{TR_UPLOAD_HELP}\"></span></td>\n            <td>\n                <input type=\"file\" name=\"languageFile\">\n                <input name=\"uploadLanguage\" type=\"submit\" value=\"{TR_IMPORT}\">\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <input type=\"hidden\" name=\"uaction\" id=\"uaction\" value=\"uploadLanguage\">\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/navigation.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\nuse iMSCP\\Assertion\\AdminCanMoveCustomersAssertion;\nuse iMSCP\\Assertion\\AdminCanMoveResellersAssertion;\nuse iMSCP\\Assertion\\AdminCanViewAntiAntiRootkitsAssertion;\nuse iMSCP\\Assertion\\AdminCanViewImscpUpdatesAssertion;\nuse iMSCP\\Assertion\\AdminCanViewIpUsageStatisticsAssertion;\nuse iMSCP\\Assertion\\AdminCanViewResellerStatisticsAssertion;\nuse iMSCP\\Assertion\\AdminHasCircularFeatureAssertion;\nuse iMSCP\\Assertion\\AdminHasSupportFeatureAssertion;\n\nreturn [\n    'general'      => [\n        'label' => tr('General'),\n        'uri'   => '/admin/index.php',\n        'class' => 'general',\n        'pages' => [\n            'account_overview'          => [\n                'label'       => tr('Accounts overview'),\n                'uri'         => '/admin/index.php',\n                'title_class' => 'general'\n            ],\n            'admin_log'         => [\n                'label'       => tr('Admin log'),\n                'uri'         => '/admin/admin_log.php',\n                'title_class' => 'adminlog'\n            ],\n            'services_statuses' => [\n                'label'       => tr('Service statuses'),\n                'uri'         => '/admin/service_statuses.php',\n                'title_class' => 'serverstatus'\n            ],\n        ]\n    ],\n    'users'        => [\n        'label' => tr('Users'),\n        'uri'   => '/admin/users.php',\n        'class' => 'manage_users',\n        'pages' => [\n            'overview'             => [\n                'label'       => tr('Overview'),\n                'uri'         => '/admin/users.php',\n                'title_class' => 'users',\n                'pages'       => [\n                    'user_edit'     => [\n                        'label'       => '{TR_DYNAMIC_TITLE}',\n                        'uri'         => '/admin/user_edit.php',\n                        'title_class' => '{DYNAMIC_TITLE_CLASS}',\n                    ],\n                    'reseller_edit' => [\n                        'label'       => tr('Edit reseller'),\n                        'uri'         => '/admin/reseller_edit.php',\n                        'title_class' => 'user_green',\n                    ],\n                    'domain_detail' => [\n                        'label'       => tr('Domain details'),\n                        'uri'         => '/admin/domain_details.php',\n                        'title_class' => 'general',\n                    ]\n                ]\n            ],\n            'add_admin'            => [\n                'label'       => tr('Add admin'),\n                'uri'         => '/admin/admin_add.php',\n                'title_class' => 'user_yellow'\n            ],\n            'add_reseller'         => [\n                'label'       => tr('Add reseller'),\n                'uri'         => '/admin/reseller_add.php',\n                'title_class' => 'user_green'\n            ],\n            'resellers_assignment' => [\n                'label'       => tr('Reseller assignments'),\n                'uri'         => '/admin/manage_reseller_owners.php',\n                'title_class' => 'users2',\n                'resource'    => 'resellers_assignment',\n                'assertion'   => AdminCanMoveResellersAssertion::class,\n            ],\n            'customers_assignment' => [\n                'label'       => tr('Customer assignments'),\n                'uri'         => '/admin/manage_reseller_users.php',\n                'title_class' => 'users2',\n                'resource'    => 'customers_assignment',\n                'assertion'   => AdminCanMoveCustomersAssertion::class\n            ],\n            'circular'             => [\n                'label'       => tr('Circular'),\n                'uri'         => '/admin/circular.php',\n                'title_class' => 'email',\n                'resource'    => 'circular',\n                'assertion'   => AdminHasCircularFeatureAssertion::class,\n            ],\n            'sessions_management'  => [\n                'label'       => tr('Sessions'),\n                'uri'         => '/admin/sessions_manage.php',\n                'title_class' => 'users2'\n            ]\n        ]\n    ],\n    'system_tools' => [\n        'label' => tr('System tools'),\n        'uri'   => '/admin/system_info.php',\n        'class' => 'webtools',\n        'pages' => [\n            'overview'             => [\n                'label'       => tr('System information'),\n                'uri'         => '/admin/system_info.php',\n                'title_class' => 'tools'\n            ],\n            'maintenance_settings' => [\n                'label'       => tr('Maintenance settings'),\n                'uri'         => '/admin/settings_maintenance_mode.php',\n                'title_class' => 'maintenancemode'\n            ],\n            'updates'              => [\n                'label'       => tr('i-MSCP updates'),\n                'uri'         => '/admin/imscp_updates.php',\n                'title_class' => 'update',\n                'resource'    => 'imscp_updates',\n                'assertion'   => AdminCanViewImscpUpdatesAssertion::class,\n            ],\n            'debugger'             => [\n                'label'       => tr('Debugger'),\n                'uri'         => '/admin/imscp_debugger.php',\n                'title_class' => 'debugger'\n            ],\n            'rootkits_log'         => [\n                'label'       => tr('Anti-Rootkits Logs'),\n                'uri'         => '/admin/rootkit_log.php',\n                'title_class' => 'general',\n                'resource'    => 'antirootkits',\n                'assertion'   => AdminCanViewAntiAntiRootkitsAssertion::class\n            ]\n        ]\n    ],\n    'statistics'   => [\n        'label' => tr('Statistics'),\n        'uri'   => '/admin/server_statistic.php',\n        'class' => 'statistics',\n        'pages' => [\n            'server_statistic'     => [\n                'label'       => tr('Server statistics'),\n                'uri'         => '/admin/server_statistic.php',\n                'title_class' => 'stats'\n            ],\n            'resellers_statistics' => [\n                'label'       => tr('Reseller statistics'),\n                'uri'         => '/admin/reseller_statistics.php',\n                'title_class' => 'stats',\n                'resource'    => 'reseller_statistics',\n                'assertion'   => AdminCanViewResellerStatisticsAssertion::class,\n                'pages'       => [\n                    'reseller_user_statistics' => [\n                        'label'       => tr('User statistics'),\n                        'uri'         => '/admin/reseller_user_statistics.php',\n                        'title_class' => 'stats',\n                        'pages'       => [\n                            'reseller_user_statistics_detail' => [\n                                'label'       => tr('{USERNAME} user statistics'),\n                                'uri'         => '/admin/reseller_user_statistics_details.php',\n                                'title_class' => 'stats'\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'ip_usage'             => [\n                'label'       => tr('IP usage'),\n                'uri'         => '/admin/ip_usage.php',\n                'title_class' => 'ip',\n                'resource'    => 'ip_usage',\n                'assertion'   => AdminCanViewIpUsageStatisticsAssertion::class\n            ]\n        ]\n    ],\n    'support'      => [\n        'label'     => tr('Support'),\n        'uri'       => '/admin/ticket_system.php',\n        'class'     => 'support',\n        'resource'  => 'support',\n        'assertion' => AdminHasSupportFeatureAssertion::class,\n        'pages'     => [\n            'open_tickets'   => [\n                'label'       => tr('Open tickets'),\n                'uri'         => '/admin/ticket_system.php',\n                'title_class' => 'support',\n                'pages'       => [\n                    'view_ticket' => [\n                        'label'       => tr('View ticket'),\n                        'uri'         => '/admin/ticket_view.php',\n                        'title_class' => 'support'\n                    ]\n                ]\n            ],\n            'closed_tickets' => [\n                'label'       => tr('Closed tickets'),\n                'uri'         => '/admin/ticket_closed.php',\n                'title_class' => 'support'\n            ]\n        ]\n    ],\n    'settings'     => [\n        'label' => tr('Settings'),\n        'uri'   => '/admin/settings.php',\n        'class' => 'settings',\n        'pages' => [\n            'general_settings'    => [\n                'label'       => tr('General settings'),\n                'uri'         => '/admin/settings.php',\n                'title_class' => 'general'\n            ],\n            'ip_management'     => [\n                'label'       => tr('IP addresses'),\n                'uri'         => '/admin/ip_manage.php',\n                'title_class' => 'ip'\n            ],\n            'language'          => [\n                'label'       => tr('Languages'),\n                'uri'         => '/admin/multilanguage.php',\n                'title_class' => 'multilanguage'\n            ],\n            'lostpassword_mail' => [\n                'label'       => tr('Lost password email'),\n                'uri'         => '/admin/settings_lostpassword.php',\n                'title_class' => 'email'\n            ],\n            'menus'             => [\n                'label'       => tr('Menus'),\n                'uri'         => '/admin/custom_menus.php',\n                'title_class' => 'custom_link'\n            ],\n            'plugins'           => [\n                'label'       => tr('Plugins'),\n                'uri'         => '/admin/settings_plugins.php',\n                'title_class' => 'plugin'\n            ],\n            'server_traffic'    => [\n                'label'       => tr('Server traffic'),\n                'uri'         => '/admin/settings_server_traffic.php',\n                'title_class' => 'traffic'\n            ],\n            'service_ports'     => [\n                'label'       => tr('Service ports'),\n                'uri'         => '/admin/settings_ports.php',\n                'title_class' => 'general'\n            ],\n            'welcome_mail'      => [\n                'label'       => tr('Welcome email'),\n                'uri'         => '/admin/settings_welcome_mail.php',\n                'title_class' => 'email'\n            ],\n        ]\n    ],\n    'profile'      => [\n        'label' => tr('Profile'),\n        'uri'   => '/admin/profile.php',\n        'class' => 'profile',\n        'pages' => [\n            'account_summary' => [\n                'label'       => tr('Account summary'),\n                'uri'         => '/admin/profile.php',\n                'title_class' => 'profile'\n            ],\n            'language'        => [\n                'label'       => tr('Language'),\n                'uri'         => '/admin/language.php',\n                'title_class' => 'multilanguage',\n            ],\n            'layout'          => [\n                'label'       => tr('Layout'),\n                'uri'         => '/admin/layout.php',\n                'title_class' => 'layout'\n            ],\n            'password_change' => [\n                'label'       => tr('Password'),\n                'uri'         => '/admin/password_update.php',\n                'title_class' => 'profile'\n            ],\n            'personal_data'   => [\n                'label'       => tr('Personal data'),\n                'uri'         => '/admin/personal_change.php',\n                'title_class' => 'profile'\n            ]\n        ]\n    ]\n];\n"
  },
  {
    "path": "gui/themes/default/admin/reseller_add.phtml",
    "content": "<script>\n    $(function () {\n        $.each(imscp_i18n.core.error_field_stack, function (i, k) {\n            $(\"#\" + k).css(\"border-color\", \"#ca1d11\");\n        });\n\n        $(\"#datatable\").dataTable({\n            language: imscp_i18n.core.dataTable,\n            stateSave: true,\n            pagingType: \"simple\"\n        });\n    });\n</script>\n<form method=\"post\" action=\"reseller_add.php\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Login data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"admin_name\"><?= tohtml(tr('Username')); ?></label></td>\n            <td><input type=\"text\" name=\"admin_name\" id=\"admin_name\" value=\"<?= tohtml($this->form->getValue('admin_name'), 'htmlAttr'); ?>\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"password\"><?= tohtml(tr('Password')); ?></label></td>\n            <td><input type=\"password\" name=\"admin_pass\" id=\"password\" class=\"pwd_generator\" value=\"\" autocomplete=\"new-password\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\"><?= tohtml(tr('Password confirmation')); ?></label></td>\n            <td><input type=\"password\" name=\"admin_pass_confirmation\" id=\"cpassword\" value=\"\" autocomplete=\"new-password\" required></td>\n        </tr>\n        </tbody>\n    </table>\n    <!-- BDP: ips_block -->\n    <table class=\"firstColFixed datatable\">\n        <thead>\n        <tr>\n            <th>{TR_IP_ADDRESS}</th>\n            <th>{TR_ASSIGN}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: ip_block -->\n        <tr>\n            <td><label for=\"ip_{IP_ID}\">{IP_NUMBER}</label></td>\n            <td><input type=\"checkbox\" id=\"ip_{IP_ID}\" name=\"reseller_ips[]\" value=\"{IP_ID}\"{IP_ASSIGNED}></td>\n        </tr>\n        <!-- EDP: ip_block -->\n        </tbody>\n    </table>\n    <!-- EDP: ips_block -->\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_ACCOUNT_LIMITS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"max_dmn_cnt\">{TR_MAX_DMN_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_dmn_cnt\" id=\"max_dmn_cnt\" min=\"0\" value=\"{MAX_DMN_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_sub_cnt\">{TR_MAX_SUB_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_sub_cnt\" id=\"max_sub_cnt\" min=\"-1\" value=\"{MAX_SUB_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_als_cnt\">{TR_MAX_ALS_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_als_cnt\" id=\"max_als_cnt\" min=\"-1\" value=\"{MAX_ALS_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_mail_cnt\">{TR_MAX_MAIL_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_mail_cnt\" id=\"max_mail_cnt\" min=\"-1\" value=\"{MAX_MAIL_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_ftp_cnt\">{TR_MAX_FTP_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_ftp_cnt\" id=\"max_ftp_cnt\" min=\"-1\" value=\"{MAX_FTP_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_sql_db_cnt\">{TR_MAX_SQL_DB_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_sql_db_cnt\" id=\"max_sql_db_cnt\" min=\"-1\" value=\"{MAX_SQL_DB_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_sql_user_cnt\">{TR_MAX_SQL_USER_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_sql_user_cnt\" id=\"max_sql_user_cnt\" min=\"-1\" value=\"{MAX_SQL_USER_CNT}\">\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"max_traff_amnt\">{TR_MAX_TRAFF_AMNT}</label></td>\n            <td><input type=\"number\" name=\"max_traff_amnt\" id=\"max_traff_amnt\" min=\"0\" max=\"17592186044416\" value=\"{MAX_TRAFF_AMNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_disk_amnt\">{TR_MAX_DISK_AMNT}</label></td>\n            <td><input type=\"number\" name=\"max_disk_amnt\" id=\"max_disk_amnt\" min=\"0\" max=\"17592186044416\" value=\"{MAX_DISK_AMNT}\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_FEATURES}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label>{TR_PHP_EDITOR}</label></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_yes\" value=\"yes\"{PHP_INI_SYSTEM_YES}>\n                    <label for=\"php_ini_system_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_no\" value=\"no\"{PHP_INI_SYSTEM_NO}>\n                    <label for=\"php_ini_system_no\">{TR_NO}</label>\n                </div>\n                <button type=\"button\" id=\"php_editor_dialog_open\">{TR_SETTINGS}</button>\n                <div id=\"php_editor_dialog\" title=\"{TR_PHP_EDITOR_SETTINGS}\">\n                    <div class=\"php_editor_error static_success\">\n                        <span id=\"php_editor_msg_default\">{TR_FIELDS_OK}</span>\n                    </div>\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_PERMISSIONS}</th>\n                        </tr>\n                        </thead>\n                        <tbody>\n                        <tr>\n                            <td>\n                                {TR_PHP_INI_AL_ALLOW_URL_FOPEN}\n                                <span class=\"icon i_help\" title=\"{TR_PHP_INI_PERMISSION_HELP}\"></span>\n                            </td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"php_ini_al_allow_url_fopen\" id=\"php_ini_al_allow_url_fopen_yes\" value=\"yes\"{PHP_INI_AL_ALLOW_URL_FOPEN_YES}>\n                                    <label for=\"php_ini_al_allow_url_fopen_yes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"php_ini_al_allow_url_fopen\" id=\"php_ini_al_allow_url_fopen_no\" value=\"no\"{PHP_INI_AL_ALLOW_URL_FOPEN_NO}>\n                                    <label for=\"php_ini_al_allow_url_fopen_no\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <tr>\n                            <td>\n                                {TR_PHP_INI_AL_DISPLAY_ERRORS}\n                                <span class=\"icon i_help\" title=\"{TR_PHP_INI_PERMISSION_HELP}\"></span>\n                            </td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"php_ini_al_display_errors\" id=\"php_ini_al_display_errors_yes\" value=\"yes\"{PHP_INI_AL_DISPLAY_ERRORS_YES}>\n                                    <label for=\"php_ini_al_display_errors_yes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"php_ini_al_display_errors\" id=\"php_ini_al_display_errors_no\" value=\"no\"{PHP_INI_AL_DISPLAY_ERRORS_NO}>\n                                    <label for=\"php_ini_al_display_errors_no\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- BDP: php_editor_disable_functions_block -->\n                        <tr>\n                            <td>\n                                {TR_PHP_INI_AL_DISABLE_FUNCTIONS}\n                                <span class=\"icon i_help\" title=\"{TR_PHP_INI_PERMISSION_HELP}\"></span>\n                            </td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"php_ini_al_disable_functions\" id=\"php_ini_al_disable_functions_yes\" value=\"yes\"{PHP_INI_AL_DISABLE_FUNCTIONS_YES}>\n                                    <label for=\"php_ini_al_disable_functions_yes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"php_ini_al_disable_functions\" id=\"php_ini_al_disable_functions_no\" value=\"no\"{PHP_INI_AL_DISABLE_FUNCTIONS_NO}>\n                                    <label for=\"php_ini_al_disable_functions_no\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_disable_functions_block -->\n                        <!-- BDP: php_editor_mail_function_block -->\n                        <tr>\n                            <td>\n                                {TR_PHP_INI_AL_MAIL_FUNCTION} <span class=\"icon i_help\"\n                                                                    title=\"{TR_PHP_INI_AL_MAIL_FUNCTION_HELP}\"></span>\n                            </td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"php_ini_al_mail_function\" id=\"php_ini_al_mail_function_yes\" value=\"yes\"{PHP_INI_AL_MAIL_FUNCTION_YES}>\n                                    <label for=\"php_ini_al_mail_function_yes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"php_ini_al_mail_function\" id=\"php_ini_al_mail_function_no\" value=\"no\"{PHP_INI_AL_MAIL_FUNCTION_NO}>\n                                    <label for=\"php_ini_al_mail_function_no\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_mail_function_block -->\n                        </tbody>\n                    </table>\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_DIRECTIVES_VALUES}</th>\n                        </tr>\n                        </thead>\n                        <tbody id=\"php_ini_values\">\n                        <tr>\n                            <td><label for=\"max_execution_time\">{TR_MAX_EXECUTION_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_execution_time\" id=\"max_execution_time\" min=\"1\" max=\"10000\" value=\"{MAX_EXECUTION_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"max_input_time\">{TR_MAX_INPUT_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_input_time\" id=\"max_input_time\" min=\"1\" max=\"10000\" value=\"{MAX_INPUT_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"memory_limit\">{TR_MEMORY_LIMIT}</label></td>\n                            <td><input type=\"number\" name=\"memory_limit\" id=\"memory_limit\" min=\"1\" max=\"10000\" value=\"{MEMORY_LIMIT}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"post_max_size\">{TR_POST_MAX_SIZE}</label></td>\n                            <td><input type=\"number\" name=\"post_max_size\" id=\"post_max_size\" min=\"1\" max=\"10000\" value=\"{POST_MAX_SIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"upload_max_filesize\">{TR_UPLOAD_MAX_FILESIZE}</label></td>\n                            <td><input type=\"number\" name=\"upload_max_filesize\" id=\"upload_max_filesize\" min=\"1\"  max=\"10000\" value=\"{UPLOAD_MAX_FILESIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        </tbody>\n                    </table>\n                </div>\n            </td>\n        </tr>\n        <tr>\n            <td>{TR_SUPPORT_SYSTEM}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"support_system\" id=\"support_system_yes\" value=\"yes\"{SUPPORT_SYSTEM_YES}>\n                    <label for=\"support_system_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"support_system\" id=\"support_system_no\" value=\"no\"{SUPPORT_SYSTEM_NO}>\n                    <label for=\"support_system_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Personal data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"fname\"><?= tohtml(tr('First name')); ?></label></td>\n            <td><input type=\"text\" name=\"fname\" id=\"fname\" value=\"<?= tohtml($this->form->getValue('fname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"lname\"><?= tohtml(tr('Last name')); ?></label></td>\n            <td><input type=\"text\" name=\"lname\" id=\"lname\" value=\"<?= tohtml($this->form->getValue('lname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"gender\"><?= tohtml(tr('Gender')); ?></label></td>\n            <td>\n                <select id=\"gender\" name=\"gender\">\n                    <option value=\"M\"<?= $this->form->getValue('gender') == 'M' ? ' selected' : ''; ?>><?= tohtml(tr('Male')); ?></option>\n                    <option value=\"F\"<?= $this->form->getValue('gender') == 'F' ? ' selected' : ''; ?>><?= tohtml(tr('Female')); ?></option>\n                    <option value=\"U\"<?= $this->form->getValue('gender') == 'U' ? ' selected' : ''; ?>><?= tohtml(tr('Unknown')); ?></option>\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"firm\"><?= tohtml(tr('Company')); ?></label></td>\n            <td><input type=\"text\" name=\"firm\" id=\"firm\" value=\"<?= tohtml($this->form->getValue('firm'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street1\"><?= tohtml(tr('Street 1')); ?></label></td>\n            <td><input type=\"text\" name=\"street1\" id=\"street1\" value=\"<?= tohtml($this->form->getValue('street1'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street2\"><?= tohtml(tr('Street 2')); ?></label></td>\n            <td><input type=\"text\" name=\"street2\" id=\"street2\" value=\"<?= tohtml($this->form->getValue('street2'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"zip\"><?= tohtml(tr('Zip/Postal code')); ?></label></td>\n            <td><input type=\"text\" name=\"zip\" id=\"zip\" value=\"<?= tohtml($this->form->getValue('zip'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"city\"><?= tohtml(tr('City')); ?></label></td>\n            <td><input type=\"text\" name=\"city\" id=\"city\" value=\"<?= tohtml($this->form->getValue('city'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"state\"><?= tohtml(tr('State/Province')); ?></label></td>\n            <td><input type=\"text\" name=\"state\" id=\"state\" value=\"<?= tohtml($this->form->getValue('state'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"country\"><?= tohtml(tr('Country')); ?></label></td>\n            <td><input type=\"text\" name=\"country\" id=\"country\" value=\"<?= tohtml($this->form->getValue('country'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"email\"><?= tohtml(tr('Email')); ?></label></td>\n            <td><input type=\"text\" name=\"email\" id=\"email\" value=\"<?= tohtml(decode_idna($this->form->getValue('email')), 'htmlAttr'); ?>\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"phone\"><?= tohtml(tr('Phone')); ?></label></td>\n            <td><input type=\"text\" name=\"phone\" id=\"phone\" value=\"<?= tohtml($this->form->getValue('phone'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"fax\"><?= tohtml(tr('Fax')); ?></label></td>\n            <td><input type=\"text\" name=\"fax\" id=\"fax\" value=\"<?= tohtml($this->form->getValue('fax'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <button name=\"Submit\" type=\"submit\"><?= tohtml(tr('Add')); ?></button>\n        <a class=\"link_as_button\" href=\"users.php\"><?= tohtml(tr('Cancel'), 'htmlAttr'); ?></a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/reseller_edit.phtml",
    "content": "<script>\n    $(function () {\n        $.each(imscp_i18n.core.error_field_stack, function (i, k) {\n            $(\"#\" + k).css(\"border-color\", \"#ca1d11\");\n        });\n\n        $(\".datatable\").dataTable({\n            language: imscp_i18n.core.dataTable,\n            stateSave: true,\n            pagingType: \"simple\"\n        });\n\n        // Prevent click event on readonly input\n        $('#ip_data').find('input').click(function (e) {\n            if ($(this).is(\"[readonly]\")) {\n                e.preventDefault();\n                return false;\n            }\n        });\n    });\n</script>\n<form name=\"editFrm\" method=\"post\" action=\"reseller_edit.php?edit_id={EDIT_ID}\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Login data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><?= tohtml(tr('Username')); ?></td>\n            <td><?= tohtml($this->form->getValue('admin_name')); ?></td>\n        </tr>\n        <tr>\n            <td><label for=\"password\"><?= tohtml(tr('Password')); ?></label></td>\n            <td><input type=\"password\" name=\"admin_pass\" id=\"password\" class=\"pwd_generator\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\"><?= tohtml(tr('Password confirmation')); ?></label></td>\n            <td><input type=\"password\" name=\"admin_pass_confirmation\" id=\"cpassword\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <!-- BDP: ips_block -->\n    <table class=\"firstColFixed datatable\">\n        <thead>\n        <tr>\n            <th>{TR_IP_ADDRESS}</th>\n            <th>{TR_ASSIGN}</th>\n            <th>{TR_STATUS}</th>\n        </tr>\n        </thead>\n        <tbody id=\"ip_data\">\n        <!-- BDP: ip_block -->\n        <tr>\n            <td><label for=\"ip_{IP_ID}\">{IP_NUMBER}</label></td>\n            <td><input type=\"checkbox\" id=\"ip_{IP_ID}\" name=\"reseller_ips[]\" value=\"{IP_ID}\"{IP_ASSIGNED}{IP_READONLY}></td>\n            <td>{IP_STATUS}</td>\n        </tr>\n        <!-- EDP: ip_block -->\n        </tbody>\n    </table>\n    <!-- EDP: ips_block -->\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_ACCOUNT_LIMITS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"max_dmn_cnt\">{TR_MAX_DMN_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_dmn_cnt\" id=\"max_dmn_cnt\" min=\"0\" value=\"{MAX_DMN_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_sub_cnt\">{TR_MAX_SUB_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_sub_cnt\" id=\"max_sub_cnt\" min=\"-1\" value=\"{MAX_SUB_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_als_cnt\">{TR_MAX_ALS_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_als_cnt\" id=\"max_als_cnt\" min=\"-1\" value=\"{MAX_ALS_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_mail_cnt\">{TR_MAX_MAIL_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_mail_cnt\" id=\"max_mail_cnt\" min=\"-1\" value=\"{MAX_MAIL_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_ftp_cnt\">{TR_MAX_FTP_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_ftp_cnt\" id=\"max_ftp_cnt\" min=\"-1\" value=\"{MAX_FTP_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_sql_db_cnt\">{TR_MAX_SQL_DB_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_sql_db_cnt\" id=\"max_sql_db_cnt\" min=\"-1\" value=\"{MAX_SQL_DB_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_sql_user_cnt\">{TR_MAX_SQL_USER_CNT}</label></td>\n            <td><input type=\"number\" name=\"max_sql_user_cnt\" id=\"max_sql_user_cnt\" min=\"-1\" value=\"{MAX_SQL_USER_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_traff_amnt\">{TR_MAX_TRAFF_AMNT}</label></td>\n            <td><input type=\"number\" name=\"max_traff_amnt\" id=\"max_traff_amnt\" min=\"0\" max=\"17592186044416\" value=\"{MAX_TRAFF_AMNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"max_disk_amnt\">{TR_MAX_DISK_AMNT}</label></td>\n            <td><input type=\"number\" name=\"max_disk_amnt\" id=\"max_disk_amnt\" min=\"0\" max=\"17592186044416\" value=\"{MAX_DISK_AMNT}\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_FEATURES}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label>{TR_PHP_EDITOR}</label></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_yes\" value=\"yes\"{PHP_INI_SYSTEM_YES}>\n                    <label for=\"php_ini_system_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_no\" value=\"no\"{PHP_INI_SYSTEM_NO}>\n                    <label for=\"php_ini_system_no\">{TR_NO}</label>\n                </div>\n                <button type=\"button\" id=\"php_editor_dialog_open\">{TR_SETTINGS}</button>\n                <div id=\"php_editor_dialog\" title=\"{TR_PHP_EDITOR_SETTINGS}\">\n                    <div class=\"php_editor_error static_success\">\n                        <span id=\"php_editor_msg_default\">{TR_FIELDS_OK}</span>\n                    </div>\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_PERMISSIONS}</th>\n                        </tr>\n                        </thead>\n                        <tbody>\n                        <tr>\n                            <td>\n                                {TR_PHP_INI_AL_ALLOW_URL_FOPEN}\n                                <span class=\"icon i_help\" title=\"{TR_PHP_INI_PERMISSION_HELP}\"></span>\n                            </td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"php_ini_al_allow_url_fopen\" id=\"php_ini_al_allow_url_fopen_yes\" value=\"yes\"{PHP_INI_AL_ALLOW_URL_FOPEN_YES}>\n                                    <label for=\"php_ini_al_allow_url_fopen_yes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"php_ini_al_allow_url_fopen\" id=\"php_ini_al_allow_url_fopen_no\" value=\"no\"{PHP_INI_AL_ALLOW_URL_FOPEN_NO}>\n                                    <label for=\"php_ini_al_allow_url_fopen_no\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <tr>\n                            <td>\n                                {TR_PHP_INI_AL_DISPLAY_ERRORS}\n                                <span class=\"icon i_help\" title=\"{TR_PHP_INI_PERMISSION_HELP}\"></span>\n                            </td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"php_ini_al_display_errors\" id=\"php_ini_al_display_errors_yes\" value=\"yes\"{PHP_INI_AL_DISPLAY_ERRORS_YES}>\n                                    <label for=\"php_ini_al_display_errors_yes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"php_ini_al_display_errors\" id=\"php_ini_al_display_errors_no\" value=\"no\"{PHP_INI_AL_DISPLAY_ERRORS_NO}>\n                                    <label for=\"php_ini_al_display_errors_no\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- BDP: php_editor_disable_functions_block -->\n                        <tr>\n                            <td>\n                                {TR_PHP_INI_AL_DISABLE_FUNCTIONS}\n                                <span class=\"icon i_help\" title=\"{TR_PHP_INI_PERMISSION_HELP}\"></span>\n                            </td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"php_ini_al_disable_functions\" id=\"php_ini_al_disable_functions_yes\" value=\"yes\"{PHP_INI_AL_DISABLE_FUNCTIONS_YES}>\n                                    <label for=\"php_ini_al_disable_functions_yes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"php_ini_al_disable_functions\" id=\"php_ini_al_disable_functions_no\" value=\"no\"{PHP_INI_AL_DISABLE_FUNCTIONS_NO}>\n                                    <label for=\"php_ini_al_disable_functions_no\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_disable_functions_block -->\n                        <!-- BDP: php_editor_mail_function_block -->\n                        <tr>\n                            <td>\n                                {TR_PHP_INI_AL_MAIL_FUNCTION}\n                                <span class=\"icon i_help\" title=\"{TR_PHP_INI_AL_MAIL_FUNCTION_HELP}\"></span>\n                            </td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"php_ini_al_mail_function\" id=\"php_ini_al_mail_function_yes\" value=\"yes\"{PHP_INI_AL_MAIL_FUNCTION_YES}>\n                                    <label for=\"php_ini_al_mail_function_yes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"php_ini_al_mail_function\" id=\"php_ini_al_mail_function_no\" value=\"no\"{PHP_INI_AL_MAIL_FUNCTION_NO}>\n                                    <label for=\"php_ini_al_mail_function_no\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_mail_function_block -->\n                        </tbody>\n                    </table>\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_DIRECTIVES_VALUES}</th>\n                        </tr>\n                        </thead>\n                        <tbody id=\"php_ini_values\">\n                        <tr>\n                            <td><label for=\"max_execution_time\">{TR_MAX_EXECUTION_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_execution_time\" id=\"max_execution_time\" min=\"1\" max=\"10000\" value=\"{MAX_EXECUTION_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"max_input_time\">{TR_MAX_INPUT_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_input_time\" id=\"max_input_time\" min=\"1\" max=\"10000\" value=\"{MAX_INPUT_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"memory_limit\">{TR_MEMORY_LIMIT}</label></td>\n                            <td><input type=\"number\" name=\"memory_limit\" id=\"memory_limit\" min=\"1\" max=\"10000\" value=\"{MEMORY_LIMIT}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"post_max_size\">{TR_POST_MAX_SIZE}</label></td>\n                            <td><input type=\"number\" name=\"post_max_size\" id=\"post_max_size\" min=\"1\" max=\"10000\" value=\"{POST_MAX_SIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"upload_max_filesize\">{TR_UPLOAD_MAX_FILESIZE}</label></td>\n                            <td><input type=\"number\" name=\"upload_max_filesize\" id=\"upload_max_filesize\" min=\"1\" max=\"10000\" value=\"{UPLOAD_MAX_FILESIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        </tbody>\n                    </table>\n                </div>\n            </td>\n        </tr>\n        <tr>\n            <td>{TR_SUPPORT_SYSTEM}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"support_system\" id=\"support_system_yes\" value=\"yes\"{SUPPORT_SYSTEM_YES}>\n                    <label for=\"support_system_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"support_system\" id=\"support_system_no\" value=\"no\"{SUPPORT_SYSTEM_NO}>\n                    <label for=\"support_system_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Personal data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"fname\"><?= tohtml(tr('First name')); ?></label></td>\n            <td><input type=\"text\" name=\"fname\" id=\"fname\" value=\"<?= tohtml($this->form->getValue('fname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"lname\"><?= tohtml(tr('Last name')); ?></label></td>\n            <td><input type=\"text\" name=\"lname\" id=\"lname\" value=\"<?= tohtml($this->form->getValue('lname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"gender\"><?= tohtml(tr('Gender')); ?></label></td>\n            <td>\n                <select id=\"gender\" name=\"gender\">\n                    <option value=\"M\"<?= $this->form->getValue('gender') == 'M' ? ' selected' : ''; ?>><?= tohtml(tr('Male')); ?></option>\n                    <option value=\"F\"<?= $this->form->getValue('gender') == 'F' ? ' selected' : ''; ?>><?= tohtml(tr('Female')); ?></option>\n                    <option value=\"U\"<?= $this->form->getValue('gender') == 'U' ? ' selected' : ''; ?>><?= tohtml(tr('Unknown')); ?></option>\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"firm\"><?= tohtml(tr('Company')); ?></label></td>\n            <td><input type=\"text\" name=\"firm\" id=\"firm\" value=\"<?= tohtml($this->form->getValue('firm'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street1\"><?= tohtml(tr('Street 1')); ?></label></td>\n            <td><input type=\"text\" name=\"street1\" id=\"street1\" value=\"<?= tohtml($this->form->getValue('street1'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street2\"><?= tohtml(tr('Street 2')); ?></label></td>\n            <td><input type=\"text\" name=\"street2\" id=\"street2\" value=\"<?= tohtml($this->form->getValue('street2'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"zip\"><?= tohtml(tr('Zip/Postal code')); ?></label></td>\n            <td><input type=\"text\" name=\"zip\" id=\"zip\" value=\"<?= tohtml($this->form->getValue('zip'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"city\"><?= tohtml(tr('City')); ?></label></td>\n            <td><input type=\"text\" name=\"city\" id=\"city\" value=\"<?= tohtml($this->form->getValue('city'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"state\"><?= tohtml(tr('State/Province')); ?></label></td>\n            <td><input type=\"text\" name=\"state\" id=\"state\" value=\"<?= tohtml($this->form->getValue('state'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"country\"><?= tohtml(tr('Country')); ?></label></td>\n            <td><input type=\"text\" name=\"country\" id=\"country\" value=\"<?= tohtml($this->form->getValue('country'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"email\"><?= tohtml(tr('Email')); ?></label></td>\n            <td><input type=\"text\" name=\"email\" id=\"email\" value=\"<?= tohtml(decode_idna($this->form->getValue('email')), 'htmlAttr'); ?>\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"phone\"><?= tohtml(tr('Phone')); ?></label></td>\n            <td><input type=\"text\" name=\"phone\" id=\"phone\" value=\"<?= tohtml($this->form->getValue('phone'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"fax\"><?= tohtml(tr('Fax')); ?></label></td>\n            <td><input type=\"text\" name=\"fax\" id=\"fax\" value=\"<?= tohtml($this->form->getValue('fax'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <button name=\"Submit\" type=\"submit\"><?= tohtml(tr('Update')); ?></button>\n        <a class=\"link_as_button\" href=\"users.php\"><?= tohtml(tr('Cancel'), 'htmlAttr'); ?></a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/reseller_statistics.tpl",
    "content": "\n<script>\n    $(function () {\n        $('.datatable').dataTable({\n            language: imscp_i18n.core.dataTable,\n            stateSave: true,\n            pagingType: \"simple\"\n        });\n    });\n</script>\n<table class=\"datatable\">\n    <thead>\n    <tr>\n        <th>{TR_RESELLER_NAME}</th>\n        <th>{TR_DISK_USAGE}</th>\n        <th>{TR_TRAFFIC_USAGE}</th>\n        <th>{TR_DOMAINS}</th>\n        <th>{TR_SUBDOMAINS}</th>\n        <th>{TR_DOMAIN_ALIASES}</th>\n        <th>{TR_MAIL_ACCOUNTS}</th>\n        <th>{TR_FTP_ACCOUNTS}</th>\n        <th>{TR_SQL_DATABASES}</th>\n        <th>{TR_SQL_USERS}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_RESELLER_NAME}</td>\n        <td>{TR_DISK_USAGE}</td>\n        <td>{TR_TRAFFIC_USAGE}</td>\n        <td>{TR_DOMAINS}</td>\n        <td>{TR_SUBDOMAINS}</td>\n        <td>{TR_DOMAIN_ALIASES}</td>\n        <td>{TR_MAIL_ACCOUNTS}</td>\n        <td>{TR_FTP_ACCOUNTS}</td>\n        <td>{TR_SQL_DATABASES}</td>\n        <td>{TR_SQL_USERS}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: reseller_statistics_block -->\n    <tr>\n        <td>\n            <a href=\"reseller_user_statistics.php?reseller_id={RESELLER_ID}\" title=\"{TR_DETAILED_STATS_TOOLTIPS}\" class=\"icon i_domain_icon\">{RESELLER_NAME}</a>\n        </td>\n        <td>\n            <div class=\"graph\">\n                <span style=\"width:{DISK_PERCENT_WIDTH}%\"></span>\n                <strong>{DISK_PERCENT}%</strong>\n            </div>\n            {DISK_MSG}\n        </td>\n        <td>\n            <div class=\"graph\">\n                <span style=\"width:{TRAFFIC_PERCENT_WIDTH}%\"></span>\n                <strong>{TRAFFIC_PERCENT}%</strong>\n            </div>\n            {TRAFFIC_MSG}\n        </td>\n        <td>{DMN_MSG}</td>\n        <td>{SUB_MSG}</td>\n        <td>{ALS_MSG}</td>\n        <td>{MAIL_MSG}</td>\n        <td>{FTP_MSG}</td>\n        <td>{SQL_DB_MSG}</td>\n        <td>{SQL_USER_MSG}</td>\n    </tr>\n    <!-- EDP: reseller_statistics_block -->\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/admin/reseller_user_statistics.tpl",
    "content": "\n<script>\n    $(function () {\n        $('.datatable').dataTable({\n            language: imscp_i18n.core.dataTable,\n            stateSave: true,\n            pagingType: \"simple\"\n        });\n    });\n</script>\n<table class=\"datatable\">\n    <thead>\n    <tr>\n        <th>{TR_USERNAME}</th>\n        <th>{TR_DISK}</th>\n        <th>{TR_TRAFF}</th>\n        <th>{TR_WEB}</th>\n        <th>{TR_FTP_TRAFF}</th>\n        <th>{TR_SMTP}</th>\n        <th>{TR_POP3}</th>\n        <th>{TR_SUBDOMAIN}</th>\n        <th>{TR_ALIAS}</th>\n        <th>{TR_MAIL}</th>\n        <th>{TR_FTP}</th>\n        <th>{TR_SQL_DB}</th>\n        <th>{TR_SQL_USER}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_USERNAME}</td>\n        <td>{TR_DISK}</td>\n        <td>{TR_TRAFF}</td>\n        <td>{TR_WEB}</td>\n        <td>{TR_FTP_TRAFF}</td>\n        <td>{TR_SMTP}</td>\n        <td>{TR_POP3}</td>\n        <td>{TR_SUBDOMAIN}</td>\n        <td>{TR_ALIAS}</td>\n        <td>{TR_MAIL}</td>\n        <td>{TR_FTP}</td>\n        <td>{TR_SQL_DB}</td>\n        <td>{TR_SQL_USER}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: reseller_user_statistics_block -->\n    <tr>\n        <td>\n            <a href=\"reseller_user_statistics_details.php?user_id={USER_ID}\" class=\"icon i_domain_icon\" title=\"{TR_DETAILED_STATS_TOOLTIP}\">{USER_NAME}</a>\n        </td>\n        <td>\n            <div class=\"graph\">\n                <span style=\"width:{DISK_PERCENT_WIDTH}%\"></span>\n                <strong>{DISK_PERCENT}%</strong>\n            </div>\n            {DISK_MSG}\n        </td>\n        <td>\n            <div class=\"graph\">\n                <span style=\"width:{TRAFFIC_PERCENT_WIDTH}%\"></span>\n                <strong>{TRAFFIC_PERCENT}%</strong>\n            </div>\n            {TRAFFIC_MSG}\n        </td>\n        <td>{WEB}</td>\n        <td>{FTP}</td>\n        <td>{SMTP}</td>\n        <td>{POP3}</td>\n        <td>{SUB_MSG}</td>\n        <td>{ALS_MSG}</td>\n        <td>{MAIL_MSG}</td>\n        <td>{FTP_MSG}</td>\n        <td>{SQL_DB_MSG}</td>\n        <td>{SQL_USER_MSG}</td>\n    </tr>\n    <!-- EDP: reseller_user_statistics_block -->\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/admin/reseller_user_statistics_details.tpl",
    "content": "<script>\n    $(function() {\n        $(\"#month, #year\").on(\"change\", function() {\n            $(this).closest(\"form\").submit();\n            return false;\n        });\n    });\n</script>\n<form>\n    <label for=\"month\">{TR_MONTH}</label>\n    <select name=\"month\" id=\"month\">\n        <!-- BDP: month_list -->\n        <option{OPTION_SELECTED}>{MONTH_VALUE}</option>\n        <!-- EDP: month_list -->\n    </select>\n    <label for=\"year\">{TR_YEAR}</label>\n    <select name=\"year\" id=\"year\">\n        <!-- BDP: year_list -->\n        <option{OPTION_SELECTED}>{YEAR_VALUE}</option>\n        <!-- EDP: year_list -->\n    </select>\n    <input type=\"hidden\" name=\"user_id\" value=\"{USER_ID}\">\n</form>\n<!-- BDP: reseller_user_statistics_detail_block -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_DAY}</th>\n        <th>{TR_WEB_TRAFFIC}</th>\n        <th>{TR_FTP_TRAFFIC}</th>\n        <th>{TR_SMTP_TRAFFIC}</th>\n        <th>{TR_POP3_TRAFFIC}</th>\n        <th>{TR_ALL_TRAFFIC}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_ALL}</td>\n        <td>{ALL_WEB_TRAFFIC}</td>\n        <td>{ALL_FTP_TRAFFIC}</td>\n        <td>{ALL_SMTP_TRAFFIC}</td>\n        <td>{ALL_POP3_TRAFFIC}</td>\n        <td>{ALL_ALL_TRAFFIC}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: traffic_table_item -->\n    <tr>\n        <td>{DATE}</td>\n        <td>{WEB_TRAFFIC}</td>\n        <td>{FTP_TRAFFIC}</td>\n        <td>{SMTP_TRAFFIC}</td>\n        <td>{POP3_TRAFFIC}</td>\n        <td>{ALL_TRAFFIC}</td>\n    </tr>\n    <!-- EDP: traffic_table_item -->\n    </tbody>\n</table>\n<!-- EDP: reseller_user_statistics_detail_block -->\n"
  },
  {
    "path": "gui/themes/default/admin/rootkit_log.tpl",
    "content": "<!-- BDP: antirootkits_log -->\n<table class=\"logtable\">\n    <thead>\n    <tr>\n        <th>{FILENAME}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>\n            <div class=\"log\" style=\"margin:0;padding:0;overflow: auto;height: 300px;\">{LOG}</div>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<!-- EDP: antirootkits_log -->\n"
  },
  {
    "path": "gui/themes/default/admin/server_statistic.tpl",
    "content": "<script>\n    $(function() {\n       $(\"#day, #month, #year\").on(\"change\", function() {\n           $(this).closest(\"form\").submit();\n           return false;\n       });\n    });\n</script>\n<form>\n    <label for=\"month\">{TR_DAY}</label>\n    <select name=\"day\" id=\"day\">\n        <!-- BDP: day_list -->\n        <option value=\"{VALUE}\"{OPTION_SELECTED}>{HUMAN_VALUE}</option>\n        <!-- EDP: day_list -->\n    </select>\n    <label for=\"month\">{TR_MONTH}</label>\n    <select name=\"month\" id=\"month\">\n        <!-- BDP: month_list -->\n        <option{OPTION_SELECTED}>{MONTH_VALUE}</option>\n        <!-- EDP: month_list -->\n    </select>\n    <label for=\"year\">{TR_YEAR}</label>\n    <select name=\"year\" id=\"year\">\n        <!-- BDP: year_list -->\n        <option{OPTION_SELECTED}>{YEAR_VALUE}</option>\n        <!-- EDP: year_list -->\n    </select>\n</form>\n<!-- BDP: server_stats_by_month -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_DAY}</th>\n        <th>{TR_WEB_IN}</th>\n        <th>{TR_WEB_OUT}</th>\n        <th>{TR_SMTP_IN}</th>\n        <th>{TR_SMTP_OUT}</th>\n        <th>{TR_POP_IN}</th>\n        <th>{TR_POP_OUT}</th>\n        <th>{TR_OTHER_IN}</th>\n        <th>{TR_OTHER_OUT}</th>\n        <th>{TR_ALL_IN}</th>\n        <th>{TR_ALL_OUT}</th>\n        <th>{TR_ALL}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_ALL}</td>\n        <td>{WEB_IN_ALL}</td>\n        <td>{WEB_OUT_ALL}</td>\n        <td>{SMTP_IN_ALL}</td>\n        <td>{SMTP_OUT_ALL}</td>\n        <td>{POP_IN_ALL}</td>\n        <td>{POP_OUT_ALL}</td>\n        <td>{OTHER_IN_ALL}</td>\n        <td>{OTHER_OUT_ALL}</td>\n        <td>{ALL_IN_ALL}</td>\n        <td>{ALL_OUT_ALL}</td>\n        <td>{ALL_ALL}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: server_stats_day -->\n    <tr>\n        <td>{DAY}</td>\n        <td>{WEB_IN}</td>\n        <td>{WEB_OUT}</td>\n        <td>{SMTP_IN}</td>\n        <td>{SMTP_OUT}</td>\n        <td>{POP_IN}</td>\n        <td>{POP_OUT}</td>\n        <td>{OTHER_IN}</td>\n        <td>{OTHER_OUT}</td>\n        <td>{ALL_IN}</td>\n        <td>{ALL_OUT}</td>\n        <td>{ALL}</td>\n    </tr>\n    <!-- EDP: server_stats_day -->\n    </tbody>\n</table>\n<!-- EDP: server_stats_by_month -->\n<!-- BDP: server_stats_by_day -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_HOUR}</th>\n        <th>{TR_WEB_IN}</th>\n        <th>{TR_WEB_OUT}</th>\n        <th>{TR_SMTP_IN}</th>\n        <th>{TR_SMTP_OUT}</th>\n        <th>{TR_POP_IN}</th>\n        <th>{TR_POP_OUT}</th>\n        <th>{TR_OTHER_IN}</th>\n        <th>{TR_OTHER_OUT}</th>\n        <th>{TR_ALL_IN}</th>\n        <th>{TR_ALL_OUT}</th>\n        <th>{TR_ALL}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_ALL}</td>\n        <td>{WEB_IN_ALL}</td>\n        <td>{WEB_OUT_ALL}</td>\n        <td>{SMTP_IN_ALL}</td>\n        <td>{SMTP_OUT_ALL}</td>\n        <td>{POP_IN_ALL}</td>\n        <td>{POP_OUT_ALL}</td>\n        <td>{OTHER_IN_ALL}</td>\n        <td>{OTHER_OUT_ALL}</td>\n        <td>{ALL_IN_ALL}</td>\n        <td>{ALL_OUT_ALL}</td>\n        <td>{ALL_ALL}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: server_stats_hour -->\n    <tr>\n        <td>{HOUR}</td>\n        <td>{WEB_IN}</td>\n        <td>{WEB_OUT}</td>\n        <td>{SMTP_IN}</td>\n        <td>{SMTP_OUT}</td>\n        <td>{POP_IN}</td>\n        <td>{POP_OUT}</td>\n        <td>{OTHER_IN}</td>\n        <td>{OTHER_OUT}</td>\n        <td>{ALL_IN}</td>\n        <td>{ALL_OUT}</td>\n        <td>{ALL}</td>\n    </tr>\n    <!-- EDP: server_stats_hour -->\n    </tbody>\n</table>\n<!-- EDP: server_stats_by_day -->\n"
  },
  {
    "path": "gui/themes/default/admin/service_statuses.tpl",
    "content": "<script>\n    $(function () {\n        $('.datatable').dataTable(\n            {\n                language: imscp_i18n.core.dataTable,\n                displayLength: 10,\n                stateSave: true,\n                pagingType: \"simple\"\n            }\n        );\n    });\n</script>\n<table class=\"datatable firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_SERVICE}</th>\n        <th>{TR_IP}</th>\n        <th>{TR_PORT}</th>\n        <th>{TR_STATUS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: service_status -->\n    <tr>\n        <td>{SERVICE}</td>\n        <td>{IP}</td>\n        <td>{PORT}</td>\n        <td class=\"{CLASS}\"><span class=\"tips\" title=\"{STATUS_TOOLTIP}\"><strong>{STATUS}</strong></span></td>\n    </tr>\n    <!-- EDP: service_status -->\n    </tbody>\n    <tbody>\n    <tr style=\"background-color:#b0def5\">\n        <td colspan=\"4\" class=\"buttons\">\n            <button type=\"button\" onclick=\"window.location.href = window.location.href.replace(/[\\?#].*|$/, '?refresh');\">{TR_FORCE_REFRESH}</button>\n        </td>\n    </tr>\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/admin/sessions_manage.tpl",
    "content": "\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_USERNAME}</th>\n        <th>{TR_LOGIN_ON}</th>\n        <th>{TR_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: user_session -->\n    <tr>\n        <td>{ADMIN_USERNAME}</td>\n        <td>{LOGIN_TIME}</td>\n        <td>\n            <a href=\"{DISCONNECT_LINK}\" class=\"icon i_delete\">{TR_DISCONNECT}</a>\n            <a href=\"{KILL_LINK}\" class=\"icon i_delete\">{TR_KILL}</a>\n        </td>\n    </tr>\n    <!-- EDP: user_session -->\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/admin/settings.tpl",
    "content": "\n<script>\n    $(function () {\n        $(\"#lostpassword,#passwd_strong,#bruteforce\").change(function () {\n            if ($(this).val() == '1') {\n                $(this).parents().nextAll(\".display\").show();\n            } else {\n                $(this).parents().nextAll(\".display\").hide();\n            }\n        }).trigger('change');\n\n        $(\".accordion\").accordion({\n            heightStyle: \"content\",\n            collapsible: true,\n            animated: 'slide',\n            active: typeof(Storage) !== \"undefined\" ? parseInt(sessionStorage.getItem(\"/admin/settings.php\")) || 0 : 0,\n            activate: function () {\n                if ((typeof(Storage) !== \"undefined\")) {\n                    sessionStorage.setItem(\"/admin/settings.php\", parseInt($(this).accordion('option', 'active')));\n                }\n            }\n        });\n    });\n</script>\n<form action=\"settings.php\" method=\"post\" name=\"frmsettings\" id=\"frmsettings\">\n    <div class=\"accordion\">\n        <h1><strong>{TR_UPDATES}</strong></h1>\n        <div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"checkforupdate\">{TR_CHECK_FOR_UPDATES}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"checkforupdate\" id=\"checkforupdate\">\n                        <option value=\"0\"{CHECK_FOR_UPDATES_SELECTED_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{CHECK_FOR_UPDATES_SELECTED_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n        </div>\n        <h1><strong>{TR_LOSTPASSWORD}</strong></h1>\n        <div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"lostpassword\">{TR_LOSTPASSWORD}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"lostpassword\" id=\"lostpassword\">\n                        <option value=\"0\"{LOSTPASSWORD_SELECTED_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{LOSTPASSWORD_SELECTED_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"display\">\n                <div class=\"even\">\n                    <div class=\"left\">\n                        <label for=\"lostpassword_timeout\">{TR_LOSTPASSWORD_TIMEOUT}</label>\n                    </div>\n                    <div class=\"right\">\n                        <input type=\"number\" name=\"lostpassword_timeout\" id=\"lostpassword_timeout\" min=\"1\" max=\"1440\" value=\"{LOSTPASSWORD_TIMEOUT_VALUE}\">\n                    </div>\n                </div>\n            </div>\n        </div>\n        <h1><strong>{TR_PASSWORD_SETTINGS}</strong></h1>\n        <div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"passwd_strong\">{TR_PASSWD_STRONG}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"passwd_strong\" id=\"passwd_strong\">\n                        <option value=\"0\"{PASSWD_STRONG_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{PASSWD_STRONG_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"display\">\n                <div class=\"even\" style=\"width: 100%\">\n                    <div class=\"left\">\n                        <label for=\"passwd_chars\">{TR_PASSWD_CHARS}</label>\n                    </div>\n                    <div class=\"right\">\n                        <input type=\"number\" name=\"passwd_chars\" id=\"passwd_chars\" min=\"6\" max=\"32\" value=\"{PASSWD_CHARS}\">\n                    </div>\n                </div>\n            </div>\n        </div>\n        <h1><strong>{TR_BRUTEFORCE}</strong></h1>\n        <div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"bruteforce\">{TR_BRUTEFORCE}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"bruteforce\" id=\"bruteforce\">\n                        <option value=\"0\"{BRUTEFORCE_SELECTED_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{BRUTEFORCE_SELECTED_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"display\">\n                <div class=\"even\">\n                    <div class=\"left\">\n                        <label for=\"bruteforce_between\">{TR_BRUTEFORCE_BETWEEN}</label>\n                    </div>\n                    <div class=\"right\">\n                        <select name=\"bruteforce_between\" id=\"bruteforce_between\">\n                            <option value=\"0\"{BRUTEFORCE_BETWEEN_SELECTED_OFF}>{TR_DISABLED}</option>\n                            <option value=\"1\"{BRUTEFORCE_BETWEEN_SELECTED_ON}>{TR_ENABLED}</option>\n                        </select>\n                    </div>\n                </div>\n                <div class=\"odd\">\n                    <div class=\"left\">\n                        <label for=\"bruteforce_max_login\">{TR_BRUTEFORCE_MAX_LOGIN}</label>\n                    </div>\n                    <div class=\"right\">\n                        <input type=\"text\" name=\"bruteforce_max_login\" id=\"bruteforce_max_login\" value=\"{BRUTEFORCE_MAX_LOGIN_VALUE}\" maxlength=\"3\">\n                    </div>\n                </div>\n                <div class=\"even\">\n                    <div class=\"left\">\n                        <label for=\"bruteforce_block_time\">{TR_BRUTEFORCE_BLOCK_TIME}</label>\n                    </div>\n                    <div class=\"right\">\n                        <input name=\"bruteforce_block_time\" id=\"bruteforce_block_time\" type=\"text\" value=\"{BRUTEFORCE_BLOCK_TIME_VALUE}\" maxlength=\"3\">\n                    </div>\n                </div>\n                <div class=\"odd\">\n                    <div class=\"left\">\n                        <label for=\"bruteforce_between_time\">{TR_BRUTEFORCE_BETWEEN_TIME}</label>\n                    </div>\n                    <div class=\"right\">\n                        <input name=\"bruteforce_between_time\" id=\"bruteforce_between_time\" type=\"text\" value=\"{BRUTEFORCE_BETWEEN_TIME_VALUE}\" maxlength=\"3\">\n                    </div>\n                </div>\n                <div class=\"even\">\n                    <div class=\"left\"><label for=\"bruteforce_max_attempts_before_wait\">{TR_BRUTEFORCE_MAX_ATTEMPTS_BEFORE_WAIT}</label>\n                    </div>\n                    <div class=\"right\">\n                        <input name=\"bruteforce_max_attempts_before_wait\" id=\"bruteforce_max_attempts_before_wait\" type=\"text\" value=\"{BRUTEFORCE_MAX_ATTEMPTS_BEFORE_WAIT}\" maxlength=\"3\">\n                    </div>\n                </div>\n                <div class=\"odd\">\n                    <div class=\"left\">\n                        <label for=\"bruteforce_max_capcha\">{TR_BRUTEFORCE_MAX_CAPTCHA}</label>\n                    </div>\n                    <div class=\"right\">\n                        <input name=\"bruteforce_max_capcha\" id=\"bruteforce_max_capcha\" type=\"text\" value=\"{BRUTEFORCE_MAX_CAPTCHA}\" maxlength=\"3\">\n                    </div>\n                </div>\n            </div>\n        </div>\n        <h1><strong>{TR_MAIL_SETTINGS}</strong></h1>\n        <div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"create_default_email_addresses\">{TR_CREATE_DEFAULT_EMAIL_ADDRESSES}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"create_default_email_addresses\" id=\"create_default_email_addresses\">\n                        <option value=\"0\"{CREATE_DEFAULT_EMAIL_ADDRESSES_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{CREATE_DEFAULT_EMAIL_ADDRESSES_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"even\">\n                <div class=\"left\">\n                    <label for=\"count_default_email_addresses\">{TR_COUNT_DEFAULT_EMAIL_ADDRESSES}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"count_default_email_addresses\" id=\"count_default_email_addresses\">\n                        <option value=\"0\"{COUNT_DEFAULT_EMAIL_ADDRESSES_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{COUNT_DEFAULT_EMAIL_ADDRESSES_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"protect_default_email_addresses\">{PROTECT_DEFAULT_EMAIL_ADDRESSES}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"protect_default_email_addresses\" id=\"protect_default_email_addresses\">\n                        <option value=\"0\"{PROTECT_DEFAULT_EMAIL_ADDRESSES_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{PROTECT_DEFAULT_EMAIL_ADDRESSES_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"even\">\n                <div class=\"left\">\n                    <label for=\"hard_mail_suspension\">{TR_HARD_MAIL_SUSPENSION}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"hard_mail_suspension\" id=\"hard_mail_suspension\">\n                        <option value=\"0\"{HARD_MAIL_SUSPENSION_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{HARD_MAIL_SUSPENSION_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"email_quota_sync_mode\">{TR_EMAIL_QUOTA_SYNC_MODE}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"email_quota_sync_mode\" id=\"email_quota_sync_mode\">\n                        <option value=\"0\"{REDISTRIBUTE_EMAIl_QUOTA_NO}>{TR_NO}</option>\n                        <option value=\"1\"{REDISTRIBUTE_EMAIl_QUOTA_YES}>{TR_YES}</option>\n                    </select>\n                </div>\n            </div>\n        </div>\n        <h1><strong>{TR_OTHER_SETTINGS}</strong></h1>\n        <div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"def_language\">{TR_USER_INITIAL_LANG}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"def_language\" id=\"def_language\">\n                        <!-- BDP: def_language -->\n                        <option value=\"{LANG_VALUE}\"{LANG_SELECTED}>{LANG_NAME}</option>\n                        <!-- EDP: def_language -->\n                    </select>\n                </div>\n            </div>\n            <div class=\"even\">\n                <div class=\"left\">\n                    <label for=\"support_system\">{TR_SUPPORT_SYSTEM}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"support_system\" id=\"support_system\">\n                        <option value=\"0\"{SUPPORT_SYSTEM_SELECTED_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{SUPPORT_SYSTEM_SELECTED_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"domain_rows_per_page\">{TR_DOMAIN_ROWS_PER_PAGE}</label>\n                </div>\n                <div class=\"right\">\n                    <input name=\"domain_rows_per_page\" id=\"domain_rows_per_page\" type=\"number\" min=\"10\" max=\"100\" value=\"{DOMAIN_ROWS_PER_PAGE}\" maxlength=\"5\">\n                </div>\n            </div>\n            <div class=\"even\">\n                <div class=\"left\">\n                    <label for=\"log_level\">{TR_LOG_LEVEL}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"log_level\" id=\"log_level\">\n                        <option value=\"0\"{LOG_LEVEL_SELECTED_OFF}>{TR_E_USER_OFF}</option>\n                        <option value=\"E_USER_ERROR\"{LOG_LEVEL_SELECTED_ERROR}>{TR_E_USER_ERROR}</option>\n                        <option value=\"E_USER_WARNING\"{LOG_LEVEL_SELECTED_WARNING}>{TR_E_USER_WARNING}</option>\n                        <option value=\"E_USER_NOTICE\"{LOG_LEVEL_SELECTED_NOTICE}>{TR_E_USER_NOTICE}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"prevent_external_login_admin\">{TR_PREVENT_EXTERNAL_LOGIN_ADMIN}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"prevent_external_login_admin\" id=\"prevent_external_login_admin\">\n                        <option value=\"0\"{PREVENT_EXTERNAL_LOGIN_ADMIN_SELECTED_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{PREVENT_EXTERNAL_LOGIN_ADMIN_SELECTED_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"even\">\n                <div class=\"left\">\n                    <label for=\"prevent_external_login_reseller\">{TR_PREVENT_EXTERNAL_LOGIN_RESELLER}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"prevent_external_login_reseller\" id=\"prevent_external_login_reseller\">\n                        <option value=\"0\"{PREVENT_EXTERNAL_LOGIN_RESELLER_SELECTED_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{PREVENT_EXTERNAL_LOGIN_RESELLER_SELECTED_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"odd\">\n                <div class=\"left\">\n                    <label for=\"prevent_external_login_client\">{TR_PREVENT_EXTERNAL_LOGIN_CLIENT}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"prevent_external_login_client\" id=\"prevent_external_login_client\">\n                        <option value=\"0\"{PREVENT_EXTERNAL_LOGIN_CLIENT_SELECTED_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{PREVENT_EXTERNAL_LOGIN_CLIENT_SELECTED_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n            <div class=\"even\">\n                <div class=\"left\">\n                    <label for=\"enableSSL\">{TR_ENABLE_SSL}</label>\n                </div>\n                <div class=\"right\">\n                    <select name=\"enableSSL\" id=\"enableSSL\">\n                        <option value=\"0\"{ENABLE_SSL_OFF}>{TR_DISABLED}</option>\n                        <option value=\"1\"{ENABLE_SSL_ON}>{TR_ENABLED}</option>\n                    </select>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/settings_lostpassword.tpl",
    "content": "\n<form action=\"settings_lostpassword.php\" method=\"post\" name=\"frmlostpassword\" id=\"frmlostpassword\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"4\">{TR_MESSAGE_TEMPLATE_INFO}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td colspan=\"2\">{TR_ACTIVATION_EMAIL}</td>\n            <td colspan=\"2\">{TR_PASSWORD_EMAIL}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_USER_LOGIN_NAME}</strong></td>\n            <td>{USERNAME}</td>\n            <td><strong>{TR_USER_LOGIN_NAME}</strong></td>\n            <td>{USERNAME}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_LOSTPW_LINK}</strong></td>\n            <td>{LINK}</td>\n            <td><strong>{TR_USER_PASSWORD}</strong></td>\n            <td>{PASSWORD}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_USER_REAL_NAME}</strong></td>\n            <td>{NAME}</td>\n            <td><strong>{TR_USER_REAL_NAME}</strong></td>\n            <td>{NAME}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_BASE_SERVER_VHOST_PREFIX}</strong></td>\n            <td>{BASE_SERVER_VHOST_PREFIX}</td>\n            <td><strong>{TR_BASE_SERVER_VHOST_PREFIX}</strong></td>\n            <td>{BASE_SERVER_VHOST_PREFIX}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_BASE_SERVER_VHOST}</strong></td>\n            <td>{BASE_SERVER_VHOST}</td>\n            <td><strong>{TR_BASE_SERVER_VHOST}</strong></td>\n            <td>{BASE_SERVER_VHOST}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_BASE_SERVER_VHOST_PORT}</strong></td>\n            <td>{BASE_SERVER_VHOST_PORT}</td>\n            <td><strong>{TR_BASE_SERVER_VHOST_PORT}</strong></td>\n            <td>{BASE_SERVER_VHOST_PORT}</td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"3\">{TR_MESSAGE_TEMPLATE}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><strong>{TR_SUBJECT}</strong></td>\n            <td><label><input name=\"subject1\" type=\"text\" id=\"subject1\" class=\"inputTitle\" value=\"{SUBJECT_VALUE1}\"></label></td>\n            <td><label><input type=\"text\" name=\"subject2\" class=\"inputTitle\" value=\"{SUBJECT_VALUE2}\"></label></td>\n        </tr>\n        <tr>\n            <td><strong>{TR_MESSAGE}</strong></td>\n            <td><label><textarea name=\"message1\" id=\"message1\">{MESSAGE_VALUE1}</textarea></label></td>\n            <td><label><textarea name=\"message2\" id=\"message2\">{MESSAGE_VALUE2}</textarea></label></td>\n        </tr>\n        <tr>\n            <td><strong>{TR_SENDER_EMAIL}</strong></td>\n            <td>{SENDER_EMAIL_VALUE}</td>\n            <td><input type=\"hidden\" name=\"sender_email\" value=\"{SENDER_EMAIL_VALUE}\"></td>\n        </tr>\n        <tr>\n            <td><strong>{TR_SENDER_NAME}</strong></td>\n            <td>{SENDER_NAME_VALUE}</td>\n            <td><input type=\"hidden\" name=\"sender_name\" value=\"{SENDER_NAME_VALUE}\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_APPLY_CHANGES}\">\n        <input type=\"hidden\" name=\"uaction\" value=\"apply\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/settings_maintenance_mode.tpl",
    "content": "\n<form action=\"settings_maintenance_mode.php\" method=\"post\" name=\"maintenancemode_frm\" id=\"maintenancemode_frm\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_MAINTENANCE_MESSAGE}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"maintenancemode_message\">{TR_MESSAGE}</label></td>\n            <td><textarea name=\"maintenancemode_message\" id=\"maintenancemode_message\">{MESSAGE_VALUE}</textarea></td>\n        </tr>\n        <tr>\n            <td><label for=\"maintenancemode\">{TR_MAINTENANCEMODE}</label></td>\n            <td>\n                <select name=\"maintenancemode\" id=\"maintenancemode\">\n                    <option value=\"0\" {SELECTED_OFF}>{TR_DISABLED}</option>\n                    <option value=\"1\" {SELECTED_ON}>{TR_ENABLED}</option>\n                </select>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_APPLY}\">\n        <input type=\"hidden\" name=\"uaction\" value=\"apply\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/settings_plugins.phtml",
    "content": "<?php\n/** @noinspection PhpUnhandledExceptionInspection */\n?>\n<script>\n    $(function () {\n        var $dataTable = $(\".datatable\").dataTable({\n            language: imscp_i18n.core.dataTable,\n            displayLength: 10,\n            stateSave: true,\n            pagingType: \"simple\"\n        });\n\n        $('#bulkActionsTop, #bulkActionsBottom').change(function () {\n            $(\"select[name=\\\"bulkActions\\\"] option[value=\" + $(this).val() + \"]\").attr(\"selected\", \"selected\");\n        });\n\n        $(\"thead :checkbox, tfoot :checkbox\").change(function () {\n            $(\"table :checkbox\").prop('checked', $(this).is(':checked'));\n        });\n\n        $dataTable.on(\"click\", \".plugin_error\", function () {\n            var errDialog = $('<div>' + '<pre>' + $.trim($(this).html()) + '</pre>' + '</div>');\n            var pluginName = $(this).attr('id');\n\n            errDialog.dialog({\n                modal: true,\n                title: pluginName + \" \" + imscp_i18n.core.error_details,\n                show: \"clip\",\n                hide: \"clip\",\n                minHeight: 200,\n                minWidth: 500,\n                buttons: [\n                    {\n                        text: imscp_i18n.core.force_retry,\n                        click: function () {\n                            window.location.replace(\n                                \"?action=retry&plugin=\"+pluginName\n                            )\n                        }\n                    },\n                    {\n                        text: imscp_i18n.core.close,\n                        click: function () {\n                            $(this).dialog(\"close\").dialog(\"destroy\")\n                        }\n                    }\n                ]\n            });\n\n            return false;\n        });\n\n        $(\"input[name='plugin_archive']\").on(\"change\", function () {\n            var $button = $(\"input[name='plugin_archive_submit']\");\n\n            if (!$(this).val()) {\n                $button.prop(\"disabled\", true);\n            } else {\n                $button.prop(\"disabled\", false);\n            }\n\n            $button.button(\"refresh\");\n        });\n\n        $('#bulk_actions').on(\"change\", function () {\n            var $button = $(\"#bulk_actions_submit\");\n            if ($(this).val() == 'noaction') {\n                $button.prop(\"disabled\", true);\n            } else {\n                $button.prop(\"disabled\", false);\n            }\n\n            $button.button(\"refresh\");\n        });\n    });\n</script>\n<p class=\"hint\" style=\"font-variant: small-caps;font-size: small;\">\n    <?= tohtml(tr('Plugins hook into i-MSCP core to extend its functionality with custom features. Plugins are developed independently from the core i-MSCP application.'));?>\n    <br>\n    <?= tohtml(tr('You can find new plugins to install by visiting the official i-MSCP plugin store.')); ?>\n</p>\n<br>\n<h3 class=\"plugin\"><span><?= tohtml(tr('Plugins Upload')) ?> </span></h3>\n<form name=\"plugin_upload_frm\" action=\"settings_plugins.php\"\n      method=\"post\" enctype=\"multipart/form-data\"\n>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Upload'))?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>\n                <?= tohtml(tr('Plugin archive')) ?>\n                <span class=\"icon i_help\" title=\"<?= tohtml(tr('Only tar.gz, tar.bz2, tar.xz and zip archives are accepted.'), 'htmlAttr') ?>\"></span>\n            </td>\n            <td>\n                <input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"<?= tohtml(utils_getMaxFileUpload(), 'htmlAttr') ?>\">\n                <input type=\"file\" name=\"plugin_archive\">\n                <input type=\"submit\" name=\"plugin_archive_submit\" value=\"<?= tohtml(tr('Upload', 'htmlAttr'))?>\" disabled>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n</form>\n<br>\n<h3 class=\"plugin\"><span><?= tohtml(tr('Plugins management')) ?> </span></h3>\n<!-- BDP: plugins_list_empty_block -->\n<div class=\"message static_info\">\n    <?= tohtml(tr('Plugin list is empty.')) ?>\n</div>\n<!-- EDP: plugins_list_empty_block -->\n<!-- BDP: plugins_block -->\n<form name=\"plugin_frm\" action=\"settings_plugins.php\" method=\"post\">\n    <table class=\"datatable\">\n        <thead>\n        <tr style=\"border: none;\">\n            <th style=\"width:21px;\"><label><input type=\"checkbox\"></label></th>\n            <th style=\"width:200px\"><?= tohtml(tr('Plugin')) ?></th>\n            <th><?= tohtml(tr('Description')) ?></th>\n            <th><?= tohtml(tr('Status')) ?></th>\n            <th><?= tohtml(tr('Actions')) ?></th>\n        </tr>\n        </thead>\n        <tfoot>\n        <tr>\n            <td><label><input type=\"checkbox\"></label></td>\n            <td><?= tohtml(tr('Plugin')) ?></td>\n            <td><?= tohtml(tr('Description')) ?></td>\n            <td><?= tohtml(tr('Status')) ?></td>\n            <td><?= tohtml(tr('Actions')) ?></td>\n        </tr>\n        </tfoot>\n        <tbody>\n        <!-- BDP: plugin_block -->\n        <tr>\n            <td>\n                <label>\n                    <input type='checkbox' name='checked[]' value=\"{PLUGIN_NAME}\">\n                </label>\n            </td>\n            <td>\n                <p style=\"font-size: 110%\"><strong>{PLUGIN_NAME}</strong></p>\n            </td>\n            <td>\n                <p class=\"bold\" style=\"font-size: 110%\">{PLUGIN_DESCRIPTION}</p>\n                <span class=\"italic\" style=\"font-size: 90%\">\n                    <span class=\"bold\">\n                        <?= tohtml(tr('Version')) ?> {PLUGIN_VERSION}\n                    </span>\n                    (Build {PLUGIN_BUILD})\n                    <br>\n                    <a href=\"mailto:{PLUGIN_MAILTO}\">\n                        <?= tohtml(tr('By')) ?> {PLUGIN_AUTHOR}\n                    </a> |\n                    <a href=\"{PLUGIN_SITE}\" target=\"_blank\">\n                        <?= tohtml(tr('Visit plugin site')) ?>\n                    </a>\n                </span>\n            </td>\n            <td>\n                {PLUGIN_STATUS}\n                <!-- BDP: plugin_status_details_block -->\n                <span id=\"{PLUGIN_NAME}\" class=\"plugin_error icon i_help\"\n                      title=\"<?= tohtml(tr('Click here for more details'), 'htmlAttr') ?>\"\n                >\n                    {PLUGIN_STATUS_DETAILS}\n                </span>\n                <!-- EDP: plugin_status_details_block -->\n            </td>\n            <td>\n                <!-- BDP: plugin_activate_link -->\n                <a style=\"vertical-align: middle;\" class=\"icon i_open\"\n                   href=\"settings_plugins.php?action={ACTIVATE_ACTION}&plugin={PLUGIN_NAME}\"\n                   title=\"{TR_ACTIVATE_TOOLTIP}\"></a>\n                \n                <a style=\"vertical-align: middle;\" class=\"icon i_close\"\n                   href=\"settings_plugins.php?action={UNINSTALL_ACTION}&plugin={PLUGIN_NAME}\"\n                   title=\"{TR_UNINSTALL_TOOLTIP}\"></a>\n                <!-- EDP: plugin_activate_link -->\n                <!-- BDP: plugin_deactivate_link -->\n                <a style=\"vertical-align: middle;\" class=\"icon i_close\"\n                   href=\"settings_plugins.php?action=disable&plugin={PLUGIN_NAME}\"\n                   title=\"{TR_DEACTIVATE_TOOLTIP}\"></a>\n                <a style=\"vertical-align: middle;\" class=\"icon i_lock\"\n                   href=\"settings_plugins.php?action=protect&plugin={PLUGIN_NAME}\"\n                   title=\"<?= tohtml(tr('Protect this plugin'), 'htmlAttr') ?>\"></a>\n                <!-- EDP: plugin_deactivate_link -->\n                <!-- BDP: plugin_protected_link -->\n                <span style=\"vertical-align: middle;\" class=\"icon i_unlock\"\n                      title=\"{TR_UNPROTECT_TOOLTIP}\">&nbsp;</span>\n                <!-- EDP: plugin_protected_link -->\n            </td>\n        </tr>\n        <!-- EDP: plugin_block -->\n        </tbody>\n    </table>\n    <div style=\"float:left;\">\n        <label>\n        <select name=\"bulk_actions\" id=\"bulk_actions\">\n            <option value=\"noaction\" selected><?= tohtml(tr('Bulk Actions')) ?></option>\n            <option value=\"install\"><?= tohtml(tr('Install'))?></option>\n            <option value=\"enable\"><?= tohtml(tr('Activate')) ?></option>\n            <option value=\"disable\"><?= tohtml(tr('Deactivate')) ?></option>\n            <option value=\"uninstall\"><?= tohtml(tr('Uninstall')) ?></option>\n            <option value=\"protect\"><?= tohtml(tr('Protect')) ?></option>\n            <option value=\"delete\"><?= tohtml(tr('Delete')) ?></option>\n        </select>\n        </label>\n        <button type=\"submit\" name=\"Submit\" id=\"bulk_actions_submit\" disabled>\n            <?= tohtml(tr('Apply'))?>\n        </button>\n    </div>\n</form>\n<!-- EDP: plugins_block -->\n<div class=\"buttons\">\n    <a href=\"settings_plugins.php?sync=1\" class=\"link_as_button\">\n        <?= tohtml(tr('Synchronize')) ?>\n    </a>\n</div>\n"
  },
  {
    "path": "gui/themes/default/admin/settings_ports.tpl",
    "content": "\n<script>\n    function action_delete(link, service) {\n        return jQuery.imscp.confirmOnclick(link, sprintf(\"{TR_MESSAGE_DELETE}\", service));\n    }\n\n    var error_fields_ids = {ERROR_FIELDS_IDS};\n\n    $(function () {\n        $('.datatable').dataTable(\n            {\n                language: imscp_i18n.core.dataTable,\n                displayLength: 10,\n                stateSave: true,\n                filter: false,\n                pagingType: \"simple\",\n                sort: false\n            }\n        );\n\n        $.each(error_fields_ids, function () {\n            $(\"#\" + this).css({ \"border\": \"1px solid red\", \"font-weight\": \"bolder\" });\n        });\n\n        $('input[name=submitForReset]').click(function () {\n            $('input[name=uaction]').val('reset');\n        });\n    });\n</script>\n<!-- start form edit -->\n<form name=\"editFrm\" method=\"post\" action=\"settings_ports.php\" autocomplete=\"off\">\n    <table class=\"datatable\">\n        <thead>\n        <tr>\n            <th>{TR_SERVICE}</th>\n            <th>{TR_IP}</th>\n            <th>{TR_PORT}</th>\n            <th>{TR_PROTOCOL}</th>\n            <th>{TR_SHOW}</th>\n            <th>{TR_ACTION}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: service_ports -->\n        <tr>\n            <td>\n                <label for=\"name{NUM}\"><input name=\"name[]\" type=\"text\" id=\"name{NUM}\" value=\"{NAME}\" class=\"textinput\" maxlength=\"25\"></label>\n                <input name=\"var_name[]\" type=\"hidden\" id=\"var_name{NUM}\" value=\"{VAR_NAME}\">\n            </td>\n            <td>\n                <label><input name=\"ip[]\" type=\"text\" id=\"ip{NUM}\" value=\"{IP}\" maxlength=\"40\"></label>\n            </td>\n            <td>\n                <label><input name=\"port[]\" type=\"number\" id=\"port{NUM}\" value=\"{PORT}\" min=\"1\" max=\"65535\"></label>\n            </td>\n            <td>\n                <label>\n                    <select name=\"port_type[]\" id=\"port_type{NUM}\">\n                        <option value=\"udp\"{SELECTED_UDP}>UDP</option>\n                        <option value=\"tcp\"{SELECTED_TCP}>TCP</option>\n                    </select>\n                </label>\n            </td>\n            <td>\n                <label>\n                    <select name=\"show_val[]\" id=\"show_val{NUM}\">\n                        <option value=\"1\"{SELECTED_ON}>{TR_YES}</option>\n                        <option value=\"0\"{SELECTED_OFF}>{TR_NO}</option>\n                    </select>\n                </label>\n            </td>\n            <td>\n                <a href=\"settings_ports.php?delete={DELETE_ID}\" class=\"icon i_delete\" onclick=\"return action_delete(this, '{NAME}')\">{TR_DELETE}</a>\n            </td>\n        </tr>\n        <!-- EDP: service_ports -->\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"uaction\" value=\"update\">\n        <input name=\"submitForUpdate\" type=\"submit\" value=\"{VAL_FOR_SUBMIT_ON_UPDATE}\">\n        <input name=\"submitForReset\" type=\"submit\" value=\"{VAL_FOR_SUBMIT_ON_RESET}\">\n    </div>\n</form>\n<form name=\"addFrm\" method=\"post\" action=\"settings_ports.php\" autocomplete=\"off\">\n    <table>\n        <thead>\n        <tr>\n            <th>{TR_SERVICE}</th>\n            <th>{TR_IP}</th>\n            <th>{TR_PORT}</th>\n            <th>{TR_PROTOCOL}</th>\n            <th>{TR_SHOW}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label><input name=\"srv_new\" type=\"text\" id=\"namek\" value=\"{VAL_FOR_SRV_NEW}\" maxlength=\"25\" autocomplete=\"off\"></label></td>\n            <td><label><input name=\"ip_new\" type=\"text\" id=\"ip\" value=\"{VAL_FOR_IP_NEW}\" maxlength=\"45\" autocomplete=\"off\"></label></td>\n            <td><label><input name=\"port_new\" type=\"number\" id=\"port\" value=\"{VAL_FOR_PORT_NEW}\" min=\"1\" max=\"65535\" autocomplete=\"off\"></label></td>\n            <td>\n                <label>\n                    <select name=\"port_type_new\" id=\"port_type\">\n                        <option value=\"udp\">UDP</option>\n                        <option value=\"tcp\" selected>TCP</option>\n                    </select>\n                </label>\n            </td>\n            <td>\n                <label>\n                    <select name=\"show_val_new\" id=\"show_val\">\n                        <option value=\"1\" selected>{TR_YES}</option>\n                        <option value=\"0\">{TR_NO}</option>\n                    </select>\n                </label>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"uaction\" value=\"add\">\n        <input name=\"submitForAdd\" type=\"submit\" value=\"{VAL_FOR_SUBMIT_ON_ADD}\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/settings_server_traffic.tpl",
    "content": "\n<form action=\"settings_server_traffic.php\" method=\"post\" name=\"serverTrafficFrm\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_SET_SERVER_TRAFFIC_SETTINGS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"max_traffic\">{TR_MAX_TRAFFIC}</label></td>\n            <td><input name=\"max_traffic\" type=\"number\" min=\"0\" max=\"2147483647\" id=\"max_traffic\" value=\"{MAX_TRAFFIC}\"> {TR_MIB}</td>\n        </tr>\n        <tr>\n            <td><label for=\"traffic_warning\">{TR_WARNING}</label></td>\n            <td><input name=\"traffic_warning\" type=\"number\" min=\"0\" max=\"2147483647\" id=\"traffic_warning\" value=\"{TRAFFIC_WARNING}\"> {TR_MIB}</td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/settings_welcome_mail.tpl",
    "content": "\n<!-- BDP: tickets_list -->\n<form name=\"admin_email_setup\" method=\"post\" action=\"settings_welcome_mail.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_MESSAGE_TEMPLATE_INFO}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><strong>{TR_USER_LOGIN_NAME}</strong></td>\n            <td>{USERNAME}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_USER_PASSWORD}</strong></td>\n            <td>{PASSWORD}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_USER_REAL_NAME}</strong></td>\n            <td>{NAME}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_USERTYPE}</strong></td>\n            <td>{USERTYPE}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_BASE_SERVER_VHOST_PREFIX}</strong></td>\n            <td>{BASE_SERVER_VHOST_PREFIX}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_BASE_SERVER_VHOST}</strong></td>\n            <td>{BASE_SERVER_VHOST}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_BASE_SERVER_VHOST_PORT}</strong></td>\n            <td>{BASE_SERVER_VHOST_PORT}</td>\n        </tr>\n        </tbody>\n    </table>\n    <table>\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_MESSAGE_TEMPLATE}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"auto_subject\"><strong>{TR_SUBJECT}</strong></label></td>\n            <td><input type=\"text\" name=\"auto_subject\" id=\"auto_subject\" class=\"inputTitle\" value=\"{SUBJECT_VALUE}\">\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"auto_message\"><strong>{TR_MESSAGE}</strong></label></td>\n            <td><textarea name=\"auto_message\" id=\"auto_message\">{MESSAGE_VALUE}</textarea></td>\n        </tr>\n        <tr>\n            <td><strong>{TR_SENDER_EMAIL}</strong></td>\n            <td>{SENDER_EMAIL_VALUE}</td>\n        </tr>\n        <tr>\n            <td><strong>{TR_SENDER_NAME}</strong></td>\n            <td>{SENDER_NAME_VALUE}</td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <input type=\"hidden\" name=\"uaction\" value=\"email_setup\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/admin/system_info.tpl",
    "content": "\n<script>\n    $(function () {\n        $('.datatable').dataTable(\n            {\n                language: imscp_i18n.core.dataTable,\n                stateSave: true,\n                pagingType: \"simple\",\n                columnDefs: [\n                    {type: \"natural\", targets: [1]}\n                ]\n            }\n        );\n    });\n</script>\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_SYSTEM_INFO}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_KERNEL}</td>\n        <td>{KERNEL}</td>\n    </tr>\n    <tr>\n        <td>{TR_UPTIME}</td>\n        <td>{UPTIME}</td>\n    </tr>\n    <tr>\n        <td>{TR_LOAD}</td>\n        <td>{LOAD}</td>\n    </tr>\n    </tbody>\n</table>\n<h2 class=\"system_cpu\"><span>{TR_CPU_INFO}</span></h2>\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_CPU}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_CPU_MODEL}</td>\n        <td>{CPU_MODEL}</td>\n    </tr>\n    <tr>\n        <td>{TR_CPU_CORES}</td>\n        <td>{CPU_CORES}</td>\n    </tr>\n    <tr>\n        <td>{TR_CPU_CLOCK_SPEED}</td>\n        <td>{CPU_CLOCK_SPEED}</td>\n    </tr>\n    <tr>\n        <td>{TR_CPU_CACHE}</td>\n        <td>{CPU_CACHE}</td>\n    </tr>\n    <tr>\n        <td>{TR_CPU_BOGOMIPS}</td>\n        <td>{CPU_BOGOMIPS}</td>\n    </tr>\n    </tbody>\n</table>\n<h2 class=\"tools\"><span>{TR_MEMORY_INFO}</span></h2>\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_RAM}</th>\n        <th>{TR_TOTAL}</th>\n        <th>{TR_USED}</th>\n        <th>{TR_FREE}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>&nbsp;</td>\n        <td>{RAM_TOTAL}</td>\n        <td>{RAM_USED}</td>\n        <td>{RAM_FREE}</td>\n    </tr>\n    </tbody>\n</table>\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_SWAP}</th>\n        <th>{TR_TOTAL}</th>\n        <th>{TR_USED}</th>\n        <th>{TR_FREE}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>&nbsp;</td>\n        <td>{SWAP_TOTAL}</td>\n        <td>{SWAP_USED}</td>\n        <td>{SWAP_FREE}</td>\n    </tr>\n    </tbody>\n</table>\n<h2 class=\"tools\"><span>{TR_FILE_SYSTEM_INFO}</span></h2>\n<table class=\"firstColFixed datatable\">\n    <thead>\n    <tr>\n        <th>{TR_MOUNT}</th>\n        <th>{TR_TYPE}</th>\n        <th>{TR_PARTITION}</th>\n        <th>{TR_PERCENT}</th>\n        <th>{TR_FREE}</th>\n        <th>{TR_USED}</th>\n        <th>{TR_SIZE}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: device_block -->\n    <tr>\n        <td>{MOUNT}</td>\n        <td>{TYPE}</td>\n        <td>{PARTITION}</td>\n        <td>{PERCENT}%</td>\n        <td>{FREE}</td>\n        <td>{USED}</td>\n        <td>{SIZE}</td>\n    </tr>\n    <!-- EDP: device_block -->\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/admin/ticket_closed.tpl",
    "content": "<script>\n    function action_delete(link, subject) {\n        if (subject == '#__all__#') {\n            return jQuery.imscp.confirmOnclick(link, \"{TR_TICKETS_DELETE_ALL_MESSAGE}\");\n        }\n\n        return jQuery.imscp.confirmOnclick(link, sprintf(\"{TR_TICKETS_DELETE_MESSAGE}\", subject));\n    }\n</script>\n<!-- BDP: tickets_list -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_TICKET_STATUS}</th>\n        <th>{TR_TICKET_FROM}</th>\n        <th>{TR_TICKET_SUBJECT}</th>\n        <th>{TR_TICKET_URGENCY}</th>\n        <th>{TR_TICKET_LAST_ANSWER_DATE}</th>\n        <th>{TR_TICKET_ACTION}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: tickets_item -->\n    <tr>\n        <td><strong>{TICKET_STATUS_VAL}</strong></td>\n        <td>{TICKET_FROM_VAL}</td>\n        <td>\n            <a href=\"ticket_view.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_document\" title=\"{TR_TICKET_READ_LINK}\">{TICKET_SUBJECT_VAL}</a>\n        </td>\n        <td>{TICKET_URGENCY_VAL}</td>\n        <td>{TICKET_LAST_DATE_VAL}</td>\n        <td>\n            <a href=\"ticket_delete.php?ticket_id={TICKET_ID_VAL}\" onclick=\"return action_delete(this, '{TICKET_SUBJECT2_VAL}')\" class=\"icon i_delete\" title=\"{TR_TICKET_DELETE_LINK}\">{TR_TICKET_DELETE}</a>\n            <a href=\"ticket_closed.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_open\" title=\"{TR_TICKET_REOPEN_LINK}\">{TR_TICKET_REOPEN}</a>\n        </td>\n    </tr>\n    <!-- EDP: tickets_item -->\n    <tr>\n        <td colspan=\"6\">\n            <div class=\"buttons\">\n                <a href=\"ticket_delete.php?delete=closed\" onclick=\"return action_delete(this, '#__all__#')\">\n                    <button type=\"button\">{TR_TICKET_DELETE_ALL}</button>\n                </a>\n            </div>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<div class=\"paginator\">\n    <!-- BDP: scroll_prev -->\n    <a class=\"icon i_prev\" href=\"ticket_system.php?psi={PREV_PSI}\" title=\"{TR_PREVIOUS}\">{TR_PREVIOUS}</a>\n    <!-- EDP: scroll_prev -->\n    <!-- BDP: scroll_prev_gray -->\n    <span class=\"icon i_prev_gray\"></span>\n    <!-- EDP: scroll_prev_gray -->\n    <!-- BDP: scroll_next_gray -->\n    <span class=\"icon i_next_gray\"></span>\n    <!-- EDP: scroll_next_gray -->\n    <!-- BDP: scroll_next -->\n    <a class=\"icon i_next\" href=\"ticket_system.php?psi={NEXT_PSI}\" title=\"{TR_NEXT}\">{TR_NEXT}</a>\n    <!-- EDP: scroll_next -->\n</div>\n<!-- EDP: tickets_list -->\n"
  },
  {
    "path": "gui/themes/default/admin/ticket_system.tpl",
    "content": "\n<script>\n    function action_delete(link, subject) {\n        if (subject == '#__all__#') {\n            return jQuery.imscp.confirmOnclick(link, \"{TR_TICKETS_DELETE_ALL_MESSAGE}\");\n        }\n\n        return jQuery.imscp.confirmOnclick(link, sprintf(\"{TR_TICKETS_DELETE_MESSAGE}\", subject));\n    }\n</script>\n<!-- BDP: tickets_list -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_TICKET_STATUS}</th>\n        <th>{TR_TICKET_FROM}</th>\n        <th>{TR_TICKET_SUBJECT}</th>\n        <th>{TR_TICKET_URGENCY}</th>\n        <th>{TR_TICKET_LAST_ANSWER_DATE}</th>\n        <th>{TR_TICKET_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: tickets_item -->\n    <tr>\n        <td><strong>{TICKET_STATUS_VAL}</strong></td>\n        <td>{TICKET_FROM_VAL}</td>\n        <td>\n            <a href=\"ticket_view.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_document\" title=\"{TR_TICKET_READ_LINK}\">{TICKET_SUBJECT_VAL}</a>\n        </td>\n        <td>{TICKET_URGENCY_VAL}</td>\n        <td>{TICKET_LAST_DATE_VAL}</td>\n        <td>\n            <a href=\"ticket_delete.php?ticket_id={TICKET_ID_VAL}\" onclick=\"return action_delete(this, '{TICKET_SUBJECT2_VAL}')\" class=\"icon i_delete\" title=\"{TR_TICKET_DELETE_LINK}\">{TR_TICKET_DELETE}</a>\n            <a href=\"ticket_system.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_close\" title=\"{TR_TICKET_CLOSE_LINK}\">{TR_TICKET_CLOSE}</a>\n        </td>\n    </tr>\n    <!-- EDP: tickets_item -->\n    <tr>\n        <td colspan=\"6\">\n            <div class=\"buttons\">\n                <a class=\"link_as_button\" href=\"ticket_delete.php?delete=open\" onclick=\"return action_delete(this, '#__all__#')\">{TR_TICKET_DELETE_ALL}</a>\n            </div>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<div class=\"paginator\">\n    <!-- BDP: scroll_prev -->\n    <a class=\"icon i_prev\" href=\"ticket_system.php?psi={PREV_PSI}\" title=\"{TR_PREVIOUS}\">{TR_PREVIOUS}</a>\n    <!-- EDP: scroll_prev -->\n    <!-- BDP: scroll_prev_gray -->\n    <span class=\"icon i_prev_gray\"></span>\n    <!-- EDP: scroll_prev_gray -->\n    <!-- BDP: scroll_next_gray -->\n    <span class=\"icon i_next_gray\"></span>\n    <!-- EDP: scroll_next_gray -->\n    <!-- BDP: scroll_next -->\n    <a class=\"icon i_next\" href=\"ticket_system.php?psi={NEXT_PSI}\" title=\"{TR_NEXT}\">{TR_NEXT}</a>\n    <!-- EDP: scroll_next -->\n</div>\n<!-- EDP: tickets_list -->\n"
  },
  {
    "path": "gui/themes/default/admin/ticket_view.tpl",
    "content": "\n<!-- BDP: ticket -->\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_TICKET_INFO}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td><strong>{TR_TICKET_SUBJECT}</strong></td>\n        <td>{TICKET_SUBJECT_VAL}</td>\n    </tr>\n    <tr>\n        <td><strong>{TR_TICKET_URGENCY}</strong></td>\n        <td>{TICKET_URGENCY_VAL}</td>\n    </tr>\n    </tbody>\n</table>\n<!-- BDP: ticket_message -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_TICKET_FROM}: {TICKET_FROM_VAL}</th>\n        <th style=\"text-align: right\">{TICKET_DATE_VAL}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr class=\"{TICKET_CLASS}\">\n        <td colspan=\"2\">{TICKET_CONTENT_VAL}</td>\n    </tr>\n    </tbody>\n</table>\n<!-- EDP: ticket_message -->\n<!-- EDP: ticket -->\n<h2 class=\"doc\"><span>{TR_TICKET_NEW_REPLY}</span></h2>\n<form name=\"ticketFrm\" method=\"post\" action=\"ticket_view.php?ticket_id={TICKET_ID_VAL}\">\n    <label><textarea name=\"user_message\" style=\"height:250px\"></textarea></label>\n    <div class=\"buttons\">\n        <input name=\"button_reply\" type=\"button\" value=\"{TR_TICKET_REPLY}\" onclick=\"return sbmt(document.forms[0], 'send_msg');\">\n        <input name=\"button_action\" type=\"button\" value=\"{TR_TICKET_ACTION}\" onclick=\"return sbmt(document.forms[0], '{TICKET_ACTION_VAL}');\">\n    </div>\n    <input name=\"uaction\" type=\"hidden\" value=\"\">\n    <input name=\"subject\" type=\"hidden\" value=\"{TICKET_SUBJECT_VAL}\">\n    <input name=\"urgency\" type=\"hidden\" value=\"{TICKET_URGENCY_ID_VAL}\">\n</form>\n<!-- EDP: tickets_list -->\n"
  },
  {
    "path": "gui/themes/default/admin/users.phtml",
    "content": "<script>\n    function action_delete(link) {\n        return jQuery.imscp.confirmOnclick(\n            link, \"<?= tojs(tr('Are you sure you want to delete this account?')); ?>\"\n        );\n    }\n\n    $(function() {\n        $(\"#administrators_table, #resellers_table\").dataTable({\n            language: <?= getDataTablesPluginTranslations(); ?>,\n            displayLength: 10,\n            stateSave: true,\n            pagingType: \"simple\",\n            columnDefs: [{sortable: false, searchable: false, targets: [3]}]\n        });\n    });\n</script>\n<h3 class=\"user_yellow\"><span><?= tohtml(tr('Administrator')); ?></span></h3>\n<!-- BDP: administrator_message -->\n<div class=\"static_info\"><?= tohtml(tr('No account found.')); ?></div>\n<!-- EDP: administrator_message -->\n<!-- BDP: administrator_list -->\n<table class=\"firstColFixed\" id=\"administrators_table\">\n    <thead>\n    <tr>\n        <th><?= tohtml(tr('Username')); ?></th>\n        <th><?= tohtml(tr('Created on')); ?></th>\n        <th><?= tohtml(tr('created by')); ?></th>\n        <th><?= tohtml(tr('Actions')); ?></th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: administrator_item -->\n    <tr>\n        <td>{ADMINISTRATOR_USERNAME}</td>\n        <td>{ADMINISTRATOR_CREATED_ON}</td>\n        <td>{ADMINISTRATOR_CREATED_BY}</td>\n        <td>\n            <a href=\"user_edit.php?edit_id={ADMINISTRATOR_ID}\" class=\"icon i_user\" title=\"<?= tohtml(tr('Edit'), 'htmlAttr'); ?>\"><?= tohtml(tr('Edit')); ?></a>\n            <!-- BDP: administrator_delete_link -->\n            <a href=\"user_delete.php?delete_id={ADMINISTRATOR_ID}\" class=\"icon i_delete\" onclick=\"return action_delete(this)\" title=\"<?= tohtml(tr('Delete'), 'htmlAttr'); ?>\"><?= tohtml(tr('Delete')); ?></a>\n            <!-- EDP: administrator_delete_link -->\n        </td>\n    </tr>\n    <!-- EDP: administrator_item -->\n    </tbody>\n</table>\n<!-- EDP: admin_list -->\n<h3 class=\"user_green\"><span><?= tohtml(tr('Resellers')); ?></span></h3>\n<!-- BDP: reseller_message -->\n<div class=\"static_info\"><?= tohtml(tr('No account found.')); ?></div>\n<!-- EDP: reseller_message -->\n<!-- BDP: reseller_list -->\n<table class=\"firstColFixed\" id=\"resellers_table\">\n    <thead>\n    <tr>\n        <th><?= tohtml(tr('Username')); ?></th>\n        <th><?= tohtml(tr('Created on')); ?></th>\n        <th><?= tohtml(tr('Created by')); ?></th>\n        <th><?= tohtml(tr('Action')); ?></th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: reseller_item -->\n    <tr>\n        <td>{RESELLER_USERNAME}</td>\n        <td>{RESELLER_CREATED_ON}</td>\n        <td>{RESELLER_CREATED_BY}</td>\n        <td>\n            <a class=\"icon i_details\" href=\"change_user_interface.php?to_id={RESELLER_ID}\" title=\"<?= tohtml(tr('Switch to user interface'), 'htmlAttr'); ?>\"><?= tohtml(tr('Switch')); ?></a>\n            <a href=\"reseller_edit.php?edit_id={RESELLER_ID}\" class=\"icon i_user\" title=\"<?= tohtml(tr('Edit'), 'htmlAttr'); ?>\"><?= tohtml(tr('Edit')); ?></a>\n            <a href=\"user_delete.php?delete_id={RESELLER_ID}\" class=\"icon i_delete\" title=\"<?= tohtml(tr('Delete'), 'htmlAttr'); ?>\" onclick=\"return action_delete(this)\"><?= tohtml(tr('Delete')); ?></a>\n        </td>\n    </tr>\n    <!-- EDP: reseller_item -->\n    </tbody>\n</table>\n<!-- EDP: reseller_list -->\n<!-- INCLUDE \"../shared/partials/client_list.phtml\" -->\n"
  },
  {
    "path": "gui/themes/default/assets/css/black.css",
    "content": "/**\n * i-MSCP - internet Multi Server Control Panel\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n *\n * @category    iMSCP\n * @package     iMSCP_Core\n * @subpackage  Layout\n * @copyright   2010-2015 by i-MSCP | http://i-mscp.net\n * @link        http://i-mscp.net\n * @author      Laurent Declercq <l.declercq@nuxwin.com>\n */\n\nbody {\n    background: #ffffff url(../images/black/background/left_bg.jpg) repeat-y top left;\n    color: #1a1a1a;\n}\n\n/* Links */\n\na {\n    color: #1a1a1a;\n}\n\n.header a,\n.location a,\n.left_menu a,\n.link_as_button a {\n    color: #ffffff;\n}\n\na:hover, .active a {\n    color: #5cbada;\n}\n\na:hover.link_as_button {\n    color: #ffffff;\n}\n\n.clickable:hover {\n\tcolor:#5cbada;\n\tcursor: pointer;\n}\n\n/* header */\n.header {\n    background: #262626 url(../images/black/background/top_bg.jpg) repeat-x top left;\n}\n\n/* logo */\n.header .logo {\n    background: transparent url(../images/black/background/top_left_bg.jpg) no-repeat;\n}\n\n/* Main menu */\n.main_menu {\n    background: transparent url(../images/black/background/mainmenu_left.png) no-repeat top left;\n}\n\n.main_menu ul {\n    background: transparent url(../images/black/background/mainmenu_bg.png) repeat-x top left;\n}\n\n.main_menu a:hover,\n.main_menu .active a {\n    background-color: rgba(255, 255, 255, 0.3);\n}\n\n/* Location */\n.location {\n    background: #000000 url(../images/black/jquery-ui/ui-bg_glass_40_000000_1x400.png) 50% 50% repeat-x;\n}\n\n/* Section */\n.location-area h1 {\n    color: #ffffff;\n}\n\n/* Breadcrumbs */\n.path {\n    color: #ffffff;\n}\n\n/* Left menu */\n.left_menu {\n    background: transparent url(../images/black/background/left_top_bg.jpg) no-repeat top;\n    color: #ffffff;\n}\n\n.left_menu a {\n    background: transparent url(../images/black/background/bullet.png) no-repeat center left;\n}\n\n.left_menu a:hover,\n.left_menu .active a {\n    background-image: url(../images/black/background/bullet_hover.png);\n}\n\n/**\n * Body\n */\n\n/* titles */\nh2 span,\nh3 span {\n    border-bottom-color: #dfdfdf;\n}\n\n/* Tables */\n\nthead,\ntfoot {\n    border-color: transparent;\n    background: #000000 url(../images/black/jquery-ui/ui-bg_glass_40_000000_1x400.png) 50% 50% repeat-x;\n    color: #ffffff;\n}\n\ntbody {\n    border-color: #dfdfdf;\n    background: #ffffff url(../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x;\n    color: #222222;\n}\n\ntbody td {\n    border-bottom: 1px solid #dfdfdf;\n}\n\n.odd {\n    background-color: #ffffff;\n}\n\n.even {\n    background-color: #ededed;\n}\n\n/* Form elements */\n\ninput[type=\"text\"],\ninput[type=\"number\"],\ninput[type=\"password\"],\ninput[type=\"search\"],\nselect,\nselect[multiple],\ntextarea {\n    background: #ffffff;\n    border-color: #cccccc;\n}\n\ninput[type=\"text\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"search\"]:focus,\ntextarea:focus,\nselect:focus,\nselect[multiple]:focus {\n    border: 1px solid #000000;\n    -webkit-box-shadow: 0 0 5px #000000;\n    -moz-box-shadow: 0 0 5px #000000;\n    box-shadow: 0 0 5px #000000;\n}\n\nselect[multiple]{\n    width: auto !important;;\n    height: auto !important;\n    min-height: 1px;\n    padding: 0;\n    margin: 0;\n}\n\ninput[readonly=\"readonly\"],\ninput[readonly],\ninput[type=\"text\"]:disabled,\ninput[type=\"number\"]:disabled,\ninput[type=\"password\"]:disabled,\nselect:disabled,\nselect[multiple]:disabled,\ntextarea[readonly],\ntextarea:disabled,\n.disabled {\n    background: #cccccc url('../images/background/stripe_0582bcfb31aaf8571dba1adb85ffc318.png') repeat;\n    color: #666666;\n}\n\ninput[readonly=\"readonly\"]:focus,\ninput[readonly]:focus,\ninput[type=\"text\"]:disabled:focus,\ninput[type=\"number\"]:disabled:focus,\ninput[type=\"password\"]:disabled:focus,\nselect:disabled:focus,\nselect[multiple]:disabled:focus,\ntextarea[readonly]:focus,\ntextarea:disabled:focus,\n.disabled:focus {\n    border-color: #cccccc;\n    -webkit-box-shadow: none;\n    -moz-box-shadow: none;\n    box-shadow: none;\n}\n\n.buttons {\n    background: transparent;\n}\n\n/** Tooltips */\n.ui-tooltip {\n    background: #000000;\n    border-color: #000000;\n}\n.ui-tooltip.ui-tooltip-notice {\n    background: #000000 url(../images/tooltips/info.png) no-repeat 5px 50%;\n}\n.ui-tooltip-content\n{\n    color: #ffffff;\n}\n\n/* services status */\n.up {\n    color: #3d7a15;\n}\n\n.down {\n    color: #ca1d11;\n}\n\n/**\n * Footer\n */\n\n.footer {\n    color: #ffffff;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/blue.css",
    "content": "/**\n * i-MSCP - internet Multi Server Control Panel\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n *\n * @category    iMSCP\n * @package     iMSCP_Core\n * @subpackage  Layout\n * @copyright   2010-2015 by i-MSCP | http://i-mscp.net\n * @link        http://i-mscp.net\n * @author      Laurent Declercq <l.declercq@nuxwin.com>\n */\n\nbody {\n    background: #ffffff url(../images/blue/background/left_bg.jpg) repeat-y top left;\n    color: #1a1a1a;\n}\n\n/* Links */\n\na {\n    color: #1a1a1a;\n}\n\n.header a,\n.location a,\n.left_menu a,\n.link_as_button a {\n    color: #ffffff;\n}\n\na:hover,\n.active a {\n    color: #5cbada;\n}\n\na:hover.link_as_button {\n    color: #ffffff;\n}\n\n.clickable:hover {\n    color:#5cbada;\n    cursor: pointer;\n}\n\n/* header */\n.header {\n    background: #1e288a url(../images/blue/background/top_bg.jpg) repeat-x top left;\n}\n\n/* logo */\n.header .logo {\n    background: transparent url(../images/blue/background/top_left_bg.jpg) no-repeat;\n}\n\n/* Main menu */\n.main_menu {\n    background: transparent url(../images/blue/background/mainmenu_left.png) no-repeat top left;\n}\n\n.main_menu ul {\n    background: transparent url(../images/blue/background/mainmenu_bg.png) repeat-x top left;\n}\n\n.main_menu a:hover,\n.main_menu .active a {\n    background-color: rgba(255, 255, 255, 0.3);\n}\n\n/* Location */\n.location {\n    background: #151e72 url(../images/blue/jquery-ui/ui-bg_glass_40_151e72_1x400.png) 50% 50% repeat-x;\n}\n\n/* Section */\n.location-area h1 {\n    color: #ffffff;\n}\n\n/* Breadcrumbs */\n.path {\n    color: #ffffff;\n}\n\n/* Left menu */\n.left_menu {\n    background: transparent url(../images/blue/background/left_top_bg.jpg) no-repeat top;\n    color: #ffffff;\n}\n\n.left_menu a {\n    background: transparent url(../images/blue/background/bullet.png) no-repeat center left;\n}\n\n.left_menu a:hover, .left_menu .active a {\n    background-image: url(../images/blue/background/bullet_hover.png);\n}\n\n/**\n * Body\n */\n\n/* titles */\nh2 span,\nh3 span {\n    border-bottom-color: #dfdfdf;\n}\n\n/* Tables */\nthead,\ntfoot {\n    border-color: transparent;\n    background: #151e72 url(../images/blue/jquery-ui/ui-bg_glass_40_151e72_1x400.png) 50% 50% repeat-x;\n    color: #ffffff;\n}\n\ntbody {\n    border-color: #dfdfdf;\n    background: #ffffff url(../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x;\n    color: #222222;\n}\n\ntbody td {\n    border-bottom: 1px solid #dfdfdf;\n}\n\n.odd {\n    background-color: #ffffff;\n}\n\n.even {\n    background-color: #ededed;\n}\n\n/* Form elements */\n\ninput[type=\"text\"],\ninput[type=\"number\"],\ninput[type=\"password\"],\ninput[type=\"search\"],\nselect,\ntextarea {\n    background: #ffffff;\n    border-color: #cccccc;\n}\n\ninput[type=\"text\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"search\"]:focus,\ntextarea:focus,\nselect:focus {\n    border: 1px solid #1e288a;\n    -webkit-box-shadow: 0 0 5px #1e288a;\n    -moz-box-shadow: 0 0 5px #1e288a;\n    box-shadow: 0 0 5px #1e288a;\n}\n\ninput[readonly=\"readonly\"],\ninput[readonly],\ninput[type=\"text\"]:disabled,\ninput[type=\"number\"]:disabled,\ninput[type=\"password\"]:disabled,\nselect:disabled,\ntextarea[readonly],\ntextarea:disabled,\n.disabled {\n    background: #cccccc url('../images/background/stripe_0582bcfb31aaf8571dba1adb85ffc318.png') repeat;\n    color: #666666;\n}\n\ninput[readonly=\"readonly\"]:focus,\ninput[readonly]:focus,\ninput[type=\"text\"]:disabled:focus,\ninput[type=\"number\"]:disabled:focus,\ninput[type=\"password\"]:disabled:focus,\nselect:disabled:focus,\ntextarea[readonly]:focus,\ntextarea:disabled:focus,\n.disabled:focus {\n    border-color: #cccccc;\n    -webkit-box-shadow: none;\n    -moz-box-shadow: none;\n    box-shadow: none;\n}\n\n.buttons {\n    background: transparent;\n}\n\n/** Tooltips */\n.ui-tooltip {\n    background: #161e73;\n    border-color: #161e73;\n}\n.ui-tooltip.ui-tooltip-notice {\n    background: #161e73 url(../images/tooltips/info.png) no-repeat 5px 50%;\n}\n.ui-tooltip-content\n{\n    color: #ffffff;\n}\n\n/* services status */\n.up {\n    color: #3d7a15;\n}\n\n.down {\n    color: #ca1d11;\n}\n\n/**\n * Footer\n */\n\n.footer {\n    color: #ffffff;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/green.css",
    "content": "/**\n * i-MSCP - internet Multi Server Control Panel\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n *\n * @category    iMSCP\n * @package     iMSCP_Core\n * @subpackage  Layout\n * @copyright   2010-2015 by i-MSCP | http://i-mscp.net\n * @link        http://i-mscp.net\n * @author      Laurent Declercq <l.declercq@nuxwin.com>\n */\n\nbody {\n    background: #ffffff url(../images/green/background/left_bg.jpg) repeat-y top left;\n    color: #1a1a1a;\n}\n\n/* Links */\n\na {\n    color: #1a1a1a;\n}\n\n.header a,\n.location a,\n.left_menu a,\n.link_as_button a {\n    color: #ffffff;\n}\n\na:hover,\n.active a {\n    color: #5cbada;\n}\n\na:hover.link_as_button {\n    color: #ffffff;\n}\n\n.clickable:hover {\n    color:#5cbada;\n    cursor: pointer;\n}\n\n/* header */\n.header {\n    background: #0e6e0e url(../images/green/background/top_bg.jpg) repeat-x top left;\n}\n\n/* logo */\n.header .logo {\n    background: transparent url(../images/green/background/top_left_bg.jpg) no-repeat;\n}\n\n/* Main menu */\n.main_menu {\n    background: transparent url(../images/green/background/mainmenu_left.png) no-repeat top left;\n}\n\n.main_menu ul {\n    background: transparent url(../images/green/background/mainmenu_bg.png) repeat-x top left;\n}\n\n.main_menu a:hover, .main_menu .active a {\n    background-color: rgba(255, 255, 255, 0.3);\n}\n\n/* Location */\n.location {\n    background: #055a0d url(../images/green/jquery-ui/ui-bg_glass_40_055a0d_1x400.png) 50% 50% repeat-x;\n}\n\n/* Section */\n.location-area h1 {\n    color: #ffffff;\n}\n\n/* Breadcrumbs */\n.path {\n    color: #ffffff;\n}\n\n/* Left menu */\n.left_menu {\n    background: transparent url(../images/green/background/left_top_bg.jpg) no-repeat top;\n    color: #ffffff;\n}\n\n.left_menu a {\n    background: transparent url(../images/green/background/bullet.png) no-repeat center left;\n}\n\n.left_menu a:hover,\n.left_menu .active a {\n    background-image: url(../images/green/background/bullet_hover.png);\n}\n\n/**\n * Body\n */\n\n/* titles */\nh2 span,\nh3 span {\n    border-bottom-color: #dfdfdf;\n}\n\n/* Tables */\n\nthead,\ntfoot {\n    border-color: transparent;\n    background: #055a0d url(../images/green/jquery-ui/ui-bg_glass_40_055a0d_1x400.png) 50% 50% repeat-x;\n    color: #ffffff;\n}\n\ntbody {\n    border-color: #dfdfdf;\n    background: #ffffff url(../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x;\n    color: #222222;\n}\n\ntbody td {\n    border-bottom: 1px solid #dfdfdf;\n}\n\n.odd {\n    background-color: #ffffff;\n}\n\n.even {\n    background-color: #ededed;\n}\n\n/* Form elements */\n\ninput[type=\"text\"],\ninput[type=\"number\"],\ninput[type=\"password\"],\ninput[type=\"search\"],\nselect,\ntextarea {\n    background: #ffffff;\n    border-color: #cccccc;\n}\n\ninput[type=\"text\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"search\"]:focus,\ntextarea:focus,\nselect:focus {\n    border: 1px solid #0e6e0e;\n    -webkit-box-shadow: 0 0 5px #0e6e0e;\n    -moz-box-shadow: 0 0 5px #0e6e0e;\n    box-shadow: 0 0 5px #0e6e0e;\n}\n\ninput[readonly=\"readonly\"],\ninput[readonly],\ninput[type=\"text\"]:disabled,\ninput[type=\"number\"]:disabled,\ninput[type=\"password\"]:disabled,\nselect:disabled,\ntextarea[readonly],\ntextarea:disabled,\n.disabled {\n    background: #cccccc url('../images/background/stripe_0582bcfb31aaf8571dba1adb85ffc318.png') repeat;\n    color: #666666;\n}\n\ninput[readonly=\"readonly\"]:focus,\ninput[readonly]:focus,\ninput[type=\"text\"]:disabled:focus,\ninput[type=\"number\"]:disabled:focus,\ninput[type=\"password\"]:disabled:focus,\nselect:disabled:focus,\ntextarea[readonly]:focus,\ntextarea:disabled:focus,\n.disabled:focus {\n    border-color: #cccccc;\n    -webkit-box-shadow: none;\n    -moz-box-shadow: none;\n    box-shadow: none;\n}\n\n.buttons {\n    background: transparent;\n}\n\n/** Tooltips */\n.ui-tooltip {\n    background: #1f5c16;\n    border-color: #1f5c16;\n}\n.ui-tooltip.ui-tooltip-notice {\n    background: #1f5c16 url(../images/tooltips/info.png) no-repeat 5px 50%;\n}\n.ui-tooltip-content\n{\n    color: #ffffff;\n}\n\n/* services status */\n.up {\n    color: #3d7a15;\n}\n\n.down {\n    color: #ca1d11;\n}\n\n/**\n * Footer\n */\n\n.footer {\n    color: #ffffff;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/ie78overrides.css",
    "content": "/*-----------LOGIN AND LOSTPASSWORD-----------*/\n\n#login {\n    background-position: center 30px;\n    background-repeat: no-repeat;\n    background-size: auto;\n    background-color: black;\n}\n\n.black #login {\n    background-image: url('../images/imscp_logo90.png');\n}\n\n.blue #login {\n    background-image: url('../images/imscp_logo90.png');\n}\n\n.green #login {\n    background-image: url('../images/imscp_logo90.png');\n}\n\n.red #login {\n    background-image: url('../images/imscp_logo90.png');\n}\n\n.yellow #login {\n    background-image: url('../images/imscp_logo90.png');\n}\n\n\n/*------------MESSAGES--------------*/\n\n#message_container {\n    background-position: left top;\n    background-repeat: no-repeat;\n    background-size: auto;\n    background-color: black;\n}\n\n.black #message_container {\n    background-image: url('../images/imscp_logo90.png');\n}\n\n.blue #message_container {\n    background-image: url('../images/imscp_logo90.png');\n}\n\n.green #message_container {\n    background-image: url('../images/imscp_logo90.png');\n}\n\n.red #message_container {\n    background-image: url('../images/imscp_logo90.png');\n}\n\n.yellow #message_container {\n    background-image: url('../images/imscp_logo90.png');\n}"
  },
  {
    "path": "gui/themes/default/assets/css/jquery-ui-black.css",
    "content": "/*! jQuery UI - v1.11.1 - 2014-08-13\n* http://jqueryui.com\n* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Geneva%2C%20Arial%2CHelvetica%2Csans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=4px&bgColorHeader=%23000000&bgTextureHeader=glass&bgImgOpacityHeader=40&borderColorHeader=%23dfdfdf&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23dfdfdf&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23000000&bgTextureDefault=glass&bgImgOpacityDefault=40&borderColorDefault=%23dfdfdf&fcDefault=%23ffffff&iconColorDefault=%23ffffff&bgColorHover=%235cbada&bgTextureHover=glass&bgImgOpacityHover=40&borderColorHover=%23dfdfdf&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%235cbada&bgTextureActive=glass&bgImgOpacityActive=40&borderColorActive=%23dfdfdf&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%235cbada&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23dfdfdf&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23fdbfad&bgTextureError=flat&bgImgOpacityError=0&borderColorError=%23ca1d11&fcError=%23ca1d11&iconColorError=%23ca1d11&bgColorOverlay=%23000000&bgTextureOverlay=diagonals_medium&bgImgOpacityOverlay=90&opacityOverlay=50&bgColorShadow=%23aaaaaa&bgTextureShadow=diagonals_medium&bgImgOpacityShadow=80&opacityShadow=50&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n    display: none;\n}\n.ui-helper-hidden-accessible {\n    border: 0;\n    clip: rect(0 0 0 0);\n    height: 1px;\n    margin: -1px;\n    overflow: hidden;\n    padding: 0;\n    position: absolute;\n    width: 1px;\n}\n.ui-helper-reset {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    line-height: 1.3;\n    text-decoration: none;\n    font-size: 100%;\n    list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n    content: \"\";\n    display: table;\n    border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n    clear: both;\n}\n.ui-helper-clearfix {\n    min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n    width: 100%;\n    height: 100%;\n    top: 0;\n    left: 0;\n    position: absolute;\n    opacity: 0;\n    filter:Alpha(Opacity=0); /* support: IE8 */\n}\n\n.ui-front {\n    z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n    cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n    display: block;\n    text-indent: -99999px;\n    overflow: hidden;\n    background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n}\n.ui-draggable-handle {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-resizable {\n    position: relative;\n}\n.ui-resizable-handle {\n    position: absolute;\n    font-size: 0.1px;\n    display: block;\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n    display: none;\n}\n.ui-resizable-n {\n    cursor: n-resize;\n    height: 7px;\n    width: 100%;\n    top: -5px;\n    left: 0;\n}\n.ui-resizable-s {\n    cursor: s-resize;\n    height: 7px;\n    width: 100%;\n    bottom: -5px;\n    left: 0;\n}\n.ui-resizable-e {\n    cursor: e-resize;\n    width: 7px;\n    right: -5px;\n    top: 0;\n    height: 100%;\n}\n.ui-resizable-w {\n    cursor: w-resize;\n    width: 7px;\n    left: -5px;\n    top: 0;\n    height: 100%;\n}\n.ui-resizable-se {\n    cursor: se-resize;\n    width: 12px;\n    height: 12px;\n    right: 1px;\n    bottom: 1px;\n}\n.ui-resizable-sw {\n    cursor: sw-resize;\n    width: 9px;\n    height: 9px;\n    left: -5px;\n    bottom: -5px;\n}\n.ui-resizable-nw {\n    cursor: nw-resize;\n    width: 9px;\n    height: 9px;\n    left: -5px;\n    top: -5px;\n}\n.ui-resizable-ne {\n    cursor: ne-resize;\n    width: 9px;\n    height: 9px;\n    right: -5px;\n    top: -5px;\n}\n.ui-selectable {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-selectable-helper {\n    position: absolute;\n    z-index: 100;\n    border: 1px dotted black;\n}\n.ui-sortable-handle {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-accordion .ui-accordion-header {\n    display: block;\n    cursor: pointer;\n    position: relative;\n    margin: 2px 0 0 0;\n    padding: .5em .5em .5em .7em;\n    min-height: 0; /* support: IE7 */\n    font-size: 100%;\n}\n.ui-accordion .ui-accordion-icons {\n    padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n    padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n    position: absolute;\n    left: .5em;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n    padding: 1em 2.2em;\n    border-top: 0;\n    overflow: auto;\n}\n.ui-autocomplete {\n    position: absolute;\n    top: 0;\n    left: 0;\n    cursor: default;\n}\n.ui-button {\n    display: inline-block;\n    position: relative;\n    padding: 0;\n    line-height: normal;\n    margin-right: .1em;\n    cursor: pointer;\n    vertical-align: middle;\n    text-align: center;\n    overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n    text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n    width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n    width: 2.4em;\n}\n.ui-button-icons-only {\n    width: 3.4em;\n}\nbutton.ui-button-icons-only {\n    width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n    display: block;\n    line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n    padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n    padding: .4em;\n    text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n    padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n    padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n    padding-left: 2.1em;\n    padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n    padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n    position: absolute;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n    left: 50%;\n    margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n    left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n    right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n    margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n    margin-left: 0;\n    margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n    border: 0;\n    padding: 0;\n}\n.ui-datepicker {\n    width: 17em;\n    padding: .2em .2em 0;\n    display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n    position: relative;\n    padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n    position: absolute;\n    top: 2px;\n    width: 1.8em;\n    height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n    top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n    left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n    right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n    left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n    right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n    display: block;\n    position: absolute;\n    left: 50%;\n    margin-left: -8px;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n    margin: 0 2.3em;\n    line-height: 1.8em;\n    text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n    font-size: 1em;\n    margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n    width: 45%;\n}\n.ui-datepicker table {\n    width: 100%;\n    font-size: .9em;\n    border-collapse: collapse;\n    margin: 0 0 .4em;\n}\n.ui-datepicker th {\n    padding: .7em .3em;\n    text-align: center;\n    font-weight: bold;\n    border: 0;\n}\n.ui-datepicker td {\n    border: 0;\n    padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n    display: block;\n    padding: .2em;\n    text-align: right;\n    text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n    background-image: none;\n    margin: .7em 0 0 0;\n    padding: 0 .2em;\n    border-left: 0;\n    border-right: 0;\n    border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n    float: right;\n    margin: .5em .2em .4em;\n    cursor: pointer;\n    padding: .2em .6em .3em .6em;\n    width: auto;\n    overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n    float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n    width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n    float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n    width: 95%;\n    margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n    width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n    width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n    width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n    border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n    clear: left;\n}\n.ui-datepicker-row-break {\n    clear: both;\n    width: 100%;\n    font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n    direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n    right: 2px;\n    left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n    left: 2px;\n    right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n    right: 1px;\n    left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n    left: 1px;\n    right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n    clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n    float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n    float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n    border-right-width: 0;\n    border-left-width: 1px;\n}\n.ui-dialog {\n    overflow: hidden;\n    position: absolute;\n    top: 0;\n    left: 0;\n    padding: .2em;\n    outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n    padding: .4em 1em;\n    position: relative;\n}\n.ui-dialog .ui-dialog-title {\n    float: left;\n    margin: .1em 0;\n    white-space: nowrap;\n    width: 90%;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n    position: absolute;\n    right: .3em;\n    top: 50%;\n    width: 20px;\n    margin: -10px 0 0 0;\n    padding: 1px;\n    height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n    position: relative;\n    border: 0;\n    padding: .5em 1em;\n    background: none;\n    overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n    text-align: left;\n    border-width: 1px 0 0 0;\n    background-image: none;\n    margin-top: .5em;\n    padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n    float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n    margin: .5em .4em .5em 0;\n    cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n    width: 12px;\n    height: 12px;\n    right: -5px;\n    bottom: -5px;\n    background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n    cursor: move;\n}\n.ui-menu {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: block;\n    outline: none;\n}\n.ui-menu .ui-menu {\n    position: absolute;\n}\n.ui-menu .ui-menu-item {\n    position: relative;\n    margin: 0;\n    padding: 3px 1em 3px .4em;\n    cursor: pointer;\n    min-height: 0; /* support: IE7 */\n    /* support: IE10, see #8844 */\n    list-style-image: url(\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\");\n}\n.ui-menu .ui-menu-divider {\n    margin: 5px 0;\n    height: 0;\n    font-size: 0;\n    line-height: 0;\n    border-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n    margin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n    position: relative;\n}\n.ui-menu-icons .ui-menu-item {\n    padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: .2em;\n    margin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n    left: auto;\n    right: 0;\n}\n.ui-progressbar {\n    height: 2em;\n    text-align: left;\n    overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n    margin: -1px;\n    height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n    background: url(\"data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==\");\n    height: 100%;\n    filter: alpha(opacity=25); /* support: IE8 */\n    opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n    background-image: none;\n}\n.ui-selectmenu-menu {\n    padding: 0;\n    margin: 0;\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: none;\n}\n.ui-selectmenu-menu .ui-menu {\n    overflow: auto;\n    /* Support: IE7 */\n    overflow-x: hidden;\n    padding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n    font-size: 1em;\n    font-weight: bold;\n    line-height: 1.5;\n    padding: 2px 0.4em;\n    margin: 0.5em 0 0 0;\n    height: auto;\n    border: 0;\n}\n.ui-selectmenu-open {\n    display: block;\n}\n.ui-selectmenu-button {\n    display: inline-block;\n    overflow: hidden;\n    position: relative;\n    text-decoration: none;\n    cursor: pointer;\n}\n.ui-selectmenu-button span.ui-icon {\n    right: 0.5em;\n    left: auto;\n    margin-top: -8px;\n    position: absolute;\n    top: 50%;\n}\n.ui-selectmenu-button span.ui-selectmenu-text {\n    text-align: left;\n    padding: 0.4em 2.1em 0.4em 1em;\n    display: block;\n    line-height: 1.4;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n}\n.ui-slider {\n    position: relative;\n    text-align: left;\n}\n.ui-slider .ui-slider-handle {\n    position: absolute;\n    z-index: 2;\n    width: 1.2em;\n    height: 1.2em;\n    cursor: default;\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-slider .ui-slider-range {\n    position: absolute;\n    z-index: 1;\n    font-size: .7em;\n    display: block;\n    border: 0;\n    background-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n    filter: inherit;\n}\n\n.ui-slider-horizontal {\n    height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n    top: -.3em;\n    margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n    top: 0;\n    height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n    left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n    right: 0;\n}\n\n.ui-slider-vertical {\n    width: .8em;\n    height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n    left: -.3em;\n    margin-left: 0;\n    margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n    left: 0;\n    width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n    bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n    top: 0;\n}\n.ui-spinner {\n    position: relative;\n    display: inline-block;\n    overflow: hidden;\n    padding: 0;\n    vertical-align: middle;\n}\n.ui-spinner-input {\n    border: none;\n    background: none;\n    color: inherit;\n    padding: 0;\n    margin: .2em 0;\n    vertical-align: middle;\n    margin-left: .4em;\n    margin-right: 22px;\n}\n.ui-spinner-button {\n    width: 16px;\n    height: 50%;\n    font-size: .5em;\n    padding: 0;\n    margin: 0;\n    text-align: center;\n    position: absolute;\n    cursor: default;\n    display: block;\n    overflow: hidden;\n    right: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n    border-top: none;\n    border-bottom: none;\n    border-right: none;\n}\n/* vertically center icon */\n.ui-spinner .ui-icon {\n    position: absolute;\n    margin-top: -8px;\n    top: 50%;\n    left: 0;\n}\n.ui-spinner-up {\n    top: 0;\n}\n.ui-spinner-down {\n    bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n    /* need to fix icons sprite */\n    background-position: -65px -16px;\n}\n.ui-tabs {\n    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n    padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n    margin: 0;\n    padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n    list-style: none;\n    float: left;\n    position: relative;\n    top: 0;\n    margin: 1px .2em 0 0;\n    border-bottom-width: 0;\n    padding: 0;\n    white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n    float: left;\n    padding: .5em 1em;\n    text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n    margin-bottom: -1px;\n    padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n    cursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n    cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n    display: block;\n    border-width: 0;\n    padding: 1em 1.4em;\n    background: none;\n}\n.ui-tooltip {\n    padding: 8px;\n    position: absolute;\n    z-index: 9999;\n    max-width: 300px;\n    -webkit-box-shadow: 0 0 5px #aaa;\n    box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n    border-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n    font-family: Geneva, Arial,Helvetica,sans-serif;\n    font-size: 1em;\n}\n.ui-widget .ui-widget {\n    font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n    font-family: Geneva, Arial,Helvetica,sans-serif;\n    font-size: 1em;\n}\n.ui-widget-content {\n    border: 1px solid #dfdfdf;\n    background: #ffffff url(\"../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png\") 50% 50% repeat-x;\n    color: #222222;\n}\n.ui-widget-content a {\n    color: #222222;\n}\n.ui-widget-header {\n    border: 1px solid #dfdfdf;\n    background: #000000 url(\"../images/black/jquery-ui/ui-bg_glass_40_000000_1x400.png\") 50% 50% repeat-x;\n    color: #ffffff;\n    font-weight: bold;\n}\n.ui-widget-header a {\n    color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n    border: 1px solid #dfdfdf;\n    background: #000000 url(\"../images/black/jquery-ui/ui-bg_glass_40_000000_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_glass_40_5cbada_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_glass_40_5cbada_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_flat_0_5cbada_40x100.png\") 50% 50% repeat-x;\n    color: #ffffff;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n    color: #ffffff;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n    border: 1px solid #ca1d11;\n    background: #fdbfad url(\"../images/jquery-ui-common/ui-bg_flat_0_fdbfad_40x100.png\") 50% 50% repeat-x;\n    color: #ca1d11;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n    color: #ca1d11;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n    color: #ca1d11;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n    font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n    opacity: .7;\n    filter:Alpha(Opacity=70); /* support: IE8 */\n    font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n    opacity: .35;\n    filter:Alpha(Opacity=35); /* support: IE8 */\n    background-image: none;\n}\n.ui-state-disabled .ui-icon {\n    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n    width: 16px;\n    height: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_222222_256x240.png\");\n}\n.ui-widget-header .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-default .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-active .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-highlight .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ca1d11_256x240.png\");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n    border-top-left-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n    border-top-right-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n    border-bottom-left-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n    border-bottom-right-radius: 4px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n    background: #000000 url(\"../images/jquery-ui-common/ui-bg_diagonals-medium_90_000000_40x40.png\") 50% 50% repeat;\n    opacity: .5;\n    filter: Alpha(Opacity=50); /* support: IE8 */\n}\n.ui-widget-shadow {\n    margin: -8px 0 0 -8px;\n    padding: 8px;\n    background: #aaaaaa url(\"../images/jquery-ui-common/ui-bg_diagonals-medium_80_aaaaaa_40x40.png\") 50% 50% repeat;\n    opacity: .5;\n    filter: Alpha(Opacity=50); /* support: IE8 */\n    border-radius: 8px;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/jquery-ui-blue.css",
    "content": "/*! jQuery UI - v1.11.1 - 2014-08-13\n* http://jqueryui.com\n* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Geneva%2C%20Arial%2CHelvetica%2Csans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=4px&bgColorHeader=%23151e72&bgTextureHeader=glass&bgImgOpacityHeader=40&borderColorHeader=%23dfdfdf&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23dfdfdf&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23151e72&bgTextureDefault=glass&bgImgOpacityDefault=40&borderColorDefault=%23dfdfdf&fcDefault=%23ffffff&iconColorDefault=%23ffffff&bgColorHover=%235cbada&bgTextureHover=glass&bgImgOpacityHover=40&borderColorHover=%23dfdfdf&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%235cbada&bgTextureActive=glass&bgImgOpacityActive=40&borderColorActive=%23dfdfdf&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%235cbada&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23dfdfdf&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23fdbfad&bgTextureError=flat&bgImgOpacityError=0&borderColorError=%23ca1d11&fcError=%23ca1d11&iconColorError=%23ca1d11&bgColorOverlay=%23000000&bgTextureOverlay=diagonals_medium&bgImgOpacityOverlay=90&opacityOverlay=50&bgColorShadow=%23aaaaaa&bgTextureShadow=diagonals_medium&bgImgOpacityShadow=80&opacityShadow=50&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n    display: none;\n}\n.ui-helper-hidden-accessible {\n    border: 0;\n    clip: rect(0 0 0 0);\n    height: 1px;\n    margin: -1px;\n    overflow: hidden;\n    padding: 0;\n    position: absolute;\n    width: 1px;\n}\n.ui-helper-reset {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    line-height: 1.3;\n    text-decoration: none;\n    font-size: 100%;\n    list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n    content: \"\";\n    display: table;\n    border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n    clear: both;\n}\n.ui-helper-clearfix {\n    min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n    width: 100%;\n    height: 100%;\n    top: 0;\n    left: 0;\n    position: absolute;\n    opacity: 0;\n    filter:Alpha(Opacity=0); /* support: IE8 */\n}\n\n.ui-front {\n    z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n    cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n    display: block;\n    text-indent: -99999px;\n    overflow: hidden;\n    background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n}\n.ui-draggable-handle {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-resizable {\n    position: relative;\n}\n.ui-resizable-handle {\n    position: absolute;\n    font-size: 0.1px;\n    display: block;\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n    display: none;\n}\n.ui-resizable-n {\n    cursor: n-resize;\n    height: 7px;\n    width: 100%;\n    top: -5px;\n    left: 0;\n}\n.ui-resizable-s {\n    cursor: s-resize;\n    height: 7px;\n    width: 100%;\n    bottom: -5px;\n    left: 0;\n}\n.ui-resizable-e {\n    cursor: e-resize;\n    width: 7px;\n    right: -5px;\n    top: 0;\n    height: 100%;\n}\n.ui-resizable-w {\n    cursor: w-resize;\n    width: 7px;\n    left: -5px;\n    top: 0;\n    height: 100%;\n}\n.ui-resizable-se {\n    cursor: se-resize;\n    width: 12px;\n    height: 12px;\n    right: 1px;\n    bottom: 1px;\n}\n.ui-resizable-sw {\n    cursor: sw-resize;\n    width: 9px;\n    height: 9px;\n    left: -5px;\n    bottom: -5px;\n}\n.ui-resizable-nw {\n    cursor: nw-resize;\n    width: 9px;\n    height: 9px;\n    left: -5px;\n    top: -5px;\n}\n.ui-resizable-ne {\n    cursor: ne-resize;\n    width: 9px;\n    height: 9px;\n    right: -5px;\n    top: -5px;\n}\n.ui-selectable {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-selectable-helper {\n    position: absolute;\n    z-index: 100;\n    border: 1px dotted black;\n}\n.ui-sortable-handle {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-accordion .ui-accordion-header {\n    display: block;\n    cursor: pointer;\n    position: relative;\n    margin: 2px 0 0 0;\n    padding: .5em .5em .5em .7em;\n    min-height: 0; /* support: IE7 */\n    font-size: 100%;\n}\n.ui-accordion .ui-accordion-icons {\n    padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n    padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n    position: absolute;\n    left: .5em;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n    padding: 1em 2.2em;\n    border-top: 0;\n    overflow: auto;\n}\n.ui-autocomplete {\n    position: absolute;\n    top: 0;\n    left: 0;\n    cursor: default;\n}\n.ui-button {\n    display: inline-block;\n    position: relative;\n    padding: 0;\n    line-height: normal;\n    margin-right: .1em;\n    cursor: pointer;\n    vertical-align: middle;\n    text-align: center;\n    overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n    text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n    width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n    width: 2.4em;\n}\n.ui-button-icons-only {\n    width: 3.4em;\n}\nbutton.ui-button-icons-only {\n    width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n    display: block;\n    line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n    padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n    padding: .4em;\n    text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n    padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n    padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n    padding-left: 2.1em;\n    padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n    padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n    position: absolute;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n    left: 50%;\n    margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n    left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n    right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n    margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n    margin-left: 0;\n    margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n    border: 0;\n    padding: 0;\n}\n.ui-datepicker {\n    width: 17em;\n    padding: .2em .2em 0;\n    display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n    position: relative;\n    padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n    position: absolute;\n    top: 2px;\n    width: 1.8em;\n    height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n    top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n    left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n    right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n    left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n    right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n    display: block;\n    position: absolute;\n    left: 50%;\n    margin-left: -8px;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n    margin: 0 2.3em;\n    line-height: 1.8em;\n    text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n    font-size: 1em;\n    margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n    width: 45%;\n}\n.ui-datepicker table {\n    width: 100%;\n    font-size: .9em;\n    border-collapse: collapse;\n    margin: 0 0 .4em;\n}\n.ui-datepicker th {\n    padding: .7em .3em;\n    text-align: center;\n    font-weight: bold;\n    border: 0;\n}\n.ui-datepicker td {\n    border: 0;\n    padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n    display: block;\n    padding: .2em;\n    text-align: right;\n    text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n    background-image: none;\n    margin: .7em 0 0 0;\n    padding: 0 .2em;\n    border-left: 0;\n    border-right: 0;\n    border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n    float: right;\n    margin: .5em .2em .4em;\n    cursor: pointer;\n    padding: .2em .6em .3em .6em;\n    width: auto;\n    overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n    float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n    width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n    float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n    width: 95%;\n    margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n    width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n    width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n    width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n    border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n    clear: left;\n}\n.ui-datepicker-row-break {\n    clear: both;\n    width: 100%;\n    font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n    direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n    right: 2px;\n    left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n    left: 2px;\n    right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n    right: 1px;\n    left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n    left: 1px;\n    right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n    clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n    float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n    float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n    border-right-width: 0;\n    border-left-width: 1px;\n}\n.ui-dialog {\n    overflow: hidden;\n    position: absolute;\n    top: 0;\n    left: 0;\n    padding: .2em;\n    outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n    padding: .4em 1em;\n    position: relative;\n}\n.ui-dialog .ui-dialog-title {\n    float: left;\n    margin: .1em 0;\n    white-space: nowrap;\n    width: 90%;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n    position: absolute;\n    right: .3em;\n    top: 50%;\n    width: 20px;\n    margin: -10px 0 0 0;\n    padding: 1px;\n    height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n    position: relative;\n    border: 0;\n    padding: .5em 1em;\n    background: none;\n    overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n    text-align: left;\n    border-width: 1px 0 0 0;\n    background-image: none;\n    margin-top: .5em;\n    padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n    float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n    margin: .5em .4em .5em 0;\n    cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n    width: 12px;\n    height: 12px;\n    right: -5px;\n    bottom: -5px;\n    background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n    cursor: move;\n}\n.ui-menu {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: block;\n    outline: none;\n}\n.ui-menu .ui-menu {\n    position: absolute;\n}\n.ui-menu .ui-menu-item {\n    position: relative;\n    margin: 0;\n    padding: 3px 1em 3px .4em;\n    cursor: pointer;\n    min-height: 0; /* support: IE7 */\n    /* support: IE10, see #8844 */\n    list-style-image: url(\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\");\n}\n.ui-menu .ui-menu-divider {\n    margin: 5px 0;\n    height: 0;\n    font-size: 0;\n    line-height: 0;\n    border-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n    margin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n    position: relative;\n}\n.ui-menu-icons .ui-menu-item {\n    padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: .2em;\n    margin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n    left: auto;\n    right: 0;\n}\n.ui-progressbar {\n    height: 2em;\n    text-align: left;\n    overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n    margin: -1px;\n    height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n    background: url(\"data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==\");\n    height: 100%;\n    filter: alpha(opacity=25); /* support: IE8 */\n    opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n    background-image: none;\n}\n.ui-selectmenu-menu {\n    padding: 0;\n    margin: 0;\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: none;\n}\n.ui-selectmenu-menu .ui-menu {\n    overflow: auto;\n    /* Support: IE7 */\n    overflow-x: hidden;\n    padding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n    font-size: 1em;\n    font-weight: bold;\n    line-height: 1.5;\n    padding: 2px 0.4em;\n    margin: 0.5em 0 0 0;\n    height: auto;\n    border: 0;\n}\n.ui-selectmenu-open {\n    display: block;\n}\n.ui-selectmenu-button {\n    display: inline-block;\n    overflow: hidden;\n    position: relative;\n    text-decoration: none;\n    cursor: pointer;\n}\n.ui-selectmenu-button span.ui-icon {\n    right: 0.5em;\n    left: auto;\n    margin-top: -8px;\n    position: absolute;\n    top: 50%;\n}\n.ui-selectmenu-button span.ui-selectmenu-text {\n    text-align: left;\n    padding: 0.4em 2.1em 0.4em 1em;\n    display: block;\n    line-height: 1.4;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n}\n.ui-slider {\n    position: relative;\n    text-align: left;\n}\n.ui-slider .ui-slider-handle {\n    position: absolute;\n    z-index: 2;\n    width: 1.2em;\n    height: 1.2em;\n    cursor: default;\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-slider .ui-slider-range {\n    position: absolute;\n    z-index: 1;\n    font-size: .7em;\n    display: block;\n    border: 0;\n    background-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n    filter: inherit;\n}\n\n.ui-slider-horizontal {\n    height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n    top: -.3em;\n    margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n    top: 0;\n    height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n    left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n    right: 0;\n}\n\n.ui-slider-vertical {\n    width: .8em;\n    height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n    left: -.3em;\n    margin-left: 0;\n    margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n    left: 0;\n    width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n    bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n    top: 0;\n}\n.ui-spinner {\n    position: relative;\n    display: inline-block;\n    overflow: hidden;\n    padding: 0;\n    vertical-align: middle;\n}\n.ui-spinner-input {\n    border: none;\n    background: none;\n    color: inherit;\n    padding: 0;\n    margin: .2em 0;\n    vertical-align: middle;\n    margin-left: .4em;\n    margin-right: 22px;\n}\n.ui-spinner-button {\n    width: 16px;\n    height: 50%;\n    font-size: .5em;\n    padding: 0;\n    margin: 0;\n    text-align: center;\n    position: absolute;\n    cursor: default;\n    display: block;\n    overflow: hidden;\n    right: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n    border-top: none;\n    border-bottom: none;\n    border-right: none;\n}\n/* vertically center icon */\n.ui-spinner .ui-icon {\n    position: absolute;\n    margin-top: -8px;\n    top: 50%;\n    left: 0;\n}\n.ui-spinner-up {\n    top: 0;\n}\n.ui-spinner-down {\n    bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n    /* need to fix icons sprite */\n    background-position: -65px -16px;\n}\n.ui-tabs {\n    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n    padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n    margin: 0;\n    padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n    list-style: none;\n    float: left;\n    position: relative;\n    top: 0;\n    margin: 1px .2em 0 0;\n    border-bottom-width: 0;\n    padding: 0;\n    white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n    float: left;\n    padding: .5em 1em;\n    text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n    margin-bottom: -1px;\n    padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n    cursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n    cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n    display: block;\n    border-width: 0;\n    padding: 1em 1.4em;\n    background: none;\n}\n.ui-tooltip {\n    padding: 8px;\n    position: absolute;\n    z-index: 9999;\n    max-width: 300px;\n    -webkit-box-shadow: 0 0 5px #aaa;\n    box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n    border-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n    font-family: Geneva, Arial,Helvetica,sans-serif;\n    font-size: 1em;\n}\n.ui-widget .ui-widget {\n    font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n    font-family: Geneva, Arial,Helvetica,sans-serif;\n    font-size: 1em;\n}\n.ui-widget-content {\n    border: 1px solid #dfdfdf;\n    background: #ffffff url(\"../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png\") 50% 50% repeat-x;\n    color: #222222;\n}\n.ui-widget-content a {\n    color: #222222;\n}\n.ui-widget-header {\n    border: 1px solid #dfdfdf;\n    background: #151e72 url(\"../images/blue/jquery-ui/ui-bg_glass_40_151e72_1x400.png\") 50% 50% repeat-x;\n    color: #ffffff;\n    font-weight: bold;\n}\n.ui-widget-header a {\n    color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n    border: 1px solid #dfdfdf;\n    background: #151e72 url(\"../images/blue/jquery-ui/ui-bg_glass_40_151e72_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_glass_40_5cbada_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_glass_40_5cbada_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_flat_0_5cbada_40x100.png\") 50% 50% repeat-x;\n    color: #ffffff;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n    color: #ffffff;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n    border: 1px solid #ca1d11;\n    background: #fdbfad url(\"../images/jquery-ui-common/ui-bg_flat_0_fdbfad_40x100.png\") 50% 50% repeat-x;\n    color: #ca1d11;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n    color: #ca1d11;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n    color: #ca1d11;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n    font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n    opacity: .7;\n    filter:Alpha(Opacity=70); /* support: IE8 */\n    font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n    opacity: .35;\n    filter:Alpha(Opacity=35); /* support: IE8 */\n    background-image: none;\n}\n.ui-state-disabled .ui-icon {\n    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n    width: 16px;\n    height: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_222222_256x240.png\");\n}\n.ui-widget-header .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-default .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-active .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-highlight .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ca1d11_256x240.png\");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n    border-top-left-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n    border-top-right-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n    border-bottom-left-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n    border-bottom-right-radius: 4px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n    background: #000000 url(\"../images/jquery-ui-common/ui-bg_diagonals-medium_90_000000_40x40.png\") 50% 50% repeat;\n    opacity: .5;\n    filter: Alpha(Opacity=50); /* support: IE8 */\n}\n.ui-widget-shadow {\n    margin: -8px 0 0 -8px;\n    padding: 8px;\n    background: #aaaaaa url(\"../images/jquery-ui-common/ui-bg_diagonals-medium_80_aaaaaa_40x40.png\") 50% 50% repeat;\n    opacity: .5;\n    filter: Alpha(Opacity=50); /* support: IE8 */\n    border-radius: 8px;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/jquery-ui-green.css",
    "content": "/*! jQuery UI - v1.11.1 - 2014-08-13\n* http://jqueryui.com\n* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Geneva%2C%20Arial%2CHelvetica%2Csans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=4px&bgColorHeader=%23055a0d&bgTextureHeader=glass&bgImgOpacityHeader=40&borderColorHeader=%23dfdfdf&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23dfdfdf&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23055a0d&bgTextureDefault=glass&bgImgOpacityDefault=40&borderColorDefault=%23dfdfdf&fcDefault=%23ffffff&iconColorDefault=%23ffffff&bgColorHover=%235cbada&bgTextureHover=glass&bgImgOpacityHover=40&borderColorHover=%23dfdfdf&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%235cbada&bgTextureActive=glass&bgImgOpacityActive=40&borderColorActive=%23dfdfdf&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%235cbada&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23dfdfdf&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23fdbfad&bgTextureError=flat&bgImgOpacityError=0&borderColorError=%23ca1d11&fcError=%23ca1d11&iconColorError=%23ca1d11&bgColorOverlay=%23000000&bgTextureOverlay=diagonals_medium&bgImgOpacityOverlay=90&opacityOverlay=50&bgColorShadow=%23aaaaaa&bgTextureShadow=diagonals_medium&bgImgOpacityShadow=80&opacityShadow=50&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n    display: none;\n}\n.ui-helper-hidden-accessible {\n    border: 0;\n    clip: rect(0 0 0 0);\n    height: 1px;\n    margin: -1px;\n    overflow: hidden;\n    padding: 0;\n    position: absolute;\n    width: 1px;\n}\n.ui-helper-reset {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    line-height: 1.3;\n    text-decoration: none;\n    font-size: 100%;\n    list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n    content: \"\";\n    display: table;\n    border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n    clear: both;\n}\n.ui-helper-clearfix {\n    min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n    width: 100%;\n    height: 100%;\n    top: 0;\n    left: 0;\n    position: absolute;\n    opacity: 0;\n    filter:Alpha(Opacity=0); /* support: IE8 */\n}\n\n.ui-front {\n    z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n    cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n    display: block;\n    text-indent: -99999px;\n    overflow: hidden;\n    background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n}\n.ui-draggable-handle {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-resizable {\n    position: relative;\n}\n.ui-resizable-handle {\n    position: absolute;\n    font-size: 0.1px;\n    display: block;\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n    display: none;\n}\n.ui-resizable-n {\n    cursor: n-resize;\n    height: 7px;\n    width: 100%;\n    top: -5px;\n    left: 0;\n}\n.ui-resizable-s {\n    cursor: s-resize;\n    height: 7px;\n    width: 100%;\n    bottom: -5px;\n    left: 0;\n}\n.ui-resizable-e {\n    cursor: e-resize;\n    width: 7px;\n    right: -5px;\n    top: 0;\n    height: 100%;\n}\n.ui-resizable-w {\n    cursor: w-resize;\n    width: 7px;\n    left: -5px;\n    top: 0;\n    height: 100%;\n}\n.ui-resizable-se {\n    cursor: se-resize;\n    width: 12px;\n    height: 12px;\n    right: 1px;\n    bottom: 1px;\n}\n.ui-resizable-sw {\n    cursor: sw-resize;\n    width: 9px;\n    height: 9px;\n    left: -5px;\n    bottom: -5px;\n}\n.ui-resizable-nw {\n    cursor: nw-resize;\n    width: 9px;\n    height: 9px;\n    left: -5px;\n    top: -5px;\n}\n.ui-resizable-ne {\n    cursor: ne-resize;\n    width: 9px;\n    height: 9px;\n    right: -5px;\n    top: -5px;\n}\n.ui-selectable {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-selectable-helper {\n    position: absolute;\n    z-index: 100;\n    border: 1px dotted black;\n}\n.ui-sortable-handle {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-accordion .ui-accordion-header {\n    display: block;\n    cursor: pointer;\n    position: relative;\n    margin: 2px 0 0 0;\n    padding: .5em .5em .5em .7em;\n    min-height: 0; /* support: IE7 */\n    font-size: 100%;\n}\n.ui-accordion .ui-accordion-icons {\n    padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n    padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n    position: absolute;\n    left: .5em;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n    padding: 1em 2.2em;\n    border-top: 0;\n    overflow: auto;\n}\n.ui-autocomplete {\n    position: absolute;\n    top: 0;\n    left: 0;\n    cursor: default;\n}\n.ui-button {\n    display: inline-block;\n    position: relative;\n    padding: 0;\n    line-height: normal;\n    margin-right: .1em;\n    cursor: pointer;\n    vertical-align: middle;\n    text-align: center;\n    overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n    text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n    width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n    width: 2.4em;\n}\n.ui-button-icons-only {\n    width: 3.4em;\n}\nbutton.ui-button-icons-only {\n    width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n    display: block;\n    line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n    padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n    padding: .4em;\n    text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n    padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n    padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n    padding-left: 2.1em;\n    padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n    padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n    position: absolute;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n    left: 50%;\n    margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n    left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n    right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n    margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n    margin-left: 0;\n    margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n    border: 0;\n    padding: 0;\n}\n.ui-datepicker {\n    width: 17em;\n    padding: .2em .2em 0;\n    display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n    position: relative;\n    padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n    position: absolute;\n    top: 2px;\n    width: 1.8em;\n    height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n    top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n    left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n    right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n    left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n    right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n    display: block;\n    position: absolute;\n    left: 50%;\n    margin-left: -8px;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n    margin: 0 2.3em;\n    line-height: 1.8em;\n    text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n    font-size: 1em;\n    margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n    width: 45%;\n}\n.ui-datepicker table {\n    width: 100%;\n    font-size: .9em;\n    border-collapse: collapse;\n    margin: 0 0 .4em;\n}\n.ui-datepicker th {\n    padding: .7em .3em;\n    text-align: center;\n    font-weight: bold;\n    border: 0;\n}\n.ui-datepicker td {\n    border: 0;\n    padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n    display: block;\n    padding: .2em;\n    text-align: right;\n    text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n    background-image: none;\n    margin: .7em 0 0 0;\n    padding: 0 .2em;\n    border-left: 0;\n    border-right: 0;\n    border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n    float: right;\n    margin: .5em .2em .4em;\n    cursor: pointer;\n    padding: .2em .6em .3em .6em;\n    width: auto;\n    overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n    float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n    width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n    float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n    width: 95%;\n    margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n    width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n    width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n    width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n    border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n    clear: left;\n}\n.ui-datepicker-row-break {\n    clear: both;\n    width: 100%;\n    font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n    direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n    right: 2px;\n    left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n    left: 2px;\n    right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n    right: 1px;\n    left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n    left: 1px;\n    right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n    clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n    float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n    float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n    border-right-width: 0;\n    border-left-width: 1px;\n}\n.ui-dialog {\n    overflow: hidden;\n    position: absolute;\n    top: 0;\n    left: 0;\n    padding: .2em;\n    outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n    padding: .4em 1em;\n    position: relative;\n}\n.ui-dialog .ui-dialog-title {\n    float: left;\n    margin: .1em 0;\n    white-space: nowrap;\n    width: 90%;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n    position: absolute;\n    right: .3em;\n    top: 50%;\n    width: 20px;\n    margin: -10px 0 0 0;\n    padding: 1px;\n    height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n    position: relative;\n    border: 0;\n    padding: .5em 1em;\n    background: none;\n    overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n    text-align: left;\n    border-width: 1px 0 0 0;\n    background-image: none;\n    margin-top: .5em;\n    padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n    float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n    margin: .5em .4em .5em 0;\n    cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n    width: 12px;\n    height: 12px;\n    right: -5px;\n    bottom: -5px;\n    background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n    cursor: move;\n}\n.ui-menu {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: block;\n    outline: none;\n}\n.ui-menu .ui-menu {\n    position: absolute;\n}\n.ui-menu .ui-menu-item {\n    position: relative;\n    margin: 0;\n    padding: 3px 1em 3px .4em;\n    cursor: pointer;\n    min-height: 0; /* support: IE7 */\n    /* support: IE10, see #8844 */\n    list-style-image: url(\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\");\n}\n.ui-menu .ui-menu-divider {\n    margin: 5px 0;\n    height: 0;\n    font-size: 0;\n    line-height: 0;\n    border-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n    margin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n    position: relative;\n}\n.ui-menu-icons .ui-menu-item {\n    padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: .2em;\n    margin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n    left: auto;\n    right: 0;\n}\n.ui-progressbar {\n    height: 2em;\n    text-align: left;\n    overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n    margin: -1px;\n    height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n    background: url(\"data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==\");\n    height: 100%;\n    filter: alpha(opacity=25); /* support: IE8 */\n    opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n    background-image: none;\n}\n.ui-selectmenu-menu {\n    padding: 0;\n    margin: 0;\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: none;\n}\n.ui-selectmenu-menu .ui-menu {\n    overflow: auto;\n    /* Support: IE7 */\n    overflow-x: hidden;\n    padding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n    font-size: 1em;\n    font-weight: bold;\n    line-height: 1.5;\n    padding: 2px 0.4em;\n    margin: 0.5em 0 0 0;\n    height: auto;\n    border: 0;\n}\n.ui-selectmenu-open {\n    display: block;\n}\n.ui-selectmenu-button {\n    display: inline-block;\n    overflow: hidden;\n    position: relative;\n    text-decoration: none;\n    cursor: pointer;\n}\n.ui-selectmenu-button span.ui-icon {\n    right: 0.5em;\n    left: auto;\n    margin-top: -8px;\n    position: absolute;\n    top: 50%;\n}\n.ui-selectmenu-button span.ui-selectmenu-text {\n    text-align: left;\n    padding: 0.4em 2.1em 0.4em 1em;\n    display: block;\n    line-height: 1.4;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n}\n.ui-slider {\n    position: relative;\n    text-align: left;\n}\n.ui-slider .ui-slider-handle {\n    position: absolute;\n    z-index: 2;\n    width: 1.2em;\n    height: 1.2em;\n    cursor: default;\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-slider .ui-slider-range {\n    position: absolute;\n    z-index: 1;\n    font-size: .7em;\n    display: block;\n    border: 0;\n    background-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n    filter: inherit;\n}\n\n.ui-slider-horizontal {\n    height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n    top: -.3em;\n    margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n    top: 0;\n    height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n    left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n    right: 0;\n}\n\n.ui-slider-vertical {\n    width: .8em;\n    height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n    left: -.3em;\n    margin-left: 0;\n    margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n    left: 0;\n    width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n    bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n    top: 0;\n}\n.ui-spinner {\n    position: relative;\n    display: inline-block;\n    overflow: hidden;\n    padding: 0;\n    vertical-align: middle;\n}\n.ui-spinner-input {\n    border: none;\n    background: none;\n    color: inherit;\n    padding: 0;\n    margin: .2em 0;\n    vertical-align: middle;\n    margin-left: .4em;\n    margin-right: 22px;\n}\n.ui-spinner-button {\n    width: 16px;\n    height: 50%;\n    font-size: .5em;\n    padding: 0;\n    margin: 0;\n    text-align: center;\n    position: absolute;\n    cursor: default;\n    display: block;\n    overflow: hidden;\n    right: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n    border-top: none;\n    border-bottom: none;\n    border-right: none;\n}\n/* vertically center icon */\n.ui-spinner .ui-icon {\n    position: absolute;\n    margin-top: -8px;\n    top: 50%;\n    left: 0;\n}\n.ui-spinner-up {\n    top: 0;\n}\n.ui-spinner-down {\n    bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n    /* need to fix icons sprite */\n    background-position: -65px -16px;\n}\n.ui-tabs {\n    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n    padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n    margin: 0;\n    padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n    list-style: none;\n    float: left;\n    position: relative;\n    top: 0;\n    margin: 1px .2em 0 0;\n    border-bottom-width: 0;\n    padding: 0;\n    white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n    float: left;\n    padding: .5em 1em;\n    text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n    margin-bottom: -1px;\n    padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n    cursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n    cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n    display: block;\n    border-width: 0;\n    padding: 1em 1.4em;\n    background: none;\n}\n.ui-tooltip {\n    padding: 8px;\n    position: absolute;\n    z-index: 9999;\n    max-width: 300px;\n    -webkit-box-shadow: 0 0 5px #aaa;\n    box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n    border-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n    font-family: Geneva, Arial,Helvetica,sans-serif;\n    font-size: 1em;\n}\n.ui-widget .ui-widget {\n    font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n    font-family: Geneva, Arial,Helvetica,sans-serif;\n    font-size: 1em;\n}\n.ui-widget-content {\n    border: 1px solid #dfdfdf;\n    background: #ffffff url(\"../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png\") 50% 50% repeat-x;\n    color: #222222;\n}\n.ui-widget-content a {\n    color: #222222;\n}\n.ui-widget-header {\n    border: 1px solid #dfdfdf;\n    background: #055a0d url(\"../images/green/jquery-ui/ui-bg_glass_40_055a0d_1x400.png\") 50% 50% repeat-x;\n    color: #ffffff;\n    font-weight: bold;\n}\n.ui-widget-header a {\n    color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n    border: 1px solid #dfdfdf;\n    background: #055a0d url(\"../images/green/jquery-ui/ui-bg_glass_40_055a0d_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_glass_40_5cbada_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_glass_40_5cbada_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_flat_0_5cbada_40x100.png\") 50% 50% repeat-x;\n    color: #ffffff;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n    color: #ffffff;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n    border: 1px solid #ca1d11;\n    background: #fdbfad url(\"../images/jquery-ui-common/ui-bg_flat_0_fdbfad_40x100.png\") 50% 50% repeat-x;\n    color: #ca1d11;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n    color: #ca1d11;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n    color: #ca1d11;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n    font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n    opacity: .7;\n    filter:Alpha(Opacity=70); /* support: IE8 */\n    font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n    opacity: .35;\n    filter:Alpha(Opacity=35); /* support: IE8 */\n    background-image: none;\n}\n.ui-state-disabled .ui-icon {\n    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n    width: 16px;\n    height: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_222222_256x240.png\");\n}\n.ui-widget-header .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-default .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-active .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-highlight .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ca1d11_256x240.png\");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n    border-top-left-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n    border-top-right-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n    border-bottom-left-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n    border-bottom-right-radius: 4px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n    background: #000000 url(\"../images/jquery-ui-common/ui-bg_diagonals-medium_90_000000_40x40.png\") 50% 50% repeat;\n    opacity: .5;\n    filter: Alpha(Opacity=50); /* support: IE8 */\n}\n.ui-widget-shadow {\n    margin: -8px 0 0 -8px;\n    padding: 8px;\n    background: #aaaaaa url(\"../images/jquery-ui-common/ui-bg_diagonals-medium_80_aaaaaa_40x40.png\") 50% 50% repeat;\n    opacity: .5;\n    filter: Alpha(Opacity=50); /* support: IE8 */\n    border-radius: 8px;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/jquery-ui-red.css",
    "content": "/*! jQuery UI - v1.11.1 - 2014-08-13\n* http://jqueryui.com\n* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Geneva%2C%20Arial%2CHelvetica%2Csans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=4px&bgColorHeader=%235a0505&bgTextureHeader=glass&bgImgOpacityHeader=40&borderColorHeader=%23dfdfdf&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23dfdfdf&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%235a0505&bgTextureDefault=glass&bgImgOpacityDefault=40&borderColorDefault=%23dfdfdf&fcDefault=%23ffffff&iconColorDefault=%23ffffff&bgColorHover=%235cbada&bgTextureHover=glass&bgImgOpacityHover=40&borderColorHover=%23dfdfdf&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%235cbada&bgTextureActive=glass&bgImgOpacityActive=40&borderColorActive=%23dfdfdf&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%235cbada&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23dfdfdf&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23fdbfad&bgTextureError=flat&bgImgOpacityError=0&borderColorError=%23ca1d11&fcError=%23ca1d11&iconColorError=%23ca1d11&bgColorOverlay=%23000000&bgTextureOverlay=diagonals_medium&bgImgOpacityOverlay=90&opacityOverlay=50&bgColorShadow=%23aaaaaa&bgTextureShadow=diagonals_medium&bgImgOpacityShadow=80&opacityShadow=50&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n    display: none;\n}\n.ui-helper-hidden-accessible {\n    border: 0;\n    clip: rect(0 0 0 0);\n    height: 1px;\n    margin: -1px;\n    overflow: hidden;\n    padding: 0;\n    position: absolute;\n    width: 1px;\n}\n.ui-helper-reset {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    line-height: 1.3;\n    text-decoration: none;\n    font-size: 100%;\n    list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n    content: \"\";\n    display: table;\n    border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n    clear: both;\n}\n.ui-helper-clearfix {\n    min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n    width: 100%;\n    height: 100%;\n    top: 0;\n    left: 0;\n    position: absolute;\n    opacity: 0;\n    filter:Alpha(Opacity=0); /* support: IE8 */\n}\n\n.ui-front {\n    z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n    cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n    display: block;\n    text-indent: -99999px;\n    overflow: hidden;\n    background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n}\n.ui-draggable-handle {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-resizable {\n    position: relative;\n}\n.ui-resizable-handle {\n    position: absolute;\n    font-size: 0.1px;\n    display: block;\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n    display: none;\n}\n.ui-resizable-n {\n    cursor: n-resize;\n    height: 7px;\n    width: 100%;\n    top: -5px;\n    left: 0;\n}\n.ui-resizable-s {\n    cursor: s-resize;\n    height: 7px;\n    width: 100%;\n    bottom: -5px;\n    left: 0;\n}\n.ui-resizable-e {\n    cursor: e-resize;\n    width: 7px;\n    right: -5px;\n    top: 0;\n    height: 100%;\n}\n.ui-resizable-w {\n    cursor: w-resize;\n    width: 7px;\n    left: -5px;\n    top: 0;\n    height: 100%;\n}\n.ui-resizable-se {\n    cursor: se-resize;\n    width: 12px;\n    height: 12px;\n    right: 1px;\n    bottom: 1px;\n}\n.ui-resizable-sw {\n    cursor: sw-resize;\n    width: 9px;\n    height: 9px;\n    left: -5px;\n    bottom: -5px;\n}\n.ui-resizable-nw {\n    cursor: nw-resize;\n    width: 9px;\n    height: 9px;\n    left: -5px;\n    top: -5px;\n}\n.ui-resizable-ne {\n    cursor: ne-resize;\n    width: 9px;\n    height: 9px;\n    right: -5px;\n    top: -5px;\n}\n.ui-selectable {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-selectable-helper {\n    position: absolute;\n    z-index: 100;\n    border: 1px dotted black;\n}\n.ui-sortable-handle {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-accordion .ui-accordion-header {\n    display: block;\n    cursor: pointer;\n    position: relative;\n    margin: 2px 0 0 0;\n    padding: .5em .5em .5em .7em;\n    min-height: 0; /* support: IE7 */\n    font-size: 100%;\n}\n.ui-accordion .ui-accordion-icons {\n    padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n    padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n    position: absolute;\n    left: .5em;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n    padding: 1em 2.2em;\n    border-top: 0;\n    overflow: auto;\n}\n.ui-autocomplete {\n    position: absolute;\n    top: 0;\n    left: 0;\n    cursor: default;\n}\n.ui-button {\n    display: inline-block;\n    position: relative;\n    padding: 0;\n    line-height: normal;\n    margin-right: .1em;\n    cursor: pointer;\n    vertical-align: middle;\n    text-align: center;\n    overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n    text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n    width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n    width: 2.4em;\n}\n.ui-button-icons-only {\n    width: 3.4em;\n}\nbutton.ui-button-icons-only {\n    width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n    display: block;\n    line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n    padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n    padding: .4em;\n    text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n    padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n    padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n    padding-left: 2.1em;\n    padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n    padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n    position: absolute;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n    left: 50%;\n    margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n    left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n    right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n    margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n    margin-left: 0;\n    margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n    border: 0;\n    padding: 0;\n}\n.ui-datepicker {\n    width: 17em;\n    padding: .2em .2em 0;\n    display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n    position: relative;\n    padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n    position: absolute;\n    top: 2px;\n    width: 1.8em;\n    height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n    top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n    left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n    right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n    left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n    right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n    display: block;\n    position: absolute;\n    left: 50%;\n    margin-left: -8px;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n    margin: 0 2.3em;\n    line-height: 1.8em;\n    text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n    font-size: 1em;\n    margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n    width: 45%;\n}\n.ui-datepicker table {\n    width: 100%;\n    font-size: .9em;\n    border-collapse: collapse;\n    margin: 0 0 .4em;\n}\n.ui-datepicker th {\n    padding: .7em .3em;\n    text-align: center;\n    font-weight: bold;\n    border: 0;\n}\n.ui-datepicker td {\n    border: 0;\n    padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n    display: block;\n    padding: .2em;\n    text-align: right;\n    text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n    background-image: none;\n    margin: .7em 0 0 0;\n    padding: 0 .2em;\n    border-left: 0;\n    border-right: 0;\n    border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n    float: right;\n    margin: .5em .2em .4em;\n    cursor: pointer;\n    padding: .2em .6em .3em .6em;\n    width: auto;\n    overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n    float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n    width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n    float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n    width: 95%;\n    margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n    width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n    width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n    width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n    border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n    clear: left;\n}\n.ui-datepicker-row-break {\n    clear: both;\n    width: 100%;\n    font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n    direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n    right: 2px;\n    left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n    left: 2px;\n    right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n    right: 1px;\n    left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n    left: 1px;\n    right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n    clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n    float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n    float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n    border-right-width: 0;\n    border-left-width: 1px;\n}\n.ui-dialog {\n    overflow: hidden;\n    position: absolute;\n    top: 0;\n    left: 0;\n    padding: .2em;\n    outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n    padding: .4em 1em;\n    position: relative;\n}\n.ui-dialog .ui-dialog-title {\n    float: left;\n    margin: .1em 0;\n    white-space: nowrap;\n    width: 90%;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n    position: absolute;\n    right: .3em;\n    top: 50%;\n    width: 20px;\n    margin: -10px 0 0 0;\n    padding: 1px;\n    height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n    position: relative;\n    border: 0;\n    padding: .5em 1em;\n    background: none;\n    overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n    text-align: left;\n    border-width: 1px 0 0 0;\n    background-image: none;\n    margin-top: .5em;\n    padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n    float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n    margin: .5em .4em .5em 0;\n    cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n    width: 12px;\n    height: 12px;\n    right: -5px;\n    bottom: -5px;\n    background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n    cursor: move;\n}\n.ui-menu {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: block;\n    outline: none;\n}\n.ui-menu .ui-menu {\n    position: absolute;\n}\n.ui-menu .ui-menu-item {\n    position: relative;\n    margin: 0;\n    padding: 3px 1em 3px .4em;\n    cursor: pointer;\n    min-height: 0; /* support: IE7 */\n    /* support: IE10, see #8844 */\n    list-style-image: url(\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\");\n}\n.ui-menu .ui-menu-divider {\n    margin: 5px 0;\n    height: 0;\n    font-size: 0;\n    line-height: 0;\n    border-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n    margin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n    position: relative;\n}\n.ui-menu-icons .ui-menu-item {\n    padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: .2em;\n    margin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n    left: auto;\n    right: 0;\n}\n.ui-progressbar {\n    height: 2em;\n    text-align: left;\n    overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n    margin: -1px;\n    height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n    background: url(\"data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==\");\n    height: 100%;\n    filter: alpha(opacity=25); /* support: IE8 */\n    opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n    background-image: none;\n}\n.ui-selectmenu-menu {\n    padding: 0;\n    margin: 0;\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: none;\n}\n.ui-selectmenu-menu .ui-menu {\n    overflow: auto;\n    /* Support: IE7 */\n    overflow-x: hidden;\n    padding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n    font-size: 1em;\n    font-weight: bold;\n    line-height: 1.5;\n    padding: 2px 0.4em;\n    margin: 0.5em 0 0 0;\n    height: auto;\n    border: 0;\n}\n.ui-selectmenu-open {\n    display: block;\n}\n.ui-selectmenu-button {\n    display: inline-block;\n    overflow: hidden;\n    position: relative;\n    text-decoration: none;\n    cursor: pointer;\n}\n.ui-selectmenu-button span.ui-icon {\n    right: 0.5em;\n    left: auto;\n    margin-top: -8px;\n    position: absolute;\n    top: 50%;\n}\n.ui-selectmenu-button span.ui-selectmenu-text {\n    text-align: left;\n    padding: 0.4em 2.1em 0.4em 1em;\n    display: block;\n    line-height: 1.4;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n}\n.ui-slider {\n    position: relative;\n    text-align: left;\n}\n.ui-slider .ui-slider-handle {\n    position: absolute;\n    z-index: 2;\n    width: 1.2em;\n    height: 1.2em;\n    cursor: default;\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-slider .ui-slider-range {\n    position: absolute;\n    z-index: 1;\n    font-size: .7em;\n    display: block;\n    border: 0;\n    background-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n    filter: inherit;\n}\n\n.ui-slider-horizontal {\n    height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n    top: -.3em;\n    margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n    top: 0;\n    height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n    left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n    right: 0;\n}\n\n.ui-slider-vertical {\n    width: .8em;\n    height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n    left: -.3em;\n    margin-left: 0;\n    margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n    left: 0;\n    width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n    bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n    top: 0;\n}\n.ui-spinner {\n    position: relative;\n    display: inline-block;\n    overflow: hidden;\n    padding: 0;\n    vertical-align: middle;\n}\n.ui-spinner-input {\n    border: none;\n    background: none;\n    color: inherit;\n    padding: 0;\n    margin: .2em 0;\n    vertical-align: middle;\n    margin-left: .4em;\n    margin-right: 22px;\n}\n.ui-spinner-button {\n    width: 16px;\n    height: 50%;\n    font-size: .5em;\n    padding: 0;\n    margin: 0;\n    text-align: center;\n    position: absolute;\n    cursor: default;\n    display: block;\n    overflow: hidden;\n    right: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n    border-top: none;\n    border-bottom: none;\n    border-right: none;\n}\n/* vertically center icon */\n.ui-spinner .ui-icon {\n    position: absolute;\n    margin-top: -8px;\n    top: 50%;\n    left: 0;\n}\n.ui-spinner-up {\n    top: 0;\n}\n.ui-spinner-down {\n    bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n    /* need to fix icons sprite */\n    background-position: -65px -16px;\n}\n.ui-tabs {\n    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n    padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n    margin: 0;\n    padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n    list-style: none;\n    float: left;\n    position: relative;\n    top: 0;\n    margin: 1px .2em 0 0;\n    border-bottom-width: 0;\n    padding: 0;\n    white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n    float: left;\n    padding: .5em 1em;\n    text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n    margin-bottom: -1px;\n    padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n    cursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n    cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n    display: block;\n    border-width: 0;\n    padding: 1em 1.4em;\n    background: none;\n}\n.ui-tooltip {\n    padding: 8px;\n    position: absolute;\n    z-index: 9999;\n    max-width: 300px;\n    -webkit-box-shadow: 0 0 5px #aaa;\n    box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n    border-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n    font-family: Geneva, Arial,Helvetica,sans-serif;\n    font-size: 1em;\n}\n.ui-widget .ui-widget {\n    font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n    font-family: Geneva, Arial,Helvetica,sans-serif;\n    font-size: 1em;\n}\n.ui-widget-content {\n    border: 1px solid #dfdfdf;\n    background: #ffffff url(\"../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png\") 50% 50% repeat-x;\n    color: #222222;\n}\n.ui-widget-content a {\n    color: #222222;\n}\n.ui-widget-header {\n    border: 1px solid #dfdfdf;\n    background: #5a0505 url(\"../images/red/jquery-ui/ui-bg_glass_40_5a0505_1x400.png\") 50% 50% repeat-x;\n    color: #ffffff;\n    font-weight: bold;\n}\n.ui-widget-header a {\n    color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n    border: 1px solid #dfdfdf;\n    background: #5a0505 url(\"../images/red/jquery-ui/ui-bg_glass_40_5a0505_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_glass_40_5cbada_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_glass_40_5cbada_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_flat_0_5cbada_40x100.png\") 50% 50% repeat-x;\n    color: #ffffff;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n    color: #ffffff;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n    border: 1px solid #ca1d11;\n    background: #fdbfad url(\"../images/jquery-ui-common/ui-bg_flat_0_fdbfad_40x100.png\") 50% 50% repeat-x;\n    color: #ca1d11;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n    color: #ca1d11;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n    color: #ca1d11;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n    font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n    opacity: .7;\n    filter:Alpha(Opacity=70); /* support: IE8 */\n    font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n    opacity: .35;\n    filter:Alpha(Opacity=35); /* support: IE8 */\n    background-image: none;\n}\n.ui-state-disabled .ui-icon {\n    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n    width: 16px;\n    height: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_222222_256x240.png\");\n}\n.ui-widget-header .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-default .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-active .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-highlight .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ca1d11_256x240.png\");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n    border-top-left-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n    border-top-right-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n    border-bottom-left-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n    border-bottom-right-radius: 4px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n    background: #000000 url(\"../images/jquery-ui-common/ui-bg_diagonals-medium_90_000000_40x40.png\") 50% 50% repeat;\n    opacity: .5;\n    filter: Alpha(Opacity=50); /* support: IE8 */\n}\n.ui-widget-shadow {\n    margin: -8px 0 0 -8px;\n    padding: 8px;\n    background: #aaaaaa url(\"../images/jquery-ui-common/ui-bg_diagonals-medium_80_aaaaaa_40x40.png\") 50% 50% repeat;\n    opacity: .5;\n    filter: Alpha(Opacity=50); /* support: IE8 */\n    border-radius: 8px;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/jquery-ui-yellow.css",
    "content": "/*! jQuery UI - v1.11.1 - 2014-08-13\n* http://jqueryui.com\n* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css\n* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Geneva%2C%20Arial%2CHelvetica%2Csans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=4px&bgColorHeader=%2385742f&bgTextureHeader=glass&bgImgOpacityHeader=40&borderColorHeader=%23dfdfdf&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23dfdfdf&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%2385742f&bgTextureDefault=glass&bgImgOpacityDefault=40&borderColorDefault=%23dfdfdf&fcDefault=%23ffffff&iconColorDefault=%23ffffff&bgColorHover=%235cbada&bgTextureHover=glass&bgImgOpacityHover=40&borderColorHover=%23dfdfdf&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%235cbada&bgTextureActive=glass&bgImgOpacityActive=40&borderColorActive=%23dfdfdf&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%235cbada&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23dfdfdf&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23fdbfad&bgTextureError=flat&bgImgOpacityError=0&borderColorError=%23ca1d11&fcError=%23ca1d11&iconColorError=%23ca1d11&bgColorOverlay=%23000000&bgTextureOverlay=diagonals_medium&bgImgOpacityOverlay=90&opacityOverlay=50&bgColorShadow=%23aaaaaa&bgTextureShadow=diagonals_medium&bgImgOpacityShadow=80&opacityShadow=50&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px\n* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */\n\n/* Layout helpers\n----------------------------------*/\n.ui-helper-hidden {\n    display: none;\n}\n.ui-helper-hidden-accessible {\n    border: 0;\n    clip: rect(0 0 0 0);\n    height: 1px;\n    margin: -1px;\n    overflow: hidden;\n    padding: 0;\n    position: absolute;\n    width: 1px;\n}\n.ui-helper-reset {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    line-height: 1.3;\n    text-decoration: none;\n    font-size: 100%;\n    list-style: none;\n}\n.ui-helper-clearfix:before,\n.ui-helper-clearfix:after {\n    content: \"\";\n    display: table;\n    border-collapse: collapse;\n}\n.ui-helper-clearfix:after {\n    clear: both;\n}\n.ui-helper-clearfix {\n    min-height: 0; /* support: IE7 */\n}\n.ui-helper-zfix {\n    width: 100%;\n    height: 100%;\n    top: 0;\n    left: 0;\n    position: absolute;\n    opacity: 0;\n    filter:Alpha(Opacity=0); /* support: IE8 */\n}\n\n.ui-front {\n    z-index: 100;\n}\n\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-disabled {\n    cursor: default !important;\n}\n\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n    display: block;\n    text-indent: -99999px;\n    overflow: hidden;\n    background-repeat: no-repeat;\n}\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Overlays */\n.ui-widget-overlay {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n}\n.ui-draggable-handle {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-resizable {\n    position: relative;\n}\n.ui-resizable-handle {\n    position: absolute;\n    font-size: 0.1px;\n    display: block;\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-resizable-disabled .ui-resizable-handle,\n.ui-resizable-autohide .ui-resizable-handle {\n    display: none;\n}\n.ui-resizable-n {\n    cursor: n-resize;\n    height: 7px;\n    width: 100%;\n    top: -5px;\n    left: 0;\n}\n.ui-resizable-s {\n    cursor: s-resize;\n    height: 7px;\n    width: 100%;\n    bottom: -5px;\n    left: 0;\n}\n.ui-resizable-e {\n    cursor: e-resize;\n    width: 7px;\n    right: -5px;\n    top: 0;\n    height: 100%;\n}\n.ui-resizable-w {\n    cursor: w-resize;\n    width: 7px;\n    left: -5px;\n    top: 0;\n    height: 100%;\n}\n.ui-resizable-se {\n    cursor: se-resize;\n    width: 12px;\n    height: 12px;\n    right: 1px;\n    bottom: 1px;\n}\n.ui-resizable-sw {\n    cursor: sw-resize;\n    width: 9px;\n    height: 9px;\n    left: -5px;\n    bottom: -5px;\n}\n.ui-resizable-nw {\n    cursor: nw-resize;\n    width: 9px;\n    height: 9px;\n    left: -5px;\n    top: -5px;\n}\n.ui-resizable-ne {\n    cursor: ne-resize;\n    width: 9px;\n    height: 9px;\n    right: -5px;\n    top: -5px;\n}\n.ui-selectable {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-selectable-helper {\n    position: absolute;\n    z-index: 100;\n    border: 1px dotted black;\n}\n.ui-sortable-handle {\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-accordion .ui-accordion-header {\n    display: block;\n    cursor: pointer;\n    position: relative;\n    margin: 2px 0 0 0;\n    padding: .5em .5em .5em .7em;\n    min-height: 0; /* support: IE7 */\n    font-size: 100%;\n}\n.ui-accordion .ui-accordion-icons {\n    padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-icons .ui-accordion-icons {\n    padding-left: 2.2em;\n}\n.ui-accordion .ui-accordion-header .ui-accordion-header-icon {\n    position: absolute;\n    left: .5em;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-accordion .ui-accordion-content {\n    padding: 1em 2.2em;\n    border-top: 0;\n    overflow: auto;\n}\n.ui-autocomplete {\n    position: absolute;\n    top: 0;\n    left: 0;\n    cursor: default;\n}\n.ui-button {\n    display: inline-block;\n    position: relative;\n    padding: 0;\n    line-height: normal;\n    margin-right: .1em;\n    cursor: pointer;\n    vertical-align: middle;\n    text-align: center;\n    overflow: visible; /* removes extra width in IE */\n}\n.ui-button,\n.ui-button:link,\n.ui-button:visited,\n.ui-button:hover,\n.ui-button:active {\n    text-decoration: none;\n}\n/* to make room for the icon, a width needs to be set here */\n.ui-button-icon-only {\n    width: 2.2em;\n}\n/* button elements seem to need a little more width */\nbutton.ui-button-icon-only {\n    width: 2.4em;\n}\n.ui-button-icons-only {\n    width: 3.4em;\n}\nbutton.ui-button-icons-only {\n    width: 3.7em;\n}\n\n/* button text element */\n.ui-button .ui-button-text {\n    display: block;\n    line-height: normal;\n}\n.ui-button-text-only .ui-button-text {\n    padding: .4em 1em;\n}\n.ui-button-icon-only .ui-button-text,\n.ui-button-icons-only .ui-button-text {\n    padding: .4em;\n    text-indent: -9999999px;\n}\n.ui-button-text-icon-primary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n    padding: .4em 1em .4em 2.1em;\n}\n.ui-button-text-icon-secondary .ui-button-text,\n.ui-button-text-icons .ui-button-text {\n    padding: .4em 2.1em .4em 1em;\n}\n.ui-button-text-icons .ui-button-text {\n    padding-left: 2.1em;\n    padding-right: 2.1em;\n}\n/* no icon support for input elements, provide padding by default */\ninput.ui-button {\n    padding: .4em 1em;\n}\n\n/* button icon element(s) */\n.ui-button-icon-only .ui-icon,\n.ui-button-text-icon-primary .ui-icon,\n.ui-button-text-icon-secondary .ui-icon,\n.ui-button-text-icons .ui-icon,\n.ui-button-icons-only .ui-icon {\n    position: absolute;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-button-icon-only .ui-icon {\n    left: 50%;\n    margin-left: -8px;\n}\n.ui-button-text-icon-primary .ui-button-icon-primary,\n.ui-button-text-icons .ui-button-icon-primary,\n.ui-button-icons-only .ui-button-icon-primary {\n    left: .5em;\n}\n.ui-button-text-icon-secondary .ui-button-icon-secondary,\n.ui-button-text-icons .ui-button-icon-secondary,\n.ui-button-icons-only .ui-button-icon-secondary {\n    right: .5em;\n}\n\n/* button sets */\n.ui-buttonset {\n    margin-right: 7px;\n}\n.ui-buttonset .ui-button {\n    margin-left: 0;\n    margin-right: -.3em;\n}\n\n/* workarounds */\n/* reset extra padding in Firefox, see h5bp.com/l */\ninput.ui-button::-moz-focus-inner,\nbutton.ui-button::-moz-focus-inner {\n    border: 0;\n    padding: 0;\n}\n.ui-datepicker {\n    width: 17em;\n    padding: .2em .2em 0;\n    display: none;\n}\n.ui-datepicker .ui-datepicker-header {\n    position: relative;\n    padding: .2em 0;\n}\n.ui-datepicker .ui-datepicker-prev,\n.ui-datepicker .ui-datepicker-next {\n    position: absolute;\n    top: 2px;\n    width: 1.8em;\n    height: 1.8em;\n}\n.ui-datepicker .ui-datepicker-prev-hover,\n.ui-datepicker .ui-datepicker-next-hover {\n    top: 1px;\n}\n.ui-datepicker .ui-datepicker-prev {\n    left: 2px;\n}\n.ui-datepicker .ui-datepicker-next {\n    right: 2px;\n}\n.ui-datepicker .ui-datepicker-prev-hover {\n    left: 1px;\n}\n.ui-datepicker .ui-datepicker-next-hover {\n    right: 1px;\n}\n.ui-datepicker .ui-datepicker-prev span,\n.ui-datepicker .ui-datepicker-next span {\n    display: block;\n    position: absolute;\n    left: 50%;\n    margin-left: -8px;\n    top: 50%;\n    margin-top: -8px;\n}\n.ui-datepicker .ui-datepicker-title {\n    margin: 0 2.3em;\n    line-height: 1.8em;\n    text-align: center;\n}\n.ui-datepicker .ui-datepicker-title select {\n    font-size: 1em;\n    margin: 1px 0;\n}\n.ui-datepicker select.ui-datepicker-month,\n.ui-datepicker select.ui-datepicker-year {\n    width: 45%;\n}\n.ui-datepicker table {\n    width: 100%;\n    font-size: .9em;\n    border-collapse: collapse;\n    margin: 0 0 .4em;\n}\n.ui-datepicker th {\n    padding: .7em .3em;\n    text-align: center;\n    font-weight: bold;\n    border: 0;\n}\n.ui-datepicker td {\n    border: 0;\n    padding: 1px;\n}\n.ui-datepicker td span,\n.ui-datepicker td a {\n    display: block;\n    padding: .2em;\n    text-align: right;\n    text-decoration: none;\n}\n.ui-datepicker .ui-datepicker-buttonpane {\n    background-image: none;\n    margin: .7em 0 0 0;\n    padding: 0 .2em;\n    border-left: 0;\n    border-right: 0;\n    border-bottom: 0;\n}\n.ui-datepicker .ui-datepicker-buttonpane button {\n    float: right;\n    margin: .5em .2em .4em;\n    cursor: pointer;\n    padding: .2em .6em .3em .6em;\n    width: auto;\n    overflow: visible;\n}\n.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {\n    float: left;\n}\n\n/* with multiple calendars */\n.ui-datepicker.ui-datepicker-multi {\n    width: auto;\n}\n.ui-datepicker-multi .ui-datepicker-group {\n    float: left;\n}\n.ui-datepicker-multi .ui-datepicker-group table {\n    width: 95%;\n    margin: 0 auto .4em;\n}\n.ui-datepicker-multi-2 .ui-datepicker-group {\n    width: 50%;\n}\n.ui-datepicker-multi-3 .ui-datepicker-group {\n    width: 33.3%;\n}\n.ui-datepicker-multi-4 .ui-datepicker-group {\n    width: 25%;\n}\n.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {\n    border-left-width: 0;\n}\n.ui-datepicker-multi .ui-datepicker-buttonpane {\n    clear: left;\n}\n.ui-datepicker-row-break {\n    clear: both;\n    width: 100%;\n    font-size: 0;\n}\n\n/* RTL support */\n.ui-datepicker-rtl {\n    direction: rtl;\n}\n.ui-datepicker-rtl .ui-datepicker-prev {\n    right: 2px;\n    left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next {\n    left: 2px;\n    right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-prev:hover {\n    right: 1px;\n    left: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-next:hover {\n    left: 1px;\n    right: auto;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane {\n    clear: right;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button {\n    float: left;\n}\n.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,\n.ui-datepicker-rtl .ui-datepicker-group {\n    float: right;\n}\n.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,\n.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {\n    border-right-width: 0;\n    border-left-width: 1px;\n}\n.ui-dialog {\n    overflow: hidden;\n    position: absolute;\n    top: 0;\n    left: 0;\n    padding: .2em;\n    outline: 0;\n}\n.ui-dialog .ui-dialog-titlebar {\n    padding: .4em 1em;\n    position: relative;\n}\n.ui-dialog .ui-dialog-title {\n    float: left;\n    margin: .1em 0;\n    white-space: nowrap;\n    width: 90%;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n.ui-dialog .ui-dialog-titlebar-close {\n    position: absolute;\n    right: .3em;\n    top: 50%;\n    width: 20px;\n    margin: -10px 0 0 0;\n    padding: 1px;\n    height: 20px;\n}\n.ui-dialog .ui-dialog-content {\n    position: relative;\n    border: 0;\n    padding: .5em 1em;\n    background: none;\n    overflow: auto;\n}\n.ui-dialog .ui-dialog-buttonpane {\n    text-align: left;\n    border-width: 1px 0 0 0;\n    background-image: none;\n    margin-top: .5em;\n    padding: .3em 1em .5em .4em;\n}\n.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {\n    float: right;\n}\n.ui-dialog .ui-dialog-buttonpane button {\n    margin: .5em .4em .5em 0;\n    cursor: pointer;\n}\n.ui-dialog .ui-resizable-se {\n    width: 12px;\n    height: 12px;\n    right: -5px;\n    bottom: -5px;\n    background-position: 16px 16px;\n}\n.ui-draggable .ui-dialog-titlebar {\n    cursor: move;\n}\n.ui-menu {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: block;\n    outline: none;\n}\n.ui-menu .ui-menu {\n    position: absolute;\n}\n.ui-menu .ui-menu-item {\n    position: relative;\n    margin: 0;\n    padding: 3px 1em 3px .4em;\n    cursor: pointer;\n    min-height: 0; /* support: IE7 */\n    /* support: IE10, see #8844 */\n    list-style-image: url(\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\");\n}\n.ui-menu .ui-menu-divider {\n    margin: 5px 0;\n    height: 0;\n    font-size: 0;\n    line-height: 0;\n    border-width: 1px 0 0 0;\n}\n.ui-menu .ui-state-focus,\n.ui-menu .ui-state-active {\n    margin: -1px;\n}\n\n/* icon support */\n.ui-menu-icons {\n    position: relative;\n}\n.ui-menu-icons .ui-menu-item {\n    padding-left: 2em;\n}\n\n/* left-aligned */\n.ui-menu .ui-icon {\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: .2em;\n    margin: auto 0;\n}\n\n/* right-aligned */\n.ui-menu .ui-menu-icon {\n    left: auto;\n    right: 0;\n}\n.ui-progressbar {\n    height: 2em;\n    text-align: left;\n    overflow: hidden;\n}\n.ui-progressbar .ui-progressbar-value {\n    margin: -1px;\n    height: 100%;\n}\n.ui-progressbar .ui-progressbar-overlay {\n    background: url(\"data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==\");\n    height: 100%;\n    filter: alpha(opacity=25); /* support: IE8 */\n    opacity: 0.25;\n}\n.ui-progressbar-indeterminate .ui-progressbar-value {\n    background-image: none;\n}\n.ui-selectmenu-menu {\n    padding: 0;\n    margin: 0;\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: none;\n}\n.ui-selectmenu-menu .ui-menu {\n    overflow: auto;\n    /* Support: IE7 */\n    overflow-x: hidden;\n    padding-bottom: 1px;\n}\n.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {\n    font-size: 1em;\n    font-weight: bold;\n    line-height: 1.5;\n    padding: 2px 0.4em;\n    margin: 0.5em 0 0 0;\n    height: auto;\n    border: 0;\n}\n.ui-selectmenu-open {\n    display: block;\n}\n.ui-selectmenu-button {\n    display: inline-block;\n    overflow: hidden;\n    position: relative;\n    text-decoration: none;\n    cursor: pointer;\n}\n.ui-selectmenu-button span.ui-icon {\n    right: 0.5em;\n    left: auto;\n    margin-top: -8px;\n    position: absolute;\n    top: 50%;\n}\n.ui-selectmenu-button span.ui-selectmenu-text {\n    text-align: left;\n    padding: 0.4em 2.1em 0.4em 1em;\n    display: block;\n    line-height: 1.4;\n    overflow: hidden;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n}\n.ui-slider {\n    position: relative;\n    text-align: left;\n}\n.ui-slider .ui-slider-handle {\n    position: absolute;\n    z-index: 2;\n    width: 1.2em;\n    height: 1.2em;\n    cursor: default;\n    -ms-touch-action: none;\n    touch-action: none;\n}\n.ui-slider .ui-slider-range {\n    position: absolute;\n    z-index: 1;\n    font-size: .7em;\n    display: block;\n    border: 0;\n    background-position: 0 0;\n}\n\n/* support: IE8 - See #6727 */\n.ui-slider.ui-state-disabled .ui-slider-handle,\n.ui-slider.ui-state-disabled .ui-slider-range {\n    filter: inherit;\n}\n\n.ui-slider-horizontal {\n    height: .8em;\n}\n.ui-slider-horizontal .ui-slider-handle {\n    top: -.3em;\n    margin-left: -.6em;\n}\n.ui-slider-horizontal .ui-slider-range {\n    top: 0;\n    height: 100%;\n}\n.ui-slider-horizontal .ui-slider-range-min {\n    left: 0;\n}\n.ui-slider-horizontal .ui-slider-range-max {\n    right: 0;\n}\n\n.ui-slider-vertical {\n    width: .8em;\n    height: 100px;\n}\n.ui-slider-vertical .ui-slider-handle {\n    left: -.3em;\n    margin-left: 0;\n    margin-bottom: -.6em;\n}\n.ui-slider-vertical .ui-slider-range {\n    left: 0;\n    width: 100%;\n}\n.ui-slider-vertical .ui-slider-range-min {\n    bottom: 0;\n}\n.ui-slider-vertical .ui-slider-range-max {\n    top: 0;\n}\n.ui-spinner {\n    position: relative;\n    display: inline-block;\n    overflow: hidden;\n    padding: 0;\n    vertical-align: middle;\n}\n.ui-spinner-input {\n    border: none;\n    background: none;\n    color: inherit;\n    padding: 0;\n    margin: .2em 0;\n    vertical-align: middle;\n    margin-left: .4em;\n    margin-right: 22px;\n}\n.ui-spinner-button {\n    width: 16px;\n    height: 50%;\n    font-size: .5em;\n    padding: 0;\n    margin: 0;\n    text-align: center;\n    position: absolute;\n    cursor: default;\n    display: block;\n    overflow: hidden;\n    right: 0;\n}\n/* more specificity required here to override default borders */\n.ui-spinner a.ui-spinner-button {\n    border-top: none;\n    border-bottom: none;\n    border-right: none;\n}\n/* vertically center icon */\n.ui-spinner .ui-icon {\n    position: absolute;\n    margin-top: -8px;\n    top: 50%;\n    left: 0;\n}\n.ui-spinner-up {\n    top: 0;\n}\n.ui-spinner-down {\n    bottom: 0;\n}\n\n/* TR overrides */\n.ui-spinner .ui-icon-triangle-1-s {\n    /* need to fix icons sprite */\n    background-position: -65px -16px;\n}\n.ui-tabs {\n    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as \"fixed\") */\n    padding: .2em;\n}\n.ui-tabs .ui-tabs-nav {\n    margin: 0;\n    padding: .2em .2em 0;\n}\n.ui-tabs .ui-tabs-nav li {\n    list-style: none;\n    float: left;\n    position: relative;\n    top: 0;\n    margin: 1px .2em 0 0;\n    border-bottom-width: 0;\n    padding: 0;\n    white-space: nowrap;\n}\n.ui-tabs .ui-tabs-nav .ui-tabs-anchor {\n    float: left;\n    padding: .5em 1em;\n    text-decoration: none;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active {\n    margin-bottom: -1px;\n    padding-bottom: 1px;\n}\n.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,\n.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {\n    cursor: text;\n}\n.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {\n    cursor: pointer;\n}\n.ui-tabs .ui-tabs-panel {\n    display: block;\n    border-width: 0;\n    padding: 1em 1.4em;\n    background: none;\n}\n.ui-tooltip {\n    padding: 8px;\n    position: absolute;\n    z-index: 9999;\n    max-width: 300px;\n    -webkit-box-shadow: 0 0 5px #aaa;\n    box-shadow: 0 0 5px #aaa;\n}\nbody .ui-tooltip {\n    border-width: 2px;\n}\n\n/* Component containers\n----------------------------------*/\n.ui-widget {\n    font-family: Geneva, Arial,Helvetica,sans-serif;\n    font-size: 1em;\n}\n.ui-widget .ui-widget {\n    font-size: 1em;\n}\n.ui-widget input,\n.ui-widget select,\n.ui-widget textarea,\n.ui-widget button {\n    font-family: Geneva, Arial,Helvetica,sans-serif;\n    font-size: 1em;\n}\n.ui-widget-content {\n    border: 1px solid #dfdfdf;\n    background: #ffffff url(\"../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png\") 50% 50% repeat-x;\n    color: #222222;\n}\n.ui-widget-content a {\n    color: #222222;\n}\n.ui-widget-header {\n    border: 1px solid #dfdfdf;\n    background: #85742f url(\"../images/yellow/jquery-ui/ui-bg_glass_40_85742f_1x400.png\") 50% 50% repeat-x;\n    color: #ffffff;\n    font-weight: bold;\n}\n.ui-widget-header a {\n    color: #ffffff;\n}\n\n/* Interaction states\n----------------------------------*/\n.ui-state-default,\n.ui-widget-content .ui-state-default,\n.ui-widget-header .ui-state-default {\n    border: 1px solid #dfdfdf;\n    background: #85742f url(\"../images/yellow/jquery-ui/ui-bg_glass_40_85742f_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-default a,\n.ui-state-default a:link,\n.ui-state-default a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n.ui-state-hover,\n.ui-widget-content .ui-state-hover,\n.ui-widget-header .ui-state-hover,\n.ui-state-focus,\n.ui-widget-content .ui-state-focus,\n.ui-widget-header .ui-state-focus {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_glass_40_5cbada_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-hover a,\n.ui-state-hover a:hover,\n.ui-state-hover a:link,\n.ui-state-hover a:visited,\n.ui-state-focus a,\n.ui-state-focus a:hover,\n.ui-state-focus a:link,\n.ui-state-focus a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n.ui-state-active,\n.ui-widget-content .ui-state-active,\n.ui-widget-header .ui-state-active {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_glass_40_5cbada_1x400.png\") 50% 50% repeat-x;\n    font-weight: normal;\n    color: #ffffff;\n}\n.ui-state-active a,\n.ui-state-active a:link,\n.ui-state-active a:visited {\n    color: #ffffff;\n    text-decoration: none;\n}\n\n/* Interaction Cues\n----------------------------------*/\n.ui-state-highlight,\n.ui-widget-content .ui-state-highlight,\n.ui-widget-header .ui-state-highlight {\n    border: 1px solid #dfdfdf;\n    background: #5cbada url(\"../images/jquery-ui-common/ui-bg_flat_0_5cbada_40x100.png\") 50% 50% repeat-x;\n    color: #ffffff;\n}\n.ui-state-highlight a,\n.ui-widget-content .ui-state-highlight a,\n.ui-widget-header .ui-state-highlight a {\n    color: #ffffff;\n}\n.ui-state-error,\n.ui-widget-content .ui-state-error,\n.ui-widget-header .ui-state-error {\n    border: 1px solid #ca1d11;\n    background: #fdbfad url(\"../images/jquery-ui-common/ui-bg_flat_0_fdbfad_40x100.png\") 50% 50% repeat-x;\n    color: #ca1d11;\n}\n.ui-state-error a,\n.ui-widget-content .ui-state-error a,\n.ui-widget-header .ui-state-error a {\n    color: #ca1d11;\n}\n.ui-state-error-text,\n.ui-widget-content .ui-state-error-text,\n.ui-widget-header .ui-state-error-text {\n    color: #ca1d11;\n}\n.ui-priority-primary,\n.ui-widget-content .ui-priority-primary,\n.ui-widget-header .ui-priority-primary {\n    font-weight: bold;\n}\n.ui-priority-secondary,\n.ui-widget-content .ui-priority-secondary,\n.ui-widget-header .ui-priority-secondary {\n    opacity: .7;\n    filter:Alpha(Opacity=70); /* support: IE8 */\n    font-weight: normal;\n}\n.ui-state-disabled,\n.ui-widget-content .ui-state-disabled,\n.ui-widget-header .ui-state-disabled {\n    opacity: .35;\n    filter:Alpha(Opacity=35); /* support: IE8 */\n    background-image: none;\n}\n.ui-state-disabled .ui-icon {\n    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */\n}\n\n/* Icons\n----------------------------------*/\n\n/* states and images */\n.ui-icon {\n    width: 16px;\n    height: 16px;\n}\n.ui-icon,\n.ui-widget-content .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_222222_256x240.png\");\n}\n.ui-widget-header .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-default .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-hover .ui-icon,\n.ui-state-focus .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-active .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-highlight .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ffffff_256x240.png\");\n}\n.ui-state-error .ui-icon,\n.ui-state-error-text .ui-icon {\n    background-image: url(\"../images/jquery-ui-common/ui-icons_ca1d11_256x240.png\");\n}\n\n/* positioning */\n.ui-icon-blank { background-position: 16px 16px; }\n.ui-icon-carat-1-n { background-position: 0 0; }\n.ui-icon-carat-1-ne { background-position: -16px 0; }\n.ui-icon-carat-1-e { background-position: -32px 0; }\n.ui-icon-carat-1-se { background-position: -48px 0; }\n.ui-icon-carat-1-s { background-position: -64px 0; }\n.ui-icon-carat-1-sw { background-position: -80px 0; }\n.ui-icon-carat-1-w { background-position: -96px 0; }\n.ui-icon-carat-1-nw { background-position: -112px 0; }\n.ui-icon-carat-2-n-s { background-position: -128px 0; }\n.ui-icon-carat-2-e-w { background-position: -144px 0; }\n.ui-icon-triangle-1-n { background-position: 0 -16px; }\n.ui-icon-triangle-1-ne { background-position: -16px -16px; }\n.ui-icon-triangle-1-e { background-position: -32px -16px; }\n.ui-icon-triangle-1-se { background-position: -48px -16px; }\n.ui-icon-triangle-1-s { background-position: -64px -16px; }\n.ui-icon-triangle-1-sw { background-position: -80px -16px; }\n.ui-icon-triangle-1-w { background-position: -96px -16px; }\n.ui-icon-triangle-1-nw { background-position: -112px -16px; }\n.ui-icon-triangle-2-n-s { background-position: -128px -16px; }\n.ui-icon-triangle-2-e-w { background-position: -144px -16px; }\n.ui-icon-arrow-1-n { background-position: 0 -32px; }\n.ui-icon-arrow-1-ne { background-position: -16px -32px; }\n.ui-icon-arrow-1-e { background-position: -32px -32px; }\n.ui-icon-arrow-1-se { background-position: -48px -32px; }\n.ui-icon-arrow-1-s { background-position: -64px -32px; }\n.ui-icon-arrow-1-sw { background-position: -80px -32px; }\n.ui-icon-arrow-1-w { background-position: -96px -32px; }\n.ui-icon-arrow-1-nw { background-position: -112px -32px; }\n.ui-icon-arrow-2-n-s { background-position: -128px -32px; }\n.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }\n.ui-icon-arrow-2-e-w { background-position: -160px -32px; }\n.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }\n.ui-icon-arrowstop-1-n { background-position: -192px -32px; }\n.ui-icon-arrowstop-1-e { background-position: -208px -32px; }\n.ui-icon-arrowstop-1-s { background-position: -224px -32px; }\n.ui-icon-arrowstop-1-w { background-position: -240px -32px; }\n.ui-icon-arrowthick-1-n { background-position: 0 -48px; }\n.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }\n.ui-icon-arrowthick-1-e { background-position: -32px -48px; }\n.ui-icon-arrowthick-1-se { background-position: -48px -48px; }\n.ui-icon-arrowthick-1-s { background-position: -64px -48px; }\n.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }\n.ui-icon-arrowthick-1-w { background-position: -96px -48px; }\n.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }\n.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }\n.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }\n.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }\n.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }\n.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }\n.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }\n.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }\n.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }\n.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }\n.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }\n.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }\n.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }\n.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }\n.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }\n.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }\n.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }\n.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }\n.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }\n.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }\n.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }\n.ui-icon-arrow-4 { background-position: 0 -80px; }\n.ui-icon-arrow-4-diag { background-position: -16px -80px; }\n.ui-icon-extlink { background-position: -32px -80px; }\n.ui-icon-newwin { background-position: -48px -80px; }\n.ui-icon-refresh { background-position: -64px -80px; }\n.ui-icon-shuffle { background-position: -80px -80px; }\n.ui-icon-transfer-e-w { background-position: -96px -80px; }\n.ui-icon-transferthick-e-w { background-position: -112px -80px; }\n.ui-icon-folder-collapsed { background-position: 0 -96px; }\n.ui-icon-folder-open { background-position: -16px -96px; }\n.ui-icon-document { background-position: -32px -96px; }\n.ui-icon-document-b { background-position: -48px -96px; }\n.ui-icon-note { background-position: -64px -96px; }\n.ui-icon-mail-closed { background-position: -80px -96px; }\n.ui-icon-mail-open { background-position: -96px -96px; }\n.ui-icon-suitcase { background-position: -112px -96px; }\n.ui-icon-comment { background-position: -128px -96px; }\n.ui-icon-person { background-position: -144px -96px; }\n.ui-icon-print { background-position: -160px -96px; }\n.ui-icon-trash { background-position: -176px -96px; }\n.ui-icon-locked { background-position: -192px -96px; }\n.ui-icon-unlocked { background-position: -208px -96px; }\n.ui-icon-bookmark { background-position: -224px -96px; }\n.ui-icon-tag { background-position: -240px -96px; }\n.ui-icon-home { background-position: 0 -112px; }\n.ui-icon-flag { background-position: -16px -112px; }\n.ui-icon-calendar { background-position: -32px -112px; }\n.ui-icon-cart { background-position: -48px -112px; }\n.ui-icon-pencil { background-position: -64px -112px; }\n.ui-icon-clock { background-position: -80px -112px; }\n.ui-icon-disk { background-position: -96px -112px; }\n.ui-icon-calculator { background-position: -112px -112px; }\n.ui-icon-zoomin { background-position: -128px -112px; }\n.ui-icon-zoomout { background-position: -144px -112px; }\n.ui-icon-search { background-position: -160px -112px; }\n.ui-icon-wrench { background-position: -176px -112px; }\n.ui-icon-gear { background-position: -192px -112px; }\n.ui-icon-heart { background-position: -208px -112px; }\n.ui-icon-star { background-position: -224px -112px; }\n.ui-icon-link { background-position: -240px -112px; }\n.ui-icon-cancel { background-position: 0 -128px; }\n.ui-icon-plus { background-position: -16px -128px; }\n.ui-icon-plusthick { background-position: -32px -128px; }\n.ui-icon-minus { background-position: -48px -128px; }\n.ui-icon-minusthick { background-position: -64px -128px; }\n.ui-icon-close { background-position: -80px -128px; }\n.ui-icon-closethick { background-position: -96px -128px; }\n.ui-icon-key { background-position: -112px -128px; }\n.ui-icon-lightbulb { background-position: -128px -128px; }\n.ui-icon-scissors { background-position: -144px -128px; }\n.ui-icon-clipboard { background-position: -160px -128px; }\n.ui-icon-copy { background-position: -176px -128px; }\n.ui-icon-contact { background-position: -192px -128px; }\n.ui-icon-image { background-position: -208px -128px; }\n.ui-icon-video { background-position: -224px -128px; }\n.ui-icon-script { background-position: -240px -128px; }\n.ui-icon-alert { background-position: 0 -144px; }\n.ui-icon-info { background-position: -16px -144px; }\n.ui-icon-notice { background-position: -32px -144px; }\n.ui-icon-help { background-position: -48px -144px; }\n.ui-icon-check { background-position: -64px -144px; }\n.ui-icon-bullet { background-position: -80px -144px; }\n.ui-icon-radio-on { background-position: -96px -144px; }\n.ui-icon-radio-off { background-position: -112px -144px; }\n.ui-icon-pin-w { background-position: -128px -144px; }\n.ui-icon-pin-s { background-position: -144px -144px; }\n.ui-icon-play { background-position: 0 -160px; }\n.ui-icon-pause { background-position: -16px -160px; }\n.ui-icon-seek-next { background-position: -32px -160px; }\n.ui-icon-seek-prev { background-position: -48px -160px; }\n.ui-icon-seek-end { background-position: -64px -160px; }\n.ui-icon-seek-start { background-position: -80px -160px; }\n/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */\n.ui-icon-seek-first { background-position: -80px -160px; }\n.ui-icon-stop { background-position: -96px -160px; }\n.ui-icon-eject { background-position: -112px -160px; }\n.ui-icon-volume-off { background-position: -128px -160px; }\n.ui-icon-volume-on { background-position: -144px -160px; }\n.ui-icon-power { background-position: 0 -176px; }\n.ui-icon-signal-diag { background-position: -16px -176px; }\n.ui-icon-signal { background-position: -32px -176px; }\n.ui-icon-battery-0 { background-position: -48px -176px; }\n.ui-icon-battery-1 { background-position: -64px -176px; }\n.ui-icon-battery-2 { background-position: -80px -176px; }\n.ui-icon-battery-3 { background-position: -96px -176px; }\n.ui-icon-circle-plus { background-position: 0 -192px; }\n.ui-icon-circle-minus { background-position: -16px -192px; }\n.ui-icon-circle-close { background-position: -32px -192px; }\n.ui-icon-circle-triangle-e { background-position: -48px -192px; }\n.ui-icon-circle-triangle-s { background-position: -64px -192px; }\n.ui-icon-circle-triangle-w { background-position: -80px -192px; }\n.ui-icon-circle-triangle-n { background-position: -96px -192px; }\n.ui-icon-circle-arrow-e { background-position: -112px -192px; }\n.ui-icon-circle-arrow-s { background-position: -128px -192px; }\n.ui-icon-circle-arrow-w { background-position: -144px -192px; }\n.ui-icon-circle-arrow-n { background-position: -160px -192px; }\n.ui-icon-circle-zoomin { background-position: -176px -192px; }\n.ui-icon-circle-zoomout { background-position: -192px -192px; }\n.ui-icon-circle-check { background-position: -208px -192px; }\n.ui-icon-circlesmall-plus { background-position: 0 -208px; }\n.ui-icon-circlesmall-minus { background-position: -16px -208px; }\n.ui-icon-circlesmall-close { background-position: -32px -208px; }\n.ui-icon-squaresmall-plus { background-position: -48px -208px; }\n.ui-icon-squaresmall-minus { background-position: -64px -208px; }\n.ui-icon-squaresmall-close { background-position: -80px -208px; }\n.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }\n.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }\n.ui-icon-grip-solid-vertical { background-position: -32px -224px; }\n.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }\n.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }\n.ui-icon-grip-diagonal-se { background-position: -80px -224px; }\n\n\n/* Misc visuals\n----------------------------------*/\n\n/* Corner radius */\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-left,\n.ui-corner-tl {\n    border-top-left-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-top,\n.ui-corner-right,\n.ui-corner-tr {\n    border-top-right-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-left,\n.ui-corner-bl {\n    border-bottom-left-radius: 4px;\n}\n.ui-corner-all,\n.ui-corner-bottom,\n.ui-corner-right,\n.ui-corner-br {\n    border-bottom-right-radius: 4px;\n}\n\n/* Overlays */\n.ui-widget-overlay {\n    background: #000000 url(\"../images/jquery-ui-common/ui-bg_diagonals-medium_90_000000_40x40.png\") 50% 50% repeat;\n    opacity: .5;\n    filter: Alpha(Opacity=50); /* support: IE8 */\n}\n.ui-widget-shadow {\n    margin: -8px 0 0 -8px;\n    padding: 8px;\n    background: #aaaaaa url(\"../images/jquery-ui-common/ui-bg_diagonals-medium_80_aaaaaa_40x40.png\") 50% 50% repeat;\n    opacity: .5;\n    filter: Alpha(Opacity=50); /* support: IE8 */\n    border-radius: 8px;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/red.css",
    "content": "/**\n * i-MSCP - internet Multi Server Control Panel\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n *\n * @category    iMSCP\n * @package     iMSCP_Core\n * @subpackage  Layout\n * @copyright   2010-2015 by i-MSCP | http://i-mscp.net\n * @link        http://i-mscp.net\n * @author      Laurent Declercq <l.declercq@nuxwin.com>\n */\n\nbody {\n    background: #ffffff url(../images/red/background/left_bg.jpg) repeat-y top left;\n    color: #1a1a1a;\n}\n\n/* Links */\n\na {\n    color: #1a1a1a;\n}\n\n.header a,\n.location a,\n.left_menu a,\n.link_as_button a {\n    color: #ffffff;\n}\n\na:hover,\n.active a {\n    color: #5cbada;\n}\n\na:hover.link_as_button {\n    color: #ffffff;\n}\n\n.clickable:hover {\n    color:#5cbada;\n    cursor: pointer;\n}\n\n/* header */\n.header {\n    background: #6e0e0f url(../images/red/background/top_bg.jpg) repeat-x top left;\n}\n\n/* logo */\n.header .logo {\n    background: transparent url(../images/red/background/top_left_bg.jpg) no-repeat;\n}\n\n/* Main menu */\n.main_menu {\n    background: transparent url(../images/red/background/mainmenu_left.png) no-repeat top left;\n}\n\n.main_menu ul {\n    background: transparent url(../images/red/background/mainmenu_bg.png) repeat-x top left;\n}\n\n.main_menu a:hover,\n.main_menu .active a {\n    background-color: rgba(255, 255, 255, 0.3);\n}\n\n/* Location */\n.location {\n    background: #5a0505 url(../images/red/jquery-ui/ui-bg_glass_40_5a0505_1x400.png) 50% 50% repeat-x;\n}\n\n/* Section */\n.location-area h1 {\n    color: #ffffff;\n}\n\n/* Breadcrumbs */\n.path {\n    color: #ffffff;\n}\n\n/* Left menu */\n.left_menu {\n    background: transparent url(../images/red/background/left_top_bg.jpg) no-repeat top;\n    color: #ffffff;\n}\n\n.left_menu a {\n    background: transparent url(../images/red/background/bullet.png) no-repeat center left;\n}\n\n.left_menu a:hover,\n.left_menu .active a {\n    background-image: url(../images/red/background/bullet_hover.png);\n}\n\n/**\n * Body\n */\n\n/* titles */\nh2 span,\nh3 span {\n    border-bottom-color: #dfdfdf;\n}\n\n/* Tables */\nthead,\ntfoot {\n    border-color: transparent;\n    background: #5a0505 url(../images/red/jquery-ui/ui-bg_glass_40_5a0505_1x400.png) 50% 50% repeat-x;\n    color: #ffffff;\n}\n\ntbody {\n    border-color: #dfdfdf;\n    background: #ffffff url(../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x;\n    color: #222222;\n}\n\ntbody td {\n    border-bottom: 1px solid #dfdfdf;\n}\n\n.odd {\n    background-color: #ffffff;\n}\n\n.even {\n    background-color: #ededed;\n}\n\n/* Form elements */\n\ninput[type=\"text\"],\ninput[type=\"number\"],\ninput[type=\"password\"],\ninput[type=\"search\"],\nselect,\ntextarea {\n    background: #ffffff;\n    border-color: #cccccc;\n}\n\ninput[type=\"text\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"search\"]:focus,\ntextarea:focus,\nselect:focus {\n    border: 1px solid #6e0e0f;\n    -webkit-box-shadow: 0 0 5px #6e0e0f;\n    -moz-box-shadow: 0 0 5px #6e0e0f;\n    box-shadow: 0 0 5px #6e0e0f;\n}\n\ninput[readonly=\"readonly\"],\ninput[readonly],\ninput[type=\"text\"]:disabled,\ninput[type=\"number\"]:disabled,\ninput[type=\"password\"]:disabled,\nselect:disabled,\ntextarea[readonly],\ntextarea:disabled,\n.disabled {\n    background: #cccccc url('../images/background/stripe_0582bcfb31aaf8571dba1adb85ffc318.png') repeat;\n    color: #666666;\n}\n\ninput[readonly=\"readonly\"]:focus,\ninput[readonly]:focus,\ninput[type=\"text\"]:disabled:focus,\ninput[type=\"number\"]:disabled:focus,\ninput[type=\"password\"]:disabled:focus,\nselect:disabled:focus,\ntextarea[readonly]:focus,\ntextarea:disabled:focus,\n.disabled:focus {\n    border-color: #cccccc;\n    -webkit-box-shadow: none;\n    -moz-box-shadow: none;\n    box-shadow: none;\n}\n\n.buttons {\n    background: transparent;\n}\n\n/** Tooltips */\n.ui-tooltip {\n    background: #590405;\n    border-color: #590405;\n}\n.ui-tooltip.ui-tooltip-notice {\n    background: #590405 url(../images/tooltips/info.png) no-repeat 5px 50%;\n}\n.ui-tooltip-content\n{\n    color: #ffffff;\n}\n\n/* services status */\n.up {\n    color: #3d7a15;\n}\n\n.down {\n    color: #ca1d11;\n}\n\n/**\n * Footer\n */\n\n.footer {\n    color: #ffffff;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/simple.css",
    "content": "/*-----------DEFAULT-----------*/\n\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td,\narticle, aside, canvas, details, embed,\nfigure, figcaption, footer, header, hgroup,\nmenu, nav, output, ruby, section, summary,\ntime, mark, audio, video {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    font-size: 100%;\n    font: inherit;\n    vertical-align: baseline;\n}\n\n/* HTML5 display-role reset for older browsers */\narticle, aside, details, figcaption, figure,\nfooter, header, hgroup, menu, nav, section {\n    display: block;\n}\n\nbody {\n    line-height: 1;\n}\n\nol, ul {\n    list-style: none;\n}\n\nblockquote, q {\n    quotes: none;\n}\n\nblockquote:before,\nblockquote:after,\nq:before,\nq:after {\n    content: '';\n    content: none;\n}\n\ntable {\n    border-collapse: collapse;\n    border-spacing: 0;\n}\n\n*:focus {\n    outline: 0;\n}\n\nbody {\n    color: #1a1a1a;\n    background: #ffffff;\n    font: 12px/18px Arial, Helvetica, sans-serif;\n}\n\n/*------------TYPOGRAPHY--------------*/\n\nstrong {\n    font-weight: bolder;\n}\n\n/*-----------LINKS-----------*/\n\na,\na:hover.link_as_button {\n    color: #ffffff;\n    text-decoration: none;\n}\n\na:hover,\n.active a {\n    color: #5cbada;\n}\n\n/*-----------LAYOUT-----------*/\n\n.wrapper {\n    position: relative;\n    width: 100%;\n    /*height: 100%*/\n}\n\n/*-----------HEADER-----------*/\n\n#header {\n    position: relative;\n    height: 50px;\n    line-height: 50px;\n    padding: 0 .5em;\n    color: #ffffff;\n    font-weight: bold;\n}\n\n.black #header {\n    background: #000000 url('../images/black/login/stripe.png') repeat-x left top;\n}\n\n.blue #header {\n    background: #1e288a url('../images/blue/login/stripe.png') repeat-x left top;\n}\n\n.green #header {\n    background: #0e6e0e url('../images/green/login/stripe.png') repeat-x left top;\n}\n\n.red #header {\n    background: #6e0e0f url('../images/red/login/stripe.png') repeat-x left top;\n}\n\n.yellow #header {\n    background: #918137 url('../images/yellow/login/stripe.png') repeat-x left top;\n}\n\n#logo {\n    background: transparent url('../images/imscp_logo32.png') no-repeat .5em center;\n    height: 50px;\n    padding-left: 100px;\n    line-height: 50px;\n}\n\n#copyright {\n    position: absolute;\n    right: .5em;\n    line-height: 1;\n    top: 25%;\n    text-align: right\n}\n\n/*------------MAIN CONTAINER--------------*/\n\n#content {\n    position: relative;\n    padding-top: 110px;\n    margin: 0 auto;\n}\n\n/*------------NOTICES--------------*/\n\n#notice {\n    width: 356px;\n    top: 0;\n    left: 50%;\n    margin: 1em 0 0 -205px;\n    position: absolute;\n    z-index: 3000;\n}\n\n.warning,\n.success,\n.error,\n.info {\n    padding: 15px 5px 15px 50px;\n    border: 1px solid;\n    text-align: left;\n    background-repeat: no-repeat;\n    background-position: 10px center;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n}\n\n.warning {\n    color: #954a00;\n    border-color: #954a00;\n    background-color: #ffec9c;\n    background-image: url(../images/messages/warning.png);\n}\n\n.success {\n    color: #3d7a15;\n    border-color: #3d7a15;\n    background-color: #d6f1b3;\n    background-image: url(../images/messages/success.png);\n}\n\n.error {\n    color: #ca1d11;\n    border-color: #ca1d11;\n    background-color: #fdbfad;\n    background-image: url(../images/messages/error.png);\n}\n\n.info {\n    color: #0f3d87;\n    border-color: #0f3d87;\n    background-color: #b0def5;\n    background-image: url(../images/messages/info.png);\n}\n\n/*------------TOOLTIPS--------------*/\n\n.black .ui-tooltip {\n    background: #000000;\n    border-color: #000000;\n}\n.blue .ui-tooltip {\n    background: #161e73;\n    border-color: #161e73;\n}\n.green .ui-tooltip {\n    background: #1f5c16;\n    border-color: #1f5c16;\n}\n.red .ui-tooltip {\n    background: #590405;\n    border-color: #590405;\n}\n.yellow .ui-tooltip {\n    background: #85742f;\n    border-color: #85742f;\n}\n.ui-tooltip {\n    border: 1px solid;\n    opacity: 0.85;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n}\n.black .ui-tooltip.ui-tooltip-notice {\n    background: #000000 url(../images/tooltips/info.png) no-repeat 5px 50%;\n}\n.blue .ui-tooltip.ui-tooltip-notice {\n    background: #161e73 url(../images/tooltips/info.png) no-repeat 5px 50%;\n}\n.green .ui-tooltip.ui-tooltip-notice {\n    background: #1f5c16 url(../images/tooltips/info.png) no-repeat 5px 50%;\n}\n.red .ui-tooltip.ui-tooltip-notice {\n    background: #590405 url(../images/tooltips/info.png) no-repeat 5px 50%;\n}\n.yellow .ui-tooltip.ui-tooltip-notice {\n    background: #85742f url(../images/tooltips/info.png) no-repeat 5px 50%;\n}\n.ui-tooltip.ui-tooltip-notice {\n    padding-left: 45px;\n}\n.ui-tooltip-content\n{\n    padding: 10px 5px;\n    font-size: 0.90em;\n    font-weight: bold;\n    text-align: left;\n    color: #ffffff;\n}\n\n/*-----------LOGIN AND LOSTPASSWORD-----------*/\n\n#login {\n    position: relative;\n    width: 316px;\n    padding-bottom: 30px;\n    margin: 0 auto 0 auto;\n\n    background-position: center 30px, bottom, top;\n    background-repeat: no-repeat, repeat-x, repeat;\n    background-size: auto, 100% 100%, auto;\n    border: 1px solid silver;\n    border-radius: 20px;\n    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);\n}\n\n.black #login {\n    background-image: url('../images/imscp_logo90.png'), url(../images/black/login/gradient_box.png), url(../images/stripe_box.png);\n}\n\n.blue #login {\n    background-image: url('../images/imscp_logo90.png'), url(../images/blue/login/gradient_box.png), url(../images/stripe_box.png);\n}\n\n.green #login {\n    background-image: url('../images/imscp_logo90.png'), url(../images/green/login/gradient_box.png), url(../images/stripe_box.png);\n}\n\n.red #login {\n    background-image: url('../images/imscp_logo90.png'), url(../images/red/login/gradient_box.png), url(../images/stripe_box.png);\n}\n\n.yellow #login {\n    background-image: url('../images/imscp_logo90.png'), url(../images/yellow/login/gradient_box.png), url(../images/stripe_box.png);\n}\n\n#login form {\n    display: inline-block;\n    position: relative;\n    margin-top: 150px;\n}\n\n#login table {\n    border: none;\n    width: 316px;\n}\n\n#login table label {\n    color: #ffffff;\n    font-weight: bold;\n}\n\ntable td {\n    vertical-align: middle;\n    padding: .5em 1em;\n}\n\n/*-----------FTP CHOOSER-----------*/\n\n.ftp_chooser {\n    position: relative;\n    margin: 0 auto;\n    width: 90%;\n}\n\n.ftp_chooser table {\n    text-align: left;\n    width: 100%;\n}\n\n.ftp_chooser thead th {\n    padding: 0.5em;\n    white-space: nowrap;\n    vertical-align: middle;\n    font-weight: bold;\n}\n\n.ftp_chooser tbody {\n    border: 1px solid;\n}\n\n.ftp_chooser tbody td {\n    padding: 5px 5px 3px 5px;\n    height: 36px;\n    vertical-align: middle;\n    color: #1a1a1a;\n}\n\n.ftp_chooser thead, .ftp_chooser tfoot {\n    color: #ffffff;\n}\n\n.black .ftp_chooser thead, .black .ftp_chooser tfoot {\n    background: #000000 url(../images/black/background/ui-bg_glass_40_000000_1x400.png) 50% 50% repeat-x;\n    border-color: #000000;\n}\n\n.blue .ftp_chooser thead, .black .ftp_chooser tfoot {\n    background: #151e72 url(../images/blue/background/ui-bg_glass_40_151e72_1x400.png) 50% 50% repeat-x;\n    border-color: #151e72;\n}\n\n.green .ftp_chooser thead, .black .ftp_chooser tfoot {\n    background: #055a0d url(../images/green/background/ui-bg_glass_40_055a0d_1x400.png) 50% 50% repeat-x;\n    border-color: #055a0d;\n}\n\n.red .ftp_chooser thead, .black .ftp_chooser tfoot {\n    background: #5a0505 url(../images/red/background/ui-bg_glass_40_5a0505_1x400.png) 50% 50% repeat-x;\n    border-color: #5a0505;\n}\n\n.yellow .ftp_chooser thead, .black .ftp_chooser tfoot {\n    background: #85742f url(../images/yellow/background/ui-bg_glass_40_85742f_1x400.png) 50% 50% repeat-x;\n    border-color: #85742f;\n}\n\n.ftp_chooser tbody {\n    border-color: #dfdfdf;\n    background: #ffffff url(../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x;\n    color: #222222;\n}\n\n.ftp_chooser tbody td {\n    border-bottom: 1px solid #dfdfdf;\n}\n\n.ftp_chooser a {\n    color: #1a1a1a;\n}\n\n.ftp_chooser a:hover,\n.ftp_chooser .active a {\n    color: #5cbada;\n}\n\n/*------------MESSAGES--------------*/\n\n#message_container {\n    position: relative;\n    width: 453px;\n    margin: 0 auto;\n    padding: 100px 10px 10px 10px;\n    text-align: center;\n\n    background-position: left top, bottom, top;\n    background-repeat: no-repeat, repeat-x, repeat;\n    background-size: auto, 100% 100%, auto;\n    border: 1px solid silver;\n    border-radius: 20px;\n    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);\n    color: #ffffff;\n}\n\n.black #message_container {\n    background-image: url('../images/imscp_logo90.png'), url(../images/black/box/gradient_box.png), url(../images/stripe_box.png);\n}\n\n.blue #message_container {\n    background-image: url('../images/imscp_logo90.png'), url(../images/blue/box/gradient_box.png), url(../images/stripe_box.png);\n}\n\n.green #message_container {\n    background-image: url('../images/imscp_logo90.png'), url(../images/green/box/gradient_box.png), url(../images/stripe_box.png);\n}\n\n.red #message_container {\n    background-image: url('../images/imscp_logo90.png'), url(../images/red/box/gradient_box.png), url(../images/stripe_box.png);\n}\n\n.yellow #message_container {\n    background-image: url('../images/imscp_logo90.png'), url(../images/yellow/box/gradient_box.png), url(../images/stripe_box.png);\n}\n\n#message_container h1 {\n    font-size: 1.5em;\n    letter-spacing: .1em;\n}\n\n#message_container pre {\n    margin-top: 1em;\n    padding: 0 .5em;\n    text-align: left;\n    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */\n    white-space: -pre-wrap; /* Opera */\n    white-space: -o-pre-wrap; /* Opera */\n    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */\n    word-wrap: break-word; /* IE 5.5+ */\n}\n\n/*-----------TABLE-----------*/\n\ntable .left {\n    text-align: left;\n}\n\ntable .right {\n    text-align: right;\n}\n\ntable .center {\n    text-align: center;\n}\n\n/*-----------INPUT AND BUTTON-----------*/\n\ninput,\nselect,\ntextarea,\nbutton {\n    font-family: Geneva, Arial, Helvetica, sans-serif;\n    font-size: 1em;\n}\n\ninput[type=\"text\"],\ninput[type=\"password\"] {\n    min-width: 120px;\n    padding: 4px;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n    vertical-align: middle;\n}\n\ninput[type=\"text\"],\ninput[type=\"password\"],\nselect,\ntextarea {\n    background: #ffffff;\n    border: 1px solid #cccccc;\n}\n\n.buttons {\n    position: relative;\n    width: auto;\n    text-align: right;\n    padding: .5em;\n}\n\n/*-----------ODD/EVENT--------*/\n.odd {\n    background-color: #ffffff;\n}\n\n.even {\n    background-color: #ededed;\n}\n\n/*-----------ICONS-----------*/\n\n.icon {\n    background: no-repeat left center;\n    padding-left: 20px;\n    height: 16px;\n    margin: 0 0 0 .5em;\n}\n\n.i_lock {\n    background-image: url('../images/login/i_lock.png');\n}\n\n.i_unlock {\n    background-image: url('../images/login/i_unlock.png');\n}\n\n.i_bc_folder {\n    background-image: url(../images/icons/bc_folder.png);\n}\n\n.i_bc_locked {\n    background-image: url(../images/icons/bc_locked.png);\n}\n\n.i_bc_parent {\n    background-image: url(../images/icons/bc_parent.png);\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/ui.css",
    "content": "/**\n * i-MSCP - internet Multi Server Control Panel\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n *\n * @copyright   2010-2019 by i-MSCP | http://i-mscp.net\n * @link        http://i-mscp.net\n * @author      Laurent Declercq <l.declercq@nuxwin.com>\n * @author      i-MSCP Team\n */\n\n/* http://meyerweb.com/eric/tools/css/reset/\n   v2.0 | 20110126\n   License: none (public domain)\n*/\n\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td,\narticle, aside, canvas, details, embed,\nfigure, figcaption, footer, header, hgroup,\nmenu, nav, output, ruby, section, summary,\ntime, mark, audio, video {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    font-size: 100%;\n    font: inherit;\n    vertical-align: baseline;\n}\n\n/* HTML5 display-role reset for older browsers */\narticle, aside, details, figcaption, figure,\nfooter, header, hgroup, menu, nav, section {\n    display: block;\n}\n\nbody {\n    line-height: 1;\n}\n\nol, ul {\n    list-style: none;\n}\n\nblockquote, q {\n    quotes: none;\n}\n\nblockquote:before,\nblockquote:after,\nq:before, q:after {\n    content: '';\n    content: none;\n}\n\ntable {\n    border-collapse: collapse;\n    border-spacing: 0;\n}\n\n/* i-MSCP addon */\n*:focus {\n    outline: 0;\n}\n\n/**\n * Page layout\n */\n\nhtml {\n    position: relative;\n    height: 100%;\n}\n\nbody {\n    display: inline-table;\n    width:100%;\n    min-width: 850px;\n    position: relative;\n    height: 100%;\n    font: 13px/18px Arial, Helvetica, sans-serif;\n}\n\n.no_min_width {\n    min-width: 0;\n}\n\n#wrapper {\n    position: relative;\n    min-height: 100%;\n    height: auto !important;\n    height: 100%;\n    margin: 0 auto -8em;\n}\n\n/* Links */\na {\n    text-decoration: none;\n}\n\n/**\n * Header\n */\n\n.header {\n    position: relative;\n    white-space: nowrap;\n    height: 89px;\n    overflow: hidden;\n}\n\n/* Main menu */\n\n.main_menu {\n    float: right;\n    height: 64px;\n    padding-left: 12px;\n}\n\n.main_menu ul {\n    float: left;\n    height: 64px;\n}\n\n.main_menu li {\n    display: inline;\n}\n\n.main_menu ul li a {\n    float: left;\n    display: block;\n    padding: 6px;\n    height: 35px;\n    background: no-repeat center center;\n    text-align: center;\n    text-decoration: none;\n    margin: 6px 12px 0 0.3em;\n    min-width: 35px;\n    border: 1px solid transparent;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n    text-indent: -1999px;\n    overflow: hidden;\n}\n\n.main_menu ul li a:hover {\n    text-decoration: none;\n}\n\n.main_menu ul.show_labels li a {\n    background-color: transparent;\n    background-position: center top;\n    line-height: 70px;\n    text-indent: initial;\n    overflow: initial;\n}\n\n/* Main menu icons */\n.main_menu .general {\n    background-image: url(../images/menu/general.png);\n}\n\n.main_menu .general:hover, .main_menu .active .general {\n    background-image: url(../images/menu/general_a.png);\n}\n\n.main_menu .manage_users {\n    background-image: url(../images/menu/manage_users.png);\n}\n\n.main_menu .manage_users:hover, .main_menu .active .manage_users {\n    background-image: url(../images/menu/manage_users_a.png);\n}\n\n.main_menu .domains {\n    background-image: url(../images/menu/domains.png);\n}\n\n.main_menu .domains:hover, .main_menu .active .domains {\n    background-image: url(../images/menu/domains_a.png);\n}\n\n.main_menu .webtools {\n    background-image: url(../images/menu/webtools.png);\n}\n\n.main_menu .webtools:hover, .main_menu .active .webtools {\n    background-image: url(../images/menu/webtools_a.png);\n}\n\n.main_menu .hosting_plans {\n    background-image: url(../images/menu/hosting_plans.png);\n}\n\n.main_menu .hosting_plans:hover, .main_menu .active .hosting_plans {\n    background-image: url(../images/menu/hosting_plans_a.png);\n}\n\n.main_menu .support {\n    background-image: url(../images/menu/support.png);\n}\n\n.main_menu .support:hover, .main_menu .active .support {\n    background-image: url(../images/menu/support_a.png);\n}\n\n.main_menu .settings {\n    background-image: url(../images/menu/settings.png);\n}\n\n.main_menu .settings:hover, .main_menu .active .settings {\n    background-image: url(../images/menu/settings_a.png);\n}\n\n.main_menu .custom_link {\n    background-image: url(../images/menu/custom_link.png);\n}\n\n.main_menu .custom_link:hover, .main_menu .active .custom_link {\n    background-image: url(../images/menu/custom_link_a.png);\n}\n\n.main_menu .database {\n    background-image: url(../images/menu/database.png);\n}\n\n.main_menu .database:hover, .main_menu .active .database {\n    background-image: url(../images/menu/database_a.png);\n}\n\n.main_menu .email {\n    background-image: url(../images/menu/email.png);\n}\n\n.main_menu .email:hover, .main_menu .active .email {\n    background-image: url(../images/menu/email_a.png);\n}\n\n.main_menu .ftp {\n    background-image: url(../images/menu/ftp.png);\n}\n\n.main_menu .ftp:hover, .main_menu .active .ftp {\n    background-image: url(../images/menu/ftp_a.png);\n}\n\n.main_menu .purchasing {\n    background-image: url(../images/menu/purchasing.png);\n}\n\n.main_menu .purchasing:hover, .main_menu .active .purchasing {\n    background-image: url(../images/menu/purchasing_a.png);\n}\n\n.main_menu .statistics {\n    background-image: url(../images/menu/statistics.png);\n}\n\n.main_menu .statistics:hover, .main_menu .active .statistics {\n    background-image: url(../images/menu/statistics_a.png);\n}\n\n.main_menu .profile {\n    background-image: url(../images/menu/profile.png);\n}\n\n.main_menu .profile:hover, .main_menu .active .profile {\n    background-image: url(../images/menu/profile_a.png);\n}\n\n/**\n * Location\n */\n\n.location {\n    position: relative;\n    height: 30px;\n    line-height: 30px;\n    padding-left: 197px;\n    /*z-index: 5000;*/\n}\n\n/** Section */\n.location-area {\n    position: absolute;\n    display: inline-block;\n    left: 0;\n    top: 0;\n    /*height: 300px;*/\n    /*z-index: 1000;*/\n}\n\n.location-area h1 {\n    position: absolute;\n    left: 0;\n    top: 0;\n    /*height: 30px;*/\n    margin-left: 0.5em;\n    /*border: red 1px dashed;*/\n}\n\n.location-area h1 a {\n    display: inline-block;\n    background: no-repeat left center;\n    height: 30px;\n    font-size: 1.3em;\n    font-weight: bold;\n    padding-left: 34px;\n    font-variant: small-caps;\n}\n\n.location-area h1 a.custom_link {\n    background-image: url(../images/menu/custom_link.png);\n}\n\n.location-area h1 a.database {\n    background-image: url(../images/menu/database.png);\n}\n\n.location-area h1 a.domains {\n    background-image: url(../images/menu/domains.png);\n}\n\n.location-area h1 a.email {\n    background-image: url(../images/menu/email.png);\n}\n\n.location-area h1 a.ftp {\n    background-image: url(../images/menu/ftp.png);\n}\n\n.location-area h1 a.general {\n    background-image: url(../images/menu/general.png);\n}\n\n.location-area h1 a.hosting_plans {\n    background-image: url(../images/menu/hosting_plans.png);\n}\n\n.location-area h1 a.manage_users {\n    background-image: url(../images/menu/manage_users.png);\n}\n\n.location-area h1 a.purchasing {\n    background-image: url(../images/menu/purchasing.png);\n}\n\n.location-area h1 a.settings {\n    background-image: url(../images/menu/settings.png);\n}\n\n.location-area h1 a.statistics {\n    background-image: url(../images/menu/statistics.png);\n}\n\n.location-area h1 a.support {\n    background-image: url(../images/menu/support.png);\n}\n\n.location-area h1 a.profile {\n    background-image: url(../images/menu/profile.png);\n}\n\n.location-area h1 a.webtools {\n    background-image: url(../images/menu/webtools.png);\n}\n\n/* Breadcrumbs */\n.path {\n    float: left;\n    margin-left: 0.5em;\n    font-size: 1.0em;\n    font-weight: bold;\n}\n\n.path li {\n    display: inline;\n}\n\n.path li:before {\n    content: \"\\0020 \\0020 \\0020 \\00BB \\0020\";\n}\n\n.path li:first-child:before {\n    content: \"\";\n}\n\n/* Location menu */\n.location-menu {\n    float: right;\n    font-weight: bold;\n}\n\n.location-menu li {\n    display: inline;\n}\n\n.location-menu li a {\n    float: left;\n    display: block;\n    background: transparent no-repeat center left;\n    padding: 0 0.5em 0 1.5em;\n    text-decoration: none;\n}\n\n.location-menu .logout {\n    background-image: url(../images/user/logout.png);\n}\n\n.location-menu .backadmin {\n    background-image: url(../images/user/backadmin.png);\n}\n\n/**\n * Left menu\n */\n\n.left_menu {\n    position: absolute;\n    left: 0;\n    width: 197px;\n    height: 70%;\n    font-weight: bold;\n    overflow: visible;\n}\n\n.left_menu ul {\n    margin: 10px 0 0 0.5em;\n    list-style: none;\n}\n\n.left_menu li {\n    display: inline;\n}\n\n.left_menu a {\n    display: block;\n    padding: 0.5em 1.5em;\n    text-decoration: none;\n}\n\n.no_menu {\n    background-image: none;\n}\n\n/**\n * Body\n */\n\n.body {\n    position: relative;\n    margin-left: 197px;\n    padding: 0.5em 43px 20px 43px;\n    overflow: hidden;\n}\n\n/* Titles */\nh2,\nh3 {\n    position: relative;\n    width: 100%;;\n    left: -33px;\n    clear: both;\n    font-variant: small-caps;\n    font-weight: bold;\n    height: 33px;\n    background: no-repeat top left;\n    padding-left: 33px;\n    margin-right: -33px;\n}\n\nh2 {\n    font-size: 1.5em;\n}\n\nh3 {\n    font-size: 1.1em;\n}\n\nh2 span, h3 span {\n    display: block;\n    width: 100%;\n    border-bottom: 1px solid;\n}\n\n/* Title icons */\n\n.body .adminlog {\n    background-image: url(../images/content/table_icon_adminlog.png);\n}\n\n.body .debugger {\n    background-image: url(../images/content/table_icon_debugger.png);\n}\n\n.body .diskusage {\n    background-image: url(../images/content/table_icon_diskusage.png);\n}\n\n.body .doc {\n    background-image: url(../images/content/table_icon_doc.png);\n}\n\n.body .domains {\n    background-image: url(../images/content/table_icon_domains.png);\n}\n\n.body .email {\n    background-image: url(../images/content/table_icon_email.png);\n}\n\n.body .errors {\n    background-image: url(../images/content/table_icon_errors.png);\n}\n\n.body .flash {\n    background-image: url(../images/content/table_icon_flash.png);\n}\n\n.body .ftp {\n    background-image: url(../images/content/table_icon_ftp.png);\n}\n\n.body .general {\n    background-image: url(../images/content/table_icon_general.png);\n}\n\n.body .hdd {\n    background-image: url(../images/content/table_icon_hdd.png);\n}\n\n.body .htaccess {\n    background-image: url(../images/content/table_icon_htaccess.png);\n}\n\n.body .ip {\n    background-image: url(../images/content/table_icon_ip.png);\n}\n\n.body .layout {\n    background-image: url(../images/content/table_icon_layout.png);\n}\n\n.body .maintenancemode {\n    background-image: url(../images/content/table_icon_maintenancemode.png);\n}\n\n.body .multilanguage {\n    background-image: url(../images/content/table_icon_multilanguage.png);\n}\n\n.body .no {\n    background-image: url(../images/content/table_icon_no.png);\n}\n\n.body .password {\n    background-image: url(../images/content/table_icon_password.png);\n}\n\n.body .serverstatus {\n    background-image: url(../images/content/table_icon_serverstatus.png);\n}\n\n.body .hosting_plans {\n    background-image: url(../images/content/table_icon_hosting_plans.png);\n}\n\n.body .settings {\n    background-image: url(../images/content/table_icon_settings.png);\n}\n\n.body .sql {\n    background-image: url(../images/content/table_icon_sql.png);\n}\n\n.body .stats {\n    background-image: url(../images/content/table_icon_stats.png);\n}\n\n.body .support {\n    background-image: url(../images/content/table_icon_support.png);\n}\n\n.body .profile {\n    background-image: url(../images/content/table_icon_profile.png);\n}\n\n.body .systeminfo {\n    background-image: url(../images/content/table_icon_systeminfo.png);\n}\n\n.body .tools {\n    background-image: url(../images/content/table_icon_tools.png);\n}\n\n.body .traffic {\n    background-image: url(../images/content/table_icon_traffic.png);\n}\n\n.body .update {\n    background-image: url(../images/content/table_icon_update.png);\n}\n\n.body .user_blue {\n    background-image: url(../images/content/table_icon_user_blue.png);\n}\n\n.body .user_green {\n    background-image: url(../images/content/table_icon_user_green.png);\n}\n\n.body .user_yellow {\n    background-image: url(../images/content/table_icon_user_yellow.png);\n}\n\n.body .user {\n    background-image: url(../images/content/table_icon_user.png);\n}\n\n.body .users {\n    background-image: url(../images/content/table_icon_users.png);\n}\n\n.body .users2 {\n    background-image: url(../images/content/table_icon_users2.png);\n}\n\n.body .apps_installer {\n    background-image: url(../images/content/table_icon_app_installer_cd_big.png);\n}\n\n.body .custom_link {\n    background-image: url(../images/content/table_icon_custom_link.png);\n}\n\n.body .plugin {\n    background-image: url(../images/content/table_icon_plugin.png);\n}\n\n/* Paragraph */\np {\n    margin: 0.5em 0;\n}\n\n/* other */\n.bold,\nstrong,\nb {\n    font-weight: bold;\n}\n\n.italic,\ni {\n    font-style: italic;\n}\n\nsmall {\n    font-size: smaller;\n}\n\n/** Flash messages */\n.warning,\n.success,\n.error,\n.info {\n    border-top:none;\n    border-right:2px solid;\n    border-bottom:2px solid;\n    border-left:2px solid;\n    -webkit-border-radius: 4px 4px 0 0;\n    -moz-border-radius: 4px 4px 0 0;\n    border-radius: 0 0 4px 4px;\n    padding: 15px 10px 15px 50px;\n    background: no-repeat 10px center;\n    position:absolute;\n    top:0;\n    left:0;\n    right:0;\n    width:50%;\n    margin: 0 auto 0 auto;\n    z-index: 5000;\n}\n\n.static_warning,\n.static_success,\n.static_error,\n.static_info {\n    margin: 0.5em 0 1.5em 0;\n    border: 1px solid;\n    padding: 15px 10px 15px 50px;\n    background-repeat: no-repeat;\n    background-position: 10px center;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n}\n\n.static_warning,\n.warning {\n    color: #954a00;\n    border-color: #954a00;\n    background-color: #ffec9c;\n    background-image: url(../images/messages/warning.png);\n}\n\n.static_success,\n.success {\n    color: #3d7a15;\n    border-color: #3d7a15;\n    background-color: #d6f1b3;\n    background-image: url(../images/messages/success.png);\n}\n\n.static_error,\n.error {\n    color: #ca1d11;\n    border-color: #ca1d11;\n    background-color: #fdbfad;\n    background-image: url(../images/messages/error.png);\n}\n\n.static_info,\n.info {\n    color: #0f3d87;\n    border-color: #0f3d87;\n    background-color: #b0def5;\n    background-image: url(../images/messages/info.png);\n}\n\n/* Tables */\ntable {\n    width: 100%;\n    margin: 1em 0;\n    font-family: Geneva, Arial, Helvetica, sans-serif;\n    font-size: 1em;\n    text-align: left;\n}\n\ntable input,\ntable select,\ntable select[multiple],\ntable textarea,\ntable button {\n    font-family: Geneva, Arial, Helvetica, sans-serif;\n    font-size: 1em;\n}\n\nthead,\ntfoot {\n    border: 1px solid;\n    font-weight: bold;\n}\n\nthead th,\ntfoot td {\n    padding: 0.5em;\n    white-space: nowrap;\n    vertical-align: middle;\n    text-align: left;\n}\n\ntbody {\n    border: 1px solid;\n}\n\ntbody td {\n    padding: 5px 5px 3px 5px;\n    height: 36px;\n    vertical-align: middle;\n    /*overflow: visible;*/\n}\n\n.firstColFixed td:first-child {\n    width: 300px;\n}\n\nlegend {\n    font-size: 1.2em;\n    font-weight: bold;\n    text-align: left;\n    line-height: 24px;\n}\n\n/* Hack to fix firefox's bad legend positioning */\n@-moz-document url-prefix() { legend { top: -1.5em; }}\ntable .icon {\n    float: none;\n}\n\n.radio {\n    display: inline;\n}\n\n/* Icons */\n.app_icon {\n    background-position: left center;\n    background-repeat: no-repeat;\n    padding-left: 20px;\n    height: 16px;\n    line-height: 16px;\n    display: -moz-inline-block;\n    display: inline-block;\n    margin: 0 -5px 0 5px;\n}\n\n.icon {\n    background-position: left center;\n    background-repeat: no-repeat;\n    display: inline-block;\n    display: -moz-inline-block;\n    overflow: hidden;\n    height: 16px;\n    line-height: 16px;\n    vertical-align: middle;\n    padding-left: 20px;\n}\n\n.icon.big {\n    line-height: 44px;\n    height: 44px;\n    padding-left: 48px;\n}\n\n.icon:first-child {\n    margin-right: 0;\n}\n\n.isp_logo {\n    margin: 0 auto;\n    text-align: center;\n}\n\n.body .icon_center {\n    display: block; \n    text-align: center;\n    background-position: left center;\n    background-repeat: no-repeat;\n    line-height: 46px;\n    width: 46px;\n    height: 46px;\n    margin: 0.5em;\n    cursor: pointer;\n    *cursor: hand;\n}\n\n/* Content icons (link icons) */\n.i_add_user {\n    background-image: url(../images/icons/add_user.png);\n}\n\n.i_awstatsicon {\n    background-image: url(../images/icons/awstatsicon.png);\n}\n\n.i_backupicon {\n    background-image: url(../images/icons/backupicon.png);\n}\n\n.i_bc_folder {\n    background-image: url(../images/icons/bc_folder.png);\n}\n\n.i_bc_locked {\n    background-image: url(../images/icons/bc_locked.png);\n}\n\n.i_bc_parent {\n    background-image: url(../images/icons/bc_parent.png);\n}\n\n.i_change_password {\n    background-image: url(../images/icons/change_password.png);\n}\n\n.i_close_interface {\n    background-image: url(../images/icons/close_interface.png);\n}\n\n.i_database_small {\n    background-image: url(../images/icons/database_small.png);\n}\n\n.i_db_comit {\n    background-image: url(../images/icons/db_comit.png);\n}\n\n.i_delete {\n    background-image: url(../images/icons/delete.png);\n}\n\n.i_details {\n    background-image: url(../images/icons/details.png);\n}\n\n.i_disabled {\n    background-image: url(../images/icons/disabled.png);\n}\n\n.i_document {\n    background-image: url(../images/icons/document.png);\n}\n\n.i_domain_icon {\n    background-image: url(../images/icons/domain_icon.png);\n}\n\n.i_edit {\n    background-image: url(../images/icons/edit.png);\n}\n\n.i_error {\n    background-image: url(../images/icons/error.png);\n}\n\n.i_error401 {\n    background-image: url(../images/icons/error401.png);\n}\n\n.i_error403 {\n    background-image: url(../images/icons/error403.png)\n}\n\n.i_error404 {\n    background-image: url(../images/icons/error404.png);\n}\n\n.i_error500 {\n    background-image: url(../images/icons/error500.png);\n}\n\n.i_error503 {\n    background-image: url(../images/icons/error503.png);\n}\n\n.i_errordocsicon {\n    background-image: url(../images/icons/errordocsicon.png);\n}\n\n.i_filemanagericon {\n    background-image: url(../images/icons/filemanagericon.png);\n}\n\n.i_ftp_account {\n    background-image: url(../images/icons/ftp_account.png);\n}\n\n.i_goto {\n    background-image: url(../images/icons/goto.png);\n}\n\n.i_help {\n    background-image: url(../images/icons/help.png);\n}\n\n.i_exclamation {\n    background-image: url(../images/icons/exclamation.png);\n}\n\n.i_hide_alias {\n    background-image: url(../images/icons/hide_alias.png);\n}\n\n.i_htaccessicon {\n    background-image: url(../images/icons/htaccessicon.png);\n}\n\n.i_identity {\n    background-image: url(../images/icons/identity.png);\n}\n\n.i_locale {\n    background-image: url(../images/icons/locale.png);\n}\n\n.i_mail_icon {\n    background-image: url(../images/icons/mail_icon.png);\n}\n\n.i_next {\n    background-image: url(../images/icons/next.png);\n}\n\n.i_next_gray {\n    background-image: url(../images/icons/next_gray.png);\n}\n\n.i_ok {\n    background-image: url(../images/icons/ok.png);\n}\n\n.i_filemanager {\n    background-image: url(../images/icons/filemanager.png);\n}\n\n.i_pma {\n    background-image: url(../images/icons/pma.png);\n}\n\n.i_prev {\n    background-image: url(../images/icons/prev.png);\n}\n\n.i_prev_gray {\n    background-image: url(../images/icons/prev_gray.png);\n}\n\n.i_reload {\n    background-image: url(../images/icons/reload.png);\n}\n\n.i_refresh {\n    background-image: url(../images/icons/arrow_refresh.png);\n}\n\n.i_show_alias {\n    background-image: url(../images/icons/show_alias.png);\n}\n\n.i_stats {\n    background-image: url(../images/icons/stats.png);\n}\n\n.i_user {\n    background-image: url(../images/icons/user.png);\n}\n\n.i_users {\n    background-image: url(../images/icons/users.png);\n}\n\n.i_webmailicon {\n    background-image: url(../images/icons/webmailicon.png);\n}\n\n.i_app_installer {\n    background-image: url(../images/icons/app_installer_cd.png);\n}\n\n.i_app_installed {\n    background-image: url(../images/icons/help.png);\n}\n\n.i_app_download {\n    background-image: url(../images/icons/app_installer_download.png);\n}\n\n.i_app_asc {\n    background-image: url(../images/icons/app_installer_asc.gif);\n}\n\n.i_app_desc {\n    background-image: url(../images/icons/app_installer_desc.gif);\n}\n\n.i_appicon {\n    background-image: url(../images/icons/appicon.png);\n}\n\n.i_open {\n    background-image: url(../images/icons/open.png);\n}\n\n.i_close {\n    background-image: url(../images/icons/close.png);\n}\n\n.i_lock {\n    background-image: url(../images/login/i_lock.png);\n}\n\n.i_unlock {\n    background-image: url(../images/login/i_unlock.png);\n}\n\n/* * * * * * *\n * DataTables\n */\n\n.dataTables_wrapper {\n    position: relative;\n    clear: both;\n    zoom: 1; /* Feeling sorry for IE */\n    overflow-x: auto;\n}\n\n.dataTables_wrapper table {\n    min-width: 100%;\n    width: 100%;\n    white-space: nowrap;\n}\n\n.dataTables_processing {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 250px;\n    height: 30px;\n    margin-left: -125px;\n    margin-top: -15px;\n    padding: 14px 0 2px 0;\n    border: 1px solid #ddd;\n    text-align: center;\n    color: #999;\n    font-size: 14px;\n    background-color: white;\n}\n\n.dataTables_length {\n    width: 40%;\n    float: left;\n}\n\n.dataTables_filter {\n    width: 50%;\n    float: right;\n    text-align: right;\n}\n\n.dataTables_length,\n.dataTables_filter {\n    margin-bottom: 0.5em;\n}\n\nth.sorting, th.sorting_asc, th.sorting_desc {\n    cursor: pointer;\n    *cursor: hand;\n}\n\n.dataTables_info {\n    width: 60%;\n    float: left;\n}\n\n.dataTables_paginate, .paginator {\n    float: right;\n    text-align: right;\n}\n\n/* Pagination nested */\n.paginate_button.previous.disabled, .paginate_button.previous,\n.paginate_button.next.disabled, .paginate_button.next,\n.paginator .icon\n{\n    float: left;\n    cursor: pointer;\n    *cursor: hand;\n    color: transparent !important;\n    display: inline-block;\n    overflow: hidden;\n    width: 0;\n    height: 20px;\n    padding-left: 23px;\n}\n\n.paginate_button.previous.disabled, .paginate_button.next.disabled {\n    cursor: default;\n    *cursor: default;\n}\n\n.dataTables_info,\n.dataTables_paginate {\n    margin-bottom: 0.5em;\n}\n\n.paginate_button.previous.disabled {\n    background: url(../images/icons/prev_gray.png) no-repeat left center;\n}\n\n.paginate_button.previous {\n    background: url(../images/icons/prev.png) no-repeat left center;\n}\n\n.paginate_button.next.disabled {\n    background: url(../images/icons/next_gray.png) no-repeat left center;\n}\n\n.paginate_button.next {\n    background: url(../images/icons/next.png) no-repeat left center;\n}\n\n/* * * * * * * * * **\n * DataTables display\n */\ntable.display {\n    margin: 0 auto;\n    clear: both;\n    width: 100%;\n}\n\n/* Form elements */\ntable input[type=\"text\"],\ntable input[type=\"number\"],\ntable input[type=\"search\"],\ntable input[type=\"password\"] {\n    min-width: 200px;\n}\n\ninput,\nselect,\nselect[multiple],\ntextarea {\n    vertical-align: middle;\n}\n\n.dataTables_wrapper select,\n.dataTables_wrapper input[type=\"search\"] {\n    margin-left: 5px;\n}\n\ninput[type=\"text\"],\ninput[type=\"number\"],\ninput[type=\"search\"],\ninput[type=\"password\"],\nselect,\nselect[multiple],\ntextarea {\n    padding: 4px;\n    border: 1px solid;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n    vertical-align: middle;\n}\n\n/* Override border defined by jQuery UI css framework - .body selector is needed here to increase weight for this rule */\n.body input[type=\"submit\"],\n.body input[type=\"button\"],\n.body button {\n    border: 0 none;\n}\n\ntextarea {\n    width: 100%;\n    height: 550px;\n}\n\ntable textarea {\n    width: 95%;\n    height: 250px;\n}\n\n.inputTitle {\n    width: 95%;\n}\n\n.buttons {\n    text-align: right;\n    margin: 0.5em 0;\n}\n\n/* Graph */\n.graph {\n    position: relative;\n    width: 100%;\n    height: 20px;\n    margin-bottom: 0.5em;\n    padding-right: 2px;\n    border: 1px solid #4e5554;\n    background: #2e2e2e;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n}\n\n.graph span {\n    display: block;\n    background: #33CC66;\n    width: 0;\n    height: 18px;\n    margin: 1px;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n}\n\n.graph strong {\n    display: block;\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: rgb(255, 255, 255);\n    line-height: 20px;\n    width: 100%;\n    text-align: center;\n}\n\ntable .graph {\n    width: 99%;\n}\n\n/*Ajax spinner */\n.small-spinner {\n    display: none;\n    width: 16px;\n    height: 16px;\n    margin-left: 0.5em;\n    vertical-align: middle;\n}\n\n/** Tooltips */\n.ui-tooltip {\n    border: 1px solid;\n    opacity: 0.85;\n    -webkit-border-radius: 4px;\n    -moz-border-radius: 4px;\n    border-radius: 4px;\n    max-width: 30%;\n    word-wrap: break-word;\n}\n.ui-tooltip.ui-tooltip-notice {\n    padding-left: 45px;\n}\n.ui-tooltip-content\n{\n    padding: 10px 5px;\n    font-size: 0.90em;\n    font-weight: bold;\n    text-align: left;\n}\n\n.tips {\n    cursor: pointer;\n    *cursor: hand;\n}\n\n.icon.i_help {\n    position: relative;\n    width: 0;\n    vertical-align: middle;\n    overflow: hidden;\n    cursor: pointer;\n    *cursor: hand;\n}\n\n/**\n * Footer\n */\n.footer {\n    position: absolute;\n    bottom: 10px;\n    text-align: center;\n    width: 197px;\n    height: 4em;\n    font-weight: bold;\n    line-height: 1.2em;\n}\n\n.no_footer .footer {\n    display: none;\n}\n\n/* Accordion */\n\n#package_details {\n    width: 550px;\n    text-align: left;\n    margin: 10px 0;\n}\n\n#package_details div {\n    padding: 0;\n}\n\n.accordion .left {\n    width: 35%;\n    position: relative;\n    display: inline-block;\n    vertical-align: middle;\n    margin: 10px 13px;\n}\n\n.accordion .right {\n    display: inline-block;\n    vertical-align: middle;\n}\n\n.accordion .odd,\n.accordion .even {\n    width: 100%;\n}\n\n.ui-accordion .ui-accordion-content {\n    padding: 0;\n}\n\niframe {\n    width: 100%;\n    height: 100%;\n    margin: 0;\n    padding: 0;\n    border: 0;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/css/yellow.css",
    "content": "/**\n * i-MSCP - internet Multi Server Control Panel\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n *\n * @copyright   2010-2015 by i-MSCP | http://i-mscp.net\n * @link        http://i-mscp.net\n * @author      Laurent Declercq <l.declercq@nuxwin.com>\n */\n\nbody {\n    background: #ffffff url(../images/yellow/background/left_bg.jpg) repeat-y top left;\n    color: #1a1a1a;\n}\n\n/* Links */\n\na {\n    color: #1a1a1a;\n}\n\n.header a,\n.location a,\n.left_menu a,\n.link_as_button a {\n    color: #ffffff;\n}\n\na:hover,\n.active a {\n    color: rgb(92, 186, 218);\n}\n\na:hover.link_as_button {\n    color: #ffffff;\n}\n\n.clickable:hover {\n    color:#5cbada;\n    cursor: pointer;\n}\n\n/* header */\n.header {\n    background: #918137 url(../images/yellow/background/top_bg.jpg) repeat-x top left;\n}\n\n/* logo */\n.header .logo {\n    background: transparent url(../images/yellow/background/top_left_bg.jpg) no-repeat;\n}\n\n/* Main menu */\n.main_menu {\n    background: transparent url(../images/yellow/background/mainmenu_left.png) no-repeat top left;\n}\n\n.main_menu ul {\n    background: transparent url(../images/yellow/background/mainmenu_bg.png) repeat-x top left;\n}\n\n.main_menu a:hover,\n.main_menu .active a {\n    background-color: rgba(255, 255, 255, 0.3);\n}\n\n/* Location */\n.location {\n    background: #85742f url(../images/yellow/jquery-ui/ui-bg_glass_40_85742f_1x400.png) 50% 50% repeat-x;\n}\n\n/* Section */\n.location-area h1 {\n    color: #ffffff;\n}\n\n/* Breadcrumbs */\n.path {\n    color: #ffffff;\n}\n\n/* Left menu */\n.left_menu {\n    background: transparent url(../images/yellow/background/left_top_bg.jpg) no-repeat top;\n    color: #ffffff;\n}\n\n.left_menu a {\n    background: transparent url(../images/yellow/background/bullet.png) no-repeat center left;\n}\n\n.left_menu a:hover,\n.left_menu .active a {\n    background-image: url(../images/yellow/background/bullet_hover.png);\n}\n\n/**\n * Body\n */\n\n/* titles */\nh2 span,\nh3 span {\n    border-bottom-color: #dfdfdf;\n}\n\n/* Tables */\nthead,\ntfoot {\n    border-color: transparent;\n    background: #85742f url(../images/yellow/jquery-ui/ui-bg_glass_40_85742f_1x400.png) 50% 50% repeat-x;\n    color: #ffffff;\n}\n\ntbody {\n    border-color: #dfdfdf;\n    background: #ffffff url(../images/jquery-ui-common/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x;\n    color: #222222;\n}\n\ntbody td {\n    border-bottom: 1px solid #dfdfdf;\n}\n\n.odd {\n    background-color: #ffffff;\n}\n\n.even {\n    background-color: #ededed;\n}\n\n/* Form elements */\n\ninput[type=\"text\"],\ninput[type=\"number\"],\ninput[type=\"password\"],\ninput[type=\"search\"],\nselect,\ntextarea {\n    background: #ffffff;\n    border-color: #cccccc;\n}\n\ninput[type=\"text\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"search\"]:focus,\ntextarea:focus,\nselect:focus {\n    border: 1px solid #918137;\n    -webkit-box-shadow: 0 0 5px #918137;\n    -moz-box-shadow: 0 0 5px #918137;\n    box-shadow: 0 0 5px #918137;\n}\n\ninput[readonly=\"readonly\"],\ninput[readonly],\ninput[type=\"text\"]:disabled,\ninput[type=\"number\"]:disabled,\ninput[type=\"password\"]:disabled,\nselect:disabled,\ntextarea[readonly],\ntextarea:disabled,\n.disabled {\n    background: #cccccc url('../images/background/stripe_0582bcfb31aaf8571dba1adb85ffc318.png') repeat;\n    color: #666666;\n}\n\ninput[readonly=\"readonly\"]:focus,\ninput[readonly]:focus,\ninput[type=\"text\"]:disabled:focus,\ninput[type=\"number\"]:disabled:focus,\ninput[type=\"password\"]:disabled:focus,\nselect:disabled:focus,\ntextarea[readonly]:focus,\ntextarea:disabled:focus,\n.disabled:focus {\n    border-color: #cccccc;\n    -webkit-box-shadow: none;\n    -moz-box-shadow: none;\n    box-shadow: none;\n}\n\n.buttons {\n    background: transparent;\n}\n\n/** Tooltips */\n.ui-tooltip {\n    background: #85742f;\n    border-color: #85742f;\n}\n\n.ui-tooltip.ui-tooltip-notice {\n    background: #85742f url(../images/tooltips/info.png) no-repeat 5px 50%;\n}\n\n.ui-tooltip-content\n{\n    color: #ffffff;\n}\n\n/* services status */\n.up {\n    color: #3d7a15;\n}\n\n.down {\n    color: #ca1d11;\n}\n\n/**\n * Footer\n */\n\n.footer {\n    color: #ffffff;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/js/imscp.js",
    "content": "/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\n(function($) {\n    // Function to initialize page messages\n    var initPageMessages = function () {\n        $(\"body\").on(\"message_timeout\", \".success,.info,.warning,.error\", function () {\n            $(this).hide().slideDown('fast').delay(10000).slideUp(\"normal\", function () {\n                $(this).remove();\n            });\n        });\n\n        $(\".success,.info,.warning,.error\").trigger(\"message_timeout\");\n    };\n\n    // Function to initialize tooltips\n    var initTooltips = function (context) {\n        if (context == \"simple\") {\n            $(\"a\").tooltip(\n                {\n                    tooltipClass: \"ui-tooltip-notice\",\n                    track: true,\n                    position: { collision: \"flipfit\" },\n                    content: function() {\n                        return $(this).attr('title');\n                    }\n                }\n            );\n        } else {\n            $(\".main_menu a\").tooltip({ track: true });\n            $(\".body a, .body span, .body input, .dataTables_paginate div\").tooltip(\n                {\n                    tooltipClass: \"ui-tooltip-notice\",\n                    track: true,\n                    position: { collision: \"flipfit\" },\n                    content: function() {\n                        var title = $( this ).attr(\"title\") || \"\";\n                        return $(this).attr('title');\n                    }\n                }\n            );\n        }\n    };\n\n    // Function to initialize buttons\n    var initButtons = function (context) {\n        if (context == \"simple\") {\n            $(\".link_as_button,button\").button({ icons: { secondary: \"ui-icon-triangle-1-e\"} });\n            $(\"input\").first().focus();\n        } else {\n            $(\"input:submit, input:button, input:reset, button, .link_as_button\").button();\n            $(\".radio, .checkbox\").buttonset();\n        }\n    };\n\n    // Function to initialize tables\n    var initTables = function () {\n        $(\"body\").on(\"updateTable\", \"table\", function () {\n            $(this).find(\"tbody:first > tr:visible:odd\").removeClass(\"odd\").addClass(\"even\");\n            $(this).find(\"tbody:first > tr:visible:even\").removeClass(\"even\").addClass(\"odd\");\n        });\n        $(\"tbody\").trigger(\"updateTable\");\n\n        // Override some built-in jQuery method to automatically trigger the i-MSCP updateTable event\n        var origShow = $.fn.show;\n        $.fn.show = function () {\n            return origShow.apply(this, arguments).trigger(\"updateTable\");\n        };\n        var origHide = $.fn.hide;\n        $.fn.hide = function () {\n            return origHide.apply(this, arguments).trigger(\"updateTable\");\n        };\n    };\n\n    // Function to initialize password generator\n    // To enable the password generator for a password input field, just add the .pwd_generator class to it\n    // Only password input fields with the password and cpassword identifier are filled\n    var passwordGenerator = function() {\n        var $pwdGenerator = $(\".pwd_generator\");\n\n        if($pwdGenerator.length) {\n            var $pwdElements = $(\"#password,#cpassword\");\n\n            $(\"<span>\", {\n                style: \"display:inline-block;margin-left:5px\",\n                html: [\n                    $(\"<button>\", { id: \"pwd_generate\", type: \"button\", text: imscp_i18n.core.generate }).pGenerator({\n                        'passwordElement': $pwdElements,\n                        'passwordLength': imscp_i18n.core.password_length > 16 ? imscp_i18n.core.password_length : 16,\n                        'specialChars': false\n                    }),\n                    $(\"<button>\", { id: \"pwd_show\", type: \"button\", text: imscp_i18n.core.show }).click(function() {\n                        var password = $pwdElements.first().val();\n                        if (password != '') {\n                            $('<div>', { html: $(\"<strong>\", { text: password }) }).dialog({\n                                modal: true,\n                                hide: \"blind\",\n                                show: \"blind\",\n                                title: imscp_i18n.core.your_new_password,\n                                buttons: [\n                                    {\n                                        text: imscp_i18n.core.close,\n                                        click: function () { $(this).dialog(\"destroy\").remove(); }\n                                    }\n                                ]\n                            });\n                        } else {\n                            alert(imscp_i18n.core.password_generate_alert);\n                        }\n                    })\n                ]\n            }).insertAfter($pwdGenerator);\n\n            // Prefill password field if needed\n            if($(\".pwd_prefill\").length && $pwdElements.val() == '') {\n                $(\"#pwd_generate\").trigger(\"click\");\n            }\n        }\n    };\n\n    // Function to fix/improve jQuery UI behaviors\n    var fixJqueryUI = function () {\n        // Dirty fix for http://bugs.jqueryui.com/ticket/7856\n        $('input[type=radio], input[type=checkbox]').on(\"change\", function () {\n            $(this).blur();\n        });\n\n        $(document).on(\"change\", \"button,input\", function () {\n            $(\"button,input\").removeClass(\"ui-state-focus ui-state-hover\");\n        });\n\n        $.ui.dialog.prototype._focusTabbable = $.noop;\n    };\n\n    // Function to initialize layout\n    var initLayout = function (context) {\n        initPageMessages();\n        initTooltips(context);\n\n        if (context == \"simple\") {\n            $(\".no_header #header\").hide();\n        } else {\n           passwordGenerator();\n           initTables();\n        }\n\n        initButtons(context);\n    };\n\n    // Main function to initialize application\n    $(function() {\n        initLayout($('body').hasClass('simple') ? 'simple' : 'ui');\n        fixJqueryUI();\n    });\n})(jQuery);\n\n// Functions for confirmation and alert dialogs\n(function ($) {\n    // Override native alert() function\n    window.alert = function (message, caption) {\n        caption = caption || imscp_i18n.core.warning;\n\n        $(\"<div>\", {title: caption}).dialog({\n            draggable: false,\n            modal: true,\n            resizable: false,\n            witdh: 'auto',\n            closeOnEscape: false,\n            open: function () {\n                $(this).closest(\".ui-dialog\").find(\".ui-dialog-titlebar-close\").hide();\n            },\n            buttons: [\n                {\n                    text: imscp_i18n.core.ok,\n                    click: function () {\n                        $(this).dialog('close');\n                    }\n                }\n            ],\n            close: function () {\n                $(this).remove()\n            }\n        }).html(message);\n    };\n\n    $.imscp = {\n        confirm: function (message, callback, caption) {\n            caption = caption || imscp_i18n.core.confirmation_required;\n\n            $(\"<div>\", {title: caption}).dialog({\n                draggable: false,\n                modal: true,\n                resizable: false,\n                witdh: 'auto',\n                closeOnEscape: false,\n                open: function () {\n                    $(this).closest(\".ui-dialog\").find(\".ui-dialog-titlebar-close\").hide();\n                },\n                buttons: [\n                    {\n                        text: imscp_i18n.core.yes,\n                        click: function () {\n                            $(this).dialog('close');\n                            callback(true);\n                        }\n                    },\n                    {\n                        text: imscp_i18n.core.no,\n                        click: function () {\n                            $(this).dialog('close');\n                            callback(false)\n                        }\n                    }\n                ],\n                close: function () {\n                    $(this).remove()\n                }\n            }).html(message);\n\n            return false;\n        },\n        confirmOnclick: function (link, message) {\n            link.blur();\n            return this.confirm(message, function (ret) {\n                if (ret) {\n                    window.location.href = link.href;\n                }\n            });\n        }\n    };\n})(jQuery);\n\n// PHP editor (dialog and validation routines)\n(function ($) {\n    $(function () {\n        var $phpEditorDialog = $(\"#php_editor_dialog\");\n        if (!$phpEditorDialog.length) return; // Avoid attaching event handler when not necessary\n\n        $phpEditorDialog.dialog({\n            hide: \"blind\",\n            show: \"slide\",\n            focus: false,\n            autoOpen: false,\n            width: 650,\n            modal: true,\n            appendTo: \"form\",\n            buttons: [\n                {\n                    text: imscp_i18n.core.close,\n                    click: function () {\n                        $(this).dialog(\"close\");\n                    }\n                }\n            ],\n            open: function () {\n                var $dialog = $(this);\n                $(window).on(\"resize scroll\", function() {\n                    $dialog.dialog(\"option\", \"position\", { my: \"center\", at: \"center\", of: window });\n                });\n            },\n            close: function() {\n                $('input').blur();\n                $(window).off(\"resize scroll\");\n            }\n        });\n\n        // Prevent form submission in case an INI value is not valid\n        $(\"form\").submit(function (e) {\n            if (!$(\"#php_editor_msg_default\").length) {\n                e.preventDefault();\n                $phpEditorDialog.dialog(\"open\");\n                return false;\n            }\n\n            return true;\n        });\n\n        var $phpEditorBlock = $(\"#php_editor_block\");\n        if($phpEditorBlock.length) {\n            if ($(\"#php_no\").is(\":checked\")) {\n                $phpEditorBlock.hide();\n            }\n\n            $(\"#php_yes,#php_no\").change(function () {\n                $phpEditorBlock.toggle();\n            });\n        }\n\n        var $phpEditorDialogOpen = $(\"#php_editor_dialog_open\");\n\n        $phpEditorDialogOpen.button(\"option\", \"icons\", { primary: \"ui-icon-gear\" }).click(function () {\n            $phpEditorDialog.dialog(\"open\");\n        });\n\n        if ($(\"#php_ini_system_no\").is(\":checked\")) {\n            $phpEditorDialogOpen.hide();\n        }\n\n        $(\"#php_ini_system_yes, #php_ini_system_no\").change(function () {\n            $phpEditorDialogOpen.fadeToggle();\n        });\n\n        var $errorMessages = $(\".php_editor_error\");\n\n        function _updateMesssages(k, t) {\n            if (typeof(t) != \"undefined\") {\n                if (!$(\"#err_\" + k).length) {\n                    $(\"#php_editor_msg_default\").remove();\n                    $errorMessages.append('<span style=\"display:block\" id=\"err_' + k + '\">' + t + \"</span>\").\n                        removeClass(\"static_success\").addClass(\"static_error\");\n                }\n            } else if ($(\"#err_\" + k).length) {\n                $(\"#err_\" + k).remove();\n            }\n\n            if ($.trim($errorMessages.text()) == \"\") {\n                $errorMessages.empty().append('<span id=\"php_editor_msg_default\">' + imscp_i18n.core.fields_ok + '</span>').\n                    removeClass(\"static_error\").addClass(\"static_success\");\n            }\n        }\n\n        var timerId;\n        var $iniFields = $(\"#php_ini_values\").find(\"input\");\n\n        $iniFields.on('keyup click', function () {\n            clearTimeout(timerId);\n            timerId = setTimeout(function () {\n                $iniFields.each(function () { // We revalidate all fields because some are dependent of others\n                    var id = $(this).attr(\"id\");\n                    var curLimit = parseInt($(this).val() || 0);\n                    var maxLimit = parseInt($(this).attr(\"max\"));\n\n                    if (curLimit < 1 || curLimit > maxLimit) {\n                        $(this).addClass(\"ui-state-error\");\n                        _updateMesssages(id, sprintf(imscp_i18n.core.out_of_range_value_error, '<strong>' + id + '</strong>', 1, maxLimit));\n                    } else if (id == 'upload_max_filesize' && parseInt($(\"#post_max_size\").val()) < curLimit) {\n                        $(this).addClass(\"ui-state-error\");\n                        _updateMesssages(id, sprintf(imscp_i18n.core.lower_value_expected_error, '<strong>' + id + '</strong>', '<strong>post_max_size</strong>'));\n                    } else {\n                        $(this).removeClass(\"ui-state-error\");\n                        _updateMesssages(id);\n                    }\n                });\n            }, 200);\n        }).first().trigger('keyup'); // We trigger the keyup event on page load to catch any inconsistency with ini values\n    })\n})(jQuery);\n\n// Initialize FTP chooser event handler\n(function($) {\n    $(function() {\n        if(!$(\".ftp_choose_dir\").length) return; // Avoid attaching event handler when not necessary\n\n        $(\"body\").on(\"click\", \".ftp_choose_dir\", function () {\n            var $dialog = $(\"#ftp_choose_dir_dialog\");\n\n            if($dialog.length) {\n                var link = $(this).data(\"link\") || 'none';\n\n                if(link == \"none\") { // 'none' means that we want set directory.\n                    var directory = $(this).data(\"directory\");\n                    if(directory == '') directory = '/';\n                    $(\"#ftp_directory\").val(directory);\n                    $dialog.dialog(\"close\");\n                } else { // We already have a dialog. We just need to update it content\n                    $.get(link, function(data) {\n                        $dialog.html(data).dialog(\"open\").find('table').trigger('updateTable').tooltip();\n                    }).fail(function() {\n                        alert(\"Request failed\");\n                    });\n                }\n            } else { // No dialog. We create one\n                $.get(\"/shared/ftp_choose_dir.php\", function(data) {\n                    $dialog = $('<div id=\"ftp_choose_dir_dialog\">').html(data).dialog({\n                        hide: \"blind\",\n                        show: \"slide\",\n                        focus: false,\n                        width: 650,\n                        height: 500,\n                        autoOpen: true,\n                        appendTo: \"body\",\n                        modal: true,\n                        title: imscp_i18n.core.ftp_directories,\n                        buttons: [{\n                            text: imscp_i18n.core.close,\n                            click: function () {\n                                $(this).dialog(\"close\");\n                            }\n                        }],\n                        open: function () {\n                            var $dialog = $(this);\n                            $dialog.find('table').trigger('updateTable').tooltip();\n                            $(window).on(\"resize scroll\", function() {\n                                $dialog.dialog(\"option\", \"position\", { my: \"center\", at: \"center\", of: window });\n                            });\n                        },\n                        close: function () {\n                            $(window).off(\"resize scroll\");\n                            $(this).remove();\n                        }\n                    });\n                }).fail(function() {\n                    alert(\"Request failed\")\n                });\n            }\n        });\n    });\n})(jQuery);\n\nfunction sbmt(form, uaction) {\n    form.uaction.value = uaction;\n    form.submit();\n    return false;\n}\n\n/**\n *\n * Javascript sprintf by http://jan.moesen.nu/\n * This code is in the public domain.\n *\n * %% - Returns a percent sign\n * %b - Binary number\n * %c - The character according to the ASCII value\n * %d - Signed decimal number\n * %u - Unsigned decimal number\n * %f - Floating-point number\n * %o - Octal number\n * %s - String\n * %x - Hexadecimal number (lowercase letters)\n * %X - Hexadecimal number (uppercase letters)\n *\n * @todo check use of radix parameter of parseInt for (pType == 'o')\n * @todo check use of radix parameter of parseInt for (pType == 'x')\n * @todo check use of radix parameter of parseInt for (pType == 'X')\n */\nfunction sprintf() {\n    if (!arguments || arguments.length < 1 || !RegExp) {\n        return;\n    }\n\n    var str = arguments[0];\n    var re = /([^%]*)%('.|0|\\x20)?(-)?(\\d+)?(\\.\\d+)?(%|b|c|d|u|f|o|s|x|X)(.*)/;\n    var a = [], b = [], numSubstitutions = 0, numMatches = 0;\n\n    while ((a = re.exec(str))) {\n        var leftpart = a[1], pPad = a[2], pJustify = a[3], pMinLength = a[4];\n        var pPrecision = a[5], pType = a[6], rightPart = a[7];\n\n        numMatches++;\n        var subst;\n\n        if (pType == '%') {\n            subst = '%';\n        } else {\n            numSubstitutions++;\n            if (numSubstitutions >= arguments.length) {\n                alert('Error! Not enough function arguments (' + (arguments.length - 1) + ', excluding the string)\\nfor the number of substitution parameters in string (' + numSubstitutions + ' so far).');\n            }\n\n            var param = arguments[numSubstitutions];\n            var pad = '';\n            if (pPad && pPad.substr(0, 1) == \"'\") {\n                pad = leftpart.substr(1, 1);\n            } else if (pPad) {\n                pad = pPad;\n            }\n\n            var justifyRight = true;\n            if (pJustify && pJustify === \"-\") {\n                justifyRight = false;\n            }\n\n            var minLength = -1;\n            if (pMinLength) {\n                minLength = parseInt(pMinLength, 10);\n            }\n\n            var precision = -1;\n            if (pPrecision && pType == 'f') {\n                precision = parseInt(pPrecision.substring(1), 10);\n            }\n\n            subst = param;\n            if (pType == 'b') {\n                subst = parseInt(param, 10).toString(2);\n            } else if (pType == 'c') {\n                subst = String.fromCharCode(parseInt(param, 10));\n            } else if (pType == 'd') {\n                subst = parseInt(param, 10) ? parseInt(param, 10) : 0;\n            } else if (pType == 'u') {\n                subst = Math.abs(param);\n            } else if (pType == 'f') {\n                subst = (precision > -1) ? Math.round(parseFloat(param) * Math.pow(10, precision)) / Math.pow(10, precision) : parseFloat(param);\n            } else if (pType == 'o') {\n                subst = parseInt(param).toString(8);\n            } else if (pType == 's') {\n                subst = param;\n            } else if (pType == 'x') {\n                subst = ('' + parseInt(param).toString(16)).toLowerCase();\n            } else if (pType == 'X') {\n                subst = ('' + parseInt(param).toString(16)).toUpperCase();\n            }\n        }\n        str = leftpart + subst + rightPart;\n    }\n\n    return str;\n}\n"
  },
  {
    "path": "gui/themes/default/assets/js/jquery/jquery-ui.js",
    "content": "/*! jQuery UI - v1.11.1 - 2014-08-13\n* http://jqueryui.com\n* Includes: core.js, widget.js, mouse.js, position.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, draggable.js, droppable.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js, menu.js, progressbar.js, resizable.js, selectable.js, selectmenu.js, slider.js, sortable.js, spinner.js, tabs.js, tooltip.js\n* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */\n\n(function(e){\"function\"==typeof define&&define.amd?define([\"jquery\"],e):e(jQuery)})(function(e){function t(t,s){var n,a,o,r=t.nodeName.toLowerCase();return\"area\"===r?(n=t.parentNode,a=n.name,t.href&&a&&\"map\"===n.nodeName.toLowerCase()?(o=e(\"img[usemap='#\"+a+\"']\")[0],!!o&&i(o)):!1):(/input|select|textarea|button|object/.test(r)?!t.disabled:\"a\"===r?t.href||s:s)&&i(t)}function i(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter(function(){return\"hidden\"===e.css(this,\"visibility\")}).length}function s(e){for(var t,i;e.length&&e[0]!==document;){if(t=e.css(\"position\"),(\"absolute\"===t||\"relative\"===t||\"fixed\"===t)&&(i=parseInt(e.css(\"zIndex\"),10),!isNaN(i)&&0!==i))return i;e=e.parent()}return 0}function n(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId=\"ui-datepicker-div\",this._inlineClass=\"ui-datepicker-inline\",this._appendClass=\"ui-datepicker-append\",this._triggerClass=\"ui-datepicker-trigger\",this._dialogClass=\"ui-datepicker-dialog\",this._disableClass=\"ui-datepicker-disabled\",this._unselectableClass=\"ui-datepicker-unselectable\",this._currentClass=\"ui-datepicker-current-day\",this._dayOverClass=\"ui-datepicker-days-cell-over\",this.regional=[],this.regional[\"\"]={closeText:\"Done\",prevText:\"Prev\",nextText:\"Next\",currentText:\"Today\",monthNames:[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"],monthNamesShort:[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],dayNames:[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"],dayNamesShort:[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],dayNamesMin:[\"Su\",\"Mo\",\"Tu\",\"We\",\"Th\",\"Fr\",\"Sa\"],weekHeader:\"Wk\",dateFormat:\"mm/dd/yy\",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:\"\"},this._defaults={showOn:\"focus\",showAnim:\"fadeIn\",showOptions:{},defaultDate:null,appendText:\"\",buttonText:\"...\",buttonImage:\"\",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:\"c-10:c+10\",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:\"+10\",minDate:null,maxDate:null,duration:\"fast\",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:\"\",altFormat:\"\",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},e.extend(this._defaults,this.regional[\"\"]),this.regional.en=e.extend(!0,{},this.regional[\"\"]),this.regional[\"en-US\"]=e.extend(!0,{},this.regional.en),this.dpDiv=a(e(\"<div id='\"+this._mainDivId+\"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>\"))}function a(t){var i=\"button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a\";return t.delegate(i,\"mouseout\",function(){e(this).removeClass(\"ui-state-hover\"),-1!==this.className.indexOf(\"ui-datepicker-prev\")&&e(this).removeClass(\"ui-datepicker-prev-hover\"),-1!==this.className.indexOf(\"ui-datepicker-next\")&&e(this).removeClass(\"ui-datepicker-next-hover\")}).delegate(i,\"mouseover\",o)}function o(){e.datepicker._isDisabledDatepicker(v.inline?v.dpDiv.parent()[0]:v.input[0])||(e(this).parents(\".ui-datepicker-calendar\").find(\"a\").removeClass(\"ui-state-hover\"),e(this).addClass(\"ui-state-hover\"),-1!==this.className.indexOf(\"ui-datepicker-prev\")&&e(this).addClass(\"ui-datepicker-prev-hover\"),-1!==this.className.indexOf(\"ui-datepicker-next\")&&e(this).addClass(\"ui-datepicker-next-hover\"))}function r(t,i){e.extend(t,i);for(var s in i)null==i[s]&&(t[s]=i[s]);return t}function h(e){return function(){var t=this.element.val();e.apply(this,arguments),this._refresh(),t!==this.element.val()&&this._trigger(\"change\")}}e.ui=e.ui||{},e.extend(e.ui,{version:\"1.11.1\",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.fn.extend({scrollParent:function(t){var i=this.css(\"position\"),s=\"absolute\"===i,n=t?/(auto|scroll|hidden)/:/(auto|scroll)/,a=this.parents().filter(function(){var t=e(this);return s&&\"static\"===t.css(\"position\")?!1:n.test(t.css(\"overflow\")+t.css(\"overflow-y\")+t.css(\"overflow-x\"))}).eq(0);return\"fixed\"!==i&&a.length?a:e(this[0].ownerDocument||document)},uniqueId:function(){var e=0;return function(){return this.each(function(){this.id||(this.id=\"ui-id-\"+ ++e)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\\d+$/.test(this.id)&&e(this).removeAttr(\"id\")})}}),e.extend(e.expr[\":\"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(i){return!!e.data(i,t)}}):function(t,i,s){return!!e.data(t,s[3])},focusable:function(i){return t(i,!isNaN(e.attr(i,\"tabindex\")))},tabbable:function(i){var s=e.attr(i,\"tabindex\"),n=isNaN(s);return(n||s>=0)&&t(i,!n)}}),e(\"<a>\").outerWidth(1).jquery||e.each([\"Width\",\"Height\"],function(t,i){function s(t,i,s,a){return e.each(n,function(){i-=parseFloat(e.css(t,\"padding\"+this))||0,s&&(i-=parseFloat(e.css(t,\"border\"+this+\"Width\"))||0),a&&(i-=parseFloat(e.css(t,\"margin\"+this))||0)}),i}var n=\"Width\"===i?[\"Left\",\"Right\"]:[\"Top\",\"Bottom\"],a=i.toLowerCase(),o={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};e.fn[\"inner\"+i]=function(t){return void 0===t?o[\"inner\"+i].call(this):this.each(function(){e(this).css(a,s(this,t)+\"px\")})},e.fn[\"outer\"+i]=function(t,n){return\"number\"!=typeof t?o[\"outer\"+i].call(this,t):this.each(function(){e(this).css(a,s(this,t,!0,n)+\"px\")})}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e(\"<a>\").data(\"a-b\",\"a\").removeData(\"a-b\").data(\"a-b\")&&(e.fn.removeData=function(t){return function(i){return arguments.length?t.call(this,e.camelCase(i)):t.call(this)}}(e.fn.removeData)),e.ui.ie=!!/msie [\\w.]+/.exec(navigator.userAgent.toLowerCase()),e.fn.extend({focus:function(t){return function(i,s){return\"number\"==typeof i?this.each(function(){var t=this;setTimeout(function(){e(t).focus(),s&&s.call(t)},i)}):t.apply(this,arguments)}}(e.fn.focus),disableSelection:function(){var e=\"onselectstart\"in document.createElement(\"div\")?\"selectstart\":\"mousedown\";return function(){return this.bind(e+\".ui-disableSelection\",function(e){e.preventDefault()})}}(),enableSelection:function(){return this.unbind(\".ui-disableSelection\")},zIndex:function(t){if(void 0!==t)return this.css(\"zIndex\",t);if(this.length)for(var i,s,n=e(this[0]);n.length&&n[0]!==document;){if(i=n.css(\"position\"),(\"absolute\"===i||\"relative\"===i||\"fixed\"===i)&&(s=parseInt(n.css(\"zIndex\"),10),!isNaN(s)&&0!==s))return s;n=n.parent()}return 0}}),e.ui.plugin={add:function(t,i,s){var n,a=e.ui[t].prototype;for(n in s)a.plugins[n]=a.plugins[n]||[],a.plugins[n].push([i,s[n]])},call:function(e,t,i,s){var n,a=e.plugins[t];if(a&&(s||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(n=0;a.length>n;n++)e.options[a[n][0]]&&a[n][1].apply(e.element,i)}};var l=0,u=Array.prototype.slice;e.cleanData=function(t){return function(i){var s,n,a;for(a=0;null!=(n=i[a]);a++)try{s=e._data(n,\"events\"),s&&s.remove&&e(n).triggerHandler(\"remove\")}catch(o){}t(i)}}(e.cleanData),e.widget=function(t,i,s){var n,a,o,r,h={},l=t.split(\".\")[0];return t=t.split(\".\")[1],n=l+\"-\"+t,s||(s=i,i=e.Widget),e.expr[\":\"][n.toLowerCase()]=function(t){return!!e.data(t,n)},e[l]=e[l]||{},a=e[l][t],o=e[l][t]=function(e,t){return this._createWidget?(arguments.length&&this._createWidget(e,t),void 0):new o(e,t)},e.extend(o,a,{version:s.version,_proto:e.extend({},s),_childConstructors:[]}),r=new i,r.options=e.widget.extend({},r.options),e.each(s,function(t,s){return e.isFunction(s)?(h[t]=function(){var e=function(){return i.prototype[t].apply(this,arguments)},n=function(e){return i.prototype[t].apply(this,e)};return function(){var t,i=this._super,a=this._superApply;return this._super=e,this._superApply=n,t=s.apply(this,arguments),this._super=i,this._superApply=a,t}}(),void 0):(h[t]=s,void 0)}),o.prototype=e.widget.extend(r,{widgetEventPrefix:a?r.widgetEventPrefix||t:t},h,{constructor:o,namespace:l,widgetName:t,widgetFullName:n}),a?(e.each(a._childConstructors,function(t,i){var s=i.prototype;e.widget(s.namespace+\".\"+s.widgetName,o,i._proto)}),delete a._childConstructors):i._childConstructors.push(o),e.widget.bridge(t,o),o},e.widget.extend=function(t){for(var i,s,n=u.call(arguments,1),a=0,o=n.length;o>a;a++)for(i in n[a])s=n[a][i],n[a].hasOwnProperty(i)&&void 0!==s&&(t[i]=e.isPlainObject(s)?e.isPlainObject(t[i])?e.widget.extend({},t[i],s):e.widget.extend({},s):s);return t},e.widget.bridge=function(t,i){var s=i.prototype.widgetFullName||t;e.fn[t]=function(n){var a=\"string\"==typeof n,o=u.call(arguments,1),r=this;return n=!a&&o.length?e.widget.extend.apply(null,[n].concat(o)):n,a?this.each(function(){var i,a=e.data(this,s);return\"instance\"===n?(r=a,!1):a?e.isFunction(a[n])&&\"_\"!==n.charAt(0)?(i=a[n].apply(a,o),i!==a&&void 0!==i?(r=i&&i.jquery?r.pushStack(i.get()):i,!1):void 0):e.error(\"no such method '\"+n+\"' for \"+t+\" widget instance\"):e.error(\"cannot call methods on \"+t+\" prior to initialization; \"+\"attempted to call method '\"+n+\"'\")}):this.each(function(){var t=e.data(this,s);t?(t.option(n||{}),t._init&&t._init()):e.data(this,s,new i(n,this))}),r}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:\"widget\",widgetEventPrefix:\"\",defaultElement:\"<div>\",options:{disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=l++,this.eventNamespace=\".\"+this.widgetName+this.uuid,this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this.bindings=e(),this.hoverable=e(),this.focusable=e(),i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this._create(),this._trigger(\"create\",null,this._getCreateEventData()),this._init()},_getCreateOptions:e.noop,_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){this._destroy(),this.element.unbind(this.eventNamespace).removeData(this.widgetFullName).removeData(e.camelCase(this.widgetFullName)),this.widget().unbind(this.eventNamespace).removeAttr(\"aria-disabled\").removeClass(this.widgetFullName+\"-disabled \"+\"ui-state-disabled\"),this.bindings.unbind(this.eventNamespace),this.hoverable.removeClass(\"ui-state-hover\"),this.focusable.removeClass(\"ui-state-focus\")},_destroy:e.noop,widget:function(){return this.element},option:function(t,i){var s,n,a,o=t;if(0===arguments.length)return e.widget.extend({},this.options);if(\"string\"==typeof t)if(o={},s=t.split(\".\"),t=s.shift(),s.length){for(n=o[t]=e.widget.extend({},this.options[t]),a=0;s.length-1>a;a++)n[s[a]]=n[s[a]]||{},n=n[s[a]];if(t=s.pop(),1===arguments.length)return void 0===n[t]?null:n[t];n[t]=i}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];o[t]=i}return this._setOptions(o),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return this.options[e]=t,\"disabled\"===e&&(this.widget().toggleClass(this.widgetFullName+\"-disabled\",!!t),t&&(this.hoverable.removeClass(\"ui-state-hover\"),this.focusable.removeClass(\"ui-state-focus\"))),this},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_on:function(t,i,s){var n,a=this;\"boolean\"!=typeof t&&(s=i,i=t,t=!1),s?(i=n=e(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),e.each(s,function(s,o){function r(){return t||a.options.disabled!==!0&&!e(this).hasClass(\"ui-state-disabled\")?(\"string\"==typeof o?a[o]:o).apply(a,arguments):void 0}\"string\"!=typeof o&&(r.guid=o.guid=o.guid||r.guid||e.guid++);var h=s.match(/^([\\w:-]*)\\s*(.*)$/),l=h[1]+a.eventNamespace,u=h[2];u?n.delegate(u,l,r):i.bind(l,r)})},_off:function(e,t){t=(t||\"\").split(\" \").join(this.eventNamespace+\" \")+this.eventNamespace,e.unbind(t).undelegate(t)},_delay:function(e,t){function i(){return(\"string\"==typeof e?s[e]:e).apply(s,arguments)}var s=this;return setTimeout(i,t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){e(t.currentTarget).addClass(\"ui-state-hover\")},mouseleave:function(t){e(t.currentTarget).removeClass(\"ui-state-hover\")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){e(t.currentTarget).addClass(\"ui-state-focus\")},focusout:function(t){e(t.currentTarget).removeClass(\"ui-state-focus\")}})},_trigger:function(t,i,s){var n,a,o=this.options[t];if(s=s||{},i=e.Event(i),i.type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),i.target=this.element[0],a=i.originalEvent)for(n in a)n in i||(i[n]=a[n]);return this.element.trigger(i,s),!(e.isFunction(o)&&o.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},e.each({show:\"fadeIn\",hide:\"fadeOut\"},function(t,i){e.Widget.prototype[\"_\"+t]=function(s,n,a){\"string\"==typeof n&&(n={effect:n});var o,r=n?n===!0||\"number\"==typeof n?i:n.effect||i:t;n=n||{},\"number\"==typeof n&&(n={duration:n}),o=!e.isEmptyObject(n),n.complete=a,n.delay&&s.delay(n.delay),o&&e.effects&&e.effects.effect[r]?s[t](n):r!==t&&s[r]?s[r](n.duration,n.easing,a):s.queue(function(i){e(this)[t](),a&&a.call(s[0]),i()})}}),e.widget;var d=!1;e(document).mouseup(function(){d=!1}),e.widget(\"ui.mouse\",{version:\"1.11.1\",options:{cancel:\"input,textarea,button,select,option\",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.bind(\"mousedown.\"+this.widgetName,function(e){return t._mouseDown(e)}).bind(\"click.\"+this.widgetName,function(i){return!0===e.data(i.target,t.widgetName+\".preventClickEvent\")?(e.removeData(i.target,t.widgetName+\".preventClickEvent\"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.unbind(\".\"+this.widgetName),this._mouseMoveDelegate&&this.document.unbind(\"mousemove.\"+this.widgetName,this._mouseMoveDelegate).unbind(\"mouseup.\"+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(t){if(!d){this._mouseStarted&&this._mouseUp(t),this._mouseDownEvent=t;var i=this,s=1===t.which,n=\"string\"==typeof this.options.cancel&&t.target.nodeName?e(t.target).closest(this.options.cancel).length:!1;return s&&!n&&this._mouseCapture(t)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(t)!==!1,!this._mouseStarted)?(t.preventDefault(),!0):(!0===e.data(t.target,this.widgetName+\".preventClickEvent\")&&e.removeData(t.target,this.widgetName+\".preventClickEvent\"),this._mouseMoveDelegate=function(e){return i._mouseMove(e)},this._mouseUpDelegate=function(e){return i._mouseUp(e)},this.document.bind(\"mousemove.\"+this.widgetName,this._mouseMoveDelegate).bind(\"mouseup.\"+this.widgetName,this._mouseUpDelegate),t.preventDefault(),d=!0,!0)):!0}},_mouseMove:function(t){return e.ui.ie&&(!document.documentMode||9>document.documentMode)&&!t.button?this._mouseUp(t):t.which?this._mouseStarted?(this._mouseDrag(t),t.preventDefault()):(this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,t)!==!1,this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)),!this._mouseStarted):this._mouseUp(t)},_mouseUp:function(t){return this.document.unbind(\"mousemove.\"+this.widgetName,this._mouseMoveDelegate).unbind(\"mouseup.\"+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,t.target===this._mouseDownEvent.target&&e.data(t.target,this.widgetName+\".preventClickEvent\",!0),this._mouseStop(t)),d=!1,!1},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),function(){function t(e,t,i){return[parseFloat(e[0])*(p.test(e[0])?t/100:1),parseFloat(e[1])*(p.test(e[1])?i/100:1)]}function i(t,i){return parseInt(e.css(t,i),10)||0}function s(t){var i=t[0];return 9===i.nodeType?{width:t.width(),height:t.height(),offset:{top:0,left:0}}:e.isWindow(i)?{width:t.width(),height:t.height(),offset:{top:t.scrollTop(),left:t.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:t.outerWidth(),height:t.outerHeight(),offset:t.offset()}}e.ui=e.ui||{};var n,a,o=Math.max,r=Math.abs,h=Math.round,l=/left|center|right/,u=/top|center|bottom/,d=/[\\+\\-]\\d+(\\.[\\d]+)?%?/,c=/^\\w+/,p=/%$/,f=e.fn.position;e.position={scrollbarWidth:function(){if(void 0!==n)return n;var t,i,s=e(\"<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>\"),a=s.children()[0];return e(\"body\").append(s),t=a.offsetWidth,s.css(\"overflow\",\"scroll\"),i=a.offsetWidth,t===i&&(i=s[0].clientWidth),s.remove(),n=t-i},getScrollInfo:function(t){var i=t.isWindow||t.isDocument?\"\":t.element.css(\"overflow-x\"),s=t.isWindow||t.isDocument?\"\":t.element.css(\"overflow-y\"),n=\"scroll\"===i||\"auto\"===i&&t.width<t.element[0].scrollWidth,a=\"scroll\"===s||\"auto\"===s&&t.height<t.element[0].scrollHeight;return{width:a?e.position.scrollbarWidth():0,height:n?e.position.scrollbarWidth():0}},getWithinInfo:function(t){var i=e(t||window),s=e.isWindow(i[0]),n=!!i[0]&&9===i[0].nodeType;return{element:i,isWindow:s,isDocument:n,offset:i.offset()||{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:s||n?i.width():i.outerWidth(),height:s||n?i.height():i.outerHeight()}}},e.fn.position=function(n){if(!n||!n.of)return f.apply(this,arguments);n=e.extend({},n);var p,m,g,v,y,b,_=e(n.of),x=e.position.getWithinInfo(n.within),w=e.position.getScrollInfo(x),k=(n.collision||\"flip\").split(\" \"),T={};return b=s(_),_[0].preventDefault&&(n.at=\"left top\"),m=b.width,g=b.height,v=b.offset,y=e.extend({},v),e.each([\"my\",\"at\"],function(){var e,t,i=(n[this]||\"\").split(\" \");1===i.length&&(i=l.test(i[0])?i.concat([\"center\"]):u.test(i[0])?[\"center\"].concat(i):[\"center\",\"center\"]),i[0]=l.test(i[0])?i[0]:\"center\",i[1]=u.test(i[1])?i[1]:\"center\",e=d.exec(i[0]),t=d.exec(i[1]),T[this]=[e?e[0]:0,t?t[0]:0],n[this]=[c.exec(i[0])[0],c.exec(i[1])[0]]}),1===k.length&&(k[1]=k[0]),\"right\"===n.at[0]?y.left+=m:\"center\"===n.at[0]&&(y.left+=m/2),\"bottom\"===n.at[1]?y.top+=g:\"center\"===n.at[1]&&(y.top+=g/2),p=t(T.at,m,g),y.left+=p[0],y.top+=p[1],this.each(function(){var s,l,u=e(this),d=u.outerWidth(),c=u.outerHeight(),f=i(this,\"marginLeft\"),b=i(this,\"marginTop\"),D=d+f+i(this,\"marginRight\")+w.width,S=c+b+i(this,\"marginBottom\")+w.height,M=e.extend({},y),N=t(T.my,u.outerWidth(),u.outerHeight());\"right\"===n.my[0]?M.left-=d:\"center\"===n.my[0]&&(M.left-=d/2),\"bottom\"===n.my[1]?M.top-=c:\"center\"===n.my[1]&&(M.top-=c/2),M.left+=N[0],M.top+=N[1],a||(M.left=h(M.left),M.top=h(M.top)),s={marginLeft:f,marginTop:b},e.each([\"left\",\"top\"],function(t,i){e.ui.position[k[t]]&&e.ui.position[k[t]][i](M,{targetWidth:m,targetHeight:g,elemWidth:d,elemHeight:c,collisionPosition:s,collisionWidth:D,collisionHeight:S,offset:[p[0]+N[0],p[1]+N[1]],my:n.my,at:n.at,within:x,elem:u})}),n.using&&(l=function(e){var t=v.left-M.left,i=t+m-d,s=v.top-M.top,a=s+g-c,h={target:{element:_,left:v.left,top:v.top,width:m,height:g},element:{element:u,left:M.left,top:M.top,width:d,height:c},horizontal:0>i?\"left\":t>0?\"right\":\"center\",vertical:0>a?\"top\":s>0?\"bottom\":\"middle\"};d>m&&m>r(t+i)&&(h.horizontal=\"center\"),c>g&&g>r(s+a)&&(h.vertical=\"middle\"),h.important=o(r(t),r(i))>o(r(s),r(a))?\"horizontal\":\"vertical\",n.using.call(this,e,h)}),u.offset(e.extend(M,{using:l}))})},e.ui.position={fit:{left:function(e,t){var i,s=t.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=e.left-t.collisionPosition.marginLeft,h=n-r,l=r+t.collisionWidth-a-n;t.collisionWidth>a?h>0&&0>=l?(i=e.left+h+t.collisionWidth-a-n,e.left+=h-i):e.left=l>0&&0>=h?n:h>l?n+a-t.collisionWidth:n:h>0?e.left+=h:l>0?e.left-=l:e.left=o(e.left-r,e.left)},top:function(e,t){var i,s=t.within,n=s.isWindow?s.scrollTop:s.offset.top,a=t.within.height,r=e.top-t.collisionPosition.marginTop,h=n-r,l=r+t.collisionHeight-a-n;t.collisionHeight>a?h>0&&0>=l?(i=e.top+h+t.collisionHeight-a-n,e.top+=h-i):e.top=l>0&&0>=h?n:h>l?n+a-t.collisionHeight:n:h>0?e.top+=h:l>0?e.top-=l:e.top=o(e.top-r,e.top)}},flip:{left:function(e,t){var i,s,n=t.within,a=n.offset.left+n.scrollLeft,o=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=e.left-t.collisionPosition.marginLeft,u=l-h,d=l+t.collisionWidth-o-h,c=\"left\"===t.my[0]?-t.elemWidth:\"right\"===t.my[0]?t.elemWidth:0,p=\"left\"===t.at[0]?t.targetWidth:\"right\"===t.at[0]?-t.targetWidth:0,f=-2*t.offset[0];0>u?(i=e.left+c+p+f+t.collisionWidth-o-a,(0>i||r(u)>i)&&(e.left+=c+p+f)):d>0&&(s=e.left-t.collisionPosition.marginLeft+c+p+f-h,(s>0||d>r(s))&&(e.left+=c+p+f))},top:function(e,t){var i,s,n=t.within,a=n.offset.top+n.scrollTop,o=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=e.top-t.collisionPosition.marginTop,u=l-h,d=l+t.collisionHeight-o-h,c=\"top\"===t.my[1],p=c?-t.elemHeight:\"bottom\"===t.my[1]?t.elemHeight:0,f=\"top\"===t.at[1]?t.targetHeight:\"bottom\"===t.at[1]?-t.targetHeight:0,m=-2*t.offset[1];0>u?(s=e.top+p+f+m+t.collisionHeight-o-a,e.top+p+f+m>u&&(0>s||r(u)>s)&&(e.top+=p+f+m)):d>0&&(i=e.top-t.collisionPosition.marginTop+p+f+m-h,e.top+p+f+m>d&&(i>0||d>r(i))&&(e.top+=p+f+m))}},flipfit:{left:function(){e.ui.position.flip.left.apply(this,arguments),e.ui.position.fit.left.apply(this,arguments)},top:function(){e.ui.position.flip.top.apply(this,arguments),e.ui.position.fit.top.apply(this,arguments)}}},function(){var t,i,s,n,o,r=document.getElementsByTagName(\"body\")[0],h=document.createElement(\"div\");t=document.createElement(r?\"div\":\"body\"),s={visibility:\"hidden\",width:0,height:0,border:0,margin:0,background:\"none\"},r&&e.extend(s,{position:\"absolute\",left:\"-1000px\",top:\"-1000px\"});for(o in s)t.style[o]=s[o];t.appendChild(h),i=r||document.documentElement,i.insertBefore(t,i.firstChild),h.style.cssText=\"position: absolute; left: 10.7432222px;\",n=e(h).offset().left,a=n>10&&11>n,t.innerHTML=\"\",i.removeChild(t)}()}(),e.ui.position,e.widget(\"ui.accordion\",{version:\"1.11.1\",options:{active:0,animate:{},collapsible:!1,event:\"click\",header:\"> li > :first-child,> :not(li):even\",heightStyle:\"auto\",icons:{activeHeader:\"ui-icon-triangle-1-s\",header:\"ui-icon-triangle-1-e\"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:\"hide\",borderBottomWidth:\"hide\",paddingTop:\"hide\",paddingBottom:\"hide\",height:\"hide\"},showProps:{borderTopWidth:\"show\",borderBottomWidth:\"show\",paddingTop:\"show\",paddingBottom:\"show\",height:\"show\"},_create:function(){var t=this.options;this.prevShow=this.prevHide=e(),this.element.addClass(\"ui-accordion ui-widget ui-helper-reset\").attr(\"role\",\"tablist\"),t.collapsible||t.active!==!1&&null!=t.active||(t.active=0),this._processPanels(),0>t.active&&(t.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():e()}},_createIcons:function(){var t=this.options.icons;t&&(e(\"<span>\").addClass(\"ui-accordion-header-icon ui-icon \"+t.header).prependTo(this.headers),this.active.children(\".ui-accordion-header-icon\").removeClass(t.header).addClass(t.activeHeader),this.headers.addClass(\"ui-accordion-icons\"))},_destroyIcons:function(){this.headers.removeClass(\"ui-accordion-icons\").children(\".ui-accordion-header-icon\").remove()},_destroy:function(){var e;this.element.removeClass(\"ui-accordion ui-widget ui-helper-reset\").removeAttr(\"role\"),this.headers.removeClass(\"ui-accordion-header ui-accordion-header-active ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top\").removeAttr(\"role\").removeAttr(\"aria-expanded\").removeAttr(\"aria-selected\").removeAttr(\"aria-controls\").removeAttr(\"tabIndex\").removeUniqueId(),this._destroyIcons(),e=this.headers.next().removeClass(\"ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-state-disabled\").css(\"display\",\"\").removeAttr(\"role\").removeAttr(\"aria-hidden\").removeAttr(\"aria-labelledby\").removeUniqueId(),\"content\"!==this.options.heightStyle&&e.css(\"height\",\"\")},_setOption:function(e,t){return\"active\"===e?(this._activate(t),void 0):(\"event\"===e&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(t)),this._super(e,t),\"collapsible\"!==e||t||this.options.active!==!1||this._activate(0),\"icons\"===e&&(this._destroyIcons(),t&&this._createIcons()),\"disabled\"===e&&(this.element.toggleClass(\"ui-state-disabled\",!!t).attr(\"aria-disabled\",t),this.headers.add(this.headers.next()).toggleClass(\"ui-state-disabled\",!!t)),void 0)},_keydown:function(t){if(!t.altKey&&!t.ctrlKey){var i=e.ui.keyCode,s=this.headers.length,n=this.headers.index(t.target),a=!1;switch(t.keyCode){case i.RIGHT:case i.DOWN:a=this.headers[(n+1)%s];break;case i.LEFT:case i.UP:a=this.headers[(n-1+s)%s];break;case i.SPACE:case i.ENTER:this._eventHandler(t);break;case i.HOME:a=this.headers[0];break;case i.END:a=this.headers[s-1]}a&&(e(t.target).attr(\"tabIndex\",-1),e(a).attr(\"tabIndex\",0),a.focus(),t.preventDefault())}},_panelKeyDown:function(t){t.keyCode===e.ui.keyCode.UP&&t.ctrlKey&&e(t.currentTarget).prev().focus()},refresh:function(){var t=this.options;this._processPanels(),t.active===!1&&t.collapsible===!0||!this.headers.length?(t.active=!1,this.active=e()):t.active===!1?this._activate(0):this.active.length&&!e.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(\".ui-state-disabled\").length?(t.active=!1,this.active=e()):this._activate(Math.max(0,t.active-1)):t.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){this.headers=this.element.find(this.options.header).addClass(\"ui-accordion-header ui-state-default ui-corner-all\"),this.headers.next().addClass(\"ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom\").filter(\":not(.ui-accordion-content-active)\").hide()},_refresh:function(){var t,i=this.options,s=i.heightStyle,n=this.element.parent();this.active=this._findActive(i.active).addClass(\"ui-accordion-header-active ui-state-active ui-corner-top\").removeClass(\"ui-corner-all\"),this.active.next().addClass(\"ui-accordion-content-active\").show(),this.headers.attr(\"role\",\"tab\").each(function(){var t=e(this),i=t.uniqueId().attr(\"id\"),s=t.next(),n=s.uniqueId().attr(\"id\");t.attr(\"aria-controls\",n),s.attr(\"aria-labelledby\",i)}).next().attr(\"role\",\"tabpanel\"),this.headers.not(this.active).attr({\"aria-selected\":\"false\",\"aria-expanded\":\"false\",tabIndex:-1}).next().attr({\"aria-hidden\":\"true\"}).hide(),this.active.length?this.active.attr({\"aria-selected\":\"true\",\"aria-expanded\":\"true\",tabIndex:0}).next().attr({\"aria-hidden\":\"false\"}):this.headers.eq(0).attr(\"tabIndex\",0),this._createIcons(),this._setupEvents(i.event),\"fill\"===s?(t=n.height(),this.element.siblings(\":visible\").each(function(){var i=e(this),s=i.css(\"position\");\"absolute\"!==s&&\"fixed\"!==s&&(t-=i.outerHeight(!0))}),this.headers.each(function(){t-=e(this).outerHeight(!0)}),this.headers.next().each(function(){e(this).height(Math.max(0,t-e(this).innerHeight()+e(this).height()))}).css(\"overflow\",\"auto\")):\"auto\"===s&&(t=0,this.headers.next().each(function(){t=Math.max(t,e(this).css(\"height\",\"\").height())}).height(t))},_activate:function(t){var i=this._findActive(t)[0];i!==this.active[0]&&(i=i||this.active[0],this._eventHandler({target:i,currentTarget:i,preventDefault:e.noop}))},_findActive:function(t){return\"number\"==typeof t?this.headers.eq(t):e()},_setupEvents:function(t){var i={keydown:\"_keydown\"};t&&e.each(t.split(\" \"),function(e,t){i[t]=\"_eventHandler\"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:\"_panelKeyDown\"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(t){var i=this.options,s=this.active,n=e(t.currentTarget),a=n[0]===s[0],o=a&&i.collapsible,r=o?e():n.next(),h=s.next(),l={oldHeader:s,oldPanel:h,newHeader:o?e():n,newPanel:r};t.preventDefault(),a&&!i.collapsible||this._trigger(\"beforeActivate\",t,l)===!1||(i.active=o?!1:this.headers.index(n),this.active=a?e():n,this._toggle(l),s.removeClass(\"ui-accordion-header-active ui-state-active\"),i.icons&&s.children(\".ui-accordion-header-icon\").removeClass(i.icons.activeHeader).addClass(i.icons.header),a||(n.removeClass(\"ui-corner-all\").addClass(\"ui-accordion-header-active ui-state-active ui-corner-top\"),i.icons&&n.children(\".ui-accordion-header-icon\").removeClass(i.icons.header).addClass(i.icons.activeHeader),n.next().addClass(\"ui-accordion-content-active\")))},_toggle:function(t){var i=t.newPanel,s=this.prevShow.length?this.prevShow:t.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=i,this.prevHide=s,this.options.animate?this._animate(i,s,t):(s.hide(),i.show(),this._toggleComplete(t)),s.attr({\"aria-hidden\":\"true\"}),s.prev().attr(\"aria-selected\",\"false\"),i.length&&s.length?s.prev().attr({tabIndex:-1,\"aria-expanded\":\"false\"}):i.length&&this.headers.filter(function(){return 0===e(this).attr(\"tabIndex\")}).attr(\"tabIndex\",-1),i.attr(\"aria-hidden\",\"false\").prev().attr({\"aria-selected\":\"true\",tabIndex:0,\"aria-expanded\":\"true\"})},_animate:function(e,t,i){var s,n,a,o=this,r=0,h=e.length&&(!t.length||e.index()<t.index()),l=this.options.animate||{},u=h&&l.down||l,d=function(){o._toggleComplete(i)};return\"number\"==typeof u&&(a=u),\"string\"==typeof u&&(n=u),n=n||u.easing||l.easing,a=a||u.duration||l.duration,t.length?e.length?(s=e.show().outerHeight(),t.animate(this.hideProps,{duration:a,easing:n,step:function(e,t){t.now=Math.round(e)}}),e.hide().animate(this.showProps,{duration:a,easing:n,complete:d,step:function(e,i){i.now=Math.round(e),\"height\"!==i.prop?r+=i.now:\"content\"!==o.options.heightStyle&&(i.now=Math.round(s-t.outerHeight()-r),r=0)}}),void 0):t.animate(this.hideProps,a,n,d):e.animate(this.showProps,a,n,d)},_toggleComplete:function(e){var t=e.oldPanel;t.removeClass(\"ui-accordion-content-active\").prev().removeClass(\"ui-corner-top\").addClass(\"ui-corner-all\"),t.length&&(t.parent()[0].className=t.parent()[0].className),this._trigger(\"activate\",null,e)}}),e.widget(\"ui.menu\",{version:\"1.11.1\",defaultElement:\"<ul>\",delay:300,options:{icons:{submenu:\"ui-icon-carat-1-e\"},items:\"> *\",menus:\"ul\",position:{my:\"left-1 top\",at:\"right top\"},role:\"menu\",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().addClass(\"ui-menu ui-widget ui-widget-content\").toggleClass(\"ui-menu-icons\",!!this.element.find(\".ui-icon\").length).attr({role:this.options.role,tabIndex:0}),this.options.disabled&&this.element.addClass(\"ui-state-disabled\").attr(\"aria-disabled\",\"true\"),this._on({\"mousedown .ui-menu-item\":function(e){e.preventDefault()},\"click .ui-menu-item\":function(t){var i=e(t.target);!this.mouseHandled&&i.not(\".ui-state-disabled\").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),i.has(\".ui-menu\").length?this.expand(t):!this.element.is(\":focus\")&&e(this.document[0].activeElement).closest(\".ui-menu\").length&&(this.element.trigger(\"focus\",[!0]),this.active&&1===this.active.parents(\".ui-menu\").length&&clearTimeout(this.timer)))},\"mouseenter .ui-menu-item\":function(t){var i=e(t.currentTarget);i.siblings(\".ui-state-active\").removeClass(\"ui-state-active\"),this.focus(t,i)},mouseleave:\"collapseAll\",\"mouseleave .ui-menu\":\"collapseAll\",focus:function(e,t){var i=this.active||this.element.find(this.options.items).eq(0);t||this.focus(e,i)},blur:function(t){this._delay(function(){e.contains(this.element[0],this.document[0].activeElement)||this.collapseAll(t)})},keydown:\"_keydown\"}),this.refresh(),this._on(this.document,{click:function(e){this._closeOnDocumentClick(e)&&this.collapseAll(e),this.mouseHandled=!1\n}})},_destroy:function(){this.element.removeAttr(\"aria-activedescendant\").find(\".ui-menu\").addBack().removeClass(\"ui-menu ui-widget ui-widget-content ui-menu-icons ui-front\").removeAttr(\"role\").removeAttr(\"tabIndex\").removeAttr(\"aria-labelledby\").removeAttr(\"aria-expanded\").removeAttr(\"aria-hidden\").removeAttr(\"aria-disabled\").removeUniqueId().show(),this.element.find(\".ui-menu-item\").removeClass(\"ui-menu-item\").removeAttr(\"role\").removeAttr(\"aria-disabled\").removeUniqueId().removeClass(\"ui-state-hover\").removeAttr(\"tabIndex\").removeAttr(\"role\").removeAttr(\"aria-haspopup\").children().each(function(){var t=e(this);t.data(\"ui-menu-submenu-carat\")&&t.remove()}),this.element.find(\".ui-menu-divider\").removeClass(\"ui-menu-divider ui-widget-content\")},_keydown:function(t){function i(e){return e.replace(/[\\-\\[\\]{}()*+?.,\\\\\\^$|#\\s]/g,\"\\\\$&\")}var s,n,a,o,r,h=!0;switch(t.keyCode){case e.ui.keyCode.PAGE_UP:this.previousPage(t);break;case e.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case e.ui.keyCode.HOME:this._move(\"first\",\"first\",t);break;case e.ui.keyCode.END:this._move(\"last\",\"last\",t);break;case e.ui.keyCode.UP:this.previous(t);break;case e.ui.keyCode.DOWN:this.next(t);break;case e.ui.keyCode.LEFT:this.collapse(t);break;case e.ui.keyCode.RIGHT:this.active&&!this.active.is(\".ui-state-disabled\")&&this.expand(t);break;case e.ui.keyCode.ENTER:case e.ui.keyCode.SPACE:this._activate(t);break;case e.ui.keyCode.ESCAPE:this.collapse(t);break;default:h=!1,n=this.previousFilter||\"\",a=String.fromCharCode(t.keyCode),o=!1,clearTimeout(this.filterTimer),a===n?o=!0:a=n+a,r=RegExp(\"^\"+i(a),\"i\"),s=this.activeMenu.find(this.options.items).filter(function(){return r.test(e(this).text())}),s=o&&-1!==s.index(this.active.next())?this.active.nextAll(\".ui-menu-item\"):s,s.length||(a=String.fromCharCode(t.keyCode),r=RegExp(\"^\"+i(a),\"i\"),s=this.activeMenu.find(this.options.items).filter(function(){return r.test(e(this).text())})),s.length?(this.focus(t,s),s.length>1?(this.previousFilter=a,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter):delete this.previousFilter}h&&t.preventDefault()},_activate:function(e){this.active.is(\".ui-state-disabled\")||(this.active.is(\"[aria-haspopup='true']\")?this.expand(e):this.select(e))},refresh:function(){var t,i,s=this,n=this.options.icons.submenu,a=this.element.find(this.options.menus);this.element.toggleClass(\"ui-menu-icons\",!!this.element.find(\".ui-icon\").length),a.filter(\":not(.ui-menu)\").addClass(\"ui-menu ui-widget ui-widget-content ui-front\").hide().attr({role:this.options.role,\"aria-hidden\":\"true\",\"aria-expanded\":\"false\"}).each(function(){var t=e(this),i=t.parent(),s=e(\"<span>\").addClass(\"ui-menu-icon ui-icon \"+n).data(\"ui-menu-submenu-carat\",!0);i.attr(\"aria-haspopup\",\"true\").prepend(s),t.attr(\"aria-labelledby\",i.attr(\"id\"))}),t=a.add(this.element),i=t.find(this.options.items),i.not(\".ui-menu-item\").each(function(){var t=e(this);s._isDivider(t)&&t.addClass(\"ui-widget-content ui-menu-divider\")}),i.not(\".ui-menu-item, .ui-menu-divider\").addClass(\"ui-menu-item\").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),i.filter(\".ui-state-disabled\").attr(\"aria-disabled\",\"true\"),this.active&&!e.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:\"menuitem\",listbox:\"option\"}[this.options.role]},_setOption:function(e,t){\"icons\"===e&&this.element.find(\".ui-menu-icon\").removeClass(this.options.icons.submenu).addClass(t.submenu),\"disabled\"===e&&this.element.toggleClass(\"ui-state-disabled\",!!t).attr(\"aria-disabled\",t),this._super(e,t)},focus:function(e,t){var i,s;this.blur(e,e&&\"focus\"===e.type),this._scrollIntoView(t),this.active=t.first(),s=this.active.addClass(\"ui-state-focus\").removeClass(\"ui-state-active\"),this.options.role&&this.element.attr(\"aria-activedescendant\",s.attr(\"id\")),this.active.parent().closest(\".ui-menu-item\").addClass(\"ui-state-active\"),e&&\"keydown\"===e.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=t.children(\".ui-menu\"),i.length&&e&&/^mouse/.test(e.type)&&this._startOpening(i),this.activeMenu=t.parent(),this._trigger(\"focus\",e,{item:t})},_scrollIntoView:function(t){var i,s,n,a,o,r;this._hasScroll()&&(i=parseFloat(e.css(this.activeMenu[0],\"borderTopWidth\"))||0,s=parseFloat(e.css(this.activeMenu[0],\"paddingTop\"))||0,n=t.offset().top-this.activeMenu.offset().top-i-s,a=this.activeMenu.scrollTop(),o=this.activeMenu.height(),r=t.outerHeight(),0>n?this.activeMenu.scrollTop(a+n):n+r>o&&this.activeMenu.scrollTop(a+n-o+r))},blur:function(e,t){t||clearTimeout(this.timer),this.active&&(this.active.removeClass(\"ui-state-focus\"),this.active=null,this._trigger(\"blur\",e,{item:this.active}))},_startOpening:function(e){clearTimeout(this.timer),\"true\"===e.attr(\"aria-hidden\")&&(this.timer=this._delay(function(){this._close(),this._open(e)},this.delay))},_open:function(t){var i=e.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(\".ui-menu\").not(t.parents(\".ui-menu\")).hide().attr(\"aria-hidden\",\"true\"),t.show().removeAttr(\"aria-hidden\").attr(\"aria-expanded\",\"true\").position(i)},collapseAll:function(t,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:e(t&&t.target).closest(this.element.find(\".ui-menu\"));s.length||(s=this.element),this._close(s),this.blur(t),this.activeMenu=s},this.delay)},_close:function(e){e||(e=this.active?this.active.parent():this.element),e.find(\".ui-menu\").hide().attr(\"aria-hidden\",\"true\").attr(\"aria-expanded\",\"false\").end().find(\".ui-state-active\").not(\".ui-state-focus\").removeClass(\"ui-state-active\")},_closeOnDocumentClick:function(t){return!e(t.target).closest(\".ui-menu\").length},_isDivider:function(e){return!/[^\\-\\u2014\\u2013\\s]/.test(e.text())},collapse:function(e){var t=this.active&&this.active.parent().closest(\".ui-menu-item\",this.element);t&&t.length&&(this._close(),this.focus(e,t))},expand:function(e){var t=this.active&&this.active.children(\".ui-menu \").find(this.options.items).first();t&&t.length&&(this._open(t.parent()),this._delay(function(){this.focus(e,t)}))},next:function(e){this._move(\"next\",\"first\",e)},previous:function(e){this._move(\"prev\",\"last\",e)},isFirstItem:function(){return this.active&&!this.active.prevAll(\".ui-menu-item\").length},isLastItem:function(){return this.active&&!this.active.nextAll(\".ui-menu-item\").length},_move:function(e,t,i){var s;this.active&&(s=\"first\"===e||\"last\"===e?this.active[\"first\"===e?\"prevAll\":\"nextAll\"](\".ui-menu-item\").eq(-1):this.active[e+\"All\"](\".ui-menu-item\").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[t]()),this.focus(i,s)},nextPage:function(t){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(\".ui-menu-item\").each(function(){return i=e(this),0>i.offset().top-s-n}),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items)[this.active?\"last\":\"first\"]())),void 0):(this.next(t),void 0)},previousPage:function(t){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(\".ui-menu-item\").each(function(){return i=e(this),i.offset().top-s+n>0}),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items).first())),void 0):(this.next(t),void 0)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop(\"scrollHeight\")},select:function(t){this.active=this.active||e(t.target).closest(\".ui-menu-item\");var i={item:this.active};this.active.has(\".ui-menu\").length||this.collapseAll(t,!0),this._trigger(\"select\",t,i)}}),e.widget(\"ui.autocomplete\",{version:\"1.11.1\",defaultElement:\"<input>\",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:\"left top\",at:\"left bottom\",collision:\"none\"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var t,i,s,n=this.element[0].nodeName.toLowerCase(),a=\"textarea\"===n,o=\"input\"===n;this.isMultiLine=a?!0:o?!1:this.element.prop(\"isContentEditable\"),this.valueMethod=this.element[a||o?\"val\":\"text\"],this.isNewMenu=!0,this.element.addClass(\"ui-autocomplete-input\").attr(\"autocomplete\",\"off\"),this._on(this.element,{keydown:function(n){if(this.element.prop(\"readOnly\"))return t=!0,s=!0,i=!0,void 0;t=!1,s=!1,i=!1;var a=e.ui.keyCode;switch(n.keyCode){case a.PAGE_UP:t=!0,this._move(\"previousPage\",n);break;case a.PAGE_DOWN:t=!0,this._move(\"nextPage\",n);break;case a.UP:t=!0,this._keyEvent(\"previous\",n);break;case a.DOWN:t=!0,this._keyEvent(\"next\",n);break;case a.ENTER:this.menu.active&&(t=!0,n.preventDefault(),this.menu.select(n));break;case a.TAB:this.menu.active&&this.menu.select(n);break;case a.ESCAPE:this.menu.element.is(\":visible\")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(t)return t=!1,(!this.isMultiLine||this.menu.element.is(\":visible\"))&&s.preventDefault(),void 0;if(!i){var n=e.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move(\"previousPage\",s);break;case n.PAGE_DOWN:this._move(\"nextPage\",s);break;case n.UP:this._keyEvent(\"previous\",s);break;case n.DOWN:this._keyEvent(\"next\",s)}}},input:function(e){return s?(s=!1,e.preventDefault(),void 0):(this._searchTimeout(e),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(e){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(e),this._change(e),void 0)}}),this._initSource(),this.menu=e(\"<ul>\").addClass(\"ui-autocomplete ui-front\").appendTo(this._appendTo()).menu({role:null}).hide().menu(\"instance\"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur});var i=this.menu.element[0];e(t.target).closest(\".ui-menu-item\").length||this._delay(function(){var t=this;this.document.one(\"mousedown\",function(s){s.target===t.element[0]||s.target===i||e.contains(i,s.target)||t.close()})})},menufocus:function(t,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type))?(this.menu.blur(),this.document.one(\"mousemove\",function(){e(t.target).trigger(t.originalEvent)}),void 0):(n=i.item.data(\"ui-autocomplete-item\"),!1!==this._trigger(\"focus\",t,{item:n})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(n.value),s=i.item.attr(\"aria-label\")||n.value,s&&e.trim(s).length&&(this.liveRegion.children().hide(),e(\"<div>\").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,t){var i=t.item.data(\"ui-autocomplete-item\"),s=this.previous;this.element[0]!==this.document[0].activeElement&&(this.element.focus(),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger(\"select\",e,{item:i})&&this._value(i.value),this.term=this._value(),this.close(e),this.selectedItem=i}}),this.liveRegion=e(\"<span>\",{role:\"status\",\"aria-live\":\"assertive\",\"aria-relevant\":\"additions\"}).addClass(\"ui-helper-hidden-accessible\").appendTo(this.document[0].body),this._on(this.window,{beforeunload:function(){this.element.removeAttr(\"autocomplete\")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeClass(\"ui-autocomplete-input\").removeAttr(\"autocomplete\"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(e,t){this._super(e,t),\"source\"===e&&this._initSource(),\"appendTo\"===e&&this.menu.element.appendTo(this._appendTo()),\"disabled\"===e&&t&&this.xhr&&this.xhr.abort()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(\".ui-front\")),t.length||(t=this.document[0].body),t},_initSource:function(){var t,i,s=this;e.isArray(this.options.source)?(t=this.options.source,this.source=function(i,s){s(e.ui.autocomplete.filter(t,i.term))}):\"string\"==typeof this.options.source?(i=this.options.source,this.source=function(t,n){s.xhr&&s.xhr.abort(),s.xhr=e.ajax({url:i,data:t,dataType:\"json\",success:function(e){n(e)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(e){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),i=this.menu.element.is(\":visible\"),s=e.altKey||e.ctrlKey||e.metaKey||e.shiftKey;(!t||t&&!i&&!s)&&(this.selectedItem=null,this.search(null,e))},this.options.delay)},search:function(e,t){return e=null!=e?e:this._value(),this.term=this._value(),e.length<this.options.minLength?this.close(t):this._trigger(\"search\",t)!==!1?this._search(e):void 0},_search:function(e){this.pending++,this.element.addClass(\"ui-autocomplete-loading\"),this.cancelSearch=!1,this.source({term:e},this._response())},_response:function(){var t=++this.requestIndex;return e.proxy(function(e){t===this.requestIndex&&this.__response(e),this.pending--,this.pending||this.element.removeClass(\"ui-autocomplete-loading\")},this)},__response:function(e){e&&(e=this._normalize(e)),this._trigger(\"response\",null,{content:e}),!this.options.disabled&&e&&e.length&&!this.cancelSearch?(this._suggest(e),this._trigger(\"open\")):this._close()},close:function(e){this.cancelSearch=!0,this._close(e)},_close:function(e){this.menu.element.is(\":visible\")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger(\"close\",e))},_change:function(e){this.previous!==this._value()&&this._trigger(\"change\",e,{item:this.selectedItem})},_normalize:function(t){return t.length&&t[0].label&&t[0].value?t:e.map(t,function(t){return\"string\"==typeof t?{label:t,value:t}:e.extend({},t,{label:t.label||t.value,value:t.value||t.label})})},_suggest:function(t){var i=this.menu.element.empty();this._renderMenu(i,t),this.isNewMenu=!0,this.menu.refresh(),i.show(),this._resizeMenu(),i.position(e.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next()},_resizeMenu:function(){var e=this.menu.element;e.outerWidth(Math.max(e.width(\"\").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(t,i){var s=this;e.each(i,function(e,i){s._renderItemData(t,i)})},_renderItemData:function(e,t){return this._renderItem(e,t).data(\"ui-autocomplete-item\",t)},_renderItem:function(t,i){return e(\"<li>\").text(i.label).appendTo(t)},_move:function(e,t){return this.menu.element.is(\":visible\")?this.menu.isFirstItem()&&/^previous/.test(e)||this.menu.isLastItem()&&/^next/.test(e)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[e](t),void 0):(this.search(null,t),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(e,t){(!this.isMultiLine||this.menu.element.is(\":visible\"))&&(this._move(e,t),t.preventDefault())}}),e.extend(e.ui.autocomplete,{escapeRegex:function(e){return e.replace(/[\\-\\[\\]{}()*+?.,\\\\\\^$|#\\s]/g,\"\\\\$&\")},filter:function(t,i){var s=RegExp(e.ui.autocomplete.escapeRegex(i),\"i\");return e.grep(t,function(e){return s.test(e.label||e.value||e)})}}),e.widget(\"ui.autocomplete\",e.ui.autocomplete,{options:{messages:{noResults:\"No search results.\",results:function(e){return e+(e>1?\" results are\":\" result is\")+\" available, use up and down arrow keys to navigate.\"}}},__response:function(t){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=t&&t.length?this.options.messages.results(t.length):this.options.messages.noResults,this.liveRegion.children().hide(),e(\"<div>\").text(i).appendTo(this.liveRegion))}}),e.ui.autocomplete;var c,p=\"ui-button ui-widget ui-state-default ui-corner-all\",f=\"ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only\",m=function(){var t=e(this);setTimeout(function(){t.find(\":ui-button\").button(\"refresh\")},1)},g=function(t){var i=t.name,s=t.form,n=e([]);return i&&(i=i.replace(/'/g,\"\\\\'\"),n=s?e(s).find(\"[name='\"+i+\"'][type=radio]\"):e(\"[name='\"+i+\"'][type=radio]\",t.ownerDocument).filter(function(){return!this.form})),n};e.widget(\"ui.button\",{version:\"1.11.1\",defaultElement:\"<button>\",options:{disabled:null,text:!0,label:null,icons:{primary:null,secondary:null}},_create:function(){this.element.closest(\"form\").unbind(\"reset\"+this.eventNamespace).bind(\"reset\"+this.eventNamespace,m),\"boolean\"!=typeof this.options.disabled?this.options.disabled=!!this.element.prop(\"disabled\"):this.element.prop(\"disabled\",this.options.disabled),this._determineButtonType(),this.hasTitle=!!this.buttonElement.attr(\"title\");var t=this,i=this.options,s=\"checkbox\"===this.type||\"radio\"===this.type,n=s?\"\":\"ui-state-active\";null===i.label&&(i.label=\"input\"===this.type?this.buttonElement.val():this.buttonElement.html()),this._hoverable(this.buttonElement),this.buttonElement.addClass(p).attr(\"role\",\"button\").bind(\"mouseenter\"+this.eventNamespace,function(){i.disabled||this===c&&e(this).addClass(\"ui-state-active\")}).bind(\"mouseleave\"+this.eventNamespace,function(){i.disabled||e(this).removeClass(n)}).bind(\"click\"+this.eventNamespace,function(e){i.disabled&&(e.preventDefault(),e.stopImmediatePropagation())}),this._on({focus:function(){this.buttonElement.addClass(\"ui-state-focus\")},blur:function(){this.buttonElement.removeClass(\"ui-state-focus\")}}),s&&this.element.bind(\"change\"+this.eventNamespace,function(){t.refresh()}),\"checkbox\"===this.type?this.buttonElement.bind(\"click\"+this.eventNamespace,function(){return i.disabled?!1:void 0}):\"radio\"===this.type?this.buttonElement.bind(\"click\"+this.eventNamespace,function(){if(i.disabled)return!1;e(this).addClass(\"ui-state-active\"),t.buttonElement.attr(\"aria-pressed\",\"true\");var s=t.element[0];g(s).not(s).map(function(){return e(this).button(\"widget\")[0]}).removeClass(\"ui-state-active\").attr(\"aria-pressed\",\"false\")}):(this.buttonElement.bind(\"mousedown\"+this.eventNamespace,function(){return i.disabled?!1:(e(this).addClass(\"ui-state-active\"),c=this,t.document.one(\"mouseup\",function(){c=null}),void 0)}).bind(\"mouseup\"+this.eventNamespace,function(){return i.disabled?!1:(e(this).removeClass(\"ui-state-active\"),void 0)}).bind(\"keydown\"+this.eventNamespace,function(t){return i.disabled?!1:((t.keyCode===e.ui.keyCode.SPACE||t.keyCode===e.ui.keyCode.ENTER)&&e(this).addClass(\"ui-state-active\"),void 0)}).bind(\"keyup\"+this.eventNamespace+\" blur\"+this.eventNamespace,function(){e(this).removeClass(\"ui-state-active\")}),this.buttonElement.is(\"a\")&&this.buttonElement.keyup(function(t){t.keyCode===e.ui.keyCode.SPACE&&e(this).click()})),this._setOption(\"disabled\",i.disabled),this._resetButton()},_determineButtonType:function(){var e,t,i;this.type=this.element.is(\"[type=checkbox]\")?\"checkbox\":this.element.is(\"[type=radio]\")?\"radio\":this.element.is(\"input\")?\"input\":\"button\",\"checkbox\"===this.type||\"radio\"===this.type?(e=this.element.parents().last(),t=\"label[for='\"+this.element.attr(\"id\")+\"']\",this.buttonElement=e.find(t),this.buttonElement.length||(e=e.length?e.siblings():this.element.siblings(),this.buttonElement=e.filter(t),this.buttonElement.length||(this.buttonElement=e.find(t))),this.element.addClass(\"ui-helper-hidden-accessible\"),i=this.element.is(\":checked\"),i&&this.buttonElement.addClass(\"ui-state-active\"),this.buttonElement.prop(\"aria-pressed\",i)):this.buttonElement=this.element},widget:function(){return this.buttonElement},_destroy:function(){this.element.removeClass(\"ui-helper-hidden-accessible\"),this.buttonElement.removeClass(p+\" ui-state-active \"+f).removeAttr(\"role\").removeAttr(\"aria-pressed\").html(this.buttonElement.find(\".ui-button-text\").html()),this.hasTitle||this.buttonElement.removeAttr(\"title\")},_setOption:function(e,t){return this._super(e,t),\"disabled\"===e?(this.widget().toggleClass(\"ui-state-disabled\",!!t),this.element.prop(\"disabled\",!!t),t&&(\"checkbox\"===this.type||\"radio\"===this.type?this.buttonElement.removeClass(\"ui-state-focus\"):this.buttonElement.removeClass(\"ui-state-focus ui-state-active\")),void 0):(this._resetButton(),void 0)},refresh:function(){var t=this.element.is(\"input, button\")?this.element.is(\":disabled\"):this.element.hasClass(\"ui-button-disabled\");t!==this.options.disabled&&this._setOption(\"disabled\",t),\"radio\"===this.type?g(this.element[0]).each(function(){e(this).is(\":checked\")?e(this).button(\"widget\").addClass(\"ui-state-active\").attr(\"aria-pressed\",\"true\"):e(this).button(\"widget\").removeClass(\"ui-state-active\").attr(\"aria-pressed\",\"false\")}):\"checkbox\"===this.type&&(this.element.is(\":checked\")?this.buttonElement.addClass(\"ui-state-active\").attr(\"aria-pressed\",\"true\"):this.buttonElement.removeClass(\"ui-state-active\").attr(\"aria-pressed\",\"false\"))},_resetButton:function(){if(\"input\"===this.type)return this.options.label&&this.element.val(this.options.label),void 0;var t=this.buttonElement.removeClass(f),i=e(\"<span></span>\",this.document[0]).addClass(\"ui-button-text\").html(this.options.label).appendTo(t.empty()).text(),s=this.options.icons,n=s.primary&&s.secondary,a=[];s.primary||s.secondary?(this.options.text&&a.push(\"ui-button-text-icon\"+(n?\"s\":s.primary?\"-primary\":\"-secondary\")),s.primary&&t.prepend(\"<span class='ui-button-icon-primary ui-icon \"+s.primary+\"'></span>\"),s.secondary&&t.append(\"<span class='ui-button-icon-secondary ui-icon \"+s.secondary+\"'></span>\"),this.options.text||(a.push(n?\"ui-button-icons-only\":\"ui-button-icon-only\"),this.hasTitle||t.attr(\"title\",e.trim(i)))):a.push(\"ui-button-text-only\"),t.addClass(a.join(\" \"))}}),e.widget(\"ui.buttonset\",{version:\"1.11.1\",options:{items:\"button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(ui-button)\"},_create:function(){this.element.addClass(\"ui-buttonset\")},_init:function(){this.refresh()},_setOption:function(e,t){\"disabled\"===e&&this.buttons.button(\"option\",e,t),this._super(e,t)},refresh:function(){var t=\"rtl\"===this.element.css(\"direction\"),i=this.element.find(this.options.items),s=i.filter(\":ui-button\");i.not(\":ui-button\").button(),s.button(\"refresh\"),this.buttons=i.map(function(){return e(this).button(\"widget\")[0]}).removeClass(\"ui-corner-all ui-corner-left ui-corner-right\").filter(\":first\").addClass(t?\"ui-corner-right\":\"ui-corner-left\").end().filter(\":last\").addClass(t?\"ui-corner-left\":\"ui-corner-right\").end().end()},_destroy:function(){this.element.removeClass(\"ui-buttonset\"),this.buttons.map(function(){return e(this).button(\"widget\")[0]}).removeClass(\"ui-corner-left ui-corner-right\").end().button(\"destroy\")}}),e.ui.button,e.extend(e.ui,{datepicker:{version:\"1.11.1\"}});var v;e.extend(n.prototype,{markerClassName:\"hasDatepicker\",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(e){return r(this._defaults,e||{}),this},_attachDatepicker:function(t,i){var s,n,a;s=t.nodeName.toLowerCase(),n=\"div\"===s||\"span\"===s,t.id||(this.uuid+=1,t.id=\"dp\"+this.uuid),a=this._newInst(e(t),n),a.settings=e.extend({},i||{}),\"input\"===s?this._connectDatepicker(t,a):n&&this._inlineDatepicker(t,a)},_newInst:function(t,i){var s=t[0].id.replace(/([^A-Za-z0-9_\\-])/g,\"\\\\\\\\$1\");return{id:s,input:t,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?a(e(\"<div class='\"+this._inlineClass+\" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>\")):this.dpDiv}},_connectDatepicker:function(t,i){var s=e(t);i.append=e([]),i.trigger=e([]),s.hasClass(this.markerClassName)||(this._attachments(s,i),s.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp),this._autoSize(i),e.data(t,\"datepicker\",i),i.settings.disabled&&this._disableDatepicker(t))},_attachments:function(t,i){var s,n,a,o=this._get(i,\"appendText\"),r=this._get(i,\"isRTL\");i.append&&i.append.remove(),o&&(i.append=e(\"<span class='\"+this._appendClass+\"'>\"+o+\"</span>\"),t[r?\"before\":\"after\"](i.append)),t.unbind(\"focus\",this._showDatepicker),i.trigger&&i.trigger.remove(),s=this._get(i,\"showOn\"),(\"focus\"===s||\"both\"===s)&&t.focus(this._showDatepicker),(\"button\"===s||\"both\"===s)&&(n=this._get(i,\"buttonText\"),a=this._get(i,\"buttonImage\"),i.trigger=e(this._get(i,\"buttonImageOnly\")?e(\"<img/>\").addClass(this._triggerClass).attr({src:a,alt:n,title:n}):e(\"<button type='button'></button>\").addClass(this._triggerClass).html(a?e(\"<img/>\").attr({src:a,alt:n,title:n}):n)),t[r?\"before\":\"after\"](i.trigger),i.trigger.click(function(){return e.datepicker._datepickerShowing&&e.datepicker._lastInput===t[0]?e.datepicker._hideDatepicker():e.datepicker._datepickerShowing&&e.datepicker._lastInput!==t[0]?(e.datepicker._hideDatepicker(),e.datepicker._showDatepicker(t[0])):e.datepicker._showDatepicker(t[0]),!1}))},_autoSize:function(e){if(this._get(e,\"autoSize\")&&!e.inline){var t,i,s,n,a=new Date(2009,11,20),o=this._get(e,\"dateFormat\");o.match(/[DM]/)&&(t=function(e){for(i=0,s=0,n=0;e.length>n;n++)e[n].length>i&&(i=e[n].length,s=n);return s},a.setMonth(t(this._get(e,o.match(/MM/)?\"monthNames\":\"monthNamesShort\"))),a.setDate(t(this._get(e,o.match(/DD/)?\"dayNames\":\"dayNamesShort\"))+20-a.getDay())),e.input.attr(\"size\",this._formatDate(e,a).length)}},_inlineDatepicker:function(t,i){var s=e(t);s.hasClass(this.markerClassName)||(s.addClass(this.markerClassName).append(i.dpDiv),e.data(t,\"datepicker\",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(t),i.dpDiv.css(\"display\",\"block\"))},_dialogDatepicker:function(t,i,s,n,a){var o,h,l,u,d,c=this._dialogInst;return c||(this.uuid+=1,o=\"dp\"+this.uuid,this._dialogInput=e(\"<input type='text' id='\"+o+\"' style='position: absolute; top: -100px; width: 0px;'/>\"),this._dialogInput.keydown(this._doKeyDown),e(\"body\").append(this._dialogInput),c=this._dialogInst=this._newInst(this._dialogInput,!1),c.settings={},e.data(this._dialogInput[0],\"datepicker\",c)),r(c.settings,n||{}),i=i&&i.constructor===Date?this._formatDate(c,i):i,this._dialogInput.val(i),this._pos=a?a.length?a:[a.pageX,a.pageY]:null,this._pos||(h=document.documentElement.clientWidth,l=document.documentElement.clientHeight,u=document.documentElement.scrollLeft||document.body.scrollLeft,d=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[h/2-100+u,l/2-150+d]),this._dialogInput.css(\"left\",this._pos[0]+20+\"px\").css(\"top\",this._pos[1]+\"px\"),c.settings.onSelect=s,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),e.blockUI&&e.blockUI(this.dpDiv),e.data(this._dialogInput[0],\"datepicker\",c),this},_destroyDatepicker:function(t){var i,s=e(t),n=e.data(t,\"datepicker\");s.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),e.removeData(t,\"datepicker\"),\"input\"===i?(n.append.remove(),n.trigger.remove(),s.removeClass(this.markerClassName).unbind(\"focus\",this._showDatepicker).unbind(\"keydown\",this._doKeyDown).unbind(\"keypress\",this._doKeyPress).unbind(\"keyup\",this._doKeyUp)):(\"div\"===i||\"span\"===i)&&s.removeClass(this.markerClassName).empty())},_enableDatepicker:function(t){var i,s,n=e(t),a=e.data(t,\"datepicker\");n.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),\"input\"===i?(t.disabled=!1,a.trigger.filter(\"button\").each(function(){this.disabled=!1}).end().filter(\"img\").css({opacity:\"1.0\",cursor:\"\"})):(\"div\"===i||\"span\"===i)&&(s=n.children(\".\"+this._inlineClass),s.children().removeClass(\"ui-state-disabled\"),s.find(\"select.ui-datepicker-month, select.ui-datepicker-year\").prop(\"disabled\",!1)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}))},_disableDatepicker:function(t){var i,s,n=e(t),a=e.data(t,\"datepicker\");n.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),\"input\"===i?(t.disabled=!0,a.trigger.filter(\"button\").each(function(){this.disabled=!0}).end().filter(\"img\").css({opacity:\"0.5\",cursor:\"default\"})):(\"div\"===i||\"span\"===i)&&(s=n.children(\".\"+this._inlineClass),s.children().addClass(\"ui-state-disabled\"),s.find(\"select.ui-datepicker-month, select.ui-datepicker-year\").prop(\"disabled\",!0)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}),this._disabledInputs[this._disabledInputs.length]=t)},_isDisabledDatepicker:function(e){if(!e)return!1;for(var t=0;this._disabledInputs.length>t;t++)if(this._disabledInputs[t]===e)return!0;return!1},_getInst:function(t){try{return e.data(t,\"datepicker\")}catch(i){throw\"Missing instance data for this datepicker\"}},_optionDatepicker:function(t,i,s){var n,a,o,h,l=this._getInst(t);return 2===arguments.length&&\"string\"==typeof i?\"defaults\"===i?e.extend({},e.datepicker._defaults):l?\"all\"===i?e.extend({},l.settings):this._get(l,i):null:(n=i||{},\"string\"==typeof i&&(n={},n[i]=s),l&&(this._curInst===l&&this._hideDatepicker(),a=this._getDateDatepicker(t,!0),o=this._getMinMaxDate(l,\"min\"),h=this._getMinMaxDate(l,\"max\"),r(l.settings,n),null!==o&&void 0!==n.dateFormat&&void 0===n.minDate&&(l.settings.minDate=this._formatDate(l,o)),null!==h&&void 0!==n.dateFormat&&void 0===n.maxDate&&(l.settings.maxDate=this._formatDate(l,h)),\"disabled\"in n&&(n.disabled?this._disableDatepicker(t):this._enableDatepicker(t)),this._attachments(e(t),l),this._autoSize(l),this._setDate(l,a),this._updateAlternate(l),this._updateDatepicker(l)),void 0)},_changeDatepicker:function(e,t,i){this._optionDatepicker(e,t,i)},_refreshDatepicker:function(e){var t=this._getInst(e);t&&this._updateDatepicker(t)},_setDateDatepicker:function(e,t){var i=this._getInst(e);i&&(this._setDate(i,t),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(e,t){var i=this._getInst(e);return i&&!i.inline&&this._setDateFromField(i,t),i?this._getDate(i):null},_doKeyDown:function(t){var i,s,n,a=e.datepicker._getInst(t.target),o=!0,r=a.dpDiv.is(\".ui-datepicker-rtl\");if(a._keyEvent=!0,e.datepicker._datepickerShowing)switch(t.keyCode){case 9:e.datepicker._hideDatepicker(),o=!1;break;case 13:return n=e(\"td.\"+e.datepicker._dayOverClass+\":not(.\"+e.datepicker._currentClass+\")\",a.dpDiv),n[0]&&e.datepicker._selectDay(t.target,a.selectedMonth,a.selectedYear,n[0]),i=e.datepicker._get(a,\"onSelect\"),i?(s=e.datepicker._formatDate(a),i.apply(a.input?a.input[0]:null,[s,a])):e.datepicker._hideDatepicker(),!1;case 27:e.datepicker._hideDatepicker();break;case 33:e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(a,\"stepBigMonths\"):-e.datepicker._get(a,\"stepMonths\"),\"M\");break;case 34:e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(a,\"stepBigMonths\"):+e.datepicker._get(a,\"stepMonths\"),\"M\");break;case 35:(t.ctrlKey||t.metaKey)&&e.datepicker._clearDate(t.target),o=t.ctrlKey||t.metaKey;break;case 36:(t.ctrlKey||t.metaKey)&&e.datepicker._gotoToday(t.target),o=t.ctrlKey||t.metaKey;break;case 37:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,r?1:-1,\"D\"),o=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(a,\"stepBigMonths\"):-e.datepicker._get(a,\"stepMonths\"),\"M\");break;case 38:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,-7,\"D\"),o=t.ctrlKey||t.metaKey;break;case 39:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,r?-1:1,\"D\"),o=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(a,\"stepBigMonths\"):+e.datepicker._get(a,\"stepMonths\"),\"M\");break;case 40:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,7,\"D\"),o=t.ctrlKey||t.metaKey;break;default:o=!1}else 36===t.keyCode&&t.ctrlKey?e.datepicker._showDatepicker(this):o=!1;o&&(t.preventDefault(),t.stopPropagation())},_doKeyPress:function(t){var i,s,n=e.datepicker._getInst(t.target);return e.datepicker._get(n,\"constrainInput\")?(i=e.datepicker._possibleChars(e.datepicker._get(n,\"dateFormat\")),s=String.fromCharCode(null==t.charCode?t.keyCode:t.charCode),t.ctrlKey||t.metaKey||\" \">s||!i||i.indexOf(s)>-1):void 0},_doKeyUp:function(t){var i,s=e.datepicker._getInst(t.target);if(s.input.val()!==s.lastVal)try{i=e.datepicker.parseDate(e.datepicker._get(s,\"dateFormat\"),s.input?s.input.val():null,e.datepicker._getFormatConfig(s)),i&&(e.datepicker._setDateFromField(s),e.datepicker._updateAlternate(s),e.datepicker._updateDatepicker(s))\n}catch(n){}return!0},_showDatepicker:function(t){if(t=t.target||t,\"input\"!==t.nodeName.toLowerCase()&&(t=e(\"input\",t.parentNode)[0]),!e.datepicker._isDisabledDatepicker(t)&&e.datepicker._lastInput!==t){var i,n,a,o,h,l,u;i=e.datepicker._getInst(t),e.datepicker._curInst&&e.datepicker._curInst!==i&&(e.datepicker._curInst.dpDiv.stop(!0,!0),i&&e.datepicker._datepickerShowing&&e.datepicker._hideDatepicker(e.datepicker._curInst.input[0])),n=e.datepicker._get(i,\"beforeShow\"),a=n?n.apply(t,[t,i]):{},a!==!1&&(r(i.settings,a),i.lastVal=null,e.datepicker._lastInput=t,e.datepicker._setDateFromField(i),e.datepicker._inDialog&&(t.value=\"\"),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.offsetHeight),o=!1,e(t).parents().each(function(){return o|=\"fixed\"===e(this).css(\"position\"),!o}),h={left:e.datepicker._pos[0],top:e.datepicker._pos[1]},e.datepicker._pos=null,i.dpDiv.empty(),i.dpDiv.css({position:\"absolute\",display:\"block\",top:\"-1000px\"}),e.datepicker._updateDatepicker(i),h=e.datepicker._checkOffset(i,h,o),i.dpDiv.css({position:e.datepicker._inDialog&&e.blockUI?\"static\":o?\"fixed\":\"absolute\",display:\"none\",left:h.left+\"px\",top:h.top+\"px\"}),i.inline||(l=e.datepicker._get(i,\"showAnim\"),u=e.datepicker._get(i,\"duration\"),i.dpDiv.css(\"z-index\",s(e(t))+1),e.datepicker._datepickerShowing=!0,e.effects&&e.effects.effect[l]?i.dpDiv.show(l,e.datepicker._get(i,\"showOptions\"),u):i.dpDiv[l||\"show\"](l?u:null),e.datepicker._shouldFocusInput(i)&&i.input.focus(),e.datepicker._curInst=i))}},_updateDatepicker:function(t){this.maxRows=4,v=t,t.dpDiv.empty().append(this._generateHTML(t)),this._attachHandlers(t);var i,s=this._getNumberOfMonths(t),n=s[1],a=17,r=t.dpDiv.find(\".\"+this._dayOverClass+\" a\");r.length>0&&o.apply(r.get(0)),t.dpDiv.removeClass(\"ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4\").width(\"\"),n>1&&t.dpDiv.addClass(\"ui-datepicker-multi-\"+n).css(\"width\",a*n+\"em\"),t.dpDiv[(1!==s[0]||1!==s[1]?\"add\":\"remove\")+\"Class\"](\"ui-datepicker-multi\"),t.dpDiv[(this._get(t,\"isRTL\")?\"add\":\"remove\")+\"Class\"](\"ui-datepicker-rtl\"),t===e.datepicker._curInst&&e.datepicker._datepickerShowing&&e.datepicker._shouldFocusInput(t)&&t.input.focus(),t.yearshtml&&(i=t.yearshtml,setTimeout(function(){i===t.yearshtml&&t.yearshtml&&t.dpDiv.find(\"select.ui-datepicker-year:first\").replaceWith(t.yearshtml),i=t.yearshtml=null},0))},_shouldFocusInput:function(e){return e.input&&e.input.is(\":visible\")&&!e.input.is(\":disabled\")&&!e.input.is(\":focus\")},_checkOffset:function(t,i,s){var n=t.dpDiv.outerWidth(),a=t.dpDiv.outerHeight(),o=t.input?t.input.outerWidth():0,r=t.input?t.input.outerHeight():0,h=document.documentElement.clientWidth+(s?0:e(document).scrollLeft()),l=document.documentElement.clientHeight+(s?0:e(document).scrollTop());return i.left-=this._get(t,\"isRTL\")?n-o:0,i.left-=s&&i.left===t.input.offset().left?e(document).scrollLeft():0,i.top-=s&&i.top===t.input.offset().top+r?e(document).scrollTop():0,i.left-=Math.min(i.left,i.left+n>h&&h>n?Math.abs(i.left+n-h):0),i.top-=Math.min(i.top,i.top+a>l&&l>a?Math.abs(a+r):0),i},_findPos:function(t){for(var i,s=this._getInst(t),n=this._get(s,\"isRTL\");t&&(\"hidden\"===t.type||1!==t.nodeType||e.expr.filters.hidden(t));)t=t[n?\"previousSibling\":\"nextSibling\"];return i=e(t).offset(),[i.left,i.top]},_hideDatepicker:function(t){var i,s,n,a,o=this._curInst;!o||t&&o!==e.data(t,\"datepicker\")||this._datepickerShowing&&(i=this._get(o,\"showAnim\"),s=this._get(o,\"duration\"),n=function(){e.datepicker._tidyDialog(o)},e.effects&&(e.effects.effect[i]||e.effects[i])?o.dpDiv.hide(i,e.datepicker._get(o,\"showOptions\"),s,n):o.dpDiv[\"slideDown\"===i?\"slideUp\":\"fadeIn\"===i?\"fadeOut\":\"hide\"](i?s:null,n),i||n(),this._datepickerShowing=!1,a=this._get(o,\"onClose\"),a&&a.apply(o.input?o.input[0]:null,[o.input?o.input.val():\"\",o]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:\"absolute\",left:\"0\",top:\"-100px\"}),e.blockUI&&(e.unblockUI(),e(\"body\").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(e){e.dpDiv.removeClass(this._dialogClass).unbind(\".ui-datepicker-calendar\")},_checkExternalClick:function(t){if(e.datepicker._curInst){var i=e(t.target),s=e.datepicker._getInst(i[0]);(i[0].id!==e.datepicker._mainDivId&&0===i.parents(\"#\"+e.datepicker._mainDivId).length&&!i.hasClass(e.datepicker.markerClassName)&&!i.closest(\".\"+e.datepicker._triggerClass).length&&e.datepicker._datepickerShowing&&(!e.datepicker._inDialog||!e.blockUI)||i.hasClass(e.datepicker.markerClassName)&&e.datepicker._curInst!==s)&&e.datepicker._hideDatepicker()}},_adjustDate:function(t,i,s){var n=e(t),a=this._getInst(n[0]);this._isDisabledDatepicker(n[0])||(this._adjustInstDate(a,i+(\"M\"===s?this._get(a,\"showCurrentAtPos\"):0),s),this._updateDatepicker(a))},_gotoToday:function(t){var i,s=e(t),n=this._getInst(s[0]);this._get(n,\"gotoCurrent\")&&n.currentDay?(n.selectedDay=n.currentDay,n.drawMonth=n.selectedMonth=n.currentMonth,n.drawYear=n.selectedYear=n.currentYear):(i=new Date,n.selectedDay=i.getDate(),n.drawMonth=n.selectedMonth=i.getMonth(),n.drawYear=n.selectedYear=i.getFullYear()),this._notifyChange(n),this._adjustDate(s)},_selectMonthYear:function(t,i,s){var n=e(t),a=this._getInst(n[0]);a[\"selected\"+(\"M\"===s?\"Month\":\"Year\")]=a[\"draw\"+(\"M\"===s?\"Month\":\"Year\")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(a),this._adjustDate(n)},_selectDay:function(t,i,s,n){var a,o=e(t);e(n).hasClass(this._unselectableClass)||this._isDisabledDatepicker(o[0])||(a=this._getInst(o[0]),a.selectedDay=a.currentDay=e(\"a\",n).html(),a.selectedMonth=a.currentMonth=i,a.selectedYear=a.currentYear=s,this._selectDate(t,this._formatDate(a,a.currentDay,a.currentMonth,a.currentYear)))},_clearDate:function(t){var i=e(t);this._selectDate(i,\"\")},_selectDate:function(t,i){var s,n=e(t),a=this._getInst(n[0]);i=null!=i?i:this._formatDate(a),a.input&&a.input.val(i),this._updateAlternate(a),s=this._get(a,\"onSelect\"),s?s.apply(a.input?a.input[0]:null,[i,a]):a.input&&a.input.trigger(\"change\"),a.inline?this._updateDatepicker(a):(this._hideDatepicker(),this._lastInput=a.input[0],\"object\"!=typeof a.input[0]&&a.input.focus(),this._lastInput=null)},_updateAlternate:function(t){var i,s,n,a=this._get(t,\"altField\");a&&(i=this._get(t,\"altFormat\")||this._get(t,\"dateFormat\"),s=this._getDate(t),n=this.formatDate(i,s,this._getFormatConfig(t)),e(a).each(function(){e(this).val(n)}))},noWeekends:function(e){var t=e.getDay();return[t>0&&6>t,\"\"]},iso8601Week:function(e){var t,i=new Date(e.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),t=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((t-i)/864e5)/7)+1},parseDate:function(t,i,s){if(null==t||null==i)throw\"Invalid arguments\";if(i=\"object\"==typeof i?\"\"+i:i+\"\",\"\"===i)return null;var n,a,o,r,h=0,l=(s?s.shortYearCutoff:null)||this._defaults.shortYearCutoff,u=\"string\"!=typeof l?l:(new Date).getFullYear()%100+parseInt(l,10),d=(s?s.dayNamesShort:null)||this._defaults.dayNamesShort,c=(s?s.dayNames:null)||this._defaults.dayNames,p=(s?s.monthNamesShort:null)||this._defaults.monthNamesShort,f=(s?s.monthNames:null)||this._defaults.monthNames,m=-1,g=-1,v=-1,y=-1,b=!1,_=function(e){var i=t.length>n+1&&t.charAt(n+1)===e;return i&&n++,i},x=function(e){var t=_(e),s=\"@\"===e?14:\"!\"===e?20:\"y\"===e&&t?4:\"o\"===e?3:2,n=\"y\"===e?s:1,a=RegExp(\"^\\\\d{\"+n+\",\"+s+\"}\"),o=i.substring(h).match(a);if(!o)throw\"Missing number at position \"+h;return h+=o[0].length,parseInt(o[0],10)},w=function(t,s,n){var a=-1,o=e.map(_(t)?n:s,function(e,t){return[[t,e]]}).sort(function(e,t){return-(e[1].length-t[1].length)});if(e.each(o,function(e,t){var s=t[1];return i.substr(h,s.length).toLowerCase()===s.toLowerCase()?(a=t[0],h+=s.length,!1):void 0}),-1!==a)return a+1;throw\"Unknown name at position \"+h},k=function(){if(i.charAt(h)!==t.charAt(n))throw\"Unexpected literal at position \"+h;h++};for(n=0;t.length>n;n++)if(b)\"'\"!==t.charAt(n)||_(\"'\")?k():b=!1;else switch(t.charAt(n)){case\"d\":v=x(\"d\");break;case\"D\":w(\"D\",d,c);break;case\"o\":y=x(\"o\");break;case\"m\":g=x(\"m\");break;case\"M\":g=w(\"M\",p,f);break;case\"y\":m=x(\"y\");break;case\"@\":r=new Date(x(\"@\")),m=r.getFullYear(),g=r.getMonth()+1,v=r.getDate();break;case\"!\":r=new Date((x(\"!\")-this._ticksTo1970)/1e4),m=r.getFullYear(),g=r.getMonth()+1,v=r.getDate();break;case\"'\":_(\"'\")?k():b=!0;break;default:k()}if(i.length>h&&(o=i.substr(h),!/^\\s+/.test(o)))throw\"Extra/unparsed characters found in date: \"+o;if(-1===m?m=(new Date).getFullYear():100>m&&(m+=(new Date).getFullYear()-(new Date).getFullYear()%100+(u>=m?0:-100)),y>-1)for(g=1,v=y;;){if(a=this._getDaysInMonth(m,g-1),a>=v)break;g++,v-=a}if(r=this._daylightSavingAdjust(new Date(m,g-1,v)),r.getFullYear()!==m||r.getMonth()+1!==g||r.getDate()!==v)throw\"Invalid date\";return r},ATOM:\"yy-mm-dd\",COOKIE:\"D, dd M yy\",ISO_8601:\"yy-mm-dd\",RFC_822:\"D, d M y\",RFC_850:\"DD, dd-M-y\",RFC_1036:\"D, d M y\",RFC_1123:\"D, d M yy\",RFC_2822:\"D, d M yy\",RSS:\"D, d M y\",TICKS:\"!\",TIMESTAMP:\"@\",W3C:\"yy-mm-dd\",_ticksTo1970:1e7*60*60*24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925)),formatDate:function(e,t,i){if(!t)return\"\";var s,n=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,a=(i?i.dayNames:null)||this._defaults.dayNames,o=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,r=(i?i.monthNames:null)||this._defaults.monthNames,h=function(t){var i=e.length>s+1&&e.charAt(s+1)===t;return i&&s++,i},l=function(e,t,i){var s=\"\"+t;if(h(e))for(;i>s.length;)s=\"0\"+s;return s},u=function(e,t,i,s){return h(e)?s[t]:i[t]},d=\"\",c=!1;if(t)for(s=0;e.length>s;s++)if(c)\"'\"!==e.charAt(s)||h(\"'\")?d+=e.charAt(s):c=!1;else switch(e.charAt(s)){case\"d\":d+=l(\"d\",t.getDate(),2);break;case\"D\":d+=u(\"D\",t.getDay(),n,a);break;case\"o\":d+=l(\"o\",Math.round((new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime()-new Date(t.getFullYear(),0,0).getTime())/864e5),3);break;case\"m\":d+=l(\"m\",t.getMonth()+1,2);break;case\"M\":d+=u(\"M\",t.getMonth(),o,r);break;case\"y\":d+=h(\"y\")?t.getFullYear():(10>t.getYear()%100?\"0\":\"\")+t.getYear()%100;break;case\"@\":d+=t.getTime();break;case\"!\":d+=1e4*t.getTime()+this._ticksTo1970;break;case\"'\":h(\"'\")?d+=\"'\":c=!0;break;default:d+=e.charAt(s)}return d},_possibleChars:function(e){var t,i=\"\",s=!1,n=function(i){var s=e.length>t+1&&e.charAt(t+1)===i;return s&&t++,s};for(t=0;e.length>t;t++)if(s)\"'\"!==e.charAt(t)||n(\"'\")?i+=e.charAt(t):s=!1;else switch(e.charAt(t)){case\"d\":case\"m\":case\"y\":case\"@\":i+=\"0123456789\";break;case\"D\":case\"M\":return null;case\"'\":n(\"'\")?i+=\"'\":s=!0;break;default:i+=e.charAt(t)}return i},_get:function(e,t){return void 0!==e.settings[t]?e.settings[t]:this._defaults[t]},_setDateFromField:function(e,t){if(e.input.val()!==e.lastVal){var i=this._get(e,\"dateFormat\"),s=e.lastVal=e.input?e.input.val():null,n=this._getDefaultDate(e),a=n,o=this._getFormatConfig(e);try{a=this.parseDate(i,s,o)||n}catch(r){s=t?\"\":s}e.selectedDay=a.getDate(),e.drawMonth=e.selectedMonth=a.getMonth(),e.drawYear=e.selectedYear=a.getFullYear(),e.currentDay=s?a.getDate():0,e.currentMonth=s?a.getMonth():0,e.currentYear=s?a.getFullYear():0,this._adjustInstDate(e)}},_getDefaultDate:function(e){return this._restrictMinMax(e,this._determineDate(e,this._get(e,\"defaultDate\"),new Date))},_determineDate:function(t,i,s){var n=function(e){var t=new Date;return t.setDate(t.getDate()+e),t},a=function(i){try{return e.datepicker.parseDate(e.datepicker._get(t,\"dateFormat\"),i,e.datepicker._getFormatConfig(t))}catch(s){}for(var n=(i.toLowerCase().match(/^c/)?e.datepicker._getDate(t):null)||new Date,a=n.getFullYear(),o=n.getMonth(),r=n.getDate(),h=/([+\\-]?[0-9]+)\\s*(d|D|w|W|m|M|y|Y)?/g,l=h.exec(i);l;){switch(l[2]||\"d\"){case\"d\":case\"D\":r+=parseInt(l[1],10);break;case\"w\":case\"W\":r+=7*parseInt(l[1],10);break;case\"m\":case\"M\":o+=parseInt(l[1],10),r=Math.min(r,e.datepicker._getDaysInMonth(a,o));break;case\"y\":case\"Y\":a+=parseInt(l[1],10),r=Math.min(r,e.datepicker._getDaysInMonth(a,o))}l=h.exec(i)}return new Date(a,o,r)},o=null==i||\"\"===i?s:\"string\"==typeof i?a(i):\"number\"==typeof i?isNaN(i)?s:n(i):new Date(i.getTime());return o=o&&\"Invalid Date\"==\"\"+o?s:o,o&&(o.setHours(0),o.setMinutes(0),o.setSeconds(0),o.setMilliseconds(0)),this._daylightSavingAdjust(o)},_daylightSavingAdjust:function(e){return e?(e.setHours(e.getHours()>12?e.getHours()+2:0),e):null},_setDate:function(e,t,i){var s=!t,n=e.selectedMonth,a=e.selectedYear,o=this._restrictMinMax(e,this._determineDate(e,t,new Date));e.selectedDay=e.currentDay=o.getDate(),e.drawMonth=e.selectedMonth=e.currentMonth=o.getMonth(),e.drawYear=e.selectedYear=e.currentYear=o.getFullYear(),n===e.selectedMonth&&a===e.selectedYear||i||this._notifyChange(e),this._adjustInstDate(e),e.input&&e.input.val(s?\"\":this._formatDate(e))},_getDate:function(e){var t=!e.currentYear||e.input&&\"\"===e.input.val()?null:this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return t},_attachHandlers:function(t){var i=this._get(t,\"stepMonths\"),s=\"#\"+t.id.replace(/\\\\\\\\/g,\"\\\\\");t.dpDiv.find(\"[data-handler]\").map(function(){var t={prev:function(){e.datepicker._adjustDate(s,-i,\"M\")},next:function(){e.datepicker._adjustDate(s,+i,\"M\")},hide:function(){e.datepicker._hideDatepicker()},today:function(){e.datepicker._gotoToday(s)},selectDay:function(){return e.datepicker._selectDay(s,+this.getAttribute(\"data-month\"),+this.getAttribute(\"data-year\"),this),!1},selectMonth:function(){return e.datepicker._selectMonthYear(s,this,\"M\"),!1},selectYear:function(){return e.datepicker._selectMonthYear(s,this,\"Y\"),!1}};e(this).bind(this.getAttribute(\"data-event\"),t[this.getAttribute(\"data-handler\")])})},_generateHTML:function(e){var t,i,s,n,a,o,r,h,l,u,d,c,p,f,m,g,v,y,b,_,x,w,k,T,D,S,M,N,C,A,I,P,z,H,F,E,j,O,W,L=new Date,R=this._daylightSavingAdjust(new Date(L.getFullYear(),L.getMonth(),L.getDate())),Y=this._get(e,\"isRTL\"),B=this._get(e,\"showButtonPanel\"),J=this._get(e,\"hideIfNoPrevNext\"),q=this._get(e,\"navigationAsDateFormat\"),K=this._getNumberOfMonths(e),V=this._get(e,\"showCurrentAtPos\"),U=this._get(e,\"stepMonths\"),Q=1!==K[0]||1!==K[1],G=this._daylightSavingAdjust(e.currentDay?new Date(e.currentYear,e.currentMonth,e.currentDay):new Date(9999,9,9)),X=this._getMinMaxDate(e,\"min\"),$=this._getMinMaxDate(e,\"max\"),Z=e.drawMonth-V,et=e.drawYear;if(0>Z&&(Z+=12,et--),$)for(t=this._daylightSavingAdjust(new Date($.getFullYear(),$.getMonth()-K[0]*K[1]+1,$.getDate())),t=X&&X>t?X:t;this._daylightSavingAdjust(new Date(et,Z,1))>t;)Z--,0>Z&&(Z=11,et--);for(e.drawMonth=Z,e.drawYear=et,i=this._get(e,\"prevText\"),i=q?this.formatDate(i,this._daylightSavingAdjust(new Date(et,Z-U,1)),this._getFormatConfig(e)):i,s=this._canAdjustMonth(e,-1,et,Z)?\"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='\"+i+\"'><span class='ui-icon ui-icon-circle-triangle-\"+(Y?\"e\":\"w\")+\"'>\"+i+\"</span></a>\":J?\"\":\"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='\"+i+\"'><span class='ui-icon ui-icon-circle-triangle-\"+(Y?\"e\":\"w\")+\"'>\"+i+\"</span></a>\",n=this._get(e,\"nextText\"),n=q?this.formatDate(n,this._daylightSavingAdjust(new Date(et,Z+U,1)),this._getFormatConfig(e)):n,a=this._canAdjustMonth(e,1,et,Z)?\"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='\"+n+\"'><span class='ui-icon ui-icon-circle-triangle-\"+(Y?\"w\":\"e\")+\"'>\"+n+\"</span></a>\":J?\"\":\"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='\"+n+\"'><span class='ui-icon ui-icon-circle-triangle-\"+(Y?\"w\":\"e\")+\"'>\"+n+\"</span></a>\",o=this._get(e,\"currentText\"),r=this._get(e,\"gotoCurrent\")&&e.currentDay?G:R,o=q?this.formatDate(o,r,this._getFormatConfig(e)):o,h=e.inline?\"\":\"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>\"+this._get(e,\"closeText\")+\"</button>\",l=B?\"<div class='ui-datepicker-buttonpane ui-widget-content'>\"+(Y?h:\"\")+(this._isInRange(e,r)?\"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>\"+o+\"</button>\":\"\")+(Y?\"\":h)+\"</div>\":\"\",u=parseInt(this._get(e,\"firstDay\"),10),u=isNaN(u)?0:u,d=this._get(e,\"showWeek\"),c=this._get(e,\"dayNames\"),p=this._get(e,\"dayNamesMin\"),f=this._get(e,\"monthNames\"),m=this._get(e,\"monthNamesShort\"),g=this._get(e,\"beforeShowDay\"),v=this._get(e,\"showOtherMonths\"),y=this._get(e,\"selectOtherMonths\"),b=this._getDefaultDate(e),_=\"\",w=0;K[0]>w;w++){for(k=\"\",this.maxRows=4,T=0;K[1]>T;T++){if(D=this._daylightSavingAdjust(new Date(et,Z,e.selectedDay)),S=\" ui-corner-all\",M=\"\",Q){if(M+=\"<div class='ui-datepicker-group\",K[1]>1)switch(T){case 0:M+=\" ui-datepicker-group-first\",S=\" ui-corner-\"+(Y?\"right\":\"left\");break;case K[1]-1:M+=\" ui-datepicker-group-last\",S=\" ui-corner-\"+(Y?\"left\":\"right\");break;default:M+=\" ui-datepicker-group-middle\",S=\"\"}M+=\"'>\"}for(M+=\"<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix\"+S+\"'>\"+(/all|left/.test(S)&&0===w?Y?a:s:\"\")+(/all|right/.test(S)&&0===w?Y?s:a:\"\")+this._generateMonthYearHeader(e,Z,et,X,$,w>0||T>0,f,m)+\"</div><table class='ui-datepicker-calendar'><thead>\"+\"<tr>\",N=d?\"<th class='ui-datepicker-week-col'>\"+this._get(e,\"weekHeader\")+\"</th>\":\"\",x=0;7>x;x++)C=(x+u)%7,N+=\"<th scope='col'\"+((x+u+6)%7>=5?\" class='ui-datepicker-week-end'\":\"\")+\">\"+\"<span title='\"+c[C]+\"'>\"+p[C]+\"</span></th>\";for(M+=N+\"</tr></thead><tbody>\",A=this._getDaysInMonth(et,Z),et===e.selectedYear&&Z===e.selectedMonth&&(e.selectedDay=Math.min(e.selectedDay,A)),I=(this._getFirstDayOfMonth(et,Z)-u+7)%7,P=Math.ceil((I+A)/7),z=Q?this.maxRows>P?this.maxRows:P:P,this.maxRows=z,H=this._daylightSavingAdjust(new Date(et,Z,1-I)),F=0;z>F;F++){for(M+=\"<tr>\",E=d?\"<td class='ui-datepicker-week-col'>\"+this._get(e,\"calculateWeek\")(H)+\"</td>\":\"\",x=0;7>x;x++)j=g?g.apply(e.input?e.input[0]:null,[H]):[!0,\"\"],O=H.getMonth()!==Z,W=O&&!y||!j[0]||X&&X>H||$&&H>$,E+=\"<td class='\"+((x+u+6)%7>=5?\" ui-datepicker-week-end\":\"\")+(O?\" ui-datepicker-other-month\":\"\")+(H.getTime()===D.getTime()&&Z===e.selectedMonth&&e._keyEvent||b.getTime()===H.getTime()&&b.getTime()===D.getTime()?\" \"+this._dayOverClass:\"\")+(W?\" \"+this._unselectableClass+\" ui-state-disabled\":\"\")+(O&&!v?\"\":\" \"+j[1]+(H.getTime()===G.getTime()?\" \"+this._currentClass:\"\")+(H.getTime()===R.getTime()?\" ui-datepicker-today\":\"\"))+\"'\"+(O&&!v||!j[2]?\"\":\" title='\"+j[2].replace(/'/g,\"&#39;\")+\"'\")+(W?\"\":\" data-handler='selectDay' data-event='click' data-month='\"+H.getMonth()+\"' data-year='\"+H.getFullYear()+\"'\")+\">\"+(O&&!v?\"&#xa0;\":W?\"<span class='ui-state-default'>\"+H.getDate()+\"</span>\":\"<a class='ui-state-default\"+(H.getTime()===R.getTime()?\" ui-state-highlight\":\"\")+(H.getTime()===G.getTime()?\" ui-state-active\":\"\")+(O?\" ui-priority-secondary\":\"\")+\"' href='#'>\"+H.getDate()+\"</a>\")+\"</td>\",H.setDate(H.getDate()+1),H=this._daylightSavingAdjust(H);M+=E+\"</tr>\"}Z++,Z>11&&(Z=0,et++),M+=\"</tbody></table>\"+(Q?\"</div>\"+(K[0]>0&&T===K[1]-1?\"<div class='ui-datepicker-row-break'></div>\":\"\"):\"\"),k+=M}_+=k}return _+=l,e._keyEvent=!1,_},_generateMonthYearHeader:function(e,t,i,s,n,a,o,r){var h,l,u,d,c,p,f,m,g=this._get(e,\"changeMonth\"),v=this._get(e,\"changeYear\"),y=this._get(e,\"showMonthAfterYear\"),b=\"<div class='ui-datepicker-title'>\",_=\"\";if(a||!g)_+=\"<span class='ui-datepicker-month'>\"+o[t]+\"</span>\";else{for(h=s&&s.getFullYear()===i,l=n&&n.getFullYear()===i,_+=\"<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>\",u=0;12>u;u++)(!h||u>=s.getMonth())&&(!l||n.getMonth()>=u)&&(_+=\"<option value='\"+u+\"'\"+(u===t?\" selected='selected'\":\"\")+\">\"+r[u]+\"</option>\");_+=\"</select>\"}if(y||(b+=_+(!a&&g&&v?\"\":\"&#xa0;\")),!e.yearshtml)if(e.yearshtml=\"\",a||!v)b+=\"<span class='ui-datepicker-year'>\"+i+\"</span>\";else{for(d=this._get(e,\"yearRange\").split(\":\"),c=(new Date).getFullYear(),p=function(e){var t=e.match(/c[+\\-].*/)?i+parseInt(e.substring(1),10):e.match(/[+\\-].*/)?c+parseInt(e,10):parseInt(e,10);return isNaN(t)?c:t},f=p(d[0]),m=Math.max(f,p(d[1]||\"\")),f=s?Math.max(f,s.getFullYear()):f,m=n?Math.min(m,n.getFullYear()):m,e.yearshtml+=\"<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>\";m>=f;f++)e.yearshtml+=\"<option value='\"+f+\"'\"+(f===i?\" selected='selected'\":\"\")+\">\"+f+\"</option>\";e.yearshtml+=\"</select>\",b+=e.yearshtml,e.yearshtml=null}return b+=this._get(e,\"yearSuffix\"),y&&(b+=(!a&&g&&v?\"\":\"&#xa0;\")+_),b+=\"</div>\"},_adjustInstDate:function(e,t,i){var s=e.drawYear+(\"Y\"===i?t:0),n=e.drawMonth+(\"M\"===i?t:0),a=Math.min(e.selectedDay,this._getDaysInMonth(s,n))+(\"D\"===i?t:0),o=this._restrictMinMax(e,this._daylightSavingAdjust(new Date(s,n,a)));e.selectedDay=o.getDate(),e.drawMonth=e.selectedMonth=o.getMonth(),e.drawYear=e.selectedYear=o.getFullYear(),(\"M\"===i||\"Y\"===i)&&this._notifyChange(e)},_restrictMinMax:function(e,t){var i=this._getMinMaxDate(e,\"min\"),s=this._getMinMaxDate(e,\"max\"),n=i&&i>t?i:t;return s&&n>s?s:n},_notifyChange:function(e){var t=this._get(e,\"onChangeMonthYear\");t&&t.apply(e.input?e.input[0]:null,[e.selectedYear,e.selectedMonth+1,e])},_getNumberOfMonths:function(e){var t=this._get(e,\"numberOfMonths\");return null==t?[1,1]:\"number\"==typeof t?[1,t]:t},_getMinMaxDate:function(e,t){return this._determineDate(e,this._get(e,t+\"Date\"),null)},_getDaysInMonth:function(e,t){return 32-this._daylightSavingAdjust(new Date(e,t,32)).getDate()},_getFirstDayOfMonth:function(e,t){return new Date(e,t,1).getDay()},_canAdjustMonth:function(e,t,i,s){var n=this._getNumberOfMonths(e),a=this._daylightSavingAdjust(new Date(i,s+(0>t?t:n[0]*n[1]),1));return 0>t&&a.setDate(this._getDaysInMonth(a.getFullYear(),a.getMonth())),this._isInRange(e,a)},_isInRange:function(e,t){var i,s,n=this._getMinMaxDate(e,\"min\"),a=this._getMinMaxDate(e,\"max\"),o=null,r=null,h=this._get(e,\"yearRange\");return h&&(i=h.split(\":\"),s=(new Date).getFullYear(),o=parseInt(i[0],10),r=parseInt(i[1],10),i[0].match(/[+\\-].*/)&&(o+=s),i[1].match(/[+\\-].*/)&&(r+=s)),(!n||t.getTime()>=n.getTime())&&(!a||t.getTime()<=a.getTime())&&(!o||t.getFullYear()>=o)&&(!r||r>=t.getFullYear())},_getFormatConfig:function(e){var t=this._get(e,\"shortYearCutoff\");return t=\"string\"!=typeof t?t:(new Date).getFullYear()%100+parseInt(t,10),{shortYearCutoff:t,dayNamesShort:this._get(e,\"dayNamesShort\"),dayNames:this._get(e,\"dayNames\"),monthNamesShort:this._get(e,\"monthNamesShort\"),monthNames:this._get(e,\"monthNames\")}},_formatDate:function(e,t,i,s){t||(e.currentDay=e.selectedDay,e.currentMonth=e.selectedMonth,e.currentYear=e.selectedYear);var n=t?\"object\"==typeof t?t:this._daylightSavingAdjust(new Date(s,i,t)):this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return this.formatDate(this._get(e,\"dateFormat\"),n,this._getFormatConfig(e))}}),e.fn.datepicker=function(t){if(!this.length)return this;e.datepicker.initialized||(e(document).mousedown(e.datepicker._checkExternalClick),e.datepicker.initialized=!0),0===e(\"#\"+e.datepicker._mainDivId).length&&e(\"body\").append(e.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return\"string\"!=typeof t||\"isDisabled\"!==t&&\"getDate\"!==t&&\"widget\"!==t?\"option\"===t&&2===arguments.length&&\"string\"==typeof arguments[1]?e.datepicker[\"_\"+t+\"Datepicker\"].apply(e.datepicker,[this[0]].concat(i)):this.each(function(){\"string\"==typeof t?e.datepicker[\"_\"+t+\"Datepicker\"].apply(e.datepicker,[this].concat(i)):e.datepicker._attachDatepicker(this,t)}):e.datepicker[\"_\"+t+\"Datepicker\"].apply(e.datepicker,[this[0]].concat(i))},e.datepicker=new n,e.datepicker.initialized=!1,e.datepicker.uuid=(new Date).getTime(),e.datepicker.version=\"1.11.1\",e.datepicker,e.widget(\"ui.draggable\",e.ui.mouse,{version:\"1.11.1\",widgetEventPrefix:\"drag\",options:{addClasses:!0,appendTo:\"parent\",axis:!1,connectToSortable:!1,containment:!1,cursor:\"auto\",cursorAt:!1,grid:!1,handle:!1,helper:\"original\",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:\"default\",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:\"both\",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){\"original\"!==this.options.helper||/^(?:r|a|f)/.test(this.element.css(\"position\"))||(this.element[0].style.position=\"relative\"),this.options.addClasses&&this.element.addClass(\"ui-draggable\"),this.options.disabled&&this.element.addClass(\"ui-draggable-disabled\"),this._setHandleClassName(),this._mouseInit()},_setOption:function(e,t){this._super(e,t),\"handle\"===e&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){return(this.helper||this.element).is(\".ui-draggable-dragging\")?(this.destroyOnClear=!0,void 0):(this.element.removeClass(\"ui-draggable ui-draggable-dragging ui-draggable-disabled\"),this._removeHandleClassName(),this._mouseDestroy(),void 0)},_mouseCapture:function(t){var i=this.document[0],s=this.options;try{i.activeElement&&\"body\"!==i.activeElement.nodeName.toLowerCase()&&e(i.activeElement).blur()}catch(n){}return this.helper||s.disabled||e(t.target).closest(\".ui-resizable-handle\").length>0?!1:(this.handle=this._getHandle(t),this.handle?(e(s.iframeFix===!0?\"iframe\":s.iframeFix).each(function(){e(\"<div class='ui-draggable-iframeFix' style='background: #fff;'></div>\").css({width:this.offsetWidth+\"px\",height:this.offsetHeight+\"px\",position:\"absolute\",opacity:\"0.001\",zIndex:1e3}).css(e(this).offset()).appendTo(\"body\")}),!0):!1)},_mouseStart:function(t){var i=this.options;return this.helper=this._createHelper(t),this.helper.addClass(\"ui-draggable-dragging\"),this._cacheHelperProportions(),e.ui.ddmanager&&(e.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css(\"position\"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.offsetParentCssPosition=this.offsetParent.css(\"position\"),this.offset=this.positionAbs=this.element.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},this.offset.scroll=!1,e.extend(this.offset,{click:{left:t.pageX-this.offset.left,top:t.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.originalPosition=this.position=this._generatePosition(t,!1),this.originalPageX=t.pageX,this.originalPageY=t.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),this._setContainment(),this._trigger(\"start\",t)===!1?(this._clear(),!1):(this._cacheHelperProportions(),e.ui.ddmanager&&!i.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this._mouseDrag(t,!0),e.ui.ddmanager&&e.ui.ddmanager.dragStart(this,t),!0)},_mouseDrag:function(t,i){if(\"fixed\"===this.offsetParentCssPosition&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(t,!0),this.positionAbs=this._convertPositionTo(\"absolute\"),!i){var s=this._uiHash();if(this._trigger(\"drag\",t,s)===!1)return this._mouseUp({}),!1;this.position=s.position}return this.helper[0].style.left=this.position.left+\"px\",this.helper[0].style.top=this.position.top+\"px\",e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),!1},_mouseStop:function(t){var i=this,s=!1;return e.ui.ddmanager&&!this.options.dropBehaviour&&(s=e.ui.ddmanager.drop(this,t)),this.dropped&&(s=this.dropped,this.dropped=!1),\"invalid\"===this.options.revert&&!s||\"valid\"===this.options.revert&&s||this.options.revert===!0||e.isFunction(this.options.revert)&&this.options.revert.call(this.element,s)?e(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){i._trigger(\"stop\",t)!==!1&&i._clear()}):this._trigger(\"stop\",t)!==!1&&this._clear(),!1},_mouseUp:function(t){return e(\"div.ui-draggable-iframeFix\").each(function(){this.parentNode.removeChild(this)}),e.ui.ddmanager&&e.ui.ddmanager.dragStop(this,t),this.element.focus(),e.ui.mouse.prototype._mouseUp.call(this,t)},cancel:function(){return this.helper.is(\".ui-draggable-dragging\")?this._mouseUp({}):this._clear(),this},_getHandle:function(t){return this.options.handle?!!e(t.target).closest(this.element.find(this.options.handle)).length:!0},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this.handleElement.addClass(\"ui-draggable-handle\")},_removeHandleClassName:function(){this.handleElement.removeClass(\"ui-draggable-handle\")},_createHelper:function(t){var i=this.options,s=e.isFunction(i.helper)?e(i.helper.apply(this.element[0],[t])):\"clone\"===i.helper?this.element.clone().removeAttr(\"id\"):this.element;return s.parents(\"body\").length||s.appendTo(\"parent\"===i.appendTo?this.element[0].parentNode:i.appendTo),s[0]===this.element[0]||/(fixed|absolute)/.test(s.css(\"position\"))||s.css(\"position\",\"absolute\"),s},_adjustOffsetFromHelper:function(t){\"string\"==typeof t&&(t=t.split(\" \")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),\"left\"in t&&(this.offset.click.left=t.left+this.margins.left),\"right\"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),\"top\"in t&&(this.offset.click.top=t.top+this.margins.top),\"bottom\"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_isRootNode:function(e){return/(html|body)/i.test(e.tagName)||e===this.document[0]},_getParentOffset:function(){var t=this.offsetParent.offset(),i=this.document[0];return\"absolute\"===this.cssPosition&&this.scrollParent[0]!==i&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css(\"borderTopWidth\"),10)||0),left:t.left+(parseInt(this.offsetParent.css(\"borderLeftWidth\"),10)||0)}},_getRelativeOffset:function(){if(\"relative\"!==this.cssPosition)return{top:0,left:0};var e=this.element.position(),t=this._isRootNode(this.scrollParent[0]);return{top:e.top-(parseInt(this.helper.css(\"top\"),10)||0)+(t?0:this.scrollParent.scrollTop()),left:e.left-(parseInt(this.helper.css(\"left\"),10)||0)+(t?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css(\"marginLeft\"),10)||0,top:parseInt(this.element.css(\"marginTop\"),10)||0,right:parseInt(this.element.css(\"marginRight\"),10)||0,bottom:parseInt(this.element.css(\"marginBottom\"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,s,n=this.options,a=this.document[0];return this.relativeContainer=null,n.containment?\"window\"===n.containment?(this.containment=[e(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,e(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,e(window).scrollLeft()+e(window).width()-this.helperProportions.width-this.margins.left,e(window).scrollTop()+(e(window).height()||a.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):\"document\"===n.containment?(this.containment=[0,0,e(a).width()-this.helperProportions.width-this.margins.left,(e(a).height()||a.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):n.containment.constructor===Array?(this.containment=n.containment,void 0):(\"parent\"===n.containment&&(n.containment=this.helper[0].parentNode),i=e(n.containment),s=i[0],s&&(t=\"hidden\"!==i.css(\"overflow\"),this.containment=[(parseInt(i.css(\"borderLeftWidth\"),10)||0)+(parseInt(i.css(\"paddingLeft\"),10)||0),(parseInt(i.css(\"borderTopWidth\"),10)||0)+(parseInt(i.css(\"paddingTop\"),10)||0),(t?Math.max(s.scrollWidth,s.offsetWidth):s.offsetWidth)-(parseInt(i.css(\"borderRightWidth\"),10)||0)-(parseInt(i.css(\"paddingRight\"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(t?Math.max(s.scrollHeight,s.offsetHeight):s.offsetHeight)-(parseInt(i.css(\"borderBottomWidth\"),10)||0)-(parseInt(i.css(\"paddingBottom\"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=i),void 0):(this.containment=null,void 0)},_convertPositionTo:function(e,t){t||(t=this.position);var i=\"absolute\"===e?1:-1,s=this._isRootNode(this.scrollParent[0]);return{top:t.top+this.offset.relative.top*i+this.offset.parent.top*i-(\"fixed\"===this.cssPosition?-this.offset.scroll.top:s?0:this.offset.scroll.top)*i,left:t.left+this.offset.relative.left*i+this.offset.parent.left*i-(\"fixed\"===this.cssPosition?-this.offset.scroll.left:s?0:this.offset.scroll.left)*i}\n},_generatePosition:function(e,t){var i,s,n,a,o=this.options,r=this._isRootNode(this.scrollParent[0]),h=e.pageX,l=e.pageY;return r&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),t&&(this.containment&&(this.relativeContainer?(s=this.relativeContainer.offset(),i=[this.containment[0]+s.left,this.containment[1]+s.top,this.containment[2]+s.left,this.containment[3]+s.top]):i=this.containment,e.pageX-this.offset.click.left<i[0]&&(h=i[0]+this.offset.click.left),e.pageY-this.offset.click.top<i[1]&&(l=i[1]+this.offset.click.top),e.pageX-this.offset.click.left>i[2]&&(h=i[2]+this.offset.click.left),e.pageY-this.offset.click.top>i[3]&&(l=i[3]+this.offset.click.top)),o.grid&&(n=o.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/o.grid[1])*o.grid[1]:this.originalPageY,l=i?n-this.offset.click.top>=i[1]||n-this.offset.click.top>i[3]?n:n-this.offset.click.top>=i[1]?n-o.grid[1]:n+o.grid[1]:n,a=o.grid[0]?this.originalPageX+Math.round((h-this.originalPageX)/o.grid[0])*o.grid[0]:this.originalPageX,h=i?a-this.offset.click.left>=i[0]||a-this.offset.click.left>i[2]?a:a-this.offset.click.left>=i[0]?a-o.grid[0]:a+o.grid[0]:a),\"y\"===o.axis&&(h=this.originalPageX),\"x\"===o.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(\"fixed\"===this.cssPosition?-this.offset.scroll.top:r?0:this.offset.scroll.top),left:h-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(\"fixed\"===this.cssPosition?-this.offset.scroll.left:r?0:this.offset.scroll.left)}},_clear:function(){this.helper.removeClass(\"ui-draggable-dragging\"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(t,i,s){return s=s||this._uiHash(),e.ui.plugin.call(this,t,[i,s,this],!0),\"drag\"===t&&(this.positionAbs=this._convertPositionTo(\"absolute\")),e.Widget.prototype._trigger.call(this,t,i,s)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),e.ui.plugin.add(\"draggable\",\"connectToSortable\",{start:function(t,i,s){var n=s.options,a=e.extend({},i,{item:s.element});s.sortables=[],e(n.connectToSortable).each(function(){var i=e(this).sortable(\"instance\");i&&!i.options.disabled&&(s.sortables.push({instance:i,shouldRevert:i.options.revert}),i.refreshPositions(),i._trigger(\"activate\",t,a))})},stop:function(t,i,s){var n=e.extend({},i,{item:s.element});e.each(s.sortables,function(){this.instance.isOver?(this.instance.isOver=0,s.cancelHelperRemoval=!0,this.instance.cancelHelperRemoval=!1,this.shouldRevert&&(this.instance.options.revert=this.shouldRevert),this.instance._mouseStop(t),this.instance.options.helper=this.instance.options._helper,\"original\"===s.options.helper&&this.instance.currentItem.css({top:\"auto\",left:\"auto\"})):(this.instance.cancelHelperRemoval=!1,this.instance._trigger(\"deactivate\",t,n))})},drag:function(t,i,s){var n=this;e.each(s.sortables,function(){var a=!1,o=this;this.instance.positionAbs=s.positionAbs,this.instance.helperProportions=s.helperProportions,this.instance.offset.click=s.offset.click,this.instance._intersectsWith(this.instance.containerCache)&&(a=!0,e.each(s.sortables,function(){return this.instance.positionAbs=s.positionAbs,this.instance.helperProportions=s.helperProportions,this.instance.offset.click=s.offset.click,this!==o&&this.instance._intersectsWith(this.instance.containerCache)&&e.contains(o.instance.element[0],this.instance.element[0])&&(a=!1),a})),a?(this.instance.isOver||(this.instance.isOver=1,this.instance.currentItem=e(n).clone().removeAttr(\"id\").appendTo(this.instance.element).data(\"ui-sortable-item\",!0),this.instance.options._helper=this.instance.options.helper,this.instance.options.helper=function(){return i.helper[0]},t.target=this.instance.currentItem[0],this.instance._mouseCapture(t,!0),this.instance._mouseStart(t,!0,!0),this.instance.offset.click.top=s.offset.click.top,this.instance.offset.click.left=s.offset.click.left,this.instance.offset.parent.left-=s.offset.parent.left-this.instance.offset.parent.left,this.instance.offset.parent.top-=s.offset.parent.top-this.instance.offset.parent.top,s._trigger(\"toSortable\",t),s.dropped=this.instance.element,s.currentItem=s.element,this.instance.fromOutside=s),this.instance.currentItem&&this.instance._mouseDrag(t)):this.instance.isOver&&(this.instance.isOver=0,this.instance.cancelHelperRemoval=!0,this.instance.options.revert=!1,this.instance._trigger(\"out\",t,this.instance._uiHash(this.instance)),this.instance._mouseStop(t,!0),this.instance.options.helper=this.instance.options._helper,this.instance.currentItem.remove(),this.instance.placeholder&&this.instance.placeholder.remove(),s._trigger(\"fromSortable\",t),s.dropped=!1)})}}),e.ui.plugin.add(\"draggable\",\"cursor\",{start:function(t,i,s){var n=e(\"body\"),a=s.options;n.css(\"cursor\")&&(a._cursor=n.css(\"cursor\")),n.css(\"cursor\",a.cursor)},stop:function(t,i,s){var n=s.options;n._cursor&&e(\"body\").css(\"cursor\",n._cursor)}}),e.ui.plugin.add(\"draggable\",\"opacity\",{start:function(t,i,s){var n=e(i.helper),a=s.options;n.css(\"opacity\")&&(a._opacity=n.css(\"opacity\")),n.css(\"opacity\",a.opacity)},stop:function(t,i,s){var n=s.options;n._opacity&&e(i.helper).css(\"opacity\",n._opacity)}}),e.ui.plugin.add(\"draggable\",\"scroll\",{start:function(e,t,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&\"HTML\"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(t,i,s){var n=s.options,a=!1,o=s.scrollParentNotHidden[0],r=s.document[0];o!==r&&\"HTML\"!==o.tagName?(n.axis&&\"x\"===n.axis||(s.overflowOffset.top+o.offsetHeight-t.pageY<n.scrollSensitivity?o.scrollTop=a=o.scrollTop+n.scrollSpeed:t.pageY-s.overflowOffset.top<n.scrollSensitivity&&(o.scrollTop=a=o.scrollTop-n.scrollSpeed)),n.axis&&\"y\"===n.axis||(s.overflowOffset.left+o.offsetWidth-t.pageX<n.scrollSensitivity?o.scrollLeft=a=o.scrollLeft+n.scrollSpeed:t.pageX-s.overflowOffset.left<n.scrollSensitivity&&(o.scrollLeft=a=o.scrollLeft-n.scrollSpeed))):(n.axis&&\"x\"===n.axis||(t.pageY-e(r).scrollTop()<n.scrollSensitivity?a=e(r).scrollTop(e(r).scrollTop()-n.scrollSpeed):e(window).height()-(t.pageY-e(r).scrollTop())<n.scrollSensitivity&&(a=e(r).scrollTop(e(r).scrollTop()+n.scrollSpeed))),n.axis&&\"y\"===n.axis||(t.pageX-e(r).scrollLeft()<n.scrollSensitivity?a=e(r).scrollLeft(e(r).scrollLeft()-n.scrollSpeed):e(window).width()-(t.pageX-e(r).scrollLeft())<n.scrollSensitivity&&(a=e(r).scrollLeft(e(r).scrollLeft()+n.scrollSpeed)))),a!==!1&&e.ui.ddmanager&&!n.dropBehaviour&&e.ui.ddmanager.prepareOffsets(s,t)}}),e.ui.plugin.add(\"draggable\",\"snap\",{start:function(t,i,s){var n=s.options;s.snapElements=[],e(n.snap.constructor!==String?n.snap.items||\":data(ui-draggable)\":n.snap).each(function(){var t=e(this),i=t.offset();this!==s.element[0]&&s.snapElements.push({item:this,width:t.outerWidth(),height:t.outerHeight(),top:i.top,left:i.left})})},drag:function(t,i,s){var n,a,o,r,h,l,u,d,c,p,f=s.options,m=f.snapTolerance,g=i.offset.left,v=g+s.helperProportions.width,y=i.offset.top,b=y+s.helperProportions.height;for(c=s.snapElements.length-1;c>=0;c--)h=s.snapElements[c].left,l=h+s.snapElements[c].width,u=s.snapElements[c].top,d=u+s.snapElements[c].height,h-m>v||g>l+m||u-m>b||y>d+m||!e.contains(s.snapElements[c].item.ownerDocument,s.snapElements[c].item)?(s.snapElements[c].snapping&&s.options.snap.release&&s.options.snap.release.call(s.element,t,e.extend(s._uiHash(),{snapItem:s.snapElements[c].item})),s.snapElements[c].snapping=!1):(\"inner\"!==f.snapMode&&(n=m>=Math.abs(u-b),a=m>=Math.abs(d-y),o=m>=Math.abs(h-v),r=m>=Math.abs(l-g),n&&(i.position.top=s._convertPositionTo(\"relative\",{top:u-s.helperProportions.height,left:0}).top-s.margins.top),a&&(i.position.top=s._convertPositionTo(\"relative\",{top:d,left:0}).top-s.margins.top),o&&(i.position.left=s._convertPositionTo(\"relative\",{top:0,left:h-s.helperProportions.width}).left-s.margins.left),r&&(i.position.left=s._convertPositionTo(\"relative\",{top:0,left:l}).left-s.margins.left)),p=n||a||o||r,\"outer\"!==f.snapMode&&(n=m>=Math.abs(u-y),a=m>=Math.abs(d-b),o=m>=Math.abs(h-g),r=m>=Math.abs(l-v),n&&(i.position.top=s._convertPositionTo(\"relative\",{top:u,left:0}).top-s.margins.top),a&&(i.position.top=s._convertPositionTo(\"relative\",{top:d-s.helperProportions.height,left:0}).top-s.margins.top),o&&(i.position.left=s._convertPositionTo(\"relative\",{top:0,left:h}).left-s.margins.left),r&&(i.position.left=s._convertPositionTo(\"relative\",{top:0,left:l-s.helperProportions.width}).left-s.margins.left)),!s.snapElements[c].snapping&&(n||a||o||r||p)&&s.options.snap.snap&&s.options.snap.snap.call(s.element,t,e.extend(s._uiHash(),{snapItem:s.snapElements[c].item})),s.snapElements[c].snapping=n||a||o||r||p)}}),e.ui.plugin.add(\"draggable\",\"stack\",{start:function(t,i,s){var n,a=s.options,o=e.makeArray(e(a.stack)).sort(function(t,i){return(parseInt(e(t).css(\"zIndex\"),10)||0)-(parseInt(e(i).css(\"zIndex\"),10)||0)});o.length&&(n=parseInt(e(o[0]).css(\"zIndex\"),10)||0,e(o).each(function(t){e(this).css(\"zIndex\",n+t)}),this.css(\"zIndex\",n+o.length))}}),e.ui.plugin.add(\"draggable\",\"zIndex\",{start:function(t,i,s){var n=e(i.helper),a=s.options;n.css(\"zIndex\")&&(a._zIndex=n.css(\"zIndex\")),n.css(\"zIndex\",a.zIndex)},stop:function(t,i,s){var n=s.options;n._zIndex&&e(i.helper).css(\"zIndex\",n._zIndex)}}),e.ui.draggable,e.widget(\"ui.resizable\",e.ui.mouse,{version:\"1.11.1\",widgetEventPrefix:\"resize\",options:{alsoResize:!1,animate:!1,animateDuration:\"slow\",animateEasing:\"swing\",aspectRatio:!1,autoHide:!1,containment:!1,ghost:!1,grid:!1,handles:\"e,s,se\",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(e){return parseInt(e,10)||0},_isNumber:function(e){return!isNaN(parseInt(e,10))},_hasScroll:function(t,i){if(\"hidden\"===e(t).css(\"overflow\"))return!1;var s=i&&\"left\"===i?\"scrollLeft\":\"scrollTop\",n=!1;return t[s]>0?!0:(t[s]=1,n=t[s]>0,t[s]=0,n)},_create:function(){var t,i,s,n,a,o=this,r=this.options;if(this.element.addClass(\"ui-resizable\"),e.extend(this,{_aspectRatio:!!r.aspectRatio,aspectRatio:r.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:r.helper||r.ghost||r.animate?r.helper||\"ui-resizable-helper\":null}),this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)&&(this.element.wrap(e(\"<div class='ui-wrapper' style='overflow: hidden;'></div>\").css({position:this.element.css(\"position\"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css(\"top\"),left:this.element.css(\"left\")})),this.element=this.element.parent().data(\"ui-resizable\",this.element.resizable(\"instance\")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css(\"marginLeft\"),marginTop:this.originalElement.css(\"marginTop\"),marginRight:this.originalElement.css(\"marginRight\"),marginBottom:this.originalElement.css(\"marginBottom\")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css(\"resize\"),this.originalElement.css(\"resize\",\"none\"),this._proportionallyResizeElements.push(this.originalElement.css({position:\"static\",zoom:1,display:\"block\"})),this.originalElement.css({margin:this.originalElement.css(\"margin\")}),this._proportionallyResize()),this.handles=r.handles||(e(\".ui-resizable-handle\",this.element).length?{n:\".ui-resizable-n\",e:\".ui-resizable-e\",s:\".ui-resizable-s\",w:\".ui-resizable-w\",se:\".ui-resizable-se\",sw:\".ui-resizable-sw\",ne:\".ui-resizable-ne\",nw:\".ui-resizable-nw\"}:\"e,s,se\"),this.handles.constructor===String)for(\"all\"===this.handles&&(this.handles=\"n,e,s,w,se,sw,ne,nw\"),t=this.handles.split(\",\"),this.handles={},i=0;t.length>i;i++)s=e.trim(t[i]),a=\"ui-resizable-\"+s,n=e(\"<div class='ui-resizable-handle \"+a+\"'></div>\"),n.css({zIndex:r.zIndex}),\"se\"===s&&n.addClass(\"ui-icon ui-icon-gripsmall-diagonal-se\"),this.handles[s]=\".ui-resizable-\"+s,this.element.append(n);this._renderAxis=function(t){var i,s,n,a;t=t||this.element;for(i in this.handles)this.handles[i].constructor===String&&(this.handles[i]=this.element.children(this.handles[i]).first().show()),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)&&(s=e(this.handles[i],this.element),a=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=[\"padding\",/ne|nw|n/.test(i)?\"Top\":/se|sw|s/.test(i)?\"Bottom\":/^e$/.test(i)?\"Right\":\"Left\"].join(\"\"),t.css(n,a),this._proportionallyResize()),e(this.handles[i]).length},this._renderAxis(this.element),this._handles=e(\".ui-resizable-handle\",this.element).disableSelection(),this._handles.mouseover(function(){o.resizing||(this.className&&(n=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),o.axis=n&&n[1]?n[1]:\"se\")}),r.autoHide&&(this._handles.hide(),e(this.element).addClass(\"ui-resizable-autohide\").mouseenter(function(){r.disabled||(e(this).removeClass(\"ui-resizable-autohide\"),o._handles.show())}).mouseleave(function(){r.disabled||o.resizing||(e(this).addClass(\"ui-resizable-autohide\"),o._handles.hide())})),this._mouseInit()},_destroy:function(){this._mouseDestroy();var t,i=function(t){e(t).removeClass(\"ui-resizable ui-resizable-disabled ui-resizable-resizing\").removeData(\"resizable\").removeData(\"ui-resizable\").unbind(\".resizable\").find(\".ui-resizable-handle\").remove()};return this.elementIsWrapper&&(i(this.element),t=this.element,this.originalElement.css({position:t.css(\"position\"),width:t.outerWidth(),height:t.outerHeight(),top:t.css(\"top\"),left:t.css(\"left\")}).insertAfter(t),t.remove()),this.originalElement.css(\"resize\",this.originalResizeStyle),i(this.originalElement),this},_mouseCapture:function(t){var i,s,n=!1;for(i in this.handles)s=e(this.handles[i])[0],(s===t.target||e.contains(s,t.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(t){var i,s,n,a=this.options,o=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css(\"left\")),s=this._num(this.helper.css(\"top\")),a.containment&&(i+=e(a.containment).scrollLeft()||0,s+=e(a.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:s},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:o.width(),height:o.height()},this.originalSize=this._helper?{width:o.outerWidth(),height:o.outerHeight()}:{width:o.width(),height:o.height()},this.sizeDiff={width:o.outerWidth()-o.width(),height:o.outerHeight()-o.height()},this.originalPosition={left:i,top:s},this.originalMousePosition={left:t.pageX,top:t.pageY},this.aspectRatio=\"number\"==typeof a.aspectRatio?a.aspectRatio:this.originalSize.width/this.originalSize.height||1,n=e(\".ui-resizable-\"+this.axis).css(\"cursor\"),e(\"body\").css(\"cursor\",\"auto\"===n?this.axis+\"-resize\":n),o.addClass(\"ui-resizable-resizing\"),this._propagate(\"start\",t),!0},_mouseDrag:function(t){var i,s,n=this.originalMousePosition,a=this.axis,o=t.pageX-n.left||0,r=t.pageY-n.top||0,h=this._change[a];return this._updatePrevProperties(),h?(i=h.apply(this,[t,o,r]),this._updateVirtualBoundaries(t.shiftKey),(this._aspectRatio||t.shiftKey)&&(i=this._updateRatio(i,t)),i=this._respectSize(i,t),this._updateCache(i),this._propagate(\"resize\",t),s=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),e.isEmptyObject(s)||(this._updatePrevProperties(),this._trigger(\"resize\",t,this.ui()),this._applyChanges()),!1):!1},_mouseStop:function(t){this.resizing=!1;var i,s,n,a,o,r,h,l=this.options,u=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&this._hasScroll(i[0],\"left\")?0:u.sizeDiff.height,a=s?0:u.sizeDiff.width,o={width:u.helper.width()-a,height:u.helper.height()-n},r=parseInt(u.element.css(\"left\"),10)+(u.position.left-u.originalPosition.left)||null,h=parseInt(u.element.css(\"top\"),10)+(u.position.top-u.originalPosition.top)||null,l.animate||this.element.css(e.extend(o,{top:h,left:r})),u.helper.height(u.size.height),u.helper.width(u.size.width),this._helper&&!l.animate&&this._proportionallyResize()),e(\"body\").css(\"cursor\",\"auto\"),this.element.removeClass(\"ui-resizable-resizing\"),this._propagate(\"stop\",t),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var e={};return this.position.top!==this.prevPosition.top&&(e.top=this.position.top+\"px\"),this.position.left!==this.prevPosition.left&&(e.left=this.position.left+\"px\"),this.size.width!==this.prevSize.width&&(e.width=this.size.width+\"px\"),this.size.height!==this.prevSize.height&&(e.height=this.size.height+\"px\"),this.helper.css(e),e},_updateVirtualBoundaries:function(e){var t,i,s,n,a,o=this.options;a={minWidth:this._isNumber(o.minWidth)?o.minWidth:0,maxWidth:this._isNumber(o.maxWidth)?o.maxWidth:1/0,minHeight:this._isNumber(o.minHeight)?o.minHeight:0,maxHeight:this._isNumber(o.maxHeight)?o.maxHeight:1/0},(this._aspectRatio||e)&&(t=a.minHeight*this.aspectRatio,s=a.minWidth/this.aspectRatio,i=a.maxHeight*this.aspectRatio,n=a.maxWidth/this.aspectRatio,t>a.minWidth&&(a.minWidth=t),s>a.minHeight&&(a.minHeight=s),a.maxWidth>i&&(a.maxWidth=i),a.maxHeight>n&&(a.maxHeight=n)),this._vBoundaries=a},_updateCache:function(e){this.offset=this.helper.offset(),this._isNumber(e.left)&&(this.position.left=e.left),this._isNumber(e.top)&&(this.position.top=e.top),this._isNumber(e.height)&&(this.size.height=e.height),this._isNumber(e.width)&&(this.size.width=e.width)},_updateRatio:function(e){var t=this.position,i=this.size,s=this.axis;return this._isNumber(e.height)?e.width=e.height*this.aspectRatio:this._isNumber(e.width)&&(e.height=e.width/this.aspectRatio),\"sw\"===s&&(e.left=t.left+(i.width-e.width),e.top=null),\"nw\"===s&&(e.top=t.top+(i.height-e.height),e.left=t.left+(i.width-e.width)),e},_respectSize:function(e){var t=this._vBoundaries,i=this.axis,s=this._isNumber(e.width)&&t.maxWidth&&t.maxWidth<e.width,n=this._isNumber(e.height)&&t.maxHeight&&t.maxHeight<e.height,a=this._isNumber(e.width)&&t.minWidth&&t.minWidth>e.width,o=this._isNumber(e.height)&&t.minHeight&&t.minHeight>e.height,r=this.originalPosition.left+this.originalSize.width,h=this.position.top+this.size.height,l=/sw|nw|w/.test(i),u=/nw|ne|n/.test(i);return a&&(e.width=t.minWidth),o&&(e.height=t.minHeight),s&&(e.width=t.maxWidth),n&&(e.height=t.maxHeight),a&&l&&(e.left=r-t.minWidth),s&&l&&(e.left=r-t.maxWidth),o&&u&&(e.top=h-t.minHeight),n&&u&&(e.top=h-t.maxHeight),e.width||e.height||e.left||!e.top?e.width||e.height||e.top||!e.left||(e.left=null):e.top=null,e},_getPaddingPlusBorderDimensions:function(e){for(var t=0,i=[],s=[e.css(\"borderTopWidth\"),e.css(\"borderRightWidth\"),e.css(\"borderBottomWidth\"),e.css(\"borderLeftWidth\")],n=[e.css(\"paddingTop\"),e.css(\"paddingRight\"),e.css(\"paddingBottom\"),e.css(\"paddingLeft\")];4>t;t++)i[t]=parseInt(s[t],10)||0,i[t]+=parseInt(n[t],10)||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var e,t=0,i=this.helper||this.element;this._proportionallyResizeElements.length>t;t++)e=this._proportionallyResizeElements[t],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(e)),e.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var t=this.element,i=this.options;this.elementOffset=t.offset(),this._helper?(this.helper=this.helper||e(\"<div style='overflow:hidden;'></div>\"),this.helper.addClass(this._helper).css({width:this.element.outerWidth()-1,height:this.element.outerHeight()-1,position:\"absolute\",left:this.elementOffset.left+\"px\",top:this.elementOffset.top+\"px\",zIndex:++i.zIndex}),this.helper.appendTo(\"body\").disableSelection()):this.helper=this.element},_change:{e:function(e,t){return{width:this.originalSize.width+t}},w:function(e,t){var i=this.originalSize,s=this.originalPosition;return{left:s.left+t,width:i.width-t}},n:function(e,t,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(e,t,i){return{height:this.originalSize.height+i}},se:function(t,i,s){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[t,i,s]))},sw:function(t,i,s){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[t,i,s]))},ne:function(t,i,s){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[t,i,s]))},nw:function(t,i,s){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[t,i,s]))}},_propagate:function(t,i){e.ui.plugin.call(this,t,[i,this.ui()]),\"resize\"!==t&&this._trigger(t,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),e.ui.plugin.add(\"resizable\",\"animate\",{stop:function(t){var i=e(this).resizable(\"instance\"),s=i.options,n=i._proportionallyResizeElements,a=n.length&&/textarea/i.test(n[0].nodeName),o=a&&i._hasScroll(n[0],\"left\")?0:i.sizeDiff.height,r=a?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-o},l=parseInt(i.element.css(\"left\"),10)+(i.position.left-i.originalPosition.left)||null,u=parseInt(i.element.css(\"top\"),10)+(i.position.top-i.originalPosition.top)||null;i.element.animate(e.extend(h,u&&l?{top:u,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseInt(i.element.css(\"width\"),10),height:parseInt(i.element.css(\"height\"),10),top:parseInt(i.element.css(\"top\"),10),left:parseInt(i.element.css(\"left\"),10)};n&&n.length&&e(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate(\"resize\",t)}})}}),e.ui.plugin.add(\"resizable\",\"containment\",{start:function(){var t,i,s,n,a,o,r,h=e(this).resizable(\"instance\"),l=h.options,u=h.element,d=l.containment,c=d instanceof e?d.get(0):/parent/.test(d)?u.parent().get(0):d;c&&(h.containerElement=e(c),/document/.test(d)||d===document?(h.containerOffset={left:0,top:0},h.containerPosition={left:0,top:0},h.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}):(t=e(c),i=[],e([\"Top\",\"Right\",\"Left\",\"Bottom\"]).each(function(e,s){i[e]=h._num(t.css(\"padding\"+s))}),h.containerOffset=t.offset(),h.containerPosition=t.position(),h.containerSize={height:t.innerHeight()-i[3],width:t.innerWidth()-i[1]},s=h.containerOffset,n=h.containerSize.height,a=h.containerSize.width,o=h._hasScroll(c,\"left\")?c.scrollWidth:a,r=h._hasScroll(c)?c.scrollHeight:n,h.parentData={element:c,left:s.left,top:s.top,width:o,height:r}))},resize:function(t){var i,s,n,a,o=e(this).resizable(\"instance\"),r=o.options,h=o.containerOffset,l=o.position,u=o._aspectRatio||t.shiftKey,d={top:0,left:0},c=o.containerElement,p=!0;c[0]!==document&&/static/.test(c.css(\"position\"))&&(d=h),l.left<(o._helper?h.left:0)&&(o.size.width=o.size.width+(o._helper?o.position.left-h.left:o.position.left-d.left),u&&(o.size.height=o.size.width/o.aspectRatio,p=!1),o.position.left=r.helper?h.left:0),l.top<(o._helper?h.top:0)&&(o.size.height=o.size.height+(o._helper?o.position.top-h.top:o.position.top),u&&(o.size.width=o.size.height*o.aspectRatio,p=!1),o.position.top=o._helper?h.top:0),n=o.containerElement.get(0)===o.element.parent().get(0),a=/relative|absolute/.test(o.containerElement.css(\"position\")),n&&a?(o.offset.left=o.parentData.left+o.position.left,o.offset.top=o.parentData.top+o.position.top):(o.offset.left=o.element.offset().left,o.offset.top=o.element.offset().top),i=Math.abs(o.sizeDiff.width+(o._helper?o.offset.left-d.left:o.offset.left-h.left)),s=Math.abs(o.sizeDiff.height+(o._helper?o.offset.top-d.top:o.offset.top-h.top)),i+o.size.width>=o.parentData.width&&(o.size.width=o.parentData.width-i,u&&(o.size.height=o.size.width/o.aspectRatio,p=!1)),s+o.size.height>=o.parentData.height&&(o.size.height=o.parentData.height-s,u&&(o.size.width=o.size.height*o.aspectRatio,p=!1)),p||(o.position.left=o.prevPosition.left,o.position.top=o.prevPosition.top,o.size.width=o.prevSize.width,o.size.height=o.prevSize.height)},stop:function(){var t=e(this).resizable(\"instance\"),i=t.options,s=t.containerOffset,n=t.containerPosition,a=t.containerElement,o=e(t.helper),r=o.offset(),h=o.outerWidth()-t.sizeDiff.width,l=o.outerHeight()-t.sizeDiff.height;t._helper&&!i.animate&&/relative/.test(a.css(\"position\"))&&e(this).css({left:r.left-n.left-s.left,width:h,height:l}),t._helper&&!i.animate&&/static/.test(a.css(\"position\"))&&e(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),e.ui.plugin.add(\"resizable\",\"alsoResize\",{start:function(){var t=e(this).resizable(\"instance\"),i=t.options,s=function(t){e(t).each(function(){var t=e(this);t.data(\"ui-resizable-alsoresize\",{width:parseInt(t.width(),10),height:parseInt(t.height(),10),left:parseInt(t.css(\"left\"),10),top:parseInt(t.css(\"top\"),10)})})};\"object\"!=typeof i.alsoResize||i.alsoResize.parentNode?s(i.alsoResize):i.alsoResize.length?(i.alsoResize=i.alsoResize[0],s(i.alsoResize)):e.each(i.alsoResize,function(e){s(e)})},resize:function(t,i){var s=e(this).resizable(\"instance\"),n=s.options,a=s.originalSize,o=s.originalPosition,r={height:s.size.height-a.height||0,width:s.size.width-a.width||0,top:s.position.top-o.top||0,left:s.position.left-o.left||0},h=function(t,s){e(t).each(function(){var t=e(this),n=e(this).data(\"ui-resizable-alsoresize\"),a={},o=s&&s.length?s:t.parents(i.originalElement[0]).length?[\"width\",\"height\"]:[\"width\",\"height\",\"top\",\"left\"];e.each(o,function(e,t){var i=(n[t]||0)+(r[t]||0);i&&i>=0&&(a[t]=i||null)}),t.css(a)})};\"object\"!=typeof n.alsoResize||n.alsoResize.nodeType?h(n.alsoResize):e.each(n.alsoResize,function(e,t){h(e,t)})},stop:function(){e(this).removeData(\"resizable-alsoresize\")}}),e.ui.plugin.add(\"resizable\",\"ghost\",{start:function(){var t=e(this).resizable(\"instance\"),i=t.options,s=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:\"block\",position:\"relative\",height:s.height,width:s.width,margin:0,left:0,top:0}).addClass(\"ui-resizable-ghost\").addClass(\"string\"==typeof i.ghost?i.ghost:\"\"),t.ghost.appendTo(t.helper)},resize:function(){var t=e(this).resizable(\"instance\");t.ghost&&t.ghost.css({position:\"relative\",height:t.size.height,width:t.size.width})},stop:function(){var t=e(this).resizable(\"instance\");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),e.ui.plugin.add(\"resizable\",\"grid\",{resize:function(){var t,i=e(this).resizable(\"instance\"),s=i.options,n=i.size,a=i.originalSize,o=i.originalPosition,r=i.axis,h=\"number\"==typeof s.grid?[s.grid,s.grid]:s.grid,l=h[0]||1,u=h[1]||1,d=Math.round((n.width-a.width)/l)*l,c=Math.round((n.height-a.height)/u)*u,p=a.width+d,f=a.height+c,m=s.maxWidth&&p>s.maxWidth,g=s.maxHeight&&f>s.maxHeight,v=s.minWidth&&s.minWidth>p,y=s.minHeight&&s.minHeight>f;s.grid=h,v&&(p+=l),y&&(f+=u),m&&(p-=l),g&&(f-=u),/^(se|s|e)$/.test(r)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.top=o.top-c):/^(sw)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.left=o.left-d):((0>=f-u||0>=p-l)&&(t=i._getPaddingPlusBorderDimensions(this)),f-u>0?(i.size.height=f,i.position.top=o.top-c):(f=u-t.height,i.size.height=f,i.position.top=o.top+a.height-f),p-l>0?(i.size.width=p,i.position.left=o.left-d):(p=u-t.height,i.size.width=p,i.position.left=o.left+a.width-p))}}),e.ui.resizable,e.widget(\"ui.dialog\",{version:\"1.11.1\",options:{appendTo:\"body\",autoOpen:!0,buttons:[],closeOnEscape:!0,closeText:\"Close\",dialogClass:\"\",draggable:!0,hide:null,height:\"auto\",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:\"center\",at:\"center\",of:window,collision:\"fit\",using:function(t){var i=e(this).css(t).offset().top;0>i&&e(this).css(\"top\",t.top-i)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr(\"title\"),this.options.title=this.options.title||this.originalTitle,this._createWrapper(),this.element.show().removeAttr(\"title\").addClass(\"ui-dialog-content ui-widget-content\").appendTo(this.uiDialog),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&e.fn.draggable&&this._makeDraggable(),this.options.resizable&&e.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var t=this.options.appendTo;return t&&(t.jquery||t.nodeType)?e(t):this.document.find(t||\"body\").eq(0)},_destroy:function(){var e,t=this.originalPosition;this._destroyOverlay(),this.element.removeUniqueId().removeClass(\"ui-dialog-content ui-widget-content\").css(this.originalCss).detach(),this.uiDialog.stop(!0,!0).remove(),this.originalTitle&&this.element.attr(\"title\",this.originalTitle),e=t.parent.children().eq(t.index),e.length&&e[0]!==this.element[0]?e.before(this.element):t.parent.append(this.element)},widget:function(){return this.uiDialog},disable:e.noop,enable:e.noop,close:function(t){var i,s=this;if(this._isOpen&&this._trigger(\"beforeClose\",t)!==!1){if(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),!this.opener.filter(\":focusable\").focus().length)try{i=this.document[0].activeElement,i&&\"body\"!==i.nodeName.toLowerCase()&&e(i).blur()}catch(n){}this._hide(this.uiDialog,this.options.hide,function(){s._trigger(\"close\",t)})}},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(t,i){var s=!1,n=this.uiDialog.siblings(\".ui-front:visible\").map(function(){return+e(this).css(\"z-index\")}).get(),a=Math.max.apply(null,n);return a>=+this.uiDialog.css(\"z-index\")&&(this.uiDialog.css(\"z-index\",a+1),s=!0),s&&!i&&this._trigger(\"focus\",t),s},open:function(){var t=this;return this._isOpen?(this._moveToTop()&&this._focusTabbable(),void 0):(this._isOpen=!0,this.opener=e(this.document[0].activeElement),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css(\"z-index\",this.uiDialog.css(\"z-index\")-1),this._show(this.uiDialog,this.options.show,function(){t._focusTabbable(),t._trigger(\"focus\")}),this._makeFocusTarget(),this._trigger(\"open\"),void 0)},_focusTabbable:function(){var e=this._focusedElement;e||(e=this.element.find(\"[autofocus]\")),e.length||(e=this.element.find(\":tabbable\")),e.length||(e=this.uiDialogButtonPane.find(\":tabbable\")),e.length||(e=this.uiDialogTitlebarClose.filter(\":tabbable\")),e.length||(e=this.uiDialog),e.eq(0).focus()},_keepFocus:function(t){function i(){var t=this.document[0].activeElement,i=this.uiDialog[0]===t||e.contains(this.uiDialog[0],t);i||this._focusTabbable()}t.preventDefault(),i.call(this),this._delay(i)},_createWrapper:function(){this.uiDialog=e(\"<div>\").addClass(\"ui-dialog ui-widget ui-widget-content ui-corner-all ui-front \"+this.options.dialogClass).hide().attr({tabIndex:-1,role:\"dialog\"}).appendTo(this._appendTo()),this._on(this.uiDialog,{keydown:function(t){if(this.options.closeOnEscape&&!t.isDefaultPrevented()&&t.keyCode&&t.keyCode===e.ui.keyCode.ESCAPE)return t.preventDefault(),this.close(t),void 0;\nif(t.keyCode===e.ui.keyCode.TAB&&!t.isDefaultPrevented()){var i=this.uiDialog.find(\":tabbable\"),s=i.filter(\":first\"),n=i.filter(\":last\");t.target!==n[0]&&t.target!==this.uiDialog[0]||t.shiftKey?t.target!==s[0]&&t.target!==this.uiDialog[0]||!t.shiftKey||(this._delay(function(){n.focus()}),t.preventDefault()):(this._delay(function(){s.focus()}),t.preventDefault())}},mousedown:function(e){this._moveToTop(e)&&this._focusTabbable()}}),this.element.find(\"[aria-describedby]\").length||this.uiDialog.attr({\"aria-describedby\":this.element.uniqueId().attr(\"id\")})},_createTitlebar:function(){var t;this.uiDialogTitlebar=e(\"<div>\").addClass(\"ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix\").prependTo(this.uiDialog),this._on(this.uiDialogTitlebar,{mousedown:function(t){e(t.target).closest(\".ui-dialog-titlebar-close\")||this.uiDialog.focus()}}),this.uiDialogTitlebarClose=e(\"<button type='button'></button>\").button({label:this.options.closeText,icons:{primary:\"ui-icon-closethick\"},text:!1}).addClass(\"ui-dialog-titlebar-close\").appendTo(this.uiDialogTitlebar),this._on(this.uiDialogTitlebarClose,{click:function(e){e.preventDefault(),this.close(e)}}),t=e(\"<span>\").uniqueId().addClass(\"ui-dialog-title\").prependTo(this.uiDialogTitlebar),this._title(t),this.uiDialog.attr({\"aria-labelledby\":t.attr(\"id\")})},_title:function(e){this.options.title||e.html(\"&#160;\"),e.text(this.options.title)},_createButtonPane:function(){this.uiDialogButtonPane=e(\"<div>\").addClass(\"ui-dialog-buttonpane ui-widget-content ui-helper-clearfix\"),this.uiButtonSet=e(\"<div>\").addClass(\"ui-dialog-buttonset\").appendTo(this.uiDialogButtonPane),this._createButtons()},_createButtons:function(){var t=this,i=this.options.buttons;return this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),e.isEmptyObject(i)||e.isArray(i)&&!i.length?(this.uiDialog.removeClass(\"ui-dialog-buttons\"),void 0):(e.each(i,function(i,s){var n,a;s=e.isFunction(s)?{click:s,text:i}:s,s=e.extend({type:\"button\"},s),n=s.click,s.click=function(){n.apply(t.element[0],arguments)},a={icons:s.icons,text:s.showText},delete s.icons,delete s.showText,e(\"<button></button>\",s).button(a).appendTo(t.uiButtonSet)}),this.uiDialog.addClass(\"ui-dialog-buttons\"),this.uiDialogButtonPane.appendTo(this.uiDialog),void 0)},_makeDraggable:function(){function t(e){return{position:e.position,offset:e.offset}}var i=this,s=this.options;this.uiDialog.draggable({cancel:\".ui-dialog-content, .ui-dialog-titlebar-close\",handle:\".ui-dialog-titlebar\",containment:\"document\",start:function(s,n){e(this).addClass(\"ui-dialog-dragging\"),i._blockFrames(),i._trigger(\"dragStart\",s,t(n))},drag:function(e,s){i._trigger(\"drag\",e,t(s))},stop:function(n,a){var o=a.offset.left-i.document.scrollLeft(),r=a.offset.top-i.document.scrollTop();s.position={my:\"left top\",at:\"left\"+(o>=0?\"+\":\"\")+o+\" \"+\"top\"+(r>=0?\"+\":\"\")+r,of:i.window},e(this).removeClass(\"ui-dialog-dragging\"),i._unblockFrames(),i._trigger(\"dragStop\",n,t(a))}})},_makeResizable:function(){function t(e){return{originalPosition:e.originalPosition,originalSize:e.originalSize,position:e.position,size:e.size}}var i=this,s=this.options,n=s.resizable,a=this.uiDialog.css(\"position\"),o=\"string\"==typeof n?n:\"n,e,s,w,se,sw,ne,nw\";this.uiDialog.resizable({cancel:\".ui-dialog-content\",containment:\"document\",alsoResize:this.element,maxWidth:s.maxWidth,maxHeight:s.maxHeight,minWidth:s.minWidth,minHeight:this._minHeight(),handles:o,start:function(s,n){e(this).addClass(\"ui-dialog-resizing\"),i._blockFrames(),i._trigger(\"resizeStart\",s,t(n))},resize:function(e,s){i._trigger(\"resize\",e,t(s))},stop:function(n,a){var o=i.uiDialog.offset(),r=o.left-i.document.scrollLeft(),h=o.top-i.document.scrollTop();s.height=i.uiDialog.height(),s.width=i.uiDialog.width(),s.position={my:\"left top\",at:\"left\"+(r>=0?\"+\":\"\")+r+\" \"+\"top\"+(h>=0?\"+\":\"\")+h,of:i.window},e(this).removeClass(\"ui-dialog-resizing\"),i._unblockFrames(),i._trigger(\"resizeStop\",n,t(a))}}).css(\"position\",a)},_trackFocus:function(){this._on(this.widget(),{focusin:function(t){this._makeFocusTarget(),this._focusedElement=e(t.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var t=this._trackingInstances(),i=e.inArray(this,t);-1!==i&&t.splice(i,1)},_trackingInstances:function(){var e=this.document.data(\"ui-dialog-instances\");return e||(e=[],this.document.data(\"ui-dialog-instances\",e)),e},_minHeight:function(){var e=this.options;return\"auto\"===e.height?e.minHeight:Math.min(e.minHeight,e.height)},_position:function(){var e=this.uiDialog.is(\":visible\");e||this.uiDialog.show(),this.uiDialog.position(this.options.position),e||this.uiDialog.hide()},_setOptions:function(t){var i=this,s=!1,n={};e.each(t,function(e,t){i._setOption(e,t),e in i.sizeRelatedOptions&&(s=!0),e in i.resizableRelatedOptions&&(n[e]=t)}),s&&(this._size(),this._position()),this.uiDialog.is(\":data(ui-resizable)\")&&this.uiDialog.resizable(\"option\",n)},_setOption:function(e,t){var i,s,n=this.uiDialog;\"dialogClass\"===e&&n.removeClass(this.options.dialogClass).addClass(t),\"disabled\"!==e&&(this._super(e,t),\"appendTo\"===e&&this.uiDialog.appendTo(this._appendTo()),\"buttons\"===e&&this._createButtons(),\"closeText\"===e&&this.uiDialogTitlebarClose.button({label:\"\"+t}),\"draggable\"===e&&(i=n.is(\":data(ui-draggable)\"),i&&!t&&n.draggable(\"destroy\"),!i&&t&&this._makeDraggable()),\"position\"===e&&this._position(),\"resizable\"===e&&(s=n.is(\":data(ui-resizable)\"),s&&!t&&n.resizable(\"destroy\"),s&&\"string\"==typeof t&&n.resizable(\"option\",\"handles\",t),s||t===!1||this._makeResizable()),\"title\"===e&&this._title(this.uiDialogTitlebar.find(\".ui-dialog-title\")))},_size:function(){var e,t,i,s=this.options;this.element.show().css({width:\"auto\",minHeight:0,maxHeight:\"none\",height:0}),s.minWidth>s.width&&(s.width=s.minWidth),e=this.uiDialog.css({height:\"auto\",width:s.width}).outerHeight(),t=Math.max(0,s.minHeight-e),i=\"number\"==typeof s.maxHeight?Math.max(0,s.maxHeight-e):\"none\",\"auto\"===s.height?this.element.css({minHeight:t,maxHeight:i,height:\"auto\"}):this.element.height(Math.max(0,s.height-e)),this.uiDialog.is(\":data(ui-resizable)\")&&this.uiDialog.resizable(\"option\",\"minHeight\",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find(\"iframe\").map(function(){var t=e(this);return e(\"<div>\").css({position:\"absolute\",width:t.outerWidth(),height:t.outerHeight()}).appendTo(t.parent()).offset(t.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(t){return e(t.target).closest(\".ui-dialog\").length?!0:!!e(t.target).closest(\".ui-datepicker\").length},_createOverlay:function(){if(this.options.modal){var t=!0;this._delay(function(){t=!1}),this.document.data(\"ui-dialog-overlays\")||this._on(this.document,{focusin:function(e){t||this._allowInteraction(e)||(e.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=e(\"<div>\").addClass(\"ui-widget-overlay ui-front\").appendTo(this._appendTo()),this._on(this.overlay,{mousedown:\"_keepFocus\"}),this.document.data(\"ui-dialog-overlays\",(this.document.data(\"ui-dialog-overlays\")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var e=this.document.data(\"ui-dialog-overlays\")-1;e?this.document.data(\"ui-dialog-overlays\",e):this.document.unbind(\"focusin\").removeData(\"ui-dialog-overlays\"),this.overlay.remove(),this.overlay=null}}}),e.widget(\"ui.droppable\",{version:\"1.11.1\",widgetEventPrefix:\"drop\",options:{accept:\"*\",activeClass:!1,addClasses:!0,greedy:!1,hoverClass:!1,scope:\"default\",tolerance:\"intersect\",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var t,i=this.options,s=i.accept;this.isover=!1,this.isout=!0,this.accept=e.isFunction(s)?s:function(e){return e.is(s)},this.proportions=function(){return arguments.length?(t=arguments[0],void 0):t?t:t={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight}},this._addToManager(i.scope),i.addClasses&&this.element.addClass(\"ui-droppable\")},_addToManager:function(t){e.ui.ddmanager.droppables[t]=e.ui.ddmanager.droppables[t]||[],e.ui.ddmanager.droppables[t].push(this)},_splice:function(e){for(var t=0;e.length>t;t++)e[t]===this&&e.splice(t,1)},_destroy:function(){var t=e.ui.ddmanager.droppables[this.options.scope];this._splice(t),this.element.removeClass(\"ui-droppable ui-droppable-disabled\")},_setOption:function(t,i){if(\"accept\"===t)this.accept=e.isFunction(i)?i:function(e){return e.is(i)};else if(\"scope\"===t){var s=e.ui.ddmanager.droppables[this.options.scope];this._splice(s),this._addToManager(i)}this._super(t,i)},_activate:function(t){var i=e.ui.ddmanager.current;this.options.activeClass&&this.element.addClass(this.options.activeClass),i&&this._trigger(\"activate\",t,this.ui(i))},_deactivate:function(t){var i=e.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass),i&&this._trigger(\"deactivate\",t,this.ui(i))},_over:function(t){var i=e.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this.options.hoverClass&&this.element.addClass(this.options.hoverClass),this._trigger(\"over\",t,this.ui(i)))},_out:function(t){var i=e.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this.options.hoverClass&&this.element.removeClass(this.options.hoverClass),this._trigger(\"out\",t,this.ui(i)))},_drop:function(t,i){var s=i||e.ui.ddmanager.current,n=!1;return s&&(s.currentItem||s.element)[0]!==this.element[0]?(this.element.find(\":data(ui-droppable)\").not(\".ui-draggable-dragging\").each(function(){var i=e(this).droppable(\"instance\");return i.options.greedy&&!i.options.disabled&&i.options.scope===s.options.scope&&i.accept.call(i.element[0],s.currentItem||s.element)&&e.ui.intersect(s,e.extend(i,{offset:i.element.offset()}),i.options.tolerance,t)?(n=!0,!1):void 0}),n?!1:this.accept.call(this.element[0],s.currentItem||s.element)?(this.options.activeClass&&this.element.removeClass(this.options.activeClass),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass),this._trigger(\"drop\",t,this.ui(s)),this.element):!1):!1},ui:function(e){return{draggable:e.currentItem||e.element,helper:e.helper,position:e.position,offset:e.positionAbs}}}),e.ui.intersect=function(){function e(e,t,i){return e>=t&&t+i>e}return function(t,i,s,n){if(!i.offset)return!1;var a=(t.positionAbs||t.position.absolute).left,o=(t.positionAbs||t.position.absolute).top,r=a+t.helperProportions.width,h=o+t.helperProportions.height,l=i.offset.left,u=i.offset.top,d=l+i.proportions().width,c=u+i.proportions().height;switch(s){case\"fit\":return a>=l&&d>=r&&o>=u&&c>=h;case\"intersect\":return a+t.helperProportions.width/2>l&&d>r-t.helperProportions.width/2&&o+t.helperProportions.height/2>u&&c>h-t.helperProportions.height/2;case\"pointer\":return e(n.pageY,u,i.proportions().height)&&e(n.pageX,l,i.proportions().width);case\"touch\":return(o>=u&&c>=o||h>=u&&c>=h||u>o&&h>c)&&(a>=l&&d>=a||r>=l&&d>=r||l>a&&r>d);default:return!1}}}(),e.ui.ddmanager={current:null,droppables:{\"default\":[]},prepareOffsets:function(t,i){var s,n,a=e.ui.ddmanager.droppables[t.options.scope]||[],o=i?i.type:null,r=(t.currentItem||t.element).find(\":data(ui-droppable)\").addBack();e:for(s=0;a.length>s;s++)if(!(a[s].options.disabled||t&&!a[s].accept.call(a[s].element[0],t.currentItem||t.element))){for(n=0;r.length>n;n++)if(r[n]===a[s].element[0]){a[s].proportions().height=0;continue e}a[s].visible=\"none\"!==a[s].element.css(\"display\"),a[s].visible&&(\"mousedown\"===o&&a[s]._activate.call(a[s],i),a[s].offset=a[s].element.offset(),a[s].proportions({width:a[s].element[0].offsetWidth,height:a[s].element[0].offsetHeight}))}},drop:function(t,i){var s=!1;return e.each((e.ui.ddmanager.droppables[t.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&e.ui.intersect(t,this,this.options.tolerance,i)&&(s=this._drop.call(this,i)||s),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],t.currentItem||t.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,i)))}),s},dragStart:function(t,i){t.element.parentsUntil(\"body\").bind(\"scroll.droppable\",function(){t.options.refreshPositions||e.ui.ddmanager.prepareOffsets(t,i)})},drag:function(t,i){t.options.refreshPositions&&e.ui.ddmanager.prepareOffsets(t,i),e.each(e.ui.ddmanager.droppables[t.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var s,n,a,o=e.ui.intersect(t,this,this.options.tolerance,i),r=!o&&this.isover?\"isout\":o&&!this.isover?\"isover\":null;r&&(this.options.greedy&&(n=this.options.scope,a=this.element.parents(\":data(ui-droppable)\").filter(function(){return e(this).droppable(\"instance\").options.scope===n}),a.length&&(s=e(a[0]).droppable(\"instance\"),s.greedyChild=\"isover\"===r)),s&&\"isover\"===r&&(s.isover=!1,s.isout=!0,s._out.call(s,i)),this[r]=!0,this[\"isout\"===r?\"isover\":\"isout\"]=!1,this[\"isover\"===r?\"_over\":\"_out\"].call(this,i),s&&\"isout\"===r&&(s.isout=!1,s.isover=!0,s._over.call(s,i)))}})},dragStop:function(t,i){t.element.parentsUntil(\"body\").unbind(\"scroll.droppable\"),t.options.refreshPositions||e.ui.ddmanager.prepareOffsets(t,i)}},e.ui.droppable;var y=\"ui-effects-\",b=e;e.effects={effect:{}},function(e,t){function i(e,t,i){var s=d[t.type]||{};return null==e?i||!t.def?null:t.def:(e=s.floor?~~e:parseFloat(e),isNaN(e)?t.def:s.mod?(e+s.mod)%s.mod:0>e?0:e>s.max?s.max:e)}function s(i){var s=l(),n=s._rgba=[];return i=i.toLowerCase(),f(h,function(e,a){var o,r=a.re.exec(i),h=r&&a.parse(r),l=a.space||\"rgba\";return h?(o=s[l](h),s[u[l].cache]=o[u[l].cache],n=s._rgba=o._rgba,!1):t}),n.length?(\"0,0,0,0\"===n.join()&&e.extend(n,a.transparent),s):a[i]}function n(e,t,i){return i=(i+1)%1,1>6*i?e+6*(t-e)*i:1>2*i?t:2>3*i?e+6*(t-e)*(2/3-i):e}var a,o=\"backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor\",r=/^([\\-+])=\\s*(\\d+\\.?\\d*)/,h=[{re:/rgba?\\(\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*,\\s*(\\d{1,3})\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,parse:function(e){return[e[1],e[2],e[3],e[4]]}},{re:/rgba?\\(\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,parse:function(e){return[2.55*e[1],2.55*e[2],2.55*e[3],e[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(e){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(e){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16)]}},{re:/hsla?\\(\\s*(\\d+(?:\\.\\d+)?)\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*,\\s*(\\d+(?:\\.\\d+)?)\\%\\s*(?:,\\s*(\\d?(?:\\.\\d+)?)\\s*)?\\)/,space:\"hsla\",parse:function(e){return[e[1],e[2]/100,e[3]/100,e[4]]}}],l=e.Color=function(t,i,s,n){return new e.Color.fn.parse(t,i,s,n)},u={rgba:{props:{red:{idx:0,type:\"byte\"},green:{idx:1,type:\"byte\"},blue:{idx:2,type:\"byte\"}}},hsla:{props:{hue:{idx:0,type:\"degrees\"},saturation:{idx:1,type:\"percent\"},lightness:{idx:2,type:\"percent\"}}}},d={\"byte\":{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},c=l.support={},p=e(\"<p>\")[0],f=e.each;p.style.cssText=\"background-color:rgba(1,1,1,.5)\",c.rgba=p.style.backgroundColor.indexOf(\"rgba\")>-1,f(u,function(e,t){t.cache=\"_\"+e,t.props.alpha={idx:3,type:\"percent\",def:1}}),l.fn=e.extend(l.prototype,{parse:function(n,o,r,h){if(n===t)return this._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=e(n).css(o),o=t);var d=this,c=e.type(n),p=this._rgba=[];return o!==t&&(n=[n,o,r,h],c=\"array\"),\"string\"===c?this.parse(s(n)||a._default):\"array\"===c?(f(u.rgba.props,function(e,t){p[t.idx]=i(n[t.idx],t)}),this):\"object\"===c?(n instanceof l?f(u,function(e,t){n[t.cache]&&(d[t.cache]=n[t.cache].slice())}):f(u,function(t,s){var a=s.cache;f(s.props,function(e,t){if(!d[a]&&s.to){if(\"alpha\"===e||null==n[e])return;d[a]=s.to(d._rgba)}d[a][t.idx]=i(n[e],t,!0)}),d[a]&&0>e.inArray(null,d[a].slice(0,3))&&(d[a][3]=1,s.from&&(d._rgba=s.from(d[a])))}),this):t},is:function(e){var i=l(e),s=!0,n=this;return f(u,function(e,a){var o,r=i[a.cache];return r&&(o=n[a.cache]||a.to&&a.to(n._rgba)||[],f(a.props,function(e,i){return null!=r[i.idx]?s=r[i.idx]===o[i.idx]:t})),s}),s},_space:function(){var e=[],t=this;return f(u,function(i,s){t[s.cache]&&e.push(i)}),e.pop()},transition:function(e,t){var s=l(e),n=s._space(),a=u[n],o=0===this.alpha()?l(\"transparent\"):this,r=o[a.cache]||a.to(o._rgba),h=r.slice();return s=s[a.cache],f(a.props,function(e,n){var a=n.idx,o=r[a],l=s[a],u=d[n.type]||{};null!==l&&(null===o?h[a]=l:(u.mod&&(l-o>u.mod/2?o+=u.mod:o-l>u.mod/2&&(o-=u.mod)),h[a]=i((l-o)*t+o,n)))}),this[n](h)},blend:function(t){if(1===this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n=l(t)._rgba;return l(e.map(i,function(e,t){return(1-s)*n[t]+s*e}))},toRgbaString:function(){var t=\"rgba(\",i=e.map(this._rgba,function(e,t){return null==e?t>2?1:0:e});return 1===i[3]&&(i.pop(),t=\"rgb(\"),t+i.join()+\")\"},toHslaString:function(){var t=\"hsla(\",i=e.map(this.hsla(),function(e,t){return null==e&&(e=t>2?1:0),t&&3>t&&(e=Math.round(100*e)+\"%\"),e});return 1===i[3]&&(i.pop(),t=\"hsl(\"),t+i.join()+\")\"},toHexString:function(t){var i=this._rgba.slice(),s=i.pop();return t&&i.push(~~(255*s)),\"#\"+e.map(i,function(e){return e=(e||0).toString(16),1===e.length?\"0\"+e:e}).join(\"\")},toString:function(){return 0===this._rgba[3]?\"transparent\":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,u.hsla.to=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t,i,s=e[0]/255,n=e[1]/255,a=e[2]/255,o=e[3],r=Math.max(s,n,a),h=Math.min(s,n,a),l=r-h,u=r+h,d=.5*u;return t=h===r?0:s===r?60*(n-a)/l+360:n===r?60*(a-s)/l+120:60*(s-n)/l+240,i=0===l?0:.5>=d?l/u:l/(2-u),[Math.round(t)%360,i,d,null==o?1:o]},u.hsla.from=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t=e[0]/360,i=e[1],s=e[2],a=e[3],o=.5>=s?s*(1+i):s+i-s*i,r=2*s-o;return[Math.round(255*n(r,o,t+1/3)),Math.round(255*n(r,o,t)),Math.round(255*n(r,o,t-1/3)),a]},f(u,function(s,n){var a=n.props,o=n.cache,h=n.to,u=n.from;l.fn[s]=function(s){if(h&&!this[o]&&(this[o]=h(this._rgba)),s===t)return this[o].slice();var n,r=e.type(s),d=\"array\"===r||\"object\"===r?s:arguments,c=this[o].slice();return f(a,function(e,t){var s=d[\"object\"===r?e:t.idx];null==s&&(s=c[t.idx]),c[t.idx]=i(s,t)}),u?(n=l(u(c)),n[o]=c,n):l(c)},f(a,function(t,i){l.fn[t]||(l.fn[t]=function(n){var a,o=e.type(n),h=\"alpha\"===t?this._hsla?\"hsla\":\"rgba\":s,l=this[h](),u=l[i.idx];return\"undefined\"===o?u:(\"function\"===o&&(n=n.call(this,u),o=e.type(n)),null==n&&i.empty?this:(\"string\"===o&&(a=r.exec(n),a&&(n=u+parseFloat(a[2])*(\"+\"===a[1]?1:-1))),l[i.idx]=n,this[h](l)))})})}),l.hook=function(t){var i=t.split(\" \");f(i,function(t,i){e.cssHooks[i]={set:function(t,n){var a,o,r=\"\";if(\"transparent\"!==n&&(\"string\"!==e.type(n)||(a=s(n)))){if(n=l(a||n),!c.rgba&&1!==n._rgba[3]){for(o=\"backgroundColor\"===i?t.parentNode:t;(\"\"===r||\"transparent\"===r)&&o&&o.style;)try{r=e.css(o,\"backgroundColor\"),o=o.parentNode}catch(h){}n=n.blend(r&&\"transparent\"!==r?r:\"_default\")}n=n.toRgbaString()}try{t.style[i]=n}catch(h){}}},e.fx.step[i]=function(t){t.colorInit||(t.start=l(t.elem,i),t.end=l(t.end),t.colorInit=!0),e.cssHooks[i].set(t.elem,t.start.transition(t.end,t.pos))}})},l.hook(o),e.cssHooks.borderColor={expand:function(e){var t={};return f([\"Top\",\"Right\",\"Bottom\",\"Left\"],function(i,s){t[\"border\"+s+\"Color\"]=e}),t}},a=e.Color.names={aqua:\"#00ffff\",black:\"#000000\",blue:\"#0000ff\",fuchsia:\"#ff00ff\",gray:\"#808080\",green:\"#008000\",lime:\"#00ff00\",maroon:\"#800000\",navy:\"#000080\",olive:\"#808000\",purple:\"#800080\",red:\"#ff0000\",silver:\"#c0c0c0\",teal:\"#008080\",white:\"#ffffff\",yellow:\"#ffff00\",transparent:[null,null,null,0],_default:\"#ffffff\"}}(b),function(){function t(t){var i,s,n=t.ownerDocument.defaultView?t.ownerDocument.defaultView.getComputedStyle(t,null):t.currentStyle,a={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],\"string\"==typeof n[i]&&(a[e.camelCase(i)]=n[i]);else for(i in n)\"string\"==typeof n[i]&&(a[i]=n[i]);return a}function i(t,i){var s,a,o={};for(s in i)a=i[s],t[s]!==a&&(n[s]||(e.fx.step[s]||!isNaN(parseFloat(a)))&&(o[s]=a));return o}var s=[\"add\",\"remove\",\"toggle\"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};e.each([\"borderLeftStyle\",\"borderRightStyle\",\"borderBottomStyle\",\"borderTopStyle\"],function(t,i){e.fx.step[i]=function(e){(\"none\"!==e.end&&!e.setAttr||1===e.pos&&!e.setAttr)&&(b.style(e.elem,i,e.end),e.setAttr=!0)}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e.effects.animateClass=function(n,a,o,r){var h=e.speed(a,o,r);return this.queue(function(){var a,o=e(this),r=o.attr(\"class\")||\"\",l=h.children?o.find(\"*\").addBack():o;l=l.map(function(){var i=e(this);return{el:i,start:t(this)}}),a=function(){e.each(s,function(e,t){n[t]&&o[t+\"Class\"](n[t])})},a(),l=l.map(function(){return this.end=t(this.el[0]),this.diff=i(this.start,this.end),this}),o.attr(\"class\",r),l=l.map(function(){var t=this,i=e.Deferred(),s=e.extend({},h,{queue:!1,complete:function(){i.resolve(t)}});return this.el.animate(this.diff,s),i.promise()}),e.when.apply(e,l.get()).done(function(){a(),e.each(arguments,function(){var t=this.el;e.each(this.diff,function(e){t.css(e,\"\")})}),h.complete.call(o[0])})})},e.fn.extend({addClass:function(t){return function(i,s,n,a){return s?e.effects.animateClass.call(this,{add:i},s,n,a):t.apply(this,arguments)}}(e.fn.addClass),removeClass:function(t){return function(i,s,n,a){return arguments.length>1?e.effects.animateClass.call(this,{remove:i},s,n,a):t.apply(this,arguments)}}(e.fn.removeClass),toggleClass:function(t){return function(i,s,n,a,o){return\"boolean\"==typeof s||void 0===s?n?e.effects.animateClass.call(this,s?{add:i}:{remove:i},n,a,o):t.apply(this,arguments):e.effects.animateClass.call(this,{toggle:i},s,n,a)}}(e.fn.toggleClass),switchClass:function(t,i,s,n,a){return e.effects.animateClass.call(this,{add:i,remove:t},s,n,a)}})}(),function(){function t(t,i,s,n){return e.isPlainObject(t)&&(i=t,t=t.effect),t={effect:t},null==i&&(i={}),e.isFunction(i)&&(n=i,s=null,i={}),(\"number\"==typeof i||e.fx.speeds[i])&&(n=s,s=i,i={}),e.isFunction(s)&&(n=s,s=null),i&&e.extend(t,i),s=s||i.duration,t.duration=e.fx.off?0:\"number\"==typeof s?s:s in e.fx.speeds?e.fx.speeds[s]:e.fx.speeds._default,t.complete=n||i.complete,t}function i(t){return!t||\"number\"==typeof t||e.fx.speeds[t]?!0:\"string\"!=typeof t||e.effects.effect[t]?e.isFunction(t)?!0:\"object\"!=typeof t||t.effect?!1:!0:!0}e.extend(e.effects,{version:\"1.11.1\",save:function(e,t){for(var i=0;t.length>i;i++)null!==t[i]&&e.data(y+t[i],e[0].style[t[i]])},restore:function(e,t){var i,s;for(s=0;t.length>s;s++)null!==t[s]&&(i=e.data(y+t[s]),void 0===i&&(i=\"\"),e.css(t[s],i))},setMode:function(e,t){return\"toggle\"===t&&(t=e.is(\":hidden\")?\"show\":\"hide\"),t},getBaseline:function(e,t){var i,s;switch(e[0]){case\"top\":i=0;break;case\"middle\":i=.5;break;case\"bottom\":i=1;break;default:i=e[0]/t.height}switch(e[1]){case\"left\":s=0;break;case\"center\":s=.5;break;case\"right\":s=1;break;default:s=e[1]/t.width}return{x:s,y:i}},createWrapper:function(t){if(t.parent().is(\".ui-effects-wrapper\"))return t.parent();var i={width:t.outerWidth(!0),height:t.outerHeight(!0),\"float\":t.css(\"float\")},s=e(\"<div></div>\").addClass(\"ui-effects-wrapper\").css({fontSize:\"100%\",background:\"transparent\",border:\"none\",margin:0,padding:0}),n={width:t.width(),height:t.height()},a=document.activeElement;try{a.id}catch(o){a=document.body}return t.wrap(s),(t[0]===a||e.contains(t[0],a))&&e(a).focus(),s=t.parent(),\"static\"===t.css(\"position\")?(s.css({position:\"relative\"}),t.css({position:\"relative\"})):(e.extend(i,{position:t.css(\"position\"),zIndex:t.css(\"z-index\")}),e.each([\"top\",\"left\",\"bottom\",\"right\"],function(e,s){i[s]=t.css(s),isNaN(parseInt(i[s],10))&&(i[s]=\"auto\")}),t.css({position:\"relative\",top:0,left:0,right:\"auto\",bottom:\"auto\"})),t.css(n),s.css(i).show()},removeWrapper:function(t){var i=document.activeElement;return t.parent().is(\".ui-effects-wrapper\")&&(t.parent().replaceWith(t),(t[0]===i||e.contains(t[0],i))&&e(i).focus()),t},setTransition:function(t,i,s,n){return n=n||{},e.each(i,function(e,i){var a=t.cssUnit(i);a[0]>0&&(n[i]=a[0]*s+a[1])}),n}}),e.fn.extend({effect:function(){function i(t){function i(){e.isFunction(a)&&a.call(n[0]),e.isFunction(t)&&t()}var n=e(this),a=s.complete,r=s.mode;(n.is(\":hidden\")?\"hide\"===r:\"show\"===r)?(n[r](),i()):o.call(n[0],s,i)}var s=t.apply(this,arguments),n=s.mode,a=s.queue,o=e.effects.effect[s.effect];return e.fx.off||!o?n?this[n](s.duration,s.complete):this.each(function(){s.complete&&s.complete.call(this)}):a===!1?this.each(i):this.queue(a||\"fx\",i)},show:function(e){return function(s){if(i(s))return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode=\"show\",this.effect.call(this,n)}}(e.fn.show),hide:function(e){return function(s){if(i(s))return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode=\"hide\",this.effect.call(this,n)}}(e.fn.hide),toggle:function(e){return function(s){if(i(s)||\"boolean\"==typeof s)return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode=\"toggle\",this.effect.call(this,n)}}(e.fn.toggle),cssUnit:function(t){var i=this.css(t),s=[];return e.each([\"em\",\"px\",\"%\",\"pt\"],function(e,t){i.indexOf(t)>0&&(s=[parseFloat(i),t])}),s}})}(),function(){var t={};e.each([\"Quad\",\"Cubic\",\"Quart\",\"Quint\",\"Expo\"],function(e,i){t[i]=function(t){return Math.pow(t,e+2)}}),e.extend(t,{Sine:function(e){return 1-Math.cos(e*Math.PI/2)},Circ:function(e){return 1-Math.sqrt(1-e*e)},Elastic:function(e){return 0===e||1===e?e:-Math.pow(2,8*(e-1))*Math.sin((80*(e-1)-7.5)*Math.PI/15)},Back:function(e){return e*e*(3*e-2)},Bounce:function(e){for(var t,i=4;((t=Math.pow(2,--i))-1)/11>e;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*t-2)/22-e,2)}}),e.each(t,function(t,i){e.easing[\"easeIn\"+t]=i,e.easing[\"easeOut\"+t]=function(e){return 1-i(1-e)},e.easing[\"easeInOut\"+t]=function(e){return.5>e?i(2*e)/2:1-i(-2*e+2)/2}})}(),e.effects,e.effects.effect.blind=function(t,i){var s,n,a,o=e(this),r=/up|down|vertical/,h=/up|left|vertical|horizontal/,l=[\"position\",\"top\",\"bottom\",\"left\",\"right\",\"height\",\"width\"],u=e.effects.setMode(o,t.mode||\"hide\"),d=t.direction||\"up\",c=r.test(d),p=c?\"height\":\"width\",f=c?\"top\":\"left\",m=h.test(d),g={},v=\"show\"===u;o.parent().is(\".ui-effects-wrapper\")?e.effects.save(o.parent(),l):e.effects.save(o,l),o.show(),s=e.effects.createWrapper(o).css({overflow:\"hidden\"}),n=s[p](),a=parseFloat(s.css(f))||0,g[p]=v?n:0,m||(o.css(c?\"bottom\":\"right\",0).css(c?\"top\":\"left\",\"auto\").css({position:\"absolute\"}),g[f]=v?a:n+a),v&&(s.css(p,0),m||s.css(f,a+n)),s.animate(g,{duration:t.duration,easing:t.easing,queue:!1,complete:function(){\"hide\"===u&&o.hide(),e.effects.restore(o,l),e.effects.removeWrapper(o),i()}})},e.effects.effect.bounce=function(t,i){var s,n,a,o=e(this),r=[\"position\",\"top\",\"bottom\",\"left\",\"right\",\"height\",\"width\"],h=e.effects.setMode(o,t.mode||\"effect\"),l=\"hide\"===h,u=\"show\"===h,d=t.direction||\"up\",c=t.distance,p=t.times||5,f=2*p+(u||l?1:0),m=t.duration/f,g=t.easing,v=\"up\"===d||\"down\"===d?\"top\":\"left\",y=\"up\"===d||\"left\"===d,b=o.queue(),_=b.length;for((u||l)&&r.push(\"opacity\"),e.effects.save(o,r),o.show(),e.effects.createWrapper(o),c||(c=o[\"top\"===v?\"outerHeight\":\"outerWidth\"]()/3),u&&(a={opacity:1},a[v]=0,o.css(\"opacity\",0).css(v,y?2*-c:2*c).animate(a,m,g)),l&&(c/=Math.pow(2,p-1)),a={},a[v]=0,s=0;p>s;s++)n={},n[v]=(y?\"-=\":\"+=\")+c,o.animate(n,m,g).animate(a,m,g),c=l?2*c:c/2;l&&(n={opacity:0},n[v]=(y?\"-=\":\"+=\")+c,o.animate(n,m,g)),o.queue(function(){l&&o.hide(),e.effects.restore(o,r),e.effects.removeWrapper(o),i()}),_>1&&b.splice.apply(b,[1,0].concat(b.splice(_,f+1))),o.dequeue()},e.effects.effect.clip=function(t,i){var s,n,a,o=e(this),r=[\"position\",\"top\",\"bottom\",\"left\",\"right\",\"height\",\"width\"],h=e.effects.setMode(o,t.mode||\"hide\"),l=\"show\"===h,u=t.direction||\"vertical\",d=\"vertical\"===u,c=d?\"height\":\"width\",p=d?\"top\":\"left\",f={};e.effects.save(o,r),o.show(),s=e.effects.createWrapper(o).css({overflow:\"hidden\"}),n=\"IMG\"===o[0].tagName?s:o,a=n[c](),l&&(n.css(c,0),n.css(p,a/2)),f[c]=l?a:0,f[p]=l?0:a/2,n.animate(f,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){l||o.hide(),e.effects.restore(o,r),e.effects.removeWrapper(o),i()}})},e.effects.effect.drop=function(t,i){var s,n=e(this),a=[\"position\",\"top\",\"bottom\",\"left\",\"right\",\"opacity\",\"height\",\"width\"],o=e.effects.setMode(n,t.mode||\"hide\"),r=\"show\"===o,h=t.direction||\"left\",l=\"up\"===h||\"down\"===h?\"top\":\"left\",u=\"up\"===h||\"left\"===h?\"pos\":\"neg\",d={opacity:r?1:0};e.effects.save(n,a),n.show(),e.effects.createWrapper(n),s=t.distance||n[\"top\"===l?\"outerHeight\":\"outerWidth\"](!0)/2,r&&n.css(\"opacity\",0).css(l,\"pos\"===u?-s:s),d[l]=(r?\"pos\"===u?\"+=\":\"-=\":\"pos\"===u?\"-=\":\"+=\")+s,n.animate(d,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){\"hide\"===o&&n.hide(),e.effects.restore(n,a),e.effects.removeWrapper(n),i()}})},e.effects.effect.explode=function(t,i){function s(){b.push(this),b.length===d*c&&n()}function n(){p.css({visibility:\"visible\"}),e(b).remove(),m||p.hide(),i()}var a,o,r,h,l,u,d=t.pieces?Math.round(Math.sqrt(t.pieces)):3,c=d,p=e(this),f=e.effects.setMode(p,t.mode||\"hide\"),m=\"show\"===f,g=p.show().css(\"visibility\",\"hidden\").offset(),v=Math.ceil(p.outerWidth()/c),y=Math.ceil(p.outerHeight()/d),b=[];for(a=0;d>a;a++)for(h=g.top+a*y,u=a-(d-1)/2,o=0;c>o;o++)r=g.left+o*v,l=o-(c-1)/2,p.clone().appendTo(\"body\").wrap(\"<div></div>\").css({position:\"absolute\",visibility:\"visible\",left:-o*v,top:-a*y}).parent().addClass(\"ui-effects-explode\").css({position:\"absolute\",overflow:\"hidden\",width:v,height:y,left:r+(m?l*v:0),top:h+(m?u*y:0),opacity:m?0:1}).animate({left:r+(m?0:l*v),top:h+(m?0:u*y),opacity:m?1:0},t.duration||500,t.easing,s)},e.effects.effect.fade=function(t,i){var s=e(this),n=e.effects.setMode(s,t.mode||\"toggle\");s.animate({opacity:n},{queue:!1,duration:t.duration,easing:t.easing,complete:i})},e.effects.effect.fold=function(t,i){var s,n,a=e(this),o=[\"position\",\"top\",\"bottom\",\"left\",\"right\",\"height\",\"width\"],r=e.effects.setMode(a,t.mode||\"hide\"),h=\"show\"===r,l=\"hide\"===r,u=t.size||15,d=/([0-9]+)%/.exec(u),c=!!t.horizFirst,p=h!==c,f=p?[\"width\",\"height\"]:[\"height\",\"width\"],m=t.duration/2,g={},v={};e.effects.save(a,o),a.show(),s=e.effects.createWrapper(a).css({overflow:\"hidden\"}),n=p?[s.width(),s.height()]:[s.height(),s.width()],d&&(u=parseInt(d[1],10)/100*n[l?0:1]),h&&s.css(c?{height:0,width:u}:{height:u,width:0}),g[f[0]]=h?n[0]:u,v[f[1]]=h?n[1]:0,s.animate(g,m,t.easing).animate(v,m,t.easing,function(){l&&a.hide(),e.effects.restore(a,o),e.effects.removeWrapper(a),i()})},e.effects.effect.highlight=function(t,i){var s=e(this),n=[\"backgroundImage\",\"backgroundColor\",\"opacity\"],a=e.effects.setMode(s,t.mode||\"show\"),o={backgroundColor:s.css(\"backgroundColor\")};\"hide\"===a&&(o.opacity=0),e.effects.save(s,n),s.show().css({backgroundImage:\"none\",backgroundColor:t.color||\"#ffff99\"}).animate(o,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){\"hide\"===a&&s.hide(),e.effects.restore(s,n),i()}})},e.effects.effect.size=function(t,i){var s,n,a,o=e(this),r=[\"position\",\"top\",\"bottom\",\"left\",\"right\",\"width\",\"height\",\"overflow\",\"opacity\"],h=[\"position\",\"top\",\"bottom\",\"left\",\"right\",\"overflow\",\"opacity\"],l=[\"width\",\"height\",\"overflow\"],u=[\"fontSize\"],d=[\"borderTopWidth\",\"borderBottomWidth\",\"paddingTop\",\"paddingBottom\"],c=[\"borderLeftWidth\",\"borderRightWidth\",\"paddingLeft\",\"paddingRight\"],p=e.effects.setMode(o,t.mode||\"effect\"),f=t.restore||\"effect\"!==p,m=t.scale||\"both\",g=t.origin||[\"middle\",\"center\"],v=o.css(\"position\"),y=f?r:h,b={height:0,width:0,outerHeight:0,outerWidth:0};\"show\"===p&&o.show(),s={height:o.height(),width:o.width(),outerHeight:o.outerHeight(),outerWidth:o.outerWidth()},\"toggle\"===t.mode&&\"show\"===p?(o.from=t.to||b,o.to=t.from||s):(o.from=t.from||(\"show\"===p?b:s),o.to=t.to||(\"hide\"===p?b:s)),a={from:{y:o.from.height/s.height,x:o.from.width/s.width},to:{y:o.to.height/s.height,x:o.to.width/s.width}},(\"box\"===m||\"both\"===m)&&(a.from.y!==a.to.y&&(y=y.concat(d),o.from=e.effects.setTransition(o,d,a.from.y,o.from),o.to=e.effects.setTransition(o,d,a.to.y,o.to)),a.from.x!==a.to.x&&(y=y.concat(c),o.from=e.effects.setTransition(o,c,a.from.x,o.from),o.to=e.effects.setTransition(o,c,a.to.x,o.to))),(\"content\"===m||\"both\"===m)&&a.from.y!==a.to.y&&(y=y.concat(u).concat(l),o.from=e.effects.setTransition(o,u,a.from.y,o.from),o.to=e.effects.setTransition(o,u,a.to.y,o.to)),e.effects.save(o,y),o.show(),e.effects.createWrapper(o),o.css(\"overflow\",\"hidden\").css(o.from),g&&(n=e.effects.getBaseline(g,s),o.from.top=(s.outerHeight-o.outerHeight())*n.y,o.from.left=(s.outerWidth-o.outerWidth())*n.x,o.to.top=(s.outerHeight-o.to.outerHeight)*n.y,o.to.left=(s.outerWidth-o.to.outerWidth)*n.x),o.css(o.from),(\"content\"===m||\"both\"===m)&&(d=d.concat([\"marginTop\",\"marginBottom\"]).concat(u),c=c.concat([\"marginLeft\",\"marginRight\"]),l=r.concat(d).concat(c),o.find(\"*[width]\").each(function(){var i=e(this),s={height:i.height(),width:i.width(),outerHeight:i.outerHeight(),outerWidth:i.outerWidth()};\nf&&e.effects.save(i,l),i.from={height:s.height*a.from.y,width:s.width*a.from.x,outerHeight:s.outerHeight*a.from.y,outerWidth:s.outerWidth*a.from.x},i.to={height:s.height*a.to.y,width:s.width*a.to.x,outerHeight:s.height*a.to.y,outerWidth:s.width*a.to.x},a.from.y!==a.to.y&&(i.from=e.effects.setTransition(i,d,a.from.y,i.from),i.to=e.effects.setTransition(i,d,a.to.y,i.to)),a.from.x!==a.to.x&&(i.from=e.effects.setTransition(i,c,a.from.x,i.from),i.to=e.effects.setTransition(i,c,a.to.x,i.to)),i.css(i.from),i.animate(i.to,t.duration,t.easing,function(){f&&e.effects.restore(i,l)})})),o.animate(o.to,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){0===o.to.opacity&&o.css(\"opacity\",o.from.opacity),\"hide\"===p&&o.hide(),e.effects.restore(o,y),f||(\"static\"===v?o.css({position:\"relative\",top:o.to.top,left:o.to.left}):e.each([\"top\",\"left\"],function(e,t){o.css(t,function(t,i){var s=parseInt(i,10),n=e?o.to.left:o.to.top;return\"auto\"===i?n+\"px\":s+n+\"px\"})})),e.effects.removeWrapper(o),i()}})},e.effects.effect.scale=function(t,i){var s=e(this),n=e.extend(!0,{},t),a=e.effects.setMode(s,t.mode||\"effect\"),o=parseInt(t.percent,10)||(0===parseInt(t.percent,10)?0:\"hide\"===a?0:100),r=t.direction||\"both\",h=t.origin,l={height:s.height(),width:s.width(),outerHeight:s.outerHeight(),outerWidth:s.outerWidth()},u={y:\"horizontal\"!==r?o/100:1,x:\"vertical\"!==r?o/100:1};n.effect=\"size\",n.queue=!1,n.complete=i,\"effect\"!==a&&(n.origin=h||[\"middle\",\"center\"],n.restore=!0),n.from=t.from||(\"show\"===a?{height:0,width:0,outerHeight:0,outerWidth:0}:l),n.to={height:l.height*u.y,width:l.width*u.x,outerHeight:l.outerHeight*u.y,outerWidth:l.outerWidth*u.x},n.fade&&(\"show\"===a&&(n.from.opacity=0,n.to.opacity=1),\"hide\"===a&&(n.from.opacity=1,n.to.opacity=0)),s.effect(n)},e.effects.effect.puff=function(t,i){var s=e(this),n=e.effects.setMode(s,t.mode||\"hide\"),a=\"hide\"===n,o=parseInt(t.percent,10)||150,r=o/100,h={height:s.height(),width:s.width(),outerHeight:s.outerHeight(),outerWidth:s.outerWidth()};e.extend(t,{effect:\"scale\",queue:!1,fade:!0,mode:n,complete:i,percent:a?o:100,from:a?h:{height:h.height*r,width:h.width*r,outerHeight:h.outerHeight*r,outerWidth:h.outerWidth*r}}),s.effect(t)},e.effects.effect.pulsate=function(t,i){var s,n=e(this),a=e.effects.setMode(n,t.mode||\"show\"),o=\"show\"===a,r=\"hide\"===a,h=o||\"hide\"===a,l=2*(t.times||5)+(h?1:0),u=t.duration/l,d=0,c=n.queue(),p=c.length;for((o||!n.is(\":visible\"))&&(n.css(\"opacity\",0).show(),d=1),s=1;l>s;s++)n.animate({opacity:d},u,t.easing),d=1-d;n.animate({opacity:d},u,t.easing),n.queue(function(){r&&n.hide(),i()}),p>1&&c.splice.apply(c,[1,0].concat(c.splice(p,l+1))),n.dequeue()},e.effects.effect.shake=function(t,i){var s,n=e(this),a=[\"position\",\"top\",\"bottom\",\"left\",\"right\",\"height\",\"width\"],o=e.effects.setMode(n,t.mode||\"effect\"),r=t.direction||\"left\",h=t.distance||20,l=t.times||3,u=2*l+1,d=Math.round(t.duration/u),c=\"up\"===r||\"down\"===r?\"top\":\"left\",p=\"up\"===r||\"left\"===r,f={},m={},g={},v=n.queue(),y=v.length;for(e.effects.save(n,a),n.show(),e.effects.createWrapper(n),f[c]=(p?\"-=\":\"+=\")+h,m[c]=(p?\"+=\":\"-=\")+2*h,g[c]=(p?\"-=\":\"+=\")+2*h,n.animate(f,d,t.easing),s=1;l>s;s++)n.animate(m,d,t.easing).animate(g,d,t.easing);n.animate(m,d,t.easing).animate(f,d/2,t.easing).queue(function(){\"hide\"===o&&n.hide(),e.effects.restore(n,a),e.effects.removeWrapper(n),i()}),y>1&&v.splice.apply(v,[1,0].concat(v.splice(y,u+1))),n.dequeue()},e.effects.effect.slide=function(t,i){var s,n=e(this),a=[\"position\",\"top\",\"bottom\",\"left\",\"right\",\"width\",\"height\"],o=e.effects.setMode(n,t.mode||\"show\"),r=\"show\"===o,h=t.direction||\"left\",l=\"up\"===h||\"down\"===h?\"top\":\"left\",u=\"up\"===h||\"left\"===h,d={};e.effects.save(n,a),n.show(),s=t.distance||n[\"top\"===l?\"outerHeight\":\"outerWidth\"](!0),e.effects.createWrapper(n).css({overflow:\"hidden\"}),r&&n.css(l,u?isNaN(s)?\"-\"+s:-s:s),d[l]=(r?u?\"+=\":\"-=\":u?\"-=\":\"+=\")+s,n.animate(d,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){\"hide\"===o&&n.hide(),e.effects.restore(n,a),e.effects.removeWrapper(n),i()}})},e.effects.effect.transfer=function(t,i){var s=e(this),n=e(t.to),a=\"fixed\"===n.css(\"position\"),o=e(\"body\"),r=a?o.scrollTop():0,h=a?o.scrollLeft():0,l=n.offset(),u={top:l.top-r,left:l.left-h,height:n.innerHeight(),width:n.innerWidth()},d=s.offset(),c=e(\"<div class='ui-effects-transfer'></div>\").appendTo(document.body).addClass(t.className).css({top:d.top-r,left:d.left-h,height:s.innerHeight(),width:s.innerWidth(),position:a?\"fixed\":\"absolute\"}).animate(u,t.duration,t.easing,function(){c.remove(),i()})},e.widget(\"ui.progressbar\",{version:\"1.11.1\",options:{max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.addClass(\"ui-progressbar ui-widget ui-widget-content ui-corner-all\").attr({role:\"progressbar\",\"aria-valuemin\":this.min}),this.valueDiv=e(\"<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>\").appendTo(this.element),this._refreshValue()},_destroy:function(){this.element.removeClass(\"ui-progressbar ui-widget ui-widget-content ui-corner-all\").removeAttr(\"role\").removeAttr(\"aria-valuemin\").removeAttr(\"aria-valuemax\").removeAttr(\"aria-valuenow\"),this.valueDiv.remove()},value:function(e){return void 0===e?this.options.value:(this.options.value=this._constrainedValue(e),this._refreshValue(),void 0)},_constrainedValue:function(e){return void 0===e&&(e=this.options.value),this.indeterminate=e===!1,\"number\"!=typeof e&&(e=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,e))},_setOptions:function(e){var t=e.value;delete e.value,this._super(e),this.options.value=this._constrainedValue(t),this._refreshValue()},_setOption:function(e,t){\"max\"===e&&(t=Math.max(this.min,t)),\"disabled\"===e&&this.element.toggleClass(\"ui-state-disabled\",!!t).attr(\"aria-disabled\",t),this._super(e,t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var t=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||t>this.min).toggleClass(\"ui-corner-right\",t===this.options.max).width(i.toFixed(0)+\"%\"),this.element.toggleClass(\"ui-progressbar-indeterminate\",this.indeterminate),this.indeterminate?(this.element.removeAttr(\"aria-valuenow\"),this.overlayDiv||(this.overlayDiv=e(\"<div class='ui-progressbar-overlay'></div>\").appendTo(this.valueDiv))):(this.element.attr({\"aria-valuemax\":this.options.max,\"aria-valuenow\":t}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==t&&(this.oldValue=t,this._trigger(\"change\")),t===this.options.max&&this._trigger(\"complete\")}}),e.widget(\"ui.selectable\",e.ui.mouse,{version:\"1.11.1\",options:{appendTo:\"body\",autoRefresh:!0,distance:0,filter:\"*\",tolerance:\"touch\",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var t,i=this;this.element.addClass(\"ui-selectable\"),this.dragged=!1,this.refresh=function(){t=e(i.options.filter,i.element[0]),t.addClass(\"ui-selectee\"),t.each(function(){var t=e(this),i=t.offset();e.data(this,\"selectable-item\",{element:this,$element:t,left:i.left,top:i.top,right:i.left+t.outerWidth(),bottom:i.top+t.outerHeight(),startselected:!1,selected:t.hasClass(\"ui-selected\"),selecting:t.hasClass(\"ui-selecting\"),unselecting:t.hasClass(\"ui-unselecting\")})})},this.refresh(),this.selectees=t.addClass(\"ui-selectee\"),this._mouseInit(),this.helper=e(\"<div class='ui-selectable-helper'></div>\")},_destroy:function(){this.selectees.removeClass(\"ui-selectee\").removeData(\"selectable-item\"),this.element.removeClass(\"ui-selectable ui-selectable-disabled\"),this._mouseDestroy()},_mouseStart:function(t){var i=this,s=this.options;this.opos=[t.pageX,t.pageY],this.options.disabled||(this.selectees=e(s.filter,this.element[0]),this._trigger(\"start\",t),e(s.appendTo).append(this.helper),this.helper.css({left:t.pageX,top:t.pageY,width:0,height:0}),s.autoRefresh&&this.refresh(),this.selectees.filter(\".ui-selected\").each(function(){var s=e.data(this,\"selectable-item\");s.startselected=!0,t.metaKey||t.ctrlKey||(s.$element.removeClass(\"ui-selected\"),s.selected=!1,s.$element.addClass(\"ui-unselecting\"),s.unselecting=!0,i._trigger(\"unselecting\",t,{unselecting:s.element}))}),e(t.target).parents().addBack().each(function(){var s,n=e.data(this,\"selectable-item\");return n?(s=!t.metaKey&&!t.ctrlKey||!n.$element.hasClass(\"ui-selected\"),n.$element.removeClass(s?\"ui-unselecting\":\"ui-selected\").addClass(s?\"ui-selecting\":\"ui-unselecting\"),n.unselecting=!s,n.selecting=s,n.selected=s,s?i._trigger(\"selecting\",t,{selecting:n.element}):i._trigger(\"unselecting\",t,{unselecting:n.element}),!1):void 0}))},_mouseDrag:function(t){if(this.dragged=!0,!this.options.disabled){var i,s=this,n=this.options,a=this.opos[0],o=this.opos[1],r=t.pageX,h=t.pageY;return a>r&&(i=r,r=a,a=i),o>h&&(i=h,h=o,o=i),this.helper.css({left:a,top:o,width:r-a,height:h-o}),this.selectees.each(function(){var i=e.data(this,\"selectable-item\"),l=!1;i&&i.element!==s.element[0]&&(\"touch\"===n.tolerance?l=!(i.left>r||a>i.right||i.top>h||o>i.bottom):\"fit\"===n.tolerance&&(l=i.left>a&&r>i.right&&i.top>o&&h>i.bottom),l?(i.selected&&(i.$element.removeClass(\"ui-selected\"),i.selected=!1),i.unselecting&&(i.$element.removeClass(\"ui-unselecting\"),i.unselecting=!1),i.selecting||(i.$element.addClass(\"ui-selecting\"),i.selecting=!0,s._trigger(\"selecting\",t,{selecting:i.element}))):(i.selecting&&((t.metaKey||t.ctrlKey)&&i.startselected?(i.$element.removeClass(\"ui-selecting\"),i.selecting=!1,i.$element.addClass(\"ui-selected\"),i.selected=!0):(i.$element.removeClass(\"ui-selecting\"),i.selecting=!1,i.startselected&&(i.$element.addClass(\"ui-unselecting\"),i.unselecting=!0),s._trigger(\"unselecting\",t,{unselecting:i.element}))),i.selected&&(t.metaKey||t.ctrlKey||i.startselected||(i.$element.removeClass(\"ui-selected\"),i.selected=!1,i.$element.addClass(\"ui-unselecting\"),i.unselecting=!0,s._trigger(\"unselecting\",t,{unselecting:i.element})))))}),!1}},_mouseStop:function(t){var i=this;return this.dragged=!1,e(\".ui-unselecting\",this.element[0]).each(function(){var s=e.data(this,\"selectable-item\");s.$element.removeClass(\"ui-unselecting\"),s.unselecting=!1,s.startselected=!1,i._trigger(\"unselected\",t,{unselected:s.element})}),e(\".ui-selecting\",this.element[0]).each(function(){var s=e.data(this,\"selectable-item\");s.$element.removeClass(\"ui-selecting\").addClass(\"ui-selected\"),s.selecting=!1,s.selected=!0,s.startselected=!0,i._trigger(\"selected\",t,{selected:s.element})}),this._trigger(\"stop\",t),this.helper.remove(),!1}}),e.widget(\"ui.selectmenu\",{version:\"1.11.1\",defaultElement:\"<select>\",options:{appendTo:null,disabled:null,icons:{button:\"ui-icon-triangle-1-s\"},position:{my:\"left top\",at:\"left bottom\",collision:\"none\"},width:null,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr(\"id\");this.ids={element:e,button:e+\"-button\",menu:e+\"-menu\"},this._drawButton(),this._drawMenu(),this.options.disabled&&this.disable()},_drawButton:function(){var t=this,i=this.element.attr(\"tabindex\");this.label=e(\"label[for='\"+this.ids.element+\"']\").attr(\"for\",this.ids.button),this._on(this.label,{click:function(e){this.button.focus(),e.preventDefault()}}),this.element.hide(),this.button=e(\"<span>\",{\"class\":\"ui-selectmenu-button ui-widget ui-state-default ui-corner-all\",tabindex:i||this.options.disabled?-1:0,id:this.ids.button,role:\"combobox\",\"aria-expanded\":\"false\",\"aria-autocomplete\":\"list\",\"aria-owns\":this.ids.menu,\"aria-haspopup\":\"true\"}).insertAfter(this.element),e(\"<span>\",{\"class\":\"ui-icon \"+this.options.icons.button}).prependTo(this.button),this.buttonText=e(\"<span>\",{\"class\":\"ui-selectmenu-text\"}).appendTo(this.button),this._setText(this.buttonText,this.element.find(\"option:selected\").text()),this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one(\"focusin\",function(){t.menuItems||t._refreshMenu()}),this._hoverable(this.button),this._focusable(this.button)},_drawMenu:function(){var t=this;this.menu=e(\"<ul>\",{\"aria-hidden\":\"true\",\"aria-labelledby\":this.ids.button,id:this.ids.menu}),this.menuWrap=e(\"<div>\",{\"class\":\"ui-selectmenu-menu ui-front\"}).append(this.menu).appendTo(this._appendTo()),this.menuInstance=this.menu.menu({role:\"listbox\",select:function(e,i){e.preventDefault(),t._select(i.item.data(\"ui-selectmenu-item\"),e)},focus:function(e,i){var s=i.item.data(\"ui-selectmenu-item\");null!=t.focusIndex&&s.index!==t.focusIndex&&(t._trigger(\"focus\",e,{item:s}),t.isOpen||t._select(s,e)),t.focusIndex=s.index,t.button.attr(\"aria-activedescendant\",t.menuItems.eq(s.index).attr(\"id\"))}}).menu(\"instance\"),this.menu.addClass(\"ui-corner-bottom\").removeClass(\"ui-corner-all\"),this.menuInstance._off(this.menu,\"mouseleave\"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this._setText(this.buttonText,this._getSelectedItem().text()),this.options.width||this._resizeButton()},_refreshMenu:function(){this.menu.empty();var e,t=this.element.find(\"option\");t.length&&(this._parseOptions(t),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find(\"li\").not(\".ui-selectmenu-optgroup\"),e=this._getSelectedItem(),this.menuInstance.focus(null,e),this._setAria(e.data(\"ui-selectmenu-item\")),this._setOption(\"disabled\",this.element.prop(\"disabled\")))},open:function(e){this.options.disabled||(this.menuItems?(this.menu.find(\".ui-state-focus\").removeClass(\"ui-state-focus\"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger(\"open\",e))},_position:function(){this.menuWrap.position(e.extend({of:this.button},this.options.position))},close:function(e){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this._off(this.document),this._trigger(\"close\",e))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderMenu:function(t,i){var s=this,n=\"\";e.each(i,function(i,a){a.optgroup!==n&&(e(\"<li>\",{\"class\":\"ui-selectmenu-optgroup ui-menu-divider\"+(a.element.parent(\"optgroup\").prop(\"disabled\")?\" ui-state-disabled\":\"\"),text:a.optgroup}).appendTo(t),n=a.optgroup),s._renderItemData(t,a)})},_renderItemData:function(e,t){return this._renderItem(e,t).data(\"ui-selectmenu-item\",t)},_renderItem:function(t,i){var s=e(\"<li>\");return i.disabled&&s.addClass(\"ui-state-disabled\"),this._setText(s,i.label),s.appendTo(t)},_setText:function(e,t){t?e.text(t):e.html(\"&#160;\")},_move:function(e,t){var i,s,n=\".ui-menu-item\";this.isOpen?i=this.menuItems.eq(this.focusIndex):(i=this.menuItems.eq(this.element[0].selectedIndex),n+=\":not(.ui-state-disabled)\"),s=\"first\"===e||\"last\"===e?i[\"first\"===e?\"prevAll\":\"nextAll\"](n).eq(-1):i[e+\"All\"](n).eq(0),s.length&&this.menuInstance.focus(t,s)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex)},_toggle:function(e){this[this.isOpen?\"close\":\"open\"](e)},_documentClick:{mousedown:function(t){this.isOpen&&(e(t.target).closest(\".ui-selectmenu-menu, #\"+this.ids.button).length||this.close(t))}},_buttonEvents:{mousedown:function(e){e.preventDefault()},click:\"_toggle\",keydown:function(t){var i=!0;switch(t.keyCode){case e.ui.keyCode.TAB:case e.ui.keyCode.ESCAPE:this.close(t),i=!1;break;case e.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(t);break;case e.ui.keyCode.UP:t.altKey?this._toggle(t):this._move(\"prev\",t);break;case e.ui.keyCode.DOWN:t.altKey?this._toggle(t):this._move(\"next\",t);break;case e.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(t):this._toggle(t);break;case e.ui.keyCode.LEFT:this._move(\"prev\",t);break;case e.ui.keyCode.RIGHT:this._move(\"next\",t);break;case e.ui.keyCode.HOME:case e.ui.keyCode.PAGE_UP:this._move(\"first\",t);break;case e.ui.keyCode.END:case e.ui.keyCode.PAGE_DOWN:this._move(\"last\",t);break;default:this.menu.trigger(t),i=!1}i&&t.preventDefault()}},_selectFocusedItem:function(e){var t=this.menuItems.eq(this.focusIndex);t.hasClass(\"ui-state-disabled\")||this._select(t.data(\"ui-selectmenu-item\"),e)},_select:function(e,t){var i=this.element[0].selectedIndex;this.element[0].selectedIndex=e.index,this._setText(this.buttonText,e.label),this._setAria(e),this._trigger(\"select\",t,{item:e}),e.index!==i&&this._trigger(\"change\",t,{item:e}),this.close(t)},_setAria:function(e){var t=this.menuItems.eq(e.index).attr(\"id\");this.button.attr({\"aria-labelledby\":t,\"aria-activedescendant\":t}),this.menu.attr(\"aria-activedescendant\",t)},_setOption:function(e,t){\"icons\"===e&&this.button.find(\"span.ui-icon\").removeClass(this.options.icons.button).addClass(t.button),this._super(e,t),\"appendTo\"===e&&this.menuWrap.appendTo(this._appendTo()),\"disabled\"===e&&(this.menuInstance.option(\"disabled\",t),this.button.toggleClass(\"ui-state-disabled\",t).attr(\"aria-disabled\",t),this.element.prop(\"disabled\",t),t?(this.button.attr(\"tabindex\",-1),this.close()):this.button.attr(\"tabindex\",0)),\"width\"===e&&this._resizeButton()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(\".ui-front\")),t.length||(t=this.document[0].body),t},_toggleAttr:function(){this.button.toggleClass(\"ui-corner-top\",this.isOpen).toggleClass(\"ui-corner-all\",!this.isOpen).attr(\"aria-expanded\",this.isOpen),this.menuWrap.toggleClass(\"ui-selectmenu-open\",this.isOpen),this.menu.attr(\"aria-hidden\",!this.isOpen)},_resizeButton:function(){var e=this.options.width;e||(e=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(e)},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width(\"\").outerWidth()+1))},_getCreateOptions:function(){return{disabled:this.element.prop(\"disabled\")}},_parseOptions:function(t){var i=[];t.each(function(t,s){var n=e(s),a=n.parent(\"optgroup\");i.push({element:n,index:t,value:n.attr(\"value\"),label:n.text(),optgroup:a.attr(\"label\")||\"\",disabled:a.prop(\"disabled\")||n.prop(\"disabled\")})}),this.items=i},_destroy:function(){this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.label.attr(\"for\",this.ids.element)}}),e.widget(\"ui.slider\",e.ui.mouse,{version:\"1.11.1\",widgetEventPrefix:\"slide\",options:{animate:!1,distance:0,max:100,min:0,orientation:\"horizontal\",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this.element.addClass(\"ui-slider ui-slider-\"+this.orientation+\" ui-widget\"+\" ui-widget-content\"+\" ui-corner-all\"),this._refresh(),this._setOption(\"disabled\",this.options.disabled),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var t,i,s=this.options,n=this.element.find(\".ui-slider-handle\").addClass(\"ui-state-default ui-corner-all\"),a=\"<span class='ui-slider-handle ui-state-default ui-corner-all' tabindex='0'></span>\",o=[];for(i=s.values&&s.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),t=n.length;i>t;t++)o.push(a);this.handles=n.add(e(o.join(\"\")).appendTo(this.element)),this.handle=this.handles.eq(0),this.handles.each(function(t){e(this).data(\"ui-slider-handle-index\",t)})},_createRange:function(){var t=this.options,i=\"\";t.range?(t.range===!0&&(t.values?t.values.length&&2!==t.values.length?t.values=[t.values[0],t.values[0]]:e.isArray(t.values)&&(t.values=t.values.slice(0)):t.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?this.range.removeClass(\"ui-slider-range-min ui-slider-range-max\").css({left:\"\",bottom:\"\"}):(this.range=e(\"<div></div>\").appendTo(this.element),i=\"ui-slider-range ui-widget-header ui-corner-all\"),this.range.addClass(i+(\"min\"===t.range||\"max\"===t.range?\" ui-slider-range-\"+t.range:\"\"))):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this.element.removeClass(\"ui-slider ui-slider-horizontal ui-slider-vertical ui-widget ui-widget-content ui-corner-all\"),this._mouseDestroy()},_mouseCapture:function(t){var i,s,n,a,o,r,h,l,u=this,d=this.options;return d.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:t.pageX,y:t.pageY},s=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(t){var i=Math.abs(s-u.values(t));(n>i||n===i&&(t===u._lastChangedValue||u.values(t)===d.min))&&(n=i,a=e(this),o=t)}),r=this._start(t,o),r===!1?!1:(this._mouseSliding=!0,this._handleIndex=o,a.addClass(\"ui-state-active\").focus(),h=a.offset(),l=!e(t.target).parents().addBack().is(\".ui-slider-handle\"),this._clickOffset=l?{left:0,top:0}:{left:t.pageX-h.left-a.width()/2,top:t.pageY-h.top-a.height()/2-(parseInt(a.css(\"borderTopWidth\"),10)||0)-(parseInt(a.css(\"borderBottomWidth\"),10)||0)+(parseInt(a.css(\"marginTop\"),10)||0)},this.handles.hasClass(\"ui-state-hover\")||this._slide(t,o,s),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(e){var t={x:e.pageX,y:e.pageY},i=this._normValueFromMouse(t);return this._slide(e,this._handleIndex,i),!1},_mouseStop:function(e){return this.handles.removeClass(\"ui-state-active\"),this._mouseSliding=!1,this._stop(e,this._handleIndex),this._change(e,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation=\"vertical\"===this.options.orientation?\"vertical\":\"horizontal\"},_normValueFromMouse:function(e){var t,i,s,n,a;return\"horizontal\"===this.orientation?(t=this.elementSize.width,i=e.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(t=this.elementSize.height,i=e.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),s=i/t,s>1&&(s=1),0>s&&(s=0),\"vertical\"===this.orientation&&(s=1-s),n=this._valueMax()-this._valueMin(),a=this._valueMin()+s*n,this._trimAlignValue(a)},_start:function(e,t){var i={handle:this.handles[t],value:this.value()};return this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._trigger(\"start\",e,i)},_slide:function(e,t,i){var s,n,a;this.options.values&&this.options.values.length?(s=this.values(t?0:1),2===this.options.values.length&&this.options.range===!0&&(0===t&&i>s||1===t&&s>i)&&(i=s),i!==this.values(t)&&(n=this.values(),n[t]=i,a=this._trigger(\"slide\",e,{handle:this.handles[t],value:i,values:n}),s=this.values(t?0:1),a!==!1&&this.values(t,i))):i!==this.value()&&(a=this._trigger(\"slide\",e,{handle:this.handles[t],value:i}),a!==!1&&this.value(i))},_stop:function(e,t){var i={handle:this.handles[t],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._trigger(\"stop\",e,i)},_change:function(e,t){if(!this._keySliding&&!this._mouseSliding){var i={handle:this.handles[t],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._lastChangedValue=t,this._trigger(\"change\",e,i)}},value:function(e){return arguments.length?(this.options.value=this._trimAlignValue(e),this._refreshValue(),this._change(null,0),void 0):this._value()},values:function(t,i){var s,n,a;if(arguments.length>1)return this.options.values[t]=this._trimAlignValue(i),this._refreshValue(),this._change(null,t),void 0;if(!arguments.length)return this._values();if(!e.isArray(arguments[0]))return this.options.values&&this.options.values.length?this._values(t):this.value();for(s=this.options.values,n=arguments[0],a=0;s.length>a;a+=1)s[a]=this._trimAlignValue(n[a]),this._change(null,a);this._refreshValue()},_setOption:function(t,i){var s,n=0;switch(\"range\"===t&&this.options.range===!0&&(\"min\"===i?(this.options.value=this._values(0),this.options.values=null):\"max\"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),e.isArray(this.options.values)&&(n=this.options.values.length),\"disabled\"===t&&this.element.toggleClass(\"ui-state-disabled\",!!i),this._super(t,i),t){case\"orientation\":this._detectOrientation(),this.element.removeClass(\"ui-slider-horizontal ui-slider-vertical\").addClass(\"ui-slider-\"+this.orientation),this._refreshValue(),this.handles.css(\"horizontal\"===i?\"bottom\":\"left\",\"\");break;case\"value\":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case\"values\":for(this._animateOff=!0,this._refreshValue(),s=0;n>s;s+=1)this._change(null,s);this._animateOff=!1;break;case\"min\":case\"max\":this._animateOff=!0,this._refreshValue(),this._animateOff=!1;break;case\"range\":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_value:function(){var e=this.options.value;return e=this._trimAlignValue(e)},_values:function(e){var t,i,s;if(arguments.length)return t=this.options.values[e],t=this._trimAlignValue(t);if(this.options.values&&this.options.values.length){for(i=this.options.values.slice(),s=0;i.length>s;s+=1)i[s]=this._trimAlignValue(i[s]);return i}return[]},_trimAlignValue:function(e){if(this._valueMin()>=e)return this._valueMin();if(e>=this._valueMax())return this._valueMax();var t=this.options.step>0?this.options.step:1,i=(e-this._valueMin())%t,s=e-i;return 2*Math.abs(i)>=t&&(s+=i>0?t:-t),parseFloat(s.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max},_refreshValue:function(){var t,i,s,n,a,o=this.options.range,r=this.options,h=this,l=this._animateOff?!1:r.animate,u={};this.options.values&&this.options.values.length?this.handles.each(function(s){i=100*((h.values(s)-h._valueMin())/(h._valueMax()-h._valueMin())),u[\"horizontal\"===h.orientation?\"left\":\"bottom\"]=i+\"%\",e(this).stop(1,1)[l?\"animate\":\"css\"](u,r.animate),h.options.range===!0&&(\"horizontal\"===h.orientation?(0===s&&h.range.stop(1,1)[l?\"animate\":\"css\"]({left:i+\"%\"},r.animate),1===s&&h.range[l?\"animate\":\"css\"]({width:i-t+\"%\"},{queue:!1,duration:r.animate})):(0===s&&h.range.stop(1,1)[l?\"animate\":\"css\"]({bottom:i+\"%\"},r.animate),1===s&&h.range[l?\"animate\":\"css\"]({height:i-t+\"%\"},{queue:!1,duration:r.animate}))),t=i}):(s=this.value(),n=this._valueMin(),a=this._valueMax(),i=a!==n?100*((s-n)/(a-n)):0,u[\"horizontal\"===this.orientation?\"left\":\"bottom\"]=i+\"%\",this.handle.stop(1,1)[l?\"animate\":\"css\"](u,r.animate),\"min\"===o&&\"horizontal\"===this.orientation&&this.range.stop(1,1)[l?\"animate\":\"css\"]({width:i+\"%\"},r.animate),\"max\"===o&&\"horizontal\"===this.orientation&&this.range[l?\"animate\":\"css\"]({width:100-i+\"%\"},{queue:!1,duration:r.animate}),\"min\"===o&&\"vertical\"===this.orientation&&this.range.stop(1,1)[l?\"animate\":\"css\"]({height:i+\"%\"},r.animate),\"max\"===o&&\"vertical\"===this.orientation&&this.range[l?\"animate\":\"css\"]({height:100-i+\"%\"},{queue:!1,duration:r.animate}))},_handleEvents:{keydown:function(t){var i,s,n,a,o=e(t.target).data(\"ui-slider-handle-index\");switch(t.keyCode){case e.ui.keyCode.HOME:case e.ui.keyCode.END:case e.ui.keyCode.PAGE_UP:case e.ui.keyCode.PAGE_DOWN:case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(t.preventDefault(),!this._keySliding&&(this._keySliding=!0,e(t.target).addClass(\"ui-state-active\"),i=this._start(t,o),i===!1))return}switch(a=this.options.step,s=n=this.options.values&&this.options.values.length?this.values(o):this.value(),t.keyCode){case e.ui.keyCode.HOME:n=this._valueMin();break;case e.ui.keyCode.END:n=this._valueMax();break;case e.ui.keyCode.PAGE_UP:n=this._trimAlignValue(s+(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.PAGE_DOWN:n=this._trimAlignValue(s-(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:if(s===this._valueMax())return;n=this._trimAlignValue(s+a);break;case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(s===this._valueMin())return;n=this._trimAlignValue(s-a)}this._slide(t,o,n)},keyup:function(t){var i=e(t.target).data(\"ui-slider-handle-index\");this._keySliding&&(this._keySliding=!1,this._stop(t,i),this._change(t,i),e(t.target).removeClass(\"ui-state-active\"))}}}),e.widget(\"ui.sortable\",e.ui.mouse,{version:\"1.11.1\",widgetEventPrefix:\"sort\",ready:!1,options:{appendTo:\"parent\",axis:!1,connectWith:!1,containment:!1,cursor:\"auto\",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:\"original\",items:\"> *\",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:\"default\",tolerance:\"intersect\",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(e,t,i){return e>=t&&t+i>e},_isFloating:function(e){return/left|right/.test(e.css(\"float\"))||/inline|table-cell/.test(e.css(\"display\"))},_create:function(){var e=this.options;this.containerCache={},this.element.addClass(\"ui-sortable\"),this.refresh(),this.floating=this.items.length?\"x\"===e.axis||this._isFloating(this.items[0].item):!1,this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(e,t){this._super(e,t),\"handle\"===e&&this._setHandleClassName()},_setHandleClassName:function(){this.element.find(\".ui-sortable-handle\").removeClass(\"ui-sortable-handle\"),e.each(this.items,function(){(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item).addClass(\"ui-sortable-handle\")})},_destroy:function(){this.element.removeClass(\"ui-sortable ui-sortable-disabled\").find(\".ui-sortable-handle\").removeClass(\"ui-sortable-handle\"),this._mouseDestroy();for(var e=this.items.length-1;e>=0;e--)this.items[e].item.removeData(this.widgetName+\"-item\");return this},_mouseCapture:function(t,i){var s=null,n=!1,a=this;return this.reverting?!1:this.options.disabled||\"static\"===this.options.type?!1:(this._refreshItems(t),e(t.target).parents().each(function(){return e.data(this,a.widgetName+\"-item\")===a?(s=e(this),!1):void 0}),e.data(t.target,a.widgetName+\"-item\")===a&&(s=e(t.target)),s?!this.options.handle||i||(e(this.options.handle,s).find(\"*\").addBack().each(function(){this===t.target&&(n=!0)}),n)?(this.currentItem=s,this._removeCurrentsFromItems(),!0):!1:!1)},_mouseStart:function(t,i,s){var n,a,o=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(t),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},e.extend(this.offset,{click:{left:t.pageX-this.offset.left,top:t.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css(\"position\",\"absolute\"),this.cssPosition=this.helper.css(\"position\"),this.originalPosition=this._generatePosition(t),this.originalPageX=t.pageX,this.originalPageY=t.pageY,o.cursorAt&&this._adjustOffsetFromHelper(o.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),o.containment&&this._setContainment(),o.cursor&&\"auto\"!==o.cursor&&(a=this.document.find(\"body\"),this.storedCursor=a.css(\"cursor\"),a.css(\"cursor\",o.cursor),this.storedStylesheet=e(\"<style>*{ cursor: \"+o.cursor+\" !important; }</style>\").appendTo(a)),o.opacity&&(this.helper.css(\"opacity\")&&(this._storedOpacity=this.helper.css(\"opacity\")),this.helper.css(\"opacity\",o.opacity)),o.zIndex&&(this.helper.css(\"zIndex\")&&(this._storedZIndex=this.helper.css(\"zIndex\")),this.helper.css(\"zIndex\",o.zIndex)),this.scrollParent[0]!==document&&\"HTML\"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger(\"start\",t,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!s)for(n=this.containers.length-1;n>=0;n--)this.containers[n]._trigger(\"activate\",t,this._uiHash(this));\nreturn e.ui.ddmanager&&(e.ui.ddmanager.current=this),e.ui.ddmanager&&!o.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this.dragging=!0,this.helper.addClass(\"ui-sortable-helper\"),this._mouseDrag(t),!0},_mouseDrag:function(t){var i,s,n,a,o=this.options,r=!1;for(this.position=this._generatePosition(t),this.positionAbs=this._convertPositionTo(\"absolute\"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==document&&\"HTML\"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-t.pageY<o.scrollSensitivity?this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop+o.scrollSpeed:t.pageY-this.overflowOffset.top<o.scrollSensitivity&&(this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop-o.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-t.pageX<o.scrollSensitivity?this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft+o.scrollSpeed:t.pageX-this.overflowOffset.left<o.scrollSensitivity&&(this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft-o.scrollSpeed)):(t.pageY-e(document).scrollTop()<o.scrollSensitivity?r=e(document).scrollTop(e(document).scrollTop()-o.scrollSpeed):e(window).height()-(t.pageY-e(document).scrollTop())<o.scrollSensitivity&&(r=e(document).scrollTop(e(document).scrollTop()+o.scrollSpeed)),t.pageX-e(document).scrollLeft()<o.scrollSensitivity?r=e(document).scrollLeft(e(document).scrollLeft()-o.scrollSpeed):e(window).width()-(t.pageX-e(document).scrollLeft())<o.scrollSensitivity&&(r=e(document).scrollLeft(e(document).scrollLeft()+o.scrollSpeed))),r!==!1&&e.ui.ddmanager&&!o.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t)),this.positionAbs=this._convertPositionTo(\"absolute\"),this.options.axis&&\"y\"===this.options.axis||(this.helper[0].style.left=this.position.left+\"px\"),this.options.axis&&\"x\"===this.options.axis||(this.helper[0].style.top=this.position.top+\"px\"),i=this.items.length-1;i>=0;i--)if(s=this.items[i],n=s.item[0],a=this._intersectsWithPointer(s),a&&s.instance===this.currentContainer&&n!==this.currentItem[0]&&this.placeholder[1===a?\"next\":\"prev\"]()[0]!==n&&!e.contains(this.placeholder[0],n)&&(\"semi-dynamic\"===this.options.type?!e.contains(this.element[0],n):!0)){if(this.direction=1===a?\"down\":\"up\",\"pointer\"!==this.options.tolerance&&!this._intersectsWithSides(s))break;this._rearrange(t,s),this._trigger(\"change\",t,this._uiHash());break}return this._contactContainers(t),e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),this._trigger(\"sort\",t,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(t,i){if(t){if(e.ui.ddmanager&&!this.options.dropBehaviour&&e.ui.ddmanager.drop(this,t),this.options.revert){var s=this,n=this.placeholder.offset(),a=this.options.axis,o={};a&&\"x\"!==a||(o.left=n.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===document.body?0:this.offsetParent[0].scrollLeft)),a&&\"y\"!==a||(o.top=n.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===document.body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,e(this.helper).animate(o,parseInt(this.options.revert,10)||500,function(){s._clear(t)})}else this._clear(t,i);return!1}},cancel:function(){if(this.dragging){this._mouseUp({target:null}),\"original\"===this.options.helper?this.currentItem.css(this._storedCSS).removeClass(\"ui-sortable-helper\"):this.currentItem.show();for(var t=this.containers.length-1;t>=0;t--)this.containers[t]._trigger(\"deactivate\",null,this._uiHash(this)),this.containers[t].containerCache.over&&(this.containers[t]._trigger(\"out\",null,this._uiHash(this)),this.containers[t].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),\"original\"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),e.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?e(this.domPosition.prev).after(this.currentItem):e(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(t){var i=this._getItemsAsjQuery(t&&t.connected),s=[];return t=t||{},e(i).each(function(){var i=(e(t.item||this).attr(t.attribute||\"id\")||\"\").match(t.expression||/(.+)[\\-=_](.+)/);i&&s.push((t.key||i[1]+\"[]\")+\"=\"+(t.key&&t.expression?i[1]:i[2]))}),!s.length&&t.key&&s.push(t.key+\"=\"),s.join(\"&\")},toArray:function(t){var i=this._getItemsAsjQuery(t&&t.connected),s=[];return t=t||{},i.each(function(){s.push(e(t.item||this).attr(t.attribute||\"id\")||\"\")}),s},_intersectsWith:function(e){var t=this.positionAbs.left,i=t+this.helperProportions.width,s=this.positionAbs.top,n=s+this.helperProportions.height,a=e.left,o=a+e.width,r=e.top,h=r+e.height,l=this.offset.click.top,u=this.offset.click.left,d=\"x\"===this.options.axis||s+l>r&&h>s+l,c=\"y\"===this.options.axis||t+u>a&&o>t+u,p=d&&c;return\"pointer\"===this.options.tolerance||this.options.forcePointerForContainers||\"pointer\"!==this.options.tolerance&&this.helperProportions[this.floating?\"width\":\"height\"]>e[this.floating?\"width\":\"height\"]?p:t+this.helperProportions.width/2>a&&o>i-this.helperProportions.width/2&&s+this.helperProportions.height/2>r&&h>n-this.helperProportions.height/2},_intersectsWithPointer:function(e){var t=\"x\"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top,e.height),i=\"y\"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left,e.width),s=t&&i,n=this._getDragVerticalDirection(),a=this._getDragHorizontalDirection();return s?this.floating?a&&\"right\"===a||\"down\"===n?2:1:n&&(\"down\"===n?2:1):!1},_intersectsWithSides:function(e){var t=this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+e.height/2,e.height),i=this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+e.width/2,e.width),s=this._getDragVerticalDirection(),n=this._getDragHorizontalDirection();return this.floating&&n?\"right\"===n&&i||\"left\"===n&&!i:s&&(\"down\"===s&&t||\"up\"===s&&!t)},_getDragVerticalDirection:function(){var e=this.positionAbs.top-this.lastPositionAbs.top;return 0!==e&&(e>0?\"down\":\"up\")},_getDragHorizontalDirection:function(){var e=this.positionAbs.left-this.lastPositionAbs.left;return 0!==e&&(e>0?\"right\":\"left\")},refresh:function(e){return this._refreshItems(e),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var e=this.options;return e.connectWith.constructor===String?[e.connectWith]:e.connectWith},_getItemsAsjQuery:function(t){function i(){r.push(this)}var s,n,a,o,r=[],h=[],l=this._connectWith();if(l&&t)for(s=l.length-1;s>=0;s--)for(a=e(l[s]),n=a.length-1;n>=0;n--)o=e.data(a[n],this.widgetFullName),o&&o!==this&&!o.options.disabled&&h.push([e.isFunction(o.options.items)?o.options.items.call(o.element):e(o.options.items,o.element).not(\".ui-sortable-helper\").not(\".ui-sortable-placeholder\"),o]);for(h.push([e.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):e(this.options.items,this.element).not(\".ui-sortable-helper\").not(\".ui-sortable-placeholder\"),this]),s=h.length-1;s>=0;s--)h[s][0].each(i);return e(r)},_removeCurrentsFromItems:function(){var t=this.currentItem.find(\":data(\"+this.widgetName+\"-item)\");this.items=e.grep(this.items,function(e){for(var i=0;t.length>i;i++)if(t[i]===e.item[0])return!1;return!0})},_refreshItems:function(t){this.items=[],this.containers=[this];var i,s,n,a,o,r,h,l,u=this.items,d=[[e.isFunction(this.options.items)?this.options.items.call(this.element[0],t,{item:this.currentItem}):e(this.options.items,this.element),this]],c=this._connectWith();if(c&&this.ready)for(i=c.length-1;i>=0;i--)for(n=e(c[i]),s=n.length-1;s>=0;s--)a=e.data(n[s],this.widgetFullName),a&&a!==this&&!a.options.disabled&&(d.push([e.isFunction(a.options.items)?a.options.items.call(a.element[0],t,{item:this.currentItem}):e(a.options.items,a.element),a]),this.containers.push(a));for(i=d.length-1;i>=0;i--)for(o=d[i][1],r=d[i][0],s=0,l=r.length;l>s;s++)h=e(r[s]),h.data(this.widgetName+\"-item\",o),u.push({item:h,instance:o,width:0,height:0,left:0,top:0})},refreshPositions:function(t){this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset());var i,s,n,a;for(i=this.items.length-1;i>=0;i--)s=this.items[i],s.instance!==this.currentContainer&&this.currentContainer&&s.item[0]!==this.currentItem[0]||(n=this.options.toleranceElement?e(this.options.toleranceElement,s.item):s.item,t||(s.width=n.outerWidth(),s.height=n.outerHeight()),a=n.offset(),s.left=a.left,s.top=a.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(i=this.containers.length-1;i>=0;i--)a=this.containers[i].element.offset(),this.containers[i].containerCache.left=a.left,this.containers[i].containerCache.top=a.top,this.containers[i].containerCache.width=this.containers[i].element.outerWidth(),this.containers[i].containerCache.height=this.containers[i].element.outerHeight();return this},_createPlaceholder:function(t){t=t||this;var i,s=t.options;s.placeholder&&s.placeholder.constructor!==String||(i=s.placeholder,s.placeholder={element:function(){var s=t.currentItem[0].nodeName.toLowerCase(),n=e(\"<\"+s+\">\",t.document[0]).addClass(i||t.currentItem[0].className+\" ui-sortable-placeholder\").removeClass(\"ui-sortable-helper\");return\"tr\"===s?t.currentItem.children().each(function(){e(\"<td>&#160;</td>\",t.document[0]).attr(\"colspan\",e(this).attr(\"colspan\")||1).appendTo(n)}):\"img\"===s&&n.attr(\"src\",t.currentItem.attr(\"src\")),i||n.css(\"visibility\",\"hidden\"),n},update:function(e,n){(!i||s.forcePlaceholderSize)&&(n.height()||n.height(t.currentItem.innerHeight()-parseInt(t.currentItem.css(\"paddingTop\")||0,10)-parseInt(t.currentItem.css(\"paddingBottom\")||0,10)),n.width()||n.width(t.currentItem.innerWidth()-parseInt(t.currentItem.css(\"paddingLeft\")||0,10)-parseInt(t.currentItem.css(\"paddingRight\")||0,10)))}}),t.placeholder=e(s.placeholder.element.call(t.element,t.currentItem)),t.currentItem.after(t.placeholder),s.placeholder.update(t,t.placeholder)},_contactContainers:function(t){var i,s,n,a,o,r,h,l,u,d,c=null,p=null;for(i=this.containers.length-1;i>=0;i--)if(!e.contains(this.currentItem[0],this.containers[i].element[0]))if(this._intersectsWith(this.containers[i].containerCache)){if(c&&e.contains(this.containers[i].element[0],c.element[0]))continue;c=this.containers[i],p=i}else this.containers[i].containerCache.over&&(this.containers[i]._trigger(\"out\",t,this._uiHash(this)),this.containers[i].containerCache.over=0);if(c)if(1===this.containers.length)this.containers[p].containerCache.over||(this.containers[p]._trigger(\"over\",t,this._uiHash(this)),this.containers[p].containerCache.over=1);else{for(n=1e4,a=null,u=c.floating||this._isFloating(this.currentItem),o=u?\"left\":\"top\",r=u?\"width\":\"height\",d=u?\"clientX\":\"clientY\",s=this.items.length-1;s>=0;s--)e.contains(this.containers[p].element[0],this.items[s].item[0])&&this.items[s].item[0]!==this.currentItem[0]&&(h=this.items[s].item.offset()[o],l=!1,t[d]-h>this.items[s][r]/2&&(l=!0),n>Math.abs(t[d]-h)&&(n=Math.abs(t[d]-h),a=this.items[s],this.direction=l?\"up\":\"down\"));if(!a&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[p])return;a?this._rearrange(t,a,null,!0):this._rearrange(t,null,this.containers[p].element,!0),this._trigger(\"change\",t,this._uiHash()),this.containers[p]._trigger(\"change\",t,this._uiHash(this)),this.currentContainer=this.containers[p],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[p]._trigger(\"over\",t,this._uiHash(this)),this.containers[p].containerCache.over=1}},_createHelper:function(t){var i=this.options,s=e.isFunction(i.helper)?e(i.helper.apply(this.element[0],[t,this.currentItem])):\"clone\"===i.helper?this.currentItem.clone():this.currentItem;return s.parents(\"body\").length||e(\"parent\"!==i.appendTo?i.appendTo:this.currentItem[0].parentNode)[0].appendChild(s[0]),s[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css(\"position\"),top:this.currentItem.css(\"top\"),left:this.currentItem.css(\"left\")}),(!s[0].style.width||i.forceHelperSize)&&s.width(this.currentItem.width()),(!s[0].style.height||i.forceHelperSize)&&s.height(this.currentItem.height()),s},_adjustOffsetFromHelper:function(t){\"string\"==typeof t&&(t=t.split(\" \")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),\"left\"in t&&(this.offset.click.left=t.left+this.margins.left),\"right\"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),\"top\"in t&&(this.offset.click.top=t.top+this.margins.top),\"bottom\"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var t=this.offsetParent.offset();return\"absolute\"===this.cssPosition&&this.scrollParent[0]!==document&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===document.body||this.offsetParent[0].tagName&&\"html\"===this.offsetParent[0].tagName.toLowerCase()&&e.ui.ie)&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css(\"borderTopWidth\"),10)||0),left:t.left+(parseInt(this.offsetParent.css(\"borderLeftWidth\"),10)||0)}},_getRelativeOffset:function(){if(\"relative\"===this.cssPosition){var e=this.currentItem.position();return{top:e.top-(parseInt(this.helper.css(\"top\"),10)||0)+this.scrollParent.scrollTop(),left:e.left-(parseInt(this.helper.css(\"left\"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css(\"marginLeft\"),10)||0,top:parseInt(this.currentItem.css(\"marginTop\"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,s,n=this.options;\"parent\"===n.containment&&(n.containment=this.helper[0].parentNode),(\"document\"===n.containment||\"window\"===n.containment)&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,e(\"document\"===n.containment?document:window).width()-this.helperProportions.width-this.margins.left,(e(\"document\"===n.containment?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(n.containment)||(t=e(n.containment)[0],i=e(n.containment).offset(),s=\"hidden\"!==e(t).css(\"overflow\"),this.containment=[i.left+(parseInt(e(t).css(\"borderLeftWidth\"),10)||0)+(parseInt(e(t).css(\"paddingLeft\"),10)||0)-this.margins.left,i.top+(parseInt(e(t).css(\"borderTopWidth\"),10)||0)+(parseInt(e(t).css(\"paddingTop\"),10)||0)-this.margins.top,i.left+(s?Math.max(t.scrollWidth,t.offsetWidth):t.offsetWidth)-(parseInt(e(t).css(\"borderLeftWidth\"),10)||0)-(parseInt(e(t).css(\"paddingRight\"),10)||0)-this.helperProportions.width-this.margins.left,i.top+(s?Math.max(t.scrollHeight,t.offsetHeight):t.offsetHeight)-(parseInt(e(t).css(\"borderTopWidth\"),10)||0)-(parseInt(e(t).css(\"paddingBottom\"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(t,i){i||(i=this.position);var s=\"absolute\"===t?1:-1,n=\"absolute\"!==this.cssPosition||this.scrollParent[0]!==document&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,a=/(html|body)/i.test(n[0].tagName);return{top:i.top+this.offset.relative.top*s+this.offset.parent.top*s-(\"fixed\"===this.cssPosition?-this.scrollParent.scrollTop():a?0:n.scrollTop())*s,left:i.left+this.offset.relative.left*s+this.offset.parent.left*s-(\"fixed\"===this.cssPosition?-this.scrollParent.scrollLeft():a?0:n.scrollLeft())*s}},_generatePosition:function(t){var i,s,n=this.options,a=t.pageX,o=t.pageY,r=\"absolute\"!==this.cssPosition||this.scrollParent[0]!==document&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,h=/(html|body)/i.test(r[0].tagName);return\"relative\"!==this.cssPosition||this.scrollParent[0]!==document&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(t.pageX-this.offset.click.left<this.containment[0]&&(a=this.containment[0]+this.offset.click.left),t.pageY-this.offset.click.top<this.containment[1]&&(o=this.containment[1]+this.offset.click.top),t.pageX-this.offset.click.left>this.containment[2]&&(a=this.containment[2]+this.offset.click.left),t.pageY-this.offset.click.top>this.containment[3]&&(o=this.containment[3]+this.offset.click.top)),n.grid&&(i=this.originalPageY+Math.round((o-this.originalPageY)/n.grid[1])*n.grid[1],o=this.containment?i-this.offset.click.top>=this.containment[1]&&i-this.offset.click.top<=this.containment[3]?i:i-this.offset.click.top>=this.containment[1]?i-n.grid[1]:i+n.grid[1]:i,s=this.originalPageX+Math.round((a-this.originalPageX)/n.grid[0])*n.grid[0],a=this.containment?s-this.offset.click.left>=this.containment[0]&&s-this.offset.click.left<=this.containment[2]?s:s-this.offset.click.left>=this.containment[0]?s-n.grid[0]:s+n.grid[0]:s)),{top:o-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(\"fixed\"===this.cssPosition?-this.scrollParent.scrollTop():h?0:r.scrollTop()),left:a-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(\"fixed\"===this.cssPosition?-this.scrollParent.scrollLeft():h?0:r.scrollLeft())}},_rearrange:function(e,t,i,s){i?i[0].appendChild(this.placeholder[0]):t.item[0].parentNode.insertBefore(this.placeholder[0],\"down\"===this.direction?t.item[0]:t.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var n=this.counter;this._delay(function(){n===this.counter&&this.refreshPositions(!s)})},_clear:function(e,t){function i(e,t,i){return function(s){i._trigger(e,s,t._uiHash(t))}}this.reverting=!1;var s,n=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(s in this._storedCSS)(\"auto\"===this._storedCSS[s]||\"static\"===this._storedCSS[s])&&(this._storedCSS[s]=\"\");this.currentItem.css(this._storedCSS).removeClass(\"ui-sortable-helper\")}else this.currentItem.show();for(this.fromOutside&&!t&&n.push(function(e){this._trigger(\"receive\",e,this._uiHash(this.fromOutside))}),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(\".ui-sortable-helper\")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||t||n.push(function(e){this._trigger(\"update\",e,this._uiHash())}),this!==this.currentContainer&&(t||(n.push(function(e){this._trigger(\"remove\",e,this._uiHash())}),n.push(function(e){return function(t){e._trigger(\"receive\",t,this._uiHash(this))}}.call(this,this.currentContainer)),n.push(function(e){return function(t){e._trigger(\"update\",t,this._uiHash(this))}}.call(this,this.currentContainer)))),s=this.containers.length-1;s>=0;s--)t||n.push(i(\"deactivate\",this,this.containers[s])),this.containers[s].containerCache.over&&(n.push(i(\"out\",this,this.containers[s])),this.containers[s].containerCache.over=0);if(this.storedCursor&&(this.document.find(\"body\").css(\"cursor\",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css(\"opacity\",this._storedOpacity),this._storedZIndex&&this.helper.css(\"zIndex\",\"auto\"===this._storedZIndex?\"\":this._storedZIndex),this.dragging=!1,this.cancelHelperRemoval){if(!t){for(this._trigger(\"beforeStop\",e,this._uiHash()),s=0;n.length>s;s++)n[s].call(this,e);this._trigger(\"stop\",e,this._uiHash())}return this.fromOutside=!1,!1}if(t||this._trigger(\"beforeStop\",e,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null,!t){for(s=0;n.length>s;s++)n[s].call(this,e);this._trigger(\"stop\",e,this._uiHash())}return this.fromOutside=!1,!0},_trigger:function(){e.Widget.prototype._trigger.apply(this,arguments)===!1&&this.cancel()},_uiHash:function(t){var i=t||this;return{helper:i.helper,placeholder:i.placeholder||e([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:t?t.element:null}}}),e.widget(\"ui.spinner\",{version:\"1.11.1\",defaultElement:\"<input>\",widgetEventPrefix:\"spin\",options:{culture:null,icons:{down:\"ui-icon-triangle-1-s\",up:\"ui-icon-triangle-1-n\"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption(\"max\",this.options.max),this._setOption(\"min\",this.options.min),this._setOption(\"step\",this.options.step),\"\"!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr(\"autocomplete\")}})},_getCreateOptions:function(){var t={},i=this.element;return e.each([\"min\",\"max\",\"step\"],function(e,s){var n=i.attr(s);void 0!==n&&n.length&&(t[s]=n)}),t},_events:{keydown:function(e){this._start(e)&&this._keydown(e)&&e.preventDefault()},keyup:\"_stop\",focus:function(){this.previous=this.element.val()},blur:function(e){return this.cancelBlur?(delete this.cancelBlur,void 0):(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger(\"change\",e),void 0)},mousewheel:function(e,t){if(t){if(!this.spinning&&!this._start(e))return!1;this._spin((t>0?1:-1)*this.options.step,e),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay(function(){this.spinning&&this._stop(e)},100),e.preventDefault()}},\"mousedown .ui-spinner-button\":function(t){function i(){var e=this.element[0]===this.document[0].activeElement;e||(this.element.focus(),this.previous=s,this._delay(function(){this.previous=s}))}var s;s=this.element[0]===this.document[0].activeElement?this.previous:this.element.val(),t.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,i.call(this)}),this._start(t)!==!1&&this._repeat(null,e(t.currentTarget).hasClass(\"ui-spinner-up\")?1:-1,t)},\"mouseup .ui-spinner-button\":\"_stop\",\"mouseenter .ui-spinner-button\":function(t){return e(t.currentTarget).hasClass(\"ui-state-active\")?this._start(t)===!1?!1:(this._repeat(null,e(t.currentTarget).hasClass(\"ui-spinner-up\")?1:-1,t),void 0):void 0},\"mouseleave .ui-spinner-button\":\"_stop\"},_draw:function(){var e=this.uiSpinner=this.element.addClass(\"ui-spinner-input\").attr(\"autocomplete\",\"off\").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml());this.element.attr(\"role\",\"spinbutton\"),this.buttons=e.find(\".ui-spinner-button\").attr(\"tabIndex\",-1).button().removeClass(\"ui-corner-all\"),this.buttons.height()>Math.ceil(.5*e.height())&&e.height()>0&&e.height(e.height()),this.options.disabled&&this.disable()},_keydown:function(t){var i=this.options,s=e.ui.keyCode;switch(t.keyCode){case s.UP:return this._repeat(null,1,t),!0;case s.DOWN:return this._repeat(null,-1,t),!0;case s.PAGE_UP:return this._repeat(null,i.page,t),!0;case s.PAGE_DOWN:return this._repeat(null,-i.page,t),!0}return!1},_uiSpinnerHtml:function(){return\"<span class='ui-spinner ui-widget ui-widget-content ui-corner-all'></span>\"},_buttonHtml:function(){return\"<a class='ui-spinner-button ui-spinner-up ui-corner-tr'><span class='ui-icon \"+this.options.icons.up+\"'>&#9650;</span>\"+\"</a>\"+\"<a class='ui-spinner-button ui-spinner-down ui-corner-br'>\"+\"<span class='ui-icon \"+this.options.icons.down+\"'>&#9660;</span>\"+\"</a>\"},_start:function(e){return this.spinning||this._trigger(\"start\",e)!==!1?(this.counter||(this.counter=1),this.spinning=!0,!0):!1},_repeat:function(e,t,i){e=e||500,clearTimeout(this.timer),this.timer=this._delay(function(){this._repeat(40,t,i)},e),this._spin(t*this.options.step,i)},_spin:function(e,t){var i=this.value()||0;this.counter||(this.counter=1),i=this._adjustValue(i+e*this._increment(this.counter)),this.spinning&&this._trigger(\"spin\",t,{value:i})===!1||(this._value(i),this.counter++)},_increment:function(t){var i=this.options.incremental;return i?e.isFunction(i)?i(t):Math.floor(t*t*t/5e4-t*t/500+17*t/200+1):1},_precision:function(){var e=this._precisionOf(this.options.step);return null!==this.options.min&&(e=Math.max(e,this._precisionOf(this.options.min))),e},_precisionOf:function(e){var t=\"\"+e,i=t.indexOf(\".\");return-1===i?0:t.length-i-1},_adjustValue:function(e){var t,i,s=this.options;return t=null!==s.min?s.min:0,i=e-t,i=Math.round(i/s.step)*s.step,e=t+i,e=parseFloat(e.toFixed(this._precision())),null!==s.max&&e>s.max?s.max:null!==s.min&&s.min>e?s.min:e},_stop:function(e){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger(\"stop\",e))},_setOption:function(e,t){if(\"culture\"===e||\"numberFormat\"===e){var i=this._parse(this.element.val());return this.options[e]=t,this.element.val(this._format(i)),void 0}(\"max\"===e||\"min\"===e||\"step\"===e)&&\"string\"==typeof t&&(t=this._parse(t)),\"icons\"===e&&(this.buttons.first().find(\".ui-icon\").removeClass(this.options.icons.up).addClass(t.up),this.buttons.last().find(\".ui-icon\").removeClass(this.options.icons.down).addClass(t.down)),this._super(e,t),\"disabled\"===e&&(this.widget().toggleClass(\"ui-state-disabled\",!!t),this.element.prop(\"disabled\",!!t),this.buttons.button(t?\"disable\":\"enable\"))},_setOptions:h(function(e){this._super(e)}),_parse:function(e){return\"string\"==typeof e&&\"\"!==e&&(e=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(e,10,this.options.culture):+e),\"\"===e||isNaN(e)?null:e},_format:function(e){return\"\"===e?\"\":window.Globalize&&this.options.numberFormat?Globalize.format(e,this.options.numberFormat,this.options.culture):e},_refresh:function(){this.element.attr({\"aria-valuemin\":this.options.min,\"aria-valuemax\":this.options.max,\"aria-valuenow\":this._parse(this.element.val())})},isValid:function(){var e=this.value();return null===e?!1:e===this._adjustValue(e)},_value:function(e,t){var i;\"\"!==e&&(i=this._parse(e),null!==i&&(t||(i=this._adjustValue(i)),e=this._format(i))),this.element.val(e),this._refresh()},_destroy:function(){this.element.removeClass(\"ui-spinner-input\").prop(\"disabled\",!1).removeAttr(\"autocomplete\").removeAttr(\"role\").removeAttr(\"aria-valuemin\").removeAttr(\"aria-valuemax\").removeAttr(\"aria-valuenow\"),this.uiSpinner.replaceWith(this.element)},stepUp:h(function(e){this._stepUp(e)}),_stepUp:function(e){this._start()&&(this._spin((e||1)*this.options.step),this._stop())},stepDown:h(function(e){this._stepDown(e)}),_stepDown:function(e){this._start()&&(this._spin((e||1)*-this.options.step),this._stop())},pageUp:h(function(e){this._stepUp((e||1)*this.options.page)}),pageDown:h(function(e){this._stepDown((e||1)*this.options.page)}),value:function(e){return arguments.length?(h(this._value).call(this,e),void 0):this._parse(this.element.val())},widget:function(){return this.uiSpinner}}),e.widget(\"ui.tabs\",{version:\"1.11.1\",delay:300,options:{active:null,collapsible:!1,event:\"click\",heightStyle:\"content\",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:function(){var e=/#.*$/;return function(t){var i,s;t=t.cloneNode(!1),i=t.href.replace(e,\"\"),s=location.href.replace(e,\"\");try{i=decodeURIComponent(i)}catch(n){}try{s=decodeURIComponent(s)}catch(n){}return t.hash.length>1&&i===s}}(),_create:function(){var t=this,i=this.options;this.running=!1,this.element.addClass(\"ui-tabs ui-widget ui-widget-content ui-corner-all\").toggleClass(\"ui-tabs-collapsible\",i.collapsible),this._processTabs(),i.active=this._initialActive(),e.isArray(i.disabled)&&(i.disabled=e.unique(i.disabled.concat(e.map(this.tabs.filter(\".ui-state-disabled\"),function(e){return t.tabs.index(e)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(i.active):e(),this._refresh(),this.active.length&&this.load(i.active)},_initialActive:function(){var t=this.options.active,i=this.options.collapsible,s=location.hash.substring(1);return null===t&&(s&&this.tabs.each(function(i,n){return e(n).attr(\"aria-controls\")===s?(t=i,!1):void 0}),null===t&&(t=this.tabs.index(this.tabs.filter(\".ui-tabs-active\"))),(null===t||-1===t)&&(t=this.tabs.length?0:!1)),t!==!1&&(t=this.tabs.index(this.tabs.eq(t)),-1===t&&(t=i?!1:0)),!i&&t===!1&&this.anchors.length&&(t=0),t},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):e()}},_tabKeydown:function(t){var i=e(this.document[0].activeElement).closest(\"li\"),s=this.tabs.index(i),n=!0;if(!this._handlePageNav(t)){switch(t.keyCode){case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:s++;break;case e.ui.keyCode.UP:case e.ui.keyCode.LEFT:n=!1,s--;break;case e.ui.keyCode.END:s=this.anchors.length-1;break;case e.ui.keyCode.HOME:s=0;break;case e.ui.keyCode.SPACE:return t.preventDefault(),clearTimeout(this.activating),this._activate(s),void 0;case e.ui.keyCode.ENTER:return t.preventDefault(),clearTimeout(this.activating),this._activate(s===this.options.active?!1:s),void 0;default:return}t.preventDefault(),clearTimeout(this.activating),s=this._focusNextTab(s,n),t.ctrlKey||(i.attr(\"aria-selected\",\"false\"),this.tabs.eq(s).attr(\"aria-selected\",\"true\"),this.activating=this._delay(function(){this.option(\"active\",s)},this.delay))}},_panelKeydown:function(t){this._handlePageNav(t)||t.ctrlKey&&t.keyCode===e.ui.keyCode.UP&&(t.preventDefault(),this.active.focus())},_handlePageNav:function(t){return t.altKey&&t.keyCode===e.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):t.altKey&&t.keyCode===e.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(t,i){function s(){return t>n&&(t=0),0>t&&(t=n),t}for(var n=this.tabs.length-1;-1!==e.inArray(s(),this.options.disabled);)t=i?t+1:t-1;return t},_focusNextTab:function(e,t){return e=this._findNextTab(e,t),this.tabs.eq(e).focus(),e},_setOption:function(e,t){return\"active\"===e?(this._activate(t),void 0):\"disabled\"===e?(this._setupDisabled(t),void 0):(this._super(e,t),\"collapsible\"===e&&(this.element.toggleClass(\"ui-tabs-collapsible\",t),t||this.options.active!==!1||this._activate(0)),\"event\"===e&&this._setupEvents(t),\"heightStyle\"===e&&this._setupHeightStyle(t),void 0)},_sanitizeSelector:function(e){return e?e.replace(/[!\"$%&'()*+,.\\/:;<=>?@\\[\\]\\^`{|}~]/g,\"\\\\$&\"):\"\"},refresh:function(){var t=this.options,i=this.tablist.children(\":has(a[href])\");t.disabled=e.map(i.filter(\".ui-state-disabled\"),function(e){return i.index(e)}),this._processTabs(),t.active!==!1&&this.anchors.length?this.active.length&&!e.contains(this.tablist[0],this.active[0])?this.tabs.length===t.disabled.length?(t.active=!1,this.active=e()):this._activate(this._findNextTab(Math.max(0,t.active-1),!1)):t.active=this.tabs.index(this.active):(t.active=!1,this.active=e()),this._refresh()},_refresh:function(){this._setupDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({\"aria-selected\":\"false\",\"aria-expanded\":\"false\",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({\"aria-hidden\":\"true\"}),this.active.length?(this.active.addClass(\"ui-tabs-active ui-state-active\").attr({\"aria-selected\":\"true\",\"aria-expanded\":\"true\",tabIndex:0}),this._getPanelForTab(this.active).show().attr({\"aria-hidden\":\"false\"})):this.tabs.eq(0).attr(\"tabIndex\",0)},_processTabs:function(){var t=this;this.tablist=this._getList().addClass(\"ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all\").attr(\"role\",\"tablist\").delegate(\"> li\",\"mousedown\"+this.eventNamespace,function(t){e(this).is(\".ui-state-disabled\")&&t.preventDefault()}).delegate(\".ui-tabs-anchor\",\"focus\"+this.eventNamespace,function(){e(this).closest(\"li\").is(\".ui-state-disabled\")&&this.blur()}),this.tabs=this.tablist.find(\"> li:has(a[href])\").addClass(\"ui-state-default ui-corner-top\").attr({role:\"tab\",tabIndex:-1}),this.anchors=this.tabs.map(function(){return e(\"a\",this)[0]\n}).addClass(\"ui-tabs-anchor\").attr({role:\"presentation\",tabIndex:-1}),this.panels=e(),this.anchors.each(function(i,s){var n,a,o,r=e(s).uniqueId().attr(\"id\"),h=e(s).closest(\"li\"),l=h.attr(\"aria-controls\");t._isLocal(s)?(n=s.hash,o=n.substring(1),a=t.element.find(t._sanitizeSelector(n))):(o=h.attr(\"aria-controls\")||e({}).uniqueId()[0].id,n=\"#\"+o,a=t.element.find(n),a.length||(a=t._createPanel(o),a.insertAfter(t.panels[i-1]||t.tablist)),a.attr(\"aria-live\",\"polite\")),a.length&&(t.panels=t.panels.add(a)),l&&h.data(\"ui-tabs-aria-controls\",l),h.attr({\"aria-controls\":o,\"aria-labelledby\":r}),a.attr(\"aria-labelledby\",r)}),this.panels.addClass(\"ui-tabs-panel ui-widget-content ui-corner-bottom\").attr(\"role\",\"tabpanel\")},_getList:function(){return this.tablist||this.element.find(\"ol,ul\").eq(0)},_createPanel:function(t){return e(\"<div>\").attr(\"id\",t).addClass(\"ui-tabs-panel ui-widget-content ui-corner-bottom\").data(\"ui-tabs-destroy\",!0)},_setupDisabled:function(t){e.isArray(t)&&(t.length?t.length===this.anchors.length&&(t=!0):t=!1);for(var i,s=0;i=this.tabs[s];s++)t===!0||-1!==e.inArray(s,t)?e(i).addClass(\"ui-state-disabled\").attr(\"aria-disabled\",\"true\"):e(i).removeClass(\"ui-state-disabled\").removeAttr(\"aria-disabled\");this.options.disabled=t},_setupEvents:function(t){var i={};t&&e.each(t.split(\" \"),function(e,t){i[t]=\"_eventHandler\"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(e){e.preventDefault()}}),this._on(this.anchors,i),this._on(this.tabs,{keydown:\"_tabKeydown\"}),this._on(this.panels,{keydown:\"_panelKeydown\"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(t){var i,s=this.element.parent();\"fill\"===t?(i=s.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(\":visible\").each(function(){var t=e(this),s=t.css(\"position\");\"absolute\"!==s&&\"fixed\"!==s&&(i-=t.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=e(this).outerHeight(!0)}),this.panels.each(function(){e(this).height(Math.max(0,i-e(this).innerHeight()+e(this).height()))}).css(\"overflow\",\"auto\")):\"auto\"===t&&(i=0,this.panels.each(function(){i=Math.max(i,e(this).height(\"\").height())}).height(i))},_eventHandler:function(t){var i=this.options,s=this.active,n=e(t.currentTarget),a=n.closest(\"li\"),o=a[0]===s[0],r=o&&i.collapsible,h=r?e():this._getPanelForTab(a),l=s.length?this._getPanelForTab(s):e(),u={oldTab:s,oldPanel:l,newTab:r?e():a,newPanel:h};t.preventDefault(),a.hasClass(\"ui-state-disabled\")||a.hasClass(\"ui-tabs-loading\")||this.running||o&&!i.collapsible||this._trigger(\"beforeActivate\",t,u)===!1||(i.active=r?!1:this.tabs.index(a),this.active=o?e():a,this.xhr&&this.xhr.abort(),l.length||h.length||e.error(\"jQuery UI Tabs: Mismatching fragment identifier.\"),h.length&&this.load(this.tabs.index(a),t),this._toggle(t,u))},_toggle:function(t,i){function s(){a.running=!1,a._trigger(\"activate\",t,i)}function n(){i.newTab.closest(\"li\").addClass(\"ui-tabs-active ui-state-active\"),o.length&&a.options.show?a._show(o,a.options.show,s):(o.show(),s())}var a=this,o=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,function(){i.oldTab.closest(\"li\").removeClass(\"ui-tabs-active ui-state-active\"),n()}):(i.oldTab.closest(\"li\").removeClass(\"ui-tabs-active ui-state-active\"),r.hide(),n()),r.attr(\"aria-hidden\",\"true\"),i.oldTab.attr({\"aria-selected\":\"false\",\"aria-expanded\":\"false\"}),o.length&&r.length?i.oldTab.attr(\"tabIndex\",-1):o.length&&this.tabs.filter(function(){return 0===e(this).attr(\"tabIndex\")}).attr(\"tabIndex\",-1),o.attr(\"aria-hidden\",\"false\"),i.newTab.attr({\"aria-selected\":\"true\",\"aria-expanded\":\"true\",tabIndex:0})},_activate:function(t){var i,s=this._findActive(t);s[0]!==this.active[0]&&(s.length||(s=this.active),i=s.find(\".ui-tabs-anchor\")[0],this._eventHandler({target:i,currentTarget:i,preventDefault:e.noop}))},_findActive:function(t){return t===!1?e():this.tabs.eq(t)},_getIndex:function(e){return\"string\"==typeof e&&(e=this.anchors.index(this.anchors.filter(\"[href$='\"+e+\"']\"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.element.removeClass(\"ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible\"),this.tablist.removeClass(\"ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all\").removeAttr(\"role\"),this.anchors.removeClass(\"ui-tabs-anchor\").removeAttr(\"role\").removeAttr(\"tabIndex\").removeUniqueId(),this.tablist.unbind(this.eventNamespace),this.tabs.add(this.panels).each(function(){e.data(this,\"ui-tabs-destroy\")?e(this).remove():e(this).removeClass(\"ui-state-default ui-state-active ui-state-disabled ui-corner-top ui-corner-bottom ui-widget-content ui-tabs-active ui-tabs-panel\").removeAttr(\"tabIndex\").removeAttr(\"aria-live\").removeAttr(\"aria-busy\").removeAttr(\"aria-selected\").removeAttr(\"aria-labelledby\").removeAttr(\"aria-hidden\").removeAttr(\"aria-expanded\").removeAttr(\"role\")}),this.tabs.each(function(){var t=e(this),i=t.data(\"ui-tabs-aria-controls\");i?t.attr(\"aria-controls\",i).removeData(\"ui-tabs-aria-controls\"):t.removeAttr(\"aria-controls\")}),this.panels.show(),\"content\"!==this.options.heightStyle&&this.panels.css(\"height\",\"\")},enable:function(t){var i=this.options.disabled;i!==!1&&(void 0===t?i=!1:(t=this._getIndex(t),i=e.isArray(i)?e.map(i,function(e){return e!==t?e:null}):e.map(this.tabs,function(e,i){return i!==t?i:null})),this._setupDisabled(i))},disable:function(t){var i=this.options.disabled;if(i!==!0){if(void 0===t)i=!0;else{if(t=this._getIndex(t),-1!==e.inArray(t,i))return;i=e.isArray(i)?e.merge([t],i).sort():[t]}this._setupDisabled(i)}},load:function(t,i){t=this._getIndex(t);var s=this,n=this.tabs.eq(t),a=n.find(\".ui-tabs-anchor\"),o=this._getPanelForTab(n),r={tab:n,panel:o};this._isLocal(a[0])||(this.xhr=e.ajax(this._ajaxSettings(a,i,r)),this.xhr&&\"canceled\"!==this.xhr.statusText&&(n.addClass(\"ui-tabs-loading\"),o.attr(\"aria-busy\",\"true\"),this.xhr.success(function(e){setTimeout(function(){o.html(e),s._trigger(\"load\",i,r)},1)}).complete(function(e,t){setTimeout(function(){\"abort\"===t&&s.panels.stop(!1,!0),n.removeClass(\"ui-tabs-loading\"),o.removeAttr(\"aria-busy\"),e===s.xhr&&delete s.xhr},1)})))},_ajaxSettings:function(t,i,s){var n=this;return{url:t.attr(\"href\"),beforeSend:function(t,a){return n._trigger(\"beforeLoad\",i,e.extend({jqXHR:t,ajaxSettings:a},s))}}},_getPanelForTab:function(t){var i=e(t).attr(\"aria-controls\");return this.element.find(this._sanitizeSelector(\"#\"+i))}}),e.widget(\"ui.tooltip\",{version:\"1.11.1\",options:{content:function(){var t=e(this).attr(\"title\")||\"\";return e(\"<a>\").text(t).html()},hide:!0,items:\"[title]:not([disabled])\",position:{my:\"left top+15\",at:\"left bottom\",collision:\"flipfit flip\"},show:!0,tooltipClass:null,track:!1,close:null,open:null},_addDescribedBy:function(t,i){var s=(t.attr(\"aria-describedby\")||\"\").split(/\\s+/);s.push(i),t.data(\"ui-tooltip-id\",i).attr(\"aria-describedby\",e.trim(s.join(\" \")))},_removeDescribedBy:function(t){var i=t.data(\"ui-tooltip-id\"),s=(t.attr(\"aria-describedby\")||\"\").split(/\\s+/),n=e.inArray(i,s);-1!==n&&s.splice(n,1),t.removeData(\"ui-tooltip-id\"),s=e.trim(s.join(\" \")),s?t.attr(\"aria-describedby\",s):t.removeAttr(\"aria-describedby\")},_create:function(){this._on({mouseover:\"open\",focusin:\"open\"}),this.tooltips={},this.parents={},this.options.disabled&&this._disable(),this.liveRegion=e(\"<div>\").attr({role:\"log\",\"aria-live\":\"assertive\",\"aria-relevant\":\"additions\"}).addClass(\"ui-helper-hidden-accessible\").appendTo(this.document[0].body)},_setOption:function(t,i){var s=this;return\"disabled\"===t?(this[i?\"_disable\":\"_enable\"](),this.options[t]=i,void 0):(this._super(t,i),\"content\"===t&&e.each(this.tooltips,function(e,t){s._updateContent(t)}),void 0)},_disable:function(){var t=this;e.each(this.tooltips,function(i,s){var n=e.Event(\"blur\");n.target=n.currentTarget=s[0],t.close(n,!0)}),this.element.find(this.options.items).addBack().each(function(){var t=e(this);t.is(\"[title]\")&&t.data(\"ui-tooltip-title\",t.attr(\"title\")).removeAttr(\"title\")})},_enable:function(){this.element.find(this.options.items).addBack().each(function(){var t=e(this);t.data(\"ui-tooltip-title\")&&t.attr(\"title\",t.data(\"ui-tooltip-title\"))})},open:function(t){var i=this,s=e(t?t.target:this.element).closest(this.options.items);s.length&&!s.data(\"ui-tooltip-id\")&&(s.attr(\"title\")&&s.data(\"ui-tooltip-title\",s.attr(\"title\")),s.data(\"ui-tooltip-open\",!0),t&&\"mouseover\"===t.type&&s.parents().each(function(){var t,s=e(this);s.data(\"ui-tooltip-open\")&&(t=e.Event(\"blur\"),t.target=t.currentTarget=this,i.close(t,!0)),s.attr(\"title\")&&(s.uniqueId(),i.parents[this.id]={element:this,title:s.attr(\"title\")},s.attr(\"title\",\"\"))}),this._updateContent(s,t))},_updateContent:function(e,t){var i,s=this.options.content,n=this,a=t?t.type:null;return\"string\"==typeof s?this._open(t,e,s):(i=s.call(e[0],function(i){e.data(\"ui-tooltip-open\")&&n._delay(function(){t&&(t.type=a),this._open(t,e,i)})}),i&&this._open(t,e,i),void 0)},_open:function(t,i,s){function n(e){l.of=e,a.is(\":hidden\")||a.position(l)}var a,o,r,h,l=e.extend({},this.options.position);if(s){if(a=this._find(i),a.length)return a.find(\".ui-tooltip-content\").html(s),void 0;i.is(\"[title]\")&&(t&&\"mouseover\"===t.type?i.attr(\"title\",\"\"):i.removeAttr(\"title\")),a=this._tooltip(i),this._addDescribedBy(i,a.attr(\"id\")),a.find(\".ui-tooltip-content\").html(s),this.liveRegion.children().hide(),s.clone?(h=s.clone(),h.removeAttr(\"id\").find(\"[id]\").removeAttr(\"id\")):h=s,e(\"<div>\").html(h).appendTo(this.liveRegion),this.options.track&&t&&/^mouse/.test(t.type)?(this._on(this.document,{mousemove:n}),n(t)):a.position(e.extend({of:i},this.options.position)),this.hiding=!1,this.closing=!1,a.hide(),this._show(a,this.options.show),this.options.show&&this.options.show.delay&&(r=this.delayedShow=setInterval(function(){a.is(\":visible\")&&(n(l.of),clearInterval(r))},e.fx.interval)),this._trigger(\"open\",t,{tooltip:a}),o={keyup:function(t){if(t.keyCode===e.ui.keyCode.ESCAPE){var s=e.Event(t);s.currentTarget=i[0],this.close(s,!0)}}},i[0]!==this.element[0]&&(o.remove=function(){this._removeTooltip(a)}),t&&\"mouseover\"!==t.type||(o.mouseleave=\"close\"),t&&\"focusin\"!==t.type||(o.focusout=\"close\"),this._on(!0,i,o)}},close:function(t){var i=this,s=e(t?t.currentTarget:this.element),n=this._find(s);this.closing||(clearInterval(this.delayedShow),s.data(\"ui-tooltip-title\")&&!s.attr(\"title\")&&s.attr(\"title\",s.data(\"ui-tooltip-title\")),this._removeDescribedBy(s),this.hiding=!0,n.stop(!0),this._hide(n,this.options.hide,function(){i._removeTooltip(e(this)),this.hiding=!1,this.closing=!1}),s.removeData(\"ui-tooltip-open\"),this._off(s,\"mouseleave focusout keyup\"),s[0]!==this.element[0]&&this._off(s,\"remove\"),this._off(this.document,\"mousemove\"),t&&\"mouseleave\"===t.type&&e.each(this.parents,function(t,s){e(s.element).attr(\"title\",s.title),delete i.parents[t]}),this.closing=!0,this._trigger(\"close\",t,{tooltip:n}),this.hiding||(this.closing=!1))},_tooltip:function(t){var i=e(\"<div>\").attr(\"role\",\"tooltip\").addClass(\"ui-tooltip ui-widget ui-corner-all ui-widget-content \"+(this.options.tooltipClass||\"\")),s=i.uniqueId().attr(\"id\");return e(\"<div>\").addClass(\"ui-tooltip-content\").appendTo(i),i.appendTo(this.document[0].body),this.tooltips[s]=t,i},_find:function(t){var i=t.data(\"ui-tooltip-id\");return i?e(\"#\"+i):e()},_removeTooltip:function(e){e.remove(),delete this.tooltips[e.attr(\"id\")]},_destroy:function(){var t=this;e.each(this.tooltips,function(i,s){var n=e.Event(\"blur\");n.target=n.currentTarget=s[0],t.close(n,!0),e(\"#\"+i).remove(),s.data(\"ui-tooltip-title\")&&(s.attr(\"title\")||s.attr(\"title\",s.data(\"ui-tooltip-title\")),s.removeData(\"ui-tooltip-title\"))}),this.liveRegion.remove()}})});"
  },
  {
    "path": "gui/themes/default/assets/js/jquery/jquery.js",
    "content": "/*! jQuery v1.11.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */\n!function(a,b){\"object\"==typeof module&&\"object\"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error(\"jQuery requires a window with a document\");return b(a)}:b(a)}(\"undefined\"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=\"1.11.1\",m=function(a,b){return new m.fn.init(a,b)},n=/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,o=/^-ms-/,p=/-([\\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:\"\",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for(\"boolean\"==typeof g&&(j=g,g=arguments[h]||{},h++),\"object\"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:\"jQuery\"+(l+Math.random()).replace(/\\D/g,\"\"),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return\"function\"===m.type(a)},isArray:Array.isArray||function(a){return\"array\"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||\"object\"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,\"constructor\")&&!j.call(a.constructor.prototype,\"isPrototypeOf\"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+\"\":\"object\"==typeof a||\"function\"==typeof a?h[i.call(a)]||\"object\":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,\"ms-\").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?\"\":(a+\"\").replace(n,\"\")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,\"string\"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return\"string\"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each(\"Boolean Number String Function Array Date RegExp Object Error\".split(\" \"),function(a,b){h[\"[object \"+b+\"]\"]=b.toLowerCase()});function r(a){var b=a.length,c=m.type(a);return\"function\"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:\"array\"===c||0===b||\"number\"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u=\"sizzle\"+-new Date,v=a.document,w=0,x=0,y=gb(),z=gb(),A=gb(),B=function(a,b){return a===b&&(l=!0),0},C=\"undefined\",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},L=\"checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped\",M=\"[\\\\x20\\\\t\\\\r\\\\n\\\\f]\",N=\"(?:\\\\\\\\.|[\\\\w-]|[^\\\\x00-\\\\xa0])+\",O=N.replace(\"w\",\"w#\"),P=\"\\\\[\"+M+\"*(\"+N+\")(?:\"+M+\"*([*^$|!~]?=)\"+M+\"*(?:'((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\"|(\"+O+\"))|)\"+M+\"*\\\\]\",Q=\":(\"+N+\")(?:\\\\((('((?:\\\\\\\\.|[^\\\\\\\\'])*)'|\\\"((?:\\\\\\\\.|[^\\\\\\\\\\\"])*)\\\")|((?:\\\\\\\\.|[^\\\\\\\\()[\\\\]]|\"+P+\")*)|.*)\\\\)|)\",R=new RegExp(\"^\"+M+\"+|((?:^|[^\\\\\\\\])(?:\\\\\\\\.)*)\"+M+\"+$\",\"g\"),S=new RegExp(\"^\"+M+\"*,\"+M+\"*\"),T=new RegExp(\"^\"+M+\"*([>+~]|\"+M+\")\"+M+\"*\"),U=new RegExp(\"=\"+M+\"*([^\\\\]'\\\"]*?)\"+M+\"*\\\\]\",\"g\"),V=new RegExp(Q),W=new RegExp(\"^\"+O+\"$\"),X={ID:new RegExp(\"^#(\"+N+\")\"),CLASS:new RegExp(\"^\\\\.(\"+N+\")\"),TAG:new RegExp(\"^(\"+N.replace(\"w\",\"w*\")+\")\"),ATTR:new RegExp(\"^\"+P),PSEUDO:new RegExp(\"^\"+Q),CHILD:new RegExp(\"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\(\"+M+\"*(even|odd|(([+-]|)(\\\\d*)n|)\"+M+\"*(?:([+-]|)\"+M+\"*(\\\\d+)|))\"+M+\"*\\\\)|)\",\"i\"),bool:new RegExp(\"^(?:\"+L+\")$\",\"i\"),needsContext:new RegExp(\"^\"+M+\"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\(\"+M+\"*((?:-\\\\d)?\\\\d*)\"+M+\"*\\\\)|)(?=[^-]|$)\",\"i\")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\\d$/i,$=/^[^{]+\\{\\s*\\[native \\w/,_=/^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,ab=/[+~]/,bb=/'|\\\\/g,cb=new RegExp(\"\\\\\\\\([\\\\da-f]{1,6}\"+M+\"?|(\"+M+\")|.)\",\"ig\"),db=function(a,b,c){var d=\"0x\"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{I.apply(F=J.call(v.childNodes),v.childNodes),F[v.childNodes.length].nodeType}catch(eb){I={apply:F.length?function(a,b){H.apply(a,J.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],!a||\"string\"!=typeof a)return d;if(1!==(k=b.nodeType)&&9!==k)return[];if(p&&!e){if(f=_.exec(a))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return I.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return I.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=9===k&&a,1===k&&\"object\"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute(\"id\"))?s=r.replace(bb,\"\\\\$&\"):b.setAttribute(\"id\",s),s=\"[id='\"+s+\"'] \",l=o.length;while(l--)o[l]=s+qb(o[l]);w=ab.test(a)&&ob(b.parentNode)||b,x=o.join(\",\")}if(x)try{return I.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute(\"id\")}}}return i(a.replace(R,\"$1\"),b,d,e)}function gb(){var a=[];function b(c,e){return a.push(c+\" \")>d.cacheLength&&delete b[a.shift()],b[c+\" \"]=e}return b}function hb(a){return a[u]=!0,a}function ib(a){var b=n.createElement(\"div\");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function jb(a,b){var c=a.split(\"|\"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function kb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||D)-(~a.sourceIndex||D);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function lb(a){return function(b){var c=b.nodeName.toLowerCase();return\"input\"===c&&b.type===a}}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return(\"input\"===c||\"button\"===c)&&b.type===a}}function nb(a){return hb(function(b){return b=+b,hb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function ob(a){return a&&typeof a.getElementsByTagName!==C&&a}c=fb.support={},f=fb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?\"HTML\"!==b.nodeName:!1},m=fb.setDocument=function(a){var b,e=a?a.ownerDocument||a:v,g=e.defaultView;return e!==n&&9===e.nodeType&&e.documentElement?(n=e,o=e.documentElement,p=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener(\"unload\",function(){m()},!1):g.attachEvent&&g.attachEvent(\"onunload\",function(){m()})),c.attributes=ib(function(a){return a.className=\"i\",!a.getAttribute(\"className\")}),c.getElementsByTagName=ib(function(a){return a.appendChild(e.createComment(\"\")),!a.getElementsByTagName(\"*\").length}),c.getElementsByClassName=$.test(e.getElementsByClassName)&&ib(function(a){return a.innerHTML=\"<div class='a'></div><div class='a i'></div>\",a.firstChild.className=\"i\",2===a.getElementsByClassName(\"i\").length}),c.getById=ib(function(a){return o.appendChild(a).id=u,!e.getElementsByName||!e.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==C&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute(\"id\")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c=typeof a.getAttributeNode!==C&&a.getAttributeNode(\"id\");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==C?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if(\"*\"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==C&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(e.querySelectorAll))&&(ib(function(a){a.innerHTML=\"<select msallowclip=''><option selected=''></option></select>\",a.querySelectorAll(\"[msallowclip^='']\").length&&q.push(\"[*^$]=\"+M+\"*(?:''|\\\"\\\")\"),a.querySelectorAll(\"[selected]\").length||q.push(\"\\\\[\"+M+\"*(?:value|\"+L+\")\"),a.querySelectorAll(\":checked\").length||q.push(\":checked\")}),ib(function(a){var b=e.createElement(\"input\");b.setAttribute(\"type\",\"hidden\"),a.appendChild(b).setAttribute(\"name\",\"D\"),a.querySelectorAll(\"[name=d]\").length&&q.push(\"name\"+M+\"*[*^$|!~]?=\"),a.querySelectorAll(\":enabled\").length||q.push(\":enabled\",\":disabled\"),a.querySelectorAll(\"*,:x\"),q.push(\",.*:\")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ib(function(a){c.disconnectedMatch=s.call(a,\"div\"),s.call(a,\"[s!='']:x\"),r.push(\"!=\",Q)}),q=q.length&&new RegExp(q.join(\"|\")),r=r.length&&new RegExp(r.join(\"|\")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===v&&t(v,a)?-1:b===e||b.ownerDocument===v&&t(v,b)?1:k?K.call(k,a)-K.call(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],i=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:k?K.call(k,a)-K.call(k,b):0;if(f===g)return kb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?kb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},e):n},fb.matches=function(a,b){return fb(a,null,null,b)},fb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,\"='$1']\"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fb(b,n,null,[a]).length>0},fb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&E.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fb.error=function(a){throw new Error(\"Syntax error, unrecognized expression: \"+a)},fb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fb.getText=function(a){var b,c=\"\",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if(\"string\"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fb.selectors={cacheLength:50,createPseudo:hb,match:X,attrHandle:{},find:{},relative:{\">\":{dir:\"parentNode\",first:!0},\" \":{dir:\"parentNode\"},\"+\":{dir:\"previousSibling\",first:!0},\"~\":{dir:\"previousSibling\"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||\"\").replace(cb,db),\"~=\"===a[2]&&(a[3]=\" \"+a[3]+\" \"),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),\"nth\"===a[1].slice(0,3)?(a[3]||fb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*(\"even\"===a[3]||\"odd\"===a[3])),a[5]=+(a[7]+a[8]||\"odd\"===a[3])):a[3]&&fb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||\"\":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(\")\",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return\"*\"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+\" \"];return b||(b=new RegExp(\"(^|\"+M+\")\"+a+\"(\"+M+\"|$)\"))&&y(a,function(a){return b.test(\"string\"==typeof a.className&&a.className||typeof a.getAttribute!==C&&a.getAttribute(\"class\")||\"\")})},ATTR:function(a,b,c){return function(d){var e=fb.attr(d,a);return null==e?\"!=\"===b:b?(e+=\"\",\"=\"===b?e===c:\"!=\"===b?e!==c:\"^=\"===b?c&&0===e.indexOf(c):\"*=\"===b?c&&e.indexOf(c)>-1:\"$=\"===b?c&&e.slice(-c.length)===c:\"~=\"===b?(\" \"+e+\" \").indexOf(c)>-1:\"|=\"===b?e===c||e.slice(0,c.length+1)===c+\"-\":!1):!0}},CHILD:function(a,b,c,d,e){var f=\"nth\"!==a.slice(0,3),g=\"last\"!==a.slice(-4),h=\"of-type\"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?\"nextSibling\":\"previousSibling\",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p=\"only\"===a&&!o&&\"nextSibling\"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fb.error(\"unsupported pseudo: \"+a);return e[u]?e(b):e.length>1?(c=[a,a,\"\",b],d.setFilters.hasOwnProperty(a.toLowerCase())?hb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=K.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:hb(function(a){var b=[],c=[],d=h(a.replace(R,\"$1\"));return d[u]?hb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:hb(function(a){return function(b){return fb(a,b).length>0}}),contains:hb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:hb(function(a){return W.test(a||\"\")||fb.error(\"unsupported lang: \"+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute(\"xml:lang\")||b.getAttribute(\"lang\"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+\"-\");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return\"input\"===b&&!!a.checked||\"option\"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return\"input\"===b&&\"button\"===a.type||\"button\"===b},text:function(a){var b;return\"input\"===a.nodeName.toLowerCase()&&\"text\"===a.type&&(null==(b=a.getAttribute(\"type\"))||\"text\"===b.toLowerCase())},first:nb(function(){return[0]}),last:nb(function(a,b){return[b-1]}),eq:nb(function(a,b,c){return[0>c?c+b:c]}),even:nb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:nb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:nb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:nb(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=lb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=mb(b);function pb(){}pb.prototype=d.filters=d.pseudos,d.setFilters=new pb,g=fb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+\" \"];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R,\" \")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fb.error(a):z(a,i).slice(0)};function qb(a){for(var b=0,c=a.length,d=\"\";c>b;b++)d+=a[b].value;return d}function rb(a,b,c){var d=b.dir,e=c&&\"parentNode\"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function sb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function tb(a,b,c){for(var d=0,e=b.length;e>d;d++)fb(a,b[d],c);return c}function ub(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function vb(a,b,c,d,e,f){return d&&!d[u]&&(d=vb(d)),e&&!e[u]&&(e=vb(e,f)),hb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||tb(b||\"*\",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ub(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ub(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?K.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ub(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):I.apply(g,r)})}function wb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[\" \"],i=g?1:0,k=rb(function(a){return a===b},h,!0),l=rb(function(a){return K.call(b,a)>-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>i;i++)if(c=d.relative[a[i].type])m=[rb(sb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return vb(i>1&&sb(m),i>1&&qb(a.slice(0,i-1).concat({value:\" \"===a[i-2].type?\"*\":\"\"})).replace(R,\"$1\"),c,e>i&&wb(a.slice(i,e)),f>e&&wb(a=a.slice(e)),f>e&&qb(a))}m.push(c)}return sb(m)}function xb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q=\"0\",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG(\"*\",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=G.call(i));s=ub(s)}I.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&fb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?hb(f):f}return h=fb.compile=function(a,b){var c,d=[],e=[],f=A[a+\" \"];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xb(e,d)),f.selector=a}return f},i=fb.select=function(a,b,e,f){var i,j,k,l,m,n=\"function\"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&\"ID\"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&ob(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qb(j),!a)return I.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&ob(b.parentNode)||b),e},c.sortStable=u.split(\"\").sort(B).join(\"\")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ib(function(a){return 1&a.compareDocumentPosition(n.createElement(\"div\"))}),ib(function(a){return a.innerHTML=\"<a href='#'></a>\",\"#\"===a.firstChild.getAttribute(\"href\")})||jb(\"type|href|height|width\",function(a,b,c){return c?void 0:a.getAttribute(b,\"type\"===b.toLowerCase()?1:2)}),c.attributes&&ib(function(a){return a.innerHTML=\"<input/>\",a.firstChild.setAttribute(\"value\",\"\"),\"\"===a.firstChild.getAttribute(\"value\")})||jb(\"value\",function(a,b,c){return c||\"input\"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ib(function(a){return null==a.getAttribute(\"disabled\")})||jb(L,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fb}(a);m.find=s,m.expr=s.selectors,m.expr[\":\"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\\w+)\\s*\\/?>(?:<\\/\\1>|)$/,v=/^.[^:#\\[\\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if(\"string\"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=\":not(\"+a+\")\"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if(\"string\"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+\" \"+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,\"string\"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if(\"string\"==typeof a){if(c=\"<\"===a.charAt(0)&&\">\"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?\"undefined\"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||\"string\"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?\"string\"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,\"parentNode\")},parentsUntil:function(a,b,c){return m.dir(a,\"parentNode\",c)},next:function(a){return D(a,\"nextSibling\")},prev:function(a){return D(a,\"previousSibling\")},nextAll:function(a){return m.dir(a,\"nextSibling\")},prevAll:function(a){return m.dir(a,\"previousSibling\")},nextUntil:function(a,b,c){return m.dir(a,\"nextSibling\",c)},prevUntil:function(a,b,c){return m.dir(a,\"previousSibling\",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,\"iframe\")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return\"Until\"!==a.slice(-5)&&(d=c),d&&\"string\"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a=\"string\"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);\"function\"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&\"string\"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[[\"resolve\",\"done\",m.Callbacks(\"once memory\"),\"resolved\"],[\"reject\",\"fail\",m.Callbacks(\"once memory\"),\"rejected\"],[\"notify\",\"progress\",m.Callbacks(\"memory\")]],c=\"pending\",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+\"With\"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+\"With\"](this===e?d:this,arguments),this},e[f[0]+\"With\"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler(\"ready\"),m(y).off(\"ready\")))}}});function I(){y.addEventListener?(y.removeEventListener(\"DOMContentLoaded\",J,!1),a.removeEventListener(\"load\",J,!1)):(y.detachEvent(\"onreadystatechange\",J),a.detachEvent(\"onload\",J))}function J(){(y.addEventListener||\"load\"===event.type||\"complete\"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),\"complete\"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener(\"DOMContentLoaded\",J,!1),a.addEventListener(\"load\",J,!1);else{y.attachEvent(\"onreadystatechange\",J),a.attachEvent(\"onload\",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll(\"left\")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K=\"undefined\",L;for(L in m(k))break;k.ownLast=\"0\"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName(\"body\")[0],c&&c.style&&(b=y.createElement(\"div\"),d=y.createElement(\"div\"),d.style.cssText=\"position:absolute;border:0;width:0;height:0;top:0;left:-9999px\",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText=\"display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1\",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement(\"div\");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+\" \").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute(\"classid\")===b};var M=/^(?:\\{[\\w\\W]*\\}|\\[[\\w\\W]*\\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d=\"data-\"+b.replace(N,\"-$1\").toLowerCase();if(c=a.getAttribute(d),\"string\"==typeof c){try{c=\"true\"===c?!0:\"false\"===c?!1:\"null\"===c?null:+c+\"\"===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if((\"data\"!==b||!m.isEmptyObject(a[b]))&&\"toJSON\"!==b)return!1;return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;\nif(k&&j[k]&&(e||j[k].data)||void 0!==d||\"string\"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),(\"object\"==typeof b||\"function\"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),\"string\"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(\" \")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{\"applet \":!0,\"embed \":!0,\"object \":\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,\"parsedAttrs\"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf(\"data-\")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,\"parsedAttrs\",!0)}return e}return\"object\"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||\"fx\")+\"queue\",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||\"fx\";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};\"inprogress\"===e&&(e=c.shift(),d--),e&&(\"fx\"===b&&c.unshift(\"inprogress\"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+\"queueHooks\";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks(\"once memory\").add(function(){m._removeData(a,b+\"queue\"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return\"string\"!=typeof a&&(b=a,a=\"fx\",c--),arguments.length<c?m.queue(this[0],a):void 0===b?this:this.each(function(){var c=m.queue(this,a,b);m._queueHooks(this,a),\"fx\"===a&&\"inprogress\"!==c[0]&&m.dequeue(this,a)})},dequeue:function(a){return this.each(function(){m.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||\"fx\",[])},promise:function(a,b){var c,d=1,e=m.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};\"string\"!=typeof a&&(b=a,a=void 0),a=a||\"fx\";while(g--)c=m._data(f[g],a+\"queueHooks\"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\\d*\\.|)\\d+(?:[eE][+-]?\\d+|)/.source,T=[\"Top\",\"Right\",\"Bottom\",\"Left\"],U=function(a,b){return a=b||a,\"none\"===m.css(a,\"display\")||!m.contains(a.ownerDocument,a)},V=m.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if(\"object\"===m.type(c)){e=!0;for(h in c)m.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,m.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(m(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement(\"input\"),b=y.createElement(\"div\"),c=y.createDocumentFragment();if(b.innerHTML=\"  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>\",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName(\"tbody\").length,k.htmlSerialize=!!b.getElementsByTagName(\"link\").length,k.html5Clone=\"<:nav></:nav>\"!==y.createElement(\"nav\").cloneNode(!0).outerHTML,a.type=\"checkbox\",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML=\"<textarea>x</textarea>\",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML=\"<input type='radio' checked='checked' name='t'/>\",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent(\"onclick\",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement(\"div\");for(b in{submit:!0,change:!0,focusin:!0})c=\"on\"+b,(k[b+\"Bubbles\"]=c in a)||(d.setAttribute(c,\"t\"),k[b+\"Bubbles\"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\\.(.+)|)$/;function ab(){return!0}function bb(){return!1}function cb(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||\"\").match(E)||[\"\"],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||\"\").split(\".\").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(\".\")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent(\"on\"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||\"\").match(E)||[\"\"],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||\"\").split(\".\").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp(\"(^|\\\\.)\"+p.join(\"\\\\.(?:.*\\\\.|)\")+\"(\\\\.|$)\"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&(\"**\"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,\"events\"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,\"type\")?b.type:b,q=j.call(b,\"namespace\")?b.namespace.split(\".\"):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(\".\")>=0&&(q=p.split(\".\"),p=q.shift(),q.sort()),g=p.indexOf(\":\")<0&&\"on\"+p,b=b[m.expando]?b:new m.Event(p,\"object\"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join(\".\"),b.namespace_re=b.namespace?new RegExp(\"(^|\\\\.)\"+q.join(\"\\\\.(?:.*\\\\.|)\")+\"(\\\\.|$)\"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,\"events\")||{})[b.type]&&m._data(h,\"handle\"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,\"events\")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||\"click\"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||\"click\"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+\" \",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[m.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=Z.test(e)?this.mouseHooks:Y.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new m.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||y),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:\"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which\".split(\" \"),fixHooks:{},keyHooks:{props:\"char charCode key keyCode\".split(\" \"),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:\"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement\".split(\" \"),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||y,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==cb()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:\"focusin\"},blur:{trigger:function(){return this===cb()&&this.blur?(this.blur(),!1):void 0},delegateType:\"focusout\"},click:{trigger:function(){return m.nodeName(this,\"input\")&&\"checkbox\"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return m.nodeName(a.target,\"a\")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=m.extend(new m.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?m.event.trigger(e,null,b):m.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},m.removeEvent=y.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d=\"on\"+b;a.detachEvent&&(typeof a[d]===K&&(a[d]=null),a.detachEvent(d,c))},m.Event=function(a,b){return this instanceof m.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ab:bb):this.type=a,b&&m.extend(this,b),this.timeStamp=a&&a.timeStamp||m.now(),void(this[m.expando]=!0)):new m.Event(a,b)},m.Event.prototype={isDefaultPrevented:bb,isPropagationStopped:bb,isImmediatePropagationStopped:bb,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ab,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ab,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ab,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:\"mouseover\",mouseleave:\"mouseout\",pointerenter:\"pointerover\",pointerleave:\"pointerout\"},function(a,b){m.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!m.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.submitBubbles||(m.event.special.submit={setup:function(){return m.nodeName(this,\"form\")?!1:void m.event.add(this,\"click._submit keypress._submit\",function(a){var b=a.target,c=m.nodeName(b,\"input\")||m.nodeName(b,\"button\")?b.form:void 0;c&&!m._data(c,\"submitBubbles\")&&(m.event.add(c,\"submit._submit\",function(a){a._submit_bubble=!0}),m._data(c,\"submitBubbles\",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&m.event.simulate(\"submit\",this.parentNode,a,!0))},teardown:function(){return m.nodeName(this,\"form\")?!1:void m.event.remove(this,\"._submit\")}}),k.changeBubbles||(m.event.special.change={setup:function(){return X.test(this.nodeName)?((\"checkbox\"===this.type||\"radio\"===this.type)&&(m.event.add(this,\"propertychange._change\",function(a){\"checked\"===a.originalEvent.propertyName&&(this._just_changed=!0)}),m.event.add(this,\"click._change\",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),m.event.simulate(\"change\",this,a,!0)})),!1):void m.event.add(this,\"beforeactivate._change\",function(a){var b=a.target;X.test(b.nodeName)&&!m._data(b,\"changeBubbles\")&&(m.event.add(b,\"change._change\",function(a){!this.parentNode||a.isSimulated||a.isTrigger||m.event.simulate(\"change\",this.parentNode,a,!0)}),m._data(b,\"changeBubbles\",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||\"radio\"!==b.type&&\"checkbox\"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return m.event.remove(this,\"._change\"),!X.test(this.nodeName)}}),k.focusinBubbles||m.each({focus:\"focusin\",blur:\"focusout\"},function(a,b){var c=function(a){m.event.simulate(b,a.target,m.event.fix(a),!0)};m.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=m._data(d,b);e||d.addEventListener(a,c,!0),m._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=m._data(d,b)-1;e?m._data(d,b,e):(d.removeEventListener(a,c,!0),m._removeData(d,b))}}}),m.fn.extend({on:function(a,b,c,d,e){var f,g;if(\"object\"==typeof a){\"string\"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&(\"string\"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=bb;else if(!d)return this;return 1===e&&(g=d,d=function(a){return m().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=m.guid++)),this.each(function(){m.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,m(a.delegateTarget).off(d.namespace?d.origType+\".\"+d.namespace:d.origType,d.selector,d.handler),this;if(\"object\"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||\"function\"==typeof b)&&(c=b,b=void 0),c===!1&&(c=bb),this.each(function(){m.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){m.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?m.event.trigger(a,b,c,!0):void 0}});function db(a){var b=eb.split(\"|\"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}var eb=\"abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video\",fb=/ jQuery\\d+=\"(?:null|\\d+)\"/g,gb=new RegExp(\"<(?:\"+eb+\")[\\\\s/>]\",\"i\"),hb=/^\\s+/,ib=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\\w:]+)[^>]*)\\/>/gi,jb=/<([\\w:]+)/,kb=/<tbody/i,lb=/<|&#?\\w+;/,mb=/<(?:script|style|link)/i,nb=/checked\\s*(?:[^=]|=\\s*.checked.)/i,ob=/^$|\\/(?:java|ecma)script/i,pb=/^true\\/(.*)/,qb=/^\\s*<!(?:\\[CDATA\\[|--)|(?:\\]\\]|--)>\\s*$/g,rb={option:[1,\"<select multiple='multiple'>\",\"</select>\"],legend:[1,\"<fieldset>\",\"</fieldset>\"],area:[1,\"<map>\",\"</map>\"],param:[1,\"<object>\",\"</object>\"],thead:[1,\"<table>\",\"</table>\"],tr:[2,\"<table><tbody>\",\"</tbody></table>\"],col:[2,\"<table><tbody></tbody><colgroup>\",\"</colgroup></table>\"],td:[3,\"<table><tbody><tr>\",\"</tr></tbody></table>\"],_default:k.htmlSerialize?[0,\"\",\"\"]:[1,\"X<div>\",\"</div>\"]},sb=db(y),tb=sb.appendChild(y.createElement(\"div\"));rb.optgroup=rb.option,rb.tbody=rb.tfoot=rb.colgroup=rb.caption=rb.thead,rb.th=rb.td;function ub(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||\"*\"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||\"*\"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ub(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function vb(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wb(a,b){return m.nodeName(a,\"table\")&&m.nodeName(11!==b.nodeType?b:b.firstChild,\"tr\")?a.getElementsByTagName(\"tbody\")[0]||a.appendChild(a.ownerDocument.createElement(\"tbody\")):a}function xb(a){return a.type=(null!==m.find.attr(a,\"type\"))+\"/\"+a.type,a}function yb(a){var b=pb.exec(a.type);return b?a.type=b[1]:a.removeAttribute(\"type\"),a}function zb(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,\"globalEval\",!b||m._data(b[d],\"globalEval\"))}function Ab(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Bb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}\"script\"===c&&b.text!==a.text?(xb(b).text=a.text,yb(b)):\"object\"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):\"input\"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):\"option\"===c?b.defaultSelected=b.selected=a.defaultSelected:(\"input\"===c||\"textarea\"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!gb.test(\"<\"+a.nodeName+\">\")?f=a.cloneNode(!0):(tb.innerHTML=a.outerHTML,tb.removeChild(f=tb.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ub(f),h=ub(a),g=0;null!=(e=h[g]);++g)d[g]&&Bb(e,d[g]);if(b)if(c)for(h=h||ub(a),d=d||ub(f),g=0;null!=(e=h[g]);g++)Ab(e,d[g]);else Ab(a,f);return d=ub(f,\"script\"),d.length>0&&zb(d,!i&&ub(a,\"script\")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=db(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if(\"object\"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(lb.test(f)){h=h||o.appendChild(b.createElement(\"div\")),i=(jb.exec(f)||[\"\",\"\"])[1].toLowerCase(),l=rb[i]||rb._default,h.innerHTML=l[1]+f.replace(ib,\"<$1></$2>\")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&hb.test(f)&&p.push(b.createTextNode(hb.exec(f)[0])),!k.tbody){f=\"table\"!==i||kb.test(f)?\"<table>\"!==l[1]||kb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],\"tbody\")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent=\"\";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ub(p,\"input\"),vb),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ub(o.appendChild(f),\"script\"),g&&zb(h),c)){e=0;while(f=h[e++])ob.test(f.type||\"\")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ub(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&zb(ub(c,\"script\")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ub(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,\"select\")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,\"\"):void 0;if(!(\"string\"!=typeof a||mb.test(a)||!k.htmlSerialize&&gb.test(a)||!k.leadingWhitespace&&hb.test(a)||rb[(jb.exec(a)||[\"\",\"\"])[1].toLowerCase()])){a=a.replace(ib,\"<$1></$2>\");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ub(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ub(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&\"string\"==typeof p&&!k.checkClone&&nb.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ub(i,\"script\"),xb),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ub(d,\"script\"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,yb),j=0;f>j;j++)d=g[j],ob.test(d.type||\"\")&&!m._data(d,\"globalEval\")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||\"\").replace(qb,\"\")));i=c=null}return this}}),m.each({appendTo:\"append\",prependTo:\"prepend\",insertBefore:\"before\",insertAfter:\"after\",replaceAll:\"replaceWith\"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Cb,Db={};function Eb(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],\"display\");return e.detach(),f}function Fb(a){var b=y,c=Db[a];return c||(c=Eb(a,b),\"none\"!==c&&c||(Cb=(Cb||m(\"<iframe frameborder='0' width='0' height='0'/>\")).appendTo(b.documentElement),b=(Cb[0].contentWindow||Cb[0].contentDocument).document,b.write(),b.close(),c=Eb(a,b),Cb.detach()),Db[a]=c),c}!function(){var a;k.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,d;return c=y.getElementsByTagName(\"body\")[0],c&&c.style?(b=y.createElement(\"div\"),d=y.createElement(\"div\"),d.style.cssText=\"position:absolute;border:0;width:0;height:0;top:0;left:-9999px\",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText=\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1\",b.appendChild(y.createElement(\"div\")).style.width=\"5px\",a=3!==b.offsetWidth),c.removeChild(d),a):void 0}}();var Gb=/^margin/,Hb=new RegExp(\"^(\"+S+\")(?!px)[a-z%]+$\",\"i\"),Ib,Jb,Kb=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ib=function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(\"\"!==g||m.contains(a.ownerDocument,a)||(g=m.style(a,b)),Hb.test(g)&&Gb.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0===g?g:g+\"\"}):y.documentElement.currentStyle&&(Ib=function(a){return a.currentStyle},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Hb.test(g)&&!Kb.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left=\"fontSize\"===b?\"1em\":g,g=h.pixelLeft+\"px\",h.left=d,f&&(e.left=f)),void 0===g?g:g+\"\"||\"auto\"});function Lb(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d,e,f,g,h;if(b=y.createElement(\"div\"),b.innerHTML=\"  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>\",d=b.getElementsByTagName(\"a\")[0],c=d&&d.style){c.cssText=\"float:left;opacity:.5\",k.opacity=\"0.5\"===c.opacity,k.cssFloat=!!c.cssFloat,b.style.backgroundClip=\"content-box\",b.cloneNode(!0).style.backgroundClip=\"\",k.clearCloneStyle=\"content-box\"===b.style.backgroundClip,k.boxSizing=\"\"===c.boxSizing||\"\"===c.MozBoxSizing||\"\"===c.WebkitBoxSizing,m.extend(k,{reliableHiddenOffsets:function(){return null==g&&i(),g},boxSizingReliable:function(){return null==f&&i(),f},pixelPosition:function(){return null==e&&i(),e},reliableMarginRight:function(){return null==h&&i(),h}});function i(){var b,c,d,i;c=y.getElementsByTagName(\"body\")[0],c&&c.style&&(b=y.createElement(\"div\"),d=y.createElement(\"div\"),d.style.cssText=\"position:absolute;border:0;width:0;height:0;top:0;left:-9999px\",c.appendChild(d).appendChild(b),b.style.cssText=\"-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute\",e=f=!1,h=!0,a.getComputedStyle&&(e=\"1%\"!==(a.getComputedStyle(b,null)||{}).top,f=\"4px\"===(a.getComputedStyle(b,null)||{width:\"4px\"}).width,i=b.appendChild(y.createElement(\"div\")),i.style.cssText=b.style.cssText=\"-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0\",i.style.marginRight=i.style.width=\"0\",b.style.width=\"1px\",h=!parseFloat((a.getComputedStyle(i,null)||{}).marginRight)),b.innerHTML=\"<table><tr><td></td><td>t</td></tr></table>\",i=b.getElementsByTagName(\"td\"),i[0].style.cssText=\"margin:0;border:0;padding:0;display:none\",g=0===i[0].offsetHeight,g&&(i[0].style.display=\"\",i[1].style.display=\"none\",g=0===i[0].offsetHeight),c.removeChild(d))}}}(),m.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var Mb=/alpha\\([^)]*\\)/i,Nb=/opacity\\s*=\\s*([^)]*)/,Ob=/^(none|table(?!-c[ea]).+)/,Pb=new RegExp(\"^(\"+S+\")(.*)$\",\"i\"),Qb=new RegExp(\"^([+-])=(\"+S+\")\",\"i\"),Rb={position:\"absolute\",visibility:\"hidden\",display:\"block\"},Sb={letterSpacing:\"0\",fontWeight:\"400\"},Tb=[\"Webkit\",\"O\",\"Moz\",\"ms\"];function Ub(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=Tb.length;while(e--)if(b=Tb[e]+c,b in a)return b;return d}function Vb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=m._data(d,\"olddisplay\"),c=d.style.display,b?(f[g]||\"none\"!==c||(d.style.display=\"\"),\"\"===d.style.display&&U(d)&&(f[g]=m._data(d,\"olddisplay\",Fb(d.nodeName)))):(e=U(d),(c&&\"none\"!==c||!e)&&m._data(d,\"olddisplay\",e?c:m.css(d,\"display\"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&\"none\"!==d.style.display&&\"\"!==d.style.display||(d.style.display=b?f[g]||\"\":\"none\"));return a}function Wb(a,b,c){var d=Pb.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||\"px\"):b}function Xb(a,b,c,d,e){for(var f=c===(d?\"border\":\"content\")?4:\"width\"===b?1:0,g=0;4>f;f+=2)\"margin\"===c&&(g+=m.css(a,c+T[f],!0,e)),d?(\"content\"===c&&(g-=m.css(a,\"padding\"+T[f],!0,e)),\"margin\"!==c&&(g-=m.css(a,\"border\"+T[f]+\"Width\",!0,e))):(g+=m.css(a,\"padding\"+T[f],!0,e),\"padding\"!==c&&(g+=m.css(a,\"border\"+T[f]+\"Width\",!0,e)));return g}function Yb(a,b,c){var d=!0,e=\"width\"===b?a.offsetWidth:a.offsetHeight,f=Ib(a),g=k.boxSizing&&\"border-box\"===m.css(a,\"boxSizing\",!1,f);if(0>=e||null==e){if(e=Jb(a,b,f),(0>e||null==e)&&(e=a.style[b]),Hb.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Xb(a,b,c||(g?\"border\":\"content\"),d,f)+\"px\"}m.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Jb(a,\"opacity\");return\"\"===c?\"1\":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{\"float\":k.cssFloat?\"cssFloat\":\"styleFloat\"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=m.camelCase(b),i=a.style;if(b=m.cssProps[h]||(m.cssProps[h]=Ub(i,h)),g=m.cssHooks[b]||m.cssHooks[h],void 0===c)return g&&\"get\"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,\"string\"===f&&(e=Qb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(m.css(a,b)),f=\"number\"),null!=c&&c===c&&(\"number\"!==f||m.cssNumber[h]||(c+=\"px\"),k.clearCloneStyle||\"\"!==c||0!==b.indexOf(\"background\")||(i[b]=\"inherit\"),!(g&&\"set\"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=m.camelCase(b);return b=m.cssProps[h]||(m.cssProps[h]=Ub(a.style,h)),g=m.cssHooks[b]||m.cssHooks[h],g&&\"get\"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Jb(a,b,d)),\"normal\"===f&&b in Sb&&(f=Sb[b]),\"\"===c||c?(e=parseFloat(f),c===!0||m.isNumeric(e)?e||0:f):f}}),m.each([\"height\",\"width\"],function(a,b){m.cssHooks[b]={get:function(a,c,d){return c?Ob.test(m.css(a,\"display\"))&&0===a.offsetWidth?m.swap(a,Rb,function(){return Yb(a,b,d)}):Yb(a,b,d):void 0},set:function(a,c,d){var e=d&&Ib(a);return Wb(a,c,d?Xb(a,b,d,k.boxSizing&&\"border-box\"===m.css(a,\"boxSizing\",!1,e),e):0)}}}),k.opacity||(m.cssHooks.opacity={get:function(a,b){return Nb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||\"\")?.01*parseFloat(RegExp.$1)+\"\":b?\"1\":\"\"},set:function(a,b){var c=a.style,d=a.currentStyle,e=m.isNumeric(b)?\"alpha(opacity=\"+100*b+\")\":\"\",f=d&&d.filter||c.filter||\"\";c.zoom=1,(b>=1||\"\"===b)&&\"\"===m.trim(f.replace(Mb,\"\"))&&c.removeAttribute&&(c.removeAttribute(\"filter\"),\"\"===b||d&&!d.filter)||(c.filter=Mb.test(f)?f.replace(Mb,e):f+\" \"+e)}}),m.cssHooks.marginRight=Lb(k.reliableMarginRight,function(a,b){return b?m.swap(a,{display:\"inline-block\"},Jb,[a,\"marginRight\"]):void 0}),m.each({margin:\"\",padding:\"\",border:\"Width\"},function(a,b){m.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f=\"string\"==typeof c?c.split(\" \"):[c];4>d;d++)e[a+T[d]+b]=f[d]||f[d-2]||f[0];return e}},Gb.test(a)||(m.cssHooks[a+b].set=Wb)}),m.fn.extend({css:function(a,b){return V(this,function(a,b,c){var d,e,f={},g=0;if(m.isArray(b)){for(d=Ib(a),e=b.length;e>g;g++)f[b[g]]=m.css(a,b[g],!1,d);return f}return void 0!==c?m.style(a,b,c):m.css(a,b)},a,b,arguments.length>1)},show:function(){return Vb(this,!0)},hide:function(){return Vb(this)},toggle:function(a){return\"boolean\"==typeof a?a?this.show():this.hide():this.each(function(){U(this)?m(this).show():m(this).hide()})}});function Zb(a,b,c,d,e){return new Zb.prototype.init(a,b,c,d,e)}m.Tween=Zb,Zb.prototype={constructor:Zb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||\"swing\",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(m.cssNumber[c]?\"\":\"px\")\n},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this):Zb.propHooks._default.get(this)},run:function(a){var b,c=Zb.propHooks[this.prop];return this.pos=b=this.options.duration?m.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Zb.propHooks._default.set(this),this}},Zb.prototype.init.prototype=Zb.prototype,Zb.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=m.css(a.elem,a.prop,\"\"),b&&\"auto\"!==b?b:0):a.elem[a.prop]},set:function(a){m.fx.step[a.prop]?m.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[m.cssProps[a.prop]]||m.cssHooks[a.prop])?m.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Zb.propHooks.scrollTop=Zb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},m.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},m.fx=Zb.prototype.init,m.fx.step={};var $b,_b,ac=/^(?:toggle|show|hide)$/,bc=new RegExp(\"^(?:([+-])=|)(\"+S+\")([a-z%]*)$\",\"i\"),cc=/queueHooks$/,dc=[ic],ec={\"*\":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=bc.exec(b),f=e&&e[3]||(m.cssNumber[a]?\"\":\"px\"),g=(m.cssNumber[a]||\"px\"!==f&&+d)&&bc.exec(m.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||\".5\",g/=h,m.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function fc(){return setTimeout(function(){$b=void 0}),$b=m.now()}function gc(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=T[e],d[\"margin\"+c]=d[\"padding\"+c]=a;return b&&(d.opacity=d.width=a),d}function hc(a,b,c){for(var d,e=(ec[b]||[]).concat(ec[\"*\"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ic(a,b,c){var d,e,f,g,h,i,j,l,n=this,o={},p=a.style,q=a.nodeType&&U(a),r=m._data(a,\"fxshow\");c.queue||(h=m._queueHooks(a,\"fx\"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,n.always(function(){n.always(function(){h.unqueued--,m.queue(a,\"fx\").length||h.empty.fire()})})),1===a.nodeType&&(\"height\"in b||\"width\"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=m.css(a,\"display\"),l=\"none\"===j?m._data(a,\"olddisplay\")||Fb(a.nodeName):j,\"inline\"===l&&\"none\"===m.css(a,\"float\")&&(k.inlineBlockNeedsLayout&&\"inline\"!==Fb(a.nodeName)?p.zoom=1:p.display=\"inline-block\")),c.overflow&&(p.overflow=\"hidden\",k.shrinkWrapBlocks()||n.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],ac.exec(e)){if(delete b[d],f=f||\"toggle\"===e,e===(q?\"hide\":\"show\")){if(\"show\"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||m.style(a,d)}else j=void 0;if(m.isEmptyObject(o))\"inline\"===(\"none\"===j?Fb(a.nodeName):j)&&(p.display=j);else{r?\"hidden\"in r&&(q=r.hidden):r=m._data(a,\"fxshow\",{}),f&&(r.hidden=!q),q?m(a).show():n.done(function(){m(a).hide()}),n.done(function(){var b;m._removeData(a,\"fxshow\");for(b in o)m.style(a,b,o[b])});for(d in o)g=hc(q?r[d]:0,d,n),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start=\"width\"===d||\"height\"===d?1:0))}}function jc(a,b){var c,d,e,f,g;for(c in a)if(d=m.camelCase(c),e=b[d],f=a[c],m.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=m.cssHooks[d],g&&\"expand\"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kc(a,b,c){var d,e,f=0,g=dc.length,h=m.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=$b||fc(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:m.extend({},b),opts:m.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:$b||fc(),duration:c.duration,tweens:[],createTween:function(b,c){var d=m.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jc(k,j.opts.specialEasing);g>f;f++)if(d=dc[f].call(j,a,k,j.opts))return d;return m.map(k,hc,j),m.isFunction(j.opts.start)&&j.opts.start.call(a,j),m.fx.timer(m.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}m.Animation=m.extend(kc,{tweener:function(a,b){m.isFunction(a)?(b=a,a=[\"*\"]):a=a.split(\" \");for(var c,d=0,e=a.length;e>d;d++)c=a[d],ec[c]=ec[c]||[],ec[c].unshift(b)},prefilter:function(a,b){b?dc.unshift(a):dc.push(a)}}),m.speed=function(a,b,c){var d=a&&\"object\"==typeof a?m.extend({},a):{complete:c||!c&&b||m.isFunction(a)&&a,duration:a,easing:c&&b||b&&!m.isFunction(b)&&b};return d.duration=m.fx.off?0:\"number\"==typeof d.duration?d.duration:d.duration in m.fx.speeds?m.fx.speeds[d.duration]:m.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue=\"fx\"),d.old=d.complete,d.complete=function(){m.isFunction(d.old)&&d.old.call(this),d.queue&&m.dequeue(this,d.queue)},d},m.fn.extend({fadeTo:function(a,b,c,d){return this.filter(U).css(\"opacity\",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=m.isEmptyObject(a),f=m.speed(b,c,d),g=function(){var b=kc(this,m.extend({},a),f);(e||m._data(this,\"finish\"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return\"string\"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||\"fx\",[]),this.each(function(){var b=!0,e=null!=a&&a+\"queueHooks\",f=m.timers,g=m._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&cc.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&m.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||\"fx\"),this.each(function(){var b,c=m._data(this),d=c[a+\"queue\"],e=c[a+\"queueHooks\"],f=m.timers,g=d?d.length:0;for(c.finish=!0,m.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),m.each([\"toggle\",\"show\",\"hide\"],function(a,b){var c=m.fn[b];m.fn[b]=function(a,d,e){return null==a||\"boolean\"==typeof a?c.apply(this,arguments):this.animate(gc(b,!0),a,d,e)}}),m.each({slideDown:gc(\"show\"),slideUp:gc(\"hide\"),slideToggle:gc(\"toggle\"),fadeIn:{opacity:\"show\"},fadeOut:{opacity:\"hide\"},fadeToggle:{opacity:\"toggle\"}},function(a,b){m.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),m.timers=[],m.fx.tick=function(){var a,b=m.timers,c=0;for($b=m.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||m.fx.stop(),$b=void 0},m.fx.timer=function(a){m.timers.push(a),a()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){_b||(_b=setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){clearInterval(_b),_b=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(a,b){return a=m.fx?m.fx.speeds[a]||a:a,b=b||\"fx\",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e;b=y.createElement(\"div\"),b.setAttribute(\"className\",\"t\"),b.innerHTML=\"  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>\",d=b.getElementsByTagName(\"a\")[0],c=y.createElement(\"select\"),e=c.appendChild(y.createElement(\"option\")),a=b.getElementsByTagName(\"input\")[0],d.style.cssText=\"top:1px\",k.getSetAttribute=\"t\"!==b.className,k.style=/top/.test(d.getAttribute(\"style\")),k.hrefNormalized=\"/a\"===d.getAttribute(\"href\"),k.checkOn=!!a.value,k.optSelected=e.selected,k.enctype=!!y.createElement(\"form\").enctype,c.disabled=!0,k.optDisabled=!e.disabled,a=y.createElement(\"input\"),a.setAttribute(\"value\",\"\"),k.input=\"\"===a.getAttribute(\"value\"),a.value=\"t\",a.setAttribute(\"type\",\"radio\"),k.radioValue=\"t\"===a.value}();var lc=/\\r/g;m.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=m.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,m(this).val()):a,null==e?e=\"\":\"number\"==typeof e?e+=\"\":m.isArray(e)&&(e=m.map(e,function(a){return null==a?\"\":a+\"\"})),b=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()],b&&\"set\"in b&&void 0!==b.set(this,e,\"value\")||(this.value=e))});if(e)return b=m.valHooks[e.type]||m.valHooks[e.nodeName.toLowerCase()],b&&\"get\"in b&&void 0!==(c=b.get(e,\"value\"))?c:(c=e.value,\"string\"==typeof c?c.replace(lc,\"\"):null==c?\"\":c)}}}),m.extend({valHooks:{option:{get:function(a){var b=m.find.attr(a,\"value\");return null!=b?b:m.trim(m.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f=\"select-one\"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute(\"disabled\"))||c.parentNode.disabled&&m.nodeName(c.parentNode,\"optgroup\"))){if(b=m(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=m.makeArray(b),g=e.length;while(g--)if(d=e[g],m.inArray(m.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),m.each([\"radio\",\"checkbox\"],function(){m.valHooks[this]={set:function(a,b){return m.isArray(b)?a.checked=m.inArray(m(a).val(),b)>=0:void 0}},k.checkOn||(m.valHooks[this].get=function(a){return null===a.getAttribute(\"value\")?\"on\":a.value})});var mc,nc,oc=m.expr.attrHandle,pc=/^(?:checked|selected)$/i,qc=k.getSetAttribute,rc=k.input;m.fn.extend({attr:function(a,b){return V(this,m.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){m.removeAttr(this,a)})}}),m.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===K?m.prop(a,b,c):(1===f&&m.isXMLDoc(a)||(b=b.toLowerCase(),d=m.attrHooks[b]||(m.expr.match.bool.test(b)?nc:mc)),void 0===c?d&&\"get\"in d&&null!==(e=d.get(a,b))?e:(e=m.find.attr(a,b),null==e?void 0:e):null!==c?d&&\"set\"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+\"\"),c):void m.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=m.propFix[c]||c,m.expr.match.bool.test(c)?rc&&qc||!pc.test(c)?a[d]=!1:a[m.camelCase(\"default-\"+c)]=a[d]=!1:m.attr(a,c,\"\"),a.removeAttribute(qc?c:d)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&\"radio\"===b&&m.nodeName(a,\"input\")){var c=a.value;return a.setAttribute(\"type\",b),c&&(a.value=c),b}}}}}),nc={set:function(a,b,c){return b===!1?m.removeAttr(a,c):rc&&qc||!pc.test(c)?a.setAttribute(!qc&&m.propFix[c]||c,c):a[m.camelCase(\"default-\"+c)]=a[c]=!0,c}},m.each(m.expr.match.bool.source.match(/\\w+/g),function(a,b){var c=oc[b]||m.find.attr;oc[b]=rc&&qc||!pc.test(b)?function(a,b,d){var e,f;return d||(f=oc[b],oc[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,oc[b]=f),e}:function(a,b,c){return c?void 0:a[m.camelCase(\"default-\"+b)]?b.toLowerCase():null}}),rc&&qc||(m.attrHooks.value={set:function(a,b,c){return m.nodeName(a,\"input\")?void(a.defaultValue=b):mc&&mc.set(a,b,c)}}),qc||(mc={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+=\"\",\"value\"===c||b===a.getAttribute(c)?b:void 0}},oc.id=oc.name=oc.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&\"\"!==d.value?d.value:null},m.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:mc.set},m.attrHooks.contenteditable={set:function(a,b,c){mc.set(a,\"\"===b?!1:b,c)}},m.each([\"width\",\"height\"],function(a,b){m.attrHooks[b]={set:function(a,c){return\"\"===c?(a.setAttribute(b,\"auto\"),c):void 0}}})),k.style||(m.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+\"\"}});var sc=/^(?:input|select|textarea|button|object)$/i,tc=/^(?:a|area)$/i;m.fn.extend({prop:function(a,b){return V(this,m.prop,a,b,arguments.length>1)},removeProp:function(a){return a=m.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),m.extend({propFix:{\"for\":\"htmlFor\",\"class\":\"className\"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!m.isXMLDoc(a),f&&(b=m.propFix[b]||b,e=m.propHooks[b]),void 0!==c?e&&\"set\"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&\"get\"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=m.find.attr(a,\"tabindex\");return b?parseInt(b,10):sc.test(a.nodeName)||tc.test(a.nodeName)&&a.href?0:-1}}}}),k.hrefNormalized||m.each([\"href\",\"src\"],function(a,b){m.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),k.optSelected||(m.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),m.each([\"tabIndex\",\"readOnly\",\"maxLength\",\"cellSpacing\",\"cellPadding\",\"rowSpan\",\"colSpan\",\"useMap\",\"frameBorder\",\"contentEditable\"],function(){m.propFix[this.toLowerCase()]=this}),k.enctype||(m.propFix.enctype=\"encoding\");var uc=/[\\t\\r\\n\\f]/g;m.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=\"string\"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||\"\").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(\" \"+c.className+\" \").replace(uc,\" \"):\" \")){f=0;while(e=b[f++])d.indexOf(\" \"+e+\" \")<0&&(d+=e+\" \");g=m.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||\"string\"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||\"\").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(\" \"+c.className+\" \").replace(uc,\" \"):\"\")){f=0;while(e=b[f++])while(d.indexOf(\" \"+e+\" \")>=0)d=d.replace(\" \"+e+\" \",\" \");g=a?m.trim(d):\"\",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return\"boolean\"==typeof b&&\"string\"===c?b?this.addClass(a):this.removeClass(a):this.each(m.isFunction(a)?function(c){m(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if(\"string\"===c){var b,d=0,e=m(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===K||\"boolean\"===c)&&(this.className&&m._data(this,\"__className__\",this.className),this.className=this.className||a===!1?\"\":m._data(this,\"__className__\")||\"\")})},hasClass:function(a){for(var b=\" \"+a+\" \",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(\" \"+this[c].className+\" \").replace(uc,\" \").indexOf(b)>=0)return!0;return!1}}),m.each(\"blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu\".split(\" \"),function(a,b){m.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),m.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,\"**\"):this.off(b,a||\"**\",c)}});var vc=m.now(),wc=/\\?/,xc=/(,)|(\\[|{)|(}|])|\"(?:[^\"\\\\\\r\\n]|\\\\[\"\\\\\\/bfnrt]|\\\\u[\\da-fA-F]{4})*\"\\s*:?|true|false|null|-?(?!0\\d)\\d+(?:\\.\\d+|)(?:[eE][+-]?\\d+|)/g;m.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+\"\");var c,d=null,e=m.trim(b+\"\");return e&&!m.trim(e.replace(xc,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,\"\")}))?Function(\"return \"+e)():m.error(\"Invalid JSON: \"+b)},m.parseXML=function(b){var c,d;if(!b||\"string\"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,\"text/xml\")):(c=new ActiveXObject(\"Microsoft.XMLDOM\"),c.async=\"false\",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName(\"parsererror\").length||m.error(\"Invalid XML: \"+b),c};var yc,zc,Ac=/#.*$/,Bc=/([?&])_=[^&]*/,Cc=/^(.*?):[ \\t]*([^\\r\\n]*)\\r?$/gm,Dc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ec=/^(?:GET|HEAD)$/,Fc=/^\\/\\//,Gc=/^([\\w.+-]+:)(?:\\/\\/(?:[^\\/?#]*@|)([^\\/?#:]*)(?::(\\d+)|)|)/,Hc={},Ic={},Jc=\"*/\".concat(\"*\");try{zc=location.href}catch(Kc){zc=y.createElement(\"a\"),zc.href=\"\",zc=zc.href}yc=Gc.exec(zc.toLowerCase())||[];function Lc(a){return function(b,c){\"string\"!=typeof b&&(c=b,b=\"*\");var d,e=0,f=b.toLowerCase().match(E)||[];if(m.isFunction(c))while(d=f[e++])\"+\"===d.charAt(0)?(d=d.slice(1)||\"*\",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Mc(a,b,c,d){var e={},f=a===Ic;function g(h){var i;return e[h]=!0,m.each(a[h]||[],function(a,h){var j=h(b,c,d);return\"string\"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e[\"*\"]&&g(\"*\")}function Nc(a,b){var c,d,e=m.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&m.extend(!0,a,c),a}function Oc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while(\"*\"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader(\"Content-Type\"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+\" \"+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Pc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if(\"*\"===f)f=i;else if(\"*\"!==i&&i!==f){if(g=j[i+\" \"+f]||j[\"* \"+f],!g)for(e in j)if(h=e.split(\" \"),h[1]===f&&(g=j[i+\" \"+h[0]]||j[\"* \"+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a[\"throws\"])b=g(b);else try{b=g(b)}catch(l){return{state:\"parsererror\",error:g?l:\"No conversion from \"+i+\" to \"+f}}}return{state:\"success\",data:b}}m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:zc,type:\"GET\",isLocal:Dc.test(yc[1]),global:!0,processData:!0,async:!0,contentType:\"application/x-www-form-urlencoded; charset=UTF-8\",accepts:{\"*\":Jc,text:\"text/plain\",html:\"text/html\",xml:\"application/xml, text/xml\",json:\"application/json, text/javascript\"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:\"responseXML\",text:\"responseText\",json:\"responseJSON\"},converters:{\"* text\":String,\"text html\":!0,\"text json\":m.parseJSON,\"text xml\":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Nc(Nc(a,m.ajaxSettings),b):Nc(m.ajaxSettings,a)},ajaxPrefilter:Lc(Hc),ajaxTransport:Lc(Ic),ajax:function(a,b){\"object\"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=m.ajaxSetup({},b),l=k.context||k,n=k.context&&(l.nodeType||l.jquery)?m(l):m.event,o=m.Deferred(),p=m.Callbacks(\"once memory\"),q=k.statusCode||{},r={},s={},t=0,u=\"canceled\",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!j){j={};while(b=Cc.exec(f))j[b[1].toLowerCase()]=b[2]}b=j[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?f:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return i&&i.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||zc)+\"\").replace(Ac,\"\").replace(Fc,yc[1]+\"//\"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=m.trim(k.dataType||\"*\").toLowerCase().match(E)||[\"\"],null==k.crossDomain&&(c=Gc.exec(k.url.toLowerCase()),k.crossDomain=!(!c||c[1]===yc[1]&&c[2]===yc[2]&&(c[3]||(\"http:\"===c[1]?\"80\":\"443\"))===(yc[3]||(\"http:\"===yc[1]?\"80\":\"443\")))),k.data&&k.processData&&\"string\"!=typeof k.data&&(k.data=m.param(k.data,k.traditional)),Mc(Hc,k,b,v),2===t)return v;h=k.global,h&&0===m.active++&&m.event.trigger(\"ajaxStart\"),k.type=k.type.toUpperCase(),k.hasContent=!Ec.test(k.type),e=k.url,k.hasContent||(k.data&&(e=k.url+=(wc.test(e)?\"&\":\"?\")+k.data,delete k.data),k.cache===!1&&(k.url=Bc.test(e)?e.replace(Bc,\"$1_=\"+vc++):e+(wc.test(e)?\"&\":\"?\")+\"_=\"+vc++)),k.ifModified&&(m.lastModified[e]&&v.setRequestHeader(\"If-Modified-Since\",m.lastModified[e]),m.etag[e]&&v.setRequestHeader(\"If-None-Match\",m.etag[e])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader(\"Content-Type\",k.contentType),v.setRequestHeader(\"Accept\",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+(\"*\"!==k.dataTypes[0]?\", \"+Jc+\"; q=0.01\":\"\"):k.accepts[\"*\"]);for(d in k.headers)v.setRequestHeader(d,k.headers[d]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u=\"abort\";for(d in{success:1,error:1,complete:1})v[d](k[d]);if(i=Mc(Ic,k,b,v)){v.readyState=1,h&&n.trigger(\"ajaxSend\",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort(\"timeout\")},k.timeout));try{t=1,i.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,\"No Transport\");function x(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),i=void 0,f=d||\"\",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,c&&(u=Oc(k,v,c)),u=Pc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader(\"Last-Modified\"),w&&(m.lastModified[e]=w),w=v.getResponseHeader(\"etag\"),w&&(m.etag[e]=w)),204===a||\"HEAD\"===k.type?x=\"nocontent\":304===a?x=\"notmodified\":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x=\"error\",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+\"\",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,h&&n.trigger(j?\"ajaxSuccess\":\"ajaxError\",[v,k,j?r:s]),p.fireWith(l,[v,x]),h&&(n.trigger(\"ajaxComplete\",[v,k]),--m.active||m.event.trigger(\"ajaxStop\")))}return v},getJSON:function(a,b,c){return m.get(a,b,c,\"json\")},getScript:function(a,b){return m.get(a,void 0,b,\"script\")}}),m.each([\"get\",\"post\"],function(a,b){m[b]=function(a,c,d,e){return m.isFunction(c)&&(e=e||d,d=c,c=void 0),m.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),m.each([\"ajaxStart\",\"ajaxStop\",\"ajaxComplete\",\"ajaxError\",\"ajaxSuccess\",\"ajaxSend\"],function(a,b){m.fn[b]=function(a){return this.on(b,a)}}),m._evalUrl=function(a){return m.ajax({url:a,type:\"GET\",dataType:\"script\",async:!1,global:!1,\"throws\":!0})},m.fn.extend({wrapAll:function(a){if(m.isFunction(a))return this.each(function(b){m(this).wrapAll(a.call(this,b))});if(this[0]){var b=m(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(m.isFunction(a)?function(b){m(this).wrapInner(a.call(this,b))}:function(){var b=m(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=m.isFunction(a);return this.each(function(c){m(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){m.nodeName(this,\"body\")||m(this).replaceWith(this.childNodes)}).end()}}),m.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!k.reliableHiddenOffsets()&&\"none\"===(a.style&&a.style.display||m.css(a,\"display\"))},m.expr.filters.visible=function(a){return!m.expr.filters.hidden(a)};var Qc=/%20/g,Rc=/\\[\\]$/,Sc=/\\r?\\n/g,Tc=/^(?:submit|button|image|reset|file)$/i,Uc=/^(?:input|select|textarea|keygen)/i;function Vc(a,b,c,d){var e;if(m.isArray(b))m.each(b,function(b,e){c||Rc.test(a)?d(a,e):Vc(a+\"[\"+(\"object\"==typeof e?b:\"\")+\"]\",e,c,d)});else if(c||\"object\"!==m.type(b))d(a,b);else for(e in b)Vc(a+\"[\"+e+\"]\",b[e],c,d)}m.param=function(a,b){var c,d=[],e=function(a,b){b=m.isFunction(b)?b():null==b?\"\":b,d[d.length]=encodeURIComponent(a)+\"=\"+encodeURIComponent(b)};if(void 0===b&&(b=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(a)||a.jquery&&!m.isPlainObject(a))m.each(a,function(){e(this.name,this.value)});else for(c in a)Vc(c,a[c],b,e);return d.join(\"&\").replace(Qc,\"+\")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=m.prop(this,\"elements\");return a?m.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!m(this).is(\":disabled\")&&Uc.test(this.nodeName)&&!Tc.test(a)&&(this.checked||!W.test(a))}).map(function(a,b){var c=m(this).val();return null==c?null:m.isArray(c)?m.map(c,function(a){return{name:b.name,value:a.replace(Sc,\"\\r\\n\")}}):{name:b.name,value:c.replace(Sc,\"\\r\\n\")}}).get()}}),m.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&Zc()||$c()}:Zc;var Wc=0,Xc={},Yc=m.ajaxSettings.xhr();a.ActiveXObject&&m(a).on(\"unload\",function(){for(var a in Xc)Xc[a](void 0,!0)}),k.cors=!!Yc&&\"withCredentials\"in Yc,Yc=k.ajax=!!Yc,Yc&&m.ajaxTransport(function(a){if(!a.crossDomain||k.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Wc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c[\"X-Requested-With\"]||(c[\"X-Requested-With\"]=\"XMLHttpRequest\");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+\"\");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete Xc[g],b=void 0,f.onreadystatechange=m.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,\"string\"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(k){i=\"\"}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=Xc[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}});function Zc(){try{return new a.XMLHttpRequest}catch(b){}}function $c(){try{return new a.ActiveXObject(\"Microsoft.XMLHTTP\")}catch(b){}}m.ajaxSetup({accepts:{script:\"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"},contents:{script:/(?:java|ecma)script/},converters:{\"text script\":function(a){return m.globalEval(a),a}}}),m.ajaxPrefilter(\"script\",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type=\"GET\",a.global=!1)}),m.ajaxTransport(\"script\",function(a){if(a.crossDomain){var b,c=y.head||m(\"head\")[0]||y.documentElement;return{send:function(d,e){b=y.createElement(\"script\"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,\"success\"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var _c=[],ad=/(=)\\?(?=&|$)|\\?\\?/;m.ajaxSetup({jsonp:\"callback\",jsonpCallback:function(){var a=_c.pop()||m.expando+\"_\"+vc++;return this[a]=!0,a}}),m.ajaxPrefilter(\"json jsonp\",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(ad.test(b.url)?\"url\":\"string\"==typeof b.data&&!(b.contentType||\"\").indexOf(\"application/x-www-form-urlencoded\")&&ad.test(b.data)&&\"data\");return h||\"jsonp\"===b.dataTypes[0]?(e=b.jsonpCallback=m.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(ad,\"$1\"+e):b.jsonp!==!1&&(b.url+=(wc.test(b.url)?\"&\":\"?\")+b.jsonp+\"=\"+e),b.converters[\"script json\"]=function(){return g||m.error(e+\" was not called\"),g[0]},b.dataTypes[0]=\"json\",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,_c.push(e)),g&&m.isFunction(f)&&f(g[0]),g=f=void 0}),\"script\"):void 0}),m.parseHTML=function(a,b,c){if(!a||\"string\"!=typeof a)return null;\"boolean\"==typeof b&&(c=b,b=!1),b=b||y;var d=u.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=m.buildFragment([a],b,e),e&&e.length&&m(e).remove(),m.merge([],d.childNodes))};var bd=m.fn.load;m.fn.load=function(a,b,c){if(\"string\"!=typeof a&&bd)return bd.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(\" \");return h>=0&&(d=m.trim(a.slice(h,a.length)),a=a.slice(0,h)),m.isFunction(b)?(c=b,b=void 0):b&&\"object\"==typeof b&&(f=\"POST\"),g.length>0&&m.ajax({url:a,type:f,dataType:\"html\",data:b}).done(function(a){e=arguments,g.html(d?m(\"<div>\").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var cd=a.document.documentElement;function dd(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,\"position\"),l=m(a),n={};\"static\"===k&&(a.style.position=\"relative\"),h=l.offset(),f=m.css(a,\"top\"),i=m.css(a,\"left\"),j=(\"absolute\"===k||\"fixed\"===k)&&m.inArray(\"auto\",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),\"using\"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=dd(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return\"fixed\"===m.css(d,\"position\")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],\"html\")||(c=a.offset()),c.top+=m.css(a[0],\"borderTopWidth\",!0),c.left+=m.css(a[0],\"borderLeftWidth\",!0)),{top:b.top-c.top-m.css(d,\"marginTop\",!0),left:b.left-c.left-m.css(d,\"marginLeft\",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||cd;while(a&&!m.nodeName(a,\"html\")&&\"static\"===m.css(a,\"position\"))a=a.offsetParent;return a||cd})}}),m.each({scrollLeft:\"pageXOffset\",scrollTop:\"pageYOffset\"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=dd(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each([\"top\",\"left\"],function(a,b){m.cssHooks[b]=Lb(k.pixelPosition,function(a,c){return c?(c=Jb(a,b),Hb.test(c)?m(a).position()[b]+\"px\":c):void 0})}),m.each({Height:\"height\",Width:\"width\"},function(a,b){m.each({padding:\"inner\"+a,content:b,\"\":\"outer\"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||\"boolean\"!=typeof d),g=c||(d===!0||e===!0?\"margin\":\"border\");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement[\"client\"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body[\"scroll\"+a],e[\"scroll\"+a],b.body[\"offset\"+a],e[\"offset\"+a],e[\"client\"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,\"function\"==typeof define&&define.amd&&define(\"jquery\",[],function(){return m});var ed=a.jQuery,fd=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=fd),b&&a.jQuery===m&&(a.jQuery=ed),m},typeof b===K&&(a.jQuery=a.$=m),m});\n"
  },
  {
    "path": "gui/themes/default/assets/js/jquery/plugins/dataTables.js",
    "content": "/*! DataTables 1.10.2\n * ©2008-2014 SpryMedia Ltd - datatables.net/license\n */\n(function(za,O,l){var N=function(h){function T(a){var b,c,d={};h.each(a,function(e){if((b=e.match(/^([^A-Z]+?)([A-Z])/))&&-1!==\"a aa ai ao as b fn i m o s \".indexOf(b[1]+\" \"))c=e.replace(b[0],b[2].toLowerCase()),d[c]=e,\"o\"===b[1]&&T(a[e])});a._hungarianMap=d}function G(a,b,c){a._hungarianMap||T(a);var d;h.each(b,function(e){d=a._hungarianMap[e];if(d!==l&&(c||b[d]===l))\"o\"===d.charAt(0)?(b[d]||(b[d]={}),h.extend(!0,b[d],b[e]),G(a[d],b[d],c)):b[d]=b[e]})}function N(a){var b=p.defaults.oLanguage,c=a.sZeroRecords;\n!a.sEmptyTable&&(c&&\"No data available in table\"===b.sEmptyTable)&&D(a,a,\"sZeroRecords\",\"sEmptyTable\");!a.sLoadingRecords&&(c&&\"Loading...\"===b.sLoadingRecords)&&D(a,a,\"sZeroRecords\",\"sLoadingRecords\");a.sInfoThousands&&(a.sThousands=a.sInfoThousands);(a=a.sDecimal)&&cb(a)}function db(a){w(a,\"ordering\",\"bSort\");w(a,\"orderMulti\",\"bSortMulti\");w(a,\"orderClasses\",\"bSortClasses\");w(a,\"orderCellsTop\",\"bSortCellsTop\");w(a,\"order\",\"aaSorting\");w(a,\"orderFixed\",\"aaSortingFixed\");w(a,\"paging\",\"bPaginate\");\nw(a,\"pagingType\",\"sPaginationType\");w(a,\"pageLength\",\"iDisplayLength\");w(a,\"searching\",\"bFilter\");if(a=a.aoSearchCols)for(var b=0,c=a.length;b<c;b++)a[b]&&G(p.models.oSearch,a[b])}function eb(a){w(a,\"orderable\",\"bSortable\");w(a,\"orderData\",\"aDataSort\");w(a,\"orderSequence\",\"asSorting\");w(a,\"orderDataType\",\"sortDataType\")}function fb(a){var a=a.oBrowser,b=h(\"<div/>\").css({position:\"absolute\",top:0,left:0,height:1,width:1,overflow:\"hidden\"}).append(h(\"<div/>\").css({position:\"absolute\",top:1,left:1,width:100,\noverflow:\"scroll\"}).append(h('<div class=\"test\"/>').css({width:\"100%\",height:10}))).appendTo(\"body\"),c=b.find(\".test\");a.bScrollOversize=100===c[0].offsetWidth;a.bScrollbarLeft=1!==c.offset().left;b.remove()}function gb(a,b,c,d,e,f){var g,j=!1;c!==l&&(g=c,j=!0);for(;d!==e;)a.hasOwnProperty(d)&&(g=j?b(g,a[d],d,a):a[d],j=!0,d+=f);return g}function Aa(a,b){var c=p.defaults.column,d=a.aoColumns.length,c=h.extend({},p.models.oColumn,c,{nTh:b?b:O.createElement(\"th\"),sTitle:c.sTitle?c.sTitle:b?b.innerHTML:\n\"\",aDataSort:c.aDataSort?c.aDataSort:[d],mData:c.mData?c.mData:d,idx:d});a.aoColumns.push(c);c=a.aoPreSearchCols;c[d]=h.extend({},p.models.oSearch,c[d]);fa(a,d,null)}function fa(a,b,c){var b=a.aoColumns[b],d=a.oClasses,e=h(b.nTh);if(!b.sWidthOrig){b.sWidthOrig=e.attr(\"width\")||null;var f=(e.attr(\"style\")||\"\").match(/width:\\s*(\\d+[pxem%]+)/);f&&(b.sWidthOrig=f[1])}c!==l&&null!==c&&(eb(c),G(p.defaults.column,c),c.mDataProp!==l&&!c.mData&&(c.mData=c.mDataProp),c.sType&&(b._sManualType=c.sType),c.className&&\n!c.sClass&&(c.sClass=c.className),h.extend(b,c),D(b,c,\"sWidth\",\"sWidthOrig\"),\"number\"===typeof c.iDataSort&&(b.aDataSort=[c.iDataSort]),D(b,c,\"aDataSort\"));var g=b.mData,j=U(g),i=b.mRender?U(b.mRender):null,c=function(a){return\"string\"===typeof a&&-1!==a.indexOf(\"@\")};b._bAttrSrc=h.isPlainObject(g)&&(c(g.sort)||c(g.type)||c(g.filter));b.fnGetData=function(a,b,c){var d=j(a,b,l,c);return i&&b?i(d,b,a,c):d};b.fnSetData=function(a,b,c){return Ba(g)(a,b,c)};a.oFeatures.bSort||(b.bSortable=!1,e.addClass(d.sSortableNone));\na=-1!==h.inArray(\"asc\",b.asSorting);c=-1!==h.inArray(\"desc\",b.asSorting);!b.bSortable||!a&&!c?(b.sSortingClass=d.sSortableNone,b.sSortingClassJUI=\"\"):a&&!c?(b.sSortingClass=d.sSortableAsc,b.sSortingClassJUI=d.sSortJUIAscAllowed):!a&&c?(b.sSortingClass=d.sSortableDesc,b.sSortingClassJUI=d.sSortJUIDescAllowed):(b.sSortingClass=d.sSortable,b.sSortingClassJUI=d.sSortJUI)}function V(a){if(!1!==a.oFeatures.bAutoWidth){var b=a.aoColumns;Ca(a);for(var c=0,d=b.length;c<d;c++)b[c].nTh.style.width=b[c].sWidth}b=\na.oScroll;(\"\"!==b.sY||\"\"!==b.sX)&&W(a);u(a,null,\"column-sizing\",[a])}function ga(a,b){var c=X(a,\"bVisible\");return\"number\"===typeof c[b]?c[b]:null}function Y(a,b){var c=X(a,\"bVisible\"),c=h.inArray(b,c);return-1!==c?c:null}function Z(a){return X(a,\"bVisible\").length}function X(a,b){var c=[];h.map(a.aoColumns,function(a,e){a[b]&&c.push(e)});return c}function Da(a){var b=a.aoColumns,c=a.aoData,d=p.ext.type.detect,e,f,g,j,i,h,m,o,k;e=0;for(f=b.length;e<f;e++)if(m=b[e],k=[],!m.sType&&m._sManualType)m.sType=\nm._sManualType;else if(!m.sType){g=0;for(j=d.length;g<j;g++){i=0;for(h=c.length;i<h&&!(k[i]===l&&(k[i]=A(a,i,e,\"type\")),o=d[g](k[i],a),!o||\"html\"===o);i++);if(o){m.sType=o;break}}m.sType||(m.sType=\"string\")}}function hb(a,b,c,d){var e,f,g,j,i,n,m=a.aoColumns;if(b)for(e=b.length-1;0<=e;e--){n=b[e];var o=n.targets!==l?n.targets:n.aTargets;h.isArray(o)||(o=[o]);f=0;for(g=o.length;f<g;f++)if(\"number\"===typeof o[f]&&0<=o[f]){for(;m.length<=o[f];)Aa(a);d(o[f],n)}else if(\"number\"===typeof o[f]&&0>o[f])d(m.length+\no[f],n);else if(\"string\"===typeof o[f]){j=0;for(i=m.length;j<i;j++)(\"_all\"==o[f]||h(m[j].nTh).hasClass(o[f]))&&d(j,n)}}if(c){e=0;for(a=c.length;e<a;e++)d(e,c[e])}}function I(a,b,c,d){var e=a.aoData.length,f=h.extend(!0,{},p.models.oRow,{src:c?\"dom\":\"data\"});f._aData=b;a.aoData.push(f);for(var b=a.aoColumns,f=0,g=b.length;f<g;f++)c&&Ea(a,e,f,A(a,e,f)),b[f].sType=null;a.aiDisplayMaster.push(e);(c||!a.oFeatures.bDeferRender)&&Fa(a,e,c,d);return e}function ha(a,b){var c;b instanceof h||(b=h(b));return b.map(function(b,\ne){c=ia(a,e);return I(a,c.data,e,c.cells)})}function A(a,b,c,d){var e=a.iDraw,f=a.aoColumns[c],g=a.aoData[b]._aData,j=f.sDefaultContent,c=f.fnGetData(g,d,{settings:a,row:b,col:c});if(c===l)return a.iDrawError!=e&&null===j&&(P(a,0,\"Requested unknown parameter \"+(\"function\"==typeof f.mData?\"{function}\":\"'\"+f.mData+\"'\")+\" for row \"+b,4),a.iDrawError=e),j;if((c===g||null===c)&&null!==j)c=j;else if(\"function\"===typeof c)return c.call(g);return null===c&&\"display\"==d?\"\":c}function Ea(a,b,c,d){a.aoColumns[c].fnSetData(a.aoData[b]._aData,\nd,{settings:a,row:b,col:c})}function Ga(a){return h.map(a.match(/(\\\\.|[^\\.])+/g),function(a){return a.replace(/\\\\./g,\".\")})}function U(a){if(h.isPlainObject(a)){var b={};h.each(a,function(a,c){c&&(b[a]=U(c))});return function(a,c,f,g){var j=b[c]||b._;return j!==l?j(a,c,f,g):a}}if(null===a)return function(a){return a};if(\"function\"===typeof a)return function(b,c,f,g){return a(b,c,f,g)};if(\"string\"===typeof a&&(-1!==a.indexOf(\".\")||-1!==a.indexOf(\"[\")||-1!==a.indexOf(\"(\"))){var c=function(a,b,f){var g,\nj;if(\"\"!==f){j=Ga(f);for(var i=0,h=j.length;i<h;i++){f=j[i].match($);g=j[i].match(Q);if(f){j[i]=j[i].replace($,\"\");\"\"!==j[i]&&(a=a[j[i]]);g=[];j.splice(0,i+1);j=j.join(\".\");i=0;for(h=a.length;i<h;i++)g.push(c(a[i],b,j));a=f[0].substring(1,f[0].length-1);a=\"\"===a?g:g.join(a);break}else if(g){j[i]=j[i].replace(Q,\"\");a=a[j[i]]();continue}if(null===a||a[j[i]]===l)return l;a=a[j[i]]}}return a};return function(b,e){return c(b,e,a)}}return function(b){return b[a]}}function Ba(a){if(h.isPlainObject(a))return Ba(a._);\nif(null===a)return function(){};if(\"function\"===typeof a)return function(b,d,e){a(b,\"set\",d,e)};if(\"string\"===typeof a&&(-1!==a.indexOf(\".\")||-1!==a.indexOf(\"[\")||-1!==a.indexOf(\"(\"))){var b=function(a,d,e){var e=Ga(e),f;f=e[e.length-1];for(var g,j,i=0,h=e.length-1;i<h;i++){g=e[i].match($);j=e[i].match(Q);if(g){e[i]=e[i].replace($,\"\");a[e[i]]=[];f=e.slice();f.splice(0,i+1);g=f.join(\".\");j=0;for(h=d.length;j<h;j++)f={},b(f,d[j],g),a[e[i]].push(f);return}j&&(e[i]=e[i].replace(Q,\"\"),a=a[e[i]](d));if(null===\na[e[i]]||a[e[i]]===l)a[e[i]]={};a=a[e[i]]}if(f.match(Q))a[f.replace(Q,\"\")](d);else a[f.replace($,\"\")]=d};return function(c,d){return b(c,d,a)}}return function(b,d){b[a]=d}}function Ha(a){return C(a.aoData,\"_aData\")}function ja(a){a.aoData.length=0;a.aiDisplayMaster.length=0;a.aiDisplay.length=0}function ka(a,b,c){for(var d=-1,e=0,f=a.length;e<f;e++)a[e]==b?d=e:a[e]>b&&a[e]--; -1!=d&&c===l&&a.splice(d,1)}function la(a,b,c,d){var e=a.aoData[b],f;if(\"dom\"===c||(!c||\"auto\"===c)&&\"dom\"===e.src)e._aData=\nia(a,e).data;else{var g=e.anCells,j;if(g){c=0;for(f=g.length;c<f;c++){for(j=g[c];j.childNodes.length;)j.removeChild(j.firstChild);g[c].innerHTML=A(a,b,c,\"display\")}}}e._aSortData=null;e._aFilterData=null;a=a.aoColumns;if(d!==l)a[d].sType=null;else{c=0;for(f=a.length;c<f;c++)a[c].sType=null}Ia(e)}function ia(a,b){var c=[],d=[],e=b.firstChild,f,g,j,i=0,n,m=a.aoColumns,o=function(a,b,c){\"string\"===typeof a&&(b=a.indexOf(\"@\"),-1!==b&&(a=a.substring(b+1),j[\"@\"+a]=c.getAttribute(a)))},k=function(a){g=m[i];\nn=h.trim(a.innerHTML);g&&g._bAttrSrc?(j={display:n},o(g.mData.sort,j,a),o(g.mData.type,j,a),o(g.mData.filter,j,a),c.push(j)):c.push(n);i++};if(e)for(;e;){f=e.nodeName.toUpperCase();if(\"TD\"==f||\"TH\"==f)k(e),d.push(e);e=e.nextSibling}else{d=b.anCells;e=0;for(f=d.length;e<f;e++)k(d[e])}return{data:c,cells:d}}function Fa(a,b,c,d){var e=a.aoData[b],f=e._aData,g=[],j,i,h,m,o;if(null===e.nTr){j=c||O.createElement(\"tr\");e.nTr=j;e.anCells=g;j._DT_RowIndex=b;Ia(e);m=0;for(o=a.aoColumns.length;m<o;m++){h=a.aoColumns[m];\ni=c?d[m]:O.createElement(h.sCellType);g.push(i);if(!c||h.mRender||h.mData!==m)i.innerHTML=A(a,b,m,\"display\");h.sClass&&(i.className+=\" \"+h.sClass);h.bVisible&&!c?j.appendChild(i):!h.bVisible&&c&&i.parentNode.removeChild(i);h.fnCreatedCell&&h.fnCreatedCell.call(a.oInstance,i,A(a,b,m),f,b,m)}u(a,\"aoRowCreatedCallback\",null,[j,f,b])}e.nTr.setAttribute(\"role\",\"row\")}function Ia(a){var b=a.nTr,c=a._aData;if(b){c.DT_RowId&&(b.id=c.DT_RowId);if(c.DT_RowClass){var d=c.DT_RowClass.split(\" \");a.__rowc=a.__rowc?\nJa(a.__rowc.concat(d)):d;h(b).removeClass(a.__rowc.join(\" \")).addClass(c.DT_RowClass)}c.DT_RowData&&h(b).data(c.DT_RowData)}}function ib(a){var b,c,d,e,f,g=a.nTHead,j=a.nTFoot,i=0===h(\"th, td\",g).length,n=a.oClasses,m=a.aoColumns;i&&(e=h(\"<tr/>\").appendTo(g));b=0;for(c=m.length;b<c;b++)f=m[b],d=h(f.nTh).addClass(f.sClass),i&&d.appendTo(e),a.oFeatures.bSort&&(d.addClass(f.sSortingClass),!1!==f.bSortable&&(d.attr(\"tabindex\",a.iTabIndex).attr(\"aria-controls\",a.sTableId),Ka(a,f.nTh,b))),f.sTitle!=d.html()&&\nd.html(f.sTitle),La(a,\"header\")(a,d,f,n);i&&aa(a.aoHeader,g);h(g).find(\">tr\").attr(\"role\",\"row\");h(g).find(\">tr>th, >tr>td\").addClass(n.sHeaderTH);h(j).find(\">tr>th, >tr>td\").addClass(n.sFooterTH);if(null!==j){a=a.aoFooter[0];b=0;for(c=a.length;b<c;b++)f=m[b],f.nTf=a[b].cell,f.sClass&&h(f.nTf).addClass(f.sClass)}}function ba(a,b,c){var d,e,f,g=[],j=[],i=a.aoColumns.length,n;if(b){c===l&&(c=!1);d=0;for(e=b.length;d<e;d++){g[d]=b[d].slice();g[d].nTr=b[d].nTr;for(f=i-1;0<=f;f--)!a.aoColumns[f].bVisible&&\n!c&&g[d].splice(f,1);j.push([])}d=0;for(e=g.length;d<e;d++){if(a=g[d].nTr)for(;f=a.firstChild;)a.removeChild(f);f=0;for(b=g[d].length;f<b;f++)if(n=i=1,j[d][f]===l){a.appendChild(g[d][f].cell);for(j[d][f]=1;g[d+i]!==l&&g[d][f].cell==g[d+i][f].cell;)j[d+i][f]=1,i++;for(;g[d][f+n]!==l&&g[d][f].cell==g[d][f+n].cell;){for(c=0;c<i;c++)j[d+c][f+n]=1;n++}h(g[d][f].cell).attr(\"rowspan\",i).attr(\"colspan\",n)}}}}function K(a){var b=u(a,\"aoPreDrawCallback\",\"preDraw\",[a]);if(-1!==h.inArray(!1,b))B(a,!1);else{var b=\n[],c=0,d=a.asStripeClasses,e=d.length,f=a.oLanguage,g=a.iInitDisplayStart,j=\"ssp\"==z(a),i=a.aiDisplay;a.bDrawing=!0;g!==l&&-1!==g&&(a._iDisplayStart=j?g:g>=a.fnRecordsDisplay()?0:g,a.iInitDisplayStart=-1);var g=a._iDisplayStart,n=a.fnDisplayEnd();if(a.bDeferLoading)a.bDeferLoading=!1,a.iDraw++,B(a,!1);else if(j){if(!a.bDestroying&&!jb(a))return}else a.iDraw++;if(0!==i.length){f=j?a.aoData.length:n;for(j=j?0:g;j<f;j++){var m=i[j],o=a.aoData[m];null===o.nTr&&Fa(a,m);m=o.nTr;if(0!==e){var k=d[c%e];o._sRowStripe!=\nk&&(h(m).removeClass(o._sRowStripe).addClass(k),o._sRowStripe=k)}u(a,\"aoRowCallback\",null,[m,o._aData,c,j]);b.push(m);c++}}else c=f.sZeroRecords,1==a.iDraw&&\"ajax\"==z(a)?c=f.sLoadingRecords:f.sEmptyTable&&0===a.fnRecordsTotal()&&(c=f.sEmptyTable),b[0]=h(\"<tr/>\",{\"class\":e?d[0]:\"\"}).append(h(\"<td />\",{valign:\"top\",colSpan:Z(a),\"class\":a.oClasses.sRowEmpty}).html(c))[0];u(a,\"aoHeaderCallback\",\"header\",[h(a.nTHead).children(\"tr\")[0],Ha(a),g,n,i]);u(a,\"aoFooterCallback\",\"footer\",[h(a.nTFoot).children(\"tr\")[0],\nHa(a),g,n,i]);d=h(a.nTBody);d.children().detach();d.append(h(b));u(a,\"aoDrawCallback\",\"draw\",[a]);a.bSorted=!1;a.bFiltered=!1;a.bDrawing=!1}}function L(a,b){var c=a.oFeatures,d=c.bFilter;c.bSort&&kb(a);d?ca(a,a.oPreviousSearch):a.aiDisplay=a.aiDisplayMaster.slice();!0!==b&&(a._iDisplayStart=0);a._drawHold=b;K(a);a._drawHold=!1}function lb(a){var b=a.oClasses,c=h(a.nTable),c=h(\"<div/>\").insertBefore(c),d=a.oFeatures,e=h(\"<div/>\",{id:a.sTableId+\"_wrapper\",\"class\":b.sWrapper+(a.nTFoot?\"\":\" \"+b.sNoFooter)});\na.nHolding=c[0];a.nTableWrapper=e[0];a.nTableReinsertBefore=a.nTable.nextSibling;for(var f=a.sDom.split(\"\"),g,j,i,n,m,o,k=0;k<f.length;k++){g=null;j=f[k];if(\"<\"==j){i=h(\"<div/>\")[0];n=f[k+1];if(\"'\"==n||'\"'==n){m=\"\";for(o=2;f[k+o]!=n;)m+=f[k+o],o++;\"H\"==m?m=b.sJUIHeader:\"F\"==m&&(m=b.sJUIFooter);-1!=m.indexOf(\".\")?(n=m.split(\".\"),i.id=n[0].substr(1,n[0].length-1),i.className=n[1]):\"#\"==m.charAt(0)?i.id=m.substr(1,m.length-1):i.className=m;k+=o}e.append(i);e=h(i)}else if(\">\"==j)e=e.parent();else if(\"l\"==\nj&&d.bPaginate&&d.bLengthChange)g=mb(a);else if(\"f\"==j&&d.bFilter)g=nb(a);else if(\"r\"==j&&d.bProcessing)g=ob(a);else if(\"t\"==j)g=pb(a);else if(\"i\"==j&&d.bInfo)g=qb(a);else if(\"p\"==j&&d.bPaginate)g=rb(a);else if(0!==p.ext.feature.length){i=p.ext.feature;o=0;for(n=i.length;o<n;o++)if(j==i[o].cFeature){g=i[o].fnInit(a);break}}g&&(i=a.aanFeatures,i[j]||(i[j]=[]),i[j].push(g),e.append(g))}c.replaceWith(e)}function aa(a,b){var c=h(b).children(\"tr\"),d,e,f,g,j,i,n,m,o,k;a.splice(0,a.length);f=0;for(i=c.length;f<\ni;f++)a.push([]);f=0;for(i=c.length;f<i;f++){d=c[f];for(e=d.firstChild;e;){if(\"TD\"==e.nodeName.toUpperCase()||\"TH\"==e.nodeName.toUpperCase()){m=1*e.getAttribute(\"colspan\");o=1*e.getAttribute(\"rowspan\");m=!m||0===m||1===m?1:m;o=!o||0===o||1===o?1:o;g=0;for(j=a[f];j[g];)g++;n=g;k=1===m?!0:!1;for(j=0;j<m;j++)for(g=0;g<o;g++)a[f+g][n+j]={cell:e,unique:k},a[f+g].nTr=d}e=e.nextSibling}}}function ma(a,b,c){var d=[];c||(c=a.aoHeader,b&&(c=[],aa(c,b)));for(var b=0,e=c.length;b<e;b++)for(var f=0,g=c[b].length;f<\ng;f++)if(c[b][f].unique&&(!d[f]||!a.bSortCellsTop))d[f]=c[b][f].cell;return d}function na(a,b,c){u(a,\"aoServerParams\",\"serverParams\",[b]);if(b&&h.isArray(b)){var d={},e=/(.*?)\\[\\]$/;h.each(b,function(a,b){var c=b.name.match(e);c?(c=c[0],d[c]||(d[c]=[]),d[c].push(b.value)):d[b.name]=b.value});b=d}var f,g=a.ajax,j=a.oInstance;if(h.isPlainObject(g)&&g.data){f=g.data;var i=h.isFunction(f)?f(b):f,b=h.isFunction(f)&&i?i:h.extend(!0,b,i);delete g.data}i={data:b,success:function(b){var d=b.error||b.sError;\nd&&a.oApi._fnLog(a,0,d);a.json=b;u(a,null,\"xhr\",[a,b]);c(b)},dataType:\"json\",cache:!1,type:a.sServerMethod,error:function(b,c){var d=a.oApi._fnLog;\"parsererror\"==c?d(a,0,\"Invalid JSON response\",1):4===b.readyState&&d(a,0,\"Ajax error\",7);B(a,!1)}};a.oAjaxData=b;u(a,null,\"preXhr\",[a,b]);a.fnServerData?a.fnServerData.call(j,a.sAjaxSource,h.map(b,function(a,b){return{name:b,value:a}}),c,a):a.sAjaxSource||\"string\"===typeof g?a.jqXHR=h.ajax(h.extend(i,{url:g||a.sAjaxSource})):h.isFunction(g)?a.jqXHR=g.call(j,\nb,c,a):(a.jqXHR=h.ajax(h.extend(i,g)),g.data=f)}function jb(a){return a.bAjaxDataGet?(a.iDraw++,B(a,!0),na(a,sb(a),function(b){tb(a,b)}),!1):!0}function sb(a){var b=a.aoColumns,c=b.length,d=a.oFeatures,e=a.oPreviousSearch,f=a.aoPreSearchCols,g,j=[],i,n,m,o=R(a);g=a._iDisplayStart;i=!1!==d.bPaginate?a._iDisplayLength:-1;var k=function(a,b){j.push({name:a,value:b})};k(\"sEcho\",a.iDraw);k(\"iColumns\",c);k(\"sColumns\",C(b,\"sName\").join(\",\"));k(\"iDisplayStart\",g);k(\"iDisplayLength\",i);var l={draw:a.iDraw,\ncolumns:[],order:[],start:g,length:i,search:{value:e.sSearch,regex:e.bRegex}};for(g=0;g<c;g++)n=b[g],m=f[g],i=\"function\"==typeof n.mData?\"function\":n.mData,l.columns.push({data:i,name:n.sName,searchable:n.bSearchable,orderable:n.bSortable,search:{value:m.sSearch,regex:m.bRegex}}),k(\"mDataProp_\"+g,i),d.bFilter&&(k(\"sSearch_\"+g,m.sSearch),k(\"bRegex_\"+g,m.bRegex),k(\"bSearchable_\"+g,n.bSearchable)),d.bSort&&k(\"bSortable_\"+g,n.bSortable);d.bFilter&&(k(\"sSearch\",e.sSearch),k(\"bRegex\",e.bRegex));d.bSort&&\n(h.each(o,function(a,b){l.order.push({column:b.col,dir:b.dir});k(\"iSortCol_\"+a,b.col);k(\"sSortDir_\"+a,b.dir)}),k(\"iSortingCols\",o.length));b=p.ext.legacy.ajax;return null===b?a.sAjaxSource?j:l:b?j:l}function tb(a,b){var c=b.sEcho!==l?b.sEcho:b.draw,d=b.iTotalRecords!==l?b.iTotalRecords:b.recordsTotal,e=b.iTotalDisplayRecords!==l?b.iTotalDisplayRecords:b.recordsFiltered;if(c){if(1*c<a.iDraw)return;a.iDraw=1*c}ja(a);a._iRecordsTotal=parseInt(d,10);a._iRecordsDisplay=parseInt(e,10);c=oa(a,b);d=0;for(e=\nc.length;d<e;d++)I(a,c[d]);a.aiDisplay=a.aiDisplayMaster.slice();a.bAjaxDataGet=!1;K(a);a._bInitComplete||pa(a,b);a.bAjaxDataGet=!0;B(a,!1)}function oa(a,b){var c=h.isPlainObject(a.ajax)&&a.ajax.dataSrc!==l?a.ajax.dataSrc:a.sAjaxDataProp;return\"data\"===c?b.aaData||b[c]:\"\"!==c?U(c)(b):b}function nb(a){var b=a.oClasses,c=a.sTableId,d=a.oLanguage,e=a.oPreviousSearch,f=a.aanFeatures,g='<input type=\"search\" class=\"'+b.sFilterInput+'\"/>',j=d.sSearch,j=j.match(/_INPUT_/)?j.replace(\"_INPUT_\",g):j+g,b=h(\"<div/>\",\n{id:!f.f?c+\"_filter\":null,\"class\":b.sFilter}).append(h(\"<label/>\").append(j)),f=function(){var b=!this.value?\"\":this.value;b!=e.sSearch&&(ca(a,{sSearch:b,bRegex:e.bRegex,bSmart:e.bSmart,bCaseInsensitive:e.bCaseInsensitive}),a._iDisplayStart=0,K(a))},i=h(\"input\",b).val(e.sSearch).attr(\"placeholder\",d.sSearchPlaceholder).bind(\"keyup.DT search.DT input.DT paste.DT cut.DT\",\"ssp\"===z(a)?Ma(f,400):f).bind(\"keypress.DT\",function(a){if(13==a.keyCode)return!1}).attr(\"aria-controls\",c);h(a.nTable).on(\"search.dt.DT\",\nfunction(b,c){if(a===c)try{i[0]!==O.activeElement&&i.val(e.sSearch)}catch(d){}});return b[0]}function ca(a,b,c){var d=a.oPreviousSearch,e=a.aoPreSearchCols,f=function(a){d.sSearch=a.sSearch;d.bRegex=a.bRegex;d.bSmart=a.bSmart;d.bCaseInsensitive=a.bCaseInsensitive};Da(a);if(\"ssp\"!=z(a)){ub(a,b.sSearch,c,b.bEscapeRegex!==l?!b.bEscapeRegex:b.bRegex,b.bSmart,b.bCaseInsensitive);f(b);for(b=0;b<e.length;b++)vb(a,e[b].sSearch,b,e[b].bEscapeRegex!==l?!e[b].bEscapeRegex:e[b].bRegex,e[b].bSmart,e[b].bCaseInsensitive);\nwb(a)}else f(b);a.bFiltered=!0;u(a,null,\"search\",[a])}function wb(a){for(var b=p.ext.search,c=a.aiDisplay,d,e,f=0,g=b.length;f<g;f++){for(var j=[],i=0,h=c.length;i<h;i++)e=c[i],d=a.aoData[e],b[f](a,d._aFilterData,e,d._aData,i)&&j.push(e);c.length=0;c.push.apply(c,j)}}function vb(a,b,c,d,e,f){if(\"\"!==b)for(var g=a.aiDisplay,d=Na(b,d,e,f),e=g.length-1;0<=e;e--)b=a.aoData[g[e]]._aFilterData[c],d.test(b)||g.splice(e,1)}function ub(a,b,c,d,e,f){var d=Na(b,d,e,f),e=a.oPreviousSearch.sSearch,f=a.aiDisplayMaster,\ng;0!==p.ext.search.length&&(c=!0);g=xb(a);if(0>=b.length)a.aiDisplay=f.slice();else{if(g||c||e.length>b.length||0!==b.indexOf(e)||a.bSorted)a.aiDisplay=f.slice();b=a.aiDisplay;for(c=b.length-1;0<=c;c--)d.test(a.aoData[b[c]]._sFilterRow)||b.splice(c,1)}}function Na(a,b,c,d){a=b?a:Oa(a);c&&(a=\"^(?=.*?\"+h.map(a.match(/\"[^\"]+\"|[^ ]+/g)||\"\",function(a){return'\"'===a.charAt(0)?a.match(/^\"(.*)\"$/)[1]:a}).join(\")(?=.*?\")+\").*$\");return RegExp(a,d?\"i\":\"\")}function Oa(a){return a.replace(Vb,\"\\\\$1\")}function xb(a){var b=\na.aoColumns,c,d,e,f,g,j,i,h,m=p.ext.type.search;c=!1;d=0;for(f=a.aoData.length;d<f;d++)if(h=a.aoData[d],!h._aFilterData){j=[];e=0;for(g=b.length;e<g;e++)c=b[e],c.bSearchable?(i=A(a,d,e,\"filter\"),m[c.sType]&&(i=m[c.sType](i)),null===i&&(i=\"\"),\"string\"!==typeof i&&i.toString&&(i=i.toString())):i=\"\",i.indexOf&&-1!==i.indexOf(\"&\")&&(qa.innerHTML=i,i=Wb?qa.textContent:qa.innerText),i.replace&&(i=i.replace(/[\\r\\n]/g,\"\")),j.push(i);h._aFilterData=j;h._sFilterRow=j.join(\"  \");c=!0}return c}function yb(a){return{search:a.sSearch,\nsmart:a.bSmart,regex:a.bRegex,caseInsensitive:a.bCaseInsensitive}}function zb(a){return{sSearch:a.search,bSmart:a.smart,bRegex:a.regex,bCaseInsensitive:a.caseInsensitive}}function qb(a){var b=a.sTableId,c=a.aanFeatures.i,d=h(\"<div/>\",{\"class\":a.oClasses.sInfo,id:!c?b+\"_info\":null});c||(a.aoDrawCallback.push({fn:Ab,sName:\"information\"}),d.attr(\"role\",\"status\").attr(\"aria-live\",\"polite\"),h(a.nTable).attr(\"aria-describedby\",b+\"_info\"));return d[0]}function Ab(a){var b=a.aanFeatures.i;if(0!==b.length){var c=\na.oLanguage,d=a._iDisplayStart+1,e=a.fnDisplayEnd(),f=a.fnRecordsTotal(),g=a.fnRecordsDisplay(),j=g?c.sInfo:c.sInfoEmpty;g!==f&&(j+=\" \"+c.sInfoFiltered);j+=c.sInfoPostFix;j=Bb(a,j);c=c.fnInfoCallback;null!==c&&(j=c.call(a.oInstance,a,d,e,f,g,j));h(b).html(j)}}function Bb(a,b){var c=a.fnFormatNumber,d=a._iDisplayStart+1,e=a._iDisplayLength,f=a.fnRecordsDisplay(),g=-1===e;return b.replace(/_START_/g,c.call(a,d)).replace(/_END_/g,c.call(a,a.fnDisplayEnd())).replace(/_MAX_/g,c.call(a,a.fnRecordsTotal())).replace(/_TOTAL_/g,\nc.call(a,f)).replace(/_PAGE_/g,c.call(a,g?1:Math.ceil(d/e))).replace(/_PAGES_/g,c.call(a,g?1:Math.ceil(f/e)))}function ra(a){var b,c,d=a.iInitDisplayStart,e=a.aoColumns,f;c=a.oFeatures;if(a.bInitialised){lb(a);ib(a);ba(a,a.aoHeader);ba(a,a.aoFooter);B(a,!0);c.bAutoWidth&&Ca(a);b=0;for(c=e.length;b<c;b++)f=e[b],f.sWidth&&(f.nTh.style.width=s(f.sWidth));L(a);e=z(a);\"ssp\"!=e&&(\"ajax\"==e?na(a,[],function(c){var f=oa(a,c);for(b=0;b<f.length;b++)I(a,f[b]);a.iInitDisplayStart=d;L(a);B(a,!1);pa(a,c)},a):\n(B(a,!1),pa(a)))}else setTimeout(function(){ra(a)},200)}function pa(a,b){a._bInitComplete=!0;b&&V(a);u(a,\"aoInitComplete\",\"init\",[a,b])}function Pa(a,b){var c=parseInt(b,10);a._iDisplayLength=c;Qa(a);u(a,null,\"length\",[a,c])}function mb(a){for(var b=a.oClasses,c=a.sTableId,d=a.aLengthMenu,e=h.isArray(d[0]),f=e?d[0]:d,d=e?d[1]:d,e=h(\"<select/>\",{name:c+\"_length\",\"aria-controls\":c,\"class\":b.sLengthSelect}),g=0,j=f.length;g<j;g++)e[0][g]=new Option(d[g],f[g]);var i=h(\"<div><label/></div>\").addClass(b.sLength);\na.aanFeatures.l||(i[0].id=c+\"_length\");i.children().append(a.oLanguage.sLengthMenu.replace(\"_MENU_\",e[0].outerHTML));h(\"select\",i).val(a._iDisplayLength).bind(\"change.DT\",function(){Pa(a,h(this).val());K(a)});h(a.nTable).bind(\"length.dt.DT\",function(b,c,d){a===c&&h(\"select\",i).val(d)});return i[0]}function rb(a){var b=a.sPaginationType,c=p.ext.pager[b],d=\"function\"===typeof c,e=function(a){K(a)},b=h(\"<div/>\").addClass(a.oClasses.sPaging+b)[0],f=a.aanFeatures;d||c.fnInit(a,b,e);f.p||(b.id=a.sTableId+\n\"_paginate\",a.aoDrawCallback.push({fn:function(a){if(d){var b=a._iDisplayStart,i=a._iDisplayLength,h=a.fnRecordsDisplay(),m=-1===i,b=m?0:Math.ceil(b/i),i=m?1:Math.ceil(h/i),h=c(b,i),o,m=0;for(o=f.p.length;m<o;m++)La(a,\"pageButton\")(a,f.p[m],m,h,b,i)}else c.fnUpdate(a,e)},sName:\"pagination\"}));return b}function Ra(a,b,c){var d=a._iDisplayStart,e=a._iDisplayLength,f=a.fnRecordsDisplay();0===f||-1===e?d=0:\"number\"===typeof b?(d=b*e,d>f&&(d=0)):\"first\"==b?d=0:\"previous\"==b?(d=0<=e?d-e:0,0>d&&(d=0)):\"next\"==\nb?d+e<f&&(d+=e):\"last\"==b?d=Math.floor((f-1)/e)*e:P(a,0,\"Unknown paging action: \"+b,5);b=a._iDisplayStart!==d;a._iDisplayStart=d;b&&(u(a,null,\"page\",[a]),c&&K(a));return b}function ob(a){return h(\"<div/>\",{id:!a.aanFeatures.r?a.sTableId+\"_processing\":null,\"class\":a.oClasses.sProcessing}).html(a.oLanguage.sProcessing).insertBefore(a.nTable)[0]}function B(a,b){a.oFeatures.bProcessing&&h(a.aanFeatures.r).css(\"display\",b?\"block\":\"none\");u(a,null,\"processing\",[a,b])}function pb(a){var b=h(a.nTable);b.attr(\"role\",\n\"grid\");var c=a.oScroll;if(\"\"===c.sX&&\"\"===c.sY)return a.nTable;var d=c.sX,e=c.sY,f=a.oClasses,g=b.children(\"caption\"),j=g.length?g[0]._captionSide:null,i=h(b[0].cloneNode(!1)),n=h(b[0].cloneNode(!1)),m=b.children(\"tfoot\");c.sX&&\"100%\"===b.attr(\"width\")&&b.removeAttr(\"width\");m.length||(m=null);c=h(\"<div/>\",{\"class\":f.sScrollWrapper}).append(h(\"<div/>\",{\"class\":f.sScrollHead}).css({overflow:\"hidden\",position:\"relative\",border:0,width:d?!d?null:s(d):\"100%\"}).append(h(\"<div/>\",{\"class\":f.sScrollHeadInner}).css({\"box-sizing\":\"content-box\",\nwidth:c.sXInner||\"100%\"}).append(i.removeAttr(\"id\").css(\"margin-left\",0).append(b.children(\"thead\")))).append(\"top\"===j?g:null)).append(h(\"<div/>\",{\"class\":f.sScrollBody}).css({overflow:\"auto\",height:!e?null:s(e),width:!d?null:s(d)}).append(b));m&&c.append(h(\"<div/>\",{\"class\":f.sScrollFoot}).css({overflow:\"hidden\",border:0,width:d?!d?null:s(d):\"100%\"}).append(h(\"<div/>\",{\"class\":f.sScrollFootInner}).append(n.removeAttr(\"id\").css(\"margin-left\",0).append(b.children(\"tfoot\")))).append(\"bottom\"===j?g:\nnull));var b=c.children(),o=b[0],f=b[1],k=m?b[2]:null;d&&h(f).scroll(function(){var a=this.scrollLeft;o.scrollLeft=a;m&&(k.scrollLeft=a)});a.nScrollHead=o;a.nScrollBody=f;a.nScrollFoot=k;a.aoDrawCallback.push({fn:W,sName:\"scrolling\"});return c[0]}function W(a){var b=a.oScroll,c=b.sX,d=b.sXInner,e=b.sY,f=b.iBarWidth,g=h(a.nScrollHead),j=g[0].style,i=g.children(\"div\"),n=i[0].style,m=i.children(\"table\"),i=a.nScrollBody,o=h(i),k=i.style,l=h(a.nScrollFoot).children(\"div\"),p=l.children(\"table\"),r=h(a.nTHead),\nq=h(a.nTable),da=q[0],M=da.style,J=a.nTFoot?h(a.nTFoot):null,u=a.oBrowser,v=u.bScrollOversize,y,t,x,w,z,A=[],B=[],C=[],D,E=function(a){a=a.style;a.paddingTop=\"0\";a.paddingBottom=\"0\";a.borderTopWidth=\"0\";a.borderBottomWidth=\"0\";a.height=0};q.children(\"thead, tfoot\").remove();z=r.clone().prependTo(q);y=r.find(\"tr\");x=z.find(\"tr\");z.find(\"th, td\").removeAttr(\"tabindex\");J&&(w=J.clone().prependTo(q),t=J.find(\"tr\"),w=w.find(\"tr\"));c||(k.width=\"100%\",g[0].style.width=\"100%\");h.each(ma(a,z),function(b,c){D=\nga(a,b);c.style.width=a.aoColumns[D].sWidth});J&&F(function(a){a.style.width=\"\"},w);b.bCollapse&&\"\"!==e&&(k.height=o[0].offsetHeight+r[0].offsetHeight+\"px\");g=q.outerWidth();if(\"\"===c){if(M.width=\"100%\",v&&(q.find(\"tbody\").height()>i.offsetHeight||\"scroll\"==o.css(\"overflow-y\")))M.width=s(q.outerWidth()-f)}else\"\"!==d?M.width=s(d):g==o.width()&&o.height()<q.height()?(M.width=s(g-f),q.outerWidth()>g-f&&(M.width=s(g))):M.width=s(g);g=q.outerWidth();F(E,x);F(function(a){C.push(a.innerHTML);A.push(s(h(a).css(\"width\")))},\nx);F(function(a,b){a.style.width=A[b]},y);h(x).height(0);J&&(F(E,w),F(function(a){B.push(s(h(a).css(\"width\")))},w),F(function(a,b){a.style.width=B[b]},t),h(w).height(0));F(function(a,b){a.innerHTML='<div class=\"dataTables_sizing\" style=\"height:0;overflow:hidden;\">'+C[b]+\"</div>\";a.style.width=A[b]},x);J&&F(function(a,b){a.innerHTML=\"\";a.style.width=B[b]},w);if(q.outerWidth()<g){t=i.scrollHeight>i.offsetHeight||\"scroll\"==o.css(\"overflow-y\")?g+f:g;if(v&&(i.scrollHeight>i.offsetHeight||\"scroll\"==o.css(\"overflow-y\")))M.width=\ns(t-f);(\"\"===c||\"\"!==d)&&P(a,1,\"Possible column misalignment\",6)}else t=\"100%\";k.width=s(t);j.width=s(t);J&&(a.nScrollFoot.style.width=s(t));!e&&v&&(k.height=s(da.offsetHeight+f));e&&b.bCollapse&&(k.height=s(e),b=c&&da.offsetWidth>i.offsetWidth?f:0,da.offsetHeight<i.offsetHeight&&(k.height=s(da.offsetHeight+b)));b=q.outerWidth();m[0].style.width=s(b);n.width=s(b);m=q.height()>i.clientHeight||\"scroll\"==o.css(\"overflow-y\");u=\"padding\"+(u.bScrollbarLeft?\"Left\":\"Right\");n[u]=m?f+\"px\":\"0px\";J&&(p[0].style.width=\ns(b),l[0].style.width=s(b),l[0].style[u]=m?f+\"px\":\"0px\");o.scroll();if((a.bSorted||a.bFiltered)&&!a._drawHold)i.scrollTop=0}function F(a,b,c){for(var d=0,e=0,f=b.length,g,j;e<f;){g=b[e].firstChild;for(j=c?c[e].firstChild:null;g;)1===g.nodeType&&(c?a(g,j,d):a(g,d),d++),g=g.nextSibling,j=c?j.nextSibling:null;e++}}function Ca(a){var b=a.nTable,c=a.aoColumns,d=a.oScroll,e=d.sY,f=d.sX,g=d.sXInner,j=c.length,d=X(a,\"bVisible\"),i=h(\"th\",a.nTHead),n=b.getAttribute(\"width\"),m=b.parentNode,o=!1,k,l;for(k=0;k<\nd.length;k++)l=c[d[k]],null!==l.sWidth&&(l.sWidth=Cb(l.sWidthOrig,m),o=!0);if(!o&&!f&&!e&&j==Z(a)&&j==i.length)for(k=0;k<j;k++)c[k].sWidth=s(i.eq(k).width());else{j=h(b).clone().empty().css(\"visibility\",\"hidden\").removeAttr(\"id\").append(h(a.nTHead).clone(!1)).append(h(a.nTFoot).clone(!1)).append(h(\"<tbody><tr/></tbody>\"));j.find(\"tfoot th, tfoot td\").css(\"width\",\"\");var p=j.find(\"tbody tr\"),i=ma(a,j.find(\"thead\")[0]);for(k=0;k<d.length;k++)l=c[d[k]],i[k].style.width=null!==l.sWidthOrig&&\"\"!==l.sWidthOrig?\ns(l.sWidthOrig):\"\";if(a.aoData.length)for(k=0;k<d.length;k++)o=d[k],l=c[o],h(Db(a,o)).clone(!1).append(l.sContentPadding).appendTo(p);j.appendTo(m);f&&g?j.width(g):f?(j.css(\"width\",\"auto\"),j.width()<m.offsetWidth&&j.width(m.offsetWidth)):e?j.width(m.offsetWidth):n&&j.width(n);Eb(a,j[0]);if(f){for(k=g=0;k<d.length;k++)l=c[d[k]],e=h(i[k]).outerWidth(),g+=null===l.sWidthOrig?e:parseInt(l.sWidth,10)+e-h(i[k]).width();j.width(s(g));b.style.width=s(g)}for(k=0;k<d.length;k++)if(l=c[d[k]],e=h(i[k]).width())l.sWidth=\ns(e);b.style.width=s(j.css(\"width\"));j.remove()}n&&(b.style.width=s(n));if((n||f)&&!a._reszEvt)h(za).bind(\"resize.DT-\"+a.sInstance,Ma(function(){V(a)})),a._reszEvt=!0}function Ma(a,b){var c=b||200,d,e;return function(){var b=this,g=+new Date,j=arguments;d&&g<d+c?(clearTimeout(e),e=setTimeout(function(){d=l;a.apply(b,j)},c)):d?(d=g,a.apply(b,j)):d=g}}function Cb(a,b){if(!a)return 0;var c=h(\"<div/>\").css(\"width\",s(a)).appendTo(b||O.body),d=c[0].offsetWidth;c.remove();return d}function Eb(a,b){var c=\na.oScroll;if(c.sX||c.sY)c=!c.sX?c.iBarWidth:0,b.style.width=s(h(b).outerWidth()-c)}function Db(a,b){var c=Fb(a,b);if(0>c)return null;var d=a.aoData[c];return!d.nTr?h(\"<td/>\").html(A(a,c,b,\"display\"))[0]:d.anCells[b]}function Fb(a,b){for(var c,d=-1,e=-1,f=0,g=a.aoData.length;f<g;f++)c=A(a,f,b,\"display\")+\"\",c=c.replace(Xb,\"\"),c.length>d&&(d=c.length,e=f);return e}function s(a){return null===a?\"0px\":\"number\"==typeof a?0>a?\"0px\":a+\"px\":a.match(/\\d$/)?a+\"px\":a}function Gb(){if(!p.__scrollbarWidth){var a=\nh(\"<p/>\").css({width:\"100%\",height:200,padding:0})[0],b=h(\"<div/>\").css({position:\"absolute\",top:0,left:0,width:200,height:150,padding:0,overflow:\"hidden\",visibility:\"hidden\"}).append(a).appendTo(\"body\"),c=a.offsetWidth;b.css(\"overflow\",\"scroll\");a=a.offsetWidth;c===a&&(a=b[0].clientWidth);b.remove();p.__scrollbarWidth=c-a}return p.__scrollbarWidth}function R(a){var b,c,d=[],e=a.aoColumns,f,g,j,i;b=a.aaSortingFixed;c=h.isPlainObject(b);var n=[];f=function(a){a.length&&!h.isArray(a[0])?n.push(a):n.push.apply(n,\na)};h.isArray(b)&&f(b);c&&b.pre&&f(b.pre);f(a.aaSorting);c&&b.post&&f(b.post);for(a=0;a<n.length;a++){i=n[a][0];f=e[i].aDataSort;b=0;for(c=f.length;b<c;b++)g=f[b],j=e[g].sType||\"string\",d.push({src:i,col:g,dir:n[a][1],index:n[a][2],type:j,formatter:p.ext.type.order[j+\"-pre\"]})}return d}function kb(a){var b,c,d=[],e=p.ext.type.order,f=a.aoData,g=0,j,i=a.aiDisplayMaster,h;Da(a);h=R(a);b=0;for(c=h.length;b<c;b++)j=h[b],j.formatter&&g++,Hb(a,j.col);if(\"ssp\"!=z(a)&&0!==h.length){b=0;for(c=i.length;b<c;b++)d[i[b]]=\nb;g===h.length?i.sort(function(a,b){var c,e,g,j,i=h.length,l=f[a]._aSortData,p=f[b]._aSortData;for(g=0;g<i;g++)if(j=h[g],c=l[j.col],e=p[j.col],c=c<e?-1:c>e?1:0,0!==c)return\"asc\"===j.dir?c:-c;c=d[a];e=d[b];return c<e?-1:c>e?1:0}):i.sort(function(a,b){var c,g,j,i,l=h.length,p=f[a]._aSortData,r=f[b]._aSortData;for(j=0;j<l;j++)if(i=h[j],c=p[i.col],g=r[i.col],i=e[i.type+\"-\"+i.dir]||e[\"string-\"+i.dir],c=i(c,g),0!==c)return c;c=d[a];g=d[b];return c<g?-1:c>g?1:0})}a.bSorted=!0}function Ib(a){for(var b,c,\nd=a.aoColumns,e=R(a),a=a.oLanguage.oAria,f=0,g=d.length;f<g;f++){c=d[f];var j=c.asSorting;b=c.sTitle.replace(/<.*?>/g,\"\");var i=c.nTh;i.removeAttribute(\"aria-sort\");c.bSortable&&(0<e.length&&e[0].col==f?(i.setAttribute(\"aria-sort\",\"asc\"==e[0].dir?\"ascending\":\"descending\"),c=j[e[0].index+1]||j[0]):c=j[0],b+=\"asc\"===c?a.sSortAscending:a.sSortDescending);i.setAttribute(\"aria-label\",b)}}function Sa(a,b,c,d){var e=a.aaSorting,f=a.aoColumns[b].asSorting,g=function(a){var b=a._idx;b===l&&(b=h.inArray(a[1],\nf));return b+1>=f.length?0:b+1};\"number\"===typeof e[0]&&(e=a.aaSorting=[e]);c&&a.oFeatures.bSortMulti?(c=h.inArray(b,C(e,\"0\")),-1!==c?(b=g(e[c]),e[c][1]=f[b],e[c]._idx=b):(e.push([b,f[0],0]),e[e.length-1]._idx=0)):e.length&&e[0][0]==b?(b=g(e[0]),e.length=1,e[0][1]=f[b],e[0]._idx=b):(e.length=0,e.push([b,f[0]]),e[0]._idx=0);L(a);\"function\"==typeof d&&d(a)}function Ka(a,b,c,d){var e=a.aoColumns[c];Ta(b,{},function(b){!1!==e.bSortable&&(a.oFeatures.bProcessing?(B(a,!0),setTimeout(function(){Sa(a,c,b.shiftKey,\nd);\"ssp\"!==z(a)&&B(a,!1)},0)):Sa(a,c,b.shiftKey,d))})}function sa(a){var b=a.aLastSort,c=a.oClasses.sSortColumn,d=R(a),e=a.oFeatures,f,g;if(e.bSort&&e.bSortClasses){e=0;for(f=b.length;e<f;e++)g=b[e].src,h(C(a.aoData,\"anCells\",g)).removeClass(c+(2>e?e+1:3));e=0;for(f=d.length;e<f;e++)g=d[e].src,h(C(a.aoData,\"anCells\",g)).addClass(c+(2>e?e+1:3))}a.aLastSort=d}function Hb(a,b){var c=a.aoColumns[b],d=p.ext.order[c.sSortDataType],e;d&&(e=d.call(a.oInstance,a,b,Y(a,b)));for(var f,g=p.ext.type.order[c.sType+\n\"-pre\"],j=0,i=a.aoData.length;j<i;j++)if(c=a.aoData[j],c._aSortData||(c._aSortData=[]),!c._aSortData[b]||d)f=d?e[j]:A(a,j,b,\"sort\"),c._aSortData[b]=g?g(f):f}function ta(a){if(a.oFeatures.bStateSave&&!a.bDestroying){var b={time:+new Date,start:a._iDisplayStart,length:a._iDisplayLength,order:h.extend(!0,[],a.aaSorting),search:yb(a.oPreviousSearch),columns:h.map(a.aoColumns,function(b,d){return{visible:b.bVisible,search:yb(a.aoPreSearchCols[d])}})};u(a,\"aoStateSaveParams\",\"stateSaveParams\",[a,b]);a.oSavedState=\nb;a.fnStateSaveCallback.call(a.oInstance,a,b)}}function Jb(a){var b,c,d=a.aoColumns;if(a.oFeatures.bStateSave){var e=a.fnStateLoadCallback.call(a.oInstance,a);if(e&&e.time&&(b=u(a,\"aoStateLoadParams\",\"stateLoadParams\",[a,e]),-1===h.inArray(!1,b)&&(b=a.iStateDuration,!(0<b&&e.time<+new Date-1E3*b)&&d.length===e.columns.length))){a.oLoadedState=h.extend(!0,{},e);a._iDisplayStart=e.start;a.iInitDisplayStart=e.start;a._iDisplayLength=e.length;a.aaSorting=[];h.each(e.order,function(b,c){a.aaSorting.push(c[0]>=\nd.length?[0,c[1]]:c)});h.extend(a.oPreviousSearch,zb(e.search));b=0;for(c=e.columns.length;b<c;b++){var f=e.columns[b];d[b].bVisible=f.visible;h.extend(a.aoPreSearchCols[b],zb(f.search))}u(a,\"aoStateLoaded\",\"stateLoaded\",[a,e])}}}function ua(a){var b=p.settings,a=h.inArray(a,C(b,\"nTable\"));return-1!==a?b[a]:null}function P(a,b,c,d){c=\"DataTables warning: \"+(null!==a?\"table id=\"+a.sTableId+\" - \":\"\")+c;d&&(c+=\". For more information about this error, please see http://datatables.net/tn/\"+d);if(b)za.console&&\nconsole.log&&console.log(c);else if(a=p.ext,\"alert\"==(a.sErrMode||a.errMode))alert(c);else throw Error(c);}function D(a,b,c,d){h.isArray(c)?h.each(c,function(c,d){h.isArray(d)?D(a,b,d[0],d[1]):D(a,b,d)}):(d===l&&(d=c),b[c]!==l&&(a[d]=b[c]))}function Kb(a,b,c){var d,e;for(e in b)b.hasOwnProperty(e)&&(d=b[e],h.isPlainObject(d)?(h.isPlainObject(a[e])||(a[e]={}),h.extend(!0,a[e],d)):a[e]=c&&\"data\"!==e&&\"aaData\"!==e&&h.isArray(d)?d.slice():d);return a}function Ta(a,b,c){h(a).bind(\"click.DT\",b,function(b){a.blur();\nc(b)}).bind(\"keypress.DT\",b,function(a){13===a.which&&(a.preventDefault(),c(a))}).bind(\"selectstart.DT\",function(){return!1})}function x(a,b,c,d){c&&a[b].push({fn:c,sName:d})}function u(a,b,c,d){var e=[];b&&(e=h.map(a[b].slice().reverse(),function(b){return b.fn.apply(a.oInstance,d)}));null!==c&&h(a.nTable).trigger(c+\".dt\",d);return e}function Qa(a){var b=a._iDisplayStart,c=a.fnDisplayEnd(),d=a._iDisplayLength;c===a.fnRecordsDisplay()&&(b=c-d);if(-1===d||0>b)b=0;a._iDisplayStart=b}function La(a,b){var c=\na.renderer,d=p.ext.renderer[b];return h.isPlainObject(c)&&c[b]?d[c[b]]||d._:\"string\"===typeof c?d[c]||d._:d._}function z(a){return a.oFeatures.bServerSide?\"ssp\":a.ajax||a.sAjaxSource?\"ajax\":\"dom\"}function Ua(a,b){var c=[],c=Lb.numbers_length,d=Math.floor(c/2);b<=c?c=S(0,b):a<=d?(c=S(0,c-2),c.push(\"ellipsis\"),c.push(b-1)):(a>=b-1-d?c=S(b-(c-2),b):(c=S(a-1,a+2),c.push(\"ellipsis\"),c.push(b-1)),c.splice(0,0,\"ellipsis\"),c.splice(0,0,0));c.DT_el=\"span\";return c}function cb(a){h.each({num:function(b){return va(b,\na)},\"num-fmt\":function(b){return va(b,a,Va)},\"html-num\":function(b){return va(b,a,wa)},\"html-num-fmt\":function(b){return va(b,a,wa,Va)}},function(b,c){t.type.order[b+a+\"-pre\"]=c})}function Mb(a){return function(){var b=[ua(this[p.ext.iApiIndex])].concat(Array.prototype.slice.call(arguments));return p.ext.internal[a].apply(this,b)}}var p,t,q,r,v,Wa={},Nb=/[\\r\\n]/g,wa=/<.*?>/g,Yb=/^[\\w\\+\\-]/,Zb=/[\\w\\+\\-]$/,Vb=RegExp(\"(\\\\/|\\\\.|\\\\*|\\\\+|\\\\?|\\\\||\\\\(|\\\\)|\\\\[|\\\\]|\\\\{|\\\\}|\\\\\\\\|\\\\$|\\\\^|\\\\-)\",\"g\"),Va=/[',$\\u00a3\\u20ac\\u00a5%\\u2009\\u202F]/g,\nH=function(a){return!a||!0===a||\"-\"===a?!0:!1},Ob=function(a){var b=parseInt(a,10);return!isNaN(b)&&isFinite(a)?b:null},Pb=function(a,b){Wa[b]||(Wa[b]=RegExp(Oa(b),\"g\"));return\"string\"===typeof a?a.replace(/\\./g,\"\").replace(Wa[b],\".\"):a},Xa=function(a,b,c){var d=\"string\"===typeof a;b&&d&&(a=Pb(a,b));c&&d&&(a=a.replace(Va,\"\"));return H(a)||!isNaN(parseFloat(a))&&isFinite(a)},Qb=function(a,b,c){return H(a)?!0:!(H(a)||\"string\"===typeof a)?null:Xa(a.replace(wa,\"\"),b,c)?!0:null},C=function(a,b,c){var d=\n[],e=0,f=a.length;if(c!==l)for(;e<f;e++)a[e]&&a[e][b]&&d.push(a[e][b][c]);else for(;e<f;e++)a[e]&&d.push(a[e][b]);return d},xa=function(a,b,c,d){var e=[],f=0,g=b.length;if(d!==l)for(;f<g;f++)e.push(a[b[f]][c][d]);else for(;f<g;f++)e.push(a[b[f]][c]);return e},S=function(a,b){var c=[],d;b===l?(b=0,d=a):(d=b,b=a);for(var e=b;e<d;e++)c.push(e);return c},Ja=function(a){var b=[],c,d,e=a.length,f,g=0;d=0;a:for(;d<e;d++){c=a[d];for(f=0;f<g;f++)if(b[f]===c)continue a;b.push(c);g++}return b},w=function(a,\nb,c){a[b]!==l&&(a[c]=a[b])},$=/\\[.*?\\]$/,Q=/\\(\\)$/,qa=h(\"<div>\")[0],Wb=qa.textContent!==l,Xb=/<.*?>/g;p=function(a){this.$=function(a,b){return this.api(!0).$(a,b)};this._=function(a,b){return this.api(!0).rows(a,b).data()};this.api=function(a){return a?new q(ua(this[t.iApiIndex])):new q(this)};this.fnAddData=function(a,b){var c=this.api(!0),d=h.isArray(a)&&(h.isArray(a[0])||h.isPlainObject(a[0]))?c.rows.add(a):c.row.add(a);(b===l||b)&&c.draw();return d.flatten().toArray()};this.fnAdjustColumnSizing=\nfunction(a){var b=this.api(!0).columns.adjust(),c=b.settings()[0],d=c.oScroll;a===l||a?b.draw(!1):(\"\"!==d.sX||\"\"!==d.sY)&&W(c)};this.fnClearTable=function(a){var b=this.api(!0).clear();(a===l||a)&&b.draw()};this.fnClose=function(a){this.api(!0).row(a).child.hide()};this.fnDeleteRow=function(a,b,c){var d=this.api(!0),a=d.rows(a),e=a.settings()[0],h=e.aoData[a[0][0]];a.remove();b&&b.call(this,e,h);(c===l||c)&&d.draw();return h};this.fnDestroy=function(a){this.api(!0).destroy(a)};this.fnDraw=function(a){this.api(!0).draw(!a)};\nthis.fnFilter=function(a,b,c,d,e,h){e=this.api(!0);null===b||b===l?e.search(a,c,d,h):e.column(b).search(a,c,d,h);e.draw()};this.fnGetData=function(a,b){var c=this.api(!0);if(a!==l){var d=a.nodeName?a.nodeName.toLowerCase():\"\";return b!==l||\"td\"==d||\"th\"==d?c.cell(a,b).data():c.row(a).data()||null}return c.data().toArray()};this.fnGetNodes=function(a){var b=this.api(!0);return a!==l?b.row(a).node():b.rows().nodes().flatten().toArray()};this.fnGetPosition=function(a){var b=this.api(!0),c=a.nodeName.toUpperCase();\nreturn\"TR\"==c?b.row(a).index():\"TD\"==c||\"TH\"==c?(a=b.cell(a).index(),[a.row,a.columnVisible,a.column]):null};this.fnIsOpen=function(a){return this.api(!0).row(a).child.isShown()};this.fnOpen=function(a,b,c){return this.api(!0).row(a).child(b,c).show().child()[0]};this.fnPageChange=function(a,b){var c=this.api(!0).page(a);(b===l||b)&&c.draw(!1)};this.fnSetColumnVis=function(a,b,c){a=this.api(!0).column(a).visible(b);(c===l||c)&&a.columns.adjust().draw()};this.fnSettings=function(){return ua(this[t.iApiIndex])};\nthis.fnSort=function(a){this.api(!0).order(a).draw()};this.fnSortListener=function(a,b,c){this.api(!0).order.listener(a,b,c)};this.fnUpdate=function(a,b,c,d,e){var h=this.api(!0);c===l||null===c?h.row(b).data(a):h.cell(b,c).data(a);(e===l||e)&&h.columns.adjust();(d===l||d)&&h.draw();return 0};this.fnVersionCheck=t.fnVersionCheck;var b=this,c=a===l,d=this.length;c&&(a={});this.oApi=this.internal=t.internal;for(var e in p.ext.internal)e&&(this[e]=Mb(e));this.each(function(){var e={},g=1<d?Kb(e,a,!0):\na,j=0,i,n=this.getAttribute(\"id\"),e=!1,m=p.defaults;if(\"table\"!=this.nodeName.toLowerCase())P(null,0,\"Non-table node initialisation (\"+this.nodeName+\")\",2);else{db(m);eb(m.column);G(m,m,!0);G(m.column,m.column,!0);G(m,g);var o=p.settings,j=0;for(i=o.length;j<i;j++){if(o[j].nTable==this){i=g.bRetrieve!==l?g.bRetrieve:m.bRetrieve;if(c||i)return o[j].oInstance;if(g.bDestroy!==l?g.bDestroy:m.bDestroy){o[j].oInstance.fnDestroy();break}else{P(o[j],0,\"Cannot reinitialise DataTable\",3);return}}if(o[j].sTableId==\nthis.id){o.splice(j,1);break}}if(null===n||\"\"===n)this.id=n=\"DataTables_Table_\"+p.ext._unique++;var k=h.extend(!0,{},p.models.oSettings,{nTable:this,oApi:b.internal,oInit:g,sDestroyWidth:h(this)[0].style.width,sInstance:n,sTableId:n});o.push(k);k.oInstance=1===b.length?b:h(this).dataTable();db(g);g.oLanguage&&N(g.oLanguage);g.aLengthMenu&&!g.iDisplayLength&&(g.iDisplayLength=h.isArray(g.aLengthMenu[0])?g.aLengthMenu[0][0]:g.aLengthMenu[0]);g=Kb(h.extend(!0,{},m),g);D(k.oFeatures,g,\"bPaginate bLengthChange bFilter bSort bSortMulti bInfo bProcessing bAutoWidth bSortClasses bServerSide bDeferRender\".split(\" \"));\nD(k,g,[\"asStripeClasses\",\"ajax\",\"fnServerData\",\"fnFormatNumber\",\"sServerMethod\",\"aaSorting\",\"aaSortingFixed\",\"aLengthMenu\",\"sPaginationType\",\"sAjaxSource\",\"sAjaxDataProp\",\"iStateDuration\",\"sDom\",\"bSortCellsTop\",\"iTabIndex\",\"fnStateLoadCallback\",\"fnStateSaveCallback\",\"renderer\",[\"iCookieDuration\",\"iStateDuration\"],[\"oSearch\",\"oPreviousSearch\"],[\"aoSearchCols\",\"aoPreSearchCols\"],[\"iDisplayLength\",\"_iDisplayLength\"],[\"bJQueryUI\",\"bJUI\"]]);D(k.oScroll,g,[[\"sScrollX\",\"sX\"],[\"sScrollXInner\",\"sXInner\"],\n[\"sScrollY\",\"sY\"],[\"bScrollCollapse\",\"bCollapse\"]]);D(k.oLanguage,g,\"fnInfoCallback\");x(k,\"aoDrawCallback\",g.fnDrawCallback,\"user\");x(k,\"aoServerParams\",g.fnServerParams,\"user\");x(k,\"aoStateSaveParams\",g.fnStateSaveParams,\"user\");x(k,\"aoStateLoadParams\",g.fnStateLoadParams,\"user\");x(k,\"aoStateLoaded\",g.fnStateLoaded,\"user\");x(k,\"aoRowCallback\",g.fnRowCallback,\"user\");x(k,\"aoRowCreatedCallback\",g.fnCreatedRow,\"user\");x(k,\"aoHeaderCallback\",g.fnHeaderCallback,\"user\");x(k,\"aoFooterCallback\",g.fnFooterCallback,\n\"user\");x(k,\"aoInitComplete\",g.fnInitComplete,\"user\");x(k,\"aoPreDrawCallback\",g.fnPreDrawCallback,\"user\");n=k.oClasses;g.bJQueryUI?(h.extend(n,p.ext.oJUIClasses,g.oClasses),g.sDom===m.sDom&&\"lfrtip\"===m.sDom&&(k.sDom='<\"H\"lfr>t<\"F\"ip>'),k.renderer)?h.isPlainObject(k.renderer)&&!k.renderer.header&&(k.renderer.header=\"jqueryui\"):k.renderer=\"jqueryui\":h.extend(n,p.ext.classes,g.oClasses);h(this).addClass(n.sTable);if(\"\"!==k.oScroll.sX||\"\"!==k.oScroll.sY)k.oScroll.iBarWidth=Gb();!0===k.oScroll.sX&&(k.oScroll.sX=\n\"100%\");k.iInitDisplayStart===l&&(k.iInitDisplayStart=g.iDisplayStart,k._iDisplayStart=g.iDisplayStart);null!==g.iDeferLoading&&(k.bDeferLoading=!0,j=h.isArray(g.iDeferLoading),k._iRecordsDisplay=j?g.iDeferLoading[0]:g.iDeferLoading,k._iRecordsTotal=j?g.iDeferLoading[1]:g.iDeferLoading);\"\"!==g.oLanguage.sUrl?(k.oLanguage.sUrl=g.oLanguage.sUrl,h.getJSON(k.oLanguage.sUrl,null,function(a){N(a);G(m.oLanguage,a);h.extend(true,k.oLanguage,g.oLanguage,a);ra(k)}),e=!0):h.extend(!0,k.oLanguage,g.oLanguage);\nnull===g.asStripeClasses&&(k.asStripeClasses=[n.sStripeOdd,n.sStripeEven]);var j=k.asStripeClasses,r=h(\"tbody tr:eq(0)\",this);-1!==h.inArray(!0,h.map(j,function(a){return r.hasClass(a)}))&&(h(\"tbody tr\",this).removeClass(j.join(\" \")),k.asDestroyStripes=j.slice());var o=[],q,j=this.getElementsByTagName(\"thead\");0!==j.length&&(aa(k.aoHeader,j[0]),o=ma(k));if(null===g.aoColumns){q=[];j=0;for(i=o.length;j<i;j++)q.push(null)}else q=g.aoColumns;j=0;for(i=q.length;j<i;j++)Aa(k,o?o[j]:null);hb(k,g.aoColumnDefs,\nq,function(a,b){fa(k,a,b)});if(r.length){var s=function(a,b){return a.getAttribute(\"data-\"+b)?b:null};h.each(ia(k,r[0]).cells,function(a,b){var c=k.aoColumns[a];if(c.mData===a){var d=s(b,\"sort\")||s(b,\"order\"),e=s(b,\"filter\")||s(b,\"search\");if(d!==null||e!==null){c.mData={_:a+\".display\",sort:d!==null?a+\".@data-\"+d:l,type:d!==null?a+\".@data-\"+d:l,filter:e!==null?a+\".@data-\"+e:l};fa(k,a)}}})}var t=k.oFeatures;g.bStateSave&&(t.bStateSave=!0,Jb(k,g),x(k,\"aoDrawCallback\",ta,\"state_save\"));if(g.aaSorting===\nl){o=k.aaSorting;j=0;for(i=o.length;j<i;j++)o[j][1]=k.aoColumns[j].asSorting[0]}sa(k);t.bSort&&x(k,\"aoDrawCallback\",function(){if(k.bSorted){var a=R(k),b={};h.each(a,function(a,c){b[c.src]=c.dir});u(k,null,\"order\",[k,a,b]);Ib(k)}});x(k,\"aoDrawCallback\",function(){(k.bSorted||z(k)===\"ssp\"||t.bDeferRender)&&sa(k)},\"sc\");fb(k);j=h(this).children(\"caption\").each(function(){this._captionSide=h(this).css(\"caption-side\")});i=h(this).children(\"thead\");0===i.length&&(i=h(\"<thead/>\").appendTo(this));k.nTHead=\ni[0];i=h(this).children(\"tbody\");0===i.length&&(i=h(\"<tbody/>\").appendTo(this));k.nTBody=i[0];i=h(this).children(\"tfoot\");if(0===i.length&&0<j.length&&(\"\"!==k.oScroll.sX||\"\"!==k.oScroll.sY))i=h(\"<tfoot/>\").appendTo(this);0===i.length||0===i.children().length?h(this).addClass(n.sNoFooter):0<i.length&&(k.nTFoot=i[0],aa(k.aoFooter,k.nTFoot));if(g.aaData)for(j=0;j<g.aaData.length;j++)I(k,g.aaData[j]);else(k.bDeferLoading||\"dom\"==z(k))&&ha(k,h(k.nTBody).children(\"tr\"));k.aiDisplay=k.aiDisplayMaster.slice();\nk.bInitialised=!0;!1===e&&ra(k)}});b=null;return this};var Rb=[],y=Array.prototype,$b=function(a){var b,c,d=p.settings,e=h.map(d,function(a){return a.nTable});if(a){if(a.nTable&&a.oApi)return[a];if(a.nodeName&&\"table\"===a.nodeName.toLowerCase())return b=h.inArray(a,e),-1!==b?[d[b]]:null;if(a&&\"function\"===typeof a.settings)return a.settings().toArray();\"string\"===typeof a?c=h(a):a instanceof h&&(c=a)}else return[];if(c)return c.map(function(){b=h.inArray(this,e);return-1!==b?d[b]:null}).toArray()};\nq=function(a,b){if(!this instanceof q)throw\"DT API must be constructed as a new object\";var c=[],d=function(a){(a=$b(a))&&c.push.apply(c,a)};if(h.isArray(a))for(var e=0,f=a.length;e<f;e++)d(a[e]);else d(a);this.context=Ja(c);b&&this.push.apply(this,b.toArray?b.toArray():b);this.selector={rows:null,cols:null,opts:null};q.extend(this,this,Rb)};p.Api=q;q.prototype={concat:y.concat,context:[],each:function(a){for(var b=0,c=this.length;b<c;b++)a.call(this,this[b],b,this);return this},eq:function(a){var b=\nthis.context;return b.length>a?new q(b[a],this[a]):null},filter:function(a){var b=[];if(y.filter)b=y.filter.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)a.call(this,this[c],c,this)&&b.push(this[c]);return new q(this.context,b)},flatten:function(){var a=[];return new q(this.context,a.concat.apply(a,this.toArray()))},join:y.join,indexOf:y.indexOf||function(a,b){for(var c=b||0,d=this.length;c<d;c++)if(this[c]===a)return c;return-1},iterator:function(a,b,c){var d=[],e,f,g,h,i,n=this.context,\nm,o,k=this.selector;\"string\"===typeof a&&(c=b,b=a,a=!1);f=0;for(g=n.length;f<g;f++)if(\"table\"===b)e=c(n[f],f),e!==l&&d.push(e);else if(\"columns\"===b||\"rows\"===b)e=c(n[f],this[f],f),e!==l&&d.push(e);else if(\"column\"===b||\"column-rows\"===b||\"row\"===b||\"cell\"===b){o=this[f];\"column-rows\"===b&&(m=Ya(n[f],k.opts));h=0;for(i=o.length;h<i;h++)e=o[h],e=\"cell\"===b?c(n[f],e.row,e.column,f,h):c(n[f],e,f,h,m),e!==l&&d.push(e)}return d.length?(a=new q(n,a?d.concat.apply([],d):d),b=a.selector,b.rows=k.rows,b.cols=\nk.cols,b.opts=k.opts,a):this},lastIndexOf:y.lastIndexOf||function(a,b){return this.indexOf.apply(this.toArray.reverse(),arguments)},length:0,map:function(a){var b=[];if(y.map)b=y.map.call(this,a,this);else for(var c=0,d=this.length;c<d;c++)b.push(a.call(this,this[c],c));return new q(this.context,b)},pluck:function(a){return this.map(function(b){return b[a]})},pop:y.pop,push:y.push,reduce:y.reduce||function(a,b){return gb(this,a,b,0,this.length,1)},reduceRight:y.reduceRight||function(a,b){return gb(this,\na,b,this.length-1,-1,-1)},reverse:y.reverse,selector:null,shift:y.shift,sort:y.sort,splice:y.splice,toArray:function(){return y.slice.call(this)},to$:function(){return h(this)},toJQuery:function(){return h(this)},unique:function(){return new q(this.context,Ja(this))},unshift:y.unshift};q.extend=function(a,b,c){if(b&&(b instanceof q||b.__dt_wrapper)){var d,e,f,g=function(a,b,c){return function(){var d=b.apply(a,arguments);q.extend(d,d,c.methodExt);return d}};d=0;for(e=c.length;d<e;d++)f=c[d],b[f.name]=\n\"function\"===typeof f.val?g(a,f.val,f):h.isPlainObject(f.val)?{}:f.val,b[f.name].__dt_wrapper=!0,q.extend(a,b[f.name],f.propExt)}};q.register=r=function(a,b){if(h.isArray(a))for(var c=0,d=a.length;c<d;c++)q.register(a[c],b);else for(var e=a.split(\".\"),f=Rb,g,j,c=0,d=e.length;c<d;c++){g=(j=-1!==e[c].indexOf(\"()\"))?e[c].replace(\"()\",\"\"):e[c];var i;a:{i=0;for(var n=f.length;i<n;i++)if(f[i].name===g){i=f[i];break a}i=null}i||(i={name:g,val:{},methodExt:[],propExt:[]},f.push(i));c===d-1?i.val=b:f=j?i.methodExt:\ni.propExt}};q.registerPlural=v=function(a,b,c){q.register(a,c);q.register(b,function(){var a=c.apply(this,arguments);return a===this?this:a instanceof q?a.length?h.isArray(a[0])?new q(a.context,a[0]):a[0]:l:a})};r(\"tables()\",function(a){var b;if(a){b=q;var c=this.context;if(\"number\"===typeof a)a=[c[a]];else var d=h.map(c,function(a){return a.nTable}),a=h(d).filter(a).map(function(){var a=h.inArray(this,d);return c[a]}).toArray();b=new b(a)}else b=this;return b});r(\"table()\",function(a){var a=this.tables(a),\nb=a.context;return b.length?new q(b[0]):a});v(\"tables().nodes()\",\"table().node()\",function(){return this.iterator(\"table\",function(a){return a.nTable})});v(\"tables().body()\",\"table().body()\",function(){return this.iterator(\"table\",function(a){return a.nTBody})});v(\"tables().header()\",\"table().header()\",function(){return this.iterator(\"table\",function(a){return a.nTHead})});v(\"tables().footer()\",\"table().footer()\",function(){return this.iterator(\"table\",function(a){return a.nTFoot})});v(\"tables().containers()\",\n\"table().container()\",function(){return this.iterator(\"table\",function(a){return a.nTableWrapper})});r(\"draw()\",function(a){return this.iterator(\"table\",function(b){L(b,!1===a)})});r(\"page()\",function(a){return a===l?this.page.info().page:this.iterator(\"table\",function(b){Ra(b,a)})});r(\"page.info()\",function(){if(0===this.context.length)return l;var a=this.context[0],b=a._iDisplayStart,c=a._iDisplayLength,d=a.fnRecordsDisplay(),e=-1===c;return{page:e?0:Math.floor(b/c),pages:e?1:Math.ceil(d/c),start:b,\nend:a.fnDisplayEnd(),length:c,recordsTotal:a.fnRecordsTotal(),recordsDisplay:d}});r(\"page.len()\",function(a){return a===l?0!==this.context.length?this.context[0]._iDisplayLength:l:this.iterator(\"table\",function(b){Pa(b,a)})});var Sb=function(a,b,c){\"ssp\"==z(a)?L(a,b):(B(a,!0),na(a,[],function(c){ja(a);for(var c=oa(a,c),d=0,g=c.length;d<g;d++)I(a,c[d]);L(a,b);B(a,!1)}));if(c){var d=new q(a);d.one(\"draw\",function(){c(d.ajax.json())})}};r(\"ajax.json()\",function(){var a=this.context;if(0<a.length)return a[0].json});\nr(\"ajax.params()\",function(){var a=this.context;if(0<a.length)return a[0].oAjaxData});r(\"ajax.reload()\",function(a,b){return this.iterator(\"table\",function(c){Sb(c,!1===b,a)})});r(\"ajax.url()\",function(a){var b=this.context;if(a===l){if(0===b.length)return l;b=b[0];return b.ajax?h.isPlainObject(b.ajax)?b.ajax.url:b.ajax:b.sAjaxSource}return this.iterator(\"table\",function(b){h.isPlainObject(b.ajax)?b.ajax.url=a:b.ajax=a})});r(\"ajax.url().load()\",function(a,b){return this.iterator(\"table\",function(c){Sb(c,\n!1===b,a)})});var Za=function(a,b){var c=[],d,e,f,g,j,i;if(!a||\"string\"===typeof a||a.length===l)a=[a];f=0;for(g=a.length;f<g;f++){e=a[f]&&a[f].split?a[f].split(\",\"):[a[f]];j=0;for(i=e.length;j<i;j++)(d=b(\"string\"===typeof e[j]?h.trim(e[j]):e[j]))&&d.length&&c.push.apply(c,d)}return c},$a=function(a){a||(a={});a.filter&&!a.search&&(a.search=a.filter);return{search:a.search||\"none\",order:a.order||\"current\",page:a.page||\"all\"}},ab=function(a){for(var b=0,c=a.length;b<c;b++)if(0<a[b].length)return a[0]=\na[b],a.length=1,a.context=[a.context[b]],a;a.length=0;return a},Ya=function(a,b){var c,d,e,f=[],g=a.aiDisplay;c=a.aiDisplayMaster;var j=b.search;d=b.order;e=b.page;if(\"ssp\"==z(a))return\"removed\"===j?[]:S(0,c.length);if(\"current\"==e){c=a._iDisplayStart;for(d=a.fnDisplayEnd();c<d;c++)f.push(g[c])}else if(\"current\"==d||\"applied\"==d)f=\"none\"==j?c.slice():\"applied\"==j?g.slice():h.map(c,function(a){return-1===h.inArray(a,g)?a:null});else if(\"index\"==d||\"original\"==d){c=0;for(d=a.aoData.length;c<d;c++)\"none\"==\nj?f.push(c):(e=h.inArray(c,g),(-1===e&&\"removed\"==j||0<=e&&\"applied\"==j)&&f.push(c))}return f};r(\"rows()\",function(a,b){a===l?a=\"\":h.isPlainObject(a)&&(b=a,a=\"\");var b=$a(b),c=this.iterator(\"table\",function(c){var e=b;return Za(a,function(a){var b=Ob(a);if(b!==null&&!e)return[b];var j=Ya(c,e);if(b!==null&&h.inArray(b,j)!==-1)return[b];if(!a)return j;for(var b=[],i=0,n=j.length;i<n;i++)b.push(c.aoData[j[i]].nTr);return a.nodeName&&h.inArray(a,b)!==-1?[a._DT_RowIndex]:h(b).filter(a).map(function(){return this._DT_RowIndex}).toArray()})});\nc.selector.rows=a;c.selector.opts=b;return c});r(\"rows().nodes()\",function(){return this.iterator(\"row\",function(a,b){return a.aoData[b].nTr||l})});r(\"rows().data()\",function(){return this.iterator(!0,\"rows\",function(a,b){return xa(a.aoData,b,\"_aData\")})});v(\"rows().cache()\",\"row().cache()\",function(a){return this.iterator(\"row\",function(b,c){var d=b.aoData[c];return\"search\"===a?d._aFilterData:d._aSortData})});v(\"rows().invalidate()\",\"row().invalidate()\",function(a){return this.iterator(\"row\",function(b,\nc){la(b,c,a)})});v(\"rows().indexes()\",\"row().index()\",function(){return this.iterator(\"row\",function(a,b){return b})});v(\"rows().remove()\",\"row().remove()\",function(){var a=this;return this.iterator(\"row\",function(b,c,d){var e=b.aoData;e.splice(c,1);for(var f=0,g=e.length;f<g;f++)null!==e[f].nTr&&(e[f].nTr._DT_RowIndex=f);h.inArray(c,b.aiDisplay);ka(b.aiDisplayMaster,c);ka(b.aiDisplay,c);ka(a[d],c,!1);Qa(b)})});r(\"rows.add()\",function(a){var b=this.iterator(\"table\",function(b){var c,f,g,h=[];f=0;\nfor(g=a.length;f<g;f++)c=a[f],c.nodeName&&\"TR\"===c.nodeName.toUpperCase()?h.push(ha(b,c)[0]):h.push(I(b,c));return h}),c=this.rows(-1);c.pop();c.push.apply(c,b.toArray());return c});r(\"row()\",function(a,b){return ab(this.rows(a,b))});r(\"row().data()\",function(a){var b=this.context;if(a===l)return b.length&&this.length?b[0].aoData[this[0]]._aData:l;b[0].aoData[this[0]]._aData=a;la(b[0],this[0],\"data\");return this});r(\"row().node()\",function(){var a=this.context;return a.length&&this.length?a[0].aoData[this[0]].nTr||\nnull:null});r(\"row.add()\",function(a){a instanceof h&&a.length&&(a=a[0]);var b=this.iterator(\"table\",function(b){return a.nodeName&&\"TR\"===a.nodeName.toUpperCase()?ha(b,a)[0]:I(b,a)});return this.row(b[0])});var bb=function(a){var b=a.context;b.length&&a.length&&(a=b[0].aoData[a[0]],a._details&&(a._details.remove(),a._detailsShow=l,a._details=l))},Tb=function(a,b){var c=a.context;if(c.length&&a.length){var d=c[0].aoData[a[0]];if(d._details){(d._detailsShow=b)?d._details.insertAfter(d.nTr):d._details.detach();\nvar e=c[0],f=new q(e),g=e.aoData;f.off(\"draw.dt.DT_details column-visibility.dt.DT_details destroy.dt.DT_details\");0<C(g,\"_details\").length&&(f.on(\"draw.dt.DT_details\",function(a,b){e===b&&f.rows({page:\"current\"}).eq(0).each(function(a){a=g[a];a._detailsShow&&a._details.insertAfter(a.nTr)})}),f.on(\"column-visibility.dt.DT_details\",function(a,b){if(e===b)for(var c,d=Z(b),f=0,h=g.length;f<h;f++)c=g[f],c._details&&c._details.children(\"td[colspan]\").attr(\"colspan\",d)}),f.on(\"destroy.dt.DT_details\",function(a,\nb){if(e===b)for(var c=0,d=g.length;c<d;c++)g[c]._details&&bb(g[c])}))}}};r(\"row().child()\",function(a,b){var c=this.context;if(a===l)return c.length&&this.length?c[0].aoData[this[0]]._details:l;if(!0===a)this.child.show();else if(!1===a)bb(this);else if(c.length&&this.length){var d=c[0],c=c[0].aoData[this[0]],e=[],f=function(a,b){if(a.nodeName&&\"tr\"===a.nodeName.toLowerCase())e.push(a);else{var c=h(\"<tr><td/></tr>\").addClass(b);h(\"td\",c).addClass(b).html(a)[0].colSpan=Z(d);e.push(c[0])}};if(h.isArray(a)||\na instanceof h)for(var g=0,j=a.length;g<j;g++)f(a[g],b);else f(a,b);c._details&&c._details.remove();c._details=h(e);c._detailsShow&&c._details.insertAfter(c.nTr)}return this});r([\"row().child.show()\",\"row().child().show()\"],function(){Tb(this,!0);return this});r([\"row().child.hide()\",\"row().child().hide()\"],function(){Tb(this,!1);return this});r([\"row().child.remove()\",\"row().child().remove()\"],function(){bb(this);return this});r(\"row().child.isShown()\",function(){var a=this.context;return a.length&&\nthis.length?a[0].aoData[this[0]]._detailsShow||!1:!1});var ac=/^(.+):(name|visIdx|visible)$/;r(\"columns()\",function(a,b){a===l?a=\"\":h.isPlainObject(a)&&(b=a,a=\"\");var b=$a(b),c=this.iterator(\"table\",function(b){var c=a,f=b.aoColumns,g=C(f,\"sName\"),j=C(f,\"nTh\");return Za(c,function(a){var c=Ob(a);if(a===\"\")return S(f.length);if(c!==null)return[c>=0?c:f.length+c];var e=typeof a===\"string\"?a.match(ac):\"\";if(e)switch(e[2]){case \"visIdx\":case \"visible\":a=parseInt(e[1],10);if(a<0){c=h.map(f,function(a,\nb){return a.bVisible?b:null});return[c[c.length+a]]}return[ga(b,a)];case \"name\":return h.map(g,function(a,b){return a===e[1]?b:null})}else return h(j).filter(a).map(function(){return h.inArray(this,j)}).toArray()})});c.selector.cols=a;c.selector.opts=b;return c});v(\"columns().header()\",\"column().header()\",function(){return this.iterator(\"column\",function(a,b){return a.aoColumns[b].nTh})});v(\"columns().footer()\",\"column().footer()\",function(){return this.iterator(\"column\",function(a,b){return a.aoColumns[b].nTf})});\nv(\"columns().data()\",\"column().data()\",function(){return this.iterator(\"column-rows\",function(a,b,c,d,e){for(var c=[],d=0,f=e.length;d<f;d++)c.push(A(a,e[d],b,\"\"));return c})});v(\"columns().cache()\",\"column().cache()\",function(a){return this.iterator(\"column-rows\",function(b,c,d,e,f){return xa(b.aoData,f,\"search\"===a?\"_aFilterData\":\"_aSortData\",c)})});v(\"columns().nodes()\",\"column().nodes()\",function(){return this.iterator(\"column-rows\",function(a,b,c,d,e){return xa(a.aoData,e,\"anCells\",b)})});v(\"columns().visible()\",\n\"column().visible()\",function(a,b){return this.iterator(\"column\",function(c,d){var e;if(a===l)e=c.aoColumns[d].bVisible;else{var f=c.aoColumns;e=f[d];var g=c.aoData,j,i,n;if(a===l)e=e.bVisible;else{if(e.bVisible!==a){if(a){var m=h.inArray(!0,C(f,\"bVisible\"),d+1);j=0;for(i=g.length;j<i;j++)n=g[j].nTr,f=g[j].anCells,n&&n.insertBefore(f[d],f[m]||null)}else h(C(c.aoData,\"anCells\",d)).detach();e.bVisible=a;ba(c,c.aoHeader);ba(c,c.aoFooter);if(b===l||b)V(c),(c.oScroll.sX||c.oScroll.sY)&&W(c);u(c,null,\"column-visibility\",\n[c,d,a]);ta(c)}e=void 0}}return e})});v(\"columns().indexes()\",\"column().index()\",function(a){return this.iterator(\"column\",function(b,c){return\"visible\"===a?Y(b,c):c})});r(\"columns.adjust()\",function(){return this.iterator(\"table\",function(a){V(a)})});r(\"column.index()\",function(a,b){if(0!==this.context.length){var c=this.context[0];if(\"fromVisible\"===a||\"toData\"===a)return ga(c,b);if(\"fromData\"===a||\"toVisible\"===a)return Y(c,b)}});r(\"column()\",function(a,b){return ab(this.columns(a,b))});r(\"cells()\",\nfunction(a,b,c){h.isPlainObject(a)&&(typeof a.row!==l?(c=b,b=null):(c=a,a=null));h.isPlainObject(b)&&(c=b,b=null);if(null===b||b===l)return this.iterator(\"table\",function(b){var d=a,e=$a(c),f=b.aoData,g=Ya(b,e),e=xa(f,g,\"anCells\"),j=h([].concat.apply([],e)),i,m=b.aoColumns.length,n,p,r,q;return Za(d,function(a){if(a===null||a===l){n=[];p=0;for(r=g.length;p<r;p++){i=g[p];for(q=0;q<m;q++)n.push({row:i,column:q})}return n}return h.isPlainObject(a)?[a]:j.filter(a).map(function(a,b){i=b.parentNode._DT_RowIndex;\nreturn{row:i,column:h.inArray(b,f[i].anCells)}}).toArray()})});var d=this.columns(b,c),e=this.rows(a,c),f,g,j,i,n,m=this.iterator(\"table\",function(a,b){f=[];g=0;for(j=e[b].length;g<j;g++){i=0;for(n=d[b].length;i<n;i++)f.push({row:e[b][g],column:d[b][i]})}return f});h.extend(m.selector,{cols:b,rows:a,opts:c});return m});v(\"cells().nodes()\",\"cell().node()\",function(){return this.iterator(\"cell\",function(a,b,c){return a.aoData[b].anCells[c]})});r(\"cells().data()\",function(){return this.iterator(\"cell\",\nfunction(a,b,c){return A(a,b,c)})});v(\"cells().cache()\",\"cell().cache()\",function(a){a=\"search\"===a?\"_aFilterData\":\"_aSortData\";return this.iterator(\"cell\",function(b,c,d){return b.aoData[c][a][d]})});v(\"cells().indexes()\",\"cell().index()\",function(){return this.iterator(\"cell\",function(a,b,c){return{row:b,column:c,columnVisible:Y(a,c)}})});r([\"cells().invalidate()\",\"cell().invalidate()\"],function(a){var b=this.selector;this.rows(b.rows,b.opts).invalidate(a);return this});r(\"cell()\",function(a,b,\nc){return ab(this.cells(a,b,c))});r(\"cell().data()\",function(a){var b=this.context,c=this[0];if(a===l)return b.length&&c.length?A(b[0],c[0].row,c[0].column):l;Ea(b[0],c[0].row,c[0].column,a);la(b[0],c[0].row,\"data\",c[0].column);return this});r(\"order()\",function(a,b){var c=this.context;if(a===l)return 0!==c.length?c[0].aaSorting:l;\"number\"===typeof a?a=[[a,b]]:h.isArray(a[0])||(a=Array.prototype.slice.call(arguments));return this.iterator(\"table\",function(b){b.aaSorting=a.slice()})});r(\"order.listener()\",\nfunction(a,b,c){return this.iterator(\"table\",function(d){Ka(d,a,b,c)})});r([\"columns().order()\",\"column().order()\"],function(a){var b=this;return this.iterator(\"table\",function(c,d){var e=[];h.each(b[d],function(b,c){e.push([c,a])});c.aaSorting=e})});r(\"search()\",function(a,b,c,d){var e=this.context;return a===l?0!==e.length?e[0].oPreviousSearch.sSearch:l:this.iterator(\"table\",function(e){e.oFeatures.bFilter&&ca(e,h.extend({},e.oPreviousSearch,{sSearch:a+\"\",bRegex:null===b?!1:b,bSmart:null===c?!0:\nc,bCaseInsensitive:null===d?!0:d}),1)})});v(\"columns().search()\",\"column().search()\",function(a,b,c,d){return this.iterator(\"column\",function(e,f){var g=e.aoPreSearchCols;if(a===l)return g[f].sSearch;e.oFeatures.bFilter&&(h.extend(g[f],{sSearch:a+\"\",bRegex:null===b?!1:b,bSmart:null===c?!0:c,bCaseInsensitive:null===d?!0:d}),ca(e,e.oPreviousSearch,1))})});r(\"state()\",function(){return this.context.length?this.context[0].oSavedState:null});r(\"state.clear()\",function(){return this.iterator(\"table\",function(a){a.fnStateSaveCallback.call(a.oInstance,\na,{})})});r(\"state.loaded()\",function(){return this.context.length?this.context[0].oLoadedState:null});r(\"state.save()\",function(){return this.iterator(\"table\",function(a){ta(a)})});p.versionCheck=p.fnVersionCheck=function(a){for(var b=p.version.split(\".\"),a=a.split(\".\"),c,d,e=0,f=a.length;e<f;e++)if(c=parseInt(b[e],10)||0,d=parseInt(a[e],10)||0,c!==d)return c>d;return!0};p.isDataTable=p.fnIsDataTable=function(a){var b=h(a).get(0),c=!1;h.each(p.settings,function(a,e){if(e.nTable===b||e.nScrollHead===\nb||e.nScrollFoot===b)c=!0});return c};p.tables=p.fnTables=function(a){return jQuery.map(p.settings,function(b){if(!a||a&&h(b.nTable).is(\":visible\"))return b.nTable})};p.camelToHungarian=G;r(\"$()\",function(a,b){var c=this.rows(b).nodes(),c=h(c);return h([].concat(c.filter(a).toArray(),c.find(a).toArray()))});h.each([\"on\",\"one\",\"off\"],function(a,b){r(b+\"()\",function(){var a=Array.prototype.slice.call(arguments);a[0].match(/\\.dt\\b/)||(a[0]+=\".dt\");var d=h(this.tables().nodes());d[b].apply(d,a);return this})});\nr(\"clear()\",function(){return this.iterator(\"table\",function(a){ja(a)})});r(\"settings()\",function(){return new q(this.context,this.context)});r(\"data()\",function(){return this.iterator(\"table\",function(a){return C(a.aoData,\"_aData\")}).flatten()});r(\"destroy()\",function(a){a=a||!1;return this.iterator(\"table\",function(b){var c=b.nTableWrapper.parentNode,d=b.oClasses,e=b.nTable,f=b.nTBody,g=b.nTHead,j=b.nTFoot,i=h(e),f=h(f),l=h(b.nTableWrapper),m=h.map(b.aoData,function(a){return a.nTr}),o;b.bDestroying=\n!0;u(b,\"aoDestroyCallback\",\"destroy\",[b]);a||(new q(b)).columns().visible(!0);l.unbind(\".DT\").find(\":not(tbody *)\").unbind(\".DT\");h(za).unbind(\".DT-\"+b.sInstance);e!=g.parentNode&&(i.children(\"thead\").detach(),i.append(g));j&&e!=j.parentNode&&(i.children(\"tfoot\").detach(),i.append(j));i.detach();l.detach();b.aaSorting=[];b.aaSortingFixed=[];sa(b);h(m).removeClass(b.asStripeClasses.join(\" \"));h(\"th, td\",g).removeClass(d.sSortable+\" \"+d.sSortableAsc+\" \"+d.sSortableDesc+\" \"+d.sSortableNone);b.bJUI&&\n(h(\"th span.\"+d.sSortIcon+\", td span.\"+d.sSortIcon,g).detach(),h(\"th, td\",g).each(function(){var a=h(\"div.\"+d.sSortJUIWrapper,this);h(this).append(a.contents());a.detach()}));!a&&c&&c.insertBefore(e,b.nTableReinsertBefore);f.children().detach();f.append(m);i.css(\"width\",b.sDestroyWidth).removeClass(d.sTable);(o=b.asDestroyStripes.length)&&f.children().each(function(a){h(this).addClass(b.asDestroyStripes[a%o])});c=h.inArray(b,p.settings);-1!==c&&p.settings.splice(c,1)})});p.version=\"1.10.2\";p.settings=\n[];p.models={};p.models.oSearch={bCaseInsensitive:!0,sSearch:\"\",bRegex:!1,bSmart:!0};p.models.oRow={nTr:null,anCells:null,_aData:[],_aSortData:null,_aFilterData:null,_sFilterRow:null,_sRowStripe:\"\",src:null};p.models.oColumn={idx:null,aDataSort:null,asSorting:null,bSearchable:null,bSortable:null,bVisible:null,_sManualType:null,_bAttrSrc:!1,fnCreatedCell:null,fnGetData:null,fnSetData:null,mData:null,mRender:null,nTh:null,nTf:null,sClass:null,sContentPadding:null,sDefaultContent:null,sName:null,sSortDataType:\"std\",\nsSortingClass:null,sSortingClassJUI:null,sTitle:null,sType:null,sWidth:null,sWidthOrig:null};p.defaults={aaData:null,aaSorting:[[0,\"asc\"]],aaSortingFixed:[],ajax:null,aLengthMenu:[10,25,50,100],aoColumns:null,aoColumnDefs:null,aoSearchCols:[],asStripeClasses:null,bAutoWidth:!0,bDeferRender:!1,bDestroy:!1,bFilter:!0,bInfo:!0,bJQueryUI:!1,bLengthChange:!0,bPaginate:!0,bProcessing:!1,bRetrieve:!1,bScrollCollapse:!1,bServerSide:!1,bSort:!0,bSortMulti:!0,bSortCellsTop:!1,bSortClasses:!0,bStateSave:!1,\nfnCreatedRow:null,fnDrawCallback:null,fnFooterCallback:null,fnFormatNumber:function(a){return a.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,this.oLanguage.sThousands)},fnHeaderCallback:null,fnInfoCallback:null,fnInitComplete:null,fnPreDrawCallback:null,fnRowCallback:null,fnServerData:null,fnServerParams:null,fnStateLoadCallback:function(a){try{return JSON.parse((-1===a.iStateDuration?sessionStorage:localStorage).getItem(\"DataTables_\"+a.sInstance+\"_\"+location.pathname))}catch(b){}},fnStateLoadParams:null,\nfnStateLoaded:null,fnStateSaveCallback:function(a,b){try{(-1===a.iStateDuration?sessionStorage:localStorage).setItem(\"DataTables_\"+a.sInstance+\"_\"+location.pathname,JSON.stringify(b))}catch(c){}},fnStateSaveParams:null,iStateDuration:7200,iDeferLoading:null,iDisplayLength:10,iDisplayStart:0,iTabIndex:0,oClasses:{},oLanguage:{oAria:{sSortAscending:\": activate to sort column ascending\",sSortDescending:\": activate to sort column descending\"},oPaginate:{sFirst:\"First\",sLast:\"Last\",sNext:\"Next\",sPrevious:\"Previous\"},\nsEmptyTable:\"No data available in table\",sInfo:\"Showing _START_ to _END_ of _TOTAL_ entries\",sInfoEmpty:\"Showing 0 to 0 of 0 entries\",sInfoFiltered:\"(filtered from _MAX_ total entries)\",sInfoPostFix:\"\",sDecimal:\"\",sThousands:\",\",sLengthMenu:\"Show _MENU_ entries\",sLoadingRecords:\"Loading...\",sProcessing:\"Processing...\",sSearch:\"Search:\",sSearchPlaceholder:\"\",sUrl:\"\",sZeroRecords:\"No matching records found\"},oSearch:h.extend({},p.models.oSearch),sAjaxDataProp:\"data\",sAjaxSource:null,sDom:\"lfrtip\",sPaginationType:\"simple_numbers\",\nsScrollX:\"\",sScrollXInner:\"\",sScrollY:\"\",sServerMethod:\"GET\",renderer:null};T(p.defaults);p.defaults.column={aDataSort:null,iDataSort:-1,asSorting:[\"asc\",\"desc\"],bSearchable:!0,bSortable:!0,bVisible:!0,fnCreatedCell:null,mData:null,mRender:null,sCellType:\"td\",sClass:\"\",sContentPadding:\"\",sDefaultContent:null,sName:\"\",sSortDataType:\"std\",sTitle:null,sType:null,sWidth:null};T(p.defaults.column);p.models.oSettings={oFeatures:{bAutoWidth:null,bDeferRender:null,bFilter:null,bInfo:null,bLengthChange:null,\nbPaginate:null,bProcessing:null,bServerSide:null,bSort:null,bSortMulti:null,bSortClasses:null,bStateSave:null},oScroll:{bCollapse:null,iBarWidth:0,sX:null,sXInner:null,sY:null},oLanguage:{fnInfoCallback:null},oBrowser:{bScrollOversize:!1,bScrollbarLeft:!1},ajax:null,aanFeatures:[],aoData:[],aiDisplay:[],aiDisplayMaster:[],aoColumns:[],aoHeader:[],aoFooter:[],oPreviousSearch:{},aoPreSearchCols:[],aaSorting:null,aaSortingFixed:[],asStripeClasses:null,asDestroyStripes:[],sDestroyWidth:0,aoRowCallback:[],\naoHeaderCallback:[],aoFooterCallback:[],aoDrawCallback:[],aoRowCreatedCallback:[],aoPreDrawCallback:[],aoInitComplete:[],aoStateSaveParams:[],aoStateLoadParams:[],aoStateLoaded:[],sTableId:\"\",nTable:null,nTHead:null,nTFoot:null,nTBody:null,nTableWrapper:null,bDeferLoading:!1,bInitialised:!1,aoOpenRows:[],sDom:null,sPaginationType:\"two_button\",iStateDuration:0,aoStateSave:[],aoStateLoad:[],oSavedState:null,oLoadedState:null,sAjaxSource:null,sAjaxDataProp:null,bAjaxDataGet:!0,jqXHR:null,json:l,oAjaxData:l,\nfnServerData:null,aoServerParams:[],sServerMethod:null,fnFormatNumber:null,aLengthMenu:null,iDraw:0,bDrawing:!1,iDrawError:-1,_iDisplayLength:10,_iDisplayStart:0,_iRecordsTotal:0,_iRecordsDisplay:0,bJUI:null,oClasses:{},bFiltered:!1,bSorted:!1,bSortCellsTop:null,oInit:null,aoDestroyCallback:[],fnRecordsTotal:function(){return\"ssp\"==z(this)?1*this._iRecordsTotal:this.aiDisplayMaster.length},fnRecordsDisplay:function(){return\"ssp\"==z(this)?1*this._iRecordsDisplay:this.aiDisplay.length},fnDisplayEnd:function(){var a=\nthis._iDisplayLength,b=this._iDisplayStart,c=b+a,d=this.aiDisplay.length,e=this.oFeatures,f=e.bPaginate;return e.bServerSide?!1===f||-1===a?b+d:Math.min(b+a,this._iRecordsDisplay):!f||c>d||-1===a?d:c},oInstance:null,sInstance:null,iTabIndex:0,nScrollHead:null,nScrollFoot:null,aLastSort:[],oPlugins:{}};p.ext=t={classes:{},errMode:\"alert\",feature:[],search:[],internal:{},legacy:{ajax:null},pager:{},renderer:{pageButton:{},header:{}},order:{},type:{detect:[],search:{},order:{}},_unique:0,fnVersionCheck:p.fnVersionCheck,\niApiIndex:0,oJUIClasses:{},sVersion:p.version};h.extend(t,{afnFiltering:t.search,aTypes:t.type.detect,ofnSearch:t.type.search,oSort:t.type.order,afnSortData:t.order,aoFeatures:t.feature,oApi:t.internal,oStdClasses:t.classes,oPagination:t.pager});h.extend(p.ext.classes,{sTable:\"dataTable\",sNoFooter:\"no-footer\",sPageButton:\"paginate_button\",sPageButtonActive:\"current\",sPageButtonDisabled:\"disabled\",sStripeOdd:\"odd\",sStripeEven:\"even\",sRowEmpty:\"dataTables_empty\",sWrapper:\"dataTables_wrapper\",sFilter:\"dataTables_filter\",\nsInfo:\"dataTables_info\",sPaging:\"dataTables_paginate paging_\",sLength:\"dataTables_length\",sProcessing:\"dataTables_processing\",sSortAsc:\"sorting_asc\",sSortDesc:\"sorting_desc\",sSortable:\"sorting\",sSortableAsc:\"sorting_asc_disabled\",sSortableDesc:\"sorting_desc_disabled\",sSortableNone:\"sorting_disabled\",sSortColumn:\"sorting_\",sFilterInput:\"\",sLengthSelect:\"\",sScrollWrapper:\"dataTables_scroll\",sScrollHead:\"dataTables_scrollHead\",sScrollHeadInner:\"dataTables_scrollHeadInner\",sScrollBody:\"dataTables_scrollBody\",\nsScrollFoot:\"dataTables_scrollFoot\",sScrollFootInner:\"dataTables_scrollFootInner\",sHeaderTH:\"\",sFooterTH:\"\",sSortJUIAsc:\"\",sSortJUIDesc:\"\",sSortJUI:\"\",sSortJUIAscAllowed:\"\",sSortJUIDescAllowed:\"\",sSortJUIWrapper:\"\",sSortIcon:\"\",sJUIHeader:\"\",sJUIFooter:\"\"});var ya=\"\",ya=\"\",E=ya+\"ui-state-default\",ea=ya+\"css_right ui-icon ui-icon-\",Ub=ya+\"fg-toolbar ui-toolbar ui-widget-header ui-helper-clearfix\";h.extend(p.ext.oJUIClasses,p.ext.classes,{sPageButton:\"fg-button ui-button \"+E,sPageButtonActive:\"ui-state-disabled\",\nsPageButtonDisabled:\"ui-state-disabled\",sPaging:\"dataTables_paginate fg-buttonset ui-buttonset fg-buttonset-multi ui-buttonset-multi paging_\",sSortAsc:E+\" sorting_asc\",sSortDesc:E+\" sorting_desc\",sSortable:E+\" sorting\",sSortableAsc:E+\" sorting_asc_disabled\",sSortableDesc:E+\" sorting_desc_disabled\",sSortableNone:E+\" sorting_disabled\",sSortJUIAsc:ea+\"triangle-1-n\",sSortJUIDesc:ea+\"triangle-1-s\",sSortJUI:ea+\"carat-2-n-s\",sSortJUIAscAllowed:ea+\"carat-1-n\",sSortJUIDescAllowed:ea+\"carat-1-s\",sSortJUIWrapper:\"DataTables_sort_wrapper\",\nsSortIcon:\"DataTables_sort_icon\",sScrollHead:\"dataTables_scrollHead \"+E,sScrollFoot:\"dataTables_scrollFoot \"+E,sHeaderTH:E,sFooterTH:E,sJUIHeader:Ub+\" ui-corner-tl ui-corner-tr\",sJUIFooter:Ub+\" ui-corner-bl ui-corner-br\"});var Lb=p.ext.pager;h.extend(Lb,{simple:function(){return[\"previous\",\"next\"]},full:function(){return[\"first\",\"previous\",\"next\",\"last\"]},simple_numbers:function(a,b){return[\"previous\",Ua(a,b),\"next\"]},full_numbers:function(a,b){return[\"first\",\"previous\",Ua(a,b),\"next\",\"last\"]},_numbers:Ua,\nnumbers_length:7});h.extend(!0,p.ext.renderer,{pageButton:{_:function(a,b,c,d,e,f){var g=a.oClasses,j=a.oLanguage.oPaginate,i,l,m=0,o=function(b,d){var k,p,r,q,s=function(b){Ra(a,b.data.action,true)};k=0;for(p=d.length;k<p;k++){q=d[k];if(h.isArray(q)){r=h(\"<\"+(q.DT_el||\"div\")+\"/>\").appendTo(b);o(r,q)}else{l=i=\"\";switch(q){case \"ellipsis\":b.append(\"<span>&hellip;</span>\");break;case \"first\":i=j.sFirst;l=q+(e>0?\"\":\" \"+g.sPageButtonDisabled);break;case \"previous\":i=j.sPrevious;l=q+(e>0?\"\":\" \"+g.sPageButtonDisabled);\nbreak;case \"next\":i=j.sNext;l=q+(e<f-1?\"\":\" \"+g.sPageButtonDisabled);break;case \"last\":i=j.sLast;l=q+(e<f-1?\"\":\" \"+g.sPageButtonDisabled);break;default:i=q+1;l=e===q?g.sPageButtonActive:\"\"}if(i){r=h(\"<a>\",{\"class\":g.sPageButton+\" \"+l,\"aria-controls\":a.sTableId,\"data-dt-idx\":m,tabindex:a.iTabIndex,id:c===0&&typeof q===\"string\"?a.sTableId+\"_\"+q:null}).html(i).appendTo(b);Ta(r,{action:q},s);m++}}}};try{var k=h(O.activeElement).data(\"dt-idx\");o(h(b).empty(),d);k!==null&&h(b).find(\"[data-dt-idx=\"+k+\"]\").focus()}catch(p){}}}});\nvar va=function(a,b,c,d){if(!a||\"-\"===a)return-Infinity;b&&(a=Pb(a,b));a.replace&&(c&&(a=a.replace(c,\"\")),d&&(a=a.replace(d,\"\")));return 1*a};h.extend(t.type.order,{\"date-pre\":function(a){return Date.parse(a)||0},\"html-pre\":function(a){return H(a)?\"\":a.replace?a.replace(/<.*?>/g,\"\").toLowerCase():a+\"\"},\"string-pre\":function(a){return H(a)?\"\":\"string\"===typeof a?a.toLowerCase():!a.toString?\"\":a.toString()},\"string-asc\":function(a,b){return a<b?-1:a>b?1:0},\"string-desc\":function(a,b){return a<b?1:a>\nb?-1:0}});cb(\"\");h.extend(p.ext.type.detect,[function(a,b){var c=b.oLanguage.sDecimal;return Xa(a,c)?\"num\"+c:null},function(a){if(a&&(!Yb.test(a)||!Zb.test(a)))return null;var b=Date.parse(a);return null!==b&&!isNaN(b)||H(a)?\"date\":null},function(a,b){var c=b.oLanguage.sDecimal;return Xa(a,c,!0)?\"num-fmt\"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Qb(a,c)?\"html-num\"+c:null},function(a,b){var c=b.oLanguage.sDecimal;return Qb(a,c,!0)?\"html-num-fmt\"+c:null},function(a){return H(a)||\"string\"===\ntypeof a&&-1!==a.indexOf(\"<\")?\"html\":null}]);h.extend(p.ext.type.search,{html:function(a){return H(a)?a:\"string\"===typeof a?a.replace(Nb,\" \").replace(wa,\"\"):\"\"},string:function(a){return H(a)?a:\"string\"===typeof a?a.replace(Nb,\" \"):a}});h.extend(!0,p.ext.renderer,{header:{_:function(a,b,c,d){h(a.nTable).on(\"order.dt.DT\",function(e,f,g,h){if(a===f){e=c.idx;b.removeClass(c.sSortingClass+\" \"+d.sSortAsc+\" \"+d.sSortDesc).addClass(h[e]==\"asc\"?d.sSortAsc:h[e]==\"desc\"?d.sSortDesc:c.sSortingClass)}})},jqueryui:function(a,\nb,c,d){var e=c.idx;h(\"<div/>\").addClass(d.sSortJUIWrapper).append(b.contents()).append(h(\"<span/>\").addClass(d.sSortIcon+\" \"+c.sSortingClassJUI)).appendTo(b);h(a.nTable).on(\"order.dt.DT\",function(f,g,h,i){if(a===g){b.removeClass(d.sSortAsc+\" \"+d.sSortDesc).addClass(i[e]==\"asc\"?d.sSortAsc:i[e]==\"desc\"?d.sSortDesc:c.sSortingClass);b.find(\"span.\"+d.sSortIcon).removeClass(d.sSortJUIAsc+\" \"+d.sSortJUIDesc+\" \"+d.sSortJUI+\" \"+d.sSortJUIAscAllowed+\" \"+d.sSortJUIDescAllowed).addClass(i[e]==\"asc\"?d.sSortJUIAsc:\ni[e]==\"desc\"?d.sSortJUIDesc:c.sSortingClassJUI)}})}}});p.render={number:function(a,b,c,d){return{display:function(e){var f=0>e?\"-\":\"\",e=Math.abs(parseFloat(e)),g=parseInt(e,10),e=c?b+(e-g).toFixed(c).substring(2):\"\";return f+(d||\"\")+g.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g,a)+e}}}};h.extend(p.ext.internal,{_fnExternApiFunc:Mb,_fnBuildAjax:na,_fnAjaxUpdate:jb,_fnAjaxParameters:sb,_fnAjaxUpdateDraw:tb,_fnAjaxDataSrc:oa,_fnAddColumn:Aa,_fnColumnOptions:fa,_fnAdjustColumnSizing:V,_fnVisibleToColumnIndex:ga,\n_fnColumnIndexToVisible:Y,_fnVisbleColumns:Z,_fnGetColumns:X,_fnColumnTypes:Da,_fnApplyColumnDefs:hb,_fnHungarianMap:T,_fnCamelToHungarian:G,_fnLanguageCompat:N,_fnBrowserDetect:fb,_fnAddData:I,_fnAddTr:ha,_fnNodeToDataIndex:function(a,b){return b._DT_RowIndex!==l?b._DT_RowIndex:null},_fnNodeToColumnIndex:function(a,b,c){return h.inArray(c,a.aoData[b].anCells)},_fnGetCellData:A,_fnSetCellData:Ea,_fnSplitObjNotation:Ga,_fnGetObjectDataFn:U,_fnSetObjectDataFn:Ba,_fnGetDataMaster:Ha,_fnClearTable:ja,\n_fnDeleteIndex:ka,_fnInvalidateRow:la,_fnGetRowElements:ia,_fnCreateTr:Fa,_fnBuildHead:ib,_fnDrawHead:ba,_fnDraw:K,_fnReDraw:L,_fnAddOptionsHtml:lb,_fnDetectHeader:aa,_fnGetUniqueThs:ma,_fnFeatureHtmlFilter:nb,_fnFilterComplete:ca,_fnFilterCustom:wb,_fnFilterColumn:vb,_fnFilter:ub,_fnFilterCreateSearch:Na,_fnEscapeRegex:Oa,_fnFilterData:xb,_fnFeatureHtmlInfo:qb,_fnUpdateInfo:Ab,_fnInfoMacros:Bb,_fnInitialise:ra,_fnInitComplete:pa,_fnLengthChange:Pa,_fnFeatureHtmlLength:mb,_fnFeatureHtmlPaginate:rb,\n_fnPageChange:Ra,_fnFeatureHtmlProcessing:ob,_fnProcessingDisplay:B,_fnFeatureHtmlTable:pb,_fnScrollDraw:W,_fnApplyToChildren:F,_fnCalculateColumnWidths:Ca,_fnThrottle:Ma,_fnConvertToWidth:Cb,_fnScrollingWidthAdjust:Eb,_fnGetWidestNode:Db,_fnGetMaxLenString:Fb,_fnStringToCss:s,_fnScrollBarWidth:Gb,_fnSortFlatten:R,_fnSort:kb,_fnSortAria:Ib,_fnSortListener:Sa,_fnSortAttachListener:Ka,_fnSortingClasses:sa,_fnSortData:Hb,_fnSaveState:ta,_fnLoadState:Jb,_fnSettingsFromNode:ua,_fnLog:P,_fnMap:D,_fnBindAction:Ta,\n_fnCallbackReg:x,_fnCallbackFire:u,_fnLengthOverflow:Qa,_fnRenderer:La,_fnDataSource:z,_fnRowAttributes:Ia,_fnCalculateEnd:function(){}});h.fn.dataTable=p;h.fn.dataTableSettings=p.settings;h.fn.dataTableExt=p.ext;h.fn.DataTable=function(a){return h(this).dataTable(a).api()};h.each(p,function(a,b){h.fn.DataTable[a]=b});return h.fn.dataTable};\"function\"===typeof define&&define.amd?define(\"datatables\",[\"jquery\"],N):\"object\"===typeof exports?N(require(\"jquery\")):jQuery&&!jQuery.fn.dataTable&&N(jQuery)})(window,\ndocument);\n"
  },
  {
    "path": "gui/themes/default/assets/js/jquery/plugins/dataTables_naturalSorting.js",
    "content": "/**\n * Data can often be a complicated mix of numbers and letters (file names\n * are a common example) and sorting them in a natural manner is quite a\n * difficult problem.\n *\n * Fortunately a deal of work has already been done in this area by other\n * authors - the following plug-in uses the [naturalSort() function by Jim\n * Palmer](http://www.overset.com/2008/09/01/javascript-natural-sort-algorithm-with-unicode-support) to provide natural sorting in DataTables.\n *\n *  @name Natural sorting\n *  @summary Sort data with a mix of numbers and letters _naturally_.\n *  @author [Jim Palmer](http://www.overset.com/2008/09/01/javascript-natural-sort-algorithm-with-unicode-support)\n *\n *  @example\n *    $('#example').dataTable( {\n *       columnDefs: [\n *         { type: 'natural', targets: 0 }\n *       ]\n *    } );\n */\n\n(function() {\n\n    /*\n     * Natural Sort algorithm for Javascript - Version 0.7 - Released under MIT license\n     * Author: Jim Palmer (based on chunking idea from Dave Koelle)\n     * Contributors: Mike Grier (mgrier.com), Clint Priest, Kyle Adams, guillermo\n     * See: http://js-naturalsort.googlecode.com/svn/trunk/naturalSort.js\n     */\n    function naturalSort (a, b) {\n        var re = /(^-?[0-9]+(\\.?[0-9]*)[df]?e?[0-9]?$|^0x[0-9a-f]+$|[0-9]+)/gi,\n            sre = /(^[ ]*|[ ]*$)/g,\n            dre = /(^([\\w ]+,?[\\w ]+)?[\\w ]+,?[\\w ]+\\d+:\\d+(:\\d+)?[\\w ]?|^\\d{1,4}[\\/\\-]\\d{1,4}[\\/\\-]\\d{1,4}|^\\w+, \\w+ \\d+, \\d{4})/,\n            hre = /^0x[0-9a-f]+$/i,\n            ore = /^0/,\n        // convert all to strings and trim()\n            x = a.toString().replace(sre, '') || '',\n            y = b.toString().replace(sre, '') || '',\n        // chunk/tokenize\n            xN = x.replace(re, '\\0$1\\0').replace(/\\0$/,'').replace(/^\\0/,'').split('\\0'),\n            yN = y.replace(re, '\\0$1\\0').replace(/\\0$/,'').replace(/^\\0/,'').split('\\0'),\n        // numeric, hex or date detection\n            xD = parseInt(x.match(hre), 10) || (xN.length !== 1 && x.match(dre) && Date.parse(x)),\n            yD = parseInt(y.match(hre), 10) || xD && y.match(dre) && Date.parse(y) || null;\n\n        // first try and sort Hex codes or Dates\n        if (yD) {\n            if ( xD < yD ) {\n                return -1;\n            }\n            else if ( xD > yD )\t{\n                return 1;\n            }\n        }\n\n        // natural sorting through split numeric strings and default strings\n        for(var cLoc=0, numS=Math.max(xN.length, yN.length); cLoc < numS; cLoc++) {\n            // find floats not starting with '0', string or 0 if not defined (Clint Priest)\n            var oFxNcL = !(xN[cLoc] || '').match(ore) && parseFloat(xN[cLoc], 10) || xN[cLoc] || 0;\n            var oFyNcL = !(yN[cLoc] || '').match(ore) && parseFloat(yN[cLoc], 10) || yN[cLoc] || 0;\n            // handle numeric vs string comparison - number < string - (Kyle Adams)\n            if (isNaN(oFxNcL) !== isNaN(oFyNcL)) {\n                return (isNaN(oFxNcL)) ? 1 : -1;\n            }\n            // rely on string comparison if different types - i.e. '02' < 2 != '02' < '2'\n            else if (typeof oFxNcL !== typeof oFyNcL) {\n                oFxNcL += '';\n                oFyNcL += '';\n            }\n            if (oFxNcL < oFyNcL) {\n                return -1;\n            }\n            if (oFxNcL > oFyNcL) {\n                return 1;\n            }\n        }\n        return 0;\n    }\n\n    jQuery.extend( jQuery.fn.dataTableExt.oSort, {\n        \"natural-asc\": function ( a, b ) {\n            return naturalSort(a,b);\n        },\n\n        \"natural-desc\": function ( a, b ) {\n            return naturalSort(a,b) * -1;\n        }\n    } );\n\n}());\n"
  },
  {
    "path": "gui/themes/default/assets/js/jquery/plugins/pGenerator.js",
    "content": "/*!\n * pGenerator jQuery Plugin v1.0.0\n * http://accountspassword.com/password-generator-jquery-plugin\n *\n * Created by AccountsPassword.com\n * Released under the GPL General Public License (Feel free to copy, modify or redistribute this plugin.)\n *\n */\n\n(function($){\n    var numbers_array = [],\n        upper_letters_array = [],\n        lower_letters_array = [],\n        special_chars_array = [],\n        $pGeneratorElement = null;\n\n    var methods = {\n        init : function(options, callbacks) {\n\n            var settings = $.extend({\n                'bind': 'click',\n                'passwordElement': null,\n                'displayElement': null,\n                'passwordLength': 16,\n                'uppercase': true,\n                'lowercase': true,\n                'numbers':   true,\n                'specialChars': true,\n                'onPasswordGenerated': function(generatedPassword) { }\n            }, options);\n\n            for(var i = 48; i < 58; i++)\n                numbers_array.push(i);\n\n            for(i = 65; i < 91; i++)\n                upper_letters_array.push(i);\n\n            for(i = 97; i < 123; i++)\n                lower_letters_array.push(i);\n\n            special_chars_array = [33,35,64,36,38,42,91,93,123,125,92,47,63,58,59,95,45,53];\n\n            return this.each(function() {\n                $pGeneratorElement = $(this);\n                $pGeneratorElement.bind(settings.bind, function(e){\n                    e.preventDefault();\n                    methods.generatePassword(settings);\n                });\n            });\n        },\n        generatePassword: function(settings) {\n\n            var password = [],\n                selOptions = settings.uppercase + settings.lowercase + settings.numbers + settings.specialChars,\n                selected = 0,\n                no_lower_letters = [];\n\n            var optionLength = Math.floor(settings.passwordLength / selOptions);\n\n            if(settings.uppercase) {\n                // uppercase letters\n                for(var i = 0; i < optionLength; i++) {\n                    password.push(\n                        String.fromCharCode(upper_letters_array[randomFromInterval(0, upper_letters_array.length - 1)])\n                    );\n                }\n\n                no_lower_letters = no_lower_letters.concat(upper_letters_array);\n                selected++;\n            }\n\n            if(settings.numbers) {\n                // numbers letters\n                for(var i = 0; i < optionLength; i++) {\n                    password.push(String.fromCharCode(numbers_array[randomFromInterval(0, numbers_array.length - 1)]));\n                }\n\n                no_lower_letters = no_lower_letters.concat(numbers_array);\n\n                selected++;\n            }\n\n            if(settings.specialChars) {\n                // numbers letters\n                for(var i = 0; i < optionLength; i++) {\n                    password.push(String.fromCharCode(\n                        special_chars_array[randomFromInterval(0, special_chars_array.length - 1)])\n                    );\n                }\n\n                no_lower_letters = no_lower_letters.concat(special_chars_array);\n\n                selected++;\n            }\n\n            var remained = settings.passwordLength - (selected * optionLength);\n\n            if(settings.lowercase) {\n\n                for(var i = 0; i < remained; i++) {\n                    password.push(\n                        String.fromCharCode(lower_letters_array[randomFromInterval(0, lower_letters_array.length - 1)])\n                    );\n                }\n\n            } else {\n\n                for(var i = 0; i < remained; i++) {\n                    password.push(\n                        String.fromCharCode(no_lower_letters[randomFromInterval(0, no_lower_letters.length - 1)])\n                    );\n                }\n            }\n            password = shuffle(password);\n            passwordString = password.join('');\n\n            if(settings.passwordElement !== null) {\n                $(settings.passwordElement).val(passwordString);\n            }\n\n            if(settings.displayElement !== null) {\n                if($(settings.displayElement).is(\"input\")) {\n                    $(settings.displayElement).val(passwordString);\n                } else {\n                    $(settings.displayElement).text(passwordString);\n                }\n            }\n\n            settings.onPasswordGenerated(passwordString);\n\n        }\n    };\n\n    function shuffle(o){ // v1.0\n        for(var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x);\n        return o;\n    }\n\n    function randomFromInterval(from, to)\n    {\n        return Math.floor(Math.random()*(to-from+1)+from);\n    }\n\n    $.fn.pGenerator = function(method) {\n        if ( methods[method] ) {\n            return methods[method].apply( this, Array.prototype.slice.call( arguments, 1 ));\n        } else if ( typeof method === 'object' || ! method ) {\n            return methods.init.apply( this, arguments );\n        } else {\n            $.error( 'Method ' +  method + ' does not exist on jQuery.pGenerator' );\n        }\n    };\n\n})(jQuery);\n"
  },
  {
    "path": "gui/themes/default/client/alias_add.tpl",
    "content": "\n<script>\n    $(function () {\n        <!-- BDP: shared_mount_point_option_js -->\n        $(\"input[name='shared_mount_point']\").on('change', function () {\n            if ($(\"#shared_mount_point_no\").is(':checked')) {\n                $(\"#shared_mount_point_domain\").hide();\n            } else {\n                $(\"#shared_mount_point_domain\").show();\n            }\n        }).trigger('change');\n        <!-- EDP: shared_mount_point_option_js -->\n\n        $(\"input[name='url_forwarding']\").on('change', function () {\n            if ($(\"#url_forwarding_no\").is(':checked')) {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").hide();\n            } else {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").show();\n            }\n        }).trigger('change');\n\n        $(\"input[name='forward_type']\").on('change', function () {\n            if ($(\"#forward_type_proxy\").is(':checked')) {\n                $(\".checkbox\").show();\n            } else {\n                $(\".checkbox\").hide();\n            }\n        }).trigger('change');\n    });\n</script>\n<form name=\"add_domain_alias_frm\" method=\"post\" action=\"alias_add.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_DOMAIN_ALIAS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>\n                <label for=\"domain_alias_name\">{TR_DOMAIN_ALIAS_NAME}</label>\n            </td>\n            <td>\n                <span class=\"bold\">www.</span>\n                <input type=\"text\" name=\"domain_alias_name\" id=\"domain_alias_name\" value=\"{DOMAIN_ALIAS_NAME}\">\n            </td>\n        </tr>\n        <!-- BDP: shared_mount_point_option -->\n        <tr>\n            <td>\n                {TR_SHARED_MOUNT_POINT}\n                <span class=\"icon i_help\" title=\"{TR_SHARED_MOUNT_POINT_TOOLTIP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"shared_mount_point\" id=\"shared_mount_point_yes\" value=\"yes\"{SHARED_MOUNT_POINT_YES}>\n                    <label for=\"shared_mount_point_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"shared_mount_point\" id=\"shared_mount_point_no\" value=\"no\"{SHARED_MOUNT_POINT_NO}>\n                    <label for=\"shared_mount_point_no\">{TR_NO}</label>\n                </div>\n                <label for=\"shared_mount_point_domain\">\n                    <select name=\"shared_mount_point_domain\" id=\"shared_mount_point_domain\">\n                        <!-- BDP: shared_mount_point_domain -->\n                        <option value=\"{DOMAIN_NAME}\"{SHARED_MOUNT_POINT_DOMAIN_SELECTED}>{DOMAIN_NAME_UNICODE}</option>\n                        <!-- EDP: shared_mount_point_domain -->\n                    </select>\n                </label>\n            </td>\n        </tr>\n        <!-- EDP: shared_mount_point_option -->\n        <tr>\n            <td>\n                {TR_URL_FORWARDING}\n                <span class=\"icon i_help\" title=\"{TR_URL_FORWARDING_TOOLTIP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_yes\"{FORWARD_URL_YES} value=\"yes\">\n                    <label for=\"url_forwarding_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_no\"{FORWARD_URL_NO} value=\"no\">\n                    <label for=\"url_forwarding_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <tr id=\"tr_url_forwarding_data\">\n            <td>{TR_FORWARD_TO_URL}</td>\n            <td>\n                <label for=\"forward_url_scheme\">\n                    <select name=\"forward_url_scheme\" id=\"forward_url_scheme\">\n                        <option value=\"http://\"{HTTP_YES}>{TR_HTTP}</option>\n                        <option value=\"https://\"{HTTPS_YES}>{TR_HTTPS}</option>\n                    </select>\n                </label>\n                <label>\n                    <input name=\"forward_url\" type=\"text\" id=\"forward_url\" value=\"{FORWARD_URL}\">\n                </label>\n            </td>\n        </tr>\n        <tr id=\"tr_type_forwarding_data\">\n            <td>{TR_FORWARD_TYPE}</td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_301\"{FORWARD_TYPE_301} value=\"301\">\n                    <label for=\"forward_type_301\">{TR_301}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_302\"{FORWARD_TYPE_302} value=\"302\">\n                    <label for=\"forward_type_302\">{TR_302}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_303\"{FORWARD_TYPE_303} value=\"303\">\n                    <label for=\"forward_type_303\">{TR_303}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_307\"{FORWARD_TYPE_307} value=\"307\">\n                    <label for=\"forward_type_307\">{TR_307}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_proxy\"{FORWARD_TYPE_PROXY} value=\"proxy\">\n                    <label for=\"forward_type_proxy\">{TR_PROXY}</label>\n                </span>\n                <span class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"forward_host\" id=\"forward_host\"{FORWARD_HOST}>\n                    <label for=\"forward_host\">{TR_PROXY_PRESERVE_HOST}</label>\n                </span>\n            </td>\n        </tr>\n        <tr>\n            <td>{TR_WILDCARD_ALIAS} <span class=\"icon i_help\" title=\"{TR_WILDCARD_ALIAS_TOOLTIP}\"></span></td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_yes\"{WILDCARD_ALIAS_YES} value=\"yes\">\n                    <label for=\"wildcard_alias_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_no\"{WILDCARD_ALIAS_NO} value=\"no\">\n                    <label for=\"wildcard_alias_no\">{TR_NO}</label>\n                </span>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_ADD}\">\n        <a class=\"link_as_button\" href=\"domains_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/alias_edit.tpl",
    "content": "\n<script>\n    $(function () {\n        $(\"input[name='url_forwarding']\").on('change', function () {\n            if ($(\"#url_forwarding_no\").is(':checked')) {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").hide();\n                $(\"#document_root\").show();\n            } else {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").show();\n                $(\"#document_root\").hide();\n            }\n        }).trigger('change');\n\n        $(\"input[name='forward_type']\").on('change', function () {\n            if ($(\"#forward_type_proxy\").is(':checked')) {\n                $(\".checkbox\").show();\n            } else {\n                $(\".checkbox\").hide();\n            }\n        }).trigger('change');\n    });\n</script>\n<form name=\"edit_domain_alias_frm\" method=\"post\" action=\"alias_edit.php?id={DOMAIN_ALIAS_ID}\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_DOMAIN_ALIAS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"domain_alias_name\">{TR_DOMAIN_ALIAS_NAME}</label></td>\n            <td>\n                <span class=\"bold\">www.</span>\n                <input type=\"text\" name=\"domain_alias_name\" id=\"domain_alias_name\" value=\"{DOMAIN_ALIAS_NAME}\" readonly=\"readonly\">\n            </td>\n        </tr>\n        <!-- BDP: document_root_bloc -->\n        <tr id=\"document_root\">\n            <td>\n                <label for=\"ftp_directory\">{TR_DOCUMENT_ROOT}</label>\n                <span class=\"icon i_help\" title=\"{TR_DOCUMENT_ROOT_TOOLTIP}\"></span>\n            </td>\n            <td>\n                <span class=\"bold\">/htdocs</span>\n                <input type=\"text\" name=\"document_root\" id=\"ftp_directory\" class=\"textinput\" placeholder=\"/\" value=\"{DOCUMENT_ROOT}\">\n                <span class=\"icon i_bc_folder ftp_choose_dir clickable\">{TR_CHOOSE_DIR}</span>\n            </td>\n        </tr>\n        <!-- EDP: document_root_bloc -->\n        <tr>\n            <td>\n                {TR_URL_FORWARDING}\n                <span class=\"icon i_help\" title=\"{TR_URL_FORWARDING_TOOLTIP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_yes\"{FORWARD_URL_YES} value=\"yes\">\n                    <label for=\"url_forwarding_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_no\"{FORWARD_URL_NO} value=\"no\">\n                    <label for=\"url_forwarding_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <tr id=\"tr_url_forwarding_data\">\n            <td>{TR_FORWARD_TO_URL}</td>\n            <td>\n                <label for=\"forward_url_scheme\">\n                    <select name=\"forward_url_scheme\" id=\"forward_url_scheme\">\n                        <option value=\"http://\"{HTTP_YES}>{TR_HTTP}</option>\n                        <option value=\"https://\"{HTTPS_YES}>{TR_HTTPS}</option>\n                    </select>\n                </label>\n                <label><input name=\"forward_url\" type=\"text\" id=\"forward_url\" value=\"{FORWARD_URL}\"></label>\n            </td>\n        </tr>\n        <tr id=\"tr_type_forwarding_data\">\n            <td>{TR_FORWARD_TYPE}</td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_301\"{FORWARD_TYPE_301} value=\"301\">\n                    <label for=\"forward_type_301\">{TR_301}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_302\"{FORWARD_TYPE_302} value=\"302\">\n                    <label for=\"forward_type_302\">{TR_302}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_303\"{FORWARD_TYPE_303} value=\"303\">\n                    <label for=\"forward_type_303\">{TR_303}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_307\"{FORWARD_TYPE_307} value=\"307\">\n                    <label for=\"forward_type_307\">{TR_307}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_proxy\"{FORWARD_TYPE_PROXY} value=\"proxy\">\n                    <label for=\"forward_type_proxy\">{TR_PROXY}</label>\n                </span>\n                <span class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"forward_host\" id=\"forward_host\"{FORWARD_HOST}>\n                    <label for=\"forward_host\">{TR_PROXY_PRESERVE_HOST}</label>\n                </span>\n            </td>\n        </tr>\n        <tr>\n            <td>{TR_WILDCARD_ALIAS} <span class=\"icon i_help\" title=\"{TR_WILDCARD_ALIAS_TOOLTIP}\"></span></td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_yes\"{WILDCARD_ALIAS_YES} value=\"yes\">\n                    <label for=\"wildcard_alias_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_no\"{WILDCARD_ALIAS_NO} value=\"no\">\n                    <label for=\"wildcard_alias_no\">{TR_NO}</label>\n                </span>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <a class=\"link_as_button\" href=\"domains_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/backup.tpl",
    "content": "<script>\n    $(function () {\n        $(\"input[type=submit]\").on(\"click\", function () {\n            var input = this;\n            this.blur();\n            return jQuery.imscp.confirm(\"{TR_CONFIRM_MESSAGE}\", function (ret) {\n                if(ret) {\n                    $(input).closest(\"form\").submit();\n                }\n            });\n        });\n    });\n</script>\n<h2>{TR_DOWNLOAD_DIRECTION}</h2>\n<ul>\n    <li>{TR_FTP_LOG_ON}</li>\n    <li>{TR_SWITCH_TO_BACKUP}</li>\n    <li>{TR_DOWNLOAD_FILE} {TR_USUALY_NAMED}</li>\n</ul>\n<br/>\n<h2>{TR_RESTORE_BACKUP}</h2>\n<p>{TR_RESTORE_DIRECTIONS}</p>\n<form action=\"backup.php\" method=\"post\">\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"uaction\" value=\"bk_restore\">\n        <input type=\"submit\" name=\"Submit\" value=\"{TR_RESTORE}\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/cert_view.tpl",
    "content": "\n<script>\n    $(function () {\n        if (!$(\"#add_update\").length) {\n            <!-- BDP: ssl_certificate_disabled_fields -->\n            $(\"#selfsigned\").hide();\n            $(\"input,textarea\").prop(\"disabled\", true).trigger(\"change\");\n            <!-- EDP: ssl_certificate_disabled_fields -->\n        }\n\n        $(\"#allow_hsts_on,#allow_hsts_off\").on('change', function () {\n                if ($(\"#allow_hsts_on\").is(':checked')) {\n                    $(\"#tr_hsts_max_age_data, #tr_hsts_include_subdomains_data\").show();\n                } else {\n                    $(\"#tr_hsts_max_age_data, #tr_hsts_include_subdomains_data\").hide();\n                }\n            }\n        ).trigger(\"change\");\n\n        $(\"#selfsigned_on,#selfsigned_off\").on('change', function () {\n            if ($(\"#selfsigned_on\").is(\":checked\")) {\n                $(\".input_fields\").hide();\n            } else {\n                $(\".input_fields\").show();\n            }\n        });\n    });\n</script>\n<form name=\"ssl_cert_frm\" method=\"post\" action=\"cert_view.php?domain_id={DOMAIN_ID}&domain_type={DOMAIN_TYPE}\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_CERTIFICATE_DATA}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_CERT_FOR}</td>\n            <td>{DOMAIN_NAME}</td>\n        </tr>\n        <!-- BDP: ssl_certificate_status -->\n        <tr>\n            <td>{TR_STATUS}</td>\n            <td>{STATUS}</td>\n        </tr>\n        <!-- EDP: ssl_certificate_status -->\n        <!-- BDP: ssl_certificate_hsts -->\n        <tr>\n            <td><label>{TR_ALLOW_HSTS}</label></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"allow_hsts\" id=\"allow_hsts_on\" value=\"on\"{HSTS_CHECKED_ON}>\n                    <label for=\"allow_hsts_on\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"allow_hsts\" id=\"allow_hsts_off\" value=\"off\"{HSTS_CHECKED_OFF}>\n                    <label for=\"allow_hsts_off\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <tr id=\"tr_hsts_max_age_data\">\n            <td><label for=\"hsts_max_age\">{TR_HSTS_MAX_AGE}</label></td>\n            <td>\n                <input name=\"hsts_max_age\" id=\"hsts_max_age\" type=\"text\" value=\"{HSTS_MAX_AGE}\">\n                <span>{TR_SEC}</span>\n            </td>\n        </tr>\n        <tr id=\"tr_hsts_include_subdomains_data\">\n            <td>\n                <label>{TR_HSTS_INCLUDE_SUBDOMAINS}</label>\n                <span class=\"icon i_help\" title=\"{TR_HSTS_INCLUDE_SUBDOMAINS_TOOLTIP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio selfsigned\">\n                    <input type=\"radio\" name=\"hsts_include_subdomains\" id=\"hsts_include_subdomains_on\" value=\"on\"{HSTS_INCLUDE_SUBDOMAIN_ON}>\n                    <label for=\"hsts_include_subdomains_on\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"hsts_include_subdomains\" id=\"hsts_include_subdomains_off\" value=\"off\"{HSTS_INCLUDE_SUBDOMAIN_OFF}>\n                    <label for=\"hsts_include_subdomains_off\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: ssl_certificate_hsts -->\n        <!-- BDP: ssl_certificate_selfsigned -->\n        <tr id=\"selfsigned\">\n            <td><label>{TR_GENERATE_SELFSIGNED_CERTIFICAT}</label></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"selfsigned\" id=\"selfsigned_on\" value=\"on\">\n                    <label for=\"selfsigned_on\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"selfsigned\" id=\"selfsigned_off\" value=\"off\" checked>\n                    <label for=\"selfsigned_off\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: ssl_certificate_selfsigned -->\n        <!-- BDP: ssl_certificate_pk_pwd -->\n        <tr class=\"input_fields\">\n            <td><label for=\"passphrase\">{TR_PASSWORD}</label></td>\n            <td><input id=\"passphrase\" type=\"password\" name=\"passphrase\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        <!-- EDP: ssl_certificate_pk_pwd -->\n        <!-- BDP: ssl_certificate_certchain -->\n        <tr class=\"input_fields\">\n            <td><label for=\"private_key\">{TR_PRIVATE_KEY}</label></td>\n            <td><textarea name=\"private_key\" id=\"private_key\">{KEY_CERT}</textarea></td>\n        </tr>\n        <tr class=\"input_fields\">\n            <td><label for=\"certificate\">{TR_CERTIFICATE}</label></td>\n            <td><textarea name=\"certificate\" id=\"certificate\">{CERTIFICATE}</textarea></td>\n        </tr>\n        <tr class=\"input_fields\">\n            <td><label for=\"ca_bundle\">{TR_CA_BUNDLE}</label></td>\n            <td><textarea name=\"ca_bundle\" id=\"ca_bundle\">{CA_BUNDLE}</textarea></td>\n        </tr>\n        <!-- EDP: ssl_certificate_certchain -->\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <!-- BDP: ssl_certificate_actions -->\n        <!-- BDP: ssl_certificate_action_update -->\n        <input name=\"add_update\" id=\"add_update\" type=\"submit\" value=\"{TR_ACTION}\">\n        <!-- EDP: ssl_certificate_action_update -->\n        <!-- BDP: ssl_certificate_action_delete -->\n        <input name=\"delete\" id=\"delete\" type=\"submit\" value=\"{TR_DELETE}\">\n        <!-- EDP: ssl_certificate_action_delete -->\n        <input name=\"cert_id\" type=\"hidden\" value=\"{CERT_ID}\">\n        <!-- EDP: ssl_certificate_actions -->\n        <a class=\"link_as_button\" href=\"domains_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/dns_edit.tpl",
    "content": "\n<script>\n    <!-- BDP: add_record_js -->\n    $(function () {\n        $(\"#zone_id\").on(\"change\", function () {\n            $(\"#origin\").html($(this).find(\"option:selected\").text());\n        }).trigger('change');\n    });\n    <!-- EDP: add_record_js -->\n\n    var inputFields = [\n        'name', 'ip_address', 'ip_address_v6', 'srv_name', 'srv_protocol', 'srv_ttl', 'srv_prio',\n        'srv_weight', 'srv_host', 'srv_port', 'cname', 'txt_data'\n    ];\n    var inputFieldsLength = inputFields.length;\n\n    function dns_show_rows(inputFieldsToShow) {\n        for (var i = 0; i < inputFieldsLength; i++) {\n            var trName = 'tr_dns_' + inputFields[i];\n            var $o = $('#' + trName);\n\n            if ($.inArray(inputFields[i], inputFieldsToShow) !== -1) {\n                $o.show();\n            } else {\n                $o.hide();\n            }\n        }\n    }\n\n    function change_dns_type(value) {\n        if (value === 'A') {\n            dns_show_rows(['name', 'srv_ttl', 'ip_address']);\n        } else if (value === 'AAAA') {\n            dns_show_rows(['name', 'srv_ttl', 'ip_address_v6']);\n        } else if (value === 'MX') {\n            dns_show_rows(['name', 'srv_ttl', 'srv_prio', 'srv_host']);\n        } else if (value === 'NS') {\n            dns_show_rows(['name', 'srv_ttl', 'srv_host']);\n        } else if (value === 'CNAME') {\n            dns_show_rows(['name', 'srv_ttl', 'cname']);\n        } else if (value === 'SPF' || value === 'TXT') {\n            dns_show_rows(['name', 'srv_ttl', 'txt_data']);\n        } else if (value === 'SRV') {\n            dns_show_rows(['srv_name', 'srv_protocol', 'name', 'srv_ttl', 'srv_prio', 'srv_weight', 'srv_host', 'srv_port']);\n        }\n    }\n\n    var IPADDRESS = \"[0-9.]\";\n    var IPv6ADDRESS = \"[0-9a-f:A-F]\";\n    var NUMBERS = \"[0-9]\";\n\n    function filterChars(e, allowed) {\n        var keynum;\n        if (window.event) {\n            keynum = window.event.keyCode;\n            e = window.event;\n        } else if (e) {\n            keynum = e.which;\n        } else {\n            return true;\n        }\n\n        if ((keynum === 8) || (keynum === 0)) {\n            return true;\n        }\n\n        var keychar = String.fromCharCode(keynum);\n\n        if (e.ctrlKey && ((keychar === \"C\") || (keychar === \"c\") || (keychar === \"V\") || (keychar === \"v\"))) {\n            return true;\n        }\n\n        var regexp = new RegExp(allowed);\n        return regexp.test(keychar);\n    }\n\n    $(function () {\n        change_dns_type($(\"#dns_type\").val());\n    });\n</script>\n\n<p class=\"static_info\">\n    <?= tr('This interface allows you to add / edit custom DNS resource records.') ?>\n    <br><br>\n    <?= tr('$ORIGIN is automatically appended to unqualified names, hosts and canonical names.') ?><br>\n    <?= tr('If the name field is filled with the @ sign or left blank, it will be automatically substituted by $ORIGIN value.') ?>\n    <br>\n    <?= tr('$ORIGIN value is currently set to: %s', '<span id=\"origin\" style=\"font-weight:bold;\">{ORIGIN}</span>') ?>\n    <br><br>\n    <?= tr('If a custom DNS resource record clash with a default DNS resource record, that last will be skipped. This make possible to override default DNS resource records.') ?>\n    <br>\n    <?= tr('DNS round-robin is not supported. If you need it, please contact your administrator.') ?><br>\n</p>\n\n<form name=\"edit_dns_frm\" method=\"post\" action=\"{ACTION_MODE}\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_CUSTOM_DNS_RECORD}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>\n                <label for=\"zone_id\">{TR_ZONE}</label>\n                <span class=\"icon i_help\" title=\"{TR_ZONE_HELP}\"></span>\n            </td>\n            <td>\n                <select id=\"zone_id\" name=\"zone_id\"{SELECT_ZONES_ATTRS}>\n                    {SELECT_ZONES}\n                </select>\n            </td>\n        </tr>\n        <tr id=\"tr_dns_srv_name\">\n            <td><label for=\"dns_srv_name\">{TR_DNS_SRV_NAME}</label></td>\n            <td>\n                <input id=\"dns_srv_name\" type=\"text\" name=\"dns_srv_name\" value=\"{DNS_SRV_NAME}\" class=\"inputTitle\" placeholder=\"_sip\">\n            </td>\n        </tr>\n        <tr id=\"tr_dns_srv_protocol\">\n            <td><label for=\"srv_protocol\">{TR_DNS_SRV_PROTOCOL}</label></td>\n            <td>\n                <select name=\"srv_proto\" id=\"srv_protocol\">\n                    {SELECT_DNS_SRV_PROTOCOL}\n                </select>\n            </td>\n        </tr>\n        <tr id=\"tr_dns_name\">\n            <td><label for=\"dns_name\">{TR_DNS_NAME}</label></td>\n            <td><input id=\"dns_name\" type=\"text\" name=\"dns_name\" value=\"{DNS_NAME}\" class=\"inputTitle\"></td>\n        </tr>\n        <tr id=\"tr_dns_ttl\">\n            <td><label for=\"dns_ttl\">{TR_DNS_TTL}</label></td>\n            <td>\n                <input id=\"dns_ttl\" type=\"number\" min=\"60\" max=\"2147483647\" name=\"dns_ttl\" value=\"{DNS_TTL}\">\n                <span>{TR_SEC}</span>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"class\">{TR_DNS_CLASS}</label></td>\n            <td>\n                <select id=\"class\" name=\"class\">\n                    {SELECT_DNS_CLASS}\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"dns_type\">{TR_DNS_TYPE}</label></td>\n            <td>\n                <select id=\"dns_type\" onchange=\"change_dns_type(this.value)\" name=\"type\"{DNS_TYPE_DISABLED}>\n                    {SELECT_DNS_TYPE}\n                </select>\n            </td>\n        </tr>\n        <tr id=\"tr_dns_ip_address\">\n            <td><label for=\"dns_A_address\">{TR_DNS_IP_ADDRESS}</label></td>\n            <td><input id=\"dns_A_address\" type=\"text\" onkeypress=\"return filterChars(event, IPADDRESS);\" name=\"dns_A_address\" value=\"{DNS_ADDRESS}\" class=\"inputTitle\"></td>\n        </tr>\n        <tr id=\"tr_dns_ip_address_v6\">\n            <td><label for=\"dns_AAAA_address\">{TR_DNS_IP_ADDRESS_V6}</label></td>\n            <td><input id=\"dns_AAAA_address\" type=\"text\" onkeypress=\"return filterChars(event, IPv6ADDRESS);\" name=\"dns_AAAA_address\" value=\"{DNS_ADDRESS_V6}\" class=\"inputTitle\"></td>\n        </tr>\n        <tr id=\"tr_dns_srv_prio\">\n            <td><label for=\"dns_srv_prio\">{TR_DNS_SRV_PRIO}</label></td>\n            <td><input id=\"dns_srv_prio\" type=\"number\" min=\"0\" max=\"65535\" name=\"dns_srv_prio\" value=\"{DNS_SRV_PRIO}\"></td>\n        </tr>\n        <tr id=\"tr_dns_srv_weight\">\n            <td><label for=\"dns_srv_weight\">{TR_DNS_SRV_WEIGHT}</label></td>\n            <td><input id=\"dns_srv_weight\" type=\"number\" min=\"0\" max=\"65535\" name=\"dns_srv_weight\" value=\"{DNS_SRV_WEIGHT}\"></td>\n        </tr>\n        <tr id=\"tr_dns_srv_port\">\n            <td><label for=\"dns_srv_port\">{TR_DNS_SRV_PORT}</label></td>\n            <td><input id=\"dns_srv_port\" type=\"text\" onkeypress=\"return filterChars(event, NUMBERS);\" name=\"dns_srv_port\" value=\"{DNS_SRV_PORT}\"></td>\n        </tr>\n        <tr id=\"tr_dns_srv_host\">\n            <td><label for=\"dns_srv_host\">{TR_DNS_SRV_HOST}</label></td>\n            <td><input id=\"dns_srv_host\" type=\"text\" name=\"dns_srv_host\" value=\"{DNS_SRV_HOST}\" class=\"inputTitle\"></td>\n        </tr>\n        <tr id=\"tr_dns_cname\">\n            <td><label for=\"dns_cname\">{TR_DNS_CNAME}</label></td>\n            <td><input id=\"dns_cname\" type=\"text\" name=\"dns_cname\" value=\"{DNS_CNAME}\" class=\"inputTitle\"></td>\n        </tr>\n        <tr id=\"tr_dns_txt_data\">\n            <td><label for=\"dns_txt_data\">{TR_DNS_TXT_DATA}</label></td>\n            <td><textarea id=\"dns_txt_data\" name=\"dns_txt_data\" style=\"height:200px\">{DNS_TXT_DATA}</textarea></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <!-- BDP: form_edit_mode -->\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <!-- EDP: form_edit_mode -->\n        <!-- BDP: form_add_mode -->\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_ADD}\">\n        <!-- EDP: form_add_mode -->\n        <a class=\"link_as_button\" href=\"domains_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/domain_edit.tpl",
    "content": "\n<script>\n    $(function () {\n        $(\"input[name='url_forwarding']\").on('change', function () {\n            if ($(\"#url_forwarding_no\").is(':checked')) {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").hide();\n                $(\"#document_root\").show();\n            } else {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").show();\n                $(\"#document_root\").hide();\n            }\n        }).trigger('change');\n\n        $(\"input[name='forward_type']\").on('change', function () {\n            if ($(\"#forward_type_proxy\").is(':checked')) {\n                $(\".checkbox\").show();\n            } else {\n                $(\".checkbox\").hide();\n            }\n        }).trigger('change');\n    });\n</script>\n<form name=\"edit_domain_frm\" method=\"post\" action=\"domain_edit.php?id={DOMAIN_ID}\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_DOMAIN}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"domain_name\">{TR_DOMAIN_NAME}</label></td>\n            <td>\n                <span class=\"bold\">www.</span>\n                <input type=\"text\" name=\"domain_name\" id=\"domain_name\" value=\"{DOMAIN_NAME}\" readonly=\"readonly\">\n            </td>\n        </tr>\n        <!-- BDP: document_root_bloc -->\n        <tr id=\"document_root\">\n            <td>\n                <label for=\"ftp_directory\">{TR_DOCUMENT_ROOT}</label>\n                <span class=\"icon i_help\" title=\"{TR_DOCUMENT_ROOT_TOOLTIP}\"></span>\n            </td>\n            <td>\n                <span class=\"bold\">/htdocs</span>\n                <input type=\"text\" name=\"document_root\" id=\"ftp_directory\" class=\"textinput\" placeholder=\"/\" value=\"{DOCUMENT_ROOT}\">\n                <span class=\"icon i_bc_folder ftp_choose_dir clickable\">{TR_CHOOSE_DIR}</span>\n            </td>\n        </tr>\n        <!-- EDP: document_root_bloc -->\n        <tr>\n            <td>\n                {TR_URL_FORWARDING}\n                <span class=\"icon i_help\" title=\"{TR_URL_FORWARDING_TOOLTIP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_yes\"{FORWARD_URL_YES} value=\"yes\">\n                    <label for=\"url_forwarding_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_no\"{FORWARD_URL_NO} value=\"no\">\n                    <label for=\"url_forwarding_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <tr id=\"tr_url_forwarding_data\">\n            <td>{TR_FORWARD_TO_URL}</td>\n            <td>\n                <label for=\"forward_url_scheme\">\n                    <select name=\"forward_url_scheme\" id=\"forward_url_scheme\">\n                        <option value=\"http://\"{HTTP_YES}>{TR_HTTP}</option>\n                        <option value=\"https://\"{HTTPS_YES}>{TR_HTTPS}</option>\n                    </select>\n                </label>\n                <label><input name=\"forward_url\" type=\"text\" id=\"forward_url\" value=\"{FORWARD_URL}\"></label>\n            </td>\n        </tr>\n        <tr id=\"tr_type_forwarding_data\">\n            <td>{TR_FORWARD_TYPE}</td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_301\"{FORWARD_TYPE_301} value=\"301\">\n                    <label for=\"forward_type_301\">{TR_301}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_302\"{FORWARD_TYPE_302} value=\"302\">\n                    <label for=\"forward_type_302\">{TR_302}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_303\"{FORWARD_TYPE_303} value=\"303\">\n                    <label for=\"forward_type_303\">{TR_303}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_307\"{FORWARD_TYPE_307} value=\"307\">\n                    <label for=\"forward_type_307\">{TR_307}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_proxy\"{FORWARD_TYPE_PROXY} value=\"proxy\">\n                    <label for=\"forward_type_proxy\">{TR_PROXY}</label>\n                </span>\n                <span class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"forward_host\" id=\"forward_host\"{FORWARD_HOST}>\n                    <label for=\"forward_host\">{TR_PROXY_PRESERVE_HOST}</label>\n                </span>\n            </td>\n        </tr>\n        <tr>\n            <td>{TR_WILDCARD_ALIAS} <span class=\"icon i_help\" title=\"{TR_WILDCARD_ALIAS_TOOLTIP}\"></span></td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_yes\"{WILDCARD_ALIAS_YES} value=\"yes\">\n                    <label for=\"wildcard_alias_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_no\"{WILDCARD_ALIAS_NO} value=\"no\">\n                    <label for=\"wildcard_alias_no\">{TR_NO}</label>\n                </span>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <a class=\"link_as_button\" href=\"domains_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/domains_manage.tpl",
    "content": "<script>\n    function action_delete(link, recordType) {\n        if(link.href == '#') return false;\n\n        var msg;\n        switch (recordType) {\n            case 'als':\n                msg = imscp_i18n.core.als_delete_alert;\n                break;\n            case 'sub':\n                msg = imscp_i18n.core.sub_delete_alert;\n                break;\n            default:\n                msg = imscp_i18n.core.dns_delete_alert;\n        }\n\n        return jQuery.imscp.confirmOnclick(link, msg);\n    }\n\n    $(function () {\n        $(\".datatable\").dataTable({\n            language: imscp_i18n.core.dataTable,\n            displayLength: 10,\n            stateSave: true,\n            pagingType: \"simple\"\n        });\n    });\n</script>\n<h3 class=\"domains\"><span>{TR_DOMAINS}</span></h3>\n<!-- BDP: domain_list -->\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_NAME}</th>\n        <th>{TR_MOUNT_POINT}</th>\n        <th>{TR_DOCUMENT_ROOT}</th>\n        <th>{TR_REDIRECT}</th>\n        <th>{TR_STATUS}</th>\n        <th>{TR_SSL_STATUS}</th>\n        <th>{TR_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: domain_item -->\n    <tr>\n        <!-- BDP: domain_status_reload_true -->\n        <td>\n            <a href=\"http://{DOMAIN_NAME}/\" class=\"icon i_domain_icon\" target=\"_blank\" title=\"{DOMAIN_NAME}\">{DOMAIN_NAME}</a>\n            <!-- BDP: dmn_alt_url -->\n            <a href=\"http://{ALTERNATE_URL}\" target=\"_blank\" title=\"{ALTERNATE_URL_TOOLTIP}\"><small><strong>[{TR_ALT_URL}]</strong></small></a>\n            <!-- EDP: dmn_alt_url -->\n        </td>\n        <!-- EDP: domain_status_reload_true -->\n        <!-- BDP: domain_status_reload_false -->\n        <td>\n            <span class=\"tips icon i_domain_icon\" title=\"{DOMAIN_NAME}\">{DOMAIN_NAME}</span>\n        </td>\n        <!-- EDP: domain_status_reload_false -->\n        <td>{DOMAIN_MOUNT_POINT}</td>\n        <td>{DOMAIN_DOCUMENT_ROOT}</td>\n        <td>{DOMAIN_REDIRECT}</td>\n        <td>{DOMAIN_STATUS}</td>\n        <td>{DOMAIN_SSL_STATUS}</td>\n        <td>\n            <a href=\"{CERT_SCRIPT}\" class=\"icon i_edit\" title=\"{VIEW_CERT}\">{VIEW_CERT}</a>\n            <a class=\"icon i_edit\" href=\"{DOMAIN_EDIT_LINK}\" title=\"{DOMAIN_EDIT}\">{DOMAIN_EDIT}</a>\n        </td>\n    </tr>\n    <!-- EDP: domain_item -->\n    </tbody>\n</table>\n<!-- EDP: domains_list -->\n\n<!-- BDP: domain_aliases_block -->\n<h3 class=\"domains\"><span>{TR_DOMAIN_ALIASES}</span></h3>\n<!-- BDP: als_message -->\n<div class=\"static_info\">{ALS_MSG}</div>\n<!-- EDP: als_message -->\n<!-- BDP: als_list -->\n<table class=\"firstColFixed datatable\">\n    <thead>\n    <tr>\n        <th>{TR_NAME}</th>\n        <th>{TR_MOUNT_POINT}</th>\n        <th>{TR_DOCUMENT_ROOT}</th>\n        <th>{TR_REDIRECT}</th>\n        <th>{TR_STATUS}</th>\n        <th>{TR_SSL_STATUS}</th>\n        <th>{TR_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: als_item -->\n    <tr>\n        <!-- BDP: als_status_reload_true -->\n        <td>\n            <a href=\"http://{ALS_NAME}/\" class=\"icon i_domain_icon\" target=\"_blank\" title=\"{ALS_NAME}\">{ALS_NAME}</a>\n            <!-- BDP: als_alt_url -->\n            <a href=\"http://{ALTERNATE_URL}\" target=\"_blank\" title=\"{ALTERNATE_URL_TOOLTIP}\"><small><strong>[{TR_ALT_URL}]</strong></small></a>\n            <!-- EDP: als_alt_url -->\n        </td>\n        <!-- EDP: als_status_reload_true -->\n        <!-- BDP: als_status_reload_false -->\n        <td>\n            <span class=\"tips icon i_domain_icon\" title=\"{ALS_NAME}\">{ALS_NAME}</span>\n        </td>\n        <!-- EDP: als_status_reload_false -->\n        <td>{ALS_MOUNT_POINT}</td>\n        <td>{ALS_DOCUMENT_ROOT}</td>\n        <td>{ALS_REDIRECT}</td>\n        <td>{ALS_STATUS}</td>\n        <td>{ALS_SSL_STATUS}</td>\n        <td>\n            <a href=\"{CERT_SCRIPT}\" class=\"icon i_edit\" title=\"{VIEW_CERT}\">{VIEW_CERT}</a>\n            <a class=\"icon i_edit\" href=\"{ALS_EDIT_LINK}\" title=\"{ALS_EDIT}\">{ALS_EDIT}</a>\n            <a class=\"icon i_delete\" href=\"{ALS_ACTION_SCRIPT}\" onclick=\"return action_delete(this, 'als');\" title=\"{ALS_ACTION}\">{ALS_ACTION}</a>\n        </td>\n    </tr>\n    <!-- EDP: als_item -->\n    </tbody>\n</table>\n<!-- EDP: als_list -->\n<!-- EDP: domain_aliases_block -->\n\n<!-- BDP: subdomains_block -->\n<h3 class=\"domains\"><span>{TR_SUBDOMAINS}</span></h3>\n<!-- BDP: sub_message -->\n<div class=\"static_info\">{SUB_MSG}</div>\n<!-- EDP: sub_message -->\n<!-- BDP: sub_list -->\n<table class=\"firstColFixed datatable\">\n    <thead>\n    <tr>\n        <th>{TR_NAME}</th>\n        <th>{TR_MOUNT_POINT}</th>\n        <th>{TR_DOCUMENT_ROOT}</th>\n        <th>{TR_REDIRECT}</th>\n        <th>{TR_STATUS}</th>\n        <th>{TR_SSL_STATUS}</th>\n        <th>{TR_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: sub_item -->\n    <tr>\n        <!-- BDP: sub_status_reload_true -->\n        <td>\n            <a href=\"http://{SUB_NAME}.{SUB_ALIAS_NAME}/\" class=\"icon i_domain_icon\" target=\"_blank\" title=\"{SUB_NAME}.{SUB_ALIAS_NAME}\">{SUB_NAME}.{SUB_ALIAS_NAME}</a>\n            <!-- BDP: sub_alt_url -->\n            <a href=\"http://{ALTERNATE_URL}\" target=\"_blank\" title=\"{ALTERNATE_URL_TOOLTIP}\"><small><strong>[{TR_ALT_URL}]</strong></small></a>\n            <!-- EDP: sub_alt_url -->\n        </td>\n        <!-- EDP: sub_status_reload_true -->\n        <!-- BDP: sub_status_reload_false -->\n        <td><span class=\"tips icon i_domain_icon\" title=\"{SUB_NAME}.{SUB_ALIAS_NAME}\">{SUB_NAME}.{SUB_ALIAS_NAME}</span></td>\n        <!-- EDP: sub_status_reload_false -->\n        <td>{SUB_MOUNT_POINT}</td>\n        <td>{SUB_DOCUMENT_ROOT}</td>\n        <td>{SUB_REDIRECT}</td>\n        <td>{SUB_STATUS}</td>\n        <td>{SUB_SSL_STATUS}</td>\n        <td>\n            <a href=\"{CERT_SCRIPT}\" class=\"icon i_edit\" title=\"{VIEW_CERT}\">{VIEW_CERT}</a>\n            <a class=\"icon i_edit\" href=\"{SUB_EDIT_LINK}\" title=\"{SUB_EDIT}\">{SUB_EDIT}</a>\n            <a class=\"icon i_delete\" href=\"{SUB_ACTION_SCRIPT}\" onclick=\"return action_delete(this, 'sub');\">{SUB_ACTION}</a>\n        </td>\n    </tr>\n    <!-- EDP: sub_item -->\n    </tbody>\n</table>\n<!-- EDP: sub_list -->\n<!-- EDP: subdomains_block -->\n<!-- BDP: custom_dns_records_block -->\n<h3 class=\"domains\"><span>{TR_DNS}</span></h3>\n<!-- BDP: dns_message -->\n<div class=\"static_info\">{DNS_MSG}</div>\n<!-- EDP: dns_message -->\n<!-- BDP: dns_list -->\n<table class=\"firstColFixed datatable\">\n    <thead>\n    <tr>\n        <th>{TR_ZONE}</th>\n        <th>{TR_DNS_NAME}</th>\n        <th>{TR_TTL}</th>\n        <th>{TR_DNS_CLASS}</th>\n        <th>{TR_DNS_TYPE}</th>\n        <th>{TR_DNS_DATA}</th>\n        <th>{TR_DNS_STATUS}</th>\n        <th>{TR_DNS_ACTION}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: dns_item -->\n    <tr>\n        <td><span class=\"icon i_domain_icon\">{DNS_DOMAIN}</span></td>\n        <td>{DNS_NAME}</td>\n        <td>{DNS_TTL}</td>\n        <td>{DNS_CLASS}</td>\n        <td>{DNS_TYPE}</td>\n        <td><span class=\"tips\" title=\"{LONG_DNS_DATA}\">{SHORT_DNS_DATA}</span></td>\n        <td><span class=\"tips\" title=\"{LONG_DNS_STATUS}\">{SHORT_DNS_STATUS}</span></td>\n        <td>\n            <!-- BDP: dns_edit_link -->\n            <a class=\"icon i_edit\" href=\"{DNS_ACTION_SCRIPT_EDIT}\" title=\"{DNS_ACTION_EDIT}\">{DNS_ACTION_EDIT}</a>\n            <!-- EDP: dns_edit_link -->\n            <!-- BDP: dns_delete_link -->\n            <a href=\"{DNS_ACTION_SCRIPT_DELETE}\" class=\"icon i_delete\" onclick=\"return action_delete(this, 'dns');\" title=\"{DNS_ACTION_DELETE}\">{DNS_ACTION_DELETE}</a>\n            <!-- EDP: dns_delete_link -->\n        </td>\n    </tr>\n    <!-- EDP: dns_item -->\n    </tbody>\n</table>\n<!-- EDP: dns_list -->\n<!-- EDP: custom_dns_records_block -->\n"
  },
  {
    "path": "gui/themes/default/client/error_edit.tpl",
    "content": "\n<form name=\"error_edit\" method=\"post\" action=\"error_edit.php\">\n    <label><textarea name=\"error\" id=\"error\">{ERROR}</textarea></label>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"eid\" value=\"{EID}\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_SAVE}\">\n        <a class=\"link_as_button\" href=\"error_pages.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/error_pages.tpl",
    "content": "\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_ERROR_PAGES}</th>\n    </tr>\n    </thead>\n    <tr>\n        <td><span class=\"icon big i_error401\">{TR_ERROR_401}</span></td>\n        <td>\n            <a href=\"error_edit.php?eid=401\" class=\"icon i_edit\">{TR_EDIT}</a>\n            <a href=\"{DOMAIN}/errors/401.html\" target=\"_blank\" class=\"icon i_document\">{TR_VIEW}</a>\n        </td>\n    </tr>\n    <tr>\n        <td><span class=\"icon big i_error403\">{TR_ERROR_403}</span></td>\n        <td>\n            <a href=\"error_edit.php?eid=403\" class=\"icon i_edit\">{TR_EDIT}</a>\n            <a href=\"{DOMAIN}/errors/403.html\" target=\"_blank\" class=\"icon i_document\">{TR_VIEW}</a>\n        </td>\n    </tr>\n    <tr>\n        <td><span class=\"icon big i_error404\">{TR_ERROR_404}</span></td>\n        <td>\n            <a href=\"error_edit.php?eid=404\" class=\"icon i_edit\">{TR_EDIT}</a>\n            <a href=\"{DOMAIN}/errors/404.html\" target=\"_blank\" class=\"icon i_document\">{TR_VIEW}</a>\n        </td>\n    </tr>\n    <tr>\n        <td><span class=\"icon big i_error500\">{TR_ERROR_500}</span></td>\n        <td>\n            <a href=\"error_edit.php?eid=500\" class=\"icon i_edit\">{TR_EDIT}</a>\n            <a href=\"{DOMAIN}/errors/500.html\" target=\"_blank\" class=\"icon i_document\">{TR_VIEW}</a>\n        </td>\n    </tr>\n    <tr>\n        <td><span class=\"icon big i_error503\">{TR_ERROR_503}</span></td>\n        <td>\n            <a href=\"error_edit.php?eid=503\" class=\"icon i_edit\">{TR_EDIT}</a>\n            <a href=\"{DOMAIN}/errors/503.html\" target=\"_blank\" class=\"icon i_document\">{TR_VIEW}</a>\n        </td>\n    </tr>\n</table>\n"
  },
  {
    "path": "gui/themes/default/client/ftp_accounts.tpl",
    "content": "\n<!-- BDP: ftp_accounts -->\n<script>\n    $(function () {\n        $('.datatable').dataTable(\n            {\n                language: imscp_i18n.core.dataTable,\n                stateSave: true,\n                pagingType: \"simple\",\n                columnDefs: [\n                    {type: \"natural\", targets: [1]}\n                ]\n            }\n        );\n\n        $(\".i_delete\").on('click', function () {\n            return jQuery.imscp.confirmOnclick(this, sprintf(imscp_i18n.core.deletion_confirm_msg, $(this).data(\"userid\")));\n        });\n    })\n</script>\n<table class=\"datatable\">\n    <thead>\n    <tr>\n        <th>{TR_FTP_ACCOUNT}</th>\n        <th>{TR_FTP_ACCOUNT_STATUS}</th>\n        <th>{TR_FTP_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_FTP_ACCOUNT}</td>\n        <td>{TR_FTP_ACCOUNT_STATUS}</td>\n        <td>{TR_FTP_ACTIONS}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: ftp_item -->\n    <tr>\n        <td>{FTP_ACCOUNT}</td>\n        <td>{FTP_ACCOUNT_STATUS}</td>\n        <td>\n            <!-- BDP: ftp_actions -->\n            <a href=\"ftp_edit.php?id={UID}\" class=\"icon i_edit\">{TR_EDIT}</a>\n            <a href=\"ftp_delete.php?id={UID}\" class=\"icon i_delete\" data-userid=\"{UID}\">{TR_DELETE}</a>\n            <!-- EDP: ftp_actions -->\n        </td>\n    </tr>\n    <!-- EDP: ftp_item -->\n    </tbody>\n</table>\n<!-- EDP: ftp_accounts -->\n"
  },
  {
    "path": "gui/themes/default/client/ftp_add.tpl",
    "content": "\n<script>\n    $(function () {\n        $('#domain_type').change(function () {\n            $.post(\n                \"ftp_add.php\",\n                { \"domain_type\": this.value },\n                function (data) {\n                    var select = $(\"#domain_name\");\n                    select.empty();\n                    for (var i = 0; i < data.length; i++) {\n                        select.append('<option value=\"' + data[i].domain_name_val + '\">' + data[i].domain_name + '</option>');\n                    }\n                },\n                \"json\"\n            );\n        });\n    });\n</script>\n<form name=\"add_ftp_account_frm\" method=\"post\" action=\"ftp_add.php\" autocomplete=\"off\">\n    <table>\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_FTP_ACCOUNT_DATA}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"domain_type\">{TR_DOMAIN_TYPE_LABEL}</label></td>\n            <td>\n                <select id=\"domain_type\" name=\"domain_type\">\n                    <!-- BDP: domain_types -->\n                    <option value=\"{DOMAIN_TYPE}\"{DOMAIN_TYPE_SELECTED}>{TR_DOMAIN_TYPE}</option>\n                    <!-- EDP: domain_types -->\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"username\">{TR_USERNAME}</label></td>\n            <td>\n                <input type=\"text\" id=\"username\" name=\"username\" value=\"{USERNAME}\">\n                <label for=\"domain_name\">@</label>\n                <select id=\"domain_name\" name=\"domain_name\">\n                    <!-- BDP: domain_list -->\n                    <option value=\"{DOMAIN_NAME_VAL}\"{DOMAIN_NAME_SELECTED}>{DOMAIN_NAME}</option>\n                    <!-- EDP: domain_list -->\n                </select>\n\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"password\">{TR_PASSWORD}</label></td>\n            <td><input type=\"password\" id=\"password\" name=\"password\" value=\"\" class=\"pwd_generator pwd_prefill\" autocomplete=\"new-password\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\">{TR_PASSWORD_REPEAT}</label></td>\n            <td><input type=\"password\" id=\"cpassword\" name=\"password_repeat\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"ftp_directory\">{TR_HOME_DIR}</label></td>\n            <td>\n                <input type=\"text\" id=\"ftp_directory\" name=\"home_dir\" value=\"{HOME_DIR}\">\n                <span class=\"icon i_bc_folder ftp_choose_dir clickable\">{TR_CHOOSE_DIR}</span>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_ADD}\">\n        <a class=\"link_as_button\" href=\"ftp_accounts.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/ftp_choose_dir.tpl",
    "content": "\n<!-- BDP: page_message -->\n<div class=\"{MESSAGE_CLS}\">{MESSAGE}</div>\n<!-- EDP: page_message -->\n<!-- BDP: ftp_chooser -->\n<div class=\"ftp_chooser\">\n    <table class=\"firstColFixed\">\n        <tbody>\n        <!-- BDP: dir_item -->\n        <tr>\n            <td style=\"width:80%\">\n                <span data-link=\"{LINK}\" class=\"icon i_bc_{ICON} ftp_choose_dir clickable\">{DIR_NAME}</span>\n            </td>\n            <td>\n                <!-- BDP: action_link -->\n                <span data-directory=\"{DIRECTORY}\" class=\"ftp_choose_dir clickable\" title=\"{TOOLTIP_CHOOSE}\">{CHOOSE}</span>\n                <!-- EDP: action_link -->\n            </td>\n        </tr>\n        <!-- EDP: dir_item -->\n        </tbody>\n    </table>\n</div>\n<!-- EDP: ftp_chooser -->\n"
  },
  {
    "path": "gui/themes/default/client/ftp_edit.tpl",
    "content": "\n<form name=\"edit_ftp_account_frm\" method=\"post\" action=\"ftp_edit.php?id={ID}\" autocomplete=\"off\">\n    <table>\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_FTP_USER_DATA}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"username\">{TR_USERNAME}</label></td>\n            <td><input id=\"username\" type=\"text\" name=\"username\" value=\"{USERNAME}\" disabled=\"disabled\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"password\">{TR_PASSWORD}</label></td>\n            <td><input id=\"password\" type=\"password\" name=\"password\" class=\"pwd_generator\" value=\"\" autocomplete=\"new-password\">\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\">{TR_PASSWORD_REPEAT}</label></td>\n            <td><input id=\"cpassword\" type=\"password\" name=\"password_repeat\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"ftp_directory\">{TR_HOME_DIR}</label></td>\n            <td>\n                <input type=\"text\" id=\"ftp_directory\" name=\"home_dir\" value=\"{HOME_DIR}\">\n                <span class=\"icon i_bc_folder ftp_choose_dir clickable\">{TR_CHOOSE_DIR}</span>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_CHANGE}\">\n        <a class=\"link_as_button\" href=\"ftp_accounts.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/index.tpl",
    "content": "\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_DOMAIN_ACCOUNT}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_ACCOUNT_NAME} / {TR_DOMAIN_NAME}</td>\n        <td>{DOMAIN_NAME}</td>\n    </tr>\n    <tr>\n        <td>{TR_CREATE_DATE}</td>\n        <td>{CREATE_DATE}</td>\n    </tr>\n    <tr>\n        <td>{TR_DOMAIN_EXPIRES_DATE}</td>\n        <td>{DOMAIN_REMAINING_TIME} {DOMAIN_EXPIRES_DATE}</td>\n    </tr>\n    </tbody>\n</table>\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_FEATURE}</th>\n        <th>{TR_FEATURE_STATUS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_DOMAIN_FEATURE}</td>\n        <td>{DOMAIN_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_DOMAIN_ALIASES_FEATURE}</td>\n        <td>{DOMAIN_ALIASES_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_SUBDOMAINS_FEATURE}</td>\n        <td>{SUBDOMAINS_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_FTP_ACCOUNTS_FEATURE}</td>\n        <td>{FTP_ACCOUNTS_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_MAIL_ACCOUNTS_FEATURE}</td>\n        <td>{MAIL_ACCOUNTS_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_MAIL_QUOTA}</td>\n        <td>{EMAIL_QUOTA_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_SQL_DATABASES_FEATURE}</td>\n        <td>{SQL_DATABASE_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_SQL_USERS_FEATURE}</td>\n        <td>{SQL_USERS_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_PHP_SUPPORT_FEATURE}</td>\n        <td>{PHP_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_PHP_DIRECTIVES_EDITOR_SUPPORT_FEATURE}</td>\n        <td>{PHP_DIRECTIVES_EDITOR_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_CGI_SUPPORT_FEATURE}</td>\n        <td>{CGI_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_CUSTOM_DNS_RECORDS_FEATURE}</td>\n        <td>{CUSTOM_DNS_RECORDS_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_EXTERNAL_MAIL_SERVER_FEATURE}</td>\n        <td>{EXTERNAL_MAIL_SERVERS_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_APP_INSTALLER_FEATURE}</td>\n        <td>{APP_INSTALLER_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_WEBSTATS_FEATURE}</td>\n        <td>{WEBSTATS_FEATURE_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_BACKUP_FEATURE}</td>\n        <td>{BACKUP_FEATURE_STATUS}</td>\n    </tr>\n    </tbody>\n</table>\n<h2 class=\"traffic\"><span>{TR_TRAFFIC_USAGE}</span></h2>\n<!-- BDP: traffic_warning -->\n<div class=\"warning\">{TR_TRAFFIC_WARNING}</div>\n<!-- EDP: traffic_warning -->\n<div class=\"graph\">\n    <span style=\"width:{TRAFFIC_PERCENT_WIDTH}%\">&nbsp;</span>\n    <strong>{TRAFFIC_PERCENT}%</strong>\n</div>\n<p>{TRAFFIC_USAGE_DATA}</p>\n<h2 class=\"diskusage\"><span>{TR_DISK_USAGE}</span></h2>\n<!-- BDP: disk_warning -->\n<div class=\"warning\">{TR_DISK_WARNING}</div>\n<!-- EDP: disk_warning -->\n<div class=\"graph\">\n    <span style=\"width:{DISK_PERCENT_WIDTH}%\">&nbsp;</span>\n    <strong>{DISK_PERCENT}%</strong>\n</div>\n<p>{DISK_USAGE_DATA}</p>\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_DISK_USAGE_DETAIL}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_DISK_FILE_USAGE}</td>\n        <td>{DISK_FILESIZE}</td>\n    </tr>\n    <tr>\n        <td>{TR_DISK_DATABASE_USAGE}</td>\n        <td>{DISK_SQLSIZE}</td>\n    </tr>\n    <tr>\n        <td>{TR_DISK_MAIL_USAGE}</td>\n        <td>{DISK_MAILSIZE}</td>\n    </tr>\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/client/language.tpl",
    "content": "\n<!-- BDP: languages_available -->\n<form action=\"language.php\" method=\"post\" id=\"client_language_frm\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_LANGUAGE}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"def_language\">{TR_CHOOSE_LANGUAGE}</label></td>\n            <td>\n                <select name=\"def_language\" id=\"def_language\">\n                    <!-- BDP: def_language -->\n                    <option value=\"{LANG_VALUE}\" {LANG_SELECTED}>{LANG_NAME}</option>\n                    <!-- EDP: def_language -->\n                </select>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"submit\" name=\"Submit\" value=\"{TR_UPDATE}\">\n    </div>\n</form>\n<!-- EDP: languages_available -->\n"
  },
  {
    "path": "gui/themes/default/client/layout.tpl",
    "content": "\n<!-- BDP: layout_colors_block -->\n<form method=\"post\" action=\"layout.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_LAYOUT_COLOR}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"layoutColor\">{TR_CHOOSE_LAYOUT_COLOR}</label></td>\n            <td>\n                <select name=\"layoutColor\" id=\"layoutColor\">\n                    <!-- BDP: layout_color_block -->\n                    <option value=\"{COLOR}\" {SELECTED_COLOR}>{COLOR}</option>\n                    <!-- EDP: layout_color_block -->\n                </select>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"uaction\" value=\"changeLayoutColor\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n    </div>\n</form>\n<!-- EDP: layout_colors_block -->\n<form method=\"post\" action=\"layout.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_OTHER_SETTINGS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"mainMenuShowLabels\">{TR_MAIN_MENU_SHOW_LABELS}</label></td>\n            <td>\n                <select name=\"mainMenuShowLabels\" id=\"mainMenuShowLabels\">\n                    <option value=\"0\"{MAIN_MENU_SHOW_LABELS_OFF}>{TR_DISABLED}</option>\n                    <option value=\"1\"{MAIN_MENU_SHOW_LABELS_ON}>{TR_ENABLED}</option>\n                </select>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"uaction\" value=\"changeShowLabels\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/mail_accounts.phtml",
    "content": "<!-- BDP: mail_feature -->\n<script>\n    function action_delete(link, subject) {\n        return jQuery.imscp.confirmOnclick(link, sprintf(\"<?= tojs(tr('Are you sure you want to delete this %%s account?')); ?>\", subject));\n    }\n\n    $(function () {\n        var $oTable = $('.datatable').dataTable(\n            {\n                language: <?= getDataTablesPluginTranslations(); ?>,\n                displayLength: 10,\n                stateSave: true,\n                columnDefs: [ { sortable: false, targets: [5] }],\n                pagingType: \"simple\"\n            }\n        );\n\n        $(\".dataTables_paginate\").click(function () {\n            if ($oTable.find(\"tbody input[type=checkbox]:checked\").length === $(\"tbody input[type=checkbox]:not(':disabled')\").length) {\n                $oTable.find(\"thead input[type=checkbox],tfoot input[type=checkbox]\").prop('checked', true);\n            } else {\n                $oTable.find(\"thead input[type=checkbox],tfoot input[type=checkbox]\").prop('checked', false);\n            }\n        });\n\n        $oTable.find(\"tbody\").on(\"click\", \"input[type=checkbox]:not(':disabled')\", function () {\n            if ($(this).find(\"input[type=checkbox]:checked\").length === $(\"tbody input[type=checkbox]:not(':disabled')\").length) {\n                $oTable.find(\"thead input[type=checkbox],tfoot input[type=checkbox]\").prop('checked', true);\n            } else {\n                $oTable.find(\"thead input[type=checkbox],tfoot input[type=checkbox]\").prop('checked', false);\n            }\n        });\n\n        $oTable.find(\"thead :checkbox, tfoot input[type=checkbox]\").click(function (e) {\n            if ($oTable.find(\"tbody input[type=checkbox]:not(':disabled')\").length !== 0) {\n                $oTable.find(\"input[type=checkbox]:not(':disabled')\").prop('checked', $(this).is(':checked'));\n            } else {\n                e.preventDefault();\n            }\n        });\n\n        $(\"input[type=submit]\").click(function () {\n            var input = this;\n            input.blur();\n\n            if($(\"input[type=checkbox]:checked\", $oTable.fnGetNodes()).length < 1) {\n                alert(\"<?= tojs(tr('You must select at least one mail account to delete.')); ?>\");\n                return false;\n            }\n\n            return jQuery.imscp.confirm(\"<?= tojs(tr('Are you sure you want to delete all selected mail accounts?')); ?>\", function(ret) {\n                if(ret) {\n                    $(input).closest(\"form\").submit();\n                }\n            });\n        });\n    });\n</script>\n<!-- BDP: mail_accounts -->\n<form action=\"mail_delete.php\" method=\"post\">\n    <table class=\"datatable\">\n        <thead>\n        <tr>\n            <th><?= tohtml(tr('Mail')); ?></th>\n            <th><?= tohtml(tr('Type')); ?></th>\n            <th><?= tohtml(tr('Quota info')); ?></th>\n            <th><?= tohtml(tr('Status')); ?></th>\n            <th><?= tohtml(tr('Actions')); ?></th>\n            <th style=\"width:21px\">\n                <label><input type=\"checkbox\"></label>\n            </th>\n        </tr>\n        </thead>\n        <tfoot>\n        <tr>\n            <td colspan=\"5\"><?= tohtml(tr('Total accounts: %s / %s', '{MAIL_TOTAL_MAIL_ACCOUNTS}', '{MAIL_ACCOUNTS_LIMIT}')); ?></td>\n            <td style=\"width:21px\">\n                <label><input type=\"checkbox\"></label>\n            </td>\n        </tr>\n        </tfoot>\n        <tbody>\n        <!-- BDP: mail_account -->\n        <tr>\n            <td>\n                <!--email_off-->\n                <span class=\"icon i_mail_icon\">{MAIL_ACCOUNT_ADDR}</span>\n                <!--/email_off-->\n                <!-- BDP: mail_account_autoresponder -->\n                <div>\n                    <?= tohtml(tr('Autoresponder')); ?>:\n                    <!-- BDP: mail_account_autoresponder_activation_link -->\n                    <a href=\"mail_autoresponder_enable.php?id={MAIL_ACCOUNT_ID}\" class=\"icon i_reload\" title=\"<?= tohtml(tr('Activate', 'htmlAttr')); ?>\"><?= tohtml(tr('Activate')); ?></a>\n                    <!-- EDP: mail_account_autoresponder_activation_link -->\n                    <!-- BDP: mail_account_autoresponder_deactivation_link -->\n                    <a href=\"mail_autoresponder_disable.php?id={MAIL_ACCOUNT_ID}\" class=\"icon i_reload\" title=\"<?= tohtml(tr('Deactivate', 'htmlAttr')); ?>\"><?= tohtml(tr('Deactivate')); ?></a>\n                    <!-- EDP: mail_account_autoresponder_deactivation_link -->\n                    <a href=\"mail_autoresponder_edit.php?id={MAIL_ACCOUNT_ID}\" class=\"icon i_edit\" title=\"<?= tohtml(tr('Edit', 'htmlAttr')); ?>\"><?= tohtml(tr('Edit')); ?></a>\n                </div>\n                <!-- EDP: mail_account_autoresponder -->\n            </td>\n            <td>\n                <strong>{MAIL_ACCOUNT_TYPE}</strong>\n                <!-- BDP: mail_account_forward_list -->\n                <!--email_off-->\n                <br><span class=\"tips\" title=\"{MAIL_ACCOUNT_LONG_FORWARD_LIST}\">{MAIL_ACCOUNT_SHORT_FORWARD_LIST}</span>\n                <!--/email_off-->\n                <!-- EDP: mail_account_forward_list -->\n            </td>\n            <td>\n                <!-- BDP: mail_account_no_quota_warning -->\n                {MAIL_ACCOUNT_QUOTA_INFO}\n                <!-- EDP: mail_account_no_quota_warning -->\n                <!-- BDP: mail_account_quota_warning -->\n                <span style=\"color:red\">{MAIL_ACCOUNT_QUOTA_INFO}</span>\n                <!-- EDP: mail_account_quota_warning -->\n            </td>\n            <td>{MAIL_ACCOUNT_STATUS}</td>\n            <td>\n                <!-- BDP: mail_account_action_links -->\n                <!-- BDP: mail_account_edit_link -->\n                <a href=\"mail_edit.php?id={MAIL_ACCOUNT_ID}\" class=\"icon i_edit\" title=\"<?= tohtml(tr('Edit'), 'htmlAttr'); ?>\"><?= tohtml(tr('Edit')); ?></a>\n                <!-- EDP: mail_account_edit_link -->\n                <!-- BDP: mail_account_delete_link -->\n                <a href=\"mail_delete.php?id={MAIL_ACCOUNT_ID}\" class=\"icon i_delete\" onclick=\"return action_delete(this, '<?= tojs(tr('mail')); ?>')\" title=\"<?= tohtml(tr('Delete'), 'htmlAttr'); ?>\"><?= tohtml(tr('Delete')); ?></a>\n                <!-- EDP: mail_account_delete_link -->\n                <!-- BDP: mail_catchall_account_delete_link -->\n                <a href=\"mail_catchall_delete.php?id={MAIL_ACCOUNT_ID}\" class=\"icon i_delete\" onclick=\"return action_delete(this, '<?= tojs(tr('catch-all')); ?>')\" title=\"<?= tohtml(tr('Delete'), 'htmlAttr'); ?>\"><?= tohtml(tr('Delete')); ?></a>\n                <!-- EDP: mail_catchall_account_delete_link -->\n                <!-- BDP: mail_protected_mail_account -->\n                <span class=\"icon i_lock\" title=\"<?= tohtml(tr('This mail account is protected against both edition and deletion.'), 'htmlAttr'); ?>\"></span>\n                <!-- EDP: mail_protected_mail_account -->\n                <!-- EDP: mail_account_action_links -->\n            </td>\n            <td>\n                <label><input type=\"checkbox\" name=\"id[]\" value=\"{MAIL_ACCOUNT_ID}\"{MAIL_ACCOUNT_DISABLED_DELETION_CHECKBOX}></label>\n            </td>\n        </tr>\n        <!-- EDP: mail_account -->\n        </tbody>\n        <tbody>\n        <tr style=\"background-color:#b0def5\">\n            <td colspan=\"6\">\n                <div class=\"buttons\">\n                    <!-- BDP: mail_show_default_mail_accounts_link -->\n                    <a href=\"/client/mail_accounts.php?show_default_mail_accounts=1\" title=\"<?= tohtml(tr('Show default mail accounts'), 'htmlAttr');?>\" class=\"link_as_button\"><?= tohtml(tr('Show default mail accounts')) ;?></a>\n                    <!-- EDP: mail_show_default_mail_accounts_link -->\n                    <!-- BDP: mail_hide_default_mail_accounts_link -->\n                    <a href=\"/client/mail_accounts.php?show_default_mail_accounts=0\" title=\"<?= tohtml(tr('Hide default mail accounts'), 'htmlAttr');?>\" class=\"link_as_button\"><?= tohtml(tr('Hide default mail accounts')); ?></a>\n                    <!-- EDP: mail_hide_default_mail_accounts_link -->\n                    <!-- BDP: mail_sync_quota_info_link -->\n                    <a href=\"/client/mail_accounts.php?sync_quota_info=1\" title=\"<?= tohtml(tr('Force synching of mailboxes quota info. Quota info are automatically synced every 5 minutes.'), 'htmlAttr');?>\" class=\"link_as_button\"><?= tohtml(tr('Sync quota info')); ?></a>\n                    <!-- EDP: mail_sync_quota_info_link -->\n                    <!-- BDP: mail_delete_selected_items_button -->\n                    <input type=\"submit\" name=\"Submit\" value=\"<?= tr('Delete selected mail accounts', 'htmlAttr');?>\">\n                    <!-- EDP: mail_delete_selected_items_button -->\n                </div>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n</form>\n<!-- EDP: mail_accounts -->\n<!-- EDP: mail_feature -->\n"
  },
  {
    "path": "gui/themes/default/client/mail_add.tpl",
    "content": "<script>\n    $(function () {\n        function fixQuotaField() {\n            // Make sure that hidden quota field will pass browser validations on submit\n            var $quotaInput = $(\"#quota\");\n            var quotaInputValue = parseInt($quotaInput.val());\n            var quotaInputMinValue = parseInt($quotaInput.attr('min'));\n            var quotaInputMaxValue = parseInt($quotaInput.attr('max'));\n\n            if (isNaN(quotaInputValue)\n                || quotaInputValue < quotaInputMinValue\n                || quotaInputValue > quotaInputMaxValue\n            ) {\n                $quotaInput.val(quotaInputMinValue);\n            }\n        }\n\n        if(imscp_i18n.core.mail_add_forward_only) {\n            $(\"#forward\").prop('checked', true).closest('tr').hide();\n            $(\"#tr_forward_list\").show();\n            $(\"#tr_password, #tr_password_rep, #tr_quota\").hide();\n            fixQuotaField();\n        } else {\n            $(\"input[name='account_type']\").on('change', function () {\n                    fixQuotaField();\n\n                    if ($(this).val() === '1') { // Normal mail account\n                        $(\"#tr_password, #tr_password_rep, #tr_quota\").show();\n                        $(\"#tr_forward_list\").hide();\n                        return;\n                    }\n\n                    if ($(this).val() === '2') { // Forward only mail account\n                        $(\"#tr_forward_list\").show();\n                        $(\"#tr_password, #tr_password_rep, #tr_quota\").hide();\n                        return;\n                    }\n\n                    // Normal + Forward mail account\n                    $(\"#tr_password, #tr_password_rep, #tr_quota\").show();\n                    $(\"#tr_forward_list\").show();\n                }\n            ).parent().find(':checked').trigger('change'); // Initialize form\n        }\n    });\n</script>\n<form name=\"client_mail_add\" action=\"mail_add.php\" method=\"post\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_MAIl_ACCOUNT_DATA}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_MAIL_ACCOUNT_TYPE}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"account_type\" id=\"normal\" value=\"1\"{NORMAL_CHECKED}>\n                    <label for=\"normal\">{TR_NORMAL_MAIL}</label>\n                    <input type=\"radio\" name=\"account_type\" id=\"forward\" value=\"2\"{FORWARD_CHECKED}>\n                    <label for=\"forward\">{TR_FORWARD_MAIL}</label>\n                    <input type=\"radio\" name=\"account_type\" id=\"normal_forward\" value=\"3\"{NORMAL_FORWARD_CHECKED}>\n                    <label for=\"normal_forward\">{TR_FORWARD_NORMAL_MAIL}</label>\n                </div>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"username\">{TR_USERNAME}</label></td>\n            <td><input type=\"text\" name=\"username\" id=\"username\" value=\"{USERNAME}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"domain_name\">{TR_DOMAIN_NAME}</label></td>\n            <td>\n                <select name=\"domain_name\" id=\"domain_name\">\n                    <!-- BDP: domain_name_item -->\n                    <option value=\"{DOMAIN_NAME}\"{DOMAIN_NAME_SELECTED}>{DOMAIN_NAME_UNICODE}</option>\n                    <!-- EDP: domain_name_item -->\n                </select>\n            </td>\n        </tr>\n        <tr id=\"tr_password\">\n            <td><label for=\"password\">{TR_PASSWORD}</label></td>\n            <td><input id=\"password\" type=\"password\" name=\"password\" value=\"\" class=\"pwd_generator pwd_prefill\" autocomplete=\"new-password\"></td>\n        </tr>\n        <tr id=\"tr_password_rep\">\n            <td><label for=\"cpassword\">{TR_PASSWORD_REPEAT}</label></td>\n            <td><input id=\"cpassword\" type=\"password\" name=\"password_rep\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        <tr id=\"tr_quota\">\n            <td><label for=\"quota\">{TR_QUOTA}</label></td>\n            <td><input name=\"quota\" id=\"quota\" type=\"number\" min=\"{MIN_QUOTA}\" max=\"{MAX_QUOTA}\" value=\"{QUOTA}\"></td>\n        </tr>\n        <tr id=\"tr_forward_list\">\n            <td>\n                <label for=\"forward_list\">{TR_FORWARD_TO}</label>\n                <span class=\"icon i_help\" id=\"fwd_help\" title=\"{TR_FWD_HELP}\"></span>\n            </td>\n            <td><textarea name=\"forward_list\" id=\"forward_list\">{FORWARD_LIST}</textarea></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"submit\" name=\"Submit\" value=\"{TR_ADD}\">\n        <a href=\"mail_accounts.php\" class=\"link_as_button\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/mail_autoresponder.tpl",
    "content": "\n<form action=\"\" method=\"post\" id=\"update_autoresponder_message\">\n    <h3><label for=\"autoresponder_message\">{TR_AUTORESPONDER_MESSAGE}</label></h3>\n    <textarea id=\"autoresponder_message\" name=\"autoresponder_message\">{AUTORESPONDER_MESSAGE}</textarea>\n    <div class=\"buttons\">\n        <input type=\"submit\" name=\"Submit\" value=\"{TR_ACTION}\">\n        <a class=\"link_as_button\" href=\"mail_accounts.php\">{TR_CANCEL}</a>\n        <input type=\"hidden\" name=\"id\" value=\"{MAIL_ACCOUNT_ID}\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/mail_catchall.phtml",
    "content": "<script>\n    function action_delete(link) {\n        return jQuery.imscp.confirmOnclick(link, \"<?= tojs(tr('Are you sure you want to delete this catch-all account?')); ?>\");\n    }\n\n    $(function () {\n        $('.datatable').dataTable({\n            language: <?= getDataTablesPluginTranslations(); ?>,\n            displayLength: 10,\n            stateSave: true,\n            pagingType: \"simple\"\n        });\n    });\n</script>\n<table class=\"firstColFixed datatable\">\n    <thead>\n    <tr>\n        <th><?= tohtml(tr('Catch-all domain')); ?></th>\n        <th><?= tohtml(tr('Catch-all addresses')); ?></th>\n        <th><?= tohtml(tr('Status')); ?></th>\n        <th><?= tohtml(tr('Action')); ?></th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: catchall_item -->\n    <tr>\n        <td>{CATCHALL_DOMAIN}</td>\n        <td><span class=\"icon tips\" title=\"{CATCHALL_LONG_FOWARD_LIST}\">{CATCHALL_SHORT_FOWARD_LIST}</span></td>\n        <td>{CATCHALL_STATUS}</td>\n        <td>\n            <!-- BDP: catchall_add_link -->\n            <a href=\"mail_catchall_add.php?id={CATCHALL_ID}\" class=\"icon i_open\" title=\"<?= tohtml(tr('Add'), 'htmlAttr'); ?>\"><?= tohtml(tr('Add')); ?></a>\n            <!-- EDP: catchall_add_link -->\n            <!-- BDP: catchall_delete_link -->\n            <a href=\"mail_catchall_delete.php?id={CATCHALL_ID}\" class=\"icon i_close\" title=\"<?= tohtml(tr('Delete'), 'htmlAttr'); ?>\" onclick=\"return action_delete(this)\"><?= tohtml(tr('Delete')); ?></a>\n            <!-- EDP: catchall_delete_link -->\n        </td>\n    </tr>\n    <!-- EDP: catchall_item -->\n    </tbody>\n</table>\n<div class=\"buttons\">\n    <a href=\"mail_accounts.php\" class=\"link_as_button\"><?= tohtml(tr('Cancel')); ?></a>\n</div>\n"
  },
  {
    "path": "gui/themes/default/client/mail_catchall_add.phtml",
    "content": "<script>\n    $(function () {\n        $(\"#catchall_addresses_type_auto, #catchall_addresses_type_manual\").on('change', function () {\n            if ($(this).val() === 'auto' && $(this).is(':checked')) {\n                $(\"#automatic_catchall_addresses\").prop('disabled', false);\n                $(\"#manual_catchall_addresses\").prop('disabled', true).val('');\n            } else if ($(this).val() === 'manual' && $(this).is(':checked')) {\n                $(\"#automatic_catchall_addresses\").prop('disabled', true);\n                $(\"#manual_catchall_addresses\").prop('disabled', false);\n            }\n        }).trigger('change');\n    });\n</script>\n<form name=\"create_catchall_frm\" method=\"post\" action=\"mail_catchall_add.php?id={CATCHALL_ID}\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Catch-all addresses for the %s domain', '{CATCHALL_DOMAIN}'));?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: automatic_catchall_addresses_blk -->\n        <tr>\n            <td>\n                <input type=\"radio\" name=\"catchall_addresses_type\" id=\"catchall_addresses_type_auto\" value=\"auto\"{AUTOMATIC_CATCHALL_ADDRESSES_CHECKED}>\n                <label class=\"clickable\" for=\"catchall_addresses_type_auto\"><?= tohtml(tr('Automatic catch-all addresses')) ;?></label>\n                <span class=\"icon i_help\" title=\"<?= tohtml(tr('You can select as many addresses as you want.'), 'htmlAttr') ;?>\"></span>\n            </td>\n            <td>\n                <!--email_off-->\n                <label>\n                    <select name=\"automatic_catchall_addresses[]\" id=\"automatic_catchall_addresses\" size='3' multiple required>\n                        <!-- BDP: automatic_catchall_address_option -->\n                        <option value=\"{AUTOMATIC_CATCHALL_ADDRESS_ID}\">{AUTOMATIC_CATCHALL_ADDRESS}</option>\n                        <!-- EDP: automatic_catchall_address_option -->\n                    </select>\n                </label>\n                <!--/email_off-->\n            </td>\n        </tr>\n        <!-- EDP: automatic_catchall_addresses_blk -->\n        <tr>\n            <td>\n                <input type=\"radio\" name=\"catchall_addresses_type\" id=\"catchall_addresses_type_manual\" value=\"manual\"{MANUAL_CATCHALL_ADDRESSES_CHECKED}>\n                <label class=\"clickable\" for=\"catchall_addresses_type_manual\"><?= tohtml(tr('Manual catch-all addresses'));?></label>\n                <span class=\"icon i_help\" title=\"<?= tohtml(tr('Separate addresses by a comma, line-break or space.'), 'htmlAttr') ;?>\"></span>\n            </td>\n            <td>\n                <label>\n                    <textarea name=\"manual_catchall_addresses\" id=\"manual_catchall_addresses\" required>{MANUAL_CATCHALL_ADDRESSES}</textarea>\n                </label>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"<?= tohtml(tr('Add'), 'htmlAttr'); ?>\">\n        <a href=\"mail_catchall.php\" class=\"link_as_button\"><?= tohtml(tr('Cancel')); ?></a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/mail_edit.tpl",
    "content": "\n<script>\n    $(function () {\n        function fixQuotaField() {\n            // Make sure that hidden quota field will pass browser validations on submit\n            var $quotaInput = $(\"#quota\");\n            var quotaInputValue = parseInt($quotaInput.val());\n            var quotaInputMinValue = parseInt($quotaInput.attr('min'));\n            var quotaInputMaxValue = parseInt($quotaInput.attr('max'));\n\n            if (isNaN(quotaInputValue)\n                || quotaInputValue < quotaInputMinValue\n                || quotaInputValue > quotaInputMaxValue\n            ) {\n                $quotaInput.val(quotaInputMinValue);\n            }\n        }\n\n        if(imscp_i18n.core.mail_add_forward_only) {\n            $(\"#forward\").prop('checked', true).closest('tr').hide();\n            $(\"#tr_forward_list\").show();\n            $(\"#tr_password, #tr_password_rep, #tr_quota\").hide();\n            fixQuotaField();\n        } else {\n            $(\"input[name='account_type']\").on('change', function () {\n                    fixQuotaField();\n\n                    if ($(this).val() === '1') { // Normal email account\n                        $(\"#tr_password, #tr_password_rep, #tr_quota\").show();\n                        $(\"#tr_forward_list\").hide();\n                        return;\n                    }\n\n                    if ($(this).val() === '2') { // Forward email account\n                        $(\"#tr_forward_list\").show();\n                        $(\"#tr_password, #tr_password_rep, #tr_quota\").hide();\n                        return;\n                    }\n\n                    // Normal + Forward email account\n                    $(\"#tr_password, #tr_password_rep, #tr_quota\").show();\n                    $(\"#tr_forward_list\").show();\n                }\n            ).parent().find(':checked').trigger('change'); // Initialize form\n        }\n    });\n</script>\n<form name=\"client_mail_edit\" action=\"mail_edit.php?id={MAIL_ID}\" method=\"post\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_MAIl_ACCOUNT_DATA}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_MAIL_ACCOUNT_TYPE}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"account_type\" id=\"normal\" value=\"1\"{NORMAL_CHECKED}>\n                    <label for=\"normal\">{TR_NORMAL_MAIL}</label>\n                    <input type=\"radio\" name=\"account_type\" id=\"forward\" value=\"2\"{FORWARD_CHECKED}>\n                    <label for=\"forward\">{TR_FORWARD_MAIL}</label>\n                    <input type=\"radio\" name=\"account_type\" id=\"normal_forward\" value=\"3\"{NORMAL_FORWARD_CHECKED}>\n                    <label for=\"normal_forward\">{TR_FORWARD_NORMAL_MAIL}</label>\n                </div>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"username\">{TR_USERNAME}</label></td>\n            <td><input type=\"text\" name=\"username\" id=\"username\" value=\"{USERNAME}\" disabled></td>\n        </tr>\n        <tr>\n            <td><label for=\"domain_name\">{TR_DOMAIN_NAME}</label></td>\n            <td>\n                <select name=\"domain_name\" id=\"domain_name\" disabled>\n                    <option value=\"{DOMAIN_NAME}\"{DOMAIN_NAME_SELECTED}>{DOMAIN_NAME_UNICODE}</option>\n                </select>\n            </td>\n        </tr>\n        <tr id=\"tr_password\">\n            <td><label for=\"password\">{TR_PASSWORD}</label></td>\n            <td><input id=\"password\" type=\"password\" name=\"password\" value=\"\" class=\"pwd_generator\" autocomplete=\"new-password\"></td>\n        </tr>\n        <tr id=\"tr_password_rep\">\n            <td><label for=\"cpassword\">{TR_PASSWORD_REPEAT}</label></td>\n            <td><input id=\"cpassword\" type=\"password\" name=\"password_rep\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        <tr id=\"tr_quota\">\n            <td><label for=\"quota\">{TR_QUOTA}</label></td>\n            <td><input name=\"quota\" id=\"quota\" type=\"number\" min=\"{MIN_QUOTA}\" max=\"{MAX_QUOTA}\" value=\"{QUOTA}\"></td>\n        </tr>\n        <tr id=\"tr_forward_list\">\n            <td>\n                <label for=\"forward_list\">{TR_FORWARD_TO}</label>\n                <span class=\"icon i_help\" id=\"fwd_help\" title=\"{TR_FWD_HELP}\"></span>\n            </td>\n            <td><textarea name=\"forward_list\" id=\"forward_list\">{FORWARD_LIST}</textarea></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"submit\" name=\"Submit\" value=\"{TR_UPDATE}\">\n        <a href=\"mail_accounts.php\" class=\"link_as_button\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/mail_external.tpl",
    "content": "\n<script>\n    $(function () {\n        $('.datatable').dataTable(\n            {\n                language: imscp_i18n.core.datatable,\n                displayLength: 10,\n                stateSave: true,\n                pagingType: \"simple\"\n            }\n        );\n    });\n</script>\n<p class=\"hint\" style=\"font-variant: small-caps;font-size: small;\">{TR_INTRO}</p>\n<br>\n<table class=\"firstColFixed datatable\">\n    <thead>\n    <tr>\n        <th>{TR_DOMAIN}</th>\n        <th>{TR_STATUS}</th>\n        <th>{TR_ACTION}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_DOMAIN}</td>\n        <td>{TR_STATUS}</td>\n        <td>{TR_ACTION}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: item -->\n    <tr>\n        <td>{DOMAIN}</td>\n        <td>{STATUS}</td>\n        <td>\n            <!-- BDP: activate_link -->\n            <a href=\"?action=activate&domain_id={DOMAIN_ID}&domain_type={DOMAIN_TYPE}\" class=\"icon i_open\">{TR_ACTIVATE}</a>\n            <!-- EDP: activate_link -->\n            <!-- BDP: deactivate_link -->\n            <a href=\"?action=deactivate&domain_id={DOMAIN_ID}&domain_type={DOMAIN_TYPE}\" class=\"icon i_close\">{TR_DEACTIVATE}</a>\n            <!-- EDP: deactivate_link -->\n        </td>\n    </tr>\n    <!-- EDP: item -->\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/client/navigation.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\nuse iMSCP\\Assertion\\ClientCanAddSqlDatabasesAssertion;\nuse iMSCP\\Assertion\\ClientHasApsFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasBackupFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasCustomDnsFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasCustomErrorPagesFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasDomainAliasesFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasExternalMailFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasFtpFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasMailFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasMailOrExternalMailFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasPhpEditorFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasProtectedAreasFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasSqlFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasSubdomainsFeatureAssertion;\nuse iMSCP\\Assertion\\ClientHasSupportFeatureAssertion;\n\nreturn [\n    'general'    => [\n        'label' => tr('General'),\n        'uri'   => '/client/index.php',\n        'class' => 'general',\n        'pages' => [\n            'overview' => [\n                'label'       => tr('Overview'),\n                'uri'         => '/client/index.php',\n                'title_class' => 'general'\n            ]\n        ]\n    ],\n    'domains'    => [\n        'label' => tr('Domains'),\n        'uri'   => '/client/domains_manage.php',\n        'class' => 'domains',\n        'pages' => [\n            'overview'              => [\n                'label'       => tr('Overview'),\n                'uri'         => '/client/domains_manage.php',\n                'title_class' => 'domains',\n                'pages'       => [\n                    'domain_edit'            => [\n                        'label'       => tr('Edit domain'),\n                        'uri'         => '/client/domain_edit.php',\n                        'title_class' => 'domains',\n                    ],\n                    'domain_alias_edit'      => [\n                        'label'       => tr('Edit domain alias'),\n                        'uri'         => '/client/alias_edit.php',\n                        'title_class' => 'domains',\n                    ],\n                    'subdomain_edit'         => [\n                        'label'       => tr('Edit subdomain'),\n                        'uri'         => '/client/subdomain_edit.php',\n                        'title_class' => 'domains',\n                    ],\n                    'custom_dns_record_edit' => [\n                        'label'       => tr('Edit DNS resource record'),\n                        'uri'         => '/client/dns_edit.php',\n                        'title_class' => 'domains',\n                    ],\n                    'cert_view'              => [\n                        'label'       => '{TR_DYNAMIC_TITLE}',\n                        'uri'         => '/client/cert_view.php',\n                        'title_class' => 'domains',\n                    ]\n                ]\n            ],\n            'add_domain_alias'      => [\n                'label'       => tr('Add domain alias'),\n                'uri'         => '/client/alias_add.php',\n                'title_class' => 'domains',\n                'resource'    => 'domain_aliases',\n                'assertion'   => ClientHasDomainAliasesFeatureAssertion::class,\n            ],\n            'add_subdomain'         => [\n                'label'       => tr('Add subdomain'),\n                'uri'         => '/client/subdomain_add.php',\n                'title_class' => 'domains',\n                'resource'    => 'subdomains',\n                'assertion'   => ClientHasSubdomainsFeatureAssertion::class,\n            ],\n            'add_custom_dns_record' => [\n                'label'       => tr('Add DNS resource record'),\n                'uri'         => '/client/dns_add.php',\n                'title_class' => 'domains',\n                'resource'    => 'custom_dns_records',\n                'assertion'   => ClientHasCustomDnsFeatureAssertion::class,\n            ],\n            'php_settings'          => [\n                'label'       => tr('PHP settings'),\n                'uri'         => '/client/phpini.php',\n                'title_class' => 'domains',\n                'resource'    => 'php_editor',\n                'assertion'   => ClientHasPhpEditorFeatureAssertion::class,\n            ]\n        ]\n    ],\n    'ftp'        => [\n        'label'     => tr('Ftp'),\n        'uri'       => '/client/ftp_accounts.php',\n        'class'     => 'ftp',\n        'resource'  => 'ftp',\n        'assertion' => ClientHasFtpFeatureAssertion::class,\n        'pages'     => [\n            'overview'        => [\n                'label'       => tr('Overview'),\n                'uri'         => '/client/ftp_accounts.php',\n                'title_class' => 'ftp',\n                'pages'       => [\n                    'ftp_account_edit' => [\n                        'label'       => tr('Edit FTP account'),\n                        'uri'         => '/client/ftp_edit.php',\n                        'title_class' => 'ftp'\n                    ]\n                ]\n            ],\n            'add_ftp_account' => [\n                'label'       => tr('Add FTP account'),\n                'uri'         => '/client/ftp_add.php',\n                'title_class' => 'ftp'\n            ]\n        ]\n    ],\n    'databases'  => [\n        'label'     => tr('Databases'),\n        'uri'       => '/client/sql_manage.php',\n        'class'     => 'database',\n        'resource'  => 'databases',\n        'assertion' => ClientHasSqlFeatureAssertion::class,\n        'pages'     => [\n            'overview'         => [\n                'label'       => tr('Overview'),\n                'uri'         => '/client/sql_manage.php',\n                'title_class' => 'sql',\n                'pages'       => [\n                    'add_sql_user'             => [\n                        'label'       => tr('Add SQL user'),\n                        'uri'         => '/client/sql_user_add.php',\n                        'title_class' => 'user'\n                    ],\n                    'update_sql_user_password' => [\n                        'label'       => tr('Update SQL user password'),\n                        'uri'         => '/client/sql_change_password.php',\n                        'title_class' => 'password'\n                    ]\n                ]\n            ],\n            'add_sql_database' => [\n                'label'       => tr('Add SQL database'),\n                'uri'         => '/client/sql_database_add.php',\n                'title_class' => 'sql',\n                'resource'    => 'add_sql_database',\n                'assertion'   => ClientCanAddSqlDatabasesAssertion::class,\n            ]\n        ]\n    ],\n    'mail'       => [\n        'label'     => tr('Mail'),\n        'uri'       => '/client/mail_accounts.php',\n        'class'     => 'email',\n        'resource'  => 'mail',\n        'assertion' => ClientHasMailOrExternalMailFeatureAssertion::class,\n        'pages'     => [\n            'overview'              => [\n                'label'       => tr('Overview'),\n                'uri'         => '/client/mail_accounts.php',\n                'title_class' => 'email',\n                'pages'       => [\n                    'mail_account_edit'    => [\n                        'label'       => tr('Edit mail account'),\n                        'uri'         => '/client/mail_edit.php',\n                        'title_class' => 'email'\n                    ],\n                    'enable_autoresponder' => [\n                        'label'       => tr('Activate autoresponder'),\n                        'uri'         => '/client/mail_autoresponder_enable.php',\n                        'title_class' => 'email'\n                    ],\n                    'edit_autoresponder'   => [\n                        'label'       => tr('Edit autoresponder'),\n                        'uri'         => '/client/mail_autoresponder_edit.php',\n                        'title_class' => 'email'\n                    ]\n                ]\n            ],\n            'add_email_account'     => [\n                'label'       => tr('Add mail account'),\n                'uri'         => '/client/mail_add.php',\n                'title_class' => 'email',\n                'resource'    => 'add_email_account',\n                'assertion'   => ClientHasMailFeatureAssertion::class,\n            ],\n            'catchall'              => [\n                'label'       => tr('Catch-all accounts'),\n                'uri'         => '/client/mail_catchall.php',\n                'title_class' => 'email',\n                'resource'    => 'catchall',\n                'assertion'   => ClientHasMailFeatureAssertion::class,\n                'pages'       => [\n                    'add_catchall' => [\n                        'label'       => tr('Add catch-all account'),\n                        'uri'         => '/client/mail_catchall_add.php',\n                        'title_class' => 'email'\n                    ]\n                ]\n            ],\n            'external_mail_servers' => [\n                'label'       => tr('External mail feature'),\n                'uri'         => '/client/mail_external.php',\n                'title_class' => 'email',\n                'resource'    => 'external_mail',\n                'assertion'   => ClientHasExternalMailFeatureAssertion::class\n            ]\n        ]\n    ],\n    'statistics' => [\n        'label' => tr('Statistics'),\n        'uri'   => '/client/traffic_statistics.php',\n        'class' => 'statistics',\n        'pages' => [\n            'overview' => [\n                'label'       => tr('Traffic statistics'),\n                'uri'         => '/client/traffic_statistics.php',\n                'title_class' => 'stats'\n            ]\n        ]\n    ],\n    'webtools'   => [\n        'label' => tr('Webtools'),\n        'uri'   => '/client/webtools.php',\n        'class' => 'webtools',\n        'pages' => [\n            'overview'           => [\n                'label'       => tr('Overview'),\n                'uri'         => '/client/webtools.php',\n                'title_class' => 'tools'\n            ],\n            'protected_areas'    => [\n                'label'       => tr('Protected areas'),\n                'uri'         => '/client/protected_areas.php',\n                'title_class' => 'htaccess',\n                'resource'    => 'protected_areas',\n                'assertion'   => ClientHasProtectedAreasFeatureAssertion::class,\n                'pages'       => [\n                    'add_protected_area'               => [\n                        'label'       => '{TR_DYNAMIC_TITLE}',\n                        'uri'         => '/client/protected_areas_add.php',\n                        'title_class' => 'htaccess',\n                    ],\n                    'manage_htaccess_users_and_groups' => [\n                        'label'       => tr('Manage htaccess users and groups'),\n                        'uri'         => '/client/protected_user_manage.php',\n                        'title_class' => 'users',\n                        'pages'       => [\n                            'assign_htaccess_group' => [\n                                'label'       => tr('Assign group'),\n                                'uri'         => '/client/protected_user_assign.php',\n                                'title_class' => 'users',\n                            ],\n                            'edit_htaccess_user'    => [\n                                'label'       => tr('Edit htaccess user'),\n                                'uri'         => '/client/protected_user_edit.php',\n                                'title_class' => 'users',\n                            ],\n                            'add_htaccess_user'     => [\n                                'label'       => tr('Add Htaccess user'),\n                                'uri'         => '/client/protected_user_add.php',\n                                'title_class' => 'users',\n                            ],\n                            'add_htaccess_group'    => [\n                                'label'       => tr('Add Htaccess group'),\n                                'uri'         => '/client/protected_group_add.php',\n                                'title_class' => 'users',\n                            ]\n                        ]\n                    ]\n                ]\n            ],\n            'custom_error_pages' => [\n                'label'       => tr('Custom error pages'),\n                'uri'         => '/client/error_pages.php',\n                'title_class' => 'errors',\n                'resource'    => 'custom_error_pages',\n                'assertion'   => ClientHasCustomErrorPagesFeatureAssertion::class,\n                'pages'       => [\n                    'custom_error_page_edit' => [\n                        'label'       => tr('Edit custom error page'),\n                        'uri'         => '/client/error_edit.php',\n                        'title_class' => 'errors'\n                    ],\n                ],\n            ],\n            'daily_backup'       => [\n                'label'       => tr('Daily backup'),\n                'uri'         => '/client/backup.php',\n                'title_class' => 'hdd',\n                'resource'    => 'backup',\n                'assertion'   => ClientHasBackupFeatureAssertion::class,\n            ]\n        ]\n    ],\n    'support'    => [\n        'label'     => tr('Support'),\n        'uri'       => '{SUPPORT_SYSTEM_PATH}',\n        'target'    => '{SUPPORT_SYSTEM_TARGET}',\n        'class'     => 'support',\n        'resource'  => 'support',\n        'assertion' => ClientHasSupportFeatureAssertion::class,\n        'pages'     => [\n            'open_tickets'   => [\n                'label'       => tr('Open tickets'),\n                'uri'         => '/client/ticket_system.php',\n                'title_class' => 'support',\n                'pages'       => [\n                    'view_ticket' => [\n                        'label'       => tr('View ticket'),\n                        'uri'         => '/client/ticket_view.php',\n                        'title_class' => 'support'\n                    ]\n                ]\n            ],\n            'closed_tickets' => [\n                'label'       => tr('Closed tickets'),\n                'uri'         => '/client/ticket_closed.php',\n                'title_class' => 'support'\n            ],\n            'new_ticket'     => [\n                'label'       => tr('New ticket'),\n                'uri'         => '/client/ticket_create.php',\n                'title_class' => 'support'\n            ]\n        ]\n    ],\n    'profile'    => [\n        'label' => tr('Profile'),\n        'uri'   => '/client/profile.php',\n        'class' => 'profile',\n        'pages' => [\n            'account_overview' => [\n                'label'       => tr('Account summary'),\n                'uri'         => '/client/profile.php',\n                'title_class' => 'profile'\n            ],\n            'language'         => [\n                'label'       => tr('Language'),\n                'uri'         => '/client/language.php',\n                'title_class' => 'multilanguage'\n            ],\n            'layout'           => [\n                'label'       => tr('Layout'),\n                'uri'         => '/client/layout.php',\n                'title_class' => 'layout'\n            ],\n            'password'         => [\n                'label'       => tr('Password'),\n                'uri'         => '/client/password_update.php',\n                'title_class' => 'profile'\n            ],\n            'personal_data'    => [\n                'label'       => tr('Personal data'),\n                'uri'         => '/client/personal_change.php',\n                'title_class' => 'profile'\n            ]\n        ]\n    ]\n];\n"
  },
  {
    "path": "gui/themes/default/client/phpini.tpl",
    "content": "\n<script>\n    $(function () {\n        $(\"#domain_id\").on(\"change\", function () {\n            window.location.href = '?' + $.param({\n                    domain_id: $(this).val(),\n                    domain_type: $(this).find(\"option:selected\").data(\"domain-type\")\n                });\n        });\n    });\n</script>\n<form name=\"editFrm\" method=\"post\" action=\"phpini.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_PHP_SETTINGS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: domain_list_block -->\n        <tr>\n            <td>\n                <label for=\"domain_id\">{TR_DOMAIN} <span class=\"icon i_help\" title=\"{TR_DOMAIN_TOOLTIP}\"></span></label>\n            </td>\n            <td>\n                <select name=\"domain_id\" id=\"domain_id\">\n                    <!-- BDP: domain_name_block -->\n                    <option value=\"{DOMAIN_ID}\" data-domain-type=\"{DOMAIN_TYPE}\"{SELECTED}>{DOMAIN_NAME_UNICODE}</option>\n                    <!-- EDP: domain_name_block -->\n                </select>\n                <input type=\"hidden\" name=\"domain_type\" value=\"{DOMAIN_TYPE}\">\n            </td>\n        </tr>\n        <!-- EDP: domain_list_block -->\n        <!-- BDP: allow_url_fopen_block -->\n        <tr>\n            <td><label for=\"allow_url_fopen\">{TR_ALLOW_URL_FOPEN}</label></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"allow_url_fopen\" id=\"allow_url_fopen_on\" value=\"on\"{ALLOW_URL_FOPEN_ON}>\n                    <label for=\"allow_url_fopen_on\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"allow_url_fopen\" id=\"allow_url_fopen_off\" value=\"off\"{ALLOW_URL_FOPEN_OFF}>\n                    <label for=\"allow_url_fopen_off\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: allow_url_fopen_block -->\n        <!-- BDP: display_errors_block -->\n        <tr>\n            <td><label for=\"display_errors\">{TR_DISPLAY_ERRORS}</label></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"display_errors\" id=\"display_errors_on\" value=\"on\"{DISPLAY_ERRORS_ON}>\n                    <label for=\"display_errors_on\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"display_errors\" id=\"display_errors_off\" value=\"off\"{DISPLAY_ERRORS_OFF}>\n                    <label for=\"display_errors_off\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: display_errors_block -->\n        <!-- BDP: error_reporting_block -->\n        <tr>\n            <td><label for=\"error_reporting\">{TR_ERROR_REPORTING}</label></td>\n            <td>\n                <select name=\"error_reporting\" id=\"error_reporting\">\n                    <option value=\"E_ALL &amp; ~E_NOTICE &amp; ~E_STRICT &amp; ~E_DEPRECATED\"{ERROR_REPORTING_0}>{TR_ERROR_REPORTING_DEFAULT}</option>\n                    <option value=\"E_ALL &amp; ~E_DEPRECATED &amp; ~E_STRICT\"{ERROR_REPORTING_1}>{TR_ERROR_REPORTING_PRODUCTION}</option>\n                    <option value=\"-1\"{ERROR_REPORTING_2}>{TR_ERROR_REPORTING_DEVELOPEMENT}</option>\n                </select>\n            </td>\n        </tr>\n        <!-- EDP: error_reporting_block -->\n        <!-- BDP: disable_functions_block -->\n        <tr>\n            <td><label>{TR_DISABLE_FUNCTIONS}</label></td>\n            <td>\n                <div class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"show_source\" id=\"show_source\" value=\"show_source\"{SHOW_SOURCE}>\n                    <label for=\"show_source\">show_source</label>\n                    <input type=\"checkbox\" name=\"system\" id=\"system\" value=\"system\"{SYSTEM}>\n                    <label for=\"system\">system</label>\n                    <input type=\"checkbox\" name=\"shell_exec\" id=\"shell_exec\" value=\"shell_exec\"{SHELL_EXEC}>\n                    <label for=\"shell_exec\">shell_exec</label>\n                    <input type=\"checkbox\" name=\"passthru\" id=\"passthru\" value=\"passthru\"{PASSTHRU}>\n                    <label for=\"passthru\">passthru</label>\n                    <input name=\"exec\" id=\"exec\" type=\"checkbox\" value=\"exec\"{EXEC}>\n                    <label for=\"exec\">exec</label>\n                    <input type=\"checkbox\" name=\"phpinfo\" id=\"phpinfo\" value=\"phpinfo\"{PHPINFO}>\n                    <label for=\"phpinfo\">phpinfo</label>\n                    <input type=\"checkbox\" name=\"shell\" id=\"shell\" value=\"shell\"{SHELL}>\n                    <label for=\"shell\">shell</label>\n                    <input type=\"checkbox\" name=\"symlink\" id=\"symlink\" value=\"symlink\"{SYMLINK}>\n                    <label for=\"symlink\">symlink</label>\n                    <input type=\"checkbox\" name=\"proc_open\" id=\"proc_open\" value=\"proc_open\"{PROC_OPEN}>\n                    <label for=\"proc_open\">proc_open</label>\n                    <input type=\"checkbox\" name=\"popen\" id=\"popen\" value=\"popen\"{POPEN}>\n                    <label for=\"popen\">popen</label>\n                    <!-- BDP: mail_function_block -->\n                    <input type=\"checkbox\" name=\"mail\" id=\"mail\" value=\"mail\"{MAIL}>\n                    <label for=\"mail\">mail</label>\n                    <!-- EDP: mail_function_block -->\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: disable_functions_block -->\n        <!-- BDP: disable_exec_block -->\n        <tr>\n            <td>\n                <label>{TR_DISABLE_FUNCTIONS_EXEC}</label>\n                <span class=\"icon i_help\" id=\"exec_help\" title=\"{TR_EXEC_HELP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"exec\" id=\"exec_yes\" value=\"yes\"{EXEC_YES}>\n                    <label for=\"exec_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"exec\" value=\"no\" id=\"exec_no\"{EXEC_NO}>\n                    <label for=\"exec_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: disable_exec_block -->\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <a class=\"link_as_button\" href=\"domains_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/protect_it.tpl",
    "content": "\n<!-- BDP: auth_selectors_js -->\n<script>\n    $(function () {\n        $(\"#ptype_1,#ptype_2\").each(function () {\n            if ($(this).is(\":checked\")) {\n                $('select[name=\"users[]\"]').prop(\"disabled\", $(this).data(\"type\") == 'group');\n                $('select[name=\"groups[]\"]').prop(\"disabled\", $(this).data(\"type\") == 'user');\n            }\n\n            $(this).on('change', function () {\n                if ($(this).is(\":checked\")) {\n                    $('select[name=\"users[]\"]').prop(\"disabled\", $(this).data(\"type\") == 'group').find(\"option\").attr(\"selected\", false);\n                    $('select[name=\"groups[]\"]').prop(\"disabled\", $(this).data(\"type\") == 'user').find(\"option\").attr(\"selected\", false);\n                }\n            });\n        });\n    });\n</script>\n<!-- EDP: auth_selectors_js -->\n<form name=\"addProtectedAreaFrm\" method=\"post\" action=\"protected_areas_add.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_PROTECTED_AREA_DATA}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"protected_area_name\">{TR_AREA_NAME}</label></td>\n            <td><input name=\"protected_area_name\" type=\"text\" class=\"textinput\" id=\"protected_area_name\" value=\"{AREA_NAME}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"ftp_directory\">{TR_PATH}</label></td>\n            <td>\n                <input name=\"protected_area_path\" type=\"text\" class=\"textinput\" id=\"ftp_directory\" value=\"{PATH}\">\n                <span class=\"icon i_bc_folder ftp_choose_dir clickable\">{TR_CHOOSE_DIR}</span>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_AUTHENTICATION_DATA}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: auth_selectors -->\n        <tr>\n            <td>\n                <label for=\"ptype_1\">{TR_USER_AUTH}</label>\n                <input type=\"radio\" id=\"ptype_1\" name=\"protection_type\" value=\"user\" data-type=\"user\"{USER_CHECKED}>\n            </td>\n            <td>\n                <label for=\"ptype_2\">{TR_GROUP_AUTH}</label>\n                <input type=\"radio\" id=\"ptype_2\" name=\"protection_type\" value=\"group\" data-type=\"group\"{GROUP_CHECKED}>\n            </td>\n        </tr>\n        <!-- EDP: auth_selectors -->\n        <tr>\n            <td>\n                <label>\n                    <select name=\"users[]\" multiple=\"multiple\" size=\"5\" style=\"min-width:150px\">\n                        <!-- BDP: user_item -->\n                        <option value=\"{USER_VALUE}\"{USER_SELECTED}>{USER_LABEL}</option>\n                        <!-- EDP: user_item -->\n                    </select>\n                </label>\n            </td>\n            <!-- BDP: auth_group_list -->\n            <td>\n                <label>\n                    <select name=\"groups[]\" multiple=\"multiple\" size=\"5\" style=\"min-width:150px\">\n                        <!-- BDP: group_item -->\n                        <option value=\"{GROUP_VALUE}\"{GROUP_SELECTED}>{GROUP_LABEL}</option>\n                        <!-- EDP: group_item -->\n                    </select>\n                </label>\n            </td>\n            <!-- EDP: auth_group_list -->\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"submit\" name=\"Submit\" value=\"{TR_PROTECT_IT}\">\n        <input type=\"hidden\" name=\"id\" value=\"{ID}\">\n        <a class=\"link_as_button\" href=\"protected_areas.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/protected_areas.tpl",
    "content": "\n<!-- BDP: protected_areas -->\n<script>\n    $(function () {\n        $('.datatable').dataTable(\n            {\n                language: imscp_i18n.core.dataTable,\n                stateSave: true,\n                pagingType: \"simple\",\n                columnDefs: [\n                    {\n                        type: \"natural\",\n                        targets: [0, 1, 2]\n                    }\n                ]\n            }\n        );\n\n        $(\".i_delete\").on('click', function () {\n            return jQuery.imscp.confirmOnclick(this, sprintf(imscp_i18n.core.deletion_confirm_msg, $(this).data(\"name\")));\n        });\n    });\n</script>\n<table class=\"datatable\">\n    <thead>\n    <tr>\n        <th>{TR_NAME}</th>\n        <th>{TR_PATH}</th>\n        <th>{TR_STATUS}</th>\n        <th>{TR_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: dir_item -->\n    <tr>\n        <td>{AREA_NAME}</td>\n        <td>{AREA_PATH}</td>\n        <td>{STATUS}</td>\n        <td>\n            <!-- BDP: action_links -->\n            <a href=\"protected_areas_add.php?id={ID}\" class=\"icon i_edit\">{TR_EDIT}</a>\n            <a href=\"protected_areas_delete.php?id={ID}\" data-name=\"{DATA_AREA_NAME}\"\n               class=\"icon i_delete\">{TR_DELETE}</a>\n            <!-- EDP: action_links -->\n        </td>\n    </tr>\n    <!-- EDP: dir_item -->\n    </tbody>\n</table>\n<!-- EDP: protected_areas -->\n<div class=\"buttons\">\n    <a class=\"link_as_button\" href=\"protected_areas_add.php\">{TR_ADD_PROTECTED_AREA}</a>\n    <a class=\"link_as_button\" href=\"protected_user_manage.php\">{TR_MANAGE_USERS_AND_GROUPS}</a>\n</div>\n"
  },
  {
    "path": "gui/themes/default/client/puser_assign.tpl",
    "content": "\n<form name=\"assignGroupFrm\" method=\"post\" action=\"protected_user_assign.php?uname={UNAME}\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{UNAME}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: in_group -->\n        <tr>\n            <td><label for=\"groups_in\">{TR_MEMBER_OF_GROUP}</label></td>\n            <td>\n                <select name=\"groups_in\" id=\"groups_in\">\n                    <!-- BDP: already_in -->\n                    <option value=\"{GRP_IN_ID}\">{GRP_IN}</option>\n                    <!-- EDP: already_in -->\n                </select>\n                <!-- BDP: remove_button -->\n                <input name=\"Submit\" type=\"submit\" value=\"{TR_REMOVE}\"\n                       onclick=\"return sbmt(document.forms[0],'remove');\">\n                <!-- EDP: remove_button -->\n            </td>\n        </tr>\n        <!-- EDP: in_group -->\n        <!-- BDP: not_in_group -->\n        <tr>\n            <td><label for=\"groups\">{TR_SELECT_GROUP}</label></td>\n            <td>\n                <select name=\"groups\" id=\"groups\">\n                    <!-- BDP: grp_avlb -->\n                    <option value=\"{GRP_ID}\">{GRP_NAME}</option>\n                    <!-- EDP: grp_avlb -->\n                </select>\n                <!-- BDP: add_button -->\n                <input name=\"Submit\" type=\"submit\" value=\"{TR_ADD}\" onclick=\"return sbmt(document.forms[0],'add');\">\n                <!-- EDP: add_button -->\n            </td>\n        </tr>\n        <!-- EDP: not_in_group -->\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <a class=\"link_as_button\" href=\"protected_user_manage.php\">{TR_CANCEL}</a>\n        <input type=\"hidden\" name=\"nadmin_name\" value=\"{UID}\">\n        <input type=\"hidden\" name=\"uaction\" value=\"\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/puser_edit.tpl",
    "content": "\n<form name=\"editHtaccessUserFrm\" method=\"post\" action=\"protected_user_edit.php\" autocomplete=\"off\">\n    <table>\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HTACCESS_USER}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_USERNAME}</td>\n            <td>{UNAME}</td>\n        </tr>\n        <tr>\n            <td><label for=\"password\">{TR_PASSWORD}</label></td>\n            <td><input type=\"password\" id=\"password\" name=\"pass\" value=\"\" class=\"pwd_generator\" autocomplete=\"new-password\">\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\">{TR_PASSWORD_REPEAT}</label></td>\n            <td><input type=\"password\" id=\"cpassword\" name=\"pass_rep\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"uname\" value=\"{UID}\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <a class=\"link_as_button\" href=\"protected_user_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/puser_gadd.tpl",
    "content": "\n<form name=\"addHtaccessGroup\" method=\"post\" action=\"protected_group_add.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HTACCESS_GROUP}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"groupname\">{TR_GROUPNAME}</label></td>\n            <td><input name=\"groupname\" type=\"text\" id=\"groupname\" value=\"{GROUPNAME}\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_ADD_GROUP}\">\n        <a class=\"link_as_button\" href=\"protected_user_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/puser_manage.tpl",
    "content": "\n<script>\n    function action_delete(url, subject) {\n        return jQuery.imscp.confirm(sprintf(\"{TR_MESSAGE_DELETE}\", subject), function(ret) {\n            if(ret) {\n                window.location.href = url;\n            }\n        });\n    }\n</script>\n<h2 class=\"groups\"><span>{TR_USERS}</span></h2>\n<!-- BDP: users_message_block -->\n<div class=\"static_info\">{USERS_MESSAGE}</div>\n<!-- EDP: users_message_block -->\n<!-- BDP: users_block -->\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_USERNAME}</th>\n        <th>{TR_STATUS}</th>\n        <th>{TR_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: user_block -->\n    <tr>\n        <td>{UNAME}</td>\n        <td>{USTATUS}</td>\n        <td>\n            <a href=\"protected_user_assign.php?uname={USER_ID}\" class=\"icon i_users\">{TR_GROUP}</a>\n            <a href=\"{USER_EDIT_SCRIPT}\" class=\"icon i_edit\">{USER_EDIT}</a>\n            <a href=\"#\" class=\"icon i_delete\" onclick=\"return {USER_DELETE_SCRIPT}\">{USER_DELETE}</a>\n        </td>\n    </tr>\n    <!-- EDP: user_block -->\n    </tbody>\n</table>\n<!-- EDP: users_block -->\n<div class=\"buttons\">\n    <a class=\"link_as_button\" href=\"protected_user_add.php\">{TR_ADD_USER}</a>\n</div>\n<h2 class=\"groups\"><span>{TR_GROUPS}</span></h2>\n<!-- BDP: groups_message_block -->\n<div class=\"static_info\">{GROUPS_MESSAGE}</div>\n<!-- EDP: groups_message_block -->\n<!-- BDP: group_blocks -->\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_GROUPNAME}</th>\n        <th>{TR_GROUP_MEMBERS}</th>\n        <th>{TR_STATUS}</th>\n        <th>{TR_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: group_block -->\n    <tr>\n        <td>{GNAME}</td>\n        <td>{MEMBER}</td>\n        <td>{GSTATUS}</td>\n        <td><a href=\"#\" class=\"icon i_delete\" onclick=\"{GROUP_DELETE_SCRIPT}\">{GROUP_DELETE}</a></td>\n    </tr>\n    <!-- EDP: group_block -->\n    </tbody>\n</table>\n<!-- EDP: group_blocks -->\n<div class=\"buttons\">\n    <a class=\"link_as_button\" href=\"protected_group_add.php\">{TR_ADD_GROUP}</a>\n    <a class=\"link_as_button\" href=\"protected_areas.php\">{TR_CANCEL}</a>\n</div>\n"
  },
  {
    "path": "gui/themes/default/client/puser_uadd.tpl",
    "content": "\n<form name=\"addHtaccessUserFrm\" method=\"post\" action=\"protected_user_add.php\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HTACCESS_USER}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"username\">{TR_USERNAME}</label></td>\n            <td><input name=\"username\" id=\"username\" type=\"text\" value=\"{USERNAME}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"password\">{TR_PASSWORD}</label></td>\n            <td><input type=\"password\" id=\"password\" name=\"pass\" value=\"\" class=\"pwd_generator pwd_prefill\" autocomplete=\"new-password\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\">{TR_PASSWORD_REPEAT}</label></td>\n            <td><input type=\"password\" id=\"cpassword\" name=\"pass_rep\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_ADD_USER}\">\n        <a class=\"link_as_button\" href=\"protected_user_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/sql_change_password.tpl",
    "content": "<form method=\"post\" action=\"sql_change_password.php?sqlu_id={SQLU_ID}\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <th colspan=\"2\">{TR_SQL_USER_PASSWORD}</th>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"user\">{TR_DB_USER}</label></td>\n            <td><input id=\"user\" type=\"text\" name=\"user\" value=\"{USER_NAME}\" readonly></td>\n        </tr>\n        <tr>\n            <td><label for=\"password\">{TR_PASSWORD}</label></td>\n            <td><input id=\"password\" type=\"password\" name=\"password\" value=\"\" class=\"pwd_generator\" autocomplete=\"new-password\">\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\">{TR_PASSWORD_CONFIRMATION}</label></td>\n            <td><input id=\"cpassword\" type=\"password\" name=\"password_confirmation\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"sqlu_id\" value=\"{SQLU_ID}\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <a class=\"link_as_button\" href=\"sql_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/sql_database_add.tpl",
    "content": "<form method=\"post\" action=\"sql_database_add.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_DATABASE}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"db_name\">{TR_DB_NAME}</label></td>\n            <td><input type=\"text\" id=\"db_name\" name=\"db_name\" value=\"{DB_NAME}\"></td>\n        </tr>\n        <tr>\n            <td>\n                <!-- BDP: mysql_prefix_yes -->\n                <label><input type=\"checkbox\" name=\"use_dmn_id\" {USE_DMN_ID}></label>\n                <!-- EDP: mysql_prefix_yes -->\n                <!-- BDP: mysql_prefix_no -->\n                <input type=\"hidden\" name=\"use_dmn_id\" value=\"on\">\n                <!-- EDP: mysql_prefix_no -->\n                {TR_USE_DMN_ID}\n            </td>\n            <td>\n                <!-- BDP: mysql_prefix_all -->\n                <label>\n                    <select name=\"id_pos\">\n                        <option value=\"start\"{START_ID_POS_SELECTED}>{TR_START_ID_POS}</option>\n                        <option value=\"end\"{END_ID_POS_SELECTED}>{TR_END_ID_POS}</option>\n                    </select>\n                </label>\n                <!-- EDP: mysql_prefix_all -->\n                <!-- BDP: mysql_prefix_infront -->\n                <input type=\"hidden\" name=\"id_pos\" value=\"start\" checked=\"checked\">{TR_START_ID_POS}\n                <!-- EDP: mysql_prefix_infront -->\n                <!-- BDP: mysql_prefix_behind -->\n                <input type=\"hidden\" name=\"id_pos\" value=\"end\" checked=\"checked\">{TR_END_ID_POS}\n                <!-- EDP: mysql_prefix_behind -->\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"submit\" type=\"submit\" value=\"{TR_ADD}\">\n        <a class=\"link_as_button\" href=\"sql_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/sql_manage.tpl",
    "content": "<!-- BDP: sql_databases_users_list -->\n<script>\n    function action_delete(url, subject, object) {\n        var msg;\n        if (object == 'database') {\n            msg = \"{TR_DATABASE_MESSAGE_DELETE}\"\n        } else {\n            msg = \"{TR_USER_MESSAGE_DELETE}\"\n        }\n\n        return jQuery.imscp.confirm(sprintf(msg, subject), function(ret) {\n            if(ret) {\n                window.location.href = url;\n            }\n        });\n    }\n</script>\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_DATABASE}</th>\n        <th>{TR_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: sql_databases_list -->\n    <tr>\n        <td><strong>{DB_NAME}</strong></td>\n        <td>\n            <!-- BDP: sql_user_add_link -->\n            <a href=\"sql_user_add.php?sqld_id={SQLD_ID}\" class=\"icon i_add_user\">{TR_ADD_USER}</a>\n            <!-- EDP: sql_user_add_link -->\n            <a href=\"#\" class=\"icon i_delete\" onclick=\"return action_delete('sql_database_delete.php?sqld_id={SQLD_ID}', '{DB_NAME_JS}', 'database')\">{TR_DELETE}</a>\n        </td>\n    </tr>\n    <tr>\n        <td colspan=\"2\">\n            <!-- BDP: sql_users_list -->\n            <table>\n                <tr>\n                    <td>\n                        <div>\n                            <div style=\"float:left;clear:left;width: 100px;text-align: left;font-weight: bold\">{TR_DB_USER}</div>\n                            <div style=\"display: inline-block;float: left\">{DB_USER}</span></div>\n                            <div style=\"float:left;clear: left;width: 100px;text-align: left;font-weight: bold\">\n                                {TR_DB_USER_HOST}\n                                <span style=\"\" class=\"icon i_help\" title=\"{TR_DB_USER_HOST_TOOLTIP}\"></span>\n                            </div>\n                            <div style=\"display: inline-block;float: left\">{DB_USER_HOST}</div>\n                        </div>\n                    </td>\n                    <td>\n                        <a href=\"sql_change_password.php?sqlu_id={SQLU_ID}\" class=\"icon i_change_password\">{TR_CHANGE_PASSWORD}</a>\n                        <a href=\"#\" class=\"icon i_delete\" onclick=\"return action_delete('sql_delete_user.php?sqlu_id={SQLU_ID}', '{DB_USER_JS}', 'user')\">{TR_DELETE}</a>\n                    </td>\n                </tr>\n            </table>\n            <!-- EDP: sql_users_list -->\n        </td>\n    </tr>\n    <!-- EDP: sql_databases_list -->\n    </tbody>\n</table>\n<!-- EDP: sql_databases_users_list -->\n"
  },
  {
    "path": "gui/themes/default/client/sql_user_add.tpl",
    "content": "<!-- BDP: show_sqluser_list -->\n<form method=\"post\" action=\"sql_user_add.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_ASSIGN_EXISTING_SQL_USER}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"sqluser_id\">{TR_SQL_USER_NAME}</label></td>\n            <td>\n                <!--email_off-->\n                <select name=\"sqluser_id\" id=\"sqluser_id\">\n                    <!-- BDP: sqluser_list -->\n                    <option value=\"{SQLUSER_ID}\">{SQLUSER_IDN}</option>\n                    <!-- EDP: sqluser_list -->\n                </select>\n                <!--/email_off-->\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"uaction\" value=\"add_user\">\n        <input type=\"hidden\" name=\"sqld_id\" value=\"{SQLD_ID}\">\n        <input name=\"reuse_sqluser\" type=\"submit\" id=\"reuse_sqluser\" value=\"{TR_ADD_EXIST}\">\n        <a class=\"link_as_button\" href=\"sql_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n<!-- EDP: show_sqluser_list -->\n<!-- BDP: create_sqluser -->\n<form method=\"post\" action=\"sql_user_add.php\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_NEW_SQL_USER_DATA}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"user_name\">{TR_USER_NAME}</label></td>\n            <td><input type=\"text\" id=\"user_name\" name=\"user_name\" value=\"{USER_NAME}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"user_host\">{TR_USER_HOST} <span class=\"icon i_help\" title=\"{TR_USER_HOST_TIP}\"></span></label></td>\n            <td><input type=\"text\" id=\"user_host\" name=\"user_host\" value=\"{USER_HOST}\"></td>\n        </tr>\n        <tr>\n            <td>\n                <!-- BDP: mysql_prefix_yes -->\n                <label><input type=\"checkbox\" name=\"use_dmn_id\" {USE_DMN_ID}></label>\n                <!-- EDP: mysql_prefix_yes -->\n                <!-- BDP: mysql_prefix_no -->\n                <input type=\"hidden\" name=\"use_dmn_id\" value=\"on\">\n                <!-- EDP: mysql_prefix_no -->\n                {TR_USE_DMN_ID}\n            </td>\n            <td>\n                <!-- BDP: mysql_prefix_all -->\n                <label>\n                    <select name=\"id_pos\">\n                        <option value=\"start\"{START_ID_POS_SELECTED}>{TR_START_ID_POS}</option>\n                        <option value=\"end\"{END_ID_POS_SELECTED}>{TR_END_ID_POS}</option>\n                    </select>\n                </label>\n                <!-- EDP: mysql_prefix_all -->\n                <!-- BDP: mysql_prefix_infront -->\n                <input type=\"hidden\" name=\"id_pos\" value=\"start\" checked>{TR_START_ID_POS}\n                <!-- EDP: mysql_prefix_infront -->\n                <!-- BDP: mysql_prefix_behind -->\n                <input type=\"hidden\" name=\"id_pos\" value=\"end\" checked>{TR_END_ID_POS}\n                <!-- EDP: mysql_prefix_behind -->\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"password\">{TR_PASS}</label></td>\n            <td><input id=\"password\" type=\"password\" name=\"pass\" value=\"\" class=\"pwd_generator pwd_prefill\" autocomplete=\"new-password\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\">{TR_PASS_REP}</label></td>\n            <td><input id=\"cpassword\" type=\"password\" name=\"pass_rep\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"uaction\" value=\"add_user\">\n        <input type=\"hidden\" name=\"sqld_id\" value=\"{SQLD_ID}\">\n        <input name=\"Add_New\" type=\"submit\" id=\"Add_New\" value=\"{TR_ADD}\">\n        <a class=\"link_as_button\" href=\"sql_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n<!-- EDP: create_sqluser -->\n"
  },
  {
    "path": "gui/themes/default/client/subdomain_add.tpl",
    "content": "\n<script>\n    $(function () {\n        <!-- BDP: shared_mount_point_option_js -->\n        $(\"input[name='shared_mount_point']\").on('change', function () {\n            if ($(\"#shared_mount_point_no\").is(':checked')) {\n                $(\"#shared_mount_point_domain\").hide();\n            } else {\n                $(\"#shared_mount_point_domain\").show();\n            }\n        }).trigger('change');\n        <!-- EDP: shared_mount_point_option_js -->\n\n        $(\"input[name='url_forwarding']\").on('change', function () {\n            if ($(\"#url_forwarding_no\").is(':checked')) {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").hide();\n            } else {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").show();\n            }\n        }).trigger('change');\n\n        $(\"input[name='forward_type']\").on('change', function () {\n            if ($(\"#forward_type_proxy\").is(':checked')) {\n                $(\".checkbox\").show();\n            } else {\n                $(\".checkbox\").hide();\n            }\n        }).trigger('change');\n    });\n</script>\n<form name=\"add_subdomain_frm\" method=\"post\" action=\"subdomain_add.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_SUBDOMAIN}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"subdomain_name\">{TR_SUBDOMAIN_NAME}</label></td>\n            <td>\n                <span class=\"bold\">www.</span>\n                <input type=\"text\" name=\"subdomain_name\" id=\"subdomain_name\" value=\"{SUBDOMAIN_NAME}\">\n                <strong>.</strong>\n                <label>\n                    <select name=\"domain_name\">\n                        <!-- BDP: parent_domain -->\n                        <option value=\"{DOMAIN_NAME}\"{DOMAIN_NAME_SELECTED}>{DOMAIN_NAME_UNICODE}</option>\n                        <!-- EDP: parent_domain -->\n                    </select>\n                </label>\n            </td>\n        </tr>\n        <!-- BDP: shared_mount_point_option -->\n        <tr>\n            <td>{TR_SHARED_MOUNT_POINT} <span class=\"icon i_help\" title=\"{TR_SHARED_MOUNT_POINT_TOOLTIP}\"></span></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"shared_mount_point\" id=\"shared_mount_point_yes\"\n                           value=\"yes\"{SHARED_MOUNT_POINT_YES}>\n                    <label for=\"shared_mount_point_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"shared_mount_point\" id=\"shared_mount_point_no\"\n                           value=\"no\"{SHARED_MOUNT_POINT_NO}>\n                    <label for=\"shared_mount_point_no\">{TR_NO}</label>\n                </div>\n                <label for=\"shared_mount_point_domain\">\n                    <select name=\"shared_mount_point_domain\" id=\"shared_mount_point_domain\">\n                        <!-- BDP: shared_mount_point_domain -->\n                        <option value=\"{DOMAIN_NAME}\"{SHARED_MOUNT_POINT_DOMAIN_SELECTED}>{DOMAIN_NAME_UNICODE}</option>\n                        <!-- EDP: shared_mount_point_domain -->\n                    </select>\n                </label>\n            </td>\n        </tr>\n        <!-- EDP: shared_mount_point_option -->\n        <tr>\n            <td>{TR_URL_FORWARDING} <span class=\"icon i_help\" title=\"{TR_URL_FORWARDING_TOOLTIP}\"></span></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_yes\"{FORWARD_URL_YES} value=\"yes\">\n                    <label for=\"url_forwarding_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_no\"{FORWARD_URL_NO} value=\"no\">\n                    <label for=\"url_forwarding_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <tr id=\"tr_url_forwarding_data\">\n            <td>{TR_FORWARD_TO_URL}</td>\n            <td>\n                <label for=\"forward_url_scheme\">\n                    <select name=\"forward_url_scheme\" id=\"forward_url_scheme\">\n                        <option value=\"http://\"{HTTP_YES}>{TR_HTTP}</option>\n                        <option value=\"https://\"{HTTPS_YES}>{TR_HTTPS}</option>\n                    </select>\n                </label>\n                <label>\n                    <input name=\"forward_url\" type=\"text\" id=\"forward_url\" value=\"{FORWARD_URL}\">\n                </label>\n            </td>\n        </tr>\n        <tr id=\"tr_type_forwarding_data\">\n            <td>{TR_FORWARD_TYPE}</td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_301\"{FORWARD_TYPE_301} value=\"301\">\n                    <label for=\"forward_type_301\">{TR_301}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_302\"{FORWARD_TYPE_302} value=\"302\">\n                    <label for=\"forward_type_302\">{TR_302}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_303\"{FORWARD_TYPE_303} value=\"303\">\n                    <label for=\"forward_type_303\">{TR_303}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_307\"{FORWARD_TYPE_307} value=\"307\">\n                    <label for=\"forward_type_307\">{TR_307}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_proxy\"{FORWARD_TYPE_PROXY} value=\"proxy\">\n                    <label for=\"forward_type_proxy\">{TR_PROXY}</label>\n                </span>\n                <span class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"forward_host\" id=\"forward_host\"{FORWARD_HOST}>\n                    <label for=\"forward_host\">{TR_PROXY_PRESERVE_HOST}</label>\n                </span>\n            </td>\n        </tr>\n        <tr>\n            <td>{TR_WILDCARD_ALIAS} <span class=\"icon i_help\" title=\"{TR_WILDCARD_ALIAS_TOOLTIP}\"></span></td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_yes\"{WILDCARD_ALIAS_YES} value=\"yes\">\n                    <label for=\"wildcard_alias_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_no\"{WILDCARD_ALIAS_NO} value=\"no\">\n                    <label for=\"wildcard_alias_no\">{TR_NO}</label>\n                </span>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_ADD}\">\n        <a class=\"link_as_button\" href=\"domains_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/subdomain_edit.tpl",
    "content": "\n<script>\n    $(function () {\n        $(\"input[name='url_forwarding']\").on('change', function () {\n            if ($(\"#url_forwarding_no\").is(':checked')) {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").hide();\n                $(\"#document_root\").show();\n            } else {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").show();\n                $(\"#document_root\").hide();\n            }\n        }).trigger('change');\n\n        $(\"input[name='forward_type']\").on('change', function () {\n            if ($(\"#forward_type_proxy\").is(':checked')) {\n                $(\".checkbox\").show();\n            } else {\n                $(\".checkbox\").hide();\n            }\n        }).trigger('change');\n    });\n</script>\n<form name=\"edit_subdomain_frm\" method=\"post\" action=\"subdomain_edit.php?id={SUBDOMAIN_ID}&amp;type={SUBDOMAIN_TYPE}\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_SUBDOMAIN}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"subdomain_name\">{TR_SUBDOMAIN_NAME}</label></td>\n            <td>\n                <span class=\"bold\">www.</span>\n                <input type=\"text\" name=\"subdomain_name\" id=\"subdomain_name\" value=\"{SUBDOMAIN_NAME}\" readonly=\"readonly\">\n            </td>\n        </tr>\n        <!-- BDP: document_root_bloc -->\n        <tr id=\"document_root\">\n            <td>\n                <label for=\"ftp_directory\">{TR_DOCUMENT_ROOT}</label>\n                <span class=\"icon i_help\" title=\"{TR_DOCUMENT_ROOT_TOOLTIP}\"></span>\n            </td>\n            <td>\n                <span class=\"bold\">/htdocs</span>\n                <input type=\"text\" name=\"document_root\" id=\"ftp_directory\" class=\"textinput\" placeholder=\"/\" value=\"{DOCUMENT_ROOT}\">\n                <span class=\"icon i_bc_folder ftp_choose_dir clickable\">{TR_CHOOSE_DIR}</span>\n            </td>\n        </tr>\n        <!-- EDP: document_root_bloc -->\n        <tr>\n            <td>{TR_URL_FORWARDING} <span class=\"icon i_help\" title=\"{TR_URL_FORWARDING_TOOLTIP}\"></span></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_yes\"{FORWARD_URL_YES} value=\"yes\">\n                    <label for=\"url_forwarding_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_no\"{FORWARD_URL_NO} value=\"no\">\n                    <label for=\"url_forwarding_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <tr id=\"tr_url_forwarding_data\">\n            <td>{TR_FORWARD_TO_URL}</td>\n            <td>\n                <label for=\"forward_url_scheme\">\n                    <select name=\"forward_url_scheme\" id=\"forward_url_scheme\">\n                        <option value=\"http://\"{HTTP_YES}>{TR_HTTP}</option>\n                        <option value=\"https://\"{HTTPS_YES}>{TR_HTTPS}</option>\n                    </select>\n                </label>\n                <label><input name=\"forward_url\" type=\"text\" id=\"forward_url\" value=\"{FORWARD_URL}\"></label>\n            </td>\n        </tr>\n        <tr id=\"tr_type_forwarding_data\">\n            <td>{TR_FORWARD_TYPE}</td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_301\"{FORWARD_TYPE_301} value=\"301\">\n                    <label for=\"forward_type_301\">{TR_301}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_302\"{FORWARD_TYPE_302} value=\"302\">\n                    <label for=\"forward_type_302\">{TR_302}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_303\"{FORWARD_TYPE_303} value=\"303\">\n                    <label for=\"forward_type_303\">{TR_303}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_307\"{FORWARD_TYPE_307} value=\"307\">\n                    <label for=\"forward_type_307\">{TR_307}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_proxy\"{FORWARD_TYPE_PROXY} value=\"proxy\">\n                    <label for=\"forward_type_proxy\">{TR_PROXY}</label>\n                </span>\n                <span class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"forward_host\" id=\"forward_host\"{FORWARD_HOST}>\n                    <label for=\"forward_host\">{TR_PROXY_PRESERVE_HOST}</label>\n                </span>\n            </td>\n        </tr>\n        <tr>\n            <td>{TR_WILDCARD_ALIAS} <span class=\"icon i_help\" title=\"{TR_WILDCARD_ALIAS_TOOLTIP}\"></span></td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_yes\"{WILDCARD_ALIAS_YES} value=\"yes\">\n                    <label for=\"wildcard_alias_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_no\"{WILDCARD_ALIAS_NO} value=\"no\">\n                    <label for=\"wildcard_alias_no\">{TR_NO}</label>\n                </span>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <a class=\"link_as_button\" href=\"domains_manage.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/ticket_closed.tpl",
    "content": "<script>\n    function action_delete(link, subject) {\n        if (subject == '#__all__#') {\n            return jQuery.imscp.confirmOnclick(link, \"{TR_TICKETS_DELETE_ALL_MESSAGE}\");\n        }\n\n        return jQuery.imscp.confirmOnclick(link, sprintf(\"{TR_TICKETS_DELETE_MESSAGE}\", subject));\n    }\n</script>\n<!-- BDP: tickets_list -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_TICKET_STATUS}</th>\n        <th>{TR_TICKET_FROM}</th>\n        <th>{TR_TICKET_SUBJECT}</th>\n        <th>{TR_TICKET_URGENCY}</th>\n        <th>{TR_TICKET_LAST_ANSWER_DATE}</th>\n        <th>{TR_TICKET_ACTION}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: tickets_item -->\n    <tr>\n        <td><strong>{TICKET_STATUS_VAL}</strong></td>\n        <td>{TICKET_FROM_VAL}</td>\n        <td>\n            <a href=\"ticket_view.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_document\" title=\"{TR_TICKET_READ_LINK}\">{TICKET_SUBJECT_VAL}</a>\n        </td>\n        <td>{TICKET_URGENCY_VAL}</td>\n        <td>{TICKET_LAST_DATE_VAL}</td>\n        <td>\n            <a href=\"ticket_delete.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_delete\" onclick=\"return action_delete(this, '{TICKET_SUBJECT2_VAL}')\" title=\"{TR_TICKET_DELETE_LINK}\">{TR_TICKET_DELETE}</a>\n            <a href=\"ticket_closed.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_open\" title=\"{TR_TICKET_REOPEN_LINK}\">{TR_TICKET_REOPEN}</a>\n        </td>\n    </tr>\n    <!-- EDP: tickets_item -->\n    <tr>\n        <td colspan=\"6\">\n            <div class=\"buttons\">\n                <a class=\"link_as_button\" href=\"ticket_delete.php?delete=closed\" onclick=\"return action_delete(this, '#__all__#')\">{TR_TICKET_DELETE_ALL}</a>\n            </div>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<div class=\"paginator\">\n    <!-- BDP: scroll_prev -->\n    <a class=\"icon i_prev\" href=\"ticket_system.php?psi={PREV_PSI}\" title=\"{TR_PREVIOUS}\">{TR_PREVIOUS}</a>\n    <!-- EDP: scroll_prev -->\n    <!-- BDP: scroll_prev_gray -->\n    <span class=\"icon i_prev_gray\"></span>\n    <!-- EDP: scroll_prev_gray -->\n    <!-- BDP: scroll_next_gray -->\n    <span class=\"icon i_next_gray\"></span>\n    <!-- EDP: scroll_next_gray -->\n    <!-- BDP: scroll_next -->\n    <a class=\"icon i_next\" href=\"ticket_system.php?psi={NEXT_PSI}\" title=\"{TR_NEXT}\">{TR_NEXT}</a>\n    <!-- EDP: scroll_next -->\n</div>\n<!-- EDP: tickets_list -->\n"
  },
  {
    "path": "gui/themes/default/client/ticket_create.tpl",
    "content": "\n<form name=\"ticketFrm\" method=\"post\" action=\"ticket_create.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_NEW_TICKET}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"urgency\">{TR_URGENCY}</label></td>\n            <td>\n                <select id=\"urgency\" name=\"urgency\">\n                    <option value=\"1\"{OPT_URGENCY_1}>{TR_LOW}</option>\n                    <option value=\"2\"{OPT_URGENCY_2}>{TR_MEDIUM}</option>\n                    <option value=\"3\"{OPT_URGENCY_3}>{TR_HIGH}</option>\n                    <option value=\"4\"{OPT_URGENCY_4}>{TR_VERY_HIGH}</option>\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"subject\">{TR_SUBJECT}</label></td>\n            <td><input type=\"text\" id=\"subject\" name=\"subject\" value=\"{SUBJECT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"user_message\">{TR_YOUR_MESSAGE}</label></td>\n            <td><textarea id=\"user_message\" name=\"user_message\">{USER_MESSAGE}</textarea></td>\n        </tr>\n        </tbody>\n    </table>\n\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_SEND_MESSAGE}\">\n        <input name=\"uaction\" type=\"hidden\" value=\"send_msg\"/>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/client/ticket_system.tpl",
    "content": "<script>\n    function action_delete(link, subject) {\n        if (subject == '#__all__#') {\n            return jQuery.imscp.confirmOnclick(link, \"{TR_TICKETS_DELETE_ALL_MESSAGE}\");\n        }\n\n        return jQuery.imscp.confirmOnclick(link, sprintf(\"{TR_TICKETS_DELETE_MESSAGE}\", subject));\n    }\n</script>\n<!-- BDP: tickets_list -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_TICKET_STATUS}</th>\n        <th>{TR_TICKET_FROM}</th>\n        <th>{TR_TICKET_SUBJECT}</th>\n        <th>{TR_TICKET_URGENCY}</th>\n        <th>{TR_TICKET_LAST_ANSWER_DATE}</th>\n        <th>{TR_TICKET_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: tickets_item -->\n    <tr>\n        <td><strong>{TICKET_STATUS_VAL}</strong></td>\n        <td>{TICKET_FROM_VAL}</td>\n        <td>\n            <a href=\"ticket_view.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_document\"\n               title=\"{TR_TICKET_READ_LINK}\">{TICKET_SUBJECT_VAL}</a>\n        </td>\n        <td>{TICKET_URGENCY_VAL}</td>\n        <td>{TICKET_LAST_DATE_VAL}</td>\n        <td>\n            <a href=\"ticket_delete.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_delete\" onclick=\"return action_delete(this, '{TICKET_SUBJECT2_VAL}')\" title=\"{TR_TICKET_DELETE_LINK}\">{TR_TICKET_DELETE}</a>\n            <a href=\"ticket_system.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_close\" title=\"{TR_TICKET_CLOSE_LINK}\">{TR_TICKET_CLOSE}</a>\n        </td>\n    </tr>\n    <!-- EDP: tickets_item -->\n    <tr>\n        <td colspan=\"6\">\n            <div class=\"buttons\">\n                <a class=\"link_as_button\" href=\"ticket_delete.php?delete=open\" onclick=\"return action_delete(this, '#__all__#')\">{TR_TICKET_DELETE_ALL}</a>\n            </div>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<div class=\"paginator\">\n    <!-- BDP: scroll_prev -->\n    <a class=\"icon i_prev\" href=\"ticket_system.php?psi={PREV_PSI}\" title=\"{TR_PREVIOUS}\">{TR_PREVIOUS}</a>\n    <!-- EDP: scroll_prev -->\n    <!-- BDP: scroll_prev_gray -->\n    <span class=\"icon i_prev_gray\"></span>\n    <!-- EDP: scroll_prev_gray -->\n    <!-- BDP: scroll_next_gray -->\n    <span class=\"icon i_next_gray\"></span>\n    <!-- EDP: scroll_next_gray -->\n    <!-- BDP: scroll_next -->\n    <a class=\"icon i_next\" href=\"ticket_system.php?psi={NEXT_PSI}\" title=\"{TR_NEXT}\">{TR_NEXT}</a>\n    <!-- EDP: scroll_next -->\n</div>\n<!-- EDP: tickets_list -->\n"
  },
  {
    "path": "gui/themes/default/client/ticket_view.tpl",
    "content": "\n<!-- BDP: ticket -->\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_TICKET_INFO}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td><strong>{TR_TICKET_SUBJECT}</strong></td>\n        <td>{TICKET_SUBJECT_VAL}</td>\n    </tr>\n    <tr>\n        <td><strong>{TR_TICKET_URGENCY}</strong></td>\n        <td>{TICKET_URGENCY_VAL}</td>\n    </tr>\n    </tbody>\n</table>\n<!-- BDP: ticket_message -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_TICKET_FROM}: {TICKET_FROM_VAL}</th>\n        <th style=\"text-align: right\">{TICKET_DATE_VAL}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr class=\"{TICKET_CLASS}\">\n        <td colspan=\"2\">{TICKET_CONTENT_VAL}</td>\n    </tr>\n    </tbody>\n</table>\n<!-- EDP: ticket_message -->\n<!-- EDP: ticket -->\n<h2 class=\"doc\"><span>{TR_TICKET_NEW_REPLY}</span></h2>\n<form name=\"ticketFrm\" method=\"post\" action=\"ticket_view.php?ticket_id={TICKET_ID_VAL}\">\n    <label><textarea name=\"user_message\" style=\"height:250px\"></textarea></label>\n    <div class=\"buttons\">\n        <input name=\"button_reply\" type=\"button\" class=\"button\" value=\"{TR_TICKET_REPLY}\" onclick=\"return sbmt(document.forms[0], 'send_msg');\">\n        <input name=\"button_action\" type=\"button\" class=\"button\" value=\"{TR_TICKET_ACTION}\" onclick=\"return sbmt(document.forms[0],'{TICKET_ACTION_VAL}');\">\n        <input name=\"uaction\" type=\"hidden\" value=\"\">\n        <input name=\"subject\" type=\"hidden\" value=\"{TICKET_SUBJECT_VAL}\">\n        <input name=\"urgency\" type=\"hidden\" value=\"{TICKET_URGENCY_ID_VAL}\">\n    </div>\n</form>\n<!-- EDP: tickets_list -->\n"
  },
  {
    "path": "gui/themes/default/client/traffic_statistics.tpl",
    "content": "\n<script>\n    $(function() {\n        $(\"#month, #year\").on(\"change\", function() {\n            $(this).closest(\"form\").submit();\n            return false;\n        });\n    });\n</script>\n<form>\n    <label for=\"month\">{TR_MONTH}</label>\n    <select name=\"month\" id=\"month\">\n        <!-- BDP: month_list -->\n        <option{OPTION_SELECTED}>{MONTH_VALUE}</option>\n        <!-- EDP: month_list -->\n    </select>\n    <label for=\"year\">{TR_YEAR}</label>\n    <select name=\"year\" id=\"year\">\n        <!-- BDP: year_list -->\n        <option{OPTION_SELECTED}>{YEAR_VALUE}</option>\n        <!-- EDP: year_list -->\n    </select>\n</form>\n<!-- BDP: statistics_block -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_DATE}</th>\n        <th>{TR_WEB_TRAFF}</th>\n        <th>{TR_FTP_TRAFF}</th>\n        <th>{TR_SMTP_TRAFF}</th>\n        <th>{TR_POP_TRAFF}</th>\n        <th>{TR_SUM}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_ALL}</td>\n        <td>{WEB_ALL}</td>\n        <td>{FTP_ALL}</td>\n        <td>{SMTP_ALL}</td>\n        <td>{POP_ALL}</td>\n        <td>{SUM_ALL}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: traffic_table_item -->\n    <tr>\n        <td>{DATE}</td>\n        <td>{WEB_TRAFF}</td>\n        <td>{FTP_TRAFF}</td>\n        <td>{SMTP_TRAFF}</td>\n        <td>{POP_TRAFF}</td>\n        <td>{SUM_TRAFF}</td>\n    </tr>\n    <!-- EDP: traffic_table_item -->\n    </tbody>\n</table>\n<!-- EDP: statistics_block -->\n"
  },
  {
    "path": "gui/themes/default/client/webtools.tpl",
    "content": "\n<table>\n    <thead>\n    <tr>\n        <th>{TR_FEATURE}</th>\n        <th>{TR_DESCRIPTION}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td><a href=\"protected_areas.php\" class=\"icon_big icon_center i_htaccessicon\" title=\"{TR_HTACCESS_TOOLTIPS}\"></a></td>\n        <td>{TR_HTACCESS_TXT}</td>\n    </tr>\n    <tr>\n        <td><a href=\"error_pages.php\" class=\"icon_big icon_center i_errordocsicon\" title=\"{TR_ERROR_PAGES_TOOLTIPS}\"></a></td>\n        <td>{TR_ERROR_PAGES_TXT}</td>\n    </tr>\n    <!-- BDP: backup_feature -->\n    <tr>\n        <td><a href=\"backup.php\" class=\"icon_big icon_center i_backupicon\" title=\"{TR_BACKUP_TOOLTIPS}\"></a></td>\n        <td>{TR_BACKUP_TXT}</td>\n    </tr>\n    <!-- EDP: backup_feature -->\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/index.tpl",
    "content": "\n<div id=\"login\">\n    <form name=\"login\" action=\"index.php\" method=\"post\">\n        <table>\n            <tr>\n                <td class=\"left\"><label for=\"uname\">{TR_USERNAME}</label></td>\n                <td class=\"right\"><input type=\"text\" name=\"uname\" id=\"uname\" value=\"{UNAME}\"></td>\n            </tr>\n            <tr>\n                <td class=\"left\"><label for=\"password\">{TR_PASSWORD}</label></td>\n                <td class=\"right\"><input type=\"password\" name=\"upass\" id=\"password\" value=\"\"></td>\n            </tr>\n            <tr>\n                <td colspan=\"2\" class=\"right\">\n                    <!-- BDP: lost_password_support -->\n                    <a class=\"link_as_button\" href=\"lostpassword.php\">{TR_LOSTPW}</a>\n                    <!-- EDP: lost_password_support -->\n                    <button type=\"submit\" name=\"Submit\" tabindex=\"3\">{TR_LOGIN}</button>\n                </td>\n            </tr>\n            <!-- BDP: ssl_support -->\n            <tr>\n                <td colspan=\"2\" class=\"center\">\n                    <a class=\"icon {SSL_IMAGE_CLASS}\" href=\"{SSL_LINK}\" title=\"{TR_SSL_DESCRIPTION}\">{TR_SSL}</a>\n                </td>\n            </tr>\n            <!-- EDP: ssl_support -->\n        </table>\n        <input type=\"hidden\" name=\"action\" value=\"login\">\n    </form>\n</div>\n"
  },
  {
    "path": "gui/themes/default/info.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2015 by i-MSCP Team\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\nreturn [\n    'theme_name'      => 'default',\n    'theme_version'   => '1.0.0',\n    'theme_authors'   => [\n        'Henrik Schytte' => 'henrik@schytte.net',\n        'Marc Pujol'     => 'kilburn@la3.org'\n    ],\n    'theme_licence'   => 'GPLv2++',\n    'theme_color_set' => ['black', 'blue', 'green', 'red', 'yellow']\n];\n"
  },
  {
    "path": "gui/themes/default/lostpassword.tpl",
    "content": "\n<div id=\"login\">\n    <form name=\"lostpasswordFrm\" action=\"lostpassword.php\" method=\"post\">\n        <table>\n            <tr>\n                <td colspan=\"2\" class=\"center\">\n                    <a href=\"lostpassword.php\" title=\"{GET_NEW_IMAGE}\">\n                        <img id=\"captcha\" src=\"imagecode.php\" width=\"{CAPTCHA_WIDTH}\" height=\"{CAPTCHA_HEIGHT}\" alt=\"captcha image\">\n                    </a>\n                </td>\n            </tr>\n            <tr>\n                <td class=\"left\"><label for=\"capcode\">{TR_CAPCODE}</label></td>\n                <td class=\"right\"><input type=\"text\" name=\"capcode\" id=\"capcode\" tabindex=\"1\"></td>\n            </tr>\n            <tr>\n                <td class=\"left\"><label for=\"uname\">{TR_USERNAME}</label></td>\n                <td class=\"right\"><input type=\"text\" name=\"uname\" id=\"uname\" tabindex=\"2\" value=\"{UNAME}\"></td>\n            </tr>\n            <tr>\n                <td colspan=\"2\" class=\"right\">\n                    <button name=\"Submit\" type=\"submit\" tabindex=\"3\">{TR_SEND}</button>\n                    <a class=\"link_as_button\" href=\"/\" tabindex=\"4\">{TR_CANCEL}</a>\n                </td>\n            </tr>\n        </table>\n    </form>\n</div>\n"
  },
  {
    "path": "gui/themes/default/message.tpl",
    "content": "\n<div id=\"message_container\">\n    <h1>{BOX_MESSAGE_TITLE}</h1>\n    <pre>{BOX_MESSAGE}</pre>\n    <!-- BDP: backlink_block -->\n    <div class=\"buttons\">\n        <a class=\"link_as_button\" href=\"{BACK_BUTTON_DESTINATION}\" target=\"_self\">{TR_BACK}</a>\n    </div>\n    <!-- EDP: backlink_block -->\n</div>\n"
  },
  {
    "path": "gui/themes/default/reseller/alias.tpl",
    "content": "\n<script>\n    $(function () {\n        var $dataTable = $(\".datatable\").dataTable({\n            language: imscp_i18n.core.dataTable,\n            displayLength: 10,\n            processing: true,\n            serverSide: true,\n            ajaxSource: \"alias.php?action=get_table\",\n            stateSave: true,\n            pagingType: \"simple\",\n            columnDefs: [\n                {sortable: false, searchable: false, targets: [4]},\n                {sortable: false, searchable: false, targets: [5]}\n            ],\n            columns: [\n                {data: \"alias_name\"}, {data: \"alias_mount\"}, {data: \"url_forward\"}, {data: \"admin_name\"},\n                {data: \"alias_status\"}, {data: \"actions\"}\n            ],\n            fnServerData: function (source, data, callback) {\n                $.ajax({\n                    dataType: \"json\",\n                    type: \"GET\",\n                    url: source,\n                    data: data,\n                    success: callback,\n                    timeout: 5000\n                }).done(function () {\n                    $dataTable.find(\"a\").tooltip({tooltipClass: \"ui-tooltip-notice\", track: true});\n                });\n            }\n        });\n    });\n\n    function delete_alias(link, name) {\n        return jQuery.imscp.confirmOnclick(link, sprintf(\"{TR_MESSAGE_DELETE_ALIAS}\", name));\n    }\n\n    function delete_alias_order(link, name) {\n        return jQuery.imscp.confirmOnclick(link, sprintf(\"{TR_MESSAGE_DELETE_ALIAS_ORDER}\", name));\n    }\n</script>\n<table class=\"datatable\">\n    <thead>\n    <tr>\n        <th>{TR_ALIAS_NAME}</th>\n        <th>{TR_MOUNT_POINT}</th>\n        <th>{TR_FORWARD_URL}</th>\n        <th>{TR_CUSTOMER}</th>\n        <th>{TR_STATUS}</th>\n        <th>{TR_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td colspan=\"6\" class=\"dataTables_empty\">{TR_PROCESSING_DATA}</td>\n    </tr>\n    </tbody>\n</table>\n<!-- BDP: als_add_button -->\n<div style=\"float:right;\">\n    <a class=\"link_as_button\" href=\"alias_add.php\">{TR_ADD_DOMAIN_ALIAS}</a>\n</div>\n<!-- EDP: als_add_button -->\n"
  },
  {
    "path": "gui/themes/default/reseller/alias_add.tpl",
    "content": "\n<script>\n    $(function () {\n        <!-- BDP: shared_mount_point_option_js -->\n        $(\"input[name='shared_mount_point']\").on('change', function () {\n            if ($(\"#shared_mount_point_no\").is(':checked')) {\n                $(\"#shared_mount_point_domain\").hide();\n            } else {\n                $(\"#shared_mount_point_domain\").show();\n            }\n        }).trigger('change');\n        <!-- EDP: shared_mount_point_option_js -->\n\n        $(\"input[name='url_forwarding']\").on('change', function () {\n            if ($(\"#url_forwarding_no\").is(':checked')) {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").hide();\n            } else {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").show();\n            }\n        }).trigger('change');\n\n        $(\"input[name='forward_type']\").on('change', function () {\n            if ($(\"#forward_type_proxy\").is(':checked')) {\n                $(\".checkbox\").show();\n            } else {\n                $(\".checkbox\").hide();\n            }\n        }).trigger('change');\n\n        $('#customer_id').on('change', function () {\n            $.post(\n                    \"alias_add.php\",\n                    {\"customer_id\": this.value},\n                    function (data) {\n                        var select = $(\"#shared_mount_point_domain\");\n                        select.empty();\n                        for (var i = 0; i < data.length; i++) {\n                            select.append('<option value=\"' + data[i].domain_name + '\">' + data[i].domain_name_unicode + '</option>');\n                        }\n                    },\n                    \"json\"\n            );\n        });\n    });\n</script>\n<form name=\"add_domain_alias_frm\" method=\"post\" action=\"alias_add.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_DOMAIN_ALIAS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"customer_id\">{TR_CUSTOMER_ACCOUNT}</label></td>\n            <td>\n                <select name=\"customer_id\" id=\"customer_id\">\n                    <!-- BDP: customer_option -->\n                    <option value=\"{CUSTOMER_ID}\"{CUSTOMER_SELECTED}>{CUSTOMER_NAME}</option>\n                    <!-- EDP: customer_option -->\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td>\n                <label for=\"domain_alias_name\">{TR_DOMAIN_ALIAS_NAME}</label>\n            </td>\n            <td>\n                <span class=\"bold\">www.</span>\n                <input type=\"text\" name=\"domain_alias_name\" id=\"domain_alias_name\" value=\"{DOMAIN_ALIAS_NAME}\">\n            </td>\n        </tr>\n        <!-- BDP: shared_mount_point_option -->\n        <tr>\n            <td>{TR_SHARED_MOUNT_POINT} <span class=\"icon i_help\" title=\"{TR_SHARED_MOUNT_POINT_TOOLTIP}\"></span></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"shared_mount_point\" id=\"shared_mount_point_yes\" value=\"yes\"{SHARED_MOUNT_POINT_YES}>\n                    <label for=\"shared_mount_point_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"shared_mount_point\" id=\"shared_mount_point_no\" value=\"no\"{SHARED_MOUNT_POINT_NO}>\n                    <label for=\"shared_mount_point_no\">{TR_NO}</label>\n                </div>\n                <label for=\"shared_mount_point_domain\">\n                    <select name=\"shared_mount_point_domain\" id=\"shared_mount_point_domain\">\n                        <!-- BDP: shared_mount_point_domain -->\n                        <option value=\"{DOMAIN_NAME}\"{SHARED_MOUNT_POINT_DOMAIN_SELECTED}>{DOMAIN_NAME_UNICODE}</option>\n                        <!-- EDP: shared_mount_point_domain -->\n                    </select>\n                </label>\n            </td>\n        </tr>\n        <!-- EDP: shared_mount_point_option -->\n        <tr>\n            <td>{TR_URL_FORWARDING} <span class=\"icon i_help\" title=\"{TR_URL_FORWARDING_TOOLTIP}\"></span></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_yes\"{FORWARD_URL_YES} value=\"yes\">\n                    <label for=\"url_forwarding_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_no\"{FORWARD_URL_NO} value=\"no\">\n                    <label for=\"url_forwarding_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <tr id=\"tr_url_forwarding_data\">\n            <td>{TR_FORWARD_TO_URL}</td>\n            <td>\n                <label for=\"forward_url_scheme\">\n                    <select name=\"forward_url_scheme\" id=\"forward_url_scheme\">\n                        <option value=\"http://\"{HTTP_YES}>{TR_HTTP}</option>\n                        <option value=\"https://\"{HTTPS_YES}>{TR_HTTPS}</option>\n                    </select>\n                </label>\n                <label>\n                    <input name=\"forward_url\" type=\"text\" id=\"forward_url\" value=\"{FORWARD_URL}\">\n                </label>\n            </td>\n        </tr>\n        <tr id=\"tr_type_forwarding_data\">\n            <td>{TR_FORWARD_TYPE}</td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_301\"{FORWARD_TYPE_301} value=\"301\">\n                    <label for=\"forward_type_301\">{TR_301}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_302\"{FORWARD_TYPE_302} value=\"302\">\n                    <label for=\"forward_type_302\">{TR_302}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_303\"{FORWARD_TYPE_303} value=\"303\">\n                    <label for=\"forward_type_303\">{TR_303}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_307\"{FORWARD_TYPE_307} value=\"307\">\n                    <label for=\"forward_type_307\">{TR_307}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_proxy\"{FORWARD_TYPE_PROXY} value=\"proxy\">\n                    <label for=\"forward_type_proxy\">{TR_PROXY}</label>\n                </span>\n                <span class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"forward_host\" id=\"forward_host\"{FORWARD_HOST}>\n                    <label for=\"forward_host\">{TR_PROXY_PRESERVE_HOST}</label>\n                </span>\n            </td>\n        </tr>\n        <tr>\n            <td>{TR_WILDCARD_ALIAS} <span class=\"icon i_help\" title=\"{TR_WILDCARD_ALIAS_TOOLTIP}\"></span></td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_yes\"{WILDCARD_ALIAS_YES} value=\"yes\">\n                    <label for=\"wildcard_alias_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_no\"{WILDCARD_ALIAS_NO} value=\"no\">\n                    <label for=\"wildcard_alias_no\">{TR_NO}</label>\n                </span>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_ADD}\">\n        <a class=\"link_as_button\" href=\"alias.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/alias_edit.tpl",
    "content": "\n<script>\n    $(function () {\n        $(\"input[name='url_forwarding']\").on('change', function () {\n            if ($(\"#url_forwarding_no\").is(':checked')) {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").hide();\n            } else {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").show();\n            }\n        }).trigger('change');\n\n        $(\"input[name='forward_type']\").on('change', function () {\n            if ($(\"#forward_type_proxy\").is(':checked')) {\n                $(\".checkbox\").show();\n            } else {\n                $(\".checkbox\").hide();\n            }\n        }).trigger('change');\n    });\n</script>\n<form name=\"edit_domain_alias_frm\" method=\"post\" action=\"alias_edit.php?id={DOMAIN_ALIAS_ID}\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_DOMAIN_ALIAS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"domain_alias_name\">{TR_DOMAIN_ALIAS_NAME}</label></td>\n            <td>\n                <span class=\"bold\">www.</span>\n                <input type=\"text\" name=\"domain_alias_name\" id=\"domain_alias_name\" value=\"{DOMAIN_ALIAS_NAME}\" readonly=\"readonly\">\n            </td>\n        </tr>\n        <!-- BDP: document_root_bloc -->\n        <tr id=\"document_root\">\n            <td>\n                <label for=\"ftp_directory\">{TR_DOCUMENT_ROOT}</label>\n                <span class=\"icon i_help\" title=\"{TR_DOCUMENT_ROOT_TOOLTIP}\"></span>\n            </td>\n            <td>\n                <span class=\"bold\">/htdocs</span>\n                <input type=\"text\" name=\"document_root\" id=\"ftp_directory\" class=\"textinput\" placeholder=\"/\" value=\"{DOCUMENT_ROOT}\">\n                <span class=\"icon i_bc_folder ftp_choose_dir clickable\">{TR_CHOOSE_DIR}</span>\n            </td>\n        </tr>\n        <!-- EDP: document_root_bloc -->\n        <tr>\n            <td>\n                {TR_URL_FORWARDING}\n                <span class=\"icon i_help\" title=\"{TR_URL_FORWARDING_TOOLTIP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_yes\"{FORWARD_URL_YES} value=\"yes\">\n                    <label for=\"url_forwarding_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_no\"{FORWARD_URL_NO} value=\"no\">\n                    <label for=\"url_forwarding_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <tr id=\"tr_url_forwarding_data\">\n            <td>{TR_FORWARD_TO_URL}</td>\n            <td>\n                <label for=\"forward_url_scheme\">\n                    <select name=\"forward_url_scheme\" id=\"forward_url_scheme\">\n                        <option value=\"http://\"{HTTP_YES}>{TR_HTTP}</option>\n                        <option value=\"https://\"{HTTPS_YES}>{TR_HTTPS}</option>\n                    </select>\n                </label>\n                <label>\n                    <input name=\"forward_url\" type=\"text\" id=\"forward_url\" value=\"{FORWARD_URL}\">\n                </label>\n            </td>\n        </tr>\n        <tr id=\"tr_type_forwarding_data\">\n            <td>{TR_FORWARD_TYPE}</td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_301\"{FORWARD_TYPE_301} value=\"301\">\n                    <label for=\"forward_type_301\">{TR_301}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_302\"{FORWARD_TYPE_302} value=\"302\">\n                    <label for=\"forward_type_302\">{TR_302}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_303\"{FORWARD_TYPE_303} value=\"303\">\n                    <label for=\"forward_type_303\">{TR_303}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_307\"{FORWARD_TYPE_307} value=\"307\">\n                    <label for=\"forward_type_307\">{TR_307}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_proxy\"{FORWARD_TYPE_PROXY} value=\"proxy\">\n                    <label for=\"forward_type_proxy\">{TR_PROXY}</label>\n                </span>\n                <span class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"forward_host\" id=\"forward_host\"{FORWARD_HOST}>\n                    <label for=\"forward_host\">{TR_PROXY_PRESERVE_HOST}</label>\n                </span>\n            </td>\n        </tr>\n        <tr>\n            <td>{TR_WILDCARD_ALIAS} <span class=\"icon i_help\" title=\"{TR_WILDCARD_ALIAS_TOOLTIP}\"></span></td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_yes\"{WILDCARD_ALIAS_YES} value=\"yes\">\n                    <label for=\"wildcard_alias_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_no\"{WILDCARD_ALIAS_NO} value=\"no\">\n                    <label for=\"wildcard_alias_no\">{TR_NO}</label>\n                </span>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <a class=\"link_as_button\" href=\"alias.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/circular.tpl",
    "content": "\n<form name=\"circular_frm\" method=\"post\" action=\"circular.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_CIRCULAR}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"sender_name\">{TR_SENDER_NAME}</label></td>\n            <td><input type=\"text\" name=\"sender_name\" id=\"sender_name\" value=\"{SENDER_NAME}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"sender_email\">{TR_SENDER_EMAIL}</label></td>\n            <td><input type=\"text\" name=\"sender_email\" id=\"sender_email\" value=\"{SENDER_EMAIL}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"subject\">{TR_SUBJECT}</label></td>\n            <td><input class=\"inputTitle\" type=\"text\" name=\"subject\" id=\"subject\" value=\"{SUBJECT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"body\">{TR_BODY}</label></td>\n            <td><textarea name=\"body\" id=\"body\">{BODY}</textarea></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_SEND_CIRCULAR}\">\n        <a class=\"link_as_button\" href=\"users.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/domain_details.tpl",
    "content": "\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_DOMAIN_DETAILS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_DOMAIN_NAME}</td>\n        <td>{VL_DOMAIN_NAME}</td>\n    </tr>\n    <tr>\n        <td>{TR_DOMAIN_IP}</td>\n        <td>{VL_DOMAIN_IP}</td>\n    </tr>\n    <tr>\n        <td>{TR_STATUS}</td>\n        <td>{VL_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_PHP_SUPP}</td>\n        <td>{VL_PHP_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_PHP_EDITOR_SUPP}</td>\n        <td>{VL_PHP_EDITOR_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_CGI_SUPP}</td>\n        <td>{VL_CGI_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_DNS_SUPP}</td>\n        <td>{VL_DNS_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_EXT_MAIL_SUPP}</td>\n        <td>{VL_EXT_MAIL_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_SOFTWARE_SUPP}</td>\n        <td>{VL_SOFTWARE_SUPP}</td>\n    </tr>\n    <tr>\n        <td>{TR_BACKUP_SUPP}</td>\n        <td>{VL_BACKUP_SUP}</td>\n    </tr>\n    <tr>\n        <td>{TR_TRAFFIC}</td>\n        <td>\n            <div class=\"graph\"><span style=\"width:{VL_TRAFFIC_PERCENT}%\">&nbsp;</span></div>\n            {VL_TRAFFIC_USED} / {VL_TRAFFIC_LIMIT}\n        </td>\n    </tr>\n    <tr>\n        <td>{TR_DISK}</td>\n        <td>\n            <div class=\"graph\"><span style=\"width:{VL_DISK_PERCENT}%\">&nbsp;</span></div>\n            {VL_DISK_USED} / {VL_DISK_LIMIT}\n        </td>\n    </tr>\n    </tbody>\n</table>\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_FEATURE}</th>\n        <th>{TR_USED}</th>\n        <th>{TR_LIMIT}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_SUBDOM_ACCOUNTS}</td>\n        <td>{VL_SUBDOM_ACCOUNTS_USED}</td>\n        <td>{VL_SUBDOM_ACCOUNTS_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_DOMALIAS_ACCOUNTS}</td>\n        <td>{VL_DOMALIAS_ACCOUNTS_USED}</td>\n        <td>{VL_DOMALIAS_ACCOUNTS_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_MAIL_ACCOUNTS}</td>\n        <td>{VL_MAIL_ACCOUNTS_USED}</td>\n        <td>{VL_MAIL_ACCOUNTS_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_MAIL_QUOTA}</td>\n        <td>{VL_MAIL_QUOTA_USED}</td>\n        <td>{VL_MAIL_QUOTA_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_FTP_ACCOUNTS}</td>\n        <td>{VL_FTP_ACCOUNTS_USED}</td>\n        <td>{VL_FTP_ACCOUNTS_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_SQL_DB_ACCOUNTS}</td>\n        <td>{VL_SQL_DB_ACCOUNTS_USED}</td>\n        <td>{VL_SQL_DB_ACCOUNTS_LIMIT}</td>\n    </tr>\n    <tr>\n        <td>{TR_SQL_USER_ACCOUNTS}</td>\n        <td>{VL_SQL_USER_ACCOUNTS_USED}</td>\n        <td>{VL_SQL_USER_ACCOUNTS_LIMIT}</td>\n    </tr>\n    </tbody>\n</table>\n<div class=\"buttons\">\n    <a class=\"link_as_button\" href=\"domain_edit.php?edit_id={DOMAIN_ID}\">{TR_EDIT}</a>\n    <a class=\"link_as_button\" href=\"users.php\">{TR_BACK}</a>\n</div>\n"
  },
  {
    "path": "gui/themes/default/reseller/domain_edit.tpl",
    "content": "\n<script>\n    $(function() {\n        $.each(imscp_i18n.core.error_field_stack, function (i, k) {\n            $(\"#\" + k).css(\"border-color\", \"#ca1d11\");\n        });\n\n        $(\"#domain_expires\").datepicker();\n        $(\"#domain_never_expires\").on('change', function () {\n            if ($(this).is(\":checked\")) {\n                $(\"#domain_expires\").val(\"\").css(\"border-color\", \"#dfdfdf\").prop(\"disabled\", true);\n            } else {\n                $(\"#domain_expires\").prop(\"disabled\", false);\n            }\n        });\n\n        $(\"#domain_disk_limit\").on('keyup mouseup paste copy cut', function () {\n            var storageQuotaLimit = parseInt($(this).val());\n            var $mailQuotaField = $(\"#mail_quota\");\n\n            if (storageQuotaLimit > 0) {\n                $mailQuotaField.attr(\"min\", 1).attr(\"max\", storageQuotaLimit);\n                return;\n            }\n\n            $mailQuotaField.attr(\"min\", 0).removeAttr(\"max\");\n        });\n    });\n</script>\n<form method=\"post\" action=\"domain_edit.php?edit_id={EDIT_ID}\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_DOMAIN_OVERVIEW}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_DOMAIN_NAME}</td>\n            <td>{DOMAIN_NAME}</td>\n        </tr>\n        <tr>\n            <td>{TR_DOMAIN_EXPIRE_DATE}</td>\n            <td>{DOMAIN_EXPIRE_DATE}</td>\n        </tr>\n        <tr>\n            <td><label for=\"domain_expires\">{TR_DOMAIN_NEW_EXPIRE_DATE}</label></td>\n            <td>\n                <input type=\"text\" id=\"domain_expires\" name=\"domain_expires\" value=\"{DOMAIN_NEW_EXPIRE_DATE}\"{DOMAIN_NEW_EXPIRE_DATE_DISABLED}>\n                <input type=\"checkbox\" name=\"domain_never_expires\" id=\"domain_never_expires\"{DOMAIN_NEVER_EXPIRES_CHECKED}>\n                <label for=\"domain_never_expires\">{TR_DOMAIN_NEVER_EXPIRES}</label>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"domain_ip_id\">{TR_DOMAIN_IP}</label></td>\n            <td>\n                <select id=\"domain_ip_id\" name=\"domain_ip_id\">\n                    <!-- BDP: ip_entry -->\n                    <option value=\"{IP_VALUE}\"{IP_SELECTED}>{IP_NUM}</option>\n                    <!-- EDP: ip_entry -->\n                </select>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th>{TR_DOMAIN_LIMITS}</th>\n            <th>{TR_LIMIT_VALUE}</th>\n            <th>{TR_CUSTOMER_CONSUMPTION}</th>\n            <th>{TR_RESELLER_CONSUMPTION}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: subdomain_limit_block -->\n        <tr>\n            <td><label for=\"domain_subd_limit\">{TR_SUBDOMAINS_LIMIT}</label></td>\n            <td><input type=\"number\" name=\"domain_subd_limit\" id=\"domain_subd_limit\" min=\"-1\" value=\"{SUBDOMAIN_LIMIT}\"></td>\n            <td>{TR_CUSTOMER_SUBDOMAINS_COMSUPTION}</td>\n            <td>{TR_RESELLER_SUBDOMAINS_COMSUPTION}</td>\n        </tr>\n        <!-- EDP: subdomain_limit_block -->\n        <!-- BDP: domain_aliases_limit_block -->\n        <tr>\n            <td><label for=\"domain_alias_limit\">{TR_ALIASSES_LIMIT}</label></td>\n            <td><input type=\"number\" name=\"domain_alias_limit\" id=\"domain_alias_limit\" min=\"-1\" value=\"{DOMAIN_ALIASSES_LIMIT}\"></td>\n            <td>{TR_CUSTOMER_DOMAIN_ALIASSES_COMSUPTION}</td>\n            <td>{TR_RESELLER_DOMAIN_ALIASSES_COMSUPTION}</td>\n        </tr>\n        <!-- EDP: domain_aliases_limit_block -->\n        <!-- BDP: mail_accounts_limit_block -->\n        <tr>\n            <td><label for=\"domain_mailacc_limit\">{TR_MAIL_ACCOUNTS_LIMIT}</label></td>\n            <td><input type=\"number\" name=\"domain_mailacc_limit\" id=\"domain_mailacc_limit\" min=\"-1\" value=\"{MAIL_ACCOUNTS_LIMIT}\"></td>\n            <td>{TR_CUSTOMER_MAIL_ACCOUNTS_COMSUPTION}</td>\n            <td>{TR_RESELLER_MAIL_ACCOUNTS_COMSUPTION}</td>\n        </tr>\n        <tr>\n            <td><label for=\"mail_quota\">{TR_MAIL_QUOTA}</label></td>\n            <td><input type=\"number\" name=\"mail_quota\" id=\"mail_quota\" min=\"0\" max=\"17592186044416\" value=\"{MAIL_QUOTA}\"></td>\n            <td>{TR_CUSTOMER_MAIL_QUOTA_COMSUPTION}</td>\n            <td>{TR_NO_AVAILABLE}</td>\n        </tr>\n        <!-- EDP: mail_accounts_limit_block -->\n        <!-- BDP: ftp_accounts_limit_block -->\n        <tr>\n            <td><label for=\"domain_ftpacc_limit\">{TR_FTP_ACCOUNTS_LIMIT}</label></td>\n            <td><input type=\"number\" name=\"domain_ftpacc_limit\" id=\"domain_ftpacc_limit\" min=\"-1\" value=\"{FTP_ACCOUNTS_LIMIT}\"></td>\n            <td>{TR_CUSTOMER_FTP_ACCOUNTS_COMSUPTION}</td>\n            <td>{TR_RESELLER_FTP_ACCOUNTS_COMSUPTION}</td>\n        </tr>\n        <!-- EDP: ftp_accounts_limit_block -->\n        <!-- BDP: sql_db_and_users_limit_block -->\n        <tr>\n            <td><label for=\"domain_sqld_limit\">{TR_SQL_DATABASES_LIMIT}</label></td>\n            <td><input type=\"number\" name=\"domain_sqld_limit\" id=\"domain_sqld_limit\" min=\"-1\" value=\"{SQL_DATABASES_LIMIT}\"></td>\n            <td>{TR_CUSTOMER_SQL_DATABASES_COMSUPTION}</td>\n            <td>{TR_RESELLER_SQL_DATABASES_COMSUPTION}</td>\n        </tr>\n        <tr>\n            <td><label for=\"domain_sqlu_limit\">{TR_SQL_USERS_LIMIT}</label></td>\n            <td><input type=\"number\" name=\"domain_sqlu_limit\" id=\"domain_sqlu_limit\" min=\"-1\" value=\"{SQL_USERS_LIMIT}\"></td>\n            <td>{TR_CUSTOMER_SQL_USERS_COMSUPTION}</td>\n            <td>{TR_RESELLER_SQL_USERS_COMSUPTION}</td>\n        </tr>\n        <!-- EDP: sql_db_and_users_limit_block -->\n        <tr>\n            <td><label for=\"domain_traffic_limit\">{TR_TRAFFIC_LIMIT}</label></td>\n            <td><input type=\"number\" name=\"domain_traffic_limit\" id=\"domain_traffic_limit\" min=\"0\" max=\"17592186044416\" value=\"{TRAFFIC_LIMIT}\"></td>\n            <td>{TR_CUSTOMER_TRAFFIC_COMSUPTION}</td>\n            <td>{TR_RESELLER_TRAFFIC_COMSUPTION}</td>\n        </tr>\n        <tr>\n            <td><label for=\"domain_disk_limit\">{TR_DISK_LIMIT}</label></td>\n            <td><input type=\"number\" name=\"domain_disk_limit\" id=\"domain_disk_limit\" min=\"0\" max=\"17592186044416\" value=\"{DISK_LIMIT}\"></td>\n            <td>{TR_CUSTOMER_DISKPACE_COMSUPTION}</td>\n            <td>{TR_RESELLER_DISKPACE_COMSUPTION}</td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_FEATURES}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: php_block -->\n        <tr>\n            <td>{TR_PHP}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" id=\"php_yes\" name=\"domain_php\" value=\"yes\"{PHP_YES}>\n                    <label for=\"php_yes\">{TR_YES}</label>\n                    <input type=\"radio\" id=\"php_no\" name=\"domain_php\" value=\"no\"{PHP_NO}>\n                    <label for=\"php_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- BDP: php_editor_block -->\n        <tr id=\"php_editor_block\">\n            <td><label for=\"phpiniSystem\">{TR_PHP_EDITOR}</label></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_yes\" value=\"yes\"{PHP_EDITOR_YES}>\n                    <label for=\"php_ini_system_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_no\" value=\"no\"{PHP_EDITOR_NO}>\n                    <label for=\"php_ini_system_no\">{TR_NO}</label>\n                </div>\n                <button type=\"button\" id=\"php_editor_dialog_open\">{TR_SETTINGS}</button>\n                <div id=\"php_editor_dialog\" title=\"{TR_PHP_EDITOR_SETTINGS}\">\n                    <div class=\"php_editor_error static_success\">\n                        <span id=\"php_editor_msg_default\">{TR_FIELDS_OK}</span>\n                    </div>\n                    <!-- BDP: php_editor_permissions_block -->\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_PERMISSIONS}</th>\n                        </tr>\n                        </thead>\n                        <tbody>\n                        <!-- BDP: php_editor_allow_url_fopen_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_ALLOW_URL_FOPEN}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_allow_url_fopen\" id=\"phpiniAllowUrlFopenYes\" value=\"yes\"{ALLOW_URL_FOPEN_YES}>\n                                    <label for=\"phpiniAllowUrlFopenYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_allow_url_fopen\" id=\"phpiniAllowUrlFopenNo\" value=\"no\"{ALLOW_URL_FOPEN_NO}>\n                                    <label for=\"phpiniAllowUrlFopenNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_allow_url_fopen_block -->\n                        <!-- BDP: php_editor_display_errors_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_DISPLAY_ERRORS}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_display_errors\" id=\"phpiniDisplayErrorsYes\" value=\"yes\"{DISPLAY_ERRORS_YES}>\n                                    <label for=\"phpiniDisplayErrorsYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_display_errors\" id=\"phpiniDisplayErrorsNo\" value=\"no\"{DISPLAY_ERRORS_NO}>\n                                    <label for=\"phpiniDisplayErrorsNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_display_errors_block -->\n                        <!-- BDP: php_editor_disable_functions_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_DISABLE_FUNCTIONS}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsYes\" value=\"yes\"{DISABLE_FUNCTIONS_YES}>\n                                    <label for=\"phpiniDisableFunctionsYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsNo\" value=\"no\"{DISABLE_FUNCTIONS_NO}>\n                                    <label for=\"phpiniDisableFunctionsNo\">{TR_NO}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsExec\" value=\"exec\"{DISABLE_FUNCTIONS_EXEC}>\n                                    <label for=\"phpiniDisableFunctionsExec\">{TR_ONLY_EXEC}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_disable_functions_block -->\n                        <!-- BDP: php_editor_mail_function_block -->\n                        <tr>\n                            <td>{TR_CAN_USE_MAIL_FUNCTION}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_mail_function\" id=\"phpiniMailFunctionYes\" value=\"yes\"{MAIL_FUNCTION_YES}>\n                                    <label for=\"phpiniMailFunctionYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_mail_function\" id=\"phpiniMailFunctionNo\" value=\"no\"{MAIL_FUNCTION_NO}>\n                                    <label for=\"phpiniMailFunctionNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_mail_function_block -->\n                        </tbody>\n                    </table>\n                    <!-- EDP: php_editor_permissions_block -->\n                    <!-- BDP: php_editor_default_values_block -->\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_DIRECTIVES_VALUES}</th>\n                        </tr>\n                        </thead>\n                        <tbody id=\"php_ini_values\">\n                        <tr>\n                            <td><label for=\"max_execution_time\">{TR_MAX_EXECUTION_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_execution_time\" id=\"max_execution_time\" min=\"1\" max=\"{MAX_EXECUTION_TIME_LIMIT}\" value=\"{MAX_EXECUTION_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"max_input_time\">{TR_MAX_INPUT_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_input_time\" id=\"max_input_time\" min=\"1\" max=\"{MAX_INPUT_TIME_LIMIT}\" value=\"{MAX_INPUT_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"memory_limit\">{TR_MEMORY_LIMIT}</label></td>\n                            <td><input type=\"number\" name=\"memory_limit\" id=\"memory_limit\" min=\"1\" max=\"{MEMORY_LIMIT_LIMIT}\" value=\"{MEMORY_LIMIT}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"post_max_size\">{TR_POST_MAX_SIZE}</label></td>\n                            <td><input type=\"number\" name=\"post_max_size\" id=\"post_max_size\" min=\"1\" max=\"{POST_MAX_SIZE_LIMIT}\" value=\"{POST_MAX_SIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"upload_max_filesize\">{TR_UPLOAD_MAX_FILEZISE}</label></td>\n                            <td><input type=\"number\" name=\"upload_max_filesize\" id=\"upload_max_filesize\" min=\"1\" max=\"{UPLOAD_MAX_FILESIZE_LIMIT}\" value=\"{UPLOAD_MAX_FILESIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        </tbody>\n                    </table>\n                    <!-- EDP: php_editor_default_values_block -->\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: php_editor_block -->\n        <!-- EDP: php_block -->\n        <!-- BDP: cgi_block -->\n        <tr>\n            <td>{TR_CGI}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" id=\"domain_cgi_yes\" name=\"domain_cgi\" value=\"yes\"{CGI_YES}>\n                    <label for=\"domain_cgi_yes\">{TR_YES}</label>\n                    <input type=\"radio\" id=\"domain_cgi_no\" name=\"domain_cgi\" value=\"no\"{CGI_NO}>\n                    <label for=\"domain_cgi_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: cgi_block -->\n        <!-- BDP: custom_dns_records_feature -->\n        <tr>\n            <td>{TR_DNS}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" id=\"domain_dns_yes\" name=\"domain_dns\" value=\"yes\"{DNS_YES}>\n                    <label for=\"domain_dns_yes\">{TR_YES}</label>\n                    <input type=\"radio\" id=\"domain_dns_no\" name=\"domain_dns\" value=\"no\"{DNS_NO}>\n                    <label for=\"domain_dns_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: custom_dns_records_feature -->\n        <!-- BDP: ext_mail_block -->\n        <tr>\n            <td>{TR_EXTMAIL}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" id=\"extmail_yes\" name=\"domain_external_mail\" value=\"yes\"{EXTMAIL_YES}>\n                    <label for=\"extmail_yes\">{TR_YES}</label>\n                    <input type=\"radio\" id=\"extmail_no\" name=\"domain_external_mail\" value=\"no\"{EXTMAIL_NO}>\n                    <label for=\"extmail_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: ext_mail_block -->\n        <!-- BDP: backup_block -->\n        <tr>\n            <td>{TR_BACKUP}</td>\n            <td>\n                <div class=\"checkbox\">\n                    <input type=\"checkbox\" id=\"backup_dmn\" name=\"allowbackup[]\" value=\"dmn\"{BACKUP_DOMAIN}>\n                    <label for=\"backup_dmn\">{TR_BACKUP_DOMAIN}</label>\n                    <input type=\"checkbox\" id=\"backup_sql\" name=\"allowbackup[]\" value=\"sql\"{BACKUP_SQL}>\n                    <label for=\"backup_sql\">{TR_BACKUP_SQL}</label>\n                    <input type=\"checkbox\" id=\"backup_mail\" name=\"allowbackup[]\" value=\"mail\"{BACKUP_MAIL}>\n                    <label for=\"backup_mail\">{TR_BACKUP_MAIL}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: backup_block -->\n        <tr>\n            <td>\n                <label for=\"web_folder_protection\">{TR_WEB_FOLDER_PROTECTION}</label>\n                <span class=\"icon i_help\" id=\"web_folder_protection_help\" title=\"{TR_WEB_FOLDER_PROTECTION_HELP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" id=\"web_folder_protection_yes\" name=\"web_folder_protection\" value=\"yes\"{WEB_FOLDER_PROTECTION_YES}>\n                    <label for=\"web_folder_protection_yes\">{TR_YES}</label>\n                    <input type=\"radio\" id=\"web_folder_protection_no\" name=\"web_folder_protection\" value=\"no\"{WEB_FOLDER_PROTECTION_NO}>\n                    <label for=\"web_folder_protection_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <a class=\"link_as_button\" href=\"users.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/hosting_plan.tpl",
    "content": "<!-- BDP: hosting_plans -->\n<script>\n    function action_delete(link) {\n        return jQuery.imscp.confirmOnclick(link, imscp_i18n.core.hp_delete_confirmation);\n    }\n</script>\n<table>\n    <thead>\n    <tr>\n        <th>{TR_ID}</th>\n        <th>{TR_NAME}</th>\n        <th>{TR_STATUS}</th>\n        <th>{TR_ACTION}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: hosting_plan -->\n    <tr>\n        <td>{ID}</td>\n        <td>{NAME}</td>\n        <td>{STATUS}</td>\n        <td>\n            <a href=\"hosting_plan_edit.php?id={ID}\" class=\"icon i_edit\">{TR_EDIT}</a>\n            <a href=\"hosting_plan_delete.php?id={ID}\" onclick=\"return action_delete(this)\" class=\"icon i_delete\">{TR_DELETE}</a>\n        </td>\n    </tr>\n    <!-- EDP: hosting_plan -->\n    </tbody>\n</table>\n<!-- EDP: hosting_plans -->\n"
  },
  {
    "path": "gui/themes/default/reseller/hosting_plan_add.tpl",
    "content": "\n<script>\n    $(function() {\n        $.each(imscp_i18n.core.error_field_stack, function (i, k) {\n            $(\"#\" + k).css(\"border-color\", \"#ca1d11\");\n        });\n\n        $(\"#disk\").on('keyup mouseup paste copy cut', function () {\n            var storageQuotaLimit = parseInt($(this).val());\n            var $mailQuotaField = $(\"#mail_quota\");\n\n            if (storageQuotaLimit > 0) {\n                $mailQuotaField.attr(\"min\", 1).attr(\"max\", storageQuotaLimit);\n                return;\n            }\n\n            $mailQuotaField.attr(\"min\", 0).removeAttr(\"max\");\n        });\n    });\n</script>\n<form method=\"post\" action=\"hosting_plan_add.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HOSTING_PLAN}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"name\">{TR_NAME}</label></td>\n            <td><input type=\"text\" name=\"name\" id=\"name\" value=\"{NAME_VALUE}\" class=\"inputTitle\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"description\">{TR_DESCRIPTON}</label></td>\n            <td><textarea name=\"description\" id=\"description\">{DESCRIPTION_VALUE}</textarea></td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HOSTING_PLAN_LIMITS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: nb_subdomains -->\n        <tr>\n            <td><label for=\"sub\">{TR_MAX_SUBDOMAINS}</label></td>\n            <td><input type=\"number\" name=\"sub\" id=\"sub\" min=\"-1\" value=\"{MAX_SUB_LIMITS}\"></td>\n        </tr>\n        <!-- EDP: nb_subdomains -->\n        <!-- BDP: nb_domain_aliases -->\n        <tr>\n            <td><label for=\"als\">{TR_MAX_ALIASES}</label></td>\n            <td><input type=\"number\" name=\"als\" id=\"als\" min=\"-1\" value=\"{MAX_ALS_VALUES}\"></td>\n        </tr>\n        <!-- EDP: nb_domain_aliases -->\n        <!-- BDP: nb_mail -->\n        <tr>\n            <td><label for=\"mail\">{TR_MAX_MAILACCOUNTS}</label></td>\n            <td><input type=\"number\" name=\"mail\" id=\"mail\" min=\"-1\" value=\"{MAIL_VALUE}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"mail_quota\">{TR_MAIL_QUOTA}</label></td>\n            <td><input type=\"number\" name=\"mail_quota\" id=\"mail_quota\" min=\"0\" max=\"17592186044416\" value=\"{MAIL_QUOTA_VALUE}\"></td>\n        </tr>\n        <!-- EDP: nb_mail -->\n        <!-- BDP: nb_ftp -->\n        <tr>\n            <td><label for=\"ftp\">{TR_MAX_FTP}</label></td>\n            <td><input type=\"number\" name=\"ftp\" id=\"ftp\" min=\"-1\" value=\"{FTP_VALUE}\"></td>\n        </tr>\n        <!-- EDP: nb_ftp -->\n        <!-- BDP: nb_sqld -->\n        <tr>\n            <td><label for=\"sql_db\">{TR_MAX_SQL}</label></td>\n            <td><input type=\"number\" name=\"sql_db\" id=\"sql_db\" min=\"-1\" value=\"{SQL_DB_VALUE}\"></td>\n        </tr>\n        <!-- EDP: nb_sqld -->\n        <!-- BDP: nb_sqlu -->\n        <tr>\n            <td><label for=\"sql_user\">{TR_MAX_SQL_USERS}</label></td>\n            <td><input type=\"number\" name=\"sql_user\" id=\"sql_user\" min=\"-1\" value=\"{SQL_USER_VALUE}\"></td>\n        </tr>\n        <!-- EDP: nb_sqlu -->\n        <tr>\n            <td><label for=\"traff\">{TR_MAX_TRAFFIC}</label></td>\n            <td><input type=\"number\" name=\"traff\" id=\"traff\" min=\"0\" max=\"17592186044416\" value=\"{TRAFF_VALUE}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"disk\">{TR_DISK_LIMIT}</label></td>\n            <td><input type=\"number\" name=\"disk\" id=\"disk\" min=\"0\" max=\"17592186044416\" value=\"{DISK_VALUE}\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HOSTING_PLAN_FEATURES}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: php_feature -->\n        <tr>\n            <td>{TR_PHP}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"php\" id=\"php_yes\" value=\"_yes_\"{TR_PHP_YES} >\n                    <label for=\"php_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"php\" id=\"php_no\" value=\"_no_\"{TR_PHP_NO} >\n                    <label for=\"php_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: php_feature -->\n        <!-- BDP: php_editor_feature -->\n        <tr id=\"php_editor_block\">\n            <td><label>{TR_PHP_EDITOR}</label></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_yes\" value=\"yes\"{PHP_EDITOR_YES}>\n                    <label for=\"php_ini_system_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_no\" value=\"no\"{PHP_EDITOR_NO}>\n                    <label for=\"php_ini_system_no\">{TR_NO}</label>\n                </div>\n                <button type=\"button\" id=\"php_editor_dialog_open\">{TR_SETTINGS}</button>\n                <div id=\"php_editor_dialog\" title=\"{TR_PHP_EDITOR_SETTINGS}\">\n                    <div class=\"php_editor_error static_success\">\n                        <span id=\"php_editor_msg_default\">{TR_FIELDS_OK}</span>\n                    </div>\n                    <!-- BDP: php_editor_permissions_block -->\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_PERMISSIONS}</th>\n                        </tr>\n                        </thead>\n                        <tbody>\n                        <!-- BDP: php_editor_allow_url_fopen_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_ALLOW_URL_FOPEN}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_allow_url_fopen\" id=\"phpiniAllowUrlFopenYes\" value=\"yes\"{ALLOW_URL_FOPEN_YES}>\n                                    <label for=\"phpiniAllowUrlFopenYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_allow_url_fopen\" id=\"phpiniAllowUrlFopenNo\" value=\"no\"{ALLOW_URL_FOPEN_NO}>\n                                    <label for=\"phpiniAllowUrlFopenNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_allow_url_fopen_block -->\n                        <!-- BDP: php_editor_display_errors_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_DISPLAY_ERRORS}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_display_errors\" id=\"phpiniDisplayErrorsYes\" value=\"yes\"{DISPLAY_ERRORS_YES}>\n                                    <label for=\"phpiniDisplayErrorsYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_display_errors\" id=\"phpiniDisplayErrorsNo\" value=\"no\"{DISPLAY_ERRORS_NO}>\n                                    <label for=\"phpiniDisplayErrorsNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_display_errors_block -->\n                        <!-- BDP: php_editor_disable_functions_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_DISABLE_FUNCTIONS}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsYes\" value=\"yes\"{DISABLE_FUNCTIONS_YES}>\n                                    <label for=\"phpiniDisableFunctionsYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsNo\" value=\"no\"{DISABLE_FUNCTIONS_NO}>\n                                    <label for=\"phpiniDisableFunctionsNo\">{TR_NO}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsExec\" value=\"exec\"{DISABLE_FUNCTIONS_EXEC}>\n                                    <label for=\"phpiniDisableFunctionsExec\">{TR_ONLY_EXEC}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_disable_functions_block -->\n                        <!-- BDP: php_editor_mail_function_block -->\n                        <tr>\n                            <td>{TR_CAN_USE_MAIL_FUNCTION}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_mail_function\" id=\"phpiniMailFunctionYes\" value=\"yes\"{MAIL_FUNCTION_YES}>\n                                    <label for=\"phpiniMailFunctionYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_mail_function\" id=\"phpiniMailFunctionNo\" value=\"no\"{MAIL_FUNCTION_NO}>\n                                    <label for=\"phpiniMailFunctionNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_mail_function_block -->\n                        </tbody>\n                    </table>\n                    <!-- EDP: php_editor_permissions_block -->\n                    <!-- BDP: php_editor_default_values_block -->\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_DIRECTIVES_VALUES}</th>\n                        </tr>\n                        </thead>\n                        <tbody id=\"php_ini_values\">\n                        <tr>\n                            <td><label for=\"max_execution_time\">{TR_MAX_EXECUTION_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_execution_time\" id=\"max_execution_time\" min=\"1\" max=\"{MAX_EXECUTION_TIME_LIMIT}\" value=\"{MAX_EXECUTION_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"max_input_time\">{TR_MAX_INPUT_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_input_time\" id=\"max_input_time\" min=\"1\" max=\"{MAX_INPUT_TIME_LIMIT}\" value=\"{MAX_INPUT_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"memory_limit\">{TR_MEMORY_LIMIT}</label></td>\n                            <td><input type=\"number\" name=\"memory_limit\" id=\"memory_limit\" min=\"1\" max=\"{MEMORY_LIMIT_LIMIT}\" value=\"{MEMORY_LIMIT}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"post_max_size\">{TR_POST_MAX_SIZE}</label></td>\n                            <td><input type=\"number\" name=\"post_max_size\" id=\"post_max_size\" min=\"1\" max=\"{POST_MAX_SIZE_LIMIT}\" value=\"{POST_MAX_SIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"upload_max_filesize\">{TR_UPLOAD_MAX_FILEZISE}</label></td>\n                            <td><input type=\"number\" name=\"upload_max_filesize\" id=\"upload_max_filesize\" min=\"1\" max=\"{UPLOAD_MAX_FILESIZE_LIMIT}\" value=\"{UPLOAD_MAX_FILESIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        </tbody>\n                    </table>\n                    <!-- EDP: php_editor_default_values_block -->\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: php_editor_feature -->\n        <!-- BDP: cgi_feature -->\n        <tr>\n            <td>{TR_CGI}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"cgi\" value=\"_yes_\" id=\"cgi_yes\"{TR_CGI_YES}>\n                    <label for=\"cgi_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"cgi\" value=\"_no_\" id=\"cgi_no\"{TR_CGI_NO}>\n                    <label for=\"cgi_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: cgi_feature -->\n        <!-- BDP: custom_dns_records_feature -->\n        <tr>\n            <td>{TR_DNS}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"dns\" value=\"_yes_\" id=\"dns_yes\"{TR_DNS_YES}>\n                    <label for=\"dns_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"dns\" value=\"_no_\" id=\"dns_no\"{TR_DNS_NO}>\n                    <label for=\"dns_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: custom_dns_records_feature -->\n        <!-- BDP: ext_mail_feature -->\n        <tr>\n            <td>{TR_EXTMAIL}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"external_mail\" value=\"_yes_\" id=\"extmail_yes\"{TR_EXTMAIL_YES}>\n                    <label for=\"extmail_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"external_mail\" value=\"_no_\" id=\"extmail_no\"{TR_EXTMAIL_NO}>\n                    <label for=\"extmail_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: ext_mail_feature -->\n        <!-- BDP: backup_feature -->\n        <tr>\n            <td>{TR_BACKUP}</td>\n            <td>\n                <div class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"backup[]\" value=\"_dmn_\" id=\"backup_dmn\"{VL_BACKUPD}>\n                    <label for=\"backup_dmn\">{TR_BACKUP_DOMAIN}</label>\n                    <input type=\"checkbox\" name=\"backup[]\" value=\"_sql_\" id=\"backup_sql\"{VL_BACKUPS}>\n                    <label for=\"backup_sql\">{TR_BACKUP_SQL}</label>\n                    <input type=\"checkbox\" name=\"backup[]\" value=\"_mail_\" id=\"backup_mail\"{VL_BACKUPM}>\n                    <label for=\"backup_mail\">{TR_BACKUP_MAIL}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: backup_feature -->\n        <tr>\n            <td>\n                <label>{TR_WEB_FOLDER_PROTECTION}</label>\n                <span class=\"icon i_help\" id=\"web_folder_protection_help\" title=\"{TR_WEB_FOLDER_PROTECTION_HELP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"protected_webfolders\" value=\"_yes_\" id=\"protected_webfolders_yes\"{TR_PROTECT_WEB_FOLDERS_YES}>\n                    <label for=\"protected_webfolders_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"protected_webfolders\" value=\"_no_\" id=\"protected_webfolders_no\"{TR_PROTECT_WEB_FOLDERS_NO}>\n                    <label for=\"protected_webfolders_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HP_AVAILABILITY}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_STATUS}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"status\" value=\"1\" id=\"status_yes\"{TR_STATUS_YES}>\n                    <label for=\"status_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"status\" value=\"0\" id=\"status_no\"{TR_STATUS_NO}>\n                    <label for=\"status_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_ADD}\">\n        <a class=\"link_as_button\" href=\"hosting_plan.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/hosting_plan_edit.tpl",
    "content": "\n<script>\n    $(function() {\n        $.each(imscp_i18n.core.error_field_stack, function (i, k) {\n            $(\"#\" + k).css(\"border-color\", \"#ca1d11\");\n        });\n\n        $(\"#disk\").on('keyup mouseup paste copy cut', function () {\n            var storageQuotaLimit = parseInt($(this).val());\n            var $mailQuotaField = $(\"#mail_quota\");\n\n            if (storageQuotaLimit > 0) {\n                $mailQuotaField.attr(\"min\", 1).attr(\"max\", storageQuotaLimit);\n                return;\n            }\n\n            $mailQuotaField.attr(\"min\", 0).removeAttr(\"max\");\n        });\n    });\n</script>\n<form method=\"post\" action=\"hosting_plan_edit.php?id={ID}\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HOSTING_PLAN}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"name\">{TR_NAME}</label></td>\n            <td><input id=\"name\" type=\"text\" name=\"name\" value=\"{NAME}\" class=\"inputTitle\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"description\">{TR_DESCRIPTON}</label></td>\n            <td><textarea id=\"description\" name=\"description\">{DESCRIPTION}</textarea></td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HOSTING_PLAN_LIMITS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: nb_subdomains -->\n        <tr>\n            <td><label for=\"sub\">{TR_MAX_SUB}</label></td>\n            <td><input id=\"sub\" type=\"number\" name=\"sub\" min=\"-1\" value=\"{MAX_SUB}\"></td>\n        </tr>\n        <!-- EDP: nb_subdomains -->\n        <!-- BDP: nb_domain_aliases -->\n        <tr>\n            <td><label for=\"als\">{TR_MAX_ALS}</label></td>\n            <td><input id=\"als\" type=\"number\" name=\"als\" min=\"-1\" value=\"{MAX_ALS}\"></td>\n        </tr>\n        <!-- EDP: nb_domain_aliases -->\n        <!-- BDP: nb_mail -->\n        <tr>\n            <td><label for=\"mail\">{TR_MAX_MAIL}</label></td>\n            <td><input id=\"mail\" type=\"number\" name=\"mail\" min=\"-1\" value=\"{MAX_MAIL}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"mail_quota\">{TR_MAIL_QUOTA}</label></td>\n            <td><input id=\"mail_quota\" type=\"number\" name=\"mail_quota\" min=\"0\" max=\"17592186044416\" value=\"{MAIL_QUOTA}\"></td>\n        </tr>\n        <!-- EDP: nb_mail -->\n        <!-- BDP: nb_ftp -->\n        <tr>\n            <td><label for=\"ftp\">{TR_MAX_FTP}</label></td>\n            <td><input id=\"ftp\" type=\"number\" name=\"ftp\" min=\"-1\" value=\"{MAX_FTP}\"></td>\n        </tr>\n        <!-- EDP: nb_ftp -->\n        <!-- BDP: nb_sqld -->\n        <tr>\n            <td><label for=\"sql_db\">{TR_MAX_SQLD}</label></td>\n            <td><input id=\"sql_db\" type=\"number\" name=\"sql_db\" min=\"-1\" value=\"{MAX_SQLD}\"></td>\n        </tr>\n        <!-- EDP: nb_sqld -->\n        <!-- BDP: nb_sqlu -->\n        <tr>\n            <td><label for=\"sql_user\">{TR_MAX_SQLU}</label></td>\n            <td><input id=\"sql_user\" type=\"number\" name=\"sql_user\" min=\"-1\" value=\"{MAX_SQLU}\"></td>\n        </tr>\n        <!-- EDP: nb_sqlu -->\n        <tr>\n            <td><label for=\"traff\">{TR_MONTHLY_TRAFFIC}</label></td>\n            <td><input id=\"traff\" type=\"number\" name=\"traff\" min=\"0\" max=\"17592186044416\" value=\"{MONTHLY_TRAFFIC}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"disk\">{TR_MAX_DISKSPACE}</label></td>\n            <td><input id=\"disk\" type=\"number\" name=\"disk\" min=\"0\" max=\"17592186044416\" value=\"{MAX_DISKSPACE}\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HOSTING_PLAN_FEATURES}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: php_feature -->\n        <tr>\n            <td>{TR_PHP}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"php\" value=\"_yes_\" id=\"php_yes\"{PHP_YES}>\n                    <label for=\"php_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"php\" value=\"_no_\" id=\"php_no\"{PHP_NO}>\n                    <label for=\"php_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: php_feature -->\n        <!-- BDP: php_editor_feature -->\n        <tr id=\"php_editor_block\">\n            <td><label>{TR_PHP_EDITOR}</label></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_yes\" value=\"yes\"{PHP_EDITOR_YES}>\n                    <label for=\"php_ini_system_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_no\" value=\"no\"{PHP_EDITOR_NO}>\n                    <label for=\"php_ini_system_no\">{TR_NO}</label>\n                </div>\n                <button type=\"button\" id=\"php_editor_dialog_open\">{TR_SETTINGS}</button>\n                <div id=\"php_editor_dialog\" title=\"{TR_PHP_EDITOR_SETTINGS}\">\n                    <div class=\"php_editor_error static_success\">\n                        <span id=\"php_editor_msg_default\">{TR_FIELDS_OK}</span>\n                    </div>\n                    <!-- BDP: php_editor_permissions_block -->\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_PERMISSIONS}</th>\n                        </tr>\n                        </thead>\n                        <tbody>\n                        <!-- BDP: php_editor_allow_url_fopen_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_ALLOW_URL_FOPEN}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_allow_url_fopen\" id=\"phpiniAllowUrlFopenYes\" value=\"yes\"{ALLOW_URL_FOPEN_YES}>\n                                    <label for=\"phpiniAllowUrlFopenYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_allow_url_fopen\" id=\"phpiniAllowUrlFopenNo\" value=\"no\"{ALLOW_URL_FOPEN_NO}>\n                                    <label for=\"phpiniAllowUrlFopenNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_allow_url_fopen_block -->\n                        <!-- BDP: php_editor_display_errors_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_DISPLAY_ERRORS}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_display_errors\" id=\"phpiniDisplayErrorsYes\" value=\"yes\"{DISPLAY_ERRORS_YES}>\n                                    <label for=\"phpiniDisplayErrorsYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_display_errors\" id=\"phpiniDisplayErrorsNo\" value=\"no\"{DISPLAY_ERRORS_NO}>\n                                    <label for=\"phpiniDisplayErrorsNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_display_errors_block -->\n                        <!-- BDP: php_editor_disable_functions_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_DISABLE_FUNCTIONS}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsYes\" value=\"yes\"{DISABLE_FUNCTIONS_YES}>\n                                    <label for=\"phpiniDisableFunctionsYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsNo\" value=\"no\"{DISABLE_FUNCTIONS_NO}>\n                                    <label for=\"phpiniDisableFunctionsNo\">{TR_NO}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsExec\" value=\"exec\"{DISABLE_FUNCTIONS_EXEC}>\n                                    <label for=\"phpiniDisableFunctionsExec\">{TR_ONLY_EXEC}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_disable_functions_block -->\n                        <!-- BDP: php_editor_mail_function_block -->\n                        <tr>\n                            <td>{TR_CAN_USE_MAIL_FUNCTION}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_mail_function\" id=\"phpiniMailFunctionYes\" value=\"yes\"{MAIL_FUNCTION_YES}>\n                                    <label for=\"phpiniMailFunctionYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_mail_function\" id=\"phpiniMailFunctionNo\" value=\"no\"{MAIL_FUNCTION_NO}>\n                                    <label for=\"phpiniMailFunctionNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_mail_function_block -->\n                        </tbody>\n                    </table>\n                    <!-- EDP: php_editor_permissions_block -->\n                    <!-- BDP: php_editor_default_values_block -->\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_DIRECTIVES_VALUES}</th>\n                        </tr>\n                        </thead>\n                        <tbody id=\"php_ini_values\">\n                        <tr>\n                            <td><label for=\"max_execution_time\">{TR_MAX_EXECUTION_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_execution_time\" id=\"max_execution_time\" min=\"1\" max=\"{MAX_EXECUTION_TIME_LIMIT}\" value=\"{MAX_EXECUTION_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"max_input_time\">{TR_MAX_INPUT_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_input_time\" id=\"max_input_time\" min=\"1\" max=\"{MAX_INPUT_TIME_LIMIT}\" value=\"{MAX_INPUT_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"memory_limit\">{TR_MEMORY_LIMIT}</label></td>\n                            <td><input type=\"number\" name=\"memory_limit\" id=\"memory_limit\" min=\"1\" max=\"{MEMORY_LIMIT_LIMIT}\" value=\"{MEMORY_LIMIT}\"> <span>{TR_MIB}</span>\n                            </td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"post_max_size\">{TR_POST_MAX_SIZE}</label></td>\n                            <td><input type=\"number\" name=\"post_max_size\" id=\"post_max_size\" min=\"1\" max=\"{POST_MAX_SIZE_LIMIT}\" value=\"{POST_MAX_SIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"upload_max_filesize\">{TR_UPLOAD_MAX_FILEZISE}</label></td>\n                            <td><input type=\"number\" name=\"upload_max_filesize\" id=\"upload_max_filesize\" min=\"1\" max=\"{UPLOAD_MAX_FILESIZE_LIMIT}\" value=\"{UPLOAD_MAX_FILESIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        </tbody>\n                    </table>\n                    <!-- EDP: php_editor_default_values_block -->\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: php_editor_feature -->\n        <!-- BDP: cgi_feature -->\n        <tr>\n            <td>{TR_CGI}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"cgi\" value=\"_yes_\" id=\"cgi_yes\"{CGI_YES}>\n                    <label for=\"cgi_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"cgi\" value=\"_no_\" id=\"cgi_no\"{CGI_NO}>\n                    <label for=\"cgi_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: cgi_feature -->\n        <!-- BDP: custom_dns_records_feature -->\n        <tr>\n            <td>{TR_DNS}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"hp_dns\" value=\"_yes_\" id=\"dns_yes\"{DNS_YES}>\n                    <label for=\"dns_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"hp_dns\" value=\"_no_\" id=\"dns_no\"{DNS_NO}>\n                    <label for=\"dns_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: custom_dns_records_feature -->\n        <!-- BDP: ext_mail_feature -->\n        <tr>\n            <td>{TR_EXTMAIL}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"external_mail\" value=\"_yes_\" id=\"extmail_yes\"{EXTMAIL_YES}>\n                    <label for=\"extmail_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"external_mail\" value=\"_no_\" id=\"extmail_no\"{EXTMAIL_NO}>\n                    <label for=\"extmail_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: ext_mail_feature -->\n        <!-- BDP: backup_feature -->\n        <tr>\n            <td>{TR_BACKUP}</td>\n            <td>\n                <div class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"backup[]\" value=\"_dmn_\" id=\"backup_dmn\"{BACKUPD}>\n                    <label for=\"backup_dmn\">{TR_BACKUP_DOMAIN}</label>\n                    <input type=\"checkbox\" name=\"backup[]\" value=\"_sql_\" id=\"backup_sql\"{BACKUPS}>\n                    <label for=\"backup_sql\">{TR_BACKUP_SQL}</label>\n                    <input type=\"checkbox\" name=\"backup[]\" value=\"_mail_\" id=\"backup_mail\"{BACKUPM}>\n                    <label for=\"backup_mail\">{TR_BACKUP_MAIL}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: backup_feature -->\n        <tr>\n            <td>\n                <label>{TR_WEB_FOLDER_PROTECTION}</label>\n                <span class=\"icon i_help\" id=\"web_folder_protection_help\" title=\"{TR_WEB_FOLDER_PROTECTION_HELP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"protected_webfolders\" value=\"_yes_\" id=\"protected_webfolders_yes\"{PROTECT_WEB_FOLDERS_YES}>\n                    <label for=\"protected_webfolders_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"protected_webfolders\" value=\"_no_\" id=\"protected_webfolders_no\"{PROTECT_WEB_FOLDERS_NO}>\n                    <label for=\"protected_webfolders_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_AVAILABILITY}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_STATUS}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"status\" value=\"1\" id=\"status_yes\"{STATUS_YES}>\n                    <label for=\"status_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"status\" value=\"0\" id=\"status_no\"{STATUS_NO}>\n                    <label for=\"status_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <!-- BDP: submit_button -->\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n    </div>\n    <!-- EDP: submit_button -->\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/index.tpl",
    "content": "\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_ACCOUNT_LIMITS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{DOMAINS}</td>\n        <td>{DMN_MSG}</td>\n    </tr>\n    <tr>\n        <td>{SUBDOMAINS}</td>\n        <td>{SUB_MSG}</td>\n    </tr>\n    <tr>\n        <td>{ALIASES}</td>\n        <td>{ALS_MSG}</td>\n    </tr>\n    <tr>\n        <td>{MAIL_ACCOUNTS}</td>\n        <td>{MAIL_MSG}</td>\n    </tr>\n    <tr>\n        <td>{TR_FTP_ACCOUNTS}</td>\n        <td>{FTP_MSG}</td>\n    </tr>\n    <tr>\n        <td>{SQL_DATABASES}</td>\n        <td>{SQL_DB_MSG}</td>\n    </tr>\n    <tr>\n        <td>{SQL_USERS}</td>\n        <td>{SQL_USER_MSG}</td>\n    </tr>\n    </tbody>\n</table>\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_FEATURES}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_SUPPORT}</td>\n        <td>{SUPPORT_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_PHP_EDITOR}</td>\n        <td>{PHP_EDITOR_STATUS}</td>\n    </tr>\n    <tr>\n        <td>{TR_APS}</td>\n        <td>{APS_STATUS}</td>\n    </tr>\n    </tbody>\n</table>\n<h2 class=\"traffic\"><span>{TR_TRAFFIC_USAGE}</span></h2>\n<!-- BDP: traffic_warning_message -->\n<div class=\"warning\">{TR_TRAFFIC_WARNING}</div>\n<!-- EDP: traffic_warning_message -->\n<div class=\"graph\">\n    <span style=\"width:{TRAFFIC_PERCENT_WIDTH}%\"></span>\n    <strong>{TRAFFIC_PERCENT}%</strong>\n</div>\n<p>{TRAFFIC_USAGE_DATA}</p>\n<h2 class=\"diskusage\"><span>{TR_DISK_USAGE}</span></h2>\n<!-- BDP: disk_warning_message -->\n<div class=\"warning\">{TR_DISK_WARNING}</div>\n<!-- EDP: disk_warning_message -->\n<p>{DISK_USAGE_DATA}</p>\n<div class=\"graph\">\n    <span style=\"width:{DISK_PERCENT_WIDTH}%\"></span>\n    <strong>{DISK_PERCENT}%</strong>\n</div>\n"
  },
  {
    "path": "gui/themes/default/reseller/ip_usage.tpl",
    "content": "\n<!-- BDP: ip_row -->\n<table>\n    <thead>\n    <tr>\n        <th colspan=\"2\">{IP}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td colspan=\"2\">{RECORD_COUNT}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: domain_row -->\n    <tr>\n        <td>{DOMAIN_NAME}</td>\n    </tr>\n    <!-- EDP: domain_row -->\n    </tbody>\n</table>\n<!-- EDP: ip_row -->\n"
  },
  {
    "path": "gui/themes/default/reseller/language.tpl",
    "content": "\n<!-- BDP: languages_available -->\n<form name=\"client_change_language\" method=\"post\" action=\"language.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_LANGUAGE}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"def_language\">{TR_CHOOSE_LANGUAGE}</label></td>\n            <td>\n                <select name=\"def_language\" id=\"def_language\">\n                    <!-- BDP: def_language -->\n                    <option value=\"{LANG_VALUE}\" {LANG_SELECTED}>{LANG_NAME}</option>\n                    <!-- EDP: def_language -->\n                </select>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\"/>\n    </div>\n</form>\n<!-- EDP: languages_available -->\n"
  },
  {
    "path": "gui/themes/default/reseller/layout.tpl",
    "content": "\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th>{TR_LOGO_FILE}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: logo_remove_button -->\n    <tr>\n        <td style=\"text-align:center;\">\n            <img src=\"{OWN_LOGO}\" alt=\"reseller logo\"/>\n\n            <form method=\"post\" action=\"layout.php\">\n                <div class=\"buttons\">\n                    <input type=\"hidden\" name=\"uaction\" value=\"deleteIspLogo\">\n                    <input name=\"Submit\" type=\"submit\" value=\"{TR_REMOVE}\">\n                </div>\n            </form>\n        </td>\n    </tr>\n    <!-- EDP: logo_remove_button -->\n    <tr>\n        <td>\n            <form enctype=\"multipart/form-data\" name=\"set_layout\" method=\"post\" action=\"layout.php\">\n                <input type=\"file\" name=\"logoFile\">\n\n                <div class=\"buttons\" style=\"display: inline;\">\n                    <input type=\"hidden\" name=\"uaction\" value=\"updateIspLogo\">\n                    <input name=\"Submit\" type=\"submit\" value=\"{TR_UPLOAD}\">\n                </div>\n            </form>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<!-- BDP: layout_colors_block -->\n<form class=\"layoutColor\" method=\"post\" action=\"layout.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_LAYOUT_COLOR}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"layoutColor\">{TR_CHOOSE_LAYOUT_COLOR}</label></td>\n            <td>\n                <select name=\"layoutColor\" id=\"layoutColor\">\n                    <!-- BDP: layout_color_block -->\n                    <option value=\"{COLOR}\" {SELECTED_COLOR}>{COLOR}</option>\n                    <!-- EDP: layout_color_block -->\n                </select>\n                <input name=\"Submit\" type=\"submit\" value=\"{TR_CHANGE}\">\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <input type=\"hidden\" name=\"uaction\" value=\"changeLayoutColor\"/>\n</form>\n<!-- EDP: layout_colors_block -->\n<form name=\"otherSettings\" method=\"post\" action=\"layout.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_OTHER_SETTINGS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"mainMenuShowLabels\">{TR_MAIN_MENU_SHOW_LABELS}</label></td>\n            <td>\n                <select name=\"mainMenuShowLabels\" id=\"mainMenuShowLabels\">\n                    <option value=\"0\"{MAIN_MENU_SHOW_LABELS_OFF}>{TR_DISABLED}</option>\n                    <option value=\"1\"{MAIN_MENU_SHOW_LABELS_ON}>{TR_ENABLED}</option>\n                </select>\n                <input type=\"hidden\" name=\"uaction\" value=\"changeShowLabels\">\n                <input name=\"Submit\" type=\"submit\" value=\"{TR_CHANGE}\">\n            </td>\n        </tr>\n        </tbody>\n    </table>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/navigation.php",
    "content": "<?php\n/**\n * i-MSCP - internet Multi Server Control Panel\n * Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n *\n * This program is free software; you can redistribute it and/or\n * modify it under the terms of the GNU General Public License\n * as published by the Free Software Foundation; either version 2\n * of the License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this program; if not, write to the Free Software\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n */\n\nuse iMSCP\\Assertion\\ResellerCanViewCustomerStatisticsAssertion;\nuse iMSCP\\Assertion\\ResellerHasApsFeatureAssertion;\nuse iMSCP\\Assertion\\ResellerHasCircularFeatureAssertion;\nuse iMSCP\\Assertion\\ResellerHasDomainAliasesFeatureAssertion;\nuse iMSCP\\Assertion\\ResellerHasSupportFeatureAssertion;\n\nreturn [\n    'general'       => [\n        'label' => tr('General'),\n        'uri'   => '/reseller/index.php',\n        'class' => 'general',\n        'pages' => [\n            'overview'        => [\n                'label'       => tr('Overview'),\n                'uri'         => '/reseller/index.php',\n                'title_class' => 'general'\n            ]\n        ]\n    ],\n    'customers'     => [\n        'label' => tr('Customers'),\n        'uri'   => '/reseller/users.php',\n        'class' => 'manage_users',\n        'pages' => [\n            'overview'          => [\n                'label'       => tr('Overview'),\n                'uri'         => '/reseller/users.php',\n                'title_class' => 'users',\n                'pages'       => [\n                    'domain_detail' => [\n                        'label'       => tr('Domain details'),\n                        'uri'         => '/reseller/domain_details.php',\n                        'title_class' => 'domains'\n                    ],\n                    'domain_edit'   => [\n                        'label'       => tr('Edit domain'),\n                        'uri'         => '/reseller/domain_edit.php',\n                        'title_class' => 'domains'\n                    ],\n                    'customer_edit' => [\n                        'label'       => tr('Edit customer'),\n                        'uri'         => '/reseller/user_edit.php',\n                        'title_class' => 'user_blue'\n                    ]\n                ]\n            ],\n            'add_customer'      => [\n                'label'       => tr('Add customer'),\n                'uri'         => '/reseller/user_add1.php',\n                'title_class' => 'user',\n                'pages'       => [\n                    'add_customer_p2' => [\n                        'label'       => tr('Add customer - Next step'),\n                        'uri'         => '/reseller/user_add2.php',\n                        'title_class' => 'user'\n                    ],\n                    'add_customer_p3' => [\n                        'label'       => tr('Add customer - Next step'),\n                        'uri'         => '/reseller/user_add3.php',\n                        'title_class' => 'user'\n                    ],\n                    'add_customer_p4' => [\n                        'label'       => tr('Add customer - Next step'),\n                        'uri'         => '/reseller/user_add4.php',\n                        'title_class' => 'user'\n                    ]\n                ]\n            ],\n            'manage_aliasses'   => [\n                'label'       => tr('Domain aliases'),\n                'uri'         => '/reseller/alias.php',\n                'title_class' => 'domains',\n                'resource'    => 'domain_aliases',\n                'assertion'   => ResellerHasDomainAliasesFeatureAssertion::class,\n                'pages'       => [\n                    'add_alias'  => [\n                        'label'       => tr('Add domain alias'),\n                        'uri'         => '/reseller/alias_add.php',\n                        'title_class' => 'domains'\n                    ],\n                    'edit_alias' => [\n                        'label'       => tr('Edit domain alias'),\n                        'uri'         => '/reseller/alias_edit.php',\n                        'title_class' => 'domains'\n                    ]\n                ]\n            ],\n            'welcome_mail'      => [\n                'label'       => tr('Welcome email'),\n                'uri'         => '/reseller/settings_welcome_mail.php',\n                'title_class' => 'email'\n            ],\n            'lostpassword_mail' => [\n                'label'       => tr('Lost password email'),\n                'uri'         => '/reseller/settings_lostpassword.php',\n                'title_class' => 'email'\n            ],\n            'circular'          => [\n                'label'       => tr('Circular'),\n                'uri'         => '/reseller/circular.php',\n                'title_class' => 'email',\n                'resource'    => 'circular',\n                'assertion'   => ResellerHasCircularFeatureAssertion::class\n            ]\n        ]\n    ],\n    'hosting_plans' => [\n        'label' => tr('Hosting plans'),\n        'uri'   => '/reseller/hosting_plan.php',\n        'class' => 'hosting_plans',\n        'pages' => [\n            'overview'         => [\n                'label'       => tr('Hosting plans'),\n                'uri'         => '/reseller/hosting_plan.php',\n                'title_class' => 'hosting_plans',\n                'pages'       => [\n                    'hosting_plan_edit' => [\n                        'label'       => tr('Edit hosting plan'),\n                        'uri'         => '/reseller/hosting_plan_edit.php',\n                        'title_class' => 'hosting_plans',\n                    ]\n                ]\n            ],\n            'add_hosting_plan' => [\n                'label'       => tr('Add hosting plan'),\n                'uri'         => '/reseller/hosting_plan_add.php',\n                'title_class' => 'hosting_plans',\n                'class'       => 'hosting_plan_add'\n            ]\n        ]\n    ],\n    'statistics'    => [\n        'label'     => tr('Statistics'),\n        'uri'       => '/reseller/user_statistics.php',\n        'class'     => 'statistics',\n        'resource'  => 'user_statistics',\n        'assertion' => ResellerCanViewCustomerStatisticsAssertion::class,\n        'pages'     => [\n            'user_statistics' => [\n                'label'       => tr('User statistics'),\n                'uri'         => '/reseller/user_statistics.php',\n                'title_class' => 'stats',\n                'pages'       => [\n                    'user_statistics_details' => [\n                        'label'       => tr('{USERNAME} user statistics'),\n                        'uri'         => '/reseller/user_statistics_details.php',\n                        'title_class' => 'stats'\n                    ]\n                ]\n            ],\n            'ip_usage'        => [\n                'label'       => tr('IP assignments'),\n                'uri'         => '/reseller/ip_usage.php',\n                'title_class' => 'stats'\n            ]\n        ]\n    ],\n    'support'       => [\n        'label'     => tr('Support'),\n        'uri'       => '{SUPPORT_SYSTEM_PATH}',\n        'target'    => '{SUPPORT_SYSTEM_TARGET}',\n        'class'     => 'support',\n        'resource'  => 'support',\n        'assertion' => ResellerHasSupportFeatureAssertion::class,\n        'pages'     => [\n            'open_tickets'   => [\n                'label'       => tr('Open tickets'),\n                'uri'         => '/reseller/ticket_system.php',\n                'title_class' => 'support',\n                'pages'       => [\n                    'view_ticket' => [\n                        'label'       => tr('View ticket'),\n                        'uri'         => '/reseller/ticket_view.php',\n                        'title_class' => 'support'\n                    ]\n                ]\n            ],\n            'closed_tickets' => [\n                'label'       => tr('Closed tickets'),\n                'uri'         => '/reseller/ticket_closed.php',\n                'title_class' => 'support'\n            ],\n            'new_ticket'     => [\n                'label'       => tr('New ticket'),\n                'uri'         => '/reseller/ticket_create.php',\n                'title_class' => 'support'\n            ]\n        ]\n    ],\n    'profile'       => [\n        'label' => tr('Profile'),\n        'uri'   => '/reseller/profile.php',\n        'class' => 'profile',\n        'pages' => [\n            'account_summary' => [\n                'label'       => tr('Account summary'),\n                'uri'         => '/reseller/profile.php',\n                'title_class' => 'profile'\n            ],\n            'language'        => [\n                'label'       => tr('Language'),\n                'uri'         => '/reseller/language.php',\n                'title_class' => 'multilanguage'\n            ],\n            'layout'          => [\n                'label'       => tr('Layout'),\n                'uri'         => '/reseller/layout.php',\n                'title_class' => 'layout'\n            ],\n            'password'        => [\n                'label'       => tr('Password'),\n                'uri'         => '/reseller/password_update.php',\n                'title_class' => 'profile'\n            ],\n            'personal_data'   => [\n                'label'       => tr('Personal data'),\n                'uri'         => '/reseller/personal_change.php',\n                'title_class' => 'profile'\n            ]\n        ]\n    ]\n];\n"
  },
  {
    "path": "gui/themes/default/reseller/settings_lostpassword.tpl",
    "content": "\n<form name=\"lostPasswordEmailFrm\" action=\"settings_lostpassword.php\" method=\"post\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"4\">{TR_MESSAGE_TEMPLATE_INFO}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td colspan=\"2\"><span class=\"bold\">{TR_ACTIVATION_EMAIL}</span></td>\n            <td colspan=\"2\"><span class=\"bold\">{TR_PASSWORD_EMAIL}</span></td>\n        </tr>\n        <tr>\n            <td>{TR_USER_LOGIN_NAME}</td>\n            <td>{USERNAME}</td>\n            <td>{TR_USER_LOGIN_NAME}</td>\n            <td>{USERNAME}</td>\n        </tr>\n        <tr>\n            <td>{TR_LOSTPW_LINK}</td>\n            <td>{LINK}</td>\n            <td>{TR_USER_PASSWORD}</td>\n            <td>{PASSWORD}</td>\n        </tr>\n        <tr>\n            <td>{TR_USER_REAL_NAME}</td>\n            <td>{NAME}</td>\n            <td>{TR_USER_REAL_NAME}</td>\n            <td>{NAME}</td>\n        </tr>\n        <tr>\n            <td>{TR_BASE_SERVER_VHOST_PREFIX}</td>\n            <td>{BASE_SERVER_VHOST_PREFIX}</td>\n            <td>{TR_BASE_SERVER_VHOST_PREFIX}</td>\n            <td>{BASE_SERVER_VHOST_PREFIX}</td>\n        </tr>\n        <tr>\n            <td>{TR_BASE_SERVER_VHOST}</td>\n            <td>{BASE_SERVER_VHOST}</td>\n            <td>{TR_BASE_SERVER_VHOST}</td>\n            <td>{BASE_SERVER_VHOST}</td>\n        </tr>\n        <tr>\n            <td>{TR_BASE_SERVER_VHOST_PORT}</td>\n            <td>{BASE_SERVER_VHOST_PORT}</td>\n            <td>{TR_BASE_SERVER_VHOST_PORT}</td>\n            <td>{BASE_SERVER_VHOST_PORT}</td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"3\">{TR_MESSAGE_TEMPLATE}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_SENDER_EMAIL}</td>\n            <td colspan=\"2\">{SENDER_EMAIL_VALUE}</td>\n        </tr>\n        <tr>\n            <td>{TR_SENDER_NAME}</td>\n            <td colspan=\"2\">{SENDER_NAME_VALUE}</td>\n        </tr>\n        <tr>\n            <td>{TR_SUBJECT}</td>\n            <td><label><input name=\"subject1\" type=\"text\" id=\"subject1\" value=\"{SUBJECT_VALUE1}\" class=\"inputTitle\"></label></td>\n            <td><label><input type=\"text\" name=\"subject2\" value=\"{SUBJECT_VALUE2}\" class=\"inputTitle\"></label></td>\n        </tr>\n        <tr>\n            <td>{TR_MESSAGE}</td>\n            <td><label><textarea name=\"message1\" id=\"message1\">{MESSAGE_VALUE1}</textarea></label></td>\n            <td><label><textarea name=\"message2\" id=\"message2\">{MESSAGE_VALUE2}</textarea></label></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"sender_email\" value=\"{SENDER_EMAIL_VALUE}\">\n        <input type=\"hidden\" name=\"sender_name\" value=\"{SENDER_NAME_VALUE}\">\n        <input type=\"hidden\" name=\"uaction\" value=\"apply\"/>\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n        <a class=\"link_as_button\" href=\"users.php\">{TR_CANCEL}</a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/settings_welcome_mail.tpl",
    "content": "\n<form name=\"admin_email_setup\" method=\"post\" action=\"settings_welcome_mail.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_MESSAGE_TEMPLATE_INFO}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_USER_LOGIN_NAME}</td>\n            <td>{USERNAME}</td>\n        </tr>\n        <tr>\n            <td>{TR_USER_PASSWORD}</td>\n            <td>{PASSWORD}</td>\n        </tr>\n        <tr>\n            <td>{TR_USER_REAL_NAME}</td>\n            <td>{NAME}</td>\n        </tr>\n        <tr>\n            <td>{TR_USERTYPE}</td>\n            <td>{USERTYPE}</td>\n        </tr>\n        <tr>\n            <td>{TR_BASE_SERVER_VHOST_PREFIX}</td>\n            <td>{BASE_SERVER_VHOST_PREFIX}</td>\n        </tr>\n        <tr>\n            <td>{TR_BASE_SERVER_VHOST}</td>\n            <td>{BASE_SERVER_VHOST}</td>\n        </tr>\n        <tr>\n            <td>{TR_BASE_SERVER_VHOST_PORT}</td>\n            <td>{BASE_SERVER_VHOST_PORT}</td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_MESSAGE_TEMPLATE}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"auto_subject\">{TR_SUBJECT}</label></td>\n            <td><input type=\"text\" id=\"auto_subject\" name=\"auto_subject\" value=\"{SUBJECT_VALUE}\" class=\"inputTitle\">\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"auto_message\">{TR_MESSAGE}</label></td>\n            <td><textarea id=\"auto_message\" name=\"auto_message\">{MESSAGE_VALUE}</textarea></td>\n        </tr>\n        <tr>\n            <td>{TR_SENDER_EMAIL}</td>\n            <td>{SENDER_EMAIL_VALUE}</td>\n        </tr>\n        <tr>\n            <td>{TR_SENDER_NAME}</td>\n            <td>{SENDER_NAME_VALUE}</td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"uaction\" value=\"email_setup\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_UPDATE}\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/ticket_closed.tpl",
    "content": "<script>\n    function action_delete(link, subject) {\n        if (subject == '#__all__#') {\n            return jQuery.imscp.confirmOnclick(link, \"{TR_TICKETS_DELETE_ALL_MESSAGE}\");\n        }\n\n        return jQuery.imscp.confirmOnclick(link, sprintf(\"{TR_TICKETS_DELETE_MESSAGE}\", subject));\n    }\n</script>\n<!-- BDP: tickets_list -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_TICKET_STATUS}</th>\n        <th>{TR_TICKET_FROM}</th>\n        <th>{TR_TICKET_SUBJECT}</th>\n        <th>{TR_TICKET_URGENCY}</th>\n        <th>{TR_TICKET_LAST_ANSWER_DATE}</th>\n        <th>{TR_TICKET_ACTION}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: tickets_item -->\n    <tr>\n        <td><strong>{TICKET_STATUS_VAL}</strong></td>\n        <td>{TICKET_FROM_VAL}</td>\n        <td>\n            <a href=\"ticket_view.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_document\" title=\"{TR_TICKET_READ_LINK}\">{TICKET_SUBJECT_VAL}</a>\n        </td>\n        <td>{TICKET_URGENCY_VAL}</td>\n        <td>{TICKET_LAST_DATE_VAL}</td>\n        <td>\n            <a href=\"ticket_delete.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_delete\" onclick=\"return action_delete(this, '{TICKET_SUBJECT2_VAL}')\" title=\"{TR_TICKET_DELETE_LINK}\">{TR_TICKET_DELETE}</a>\n            <a href=\"ticket_closed.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_open\" title=\"{TR_TICKET_REOPEN_LINK}\">{TR_TICKET_REOPEN}</a>\n        </td>\n    </tr>\n    <!-- EDP: tickets_item -->\n    <tr>\n        <td colspan=\"6\">\n            <div class=\"buttons\">\n                <a class=\"link_as_button\" href=\"ticket_delete.php?delete=closed\" onclick=\"return action_delete(this, '#__all__#')\">{TR_TICKET_DELETE_ALL}</a>\n            </div>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<div class=\"paginator\">\n    <!-- BDP: scroll_prev -->\n    <a class=\"icon i_prev\" href=\"ticket_system.php?psi={PREV_PSI}\" title=\"{TR_PREVIOUS}\">{TR_PREVIOUS}</a>\n    <!-- EDP: scroll_prev -->\n    <!-- BDP: scroll_prev_gray -->\n    <span class=\"icon i_prev_gray\"></span>\n    <!-- EDP: scroll_prev_gray -->\n    <!-- BDP: scroll_next_gray -->\n    <span class=\"icon i_next_gray\"></span>\n    <!-- EDP: scroll_next_gray -->\n    <!-- BDP: scroll_next -->\n    <a class=\"icon i_next\" href=\"ticket_system.php?psi={NEXT_PSI}\" title=\"{TR_NEXT}\">{TR_NEXT}</a>\n    <!-- EDP: scroll_next -->\n</div>\n<!-- EDP: tickets_list -->\n"
  },
  {
    "path": "gui/themes/default/reseller/ticket_create.tpl",
    "content": "\n<form name=\"ticketFrm\" method=\"post\" action=\"ticket_create.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_NEW_TICKET}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"urgency\">{TR_URGENCY}</label></td>\n            <td>\n                <select id=\"urgency\" name=\"urgency\">\n                    <option value=\"1\"{OPT_URGENCY_1}>{TR_LOW}</option>\n                    <option value=\"2\"{OPT_URGENCY_2}>{TR_MEDIUM}</option>\n                    <option value=\"3\"{OPT_URGENCY_3}>{TR_HIGH}</option>\n                    <option value=\"4\"{OPT_URGENCY_4}>{TR_VERY_HIGH}</option>\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"subject\">{TR_SUBJECT}</label></td>\n            <td><input class=inputTitle type=\"text\" id=\"subject\" name=\"subject\" value=\"{SUBJECT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"user_message\">{TR_YOUR_MESSAGE}</label></td>\n            <td><textarea id=\"user_message\" name=\"user_message\">{USER_MESSAGE}</textarea></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_CREATE}\">\n        <input name=\"uaction\" type=\"hidden\" value=\"send_msg\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/ticket_system.tpl",
    "content": "<script>\n    function action_delete(link, subject) {\n        if (subject == '#__all__#') {\n            return jQuery.imscp.confirmOnclick(link, \"{TR_TICKETS_DELETE_ALL_MESSAGE}\");\n        }\n\n        return jQuery.imscp.confirmOnclick(link, sprintf(\"{TR_TICKETS_DELETE_MESSAGE}\", subject));\n    }\n</script>\n<!-- BDP: tickets_list -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_TICKET_STATUS}</th>\n        <th>{TR_TICKET_FROM}</th>\n        <th>{TR_TICKET_SUBJECT}</th>\n        <th>{TR_TICKET_URGENCY}</th>\n        <th>{TR_TICKET_LAST_ANSWER_DATE}</th>\n        <th>{TR_TICKET_ACTIONS}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: tickets_item -->\n    <tr>\n        <td><strong>{TICKET_STATUS_VAL}</strong></td>\n        <td>{TICKET_FROM_VAL}</td>\n        <td>\n            <a href=\"ticket_view.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_document\" title=\"{TR_TICKET_READ_LINK}\">{TICKET_SUBJECT_VAL}</a>\n        </td>\n        <td>{TICKET_URGENCY_VAL}</td>\n        <td>{TICKET_LAST_DATE_VAL}</td>\n        <td>\n            <a href=\"ticket_delete.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_delete\" onclick=\"return action_delete(this, '{TICKET_SUBJECT2_VAL}')\" class=\"link\" title=\"{TR_TICKET_DELETE_LINK}\">{TR_TICKET_DELETE}</a>\n            <a href=\"ticket_system.php?ticket_id={TICKET_ID_VAL}\" class=\"icon i_close\" title=\"{TR_TICKET_CLOSE_LINK}\">{TR_TICKET_CLOSE}</a>\n        </td>\n    </tr>\n    <!-- EDP: tickets_item -->\n    <tr>\n        <td colspan=\"6\">\n            <div class=\"buttons\">\n                <a class=\"link_as_button\" href=\"ticket_delete.php?delete=open\"\n                   onclick=\"return action_delete(this, '#__all__#')\">{TR_TICKET_DELETE_ALL}</a>\n            </div>\n        </td>\n    </tr>\n    </tbody>\n</table>\n<div class=\"paginator\">\n    <!-- BDP: scroll_prev -->\n    <a class=\"icon i_prev\" href=\"ticket_system.php?psi={PREV_PSI}\" title=\"{TR_PREVIOUS}\">{TR_PREVIOUS}</a>\n    <!-- EDP: scroll_prev -->\n    <!-- BDP: scroll_prev_gray -->\n    <span class=\"icon i_prev_gray\"></span>\n    <!-- EDP: scroll_prev_gray -->\n    <!-- BDP: scroll_next_gray -->\n    <span class=\"icon i_next_gray\"></span>\n    <!-- EDP: scroll_next_gray -->\n    <!-- BDP: scroll_next -->\n    <a class=\"icon i_next\" href=\"ticket_system.php?psi={NEXT_PSI}\" title=\"{TR_NEXT}\">{TR_NEXT}</a>\n    <!-- EDP: scroll_next -->\n</div>\n<!-- EDP: tickets_list -->\n"
  },
  {
    "path": "gui/themes/default/reseller/ticket_view.tpl",
    "content": "\n<!-- BDP: ticket -->\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_TICKET_INFO}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td><strong>{TR_TICKET_SUBJECT}</strong></td>\n        <td>{TICKET_SUBJECT_VAL}</td>\n    </tr>\n    <tr>\n        <td><strong>{TR_TICKET_URGENCY}</strong></td>\n        <td>{TICKET_URGENCY_VAL}</td>\n    </tr>\n    </tbody>\n</table>\n<!-- BDP: ticket_message -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_TICKET_FROM}: {TICKET_FROM_VAL}</th>\n        <th style=\"text-align: right\">{TICKET_DATE_VAL}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr class=\"{TICKET_CLASS}\">\n        <td colspan=\"2\">{TICKET_CONTENT_VAL}</td>\n    </tr>\n    </tbody>\n</table>\n<!-- EDP: ticket_message -->\n<!-- EDP: ticket -->\n<h2 class=\"doc\"><span>{TR_TICKET_NEW_REPLY}</span></h2>\n<form name=\"ticketFrm\" method=\"post\" action=\"ticket_view.php?ticket_id={TICKET_ID_VAL}\">\n    <label><textarea name=\"user_message\" style=\"height:250px\"></textarea></label>\n    <div class=\"buttons\">\n        <input name=\"button_reply\" type=\"button\" value=\"{TR_TICKET_REPLY}\" onclick=\"return sbmt(document.forms[0], 'send_msg');\">\n        <input name=\"button_action\" type=\"button\" value=\"{TR_TICKET_ACTION}\" onclick=\"return sbmt(document.forms[0],'{TICKET_ACTION_VAL}');\">\n    </div>\n    <input name=\"uaction\" type=\"hidden\" value=\"\">\n    <input name=\"subject\" type=\"hidden\" value=\"{TICKET_SUBJECT_VAL}\">\n    <input name=\"urgency\" type=\"hidden\" value=\"{TICKET_URGENCY_ID_VAL}\">\n</form>\n<!-- EDP: tickets_list -->\n"
  },
  {
    "path": "gui/themes/default/reseller/user_add1.tpl",
    "content": "\n<script>\n    $(function () {\n        var $datePicker = $('#datepicker');\n        var $neverExpire = $('#never_expire');\n\n        $datePicker.datepicker().on('change', function () {\n            if ($(this).val() != '') {\n                $neverExpire.prop('disabled', true);\n                return;\n            }\n\n            $(this).prop('disabled', true);\n            $neverExpire.prop('checked', true).prop(\"disabled\", false);\n        });\n\n        $neverExpire.on('change', function () {\n            if ($(this).is(':checked')) {\n                $datePicker.prop('disabled', true);\n                return;\n            }\n\n            $datePicker.prop('disabled', false);\n        });\n\n        $(\"input[name='url_forwarding']\").on('change', function () {\n            if ($(\"#url_forwarding_no\").is(':checked')) {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").hide();\n            } else {\n                $(\"#tr_url_forwarding_data, #tr_type_forwarding_data\").show();\n            }\n        }).trigger('change');\n\n        $(\"input[name='forward_type']\").on('change', function () {\n            if ($(\"#forward_type_proxy\").is(':checked')) {\n                $(\".checkbox\").show();\n            } else {\n                $(\".checkbox\").hide();\n            }\n        }).trigger('change');\n    });\n</script>\n<form name=\"reseller_add_users_first_frm\" method=\"post\" action=\"user_add1.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_CORE_DATA}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>\n                <label for=\"dmn_name\">{TR_DOMAIN_NAME}</label>\n                <span style=\"display: inline-block;float: right\" class=\"bold\">www.</span>\n            </td>\n            <td><input type=\"text\" name=\"dmn_name\" id=\"dmn_name\" value=\"{DOMAIN_NAME_VALUE}\"></td>\n        </tr>\n        <tr>\n            <td>{TR_URL_FORWARDING} <span class=\"icon i_help\" title=\"{TR_URL_FORWARDING_TOOLTIP}\"></span></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_yes\"{FORWARD_URL_YES} value=\"yes\">\n                    <label for=\"url_forwarding_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"url_forwarding\" id=\"url_forwarding_no\"{FORWARD_URL_NO} value=\"no\">\n                    <label for=\"url_forwarding_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <tr id=\"tr_url_forwarding_data\">\n            <td>{TR_FORWARD_TO_URL}</td>\n            <td>\n                <label for=\"forward_url_scheme\">\n                    <select name=\"forward_url_scheme\" id=\"forward_url_scheme\">\n                        <option value=\"http://\"{HTTP_YES}>{TR_HTTP}</option>\n                        <option value=\"https://\"{HTTPS_YES}>{TR_HTTPS}</option>\n                    </select>\n                </label>\n                <label>\n                    <input name=\"forward_url\" type=\"text\" id=\"forward_url\" value=\"{FORWARD_URL}\">\n                </label>\n            </td>\n        </tr>\n        <tr id=\"tr_type_forwarding_data\">\n            <td>{TR_FORWARD_TYPE}</td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_301\"{FORWARD_TYPE_301} value=\"301\">\n                    <label for=\"forward_type_301\">{TR_301}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_302\"{FORWARD_TYPE_302} value=\"302\">\n                    <label for=\"forward_type_302\">{TR_302}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_303\"{FORWARD_TYPE_303} value=\"303\">\n                    <label for=\"forward_type_303\">{TR_303}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_307\"{FORWARD_TYPE_307} value=\"307\">\n                    <label for=\"forward_type_307\">{TR_307}</label>\n                    <input type=\"radio\" name=\"forward_type\" id=\"forward_type_proxy\"{FORWARD_TYPE_PROXY} value=\"proxy\">\n                    <label for=\"forward_type_proxy\">{TR_PROXY}</label>\n                </span>\n                <span class=\"checkbox\">\n                    <input type=\"checkbox\" name=\"forward_host\" id=\"forward_host\"{FORWARD_HOST}>\n                    <label for=\"forward_host\">{TR_PROXY_PRESERVE_HOST}</label>\n                </span>\n            </td>\n        </tr>\n        <tr>\n            <td>{TR_WILDCARD_ALIAS} <span class=\"icon i_help\" title=\"{TR_WILDCARD_ALIAS_TOOLTIP}\"></span></td>\n            <td>\n                <span class=\"radio\">\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_yes\"{WILDCARD_ALIAS_YES} value=\"yes\">\n                    <label for=\"wildcard_alias_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"wildcard_alias\" id=\"wildcard_alias_no\"{WILDCARD_ALIAS_NO} value=\"no\">\n                    <label for=\"wildcard_alias_no\">{TR_NO}</label>\n                </span>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"datepicker\">{TR_DOMAIN_EXPIRE}</label></td>\n            <td>\n                <input type=\"text\" name=\"datepicker\" id=\"datepicker\" value=\"{DATEPICKER_VALUE}\"{DATEPICKER_DISABLED}>\n                <input type=\"checkbox\" name=\"never_expire\" id=\"never_expire\" value=\"0\"{NEVER_EXPIRE_CHECKED}>\n                <label for=\"never_expire\">{TR_EXPIRE_CHECKBOX}</label>\n            </td>\n        </tr>\n        <!-- BDP: hosting_plan_entries_block -->\n        <tr>\n            <td><label for=\"dmn_tpl\">{TR_CHOOSE_HOSTING_PLAN}</label></td>\n            <td>\n                <select id=\"dmn_tpl\" name=\"dmn_tpl\">\n                    <!-- BDP: hosting_plan_entry_block -->\n                    <option value=\"{HP_ID}\"{HP_SELECTED}>{HP_NAME}</option>\n                    <!-- EDP: hosting_plan_entry_block -->\n                </select>\n            </td>\n        </tr>\n        <!-- BDP: customize_hosting_plan_block -->\n        <tr>\n            <td>{TR_PERSONALIZE_TEMPLATE}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" id=\"chtpl_yes\" name=\"chtpl\" value=\"_yes_\" {CHTPL1_VAL}>\n                    <label for=\"chtpl_yes\">{TR_YES}</label>\n                    <input type=\"radio\" id=\"chtpl_no\" name=\"chtpl\" value=\"_no_\" {CHTPL2_VAL}>\n                    <label for=\"chtpl_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: customize_hosting_plan_block -->\n        <!-- EDP: hosting_plan_entries_block -->\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_NEXT_STEP}\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/user_add2.tpl",
    "content": "\n<script>\n    $(function() {\n        $.each(imscp_i18n.core.error_field_stack, function (i, k) {\n            $(\"#\" + k).css(\"border-color\", \"#ca1d11\");\n        });\n\n        $(\"#nreseller_max_disk\").on(\"keyup mouseup paste copy cut\", function () {\n            var storageQuotaLimit = parseInt($(this).val());\n            var $mailQuotaField = $(\"#nreseller_mail_quota\");\n\n            if (storageQuotaLimit > 0) {\n                $mailQuotaField.attr(\"min\", 1).attr(\"max\", storageQuotaLimit);\n                return;\n            }\n\n            $mailQuotaField.attr(\"min\", 0).removeAttr(\"max\");\n        });\n    });\n</script>\n<form method=\"post\" action=\"user_add2.php\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_HOSTING_PLAN}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_NAME}</td>\n            <td><input type=\"hidden\" name=\"template\" id=\"template\" value=\"{VL_TEMPLATE_NAME_VAL}\">{VL_TEMPLATE_NAME}</td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_LIMITS}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <!-- BDP: subdomain_feature -->\n        <tr>\n            <td><label for=\"nreseller_max_subdomain_cnt\">{TR_MAX_SUBDOMAIN}</label></td>\n            <td><input type=\"number\" name=\"nreseller_max_subdomain_cnt\" id=\"nreseller_max_subdomain_cnt\" min=\"-1\" value=\"{MAX_SUBDMN_CNT}\"></td>\n        </tr>\n        <!-- EDP: subdomain_feature -->\n        <!-- BDP: alias_feature -->\n        <tr>\n            <td><label for=\"nreseller_max_alias_cnt\">{TR_MAX_DOMAIN_ALIAS}</label></td>\n            <td><input type=\"number\" name=\"nreseller_max_alias_cnt\" id=\"nreseller_max_alias_cnt\" min=\"-1\" value=\"{MAX_DMN_ALIAS_CNT}\"></td>\n        </tr>\n        <!-- EDP: alias_feature -->\n        <!-- BDP: mail_feature -->\n        <tr>\n            <td><label for=\"nreseller_max_mail_cnt\">{TR_MAX_MAIL_COUNT}</label></td>\n            <td><input type=\"number\" name=\"nreseller_max_mail_cnt\" id=\"nreseller_max_mail_cnt\" min=\"-1\" value=\"{MAX_MAIL_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"nreseller_mail_quota\">{TR_MAIL_QUOTA}</label></td>\n            <td><input type=\"number\" name=\"nreseller_mail_quota\" id=\"nreseller_mail_quota\" min=\"0\" max=\"17592186044416\" value=\"{MAIL_QUOTA}\"></td>\n        </tr>\n        <!-- EDP: mail_feature -->\n        <!-- BDP: ftp_feature -->\n        <tr>\n            <td><label for=\"nreseller_max_ftp_cnt\">{TR_MAX_FTP}</label></td>\n            <td><input type=\"number\" name=\"nreseller_max_ftp_cnt\" id=\"nreseller_max_ftp_cnt\" min=\"-1\" value=\"{MAX_FTP_CNT}\"></td>\n        </tr>\n        <!-- EDP: ftp_feature -->\n        <!-- BDP: sql_feature -->\n        <tr>\n            <td><label for=\"nreseller_max_sql_db_cnt\">{TR_MAX_SQL_DB}</label></td>\n            <td><input type=\"number\" name=\"nreseller_max_sql_db_cnt\" id=\"nreseller_max_sql_db_cnt\" min=\"-1\" value=\"{MAX_SQL_CNT}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"nreseller_max_sql_user_cnt\">{TR_MAX_SQL_USERS}</label></td>\n            <td><input type=\"number\" name=\"nreseller_max_sql_user_cnt\" id=\"nreseller_max_sql_user_cnt\" min=\"-1\" value=\"{VL_MAX_SQL_USERS}\"></td>\n        </tr>\n        <!-- EDP: sql_feature -->\n        <tr>\n            <td><label for=\"nreseller_max_traffic\">{TR_MAX_TRAFFIC}</label></td>\n            <td><input type=\"number\" name=\"nreseller_max_traffic\" id=\"nreseller_max_traffic\" min=\"0\" max=\"17592186044416\" value=\"{VL_MAX_TRAFFIC}\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"nreseller_max_disk\">{TR_MAX_DISK_USAGE}</label></td>\n            <td><input type=\"number\" name=\"nreseller_max_disk\" id=\"nreseller_max_disk\" min=\"0\" max=\"17592186044416\" value=\"{VL_MAX_DISK_USAGE}\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\">{TR_FEATURES}</th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>{TR_PHP}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"php\" id=\"php_yes\" value=\"_yes_\"{VL_PHPY}>\n                    <label for=\"php_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"php\" id=\"php_no\" value=\"_no_\"{VL_PHPN}>\n                    <label for=\"php_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- BDP: php_editor_block -->\n        <tr id=\"php_editor_block\">\n            <td><label>{TR_PHP_EDITOR}</label></td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_yes\" value=\"yes\"{PHP_EDITOR_YES}>\n                    <label for=\"php_ini_system_yes\">{TR_YES}</label>\n                    <input type=\"radio\" name=\"php_ini_system\" id=\"php_ini_system_no\" value=\"no\"{PHP_EDITOR_NO}>\n                    <label for=\"php_ini_system_no\">{TR_NO}</label>\n                </div>\n                <button type=\"button\" id=\"php_editor_dialog_open\">{TR_SETTINGS}</button>\n                <div id=\"php_editor_dialog\" title=\"{TR_PHP_EDITOR_SETTINGS}\">\n                    <div class=\"php_editor_error static_success\">\n                        <span id=\"php_editor_msg_default\">{TR_FIELDS_OK}</span>\n                    </div>\n                    <!-- BDP: php_editor_permissions_block -->\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_PERMISSIONS}</th>\n                        </tr>\n                        </thead>\n                        <tbody>\n                        <!-- BDP: php_editor_allow_url_fopen_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_ALLOW_URL_FOPEN}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_allow_url_fopen\" id=\"phpiniAllowUrlFopenYes\" value=\"yes\"{ALLOW_URL_FOPEN_YES}>\n                                    <label for=\"phpiniAllowUrlFopenYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_allow_url_fopen\" id=\"phpiniAllowUrlFopenNo\" value=\"no\"{ALLOW_URL_FOPEN_NO}>\n                                    <label for=\"phpiniAllowUrlFopenNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_allow_url_fopen_block -->\n                        <!-- BDP: php_editor_display_errors_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_DISPLAY_ERRORS}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_display_errors\" id=\"phpiniDisplayErrorsYes\" value=\"yes\"{DISPLAY_ERRORS_YES}>\n                                    <label for=\"phpiniDisplayErrorsYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_display_errors\" id=\"phpiniDisplayErrorsNo\" value=\"no\"{DISPLAY_ERRORS_NO}>\n                                    <label for=\"phpiniDisplayErrorsNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_display_errors_block -->\n                        <!-- BDP: php_editor_disable_functions_block -->\n                        <tr>\n                            <td>{TR_CAN_EDIT_DISABLE_FUNCTIONS}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsYes\" value=\"yes\"{DISABLE_FUNCTIONS_YES}>\n                                    <label for=\"phpiniDisableFunctionsYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsNo\" value=\"no\"{DISABLE_FUNCTIONS_NO}>\n                                    <label for=\"phpiniDisableFunctionsNo\">{TR_NO}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_disable_functions\" id=\"phpiniDisableFunctionsExec\" value=\"exec\"{DISABLE_FUNCTIONS_EXEC}>\n                                    <label for=\"phpiniDisableFunctionsExec\">{TR_ONLY_EXEC}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_disable_functions_block -->\n                        <!-- BDP: php_editor_mail_function_block -->\n                        <tr>\n                            <td>{TR_CAN_USE_MAIL_FUNCTION}</td>\n                            <td>\n                                <div class=\"radio\">\n                                    <input type=\"radio\" name=\"phpini_perm_mail_function\" id=\"phpiniMailFunctionYes\" value=\"yes\"{MAIL_FUNCTION_YES}>\n                                    <label for=\"phpiniMailFunctionYes\">{TR_YES}</label>\n                                    <input type=\"radio\" name=\"phpini_perm_mail_function\" id=\"phpiniMailFunctionNo\" value=\"no\"{MAIL_FUNCTION_NO}>\n                                    <label for=\"phpiniMailFunctionNo\">{TR_NO}</label>\n                                </div>\n                            </td>\n                        </tr>\n                        <!-- EDP: php_editor_mail_function_block -->\n                        </tbody>\n                    </table>\n                    <!-- EDP: php_editor_permissions_block -->\n                    <!-- BDP: php_editor_default_values_block -->\n                    <table>\n                        <thead>\n                        <tr>\n                            <th colspan=\"2\">{TR_DIRECTIVES_VALUES}</th>\n                        </tr>\n                        </thead>\n                        <tbody id=\"php_ini_values\">\n                        <tr>\n                            <td><label for=\"max_execution_time\">{TR_MAX_EXECUTION_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_execution_time\" id=\"max_execution_time\" min=\"1\" max=\"{MAX_EXECUTION_TIME_LIMIT}\" value=\"{MAX_EXECUTION_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"max_input_time\">{TR_MAX_INPUT_TIME}</label></td>\n                            <td><input type=\"number\" name=\"max_input_time\" id=\"max_input_time\" min=\"1\" max=\"{MAX_INPUT_TIME_LIMIT}\" value=\"{MAX_INPUT_TIME}\"> <span>{TR_SEC}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"memory_limit\">{TR_MEMORY_LIMIT}</label></td>\n                            <td><input type=\"number\" name=\"memory_limit\" id=\"memory_limit\" min=\"1\" max=\"{MEMORY_LIMIT_LIMIT}\" value=\"{MEMORY_LIMIT}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"post_max_size\">{TR_POST_MAX_SIZE}</label></td>\n                            <td><input type=\"number\" name=\"post_max_size\" id=\"post_max_size\" min=\"1\" max=\"{POST_MAX_SIZE_LIMIT}\" value=\"{POST_MAX_SIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        <tr>\n                            <td><label for=\"upload_max_filesize\">{TR_UPLOAD_MAX_FILEZISE}</label></td>\n                            <td><input type=\"number\" name=\"upload_max_filesize\" id=\"upload_max_filesize\" min=\"1\" max=\"{UPLOAD_MAX_FILESIZE_LIMIT}\" value=\"{UPLOAD_MAX_FILESIZE}\"> <span>{TR_MIB}</span></td>\n                        </tr>\n                        </tbody>\n                    </table>\n                    <!-- EDP: php_editor_default_values_block -->\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: php_editor_block -->\n        <tr>\n            <td>{TR_CGI}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" id=\"cgi_yes\" name=\"cgi\" value=\"_yes_\"{VL_CGIY}>\n                    <label for=\"cgi_yes\">{TR_YES}</label>\n                    <input type=\"radio\" id=\"cgi_no\" name=\"cgi\" value=\"_no_\" {VL_CGIN}>\n                    <label for=\"cgi_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- BDP: custom_dns_records_feature -->\n        <tr>\n            <td>{TR_DNS}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" id=\"dns_yes\" name=\"dns\" value=\"_yes_\"{VL_DNSY}>\n                    <label for=\"dns_yes\">{TR_YES}</label>\n                    <input type=\"radio\" id=\"dns_no\" name=\"dns\" value=\"_no_\"{VL_DNSN}>\n                    <label for=\"dns_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: custom_dns_records_feature -->\n        <!-- BDP: ext_mail_feature -->\n        <tr>\n            <td>{TR_EXTMAIL}</td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" id=\"extmail_yes\" name=\"external_mail\" value=\"_yes_\"{VL_EXTMAILY}>\n                    <label for=\"extmail_yes\">{TR_YES}</label>\n                    <input type=\"radio\" id=\"extmail_no\" name=\"external_mail\" value=\"_no_\"{VL_EXTMAILN}>\n                    <label for=\"extmail_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: ext_mail_feature -->\n        <!-- BDP: backup_feature -->\n        <tr>\n            <td>{TR_BACKUP}</td>\n            <td>\n                <div class=\"checkbox\">\n                    <input type=\"checkbox\" id=\"backup_dmn\" name=\"backup[]\" value=\"_dmn_\"{VL_BACKUPD}>\n                    <label for=\"backup_dmn\">{TR_BACKUP_DOMAIN}</label>\n                    <input type=\"checkbox\" id=\"backup_sql\" name=\"backup[]\" value=\"_sql_\"{VL_BACKUPS}>\n                    <label for=\"backup_sql\">{TR_BACKUP_SQL}</label>\n                    <input type=\"checkbox\" id=\"backup_mail\" name=\"backup[]\" value=\"_mail_\"{VL_BACKUPM}>\n                    <label for=\"backup_mail\">{TR_BACKUP_MAIL}</label>\n                </div>\n            </td>\n        </tr>\n        <!-- EDP: backup_feature -->\n        <tr>\n            <td>\n                <label for=\"web_folder_protection\">{TR_WEB_FOLDER_PROTECTION}</label>\n                <span class=\"icon i_help\" id=\"web_folder_protection_help\" title=\"{TR_WEB_FOLDER_PROTECTION_HELP}\"></span>\n            </td>\n            <td>\n                <div class=\"radio\">\n                    <input type=\"radio\" id=\"web_folder_protection_yes\" name=\"web_folder_protection\" value=\"_yes_\"{VL_WEB_FOLDER_PROTECTION_YES}>\n                    <label for=\"web_folder_protection_yes\">{TR_YES}</label>\n                    <input type=\"radio\" id=\"web_folder_protection_no\" name=\"web_folder_protection\" value=\"_no_\"{VL_WEB_FOLDER_PROTECTION_NO}>\n                    <label for=\"web_folder_protection_no\">{TR_NO}</label>\n                </div>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"hidden\" name=\"uaction\" value=\"user_add2_nxt\">\n        <input name=\"Submit\" type=\"submit\" value=\"{TR_NEXT_STEP}\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/user_add3.phtml",
    "content": "<form name=\"addCustomerFrm3\" method=\"post\" action=\"user_add3.php\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Login data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><?= tohtml(tr('Username')); ?></td>\n            <td><?= tohtml(decode_idna($this->form->getValue('admin_name'))); ?></td>\n        </tr>\n        <tr>\n            <td><label for=\"password\"><?= tohtml(tr('Password')); ?></label></td>\n            <td><input type=\"password\" name=\"admin_pass\" id=\"password\" class=\"pwd_generator\" value=\"\" autocomplete=\"new-password\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\"><?= tohtml(tr('Password confirmation')); ?></label></td>\n            <td><input type=\"password\" name=\"admin_pass_confirmation\" id=\"cpassword\" value=\"\" autocomplete=\"new-password\" required></td>\n        </tr>\n        </tbody>\n    </table>\n    <table>\n        <thead>\n        <tr>\n            <th><?= tohtml(tr('Domain IP')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td>\n                <select id=\"domain_ip\" name=\"domain_ip\">\n                    <!-- BDP: ip_entry -->\n                    <option value=\"{IP_VALUE}\"{IP_SELECTED}>{IP_NUM}</option>\n                    <!-- EDP: ip_entry -->\n                </select>\n            </td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Personal data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"fname\"><?= tohtml(tr('First name')); ?></label></td>\n            <td><input type=\"text\" name=\"fname\" id=\"fname\" value=\"<?= tohtml($this->form->getValue('fname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"lname\"><?= tohtml(tr('Last name')); ?></label></td>\n            <td><input type=\"text\" name=\"lname\" id=\"lname\" value=\"<?= tohtml($this->form->getValue('lname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"gender\"><?= tohtml(tr('Gender')); ?></label></td>\n            <td>\n                <select id=\"gender\" name=\"gender\">\n                    <option value=\"M\"<?= $this->form->getValue('gender') == 'M' ? ' selected' : ''; ?>><?= tohtml(tr('Male')); ?></option>\n                    <option value=\"F\"<?= $this->form->getValue('gender') == 'F' ? ' selected' : ''; ?>><?= tohtml(tr('Female')); ?></option>\n                    <option value=\"U\"<?= $this->form->getValue('gender') == 'U' ? ' selected' : ''; ?>><?= tohtml(tr('Unknown')); ?></option>\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"firm\"><?= tohtml(tr('Company')); ?></label></td>\n            <td><input type=\"text\" name=\"firm\" id=\"firm\" value=\"<?= tohtml($this->form->getValue('firm'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street1\"><?= tohtml(tr('Street 1')); ?></label></td>\n            <td><input type=\"text\" name=\"street1\" id=\"street1\" value=\"<?= tohtml($this->form->getValue('street1'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street2\"><?= tohtml(tr('Street 2')); ?></label></td>\n            <td><input type=\"text\" name=\"street2\" id=\"street2\" value=\"<?= tohtml($this->form->getValue('street2'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"zip\"><?= tohtml(tr('Zip/Postal code')); ?></label></td>\n            <td><input type=\"text\" name=\"zip\" id=\"zip\" value=\"<?= tohtml($this->form->getValue('zip'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"city\"><?= tohtml(tr('City')); ?></label></td>\n            <td><input type=\"text\" name=\"city\" id=\"city\" value=\"<?= tohtml($this->form->getValue('city'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"state\"><?= tohtml(tr('State/Province')); ?></label></td>\n            <td><input type=\"text\" name=\"state\" id=\"state\" value=\"<?= tohtml($this->form->getValue('state'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"country\"><?= tohtml(tr('Country')); ?></label></td>\n            <td><input type=\"text\" name=\"country\" id=\"country\" value=\"<?= tohtml($this->form->getValue('country'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"email\"><?= tohtml(tr('Email')); ?></label></td>\n            <td><input type=\"text\" name=\"email\" id=\"email\" value=\"<?= tohtml(decode_idna($this->form->getValue('email')), 'htmlAttr'); ?>\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"phone\"><?= tohtml(tr('Phone')); ?></label></td>\n            <td><input type=\"text\" name=\"phone\" id=\"phone\" value=\"<?= tohtml($this->form->getValue('phone'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"fax\"><?= tohtml(tr('Fax')); ?></label></td>\n            <td><input type=\"text\" name=\"fax\" id=\"fax\" value=\"<?= tohtml($this->form->getValue('fax'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"<?= tohtml(tr('Add'), 'htmlAttr'); ?>\">\n        <input type=\"hidden\" name=\"uaction\" value=\"user_add3_nxt\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/reseller/user_statistics.tpl",
    "content": "<!-- BDP: user_statistics_entries_block -->\n<script>\n    $(function () {\n        $('.datatable').dataTable({\n            language: imscp_i18n.core.dataTable,\n            stateSave: true,\n            pagingType: \"simple\"\n        });\n    });\n</script>\n<table class=\"datatable\">\n    <thead>\n    <tr>\n        <th>{TR_USER}</th>\n        <th>{TR_DISK}</th>\n        <th>{TR_TRAFF}</th>\n        <th>{TR_WEB}</th>\n        <th>{TR_FTP_TRAFF}</th>\n        <th>{TR_SMTP}</th>\n        <th>{TR_POP3}</th>\n        <th>{TR_SUBDOMAIN}</th>\n        <th>{TR_ALIAS}</th>\n        <th>{TR_MAIL}</th>\n        <th>{TR_FTP}</th>\n        <th>{TR_SQL_DB}</th>\n        <th>{TR_SQL_USER}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_USER}</td>\n        <td>{TR_DISK}</td>\n        <td>{TR_TRAFF}</td>\n        <td>{TR_WEB}</td>\n        <td>{TR_FTP_TRAFF}</td>\n        <td>{TR_SMTP}</td>\n        <td>{TR_POP3}</td>\n        <td>{TR_SUBDOMAIN}</td>\n        <td>{TR_ALIAS}</td>\n        <td>{TR_MAIL}</td>\n        <td>{TR_FTP}</td>\n        <td>{TR_SQL_DB}</td>\n        <td>{TR_SQL_USER}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: user_statistics_entry_block -->\n    <tr>\n        <td>\n            <a href=\"user_statistics_details.php?user_id={USER_ID}\" class=\"icon i_domain_icon\" title=\"{TR_USER_TOOLTIP}\">{USERNAME}</a>\n        </td>\n        <td>\n            <div class=\"graph\">\n                <span style=\"width:{DISK_PERCENT_WIDTH}%\"></span>\n                <strong>{DISK_PERCENT}%</strong>\n            </div>\n            {DISK_MSG}\n        </td>\n        <td>\n            <div class=\"graph\">\n                <span style=\"width:{TRAFFIC_PERCENT_WIDTH}%\"></span>\n                <strong>{TRAFFIC_PERCENT}%</strong>\n            </div>\n            {TRAFFIC_MSG}\n        </td>\n        <td>{WEB}</td>\n        <td>{FTP}</td>\n        <td>{SMTP}</td>\n        <td>{POP3}</td>\n        <td>{SUB_MSG}</td>\n        <td>{ALS_MSG}</td>\n        <td>{MAIL_MSG}</td>\n        <td>{FTP_MSG}</td>\n        <td>{SQL_DB_MSG}</td>\n        <td>{SQL_USER_MSG}</td>\n    </tr>\n    <!-- EDP: user_statistics_entry_block -->\n    </tbody>\n</table>\n<!-- EDP: user_statistics_entries_block -->\n"
  },
  {
    "path": "gui/themes/default/reseller/user_statistics_details.tpl",
    "content": "<script>\n    $(function() {\n        $(\"#month, #year\").on(\"change\", function() {\n            $(this).closest(\"form\").submit();\n            return false;\n        });\n    });\n</script>\n<form>\n    <label for=\"month\">{TR_MONTH}</label>\n    <select name=\"month\" id=\"month\">\n        <!-- BDP: month_list -->\n        <option{OPTION_SELECTED}>{MONTH_VALUE}</option>\n        <!-- EDP: month_list -->\n    </select>\n    <label for=\"year\">{TR_YEAR}</label>\n    <select name=\"year\" id=\"year\">\n        <!-- BDP: year_list -->\n        <option{OPTION_SELECTED}>{YEAR_VALUE}</option>\n        <!-- EDP: year_list -->\n    </select>\n    <input type=\"hidden\" name=\"user_id\" value=\"{USER_ID}\">\n</form>\n<!-- BDP: user_statistics_details_block -->\n<table>\n    <thead>\n    <tr>\n        <th>{TR_DAY}</th>\n        <th>{TR_WEB_TRAFFIC}</th>\n        <th>{TR_FTP_TRAFFIC}</th>\n        <th>{TR_SMTP_TRAFFIC}</th>\n        <th>{TR_POP3_TRAFFIC}</th>\n        <th>{TR_ALL_TRAFFIC}</th>\n    </tr>\n    </thead>\n    <tfoot>\n    <tr>\n        <td>{TR_ALL}</td>\n        <td>{ALL_WEB_TRAFFIC}</td>\n        <td>{ALL_FTP_TRAFFIC}</td>\n        <td>{ALL_SMTP_TRAFFIC}</td>\n        <td>{ALL_POP3_TRAFFIC}</td>\n        <td>{ALL_ALL_TRAFFIC}</td>\n    </tr>\n    </tfoot>\n    <tbody>\n    <!-- BDP: traffic_table_item -->\n    <tr>\n        <td>{DATE}</td>\n        <td>{WEB_TRAFFIC}</td>\n        <td>{FTP_TRAFFIC}</td>\n        <td>{SMTP_TRAFFIC}</td>\n        <td>{POP3_TRAFFIC}</td>\n        <td>{ALL_TRAFFIC}</td>\n    </tr>\n    <!-- EDP: traffic_table_item -->\n    </tbody>\n</table>\n<!-- EDP: user_statistics_details_block -->\n"
  },
  {
    "path": "gui/themes/default/reseller/users.phtml",
    "content": "<!-- INCLUDE \"../shared/partials/client_list.phtml\" -->\n"
  },
  {
    "path": "gui/themes/default/shared/layouts/simple.tpl",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <title>{TR_PAGE_TITLE}</title>\n    <meta charset=\"{THEME_CHARSET}\">\n    <meta name=\"robots\" content=\"nofollow, noindex\">\n    <link rel=\"shortcut icon\" href=\"{THEME_ASSETS_PATH}/images/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"{THEME_ASSETS_PATH}/css/jquery-ui-{THEME_COLOR}.css?v={THEME_ASSETS_VERSION}\">\n    <link rel=\"stylesheet\" href=\"{THEME_ASSETS_PATH}/css/simple.css?v={THEME_ASSETS_VERSION}\">\n    <!--[if (IE 7)|(IE 8)]>\n    <link href=\"{THEME_ASSETS_PATH}/css/ie78overrides.css?v={THEME_ASSETS_VERSION}\" rel=\"stylesheet\">\n    <![endif]-->\n    <script>\n        imscp_i18n = {JS_TRANSLATIONS};\n    </script>\n    <script src=\"{THEME_ASSETS_PATH}/js/jquery/jquery.js?v={THEME_ASSETS_VERSION}\"></script>\n    <script src=\"{THEME_ASSETS_PATH}/js/jquery/jquery-ui.js?v={THEME_ASSETS_VERSION}\"></script>\n    <script src=\"{THEME_ASSETS_PATH}/js/imscp.min.js?v={THEME_ASSETS_VERSION}\"></script>\n</head>\n<body class=\"{THEME_COLOR} simple\">\n<div class=\"wrapper\">\n    <!-- BDP: header_block -->\n    <div id=\"header\">\n        <div id=\"logo\"><span>{productLongName}</span></div>\n        <div id=\"copyright\"><span><a href=\"{productLink}\" target=\"blank\">{productCopyright}</a></span></div>\n    </div>\n    <!-- EDP: header_block -->\n    <div id=\"content\">\n        <!-- BDP: page_message -->\n        <div id=\"notice\" class=\"{MESSAGE_CLS}\">{MESSAGE}</div>\n        <!-- EDP: page_message -->\n        {LAYOUT_CONTENT}\n    </div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "gui/themes/default/shared/layouts/ui.tpl",
    "content": "<?php\n/** @noinspection\n * PhpUnusedParameterInspection\n * PhpUnhandledExceptionInspection\n * PhpDocMissingThrowsInspection\n * PhpUndefinedFieldInspection\n */\n\nuse iMSCP\\TemplateEngine;\nuse iMSCP\\Registry;\n\n/** @var TemplateEngine $this */\n/** @var Zend_Navigation $container */\n$container = $this->navigation->getContainer();\n\nforeach($container as $page) {\n    if($page->isActive(true)) {\n        $leftMenu = $page;\n        break;\n    }\n}\n\n$page = $this->navigation->findActive($container, 0)['page'];\n\n?>\n<!DOCTYPE html>\n<html>\n<head>\n    <title>{TR_PAGE_TITLE}</title>\n    <meta charset=\"{THEME_CHARSET}\">\n    <meta name=\"robots\" content=\"nofollow, noindex\">\n    <link rel=\"shortcut icon\" href=\"{THEME_ASSETS_PATH}/images/favicon.ico\">\n    <link rel=\"stylesheet\" href=\"{THEME_ASSETS_PATH}/css/jquery-ui-{THEME_COLOR}.css?v={THEME_ASSETS_VERSION}\">\n    <link rel=\"stylesheet\" href=\"{THEME_ASSETS_PATH}/css/ui.css?v={THEME_ASSETS_VERSION}\">\n    <link rel=\"stylesheet\" href=\"{THEME_ASSETS_PATH}/css/{THEME_COLOR}.css?v={THEME_ASSETS_VERSION}\">\n    <script>\n        imscp_i18n = {JS_TRANSLATIONS};\n    </script>\n    <script src=\"{THEME_ASSETS_PATH}/js/jquery/jquery.js?v={THEME_ASSETS_VERSION}\"></script>\n    <script src=\"{THEME_ASSETS_PATH}/js/jquery/jquery-ui.js?v={THEME_ASSETS_VERSION}\"></script>\n    <script src=\"{THEME_ASSETS_PATH}/js/jquery/plugins/dataTables.js?v={THEME_ASSETS_VERSION}\"></script>\n    <script src=\"{THEME_ASSETS_PATH}/js/jquery/plugins/dataTables_naturalSorting.js?v={THEME_ASSETS_VERSION}\"></script>\n    <script src=\"{THEME_ASSETS_PATH}/js/jquery/plugins/pGenerator.js?v={THEME_ASSETS_VERSION}\"></script>\n    <script src=\"{THEME_ASSETS_PATH}/js/imscp.min.js?v={THEME_ASSETS_VERSION}\"></script>\n</head>\n<body>\n<div id=\"wrapper\">\n    <div class=\"header\">\n        <div class=\"main_menu\">\n<?= $this->navigation->menu()->renderMenu(null, [\n    'ulClass'  => 'icons' . ($_SESSION['show_main_menu_labels'] ? ' show_labels' : ''),\n    'indent'   => 12,\n    'maxDepth' => 0\n]); ?>\n\n        </div>\n        <div class=\"logo\">\n            <img src=\"{ISP_LOGO}\" alt=\"i-MSCP logo\"/>\n        </div>\n    </div>\n    <div class=\"location\">\n        <div class=\"location-area\">\n            <h1><?= $this->navigation->menu()->htmlify($leftMenu)?></h1>\n        </div>\n        <ul class=\"location-menu\">\n<?php if(isset($_SESSION['logged_from'])):?>\n                <li>\n                    <a class=\"backadmin\" href=\"change_user_interface.php?action=go_back\">\n                        <?= tohtml(tr('%1$s you are now logged as %2$s', $_SESSION['logged_from'], $_SESSION['user_logged']))?>\n                    </a>\n                </li>\n<?php endif ?>\n            <li><a class=\"logout\" href=\"/index.php?action=logout\"><?= tohtml(tr('Logout'))?></a></li>\n        </ul>\n        <ul class=\"path\">\n            <?= $this->navigation->breadcrumbs()->setContainer($leftMenu)->setMinDepth(0) ?>\n        </ul>\n    </div>\n    <div class=\"left_menu\">\n<?= $this->navigation->menu()->renderMenu($leftMenu, [\n    'ulClass'  => '',\n    'indent'   => 8,\n    'minDepth' => 0,\n    'maxDepth' => 0,\n    'onlyActiveBranch' => true,\n    'renderParents' => false,\n]); ?>\n\n    </div>\n    <div class=\"body\">\n        <h2 class=\"<?= tohtml($page->get('title_class')) ?>\"><span><?= tohtml($page->getLabel()) ?></span></h2>\n        <!-- BDP: page_message -->\n        <div class=\"{MESSAGE_CLS}\">{MESSAGE}</div>\n        <!-- EDP: page_message -->\n        {LAYOUT_CONTENT}\n    </div>\n</div>\n<div class=\"footer\">\n    <?php $config = Registry::get('config'); ?>\n    i-MSCP <?= tohtml($config['Version'] ?: tr('Unknown'))?><br>\n    Build: <?= tohtml($config['Build'] ?: tr('Unknown')) ?><br>\n    Codename: <?= tohtml($config['CodeName'] ?: tr('Unknown'))?>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "gui/themes/default/shared/partials/client_list.phtml",
    "content": "<h3 class=\"user_blue\"><span><?= tohtml(tr('Customers')); ?></span></h3>\n<!-- BDP: client_search_form -->\n<script>\n<? if($_SESSION['user_type'] == 'reseller'): ?>\n    function action_delete(link) {\n        return jQuery.imscp.confirmOnclick(\n            link, \"<?= tojs(tr('Are you sure you want to delete this account?')); ?>\"\n        );\n    }\n<? endif; ?>\n\n    $(function() {\n        $(\"#search_field\").on(\"change\", function() {\n            var $searchValue = $(\"#search_value\");\n            if($(this).val() === \"anything\") {\n                $searchValue.prop('disabled', true).val('').parent().hide();\n                return;\n            }\n\n            $searchValue.prop('disabled', false).parent().show();\n        }).trigger('change');\n\n        $(\"#search_user\").on('submit', function() {\n            var $searchField = $(\"#search_field\");\n            if($searchField.val().trim() === \"anything\" || $(\"#search_value\").val().trim() !== \"\") {\n                return true;\n            }\n\n            alert(\"<?= tojs(tr('Missing search criteria.')); ?>\");\n            return false;\n        });\n\n        $(\"#show_hide_aliases\").on(\"click\", function() {\n            var $form = $(this).closest('form');\n            $form.find(\"#client_domain_aliases_switch\").val($(this).data(\"action\"));\n            $form.trigger('submit');\n        });\n    });\n</script>\n<form action=\"users.php\" method=\"post\" name=\"search_user\" id=\"search_user\">\n    <div style=\"line-height:40px;vertical-align: middle; float: left\">\n        <label>\n            <span><?= tohtml(tr('Filter customers by')); ?></span>\n            <select name=\"search_field\" id=\"search_field\">\n                <option value=\"anything\"{CLIENT_NONE_SELECTED}><?= tohtml(tr('anything')); ?></option>\n                <option value=\"domain_name\"{CLIENT_DOMAIN_NAME_SELECTED}><?= tohtml(tr('domain name')); ?></option>\n                <option value=\"lname\"{CLIENT_FIRST_NAME_SELECTED}><?= tohtml(tr('first name')); ?></option>\n                <option value=\"lname\"{CLIENT_LAST_NAME_SELECTED}><?= tohtml(tr('last name')); ?></option>\n                <option value=\"firm\"{CLIENT_COMPANY_SELECTED}><?= tohtml(tr('company')); ?></option>\n                <option value=\"city\"{CLIENT_CITY_SELECTED}><?= tohtml(tr('city')); ?></option>\n                <option value=\"state\"{CLIENT_STATE_SELECTED}><?= tohtml(tr('state/province')); ?></option>\n                <option value=\"country\"{CLIENT_COUNTRY_SELECTED}><?= tohtml(tr('country')); ?></option>\n<? if($_SESSION['user_type'] == 'admin'): ?>\n                <option value=\"reseller_name\"{CLIENT_RESELLER_NAME_SELECTED}><?= tohtml(tr('reseller name')); ?></option>\n<? endif; ?>\n            </select>\n        </label>\n        <label>\n            <span><?= tohtml(tr('that match with')); ?></span>\n            <input name=\"search_value\" id=\"search_value\" type=\"text\" value=\"{SEARCH_VALUE}\" required disabled></label>\n        <label>\n            <span><?= tohtml(tr('which status is')); ?></span>\n            <select name=\"search_status\" id=\"search_status\">\n                <option value=\"anything\"{CLIENT_ANYTHING_SELECTED}><?= tohtml(tr('anything')); ?></option>\n                <option value=\"ok\"{CLIENT_OK_SELECTED}><?= tohtml(tr('ok')); ?></option>\n                <option value=\"disabled\"{CLIENT_DISABLED_SELECTED}><?= tohtml(tr('suspended')); ?></option>\n                <option value=\"error\"{CLIENT_ERROR_SELECTED}><?= tohtml(tr('error')); ?></option>\n            </select>\n        </label>\n        <input type=\"hidden\" name=\"client_domain_aliases_switch\" id=\"client_domain_aliases_switch\" value=\"{CLIENT_DOMAIN_ALIASES_SWITCH_VALUE}\">\n        <input name=\"Submit\" type=\"submit\" value=\"<?= tohtml(tr('Search'), 'htmlAttr'); ?>\">\n    </div>\n    <!-- BDP: client_domain_aliases_switch -->\n    <div style=\"line-height:40px;vertical-align: middle; float: right\">\n        <!-- BDP: client_domain_aliases_show -->\n        <span class=\"icon i_show_alias clickable\" id=\"show_hide_aliases\" data-action=\"show\" title=\"<?= tohtml(tr('Show domain aliases'), 'htmlAttr'); ?>\"><?= tohtml(tr('Show domain aliases')); ?></span>\n        <!-- EDP: client_domain_aliases_show -->\n        <!-- BDP: client_domain_aliases_hide -->\n        <span class=\"icon i_show_alias clickable\" id=\"show_hide_aliases\" data-action=\"hide\" title=\"<?= tohtml(tr('Hide domain aliases'), 'htmlAttr'); ?>\"><?= tohtml(tr('Hide domain aliases')); ?></span>\n        <!-- EDP: client_domain_aliases_hide -->\n    </div>\n    <!-- EDP: client_domain_aliases_switch -->\n    <div style=\"clear:both\"></div>\n</form>\n<!-- EDP: client_search_form -->\n<!-- BDP: client_message -->\n<div class=\"static_info\"><?= tohtml(tr('No account found.')); ?></div>\n<!-- EDP: client_message -->\n<!-- BDP: client_list -->\n<table class=\"datatable\" id=\"users_table\">\n    <thead>\n    <tr>\n        <th><?= tohtml(tr('Status')); ?></th>\n        <th><?= tohtml(tr('Username')); ?></th>\n        <th><?= tohtml(tr('Created on')); ?></th>\n<? if($_SESSION['user_type'] == 'admin'): ?>\n        <th><?= tohtml(tr('Created by')); ?></th>\n<? endif; ?>\n        <th><?= tohtml(tr('Actions')); ?></th>\n    </tr>\n    </thead>\n    <tbody>\n    <!-- BDP: client_item -->\n    <tr>\n        <!-- BDP: client_domain_status_ok -->\n        <td><a href=\"domain_status_change.php?domain_id={CLIENT_DOMAIN_ID}\" class=\"icon {CLIENT_STATUS_CLASS}\" title=\"{TR_CLIENT_STATUS_TOOLTIP}\">{TR_CLIENT_STATUS}</a></td>\n        <td><a href=\"http://{CLIENT_DOMAIN_URL}/\" target=\"_blank\" class=\"icon i_goto\">{CLIENT_USERNAME}</a></td>\n        <!-- EDP: client_domain_status_ok -->\n        <!-- BDP: client_domain_status_not_ok -->\n        <td><span class=\"icon {CLIENT_STATUS_CLASS}\" title=\"{TR_CLIENT_STATUS_TOOLTIP}\">{TR_CLIENT_STATUS}</span></td>\n        <td><span class=\"icon i_lock\">{CLIENT_USERNAME}</span></td>\n        <!-- EDP: client_domain_status_not_ok -->\n        <td>{CLIENT_CREATED_ON}</td>\n<? if($_SESSION['user_type'] == 'admin'): ?>\n        <td>{CLIENT_CREATED_BY}</td>\n<? endif; ?>\n        <td>\n            <a class=\"icon i_identity\" href=\"domain_details.php?domain_id={CLIENT_DOMAIN_ID}\" title=\"<?= tohtml(tr('Details'), 'htmlAttr'); ?>\"><?= tohtml(tr('Details')); ?></a>\n            <a class=\"icon i_details\" href=\"change_user_interface.php?to_id={CLIENT_ID}\" title=\"<?= tohtml(tr('Switch to user interface'), 'htmlAttr'); ?>\"><?= tohtml(tr('Switch')); ?></a>\n            <a class=\"icon i_user\" href=\"user_edit.php?edit_id={CLIENT_ID}\" title=\"<?= tohtml(tr('Edit'), 'htmlAttr'); ?>\"><?= tohtml(tr('Edit')); ?></a>\n            <!-- BDP: client_restricted_links -->\n<? if($_SESSION['user_type'] == 'reseller'): ?>\n            <a class=\"icon i_domain_icon\" href=\"domain_edit.php?edit_id={CLIENT_DOMAIN_ID}\" title=\"<?= tohtml(tr('Edit domain'), 'htmlAttr'); ?>\"><?= tohtml(tr('Edit domain')); ?></a>\n<? endif; ?>\n            <a class=\"icon i_delete\" href=\"user_delete.php?user_id={CLIENT_ID}\" onclick=\"return action_delete(this)\" title=\"<?= tohtml(tr('Delete'), 'htmlAttr'); ?>\"><?= tohtml(tr('Delete')); ?></a>\n            <!-- EDP: client_restricted_links -->\n        </td>\n    </tr>\n    <!-- BDP: client_domain_alias_blk -->\n    <tr>\n        <td colspan=\"5\"><a href=\"http://{CLIENT_DOMAIN_ALIAS_URL}/\" target=\"_blank\" class=\"icon i_goto\">{CLIENT_DOMAIN_ALIAS}</a></td>\n    </tr>\n    <!-- EDP: client_domain_alias_blk -->\n    <!-- EDP: client_item -->\n    <tbody>\n</table>\n<div class=\"paginator\">\n    <!-- BDP: client_scroll_prev -->\n    <a class=\"icon i_prev\" href=\"users.php?psi={CLIENT_PREV_PSI}\" title=\"<?= tohtml(tr('Previous'), 'htmlAttr'); ?>\"><?= tohtml(tr('Previous')); ?></a>\n    <!-- EDP: client_scroll_prev -->\n    <!-- BDP: client_scroll_prev_gray -->\n    <span class=\"icon i_prev_gray\"></span>\n    <!-- EDP: client_scroll_prev_gray -->\n    <!-- BDP: client_scroll_next_gray -->\n    <span class=\"icon i_next_gray\"></span>\n    <!-- EDP: client_scroll_next_gray -->\n    <!-- BDP: client_scroll_next -->\n    <a class=\"icon i_next\" href=\"users.php?psi={CLIENT_NEXT_PSI}\" title=\"<?= tohtml(tr('Next'), 'htmlAttr'); ?>\"><?= tohtml(tr('Next')); ?></a>\n    <!-- EDP: client_scroll_next -->\n</div>\n<!-- EDP: client_list -->\n"
  },
  {
    "path": "gui/themes/default/shared/partials/ftp_choose_dir.tpl",
    "content": "\n<!-- BDP: page_message -->\n<div class=\"{MESSAGE_CLS}\">{MESSAGE}</div>\n<!-- EDP: page_message -->\n<!-- BDP: ftp_chooser -->\n<div class=\"ftp_chooser\">\n    <table class=\"firstColFixed\">\n        <tbody>\n        <!-- BDP: dir_item -->\n        <tr>\n            <td style=\"width:80%\">\n                <span data-link=\"{LINK}\" class=\"icon i_bc_{ICON} ftp_choose_dir clickable\">{DIR_NAME}</span>\n            </td>\n            <td>\n                <!-- BDP: action_link -->\n                <span data-directory=\"{DIRECTORY}\" class=\"ftp_choose_dir clickable\" title=\"{TOOLTIP_CHOOSE}\">{CHOOSE}</span>\n                <!-- EDP: action_link -->\n            </td>\n        </tr>\n        <!-- EDP: dir_item -->\n        </tbody>\n    </table>\n</div>\n<!-- EDP: ftp_chooser -->\n"
  },
  {
    "path": "gui/themes/default/shared/partials/password_update.phtml",
    "content": "\n<form method=\"post\" action=\"password_update.php\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"3\"><?= tohtml(tr('Login data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"password\"><?= tohtml(tr('Password')); ?></label></td>\n            <td><input name=\"admin_pass\" id=\"password\" type=\"password\" value=\"\" class=\"pwd_generator\" autocomplete=\"new-password\" required>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\"><?= tohtml(tr('Password confirmation')); ?></label></td>\n            <td><input name=\"admin_pass_confirmation\" id=\"cpassword\" type=\"password\" value=\"\" autocomplete=\"new-password\" required></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input type=\"submit\" name=\"Submit\" value=\"<?= tohtml(tr('Update', 'htmlAttr')); ?>\">\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/shared/partials/personal_change.phtml",
    "content": "<form action=\"personal_change.php\" method=\"post\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Personal data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"fname\"><?= tohtml(tr('First name')); ?></label></td>\n            <td><input type=\"text\" name=\"fname\" id=\"fname\" value=\"<?= tohtml($this->form->getValue('fname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"lname\"><?= tohtml(tr('Last name')); ?></label></td>\n            <td><input type=\"text\" name=\"lname\" id=\"lname\" value=\"<?= tohtml($this->form->getValue('lname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"gender\"><?= tohtml(tr('Gender')); ?></label></td>\n            <td>\n                <select id=\"gender\" name=\"gender\">\n                    <option value=\"M\"<?= $this->form->getValue('gender') == 'M' ? ' selected' : ''; ?>><?= tohtml(tr('Male')); ?></option>\n                    <option value=\"F\"<?= $this->form->getValue('gender') == 'F' ? ' selected' : ''; ?>><?= tohtml(tr('Female')); ?></option>\n                    <option value=\"U\"<?= $this->form->getValue('gender') == 'U' ? ' selected' : ''; ?>><?= tohtml(tr('Unknown')); ?></option>\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"firm\"><?= tohtml(tr('Company')); ?></label></td>\n            <td><input type=\"text\" name=\"firm\" id=\"firm\" value=\"<?= tohtml($this->form->getValue('firm'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street1\"><?= tohtml(tr('Street 1')); ?></label></td>\n            <td><input type=\"text\" name=\"street1\" id=\"street1\" value=\"<?= tohtml($this->form->getValue('street1'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street2\"><?= tohtml(tr('Street 2')); ?></label></td>\n            <td><input type=\"text\" name=\"street2\" id=\"street2\" value=\"<?= tohtml($this->form->getValue('street2'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"zip\"><?= tohtml(tr('Zip/Postal code')); ?></label></td>\n            <td><input type=\"text\" name=\"zip\" id=\"zip\" value=\"<?= tohtml($this->form->getValue('zip'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"city\"><?= tohtml(tr('City')); ?></label></td>\n            <td><input type=\"text\" name=\"city\" id=\"city\" value=\"<?= tohtml($this->form->getValue('city'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"state\"><?= tohtml(tr('State/Province')); ?></label></td>\n            <td><input type=\"text\" name=\"state\" id=\"state\" value=\"<?= tohtml($this->form->getValue('state'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"country\"><?= tohtml(tr('Country')); ?></label></td>\n            <td><input type=\"text\" name=\"country\" id=\"country\" value=\"<?= tohtml($this->form->getValue('country'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"email\"><?= tohtml(tr('Email')); ?></label></td>\n            <td><input type=\"text\" name=\"email\" id=\"email\" value=\"<?= tohtml(decode_idna($this->form->getValue('email')), 'htmlAttr'); ?>\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"phone\"><?= tohtml(tr('Phone')); ?></label></td>\n            <td><input type=\"text\" name=\"phone\" id=\"phone\" value=\"<?= tohtml($this->form->getValue('phone'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"fax\"><?= tohtml(tr('Fax')); ?></label></td>\n            <td><input type=\"text\" name=\"fax\" id=\"fax\" value=\"<?= tohtml($this->form->getValue('fax'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"<?= tohtml(tr('Update'), 'htmlAttr'); ?>\">\n        <a href=\"profile.php\" class=\"link_as_button\"><?= tohtml(tr('Cancel')); ?></a>\n    </div>\n</form>\n"
  },
  {
    "path": "gui/themes/default/shared/partials/profile.tpl",
    "content": "\n<table class=\"firstColFixed\">\n    <thead>\n    <tr>\n        <th colspan=\"2\">{TR_ACCOUNT_SUMMARY}</th>\n    </tr>\n    </thead>\n    <tbody>\n    <tr>\n        <td>{TR_USERNAME}</td>\n        <td>{USERNAME}</td>\n    </tr>\n    <tr>\n        <td>{TR_ACCOUNT_TYPE}</td>\n        <td>{ACCOUNT_TYPE}</td>\n    </tr>\n    <tr>\n        <td>{TR_REGISTRATION_DATE}</td>\n        <td>{REGISTRATION_DATE}</td>\n    </tr>\n    </tbody>\n</table>\n"
  },
  {
    "path": "gui/themes/default/shared/partials/user_edit.phtml",
    "content": "<form method=\"post\" action=\"user_edit.php?edit_id=<?= tourl($this->editId); ?>\" autocomplete=\"off\">\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Login data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><?= tohtml(tr('Username')); ?></td>\n            <td><?= tohtml(decode_idna($this->form->getValue('admin_name'))); ?></td>\n        </tr>\n        <tr>\n            <td><label for=\"password\"><?= tohtml(tr('Password')); ?></label></td>\n            <td><input type=\"password\" name=\"admin_pass\" id=\"password\" class=\"pwd_generator\" value=\"\" autocomplete=\"new-password\">\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"cpassword\"><?= tohtml(tr('Password confirmation')); ?></label></td>\n            <td><input type=\"password\" name=\"admin_pass_confirmation\" id=\"cpassword\" value=\"\" autocomplete=\"new-password\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <table class=\"firstColFixed\">\n        <thead>\n        <tr>\n            <th colspan=\"2\"><?= tohtml(tr('Personal data')); ?></th>\n        </tr>\n        </thead>\n        <tbody>\n        <tr>\n            <td><label for=\"fname\"><?= tohtml(tr('First name')); ?></label></td>\n            <td><input type=\"text\" name=\"fname\" id=\"fname\" value=\"<?= tohtml($this->form->getValue('fname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"lname\"><?= tohtml(tr('Last name')); ?></label></td>\n            <td><input type=\"text\" name=\"lname\" id=\"lname\" value=\"<?= tohtml($this->form->getValue('lname'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"gender\"><?= tohtml(tr('Gender')); ?></label></td>\n            <td>\n                <select id=\"gender\" name=\"gender\">\n                    <option value=\"M\"<?= $this->form->getValue('gender') == 'M' ? ' selected' : ''; ?>><?= tohtml(tr('Male')); ?></option>\n                    <option value=\"F\"<?= $this->form->getValue('gender') == 'F' ? ' selected' : ''; ?>><?= tohtml(tr('Female')); ?></option>\n                    <option value=\"U\"<?= $this->form->getValue('gender') == 'U' ? ' selected' : ''; ?>><?= tohtml(tr('Unknown')); ?></option>\n                </select>\n            </td>\n        </tr>\n        <tr>\n            <td><label for=\"firm\"><?= tohtml(tr('Company')); ?></label></td>\n            <td><input type=\"text\" name=\"firm\" id=\"firm\" value=\"<?= tohtml($this->form->getValue('firm'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street1\"><?= tohtml(tr('Street 1')); ?></label></td>\n            <td><input type=\"text\" name=\"street1\" id=\"street1\" value=\"<?= tohtml($this->form->getValue('street1'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"street2\"><?= tohtml(tr('Street 2')); ?></label></td>\n            <td><input type=\"text\" name=\"street2\" id=\"street2\" value=\"<?= tohtml($this->form->getValue('street2'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"zip\"><?= tohtml(tr('Zip/Postal code')); ?></label></td>\n            <td><input type=\"text\" name=\"zip\" id=\"zip\" value=\"<?= tohtml($this->form->getValue('zip'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"city\"><?= tohtml(tr('City')); ?></label></td>\n            <td><input type=\"text\" name=\"city\" id=\"city\" value=\"<?= tohtml($this->form->getValue('city'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"state\"><?= tohtml(tr('State/Province')); ?></label></td>\n            <td><input type=\"text\" name=\"state\" id=\"state\" value=\"<?= tohtml($this->form->getValue('state'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"country\"><?= tohtml(tr('Country')); ?></label></td>\n            <td><input type=\"text\" name=\"country\" id=\"country\" value=\"<?= tohtml($this->form->getValue('country'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"email\"><?= tohtml(tr('Email')); ?></label></td>\n            <td><input type=\"text\" name=\"email\" id=\"email\" value=\"<?= tohtml(decode_idna($this->form->getValue('email')), 'htmlAttr'); ?>\" required></td>\n        </tr>\n        <tr>\n            <td><label for=\"phone\"><?= tohtml(tr('Phone')); ?></label></td>\n            <td><input type=\"text\" name=\"phone\" id=\"phone\" value=\"<?= tohtml($this->form->getValue('phone'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        <tr>\n            <td><label for=\"fax\"><?= tohtml(tr('Fax')); ?></label></td>\n            <td><input type=\"text\" name=\"fax\" id=\"fax\" value=\"<?= tohtml($this->form->getValue('fax'), 'htmlAttr'); ?>\"></td>\n        </tr>\n        </tbody>\n    </table>\n    <div class=\"buttons\">\n        <input name=\"Submit\" type=\"submit\" value=\"<?= tohtml(tr('Update'), 'htmlAttr'); ?>\">\n        <a href=\"users.php\" class=\"link_as_button\"><?= tohtml(tr('Cancel')); ?></a>\n    </div>\n</form>\n"
  },
  {
    "path": "i18n/.tx/config",
    "content": "[main]\nhost = https://www.transifex.com\n\n[i-MSCP.1_5_x]\nfile_filter = po/<lang>.po\nsource_file = iMSCP.pot\nsource_lang = en\ntype = PO\n"
  },
  {
    "path": "i18n/iMSCP.pot",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"Language-Team: LANGUAGE <LL@li.org>\\n\"\n\"Language: \\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than \"\n\"the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"\"\n\nmsgid \"Activate\"\nmsgstr \"\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"\"\n\nmsgid \"Add SQL user\"\nmsgstr \"\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"\"\n\nmsgid \"Add group\"\nmsgstr \"\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"\"\n\nmsgid \"Add subdomain\"\nmsgstr \"\"\n\nmsgid \"Add user\"\nmsgstr \"\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user \"\n\"statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"\"\n\nmsgid \"Administrator login\"\nmsgstr \"\"\n\nmsgid \"Administrators\"\nmsgstr \"\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your systems.\"\n\"<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"\"\n\nmsgid \"All users\"\nmsgstr \"\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"\"\n\nmsgid \"Apply changes\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"\"\n\nmsgid \"Assign\"\nmsgstr \"\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"\"\n\nmsgid \"Backup\"\nmsgstr \"\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"\"\n\nmsgid \"Choose dir\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"\"\n\nmsgid \"Class\"\nmsgstr \"\"\n\nmsgid \"Clear log\"\nmsgstr \"\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"\"\n\nmsgid \"Create\"\nmsgstr \"\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"\"\n\nmsgid \"Day\"\nmsgstr \"\"\n\nmsgid \"Days\"\nmsgstr \"\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}\"\n\"{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can \"\n\"ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}\"\n\"{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}\"\n\"{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}\"\n\"{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}\"\n\"{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"\"\n\nmsgid \"Delete order\"\nmsgstr \"\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"\"\n\nmsgid \"Domain Name\"\nmsgstr \"\"\n\nmsgid \"Domain account\"\nmsgstr \"\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"\"\n\nmsgid \"Domain errors\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"\"\n\nmsgid \"Done\"\nmsgstr \"\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"\"\n\nmsgid \"Edit error page\"\nmsgstr \"\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"\"\n\nmsgid \"Feature\"\nmsgstr \"\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"\"\n\nmsgid \"Forward to URL\"\nmsgstr \"\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"\"\n\nmsgid \"From\"\nmsgstr \"\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"\"\n\nmsgid \"General settings\"\nmsgstr \"\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"\"\n\nmsgid \"Group members\"\nmsgstr \"\"\n\nmsgid \"Group name\"\nmsgstr \"\"\n\nmsgid \"Groups\"\nmsgstr \"\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"\"\n\nmsgid \"Hour\"\nmsgstr \"\"\n\nmsgid \"Hours\"\nmsgstr \"\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"\"\n\nmsgid \"IPv6 address\"\nmsgstr \"\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"\"\n\nmsgid \"Label\"\nmsgstr \"\"\n\nmsgid \"Language\"\nmsgstr \"\"\n\nmsgid \"Language file\"\nmsgstr \"\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"\"\n\nmsgid \"Last name\"\nmsgstr \"\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"\"\n\nmsgid \"Limit\"\nmsgstr \"\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"\"\n\nmsgid \"Logo file\"\nmsgstr \"\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"\"\n\nmsgid \"Lost password\"\nmsgstr \"\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"\"\n\nmsgid \"Low\"\nmsgstr \"\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"\"\n\nmsgid \"Manage SQL\"\nmsgstr \"\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"\"\n\nmsgid \"Message template\"\nmsgstr \"\"\n\nmsgid \"Message template info\"\nmsgstr \"\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"\"\n\nmsgid \"Minutes\"\nmsgstr \"\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"\"\n\nmsgid \"Mount point\"\nmsgstr \"\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"\"\n\nmsgid \"No\"\nmsgstr \"\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"\"\n\nmsgid \"Ok\"\nmsgstr \"\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"\"\n\nmsgid \"Other out\"\nmsgstr \"\"\n\nmsgid \"Other settings\"\nmsgstr \"\"\n\nmsgid \"Overview\"\nmsgstr \"\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"\"\n\nmsgid \"Package actions\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"\"\n\nmsgid \"Password\"\nmsgstr \"\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"\"\n\nmsgid \"Phone\"\nmsgstr \"\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this \"\n\"package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-gui-\"\n\"permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by \"\n\"another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated, \"\n\"%s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"\"\n\nmsgid \"Protocol\"\nmsgstr \"\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"\"\n\nmsgid \"Remove IP\"\nmsgstr \"\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"\"\n\nmsgid \"Restore\"\nmsgstr \"\"\n\nmsgid \"Restore backup\"\nmsgstr \"\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"\"\n\nmsgid \"SMTP out\"\nmsgstr \"\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"\"\n\nmsgid \"SQL\"\nmsgstr \"\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"\"\n\nmsgid \"Search\"\nmsgstr \"\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"\"\n\nmsgid \"Send message to\"\nmsgstr \"\"\n\nmsgid \"Send reply\"\nmsgstr \"\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"\"\n\nmsgid \"Server statistics\"\nmsgstr \"\"\n\nmsgid \"Server status\"\nmsgstr \"\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"\"\n\nmsgid \"Statistics\"\nmsgstr \"\"\n\nmsgid \"Status\"\nmsgstr \"\"\n\nmsgid \"Street 1\"\nmsgstr \"\"\n\nmsgid \"Street 2\"\nmsgstr \"\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain name\"\nmsgstr \"\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"\"\n\nmsgid \"Swap\"\nmsgstr \"\"\n\nmsgid \"Switch\"\nmsgstr \"\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after upload.\"\n\"<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site \"\n\"to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered. \"\n\"All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"\"\n\nmsgid \"UP\"\nmsgstr \"\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent \"\n\"to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"\"\n\nmsgid \"Unknown Error\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"\"\n\nmsgid \"Upload logo\"\nmsgstr \"\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"\"\n\nmsgid \"User password\"\nmsgstr \"\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"\"\n\nmsgid \"Username\"\nmsgstr \"\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"\"\n\nmsgid \"View\"\nmsgstr \"\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"\"\n\nmsgid \"Web out\"\nmsgstr \"\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"\"\n\nmsgid \"Web traffic\"\nmsgstr \"\"\n\nmsgid \"Webmail\"\nmsgstr \"\"\n\nmsgid \"Webtools\"\nmsgstr \"\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that \"\n\"reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"\"\n\nmsgid \"Yes\"\nmsgstr \"\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a \"\n\"PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for \"\n\"the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain \"\n\"aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"\"\n\nmsgid \"no\"\nmsgstr \"\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"\"\n\nmsgid \"older than 12 months\"\nmsgstr \"\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"\"\n\nmsgid \"older than 3 months\"\nmsgstr \"\"\n\nmsgid \"older than 6 months\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"\"\n\nmsgid \"subdomains\"\nmsgstr \"\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/ar.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: hossam bahaa <hossambahaa2@ymail.com>, 2017\\n\"\n\"Language-Team: Arabic (https://www.transifex.com/i-mscp/teams/576/ar/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: ar\\n\"\n\"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s أنت مسجل الدخول الان بواسطة %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\nmsgstr[4] \"\"\nmsgstr[5] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\nmsgstr[4] \"\"\nmsgstr[5] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"إسم الحساب\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"\"\n\nmsgid \"Activate\"\nmsgstr \"\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"أضف\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"أضف قاعدة بيانات SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"اضافة مدير\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"\"\n\nmsgid \"Add group\"\nmsgstr \"\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"أضف خطة إستضافة\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"اضافة ريسيلر\"\n\nmsgid \"Add subdomain\"\nmsgstr \"اضافة نطاق فرعى\"\n\nmsgid \"Add user\"\nmsgstr \"اضافة اسم مستخدم\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"المدير\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"سجل المدير\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"المستخدمين المدراء\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"المدير\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"مستوى المدير\"\n\nmsgid \"Administrator login\"\nmsgstr \"\"\n\nmsgid \"Administrators\"\nmsgstr \"المدراء\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"الكل\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"جميع الحقول مطلوبة\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"\"\n\nmsgid \"All users\"\nmsgstr \"\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"\"\n\nmsgid \"Apply changes\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"هل أنت متأكد من أنك تريد حذف %s؟\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"هل أنت متأكد أنك تود الإسترجاع من النسخة الإحتياطية؟\"\n\nmsgid \"Assign\"\nmsgstr \"\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"رجوع\"\n\nmsgid \"Backup\"\nmsgstr \"نسخة احتياطية\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"إلغ\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"\"\n\nmsgid \"Choose dir\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"إختر خطة الإستضافة\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"المدينة\"\n\nmsgid \"Class\"\nmsgstr \"\"\n\nmsgid \"Clear log\"\nmsgstr \"\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"الشركة\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"الدولة\"\n\nmsgid \"Create\"\nmsgstr \"\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"انشئت بواسطة\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"تاريخ الإنشاء\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"قوائم مخصصة\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"النسخ الإحتياطي اليومي\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"\"\n\nmsgid \"Day\"\nmsgstr \"يوم\"\n\nmsgid \"Days\"\nmsgstr \"أيام\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"حذف\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"\"\n\nmsgid \"Delete order\"\nmsgstr \"\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"نطاق\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"أى بى النطاق\"\n\nmsgid \"Domain Name\"\nmsgstr \"إسم النطاق\"\n\nmsgid \"Domain account\"\nmsgstr \"\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"نطاق مستعار\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"النطاقات المستعارة\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"معلومات النطاق\"\n\nmsgid \"Domain errors\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"إسم النطاق\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"إحصائيات النطاق\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"النطاقات\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"نطاقات في كل صفحة\"\n\nmsgid \"Done\"\nmsgstr \"\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"تعديل\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"تعديل النطاق\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"\"\n\nmsgid \"Edit error page\"\nmsgstr \"عدّل صفحة الخطأ\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"تعديل خطة الاستضافة\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"البريد الالكترونى\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"إعداد البريد الإلكتروني\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"مفعّل\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"صفحات الخطأ\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"حسابات الاف تى بى\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"الفاكس\"\n\nmsgid \"Feature\"\nmsgstr \"\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"انثى\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"مدير الملفات\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"الإسم الأول\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"\"\n\nmsgid \"Forward to URL\"\nmsgstr \"\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"\"\n\nmsgid \"From\"\nmsgstr \"من\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"من الريسيلر\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"حسابات الاف تى بى\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"الجنس\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"المعلومات العامة\"\n\nmsgid \"General settings\"\nmsgstr \"إعدادات عامة\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"\"\n\nmsgid \"Group members\"\nmsgstr \"\"\n\nmsgid \"Group name\"\nmsgstr \"\"\n\nmsgid \"Groups\"\nmsgstr \"\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"خطط الاستضافة\"\n\nmsgid \"Hour\"\nmsgstr \"ساعة\"\n\nmsgid \"Hours\"\nmsgstr \"ساعات\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"عنوان IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"استخدام الأى بى\"\n\nmsgid \"IPv6 address\"\nmsgstr \"\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"تثبيت\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"تدويل\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"\"\n\nmsgid \"Label\"\nmsgstr \"\"\n\nmsgid \"Language\"\nmsgstr \"اللغة\"\n\nmsgid \"Language file\"\nmsgstr \"ملف اللغة\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"آخر دخول\"\n\nmsgid \"Last name\"\nmsgstr \"إسم العائلة\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"تصميم\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"مستوى\"\n\nmsgid \"Limit\"\nmsgstr \"محدود\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"دخول\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"\"\n\nmsgid \"Logo file\"\nmsgstr \"\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"تسجيل الخروج\"\n\nmsgid \"Lost password\"\nmsgstr \"فقدت كلمة المرور\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"\"\n\nmsgid \"Low\"\nmsgstr \"\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"e-mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\nmsgstr[4] \"\"\nmsgstr[5] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"وضع الصيانة\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"ذكر\"\n\nmsgid \"Manage SQL\"\nmsgstr \"ادارة قواعد بيانات SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"ادارة المستخدمين و المجموعات\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"ادارة المناطق المحمية, الاعضاء و المجموعات\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"معلومات الذاكرة\"\n\nmsgid \"Message\"\nmsgstr \"\"\n\nmsgid \"Message template\"\nmsgstr \"\"\n\nmsgid \"Message template info\"\nmsgstr \"\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"دقيقة\"\n\nmsgid \"Minutes\"\nmsgstr \"دقائق\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"شهر\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"\"\n\nmsgid \"Mount point\"\nmsgstr \"\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"تذكرة جديدة\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"الخطوة التالية\"\n\nmsgid \"No\"\nmsgstr \"لا\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"\"\n\nmsgid \"Ok\"\nmsgstr \"\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"\"\n\nmsgid \"Other out\"\nmsgstr \"\"\n\nmsgid \"Other settings\"\nmsgstr \"إعدادات اخرى\"\n\nmsgid \"Overview\"\nmsgstr \"نظرة عامة\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"بى اتش بى\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"\"\n\nmsgid \"Package actions\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"اللغة الرئيسية للوحة\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"\"\n\nmsgid \"Password\"\nmsgstr \"كلمة المرور\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"إعدادات كلمة المرور\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"النسبة\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"البيانات الشخصية\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"\"\n\nmsgid \"Phone\"\nmsgstr \"رقم هاتف\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"ادارة قواعد البيانات\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"أولوية\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"الخصائص\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"المناطق المحمية\"\n\nmsgid \"Protocol\"\nmsgstr \"\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"\"\n\nmsgid \"Remove IP\"\nmsgstr \"ازالة أى بى\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"اعادة كتابة كلمة السر\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"إسم الريسيلر\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"مستوى الريسيلر\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"إسم الريسيلر\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"مستخدمين الريسيلر\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"الريسيلرات\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"\"\n\nmsgid \"Restore\"\nmsgstr \"إسترجاع\"\n\nmsgid \"Restore backup\"\nmsgstr \"إسترجاع نسخة إحتياطية\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"\"\n\nmsgid \"SMTP out\"\nmsgstr \"\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"قواعد البيانات SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"اسم مستخدم قواعد البيانات\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"حفظ\"\n\nmsgid \"Search\"\nmsgstr \"البحث\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"كود الأمان\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"ارسال رسالة\"\n\nmsgid \"Send message to\"\nmsgstr \"أرسل رسالة إلى\"\n\nmsgid \"Send reply\"\nmsgstr \"أرسل ردا\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"بورتات الخادم\"\n\nmsgid \"Server statistics\"\nmsgstr \"إحصائيات الخادم\"\n\nmsgid \"Server status\"\nmsgstr \"حالة الخادم\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\nmsgstr[4] \"\"\nmsgstr[5] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"إعدادات\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"أظهر\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"حجم\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"الولاية\"\n\nmsgid \"Statistics\"\nmsgstr \"إحصائيات\"\n\nmsgid \"Status\"\nmsgstr \"الحالة\"\n\nmsgid \"Street 1\"\nmsgstr \"\"\n\nmsgid \"Street 2\"\nmsgstr \"\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"نطاقات فرعية\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain name\"\nmsgstr \"\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"النطاقات الفرعية\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"حفظ التغييرات\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"نظام الدعم الفني\"\n\nmsgid \"Swap\"\nmsgstr \"ذاكرة تبديلية\"\n\nmsgid \"Switch\"\nmsgstr \"التبديل\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"التبديل إلى واجهة المستخدم\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"النظام\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"أدوات النظام\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\nmsgstr[4] \"\"\nmsgstr[5] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"\"\n\nmsgid \"UP\"\nmsgstr \"\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"غير معروف\"\n\nmsgid \"Unknown Error\"\nmsgstr \"خطأ غير معروف\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"تحديث\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"\"\n\nmsgid \"Upload logo\"\nmsgstr \"\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"مستخدم\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"اسم المستخدم\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"\"\n\nmsgid \"User password\"\nmsgstr \"\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"الإسم الحقيقي للمستخدم(الإسم الأول وإسم العائلة)\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"نوع المستخدم\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"نوع المستخدم (admin,reseller,مستخدم)\"\n\nmsgid \"Username\"\nmsgstr \"إسم المستخدم\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"المستخدمين\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"القيم\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"\"\n\nmsgid \"View\"\nmsgstr \"عرض\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"\"\n\nmsgid \"Web out\"\nmsgstr \"\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"إحصائيات الويب\"\n\nmsgid \"Web traffic\"\nmsgstr \"\"\n\nmsgid \"Webmail\"\nmsgstr \"البريد الالكتروني\"\n\nmsgid \"Webtools\"\nmsgstr \"أدوات الويب\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"سنة\"\n\nmsgid \"Yes\"\nmsgstr \"نعم\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"أنت لا تملك أى حسابات أف تى بى\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\nmsgstr[4] \"\"\nmsgstr[5] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\nmsgstr[4] \"\"\nmsgstr[5] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\nmsgstr[4] \"\"\nmsgstr[5] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"الكود البريدى\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"العربية - Arabic\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"نطاق\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"النطاقات\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"كل شئ\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"تحديثات i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"لوحة تحكم سيرفرات الويب المتعددة\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"\"\n\nmsgid \"no\"\nmsgstr \"\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"أقدم من شهر\"\n\nmsgid \"older than 12 months\"\nmsgstr \"أقدم من 12 شهر\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"اقدم من أسبوعين\"\n\nmsgid \"older than 3 months\"\nmsgstr \"أقدم من 3 أشهر\"\n\nmsgid \"older than 6 months\"\nmsgstr \"أقدم من 6 أشهر\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"نطاقات فرعية\"\n\nmsgid \"subdomains\"\nmsgstr \"النطاقات الفرعية\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"نعم\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/bg_BG.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: stanimir iliev <stanimiriliev@gmail.com>, 2017\\n\"\n\"Language-Team: Bulgarian (Bulgaria) (https://www.transifex.com/i-mscp/teams/576/bg_BG/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: bg_BG\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Администратор / Поддръжка / Отворени Билети\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Клиенти / Уеб Инструменти / Персонална страница с грешки / Редактиране на \"\n\"персоналните страници с грешки\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Грешен IP адрес\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Версия: %2$s, Език: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s Вие сте влезли като %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Софтуер\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d преведени редове\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s Акаунтът е успешно изтрит.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s не съществува или е празен.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s  не е валиден I-MSCP езиков файл.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s не се допуска като етикет поддомейн.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s страница\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s запис\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s Имейли\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: Консумацията на клиенти (%s) за този търговец е по-голяма, отколкото на \"\n\"новата граница.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: Общата сума на позиции (%s), вече определен от търговеца е по-голяма, \"\n\"отколкото на новата граница.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s Този търговец има клиент (и) с неограничен елементи.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: Вие не можете да деактивирате услугата тя вече се използва от клиенти \"\n\"или дилър.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Вие не можете да изключите дадена услуга които вече са продадени на \"\n\"клиенти.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"(обикновено име\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"PHP разширение спря изпращането на файла.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Хостинг план с това име вече съществува.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Нов i-MSCP ъпдейт е наличен\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Новият пакет софтуер е качен\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"Задачата се изпълнява за този потребител\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Достъп до статистиката на домейна Ви през уеб интерфейс.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Достъп до вашите файлове чрез уеб интерфейс.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Достъп до вашата поща чрез уеб интерфейс.\"\n\nmsgid \"Account limits\"\nmsgstr \"Акаунт лимит\"\n\nmsgid \"Account name\"\nmsgstr \"Име на акаунта\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"Акаунт тип\"\n\nmsgid \"Action\"\nmsgstr \"Действие\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Действието е спряно\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Дейстието е неуспешно\"\n\nmsgid \"Actions\"\nmsgstr \"Действия\"\n\nmsgid \"Activate\"\nmsgstr \"Активирай\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Активирайте този плъгин\"\n\nmsgid \"Activated\"\nmsgstr \"Активиран \"\n\nmsgid \"Activated software\"\nmsgstr \"Активиран софтуер\"\n\nmsgid \"Activation email\"\nmsgstr \"Активиране на Мейл \"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Активирането е в ход ...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Добавяне\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Добавяне на собствен DNS запис\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Добави FTP Акаунт\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Добави Htaccess група\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Добави Htaccess потребител\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Добави SQL база данни\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Добави SQL-потребител\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Добави  SSL сертификат.\"\n\nmsgid \"Add admin\"\nmsgstr \"Добави админ\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Добави Персонално меню\"\n\nmsgid \"Add customer\"\nmsgstr \"Добави клиент\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Добави клиент - Напред\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Добави псевдоним домейна\"\n\nmsgid \"Add group\"\nmsgstr \"Добави група\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Добави хостинг-план\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Добави нов IP адрес\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Добави нова защитена зона\"\n\nmsgid \"Add permissions\"\nmsgstr \"Добавяне на правомощия\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Добавяне на правомощия за риселър на софтуер:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Добавяне на защитен зона.\"\n\nmsgid \"Add reseller\"\nmsgstr \"Добави риселър\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Добави поддомейн\"\n\nmsgid \"Add user\"\nmsgstr \"Добави потребител\"\n\nmsgid \"Added by\"\nmsgstr \"Добавен от\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Активирането е в ход ...\"\n\nmsgid \"Admin\"\nmsgstr \"Администратор\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Администратор / Главна / Администраторски лог\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Администратор / Основни / Преглед\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Админ / Настройки / Портове на сървъра\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Администратор / Профил / Обобщение на профила\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Администратор / Профил / Език\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Администратор / Профил / Оформяне\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Администратор / Профил / Парола\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Администратор / Профил / Лични данни\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Администратор / Настройки\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Администратор / Настройки / IP настройки\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Администратор / Настройки / Език\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Администратор / Настройки / Забравена парола Email\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Администратор / Настройки / Портове на сървъра\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Администратор / Настройки / Управление на софтуера\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Администратор / Настройки / Опции на софтуера\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Администратор / Настройки / Поздравителен Email\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Администратор / Статистика /  Използвани IP адреси\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Администратор / Статистика /  Реселър статистика\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\"Администратор / Статистика /  Реселър статистика / Потребител статистика\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Администратор / Статистика / Статистика на сървъра\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Администратор / Поддръжка / Затворени Билети\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Администратор / Поддръжка / Виж Билета\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Администратор / Системни инструменти / Дебъгер\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Администратор / Системни инструменти / Настройки за поддръжка\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Администратор / Системни инструменти / Системна инфирмация\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Администратор / Системни инструменти / i-MSCP обновяване\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Администратор / Потребител / Добави Администратор\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Администратор / Потребител / Добави Реселър\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Администратор / Потребител / Редактирай Реселър\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Администратор / Потребители / Преглед\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Администратор / Потребители / Преглед /  Подробности за домейна\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\"Администратор / Потребители / Преглед /  Радактиране на администратора\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Администратор / Потребители / Сесии\"\n\nmsgid \"Admin log\"\nmsgstr \"Лог админ\"\n\nmsgid \"Admin not available\"\nmsgstr \"Администраторът не е наличен\"\n\nmsgid \"Admin users\"\nmsgstr \"Администратори\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Админ/IP данни за употребата\"\n\nmsgid \"Administrator\"\nmsgstr \"Администратор\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Администратор и риселър ниво\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Администратор и клиент\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Администриране и клиент ниво\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Администратор и риселър\"\n\nmsgid \"Administrator level\"\nmsgstr \"Администраторско Ниво\"\n\nmsgid \"Administrator login\"\nmsgstr \"Административен Вход\"\n\nmsgid \"Administrators\"\nmsgstr \"Администратори\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Администраторите и клиенти\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Администраторите и риселъри\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Всички\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Всички затворени билети бяха изтрити.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Всички грешки (развитие)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Всички грешки, с изключение E_DEPRECATED и E_STRICT (продуктивни) и\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\"Всички грешки, с изключение на E_NOTICE, E_STRICT и E_DEPRECATED \"\n\"(стандартни)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Всички полета са задължителни.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Всички полета са задължителни.\"\n\nmsgid \"All in\"\nmsgstr \"Всички-вход\"\n\nmsgid \"All levels\"\nmsgstr \"Всички нива\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Всички отворени билети бяха успешно изтрити.\"\n\nmsgid \"All out\"\nmsgstr \"Всички-изход\"\n\nmsgid \"All reseller\"\nmsgstr \"Всички риселъри\"\n\nmsgid \"All traffic\"\nmsgstr \"Целия трафик\"\n\nmsgid \"All users\"\nmsgstr \"Всички потребителии\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Тя ви дава възможност да се пренасочи всяко искане, направено за домейн на \"\n\"посочения URL\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Позволява да се разпредели точката за монтиране надруг домейн .\"\n\nmsgid \"Already in use\"\nmsgstr \"Ок\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"Алтернативно URL до вашия уеб сайт\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Алтернативно URL до вашия уеб сайт\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Възникна неочаквана грешка.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"Възникна неочаквана грешка. Моля, свържете се с администратора си.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"Възникна неочаквана грешка. Моля, свържете се с вашия търговец.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Възникна неочаквана грешка: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Възникна неизвестна грешка при зареждането на файла: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Анти-шпионски логове\"\n\nmsgid \"Any\"\nmsgstr \"който и да е\"\n\nmsgid \"Application installer\"\nmsgstr \"Инсталиране на Апликации\"\n\nmsgid \"Apply\"\nmsgstr \"Ок\"\n\nmsgid \"Apply changes\"\nmsgstr \"Приеми промените\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Сигурен ли сте , че искате да инсталирате този пакет от уеб депото?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Сигурен ли сте , че искате да изтриете този пакет\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Сигурни ли сте, че искате да премахнете правата?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Сигурни ли сте , че искате да изтриете този '%s' SQL потребител?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Сигурен ли си , че искате да активирате този пакет?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Сигурни ли сте , че искате да изтриете %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Сигурни ли сте , че искате да изтриете всички приключени запитвания?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\"Сигурни ли сте, че искате да изтриете всички избрани пощенските кутии?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Сигурни ли сте , че искате да изтриете всички билети?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Сигурни ли сте, че искате да премахнете %s поръчка за псевдоними?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\"Сигурни ли сте , че искате да изтриете този '%s' псевдоним на домейна?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Сигурни ли сте , че искате да изтриете това %s меню?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Сигурни ли сте , че искате да изтриете '%s' билет?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Сигурни ли сте, че искате да изтриете IP адрес `%%s' ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Сигурни ли сте, че искате да изтриете `%%` FTP потребител?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Сигурни ли сте, че искате да изтриете `%%` защитена зона?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Сигурни ли сте , че искате да изтриете тоа %s DNS запис?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Сигурни ли сте, че искате да изтриете `%%` псевдонима на домейна?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Сигурен ли сте , че искате да изтриете този хостинг план?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Сигурен ли сте , че искате да изтриете този пакет\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Уверени ли сте,че искате да изтриете този поддомейн?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Наистина ли искате да импортирате този пакет в местното софтуерно хранилище?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"Сигурни ли сте, искате да импортирате този пакет в хранилището?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\"Наистина ли искате да инсталирате този пакет от хранилището на уеб софтуера?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Сигурни ли сте,че искате да възстановите архивното копие?\"\n\nmsgid \"Assign\"\nmsgstr \"Назначи\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Присвояване на съществуващ SQL потребител\"\n\nmsgid \"Assign group\"\nmsgstr \"Назначи група\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"Автоматично\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Автоматично (Език на браузъра)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"На разположение\"\n\nmsgid \"Available software\"\nmsgstr \"Софтуер на разположение\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Изчакване на активирането\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Назад\"\n\nmsgid \"Backup\"\nmsgstr \"Бекап\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Архивиране и възстановяване на настройки.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Архивът е избран успешно за възстановяване.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Грешна парола\"\n\nmsgid \"Bad request.\"\nmsgstr \"Заявката е невалидна.\"\n\nmsgid \"Behind\"\nmsgstr \"После\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"време за заключване между опитите за влизане\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"Тяло\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Определи атаките - грубасила\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"Информация за процесора\"\n\nmsgid \"Cache\"\nmsgstr \"Кеш\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Отмяна\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"Промяна\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Проверка за ъпдейт\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Избор\"\n\nmsgid \"Choose dir\"\nmsgstr \"Изберете директория\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Изберете хостинг-план\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"Избери език\"\n\nmsgid \"Circular\"\nmsgstr \"Кръгов\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Град\"\n\nmsgid \"Class\"\nmsgstr \"Клас\"\n\nmsgid \"Clear log\"\nmsgstr \"Изчисти лога\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Натиснете Възстанови бутона и системата ще възстанови последния ежедневно \"\n\"архивно копие\"\n\nmsgid \"Click to edit\"\nmsgstr \"Кликнете, за промени\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Клиент / База данни / Добави ДБ\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Клиент / База данни / Преглед\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Клиент / База данни / Преглед / Добави потребител\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Клиент / База данни / Преглед / Смени паролата на SQL потребителя\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Клиент / Домейн / Редактиране на DNS запис\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Клиент / Домейни\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Клиент / Домейни / Добавяне на собствен DNS запис\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Клиент / Домейни / Добави Домейн псевдоним\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Клиент / Домейни / Добави поддомейн\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Клиент / Домейни / Редакция на Домейн\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Клиент / Домейни / Редакция на псевдонима на домейна\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Клиент / Домейни / Редакция на поддомейн\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Клиент / Домейни / PHP настройки\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Клиент / Домейни / SSL сертификат\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Клиент / FTP / Добави FTP Акаунт\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Клиент / FTP / Преглед\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Клиент / FTP / Преглед / Редакция на FTP потребител\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Клиент / Основни / Преглед\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Клиент / Профил / Обобщение на профила\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Клиент / Профил / Език\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Клиент / Профил / Парола\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Клиент / Профил / Лични данни\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Клиент / Статистика\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Клиент / Поддръжка / Затворени билети\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Клиент / Поддръжка / Нов билет\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Клиент / Поддръжка / Отворени билети\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Клиент / Поддръжка / Прегледай билета\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Клиент / Инструменти / страници за грешки\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Клиент / Инструменти / Резервно копие\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Клиент / Инструменти / Преглед\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Клиент / Инструменти / Защитени зони\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Клиент / Инструменти / Защитени зони / Управление на потребители и групи\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Клиент / Инструменти / Защитени зони / Управление на потребители и групи / \"\n\"Добави група\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Клиент / Инструменти / Защитени зони / Управление на потребители и групи / \"\n\"Добави потребител\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Клиент / Инструменти / Защитени зони / Управление на потребители и групи / \"\n\"Редактирай потребител\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Клиент / Инструменти / Защитени зони / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Клиент / Инструменти / Софтуер\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Клиент / Инструменти / Софтуер / Инсталиране на софтуер\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Клиент / Инструменти / Софтуер / Преглед\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Честота (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"затворено\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Затваряне на билет\"\n\nmsgid \"Close ticket\"\nmsgstr \"Закрити билети\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Закрити билети\"\n\nmsgid \"Common name\"\nmsgstr \"Общо име\"\n\nmsgid \"Company\"\nmsgstr \"Компания\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Конфигурационен режим\"\n\nmsgid \"Confirmation required\"\nmsgstr \"Изисква потвърждение\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"Ядра\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Не може да добавите / актуализация сертификат SSL. Възникна неочаквана \"\n\"грешка\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\"Не може да се свърже с базата данни `%s'  . Моля, проверете паролата си.\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Не може да качите файла.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Страна\"\n\nmsgid \"Create\"\nmsgstr \"Ок\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Създаден от\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Дата на създаване\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Персонални DNS записи\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Персоналната страница за грешка актуализира.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Персонална страница за грешки\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Персонално меню\"\n\nmsgid \"Customer\"\nmsgstr \"Клиент\"\n\nmsgid \"Customer account\"\nmsgstr \"Клиент акаунт.\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Клиентския акаунт е  успешно маркиран  за актевиране.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Клиентския акаунт е  успешно маркиран  за създаване.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Клиентския акаунт е  успешно маркиран  за деактевиране.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Клиентския акаунт е  успешно маркиран  за изтриване.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Профила на клиента успешно обновен.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"Клиент ниво\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Клиента е  успешно маркиран  за изтриване.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Клиента е  успешно маркиран  за обновяване.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"Клиент\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Персонализиране на страници с грешки за вашия домейн.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS записа вече съществува.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"DNS запис\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"DNS записа е отбелязан за добавяне.\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"DNS записа е отбелязан за промяна.\"\n\nmsgid \"DNS resource records\"\nmsgstr \"DNS запис\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"Спрян\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Ежедневен бекап\"\n\nmsgid \"Data\"\nmsgstr \"Данни\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Данните са променени. Моля, опитайте отново.\"\n\nmsgid \"Database\"\nmsgstr \"База данни\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Име и потребители на бази данни\"\n\nmsgid \"Database data\"\nmsgstr \"База данни\"\n\nmsgid \"Database name\"\nmsgstr \"Име на базата данни\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Име на базата данни е твърде дълго.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Името на базата данни е невалидено или не е позволено.\"\n\nmsgid \"Database password\"\nmsgstr \"Парола за базата с данни\"\n\nmsgid \"Database prefix\"\nmsgstr \"представка за база данни\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"Изисква се база от данни\"\n\nmsgid \"Database usage\"\nmsgstr \"Използване на базата данни\"\n\nmsgid \"Database user\"\nmsgstr \"Потребителза  базата данни\"\n\nmsgid \"Database users\"\nmsgstr \"Потребители на бази данни\"\n\nmsgid \"Databases\"\nmsgstr \"База данни\"\n\nmsgid \"Date\"\nmsgstr \"Дата\"\n\nmsgid \"Day\"\nmsgstr \"Ден\"\n\nmsgid \"Days\"\nmsgstr \"Дни\"\n\nmsgid \"Deactivate\"\nmsgstr \"Деактевиране\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Деактевиране на плъгина\"\n\nmsgid \"Deactivated\"\nmsgstr \"Деактевиране\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"По подразбиране\"\n\nmsgid \"Default language\"\nmsgstr \"Език по подразбиране\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Езикът по подразбиране успешно актуализиран.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Изтриване\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Изтриване не всички билети\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Изтрий от лога:\"\n\nmsgid \"Delete order\"\nmsgstr \"Изтрий заявка\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Премахване на Риселърски софтуер\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Изтриване на избраните Пощенски кутии\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Изтриване на билет\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Изтриването е в процес\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Описание\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Детайли\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Забранен\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Забраняване на функции\"\n\nmsgid \"Disconnect\"\nmsgstr \"Изход\"\n\nmsgid \"Disk\"\nmsgstr \"Диск\"\n\nmsgid \"Disk space\"\nmsgstr \"Дисково пространство\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Ограничение на дисковото пространство\"\n\nmsgid \"Disk usage\"\nmsgstr \"Използвано дисково пространство\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Детайли за използване на диска \"\n\nmsgid \"Display errors\"\nmsgstr \"Покази грешките\"\n\nmsgid \"Document root\"\nmsgstr \"Главна директория за документи\"\n\nmsgid \"Domain\"\nmsgstr \"Домейн\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Домейна „%s“ е недостъпен\"\n\nmsgid \"Domain IP\"\nmsgstr \"домейн IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"Име на Домейн\"\n\nmsgid \"Domain account\"\nmsgstr \"Домейн акаунт\"\n\nmsgid \"Domain account expired.\"\nmsgstr \" Domain акаунтът е изтекъл.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Домейн акаунт\"\n\nmsgid \"Domain alias\"\nmsgstr \"Псевдоними на домейни\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Грешки псевдоними на домейна\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Домейн псевдоним\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Псевдонима на домейна е успешно създаден\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Псевдонима на домейна е успешно поръчан\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Псевдонима на домейна е успешно маркиран за добавяне\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Псевдонимът на домейна успешно маркиран  за изтриване.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Псевдонимът на домейна успешно маркиран за обновяване\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Псевдоними на домейна\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Домейн и База данни\"\n\nmsgid \"Domain data\"\nmsgstr \"Данни за домейна\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Информация за домейна\"\n\nmsgid \"Domain errors\"\nmsgstr \"Грешки домейни\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Домейн срока на изтичане\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Domain срока на изтичане трябва да бъде попълнен\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Име на Домейна\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Името на домейна не може да бъде празно\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Името на домейна не може да започва и да завършва с точка\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Името на домейна съдържа непозволени символи „%s“\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Нова дата за краен срок на домейна\"\n\nmsgid \"Domain overview\"\nmsgstr \"Преглед на домейна\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Домейна е маркиран за обновяване\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Статистика домейна\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"статус на домейна, не е  наред.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Домейна е успешно обновен\"\n\nmsgid \"Domain type\"\nmsgstr \"Домейн тип\"\n\nmsgid \"Domains\"\nmsgstr \"Домейни\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Домейни на страница\"\n\nmsgid \"Done\"\nmsgstr \"Готово\"\n\nmsgid \"Download\"\nmsgstr \"Сваляне\"\n\nmsgid \"Download TAR\"\nmsgstr \"Свали TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Свали ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Връзка за сваляне\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Променете\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"Променете на DNS запис\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Променете на FTP потребител\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Променете на SSL сертификат\"\n\nmsgid \"Edit admin\"\nmsgstr \"Променете на администратора\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Променете персонализирана страница за грешка\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Променета потребителско меню\"\n\nmsgid \"Edit customer\"\nmsgstr \"Промяна на потребителя\"\n\nmsgid \"Edit domain\"\nmsgstr \"Промяна на Домейн\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Редактиране  на псевдоним на домейн\"\n\nmsgid \"Edit error page\"\nmsgstr \"Редактиране  на страницата с грешки\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Промяна на хостинг-план\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Промяна на потребителя на Htaccess\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Промяна на пощата\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Промяна на защитен зона.\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Редакция на риселър\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Промяна на събдомейн \"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"Имейл\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"Настройки на пощенската кутия\"\n\nmsgid \"Email setup\"\nmsgstr \"Настройка на Пощенска кутия\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Разреши SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Включено\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Страници с грешки\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Грешка: Отдалечения файл не е намерен\"\n\nmsgid \"Errors\"\nmsgstr \"Грешки\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Външен пощенски сървър\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Външен пощенски сървър\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP акаунт\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP акаунта вече съществува\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP акаунта е успешно добавен\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP акаунти\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP трафик\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Факс\"\n\nmsgid \"Feature\"\nmsgstr \"Свойства\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"Жена\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Файлът не съществува. %1$s.tar.gz \"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Файлът не може да се чете.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Файлът трябва да е 'tar.gz' архив.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Файлът качен успешно.\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"Файлов Мениджър\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Информация за файловата система\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Име\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Достъпът е отказан\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"направи повторение\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Пренасочване\"\n\nmsgid \"Forward URL\"\nmsgstr \"Пренасочване URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Пренасочване URL „%s“ е невалиден\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Forward списък е празен.\"\n\nmsgid \"Forward to\"\nmsgstr \"Пренасочи към\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Ппенасочване на УРЛ\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Свободно\"\n\nmsgid \"From\"\nmsgstr \"От\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"От риселъра\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"FTP потребител\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Фтп Акаунт\"\n\nmsgid \"Ftp directories\"\nmsgstr \"FTP директория\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Пол\"\n\nmsgid \"General\"\nmsgstr \"Общи\"\n\nmsgid \"General information\"\nmsgstr \"Обща информация\"\n\nmsgid \"General settings\"\nmsgstr \"Общи настройки\"\n\nmsgid \"Generate\"\nmsgstr \"Генериране\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"Група\"\n\nmsgid \"Group members\"\nmsgstr \"Членове на група\"\n\nmsgid \"Group name\"\nmsgstr \"Име на група\"\n\nmsgid \"Groups\"\nmsgstr \"Групи\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTP трафик\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Висок\"\n\nmsgid \"Home directory\"\nmsgstr \"Начална директория\"\n\nmsgid \"Homepage\"\nmsgstr \"Начална страница\"\n\nmsgid \"Host\"\nmsgstr \"Хост\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Хостинг-план\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Достъпни уеб хостинг планове\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Хостинг-план превишава ограничението на дистребутора\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Хостинг план е създаден успешно.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Хостинг план е изтрит успешно.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Хостинг план е променен успешно.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Хостинг-планове\"\n\nmsgid \"Hour\"\nmsgstr \"Час\"\n\nmsgid \"Hours\"\nmsgstr \"Часове\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Група Htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"потребители Htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IP Адрес \"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"IP адресът вече е под контрола на I-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"Задаване на IP\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"Управление на IP\"\n\nmsgid \"IP netmask\"\nmsgstr \"Мрежова маска\"\n\nmsgid \"IP usage\"\nmsgstr \"Използвани IP-та\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 Адрес\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Ако искате да ограничите на дистрибутора, първо трябва да ограничи своите \"\n\"клиенти.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"Импорт\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Качване в местното хранилище\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Некоректна дължина или синтаксис на имейл адреса\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Некоректно ограничения за %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Инсталиране\"\n\nmsgid \"Install in progress\"\nmsgstr \"Инсталирането е в процес\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Инсталирайте различни уеб приложения с няколко щраквания на мишката.\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"Инсталиране на \"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Инструкция за сваляне на днешното архивно копие\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"Интернационализация\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Неправилно име на група!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Неправилно име\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Неправилно потребителско име\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Кернъл Версия \"\n\nmsgid \"Kill session\"\nmsgstr \"Закрий сесията\"\n\nmsgid \"Label\"\nmsgstr \"Етикет\"\n\nmsgid \"Language\"\nmsgstr \"Език\"\n\nmsgid \"Language file\"\nmsgstr \"Файл на езика\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Езиковият фаил е успешно инсталиран\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Език\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Индекса на езиците бе успешно преконфигуриран\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Последно обновяване на софтуера от Web хранилището\"\n\nmsgid \"Last access\"\nmsgstr \"Последен достъп\"\n\nmsgid \"Last name\"\nmsgstr \"Фамилия\"\n\nmsgid \"Last reply date\"\nmsgstr \"Последна дата на отговор\"\n\nmsgid \"Last translator\"\nmsgstr \"Последен превод\"\n\nmsgid \"Layout\"\nmsgstr \"Макет\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"Ниво\"\n\nmsgid \"Limit\"\nmsgstr \"Ограничение\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"Ограничения\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Линк към автора на страницата\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"натоварване  (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Вход\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Парола за достъп\"\n\nmsgid \"Login username\"\nmsgstr \"Потребителско име за достъп\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Влезте с вашия FTP акаунт\"\n\nmsgid \"Logo file\"\nmsgstr \"Файл за Лого\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Логът е успешно премахнат.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Лога е успешно обновен.\"\n\nmsgid \"Logout\"\nmsgstr \"Изход\"\n\nmsgid \"Lost password\"\nmsgstr \"Забравена парола\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Връзка към активация на възстановена парола\"\n\nmsgid \"Low\"\nmsgstr \"Нисък\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"Имейл\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Грешки на пощенските кутии\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Пощенски кутии\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Режим на поддръжка\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Мъж\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Управление SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Управление потребители и групи\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Управление на защитени зони, потребители и групи.\"\n\nmsgid \"Manual\"\nmsgstr \"Упътване\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Максимум брой опити за влизане\"\n\nmsgid \"Max traffic\"\nmsgstr \"Максимален трафик\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"Среден\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Съобщение\"\n\nmsgid \"Message template\"\nmsgstr \"Шаблон на съобщението\"\n\nmsgid \"Message template info\"\nmsgstr \"Информация за шаблона\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Съобщение до Риселъра  преди изтриването на софтуера\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Минута\"\n\nmsgid \"Minutes\"\nmsgstr \"Минути\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"Модел\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Месец\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"\"\n\nmsgid \"Mount point\"\nmsgstr \"Точка на монтиране\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Име\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Името неможе да бъде прозно\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Мрежова карта (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Никога\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Нов билет\"\n\nmsgid \"Next\"\nmsgstr \"Следващ\"\n\nmsgid \"Next step\"\nmsgstr \"Следваща стъпка\"\n\nmsgid \"No\"\nmsgstr \"Не\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Съобщения, предупреждения и грешки\"\n\nmsgid \"Ok\"\nmsgstr \"ОК\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Само  (MO файлове) се приемат.\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Само положителни числа са разрешени.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"Отворени билети\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"заявка\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Други-вход\"\n\nmsgid \"Other out\"\nmsgstr \"Други-изход\"\n\nmsgid \"Other settings\"\nmsgstr \"Други настройки\"\n\nmsgid \"Overview\"\nmsgstr \"Преглед\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD не е зареден.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"PHP Настройки\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"PHP Настройки\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP вход\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP изход\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP трафик\"\n\nmsgid \"Package actions\"\nmsgstr \"Действия на пакета\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"Инсталационен тип на пакета\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"Език на Пакета\"\n\nmsgid \"Package name\"\nmsgstr \"Име на пакет\"\n\nmsgid \"Package title\"\nmsgstr \"Заглавие на пакет\"\n\nmsgid \"Package type\"\nmsgstr \"Тип пакет\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"Версия на пакета\"\n\nmsgid \"Panel default language\"\nmsgstr \"Език по подразбиране на Панела\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Дял\"\n\nmsgid \"Password\"\nmsgstr \"Парола\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Паролата е потвърдена\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Паролата липсва\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Минимална дължина на паролата\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Настройки на Парола\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Паролата е успешно обновена.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Паролите не съвпадат!\"\n\nmsgid \"Path\"\nmsgstr \"Път\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Процент\"\n\nmsgid \"Permissions\"\nmsgstr \"Привилегии \"\n\nmsgid \"Personal data\"\nmsgstr \"Персонални данни\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Персонализирайте шаблон\"\n\nmsgid \"Phone\"\nmsgstr \"Телефон\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Моля активирайте Вашата нова парола за i-MSCP\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Моля подтвърдете Вашата парола\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Моля, въведете име на защитената зона.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Моля, въведете парола.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Моля, въведете потребителско име.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Моля, въведете път за защитена зона път.\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Моля, посочете съдържание на съобщение.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Моля, въведете тема съобщение.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Моля въведете име на базата данни.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Моля въведете вашето съобщение.\"\n\nmsgid \"Plugin\"\nmsgstr \"Плъгин\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Порт\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Предотвратяване на външен вход за администратори\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Предотвратяване на външен вход за клиенти\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Предотвратяване на външен вход за риселъри\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Приоритет\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"Информация\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"Защити\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Защитена зона\"\n\nmsgid \"Protocol\"\nmsgstr \"Протокол\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"Памет \"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"Запис на данни\"\n\nmsgid \"Redirect\"\nmsgstr \"Пренасочване\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"Премахни\"\n\nmsgid \"Remove IP\"\nmsgstr \"Премахване на IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Повторете паролата\"\n\nmsgid \"Reply\"\nmsgstr \"Отговор\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Изисква се база данни?\"\n\nmsgid \"Reseller\"\nmsgstr \"Търговец\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Търговец / Клиенти / Добави клиент\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Търговец / Клиенти / Добави клиент - Следваща стъпка\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Търговец / Клиенти / Псевдоними на домейни\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Търговец / Настройки / Забравена парола Email\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Търговец / Домейни / Добави Домейн псевдоним\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Търговец / Домейни / Редакция на псевдонима на домейна\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Търговец / Основно / Преглед\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Търговец / Профил / Обобщение на профила\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Търговец / Профил / Език\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Търговец / Профил / Оформяне\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Търговец / Профил / Парола\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Търговец / Профил / Лични данни\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Търговец / Статистика /  Използвани IP адреси\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Търговец / Поддръжка / Затворени билети\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Търговец / Поддръжка / Отворени билети\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Търговец / Поддръжка / Виж Билета\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Име на Риселър\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"Риселър данни\"\n\nmsgid \"Reseller level\"\nmsgstr \" Риселърско Ниво\"\n\nmsgid \"Reseller list\"\nmsgstr \"Списък на Риселъри \"\n\nmsgid \"Reseller name\"\nmsgstr \"Име на риселъра\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Софтуерен списък на Риселър \"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Търговец Статистика\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Риселъра е успешно добавен.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Всички риселъри\"\n\nmsgid \"Reseller users\"\nmsgstr \"Потребители на риселъра\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Всички Ресилъри с правомощия\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Риселър/IP данни \"\n\nmsgid \"Resellers\"\nmsgstr \"Риселъри\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Търговец и клиенти\"\n\nmsgid \"Reset\"\nmsgstr \"Откажи\"\n\nmsgid \"Restore\"\nmsgstr \"Възстанови\"\n\nmsgid \"Restore backup\"\nmsgstr \"Възстановяване на архивно копие\"\n\nmsgid \"Rights\"\nmsgstr \"Привилегии \"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP вход\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP изход\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP трафик\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"База данни SQL\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"База данни SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"SQL потребител\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL потребителско име\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQL потребителя е успешно добавен\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"SQL потребителя е успешно изтрит\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL потребителии\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Запази\"\n\nmsgid \"Search\"\nmsgstr \"Търсене\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Секретен код\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"Избери група\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Изпрати\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Изпрати съобщение\"\n\nmsgid \"Send message to\"\nmsgstr \"Изпрати до\"\n\nmsgid \"Send reply\"\nmsgstr \"Отправит ответ\"\n\nmsgid \"Send to\"\nmsgstr \"Изпрати до\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Портове на сървъра\"\n\nmsgid \"Server statistics\"\nmsgstr \"Статистика на сървъра\"\n\nmsgid \"Server status\"\nmsgstr \"Статус на сървъра\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Услугата не достъпна\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Име на Услуга\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"порта е успешно добавен.\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"порта е успешно изтрит.\"\n\nmsgid \"Service ports\"\nmsgstr \"Портове на сървъра\"\n\nmsgid \"Service protocol\"\nmsgstr \"Протокол на услугата \"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Настройки\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Покажи\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Покажи  SSL сертификат.\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Покажи в\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"Размер\"\n\nmsgid \"Software\"\nmsgstr \"Софтуер\"\n\nmsgid \"Software available\"\nmsgstr \"Наличен софтуер\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Изтриване на софтуер.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Софтуер за качване на депо\"\n\nmsgid \"Software details\"\nmsgstr \"Детайли за софтуера\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Софтуера е премахнат\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"Софтуер в хранилище\"\n\nmsgid \"Software installation\"\nmsgstr \"Инсталиране на софтуер\"\n\nmsgid \"Software installer\"\nmsgstr \"Инсталиране на софтуер\"\n\nmsgid \"Software installer options\"\nmsgstr \"Инсталиране на софтуер опции\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"Име на софтуер\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"Софтуерни правомощия\"\n\nmsgid \"Software repository\"\nmsgstr \"Софтуерно хранилище\"\n\nmsgid \"Software status\"\nmsgstr \"Статус на софтуера\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"Всички Софуери\"\n\nmsgid \"Software upload\"\nmsgstr \"Качете софтуер\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Софтуера е активиран\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Софтуера е премахнат\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"Версия на софтуера\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Софтуер Депо\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Област/Провинция\"\n\nmsgid \"Statistics\"\nmsgstr \"Статистика\"\n\nmsgid \"Status\"\nmsgstr \"Статус\"\n\nmsgid \"Street 1\"\nmsgstr \"Улица 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Улица 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Зложна парола\"\n\nmsgid \"Subdomain\"\nmsgstr \"Поддомейн\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Поддомейна %s вече съществува\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Алиасес за поддомейни \"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Грешки поддомейни\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Име поддомейна\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Името на поддомейна е невалидно\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Поддомейни\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Отностно\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Приеми промените\"\n\nmsgid \"Support\"\nmsgstr \"Поддръжка\"\n\nmsgid \"Support system\"\nmsgstr \"Служба за поддръжка\"\n\nmsgid \"Swap\"\nmsgstr \"Swap Файл\"\n\nmsgid \"Switch\"\nmsgstr \"Превключи\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Превключи на потребителски интерфейс\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Система\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Системна грешка - личната  страница за грешки не е актуализирана.\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"Системни инструменти\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Порт\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Тази база данни ще бъдат окончателно изтрита. Този процес не може да бъде \"\n\"възстановена. Всички свързани с тази база данни също ще бъдат изтрити, ако \"\n\"не са свързани с друга база данни. Сигурни ли сте, че искате да изтриете \"\n\"базата данни '%s' ли си?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"Информация за билет\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Билета е успешно изтрит.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Всичко\"\n\nmsgid \"Total Domains\"\nmsgstr \"Всички Домейни\"\n\nmsgid \"Total Software\"\nmsgstr \"Всички Софуери\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Всички инсталации\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"Всички риселъри\"\n\nmsgid \"Total software\"\nmsgstr \"Всички Софуери\"\n\nmsgid \"Traffic\"\nmsgstr \"Трафик\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Статистика на трафика\"\n\nmsgid \"Translated strings\"\nmsgstr \"Преведени редове\"\n\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgid \"UP\"\nmsgstr \"ОК\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"УРЛ протокол\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL на тази администраторски панел\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Не може да се създаде '%s' директория за езиков файл\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Не може да се създаде 'LC_MESSAGES' директория за езиков файл\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Неизвестен\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Неизвестна Грешка\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Заявено е неизвестно действие.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Неизвестно действие: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Промяна\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Актуализиране от уеб софтуер хранилище\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Актуализиране от уеб депо\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"Смени паролата\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Закачи\"\n\nmsgid \"Upload logo\"\nmsgstr \"Качи лого\"\n\nmsgid \"Upload now\"\nmsgstr \"Качи сега\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Използовано\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Потребител\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Име и Фамилия потребител\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Потребителските данни не са променени.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Системно име (логин) потребител\"\n\nmsgid \"User password\"\nmsgstr \"Потребителска парола\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Настоящо Име и Фамилия на потребител\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Потребителят е маркиран за изтриване.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Тип потребител\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Ниво на потребител (Администратор , риселър , потребител)\"\n\nmsgid \"Username\"\nmsgstr \"Потребител\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Потребители\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"Стойности\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"Версия \"\n\nmsgid \"Very high\"\nmsgstr \"Много висок\"\n\nmsgid \"View\"\nmsgstr \"Преглед\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Предупреждения и Грешки\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Защита на папки\"\n\nmsgid \"Web in\"\nmsgstr \"Уеб-вход\"\n\nmsgid \"Web out\"\nmsgstr \"Уеб-изход\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Депо за всички уеб софтуерни пакети\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web статистика\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web трафик\"\n\nmsgid \"Webmail\"\nmsgstr \"Имейли\"\n\nmsgid \"Webtools\"\nmsgstr \"Уеб-инструменти\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Грешна Идентификация на Риселър \"\n\nmsgid \"Wrong security code\"\nmsgstr \"Грешен код за сигурност \"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Грешно ID на софтуера \"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"Година\"\n\nmsgid \"Yes\"\nmsgstr \"Да\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Вие не можете да изтриете последния активен IP адрес.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Не е нужен псевдоним на домейни\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Вие не сте защитили тези зона.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Вие нямате събдомейни.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Вие нямате групи.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Вие трябва да изберете между качване  ма файл или wget функцията\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Трябва да изберете файл за качване/сваляне.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Трябва да посочите съобщение.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Трябва да зададете въпрос.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Вашия акаунт  е изтекъл. Моля подновете абонамента си.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"Вашето съобщение\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Съобщението е изпратено успешно\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Вашето ново потребителско име\"\n\nmsgid \"Your new password\"\nmsgstr \"Вашата нова парола\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Пощенски код\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Български език - Bulgarian\"\n\nmsgid \"activated\"\nmsgstr \"Активиран \"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"Администратор\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"Дисково пространство\"\n\nmsgid \"domain\"\nmsgstr \"Домейн\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"псевдоними на домейни\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Домейни\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"всичко\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"От друг браузър\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Заявление за управление (позволение)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"Вход към i-MSCP \"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Обновяване на i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"Интернет Разнообразен Контролен Панел\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"Липсва псевдоним\"\n\nmsgid \"missing domain\"\nmsgstr \"Липсва Домейн\"\n\nmsgid \"n\\\\a\"\nmsgstr \"\"\n\nmsgid \"no\"\nmsgstr \"не\"\n\nmsgid \"not available\"\nmsgstr \"Не е налично\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"по-старо от месец\"\n\nmsgid \"older than 12 months\"\nmsgstr \"по-стари от година\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"по-стари от 2 седмици\"\n\nmsgid \"older than 3 months\"\nmsgstr \"по-старо от 3 месеца\"\n\nmsgid \"older than 6 months\"\nmsgstr \"по-старо от 6 месеца\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Поддомейн\"\n\nmsgid \"subdomains\"\nmsgstr \"Поддомейнни\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Трафик\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"да\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/ca_ES.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Sagi Roca <sagi@canbasis.com>, 2017\\n\"\n\"Language-Team: Catalan (Spain) (https://www.transifex.com/i-mscp/teams/576/ca_ES/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: ca_ES\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \" Admin / Suport / Obrir tiquets\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\" Client / Eines web / Pàgines personalitzades d'error / Editar pàgina \"\n\"personalitzada d'error\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Adreça IP incorrecte.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN s'afegeix automàticament als noms no qualificats (nom enlloc de \"\n\"nom.domini.tld.)\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"$ORIGIN és actualment: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Magatzem de programari)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Versió: %2$s, Idioma: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s esteu validats com a %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d cadenes traduïdes\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"compte %s eliminat correctament.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s no sembla un repositori de plugins d'i-MSCP.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s no existeix o és buit.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s no és un fitxer d'idioma vàlid per i-MSCP.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s no és vàlid com a subdomini.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s pàgina\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"entrada %s\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: El consum (%s) dels clients d'aquest distribuïdor és més gran que el nou\"\n\" límit.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: El nombre total d'ítems (%s) ja assignats per el distribuïdor es més \"\n\"gran que el nou límit.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: El distribuïdor te client(s) amb ítems il·limitats.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: No pots deshabilitar un servei que ja està essent utilitzat per els \"\n\"usuaris del distribuïdor.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: No podeu deshabilitar un servei que ja s'ha venut als clients del \"\n\"distribuïdor.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() no està implementat i %s no existeix. Això és una errada al \"\n\"plugin %s i ho hauríeu de reportar al(s) seu(s) autor(s).\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtrat d'un total de  %s registres)\"\n\nmsgid \"(usually named\"\nmsgstr \"(normalment anomenat\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Una extensió de PHP ha detingut la càrrega d'arxius.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Ja existeix un pla de hosting amb aquest nom.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\"Accediu a les estadístiques del vostre domini a través de la interfície web.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Accedir a l'FTP web.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Accedir al webmail.\"\n\nmsgid \"Account limits\"\nmsgstr \"Límits del compte\"\n\nmsgid \"Account name\"\nmsgstr \"Nom del compte\"\n\nmsgid \"Account summary\"\nmsgstr \"Resum del compte\"\n\nmsgid \"Account type\"\nmsgstr \"Tipus del compte\"\n\nmsgid \"Action\"\nmsgstr \"Acció\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"Accions\"\n\nmsgid \"Activate\"\nmsgstr \"Activar\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Activar aquest pluguin\"\n\nmsgid \"Activated\"\nmsgstr \"Activat\"\n\nmsgid \"Activated software\"\nmsgstr \"Software activat\"\n\nmsgid \"Activation email\"\nmsgstr \"Correu d'activació\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Activació en progrés...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Afegir\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Afegir un compte FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Afegir grup Htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Afegir usuari Htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Afegir base de dades SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Afegir usuari SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Afegir certificat SSL\"\n\nmsgid \"Add admin\"\nmsgstr \"Afegir administrador\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Afegir menú personalitzat\"\n\nmsgid \"Add customer\"\nmsgstr \"Afegir client\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Afegir client - Pas següent\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Afegir àlies de domini\"\n\nmsgid \"Add group\"\nmsgstr \"Afegir grup\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Afegir pla de hosting\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Afegir nova adreça IP\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Afegir nova àrea protegida\"\n\nmsgid \"Add permissions\"\nmsgstr \"Otorgar permisos\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Otorgar permisos al distribuïdor:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Afegir area protegida\"\n\nmsgid \"Add reseller\"\nmsgstr \"Afegir distribuïdor\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Afegir subdomini\"\n\nmsgid \"Add user\"\nmsgstr \"Afegir usuari\"\n\nmsgid \"Added by\"\nmsgstr \"Afegit per\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"Admin\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / General / Registre d'admin\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admin / General / Vista General\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / General / Estat dels serveis\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Perfil / Resum del compte\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Perfil / Idioma\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Perfil / Format\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Perfil / Contrasenya\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Perfil / Dades Personals\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Admin / Paràmetres\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Admin / Paràmetres / Gestió de IPs\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Paràmetres / Idiomes\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Admin / Paràmetres / Recuperació de contrasenya\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Paràmetres / Gestió de plugins\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Admin / Paràmetres / Ports dels serveis\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Admin / Paràmetres / Gestió de software\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Admin / Paràmetres / Opcions de software\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Admin / Paràmetres / Correu de benvinguda\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Admin / Paràmetres / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Admin / Gestió de Software / Software de distribuïdor\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Admin / Estadístiques / us de IPs\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Admin / Estadístiques / Estadístiques de distribuïdor\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Admin / Estadístiques / Estadístiques de servidor\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Admin / Suport / Tiquets tancats\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Admin / Suport / Veure tiquet\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Admin / Eines de sistema / Depuració\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Admin / Eines de sistema / Paràmetres de manteniment\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Admin / Eines de sistema / Informació del sistema\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Admin / Usuaris / Afegir administrador\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Admin / Usuaris / Afegir distribuïdor\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Admin / Usuaris / Circular\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Admin / Usuaris / Editar distribuïdor\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Admin / Usuaris / Vista General\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Admin / Usuaris / Vista General / Detalls de domini\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Admin / Usuaris / Vista General / Editar administrador\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Admin / Usuaris / Sessions\"\n\nmsgid \"Admin log\"\nmsgstr \"Log d'Admin\"\n\nmsgid \"Admin not available\"\nmsgstr \"Administrador no disponible\"\n\nmsgid \"Admin users\"\nmsgstr \"Usuaris administradors\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Admin/Estadístiques de us de IP\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrador\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Nivells Administrador i Distribuidor\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administrador i client\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Nivells d'Administrador i client\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrador i distribuïdor\"\n\nmsgid \"Administrator level\"\nmsgstr \"Nivell administrador\"\n\nmsgid \"Administrator login\"\nmsgstr \"Accedir com a administrador\"\n\nmsgid \"Administrators\"\nmsgstr \"Administradors\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Tots\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Tots els tiquets tancats s'han eliminat correctament.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Necessitem tots els camps.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Total Entrada\"\n\nmsgid \"All levels\"\nmsgstr \"Tots els nivells\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Tots els tiquets oberts han estat eliminats.\"\n\nmsgid \"All out\"\nmsgstr \"Total Sortida\"\n\nmsgid \"All reseller\"\nmsgstr \"Tots els distribuidors\"\n\nmsgid \"All traffic\"\nmsgstr \"Tot el trànsit\"\n\nmsgid \"All users\"\nmsgstr \"Tots els usuaris\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Permetre URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Permetre compartir el punt de muntatge de un altre domini.\"\n\nmsgid \"Already in use\"\nmsgstr \"En ús\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"URL alternativa per arribar a la teva web\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Hi ha hagut un error inesperat: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Hi ha hagut un error durant la pujada del fitxer: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"Instal·lador d'aplicacions\"\n\nmsgid \"Apply\"\nmsgstr \"Aplicar\"\n\nmsgid \"Apply changes\"\nmsgstr \"Aplicar canvis\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Estàs segur que vols instal·lar aquesta aplicació?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Estas segur de instal.lar aquest paquet?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Estas segur d'eliminar els permisos?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Estàs segur que vols activar aquesta aplicació?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Estàs segur que vols esborrar %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Esteu segurs d'esborrar tots aquests tiquets tancats?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Esteu segurs que voleu eliminar tots els tiquets?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Esteu segurs que voleu eliminar l'entrada de menú %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Esteu segurs que voleu eliminar el tiquet '%s'?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Estàs segur que vols eliminar aquesta aplicació?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"Esteu segurs que voleu importar aquest paquet al repositori?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\"Estas segur de que vols importar aquest paquet al magatzem de programari?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"Esteu segurs que voleu instal·lar aquest paquet?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Esteu segurs de restaurar el backup?\"\n\nmsgid \"Assign\"\nmsgstr \"Assignar\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Assigna un usuari SQL existent.\"\n\nmsgid \"Assign group\"\nmsgstr \"Assignar grup\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"Disponible\"\n\nmsgid \"Available software\"\nmsgstr \"Software disponible\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Esperant activació\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Enrere\"\n\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Opcions de còpia de seguretat i restauració.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"La copia s'ha programat correctament per la restauració.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Contrasenya incorrecta.\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"Darrera\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Temps de bloqueig entre temptatives de inici de sessió i captcha.\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Detecció d'accés per força bruta\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Accions en bloc\"\n\nmsgid \"By\"\nmsgstr \"Per\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Cancel·lar\"\n\nmsgid \"Canonical name\"\nmsgstr \"Nom canonic\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Certificat\"\n\nmsgid \"Certificate data\"\nmsgstr \"Dades del certificat\"\n\nmsgid \"Change\"\nmsgstr \"Canviar\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Buscar actualització\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Escollir\"\n\nmsgid \"Choose dir\"\nmsgstr \"Escollir directori\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Trieu el fitxer (Max: %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Escollir pla de hosting\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Escolliu el color del panell\"\n\nmsgid \"Choose your language\"\nmsgstr \"Escolliu el vostre idioma\"\n\nmsgid \"Circular\"\nmsgstr \"Circular\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Ciutat\"\n\nmsgid \"Class\"\nmsgstr \"Classe\"\n\nmsgid \"Clear log\"\nmsgstr \"Esborrar registre\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Feu click aquí per més detalls\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Faci click sobre Restaurar i el sistema restaurarà el darrer backup diari\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Client / Bases de dades / Afegir una base de dades SQL\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Client / Bases de dades / Vista General\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Client / Bases de dades / Vista General / Afegir usuari SQL\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\"Client / Bases de dades / Vista General / Actualitzar contrasenya d'usuari \"\n\"SQL\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Client / Dominis\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Client / Dominis / Afegir subdomini\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Client / Dominis / Editar subdomini\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Client / Dominis / Paràmetres de PHP\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Frequència de rellotge (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Tancar\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Tancar el tiquet\"\n\nmsgid \"Close ticket\"\nmsgstr \"Tancar tiquet\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Tiquets tancats\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Empresa\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"Nuclis\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"No s'ha pogut pujar el fitxer.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"No s'ha pogut pujar el fitxer. Fitxer no trobat.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"No s'ha pogut pujar el fitxer. Heu arribat a la mida màxima de pujada  (%1$d\"\n\" MB).\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgid \"Create\"\nmsgstr \"Crear\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Creat per\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Data de creació\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Registres DNS personalitzats\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"S'ha eliminat la pàgina d'error personalitzada.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Pàgines d'error personalitzades\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Nom i enllaç de l'entrada del menú\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Propietats del menú personalitzat\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Entrada del menú afegida correctament.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Entrada del menú eliminada correctament.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Entrada del menú actualitzada correctament.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Personalitzar menús \"\n\nmsgid \"Customer\"\nmsgstr \"Client\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"S'ha programat l'activació del compte de client.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"S'ha programat la creació del compte de client.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"El compte de client s'ha actualitzat correctament.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Consum del client\"\n\nmsgid \"Customer level\"\nmsgstr \"Nivell del client\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Color del panell actualitzat correctament.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Client(s) mogut(s) amb èxit.\"\n\nmsgid \"Customers\"\nmsgstr \"Clients\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Personalitzar les pàgines d'error del seu domini.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"Aquest registre ja existeix.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"PARAT\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Backup Diari\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"Base de dades\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Usuaris i noms de base de dades\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Nom de base de dades\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"El nom de la Base de Dades és massa llarg.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"Prefix de la base de dades\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Prefix/sufix de la base de dades\"\n\nmsgid \"Database required\"\nmsgstr \"Base de dades requerida\"\n\nmsgid \"Database usage\"\nmsgstr \"Ús de la base de dades\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Usuaris de base de dades\"\n\nmsgid \"Databases\"\nmsgstr \"Bases de dades\"\n\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgid \"Day\"\nmsgstr \"Dia\"\n\nmsgid \"Days\"\nmsgstr \"Dies\"\n\nmsgid \"Deactivate\"\nmsgstr \"Desactivar\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Desactivar aquest plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Desactivat\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"Idioma per defecte\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"L'idioma per defecte s'ha actualitzat correctament.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Esborrar\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Eliminar tots els tiquets\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Esborrar del registre:\"\n\nmsgid \"Delete order\"\nmsgstr \"Eliminar comanda\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Eliminar aplicació del distribuïdor\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Eliminació en progrés\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Eliminació en progrés...\"\n\nmsgid \"Depot import\"\nmsgstr \"Importació de magatzem\"\n\nmsgid \"Description\"\nmsgstr \"Descripció\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"La descripció no pot ser buida.\"\n\nmsgid \"Details\"\nmsgstr \"Detalls\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Desactivat\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"Desconnectar\"\n\nmsgid \"Disk\"\nmsgstr \"Disc\"\n\nmsgid \"Disk space\"\nmsgstr \"Espai de disc\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Límit d'espai de disc [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Ús de disc\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Detall d'ús de disc\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domini\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP del domini\"\n\nmsgid \"Domain Name\"\nmsgstr \"Nom de domini\"\n\nmsgid \"Domain account\"\nmsgstr \"Compte de domini\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Aquest domini ha expirat.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Comptes de domini\"\n\nmsgid \"Domain alias\"\nmsgstr \"Àlies de dominis\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Errors d'àlies de domini\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Nom de l'àlies de domini\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Àlies de domini programat per ésser afegit.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Àlies de domini programat per eliminar.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Àlies de domini\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Detalls del domini\"\n\nmsgid \"Domain errors\"\nmsgstr \"Errors de domini\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Has d'introduïr la data d'expiració del domini.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Nom del domini\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"Detall del domini\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domini programat per a ésser actualitzat.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Estadístiques de domini\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"L'estat del domini NO és OK\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"El domini ha estat actualitzat.\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"Dominis\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Dominis per pàgina\"\n\nmsgid \"Done\"\nmsgstr \"Fet\"\n\nmsgid \"Download\"\nmsgstr \"Descarregar\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Editar\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Editar certificat SSL\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Editar pàgina d'error personalitzada\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Editar menú personalitzat\"\n\nmsgid \"Edit customer\"\nmsgstr \"Editar client\"\n\nmsgid \"Edit domain\"\nmsgstr \"Editar domini\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Editar àlies de domini\"\n\nmsgid \"Edit error page\"\nmsgstr \"Editar pàgina d'error\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Editar pla de hosting\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Editar usuari htaccess\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Modificar compte de correu\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Editar àrea protegida.\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Editar distribuïdor\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Editar subdomini\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"Correu\"\n\nmsgid \"Email address\"\nmsgstr \"Adreça d'email\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"Configurar Email\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Activar SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Activat\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Pàgines d'error\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Error: Arxiu remot no trobat\"\n\nmsgid \"Errors\"\nmsgstr \"Errors\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Servidor Extern de correu\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"Compte FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"Aquest usuari ja té un compte FTP.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"S'ha assolit el límit de comptes FTP.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"El compte FTP ha estat actualizat.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Comptes de FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Trànsit FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"A fallat l'escriptura de l'arxiu al disc.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Fracàs en el paquet. Esborrant!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Característica\"\n\nmsgid \"Features\"\nmsgstr \"Característiques\"\n\nmsgid \"Female\"\nmsgstr \"Dona\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"L'arxiu no existeix. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"L'arxiu excedeix el limit de mida.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"El fitxers no es pot llegir.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"L'arxiu ha d'ésser un 'tar.gz'.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Arxiu pujat correctament.\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"Gestor de fitxers\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Informació del sistema de fitxers\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Omplir un missatge de text.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Nom\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Reenviar\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"Redirigir correu\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"La llista de reenviament és buida.\"\n\nmsgid \"Forward to\"\nmsgstr \"Reenviar a\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Redirigir a la URL\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Lliure\"\n\nmsgid \"From\"\nmsgstr \"De\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Del distribuïdor\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Compte Ftp\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"comptes FTP\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Gènere\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"Informació General\"\n\nmsgid \"General settings\"\nmsgstr \"Paràmetres generals\"\n\nmsgid \"Generate\"\nmsgstr \"Generar\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Grup\"\n\nmsgid \"Group members\"\nmsgstr \"Membres del grup\"\n\nmsgid \"Group name\"\nmsgstr \"Nom del grup\"\n\nmsgid \"Groups\"\nmsgstr \"Grups\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"Tràfic Http\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Alta\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"Inici\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Pla de Hosting\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Els límits del pla de hosting excedeixen els del distribuïdor.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Pla d'allotjament creat amb èxit.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Plà d'hostatge eliminat correctament.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"El pla d'allotjament s'ha actualitzat correctament.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Plans de hosting\"\n\nmsgid \"Hour\"\nmsgstr \"Hora\"\n\nmsgid \"Hours\"\nmsgstr \"Hores\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Grup htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Grup htaccess programat per a ésser creat.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Grup htaccess programat per a ésser esborrat.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Usuari htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Usuari htaccess assignat al grup %s\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Usuari htaccess eliminat del grup %s\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Usuari htaccess programat per ser afegit.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"Adreça IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"Ús de IPs\"\n\nmsgid \"IPv6 address\"\nmsgstr \"Adreça IPv6\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"Heu de limitar els seus clients abans de limitar el distribuïdor.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Les imatges tenen que ser de mida inferior a 500 x 90 pixels.\"\n\nmsgid \"Import\"\nmsgstr \"Importar\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Importar al repositori local\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Límit de comptes FTP incorrecte.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Límit de base de dades SQL incorrecte.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Límit d'usuaris SQL incorrecte.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Límit d'usuaris SQL incorrecte.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Límit d'àlies incorrecte.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Límit d'espai en disc incorrecte.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"La sintaxi o longitud del correu no són valides.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Límit incorrecte per a %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Límit de comptes de correu incorrecte.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Límit de transit mensual incorrecte.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Límit de subdominis incorrecte.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Límit de subdominis incorrecte.\"\n\nmsgid \"Install\"\nmsgstr \"Instal·lar\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Instal·lar diverses aplicacions amb uns pocs clics.\"\n\nmsgid \"Installation details\"\nmsgstr \"Detalls de la instal·lació\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Paquet instal.lat que ha estat esborrat pel teu distribuidor.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"Instal·lat el\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instruccions per descarregar el backup diari\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internacionalització\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Adreça URL incorrecte.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Nom de grup incorrecte!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"L'ordre dels menús no és vàlid.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Nom incorrecte.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Destí incorrecte.\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Versió del kernel\"\n\nmsgid \"Kill session\"\nmsgstr \"Eliminar sessió\"\n\nmsgid \"Label\"\nmsgstr \"Etiqueta\"\n\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgid \"Language file\"\nmsgstr \"Arxiu d'idioma\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Arxiu d'idioma instal·lat.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Idiomes\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"L'index de idiomes s'ha reconstruït correctament.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Última actualització del repositori de software\"\n\nmsgid \"Last access\"\nmsgstr \"Darrer accés\"\n\nmsgid \"Last name\"\nmsgstr \"Cognom\"\n\nmsgid \"Last reply date\"\nmsgstr \"Última resposta\"\n\nmsgid \"Last translator\"\nmsgstr \"Últim traductor\"\n\nmsgid \"Layout\"\nmsgstr \"Presentació\"\n\nmsgid \"Layout color\"\nmsgstr \"Color del panell\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Color del panell actualitzat\"\n\nmsgid \"Level\"\nmsgstr \"Nivell\"\n\nmsgid \"Limit\"\nmsgstr \"Límit\"\n\nmsgid \"Limit value\"\nmsgstr \"Valor\"\n\nmsgid \"Limits\"\nmsgstr \"Límits\"\n\nmsgid \"Link\"\nmsgstr \"Enllaç\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Enllaç a la pàgina de l'autor\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Carrega (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Accedir\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Usuari\"\n\nmsgid \"Login username\"\nmsgstr \"Contrasenya\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Accedir amb el teu compte FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Arxiu logo\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logotip eliminat correctament.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logotip actualitzat correctament.\"\n\nmsgid \"Logout\"\nmsgstr \"Sortir\"\n\nmsgid \"Lost password\"\nmsgstr \"Contrasenya perduda\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Link de contrasenya perduda\"\n\nmsgid \"Low\"\nmsgstr \"Baixa\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"Correu\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Nivell de registre (log) de mail\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"El compte d'email ja existeix.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Dades del compte d'email.\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Errors de comptes de correu\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Comptes de correu\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\"Visibilitat de les etiquetes del menú principal s'ha actualitzat \"\n\"correctament.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Missatge de manteniment\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Mode manteniment\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Home\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Administrar SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Administrar usuaris i grups htaccess \"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Administrar usuaris i grups\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Gestionar les seves àrees protegides, usuaris i grups.\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Número màxim d'intents d'accés\"\n\nmsgid \"Max traffic\"\nmsgstr \"Màxim tràfic\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Nombre màxim de temptatives de validació de captcha\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\"Nombre màxim d'intents de validació abans de que intervingui la restricció \"\n\"d'espera\"\n\nmsgid \"Medium\"\nmsgstr \"Mitjana\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Missatge\"\n\nmsgid \"Message template\"\nmsgstr \"Plantilla de missatge\"\n\nmsgid \"Message template info\"\nmsgstr \"Informació de la plantilla del missatge\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Missatge per al distribuïdor abans d'eliminar l'aplicació\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Minut\"\n\nmsgid \"Minutes\"\nmsgstr \"Minuts\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Mes\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Límit de transit mensual [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"El límit de trànsit ha de ser un número.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"El valor d'alerta de trànsit no pot ser superior al valor del límit màxim.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"Muntar\"\n\nmsgid \"Mount point\"\nmsgstr \"Punt de muntatge\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Nom\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"Mai\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Nova ordre d'àlies per a {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Nou tiquet\"\n\nmsgid \"Next\"\nmsgstr \"Següent\"\n\nmsgid \"Next step\"\nmsgstr \"Pas següent\"\n\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Adreça IP no trobada\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Menú personalitzat no trobat\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"No s'ha carregat cap arxiu.\"\n\nmsgid \"No group found.\"\nmsgstr \"Grup no trobat\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\"No s'ha trobat cap distribuïdor amb l'instal.lador de programari activat!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"No hi ha programari disponible\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"No hi ha programari disponible al magatzem de programari!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"No hi ha programari en espera d'activació\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"No s'ha trobat estadístiques per el període de temps donat. Proveu amb un \"\n\"altre període.\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"Usuari no trobat\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"Connexió normal\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"No usat\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"No s'ha trobat res - ho sentim\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"No s'ha modificat res.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Notificacions, Alertes i Errors\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"Només exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Només s'accepten els fitxers Machine Object (fitxers MO).\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Només s'accepten nombres positius.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"Obrir tiquet\"\n\nmsgid \"Open tickets\"\nmsgstr \"Tiquets oberts\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"Opcional\"\n\nmsgid \"Order\"\nmsgstr \"Demanar\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Altres entrada\"\n\nmsgid \"Other out\"\nmsgstr \"Altres sortida\"\n\nmsgid \"Other settings\"\nmsgstr \"Altres paràmetres\"\n\nmsgid \"Overview\"\nmsgstr \"Vista general\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"Editor de PHP\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"L'extensió GD del PHP no s'ha carregat\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\"La configuració de l'editor de PHP ha estat programada per a ésser \"\n\"actualitzada.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"Valors de les directives de PHP\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"Funció PHP exec()\"\n\nmsgid \"PHP settings\"\nmsgstr \"Configuració del PHP\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP entrada\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP sortida\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Trànsit POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Accions\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"Tipus d'instal·lació\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Paquet instal.lat amb èxit!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"Idioma\"\n\nmsgid \"Package name\"\nmsgstr \"Nom del paquet\"\n\nmsgid \"Package title\"\nmsgstr \"Nom de l'aplicació\"\n\nmsgid \"Package type\"\nmsgstr \"Tipus de paquet\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Desenvolupador\"\n\nmsgid \"Package version\"\nmsgstr \"Versió\"\n\nmsgid \"Panel default language\"\nmsgstr \"Escolliu idioma per defecte\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Partició\"\n\nmsgid \"Password\"\nmsgstr \"Contrasenya\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Confirmació de contrasenya\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Introduïu la contrasenya per aquest usuari.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Paràmetres de la contrasenya\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Contrasenya actualitzada.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Les contrasenyes no coincideixen.\"\n\nmsgid \"Path\"\nmsgstr \"Ruta\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Percentatge\"\n\nmsgid \"Permissions\"\nmsgstr \"Permisos\"\n\nmsgid \"Personal data\"\nmsgstr \"Dades personals\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personalitzar plantilla\"\n\nmsgid \"Phone\"\nmsgstr \"Telèfon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Siusplau activa la teva nova contrasenya i-MSCP\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Siusplau introdueix un nom per l'àrea protegida.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Siusplau introdueix una contrasenya.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Siusplau introdueix un nom d'usuari.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Siusplau selecciona un altre directori. %s (%s) està instal.lat allà.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Introduïu el contingut del missatge.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Introduïu l'assumpte pel missatge.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Siusplau introdueix el nom de la Base de Dades.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Introduïu el vostre missatge.\"\n\nmsgid \"Plugin\"\nmsgstr \"Plugin\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"Administrador de plugins\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Prohibir l'accés extern dels admins\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Prohibir l'accés extern dels clients\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Prohibir l'accés extern dels distribuïdors\"\n\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Prioritat\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"Perfil\"\n\nmsgid \"Properties\"\nmsgstr \"Propietats\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\"Les propietats pel distribuïdor amb ID %d no s'han trobat a la Base de \"\n\"Dades.\"\n\nmsgid \"Protect\"\nmsgstr \"Protegir\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Protegir aquest plugin\"\n\nmsgid \"Protected\"\nmsgstr \"Protegit\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Àrea protegida programada per a ésser donada d'alta.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Àrea protegida programada per a ésser esborrada.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Àrea protegida programada per a ésser actualitzada.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Àrees protegides\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocol\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Reconstruir l'index d'idiomes\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"Dades de l'entrada\"\n\nmsgid \"Redirect\"\nmsgstr \"Redirigir\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Data de registre\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Web remot repositori de programari\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"Eliminar\"\n\nmsgid \"Remove IP\"\nmsgstr \"Eliminar IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Eliminar permisos\"\n\nmsgid \"Reopen\"\nmsgstr \"Reobrir\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Repeteix la contrasenya\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Necessita base de dades?\"\n\nmsgid \"Reseller\"\nmsgstr \"Distribuïdor\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Nom del distribuïdor\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Distribuïdor i client\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Nivells Distribuidor i Client\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Consum del distribuïdor\"\n\nmsgid \"Reseller data\"\nmsgstr \"Dades del distribuïdor\"\n\nmsgid \"Reseller level\"\nmsgstr \"Nivell distribuïdor\"\n\nmsgid \"Reseller list\"\nmsgstr \"Llista de distribuïdors\"\n\nmsgid \"Reseller name\"\nmsgstr \"Nom del distribuïdor\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Llista d'aplicacions de distribuïdors\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"S'ha afegit el distribuïdor correctament.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Total de distribuïdors\"\n\nmsgid \"Reseller users\"\nmsgstr \"Usuaris distribuïdors\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Distribuïdor amb permisos totals\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Color del panell canviat per aquest distribuïdor\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Distribuïdor / Estadístiques d'IPs\"\n\nmsgid \"Resellers\"\nmsgstr \"Distribuïdors\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Reset\"\n\nmsgid \"Restore\"\nmsgstr \"Restaurar\"\n\nmsgid \"Restore backup\"\nmsgstr \"Restaurar backup\"\n\nmsgid \"Rights\"\nmsgstr \"Drets\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP entrada\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP sortida\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Trànsit SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"Base de dades SQL esborrada correctament.\"\n\nmsgid \"SQL databases\"\nmsgstr \"Bases de dades SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"Nom d'usuari SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"Contrasenya d'usuari SQL actualitzada correctament.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"Usuari SQL afegit correctament.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"Usuari SQL esborrat correctament.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"Usuaris SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Guardar\"\n\nmsgid \"Search\"\nmsgstr \"Buscar\"\n\nmsgid \"Sec.\"\nmsgstr \"Seg.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Connexió segura\"\n\nmsgid \"Security code\"\nmsgstr \"Codi de seguretat\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Enviar\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Enviar missatge\"\n\nmsgid \"Send message to\"\nmsgstr \"Enviar el missatge a \"\n\nmsgid \"Send reply\"\nmsgstr \"Enviar resposta\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Ports del servidor\"\n\nmsgid \"Server statistics\"\nmsgstr \"Estadístiques del Servidor\"\n\nmsgid \"Server status\"\nmsgstr \"Estat del servidor\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Nom del servei\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"Ports dels serveis\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protocol del servei\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Sessions\"\n\nmsgid \"Settings\"\nmsgstr \"Paràmetres\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Ajustos guardats.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Mostrar\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Mostrar %s registres per pàgina\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Mostrar estadístiques detallades per aquest distribuidor\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Mostrar a\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Mostrar etiquetes pels enllaços del menú principal\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Mostrant del %s al %s de %s registres\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Mostrant del 0 al 0 de 0 registres\"\n\nmsgid \"Size\"\nmsgstr \"Mida\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"Sofware disponible\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Programari esborrat.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Pujar arxiu al repositori\"\n\nmsgid \"Software details\"\nmsgstr \"Detalls del software\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"Progames al repositori\"\n\nmsgid \"Software installation\"\nmsgstr \"Instal·lació de software\"\n\nmsgid \"Software installer\"\nmsgstr \"Instal·lador de software\"\n\nmsgid \"Software installer options\"\nmsgstr \"Opcions de l'instal·lador de software\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Opcions de l'instal·lador de software actualitzades.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"Nom del programa\"\n\nmsgid \"Software not found!\"\nmsgstr \"Programari no trobat!\"\n\nmsgid \"Software options\"\nmsgstr \"Opcions de software\"\n\nmsgid \"Software permissions\"\nmsgstr \"Permisos d'aplicacions\"\n\nmsgid \"Software repository\"\nmsgstr \"Repositori de software\"\n\nmsgid \"Software status\"\nmsgstr \"Estat del software\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"Total d'aplicacions\"\n\nmsgid \"Software upload\"\nmsgstr \"Pujar software\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Aplicació activada correctament\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Aplicació elminada correctament\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Software-(Synonym)\"\n\nmsgid \"Software-Version\"\nmsgstr \"Versió\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Repositori d'aplicacions\"\n\nmsgid \"Start installation\"\nmsgstr \"Iniciar instal.lació\"\n\nmsgid \"State/Province\"\nmsgstr \"Estat/Província\"\n\nmsgid \"Statistics\"\nmsgstr \"Estadístiques\"\n\nmsgid \"Status\"\nmsgstr \"Estat\"\n\nmsgid \"Street 1\"\nmsgstr \"Carrer 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Carrer 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomini\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Àlies del subdomini\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Errors de subdomini\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Nom subdomini\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Subodmini programar per ser eliminat.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"El subdomini ha estat programat per a ésser afegit.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdominis\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Assumpte\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Enviar canvis\"\n\nmsgid \"Support\"\nmsgstr \"Suport\"\n\nmsgid \"Support system\"\nmsgstr \"Sistema de suport\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Canviar\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Canviar a la interfície d'usuari\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\"No s'ha actualitzat la pàgina d'error personalitzada per un error de \"\n\"sistema. Toneu-ho a intentar o contacteu amb l'administrador.\"\n\nmsgid \"System information\"\nmsgstr \"Informació del sistema\"\n\nmsgid \"System tools\"\nmsgstr \"Eines del sistema\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Sistema en manteniment\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Destí\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Port de desí\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Carpeta temporal no trobada.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"No pots posar com il.limitat el limit de %s per aquest client ja que estàs \"\n\"limitat per aquest servei.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"El domini actualment està desactivat. La modificació d'alguna de les seves \"\n\"propietats donarà com a resultat una completa o parcial reactivació del \"\n\"mateix.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"El domini o almenys alguna de les seves entitats te un estat diferent de \"\n\"'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"El domini que estàs intentant editar no existeix.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"El paquet està corrupte. Si us plau corretgeix-el.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"El fitxer carregat només s'ha carregat parcialment.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Aquesta base de dades serà esborrada i no es podrà recuperar. Tots els \"\n\"usuaris enllaçats amb aquesta base de dades seràn també eliminats si no \"\n\"ténen accés a cap altra base de dades. Esteu segurs que voleu eliminar la \"\n\"base de dades '%s'?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Aquest grup de htaccess ja existeix.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Aquest usuari de htaccess ja existeix.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Aquest paquet està instal.lat en el(s) següen(t)s domini(s):\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Aquest paquet no està instal.lat\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Aquest paquet encara no està instal.lat\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Aquest programari està instal.lat en el(s) següent(s) domini(s):\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Informació del tiquet\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Tiquet tancat correctament.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Tiquet esborrat correctament.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"El tiquet ha estat re-obert.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"El tiquet amb Id '%d' no ha estat trobat.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"Per a desprotegir aquest plugin, cal que editis l'arxiu %s \"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"Dominis en Total\"\n\nmsgid \"Total Software\"\nmsgstr \"Total d'aplicacions\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Total d'instal·lacions\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"Total del distribuïdor\"\n\nmsgid \"Total software\"\nmsgstr \"Total d'aplicacions\"\n\nmsgid \"Traffic\"\nmsgstr \"Trànsit\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"Cadenes traduïdes\"\n\nmsgid \"Type\"\nmsgstr \"Tipus\"\n\nmsgid \"UP\"\nmsgstr \"ACTIU\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"Protocol URL\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL al panell d'administrador \"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"No ha sigut possible crear el directori %s per el fitxer d'idioma.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\"No s'ha pogut crear el directori 'LC_MESSAGES' per el fitxer d'idioma.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"No s'ha pogut moure l'arxiu.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"No s'ha pogut re.obrir el tiquet amb Id '%s'\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"Desinstal.lar\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Desconegut\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Error desconegut\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"No s'ha trobat l'acció sol·licitada.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Acció desconeguda: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Nom de llenguatge desconegut.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Capa de color desconeguda.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Tipus desconegut.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Nom d'usuari desconegut.\"\n\nmsgid \"Update\"\nmsgstr \"Actualitzar\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Actualitzar contrasenya d'usuari de SQL.\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Actualitzar des del reposidori d'aplicacions\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Actualitzar des del repositori d'aplicacions\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"Actualitzacions\"\n\nmsgid \"Upload\"\nmsgstr \"Carregar\"\n\nmsgid \"Upload logo\"\nmsgstr \"Carregar logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Pujar\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"Estadística d'us\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Utilitzar connexió normal (Sense SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Utilitzar connexió segura (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Usat\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Usuari\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Nom d'usuari (nom i cognoms)\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"No s'han canviat les dades de l'usuari.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Les dades d'usuari han estat actualitzades.\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Accés de l'usuari (sistema)\"\n\nmsgid \"User password\"\nmsgstr \"Contrasenya d'usuari\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Nom real de l'usuari (nom i cognoms)\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Usuari programat per ésser eliminat.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Tipus d'usuari\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Tipus d'usuari (admin, distribuidor, usuari)\"\n\nmsgid \"Username\"\nmsgstr \"Nom d'usuari\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Nom d'usuari i contrasenya per iniciar sessió en l'aplicació\"\n\nmsgid \"Users\"\nmsgstr \"Usuaris\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"Valors\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Pàgina del venedor\"\n\nmsgid \"Version\"\nmsgstr \"Versió\"\n\nmsgid \"Very high\"\nmsgstr \"Molt alta\"\n\nmsgid \"View\"\nmsgstr \"Veure\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Veure el certificat SSL\"\n\nmsgid \"View ticket\"\nmsgstr \"Veure Ticket\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Visitar el lloc dels plugins\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Advertència del tràfic\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Alertes i Errors\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Malauradament, el sistema es troba actualment en manteniment. ⏎\\n\"\n\"Torneu-ho a provar més tard.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Web entrada\"\n\nmsgid \"Web out\"\nmsgstr \"Web sortida\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Total d'aplicacions al repositori\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Estadístiques web\"\n\nmsgid \"Web traffic\"\nmsgstr \"Trànsit web\"\n\nmsgid \"Webmail\"\nmsgstr \"Correu web\"\n\nmsgid \"Webtools\"\nmsgstr \"Eines Web\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Benvingut {USERNAME} a i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Identificador de distribuïdor incorrecte\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Codi de seguretat incorrecte\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Identificador d'aplicació incorrecte\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Sintaxi errònia per nova data de caducitat.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Sintaxi errònia pel limit de %s.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"El nivell d'usuari informat és incorrecte.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Usuari erroni.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"XML URL de l'arxiu per al repositori de programari Web\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Any\"\n\nmsgid \"Yes\"\nmsgstr \"Sí\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Esteu excedint el vostre límit de transit mensual.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"Estàs excedint el teu límit de comptes FTP.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"Estàs excedint el teu límit de Bases de Dades SQL.\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Estàs excedint el teu limit d'espai en disc.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"Estàs excedint el teu límit de comptes de mail.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Esteu excedint el vostre límit de transit mensual.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"Estàs excedint el teu límit de subdominis.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Només pots carregar imatges,\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"No podeu esborrar la última adreça IP activa.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"No es pot assignar una data d'expiració passada.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"No es pot desassignar una adreça IP que està en us.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Encara no tens carregat cap programari.\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"No disposeu de cap àlies de domini.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"No tens permisos per a carregar programari.\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"No tens àrees protegides.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"No teniu subdominis.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"La sessió ha estat tancada.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"No tens grups.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Has d'escollir un arxiu per pujar o una direcció per descarregar\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Has d'escollir un arxiu a pujar\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Introduïu el contingut del missatge.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Introduïu l'assumpte del missatge.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"El seu compte ha expirat. Sisplau renoveu la vostra subscripció.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"El teu consum.\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"El vostre missatge\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"El teu missatge ha estat enviat correctament.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"El teu nou inici de sessió i-MSCP\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"El teu paquet està corrupte. Si us plau corregeix-lo!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Codi postal\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"[Nou]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Català - Catalan\"\n\nmsgid \"activated\"\nmsgstr \"activat\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"activat (Repositiri de Programari)\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"esborrant\"\n\nmsgid \"disabled\"\nmsgstr \"desactivat\"\n\nmsgid \"disk space\"\nmsgstr \"Espai de disc\"\n\nmsgid \"domain\"\nmsgstr \"domini\"\n\nmsgid \"domain alias\"\nmsgstr \"àlies de domini\"\n\nmsgid \"domain aliases\"\nmsgstr \"àlies de domini\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"dominis\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"tot\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"es d'unaltre navegador\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Repositori d'aplicacions (Permisos)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Entrada\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Manteniment\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Instal·lador de software / Gestió\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Actualitzacions i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"instal.lat\"\n\nmsgid \"installing\"\nmsgstr \"instal.lant\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"correu electrònic\"\n\nmsgid \"mail account\"\nmsgstr \"compte de correu electrònic\"\n\nmsgid \"mail accounts\"\nmsgstr \"comptes de correu\"\n\nmsgid \"missing alias\"\nmsgstr \"falta l'àlies\"\n\nmsgid \"missing domain\"\nmsgstr \"falta el domini\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/A\"\n\nmsgid \"no\"\nmsgstr \"no\"\n\nmsgid \"not available\"\nmsgstr \"no disponible\"\n\nmsgid \"not required\"\nmsgstr \"no es requereix\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"més antic d'un mes\"\n\nmsgid \"older than 12 months\"\nmsgstr \"més antic de dotze mesos\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"més antic de 2 setmanes\"\n\nmsgid \"older than 3 months\"\nmsgstr \"més antic de tres mesos\"\n\nmsgid \"older than 6 months\"\nmsgstr \"més antic de sis mesos\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"entrada orfe\"\n\nmsgid \"required\"\nmsgstr \"es requereix\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"subdomini\"\n\nmsgid \"subdomains\"\nmsgstr \"subdominis\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"tràfic\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"esperant activació\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"sí\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/cs_CZ.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Jiří Vírava <appukonrad@gmail.com>, 2017\\n\"\n\"Language-Team: Czech (Czech Republic) (https://www.transifex.com/i-mscp/teams/576/cs_CZ/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: cs_CZ\\n\"\n\"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Admin / Podpora / Otevřené Tickety\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Špatná IP adresa.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Verze: %2$s, Jazyk: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s právě jste přihlášen jako %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d řetězců přeloženo\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s účet úspěšně odstraněn.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s neexistuje nebo je prázdný\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s není platný jazykový soubor i-MSCP.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s není povoleno jako označení subdomény.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s strana\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s záznam\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtrováno z celkového počtu %s záznamů)\"\n\nmsgid \"(usually named\"\nmsgstr \"(obvykle pojmenované\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Rozšíření PHP zastavilo nahrávání souboru.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Hostingový plán se stejným názvem již existuje.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Je dostupná nová verze i-MSCP\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Přístup ke statistikám domény přes webové rozhraní.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Přístup k vašim souborům přes webové rozhraní.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Přístup k vaší poště přes webové rozhraní.\"\n\nmsgid \"Account limits\"\nmsgstr \"Limity účtu\"\n\nmsgid \"Account name\"\nmsgstr \"Název účtu\"\n\nmsgid \"Account summary\"\nmsgstr \"Shrnutí účtu\"\n\nmsgid \"Account type\"\nmsgstr \"Typ účtu\"\n\nmsgid \"Action\"\nmsgstr \"Akce\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Akce byla zastavena.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Akce selhala.\"\n\nmsgid \"Actions\"\nmsgstr \"Akce\"\n\nmsgid \"Activate\"\nmsgstr \"Aktivovat\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Aktivovat plugin\"\n\nmsgid \"Activated\"\nmsgstr \"Aktivovat\"\n\nmsgid \"Activated software\"\nmsgstr \"Aktivovaný software\"\n\nmsgid \"Activation email\"\nmsgstr \"Aktivační email\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Probíhá aktivace...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Přidat\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Přidat FTP účet\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Přidat Htaccess skupinu\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Přidat Htaccess uživatele\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Přidat SQL databázi\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Přidat uživatele SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Přidat SSL certifikát\"\n\nmsgid \"Add admin\"\nmsgstr \"Přidat administrátora\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Přidat vlastní menu\"\n\nmsgid \"Add customer\"\nmsgstr \"Přidat zákazníka\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Přidat zákazníka - Další krok\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Přidat alias domény\"\n\nmsgid \"Add group\"\nmsgstr \"Přidat skupinu\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Přidat plán hostingu\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Přidat novou IP adresu\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Přidat chráněnou oblast\"\n\nmsgid \"Add permissions\"\nmsgstr \"Přidat oprávnění\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Přidat oprávnění na software pro partnera:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Přidat chráněnou oblast\"\n\nmsgid \"Add reseller\"\nmsgstr \"Přidat partnera\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Přidat subdoménu\"\n\nmsgid \"Add user\"\nmsgstr \"Přidat uživatele\"\n\nmsgid \"Added by\"\nmsgstr \"Přidal\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Probíhá vložení...\"\n\nmsgid \"Admin\"\nmsgstr \"Administrátor\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / Obecné / Log administrace\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admin / Obecné / Přehled\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / Obecné / Stav služeb\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Profil / Shrnutí účtu\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Profil /  Jazyk\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Profil / Rozložení\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Profil /  Heslo\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Profil /  Osobní Data\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Admin / Nastavení\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Nastavení / Jazyk\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Admin / Nastavení / E-mail - Zapomenuté heslo\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Nastavení / Správa pluginů\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Admin / Nastavení / Porty služeb\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Admin / Nastavení / Správa Software\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Admin / Nastavení / Nastavení softwaru\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Admin / Nastavení / E-mail - Uvítání\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Admin / Nastavení / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Admin / Správa software / Reseller software\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Admin / Podpora / Uzavřené Tikety\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Admin / Podpora / Prohlédnout Tiket\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"Log administrace\"\n\nmsgid \"Admin not available\"\nmsgstr \"Admin není k dispozici\"\n\nmsgid \"Admin users\"\nmsgstr \"Uživatelé administrátora\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Admin / Statistiky používání IP\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrátor\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Úroveň administrátora a partnera\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrátor a partner\"\n\nmsgid \"Administrator level\"\nmsgstr \"Úroveň administrátora\"\n\nmsgid \"Administrator login\"\nmsgstr \"Přihlášení administrátora\"\n\nmsgid \"Administrators\"\nmsgstr \"Administrátoři\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administrátoři a partneři\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Vše\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Všechny uzavřené tikety byly úspěšně smazány.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Všechna pole jsou povinná.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Vše příchozí\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Všechny otevřené tikety byly úspěšně smazány.\"\n\nmsgid \"All out\"\nmsgstr \"Vše odchozí\"\n\nmsgid \"All reseller\"\nmsgstr \"Všichni partneři\"\n\nmsgid \"All traffic\"\nmsgstr \"Všechna přenesená data\"\n\nmsgid \"All users\"\nmsgstr \"Všem uživatelům\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"OK\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Alternativní URL pro dosažení vašich webových stránkách\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"Instalátor aplikací\"\n\nmsgid \"Apply\"\nmsgstr \"Uložit\"\n\nmsgid \"Apply changes\"\nmsgstr \"Provést změny\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Opravdu chcete nainstalovat tento balíček?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Opravdu chcete aktivovat tento balíček?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Opravdu chcete odstranit %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Opravdu chcete smazat všechny uzavřené tikety?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Opravdu chcete smazat všechny tikety?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Opravdu chcete smazat tiket '%s'?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Opravdu chcete smazat tento balíček?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Opravdu chcete obnovit data za zálohy?\"\n\nmsgid \"Assign\"\nmsgstr \"Přiřadit\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"Dostupné\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Čekají na aktivaci\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Zpět\"\n\nmsgid \"Backup\"\nmsgstr \"Záloha\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Záloha a obnovení nastavení.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Čas blokování mezi přihlášením a captchou\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Detekce útoku hrubou silou\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Zrušit\"\n\nmsgid \"Canonical name\"\nmsgstr \"Kanonické jméno\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"Přepnout\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Zkontrolovat aktualizace\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Vybrat\"\n\nmsgid \"Choose dir\"\nmsgstr \"Volba adresáře\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Vyberte soubor (Max: %1$d MB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Vybrat plán hostingu\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Vyberte barvu vzhledu\"\n\nmsgid \"Choose your language\"\nmsgstr \"Vyberte svůj jazyk\"\n\nmsgid \"Circular\"\nmsgstr \"Oběžník\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Město\"\n\nmsgid \"Class\"\nmsgstr \"Třída\"\n\nmsgid \"Clear log\"\nmsgstr \"Vyčistit protokol\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"Kliknutím na tlačítko Obnovit systém obnoví poslední denní zálohu\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Klient / Podpora / Uzavřené Tikety\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Klient / Podpora / Nový Tiket\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Klient / Podpora / Otevřené Tikety\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Klient / Podpora / Prohlédnout Tiket\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"Zavřít\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Zavřít tiket\"\n\nmsgid \"Close ticket\"\nmsgstr \"Uzavřít ticket\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Uzavřené tikety\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Společnost\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Nelze nahrát tento soubor.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Stát\"\n\nmsgid \"Create\"\nmsgstr \"OK\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Vytvořil\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Vytvořeno dne\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Vlastní DNS záznamy\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Vlastní chybová stránka aktualizována.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Uživatelské chybové stránky\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Uživatelská menu\"\n\nmsgid \"Customer\"\nmsgstr \"Zákazník\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Smazání zákazníka bylo úspěšně naplánováno.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Zákazník byl úspěšně přesunut.\"\n\nmsgid \"Customers\"\nmsgstr \"Zákazníci\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Vlastní chybové stránky pro vaši doménu.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS záznam již existuje.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"VYPNUTO\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Denní záloha\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"Databáze\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Jméno databáze a uživatelé\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Název databáze\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Název databáze je příliš dlouhý.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"Předpona databáze\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"Databáze vyžadována\"\n\nmsgid \"Database usage\"\nmsgstr \"Využití databáze\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Uživatelé databáze\"\n\nmsgid \"Databases\"\nmsgstr \"Databáze\"\n\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgid \"Day\"\nmsgstr \"Den\"\n\nmsgid \"Days\"\nmsgstr \"Dny\"\n\nmsgid \"Deactivate\"\nmsgstr \"Deaktivovat\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Deaktivovat plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Deaktivováno\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"Výchzí jazyk\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Výchozí jazyk byl úspěšně aktualizován.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Odstranit\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Smazat všechny tikety\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Odstranit ze záznamu:\"\n\nmsgid \"Delete order\"\nmsgstr \"Odstranit objednávku\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Smazat ticket\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Popis\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Detaily\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Vypnuto\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Diskový prostor\"\n\nmsgid \"Disk space\"\nmsgstr \"Velikost disku\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"Využití disku\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Doména\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP adresa domény\"\n\nmsgid \"Domain Name\"\nmsgstr \"Jméno domény\"\n\nmsgid \"Domain account\"\nmsgstr \"Doménový účet\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Platnost doménového účtu vypršela.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"Doménový alias\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Chyby aliasů\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Jméno doménového aliasu\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Doménové aliasy\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Detaily domény\"\n\nmsgid \"Domain errors\"\nmsgstr \"Chyby domén\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Doména vyprší dne\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Datum konce platnosti domény musí být vyplněno.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Jméno domény\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Doména vyprší dne\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Statistika domény\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"Typ Domény\"\n\nmsgid \"Domains\"\nmsgstr \"Domény\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domén na stránku\"\n\nmsgid \"Done\"\nmsgstr \"Hotovo\"\n\nmsgid \"Download\"\nmsgstr \"Stáhnout\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Editovat\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Upravit SSL certifikát\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"Upravit doménu\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Editovat doménový alias\"\n\nmsgid \"Edit error page\"\nmsgstr \"Editovat chybovou stránku\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Upravit plán hostingu\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Upravit chráněnou oblast\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Editovat partnera\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Upravit subdoménu\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"Email\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"Nastavení el. pošty\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Povolit SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Zapnuto\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Chybové stránky\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Chyba: Vzdálený soubor nebyl nalezen!\"\n\nmsgid \"Errors\"\nmsgstr \"Chyby\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Externí mail server\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP účet\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP účet již existuje.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP účet úspěšně přidán.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP účet úspěšně aktualizován.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP účty\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Přenesená data FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Funkce\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"žena\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Soubor neexistuje. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Soubor není čitelný.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Soubor musí být  'tar.gz' archiv.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Soubor byl úspěšně nahrán.\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"Správce souborů\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Informace o souborovém systému\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Křestní jméno\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Přesměruj\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"Přesměrovat na\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Přesměrovat na URL\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Volných\"\n\nmsgid \"From\"\nmsgstr \"Od\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Od partnera\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Ftp účet\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Ftp účty\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Pohlaví\"\n\nmsgid \"General\"\nmsgstr \"Hlavní informace\"\n\nmsgid \"General information\"\nmsgstr \"Hlavní informace\"\n\nmsgid \"General settings\"\nmsgstr \"Hlavní nastavení\"\n\nmsgid \"Generate\"\nmsgstr \"Generovat\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Skupina\"\n\nmsgid \"Group members\"\nmsgstr \"Členové skupiny\"\n\nmsgid \"Group name\"\nmsgstr \"Jméno skupiny\"\n\nmsgid \"Groups\"\nmsgstr \"Skupiny\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Vysoká\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"Hlavní stránka\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Plán hostingu\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Plány hostingu\"\n\nmsgid \"Hour\"\nmsgstr \"Hodina\"\n\nmsgid \"Hours\"\nmsgstr \"Hodiny\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IP adresa\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"Přidání IP adresy bylo úspěšně naplánováno.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"Smazání IP adresy bylo úspěšně naplánováno.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"Využití IP\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 adresa\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"Pokud chcete omezit partnera, musíte nejprve omezit jeho zákazníky.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Obrázky musí být menší než 500 x 90 pixelů.\"\n\nmsgid \"Import\"\nmsgstr \"Import\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Překročily jste limit vašeho místa na disku.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Nesprávná délka nebo syntaxe emailu.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Instalovat\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Instalace různých webových aplikací několika málo kliknutími.\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"Instalován na\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instrukce pro stažení dnešní zálohy\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Nesprávné jméno skupiny!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Verze kernelu\"\n\nmsgid \"Kill session\"\nmsgstr \"Ukončit relaci\"\n\nmsgid \"Label\"\nmsgstr \"Popis\"\n\nmsgid \"Language\"\nmsgstr \"Jazyk\"\n\nmsgid \"Language file\"\nmsgstr \"Soubor s jazykem\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Jazyky\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Index jazyků byl úspěšně aktualizován.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"Poslední přístup\"\n\nmsgid \"Last name\"\nmsgstr \"Příjmení\"\n\nmsgid \"Last reply date\"\nmsgstr \"Poslední odpověď dne\"\n\nmsgid \"Last translator\"\nmsgstr \"Poslední překladatel\"\n\nmsgid \"Layout\"\nmsgstr \"Motivy vzhledu\"\n\nmsgid \"Layout color\"\nmsgstr \"Barva vzhledu\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Barva vzhledu byla úspěšně aktualizována.\"\n\nmsgid \"Level\"\nmsgstr \"Úroveň\"\n\nmsgid \"Limit\"\nmsgstr \"Limit\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"Odkaz\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Odkaz na domovskou stránku autorů\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Nahráno (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Přihlášení\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Přihlašovací heslo\"\n\nmsgid \"Login username\"\nmsgstr \"Přihlašovací jméno\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Přihlásit pod FTP účtem\"\n\nmsgid \"Logo file\"\nmsgstr \"Soubor s logem\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo bylo odstraněno.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo bylo úspěšně aktualizováno.\"\n\nmsgid \"Logout\"\nmsgstr \"Odhlásit\"\n\nmsgid \"Lost password\"\nmsgstr \"Zapomenuté heslo\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Zapomenuté heslo - odkaz\"\n\nmsgid \"Low\"\nmsgstr \"Nízká\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"Mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Úroveň logování\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Chyby v účtech el. pošty\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"Typ poštovního účtu\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Poštovní účty\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Servisní mód\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"muž\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Správa SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Správa uživatelů a skupin\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Spravujte své chráněné oblasti, uživatele a skupiny.\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Maximální počet pokusů o přihlášení\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Maximální počet  pokusů o captcha ověření\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"Maximální počet  pokusů o ověření před omezením přístupu.\"\n\nmsgid \"Medium\"\nmsgstr \"Střední\"\n\nmsgid \"Member of group\"\nmsgstr \"Člen skupiny\"\n\nmsgid \"Memory information\"\nmsgstr \"Informace o paměti\"\n\nmsgid \"Message\"\nmsgstr \"Zpráva\"\n\nmsgid \"Message template\"\nmsgstr \"Šablona zprávy\"\n\nmsgid \"Message template info\"\nmsgstr \"Šablona informační zprávy\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Zpráva partnerovi před odstraněním softwaru\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Minuta\"\n\nmsgid \"Minutes\"\nmsgstr \"Minuty\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Měsíc\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"Bod připojení\"\n\nmsgid \"Mount point\"\nmsgstr \"Bod připojení\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Jméno\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"Nikdy\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Nový tiket\"\n\nmsgid \"Next\"\nmsgstr \"Další\"\n\nmsgid \"Next step\"\nmsgstr \"Další krok\"\n\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Uživatelské menu nenalezeno.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"Software není dostupný\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"Aktualizace nejsou dostupné\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"Běžný\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Běžný + Přesměrování\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"Nenealezno\"\n\nmsgid \"Not found.\"\nmsgstr \"Nenealezno.\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Omlouváme se - nic nenalezeno\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Nic nebylo změněno.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Upozornění, varování a chyby\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Akceptovány jsou pouze archívy 'tar.gz'\"\n\nmsgid \"Only exec\"\nmsgstr \"Pouze exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Jsou povoleny pouze kladná čísla.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"Otevřený tiket\"\n\nmsgid \"Open tickets\"\nmsgstr \"Otevřené tikety\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"Volitelně\"\n\nmsgid \"Order\"\nmsgstr \"Objednávka\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Ostatní příchozí\"\n\nmsgid \"Other out\"\nmsgstr \"Ostatní odchozí\"\n\nmsgid \"Other settings\"\nmsgstr \"Další nastavení\"\n\nmsgid \"Overview\"\nmsgstr \"Přehled\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"Editor PHP\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD rozšíření není načteno.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"Nastavení PHP\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP funkce exec()\"\n\nmsgid \"PHP settings\"\nmsgstr \"Nastavení PHP\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP příchozí\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP odchozí\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Přenesená data POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Akce balíčku\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"Typ instalačního balíčku\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Balíček úspěšně nainstalován!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"Jazyk balíčku\"\n\nmsgid \"Package name\"\nmsgstr \"Název balíčku\"\n\nmsgid \"Package title\"\nmsgstr \"Název balíčku\"\n\nmsgid \"Package type\"\nmsgstr \"Typ balíčku\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"Verze balíčku\"\n\nmsgid \"Panel default language\"\nmsgstr \"Výchozí jazyk panelu\"\n\nmsgid \"Parent directory\"\nmsgstr \"Nadřazený adresář\"\n\nmsgid \"Partition\"\nmsgstr \"Oddíl disku\"\n\nmsgid \"Password\"\nmsgstr \"Heslo\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Zopakovat heslo\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Heslo obsahuje nepovolené znaky.\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Chybí heslo.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Nastavení hesla\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Heslo bylo úspěšně aktualizováno.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Hesla se neshodují.\"\n\nmsgid \"Path\"\nmsgstr \"Cesta\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Procento\"\n\nmsgid \"Permissions\"\nmsgstr \"Oprávnění\"\n\nmsgid \"Personal data\"\nmsgstr \"Osobní údaje\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Upravit šablonu\"\n\nmsgid \"Phone\"\nmsgstr \"Telefon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Prosím zadejte název chráněné oblasti.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Prosím zadejte heslo.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Prosím zadejte uživatelské jméno.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Zadejte prosím obsah zprávy.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Zadejte předmět zprávy.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Prosím zadejte název databáze.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Prosím, zadejte svou zprávu.\"\n\nmsgid \"Plugin\"\nmsgstr \"Plugin\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Plugin %s aktivován.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Plugin %s nelze aktualizovat.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Plugin %s deaktivován.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Plugin %s odstraněň.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Plugin %s nainstalován.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Naplánována aktivace pluginu %s.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Naplánována změna pluginu %s.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Naplánována deaktivace pluginu %s.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Naplánována instalace pluginu %s.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Naplánována odinstalace pluginu %s.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Naplánována aktualizace pluginu %s.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Plugin %s odinstalován.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Plugin %s aktualizován.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Archív pluginů\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Seznam pluginů je prázdný.\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Zabránit externímu přihlašování adminů\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Zabránit externímu přihlašování klientů\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Zabránit externímu přihlašování partnerů\"\n\nmsgid \"Previous\"\nmsgstr \"Předchozí\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Priorita\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"Profil\"\n\nmsgid \"Properties\"\nmsgstr \"Vlastnosti\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"Vlastnosti partnera s ID %d nebyly v databázi nalezeny.\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Chráněné oblasti\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Znovu načíst tiket\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Znovu vytvořit index jazyků\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"Nahraná data\"\n\nmsgid \"Redirect\"\nmsgstr \"Přesměrovat\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Datum registrace\"\n\nmsgid \"Relative weight\"\nmsgstr \"Relativní váha\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Vzdálený soubor nebyl nalezen!\"\n\nmsgid \"Remove\"\nmsgstr \"Smazat\"\n\nmsgid \"Remove IP\"\nmsgstr \"Smazat IP adresu\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Odebrat oprávnění\"\n\nmsgid \"Reopen\"\nmsgstr \"Znovu otevřít\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Znovu otevřít tiket\"\n\nmsgid \"Repeat password\"\nmsgstr \"Zopakovat heslo\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Vyžaduje databázi?\"\n\nmsgid \"Reseller\"\nmsgstr \"Partner\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Partner / Popora / Uzavřené Tikety\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Partner / Popora / Nový Tiket\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Partner / Popora / Otevřené Tikety\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Partner / Popora / Prohlédnout Tiket\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Jméno partnera\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"Data partnera\"\n\nmsgid \"Reseller level\"\nmsgstr \"Úroveň partnera\"\n\nmsgid \"Reseller list\"\nmsgstr \"Seznam partnerů\"\n\nmsgid \"Reseller name\"\nmsgstr \"Jméno partnera\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Seznam software partnera\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Partner úspěšně přidán.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Partnerů celkem\"\n\nmsgid \"Reseller users\"\nmsgstr \"Uživatelé partnera\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"Partneři\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Vynulovat\"\n\nmsgid \"Restore\"\nmsgstr \"Obnovit\"\n\nmsgid \"Restore backup\"\nmsgstr \"Obnovit ze zálohy\"\n\nmsgid \"Rights\"\nmsgstr \"Oprávnění\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP příchozí\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP odchozí\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Přenesená data SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL databáze\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"Jméno SQL uživatele\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL uživatelé\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Uložit\"\n\nmsgid \"Search\"\nmsgstr \"Hledat\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"Bezpečné připojení\"\n\nmsgid \"Security code\"\nmsgstr \"Bezpečnostní kód\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Odeslat\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Poslat zprávu\"\n\nmsgid \"Send message to\"\nmsgstr \"Poslat zprávu\"\n\nmsgid \"Send reply\"\nmsgstr \"Odpovědět\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Porty serveru\"\n\nmsgid \"Server statistics\"\nmsgstr \"Statistiky serveru\"\n\nmsgid \"Server status\"\nmsgstr \"Stav serveru\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Název služby\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protokol služby\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Nastavení\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Nastavení uloženo.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Ukázat\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Ukázat %s záznamů na stránku\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Zobrazit v\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Zobrazit popisky v hlavním menu\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"Velikost\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"Software k dispozici\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"Podrobnosti software\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Software byl smazán.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Software byl úspěšně importován.\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"Správa software\"\n\nmsgid \"Software name\"\nmsgstr \"Název software\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"Stav software\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"Celkem programů\"\n\nmsgid \"Software upload\"\nmsgstr \"Nahrát Software\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Software byl aktivován.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Software byl smazán.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"Verze-Software\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Okres\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistiky\"\n\nmsgid \"Status\"\nmsgstr \"Stav\"\n\nmsgid \"Street 1\"\nmsgstr \"Ulice 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Ulice 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdoména\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Alias subdoménovy\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Chyby subdomén\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Jméno subdomény\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Poddoména naplánována na smazání.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomény\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Předmět\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Potvrdit změny\"\n\nmsgid \"Support\"\nmsgstr \"Podpora\"\n\nmsgid \"Support system\"\nmsgstr \"Systém podpory\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Přepnout\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Přepnout do uživatelského rozhraní\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Systém\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Systémová chyba - vlastní chybové stránky nebyly aktualizovány.\"\n\nmsgid \"System information\"\nmsgstr \"Systémové informace\"\n\nmsgid \"System tools\"\nmsgstr \"Systémové nástroje\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Cíl\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Cílový port\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Dočasná složka nebyla nalezena.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"Balíček je poškozen. Prosím, opravte jej.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"Nahraný soubor byl nahrán jen částečně.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Tento balíček není nainstalován\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Tento balíček není ještě nainstalován\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Informace o tiketu\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Tiket úspěšně uzavřen.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Tiket úspěšně smazán.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Tiket úspěšně znovuotevřen.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Tiket s ID '%d' nebyl nalezen.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Celkem\"\n\nmsgid \"Total Domains\"\nmsgstr \"Celkem domén\"\n\nmsgid \"Total Software\"\nmsgstr \"Celkem programů\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Celkový počet softwerových repozitářů\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Celkem instalací\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"Celkem partnerů\"\n\nmsgid \"Total software\"\nmsgstr \"Celkem programů\"\n\nmsgid \"Traffic\"\nmsgstr \"Přenesená data\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"Přeložené řetězce\"\n\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgid \"UP\"\nmsgstr \"ZAPNUTO\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL protokol\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL tohoto administračního panelu\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Nelze uzavřít tiket s ID '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Nelze znovuotevřít tiket s ID ''%s.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Neznámý\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Neznámá chyba\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Požádáno o neznámou akci.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Neznámá akce: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Neznámý název služby '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Aktualizace\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Aktualizace Pluginu\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Nahrát\"\n\nmsgid \"Upload logo\"\nmsgstr \"Nahrát logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Nahrát nyní\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Použít bezpečné připojení (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Použito\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Uživatel\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Uživatelské jméno (jméno a příjmení)\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Přihlašovací jméno uživatele (systémové)\"\n\nmsgid \"User password\"\nmsgstr \"Uživatelské heslo\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Skutečné jméno (křestní a příjmení)\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Typ uživatele\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Typ uživatele (administrátor, partner, uživatel)\"\n\nmsgid \"Username\"\nmsgstr \"Uživatelské jméno\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Uživatelé\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"Hodnoty\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"verze\"\n\nmsgid \"Very high\"\nmsgstr \"Velmi vysoká\"\n\nmsgid \"View\"\nmsgstr \"Náhled\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"Prohlédnout tiket\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Varování a chyby\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Statistiky webu\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Web příchozí\"\n\nmsgid \"Web out\"\nmsgstr \"Web odchozí\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Statistiky webu\"\n\nmsgid \"Web traffic\"\nmsgstr \"Přenesená data webu\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Webové nástroje\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Chybný bezpečnostní kód\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Chybné ID software\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"Rok\"\n\nmsgid \"Yes\"\nmsgstr \"Ano\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Překročily jste limit vašeho místa na disku.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Nemůžete odstranit poslední aktivní IP adresy.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Ještě nemáte nějaký software nahraný\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Nemáte chráněné oblasti.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Nemáte subdomény.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Byli jste úspěšně odhlášeni.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Nemáte žádné uzavřené tikety.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Nemáte žádné skupiny.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Nemáte žádné otevřené tikety.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Můžete si vybrat mezi nahrát soubor a wget funkcí.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Musíte vybrat soubor, který chcete nahrát / stáhnout.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Musíte zadat zprávu.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Musíte zadat předmět.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Platnost vašeho účtu vypršela. Prosím, obnovte si své předplatné.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"Vaše zpráva\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Vaše zpráva byla úspěšně odeslána.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Váš balíček je poškozen. Prosím, opravte jej!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Směrovací číslo\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"[Nový]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Odpověď]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Česky - Czech\"\n\nmsgid \"activated\"\nmsgstr \"aktivovaný\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"a\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"velikost disku\"\n\nmsgid \"domain\"\nmsgstr \"doména\"\n\nmsgid \"domain alias\"\nmsgstr \"doménový alias\"\n\nmsgid \"domain aliases\"\nmsgstr \"alias domény\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"domény\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"všechno\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"z jiného prohlížeče\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Serverový Ovládací Panel / Přihlášení\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"Softwerový repozitář i-MSCP\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"Obchod s pluginy pro I-MSCP\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP aktualizace\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"Kontrola aktualizací nových verzí i-MSCP je zakázána\"\n\nmsgid \"installed\"\nmsgstr \"nainstalovaný\"\n\nmsgid \"installing\"\nmsgstr \"Instalovat\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"Internetový Multiserverový Ovládací Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"mail\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"chybí alias\"\n\nmsgid \"missing domain\"\nmsgstr \"chybí doména\"\n\nmsgid \"n\\\\a\"\nmsgstr \"n\\\\a\"\n\nmsgid \"no\"\nmsgstr \"ne\"\n\nmsgid \"not available\"\nmsgstr \"není k dispozici\"\n\nmsgid \"not required\"\nmsgstr \"není požadováno\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"starší než 1 měsíc\"\n\nmsgid \"older than 12 months\"\nmsgstr \"starší než 12 měsíců\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"starší než 2 týdny\"\n\nmsgid \"older than 3 months\"\nmsgstr \"starší než 3 měsíce\"\n\nmsgid \"older than 6 months\"\nmsgstr \"starší než 6 měsíců\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"nebo vzdálený soubor (Max: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"požadováno\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"subdoména\"\n\nmsgid \"subdomains\"\nmsgstr \"subdomény\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"provoz\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"čekání na aktivaci\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"ano\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/da_DK.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Torsten Widmann <info@goover.de>, 2017\\n\"\n\"Language-Team: Danish (Denmark) (https://www.transifex.com/i-mscp/teams/576/da_DK/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: da_DK\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Admin / Support / Åbne Tickets\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Kunde / Webværktøjer / brugerdefinerede fejlsider / Edit Brugerdefineret \"\n\"Fejlside\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Forkert IP adresse.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Software depot)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Version: %2$s, Sprog: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s du er nu logged som %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d strenge oversat\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s konto slettet.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s findes ikke eller er tom.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s er ikke en gyldig i-MSCP sprogfil.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s er ikke tilladt som subdomæne label.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s side\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s record\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: Klientens forbrug (%s) for denne forhandler er større end den nye \"\n\"grænse.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: Det totale antal elementer (%s) som allerede er tildelt af forhandler er\"\n\" større end den nye grænse.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Denne forhandler har kunde(r) med ubegrænsede elementer.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Du kan ikke deaktivere en tjeneste allerede solgt til forhandler's \"\n\"kunder.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() ikke implementeret og %s ikke fundet. Dette er en fejl i %s \"\n\"plugin og bør indberettes til plugin udvikler(ne).\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtreret fra %s samlede poster)\"\n\nmsgid \"(usually named\"\nmsgstr \"(normalt kaldet\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"En PHP extension stoppede fil upload.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"En hosting plan med samme navn findes allerede.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"En ny I-MSCP version er tilgængelig\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Få adgang til dine domæne statistik via web interface.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Få adgang til dine filer via web interface.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Få adgang til din mail via web interface.\"\n\nmsgid \"Account limits\"\nmsgstr \"konto grænser\"\n\nmsgid \"Account name\"\nmsgstr \"Kontonavn\"\n\nmsgid \"Account summary\"\nmsgstr \"Kontooversigt\"\n\nmsgid \"Account type\"\nmsgstr \"Konto type\"\n\nmsgid \"Action\"\nmsgstr \"Handling\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Handling er stoppet.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Handling er fejlet.\"\n\nmsgid \"Actions\"\nmsgstr \"Handlinger\"\n\nmsgid \"Activate\"\nmsgstr \"Aktivere\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Aktiver dette plugin\"\n\nmsgid \"Activated\"\nmsgstr \"Aktiveret\"\n\nmsgid \"Activated software\"\nmsgstr \"Aktiveret software\"\n\nmsgid \"Activation email\"\nmsgstr \"Aktiverings e-mail\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Aktivering sat i gang...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Tilføj\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Tilføj FTP-konto\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Tilføj Htaccess gruppe\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Tilføj Htaccess bruger\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Tilføj SQL database\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Tilføj SQL bruger\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Tilføj SSL certifikat\"\n\nmsgid \"Add admin\"\nmsgstr \"Tilføj admin\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Tilføj brugerdefineret menu\"\n\nmsgid \"Add customer\"\nmsgstr \"Tilføj kunde\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Tilføj kunde - Næste step\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Tilføj domæne alias\"\n\nmsgid \"Add group\"\nmsgstr \"Tilføj gruppe\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Tilføj hosting plan\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Tilføj ny IP adresse\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Tilføj nyt beskyttet område\"\n\nmsgid \"Add permissions\"\nmsgstr \"Tilføj tilladelse\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Tilføj tilladelser for forhandler til software:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Tilføj beskyttet område\"\n\nmsgid \"Add reseller\"\nmsgstr \"Tilføj forhandlere\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Tilføj Subdomæne\"\n\nmsgid \"Add user\"\nmsgstr \"Tilføj bruger\"\n\nmsgid \"Added by\"\nmsgstr \"Tilføjet af\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Tilføjelse sat i gang...\"\n\nmsgid \"Admin\"\nmsgstr \"Admin\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / General / Admin Log\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admin / General / Overblik\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / General / Services Status\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Profil / Samlet Konto Oversigt\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Profil / Sprog\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Profil / Layout\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Profil / Kodeord\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Profil / Personlig Data\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Admin / Indstillinger\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Admin / Indstillinger / IP administration\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Indstillinger / Sprog\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Admin / Indstillinger / Glemt adgangskode e-mail\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Indstillinger / Plugin administration\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Admin / Indstillinger / Service Porte\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Admin / Indstillinger / Software administration\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Admin / Indstillinger / Software Valgmuligheder\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Admin / Indstillinger / Velkomst E-mail\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Admin / Indstillinger / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Admin / Software Administration / Forhandler Software\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Admin / Statistik / IP Forbrug\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Admin / Statistik / Forhandler Statistik\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"Admin / Statistik / Forhandler Statistik / Bruger Statistik\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Admin / Statistik / Forhandler Statistik / Bruger Statistik / {USERNAME} \"\n\"bruger statistik\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Admin / Statistik / Server Statistik\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Admin / Support / Lukkede Tickets\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \" Admin / Support / Vis Ticket\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Admin / Systemværktøjer / Anti-Rootkits Log\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Admin / Systemværktøjer / Debugger\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Admin / Systemværktøjer / Administrations Indstillinger\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Admin / Systemværktøjer / System Information\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Admin / Systemværktøjer / i-MSCP Opdateringer\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Admin / Bruger / Tilføj Admin\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Admin / Brugere / Tilføj Forhandler\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Admin / Brugere / Circular\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Admin / Brugere / Rediger Forhandler\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Admin / Brugere / Oversigt\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Admin / Brugere / Oversigt / Domæne Detaljer\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Admin / Brugere / Oversigt / Rediger Admin\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Admin / Brugere / Sessioner\"\n\nmsgid \"Admin log\"\nmsgstr \"Admin log\"\n\nmsgid \"Admin not available\"\nmsgstr \"Admin not available\"\n\nmsgid \"Admin users\"\nmsgstr \"Admin brugere\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Admin / IP anvendelsesstatistikker\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrator\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Administrator og Forhandler niveauer\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administrator og kunde\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Administrator og kundernes niveauer\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrator og forhandler\"\n\nmsgid \"Administrator level\"\nmsgstr \"Administrator niveau\"\n\nmsgid \"Administrator login\"\nmsgstr \"Administrator logind\"\n\nmsgid \"Administrators\"\nmsgstr \"Administratorer\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Administratorer og kunder\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administratorer og forhandlere\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Alle\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Alle lukkede sager blev slettet.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Alle fejl (Udvikling)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Alle felter er påkrævet\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Alle felter er gyldige.\"\n\nmsgid \"All in\"\nmsgstr \"Alle ind\"\n\nmsgid \"All levels\"\nmsgstr \"Alle niveauer\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Alle åbne sager blev slettet.\"\n\nmsgid \"All out\"\nmsgstr \"Alle ud\"\n\nmsgid \"All reseller\"\nmsgstr \"Alle resellere\"\n\nmsgid \"All traffic\"\nmsgstr \"Alt trafik\"\n\nmsgid \"All users\"\nmsgstr \"Alle brugere\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Tillad URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Gør det muligt at dele monterings punkt i et andet domæne.\"\n\nmsgid \"Already in use\"\nmsgstr \"Allerede i brug\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Alternativ URL til at nå dit website\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"En uventet fejl opstod.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"Der opstod en uventet fejl. Kontakt venligst din administrator.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"En uventet fejl opstod. Kontakt din forhandler.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"En uventet fejl opstod: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"En ukendt fejl opstod under fil upload: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-Rootkits Logs\"\n\nmsgid \"Any\"\nmsgstr \"Enhver\"\n\nmsgid \"Application installer\"\nmsgstr \"Application installer\"\n\nmsgid \"Apply\"\nmsgstr \"Anvend\"\n\nmsgid \"Apply changes\"\nmsgstr \"Tilføj ændringer\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Er du sikker på at installere denne pakke fra webdepot?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Er du sikker på at du vil installere denne pakke?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Er du sikker på at du vil fjerne tilladelser?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Er du sikker på, du vil slette %s SQL bruger?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Er du sikker på, du vil aktivere denne pakke?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Er du sikker på du vil slette %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Er du sikker på du vil slette alle lukkede support tikkets?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Er du sikker på du vil slette alle support tikkets?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Er du sikker på du vil slette %s domain alias ordre?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Er du sikker på du vil slette %s domain alias?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Er du sikker på at du vil slette %s menuen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Er du sikker på du vil slette '%s' fejlrapporten?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Er du sikker på du vil slette denne pakke?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Er du sikker på, du vil importere denne pakke i det lokale softwarearkiv?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"Er du sikker på, du vil importere denne pakke i software depot?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\"Er du sikker på, du vil installere denne pakke fra web softwarearkivet?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Er du sikker på du vil gendanne denne backup?\"\n\nmsgid \"Assign\"\nmsgstr \"Tildel\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Tildel eksisterende SQL bruger\"\n\nmsgid \"Assign group\"\nmsgstr \"Tildel gruppe\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Mindst et intermediære certifikat er ugyldigt eller mangler.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Auto (Browser sprog)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"Tilgængelig\"\n\nmsgid \"Available software\"\nmsgstr \"Tilgængelig software\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Afventer aktivering\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Afventer for godkendelse\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Tilbage\"\n\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Backup og gendannelses indstillinger.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Backup er succesfuldt blevet planlagt til gendannelse.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Forkert password.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Forkert anmodning.\"\n\nmsgid \"Behind\"\nmsgstr \"Bag\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Blokerings tid mellem logins og captcha forsøg\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"Body\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Body mangler.\"\n\nmsgid \"Bogomips\"\nmsgstr \"BogoMIPS\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce detection\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Bulk-handlinger\"\n\nmsgid \"By\"\nmsgstr \"Af\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"CPU Information\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Anullér\"\n\nmsgid \"Canonical name\"\nmsgstr \"Canonical navn\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Certifikat\"\n\nmsgid \"Certificate data\"\nmsgstr \"Certifikat data\"\n\nmsgid \"Change\"\nmsgstr \"Ændre\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Check for opdatering\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Vælg\"\n\nmsgid \"Choose dir\"\nmsgstr \"Vælg bibliotek\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Vælg fil (Maks: %1$d MB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Vælg hosting plan\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Vælg layout farve\"\n\nmsgid \"Choose your language\"\nmsgstr \"Vælg dit sprog\"\n\nmsgid \"Circular\"\nmsgstr \"Rundsend\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Circular succesfuldt sendt.\"\n\nmsgid \"City\"\nmsgstr \"By\"\n\nmsgid \"Class\"\nmsgstr \"Class\"\n\nmsgid \"Clear log\"\nmsgstr \"Slet log\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Klik her for flere detaljer\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Klik på Gendan knappen og systemet vil gendanne den seneste daglige backup\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Klient / Databaser / Tilføj SQL Database\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Klient / Databaser / Oversigt\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Klient / Databaser / Oversigt / Tilføj SQL Bruger\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Klient / Databaser / Oversigt / Opdater SQL Bruger Kodeord\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Klient / Domæner\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Klient / Domæner / Tilføj Domæne Alias\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Klient / Domæner / Tilføj subdomæne\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Klient / Domæner / Rediger Domæne Alias\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Klient / Domæner / Rediger subdomæne\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Klient / Domæner / PHP Indstillinger\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Klient / Domæner / SSL Certifikat\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Klient / FTP / Tilføj FTP Konto\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Klient / FTP / Oversigt\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Klient / FTP / Oversigt / Rediger FTP Konto\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Klient / General / Oversigt\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"Klient / Mail / Oversigt\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Klient / Profil / Samlet Konto Oversigt\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Klient / Profil / Sprog\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Klient / Profil / Layout\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Klient / Profil / Kodeord\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Klient / Profil / Personlig Data\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Klient / Statistik\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Klient / Support / Lukkede Tickets\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Klient / Support / Ny Ticket\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Klient / Support / Åbne Tickets\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Klient / Support / Vis Ticket\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Klient /  Webværktøjer / brugerdefinerede fejlsider\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Klient /  Webværktøjer / Daglig Backup\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Klient /  Webværktøjer / Oversigt\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Klient /  Webværktøjer / Beskyttede områder\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Klient /  Webværktøjer / Beskyttede Områder / Administrer Brugere og Grupper\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Klient /  Webværktøjer / Beskyttede Områder / Administrer Bbrugere og \"\n\"Grupper / Tilføj Gruppe\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Klient /  Webværktøjer / Beskyttede Områder / Administrer Brugere og Grupper\"\n\" / Tilføj Bruger\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Klient /  Webværktøjer / Beskyttede Områder / Administrer Brugere og Grupper\"\n\" / Rediger Bruger\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Klient / Webværktøjer / Beskyttede Områder / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Klient /  Webværktøjer / Software\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Klient /  Webværktøjer / Software / Software Installering\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Klient /  Webværktøjer / Software / Vis\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Clock speed (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Luk\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Luk fejlrapporten\"\n\nmsgid \"Close ticket\"\nmsgstr \"Luk ticket\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Lukkede Support sager\"\n\nmsgid \"Common name\"\nmsgstr \"Almindeligt navn\"\n\nmsgid \"Company\"\nmsgstr \"Firma\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"Cores\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Kunne ikke uploade filen.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Kunne ikke uploade filen. Fil ikke fundet.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"Kunne ikke uploade filen. Max. upload filstørrelse (%1$d MB) er nået.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgid \"Create\"\nmsgstr \"Opret\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Oprettet af\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Oprettelsesdato\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Brugerdefinerede DNS fejl\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Brugerdefineret DNS record succesfuldt planlagt til sletning.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Brugerdefineret DNS records\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Brugerdefineret fejlside opdateret.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Egne Fejl-sider\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Brugerdefineret menu navn og link\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Custom menu egenskaber\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Brugerdefineret menu tilføjet.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Brugerdefineret menu slettet.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Brugerdefinerede menu er blevet opdateret.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Kunde menuer\"\n\nmsgid \"Customer\"\nmsgstr \"Kunde\"\n\nmsgid \"Customer account\"\nmsgstr \"Kundekonto\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Kundekonto succesfuldt planlagt til aktivering.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Kundekonto succesfuldt planlagt til oprettelse.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Kundekonto succesfuldt planlagt til deaktivering.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Kundekonto succesfuldt planlagt til sletning.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Kundekonto blevet opdateret.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Kunde tildelinger\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Kunde forbrug\"\n\nmsgid \"Customer level\"\nmsgstr \"kundeniveau\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Kunde succesfuldt planlagt til sletning.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Kunde succesfuldt planlagt til sletning.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Kundens layout farve blevet opdateret.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Kunde(r) flyttet.\"\n\nmsgid \"Customers\"\nmsgstr \"Kunder\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Tilpas fejlsider for dit domæne.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS record eksisterer allerede.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"DNS resource records\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"NEDE\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Daemon anmodning mislykkedes.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Daemon anmodning succesfuld.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Daglig backup\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Data blev ændret. Prøv igen.\"\n\nmsgid \"Database\"\nmsgstr \"Database\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Database Navn og Brugere\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Database navn\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Database navn er for langt.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"Database prefix\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Database præfiks/suffiks\"\n\nmsgid \"Database required\"\nmsgstr \"Database kræves\"\n\nmsgid \"Database usage\"\nmsgstr \"Database forbrug\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Databasebrugere\"\n\nmsgid \"Databases\"\nmsgstr \"Databaser\"\n\nmsgid \"Date\"\nmsgstr \"Dato\"\n\nmsgid \"Day\"\nmsgstr \"Dag\"\n\nmsgid \"Days\"\nmsgstr \"Dage\"\n\nmsgid \"Deactivate\"\nmsgstr \"Deaktivér\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Deaktivér dette plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Deaktiveret\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Deaktivering i gang...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"Standard sprog\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Standard sprog blevet opdateret.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Definerer hvorvidt kunderne kan tilføje/ændre SSL certifikater for deres \"\n\"domæner.\"\n\nmsgid \"Delete\"\nmsgstr \"Slet\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Slet alle fejlrapports\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Slet fra log:\"\n\nmsgid \"Delete order\"\nmsgstr \"Slet Ordre\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Slet forhandler software\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Slet dette plugin\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Slet ticket\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Sletning i gang\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Sletning i gang...\"\n\nmsgid \"Depot import\"\nmsgstr \"Depot import\"\n\nmsgid \"Description\"\nmsgstr \"Beskrivelse\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Beskrivelse kan ikke være tom.\"\n\nmsgid \"Details\"\nmsgstr \"Detaljer\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Bibliotek %s findes ikke.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Deaktiveret\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Deaktiver funktioner\"\n\nmsgid \"Disconnect\"\nmsgstr \"Afbryd\"\n\nmsgid \"Disk\"\nmsgstr \"Disk\"\n\nmsgid \"Disk space\"\nmsgstr \"Diskplads\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Diskplads grænse [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Diskforbrug\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Diskforbrug detaljer\"\n\nmsgid \"Display errors\"\nmsgstr \"Vis fejl\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domæne\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Domæne %s er ikke tilgængelig.\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domæne IP Adresse\"\n\nmsgid \"Domain Name\"\nmsgstr \"Domæne Navn\"\n\nmsgid \"Domain account\"\nmsgstr \"Domæne konto\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Domæne-konto er udløbet.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Domain konti\"\n\nmsgid \"Domain alias\"\nmsgstr \"Domænealias\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Domæne alias %s kan ikke viderestilles til sig selv.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domæne alias fejl\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Domænealias navn\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Domæne alias oprettet med succes.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Domæne alias ordre oprettet med succes.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Domæne alias planlagt til tilføjelse.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Domæne alias planlagt for sletning.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Domæne alias planlagt for opdatering.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domæne aliaser\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Domæne og SQL databaser\"\n\nmsgid \"Domain data\"\nmsgstr \"Domæne data\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"Domæne data blev ændret. Prøv igen.\"\n\nmsgid \"Domain details\"\nmsgstr \"Domæne detaljer\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domæne fejl\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Domæne udløbsdato\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Domain udløbsdato skal udfyldes.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Domæne navn\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"Domænenavn (ASCII form) kan ikke være længere end 255 karakterer.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Domænenavn kan ikke være tomt.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Domænenavnet kan ikke starte eller slutte med punktum.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Domænenavnet indeholder et ugyldigt tegn: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Domænenavn labels kan ikke være længere end 63 karakterer.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"Domænenavn labels kan ikke starte eller slutte med bindestreg.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Domæne ny udløbsdato\"\n\nmsgid \"Domain overview\"\nmsgstr \"Domæne oversigt\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domæne planlagt til opdatering.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domæne statistik\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Domæne status er ikke ok.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Domæne blevet opdateret.\"\n\nmsgid \"Domain type\"\nmsgstr \"Domæne type\"\n\nmsgid \"Domains\"\nmsgstr \"Domæner\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domæner pr side\"\n\nmsgid \"Done\"\nmsgstr \"Færdig\"\n\nmsgid \"Download\"\nmsgstr \"Download\"\n\nmsgid \"Download TAR\"\nmsgstr \"Download TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Download ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Download links\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Download arkivfilerne gemt i denne mappe\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Rediger\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Rediger FTP konto\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Rediger SSL certifikat\"\n\nmsgid \"Edit admin\"\nmsgstr \"Rediger Admin\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Rediger brugerdefineret fejlside\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Rediger brugerdefineret menu\"\n\nmsgid \"Edit customer\"\nmsgstr \"Rediger kunde\"\n\nmsgid \"Edit domain\"\nmsgstr \"Rediger domæne\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Rediger domænealias\"\n\nmsgid \"Edit error page\"\nmsgstr \"Rediger fejlside\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Rediger hosting plan\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Rediger htaccess bruger\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Rediger mail-konto\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Rediger beskyttet område\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Rediger forhandler\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Ret supdomæne\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"E-mail\"\n\nmsgid \"Email address\"\nmsgstr \"E-mail-adresse\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Email kvote kan ikke være større end %s\"\n\nmsgid \"Email settings\"\nmsgstr \"E-mail indstillinger\"\n\nmsgid \"Email setup\"\nmsgstr \"Email opstilling\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"E-mail blevet opdateret med succes.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Aktivere SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Aktiveret\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Aktiveret for: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Fejl detaljer\"\n\nmsgid \"Error pages\"\nmsgstr \"Fejlsider\"\n\nmsgid \"Error reporting\"\nmsgstr \"Rapportering af fejl\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Fejl: Fjernfil ikke fundet!\"\n\nmsgid \"Errors\"\nmsgstr \"Fejl.\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Ekst. mail server\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Ekstern mail server\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP konto\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP konto eksisterer allerede.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"FTP konti grænsen er nået.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP konto succesfuldt tilføjet.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTP konto succesfuldt slettet.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP konto er blevet opdateret.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP konti\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP trafik\"\n\nmsgid \"FTP user errors\"\nmsgstr \"FTP bruger fejl\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Fejl ved skrivning af fil til disken.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Fejl i pakken. Sletter!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Mulighed\"\n\nmsgid \"Features\"\nmsgstr \"Features\"\n\nmsgid \"Female\"\nmsgstr \"Kvinde\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"Fil %s eksisterer ikke eller kan ikke nås!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"Filen %s doesn't look like a migration file.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Filen findes ikke. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Fil overstiger størrelse grænsen.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Fil er blevet uploadet.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Fil kan ikke læses.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Fil skal være et \\\"tar.gz 'arkiv.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Fil er uploadet.\"\n\nmsgid \"File usage\"\nmsgstr \"Filanvendelse\"\n\nmsgid \"FileManager\"\nmsgstr \"Fil Håndtering\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Filsystem info\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Udfyld en besked tekst.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Fornavn\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Forbudt\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"Tving forsøge igen\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Videresend\"\n\nmsgid \"Forward URL\"\nmsgstr \"Videresendelses URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Forward URL %s er ikke gyldig\"\n\nmsgid \"Forward account\"\nmsgstr \"Videresende konto\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Videresende liste er tom.\"\n\nmsgid \"Forward to\"\nmsgstr \"Videresend til\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Videresend til URL\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Fri\"\n\nmsgid \"From\"\nmsgstr \"Fra\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Fra forhandler\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Ftp konto\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Ftp konto data\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Ftp konti\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Køn\"\n\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgid \"General information\"\nmsgstr \"Generel information\"\n\nmsgid \"General settings\"\nmsgstr \"Generel indstillinger\"\n\nmsgid \"Generate\"\nmsgstr \"Generer\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Generer et selvsigneret certifikat\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Gruppe\"\n\nmsgid \"Group members\"\nmsgstr \"Gruppe medlemmer\"\n\nmsgid \"Group name\"\nmsgstr \"Gruppe navn\"\n\nmsgid \"Groups\"\nmsgstr \"Grupper\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTP trafik\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Høj\"\n\nmsgid \"Home directory\"\nmsgstr \"Home bibliotek\"\n\nmsgid \"Homepage\"\nmsgstr \"Hjemmeside\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\"Vært, hvorfra SQL bruger har tilladelse til at oprette forbindelse til SQL \"\n\"Server\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Hosting Plan\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Hosting plan tilgængelig\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Hosting plan grænser overskrider forhandler grænser.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Hosting plan grænser overskrider dine grænser.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Hosting plan oprettet.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Hosting plan slettet.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Hosting plan er blevet opdateret.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Hosting Planer\"\n\nmsgid \"Hour\"\nmsgstr \"Time\"\n\nmsgid \"Hours\"\nmsgstr \"Timer\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Htaccess gruppe\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Htaccess gruppen planlagt til tilføjelse.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Htaccess gruppen planlagt til sletning.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Htaccess bruger\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Htaccess bruger tilknyttet %s htaccess gruppe\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Htaccess bruger blev slettet fra %s htaccess gruppe\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Htaccess bruger planlagt til tilføjelse.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IP adresse\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"IP-adresse allerede er under kontrol af I-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IP-adresse succesfuldt planlagt til tilføjelse.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IP-adresse succesfuldt planlagt til sletning.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"IP-adresser under kontrol af i-MSCP\"\n\nmsgid \"IP assignments\"\nmsgstr \"IP tildelinger\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"IP administration\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"IP brug\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 adresse\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Hvis du ønsker at begrænse forhandleren, skal du først begrænse \"\n\"forhandlerens kunder.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Billeder skal være mindre end 500 x 90 pixels.\"\n\nmsgid \"Import\"\nmsgstr \"Import\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Import i lokal softwarearkiv\"\n\nmsgid \"Import new language file\"\nmsgstr \"Importere ny sprogfil\"\n\nmsgid \"In front\"\nmsgstr \"Foran\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"Under vedligeholdelse tilstand, kan kun administratorer logge ind.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Forkert maksimum antal FTP kontoer.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Forkert maksimum antal SQL databaser.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Forkert SQL bruger grænse.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Forkert maksimum antal SQL brugere.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Forkert alias grænse.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Forkert diskplads grænse.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"Forkert domænealias grænse.\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Forkert email længde eller syntaks.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Forkert e-mail kvote.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Forkert grænse for %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Forkert maksimum antal mail kontoer.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Forkert månedlige trafik grænse.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Forkert subdomæne grænse.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Forkert maksimum antal for subdomæner.\"\n\nmsgid \"Install\"\nmsgstr \"Installér\"\n\nmsgid \"Install in progress\"\nmsgstr \"Installering i gang\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Installer dette plugin\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Installere forskellige web-applikationer med et par klik.\"\n\nmsgid \"Installation details\"\nmsgstr \"Installations detaljer\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Installering i gang...\"\n\nmsgid \"Installation path\"\nmsgstr \"Installations sti\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Installeret pakke, som blev slettet af din forhandler.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Installeret i forhandler softwarearkiv\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Installeret i softwarearkiv\"\n\nmsgid \"Installed on\"\nmsgstr \"Installeret den\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Installation af uploadet pakke. Opdater venligst denne side.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instruktion om download af dagen's backup\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Midlertidige certifikat(er)\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Intern Serverfejl\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internationalisering\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Ugyldig SQL bruger host: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Ugyldig SSL certifikat\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Ugyldig URL.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Ugyldig domæne navn.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Ugyldig e-mail adresse.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Ugyldig e-mail brugernavn.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Ugyldigt gruppe navn!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Ugyldig menu rækkefølge.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Ugyldig navn.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Ugyldig payload modtaget fra GitHub\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Ugyldig privat nøgle eller adgangssætning\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Ugyldig mål.\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Ugyldig brugernavn.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Kernel Version\"\n\nmsgid \"Kill session\"\nmsgstr \"Afslut session\"\n\nmsgid \"Label\"\nmsgstr \"Afmærk\"\n\nmsgid \"Language\"\nmsgstr \"Sprog\"\n\nmsgid \"Language file\"\nmsgstr \"Sprogfil\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Sprog fil installeret.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Sprog\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Sprog-indekset blev succesfuldt genopbygget.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Sidste Web softwarearkiv opdatering\"\n\nmsgid \"Last access\"\nmsgstr \"Sidste adgang\"\n\nmsgid \"Last name\"\nmsgstr \"Efternavn\"\n\nmsgid \"Last reply date\"\nmsgstr \"Seneste svar dato\"\n\nmsgid \"Last translator\"\nmsgstr \"Sidste oversætter\"\n\nmsgid \"Layout\"\nmsgstr \"Layout\"\n\nmsgid \"Layout color\"\nmsgstr \"Layout farve\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Layout farve korrekt opdateret.\"\n\nmsgid \"Level\"\nmsgstr \"Niveau\"\n\nmsgid \"Limit\"\nmsgstr \"Begrænsning\"\n\nmsgid \"Limit value\"\nmsgstr \"Grænseværdi\"\n\nmsgid \"Limits\"\nmsgstr \"Grænse\"\n\nmsgid \"Link\"\nmsgstr \"Link\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Link til udviklerens hjemmeside\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Load (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Indlæser data...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Log poster succesfuldt slettet.\"\n\nmsgid \"Login\"\nmsgstr \"Log ind\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Log ind password\"\n\nmsgid \"Login username\"\nmsgstr \"Log ind brugernavn\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Login med din FTP konto\"\n\nmsgid \"Logo file\"\nmsgstr \"Logo fil\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo succesfuldt fjernet.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo succesfuldt opdateret.\"\n\nmsgid \"Logout\"\nmsgstr \"Log ud\"\n\nmsgid \"Lost password\"\nmsgstr \"Glemt Adgangskode\"\n\nmsgid \"Lost password email\"\nmsgstr \"Mistet kodeord e-mail\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Glemt adgangskode, link\"\n\nmsgid \"Low\"\nmsgstr \"Lav\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"Mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Mail Log Level\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"Mail konto eksisterer allerede.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Mail konto data\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Mailkonto fejl\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"E-mail konto type\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Mailkonti\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Mail-konti liste er tom.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Mail funktioner er deaktiveret.\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"Mail anvendelse\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Hovedmenu labels synlighed korrekt opdateret.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Vedligeholdelses besked\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Vedligeholdelses mode\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Vedligeholdelsestilstand er aktivt. Under denne tilstand kan kun \"\n\"administratorer logge ind.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Vedligeholdelses indstillinger\"\n\nmsgid \"Male\"\nmsgstr \"Mand\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Håndtér SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Administrer htaccess brugere og grupper\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Håndtér brugere og grupper\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Administrere dine beskyttede områder, brugere og grupper.\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Max antal af logind forsøg\"\n\nmsgid \"Max traffic\"\nmsgstr \"Max trafik\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"Max. ekstern filstørrelse (%s) er blevet nået. Din eksterne fil er %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"Max. ekstern filstørrelse (%s) er nået. Din eksterne fil er %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Maksimalt antal captcha validering forsøg\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\"Maksimalt antal validerings forsøg, før ventetid restriktion griber ind\"\n\nmsgid \"Medium\"\nmsgstr \"Mellem\"\n\nmsgid \"Member of group\"\nmsgstr \"Medlem af gruppe\"\n\nmsgid \"Memory information\"\nmsgstr \"Hukommelses information\"\n\nmsgid \"Message\"\nmsgstr \"Meddelse\"\n\nmsgid \"Message template\"\nmsgstr \"Meddelses skabelon\"\n\nmsgid \"Message template info\"\nmsgstr \"Meddelseskabelon info\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Besked til forhandler, før softwaren slettes\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Migration filen %s is not readable.\"\n\nmsgid \"Minute\"\nmsgstr \"Minut\"\n\nmsgid \"Minutes\"\nmsgstr \"Minutter\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"Model\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Ændring i gang...\"\n\nmsgid \"Month\"\nmsgstr \"Måned\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Månedlig trafik grænse [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Månedlig trafik grænse skal være et tal.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"Månedlig trafik advarsel kan ikke være større end månedlige trafik grænse.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Månedlig trafik advarsel skal være et tal.\"\n\nmsgid \"Mount\"\nmsgstr \"Montering\"\n\nmsgid \"Mount point\"\nmsgstr \"Monterings punkt\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"Ikke Tilgængelig\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Navn\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Navn kan ikke være tomt.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"Aldrig\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Ny SQL bruger data\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Ny alias ordrer for {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Ny Sag\"\n\nmsgid \"Next\"\nmsgstr \"Næste\"\n\nmsgid \"Next step\"\nmsgstr \"Næste trin\"\n\nmsgid \"No\"\nmsgstr \"Nej\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Ingen IP adresse fundet.\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"Ingen anti-rootkits logs\"\n\nmsgid \"No available\"\nmsgstr \"Ikke tilgængelig\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Ingen brugerdefineret menu fundet.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Ingen fil blev uploadet.\"\n\nmsgid \"No group found.\"\nmsgstr \"Ingen gruppe fundet.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Ingen hosting plan til rådighed.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Ingen forhandler tilgængelig til at tilføje tilladelserne\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Ingen forhandler med aktiveret software installer fundet!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"Ingen forhandler med tilladelser til denne software fundet\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Ingen Forhandlere fundet.\"\n\nmsgid \"No software available\"\nmsgstr \"Ingen software tilgængelig\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Ingen software i Web softwarearkiv fundet!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"Ingen software i software depot til rådighed!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Ingen software venter på aktivering\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"Ingen statistikker fundet for den givne periode. Prøv en anden periode.\"\n\nmsgid \"No update available\"\nmsgstr \"Ingen opdatering til rådighed\"\n\nmsgid \"No used yet\"\nmsgstr \"Ikke brugt\"\n\nmsgid \"No user found.\"\nmsgstr \"Ingen brugere fundet.\"\n\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normal + Forward\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"Normal tilslutning\"\n\nmsgid \"Not Found\"\nmsgstr \"Ikke fundet\"\n\nmsgid \"Not found.\"\nmsgstr \"Ikke fundet.\"\n\nmsgid \"Not provided\"\nmsgstr \"Ikke opgivet\"\n\nmsgid \"Not used\"\nmsgstr \"Ikke brugt\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Intet fundet - undskyld\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Intet er blevet ændret.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Intet er blevet slettet.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Meddelelser, advarsler og fejl\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Kun 'tar.gz' arkiver accepteres.\"\n\nmsgid \"Only exec\"\nmsgstr \"kun exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Kun gettext Machine Object filer (MO-filer), accepteres.\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Kun tal i intervallet mellem 0 og 65535 er tilladt.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Kun positive tal er tilladt.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Kun tar.gz, tar.bz2 og zip-arkiver accepteres.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Åben support ticket\"\n\nmsgid \"Open tickets\"\nmsgstr \"Åbne support tickets\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Operation annulleret: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Valgfri\"\n\nmsgid \"Order\"\nmsgstr \"Bestilling\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Ordre succesfuldt slettet.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Ordre succesfuldt behandlet.\"\n\nmsgid \"Other in\"\nmsgstr \"Andet ind\"\n\nmsgid \"Other out\"\nmsgstr \"Andet ud\"\n\nmsgid \"Other settings\"\nmsgstr \"Andre indstillinger\"\n\nmsgid \"Overview\"\nmsgstr \"Overblik\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"PHP %s konfigurations mulighed\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"PHP Konfigurations muligheder\"\n\nmsgid \"PHP Editor\"\nmsgstr \"PHP Editor\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD udvidelse ikke indlæst.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"PHP Tilladelser\"\n\nmsgid \"PHP Settings\"\nmsgstr \"PHP Indstillinger\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"PHP konfigurationen planlagt til opdatering.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"PHP direktivernes værdier\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP exec() funktion\"\n\nmsgid \"PHP settings\"\nmsgstr \"PHP indstillinger\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP ind.\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP ud.\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP<br>trafik\"\n\nmsgid \"Package actions\"\nmsgstr \"Pakke handlinger\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Pakke findes allerede i forhandler depot!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Pakke findes allerede i software depot!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Pakke findes allerede i softwarearkiv!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Pakke findes allerede i dit softwarearkiv!\"\n\nmsgid \"Package install type\"\nmsgstr \"Pakkens installationstype\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Pakken installeret!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"Pakken installeret med succes... Afventer frigivelse fra admin!\"\n\nmsgid \"Package language\"\nmsgstr \"Pakkens sprog\"\n\nmsgid \"Package name\"\nmsgstr \"Pakke navn\"\n\nmsgid \"Package title\"\nmsgstr \"Pakkens titel\"\n\nmsgid \"Package type\"\nmsgstr \"Pakkens type\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Pakke leverandør HP\"\n\nmsgid \"Package version\"\nmsgstr \"Pakkens version\"\n\nmsgid \"Panel default language\"\nmsgstr \"Vælg standard sprog\"\n\nmsgid \"Parent directory\"\nmsgstr \"Overordnet mappe\"\n\nmsgid \"Partition\"\nmsgstr \"Partition\"\n\nmsgid \"Password\"\nmsgstr \"Adgangskode\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Password bekræftelse\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Password indeholder Ikke tilladte karakterer.\"\n\nmsgid \"Password email\"\nmsgstr \"Password e-mail\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Password mangler.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Adgangskode minimum længde\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Adgangskode indstillinger\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Password opdateret.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Passwords matcher ikke.\"\n\nmsgid \"Path\"\nmsgstr \"Sti\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Procent\"\n\nmsgid \"Permissions\"\nmsgstr \"Tilladelser\"\n\nmsgid \"Personal data\"\nmsgstr \"Personlig data!\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personligt tema\"\n\nmsgid \"Phone\"\nmsgstr \"Telefon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PHPMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Aktiver venligst dit nye i-MSCP password\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Du skal bekræfte dit password.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Indtast et navn for det beskyttede område.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Angiv et password.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Indtast en SQL bruger host.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Indtast venligst et brugernavn.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Vælg et andet bibliotek. %s (%s) er installeret der.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Angiv indholdet af beskeden.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Angiv besked emne.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Angiv database navn.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Indtast din meddelelse.\"\n\nmsgid \"Plugin\"\nmsgstr \"Plugin\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Plugin %s  aktiveret.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Plugin %s kan ikke aktiveres.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Plugin %s kan ikke deaktiveres.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Plugin %s kan ikke slettes.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Plugin %s kan ikke  installeres.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Plugin %s kan ikke beskyttes.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"Plugin %s kan ikke omkonfigureres.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Plugin %s kan ikke afinstalleres.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Plugin %s kan ikke blive opdateret.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Plugin %s deaktiveret.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Plugin %s slettet.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Plugin %s installeret.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Plugin %s er beskyttet.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Plugin %s beskyttet.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Plugin %s omkonfigureres.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Plugin %s planlagt til aktivering.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Plugin %s planlagt til ændring.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Plugin %s planlagt til deaktivering.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Plugin %s planlagt til installation.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Plugin %s planlagt til afinstallering.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Plugin %s planlagt til opdatering.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Plugin %s afinstalleret.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Plugin %s opdateret.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"Plugin Håndtering: Nedjustering af %s plugin er ikke tilladt.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Plugin arkiv\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Plugin fejl\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"Plugin er blevet oplagt.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Plugin element fejl\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Plugin listen er tom.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Plugin administration\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Plugins Upload\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Plugins hooks ind i I-MSCP for at udvide dens funktionalitet med custom \"\n\"funktioner. Plugins er udviklet uafhængigt fra core i-MSCP applikationen, \"\n\"fra tusindvis af udviklere over hele verden. Du kan finde nye plugins til at\"\n\" installere ved at gennemse% s.\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"Plugins listen er blevet opdateret: %s nye plugin(s), %s plugin(s) \"\n\"opdateret, %s plugin(s) omkonfigureres, og %s plugin(s) slettet.\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Forhindre ekstern adgang for admins\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Forhindre eksterne login for kunder\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Forhindre eksterne login for forhandlere\"\n\nmsgid \"Previous\"\nmsgstr \"Forrige\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Prioritet\"\n\nmsgid \"Private key\"\nmsgstr \"Privat nøgle\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Privat nøgle adgangssætning, hvis nogen\"\n\nmsgid \"Processing...\"\nmsgstr \"Behandler ...\"\n\nmsgid \"Processor data\"\nmsgstr \"Processor data\"\n\nmsgid \"Profile\"\nmsgstr \"Profil\"\n\nmsgid \"Properties\"\nmsgstr \"Egenskaber\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"Egenskaber til forhandler med ID %d blev ikke fundet i databasen.\"\n\nmsgid \"Protect\"\nmsgstr \"Beskyt\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Beskyt dette plugin\"\n\nmsgid \"Protected\"\nmsgstr \"Beskyttet\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Beskyttet område succesfuldt planlagt til tilføjelse.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Beskyttet område succesfuldt planlagt til sletning.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Beskyttet område succesfuldt planlagt til opdatering.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Beskyttet områder\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Kvote i MiB (Maks: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Læs ticket\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Genopbyg sprog index\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Rekonfiguration i gang ...\"\n\nmsgid \"Record data\"\nmsgstr \"Record Data\"\n\nmsgid \"Redirect\"\nmsgstr \"Omdiriger\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Registreringsdato\"\n\nmsgid \"Relative weight\"\nmsgstr \"Relativ vægt\"\n\nmsgid \"Release date\"\nmsgstr \"Udgivelsesdato\"\n\nmsgid \"Release description\"\nmsgstr \"Udgivelses beskrivelse\"\n\nmsgid \"Release version\"\nmsgstr \"Udgivelses version\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Ekstern Web softwarearkiv\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Eksterne fil ikke fundet.\"\n\nmsgid \"Remove\"\nmsgstr \"Fjern\"\n\nmsgid \"Remove IP\"\nmsgstr \"Fjern IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Fjern tilladelser\"\n\nmsgid \"Reopen\"\nmsgstr \"Genåbn\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Genåbn ticket\"\n\nmsgid \"Repeat password\"\nmsgstr \"Gentag Adgangskoden\"\n\nmsgid \"Reply\"\nmsgstr \"Svar\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"Anmodning Timeout: Serveren var for længe om at sende dataene.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Kræves Database?\"\n\nmsgid \"Reseller\"\nmsgstr \"Forhandler\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Forhandler / Kunder / Tilføj Kunde\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Forhandler / Kunder / Tilføj Kunde / Næste Step\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Forhandler / Kunder / \"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Forhandler / Kunder / Domæne Aliases\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Forhandler / Kunder / Glemt Kodeord E-mail\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Forhandler / Kunder / Oversigt\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Forhandler / Kunder / Oversigt / Domæne Detaljer\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Forhandler / Kunder / Oversigt / Rediger Kunde\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Forhandler / Kunder / Oversigt / Rediger Domæne\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Forhandler / Kunder / Velkomst e-mail\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Forhandler / Domæner / Tilføj Domæne Alias\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Forhandler / Domæner / Rediger Domæne Alias\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Forhandler / General / Oversigt\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Forhandler / General / Software Upload\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Forhandler / Hosting Plan / Tilføj Hosting Plan\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Forhandler / Hosting Planer / Oversigt\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Forhandler / Profil / Samlet Konto Oversigt\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Forhandler / Profil / Sprog\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Forhandler / Profil / Layout\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Forhandler / Profil / Kodeord\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Forhandler / Profil / Personlig Data\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Forhandler / Statistik / IP Forbrug\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Forhandler / Statistik / Overblik\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"Forhandler / Statistik / Oversigt / {USERNAME} BRUGER Statistik\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Forhandler / Support / Lukkede Tickets\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Forhandler / Support / Ny Ticket\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Forhandler / Support / Åbne Tickets\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Forhandler / Support / Vis Ticket\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Forhandler / Hosting Planer / Rediger Hosting Planer\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Forhandler Navn\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Forhandler og kunde\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Forhandler og kunde niveauer\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Forhandler tildelinger\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Forhandler forbrug\"\n\nmsgid \"Reseller data\"\nmsgstr \"Forhandler data\"\n\nmsgid \"Reseller level\"\nmsgstr \"Forhandler niveau\"\n\nmsgid \"Reseller list\"\nmsgstr \"Forhandlerliste\"\n\nmsgid \"Reseller name\"\nmsgstr \"Forhandler navn\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Forhandler softwareliste\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Forhandler Statistikker\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Forhandler tilføjet.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Forhandler total\"\n\nmsgid \"Reseller users\"\nmsgstr \"Forhandler brugere\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Total antal forhandlere med tilladelser\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Forhandler layout farve korrekt opdateret.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Forhandler / IP Anvendelsesstatistik\"\n\nmsgid \"Resellers\"\nmsgstr \"Forhandlere\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Forhandlere og kunder\"\n\nmsgid \"Reset\"\nmsgstr \"Nulstille\"\n\nmsgid \"Restore\"\nmsgstr \"Gendan\"\n\nmsgid \"Restore backup\"\nmsgstr \"Gendan backup\"\n\nmsgid \"Rights\"\nmsgstr \"Rettigheder\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Rettigheder succesfuldt tilføjet.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Rettigheder succesfuldt fjernet.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP ind\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP ud\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP trafik\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQL database\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\"SQL database grænse er deaktiveret, men SQL bruger grænse er det ikke.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"SQL database grænse er ikke <i>deaktiveret</i> \"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"SQL database oprettet med succes.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"SQL database slettet.\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL databaser\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Kun SQL databaser\"\n\nmsgid \"SQL user\"\nmsgstr \"SQL bruger\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQL brugere host\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"SQL bruger grænse er <i>deaktiveret</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"SQL bruger grænse er deaktiveret, men SQL database grænsen er det ikke.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"SQL bruger grænse er deaktiveret.\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL Brugernavn\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"SQL bruger password korrekt opdateret.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"SQL bruger præfiks/suffiks\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQL bruger tilføjet.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"SQL bruger blev slettet.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL brugere\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL-certifikat er med succes planlagt til tilføjelse.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL-certifikat er med succes planlagt til sletning.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL-certifikat er med succes planlagt til opdatering.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"SSL-funktionen er ikke tilgængelig. Du kan kun se dit certifikat.\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Gem\"\n\nmsgid \"Search\"\nmsgstr \"Søg\"\n\nmsgid \"Sec.\"\nmsgstr \"Sek.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Sikker forbindelse\"\n\nmsgid \"Security code\"\nmsgstr \"Sikkerhedskode\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"Vælg gruppe\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Send\"\n\nmsgid \"Send circular\"\nmsgstr \"Send circular\"\n\nmsgid \"Send message\"\nmsgstr \"Send Meddelse\"\n\nmsgid \"Send message to\"\nmsgstr \"Send Meddelse til\"\n\nmsgid \"Send reply\"\nmsgstr \"Send svar\"\n\nmsgid \"Send to\"\nmsgstr \"Send til\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Afsenders navn mangler.\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Server porte\"\n\nmsgid \"Server statistics\"\nmsgstr \"Server statistiker\"\n\nmsgid \"Server status\"\nmsgstr \"Server status\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Service Ikke tilgængelig\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Service navn\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Service port blev succesfuldt tilføjet\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Service port blev succesfuldt fjernet.\"\n\nmsgid \"Service ports\"\nmsgstr \"Service porte\"\n\nmsgid \"Service protocol\"\nmsgstr \"Service protokol\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Sessions\"\n\nmsgid \"Settings\"\nmsgstr \"Indstillinger\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Indstillinger gemt.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Delt monterings punkt\"\n\nmsgid \"Show\"\nmsgstr \"Vis\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Vis %s poster pr side\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Vis SSL certifikat\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Vis detaljerede statistik for denne forhandler\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Vis detaljerede statistikker for denne bruger\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Vis i\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Vis labels til hovedmenuens links\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Viser %s til %s af %s records\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Viser 0 til 0 af 0 poster\"\n\nmsgid \"Size\"\nmsgstr \"Størrelse\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"Software tilgængelig\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Software slettet.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Software depot upload\"\n\nmsgid \"Software details\"\nmsgstr \"Software detaljer\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Software er blevet slettet.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Software er blevet importeret.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Software i softwarearkiv\"\n\nmsgid \"Software installation\"\nmsgstr \"Software installation\"\n\nmsgid \"Software installer\"\nmsgstr \"Software installer\"\n\nmsgid \"Software installer options\"\nmsgstr \"Software Installer valgmuligheder\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Software Installer valgmuligheder blevet opdateret.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"Software instans er planlagt til installation\"\n\nmsgid \"Software management\"\nmsgstr \"Software administration\"\n\nmsgid \"Software name\"\nmsgstr \"Software navn\"\n\nmsgid \"Software not found!\"\nmsgstr \"Software ikke fundet!\"\n\nmsgid \"Software options\"\nmsgstr \"Software valgmuligheder\"\n\nmsgid \"Software permissions\"\nmsgstr \"Software tilladelser\"\n\nmsgid \"Software repository\"\nmsgstr \"Softwarearkiv\"\n\nmsgid \"Software status\"\nmsgstr \"Software status\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Software succesfuldt planlagt til sletning.\"\n\nmsgid \"Software total\"\nmsgstr \"Software total\"\n\nmsgid \"Software upload\"\nmsgstr \"Software upload\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Software blev aktiveret.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Software blev slettet.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Software-Synonym\"\n\nmsgid \"Software-Version\"\nmsgstr \"Software-Version\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Softwaredepot\"\n\nmsgid \"Start installation\"\nmsgstr \"Start installation\"\n\nmsgid \"State/Province\"\nmsgstr \"Kommune\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistiker\"\n\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgid \"Street 1\"\nmsgstr \"Adresse 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Adresse 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Stærk adgangskode\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomæne\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Subdomæne %s eksisterer allerede.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Subdomæne %s kan ikke viderestilles til sig selv.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"Subdomæne %s er ikke tilgængligt.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Subdomæne alias\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Subdomæne alias fejl\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Subdomæne fejl\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Subdomæne navn\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Subdomæne navn er ikke gyldigt.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Subdomæne planlagt til sletning.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Subdomæne succesfuldt planlagt til tilføjelse.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Subdomæne succesfuldt planlagt til opdatering.\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomæner\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Emne\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Emne mangler.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Tilføj ændringer\"\n\nmsgid \"Support\"\nmsgstr \"Support\"\n\nmsgid \"Support system\"\nmsgstr \"Support system\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Skift\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Skift til backup biblioteket\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Skift til bruger interface\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"System Information.\"\n\nmsgid \"System data\"\nmsgstr \"System data\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Systemfejl - brugerdefineret fejl side blev ikke opdateret.\"\n\nmsgid \"System information\"\nmsgstr \"System information\"\n\nmsgid \"System tools\"\nmsgstr \"System værktøjer\"\n\nmsgid \"System under maintenance\"\nmsgstr \"System under vedligeholdelse\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Mål\"\n\nmsgid \"Target domain\"\nmsgstr \"Target domæne\"\n\nmsgid \"Target port\"\nmsgstr \"Mål port\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Midlertidig mappe ikke fundet.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"Grænsen %s for denne kunde kan ikke være ubegrænset, fordi din er begrænsede\"\n\" for denne service.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"%s plugin version %s er ikke kompatibel med din i-MSCP version.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\"Den %s oversættelses fil er blevet ignoreret: Oversættelses tabellen er tom.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"Mappen %s eksisterer ikke. Opret venligst denne mappe ved hjælp af din \"\n\"filhåndtering.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"Domænet er i øjeblikket deaktiveret. En ændring af nogle af dens egenskaber \"\n\"vil resultere i en fuldstændig eller delvis reaktivering af det.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"Domænet eller mindst en af sine objekter har en anden status end 'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"Det domæne, du forsøger at redigere findes ikke.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"Den menu, du forsøger at redigere findes ikke.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"Pakken er beskadiget. Ret det venligst.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Password feltet er tomt.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"Den uploadede fil blev kun delvist uploadet.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Brugernavn feltet er tomt.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"Værdien er fundet i stacken\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"Værdien er ikke fundet i stacken\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Værdierne skal ikke være ens\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Denne database vil blive slettet permanent. Denne proces kan ikke gendannes.\"\n\" Alle brugere der er knyttet til denne database vil også blive slettet, hvis\"\n\" de ikke er knyttet til en anden database. Er du sikker på du vil slette \"\n\"'%s' database?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Denne htaccess gruppe findes allerede.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Denne htaccess bruger eksisterer allerede.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Det er den host, hvorfra denne SQL bruger skal have lov til at forbinde til \"\n\"SQL server. Indtast %s wildcard karakter til at tillade denne SQL bruger til\"\n\" at oprette forbindelse fra enhver vært.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"Denne pakke findes allerede i administratorens softwarearkiv.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"Denne pakke findes allerede i depotet for forhandler \\\"%1$s\\\"!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"Denne pakke findes allerede i software depot!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Denne pakke findes allerede i dit softwarearkiv.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Denne pakke er installeret på følgende domæne(r):\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Denne pakke er ikke installeret\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Denne pakke er ikke installeret endnu\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Denne software er installeret på følgende domæne(r):\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Ticket information\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Ticket lukket.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Ticket slettet.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Ticket genåbnet.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Ticket med Id '%d' blev ikke fundet.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"For at ophæve beskyttelsen af dette plugin, skal du redigere %s filen\"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"Total antal Domæner\"\n\nmsgid \"Total Software\"\nmsgstr \"Total Software\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Total Web softwarearkiver\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Total antal installationer\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Total antal pakker i Web softwarearkivet\"\n\nmsgid \"Total reseller\"\nmsgstr \"Total antal forhandlere\"\n\nmsgid \"Total software\"\nmsgstr \"Total software\"\n\nmsgid \"Traffic\"\nmsgstr \"Trafik\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Trafikstatistik\"\n\nmsgid \"Translated strings\"\nmsgstr \"Oversatte strenge\"\n\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgid \"UP\"\nmsgstr \"OPPE\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL viderestilling\"\n\nmsgid \"URL port\"\nmsgstr \"URL port\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL protokol\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL til dette admin panel\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Kan ikke lukke ticket med Id '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Kunne ikke oprette '%s' mappe for sprog-fil.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Kan ikke skabe 'LC_MESSAGES' mappe for sprog-fil.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Kan ikke slette i-MSCP info fil.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"Kan ikke hente IP adresse listen. Venligst løs dette problem.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Kunne ikke få update info fra Github\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Kan ikke indlæse i-MSCP info fil.\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Kan ikke flytte fil.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Kan ikke læse web softwarearkiv index-fil.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Kan ikke læse %s fil.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"Kan ikke læse plugin %s filen. Se venligst filrettigheder\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Kan ikke læse xml-fil for web software.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Kan ikke genåbne ticket med Id '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Kan ikke planlægge sletning af kundens konto. En meddelelse er sendt til \"\n\"administratoren.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Kan ikke planlægge sletning af kundens konto. Venligst konsultere admin logs\"\n\" eller din e-mail for mere information.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Kunne ikke indstille sslallowselfsigned option\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Kan ikke indstille sslverifypeer option\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"Kan ikke uploade filen. Max. upload filstørrelse (%1$d MB) nået?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Uautoriseret\"\n\nmsgid \"Unavailable\"\nmsgstr \"Ikke tilgængelig\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Uventet fejl\"\n\nmsgid \"Uninstall\"\nmsgstr \"Afinstaller\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Afinstaller dette plugin\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Afinstallering i gang...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Afinstalleret\"\n\nmsgid \"Unknown\"\nmsgstr \"Ukendt\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Ukendt Fejl\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Ukendt action anmodet.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Ukendt action: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Ukendt bruteforce detekterings type: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Ukendt sprog navn.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Ukendt layout farve.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Ukendt årsag.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Ukendt service navn '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Ukendt status\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Ukendt type.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Ukendt brugernavn.\"\n\nmsgid \"Update\"\nmsgstr \"Opdater\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Opdater Plugins\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Opdater SQL bruger password\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Opdater fra Web softwarearkiv\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Opdater fra web depot\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Opdatering i gang...\"\n\nmsgid \"Update info\"\nmsgstr \"Opdaterings info\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"Opdatering af Web softwarearkiv indeks er blevet afbrudt. Manglende eller \"\n\"tomme felter.\"\n\nmsgid \"Update password\"\nmsgstr \"Opdater password\"\n\nmsgid \"Updates\"\nmsgstr \"Opdateringer\"\n\nmsgid \"Upload\"\nmsgstr \"Upload\"\n\nmsgid \"Upload logo\"\nmsgstr \"Opload logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Upload nu\"\n\nmsgid \"Uptime\"\nmsgstr \"Oppetid\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"Brug af punktum i domænenavn labels er forbudt.\"\n\nmsgid \"Usage status\"\nmsgstr \"Anvendelsesstatus\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Brug normal tilslutning (Ingen SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Brug sikker forbindelse (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Brugt\"\n\nmsgid \"Used database\"\nmsgstr \"Anvendt database\"\n\nmsgid \"User\"\nmsgstr \"Bruger\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Bruger (for og efter) navn\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Brugerdata blev ikke opdateret.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Brugerdata blev opdateret.\"\n\nmsgid \"User errors\"\nmsgstr \"Bruger fejl\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"Bruger er ikke blevet slettet.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Bruger login (system) navn\"\n\nmsgid \"User password\"\nmsgstr \"Bruger adgangskode\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Brugerens rigtige (for- og efter-) navn\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Bruger planlagt til sletning.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Brugersession succesfuldt tilendebragt.\"\n\nmsgid \"User statistics\"\nmsgstr \"Bruger statistik\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Bruger succesfuldt afbrudt.\"\n\nmsgid \"User type\"\nmsgstr \"Bruger type\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Bruger type (admin, forhandler, bruger)\"\n\nmsgid \"Username\"\nmsgstr \"Brugernavn\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Brugernavn og adgangskode for program login\"\n\nmsgid \"Users\"\nmsgstr \"Brugere\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"Værdier\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Forhandler hjemmeside\"\n\nmsgid \"Version\"\nmsgstr \"Version\"\n\nmsgid \"Very high\"\nmsgstr \"Meget høj\"\n\nmsgid \"View\"\nmsgstr \"Se\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Se SSL certifikat\"\n\nmsgid \"View ticket\"\nmsgstr \"Se ticket\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Besøg plugin webstedet\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Advarsel trafik\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Advarsler og fejl\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Vi beklager, men systemet er i øjeblikket under vedligeholdelse.\\n\"\n\"Prøv venligst igen senere.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Web Statistikker\"\n\nmsgid \"Web files only\"\nmsgstr \"Kun webfiler\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Web mappe beskyttelse\"\n\nmsgid \"Web in\"\nmsgstr \"Web ind\"\n\nmsgid \"Web out\"\nmsgstr \"Web ud\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Web software depot total antal pakker\"\n\nmsgid \"Web software repository\"\nmsgstr \"Web softwarearkiv\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Web softwarearkiv indeks blevet opdateret.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Web software arkivindeks er allerede ajour.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web statistiker\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web trafik\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Webværktøjer\"\n\nmsgid \"Welcome email\"\nmsgstr \"Velkomst e-mail\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Velkommen {USERNAME} til i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Forkert forhandler id.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Forkert sikkerhedskode\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Forkert software id.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Forkert syntaks for ny udløbsdato.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Forkert syntaks for %s grænsen.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Forkert syntaks for Email kvote værdi.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Forkert brugerniveau opgivet.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Forkert brugernavn.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"XML fil URL til Web softwarearkiv\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"År\"\n\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Du overskrider den månedlige server trafik grænse.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"Du overskrider din FTP konti grænse.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"Du overskrider din SQL databaser grænse.\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"Du overskrider din SQL bruger grænse.\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Du overskrider din diskplads grænse.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"Du overskrider din mail konti grænse.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Du overskrider din månedlige trafik grænse.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"Du overskrider din subdomæne grænse.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"Du har ikke tilladelse til at indgribe i din egen session.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Du kan kun uploade billeder.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"Du kan ikke slette en forhandler, der har kundekonti.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Du kan ikke slette den sidste aktive IP adresse.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"Du kan ikke viderestille %s til sig selv.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"Du kan ikke indstille udløbsdato i fortiden.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\"Du kan ikke fjerne tildelingen af en IP adresse der allerede er i brug.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"Du har ikke DNS ressource records.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Du har ikke FTP konti.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Du har ikke noget software uploadet endnu\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"Du har ingen database.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Du har ikke domæne aliaser.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"Du har ikke tilladelse til at uploade software\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Du har ingen beskyttede områder.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Du har ingen subdomæne.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Du er blevet logget ud.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Du har ingen lukkede tickets.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Du har ingen grupper.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Du har ingen åbne tickets.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"Du har nået det maksimale antal subdomæner tilladt af dit abonnement.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Du er nødt til at vælge mellem fil-upload og wget-funktion.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"Du skal tildele mindst én IP til denne forhandler.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Du skal vælge mellem lokal og remote upload.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Du skal bekræfte dit password.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Du skal indtaste et domæne alias navn.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Du skal indtaste et subdomæne navn.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\"Du skal først generere en adgangskode ved at klikke på knappen genererer.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Du skal vælge en fil til upload.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Du skal vælge en fil for upload/download.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Du skal vælge mindst en plugin.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Du skal angive en besked.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Du skal angive et emne.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Din konto er udløbet. Venligst forny dit abonnement.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"Dit forbrug\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Din i-MSCP version er ikke kompatibel med dette plugin. Prøv med en nyere \"\n\"version.\"\n\nmsgid \"Your message\"\nmsgstr \"Din Meddelse\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Din besked er blevet sendt.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Dit nye i-MSCP login\"\n\nmsgid \"Your new password\"\nmsgstr \"Din nye adgangskode\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Din pakke er beskadiget. Ret venligst dette!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Postnummer\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"[Ny]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Dansk (Danmark) - Danish (Denmark)\"\n\nmsgid \"activated\"\nmsgstr \"aktiveret\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"aktiveret (Softwaredepot)\"\n\nmsgid \"addition\"\nmsgstr \"derudover\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"og\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"sletning\"\n\nmsgid \"disabled\"\nmsgstr \"deaktiveret\"\n\nmsgid \"disk space\"\nmsgstr \"diskplads\"\n\nmsgid \"domain\"\nmsgstr \"domæne\"\n\nmsgid \"domain alias\"\nmsgstr \"domæne alias\"\n\nmsgid \"domain aliases\"\nmsgstr \"domæne aliases\"\n\nmsgid \"domain data\"\nmsgstr \"domæne data\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"domæner\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"alt\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"fra anden browser\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Programadministration (Tilladelser)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Kontrolpanel / Log ind\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Glemt Password\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Vedligeholdelse\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Software Installer / Administration\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Software Administration\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Software Administration (Tilladelser)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Software Administration\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Software Installer / Administration\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"I-MSCP Software installer / Web softwarearkiv\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"I-MSCP Web softwarearkiv\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"I-MSCP plugin opbevaring\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP opdateringer\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"i-MSCP version opdaterings kontrol er deaktiveret\"\n\nmsgid \"installed\"\nmsgstr \"installeret\"\n\nmsgid \"installing\"\nmsgstr \"installation\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Kontrolpanel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"mail\"\n\nmsgid \"mail account\"\nmsgstr \"mail konto\"\n\nmsgid \"mail accounts\"\nmsgstr \"mail konti\"\n\nmsgid \"missing alias\"\nmsgstr \"manglende alias\"\n\nmsgid \"missing domain\"\nmsgstr \"manglende domæne\"\n\nmsgid \"n\\\\a\"\nmsgstr \"Ikke Tilgængelig\"\n\nmsgid \"no\"\nmsgstr \"nej\"\n\nmsgid \"not available\"\nmsgstr \"ikke tilgængelig\"\n\nmsgid \"not required\"\nmsgstr \"ikke påkrævet\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"ældre end 1 måned\"\n\nmsgid \"older than 12 months\"\nmsgstr \"ældre end 2 måneder\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"ældre end 2 uger\"\n\nmsgid \"older than 3 months\"\nmsgstr \"ældre end 3 måneder\"\n\nmsgid \"older than 6 months\"\nmsgstr \"ældre end 6 måneder\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"eller ekstern fil (Maks: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"orphan indtastning\"\n\nmsgid \"required\"\nmsgstr \"kræves\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"subdomæne\"\n\nmsgid \"subdomains\"\nmsgstr \"subdomæner\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"trafik\"\n\nmsgid \"update\"\nmsgstr \"opdater\"\n\nmsgid \"waiting for activation\"\nmsgstr \"venter på aktivering\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"ja\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"{USERNAME} bruger statistiker\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/de_DE.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: ssd63 <m.sauer@z63.de>, 2017\\n\"\n\"Language-Team: German (Germany) (https://www.transifex.com/i-mscp/teams/576/de_DE/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: de_DE\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \" Admin / Support / Offene Tickets\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Kunde / Webtools / Eigene Fehlerseiten / Eigene Fehlerseite bearbeiten\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Falsche IP Adresse.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN wird automatisch an unqualifizierte Namen, Hosts und kanonische \"\n\"Namen angehängt\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"Der aktuelle Wert von $ORIGIN ist: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"%%s kann nicht größer sein als %%s.\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Softwaredepot)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Version: %2$s, Sprache: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s - Sie sind jetzt angemeldet als: %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Software\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"%d Tag verbleibt bis zum Ablauf des Kontos\"\nmsgstr[1] \"%d Tage verbleiben bis zum Ablauf des Kontos\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d Strings übersetzt\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s Konto erfolgreich gelöscht.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s scheint kein i-MSCP Plugin-Archiv zu sein.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s existiert nicht oder ist leer.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s ist keine gültige i-MSCP Sprachdatei.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s ist nicht als Subdomain-Bezeichnung zugelassen.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s Seite\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s Eintrag\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s Webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: Der Kundenverbrauch (%s) für diesen Reseller ist größer als die neue \"\n\"Begrenzung.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: Die Anzahl der Elemente (%s) die dem Reseller bereits zugeteilt sind, \"\n\"ist größer als die neue Begrenzung.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\"%s: Dieser Reseller hat einen oder mehrere Kunden mit unbegrenzten \"\n\"Elementen.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: Sie können einen Dienst nicht deaktivieren, wenn dieser bereits durch \"\n\"Kunden des Resellers verwendet wird.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Sie können einen Dienst nicht deaktivieren, wenn dieser bereits durch \"\n\"Kunden des Resellers gekauft wurde.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() Ist nicht implementiert und %s wurde nicht gefunden! <br /> \"\n\"Der Fehler befindet sich in Plugin %s. Bitte melden sie den Fehler dem \"\n\"Plugin-Autor.\"\n\nmsgid \"(default)\"\nmsgstr \"(Standard)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(gefiltert von %s Datensätzen)\"\n\nmsgid \"(usually named\"\nmsgstr \"(gewöhnlich genannt: \"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Eine PHP-Erweiterung stoppte den Dateiupload.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Ein Tarif mit gleichem Namen existiert bereits.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"Ein neuer Konfigurationsparameter wurde erzeugt.\"\nmsgstr[1] \"%d Konfigurationsparameter wurden erzeugt\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Es ist eine neue i-MSCP Version verfügbar.\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Ein neues Software Paket wurde hochgeladen\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"Prozess läuft für diesen htuser\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Greifen Sie auf Ihre Domain-Statistiken über das Webinterface zu.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Greifen Sie über das Webinterface auf Ihre Dateien zu.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Greifen Sie über das Webinterface auf Ihre E-Mails zu.\"\n\nmsgid \"Account limits\"\nmsgstr \"Konto Limit\"\n\nmsgid \"Account name\"\nmsgstr \"Kontoname\"\n\nmsgid \"Account summary\"\nmsgstr \"Kontozusammenfassung\"\n\nmsgid \"Account type\"\nmsgstr \"Kontotyp\"\n\nmsgid \"Action\"\nmsgstr \"Aktion\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Aktion wurde gestoppt.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Aktion ist fehlgeschlagen.\"\n\nmsgid \"Actions\"\nmsgstr \"Aktionen\"\n\nmsgid \"Activate\"\nmsgstr \"Aktivieren\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"Autoresponder aktivieren\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Aktiviere dieses Plugin\"\n\nmsgid \"Activated\"\nmsgstr \"aktiviert\"\n\nmsgid \"Activated software\"\nmsgstr \"Aktivierte Software\"\n\nmsgid \"Activation email\"\nmsgstr \"Aktivierungs-E-Mail\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Aktivierung läuft...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"Maximale Gültigkeit des Aktivierungslinks in Minuten\"\n\nmsgid \"Add\"\nmsgstr \"Anlegen\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"DNS-Eintrag hinzufügen\"\n\nmsgid \"Add FTP account\"\nmsgstr \"FTP Konto anlegen\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Htaccess-Gruppe hinzufügen\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Htaccess-Benutzer anlegen\"\n\nmsgid \"Add SQL database\"\nmsgstr \"SQL-Datenbank anlegen\"\n\nmsgid \"Add SQL user\"\nmsgstr \"SQL-Benutzer anlegen\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"SSL-Zertifikat hinzufügen\"\n\nmsgid \"Add admin\"\nmsgstr \"Administrator erstellen\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"Catch-all Konto hinzufügen\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Eigenes Menü hinzufügen\"\n\nmsgid \"Add customer\"\nmsgstr \"Kunde anlegen\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Kundeanlegen - Nächster Schritt\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Domain-Alias hinzufügen\"\n\nmsgid \"Add group\"\nmsgstr \"Gruppe anlegen\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Hosting Tarif anlegen\"\n\nmsgid \"Add mail account\"\nmsgstr \"Neues E-Mail Konto erstellen\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Neue IP-Adresse hinzufügen\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Verzeichnisschutz erstellen\"\n\nmsgid \"Add permissions\"\nmsgstr \"Berechtigungen hinzufügen\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Berechtigungen für Reseller zur Software hinzufügen:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Geschützten Bereich hinzufügen\"\n\nmsgid \"Add reseller\"\nmsgstr \"Reseller erstellen\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Subdomain anlegen\"\n\nmsgid \"Add user\"\nmsgstr \"Benutzer anlegen\"\n\nmsgid \"Added by\"\nmsgstr \"Hinzugefügt von\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Wird hinzugefügt...\"\n\nmsgid \"Admin\"\nmsgstr \"Administrator\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / Allgemein / Admin Log\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admin / Allgemein / Übersicht\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / Allgemein / Dienststatus\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Profil / Account Zusammenfassung\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Profil / Sprache\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Profil / Layout\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Profil / Passwort\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Profil / Persönliche Daten\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Admin / Einstellungen\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Admin / Einstellungen / IP Verwaltung\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Einstellungen / Sprachen\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Admin / Einstellungen / Passwort-vergessen E-Mail\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"Admin / Einstellungen / Monatlicher Server Traffic\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Einstellungen / Plugin Verwaltung\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Admin / Einstellungen / Dienste Ports\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Admin / Einstellungen / Softwareverwaltung\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Admin / Einstellungen / Software Optionen\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Admin / Einstellungen / Willkommens E-Mail\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Admin / Einstellungen / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Admin / Software Verwaltung / Reseller Software\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Admin / Statistiken / IP-Nutzung\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Admin / Statistiken / Reseller Statistiken\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"Admin / Statistiken / Reseller Statistiken / Kunden Statistiken\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Admin / Statistiken / Reseller Statistiken / Kunden Statistiken / Domain \"\n\"Statistiken\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Admin / Statistiken / Server Statistiken\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Admin / Support / Geschlossene Tickets\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Admin / Support / Ticket anzeigen\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Admin / System Werkzeuge / Anti-Rootkits Logs\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Admin / System Werkzeuge / Debugger\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Admin / System Werkzeuge / Wartungseinstellungen\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Admin / System Werkzeuge / System Information\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Admin / System Werkzeuge / i-MSCP Updates\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Admin / Benutzer / Admin hinzufügen\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Admin / Benutzer / Reseller hinzufügen\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Admin / Benutzer / Rundschreiben\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Admin / Benutzer / Reseller bearbeiten\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Admin / Benutzer / Übersicht\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Admin / Benutzer / Übersicht / Domain Details\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Admin / Benutzer / Übersicht / Admin bearbeiten\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"Admin / Benutzer / Übersicht / Kunde bearbeiten\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Admin / Benutzer / Sitzungen\"\n\nmsgid \"Admin log\"\nmsgstr \"Adminprotokoll\"\n\nmsgid \"Admin not available\"\nmsgstr \"Admin nicht verfügbar\"\n\nmsgid \"Admin users\"\nmsgstr \"Administratoren\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Administration / IP-Statistiken\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrator\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Administrator und Reseller Levels\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administrator und Kunde\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Administrator und Kunden Levels\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrator und Reseller\"\n\nmsgid \"Administrator level\"\nmsgstr \"Administrator Ebene\"\n\nmsgid \"Administrator login\"\nmsgstr \"Administrator Anmeldung\"\n\nmsgid \"Administrators\"\nmsgstr \"Administratoren\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Administratoren und Kunden\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administratoren und Reseller\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Nach dem Hochladen wird das Paketa auf Ihrem System \"\n\"installiert.<br>Aktualisieren Sie Ihre Seite um den neuen Status zu sehen!\"\n\nmsgid \"All\"\nmsgstr \"Alle\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Alle geschlossenen Tickets wurden erfolgreich gelöscht.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Alle Fehler (Entwicklung)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Alle Fehler, außer E_DEPRECATED und E_STRICT (Produktion)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"Alle Fehler, außer E_NOTICE, E_STRICT und E_DEPRECATED (Standard)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Es müssen alle Felder ausgefüllt werden!\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Alle Felder sind gültig\"\n\nmsgid \"All in\"\nmsgstr \"Alle (in)\"\n\nmsgid \"All levels\"\nmsgstr \"Alle Ebenen\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Alle offenen Tickets wurden erfolgreich gelöscht.\"\n\nmsgid \"All out\"\nmsgstr \"Alle (out)\"\n\nmsgid \"All reseller\"\nmsgstr \"Alle Reseller\"\n\nmsgid \"All traffic\"\nmsgstr \"Gesamtverbrauch\"\n\nmsgid \"All users\"\nmsgstr \"Alle Benutzer\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Erlaube URL-fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Erlaubt jede Anfrage zu dieser Domain auf eine spezifische URL \"\n\"weiterzuleiten.\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Erlaubt das Teilen des Einhängepunktes einer anderen Domain.\"\n\nmsgid \"Already in use\"\nmsgstr \"Bereits in Benutzung\"\n\nmsgid \"Alt. URL\"\nmsgstr \"Alt. URL\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"Alternative URL zum Erreichen der Webseite.\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Alternative URL um Ihre Webseite zu erreichen\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Ein unerwarteter Fehler ist aufgetreten.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\"Ein unerwarteter Fehler ist aufgetreten. Bitte kontaktieren Sie Ihren \"\n\"Administrator.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\"Ein unerwarteter Fehler ist aufgetreten. Bitte kontaktieren Sie ihren \"\n\"Reseller.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Ein unerwarteter Fehler ist aufgetreten: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Beim Hochladen der Datei ist ein unbekannter Fehler aufgetreten: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-Rootkits Logs\"\n\nmsgid \"Any\"\nmsgstr \"Alle\"\n\nmsgid \"Application installer\"\nmsgstr \"Anwendungsinstaller\"\n\nmsgid \"Apply\"\nmsgstr \"Anwenden\"\n\nmsgid \"Apply changes\"\nmsgstr \"Änderungen übernehmen\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\"Sind Sie sicher, dass Sie dieses Paket aus dem Webdepot installieren wollen?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Sind Sie sicher, dass Sie dieses Paket installieren möchten?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Sind Sie sicher, dass Sie die Rechte löschen möchten?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Wollen Sie den SQL-Benutzer %s wirklich löschen?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Sind Sie sicher, dass Sie dieses Paket aktivieren möchten?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Sind Sie sicher, dass %s gelöscht werden soll?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Sind Sie sicher, dass Sie alle geschlossenen Tickets löschen wollen?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\"Sind Sie sicher, dass Sie die markierten E-Mail Konten löschen möchten?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Sind Sie sicher, dass Sie alle Tickets löschen wollen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"Wollen Sie den FTP-Benutzer %s wirklich löschen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\"Sind Sie sicher, dass Sie die Bestellung des %s Domain-Alias löschen wollen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Sind Sie sicher, dass Sie den %s Domain-Alias löschen wollen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Sind Sie sicher, dass Sie das Menü %s löschen möchten?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"Sind Sie sicher, dass der Service-Port %s gelöscht werden soll?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Sind Sie sicher, dass Sie das '%s' Ticket löschen wollen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Sind Sie sicher, dass Sie die IP `%%s' löschen möchten?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Sind Sie sich sicher, den FTP Benutzer `%%s` löschen zu wollen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\"Sind Sie sich sicher, das geschützte Verzeichnis `%%s` löschen zu wollen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"Sind Sie sicher, dass Sie dieses %%s konto löschen möchten?\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Sind Sie sicher, dass Sie diesen DNS-Eintrag löschen wollen?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"Sind Sie sicher, dass Sie diesen Account löschen wollen?\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"Wollen Sie wirklich dieses Catch-All Konto löschen?\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Sind Sie sicher, dass Sie diesen Domain-Alias löschen wollen?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Sind Sie sicher, dass Sie diesen Tarif löschen wollen?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Sind Sie sicher, dass Sie dieses Paket löschen wollen?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Sind Sie sicher, dass Sie diese Subdomain löschen wollen?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Sind Sie sicher, dass Sie dieses Paket in das lokale Software-Repository \"\n\"importieren wollen?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\"Sind Sie sicher, dass Sie dieses Paket in das Software-Depot importieren \"\n\"möchten?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\"Sind Sie sicher, dass Sie dieses Paket aus dem Web-Software-Repository \"\n\"installieren wollen?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Sind Sie sicher, dass Sie dieses Backup einspielen wollen?\"\n\nmsgid \"Assign\"\nmsgstr \"Zuweisen\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Existierenden SQL-Benutzer zuweisen.\"\n\nmsgid \"Assign group\"\nmsgstr \"Gruppe zuweisen\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Mindestens einem Reseller zugeordnet\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Mindestens ein \\\"Intermediate\\\"-Zertifikat ist falsch oder fehlt.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"Mindestens eines Ihrer Postfächer hat die Quota überschritten.\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Authentifizierung durch Gruppe\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Authentifizierung durch Benutzer\"\n\nmsgid \"Authentication users\"\nmsgstr \"Authentifizierung Benutzer\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Authentifizierung Benutzer/Gruppen\"\n\nmsgid \"Auto\"\nmsgstr \"Automatisch\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Automatisch (Browsereinstellung)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"Automatische Catch-All Adressen\"\n\nmsgid \"Autoresponder\"\nmsgstr \"Autoresponder\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"Autoresponder wurde aktiviert.\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"Autoresponder wurde deaktiviert.\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"Autoresponder wurde bearbeitet.\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"E-Mail Autoresponder Text darf nicht leer sein.\"\n\nmsgid \"Available\"\nmsgstr \"Verfügbar\"\n\nmsgid \"Available software\"\nmsgstr \"Verfügbare Software\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Wartet auf Aktivierung\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Bestätigung erforderlich\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Zurück\"\n\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Einstellungen für Backup und Wiederherstellung\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Backup wurde erfolgreich zur Wiederherstellung vorgemerkt.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"Fehlerhafte E-Mail Adresse im Catch-All Adressenfeld.\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"Fehlerhafte E-Mail Adresse in der Weiterleitungsliste.\"\n\nmsgid \"Bad password.\"\nmsgstr \"Falsches Passwort.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Fehlerhafte Anfrage.\"\n\nmsgid \"Behind\"\nmsgstr \"dahinter\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Weiter unten können Sie das externe Mail-Feature für eine oder mehrere \"\n\"Domains aktivieren. Beachten SIe, dass nach Aktivieren des externen Mail-\"\n\"Features unser Server als Relay für Ihre Mails über Ihren eigenen Mail-\"\n\"Server konfiguriert wird, jedoch hierfür keine DNS-Einträge einrichtet.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"Wartezeit zwischen Login/Captcha-Versuchen (in Sekunden)\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Wartezeit zwischen Login/ Captcha-Versuchen\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"Sperrzeit in Minuten\"\n\nmsgid \"Body\"\nmsgstr \"Body\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Body fehlt.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce Erkennung\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Massenaktionen\"\n\nmsgid \"By\"\nmsgstr \"von\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"CPU Informationen\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Kann die PHP Richtlinie %s bearbeiten\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Kann die PHP Richtlinie %s nutzen\"\n\nmsgid \"Cancel\"\nmsgstr \"Abbrechen\"\n\nmsgid \"Canonical name\"\nmsgstr \"Kanonischer Name\"\n\nmsgid \"Catch-all account\"\nmsgstr \"Catch-all Konto\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"Catch-All erfolgreich für die Löschung vorgemerkt.\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"Catch-all Konten\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"Catch-all Adressen\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"E-Mail Adresse darf nicht leer sein.\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"Catch-all Adressen für die %s Domain\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"Catch-all Domain\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"Catch-All ​​erfolgreich zum Hinzufügen vorgemerkt.\"\n\nmsgid \"Certificate\"\nmsgstr \"Zertifikat\"\n\nmsgid \"Certificate data\"\nmsgstr \"Zertifikatdaten\"\n\nmsgid \"Change\"\nmsgstr \"Wechseln\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Status von diesem Posten für einen neuen Versuch ändern\"\n\nmsgid \"Check for update\"\nmsgstr \"Auf Aktualisierungen prüfen\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Prüfen Sie die Reseller Uploads!<br>Es ist nicht erlaubt dieses Paket \"\n\"zweimal hochzuladen.<br>Aktualisieren Sie Ihre Seite um den neuen Status zu \"\n\"sehen!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Prüfen Sie Ihre Uploads!<br>Fragen Sie den Administrator, wenn Sie das Paket\"\n\" nicht finden können.<br>Es ist nicht erlaubt dieses Paket zweimal \"\n\"hochzuladen<br>Aktualisieren Sie Ihre Seite, um den neuen Status zu sehen!\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Es gibt einen Fehler In ihrem Paket. Bitte überprüfen Sie \"\n\"es!<br>Aktualisieren Sie ihre Seite um den neuen Status zu sehen.\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Prüfen Sie Ihre Software-Depot Uploads!<br>Es ist nicht erlaubt dieses Paket\"\n\" zweimal hochzuladen.<br>Aktualisieren Sie Ihre Seite um den neuen Status zu\"\n\" sehen!\"\n\nmsgid \"Choose\"\nmsgstr \"Auswählen\"\n\nmsgid \"Choose dir\"\nmsgstr \"Verzeichnis auswählen\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Datei wählen (Max: %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Tarif auswählen\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Wählen Sie eine Layout-Farbe\"\n\nmsgid \"Choose your language\"\nmsgstr \"Wählen Sie Ihre Sprache\"\n\nmsgid \"Circular\"\nmsgstr \"Rundmail\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Rundschrieben erfolgreich gesendet.\"\n\nmsgid \"City\"\nmsgstr \"Ort\"\n\nmsgid \"Class\"\nmsgstr \"Klasse\"\n\nmsgid \"Clear log\"\nmsgstr \"Protokoll löschen\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Hier klicken für mehr Details\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Klicken Sie auf wiederherstellen und das System spielt das letzte Backup \"\n\"ein.\"\n\nmsgid \"Click to edit\"\nmsgstr \"Klicken zum Ändern\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"Hier klicken um diesen Kundenaccount zu sperren.\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"Hier klicken um diesen Kundenaccount zu entsperren.\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Kunde / Datenbanken / SQL-Datenbank hinzufügen\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Kunde / Datenbanken / Übersicht\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Kunde / Datenbanken / Übersicht / SQL-Benutzer hinzufügen\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Kunde / Datenbank / Übersicht / SQL-Benutzerpasswort aktualisieren\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Kunde / Domain / Eigene DNS-Einträge bearbeiten\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Kunde / Domains\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Kunde / Domains / Eigenen DNS-Eneintrag hinzufügen\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Kunde / Domains / Domain-Alias hinzufügen\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Kunde / Domains / Subdomain hinzufügen\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Kunde / Domains / Domain bearbeiten\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Kunde / Domains / Domain-Alias bearbeiten\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Kunde / Domains / Subdomain bearbeiten\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Kunde / Domains / PHP-Einstellungen\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Kunden / Domains / SSL Zertifikat\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Kunde / FTP / FTP Account hinzufügen\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Kunde / FTP / Übersicht\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Kunde / FTP / Übersicht / FTP Account bearbeiten\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Kunde / Allgemein / Übersicht\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"Nutzer / Mail / E-Mail-Account hinzufügen\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"Nutzer / Mail / Catch-All Konten\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"Nutzer / Mail / Catch-All Konten / Catch-All Konto hinzufügen\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"Nutzer / Mail / E-Mail-Account bearbeiten\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"Nutzer / Mail / Externe Mail Funktion\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"Kunde / Mail / Übersicht\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"Nutzer / Mail / Übersicht / Autoresponder aktivieren\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"Kunde / Mail / Übersicht / Autoresponder bearbeiten\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Kunde / Profil / Account Zusammenfassung\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Kunde / Profil / Sprache\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Kunde / Profil / Layout\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Kunde / Profil / Passwort\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Kunde / Profil / Persönliche Daten\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Kunde / Statistiken\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Kunde / Support / Geschlossene Tickets\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Kunde / Support / Neues Ticket\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Kunde / Support / Offene Tickets\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Kunde / Support / Ticket anzeigen\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Kunde / Webtools / Eigene Fehlerseiten\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Kunde / Webtools / Tägliches Backup\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Kunde / Webtools / Übersicht\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Kunde / Webtools / Geschützte Bereiche\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Kunde / Webwerkzeuge / Geschützte Bereiche / Benutzer und Gruppen verwalten\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Kunde / Webwerkzeuge / Geschützte Bereiche / Benutzer und Gruppen verwalten \"\n\"/ Gruppe hinzufügen\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Kunde / Webwerkzeuge / Geschützte Bereiche / Benutzer und Gruppen verwalten \"\n\"/ Benutzer hinzufügen\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Kunde / Webwerkzeuge / Geschützte Bereiche / Benutzer und Gruppen verwalten \"\n\"/ Benutzer bearbeiten\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Kunde / Webwerkzeuge / Geschützte Bereiche / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Kunde / Webwerkzeuge / Software\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Kunde / Webtools / Software / Softwareinstallation\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Kunde / Webwerkzeuge / Software / Ansehen\"\n\nmsgid \"Client users\"\nmsgstr \"Nutzers\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Taktrate (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Schließen\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Ticket schließen\"\n\nmsgid \"Close ticket\"\nmsgstr \"Ticket schließen\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Geschlossene Tickets\"\n\nmsgid \"Common name\"\nmsgstr \"gemeinsamer Name\"\n\nmsgid \"Company\"\nmsgstr \"Firma\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Konfigurationsmodus\"\n\nmsgid \"Confirmation required\"\nmsgstr \"Bestätigung erforderlich\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"Konflikt mit dem `%s' DNS-Eintrag.\"\n\nmsgid \"Cores\"\nmsgstr \"Kerne\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"SSL-Zertifikat konnte nicht hinzugefügt/aktualisiert werden. Ein \"\n\"unerwarteter Fehler ist aufgetreten.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"Konnte den aktuellen Ordner des Plugins %s nicht sichern.\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"Konnte das Plugin %s nicht verändern: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\"Konnte keine Verbindung zur Datenbank  '%s' herstellen. Bitte das Passwort \"\n\"prüfen. \"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\"Domain-Alias konnte nicht erstellt werden. Ein unerwarteter Fehler ist \"\n\"aufgetreten.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\"SQL-Datenbank konnte nicht gelöscht werden. Ein unerwarteter Fehler ist \"\n\"aufgetreten.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\"SQL-Benutzer konnte nicht gelöscht werden. Ein unerwarteter Fehler ist \"\n\"aufgetreten.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"SSL-Zertifikat konnte nicht gelöscht werden. Ein unerwarteter Fehler ist \"\n\"aufgetreten.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"Konnte das Plugin %s nicht löschen: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"Konnte das Plugin %s nicht deaktivieren: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"Konnte das Plugin %s nicht aktivieren: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\"Konnte kein Netzwerkinterface finden. Sie können keine neuen IP-Adressen \"\n\"hinzufügen.\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"SSL-Zertifikat konnte nicht erstellt werden. Ein unerwarteter Fehler ist \"\n\"aufgetreten.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"Konnte das Plugin %s nicht installieren: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"Konnte das Plugin %s nicht schützen: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"Konnte den Ordner des Plugins %s nicht wiederherstellen\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"Konnte Verzeichnisse nicht abfragen.\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"Konnte das Plugin %s nicht deinstallieren: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"Konnte das Plugin %s nicht aktualisieren: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Konnte Datei nicht hochladen.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Konnte Datei nicht hochladen. Datei wurde nicht gefunden.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"Konnte Datei nicht hochladen. Die maximale Dateigröße (%1$d MB) wurde \"\n\"erreicht.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"Konnte die Datenbank %s nicht erstellen.\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\"Domain-Alias konnte nicht gelöscht werden. Ein unerwarteter Fehler ist \"\n\"aufgetreten.\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\"Subdomain konnte nicht gelöscht werden. Ein unerwarteter Fehler ist \"\n\"aufgetreten.\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"DNS-Eintrag konnte nicht überprüft werden: %s\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"Standard E-Mail Konten mitzählen\"\n\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgid \"Create\"\nmsgstr \"Erstellen\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"Standard E-Mail Konten erstellen\"\n\nmsgid \"Created by\"\nmsgstr \"Erstellt von\"\n\nmsgid \"Created on\"\nmsgstr \"Erstellt am\"\n\nmsgid \"Creation date\"\nmsgstr \"Erstellt am\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Kunden DNS Fehler\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Benutzerdefinierter DNS-Eintrag erfolgreich zum Löschen vorgemerkt.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Eigene DNS-Records.\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Eigene Fehlerseite wurde aktualisiert.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Eigene Fehlerseiten\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Eigenes Menü und Link\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Eigene Menüs - Eigenschaften\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Eigenes Menü erfolgreich hinzugefügt.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Eigenes Menü erfolgreich gelöscht.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Eigenes Menü erfolgreich aktualisiert.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Eigene Menüs\"\n\nmsgid \"Customer\"\nmsgstr \"Kunde\"\n\nmsgid \"Customer account\"\nmsgstr \"Kundenkonto\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Kundenkonto wurde erfolgreich zur Aktivierung vorgemerkt.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Kundenkonto wurde erfolgreich zur Erstellung vorgemerkt.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Kundenkonto wurde erfolgreich zur Deaktivierung vorgemerkt.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Kundenkonto wurde erfolgreich zur Lösung vorgemerkt.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Kundenkonto erfolgreich aktualisiert.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Kundenzuordnung\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Kundenverbrauchsdaten\"\n\nmsgid \"Customer level\"\nmsgstr \"Kundenebene\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Kunde erfolgreich zum Hinzufügen vorgemerkt.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Kunde wurde erfolgreich für zur Lösung vorgemerkt.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Kunden Layout-Farbe erfolgreich aktualisiert.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Kunde(n) erfolgreich verschoben.\"\n\nmsgid \"Customers\"\nmsgstr \"Kunden\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Eigene Fehlerseiten für Ihre Webseite anpassen.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS-Record existiert bereits. \"\n\nmsgid \"DNS resource record\"\nmsgstr \"DNS-Eintrag\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"DNS-Eintrag zum Hinzufügen vorgemerkt.\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"DNS-Eintrag zur Aktualisierung vorgemerkt.\"\n\nmsgid \"DNS resource records\"\nmsgstr \"DNS Ressourceneintrag\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"DNS-Zone, zu der Sie diesen DNS-Eintrag hinzufügen möchten.\"\n\nmsgid \"DOWN\"\nmsgstr \"LÄUFT NICHT\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Daemonanfrage fehlgeschlagen.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Daemonanfrage erfolgreich.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Tägliches Backup\"\n\nmsgid \"Data\"\nmsgstr \"Daten\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Die Daten wurden geändert. Bitte versuchen Sie es erneut.\"\n\nmsgid \"Database\"\nmsgstr \"Datenbank\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Datenbank- und Benutzernamen\"\n\nmsgid \"Database data\"\nmsgstr \"Datenbank Daten\"\n\nmsgid \"Database name\"\nmsgstr \"Datenbankname\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Der Name für die Datenbank ist zu lang.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Datenbankname ist nicht verfügbar oder nicht erlaubt.\"\n\nmsgid \"Database password\"\nmsgstr \"Datenbank Passwort\"\n\nmsgid \"Database prefix\"\nmsgstr \"Datenbank Präfix\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Datenbank Präfix/Suffix\"\n\nmsgid \"Database required\"\nmsgstr \"Datenbank erforderlich\"\n\nmsgid \"Database usage\"\nmsgstr \"Datenbankbenutzung\"\n\nmsgid \"Database user\"\nmsgstr \"Datenbank Benutzer\"\n\nmsgid \"Database users\"\nmsgstr \"Datenbankbenutzer\"\n\nmsgid \"Databases\"\nmsgstr \"Datenbanken\"\n\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgid \"Day\"\nmsgstr \"Tag\"\n\nmsgid \"Days\"\nmsgstr \"Tage\"\n\nmsgid \"Deactivate\"\nmsgstr \"Deaktivieren\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Deaktiviere dieses Plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Deaktiviert\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Deaktivierung läuft...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Hallo {NAME},\\n\"\n\"\\n\"\n\"Es wurde ein neues Konto für Sie erstellt.\\n\"\n\"\\n\"\n\"Ihre Kontoinformationen:\\n\"\n\"\\n\"\n\"Kontotyp: {USERTYPE}\\n\"\n\"Benutzername: {USERNAME}\\n\"\n\"Passwort: {PASSWORD}\\n\"\n\"\\n\"\n\"Bitte ändern Sie Ihr Passwort regelmäßig und nach dem ersten Login.\\n\"\n\"\\n\"\n\"Sie können sich einloggen unter: {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Bitte antworten Sie nicht auf diese E-Mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Hallo {NAME},\\n\"\n\"\\n\"\n\"Ein neues Software Paket wurde durch einen Reseller hochgeladen.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software Paket: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Bitte antworten Sie nicht auf diese E-Mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Hallo {NAME},\\n\"\n\"\\n\"\n\"Bitte benutzen Sie den folgenden Link um Ihr Passwort zu  erneuern:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Hinweis: Wenn Sie die Erneuerung nicht beauftragt haben, können Sie diese E-Mail ignorieren.\\n\"\n\"\\n\"\n\"Bitte antworten Sie nicht auf diese E-Mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Hallo {NAME},\\n\"\n\"\\n\"\n\"Dies ist eine automatisch verschickte E-Mail von i-MSCP:\\n\"\n\"\\n\"\n\"Servername: {HOSTNAME}\\n\"\n\"Server IP: {SERVER_IP}\\n\"\n\"Client IP: {CLIENT_IP}\\n\"\n\"Version: {VERSION}\\n\"\n\"Build: {BUILDDATE}\\n\"\n\"Nachrichtenpriorität : {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Bitte antworten Sie nicht auf diese E-Mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Hallo {NAME},\\n\"\n\"\\n\"\n\"Sie haben ein neue Antwort zu einem Ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priorität: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Sie können sich unter {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} einloggen um zu antworten.\\n\"\n\"\\n\"\n\"Bitte antworten Sie nicht auf diese E-Mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Hallo {NAME},\\n\"\n\"\\n\"\n\"Sie haben ein neue Antwort zu einem Ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priorität: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Sie können sich unter {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} einloggen um zu antworten.\\n\"\n\"\\n\"\n\"Bitte antworten Sie nicht auf diese E-Mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Hallo {NAME},\\n\"\n\"\\n\"\n\"Ihr Kunde {CUSTOMER} wartet auf die Freigabe eines neuen Domain-Aliases:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Loggen Sie sich ein unter {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php um diesen Domain-Alias zu aktivieren\\n\"\n\"\\n\"\n\"Bitte antworten Sie nicht auf diese E-Mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Hallo {NAME},\\n\"\n\"\\n\"\n\"Ihr Passwort wurde erfolgreich erneuert.\\n\"\n\"\\n\"\n\"Ihr Passwort ist: {PASSWORD}\\n\"\n\"\\n\"\n\"Sie können sich unter {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} einloggen.\\n\"\n\"\\n\"\n\"Bitte antworten Sie nicht auf diese E-Mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Hallo {NAME},\\n\"\n\"\\n\"\n\"Ihr Software Paket wurde gelöscht.\\n\"\n\"\\n\"\n\"Software Paket: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Nachricht von Ihrem Administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Bitte antworten Sie nicht auf diese E-Mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Hallo {NAME},\\n\"\n\"\\n\"\n\"Ihr Software Paket wurde erfolgreich aktiviert.\\n\"\n\"\\n\"\n\"Software Paket: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID : {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Bitte antworten Sie nicht auf diese E-Mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\n\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgid \"Default language\"\nmsgstr \"Standard Sprache\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Standardsprache erfolgreich aktualisiert.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Definiert ob Kunden SSL Zertifikate für ihre Domains hinzufügen/ ändern \"\n\"können.\"\n\nmsgid \"Delete\"\nmsgstr \"Löschen\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Alle Tickets löschen\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Lösche aus Log:\"\n\nmsgid \"Delete order\"\nmsgstr \"Bestellung löschen\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Lösche Reseller Software\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Ausgewählte Mail Konten löschen\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Lösche dieses Plugin\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Ticket löschen\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Löschen in Bearbeitung\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Löschvorgang läuft...\"\n\nmsgid \"Depot import\"\nmsgstr \"Depot importieren\"\n\nmsgid \"Description\"\nmsgstr \"Beschreibung\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Beschreibung darf nicht leer sein.\"\n\nmsgid \"Details\"\nmsgstr \"Details\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Verzeichnis %s existiert nicht.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"Verzeichnis '%s' existiert nicht.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"Verzeichnis '%s' ist nicht erlaubt oder ungültig.\"\n\nmsgid \"Disabled\"\nmsgstr \"Deaktiviert\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Deaktivierte Funktionen\"\n\nmsgid \"Disconnect\"\nmsgstr \"Trennen\"\n\nmsgid \"Disk\"\nmsgstr \"Speicherplatzverbrauch\"\n\nmsgid \"Disk space\"\nmsgstr \"Speicherplatz\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Speicherplatz Limit [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Speicherplatzverbrauch\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Festplattenspeicher Detail\"\n\nmsgid \"Display errors\"\nmsgstr \"Fehler anzeigen\"\n\nmsgid \"Document root\"\nmsgstr \"Document-Root\"\n\nmsgid \"Domain\"\nmsgstr \"Domain\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Domain %s kann nicht auf sich selbst weitergeleitet werden.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Domain %s ist nicht verfügbar.\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domain IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"Domain Name\"\n\nmsgid \"Domain account\"\nmsgstr \"Domainkonto\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Domainkonto abgelaufen.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Domainkonten\"\n\nmsgid \"Domain alias\"\nmsgstr \"Domain-Aliase\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Domain-Alias %s kann nicht zu sich selbst weiterleiten.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domain Alias Fehler\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Domain-Alias Name\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Domain-Alias erfolgreich erstellt.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Domain-Alias erfolgreich bestellt.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Domain-Alias ​​erfolgreich zum Hinzufügen vorgemerkt.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Domain-Alias ​​erfolgreich zum Löschen vorgemerkt.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Domain erfolgreich zur Aktualisierung vorgemerkt.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domain Aliase\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"Domain Alias Limit\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Domain und SQL-Datenbanken\"\n\nmsgid \"Domain data\"\nmsgstr \"Domain Daten\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"Domain-Daten wurden geändert. Bitte versuchen Sie es erneut.\"\n\nmsgid \"Domain details\"\nmsgstr \"Domaindetails\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domain Fehler\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Ablaufdatum der Domain\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Domainablaufdatum muss ausgefüllt werden.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"Domain, für die der PHP-Editor aktiviert wird.\"\n\nmsgid \"Domain name\"\nmsgstr \"Domainname\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\"Der Domain-Name (im ASCII-Format) darf nicht länger als 255 Zeichen sein.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Domainname darf nicht leer sein.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Domain-Namen dürfen nicht mit einem Punkt beginnen oder enden.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Domain-Name enthält ungültige Zeichen: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Domain-Namen Beschriftung darf nicht länger als 63 Zeichen sein.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\"Domain-Namen Beschriftung darf nicht nicht einem Bindestrich beginnen oder \"\n\"enden.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Domain neues Ablaufdatum\"\n\nmsgid \"Domain overview\"\nmsgstr \"Domainübersicht\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domain zur Aktualisierung vorgemerkt.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domainstatistiken\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Domainstatus ist nicht OK\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Domain erfolgreich zum Update vorgemerkt.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Domain erfolgreich aktualisiert.\"\n\nmsgid \"Domain type\"\nmsgstr \"Domaintyp\"\n\nmsgid \"Domains\"\nmsgstr \"Domains\"\n\nmsgid \"Domains limit\"\nmsgstr \"Domänengrenze\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domains pro Seite\"\n\nmsgid \"Done\"\nmsgstr \"Fertig\"\n\nmsgid \"Download\"\nmsgstr \"Download\"\n\nmsgid \"Download TAR\"\nmsgstr \"Download TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Download ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Download links\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\"Laden Sie die Archive herunter, die sich in diesem Verzeichnis befinden.\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Bearbeiten\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"DNS-Eintrag bearbeiten\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"FTP Konto bearbeiten\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"SSL-Zertifikat bearbeiten\"\n\nmsgid \"Edit admin\"\nmsgstr \"Administrator bearbeiten\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"Autoresponder bearbeiten\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Eigene Fehlerseite bearbeiten\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Eigenes Menü bearbeiten\"\n\nmsgid \"Edit customer\"\nmsgstr \"Kunde bearbeiten\"\n\nmsgid \"Edit domain\"\nmsgstr \"Domain bearbeiten\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Domain-Alias bearbeiten\"\n\nmsgid \"Edit error page\"\nmsgstr \"Fehlerseite bearbeiten\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Tarif bearbeiten\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Htaccess-Benutzer bearbeiten\"\n\nmsgid \"Edit mail account\"\nmsgstr \"E-Mail Konto bearbeiten\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Geschützten Bereich bearbeiten\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Reseller bearbeiten\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Subdomain bearbeiten\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"E-Mail\"\n\nmsgid \"Email address\"\nmsgstr \"E-Mail-Addresse\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"E-Mail Quota darf nicht größer sein als %s\"\n\nmsgid \"Email settings\"\nmsgstr \"E-Mail Einstellungen\"\n\nmsgid \"Email setup\"\nmsgstr \"E-Mail Einstellungen\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"E-Mail erfolgreich aktualisiert.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"SSL aktivieren\"\n\nmsgid \"Enabled\"\nmsgstr \"Aktiviert\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Aktiviert für: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Fehlerdetails\"\n\nmsgid \"Error pages\"\nmsgstr \"Fehlerseiten\"\n\nmsgid \"Error reporting\"\nmsgstr \"Fehlerberichterstattung\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Fehler: Remotedatei nicht gefunden!\"\n\nmsgid \"Errors\"\nmsgstr \"Fehler\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Aufgaben ausführen\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Ext. Mailserver\"\n\nmsgid \"External mail feature\"\nmsgstr \"Externe Mail Funktion\"\n\nmsgid \"External mail server\"\nmsgstr \"Externer Mailserver\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"Externes Mailserver-Feature zum aktivieren vorgemerkt.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"Externes Mailserver-Feature zum deaktivieren vorgemerkt.\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP Konten\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP Konto existiert bereits.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"Maximale Anzahl an FTP Konten erreicht.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP-Konto erfolgreich hinzugefügt.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTP-Konto erfolgreich gelöscht.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP-Konto erfolgreich aktualisiert.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP Konten\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"FTP-Konten begrenzen\"\n\nmsgid \"FTP home directory\"\nmsgstr \"FTP Heimverzeichnis\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"FTP Heimverzeichnis darf nicht leer sein.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP-Traffic\"\n\nmsgid \"FTP user errors\"\nmsgstr \"FTP Benutzerfehler\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Fehler beim Schreiben auf die Festplatte.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Fehler im Paket. Lösche!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Funktion\"\n\nmsgid \"Features\"\nmsgstr \"Merkmale\"\n\nmsgid \"Female\"\nmsgstr \"weiblich\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"Die Datei %s existiert nicht oder kann nicht gelesen werden!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"Datei %s sieht nicht nach einer Migrationsdatei aus.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Datei existiert nicht. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Datei überschreitet das Größenlimit.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Die Datei wurde erfolgreich hochgeladen.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Datei ist nicht lesbar.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Datei muss ein 'tar.gz' Archiv sein.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Datei erfolgreich hochgeladen.\"\n\nmsgid \"File usage\"\nmsgstr \"Dateinutzung\"\n\nmsgid \"FileManager\"\nmsgstr \"Dateimanager\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Dateisystem-Informationen\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Füllen Sie eine Textnachricht aus.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"Kunden filtern nach\"\n\nmsgid \"First name\"\nmsgstr \"Vorname\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"Zur Zeit können Sie nur per Post zugesandt werden.\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"Zur Zeit können Sie nur Ihr weitergeleitetes E-Mail-Konto bearbeiten.\"\n\nmsgid \"Forbidden\"\nmsgstr \"Verboten\"\n\nmsgid \"Force refresh\"\nmsgstr \"Erzwungene Auffrischung\"\n\nmsgid \"Force retry\"\nmsgstr \"Wiederholung erzwingen\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\"Synchronisierung von Quota-Daten der Postfächer erzwingen. Die Quota-Daten \"\n\"werden alle 5 Minuten automatisch synchronisiert.\"\n\nmsgid \"Forward\"\nmsgstr \"Weiterleitung\"\n\nmsgid \"Forward URL\"\nmsgstr \"Weiterleitungs-URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Weiterleitungs-URL %s ist nicht zulässig.\"\n\nmsgid \"Forward account\"\nmsgstr \"Konto weiterleiten\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Weiterleitungsliste ist leer.\"\n\nmsgid \"Forward to\"\nmsgstr \"Weiterleiten an\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Weiterleiten zu URL\"\n\nmsgid \"Forward type\"\nmsgstr \"Weiterleitungstyp\"\n\nmsgid \"Free\"\nmsgstr \"Frei\"\n\nmsgid \"From\"\nmsgstr \"Von\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Von Reseller\"\n\nmsgid \"Ftp\"\nmsgstr \"FTP\"\n\nmsgid \"Ftp account\"\nmsgstr \"FTP-Konto\"\n\nmsgid \"Ftp account data\"\nmsgstr \"FTP-Kontodaten\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"FTP Konten\"\n\nmsgid \"Ftp directories\"\nmsgstr \"FTP-Verzeichnisse\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Geschlecht\"\n\nmsgid \"General\"\nmsgstr \"Allgemein\"\n\nmsgid \"General information\"\nmsgstr \"Allgemeine Informationen\"\n\nmsgid \"General settings\"\nmsgstr \"Allgemeine Einstellungen\"\n\nmsgid \"Generate\"\nmsgstr \"Generieren\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Selbst-signiertes Zertifikat generieren\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Einen neuen Sicherheitscode abfragen\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Gruppe\"\n\nmsgid \"Group members\"\nmsgstr \"Gruppenmitglieder\"\n\nmsgid \"Group name\"\nmsgstr \"Gruppenname\"\n\nmsgid \"Groups\"\nmsgstr \"Gruppen\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS includeSubDomains Richtlinie\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"Wert für HSTS max-age Richtlinie\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTP Traffic\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"Standard-Mail-Konten ausblenden\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"Domain-Alias verstecken\"\n\nmsgid \"High\"\nmsgstr \"Hoch\"\n\nmsgid \"Home directory\"\nmsgstr \"Heimatverzeichnis\"\n\nmsgid \"Homepage\"\nmsgstr \"Homepage\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"Host, von dem SQL Benutzer erlaubt wird, auf SQL-Server zu verbinden\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Tarif\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Tarifverfügbarkeit\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Tarifwerte überschreiten die Reseller Maximalwerte.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Tarifwerte überschreiten Ihre Maximalwerte.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Tarif erfolgreich erstellt.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Hosting-Tarif erfolgreich gelöscht.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Tarif erfolgreich aktualisiert\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Tarife\"\n\nmsgid \"Hour\"\nmsgstr \"Stunde\"\n\nmsgid \"Hours\"\nmsgstr \"Stunden\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Htaccess Gruppe\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"htaccess Gruppe erfolgreich zum Hinzufügen vorgemerkt.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"htaccess Gruppe erfolgreich zum Löschen vorgemerkt.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Htaccess-Benutzer\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\"Htaccess-Benutzer wurde erfolgreich zu der %s htaccess-Gruppe hinzugefügt\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\"Htaccess-Benutzer wurde erfolgreich aus der %s htaccess-Gruppe gelöscht\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Htaccess-Benutzer erfolgreich zum Hinzufügen vorgemerkt.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"Htaccess-, htgroups- und htpasswd-Fehler\"\n\nmsgid \"IP address\"\nmsgstr \"IP-Adresse\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"IP-Adresse bereits unter der Kontrolle von i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IP-Adresse erfolgreich zum Hinzufügen vorgemerkt.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IP-Adresse erfolgreich zum Löschen vorgemerkt.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"IP-Adresse erfolgreich zum Ändern vorgemerkt.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"IP-Adresse unter der Kontrolle von i-MSCP.\"\n\nmsgid \"IP assignments\"\nmsgstr \"IP Zuweisungen\"\n\nmsgid \"IP errors\"\nmsgstr \"IP Fehler\"\n\nmsgid \"IP management\"\nmsgstr \"IP Verwaltung\"\n\nmsgid \"IP netmask\"\nmsgstr \"IP Netzmaske\"\n\nmsgid \"IP usage\"\nmsgstr \"IP Nutzung\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6-Adresse\"\n\nmsgid \"Id\"\nmsgstr \"ID\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\"Wenn auf 'ja' gesetzt, werden Webverzeichnisse vor Löschungen geschützt.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\"Wenn auf 'ja' gesetzt, erlaubt der Reseller seinen Kunden diese PHP-\"\n\"Richtlinie zu bearbeiten.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Wenn auf 'ja' gesetzt, kann der Reseller die PHP Mail Funktion für seine \"\n\"Kunden aktivieren bzw. deaktivieren. Sonst ist die PHP Mail Funktion \"\n\"deaktiviert.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"Wenn Sie im Namensfeld ein @ eintragen, oder es leer lassen, wird es \"\n\"automatisch durch $ORIGIN ersetzt.\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Wenn Sie den Reseller begrenzen wollen, müssen Sie zunächst seine Kunden \"\n\"begrenzen.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Bilder müssen kleiner als 500 x 90 px sein.\"\n\nmsgid \"Import\"\nmsgstr \"Importieren\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Importieren in lokales Repository\"\n\nmsgid \"Import new language file\"\nmsgstr \"Importieren Sie neue Sprachdatei\"\n\nmsgid \"In front\"\nmsgstr \"davor\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"Im Wartungsmodus. Nur Administratoren können sich einloggen.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Falsches FTP-Konten Limit.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Falsches SQL-Datenbank Limit.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Falsches SQL Benutzer Limit.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Falsches SQL-Benutzer Limit.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Falsches Alias Limit.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Speicherplatz-Limit fehlerhaft.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"Falsche Alias-Limit.\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Falsche E-Mail Länge oder Syntax.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Falsches E-Mail Kontingent.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Falsches Limit für %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"Falsche E-Mail-Kontogrenze.\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Falsches Mail-Konten Limit.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"Falsches E-Mail Kontingent.\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Falsches monatliches Transfervolumen.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Falsches Subdomain Limit.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Falsche Anzahl der Subdomains.\"\n\nmsgid \"Install\"\nmsgstr \"Installieren\"\n\nmsgid \"Install in progress\"\nmsgstr \"Installation in Bearbeitung\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Installiere dieses Plugin\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Installieren Sie verschiedene Anwendungen mit ein paar Klicks.\"\n\nmsgid \"Installation details\"\nmsgstr \"Installationsdetails\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Installation in Bearbeitung...\"\n\nmsgid \"Installation path\"\nmsgstr \"Installations Pfad\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Installiertes Paket, welches von Ihrem Reseller gelöscht wurde.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Im Reseller Repository installiert\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Im Software Repository installiert\"\n\nmsgid \"Installed on\"\nmsgstr \"Installiert auf\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Installiere Ihr hochgeladenes Paket. Bitte laden Sie die Seite neu.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Anleitung zum Herunterladen des täglichen Backups\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\\\"Intermediate\\\"-Zertifikat(e)\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Interner Serverfehler\"\n\nmsgid \"Internationalization\"\nmsgstr \"Sprache\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Ungültiger FTP Benutzername.\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Ungültiger SQL-Benutzer Host: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\"Falscher SQL Benutzer. Der SQL Benutzer muss angelegt und der gewünschten \"\n\"Datenbank zugeordnet sein.\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Ungültiges SSL-Zertifikat\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Ungültiges SSL-Zertifikat.\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Ungültige URL.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\"Ungültiges Zeichen im Feld '%s' gefunden. Nur druckbare ASCII-Zeichen und \"\n\"Zeilenumbrüche sind erlaubt.\"\n\nmsgid \"Invalid city.\"\nmsgstr \"Ungültige Stadt.\"\n\nmsgid \"Invalid company.\"\nmsgstr \"Ungültiger Firmenname.\"\n\nmsgid \"Invalid country.\"\nmsgstr \"Ungültiges Land.\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Ungültiger Domain-Name\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Ungültige E-Mail Adresse.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Falscher E-Mail Benutzername.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"Feld %s ungültig.\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"Ungültiger Vorname.\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"Ungültiges Geschlecht.\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Ungültiger Gruppenname!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"Ungültiger Nachname.\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Ungültige Menüreihenfolge.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Ungültiger Name.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Fehlerhafte Daten von GitHub erhalten\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"Ungültige Telefonnummer.\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Ungültiges Plugin-Verzeichnis: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Falscher Privater Schlüssel oder falsche Passphrase.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"Ungültiger Dienst-Name %s\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"Ungültiges Bundesland.\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"Ungültige Straße 1.\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"Ungültige Straße 2.\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Ungültiges Ziel.\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Ungültiger Benutzername.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"Ungültige Postleitzahl.\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Kernelversion\"\n\nmsgid \"Kill session\"\nmsgstr \"Session löschen\"\n\nmsgid \"Label\"\nmsgstr \"Bezeichnung\"\n\nmsgid \"Language\"\nmsgstr \"Sprache\"\n\nmsgid \"Language file\"\nmsgstr \"Sprachdatei\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Sprachdatei wurde erfolgreich installiert.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"Sprache wurde aktualisiert.\"\n\nmsgid \"Languages\"\nmsgstr \"Sprachen\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Sprachen-Index wurde erfolgreich neu aufgebaut.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Letzte Aktualisierung des Web-Software Repositorys\"\n\nmsgid \"Last access\"\nmsgstr \"Letzter Zugriff\"\n\nmsgid \"Last name\"\nmsgstr \"Nachname\"\n\nmsgid \"Last reply date\"\nmsgstr \"Letztes Antwortdatum\"\n\nmsgid \"Last translator\"\nmsgstr \"Letzter Übersetzer\"\n\nmsgid \"Layout\"\nmsgstr \"Layout\"\n\nmsgid \"Layout color\"\nmsgstr \"Layout-Farbe\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Layout-Farbe erfolgreich aktualisiert.\"\n\nmsgid \"Level\"\nmsgstr \"Ebene\"\n\nmsgid \"Limit\"\nmsgstr \"Limit\"\n\nmsgid \"Limit value\"\nmsgstr \"Limit Wert\"\n\nmsgid \"Limits\"\nmsgstr \"Limits\"\n\nmsgid \"Link\"\nmsgstr \"Link\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Link zur Homepage des Autors\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Last (1 Min., 5 Min., 15 Min.)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Lade Daten...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Logeinträge erfolgreich gelöscht.\"\n\nmsgid \"Login\"\nmsgstr \"Anmelden\"\n\nmsgid \"Login data\"\nmsgstr \"Login-Daten\"\n\nmsgid \"Login password\"\nmsgstr \"Login Passwort\"\n\nmsgid \"Login username\"\nmsgstr \"Login Benutzername\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Melden Sie sich mit Ihrem FTP Konto an.\"\n\nmsgid \"Logo file\"\nmsgstr \"Logo Datei\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo erfolgreich entfernt.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo erfolgreich aktualisiert.\"\n\nmsgid \"Logout\"\nmsgstr \"Abmelden\"\n\nmsgid \"Lost password\"\nmsgstr \"Passwort vergessen\"\n\nmsgid \"Lost password email\"\nmsgstr \"\\\"Passwort-vergessen\\\" E-Mail\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\\\"Passwort-vergessen\\\" E-Mail-Vorlagen wurden aktualisiert.\"\n\nmsgid \"Lost password link\"\nmsgstr \"\\\"Passwort vergessen\\\"-Link\"\n\nmsgid \"Low\"\nmsgstr \"Niedrig\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"E-Mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Mail-Protokollebene\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"Das Mail Konto existiert bereits.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Mail-Konto Daten\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Mail Konten Fehler\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"Das E-Mail Konto wurde zur Löschung vorgemerkt.\"\nmsgstr[1] \"%d E-Mail Konten wurden zur Löschung vorgemerkt.\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"E-Mail Konto erfolgreich zum Hinzufügen vorgemerkt.\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"E-Mail Konto erfolgreich zur Aktualisierung vorgemerkt.\"\n\nmsgid \"Mail account type\"\nmsgstr \"E-Mail Kontentyp\"\n\nmsgid \"Mail accounts\"\nmsgstr \"E-Mail Konten\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"E-Mail Konten sind gesperrt\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"Limit E-Mail-Kontos\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Sie haben keine E-Mail Konten.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Das Merkmal E-Mail ist deaktiviert.\"\n\nmsgid \"Mail quota\"\nmsgstr \"Email Quota\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"Email Quota [MB]\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"E-Mail Quota darf nicht größer sein als %s\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"E-Mail Quota darf nicht größer sein als das Speicherplatz-Limit.\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\"E-Mail Quota darf nicht kleiner sein als %d. Jede Mailbox sollte mindestens \"\n\"1 MiB Quota haben.\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"E-Mail Quota darf nicht unbegrenzt sein. Maximalwert ist %d MiB.\"\n\nmsgid \"Mail usage\"\nmsgstr \"E-Mail-Nutzung\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"Quota-Daten der Postfächer wurden synchronisiert.\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Sichtbarkeit der Menübeschriftung erfolgreich geändert.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Wartungsnachricht\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Wartungsmodus\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Wartungsmodus ist aktiv. In diesem Modus können sich nur Administratoren \"\n\"einloggen.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Wartungseinstellungen\"\n\nmsgid \"Male\"\nmsgstr \"männlich\"\n\nmsgid \"Manage SQL\"\nmsgstr \"SQL-Verwaltung\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"SSL-Zertifikat verwalten\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"htaccess-Benutzer und Gruppen verwalten\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Benutzer- und Gruppenverwaltung\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Verwalten Sie Ihre geschützten Bereiche, Benutzer und Gruppen.\"\n\nmsgid \"Manual\"\nmsgstr \"Manuell\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"Automatische Catch-All Adressen\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Maximale Anzahl an Anmeldeversuchen\"\n\nmsgid \"Max traffic\"\nmsgstr \"Maximale Anzahl des Datenverkehrs\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"Max. remote Dateigröße (%s) wurde erreicht. Ihre remote Datei ist %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"Max. remote Dateigröße (%s) ist erreicht. Ihre remote Datei %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Maximale Anzahl an Captcha-Versuchen\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\"Maximale Anzahl der Validierungsversuche, bevor Warte-Restriktionen \"\n\"angewendet werden\"\n\nmsgid \"Medium\"\nmsgstr \"Mittel\"\n\nmsgid \"Member of group\"\nmsgstr \"Mitglied der Gruppe\"\n\nmsgid \"Memory information\"\nmsgstr \"Speicherinformationen\"\n\nmsgid \"Message\"\nmsgstr \"Meldung\"\n\nmsgid \"Message template\"\nmsgstr \"Nachrichtenvorlage\"\n\nmsgid \"Message template info\"\nmsgstr \"Informationen über Nachrichtenvorlage\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Nachricht an Reseller vor dem Löschen der Software\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Migrationsdatei %s ist nicht lesbar.\"\n\nmsgid \"Minute\"\nmsgstr \"Minute\"\n\nmsgid \"Minutes\"\nmsgstr \"Minuten\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"Suchkriterium fehlt\"\n\nmsgid \"Model\"\nmsgstr \"Model\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Bearbeitung läuft...\"\n\nmsgid \"Month\"\nmsgstr \"Monat\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"Monatlicher Servertraffic\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"Monatlicher Servertraffic Einstellungen\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\"Einstellungen für den monatlichen Server-Datenverkehr erfolgreich \"\n\"aktualisiert.\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Monatliches Datenübertrangungs Limit [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Das monatliche Datenlimit muss eine Zahl sein.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"Monatlicher Datenvolumen-Verbrauch\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"Die monatliche Trafficwarnung kann nicht höher als das monatliche \"\n\"Trafficlimit sein.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Das monatliche Datenlimit muss eine Zahl sein.\"\n\nmsgid \"Mount\"\nmsgstr \"Einhängepunkt\"\n\nmsgid \"Mount point\"\nmsgstr \"Einhängepunkt\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/V\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"NS DNS-Eiträge sind nur für die Sub-Zonen Delegation erlaubt.\"\n\nmsgid \"Name\"\nmsgstr \"Name\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Name darf nicht leer sein.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Netzwerkschnittstelle (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Niemals\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Neue SQL Benutzerdaten\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Neue Alias-Bestellung für {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"Neue Login Daten wurden erfolgreich gesendet an: %s.\"\n\nmsgid \"New ticket\"\nmsgstr \"Neues Ticket\"\n\nmsgid \"Next\"\nmsgstr \"Nächste\"\n\nmsgid \"Next step\"\nmsgstr \"Nächster Schritt\"\n\nmsgid \"No\"\nmsgstr \"Nein\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Keine IP-Adresse gefunden.\"\n\nmsgid \"No account found.\"\nmsgstr \"Kein Konto gefunden.\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"keine Anti-Rootkits Logs\"\n\nmsgid \"No available\"\nmsgstr \"Nicht verfügbar\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Kein eigenes Menü gefunden.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"Keine Domäne für neue Softwareinstanz verfügbar.\"\n\nmsgid \"No error found\"\nmsgstr \"Kein Fehler gefunden\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Es wurde keine Datei hochgeladen.\"\n\nmsgid \"No group found.\"\nmsgstr \"Keine Gruppe gefunden.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Kein Tarif verfügbar.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"Es wurde kein E-Mail Konto gelöscht.\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Kein Reseller verfügbar um die Rechte hinzuzufügen.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Kein Reseller mit aktiviertem Software-Installer gefunden!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"Kein Reseller mit Berechtigungen für diese Software gefunden.\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Keine Reseller gefunden.\"\n\nmsgid \"No software available\"\nmsgstr \"Keine Software verfügbar\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Keine Software im Web Repository gefunden!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"Keine Software im Software-Depot gefunden!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Keine Software wartet auf Aktivierung\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"Für den angegebenen Zeitraum wurde keine Statistiken gefunden. Versuchen Sie\"\n\" einen anderen Zeitraum.\"\n\nmsgid \"No update available\"\nmsgstr \"Kein Update verfügbar\"\n\nmsgid \"No used yet\"\nmsgstr \"Bisher nicht verwendet\"\n\nmsgid \"No user found.\"\nmsgstr \"Kein Benutzer gefunden.\"\n\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"Normal + Weiterleitung\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"Normales + Weiterleitungs-Konto\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normal + Weiterleitung\"\n\nmsgid \"Normal account\"\nmsgstr \"Normales Konto\"\n\nmsgid \"Normal connection\"\nmsgstr \"Normale Verbindung\"\n\nmsgid \"Not Found\"\nmsgstr \"Nicht gefunden.\"\n\nmsgid \"Not found.\"\nmsgstr \"Nicht gefunden.\"\n\nmsgid \"Not provided\"\nmsgstr \"Nicht angegeben.\"\n\nmsgid \"Not used\"\nmsgstr \"Nicht benutzt\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\"Beachten Sie, dass im manuellen Modus die NIC und die Subnet Maske nur \"\n\"indikativ sind.\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Leider nichts gefunden\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Es wurde nichts geändert.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Es wurde nichts gelöscht.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Informationen, Warnungen und Fehler\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Es werden nur 'tar.gz'-Archive akzeptiert.\"\n\nmsgid \"Only exec\"\nmsgstr \"Nur Exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Nur gettext Maschine Object Dateien (MO-Dateien) werden akzeptiert.\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Es sind nur Zahlen im Bereich von 0 bis 65535 erlaubt.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Nur positive Zahlen sind erlaubt.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Nur tar.gz und tar.bz2 Archive werden unterstützt.\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Es werden nur tar.gz, tar.bz2 und zip Archive akzeptiert.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Offenes Ticket\"\n\nmsgid \"Open tickets\"\nmsgstr \"Offene Tickets\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Operation abgebrochen: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Optional\"\n\nmsgid \"Order\"\nmsgstr \"Reihenfolge\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Bestellung erfolgreich gelöscht.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Die Bestellung wurde erfolgreich verarbeitet.\"\n\nmsgid \"Other in\"\nmsgstr \"Sonstiges (in)\"\n\nmsgid \"Other out\"\nmsgstr \"Sonstiges (out)\"\n\nmsgid \"Other settings\"\nmsgstr \"Sonstige Einstellungen\"\n\nmsgid \"Overview\"\nmsgstr \"Übersicht\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP Unterstützung\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"PHP Richtlinie %s\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"PHP Richtlinien\"\n\nmsgid \"PHP Editor\"\nmsgstr \"PHP-Editor\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD Erweiterung ist nicht geladen\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"PHP Berechtigungen\"\n\nmsgid \"PHP Settings\"\nmsgstr \"PHP-Einstellungen\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"PHP Konfiguration ist zum Update vorgemerkt.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"PHP-Richtlinien Werte\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP exec()-Funktion\"\n\nmsgid \"PHP settings\"\nmsgstr \"PHP Einstellungen\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP-Traffic\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP (in)\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP (out)\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP-Traffic\"\n\nmsgid \"Package actions\"\nmsgstr \"Aktionen des Pakets\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Paket existiert bereits im Reseller Depot!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Paket existiert bereits im Software Depot!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Paket existiert bereits im Software Repository!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Paket existiert bereits in ihrem Software Repository!\"\n\nmsgid \"Package install type\"\nmsgstr \"Installationstyp des Pakets\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Paket erfolgreich installiert!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"Paket erfolgreich installiert... Freigabe vom Admin abwarten.\"\n\nmsgid \"Package language\"\nmsgstr \"Sprache des Pakets\"\n\nmsgid \"Package name\"\nmsgstr \"Paketname\"\n\nmsgid \"Package title\"\nmsgstr \"Paket Titel\"\n\nmsgid \"Package type\"\nmsgstr \"Typ des Pakets\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Herstellerseite des Pakets\"\n\nmsgid \"Package version\"\nmsgstr \"Version des Pakets\"\n\nmsgid \"Panel default language\"\nmsgstr \"Standardsprache des Panels\"\n\nmsgid \"Parent directory\"\nmsgstr \"Übergeordnetes Verzeichnis\"\n\nmsgid \"Partition\"\nmsgstr \"Partition\"\n\nmsgid \"Password\"\nmsgstr \"Passwort\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Passwort-Bestätigung\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Das Passwort enthält unerlaubte Zeichen.\"\n\nmsgid \"Password email\"\nmsgstr \"Passwort E-Mail\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Passwort fehlt.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Minimale Passwortlänge\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"Das Passwort muss Buchstaben und Zahlen beinhalten.\"\n\nmsgid \"Password settings\"\nmsgstr \"Passworteinstellungen\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Passwort erfolgreich aktualisiert.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Passwörter stimmen nicht überein.\"\n\nmsgid \"Path\"\nmsgstr \"Pfad\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Ausstehende Aufgaben\"\n\nmsgid \"Percent\"\nmsgstr \"Prozent\"\n\nmsgid \"Permissions\"\nmsgstr \"Berechtigungen\"\n\nmsgid \"Personal data\"\nmsgstr \"Persönliche Daten\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"Persönliche Daten aktualisiert.\"\n\nmsgid \"Personalise template\"\nmsgstr \"Vorlage personalisieren\"\n\nmsgid \"Phone\"\nmsgstr \"Telefon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"phpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Bitte aktivieren Sie Ihr neues i-MSCP Passwort\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"Bitte wählen Sie mindestens einen Benutzer.\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"Bitte wählen Sie einen htaccess-Benutzer oder eine -Gruppe aus.\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Sie müssen Ihr Passwort bestätigen.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Bitte kontaktieren Sie den Administrator!<br>Fragen Sie ihn nach Rechten für\"\n\" die Nutzung dieses Pakets<br>Es ist nicht erlaubt dieses Paket zweimal \"\n\"hochzuladen.<br>Bitte aktualisieren Sie ihre Seite um den neuen Status zu \"\n\"sehen!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\"Bitte geben Sie Ihre Nachricht für die Automatische E-Mail Antwort ein\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Bitte geben Sie für den geschützen Bereich einen Namen ein.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Bitte geben Sie ein Passwort ein.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Bitte SQL-Benutzer Host eingeben.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Bitte geben Sie einen Benutzernamen ein.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Bitte geben Sie den geschütztes Verzeichnispfad ein.\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\"Bitte geben Sie Ihre Nachricht für die Automatische E-Mail Antwort ein\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\"Bitte wählen Sie ein anderes Verzeichnis aus. %s (%s) ist dort installiert.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Bitte geben Sie einen Mitteilungstext ein.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Bitte geben Sie einen Betreff für die Nachricht an.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Bitte geben Sie einen Namen für die Datenbank ein.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Bitte geben Sie ihre Nachricht ein.\"\n\nmsgid \"Plugin\"\nmsgstr \"Plugin\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Plugin %s aktiviert.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Plugin %s kann nicht aktiviert werden.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Plugin %s kann nicht deaktiviert werden.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Plugin %s kann nicht gelöscht werden.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Plugin %s kann nicht installiert werden.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Plugin %s kann nicht geschützt werden.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"Plugin %s kann nicht neu konfiguriert werden.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Plugin %s kann nicht deinstalliert werden.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Plugin %s kann nicht aktualisiert werden.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Plugin %s deaktiviert.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Plugin %s gelöscht.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Plugin %s installiert.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Plugin %s ist geschützt.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Plugin %s ist geschützt.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Plugin %s neu konfiguriert\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Plugin %s zur Aktivierung vorgemerkt.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Plugin %s zur Änderung vorgemerkt.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Plugin %s zur Deaktivierung vorgemerkt.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Plugin %s zur Installation vorgemerkt.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Plugin %s zur Deinstallation vorgemerkt.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Plugin %s zur Aktualisierung vorgemerkt.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Plugin %s deinstalliert.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Plugin %s aktualisiert.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Konnte das Plugin %s nicht verändern: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Plugin Manager: Das Plugin %s kann nicht gelöscht werden. Führen Sie das \"\n\"set-gui-permissions.pl Skript aus und versuchen Sie es erneut.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Plugin Manager: Konnte das Plugin %s nicht laden\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Plugin Manager: Das Plugin %s konnte nicht gelöscht werden, da es von einem \"\n\"anderen Plugin verwendet wird.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"Plugin Manager: Konnte das Plugin %s nicht aktualisieren: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\"Plugin Manager: Schreiben der Datei %s für geschützte Plugins nicht möglich.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\"Plugin Manager: Plugin Ordner %s existiert nicht oder ist nicht beschreibbar\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"Plugin Manager: Downgrade von %s Plugin ist nicht erlaubt.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Plugin Manager: Plugin %s ist nicht geladen\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Plugin Manager: Unbekanntes Plugin %s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"Plugin-Aktivierung fehlgeschlagen: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Plugin-Archiv\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"Plugin-Archiv überschreitet die maximale Hochlade-Größe.\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"Plugin-Änderung fehlgeschlagen: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"Plugin-Deaktivierung fehlgeschlagen: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"Löschen des Plugins fehlgeschlagen: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Plugin Fehler\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"Plugin wurde erfolgreich hochgeladen.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"Plugin-Installation fehlgeschlagen: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Plugin Fehler\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Plugin-Liste ist leer.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Plugin Verwaltung\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"Plugin-Deinstallation fehlgeschlagen: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"Plugin-Aktualisierung fehlgeschlagen: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Plugin Hochladen\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Plugins haken sich in i-MSCP ein, um die Funktionalität mit \"\n\"benutzerdefinierten Features zu erweitern. Plugins werden unabhängig vom \"\n\"Kern der i-MSCP Anwendung von Tausenden von Entwicklern auf der ganzen Welt \"\n\"entwickelt. Sie können neue Plugins zum Installieren finden, wenn sie auf \"\n\"der folgenden Seite suchen: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"Die Plugin-Liste ist auf dem neusten Stand: %s neue Plugin(s) wurden \"\n\"gefunden,%s Plugin(s) aktualisiert, %s Plugin(s) neu konfiguriert und %s \"\n\"Plugin(s) gelöscht.\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"Host erhalten\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Anmeldung aus externer Quelle für Admins verhindern\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Anmeldung aus externer Quelle für Kunden verhindern\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Anmeldung aus externer Quelle für Reseller verhindern\"\n\nmsgid \"Previous\"\nmsgstr \"Vorherige\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Vor dem Löschen dieses Administrators müssen alle Reseller zu einem anderen \"\n\"Administrator verschoben werden.\"\n\nmsgid \"Priority\"\nmsgstr \"Priorität\"\n\nmsgid \"Private key\"\nmsgstr \"Privater Schlüssel\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Privater Schlüssel Passphrase sofern vorhanden\"\n\nmsgid \"Processing...\"\nmsgstr \"Verarbeitung...\"\n\nmsgid \"Processor data\"\nmsgstr \"Prozessor Daten\"\n\nmsgid \"Profile\"\nmsgstr \"Profil\"\n\nmsgid \"Properties\"\nmsgstr \"Eigenschaften\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\"Es wurden keine Rechte für den Reseller mit der ID %d in der Datenbank \"\n\"gefunden.\"\n\nmsgid \"Protect\"\nmsgstr \"Schützen\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"Schützt das Standard E-Mail Konto gegen Löschung und Änderungen\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Dieses Plugin schützen\"\n\nmsgid \"Protected\"\nmsgstr \"Geschützt\"\n\nmsgid \"Protected area data\"\nmsgstr \"Geschützte Verzeichnisdaten\"\n\nmsgid \"Protected area name\"\nmsgstr \"Geschützter Verzeichnisname\"\n\nmsgid \"Protected area path\"\nmsgstr \"Geschützter Verzeichnispfad\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Geschützter Bereich erfolgreich zum Hinzufügen vorgemerkt.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Geschützter Bereich erfolgreich zum Löschen vorgemerkt.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Geschützter Bereich erfolgreich zur Aktualisierung vorgemerkt.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Verzeichnisschutz\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokoll\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"Quota in MiB (Max: %s)\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Quota in MiB (Max: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"Quota info\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Ticket lesen\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Sprachen-Index neu aubauen\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Rekonfiguration läuft...\"\n\nmsgid \"Record data\"\nmsgstr \"Datensatz\"\n\nmsgid \"Redirect\"\nmsgstr \"Weiterleiten\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"Unbenutztes Quota über existierende Mailboxen verteilen\"\n\nmsgid \"Registration date\"\nmsgstr \"Registrierungsdatum\"\n\nmsgid \"Relative weight\"\nmsgstr \"relative Gewichtung\"\n\nmsgid \"Release date\"\nmsgstr \"Veröffentlichungsdatum\"\n\nmsgid \"Release description\"\nmsgstr \"Veröffentlichungsbeschreibung\"\n\nmsgid \"Release version\"\nmsgstr \"Veröffentlichungsversion\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Remote Web-Software Repository\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Remote-Datei nicht gefunden.\"\n\nmsgid \"Remove\"\nmsgstr \"Entfernen\"\n\nmsgid \"Remove IP\"\nmsgstr \"IP löschen\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Entferne Berechtigungen\"\n\nmsgid \"Reopen\"\nmsgstr \"Wiedereröffnen\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Ticket erneut öffnen\"\n\nmsgid \"Repeat password\"\nmsgstr \"Passwort wiederholen\"\n\nmsgid \"Reply\"\nmsgstr \"Antwort\"\n\nmsgid \"Reply-To email\"\nmsgstr \"E-Mail Absenderadresse\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"Absenderadresse fehlt.\"\n\nmsgid \"Reply-To name\"\nmsgstr \"Absenderadresse Namen\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\"Anfrage-Timeout: Der Server brauchte zu lange um die Daten zu  senden.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Datenbank benötigt?\"\n\nmsgid \"Reseller\"\nmsgstr \"Reseller\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Reseller / Kunden / Kunde hinzufügen\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Reseller / Kunden / Kunde hinzufügen - Nächster Schritt\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Reseller / Kunden / Rundschreiben\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Reseller / Kunden / Domain-Aliase\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Reseller / Kunden / \\\"Passwort-vergessen\\\"-E-Mail\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Reseller / Kunden / Übersicht\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Reseller / Kunden / Übersicht / Domain Details\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Reseller / Kunden / Übersicht / Kunde bearbeiten\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Reseller / Kunden / Übersicht / Domain bearbeiten\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Reseller / Kunden / Willkommens E-Mail\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Reseller / Domains / Domain-Alias hinzufügen\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Reseller / Domains / Domain-Alias bearbeiten\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Reseller / Allgemein / Übersicht\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Reseller / Allgemein / Software-Upload\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Reseller / Tarife / Tarif hinzufügen\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Reseller / Tarife / Übersicht\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Reseller / Profil / Account Zusammenfassung\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Reseller / Profil / Sprache\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Reseller / Profil / Layout\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Reseller / Profil / Passwort\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Reseller / Profil / Persönliche Daten\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Reseller / Statistiken / IP-Nutzung\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Reseller / Statistiken / Übersicht\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\"Reseller / Statistiken / Übersicht / Domain Statistiken - {DOMAIN_NAME}\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Reseller / Support / Geschlossene Tickets\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Reseller / Support / Neues Ticket\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Reseller / Support / Offene Tickets\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Reseller / Support / Ticket anzeigen\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Reseller / Tarife / Tarif bearbeiten\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Resellername\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Reseller und Kunde\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Reseller und Kunden Levels\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Reseller Zuordnung\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Reseller Verbrauch\"\n\nmsgid \"Reseller data\"\nmsgstr \"Reseller Daten\"\n\nmsgid \"Reseller level\"\nmsgstr \"Reseller Ebene\"\n\nmsgid \"Reseller list\"\nmsgstr \"Reseller Liste\"\n\nmsgid \"Reseller name\"\nmsgstr \"Resellername\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Reseller Softwareliste\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Reseller Statistiken\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Reseller erfolgreich hinzugefügt.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Reseller Gesamt\"\n\nmsgid \"Reseller users\"\nmsgstr \"Reseller Benutzer\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Reseller mit Berechtigungen insgesamt\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Reseller Layout-Farbe erfolgreich aktualisiert.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Reseller/IP Nutzungsstatistiken\"\n\nmsgid \"Resellers\"\nmsgstr \"Reseller\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Reseller und Benutzer\"\n\nmsgid \"Reset\"\nmsgstr \"Zurücksetzen\"\n\nmsgid \"Restore\"\nmsgstr \"Wiederherstellen\"\n\nmsgid \"Restore backup\"\nmsgstr \"Backup wiederherstellen\"\n\nmsgid \"Rights\"\nmsgstr \"Rechte\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Rechte erfolgreich hinzugefügt.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Rechte erfolgreich entfernt.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP (in)\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP (out)\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP-Traffic\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQL Datenbank\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\"Das SQL Datenbanklimit ist deaktiviert, aber das SQL Benutzerlimit ist es \"\n\"nicht.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"SQL Datenbank Limit ist nicht <i>deaktiviert</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"SQL-Datenbank erfolgreich erstellt.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"SQL-Datenbank erfolgreich gelöscht.\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL Datenbanken\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"SQL Datenbank Limit\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"SQL Datenbanken Limit ist deaktiviert.\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"SQL Datenbanken Limit ist nicht deaktiviert.\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\"Limit der SQL-Datenbanken erreicht. Sie können keine neuen SQL-Datenbanken \"\n\"hinzufügen.\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Nur SQL-Datenbanken\"\n\nmsgid \"SQL user\"\nmsgstr \"SQL Benutzer\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQL-Benutzer Host\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"SQL Benutzer Limit ist <i>deaktiviert</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"Das SQL Benutzerlimit ist deaktiviert, aber das SQL Datenbanklimit ist es \"\n\"nicht.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"SQL Benutzer Limit ist deaktiviert.\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL-Benutzername\"\n\nmsgid \"SQL user password\"\nmsgstr \"SQL-Benutzerpasswort\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"SQL-Benutzerpasswort erfolgreich aktualisiert.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"SQL Benutzer Prefix/Suffix\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQL-Benutzer erfolgreich hinzugefügt.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"SQL-Benutzer erfolgreich gelöscht.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"SQL Benutzername ist zu lang\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL Benutzer\"\n\nmsgid \"SQL users limit\"\nmsgstr \"SQL Benutzer Limit\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"SQL Benutzer Limit ist deaktiviert.\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\"Limit der SQL-Benutzer erreicht. Sie können keine neuen SQL-Benutzer \"\n\"hinzufügen.\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL Zertifikat erfolgreich zum Hinzufügen vorgemerkt.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL Zertifikat wurde erfolgreich für die Löschung vorgemerkt.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL Zertifikat erfolgreich zum Aktualisieren vorgemerkt.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"SSL ist nicht verfügbar. Sie können nur Ihr Zertifikat ansehen.\"\n\nmsgid \"SSL status\"\nmsgstr \"SSL Status\"\n\nmsgid \"Save\"\nmsgstr \"Speichern\"\n\nmsgid \"Search\"\nmsgstr \"Suchen\"\n\nmsgid \"Sec.\"\nmsgstr \"Sek.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Sichere Verbindung\"\n\nmsgid \"Security code\"\nmsgstr \"Sicherheitscode\"\n\nmsgid \"Security code has expired\"\nmsgstr \"Sicherheitscode ist abgelaufen\"\n\nmsgid \"Select group\"\nmsgstr \"Gruppe auswählen\"\n\nmsgid \"Select your own document root\"\nmsgstr \"Wählen Sie ihr eigenes Document-Root aus\"\n\nmsgid \"Send\"\nmsgstr \"Absenden\"\n\nmsgid \"Send circular\"\nmsgstr \"Rundschreiben senden.\"\n\nmsgid \"Send message\"\nmsgstr \"Nachricht senden\"\n\nmsgid \"Send message to\"\nmsgstr \"Nachricht senden an\"\n\nmsgid \"Send reply\"\nmsgstr \"Antwort senden\"\n\nmsgid \"Send to\"\nmsgstr \"Senden an\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Absendername fehlt.\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\"Mehrere E-Mail Adressen sind durch Kommata, Leerzeichen oder Zeilenumbruch \"\n\"voneinander zu trennen.\"\n\nmsgid \"Server ports\"\nmsgstr \"Serverports\"\n\nmsgid \"Server statistics\"\nmsgstr \"Server Statistiken\"\n\nmsgid \"Server status\"\nmsgstr \"Serverstatus\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Dienst nicht verfügbar\"\n\nmsgid \"Service is not running\"\nmsgstr \"Dienst läuft nicht\"\n\nmsgid \"Service is running\"\nmsgstr \"Dienst läuft\"\n\nmsgid \"Service name\"\nmsgstr \"Name des Dienstes\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"Dienst-Name darf nicht länger als 25 Zeichen sein.\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"Service Port wurde erneuert.\"\nmsgstr[1] \"%d Service Ports wurden erneuert.\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Dienst-Port erfolgreich hinzugefügt\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Dienst-Port erfolgreich gelöscht.\"\n\nmsgid \"Service ports\"\nmsgstr \"Dienst-Ports\"\n\nmsgid \"Service protocol\"\nmsgstr \"Dienst-Protokoll\"\n\nmsgid \"Service statuses\"\nmsgstr \"Status der Dienste\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"Service-Port mit gleichem Namen existiert bereits.\"\n\nmsgid \"Sessions\"\nmsgstr \"Sitzungen\"\n\nmsgid \"Settings\"\nmsgstr \"Einstellungen\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Einstellungen gespeichert.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Geteilter Einhängepunkt\"\n\nmsgid \"Show\"\nmsgstr \"Anzeigen\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Zeige %s Datensätze pro Seite\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Zeige SSL Zertifikat\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"Zeige Standard E-Mail Adressen\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Zeige detaillierte Statistiken für diesen Reseller\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Detaillierte Statistiken für diesen Benutzer anzeigen\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"Domain-Alias anzeigen\"\n\nmsgid \"Show in\"\nmsgstr \"Anzeigen in\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Beschriftung im Hauptmenü anzeigen.\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Zeige %s bis %s von %s Datensätzen\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Zeige 0 bis 0 von 0 Datensätzen\"\n\nmsgid \"Size\"\nmsgstr \"Größe\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"Software verfügbar\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Software gelöscht.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Software-Depot hochladen\"\n\nmsgid \"Software details\"\nmsgstr \"Softwaredetails\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Software wurde gelöscht.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Die Software wurde erfolgreich importiert.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Software im Repository\"\n\nmsgid \"Software installation\"\nmsgstr \"Softwareinstallation\"\n\nmsgid \"Software installer\"\nmsgstr \"Software-Installer\"\n\nmsgid \"Software installer options\"\nmsgstr \"Software-Installer Optionen\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Softwareinstaller-Optionen erfolgreich aktualisiert.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"Software-Instanz wurde zur Installation vorgemerkt\"\n\nmsgid \"Software management\"\nmsgstr \"Software Verwaltung\"\n\nmsgid \"Software name\"\nmsgstr \"Softwarename\"\n\nmsgid \"Software not found!\"\nmsgstr \"Software nicht gefunden!\"\n\nmsgid \"Software options\"\nmsgstr \"Softwareoptionen\"\n\nmsgid \"Software permissions\"\nmsgstr \"Software Berechtigungen\"\n\nmsgid \"Software repository\"\nmsgstr \"Software-Repository\"\n\nmsgid \"Software status\"\nmsgstr \"Software-Status\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Software erfolgreich zum Löschen vorgemerkt.\"\n\nmsgid \"Software total\"\nmsgstr \"Software Gesamt\"\n\nmsgid \"Software upload\"\nmsgstr \"Software hochladen\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Software wurde aktiviert.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Software wurde gelöscht.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Software-Synonym\"\n\nmsgid \"Software-Version\"\nmsgstr \"Software-Version\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Softwaredepot\"\n\nmsgid \"Start installation\"\nmsgstr \"Installation starten\"\n\nmsgid \"State/Province\"\nmsgstr \"Bundesland\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistiken\"\n\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgid \"Street 1\"\nmsgstr \"Anschrift\"\n\nmsgid \"Street 2\"\nmsgstr \"Adresse (Zusatz)\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Starke Passwörter\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomain\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Subdomain %s existiert bereits.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Subdomain %s darf nicht zu sich selbst weiterleiten.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"Subdomain %s nicht verfügbar.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Subdomain Alias\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Subdomain Alias Fehler\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Subdomain Fehler\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Subdomainname\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Subdomainname ist nicht gültig.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Subdomain zum Löschen vorgemerkt.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Subdomain erfolgreich zum Hinzufügen vorgemerkt.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Subdomain erfolgreich zur Aktualisierung vorgemerkt\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomains\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"Subdomain Limit\"\n\nmsgid \"Subject\"\nmsgstr \"Betreff\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Betreff fehlt.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Änderungen übernehmen\"\n\nmsgid \"Support\"\nmsgstr \"Support\"\n\nmsgid \"Support system\"\nmsgstr \"Support System\"\n\nmsgid \"Swap\"\nmsgstr \"Auslagerungsdatei (Swap)\"\n\nmsgid \"Switch\"\nmsgstr \"Wechseln\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Wechseln Sie in das Verzeichnis \\\"backups/\\\"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Zum Benutzer wechseln\"\n\nmsgid \"Sync quota info\"\nmsgstr \"Quota-Daten synchronisieren\"\n\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgid \"System data\"\nmsgstr \"System Daten\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Systemfehler - eigene Fehlerseite konnte nicht aktualisiert werden.\"\n\nmsgid \"System information\"\nmsgstr \"Systeminformationen\"\n\nmsgid \"System tools\"\nmsgstr \"Systemwerkzeuge\"\n\nmsgid \"System under maintenance\"\nmsgstr \"System wird gewartet...\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Ziel\"\n\nmsgid \"Target domain\"\nmsgstr \"Ziel-Domain\"\n\nmsgid \"Target port\"\nmsgstr \"Zielport\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"Ziel-Port muss eine Zahl sein.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Temporärer Ordner nicht gefunden.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"Feld %s darf nicht leer sein.\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\"Das Feld %s kann nicht sowohl unquotierte Zeichenfolgen als auch zitierte \"\n\"Zeichenfolgen haben.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\"Das %s Limit für diesen Kunden kann nicht größer sein als \"\n\"<strong>%d</strong> (Ihr berechnetes Limit).\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"Das %s Limit für diesen Kunden kann nicht niedriger sein als \"\n\"<strong>%d</strong>,  er verwendet bereits %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"Das %s Limit für diesen Kunden kann nicht \\\"deaktiviert\\\" werden, er hat \"\n\"bereits <strong>%d</strong> %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"Das %s Limit für diesen Kunden kann nicht \\\"unbegrenzt\\\" sein, denn Sie \"\n\"haben diesen Dienst begrenzt.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"Die %s Pluginversion %s ist nicht kompatibel mit der i-MSCP Version.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\"Die Übersetzungsdatei %s wurde ignoriert: Übersetzungstabelle ist leer.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"Feld %s darf nicht leer sein.\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"Der Benutzername '%value%' ist nicht verfügbar.\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\"Der Entwicklermodus ist derzeit aktiviert, dies macht die Bereitstellung von\"\n\" Ressourcen-Caching nicht verfügbar.\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\"Der Telnet-Server läuft zurzeit auf Ihren Server. Dieser Legacy-Dienst ist \"\n\"nicht sicher.\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"Der SQL Benutzername '%s' ist nicht verfügbar oder nicht erlaubt.\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"Der Ortsname muss zwischen %d und %d Zeichen enthalten.\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"Der Firmenname muss zwischen %d und %d Zeichen enthalten.\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"Der Konfigurationsparameter wurde erneuert.\"\nmsgstr[1] \"%d Konfigurationsparameter wurden erneuert\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"Der Ländername muss zwischen %d und %d Zeichen enthalten.\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"Das Verzeichnis %s existiert nicht. Bitte erstellen Sie dieses mit Ihrem \"\n\"Dateimanager.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"Die Domain ist momentan deaktiviert. Die Änderungen einiger Eigenschaften \"\n\"resultiert in der vollständigen oder teilweisen Reaktivierung der Domain.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"Die Domain oder mindestens eine ihrer Teile hat einen anderen Status als \"\n\"'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"Die Domain, die Sie versuchen zu bearbeiten, existiert nicht.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"E-Mail Adresse darf nicht leer sein.\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"Die FAX-Nummer muss zwischen %d und %d Zeichen enthalten.\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"Der Vorname muss zwischen %d und %d Zeichen enthalten.\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"Der Nachname muss zwischen %d und %d Zeichen enthalten.\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"Das zu bearbeitende Menü existiert nicht.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\"Das neue Document-Root muss bereits im /htdocs-Verzeichnis vorhanden sein.\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"Das Paket ist defekt. Bitte korrigieren Sie es.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Das Paket wird automatisch nach dem Upload auf ihrem System \"\n\"installiert.<br>Bitte aktualisieren Sie ihre Seite, um den neuen Status zu \"\n\"sehen.\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"Kennwort darf nicht leer sein.\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"Das Passwort enthält unerlaubte Zeichen.\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Das Passwortfeld ist leer.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"The password must be between %d and %d characters.\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"Das Passwort muss Buchstaben und Zahlen beinhalten.\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"Telefonnummer muss zwischen %d und %d Zeichen enthalten.\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"Der private Schlüssel gehört nicht zu dem angegebenen Zertifikat.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\"Die Remote Dateigröße (%s) ist kleiner als 1 Byte. Bitte prüfen Sie die URL.\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"Der Reseller, den ​​Sie zu löschen versuchen, hat ein oder mehrere \"\n\"Kundenkonten.<br />Entfernen Sie diese zuerst.\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"Das Bundesland muss zwischen %d und %d Zeichen enthalten.\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"Der Straßenname 1 muss zwischen %d und %d Zeichen enthalten.\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"Der Straßenname 2 muss zwischen %d und %d Zeichen enthalten.\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"Die Datei wurde nur teilweise hochgeladen.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"Benutzername darf nicht leer sein.\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Das Feld Benutzername ist leer.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"Der Benutzername muss zwischen %d und %d Zeichen enthalten.\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"Der Wert wurde im Stapel gefunden\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"Der Wert wurde nicht im Stapel gefunden\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Die Werte dürfen nicht übereinstimmen\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"Die Postleitzahl muss zwischen %d und %d Zeichen enthalten.\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"Sie haben keine eigenen Service-Ports definiert.\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"Es gibt einen Fehler In ihrem Paket. Bitte überprüfen Sie \"\n\"es!<br>Aktualisieren Sie ihre Seite um den neuen Status zu sehen.\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"Es gibt keine ausstehenden Aufgaben. Vorgang abgebrochen.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"Dieses Paket (%s, V%s) wurde von ihrem Reseller gelöscht. Sie können das \"\n\"Paket nur deinstallieren!<br>Bitte löschen Sie die Dateien und die Datenbank\"\n\" dieses Packets manuell!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Diese Datenbank wird unwiderruflich gelöscht werden. Dieser Prozess kann \"\n\"nicht rückgängig gemacht werden. Alle Benutzer, die mit dieser Datenbank \"\n\"verknüpft sind werden ebenfalls gelöscht, wenn diese mit keiner weiteren \"\n\"Datenbank verknüpft sind. Sind Sie sicher, dass Sie die '%s' Datenbank \"\n\"löschen wollen?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Diese htaccess Gruppe existiert bereits.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Dieser htaccess Benutzer existiert bereits.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\"Dieses Interface erlaubt es Ihnen IP-Adressen hinzuzufügen oder zu \"\n\"entfernen.\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Das ist der Host von dem es dem SQL-Benutzer erlaubt sein muss, sich zu dem \"\n\"SQL-Server zu verbinden. Geben Sie %s Platzhalter-Zeichen ein, um \"\n\"Verbindungen von jedem Host zu erlauben.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\"Dieses E-Mail-Konto ist sowohl gegen Hinzufügen als auch durch Löschung \"\n\"geschützt.\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"Das Paket existiert berreits im Administrator Software-Repository.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"Das Paket existiert bereits im Depot des Resellers \\\"%1$s\\\"!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"Das Paket existiert bereits im Software Depot!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Das Paket existiert bereits in Ihrem Software Repository.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Diese Paket ist auf folgenden Domains installiert:\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Dieses Paket ist nicht installiert\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Dieses Paket ist noch nicht installiert\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Diese Software ist auf folgenden Domains installiert:\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\"Dieser Benutzer hat einen Domaineintrag. Entfernen Sie zuerst die Domain aus\"\n\" dem System.\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Ticketinformationen\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Ticket erfolgreich geschlossen.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Ticket erfolgreich gelöscht.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Ticket erfolgreich erneut geöffnet\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Ticket mit der ID '%d' wurde nicht gefunden.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"Um die Plugin-Sperre aufzuheben, müssen Sie die Datei %s bearbeiten\"\n\nmsgid \"Total\"\nmsgstr \"Gesamt\"\n\nmsgid \"Total Domains\"\nmsgstr \"Domains insgesamt\"\n\nmsgid \"Total Software\"\nmsgstr \"Software Insgesamt\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Total Web Software-Repositories\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"Konten Gesamt: %s / %s\"\n\nmsgid \"Total installations\"\nmsgstr \"Gesamte Installationen\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Paketsumme im Web Software-Repository\"\n\nmsgid \"Total reseller\"\nmsgstr \"Reseller gesamt\"\n\nmsgid \"Total software\"\nmsgstr \"Software Insgesamt\"\n\nmsgid \"Traffic\"\nmsgstr \"Transfervolumen (Traffic)\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Transfervolumen\"\n\nmsgid \"Translated strings\"\nmsgstr \"Übersetzte Strings\"\n\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgid \"UP\"\nmsgstr \"LÄUFT\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL Weiterleitung\"\n\nmsgid \"URL port\"\nmsgstr \"URL Port\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL Protokoll\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL zu dieser Administrationsoberfläche\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Schließen des Tickets mit der ID '%s' nicht möglich.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Kann '%s' Verzeichnis für Sprachdatei nicht erstellen.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Kann 'LC_MESSAGES' Verzeichnis für Sprachdatei nicht erstellen.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Fehler beim Löschen der i-MSCP Info Datei\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\"Die Liste der IP-Adressen kann nicht abgerufen werden. Bitte beheben Sie \"\n\"dieses Problem.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Es konnten keine Information von GitHub geladen werden\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Fehler beim Laden der i-MSCP Info Datei\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Datei konnte nicht verschoben werden.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Lesen der Web Software Repository Index Datei ist nicht möglich.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Fehler beim Lesen der Datei %s.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"Fehler beim Lesen des Plugins %s. Bitte überprüfe die Dateiberechtigungen.\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Kann xml Datei für Web Software nicht lesen.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Erneutes Öffnen des Tickets mit der ID '%s' nicht möglich.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Es war nicht möglich das Kundenkonto zum Löschen vorzumerken. Eine Nachricht\"\n\" wurde an den Administrator versendet.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Es war nicht möglich das Löschen des Kundenkontos zu planen. Bitte \"\n\"überprüfen Sie die Admin-Logs oder Ihre E-Mail für mehr Informationen.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Die sslallowselfsigned-Option konnte nicht gesetzt werden\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Die sslverifypeer-Option konnte nicht gesetzt werden\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"Kann Datei nicht hochladen. Max. upload Dateigrösse (%1$d MB) erreicht?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\"Nicht erlaubte Ports in der Weiterleitungs-URL. Es sind nur Ports größer als\"\n\" 1024 erlaubt.\"\n\nmsgid \"Unauthorized\"\nmsgstr \"unbefugt\"\n\nmsgid \"Unavailable\"\nmsgstr \"Nicht verfügbar\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\"Ungedecktes Zitat im Feld '%s' gefunden. Ein Zitat, das kein String-\"\n\"Trennzeichen ist, muss entkommen.\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Unerwarteter Fehler\"\n\nmsgid \"Uninstall\"\nmsgstr \"Deinstallieren\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Deinstalliere dieses Plugin\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Deinstallation in Bearbeitung...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Deinstalliert\"\n\nmsgid \"Unknown\"\nmsgstr \"Unbekannt\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Unbekannter Fehler\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"Datenbank '%s' ist unbekannte. Die Datenbank muss angelegt sein.\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Unbekannte Aktion angefordert.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Unbekannte Aktion: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Unbekannter bruteforce-Typ entdeckt: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Unbekannter Sprachname.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Unbekannte Layout-Farbe.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Unbekannter Grund.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Unbekannter Service-Name '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Unbekannter Status\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Unbekannter Typ.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Unbekannter Benutzername.\"\n\nmsgid \"Update\"\nmsgstr \"Aktualisieren\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Plugins aktualisieren\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"SQL-Benutzerpasswort aktualisieren\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Update von Web-Software-Repository\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Vom Web-Depot aktualisieren\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Aktualisierung läuft...\"\n\nmsgid \"Update info\"\nmsgstr \"Aktualisierungsinformationen\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"Das Update des Websoftware Repository Index wurde abgebrochen. Fehlende oder\"\n\" leere Felder.\"\n\nmsgid \"Update password\"\nmsgstr \"Passwort aktualisieren\"\n\nmsgid \"Updates\"\nmsgstr \"Updates\"\n\nmsgid \"Upload\"\nmsgstr \"Hochladen\"\n\nmsgid \"Upload logo\"\nmsgstr \"Logo hochladen\"\n\nmsgid \"Upload now\"\nmsgstr \"Jetzt hochladen\"\n\nmsgid \"Uptime\"\nmsgstr \"Uptime\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"Benutzung von Punkten in der Domain-Namen Beschriftung ist verboten.\"\n\nmsgid \"Usage status\"\nmsgstr \"Verbrauchsstatus\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Normale Verbindung verwenden (Kein SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Sichere Verbindung verwenden (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Belegt\"\n\nmsgid \"Used database\"\nmsgstr \"Benutzte Datenbank\"\n\nmsgid \"User\"\nmsgstr \"Benutzer\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Benutzer (Vor- und Nachname)\"\n\nmsgid \"User data were not updated.\"\nmsgstr \" Benutzerdaten wurden nicht aktualisiert.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Die Benutzerdaten wurden erfolgreich aktualisiert.\"\n\nmsgid \"User errors\"\nmsgstr \"Benutzerfehler\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"Benutzer wurde nicht gelöscht.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"(System-) Benutzername\"\n\nmsgid \"User password\"\nmsgstr \"Benutzerpasswort\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Richtiger (Vor- und Nachname) des Benutzer\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Benutzer zum Löschen vorgemerkt.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Benutzersitzung erfolgreich zerstört.\"\n\nmsgid \"User statistics\"\nmsgstr \"Kundenstatistiken\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Benutzer erfolgreich getrennt.\"\n\nmsgid \"User type\"\nmsgstr \"Benutzertyp\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Benutzertyp (Admin, Reseller, Benutzer)\"\n\nmsgid \"Username\"\nmsgstr \"Benutzername\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Benutzername und Passwort für Anwendungsanmeldung\"\n\nmsgid \"Users\"\nmsgstr \"Benutzer\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\"Wert für die PHP-<strong>%%s</strong>-Richtlinie muss zwischen %%d und %%d \"\n\"sein.\"\n\nmsgid \"Values\"\nmsgstr \"Werte\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Entwickler-Homepage\"\n\nmsgid \"Version\"\nmsgstr \"Version\"\n\nmsgid \"Very high\"\nmsgstr \"Sehr hoch\"\n\nmsgid \"View\"\nmsgstr \"Anzeigen\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"SSL-Zertifikat anzeigen\"\n\nmsgid \"View ticket\"\nmsgstr \"Ticket anzeigen\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Besuche Plugin-Webseite\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Traffic-Warnung\"\n\nmsgid \"Warning!\"\nmsgstr \"Warnung!\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Warnungen und Fehler\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Es tut uns leid, aber das System befindet sich derzeit im Wartungsmodus.\\n\"\n\"Bitte versuchen Sie es später noch einmal.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Webstatistiken\"\n\nmsgid \"Web files only\"\nmsgstr \"nur Webdateien\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Webverzeichnisschutz\"\n\nmsgid \"Web in\"\nmsgstr \"Web (in)\"\n\nmsgid \"Web out\"\nmsgstr \"Web (out)\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Web-Software-Depot Pakete insgesamt\"\n\nmsgid \"Web software repository\"\nmsgstr \"Projektarchiv der Websoftware\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Web-Software Archivliste ist erfolgreich aktualisiert wurden.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Web-Software Achivliste ist bereits auf dem aktuellsten Stand.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Webstatistiken\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web-Traffic\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Webwerkzeuge\"\n\nmsgid \"Welcome email\"\nmsgstr \"Willkommens E-Mail\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"Willkommens-E-Mail-Vorlage wurde aktualisiert.\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Willkommen {USERNAME} bei i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\"Wenn auf 'ja' gesetzt, kann die PHP exec() Funktion in Ihren Scripten \"\n\"benutzt werden.\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\"IP-Adressen werden automatisch konfiguriert, wenn `Auto' ausgewählt wurde.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\"Die Konfiguration liegt beim Administrator, wenn `Manuell' ausgewählt wurde.\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Falsche oder nicht erlaubte IP Adresse.\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Falsche oder nicht erlaubte IP Netzmaske.\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Falsche Reseller ID.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Falscher Sicherheitscode.\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Falsche Software-ID.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Falsche Syntax für neues Ablaufdatum.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Falsche Syntax für das %s Limit.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Falsche Syntax für den Mail Quota Wert.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Falsche Benutzerebene bereitgestellt.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Falscher Benutzername.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"URL der XML-Datei für die Websoftware\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Jahr\"\n\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Sie überschreiten das monatliche Transfervolumen des Servers.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"Sie überschreiten Ihr Domain-Alias Limit.\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"Sie haben Ihr FTP-Account-Limit erreicht.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"Sie überschreiten ihr SQL-Datenbank Limit.\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"Sie überschreiten Ihr SQL-Benutzer Limit.\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Sie überschreiten Ihre maximale Speicherkapazität.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"Sie haben Ihr E-Mail-Account-Limit erreicht.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Sie überschreiten ihr monatliches Transfervolumen.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"Sie haben Ihr Subdomain-Limit erreicht.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\"Es ist Ihnen nicht erlaubt auf Ihre eigene Sitzung Einfluss zu nehmen.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\"Sie können den DEBUG-Modus in der Datei /etc/imscp/imscp.conf deaktivieren.\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Sie können nur Bilder hochladen.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"Sie können so viele Adressen auswählen wie sie möchten.\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"Sie können einen alternativen Document-Root setzen. Dies ist meist beim \"\n\"Einsatz eines PHP Frameworks wie Symfony nötig. Beachten Sie, dass das neue \"\n\"Document-Root innerhalb des Standard `/htdocs' Document-Root ist. Beachten \"\n\"Sie, dass das Verzeichnis für das neue Document-Root bereits vorhanden sein \"\n\"muss.\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\"Sie können keine normalen EMail-Konten anlegen, weil Sie bereits das gesamte\"\n\" Email Quota anderen Konten zugeordnet haben. Wenn Sie ein normales Mail-\"\n\"Konto hinzufügen wollen, müssen Sie zunächst das Quota eines bestehenden \"\n\"Kontos verringern. \"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\"Sie können kein neues E-Mail Konto für diese Domain hinzufügen. Es sind nur \"\n\"E-Mail Konten zur Weiterleitung erlaubt.\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"Sie können keinen Reseller löschen, der noch Kundenkonten hat.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"Sie können den Default-Administrator nicht löschen.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Sie können die letzte aktive IP-Adresse nicht löschen.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"Sie können nicht %s auf sich selbst weiterleiten.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\"Sie können dieses Konten nicht in ein normales Konto umwandeln, weil Sie \"\n\"bereits das gesamte E-Mail Quota anderen Konten zugeordnet haben. Wenn Sie \"\n\"dieses Konto in ein normales E-Mail-Konto umwandeln wollen, müssen Sie \"\n\"zunächst das Quota eines bestehenden Kontos verringern. \"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\"Sie können keine IP-Adresse entfernen, welche einem Reseller zugeordnet ist.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"Sie können kein Ablaufdatum in der Vergangenheit verwenden.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\"Sie können die Zuweisung einer bereits verwendeten IP-Adresse nicht \"\n\"aufheben.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"Es kann kein geschütztes Plugin aktualisiert werden.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"Sie haben keine DNS Ressourceneinträge.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Sie haben keine FTP Konten.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Sie haben noch keine Software hochgeladen \"\n\nmsgid \"You do not have databases.\"\nmsgstr \"Sie haben keine Datenbanken.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Sie haben keine Domain-Aliase.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"Sie haben keine Berechtigungen Software hochzuladen\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Sie haben keine geschützten Bereiche.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Sie haben keine Subdomains.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\"Sie haben ein FTP-Account-Limit!<br/>Sie können keinen Benutzer mit \"\n\"unbegrenzten FTP-Accounts hinzufügen.\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\"Sie haben ein SQL-Datenbank-Limit.<br />Sie können keinen Benutzer mit mit \"\n\"unbegrenzten Datenbanken hinzufügen.\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\"Sie haben ein SQL Benuter Limit.<br />Sie können keinen Benutzer mit \"\n\"unbegrenzten SQL Benutzern hinzufügen.\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"Sie haben ein Speicherplatz Limit.<br />Sie können keine Benutzer mit \"\n\"unbegrenztem Speicherplatz erstellen.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\"SIe haben ein Domain-Alias Limit.<br />Sie können keinen Benutzer mit \"\n\"unbegrenzten Domain-Aliasen hinzufügen.\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\"Sie haben ein E-Mail-Account-Limit.<br />Sie können keinen Benutzer mit \"\n\"unbegrenzten E-Mail-Konten hinzufügen.\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"SIe haben ein monatliches Trafficlimit.<br />Sie können keinen Benutzer mit \"\n\"unbegrenztem monatlichen Trafficlimit hinzufügen.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"Sie haben eine neue Antwort auf Ihre Supportanfrage.\"\nmsgstr[1] \"Sie haben für Ihre Supportanfragen %d neue Antworten erhalten.\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"Sie haben eine neue Domain-Alias Bestellung.\"\nmsgstr[1] \"Sie haben %d neue Domain-Alias Bestellungen.\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"Sie haben eine neue Supportanfrage erhalten.\"\nmsgstr[1] \"Sie haben %d neue Supportanfragen erhalten.\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\"Sie haben ein Subdomain-Limit.<br />Sie können keinen Benutzer mit \"\n\"unbegrenzten Subdomains hinzufügen.\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"Sie werden %s Minuten blockiert.\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Sie wurden erfolgreich abgemeldet.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"Sie haben SQL-Datenbanken für diesen Account deaktiviert.<br />Sie können \"\n\"keine SQL-Benutzer haben.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Sie haben keine geschlossenen Tickets.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Sie haben keine Gruppen.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Sie haben keine offenen Tickets.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Sie haben die maximale Anzahl an Domain-Aliase für Ihren Tarif erreicht.\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Sie haben die maximale Anzahl an E-Mail Konten für Ihren Tarif erreicht.\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"Sie haben die maximale Anzahl an Subdomains für Ihren Tarif erreicht.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\"Sie haben ihr Domain-Limit erreicht. Sie können keine weiteren Domains \"\n\"hinzufügen.\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Sie müssen zwischen Datei-Upload und wget-Funktion wählen.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"Sie müssen dem Reseller mindestens eine IP zuordnen.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Sie müssen zwischen Lokal- oder Remote-Upload wählen.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Sie müssen Ihr Passwort bestätigen.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Sie müssen einen Domain-Alias Namen eingeben\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Sie müssen einen Subdomain Namen eingeben.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"Sie müssen zuerst einen Benutzer anlegen.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\"Es muß erst ein Passwort generiert werden. Klicken Sie auf die Schaltfläche \"\n\"\\\"Generieren\\\".\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Sie müssen eine Datei zum hochladen auswählen.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Sie müssen eine Datei zum Hoch- oder Herunterladen wählen.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"Sie müssen mindestens eine Catch-All Adresse auswählen.\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"Es muss mindestens ein E-Mail Konto für die Löschung ausgewählt sein.\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Sie müssen mindestens ein Plugin auswählen.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Sie müssen eine Nachricht eingeben.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Sie müssen ein Betreff angeben.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"Sie müssen %s Minuten vor dem nächsten Versuch warten.\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"Sie sollten diese Richtlinie nur aktivieren, wenn alle Subdomains dieser \"\n\"Domain SSL unterstützen. Beachten Sie, dass diese Direktive das HSTS-Merkmal\"\n\" nicht automatisch für alle Subdomains dieser Domain aktiviert.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\"Ihr Account ist zur Zeit deaktiviert. Bitte nehmen Sie mit Ihrem Reseller \"\n\"Kontakt auf.\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Ihr Konto ist abgelaufen. Bitte erneuern Sie Ihr Abonnement.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\"Ihr Account ist abgelaufen. Bitte nehmen Sie mit Ihrem Reseller Kontakt auf.\"\n\nmsgid \"Your consumption\"\nmsgstr \"Ihr Verbrauch\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Ihre i-MSCP Version nicht nicht kompatibel mit diesem Plugin. Versuchen Sie \"\n\"es mit einer neueren Version.\"\n\nmsgid \"Your message\"\nmsgstr \"Ihre Nachricht\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Ihre Nachicht wurde erfolgreich gesendet.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Ihr neuer i-MSCP Login\"\n\nmsgid \"Your new password\"\nmsgstr \"Ihr neues Passwort\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Ihr Paket ist defekt. Bitte korrigieren Sie es!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\"Ihr Passwort Änderung wurde erfolgreich vorgemerkt. Bitte prüfen Sie Ihr \"\n\"E-Mail Postfach.\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\"Ihre Remote Dateigröße (%s) ist kleiner als 1 Byte. Bitte prüfen sie die \"\n\"URL.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\"Ihre Anfrage für eine Passwort Änderung kann im Moment nicht umgesetzt \"\n\"werden. Bitte versuchen Sie es in ein paar Minuten erneut.\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\"Ihre Anfrage für eine Passworterneuerung wurde vermerkt. Sie erhalten eine \"\n\"E-Mail mit einer Anleitung um den Prozess abzuschließen.\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\"Ihre Anfrage für eine Passworterneuerung ist entweder fehlerhaft oder \"\n\"abgelaufen.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"Ihr Software Paket wurde aktiviert\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"Ihr Software Paket wurde gelöscht\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Postleitzahl\"\n\nmsgid \"Zone\"\nmsgstr \"Zone\"\n\nmsgid \"[New]\"\nmsgstr \"[Neu]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Deutsch (Deutschland) - German (Germany)\"\n\nmsgid \"activated\"\nmsgstr \"aktiviert\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"aktiviert (Softwaredepot)\"\n\nmsgid \"addition\"\nmsgstr \"Zusätzlich\"\n\nmsgid \"administrator\"\nmsgstr \"Administrator\"\n\nmsgid \"and\"\nmsgstr \"und\"\n\nmsgid \"anything\"\nmsgstr \"irgendwas\"\n\nmsgid \"catch-all\"\nmsgstr \"Catch-All\"\n\nmsgid \"city\"\nmsgstr \"Ort\"\n\nmsgid \"company\"\nmsgstr \"Firma\"\n\nmsgid \"country\"\nmsgstr \"Land\"\n\nmsgid \"created by\"\nmsgstr \"Erstellt von\"\n\nmsgid \"deleting\"\nmsgstr \"löscht\"\n\nmsgid \"disabled\"\nmsgstr \"deaktiviert\"\n\nmsgid \"disk space\"\nmsgstr \"Speicherplatz\"\n\nmsgid \"domain\"\nmsgstr \"Domain\"\n\nmsgid \"domain alias\"\nmsgstr \"Domain Alias\"\n\nmsgid \"domain aliases\"\nmsgstr \"Domain Aliase\"\n\nmsgid \"domain data\"\nmsgstr \"Domain Daten\"\n\nmsgid \"domain name\"\nmsgstr \"Domainname\"\n\nmsgid \"domains\"\nmsgstr \"Domains\"\n\nmsgid \"error\"\nmsgstr \"Fehler\"\n\nmsgid \"everything\"\nmsgstr \"Alles\"\n\nmsgid \"first name\"\nmsgstr \"Vorname\"\n\nmsgid \"from other browser\"\nmsgstr \"von anderem Browser\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Anwendungsverwaltung (Berechtigungen)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Anmeldung\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Passwort vergessen\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Wartung\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Software-Installer / Verwaltung\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Software Verwaltung\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Softwareverwaltung (Rechte)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Softwareverwaltung\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Software Installer / Verwaltung\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Software Installer / Web Software Repository\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP Web Software Repository\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP Plugin Store\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP Updates\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"i-MSCP Versionsaktualisierungsüberprüfung ist deaktiviert\"\n\nmsgid \"installed\"\nmsgstr \"installiert\"\n\nmsgid \"installing\"\nmsgstr \"installiert\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"Nachname\"\n\nmsgid \"mail\"\nmsgstr \"E-Mail\"\n\nmsgid \"mail account\"\nmsgstr \"E-Mail-Konto\"\n\nmsgid \"mail accounts\"\nmsgstr \"E-Mail Konten\"\n\nmsgid \"missing alias\"\nmsgstr \"Fehlender Alias\"\n\nmsgid \"missing domain\"\nmsgstr \"Fehlende Domain\"\n\nmsgid \"n\\\\a\"\nmsgstr \"n/a\"\n\nmsgid \"no\"\nmsgstr \"Nein\"\n\nmsgid \"not available\"\nmsgstr \"nicht verfügbar\"\n\nmsgid \"not required\"\nmsgstr \"nicht erforderlich\"\n\nmsgid \"ok\"\nmsgstr \"Ok\"\n\nmsgid \"older than 1 month\"\nmsgstr \"älter als 1 Monat\"\n\nmsgid \"older than 12 months\"\nmsgstr \"älter als 12 Monate\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"älter als 2 Wochen\"\n\nmsgid \"older than 3 months\"\nmsgstr \"älter als 3 Monate\"\n\nmsgid \"older than 6 months\"\nmsgstr \"älter als 6 Monate\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"oder entfernte Datei (Max: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"verwaister Eintrag\"\n\nmsgid \"required\"\nmsgstr \"erforderlich\"\n\nmsgid \"reseller name\"\nmsgstr \"Resellername\"\n\nmsgid \"state/province\"\nmsgstr \"Bundesland\"\n\nmsgid \"subdomain\"\nmsgstr \"Subdomain\"\n\nmsgid \"subdomains\"\nmsgstr \"Subdomains\"\n\nmsgid \"suspended\"\nmsgstr \"Gesperrt\"\n\nmsgid \"that match with\"\nmsgstr \"stimmt überein mit\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Traffic\"\n\nmsgid \"update\"\nmsgstr \"aktualisieren\"\n\nmsgid \"waiting for activation\"\nmsgstr \"Wartet auf Aktivierung\"\n\nmsgid \"which status is\"\nmsgstr \"deren Status ist\"\n\nmsgid \"yes\"\nmsgstr \"Ja\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"{USERNAME} User-Statistik\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 i-MSCP Team<br>Alle Rechte vorbehalten\"\n"
  },
  {
    "path": "i18n/po/el.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Asterios Dimitriou <steve@pci.gr>, 2017\\n\"\n\"Language-Team: Greek (https://www.transifex.com/i-mscp/teams/576/el/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: el\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Διαχείριση / Υποστήριξη / Ανοιχτά Σημειώματα\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Πελάτης / Διαδικτυακά εργαλεία / Προσαρμοσμένες Σελίδες Λάθους / Επεξεργασία\"\n\" Προσαρμοσμένης Σελίδας Λάθους\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Λάθος διεύθυνση IP.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Αποθετήριο)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Έκδοση: %2$s, Γλώσσα: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s τώρα είστε συνδεδεμένος ως %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d συμβολοσειρές μεταφράστηκαν\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"Ο %s λογαριασμός διαγράφηκε επιτυχώς.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s δεν υπάρχει ή είναι κενό.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s δεν είναι έγκυρο i-MSCP αρχείο γλώσσας. \"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s δεν επιτρέπεται σαν ετικέτα για το subdomain.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s σελίδα\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s εγγραφή\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: Οι πελάτες του μεταπωλητή καταναλώνουν (%s) περισσότερο από το νέο όριο.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: Το σύνολο των αντικειμένων (%s) που έχουν ήδη δοθεί από τον μεταπωλητή \"\n\"είναι μεγαλύτερο από το νέο όριο.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Αυτός ο μεταπωλητής έχει πελάτη(ες) με αντικείμενα χωρίς όριο.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: Δεν μπορείτε να απενεργοποιήσετε μια υπηρεσία που έχει ήδη δοθεί στους \"\n\"πελάτες του μεταπωλητή.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Δεν μπορείτε να απενεργοποιήσετε μια υπηρεσία που έχει ήδη πωληθεί στους\"\n\" πελάτες του μεταπωλητή.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Μία επέκταση της PHP σταμάτησε τη μεταφόρτωση του αρχείου.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Υπάρχει ήδη σχέδιο φιλοξενίας με το ίδιο όνομα.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Υπάρχει διαθέσιμη αναβάθμιση του i-MSCP\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Ένα νέο πακέτο λογισμικού μεταφορτώθηκε\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\"Αποκτήστε πρόσβαση στα στατιστικά του domain σας μέσω της web διεπαφής.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Αποκτήστε πρόσβαση στα αρχεία σας μέσω της web διεπαφής.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Αποκτήστε πρόσβαση στην αλληλογραφία σας μέσω της web διεπαφής.\"\n\nmsgid \"Account limits\"\nmsgstr \"Όρια λογαριασμού\"\n\nmsgid \"Account name\"\nmsgstr \"Όνομα λογαριασμού\"\n\nmsgid \"Account summary\"\nmsgstr \"Σύνοψη λογαριασμού\"\n\nmsgid \"Account type\"\nmsgstr \"Είδος λογαριασμού\"\n\nmsgid \"Action\"\nmsgstr \"Ενέργεια\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Η ενέργεια έχει σταματήσει.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Η ενέργεια απέτυχε.\"\n\nmsgid \"Actions\"\nmsgstr \"Ενέργειες\"\n\nmsgid \"Activate\"\nmsgstr \"Ενεργοποίηση\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Ενεργοποίηση αυτού του πρόσθετου\"\n\nmsgid \"Activated\"\nmsgstr \"Ενεργοποιήθηκε\"\n\nmsgid \"Activated software\"\nmsgstr \"Ενεργοποιημένο λογισμικό\"\n\nmsgid \"Activation email\"\nmsgstr \"Email ενεργοποίησης\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Ενεργοποίηση σε εξέλιξη...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Προσθήκη\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Προσθήκη εγγραφής DNS\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Προσθήκη λογαριασμού FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Προσθήκη ομάδας Htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Προσθήκη χρήστη Htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Προσθήκη SQL βάσης δεδομένων\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Προσθήκη SQL χρήστη\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Προσθήκη πιστοποιητικού SSL\"\n\nmsgid \"Add admin\"\nmsgstr \"Προσθήκη διαχειριστή\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Προσθήκη προσαρμοσμένου μενού\"\n\nmsgid \"Add customer\"\nmsgstr \"Προσθήκη πελάτη\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Προσθήκη πελάτη - Επόμενο βήμα\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Προσθήκη ψευδώνυμου domain\"\n\nmsgid \"Add group\"\nmsgstr \"Προσθήκη ομάδας\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Προσθήκη πακέτου φιλοξενίας\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Προσθήκη νέας IP διεύθυνσης\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Προσθήκη νέας προστατευμένης περιοχής\"\n\nmsgid \"Add permissions\"\nmsgstr \"Προσθήκη δικαιωμάτων\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"Προσθήκη προστατευμένης περιοχής\"\n\nmsgid \"Add reseller\"\nmsgstr \"Προσθήκη μεταπωλητή\"\n\nmsgid \"Add subdomain\"\nmsgstr \"\"\n\nmsgid \"Add user\"\nmsgstr \"Προσθήκη χρήστη\"\n\nmsgid \"Added by\"\nmsgstr \"Προστέθηκε από\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Προσθήκη σε εξέλιξη...\"\n\nmsgid \"Admin\"\nmsgstr \"Διαχειριστής\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Διαχειριστής / Γενικά / Αρχείο καταγραφής διαχειριστή\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Διαχειριστής / Γενικά / Επισκόπηση\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Διαχειριστής / Γενικά / Κατάσταση Υπηρεσιών\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Διαχειριστής / Προφίλ / Σύνοψη Λογαριασμού\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Διαχειριστής / Προφίλ / Γλώσσα\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Διαχειριστής / Προφίλ / Διάταξη\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Διαχειριστής / Προφίλ / Κωδικός\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Διαχειριστής / Προφίλ / Προσωπικά Δεδομένα\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Διαχειριστής / Ρυθμίσεις\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Διαχειριστής / Ρυθμίσεις / Διαχείριση IP διευθύνσεων\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Διαχειριστής / Ρυθμίσεις / Γλώσσες\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Διαχειριστής / Ρυθμίσεις / Email Χαμένου Κωδικού\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Διαχειριστής / Ρυθμίσεις / Διαχείριση Προσθέτων\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Διαχειριστής / Ρυθμίσεις / Πόρτες Υπηρεσιών\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Διαχειριστής / Ρυθμίσεις / Διαχείριση Λογισμικού\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Διαχειριστής / Ρυθμίσεις / Επιλογές Λογισμικού\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Διαχειριστής / Ρυθμίσεις / Email Καλωσορίσματος\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Διαχειριστής / Ρυθμίσεις / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Διαχειριστής / Διαχείριση Λογισμικού / Λογισμικό Μεταπωλητή\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Διαχειριστής / Στατιστικά / Χρήση IP διευθύνσεων\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Διαχειριστής / Στατιστικά / Στατιστικά Μεταπωλητή\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"Διαχειριστής / Στατιστικά / Στατιστικά Μεταπωλητή / Στατιστικά Χρήστη\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Διαχειριστής / Στατιστικά / Στατιστικά Μεταπωλητή / Στατιστικά Χρήστη / \"\n\"Στατιστικά του χρήστη {USERNAME} \"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Διαχειριστής / Στατιστικά / Στατιστικά Διακομιστή\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Διαχειριστής / Υποστήριξη / Κλειστά Σημειώματα\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Διαχειριστής / Υποστήριξη / Εμφάνιση Σημειώματος\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Διαχειριστής / Εργαλεία Συστήματος / Anti-Rootkit Αρχεία Καταγραφών\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Διαχειριστής / Εργαλεία Συστήματος / Αποσφαλματωτής\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Διαχειριστής / Εργαλεία Συστήματος / Ρυθμίσεις Συντήρησης\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Διαχειριστής / Εργαλεία Συστήματος / Πληροφορίες Συστήματος\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Διαχειριστής / Εργαλεία Συστήματος / Ενημέρωσεις του i-MSCP\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Διαχειριστής / Χρήστες / Προσθήκη Διαχειριστή\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Διαχειριστής / Χρήστες / Προσθήκη Μεταπωλητή\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Διαχειριστής / Χρήστες / Επεξεργασία Μεταπωλητή\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Διαχειριστής / Χρήστες / Επισκόπηση\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Διαχειριστής / Χρήστες / Επισκόπηση / Λεπτομέρειες Domain\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Διαχειριστής / Χρήστες / Επισκόπηση / Επεξεργασία Domain\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Διαχειριστής / Χρήστες / Συνεδρίες\"\n\nmsgid \"Admin log\"\nmsgstr \"\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"Διαχειριστής\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"\"\n\nmsgid \"Administrator login\"\nmsgstr \"\"\n\nmsgid \"Administrators\"\nmsgstr \"\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"\"\n\nmsgid \"All users\"\nmsgstr \"\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Προέκυψε ένα μη αναμενόμενο σφάλμα.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\"Προέκυψε ένα μη αναμενόμενο σφάλμα. Παρακαλούμε επικοινωνήστε  με το \"\n\"διαχειριστή σας.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\"Προέκυψε ένα μη αναμενόμενο σφάλμα. Παρακαλούμε επικοινωνήστε με τον \"\n\"μεταπωλητή σας.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Προέκυψε ένα μη αναμενόμενο σφάλμα: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Προέκυψε ένα άγνωστο σφάλμα κατά τη μεταφόρτωση αρχείου: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-Rootkit Αρχεία Καταγραφών\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"Εφαρμογή\"\n\nmsgid \"Apply changes\"\nmsgstr \"Εφαρμογή αλλαγών\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"\"\n\nmsgid \"Assign\"\nmsgstr \"\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Αυτόματα (Γλώσσα του προγράμματος περιήγησης)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Πίσω\"\n\nmsgid \"Backup\"\nmsgstr \"\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"Πληροφορίες επεξεργαστή\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Άκυρο\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Πιστοποιητικό\"\n\nmsgid \"Certificate data\"\nmsgstr \"Δεδομένα πιστοποιητικού\"\n\nmsgid \"Change\"\nmsgstr \"Αλλαγή\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Αλλαγή κατάστασης αυτού του αντικειμένου για νέα προσπάθεια\"\n\nmsgid \"Check for update\"\nmsgstr \"Έλεγχος για ενημέρωση\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Επιλογή\"\n\nmsgid \"Choose dir\"\nmsgstr \"Επιλογή καταλόγου\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Επιλογή αρχείου (Μέγιστο: %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Επιλογή πακέτου φιλοξενίας\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Επιλογή χρώματος διάταξης\"\n\nmsgid \"Choose your language\"\nmsgstr \"Επιλέξτε τη γλώσσα σας\"\n\nmsgid \"Circular\"\nmsgstr \"\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Πόλη\"\n\nmsgid \"Class\"\nmsgstr \"\"\n\nmsgid \"Clear log\"\nmsgstr \"\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Πελάτης / Βάσεις Δεδομένων / Προσθήκη SQL Βάσης Δεδομένων\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Πελάτης / Βάσεις Δεδομένων / Επισκόπηση\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Πελάτης / Βάσεις Δεδομένων / Επισκόπηση / Προσθήκη SQL Χρήστη\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\"Πελάτης / Βάσεις Δεδομένων / Επισκόπηση / Ενημέρωση Κωδικού του Χρήστη SQL\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Πελάτης / Domain / Επεξεργασία εγγραφής DNS\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Πελάτης / Domains\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Πελάτης / Domains / Προσθήκη εγγραφής DNS\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Πελάτης / Domains / Προσθήκη Εναλλακτικής Ονομασίας του Domain\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Πελάτης / Domains / Προσθήκη Subdomain\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Πελάτης / Domains / Επεξεργασία Domain\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Πελάτης / Domains / Επεξεργασία Εναλλακτικής Ονομασίας του Domain\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Πελάτης / Domains / Επεξεργασία Subdomain\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Πελάτης / Domains / Ρυθμίσεις PHP\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Πελάτης / Domains / Πιστοοποιητικό SSL\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Πελάτης / FTP / Προσθήκη FTP Λογαριασμού\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Πελάτης / FTP / Επισκόπηση\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Πελάτης / FTP / Επισκόπηση / Επεξεργασία FTP Λογαριασμού\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Πελάτης / Γενικά / Επισκόπηση\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Πελάτης / Προφίλ / Σύνοψη Λογαριασμού\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Πελάτης / Προφίλ / Γλώσσα\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Πελάτης / Προφίλ / Διάταξη\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Πελάτης / Προφίλ / Κωδικός\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Πελάτης / Προφίλ / Προσωπικά Δεδομένα\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Πελάτης / Στατιστικά\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Πελάτης / Υποστήριξη / Κλειστά Σημειώματα\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Πελάτης / Υποστήριξη / Νέο Σημείωμα\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Πελάτης / Υποστήριξη / Ανοιχτά Σημειώματα\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Πελάτης / Υποστήριξη / Εμφάνιση Σημειώματος\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"Κλείσιμο\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Κλείσιμο του σημειώματος\"\n\nmsgid \"Close ticket\"\nmsgstr \"Κλείσιμο σημειώματος\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Κλειστά σημειώματα\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Εταιρεία\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"Πυρήνες\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Χώρα\"\n\nmsgid \"Create\"\nmsgstr \"Δημιουργία\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Ημερομηνία δημιουργίας\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Ο λογαριασμός του πελάτη προγραμματίστηκε επιτυχώς για δημιουργία.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"Ημερομηνία\"\n\nmsgid \"Day\"\nmsgstr \"Ημέρα\"\n\nmsgid \"Days\"\nmsgstr \"Ημέρες\"\n\nmsgid \"Deactivate\"\nmsgstr \"Απενεργοποίηση\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Αγαπητέ/ή {NAME},\\n\"\n\"\\n\"\n\"Ένας νέος λογαριασμός δημιουργήθηκε για εσάς.\\n\"\n\"\\n\"\n\"Οι πληροφορίες του λογαριασμού σας:\\n\"\n\"\\n\"\n\"Τύπος λογαριασμού: {USERTYPE}\\n\"\n\"Όνομα χρήστη: {USERNAME}\\n\"\n\"Κωδικός: {PASSWORD}\\n\"\n\"\\n\"\n\"Θυμηθείτε να αλλάζετε τον κωδικό σας συχνά και την πρώτη φορά που θα συνδεθείτε.\\n\"\n\"\\n\"\n\"Μπορείτε να συνδεθείτε τώρα στο {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Παρακαλούμε μην απαντάτε σε αυτό το email.\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Αγαπητέ/ή {NAME},\\n\"\n\"\\n\"\n\"Ένα νέο πακέτο λογισμικού ανέβηκε από έναν μεταπωλητή.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Παρακαλούμε μην απαντάτε σε αυτό το email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"Αποσφαλματωτής\"\n\nmsgid \"Default\"\nmsgstr \"Προεπιλογή\"\n\nmsgid \"Default language\"\nmsgstr \"Προεπιλεγμένη γλώσσα\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Η προεπιλεγμένη γλώσσα ενημερώθηκε επιτυχώς.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Διαγραφή\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"\"\n\nmsgid \"Delete order\"\nmsgstr \"\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Διαγραφή αυτού του πρόσθετου\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Διαγραφή σε εξέλιξη\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Διαγραφή σε εξέλιξη...\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Περιγραφή\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Η περιγραφή δεν μπορεί να είναι άδεια.\"\n\nmsgid \"Details\"\nmsgstr \"Λεπτομέρειες\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Ο κατάλογος %s δεν υπάρχει.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"Ο κατάλογος %s' δεν υπάρχει.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"Ο κατάλογος %s' δεν επιτρέπεται ή είναι άκυρος.\"\n\nmsgid \"Disabled\"\nmsgstr \"Απενεργοποιημένο\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Απενεργοποιημένες λειτουργίες\"\n\nmsgid \"Disconnect\"\nmsgstr \"Αποσύνδεση\"\n\nmsgid \"Disk\"\nmsgstr \"Δίσκος\"\n\nmsgid \"Disk space\"\nmsgstr \"Χώρος δίσκου\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Όριο χώρου δίσκου [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Χρήση δίσκου\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Λεπτομέρειες χρήσης δίσκου\"\n\nmsgid \"Display errors\"\nmsgstr \"Εμφάνιση λαθών\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domain\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Το domain %s δεν μπορεί να προωθηθεί στον εαυτό του.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Το domain %s δεν είναι διαθέσιμο.\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domain IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"Όνομα Domain\"\n\nmsgid \"Domain account\"\nmsgstr \" Λογαριασμός domain\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Ο λογαρισμός του domain έληξε.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Λογαριασμοί domain\"\n\nmsgid \"Domain alias\"\nmsgstr \"Ψευδώνυμο domain\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Το ψευδώνυμο του domain %s δεν μπορεί να προωθηθεί στον εαυτό του.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Λάθη στο ψευδώνυμο του domain\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Όνομα ψευδώνυμου domain\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Το ψευδώνυμο του domain δημιουργήθηκε επιτυχώς.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"\"\n\nmsgid \"Domain errors\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"Επισκόπηση domain\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Στατιστικά domain\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"\"\n\nmsgid \"Done\"\nmsgstr \"\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Επεξεργασία\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"Επεξεργασία διαχειριστή\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"Επεξεργασία πελάτη\"\n\nmsgid \"Edit domain\"\nmsgstr \"Επεξεργασία domain\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"\"\n\nmsgid \"Edit error page\"\nmsgstr \"\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"Email ρυθμίσεις\"\n\nmsgid \"Email setup\"\nmsgstr \"\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"Ενεργοποιημένο\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Ενεργοποιημένο για: %s\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Φαξ\"\n\nmsgid \"Feature\"\nmsgstr \"Χαρακτηριστικό\"\n\nmsgid \"Features\"\nmsgstr \"Χαρακτηριστικά\"\n\nmsgid \"Female\"\nmsgstr \"Γυναίκα\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Όνομα\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Προώθηση\"\n\nmsgid \"Forward URL\"\nmsgstr \"Προώθηση URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Η προώθηση του URL %s δεν είναι έγκυρη.\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Η λίστα προωθήσεων είναι άδεια.\"\n\nmsgid \"Forward to\"\nmsgstr \"Προώθηση σε\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Προώθηση σε  URL\"\n\nmsgid \"Forward type\"\nmsgstr \"Τύπος προώθησης\"\n\nmsgid \"Free\"\nmsgstr \"Ελεύθερη\"\n\nmsgid \"From\"\nmsgstr \"Από\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Από μεταπωλητή\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Ftp λογαριασμός\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Ftp λογαριασμοί\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Ftp κατάλογοι\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Φύλο\"\n\nmsgid \"General\"\nmsgstr \"Γενικά\"\n\nmsgid \"General information\"\nmsgstr \"Γενικές πληροφορίες\"\n\nmsgid \"General settings\"\nmsgstr \"Γενικές ρυθμίσεις\"\n\nmsgid \"Generate\"\nmsgstr \"Παραγωγή\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Παραγωγή ενός αυτο-υπογραφόμενου πιστοποιητικού\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Λήψη νέου κωδικού ασφαλείας\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Ομάδα\"\n\nmsgid \"Group members\"\nmsgstr \"Μέλη ομάδας\"\n\nmsgid \"Group name\"\nmsgstr \"Όνομα ομάδας\"\n\nmsgid \"Groups\"\nmsgstr \"Ομάδες\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"Κίνηση HTTP\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Υψηλή\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"Αρχική σελίδα\"\n\nmsgid \"Host\"\nmsgstr \"\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Πακέτο φιλοξενίας\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Διαθεσιμότητα πακέτου φιλοξενίας\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Το όριο του πακέτου φιλοξενίας υπερβαίνει το όριο του μεταπωλητή.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Το όριο του πακέτου φιλοξενίας υπερβαίνει τα όριά σας.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Το πακέτο φιλοξενίας δημιουργήθηκε επιτυχώς.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Το πακέτο φιλοξενίας διαγράφηκε επιτυχώς.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Το πακέτο φιλοξενίας ενημερώθηκε επιτυχώς.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Πακέτα φιλοξενίας\"\n\nmsgid \"Hour\"\nmsgstr \"Ώρα\"\n\nmsgid \"Hours\"\nmsgstr \"Ώρες\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Ομάδα htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Η htaccess ομάδα προγραμματίστηκε επιτυχώς για προσθήκη.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Η htaccess ομάδα προγραμματίστηκε επιτυχώς για διαγραφή.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Χρήστης htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Ο htaccess χρήστης εκχωρήθηκε επιτυχώς στην %s ομάδα htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Ο htaccess χρήστης διαγράφηκε επιτυχώς από την %s ομάδα htaccess\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Ο htaccess χρήστης προγραμματίστηκε επιτυχώς για προσθήκη.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"\"\n\nmsgid \"IPv6 address\"\nmsgstr \"\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Οι εικόνες πρέπει να είναι μικρότερες από 500 x 90 εικονοστοιχεία.\"\n\nmsgid \"Import\"\nmsgstr \"Εισαγωγή\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Εισαγωγή σε τοπικό αποθετήριο\"\n\nmsgid \"Import new language file\"\nmsgstr \"Εισαγωγή νέου αρχείου γλώσσας\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"Στην κατάσταση συντήρησης, μόνο οι διαχειριστές μπορούν να συνδεθούν.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Εγκατάσταση\"\n\nmsgid \"Install in progress\"\nmsgstr \"Εγκατάσταση σε εξέλιξη\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Εγκατάσταση αυτού του πρόσθετου\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"Εγκατάσταση σε\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"Διεθνοποίηση\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Έκδοση Πυρήνα\"\n\nmsgid \"Kill session\"\nmsgstr \"\"\n\nmsgid \"Label\"\nmsgstr \"Ετικέτα\"\n\nmsgid \"Language\"\nmsgstr \"Γλώσσα\"\n\nmsgid \"Language file\"\nmsgstr \"Αρχείο γλώσσας\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Το αρχείο γλώσσας εγκαταστάθηκε επιτυχώς.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Γλώσσες\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Το ευρετήριο γλωσσών επαναδημιουργήθηκε επιτυχώς.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"\"\n\nmsgid \"Last name\"\nmsgstr \"Επώνυμο\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"Διάταξη\"\n\nmsgid \"Layout color\"\nmsgstr \"Χρώμα διάταξης\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Το χρώμα διάταξης ενημερώθηκε επιτυχώς\"\n\nmsgid \"Level\"\nmsgstr \"\"\n\nmsgid \"Limit\"\nmsgstr \"Όριο\"\n\nmsgid \"Limit value\"\nmsgstr \"Τιμή ορίου\"\n\nmsgid \"Limits\"\nmsgstr \"Όρια\"\n\nmsgid \"Link\"\nmsgstr \"Σύνδεσμος\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Σύνδεσμος στην ιστοσελίδα των συγγραφέων\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Φόρτος (1 Λεπτό,, 5 Λεπτά, 15 Λεπτά)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Φόρτωση δεδομένων...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Οι καταχωρήσεις στο αρχείο καταγραφής διαγράφηκαν επιτυχώς.\"\n\nmsgid \"Login\"\nmsgstr \"Σύνδεση\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Κωδικός σύνδεσης\"\n\nmsgid \"Login username\"\nmsgstr \"Όνομα χρήστη σύνδεσης\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Σύνδεση με τον FTP λογαριασμό σας\"\n\nmsgid \"Logo file\"\nmsgstr \"Αρχείο λογότυπου\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Το λογότυπο αφαιρέθηκε επιτυχώς.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Το λογότυπο ενημερώθηκε επιτυχώς.\"\n\nmsgid \"Logout\"\nmsgstr \"Αποσύνδεση\"\n\nmsgid \"Lost password\"\nmsgstr \"Απολεσθέντας κωδικός\"\n\nmsgid \"Lost password email\"\nmsgstr \"Email απολεσθέντα κωδικού\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"Τα πρότυπα email για τον απολεσθέντα κωδικό ενημερώθηκαν.\"\n\nmsgid \"Lost password link\"\nmsgstr \"Σύνδεσμος απολεσθέντα κωδικού\"\n\nmsgid \"Low\"\nmsgstr \"Χαμηλή\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Μήνυμα λειτουργίας συντήρησης\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Κατάσταση συντήρησης\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Η κατάσταση συντήρησης είναι ενεργοποιημένη. Υπό αυτή τη λειτουργία, μόνο οι\"\n\" διαχειριστές μπορούν να συνδεθούν.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Ρυθμίσεις συντήρησης\"\n\nmsgid \"Male\"\nmsgstr \"Άνδρας\"\n\nmsgid \"Manage SQL\"\nmsgstr \"\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"Μέση\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Μήνυμα\"\n\nmsgid \"Message template\"\nmsgstr \"Πρότυπο μηνύματος\"\n\nmsgid \"Message template info\"\nmsgstr \"Πληροφορίες πρότυπου μηνύματος\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Λεπτό\"\n\nmsgid \"Minutes\"\nmsgstr \"Λεπτά\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Μήνας\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"\"\n\nmsgid \"Mount point\"\nmsgstr \"\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"Ποτέ\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"\"\n\nmsgid \"Next\"\nmsgstr \"Επόμενο\"\n\nmsgid \"Next step\"\nmsgstr \"Επόμενο βήμα\"\n\nmsgid \"No\"\nmsgstr \"\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"Δεν υπάρχουν διαθέσιμες ενημερώσεις\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"Δεν βρέθηκε χρήστης.\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"Δεν βρέθηκε.\"\n\nmsgid \"Not provided\"\nmsgstr \"Δεν παρέχεται\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Δεν έχει γίνει καμία αλλαγή.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Δεν έχει γίνει καμία διαγραφή.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"\"\n\nmsgid \"Ok\"\nmsgstr \"Εντάξει\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"Άνοιγμα σημειώματος\"\n\nmsgid \"Open tickets\"\nmsgstr \"Ανοιχτά σημειώματα\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"Προαιρετικό\"\n\nmsgid \"Order\"\nmsgstr \"\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"\"\n\nmsgid \"Other out\"\nmsgstr \"\"\n\nmsgid \"Other settings\"\nmsgstr \"Λοιπές ρυθμίσεις\"\n\nmsgid \"Overview\"\nmsgstr \"Επισκόπηση\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"\"\n\nmsgid \"Package actions\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Διαμέρισμα\"\n\nmsgid \"Password\"\nmsgstr \"Κωδικός\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Επιβεβαίωση κωδικού\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Ο κωδικός περιέχει μη αποδεκτούς χαρακτήρες.\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"Διαδρομή\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"Προσωπικά δεδομένα\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"\"\n\nmsgid \"Phone\"\nmsgstr \"Τηλέφωνο\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Παρακαλώ ορίστε το θέμα μηνύματος.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"Πρόσθετο\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Το πρόσθετο %s ενεργοποιήθηκε.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Το πρόσθετο %s δεν μπορεί να ενεργοποιηθεί.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Το πρόσθετο %s δεν μπορεί να απενεργοποιηθεί.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Το πρόσθετο %s δεν μπορεί να διαγραφεί.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Το πρόσθετο %s δεν μπορεί να εγκατασταθεί.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Το πρόσθετο %s δεν μπορεί να απεγκατασταθεί.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Το πρόσθετο %s δεν μπορεί να ενημερωθεί.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Αρχείο πρόσθετου\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"\"\n\nmsgid \"Previous\"\nmsgstr \"Προηγούμενο\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Προτεραιότητα\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"Προφίλ\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"\"\n\nmsgid \"Protocol\"\nmsgstr \"\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Ημερομηνία εγγραφής\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"\"\n\nmsgid \"Remove IP\"\nmsgstr \"\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"Μεταπωλητής\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Μεταπωλητής / Πελάτες / Προσθήκη Πελάτη\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Μεταπωλητής / Πελάτες / Προσθήκη Πελάτη - Επόμενο Βήμα\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Μεταπωλητής / Πελάτες / Επισκόπηση\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Μεταπωλητής / Πελάτες / Επισκόπηση / Λεπτομέρειες Domain\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Μεταπωλητής / Πελάτες / Επισκόπηση / Επεξεργασία Πελάτη\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Μεταπωλητής / Πελάτες / Επισκόπηση / Επεξεργασία Domain\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Μεταπωλητής / Πελάτες / Email Καλωσορίσματος\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Μεταπωλητής / Γενικά / Επισκόπηση\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Μεταπωλητής / Γενικά / Μεταφόρτωση Λογισμικού\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Μεταπωλητής / Πακέτα Φιλοξενίας / Προσθήκη Πακέτου Φιλοξενίας\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Μεταπωλητής / Πακέτα Φιλοξενίας / Επισκόπηση\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Μεταπωλητής / Προφίλ / Σύνοψη Λογαριασμού\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Μεταπωλητής / Προφίλ / Γλώσσα\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Μεταπωλητής / Προφίλ / Διάταξη\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Μεταπωλητής / Προφίλ / Κωδικός\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Μεταπωλητής / Προφίλ / Προσωπικά Δεδομένα\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Μεταπωλητής / Στατιστικά / Επισκόπηση\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"Μεταπωλητής / Στατιστικά / Επισκόπηση / {USERNAME} Στατιστικά χρήστη\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Μεταπωλητής / Πακέτα Φιλοξενίας / Επεξεργαία Πακέτου Φιλοξενίας\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Όνομα Μεταπωλητή\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"\"\n\nmsgid \"Reseller list\"\nmsgstr \"Λίστα μεταπωλητών\"\n\nmsgid \"Reseller name\"\nmsgstr \"Όνομα Μεταπωλητή\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"Μεταπωλητές\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"\"\n\nmsgid \"Restore\"\nmsgstr \"\"\n\nmsgid \"Restore backup\"\nmsgstr \"\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"\"\n\nmsgid \"SMTP out\"\nmsgstr \"\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"\"\n\nmsgid \"SQL\"\nmsgstr \"\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Αποθήκευση\"\n\nmsgid \"Search\"\nmsgstr \"Αναζήτηση\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Αποστολή\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Αποστολή μηνύματος\"\n\nmsgid \"Send message to\"\nmsgstr \"Αποστολή μηνύματος σε\"\n\nmsgid \"Send reply\"\nmsgstr \"Αποστολή απάντησης\"\n\nmsgid \"Send to\"\nmsgstr \"Αποστολή σε\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Πόρτες διακομιστή\"\n\nmsgid \"Server statistics\"\nmsgstr \"Στατιστικά διακομιστή\"\n\nmsgid \"Server status\"\nmsgstr \"Κατάσταση διακομιστή\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Συνεδρίες\"\n\nmsgid \"Settings\"\nmsgstr \"Ρυθμίσεις\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Οι ρυθμίσεις αποθηκεύτηκαν.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Εμφάνιση\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Εμφάνιση %s εγγραφών ανά σελίδα\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Εμφάνιση κειμένου στους συνδέσμους του κυρίως μενού\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Νομός/Επαρχία\"\n\nmsgid \"Statistics\"\nmsgstr \"Στατιστικά\"\n\nmsgid \"Status\"\nmsgstr \"Κατάσταση\"\n\nmsgid \"Street 1\"\nmsgstr \"Διεύθυνση 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Διεύθυνση 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Ισχυροί κωδικοί\"\n\nmsgid \"Subdomain\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain name\"\nmsgstr \"\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Θέμα\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Το θέμα είναι απών.\"\n\nmsgid \"Submit changes\"\nmsgstr \"\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"\"\n\nmsgid \"Swap\"\nmsgstr \"\"\n\nmsgid \"Switch\"\nmsgstr \"\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"Πληροφορίες συστήματος\"\n\nmsgid \"System tools\"\nmsgstr \"Εργαλεία συστήματος\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Σύστημα υπό συντήρηση\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Σύνολο\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"Κίνηση\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Στατιστικά κίνησης\"\n\nmsgid \"Translated strings\"\nmsgstr \"Μεταφρασμένες συμβολοσειρές\"\n\nmsgid \"Type\"\nmsgstr \"\"\n\nmsgid \"UP\"\nmsgstr \"\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Άγνωστο\"\n\nmsgid \"Unknown Error\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Ενημέρωση\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Μεταφόρτωση\"\n\nmsgid \"Upload logo\"\nmsgstr \"Μεταφόρτωση λογότυπου\"\n\nmsgid \"Upload now\"\nmsgstr \"Μεταφόρτωση τώρα\"\n\nmsgid \"Uptime\"\nmsgstr \"Χρόνος λειτουργίας\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Χρησιμοποιημένη\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Χρήστης\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"\"\n\nmsgid \"User password\"\nmsgstr \"\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"\"\n\nmsgid \"Username\"\nmsgstr \"Όνομα χρήστη\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Χρήστες\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"Έκδοση\"\n\nmsgid \"Very high\"\nmsgstr \"Πολύ υψηλή\"\n\nmsgid \"View\"\nmsgstr \"\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Λυπούμαστε, αλλά το σύστημα είναι σε λειτουργία συντήρησης.\\n\"\n\"Παρακαλούμε προσπαθήστε ξανά αργότερα.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"\"\n\nmsgid \"Web out\"\nmsgstr \"\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"\"\n\nmsgid \"Web traffic\"\nmsgstr \"\"\n\nmsgid \"Webmail\"\nmsgstr \"%s webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Έτος\"\n\nmsgid \"Yes\"\nmsgstr \"Ναι\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Πρέπει να ορίσετε ένα θέμα.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Ταχυδρομικός κώδικας\"\n\nmsgid \"Zone\"\nmsgstr \"Ζώνη\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Ελληνικά - Greek\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"διαχειριστής\"\n\nmsgid \"and\"\nmsgstr \"και\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"\"\n\nmsgid \"no\"\nmsgstr \"όχι\"\n\nmsgid \"not available\"\nmsgstr \"μη διαθέσιμο\"\n\nmsgid \"not required\"\nmsgstr \"προαιρετικό\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"\"\n\nmsgid \"older than 12 months\"\nmsgstr \"\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"\"\n\nmsgid \"older than 3 months\"\nmsgstr \"\"\n\nmsgid \"older than 6 months\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"απαιτούμενο\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"subdomain\"\n\nmsgid \"subdomains\"\nmsgstr \"subdomains\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"κίνηση\"\n\nmsgid \"update\"\nmsgstr \"ενημέρωση\"\n\nmsgid \"waiting for activation\"\nmsgstr \"αναμονή ενεργοποίησης\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"ναι\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"{USERNAME} στατιστικά χρήστη\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 Η Ομάδα του i-MSCP<br>Με την επιφύλαξη παντός δικαιώματος\"\n"
  },
  {
    "path": "i18n/po/en_GB.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Torsten Widmann <info@goover.de>, 2017\\n\"\n\"Language-Team: English (United Kingdom) (https://www.transifex.com/i-mscp/teams/576/en_GB/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: en_GB\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \" Admin / Support / Open Tickets\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \" Wrong IP address.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"$ORIGIN value is currently set to: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"%%s cannot be greater than %%s.\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Softwaredepot)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Version: %2$s, Language: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s you are now logged as %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Software\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"%d day remaining until account expiration\"\nmsgstr[1] \"%d days remaining until account expiration\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d strings translated\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s account successfully deleted.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s doens't look like an i-MSCP plugin archive.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s doesn't exist or is empty.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s is not a valid i-MSCP language file.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s is not allowed as subdomain label.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s page\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s record\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: This reseller has customer(s) with unlimited items.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: You cannot disable a service already sold to reseller's customers.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\n\nmsgid \"(default)\"\nmsgstr \"(default)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtered from %s total records)\"\n\nmsgid \"(usually named\"\nmsgstr \"(usually named\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"A PHP extension stopped the file upload.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"A hosting plan with same name already exists.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"A new configuration parameter has been created.\"\nmsgstr[1] \"%d configuration parameters were created\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"A new i-MSCP version is available\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"A new software package has been uploaded\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"A task is in progress for this htuser.\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Access your domain statistics through the Web interface.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Access your files through the web interface.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Access your mail through the web interface.\"\n\nmsgid \"Account limits\"\nmsgstr \"Account limits\"\n\nmsgid \"Account name\"\nmsgstr \"Account name\"\n\nmsgid \"Account summary\"\nmsgstr \"Account summary\"\n\nmsgid \"Account type\"\nmsgstr \"Account type\"\n\nmsgid \"Action\"\nmsgstr \"Action\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Action has been stopped.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Action has failed.\"\n\nmsgid \"Actions\"\nmsgstr \"Actions\"\n\nmsgid \"Activate\"\nmsgstr \"Activate\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"Activate autoresponder\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Activate this plugin\"\n\nmsgid \"Activated\"\nmsgstr \"Activated\"\n\nmsgid \"Activated software\"\nmsgstr \"Activated software\"\n\nmsgid \"Activation email\"\nmsgstr \"Activation email\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Activation in progress...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"Activation link expire time in minutes\"\n\nmsgid \"Add\"\nmsgstr \"Add\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Add DNS resource record\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Add FTP account\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Add Htaccess group\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Add Htaccess user\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Add SQL database\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Add SQL user\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Add SSL certificate\"\n\nmsgid \"Add admin\"\nmsgstr \"Add admin\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"Add catch-all account\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Add custom menu\"\n\nmsgid \"Add customer\"\nmsgstr \"Add customer\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Add customer - Next step\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Add domain alias\"\n\nmsgid \"Add group\"\nmsgstr \"Add group\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Add hosting plan\"\n\nmsgid \"Add mail account\"\nmsgstr \"Add mail account\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Add new IP address\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Add new protected area\"\n\nmsgid \"Add permissions\"\nmsgstr \"Add permissions\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Add permissions for reseller to software:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Add protected area\"\n\nmsgid \"Add reseller\"\nmsgstr \"Add reseller\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Add subdomain\"\n\nmsgid \"Add user\"\nmsgstr \"Add user\"\n\nmsgid \"Added by\"\nmsgstr \"Added by\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Addition in progress...\"\n\nmsgid \"Admin\"\nmsgstr \"Admin\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / General / Admin Log\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admin / General / Overview\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / General / Services Status\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Profile / Account Summary\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Profile / Language\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Profile / Layout\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Profile / Password\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Profile / Personal Data\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Admin / Settings\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Admin / Settings / IP Management\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Settings / Languages\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Admin / Settings / Lost Password Email\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"Admin / Settings / Monthly Server Traffic\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Settings / Plugin Management\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Admin / Settings / Service Ports\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Admin / Settings / Software Management\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Admin / Settings / Software Options\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Admin / Settings / Welcome Email\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Admin / Software Management / Reseller Software\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Admin / Statistics / IP Usage\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Admin / Statistics / Reseller Statistics\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"Admin / Statistics / Reseller Statistics / User Statistics\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Admin / Statistics / Server Statistics\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Admin / Support / Closed Tickets\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Admin / Support / View Ticket\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Admin / System Tools / Anti-Rootkits Logs\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Admin / System Tools / Debugger\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Admin / System Tools / Maintenance Settings\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Admin / System Tools / System Information\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Admin / System Tools / i-MSCP Updates\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Admin / Users / Add Admin\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Admin / Users / Add Reseller\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Admin / Users / Circular\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Admin / Users / Edit Reseller\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Admin / Users / Overview\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Admin / Users / Overview / Domain Details\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Admin / Users / Overview / Edit Admin\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"Admin / Users / Overview / Edit Customer\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Admin / Users / Sessions\"\n\nmsgid \"Admin log\"\nmsgstr \"Admin log\"\n\nmsgid \"Admin not available\"\nmsgstr \"Admin not available\"\n\nmsgid \"Admin users\"\nmsgstr \"Admin users\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Admin/IP usage statistics\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrator\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Administrator and Reseller levels\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administrator and customer\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Administrator and customer levels\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrator and reseller\"\n\nmsgid \"Administrator level\"\nmsgstr \"Administrator level\"\n\nmsgid \"Administrator login\"\nmsgstr \"Administrator login\"\n\nmsgid \"Administrators\"\nmsgstr \"Administrators\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Administrators and customers\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administrators and resellers\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\n\nmsgid \"All\"\nmsgstr \"All\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"All closed tickets were successfully deleted.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"All errors (Development)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"All fields are required.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"All fields are valid.\"\n\nmsgid \"All in\"\nmsgstr \"All in\"\n\nmsgid \"All levels\"\nmsgstr \"All levels\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"All open tickets were successfully deleted.\"\n\nmsgid \"All out\"\nmsgstr \"All out\"\n\nmsgid \"All reseller\"\nmsgstr \"All reseller\"\n\nmsgid \"All traffic\"\nmsgstr \"All traffic\"\n\nmsgid \"All users\"\nmsgstr \"All users\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Allow URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"Allows to forward any request made to this domain to a specific URL.\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Allows to share the mount point of another domain.\"\n\nmsgid \"Already in use\"\nmsgstr \"Already in use\"\n\nmsgid \"Alt. URL\"\nmsgstr \"Alt. URL\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"Alternate URL to reach your website.\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Alternative URL to reach your website\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"An unexpected error occurred.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"An unexpected error occurred. Please contact your administrator.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"An unexpected error occurred. Please contact your reseller.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"An unexpected error occurred: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"An unknown error occurred during file upload: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-Rootkits Logs\"\n\nmsgid \"Any\"\nmsgstr \"Any\"\n\nmsgid \"Application installer\"\nmsgstr \"Application installer\"\n\nmsgid \"Apply\"\nmsgstr \"Apply\"\n\nmsgid \"Apply changes\"\nmsgstr \"Apply changes\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Are you sure to install this package from the webdepot?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Are you sure to install this package?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Are you sure to remove the permissions ?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Are you sure you want delete the %s SQL user?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Are you sure you want to activate this package?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Are you sure you want to delete %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Are you sure you want to delete all closed tickets?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"Are you sure you want to delete all selected mail accounts?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Are you sure you want to delete all tickets?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"Are you sure you want to delete the %s FTP account?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Are you sure you want to delete the %s domain alias order?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Are you sure you want to delete the %s domain alias?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Are you sure you want to delete the %s menu?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"Are you sure you want to delete the %s service port ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Are you sure you want to delete the '%s' ticket?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Are you sure you want to delete the `%%s' IP address?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Are you sure you want to delete the `%%s` FTP user?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Are you sure you want to delete the `%%s` protected area?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"Are you sure you want to delete this %%s account?\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Are you sure you want to delete this DNS record?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"Are you sure you want to delete this account?\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"Are you sure you want to delete this catch-all account?\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Are you sure you want to delete this domain alias?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Are you sure you want to delete this hosting plan?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Are you sure you want to delete this package?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Are you sure you want to delete this subdomain?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"Are you sure you want to import this package into the software depot?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Are you sure you want to restore the backup?\"\n\nmsgid \"Assign\"\nmsgstr \"Assign\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Assign existing SQL user\"\n\nmsgid \"Assign group\"\nmsgstr \"Assign group\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Assigned to at least one reseller\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"At least one intermediate certificate is invalid or missing.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"At least one of your mailboxes is over quota.\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Authentication by group\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Authentication by user\"\n\nmsgid \"Authentication users\"\nmsgstr \"Authentication users\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Authentication users/groups\"\n\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Auto (Browser language)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"Automatic catch-all addresses\"\n\nmsgid \"Autoresponder\"\nmsgstr \"Autoresponder\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"Autoresponder has been activated.\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"Autoresponder has been deactivated.\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"Autoresponder has been edited.\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"Autoresponder message cannot be empty.\"\n\nmsgid \"Available\"\nmsgstr \"Available\"\n\nmsgid \"Available software\"\nmsgstr \"Available software\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Awaiting activation\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Awaiting for approval\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Back\"\n\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Backup and restore settings.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Backup has been successfully scheduled for restoration.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"Bad email address in catch-all addresses field.\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"Bad email address in forward list field.\"\n\nmsgid \"Bad password.\"\nmsgstr \"Bad password.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Bad request.\"\n\nmsgid \"Behind\"\nmsgstr \"Behind\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"Blocking time between login/captcha attempts in seconds\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Blocking time between logins and captcha attempts\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"Blocktime in minutes\"\n\nmsgid \"Body\"\nmsgstr \"Body\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Body is missing.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce detection\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Bulk Actions\"\n\nmsgid \"By\"\nmsgstr \"By\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"CPU Information\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Can edit the PHP %s configuration option\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Can use the PHP %s function\"\n\nmsgid \"Cancel\"\nmsgstr \"Cancel\"\n\nmsgid \"Canonical name\"\nmsgstr \"Canonical name\"\n\nmsgid \"Catch-all account\"\nmsgstr \"Catch-all account\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"Catch-all account successfully scheduled for deletion.\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"Catch-all accounts\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"Catch-all addresses\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"Catch-all addresses field cannot be empty.\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"Catch-all addresses for the %s domain\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"Catch-all domain\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"Catch-all successfully scheduled for addition.\"\n\nmsgid \"Certificate\"\nmsgstr \"Certificate\"\n\nmsgid \"Certificate data\"\nmsgstr \"Certificate data\"\n\nmsgid \"Change\"\nmsgstr \"Change\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Change status of this item for a new attempt\"\n\nmsgid \"Check for update\"\nmsgstr \"Check for update\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\n\nmsgid \"Choose\"\nmsgstr \"Choose\"\n\nmsgid \"Choose dir\"\nmsgstr \"Choose dir\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Choose file (Max: %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Choose hosting plan\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Choose layout colour\"\n\nmsgid \"Choose your language\"\nmsgstr \"Choose your language\"\n\nmsgid \"Circular\"\nmsgstr \"Circular\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Circular successfully sent.\"\n\nmsgid \"City\"\nmsgstr \"City\"\n\nmsgid \"Class\"\nmsgstr \"Class\"\n\nmsgid \"Clear log\"\nmsgstr \"Clear log\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Click here for more details\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\n\nmsgid \"Click to edit\"\nmsgstr \"Click to edit\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"Click to suspend this customer account.\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"Click to unsuspend this customer account.\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Client / Databases / Add SQL Database\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Client / Databases / Overview\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Client / Databases / Overview / Add SQL User\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Client / Databases / Overview / Update SQL User Password\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Client / Domain / Edit DNS resource record\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Client / Domains\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Client / Domains / Add DNS resource record\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Client / Domains / Add Domain Alias\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Client / Domains / Add Subdomain\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Client / Domains / Edit Domain\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Client / Domains / Edit Domain Alias\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Client / Domains / Edit Subdomain\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Client / Domains / PHP Settings\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Client / Domains / SSL Certificate\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Client / FTP / Add FTP Account\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Client / FTP / Overview\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Client / FTP / Overview / Edit FTP Account\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Client / General / Overview\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"Client / Mail / Add Mail Account\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"Client / Mail / Catch-all Accounts\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"Client / Mail / Edit Mail Account\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"Client / Mail / External Mail Feature\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"Client / Mail / Overview\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"Client / Mail / Overview / Activate Autoresponder\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"Client / Mail / Overview / Edit Autoresponder\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Client / Profile / Account Summary\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Client / Profile / Language\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Client / Profile / Layout\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Client / Profile / Password\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Client / Profile / Personal Data\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Client / Statistics\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Client / Support / Closed Tickets\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Client / Support / New Ticket\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Client / Support / Open Tickets\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Client / Support / View Ticket\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Client / Webtools / Custom Error Pages\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Client / Webtools / Daily Backup\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Client / Webtools / Overview\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Client / Webtools / Protected Areas\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"Client / Webtools / Protected Areas / Manage Users and Groups\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Client / Webtools / Software\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Client / Webtools / Software / Software Installation\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Client / Webtools / Software / View\"\n\nmsgid \"Client users\"\nmsgstr \"Client users\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Clock speed (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Close\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Close the ticket\"\n\nmsgid \"Close ticket\"\nmsgstr \"Close ticket\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Closed tickets\"\n\nmsgid \"Common name\"\nmsgstr \"Common name\"\n\nmsgid \"Company\"\nmsgstr \"Company\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Configuration mode\"\n\nmsgid \"Confirmation required\"\nmsgstr \"Confirmation required\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"Conflict with the `%s' DNS resource record.\"\n\nmsgid \"Cores\"\nmsgstr \"Cores\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"Could not add/update SSL certificate. An unexpected error occurred.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"Could not backup current `%s' plugin directory.\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"Could not change the %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"Could not connect to the `%s' database. Please check the password.\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"Could not create domain alias. An unexpected error occurred.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"Could not delete SQL database. An unexpected error occurred.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"Could not delete SQL user. An unexpected error occurred.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"Could not delete SSL certificate. An unexpected error occurred.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"Could not delete the %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"Could not disable the %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"Could not enable the %s plugin: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\"Could not find any network interface. You cannot add new IP addresses.\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"Could not generate SSL certificate. An unexpected error occurred.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"Could not install the %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"Could not protect the %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"Could not restore %s plugin directory\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"Could not retrieve directories.\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"Could not uninstall the %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"Could not update the %s plugin: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Could not upload file.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Could not upload file. File not found.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"Couldn't create the %s database.\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"Couldn't delete domain alias. An unexpected error occurred.\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"Couldn't delete subdomain. An unexpected error occurred.\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"Couldn't validate DNS resource record: %s\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"Count default mail accounts\"\n\nmsgid \"Country\"\nmsgstr \"Country\"\n\nmsgid \"Create\"\nmsgstr \"Create\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"Create default mail accounts\"\n\nmsgid \"Created by\"\nmsgstr \"Created by\"\n\nmsgid \"Created on\"\nmsgstr \"Created on\"\n\nmsgid \"Creation date\"\nmsgstr \"Creation date\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Custom DNS errors\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Custom DNS record successfully scheduled for deletion.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Custom DNS records\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Custom error page updated.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Custom error pages\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Custom menu name and link\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Custom menu properties\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Custom menu successfully added.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Custom menu successfully deleted.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Custom menu successfully updated.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Custom menus\"\n\nmsgid \"Customer\"\nmsgstr \"Customer\"\n\nmsgid \"Customer account\"\nmsgstr \"Customer account\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Customer account successfully scheduled for activation.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Customer account successfully scheduled for creation.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Customer account successfully scheduled for deactivation.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Customer account successfully scheduled for deletion.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Customer account successfully updated.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Customer assignments\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Customer consumption\"\n\nmsgid \"Customer level\"\nmsgstr \"Customer level\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Customer successfully scheduled for addition.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Customer successfully scheduled for deletion.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Customer's layout colour successfully updated.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Customer(s) successfully moved.\"\n\nmsgid \"Customers\"\nmsgstr \"Customers\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Customize error pages for your domain.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS record already exist.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"DNS resource record\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"DNS resource record scheduled for addition.\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"DNS resource record scheduled for update.\"\n\nmsgid \"DNS resource records\"\nmsgstr \"DNS resource records\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"DNS zone in which you want add this DNS resource record.\"\n\nmsgid \"DOWN\"\nmsgstr \"DOWN\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Daemon request failed.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Daemon request successful.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Daily backup\"\n\nmsgid \"Data\"\nmsgstr \"Data\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Data were altered. Please try again.\"\n\nmsgid \"Database\"\nmsgstr \"Database\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Database Name and Users\"\n\nmsgid \"Database data\"\nmsgstr \"Database data\"\n\nmsgid \"Database name\"\nmsgstr \"Database name\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Database name is too long.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Database name is unavailable or unallowed.\"\n\nmsgid \"Database password\"\nmsgstr \"Database password\"\n\nmsgid \"Database prefix\"\nmsgstr \"Database prefix\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Database prefix/suffix\"\n\nmsgid \"Database required\"\nmsgstr \"Database required\"\n\nmsgid \"Database usage\"\nmsgstr \"Database usage\"\n\nmsgid \"Database user\"\nmsgstr \"Database user\"\n\nmsgid \"Database users\"\nmsgstr \"Database users\"\n\nmsgid \"Databases\"\nmsgstr \"Databases\"\n\nmsgid \"Date\"\nmsgstr \"Date\"\n\nmsgid \"Day\"\nmsgstr \"Day\"\n\nmsgid \"Days\"\nmsgstr \"Days\"\n\nmsgid \"Deactivate\"\nmsgstr \"Deactivate\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Deactivate this plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Deactivated\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Deactivation in progress...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\n\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\nmsgid \"Default\"\nmsgstr \"Default\"\n\nmsgid \"Default language\"\nmsgstr \"Default language\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Default language successfully updated.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\n\nmsgid \"Delete\"\nmsgstr \"Delete\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Delete all tickets\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Delete from log:\"\n\nmsgid \"Delete order\"\nmsgstr \"Delete order\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Delete reseller software\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Delete selected mail accounts\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Delete this plugin\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Delete ticket\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Deletion in progress\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Deletion in progress...\"\n\nmsgid \"Depot import\"\nmsgstr \"Depot import\"\n\nmsgid \"Description\"\nmsgstr \"Description\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Description cannot be empty.\"\n\nmsgid \"Details\"\nmsgstr \"Details\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Directory %s doesn't exists.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"Directory '%s' doesn't exists.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"Directory '%s' is not allowed or invalid.\"\n\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Disabled functions\"\n\nmsgid \"Disconnect\"\nmsgstr \"Disconnect\"\n\nmsgid \"Disk\"\nmsgstr \"Disk\"\n\nmsgid \"Disk space\"\nmsgstr \"Disk space\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Disk space limit [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Disk usage\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Disk usage detail\"\n\nmsgid \"Display errors\"\nmsgstr \"Display errors\"\n\nmsgid \"Document root\"\nmsgstr \"Document root\"\n\nmsgid \"Domain\"\nmsgstr \"Domain\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Domain %s cannot be forwarded on itself.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Domain %s is unavailable.\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domain IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"Domain Name\"\n\nmsgid \"Domain account\"\nmsgstr \"Domain account\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Domain account expired.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Domain accounts\"\n\nmsgid \"Domain alias\"\nmsgstr \"Domain alias\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Domain alias %s cannot be forwarded on itself.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domain alias errors\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Domain alias name\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Domain alias successfully created.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Domain alias successfully ordered.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Domain alias successfully scheduled for addition.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Domain alias successfully scheduled for deletion.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Domain alias successfully scheduled for update.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domain aliases\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"Domain aliases limit\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Domain and SQL databases\"\n\nmsgid \"Domain data\"\nmsgstr \"Domain data\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"Domain data were altered. Please try again.\"\n\nmsgid \"Domain details\"\nmsgstr \"Domain details\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domain errors\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Domain expiration date\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Domain expiration date must be filled.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"Domain for which PHP Editor must act.\"\n\nmsgid \"Domain name\"\nmsgstr \"Domain name\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"Domain name (ASCII form) cannot be greater than 255 characters.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Domain name cannot be empty.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Domain name cannot start nor end with dot.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Domain name contains an invalid character: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Domain name labels cannot be greater than 63 characters.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"Domain name labels cannot start nor end with hyphen.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Domain new expiration date\"\n\nmsgid \"Domain overview\"\nmsgstr \"Domain overview\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domain scheduled for update.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domain statistics\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Domain status is not ok.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Domain successfully scheduled for update.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Domain successfully updated.\"\n\nmsgid \"Domain type\"\nmsgstr \"Domain type\"\n\nmsgid \"Domains\"\nmsgstr \"Domains\"\n\nmsgid \"Domains limit\"\nmsgstr \"Domains limit\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domains per page\"\n\nmsgid \"Done\"\nmsgstr \"Done\"\n\nmsgid \"Download\"\nmsgstr \"Download\"\n\nmsgid \"Download TAR\"\nmsgstr \"Download TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Download ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Download links\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Download the archives stored in this directory\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Edit\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"Edit DNS resource record\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Edit FTP account\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Edit SSL certificate\"\n\nmsgid \"Edit admin\"\nmsgstr \"Edit admin\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"Edit autoresponder\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Edit custom error page\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Edit custom menu\"\n\nmsgid \"Edit customer\"\nmsgstr \"Edit customer\"\n\nmsgid \"Edit domain\"\nmsgstr \"Edit domain\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Edit domain alias\"\n\nmsgid \"Edit error page\"\nmsgstr \"Edit error page\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Edit hosting plan\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Edit htaccess user\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Edit mail account\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Edit protected area\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Edit reseller\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Edit subdomain\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"Email\"\n\nmsgid \"Email address\"\nmsgstr \"Email address\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Email quota cannot be bigger than %s\"\n\nmsgid \"Email settings\"\nmsgstr \"Email settings\"\n\nmsgid \"Email setup\"\nmsgstr \"Email setup\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Email successfully updated\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Enable SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Enabled\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Enabled for: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Error details\"\n\nmsgid \"Error pages\"\nmsgstr \"Error pages\"\n\nmsgid \"Error reporting\"\nmsgstr \"Error reporting\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Error: Remote File not found!\"\n\nmsgid \"Errors\"\nmsgstr \"Errors\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Execute tasks\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Ext. mail server\"\n\nmsgid \"External mail feature\"\nmsgstr \"External mail feature\"\n\nmsgid \"External mail server\"\nmsgstr \"External mail server\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"External mail server feature scheduled for activation.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"External mail server feature scheduled for deactivation.\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP account\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP account already exists.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"FTP account limit reached.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP account successfully added.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTP account successfully deleted.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP account successfully updated.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP accounts\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"FTP accounts limit\"\n\nmsgid \"FTP home directory\"\nmsgstr \"FTP home directory\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"FTP home directory cannot be empty.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP traffic\"\n\nmsgid \"FTP user errors\"\nmsgstr \"FTP user errors\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Failed to write file to disk.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Failure in the package. Deleting!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Feature\"\n\nmsgid \"Features\"\nmsgstr \"Features\"\n\nmsgid \"Female\"\nmsgstr \"Female\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"File %s doesn't exist or cannot be reached!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"File %s doesn't look like a migration file.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"File does not exist. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"File exceeds the size limit.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"File has been successfully uploaded.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"File is not readable.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"File needs to be a 'tar.gz' archive.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"File successfully uploaded.\"\n\nmsgid \"File usage\"\nmsgstr \"File usage\"\n\nmsgid \"FileManager\"\nmsgstr \"FileManager\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Filesystem system Info\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Fill out a message text.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"Filter customers by\"\n\nmsgid \"First name\"\nmsgstr \"First name\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"For the time being, you can only add forwarded mail account.\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"For the time being, you can only edit your forwarded mail account.\"\n\nmsgid \"Forbidden\"\nmsgstr \"Forbidden\"\n\nmsgid \"Force refresh\"\nmsgstr \"Force refresh\"\n\nmsgid \"Force retry\"\nmsgstr \"Force retry\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\n\nmsgid \"Forward\"\nmsgstr \"Forward\"\n\nmsgid \"Forward URL\"\nmsgstr \"Forward URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Forward URL %s is not valid.\"\n\nmsgid \"Forward account\"\nmsgstr \"Forward account\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Forward list is empty.\"\n\nmsgid \"Forward to\"\nmsgstr \"Forward to\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Forward to URL\"\n\nmsgid \"Forward type\"\nmsgstr \"Forward type\"\n\nmsgid \"Free\"\nmsgstr \"Free\"\n\nmsgid \"From\"\nmsgstr \"From\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"From reseller\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Ftp account\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Ftp account data\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Ftp accounts\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Ftp directories\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Gender\"\n\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgid \"General information\"\nmsgstr \"General information\"\n\nmsgid \"General settings\"\nmsgstr \"General settings\"\n\nmsgid \"Generate\"\nmsgstr \"Generate\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Generate a self-signed certificate\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Get a new security code\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Group\"\n\nmsgid \"Group members\"\nmsgstr \"Group members\"\n\nmsgid \"Group name\"\nmsgstr \"Group name\"\n\nmsgid \"Groups\"\nmsgstr \"Groups\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS includeSubDomains directive\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS max-age directive value\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTP traffic\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"Hide default mail accounts\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"Hide domain aliases\"\n\nmsgid \"High\"\nmsgstr \"High\"\n\nmsgid \"Home directory\"\nmsgstr \"Home directory\"\n\nmsgid \"Homepage\"\nmsgstr \"Homepage\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"Host from which SQL user is allowed to connect to SQL server\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Hosting plan\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Hosting plan availability\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Hosting plan limits exceed reseller limits.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Hosting plan limits exceed your limits.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Hosting plan successfully created.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Hosting plan successfully deleted.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Hosting plan successfully updated.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Hosting plans\"\n\nmsgid \"Hour\"\nmsgstr \"Hour\"\n\nmsgid \"Hours\"\nmsgstr \"Hours\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Htaccess group\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Htaccess group successfully scheduled for addition.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Htaccess group successfully scheduled for deletion.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Htaccess user\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Htaccess user successfully assigned to the %s htaccess group\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Htaccess user successfully deleted from the %s htaccess group \"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Htaccess user successfully scheduled for addition.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"Htaccess, htgroups and htpasswd errors\"\n\nmsgid \"IP address\"\nmsgstr \"IP address\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"IP address already under the control of i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IP address successfully scheduled for addition.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IP address successfully scheduled for deletion.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"IP address successfully scheduled for modification.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"IP addresses under control of i-MSCP\"\n\nmsgid \"IP assignments\"\nmsgstr \"IP assignments\"\n\nmsgid \"IP errors\"\nmsgstr \"IP errors\"\n\nmsgid \"IP management\"\nmsgstr \"IP management\"\n\nmsgid \"IP netmask\"\nmsgstr \"IP netmask\"\n\nmsgid \"IP usage\"\nmsgstr \"IP usage\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 address\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"If set to `yes`, Web folders will be protected against deletion.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"If you want to limit the reseller, you must first limit its customers.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Images have to be smaller than 500 x 90 pixels.\"\n\nmsgid \"Import\"\nmsgstr \"Import\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Import in local repository\"\n\nmsgid \"Import new language file\"\nmsgstr \"Import new language file\"\n\nmsgid \"In front\"\nmsgstr \"In front\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"In maintenance mode, only administrators can login.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Incorrect FTP accounts limit.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Incorrect SQL databases limit.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Incorrect SQL user limit.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Incorrect SQL users limit.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Incorrect alias limit.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Incorrect disk space limit.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"Incorrect domain aliases limit.\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Incorrect email length or syntax.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Incorrect email quota.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Incorrect limit for %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"Incorrect mail account limit.\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Incorrect mail accounts limit.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"Incorrect mail quota.\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Incorrect monthly traffic limit.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Incorrect subdomain limit.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Incorrect subdomains limit.\"\n\nmsgid \"Install\"\nmsgstr \"Install\"\n\nmsgid \"Install in progress\"\nmsgstr \"Install in progress\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Install this plugin\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Install various Web applications with a few clicks.\"\n\nmsgid \"Installation details\"\nmsgstr \"Installation details\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Installation in progress...\"\n\nmsgid \"Installation path\"\nmsgstr \"Installation path\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Installed Package which was deleted by your reseller.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Installed in reseller repository\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Installed in software repository\"\n\nmsgid \"Installed on\"\nmsgstr \"Installed on\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Installing your uploaded package. Please refresh this page.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instructions to download today's backup\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Intermediate certificate(s)\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Internal Server Error\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internationalization\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Invalid FTP username.\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Invalid SQL user host: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Invalid SSL certificate\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Invalid SSL certificate.\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Invalid URL.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\n\nmsgid \"Invalid city.\"\nmsgstr \"Invalid city.\"\n\nmsgid \"Invalid company.\"\nmsgstr \"Invalid company.\"\n\nmsgid \"Invalid country.\"\nmsgstr \"Invalid country.\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Invalid domain name.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Invalid email address.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Invalid email username.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"Invalid field: %s\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"Invalid first name.\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"Invalid gender.\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Invalid group name!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"Invalid last name.\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Invalid menu order.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Invalid name.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Invalid payload received from GitHub\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"Invalid phone.\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Invalid plugin directory: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Invalid private key or passphrase.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"Invalid service name: %s\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"Invalid state/province.\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"Invalid street 1.\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"Invalid street 2.\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Invalid target.\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Invalid username.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"Invalid zipcode.\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Kernel Version\"\n\nmsgid \"Kill session\"\nmsgstr \"Kill session\"\n\nmsgid \"Label\"\nmsgstr \"Label\"\n\nmsgid \"Language\"\nmsgstr \"Language\"\n\nmsgid \"Language file\"\nmsgstr \"Language file\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Language file successfully installed.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"Language has been updated.\"\n\nmsgid \"Languages\"\nmsgstr \"Languages\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Languages index was successfully re-built.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Last Web software repository update\"\n\nmsgid \"Last access\"\nmsgstr \"Last access\"\n\nmsgid \"Last name\"\nmsgstr \"Last name\"\n\nmsgid \"Last reply date\"\nmsgstr \"Last reply date\"\n\nmsgid \"Last translator\"\nmsgstr \"Last translator\"\n\nmsgid \"Layout\"\nmsgstr \"Layout\"\n\nmsgid \"Layout color\"\nmsgstr \"Layout colour\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Layout colour successfully updated.\"\n\nmsgid \"Level\"\nmsgstr \"Level\"\n\nmsgid \"Limit\"\nmsgstr \"Limit\"\n\nmsgid \"Limit value\"\nmsgstr \"Limit value\"\n\nmsgid \"Limits\"\nmsgstr \"Limits\"\n\nmsgid \"Link\"\nmsgstr \"Link\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Link to authors homepage\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Load (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Loading data...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Log entries successfully deleted.\"\n\nmsgid \"Login\"\nmsgstr \"Login\"\n\nmsgid \"Login data\"\nmsgstr \"Login data\"\n\nmsgid \"Login password\"\nmsgstr \"Login password\"\n\nmsgid \"Login username\"\nmsgstr \"Login username\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Login with your FTP account\"\n\nmsgid \"Logo file\"\nmsgstr \"Logo file\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo successfully removed.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo successfully updated.\"\n\nmsgid \"Logout\"\nmsgstr \"Logout\"\n\nmsgid \"Lost password\"\nmsgstr \"Lost password\"\n\nmsgid \"Lost password email\"\nmsgstr \"Lost password email\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"Lost password email templates were updated.\"\n\nmsgid \"Lost password link\"\nmsgstr \"Lost password link\"\n\nmsgid \"Low\"\nmsgstr \"Low\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"Mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Mail Log Level\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"Mail account already exists.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Mail account data\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Mail account errors\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"Mail account has been scheduled for deletion.\"\nmsgstr[1] \"%d mail accounts were scheduled for deletion.\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"Mail account successfully scheduled for addition.\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"Mail account successfully scheduled for update.\"\n\nmsgid \"Mail account type\"\nmsgstr \"Mail account type\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Mail accounts\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"Mail accounts are hard suspended\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"Mail accounts limit\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Mail accounts list is empty.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Mail feature is disabled.\"\n\nmsgid \"Mail quota\"\nmsgstr \"Mail quota\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"Mail quota [MiB]\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"Mail quota cannot be bigger than %s\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"Mail quota cannot be bigger than disk space limit.\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"Mail quota cannot be unlimited. Max value is %d MiB.\"\n\nmsgid \"Mail usage\"\nmsgstr \"Mail usage\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"Mailboxes quota info were synced.\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Main menu labels visibility successfully updated.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Maintenance message\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Maintenance mode\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Maintenance settings\"\n\nmsgid \"Male\"\nmsgstr \"Male\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Manage SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"Manage SSL certificate\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Manage htaccess users and groups\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Manage users and groups\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Manage your protected areas, users and groups.\"\n\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"Manual catch-all addresses\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Max number of login attempts\"\n\nmsgid \"Max traffic\"\nmsgstr \"Max traffic\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"Max. remote filesize (%s) is reached. Your remote file is %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Maximum number of captcha validation attempts\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\n\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgid \"Member of group\"\nmsgstr \"Member of group\"\n\nmsgid \"Memory information\"\nmsgstr \"Memory information\"\n\nmsgid \"Message\"\nmsgstr \"Message\"\n\nmsgid \"Message template\"\nmsgstr \"Message template\"\n\nmsgid \"Message template info\"\nmsgstr \"Message template info\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Message to reseller before deleting the software\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Migration file %s is not readable.\"\n\nmsgid \"Minute\"\nmsgstr \"Minute\"\n\nmsgid \"Minutes\"\nmsgstr \"Minutes\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"Missing search criteria.\"\n\nmsgid \"Model\"\nmsgstr \"Model\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Modification in progress...\"\n\nmsgid \"Month\"\nmsgstr \"Month\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"Monthly server traffic\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"Monthly server traffic settings\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"Monthly server traffic settings successfully updated.\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Monthly traffic limit [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Monthly traffic limit must be a number.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"Monthly traffic usage\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Monthly traffic warning must be a number.\"\n\nmsgid \"Mount\"\nmsgstr \"Mount\"\n\nmsgid \"Mount point\"\nmsgstr \"Mount point\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"NS DNS resource records are only allowed for subzone delegation.\"\n\nmsgid \"Name\"\nmsgstr \"Name\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Name cannot be empty.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Network interface (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Never\"\n\nmsgid \"New SQL user data\"\nmsgstr \"New SQL user data\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"New alias order for {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"New login data were sent to the %s user.\"\n\nmsgid \"New ticket\"\nmsgstr \"New ticket\"\n\nmsgid \"Next\"\nmsgstr \"Next\"\n\nmsgid \"Next step\"\nmsgstr \"Next step\"\n\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgid \"No IP address found.\"\nmsgstr \"No IP address found.\"\n\nmsgid \"No account found.\"\nmsgstr \"No account found.\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"No anti-rootkits logs\"\n\nmsgid \"No available\"\nmsgstr \"No available\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"No custom menu found.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"No domain available for new software instance.\"\n\nmsgid \"No error found\"\nmsgstr \"No error found\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"No file was uploaded.\"\n\nmsgid \"No group found.\"\nmsgstr \"No group found.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"No hosting plan available.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"No mail account has been deleted.\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"No reseller available to add the permissions.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"No reseller with activated software installer found!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"No reseller with permissions for this software found.\"\n\nmsgid \"No resellers found.\"\nmsgstr \"No resellers found.\"\n\nmsgid \"No software available\"\nmsgstr \"No software available\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"No software in Web repository found!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"No software in software depot available!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"No software is waiting for activation\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"No statistics found for the given period. Try another period.\"\n\nmsgid \"No update available\"\nmsgstr \"No update available\"\n\nmsgid \"No used yet\"\nmsgstr \"No used yet\"\n\nmsgid \"No user found.\"\nmsgstr \"No user found.\"\n\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"Normal & Forward\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"Normal & forward account\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normal + Forward\"\n\nmsgid \"Normal account\"\nmsgstr \"Normal account\"\n\nmsgid \"Normal connection\"\nmsgstr \"Normal connection\"\n\nmsgid \"Not Found\"\nmsgstr \"Not Found\"\n\nmsgid \"Not found.\"\nmsgstr \"Not found.\"\n\nmsgid \"Not provided\"\nmsgstr \"Not provided\"\n\nmsgid \"Not used\"\nmsgstr \"Not used\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Nothing found - sorry\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Nothing has been changed.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Nothing has been deleted.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Notices, Warnings and Errors\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Only 'tar.gz' archives are accepted.\"\n\nmsgid \"Only exec\"\nmsgstr \"Only exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Only gettext Machine Object files (MO files) are accepted.\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Only numbers in range from 0 to 65535 are allowed.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Only positive numbers are allowed.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Only tar.gz and tar.bz2 archives are supported.\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Open ticket\"\n\nmsgid \"Open tickets\"\nmsgstr \"Open tickets\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Operation cancelled: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Optional\"\n\nmsgid \"Order\"\nmsgstr \"Order\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Order successfully deleted.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Order successfully processed.\"\n\nmsgid \"Other in\"\nmsgstr \"Other in\"\n\nmsgid \"Other out\"\nmsgstr \"Other out\"\n\nmsgid \"Other settings\"\nmsgstr \"Other settings\"\n\nmsgid \"Overview\"\nmsgstr \"Overview\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"PHP %s configuration option\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"PHP Configuration options\"\n\nmsgid \"PHP Editor\"\nmsgstr \"PHP Editor\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD extension not loaded.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"PHP Permissions\"\n\nmsgid \"PHP Settings\"\nmsgstr \"PHP Settings\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"PHP configuration scheduled for update.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"PHP directives values\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP exec() function\"\n\nmsgid \"PHP settings\"\nmsgstr \"PHP settings\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP in\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP out\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP traffic\"\n\nmsgid \"Package actions\"\nmsgstr \"Package actions\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Package already exists in the reseller depot!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Package already exists in the software depot!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Package already exists in the software repository!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Package already exists in your software repository!\"\n\nmsgid \"Package install type\"\nmsgstr \"Package install type\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Package installed successfully!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"Package installed successfully... Awaiting release from admin!\"\n\nmsgid \"Package language\"\nmsgstr \"Package language\"\n\nmsgid \"Package name\"\nmsgstr \"Package name\"\n\nmsgid \"Package title\"\nmsgstr \"Package title\"\n\nmsgid \"Package type\"\nmsgstr \"Package type\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Package vendor HP\"\n\nmsgid \"Package version\"\nmsgstr \"Package version\"\n\nmsgid \"Panel default language\"\nmsgstr \"Panel default language\"\n\nmsgid \"Parent directory\"\nmsgstr \"Parent directory\"\n\nmsgid \"Partition\"\nmsgstr \"Partition\"\n\nmsgid \"Password\"\nmsgstr \"Password\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Password confirmation\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Password contains unallowed characters.\"\n\nmsgid \"Password email\"\nmsgstr \"Password email\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Password is missing.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Password minimum length\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"Password must contain letters and digits.\"\n\nmsgid \"Password settings\"\nmsgstr \"Password settings\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Password successfully updated.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Passwords do not match.\"\n\nmsgid \"Path\"\nmsgstr \"Path\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Pending tasks\"\n\nmsgid \"Percent\"\nmsgstr \"Percent\"\n\nmsgid \"Permissions\"\nmsgstr \"Permissions\"\n\nmsgid \"Personal data\"\nmsgstr \"Personal data\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"Personal data were updated.\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personalise template\"\n\nmsgid \"Phone\"\nmsgstr \"Phone\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Please activate your new i-MSCP password\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"Please choose at least one htaccess user.\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"Please choose at least one htaccess user/group.\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Please confirm the password.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"Please edit your autoresponder message below\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Please enter a name for the protected area.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Please enter a password.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Please enter an SQL user host.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Please enter an username.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Please enter protected area path.\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"Please enter your autoresponder message below\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Please select another directory. %s (%s) is installed there.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Please specify a message content.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Please specify a message subject.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Please type database name.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Please type your message.\"\n\nmsgid \"Plugin\"\nmsgstr \"Plugin\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Plugin %s activated.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Plugin %s cannot be activated.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Plugin %s cannot be deactivated.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Plugin %s cannot be deleted.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Plugin %s cannot be installed.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Plugin %s cannot be protected.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"Plugin %s cannot be reconfigured.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Plugin %s cannot be uninstalled.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Plugin %s cannot be updated.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Plugin %s deactivated.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Plugin %s deleted.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Plugin %s installed.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Plugin %s is protected.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Plugin %s protected.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Plugin %s reconfigured.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Plugin %s scheduled for activation.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Plugin %s scheduled for change.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Plugin %s scheduled for deactivation.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Plugin %s scheduled for installation.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Plugin %s scheduled for uninstallation.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Plugin %s scheduled for update.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Plugin %s uninstalled.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Plugin %s updated.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Plugin Manager: Could not change the %s plugin: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Plugin Manager: Could not load plugin %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"Plugin Manager: Could not update the %s plugin: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"Plugin Manager: Could not write the %s file for protected plugins.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"Plugin Manager: Directory %s doesn't exist or is not writable\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Plugin Manager: Plugin %s is not loaded\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Plugin Manager: Unknown plugin %s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"Plugin activation has failed: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Plugin archive\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"Plugin archive exceeds the maximum upload size\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"Plugin change has failed: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"Plugin deactivation has failed: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"Plugin deletion has failed: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Plugin errors\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"Plugin has been successfully uploaded.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"Plugin installation has failed: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Plugin item errors\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Plugin list is empty.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Plugin management\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"Plugin uninstallation has failed: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"Plugin update has failed: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Plugins Upload\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"Preserve Host\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Prevent external login for admins\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Prevent external login for clients\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Prevent external login for resellers\"\n\nmsgid \"Previous\"\nmsgstr \"Previous\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\n\nmsgid \"Priority\"\nmsgstr \"Priority\"\n\nmsgid \"Private key\"\nmsgstr \"Private key\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Private key passphrase if any\"\n\nmsgid \"Processing...\"\nmsgstr \"Processing...\"\n\nmsgid \"Processor data\"\nmsgstr \"Processor data\"\n\nmsgid \"Profile\"\nmsgstr \"Profile\"\n\nmsgid \"Properties\"\nmsgstr \"Properties\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"Properties for reseller with ID %d were not found in database.\"\n\nmsgid \"Protect\"\nmsgstr \"Protect\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"Protect default mail accounts against change and removal\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Protect this plugin\"\n\nmsgid \"Protected\"\nmsgstr \"Protected\"\n\nmsgid \"Protected area data\"\nmsgstr \"Protected area data\"\n\nmsgid \"Protected area name\"\nmsgstr \"Protected area name\"\n\nmsgid \"Protected area path\"\nmsgstr \"Protected area path\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Protected area successfully scheduled for addition.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Protected area successfully scheduled for deletion.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Protected area successfully scheduled for update.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Protected areas\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocol\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"Quota in MiB (0 ∞)\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Quota in MiB (Max: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"Quota info\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Read ticket\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Rebuild languages index\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Reconfiguration in progress...\"\n\nmsgid \"Record data\"\nmsgstr \"Record data\"\n\nmsgid \"Redirect\"\nmsgstr \"Redirect\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"Redistribute unused quota across existing mail accounts\"\n\nmsgid \"Registration date\"\nmsgstr \"Registration date\"\n\nmsgid \"Relative weight\"\nmsgstr \"Relative weight\"\n\nmsgid \"Release date\"\nmsgstr \"Release date\"\n\nmsgid \"Release description\"\nmsgstr \"Release description\"\n\nmsgid \"Release version\"\nmsgstr \"Release version\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Remote Web software repository\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Remote file not found.\"\n\nmsgid \"Remove\"\nmsgstr \"Remove\"\n\nmsgid \"Remove IP\"\nmsgstr \"Remove IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Remove permissions\"\n\nmsgid \"Reopen\"\nmsgstr \"Reopen\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Reopen ticket\"\n\nmsgid \"Repeat password\"\nmsgstr \"Repeat password\"\n\nmsgid \"Reply\"\nmsgstr \"Reply\"\n\nmsgid \"Reply-To email\"\nmsgstr \"Reply-To email\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"Reply-To email is missing.\"\n\nmsgid \"Reply-To name\"\nmsgstr \"Reply-To name\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"Request Timeout: The server took too long to send the data.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Requires Database?\"\n\nmsgid \"Reseller\"\nmsgstr \"Reseller\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Reseller / Customers / Add Customer\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Reseller / Customers / Add Customer - Next Step\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Reseller / Customers / Circular\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Reseller / Customers / Domain Aliases\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Reseller / Customers / Lost Password Email\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Reseller / Customers / Overview\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Reseller / Customers / Overview / Domain Details\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Reseller / Customers / Overview / Edit Customer\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Reseller / Customers / Overview / Edit Domain\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Reseller / Customers / Welcome Email\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Reseller / Domains / Add Domain Alias\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Reseller / Domains / Edit Domain Alias\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Reseller / General / Overview\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Reseller / General / Software Upload\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Reseller / Hosting Plans / Add Hosting Plan\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Reseller / Hosting Plans / Overview\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Reseller / Profile / Account Summary\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Reseller / Profile / Language\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Reseller / Profile / Layout\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Reseller / Profile / Password\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Reseller / Profile / Personal Data\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Reseller / Statistics / IP Usage\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Reseller / Statistics / Overview\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Reseller / Support / Closed Tickets\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Reseller / Support / New Ticket\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Reseller / Support / Open Tickets\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Reseller / Support / View Ticket\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Reseller / Hosting Plans / Edit Hosting Plan\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Reseller Name\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Reseller and customer\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Reseller and customer levels\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Reseller assignments\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Reseller consumption\"\n\nmsgid \"Reseller data\"\nmsgstr \"Reseller data\"\n\nmsgid \"Reseller level\"\nmsgstr \"Reseller level\"\n\nmsgid \"Reseller list\"\nmsgstr \"Reseller list\"\n\nmsgid \"Reseller name\"\nmsgstr \"Reseller name\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Reseller software list\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Reseller statistics\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Reseller successfully added.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Reseller total\"\n\nmsgid \"Reseller users\"\nmsgstr \"Reseller users\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Reseller with permissions total\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Reseller's layout colour successfully updated.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Reseller/IP usage statistics\"\n\nmsgid \"Resellers\"\nmsgstr \"Resellers\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Resellers and customers\"\n\nmsgid \"Reset\"\nmsgstr \"Reset\"\n\nmsgid \"Restore\"\nmsgstr \"Restore\"\n\nmsgid \"Restore backup\"\nmsgstr \"Restore backup\"\n\nmsgid \"Rights\"\nmsgstr \"Rights\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Rights successfully added.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Rights successfully removed.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP in\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP out\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP traffic\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQL database\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"SQL database limit is disabled but SQL user limit is not.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"SQL database limit is not <i>disabled</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"SQL database successfully created.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"SQL database successfully deleted.\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL databases\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"SQL databases limit\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"SQL databases limit is disabled.\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"SQL databases limit is not disabled.\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"SQL databases limit is reached. You cannot add new SQL databases.\"\n\nmsgid \"SQL databases only\"\nmsgstr \"SQL databases only\"\n\nmsgid \"SQL user\"\nmsgstr \"SQL user\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQL user host\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"SQL user limit is <i>disabled</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"SQL user limit is disabled but SQL database limit is not.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"SQL user limit is disabled.\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL user name\"\n\nmsgid \"SQL user password\"\nmsgstr \"SQL user password\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"SQL user password successfully updated.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"SQL user prefix/suffix\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQL user successfully added.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"SQL user successfully deleted.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"SQL username is too long.\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL users\"\n\nmsgid \"SQL users limit\"\nmsgstr \"SQL users limit\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"SQL users limit is disabled.\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"SQL users limit is reached. You cannot add new SQL users.\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL certificate successfully scheduled for addition.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL certificate successfully scheduled for deletion.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL certificate successfully scheduled for update.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"SSL feature is not available. You can only view your certificate.\"\n\nmsgid \"SSL status\"\nmsgstr \"SSL status\"\n\nmsgid \"Save\"\nmsgstr \"Save\"\n\nmsgid \"Search\"\nmsgstr \"Search\"\n\nmsgid \"Sec.\"\nmsgstr \"Sec.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Secure connection\"\n\nmsgid \"Security code\"\nmsgstr \"Security code\"\n\nmsgid \"Security code has expired\"\nmsgstr \"Security code has expired\"\n\nmsgid \"Select group\"\nmsgstr \"Select group\"\n\nmsgid \"Select your own document root\"\nmsgstr \"Select your own document root\"\n\nmsgid \"Send\"\nmsgstr \"Send\"\n\nmsgid \"Send circular\"\nmsgstr \"Send circular\"\n\nmsgid \"Send message\"\nmsgstr \"Send message\"\n\nmsgid \"Send message to\"\nmsgstr \"Send message to\"\n\nmsgid \"Send reply\"\nmsgstr \"Send reply\"\n\nmsgid \"Send to\"\nmsgstr \"Send to\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Sender name is missing.\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"Separate addresses by a comma, line-break or space.\"\n\nmsgid \"Server ports\"\nmsgstr \"Server ports\"\n\nmsgid \"Server statistics\"\nmsgstr \"Server statistics\"\n\nmsgid \"Server status\"\nmsgstr \"Server status\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Service Unavailable\"\n\nmsgid \"Service is not running\"\nmsgstr \"Service is not running\"\n\nmsgid \"Service is running\"\nmsgstr \"Service is running\"\n\nmsgid \"Service name\"\nmsgstr \"Service name\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"Service name cannot be greater than 25 characters.\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"Service port has been updated.\"\nmsgstr[1] \"%d service ports were updated.\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Service port successfully added\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Service port successfully removed.\"\n\nmsgid \"Service ports\"\nmsgstr \"Service ports\"\n\nmsgid \"Service protocol\"\nmsgstr \"Service protocol\"\n\nmsgid \"Service statuses\"\nmsgstr \"Service statuses\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"Service with same name already exists.\"\n\nmsgid \"Sessions\"\nmsgstr \"Sessions\"\n\nmsgid \"Settings\"\nmsgstr \"Settings\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Settings saved.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Shared mount point\"\n\nmsgid \"Show\"\nmsgstr \"Show\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Show %s records per page\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Show SSL certificate\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"Show default mail accounts\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Show detailed statistics for this reseller\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Show detailed statistics for this user\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"Show domain aliases\"\n\nmsgid \"Show in\"\nmsgstr \"Show in\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Show labels for main menu links\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Showing %s to %s of %s records\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Showing 0 to 0 of 0 records\"\n\nmsgid \"Size\"\nmsgstr \"Size\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"Software available\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Software deleted.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Software depot upload\"\n\nmsgid \"Software details\"\nmsgstr \"Software details\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Software has been deleted.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Software has been successfully imported.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Software in repository\"\n\nmsgid \"Software installation\"\nmsgstr \"Software installation\"\n\nmsgid \"Software installer\"\nmsgstr \"Software installer\"\n\nmsgid \"Software installer options\"\nmsgstr \"Software installer options\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Software installer options successfully updated.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"Software instance has been scheduled for installation\"\n\nmsgid \"Software management\"\nmsgstr \"Software management\"\n\nmsgid \"Software name\"\nmsgstr \"Software name\"\n\nmsgid \"Software not found!\"\nmsgstr \"Software not found!\"\n\nmsgid \"Software options\"\nmsgstr \"Software options\"\n\nmsgid \"Software permissions\"\nmsgstr \"Software permissions\"\n\nmsgid \"Software repository\"\nmsgstr \"Software repository\"\n\nmsgid \"Software status\"\nmsgstr \"Software status\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Software successfully scheduled for deletion.\"\n\nmsgid \"Software total\"\nmsgstr \"Software total\"\n\nmsgid \"Software upload\"\nmsgstr \"Software upload\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Software was activated.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Software was deleted.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Software-Synonym\"\n\nmsgid \"Software-Version\"\nmsgstr \"Software-Version\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Softwaredepot\"\n\nmsgid \"Start installation\"\nmsgstr \"Start installation\"\n\nmsgid \"State/Province\"\nmsgstr \"State/Province\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistics\"\n\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgid \"Street 1\"\nmsgstr \"Street 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Street 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Strong passwords\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomain\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Subdomain %s already exist.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Subdomain %s cannot be forwarded on itself.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"Subdomain %s is unavailable.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Subdomain alias\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Subdomain alias errors\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Subdomain errors\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Subdomain name\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Subdomain name is not valid.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Subdomain scheduled for deletion.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Subdomain successfully scheduled for addition.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Subdomain successfully scheduled for update\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomains\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"Subdomains limit\"\n\nmsgid \"Subject\"\nmsgstr \"Subject\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Subject is missing.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Submit changes\"\n\nmsgid \"Support\"\nmsgstr \"Support\"\n\nmsgid \"Support system\"\nmsgstr \"Support system\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Switch\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Switch to the backups directory\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Switch to user interface\"\n\nmsgid \"Sync quota info\"\nmsgstr \"Sync quota info\"\n\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgid \"System data\"\nmsgstr \"System data\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"System error - custom error page was not updated.\"\n\nmsgid \"System information\"\nmsgstr \"System information\"\n\nmsgid \"System tools\"\nmsgstr \"System tools\"\n\nmsgid \"System under maintenance\"\nmsgstr \"System under maintenance\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Target\"\n\nmsgid \"Target domain\"\nmsgstr \"Target domain\"\n\nmsgid \"Target port\"\nmsgstr \"Target port\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"Target port must be a number.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Temporary folder not found.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"The %s field cannot be empty.\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"The %s field cannot have both unquoted strings and quoted strings.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"The %s plugin version %s is not compatible with your i-MSCP version.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"The %s translation file has been ignored: Translation table is empty.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"The '%s' field cannot be empty.\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"The '%value%' username is not available.\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"The `%s' SQL user is not available or not permitted.\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"The city name must be between %d and %d characters.\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"The company name must be between %d and %d characters.\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"The configuration parameter has been updated.\"\nmsgstr[1] \"%d configuration parameters were updated\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"The country name must be between %d and %d characters.\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"The domain you are trying to edit doesn't exist.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"The email address cannot be empty.\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"The fax number must be between %d and %d characters.\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"The first name must be between %d and %d characters.\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"The last name must be between %d and %d characters.\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"The menu you are trying to edit doesn't exist.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"The new document root must pre-exists inside the /htdocs directory.\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"The package is corrupt. Please correct it.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"The password cannot be empty.\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"The password contains unallowed characters.\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"The password field is empty.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"The password must be between %d and %d characters.\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"The password must contain letters and digits.\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"The phone number must be between %d and %d characters.\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"The private key doesn't belong to the provided SSL certificate.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"The state/province name must be between %d and %d characters.\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"The street 1 name must be between %d and %d characters\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"The street 2 name must be between %d and %d characters.\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"The uploaded file was only partially uploaded.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"The username cannot be empty.\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"The username field is empty.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"The username must be between %d and %d characters.\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"The value has been found in the stack\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"The value has not been found in the stack\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"The values must not be equal\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"The zipcode must be between %d and %d characters.\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"There are no service ports yet.\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"There is no pending task. Operation canceled.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"This htaccess group already exists.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"This htaccess user already exist.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"This interface allow to add or remove IP addresses.\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"This mail account is protected against both edition and deletion.\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"This package already exists in the administrator software repository.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"This package already exists in the software depot!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"This package already exists in your software repository.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"This package is installed on following domain(s):\"\n\nmsgid \"This package is not installed\"\nmsgstr \"This package is not installed\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"This package is not installed yet\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"This software is installed on following domain(s):\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"This user has domain record. First remove the domain from the system.\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Ticket information\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Ticket successfully closed.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Ticket successfully deleted.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Ticket successfully reopened.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Ticket with Id '%d' was not found.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"To unprotect this plugin, you must edit the %s file\"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"Total Domains\"\n\nmsgid \"Total Software\"\nmsgstr \"Total Software\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Total Web software repositories\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"Total accounts: %s / %s\"\n\nmsgid \"Total installations\"\nmsgstr \"Total installations\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Total packages in Web software repository\"\n\nmsgid \"Total reseller\"\nmsgstr \"Total reseller\"\n\nmsgid \"Total software\"\nmsgstr \"Total software\"\n\nmsgid \"Traffic\"\nmsgstr \"Traffic\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Traffic statistics\"\n\nmsgid \"Translated strings\"\nmsgstr \"Translated strings\"\n\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgid \"UP\"\nmsgstr \"UP\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL forwarding\"\n\nmsgid \"URL port\"\nmsgstr \"URL port\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL protocol\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL to this admin panel\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Unable to close the ticket with Id '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Unable to create '%s' directory for language file.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Unable to create 'LC_MESSAGES' directory for language file.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Unable to delete i-MSCP info file.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"Unable to get the IP address list. Please fix this problem.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Unable to get update info from Github\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Unable to load i-MSCP info file.\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Unable to move file.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Unable to read Web software repository index file.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Unable to read the %s file.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"Unable to read the plugin %s file. Please check file permissions\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Unable to read xml file for web software.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Unable to reopen ticket with Id '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Unable to set sslallowselfsigned option\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Unable to set sslverifypeer option\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Unauthorized\"\n\nmsgid \"Unavailable\"\nmsgstr \"Unavailable\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Unexpected error\"\n\nmsgid \"Uninstall\"\nmsgstr \"Uninstall\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Uninstall this plugin\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Uninstallation in progress...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Uninstalled\"\n\nmsgid \"Unknown\"\nmsgstr \"Unknown\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Unknown Error\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"Unknown `%s' database. Database must exists.\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Unknown action requested.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Unknown action: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Unknown bruteforce detection type: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Unknown language name.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Unknown layout colour.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Unknown reason.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Unknown service name '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Unknown status\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Unknown type.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Unknown username.\"\n\nmsgid \"Update\"\nmsgstr \"Update\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Update Plugins\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Update SQL user password\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Update from Web software repository\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Update from web depot\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Update in progress...\"\n\nmsgid \"Update info\"\nmsgstr \"Update info\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\n\nmsgid \"Update password\"\nmsgstr \"Update password\"\n\nmsgid \"Updates\"\nmsgstr \"Updates\"\n\nmsgid \"Upload\"\nmsgstr \"Upload\"\n\nmsgid \"Upload logo\"\nmsgstr \"Upload logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Upload now\"\n\nmsgid \"Uptime\"\nmsgstr \"Uptime\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"Usage of dot in domain name labels is prohibited.\"\n\nmsgid \"Usage status\"\nmsgstr \"Usage status\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Use normal connection (No SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Use secure connection (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Used\"\n\nmsgid \"Used database\"\nmsgstr \"Used database\"\n\nmsgid \"User\"\nmsgstr \"User\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"User (first and last) name\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"User data were not updated.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"User data were successfully updated.\"\n\nmsgid \"User errors\"\nmsgstr \"User errors\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"User has not been deleted.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"User login (system) name\"\n\nmsgid \"User password\"\nmsgstr \"User password\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"User real (first and last) name\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"User scheduled for deletion.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"User session successfully destroyed.\"\n\nmsgid \"User statistics\"\nmsgstr \"User statistics\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"User successfully disconnected.\"\n\nmsgid \"User type\"\nmsgstr \"User type\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"User type (admin, reseller, user)\"\n\nmsgid \"Username\"\nmsgstr \"Username\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Username and password for application login\"\n\nmsgid \"Users\"\nmsgstr \"Users\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"Value for the PHP %%s directive must be in range %%d to %%d.\"\n\nmsgid \"Values\"\nmsgstr \"Values\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Vendor hompage\"\n\nmsgid \"Version\"\nmsgstr \"Version\"\n\nmsgid \"Very high\"\nmsgstr \"Very high\"\n\nmsgid \"View\"\nmsgstr \"View\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"View SSL certificate\"\n\nmsgid \"View ticket\"\nmsgstr \"View ticket\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Visit plugin site\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Warning traffic\"\n\nmsgid \"Warning!\"\nmsgstr \"Warning!\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Warnings and Errors\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Web Statistics\"\n\nmsgid \"Web files only\"\nmsgstr \"Web files only\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Web folder protection\"\n\nmsgid \"Web in\"\nmsgstr \"Web in\"\n\nmsgid \"Web out\"\nmsgstr \"Web out\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Web software depot packages total\"\n\nmsgid \"Web software repository\"\nmsgstr \"Web software repository\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Web software repository index been successfully updated.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Web software repository index is already up to date.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web statistics\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web traffic\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Webtools\"\n\nmsgid \"Welcome email\"\nmsgstr \"Welcome email\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"Welcome email template has been updated.\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Welcome {USERNAME} to i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"When set to `Auto', the IP address is automatically configured.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"When set to `Manual', the configuration is left to the administrator.\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Wrong or unallowed IP address.\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Wrong or unallowed IP netmask.\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Wrong reseller id.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Wrong security code\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Wrong software id.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Wrong syntax for new expire date.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Wrong syntax for the %s limit.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Wrong syntax for the mail quota value.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Wrong user level provided.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Wrong username.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"XML file URL for the Web software repository\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Year\"\n\nmsgid \"Yes\"\nmsgstr \"Yes\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"You are exceeding the monthly server traffic limit.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"You are exceeding you domain aliases limit.\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"You are exceeding your FTP accounts limit.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"You are exceeding your SQL databases limit.\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"You are exceeding your SQL users limit.\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"You are exceeding your disk space limit.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"You are exceeding your mail accounts limit.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"You are exceeding your monthly traffic limit.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"You are exceeding your subdomains limit.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"You are not allowed to act on your own session.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"You can only upload images.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"You can select as many addresses as you want.\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"You cannot delete a reseller that has customer accounts.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"You cannot delete the default administrator.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"You cannot delete the last active IP address.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"You cannot forward %s on itself.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"You cannot remove an IP that is assigned to a reseller.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"You cannot set expire date in past.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"You cannot unassign an IP address already in use.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"You cannot update a protected plugin.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"You do not have DNS resource records.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"You do not have FTP accounts.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"You do not have any software uploaded yet\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"You do not have databases.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"You do not have domain aliases.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"You do not have permissions to upload software\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"You do not have protected areas.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"You do not have subdomains.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"You have a new answer to your support ticket.\"\nmsgstr[1] \"You have %d new answers to your support tickets.\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"You have a new domain alias order.\"\nmsgstr[1] \"You have %d new domain alias orders\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"You have a new support ticket.\"\nmsgstr[1] \"You have %d new support tickets.\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"You have been blocked for %s minutes.\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"You have been successfully logged out.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"You have no closed tickets.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"You have no groups.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"You have no open tickets.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"You have reached your domains limit. You cannot add more domains.\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"You have to choose between file-upload and wget-function.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"You must assign at least one IP to this reseller.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"You must choose between local and remote upload.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"You must confirm your password.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"You must enter a domain alias name.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"You must enter a subdomain name.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"You must first create a user.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"You must first generate a password by clicking the generate button.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"You must select a file to upload.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"You must select a file to upload/download.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"You must select at least one catch-all address.\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"You must select at least one mail account to delete.\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"You must select at least one plugin.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"You must specify a message.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"You must specify a subject.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"You must wait %s minutes before the next attempt.\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"Your account has been disabled. Please, contact your reseller.\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Your account has expired. Please renew your subscription.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"Your account has expired. Please, contact your reseller.\"\n\nmsgid \"Your consumption\"\nmsgstr \"Your consumption\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\n\nmsgid \"Your message\"\nmsgstr \"Your message\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Your message has been successfully sent.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Your new i-MSCP login\"\n\nmsgid \"Your new password\"\nmsgstr \"Your new password\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Your package is corrupt. Please correct it!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"Your request for password renewal is either invalid or has expired.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"Your software package has been activated\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"Your software package has been deleted\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Zip/Postal code\"\n\nmsgid \"Zone\"\nmsgstr \"Zone\"\n\nmsgid \"[New]\"\nmsgstr \"[New]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"English (United Kingdom)\"\n\nmsgid \"activated\"\nmsgstr \"activated\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"activated (Softwaredepot)\"\n\nmsgid \"addition\"\nmsgstr \"addition\"\n\nmsgid \"administrator\"\nmsgstr \"administrator\"\n\nmsgid \"and\"\nmsgstr \"and\"\n\nmsgid \"anything\"\nmsgstr \"anything\"\n\nmsgid \"catch-all\"\nmsgstr \"catch-all\"\n\nmsgid \"city\"\nmsgstr \"city\"\n\nmsgid \"company\"\nmsgstr \"company\"\n\nmsgid \"country\"\nmsgstr \"country\"\n\nmsgid \"created by\"\nmsgstr \"created by\"\n\nmsgid \"deleting\"\nmsgstr \"deleting\"\n\nmsgid \"disabled\"\nmsgstr \"disabled\"\n\nmsgid \"disk space\"\nmsgstr \"disk space\"\n\nmsgid \"domain\"\nmsgstr \"domain\"\n\nmsgid \"domain alias\"\nmsgstr \"domain alias\"\n\nmsgid \"domain aliases\"\nmsgstr \"domain aliases\"\n\nmsgid \"domain data\"\nmsgstr \"domain data\"\n\nmsgid \"domain name\"\nmsgstr \"domain name\"\n\nmsgid \"domains\"\nmsgstr \"domains\"\n\nmsgid \"error\"\nmsgstr \"error\"\n\nmsgid \"everything\"\nmsgstr \"everything\"\n\nmsgid \"first name\"\nmsgstr \"first name\"\n\nmsgid \"from other browser\"\nmsgstr \"from other browser\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Application Management (Permissions)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Login\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Lost Password\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Maintenance\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Software Installer / Management\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Software Management\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Software Management (Permissions)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Sofware Management\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Software Installer / Management\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Software installer / Web software repository\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP Web software repository\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP plugin store\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP updates\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"i-MSCP version update checking is disabled\"\n\nmsgid \"installed\"\nmsgstr \"installed\"\n\nmsgid \"installing\"\nmsgstr \"installing\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"last name\"\n\nmsgid \"mail\"\nmsgstr \"mail\"\n\nmsgid \"mail account\"\nmsgstr \"mail account\"\n\nmsgid \"mail accounts\"\nmsgstr \"mail accounts\"\n\nmsgid \"missing alias\"\nmsgstr \"missing alias\"\n\nmsgid \"missing domain\"\nmsgstr \"missing domain\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/A\"\n\nmsgid \"no\"\nmsgstr \"no\"\n\nmsgid \"not available\"\nmsgstr \"not available\"\n\nmsgid \"not required\"\nmsgstr \"not required\"\n\nmsgid \"ok\"\nmsgstr \"ok\"\n\nmsgid \"older than 1 month\"\nmsgstr \"older than 1 month\"\n\nmsgid \"older than 12 months\"\nmsgstr \"older than 12 months\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"older than 2 weeks\"\n\nmsgid \"older than 3 months\"\nmsgstr \"older than 3 months\"\n\nmsgid \"older than 6 months\"\nmsgstr \"older than 6 months\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"or remote file (Max: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"orphan entry\"\n\nmsgid \"required\"\nmsgstr \"required\"\n\nmsgid \"reseller name\"\nmsgstr \"reseller name\"\n\nmsgid \"state/province\"\nmsgstr \"state/province\"\n\nmsgid \"subdomain\"\nmsgstr \"subdomain\"\n\nmsgid \"subdomains\"\nmsgstr \"subdomains\"\n\nmsgid \"suspended\"\nmsgstr \"suspended\"\n\nmsgid \"that match with\"\nmsgstr \"that match with\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"traffic\"\n\nmsgid \"update\"\nmsgstr \"update\"\n\nmsgid \"waiting for activation\"\nmsgstr \"waiting for activation\"\n\nmsgid \"which status is\"\nmsgstr \"which status is\"\n\nmsgid \"yes\"\nmsgstr \"yes\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"{USERNAME} user statistics\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\n"
  },
  {
    "path": "i18n/po/es_AR.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Miguel Angel <piradoxlanieve@gmail.com>, 2017\\n\"\n\"Language-Team: Spanish (Argentina) (https://www.transifex.com/i-mscp/teams/576/es_AR/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: es_AR\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Administrador / Soporte / Tickets abiertos\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Cliente / Herramientas Web / Páginas de Error Personalizadas / Editar \"\n\"Páginas de Error Personalizadas\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Dirección IP incorrecta.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Almacen de Software)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Versión: %2$s, Idioma: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s estás ahora logueado como %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d cadenas traducidas\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"cuenta %s eliminada satisfactoriamente.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s no existe o está vacío.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s no es un archivo i-MSCP de idioma válido.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s no está permitido como etiqueta de subdominio.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"página %s\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s registros\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"webmail %s\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: El consumo (%s) de los Clientes para este revendedor es mayor que el \"\n\"nuevo límite.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: El total de ítems (%s) actualmente asignado por este revendedor es mayor\"\n\" que el nuevo límite.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Este revendedor tiene cliente(s) con ítems ilimitados.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: No podés desactivar un servicio actualmente vendido a clientes de los \"\n\"revendedores.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() no implementado y %s no encontrado. Esta es una falla en el \"\n\"plugin %s que debe ser reportada a su(s) autor(es).\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtrado de %s registros totales)\"\n\nmsgid \"(usually named\"\nmsgstr \"(normalmente llamado)\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Una extensión PHP ha detenido la subida del archivo.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"¡Ya existe el plan de hosting con el nombre ingresado!\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Hay disponible una nueva actualización de i-MSCP\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Accedé a tus estadísticas de dominio desde la interface web.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Accedé a tus archivos desde la interface web.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Accedé a tu correo desde la interface web.\"\n\nmsgid \"Account limits\"\nmsgstr \"Límites de la Cuenta\"\n\nmsgid \"Account name\"\nmsgstr \"Nombre de cuenta\"\n\nmsgid \"Account summary\"\nmsgstr \"Sumario de la cuenta\"\n\nmsgid \"Account type\"\nmsgstr \"Tipo de cuenta\"\n\nmsgid \"Action\"\nmsgstr \"Acción\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"La acción ha sido detenida.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"La acción ha fallado.\"\n\nmsgid \"Actions\"\nmsgstr \"Acciones\"\n\nmsgid \"Activate\"\nmsgstr \"Activar\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Activar este plugin\"\n\nmsgid \"Activated\"\nmsgstr \"Activado\"\n\nmsgid \"Activated software\"\nmsgstr \"Software activado\"\n\nmsgid \"Activation email\"\nmsgstr \"Correo de activación\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Activación en progreso...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Añadir\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Añadir Cuenta FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Añadir grupo Htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Añadir usuario Htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Añadir base de datos SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Añadir usuario SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Añadir certificado SSL\"\n\nmsgid \"Add admin\"\nmsgstr \"Añadir administrador\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Añadir Menú Personalizado\"\n\nmsgid \"Add customer\"\nmsgstr \"Añadir cliente\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Añadir Cliente - Paso Siguiente\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Añadir alias de dominio\"\n\nmsgid \"Add group\"\nmsgstr \"Añadir grupo\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Añadir plan de hospedaje\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Añadir nueva dirección IP\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Añadir nueva área protegida\"\n\nmsgid \"Add permissions\"\nmsgstr \"Agregar permisos\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Agregar permisos de software al revendedor \"\n\nmsgid \"Add protected area\"\nmsgstr \"Añadir área protegida\"\n\nmsgid \"Add reseller\"\nmsgstr \"Añadir revendedor\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Añadir subdominio\"\n\nmsgid \"Add user\"\nmsgstr \"Añadir usuario\"\n\nmsgid \"Added by\"\nmsgstr \"Agregado por\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Adición en progreso\"\n\nmsgid \"Admin\"\nmsgstr \"Administrador\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Administrador / General / Registro del Administrador\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Adminstración / General / Resumen\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Administrador / General / Estado de los Servicios\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Administrador / Perfil / Estado de Cuenta\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Administrador / Perfil / Idioma\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Administrador / Perfil / Diseño\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Administrador / Perfil / Contraseña\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Administrador / Perfil / Datos Personales\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Administrador / Configuraciones\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Administrador / Configuraciones / Idiomas\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Administrador / Configuraciones / Correo de Contraseña perdida\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Administrador / Configuraciones / Administrar Plugins\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Administrador / Configuraciones / Puertos de Servicios\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Administrador / Configuraciones / Administrar Software\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Administrador / Configuraciones / Opciones de Software\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Administrador / Configuraciones / Correo de Bienvenida\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Administrador / Configuraciones / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Administrador / Administrar Software / Software del Revendedor\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Administrador / Estadísticas / Uso de IP\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Administrador / Estadísticas / Estadísticas de Revendedor\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\"Administrador / Estadísticas / Estadísticas del Revendedor / Estadísticas \"\n\"del Usuario\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Administrador / Estadísticas / Estadísticas del Revendedor / Estadísticas \"\n\"del Usuario / {USERNAME} estadísticas del usuario\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Administrador / Estadísticas / Estadísticas de Servidor\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Administrador / Soporte / Tickets Cerrados\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Administrador / Soporte / Ver Tickets\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Administrador / Herramientas del Sistema / Registros de Anti-Rootkits\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Administrador / Herramientas del Sistema / Depurador\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\"Administrador / Herramientas del Sistema / Configuraciones de Mantenimiento\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Administrador / Herramientas del Sistema / Información del Sistema\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Administrador / Herramientas del Sistema / Actualizaciones de i-MSCP\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Administrador / Usuarios / Añadir Administrador\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Administrador / Usuarios / Añadir Revendedor\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Administrador / Usuarios / Circular\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Administrador / Usuarios/ Editar Revendedor\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Administración / Usuarios / Resumen\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Administración / Usuarios / Resumen / Detalle de Dominio\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Administración / Usuarios / Resumen / Editar Administrador\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Administrador / Usuarios / Sesiones\"\n\nmsgid \"Admin log\"\nmsgstr \"Registro del administrador\"\n\nmsgid \"Admin not available\"\nmsgstr \"Administrador no disponible\"\n\nmsgid \"Admin users\"\nmsgstr \"Usuarios administradores\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Administrador/ Estadísticas de uso de IP\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrador\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Niveles de Administrador y Revendedor\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administrador y Cliente\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Niveles de Administrador y Cliente\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrador y Revendedor\"\n\nmsgid \"Administrator level\"\nmsgstr \"Nivel de Administrador\"\n\nmsgid \"Administrator login\"\nmsgstr \"Inicio de sesión de Administrador\"\n\nmsgid \"Administrators\"\nmsgstr \"Administradores\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Administradores y Clientes\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administradores y Revendedores\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Todo\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Eliminados satisfactoriamente todos los tickets cerrados\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Todos los campos son obligatorios.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Todo entrante\"\n\nmsgid \"All levels\"\nmsgstr \"Todos los niveles\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Eliminados satisfactoriamente todos los tickets abiertos.\"\n\nmsgid \"All out\"\nmsgstr \"Todo saliente\"\n\nmsgid \"All reseller\"\nmsgstr \"Todos los revendedores\"\n\nmsgid \"All traffic\"\nmsgstr \"Todo el tráfico\"\n\nmsgid \"All users\"\nmsgstr \"Todos los usuarios\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Permitir URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Permitir compartir el punto de montaje de otro dominio.\"\n\nmsgid \"Already in use\"\nmsgstr \"Actualmente en uso\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"URL alternativa para llegar a tu página web\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Ha ocurrido un error inesperado.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\"Ha ocurrido un error inesperado. Por favor contactá a tu Administrador.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\"Ha ocurrido un error inexperado. Por favor, contactá con tu revendedor.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Ha ocurrido un error inesperado: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Error desconocido durante la subida del archivo: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Registro de Anti-Rootkits\"\n\nmsgid \"Any\"\nmsgstr \"Cualquiera\"\n\nmsgid \"Application installer\"\nmsgstr \"Instalador de Aplicaciones\"\n\nmsgid \"Apply\"\nmsgstr \"OK\"\n\nmsgid \"Apply changes\"\nmsgstr \"Aplicar cambios\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\"¿Estás seguro que querés instalar este paquete desde el repositorio web?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"¿Estás seguro de instalar este paquete?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"¿Estás seguro de quitar este permiso?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"¿Estás seguro que querés eliminar el usuario SQL %s?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"¿Estás seguro que querés instalar este paquete?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"¿Seguro deseás eliminar %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"¿Estás seguro que querés eliminar todos los tickets cerrados?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"¿Estás seguro que querés eliminar todos los tickets?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"¿Estás seguro que querés eliminar la orden de alias de dominio de %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"¿Estás seguro que querés elimiinar el alias de dominio %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"¿Estás seguro que querés eliminar el menú %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"¿Estás seguro que querés eliminar el ticket '%s'?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"¿Estás seguro que querés borrar este paquete?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"¿Estás seguro que querés importar este paquete al repositorio local de \"\n\"software?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\"¿Estás seguro que querés importar este paquete al depósito de software?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\"¿Estás seguro que querés instalar este paquete desde el repositorio web?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"¿Estás seguro que deseás restaurar el respaldo?\"\n\nmsgid \"Assign\"\nmsgstr \"Asignar\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Asignar usuario SQL existente\"\n\nmsgid \"Assign group\"\nmsgstr \"Asignar grupo\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Al menos, un certificado intermedio es inválido o inexistente.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Automático (Idioma del navegador)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"Disponible\"\n\nmsgid \"Available software\"\nmsgstr \"Software disponible\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Esperando activación\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Esperando aprobación\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Volver\"\n\nmsgid \"Backup\"\nmsgstr \"Respaldo\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Configuraciones de Respaldo y Recuperación.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"El Respaldo ha si programado satisfactoriamente para su restauración.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Contraseña Incorrecta\"\n\nmsgid \"Bad request.\"\nmsgstr \"Solicitud incorrecta.\"\n\nmsgid \"Behind\"\nmsgstr \"Detrás\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Tiempo de bloqueo entre intentos de inicio de sesión/captcha\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"Cuerpo\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Cuerpo no hallado.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Detección de Acceso ilegal por fuerza bruta\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Acciones masivas\"\n\nmsgid \"By\"\nmsgstr \"Por\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"Información de CPU\"\n\nmsgid \"Cache\"\nmsgstr \"Caché\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\nmsgid \"Canonical name\"\nmsgstr \"Nombre Canónico\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Certificado\"\n\nmsgid \"Certificate data\"\nmsgstr \"Datos del Certificado\"\n\nmsgid \"Change\"\nmsgstr \"Cambiar\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Buscar actualizaciones\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Seleccionar\"\n\nmsgid \"Choose dir\"\nmsgstr \"Seleccionar directorio\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Seleccionar el archivo (Máx: %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Seleccionar plan de hosting\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Elegir color de diseño\"\n\nmsgid \"Choose your language\"\nmsgstr \"Elegí tu idioma\"\n\nmsgid \"Circular\"\nmsgstr \"Circular\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Circular enviada satisfactoriamente.\"\n\nmsgid \"City\"\nmsgstr \"Ciudad\"\n\nmsgid \"Class\"\nmsgstr \"Clase\"\n\nmsgid \"Clear log\"\nmsgstr \"Borrar registro\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Pulsá aquí para más detalles\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Pulsá en el botón Restaurar y el sistema restaurará el último respaldo \"\n\"diario\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Cliente / Base de Datos / Añadir Base de Datos SQL\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Cliente / Bases de Datos / Resumen\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Cliente / Bases de Datos / Resumen / Añadir Usuario SQL\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\"Cliente / Base de Datos / Resumen / Actualizar contraseña de Usuario SQL\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Cliente / Dominios\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Cliente / Dominios / Añadir Alias de Dominio\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Cliente / Dominios / Añadir Subdominio\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Cliente / Dominio / Editar Alias de Dominio\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Cliente / Dominios / Editar Subdominio\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Cliente / Dominios / Configuraciones PHP\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Cliente / Dominios / Certificado SSL\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Cliente / FTP / Añadir Cuenta FTP\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Cliente / FTP / Resumen\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Cliente / FTP / Editar Cuenta FTP\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Cliente / General / Resumen\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Cliente / Perfil / Resumen de la Cuenta\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Cliente / Perfil / Idioma\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Cliente / Perfil / Diseño\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Cliente / Perfil / Contraseña\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Cliente / Perfil / Datos Personales\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Cliente / Estadísticas\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Cliente / Soporte / Tickets Cerrados\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Cliente / Soporte / Nuevo TIcket\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Cliente / Soporte / Tickets Abiertos\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Cliente / Soporte / Ver Tickets\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Cliente / Herramientas Web / Páginas de Error Personalizadas\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Cliente / Herramientas Web / Respaldo Diario\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Cliente / Herramientas Web / Resumen\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Cliente / Herramientas Web / Áreas Protegidas\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Cliente / Herramientas Web / Áreas Protegidas / Administrar Usuarios y \"\n\"Grupos\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Cliente / Herramientas Web / Áreas Protegidas / Administrar Usuarios y \"\n\"Grupos / Añadir Grupo\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Cliente / Herramientas Web / Áreas Protegidas / Administrar Usuarios y \"\n\"Grupos / Añadir Usuario\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Cliente / Herramientas Web / Áreas Protegidas / Administrar Usuarios y \"\n\"Grupos / Editar Usuario\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Cliente / Herramientas Web / Áreas Protegidas / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Cliente / Herramientas Web / Software\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Cliente / Herramientas Web / Software / Instalación de Software\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Cliente / Herramientas Web / Software / Ver\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Velocidad de Reloj (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Cerrar\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Cerrar el ticket\"\n\nmsgid \"Close ticket\"\nmsgstr \"Cerrar Ticket\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Tickets cerrados\"\n\nmsgid \"Common name\"\nmsgstr \"Nombre común\"\n\nmsgid \"Company\"\nmsgstr \"Compañía\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"Núcleos\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"No se puede subir el archivo.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"No se puede subir el archivo. Archivo no hallado.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"No se puede subir el archivo. El tamaño máximo de archivo (%1$d MB) ha sido \"\n\"alcanzado.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgid \"Create\"\nmsgstr \"Crear\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Creado por\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Fecha de creación\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Errores en DNS personalizados\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Registro DNS personalizado prorgramado para ser eliminado.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Registros DNS personalizados\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"La página de error personalizada ha sido actualizada.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Páginas de error personalizadas\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Nombre y enlace de menú personalizado\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Propiedades Menú Personalizado\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Menú personalizado añadido satisfactoriamente\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Menú personalizado eliminado satisfactoriamente\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Menú personalizado actualizado satisfactoriamente\"\n\nmsgid \"Custom menus\"\nmsgstr \"Menús personalizados\"\n\nmsgid \"Customer\"\nmsgstr \"Cliente\"\n\nmsgid \"Customer account\"\nmsgstr \"Cuenta de Cliente\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Cuenta del cliente programada para su activación.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Cuenta del cliente programada para su creación.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Cuenta del cliente programada para ser desactivada.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Cuenta del cliente programada para ser eliminada.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Cuenta del cliente actualizada satisfactoriamente.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Asignación de clientes\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Consumo del Cliente\"\n\nmsgid \"Customer level\"\nmsgstr \"Nivel Cliente\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Cliente programado para ser añadido.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Cliente programado para su eliminación.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Color de diseño del cliente actualizado satisfactoriamente.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Cliente(s) movido(s) satisfactoriamente.\"\n\nmsgid \"Customers\"\nmsgstr \"Clientes\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Personalizar páginas de error para tu dominio.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"El registro DNS ya existe.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"Recursos registros DNS\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"ABAJO\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Solicitud de demonio fallida.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Solicitud de demonio satisfactoria.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Respaldo diario\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"Base de Datos\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Nombre de Base de Datos y Usuarios\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Nombre de la base de datos\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"El nombre de la base de datos es demasiado largo.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"Prefijo de Base de Datos\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Prefijo/Sufijo de Base de Datos\"\n\nmsgid \"Database required\"\nmsgstr \"Base de Datos requerida\"\n\nmsgid \"Database usage\"\nmsgstr \"Utilización Base de Datos\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Usuarios de base de datos\"\n\nmsgid \"Databases\"\nmsgstr \"Base de Datos\"\n\nmsgid \"Date\"\nmsgstr \"Fecha\"\n\nmsgid \"Day\"\nmsgstr \"Día\"\n\nmsgid \"Days\"\nmsgstr \"Días\"\n\nmsgid \"Deactivate\"\nmsgstr \"Desactivar\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Desactivar este plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Desactivado\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Desactivación en progreso...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"Depurador\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"Idioma por defecto\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Se ha actualizado el idioma predeterminado.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Define si los clientes pueden agregar/cambiar los certificados SSL para sus \"\n\"dominios.\"\n\nmsgid \"Delete\"\nmsgstr \"Eliminar\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Eliminar todos los tickets\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Eliminar del log:\"\n\nmsgid \"Delete order\"\nmsgstr \"Eliminar pedido\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Borrar Aplicación del revendedor\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Eliminar este plugiin\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Eliminar ticket\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Eliminación en progreso\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Eliminación en progreso\"\n\nmsgid \"Depot import\"\nmsgstr \"Importar Depósito\"\n\nmsgid \"Description\"\nmsgstr \"Descripcion\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"La descripción no puede estar vacía.\"\n\nmsgid \"Details\"\nmsgstr \"Detalles\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"El directorio %s no existe.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Desactivado\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Funciones desactivadas\"\n\nmsgid \"Disconnect\"\nmsgstr \"Desconectado\"\n\nmsgid \"Disk\"\nmsgstr \"Disco\"\n\nmsgid \"Disk space\"\nmsgstr \"Espacio en disco\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Límite de espacio en disco [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Uso del disco\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Detalles uso del Disco\"\n\nmsgid \"Display errors\"\nmsgstr \"Mostrar errores\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Dominio\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"El dominio %s no está disponible.\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP del dominio\"\n\nmsgid \"Domain Name\"\nmsgstr \"Nombre de Dominio\"\n\nmsgid \"Domain account\"\nmsgstr \"Cuenta de dominio\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Cuenta de dominio vencida.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Cuentas de dominio\"\n\nmsgid \"Domain alias\"\nmsgstr \"Alias de dominio\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"El alias de dominio %s no puede ser reenviado a si mismo.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Errores de alias de dominio\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Alias de nombre de dominio\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Orden de alias de dominio enviada satisfactoriamente.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Alias de dominio programado para ser añadido.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"El alias de dominio ha sido programado para ser eliminado\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Alias de dominio programado para su actualización.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Aliases de dominio\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Dominio y Bases de Datos SQL\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Detalles del dominio\"\n\nmsgid \"Domain errors\"\nmsgstr \"Errores de dominio\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Fecha de vencimiento del dominio\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Se debe completar la fecha de vencimiento del Dominio\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Nombre del dominio\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\"El nombre de dominio (formato ASCII) no puede ser mayor que 255 caracteres.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"El nombre de dominio no puede estar vacío.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"El nombre de dominio no puede comenzar ni finalizar con un punto.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"El nombre de dominio contiene un caracter inválido: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\"Las etiquetas del nombre de dominio no pueden ser mayores de 63 caracteres.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\"Las etiquetas de nombre de dominio no pueden comenzar ni finalizar con \"\n\"guión.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Nueva fecha de vencimiento del dominio.\"\n\nmsgid \"Domain overview\"\nmsgstr \"Resumen del Dominio\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Dominio programado para su actualización.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Estadisticas de dominio\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"El estado del dominio no es ok.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Dominio actualizado satisfactoriamente.\"\n\nmsgid \"Domain type\"\nmsgstr \"Tipo de dominio\"\n\nmsgid \"Domains\"\nmsgstr \"Dominios\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Dominios por página\"\n\nmsgid \"Done\"\nmsgstr \"Listo\"\n\nmsgid \"Download\"\nmsgstr \"Descarga\"\n\nmsgid \"Download TAR\"\nmsgstr \"Descargar TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Descargar ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Enlaces de descarga\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Descargar los archivos almacenados en este directorio\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Editar\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Editar cuenta FTP\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Editar certificado SSL\"\n\nmsgid \"Edit admin\"\nmsgstr \"Editar Administrador\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Editar página de error personalizada\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Editar menú personalizado\"\n\nmsgid \"Edit customer\"\nmsgstr \"Editar Cliente\"\n\nmsgid \"Edit domain\"\nmsgstr \"Editar dominio\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Editar alias de dominio\"\n\nmsgid \"Edit error page\"\nmsgstr \"Editar pagina de error\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Editar plan de hosting\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Editar usuario Htaccess\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Editar cuenta de correo\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Editar área protegida\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Editar revendedor\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Editar subdominio\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"Email\"\n\nmsgid \"Email address\"\nmsgstr \"Dirección de correo\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"La cuota de correo no puede ser mayor que %s\"\n\nmsgid \"Email settings\"\nmsgstr \"Configuraciones del Correo\"\n\nmsgid \"Email setup\"\nmsgstr \"Configuración de Correo\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Correo actualizado satisfactoriamente.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Habilitar SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Habilitado\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Habilitado por: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Detalles de errores\"\n\nmsgid \"Error pages\"\nmsgstr \"Paginas de error\"\n\nmsgid \"Error reporting\"\nmsgstr \"Reporte de errores\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Error: ¡Archivo no hallado!\"\n\nmsgid \"Errors\"\nmsgstr \"Errores\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Servidor de correo externo\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Servidor de correo externo\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"Cuenta FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"Se ha alcanzado el límite de cuentas FTP\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"Cuenta FTP añadida satisfactoriamente.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"Cuenta FTP eliminada satisfactoriamente.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"Cuenta de FTP actualizada satisfactoriamente.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Cuentas FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Tráfico FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Fallo al escribir el archivo a disco.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Fallo en el paquete. ¡Eliminando!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Característica\"\n\nmsgid \"Features\"\nmsgstr \"Características\"\n\nmsgid \"Female\"\nmsgstr \"Femenino\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"¡EL archivo %s no existe o no puede ser hallado!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"El archivo %s no parece ser un archivo de migración.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Archivo no existe. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"El archivo excede el límite de tamaño.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"El archivo ha sido subido satisfactoriamente.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"No se puede leer el archivo.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"El archivo debe ser del tipo .tar.gz\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"El archivo se ha subido satisfactoriamente.\"\n\nmsgid \"File usage\"\nmsgstr \"Utilización de Archivos.\"\n\nmsgid \"FileManager\"\nmsgstr \"Administrador de Archivos\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Información del sistema de archivos\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Completá el mensaje de texto\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Nombre\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Prohibido\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"Forzar reintento\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Redireccionar\"\n\nmsgid \"Forward URL\"\nmsgstr \"URL de reenvío\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"La URL de reenvío %s no es válida.\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"La lista de reenvíos está vacía.\"\n\nmsgid \"Forward to\"\nmsgstr \"Reenviar a\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Redireccionar a URL\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Libre\"\n\nmsgid \"From\"\nmsgstr \"De\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Del revendedor\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Cuenta FTP\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Datos de Cuenta FTP\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Cuentas FTP\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Sexo\"\n\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgid \"General information\"\nmsgstr \"Información general\"\n\nmsgid \"General settings\"\nmsgstr \"Opciones Generales\"\n\nmsgid \"Generate\"\nmsgstr \"Generar\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Generar un certificado auto firmado\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Grupo\"\n\nmsgid \"Group members\"\nmsgstr \"Miembros del grupo\"\n\nmsgid \"Group name\"\nmsgstr \"Nombre del grupo\"\n\nmsgid \"Groups\"\nmsgstr \"Grupos\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"Tráfico HTTP\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Alto\"\n\nmsgid \"Home directory\"\nmsgstr \"Directorio base\"\n\nmsgid \"Homepage\"\nmsgstr \"Página de Inicio\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\"Host desde el cual el usuario SQL tiene permitido conectarse al servidor SQL\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Plan de alojamiento\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Disponibilidad de Planes de alojamiento\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\"Los límites del plan de alojamiento superan los límites del revendedor.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Plan de alojamiento creado satisfactoriamente.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"El Plan de alojamiento ha sido actualizado satisfactoriamente.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Planes de hosting\"\n\nmsgid \"Hour\"\nmsgstr \"Hora\"\n\nmsgid \"Hours\"\nmsgstr \"Horas\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Grupo Htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Grupo Htaccess programado satisfactoriamente para ser añadido.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Grupo Htaccess programado satisfactoriamente para su eliminación.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Usuario Htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Usuario Htaccess asignado satisfactoriamente al grupo htaccess %s\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Usuario htaccess eliminado satisfactoriamente dle grupo htaccess %s\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Usuario htaccess programado satisfactoriamente para ser añadido.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"Dirección IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"La dirección IP está actualmente bajo el control de i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"Dirección IP programada para ser añadida.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"Dirección IP programada para ser eliminada.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"Dirección IP bajo el control de i-MSCP\"\n\nmsgid \"IP assignments\"\nmsgstr \"Administrar IP\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"Administrar IP\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"Uso de IP\"\n\nmsgid \"IPv6 address\"\nmsgstr \"Dirección IPv6\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Si querés limitar al revendedor, primero tenés que limitar a sus clientes.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Las imágenes tienen que ser menores a 500 x 90 pixeles.\"\n\nmsgid \"Import\"\nmsgstr \"Importar\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Importar a repositorio local\"\n\nmsgid \"Import new language file\"\nmsgstr \"Importar nuevo idioma\"\n\nmsgid \"In front\"\nmsgstr \"Adelante\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\"En el modo de Mantenimiento, solo los administradores pueden iniciar sesión.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Límite incorrecto de usuarios SQL.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Límite incorrecto de alias.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Límite de espacio en disco incorrecto.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"¡Largo o sintaxis incorrectos de la dirección de correo!\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Cuota de correo incorrecta.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Límite incorrecto para %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Límite incorrecto de tráfico mensual.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Límite incorrecto de subdominios.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Instalar\"\n\nmsgid \"Install in progress\"\nmsgstr \"Instalación en progreso\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Instalar este plugin\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Instalar varias aplicaciones web con pocos clicks.\"\n\nmsgid \"Installation details\"\nmsgstr \"Detalles de instalación\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Instalación en progreso...\"\n\nmsgid \"Installation path\"\nmsgstr \"Ruta de Instalación\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"El paquete instalado que ha sido eliminado por tu revendedor.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Instalado en el repositorio del revendedor\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Instalado en el repositorio de software\"\n\nmsgid \"Installed on\"\nmsgstr \"Instalado en\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Instalando el paquete subido. Por favor, actualizá esta página.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instrucciones para descargar el respaldo de hoy\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Certificado(s) intermedio(s).\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Error interno del Servidor\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internacionalización\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Host de usario SQL inválido: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"URL inválida\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Nombre de dominio inválido.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Dirección de correo inválida.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Nombre de usuario de correo inválido.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"¡Nombre de grupo inválido!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Orden del menú inválido.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Nombre inválido\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Carga inválida recibida desde GitHub\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Llave privada o contraseña inválidas.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Destino inválido\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Nombre de usuario inválido.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Versión del Kernel\"\n\nmsgid \"Kill session\"\nmsgstr \"Terminar sesión\"\n\nmsgid \"Label\"\nmsgstr \"Dominio\"\n\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgid \"Language file\"\nmsgstr \"Archivo de idioma\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Archivo de idioma instalado satisfactoriamente.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Idiomas\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"El índice de idiomas se ha reconstruido satisfactoriamente.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Última actualización del repositorio Web de Software\"\n\nmsgid \"Last access\"\nmsgstr \"Ultimo acceso\"\n\nmsgid \"Last name\"\nmsgstr \"Apellido\"\n\nmsgid \"Last reply date\"\nmsgstr \"Última fecha de respuesta\"\n\nmsgid \"Last translator\"\nmsgstr \"Último traductor\"\n\nmsgid \"Layout\"\nmsgstr \"Diseño\"\n\nmsgid \"Layout color\"\nmsgstr \"Color de diseño\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Diseño de color actualizado satisfactoriamente.\"\n\nmsgid \"Level\"\nmsgstr \"Nivel\"\n\nmsgid \"Limit\"\nmsgstr \"Límite\"\n\nmsgid \"Limit value\"\nmsgstr \"Valor límite\"\n\nmsgid \"Limits\"\nmsgstr \"Límites\"\n\nmsgid \"Link\"\nmsgstr \"Enlace\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Enlace a página del Autor\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Carga (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Cargando datos...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Entradas de registro borradas satisfactoriamente.\"\n\nmsgid \"Login\"\nmsgstr \"Iniciar sesión\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Contraseña de sesión\"\n\nmsgid \"Login username\"\nmsgstr \"Usuario de sesión\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Iniciar sesión con tu cuenta de FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Archivo de logotipo (.gif, .jpeg, .pjpeg)\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"El logotipo se ha removido satifactoriamente.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"El logotipo ha sido actualizado satisfactoriamente.\"\n\nmsgid \"Logout\"\nmsgstr \"Cerrar sesión\"\n\nmsgid \"Lost password\"\nmsgstr \"No recuerdo mi contraseña\"\n\nmsgid \"Lost password email\"\nmsgstr \"Correo de contraseña perdida\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Enlace de contraseña perdida.\"\n\nmsgid \"Low\"\nmsgstr \"Bajo\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"Correo\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Nivel de correo de registros\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Errores de cuenta de correo\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"Tipo de Cuenta de correo\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Cuentas de correo\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"La lista de cuentas de correo está vacía.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"La característica de Correo están deshabilitada.\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"Utilización de Correo\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\"Visibilidad de etiquetas del Menú Principal actualizadas satisfactoriamente.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Mensaje de mantenimiento\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Modo de mantenimiento\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"El modo de mantenimiento está activado. En este modo sólo los \"\n\"administradores pueden iniciar sesión.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Configuraciones de mantenimiento\"\n\nmsgid \"Male\"\nmsgstr \"Masculino\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Administrar SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Administrar usuarios y grupos htaccess\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Administrar usuarios y grupos\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Administrar tus áreas protegidas, usuarios y grupos.\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Número máximo de intentos de conexión\"\n\nmsgid \"Max traffic\"\nmsgstr \"Tráfico Máximo\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\"El tamaño máximo de archivo remoto (%s) ha sido alcanzado. Tu archivo remoto\"\n\" es %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\"Tamaño máximo de archivo remoto (%s) alcanzado. Tu archivo remoto es %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Cantidad máxima de intentos de validación captcha\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\"Número máximo de intentos de validación antes de activar restricción de \"\n\"espera\"\n\nmsgid \"Medium\"\nmsgstr \"Medio\"\n\nmsgid \"Member of group\"\nmsgstr \"Miembro del Grupo\"\n\nmsgid \"Memory information\"\nmsgstr \"Información de la Memoria\"\n\nmsgid \"Message\"\nmsgstr \"Mensaje\"\n\nmsgid \"Message template\"\nmsgstr \"Plantilla de mensaje\"\n\nmsgid \"Message template info\"\nmsgstr \"Información de la plantilla de mensaje\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Aviso al revendedor antes de borrar la aplicación\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"No se pude leer el archivo de migración %s.\"\n\nmsgid \"Minute\"\nmsgstr \"Minuto\"\n\nmsgid \"Minutes\"\nmsgstr \"Minutos\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"Modelo\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Modificación en progreso\"\n\nmsgid \"Month\"\nmsgstr \"Mes\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Límite de tráfico mensual [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"El límite del tráfico mensual debe ser numérico.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"El alerta de tráfico mensual no puede ser mayor que el límite de tráfico \"\n\"mensual.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"El alerta de tráfico mensual debe ser numérico.\"\n\nmsgid \"Mount\"\nmsgstr \"Punto de montaje\"\n\nmsgid \"Mount point\"\nmsgstr \"Punto de montaje\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Nombre\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"El nombre no puede estar vacío.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Nuevos datos de usuario SQL\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Nueva orden de alias para {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Nuevo ticket\"\n\nmsgid \"Next\"\nmsgstr \"Siguiente\"\n\nmsgid \"Next step\"\nmsgstr \"Siguiente paso\"\n\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Ninguna dirección IP encontrada.\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"No existen registros de anti-rootkits\"\n\nmsgid \"No available\"\nmsgstr \"No disponible\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Ningún menú personalizado encontrado.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"No se ha subido un archivo.\"\n\nmsgid \"No group found.\"\nmsgstr \"Ningún grupo encontrado.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"No hay plan de alojamiento disponible.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"No hay un revendedor disponible para añadir permisos.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\"¡No se ha encontrado un revendedor con Instalador de software activado!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"No se ha encontrado un revendedor con permisos para este software.\"\n\nmsgid \"No resellers found.\"\nmsgstr \"No se hallaron revendedores.\"\n\nmsgid \"No software available\"\nmsgstr \"No hay software disponible\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"¡No se ha encontrado software en el repositorio Web!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"¡No hay software disponible en el depósito de software!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"No hay software esperando activación\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"No se hallaron estadísticas para el período soliticado. Intentá otro \"\n\"período.\"\n\nmsgid \"No update available\"\nmsgstr \"No hay actualizaciones disponibles\"\n\nmsgid \"No used yet\"\nmsgstr \"Sin utilizar\"\n\nmsgid \"No user found.\"\nmsgstr \"Ningún usuario encontrado.\"\n\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normal + Reenvío\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"Conexión normal\"\n\nmsgid \"Not Found\"\nmsgstr \"No Hallado\"\n\nmsgid \"Not found.\"\nmsgstr \"No hallado.\"\n\nmsgid \"Not provided\"\nmsgstr \"No provisto\"\n\nmsgid \"Not used\"\nmsgstr \"Sin utilizar\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Nada hallado. Lo sentimos\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Sin cambios.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Nada ha sido eliminado.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Notices, Warnings y Errors\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Solo se aceptan archivos 'tar.gz'.\"\n\nmsgid \"Only exec\"\nmsgstr \"Sólo ejecutable\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Sólo se aceptan archivos gettext Machine Objet (archivos MO).\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Solo están permitidos números en el rango de 0 a 65535.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Sólo se permiten números positivos.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Solo están permitidos los archivos tar.gz, tar.bz2 y zip.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Abrir ticket\"\n\nmsgid \"Open tickets\"\nmsgstr \"Tickets abiertos\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"Opcional\"\n\nmsgid \"Order\"\nmsgstr \"Pedido\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Orden eliminada satisfactoriamente.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Orden procesada satisfactoriamente.\"\n\nmsgid \"Other in\"\nmsgstr \"Otros entrantes\"\n\nmsgid \"Other out\"\nmsgstr \"Otros salientes\"\n\nmsgid \"Other settings\"\nmsgstr \"Otras configuraciones\"\n\nmsgid \"Overview\"\nmsgstr \"Resumen\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"Editor PHP\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"No se ha cargado la extensión PHP GD\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"Configuraciones PHP\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"Configuración PHP programada para su actualización.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"Valores directivas PHP\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"Función PHP exec()\"\n\nmsgid \"PHP settings\"\nmsgstr \"Configuraciones PHP\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP entrante\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP saliente\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Trafico POP3 / IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Acciones del Paquete\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"¡El paquete ya existe en el depósito del revendedor!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"¡El paquete ya existe en el depósito de software!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"¡El paquete ya existe en el repositorio de software!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"¡El paquete ya existe en tu repositorio de software!\"\n\nmsgid \"Package install type\"\nmsgstr \"Tipo de instalación del Paquete\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"¡Paquete instalado satisfactoriamente!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\"¡Paquete instalado satisfactoriamente... Esperando ser publicado por el \"\n\"administrador!\"\n\nmsgid \"Package language\"\nmsgstr \"Idioma del Paquete\"\n\nmsgid \"Package name\"\nmsgstr \"Nombre del Paquete\"\n\nmsgid \"Package title\"\nmsgstr \"Título del Paquete\"\n\nmsgid \"Package type\"\nmsgstr \"Tipo de Paquete\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Proveedor de Paquete HP\"\n\nmsgid \"Package version\"\nmsgstr \"Versión del Paquete\"\n\nmsgid \"Panel default language\"\nmsgstr \"Idioma por defecto del Panel\"\n\nmsgid \"Parent directory\"\nmsgstr \"Directorio padre\"\n\nmsgid \"Partition\"\nmsgstr \"Partición\"\n\nmsgid \"Password\"\nmsgstr \"Contraseña\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Confirmar contraseña\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"La contraseña contiene caracteres no permitidos.\"\n\nmsgid \"Password email\"\nmsgstr \"Contraseña de correo\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Contraseña no hallada.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Configuración de la contraseña\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"La contraseña ha sido actualizada satisfactoriamente\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Las contraseñas no coinciden.\"\n\nmsgid \"Path\"\nmsgstr \"Ruta\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Porcentaje\"\n\nmsgid \"Permissions\"\nmsgstr \"Permisos\"\n\nmsgid \"Personal data\"\nmsgstr \"Datos personales\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personalizar plantilla\"\n\nmsgid \"Phone\"\nmsgstr \"Teléfono\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"phpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Por favor activá tu nueva contraseña de i-MSCP\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Por favor, confirmá la contraseña.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Por favor, ingresá un nombre para el área protegida.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Por favor, ingresá una contraseña.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Por favor ingresá un host de usuario SQL.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Por favor, ingresá un nombre de usuario.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Por favor seleccioná otro directorio. %s (%s) está instalado aquí.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Por favor especificá un contenido de mensaje\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Por favor especificá un Asunto de mensaje\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Por favor ingresá la base de datos.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Por favor escribí tu mensaje\"\n\nmsgid \"Plugin\"\nmsgstr \"Plugin\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Plugin %s activado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"El plugin %s no puede ser activado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"El plugin %s no puede ser desactivado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"El plugin %s no puede ser eliminado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"El plugin %s no puede ser instalado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"El plugin %s no puede ser protegido.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"El Plugin %s no puede ser reconfigurado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Plugin %s no puede ser desinstalado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"El plugin %s no puede ser actualizado.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Plugin %s desactivado.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Plugin %s eliminado.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Plugin %s instalado.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"El plugin %s está protegido.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Plugin %s protegido.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Plugin %s reconfigurado.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Plugin %s programado para su activación.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Plugin %s programado para ser cambiado.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Plugin %s programado para ser desactivado.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Plugin %s programado para ser instalado.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Plugin %s programado para ser desinstalado.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Plugin %s programado para ser actualizado.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Plugin %s desinstalado.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Plugin %s actualizado.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\"Administrador de Plugin: No está permitido volver a una versión previa del \"\n\"plugin %s.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Archivo de Plugins\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Errores de Plugin\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"El Plugin ha sido subido satisfactoriamente.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Errores en ítems de plugin\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"La lista de plugin está vacía.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Administración de Plugin\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Subir Plugins\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Los plugins se anexan a i-MSCP para extender su funcionalidad con \"\n\"características personalizadas desarrolladas en forma independiente del \"\n\"núcleo de i-MSCP por miles de desarrolladores de todo el mundo. Podés \"\n\"encontrar nuevos plugins para instalar navegando en %s.\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"El listado de Plugins ha sido actualizado: se han encontrado %s plugin(s) \"\n\"nuevo(s), %s plugin(s) actualizado(s), %s plugin(s) actualizado(s) y %s \"\n\"plugin(s) borrado(s).\"\n\nmsgid \"Port\"\nmsgstr \"Puerto\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Impedir acceso externo para los administradores\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Prevenir acceso externo para los clientes\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Impedir acceso externo para los revendedores\"\n\nmsgid \"Previous\"\nmsgstr \"Previo\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Prioridad\"\n\nmsgid \"Private key\"\nmsgstr \"Llave privada\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Contraseña de la Llave Privada, si la hubiera\"\n\nmsgid \"Processing...\"\nmsgstr \"Procesando....\"\n\nmsgid \"Processor data\"\nmsgstr \"Datos del Procesador\"\n\nmsgid \"Profile\"\nmsgstr \"Perfil\"\n\nmsgid \"Properties\"\nmsgstr \"Propiedades\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\"La propiedades del revendedor con ID %d no se han encontrado en la base de \"\n\"datos.\"\n\nmsgid \"Protect\"\nmsgstr \"Proteger\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Proteger este plugin\"\n\nmsgid \"Protected\"\nmsgstr \"Protegido\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Área protegida programada satisfactoriamente para ser añadida.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Área protegida programada satisfactoriamente para ser eliminada.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Área protegida programada satisfactoriamente para ser actualizada.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Áreas protegidas\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocolo\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Cuota in MiB (Máx: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Leer ticket\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Reconstruir índice de idiomas\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Reconfiguración en progreso...\"\n\nmsgid \"Record data\"\nmsgstr \"Guardar datos\"\n\nmsgid \"Redirect\"\nmsgstr \"Redireccionar\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Fecha de registro\"\n\nmsgid \"Relative weight\"\nmsgstr \"Peso relativo\"\n\nmsgid \"Release date\"\nmsgstr \"Fecha de lanzamiento\"\n\nmsgid \"Release description\"\nmsgstr \"Descripción del lanzamiento\"\n\nmsgid \"Release version\"\nmsgstr \"Versión del lanzamiento\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Repositorio web remoto de software\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Archivo remoto no hallado.\"\n\nmsgid \"Remove\"\nmsgstr \"Eliminar\"\n\nmsgid \"Remove IP\"\nmsgstr \"Quitar IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Eliminar permisos\"\n\nmsgid \"Reopen\"\nmsgstr \"Reabrir\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Reabrir ticket\"\n\nmsgid \"Repeat password\"\nmsgstr \"Repetir contraseña\"\n\nmsgid \"Reply\"\nmsgstr \"Responder\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\"Tiempo de espera de la consulta agotado: El servidor ha tardado demasiado \"\n\"tiempo para enviar los datos.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"¿Requiere Base de Datos?\"\n\nmsgid \"Reseller\"\nmsgstr \"Revendedor\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Revendedor / Clientes / Añadir Cliente\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Revendedor / Clientes / Añadir Cliente - Siguiente Paso\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Revendedor / Clientes / Circular\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Revendedor / Clientes / Alias de Dominio\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Revendedor / Clientes / Correo de Contraseña Perdida\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Revendedor / Clientes / Resumen\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Revendedor / Clientes / Resumen / Detalles del Dominio\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Revendedor / Clientes / Resumen / Edtar Cliente\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Revendedor / Clientes / Resumen / Editar Dominio\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Revendedor / Clientes / Correo de Bienvenida\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Revendedor / Dominios / Añadir Alias de Dominio\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Revendedor / Dominios / Editar Alias de Dominio\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Revendedor / General / Resumen\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Revendedor / General / Subir Software\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Revendedor / Planes de Hospedaje / Añadir Plan de Hospedaje\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Revendedor / Planes de Hospedaje / Resumen\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Revendedor / Perfil / Resumen de la Cuenta\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Revendedor / Perfil / Idioma\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Revendedor / Perfil / Diseño\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Revendedor / Perfil / Contraseña\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Revendedor / Perfil / Datos Personales\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Revendedor / Estadísticas / Utilización de IP\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Revendedor / Estadísticas / Resumen\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\"Revendedor / Estadísticas / Descripción / {USERNAME} Estadísticas del \"\n\"Usuario\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Revendedor / Soporte / Tickets Cerrados\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Revendedor / Soporte / Nuevo Ticket\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Revendedor / Soporte / Tickets Abiertos\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Revendedor / Soporte / Ver Ticket\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Nombre Revendedor\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Revendedor y cliente\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Niveles de Revendedor y Cliente\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Asignar revendedor\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Consumo del Revendedor\"\n\nmsgid \"Reseller data\"\nmsgstr \"Datos del revendedor\"\n\nmsgid \"Reseller level\"\nmsgstr \"Nivel revendedor\"\n\nmsgid \"Reseller list\"\nmsgstr \"Lista de Revendedores\"\n\nmsgid \"Reseller name\"\nmsgstr \"Nombre del revendedor\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Lista de software de Revendedores\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Estadísticas de revendedor\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Revendedor añadido satisfactoriamente.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Total Revendedor\"\n\nmsgid \"Reseller users\"\nmsgstr \"Usuarios revendedores\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Total Revendedores con permisos\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Color de Diseño del Revendedor actualizado satisfactoriamente.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Revendedor/Estadísticas Uso de IP\"\n\nmsgid \"Resellers\"\nmsgstr \"Revendedores\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Revendedores y Clientes\"\n\nmsgid \"Reset\"\nmsgstr \"Limpiar\"\n\nmsgid \"Restore\"\nmsgstr \"Restaurar\"\n\nmsgid \"Restore backup\"\nmsgstr \"Restaurar backup\"\n\nmsgid \"Rights\"\nmsgstr \"Permisos\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Permisos añadidos satisfactoriamente.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Permisos removidos satisfactoriamente.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP entrante\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP saliente\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Trafico SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"Base de Datos SQL\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\"El límite de Bases de Datos SQL está desactivado pero el límite de usuarios \"\n\"SQL no.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"El límtie de Bases de Datos SQL no está <i>desactivado</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"Base de datos SQL eliminada satisfactoriamente.\"\n\nmsgid \"SQL databases\"\nmsgstr \"Bases de datos SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Solamente Bases de datos SQL\"\n\nmsgid \"SQL user\"\nmsgstr \"Usuario SQL\"\n\nmsgid \"SQL user host\"\nmsgstr \"Host de usuario SQL\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"El límite de usuario SQL está <i>desactivado</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"El límite de usuario SQL está desactivado pero el límite de bases de datos \"\n\"SQL no.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"El límite de usuario SQL está desactivado.\"\n\nmsgid \"SQL user name\"\nmsgstr \"Nombre de usuario SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"Contraseña de usuario SQL actualizada satisfactoriamente.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"Prefijo/Sufijo de usuario SQL\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"Usuario SQL añadido satisfactoriamente.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"Usuarios SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"Certificado SSL programado para ser añadido.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"Certificado SSL programado para ser eliminado.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"Certificado SSL programado para ser actualizado.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\"La característica SSL no está disponible. Solo podés ver tu cerficado.\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Guardar\"\n\nmsgid \"Search\"\nmsgstr \"Buscar\"\n\nmsgid \"Sec.\"\nmsgstr \"Seg.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Conexión segura\"\n\nmsgid \"Security code\"\nmsgstr \"Código de seguridad\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"Seleccionar grupo\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Enviar\"\n\nmsgid \"Send circular\"\nmsgstr \"Enviar circular\"\n\nmsgid \"Send message\"\nmsgstr \"Enviar mensaje\"\n\nmsgid \"Send message to\"\nmsgstr \"Enviar mensaje a\"\n\nmsgid \"Send reply\"\nmsgstr \"Enviar respuesta\"\n\nmsgid \"Send to\"\nmsgstr \"Enviar a\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Falta el Nombre del remitente.\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Puertos del servidor\"\n\nmsgid \"Server statistics\"\nmsgstr \"Estadísticas del servidor\"\n\nmsgid \"Server status\"\nmsgstr \"Estado del servidor\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Servicio No Disponible\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Nombre del Servicio\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Puerto de Servicio removido satisfactoriamente.\"\n\nmsgid \"Service ports\"\nmsgstr \"Puertos de los Servicios\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protocolo de Servicio\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Sesiones\"\n\nmsgid \"Settings\"\nmsgstr \"Configuraciones\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Configuraciones guardadas.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Punto de montaje compartido\"\n\nmsgid \"Show\"\nmsgstr \"Mostrar\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Mostrar %s registros por página\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Mostrar certificado SSL\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Mostrar estadísticas detalladas para este revendedor\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Mostrar estadísticas detalladas para este usuario\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Ver contenido\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Mostrar etiquetas en enlaces del Menú Principal\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Mostrando %s a %s de %s registros\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Mostrando 0 a 0 de 0 registros\"\n\nmsgid \"Size\"\nmsgstr \"Tamaño\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"Software disponible\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Programa borrado.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Subir a repositorio de software\"\n\nmsgid \"Software details\"\nmsgstr \"Detalles del Software\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Software borrado.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Software importado satisfactoriamente.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Software en el repositorio\"\n\nmsgid \"Software installation\"\nmsgstr \"Instalación de Software\"\n\nmsgid \"Software installer\"\nmsgstr \"Instalador de Software\"\n\nmsgid \"Software installer options\"\nmsgstr \"Opciones del Instalador de Software\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Opciones del Instalador de Software actualizadas satisfactoriamente.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"La instancia de Programas ha sido programada para su instalación.\"\n\nmsgid \"Software management\"\nmsgstr \"Administración de Software\"\n\nmsgid \"Software name\"\nmsgstr \"Nombre del Software\"\n\nmsgid \"Software not found!\"\nmsgstr \"¡Software no hallado!\"\n\nmsgid \"Software options\"\nmsgstr \"Opciones de Software\"\n\nmsgid \"Software permissions\"\nmsgstr \"Permisos de software\"\n\nmsgid \"Software repository\"\nmsgstr \"Repositorio de software\"\n\nmsgid \"Software status\"\nmsgstr \"Estado del Software\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Software programado para ser eliminado.\"\n\nmsgid \"Software total\"\nmsgstr \"Total software\"\n\nmsgid \"Software upload\"\nmsgstr \"Subir Software\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Aplicación activada.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Aplicación borrada.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Software-Sinónimo\"\n\nmsgid \"Software-Version\"\nmsgstr \"Software-Versión\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Repositorio de Software\"\n\nmsgid \"Start installation\"\nmsgstr \"Iniciar instalación\"\n\nmsgid \"State/Province\"\nmsgstr \"Estado / Provincia\"\n\nmsgid \"Statistics\"\nmsgstr \"Estadisticas\"\n\nmsgid \"Status\"\nmsgstr \"Estado\"\n\nmsgid \"Street 1\"\nmsgstr \"Domicilio 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Domicilio 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdominio\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"El subdominio %s ya existe.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"El subdominio %s no puede ser reenviado a si mismo.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Alias de Subdominio\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Errores en alias de subdominio\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Errores de subdominio\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Nombre del subdominio\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"El Nombre del subdominio no es válido.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Subdominio programado para ser añadido.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Subdominio programado para ser actualizado\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdominios\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Asunto\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Falta el Asunto.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Enviar cambios\"\n\nmsgid \"Support\"\nmsgstr \"Soporte\"\n\nmsgid \"Support system\"\nmsgstr \"Sistema de soporte\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Cambiar\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Cambiar al directorio de Copias de Seguridad.\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Cambiar a la interfaz de usuario\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgid \"System data\"\nmsgstr \"Dstos del Sistema\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Error de sistema - no se actualizó la página de error personalizada.\"\n\nmsgid \"System information\"\nmsgstr \"Información del sistema\"\n\nmsgid \"System tools\"\nmsgstr \"Herramientas de sistema\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Sistema en Mantenimiento\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Destino\"\n\nmsgid \"Target domain\"\nmsgstr \"Dominio de destino\"\n\nmsgid \"Target port\"\nmsgstr \"Puerto destino\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Carpeta termporaria no hallada.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"El límite %s para este cliente no puede ser ilimitado ya que estás limitado \"\n\"para este servicio.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\"La versión %s del plugin %s no es compatible con la versión de tu i-MSCP.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\"El archivo %s de traducción ha sido ignorado: La tabla de traducción esta \"\n\"vacía.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"El directorio %s no existe. Por favor, crealo usando el administrador de \"\n\"archivos.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"El dominio actualmente está desactivado. La modificación de algunas de sus \"\n\"propiedades resultará en una reactivación completa o parcial del mismo.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"El dominio, o al menos una de sus entidades, tiene un estado distinto a \"\n\"'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"El dominio que estás intentando editar no existe.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"El menú que estás intentando editar no existe.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"El paquete está corrupto. Por favor, corregilo.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"El campo contraseña está vacío.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"El archivo ha sido subido parcialmente.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"El campo nombre de usuario está vacío.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"El valor ha sido encontrado en la pila.\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"El valor no ha sido encontrado en la pila.\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Los valores no deben ser iguales\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Esta base de datos será eliminada permanentemente. Este proceso no puede \"\n\"revertirse. Todos los usuarios enlazados a esta base de datos también serán \"\n\"eliminados si no están enlazados a otra base de datos. ¿Estás seguro que \"\n\"querés eliminar la base de datos '%s'?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Este grupo htaccess ya existe.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Este usuario htaccess ya existe.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Este es el host desde el cual este usuario SQL tendrá permitido conectarse \"\n\"al servidor SQL. Ingresá el caracter comodín %s para permitir a este usuario\"\n\" SQL conectarse desde cualquier host.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\"Este paquete ya existe en el administrador del repositorio de software.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"¡Este paquete ya existe en el depósito del revendedor \\\"%1$s\\\"!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"¡Este paquete ya existe en el depósito de software!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Este paquete ya existe en tu repositorio de software.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Este paquete está instalado en el/los siguiente(s) dominio(s):\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Este paquete no está instalado\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Este paquete aún no está instalado\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Este software está instalado en el/los siguiente(s) dominio(s):\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Información del Ticket\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Ticket cerrado satisfactoriamente.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Ticket eliminado satisfactoriamente\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Ticket abierto nuevamente.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Ticket con ID '%d' no hallado.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"Para desproteger este plugin, primero tenés que editar el archivo %s.\"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"Total Dominios\"\n\nmsgid \"Total Software\"\nmsgstr \"Total software\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Total de respositorios web de sofware.\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Instalaciones Totales\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Total de paquetes en el repositorio de software Web\"\n\nmsgid \"Total reseller\"\nmsgstr \"Total Revendedores\"\n\nmsgid \"Total software\"\nmsgstr \"Total software\"\n\nmsgid \"Traffic\"\nmsgstr \"Tráfico\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Estadísticas diarias\"\n\nmsgid \"Translated strings\"\nmsgstr \"Cadenas traducidas\"\n\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgid \"UP\"\nmsgstr \"ARRIBA\"\n\nmsgid \"URL forwarding\"\nmsgstr \"Reenvío de URL\"\n\nmsgid \"URL port\"\nmsgstr \"Puerto URL\"\n\nmsgid \"URL protocol\"\nmsgstr \"Protocolo URL\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL a este panel de administración\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"No se puede cerrar el ticket con id '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"No se puede crear el directorio '%s' para el archivo de idioma.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\"No se puede crear el directorio 'LC_MESSAGES' para el archivo de idioma.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Incapaz de borrar el archivo de información i-MSCP.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\"No se puede obtener la lista de direcciones IP. Por favor, corregí este \"\n\"problema.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"No se puede obtener información de actualización desde GitHub\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Incapaz de cargar el archivo de información i-MSCP.\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"No se puede mover el archivo.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"No se puede leer el archivo índice del repositorio Web de software.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Incapaz de leer el archivo %s.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"Incapaz de leer el archivo de plugin %s. Por favor revisa los permisos de \"\n\"archivos.\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"No se puede leer el archivo xml del software web.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"No se puede reabrir el ticket con id '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"No se puede programar la eliminación de la cuenta de cliente. Se ha enviado \"\n\"un mensaje al Administrador.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"No se puede programar la eliminación de la cuenta de cliente. Por favor \"\n\"consultá los registros de administración o tu correo para más información.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"No se puede fijar la opcion sslallowselfsigned\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"No se puede fijar la opción sslverifypeer\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"No se puede subir el archivo. ¿Tamaño máximo de subida de archivo  (%1$d MB)\"\n\" alcanzado?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"No autorizado\"\n\nmsgid \"Unavailable\"\nmsgstr \"No disponible\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Error inesperado\"\n\nmsgid \"Uninstall\"\nmsgstr \"Desinstalar\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Desinstalar este plugin\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Desinstalación en progreso...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Desinstalado\"\n\nmsgid \"Unknown\"\nmsgstr \"Desconocido\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Error desconocido\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Acción solicitada es desconocida.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Acción desconocida: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Tipo de detección de ataque por fuerza bruta desconocido: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Nombre de Idioma desconocido.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Color de diseño desconocido.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Razón desconocida.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Nombre de servicio '%s' desconocido.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Estado desconocido\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Tipo desconocido.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Nombre de usuario desconocido.\"\n\nmsgid \"Update\"\nmsgstr \"Actualizar\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Actualizar plugins\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Actualizar contraseña de usuario SQL\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Actualizar desde el Repositorio web\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Actualizar desde el Repositorio web\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Actualización en progreso...\"\n\nmsgid \"Update info\"\nmsgstr \"Actualizar información\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"La actualización del índice del repositorio web de software ha sido \"\n\"abortada. Campos no existentes o vacíos.\"\n\nmsgid \"Update password\"\nmsgstr \"Actualizar contraseña\"\n\nmsgid \"Updates\"\nmsgstr \"Actualizaciones\"\n\nmsgid \"Upload\"\nmsgstr \"Subir\"\n\nmsgid \"Upload logo\"\nmsgstr \"Subir logotipo (190x60)\"\n\nmsgid \"Upload now\"\nmsgstr \"Subir ahora\"\n\nmsgid \"Uptime\"\nmsgstr \"Tiempo de actividad\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"El uso de punto en las etiquetas de nombre de dominio está prohibido.\"\n\nmsgid \"Usage status\"\nmsgstr \"Estado de utilización\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Usar conexión normal (No SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Usar conexión segura (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Usado\"\n\nmsgid \"Used database\"\nmsgstr \"Base de datos utilizada\"\n\nmsgid \"User\"\nmsgstr \"Usuario\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Nombre y apellido\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"No se han actualizado los datos del usuario.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Los datos del usuario se actualizaron satisfactoriamente.\"\n\nmsgid \"User errors\"\nmsgstr \"Errores de usuario\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"El usuario no ha sido eliminado.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Nombre de usuario del sistema\"\n\nmsgid \"User password\"\nmsgstr \"Contraseña de usuario\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Nombre real (nombre y apellido) del usuario\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Usuario programado para su eliminación.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Sesión de usuario eliminada satisfactoriamente.\"\n\nmsgid \"User statistics\"\nmsgstr \"Estadísticas de revendedor\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Usuario desconectado satisfactoriamente.\"\n\nmsgid \"User type\"\nmsgstr \"Tipo de usuario\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Tipo de Usuario (Aministrador, revendedor, usuario)\"\n\nmsgid \"Username\"\nmsgstr \"Nombre de usuario\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Nombre de usuario y contraseña para inicio de sesión en la aplicación\"\n\nmsgid \"Users\"\nmsgstr \"Usuarios\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"Valores\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Página del proveedor.\"\n\nmsgid \"Version\"\nmsgstr \"Versión\"\n\nmsgid \"Very high\"\nmsgstr \"Muy alto\"\n\nmsgid \"View\"\nmsgstr \"Ver\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Ver certificado SSL\"\n\nmsgid \"View ticket\"\nmsgstr \"Ver ticket\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Visitar sitio del plugin\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Aviso de tráfico\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Warnings y Errors\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Lo sentimos, pero actualmente el sistema se encuentra en mantenimiento.\\n\"\n\"Por favor intentalo mas tarde.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Estadísticas web\"\n\nmsgid \"Web files only\"\nmsgstr \"Solamente archivos Web\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Protección de carpeta Web\"\n\nmsgid \"Web in\"\nmsgstr \"Web<br>entrante\"\n\nmsgid \"Web out\"\nmsgstr \"Web<br>saliente\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Paquetes totales en repositorio web \"\n\nmsgid \"Web software repository\"\nmsgstr \"Repositorio Web de software\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\"El índice del repositotio web de software ha sido actualizado \"\n\"satisfactoriamente.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"El índice del repositorio web de software ya está actualizado.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Estadísticas web\"\n\nmsgid \"Web traffic\"\nmsgstr \"Tráfico Web\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Herramientas Web\"\n\nmsgid \"Welcome email\"\nmsgstr \"Correo de bienvenida\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Bienvenido {USERNAME} a i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"ID de Revendedor erróneo\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Código de seguridad incorrecto\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Id de Software incorrecta.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Sintaxis incorrecta para la nueva fecha de vencimiento.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Sintaxis incorrecta para el límite %s.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Sintaxis incorrecta para el valor de la cuota de correo.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Nivel de usuario incorrecto.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Nombre de usuario incorrecto.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"URL del archivo XML para el repositorio web de software\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Año\"\n\nmsgid \"Yes\"\nmsgstr \"Si\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Has excedido el límite mensual de tráfico del servidor.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Estás excediendo el límite de espacio en disco.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Estás excediendo el límite de tráfico mensual.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"No estás autorizado para actuar en tu propia sesión.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Solo podés subir imágenes.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"No podés eliminar un revendedor que tiene cuentas de clientes.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"No podés eliminar la última dirección IP.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"No podés reenviar %s a si mismo.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"No podés definir una fecha pasada como fecha de vencimiento.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"No podés quitar asignación de una dirección IP actualmente en uso.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"No tenés registros de recursos DNS.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"No tenés cuentas FTP.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"No tenés ningún software subido aún.\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"No tenés bases de datos.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"No tenés alias de dominio\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"No tenés permisos para subir software\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"No tenés áreas protegidas.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"No tenés subdominios.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Tu sesión se ha cerrado correctamente.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"No tenés tickets cerrados.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"No tenés grupos.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"No tenés tickets abiertos.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Has alcanzado el número máximo de subdominios permitidos por tu suscripción.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Tenés que seleccionar entre subir un archivo o la función wget.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Tenés que elegir entre subida local o remota.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Tenés que confirmar tu contraseña.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Tenés que ingresar un nombre de alias de dominio.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Tenés que ingresar un nombre de subdominio.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\"Primero tenés que generar una contraseña pulsando en el botón generar.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Tenés que seleccionar un archivo para subir.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Tenés que seleccionar un archivo para subir/descargar.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Tenés que seleccionar al menos un plugin.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Tenés que especificar un mensaje.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Tenés que especificar un Asunto\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Tu cuenta ha vencido. Por favor renová tu suscripción.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"Tu consumo\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Tu versión de i-MSCP no es compatible con este plugin. Intentalo con una \"\n\"versión más nueva.\"\n\nmsgid \"Your message\"\nmsgstr \"Tu mensaje\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Tu mensaje ha sido enviado satisfactoriamente.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Tus nuevos datos de inicio de sesión en i-MSCP\"\n\nmsgid \"Your new password\"\nmsgstr \"Tu nueva contraseña\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"El paquete está corrupto. Por favor, corregilo.\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Código postal\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"[Nuevo]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Español (Argentina) - Spanish (Argentina)\"\n\nmsgid \"activated\"\nmsgstr \"Activado\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"Activado (Depósito de Software)\"\n\nmsgid \"addition\"\nmsgstr \"adición\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"y\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"borrando\"\n\nmsgid \"disabled\"\nmsgstr \"desactivado\"\n\nmsgid \"disk space\"\nmsgstr \"Espacio en disco\"\n\nmsgid \"domain\"\nmsgstr \"Dominio\"\n\nmsgid \"domain alias\"\nmsgstr \"Alias de dominio\"\n\nmsgid \"domain aliases\"\nmsgstr \"Aliases de dominio\"\n\nmsgid \"domain data\"\nmsgstr \"datos del dominio\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Dominios\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"todos\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"desde otro navegador\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Administrador de Aplicaciones (Permisos)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Iniciar sesión\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Contraseña perdida\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Mantenimiento\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Software Installer / Administración\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Administración de Software\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Administración de Software (Permisos)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Administración de Software\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Instalador de Software / Administración\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Instalador de Software / Repositorio Web de Software\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP Repositorio Web de Software\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP almacén de plugins\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Actualizaciones i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"i-MSCP comprobación de actualizaciones está desactivada\"\n\nmsgid \"installed\"\nmsgstr \"instalado\"\n\nmsgid \"installing\"\nmsgstr \"instalando\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"correo\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"cuentas de correo\"\n\nmsgid \"missing alias\"\nmsgstr \"Alias faltante\"\n\nmsgid \"missing domain\"\nmsgstr \"Dominio faltante\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/D\"\n\nmsgid \"no\"\nmsgstr \"no\"\n\nmsgid \"not available\"\nmsgstr \"No disponible\"\n\nmsgid \"not required\"\nmsgstr \"no requerido\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"anterior a 1 mes\"\n\nmsgid \"older than 12 months\"\nmsgstr \"anterior a 12 meses\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"anterior a 2 semanas\"\n\nmsgid \"older than 3 months\"\nmsgstr \"anterior a 3 meses\"\n\nmsgid \"older than 6 months\"\nmsgstr \"anterior a 6 meses\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"o archivo remoto (Máx: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"Entrada huerfana\"\n\nmsgid \"required\"\nmsgstr \"requerido\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Subdominio\"\n\nmsgid \"subdomains\"\nmsgstr \"Subdominios\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"tráfico\"\n\nmsgid \"update\"\nmsgstr \"actualización\"\n\nmsgid \"waiting for activation\"\nmsgstr \"Esperando activación\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"si\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"{USERNAME}  Estadísticas\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/es_ES.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: kurgans <bongostudio@gmail.com>, 2017\\n\"\n\"Language-Team: Spanish (Spain) (https://www.transifex.com/i-mscp/teams/576/es_ES/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: es_ES\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Admin / Soporte / Tickets Abiertos\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Cliente / Herramientas Web / Páginas de Error Personalizadas / Editar Página\"\n\" de Error personalizada\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Dirección IP incorrecta.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"$ORIGIN se añade automáticamente a los nombres no cualificados\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"El vaor de $ORIGIN actualmente es: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"%% no puede ser superior a %%.\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Repositorio de software)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Versión: %2$s, Idioma: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s ahora estás conectado como %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Software\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d cadenas traducidas\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"La cuenta %s ha sido eliminada correctamente.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s no parece ser un archivo de Plugin i-MSCP.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s no existe o esta vacío\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s no és un fichero de idioma i-MSCP válido.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s no esta permitido como etiqueta de subdominio\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"página %s\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s registro\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s Correo Web\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: El consumo (%s) de los clientes de este revendedor es mayor al nuevo \"\n\"límite.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: El total de items (%s) ya asignados por el revendedor es mayor que el \"\n\"nuevo límite.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Este revendedor tiene cliente(s) con items ilimitados.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: No puedes deshabilitar un servicio que actualmente es usado por los \"\n\"clientes de los revendedores.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: No puedes deshabilitar un servicio ya vendido a los clientes de un \"\n\"revendedor.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() no ha sido implementado y %s no encontrado. Esto es un Bug en \"\n\"el Plugin %s que debe ser reportado a los Desarrolladores.\"\n\nmsgid \"(default)\"\nmsgstr \"(Predeterminado)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtrado de un total de %s registros)\"\n\nmsgid \"(usually named\"\nmsgstr \"(normalmente llamado \"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Una extensión de PHP detuvo la carga de archivos.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Ya existe un plan de hosting con el mismo nombre.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Una nueva versión de i-MSCP está disponible\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Un nuevo paquete de software ha sido cargado\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"Una tarea está en progreso para este htuser.\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Accede a las estadísticas de tu dominio mediante la interfaz web.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Accede a tus archivos mediante la interfaz web.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Accede a tu correo mediante la interfaz web.\"\n\nmsgid \"Account limits\"\nmsgstr \"Límites de la cuenta\"\n\nmsgid \"Account name\"\nmsgstr \"Nombre de la cuenta\"\n\nmsgid \"Account summary\"\nmsgstr \"Resumen de la cuenta\"\n\nmsgid \"Account type\"\nmsgstr \"Tipo de cuenta\"\n\nmsgid \"Action\"\nmsgstr \"Acción\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"La acción se ha detenido.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"La acción ha fallado.\"\n\nmsgid \"Actions\"\nmsgstr \"Acciones\"\n\nmsgid \"Activate\"\nmsgstr \"Activar\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"Activar Auto-Respuesta\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Activar este plugin\"\n\nmsgid \"Activated\"\nmsgstr \"Activado\"\n\nmsgid \"Activated software\"\nmsgstr \"Software activado\"\n\nmsgid \"Activation email\"\nmsgstr \"Correo de Activación\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Activación en progreso...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"Tiempo en minutos para la finalización del link de activación\"\n\nmsgid \"Add\"\nmsgstr \"Añadir\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Añadir registro de recurso DNS\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Agregar cuenta FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Añadir grupo Htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Añadir usuario Htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Añadir Base de Datos SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Añadir usuario SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Añadir certificado SSL\"\n\nmsgid \"Add admin\"\nmsgstr \"Añadir administrador\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"Agregar cuenta catch-all\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Añadir menú personalizado\"\n\nmsgid \"Add customer\"\nmsgstr \"Añadir cliente\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Añadir cliente - Siguiente paso\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Añadir alias de dominio\"\n\nmsgid \"Add group\"\nmsgstr \"Añadir grupo\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Añadir plan de hosting\"\n\nmsgid \"Add mail account\"\nmsgstr \"Agregar cuenta de correo\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Añadir nueva dirección IP\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Añadir nueva area protegida\"\n\nmsgid \"Add permissions\"\nmsgstr \"Añadir permisos\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Añadir permisos al Revendedor para el software:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Añadir área protegida\"\n\nmsgid \"Add reseller\"\nmsgstr \"Añadir revendedor\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Añadir subdominio\"\n\nmsgid \"Add user\"\nmsgstr \"Añadir usuario\"\n\nmsgid \"Added by\"\nmsgstr \"Añadido por\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Creación en Progreso...\"\n\nmsgid \"Admin\"\nmsgstr \"Administración\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / General / Log de Administración\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Administrador / General / Resumen\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / General / Estado de los Servicios\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Perfil / Resumen de cuenta\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Perfil /  Idioma\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Perfil / Diseño\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Perfil / Contraseña\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Perfil / Datos Personales\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Administrador / Configuraciónes\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Administrador / Configuración / Administración de IP\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Configuraciones / Idiomas\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Admin / Configuraciones / Email de perdida de contraseña\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"Administrador / Ajustes / Tráfico Mensual Servidor\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Configuraciones / Administración de Plugins\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Admin / General / Puertos de los Servicios\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Admin / Configuraciones / Administración de Software\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Administrador / Configuración / Opciones de Software\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Administrador / Configuración / Correo de Bienvenida\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Administrador / Configuración / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Administrador / Administración de Software / Software del Revendedor\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Administrador / Estadisticas / Uso de IP\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Administrador / Estadísticas / Estadísticas del Revendedor\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\"Admin / Estadísticas / Estadísticas del Revendedor / Estadísticas de Usuario\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Admin / Estadisticas / Estadísticas del Revendedor / Estadísticas del \"\n\"Usuario / Estadísticas del Usuario {USERNAME}\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Administrador / Estadísticas / Estadísticas del Servidor\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Administrador / Soporte / Tickets Cerrados\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Administrador / Soporte / Ver Tickets\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Administrador / Herramientas del sistema / Anti-Rootkits Logs\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Administrador / Herramientas del Sistema / Depurador\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\"Administrador / Herramientas del Sistema / Configuración de Mantenimiento\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Administrador / Herramientas del sistema / Información del sistema\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Admin / Herramientas del Sistema / Actualizaciones de i-MSCP\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Admin / Usuarios / Añadir Administrador\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Admin / Usuarios / Añadir Revendedor\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Admin / Usuarios / Circular\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Admin / Usuarios / Editar Revendedor\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Admin / Usuarios / Resumen\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Admin / Usuarios / Resumen / Detalles del Dominio\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Admin / Usuarios / Resumen / Editar Administrador\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"Administrador / Usuarios / Resumen / Editar Cliente\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Admin / Usuarios / Sesiones\"\n\nmsgid \"Admin log\"\nmsgstr \"Log de administración\"\n\nmsgid \"Admin not available\"\nmsgstr \"Administrador no disponible\"\n\nmsgid \"Admin users\"\nmsgstr \"Usuarios administradores\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Admin/Estadísticas de uso de IP\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrador\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Niveles de Administrador y Revendedor\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administrador y cliente\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Administrador y Niveles de cliente\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrador y revendedor\"\n\nmsgid \"Administrator level\"\nmsgstr \"Nivel de administrador\"\n\nmsgid \"Administrator login\"\nmsgstr \"Iniciar sesión como administrador\"\n\nmsgid \"Administrators\"\nmsgstr \"Administradores\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Administradores y clientes\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administradores y Revendedores\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Después de que cargues el paquete, será instalado en tu sistema.<br>Refresca\"\n\" tu sitio para ver el nuevo estado!\"\n\nmsgid \"All\"\nmsgstr \"Todo\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Todos los tickets cerrados han sido eliminados correctamente.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Todos los errores (Desarrollo)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Todos los errores, excepto E_DEPRECATED y E_STRICT (Producción)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\"Todos los errores, excepto E_NOTICES, E_STRICT y E_DEPRECATED \"\n\"(Predeterminado)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Todos los campos son obligatorios.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Todos los campos son validos.\"\n\nmsgid \"All in\"\nmsgstr \"Todo entrante\"\n\nmsgid \"All levels\"\nmsgstr \"Todos los niveles\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Todos los tickets abiertos han sido eliminados correctamente.\"\n\nmsgid \"All out\"\nmsgstr \"Todo saliente\"\n\nmsgid \"All reseller\"\nmsgstr \"Todo revendedor\"\n\nmsgid \"All traffic\"\nmsgstr \"Todo el tráfico\"\n\nmsgid \"All users\"\nmsgstr \"Todos los usuarios\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Permitir URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Permite reenviar cualquier solicitud realizada a este dominio a una URL \"\n\"específica.\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Permite compartir el punto de montaje de otro dominio.\"\n\nmsgid \"Already in use\"\nmsgstr \"Ya en uso\"\n\nmsgid \"Alt. URL\"\nmsgstr \"URL alt.\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"URL alternativa para encontrar tu sitio web.\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"URL alternativa para encontrar tu sitio web\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Ha ocurrido un error inesperado\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\"Ha ocurrido un error inesperado. Por favor contacté a su administrador.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"Ha ocurrido un error inesperado. Por favor contacté a su revendedor.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Ha ocurrido un error inesperado: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Ha ocurrido un error desconocido mientras se subia el fichero: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-Rootkits Logs\"\n\nmsgid \"Any\"\nmsgstr \"Cualquier\"\n\nmsgid \"Application installer\"\nmsgstr \"Instalador de aplicación\"\n\nmsgid \"Apply\"\nmsgstr \"Aplicar\"\n\nmsgid \"Apply changes\"\nmsgstr \"Aplicar cambios\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"¿Estas seguro de instalar este paquete desde el repositorio web?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"¿Estas seguro de instalar este paquete?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"¿Estas seguro de eliminar los permisos?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"¿Esta seguro de que quiere eliminar el usuario SQL %s ?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"¿Estás seguro de que quieres activar este paquete?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"¿Está seguro que desea eliminar %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"¿Estas seguro de que quieres eliminar todos los tickets cerrados?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\"¿Estás seguro de querer borrar todas las cuentas de correo seleccionadas?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"¿Estas seguro de que quieres eliminar todos los tickets?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"¿Estás seguro de que quieres eliminar la cuenta de FTP%s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"¿Está seguro que quiere eliminar la orden del alias de dominio %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"¿Está seguro que quiere eliminar la orden del alias de dominio %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"¿Desea realmente eliminar el menú %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"¿Estás seguro de que quieres eliminar el puerto del servicio%s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"¿Estas seguro de que quieres eliminar el ticket '%s' ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Estas seguro que deseas eliminar la dirección IP `%%s'?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Estas seguro que deseas eliminar el usuario FTP `%%s`?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Estas seguro que deseas eliminar el area protegida `%%s`?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Estas seguro que deseas eliminar este registro DNS?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"¿Estás seguro de querer borrar esta cuenta?\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"¿Estás seguro de que quieres eliminar esta cuenta catch-all?\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Estas seguro que deseas eliminar este alias de dominio?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Estas seguro que deseas eliminar este plan de Hosting?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"¿Estás seguro de que quieres eliminar este paquete?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Estas seguro que deseas eliminar este subdominio?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"¿Seguro que deseas importar este paquete al repositorio local de software?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\"¿Estas seguro que deseas importar este paquete al repositorio de software?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\"¿Seguro que deseas instalar este paquete desde el repositorio de software \"\n\"Web ?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"¿Está seguro que quiere restaurar este backup?\"\n\nmsgid \"Assign\"\nmsgstr \"Asignar\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Asignar un usuario SQL existente.\"\n\nmsgid \"Assign group\"\nmsgstr \"Asignar grupo\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Asignada al menos a un revendedor\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\"Por lo menos un certificado intermedio no es válido o no se encuentra.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"Al menos uno de tus buzones supera la cuota permitida.\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Autenticación por grupo\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Autenticación por usuario\"\n\nmsgid \"Authentication users\"\nmsgstr \"Autenticación de usuarios\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Autenticación de usuarios/grupos\"\n\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Automático (Idioma del Navegador)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"Direcciones catch-all automáticas\"\n\nmsgid \"Autoresponder\"\nmsgstr \"Auto-respuesta\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"Auto-respuesta ha sido activada.\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"Auto-respuesta ha sido desactivada.\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"Auto-respuesta ha sido editada.\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"Mensaje de Auto-respuesta no puede quedar vacío.\"\n\nmsgid \"Available\"\nmsgstr \"Disponible\"\n\nmsgid \"Available software\"\nmsgstr \"Software disponible\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"En espera de activación\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Esperando aprobación\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Atrás\"\n\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Configuración de Backup y Restauración.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"El Backup se ha programado con éxito para la restauración.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Contraseña equivocada\"\n\nmsgid \"Bad request.\"\nmsgstr \"Solicitud incorrecta.\"\n\nmsgid \"Behind\"\nmsgstr \"Detrás\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"A continuación, puedes activar la función de correo externo para uno o \"\n\"muchos de tus dominios. Ten en cuenta que la activación de la función de \"\n\"correo externo configura nuestro servidor para retransmitir el correo a \"\n\"través de tu propio servidor de correo, pero no se crea ningún registro DNS \"\n\"para ello.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Tiempo de bloqueo entre intentos de inicio de sesión y captcha\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"Tiempo bloqueado (minutos)\"\n\nmsgid \"Body\"\nmsgstr \"Cuerpo\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Falta el Cuerpo.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Detección de Acceso ilegal por fuerza bruta\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Acciones masivas\"\n\nmsgid \"By\"\nmsgstr \"Por\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"Información del CPU\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Puede editar la opción de configuración PHP %s\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Puede usar la función PHP %s\"\n\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\nmsgid \"Canonical name\"\nmsgstr \"Nombre canónico\"\n\nmsgid \"Catch-all account\"\nmsgstr \"Cuenta catch-all\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"Cuentas catch-all\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"Direcciones catch-all\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Certificado\"\n\nmsgid \"Certificate data\"\nmsgstr \"Fecha del certificado\"\n\nmsgid \"Change\"\nmsgstr \"Cambiar\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Cambia el estado de este item para un nuevo intento\"\n\nmsgid \"Check for update\"\nmsgstr \"¡Buscar actualizaciones!\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"¡Compruebe las cargas del revendedor!<br>No está permitido subir este \"\n\"paquete dos veces.<br>¡Refresca tu sitio para ver el nuevo estado!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"¡Comprueba tus propias cargas!<br>Pregunta al administrador si no encuentras\"\n\" el paquete.<br>No está permitido cargar este paquete dos \"\n\"veces.<br>¡Refresca tu sitio para ver el nuevo estado!\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Comprueba tu paquete. ¡Contiene un error!<br>¡Refresca tu sitio para ver el \"\n\"nuevo estado!\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"¡Comprueba las cargas de tu repositorio de software!<br>No está permitido \"\n\"cargar este paquete dos veces.<br>¡Refresca tu sitio para ver el nuevo \"\n\"estado!\"\n\nmsgid \"Choose\"\nmsgstr \"Seleccionar\"\n\nmsgid \"Choose dir\"\nmsgstr \"Seleccionar directorio\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Elegir archivo (Max: %1$d MB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Seleccionar plan de hosting\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Elegir el color del diseño\"\n\nmsgid \"Choose your language\"\nmsgstr \"Elige tu idioma\"\n\nmsgid \"Circular\"\nmsgstr \"Circular\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Circular enviada correctamente.\"\n\nmsgid \"City\"\nmsgstr \"Ciudad\"\n\nmsgid \"Class\"\nmsgstr \"Clase\"\n\nmsgid \"Clear log\"\nmsgstr \"Borrar log\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Haga clic aquí para más detalles\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Pulsa el botón de restaurar y el sistema restaurará el último backup diario\"\n\nmsgid \"Click to edit\"\nmsgstr \"Clic para editar\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"Clic para suspender esta cuenta de cliente\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"Clic para reanudar esta cuenta de cliente\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Cliente / Bases de Datos / Añadir Base de Datos SQL\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Cliente / Bases de Datos / Resumen\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Cliente / Bases de Datos / Resumen / Añadir Usuario SQL\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\"Cliente / Bases de Datos / Resumen / Actualizar Contraseña de Usuario SQL\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Cliente / Dominio / Editar recurso de registro DNS\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Cliente / Dominios\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Cliente / Dominios / Añadir recurso de registro DNS\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Cliente / Dominios / Añadir Alias de Dominio\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Cliente / Dominios / Añadir Subdominio\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Cliente / Dominios / Editar Dominio\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Cliente / Dominios / Editar Alias de Dominio\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Cliente / Dominios / Editar Subdominio\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Cliente / Dominios / Configuraciones PHP\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Cliente / Dominios / Certificado SSL\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Cliente / FTP / Añadir Cuenta FTP\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Cliente / FTP / Resumen\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Cliente / FTP / Resumen / Editar Cuenta FTP\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Cliente / General / Resumen\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"Cliente / E-Mail / Agregar Cuenta de E-Mail\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"Cliente / E-Mail / Cuentas Catch-All\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"Cliente / E-Mail / Cuentas Catch-All / Agregar Cuenta Catch-All\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"Cliente / E-Mail / Editar Cuenta de E-Mail\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"Cliente / E-Mail / Característica de correo externo\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"Cliente / E-Mail / Vista / Activar Auto-Respuesta\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"Cliente / E-Mail / Vista / Editar Auto-Respuesta\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Cliente / Perfil / Resumen de cuenta\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Cliente / Perfil / Idioma\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Cliente / Perfil / Diseño\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Cliente / Perfil / Contraseña\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Cliente / Perfil / Datos Personales\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Cliente / Estadísticas\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Cliente / Soporte / Tickets Cerrados\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Cliente / Soporte / Ticket nuevo\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Cliente / Soporte / Tickets Abiertos\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Cliente / Soporte / Ver Ticket\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Cliente / Herramientas Web / Páginas de Error Personalizadas\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Cliente / Herramientas Web / Backup diario\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Cliente / Herramientas Web / Resumen\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Cliente / Herramientas Web / Áreas protegidas\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Cliente / Herramientas Web / Áreas protegidas / Administrar usuarios y \"\n\"grupos\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Cliente / Herramientas Web / Áreas protegidas / Administrar usuarios y \"\n\"grupos  / Añadir Grupo\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Cliente / Herramientas Web / Áreas protegidas / Administrar usuarios y \"\n\"grupos / Añadir Usuario\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Cliente / Herramientas Web / Áreas protegidas / Administrar usuarios y \"\n\"grupos / Editar Usuario\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Cliente / Herramientas Web / Áreas protegidas / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Cliente / Herramientas Web / Software\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Cliente / Herramientas Web / Software / Instalación de Software\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Cliente / Herramientas Web / Software / Ver\"\n\nmsgid \"Client users\"\nmsgstr \"Cliente usuarios\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Velocidad del reloj (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Cerrar\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Cerrar el ticket\"\n\nmsgid \"Close ticket\"\nmsgstr \"Cerrar ticket\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Tickets cerrados\"\n\nmsgid \"Common name\"\nmsgstr \"Nombre común\"\n\nmsgid \"Company\"\nmsgstr \"Empresa\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Modo Configuración\"\n\nmsgid \"Confirmation required\"\nmsgstr \"Confirmación requerida\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"Conflicto con el registro DNS tipo '%s'\"\n\nmsgid \"Cores\"\nmsgstr \"Núcleos\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"No se pudo añadir/actualizar el certificado SSL. Ha ocurrido un error \"\n\"inesperado.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"No se puede hacer backup de la carpeta actual del Plugin `%s'.\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"No se pudo cambiar el Plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\"No se puede conectar a la base de datos '%s'. Por favor, comprueba la \"\n\"contraseña.\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\"No se pudo crear el alias de Dominio. Ha ocurrido un error inexperado.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\"No se pudo eliminar la Base de Datos SQL. Ha ocurrido un error inexperado.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"No se pudo eliminar el usuario SQL. Ha ocurrido un error inexperado.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"No se pudo eliminar el certificado SSL. Ha ocurrido un error inexperado.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"No se pudo eliminar el Plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"No se pudo deshabilitar el Plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"No se pudo habilitar el Plugin %s: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\"No se puede encontrar ninguna interfaz de red. No puedes añadir nuevas \"\n\"direcciones IP.\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"No se pudo generar el certificado SSL. Ha ocurrido un error inesperado.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"No se pudo instalar el Plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"No se pudo proteger el Plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"No se pudo restablecer el directorio del Plugin %s\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"No se pueden obtener los directorios\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"No se pudo desinstalar el Plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"No se pudo actualizar el Plugin %s: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"No se ha podido subir el archivo.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"No se puede cargar el archivo. Archivo no encontrado.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"No ha podido cargarse el archivo. El tamaño máximo para cargas (%1$d MB) ha \"\n\"sido alcanzado.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\"No se ha podido eliminar alias de Dominio. Se ha producido un un error \"\n\"inexperado.\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\"No se ha podido eliminar subdominio. Se ha producido un un error inexperado.\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"Contar cuentas de E-Mail predeterminadas\"\n\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgid \"Create\"\nmsgstr \"Crear\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"Crear direcciones de E-Mail por defecto\"\n\nmsgid \"Created by\"\nmsgstr \"Creado por\"\n\nmsgid \"Created on\"\nmsgstr \"Creado el\"\n\nmsgid \"Creation date\"\nmsgstr \"Fecha de creación\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Errores DNS personalizados\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\"El Registro DNS personalizado ha sido programado con éxito para eliminarlo.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Registros DNS personalizados\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Se ha actualizado la página de error personalizada.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Paginas de error personalizadas\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Nombre de menú y enlace personalizados\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Propiedades del menú personalizadas\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"El menú personalizado ha sido añadido correctamente.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"El menú personalizado ha sido eliminado correctamente.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"El menú personalizado ha sido modificado correctamente.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Menús personalizados\"\n\nmsgid \"Customer\"\nmsgstr \"Cliente\"\n\nmsgid \"Customer account\"\nmsgstr \"Cuenta del cliente\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Cuenta de cliente programada correctamente para la activación.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Cuenta de cliente programada correctamente para la creación.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Cuenta de cliente programada correctamente para la desactivación.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Cuenta de cliente programada correctamente para su eliminación.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"La cuenta de cliente se ha actualizado correctamente.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Asignaciones del cliente\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Consumo del cliente\"\n\nmsgid \"Customer level\"\nmsgstr \"Nivel del cliente\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Cliente programado correctamente para su creación.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Cliente programado correctamente para su eliminación.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"El color del diseño del cliente ha sido actualizado correctamente.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Cliente(s) movido(s) correctamente.\"\n\nmsgid \"Customers\"\nmsgstr \"Clientes\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Personaliza las páginas de error para tu dominio.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"El registro DNS ya existe.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"Registro de recurso DNS\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"Registro de recurso DNS programado para ser añadido.\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"Registro de recurso DNS programado para ser actualizado.\"\n\nmsgid \"DNS resource records\"\nmsgstr \"Los registros de recursos DNS\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"Zona NDS donde quieres añadir este registro DNS\"\n\nmsgid \"DOWN\"\nmsgstr \"ABAJO\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"La Solicitud del Demonio falló.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Solicitud del Demonio éxitosa.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Backup diario\"\n\nmsgid \"Data\"\nmsgstr \"Datos\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Se alteraron los datos. Por favor, inténtelo de nuevo.\"\n\nmsgid \"Database\"\nmsgstr \"Base de Datos\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Nombre y usuarios de la Base de datos\"\n\nmsgid \"Database data\"\nmsgstr \"Datos Base de datos\"\n\nmsgid \"Database name\"\nmsgstr \"Nombre de la base de datos\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"El nombre de la Base de Datos es demasiado largo.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"El nombre de la Base de Datos no está disponible o no esta permitida.\"\n\nmsgid \"Database password\"\nmsgstr \"Contraseña Base de datos\"\n\nmsgid \"Database prefix\"\nmsgstr \"Prefijo de la Base de Datos\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Prefijo / Sufijo Bases de Datos\"\n\nmsgid \"Database required\"\nmsgstr \"Base de Datos requerida\"\n\nmsgid \"Database usage\"\nmsgstr \"Uso de Base de Datos\"\n\nmsgid \"Database user\"\nmsgstr \"Usuario Base de datos\"\n\nmsgid \"Database users\"\nmsgstr \"Usuarios de la base de datos\"\n\nmsgid \"Databases\"\nmsgstr \"Bases de Datos\"\n\nmsgid \"Date\"\nmsgstr \"Fecha\"\n\nmsgid \"Day\"\nmsgstr \"Día\"\n\nmsgid \"Days\"\nmsgstr \"Dias\"\n\nmsgid \"Deactivate\"\nmsgstr \"Desactivar\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Desactivar este plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Desactivado\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Desactivación en curso...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Estimado {NAME},\\n\"\n\"\\n\"\n\"Una nueva cuenta ha sido creada para ti.\\n\"\n\"\\n\"\n\"Informacón de tu cuenta:\\n\"\n\"\\n\"\n\"Tipo de cuenta: {USERTYPE}\\n\"\n\"Nombre de Usuario: {USERNAME}\\n\"\n\"Contraseña: {PASSWORD}\\n\"\n\"\\n\"\n\"Recuerda que debes cambiar tu contraseña a menudo y también la primera vez que inicies sesión.\\n\"\n\"\\n\"\n\"Puedes iniciar sesión en {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Por favor no respondas este correo.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Estimado {NAME},\\n\"\n\"\\n\"\n\"Un nuevo paquete de software ha sido cargado por un revendedor.\\n\"\n\"\\n\"\n\"ID del Revendedor: {RESELLER_ID}\\n\"\n\"Paquete de Software: {SOFTWARE_PACKAGE}\\n\"\n\"ID del Software: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Por favor no respondas este correo.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Estimado {NAME},\\n\"\n\"\\n\"\n\"Por favor has clic en el siguiente enlace para renovar tu contraseña:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Nota: si tu no has solicitado la renovación de tu contraseña, puedes ignorar este correo.\\n\"\n\"\\n\"\n\"Por favor no respondas este correo.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Estimado {NAME},\\n\"\n\"\\n\"\n\"Este es un email automatico enviado por tu panel de control i-MSCP:\\n\"\n\"\\n\"\n\"Nombre del Servidor: {HOSTNAME}\\n\"\n\"IP del Servidor: {SERVER_IP}\\n\"\n\"IP del Cliente: {CLIENT_IP}\\n\"\n\"Versión: {VERSION}\\n\"\n\"Build: {BUILDATE}\\n\"\n\"Severity: {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Por favor no respondas este correo.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Estimado {NAME},\\n\"\n\"\\n\"\n\"Tienes una nueva respuesta de tu Ticket de soporte:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Prioridad: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Puedes iniciar sesión en {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} para responder.\\n\"\n\"\\n\"\n\"Por favor no respondas este correo.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Estimado {NAME},\\n\"\n\"\\n\"\n\"Tienes un nuevo Ticket de soporte:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Prioridad: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Puedes iniciar sesión en {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} para responder.\\n\"\n\"\\n\"\n\"Por favor no respondas este correo.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Estimado {NAME},\\n\"\n\"\\n\"\n\"Tu cliente {CUSTOMER} esta esperando la aprovación del nuevo alias de dominio:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Inicia sesión en {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/revendedor/alias.php para activar este alias de dominio.\\n\"\n\"\\n\"\n\"Por favor no respondas este correo.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Estimado {NAME},\\n\"\n\"\\n\"\n\"Tu contraseña ha sido correctamente renovada.\\n\"\n\"\\n\"\n\"Tu nueva contraseña es: {PASSWORD}\\n\"\n\"\\n\"\n\"Puedes iniciar sesión en {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Por favor no respondas este correo.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Estimado {NAME},\\n\"\n\"\\n\"\n\"Tu paquete de software ha sido eliminado.\\n\"\n\"\\n\"\n\"Paquete de Software: {SOFTWARE_PACKAGE}\\n\"\n\"ID del Software: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Mensaje de tu administrador:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Por favor no respondas este correo.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Estimado {NAME},\\n\"\n\"\\n\"\n\"Tu paquete de software ha sido activado correctamente.\\n\"\n\"\\n\"\n\"Paquete de Software: {SOFTWARE_PACKAGE}\\n\"\n\"ID de Software: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Por favor no respondas este correo.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\n\nmsgid \"Debugger\"\nmsgstr \"Depurador\"\n\nmsgid \"Default\"\nmsgstr \"Predeterminado\"\n\nmsgid \"Default language\"\nmsgstr \"Idioma por defecto\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Lenguaje por defecto actualizado correctamente.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Define si los clientes pueden o no añadir/cambiar certificados SSL para sus \"\n\"dominios.\"\n\nmsgid \"Delete\"\nmsgstr \"Eliminar\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Eliminar todos los tickets\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Eliminar del log:\"\n\nmsgid \"Delete order\"\nmsgstr \"Eliminar pedido\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Eliminar software del revendedor\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Borrar cuentas de correo seleccionadas\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Eliminar este plugin\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Eliminar ticket\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Eliminación en progreso\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Eliminación en progreso...\"\n\nmsgid \"Depot import\"\nmsgstr \"Repositorio de importación \"\n\nmsgid \"Description\"\nmsgstr \"Descripción\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"La descripción no puede estar vacía.\"\n\nmsgid \"Details\"\nmsgstr \"Detalles\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"El Directorio %s no existe.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"El Directorio '%s' no existe.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"El Directorio '%s' no esta permitido o es invalido.\"\n\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Funciones desactivadas\"\n\nmsgid \"Disconnect\"\nmsgstr \"Desconectar\"\n\nmsgid \"Disk\"\nmsgstr \"Disco\"\n\nmsgid \"Disk space\"\nmsgstr \"Espacio en disco\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Límite de espacio en disco [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Uso del disco\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Detalle de uso de disco\"\n\nmsgid \"Display errors\"\nmsgstr \"Mostrar errores\"\n\nmsgid \"Document root\"\nmsgstr \"raíz del documento\"\n\nmsgid \"Domain\"\nmsgstr \"Dominio\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"El dominio %s no se puede reenviar a sí mismo.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"El Dominio %s no está disponible.\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP del dominio\"\n\nmsgid \"Domain Name\"\nmsgstr \"Nombre del Dominio\"\n\nmsgid \"Domain account\"\nmsgstr \"Cuenta de dominio\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Cuenta de dominio expirada.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Cuentas del dominio\"\n\nmsgid \"Domain alias\"\nmsgstr \"Alias de dominio\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"El Alias de Dominio %s no se puede reenviar a sí mismo.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Errores de los Alias de Dominio\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Nombre del àlias de dominio\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"El alias de Dominio fue creado correctamente.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Alias ​​de Dominio pedido correctamente.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Álias de dominio programado correctamente para ser añadido.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Álias de dominio programado para ser eliminado.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Alias de Dominio programado correctamente para actualización.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Los Alias de dominio\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"Límite de alias de dominio\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Dominio y Bases de datos SQL\"\n\nmsgid \"Domain data\"\nmsgstr \"Datos del Dominio\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\"Los datos del Dominio fueron alterados. Por favor intentelo nuevamente.\"\n\nmsgid \"Domain details\"\nmsgstr \"Detalles del dominio\"\n\nmsgid \"Domain errors\"\nmsgstr \"Errores del Dominio\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Fecha de expiración del dominio\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Debes poner la fecha de expiración del dominio.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"Dominio en el cual el Editor PHP deberia actuar.\"\n\nmsgid \"Domain name\"\nmsgstr \"Nombre del dominio\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\"Nombre de dominio (formato ASCII) no puede ser mayor a 255 caracteres.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"El nombre de dominio no puede estar vacío.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"El nombre de dominio no puede empezar ni terminar con un punto.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"El Nombre de dominio contiene un carácter inválido: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\"Las etiquetas del nombre de dominio no pueden ser superiores a 63 \"\n\"caracteres.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\"Las etiquetas del nombre de dominio no puede empezar ni terminar con un \"\n\"guión.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Nueva fecha de expiración del dominio\"\n\nmsgid \"Domain overview\"\nmsgstr \"Visión general del dominio\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Dominio programado para ser actualizado.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Estadísticas del dominio\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"El estado del dominio no es ok.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Dominio programado correctamente para actualización.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"El dominio ha sido actualizado correctamente.\"\n\nmsgid \"Domain type\"\nmsgstr \"Tipo de Dominio\"\n\nmsgid \"Domains\"\nmsgstr \"Dominios\"\n\nmsgid \"Domains limit\"\nmsgstr \"Límite de dominios\"\n\nmsgid \"Domains per page\"\nmsgstr \"Dominios por página\"\n\nmsgid \"Done\"\nmsgstr \"Hecho\"\n\nmsgid \"Download\"\nmsgstr \"Descargar\"\n\nmsgid \"Download TAR\"\nmsgstr \"Descargar TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Descargar ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Enlaces de descarga \"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Descargar los archivos almacenados en este directorio\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Editar\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"Editar el registro del recurso DNS\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Editar cuenta FTP\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Editar certificado SSL\"\n\nmsgid \"Edit admin\"\nmsgstr \"Editar Administrador\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"Editar auto-respuesta\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Editar página de error personalizada\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Editar menú personalizado\"\n\nmsgid \"Edit customer\"\nmsgstr \"Editar Cliente\"\n\nmsgid \"Edit domain\"\nmsgstr \"Editar dominio\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Editar alias de dominio\"\n\nmsgid \"Edit error page\"\nmsgstr \"Editar pagina de error\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Editar plan de hosting\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Editar usuario htaccess\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Editar cuenta de correo\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Editar área protegida\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Editar revendedor\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Editar subdominio\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"Correo electrónico\"\n\nmsgid \"Email address\"\nmsgstr \"Dirección de Email\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"La cuota del correo no puede ser mayor de %s\"\n\nmsgid \"Email settings\"\nmsgstr \"Configuraciónes del correo\"\n\nmsgid \"Email setup\"\nmsgstr \"Configuración de Email\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Correo actualizado correctamente.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Activar SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Habilitado\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Habilitado para: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Detalles del error\"\n\nmsgid \"Error pages\"\nmsgstr \"Páginas de error\"\n\nmsgid \"Error reporting\"\nmsgstr \"Informe de errores\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Error: Archivo Remoto no encontrado!\"\n\nmsgid \"Errors\"\nmsgstr \"Errores\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Ejecutar tareas\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Servidor de correo Ext.\"\n\nmsgid \"External mail feature\"\nmsgstr \"Servidor de correo externo\"\n\nmsgid \"External mail server\"\nmsgstr \"Servidor de correo externo\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\"Característica de servidor de correo externo programada para activación\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\"Característica de servidor de correo externo programada para desactivación\"\n\nmsgid \"FTP account\"\nmsgstr \"Cuenta FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"La cuenta FTP ya existe.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"Límite de la cuenta FTP alcanzado.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"Cuenta FTP añadida correctamente.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"Cuenta FTP eliminada correctamente.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"La cuenta FTP ha sido actualizada correctamente.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Cuentas FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"Límite cuentas de FTP\"\n\nmsgid \"FTP home directory\"\nmsgstr \"Directorio FTP de Inicio\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"El directorio FTP de Inicio no puede estar vacío.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Tráfico FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"Errores de usuario FTP\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Fallo al grabar fichero en el disco.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Fallo en el paquete. ¡Eliminandolo!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Característica\"\n\nmsgid \"Features\"\nmsgstr \"Características\"\n\nmsgid \"Female\"\nmsgstr \"Femenino\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"El archivo %s no existe o no se puede llegar a el!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"El archivo %s no parece un archivo de migración.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"El archivo no existe. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"El fichero excede el límite de tamaño.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"El archivo se ha cargado correctamente.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"No se puede leer el archivo.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"El fichero tiene que ser un archivo 'tar.gz'.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"El fichero se ha subido correctamente.\"\n\nmsgid \"File usage\"\nmsgstr \"Uso de archivos\"\n\nmsgid \"FileManager\"\nmsgstr \"Administrador de ficheros\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Información del sistema de archivos\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Rellenar un mensaje de texto.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"Filtrar clientes por\"\n\nmsgid \"First name\"\nmsgstr \"Nombre\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Prohibido\"\n\nmsgid \"Force refresh\"\nmsgstr \"Reintentar\"\n\nmsgid \"Force retry\"\nmsgstr \"Forzar reintento\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\"Forzar sincronización de datos sobre la cuota de los buzones. Esta \"\n\"información es automáticamente sincronizada cada 5 minutos.\"\n\nmsgid \"Forward\"\nmsgstr \"Reenviar\"\n\nmsgid \"Forward URL\"\nmsgstr \"Redireccionar URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Reenviar la URL %s no es válido.\"\n\nmsgid \"Forward account\"\nmsgstr \"Cuenta de reenvio\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"La lista de reenvios está vacia.\"\n\nmsgid \"Forward to\"\nmsgstr \"Reenviar a\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Redireccionar a URL\"\n\nmsgid \"Forward type\"\nmsgstr \"Tipo de reenvío\"\n\nmsgid \"Free\"\nmsgstr \"Libre\"\n\nmsgid \"From\"\nmsgstr \"De\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Del revendedor\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Cuenta Ftp\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Datos de la cuenta FTP\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Cuentas FTP\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Directorios FTP\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Sexo\"\n\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgid \"General information\"\nmsgstr \"Información general\"\n\nmsgid \"General settings\"\nmsgstr \"Configuración general\"\n\nmsgid \"Generate\"\nmsgstr \"Generar\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Generar un certificado autofirmado\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Obtener un nuevo código de seguridad\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Grupo\"\n\nmsgid \"Group members\"\nmsgstr \"Miembros del grupo\"\n\nmsgid \"Group name\"\nmsgstr \"Nombre del grupo\"\n\nmsgid \"Groups\"\nmsgstr \"Grupos\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (Estricta Seguridad en el Transporte HTTP)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"Directiva includeSubDomains de HSTS\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"Valor de edad maxima de la directiva HSTS\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"Tráfico HTTP\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"Ocultar direcciones de E-Mail predeterminadas\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"Esconder alias de dominio\"\n\nmsgid \"High\"\nmsgstr \"Alto\"\n\nmsgid \"Home directory\"\nmsgstr \"Directorio de Inicio\"\n\nmsgid \"Homepage\"\nmsgstr \"Página de inicio\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"Host al que se permite al usuario SQL conectarse al servidor SQL\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Plan de hosting\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Disponibilidad del plan de Hosting\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Los límites del plan de hosting exceden los límites del revendedor.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Los límites del plan de hosting exceden tus límites.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Plan de hosting creado correctamente.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"El plan de alojamiento ha sido eliminado.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Plan de hosting actualizado correctamente.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Planes de hosting\"\n\nmsgid \"Hour\"\nmsgstr \"Hora\"\n\nmsgid \"Hours\"\nmsgstr \"Horas\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Grupo Htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Grupo Htaccess  programado para su creación.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Grupo Htaccess  programado para su eliminación.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Usuario Htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Usuario Htaccess assignado al grupo htaccess %s \"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Usuario Htaccess eliminado del grupo htaccess %s\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Usuario Htaccess programado para ser añadido.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"Errores de htaccess, htgroups y htpasswd\"\n\nmsgid \"IP address\"\nmsgstr \"Dirección IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"La Dirección IP ya esta bajo el control de i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"Dirección IP programada correctamente para su adición.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"Dirección IP correctamente programada para eliminación.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"Dirección IP correctamente programada para modificación\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"Direcciones IP bajo el control de i-MSCP\"\n\nmsgid \"IP assignments\"\nmsgstr \"Asignaciones de IP\"\n\nmsgid \"IP errors\"\nmsgstr \"Errores IP\"\n\nmsgid \"IP management\"\nmsgstr \"Administración de IP\"\n\nmsgid \"IP netmask\"\nmsgstr \"Mascara de red IP\"\n\nmsgid \"IP usage\"\nmsgstr \"Uso de IP\"\n\nmsgid \"IPv6 address\"\nmsgstr \"Dirección IPv6\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\"Si se establece en `yes`, las carpetas Web serán protegidas contra la \"\n\"eliminación.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\"Si se establece en `yes`, el revendedor puede permitir a sus clientes editar\"\n\" esta opción de configuración de PHP.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Si se establece en `yes`, el revendedor puede habilitar/deshabilitar la \"\n\"función PHP mail a sus clientes, de lo contrario, la función PHP mail estará\"\n\" deshabilitada.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"Si este valor es completado con @ o se deja en blanco, automáticamente será \"\n\"sustituido por el valor $ORIGIN\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Si quieres ponerle limites a un revendedor, primero debes ponerle límites a \"\n\"sus clientes.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Las imágenes deben ser menores de 500 x 90 pixels.\"\n\nmsgid \"Import\"\nmsgstr \"Importar\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Importar en el repositorio local\"\n\nmsgid \"Import new language file\"\nmsgstr \"Importar nuevo idioma\"\n\nmsgid \"In front\"\nmsgstr \"En frente\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"En modo mantenimiento, sólo los administradores pueden acceder.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Límite de cuentas FTP incorrecto.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Límite de Bases de Datos SQL incorrecto.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Límite de usuario SQL incorrecto.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Límite de usuarios SQL incorrecto.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Límite de Alias incorrecto.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Límite de espacio en disco incorrecto.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"Límite de los álias incorrecto.\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"La longitud o la sintaxis del email són incorrectas.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Cuota de correo incorrecta\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Límite incorrecto para %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"Límite de cuentas de E-Mail incorrecto.\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Límite de cuentas de email incorrecto.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"Cuota de correo incorrecta\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Límite de tráfico mensual incorrecto.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Límite de subdominio incorrecto.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Límite de subdominios incorrecto.\"\n\nmsgid \"Install\"\nmsgstr \"Instalar\"\n\nmsgid \"Install in progress\"\nmsgstr \"Instalación en curso\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Instalar este plugin\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Instala varias aplicaciones web con unos pocos clics.\"\n\nmsgid \"Installation details\"\nmsgstr \"Detalles de instalación\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Instalación en progreso...\"\n\nmsgid \"Installation path\"\nmsgstr \"Ruta de instalación\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Paquete instalado que fue eliminado por su revendedor.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Instalado en el reporitorio del revendedor\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Instalado en el repositorio de software\"\n\nmsgid \"Installed on\"\nmsgstr \"Instalado en\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Instalando el paquete cargado. Por favor, actualice esta página.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instrucciones para descargar el backup de hoy\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Certificado(s) Intermedio(s)\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Error interno del servidor\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internacionalización\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Usuario FTP inválido\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Host del usuario SQL inválido: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\"Usuario SQL incorrecto. El usuario SQL debe existir y pertenecer a la base \"\n\"de datos proveída.\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Certificado SSL inválido\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Certificado SSL inválido\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"URL inválida\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"Ciudad erróneo.\"\n\nmsgid \"Invalid company.\"\nmsgstr \"Empresa erróneo.\"\n\nmsgid \"Invalid country.\"\nmsgstr \"País erróneo.\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Nombre de dominio inválido.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Correo electrónico inválido.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Nombre de usuario inválido para correo electrónico.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"Campo: %s erróneo\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"Nombre no válido.\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"Sexo no válido.\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"¡Nombre de grupo inválido!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"Apellido no válido.\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Orden de menú inválido.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Nombre inválido.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Payload invalido recibido desde GitHub\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"Teléfono incorrecto.\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Directorio de Plugin inválido: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Clave privada o frase de contraseña inválida.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"Nombre de servicio: %s incorrecto\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"Población incorrecta.\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"Dirección primaria incorrecta.\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"Dirección secundaria incorrecta.\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Destino no válido.\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Nombre de usuario incorrecto\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"Código Postal incorrecto.\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Versión del Kernel\"\n\nmsgid \"Kill session\"\nmsgstr \"Terminar sesión\"\n\nmsgid \"Label\"\nmsgstr \"Etiqueta\"\n\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgid \"Language file\"\nmsgstr \"Archivo de idioma\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Fichero de Idioma instalado correctamente.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"Idioma ha sido actualizado correctamente.\"\n\nmsgid \"Languages\"\nmsgstr \"Idiomas\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Se ha reconstruido el índice de idiomas correctamente.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Última actualización del repositorio Web de software\"\n\nmsgid \"Last access\"\nmsgstr \"Ultimo acceso\"\n\nmsgid \"Last name\"\nmsgstr \"Apellido\"\n\nmsgid \"Last reply date\"\nmsgstr \"Fecha de la última respuesta\"\n\nmsgid \"Last translator\"\nmsgstr \"Último traductor\"\n\nmsgid \"Layout\"\nmsgstr \"Diseño\"\n\nmsgid \"Layout color\"\nmsgstr \"Color de diseño\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"El color de diseño ha sido actualizado correctamente.\"\n\nmsgid \"Level\"\nmsgstr \"Nivel\"\n\nmsgid \"Limit\"\nmsgstr \"Límite\"\n\nmsgid \"Limit value\"\nmsgstr \"Valor límite\"\n\nmsgid \"Limits\"\nmsgstr \"Límites\"\n\nmsgid \"Link\"\nmsgstr \"Enlace\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Enlace a la página del autor\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Carga (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Cargando datos...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Las entradas del Log se han eliminado correctamente.\"\n\nmsgid \"Login\"\nmsgstr \"Iniciar sesión\"\n\nmsgid \"Login data\"\nmsgstr \"Datos de acceso\"\n\nmsgid \"Login password\"\nmsgstr \"Contraseña de inicio de sesión\"\n\nmsgid \"Login username\"\nmsgstr \"Usuari de inicio de sesión\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Iniciar sesión con su cuenta de FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Archivo de logo\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo eliminado correctamente.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo subido correctamente.\"\n\nmsgid \"Logout\"\nmsgstr \"Cerrar sesión\"\n\nmsgid \"Lost password\"\nmsgstr \"Recuperar contraseña\"\n\nmsgid \"Lost password email\"\nmsgstr \"Correo de contraseña perdida\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\"Las plantillas de correo de perdida de contraseña fueron actualizadas.\"\n\nmsgid \"Lost password link\"\nmsgstr \"Link de contraseña perdida\"\n\nmsgid \"Low\"\nmsgstr \"Bajo\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"Correo\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Nivel de registro (log) de correo\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"Ya existe la cuenta de correo.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Datos de la cuenta de correo\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Errores de cuenta de correo\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\"Cuenta de E-Mail ha sido programada correctamente para su incorporación.\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\"Cuenta de E-Mail ha sido programada correctamente para su actualización.\"\n\nmsgid \"Mail account type\"\nmsgstr \"Tipo de cuenta de correo\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Cuentas de correo\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"Cuentas de E-Mail han sido suspendidas\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"Límite de cuentas de E-Mail\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"La lista de cuentas de correo está vacía.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"La característica de correo está desactivada.\"\n\nmsgid \"Mail quota\"\nmsgstr \"Cuota de E-Mail\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"Cuota de E-Mail [MB]\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"Cuota de E-Mail no pueder ser mayor que %s\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"Cuota de E-Mail no pueder ser mayor que su límite de espacio.\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"Uso de Correos\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"La cuota de los Buzones de correo fue sincronizada\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\"Visibilidad de las etiquetes del menú principal actualizada correctamente.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Mensaje de mantenimiento\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Modo mantenimiento\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"El modo mantenimiento está activado. En este modo, sólo los administradores \"\n\"pueden acceder.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Ajustes de Mantenimiento\"\n\nmsgid \"Male\"\nmsgstr \"Masculino\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Administrar SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"Administrar certificado SSL\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Administrar usuarios y grupos htaccess\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Administrar usuarios y grupos\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Administra tus áreas protegidas, usuarios y grupos.\"\n\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Máximo número de intentos de inicio de sesión\"\n\nmsgid \"Max traffic\"\nmsgstr \"Tráfico máximo\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\"Se ha alcanzado el tamaño maximo de archivo remoto (%s). Su archivo remoto \"\n\"es %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\"Se ha alcanzado el tamaño maximo de archivo remoto (%s). Su archivo remoto \"\n\"es %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Número máximo de intentos validaciones captcha\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\"Número máximo de intentos de validación antes de intervenir la restricción \"\n\"de espera\"\n\nmsgid \"Medium\"\nmsgstr \"Medio\"\n\nmsgid \"Member of group\"\nmsgstr \"Miembro del grupo\"\n\nmsgid \"Memory information\"\nmsgstr \"Información de la memoria\"\n\nmsgid \"Message\"\nmsgstr \"Mensaje\"\n\nmsgid \"Message template\"\nmsgstr \"Plantilla del mensaje\"\n\nmsgid \"Message template info\"\nmsgstr \"Información de la plantilla del mensaje\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Mensaje al revendedor antes de eliminar el software\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"El archivo de migración %s no se puede leer.\"\n\nmsgid \"Minute\"\nmsgstr \"Minuto\"\n\nmsgid \"Minutes\"\nmsgstr \"Minutos\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"Faltan criterios de búsqueda.\"\n\nmsgid \"Model\"\nmsgstr \"Modelo\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Modificación en progreso\"\n\nmsgid \"Month\"\nmsgstr \"Mes\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"Tráfico mensual servidor\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"Ajustes tráfico mensual servidor\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"Ajustes tráfico mensual servidor han sido actualizados.\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Límite de tráfico mensual [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"El límite de tráfico mensual debe ser un número.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"Tráfico mensual usado\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"La advertencia de tráfico mensual no puede ser mayor que el límite de \"\n\"tráfico mensual.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"La advertencia de tráfico mensual debe ser un número.\"\n\nmsgid \"Mount\"\nmsgstr \"Montaje\"\n\nmsgid \"Mount point\"\nmsgstr \"Punto de montaje\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\"NS registros de recursos DNS sólo se permiten para la delegación subzona.\"\n\nmsgid \"Name\"\nmsgstr \"Nombre\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"El nombre no puede estar vacío.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Interfaz de red (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Nuevos datos de usuario SQL\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Nuevo pedido de alias de {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Nuevo ticket\"\n\nmsgid \"Next\"\nmsgstr \"Siguiente\"\n\nmsgid \"Next step\"\nmsgstr \"Siguiente paso\"\n\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgid \"No IP address found.\"\nmsgstr \"No se encontró dirección IP.\"\n\nmsgid \"No account found.\"\nmsgstr \"Cuenta no encontrada.\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"No hay logs anti-rootkits\"\n\nmsgid \"No available\"\nmsgstr \"No disponible\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"No se encontró menú personalizado.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"No hay dominio disponible para la nueva instancia de software.\"\n\nmsgid \"No error found\"\nmsgstr \"No se encuentro ningún error\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"No se cargó ningún archivo.\"\n\nmsgid \"No group found.\"\nmsgstr \"No se encontro grupo.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"No hay plan de Hosting disponible\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"No se ha eliminado ninguna cuenta de E-Mail\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Ningún revendedor disponible para agregar los permisos.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\"¡No se ha encontrado ningún revendedor con el instalador de software \"\n\"activado!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\"No se ha encontrado ningún revendedor con permisos para este software .\"\n\nmsgid \"No resellers found.\"\nmsgstr \"No se encontraron revendedores.\"\n\nmsgid \"No software available\"\nmsgstr \"No hay software disponible\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"¡No se encontró software en el repositorio web!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"¡No hay software disponible en el repositorio de software!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"No hay software esperando activación\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"No se encontraron estadísticas para el período indicado. Pruebe con otro \"\n\"período.\"\n\nmsgid \"No update available\"\nmsgstr \"Ninguna actualización disponible\"\n\nmsgid \"No used yet\"\nmsgstr \"No utilizado todavía\"\n\nmsgid \"No user found.\"\nmsgstr \"No se encontró usuario.\"\n\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"Normal + Reenvio\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normal + Reenvio\"\n\nmsgid \"Normal account\"\nmsgstr \"Cuenta normal\"\n\nmsgid \"Normal connection\"\nmsgstr \"Conexión normal\"\n\nmsgid \"Not Found\"\nmsgstr \"No encontrado.\"\n\nmsgid \"Not found.\"\nmsgstr \"No se ha encontrado.\"\n\nmsgid \"Not provided\"\nmsgstr \"No proporcionado\"\n\nmsgid \"Not used\"\nmsgstr \"No usado\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\"Note que en modo manual, la NIC y la mascara de red son solamente \"\n\"indicativas.\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Nada encontrado - disculpa\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"No se ha cambiado nada.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"No se ha eliminado Nada.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Avisos, advertencias y errores\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Sólo se aceptan archivos 'tar.gz'.\"\n\nmsgid \"Only exec\"\nmsgstr \"Solo exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Solo se aceptan archivos gettex Machine Object (Archivos MO).\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Sólo se permiten números en el rango entre 0 y 65535.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Solo se admiten números positivos.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Solamente los archivos tar.gz y tar.bz2 son soportados.\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Sólo tar.gz, tar.bz2 y archivos zip son aceptados.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Abrir tiquet\"\n\nmsgid \"Open tickets\"\nmsgstr \"Tickets abiertos\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Operación cancelada: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Opcional\"\n\nmsgid \"Order\"\nmsgstr \"Orden\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Orden eliminada correctamente.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Orden procesada con éxito.\"\n\nmsgid \"Other in\"\nmsgstr \"Otros entrantes\"\n\nmsgid \"Other out\"\nmsgstr \"Otros salientes\"\n\nmsgid \"Other settings\"\nmsgstr \"Otras configuraciones\"\n\nmsgid \"Overview\"\nmsgstr \"Resumen\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"Opción %s de configuración PHP\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"Opciones de configuración PHP\"\n\nmsgid \"PHP Editor\"\nmsgstr \"Editor PHP\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"No se ha cargado la extensión PHP GD.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"Permisos PHP\"\n\nmsgid \"PHP Settings\"\nmsgstr \"Configuración PHP\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"Configuración de PHP programada para su actualización.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"Valores de las directivas PHP\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"Función PHP exec()\"\n\nmsgid \"PHP settings\"\nmsgstr \"Configuraciones PHP\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP \"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3 / IMAP Entrante\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3 / IMAP Saliente\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Tráfico POP3 / IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Acciones del paquete\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"El paquete ya existe en el almacén del revendedor!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"El paquete ya existe en el almacén de software!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"El paquete ya existe en el repositorio de software!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"El paquete ya existe en su repositorio de software!\"\n\nmsgid \"Package install type\"\nmsgstr \"Tipo de instalación del paquete\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"¡Paquete instalado correctamente!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\"Paquete instalado correctamente ... En espera de la liberación del \"\n\"administrador!\"\n\nmsgid \"Package language\"\nmsgstr \"Idioma del paquete\"\n\nmsgid \"Package name\"\nmsgstr \"Nombre del paquete\"\n\nmsgid \"Package title\"\nmsgstr \"Título del paquete\"\n\nmsgid \"Package type\"\nmsgstr \"Tipo de paquete\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Vendedor HP del paquete\"\n\nmsgid \"Package version\"\nmsgstr \"Versión del paquete\"\n\nmsgid \"Panel default language\"\nmsgstr \"Idioma predeterminado del panel\"\n\nmsgid \"Parent directory\"\nmsgstr \"Directorio padre\"\n\nmsgid \"Partition\"\nmsgstr \"Partición\"\n\nmsgid \"Password\"\nmsgstr \"Contraseña\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Confirmación de contraseña\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"La contraseña contiene caracteres no permitidos.\"\n\nmsgid \"Password email\"\nmsgstr \"Contraseña del correo\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Falta la contraseña.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Longitud mínima de contraseña\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"Su contraseña debe contener letras y números.\"\n\nmsgid \"Password settings\"\nmsgstr \"Configuración de contraseña\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"La contraseña ha sido actualizada correctamente.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Las contraseñas no coinciden\"\n\nmsgid \"Path\"\nmsgstr \"Ruta\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Tareas pendientes\"\n\nmsgid \"Percent\"\nmsgstr \"Porcentaje\"\n\nmsgid \"Permissions\"\nmsgstr \"Permisos\"\n\nmsgid \"Personal data\"\nmsgstr \"Datos personales\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"Datos personales han sido actualizados.\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personalizar la plantilla\"\n\nmsgid \"Phone\"\nmsgstr \"Teléfono\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Por favor activa tu nueva contraseña i-MSCP\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"Por favor, escoge al meno un usuario htaccess.\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"Por favor, escoge al menos un usuario/grupo httaccess.\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Por favor, confirma la contraseña.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"¡Por favor, contacta al administrador!<br>Pregúntale por los permisos para \"\n\"usar este paquete.<br>No esta permitido cargar este paquete dos \"\n\"veces.<br>¡Refresca tu sitio para ver el nuevo estado!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"Por favor edite su mensaje de Auto-Respuesta abajo\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Por favor, intoduce un nombre para el área aprotegida.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Por favor, introduce una contraseña.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Por favor, introduce el usuario para la base de datos.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Por favor, introduce un nombre de usuario.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Por favor ingrese la ruta del área protegida.\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"Por favor introduzca su mensaje de Auto-Respuesta abajo\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\"Por favor, selecciona otro directorio. %s (%s) no está instalado aqui.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Por favor, especifica el contenido del mensaje.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Por favor, especifica el asunto del mensaje.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Por favor, escriba el nombre de la Base de Datos.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Por favor escriba su mensaje.\"\n\nmsgid \"Plugin\"\nmsgstr \"Plug-in\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Plugin %s activado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"El Plugin %s no puede ser activado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"El Plugin %s no puede ser desactivado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"El Plugin %s no puede ser eliminado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"El Plugin %s no puede ser instalado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"El Plugin %s no puede ser protegido.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"El Plugin %s no puede ser reconfigurado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"El Plugin %s no puede ser desinstalado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"El Plugin %s no puede ser actualizado.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Plugin %s desactivado.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Plugin %s eliminado.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Plugin %s instalado.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"El Plugin %s esta protegido.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Plugin %s protegido.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Plugin %s reconfigurado.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Plugin %s programado para su activación.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Plugin %s programado para cambios.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Plugin %s programado para su desactivación.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Plugin %s programado para su instalación.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Plugin %s programado para su desinstalación.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Plugin %s programado para actualización.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Plugin %s desinstalado.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Plugin %s actualizado.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Administrador de Plugins: No se puede cambiar el Plugin %s: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Administrador de Plugins: No se pueden eliminar los archivos del Plugin %s. \"\n\"Debes ejecutar el script set-gui-permissions.pl e intentarlo otra vez.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Administrador de Plugins: No se puede cargar el Plugin %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Administrador de Plugins: No se puede desintalar el Plugin %s. El Plugin ha \"\n\"sido bloqueado por otro Plugin.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"Administrador de Plugins: No se puede actualizar el Plugin %s: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\"Administrador de Plugins: No se puede escribir el archivo %s para Plugins \"\n\"protegidos.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\"Administrador de Plugins: El directorio %s no existe o no es escribible\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"Administrador de Plugins: Bajar el Plugin %s no esta permitido.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Administrador de Plugins: El Plugin %s no esta cargado\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Administrador de Plugins: Plugin %s desconocido\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"La activación del Plugin ha fallado: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Archivo de Plugin\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"El archivo de Plugin supera el tamaño máximo de carga.\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"El cambio del Plugin ha fallado: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"La desactivación del Plugin ha fallado: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"La eliminación del Plugin ha fallado: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Errores de Plugins\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"El Plugin se ha cargado correctamente.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"La instalación del Plugin ha fallado: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Errores del elemento Plugin\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"La Lista de Plugins esta vacia.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Administración de Plugins\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"La desinstalación del Plugin ha fallado: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"La actualización del Plugin ha fallado: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Subida de Plugins\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Plugins enganchados en i-MSCP para extender su funcionalidad con \"\n\"características personalizadas. Los Plugins se desarrollan de forma \"\n\"independiente desde el núcleo de la aplicación i-MSCP por miles de \"\n\"desarrolladores de todo el mundo. Puedes encontrar nuevos plugins para \"\n\"instalar, navegando por el %s.\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"La lista de plugins se ha actualizado: %s nuevo(s) Plugin(s) encontrado(s), \"\n\"%s Plugin(s) actualizado(s), %s Plugin(s) reconfigurado(s) y %s Plugin(s) \"\n\"eliminados.\"\n\nmsgid \"Port\"\nmsgstr \"Puerto\"\n\nmsgid \"Preserve Host\"\nmsgstr \"Preservar Host\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Evitar accesos externos de administradores\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Evitar accesos externos de clientes\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Evitar accesos externos de revendedores\"\n\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Antes de eliminar este administrador, por favor mueva sus revendedores hacia\"\n\" otro administrador.\"\n\nmsgid \"Priority\"\nmsgstr \"Prioridad\"\n\nmsgid \"Private key\"\nmsgstr \"Clave Privada\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Frase de contraseña de la clave privada si existe alguna\"\n\nmsgid \"Processing...\"\nmsgstr \"Procesando...\"\n\nmsgid \"Processor data\"\nmsgstr \"Datos del procesador\"\n\nmsgid \"Profile\"\nmsgstr \"Perfil\"\n\nmsgid \"Properties\"\nmsgstr \"Propiedades\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\"No se encontraron las propiedades para el revendedor con ID %d en la Base de\"\n\" Datos.\"\n\nmsgid \"Protect\"\nmsgstr \"Proteger\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Proteger este Plug-in\"\n\nmsgid \"Protected\"\nmsgstr \"Protegido\"\n\nmsgid \"Protected area data\"\nmsgstr \"Datos de área protegida\"\n\nmsgid \"Protected area name\"\nmsgstr \"Nombre de área protegida\"\n\nmsgid \"Protected area path\"\nmsgstr \"Ruta de área protegida\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Área protegida programada para ser añadida.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Área protegida programada para su eliminación.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Área protegida programada para su actualización.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Áreas protegidas\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocolo\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"Cuota en MB (0 ilimitada)\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Cuota en MiB (Max: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"Información de cuota\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Leer Ticket\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Reconstruir índice de idiomas\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Reconfiguración en Progreso...\"\n\nmsgid \"Record data\"\nmsgstr \"Guardar datos\"\n\nmsgid \"Redirect\"\nmsgstr \"Redireccionar\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"Redistribuir cuota no utilizada a otros buzones de correo existentes\"\n\nmsgid \"Registration date\"\nmsgstr \"Fecha de registro\"\n\nmsgid \"Relative weight\"\nmsgstr \"Peso relativo\"\n\nmsgid \"Release date\"\nmsgstr \"Fecha de Liberación\"\n\nmsgid \"Release description\"\nmsgstr \"Descripción de la Liberación\"\n\nmsgid \"Release version\"\nmsgstr \"Versión de la Liberación\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Repositorio de software Web remoto\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"No se ha encontrado el fichero remoto.\"\n\nmsgid \"Remove\"\nmsgstr \"Eliminar\"\n\nmsgid \"Remove IP\"\nmsgstr \"Eliminar IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Eliminar permisos\"\n\nmsgid \"Reopen\"\nmsgstr \"Reabrir\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Reabrir ticket\"\n\nmsgid \"Repeat password\"\nmsgstr \"Repetir la contraseña\"\n\nmsgid \"Reply\"\nmsgstr \"Responder\"\n\nmsgid \"Reply-To email\"\nmsgstr \"Responder a E-Mail\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"Responder a nombre\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\"Solicitud de Tiempo de espera: El servidor tomó demasiado tiempo para enviar\"\n\" los datos.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"¿Requiere base de datos?\"\n\nmsgid \"Reseller\"\nmsgstr \"Revendedor\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Revendedor / Clientes / Añadir Cliente\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Revendedor / Clientes / Añadir cliente - Siguiente paso\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Revendedor / Clientes / Circular\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Revendedor / Clientes / Alias de Dominio\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Revendedor / Clientes / Email para restablecer la contraseña\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Revendedor / Clientes / Resumen\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Revendedor / Clientes / Resumen / Detalles de Dominio\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Revendedor / Clientes / Resumen / Editar Cliente\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Revendedor / Clientes / Resumen / Editar Dominio\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Revendedor / Clientes / Correo de Bienvenida\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Revendedor / Dominios / Añadir Alias de Dominio\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Revendedor / Dominios / Editar Alias de Dominio\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Revendedor / General / Resumen\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Revendedor / General / Subir Software\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Revendedor / Planes de Hosting / Añadir Plan de Hosting\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Revendedor / Planes de Hosting / Resumen\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Revendedor / Perfil / Resumen de Cuenta\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Revendedor / Perfil / Idioma\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Revendedor / Perfil / Diseño\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Revendedor / Perfil / Contraseña\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Revendedor / Perfil / Datos Personales\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Revendedor / Estadisticas / Uso de IP\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Revendedor / Estadisticas / Resumen\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\"Revendedor / Estadisticas / Resumen / Estadísticas del Usuario {USERNAME}\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Revendedor / Soporte / Tickets Cerrados\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Revendedor / Soporte / Ticket nuevo\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Revendedor / Soporte / Tickets Abiertos\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Revendedor / Soporte / Ver Ticket\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Revendedor / Planes de Hosting / Editar Plan de Hosting\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Nombre del Distribuidor\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Revendedor y cliente\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Niveles de Revendedor y Cliente \"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Asignaciones del Revendedor\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Consumo del revendedor\"\n\nmsgid \"Reseller data\"\nmsgstr \"Datos del Revendedor\"\n\nmsgid \"Reseller level\"\nmsgstr \"Nivel de revendedor\"\n\nmsgid \"Reseller list\"\nmsgstr \"Lista de Revendedores\"\n\nmsgid \"Reseller name\"\nmsgstr \"Nombre del revendedor\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Lista de software del Revendedor\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Estadísticas del Revendedor\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Revendedor añadido correctamente.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Total del Revendedor\"\n\nmsgid \"Reseller users\"\nmsgstr \"Usuarios revendedores\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Revendedor con el total de permisos\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Color del diseño del revendedor actualizado correctamente,\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Revendedor/Estadísticas de uso de IP\"\n\nmsgid \"Resellers\"\nmsgstr \"Revendedores\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Revendedores y clientes\"\n\nmsgid \"Reset\"\nmsgstr \"Reiniciar\"\n\nmsgid \"Restore\"\nmsgstr \"Restaurar\"\n\nmsgid \"Restore backup\"\nmsgstr \"Restaurar backup\"\n\nmsgid \"Rights\"\nmsgstr \"Derechos\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Derechos añadidos correctamente.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Derechos eliminados correctamente.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP entrante\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP saliente\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Tráfico SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"Base de datos SQL\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\"El límite de Bases de Datos SQL está desactivado pero el límite de usuarios \"\n\"SQL no lo esta.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"El límite de Bases de Datos SQL no está <i>desactivado</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"Base de Datos SQL creada correctamente.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"La Base de Datos SQL ha sido eliminada correctamente.\"\n\nmsgid \"SQL databases\"\nmsgstr \"Bases de datos SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"Límite de bases de datos SQL.\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"Límite de Bases de Datos SQL está desactivado.\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"Límite de Bases de Datos SQL no está desactivado.\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\"Límite de bases de datos SQL excedido. Usted no puede agregar mas bases de \"\n\"datos SQL.\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Sólo Bases de datos SQL\"\n\nmsgid \"SQL user\"\nmsgstr \"Usuario SQL\"\n\nmsgid \"SQL user host\"\nmsgstr \"Usuario del host SQL\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"El límite de usuarios SQL está <i>desactivado</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"El límite de usuarios SQL está desactivado pero el límite de Bases de Datos \"\n\"SQL no lo está.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"El límite de usuarios SQL está desactivado.\"\n\nmsgid \"SQL user name\"\nmsgstr \"Nombre de usuario SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"Contraseña usuario SQL\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"La contraseña del usuario SQL ha sido actualizada correctamente.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"Usuario SQL prefijo/sufijo\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"El usuario SQL ha sido añadido correctamente.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"El usuario SQL ha sido eliminado correctamente.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"El usuario SQL es demasiado largo.\"\n\nmsgid \"SQL users\"\nmsgstr \"Usuarios SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"Límite de usuarios SQL\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"Límite de usuarios SQL está desactivado.\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\"Límite de usuarios SQL excedido. Usted no puede agregar mas usuarios SQL.\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"El Certificado SSL ha sido programado correctamente para su creación.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\"El Certificado SSL ha sido programado correctamente para su Eliminación.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\"El Certificado SSL ha sido programado correctamente para su actualización.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\"La característica SSL no está disponible. Sólo puede ver su certificado.\"\n\nmsgid \"SSL status\"\nmsgstr \"Estado SSL\"\n\nmsgid \"Save\"\nmsgstr \"Guardar\"\n\nmsgid \"Search\"\nmsgstr \"Buscar\"\n\nmsgid \"Sec.\"\nmsgstr \"Seg.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Conexión segura\"\n\nmsgid \"Security code\"\nmsgstr \"Código de seguridad\"\n\nmsgid \"Security code has expired\"\nmsgstr \"El codigo de seguridad ha expirado\"\n\nmsgid \"Select group\"\nmsgstr \"Selecciona un grupo\"\n\nmsgid \"Select your own document root\"\nmsgstr \"Seleccione su propia raíz del documento\"\n\nmsgid \"Send\"\nmsgstr \"Enviar\"\n\nmsgid \"Send circular\"\nmsgstr \"Enviar Circular\"\n\nmsgid \"Send message\"\nmsgstr \"Enviar mensaje\"\n\nmsgid \"Send message to\"\nmsgstr \"Enviar mensaje a\"\n\nmsgid \"Send reply\"\nmsgstr \"Enviar respuesta\"\n\nmsgid \"Send to\"\nmsgstr \"Enviar a\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"No se encuentra el Nombre del remitente .\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Puertos del Servidor\"\n\nmsgid \"Server statistics\"\nmsgstr \"Estadísticas del servidor\"\n\nmsgid \"Server status\"\nmsgstr \"Estado del servidor\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Servicio no disponible\"\n\nmsgid \"Service is not running\"\nmsgstr \"Servicio no está funcionando\"\n\nmsgid \"Service is running\"\nmsgstr \"Servicio está funcionando\"\n\nmsgid \"Service name\"\nmsgstr \"Nombre del servicio\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"Nombre del servicio no puede contener más de 25 caracteres.\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Puerto de servicio añadido correctamente\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Puerto de servicio eliminado correctamente.\"\n\nmsgid \"Service ports\"\nmsgstr \"Puertos de servicio\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protocolo del servicio\"\n\nmsgid \"Service statuses\"\nmsgstr \"Estados servicio\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"Existe ya un servicio con el mismo nombre.\"\n\nmsgid \"Sessions\"\nmsgstr \"Sesiones\"\n\nmsgid \"Settings\"\nmsgstr \"Configuraciones\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Configuración guardada\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Punto de montaje compartido\"\n\nmsgid \"Show\"\nmsgstr \"Mostrar\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Muestra %s registros por página\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Mostrar el Certificado SSL\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"Mostrar direcciones de E-mail por defecto\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Mostrar estadísticas detalladas para este revendedor\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Mostrar estadísticas detalladas para este usuario\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"Mostrar alias de dominio.\"\n\nmsgid \"Show in\"\nmsgstr \"Ver contenido\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Mostrar las etiquetas de los enlaces del menú principal\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Mostrando %s a %s de %s registros\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Mostrando 0 a 0 de 0 registros\"\n\nmsgid \"Size\"\nmsgstr \"Tamaño\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"Software disponible\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Software eliminado.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Subir al repositorio de software\"\n\nmsgid \"Software details\"\nmsgstr \"Detalles del Software\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"El software fue borrado.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"El software se ha importado correctamente.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Software en el repositorio\"\n\nmsgid \"Software installation\"\nmsgstr \"Instalación de software\"\n\nmsgid \"Software installer\"\nmsgstr \"Instalador de software\"\n\nmsgid \"Software installer options\"\nmsgstr \"Opciones del instalador de software\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Opciones del instalador de software han sido actualizadas.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"La instancia del software se ha programado para su instalación\"\n\nmsgid \"Software management\"\nmsgstr \"Administración de software\"\n\nmsgid \"Software name\"\nmsgstr \"Nombre del software\"\n\nmsgid \"Software not found!\"\nmsgstr \"¡Software no encontrado!\"\n\nmsgid \"Software options\"\nmsgstr \"Opciones de software\"\n\nmsgid \"Software permissions\"\nmsgstr \"Permisos del software\"\n\nmsgid \"Software repository\"\nmsgstr \"Repositorio de Software\"\n\nmsgid \"Software status\"\nmsgstr \"Estado del software\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Software programado correctamente para su eliminación.\"\n\nmsgid \"Software total\"\nmsgstr \"Total software\"\n\nmsgid \"Software upload\"\nmsgstr \"Subida de software\"\n\nmsgid \"Software was activated.\"\nmsgstr \"El software ha sido activado.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"El software fue eliminado\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Software-Sinónimo\"\n\nmsgid \"Software-Version\"\nmsgstr \"Software-Versión\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Repositorio de software\"\n\nmsgid \"Start installation\"\nmsgstr \"Empezar instalación\"\n\nmsgid \"State/Province\"\nmsgstr \"Estado/Provincia\"\n\nmsgid \"Statistics\"\nmsgstr \"Estadísticas\"\n\nmsgid \"Status\"\nmsgstr \"Estado\"\n\nmsgid \"Street 1\"\nmsgstr \"Domicilio 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Domicilio 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Contraseñas fuertes\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdominio\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"El subdominio %s ya existe.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Subdominio %s no se puede reenviar a sí mismo.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"El subdominio %s no esta disponible.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Alias del Subdominio\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Errores de los alias del subdominio\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Errores de subdominio\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Nombre del subdominio\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"El nombre del Subdominio no es válido.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Subdominio programado para su eliminación.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Subdominio programado correctamente para ser añadido.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Subdominio programado correctamente para actualización\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdominios\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"Límite de subdominios\"\n\nmsgid \"Subject\"\nmsgstr \"Asunto\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Falta el Asunto.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Enviar cambios\"\n\nmsgid \"Support\"\nmsgstr \"Soporte\"\n\nmsgid \"Support system\"\nmsgstr \"Sistema de soporte\"\n\nmsgid \"Swap\"\nmsgstr \"Intercambio\"\n\nmsgid \"Switch\"\nmsgstr \"Cambiar\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Cambiar al directorio de Backups\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Cambiar a interfaz de usuario\"\n\nmsgid \"Sync quota info\"\nmsgstr \"Sincronizar información de cuota.\"\n\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgid \"System data\"\nmsgstr \"Datos del sistema\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\"Error de Sistema - la página de error personalizada no se ha actualizado.\"\n\nmsgid \"System information\"\nmsgstr \"Información del Sistema\"\n\nmsgid \"System tools\"\nmsgstr \"Herramientas del sistema\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Sistema en mantenimiento\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Destino\"\n\nmsgid \"Target domain\"\nmsgstr \"Dominio de destino\"\n\nmsgid \"Target port\"\nmsgstr \"Puerto de destino\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"El puerto de destino debe ser un numero.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"No se ha encontrado la carpeta temporal.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"El campo %s no puede estar vacío.\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\"El límite %s para este cliente no puede ser superior a %d, su límite \"\n\"calculado.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"El límite %s para este cliente no puede ser menor que %d, el total de %s ya \"\n\"usado por el mismo.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"El límite %s para este cliente no puede establecerse como 'desactivado' \"\n\"porqué ya tiene %d %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"El límite %s para este cliente no puede ser ilimitado porqué tiene este \"\n\"servicio limitado.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\"La versión %s del Plugin %s no es compatible con tu versión de i-MSCP.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\"El archivo de traducción %s ha sido ignorado: la tabla de traducción está \"\n\"vacía.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"El usuario SQL '%s' no está disponible o no está permitido.\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"El directorio %s no existe. Por favor, cree ese directorio utilizando su \"\n\"gestor de archivos.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"Actualmente el dominio está desactivado. La modificación de algunas de sus \"\n\"propiedades será el  resultado de una reactivación total o parcial del \"\n\"mismo. \"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"El dominio o por lo menos una de sus entidades tiene un estatus diferente a \"\n\"'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"El dominio que estas intentando editar no existe.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"Dirección de E-Mail no puede estar vacía.\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"El menú que estas intentando editar no existe.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\"La nueva raíz del documento debe preexiste dentro del directorio / htdocs.\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"El paquete está corrupto. Por favor corrigelo.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"El paquete se instalará automaticamente en tu sistema después de su \"\n\"carga.<br>¡Refresca tu sitio para ver el nuevo estado!\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"La contraseña no puede estar vacía.\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"El campo Contraseña está vacío\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"La clave privada no pertenece al certificado SSL proporcionado.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\"El tamaño del archivo remoto (%s) es inferior a 1 Byte. Por favor compruebe \"\n\"la URL.\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"El revendedor que deseas eliminar tiene una o más cuentas de clientes. Por \"\n\"favor eliminalos primero.\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"El fichero cargado solo se ha cargado parcialmente.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"El nombre de usuario no puede estar vacío.\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"El campo Nombre de Usuario está vacío\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"El valor se ha encontrado en la pila\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"El valor no se ha encontrado en la pila\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Los valores no deben ser iguales\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"Hay un error en tu paquete. ¡Por favor revisalo!<br>¡Refresca tu sitio para \"\n\"ver el nuevo estado!\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"No hay ninguna tarea pendiente. Operación cancelada.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"Este paquete (%s, V%s) fue eliminado por tu revendedor. ¡Solo puedes \"\n\"desinstalar este paquete!<br>Por favor elimina manualmente los archivos y la\"\n\" Base de Datos de este paquete!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Esta Base de Datos será eliminada permanentemente. El proceso es \"\n\"irreversible. Todos los usuarios vinculados a esta Base de Datos tambien \"\n\"seran eliminados excepto si estan vinculados a otra Base de Datos. ¿Desea \"\n\"realmente eliminar la Base de Datos '%s' ? \"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Este grupo htaccess ya existe.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Este usuario htaccess ya existe.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"Esta interfaz permite añadir o eliminar direcciones IP\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Este es el host desde donde este usuario SQL tiene permitido conectarse al \"\n\"servidor SQL. Ingrese el caracter %s del comodín para permitirle a este \"\n\"usuario SQL conectarse desde cualquier host.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\"Este paquete ya existe en el repositorio de software del administrador.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"¡Este paquete ya existe en el almacén del revendedor \\\"%1$s\\\"!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"¡Este paquete ya existe en el almacén de software!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Este paquete ya existe en tu repositorio de software.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Este paquete está instalado en el/los siguiente(s) dominio(s):\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Este paquete no está instalado\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Este paquete aun no está instalado\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Este software está instalado en el/los siguiente(s) dominio(s):\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\"Este usuario tiene un registro de dominio. Primero elimine el dominio del \"\n\"sistema.\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Información del Ticket\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Tiquet cerrado correctamente.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"El ticket ha sido eliminado correctamente.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Tiquet reabierto correctamente.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"El tiquet con id '%d' no se ha encontrado.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"Para desproteger este plug-in debes editar el archivo %s\"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"Dominios Totales\"\n\nmsgid \"Total Software\"\nmsgstr \"Software total\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Total de repositorios de software Web\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"Total de cuentas: %s / %s\"\n\nmsgid \"Total installations\"\nmsgstr \"Instalaciones totales\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Paquetes totales en el repositorio de software Web\"\n\nmsgid \"Total reseller\"\nmsgstr \"Total del Revendedor\"\n\nmsgid \"Total software\"\nmsgstr \"Software total\"\n\nmsgid \"Traffic\"\nmsgstr \"Tráfico\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Estadísticas de tráfico\"\n\nmsgid \"Translated strings\"\nmsgstr \"Cadenas traducidas\"\n\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgid \"UP\"\nmsgstr \"ARRIBA\"\n\nmsgid \"URL forwarding\"\nmsgstr \"redirigir una URL\"\n\nmsgid \"URL port\"\nmsgstr \"Puerto de la URL\"\n\nmsgid \"URL protocol\"\nmsgstr \"Protocolo de URL\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL a este panel de administración\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"No se puede cerrar el tiquet con Id '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Imposible crear el directorio '%s' para el fichero de idioma.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\"Imposible crear el directorio 'LC_MESSAGES' para el fichero de idioma.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"No se pudo eliminar el archivo info de i-MSCP.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\"No se puede obtener la lista de direcciones IP. Por favor, corrige este \"\n\"problema.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"No se ha podido obtener información para actualizar desde Github\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"No se pudo cargar el archivo info de i-MSCP\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"No se puede mover el fichero.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"No se puede leer el archivo índice de repositorio de software Web\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"No se pudo leer el archivo %s.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"No se pudo leer el archivo del Plugin %s. Por favor revise los permisos del \"\n\"archivo.\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"No se puede leer el archivo XML para el software web.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"No se puede reabrir el tiquet con Id '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"No se puede programar la eliminación de la cuenta del cliente. Un mensaje ha\"\n\" sido enviado al administrador.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"No se puede programar la eliminación de la cuenta del cliente. Por favor, \"\n\"consulte los logs de administración o su correo para obtener más \"\n\"información.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"No se pudo establecer la opción sslallowselfsigned\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"No se pudo establecer la opción sslverifypeer\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"No se puede subir el archivo. ¿ha alcanzado el tamaño máximo de subida de un\"\n\" archivo (%1$d MB)?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\"Puerto no permitido en la URL de reenvio. Solamente los puertos menores a \"\n\"1024 estan permitidos.\"\n\nmsgid \"Unauthorized\"\nmsgstr \"No autorizado\"\n\nmsgid \"Unavailable\"\nmsgstr \"No Disponible\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Error inesperado\"\n\nmsgid \"Uninstall\"\nmsgstr \"Desinstalar\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Desinstalar este plugin\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Desinstalación en progreso...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Desinstalado\"\n\nmsgid \"Unknown\"\nmsgstr \"Desconocido\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Error desconocido\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"Base de datos '%s' desconocida. La base de datos debe existir.\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"La acción solicitada es desconocida.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Acción desconocida: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Tipo de detección por fuerza bruta desconocido: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Nombre de idioma desconocido.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Color de diseño desconocido.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Razón desconocida\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"'%s' Nombre de servicio desconocido.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Estado desconocido\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Tipo desconocido.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Nombre de usuario desconocido.\"\n\nmsgid \"Update\"\nmsgstr \"Actualizar\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Actualizar Plugins\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Actualizar contraseña de usuario SQL\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Actualizar desde el repositorio de software Web\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Actualización desde el repositorio web\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Actualización en curso...\"\n\nmsgid \"Update info\"\nmsgstr \"Actualizar Información\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"La actualización del repositorio de software web ha sido cancelada. Campos \"\n\"vacíos o faltantes.\"\n\nmsgid \"Update password\"\nmsgstr \"Actualizar contraseña\"\n\nmsgid \"Updates\"\nmsgstr \"Actualizaciones\"\n\nmsgid \"Upload\"\nmsgstr \"Subir\"\n\nmsgid \"Upload logo\"\nmsgstr \"Subir logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Subir ahora\"\n\nmsgid \"Uptime\"\nmsgstr \"Tiempo de Funcionamiento\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\"El uso de puntos en las etiquetas de nombres de dominio esta prohibido.\"\n\nmsgid \"Usage status\"\nmsgstr \"Estado de utilización\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Usar conexión normal (No SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Usar conexión segura (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Usado\"\n\nmsgid \"Used database\"\nmsgstr \"Base de Datos utilizada\"\n\nmsgid \"User\"\nmsgstr \"Usuario\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Nombre y apellido\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Los datos de usuario no han sido actualizados.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Los datos de usuario han sido actualizados correctamente.\"\n\nmsgid \"User errors\"\nmsgstr \"Errores del usuario\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"El usuario no se ha eliminado.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Nombre de usuario del sistema\"\n\nmsgid \"User password\"\nmsgstr \"Contraseña de usuario\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Nombre y apellidos del usuario real\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Usuario programado para ser eliminado.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"La sesión del usuario fue destruida exitosamente.\"\n\nmsgid \"User statistics\"\nmsgstr \"Estadísticas del Usuario\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Usuario desconectado exitosamente.\"\n\nmsgid \"User type\"\nmsgstr \"Tipo de usuario\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Tipo de usuario (administrador, revendedor, usuario)\"\n\nmsgid \"Username\"\nmsgstr \"Nombre de usuario\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Nombre de usuario y contraseña para iniciar sesión en la aplicación\"\n\nmsgid \"Users\"\nmsgstr \"Usuarios\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"El valor de la directiva PHP %%s debe estar en el rango de %%d a %%d.\"\n\nmsgid \"Values\"\nmsgstr \"Valores\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Página del vendedor\"\n\nmsgid \"Version\"\nmsgstr \"Versión\"\n\nmsgid \"Very high\"\nmsgstr \"Muy alto\"\n\nmsgid \"View\"\nmsgstr \"Ver\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Ver certificado SSL\"\n\nmsgid \"View ticket\"\nmsgstr \"Ver ticket\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Visitar el sito de plug-ins\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Advertencia del tráfico\"\n\nmsgid \"Warning!\"\nmsgstr \"¡Atención!\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Advertencias y Errores\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Estadísticas web\"\n\nmsgid \"Web files only\"\nmsgstr \"Unicamente archivos Web\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Protección de carpeta Web\"\n\nmsgid \"Web in\"\nmsgstr \"Web entrante\"\n\nmsgid \"Web out\"\nmsgstr \"Web saliente\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Total de paquetes en el repositorio de software web\"\n\nmsgid \"Web software repository\"\nmsgstr \"Repositorio de software web\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"El índice del repositorio de software web se actualizó exitosamente.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"El índice del repositorio de software web ya está actualizado.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Estadísticas web\"\n\nmsgid \"Web traffic\"\nmsgstr \"Tráfico Web\"\n\nmsgid \"Webmail\"\nmsgstr \"Correo Web\"\n\nmsgid \"Webtools\"\nmsgstr \"Herramientas Web\"\n\nmsgid \"Welcome email\"\nmsgstr \"Correo de bienvenida\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"La plantilla del email de bienvenida ha sido actualizada.\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Bienvenido {USERNAME} a i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\"Cuando se establece en 'yes', tus scripts PHP pueden llamar a la función PHP\"\n\" exec().\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\"Cuando se estable en 'Auto', la dirección IP es configurada automaticamente.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\"Cuando se establece en 'Manual', la configuración se le deja al \"\n\"Administrador\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Dirección IP incorrecta o no disponible\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Mascara de red IP incorrecta o no disponible\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Id. del revendedor incorrecto.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Código de seguridad incorrecto\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Id de software incorrecto.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Sintaxis errónea para la nueva fecha de expiración.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"SIntaxis errónea para el límite %s.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Sintaxis errónea para el valor de la cuota del correo.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"El nivel de usuario proporcionado es incorrecto\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Nombre de usuario erróneo.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"URL del archivo XML para el repositorio de software Web\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Año\"\n\nmsgid \"Yes\"\nmsgstr \"Si\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Estas excediendo el límite de tráfico mensual del servidor.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"Usted está excediendo su límite de alias de dominio.\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"Estas excediendo tu límite de cuentas FTP.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"Estas excediendo tu límite de Bases de Datos SQL.\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"Estas excediendo tu límite de usuarios SQL.\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Estás excediendo el límite de espacio en disco.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"Estas excediendo tu límite de cuentas de correo.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Estás excediendo tu límite de tráfico mensual.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"Estas excediendo tu límite de subdominios.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"No está permitido actuar en tu sesión.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Solo puedes cargar imágenes.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"Se puede establecer una raíz de documentos alternativo. Esto es más \"\n\"necesario cuando se utiliza un framework PHP como Symfony. Tenga en cuenta \"\n\"que la nueva raíz de documentos pueden vivir dentro de la raíz de documentos\"\n\" por defecto `/htdocs'. Tenga en cuenta que el directorio de la nueva raíz \"\n\"del documento debe pre-existir.\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\"No puedes crear nuevos buzones de correo para este dominio. Solo está \"\n\"permitido crear redirecciones de cuenta.\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"No puedes eliminar a un Revendedor que tenga cuentas de clientes.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"No puedes eliminar el administrador predeterminado.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"No puedes eliminar la última dirección IP activa.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"No puedes reenviar %s sobre si misma.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"No puedes eliminar una IP que este asignada a un revendedor.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"No puedes asignar una fecha de expiración pasada.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"No puedes desasignar una dirección IP que está en uso.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"No puedes actualizar un Plugin protegido.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"Usted no tiene registros de recursos DNS.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Usted no tiene cuentas FTP.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Aun no tienes ningun software cargado.\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"No tienes Bases de Datos.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"No tienes álias de dominio.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"No tienes permisos para cargar software.\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"No tienes áreas protegidas.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"No tienes subdominios.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"Tienes un limite de espacio en disco. No puedes añadir un usuario con \"\n\"espacio en disco ilimitado.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"Tienes un limite de trafico mensual. No puedes añadir un usuario con trafico\"\n\" mensual ilimitado.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"Tienes el nuevas respuesta a sus boletos de soporte.\"\nmsgstr[1] \"Tienes %d nuevas respuestas a sus boletos de soporte.\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"Tienes el nuevos pedido de alias de dominio.\"\nmsgstr[1] \"Tienes %d nuevos pedidos de alias de dominio\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"Tienes el nuevos boleto de soporte.\"\nmsgstr[1] \"Tienes %d nuevos boletos de soporte.\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"Has sido bloqueado por %s minutos.\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Te has desconectado correctamente.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"Has deshabilitado las Base de Datos SQL para este usuario. No puedes tener \"\n\"usuarios SQL aquí.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"No tienes tickets cerrados.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"No tienes grupos.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"No tienes tickets abiertos.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Has alcanzado el número máximo de alias de dominio permitidos por tu \"\n\"suscripción.\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Has alcanzado el número máximo de subdominios permitidos para tu \"\n\"suscripción.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Debes escoger entre file-upload y wget-function.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"Debes asignar al menos una IP para este revendedor.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Debes elegir entre carga local o remota.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Debes confirmar tu contraseña.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Debes ingresar un nombre de alias de dominio.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Debes introducir un nombre de subdominio.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"Primero debes crear un usuario.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\"Primero debes generar una contraseña haciendo clic en el botón generar.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Debes elegir un archivo para cargar.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Debes escoger un archivo para subir/descargar.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Debes seleccionar al menos un Plugin.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Debes especificar un mensaje.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Debes especificar un asunto.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"Debes esperar al menos %s minutos antes del siguiente intento.\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"Debes habilitar esta directiva solamente si todos los subdominios de este \"\n\"dominio se han suministrado a través de SSL. Ten en cuenta que aunque \"\n\"agregues esta directiva, esto no va a activar la característica HSTS \"\n\"automaticamente para los subdominios de este dominio.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"Tu cuenta está deshabilitada. Por favor, contacta con el vendedor.\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Tu cuenta ha expirado. Por favor, renueva tu suscripción.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"Tu cuenta ha caducado. Por favor, contacta con el vendedor.\"\n\nmsgid \"Your consumption\"\nmsgstr \"Tu consumo\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Tu versión de i-MSCP no es compatible con este Plugin. Inténtalo con una \"\n\"versión mas reciente.\"\n\nmsgid \"Your message\"\nmsgstr \"Su mensaje\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Tu mensaje ha sido enviado correctamente.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Tu nuevo inicio de sesión i-MSCP\"\n\nmsgid \"Your new password\"\nmsgstr \"Su nueva contraseña\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"El paquete está corrupto. ¡Por favor corrigelo!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\"El tamaño de tu archivo remoto (%s) es inferior a 1 byte. Por favor \"\n\"comprueba tu URL.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\"Tu petición de renovación de contraseña no puede ser tramitada. Por favor, \"\n\"inténtalo de nuevo en unos minutos.\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"Tu solicitud de renovación de contraseña es inválida o ha expirado.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"Tu paquete de software ha sido activado\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"Tu paquete de software ha sido eliminado\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Código postal\"\n\nmsgid \"Zone\"\nmsgstr \"Zona\"\n\nmsgid \"[New]\"\nmsgstr \"[Nuevo]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Español (España) - Spanish (Spain)\"\n\nmsgid \"activated\"\nmsgstr \"Activado\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"activado (Repositorio de software)\"\n\nmsgid \"addition\"\nmsgstr \"adición\"\n\nmsgid \"administrator\"\nmsgstr \"administrador\"\n\nmsgid \"and\"\nmsgstr \"y\"\n\nmsgid \"anything\"\nmsgstr \"cualquier cosa\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"ciudad\"\n\nmsgid \"company\"\nmsgstr \"empresa\"\n\nmsgid \"country\"\nmsgstr \"país\"\n\nmsgid \"created by\"\nmsgstr \"creado por\"\n\nmsgid \"deleting\"\nmsgstr \"eliminando\"\n\nmsgid \"disabled\"\nmsgstr \"desactivado\"\n\nmsgid \"disk space\"\nmsgstr \"espacio en disco\"\n\nmsgid \"domain\"\nmsgstr \"dominio\"\n\nmsgid \"domain alias\"\nmsgstr \"Alias del dominio\"\n\nmsgid \"domain aliases\"\nmsgstr \"Los álias de los dominios\"\n\nmsgid \"domain data\"\nmsgstr \"datos del dominio\"\n\nmsgid \"domain name\"\nmsgstr \"dominio\"\n\nmsgid \"domains\"\nmsgstr \"Dominios\"\n\nmsgid \"error\"\nmsgstr \"error\"\n\nmsgid \"everything\"\nmsgstr \"todo\"\n\nmsgid \"first name\"\nmsgstr \"primer nombre\"\n\nmsgid \"from other browser\"\nmsgstr \"desde otro navegador\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Administrador de aplicaciones (Permisos)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Inicio de sesión\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Contraseña perdida\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Mantenimiento\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Instalador de Software / Administración\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Administración de Software\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Administrador de Software (Permisos)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Administración de Software\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Instalador de Software / Administración\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"Instalador de Software i-MSCP / Repositorio de Software Web\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"Repositorio Web de Software i-MSCP\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"Tienda de plugins de i-MSCP\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Actualizaciones de i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\"La comprobación de actualizaciones de la versión de i-MSCP esta \"\n\"deshabilitada\"\n\nmsgid \"installed\"\nmsgstr \"instalado\"\n\nmsgid \"installing\"\nmsgstr \"instalando\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"segundo nombre\"\n\nmsgid \"mail\"\nmsgstr \"correo\"\n\nmsgid \"mail account\"\nmsgstr \"cuentas de correo\"\n\nmsgid \"mail accounts\"\nmsgstr \"cuentas de email\"\n\nmsgid \"missing alias\"\nmsgstr \"falta el álias\"\n\nmsgid \"missing domain\"\nmsgstr \"falta el dominio\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/D\"\n\nmsgid \"no\"\nmsgstr \"no\"\n\nmsgid \"not available\"\nmsgstr \"no disponible\"\n\nmsgid \"not required\"\nmsgstr \"no obligatorio\"\n\nmsgid \"ok\"\nmsgstr \"ok\"\n\nmsgid \"older than 1 month\"\nmsgstr \"anterior a 1 mes\"\n\nmsgid \"older than 12 months\"\nmsgstr \"anterior a 12 meses\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"anterior a 2 semanas\"\n\nmsgid \"older than 3 months\"\nmsgstr \"anterior a 3 meses\"\n\nmsgid \"older than 6 months\"\nmsgstr \"anterior a 6 meses\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"o un archivo remoto (Max: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"entrada huerfana\"\n\nmsgid \"required\"\nmsgstr \"obligatorio\"\n\nmsgid \"reseller name\"\nmsgstr \"nombre revendedor\"\n\nmsgid \"state/province\"\nmsgstr \"estado/provincia\"\n\nmsgid \"subdomain\"\nmsgstr \"subdominio\"\n\nmsgid \"subdomains\"\nmsgstr \"subdominios\"\n\nmsgid \"suspended\"\nmsgstr \"suspendida\"\n\nmsgid \"that match with\"\nmsgstr \"que coincide con\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"tráfico\"\n\nmsgid \"update\"\nmsgstr \"actualizar\"\n\nmsgid \"waiting for activation\"\nmsgstr \"esperando activación\"\n\nmsgid \"which status is\"\nmsgstr \"con su estado como\"\n\nmsgid \"yes\"\nmsgstr \"si\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"Estadísticas del Usuario {USERNAME}\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 i-MSCP Team<br>Todos los Derechos Reservados\"\n"
  },
  {
    "path": "i18n/po/eu_ES.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Laurent Declercq <l.declercq@nuxwin.com>, 2017\\n\"\n\"Language-Team: Basque (Spain) (https://www.transifex.com/i-mscp/teams/576/eu_ES/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: eu_ES\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Bertsioa: %2$s, Hizkuntza: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s orain %2$s gisa zaude izen emanda\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d kate itzulita\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s erregistroa\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"(normalean izenez deitua\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"Kontu izena\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"Akzioa\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"Akzioak\"\n\nmsgid \"Activate\"\nmsgstr \"Aktibatu\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Gehitu\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Gehitu SQL datubasea\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Gehitu SQL erabiltzailea\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"Administratzailea gehitu\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Gehitu domeinu ezizena\"\n\nmsgid \"Add group\"\nmsgstr \"Gehitu taldea\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Gehitu hostatze plana\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Gehitu babestutako gune berria\"\n\nmsgid \"Add permissions\"\nmsgstr \"Gehitu baimenak\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Gehitu baimenak bersaltzailearen softwareari:\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"Gehitu bersaltzailea\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Gehitu azpidomeinua\"\n\nmsgid \"Add user\"\nmsgstr \"Gehitu erabiltzailea\"\n\nmsgid \"Added by\"\nmsgstr \"Nork gehitua\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"Administraria\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"Administrariaren log-a\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"Adminsitrari erabiltzaileak\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Amdin/IP erabilera estadistikak\"\n\nmsgid \"Administrator\"\nmsgstr \"Administraria\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"Administrari maila\"\n\nmsgid \"Administrator login\"\nmsgstr \"Hasi saioa administrari gisa\"\n\nmsgid \"Administrators\"\nmsgstr \"Administrariak\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Guztira\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Eremu guztiak beharrezkoak dira.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Sarrera guztiak\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"Irteera guztiak\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"Trafiko guztia\"\n\nmsgid \"All users\"\nmsgstr \"Erabiltzaile guztiak\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"Ados\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Zure web gunera iristeko URL ezberdina\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"Ados\"\n\nmsgid \"Apply changes\"\nmsgstr \"Aldaketak ezarri\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Zihur zaude pakete hau instalatu nahi duzula web biltegitik?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Zihu zaude pakete hau gaitu nahi duzula?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Ziur zaude %s ezabatu nahi duzula\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Zihur zaude pakete hau ezabatu nahi duzula?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Ziur zaude segurtasun kopia berreskuratu nahi duzuna?\"\n\nmsgid \"Assign\"\nmsgstr \"Ezarri\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Atzera\"\n\nmsgid \"Backup\"\nmsgstr \"Segurtasun kopia\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce detekzioa\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Ezeztatu\"\n\nmsgid \"Canonical name\"\nmsgstr \"Izen kanonikoa\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"Aldatu\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Eguneratua berriak aurkitu\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Aukeratu\"\n\nmsgid \"Choose dir\"\nmsgstr \"Aukeratu direktorioa\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Aukeratu hostatze plana\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"Zirkularra\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Hiria\"\n\nmsgid \"Class\"\nmsgstr \"Mailak\"\n\nmsgid \"Clear log\"\nmsgstr \"Log-a garbitu\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Sakatu Berreskuratu botoia eta sistema azken eguneko segurtasun kopiara \"\n\"berreskuratuko du\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"Ados\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Itxitako txartelak\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Lantokia\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Herria\"\n\nmsgid \"Create\"\nmsgstr \"Ados\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Nork sortua\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Sortze data\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Akats orri pertsonalizatuak\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Menu pertsonalizatuak\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"ERORIA\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Eguneroko segurtasun kopia\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"Datu basea\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Datubaseen Izen eta Erabiltzaileak\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Datubasearen izena\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"Datu base aurrizkia\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"Datu basea beharrezkoa\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Datubase erabiltzaileak\"\n\nmsgid \"Databases\"\nmsgstr \"Datu basea\"\n\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgid \"Day\"\nmsgstr \"Eguna\"\n\nmsgid \"Days\"\nmsgstr \"Egunak\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"Lehenetsikato hizkuntza\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Ezabatu\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Ezabatua log-etik:\"\n\nmsgid \"Delete order\"\nmsgstr \"Ezabatu eskaera\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Ezabatu birsaltzailearen softwarea\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Deskribapena\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Xehetasunak\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Ez gaitua\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Diskoa\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"Disko erabilera\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domeinua\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domeinuaren IP-a\"\n\nmsgid \"Domain Name\"\nmsgstr \"Domeinu Izena\"\n\nmsgid \"Domain account\"\nmsgstr \"Domeinu kontua\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"Domainu ezizenak\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domeinu ezizenen akatsak\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Domeinu ezizena arrakastaz progamatu da ezabatzeko.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domeinu ezizenak\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Domeinuaren xehetasunak\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domeinu akatsak\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Domeinuaren iraungitze data bete behar da.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Domeinuaren izena\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domeinuaren estatistikak\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"Domeinuak\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domeinuak orriko\"\n\nmsgid \"Done\"\nmsgstr \"Egina\"\n\nmsgid \"Download\"\nmsgstr \"Jaitsi\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Aldatu\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"Aldatu Domeinua\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Aldatu domeinu ezizenak\"\n\nmsgid \"Edit error page\"\nmsgstr \"Aldatu akats orria\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Aldatu hostatze plana\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Aldatu bersaltzailea\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Aldatu azpidomeinua\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"Posta elektronikoa\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"Posta elektronikoaren ezarpena\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"Gaitua\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Akats orriak\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Errorea: Hurruneko Artxiboa ez da aurkitu!\"\n\nmsgid \"Errors\"\nmsgstr \"Akatsak\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP kontua\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP kontuak\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP trafikoa\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Faxa\"\n\nmsgid \"Feature\"\nmsgstr \"Aukerak\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"Emakumezkoa\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Fitxategia ez da existitzen, %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Artxiboa ez da irakurgai.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"Fitxategi arakatzailea\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Sistema fitxategiaren sistema informazioa\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Izena\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Aurrera jarraitu\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"Nora aurrera jarraitu\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Aurrera jarraitu URL-a\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Askea\"\n\nmsgid \"From\"\nmsgstr \"Norengandik\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Bersaltzailetik\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Sexua\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"Infomazio orokorra\"\n\nmsgid \"General settings\"\nmsgstr \"Ezarpen orokorrak\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"Taldea\"\n\nmsgid \"Group members\"\nmsgstr \"Taldekideak\"\n\nmsgid \"Group name\"\nmsgstr \"Taldearen izena\"\n\nmsgid \"Groups\"\nmsgstr \"Taldeak\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Altua\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"Hasiera orria\"\n\nmsgid \"Host\"\nmsgstr \"Host-a\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Hostatze plana\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Hostatze planak\"\n\nmsgid \"Hour\"\nmsgstr \"Ordua\"\n\nmsgid \"Hours\"\nmsgstr \"Orduak\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IP helbideak\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"IP erabillera\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 helbideak\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"instalatu\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"Non instalatua\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Gaurko segurtasun kopia eskuratzeko azalpenak\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internazionalizazioa\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Talde izen okerra!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Kernel Bertsioa\"\n\nmsgid \"Kill session\"\nmsgstr \"Amaitu saioa\"\n\nmsgid \"Label\"\nmsgstr \"Etiketa\"\n\nmsgid \"Language\"\nmsgstr \"Hizkuntza\"\n\nmsgid \"Language file\"\nmsgstr \"Hizkuntza fitxategia\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Hizkuntzen indizea egokiro berregina.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"Azken sarrera\"\n\nmsgid \"Last name\"\nmsgstr \"Abizena\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"Azken itzultzailea\"\n\nmsgid \"Layout\"\nmsgstr \"Txantiloia\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"Maila\"\n\nmsgid \"Limit\"\nmsgstr \"Muga\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Esteka egilearen hasiera orrira\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Zama (Min 1, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Saioa hasi\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Saioa hasi zure FTP kontuarekin\"\n\nmsgid \"Logo file\"\nmsgstr \"Logo fitxategia\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"Irten\"\n\nmsgid \"Lost password\"\nmsgstr \"Ez dut pasahitza gogoratzen\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Ahaztutako pasahitzaren esteka\"\n\nmsgid \"Low\"\nmsgstr \"Baxua\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"Posta elektronikoa\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Posta elektroniko kontuen akatsak\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Posta elektroniko kontuak\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Mantenu modua\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Gizonezkoa\"\n\nmsgid \"Manage SQL\"\nmsgstr \"SQL kudeatu\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Kudeatu erabiltzaile eta taldeak\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Gehienezko izen emate saiakerak\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"Ertaina\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Mezua\"\n\nmsgid \"Message template\"\nmsgstr \"Mezuren txantiloia\"\n\nmsgid \"Message template info\"\nmsgstr \"Mezu txantiloiaren informazioa\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Mezua bidali birsaltzaileari softwarea ezabatu aurretik\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Minutu\"\n\nmsgid \"Minutes\"\nmsgstr \"Minutuak\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Hilabetea\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"Montatzea\"\n\nmsgid \"Mount point\"\nmsgstr \"Muntatze puntua\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"D/E\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Izena\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Txartel berria\"\n\nmsgid \"Next\"\nmsgstr \"Hurrengoa\"\n\nmsgid \"Next step\"\nmsgstr \"Hurrengo pausua\"\n\nmsgid \"No\"\nmsgstr \"Ez\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Mezuak, Abisuak eta Akatsak\"\n\nmsgid \"Ok\"\nmsgstr \"Ados\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Soilik zenbaki positiboak onartzen dira.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"Irekitako txartelak\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"Eskaera\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Beste sarrerak\"\n\nmsgid \"Other out\"\nmsgstr \"Beste irteerak\"\n\nmsgid \"Other settings\"\nmsgstr \"Beste aukerak\"\n\nmsgid \"Overview\"\nmsgstr \"Orokorra\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHPko GD gehigarria ez da kargatu.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP sarrera\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP irteera\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP trafikoa\"\n\nmsgid \"Package actions\"\nmsgstr \"Paketearen ekintzak\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"Paketearen instalazio mota\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"Paketearen hizkuntza\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"Paketearen izenburua\"\n\nmsgid \"Package type\"\nmsgstr \"Pakete mota\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Pakete saltzailea HP\"\n\nmsgid \"Package version\"\nmsgstr \"Paketearen bertsioa\"\n\nmsgid \"Panel default language\"\nmsgstr \"Panelaren berezko hizkuntza\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Partizioa\"\n\nmsgid \"Password\"\nmsgstr \"Pasahitza\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Pasahitzaren ezarpenak\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"Helbidea\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Portzentaia\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"Datu pertsonalak\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Pertsonalizatu txantiloia\"\n\nmsgid \"Phone\"\nmsgstr \"Telefonoa\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin-a\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Portua\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Ukatu kanpo sarbidea adminei\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Aurrezaindu kanpo sarrera bezeroei\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Aurrezaindu kanpo sarrera birsaltzaileei\"\n\nmsgid \"Previous\"\nmsgstr \"Aurrekoa\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Lehentasuna\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Babestutako guneak\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokoloa\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Berregin hizkuntzen indizea\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"Erregistro data\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"Ezabatu\"\n\nmsgid \"Remove IP\"\nmsgstr \"Ezabatu IP-a\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Ezabatu baimenak\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Pasahitza errepikatu\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Datu basea beharrezkoa?\"\n\nmsgid \"Reseller\"\nmsgstr \"Bersaltzailea\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Birsaltzailearen Izena\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"Birsaltzailearen datuak\"\n\nmsgid \"Reseller level\"\nmsgstr \"Bersaltzaile maila\"\n\nmsgid \"Reseller list\"\nmsgstr \"Bersaltzaile zerrenda\"\n\nmsgid \"Reseller name\"\nmsgstr \"Bersaltzailearen izena\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Bersaltzailearen software zerrenda\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"Bersaltzaile guztira\"\n\nmsgid \"Reseller users\"\nmsgstr \"Bersaltzailearen erabiltzaileak\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Bersaltzailea baimen guztiekin\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Bersaltzaile/IP erabilera estadistikak\"\n\nmsgid \"Resellers\"\nmsgstr \"Bersaltzaileak\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Berhasi\"\n\nmsgid \"Restore\"\nmsgstr \"Berreskuratu\"\n\nmsgid \"Restore backup\"\nmsgstr \"Berreskuratu segurtasun kopia\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP sarrera\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP irteera\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP trafikoa\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL datubaseak\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL erabiltzaile izena\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL erabiltzaileak\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Gorde\"\n\nmsgid \"Search\"\nmsgstr \"Bilatu\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Segurtasun kodea\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Bidali\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Mezua bidali\"\n\nmsgid \"Send message to\"\nmsgstr \"Nori bidali mezua\"\n\nmsgid \"Send reply\"\nmsgstr \"Bidali erantzuna\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Zerbitzari portuak\"\n\nmsgid \"Server statistics\"\nmsgstr \"Zerbitzariaren estatistikak\"\n\nmsgid \"Server status\"\nmsgstr \"Zerbitzariaren egoera\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Zerbitzu izena\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"Zerbitzari protokoloa\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Ezarpenak\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Ikusi\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Non ikusi\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"Tamaina\"\n\nmsgid \"Software\"\nmsgstr \"Software-a\"\n\nmsgid \"Software available\"\nmsgstr \"Softwarea eskuragarri\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Software biltegi igoera\"\n\nmsgid \"Software details\"\nmsgstr \"Software-aren xehetasunak\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"Software instalazioa\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"Software baimenak\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"Softwarearen egoera\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"Softwarea guztira\"\n\nmsgid \"Software upload\"\nmsgstr \"Softwarea igo\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Softwarea aktibatua izan da.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Softwarea ezabatua izan da.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Software-Sinonimo\"\n\nmsgid \"Software-Version\"\nmsgstr \"Software-Bertsioa\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Software biltegia\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Estatua/Probintzia\"\n\nmsgid \"Statistics\"\nmsgstr \"Estatistikak\"\n\nmsgid \"Status\"\nmsgstr \"Egoera\"\n\nmsgid \"Street 1\"\nmsgstr \"Kalea 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Kalea 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Azpidomeinua\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Azpidomeinuen ezizenak\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Azpidomeinuen akatsak\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Azpidomeinu izena\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Azpidomeinuak\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Gaia\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Bidali aldaketak\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"Euskarri sistema\"\n\nmsgid \"Swap\"\nmsgstr \"Elkartrukaketa\"\n\nmsgid \"Switch\"\nmsgstr \"Aldatu\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Aldatu erabiltzaile interfazera\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"Sistema tresnak\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Helburu portua\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Guztira\"\n\nmsgid \"Total Domains\"\nmsgstr \"Domeinuak Guztira\"\n\nmsgid \"Total Software\"\nmsgstr \"Softwarea guztira\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Instalazioak guztira\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"Softwarea guztira\"\n\nmsgid \"Traffic\"\nmsgstr \"Trafikoa\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"Itzulitako kateak\"\n\nmsgid \"Type\"\nmsgstr \"Mota\"\n\nmsgid \"UP\"\nmsgstr \"MARTXAN\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL protokoloa\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"Administrazio panel honetara URL-a\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Ezezaguna\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Akats ezezaguna\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Eguneratu\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Web biltegitik eguneratu\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Igo\"\n\nmsgid \"Upload logo\"\nmsgstr \"Logoa igo\"\n\nmsgid \"Upload now\"\nmsgstr \"Igo orain\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Erabilia\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Erabiltzailea\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Erabiltzaile izena (izen eta abizena)\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Erabiltzailearen datuak ez dira eguneratu.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Erabiltzaileren sarrera (sistema) izena\"\n\nmsgid \"User password\"\nmsgstr \"Erabiltzaileren pasahitza\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Erabiltzailearen benetako izena (izen eta abizenak)\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Erabiltzailea ezabatzeko programatua.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Erabiltzaile mota\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Erabiltzaile mota (administratzailea, bersaltzailea, erabiltzailea)\"\n\nmsgid \"Username\"\nmsgstr \"Erabiltzaile izena\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Erabiltzaileak\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"Bertsioa\"\n\nmsgid \"Very high\"\nmsgstr \"Oso altua\"\n\nmsgid \"View\"\nmsgstr \"Ikusi\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Abisuak eta Akatsak\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Web sarrera\"\n\nmsgid \"Web out\"\nmsgstr \"Web irteera\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Web software biltegiko pakete kopurua\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web estatistikak\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web trafikoa\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Web tresnak\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Bersaltzaile ID okerra.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Segurtasun kode okerra\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Software id okerra.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"Urtea\"\n\nmsgid \"Yes\"\nmsgstr \"Bai\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Ez daukazu domeinu ezizenik.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Fitxategi-igoera eta wget-funtzioen artean aukeratu behar duzu.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Artxibo bat aukeratu behar duzu igotzeko/jesteko.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"Zure mezua\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Posta kodea\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Euskara - Basque\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"Domeinua\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Domeinuak\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"dena\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"beste nabigatzailetik\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Aplikazio Kudeaketa (Baimenak)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Sarrera\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"ispCp eguneraketak\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"Internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"izen-goiti galdua\"\n\nmsgid \"missing domain\"\nmsgstr \"domeinu galdua\"\n\nmsgid \"n\\\\a\"\nmsgstr \"D/E\"\n\nmsgid \"no\"\nmsgstr \"ez\"\n\nmsgid \"not available\"\nmsgstr \"ez dago eskuragarri\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"hilabete baino zaharragoak\"\n\nmsgid \"older than 12 months\"\nmsgstr \"hamabi hilabete baino zaharragoak\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"bi aste baino zaharragoak\"\n\nmsgid \"older than 3 months\"\nmsgstr \"hiru hilabete baino zaharragoak\"\n\nmsgid \"older than 6 months\"\nmsgstr \"sei hilabete baino zaharragoak\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"sarrera umezurtza\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Azpidomeinua\"\n\nmsgid \"subdomains\"\nmsgstr \"Azpidomeinuak\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Trafikoa\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"bai\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/fa_IR.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Mohsen Ghiasi ravari <mohsengham@gmail.com>, 2017\\n\"\n\"Language-Team: Persian (Iran) (https://www.transifex.com/i-mscp/teams/576/fa_IR/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: fa_IR\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"مدیر/پستیبانی/تیکتهای باز\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"آدرس آی پی اشتباه.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (نسخه: %2$s, زبان: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \" %1$s شما به عنوان %2$s وارد شده اید\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s حساب با موفقیت حذف شد.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s وجود ندارد یا خالی است.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s فایل زبان معتبر i-MSCP نیست.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s صفحه\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"رکورد %s\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: این نماینده دارای مشتری (مشتریهایی) با موارد نامحدود است.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"(معمولا به نام\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"نام حساب\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"کنش\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"کنش ها\"\n\nmsgid \"Activate\"\nmsgstr \"فعال سازی\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"افزودن\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"افزودن بانک داده اس کیو ال\"\n\nmsgid \"Add SQL user\"\nmsgstr \"افزودن کاربر اس کیو ال\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"افزودن گواهینامه SSL\"\n\nmsgid \"Add admin\"\nmsgstr \"افزودن مدیر\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"افزودن منوی سفارشی\"\n\nmsgid \"Add customer\"\nmsgstr \"افزودن مشتری\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \" افزودن دامنه های الحاقی\"\n\nmsgid \"Add group\"\nmsgstr \"افزودن گروه\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"افزودن یک پلن\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"افزودن یک بخش حفاظت شده\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"افزودن ریسلر\"\n\nmsgid \"Add subdomain\"\nmsgstr \"افزودن زیردامنه\"\n\nmsgid \"Add user\"\nmsgstr \"افزودن کاربر\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"مدیر\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"لاگ مدیر\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"تعداد ریسلرها\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"مدیر\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"سطح مدیر\"\n\nmsgid \"Administrator login\"\nmsgstr \"ورود مدیر\"\n\nmsgid \"Administrators\"\nmsgstr \"مدیران\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"همه\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"ورود به همه\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"خروج از همه\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"کل ترافیک\"\n\nmsgid \"All users\"\nmsgstr \"همه ی کاربران\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"اوکی\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"اوکی\"\n\nmsgid \"Apply changes\"\nmsgstr \"اعمال تغییرات\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"مطمئن هستید که می خواهید %s را پاک کنید؟\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"آیا مطمئن هستید که می خواهید بک آپ را بازیابی کنید؟\"\n\nmsgid \"Assign\"\nmsgstr \"انتساب\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"برگشت\"\n\nmsgid \"Backup\"\nmsgstr \"بک آپ\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"کشف بروت فورس\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"انصراف\"\n\nmsgid \"Canonical name\"\nmsgstr \"نام کانونی\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"تغییر\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"وارسی برای بروزرسانی\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"انتخاب\"\n\nmsgid \"Choose dir\"\nmsgstr \"انتخاب دایرکتوری\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"انتخاب پلن میزبانی\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"دوری\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"شهر\"\n\nmsgid \"Class\"\nmsgstr \"کلاس\"\n\nmsgid \"Clear log\"\nmsgstr \"پاک کردن لاگ\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"دکمه ی بازیابی را بزنید تا سیستم آخرین بک آپ روزانه را بازیابی کند\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"اوکی\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"تیکت های بسته\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"شرکت\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"ناحیه\"\n\nmsgid \"Create\"\nmsgstr \"اوکی\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"ایجاد توسط\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"زمان ایجاد\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"صفحه خطای شخصی شده\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"منوهای شخصی شده\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"خاموش\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"بک آپ روزانه\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"نام و کاربر بانک داده\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"نام بانک داده\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"کاربران بانک داده\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"تاریخ\"\n\nmsgid \"Day\"\nmsgstr \"روز\"\n\nmsgid \"Days\"\nmsgstr \"\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"حذف\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"حذف از لاگ:\"\n\nmsgid \"Delete order\"\nmsgstr \"حذف سفارش\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"توصیف\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"جزئیات\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"غیرفعال\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"فضای دیسک\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"فضای دیسک استفاده شده\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"دامنه\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"آی پی دامنه\"\n\nmsgid \"Domain Name\"\nmsgstr \"\"\n\nmsgid \"Domain account\"\nmsgstr \"حساب دامنه\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"دامنه الحاقی\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"خطاهای دامنه های الحاقی\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"دامنه های الحاقی\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"جزئیات دامنه\"\n\nmsgid \"Domain errors\"\nmsgstr \"خطاهای دامنه\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"نام دامنه\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"آمار دامنه\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"تعداد دامنه\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"دامنه بر صفحه\"\n\nmsgid \"Done\"\nmsgstr \"انجام شد\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"ویرایش\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"ویرایش دامنه\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"ویرایش الحاقی دامنه\"\n\nmsgid \"Edit error page\"\nmsgstr \"ویرایش صفحه خطا\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"ویرایش پلن میزبانی\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"ویرایش ریسلر\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"ایمیل\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"تنظیم ایمیل\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"فعال\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"صفحه های خطا\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"خطاها\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"حساب اف تی پی\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"حساب اف تی پی\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"ترافیک اف تی پی\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"فکس\"\n\nmsgid \"Feature\"\nmsgstr \"ویژگی\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"زن\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"اطلاعات فایل سیستم\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"نام\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"فوروارد\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"فوروارد به\"\n\nmsgid \"Forward to URL\"\nmsgstr \"فوروارد به یوآرال\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"آزاد\"\n\nmsgid \"From\"\nmsgstr \"از\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"از ریسلر\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"جنسیت\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"اطلاعات عمومی\"\n\nmsgid \"General settings\"\nmsgstr \"تنظیمات عمومی\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"گروه\"\n\nmsgid \"Group members\"\nmsgstr \"اعضای گروه\"\n\nmsgid \"Group name\"\nmsgstr \"نام گروه\"\n\nmsgid \"Groups\"\nmsgstr \"گروه ها\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"زیاد\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"میزبان\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"پلن میزبانی\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"پلن های هاستینگ\"\n\nmsgid \"Hour\"\nmsgstr \"ساعت\"\n\nmsgid \"Hours\"\nmsgstr \"\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"آدرس آی پی\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"\"\n\nmsgid \"IPv6 address\"\nmsgstr \"آدرس آی پی ۶\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"نصب\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"راهنمایی برای دانلود بک آپ امروز\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"ادرس اشتباه\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"نام گروه نامعتبر است!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"توقف سشن\"\n\nmsgid \"Label\"\nmsgstr \"برچسب\"\n\nmsgid \"Language\"\nmsgstr \"زبان\"\n\nmsgid \"Language file\"\nmsgstr \"فایل زبان\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"آخرین دسترسی\"\n\nmsgid \"Last name\"\nmsgstr \"نام خانوادگی\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"طرحواره\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"سطح\"\n\nmsgid \"Limit\"\nmsgstr \"حد\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"ورود\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"ورود با حساب اف تی پی\"\n\nmsgid \"Logo file\"\nmsgstr \"فایل لوگو\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"خروج\"\n\nmsgid \"Lost password\"\nmsgstr \"رمز عبور گم شده\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"لینک بازیابی پسورد\"\n\nmsgid \"Low\"\nmsgstr \"کم\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"ایمیل\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"خطاهای حساب ایمیل\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"حساب ایمیل\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"مد نگهداری\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"مرد\"\n\nmsgid \"Manage SQL\"\nmsgstr \"مدیریت اس کیو ال\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"مدیریت کاربران و گروه ها\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \" حداکثر تعداد تلاش برای ورود \"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"متوسط\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"پیام\"\n\nmsgid \"Message template\"\nmsgstr \"قالب پیام\"\n\nmsgid \"Message template info\"\nmsgstr \"اطلاعات قالب پیام\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"\"\n\nmsgid \"Minutes\"\nmsgstr \"\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"ماه\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"مونت\"\n\nmsgid \"Mount point\"\nmsgstr \"نقطه ی مونت\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"تعیین نشده\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"نام\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"تیکت جدید\"\n\nmsgid \"Next\"\nmsgstr \"بعدی\"\n\nmsgid \"Next step\"\nmsgstr \"گام بعد\"\n\nmsgid \"No\"\nmsgstr \"نه\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"تذکرات، هشدارها و خطاها\"\n\nmsgid \"Ok\"\nmsgstr \"اوکی\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"تیک های گشوده\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"سفارش\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"ورودهای دیگر\"\n\nmsgid \"Other out\"\nmsgstr \"خروج هی دیگر\"\n\nmsgid \"Other settings\"\nmsgstr \"تنظیمات دیگر\"\n\nmsgid \"Overview\"\nmsgstr \"مرور کلی\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"ورود به پاپ۳/آی مپ\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"خروج از پاپ۳/آی مپ\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"ترافیک پاپ/آی مپ\"\n\nmsgid \"Package actions\"\nmsgstr \"کنش ها\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"زبان پیشفرض پنل\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"پارتیشن\"\n\nmsgid \"Password\"\nmsgstr \"رمز ورود\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"تنظیمات رمز عبور\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"مسیر\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"درصد\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"اطلاعات شخصی\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"شخصی سازی قالب\"\n\nmsgid \"Phone\"\nmsgstr \"تلفن\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"پورت ها\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"ممنوعیت لاگین خارجی برای مدیران\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"ممنوعیت لاگین خارجی برای مشتریان\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"ممنوعیت لاگین خارجی برای ریسلرها\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"اولویت\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"ناحیه ی محافظت شده\"\n\nmsgid \"Protocol\"\nmsgstr \"پروتکل\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"رم\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"اطلاعات رکورد\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"حذف\"\n\nmsgid \"Remove IP\"\nmsgstr \"حذف آدرس آی پی\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"تأیید رمز عبور\"\n\nmsgid \"Reply\"\nmsgstr \"پاسخ\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"باز-فروش\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"ریسلر جدید\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"نام ریسلر\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"تعداد ریسلران\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"ریسلرها\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"ریست\"\n\nmsgid \"Restore\"\nmsgstr \"بازیابی\"\n\nmsgid \"Restore backup\"\nmsgstr \"بازیابی بک آپ\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"ورود به اس تی ام پی\"\n\nmsgid \"SMTP out\"\nmsgstr \"خروج از اس تی ام پی\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"ترافیک اس تی ام پی\"\n\nmsgid \"SQL\"\nmsgstr \"اس کیو ال\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"بانک داده اس کیو ال\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"کاربر اس کیو ال\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"کاربران اس کیو ال\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"ذخیره\"\n\nmsgid \"Search\"\nmsgstr \"جستجو\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"کد امنیتی\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"فرستادن پیام\"\n\nmsgid \"Send message to\"\nmsgstr \"فرستادن ایمیل به\"\n\nmsgid \"Send reply\"\nmsgstr \"فرستادن پاسخ\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"نام نویسنده نوشته نشده است.\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"پورت های سرور\"\n\nmsgid \"Server statistics\"\nmsgstr \"آمارهای سرور\"\n\nmsgid \"Server status\"\nmsgstr \"وضعیت سرور\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"نام سرویس\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"پروتکل سرویس\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"تنظیمات\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"نمایش\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"نمایش در\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"اندازه\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"استان/منطقه\"\n\nmsgid \"Statistics\"\nmsgstr \"آمارها\"\n\nmsgid \"Status\"\nmsgstr \"وضعیت\"\n\nmsgid \"Street 1\"\nmsgstr \"آدرس خط ۱\"\n\nmsgid \"Street 2\"\nmsgstr \"آدرس خط ۲\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"زیردامنه\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"الحاقی های زیردامنه\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"خطاهای زیردامنه\"\n\nmsgid \"Subdomain name\"\nmsgstr \"نام زیردامنه\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \" زیردامنه ها\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"موضوع\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"اعمال تغییرات\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \" سیستم پشتیبانی\"\n\nmsgid \"Swap\"\nmsgstr \"سواپ\"\n\nmsgid \"Switch\"\nmsgstr \"سوئیچ\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"رفتن به رابط کاربر\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"سیستم\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"ابزارهای سیستم\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"تی تی ال\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"پورت هدف\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"کل\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"Trafic\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"نوع\"\n\nmsgid \"UP\"\nmsgstr \"روشن\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"پروتکل یوآرال\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"یوآرال این پنل مدیریت\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"نامعلوم\"\n\nmsgid \"Unknown Error\"\nmsgstr \"خطای نامشخص\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"بروزرسانی\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"آپلود\"\n\nmsgid \"Upload logo\"\nmsgstr \"آپلود لوگو\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"استفاده شده\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"کاربر\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"نام و نام خانوادگی کاربر\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"نام ورود کاربر به سیستم\"\n\nmsgid \"User password\"\nmsgstr \"رمزعبور کاربر\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"نام و نام خانوادگی (واقعی) کاربر\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"نوع کاربر\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"نوع کاربر (مدیر، ریسلر، کاربر)\"\n\nmsgid \"Username\"\nmsgstr \"نام کاربری\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"کاربران\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"خیلی زیاد\"\n\nmsgid \"View\"\nmsgstr \"نمایش\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"هشدارها و خطاها\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"ورود به وب\"\n\nmsgid \"Web out\"\nmsgstr \"خروج از وب\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"آمارهای وب\"\n\nmsgid \"Web traffic\"\nmsgstr \"ترافیک وب\"\n\nmsgid \"Webmail\"\nmsgstr \"وب میل\"\n\nmsgid \"Webtools\"\nmsgstr \"ابزارهای وب\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"سال\"\n\nmsgid \"Yes\"\nmsgstr \"بله\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"پیام شما\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \" کدپستی\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"ایران) فارسی) - Iranian (Farsi)\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"دامنه\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"تعداد دامنه\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"همه چیز\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"بروزرسانی های آی اس پی سی پی\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"تعیین نشده\"\n\nmsgid \"no\"\nmsgstr \"نه\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"قدیمی تر از ۱ ماه\"\n\nmsgid \"older than 12 months\"\nmsgstr \"قدیمی تر از ۱۲ ماه\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"قدیمی تر از ۲ هفته\"\n\nmsgid \"older than 3 months\"\nmsgstr \"قدیمی تر از ۳ ماه\"\n\nmsgid \"older than 6 months\"\nmsgstr \"قدیمی تر از ۶ ماه\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"زیردامنه\"\n\nmsgid \"subdomains\"\nmsgstr \" زیردامنه ها\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Trafic\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"بله\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/fi_FI.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Jari <info@jkwebdesign.fi>, 2017\\n\"\n\"Language-Team: Finnish (Finland) (https://www.transifex.com/i-mscp/teams/576/fi_FI/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: fi_FI\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Ylläpito / Tukijärjestelmä / Avoimet tukipyynnöt\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"Asiakas / Web-työkalut / Muokkaa kustomoituja virhesivuja\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Väärä IP-osoite\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Ohjelmistovarasto)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Versio: %2$s, Kieli: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s olet kirjautunut nyt käyttäjänä %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d riviä käännetty\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s tili on poistettu onnistuneesti.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s ei ole olemassa tai on tyhjä.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s ei ole kelvollinen i-MSCP -kielitiedosto.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s sivu\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s tietue\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"%s: Asiakkaiden käyttö (%s) on suurempi kuin jälleenmyyjän uusi raja.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Jälleenmyyjällä on asiakkaita rajoittamattomilla ominaisuuksilla\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: Et voi poistaa palvelua käytöstä, koska se on jo myönnetty jälleenmyyjän\"\n\" asiakkaille.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Et voi poistaa palvelua käytöstä, koska se on jo myyty jälleenmyyjän \"\n\"asiakkaille.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"(nimetty yleensä \"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"PHP:n laajennus pysäytti tiedoston lähetyksen.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Järjestelmässä on jo samalla nimellä palvelupaketti.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Uusi i-MSCP versio on saatavilla\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Pääsy domainisi tilastoihin hallintapaneelin kautta.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Siirry tiedostonhallintaan\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Siirry Webmailiin\"\n\nmsgid \"Account limits\"\nmsgstr \"Tilin rajoitukset\"\n\nmsgid \"Account name\"\nmsgstr \"Tilin nimi\"\n\nmsgid \"Account summary\"\nmsgstr \"Yhteenveto\"\n\nmsgid \"Account type\"\nmsgstr \"Tilin tyyppi\"\n\nmsgid \"Action\"\nmsgstr \"Toiminto\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Toiminto on pysäytetty\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Toiminto epäonnistui.\"\n\nmsgid \"Actions\"\nmsgstr \"Toimenpiteet\"\n\nmsgid \"Activate\"\nmsgstr \"Aktivoi\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Aktivoi liitännäinen\"\n\nmsgid \"Activated\"\nmsgstr \"Aktivoitu\"\n\nmsgid \"Activated software\"\nmsgstr \"Ohjelmisto aktivoitu\"\n\nmsgid \"Activation email\"\nmsgstr \"Aktivointi sähköposti\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Aktivointi käynnissä...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Lisää\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Lisää FTP tili\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Lisää htaccess -ryhmä\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Lisää htaccess -käyttäjä\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Lisää SQL-tietokanta\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Lisää SQL-käyttäjä\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Lisää SSL-sertifikaatti\"\n\nmsgid \"Add admin\"\nmsgstr \"Lisää ylläpitäjä\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Lisää kustomoitu valikko\"\n\nmsgid \"Add customer\"\nmsgstr \"Lisää asiakas\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Lisää asiakas - Seuraava askel\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Lisää domain-alias\"\n\nmsgid \"Add group\"\nmsgstr \"Lisää ryhmä\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Lisää hosting-paketti\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Lisää uusi IP osoite\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Lisää uusi suojattu alue\"\n\nmsgid \"Add permissions\"\nmsgstr \"Lisää oikeudet\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Lisää jälleenmyyjälle oikeudet ohjelmistoon:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Lisää suojattu alue\"\n\nmsgid \"Add reseller\"\nmsgstr \"Lisää jälleenmyyjä\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Lisää alidomain\"\n\nmsgid \"Add user\"\nmsgstr \"Lisää käyttäjä\"\n\nmsgid \"Added by\"\nmsgstr \"Lisännyt\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Lisäys käynnissä...\"\n\nmsgid \"Admin\"\nmsgstr \"Ylläpitäjä\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Ylläpito / Yleiset / Ylläpidon loki\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Ylläpito / Yleiset / Yleiskatsaus\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Ylläpito / Yleiset  / Palveluiden tila\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Ylläpito / Profiili / Yhteenveto\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Ylläpito / Profiili / Kieli\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Ylläpito / Profiili / Ulkoasu\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Ylläpito / Profiili / Vaihda salasana\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Ylläpito / Profiili / Henkilökohtaiset tiedot\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Ylläpito / Asetukset\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Ylläpito / Asetukset / IP hallinta\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Ylläpito / Asetukset / Kieli\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Ylläpito / Asetukset / Salasanan palautuksen sähköposti\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Ylläpito / Asetukset / Liitännäisten hallinta\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Ylläpito / Asetukset / Palveluiden portit\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Ylläpitäjä / Asetukset / Ohjelmistohallinta\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Ylläpito / Asetukset / Sovelluksien asetukset\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Ylläpito / Asetukset / Tervetuloa sähköposti\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Ylläpito / Asetukset / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Ylläpitäjä / Ohjelmistohallinta / Jälleenmyyjien ohjelmistot\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Ylläpito / Tilastot / IP-osoitteiden käyttö\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Ylläpito / Tilastot / Jälleenmyyjätilastot\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"Ylläpitäjä / Tilastot / Jälleenmyyjän tilastot / Käyttäjätilastot\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Ylläpitäjä / Tilastot / Jälleenmyyjän tilastot / Käyttäjätilastot / \"\n\"{USERNAME} tilastot\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Ylläpito / Tilastot / Palvelin\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Ylläpito / Tukijärjestelmä / Suljetut tukipyynnöt\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Ylläpito / Tukijärjestelmä / Katso tukipyyntöä\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Ylläpito / Järjestelmätyökalut / Anti-Rootkit -lokit\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Ylläpito / Järjestelmätyökalut / Debuggeri\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Ylläpito / Järjestelmätyökalut / Huoltoasetukset\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Ylläpito / Järjestelmätyökalut / Järjestelmän tiedot\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Ylläpito / Järjestelmätyökalut / i-MSCP Päivitykset\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Ylläpitäjä / Käyttäjät / Lisää ylläpitäjä\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Ylläpito / Käyttäjät / Lisää jälleenmyyjä\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Ylläpitäjä / Käyttäjät / Joukkokirje\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Ylläpito / Käyttäjät / Muokkaa jälleenmyyjää\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Ylläpitäjä / Käyttäjät / Yhteenveto\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Ylläpitäjä / Käyttäjät / Yhteenveto / Domainin tiedot\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Ylläpito / Käyttäjät / Yhteenveto / Muokkaa ylläpitäjää\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Ylläpito / Käyttäjät / Istunnot\"\n\nmsgid \"Admin log\"\nmsgstr \"Ylläpitologi\"\n\nmsgid \"Admin not available\"\nmsgstr \"Admin ei tavoitettavissa\"\n\nmsgid \"Admin users\"\nmsgstr \"Ylläpitäjät\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Ylläpito / IP-osoitteiden käyttötilasto\"\n\nmsgid \"Administrator\"\nmsgstr \"Ylläpitäjä\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Ylläpitäjän ja jälleenmyyjän tasot\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Ylläpitäjä ja asiakas\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Ylläpitäjän ja asiakkaan tasot\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Ylläpitäjä ja jälleenmyyjä\"\n\nmsgid \"Administrator level\"\nmsgstr \"Ylläpitäjän taso\"\n\nmsgid \"Administrator login\"\nmsgstr \"Pääkäyttäjän kirjautuminen\"\n\nmsgid \"Administrators\"\nmsgstr \"Ylläpitäjät\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Ylläpitäjät ja asiakkaat\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Ylläpitäjät ja jälleenmyyjät\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Kaikki\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Kaikki suljetut tukipyynnöt on poistettu onnistuneesti.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Kaikki kentät on pakollisia.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Kaikki sisään\"\n\nmsgid \"All levels\"\nmsgstr \"Kaikki tasot\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Kaikki avoimet tukipyynnöt on poistettu onnistuneesti.\"\n\nmsgid \"All out\"\nmsgstr \"Kaikki ulos\"\n\nmsgid \"All reseller\"\nmsgstr \"Kaikki jälleenmyyjät\"\n\nmsgid \"All traffic\"\nmsgstr \"Yhteensä\"\n\nmsgid \"All users\"\nmsgstr \"Kaikki käyttäjät\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Salli URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Sallii liittämisen toiseen verkkotunnukseen\"\n\nmsgid \"Already in use\"\nmsgstr \"Käytössä\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Vaihtoehtoinen osoite\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Tapahtui odottamaton virhe\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"Tapahtui odottamaton virhe. Ota yhteyttä ylläpitäjään.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"Tapahtui odottamaton virhe. Ota yhteyttä jälleenmyyjään.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Tapahtui odottamaton virhe: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Tiedoston latauksessa tapahtui odottamaton virhe: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-Rootkit -lokit\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"Sovelluksien asentaja\"\n\nmsgid \"Apply\"\nmsgstr \"OK\"\n\nmsgid \"Apply changes\"\nmsgstr \"Hyväksy muutokset\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Oletko varma, että haluat asentaa tämän paketin ohjelmavarastosta?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Oletko varma, että haluat asentaa tämän paketin?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Oletko varma, että haluat poistaa oikeudet?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Oletko varma, että haluat poistaa %s SQL-käyttäjän?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Oletko varma, että haluat aktivoida tämän paketin?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Oletko varma että haluat poistaa %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Oletko varma, että haluat poistaa kaikki suljetut tukipyynnöt?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Oletko varma, että haluat poistaa kaikki tukipyynnöt?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Oletko varma, että haluat poistaa domainin %s alias-tilauksen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Oletko varma, että haluat poistaa %s domainin aliaksen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Oletko varma, että haluat poistaa %s valikon?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Oletko varma, että haluat poistaa '%s' tukipyynnön?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Haluatko varmasti poistaa tämän DNS-tietueen?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Haluatko varmasti poistaa tämän verkkotunnusaliaksen?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Haluatko varmasti poistaa tämän paketin?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Oletko varma, että haluat poistaa tämän paketin?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Haluatko varmasti poistaa aliverkkotunnuksen?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"Haluatko varmasti tuodatämän paketin paikalliseen ohjelmavarastoon?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"Haluatko varmasti tuoda tämän paketin ohjelmakirjastoon?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"Haluatko varmasti asentaa tämän paketin verkko-ohjelmavarastosta?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Oletko varma että haluat palautaa varmuuskopion?\"\n\nmsgid \"Assign\"\nmsgstr \"Myönnetty\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Valitse olemassaoleva SQL-käyttäjä\"\n\nmsgid \"Assign group\"\nmsgstr \"Aseta ryhmä\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Ainakin yksi sertifikaateista on virheellinen tai puuttuu.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Auto (selaimen kieli)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"Saatavilla\"\n\nmsgid \"Available software\"\nmsgstr \"Saatavilla olevat ohjelmistot\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Odottaa aktivointia\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Odottaa hyväksymistä\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Takaisin\"\n\nmsgid \"Backup\"\nmsgstr \"Varmuuskopio\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Varmuuskopio- ja palautusasetukset\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Varmuuskopiot on ajastettu palautettavaksi onnistuneesti.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Väärä salasana.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Virheellinen pyyntö.\"\n\nmsgid \"Behind\"\nmsgstr \"Lopussa\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Estoaika kirjautumisyritysten välissä\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"Sisältö\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Sisältö puuttuu.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomipsit\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce-tunnistus\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Massatoiminnot\"\n\nmsgid \"By\"\nmsgstr \"Toimesta\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"Prosessorin tiedot\"\n\nmsgid \"Cache\"\nmsgstr \"Välimuisti\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Peruuta\"\n\nmsgid \"Canonical name\"\nmsgstr \"Kanoninen nimi\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Sertifikaatti\"\n\nmsgid \"Certificate data\"\nmsgstr \"Sertifikaatin tiedot\"\n\nmsgid \"Change\"\nmsgstr \"Muuta\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Tarkista päivitykset\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Valitse\"\n\nmsgid \"Choose dir\"\nmsgstr \"Valitse hakemisto\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Valitse tiedosto (max. %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Valitse palvelupaketti\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Valitse käyttöliittymän väri\"\n\nmsgid \"Choose your language\"\nmsgstr \"Valitse kieli\"\n\nmsgid \"Circular\"\nmsgstr \"Sähköpostimarkkinointi\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Joukkokirje lähetetty onnistuneesti.\"\n\nmsgid \"City\"\nmsgstr \"Kaupunki\"\n\nmsgid \"Class\"\nmsgstr \"Luokka\"\n\nmsgid \"Clear log\"\nmsgstr \"Tyhjennä loki\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Paina tästä nähdäksesi lisätietoja\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Paina Palautus nappia ja järjestelmä palauttaa edellisen varmuuskopion\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Asiakas / Tietokannat / Lisää SQL-tietokanta\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Asiakas / Tietokannat / Yleiskatsaus\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Asiakas / Tietokannat / Yleiskatsaus / Lisää SQL-käyttäjä\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Asiakas / Tietokannat / Yleiskatsaus / Päivitä SQL-käyttäjän salasana\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Asiakas / Verkkotunnus / Muokkaa DNS-tietuetta\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Asiakas / Domainit\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Asiakas / Verkkotunnus / Lisää DNS-tietue\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Asiakas / Domainit / Lisää domain-alias\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Asiakas / Domainit / Lisää alidomain\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Asiakas / Domainit / Muokkaa domain-aliasta\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Asiakas / Domainit / Muokkaa alidomainia\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Asiakas / Domainit / PHP-asetukset\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Asiakas / Domainit / SSL-sertifikaatti\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Asiakas / FTP / Lisää FTP-tili\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Asiakas / FTP / Yleiskatsaus\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Asiakas / FTP / Yleiskatsaus / Muokkaa FTP-tiliä\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Asiakas / Yleiset / Yleiskatsaus\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Asiakas / Profiili / Yhteenveto\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Asiakas / Profiili / Kieli\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Asiakas / Profiili / Ulkoasu\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Asiakas / Profiili / Salasana\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Asiakas / Profiili / Henkilökohtaiset tiedot\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Asiakas / Tilastot\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Asiakas / Tukijärjestelmä/ Suljetut tukipyynnöt\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Asiakas / Tukijärjestelmä / Uusi tukipyyntö\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Asiakas / Tukijärjestelmä / Avoimet tukipyynnöt\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Asiakas / Tukijärjestelmä / Tarkastele tukipyyntöä\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Asiakas / Web-työkalut / Muokatut virhesivut\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Asiakas / Web-työkalut / Päivittäinen varmuuskopio\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Asiakas / Web-työkalut / Yhteenveto\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Asiakas / Web-työkalut / Suojatut-alueet\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Asiakas / Web-työkalut / Suojatut-alueet / Muokkaa käyttäjiä ja ryhmiä\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Asiakas / Web-työkalut / Suojatut-alueet / Muokkaa käyttäjiä ja ryhmiä / \"\n\"Lisää ryhmä\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Asiakas / Web-työkalut / Suojatut-alueet / Muokkaa käyttäjiä ja ryhmiä / \"\n\"Lisää käyttäjä\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Asiakas / Web-työkalut / Suojatut-alueet / Muokkaa käyttäjiä ja ryhmiä / \"\n\"Muokkaa käyttäjää\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Asiakas / Web-työkalut / Suojatut-alueet / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Asiakas / Web-työkalut / Ohjelmisto\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Asiakas / Web-työkalut / Ohjelmisto / Ohjelmiston asennus\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Asiakas / Web-työkalut / Ohjelmisto / Katso\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"CPU MHz\"\n\nmsgid \"Close\"\nmsgstr \"Sulje\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Sulje tukipyyntö\"\n\nmsgid \"Close ticket\"\nmsgstr \"Sulje tukipyyntö\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Suljetut kysymykset\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Yritys\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"Ytimet\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Tiedostoa ei voitu lähettää.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Tiedostoa ei voitu lähettää. Tiedostoa ei löydy.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"Tiedostoa ei voitu lähettää. Tiedoston maksimikoko (%1$d MB) on ylitetty.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Maa\"\n\nmsgid \"Create\"\nmsgstr \"Luo\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Luonut\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Luontiaika\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"DNS-tietue ajastettu poistettavaksi onnistuneesti.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Kustomoidut DNS-merkinnät\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Itse määritelty virhesivu on päivitetty.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Vaihtoehtoiset virhesivut\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Valinnaisen valikon nimi ja osoite\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Valinnaisen valikon ominaisuudet\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Mukautettu valikko lisätty onnistuneesti.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Valinnainen valikko poistettu onnistuneesti.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Valinnainen valikko päivitetty onnistuneesti.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Vaihtoehtoiset valikot\"\n\nmsgid \"Customer\"\nmsgstr \"Asiakas\"\n\nmsgid \"Customer account\"\nmsgstr \"Asiakkaan tili\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Asiakkaan tili ajastettu aktivoitavaksi onnistuneesti.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Asiakkaan tili ajastettu luotavaksi onnistuneesti.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Asiakkaan tili ajastettu poistettavaksi käytöstä onnistuneesti.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Asiakkaan tili ajastettu poistettavaksi onnistuneesti.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Asiakkaan tili päivitetty onnistuneesti.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Asiakkaan käyttö\"\n\nmsgid \"Customer level\"\nmsgstr \"Asiakkaan taso\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Asiakas ajastettu lisättäväksi onnistuneesti.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Asiakas ajastettu poistettavaksi onnistuneesti.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Käyttäjien käyttöliittymän väri vaihdettu.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Siirto suoritettu onnistuneesti.\"\n\nmsgid \"Customers\"\nmsgstr \"Asiakkaat\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Muokkaa domainisi virhesivuja\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS merkintä on jo olemassa.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"DNS-tietueet\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"Pois päältä\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Taustaprosessin pyyntö epäonnistui.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Taustaprosessin pyyntö onnistui.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Päivittäinen varmuuskopio\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"Tietokanta\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Tietokannan nimi ja käyttäjät\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Tietokannan nimi\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Tietokannan nimi on liian pitkä.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"Tietokannan etuliite\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Tietokannan prefix\"\n\nmsgid \"Database required\"\nmsgstr \"Tietokanta vaaditaan\"\n\nmsgid \"Database usage\"\nmsgstr \"Tietokannat\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Tietokantakäyttäjät\"\n\nmsgid \"Databases\"\nmsgstr \"Tietokannat\"\n\nmsgid \"Date\"\nmsgstr \"Päivämäärä\"\n\nmsgid \"Day\"\nmsgstr \"Päivä\"\n\nmsgid \"Days\"\nmsgstr \"Päivää\"\n\nmsgid \"Deactivate\"\nmsgstr \"Poista käytöstä\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Poista liitännäinen käytöstä\"\n\nmsgid \"Deactivated\"\nmsgstr \"Poistettu käytöstä\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Suoritetaan...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\nmsgid \"Default\"\nmsgstr \"Oletus\"\n\nmsgid \"Default language\"\nmsgstr \"Oletuskieli\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Oletus kieli päivitetty onnistuneesti.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Poista\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Poista kaikki tukipyynnöt\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Poista lokitiedoista:\"\n\nmsgid \"Delete order\"\nmsgstr \"Poista tilaus\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Poista jälleenmyyjän ohjelmisto\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Poista valitut sähköpostitilit\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Poista liitännäinen\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Poista tukipyyntö\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Poisto käynnissä\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Poisto käynnissä...\"\n\nmsgid \"Depot import\"\nmsgstr \"Varaston tuonti\"\n\nmsgid \"Description\"\nmsgstr \"Kuvaus\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Kuvaus ei voi olla tyhjä\"\n\nmsgid \"Details\"\nmsgstr \"Tiedot\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Kansiota %s ei ole olemassa.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"Kansiota '%s' ei ole olemassa.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"Kansiot '%s' ei ole sallittu tai se on virheellinen.\"\n\nmsgid \"Disabled\"\nmsgstr \"Ei käytössä\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Poispäältä olevat toiminnot\"\n\nmsgid \"Disconnect\"\nmsgstr \"Katkaise\"\n\nmsgid \"Disk\"\nmsgstr \"Levytila\"\n\nmsgid \"Disk space\"\nmsgstr \"Levytila\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Levytilarajoitus [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Levytilankäyttö\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Erittely\"\n\nmsgid \"Display errors\"\nmsgstr \"Näytä virheet\"\n\nmsgid \"Document root\"\nmsgstr \"Juurihakemisto\"\n\nmsgid \"Domain\"\nmsgstr \"Domain\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Verkkotunnusta '%s' ei voi ohjata itseensä.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Domain %s ei ole käytettävissä.\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domain IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"Osoitteen nimi\"\n\nmsgid \"Domain account\"\nmsgstr \"Domaintunnus\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Tilaus on vanhentunut.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Domaineja\"\n\nmsgid \"Domain alias\"\nmsgstr \"Domain-alias\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Domain-aliaksen %s kohde ei voi olla sama kuin domain-alias.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domain-aliaksien virheet\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Domainin aliaksen nimi\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Domain-alias luotu onnistuneesti.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Domain-alias tilattu onnistuneesti.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Domain-alias ajastettu lisättäväksi onnistuneesti.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Domain-alias ajastettu poistettavaksi onnistuneesti.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Domain-alias ajastettu päivitettäväksi onnistuneesti.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domain-aliakset\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Domain ja SQL-tietokannat\"\n\nmsgid \"Domain data\"\nmsgstr \"Verkkotunnuksen tiedot\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"Domainin tiedot ovat muuttuneet. Yritä uudelleen.\"\n\nmsgid \"Domain details\"\nmsgstr \"Domainin tiedot\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domainien virheet\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Vanhentumispäivä\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Domainin vanhentumis päivämäärä on täytettävä.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Domain-nimi\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"Domainin nimi (ASCII-muodossa) ei voi olla pidempi kuin 255 merkkiä.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Domainin nimi ei voi olla tyhjä.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Domainin nimi ei voi alkaa eikä päättyä pisteellä.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Domainnimi sisältää virheellisiä merkkejä: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Domainnimen kuvaus ei voi olla pidempi kuin 63 merkkiä.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"Domainnimen kuvaus ei voi alkaa eikä loppua tavuviivalla.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Domainin uusi vanhentumispäivä\"\n\nmsgid \"Domain overview\"\nmsgstr \"Domainin yleiskatsaus\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domainin päivitys aloitettu.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domain-tilastot\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Domainin tila ei ole ok.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Domain ajastettu päivitettäväksi.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Domain päivitetty onnistuneesti.\"\n\nmsgid \"Domain type\"\nmsgstr \"Domain-tyyppi\"\n\nmsgid \"Domains\"\nmsgstr \"Domainit\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domaineja sivulla\"\n\nmsgid \"Done\"\nmsgstr \"Valmis\"\n\nmsgid \"Download\"\nmsgstr \"Lataa\"\n\nmsgid \"Download TAR\"\nmsgstr \"Lataa TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Lataa ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Latauslinkit\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Lataa tässä kansiossa olevat arkistot\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Muokkaa\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"Muokkaa DNS-tietuetta\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Muokkaa FTP-tiliä\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Muokkaa SSL-sertifikaattia\"\n\nmsgid \"Edit admin\"\nmsgstr \"Muokkaa ylläpitäjää\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Muokkaa kustomoituja virhesivuja\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Muokkaa kustomoituja valikoita\"\n\nmsgid \"Edit customer\"\nmsgstr \"Muokkaa asiakasta\"\n\nmsgid \"Edit domain\"\nmsgstr \"Muokkaa Domainia\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Muokkaa domain-aliasta\"\n\nmsgid \"Edit error page\"\nmsgstr \"Muokkaa virhesivua\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Muokkaa palvelupakettia\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Muokkaa htaccess käyttäjää\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Muokkaa sähköpostitunnusta\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Muokkaa suojattua aluetta\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Muokkaa jälleenmyyjää\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Muokkaa alidomainia\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"Sähköposti\"\n\nmsgid \"Email address\"\nmsgstr \"Sähköpostiosoitteet\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Sähköpostin levytila ei voi olla suurempi kuin %s\"\n\nmsgid \"Email settings\"\nmsgstr \"Sähköpostin asetukset\"\n\nmsgid \"Email setup\"\nmsgstr \"Email-asetukset\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Sähköposti päivitetty onnistuneesti.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Aktivoi SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Käytössä\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Käytössä: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Virheen tiedot\"\n\nmsgid \"Error pages\"\nmsgstr \"Virhesivut\"\n\nmsgid \"Error reporting\"\nmsgstr \"Virheraportointi\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Virhe: tiedostoa ei löytynyt!\"\n\nmsgid \"Errors\"\nmsgstr \"Virheet\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Suorita tehtävät\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Ulkoinen sähköpostipalvelin\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Ulkoinen sähköpostipalvelin\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"Ulkoinen sähköpostipalvelin on ajastettu lisättäväksi.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"Ulkoinen sähköpostipalvelin on ajastettu poistettavaksi.\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP-tunnus\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP tili on jo olemassa.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"FTP-tilien enimmäismäärä täynnä.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP-tunnus lisätty onnistuneesti.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTP-tili on poistettu onnistuneesti.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP-tili on päivitetty onnistuneesti.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP-tunnukset\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"Kotikansio\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"Kotikansio ei voi olla tyhjä.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP-liikenne\"\n\nmsgid \"FTP user errors\"\nmsgstr \"FTP käyttäjävirheet\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Kirjoittaminen levylle epäonnistui.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Paketissa havaittu virhe. Poistetaan!\"\n\nmsgid \"Fax\"\nmsgstr \"Faksi\"\n\nmsgid \"Feature\"\nmsgstr \"Ominaisuus\"\n\nmsgid \"Features\"\nmsgstr \"Ominaisuudet\"\n\nmsgid \"Female\"\nmsgstr \"Nainen\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"Tiedostoa %s ei ole olemassa tai sitä ei voida ladata!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"Tiedosto %s ei näytä migraatio-tiedostolta.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Tiedostoa ei löydy. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Tiedosto ylittää kokorajoituksen.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Tiedosto on lähetetty onnistuneesti.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Tiedosto ei ole luettava\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Tiedoston pitää olla 'tar.gz' paketti.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Tiedosto lähetetty onnistuneesti.\"\n\nmsgid \"File usage\"\nmsgstr \"Tiedostot\"\n\nmsgid \"FileManager\"\nmsgstr \"Tiedostonhallinta\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Tiedostojärjestelmän tiedot\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Täytä viesti.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Etunimi\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Kielletty\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"Pakota uudelleen\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Ohjaus\"\n\nmsgid \"Forward URL\"\nmsgstr \"Uudelleenohjaus osoitteeseen (URL)\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Uudelleenohjaus osoitteeseen '%s' ei ole mahdollista.\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Edelleenlähetys lista on tyhjä\"\n\nmsgid \"Forward to\"\nmsgstr \"Ohjaa:\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Ohjaa osoitteeseen\"\n\nmsgid \"Forward type\"\nmsgstr \"Ohjauksen tyyppi\"\n\nmsgid \"Free\"\nmsgstr \"Vapaana\"\n\nmsgid \"From\"\nmsgstr \"Keneltä\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Jälleenmyyjältä\"\n\nmsgid \"Ftp\"\nmsgstr \"FTP\"\n\nmsgid \"Ftp account\"\nmsgstr \"FTP-tili\"\n\nmsgid \"Ftp account data\"\nmsgstr \"FTP-tilin tiedot\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"FTP- tilit\"\n\nmsgid \"Ftp directories\"\nmsgstr \"FTP kansiot\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Sukupuoli\"\n\nmsgid \"General\"\nmsgstr \"Yhteenveto\"\n\nmsgid \"General information\"\nmsgstr \"Yleistiedot\"\n\nmsgid \"General settings\"\nmsgstr \"Yleiset asetukset\"\n\nmsgid \"Generate\"\nmsgstr \"Generoi\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Generoi itse allekirjoitettu sertifikaatti\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Generoi uusi turvakoodi\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Ryhmä\"\n\nmsgid \"Group members\"\nmsgstr \"Ryhmän jäsenet\"\n\nmsgid \"Group name\"\nmsgstr \"Ryhmän nimi\"\n\nmsgid \"Groups\"\nmsgstr \"Ryhmät\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS includeSubDomains directive\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS max-age directive value\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTP-liikenne\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Suuri\"\n\nmsgid \"Home directory\"\nmsgstr \"Kotikansio\"\n\nmsgid \"Homepage\"\nmsgstr \"Kotisivu\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"Palvelin, josta SQL-käyttäjän on sallittua yhdistää SQL-palvelimeen\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Palvelupaketti\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Palvelupaketin saatavuus\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Palvelupaketin rajat ylittävät jälleenmyyjän käytössä olevat rajat.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Hosting-paketin rajat ylittävät käytössäsi olevat resurssit\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Palvelupaketti lisätty onnistuneesti.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Palvelupaketti on poistettu onnistuneesti.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Palvelupaketti päivitetty onnistuneesti.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Hosting-paketit\"\n\nmsgid \"Hour\"\nmsgstr \"Tunti\"\n\nmsgid \"Hours\"\nmsgstr \"Tuntia\"\n\nmsgid \"Htaccess group\"\nmsgstr \"htaccess -ryhmä\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"htaccess -ryhmä ajastettu lisättäväksi onnistuneesti.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"htaccess -ryhmä ajastettu poistettavaksi onnistuneesti.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"htaccess -käyttäjä\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"htaccess -käyttäjä lisätty onnistuneesti htaccess -ryhmään %s\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"htaccess -käyttäjä poistettu onnistuneesti htaccess -ryhmään %s\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"htaccess -käyttäjä ajastettu lisättäväksi onnistuneesti.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IP-osoite\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"IP-osoite on jo lisätty i-MSCP: hallittavaksi\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IP-osoite ajastettu lisättäväksi onnistuneesti.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IP-osoite ajastettu poistettavaksi onnistuneesti.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"IP-osoite on ajatettu muokattavaksi.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"Jaetut IP-osoitteet\"\n\nmsgid \"IP errors\"\nmsgstr \"IP virheet\"\n\nmsgid \"IP management\"\nmsgstr \"IP-hallinta\"\n\nmsgid \"IP netmask\"\nmsgstr \"IP verkkomaski\"\n\nmsgid \"IP usage\"\nmsgstr \"IP käyttö\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 osoite\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"Jos päällä, web-hakemistot suojataan poistamiselta.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\"Jos päällä, jälleenmyyjä voi sallia käyttäjille PHP-asetusten muutokset.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Jos päällä, jälleenmyyjä voi asettaa päälle / pois päältä PHP \"\n\"sähköpostifunktion. Muussa tapauksessa PHP:n sähköpostifunktio on poissa \"\n\"käytöstä.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"Jos kenttään täytetään @-merkki tai se jätetään tyhjäksi, täydennetään \"\n\"siihen automaattisesti $ORIGIN-arvo.\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Jos haluat rajoittaa jälleenmyyjää, sinun täytyy ensiksi rajoitta hänen \"\n\"asikkaitaan.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Kuvien täytyy olla pienempiä kuin 500 x 90 pikseliä.\"\n\nmsgid \"Import\"\nmsgstr \"Tuonti\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Tuo paikallinen varasto\"\n\nmsgid \"Import new language file\"\nmsgstr \"Tuo uusi kielitiedosto\"\n\nmsgid \"In front\"\nmsgstr \"Edessä\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"Huoltotilassa vain ylläpitäjät voivat kirjautua.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Väärä FTP-tilien määrärajoitus\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Väärä SQL tietokantojen määrärajoitus\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Virheellinen arvo SQL-käyttäjien rajoitukselle.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Väärä SQL käyttäjien määrärajoitus\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Virheellinen arvo domain-aliaksien rajoitukselle.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Virheellinen arvo levytilanrajoitukselle.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Väärä sähköpostin pituustai muoto.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Virheellinen sähköpostin levytilan määrä\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Virheellinen raja-arvo arvolle %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Väärä sähköpostilaatikoiden määrärajoitus\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Virheellinen arvo kuukausittaiselle liikenteen enimmäismäärälle.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Virheellinen arvo alidomainien enimmäismäärälle.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Väärä alidomainien määrärajoitus\"\n\nmsgid \"Install\"\nmsgstr \"Asenna\"\n\nmsgid \"Install in progress\"\nmsgstr \"Asennus käynnissä\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Asenna liitännäinen\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Asenna lukuisia Web-sovelluksia muutamalla painalluksella.\"\n\nmsgid \"Installation details\"\nmsgstr \"Asennuksen tiedot\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Asennus käynnissä...\"\n\nmsgid \"Installation path\"\nmsgstr \"Asennuspolku\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Asennettu paketti poistettiin jälleenmyyjän toimesta.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Asennettu jälleenmyyjän verkko-varastoon.\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Asennettu ohjelmisto-verkkovarastoon\"\n\nmsgid \"Installed on\"\nmsgstr \"Asennettu \"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Asennetaan pakettia. Ole hyvä ja päivitä sivu.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Ohjeet tämän päivän varmuuskopion lataukseen\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Keskitason sertifikaatit\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Palvelimen sisäinen virhe\"\n\nmsgid \"Internationalization\"\nmsgstr \"Kansainvälistäminen\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Virheellinen FTP-käyttäjätunnus\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Virheellinen SQL-käyttäjän palvelin: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\"Virheellinen SQL-käyttäjä. SQL käyttäjä täytyy olla olemassa ja sen täytyy \"\n\"kuulua annetulle tietokannalle.\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Virheellinen SSL-sertifikaatti\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Virheellinen SSL-sertifikaatti\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Virheellinen osoite.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Virheellinen domain-tunnus.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Virheellinen sähköposti-tunnus\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Virheellinen käyttäjänimi sähköpostille.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Väärä ryhmännimi!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Virheellinen navigaatiojärjestys\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Virheellinen nimi.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Virheellinen tietosisältä vastaanotettu GitHub:sta.\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Virheellinen lisäosa-hakemisto: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Virheellinen yksityinen avain tai salasana.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Virheellinen kohde.\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Virheellinen käyttäjänimi.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Kernelin versio\"\n\nmsgid \"Kill session\"\nmsgstr \"Tapa sessio\"\n\nmsgid \"Label\"\nmsgstr \"Nimi\"\n\nmsgid \"Language\"\nmsgstr \"Kieli\"\n\nmsgid \"Language file\"\nmsgstr \"Kielitiedosto\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Kielitiedosto on asennettu onnistuneesti.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Kielet\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Käännökset rakennettiiin uudestaan onnistuneesti\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Viimeisin verkko-ohjelmavaraston päivitys\"\n\nmsgid \"Last access\"\nmsgstr \"Viimeisin käynti\"\n\nmsgid \"Last name\"\nmsgstr \"Sukunimi\"\n\nmsgid \"Last reply date\"\nmsgstr \"Viimeisin vastaus päivämäärä\"\n\nmsgid \"Last translator\"\nmsgstr \"Viimeisin kääntäjä\"\n\nmsgid \"Layout\"\nmsgstr \"Teema\"\n\nmsgid \"Layout color\"\nmsgstr \"Käyttöliittymän väri\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Käyttöliittymän väri on päivitetty onnistuneesti.\"\n\nmsgid \"Level\"\nmsgstr \"Taso\"\n\nmsgid \"Limit\"\nmsgstr \"Rajoita\"\n\nmsgid \"Limit value\"\nmsgstr \"Raja\"\n\nmsgid \"Limits\"\nmsgstr \"Rajoitukset\"\n\nmsgid \"Link\"\nmsgstr \"Linkki\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Linkki tekijän kotisivulle\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Kuorma (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Ladataan tietoja...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Lokitiedot poistettu onnistuneesti.\"\n\nmsgid \"Login\"\nmsgstr \"Kirjaudu\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Salasana\"\n\nmsgid \"Login username\"\nmsgstr \"Käyttäjätunnus\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Kirjaudu FTP-tunnuksellasi\"\n\nmsgid \"Logo file\"\nmsgstr \"Logotiedosto\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo poistettu onnistuneesti.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo päivitetty onnistuneesti.\"\n\nmsgid \"Logout\"\nmsgstr \"Kirjaudu ulos\"\n\nmsgid \"Lost password\"\nmsgstr \"Salasanan palautus\"\n\nmsgid \"Lost password email\"\nmsgstr \"Salasana kadonnut -sähköposti\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"Kadonnut salasana -pohja on päivitetty.\"\n\nmsgid \"Lost password link\"\nmsgstr \"Salasana kadonnut linkki\"\n\nmsgid \"Low\"\nmsgstr \"Pieni\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"Sähköposti\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Sähköposti-ilmoitukset\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Sähkäpostitunnusvirheet\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"Sähköpostitilin -tyyppi\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Sähköpostitunnukset\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Sähköpostikäyttäjien lista on tyhjä!\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Sähköposti-ominaisuus on poistettu käytöstä.\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"Sähköpostit\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Päävalikon otsikoiden näkyvyys on päivitetty.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Huoltotilan viesti\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Huoltotila\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"Huoltotila aktivoitu. Vain ylläpitäjät voivat kirjautua sisään.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Huoltotilan asetukset\"\n\nmsgid \"Male\"\nmsgstr \"Mies\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Hallitse tietokantoja\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"Hallitse SSL-sertifikaattia\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Hallitse htaccess käyttäjiä ja ryhmiä\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Hallitse käyttäjiä ja ryhmiä\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Hallitse suojattuja alueita, käyttäjiä ja ryhmiä.\"\n\nmsgid \"Manual\"\nmsgstr \"Manuaalinen\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Max kirjautumisyritystä\"\n\nmsgid \"Max traffic\"\nmsgstr \"Maksimiliikenne\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"Maksimi tiedoston koko (%s) on saavutettu. Tiedostosi koko on %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"Maksimi tiedoston koko (%s) on saavutettu. Tiedostosi koko on %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Maksimimäärä CAPTCHA-yrityksiä\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"Normaali\"\n\nmsgid \"Member of group\"\nmsgstr \"Ryhmän jäsen\"\n\nmsgid \"Memory information\"\nmsgstr \"Muistin tiedot\"\n\nmsgid \"Message\"\nmsgstr \"Viesti\"\n\nmsgid \"Message template\"\nmsgstr \"Viestipohja\"\n\nmsgid \"Message template info\"\nmsgstr \"Viestipohjan tiedot\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Lähetä viesti jälleenmyyjälle ennekuin poistat ohjelmiston\"\n\nmsgid \"MiB\"\nmsgstr \"MB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Migraatio-tiedosto %s ei ole luettavissa.\"\n\nmsgid \"Minute\"\nmsgstr \"Minuttia\"\n\nmsgid \"Minutes\"\nmsgstr \"Minuttia\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"Malli\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Muutos käynnissä..\"\n\nmsgid \"Month\"\nmsgstr \"Kuukausi\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Kuukausittainen liikennerajoitus [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Kuukausittaisen liikennemäärän raja-arvon on oltava numero.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"Liikennemäärän varoituksen arvo ei voi olla suurempi kuin sallittu \"\n\"kuukausittainen liikennemäärä.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Varoitusrajan täytyy olla numero.\"\n\nmsgid \"Mount\"\nmsgstr \"Liitos\"\n\nmsgid \"Mount point\"\nmsgstr \"Liitospiste\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"Ei asetettu\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Nimi\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Nimi ei voi olla tyhjä.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"Ei asetettu\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Uuden SQL-käyttäjän tiedot\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Uusi alias-tilaus asiakkaalta {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Uusi kysymys\"\n\nmsgid \"Next\"\nmsgstr \"Seuraava\"\n\nmsgid \"Next step\"\nmsgstr \"Seuraava vaihe\"\n\nmsgid \"No\"\nmsgstr \"Ei\"\n\nmsgid \"No IP address found.\"\nmsgstr \"IP-osoitteita ei löytynyt.\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"Ei merkintöjä\"\n\nmsgid \"No available\"\nmsgstr \"Ei saatavilla\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Ei valinnaisia valikoita\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"Ei virheitä\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Tiedostoa ei ladattu.\"\n\nmsgid \"No group found.\"\nmsgstr \"Ei ryhmiä\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Ei palvelupaketteja saatavilla\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Ei jälleenmyyjiä, joilla ohjelmistoasentaja aktivoituna!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Ei jälleenmyyjiä.\"\n\nmsgid \"No software available\"\nmsgstr \"Ohjelmistoja ei ole saatavilla.\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Ohjelmaa ei löydetty verkko-ohjelmavarastosta!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"Ohjelmia ei ole saatavilla ohjelmavarastossa!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Ei aktivointia odottavia ohjelmistoja\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"Tilastoja ei löydy annetulle ajanjaksolle. Kokeile toista ajanjaksoa.\"\n\nmsgid \"No update available\"\nmsgstr \"Päivityksiä ei ole saatavilla\"\n\nmsgid \"No used yet\"\nmsgstr \"Ei vielä käytössä\"\n\nmsgid \"No user found.\"\nmsgstr \"Käyttäjää ei löydy.\"\n\nmsgid \"Normal\"\nmsgstr \"Normaali\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normaali + Uudelleenohjaus\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"Normaali yhteys\"\n\nmsgid \"Not Found\"\nmsgstr \"Ei löydy\"\n\nmsgid \"Not found.\"\nmsgstr \"Ei löydy.\"\n\nmsgid \"Not provided\"\nmsgstr \"Ei toimitettu\"\n\nmsgid \"Not used\"\nmsgstr \"Ei käytössä\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Mitään ei löytynyt - pahoittelut\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Mitään ei muutettu.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Mitään ei poistettu.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Huomiot, varoitukset ja virheet\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Vain 'tar.gz' -paketit ovat sallittuja.\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Vain gettext Machine Object tiedostot (MO files) hyväksytään.\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Vain numerot väliltä 0-65535 on sallittu.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Vain positiiviset numerot ovat sallittuja\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Vain tar.gz ja tar.bz2 paketit ovat tuettuja.\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Vain tar.gz ja tar.bz2 paketit ovat hyväksyttäviä.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Avaa tukipyyntö\"\n\nmsgid \"Open tickets\"\nmsgstr \"Avoimet kysymykset\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Operaatio peruttu: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Valinnainen\"\n\nmsgid \"Order\"\nmsgstr \"Tilaus\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Tilaus poistettu onnistuneesti.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Tilaus käsitelty onnistuneesti.\"\n\nmsgid \"Other in\"\nmsgstr \"Muut sisään\"\n\nmsgid \"Other out\"\nmsgstr \"Muut ulos\"\n\nmsgid \"Other settings\"\nmsgstr \"Muut asetukset\"\n\nmsgid \"Overview\"\nmsgstr \"Etusivu\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"PHP %s järjestelmäasetus\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"PHP Järjestelmäasetukset\"\n\nmsgid \"PHP Editor\"\nmsgstr \"PHP-muokkain\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GB laajennusta ei ole ladattu.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"PHP oikeudet\"\n\nmsgid \"PHP Settings\"\nmsgstr \"PHP Asetukset\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"PHP asetukset ajastettu muutettavaksi.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP exec() -funktio\"\n\nmsgid \"PHP settings\"\nmsgstr \"PHP asetukset\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP sisään\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP ulos\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP-liikenne\"\n\nmsgid \"Package actions\"\nmsgstr \"Paketin toiminnot\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Paketti on jo lisätty jälleenmyyjän varastoon!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Paketti on jo lisätty ohjelmisto-varastoon!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"Paketin asennuksen tyyppi\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Paketti asennettu onnistuneesti!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"Paketti asennettu onnistuneesti. Odotetaan ylläpitäjän julkaisua!\"\n\nmsgid \"Package language\"\nmsgstr \"Paketin kieli\"\n\nmsgid \"Package name\"\nmsgstr \"Paketin nimi\"\n\nmsgid \"Package title\"\nmsgstr \"Paketin otsikko\"\n\nmsgid \"Package type\"\nmsgstr \"Paketin tyyppi\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Paketin tekijän URL\"\n\nmsgid \"Package version\"\nmsgstr \"Paketin versio\"\n\nmsgid \"Panel default language\"\nmsgstr \"Paneelin oletuskieli\"\n\nmsgid \"Parent directory\"\nmsgstr \"Edellinen kansio\"\n\nmsgid \"Partition\"\nmsgstr \"Osio\"\n\nmsgid \"Password\"\nmsgstr \"Salasana\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Toista salasana\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Salasana sisältää kiellettyjä merkkejä.\"\n\nmsgid \"Password email\"\nmsgstr \"Salasanasähköposti\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Salasana puuttuu.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Salasanan minimipituus\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Salasana-asetukset\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Salasana vaihdettu onnistuneesti.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Salasanat eivät täsmää.\"\n\nmsgid \"Path\"\nmsgstr \"Polku\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Odottavat tehtävät\"\n\nmsgid \"Percent\"\nmsgstr \"Prosentti\"\n\nmsgid \"Permissions\"\nmsgstr \"Käyttöoikeudet\"\n\nmsgid \"Personal data\"\nmsgstr \"Yhteystiedot\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personoi pakettia\"\n\nmsgid \"Phone\"\nmsgstr \"Puhelin\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Aktivoi uusi i-MSCP salasanasi\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"Ole hyvä ja valitse vähintään yksi (.htaccess) käyttäjä\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"Ole hyvä ja valitse vähintään yksi .htaccess käyttäjä/ryhmä.\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Ole hyvä ja toista salasana.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Ole hyvä ja ota yhteyttä ylläpitäjään.<br>Pyydä häneltä oikeudet tähän \"\n\"pakettiin.<br>Et voi lähettää pakettia kahteen kertaan<br>Päivitä sivu \"\n\"nähdäksi uuden tilan.\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Syötä suojatun alueen nimi\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Syötä salasana\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Ole hyvä ja anna SQL-käyttäjän palvelin\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Syötä käyttäjätunnus\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Ole hyvä ja syötä suojatun alueen polku.\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Valitse toinen kansio. %s (%s) on jo asennettu tänne.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Ole hyvä ja määritä viestin sisältö.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Ole hyvä ja määritä viestin otsikko.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Ole hyvä ja anna tietokannan nimi.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Ole hyvä ja kirjoita viesti.\"\n\nmsgid \"Plugin\"\nmsgstr \"Liitännäinen\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Liitännäinen '%s' aktivoitu.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Liitännäistä '%s' ei voi aktivoida.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Liitännäistä '%s' ei voi poistaa käytöstä.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Liitännäistä '%s' ei voi poistaa.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Liitännäistä '%s' ei voi asentaa.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Liitännäistä '%s' ei voi suojata.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"Lisäosaa %s ei voida uudelleen konfiguroida.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Liitännäisen '%s' asennusta ei voi poistaa.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Liitännäistä '%s' ei voi päivittää.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Liitännäinen '%s' poistettu käytöstä.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Liitännäinen '%s' poistettu.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Liitännäinen '%s' asennettu.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Liitännäinen '%s' on suojattu.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Liitännäinen '%s' suojattu.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Lisäosa %s uudelleen rekonfiguroitu.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Liitännäinen '%s' aktivoidaan.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Muutos ajastettu liitännäiselle '%s'.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Käytöstä poisto ajastettu liitännäiselle '%s'.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Asennus ajastettu liitännäiselle '%s'.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Asennuksen poisto ajastettu liitännäiselle '%s'.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Päivitys ajastettu liitännäiselle '%s'.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Liitännäinen '%s' poistettu.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Liitännäinen '%s' päivitetty.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Lisäosien hallinta: Ei voitu vaihtaa %s lisäosaa: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Lisäosien hallinta: Ei voitu poistaa %s lisäosan tiedostoja. Suorita set-\"\n\"gul-permission.pl -skripta ja kokeile uudelleen.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Lisäosien hallinta: Ei voitu ladata lisäosaa %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Lisäosien hallinta: Ei voitu poistaa lisätää %s. Lisäosa on lukittu toisen \"\n\"lisäosan toimesta.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"Lisäosien hallinta: Ei voitu päivittää %s lisäosaa: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Liitännäiskirjasto\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Liitännäisten virheet\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Liitännäisten virheet\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Liitännäisten lista on tyhjä.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Lisäosien hallinta\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Liitännäisten lataus palvelimelle\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Portti\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Estä ulkopuoliset kirjautumiset pääkäyttäjiltä\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Estä ulkopuoliset kirjautumiset asiakkailta\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Estä ulkopuoliset kirjautumiset jälleenmyyjiltä\"\n\nmsgid \"Previous\"\nmsgstr \"Edellinen\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Tärkeys\"\n\nmsgid \"Private key\"\nmsgstr \"Yksityinen avain\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"Käsittelee...\"\n\nmsgid \"Processor data\"\nmsgstr \"Prosessorin tiedot\"\n\nmsgid \"Profile\"\nmsgstr \"Profiili\"\n\nmsgid \"Properties\"\nmsgstr \"Ominaisuudet\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"Suojaa\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Suojaa liitännäinen\"\n\nmsgid \"Protected\"\nmsgstr \"Suojattu\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Suojattu alue ajastettu lisättäväksi onnistuneesti.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Suojattu alue ajastettu poistettavaksi onnistuneesti.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Suojattu alue ajastettu päivitettäväksi onnistuneesti.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Suojatut alueet\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokolla\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Levytilakiintiö, MiB (Max. %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Lue tukipyyntö\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Uudelleen rakenna käännökset\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"Tietueen tiedot\"\n\nmsgid \"Redirect\"\nmsgstr \"Uudelleenohjaus\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Rekisteröitymispäivä\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"Julkaisupäivä\"\n\nmsgid \"Release description\"\nmsgstr \"Julkaisun kuvaus\"\n\nmsgid \"Release version\"\nmsgstr \"Julkaisun versio\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Verkko-ohjelmavarasto\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Etätiedostoa ei löydy.\"\n\nmsgid \"Remove\"\nmsgstr \"Poista\"\n\nmsgid \"Remove IP\"\nmsgstr \"Poista IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Poista oikeudet\"\n\nmsgid \"Reopen\"\nmsgstr \"Avaa uudelleen\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Avaa tukipyyntö uudelleen\"\n\nmsgid \"Repeat password\"\nmsgstr \"Toista salasana\"\n\nmsgid \"Reply\"\nmsgstr \"Vastaa\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\"Pyyntö keskeytyi: Palvelimelta meni liian kauan tiedon lähettämisessä.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Vaatii tietokannan?\"\n\nmsgid \"Reseller\"\nmsgstr \"Jälleenmyyjä\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Jälleenmyyjä / Asiakkaat / Lisää asiakas\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Jälleenmyyjä / Asiakkaat / Lisää asiakas - Seuraava\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Jälleenmyyjä / Asiakkaat / Joukkokirje\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Jälleenmyyjä / Asiakkaat / Domain-aliakset\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Jälleenmyyjä / Asiakkaat / Salasana kadonnut -sähköposti\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Jälleenmyyjä / Asiakkaat / Yhteenveto\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Jälleenmyyjä / Asiakkaat / Yhteenveto / Domainin tiedot\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Jälleenmyyjä / Asiakkaat / Yhteenveto / Muokkaa asiakasta\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Jälleenmyyjä / Asiakkaat / Yhteenveto / Muokkaa domainia\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Jälleenmyyjä / Asiakkaat / Tervetuloa-viesti\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Jälleenmyyjä / Domainit / Lisää domain-alias\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Jälleenmyyjä / Domainit / Muokkaa domain-aliasta\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Jälleenmyyjä / Yleiset / Yleiskatsaus\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Jälleenmyyjä / Yleiset / Ohjelmiston lataus\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Jälleenmyyjä / Palvelupaketit / Lisää\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Jälleenmyyjä / Palvelupaketit / Yhteenveto\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Jälleenmyyjä / Profiili / Yhteenveto\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Jälleenmyyjä / Profiili / Kieli\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Jälleenmyyjä / Profiili / Ulkoasu\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Jälleenmyyjä / Profiili / Salasana\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Jälleenmyyjä / Profiili / Henkilökohtaiset tiedot\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Jälleenmyyjä / Tilastot / IP-osoitteiden käyttö\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Jälleenmyyjä / Tilastot / Yhteenveto\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Jälleenmyyjä / Tukipyynnöt /  Suljetut\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Jälleenmyyjä / Tukipyynnöt / Uusi tukipyyntö\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Jälleenmyyjä / Tukipyynnöt / Avoimet\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Jälleenmyyjä / Tukipyynnöt / Katso tukipyyntöä\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Jälleenmyyjä\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Jälleenmyyjä ja asiakas\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Jälleenmyyjän ja asiakkaan taso\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Jälleenmyyjän käyttö\"\n\nmsgid \"Reseller data\"\nmsgstr \"Jälleenmyyjän tiedot\"\n\nmsgid \"Reseller level\"\nmsgstr \"Jälleenmyyjätaso\"\n\nmsgid \"Reseller list\"\nmsgstr \"Jällenmyyjälista\"\n\nmsgid \"Reseller name\"\nmsgstr \"Jälleenmyyjä\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Jälleenmyyjien ohjelmistolista\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Jälleenmyyjätilastot\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Jälleenmyyjä lisätty onnistuneesti\"\n\nmsgid \"Reseller total\"\nmsgstr \"Jälleenmyyjällä ohjelmistoja yhteensä\"\n\nmsgid \"Reseller users\"\nmsgstr \"Jälleenmyyjät\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Jälleenmyyjiä oikeuksilla yhteensä\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Jälleenmyyjien käyttöliittymän väri vaihdettu.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Jälleenmyyjä / IP-osoitteiden käyttötilasto\"\n\nmsgid \"Resellers\"\nmsgstr \"Jälleenmyyjät\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Jälleenmyyjät ja asiakkaat\"\n\nmsgid \"Reset\"\nmsgstr \"Tyhjennä\"\n\nmsgid \"Restore\"\nmsgstr \"Palauta\"\n\nmsgid \"Restore backup\"\nmsgstr \"Palauta varmuuskopio\"\n\nmsgid \"Rights\"\nmsgstr \"Käyttöoikeudet\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Oikeudet lisätty onnistuneesti.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Oikeudet poistettu onnistuneesti.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP sisään\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP ulos\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP-liikenne\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQL-tietokanta\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\"Tietokantojen määrä on rajoittamaton, mutta tietokantakäyttäjien määrä on \"\n\"rajoitettu.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"SQL-tietokanta on luotu onnistuneesti.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"SQL-tietokanta poistettu onnistuneesti.\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL-tietokannat\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Vain SQL-tietokannat\"\n\nmsgid \"SQL user\"\nmsgstr \"SQL-käyttäjä\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQL-käyttäjän palvelin\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"SQL-käyttäjien enimmäismäärä on poistettu käytöstä.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"SQL-käyttäjien enimmäismäärä on rajoittamaton, mutta SQL-tietokantojen määrä\"\n\" on rajattu.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"SQL-käyttäjien rajoitus on poistettu.\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL-käyttäjänimi\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"SQL-käyttäjän salasana päivitetty onnistuneesti.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"Tietokantakäyttäjän prefix\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQL-käyttäjä lisätty onnistuneesti.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"SQL-käyttäjä on poistettu onnistuneesti.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"SQL-käyttäjänimi on liian pitkä.\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL-käyttäjät\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL-sertifikaatin lisäys ajastettu onnistuneesti.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL-sertifikaatin poisto ajastettu onnistuneesti.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL-sertifikaatin päivitys ajastettu onnistuneesti.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\"SSL-ominaisuus ei ole käytettävissä. Voit ainoastaan tarkastella \"\n\"sertifikaattiasi.\"\n\nmsgid \"SSL status\"\nmsgstr \"SSL tila\"\n\nmsgid \"Save\"\nmsgstr \"Tallenna\"\n\nmsgid \"Search\"\nmsgstr \"Etsi\"\n\nmsgid \"Sec.\"\nmsgstr \"Sec.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Suojattu yhteys\"\n\nmsgid \"Security code\"\nmsgstr \"Tarkistuskoodi\"\n\nmsgid \"Security code has expired\"\nmsgstr \"Turvakoodi on vanhentunut.\"\n\nmsgid \"Select group\"\nmsgstr \"Valitse ryhmä\"\n\nmsgid \"Select your own document root\"\nmsgstr \"Valitse oma juurihakemisto\"\n\nmsgid \"Send\"\nmsgstr \"Lähetä\"\n\nmsgid \"Send circular\"\nmsgstr \"Lähetä joukkokirje\"\n\nmsgid \"Send message\"\nmsgstr \"Lähetä viesti\"\n\nmsgid \"Send message to\"\nmsgstr \"Vastaanottaja\"\n\nmsgid \"Send reply\"\nmsgstr \"Lähetä vastaus\"\n\nmsgid \"Send to\"\nmsgstr \"Vastaanottaja\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Lähettäjän nimi puuttuu.\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Palvelinportit\"\n\nmsgid \"Server statistics\"\nmsgstr \"Palvelintilastot\"\n\nmsgid \"Server status\"\nmsgstr \"Palvelimen tila\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Palvelu ei ole saatavilla\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Palvelu\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Palveluportti lisätty onnistuneesti\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Palveluportti poistettu onnistuneesti.\"\n\nmsgid \"Service ports\"\nmsgstr \"Palveluportit\"\n\nmsgid \"Service protocol\"\nmsgstr \"Palvelun protolla\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Istunnot\"\n\nmsgid \"Settings\"\nmsgstr \"Asetukset\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Asetukset tallennettu.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Jaettu liitospiste\"\n\nmsgid \"Show\"\nmsgstr \"Näytä\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Näytä %s hakutulosta / sivu\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Näytä SSL-sertifikaatti\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Näytä yksityiskohtaiset tiedot tälle jälleenmyyjälle\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Näytä yksityiskohtaiset liikennetiedot\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Näytä\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Näytä selite päävalikon kohteissa\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Näytetään %s - %s / %s tietuetta\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Näytetään 0 - 0 / 0 tietuetta\"\n\nmsgid \"Size\"\nmsgstr \"Koko\"\n\nmsgid \"Software\"\nmsgstr \"Ohjelmisto\"\n\nmsgid \"Software available\"\nmsgstr \"Saatavilla olevat sovellukset\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Ohjelmisto poistettu.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"Ohjelmiston tiedot\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Ohjelmisto on poistettu.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Ohjelmiston tuonti onnistui.\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"Ohjelmiston asennus\"\n\nmsgid \"Software installer\"\nmsgstr \"Ohjelmistoasentaja\"\n\nmsgid \"Software installer options\"\nmsgstr \"Ohjelmistoasentajan asetukset\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Ohjelmistoasentajan asetukset on päivitetty onnistuneesti.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"Ohjelmistojen hallinta\"\n\nmsgid \"Software name\"\nmsgstr \"Sovelluksen nimi\"\n\nmsgid \"Software not found!\"\nmsgstr \"Ohjelmistoa ei löydy!\"\n\nmsgid \"Software options\"\nmsgstr \"Ohjelmiston asetukset\"\n\nmsgid \"Software permissions\"\nmsgstr \"Ohjelmiston oikeudet\"\n\nmsgid \"Software repository\"\nmsgstr \"Ohjelmavarasto\"\n\nmsgid \"Software status\"\nmsgstr \"Sovelluksen tila\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"Ohjelmistoja yhteensä\"\n\nmsgid \"Software upload\"\nmsgstr \"Sovelluksen lataaminen palvelimelle\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Ohjelmisto aktivoitiin.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Ohjelmisto poistettiin\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Sovellukset-Synonyymi\"\n\nmsgid \"Software-Version\"\nmsgstr \"Sovelluksen versio\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"Aloita asennus\"\n\nmsgid \"State/Province\"\nmsgstr \"Osavaltio/lääni\"\n\nmsgid \"Statistics\"\nmsgstr \"Tilastot\"\n\nmsgid \"Status\"\nmsgstr \"Tila\"\n\nmsgid \"Street 1\"\nmsgstr \"Katuosoite 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Katuosoite 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Alidomain\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Alidomain %s on jo olemassa.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Alidomainin alias\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Alidomain-aliaksien virheet\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Alidomainien virheet\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Alidomainin nimi\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Alidomainin nimi on virheellinen.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Alidomain on ajastettu poistettavaksi.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Alidomain ajastettu lisättäväksi onnistuneesti.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Alidomain ajastettu päivitettäväksi onnistuneesti.\"\n\nmsgid \"Subdomains\"\nmsgstr \"Alidomainit\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Aihe\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Otsikko puuttuu.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Hyväksy muutokset\"\n\nmsgid \"Support\"\nmsgstr \"Tuki\"\n\nmsgid \"Support system\"\nmsgstr \"Tukijärjestelmä\"\n\nmsgid \"Swap\"\nmsgstr \"SWAP\"\n\nmsgid \"Switch\"\nmsgstr \"Vaihda\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Vaihda varmuuskopio kansioon\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Vaihda käyttäjän käyttöliittymään\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Järjestelmä\"\n\nmsgid \"System data\"\nmsgstr \"Järjestelmäntiedot\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Järjestelmävirhe - Itse määriteltyä virhesivua ei ole päivitetty.\"\n\nmsgid \"System information\"\nmsgstr \"Järjestelmäntiedot\"\n\nmsgid \"System tools\"\nmsgstr \"Järjestelmätyökalut\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Järjestelmä on huoltotilassa\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Kohde\"\n\nmsgid \"Target domain\"\nmsgstr \"Kohde domain\"\n\nmsgid \"Target port\"\nmsgstr \"Kohdeportti\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"Kohdeportin täytyy olla numero.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Väliaikaista kansiota ei löydy.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"Kansiota '%s' ei ole olemassa. Ole hyvä ja käy luomassa kansio käyttämällä \"\n\"tiedostonhallintaa.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"Domainia ei löydy järjestelmästä\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"Valikkoa ei löydy\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"Paketti on vahingoittunut. Yritä uudelleen.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Virheellinen käyttäjätunnus tai salasana.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"Yksityinen avain ei kuulu annetulle SSL sertifikaatille.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Virheellinen käyttäjätunnus tai salasana.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Antamasi htaccess ryhmä on jo olemassa.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Antamasi htaccess käyttäjä on jo olemassa.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Tämä on palvelin, josta SQL-käyttäjän on sallittua yhdistää SQL-\"\n\"palvelimelle. Syötä %s jokerimerkki salliaksesi yhdistämisen mistä tahansa \"\n\"osoitteesta.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Tukipyynnön tiedot\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Tukipyyntö suljettu onnistuneesti\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Tukipyyntö poistettu onnistuneesti.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Tukipyyntö uudelleenavattu onnistuneesti.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Tukipyyntöä ID:llä '%d' ei löydy.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"Poistaaksesi tämän liitännäisen suojauksen, muokkaa tiedostoa %s\"\n\nmsgid \"Total\"\nmsgstr \"Yhteensä\"\n\nmsgid \"Total Domains\"\nmsgstr \"Domaineja yhteensä\"\n\nmsgid \"Total Software\"\nmsgstr \"Ohjelmistoja yhteensä\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Verkko-ohjelmavarastojen määrä\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Asennuksia yhteensä\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Pakettien määrä verkko-ohjelmavarastossa\"\n\nmsgid \"Total reseller\"\nmsgstr \"Jälleenmyyjiä yhteensä\"\n\nmsgid \"Total software\"\nmsgstr \"Ohjelmistoja yhteensä\"\n\nmsgid \"Traffic\"\nmsgstr \"Liikenne\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"Käännettyjä rivejä\"\n\nmsgid \"Type\"\nmsgstr \"Tyyppi\"\n\nmsgid \"UP\"\nmsgstr \"Päällä\"\n\nmsgid \"URL forwarding\"\nmsgstr \"Uudelleenohjaus\"\n\nmsgid \"URL port\"\nmsgstr \"URL Portti\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL Protokolla\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL ylläpitopaneeliin\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Ei sallittu\"\n\nmsgid \"Unavailable\"\nmsgstr \"Ei saatavilla\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Odottamaton virhe\"\n\nmsgid \"Uninstall\"\nmsgstr \"Poista asennus\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Poista tämä liitännäinen\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Asennuksen poisto meneillään...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Asennus poistettu\"\n\nmsgid \"Unknown\"\nmsgstr \"Tuntematon\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Määrittämätön virhe\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Tuntematon toiminto pyydetty.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Tunnistamaton toiminto: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Tuntematon kielitiedosto\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Tuntematon käyttöliittymän väri.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Tuntematon syy.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Tuntematon palvelu: '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Tuntematon tila\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Tuntematon tyyppi\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Tuntematon käyttäjätunnus\"\n\nmsgid \"Update\"\nmsgstr \"Päivitä\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Päivitä liitännäiset\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Vaihda SQL-käyttäjän salasana\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Päivitä internetlähteestä\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Päivitys käynnissä...\"\n\nmsgid \"Update info\"\nmsgstr \"Päivityksen tiedot\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"Päivitä salasana\"\n\nmsgid \"Updates\"\nmsgstr \"Päivitykset\"\n\nmsgid \"Upload\"\nmsgstr \"Lähetä\"\n\nmsgid \"Upload logo\"\nmsgstr \"Lähetä logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Lataa nyt\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"Käytössä?\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Käytä normaalia yhteyttä (Ei SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Käytetty\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Käyttäjä\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Käyttäjän (etu ja suku) nimi\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Käyttäjän tietoja ei päivitetty.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Käyttäjätiedot on päivitetty onnistuneesti.\"\n\nmsgid \"User errors\"\nmsgstr \"Käyttäjävirheet\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"Käyttäjää ei ole poistettu.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Käyttäjän kirjautumisnimi\"\n\nmsgid \"User password\"\nmsgstr \"Käyttäjän salasana\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Käyttäjän oikea (etu ja suku) nimi\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Käyttäjän poisto ajastettu.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Käyttäjäsessio on katkaistu onnistuneesti.\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Käyttäjän yhteys on katkaistu onnistuneesti.\"\n\nmsgid \"User type\"\nmsgstr \"Käyttäjätyyppi\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Käyttäjätyyppi (ylläpitäjä, jälleenmyyjä, käyttäjä)\"\n\nmsgid \"Username\"\nmsgstr \"Käyttäjänimi\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Käyttäjät\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"Arvot\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Toimittajan kotisivu\"\n\nmsgid \"Version\"\nmsgstr \"Versio\"\n\nmsgid \"Very high\"\nmsgstr \"Todella suuri\"\n\nmsgid \"View\"\nmsgstr \"Katsele\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Katso SSL-sertifikaattia\"\n\nmsgid \"View ticket\"\nmsgstr \"Katso tukipyyntö\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Vieraile lisäosan kotisivuilla\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Varoitukset ja virheet\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Pahoittelut, mutta järjestelmää huolletaan tällä hetkellä. Yritä hetken \"\n\"kuluttua uudelleen.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Web-tilastot\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Suojatut kansiot\"\n\nmsgid \"Web in\"\nmsgstr \"Web sisään\"\n\nmsgid \"Web out\"\nmsgstr \"Web ulos\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Kernelin versio\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web-tilastot\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web-liikenne\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Web-työkalut\"\n\nmsgid \"Welcome email\"\nmsgstr \"Tervetuloviesti\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"{USERNAME}, Tervetuloa käyttämään i-MSCP:tä.\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Väärä jälleenmyyjän id\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Väärä varmistuskoodi\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Väärä ohjelmiston id.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Virheellinen syöte vanhentumispäivälle.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Virheellinen muoto sähköpostin levytila-asetukselle.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Väärä käyttäjänimi.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Vuosi\"\n\nmsgid \"Yes\"\nmsgstr \"Kyllä\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Olet ylittänyt kuukausittaisen liikennemäärärajan.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Olet ylittänyt levytilasi määrän.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Olet ylittänyt kuukausittaisen liikennemäärän.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Voit lähettää ainoastaan kuvia.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"Tästä voit asettaa vaihtoehtoisen juuren tiedostoillesi. Tätä asetusta \"\n\"tarvitaan pääsääntöisesti kun käytetään PHP Frameworkkia, kuten Symfonya. \"\n\"Huomioithan, että uusi juurihakemisto sijaitsee alkuperäisen /htdocs \"\n\"-juurihakemiston sisällä. Valitsemasi juuri hakemisto täytyy olla valmiiksi \"\n\"luotuna ennen sen asettamista.\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"Et voi poistaa jälleenmyyjää, jolla on asiakkaita.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"Et voi poistaa järjestelmän oletusylläpitäjää.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Et voi poistaa viimeistä aktiivista IP-osoitetta.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"Et voi poistaa IP-osoitetta, joka on lisätty jälleenmyyjälle.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"Et voi asettaa vanhentumispäivää menneisyyteen.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"Et voi poistaa IP-osoitetta, joka on jo käytössä.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"Et voi päivittää suojattua lisäosaa.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"Sinulla ei ole DNS-tietueita tallennettuna.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Sinulla ei ole FTP-tilejä\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Sinulla ei ole vielä yhtään ohjelmistoa.\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"Sinulla ei ole tietokantoja\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Sinulla ei ole domain-aliaksia\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"Sinulla ei ole oikeuksia lähettää ohjelmistoja palvelimelle.\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Sinulla ei ole suojattuja alueita.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Sinulla ei ole alidomaineja.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"Sinulle on määritetty raja levytilalle. Et voi lisätä käyttäjätunnusta \"\n\"rajoittamattomalla levytilalla.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"Sinulle on määritetty kuukausittainen raja liikennemäärälle. Et voi lisätä \"\n\"käyttäjätunnusta rajoittamattomilla liikennöinnillä.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"Sinulla on yksi uusi vastaus tukipyyntöösi.\"\nmsgstr[1] \"Sinulla on %d uutta vastausta tukipyyntöösi.\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"Sinulla on yksi uusi domainalias tilaus.\"\nmsgstr[1] \"Sinulla on %d uutta domainaliastilausta.\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"Sinulla on yksi uusi tukipyyntö.\"\nmsgstr[1] \"Sinulla on %d uutta tukipyyntöä.\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"IP-osoite on estetty %s minuutiksi.\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Olet kirjautunut onnistuneesti ulos.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"SQL-tietokannat on poistettu tältä käyttäjätililtä käytöstä. Et voi lisätä \"\n\"uusia SQL-käyttäjiä.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Sinulla ei ole suljettuja tukipyyntöjä.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Sinulla ei ole ryhmiä.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Sinulla ei ole avoimia tukipyyntöjä.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"Tilisi kaikki käytettävissä olevat domainaliakset on käytetty.\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"Tilisi kaikki käytettävissä olevat alidomainit on käytetty.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"Sinun on määriteltävä ainakin yksi IP tälle jälleenmyyjälle.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Syötä salasanasi uudelleen.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Aliaksen nimi täytyy antaa.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Alidomainin nimi täytyy antaa.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"Sinun täytyy ensin luoda käyttäjä.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"Generoi salasana painamalla 'Generoi' -nappia.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Valitse palvelimelle lähetettävä tiedosto.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Sinun täytyy valita tiedosto ladattavaksi.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Valitse vähintään yksi lisäosa.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Viesti ei voi olla tyhjä\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Otsikko ei voi olla tyhjä\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"Odota %s minuuttia ennen seuraavaa yritystä.\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Käyttäjätunnuksesi on vanhentunut. Ole hyvä ja uudista tilauksesi.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"Käyttösi\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Käyttämäsi i-MSCP -versio ei ole yhteensopiva lisäosan kanssa. Yritä \"\n\"uudemman version kanssa.\"\n\nmsgid \"Your message\"\nmsgstr \"Viestisi\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Viestisi on lähetetty onnistuneesti.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Uudet kirjautumistietosi i-MSCP hallintapaneeliin\"\n\nmsgid \"Your new password\"\nmsgstr \"Uusi salasanasi\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Pakettisi on korruptoitunut. Korjaa paketti!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"Tiedoston (%s) koko on alle 1 kilotavu. Tarkista antamasi URL.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\"Salasana nollauspyyntöä ei voida toteuttaa. Yritä uudelleen hetken kuluttua.\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"Salasanan nollauspyyntösi on virheellinen tai vanhentunut.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"Ohjelmistopaketti on aktivoitu\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"Ohjelmistopaketti on poistettu\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Postinumero\"\n\nmsgid \"Zone\"\nmsgstr \"Vyöhyke\"\n\nmsgid \"[New]\"\nmsgstr \"[Uusi]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Vastaus]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Finnish (Suomi) - Finnish (Finland)\"\n\nmsgid \"activated\"\nmsgstr \"aktivoitu\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"aktivoitu (ohjelmavarasto)\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"ja\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"poistetaan\"\n\nmsgid \"disabled\"\nmsgstr \"pois käytöstä\"\n\nmsgid \"disk space\"\nmsgstr \"levytila\"\n\nmsgid \"domain\"\nmsgstr \"domain\"\n\nmsgid \"domain alias\"\nmsgstr \"domain-alias\"\n\nmsgid \"domain aliases\"\nmsgstr \"domainien aliakset\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"domainit\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"kaikki\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"Muut selaimesta\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Ohjelmistojen hallinta (Oikeudet)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Hallintapaneeli / Kirjautuminen\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Kadonnut salasana\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Ylläpito\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Ohjelmistoasentaja / Hallinta\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Ohjelmistojen ylläpito\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Ohjelmistojen ylläpito (oikeudet)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Ohjelmistojen ylläpito\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Ohjelmistoasentaja / Hallinta\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Ohjelmistoasentaja / Ohjelmavarasto\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP ohjelmistovarasto\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP liitännäiset\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP-päivitykset\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"Uusien i-MSCP päivityksien hakeminen on pois käytöstä.\"\n\nmsgid \"installed\"\nmsgstr \"asennettu\"\n\nmsgid \"installing\"\nmsgstr \"asentaa\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Hallintapaneeli\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"sähköposti\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"Sähköpostitilit\"\n\nmsgid \"missing alias\"\nmsgstr \"puuttuva alias\"\n\nmsgid \"missing domain\"\nmsgstr \"puuttuva domain\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/A\"\n\nmsgid \"no\"\nmsgstr \"ei\"\n\nmsgid \"not available\"\nmsgstr \"Ei saatavilla\"\n\nmsgid \"not required\"\nmsgstr \"ei vaadittu\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"yli 1 kk:tta vanha\"\n\nmsgid \"older than 12 months\"\nmsgstr \"yli 12 kk:tta vanha\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"yli 2 viikkoa vanha\"\n\nmsgid \"older than 3 months\"\nmsgstr \"yli 3 kk:tta vanha\"\n\nmsgid \"older than 6 months\"\nmsgstr \"yli 6 kk:tta vanha\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"tai etätiedosto (Max: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"puuttuva merkintä\"\n\nmsgid \"required\"\nmsgstr \"pakollinen\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Alidomain\"\n\nmsgid \"subdomains\"\nmsgstr \"alidomainit\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Liikenne\"\n\nmsgid \"update\"\nmsgstr \"päivitä\"\n\nmsgid \"waiting for activation\"\nmsgstr \"odottaa aktivointia\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"kyllä\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"{USERNAME} käyttäjätilastot\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/fr_FR.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: krok <krok@totalynet.fr>, 2017\\n\"\n\"Language-Team: French (France) (https://www.transifex.com/i-mscp/teams/576/fr_FR/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: fr_FR\\n\"\n\"Plural-Forms: nplurals=2; plural=(n > 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Admininistrateur / Support / Tickets ouverts\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Client / Outils Internet / Pages d'erreur personnalisées / Éditer une page \"\n\"d'erreur personnalisée\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Adresse IP incorrecte.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN est automatiquement ajouté aux noms qui ne sont pas pleinement \"\n\"qualifiés.\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"La valeur pour $ORIGIN est actuellement: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\"La valeur de la directive %%s ne peut pas être supérieure à la valeur de la \"\n\"directive %%s.\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Dépôt de logiciels)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Version : %2$s, Langue : %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s vous êtes connecté en tant que %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Logiciel\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"%d jour restant avant l'expiration du compte\"\nmsgstr[1] \"%d jours restant avant l'expiration du compte\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d chaines traduites\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"Le compte %s a été supprimé.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s ne ressemble pas à une archive d'extension pour i-MSCP.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s n'existe pas ou est vide.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s n'est pas un fichier de langue valide.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s n'est pas autorisé en tant que label de sous-domaine.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s page\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s enregistrement\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"Webmail %s\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s : La consommation client (%s) pour ce revendeur est plus grande que la \"\n\"nouvelle limite.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s : Le nombre d'objets (%s) déjà assigné à ce revendeur est plus grand que \"\n\"la nouvelle limite.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s : Ce revendeur a des clients avec des objets illimités.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: Vous ne pouvez pas désactiver un service déjà utilisé par les clients du\"\n\" revendeur.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s : Vous ne pouvez pas désactiver un service déjà vendu aux clients du \"\n\"revendeur.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"La méthode %s::getInfo() n'est pas implémentée et %s n'a pas été trouvé. Il \"\n\"s'agit d'un bogue dans l'extension %s qui doit être reporté aux l'auteur(s).\"\n\nmsgid \"(default)\"\nmsgstr \"(par défaut)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtré à partir de %s enregistrements)\"\n\nmsgid \"(usually named\"\nmsgstr \"(habituellement nommé\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Une extension PHP a stoppé le téléversement du fichier.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Un plan d'hébergement avec le même nom existe déjà.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"Un nouveau paramètre de configuration a été créé.\"\nmsgstr[1] \"%d paramètres de configuration ont été créés.\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Une mise à jour pour i-MSCP est disponible\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Un nouveau logiciel a été téléversé.\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"Une tâche est en cours pour cet utilisateur htaccess.\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Accédez aux statistiques de votre domaine via l'interface Web.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Accédez à vos fichiers via l'interface Web.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Accédez à votre courrier via l'interface Web.\"\n\nmsgid \"Account limits\"\nmsgstr \"Limites du compte\"\n\nmsgid \"Account name\"\nmsgstr \"Nom du compte\"\n\nmsgid \"Account summary\"\nmsgstr \"Résumé du compte\"\n\nmsgid \"Account type\"\nmsgstr \"Type de compte\"\n\nmsgid \"Action\"\nmsgstr \"Action\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"L'action a été arrêtée.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"L'action a échoué.\"\n\nmsgid \"Actions\"\nmsgstr \"Actions\"\n\nmsgid \"Activate\"\nmsgstr \"Activer\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"Activer l'auto-répondeur\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Activer cette extension\"\n\nmsgid \"Activated\"\nmsgstr \"Activé\"\n\nmsgid \"Activated software\"\nmsgstr \"Logiciels activés\"\n\nmsgid \"Activation email\"\nmsgstr \"E-mail d'activation\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Activation en cours....\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"Temp d'expiration en minutes pour les liens d'activation\"\n\nmsgid \"Add\"\nmsgstr \"Ajouter\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Ajouter un enregistrement DNS personnalisé\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Ajouter un compte FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Ajouter un groupe Htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Ajouter un utilisateur Htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Ajouter une base de données SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Ajouter un utilisateur SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Ajouter un certificat SSL\"\n\nmsgid \"Add admin\"\nmsgstr \"Ajouter un administrateur\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"Ajouté un compte catch-all\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Ajouter un menu personnalisé\"\n\nmsgid \"Add customer\"\nmsgstr \"Ajouter un client\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Ajouter un client - Étape suivante\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Ajouter un alias de domaine\"\n\nmsgid \"Add group\"\nmsgstr \"Ajouter un groupe\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Ajouter un plan d'hébergement\"\n\nmsgid \"Add mail account\"\nmsgstr \"Ajouter un compte de messagerie\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Ajouter une nouvelle adresse IP\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Ajouter une nouvelle zone protégée\"\n\nmsgid \"Add permissions\"\nmsgstr \"Ajouter des permissions\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Ajouter des permissions au revendeur pour le logiciel :\"\n\nmsgid \"Add protected area\"\nmsgstr \"Ajouter une zone protégée\"\n\nmsgid \"Add reseller\"\nmsgstr \"Ajouter un revendeur\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Ajouter un sous-domaine\"\n\nmsgid \"Add user\"\nmsgstr \"Ajouter un utilisateur\"\n\nmsgid \"Added by\"\nmsgstr \"Ajouté par\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"L'ajout est en cours...\"\n\nmsgid \"Admin\"\nmsgstr \"Administrateur\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Administrateur / Général / Journal des événements\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admininistrateur / Général / Vue générale\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Administrateur / Général / État des services\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Administrateur / Profil / Résumé du compte\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Administrateur / Profil / Langue\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Administrateur / Profil / Personnalisation de l'interface\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Administrateur / Profil / Mot de passe\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Administrateur / Profil / Données personnelles\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Administrateur / Paramètres\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Administrateur / Paramètres / Gestion des adresses IP\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Administrateur / Paramètres / Langues\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Administrateur / Paramètres / E-mail de mot de passe oublié\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"Administrateur / Paramètres / Traffic Mensuel Du Serveur\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Administrateur / Paramètres / Gestion des extensions\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Administrateur / Paramètres / Ports des services\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Administrateur / Paramètres / Gestion des logiciels\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Administrateur / Paramètres / Options des logiciels\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Administrateur / Paramètres / E-mail de bienvenue\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Administrateur / Paramètres / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Administrateur / Gestion des logiciels / Logiciels du revendeur\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Administrateur / Statistiques / Utilisation des IPs\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Administrateur / Statistiques / Statistiques des revendeurs\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\"Administrateur / Statistiques / Statisques Des Revendeurs / Statistiques Des\"\n\" Utilisateurs\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Administrateur / Statistiques / Statistiques Des Revendeurs / Statistiques \"\n\"Des Utilisateurs / Statistiques De L'Utilisateur {USERNAME}\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Administrateur / Statistiques / Statistiques du serveur\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Administrateur / Support / Tickets fermés\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Administrateur / Support / Ticket\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Administrateur / Outils système / Journaux anti-Rootkits\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Administrateur / Outils système / Débogueur\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Administrateur / Outils système / Paramètres de maintenance\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Administrateur / Outils système / Information sur le système\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Administrateur / Outils système / Mises à jour\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Administrateur / Utilisateurs / Ajouter un administrateur\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Administrateur / Utilisateurs / Ajouter un revendeur\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Administrateur / Utilisateurs / E-mail de masse\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Administrateur / Utilisateurs / Éditer un revendeur\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Administrateur / Utilisateurs / Vue générale\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Administrateur / Utilisateurs / Détails du domaine\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Administrateur / Utilisateurs / Éditer un administrateur\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"Administrateur / Utilisateurs / Vue D'ensemble / Édition Du Client\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Administrateur / Utilisateurs / Sessions\"\n\nmsgid \"Admin log\"\nmsgstr \"Journal des événements\"\n\nmsgid \"Admin not available\"\nmsgstr \"Administration non disponible\"\n\nmsgid \"Admin users\"\nmsgstr \"Administrateurs\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Administrateur / Statistiques d'utilisation des IP\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrateur\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Niveau des administrateurs et revendeurs\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administrateurs et clients\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Niveaux des administrateurs et des clients\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrateurs et revendeurs\"\n\nmsgid \"Administrator level\"\nmsgstr \"Niveau administrateur\"\n\nmsgid \"Administrator login\"\nmsgstr \"Identification Administrateur\"\n\nmsgid \"Administrators\"\nmsgstr \"Administrateurs\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Administrateurs et clients\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administrateurs et revendeurs\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Après avoir téléversé le paquet, il sera installé sur le \"\n\"système.<br>Rafraichissez la page pour voir le nouveau statut .\"\n\nmsgid \"All\"\nmsgstr \"Tous\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Tous les tickets fermés ont été supprimés.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Toutes les erreurs (Développement)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Toutes les erreurs, excepté E_DEPRECATED et E_STRICT (Production)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\"Toutes les erreurs, excepté E_NOTICES, E_STRICT et E_DEPRECATED (Défaut)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Tous les champs sont requis.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Tous les champs sont valides.\"\n\nmsgid \"All in\"\nmsgstr \"Tous entrants\"\n\nmsgid \"All levels\"\nmsgstr \"Tous les niveaux\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Tous les tickets ouverts ont été supprimés.\"\n\nmsgid \"All out\"\nmsgstr \"Tous sortants\"\n\nmsgid \"All reseller\"\nmsgstr \"Tous les revendeurs\"\n\nmsgid \"All traffic\"\nmsgstr \"Tout le trafic\"\n\nmsgid \"All users\"\nmsgstr \"Tous les utilisateurs\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Autoriser URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Permet de rediriger toutes les requêtes de ce domaine vers l'URL spécifiée.\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Permettre de partage le point de montage avec un autre domaine.\"\n\nmsgid \"Already in use\"\nmsgstr \"Déjà utilisé\"\n\nmsgid \"Alt. URL\"\nmsgstr \"Alt. URL\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"URL alternative pour accéder à votre site Web.\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"URL alternative pour accéder à votre site web\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Une erreur inattendue s'est produite.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\"Une erreur inattendue s'est produite. Veuillez contacter votre \"\n\"administrateur.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\"Une erreur inattendue s'est produite. Veuillez contacter votre revendeur.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Une erreur inattendue est survenue : %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\"Une erreur inconnue est survenue durant le téléversement du fichier : %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Journaux anti-Rootkits\"\n\nmsgid \"Any\"\nmsgstr \"Toute\"\n\nmsgid \"Application installer\"\nmsgstr \"Installateur d'applications\"\n\nmsgid \"Apply\"\nmsgstr \"Appliquer\"\n\nmsgid \"Apply changes\"\nmsgstr \"Appliquer les changements\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\"Êtes-vous certain de vouloir installer ce paquet à partir du dépôt Web ?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Êtes-vous certain de vouloir installer ce paquet ?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Êtes-vous certain de vouloir supprimer les permissions ?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Etes-vous certains de vouloir supprimer l'utilisateur SQL %s?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Êtes-vous certains de vouloir activer ce paquet ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Êtes-vous certain de vouloir supprimer %s ?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Êtes-vous certains de vouloir supprimer tous les tickets fermés ?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\"Êtes-vous sûr de vouloir supprimer tous les comptes de messagerie \"\n\"sélectionnés ?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Etes-vous certain de supprimer tous les tickets ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"Êtes-vous certain de vouloir supprimer le compte FTP %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\"Etes-vous certain de vouloir supprimer la commande pour l'alias de domain \"\n\"%s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Etes-vous certain de vouloir supprimer l'alias de domain %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Êtes-vous certain de vouloir supprimer le menu %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"Êtes-vous de vouloir supprimer le service %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Etes-vous certain de vouloir supprimer le ticket '%s' ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Êtes-vous certain de vouloir supprimer l'adresse IP `%%s' ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Êtes-vous certain de vouloir supprimer l'utilisateur FTP `%%s`?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Êtes-vous certain de vouloir supprimer la zone protégée `%%s`?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"Êtes-vous certain de vouloir supprimer ce compte %%s?\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Etes-vous certain de vouloir supprimer cet enregistrement DNS?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"Êtes-vous certain de vouloir supprimer ce compte?\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"Êtes-vous certain de vouloir supprimer ce compte catch-all?\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Etes-vous certain de vouloir supprimer cet alias de domaine?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Etes-vous certain de vouloir suppirmer ce plan d'hébergement?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Êtes-vous certains de vouloir supprimer ce paquet ?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Etes-vous certain de vouloir supprimer ce sous-domaine?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Etes-vous certains de vouloir importer le paquet dans le dépôt local de \"\n\"logiciels.\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\"Êtes-vous certain de vouloir importer ce paquet dans le dépôt de logiciels ?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\"Etes-vous certains de vouloir installer le paquet à partir du dépôt de \"\n\"logiciels Web ?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Êtes-vous certain de vouloir restaurer cette sauvegarde ?\"\n\nmsgid \"Assign\"\nmsgstr \"Assigner\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Utiliser un utilisateur SQL existant\"\n\nmsgid \"Assign group\"\nmsgstr \"Assigner le group\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Assignée à un ou plusieurs revendeurs\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Au moins un certificat intérmédaire est invalide our absent.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"Au moins une de vos boîtes-aux-lettres est pleine.\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Authentification par groupe\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Authentification par utilisateur\"\n\nmsgid \"Authentication users\"\nmsgstr \"Utilisateurs htaccess\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Utilisateurs et groupes htaccess\"\n\nmsgid \"Auto\"\nmsgstr \"Automatique\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Auto (Langage du navigateur)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"Adresses de catch-all automatique\"\n\nmsgid \"Autoresponder\"\nmsgstr \"Auto-repondeur\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"L'auto-repondeur a été activé.\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"L'auto-repondeur a été désactivé.\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"L'auto-répondeur a été édité.\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"Le message de l'auto-répondeur ne peut pas être vide.\"\n\nmsgid \"Available\"\nmsgstr \"Disponible\"\n\nmsgid \"Available software\"\nmsgstr \"Logiciels disponibles\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"En attente d'activation\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"En attente d'approbation\"\n\nmsgid \"B\"\nmsgstr \"o\"\n\nmsgid \"Back\"\nmsgstr \"Retour\"\n\nmsgid \"Backup\"\nmsgstr \"Sauvegarde\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Paramètre de sauvegarde et restauration.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"La sauvegarde va être restaurée.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"Mauvaise addresse e-mail dans le champ des adresses de catch-all.\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"Mauvaise adresse e-mail dans le champ des adresses de redirection.\"\n\nmsgid \"Bad password.\"\nmsgstr \"Mot de passe erroné.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Mauvaise requête.\"\n\nmsgid \"Behind\"\nmsgstr \"Derrière\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Ci-dessous, vous pouvez activer un serveur de messagerie externe pour un ou \"\n\"plusieurs de vos domaines. Notez que l'activation d'un serveur de messagerie\"\n\" externe configure nos serveurs pour relayer votre courier via votre propre \"\n\"serveur de messagerie mais qu'aucun enregistrement DNS n'est créé pour lui.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\"Temps en minutes pour le bloquage entre les tentatives \"\n\"d'authentification/challenge.\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Blocage entre les tentatives de connexion/captcha\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"Temps de bloquage en minutes\"\n\nmsgid \"Body\"\nmsgstr \"Corps du message\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Le corps due message est manquant.\"\n\nmsgid \"Bogomips\"\nmsgstr \"BogoMips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Détection des attaques par force brute\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Actions groupées\"\n\nmsgid \"By\"\nmsgstr \"Par\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"Informations sur le CPU\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Peut éditer l'option de configuration PHP %s\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Peut utiliser la fonction PHP %s\"\n\nmsgid \"Cancel\"\nmsgstr \"Annuler\"\n\nmsgid \"Canonical name\"\nmsgstr \"Nom canonique\"\n\nmsgid \"Catch-all account\"\nmsgstr \"Compte catch-all\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"Le compte catch-all a été programmé pour suppression.\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"Comptes catch-all\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"Adresses de catch-all\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"Le champ pour les adresses de catch-all ne peut pas être vide.\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"Adresses catch-all pour le domaine %s\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"Domaine du catch-all\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"Catch-all programmé pour ajout.\"\n\nmsgid \"Certificate\"\nmsgstr \"Certificat SSL\"\n\nmsgid \"Certificate data\"\nmsgstr \"Donnée du certificat SSL\"\n\nmsgid \"Change\"\nmsgstr \"Changer\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Changer le status pour une nouvelle tentative\"\n\nmsgid \"Check for update\"\nmsgstr \"Vérification des mises à jour\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Veuillez vérifier les téléversements du revendeur.<br>Il n'est pas autorisé \"\n\"de téléverser ce paquet deux fois.<br>Rafraichissez la pagee pour voir le \"\n\"nouveau statut.\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Veuillez vérifier vos propres téléversements.<br>Contactez l'administrateur \"\n\"si vous ne trouvez pas le paquet.<br>Il n'est pas autorisé de téléverser ce \"\n\"paquet deux fois.<br>Rafraichissez la pagee pour voir le nouveau statut.\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Veuillez vérifier votre paquet. Il y a une erreur \"\n\"d'empactage.<br>Rafraichissez la page pour voir le nouveau statut.\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Veuillez vérifier les téléversements du dépôt des logiciels.<br>Il n'est pas\"\n\" autorisé de téléverser ce paquet deux fois.<br>Rafraichissez la page pour \"\n\"voir le nouveau statut.\"\n\nmsgid \"Choose\"\nmsgstr \"Choisir\"\n\nmsgid \"Choose dir\"\nmsgstr \"Choisir le dossier\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Choisissez un fichier (Taille max : %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Veuillez choisir un plan d'hébergement\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Veuillez choisir la couleur de l'interface\"\n\nmsgid \"Choose your language\"\nmsgstr \"Veuillez choisir la langue de l'interface\"\n\nmsgid \"Circular\"\nmsgstr \"E-mail de masse\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"E-mail de masse envoyé avec succès.\"\n\nmsgid \"City\"\nmsgstr \"Ville\"\n\nmsgid \"Class\"\nmsgstr \"Classe\"\n\nmsgid \"Clear log\"\nmsgstr \"Vider le journal\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Cliquez ici pour plus de détails\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Cliquez sur le bouton de restauration pour restaurer la dernière sauvegarde \"\n\"journalière\"\n\nmsgid \"Click to edit\"\nmsgstr \"Cliquez pour éditer\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"Cliquez pour suspendre ce compte client.\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"Cliquez pour ré-activer ce compte.\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Client / Bases de données / Ajouter une base de données SQL\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Client / Bases de données / Vue générale\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Client / Bases de données / Ajouter un utilisateur SQL\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\"Client / Bases de données / Mise à jour du mot de passe d'un utilisateur SQL\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Client / Domaines / Éditer un enregistrement DNS personnalisé\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Client / Domaines\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Client / Domaines / Éditer un enregistrement DNS personnalisé\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Client / Domaines / Ajouter un alias de domaine\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Client / Domaines / Ajouter un sous-domaine\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Client / Domaines / Édition du domaine\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Client / Domaines / Éditer un alias de domaine\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Client / Domaines / Éditer un sous-domaine\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Client / Domaines / Paramètres PHP\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Client / Domaines / Certificats SSL\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Client / FTP / Ajouter un compte FTP\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Client / FTP / Vue générale\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Client / FTP / Éditer un compte FTP\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Client / Général / Vue générale\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"Client / Messagerie / Ajout D'un Compte De Messagerie\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"Client / Messagerie / Compte Catch-all\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"Client / Messagerie / Comptes Catch-all / Ajout D'un Compte Catch-all\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"Client / Messagerie / Édition D'un Compte De Messagerie\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"Client / Messagerie / Messagerie Externe\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"Client / Messagerie / Vue D'ensemble\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"Client / Messagerie / Vue D'ensemble / Activation De L'auto-repondeur\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"Client / Messagerie / Vue D'ensemble / Édition De L'auto-repondeur\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Client / Profil / Résumé du compte\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Client / Profil / Langue\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Client / Profil / Personnalisation de l'interface\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Client / Profil / Mot de passe\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Client / Profil / Données personnelles\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Client / Statistiques\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Client / Support / Tickets fermés\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Client / Support / Nouveau ticket\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Client / Support / Tickets ouverts\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Client / Support / Ticket\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Client / Outils Internet / Pages d'erreur personnalisées\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Client / Outils Internet / Sauvegarde journalière\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Client / Outils Internet / Vue générale\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Client / Outils Internet / Zones protégées\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Client / Outils Internet / Zones protégées / Gestion des utilisateurs et des\"\n\" groupes\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Client / Outils Internet / Zones protégées / Gestion des utilisateurs et des\"\n\" groupes / Ajouter un groupe\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Client / Outils Internet / Zones protégées / Gestion des utilisateurs et des\"\n\" groupes / Ajouter un utilisateur\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Client / Outils Internet / Zones protégées / Gestion des utilisateurs et des\"\n\" groupes / Éditer un utilisateur\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Client / Outils Internet / Zones protégées / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Client / Outils Internet / Logiciels\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Client / Outils Web / Logiciels / Installlation\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Client / Outils Internet / Logiciels / Vue\"\n\nmsgid \"Client users\"\nmsgstr \"Clients\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Fréquence d'horloge (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Fermer\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Fermer le ticket\"\n\nmsgid \"Close ticket\"\nmsgstr \"Fermer le ticket\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Tickets fermés\"\n\nmsgid \"Common name\"\nmsgstr \"Nom commun\"\n\nmsgid \"Company\"\nmsgstr \"Société\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Mode de configuration\"\n\nmsgid \"Confirmation required\"\nmsgstr \"Confirmation requise\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"Conflit avec l'enregistrement DNS `%s'.\"\n\nmsgid \"Cores\"\nmsgstr \"Cœurs\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Impossible d'ajouter ou mettre à jour le certificat SSL. Une erreur \"\n\"inattendue s'est produite.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"Impossible de sauvegarder le répertoire courant du plugin `%s'.\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"Impossible de modifier l'extension %s: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\"Impossible de se connecter à la base de donnée `%s' . Veuillez vérifier les \"\n\"identifiants.\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\"Impossible de créer l'alias de domaine. Une erreur inattendue s'est \"\n\"produite.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\"Impossible de supprimer la base de données SQL. Une erreur inattendue s'est \"\n\"produite.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\"Impossible de supprimer l'utilisateur SQL. Une erreur inattendue s'est \"\n\"produite.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Impossible de supprimer le certificat SSL. Une erreur inattendue s'est \"\n\"produite.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"Impossible de supprimer l'extension %s: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"Impossible de désactiver l'extension %s: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"Impossible d'activer l'extension %s: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\"Impossible de trouver une interface réseau. Vous ne pouvez pas ajouter de \"\n\"nouvelles adresses IP.\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Impossible de générer le certificat SSL. Une erreur inattendue s'est \"\n\"produite.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"Impossible d'installer l'extension %s: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"Impossible de protéger l'extension %s: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"Impossible de restaurer le répertoire de l'extension %s\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"Impossible d'obtenir la liste des répertoires.\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"Impossible de désinstaller l'extension %s: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"Impossible de mettre à jour l'extension %s: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Ne peut pas téléverser le fichier.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Impossible de téléverser le fichier. Fichier non trouvé.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"Impossible de téléverser le fichier. La taille maximale de fichier (%1$d MB)\"\n\" a était atteinte.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"Impossible de créer la base de données %s.\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\"Impossible de supprimer l'alias de domaine. Une erreur innatendue s'est \"\n\"produite.\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\"Impossible de supprimer le sous-domaine. Une erreur innatendue s'est \"\n\"produite.\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"Impossible de valider l'enregistrement DNS: %s\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"Compter les comptes de messagerie par défaut.\"\n\nmsgid \"Country\"\nmsgstr \"Pays\"\n\nmsgid \"Create\"\nmsgstr \"Créer\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"Créer les comptes de messagerie par défaut.\"\n\nmsgid \"Created by\"\nmsgstr \"Créé par\"\n\nmsgid \"Created on\"\nmsgstr \"Créé le\"\n\nmsgid \"Creation date\"\nmsgstr \"Date de création\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Errors liées aux enregistrements DNS\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"L'enregistrement DNS va être supprimé.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Enregistrements DNS personnalisés\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"La page d'erreur personnalisée à été mise à jour.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Pages d'erreur personnalisées\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Nom et lien de menu personnalisé\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Propriétés du menu personnalisé\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Le menu a été ajouté.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Le menu a été supprimé.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Le menu a été mise à jour.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Menus personnalisés\"\n\nmsgid \"Customer\"\nmsgstr \"Client\"\n\nmsgid \"Customer account\"\nmsgstr \"Compte client\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Le compte client va être activé.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Le compte client va être créé.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Le compte client va être désactivé.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Le compte client va être supprimé.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Le compte du client a été mis à jour.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Assignation des clients\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Consommation du client\"\n\nmsgid \"Customer level\"\nmsgstr \"Niveau du client\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Le client va être ajouté.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Le client va être supprimé.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"La couleur de l'interface a été mise à jour.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Le ou les clients ont bien été déplacés.\"\n\nmsgid \"Customers\"\nmsgstr \"Clients\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Personnalisez les pages d'erreurs pour votre domaine. \"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"L'enrengistrement DNS existe déja.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"Enregistrements de resource DNS\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"L'enregistrement DNS va être ajouté.\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"L'enregistrement DNS va être mis à jour.\"\n\nmsgid \"DNS resource records\"\nmsgstr \"Enregistrements de resource DNS\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"Zone DNS dans laquelle vous voulez ajouter cet enregistrement DNS.\"\n\nmsgid \"DOWN\"\nmsgstr \"Arrêté\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Requête du démon échouée.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Requête du démon réussie.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Sauvegardes journalières\"\n\nmsgid \"Data\"\nmsgstr \"Données\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Les données ont été altérées. Veuillez ré-essayer.\"\n\nmsgid \"Database\"\nmsgstr \"Base de données\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Base de données et utilisateurs\"\n\nmsgid \"Database data\"\nmsgstr \"Base de données\"\n\nmsgid \"Database name\"\nmsgstr \"Nom de la base de données\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Le nom de la base de données est trop long.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Le nom pour la base de données est indisponible ou non-autorisé.\"\n\nmsgid \"Database password\"\nmsgstr \"Mot de passe de l'utilisateur SQL\"\n\nmsgid \"Database prefix\"\nmsgstr \"Préfixe de base de données\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Préfixe/Suffixe de base de données\"\n\nmsgid \"Database required\"\nmsgstr \"Base de données requise\"\n\nmsgid \"Database usage\"\nmsgstr \"Utilisation des bases de données\"\n\nmsgid \"Database user\"\nmsgstr \"Utilisateur SQL\"\n\nmsgid \"Database users\"\nmsgstr \"Utilisateurs de la base de données\"\n\nmsgid \"Databases\"\nmsgstr \"Base de données\"\n\nmsgid \"Date\"\nmsgstr \"Date\"\n\nmsgid \"Day\"\nmsgstr \"Jour\"\n\nmsgid \"Days\"\nmsgstr \"Jours\"\n\nmsgid \"Deactivate\"\nmsgstr \"Désactiver\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Désactiver cette extension\"\n\nmsgid \"Deactivated\"\nmsgstr \"Désactivé\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Désactivation en cours...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Cher {NAME},\\n\"\n\"\\n\"\n\"Un nouveau compte a été créé pour vous.\\n\"\n\"\\n\"\n\"Les informations de votre compte:\\n\"\n\"\\n\"\n\"Type de compte: {USERTYPE}\\n\"\n\"Nom d'utilisateur: {USERNAME}\\n\"\n\"Mot de passe: {PASSWORD}\\n\"\n\"\\n\"\n\"Pensez à modifier votre mot de passe assez souvent, et surtout la première fois que vous vous connectez.\\n\"\n\"\\n\"\n\"Vous pouvez vous connecter à {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Veuillez ne pas répondre à cet email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Cher {NAME},\\n\"\n\"\\n\"\n\"Un nouveau logiciel a été téléversé par un de vos revendeurs..\\n\"\n\"\\n\"\n\"Revendeur ID: {RESELLER_ID}\\n\"\n\"Archive du logiciel: {SOFTWARE_PACKAGE}\\n\"\n\"Identifiant du logiciel ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Veuillez ne pas répondre à cet email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Chez {NAME},\\n\"\n\"\\n\"\n\"Veuillez cliquer sur le lien ci-dessous pour renouveler votre mot de passe:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: Si vous n'avez pas demandé le renouvèlement de votre mot de passe, vous pouvez ignorer cet email.\\n\"\n\"\\n\"\n\"Veuillez ne pas répondre à cet email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Cher {NAME},\\n\"\n\"\\n\"\n\"Ceci est un message automatique envoyé par le panneau de contrôle i-MSCP:\\n\"\n\"\\n\"\n\"Nom du serveur: {HOSTNAME}\\n\"\n\"IP du serveur:      {SERVER_IP}\\n\"\n\"IP du client:          {CLIENT_IP}\\n\"\n\"Version:               {VERSION}\\n\"\n\"Build:                   {BUILDDATE}\\n\"\n\"Séverité:              {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Veuillez ne pas répondre à ce message.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Cher {NAME},\\n\"\n\"\\n\"\n\"Vous avez une nouvelle réponse pour un de vos tickets:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priorité: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Vous pouvez vous connecter à {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} pour répondre.\\n\"\n\"\\n\"\n\"Veuillez ne pas répondre à cet email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Cher {NAME},\\n\"\n\"\\n\"\n\"Vous avez une nouvelle réponse pour un de vos tickets:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priorité: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Vous pouvez vous connecter à {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} pour répondre.\\n\"\n\"\\n\"\n\"Veuillez ne pas répondre à cet email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Cher {NAME},\\n\"\n\"\\n\"\n\"Votre client, {CUSTOMER}, attend l'approbation de son nouvel alias de domaine:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Connectez vous à {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php pour l'activer.\\n\"\n\"\\n\"\n\"Veuillez ne pas répondre à cet email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Cher {NAME},\\n\"\n\"\\n\"\n\"Votre mot de passe à été renouvelé avec succès.\\n\"\n\"\\n\"\n\"Votre nouveau mot de passe: {PASSWORD}\\n\"\n\"\\n\"\n\"Vous pouvez vous connecter à {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Veuillez ne pas répondre à cet email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Cher {NAME},\\n\"\n\"\\n\"\n\"Votre logiciel a été supprimé.\\n\"\n\"\\n\"\n\"Archive du logiciel: {SOFTWARE_PACKAGE}\\n\"\n\"Identifiant du logiciel: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message de votre administrateur :\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Veuillez ne pas répondre à cet email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Cher {NAME},\\n\"\n\"\\n\"\n\"Votre logiciel a été activé.\\n\"\n\"\\n\"\n\"Archive du logiciel: {SOFTWARE_PACKAGE}\\n\"\n\"Identifiant du logiciel: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Veuillez ne pas répondre à cet email..\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\n\nmsgid \"Debugger\"\nmsgstr \"Debogueur\"\n\nmsgid \"Default\"\nmsgstr \"Défaut\"\n\nmsgid \"Default language\"\nmsgstr \"Langue par défaut\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"La langue par défaut a été mise à jour.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"Définit si les clients peuvent modifier les données SSL.\"\n\nmsgid \"Delete\"\nmsgstr \"Supprimer\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Supprimer tous les tickets\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Effacer les entrées de:\"\n\nmsgid \"Delete order\"\nmsgstr \"Supprimer la commande\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Supprimer le logiciel du revendeur\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Supprimer les comptes emails sélectionnés\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Supprimer cette extension\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Supprimer le ticket\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Suppression en cours\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Suppression en cours...\"\n\nmsgid \"Depot import\"\nmsgstr \"Import du dépôt\"\n\nmsgid \"Description\"\nmsgstr \"Description\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"La description est requise\"\n\nmsgid \"Details\"\nmsgstr \"Détails\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Le répertoire %s n'existe pas.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"Le répertoire '%s' n'éxiste pas.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"Le répertoire '%s' est soit pas autorisé soit invalide.\"\n\nmsgid \"Disabled\"\nmsgstr \"Désactivé\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Fonctions désactivées\"\n\nmsgid \"Disconnect\"\nmsgstr \"Se déconnecter\"\n\nmsgid \"Disk\"\nmsgstr \"Espace de stockage\"\n\nmsgid \"Disk space\"\nmsgstr \"Espace disque\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Limite d'espace de stockage [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Utilisation du disque\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Utilisation de l'espace disque\"\n\nmsgid \"Display errors\"\nmsgstr \"Afficher les erreurs\"\n\nmsgid \"Document root\"\nmsgstr \"Racine des documents\"\n\nmsgid \"Domain\"\nmsgstr \"Domaine\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Le domaine %s ne peut pas être transféré vers lui-même.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Le domaine %s n'est pas disponible.\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP du domaine\"\n\nmsgid \"Domain Name\"\nmsgstr \"Nom de domaine\"\n\nmsgid \"Domain account\"\nmsgstr \"Compte de domaine\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Compte de domaine expiré.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Domaine du compte\"\n\nmsgid \"Domain alias\"\nmsgstr \"Alias de domaine\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"L'alias de domaine %s ne peut pas être transféré vers lui-même.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Erreurs liées aux aliases de domaine\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Nom de l'alias du domaine\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"L'alias de domaine a été créé.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"L'alias de domaine a été commandé.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"L'alias de domaine va être ajouté.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"L'alias de domaine va être supprimé.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"L'alias de domaine va être mis à jour.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Alias de domaines\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"Limite d'alias de domaines\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Domaine et bases de données SQL\"\n\nmsgid \"Domain data\"\nmsgstr \"Donnée du domaine\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"Les données du domaine ont été altérées. Veuillez ré-essayer.\"\n\nmsgid \"Domain details\"\nmsgstr \"Détails du domaine\"\n\nmsgid \"Domain errors\"\nmsgstr \"Erreurs liées aux domaines\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Date d'expiration du compte\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"La date d'expiration du domaine doit être fournit.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"Domaine pour lequel l'éditeur PHP doit agir.\"\n\nmsgid \"Domain name\"\nmsgstr \"Nom de domaine\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\"Un nom de domaine (sous forme ASCII) ne peut pas faire plus de 255 \"\n\"caractères.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Le nom du domaine ne peut être vide.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Un nom de domaine ne peut pas commencer ou finir par un point.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Le nom de domaine contient des caractères invalides : %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\"Les labels d'un nom de domaine ne peuvent pas faire plus de 63 caractères.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\"Les labels d'un nom de domaine ne peuvent pas commencer ou finir par un \"\n\"trait d'union.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Nouvelle date d'expiration du compte\"\n\nmsgid \"Domain overview\"\nmsgstr \"Vue général du domaine\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Le domaine va être mis à jour.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Statistiques du domaine\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"L'état du domaine n'est pas correct.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Le domaine va être mis à jour.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Les propriétés du  domaine ont été mis à jour.\"\n\nmsgid \"Domain type\"\nmsgstr \"Type de domaine\"\n\nmsgid \"Domains\"\nmsgstr \"Domaines\"\n\nmsgid \"Domains limit\"\nmsgstr \"Limite de domaines\"\n\nmsgid \"Domains per page\"\nmsgstr \"Nombre de domaines affichés par page\"\n\nmsgid \"Done\"\nmsgstr \"Fait\"\n\nmsgid \"Download\"\nmsgstr \"Télécharger\"\n\nmsgid \"Download TAR\"\nmsgstr \"Télécharger\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Télécharger\"\n\nmsgid \"Download links\"\nmsgstr \"Liens de téléchargement\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Télécharger les archives stockées dans ce répertoire\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Editer\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"Editer l'enregistrement DNS personnalisé\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Éditer le compte FTP\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Edition du certificat SSL\"\n\nmsgid \"Edit admin\"\nmsgstr \"Editer l'administrateur\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"Éditer l'auto-repondeur\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Personalisation de la page d'erreur\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Personalisation du menu\"\n\nmsgid \"Edit customer\"\nmsgstr \"Éditer le client\"\n\nmsgid \"Edit domain\"\nmsgstr \"Éditer le domaine\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Éditer l'alias de domaine\"\n\nmsgid \"Edit error page\"\nmsgstr \"Édition page d'erreur\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Édition plan d'hébergement\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Éditer l'utilisateur htaccess\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Editer le compte e-mail\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Modifier la zone protégée\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Édition du revendeur\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Editer le sous-domaine\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"E-mail\"\n\nmsgid \"Email address\"\nmsgstr \"Adresse courriel\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Le quota e-mail ne peut pas être supérieur à %s\"\n\nmsgid \"Email settings\"\nmsgstr \"Paramètres e-mail\"\n\nmsgid \"Email setup\"\nmsgstr \"Configuration des e-mails\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Le compte de messagerie a été mis à jour.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Activer SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Activé\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Activé pour: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Détails de l'erreur\"\n\nmsgid \"Error pages\"\nmsgstr \"Pages d'erreurs\"\n\nmsgid \"Error reporting\"\nmsgstr \"Signaler une erreur\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Erreur : Le fichier distant n'a pas été trouvé !\"\n\nmsgid \"Errors\"\nmsgstr \"Erreurs\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Exécution des tâches\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Serveur e-mail ext.\"\n\nmsgid \"External mail feature\"\nmsgstr \"Messagerie externe\"\n\nmsgid \"External mail server\"\nmsgstr \"Serveur e-mail externe\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"Le serveur de messagerie externe va être activé.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"Le serveur de messagerie externe va être désactivé.\"\n\nmsgid \"FTP account\"\nmsgstr \"Compte FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"L'utilisateur FTP existe déja.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"Limite de compte FTP atteinte.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"Le compte  FTP a été ajouté.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"Le compte FTP a été supprimé.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"Le compte FTP a été mis à jour.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Comptes FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"Limite de comptes FTP\"\n\nmsgid \"FTP home directory\"\nmsgstr \"Répertoire d'accueil FTP\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"Le répertoire d'accueil FTP est obligatoire.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Trafic FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"Erreurs liées aux comptes FTP\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Échec de l'écriture du fichier sur le disque.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Erreur dans le paquet. Suppression !\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Fonctionnalité\"\n\nmsgid \"Features\"\nmsgstr \"Fonctionnalitées\"\n\nmsgid \"Female\"\nmsgstr \"Féminin\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"Le fichier %s n'existe pas ou n'est pas accessible !\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"Le fichier %s n'est pas un fichier de migration.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Le fichier n'existe pas: %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Le fichier dépasse la taille limite.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Le fichier a été téléversé.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Fichier innaccessible en lecture.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Le fichier doit être une archive 'tar.gz'.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Le fichier a été téléversé.\"\n\nmsgid \"File usage\"\nmsgstr \"Utilisation des fichiers\"\n\nmsgid \"FileManager\"\nmsgstr \"Gestionnaire de fichiers\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Informations sur le système de fichiers\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Veuillez fournir un message.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"Filtrer les clients par\"\n\nmsgid \"First name\"\nmsgstr \"Prénom\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\"Pour le moment, vous pouvez seulement ajouter des comptes de redirection.\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\"Pour le moment, vous pouvez seulement éditer vos comptes de redirection.\"\n\nmsgid \"Forbidden\"\nmsgstr \"Interdit\"\n\nmsgid \"Force refresh\"\nmsgstr \"Rafraichir les données\"\n\nmsgid \"Force retry\"\nmsgstr \"Forcer réessayer\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\"Force la synchronisation des information de quota. Les information de quota \"\n\"sont automatiquement synchronisées toutes les 5 minutes.\"\n\nmsgid \"Forward\"\nmsgstr \"Transfert\"\n\nmsgid \"Forward URL\"\nmsgstr \"Transfert URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"L'URL %s n'est pas  valide.\"\n\nmsgid \"Forward account\"\nmsgstr \"Compte de redirection\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"La liste des transferts est vide.\"\n\nmsgid \"Forward to\"\nmsgstr \"Transférer vers\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Transférer vers l'URL\"\n\nmsgid \"Forward type\"\nmsgstr \"Type de redirection\"\n\nmsgid \"Free\"\nmsgstr \"Libre\"\n\nmsgid \"From\"\nmsgstr \"De\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Du revendeur\"\n\nmsgid \"Ftp\"\nmsgstr \"FTP\"\n\nmsgid \"Ftp account\"\nmsgstr \"Compte Ftp\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Données du compte FTP\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"comptes FTP\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Répertoires FTP\"\n\nmsgid \"GB\"\nmsgstr \"Go\"\n\nmsgid \"Gender\"\nmsgstr \"Genre\"\n\nmsgid \"General\"\nmsgstr \"Général\"\n\nmsgid \"General information\"\nmsgstr \"Informations générales\"\n\nmsgid \"General settings\"\nmsgstr \"Paramètres généraux\"\n\nmsgid \"Generate\"\nmsgstr \"Génerer\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Générer un certificat SSL auto-signé\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Obtenir un nouveau code de sécurité\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Groupe\"\n\nmsgid \"Group members\"\nmsgstr \"Membres du groupe\"\n\nmsgid \"Group name\"\nmsgstr \"Nom du groupe\"\n\nmsgid \"Groups\"\nmsgstr \"Groupes\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS includeSubDomains directive\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS: Valeur de la directuve  max-age\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"Trafic HTTP\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"Cacher les comptes de messagerie par défaut.\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"Cacher les aliases de domaine\"\n\nmsgid \"High\"\nmsgstr \"Haute\"\n\nmsgid \"Home directory\"\nmsgstr \"Répertoire d’accueil\"\n\nmsgid \"Homepage\"\nmsgstr \"Page d'acceuille\"\n\nmsgid \"Host\"\nmsgstr \"Hôte\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\"Nom de l'hôte à partir duquel l'utilisateur SQL est autorisé à se connecter \"\n\"au serveur SQL\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Plan d'hébergement\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Plan d'hébergement disponible\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"La limite de plan d'hébergement dépasse la limite du revendeur.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\"Les limites définies pour ce plan d'hébergement excèdent vos propres \"\n\"limites.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Le plan d'hébergement a été ajouté.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Plan d'hébergement supprimé.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Plan d'hébergement mis à jour avec succès.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Plans d'hébergement\"\n\nmsgid \"Hour\"\nmsgstr \"Heure\"\n\nmsgid \"Hours\"\nmsgstr \"Heures\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Groupe Htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Le groupe htaccess va être ajouté.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Le groupe htaccess va être supprimé.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Utilisateur Htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"L'utilisateur htaccess a été assigné au groupe %s\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Utilisateur htaccess supprimé du groupe %s\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"L'utilisateur htaccess va être ajouté.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"Erreurs htaccess, htgroups et htpasswd\"\n\nmsgid \"IP address\"\nmsgstr \"Adresse IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"Adresses IP déjà contrôlées par i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"L'adresse IP va être ajoutée.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"L'adresse IP va être supprimée.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"L'adresse IP va être modifiée.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"Adresses IP contrôlées par i-MSCP\"\n\nmsgid \"IP assignments\"\nmsgstr \"Assignation des adresses IP\"\n\nmsgid \"IP errors\"\nmsgstr \"Erreurs liées aux adresses IP\"\n\nmsgid \"IP management\"\nmsgstr \"Gestion des adresses IP\"\n\nmsgid \"IP netmask\"\nmsgstr \"Masque de sous-réseau\"\n\nmsgid \"IP usage\"\nmsgstr \"Utilisation des adresses IP\"\n\nmsgid \"IPv6 address\"\nmsgstr \"Adresse IPv6\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"Si oui, les dossiers Web seront protégés contre la suppression.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\"Si oui, le revendeur peut permettre à ses clients d'éditer cette option de \"\n\"configuration PHP.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Si oui, le revendeur peut activer/désactiver la function mail() pour ses \"\n\"clients. Sinon, la function mail() sera indisponible.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"Si le champ `nom' contient le signe @, ou si il est laissé blanc, il sera \"\n\"automatiquement remplacé par la valeur de $ORIGIN.\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Si vous désirez limiter le revendeur, vous devez commencer par limiter ses \"\n\"clients.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Les images doivent être de taille égale ou inférieur à 500x90 pixels.\"\n\nmsgid \"Import\"\nmsgstr \"Importer\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Importer dans le dépôt local\"\n\nmsgid \"Import new language file\"\nmsgstr \"Importer un nouveau ficher de langue\"\n\nmsgid \"In front\"\nmsgstr \"Devant\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"En maintenance, uniquement les administrateurs peuvent se connecter.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Limite de compte FTP incorrecte\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Limite de base de données incorrecte.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Limite d'utilisateur SQL incorrecte.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Limite de comptes SQL incorrecte.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Limite d'alias incorrecte.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Limite d'espace de stockage incorrecte.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"Limite d'alias de domaines incorrecte.\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Longueur ou syntaxe de l'e-mail incorrecte.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Quota d'emails incorrecte.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Seuil incorrect pour %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"Limite de comptes de messagerie incorrecte.\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Limite de comptes mail incorrecte.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"Quota de messagerie incorrect.\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Limite de trafic mensuel incorrecte.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Limite de sous-domaine incorrecte.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Limite de sous-domaines incorrecte.\"\n\nmsgid \"Install\"\nmsgstr \"Installer\"\n\nmsgid \"Install in progress\"\nmsgstr \"Installation en cours\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Installer cette extension\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Installation de  logiciels diverses en quelques cliques de souris.\"\n\nmsgid \"Installation details\"\nmsgstr \"Détails de l'installation\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Installation en cours...\"\n\nmsgid \"Installation path\"\nmsgstr \"Chemin d'installation\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Paquet installé qui a été supprimé par votre revendeur.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Installés par le dépôt du revendeur\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Installés dans le dépôt de logiciels\"\n\nmsgid \"Installed on\"\nmsgstr \"Installé sur\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Paquet téléversé installé. Veuillez rafraichir la page.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instructions pour récupérer les sauvegardes journalières\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Certificat(s) intermédiaire(s)\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Erreur interne au serveur\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internationalisation\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Nom d'utilisateur FTP invalide.\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Le nom d'hôte %s n'est pas valide.\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\"L'utilisateur SQL n'est pas valide. L'utilisateur SQL doit exister et \"\n\"appartenir à la base de données.\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Certificat SSL invalide\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Le certificate SSL n'est pas valide.\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"URL invalide.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\"Caractère invalide trouvé dans le champ '%s'. Seuls les caractères \"\n\"imprimable ASCII et les retour à la ligne sont autorisés.\"\n\nmsgid \"Invalid city.\"\nmsgstr \"Ville incorrecte.\"\n\nmsgid \"Invalid company.\"\nmsgstr \"Nom d'entreprise incorrect.\"\n\nmsgid \"Invalid country.\"\nmsgstr \"Pays incorrect.\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Nom de domaine invalide.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"L'adresse e-mail n'est pas valide.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Nom de compte de messagerie invalide.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"Champ incorrect: %s\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"Prénom incorrect.\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"Sex incorrect.\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Nom du groupe invalide !\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"Nom incorrect.\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Ordre du menu invalide.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Nom incorrecte.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Les données reçue de GitHub ne sont pas valides.\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"Téléphone incorrect.\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Répertoire d'extension invalide: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Clé ou mot de passe invalide.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"Nom de service invalide: %s\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"Région invalide.\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"Rue 1 incorrecte.\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"Rue 2 incorrecte.\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Cible invalide\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Le nom d'utilisateur n'est pas valide.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"Code postal incorrect.\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Version du noyau\"\n\nmsgid \"Kill session\"\nmsgstr \"Mettre fin à la session\"\n\nmsgid \"Label\"\nmsgstr \"Label\"\n\nmsgid \"Language\"\nmsgstr \"Langue\"\n\nmsgid \"Language file\"\nmsgstr \"Fichier de langue\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Langue installée avec succès.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"La langue a été mise à jour.\"\n\nmsgid \"Languages\"\nmsgstr \"Langues\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"L'index des langues a été reconstruit.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Dernière mise à jour du dépôt de logiciels Web\"\n\nmsgid \"Last access\"\nmsgstr \"Dernier accès\"\n\nmsgid \"Last name\"\nmsgstr \"Nom\"\n\nmsgid \"Last reply date\"\nmsgstr \"Date de la dernière réponse\"\n\nmsgid \"Last translator\"\nmsgstr \"Dernier traducteur\"\n\nmsgid \"Layout\"\nmsgstr \"Theme\"\n\nmsgid \"Layout color\"\nmsgstr \"Couleur du thème\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"La couleur a été mise à jour.\"\n\nmsgid \"Level\"\nmsgstr \"Niveau\"\n\nmsgid \"Limit\"\nmsgstr \"Limite\"\n\nmsgid \"Limit value\"\nmsgstr \"Valeur de la limite\"\n\nmsgid \"Limits\"\nmsgstr \"Limites\"\n\nmsgid \"Link\"\nmsgstr \"Lien\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Lien sur la page de l'auteur.\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Charge (1 min, 5 min, 15 min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Chargement des données...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Les entrées du journal ont été supprimées.\"\n\nmsgid \"Login\"\nmsgstr \"Connexion\"\n\nmsgid \"Login data\"\nmsgstr \"Données de connexion\"\n\nmsgid \"Login password\"\nmsgstr \"Mot de passe\"\n\nmsgid \"Login username\"\nmsgstr \"Identifiant\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Connectez-vous avec votre compte FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Fichier logo\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Le logo a été supprimé.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo mis à jour avec succès.\"\n\nmsgid \"Logout\"\nmsgstr \"Déconnexion\"\n\nmsgid \"Lost password\"\nmsgstr \"Mot de passe perdu\"\n\nmsgid \"Lost password email\"\nmsgstr \"E-mail de mot de passe oublié\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"Les modèles pour les mot de passes perdu ont été mise à jour.\"\n\nmsgid \"Lost password link\"\nmsgstr \"Lien pour les mots de passe oubliés\"\n\nmsgid \"Low\"\nmsgstr \"Basse\"\n\nmsgid \"MB\"\nmsgstr \"Mo\"\n\nmsgid \"Mail\"\nmsgstr \"E-mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Niveau de journalisation (e-mail)\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"L'adresse e-mail existe déjà.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Données du compte de messagerie\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Erreurs liées aux comptes de messagerie\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"1 compte de messagerie a été programmé pour suppression.\"\nmsgstr[1] \"%d comptes de messageries ont été programmés pour suppression.\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"Compte de messagerie programmé pour ajout.\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"Compte de messagerie programmé pour mise à jour.\"\n\nmsgid \"Mail account type\"\nmsgstr \"Type de compte e-mail\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Comptes de messagerie\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"Les compte de messagerie sont complétement suspendus.\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"Limite de comptes de messagerie\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"La liste de compte e-mail est vide.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"La fonctionnalité e-mail est désactivée.\"\n\nmsgid \"Mail quota\"\nmsgstr \"Quota de messagerie\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"Quota de messagerie [MiB]\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"Le quota de messagerie ne peut pas être plus grand que %s\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\"Le quota de messagerie ne peut pas être plus grand que la limite d'espace \"\n\"disque.\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\"Le quota ne peut pas êtres inférieur à %d. Chaque compte de messagerie doit \"\n\"avoir un quota d'au moins 1 MiB.\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\"Le quota pour les comptes de messagerie ne peut pas être illimité. La valeur\"\n\" maximale est %d MiB.\"\n\nmsgid \"Mail usage\"\nmsgstr \"Utilisation des e-mails\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\"Les information de quota de vos boîtes-aux-lettres ont été synchronisées.\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"La visibilité des labels du menu principal a été mise à jour.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Message de maintenance\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Mode maintenance\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"La maintenance est activée. Dans ce mode, seuls les administrateurs peuvent \"\n\"se connecter.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Paramètres de maintenance\"\n\nmsgid \"Male\"\nmsgstr \"Masculin\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Databases\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"Gestion SSL\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Gestion des groupe et utilisateurs htaccess\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Gérer les utilisateurs et groupes\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Gérez vos zones protégées, vos utilisateurs et vos groupes.\"\n\nmsgid \"Manual\"\nmsgstr \"Manuel\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"Catch-all adresses manuelles\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Nombre maximum de tentatives de connexion\"\n\nmsgid \"Max traffic\"\nmsgstr \"Bande passante maximale\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\"La taille maximale du fichier distant (%s) a été atteinte. Votre fichier \"\n\"distant est %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\"La taille maximale du fichier distant (%s) est atteinte. Votre fichier \"\n\"distant est %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Nombre maximum de tentatives de validation du captcha\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"Nombre maximum de tentatives avant que les restrictions interviennent\"\n\nmsgid \"Medium\"\nmsgstr \"Moyenne\"\n\nmsgid \"Member of group\"\nmsgstr \"Membre du groupe\"\n\nmsgid \"Memory information\"\nmsgstr \"Informations sur la mémoire\"\n\nmsgid \"Message\"\nmsgstr \"Message\"\n\nmsgid \"Message template\"\nmsgstr \"Modèle de message\"\n\nmsgid \"Message template info\"\nmsgstr \"Variables disponibles pour le modèle\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Message à envoyer au revendeur avant de supprimer le logiciel\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Le fichier de migration %s n'est pas lisible.\"\n\nmsgid \"Minute\"\nmsgstr \"Minute\"\n\nmsgid \"Minutes\"\nmsgstr \"Minutes\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"Critère de recherche manquant.\"\n\nmsgid \"Model\"\nmsgstr \"Modèle\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Modification en cours...\"\n\nmsgid \"Month\"\nmsgstr \"Mois\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"Traffic mensuel du serveur\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"Paramètres pour le trafic mensuel\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"Les paramètres du trafic mensuel ont été mis à jour.\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Limite de trafic mensuel [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"La limite du trafic mensuel doit être un nombre.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"Trafic mensuel\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"L'avertissement du trafic mensuel ne doit pas être supérieur à la limite de \"\n\"trafic mensuel.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"L'avertissement du trafic mensuel doit être un nombre.\"\n\nmsgid \"Mount\"\nmsgstr \"Montage\"\n\nmsgid \"Mount point\"\nmsgstr \"Point de montage\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\"Les enregistrements NS ne sont autorisés que pour la délégation des sous-\"\n\"zones.\"\n\nmsgid \"Name\"\nmsgstr \"Nom\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Le nom de peut pas être vide.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Interface réseau (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Jamais\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Données de l'utilisateur SQL\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Nouvelle commande d'alias pour {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"Les nouvelles données de connexion ont été envoyées à l'utisateur %s.\"\n\nmsgid \"New ticket\"\nmsgstr \"Nouveau ticket\"\n\nmsgid \"Next\"\nmsgstr \"Suivant\"\n\nmsgid \"Next step\"\nmsgstr \"Étape suivante\"\n\nmsgid \"No\"\nmsgstr \"Non\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Aucun adresse IP trouvé.\"\n\nmsgid \"No account found.\"\nmsgstr \"Aucun compte trouvé.\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"Aucun journal anti-Rootkits\"\n\nmsgid \"No available\"\nmsgstr \"Non disponible\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Aucun menu personalisé trouvé.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"Aucun domaine disponible pour l'installation du logiciel.\"\n\nmsgid \"No error found\"\nmsgstr \"Aucune erreur trouvée\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Aucun fichier n'a été téléversé.\"\n\nmsgid \"No group found.\"\nmsgstr \"Aucun groupe trouvé.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Aucun plan d'hébergemet disponible.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"Aucun compte de messagerie n'a été supprimé.\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Aucun revendeur disponible pour ajouter des permissions.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Aucun revendeur avec un installateur de logiciel trouvé.\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"Aucun revendeur avec des permissions pour ce logiciel trouvé.\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Aucun revendeur trouvé.\"\n\nmsgid \"No software available\"\nmsgstr \"Aucun logiciel disponible\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Aucun logiciel dans le dépôt Web trouvé !\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"Aucun logiciel dans le dépot de logiciel n'est disponible !\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Aucun logiciel est en attente d'activation\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"Aucune statistique trouvée pour la période donnée. Essayez une autre \"\n\"période.\"\n\nmsgid \"No update available\"\nmsgstr \"Pas de mise à jour disponible\"\n\nmsgid \"No used yet\"\nmsgstr \"Pas encore utilisé\"\n\nmsgid \"No user found.\"\nmsgstr \"Aucun utilisateur trouvé.\"\n\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"Normal & Redirection\"\n\nmsgid \"Normal & forward account\"\nmsgstr \" Compte normal & redirection\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normal + Transfert\"\n\nmsgid \"Normal account\"\nmsgstr \"Compte normal\"\n\nmsgid \"Normal connection\"\nmsgstr \"Connexion normale\"\n\nmsgid \"Not Found\"\nmsgstr \"Non trouvé\"\n\nmsgid \"Not found.\"\nmsgstr \"Non trouvé.\"\n\nmsgid \"Not provided\"\nmsgstr \"Non fourni\"\n\nmsgid \"Not used\"\nmsgstr \"Non utilisé\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\"Notez que dans le mode manuel, la carte réseau ainsi que le masque de sous-\"\n\"réseau ne sont qu'indicatifs.\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Rien a été trouvé - Désolé\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Rien n'a été modifié.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Rien n'a été supprimé.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Remarques, avertissements et erreurs\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Seuls les archives 'tar.gz' sont acceptées.\"\n\nmsgid \"Only exec\"\nmsgstr \"Seulement exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Seuls les fichier gettext (*.mo) sont acceptés.\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Seuls les nombres entre 0 et 65535 sont autorisés.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Seuls les nombre positifs sont autorisés.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Seules les archives tar.gz et  tar.bz2 sont supportées.\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Seules les archives tar.gz, tar.bz2 et zip sont acceptées.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Ouvrir un ticket\"\n\nmsgid \"Open tickets\"\nmsgstr \"Tickets ouverts\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Opération annulée : %s\"\n\nmsgid \"Optional\"\nmsgstr \"Optionel\"\n\nmsgid \"Order\"\nmsgstr \"Commande\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"La command a été supprimée.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"La commande a été prise en compte.\"\n\nmsgid \"Other in\"\nmsgstr \"Autres entrants\"\n\nmsgid \"Other out\"\nmsgstr \"Autres sortants\"\n\nmsgid \"Other settings\"\nmsgstr \"Autres paramètres\"\n\nmsgid \"Overview\"\nmsgstr \"Vue d'ensemble\"\n\nmsgid \"PB\"\nmsgstr \"Po\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"Option de configuration PHP %s\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"Options de configuration PHP\"\n\nmsgid \"PHP Editor\"\nmsgstr \"Éditeur PHP\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"L'extension PHP GD n'est pas chargée.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"Permissions PHP\"\n\nmsgid \"PHP Settings\"\nmsgstr \"Paramètres PHP\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"La configuration PHP va être mise à jour.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"Valeurs directives de PHP\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"Fonction PHP exec()\"\n\nmsgid \"PHP settings\"\nmsgstr \"Paramètres PHP\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP entrant\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP sortant\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Trafic POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Actions\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Le paquet existe déjà dans le dépôt du revendeur !\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Le paquet existe déjà dans le dépôt de logiciels !\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Le paquet existe déjà dans le dépôt de logiciels !\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Le paquet existe déjà dans votre dépôt de logiciels !\"\n\nmsgid \"Package install type\"\nmsgstr \"Type d'installation\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Le paquet a été installé.\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\"Le paquet a été installé. Il est maintenant attente d'approbation par \"\n\"l'administrateur.\"\n\nmsgid \"Package language\"\nmsgstr \"Langue du paquet\"\n\nmsgid \"Package name\"\nmsgstr \"Nom du paquet\"\n\nmsgid \"Package title\"\nmsgstr \"Nom du paquet\"\n\nmsgid \"Package type\"\nmsgstr \"Type du paquet\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Fournisseur du paquet\"\n\nmsgid \"Package version\"\nmsgstr \"Version du paquet\"\n\nmsgid \"Panel default language\"\nmsgstr \"Langue par défaut du panel\"\n\nmsgid \"Parent directory\"\nmsgstr \"Répertoire parent\"\n\nmsgid \"Partition\"\nmsgstr \"Partition\"\n\nmsgid \"Password\"\nmsgstr \"Mot de passe\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Confirmation du mot de passe\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Le mot de passe contient des caractères non autorisés.\"\n\nmsgid \"Password email\"\nmsgstr \"Mot de passe de l'e-mail\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Mot de passe manquant.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Taille minimum des mots de passe\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"Le mot de passe doit contenir des chiffres et des lettres.\"\n\nmsgid \"Password settings\"\nmsgstr \"Paramètres des mots de passe\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Le mot de passe a été mis à jour.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Les mots de passes ne correspondent pas.\"\n\nmsgid \"Path\"\nmsgstr \"Chemin d'accès\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Tâches en attente\"\n\nmsgid \"Percent\"\nmsgstr \"Pourcentage\"\n\nmsgid \"Permissions\"\nmsgstr \"Permissions\"\n\nmsgid \"Personal data\"\nmsgstr \"Informations personnelles\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"Les données personelles ont été mises à jour.\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personnaliser le plan d'hébergement\"\n\nmsgid \"Phone\"\nmsgstr \"Téléphone\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Veuillez activer votre nouveau mot de passe i-MSCP\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"Veuillez choisir au moins un utilisateur htaccess.\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"Veuillez choisir au moins un utilisateur/groupe htaccess.\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Veuillez confirmer le mot de passe.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Veuillez contacter votre administrateur !<br>Demandez-lui la permission \"\n\"d'utiliser ce paquet.<br>Il n'est pas autorisé de téléversé ce paquet deux \"\n\"fois.<br>Rafraichissez votre site pour voir le nouveau statut !\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"Veuillez éditer votre message de messagerie ci-dessous\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Veuillez saisir un nom pour la zone protégée.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Veuillez saisir un mot de passe.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Veuillez saisir un nom d'hôte pour votre utilisateur SQL.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Veuillez saisir un nom d'utilisateur.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Veuillez entrer un chemin pour la zone protégée.\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"Veuillez insérez votre message de messagerie ci-dessous\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\"Veuillez sélectionner un autre répertoire. %s (%s) est installé dans celui-\"\n\"ci.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Veuillez insérer un contenu pour votre message.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Veuillez insérer un sujet pour le message.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Veuillez insérer un nom pour la base de données.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Veuillez écrire un message\"\n\nmsgid \"Plugin\"\nmsgstr \"Extension\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"L'extension %s a été activée.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"L'extension %s ne peut pas être activée.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"L'extension %s ne peut pas être désactivée.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"L'extension %s ne peut pas être supprimée.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"L'extension %s ne peut pas être instalée.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"L'extension %s ne peut pas être protégée.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"L'extension %s ne peut pas être reconfigurée.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"L'extension %s ne peut pas être désinstallée.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"L'extension %s ne peut pas être mise à jour.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"L'extension %s a été désactivée.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"L'extension %s a été supprimée.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"L'extension %s a été installée.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"L'extension %s est protégée.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"L'extension %s est maintenant protégée.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"L'extension %s a été reconfigurée.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"L'extension %s va être activée.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"L'extension %s va être modifiée.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"L'extension %s va être désactivée.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"L'extension %s va être installée.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"L'extension %s va être désinstallée.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"L'extension %s va être mise à jour.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"L'extension %s a été désinstallée.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"L'extension %s a été mise à jour.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Gestionnaire d'extensions: Impossible de modifier l'extension %s: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Gestionnaire d'extensions: Impossible de supprimer les fichiers de \"\n\"l'extension %s. Vous devriez exécuter le script set-gui-permissions.pl et \"\n\"re-essayer.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Gestionnaire d'extensions: Impossible de charger l'extension %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Gestionnaire d'extensions: Impossible de désinstaller l'extension %s. \"\n\"L'extension a été verouillée par une autre extension.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\"Gestionnaire d'extensions: Impossible de mettre à jour l'extension %s: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\"Gestionnaire d'extensions: Impossible d'écrite le fichier %s pour la \"\n\"protection des extensions.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\"Gestionnaire d'extensions: Le répertoire %s n'existe pas ou n'est pas \"\n\"accessible en écriture.\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\"Gestionnaire d'extensions: L'extension %s ne peut pas être rétrogradée.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Gestionnaire d'extensions: L'extension %s n'est pas chargée\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Gestionnaire d'extensions: L'extension %s est inconnue\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"L'activation de l'extension a échouée: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Archive d'extension\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\"L'archive de l'extension excède la taille maximum d'envoi de données sur le \"\n\"serveur.\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"La modification de l'extension a échouée: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"La désactivation de l'extension a échouée: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"La suppression de l'extension a échouée: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Erreurs liées aux extensions\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"L'extension a été téléchargée.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"L'installation de l'extension a échouée: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Erreurs liées aux objets des extensions\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"La liste des extensions est vide.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Gestion des extensions\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"La désinstallation de l'extension a échouée: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"La mise à jour de l'extension a échouée: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \" Téléchargement d'extensions\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Les extensions permettent d'étendre les fonctionnalitées d'i-MSCP. Les \"\n\"extensions sont développés indépendament du cœur d'i-MSCP  par de nombreux \"\n\"développeurs. Vous pouvez trouver de nouvelles extensions à installer en \"\n\"parcourant le %s.\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"La liste des extensions a été mise à jour. %s nouvelle(s) extension(s) \"\n\"trouvée(s), %s extension(s) mise(s) à jour, %s extension(s) reconfigurée(s) \"\n\"et %s extension(s) supprimée(s).\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"Préserver le nom d'hôte\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Interdire les connexion externes pour les administrateurs\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Interdire les connexions externes pour les clients\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Interdire les connexions externes pour les revendeurs\"\n\nmsgid \"Previous\"\nmsgstr \"Précédent\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Avant de supprimer cet administrateur, veuillez assigner tous ses revendeurs\"\n\" à un autre administrateur.\"\n\nmsgid \"Priority\"\nmsgstr \"Priorité\"\n\nmsgid \"Private key\"\nmsgstr \"Clé privée\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Mot de passe pour la clé privée\"\n\nmsgid \"Processing...\"\nmsgstr \"En cours...\"\n\nmsgid \"Processor data\"\nmsgstr \"Données du processeur\"\n\nmsgid \"Profile\"\nmsgstr \"Profil\"\n\nmsgid \"Properties\"\nmsgstr \"Propriétés\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\"Les propriétés du revendeur avec l'ID %d n'ont pas été trouvées dans la base\"\n\" de données.\"\n\nmsgid \"Protect\"\nmsgstr \"Protéger\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\"Protéger les comptes par défaut contre la modification et la suppression\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Protéger cette extension\"\n\nmsgid \"Protected\"\nmsgstr \"Protégé\"\n\nmsgid \"Protected area data\"\nmsgstr \"Données pour la zone protégée\"\n\nmsgid \"Protected area name\"\nmsgstr \"Nom de la zone protégée\"\n\nmsgid \"Protected area path\"\nmsgstr \"Chemin de la zone protégée\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"La zone protégée va être ajoutée.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"La zone protégée va être supprimée.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"La zone protégée va être mise à jour.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Zones protégées\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocole\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"Quota en MiB (0 ∞)\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Quota en MiB (Max : %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"Quotas\"\n\nmsgid \"RAM\"\nmsgstr \"Mémoire vive (<i>RAM</i>)\"\n\nmsgid \"Read ticket\"\nmsgstr \"Lire le ticket\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Reconstruire l'index des langues\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Reconfiguration en cours...\"\n\nmsgid \"Record data\"\nmsgstr \"Données principales\"\n\nmsgid \"Redirect\"\nmsgstr \"Redirection\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\"Redistribuer le quota non utilisé dans les comptes de messagerie existants\"\n\nmsgid \"Registration date\"\nmsgstr \"Date d'enregistrement\"\n\nmsgid \"Relative weight\"\nmsgstr \"Poids relatif\"\n\nmsgid \"Release date\"\nmsgstr \"Date de révision\"\n\nmsgid \"Release description\"\nmsgstr \"Description de la release\"\n\nmsgid \"Release version\"\nmsgstr \"Version de la release\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Dépôt distant de logiciel Web\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Fichier distant non trouvé.\"\n\nmsgid \"Remove\"\nmsgstr \"Supprimer\"\n\nmsgid \"Remove IP\"\nmsgstr \"Supprimer l'adresse IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Supprimer les permissions\"\n\nmsgid \"Reopen\"\nmsgstr \"Ré-ouvrir\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Ré-ouvrir le ticket\"\n\nmsgid \"Repeat password\"\nmsgstr \"Confirmation du mot de passe\"\n\nmsgid \"Reply\"\nmsgstr \"Répondre\"\n\nmsgid \"Reply-To email\"\nmsgstr \"E-mail pour le champ Reply-To\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"L'e-mail est manquante pour le champ Reply-To\"\n\nmsgid \"Reply-To name\"\nmsgstr \"Nom pour le champ Reply-To\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\"Temp de réponse dépassé: Le serveur prend trop de temps pour envoyer les \"\n\"données.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Une base de données est requise ?\"\n\nmsgid \"Reseller\"\nmsgstr \"Revendeur\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Revendeur / Clients / Ajouter un client\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Revendeur / Clients / Ajouter un client - Prochaine étape\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Revendeur / Clients / E-mail de masse\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Revendeur / Clients / Alias de domaine\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Revendeur / Clients / E-mail de mot de passe oublié\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Revendeur / Clients / Vue générale\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Revendeur / Clients / Détails du domaine\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Revendeur / Clients / Éditer un client\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Revendeur / Clients / Éditer un domaine\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Revendeur / Clients / E-mail de bienvenue\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Revendeur / Domaines / Ajouter un alias de domaine\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Revendeur / Domaines / Éditer un alias de domaine\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Revendeur / Général / Vue générale\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Revendeur / Général / Téléversement de logiciels\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Revendeur / Plans d'hébergement / Ajouter un plan d'hébergement\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Revendeur / Plans d'hébergement / Vue générale\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Revendeur / Profil / Résumé du compte\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Revendeur / Profil / Langue\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Revendeur / Profil / Personnalisation de l'interface\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Revendeur / Profil / Mot de passe\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Revendeur / Profil / Données personnelles\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Revendeur / Statistiques / Utilisation des IP\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Revendeur / Statistiques / Vue générale\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\"Revendeur / Statistiques / Vue Générale / Statistiques De L'Utilisateur \"\n\"{USERNAME}\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Revendeur / Support / Tickets fermés\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Revendeur / Support / Nouveau ticket\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Revendeur / Support / Tickets ouverts\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Revendeur / Support / Ticket\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Revendeur / Plan d'hébergements / Edition\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Nom du revendeur\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Revendeurs et clients\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Niveau des revendeurs et des clients\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Assignation des revendeurs\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Consommation du revendeur\"\n\nmsgid \"Reseller data\"\nmsgstr \"Données du revendeur\"\n\nmsgid \"Reseller level\"\nmsgstr \"Niveau revendeur\"\n\nmsgid \"Reseller list\"\nmsgstr \"Liste du revendeur\"\n\nmsgid \"Reseller name\"\nmsgstr \"Nom du revendeur\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Liste des logiciels du revendeur\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Statistiques des revendeurs\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Le compte de revendeur a été créé.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Revendeur total\"\n\nmsgid \"Reseller users\"\nmsgstr \"Revendeurs\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Revendeur avec accès total\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"La couleur du thème a été mise à jour.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Revendeur / Statistiques d'utilisation des IP\"\n\nmsgid \"Resellers\"\nmsgstr \"Revendeurs\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Revendeurs et clients\"\n\nmsgid \"Reset\"\nmsgstr \"Réinitialiser\"\n\nmsgid \"Restore\"\nmsgstr \"Restaurer\"\n\nmsgid \"Restore backup\"\nmsgstr \"Restauration de la sauvegarde\"\n\nmsgid \"Rights\"\nmsgstr \"Permissions\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Les permissions ont été ajoutées.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Les permissions ont été supprimées avec succès.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP entrant\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP sortant\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Trafic SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"Base de données SQL\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\"La limite de base de données SQL est désactivée mais la limite d'utilisateur\"\n\" SQL est toujours active.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"La limite de base de données SQL n'est pas <i>désactivée</b>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"La base de données SQL a été créée.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"La base de données a été supprimée.\"\n\nmsgid \"SQL databases\"\nmsgstr \"Bases de données SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"Limite de bases de données SQL\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"La limite de bases de données SQL est désactivée.\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"La limite de bases de données SQL n'est pas désactivée.\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\"Limite de bases de données atteinte. Vous ne pouvez pas ajouter de nouvelles\"\n\" bases de données.\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Bases de données SQL seulement\"\n\nmsgid \"SQL user\"\nmsgstr \"Utilisateur SQL\"\n\nmsgid \"SQL user host\"\nmsgstr \"Nom d'hôte SQL\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"La limite d'utilisateur SQL est <i>désactivée</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"La limite d'utilisateur SQL est désactivée mais la limite de base de données\"\n\" SQL est toujours active.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"La limite d'utilisateur SQL est désactivée.\"\n\nmsgid \"SQL user name\"\nmsgstr \"Utilisateur SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"Mot de passe de l'utilisateur SQL\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"Le mot de passe de l'utilisateur SQL a été mis à jour.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"Préfixe/Suffixe d'utilisateur SQL\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"L'utilisateur SQL a été ajouté.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"L'utilisateur SQL a été supprimé.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"Le nom de l'utilisateur SQL est trop long.\"\n\nmsgid \"SQL users\"\nmsgstr \"Utilisateurs SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"Limite d'utilisateurs SQL\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"La limite d'utilisateurs SQL est désactivée.\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\"Limite d'utilisateurs SQL atteinte. Vous ne pouvez pas ajouter de nouveaux \"\n\"utilisateurs SQL.\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"Le certificat SSL va être ajouté.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"Le certificat SSL va être supprimé.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"Le certificat SSL va être mis à jour.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"SSL n'est pas disponible. Vous pouvez seulement voir vos certificats.\"\n\nmsgid \"SSL status\"\nmsgstr \"Statut SSL\"\n\nmsgid \"Save\"\nmsgstr \"Sauvegarder\"\n\nmsgid \"Search\"\nmsgstr \"Rechercher\"\n\nmsgid \"Sec.\"\nmsgstr \"Sec.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Connexion sécurisée\"\n\nmsgid \"Security code\"\nmsgstr \"Code de sécurité\"\n\nmsgid \"Security code has expired\"\nmsgstr \"Le code de sécurité a expiré.\"\n\nmsgid \"Select group\"\nmsgstr \"Sélectionner un groupe\"\n\nmsgid \"Select your own document root\"\nmsgstr \"Veuillez sélectionner la racine des documents\"\n\nmsgid \"Send\"\nmsgstr \"Envoyer\"\n\nmsgid \"Send circular\"\nmsgstr \"Envoyer e-mail de masse\"\n\nmsgid \"Send message\"\nmsgstr \"Envoyer le message\"\n\nmsgid \"Send message to\"\nmsgstr \"Envoyer un message à\"\n\nmsgid \"Send reply\"\nmsgstr \"Envoyer la réponse\"\n\nmsgid \"Send to\"\nmsgstr \"Envoyer à\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Le nom de l'expéditeur est manquant..\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\"Séparez les adresses par une virgule, un retour à la ligne ou un espace.\"\n\nmsgid \"Server ports\"\nmsgstr \"Ports des services\"\n\nmsgid \"Server statistics\"\nmsgstr \"Statistiques du serveur\"\n\nmsgid \"Server status\"\nmsgstr \"État du serveur\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Service non disponible\"\n\nmsgid \"Service is not running\"\nmsgstr \"Le service n'est pas en cours de fonctionnement\"\n\nmsgid \"Service is running\"\nmsgstr \"Le service est en cours de fonctionnement\"\n\nmsgid \"Service name\"\nmsgstr \"Nom du service\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"Le nom du service ne peut pas dépasser 25 caractères.\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"Le service a été mis à jour.\"\nmsgstr[1] \"%d services ont été mis à jour.\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Le port du service a été ajouté.\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Le port du service a été supprimé.\"\n\nmsgid \"Service ports\"\nmsgstr \"Ports des services\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protocole du service\"\n\nmsgid \"Service statuses\"\nmsgstr \"Statut des services\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"Un service avec un nom identique existe déjà.\"\n\nmsgid \"Sessions\"\nmsgstr \"Sessions\"\n\nmsgid \"Settings\"\nmsgstr \"Paramètres\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Paramètres sauvegardés.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Point de montage partagé\"\n\nmsgid \"Show\"\nmsgstr \"Afficher\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Voir %s enregistrements par page\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Voir le certificat SSL\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"Afficher les comptes de messagerie par défaut.\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Afficher des statistiques détaillées pour ce revendeur\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Afficher les statistiques détaillées pour cet utilisateur\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"Afficher les aliases de domaine\"\n\nmsgid \"Show in\"\nmsgstr \"Afficher dans\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Afficher les labels pour les liens du menu principal\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Affichage %s à %s sur %s enregistrements\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Affichage de 0 à 0 sur 0 enregistrements\"\n\nmsgid \"Size\"\nmsgstr \"Taille\"\n\nmsgid \"Software\"\nmsgstr \"Logiciel\"\n\nmsgid \"Software available\"\nmsgstr \"Logiciel disponible\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Application supprimée.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Dépôt des logiciels téléversés\"\n\nmsgid \"Software details\"\nmsgstr \"Détail du logiciel\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Le logiciel a été supprimé.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Le logiciel a été importé.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Logiciel dans le dépôt\"\n\nmsgid \"Software installation\"\nmsgstr \"Installation de logiciels\"\n\nmsgid \"Software installer\"\nmsgstr \"Installation de logiciels\"\n\nmsgid \"Software installer options\"\nmsgstr \"Options d'installation de logiciels\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Les  options d'installation des logiciel ont été mises à jour.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"Le logiciel va être installé.\"\n\nmsgid \"Software management\"\nmsgstr \"Gestion des logiciels\"\n\nmsgid \"Software name\"\nmsgstr \"Nom du logiciel\"\n\nmsgid \"Software not found!\"\nmsgstr \"Logiciel non trouvé !\"\n\nmsgid \"Software options\"\nmsgstr \"Options des logiciels\"\n\nmsgid \"Software permissions\"\nmsgstr \"Permissions du logiciel\"\n\nmsgid \"Software repository\"\nmsgstr \"Dépôt de logiciels\"\n\nmsgid \"Software status\"\nmsgstr \"Status du logiciel\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Le logiciel va être supprimé.\"\n\nmsgid \"Software total\"\nmsgstr \"Nombre total de logiciels\"\n\nmsgid \"Software upload\"\nmsgstr \"Téléversement de logiciel\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Le logiciel a été activé.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Le logiciel a été supprimé.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Synonyme du logiciel\"\n\nmsgid \"Software-Version\"\nmsgstr \"Version du logiciel\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Dépôt de logiciels\"\n\nmsgid \"Start installation\"\nmsgstr \"Débuter l'installation\"\n\nmsgid \"State/Province\"\nmsgstr \"Région / Département\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistiques\"\n\nmsgid \"Status\"\nmsgstr \"Statut\"\n\nmsgid \"Street 1\"\nmsgstr \"Rue 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Rue 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Forcer l'utilisation de mots de passe forts\"\n\nmsgid \"Subdomain\"\nmsgstr \"Sous-domaine\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Le sous-domaine %s existe déjà.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Le sous-domaine %s ne peut pas se transférer vers lui-même.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"Le sous-domain %s n'est pas disponible.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Alias de sous domaine\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Erreurs liées aux aliases de sous-domaine\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Erreurs liées aux sous-domaine\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Nom du sous-domaine\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Nom du sous-domaine invalide.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Sous-domaine programmé pour suppression.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Le sous-domaine va être ajouté.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Le sous-domaine va être mis à jour.\"\n\nmsgid \"Subdomains\"\nmsgstr \"Sous-domaines\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"limite de sous-domaines\"\n\nmsgid \"Subject\"\nmsgstr \"Sujet\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Sujet manquant.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Appliquer les changements\"\n\nmsgid \"Support\"\nmsgstr \"Support\"\n\nmsgid \"Support system\"\nmsgstr \"Système de support\"\n\nmsgid \"Swap\"\nmsgstr \"Fichier d'échange (<i>Swap</i>)\"\n\nmsgid \"Switch\"\nmsgstr \"Incarner\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Allez dans le répertoire /backups\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Basculer sur l'interface utilisateur\"\n\nmsgid \"Sync quota info\"\nmsgstr \"Synchroniser les information de quota\"\n\nmsgid \"System\"\nmsgstr \"Système\"\n\nmsgid \"System data\"\nmsgstr \"Données du système\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\"Erreur système - la page d'erreur personnalisée n'a pas été mise à jour.\"\n\nmsgid \"System information\"\nmsgstr \"Informations sur le système\"\n\nmsgid \"System tools\"\nmsgstr \"Outils système\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Système en maintenance\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Cible\"\n\nmsgid \"Target domain\"\nmsgstr \"Domaine cible\"\n\nmsgid \"Target port\"\nmsgstr \"Port cible\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"Le port doit être un nombre.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Dossier temporaire non trouvé.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"Le champ %s ne peut pas être vide.\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\"Le champ %s ne peut pas avoir à la fois des chaînes délimitées et des \"\n\"chaînes non délimitées.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"La limite de %s pour ce client ne peut pas être plus grande que %d.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"La limite de %s pour ce client ne peut pas être plus petite que %d, qui est \"\n\"le total de %s déjà utilisé.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"La limite de %s pour ce client ne peut pas être désactivée car il utilise \"\n\"déjà %d %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"La limite de %s pour ce client ne peut pas être illimitée car vous avez une \"\n\"limite pour ce service.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\"Le plugin %s version %s n'est pas compatible avec votre version d'i-MSCP.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\"Le fichier de traduction %s a été ignoré : tableau de traduction vide.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"Le champ %s ne peut pas être vide.\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"Le nom d'utilsateur '%value%' n'est pas disponible.\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\"Le mode de débogage est actuellement activé, randant la mise en cache des \"\n\"resources indisponibles.\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\"Le serveur Telnet est actuellement en cours de fonctionnement sur votre \"\n\"serveur. Ce service n'est pas considéré comme étant sécurisé.\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"L'utilisateur SQL `%s'  n'est pas disponible.\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"Le nom de la ville doit se situer entre %d et %d caractères.\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"Le nom de l'entreprise doit se situer entre %d et %d caractères.\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"Le paramètre de configuration à été mis à jour.\"\nmsgstr[1] \"%d paramètres de configuration ont été mis à jour.\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"Le pays doit se situer entre %d et %d caractères.\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"Le répertoire %s n'existe pas. Veuillez créer le répertoire en utilisant le \"\n\"gestionnaire de fichiers.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"Le domaine est actuellement désactivé. La modification de certaines de ses \"\n\"propriétés va aboutir à sa réactivation complète ou partielle.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"Le domaine ou au moins une de ses entités se trouve dans un état incohérent.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"Le domaine que vous essayez d'éditer n'existe pas.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"L'adresse e-mail ne peut pas être vide.\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"Le numéro de fax doit se situer entre %d et %d caractères.\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"Le prénom doit se situer entre %d et %d caractères.\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"Le nom doit se situer entre %d et %d caractères.\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"Le menu que vous essayez d’éditer n'existe pas.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\"La nouvelle racine des documents doit pré-exister à l'intérieur du \"\n\"répertoire /htdocs.\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"Le paquet est corrompu. Veuillez le corriger.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Le paquet sera installé automatiquement sur le système après le \"\n\"téléversement.<br>Rafraichissez votre site pour voir le nouveau statut !\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"Le mot de passe ne peut pas être vide.\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"Le mot de passe contient des caractères non-autorisés.\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Le champ mot de passe est vide.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"Le mot de passe doit être compris entre %d et %d caractères.\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"Le mot de passe doit contenir des chiffres et des lettres.\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"Le numéro de téléhopne doit se situer entre %d et %d caractères.\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"La clé privée n'appartient pas au certificat SSL fourni.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\"Le fichier distant (%s) est inférieur à 1 byte. Veuillez vérifier l'URL.\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"Le revendeur que vous voulez supprimer a un ou plusieurs compte client. \"\n\"Veuillez d'abord les supprimer.\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"La région doit se situer entre %d et %d caractères.\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"La rue 1 doit se situer entre %d et %d caractères.\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"La rue 2 doit se situer entre %d et %d caractères.\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"Le fichier téléversé n'est que partiellement téléversé.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"Le nom d'utilisateur ne peut pas être vide.\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Le champ utilisateur est vide.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"Le nom d'utilisateur doit se situer entre %d et %d caractères.\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"La valeur a été trouvée dans la pile\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"La valeur n'a pas été trouvée dans la pile\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Les valeurs ne doivent pas être égales\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"Le code postal doit se situer entre %d et %d caractères.\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"Il n'y a pas encore de services.\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"Il y a une erreur dans le paquet. Veuillez le vérifier !<br>Rafraichissez \"\n\"votre site pour voir le nouveau statut !\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"Il n'y a aucune tâche en attente. Opération annulée.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"Ce paquet (%s, V%s) a été supprimé par votre revendeur. Vous pouvez \"\n\"uniquement désinstaller ce paquet !<br>Veuillez supprimer les fichiers et la\"\n\" base de données du paquet manuellement !\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Cette base de données va être  supprimée de manière définitive. Tous les \"\n\"utilisateurs SQL rattachés à cette base de données seront également supprimé\"\n\" s'ils ne sont pas lié à d'autres base de données. Etes vous certains de \"\n\"vouloir supprimer la base de données '%s' ?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Ce nom de group htaccess n'est pas disponible.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Ce nom d'utilisateur htaccess n'est pas disponible.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"Cette interface permet d'ajouter ou supprimer des adresses IP.\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Nom d'hôte à partir duquel cet utilisateur SQL doit être autorisé à se \"\n\"connecter au serveur SQL. Indiquer le %s joker pour autoriser cet \"\n\"utilisateur SQL à se connecter à partir de n'importe quel nom dhôte.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\"Ce compte de messagerie est protégé contre la modification et suppression.\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"Ce paquet existe déjà dans le dépôt de logiciels de l'administrateur.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"Ce paquet existe déjà dans le dépôt de logiciels du revendeur \\\"%s1$s\\\" !\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"Ce paquet existe déjà dans le dépôt de logiciels !\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Ce paquet existe déjà dans votre dépôt de logiciels.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Ce paquet est installé dans les domaines suivants :\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Ce paquet n'est pas installé\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Ce paquet n'est pas encore installé\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Ce logiciel est installé dans les domaines suivants :\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\"Cet utilisateur a des domaines. Vous devez d'abord supprimer les domaines du\"\n\" système.\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Information concernant le ticket\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Le ticket a été fermé.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Le ticket a été supprimé.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Le ticket a été ré-ouvert.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Le ticket ayant pour identifiant '%d' n'a pas été trouvé.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"Pour dé-protéger cette extension, vous devez éditer le fichier %s\"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"Nombre total de domaines\"\n\nmsgid \"Total Software\"\nmsgstr \"Nombre total de logiciels\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Nombre total de dépôts de logiciels Web\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"Nombre total de comptes: %s / %s\"\n\nmsgid \"Total installations\"\nmsgstr \"Nombre total d'installations\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Nombre total de paquets dans le dépôt de logiciels Web\"\n\nmsgid \"Total reseller\"\nmsgstr \"Nombre total de revendeurs\"\n\nmsgid \"Total software\"\nmsgstr \"Nombre total de logiciels\"\n\nmsgid \"Traffic\"\nmsgstr \"Trafic\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Statistiques du trafic\"\n\nmsgid \"Translated strings\"\nmsgstr \"Chaînes traduites\"\n\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgid \"UP\"\nmsgstr \"En cours de fonctionnement\"\n\nmsgid \"URL forwarding\"\nmsgstr \"Transfert URL\"\n\nmsgid \"URL port\"\nmsgstr \"Port de l'URL\"\n\nmsgid \"URL protocol\"\nmsgstr \"Protocole URL\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL vers ce panneau d'administration\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Impossible de fermer le ticket avec l'identifiant '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Impossible de créer le répertoire '%s'  pour le fichier langue.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\"Impossible de créer le répertoire 'LC_MESSAGE' pour le fichier langue.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Impossible de supprimer le fichier d'information d'i-MSCP.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\"Impossible d'obtenir la liste des adresses IP. Veuillez corriger ce \"\n\"problème.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\"Impossible de récupérer les informations de mise à jour à partir de GitHub\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Impossible de charger le fichier d'information d'i-MSCP.\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Impossible de déplacer le fichier.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Impossible de lire le fichier index du dépôt de logiciels Web.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Impossible de lire le fichier %s.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"Impossible de lire le fichier %s de l'extension. Veuillez vérifier les \"\n\"permissions.\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Impossible de lire le fichier XML du logiciel Web.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Impossible de ré-ouvrir le ticket ayant pour identifiant: '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Impossible de supprimer le compte client. Un message a été envoyé à votre \"\n\"administrateur.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Impossible de supprimer le compte client. Veuillez consulter les journaux ou\"\n\" votre e-mail pour plus d'informations.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Impossible de paramétrer l'option sslallowselfsigned\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Impossible de paramétrer l'option sslverifypeer\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"Impossible de téléverser le fichier. Taille maximale du fichier (%1$d MB) \"\n\"atteinte ?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\"Port non autorisé dans l'URL de redirection. Seuls les ports au dessus de \"\n\"1024 sont autorisés.\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Non autorisé\"\n\nmsgid \"Unavailable\"\nmsgstr \"Non disponible\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\"Un double guillemet non échappé a été trouvé dans le champ '%s'. Un double \"\n\"guillemet qui n'est pas un délimiteur de chaîne doit être échappé.\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Erreur inattendue\"\n\nmsgid \"Uninstall\"\nmsgstr \"Désinstaller\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Désinstaller cette extension\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Désinstallation en cours...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Désinstallé\"\n\nmsgid \"Unknown\"\nmsgstr \"Inconnu\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Erreur inconnue\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"La base de données `%s' doit exister.\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Action demandée inconnue.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Action inconnue: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Type de détection bruteforce inconnue: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Nom de la langue inconnu.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Jeu de couleur inconnu.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Raison inconnue\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Nom de service '%s' inconnu.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Statut inconnu\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Type inconnu.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Nom d'utilisateur inconnu.\"\n\nmsgid \"Update\"\nmsgstr \"Mise à jour\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Mettre à jour les extensions\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Mettre à jour le mot de passe SQL\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Mise à jour à partir du dépôt de logiciels\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Mettre à jour à partir du dépôt Web\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Mise à jour en cours...\"\n\nmsgid \"Update info\"\nmsgstr \"Information de mise à jour\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"La mise à jour de l'index du dépôt de logiciels Web a été annulée. Champ(s) \"\n\"manquant(s) ou vide(s).\"\n\nmsgid \"Update password\"\nmsgstr \"Mise à jour du mot de passe\"\n\nmsgid \"Updates\"\nmsgstr \"Mises à jour\"\n\nmsgid \"Upload\"\nmsgstr \"Téléverser\"\n\nmsgid \"Upload logo\"\nmsgstr \"Téléverser un logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Téléverser\"\n\nmsgid \"Uptime\"\nmsgstr \"Durée de fonctionnement (Uptime)\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\"L'utilisation d'un point dans les labels d'un nom de domaine est interdite.\"\n\nmsgid \"Usage status\"\nmsgstr \"Utilisation\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Utiliser une connexion normale (Pas de SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Utiliser une connexion sécurisée (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Utilisé\"\n\nmsgid \"Used database\"\nmsgstr \"Base de données utilisée\"\n\nmsgid \"User\"\nmsgstr \"Utilisateur\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Prénom et nom de l'utilisateur\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Les données de l'utilisateur n'ont pas été mise à jour.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Données  personelles mises à jour.\"\n\nmsgid \"User errors\"\nmsgstr \"Erreurs liées aux utilisateurs\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"L'utilisateur n'a pas été supprimé.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Identifiant de l'utilisateur (système)\"\n\nmsgid \"User password\"\nmsgstr \"Mot de passe utilisateur\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Prénom et nom réels de l'utilisateur\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"L'utilisateur va être supprimé.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"La session de l'utilisateur a été détruite.\"\n\nmsgid \"User statistics\"\nmsgstr \"Statistics des utilisateurs\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"L'utilisateur a été déconnecté.\"\n\nmsgid \"User type\"\nmsgstr \"Type d'utilisateur\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Type d'utilisateur (administrateur, revendeur, client)\"\n\nmsgid \"Username\"\nmsgstr \"Nom d'utilisateur\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Utilisateur et mot de passe de l'application\"\n\nmsgid \"Users\"\nmsgstr \"Utilisateurs\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\"La valeur pour la directive PHP %%s doit être comprise entre %%d et %%d.\"\n\nmsgid \"Values\"\nmsgstr \"Valeur\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Site du vendeur\"\n\nmsgid \"Version\"\nmsgstr \"Version\"\n\nmsgid \"Very high\"\nmsgstr \"Très élevée\"\n\nmsgid \"View\"\nmsgstr \"Afficher\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Voir le certificat SSL\"\n\nmsgid \"View ticket\"\nmsgstr \"Voir les tickets\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Visiter le site de l'extension\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Avertissement de la bande passante\"\n\nmsgid \"Warning!\"\nmsgstr \"Attention!\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Avertissements et erreurs\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Nous sommes désolés, mais le système est en cours de maintenance.\\n\"\n\"Merci de ré-essayer plus tard.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Statistiques Web\"\n\nmsgid \"Web files only\"\nmsgstr \"Fichiers Web seulement\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Protection des dossiers Web\"\n\nmsgid \"Web in\"\nmsgstr \"Web entrant\"\n\nmsgid \"Web out\"\nmsgstr \"Web sortant\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Total de paquets dans le dépôt\"\n\nmsgid \"Web software repository\"\nmsgstr \"Dépôt de logiciels Web\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Index du dépôt de logiciels Web mis à jour avec succès.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"L'index du dépôt de logiciels Web est déjà à jour.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Statistiques Web\"\n\nmsgid \"Web traffic\"\nmsgstr \"Trafic web\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Outils Internet\"\n\nmsgid \"Welcome email\"\nmsgstr \"E-mail de bienvenue\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"Le modèle pour le message de bienvenue a été mis à jour.\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Bienvenue {USERNAME} dans i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"Si oui, vos scripts PHP peuvent appeler la function PHP exec().\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\"Quand `Automatique' est sélectionné, l'adresse IP est automatiquement \"\n\"configurée.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\"Quand `Manuel' est sélectionné, la configuration est laissée aux soins de \"\n\"l'administrateur.\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Adresse IP incorrecte ou non-autorisée.\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Masque de sous-réseau incorrect ou non-autorisé.\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"ID du revendeur incorrect.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Code de sécurité erroné\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Mauvais ID de logiciel.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Syntaxe incorrect pour la nouvelle date d'expiration.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Syntaxe incorrecte pour la limite de %s.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Valeur de quota e-mail invalide.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Niveau d'utilisateur incorrect.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Nom d'utilisateur incorrect.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"URL du fichier XML pour le dépôt des logiciels\"\n\nmsgid \"YB\"\nmsgstr \"Yo\"\n\nmsgid \"Year\"\nmsgstr \"Année\"\n\nmsgid \"Yes\"\nmsgstr \"Oui\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Vous avez dépassé la limite de trafic mensuel du serveur.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"Vous avez atteint votre limite d'alias de domaines.\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"Vous avez dépassé votre limite de comptes FTP.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"Vous avez atteint la limite de bases de données SQL autorisées.\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"Vous avez atteint votre limite d'utilisateurs SQL.\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Vous avez dépassé votre limite d'espace de stockage.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"Vous avez dépassé votre limlite de comptes de messagerie.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Vous avez dépassé la limite de trafic mensuel.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"Vous avez atteint la limite de sous-domaines autorisés.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"Vous ne pouvez pas supprimer votre propre session.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\"Vous pouvez désactiver le mode de debogage dans le ficher \"\n\"/etc/imscp/imscp.conf.\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Vous ne pouvez téléverser que des images.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"Vous pouvez sélectionnez autant d'adresses que vous le souhaitez.\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"Vous pouvez choisir une racine des documents autre que celle par défaut. \"\n\"Ceci est généralement nécessaire quand vous utilisez un framework PHP comme \"\n\"Symfony. Notez que la nouvelle racine des documents va être située dans la \"\n\"racine des documents par défaut qui est le répertoire `/htdocs'. Soyez \"\n\"conscient que le répertoire pour la nouvelle racine des documents doit pré-\"\n\"exister.\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\"Vous ne pouvez pas ajouter des comptes de messagerie normaux parce que vous \"\n\"avez déjà assigné tout vos quotas  de messageries. Si vous voulez ajouté un \"\n\"compte de messagerie normal, vous devez d'abord abaiser le quota assigné à \"\n\"l'un de vos autres comptes de messagerie.\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\"Vous ne pouvez pas créer de nouvelles boîtes aux lettres pour ce domaine. \"\n\"Seul les compte de redirection sont autorisés.\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"Vous ne pouvez pas supprimer un revendeur qui a des comptes clients.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"Vous ne pouvez pas supprimer cet administrateur.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Vous ne pouvez pas supprimé la dernière adresse Ip disponible.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"Vous ne pouvez pas transférer %s vers lui-même.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\"Vous ne pouvez pas faire de ce compte un compte de messagerie normal car \"\n\"vous avez déjà attribué tous vos quotas de messagerie. Si vous souhaitez que\"\n\" ce compte soit un compte de messagerie normal, vous devez d'abord abaisser \"\n\"le quota attribué à l'un de vos autres comptes de messagerie.\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\"Vous ne pouvez pas supprimer une adresse IP qui est assignée à un revendeur.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\"Vous ne pouvez pas paramétrer la nouvelle date d'expiration dans le passé.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"Vous ne pouvez pas dés-assigner une adresse IP déjà utilisée.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"Vous ne pouvez pas mettre à jour une extension protégée.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"Vous n'avez pas d'enrengistrements DNS personnalisés.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Vous n'avez pas de comptes FTP.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Vous n'avez encore aucun logiciel téléversé\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"Vous n'avez pas de bases de données.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Vous n'avez pas d'aliases de domaine.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"Vous n'avez pas la permission de téléverser des logiciels\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Vous n'avez aucunes zone protégées.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Vous n'avez pas de sous domaines.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\"Vous avez une limite de comptes FTP. Vous ne pouvez pas ajouter un \"\n\"utilisateur avec un nombre illimité de comptes FTP.\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\"Vous avez une limite de bases de données SQL. Vous ne pouvez pas ajouter un \"\n\"utilisateur avec un nombre illimité de base de données SQL.\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\"Vous avez une limite d'utilisateurs SQL. Vous ne pouvez pas ajouter un \"\n\"utilisateur avec un nombre illimité d'utilisateurs SQL.\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"Vous avez une limite d'espace de stockage! Vous ne pouvez rajouter \"\n\"d'utilisateur avec un espace de stockage illimité.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\"Vous avez une limite d'alias de domaines. Vous ne pouvez pas ajouter un \"\n\"utilisateur avec un nombre illimité d'alias de domaines.\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\"Vous avez une limite de comptes de messagerie. Vous ne pouvez pas ajouter un\"\n\" utilisateur avec des droits illimités pour les comptes de messagerie.\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"Vous avez une limite de trafic mensuel! Vous ne pouvez rajouter \"\n\"d'utilisateur avec un trafic mensuel illimité.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"Vous avez une nouvelle réponse à votre demande de support.\"\nmsgstr[1] \"Vous avez %d nouvelles réponses à vos demandes de support.\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"Vous avez une nouvelle commande pour un alias de domaine.\"\nmsgstr[1] \"Vous avez %d nouvelles commandes pour des aliases de domaines.\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"Vous avez une nouvelle demande de support.\"\nmsgstr[1] \"Vous avez %d nouvelles demandes de support.\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\"Vous avez une limite de sous-domaines. Vous ne pouvez pas ajouter un \"\n\"utilisateur avec des droits illimités pour les sous-domaines.\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"Vous avez été bloqué pour %s minutes.\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Vous avez été déconnecté.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"Vous avez désactivé les bases de données SQL pour cet utilisateur. Vous ne \"\n\"pouvez pas avoir d'utilisateurs SQL.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Vous n'avez pas de tickets fermés.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Vous n'avez pas de groupe.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Vous n'avez pas de tickets ouverts.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"Vous avez atteint le nombre maximum d'alias de domaine autorisé.\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"Vous avez dépassé votre limite de comptes de messagerie.\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"Vous avez atteint le nombre maximum de sous-domaines autorisé.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\"Vous avez dépassé votre limite de domaines. Vous ne pouvez pas ajouter plus \"\n\"de domaines.\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Vous devez choisir entre l'option file-upload et wget-function.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"Vous devez assigner au moins une adresse IP par revendeur.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Vous devez choisir entre le téléversement local ou à distance.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Vous devez confirmer votre mot de passe.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Le nom de l'alias de domaine est requis.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Le nom du sous-domaine est requis.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"Vous devez d'abord créer un utilisateur.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"Vous devez d'abord générer un mot de passe.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Vous devez sélectionner un fichier à téléverser.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Vous devez sélectionner un fichier à téléverser/télécharger.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"Vous devez sélectionner au moins une adresse catch-alll.\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"Vous devez sélectionner au moins un compte de messagerie à supprimer.\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Vous devez choisir au moins une extension.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Le message est requis.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Le sujet est requis.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"Vous devez attendre %s minutes avant la prochaine tentative.\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"Vous devriez activer cette directive seulement si tous les sous-domaines de \"\n\"ce domaine sont servis via SSL. Notez que même si vous activez cette \"\n\"directive, cela ne va pas automatiquement activer la fonctionnalité HSTS \"\n\"pour les sous-domaines de ce domaine.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"Votre compte a été désactivé. Veuillez contacter votre revendeur.\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Votre compte est expiré. Veuillez renouveler votre abonnement.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"Votre compte a expiré. Veuillez contacter votre revendeur.\"\n\nmsgid \"Your consumption\"\nmsgstr \"Votre consommation\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Votre version d'i-MSCP n'est pas compatible avec cette extension. Veuillez \"\n\"re-essayer avec une version plus récente.\"\n\nmsgid \"Your message\"\nmsgstr \"Votre message\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Votre message a été envoyé.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Vos nouveaux identifiants\"\n\nmsgid \"Your new password\"\nmsgstr \"Votre nouveau mot de passe\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"L'archive de votre logiciel est corrompue. Veuillez la corriger.\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"Votre mot de passe a été programmé pour son renouvelement.\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\"Votre fichier distant (%s) est inférieur à 1 byte. Veuillez vérifier l'URL.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\"Votre demande pour le renouvellement de votre mot de passe ne peut pas être \"\n\"honorée. Veuillez ré-essayer dans quelques minutes.\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\"votre demande de renouvellement de votre mot de passe a bien été prise en \"\n\"comptes. Vous allez recevoir un couriel avec les instructions vous \"\n\"permettant de compléter votre demande.\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\"Votre demande pour le renouvèlement de votre mot de passe est soit invalide \"\n\"soit expirée.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"L'archive de votre logiciel a été activée.\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"L'archive de votre logiciel a été supprimée.\"\n\nmsgid \"ZB\"\nmsgstr \"Zo\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Code postal\"\n\nmsgid \"Zone\"\nmsgstr \"Zone DNS\"\n\nmsgid \"[New]\"\nmsgstr \"[Nouveau]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Français (France) - French (France)\"\n\nmsgid \"activated\"\nmsgstr \"activé\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"activé (Dépôt de logiciels)\"\n\nmsgid \"addition\"\nmsgstr \"ajout\"\n\nmsgid \"administrator\"\nmsgstr \"administrateur\"\n\nmsgid \"and\"\nmsgstr \"et\"\n\nmsgid \"anything\"\nmsgstr \"n'importe quoi\"\n\nmsgid \"catch-all\"\nmsgstr \"catch-all\"\n\nmsgid \"city\"\nmsgstr \"ville\"\n\nmsgid \"company\"\nmsgstr \"société\"\n\nmsgid \"country\"\nmsgstr \"pays\"\n\nmsgid \"created by\"\nmsgstr \"Créé par\"\n\nmsgid \"deleting\"\nmsgstr \"suppression\"\n\nmsgid \"disabled\"\nmsgstr \"désactivé\"\n\nmsgid \"disk space\"\nmsgstr \"espace disque\"\n\nmsgid \"domain\"\nmsgstr \"domaine\"\n\nmsgid \"domain alias\"\nmsgstr \"Alias de domaine\"\n\nmsgid \"domain aliases\"\nmsgstr \"Aliasses de domaine\"\n\nmsgid \"domain data\"\nmsgstr \"Données du domaine\"\n\nmsgid \"domain name\"\nmsgstr \"nom de domaine\"\n\nmsgid \"domains\"\nmsgstr \"domaines\"\n\nmsgid \"error\"\nmsgstr \"erreur\"\n\nmsgid \"everything\"\nmsgstr \"toutes\"\n\nmsgid \"first name\"\nmsgstr \"prénom\"\n\nmsgid \"from other browser\"\nmsgstr \"a partir d'un autre navigateur\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Gestion des applications (Permissions)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Connexion\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Mot de passe oublié\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP Panneau de contrôle internet multi-serveurs / Maintenance\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Installation de logiciels / Gestion\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Gestion des logiciels\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Gestion des logiciels (permissions)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Gestion de logiciels\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Installation de logiciels / Gestion\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Installateur de logiciel / Dépôt de logiciels Web\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"Dépôt de logiciels Web d'i-MSCP\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"Magazin d'extensions i-MSCP\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Mise à jour d'i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"La vérification des mise à jour est désactivée.\"\n\nmsgid \"installed\"\nmsgstr \"installé\"\n\nmsgid \"installing\"\nmsgstr \"installation\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet - Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"ko\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"nom\"\n\nmsgid \"mail\"\nmsgstr \"e-mail\"\n\nmsgid \"mail account\"\nmsgstr \"compte de messarie\"\n\nmsgid \"mail accounts\"\nmsgstr \"comptes de messageries\"\n\nmsgid \"missing alias\"\nmsgstr \"alias manquant\"\n\nmsgid \"missing domain\"\nmsgstr \"domaine absent\"\n\nmsgid \"n\\\\a\"\nmsgstr \"Non disponible\"\n\nmsgid \"no\"\nmsgstr \"non\"\n\nmsgid \"not available\"\nmsgstr \"non disponible\"\n\nmsgid \"not required\"\nmsgstr \"Non requis\"\n\nmsgid \"ok\"\nmsgstr \"ok\"\n\nmsgid \"older than 1 month\"\nmsgstr \"de plus d'1 mois\"\n\nmsgid \"older than 12 months\"\nmsgstr \"de plus de 12 mois\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"de plus de 2 semaines\"\n\nmsgid \"older than 3 months\"\nmsgstr \"de plus de 3 mois\"\n\nmsgid \"older than 6 months\"\nmsgstr \"de plus de 6 mois\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"ou fichier distant (max : %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"entrée orpheline\"\n\nmsgid \"required\"\nmsgstr \"requis\"\n\nmsgid \"reseller name\"\nmsgstr \"nom du revendeur\"\n\nmsgid \"state/province\"\nmsgstr \"état/province\"\n\nmsgid \"subdomain\"\nmsgstr \"sous domaine\"\n\nmsgid \"subdomains\"\nmsgstr \"Sous-domaines\"\n\nmsgid \"suspended\"\nmsgstr \"suspendu\"\n\nmsgid \"that match with\"\nmsgstr \"qui correspond à\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"trafic\"\n\nmsgid \"update\"\nmsgstr \"mettre à jour\"\n\nmsgid \"waiting for activation\"\nmsgstr \"en attente d'activation\"\n\nmsgid \"which status is\"\nmsgstr \"pour lesquels le statut est\"\n\nmsgid \"yes\"\nmsgstr \"oui\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"Statistiques de l'utilsateur {USERNAME}\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 Équipe i-MSCP<br/>Tous droits réservés\"\n"
  },
  {
    "path": "i18n/po/gl_ES.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Laurent Declercq <l.declercq@nuxwin.com>, 2017\\n\"\n\"Language-Team: Galician (Spain) (https://www.transifex.com/i-mscp/teams/576/gl_ES/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: gl_ES\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s agora iniciaches sesión como %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"información %s\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"(normalmente chamado\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"Nome de conta\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"Acción\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"Accións\"\n\nmsgid \"Activate\"\nmsgstr \"Activar\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Engadir\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Engadir banco de datos SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Engadir usuario SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"Engadir administrador\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Engadir alias de dominio\"\n\nmsgid \"Add group\"\nmsgstr \"Engadir grupo\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Engadir plano de hospedaxe\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Engadir nova área protexida\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"Engadir revendedor\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Engadir subdominio\"\n\nmsgid \"Add user\"\nmsgstr \"Engadir usuario\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"Admin\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"Rexistro (log) de administración\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"Usuarios administradores\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrador\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"Nivel de administrador\"\n\nmsgid \"Administrator login\"\nmsgstr \"Inicio de sesión de administrador\"\n\nmsgid \"Administrators\"\nmsgstr \"Administradores\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Todo\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Todas as entradas\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"Todas as saídas\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"Todo o tráfico\"\n\nmsgid \"All users\"\nmsgstr \"Todos os usuarios\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"Correcto\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"Correcto\"\n\nmsgid \"Apply changes\"\nmsgstr \"Aplicar trocos\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Estás certo de querer eliminar %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Estás certo de querer restaurar a copia de seguridade?\"\n\nmsgid \"Assign\"\nmsgstr \"Asignar\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Atrás\"\n\nmsgid \"Backup\"\nmsgstr \"Copia de respaldo\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Detección de forza bruta\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\nmsgid \"Canonical name\"\nmsgstr \"Nome canónico\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"Mudar\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Comprobar se hai actualizacións\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Escoller\"\n\nmsgid \"Choose dir\"\nmsgstr \"Escoller directorio\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Escoller plano de hospedaxe\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"Circular\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Cidade\"\n\nmsgid \"Class\"\nmsgstr \"Clase\"\n\nmsgid \"Clear log\"\nmsgstr \"Limpar rexistro (log)\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Preme no botón Restaurar e o sistema restaurará a última copia de seguridade\"\n\" diaria\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"Correcto\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Solicitudes pechadas\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Empresa\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgid \"Create\"\nmsgstr \"Correcto\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Creado por\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Data de creación\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Páxinas de erro á medida\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Menús personalizados\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"PARADO\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Copia de seguridade diaria\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Nome de Banco de Datos e Usuarios\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Nome do banco de datos\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Usuarios de banco de datos\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgid \"Day\"\nmsgstr \"Día\"\n\nmsgid \"Days\"\nmsgstr \"\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Eliminar\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Eliminar do rexistro (log):\"\n\nmsgid \"Delete order\"\nmsgstr \"Eliminar pedido\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Descrición\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Pormenores\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Desactivado\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Disco\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"Emprego de disco\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Dominio\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP do dominio\"\n\nmsgid \"Domain Name\"\nmsgstr \"\"\n\nmsgid \"Domain account\"\nmsgstr \"Conta do dominio\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"Alias de dominio\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Erros de alias de dominio\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Alias de dominios\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Pormenores do dominio\"\n\nmsgid \"Domain errors\"\nmsgstr \"Erros de dominio\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Nome do dominio\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Estatísticas do dominio\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"Dominios\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Dominios por páxina\"\n\nmsgid \"Done\"\nmsgstr \"Feito\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Modificar\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"Editar dominio\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Editar alias de dominio\"\n\nmsgid \"Edit error page\"\nmsgstr \"Editar páxina de erro\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Editar plano de hospedaxe\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Editar revendedor\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"Correo-e\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"Configuración de correo-e\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"Activado\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Páxinas de erro\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"Erros\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"Conta FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Contas de FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Tráfico FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Característica\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"Muller\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Información do sistema de arquivos\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Nome\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Reenvío\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"Reenviar a\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Reenviar ao URL\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Ceibe\"\n\nmsgid \"From\"\nmsgstr \"De\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Do revendedor\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Sexo\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"Información xeral\"\n\nmsgid \"General settings\"\nmsgstr \"Configuración xeral\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"Grupo\"\n\nmsgid \"Group members\"\nmsgstr \"Membros do grupo\"\n\nmsgid \"Group name\"\nmsgstr \"Nome do grupo\"\n\nmsgid \"Groups\"\nmsgstr \"Grupos\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Alta\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Plano de hospedaxe\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Planos de hospedaxe\"\n\nmsgid \"Hour\"\nmsgstr \"Hora\"\n\nmsgid \"Hours\"\nmsgstr \"\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"Enderezo IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"\"\n\nmsgid \"IPv6 address\"\nmsgstr \"Enderezo IPv6\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Instalar\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instrucións para descargar a copia de seguridade de hoxe\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Nome de grupo incorrecto!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"Forzar remate de sesión\"\n\nmsgid \"Label\"\nmsgstr \"Etiqueta\"\n\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgid \"Language file\"\nmsgstr \"Arquivo de idioma\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"Último acceso\"\n\nmsgid \"Last name\"\nmsgstr \"Apelido\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"Deseño\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"Nivel\"\n\nmsgid \"Limit\"\nmsgstr \"Límite\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Iniciar sesión\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Iniciar sesión coa túa conta de FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Arquivo de logo\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"Rematar sesión\"\n\nmsgid \"Lost password\"\nmsgstr \"Contrasinal esquecido\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Ligazón ao contrasinal esquecido\"\n\nmsgid \"Low\"\nmsgstr \"Baixa\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"Correo\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Erros de conta de correo-e\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Contas de correo\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Modo de mantemento\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Home\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Xestionar SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Xestionar usuarios e grupos\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Número máximo de tentativas de inicio de sesión\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"Medio\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Mensaxe\"\n\nmsgid \"Message template\"\nmsgstr \"Sobreplanta de mensaxe\"\n\nmsgid \"Message template info\"\nmsgstr \"Información de sobreplanta de mensaxe\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"\"\n\nmsgid \"Minutes\"\nmsgstr \"\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Mes\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"Montaxe\"\n\nmsgid \"Mount point\"\nmsgstr \"Punto de montaxe\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Nome\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Nova solicitude\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"Seguinte chanzo\"\n\nmsgid \"No\"\nmsgstr \"Non\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Anuncios, Avisos e Erros\"\n\nmsgid \"Ok\"\nmsgstr \"Correcto\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"Solicitudes abertas\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"Orde\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Outras entradas\"\n\nmsgid \"Other out\"\nmsgstr \"Outras saídas\"\n\nmsgid \"Other settings\"\nmsgstr \"Outros axustes\"\n\nmsgid \"Overview\"\nmsgstr \"Resumo\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP de entrada\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP de saída\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Tráficos POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Accións\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"Idioma predeterminado do panel\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Partición\"\n\nmsgid \"Password\"\nmsgstr \"Contrasinal\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Configuración de contrasinal\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"Ruta\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Porcentaxe\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"Datos persoais\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personalizar sobreplanta\"\n\nmsgid \"Phone\"\nmsgstr \"Teléfono\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Porto\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Previr inicios de sesión externos para administradores\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Previr inicio de sesión externa para os clientes\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Previr inicio de sesión externa para os revendedores\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Prioridade\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Áreas protexidas\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocolo\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"Datos de información\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"Eliminar\"\n\nmsgid \"Remove IP\"\nmsgstr \"Eliminar IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Repite o contrasinal\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"Revendedor\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"Nivel de revendedor\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"Nome do revendedor\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"Usuarios do revendedor\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"Revendedores\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Restaurar\"\n\nmsgid \"Restore\"\nmsgstr \"Restaurar\"\n\nmsgid \"Restore backup\"\nmsgstr \"Restaurar copia de seguridade\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP de entrada\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP de saída\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Tráfico SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"Bancos de datos SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"Nome de usuario SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"Usuarios SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Gardar\"\n\nmsgid \"Search\"\nmsgstr \"Procurar\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Código de seguridade\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Enviar mensaxe\"\n\nmsgid \"Send message to\"\nmsgstr \"Enviar mensaxe a\"\n\nmsgid \"Send reply\"\nmsgstr \"Enviar resposta\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Portos do servidor\"\n\nmsgid \"Server statistics\"\nmsgstr \"Estatísticas do servidor\"\n\nmsgid \"Server status\"\nmsgstr \"Estado do servidor\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Nome do servizo\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protocolo do servizo\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Configuración\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Amosar\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Amosar en\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"Tamaño\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Estado/Provincia\"\n\nmsgid \"Statistics\"\nmsgstr \"Estatísticas\"\n\nmsgid \"Status\"\nmsgstr \"Estado\"\n\nmsgid \"Street 1\"\nmsgstr \"Rúa 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Rúa 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdominio\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Alias de subdominio\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Erros de subdominio\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Nome do subdominio\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdominios\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Asunto\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Enviar trocos\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"Sistema de Atención\"\n\nmsgid \"Swap\"\nmsgstr \"Intercambio\"\n\nmsgid \"Switch\"\nmsgstr \"Mudar\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Mudar á interface de usuario\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"Ferramentas do sistema\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Porto de destino\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"Tráfico\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgid \"UP\"\nmsgstr \"FUNCIONANDO\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"Protocolo URL\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL deica este panel de administración\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Descoñecido\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Erro descoñecido\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Actualizar\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Subir\"\n\nmsgid \"Upload logo\"\nmsgstr \"Subir logo\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Empregado\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Usuario\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Nome (e apelido) de usuario\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Nome de usuario para inicio de sesión (sistema)\"\n\nmsgid \"User password\"\nmsgstr \"Contrasinal de usuario\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Nome real do usuario (nome e apelido)\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Tipo de usuario\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Tipo de usuario (administrador, revendedor, usuario)\"\n\nmsgid \"Username\"\nmsgstr \"Nome de usuario\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Usuarios\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"Moi alto\"\n\nmsgid \"View\"\nmsgstr \"Ver\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Avisos e Erros\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Entrada web\"\n\nmsgid \"Web out\"\nmsgstr \"Saída web\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Estatísticas web\"\n\nmsgid \"Web traffic\"\nmsgstr \"Tráfico web\"\n\nmsgid \"Webmail\"\nmsgstr \"Correo-web\"\n\nmsgid \"Webtools\"\nmsgstr \"Ferramentas Web\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"Ano\"\n\nmsgid \"Yes\"\nmsgstr \"Si\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"A túa mensaxe\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Código Postal\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Galego - Galician\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"Dominio\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Dominios\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"todo\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Actualizacións do i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/D\"\n\nmsgid \"no\"\nmsgstr \"non\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"máis vello dun mes\"\n\nmsgid \"older than 12 months\"\nmsgstr \"máis vello de 12 meses\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"máis vello de 2 semanas\"\n\nmsgid \"older than 3 months\"\nmsgstr \"máis vello de 3 meses\"\n\nmsgid \"older than 6 months\"\nmsgstr \"máis vello de 6 meses\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Subdominio\"\n\nmsgid \"subdomains\"\nmsgstr \"Subdominios\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Tráfico\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"si\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/hu_HU.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Dániel Bozsóki <bozsokidaniel5@gmail.com>, 2017\\n\"\n\"Language-Team: Hungarian (Hungary) (https://www.transifex.com/i-mscp/teams/576/hu_HU/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: hu_HU\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Adminisztrátor / Ügyfélszolgálat / Nyitott hibajegyek\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Ügyfél / Webes eszközök / Egyéni hiba oldalak / Egyéni hiba oldalak \"\n\"módosítása\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Hibás IP-cím!\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN automatikusan hozzáadva a kiosztatlan nevekhez, hosztokhoz és \"\n\"általános nevekhez\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"$ORIGIN érték jelenleg beállítva erre: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"%%nem lehet nagyobb mint %%.\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Szoftverraktár)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Verzió: %2$s, nyelv: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s belépett, mint: %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Szoftver\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d karaktersorozat lefordítva\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s azonosító sikeresen törölve\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"A %s fájl nem úgy néz ki, mint egy archívum kiterjesztése.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s nem létezik vagy üres.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s nem érvényes i-MSCP nyelvi fájl\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s nem egy engedélyezett aldomain címke.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s rekord\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"%s: Ennek a viszonteladónak több ügyfele (%s) van, mint az új limit.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: Ehhez a viszonteladóhoz több tétel hozzá van rendelve (%s), mint az új \"\n\"limit.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\"%s: Ennek a viszonteladónak korlátlan joggal rendelkező felhasználója van\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: Nem lehet letiltani ezt a szolgáltatást a viszonteladó ügyfelei \"\n\"használata miatt.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Nem lehet letiltani ezt a szolgáltatást a viszonteladó ügyfeleinek \"\n\"értékesítése miatt\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() nem hajtotta végre és %s nem található. Ez egy hiba a(z) %s \"\n\"bővítményben és jelenteni kell a bővítmény készítőjének.\"\n\nmsgid \"(default)\"\nmsgstr \"(alapértelmezett)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(leszűrve a %s összes rekordból)\"\n\nmsgid \"(usually named\"\nmsgstr \"(általában a mentés neve: \"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"PHP kiterjesztés megállította a fájlfeltöltést\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Hasonló nevű tárhelycsomag már létezik.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Új i-MSCP verzió érhető el\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Egy új szoftver csomag lett feltöltve\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"A feladat folyamatban van a htuserhoz.\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Webes statisztika.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Webes fájlkezelés\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Webes levelezés\"\n\nmsgid \"Account limits\"\nmsgstr \"Korlátok beállítása\"\n\nmsgid \"Account name\"\nmsgstr \"Azonosító\"\n\nmsgid \"Account summary\"\nmsgstr \"Összegzés\"\n\nmsgid \"Account type\"\nmsgstr \"Felhasználói szint\"\n\nmsgid \"Action\"\nmsgstr \"Művelet\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"A művelet leállt.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"A művelet sikertelen.\"\n\nmsgid \"Actions\"\nmsgstr \"Műveletek\"\n\nmsgid \"Activate\"\nmsgstr \"Aktiválás\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Bővítmény aktiválása\"\n\nmsgid \"Activated\"\nmsgstr \"Aktiv\"\n\nmsgid \"Activated software\"\nmsgstr \"Aktivált szoftver\"\n\nmsgid \"Activation email\"\nmsgstr \"Aktiváló e-mail\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Aktiválás folyamatban...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"Aktiválási link lejárati ideje percben\"\n\nmsgid \"Add\"\nmsgstr \"Létrehozás\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"DNS forrás rekord hozzáadása\"\n\nmsgid \"Add FTP account\"\nmsgstr \"FTP-felhasználó hozzáadása\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Védett csoport létrehozása\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Védett felhasználó létrehozása\"\n\nmsgid \"Add SQL database\"\nmsgstr \"SQL adatbázis létrehozása\"\n\nmsgid \"Add SQL user\"\nmsgstr \"SQL felhasználó hozzáadása\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"SSL tanúsítvány hozzáadása\"\n\nmsgid \"Add admin\"\nmsgstr \"Adminisztrátor hozzáadása\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Egyéni menü hozzáadása\"\n\nmsgid \"Add customer\"\nmsgstr \"Ügyfél hozzáadása\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Ügyfél hozzáadása - következő lépés\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Domain álnév létrehozása\"\n\nmsgid \"Add group\"\nmsgstr \"Csoport létrehozása\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Tárhely csomag létrehozása\"\n\nmsgid \"Add mail account\"\nmsgstr \"Levelezési fiók hozzáadása\"\n\nmsgid \"Add new IP address\"\nmsgstr \"IP-cím hozzáadása\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Védett terület létrehozása\"\n\nmsgid \"Add permissions\"\nmsgstr \"Jogosultság megadása\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Jogosultság megadása a viszonteladónak ehhez a programhoz:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Védett terület létrehozása\"\n\nmsgid \"Add reseller\"\nmsgstr \"Viszonteladó hozzáadása\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Aldomain létrehozása\"\n\nmsgid \"Add user\"\nmsgstr \"Felhasználó hozzáadása\"\n\nmsgid \"Added by\"\nmsgstr \"Hozzáadta:\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Hozzáadás folyamatban...\"\n\nmsgid \"Admin\"\nmsgstr \"Adminisztrátor\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Adminisztrátor / Általános / Adminisztrációs napló\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Adminisztrátor / Általános / Áttekintés\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Adminisztrátor / Általános / Szolgáltatások állapota\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Adminisztrátor / Profil / Összegzés\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Adminisztrátor / Profil / Nyelv beállítása\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Adminisztrátor / Profil / Kinézet\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Adminisztrátor / Profil / Jelszó megváltoztatása\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Adminisztrátor / Profil / Személyes adatok módosítása\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Adminisztrátor / Beállítások\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Adminisztrátor / Beállítások / IP-címek kezelése\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Adminisztrátor / Beállítások / Nyelv beállítása\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Adminisztrátor / Beállítások / Elvesztett jelszó e-mail\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"Adminisztrátor / Beállítások / Havi Szerverforgalom\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Adminisztrátor / Beállítások / Bővítménykezelő\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Adminisztrátor / Beállítások / Szolgáltatások portjai\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Adminisztrátor / Beállítások / Szoftverkezelő\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Adminisztrátor / Beállítások / Szoftver beállítások\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Adminisztrátor / Beállítások / Üdvözlő e-mail\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Adminisztrátor / Beállítások / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Adminisztrátor / Szoftverkezelő / Viszonteladó szoftverei\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Adminisztrátor / Statisztika / IP használat\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Adminisztrátor / Statisztikák / Viszonteladó statisztikák\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\"Adminisztrátor / Statisztika / Viszonteladói statisztika / Felhasználói \"\n\"statisztika\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Adminisztrátor / Statisztika / Viszonteladói statisztika / Felhasználói \"\n\"statisztika / {USERNAME} felhasználó statisztikája\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Adminisztrátor / Statisztikák / Szerver statisztikák\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Adminisztrátor / Ügyfélszolgálat / Zárt hibajegyek\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Adminisztrátor / Ügyfélszolgálat / Hibajegy megnézése\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Adminisztrátor / Rendszer / Rootkit-védelem naplója\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Adminisztrátor / Rendszereszközök / Hibakereső\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Adminisztrátor / Rendszereszközök / Karbantartás beállítások\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Adminisztrátor / Rendszereszközök / Rendszerinformációk\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Adminisztrátor / Rendszereszközök / i-MSCP frissítések\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Adminisztrátor / Felhasználók / Adminisztrátor hozzáadása\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Adminisztrátor / Felhasználók / Viszonteladó hozzáadása\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Adminisztrátor / Felhasználók / Körlevél\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Adminisztrátor / Felhasználók / Viszonteladó módosítása\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Adminisztrátor / Felhasználók / Áttekintés\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Adminisztrátor / Felhasználók / Áttekintés / Domain részletei\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\"Adminisztrátor / Felhasználók / Áttekintés / Adminisztrátor szerkesztése\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"Adminisztrátor / Felhasználó / Áttekintés / Ügyfél módosítása\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Adminisztrátor / Felhasználók / Munkafolyamatok\"\n\nmsgid \"Admin log\"\nmsgstr \"Adminisztrációs napló\"\n\nmsgid \"Admin not available\"\nmsgstr \"Adminisztrátor nem elérhető\"\n\nmsgid \"Admin users\"\nmsgstr \"Adminisztrátor\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Adminisztrátor / IP használati statisztika\"\n\nmsgid \"Administrator\"\nmsgstr \"Adminisztrátor\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Adminisztrátori és viszonteladói szint\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Adminisztrátor és ügyfél\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Adminisztrátori és ügyfél szint\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Adminisztrátor és viszonteladó\"\n\nmsgid \"Administrator level\"\nmsgstr \"Adminisztrátori szint\"\n\nmsgid \"Administrator login\"\nmsgstr \"Adminisztrátori belépés\"\n\nmsgid \"Administrators\"\nmsgstr \"Adminisztrátorok\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Adminisztrátorok és ügyfelek\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Adminisztrátorok és viszonteladók\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"A feltöltés után a rendszer telepíti a programcsomagot. <br> Frissítse a \"\n\"weboldalt az új állapot megtekintéséhez!\"\n\nmsgid \"All\"\nmsgstr \"Összes\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Minden lezárt hibajegy sikeresen törölve\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Minden hiba (fejlesztés)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Minden hiba, kivéve: E_DEPRECATED és E_STRICT (bemutatás)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\"Minden hiba, kivéve: E_NOTICES, E_STRICT és E_DEPRECATED (alapértelmezett)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Összes mező kitöltése kötelező\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Minden mező érvényes.\"\n\nmsgid \"All in\"\nmsgstr \"Összes (bejövő)\"\n\nmsgid \"All levels\"\nmsgstr \"Összes szint\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Minden nyitott hibajegy sikeresen törölve\"\n\nmsgid \"All out\"\nmsgstr \"Össz (kimenő)\"\n\nmsgid \"All reseller\"\nmsgstr \"Összes viszonteladó\"\n\nmsgid \"All traffic\"\nmsgstr \"Teljes forgalom\"\n\nmsgid \"All users\"\nmsgstr \"Összes felhasználó\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"URL fopen engedélyezése\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"Ezzel a domain álnév minden lekérést egy megadott URL-re irányít át. \"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Más domainnal közös csatolási pont használata.\"\n\nmsgid \"Already in use\"\nmsgstr \"OK\"\n\nmsgid \"Alt. URL\"\nmsgstr \"Alt. URL\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"Alternatív URL, amin eléred a weboldaladat.\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Alternatív webcím a weboldal eléréséhez\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Váratlan hiba történt.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"Váratlan hiba történt. Kérjük, fordulj a rendszergazdához!\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\"Váratlan hiba történt. Kérjük, vedd fel a kapcsolatot a viszonteladóddal.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Váratlan hiba történt: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Ismeretlen hiba történt fájlfeltöltés közben: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-Rootkits napló\"\n\nmsgid \"Any\"\nmsgstr \"Bármely\"\n\nmsgid \"Application installer\"\nmsgstr \"Alkalmazás telepítő\"\n\nmsgid \"Apply\"\nmsgstr \"OK\"\n\nmsgid \"Apply changes\"\nmsgstr \"Változások mentése\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\"Biztosan szeretné telepíteni ezt a programcsomagot a webes programtárolóból?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Biztosan szeretné telepíteni ezt a programcsomagot?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Biztosan szeretné törölni a hozzáférési jogokat?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Tényleg törölni szeretnéd a(z) %s SQL felhasználót?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Biztosan szeretné aktiválni ezt a programcsomagot?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Biztosan szeretné törölni a következőt: %s ?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Biztosan szeretné töröln az összes lezárt hibajegyet?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"Biztos, hogy törölni szeretné az összes megjelölt email fiókot?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Biztosan szeretné törölni az összes hibajegyet?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"Biztosan szeretné törölni a(z) %s FTP felhasználót?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Biztosan törölni szeretnéd a %s domain álnév megrendelésed?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Biztosan törölni szeretnéd a %s domain álnévet?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Biztosan szeretné törölni a(z) %s menüt?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"Biztosan szeretné törölni a(z) \\\"%s\\\" szolgáltatási portot?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Biztosan szeretné törölni a(z) %s hibajegyet?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Biztosan törölni akarod  a(z) `%%s' IP címet?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Biztosan törölni akarod a(z)  `%%s` FTP felhasználót?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Biztosan törölni akarod a(z) `%%s` védett területet?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Biztosan törli ezt a DNS rekordot?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"Biztosan törölni szeretnéd ezt a fiókot?\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"Biztosan szeretné törölni a %s begyűjtő címet?\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Biztosan törli ezt a domain álnevet?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Biztosan törölni akarod ezt a tárhely csomagot?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Biztosan szeretné törölni ezt a programcsomagot?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Biztosan törli ezt az aldomaint?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Biztosan szeretné importálni ezt a programcsomagot a helyi szoftverraktárba?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\"Biztosan szeretné importálni ezt a programcsomagot a helyi szoftverraktárba?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\"Biztosan be akarja szerezni ezt a programcsomagot a webes szoftverraktárból?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Biztosan vissza szeretné állítani a mentést?\"\n\nmsgid \"Assign\"\nmsgstr \"Hozzárendel\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Rendelje hozzá a meglévő SQL-felhasználót \"\n\nmsgid \"Assign group\"\nmsgstr \"Csoport hozzárendelése\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Legalább egy viszonteladóhoz hozzá van rendelve.\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Legalább egy középszintű tanúsítvány érvénytelen vagy hiányzik.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"Legalább egy postafiók meghaladja a kvótát.\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Hitelesítés csoportként\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Hitelesítés felhasználóként\"\n\nmsgid \"Authentication users\"\nmsgstr \"Felhasználók hitelesítése\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Felhasználók/csoportok hitelesítése\"\n\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Automatikus (böngésző nyelve)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"Automatikus válaszoló\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"Az automatikus válaszoló aktiválva.\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"Az automatikus válaszoló deaktiválva.\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"Az automatikus válaszoló módosítva.\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"Az automatikus válaszoló üzenete nem lehet üres.\"\n\nmsgid \"Available\"\nmsgstr \"Elérhető\"\n\nmsgid \"Available software\"\nmsgstr \"Elérhető szoftverek\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Aktiválásra vár\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Jóváhagyásra vár\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Vissza\"\n\nmsgid \"Backup\"\nmsgstr \"Adatmentés\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Fájlok mentése és visszaállítása\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Biztonsági mentés visszatöltése sikeresen beütemezve.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Rossz jelszó.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Hibás kérés.\"\n\nmsgid \"Behind\"\nmsgstr \"Mögötte\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Az alábbiakban aktiválni tudod a külső levelező szolgáltatás lehetőségét, \"\n\"egy vagy több domain címed számára. Megjegyzés: Ha aktiválod ezt, a \"\n\"szerverünk a leveleidet a saját levelező szervereden irányítja át, és nem \"\n\"lesz DNS rekord készítve hozzá.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"Zárolási idő a sikertelen bejelentkezések között (másodpercben)\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Zárolási idő sikertelen bejelentkezések között\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"Zárolási idő (percben)\"\n\nmsgid \"Body\"\nmsgstr \"Törzs\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Törzs hiányzik.\"\n\nmsgid \"Bogomips\"\nmsgstr \"BogoMips:\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce támadás észlelése\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Csoportműveletek\"\n\nmsgid \"By\"\nmsgstr \"Készítő:\"\n\nmsgid \"CGI\"\nmsgstr \"CGI használata\"\n\nmsgid \"CPU Information\"\nmsgstr \"CPU információk\"\n\nmsgid \"Cache\"\nmsgstr \"Gyorsítótár:\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Szerkesztheti a PHP %s beállításait\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Használhatja a PHP %s függvényét\"\n\nmsgid \"Cancel\"\nmsgstr \"Mégsem\"\n\nmsgid \"Canonical name\"\nmsgstr \"Kanonikus név (CNAME)\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Tanúsítvány\"\n\nmsgid \"Certificate data\"\nmsgstr \"Tanúsítvány \"\n\nmsgid \"Change\"\nmsgstr \"Módosítás\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Státusz módosítása az újrapróbáláshoz\"\n\nmsgid \"Check for update\"\nmsgstr \"Frissítések keresése\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Ellenőrizd a viszonteladó feltöltést!<br>Nem engedélyezett, hogy ezt a \"\n\"csomagot kétszer feltöltsd.<br>Frissítsd az oldalt, hogy lásd az új \"\n\"státuszt!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Ellenőrizd a feltöltéseidet<br>Keresd meg az adminisztrátort, ha nem találod\"\n\" a csomagodat.<br>Ugyanazt a csomagot nem töltheted fel \"\n\"kétszer.<br>Frissítsd az oldalt, hogy lásd az új státuszt.\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Ellenőrizd a csomagodat, mert hibákat találtunk benne!<br>Frissítsd az \"\n\"oldalt, hogy lásd az új státuszt!\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Ellenőrizd a szoftver raktár feltöltéseit<br>Ugyanazt a csomagot nem \"\n\"töltheted fel kétszer.<br>Frissítsd az oldalt, hogy lásd az új státuszt!\"\n\nmsgid \"Choose\"\nmsgstr \"Kiválasztás\"\n\nmsgid \"Choose dir\"\nmsgstr \"Könyvtár kijelölése\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Fájl feltöltése (Max: %1$d MB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Tárhely csomag kiválasztása\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Kinézet színének kiválasztása\"\n\nmsgid \"Choose your language\"\nmsgstr \"Nyelv kiválasztása\"\n\nmsgid \"Circular\"\nmsgstr \"Körlevél küldése\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Körlevél sikeresen elküldve.\"\n\nmsgid \"City\"\nmsgstr \"Város\"\n\nmsgid \"Class\"\nmsgstr \"Osztály\"\n\nmsgid \"Clear log\"\nmsgstr \"Naplófájl ürítése\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Bővebb részletért kattints ide\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"A \\\"Visszaállítás\\\" gomb megnyomásával igényelhető az utolsó napi mentés \"\n\"visszaállítása\"\n\nmsgid \"Click to edit\"\nmsgstr \"Kattintson a szerkeszteni\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Ügyfél / Adatbázisok / SQL adatbázis létrehozása\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Ügyfél / Adatbázisok / Áttekintés\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Ügyfél / Adatbázisok / Áttekintés / SQL adatbázis létrehozása\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\"Ügyfél / Adatbázisok / Áttekintés / SQL felhasználó jelszavának frissitése\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Ügyfél / Domainek / DNS forrás rekord szerkesztése\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Ügyfél / Domainek\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Ügyfél / Domainek / DNS forrás rekord hozzáadása\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Ügyfél / Domainek / Domain álnév hozzáadása\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Ügyfél / Domainek / Aldomain létrehozása\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Ügyfél / Domainek / Domain szerkesztése\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Ügyfél / Domainek / Domain álnév szerkesztése\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Ügyfél / Domainek / Aldomain szerkesztése\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Ügyfél / Domainek / PHP beállítások\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Ügyfél / Domainek / SSL tanúsítvány\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Ügyfél / FTP / FTP-felhasználó hozzáadása\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Ügyfél / FTP / Áttekintés\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Ügyfél / FTP / Áttekintés / FTP-felhasználó módosítása\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Ügyfél / Általános / Áttekintés\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"Ügyfél / Levelezés / Postafiók létrehozása\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"Ügyfél / Levelezés / Postafiók módosítása\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"Ügyfél / Levelezés / Áttekintés\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Ügyfél / Profil / Összegzés\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Ügyfél / Profil / Nyelv beállítása\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Ügyfél / Profil / Kinézet\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Ügyfél / Profil / Jelszó megváltoztatása\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Ügyfél / Profil / Személyes adatok\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Ügyfél / Statisztikák\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Ügyfél / Ügyfélszolgálat / Zárt hibajegyek\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Ügyfél / Ügyfélszolgálat / Új hibajegy\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Ügyfél / Ügyfélszolgálat / Nyitott hibajegyek\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Ügyfél / Ügyfélszolgálat / Hibajegy megnézése\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Ügyfél / Webes eszközök / Egyéni hibaoldalak\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Ügyfél / Webes eszközök / Napi mentés\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Ügyfél / Webes eszközök / Áttekintés\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Ügyfél / Webes eszközök / Védett területek\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Ügyfél / Webes eszközök / Védett területek / Felhasználók és csoportok \"\n\"kezelése\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Ügyfél / Webes eszközök / Védett területek / Felhasználók és csoportok \"\n\"kezelése / Csoport létrehozása\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Ügyfél / Webes eszközök / Védett területek / Felhasználók és csoportok \"\n\"kezelése / Felhasználó létrehozása\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Ügyfél / Webes eszközök / Védett területek / Felhasználók és csoportok \"\n\"kezelése / Felhasználó módosítása\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Ügyfél / Webes eszközök / Védett területek / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Ügyfél / Webes eszközök / Szoftverek\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Ügyfél / Webes eszközök / Szoftver / Szoftver telepítése \"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Ügyfél / Webes eszközök / Szoftverek / Megtekintés\"\n\nmsgid \"Client users\"\nmsgstr \"Ügyfelek\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Órajel (MHz):\"\n\nmsgid \"Close\"\nmsgstr \"OK\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Hibajegy lezárása\"\n\nmsgid \"Close ticket\"\nmsgstr \"Hibajegy lezásása\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Lezárt hibajegyek\"\n\nmsgid \"Common name\"\nmsgstr \"Közös név\"\n\nmsgid \"Company\"\nmsgstr \"Cég\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Beállítás üzemmód\"\n\nmsgid \"Confirmation required\"\nmsgstr \"Megerősítés szükséges\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"Ütközés a(z) `%s' DNS forrás rekorddal.\"\n\nmsgid \"Cores\"\nmsgstr \"Magok száma:\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Nem lehet hozzáadni/frissíteni az SSL tanúsítványt. Váratlan hiba történt.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\"Nem sikerült a jelenlegi %s bővítmény könyvtáráról biztonsági mentést \"\n\"csinálni.\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"%s bővítményt nem lehet megváltoztatni: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\"Nem lehet csatlakozni a(z) `%s' adatbázishoz. Kérjük ellenőrizze a jelszót.\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"Nem lehet ilyen domain álnevet létrehozni. Váratlan hiba történt.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"Nem törölhető az SQL adatbázis. Váratlan hiba történt.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"Nem törölhet az SQL felhasználó. Váratlan hiba történt.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"Nem törölhető az SSL tanúsítvány. Váratlan hiba történt.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"%s bővítményt nem lehet  törölni: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"%s bővítményt nem lehet deaktiválni: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"%s bővítményt nem lehet aktiválni: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"Nem található hálózati csatoló. Új IP-cím hozzáadása nem lehetséges. \"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"Nem lehet SSL tanúsítványt generálni. Váratlan hiba történt.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"%s bővítményt nem lehet telepíteni: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"%s bővítményt nem lehet védeni: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"Nem lehet visszaállítani a(z) %s bővítmény könyvtárát\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"Nem sikerült lekérni a könyvtárakat.\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"%s bővítményt nem lehet eltávolítani: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"%s bővítményt nem lehet frissíteni: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Nem lehet feltölteni a fájlt\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Nem lehet feltölteni a fájlt, mert a feltöltendő fájl nem található\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"Nem lehet feltölteni a fájlt, mert a feltölthető fájl maximális mérete (%1$d\"\n\" MB)\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"Nem sikerült létrehozni a(z) %s adatbázist.\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"Al-domain nem törölhető. Váratlan hiba történt.\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Ország\"\n\nmsgid \"Create\"\nmsgstr \"OK\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"Az alapértelmezett levelezési fiókok létrehozása\"\n\nmsgid \"Created by\"\nmsgstr \"Létrehozta\"\n\nmsgid \"Created on\"\nmsgstr \"Létrehozva\"\n\nmsgid \"Creation date\"\nmsgstr \"Létrehozva\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Egyedi DNS hibák\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Egyéni DNS rekord törlésre beütemezve.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Egyéni DNS rekordok\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Egyéni hiba oldal frissítve\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Egyéni hibaoldalak\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Egyéni menü neve és hivatkozása\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Saját menü tulajdonságai\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Egyéni menü sikeresen hozzáadva\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Egyéni menü sikeresen törölve\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Egyéni menü sikeresen frissítve\"\n\nmsgid \"Custom menus\"\nmsgstr \"Saját menük\"\n\nmsgid \"Customer\"\nmsgstr \"Ügyfél\"\n\nmsgid \"Customer account\"\nmsgstr \"Ügyfélfiók\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Ügyfél fiók aktiválása beütemezve.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Ügyfél fiók létrehozása beütemezve.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Ügyfél fiók deaktiválása beütemezve.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Ügyfél fiók törlése beütemezve.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Ügyfél fiók sikeresen módosítva\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Ügyfél átadása\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Ügyfél felhasználás\"\n\nmsgid \"Customer level\"\nmsgstr \"Ügyfél szint\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Ügyfél hozzáadása beütemezve.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Ügyfél törlése beütemezve.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Ügyfél kinézetének színe sikeresen frissítve\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Ügyfél(ek) sikeresen átadva\"\n\nmsgid \"Customers\"\nmsgstr \"Ügyfelek\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Egyéni hibaoldalak testreszabása\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS rekord már létezik\"\n\nmsgid \"DNS resource record\"\nmsgstr \"DNS forrás rekord\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"Egyéni DNS rekord hozzáadása beütemezve\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"Egyéni DNS rekord módosítása beütemezve\"\n\nmsgid \"DNS resource records\"\nmsgstr \"DNS forrás rekordok\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"DNS zóna, amelyet hozzá szeretnél adni ehhez a DNS forrás rekordhoz.\"\n\nmsgid \"DOWN\"\nmsgstr \"ÁLL\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Démon lekérése sikertelen.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Démon lekérése sikeres!\"\n\nmsgid \"Daily backup\"\nmsgstr \"Napi mentés\"\n\nmsgid \"Data\"\nmsgstr \"Adat\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Az adat megváltozott. Kérjük próbálja újra.\"\n\nmsgid \"Database\"\nmsgstr \"Adatbázis\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"SQL adatbázisok és felhasználók\"\n\nmsgid \"Database data\"\nmsgstr \"Adatbázis adat\"\n\nmsgid \"Database name\"\nmsgstr \"Adatbázis neve\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Adatbázis neve túl hosszú\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Adatbázis név nem elérhető, vagy nem engedélyezett.\"\n\nmsgid \"Database password\"\nmsgstr \"Adatbázis jelszó\"\n\nmsgid \"Database prefix\"\nmsgstr \"Adatbázis előtag\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Adatbázis előtag/utótag\"\n\nmsgid \"Database required\"\nmsgstr \"Adatbázis szükséges\"\n\nmsgid \"Database usage\"\nmsgstr \"Adatbázisok tárhely foglaltsága\"\n\nmsgid \"Database user\"\nmsgstr \"Adatbázis felhasználó\"\n\nmsgid \"Database users\"\nmsgstr \"Adatbázis felhasználók\"\n\nmsgid \"Databases\"\nmsgstr \"Adatbázisok\"\n\nmsgid \"Date\"\nmsgstr \"Dátum\"\n\nmsgid \"Day\"\nmsgstr \"nap\"\n\nmsgid \"Days\"\nmsgstr \"nap\"\n\nmsgid \"Deactivate\"\nmsgstr \"Deaktiválás\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Bővítmény deaktiválása\"\n\nmsgid \"Deactivated\"\nmsgstr \"Felfüggesztett\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Deaktiválás folyamatban...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Kedves {NAME}!\\n\"\n\"\\n\"\n\"Felhasználói fiókja elkészült!\\n\"\n\"\\n\"\n\"Fiók adatai:\\n\"\n\"\\n\"\n\"Fiók típusa: {USERTYPE}\\n\"\n\"Felhasználónév: {USERNAME}\\n\"\n\"Jelszó: {PASSWORD}\\n\"\n\"\\n\"\n\"Kérjük, első belépés után, illetve néha változtassa meg a jelszavát a biztonság kedvéért!\\n\"\n\"\\n\"\n\"A következő oldalon tud belépni: {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Kérjük, ne válaszoljon erre a levélre!\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP levélküldő\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Kedves {NAME},\\n\"\n\"\\n\"\n\"Egy új szotfver csomagot töltött fel a viszonteladó.\\n\"\n\"\\n\"\n\"Viszonteladó ID: {RESELLER_ID}\\n\"\n\"Szoftver csomag: {SOFTWARE_PACKAGE}\\n\"\n\"Szoftver ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Kérjük ne válaszoljon erre az emailre.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Kedves {NAME},\\n\"\n\"\\n\"\n\"Kérjük, kattintson az alábbi linkre, hogy megújítsa a jelszavát:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Megjegyzés: Ha nem Ön kérte a jelszó megújítást, akkor hagyja figyelmen kívül ezt a levelet.\\n\"\n\"\\n\"\n\"Kérjük ne válaszoljon erre az emailre.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Kedves {NAME},\\n\"\n\"\\n\"\n\"Ez egy automatikus levél, melyet az i-MSCP kezelőfelület küldött:\\n\"\n\"\\n\"\n\"Szerver neve: {HOSTNAME}\\n\"\n\"Szerver IP:   {SERVER_IP}\\n\"\n\"Kliens IP:   {CLIENT_IP}\\n\"\n\"Verzió:     {VERSION}\\n\"\n\"Készült:       {BUILDDATE}\\n\"\n\"Besorolás:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Kérjük ne válaszoljon erre az emailre.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Kedves {NAME},\\n\"\n\"\\n\"\n\"Új választ kapott a hibajegyére:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Prioritás: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Beléphez a(z) {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} címen, hogy válaszoljon.\\n\"\n\"\\n\"\n\"Kérjük ne válaszoljon erre a levélre.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Kedves {NAME},\\n\"\n\"\\n\"\n\"Új hibajegy érkezett:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Prioritás: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Beléphez a(z) {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} címen, hogy válaszoljon.\\n\"\n\"\\n\"\n\"Kérjük ne válaszoljon erre az emailre.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Kedves {NAME},\\n\"\n\"\\n\"\n\"Az ügyfele {CUSTOMER} arra vár, hogy elfogadja az új domain aliast.\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Lépjen be a(z) {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php címen, hogy elfogadja az új aliast.\\n\"\n\"\\n\"\n\"Kérjük ne válaszoljon erre a levélre.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Kedves {NAME},\\n\"\n\"\\n\"\n\"A jelszava sikeresen megújult. \\n\"\n\"\\n\"\n\"Új jelszava: {PASSWORD}\\n\"\n\"\\n\"\n\"Beléphet a(z) {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} címen.\\n\"\n\"\\n\"\n\"Kérjük ne válaszoljon erre az emailre.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Kedves {NAME},\\n\"\n\"\\n\"\n\"A szoftver csomagja törölve lett.\\n\"\n\"\\n\"\n\"Szoftver csomag {SOFTWARE_PACKAGE}\\n\"\n\"Szoftver ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Adminisztrátor üzenete:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Kérjük ne válaszoljon erre az emailre.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Kedves {NAME},\\n\"\n\"\\n\"\n\"A szoftver csomagja sikeresen aktiválásra került.\\n\"\n\"\\n\"\n\"Szoftver csomag: {SOFTWARE_PACKAGE}\\n\"\n\"Szoftver ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Kérjük ne válaszoljon erre az emailre.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\n\nmsgid \"Debugger\"\nmsgstr \"Hibakereső\"\n\nmsgid \"Default\"\nmsgstr \"Alapértelmezett\"\n\nmsgid \"Default language\"\nmsgstr \"Alapértelmezett nyelv\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Alapértelmezett nyelv sikeresen frissítve\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Ez meghatározza, hogy az ügyfelek adhatnak-e / módosíthatnak-e SSL \"\n\"tanúsítványokat a saját domain neveikhez.\"\n\nmsgid \"Delete\"\nmsgstr \"Törlés\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Minden hibajegy törlése\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Törlés a naplóból:\"\n\nmsgid \"Delete order\"\nmsgstr \"Megrendelés törlése\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Viszonteladó alkalmazásának törlése\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Törölje a kiválasztott email fiókokat\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Bővítmény törlése\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Hibajegy törlése\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Törlés folyamatban\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Törlés folyamatban...\"\n\nmsgid \"Depot import\"\nmsgstr \"Raktár import\"\n\nmsgid \"Description\"\nmsgstr \"Leírás\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Leírás nem lehet üres.\"\n\nmsgid \"Details\"\nmsgstr \"Részletek\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"„%s” könyvtár nem létezik.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"'%s' könyvtár nem létezik.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"'%s' könyvtár nem engedélyezett, vagy hibás.\"\n\nmsgid \"Disabled\"\nmsgstr \"Letiltva\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Letiltott funkciók\"\n\nmsgid \"Disconnect\"\nmsgstr \"Lekapcsolódik\"\n\nmsgid \"Disk\"\nmsgstr \"Tárhely\"\n\nmsgid \"Disk space\"\nmsgstr \"Lemezterület\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Tárhely limit [MB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Tárhelyhasználat\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Tárhely használat részletesen \"\n\nmsgid \"Display errors\"\nmsgstr \"Hibák kijelzése\"\n\nmsgid \"Document root\"\nmsgstr \"Gyökér könyvtár\"\n\nmsgid \"Domain\"\nmsgstr \"Domain\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"%s domain nem irányítható magára.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"%s domain nem elérhető.\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domain IP-címe\"\n\nmsgid \"Domain Name\"\nmsgstr \"Domain neve\"\n\nmsgid \"Domain account\"\nmsgstr \"Domain azonosító\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Domain azonosító lejárt\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Domain azonosítók\"\n\nmsgid \"Domain alias\"\nmsgstr \"Domain álnév\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"%s domain álnév nem irányítható magára.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domain álnév hibák\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Domain álnév\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Domain álnév sikeresen elkészült.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Domain álnév sikeresen megrendelve.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Domain álnév hozzáadása sikeresen beütemezve.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Domain álnév beütemezve megszüntetésre\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Domain álnév frissítése sikeresen beütemezve.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domain álnevek\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Domain és adatbázisok\"\n\nmsgid \"Domain data\"\nmsgstr \"Domain adatai\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"A domain adatai megváltoztak. Kérjük próbáld újra.\"\n\nmsgid \"Domain details\"\nmsgstr \"Domain információk\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domain hibák\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Domain lejárati dátuma\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Domain lejáratának dátuma nincs megadva\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Domain név\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"A domain név (ASCII alakban) nem lehet hosszabb 255 karakternél.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"A domain név nem lehet üres.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"A domain név nem kezdődhet / végződhet ponttal.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Domain név tartalmaz hibás karaktert: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"A domain név címkék nem lehetnek hosszabbak 63 karakternél.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"A domain név címkék nem kezdődhetnek / végződhetnek kötőjellel.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Domain új lejárati dátuma\"\n\nmsgid \"Domain overview\"\nmsgstr \"Áttekintés\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domain frissítése beütemezve\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domain statisztikák\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Domain állapota nincs rendben\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Domain frissítése sikeresen beütemezve.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Domain tulajdonságai sikeresen frissítve\"\n\nmsgid \"Domain type\"\nmsgstr \"Domain típusa\"\n\nmsgid \"Domains\"\nmsgstr \"Domainek\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domainek száma oldalanként\"\n\nmsgid \"Done\"\nmsgstr \"Kész\"\n\nmsgid \"Download\"\nmsgstr \"Letöltés\"\n\nmsgid \"Download TAR\"\nmsgstr \"Letöltés TAR-ban\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Letöltés ZIP-ben\"\n\nmsgid \"Download links\"\nmsgstr \"Letöltési hivatkozások\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"A könyvtárban található archívumok letöltése\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Módosítás\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"DNS forrás rekord szerkesztése\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"FTP-felhasználó módosítása\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"SSL tanúsítvány kezelése\"\n\nmsgid \"Edit admin\"\nmsgstr \"Adminisztrátor módosítása\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Egyéni hiba oldal módosítása\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Egyéni menü módosítása\"\n\nmsgid \"Edit customer\"\nmsgstr \"Ügyféladatok szerkesztése\"\n\nmsgid \"Edit domain\"\nmsgstr \"Domain módosítása\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Domain álnév módosítása\"\n\nmsgid \"Edit error page\"\nmsgstr \"Hibaoldal szerkesztése\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Tárhely csomag módosítása\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Htaccess felhasználó módosítása\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Postafiók módosítása\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Védett terület szerkesztése\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Viszonteladó módosítása\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Aldomain módosítása\"\n\nmsgid \"EiB\"\nmsgstr \"EB\"\n\nmsgid \"Email\"\nmsgstr \"Email\"\n\nmsgid \"Email address\"\nmsgstr \"Email címek\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Az e-mail kvóta nem lehet nagyobb mint %s\"\n\nmsgid \"Email settings\"\nmsgstr \"E-mail beállítások\"\n\nmsgid \"Email setup\"\nmsgstr \"Üzenetsablonok beállítása\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"E-mail sikeresen frissítve.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"SSL tanúsítvány használata\"\n\nmsgid \"Enabled\"\nmsgstr \"Engedélyezve\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"%s számára engedélyezve\"\n\nmsgid \"Error details\"\nmsgstr \"Hiba részletei\"\n\nmsgid \"Error pages\"\nmsgstr \"Hibaoldalak\"\n\nmsgid \"Error reporting\"\nmsgstr \"Hibajelentés\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Hiba: Letöltendő fájl nem található\"\n\nmsgid \"Errors\"\nmsgstr \"Hibák\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Feladatok végrehajtása\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Külső levelező szerver\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Külső levelező szerver\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"Külső levelező szerver aktiválása beütemezve.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"Külső levelező szerver kikapcsolása beütemezve.\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP-felhasználó\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP azonosító már létezik\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"FTP-felhasználó korlát elérve.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP-felhasználó hozzáadva.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTP-felhasználó törölve.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP-felhasználó sikeresen módosítva\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP-felhasználók\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"FTP fiókok korlátja\"\n\nmsgid \"FTP home directory\"\nmsgstr \"FTP főkönyvtár\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"Az FTP főkönyvtár nem lehet üres.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"FTP felhasználó hiba\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Nem sikerült a fájl lemezre mentése\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Hiba a csomagban, ezért törlésre került\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Szolgáltatás\"\n\nmsgid \"Features\"\nmsgstr \"Szolgáltatások\"\n\nmsgid \"Female\"\nmsgstr \"Nő\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"%s fájl nem létezik vagy nem elérhető!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"„%s” fájl nem egy migrációs fájlnak tűnik.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"A fájl nem létezik: %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Fájl mérete meghaladja a korlátot\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Fájl sikeresen feltöltve.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"A fájl nem olvasható\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"A fájlnak .tar.gz tömörített állománynak kell lennie\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Fájl sikeresen feltöltve\"\n\nmsgid \"File usage\"\nmsgstr \"Fájlok tárhely foglaltsága\"\n\nmsgid \"FileManager\"\nmsgstr \"Fájlkezelő\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Fájlrendszer adatok\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Üzenet szövege nem lehet üres\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Vezetéknév\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Tiltott\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"Újrakényszerítés\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Továbbítás\"\n\nmsgid \"Forward URL\"\nmsgstr \"Továbbítás webcíme\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"%s átirányítási URL érvénytelen.\"\n\nmsgid \"Forward account\"\nmsgstr \"Továbbítási fiók\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Továbbítási lista üres\"\n\nmsgid \"Forward to\"\nmsgstr \"Továbbítás címe\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Továbbítás a következő webcímre\"\n\nmsgid \"Forward type\"\nmsgstr \"Továbbítás típusa\"\n\nmsgid \"Free\"\nmsgstr \"Szabad\"\n\nmsgid \"From\"\nmsgstr \"Feladó\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Kiválasztott viszonteladó:\"\n\nmsgid \"Ftp\"\nmsgstr \"FTP\"\n\nmsgid \"Ftp account\"\nmsgstr \"FTP-felhasználó\"\n\nmsgid \"Ftp account data\"\nmsgstr \"FTP-felhasználó adatai\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"FTP-felhasználók\"\n\nmsgid \"Ftp directories\"\nmsgstr \"FTP könyvtárak\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Nem\"\n\nmsgid \"General\"\nmsgstr \"Általános beállítások\"\n\nmsgid \"General information\"\nmsgstr \"Kezdőlap\"\n\nmsgid \"General settings\"\nmsgstr \"Általános beállítások\"\n\nmsgid \"Generate\"\nmsgstr \"Generálás\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Önaláírt tanúsítvány generálása\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Kérj egy új biztonsági kódot\"\n\nmsgid \"GiB\"\nmsgstr \"GB\"\n\nmsgid \"Group\"\nmsgstr \"Csoport\"\n\nmsgid \"Group members\"\nmsgstr \"Csoport tagjai\"\n\nmsgid \"Group name\"\nmsgstr \"Csoportnév\"\n\nmsgid \"Groups\"\nmsgstr \"Csoportok\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS max-érvényesség érték\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTP forgalom\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Magas\"\n\nmsgid \"Home directory\"\nmsgstr \"Főkönyvtár\"\n\nmsgid \"Homepage\"\nmsgstr \"Honlap\"\n\nmsgid \"Host\"\nmsgstr \"Kiszolgáló\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\"Az a kiszolgáló, ahonnan az SQL felhasználó csatlakozhat az SQL szerverre\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Tárhely csomag\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Elérhető tárhely csomagok\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Tárhely csomag korlátai meghaladják a viszonteladóét\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Tárhely csomag korlát elérte a saját korlátaidat.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Tárhely csomag sikeresen létrejött\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Tárhely csomag sikeresen törölve\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Tárhely csomag sikeresen frissítve\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Tárhely csomagok\"\n\nmsgid \"Hour\"\nmsgstr \"óra\"\n\nmsgid \"Hours\"\nmsgstr \"óra\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Védett csoport\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Védett csoport létrehozása sikeresen beütemezve\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Védett csoport törlése sikeresen beütemezve\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Védett felhasználó\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\"Védett felhasználó hozzárendelése a %s védett csoporthoz sikeresen \"\n\"megtörtént\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\"Védett felhasználó törlése a %s védett csoportból sikeresen megtörtént\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Védett felhasználó létrehozása sikeresen beütemezve\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"Htaccess, htgroups és htpasswd hibák\"\n\nmsgid \"IP address\"\nmsgstr \"IPv4-cím\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"Ezt az IP-címet már kezeli az i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IP-cím hozzáadása sikeresen beütemezve.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IP-cím törlése sikeresen beütemezve\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"IP cím módosítása sikeresen beütemezve.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"i-MSCP által kezelt IP-címek\"\n\nmsgid \"IP assignments\"\nmsgstr \"IP-cím kiosztás\"\n\nmsgid \"IP errors\"\nmsgstr \"IP hibák\"\n\nmsgid \"IP management\"\nmsgstr \"IP-cím kezelő\"\n\nmsgid \"IP netmask\"\nmsgstr \"IP hálózati maszk\"\n\nmsgid \"IP usage\"\nmsgstr \"IP-cím használata\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6-cím\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"Ha 'Igen'-re állítod, a Web könyvtárak védve lesznek a törlés ellen.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\"Ha 'Igen'-re állítod, a viszonteladó engedélyezni tudja az ügyfeleinek a PHP\"\n\" beállítások módosítását.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Ha 'Igen'-re állítod, a viszonteladó engedélyezni/letilteni tudja a PHP mail\"\n\" függvényt az ügyfelei számára, kivéve, ha a PHP mail függvény eleve tiltva \"\n\"van.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"Ha a név mezőben a @ jel szerepel, vagy üresen van hagyva, akkor \"\n\"automatikusan hozzá lesz rendelve a $ORIGIN érték.\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"Viszonteladó korlátozása előtt az ügyfeleit kell korlátozni\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Képek méretének kisebb, mint 500 x 90 képpontnak kell lennie\"\n\nmsgid \"Import\"\nmsgstr \"Importálás\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Import a helyi raktárba\"\n\nmsgid \"Import new language file\"\nmsgstr \"Új nyelvi fájl importálása\"\n\nmsgid \"In front\"\nmsgstr \"Elején\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"Karbantartási módban csak az adminisztrátorok léphetnek be.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"FTP fiókok korlátja hibás\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"SQL adatbázis darabszám korlát hibás\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Hibás SQL felhasználó korlát.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"SQL felhasználói korlát hibás\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Álnév korlát hibás.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Tárhely korlát hibás\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"Domain álnév korlát hibás\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Hibásan formázott email cím\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Az e-mail kvóta hibás.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Hibás korlát: %s\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Email cím korlát hibás\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Havi adatforgalmi korlát hibás\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Aldomain korlát hibás.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Aldomain korlát hibás\"\n\nmsgid \"Install\"\nmsgstr \"Telepítés\"\n\nmsgid \"Install in progress\"\nmsgstr \"Telepítés folyamatban\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Bővítmény telepítése\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Webes alkalmazások telepítése\"\n\nmsgid \"Installation details\"\nmsgstr \"Telepítés részletei\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Telepítés folyamatban...\"\n\nmsgid \"Installation path\"\nmsgstr \"Telepítés útvonala\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Telepített programcsomagot a viszonteladója törölte\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Telepítve a viszonteladói raktárban\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Telepítve a szolftver raktárban\"\n\nmsgid \"Installed on\"\nmsgstr \"Telepítve\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Feltöltött programcsomag telepítése. Kérjük frissítse ezt az oldalt!\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Utasítások a napi mentés letöltéséhez\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Középszintű tanúsítvány(ok)\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Belső szerver hiba\"\n\nmsgid \"Internationalization\"\nmsgstr \"Nyelvi beállítások\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Hibás FTP felhasználói név\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Érvénytelen SQL felhasználói kiszolgáló: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Hibás SSL tanúsítvány\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Érvénytelen SSL tanúsítvány\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Érvénytelen webcím\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"Érvénytelen város.\"\n\nmsgid \"Invalid company.\"\nmsgstr \"Érvénytelen vállalat.\"\n\nmsgid \"Invalid country.\"\nmsgstr \"Érvénytelen ország.\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Hibás domain név.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Érvénytelen e-mail cím\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Érvénytelen e-mail felhasználónév.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"Hibás `%s` mező.\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"Érvénytelen keresztnév.\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"Érvénytelen nem.\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Érvénytelen csoportnév\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"Érvénytelen vezetéknév.\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Érvénytelen megrendelés menü\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Érvénytelen név\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Érvénytelen csomag érkezett a GitHubtól.\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"Érvénytelen telefonszám.\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Hibás bővítmény könyvtár: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Érvénytelen személyes kulcs vagy jelszó.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Érvénytelen cél\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Érvénytelen felhasználónév.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"Érvénytelen irányítószám.\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Kernel verziója:\"\n\nmsgid \"Kill session\"\nmsgstr \"Munkafolyamat bezárása\"\n\nmsgid \"Label\"\nmsgstr \"Cimke\"\n\nmsgid \"Language\"\nmsgstr \"Nyelv\"\n\nmsgid \"Language file\"\nmsgstr \"Nyelvi fájl\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Nyelvi fájl sikeresen telepítve\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"Nyelv frissítve.\"\n\nmsgid \"Languages\"\nmsgstr \"Nyelvi beállítások\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Nyelvi fájl újraindexelése sikeresen befejeződött\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Utolsó frissités a webes szoftverraktárból\"\n\nmsgid \"Last access\"\nmsgstr \"Utolsó belépés\"\n\nmsgid \"Last name\"\nmsgstr \"Keresztnév\"\n\nmsgid \"Last reply date\"\nmsgstr \"Válasz utolsó dátuma\"\n\nmsgid \"Last translator\"\nmsgstr \"Utolsó fordító\"\n\nmsgid \"Layout\"\nmsgstr \"Kinézet\"\n\nmsgid \"Layout color\"\nmsgstr \"Kinézet színe\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Kinézet színe sikeresen frissítve\"\n\nmsgid \"Level\"\nmsgstr \"Szint\"\n\nmsgid \"Limit\"\nmsgstr \"Korlát\"\n\nmsgid \"Limit value\"\nmsgstr \"Határérték\"\n\nmsgid \"Limits\"\nmsgstr \"Korlátok\"\n\nmsgid \"Link\"\nmsgstr \"Hivatkozás (link)\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Hivatkozás a készítő honlapjára\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Terhelés (1, 5, 15 percre vonatkozóan):\"\n\nmsgid \"Loading data...\"\nmsgstr \"Adat betöltése...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Naplóbejegyzések sikeresen törölve.\"\n\nmsgid \"Login\"\nmsgstr \"Bejelentkezés\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Belépési jelszó\"\n\nmsgid \"Login username\"\nmsgstr \"Belépési felhasználónév\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"FTP-felhasználó használatával be kell lépni a szerverre\"\n\nmsgid \"Logo file\"\nmsgstr \"Logó fájl\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logó sikeresen törlölve\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logó sikeresen frissítve\"\n\nmsgid \"Logout\"\nmsgstr \"Kijelentkezés\"\n\nmsgid \"Lost password\"\nmsgstr \"Elfelejtett jelszó\"\n\nmsgid \"Lost password email\"\nmsgstr \"Elfelejtett jelszó e-mail\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"Elfelejtett jelszó email sablon módosítva.\"\n\nmsgid \"Lost password link\"\nmsgstr \"Elfelejtett jelszó linkje\"\n\nmsgid \"Low\"\nmsgstr \"Alacsony\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"Email\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Emailek naplózási szintje\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"Már létezik ilyen email fiók\"\n\nmsgid \"Mail account data\"\nmsgstr \"Email fiók adatok\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Email fiók hibák\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"Postafiók típusa\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Email fiókok\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"Postafiókok korlátja\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Postafiókok listája üres.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Email szolgáltatások nem engedélyezettek\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"Levelezés tárhely foglaltsága\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Főmenü hivatkozások sikeresen frissültek\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Karbantartási üzenet\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Karbantartási mód\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Karbantartási mód aktív. Ebben a módban csak az adminisztrátorok léphetnek \"\n\"be!\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Karbantartási beállítások\"\n\nmsgid \"Male\"\nmsgstr \"Férfi\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Adatbázisok kezelése\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"SSL tanúsítvány kezelése\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Védett területek, felhasználók és csoportok kezelése\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Felhasználók és csoportok kezelése\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Védett területek, felhasználók és csoportok kezelése\"\n\nmsgid \"Manual\"\nmsgstr \"Kézi\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Belépési kísérletek száma\"\n\nmsgid \"Max traffic\"\nmsgstr \"Maximális adatforgalmi korlát [MB]\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"A letöltendő fájl mérete (%s) nagyobb, mint a megengedett %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"A letöltendő fájl mérete (%s) nagyobb, mint a megengedett %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Maximális CAPTCHA-ellenőrzési kísérletek száma\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\"Érvényesítési kísérletek maximális száma, mielőtt a várakozási korlátozás \"\n\"beavatkozik\"\n\nmsgid \"Medium\"\nmsgstr \"Közepes\"\n\nmsgid \"Member of group\"\nmsgstr \"Csoporttagság\"\n\nmsgid \"Memory information\"\nmsgstr \"Memória információk\"\n\nmsgid \"Message\"\nmsgstr \"Üzenet\"\n\nmsgid \"Message template\"\nmsgstr \"Üzenetsablon\"\n\nmsgid \"Message template info\"\nmsgstr \"Üzenetsablon információk\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Üzenet a viszonteladónak az alkalmazás törlése előtt\"\n\nmsgid \"MiB\"\nmsgstr \"MB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"„%s” migrációs fájl nem olvasható.\"\n\nmsgid \"Minute\"\nmsgstr \"perc\"\n\nmsgid \"Minutes\"\nmsgstr \"perc\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"Modell:\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Módosítás folyamatban...\"\n\nmsgid \"Month\"\nmsgstr \"Hónap\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Havi adatforgalmi korlát [MB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Adatforgalmi korlátnak számnak kell lennie.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"Havi adatforgalmi figyelmeztetés nem lehet nagyobb, mint a havi adatforgalmi\"\n\" korlát.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Adatforgalmi figyelmeztetésnek számnak kell lennie.\"\n\nmsgid \"Mount\"\nmsgstr \"Eszköz\"\n\nmsgid \"Mount point\"\nmsgstr \"Csatolási pont\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Név\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Név nem lehet üres\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Hálózati csatoló (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Soha\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Új SQL felhasználó adatai\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Új álnév megrendelése a(z) {CUSTOMER} felhasználónak\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Új hibajegy\"\n\nmsgid \"Next\"\nmsgstr \"Következő\"\n\nmsgid \"Next step\"\nmsgstr \"Következő oldal\"\n\nmsgid \"No\"\nmsgstr \"Nem\"\n\nmsgid \"No IP address found.\"\nmsgstr \"IP-cím nem található\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"Nincs anti-rootkits napló\"\n\nmsgid \"No available\"\nmsgstr \"Nem elérhető\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Nem található egyéni menü\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"Nincs elérhető domain az új szoftver kérelemhez.\"\n\nmsgid \"No error found\"\nmsgstr \"Nem található hiba\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Nincs feltöltött fájl\"\n\nmsgid \"No group found.\"\nmsgstr \"Nem található csoport\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Nincs elérhető tárhely csomag.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Nincs elérhető viszonteladó a jogosultságok hozzáadásához.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Nincs viszonteladók által aktivált program\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"A viszonteladónak nincs joga ehhez a programhoz.\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Nincsenek viszonteladók.\"\n\nmsgid \"No software available\"\nmsgstr \"Nincs elérhető program\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Nincs szoftver a webes tárolóban!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"Nincs elérhető program a tárolóban\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Nincs aktiválásra váró program\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"Nincs statisztika a megadott időszakban. Adjon meg egy másikat\"\n\nmsgid \"No update available\"\nmsgstr \"Nincs elérhető frissítés\"\n\nmsgid \"No used yet\"\nmsgstr \"Nem használható még\"\n\nmsgid \"No user found.\"\nmsgstr \"Nem található felhasználó\"\n\nmsgid \"Normal\"\nmsgstr \"Normál\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normál + továbbítás\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"Normál kapcsolat\"\n\nmsgid \"Not Found\"\nmsgstr \"Nem található\"\n\nmsgid \"Not found.\"\nmsgstr \"Nem található.\"\n\nmsgid \"Not provided\"\nmsgstr \"Nincs megadva\"\n\nmsgid \"Not used\"\nmsgstr \"Nem elérhető\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Nem található - sajnálom\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Semmi sem változott.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Semmi sem változott.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Értesítések, Figyelmeztetések és Hibák\"\n\nmsgid \"Ok\"\nmsgstr \"OK\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Csak a „tar.gz” archívumok fogadunk el.\"\n\nmsgid \"Only exec\"\nmsgstr \"Csak szöveg\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Csak gettext (.mo) nyelvi fájl használható\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Csak számokat adhatsz meg 0-tól 65535-ig.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Csak pozitív szám adható meg\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Csak a tar.gz, tar.bz2 archívumok a támogatottak.\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Csak a tar.gz, tar.bz2 és a zip archívumok az elfogadottak.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Hibajegy megnyitása\"\n\nmsgid \"Open tickets\"\nmsgstr \"Nyitott hibajegyek\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Művelet megszakítva: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Opcionális\"\n\nmsgid \"Order\"\nmsgstr \"Megrendelés\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Megrendelés sikeresen törölve\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Megrendelés sikeresen feldolgozva\"\n\nmsgid \"Other in\"\nmsgstr \"Egyéb (bejövő)\"\n\nmsgid \"Other out\"\nmsgstr \"Egyéb (kimenő)\"\n\nmsgid \"Other settings\"\nmsgstr \"További beállítások\"\n\nmsgid \"Overview\"\nmsgstr \"Áttekintés\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP használata\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"PHP %s beállítás lehetőség\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"PHP Beállítási lehetőségek\"\n\nmsgid \"PHP Editor\"\nmsgstr \"PHP beállítások használata\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD kiterjesztés nincs betöltve\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"PHP jogosultságok\"\n\nmsgid \"PHP Settings\"\nmsgstr \"PHP beállítások\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"PHP beállítások frissítése beütemezve\"\n\nmsgid \"PHP directives values\"\nmsgstr \"PHP direktívák értékei\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP exec() függvény\"\n\nmsgid \"PHP settings\"\nmsgstr \"PHP beállítások\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP(bejövő)\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP(kimenő)\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Műveletek\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"A csomag már létezik a viszonteladó raktárában!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"A csomag már létezik a szoftverraktárban!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"A csomag elérhető szoftvertárolóban!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"A csomag már létezik a szoftverraktáradban!\"\n\nmsgid \"Package install type\"\nmsgstr \"Telepítés típusa\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Programcsomag sikeresen telepítve\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\"Csomag sikeresen telepítve... Várakozás az adminisztrátori aktiválásra!\"\n\nmsgid \"Package language\"\nmsgstr \"Nyelve\"\n\nmsgid \"Package name\"\nmsgstr \"Programcsomag neve\"\n\nmsgid \"Package title\"\nmsgstr \"Programcsomag neve\"\n\nmsgid \"Package type\"\nmsgstr \"Típusa\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Honlapja\"\n\nmsgid \"Package version\"\nmsgstr \"Verziója\"\n\nmsgid \"Panel default language\"\nmsgstr \"Kezelőfelület alapértelmezett nyelve\"\n\nmsgid \"Parent directory\"\nmsgstr \"Szülőkönyvtár\"\n\nmsgid \"Partition\"\nmsgstr \"Csatolási pont\"\n\nmsgid \"Password\"\nmsgstr \"Jelszó\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Jelszó megerősítése\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"A jelszó nem engedélyezett karaktereket tartalmaz!\"\n\nmsgid \"Password email\"\nmsgstr \"Jelszó e-mail\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Jelszó hiányzik.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Jelszó minimum hosszúság\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Jelszavak beállításai\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"A jelszó sikeresen frissítve\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"A jelszavak nem egyeznek.\"\n\nmsgid \"Path\"\nmsgstr \"Útvonal\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Függő feladatok\"\n\nmsgid \"Percent\"\nmsgstr \"Százalék\"\n\nmsgid \"Permissions\"\nmsgstr \"Jogosultságok\"\n\nmsgid \"Personal data\"\nmsgstr \"Személyes adatok\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Sablon személyre szabása\"\n\nmsgid \"Phone\"\nmsgstr \"Telefon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"phpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Kérjük, aktiválja az új jelszavát!\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Kérjük, erősítsd meg a jelszót!\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Kérjük, forduljon az adminisztrátorhoz! <br /> Kérdezze meg ennek a \"\n\"programcsomagnak a jogosultságait. <br /> Nem töltheti fel ezt a \"\n\"programcsomagot mégegyszer. <br /> Frissítse a weboldalt az új állapot \"\n\"megtekintéséhez!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Kérem a védett terület nevét\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Adja meg a jelszót\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Kérjük, írj be egy SQL felhasználói kiszolgálót!\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Kérjük, írj be egy felhasználónevet!\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Adja meg a védett terület útvonalát.\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\"Másik célkönyvtárat kell választani, mert a(z) %s (%s) már ide van telepítve\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Adja meg az üzenet szövegét\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Adja meg az üzenet tárgyát\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Adja meg az adatbázis nevét\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Adja meg az üzenetet\"\n\nmsgid \"Plugin\"\nmsgstr \"Bővítmény\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"%s bővítmény aktiválva.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"„%s” bővítményt nem lehet aktiválni.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"„%s” bővítményt nem lehet deaktiválni.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"%s bővítményt nem lehet törölni.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"„%s” bővítményt nem lehet telepíteni.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"„%s” bővítményt nem lehet védeni.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"„%s” bővítményt nem lehet újrakonfigurálni.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"„%s” bővítményt nem lehet eltávolítani.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"%s bővítményt nem lehet frissíteni.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"%s bővítmény deaktiválva.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"%s bővítmény törölve.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"%s bővítmény telepítve.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"%s bővítmény védve.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"%s bővítmény védett.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"„%s” bővítmény újrakonfigurálva.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"%s bővítmény beütemezve aktiválásra.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"%s bővítmény beütemezve megváltoztatásra.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"%s bővítmény beütemezve deaktiválásra.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"%s bővítmény beütemezve telepítésre.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"%s bővítmény beütemezve eltávolításra.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"%s bővítmény beütemezve frissítésre.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"%s bővítmény eltávolítva.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"%s bővítmény frissítve.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Bővítménykezelő: Nem lehet megváltoztatni a(z) %s bővítményt: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Bővítménykezelő: %s bővítmény fájljait nem lehet törölni. Próbáld meg \"\n\"futtatni a „set-gui-permissions.pl” szkriptet, majd próbáld újra.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Bővítménykezelő nem tudta betölteni a(z) %s bővítményt\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Bővítménykezelő: Nem lehet eltávolítani a(z) %s bővítményt. Ezt a bővítményt\"\n\" egy másik bővítmény zárolta.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"Bővítménykezelő: Nem lehet frissíteni a(z) %s bővítményt: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\"Bővítménykezelő: A védett bővítmények számára nem írható a(z) %s fájl.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"A(z) %s bővítmény fájl nem létezik vagy nem elérhető.\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"Bővítménykezelő: %s bővítményt nem lehet visszafokozni.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Bővítménykezelő: nem tölthető be ez a bővítmény: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Bővítménykezelő: Ismeretlen bővítmény %s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"Bővítmány aktiválási hiba: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Tömöritett bővítmény\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"A bővítmény archívuma meghaladja a feltöltési méret korlátot.\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"Bővítmény módosítási hiba: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"Bővítmény deaktiválási hiba: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"Bővítmény törlési hiba: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Bővítmény hibák\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"Bővítmény sikeresen feltöltve!\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"Bővítmény telepítési hiba: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Bővítményelem hibái\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Bővítmény lista üres.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Bővítőmodulok kezelése\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"Bővítményt eltávolítási hiba: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"Bővítmény frissítési hiba: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Bővítmény feltöltése\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"A bővítmények beépülnek az i-MSCP rendszerébe és kibővítik annak funkcióit. \"\n\"A bővítményeket a világ minden tájáról több ezer fejlesztő fejleszti, \"\n\"függetlenül az i-MSCP főfejlesztőitől. Új, telepíthető bővítményekért \"\n\"látogass el ide: %s.\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"Bővítmény lista frissítve: %s új bővítmény található, %s bővítmény \"\n\"frissítve, %s bővítmény újrakonfigurálva, és %s bővítmény törölve.\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Adminisztrátor belépésének megakadályozása külföldről\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Ügyfél belépésének megakadályozása külföldről\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Viszonteladó belépésének megakadályozása külföldről\"\n\nmsgid \"Previous\"\nmsgstr \"Előző\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Mielőtt eltálvoítod ezt az adminisztrátort, kérjük mozgasd át a \"\n\"viszonteladóit egy másik adminisztrátor alá.\"\n\nmsgid \"Priority\"\nmsgstr \"Prioritás\"\n\nmsgid \"Private key\"\nmsgstr \"Privát kulcs\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Privát kulcs vagy jelszó, ha van ilyen\"\n\nmsgid \"Processing...\"\nmsgstr \"Feldolgozás...\"\n\nmsgid \"Processor data\"\nmsgstr \"Processzor adatok\"\n\nmsgid \"Profile\"\nmsgstr \"Profil\"\n\nmsgid \"Properties\"\nmsgstr \"Tulajdonságok\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\"%d azonosítójú viszonteladó tulajdonságai nem találhatóak meg az \"\n\"adatbázisban\"\n\nmsgid \"Protect\"\nmsgstr \"Levédés\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Bővítmény levédése\"\n\nmsgid \"Protected\"\nmsgstr \"Védett\"\n\nmsgid \"Protected area data\"\nmsgstr \"Védet terület adatai\"\n\nmsgid \"Protected area name\"\nmsgstr \"Védett terület neve\"\n\nmsgid \"Protected area path\"\nmsgstr \"Védett terület útvonal\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Védett terület létrehozása sikeresen beütemezve\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Védett terület törlése sikeresen beütemezve\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Védett terület frissítése sikeresen beütemezve\"\n\nmsgid \"Protected areas\"\nmsgstr \"Védett területek\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokoll\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Kvóta MB-ban (Max: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"Memória\"\n\nmsgid \"Read ticket\"\nmsgstr \"Hibajegy olvasása\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Újraindexelés\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Újrakonfigurálás folyamatban...\"\n\nmsgid \"Record data\"\nmsgstr \"Rekord adatai\"\n\nmsgid \"Redirect\"\nmsgstr \"Átirányítás\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Regisztráció dátuma\"\n\nmsgid \"Relative weight\"\nmsgstr \"\\\"Relatív súlyozás\\\"\"\n\nmsgid \"Release date\"\nmsgstr \"Kiadás dátuma\"\n\nmsgid \"Release description\"\nmsgstr \"Kiadási megjegyzés\"\n\nmsgid \"Release version\"\nmsgstr \"Kiadási verzió\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Webes szoftverraktár használata\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Távoli fájl nem található\"\n\nmsgid \"Remove\"\nmsgstr \"Eltávolít\"\n\nmsgid \"Remove IP\"\nmsgstr \"IP-cím törlése\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Jogosultság elvétele\"\n\nmsgid \"Reopen\"\nmsgstr \"Újranyitás\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Hibajegy újranyitása\"\n\nmsgid \"Repeat password\"\nmsgstr \"Jelszó megerősítése\"\n\nmsgid \"Reply\"\nmsgstr \"Válasz\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\"Kérés időtúllépés: A szervernek túl sokáig tartott elküldeni az adatot.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Adatbázis szükséges?\"\n\nmsgid \"Reseller\"\nmsgstr \"Viszonteladó\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Viszonteladó / Ügyfelek / Ügyfél hozzáadása\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Viszonteladó / Ügyfél hozzáadása - Következő lépés\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Viszonteladó / Ügyfelek / Körlevél\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Viszonteladó / Ügyfelek / Domain álnevek\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Viszonteladó / Ügyfelek / Elvesztett jelszó e-mail\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Viszonteladó / Ügyfelek / Áttekintés\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Viszonteladó / Ügyfelek / Áttekintés / Domain részletei\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Viszonteladó / Ügyfelek / Áttekintés / Ügyfél szerkesztése\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Viszonteladó / Ügyfelek / Áttekintés / Domain szerkesztése\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Viszonteladó / Ügyfelek / Üdvözlő e-mail\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Viszonteladó / Domainek / Domain álnév hozzáadása\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Viszonteladó / Domainok / Domain álnév szerkesztése\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Viszonteladó / Általános / Áttekintés\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Viszonteladó / Általános / Szoftver feltöltése\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Viszonteladó / Tárhely csomagok / Csomag hozzáadása\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Adminisztrátor / Tárhely csomagok / Áttekintés\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Viszonteladó / Profil / Összegzés\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Viszonteladó / Profil / Nyelv\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Viszonteladó / Profil / Kinézet\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Viszonteladó / Profil / Jelszó\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Viszonteladó / Profil / Személyes adatok\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Viszonteladó / Statisztika / IP használat\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Viszonteladó / Statisztika / Áttekintés\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\"Viszonteladó / Statisztika / Áttekintés / {USERNAME} FELHASZNÁLÓ \"\n\"statisztikája\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Viszonteladó / Ügyfélszolgálat / Zárt hibajegyek\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Viszonteladó / Ügyfélszolgálat / Új hibajegy\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Viszonteladó / Ügyfélszolgálat / Nyitott hibajegyek\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Viszonteladó / Ügyfélszolgálat / Hibajegy megnézése\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Viszonteladó / Tárhely csomagok / Tárhely csomag szerkesztése\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Viszonteladó neve\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Viszonteladó és ügyfél\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Viszonteladói és ügyfél szint\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Viszonteladó átadások\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Viszonteladó felhasználás\"\n\nmsgid \"Reseller data\"\nmsgstr \"Viszonteladó adatai\"\n\nmsgid \"Reseller level\"\nmsgstr \"Viszonteladói szint\"\n\nmsgid \"Reseller list\"\nmsgstr \"Viszonteladói lista\"\n\nmsgid \"Reseller name\"\nmsgstr \"Viszonteladó neve\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Viszonteladói programlista\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Viszonteladói statisztikák\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Viszonteladó sikeresen hozzáadva\"\n\nmsgid \"Reseller total\"\nmsgstr \"Viszonteladó összesen\"\n\nmsgid \"Reseller users\"\nmsgstr \"Viszonteladó felhasználói\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Viszonteladó ezzel a jogosultsággal összesen\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Viszonteladó kinézetének színe sikeresen frissítve\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Viszonteladó / IP használati statisztika\"\n\nmsgid \"Resellers\"\nmsgstr \"Viszonteladók\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Viszonteladók és ügyfelek\"\n\nmsgid \"Reset\"\nmsgstr \"Visszaállítás\"\n\nmsgid \"Restore\"\nmsgstr \"Visszaállítás\"\n\nmsgid \"Restore backup\"\nmsgstr \"Mentés visszaállítása\"\n\nmsgid \"Rights\"\nmsgstr \"Jogosultságok\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Jogok sikeresen megadva.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Jogok sikeresen törölve.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP (bejövő)\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP (kimenő)\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQL adatbázis\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\"SQL adatbázisok száma nincs korlátozva, de az SQL felhasználók száma igen.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"SQL adatbázis korlát nincs <i>kikapcsolva</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"SQL adatbázis sikeresen létrehozva.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"SQL adatbázis sikeresen törölve\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL adatbázisok\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"SQL adatbázisok korlátja\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"csak SQL adatbázis\"\n\nmsgid \"SQL user\"\nmsgstr \"SQL felhasználó\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQL felhasználói kiszolgáló\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"SQL felhasználó korlát <i>kikapcsolva</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"SQL felhasználók száma nincs korlátozva, de az SQL adatbázisok száma igen.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"SQL felhasználó korlát kikapcsolva.\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL felhasználó neve\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"SQL felhasználó jelszava sikeresen frissítve\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"SQL felhasználó elő-/utótag\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQL felhasználó sikeresen hozzáadva\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"SQL felhasználó sikeresen törölve\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"Az SQL felhasználónév túl hosszú.\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL felhasználók\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL tanúsítvány sikeresen beütemezve hozzáadásra.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL tanúsítvány sikeresen beütemezve törlésre.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL tanúsítvány sikeresen beütemezve frissítésre.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"SSL funkció nem elérhető. Csak megnézni tudod a tanúsítványaidat.\"\n\nmsgid \"SSL status\"\nmsgstr \"SSL állapot\"\n\nmsgid \"Save\"\nmsgstr \"Mentés\"\n\nmsgid \"Search\"\nmsgstr \"Keresés\"\n\nmsgid \"Sec.\"\nmsgstr \"sec\"\n\nmsgid \"Secure connection\"\nmsgstr \"Biztonságos kapcsolat\"\n\nmsgid \"Security code\"\nmsgstr \"Biztonsági kód\"\n\nmsgid \"Security code has expired\"\nmsgstr \"A biztonsági kód lejárt.\"\n\nmsgid \"Select group\"\nmsgstr \"Csoport kiválasztása\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Küldés\"\n\nmsgid \"Send circular\"\nmsgstr \"Körlevél küldése\"\n\nmsgid \"Send message\"\nmsgstr \"Üzenet küldése\"\n\nmsgid \"Send message to\"\nmsgstr \"Üzenet címzettje\"\n\nmsgid \"Send reply\"\nmsgstr \"Válasz küldése\"\n\nmsgid \"Send to\"\nmsgstr \"Küldés neki:\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Feladó neve hiányzik\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Szerver portjai\"\n\nmsgid \"Server statistics\"\nmsgstr \"Forgalmi adatok\"\n\nmsgid \"Server status\"\nmsgstr \"Szerver állapota\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Szolgáltatás nem elérhető\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Szolgáltatás (például: http, imap)\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Szolgáltatás port sikeresen hozzáadva.\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Szolgáltatás port sikeresen törölve!\"\n\nmsgid \"Service ports\"\nmsgstr \"Szolgáltatások portjai\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protokoll\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Felhasználói munkafolyamatok\"\n\nmsgid \"Settings\"\nmsgstr \"Beállítások\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Beállítások elmentve\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Közös csatolási pont\"\n\nmsgid \"Show\"\nmsgstr \"Megjelenítés\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Megjelenít %s rekordot oldalanként\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"SSL tanúsítvány megjelenítése\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Viszonteladó részletes statisztikájának megjelenítése\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Felhasználó részletes statisztikájának megjelenítése\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Megjelenik\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Főmenü hivatkozások megjelenítése\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"%s - %s megjelenítése %s rekordból\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"0 - 0 megjelenítése 0 rekordból\"\n\nmsgid \"Size\"\nmsgstr \"Méret\"\n\nmsgid \"Software\"\nmsgstr \"Program\"\n\nmsgid \"Software available\"\nmsgstr \"Program elérhető\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Program törölve\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Programtároló feltöltve\"\n\nmsgid \"Software details\"\nmsgstr \"Program adatai\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Program törlése megtörtént\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Szoftverek importálása sikeresen megtörtént\"\n\nmsgid \"Software in repository\"\nmsgstr \"Programok a tárolóban\"\n\nmsgid \"Software installation\"\nmsgstr \"Program telepítése\"\n\nmsgid \"Software installer\"\nmsgstr \"Programtelepítő\"\n\nmsgid \"Software installer options\"\nmsgstr \"Programtelepítő beállításai\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Programtelepítő beállításai sikeresen frissültek\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"Kívánt szoftver telepítése beütemezve.\"\n\nmsgid \"Software management\"\nmsgstr \"Szoftverkezelő\"\n\nmsgid \"Software name\"\nmsgstr \"Program neve\"\n\nmsgid \"Software not found!\"\nmsgstr \"Program nem található\"\n\nmsgid \"Software options\"\nmsgstr \"Webes programtároló beállítása\"\n\nmsgid \"Software permissions\"\nmsgstr \"Program jogosultságai\"\n\nmsgid \"Software repository\"\nmsgstr \"Programtároló\"\n\nmsgid \"Software status\"\nmsgstr \"Program állapota\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Szoftver törlése beütemezve.\"\n\nmsgid \"Software total\"\nmsgstr \"Program összesen\"\n\nmsgid \"Software upload\"\nmsgstr \"Program feltöltés\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Program aktiválásra került\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Program törölve\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Program szinoníma\"\n\nmsgid \"Software-Version\"\nmsgstr \"Program verzió\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Programtároló\"\n\nmsgid \"Start installation\"\nmsgstr \"Telepítés megkezdése\"\n\nmsgid \"State/Province\"\nmsgstr \"Megye\"\n\nmsgid \"Statistics\"\nmsgstr \"Statisztika\"\n\nmsgid \"Status\"\nmsgstr \"Állapot\"\n\nmsgid \"Street 1\"\nmsgstr \"Utca 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Utca 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Erős jelszavak\"\n\nmsgid \"Subdomain\"\nmsgstr \"Aldomain\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"%s aldomain már létezik.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"%s aldomain nem irányítható magára.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"%s aldomain elérhetetlen.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Aldomain álnevek\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Aldomain álnév hibák\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Aldomain hibák\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Aldomain neve\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Aldomain neve hibás.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Aldomain törlésre beütemezve\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Aldomain létrehozása beütemezve.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Aldomain frissítése sikeresen beütemezve\"\n\nmsgid \"Subdomains\"\nmsgstr \"Aldomainek\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Tárgy\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"A tárgy hiányzik.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Változások mentése\"\n\nmsgid \"Support\"\nmsgstr \"Ügyfélszolgálat\"\n\nmsgid \"Support system\"\nmsgstr \"Ügyfélszolgálat\"\n\nmsgid \"Swap\"\nmsgstr \"Lapozófájl\"\n\nmsgid \"Switch\"\nmsgstr \"Átlépés\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Átlépés a mentések könyvtárba\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Átlépés a felhasználó felületére\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Rendszer\"\n\nmsgid \"System data\"\nmsgstr \"Rendszeradatok\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Rendszerhiba - a saját hibaleírás NEM lett módosítva\"\n\nmsgid \"System information\"\nmsgstr \"Rendszerinformációk\"\n\nmsgid \"System tools\"\nmsgstr \"Rendszereszközök\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Rendszer karbantartás alatt van\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Cél (target)\"\n\nmsgid \"Target domain\"\nmsgstr \"Cél domain\"\n\nmsgid \"Target port\"\nmsgstr \"Port\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"A cél portnak egy számnak kell lennie.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Ideiglenes könyvtár nem található\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"A(z) %s mező nem lehet üres.\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\"Ügyfél %s korlátja nem lehet nagyobb, mint %d, ami az Ön által beállított \"\n\"korlát\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"Az ügyfél %s korlátja nem lehet kisebb mint %d, mivel már %s használatban \"\n\"van.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"Az ügyfél %s korlátja nem lehet kikapcsolva, mivel már van neki %d %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"Ügyfél %s korlátja nem lehet korlátlan, mert Ön korlátozta ezt a \"\n\"szolgáltatást\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"%s bővítmény %s verziója nem kompatibilis az i-MSCP verzióval.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"A(z) %s fordítási fájl figyelmen kívül hagyva: Üres a fordítói tábla.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"%s könyvtár nem létezik. Kérjük, hozd létre ezt a könyvtárat a \"\n\"fájlkezelőddel.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"A domain jelenleg felfüggesztett. Teljes vagy részleges újra aktiválása \"\n\"tulajdonságainak módosítását eredményezi\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"A domain vagy legalábbis annak egyik része más állapottal rendelkezik, mint \"\n\"az „OK”.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"A módosítani kívánt domain név nem létezik\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"A módosítani kívánt menü nem létezik.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"A csomag nem megfelelő, kérjük javítsd ki!\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"A csomag automatikusan telepítve lesz a rendszere, miután \"\n\"feltöltötted.<br>Frissítsd a weboldalt az új állapot megtekintéséhez.\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"A jelszó mező nem maradhat üresen. \"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"A privát kulcs nem a megadott SSL tanúsítványhoz tartozik.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\"A távoli fájlméret (%s) kevesebb, mint 1 bájt. Kérjük ellenőrizze a \"\n\"webcímet!\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"A törlendő viszonteladónak egy vagy több ügyfél fiókja van. Előbb törölnöd \"\n\"kell őket!\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"A feltöltött fájl csak részben feltöltött\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"A felhasználónév mező nem maradhat üresen. \"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"Az érték megtalálható a veremben\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"Az érték nem található a veremben\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Az értékek nem lehetnek egyenlőek\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"Van egy hiba a csomagban. Kérjük ellenőrizze! <br> Frissítise a weboldalt az\"\n\" új állapot megtekintéséhez!\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"Nincs függő feladat. Folyamat megszakítva.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"Ezt a (%s, V%s) csomagot a viszonteladója törölte. Csak eltávolítani tudja \"\n\"ezt a csomagot! <br> Kérjük, törölje kézzel a csomaghoz tartozó fájlokat és \"\n\"az adatbázisokat!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Az adatbázis véglegesen törölve lesz. A törölt tartalom nem visszaállítható.\"\n\" Minden felhasználó, aki csak ehhez az adatbázishoz van hozzárendelve, \"\n\"törölve lesz. Biztosan törölni akarod a(z) %s adatbázist?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Ez a védett csoport már létezik\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Ez a védett felhasználó már létezik\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\"Ezen a felületen van lehetőség hozzáadni vagy eltávolítani IP címeket.\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Csak erről a kiszolgálóról csatlakozhat az SQL felhasználó az SQL \"\n\"szerverhez. Írj „%s” karaktert az összes kiszolgáló engedélyezéséhez.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"Ez a csomag már létezik az adminisztrátor szoftverraktárában.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"Ez a csomag már létezik a(z) \\\"%1$s\\\" viszonteladó szoftverraktárában!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"Ez a csomag már létezik a szoftverraktárban!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Ez a csomag már létezik a szoftverraktáradban.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Ez a programcsomag telepítve van a következő domain(ek)hez:\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Ez a programcsomag nincs telepítve\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Ez a programcsomag nincs telepítve még\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Ez a program telepítve van a következő domain(ek)hez:\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"Ennek a felhasználónak van domainje. Először törölnie kell a domaint.\"\n\nmsgid \"TiB\"\nmsgstr \"TB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Hibajegy információ\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Hibajegy sikeresen lezárva\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Hibajegy sikeresen törölve\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Hibajegy sikeresen újra megynyitva\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"„%d” azonosítójú hibajegy nem található.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"%s fájlt kell szerkesztened a védelem kikapcsolásához\"\n\nmsgid \"Total\"\nmsgstr \"Összes\"\n\nmsgid \"Total Domains\"\nmsgstr \"Összes domain\"\n\nmsgid \"Total Software\"\nmsgstr \"Összes szoftver\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Webes programtárolóban összesen\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"Összes fiókok: %s / %s\"\n\nmsgid \"Total installations\"\nmsgstr \"Összes telepítés\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Összes csomag a programtárolóban\"\n\nmsgid \"Total reseller\"\nmsgstr \"Összes viszonteladó\"\n\nmsgid \"Total software\"\nmsgstr \"Összes szoftver\"\n\nmsgid \"Traffic\"\nmsgstr \"Forgalom\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Forgalmi statisztikák\"\n\nmsgid \"Translated strings\"\nmsgstr \"Lefordított karaktersorozat\"\n\nmsgid \"Type\"\nmsgstr \"Típus\"\n\nmsgid \"UP\"\nmsgstr \"FUT\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL átirányítás\"\n\nmsgid \"URL port\"\nmsgstr \"URL port\"\n\nmsgid \"URL protocol\"\nmsgstr \"Webcím protokoll (például: http:// https://)\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"Kezelőfelület webcíme\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"„%s” azonosítójú hibajegyet nem lehet lezárni.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Nem hozható létre a(z) „%s” könyvtár a nyelvi fájl számára.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Nem hozható létre a „LC_MESSAGES” könyvtár a nyelvi fájl számára.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Nem lehet törölni az i-MSCP infó fájlját. \"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"IP-cím lista nem érhető el. Kérjük javítsd a problémát.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Nem sikerült beszerezni a frissítési információkat a Githubról\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Nem lehet betölteni az i-MSCP infó fájlt.\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Nem lehet áthelyezni a fájlt\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Nem olvasható a webes alkalmazásokhoz tartozó index fájl.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Nem lehet olvasni a(z) „%s” fájlt.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"„%s” bővítmény fájlja nem olvasható. Kérjük, ellenőrizd a jogosultságokat!\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Nem olvasható a webes alkalmazásokhoz tartozó xml fájl.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"„%s”azonosítójú hibajegyet nem lehet újranyitni.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Nem lehet ütemezett törlést beállítani az ügyfélfiókjának törlésére. Üzenet \"\n\"elküldve az adminisztrátornak.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Nem lehet az ügyfélfiók törlését beütemezni. Kérjük, nézd meg az \"\n\"adminisztrációs naplót, vagy az üzeneted a további információkért.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Nem sikerült beállítani a sslallowselfsigned opciót\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Nem sikerült beállítani a sslverifypeer opciót\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"Nem tölthető fel a fájl. Feltötlhető max. fájlméretet (%1$d MB) túllépte?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Jogosulatlan\"\n\nmsgid \"Unavailable\"\nmsgstr \"Nem elérhető\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Váratlan hiba\"\n\nmsgid \"Uninstall\"\nmsgstr \"Eltávolítás\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Bővítmény eltávolítása\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Eltávolítás folyamatban...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Eltávolítva!\"\n\nmsgid \"Unknown\"\nmsgstr \"Ismeretlen\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Ismeretlen hiba\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Ismeretlen művelet.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Ismeretlen művelet: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Ismeretlen bruteforce észlelés típus: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Ismeretlen nyelv\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Ismeretlen kinézet szín\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Ismeretlen okból.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Ismeretlen szolgáltatás név: %s.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Ismeretlen állapot\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Ismeretlen típus\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Ismeretlen felhasználói név\"\n\nmsgid \"Update\"\nmsgstr \"Frissítés\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Bővítmények frissítése\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"SQL felhasználó jelszava frissítve\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Frissítés a webes szoftverraktárból\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Frissítés a webes programtárolóból\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Frissítés folyamatban...\"\n\nmsgid \"Update info\"\nmsgstr \"Frissítési információ\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"A webes alkalmazásokhoz tartozó index frissítése megszakadt. Hiányzó vagy \"\n\"üres mezők.\"\n\nmsgid \"Update password\"\nmsgstr \"Jelszó frissítése\"\n\nmsgid \"Updates\"\nmsgstr \"Frissítések\"\n\nmsgid \"Upload\"\nmsgstr \"Feltöltés\"\n\nmsgid \"Upload logo\"\nmsgstr \"Logó feltöltése\"\n\nmsgid \"Upload now\"\nmsgstr \"Feltöltés indítása\"\n\nmsgid \"Uptime\"\nmsgstr \"Futási idő:\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"A domain név címkékben nem lehet pontot használni.\"\n\nmsgid \"Usage status\"\nmsgstr \"Állapot\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Normál kapcsolat használata (no SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Biztonságos kapcsolat használata (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Használatban\"\n\nmsgid \"Used database\"\nmsgstr \"Használd adatbázis\"\n\nmsgid \"User\"\nmsgstr \"Felhasználó\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Felhasználó neve (vezeték és keresztnév)\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Felhasználói adatok nem változtak\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Felhasználó személyes adatainak frissítése sikeresen megtörtént\"\n\nmsgid \"User errors\"\nmsgstr \"Felhasználói hibák\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"Felhasználó törlése nem történt meg\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Felhasználó bejelentkezési neve\"\n\nmsgid \"User password\"\nmsgstr \"Felhasználó jelszava\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Felhasználó teljes (vezeték és kereszt) neve\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Felhasználó törlése beütemezve\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Felhasználó munkafolyamata (session) megszakítva\"\n\nmsgid \"User statistics\"\nmsgstr \"Felhasználói statisztikák\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Felhasználó sikeresen leválasztva\"\n\nmsgid \"User type\"\nmsgstr \"Felhasználói szint\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Felhasználói szint (adminisztrátor, viszonteladó, felhasználó)\"\n\nmsgid \"Username\"\nmsgstr \"Felhasználónév\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Felhasználónév és jelszó a bejeletkezéshez \"\n\nmsgid \"Users\"\nmsgstr \"Felhasználók\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"PHP %%s direktíva értékének %%d és %%d között kell lennie\"\n\nmsgid \"Values\"\nmsgstr \"Értékek\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Termék oldala\"\n\nmsgid \"Version\"\nmsgstr \"Verzió:\"\n\nmsgid \"Very high\"\nmsgstr \"Nagyon magas\"\n\nmsgid \"View\"\nmsgstr \"Megjelenítés\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"SSL tanúsítvány megjelenítése\"\n\nmsgid \"View ticket\"\nmsgstr \"Hibajegy megnézése\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Bővítmény weboldalának meglátogatása\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Figyelmeztetési szint [MB]\"\n\nmsgid \"Warning!\"\nmsgstr \"Figyelem!\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Figyelmeztetések és hibák\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Sajnáljuk, de a rendszer jelenleg karbantartás alatt van.\\n\"\n\"Kérjük, próbáld meg később!\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Webes statisztikák\"\n\nmsgid \"Web files only\"\nmsgstr \"Csak webes fájlok\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Web könyvtár védelem\"\n\nmsgid \"Web in\"\nmsgstr \"Web (bejövő)\"\n\nmsgid \"Web out\"\nmsgstr \"Web (kimenő)\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Webes programtárolóban összesen\"\n\nmsgid \"Web software repository\"\nmsgstr \"Webes szoftverraktár használata\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Webes alkalmazásokhoz tartozó index sikeresen frissitve.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Webes alkalmazásokhoz tartozó index naprakész.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Webes statisztikák\"\n\nmsgid \"Web traffic\"\nmsgstr \"Adatforgalom\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Webes eszközök\"\n\nmsgid \"Welcome email\"\nmsgstr \"Üdvözlő e-mail\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"Üdvözlő levél sablon sikeresen frissítve.\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Üdvözöljük {USERNAME} az i-MSCP rendszerben!\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\"Ha 'Igen'-re állítod, a PHP szkriptek meg tudják hívni a PHP exec() \"\n\"függvényt.\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"Ha 'Auto'-ra van állítva, az IP cím automatikusan be lesz állítva.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"Ha 'Kézi'-re állítod, a beállítás az adminisztrátorra marad.\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Hibás vagy tiltott IP cím.\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Hibás vagy tiltott IP hálózati maszk.\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Hibás viszonteladó azonosító\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Hibás biztonsági kód\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Hibás szoftver azonosító.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Szintaktikai hiba az új lejárati dátumban\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Szintaktikai hiba a(z) %s korlátban\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Hibás szintaxis a postafiók limit értékében.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Hibás felhasználói szint\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Hibás felhasználónév\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"Webes szoftverraktár használatához szükséges XML fájl webcíme\"\n\nmsgid \"YB\"\nmsgstr \"Yb\"\n\nmsgid \"Year\"\nmsgstr \"Év\"\n\nmsgid \"Yes\"\nmsgstr \"Igen\"\n\nmsgid \"YiB\"\nmsgstr \"YB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Túllépte a szerver adatforgami korlátot\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"Túllépte a létrehozható FTP felhasználók számát\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"Túllépte a létrehozható SQL adatbázisok számát\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"Túllépte a létrehozható SQL felhasználók számát\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Túllépte a lemezterület korlátját\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"Túllépte a létrehozható postafiókok számát\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Túllépte a havi adatforgami korlátot\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"Túllépte a létrehozható aldomainek számát\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"Saját munkamenet - session - nem engedélyezett.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Csak képeket tud feltölteni\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"Nem törölhetsz olyan viszonteladót akinek van ügyfélfiókja.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"Nem törölheted az alapértelmezett adminisztrátort.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Nem törölhető az utolsó aktív IP-cím\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"%s magára nem irányítható.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\"Az IP-cím, amit próbál eltávolítani, hozzá van rendelve egy viszonteladóhoz\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"Lejárati dátum nem lehet korábbi .\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"Nem lehet visszavonni a már használatban lévő IP-címet.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"Nem tudsz frissíteni védett bővítményt!\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"Nincs DNS forrás rekordod.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Nincsenek FTP-felhasználók.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Nem található feltöltött program\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"Nincs adatbázisod.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Nincsenek domain álnevek\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"Nincs jogosultsága a szofver feltöltéséhez\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Nincs levédett területe\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Nincsenek aldomainek\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"Van tárhely limited! Nem hozhatsz létre korlátlan tárhellyel felhasználót.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"Van havi adatforgalom limited. Nem hozhatsz létre korlátlan adatforgalommal \"\n\"felhasználót.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Sikeresen kijelentkeztél! \"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"SQL adatbázis használatot letiltottad a felhasználó számára. Nem lehet SQL \"\n\"felhasználód itt.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Nem található lezárt hibajegy.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Nincsenek csoportok\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Nincsenek nyitott hibajegyeid.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"Elérted az előfizetésed által megengedett aldomain számot.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Választania kell a fájl-feltöltés és wget-funkciók között\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"A viszonteladóhoz legalább egy IP-címet rendelj hozzá.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Választania kell a helyi és a távoli feltöltés között.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Meg kell erősítened a jelszavad.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Be kell írnod egy domain álnevet.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Be kell írnod egy aldomain nevet!\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"Először hozd létre a felhasználót.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"Először generálnod kell egy jelszót a generálás gombra kattintva.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Meg kell adni a feltöltendő fájlt\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Meg kell adni a feltöltendő/letöltendő fájlt\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Legalább egy bővítményt ki kell választanod!\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Adja meg az üzenet szövegét\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Adja meg az üzenet tárgyát\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"Akkor javasoljuk ennek a direktívának az engedélyezését, ha az összes \"\n\"aldomain SSL-en keresztül van kiszolgálva. A bekapcsolástül függetlenül a \"\n\"HSTS funkció nem aktiválódik automatikusan az aldomainek számára.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\"Az Ön hozzáférése (fiókja) lejárt. Meghosszabbításához kérjük előfizetésének\"\n\" megújítását.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"Ügyfél felhasználás\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Az i-MSCP verziód nem kompatibilis ezzel a bővítménnyel. Próbálj meg egy \"\n\"újabb verziót.\"\n\nmsgid \"Your message\"\nmsgstr \"Üzenet szövege\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Üzenet sikeresen elküldve.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Az Ön új belépési azonosítója\"\n\nmsgid \"Your new password\"\nmsgstr \"Az új jelszavad\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Az Ön csomagja nem megfelelő, kérjük javítsa!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\"A távoli fájlméret (%s) kevesebb, mint 1 bájt. Kérjük, ellenőrizze a \"\n\"webcímet!\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"A jelszó megújítási kérésed hibás, vagy lejárt.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"A programcsomagod aktiválva lett\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"A programcsomagod törölve lett\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Irányítószám\"\n\nmsgid \"Zone\"\nmsgstr \"Zóna\"\n\nmsgid \"[New]\"\nmsgstr \"[Új]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Vissza]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Magyar - Hungarian\"\n\nmsgid \"activated\"\nmsgstr \"aktivált\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"aktívált (programtároló)\"\n\nmsgid \"addition\"\nmsgstr \"hozzáadás\"\n\nmsgid \"administrator\"\nmsgstr \"Adminisztrátor\"\n\nmsgid \"and\"\nmsgstr \"és\"\n\nmsgid \"anything\"\nmsgstr \"bármi\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"város\"\n\nmsgid \"company\"\nmsgstr \"vállalat\"\n\nmsgid \"country\"\nmsgstr \"ország\"\n\nmsgid \"created by\"\nmsgstr \"létrehozta\"\n\nmsgid \"deleting\"\nmsgstr \"törlés\"\n\nmsgid \"disabled\"\nmsgstr \"tiltva\"\n\nmsgid \"disk space\"\nmsgstr \"Tárhelyhasználat\"\n\nmsgid \"domain\"\nmsgstr \"domain\"\n\nmsgid \"domain alias\"\nmsgstr \"domain álnév\"\n\nmsgid \"domain aliases\"\nmsgstr \"domain álnevek\"\n\nmsgid \"domain data\"\nmsgstr \"Domain adatai\"\n\nmsgid \"domain name\"\nmsgstr \"domain név\"\n\nmsgid \"domains\"\nmsgstr \"domainek\"\n\nmsgid \"error\"\nmsgstr \"hiba\"\n\nmsgid \"everything\"\nmsgstr \"mindent\"\n\nmsgid \"first name\"\nmsgstr \"keresztnév\"\n\nmsgid \"from other browser\"\nmsgstr \"másik böngészőből\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Alkalmazáskezelő (jogosultságkezelés)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Tárhely kezelő rendszer / Bejelentkezés\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Tárhely kezelő rendszer / Elfelejtett jelszó\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Tárhely kezelő rendszer / Bejelentkezés\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Programtelepítő / Kezelő\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Szoftverkezelő\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Szoftverkezelő (jogosultságkezelés)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Szoftverkezelő\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP - Programtelepítő / Kezelő\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Szoftver telepítő / Webes szoftvertároló\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP Webes programtároló\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP bővítménytár\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP frissítések\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"i-MSCP verzió frissítésének keresése kikapcsolva\"\n\nmsgid \"installed\"\nmsgstr \"telepített\"\n\nmsgid \"installing\"\nmsgstr \"telepítése\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"Internetes tárhely kezelő rendszer\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kB\"\n\nmsgid \"last name\"\nmsgstr \"vezetéknév\"\n\nmsgid \"mail\"\nmsgstr \"e-mail\"\n\nmsgid \"mail account\"\nmsgstr \"email postafiók\"\n\nmsgid \"mail accounts\"\nmsgstr \"e-mail fiókok\"\n\nmsgid \"missing alias\"\nmsgstr \"hiányzó domain álnév\"\n\nmsgid \"missing domain\"\nmsgstr \"hiányzó domain\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/A\"\n\nmsgid \"no\"\nmsgstr \"nem\"\n\nmsgid \"not available\"\nmsgstr \"nem elérhető\"\n\nmsgid \"not required\"\nmsgstr \"nem szükséges\"\n\nmsgid \"ok\"\nmsgstr \"rendben\"\n\nmsgid \"older than 1 month\"\nmsgstr \"egy hónapnál régebbi\"\n\nmsgid \"older than 12 months\"\nmsgstr \"egy évnél régebbi\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"két hétnél régebbi\"\n\nmsgid \"older than 3 months\"\nmsgstr \"három hónapnál régebbi\"\n\nmsgid \"older than 6 months\"\nmsgstr \"hat hónapnál régebbi\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"vagy távoli fájl (Max: %1$s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"árva bejegyzés\"\n\nmsgid \"required\"\nmsgstr \"szükséges\"\n\nmsgid \"reseller name\"\nmsgstr \"viszonteladó neve\"\n\nmsgid \"state/province\"\nmsgstr \"állam/tartomány\"\n\nmsgid \"subdomain\"\nmsgstr \"aldomain\"\n\nmsgid \"subdomains\"\nmsgstr \"aldomainok\"\n\nmsgid \"suspended\"\nmsgstr \"felfüggesztett\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Forgalom\"\n\nmsgid \"update\"\nmsgstr \"frissítés\"\n\nmsgid \"waiting for activation\"\nmsgstr \"aktiválásra vár\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"igen\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"{USERNAME} felhasználó statisztikái\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 i-MSCP Csapat<br>Minden jog fenntartva\"\n"
  },
  {
    "path": "i18n/po/it_IT.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Tommaso <redmail@hotmail.it>, 2017\\n\"\n\"Language-Team: Italian (Italy) (https://www.transifex.com/i-mscp/teams/576/it_IT/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: it_IT\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \" Admin / Supporto / Ticket aperti\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Utente / Strumenti Web / Pagina di Errore Personalizzata / Edita Pagine di \"\n\"Errore Personalizzata\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Indirizzo IP errato.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN viene automaticamente aggiunto a nomi, host e nomi non qualificati\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"il valore $ORIGIN è settato su : %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"%%s non può essere maggiore di  %%s.\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Softwaredepot)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Versione: %2$s, Lingua: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s Sei loggato nel sistema come %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Software\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"%d giorni rimanenti prima che l'account scada\"\nmsgstr[1] \"%d giorni rimanenti prima che l'account scada\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d stringhe tradotte\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s account eliminati con successo.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s non sempre un archivio di plugin per i-MSCP.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s non esiste o è vuota.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"il file %s non contiene una lingua valida per i-MSCP.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s non è consentito come nome sottodominio.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s pagina\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s record\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: Il consumo degli utenti (%s) per questo rivenditore è maggiore del nuovo\"\n\" limite.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"% s: Il totale degli elementi (%s) già assegnati dal rivenditore è maggiore \"\n\"del nuovo limite.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Questo rivenditore ha utenti con elementi illimitati.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: non puoi disabilitare un servizio già in uso da parte di un cliente di \"\n\"un rivenditore.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Non è possibile disattivare un servizio già venduto ai clienti del \"\n\"rivenditore.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"getInfo() non implementato in %s e %s non trovato. <br /> Questo è un bug \"\n\"nel plugin %s e dovrebbe essere segnalato all'autore del plugin.\"\n\nmsgid \"(default)\"\nmsgstr \"(default)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(Filtrato da %s record totali)\"\n\nmsgid \"(usually named\"\nmsgstr \"(solitamente chiamato \"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Una estensione di PHP blocca il caricamento del file.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Un piano hosting con lo stesso nome già esiste.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"Una nuova configurazione è stata creata\"\nmsgstr[1] \"%d parametri sono stati creati.\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Una nuova versione di i-MSCP è disponibile \"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"È stato caricato un nuovo pacchetto software\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"C'è un processo in corso per questo utente ht \"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Accedi alle statistiche del tuo dominio attraverso l'interfaccia web.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Accedi ai tuoi file tramite l'interfaccia web.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Accedi alla tua posta tramite l'interfaccia web.\"\n\nmsgid \"Account limits\"\nmsgstr \"Limiti dell'account\"\n\nmsgid \"Account name\"\nmsgstr \"Nome account\"\n\nmsgid \"Account summary\"\nmsgstr \"Sintesi dell'account\"\n\nmsgid \"Account type\"\nmsgstr \"Account tipo\"\n\nmsgid \"Action\"\nmsgstr \"Azione\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"L'azione è stata correttamente fermata.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Azione fallita\"\n\nmsgid \"Actions\"\nmsgstr \"Azioni\"\n\nmsgid \"Activate\"\nmsgstr \"Attivato\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"Attiva autorisponditore\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Attiva questo plugin\"\n\nmsgid \"Activated\"\nmsgstr \"Attivato\"\n\nmsgid \"Activated software\"\nmsgstr \"Software attivato/i\"\n\nmsgid \"Activation email\"\nmsgstr \"Attivazione Email \"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Attivazione in corso...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"Il tempo di scadenza del link di attivazione (minuti)\"\n\nmsgid \"Add\"\nmsgstr \"Aggiungi\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Aggiungi record di risorse DNS\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Aggiungi account FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Aggiungi Htaccess group\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Aggiungi Htaccess user\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Aggiungi database SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Aggiungi utente SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Aggiungi certificato SSL\"\n\nmsgid \"Add admin\"\nmsgstr \"Aggiungi amministratore\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"Creare un account di posta CatchAll\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Aggiungi un menu personalizzato\"\n\nmsgid \"Add customer\"\nmsgstr \"Aggiungi utente\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Aggiungi utente - Passaggio successivo\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Aggiungi alias di dominio\"\n\nmsgid \"Add group\"\nmsgstr \"Aggiungi gruppo\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Aggiungi piano di hosting\"\n\nmsgid \"Add mail account\"\nmsgstr \"Aggiungi account mail\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Aggiungi un nuovo indirizzo IP\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Aggiungi nuova area protetta\"\n\nmsgid \"Add permissions\"\nmsgstr \"Aggiungi permessi\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Aggiungi permessi per rivenditori al software:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Aggiungi area protetta\"\n\nmsgid \"Add reseller\"\nmsgstr \"Aggiungi rivenditore\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Aggiungi sottodominio\"\n\nmsgid \"Add user\"\nmsgstr \"Aggiungi utente / dominio\"\n\nmsgid \"Added by\"\nmsgstr \"Aggiunto da\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Aggiunta in corso\"\n\nmsgid \"Admin\"\nmsgstr \"Admin\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / Generale / Log Admin\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admin / Generale / Panoramica\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / Generale / Stato Servizi\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Profilo / Riepilogo Account\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Profilo / Lingua\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Profilo / Layout\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Profilo / Password\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Profilo / Dati personali\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Admin / Settaggi\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Admin / Settaggi / Gestione IP\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Settaggi / Linguaggi\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Admin / Settaggi / Email password persa\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"Admin / Settaggi / Traffico Mensile Server\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Settaggi / Gestione Plugin\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Admin / Settaggi / Porte dei Servizi\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Admin / Settaggi / Gestione Software\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Admin / Settaggi / Opzioni Software\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Admin / Settaggi / Email di benvenuto\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Admin / Settaggi / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Admin / Gestione Software / Software rivenditore\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Admin / Statistiche / IP usati\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Admin / Statistiche / Statistiche rivenditore\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"Admin / Statistiche / Statistiche rivenditore / Statistiche Cliente\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Admin / Statistiche / Statistiche rivenditore / Statistiche Cliente / \"\n\"{USERNAME} Statistiche Cliente\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Admin / Statistiche / Statistiche Server\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Admin / Supporto / Ticket Chiusi\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Admin / Supporto / Visualizza Ticket\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Admin / Strumenti di Sistema / Log Rootkit\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Admin / Strumneti di Sistema / Debugger\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Admin / Strumenti di Sistema / Settaggi manutenzione\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Admin / Strumenti di Sistema / Informazioni Sistema\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Admin / Strumenti di Sistema / Aggiornamenti\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Admin / Utenti / Aggiungi Admin\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Admin / Utenti / Aggiungi Rivenditore\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Admin / Utenti / Circolare\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Admin / Utenti / Edita Rivenditore\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Admin / Utenti / Panoramica\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Admin / Utenti / Panoramica / Dettagli Dominio\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Admin / Utenti / Panoramica / Edita Admin\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"Admin / Utenti / Panoramica / Modifica Cliente\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Admin / Utenti / Sessioni\"\n\nmsgid \"Admin log\"\nmsgstr \"Amministrazione log\"\n\nmsgid \"Admin not available\"\nmsgstr \"Admin non disponibile\"\n\nmsgid \"Admin users\"\nmsgstr \"Amministratori\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Admin / IP statistiche di consumo\"\n\nmsgid \"Administrator\"\nmsgstr \"Amministratore\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Livelli Amministratore e Rivenditore\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Amministratore e cliente\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Livelli Amministratore e cliente\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Amministratore e Rivenditore\"\n\nmsgid \"Administrator level\"\nmsgstr \"Livello di amministrazione\"\n\nmsgid \"Administrator login\"\nmsgstr \"Accesso amministratore\"\n\nmsgid \"Administrators\"\nmsgstr \"Amministratori\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Amministratori e utenti\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Amministratori e rivenditori\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Dopo l'upload, il pacchetto verrà installato installato sui tuoi \"\n\"sistemi.<br>Esegui un refresh del tuo sito per visualizzare il nuovo status!\"\n\nmsgid \"All\"\nmsgstr \"Tutti\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Tutti i ticket chiusi sono stati eliminati con successo.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Tutti gli errori (Sviluppo)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Tutti gli errori, tranne E_DEPRECATED e E_STRICT (Produzione)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"Tutti gli errori, tranne E_NOTICES, E_STRICT e E_DEPRECATED (Default)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Tutti i campi sono obbligatori.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Tutti i campi sono validi.\"\n\nmsgid \"All in\"\nmsgstr \"Totali in entrata\"\n\nmsgid \"All levels\"\nmsgstr \"Tutti i liveli\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Tutti i ticket aperti sono stati eliminati.\"\n\nmsgid \"All out\"\nmsgstr \"Totali in uscita\"\n\nmsgid \"All reseller\"\nmsgstr \"Tutti i rivenditori\"\n\nmsgid \"All traffic\"\nmsgstr \"Tutto il traffico\"\n\nmsgid \"All users\"\nmsgstr \"Tutti gli utenti\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Consenti URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Permette di inoltrare tutte le richieste per questo dominio verso un URL \"\n\"specifico.\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Acconsenti a condividere il punto di montaggio di un altro dominio.\"\n\nmsgid \"Already in use\"\nmsgstr \"Già in uso\"\n\nmsgid \"Alt. URL\"\nmsgstr \"Alt. URL\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"URL alternativo per raggiungere il tuo sito\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"URL alternativo per raggiungere il tuo sito\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Si è verificato un errore inaspettato.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\"Si è verificato un errore inaspettato. Contatta, per favore, il tuo \"\n\"amministratore.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\"Si è verificato un errore inaspettato. Contatta, per favore, il tuo \"\n\"rivenditore.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Un errore inaspettato è occorso: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Un errore inaspettato è occorso durante il caricamento del file: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Logs Anti-Rootkits\"\n\nmsgid \"Any\"\nmsgstr \"Qualsiasi\"\n\nmsgid \"Application installer\"\nmsgstr \"Installatore applicazioni\"\n\nmsgid \"Apply\"\nmsgstr \"Applica\"\n\nmsgid \"Apply changes\"\nmsgstr \"Applica le modifiche\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Se sicuro di voler installare questo pacchetto dal deposito web?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Sicuor di voler installare questo pacchetto?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Sicuro di voler rimuovere questi permessi?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Sicuro di voler eliminare l'utente SQL %s?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Sei certo di voler attivare questo pacchetto?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Sei sicuro di voler cancellare %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Sicuro di voler eliminare tutti i ticket chiusi?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"Sei sicuro di voler cancellare tutte le mail selezionate?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Sicuro di voler eliminare tutti i ticket?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"Sicuro di voler eliminare l'utente FTP %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Sei sicuro di voler cancellare questo ordine di alias %s dominio ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Sei sicuro di voler cancellare questo alias %s dominio ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Sei sicuro di voler eliminare il menu %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"Sicuro di voler eliminare il servizio sulla porta %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Sei sicuro di voler eliminare il ticket '%s'?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Sei sicuro di voler eliminare l'indirizzo IP `%%s' ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Sei sicuro di voler eliminare l'utente FTP `%%s` ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Sei sicuro di voler eliminare l'area protetta `%%s` ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"Sei sicuro di voler eliminare questo conto %%s?\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Sei sicuro di voler eliminare questo record DNS ?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"Sei sicuro di voler eliminare questo account?\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"Sicuro di voler eliminare questo account catch all ?\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Sei sicuro di voler eliminare questo alias di dominio ?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Sei sicuro di voler eliminare questo piano hosting ?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Sei sicuro di voler eliminare questo pacchetto?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Sei sicuro di voler eliminare questo sottodominio?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Sicuro di voler importare questo pacchetto nel tuo repository software \"\n\"locale?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"Sicuro di voles importare questo pacchetto nel tuo deposito software?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"Sicuro che vuoi installare questo pacchetto dal tuo repository Web?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Siete sicuri di voler ripristinare il backup?\"\n\nmsgid \"Assign\"\nmsgstr \"Assegnare\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Assegna un utente SQL esistente\"\n\nmsgid \"Assign group\"\nmsgstr \"Assegna gruppo\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Assegnato almeno ad un reseller\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Almeno un certificato intermedio non è valido o mancante.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"Almeno una delle tue cassette postali è al di sopra della quota.\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Autenticazione tramite gruppo\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Autenticazione tramite utente\"\n\nmsgid \"Authentication users\"\nmsgstr \"Autenticazione utenti\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Autenticazione utenti/gruppi\"\n\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Auto (Linguagio Browser)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"Automatico : indirizzo catch-all\"\n\nmsgid \"Autoresponder\"\nmsgstr \"Autorisponditore\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"Autorisponditore è stato attivato\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"Autorisponditore è stato disattivato\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"Autorisponditore è stato modiifcato\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"Il messaggio di Auto-risposta non può essere vuoto.\"\n\nmsgid \"Available\"\nmsgstr \"Disponibile\"\n\nmsgid \"Available software\"\nmsgstr \"Software disponibile\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"In attesa di attivazione\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"In attesa di approvazione\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Indietro\"\n\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Settaggi Backup e Restore\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Il Backup è stato schedato con successo per il ripristino dei dati\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"Indirizzo errato nel campo catch-all\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"Il formato di un indirizzo Mail nella lista d'inoltro non è corretto.\"\n\nmsgid \"Bad password.\"\nmsgstr \"Password errata.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Richiesta errata.\"\n\nmsgid \"Behind\"\nmsgstr \"Dietro\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Qui sotto, puoi abilitare la caratteristica di posta elettronica esterna per\"\n\" uno o più domini di tua proprietà. Nota che attivando questa caratteristica\"\n\" il server verrà configurato per eseguire un relay tramite il tuo stesso \"\n\"server di posta, ma che non verrà creato nessun record DNS per questa \"\n\"caratteristica.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"Tempo di attesta per il blocco tra login/captcha esperri in secondi\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Tempo di attesta per il blocco tra login/captcha\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"Durata di blocco (minuti)\"\n\nmsgid \"Body\"\nmsgstr \"Corpo\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Il corpo del messaggio è vuoto.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Rilevamento Bruteforce\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Azioni in blocco\"\n\nmsgid \"By\"\nmsgstr \"Da \"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"Informazione CPU\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Può modificare l'opzione di configurazione PHP %s\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Può utilizzare la funzione PHP %s\"\n\nmsgid \"Cancel\"\nmsgstr \"Annulla\"\n\nmsgid \"Canonical name\"\nmsgstr \"Nome canonico\"\n\nmsgid \"Catch-all account\"\nmsgstr \"Account catch-all\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"Catch all è stato schedato per la cancellazione.\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"Catch-all accounts\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"Indirizzi Catch-all\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"Indirizzo Catch-all non può essere vuoto\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"Indirizzo Catch-all per il dominio %s\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"Catch-all dominio\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"Catch all è stato schedato per l'aggiunta.\"\n\nmsgid \"Certificate\"\nmsgstr \"Certificato\"\n\nmsgid \"Certificate data\"\nmsgstr \"Dati del certificato\"\n\nmsgid \"Change\"\nmsgstr \"Modifica\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Cambia lo stato di questo oggetto per un nuovo tentativo\"\n\nmsgid \"Check for update\"\nmsgstr \"Controllo aggiornamenti\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Controlla i caricamenti del rivenditore!<br>Non è consentito caricare questo\"\n\" pacchetto due volte.<br>Ricarica il tuo sito per visualizzare il nuovo \"\n\"stato!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Controlla i tuoi caricamenti!<br>Chiedi all'amministratore se non trovi il \"\n\"pacchetto.<br>Non è consentito caricare questo pacchetto due \"\n\"volte.<br>Ricarica il tuo sito per visualizzare il nuovo stato!\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Controlla il tuo pacchetto. Rilevato errore al suo interno!<br>Ricarica il \"\n\"tuo sito per visualizzare il nuovo stato!\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Controllo i caricamenti del tuo deposito software!<br>Non è consentito \"\n\"caricare questo pacchetto 2 volte.<br>Ricarica il tuo sito per visualizzare \"\n\"il nuovo stato!\"\n\nmsgid \"Choose\"\nmsgstr \"Scegli\"\n\nmsgid \"Choose dir\"\nmsgstr \"Scegli la directory\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Seleziona file (Max: %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Scegli il piano di hosting\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Scegli il colore del layout\"\n\nmsgid \"Choose your language\"\nmsgstr \"Scegli la tua lingua\"\n\nmsgid \"Circular\"\nmsgstr \"Circolare\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Circolare inviata correttamente.\"\n\nmsgid \"City\"\nmsgstr \"Città\"\n\nmsgid \"Class\"\nmsgstr \"Classe\"\n\nmsgid \"Clear log\"\nmsgstr \"Pulire log\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Clicca qui per ulteriori dettagli\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Cliccando il tasto Ripristina, il sistema ripristinerà i dati dell'ultimo \"\n\"backup giornaliero.\"\n\nmsgid \"Click to edit\"\nmsgstr \"Clicca per modificare\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"Fai clic per sospendere questo account cliente.\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"Fai clic per riattivare questo account cliente\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Cliente / Database / Aggiungi database SQL\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Cliente / Database / Panoramica\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Cliente / Database / Panoramica / Aggiungi utente SQL\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Cliente / Database / Panoramica / Aggiorna password Utente SQL\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Cliente / Dominio / Modifica record risorsa DNS\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Cliente / Domini\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Cliente / Domini / Aggiungi record risorsa DNS\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Cliente/ Domini / Aggiungi Alias Domini\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Cliente / Domini / Aggiungi Sottodominio\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Cliente / Domini / Modifica Dominio\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Cliente/ Domini / Modifica Alias Domini\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Cliente / Domini / Modifica Sottodominio\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Cliente / Domini / Settaggi PHP\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Cliente / Domini / Certificato SSL \"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Cliente / FTP / Aggiungi account FTP\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Cliente / FTP / Panoramica\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Cliente / FTP / Panoramica / Modifica account FTP\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Cliente / Generale / Panoramica\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"Cliente / Posta / Aggiungi account di posta\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"Cliente / Posta / Account Catch-all\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"Cliente / Posta / Account Catch-all / Aggiungi Catch-all\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"Cliente / Posta / Edita account di posta\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"Cliente / Posta / Serve di posta Esterno\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"Cliente / Posta / Panoramica\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"Cliente / Posta / Panoramica / Abilita Auto Risponditore\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"Cliente / Posta / Panoramica / Edita Auto Risponditore\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Cliente / Profilo / Riassunto account\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Cliente / Profilo / Linguaggio\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Cliente / Profilo / Layout\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Cliente / Profilo / Password\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Cliente / Profilo / Dati Personali\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Cliente / Statistiche\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Cliente / Supporto / Ticket Chiusi\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Cliente / Supporto / Nuovo ticket\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Cliente / Supporto / Ticket Aperti\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Cliente / Supporto / Visualizza Ticket\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Cliente / Strumenti Web / Personalizza Pagina di Errore\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Cliente / Strumenti Web / Backup Giornaliero\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Cliente / Strumenti Web / Panoramica\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Cliente / Strumenti Web / Protezione Aree\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"Cliente / Strumenti Web / Area Protetta / Gestisci Utenti e Gruppi\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Cliente / Strumenti Web / Area Protetta / Gestisci Utenti e Gruppi / \"\n\"Aggiungi Gruppo\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Cliente / Strumenti Web / Area Protetta / Gestisci Utenti e Gruppi / \"\n\"Aggiungi Utente\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Cliente / Strumenti Web / Area Protetta / Gestisci Utenti e Gruppi / \"\n\"Modifica Utente\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Cliente / Strumenti Web / Area Protetta / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Cliente / Strumenti Web / Software\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Cliente / Strumenti Web / Software - Installa Software\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Cliente / Strumenti Web / Software / Visualizza\"\n\nmsgid \"Client users\"\nmsgstr \"Utenti\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Velocità di clock (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Chiudi\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Chiudi il ticket\"\n\nmsgid \"Close ticket\"\nmsgstr \"Ticket chiuso\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Ticket chiusi\"\n\nmsgid \"Common name\"\nmsgstr \"Nome Comune\"\n\nmsgid \"Company\"\nmsgstr \"Azienda\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Modo di configurazione\"\n\nmsgid \"Confirmation required\"\nmsgstr \"Conferma richiesta\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \".Conflitto con il record DNS  `%s' .\"\n\nmsgid \"Cores\"\nmsgstr \"Core\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Aggiunta/Aggiornamento del certificato SSL non possibile. Si è verificato un\"\n\" errore instteso.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\"Non è stato possibile eseguire il backup della directory corrente `%s' del \"\n\"plugin\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"Non è stato possibile cambiare il plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\"Impossibile connettersi al database  `%s' . Per favore controlla la password\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\"Non è stato possibile creare l'alias di dominio. Si è verificato un errore \"\n\"inatteso.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\"Non è stato possibile cancellare il database SQL. Si è verificato un errore \"\n\"inatteso.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\"Non è stato possibile eliminare l'utente SQL. Si è verificato un errore \"\n\"inatteso.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Non è stato possibile cancellare il certificato SSL. Si è verificato un \"\n\"errore inatteso.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"Non è stato possibile cancellare il plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"Non è stato possibile disabilitare il plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"Non è stato possibile abilitare il plugin %s: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\"Non è stato trovata nessuna interfaccia di rete. Non puoi aggiungere nuovi \"\n\"indirizzi IP.\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Non è stato possibile generare il certificato SSL. Si è verificato un errore\"\n\" inatteso.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"Non è stato possibile installare il plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"Non è stato possibile proteggere il plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"Non è stato possibile ripristinare la directory del plugin %s\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"Impossibile recuperare le directory.\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"Non è stato possibile disinstallare il plugin %s: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"Non è stato possibile aggiornare il plugin %s: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Impossibile caricare i file.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Non è possibile caricare il file. File non trovato.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"Non è possibile caricare il file. È stata raggiunta la massima dimensione \"\n\"file (%1$d MB).\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"Non è stato possibile creare il database `%s`\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\"Non è stato possibile cancellare l'alias di dimonio. Si è verificato un \"\n\"errore inatteso.\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\"Non è stato possibile eliminare il sottodominio. Si è verificato un errore \"\n\"inatteso.\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"Non è stato possibile validare il record della risorsa DNS: %s\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"Conteggio indirizzi email di default\"\n\nmsgid \"Country\"\nmsgstr \"Paese\"\n\nmsgid \"Create\"\nmsgstr \"Crea\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"Crea indirizzi mail predefiniti\"\n\nmsgid \"Created by\"\nmsgstr \"Creato da\"\n\nmsgid \"Created on\"\nmsgstr \"Creato\"\n\nmsgid \"Creation date\"\nmsgstr \"Data di creazione\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Errori DNS personalizzati\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Il record DNS personalizzato è stato schedulato per l'eliminazione.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Record DNS Personalizzati\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Pagina di errore personalizzata, caricata.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Pagine di errore personalizzate\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Personalizza nome del menu e collegamento.\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Personalizza proprietà del menu\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Menu personalizzato aggiunto con successo.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Menu personalizzato eliminato con successo.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Menu personalizzato modificato con successo.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Menù personalizzati\"\n\nmsgid \"Customer\"\nmsgstr \"Cliente\"\n\nmsgid \"Customer account\"\nmsgstr \"Customer account\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"L'Account Cliente è stato schedulato per l'attivazione.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"L'Account Cliente è stato schedulato per la creazione.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\"L'account cliente è stato schedulato con successo per la disattivazione.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"L'account cliente è stato schedulato con successo per l'eliminazione.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"L'account cliente è stato aggiornato con successo.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Assegnazioni clienti\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Blocco di azioni\"\n\nmsgid \"Customer level\"\nmsgstr \"Livello cliente\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\"L'account cliente è stato correttamente programmato per l'eliminazione.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"L'account cliente è stato schedulato per l'eliminazione.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Colore del layout del Cliente aggiornato con successo.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Cliente/i rimosso/i con successo.\"\n\nmsgid \"Customers\"\nmsgstr \"Utenti\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Personalizza pagina di errore per il tuo dominio.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"Il record DNS già esiste\"\n\nmsgid \"DNS resource record\"\nmsgstr \"Record di risorsa DNS\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"Record di risorsa DNS pianificato per l'aggiunta.\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"Record di risorsa DNS pianificato per l'aggiornamento.\"\n\nmsgid \"DNS resource records\"\nmsgstr \"Risorse record DNS\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"Dominio per il quale vuoi aggiungere questo record di risorsa DNS.\"\n\nmsgid \"DOWN\"\nmsgstr \"Giu\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Richiesta al demone fallita.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Richiesta al Demone riuscita.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Backup giornaliero\"\n\nmsgid \"Data\"\nmsgstr \"Dati\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"I dati sono stati alterati. P.F. riprova.\"\n\nmsgid \"Database\"\nmsgstr \"Database\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"nome e utenti database\"\n\nmsgid \"Database data\"\nmsgstr \"SQL Databases\"\n\nmsgid \"Database name\"\nmsgstr \"Nome del database\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Il nome del database è troppo lungo.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Il nome database non è disponibile o non è permesso.\"\n\nmsgid \"Database password\"\nmsgstr \"Password database\"\n\nmsgid \"Database prefix\"\nmsgstr \"Prefisso Database\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Database prefisso/suffisso\"\n\nmsgid \"Database required\"\nmsgstr \"Un database è richiesto\"\n\nmsgid \"Database usage\"\nmsgstr \"Utilizzo database\"\n\nmsgid \"Database user\"\nmsgstr \"Utente del database\"\n\nmsgid \"Database users\"\nmsgstr \"Utenti del database\"\n\nmsgid \"Databases\"\nmsgstr \"SQL Databases\"\n\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgid \"Day\"\nmsgstr \"Giorno\"\n\nmsgid \"Days\"\nmsgstr \"Giorni\"\n\nmsgid \"Deactivate\"\nmsgstr \"Disattiva\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Disattiva questo plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Disattivato\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Disattivazione in corso...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Gentile {NAME},\\n\"\n\"\\n\"\n\"È stato creato un nuovo conto utente per te.\\n\"\n\"\\n\"\n\"Informazione del tuo conto utente:\\n\"\n\"\\n\"\n\"Tipo di conto: {USERTYPE}\\n\"\n\"Nome utente: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Ricordati di cambiare spesso la tua password e la prima volta che ti colleghi.\\n\"\n\"\\n\"\n\"Puoi accedere su {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Per favore non rispondere a questo messaggio.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Gentile {NAME},\\n\"\n\"\\n\"\n\"Un rivenditore ha caricato un nuovo pacchetto software.\\n\"\n\"\\n\"\n\"ID Rivenditore: {RESELLER_ID}\\n\"\n\"Pacchetto Software: {SOFTWARE_PACKAGE}\\n\"\n\"ID Software: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Per favore non rispondere a questo messaggio.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Gentile {NAME},\\n\"\n\"\\n\"\n\"Per favore clicca sul link sottostante per aggiornare la tua password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Nota: Se non hai richiesto di aggiornare la password, puoi ignorare questo messaggio.\\n\"\n\"\\n\"\n\"Per favore non rispondere a questo messaggio.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Gentile {NAME},\\n\"\n\"\\n\"\n\"Questo è un messaggio automatico inviato dal tuo pannello di controllo i-MSCP:\\n\"\n\"\\n\"\n\"Nome Server: {HOSTNAME}\\n\"\n\"IP Server:   {SERVER_IP}\\n\"\n\"IP Client:   {CLIENT_IP}\\n\"\n\"Versione:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Gravità:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Per favore non rispondere a questo messaggio.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Gentile {NAME},\\n\"\n\"\\n\"\n\"Hai ricevuto una nuova risposta ad un ticket di supporto:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priorità: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Puoi connetterti su {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} per rispondere.\\n\"\n\"\\n\"\n\"Per favore non rispondere a questo messaggio.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Gentile {NAME},\\n\"\n\"\\n\"\n\"Hai un nuovo ticket di supporto:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priorità: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Puoi connetterti su {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} per rispondere.\\n\"\n\"\\n\"\n\"Per favore non rispondere a questo messaggio.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Gentile {NAME},\\n\"\n\"\\n\"\n\"Il tuo cliente {CUSTOMER} è in attesa di approvazione per questo nuovo alias di dominio:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Connettiti su {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php per attivare questo alias di dominio.\\n\"\n\"\\n\"\n\"Per favore non rispondere a questo messaggio.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Gentile {NAME},\\n\"\n\"\\n\"\n\"La tua password è stata aggiornata con successo.\\n\"\n\"\\n\"\n\"La tua nuova password è: {PASSWORD}\\n\"\n\"\\n\"\n\"Puoi collegarti su {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Per favore non rispondere a questo messaggio.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Gentile {NAME},\\n\"\n\"\\n\"\n\"Il tuo pacchetto software è stato eliminato.\\n\"\n\"\\n\"\n\"Pacchetto software: {SOFTWARE_PACKAGE}\\n\"\n\"ID Software: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Messaggio dal tuo amministratore:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Per favore non rispondere a questo messaggio.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Gentile {NAME},\\n\"\n\"\\n\"\n\"Il tuo pacchetto software è stato attivato con successo.\\n\"\n\"\\n\"\n\"Pacchetto Software: {SOFTWARE_PACKAGE}\\n\"\n\"ID Software: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Per favore non rispondere a questo messaggio.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\n\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\nmsgid \"Default\"\nmsgstr \"Default\"\n\nmsgid \"Default language\"\nmsgstr \"Lingua di default\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"La lingua di default é stata aggiornata correttamente.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Definisce se i clienti possono aggiungere / modificare i certificati SSL per\"\n\" i propri domini.\"\n\nmsgid \"Delete\"\nmsgstr \"Elimina\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Elimina tutti i ticket\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Cancella dal log:\"\n\nmsgid \"Delete order\"\nmsgstr \"Rimuovi ordine\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Elimina software rivenditore\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Cancellare le mail selezionate\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Elimina questo plugin\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Elimina ticket\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Eliminazione in corso\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Eliminazione in corso...\"\n\nmsgid \"Depot import\"\nmsgstr \"Importa deposito\"\n\nmsgid \"Description\"\nmsgstr \"Descrizione\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"La descrizione non può essere vuota.\"\n\nmsgid \"Details\"\nmsgstr \"Dettagli\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"La directory %s non esiste.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"La directory '%s' non esiste.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"La directory '%s' non è consentita o è non valida.\"\n\nmsgid \"Disabled\"\nmsgstr \"Disabilitato\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Funzioni disattivate\"\n\nmsgid \"Disconnect\"\nmsgstr \"Disconnetti\"\n\nmsgid \"Disk\"\nmsgstr \"Disco\"\n\nmsgid \"Disk space\"\nmsgstr \"Spazio disco\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Limite spazio disco [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Utilizzo del disco\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Dettagli uso del disco\"\n\nmsgid \"Display errors\"\nmsgstr \"Visualizzare gli errori\"\n\nmsgid \"Document root\"\nmsgstr \"Document root\"\n\nmsgid \"Domain\"\nmsgstr \"Dominio\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Il dominio %s non può essere inoltrato a sè stesso.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Il dominio %s non è disponibile.\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP dominio\"\n\nmsgid \"Domain Name\"\nmsgstr \"Nome dominio\"\n\nmsgid \"Domain account\"\nmsgstr \"Account del dominio\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Il dominio è scaduto\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Account Dominio\"\n\nmsgid \"Domain alias\"\nmsgstr \"Aggiungi alias di dominio\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Alias dominio %s non può essere il forward di se stesso.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Errori alias di Dominio\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Nome dell'alias di dominio\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Alias di dominio creato con successo.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Alias di dominio ordinato con succeso.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Alias di dominio schedulato con successo.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Alias di dominio in attesa di eliminazione.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Alias di dominio schedulato con successo per aggiornamento.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Alias di dominio\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"Limite alias di dominio\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Dominio e Database SQL\"\n\nmsgid \"Domain data\"\nmsgstr \"Dati del dominio\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"I dati di dominio sono stati alterati. Per favore prova di nuovo.\"\n\nmsgid \"Domain details\"\nmsgstr \"Dettagli del dominio\"\n\nmsgid \"Domain errors\"\nmsgstr \"Errori dominio\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Data di scadenza del dominio\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"La data di scadenza del Dominio deve essere settata.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"Dominio per il quale il PHP Editor deve agire.\"\n\nmsgid \"Domain name\"\nmsgstr \"Nome dominio\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\"Il nome di dominio (forma ASCII) non può essere lungo più di 255 caratteri.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Nome dominio non può essere vuoto.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Il nome di dominio non può iniziare o terminare con un punto.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Il dominio contiene dei caratteri non permessi : %s \"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Il nome di dominio non può essere lungo più di 63 caratteri.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"Il nome di dominio non può iniziare o terminare con un trattino.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Nuova data di scadenza del dominio\"\n\nmsgid \"Domain overview\"\nmsgstr \"Panoramica Dominio\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Dominio schedulato per l'aggiornamento.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Statistiche Dominio\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Lo stato dominio è non ok.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Il dominio è stato pianificato per l'aggiornamento con successo.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Dominio aggiornato con successo.\"\n\nmsgid \"Domain type\"\nmsgstr \"Tipo di dominio\"\n\nmsgid \"Domains\"\nmsgstr \"Domini\"\n\nmsgid \"Domains limit\"\nmsgstr \"Limite Dominio\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domini per pagina\"\n\nmsgid \"Done\"\nmsgstr \"Fatto\"\n\nmsgid \"Download\"\nmsgstr \"Scarica\"\n\nmsgid \"Download TAR\"\nmsgstr \"Download TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Download ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Download links\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Scarica l'archivio depositato in questa directory\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Modifica\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"Modifica record di risorsa DNS\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Modifica account FTP\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Edita certificato\"\n\nmsgid \"Edit admin\"\nmsgstr \"Edita admin\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"Modifica autorisponditore\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Edita pagina personalizzata di errore\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Edita menu personalizzato\"\n\nmsgid \"Edit customer\"\nmsgstr \"Modifica Cliente\"\n\nmsgid \"Edit domain\"\nmsgstr \"Modifica dominio\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Modifica gli alias del dominio\"\n\nmsgid \"Edit error page\"\nmsgstr \"Modifica della pagina di errore\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Modifica piano di hosting\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Edita utente htaccess\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Modifica account di posta\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Modifica area protetta\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Modifica rivenditore\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Modifica sottodominio\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"Indirizzo email\"\n\nmsgid \"Email address\"\nmsgstr \"Indirizzo email\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Limite email non può essere più grande di %s\"\n\nmsgid \"Email settings\"\nmsgstr \"Settaggi email\"\n\nmsgid \"Email setup\"\nmsgstr \"Configurazione email\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Email aggiornata con successo.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Abilita SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Abilitato\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Abilita per : %s\"\n\nmsgid \"Error details\"\nmsgstr \"Dettagli errore\"\n\nmsgid \"Error pages\"\nmsgstr \"Pagine di errore\"\n\nmsgid \"Error reporting\"\nmsgstr \"Messaggio di errore\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Errore: file non trovato \"\n\nmsgid \"Errors\"\nmsgstr \"Errori\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Esegui operazioni\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Ext. server di posta\"\n\nmsgid \"External mail feature\"\nmsgstr \"Server di posta esterno\"\n\nmsgid \"External mail server\"\nmsgstr \"Server di posta esterno\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\"Caratteristica di posta elettronica esterna pianificata per l'attivazione.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\"Caratteristica di posta elettronica esterna pianificata per la \"\n\"disattivazione.\"\n\nmsgid \"FTP account\"\nmsgstr \"Account FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"Conto FTP già esistente.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"Limite di account FTP raggiunto.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"Account Ftp aggiunto con successo.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"Account Ftp eliminato con successo.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"Account Ftp modificato con successo.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Utenti FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"Limiti account FTP\"\n\nmsgid \"FTP home directory\"\nmsgstr \"Home directory FTP\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"Home directory FTP non può essere vuota.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Traffico FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"Errori utente FTP\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Scrittura del file sul disco fallita.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Errore nel pacchetto. In cancellazione!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Funzionalità\"\n\nmsgid \"Features\"\nmsgstr \"Funzionalità\"\n\nmsgid \"Female\"\nmsgstr \"Femminile\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"File %s non esiste o non è raggiungibile!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"File %s non sembra un file di migrazione.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"File non esistente. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"File supera il limite di dimensione.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Il File è stato caricato con successo.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Il file non é leggibile.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Il file deve essere un archivio 'tar.gz'.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"File aggiunto con successo.\"\n\nmsgid \"File usage\"\nmsgstr \"Uso del file\"\n\nmsgid \"FileManager\"\nmsgstr \"FileManager\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Informazioni filesystem\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Compila un messaggio di testo.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"Filtra per cliente\"\n\nmsgid \"First name\"\nmsgstr \"Nome\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"Per il momento è possibile aggiungere solo account di inoltro.\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"Per il momento è possibile modificare solo account di inoltro.\"\n\nmsgid \"Forbidden\"\nmsgstr \"Proibito\"\n\nmsgid \"Force refresh\"\nmsgstr \"Forza il refresh\"\n\nmsgid \"Force retry\"\nmsgstr \"Forza nuovo tentativo\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\"Forza il sincronismo delle informazioni sulla quota delle cassette postali. \"\n\"Le informazioni sulle quote vengono automaticamente sincronizzate ogni 5 \"\n\"minuti.\"\n\nmsgid \"Forward\"\nmsgstr \"Forward\"\n\nmsgid \"Forward URL\"\nmsgstr \"Inoltro URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Forward URL %s non valido\"\n\nmsgid \"Forward account\"\nmsgstr \"Account di inoltro\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"La lista di inoltro è vuota.\"\n\nmsgid \"Forward to\"\nmsgstr \"Inoltrare a\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Redirezionare all'URL\"\n\nmsgid \"Forward type\"\nmsgstr \"Tipo di inoltro\"\n\nmsgid \"Free\"\nmsgstr \"Libero\"\n\nmsgid \"From\"\nmsgstr \"Da\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Dal rivenditore\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Account Ftp\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Dati account Ftp\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Account Ftp\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Directories FTP\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Sesso\"\n\nmsgid \"General\"\nmsgstr \"Generale\"\n\nmsgid \"General information\"\nmsgstr \"Informazioni Generali\"\n\nmsgid \"General settings\"\nmsgstr \"Impostazioni generali\"\n\nmsgid \"Generate\"\nmsgstr \"Genera\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Genera un certificato auto firmato\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Ricevi un nuovo codice di sicurezza\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Gruppo\"\n\nmsgid \"Group members\"\nmsgstr \"Membri del gruppo\"\n\nmsgid \"Group name\"\nmsgstr \"Nome del gruppo\"\n\nmsgid \"Groups\"\nmsgstr \"Gruppi\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS includeSubDomains directive\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS max-age directive value\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"Traffico HTTP\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"Nascondi gli indirizzi email di default\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"Nascondi alias\"\n\nmsgid \"High\"\nmsgstr \"Alta\"\n\nmsgid \"Home directory\"\nmsgstr \"Directory principale\"\n\nmsgid \"Homepage\"\nmsgstr \"Pagina principale\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"Host dal quale l'utente SQL è autorizzato a connettersi al server SQL\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Piani di Hosting\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Piano di hosting disponibile\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"I limiti del piano di hosting superano i limiti del rivenditore\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"I limiti del piano di hosting superano i tuoi limiti\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Piano di hosting creato con successo.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Piano di hosting eliminato con successo.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Piano di hosting aggiornato con successo.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Piani di hosting\"\n\nmsgid \"Hour\"\nmsgstr \"Ora\"\n\nmsgid \"Hours\"\nmsgstr \"Ore\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Gruppo Htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Il gruppo Htaccess è stato schedato con successo per l'aggiunta\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Il gruppo Htaccess è stato schedato con successo per l'eliminazione\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Utente Htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\"L'utente Htaccess è stato assegnato con successo al gruppo htaccess %s\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\"L'utente Htaccess è stato eliminato con successo dal gruppo htaccess %s\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"L'utente Htaccess è stato schedulato con successo per l'aggiunta\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"Errore Htaccess, htgroups e htpasswd \"\n\nmsgid \"IP address\"\nmsgstr \"Indirizzo IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"Indirizzo IP è già sotto controllo di i-MSCP\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"L'indirizzo IP pianificato per l'aggiunta\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"L'indirizzo IP è stato pianificato con successo per l'eliminazione.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"L'indirizzo IP è stato pianificato con successo per la modifica.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"Indirizzo IP  sotto controllo di i-MSCP\"\n\nmsgid \"IP assignments\"\nmsgstr \"Assegnazione IP\"\n\nmsgid \"IP errors\"\nmsgstr \"Errori IP\"\n\nmsgid \"IP management\"\nmsgstr \"Gestione indirizzo IP\"\n\nmsgid \"IP netmask\"\nmsgstr \"IP netmask\"\n\nmsgid \"IP usage\"\nmsgstr \"IP utilizzato\"\n\nmsgid \"IPv6 address\"\nmsgstr \"Indirizzo IPv6\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\"Se impostato a `si`, le Web folders saranno protette contro la \"\n\"cancellazione.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\"Se impostato a `si`, il rivenditore potrà abilitare i suoi clienti alla \"\n\"modifica di questa opzione di configurazione PHP.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Se impostato a `si`, il rivenditore può abilitare/disabilitare la funzione \"\n\"mail di PHP per i suoi clienti, altrimenti, la funzione mail di PHP è \"\n\"disabilitata.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"Se nel nome del campo è inserito il simbolo @ oppure se non inserite nulla, \"\n\"sarà automaticamente sostiutito con il valore $ORIGIN \"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Se tu vuoi limitare il rivenditore, devi prima limitare i suo clienti.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"L'immagine deve essere più piccola di 500 x 90 pixels.\"\n\nmsgid \"Import\"\nmsgstr \"Importa\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Importa nel repository locale\"\n\nmsgid \"Import new language file\"\nmsgstr \"Importa nuovo file lingua\"\n\nmsgid \"In front\"\nmsgstr \"Davanti\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"In modalità di manutenzione, solo l'amministratore può loggarsi.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Limite account FTP errato.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Limite database SQL errato.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Limite di utenti SQL errato.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Limite utenti SQL errato.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Limite alias ​​errato.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Limite spazio disco errato.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"Limite alias di dominio non corretto.\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Lunghezza indirizzo email o sintassi non corretta. \"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Quota Email non corretta.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Limite per %s non corretto.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"Limite account e-mail errato.\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Limite account e-mail errato.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"Quota Email non corretta.\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Limite traffico mensile non corretto.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Limite sottodominio errato.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Limite sottodomini errato.\"\n\nmsgid \"Install\"\nmsgstr \"Installa\"\n\nmsgid \"Install in progress\"\nmsgstr \"Installazione in corso\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Installa questo plugin\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Installare le varie applicazioni Web con pochi clic.\"\n\nmsgid \"Installation details\"\nmsgstr \"Dettagli installazione\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Installazione in corso...\"\n\nmsgid \"Installation path\"\nmsgstr \"Percorso di installazione\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Pacchetto installato che è stato eliminato dal vostro rivenditore.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Installato nel repository del rivenditore\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Installato nel repository software\"\n\nmsgid \"Installed on\"\nmsgstr \"Installato su\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\"Sto installando il pacchetto caricato. Si prega di aggiornare questa pagina.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Istruzioni per scaricare il backup del giorno\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Certificato(i) intermedio\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Errore interno di sistema\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internazionalizzazione\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Nome utente FTP non valido.\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Utente host SQL non valido : %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\"Utente SQL non valido. L'utente SQL deve esistere e appartenere al database \"\n\"fornito.\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Certificato SSL non valido\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Certificato SSL non valido.\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"URL non valida.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\"Carattere non valido trovato nel campo '%s' . Sono consentiti solo caratteri\"\n\" ASCII stampabili e interruzioni di riga.\"\n\nmsgid \"Invalid city.\"\nmsgstr \"Città non valida\"\n\nmsgid \"Invalid company.\"\nmsgstr \"Nome azienda non valido\"\n\nmsgid \"Invalid country.\"\nmsgstr \"Nazione non valida\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Nome dominio non valido.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Indirizzo EMAIL non valido\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Email utente non valido.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"Campo %s non valido.\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"Nome non valido.\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"Sesso non valido\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Nome gruppo non valido!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"Cognome non valido\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Ordine del menù non valido.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Nome non valido.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Payload ricevuto da GitHub non valido\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"Telefono non valido\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Directory del plugin non valida: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Private key o passphrase non valida\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"Il nome '%s' non è un nome di servizio valido.\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"Stato/provincia non valido\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"Indirizzo 1 non valido\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"Indirizzo 2 non valido.\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Obiettivo non valido.\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Nome utente non valido.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"Cap non valido\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Versione del kernel\"\n\nmsgid \"Kill session\"\nmsgstr \"Chiudi sessione\"\n\nmsgid \"Label\"\nmsgstr \"Etichetta\"\n\nmsgid \"Language\"\nmsgstr \"Lingua\"\n\nmsgid \"Language file\"\nmsgstr \"File della lingua\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"File della lingua installato con successo.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"Linguaggio aggiornato con successo.\"\n\nmsgid \"Languages\"\nmsgstr \"Linguaggi\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"L'indice dei linguaggi è stata ricostruita con successo.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Ultimo aggiornamento del repository Software Web\"\n\nmsgid \"Last access\"\nmsgstr \"Ultimo accesso\"\n\nmsgid \"Last name\"\nmsgstr \"Cognome\"\n\nmsgid \"Last reply date\"\nmsgstr \"Data ultima risposta\"\n\nmsgid \"Last translator\"\nmsgstr \"Ultimo traduttore\"\n\nmsgid \"Layout\"\nmsgstr \"Layout\"\n\nmsgid \"Layout color\"\nmsgstr \"Schema colore\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Schema colore aggiornato con successo.\"\n\nmsgid \"Level\"\nmsgstr \"Livello\"\n\nmsgid \"Limit\"\nmsgstr \"Limite account email\"\n\nmsgid \"Limit value\"\nmsgstr \"Valore limite\"\n\nmsgid \"Limits\"\nmsgstr \"Limiti\"\n\nmsgid \"Link\"\nmsgstr \"Collegamento\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Link autori homepage\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Carico (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Caricamento dati...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Voci di registro eliminate con successo.\"\n\nmsgid \"Login\"\nmsgstr \"Accesso\"\n\nmsgid \"Login data\"\nmsgstr \"Dati accetto\"\n\nmsgid \"Login password\"\nmsgstr \"Password d'accesso\"\n\nmsgid \"Login username\"\nmsgstr \"Username d'accesso\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Effettuare l'accesso con il proprio account FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"File del logo\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Il logo é stato eliminato correttamente.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Il logo é stato aggiornato correttamente.\"\n\nmsgid \"Logout\"\nmsgstr \"Logout\"\n\nmsgid \"Lost password\"\nmsgstr \"Password dimenticata\"\n\nmsgid \"Lost password email\"\nmsgstr \"Password email smarrita\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\"I templates per il messaggio di password smarrita sono stati aggiornati.\"\n\nmsgid \"Lost password link\"\nmsgstr \"Link password smarrita\"\n\nmsgid \"Low\"\nmsgstr \"Bassa\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"Mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Livello Log Mail\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"L'account email già esiste.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Dati dell'account\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Errori account di posta\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"Account email schedato per l'eliminazione.\"\nmsgstr[1] \"\"\n\"L'account di posta %d è stato schedato con successo per la cancellazione.\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"L'account email è stato schedato per l'aggiunta.\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"Account Email schedulato per update.\"\n\nmsgid \"Mail account type\"\nmsgstr \"Tipo account email\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Account di posta\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"Gli account e-mail sono permanentemente sospesi\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"Limite account e-mail.\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"La list account di posta è quota.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Funzione Mail disabilitata.\"\n\nmsgid \"Mail quota\"\nmsgstr \"Limite spazio Email\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"Email quota [MiB]\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"Limite email non può essere più grande di %s\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"Limite email non può essere più grande dello spazio del hard disk\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\"Quota mail non può essere inferiore a %d. Ogni email dovrebbe avere un \"\n\"minimo di 1 MiB come spazio.\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\"Il valore della quota email non può essere illimitato. Il valore massimo è \"\n\"di %d MiB.\"\n\nmsgid \"Mail usage\"\nmsgstr \"Utilizzo Mail\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"Le informazioni sulla quota delle email sono state sincronizzate.\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Visibilità etichette nel menù principale aggiornato con successo.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Messaggio di manutenzione\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Modalità manutenzione\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Viene attivata la modalità di manutenzione. In questo modo, solo gli \"\n\"amministratori possono effettuare il login.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Impostazioni di manutenzione\"\n\nmsgid \"Male\"\nmsgstr \"Maschile\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Gestione SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"Gestisci certificato SSL\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Gestione utenti e gruppi htaccess\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Gestione utenti e gruppi\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Gestione aree protette, utenti e gruppi.\"\n\nmsgid \"Manual\"\nmsgstr \"Manuale\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"Indirizzi manuali catch-all\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Max numero tentantivi di accesso\"\n\nmsgid \"Max traffic\"\nmsgstr \"Traffico massimo\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\"La dimensione massima (%s) del file remoto è stata raggiunta. Il file remoto\"\n\" è %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\"La dimensione massima (%s) del file remoto è raggiunta. Il file remoto è %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Numero massimo di tentativi di validazione captcha\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\"Numero massimo di tentativi di validazione prima che intervengano le \"\n\"restrizioni\"\n\nmsgid \"Medium\"\nmsgstr \"Media\"\n\nmsgid \"Member of group\"\nmsgstr \"Membro del gruppo\"\n\nmsgid \"Memory information\"\nmsgstr \"Informazioni memoria\"\n\nmsgid \"Message\"\nmsgstr \"Messaggio\"\n\nmsgid \"Message template\"\nmsgstr \"Template del messaggio\"\n\nmsgid \"Message template info\"\nmsgstr \"Informazioni sul template del messaggio\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Manda un messaggio ai rivenditori prima di cancellare il software.\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Il file migrazione  %s non è leggibile\"\n\nmsgid \"Minute\"\nmsgstr \"Minuto\"\n\nmsgid \"Minutes\"\nmsgstr \"Minuti\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"Criteri di ricerca mancanti.\"\n\nmsgid \"Model\"\nmsgstr \"Modello\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Modifica in corso\"\n\nmsgid \"Month\"\nmsgstr \"Mese\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"Traffico del server mensile\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"Parametri di traffico mensile\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\"Le impostazioni del traffico del server sono state aggiornate correttamente.\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Limite di traffico mensile [Mib]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Il limite di traffico mensile deve essere un numero.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"Utilizzo del traffico mensile\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"La soglia di avvertimento per il traffico mensile non può essere maggiore \"\n\"del limite di traffico mensile.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"La soglia di avvertimento di traffico mensile deve essere un numero.\"\n\nmsgid \"Mount\"\nmsgstr \"Mount\"\n\nmsgid \"Mount point\"\nmsgstr \"Mount point\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\"I record di risorsa DNS NS sono consentiti solo per la delega della \"\n\"sottozona.\"\n\nmsgid \"Name\"\nmsgstr \"Nome\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Nome non può essere vuoto.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Interfaccia di rete (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Mai\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Nuovi dati utente SQL\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Nuovo ordine alias per {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"Dati di accesso spediti con successo a %s.\"\n\nmsgid \"New ticket\"\nmsgstr \"Nuovo ticket\"\n\nmsgid \"Next\"\nmsgstr \"Successivo\"\n\nmsgid \"Next step\"\nmsgstr \"Passo successivo\"\n\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Nessun indirizzo IP trovato.\"\n\nmsgid \"No account found.\"\nmsgstr \"Nessun account cliente trovato.\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"Messun logs Anti-Rootkits\"\n\nmsgid \"No available\"\nmsgstr \"No disponibile\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Nessun menù personalizzato trovato.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"Nessun dominio disponibile per l'istanza del nuovo software.\"\n\nmsgid \"No error found\"\nmsgstr \"Nessun errore rilevato\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Nessun file è stato caricato.\"\n\nmsgid \"No group found.\"\nmsgstr \"Nessun gruppo trovato.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Nessun piano di hosting disponibile.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"Nessuno account email è stato cancellato\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Nessun rivenditore disponibile per aggiungere i permessi.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Nessun rivenditore trovato con un'installazione software attiva!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"Nessun rivenditore trovato con le autorizzazioni per questo software.\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Nessun rivenditore trovato.\"\n\nmsgid \"No software available\"\nmsgstr \"Nessun software disponibile\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Nessun software nel repository web trovato!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"Nessun software disponibile nel deposito software!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Nessun software è in attesa di attivazione\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"Non sono state trovate statistiche per il periodo specificato. Provare un \"\n\"altro periodo.\"\n\nmsgid \"No update available\"\nmsgstr \"Nessun aggiornamento disponibile\"\n\nmsgid \"No used yet\"\nmsgstr \"Non ancora utilizzato\"\n\nmsgid \"No user found.\"\nmsgstr \"Nessun utente trovato.\"\n\nmsgid \"Normal\"\nmsgstr \"Normale\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"Normale & Inoltro\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"Normale & Account inoltro\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normale + Inoltro\"\n\nmsgid \"Normal account\"\nmsgstr \"Account normale\"\n\nmsgid \"Normal connection\"\nmsgstr \"Connessione normale\"\n\nmsgid \"Not Found\"\nmsgstr \"Non trovato\"\n\nmsgid \"Not found.\"\nmsgstr \"Non trovato.\"\n\nmsgid \"Not provided\"\nmsgstr \"Non fornito\"\n\nmsgid \"Not used\"\nmsgstr \"Non utilizzato\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\"Nota che in modalità manuale, l'interfaccia di rete e la maschera di \"\n\"sottorete sono solo indicativi.\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Non trovato\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Nessuna modifica effettuata\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Nessuna cancellazione effettuata\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Notifiche, Allarmi e Errori\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Sono accettati solo Archivi con estensione 'tar.gz'.\"\n\nmsgid \"Only exec\"\nmsgstr \"Solo esecuzione\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Solo i file della macchina oggetto gettext (file MO) sono accettati.\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Solo i numeri compresi tra 0 e 65535 sono permessi.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Sono permessi solo numeri positivi.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Solo gli archivi tar.gz e tar.bz2 sono supportati.\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Solo gli archivi tar.gz, tar.bz2 e zip sono accettati.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Ticket aperto\"\n\nmsgid \"Open tickets\"\nmsgstr \"Tickets aperti\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Operazione annullata: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Opzionale\"\n\nmsgid \"Order\"\nmsgstr \"Ordine\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Ordine cancellato con successo.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Ordine elaborato con successo.\"\n\nmsgid \"Other in\"\nmsgstr \"Altri in entrata\"\n\nmsgid \"Other out\"\nmsgstr \"Altri in uscita\"\n\nmsgid \"Other settings\"\nmsgstr \"Altre impostazioni\"\n\nmsgid \"Overview\"\nmsgstr \"Panoramica\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"Opzione di configurazione PHP %s\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"Opzioni di configurazione PHP\"\n\nmsgid \"PHP Editor\"\nmsgstr \"Editor PHP\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"Estensione PHP GD non caricata.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"Permessi PHP\"\n\nmsgid \"PHP Settings\"\nmsgstr \"Impostazioni PHP\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"Configurazione PHP in programma per l'aggiornamento.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"Valori PHP direttivi\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"Funzione PHP eseguibile ()\"\n\nmsgid \"PHP settings\"\nmsgstr \"Impostazioni PHP\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP in entrata\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP in uscita\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Traffico POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Azioni pacchetto\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Pacchetto esistente nel deposito rivenditore!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Pacchetto esistente nel deposito del software!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Pacchetto esistente nel repository software!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Pacchetto esistente nel repository software!\"\n\nmsgid \"Package install type\"\nmsgstr \"Tipo di installazione del pacchetto\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Pacchetto installato con successo!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"Pacchetto installato con successo ... In attesa di rilascio da admin!\"\n\nmsgid \"Package language\"\nmsgstr \"Lingua del pacchetto\"\n\nmsgid \"Package name\"\nmsgstr \"Nome pacchetto\"\n\nmsgid \"Package title\"\nmsgstr \"Titolo pacchetto\"\n\nmsgid \"Package type\"\nmsgstr \"Tipo pacchetto\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Pacchetto fornitore HP\"\n\nmsgid \"Package version\"\nmsgstr \"Versione del pacchetto\"\n\nmsgid \"Panel default language\"\nmsgstr \"Lingua di default del pannellol\"\n\nmsgid \"Parent directory\"\nmsgstr \"Directory superiore\"\n\nmsgid \"Partition\"\nmsgstr \"Partizione\"\n\nmsgid \"Password\"\nmsgstr \"Password\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Conferma password\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"La password contiene dei caratteri non permessi.\"\n\nmsgid \"Password email\"\nmsgstr \"Password dell'email\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Password mancate\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Lunghezza minima password\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"La password deve contenere lettere e numeri.\"\n\nmsgid \"Password settings\"\nmsgstr \"Configurazione password\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Password aggiornata con successo.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Le password non corrispondono.\"\n\nmsgid \"Path\"\nmsgstr \"Percorso\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Operazioni pendenti\"\n\nmsgid \"Percent\"\nmsgstr \"Percentuale\"\n\nmsgid \"Permissions\"\nmsgstr \"Permessi\"\n\nmsgid \"Personal data\"\nmsgstr \"Dati personali\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"Dati personali aggiornati con successo.\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personalizza il template\"\n\nmsgid \"Phone\"\nmsgstr \"Telefono\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Attivare la nuova password i-MSCP\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"Scegliere un utente htaccess.\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"Scegliere un utente htaccess o un gruppo htaccess.\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Per favore conferma la password.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Per favore contatta l'amministratore!<br>Chiedigli l'autorizzazione per \"\n\"utilizzare questo pacchetto.<br>Non è consentito caricare questo pacchetto \"\n\"due volte.<br>Ricarica il tuo sito per visualizzare il nuovo stato!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"Per favore modifica il tuo messaggio automatico sotto\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Inserire un nome per l'area protetta.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Inserisci una password.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Per favore inserisci un utente SQL\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Per favore inserisci un username\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Per favore inserisci il path dell'area protetta\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"Inserisci il tuo messaggio automatico sotto\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Selezionare un'altra directory. %s ( %s ) è installato.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Inserire il contenuto del messaggio.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Specificare l'oggetto del messaggio.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Inserire il nome del database.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Scrivi il tuo messaggio.\"\n\nmsgid \"Plugin\"\nmsgstr \"Plugin\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Plugin %s attivato\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Plugin %s non può essere abilitato.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Plugin %s non può essere disattivato.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Plugin %s non può essere cancellato.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Plugin %s non può essere installato.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Plugin %s non può essere protetto.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"Plugin %s non può essere riconfigurato.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Plugin %s non può essere disinstallato.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Plugin %s non può essere aggiornato.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Plugin %s disattivato.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Plugin %s cancellato.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Plugin %s installato.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Il plugin %s è protetto.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Plugin %s protetto.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Plugin %s riconfigurato.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Il plugin %s è stato programmato per attivazione.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Il plugin %s è stato programmato per l'aggiornamento.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Plugin %s programmato per la disattivazione.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Il plugin %s è stato programmato correttamente per l'installazione.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Plugin %s programmato per la disinstallazione.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Il plugin %s è stato programmato correttamente per l'aggiornamento.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Plugin %s è stato disinstallato.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Plugin %s è stato aggiornato.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Gestore Plugin: Non è stato possibile cambiare il plugin %s: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Gestore Plugin: Non è stato possibile eliminare i files del plugin %s. \"\n\"Esegui lo script set-gui-permissions.pl e riprova di nuovo.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Gestore Plugin: Non è stato possibile caricare il plugin %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Gestore Plugin: Non è stato possibile disinstallare il plugin %s. Il plugin \"\n\"è stato bloccato da un altro plugin.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"Gestore Plugin: Non è stato possibile aggiornare il plugin %s: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\"Gestore Plugin: Non è stato possibile scrivere il file %s per i plugins \"\n\"protetti.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"Gestore Plugin: La directory %s non esiste o non è scrivibile\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"Plugin Manager: Downgrade per questo plugin %s non è permesso\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Gestore Plugin: Il plugin %s non è caricato\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Gestore Plugin: Plugin sconosciuto %s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"L'attivazione del plugin è fallita: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Archivio Plugin\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"L'archivio del plugin eccede la dimensione massima di caricamento\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"La modifica del plugin è fallita: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"La disattivazione del plugin è fallita: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"L'eliminazione del plugin è fallita: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Errori Plugin\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"Plugin è stato caricato con successo\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"L'installazione del plugin è fallita: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Errori Plugin\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"La lista dei plugin è vuota.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Gestione Plugin\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"La disinstallazione del plugin è fallita: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"L'aggiornamento del plugin è fallito: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Plugin Scaricati\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Plugins integrato in i-MSCP per estendere le sue funzionalità con \"\n\"caratteristiche personalizzate. I plugin sono sviluppati in modo \"\n\"indipendente dal nucleo applicazione i-MSCP da migliaia di sviluppatori in \"\n\"tutto il mondo. Potete trovare nuovi plugin da installare sfogliando la %s .\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"La lista dei plugin è stata corretamente aggiornata: %s nuovi plugin(s) \"\n\"trovati, %s plugin(s) aggiornati, %s plugin(s) modificati e %s plugin(s) \"\n\"eliminati.\"\n\nmsgid \"Port\"\nmsgstr \"Porta\"\n\nmsgid \"Preserve Host\"\nmsgstr \"Preserva Host\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Impedire accessi esterni per gli amministratori\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Impedire accessi esterni per i clienti\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Impedire accessi esterni per i rivenditori\"\n\nmsgid \"Previous\"\nmsgstr \"Precedente\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Prima di rimuovere questo amministratore, riassegna i suoi rivenditori ad un\"\n\" altro amministratore.\"\n\nmsgid \"Priority\"\nmsgstr \"Priorità\"\n\nmsgid \"Private key\"\nmsgstr \"Private key\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Private key o passphrase non valida\"\n\nmsgid \"Processing...\"\nmsgstr \"Elaborando...\"\n\nmsgid \"Processor data\"\nmsgstr \"Dati processore\"\n\nmsgid \"Profile\"\nmsgstr \"Profilo\"\n\nmsgid \"Properties\"\nmsgstr \"Proprietà\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\"Le proprietà per il rivenditore con ID %d non è stata trovato nel database\"\n\nmsgid \"Protect\"\nmsgstr \"Protetto\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"Proteggere gli account di posta predefiniti da modifiche e rimozione\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Proteggi questo plugin\"\n\nmsgid \"Protected\"\nmsgstr \"Protetto\"\n\nmsgid \"Protected area data\"\nmsgstr \"Dati area protetta\"\n\nmsgid \"Protected area name\"\nmsgstr \"Nome area protetta\"\n\nmsgid \"Protected area path\"\nmsgstr \"Path area protetta\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\"L'aggiunta della protezione dell'area è stata programmata con successo.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\"L'eliminazione della protezione dell'area è stata programmata con successo.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\"L'aggiornamento della protezione dell'area è stata programmata con successo.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Aree protette\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocollo\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"Quota in MB (0 illimitata)\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Quota in MiB (Massimo: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"Quota\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Leggi ticket\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Ricostruisci l'indice delle lingue\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Riconfigurazione in corso...\"\n\nmsgid \"Record data\"\nmsgstr \"Dati del record\"\n\nmsgid \"Redirect\"\nmsgstr \"Redirect\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\"Redistribuisci lo spazio assegnato e non utilizzato alle altre caselle di \"\n\"posta\"\n\nmsgid \"Registration date\"\nmsgstr \"Data di registrazione\"\n\nmsgid \"Relative weight\"\nmsgstr \"Peso relativo\"\n\nmsgid \"Release date\"\nmsgstr \"Data release \"\n\nmsgid \"Release description\"\nmsgstr \"Descrizione release\"\n\nmsgid \"Release version\"\nmsgstr \"Versione release\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Repository software Web remoto\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"File remoto non trovato.\"\n\nmsgid \"Remove\"\nmsgstr \"Rimuovere\"\n\nmsgid \"Remove IP\"\nmsgstr \"Rimuovi indirizzo IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Rimuovi permessi\"\n\nmsgid \"Reopen\"\nmsgstr \"Riapri\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Riapri ticket\"\n\nmsgid \"Repeat password\"\nmsgstr \"Ripeti la Password\"\n\nmsgid \"Reply\"\nmsgstr \"Rispondi\"\n\nmsgid \"Reply-To email\"\nmsgstr \"Reply-To email\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"Reply-To email non è presente.\"\n\nmsgid \"Reply-To name\"\nmsgstr \"Nome Reply-To\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\"Tempo scaduto per la richiesta: Il server ha impiegato troppo tempo per \"\n\"inviare i dati.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Richiede database?\"\n\nmsgid \"Reseller\"\nmsgstr \"Rivenditore\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Rivenditore / Clienti / Aggiungi clienti\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Rivenditore / Clienti / Aggiungi Clienti - Prossimo Step\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Rivenditore / Clienti / Circolare\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Rivenditore / Clienti / Alias di dominio\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Rivenditore / Clienti / Password dell'email dimenticata\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Rivenditore / Clienti / Panoramica\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Rivenditore / Clienti / Panoramica / Dettagli Dominio\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Rivenditore / Clienti / Panoramica / Modifica clienti\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Rivenditore / Clienti / Panoramica / Modifica Dominio\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Rivenditore / Clienti / Email di benvenuto\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Rivenditori / Domini / Aggiungi alias di dominio\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Rivenditori / Domini / Modifica alias di dominio\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Rivenditore / Generale / Presentazione\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Rivenditore / Generale / Aggiornamento Software\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Rivenditore / Piani di Hosting / Aggiungi piano di hosting\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Rivenditore / Piani di Hosting / Panoramica\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Rivenditore / Profilo / Riepilogo account\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Rivenditore / Profilo / Lingua\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Rivenditore / Profilo / Layout\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Rivenditore / Profilo / Password\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Rivenditore / Profilo / Dati Personali\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Rivenditore / Statistiche / Indirizzo IP utilizzato\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Rivenditore / Statistiche / Panoramica\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\"Rivenditore / Statistiche / Panoramica /  {USERNAME} Statistiche Cliente\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Rivenditore / Assistenza / Ticket chiusi\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Rivenditore / Assistenza / Nuovo Ticket\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Rivenditore / Assistenza / Apri Ticket\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Rivenditore / Assistenza / Visualizza Ticket\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Rivenditore / Piani di Hosting / Modifica Piano di Hosting\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Nome rivenditore\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Rivenditore e cliente\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Livelli rivenditori e clienti\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Assegna rivenditore\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Consumo del rivenditore\"\n\nmsgid \"Reseller data\"\nmsgstr \"Dati del rivenditore\"\n\nmsgid \"Reseller level\"\nmsgstr \"Livello del rivenditore\"\n\nmsgid \"Reseller list\"\nmsgstr \"Lista rivenditori\"\n\nmsgid \"Reseller name\"\nmsgstr \"Nome del rivenditore\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Lista dei rivenditori di software\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Statistiche rivenditore\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Rivenditore aggiunto con successo.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Totale rivenditore\"\n\nmsgid \"Reseller users\"\nmsgstr \"Rivenditori\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Rivenditore con permessi totali\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Layout del rivenditore aggiornato con successo.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Statistiche di utilizzo Rivenditori/IP\"\n\nmsgid \"Resellers\"\nmsgstr \"Rivenditori\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Rivenditori e utenti\"\n\nmsgid \"Reset\"\nmsgstr \"Azzera\"\n\nmsgid \"Restore\"\nmsgstr \"Ripristina\"\n\nmsgid \"Restore backup\"\nmsgstr \"Ripristina il backup\"\n\nmsgid \"Rights\"\nmsgstr \"Permessi\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Permessi aggiunti con successo.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Permessi rimossi con successo.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP in entrata\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP in uscita\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Traffico SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"Database SQL\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"Limite al database SQL è disattivato, ma limite utente SQL non lo è.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"Il limite del database SQL non è <i> disabilitato </ i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"Database SQL creato con successo.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"Database SQL eliminato con successo.\"\n\nmsgid \"SQL databases\"\nmsgstr \"Database SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"Limite database SQL\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"Il limite degli utente SQL è disabilitato.\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"Il limite degli utente SQL non è stato disabilitato.\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\"Hai un limite imposto per i database SQL. Non puoi creare un utente che non \"\n\"ha limiti per i database SQL.\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Solo database SQL\"\n\nmsgid \"SQL user\"\nmsgstr \"Utente SQL\"\n\nmsgid \"SQL user host\"\nmsgstr \"Utente SQL\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"Il limite degli utente SQL è <i> disabilitato </ i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"Limite utente SQL è disattivato, ma il limite al database di SQL non lo è.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"Il limite degli utente SQL è disabilitato.\"\n\nmsgid \"SQL user name\"\nmsgstr \"Nome dell'utente SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"Password utente Sql\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"Password dell'utente SQL aggiornata con successo.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"SQL user prefisso/suffisso\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"Utente SQL aggiunto con successo.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"Utente SQL eliminato con successo.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"La username del utente SQL è troppo lunga\"\n\nmsgid \"SQL users\"\nmsgstr \"Utenti SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"Limite utenti SQL\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"Il limite degli utente SQL è disabilitato.\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"Hai un limite imposto per i database SQL. Non puoi creare un utente .\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"Il Certificato è stato schedato con successo per l'aggiunta.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"Il Certificato è stato schedato con successo per l'eliminazione.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"Il Certificato è stato schedato con successo per l'aggiornamento.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"La funzione SSL è abilitata. Puoi soltato vedere i tuoi certificati\"\n\nmsgid \"SSL status\"\nmsgstr \"Stato SSL\"\n\nmsgid \"Save\"\nmsgstr \"Salva\"\n\nmsgid \"Search\"\nmsgstr \"Cerca\"\n\nmsgid \"Sec.\"\nmsgstr \"Sec.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Connessione sicura\"\n\nmsgid \"Security code\"\nmsgstr \"Codice di sicurezza\"\n\nmsgid \"Security code has expired\"\nmsgstr \"Il codice di sicurezza è scaduto\"\n\nmsgid \"Select group\"\nmsgstr \"Seleziona gruppo\"\n\nmsgid \"Select your own document root\"\nmsgstr \"Seleziona la tua document root\"\n\nmsgid \"Send\"\nmsgstr \"Invia\"\n\nmsgid \"Send circular\"\nmsgstr \"Invia circolare\"\n\nmsgid \"Send message\"\nmsgstr \"Invia messaggio\"\n\nmsgid \"Send message to\"\nmsgstr \"Invia il messaggio a\"\n\nmsgid \"Send reply\"\nmsgstr \"Invia la risposta\"\n\nmsgid \"Send to\"\nmsgstr \"Invia a\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Manca il nome del mittente\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\"Puoi separare più indirizzi email con uno spazio, una virgola o una \"\n\"interruzione di linea.\"\n\nmsgid \"Server ports\"\nmsgstr \"Porte del server\"\n\nmsgid \"Server statistics\"\nmsgstr \"Statistiche server\"\n\nmsgid \"Server status\"\nmsgstr \"Stato del server\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Servizio non disponibile\"\n\nmsgid \"Service is not running\"\nmsgstr \"Servizio non attivo\"\n\nmsgid \"Service is running\"\nmsgstr \"Servizio attivo\"\n\nmsgid \"Service name\"\nmsgstr \"Nome del servizio\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"Il nome servizio  non può essere lungo più di 25 caratteri.\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"La porta del servizio è stata aggiornata con successo.\"\nmsgstr[1] \"La porta del servizio %d è stato aggiornata correttamente\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Porta di servizio aggiunta con successo\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Porta di servizio rimossa con successo.\"\n\nmsgid \"Service ports\"\nmsgstr \"Porte di servizio\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protocollo servizio\"\n\nmsgid \"Service statuses\"\nmsgstr \"Stato dei servizi\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"Errore: nome del servizio già esistente.\"\n\nmsgid \"Sessions\"\nmsgstr \"Sessioni\"\n\nmsgid \"Settings\"\nmsgstr \"Impostazioni\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Settaggi salvati.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Punto di montaggio condiviso\"\n\nmsgid \"Show\"\nmsgstr \"Mostra\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Mostra %s righe per pagina\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Visualizza il certificato SSL.\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"Mostra gli indirizzi email di default\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Mostra le statistiche dettagliate per questo rivenditore\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Mostra le statistiche dettagliate per questo utente\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"Mostra gli alias di domini\"\n\nmsgid \"Show in\"\nmsgstr \"Mostra in\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Mostra etichette per i principali link del menu\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Visualizzazione %s di %s di %s record\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Risultati 0-0 di 0 record\"\n\nmsgid \"Size\"\nmsgstr \"Dimensioni\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"Software disponibile\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Software cancellato.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Software deposito di upload\"\n\nmsgid \"Software details\"\nmsgstr \"Dettagli del software\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Il software è stato cancellato.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Software è stato importato con successo.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Software in archivio\"\n\nmsgid \"Software installation\"\nmsgstr \"Installazione software\"\n\nmsgid \"Software installer\"\nmsgstr \"Installazione del software\"\n\nmsgid \"Software installer options\"\nmsgstr \"Opzioni installazione del software\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Opzioni installazione del software aggiornate con successo.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"L'istanza software è stata pianificata per l'installazione\"\n\nmsgid \"Software management\"\nmsgstr \"Software di gestione\"\n\nmsgid \"Software name\"\nmsgstr \"Nome software\"\n\nmsgid \"Software not found!\"\nmsgstr \"Software non trovato!\"\n\nmsgid \"Software options\"\nmsgstr \"Opzioni software\"\n\nmsgid \"Software permissions\"\nmsgstr \"Permessi Software\"\n\nmsgid \"Software repository\"\nmsgstr \"Magazzino software\"\n\nmsgid \"Software status\"\nmsgstr \"Stato del Software\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Software aggiunto per l'eliminazione\"\n\nmsgid \"Software total\"\nmsgstr \"Totale Software\"\n\nmsgid \"Software upload\"\nmsgstr \"Carica Software\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Il software è stato attivato.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Il software è stato cancellato.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Software-Sinonimo\"\n\nmsgid \"Software-Version\"\nmsgstr \"Software-Versione\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Deposito Software\"\n\nmsgid \"Start installation\"\nmsgstr \"Avviare l'installazione\"\n\nmsgid \"State/Province\"\nmsgstr \"Stato/Provincia\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistiche\"\n\nmsgid \"Status\"\nmsgstr \"Stato\"\n\nmsgid \"Street 1\"\nmsgstr \"Indirizzo 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Indirizzo 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Password complesse\"\n\nmsgid \"Subdomain\"\nmsgstr \"Sottodomini\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Sottodominio %s già esistente.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Sottodominio %s non può essere inoltrato a sè stesso.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"Sottodominio %s non è disponibile.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Alias sottodominio\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Errori alias sottodominio\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Errori Sottodominio\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Nome sottodominio\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Il nome del sottodominio non è valido.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Sottodominio pianificato per l'eliminazione.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Sottodominio programmato correttamente per l'aggiunta.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Sottodominio programmato con successo per l'aggiornamento\"\n\nmsgid \"Subdomains\"\nmsgstr \"Sottodomini\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"Limite sottodominio\"\n\nmsgid \"Subject\"\nmsgstr \"Oggetto\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Il soggetto è mancante.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Applica modifiche\"\n\nmsgid \"Support\"\nmsgstr \"Supporto\"\n\nmsgid \"Support system\"\nmsgstr \"Sistema di supporto\"\n\nmsgid \"Swap\"\nmsgstr \"Scambio\"\n\nmsgid \"Switch\"\nmsgstr \"Passare\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Passare alla directory di backup\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Passa a interfaccia utente\"\n\nmsgid \"Sync quota info\"\nmsgstr \"Sincronizza info quota\"\n\nmsgid \"System\"\nmsgstr \"Info di sistema\"\n\nmsgid \"System data\"\nmsgstr \"Dati di Sistema\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\"Errore di sistema - la pagina di errore personalizzata non è stato \"\n\"aggiornata.\"\n\nmsgid \"System information\"\nmsgstr \"Informazioni di sistema\"\n\nmsgid \"System tools\"\nmsgstr \"Strumenti di Sistema\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Sistema in manutenzione\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Obiettivo\"\n\nmsgid \"Target domain\"\nmsgstr \"Dominio di destinazione\"\n\nmsgid \"Target port\"\nmsgstr \"Porta di destinazione\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"Porta di destinazione deve essere un numero.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Cartella temporanea non trovata.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"Il campo `%s` non può essere vuoto.\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"The %s field cannot have both unquoted strings and quoted strings.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\"Il limite %s per questo cliente non può essere più grande di %d, il tuo \"\n\"limite calcolato.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"Il limite %s per questo cliente non può essere più piccolo di %d, il totale \"\n\"di %s è già utilizzato.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"Il limite %s per questo cliente non può essere impostato a 'disabilitato' \"\n\"perché ha già %d %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"La %s limite per questo cliente non può essere illimitata, perché tu sei \"\n\"limitato per questo servizio.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\"Il plugin %s versione %s non è compatibile con questa  versione di di \"\n\"i-MSCP.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\"Il file di traduzione %s è stato ignorato: tabella di traduzione vuota\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"Il campo `%s` non può essere vuoto.\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"Il nome utente %s non è valido.\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\"La modalità DEBUG è attualmente abilitata, rendendo non disponibili le \"\n\"risorse di cache.\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\"Il server Telnet è attualmente in esecuzione sul server. Questo servizio \"\n\"legacy non è sicuro.\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"Il nome utente %s non è disponibile o non permesso\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"Il nome della città deve essere compreso tra %de %d caratteri.\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"Il nome dell'azienda deve essere compreso tra %de %d caratteri.\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"La configurazione dei parametri sono stati aggiornati.\"\nmsgstr[1] \"%d parametri sono stati aggiornati.\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"La nazione deve essere compreso tra %de %d caratteri.\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"La directory %s non esiste. Si prega di crearla.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"Il dominio è attualmente disattivato. La modifica di alcune sue proprietà \"\n\"risulterà da una riattivazione completa o parziale di essa.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"Il dominio o almeno uno dei suoi soggetti ha uno stato diverso da 'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"Il dominio che stai provando a modificare non esiste.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"Indirizzo email non può essere vuoto\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"Il numero del fax deve essere compreso tra %de %d caratteri.\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"Il nome  deve essere compreso tra %de %d caratteri.\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"Il cognome deve essere compreso tra %de %d caratteri.\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"Il menù che state provando a modificare non esiste.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\"La nuova radice documenti deve pre-esistere all'interno della directory \"\n\"/htdocs.\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"Il pacchetto è danneggiato. Si prega di correggerlo.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Il pacchetto sarà installato automaticamente nel tuo sistema dopo il \"\n\"caricamento.<br>Ricarica il tuo sito per vedere il nuovo stato!\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"La password non può essere vuota.\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"La password contiene dei caratteri non permessi.\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Il campo della password è vuoto\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"La password deve essere compresa tra %de %d caratteri.\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"La password può contenere lettere e numeri.\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"Il telefono deve essere compreso tra %de %d caratteri.\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"La chiave privata non appartiene al certificato SSL fornito.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\"La dimensione del file remoto (%s) è inferiore a 1 byte. Per favore \"\n\"controlla l'URL.\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"Il rivenditore che vuoi rimuovere ha uno o più account clienti. Per favore \"\n\"prima rimuovili.\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"Lo stato/provincia deve essere compreso tra %de %d caratteri.\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"Indirizzo 1 deve essere compreso tra %de %d caratteri.\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"Indirizzo 2 deve essere compreso tra %de %d caratteri.\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"Il file caricato è stato caricato solo parzialmente.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"Nome non può essere vuoto.\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Il campo del nome utente è vuoto\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"Il nome utente deve essere compreso tra %de %d caratteri.\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"Il valore è stato trovato nello stack\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"Il valore non è stato trovato nello stack\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"I valori non devono essere uguali\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"Il cap deve essere compreso tra %d e %d caratteri.\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"Non ci sono ancora porte di servizio.\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"C'è un Errore all'interno del tuo pacchetto. Per favore \"\n\"controllalo!<br>Ricarica il tuo sito per visualizzare il nuovo stato!\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"Non ci sono operazioni pendenti. Operazione annullata.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"Questo pacchetto (%s, V%s) è stato eliminato dal tuo rivenditore. puoi \"\n\"solamente disinstallare questo pacchetto!<br>Per favore cancella i files ed \"\n\"il database per questo pacchetto manualmente!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Questo database sarà eliminato permanentemente. Questo processo non è \"\n\"recuperabile. Tutti gli utenti collegati a questo database, se non collegati\"\n\" ad altri database, saranno eliminati. Sei certo di voler eliminare il \"\n\"database '%s'?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Questo htaccess group già esiste\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Questo htaccess utente già esiste.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"Questa interfaccia permette di aggiungere o rimuovere indirizzi IP.\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Questo è l'Host dal quale questo utente SQL deve essere in grado di \"\n\"connettersi al server SQL. Inserisci il carattere jolly %s per permettere a \"\n\"questo utente SQL di connettersi da qualsiasi Host.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\"Questo account di posta è protetto contro la modifica e la cancellazione.\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\"Questo pacchetto esiste già nel repository software di amministratore.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"Questo pacchetto esiste già nel deposito del rivenditore \\\"%1$s\\\"!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"Questo pacchetto è già presente nel repository software!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Questo pacchetto esiste già nel repository software.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Questo pacchetto è installato sul seguente dominio:\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Questo pacchetto non è installato\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Questo pacchetto non è ancora installato\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Questo software è installato sul seguente dominio:\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\"Questo utente ha record di dominio. Prima rimuovi il dominio dla sistema.\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Informazione ticket\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Ticket chiuso con successo.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Ticket eliminato con successo.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Ticket riaperto con successo.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Il ticket con id '%d' non è stato trovato.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\"Per rimuovere la protezione di questo plugin, è necessario modificare il %s \"\n\"del file\"\n\nmsgid \"Total\"\nmsgstr \"Totale\"\n\nmsgid \"Total Domains\"\nmsgstr \"Totale domini\"\n\nmsgid \"Total Software\"\nmsgstr \"Software Totale\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Totale repository software del Web\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"Totale account: %s / %s\"\n\nmsgid \"Total installations\"\nmsgstr \"Installazioni totali\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Totale dei pacchetti nel repository software del Web\"\n\nmsgid \"Total reseller\"\nmsgstr \"Rivenditori Totali\"\n\nmsgid \"Total software\"\nmsgstr \"Software totale\"\n\nmsgid \"Traffic\"\nmsgstr \"Traffico\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Statistiche traffico\"\n\nmsgid \"Translated strings\"\nmsgstr \"Stringhe tradotte\"\n\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgid \"UP\"\nmsgstr \"Su\"\n\nmsgid \"URL forwarding\"\nmsgstr \"Inoltro URL\"\n\nmsgid \"URL port\"\nmsgstr \"Porta url\"\n\nmsgid \"URL protocol\"\nmsgstr \"Protocollo URL\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL per accedere al pannello di amministratore\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Impossibile chiudere il ticket con Id '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Impossibile creare ' %s' directory per file di lingua.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Impossibile creare la directory 'LC_MESSAGES' per i file di lingua.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Impossibile cancellare il file info i-MSCP\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\"Impossibile ottenere l'elenco degli indirizzi IP. Si prega di risolvere \"\n\"questo problema.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Impossibile ottenere informazioni di aggiornamento da Github\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Impossibile caricare il file info i-MSCP\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Non è possibile spostare il file.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Impossibile leggere il file indice del repository software web.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Impossibile leggere il file %s\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"Impossibile leggere i file del plugin %s. Per favore controlla i permessi\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Impossibile leggere il file XML per il software web.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Non è possibile riaprire il ticket con id '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Impossibile schedulare  cancellazione dell'account cliente. Un messaggio è \"\n\"stato inviato all'amministratore.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Impossibile shedulare la cancellazione dell'account cliente. Si prega di \"\n\"consultare i log di amministratore o la vostra mail per ulteriori \"\n\"informazioni.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Impossibile impostare l'opzione sslallowselfsigned\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Impossibile impostare l'opzione sslverifypeer\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"Impossibile caricare il file. Hai raggiunto la massima capacità di \"\n\"caricamento del file ( %1$d MB)?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\"Porta non permessa nell'URL di inoltro. Sono permesse unicamente porte \"\n\"maggiori di 1024.\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Non autorizzato\"\n\nmsgid \"Unavailable\"\nmsgstr \"Non disponibile\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\"Quota non consentita trovata nel campo '%s'. Una quote  che non è il \"\n\"delimitatore di stringa deve essere sfuggito.\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Si è verificato un errore inaspettato\"\n\nmsgid \"Uninstall\"\nmsgstr \"Disintallata\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Disinstalla questo plugin\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Disinstallazione in corso...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Disinstallato\"\n\nmsgid \"Unknown\"\nmsgstr \"Sconosciuto\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Errore sconosciuto\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"Database `%s' sconosciuto . Il database deve esistere.\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Azione richiesta  sconosciuta.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Azione sconosciuta: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Tipo di rilevamento bruteforce sconosciuto: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Nome linguaggio sconosciuto.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Sconosciuto colore layout.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Ragione sconosciuta.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Il nome '%s' non è un nome di servizio valido.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Stato sconosciuto\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Tipo sconosciuto.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Username sconosciuto.\"\n\nmsgid \"Update\"\nmsgstr \"Aggiorna\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Aggiorna Plugins\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Aggiorna password Utente SQL\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Aggiornamento dal repository software Web\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Aggiorna da deposito Web\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Aggiornamento in corso...\"\n\nmsgid \"Update info\"\nmsgstr \"Aggiorna Info\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"L'aggiornamento dell'indice del repository software Web è stato interrotto. \"\n\"Manca o campi vuoti.\"\n\nmsgid \"Update password\"\nmsgstr \"Aggiornamento password\"\n\nmsgid \"Updates\"\nmsgstr \"Aggiornamenti\"\n\nmsgid \"Upload\"\nmsgstr \"Carica\"\n\nmsgid \"Upload logo\"\nmsgstr \"Upload del logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Carica file adesso\"\n\nmsgid \"Uptime\"\nmsgstr \"Tempo di attività\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"L'uso di punti in un nome di dominio non è consentita.\"\n\nmsgid \"Usage status\"\nmsgstr \"Stato di Utilizzo\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Usa normale connessione (No SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Usa connessione sicura (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Utilizzato\"\n\nmsgid \"Used database\"\nmsgstr \"Utilizzo database\"\n\nmsgid \"User\"\nmsgstr \"Utente\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Nome (e cognome) dell'utente\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"I dati utente non sono stati aggiornati.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"I dati utente sono stati aggiornati con successo.\"\n\nmsgid \"User errors\"\nmsgstr \"Errori Utente\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"L'utente non è stato eliminato.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Nome utente di Login (sistema)\"\n\nmsgid \"User password\"\nmsgstr \"Password utente\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Nome e Cognome utente\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Utente preparato per l'eliminazione.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Sessione Utente distrutta con successo.\"\n\nmsgid \"User statistics\"\nmsgstr \"Statistiche Cliente\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Utente disconnesso con successo.\"\n\nmsgid \"User type\"\nmsgstr \"Tipo utente\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Tipologia utente (admin, rivenditore, utente)\"\n\nmsgid \"Username\"\nmsgstr \"Nome utente\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Nome utente e password per accedere all'applicazione\"\n\nmsgid \"Users\"\nmsgstr \"Utenti\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"Valore per la direttiva PHP %%s deve essere tra %%d e %%d.\"\n\nmsgid \"Values\"\nmsgstr \"Valori\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Homepage fornitore\"\n\nmsgid \"Version\"\nmsgstr \"Versione\"\n\nmsgid \"Very high\"\nmsgstr \"Molto alta\"\n\nmsgid \"View\"\nmsgstr \"Visualizza\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Visualizza Certificato SSL\"\n\nmsgid \"View ticket\"\nmsgstr \"Visualizza ticket\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Visita il sito del plug-in\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Traffico Web\"\n\nmsgid \"Warning!\"\nmsgstr \"Attenzione!\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Warnings e Errori\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Ci scusiamo, ma il sistema è attualmente in manutenzione.\\n\"\n\"Per piacere prova più tardi.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Statistiche Web\"\n\nmsgid \"Web files only\"\nmsgstr \"Solo file Web\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Protezione cartella Web\"\n\nmsgid \"Web in\"\nmsgstr \"Web in entrata\"\n\nmsgid \"Web out\"\nmsgstr \"Web in uscita\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Totale dei pacchetti software Web depositati\"\n\nmsgid \"Web software repository\"\nmsgstr \"Deposito Software Web\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"L'indice del deposito software Web è stato aggiornato con successo.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"L'indice del deposito software Web è già aggiornato.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Statistiche Web\"\n\nmsgid \"Web traffic\"\nmsgstr \"Traffico web\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Strumenti Web\"\n\nmsgid \"Welcome email\"\nmsgstr \"Email di benvenuto\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"Il template del messaggio di benvenuto è stato aggiornato.\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Benvenuto {USERNAME} su i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\"Se impostato su 'si', i tuoi scripts PHP potranno chiamare la funzione \"\n\"exec().\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\"Se impostato su 'Auto', l'indirizzo IP verrà configurato automaticamente.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\"Se impostato su 'Manuale', la configurazione viene eseguita \"\n\"dall'amministratore.\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Indirizzo IP errato oppure non autorizzato.\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Maschera di sottorete errata oppure non autorizzata.\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"ID rivenditore sbagliato.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Codice si sicurezza non valido\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"ID software errato.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Sintassi sbagliata per la nuova data di scadenza.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Sintassi sbagliata per il limite %s.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Sintassi sbagliata per il valore di quota posta.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Inserito livello utente errato.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Username sbagliato.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"URL del file XML per il repository del software Web\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Anno\"\n\nmsgid \"Yes\"\nmsgstr \"Sì\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Stai superando il limite di traffico mensile del server.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"Stai superando il limite di alias dominio.\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"Stai superando il limite di account FTP.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"Stai superando il limite di database SQL.\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"Stai superando il limite di database SQL.\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Stai superando il limite di spazio su disco.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"Stai superando il limite di account di posta elettronica.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Stai superando i limite di traffico mensile.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"Tu stai superando i limiti del tuo sottodominio.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"Non si è autorizzati ad agire sulla propria sessione.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"Puoi disattivare il  DEBUG nel file  /etc/imscp/imscp.conf .\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Puoi caricare solamente immagini.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"È possibile selezionare il numero di indirizzi desiderati.\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"Puoi impostare una document root differente. è necessario se utilizzi un \"\n\"framework PHP come ad esempio Symfony. Nota che la nuova document root sarà \"\n\"all'interno della directory `/htdocs' standard. Attenzione, la nuova \"\n\"directory per la nuova document root dovrà essere creata preventivamente.\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\"Non puoi aggiungere un altro account email. Hai già assegnato tutti lo \"\n\"spazio disponibile ad altri account email. Per procedere oltre, devi \"\n\"rivedere le tue precedenti assegnazioni di quote.\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\"Non è possibile creare nuove cassette postali per questo dominio. Sono \"\n\"consentiti solo gli account di inoltrato.\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"Non puoi eliminare un rivenditore che ha account clienti.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"Non puoi eliminare l'amministratore principale.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Non puoi eliminare l'ultimo indirizzo IP attivo.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"Non è possibile inoltrare %s a se stesso.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\"Non puoi aggiungere un altro account email. Hai già assegnato tutti lo \"\n\"spazio disponibile ad altri account email. Per procedere oltre, devi \"\n\"rivedere le tue precedenti assegnazioni di quote.\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"Non puoi rimuovere un indirizzo IP che è assegnato ad un rivenditore.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"Non è possibile impostare una data di scadenza passata.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"Non puoi disassegnare un indirizzo IP ancora in uso. \"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"Non puoi aggiornare un plugin protetto.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"Tu non hai nessun record DNS\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Non hai un account FTP.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Finora non hai caricato alcun software\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"Non si dispone di database.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Non possiedi nessun alias di dominio.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"Non si dispone delle autorizzazioni per caricare il software\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Non si dispone di aree protette.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Non avete sottodomini.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\"Hai un limite imposto per i conti utente FTP. Non puoi creare un utente che \"\n\"non ha limiti per i conti utente FTP.\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\"Hai un limite imposto per i database SQL. Non puoi creare un utente che non \"\n\"ha limiti per i database SQL.\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\"Hai un limite imposto per i database SQL. Non puoi creare un utente che non \"\n\"ha limiti per i database SQL.\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"Hai un limite imposto per lo spazio su disco. Non puoi creare un utente che \"\n\"non ha limiti per lo spazio su disco.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\"Hai un limite imposto per gli alias di dominio. Non puoi creare un utente \"\n\"che non ha limiti per gli alias di dominio.\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\"Disponi di un numero limitato di account di posta elettronica. Non puoi \"\n\"aggiungere un utente con account illimitati.\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"Hai un limite imposto per il traffico mensile. Non puoi creare un utente che\"\n\" non ha limiti per il traffico mensile.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"Hai  nuove risposte alle tue richieste di assistenza.\"\nmsgstr[1] \"Hai %d nuove risposte alle tue richieste di assistenza.\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"Hai un nuovo ordine di alias di dominio\"\nmsgstr[1] \"Hai %d nuovi ordini per degli alias di dominio.\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"Hai un nuovo ticket di supporto\"\nmsgstr[1] \"Hai %d nuove richieste di assistenza.\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\"Hai un limite imposto per i sottodomini. Non puoi creare un utente che non \"\n\"ha limiti per i sottodomini.\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"Sei stato bloccato per %s minuti.\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Sei stato disconnesso.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"Hai disabilitato i dabaseses SQL per questo utente. Non puoi avere utenti \"\n\"SQL qui.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Non ci sono ticket chiusi.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Non hai nessun gruppo.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Non ci sono ticket aperti.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Hai raggiunto il numero massimo di alias di dominio consentiti dal tuo \"\n\"abbonamento.\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Hai raggiunto il numero massimo di account email consentito dal tuo \"\n\"abbonamento.\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Hai raggiunto il numero massimo di sottodomini consentiti dal tuo \"\n\"abbonamento.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\"Hai raggiunto il limite per i tuoi domini. Non ne puoi aggiungere di nuovi.\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Devi scegliere tra file upload e funzione wget.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"Devi assegnare almeno un indirizzo IP a questo rivenditore.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"È necessario scegliere tra il caricamento locale e quello remoto.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"È necessario confermare la password.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"È necessario inserire un nome di alias di dominio.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"È necessario inserire un sottodominio.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"Devi prima creare un utente.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"Devi prima generare una password cliccando sul bottone apposito.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Devi selezionare un file per l'upload.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Devi selezionare un file per l'upload/download.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"È necessario selezionare almeno un indirizzo catch-all.\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\"È necessario selezionare almeno un account di posta elettronica da \"\n\"eliminare.\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"È necessario selezionare almeno un plugin.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Devi specificare un messaggio.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Devi specificare un oggetto.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"Devi attendere %s minuti prima del prossimo tentativo\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"Dovresti abilitare questa direttiva soltanto se tutti i sottodomini di \"\n\"questo dominio sono serviti tramite SSL. Nota che anche se imposti questa \"\n\"direttiva, non verrà automaticamente abilitato HSTS per tutti i sottodomini \"\n\"di questo dominio.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\"Il tuo account è, al momento, in manutenzione o disabilitato. Contatta, per \"\n\"favore, il tuo rivenditore.\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Il tuo account è scaduto. Rinnova la tua sottoscrizione.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"Il tuo account è scaduto. Per favore contatta il tuo rivenditore.\"\n\nmsgid \"Your consumption\"\nmsgstr \"Il consumo di\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"La tua versione di i-MSCP  non è compatibile con questo plugin. Prova con \"\n\"una nuova versione.\"\n\nmsgid \"Your message\"\nmsgstr \"Il tuo messaggio\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Il tuo messaggio è stato inviato con successo.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"La tua nuova i-MSCP login\"\n\nmsgid \"Your new password\"\nmsgstr \"La tua nuova password è\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Il tuo pacchetto è corrotto. Per favore correggilo!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\"La tua password è stata reimpostata con successo. Controlla i tuoi e-mail.\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\"La dimensione del file remoto (%s) è inferiore a 1 byte. Per favore \"\n\"controlla l'URL.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\"La richiesta di rinnovo della tua password non è valida o scaduta. Riprova \"\n\"fra alcuni minuti.\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\"La tua richiesta per la reimpostazione della password è stata registrata. \"\n\"Riceverai un e-mail con le istruzioni per completare il processo.\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\"La tua richiesta di reimpostazione della password è non valida o è scaduta.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"Il tuo pacchetto software è stato attivato\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"Il tuo pacchetto software è stato eliminato\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Codice postale\"\n\nmsgid \"Zone\"\nmsgstr \"Zona\"\n\nmsgid \"[New]\"\nmsgstr \"[Nuovo]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Italiano - Italian\"\n\nmsgid \"activated\"\nmsgstr \"attivato\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"attivato (Deposito Software)\"\n\nmsgid \"addition\"\nmsgstr \"aggiuntivi\"\n\nmsgid \"administrator\"\nmsgstr \"amministratore\"\n\nmsgid \"and\"\nmsgstr \"e\"\n\nmsgid \"anything\"\nmsgstr \"niente\"\n\nmsgid \"catch-all\"\nmsgstr \"Catch all\"\n\nmsgid \"city\"\nmsgstr \"Città\"\n\nmsgid \"company\"\nmsgstr \"Azienda\"\n\nmsgid \"country\"\nmsgstr \"Nazione\"\n\nmsgid \"created by\"\nmsgstr \"Creato da\"\n\nmsgid \"deleting\"\nmsgstr \"eliminazione\"\n\nmsgid \"disabled\"\nmsgstr \"disabilitato\"\n\nmsgid \"disk space\"\nmsgstr \"spazio su disco\"\n\nmsgid \"domain\"\nmsgstr \"dominio\"\n\nmsgid \"domain alias\"\nmsgstr \"alias di dominio\"\n\nmsgid \"domain aliases\"\nmsgstr \"Alias di domini\"\n\nmsgid \"domain data\"\nmsgstr \"dati dominio\"\n\nmsgid \"domain name\"\nmsgstr \"Nome dominio\"\n\nmsgid \"domains\"\nmsgstr \"domini\"\n\nmsgid \"error\"\nmsgstr \"Errore\"\n\nmsgid \"everything\"\nmsgstr \"tutto\"\n\nmsgid \"first name\"\nmsgstr \"Nome\"\n\nmsgid \"from other browser\"\nmsgstr \"da un altro browser\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Gestione Applicazione (Permessi)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Accesso\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Password Persa\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Manutenzione\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP / Installazione Software / Gestione\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Gestione Software\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Gestione Software  (Permessi)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Gestione Software \"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Installazione Software / Gestione\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Software installazione / Web software repository\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP archivio software Web\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP plugin repository\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Aggiornamenti i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"La ricerca degli aggiornamenti di i-MSCP è disabilitata.\"\n\nmsgid \"installed\"\nmsgstr \"installato\"\n\nmsgid \"installing\"\nmsgstr \"installazion\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"Cognome\"\n\nmsgid \"mail\"\nmsgstr \"mail\"\n\nmsgid \"mail account\"\nmsgstr \"account email\"\n\nmsgid \"mail accounts\"\nmsgstr \"accounts email\"\n\nmsgid \"missing alias\"\nmsgstr \"alias mancanti\"\n\nmsgid \"missing domain\"\nmsgstr \"dominio mancante\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/D\"\n\nmsgid \"no\"\nmsgstr \"no\"\n\nmsgid \"not available\"\nmsgstr \"non disponibile\"\n\nmsgid \"not required\"\nmsgstr \"non richiesto\"\n\nmsgid \"ok\"\nmsgstr \"ok\"\n\nmsgid \"older than 1 month\"\nmsgstr \"più vecchio di 1 mese\"\n\nmsgid \"older than 12 months\"\nmsgstr \"più vecchio di 12 mesi\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"più vecchio di 2 settimane\"\n\nmsgid \"older than 3 months\"\nmsgstr \"più vecchio di 3 mesi\"\n\nmsgid \"older than 6 months\"\nmsgstr \"più vecchio di 6 mesi\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"o file remoti (Massimo: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"ingresso orfano\"\n\nmsgid \"required\"\nmsgstr \"richiesto\"\n\nmsgid \"reseller name\"\nmsgstr \"Nome del rivenditore\"\n\nmsgid \"state/province\"\nmsgstr \"Stato/Provincia\"\n\nmsgid \"subdomain\"\nmsgstr \"sottodominio\"\n\nmsgid \"subdomains\"\nmsgstr \"sottodomini\"\n\nmsgid \"suspended\"\nmsgstr \"Sospeso\"\n\nmsgid \"that match with\"\nmsgstr \"that match with\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"traffico\"\n\nmsgid \"update\"\nmsgstr \"aggiorna\"\n\nmsgid \"waiting for activation\"\nmsgstr \"In attesa di attivazione\"\n\nmsgid \"which status is\"\nmsgstr \"which status is\"\n\nmsgid \"yes\"\nmsgstr \"sì\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"{USERNAME} statistiche utente\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 i-MSCP Team<br>Tutti i Diritti Riservati\"\n"
  },
  {
    "path": "i18n/po/ja_JP.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: i-MSCP <team@i-mscp.net>, 2017\\n\"\n\"Language-Team: Japanese (Japan) (https://www.transifex.com/i-mscp/teams/576/ja_JP/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: ja_JP\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"管理者 / サポート / オープンチケット\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \" クライアント / Webツール / カスタムエラーページ / カスタムエラーページ編集\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"間違ったIPアドレス。\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"$ORIGINは、修飾されていない名前、ホスト、正規名に自動的に付加されます\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"$ORIGINの値は現在：%sに設定されています\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (ソフトウェアデポット)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (バージョン： %2$s, 言語： %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s は、現在 %2$s としてログインしています\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - ソフトウェア\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d の文字列を翻訳\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s のアカウントは削除されました。\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s は、 i-MSCP プラグインアーカイブには見えません。\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s は存在しないか、空です。\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%sは、有効なi-MSCP言語ファイルでありません。\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%sは、サブドメインラベルとして許可されていません。\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s ページ\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s レコード\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webメール\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"%s： このリセラーのクライアントの数(%s)は新しい設定の制限を超えています。\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"%s： 既に代理店によって割り当てられたアイテム(%s)の合計は、新しい制限を超えています。\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s： この代理店は、無制限のアイテムを持つ顧客を持っています。\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"%s: 既に代理店の顧客によって消費されているサービスを無効にすることはできません。\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"%s: 既に代理店の顧客への販売サービスを無効にすることはできません。\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::はgetInfo（）が実装されていないと%sが見つかりません。  これは%sプラグインのバグであり、作成者に報告する必要があります。\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"( %s 合計レコードからフィルタリング)\"\n\nmsgid \"(usually named\"\nmsgstr \"(通常の名前\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"PHP拡張モジュールは、ファイルのアップロードを停止しました。\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"同じ名前のホスティングプランは既に存在します。\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"新しいi-MSCPのバージョンが提供されています\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"新しいソフトウェアパッケージがアップロードされました\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"htuserのタスクが進行中です。\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Webインターフェイスを介してドメインの統計情報にアクセスします。\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Webインタフェース経由でファイルにアクセス。\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Webインタフェース経由でメールにアクセス。\"\n\nmsgid \"Account limits\"\nmsgstr \"アカウント制限数\"\n\nmsgid \"Account name\"\nmsgstr \"アカウント名\"\n\nmsgid \"Account summary\"\nmsgstr \"アカウントの一覧\"\n\nmsgid \"Account type\"\nmsgstr \"アカウント種別\"\n\nmsgid \"Action\"\nmsgstr \"アクション\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"アクションは停止しました。\"\n\nmsgid \"Action has failed.\"\nmsgstr \"アクションは失敗しました。\"\n\nmsgid \"Actions\"\nmsgstr \"アクション\"\n\nmsgid \"Activate\"\nmsgstr \"有効化\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"プラグインを有効化\"\n\nmsgid \"Activated\"\nmsgstr \"有効化\"\n\nmsgid \"Activated software\"\nmsgstr \"ソフトウェアの有効化\"\n\nmsgid \"Activation email\"\nmsgstr \"Eメールの有効化\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"有効化しています\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"追加\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"DNSリソースレコードを追加します。\"\n\nmsgid \"Add FTP account\"\nmsgstr \"FTPアカウント追加\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Htaccess グループ追加\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Htaccessユーザー追加\"\n\nmsgid \"Add SQL database\"\nmsgstr \"SQLデータベース追加\"\n\nmsgid \"Add SQL user\"\nmsgstr \"SQLユーザー追加\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"SSL証明書の追加\"\n\nmsgid \"Add admin\"\nmsgstr \"管理者追加\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"カスタムメニュー追加\"\n\nmsgid \"Add customer\"\nmsgstr \"顧客追加\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"顧客追加 - 次のステップ\"\n\nmsgid \"Add domain alias\"\nmsgstr \"ドメインエイリアス追加\"\n\nmsgid \"Add group\"\nmsgstr \"グループ追加\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"ホスティングプラン追加\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"新しいＩＰアドレス追加\"\n\nmsgid \"Add new protected area\"\nmsgstr \"新しい制限領域を追加する\"\n\nmsgid \"Add permissions\"\nmsgstr \"アクセス権の追加\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"リセラーにソフトウェア利用許可を追加：\"\n\nmsgid \"Add protected area\"\nmsgstr \"アクセス制限領域を追加する\"\n\nmsgid \"Add reseller\"\nmsgstr \"リセラー追加\"\n\nmsgid \"Add subdomain\"\nmsgstr \"サブドメイン追加\"\n\nmsgid \"Add user\"\nmsgstr \"ユーザー追加\"\n\nmsgid \"Added by\"\nmsgstr \"追加しました\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"追加の処理中...\"\n\nmsgid \"Admin\"\nmsgstr \"管理者\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"管理者 / 一般 / 管理ログ\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"管理者/一般/概要\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"管理者 / 一般情報 / サーバーステータス\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"管理者 / プロファイル / アカウント要約\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"管理者 / プロフィール / 言語\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"管理者 / プロフィール / レイアウト\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"管理者 / プロフィール / パスワード\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"管理者 / プロフィール / 個人情報\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"管理者 / 設定\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"管理者 / 設定 / IP管理\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"管理者 / 設定 / 言語\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"管理者 / 設定 / パスワード紛失Eメール\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"管理者 / 設定 / プラグイン管理\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"管理者 / 設定 / サービスポート\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"管理者 / 設定 / ソフトウェア管理\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"管理者 / 設定 / ソフトウェアオプション\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"管理者 / 設定 / ウェルカムEメール\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"管理者 / 設定 / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"管理者 / ソフトウェア管理 / 代理店ソフトウェア\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"管理者 / 統計 / IPアドレス使用\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"管理者 / 統計 / リセラー統計\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"管理者 / 統計 / 代理店統計 / 顧客統計\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"管理者 / 統計 / 代理店統計 / 顧客統計 / ドメイン統計\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"管理者 / 統計 / サーバ統計\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"管理者 / サポート / クローズチケット\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"管理者 / サポート / チケット表示\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"管理者 / システムツール / アンチルートキットログ\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"管理者 / システムツール / デバッガ\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"管理者 / システムツール / メンテナンス設定\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"管理者 / システムツール / システム情報\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"管理 / システムツール / i-MSCP更新\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"管理者 / ユーザー / 管理者追加\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"管理者 / ユーザー / リセラー追加\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"管理者 / ユーザー / 回覧\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"管理者 / ユーザー / リセラー編集\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"管理者 / ユーザー / 概要\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"管理者 / ユーザー / 概要 / ドメイン詳細\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"管理者 / ユーザー / 概要 / 管理者編集\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"管理者 / ユーザー / セッション\"\n\nmsgid \"Admin log\"\nmsgstr \"管理者ログ\"\n\nmsgid \"Admin not available\"\nmsgstr \"管理者は使用できません\"\n\nmsgid \"Admin users\"\nmsgstr \"管理者ユーザー\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"管理者/IPアドレス使用状況\"\n\nmsgid \"Administrator\"\nmsgstr \"管理者\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"管理者とリセラーレベル\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"管理者と顧客\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"管理者と顧客レベル\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"管理者とリセラー\"\n\nmsgid \"Administrator level\"\nmsgstr \"管理者レベル\"\n\nmsgid \"Administrator login\"\nmsgstr \"管理者ログイン\"\n\nmsgid \"Administrators\"\nmsgstr \"管理者\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"管理者と顧客\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"管理者とリセラー\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"パッケージをアップロードした後、システムにインストールされます。<br>新しいステータスを見るためサイトをリフレッシュしてください！\"\n\nmsgid \"All\"\nmsgstr \"すべて\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"全ての解決したチケットを削除しました。\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"全てのエラー(開発)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"E_DEPRECATED と E_STRICT (Production)を除く全てのエラー\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"E_NOTICES, E_STRICT と E_DEPRECATED (Default)を除く全てのエラー\"\n\nmsgid \"All fields are required.\"\nmsgstr \"全ての項目は必須です。\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"全ての項目が有効です。\"\n\nmsgid \"All in\"\nmsgstr \"全体 in\"\n\nmsgid \"All levels\"\nmsgstr \"全てのレベル\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"全ての未解決のチケットを削除しました。\"\n\nmsgid \"All out\"\nmsgstr \"全体 out\"\n\nmsgid \"All reseller\"\nmsgstr \"全てのリセラー\"\n\nmsgid \"All traffic\"\nmsgstr \"すべてのトラフィック\"\n\nmsgid \"All users\"\nmsgstr \"全てのユーザ\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"URLのfopenを許可\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"特定のURLにドメインに行われたすべての要求を転送できるようにします。\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"別のドメインのマウントポイントを共有することができます。\"\n\nmsgid \"Already in use\"\nmsgstr \"既に使用されています\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"代替URLはあなたのウェブサイトに到達します。\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"あなたのWebサイトへの代替アクセスURL\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"予期しないエラーが発生しました。\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"予期せぬエラーが発生致しました。管理者に連絡してください。\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"予期しないエラーが発生しました。代理店にお問い合わせください。\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"予期しないエラーが発生しました：%s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"原因不明のエラーは、ファイルアップロードの間に発生しました： %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"アンチルートキットログ\"\n\nmsgid \"Any\"\nmsgstr \"Any\"\n\nmsgid \"Application installer\"\nmsgstr \"アプリケーションインストーラー\"\n\nmsgid \"Apply\"\nmsgstr \"適用する\"\n\nmsgid \"Apply changes\"\nmsgstr \"変更を適用\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Webデポットから、このパッケージをインストールしてよろしいですか？\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"このパッケージをインストールしてもよろしいですか？\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"この権限を削除してもよろしいですか？\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"%sのSQLユーザを削除してもよろしいですか？\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"このパッケージをアクティブにしてもよろしいですか？\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"%s を削除してもよろしいですか？\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"全ての解決したチケットを削除してもよろしいですか？\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"選択した全てのメールアカウントを削除してもよろしいですか？\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"全てのチケットを削除してもよろしいですか？\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"本当に%sドメインエイリアスのオーダーを削除してもよろしいですか？\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"本当に%sドメインエイリアスを削除してもよろしいですか？\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"%s のメニューを削除してもよろしいですか？\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \" '%s' のチケットを削除してもよろしいですか？\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"`%%s' のIPアドレスを削除してもよろしいですか？\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"FTPユーザ`%%s` を削除してもよろしいですか？\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"保護領域`%%s` を削除してもよろしいですか？\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"このDNSレコードを削除してもよろしいですか？\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"このドメインエイリアスを削除してもよろしいですか？\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"このホスティングプランを削除してもよろしいですか？\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"このパッケージを削除してもよろしいですか？\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"このサブドメインを削除してもよろしいですか？\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"ローカルソフトウェアのリポジトリにこのパッケージをインポートしてもよろしいですか？\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"ソフトウェアデポットに、このパッケージをインポートしてもよろしいですか？\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"Webソフトウェアリポジトリからこのパッケージをインストールしてもよろしいですか？\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"バックアップから復元してもよいですか？\"\n\nmsgid \"Assign\"\nmsgstr \"割り当て\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"既存のSQLユーザーを割り当てます。\"\n\nmsgid \"Assign group\"\nmsgstr \"グループを割り当てる\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"少なくとも一つの代理店に割り当て\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"少なくとも一つの中間証明書が無効か、または存在しません。\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"グループによる認証\"\n\nmsgid \"Authentication by user\"\nmsgstr \"ユーザーによる認証\"\n\nmsgid \"Authentication users\"\nmsgstr \"認証ユーザー\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"認証ユーザー/グループ\"\n\nmsgid \"Auto\"\nmsgstr \"自動\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"自動（ブラウザの言語）\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"使用可能\"\n\nmsgid \"Available software\"\nmsgstr \"利用可能なソフトウェア\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"アクティベーション待ち\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"承認待ち\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"戻る\"\n\nmsgid \"Backup\"\nmsgstr \"バックアップ\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"バックアップと復元を設定する。\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"バックアップの復元が予定されました。\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"パスワードが間違っています。\"\n\nmsgid \"Bad request.\"\nmsgstr \"不正な要求。\"\n\nmsgid \"Behind\"\nmsgstr \"ビハインド\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"以下は、1つまたは多くのドメインに外部のメール機能を有効にすることができます。外部のメール機能を有効にすると、自分自身のメールサーバーを経由してメールを中継するためにサーバーを構成しますが、DNSレコードは作成されていないことことに注意してください。\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"ログインとキャプチャ試行の間のブロック時間\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"ボティ\"\n\nmsgid \"Body is missing.\"\nmsgstr \"ボディが誤っています。\"\n\nmsgid \"Bogomips\"\nmsgstr \"BogoMips値\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"ブルートフォース検知\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"一括操作\"\n\nmsgid \"By\"\nmsgstr \"から\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"CPU情報\"\n\nmsgid \"Cache\"\nmsgstr \"キャッシュ\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"PHPの %s 設定オプションを編集することができます\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"PHPの%s 機能を使用することができます\"\n\nmsgid \"Cancel\"\nmsgstr \"取り消し\"\n\nmsgid \"Canonical name\"\nmsgstr \"正式な名前\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"証明書\"\n\nmsgid \"Certificate data\"\nmsgstr \"証明書データ\"\n\nmsgid \"Change\"\nmsgstr \"変更\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"新しい試みのためにアイテムのステータスを変更します\"\n\nmsgid \"Check for update\"\nmsgstr \"更新がないかどうかチェック\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"アップロードした代理店に確認してください！<br>パッケージを2回をアップロードすることが許可されていません。<br>新しいステータスを表示するにはサイトをリフレッシュしてください！\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"独自のアップロードをチェック！<br>パッケージが見つからない場合は、管理者にお問い合わせください。<br>パッケージを2回アップロードすることは許可されていません。<br>新しいステータスを表示するにはサイトをリフレッシュしてください！\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"パッケージを確認してください。内部エラーがあります！<br>新しいステータスを表示するには、サイトをリフレッシュしてください！\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"お使いのソフトウェアデポットのアップロードをチェック！<br>パッケージを2回アップロードすることが許可されていません。<br>新しいステータスを表示するには、サイトをリフレッシュしてください！\"\n\nmsgid \"Choose\"\nmsgstr \"選択\"\n\nmsgid \"Choose dir\"\nmsgstr \"ディレクトリ選択\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"選択したファイル (最大: %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"ホスティングプラン選択\"\n\nmsgid \"Choose layout color\"\nmsgstr \"レイアウトカラーを選択\"\n\nmsgid \"Choose your language\"\nmsgstr \"言語を選択してください\"\n\nmsgid \"Circular\"\nmsgstr \"回覧\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"回覧は送りました。\"\n\nmsgid \"City\"\nmsgstr \"市区町村\"\n\nmsgid \"Class\"\nmsgstr \"クラス\"\n\nmsgid \"Clear log\"\nmsgstr \"ログ削除\"\n\nmsgid \"Click here for more details\"\nmsgstr \"詳細はここをクリックしてください\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"復元ボタンをクリックすると、その日の最後にバックアップした状態にシステムを復元します。\"\n\nmsgid \"Click to edit\"\nmsgstr \"編集する場合はクリック\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"クライアント / SQLデータベース追加\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"クライアント / データベース / 概要\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"クライアント / データベース / 概要 / SQLユーザー追加\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"クライアント / データベース / 概要 / SQLユーザーパスワード更新\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"クライアント / ドメイン / DNSリソースレコード編集\"\n\nmsgid \"Client / Domains\"\nmsgstr \"クライアント / ドメイン\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"クライアント / ドメイン / DNSリソースレコード追加\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"クライアント / ドメイン / ドメインエイリアス追加\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"クライアント / ドメイン / サブドメイン追加\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"クライアント / ドメイン / ドメイン編集\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"クライアント / ドメイン / ドメインエイリアス編集\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"クライアント / ドメイン / サブドメイン編集\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"クライアント / ドメイン / PHP設定\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"クライアント / ドメイン / SSL証明書\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"クライアント / FTP / FTPアカウント追加\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"クライアント / FTP / 概要\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"クライアント / FTP / 概要 / FTPアカウント編集\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"クライアント / 一般 / 概要\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"クライアント / メール / 概要\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"クライアント / プロフィール / アカウント要約\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"クライアント / プロフィール / 言語\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"クライアント / プロフィール / レイアウト\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"クライアント / プロフィール / パスワード\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"クライアント / プロフィール / 個人情報\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"クライアント / 統計\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"クライアント / サポート / クローズドチケット\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"クライアント / サポート / 新しいチケット\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"クライアント / サポート / オープンチケット\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"クライアント / サポート / チケット閲覧\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"クライアント / Webツール / カスタムエラーページ\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"クライアント / Webツール / 日次バックアップ\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"クライアント / Webツール / 概要\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"クライアント / Webツール / 保護領域\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"クライアント / Webツール / エリア保護 / ユーザーとグループ管理\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"クライアント / Webツール / エリア保護 / ユーザーとグループ管理 / グループ追加\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"クライアント / Webツール / 保護領域 / ユーザーとグループ管理 / ユーザー追加\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"クライアント / Webツール / 保護領域 / ユーザーとグループの管理/ユーザー編集\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"クライアント / Webツール / 保護領域 / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"クライアント / Webツール / ソフトウェア\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"クライアント / Webツール / ソフトウェア / ソフトウェアインストール\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"クライアント / Webツール / ソフトウェア / 表示\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"クロック速度(MHz)\"\n\nmsgid \"Close\"\nmsgstr \"閉じる\"\n\nmsgid \"Close the ticket\"\nmsgstr \"チケットの処理\"\n\nmsgid \"Close ticket\"\nmsgstr \"クローズチケット\"\n\nmsgid \"Closed tickets\"\nmsgstr \"解決したチケット\"\n\nmsgid \"Common name\"\nmsgstr \"コモンネーム\"\n\nmsgid \"Company\"\nmsgstr \"会社\"\n\nmsgid \"Configuration mode\"\nmsgstr \"設定モード\"\n\nmsgid \"Confirmation required\"\nmsgstr \"ご確認ください\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"`%s' DNSリソースレコードと競合しています。\"\n\nmsgid \"Cores\"\nmsgstr \"コア\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"SSL証明書を追加/更新できませんでした。 予期しないエラーが発生しました。\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"現在の `%s'プラグインディレクトリはバックアップができませんでした。\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"%sのプラグインを変更できませんでした: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"`%s' データベースに接続できませんでした。 パスワードを確認してください。\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"ドメインエイリアスを作成できませんでした。 予期しないエラーが発生しました。\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"SQLデータベースを削除できませんでした。 予期しないエラーが発生しました。\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"SQLユーザーを削除できませんでした。 予期しないエラーが発生しました。\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"SSL証明書を削除できませんでした。 予期しないエラーが発生しました。\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"%sのプラグインを削除できませんでした: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"%sのプラグインを無効にできませんでした: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"%sのプラグインを有効にできませんでした: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"全てのネットワークインターフェイスが見つかりませんでした。新しいIPアドレスを追加することはできません。\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"SSL証明書を生成できませんでした。 予期しないエラーが発生しました。\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"%sのプラグインをインストールできませんでした: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"%sのプラグインを保護することができませんでした: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"%sのプラグインディレクトリを復元できませんでした\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"ディレクトリを取得できませんでした。\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"%sのプラグインをアンインストールできませんでした: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \" %s のプラグインを更新できませんでした：%s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"ファイルをアップロードできませんでした。\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"ファイルをアップロードできませんでした。ファイルが見つかりません。\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"ファイルをアップロードできませんでした。最大アップロードファイルサイズ (%1$d MB)に達しています。\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"国\"\n\nmsgid \"Create\"\nmsgstr \"作成\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"作成者\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"作成日\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"カスタムDNSエラー\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"カスタムDNSレコードの削除が予定されました。\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"カスタムDNSレコード\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"カスタムエラーページを更新しました。\"\n\nmsgid \"Custom error pages\"\nmsgstr \"カスタムエラーページ\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"カスタムメニュー名とリンク\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"カスタムメニューのプロパティ\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"カスタムメニューを追加しました。\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"カスタムメニューを削除しました。\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"カスタムメニューを更新しました。\"\n\nmsgid \"Custom menus\"\nmsgstr \"カスタムメニュー\"\n\nmsgid \"Customer\"\nmsgstr \"顧客\"\n\nmsgid \"Customer account\"\nmsgstr \"顧客アカウント\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"顧客アカウントの有効化が予定されました。\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"顧客アカウントの作成が予定されました。\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"顧客アカウントの無効化が予定されました。\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"顧客アカウントの削除が予定されました。\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"顧客アカウントを更新しました。\"\n\nmsgid \"Customer assignments\"\nmsgstr \"顧客の割り当て\"\n\nmsgid \"Customer consumption\"\nmsgstr \"顧客の消費量\"\n\nmsgid \"Customer level\"\nmsgstr \"顧客レベル\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"顧客の追加が予定されました。\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"顧客の削除が予定されました。\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"顧客のレイアウトカラーを更新しました。\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"顧客が移動しました。\"\n\nmsgid \"Customers\"\nmsgstr \"顧客\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"ドメインのエラーページをカスタマイズする。\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNSレコードは既に存在しています。\"\n\nmsgid \"DNS resource record\"\nmsgstr \"DNSリソースレコード\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"DNSリソースレコードの追加が予定されました。\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"DNSリソースレコードの更新が予定されました。\"\n\nmsgid \"DNS resource records\"\nmsgstr \"DNSリソースレコード\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"DNSゾーンは、DNSリソースレコードを追加します。\"\n\nmsgid \"DOWN\"\nmsgstr \"DOWN\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"デーモンの要求が失敗しました。\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"デーモン要求成功。\"\n\nmsgid \"Daily backup\"\nmsgstr \"日次バックアップ\"\n\nmsgid \"Data\"\nmsgstr \"データ\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"データが変更されました。もう一度やり直してください。\"\n\nmsgid \"Database\"\nmsgstr \"データベース\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"データベース名とユーザー\"\n\nmsgid \"Database data\"\nmsgstr \"データベースのデータ\"\n\nmsgid \"Database name\"\nmsgstr \"データベース名\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"データベース名が長すぎます。\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"データベース名は使用できないか、または許可されていません。\"\n\nmsgid \"Database password\"\nmsgstr \"データベースのパスワード\"\n\nmsgid \"Database prefix\"\nmsgstr \"データベースプレフィックス\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"データベース プレフィックス/サフィックス\"\n\nmsgid \"Database required\"\nmsgstr \"必要なデータベース\"\n\nmsgid \"Database usage\"\nmsgstr \"データベースを使用\"\n\nmsgid \"Database user\"\nmsgstr \"データベースのユーザー\"\n\nmsgid \"Database users\"\nmsgstr \"データベースユーザー\"\n\nmsgid \"Databases\"\nmsgstr \"データベース\"\n\nmsgid \"Date\"\nmsgstr \"日付\"\n\nmsgid \"Day\"\nmsgstr \"日\"\n\nmsgid \"Days\"\nmsgstr \"日\"\n\nmsgid \"Deactivate\"\nmsgstr \"無効にする\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"プラグインを無効にします\"\n\nmsgid \"Deactivated\"\nmsgstr \"無効化する\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"非活性化処理中...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"{NAME}様,\\n\"\n\"\\n\"\n\"新しいアカウントが作成されました。\\n\"\n\"\\n\"\n\"アカウント情報：\\n\"\n\"\\n\"\n\"アカウントの種類: {USERTYPE}\\n\"\n\"ユーザー名: {USERNAME}\\n\"\n\"パスワード: {PASSWORD}\\n\"\n\"\\n\"\n\"初めてログインしてから頻繁にパスワードを変更することを忘れないでください。\\n\"\n\"\\n\"\n\"あなたは {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}でログインすることができます。\\n\"\n\"\\n\"\n\"このメールには返信しないでください。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP メーラー\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"{NAME}様,\\n\"\n\"\\n\"\n\"新しいソフトウェアパッケージは、代理店によってアップロードされています。\\n\"\n\"\\n\"\n\"代理店ID: {RESELLER_ID}\\n\"\n\"ソフトウェアパッケージ: {SOFTWARE_PACKAGE}\\n\"\n\"ソフトウェアID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"このメールには返信しないでください。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP メーラー\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"{NAME}様,\\n\"\n\"\\n\"\n\"あなたのパスワードを更新するには、以下のリンクをクリックしてください：\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"注：パスワードの更新を要求していない場合、あなたはこのメールを無視してください。\\n\"\n\"\\n\"\n\"このメールには返信しないでください。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP メーラー\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"{NAME}様,\\n\"\n\"\\n\"\n\"これはi-MSCPコントロールパネルによって送信された自動メールです:\\n\"\n\"\\n\"\n\"サーバ名: {HOSTNAME}\\n\"\n\"サーバIP:   {SERVER_IP}\\n\"\n\"クライアントIP:   {CLIENT_IP}\\n\"\n\"バージョン:     {VERSION}\\n\"\n\"ビルド:       {BUILDDATE}\\n\"\n\"重大度:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"このメールには返信しないでください。\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP メーラー\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"{NAME}様,\\n\"\n\"\\n\"\n\"サポートチケットに新たな回答を待っています：\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"優先度: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"あなたが答えるために、{BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} でログインしてください。\\n\"\n\"\\n\"\n\"このメールには返信しないでください。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP メーラー\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"{NAME}様,\\n\"\n\"\\n\"\n\"新しいサポートチケットを持っています：\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"優先度: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"あなたが答えるために、 {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} でログインしてください。\\n\"\n\"\\n\"\n\"このメールには返信しないでください。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP メーラー\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"{NAME}様,\\n\"\n\"\\n\"\n\"あなたの顧客{CUSTOMER}は、新しいドメインエイリアスの承認を得るために待っています：\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"有効にするには、{BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.phpでログインしてください。\\n\"\n\"このドメインエイリアス。\\n\"\n\"\\n\"\n\"このメールには返信しないでください。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP メーラー\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"{NAME}様,\\n\"\n\"\\n\"\n\"パスワードが正常に更新されています。\\n\"\n\"\\n\"\n\"新しいパスワードは、次の通りです: {PASSWORD}\\n\"\n\"\\n\"\n\"あなたは、{BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}でログインすることができます\\n\"\n\"\\n\"\n\"このメールには返信しないでください。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP メーラー\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"{NAME}様,\\n\"\n\"\\n\"\n\"あなたのソフトウェアパッケージは削除されました。\\n\"\n\"\\n\"\n\"ソフトウェアパッケージ: {SOFTWARE_PACKAGE}\\n\"\n\"ソフトウェアID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"管理者からのメッセージ：\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"このメールには返信しないでください。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP メーラー\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"{NAME}様,\\n\"\n\"\\n\"\n\"あなたのソフトウェアパッケージが正常に起動されています。\\n\"\n\"\\n\"\n\"ソフトウェアパッケージ: {SOFTWARE_PACKAGE}\\n\"\n\"ソフトウェアID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"このメールには返信しないでください。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\n\nmsgid \"Debugger\"\nmsgstr \"デバッガー\"\n\nmsgid \"Default\"\nmsgstr \"デフォルト\"\n\nmsgid \"Default language\"\nmsgstr \"既定の言語\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"既定の言語が更新されました。\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"顧客がドメインのSSL証明書を追加/変更できるかどうかを定義します。\"\n\nmsgid \"Delete\"\nmsgstr \"削除\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"全てのチケットを削除\"\n\nmsgid \"Delete from log:\"\nmsgstr \"ログから削除：\"\n\nmsgid \"Delete order\"\nmsgstr \"オーダーを削除\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"リセラーソフトウェア削除\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"選択したメールアカウントを削除します\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"プラグインを削除\"\n\nmsgid \"Delete ticket\"\nmsgstr \"チケット削除\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"削除中\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"削除中...\"\n\nmsgid \"Depot import\"\nmsgstr \"デポットのインポート\"\n\nmsgid \"Description\"\nmsgstr \"説明\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"説明を、空にすることはできません。\"\n\nmsgid \"Details\"\nmsgstr \"詳細\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"ディレクトリ%sは存在しません。\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"ディレクトリ '%s' は存在しません。\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"ディレクトリ '%s' は許可または無効にされていない。\"\n\nmsgid \"Disabled\"\nmsgstr \"無効\"\n\nmsgid \"Disabled functions\"\nmsgstr \"無効機能\"\n\nmsgid \"Disconnect\"\nmsgstr \"切断\"\n\nmsgid \"Disk\"\nmsgstr \"ディスク\"\n\nmsgid \"Disk space\"\nmsgstr \"ディスクス容量\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"ディスク容量制限 [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"ディスク使用量\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"ディスクの使用状況の詳細\"\n\nmsgid \"Display errors\"\nmsgstr \"エラー表示\"\n\nmsgid \"Document root\"\nmsgstr \"ドキュメントルート\"\n\nmsgid \"Domain\"\nmsgstr \"ドメイン\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"ドメイン%sは、それ自体を転送することはできません。\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"ドメイン%sは使用できません。\"\n\nmsgid \"Domain IP\"\nmsgstr \"ドメインIP\"\n\nmsgid \"Domain Name\"\nmsgstr \"ドメイン名\"\n\nmsgid \"Domain account\"\nmsgstr \"ドメインアカウント\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"ドメインアカウントの有効期限が切れました。\"\n\nmsgid \"Domain accounts\"\nmsgstr \"ドメインアカウント\"\n\nmsgid \"Domain alias\"\nmsgstr \"ドメインエイリアス\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"ドメインエイリアス%s自体に転送することはできません。\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"ドメインエイリアスエラー\"\n\nmsgid \"Domain alias name\"\nmsgstr \"ドメインエイリアス名\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"ドメインエイリアスを作成しました。\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"ドメインエイリアスがオーダーされました。\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"ドメインエイリアスの追加が予定されました。\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"ドメインエイリアスの削除が予定されました。\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"ドメインエイリアスの更新が予定されました。\"\n\nmsgid \"Domain aliases\"\nmsgstr \"ドメインエイリアス\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"ドメイン及びSQLデータベース\"\n\nmsgid \"Domain data\"\nmsgstr \"ドメインデータ\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"ドメインデータが変更されました。もう一度やり直してください。\"\n\nmsgid \"Domain details\"\nmsgstr \"ドメイン詳細\"\n\nmsgid \"Domain errors\"\nmsgstr \"ドメイン エラー\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"ドメインの有効期限\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"ドメイン有効期限を入力する必要があります。\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"PHPエディタが作用しなければならないドメイン。\"\n\nmsgid \"Domain name\"\nmsgstr \"ドメイン名\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"ドメイン名(ASCII形式)は、255文字を超えることはできません。\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"ドメイン名を空にすることはできません。\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"ドメイン名は開始またはドットで終了することはできません。\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"ドメイン名が無効な文字が含まれていた：%s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"ドメイン名ラベルは、63文字を超えることはできません。\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"ドメイン名のラベルは開始またはハイフンで終了することはできません。\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"ドメインの新しい有効期限\"\n\nmsgid \"Domain overview\"\nmsgstr \"ドメインの概要\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"ドメインの更新が予定されました。\"\n\nmsgid \"Domain statistics\"\nmsgstr \"ドメイン統計\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"ドメイン状態がOKではありません。\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"ドメインの更新が予定されました。\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"ドメインが更新されました。\"\n\nmsgid \"Domain type\"\nmsgstr \"ドメイン種別\"\n\nmsgid \"Domains\"\nmsgstr \"ドメイン\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"1ページあたりのドメイン数\"\n\nmsgid \"Done\"\nmsgstr \"完了\"\n\nmsgid \"Download\"\nmsgstr \"ダウンロード\"\n\nmsgid \"Download TAR\"\nmsgstr \"TARをダウンロード\"\n\nmsgid \"Download ZIP\"\nmsgstr \"ZIPをダウンロード\"\n\nmsgid \"Download links\"\nmsgstr \"リンクをダウンロード\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"ディレクトリに保存されているアーカイブをダウンロード\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"編集\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"DNSリソースレコード編集\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"FTPアカウント編集\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"SSL証明書を編集\"\n\nmsgid \"Edit admin\"\nmsgstr \"管理者編集\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"顧客エラーページの編集\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"カスタムメニューの編集\"\n\nmsgid \"Edit customer\"\nmsgstr \"顧客の編集\"\n\nmsgid \"Edit domain\"\nmsgstr \"ドメイン編集\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"ドメインエイリアスの編集\"\n\nmsgid \"Edit error page\"\nmsgstr \"エラーページの編集\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"ホスティングプランの編集\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"ｈtaccessユーザーの編集\"\n\nmsgid \"Edit mail account\"\nmsgstr \"メールアカウント編集\"\n\nmsgid \"Edit protected area\"\nmsgstr \"アクセス制限領域を編集\"\n\nmsgid \"Edit reseller\"\nmsgstr \"リセラー変更\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"サブドメイン編集\"\n\nmsgid \"EiB\"\nmsgstr \"EB\"\n\nmsgid \"Email\"\nmsgstr \"Eメール\"\n\nmsgid \"Email address\"\nmsgstr \"Eメールアドレス\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Eメール容量は、%sより大きくすることはできません\"\n\nmsgid \"Email settings\"\nmsgstr \"Eメールの設定\"\n\nmsgid \"Email setup\"\nmsgstr \"Eメール設定\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Eメールが更新されました。\"\n\nmsgid \"Enable SSL\"\nmsgstr \"SSLを有効にする\"\n\nmsgid \"Enabled\"\nmsgstr \"有効\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"有効なため：%s\"\n\nmsgid \"Error details\"\nmsgstr \"エラーの詳細\"\n\nmsgid \"Error pages\"\nmsgstr \"エラーページ\"\n\nmsgid \"Error reporting\"\nmsgstr \"エラー報告\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"エラー：リモートファイルが見つかりません！\"\n\nmsgid \"Errors\"\nmsgstr \"エラー\"\n\nmsgid \"Execute tasks\"\nmsgstr \"タスクを実行します\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Ext. メールサーバー\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"外部メールサーバ\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"外部のメールサーバー機能の活性化が予定されました。\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"外部のメールサーバー機能の非活性化が予定されました。\"\n\nmsgid \"FTP account\"\nmsgstr \"FTPアカウント\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTPアカウントは既に存在しています。\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"FTPアカウントの上限に達しました。\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTPアカウントが追加されました。\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTPアカウントは削除されました。\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTPアカウントを更新しました。\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTPアカウント\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"FTPホームディレクトリ\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"FTPホームディレクトリは空にすることはできません。\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTPトラフィック\"\n\nmsgid \"FTP user errors\"\nmsgstr \"FTPユーザエラー\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"ディスクへのファイルの書き込みに失敗しました。\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"パッケージで障害が発生。削除中！\"\n\nmsgid \"Fax\"\nmsgstr \"FAX番号\"\n\nmsgid \"Feature\"\nmsgstr \"機能\"\n\nmsgid \"Features\"\nmsgstr \"機能\"\n\nmsgid \"Female\"\nmsgstr \"女性\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"ファイル%sが存在しないか、到達できません！\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"%s ファイルは、移行ファイルのようには見えません。\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"ファイルが存在しません。 %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"ファイルのサイズ制限を超えています。\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"ファイルがアップロードされました。\"\n\nmsgid \"File is not readable.\"\nmsgstr \"ファイルは読み取り可能ではありません。\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"ファイルは'tar.gz形式'のアーカイブにする必要があります。\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"ファイルがアップロードされました。\"\n\nmsgid \"File usage\"\nmsgstr \"ファイルの使用\"\n\nmsgid \"FileManager\"\nmsgstr \"ファイルマネージャー\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"ファイルシステム情報\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"メッセージテキストを記入してください。\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"名字\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"禁止\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"強制的に再試行\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"フォワード\"\n\nmsgid \"Forward URL\"\nmsgstr \"Forward URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"転送URL%sは有効ではありません。\"\n\nmsgid \"Forward account\"\nmsgstr \"フォワードアカウント\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"フォワードリストは空です。\"\n\nmsgid \"Forward to\"\nmsgstr \"転送先アドレス\"\n\nmsgid \"Forward to URL\"\nmsgstr \"転送先URL\"\n\nmsgid \"Forward type\"\nmsgstr \"フォワードタイプ\"\n\nmsgid \"Free\"\nmsgstr \"空き容量\"\n\nmsgid \"From\"\nmsgstr \"From\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"リセラーから\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Ftp アカウント\"\n\nmsgid \"Ftp account data\"\nmsgstr \"FTPアカウントデータ\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"FTPアカウント\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Ftpのディレクトリ\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"性別\"\n\nmsgid \"General\"\nmsgstr \"一般\"\n\nmsgid \"General information\"\nmsgstr \"基本情報\"\n\nmsgid \"General settings\"\nmsgstr \"基本設定\"\n\nmsgid \"Generate\"\nmsgstr \"生成する\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"自己署名証明書を生成します\"\n\nmsgid \"Get a new security code\"\nmsgstr \"新しいセキュリティコードを取得\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"グループ\"\n\nmsgid \"Group members\"\nmsgstr \"グループのメンバー\"\n\nmsgid \"Group name\"\nmsgstr \"グループ名\"\n\nmsgid \"Groups\"\nmsgstr \"グループ\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS includeSubDomains ディレクティブ\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS max-age ディレクティブ値\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTPトラフィック\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"高\"\n\nmsgid \"Home directory\"\nmsgstr \"ホームディレクトリ\"\n\nmsgid \"Homepage\"\nmsgstr \"ホームページ\"\n\nmsgid \"Host\"\nmsgstr \"ホスト\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"このSQLユーザは、右のSQLサーバーへ接続許可されています\"\n\nmsgid \"Hosting plan\"\nmsgstr \"ホスティングプラン\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"ホスティングプラン有効\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"リセラーで設定された、ホスティングプラン制限数を超えたため追加出来ません。\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"ホスティングプランの制限を限界を超えています。\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"ホスティングプランが作成されました。\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"ホスティングプランが削除されました。\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"ホスティングプランが更新されました。\"\n\nmsgid \"Hosting plans\"\nmsgstr \"ホスティングプラン\"\n\nmsgid \"Hour\"\nmsgstr \"時間\"\n\nmsgid \"Hours\"\nmsgstr \"時\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Htaccess グループ\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Htaccessグループの追加が予定されました。\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Htaccessグループが削除が予定されました。\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Htaccessユーザー\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"htaccessユーザーが %s htaccessグループに割り当てられました\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"htaccessユーザーが %s htaccessグループから削除しました\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Htaccessユーザーの追加が予定されました。\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IPアドレス\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"既にi-MSCPの制御下にあるIPアドレスです。\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IPアドレスの追加が予定されました。\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IPアドレスの削除が予定されました。\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"IPアドレスの変更が予定されました。\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \" i-MSCPの制御下にあるIPアドレス\"\n\nmsgid \"IP assignments\"\nmsgstr \"ユーザーの割り当て\"\n\nmsgid \"IP errors\"\nmsgstr \"IP エラー\"\n\nmsgid \"IP management\"\nmsgstr \"IP管理\"\n\nmsgid \"IP netmask\"\nmsgstr \"IP ネットマスク\"\n\nmsgid \"IP usage\"\nmsgstr \"IPの使用状況\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6アドレス\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"`yes`に設定した場合、Webフォルダは削除から保護されます。\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"`yes`に設定した場合、代理店は顧客のPHP設定オプションを編集を有効にすることができます。\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"`yes`に設定した場合、代理店は顧客のPHPのメール機能を有効/無効にすることができ、そうでなければ、PHPのメール機能は無効になります。\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"名前フィールドが@記号で埋められるか空白のままになると、自動的に$ORIGIN値に置き換えられます。\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"この設定のリセラーを制限する場合、先に顧客を制限する必要があります。\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"イメージは500×90ピクセルより小さくなければなりません。\"\n\nmsgid \"Import\"\nmsgstr \"インポート\"\n\nmsgid \"Import in local repository\"\nmsgstr \"ローカルリポジトリのインポート\"\n\nmsgid \"Import new language file\"\nmsgstr \"言語ファイル\"\n\nmsgid \"In front\"\nmsgstr \"前に\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"メンテナンスモードでは、管理者のみがログインできます。\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"FTPアカウント制限が誤っています。\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"SQLデータベース制限が誤っています。\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"不正なSQLユーザの制限。\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"SQLユーザー制限が誤っています。\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"不正なエイリアスの制限\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"ディスク容量の制限数に誤りがあります。\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"ドメインエイリアス制限に誤りがあります。\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Eメールの長さか構文が誤っています。\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"間違ったEメール容量です。\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"%sの制限が誤っています。\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"メールアカウント制限が誤っています。\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"毎月のトラフィック制限に誤りがあります。\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"不正なサブドメインの制限\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"サブドメイン制限が誤っています。\"\n\nmsgid \"Install\"\nmsgstr \"インストール\"\n\nmsgid \"Install in progress\"\nmsgstr \"進行中のインストール\"\n\nmsgid \"Install this plugin\"\nmsgstr \"プラグインをインストール\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"数回のクリックでさまざまなWebアプリケーションをインストールします。\"\n\nmsgid \"Installation details\"\nmsgstr \"インストールの詳細\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"インストール中...\"\n\nmsgid \"Installation path\"\nmsgstr \"インストールパス\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"インストールされたパッケージは、リセラーによって削除された。\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"リセラーのリポジトリにインストールしました\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"ソフトウェアリポジトリにインストールしました\"\n\nmsgid \"Installed on\"\nmsgstr \"インストールされました\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"アップロードされたパッケージをインストールします。このページを更新してください。\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"今日のバックアップをダウンロードする指示\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"中間証明書\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"内部サーバエラー\"\n\nmsgid \"Internationalization\"\nmsgstr \"国際化\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"無効なFTPユーザ名。\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"無効なSQLユーザホスト： %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"無効なSQLユーザーです。SQLユーザーが存在し、提供されたデータベースに属している必要があります。\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"無効なSSL証明書\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"無効なSSL証明書。\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"無効なURL。\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"無効なドメイン名。\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"無効なメールアドレスです。\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"無効なEメールユーザ名です。\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"無効なグループ名！\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"無効なメニューの順序。\"\n\nmsgid \"Invalid name.\"\nmsgstr \"名前が無効です。\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"無効なペイロードを、GitHubのから受け取りました\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"無効なプラグインディレクトリ：%s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"秘密鍵もしくはパスフレーズに誤りがあります。\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"ターゲットが無効です。\"\n\nmsgid \"Invalid username.\"\nmsgstr \"無効なユーザ名です。\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"カーネルバージョン\"\n\nmsgid \"Kill session\"\nmsgstr \"セッションの切断\"\n\nmsgid \"Label\"\nmsgstr \"ラベル\"\n\nmsgid \"Language\"\nmsgstr \"言語\"\n\nmsgid \"Language file\"\nmsgstr \"言語ファイル\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"言語ファイルがインストールされました。\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"言語\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"言語のインデックスが再構築されました。\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"最後のWebソフトウェアのリポジトリを更新\"\n\nmsgid \"Last access\"\nmsgstr \"最終アクセス\"\n\nmsgid \"Last name\"\nmsgstr \"名前\"\n\nmsgid \"Last reply date\"\nmsgstr \"最終返信日\"\n\nmsgid \"Last translator\"\nmsgstr \"最後の翻訳者\"\n\nmsgid \"Layout\"\nmsgstr \"レイアウト\"\n\nmsgid \"Layout color\"\nmsgstr \"レイアウトカラー\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"レイアウトカラーが更新されました。\"\n\nmsgid \"Level\"\nmsgstr \"レベル\"\n\nmsgid \"Limit\"\nmsgstr \"制限\"\n\nmsgid \"Limit value\"\nmsgstr \"制限値\"\n\nmsgid \"Limits\"\nmsgstr \"制限\"\n\nmsgid \"Link\"\nmsgstr \"リンク\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"著者ホームページへのリンク\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"ロードアベレージ (1 秒, 5 秒, 15秒)\"\n\nmsgid \"Loading data...\"\nmsgstr \"データのロード中...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"ログエントリを削除しました。\"\n\nmsgid \"Login\"\nmsgstr \"ログイン\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"ログインパスワード\"\n\nmsgid \"Login username\"\nmsgstr \"ログインユーザー名\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"FTPアカウントでログインしてください\"\n\nmsgid \"Logo file\"\nmsgstr \"ロゴファイル\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"ロゴは削除されました。\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"ロゴは更新されました。\"\n\nmsgid \"Logout\"\nmsgstr \"ログアウト\"\n\nmsgid \"Lost password\"\nmsgstr \"パスワードを忘れた\"\n\nmsgid \"Lost password email\"\nmsgstr \"失われたEメールパスワード\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"パスワードを忘れたEメールテンプレートを更新しました。\"\n\nmsgid \"Lost password link\"\nmsgstr \"パスワード忘れリンク\"\n\nmsgid \"Low\"\nmsgstr \"低\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"メール\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"メールログレベル\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"メールアカウントは既に存在します。\"\n\nmsgid \"Mail account data\"\nmsgstr \"メールアカウントデータ\"\n\nmsgid \"Mail account errors\"\nmsgstr \"メールアカウントエラー\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"メールアカウント種別\"\n\nmsgid \"Mail accounts\"\nmsgstr \"メールアカウント\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"メールアカウントリストが空です。\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"メール機能が無効\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"メールの使用\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"メインメニューのラベルの可視性は、更新されました\"\n\nmsgid \"Maintenance message\"\nmsgstr \"メンテナンスメッセージ\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"メンテナンスモード\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"メンテナンスモードが有効化されます。このモードでは、管理者のみがログインできます。\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"メンテナンス設定\"\n\nmsgid \"Male\"\nmsgstr \"男性\"\n\nmsgid \"Manage SQL\"\nmsgstr \"SQL管理\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"SSL証明書の管理\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"htaccessユーザーとグループの管理\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"ユーザーとグループの管理\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"あなたのアクセス制限領域、ユーザーとグループを管理します。\"\n\nmsgid \"Manual\"\nmsgstr \"手動\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"最大数のログインの試み\"\n\nmsgid \"Max traffic\"\nmsgstr \"最大トラフィック\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"最大リモートファイルサイズ(%s)に達します。あなたのリモートファイルは%sです\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"最大リモートファイルサイズ (%s) に達しました。あなたのリモートファイルは%sです\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"キャプチャのバリテーションの最大試行回数\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"制限が起こる前に待っていた検証の最大試行回数\"\n\nmsgid \"Medium\"\nmsgstr \"中\"\n\nmsgid \"Member of group\"\nmsgstr \"グループのメンバー\"\n\nmsgid \"Memory information\"\nmsgstr \"メモリ情報\"\n\nmsgid \"Message\"\nmsgstr \"メッセージ\"\n\nmsgid \"Message template\"\nmsgstr \"メッセージのテンプレート\"\n\nmsgid \"Message template info\"\nmsgstr \"テンプレート情報\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"ソフトウェアを削除する前のリセラーへのメッセージ\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"移行ファイル %s は読み取り可能ではありません。\"\n\nmsgid \"Minute\"\nmsgstr \"分\"\n\nmsgid \"Minutes\"\nmsgstr \"分\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"モデル\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"修正中...\"\n\nmsgid \"Month\"\nmsgstr \"月\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"月次トラフィック制限[MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"月次トラフィックの上限は数値でなければなりません。\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"月次トラフィック警告を、毎月のトラフィックの制限よりも大きくすることはできません。\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"月次トラフィック警告は数値でなければなりません。\"\n\nmsgid \"Mount\"\nmsgstr \"マウント先\"\n\nmsgid \"Mount point\"\nmsgstr \"マウント先\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"利用不可\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"NS DNSリソースレコードはサブゾーン委任のために許可されます。\"\n\nmsgid \"Name\"\nmsgstr \"ネーム\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"名前は空にできません。\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"ネットワークインタフェース (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"ない\"\n\nmsgid \"New SQL user data\"\nmsgstr \"新しいSQLユーザデータ\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"{CUSTOMER} ための新しいエイリアスのオーダー\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"新規チケット\"\n\nmsgid \"Next\"\nmsgstr \"次へ\"\n\nmsgid \"Next step\"\nmsgstr \"次へ\"\n\nmsgid \"No\"\nmsgstr \"いいえ\"\n\nmsgid \"No IP address found.\"\nmsgstr \"IPアドレスが見つかりませんでした。\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"アンチルートキットログはありません\"\n\nmsgid \"No available\"\nmsgstr \"使用不可\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"カスタムメニューが見つかりません。\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"新しいソフトウェアインスタンスに利用可能なドメインはありません。\"\n\nmsgid \"No error found\"\nmsgstr \"エラーが見つかりません\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"ファイルをアップロードできませんでした。\"\n\nmsgid \"No group found.\"\nmsgstr \"グループが見つかりませんでした。\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"利用可能なホスティングプランがありません。\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"リセラーが追加できる権限はありません。\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"有効なソフトウェアインストーラーを持ったリセラーは見つかりませんでした。\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"ソフトウェア権限を持つリセラーが見つかりませんでした。\"\n\nmsgid \"No resellers found.\"\nmsgstr \"リセラーが見つかりません。\"\n\nmsgid \"No software available\"\nmsgstr \"利用可能なソフトウェアがありません\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Webリポジトリには、ソフトウェアが見つかりませんでした！\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"利用可能なソフトウェアデポットにソフトウェアがありません！\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"アクティベーションを待っているソフトウェアはありません\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"統計情報は指定された期間に見つかりませんでした。別の期間をお試しください。\"\n\nmsgid \"No update available\"\nmsgstr \"利用可能なアップデートがありません\"\n\nmsgid \"No used yet\"\nmsgstr \"まだ使用されていません\"\n\nmsgid \"No user found.\"\nmsgstr \"ユーザーが見つかりませんでした。\"\n\nmsgid \"Normal\"\nmsgstr \"ノーマル\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"ノーマル+フォワード\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"通常接続\"\n\nmsgid \"Not Found\"\nmsgstr \"見つかりません\"\n\nmsgid \"Not found.\"\nmsgstr \"見つかりません。\"\n\nmsgid \"Not provided\"\nmsgstr \"提供されていません\"\n\nmsgid \"Not used\"\nmsgstr \"使用しない\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"マニュアルモードでは、NICとサブネットマスクのみを示すものであることに注意してください。\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"何も見つかりません - すいません\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"何も変更されていません。\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"何も削除されていない。\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"通知, 警告とエラー\"\n\nmsgid \"Ok\"\nmsgstr \"OK\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"唯一 'tar.gz'形式のアーカイブが受け入れられます。\"\n\nmsgid \"Only exec\"\nmsgstr \"実行のみ\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"gettext Machine Objectファイル（MOファイル）だけは、受け入れられます。\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"0〜65535の範囲の数値だけが許可されます。\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"正の数値のみが許可されます。\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"唯一、tar.gz形式とtar.bz2形式のアーカイブはサポートされています。\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"tar.gz、tar.bz2、そしてzipアーカイブのみが受け入れられます。\"\n\nmsgid \"Open ticket\"\nmsgstr \"未解決のチケット\"\n\nmsgid \"Open tickets\"\nmsgstr \"未解決のチケット\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"操作はキャンセル: %s\"\n\nmsgid \"Optional\"\nmsgstr \"オプショナル\"\n\nmsgid \"Order\"\nmsgstr \"オーダー\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"オーダーを削除\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"オーダーを処理\"\n\nmsgid \"Other in\"\nmsgstr \"その他 in\"\n\nmsgid \"Other out\"\nmsgstr \"その他 out\"\n\nmsgid \"Other settings\"\nmsgstr \"その他設定\"\n\nmsgid \"Overview\"\nmsgstr \"概要\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"PHP %s 設定オプション\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"PHP設定オプション\"\n\nmsgid \"PHP Editor\"\nmsgstr \"PHPエディタ\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"ＰＨＰのGD拡張モジュールがロードされていない。\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"PHPのアクセス許可\"\n\nmsgid \"PHP Settings\"\nmsgstr \"PHPの設定\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"PHP構成の更新が予定しました。\"\n\nmsgid \"PHP directives values\"\nmsgstr \"PHPディレクティブの値\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHPのexec（）関数\"\n\nmsgid \"PHP settings\"\nmsgstr \"PHPの設定\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP in\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP out\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAPトラフィック\"\n\nmsgid \"Package actions\"\nmsgstr \"パッケージのアクション\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"パッケージは、リセラーデポット内に既に存在しています！\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"パッケージは、ソフトウェアデポット内に既に存在しています！\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"パッケージは、ソフトウェアリポジトリに既に存在しています！\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"パッケージは、ソフトウェアリポジトリに既に存在しています！\"\n\nmsgid \"Package install type\"\nmsgstr \"パッケージインストールタイプ\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"パッケージのインストールされました。\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"パッケージがインストールされてます...管理者からの解放を待っている！\"\n\nmsgid \"Package language\"\nmsgstr \"パッケージ言語\"\n\nmsgid \"Package name\"\nmsgstr \"パッケージ名\"\n\nmsgid \"Package title\"\nmsgstr \"パッケージのタイトル\"\n\nmsgid \"Package type\"\nmsgstr \"パッケージ種別\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"パッケージベンダー ホームページ\"\n\nmsgid \"Package version\"\nmsgstr \"パッケージバージョン\"\n\nmsgid \"Panel default language\"\nmsgstr \"既定の言語を選択\"\n\nmsgid \"Parent directory\"\nmsgstr \"親ディレクトリ\"\n\nmsgid \"Partition\"\nmsgstr \"パーティション\"\n\nmsgid \"Password\"\nmsgstr \"パスワード\"\n\nmsgid \"Password confirmation\"\nmsgstr \"パスワードの確認\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"パスワードに許可されていない文字が含まれています。\"\n\nmsgid \"Password email\"\nmsgstr \"パスワードEメール\"\n\nmsgid \"Password is missing.\"\nmsgstr \"パスワードが欠落しています。\"\n\nmsgid \"Password minimum length\"\nmsgstr \"パスワードの最小長\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"パスワード設定\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"パスワードは更新されました。\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"パスワードが一致しません。\"\n\nmsgid \"Path\"\nmsgstr \"パス\"\n\nmsgid \"Pending tasks\"\nmsgstr \"保留中のタスク\"\n\nmsgid \"Percent\"\nmsgstr \"パーセント\"\n\nmsgid \"Permissions\"\nmsgstr \"アクセス権\"\n\nmsgid \"Personal data\"\nmsgstr \"個人情報\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"個人テンプレート\"\n\nmsgid \"Phone\"\nmsgstr \"電話番号\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"新しいi-MSCPのパスワードを有効にしてください\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"少なくとも1つのhtaccessのユーザーを選択してください。\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"少なくとも1つのhtaccessのユーザー/グループを選択してください。\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"パスワードを確認してください。\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"管理者に連絡してください！<br>パッケージを使用するための権限を確認して下さい。<br>このパケットを2回をアップロードすることが許可されていません。<br>新しいステータスを表示するにはサイトをリフレッシュしてください！\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"アクセス制限領域の名前を入力してください。\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"パスワードを入力してください。\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"SQLユーザーのホストを入力してください。\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"ユーザ名を入力してください。\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"保護領域のパスを入力してください。\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"別のディレクトリを選択してください。 %s (%s) がインストールされています。\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"メッセージの内容を指定してください。\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"メッセージの件名を指定してください。\"\n\nmsgid \"Please type database name.\"\nmsgstr \"データベース名を入力してください。\"\n\nmsgid \"Please type your message.\"\nmsgstr \"メッセージを入力してください。\"\n\nmsgid \"Plugin\"\nmsgstr \"プラグイン\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"プラグイン%sを有効化しました。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"%sプラグインを有効にすることができません。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"%sプラグインを無効にすることができません。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"プラグイン%sは削除することはできません。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"%sプラグインをインストールすることができません。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"%sプラグインを保護することができません。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"%sプラグインを再構成することができません。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"%sプラグインをアンインストールすることができません。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"プラグイン%sは更新することはできません。\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"プラグイン%sは無効化されました。\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"プラグイン%sは削除されました。\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"プラグイン%sはインストールされています。\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"%sプラグインは、保護されています。\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"プラグイン%sは保護されています。\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"%sプラグインは再構成されました。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"プラグイン%sが予定通り有効化されました。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"プラグイン%sが予定通り変更されました。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"プラグイン%sが予定通り無効化されました。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"プラグイン%sが予定通りインストールされました。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"プラグイン%sが予定通りアンインストールされました。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"プラグイン%sが予定通り更新されました。\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"プラグイン%sをアンインストールしました。\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"プラグイン%sを更新しました。\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"プラグイン管理：%sのプラグインを変更できませんでした: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"プラグイン管理：%sのプラグインファイルを削除できませんでした。set-gui-\"\n\"permissions.plスクリプトを実行して、もう一度試してみてください。\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"プラグイン管理：%sのプラグインをロードできませんでした\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"プラグイン管理：%sのプラグインをアンインストールできませんでした。プラグインは別のプラグインによってロックされています。\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"プラグイン管理：%sのプラグインを更新できませんでした %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"プラグイン管理：保護されたプラグインの%sのファイルを書き込むことができませんでした。\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"プラグイン管理：ディレクトリ%sは存在しないか、書き込み可能ではありませんありません。\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"プラグイン管理：%sプラグインのダウングレードは許可されていません。\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"プラグイン管理：%sのプラグインがロードされません\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"プラグイン管理：不明なプラグイン%s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"プラグインの活性化に失敗しました：%s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"プラグインアーカイブ\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"プラグインアーカイブは最大アップロードサイズを超えてます\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"プラグインの変更に失敗しました：%s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"プラグインの非活性化に失敗しました：%s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"プラグインの削除に失敗しました：%s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"プラグインエラー\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"プラグインがアップロードされました。\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"プラグインのインストールが失敗しました: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"プラグイン項目エラー\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"プラグインリストは空です。\"\n\nmsgid \"Plugin management\"\nmsgstr \"プラグインの管理\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"プラグインのアンインストールが失敗しました：%s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"プラグインの更新が失敗しました：%s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"プラグインアップロード\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"プラグインは、カスタム機能によりi-MSCPの機能を拡張します。\\n\"\n\"プラグインは、世界中の何千もの開発者のにより、i-MSCPアプリケーションのコアから独立して開発されています。\\n\"\n\"あなたは、%sをブラウズして、インストールする新しいプラグインを見つけることができます\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"プラグインのリストが更新されました：%s プラグイン(複数)を再構成、%s プラグイン(複数)を更新、%s 新しいプラグイン(複数)を発見、%s \"\n\"プラグイン(複数)は削除されました。\"\n\nmsgid \"Port\"\nmsgstr \"ポート番号\"\n\nmsgid \"Preserve Host\"\nmsgstr \"ホストを保持\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"管理者の外部ログインを禁止\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"クライアントの外部ログインを禁止\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"リセラーの外部ログインを禁止\"\n\nmsgid \"Previous\"\nmsgstr \"前へ\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"まずはじめに管理者を削除するには、別の管理者に代理店を移動してください。\"\n\nmsgid \"Priority\"\nmsgstr \"優先度\"\n\nmsgid \"Private key\"\nmsgstr \"秘密鍵\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"もしあれば、秘密鍵のパスフレーズ\"\n\nmsgid \"Processing...\"\nmsgstr \"処理中...\"\n\nmsgid \"Processor data\"\nmsgstr \"プロセッサデータ\"\n\nmsgid \"Profile\"\nmsgstr \"プロファイル\"\n\nmsgid \"Properties\"\nmsgstr \"プロパティ\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"ID %d を持つリセラーのプロパティがデータベースに見つかりませんでした。\"\n\nmsgid \"Protect\"\nmsgstr \"保護\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"このプラグインを保護する\"\n\nmsgid \"Protected\"\nmsgstr \"保護された\"\n\nmsgid \"Protected area data\"\nmsgstr \"保護された領域データ\"\n\nmsgid \"Protected area name\"\nmsgstr \"保護されたエリア名\"\n\nmsgid \"Protected area path\"\nmsgstr \"保護された領域のパス\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"アクセス制限領域の追加が予定されました。\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"アクセス制限領域の削除が予定されました。\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"アクセス制限領域の更新が予定されました。\"\n\nmsgid \"Protected areas\"\nmsgstr \"アクセス制限領域\"\n\nmsgid \"Protocol\"\nmsgstr \"プロトコル\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"容量MiB(最大：%s)\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"メモリ\"\n\nmsgid \"Read ticket\"\nmsgstr \"チケットを読む\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"言語のインデックスを再構築\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"再構成処理中...\"\n\nmsgid \"Record data\"\nmsgstr \"レコードデータ\"\n\nmsgid \"Redirect\"\nmsgstr \"リダイレクト\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"登録日\"\n\nmsgid \"Relative weight\"\nmsgstr \"相対的な重み\"\n\nmsgid \"Release date\"\nmsgstr \"公開日\"\n\nmsgid \"Release description\"\nmsgstr \"リリース説明\"\n\nmsgid \"Release version\"\nmsgstr \"公開バージョン\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"リモートのWebソフトウェアリポジトリ\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"リモートファイルが見つかりません。\"\n\nmsgid \"Remove\"\nmsgstr \"削除\"\n\nmsgid \"Remove IP\"\nmsgstr \"IPアドレス削除\"\n\nmsgid \"Remove permissions\"\nmsgstr \"アクセス権を削除します。\"\n\nmsgid \"Reopen\"\nmsgstr \"再開\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"チケットを再オープン\"\n\nmsgid \"Repeat password\"\nmsgstr \"パスワード再入力\"\n\nmsgid \"Reply\"\nmsgstr \"返信\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"リクエストタイムアウト：サーバーはデータを送信するにはあまりにも時間がかかった。\"\n\nmsgid \"Requires Database?\"\nmsgstr \"データベースは必要ですか？\"\n\nmsgid \"Reseller\"\nmsgstr \"リセラー\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"リセラー / 顧客 / 顧客追加\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"リセラー / 顧客 / 顧客追加 - 次のステップ\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"リセラー / 顧客 / 回覧\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"リセラー / 顧客 / ドメインエイリアス\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"リセラー / 顧客 / パスワード忘れEメール\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"リセラー / 顧客 / 概要\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"リセラー / 顧客 / 概要 / ドメイン詳細\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"リセラー/ 顧客 / 概要 / 顧客編集\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"リセラー / 顧客 / 概要 / ドメイン編集\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"リセラー / 顧客 / 歓迎メール\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"リセラー / ドメイン / ドメインエイリアス追加\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"リセラー / ドメイン / ドメインエイリアス編集\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"リセラー / 一般 / 概要\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"リセラー / 一般 / ソフトウェアアップロード\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"リセラー / ホスティングプラン / ホスティングプラン追加\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"リセラー / ホスティングプラン / 概要\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"リセラー / プロフィール/ アカウント要約\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"リセラー / プロフィール / 言語\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"リセラー / プロフィール / レイアウト\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"リセラー / プロフィール / パスワード\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"リセラー / プロフィール / 個人情報\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"リセラー / 統計 / IPアドレス使用\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"リセラー / 統計 / 概要\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"代理店 / 統計 / 概要 / ドメイン統計 - {USERNAME}\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"リセラー / サポート / クローズチケット\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"リセラー / サポート / 新しいチケット\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"リセラー / サポート / オープンチケット\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"リセラー / サポート / チケットを表示\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"代理店 / ホスティングプラン / ホスティングプラン編集\"\n\nmsgid \"Reseller Name\"\nmsgstr \"リセラー名\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"リセラーと顧客\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"リセラーと顧客レベル\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"リセラーの割り当て\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"リセラーの消費量\"\n\nmsgid \"Reseller data\"\nmsgstr \"リセラーデータ\"\n\nmsgid \"Reseller level\"\nmsgstr \"リセラーレベル\"\n\nmsgid \"Reseller list\"\nmsgstr \"リセラーリスト\"\n\nmsgid \"Reseller name\"\nmsgstr \"リセラー名\"\n\nmsgid \"Reseller software list\"\nmsgstr \"リセラーソフトウェアリスト\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"代理店統計\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"リセラーは追加されました。\"\n\nmsgid \"Reseller total\"\nmsgstr \"リセラーの合計\"\n\nmsgid \"Reseller users\"\nmsgstr \"リセラーユーザー\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"リセラーのアクセス権合計\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"リセラーのレイアウトが更新されました。\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"リセラー/IPアドレス使用状況\"\n\nmsgid \"Resellers\"\nmsgstr \"リセラー\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"リセラーや顧客\"\n\nmsgid \"Reset\"\nmsgstr \"リセット\"\n\nmsgid \"Restore\"\nmsgstr \"リストア\"\n\nmsgid \"Restore backup\"\nmsgstr \"バックアップからリストア\"\n\nmsgid \"Rights\"\nmsgstr \"権利\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"権利が追加されました。\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"権利を削除しました。\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP in\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP out\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTPトラフィック\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQLデータベース\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"SQLデータベース制限が無効になったが、SQLユーザに制限はない。\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"SQLデータベースの制限が<i>無効</i>になっていません。\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"SQLデータベースが作成されました。\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"SQLデータベースを削除しました。\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQLデータベース\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"SQLデータベースのみ\"\n\nmsgid \"SQL user\"\nmsgstr \"SQLユーザー\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQLユーザーのホスト\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"SQLユーザ制限が<i>無効</i>になっています。\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"SQLユーザの制限が無効になりますが、SQLデータベース制限はない。\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"SQLユーザ制限が無効です。\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQLユーザー名\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"SQLユーザーのパスワードを更新しました。\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"SQLユーザプレフィックス/サフィックス\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQLユーザーを追加しました。\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"SQLユーザーを削除しました。\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"SQLユーザー名が長すぎます。\"\n\nmsgid \"SQL users\"\nmsgstr \"SQLユーザー\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL証明書の追加が予定されました。\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL証明書の削除が予定されました。\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL証明書の変更が予定されました。\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"SSL機能は使用できません。あなたは証明書を表示することができます。\"\n\nmsgid \"SSL status\"\nmsgstr \"SSLステータス\"\n\nmsgid \"Save\"\nmsgstr \"保存\"\n\nmsgid \"Search\"\nmsgstr \"検索\"\n\nmsgid \"Sec.\"\nmsgstr \"秒。\"\n\nmsgid \"Secure connection\"\nmsgstr \"安全な接続\"\n\nmsgid \"Security code\"\nmsgstr \"セキュリティーコード\"\n\nmsgid \"Security code has expired\"\nmsgstr \"セキュリティコードの有効期限が切れています\"\n\nmsgid \"Select group\"\nmsgstr \"グループを選択\"\n\nmsgid \"Select your own document root\"\nmsgstr \"独自のドキュメントルートを選択\"\n\nmsgid \"Send\"\nmsgstr \"送信\"\n\nmsgid \"Send circular\"\nmsgstr \"回覧を送信\"\n\nmsgid \"Send message\"\nmsgstr \"メッセージ送信\"\n\nmsgid \"Send message to\"\nmsgstr \"送信先アドレス\"\n\nmsgid \"Send reply\"\nmsgstr \"返信を送信\"\n\nmsgid \"Send to\"\nmsgstr \"送ってください\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"送信者名がありません。\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"サーバポート\"\n\nmsgid \"Server statistics\"\nmsgstr \"サーバ統計情報\"\n\nmsgid \"Server status\"\nmsgstr \"サーバのステータス\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"サービスは利用できません\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"サービス名\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"サービスポートは追加されました\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"サービスポートを削除しました。\"\n\nmsgid \"Service ports\"\nmsgstr \"サービスポート\"\n\nmsgid \"Service protocol\"\nmsgstr \"サービスプロトコル\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"セッション\"\n\nmsgid \"Settings\"\nmsgstr \"設定\"\n\nmsgid \"Settings saved.\"\nmsgstr \"設定を保存しました。\"\n\nmsgid \"Shared mount point\"\nmsgstr \"共有マウントポイント\"\n\nmsgid \"Show\"\nmsgstr \"表示\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"ページ当り %s レコードを表示\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"SSL証明書を表示\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"このリセラーの詳細な統計情報を表示する\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"この代理店の詳細な統計情報を表示する\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"表示レベル\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"メインメニューのリンクのラベルを表示する\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \" %s 件のレコードの %s から %s 件を表示\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"0件のレコードの0から0件を表示\"\n\nmsgid \"Size\"\nmsgstr \"サイズ\"\n\nmsgid \"Software\"\nmsgstr \"ソフトウェア\"\n\nmsgid \"Software available\"\nmsgstr \"利用可能なソフトウェア\"\n\nmsgid \"Software deleted.\"\nmsgstr \"ソフトウェアは削除しました。\"\n\nmsgid \"Software depot upload\"\nmsgstr \"ソフトウェアデポットのアップロード\"\n\nmsgid \"Software details\"\nmsgstr \"ソフトウェア詳細\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"ソフトウェアが削除されました。\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"ソフトウェアがインポートされました。\"\n\nmsgid \"Software in repository\"\nmsgstr \"リポジトリ内のソフトウェア\"\n\nmsgid \"Software installation\"\nmsgstr \"ソフトウェアのインストール\"\n\nmsgid \"Software installer\"\nmsgstr \"ソフトウェアインストーラ\"\n\nmsgid \"Software installer options\"\nmsgstr \"ソフトウェアインストーラオプション\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"ソフトウェアインストーラオプションを更新しました。\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"ソフトウェアのインスタンスは、インストールのために予定されています\"\n\nmsgid \"Software management\"\nmsgstr \"ソフトウェア管理\"\n\nmsgid \"Software name\"\nmsgstr \"ソフトウェア名\"\n\nmsgid \"Software not found!\"\nmsgstr \"ソフトウェアが見つかりません。\"\n\nmsgid \"Software options\"\nmsgstr \"ソフトウェアオプション\"\n\nmsgid \"Software permissions\"\nmsgstr \"ソフトウェアのアクセス権\"\n\nmsgid \"Software repository\"\nmsgstr \"ソフトウェアリポジトリ\"\n\nmsgid \"Software status\"\nmsgstr \"ソフトウェアステータス\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"ソフトウェアの削除が予定されました。\"\n\nmsgid \"Software total\"\nmsgstr \"ソフトウェア合計\"\n\nmsgid \"Software upload\"\nmsgstr \"ソフトウェアアップロード\"\n\nmsgid \"Software was activated.\"\nmsgstr \"ソフトウェアが有効になりました。\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"ソフトウェアが削除されました。\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"ソフトウェア-シノニム\"\n\nmsgid \"Software-Version\"\nmsgstr \"ソフトウェア-バージョン\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"ソフトウェアデポット\"\n\nmsgid \"Start installation\"\nmsgstr \"インストールを開始します。\"\n\nmsgid \"State/Province\"\nmsgstr \"都道府県\"\n\nmsgid \"Statistics\"\nmsgstr \"統計情報\"\n\nmsgid \"Status\"\nmsgstr \"ステータス\"\n\nmsgid \"Street 1\"\nmsgstr \"建物名\"\n\nmsgid \"Street 2\"\nmsgstr \"番地\"\n\nmsgid \"Strong passwords\"\nmsgstr \"強力なパスワード\"\n\nmsgid \"Subdomain\"\nmsgstr \"サブドメイン\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"サブドメイン%sが既に存在している。\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"サブドメイン%s自体に転送することはできません。\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"%s サブドメインは使用できません。\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"サブドメインエイリアス\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"サブドメインエイリアスエラー\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"サブドメインエラー\"\n\nmsgid \"Subdomain name\"\nmsgstr \"サブドメイン名\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"サブドメイン名が有効ではありません。\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"サブドメインの削除が予定されました。\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"サブドメインが追加が予定されました。\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"サブドメインの更新が予定されました\"\n\nmsgid \"Subdomains\"\nmsgstr \"サブドメイン\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"タイトル\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"件名が誤っています。\"\n\nmsgid \"Submit changes\"\nmsgstr \"変更を送信\"\n\nmsgid \"Support\"\nmsgstr \"サポート\"\n\nmsgid \"Support system\"\nmsgstr \"サポート\"\n\nmsgid \"Swap\"\nmsgstr \"スワップ\"\n\nmsgid \"Switch\"\nmsgstr \"変更\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"バックアップディレクトリに切り替え\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"ユーザーインターフェースを変更\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"システム\"\n\nmsgid \"System data\"\nmsgstr \"システムデータ\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"システムエラー - カスタムエラーページが更新されませんでした。\"\n\nmsgid \"System information\"\nmsgstr \"システム情報\"\n\nmsgid \"System tools\"\nmsgstr \"システムツール\"\n\nmsgid \"System under maintenance\"\nmsgstr \"保守対象のシステム\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"ターゲット\"\n\nmsgid \"Target domain\"\nmsgstr \"ターゲットドメイン\"\n\nmsgid \"Target port\"\nmsgstr \"ターゲットポート\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"ターゲットポートは番号でなければなりません。\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"一時フォルダが見つかりません。\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"顧客の%sの上限%dは、計算された上限を超えることはできません。\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"顧客の%s の上限%dは、既に使用されている%sより小さくなることはありません。\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"顧客の %s の制限を無効にすることはできません。'既に %d %sを持っているため。\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"このサービスは既に %s 制限が存在するため、無制限にはできません。\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"%s のプラグインバージョン %s は、i-MSCPバージョンと互換性がありません。\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \" %sの翻訳ファイルは無視されました：変換テーブルは空です。\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"`%s' SQLユーザーは利用できないか、または許可されていません。\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"ディレクトリ%sは存在しません。ファイルマネージャを使用してディレクトリを作成してください。\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"ドメインは現在無効になっています。そのプロパティの一部の変更は、完全または部分的な再度の有効化により発生します。\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"ドメインまたはエンティティの少なくとも一方が'OK'とは異なるステータスを持っています。\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"編集しようとしているドメインは存在しません。\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"編集するメニューは存在しません。\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"新しいドキュメントルート/htdocsディレクトリの内部に事前に存在している必要があります。\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"パッケージが破損しています。修正してください。\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"パッケージは、アップロード後にシステムに自動的にインストールされます。<br>新しいステータスを表示するにはサイトをリフレッシュしてください！\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"パスワードの項目が空です。\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"秘密鍵が提供するSSL証明書に属していません。\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"リモートファイルサイズ (%s)は1バイト未満です。URLを確認してください。\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"削除する代理店が一つ以上の顧客口座があります。最初にそれらを削除してください。\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"一部分しかアップロードされませんてした。\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"ユーザー名の項目が空です。\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"値はスタックで発見されている\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"値はスタックに発見されていない\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"値が等しくてはいけません\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"パッケージ内にエラーがあります。それをチェックしてください！<BR>新しいステータスを見るためにサイトをリフレッシュして！\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"保留中のタスクがありません。操作は取り消されました。\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"このパッケージ (%s, \"\n\"V%s)は、お買い上げの代理店によって削除されました。このパッケージをアンインストールしてください！<BR>手動でこのパッケージのファイルとデータベースを削除することができます！\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"データベースは完全に削除されます。この処理を回復することはできません。別のデータベースにリンクされていない場合は、このデータベースにリンクされている全てのユーザーも削除されます。\"\n\" '%s' データベースを削除してもよろしいですか？\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"htaccessグループが既に存在しています。\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"htaccessユーザーが既に存在しています。\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"このインタフェースは、追加またはIPアドレスを削除することができます。\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"このSQLユーザーがSQLサーバに接続しなければならないホストです。このSQLユーザーがどんなホストからでも接続を許すために \"\n\"%sワイルドカード文字を入力してください。\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"パッケージには、管理者のソフトウェアリポジトリに既に存在しています。\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"このパッケージには、代理店の\\\"%1$ s\\\"デポットに既に存在しています！\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"このパッケージには、ソフトウェアデポット内に既に存在しています！\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"このパッケージには、ソフトウェアリポジトリに既に存在しています。\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"このパッケージは、次のドメインにインストールされています：\"\n\nmsgid \"This package is not installed\"\nmsgstr \"このパッケージはインストールされていません\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"このパッケージはまだインストールされていません\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"このソフトウェアは、次のドメインにインストールされています：\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"ユーザはドメインレコードを持っています。まず、システムからドメインを削除します。\"\n\nmsgid \"TiB\"\nmsgstr \"TB\"\n\nmsgid \"Ticket information\"\nmsgstr \"チケット情報\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"チケットは解決しています。\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"サポートチケットは削除されました！\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"チケットは再開されました。\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"ID '%d'のチケットは見つかりません。\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"このプラグインを解除するには、 %s ファイルを編集する必要があります。\"\n\nmsgid \"Total\"\nmsgstr \"合計\"\n\nmsgid \"Total Domains\"\nmsgstr \"ドメイン数合計\"\n\nmsgid \"Total Software\"\nmsgstr \"ソフトウェア合計\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"全てのWebソフトウェアリポジトリ\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"インストール合計\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Webソフトウェアリポジトリ内のパッケージ合計\"\n\nmsgid \"Total reseller\"\nmsgstr \"総リセラー数\"\n\nmsgid \"Total software\"\nmsgstr \"ソフトウェア合計\"\n\nmsgid \"Traffic\"\nmsgstr \"トラフィック\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"統計情報\"\n\nmsgid \"Translated strings\"\nmsgstr \"翻訳された文字列\"\n\nmsgid \"Type\"\nmsgstr \"タイプ\"\n\nmsgid \"UP\"\nmsgstr \"UP\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL転送\"\n\nmsgid \"URL port\"\nmsgstr \"URLポート\"\n\nmsgid \"URL protocol\"\nmsgstr \"URLプロトコル\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"管理パネルへのURL\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"ID '%s'のチケットをクローズできません。\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"言語ファイルのための'%s' ディレクトリを作成できません。\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"言語ファイルのための\\\"LC_MESSAGES\\\"ディレクトリを作成できません。\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"i-MSCP情報ファイルを削除することができません。\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"IPアドレスリストを取得できません。この問題を修正してください。\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"GitHubからの更新情報を取得できません\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"i-MSCP情報ファイルを読み込むことができません。\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"ファイルを移動することができません。\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Webソフトウェアリポジトリのインデックスファイルを読み込むことができません。\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"%s ファイルを読むことができません。\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"プラグインの %sファイルを読み込むことができません。ファイルの権限を確認してください\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Webソフトウェア用のXMLファイルを読み取ることができません。\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"ID '%sのチケットは再開できません。.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"顧客アカウントの削除を予定することができません。メッセージが管理者に送信されています。\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"顧客アカウントの削除を予定することができません。詳細については、管理者ログやメールでご相談ください。\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"自己署名オプションを許可するSSLを設定できません\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"SSL verifypeerオプションを設定することができません\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"ファイルをアップロードすることができません。最大アップロードファイルサイズ (%1$d MB) に達しましたか？\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"前方URLで許可されていないポート。1024以上のポートのみが許可されています。\"\n\nmsgid \"Unauthorized\"\nmsgstr \"許可されていない\"\n\nmsgid \"Unavailable\"\nmsgstr \"使用禁止\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"予期しないエラー\"\n\nmsgid \"Uninstall\"\nmsgstr \"アンインストール\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"プラグインをアンインストール\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"アンインストール中...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"アンインストール\"\n\nmsgid \"Unknown\"\nmsgstr \"不明\"\n\nmsgid \"Unknown Error\"\nmsgstr \"不明なエラー\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"不明な  `%s'データベースです。データベースが存在する必要があります。\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"不明のアクションが要求された。\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"不明のアクション： %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"未知のブルートフォース検出型：%s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"不明な言語名が指定されました。\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"不明なレイアウトカラーが指定されました。\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"理由が不明。\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"'不正なサービス名 '%s' 。\"\n\nmsgid \"Unknown status\"\nmsgstr \"未確認状態\"\n\nmsgid \"Unknown type.\"\nmsgstr \"不明な種別が指定されました。\"\n\nmsgid \"Unknown username.\"\nmsgstr \"未知のユーザー名。\"\n\nmsgid \"Update\"\nmsgstr \"更新\"\n\nmsgid \"Update Plugins\"\nmsgstr \"プラグイン更新\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"SQLユーザーパスワード更新\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Webソフトウェアのリポジトリから更新する\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Webデポットから更新します\"\n\nmsgid \"Update in progress...\"\nmsgstr \"更新処理中...\"\n\nmsgid \"Update info\"\nmsgstr \"最新版情報\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"Webソフトウェアリポジトリ索引の更新が中止されました。欠落しているか、空のフィールドです。\"\n\nmsgid \"Update password\"\nmsgstr \"パスワードを更新\"\n\nmsgid \"Updates\"\nmsgstr \"アップデート\"\n\nmsgid \"Upload\"\nmsgstr \"アップロード\"\n\nmsgid \"Upload logo\"\nmsgstr \"ロゴをアップロード\"\n\nmsgid \"Upload now\"\nmsgstr \"アップロード開始\"\n\nmsgid \"Uptime\"\nmsgstr \"稼働時間\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"ドメイン名のラベルにドットの使用は禁止されています。\"\n\nmsgid \"Usage status\"\nmsgstr \"利用状況\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"通常接続を使用する（SSLなし）\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"安全な接続を使用する（SSL）\"\n\nmsgid \"Used\"\nmsgstr \"使用量\"\n\nmsgid \"Used database\"\nmsgstr \"使用するデータベース\"\n\nmsgid \"User\"\nmsgstr \"ユーザー\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"ユーザーの氏名（姓と名）\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"ユーザーデータは更新されませんでした。\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"ユーザーデータが更新されました。\"\n\nmsgid \"User errors\"\nmsgstr \"ユーザーエラー\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"ユーザーが削除されていない。\"\n\nmsgid \"User login (system) name\"\nmsgstr \"ユーザーのログイン名\"\n\nmsgid \"User password\"\nmsgstr \"ユーザーパスワード\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"ユーザーの本当の名前（姓と名）\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"ユーザーの削除が予定されました。\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"ユーザーセッションが破棄に成功。\"\n\nmsgid \"User statistics\"\nmsgstr \"Web統計\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"ユーザーが正常に切断された。\"\n\nmsgid \"User type\"\nmsgstr \"ユーザータイプ\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"ユーザータイプ (管理者, リセラー, ユーザー)\"\n\nmsgid \"Username\"\nmsgstr \"ユーザー名\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"アプリケーションへのログイン用のユーザー名とパスワード\"\n\nmsgid \"Users\"\nmsgstr \"ユーザー\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"PHP %%s ディレティブの値が %%d から%%d　の範囲でなければなりません。\"\n\nmsgid \"Values\"\nmsgstr \"値\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"ベンダーホームページ\"\n\nmsgid \"Version\"\nmsgstr \"バージョン\"\n\nmsgid \"Very high\"\nmsgstr \"緊急\"\n\nmsgid \"View\"\nmsgstr \"表示\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"SSL証明書を表示する\"\n\nmsgid \"View ticket\"\nmsgstr \"チケットを表示\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"プラグインサイトの訪問\"\n\nmsgid \"Warning traffic\"\nmsgstr \"警告トラフィック\"\n\nmsgid \"Warning!\"\nmsgstr \"警告！\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"警告とエラー\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"申し訳ありませんが、システムは現在メンテナンス中です。\\n\"\n\"後でもう一度やり直してください。\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Web 統計\"\n\nmsgid \"Web files only\"\nmsgstr \"Webファイルのみ\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Webフォルダの保護\"\n\nmsgid \"Web in\"\nmsgstr \"Web in\"\n\nmsgid \"Web out\"\nmsgstr \"Web out\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Webソフトウェアデポットのパッケージ合計\"\n\nmsgid \"Web software repository\"\nmsgstr \"Web ソフトウェアリポジトリ\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Webソフトウェアリポジトリのインデックスが正常に更新されています。\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Webソフトウェアリポジトリのインデックスは既に最新です。\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web統計\"\n\nmsgid \"Web traffic\"\nmsgstr \"Webトラフィック\"\n\nmsgid \"Webmail\"\nmsgstr \"Webメール\"\n\nmsgid \"Webtools\"\nmsgstr \"Webツール\"\n\nmsgid \"Welcome email\"\nmsgstr \"ウェルカムメール\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"ようこそメールテンプレートが更新されました。\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"{USERNAME} さんi-MSCPへようこそ！\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \" 'yes'と設定すると、PHPスクリプトは、PHPのexec（）関数を呼び出すことができます。\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"`自動'に設定すると、自動的にIPアドレスが設定されています。\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"`手動'に設定すると、管理者に設定は任されています。\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"間違っていたり、許可されていないIPアドレス。\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"間違っていたり、許可されていないIPネットマスク。\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"リセラーIDに誤りがあります。\"\n\nmsgid \"Wrong security code\"\nmsgstr \"暗証番号に誤りがあります\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"ソフトウェアIDに誤りがあります。\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"新しい有効期限の構文に誤りがあります。\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"%s 制限の構文に誤りがあります。\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"メール容量値の構文に誤りがあります。\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"ユーザーレベルの提供に誤り。\"\n\nmsgid \"Wrong username.\"\nmsgstr \"ユーザー名に誤りがあります。\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"WebソフトウェアリポジトリのXMLファイルへのURL\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"年\"\n\nmsgid \"Yes\"\nmsgstr \"はい\"\n\nmsgid \"YiB\"\nmsgstr \"YB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"月次のサーバのトラフィック制限を超えています。\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"FTPアカウント数の制限を超えています。\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"SQLデータベース制限を超えています。\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"SQLユーザー制限を超えています。\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"ディスク容量の制限を超えています。\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"メールアカウント数の制限を超えています。\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"月次のトラフィック制限を超えています。\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"サブドメイン数の制限を超えています。\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"自分のセッションに基づいて行動することは許されません。\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"イメージをアップロードすることができるだけです。\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"代替ドキュメントルートを設定することができます。symfonyのようなほとんどのPHPフレームワークを使用する場合は必要とされています。新しいドキュメントルートがデフォルトの\"\n\" `/ \"\n\"htdocsの'ドキュメントルートの内側に居ることに注意してください。新しいドキュメントルートのディレクトリは事前に存在しなければならないことに注意してください。\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"顧客アカウントを持っているリセラーは削除できません。\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"デフォルトの管理者を削除することはできません。\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"あなたは最後のアクティブなIPアドレスを削除することはできません。\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"それ自体に%sを転送することはできません。\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"代理店に割り当てられているIPアドレスを削除することはできません。\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"過去に有効期限を設定することはできません。\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"既に使用中のIPアドレスの割り当てを解除することはできません。\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"保護されたプラグインを更新することはできません。\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"DNSリソースレコードを持っていません。\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"FTPアカウントを持っていません。\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"任意のソフトウェアがまだアップロードされていません\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"データベースを持っていません。\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"ドメインエイリアスを持っていません。\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"ソフトウェアをアップロードする権限がありません。\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"アクセス制限領域を持っていません。\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"サブドメインを持っていません。\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"ディスク容量の制限があります。無制限のディスク容量を持つユーザーを追加することはできません。\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"毎月のトラフィックの制限があります。無制限の月次トラフィックでユーザーを追加することはできません。\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"サポートチケットには %d の新しい回答があります。\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"新しいドメインエイリアス注文が %d あります\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"あなたは、%d サポートチケットを持っています。\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"%s分間ブロックされています。\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"ログアウトしました。\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"このユーザーは無効なSQLデータベースを持っています。ここでSQLユーザーを持つことができません。\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"閉じたチケットを持っていません。\"\n\nmsgid \"You have no groups.\"\nmsgstr \"グループがありません。\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"オープンチケットを持っていません。\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"サブスクリプションによって許可されたドメインエイリアスの最大数に達しました。\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"サブスクリプションで許可されているサブドメインの最大数に達しました。\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"ファイルアップロードとwget-機能を選ばなければなりません。\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"代理店に少なくとも１つのIPを割り当てる必要があります。\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"ローカル又はリモートのアップロードのどちらかを選択する必要があります。\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"パスワードを確認しなければなりません。\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"ドメインエイリアス名を入力する必要があります。\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"サブドメイン名を入力する必要があります。\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"最初にユーザーを作成する必要があります。\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"最初に生成ボタンをクリックしてパスワードを生成する必要があります。\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"アップロードするファイルを選択する必要があります。\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"アップロード/ダウンロードするファイルを選択する必要があります。\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"少なくとも一つのプラグインを選択する必要があります。\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"メッセージを指定する必要があります。\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"件名を指定する必要があります。\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"次の試行の前に%s分待つ必要があります。\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"このドメインの全てのサブドメインがSSLを介して提供されている場合にのみ、このディレクティブを有効にする必要があります。このディレクティブを追加している場合でも、これは自動的にHSTSは、このドメインのサブドメインのために備えて活性化しないことに注意してください。\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"アカウントの有効期限が切れています。契約を更新してください。\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"あなたの消費量\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"あなたのi-MSCPバージョンは、このプラグインと互換性がありません。新しいバージョンでお試しください。\"\n\nmsgid \"Your message\"\nmsgstr \"本文\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"メッセージは送信されました。\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"新しい i-MSCPログイン\"\n\nmsgid \"Your new password\"\nmsgstr \"新しいパスワード\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"パッケージが破損しています。修正してください！\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"リモート・ファイル・サイズ(%s)は、1バイト未満です。URLをご確認ください。\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"パスワード更新要求を優先することはできません。数分後に再実行してください。\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"パスワードの更新のため要求のいずれかが無効であるか、有効期限が切れています。\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"ソフトウェアパッケージは活性化されています\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"ソフトウェアパッケージは削除されました\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"郵便番号\"\n\nmsgid \"Zone\"\nmsgstr \"ゾーン\"\n\nmsgid \"[New]\"\nmsgstr \"[新規]\"\n\nmsgid \"[Re]\"\nmsgstr \"[返信]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"日本語 - Japanese\"\n\nmsgid \"activated\"\nmsgstr \"有効化されました\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"有効 (ソフトウェアデポット)\"\n\nmsgid \"addition\"\nmsgstr \"追加\"\n\nmsgid \"administrator\"\nmsgstr \"管理者\"\n\nmsgid \"and\"\nmsgstr \"と\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"削除中\"\n\nmsgid \"disabled\"\nmsgstr \"無効\"\n\nmsgid \"disk space\"\nmsgstr \"ディスクスペース\"\n\nmsgid \"domain\"\nmsgstr \"ドメイン\"\n\nmsgid \"domain alias\"\nmsgstr \"ドメインエイリアス\"\n\nmsgid \"domain aliases\"\nmsgstr \"ドメインエイリアス\"\n\nmsgid \"domain data\"\nmsgstr \"ドメインデータ\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"ドメイン\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"すべて\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"他のブラウザから\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - アプリケーション管理（アクセス権）\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - マルチサーバコントロールパネル / ログイン\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - マルチサーバーコントロールパネル / パスワード紛失\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - マルチサーバコントロールパネル / メンテナンス\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - ソフトウェアインストール / 管理\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - ソフトウェア管理\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - ソフトウェア管理（アクセス権）\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - ソフトウェア管理\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / ソフトウェアインストール / 管理\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP ソフトウェアインストール / Webソフトウェアリポジトリ\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP Webソフトウェアリポジトリー\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP プラグインストア\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP 更新\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"i-MSCPバージョンの更新チェックが無効になっています\"\n\nmsgid \"installed\"\nmsgstr \"インストールされました\"\n\nmsgid \"installing\"\nmsgstr \"インストール中\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"インターネットマルチサーバコントロールパネル\"\n\nmsgid \"kB\"\nmsgstr \"KB\"\n\nmsgid \"kiB\"\nmsgstr \"KiB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"メール\"\n\nmsgid \"mail account\"\nmsgstr \"メールアカウント\"\n\nmsgid \"mail accounts\"\nmsgstr \"メールアカウント\"\n\nmsgid \"missing alias\"\nmsgstr \"エイリアスが見つからない\"\n\nmsgid \"missing domain\"\nmsgstr \"ドメインが見つからない\"\n\nmsgid \"n\\\\a\"\nmsgstr \"n\\\\a\"\n\nmsgid \"no\"\nmsgstr \"いいえ\"\n\nmsgid \"not available\"\nmsgstr \"利用可能でありません。\"\n\nmsgid \"not required\"\nmsgstr \"選択\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"過去一月\"\n\nmsgid \"older than 12 months\"\nmsgstr \"過去1年\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"過去2週間\"\n\nmsgid \"older than 3 months\"\nmsgstr \"過去3ヶ月\"\n\nmsgid \"older than 6 months\"\nmsgstr \"過去半年\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"または、リモートファイル (最大: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"親のないエントリ\"\n\nmsgid \"required\"\nmsgstr \"必須\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"サブドメイン\"\n\nmsgid \"subdomains\"\nmsgstr \"サブドメイン\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"トラフィック\"\n\nmsgid \"update\"\nmsgstr \"更新\"\n\nmsgid \"waiting for activation\"\nmsgstr \"アクティベーション待ち\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"はい\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"Web統計 - {USERNAME} \"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 i-MSCP チーム<br>All Rights Reserved\"\n"
  },
  {
    "path": "i18n/po/lt_LT.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Laurent Declercq <l.declercq@nuxwin.com>, 2017\\n\"\n\"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/i-mscp/teams/576/lt_LT/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: lt_LT\\n\"\n\"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"Veiksmas\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"\"\n\nmsgid \"Activate\"\nmsgstr \"\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Pridëti\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"\"\n\nmsgid \"Add SQL user\"\nmsgstr \"\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"Pridëti administratoriu\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Pridëti domeno pavadinimus\"\n\nmsgid \"Add group\"\nmsgstr \"\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Pridëti hostingo planà\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"Pridëti perpardavinëtojà\"\n\nmsgid \"Add subdomain\"\nmsgstr \"\"\n\nmsgid \"Add user\"\nmsgstr \"\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"Administratorius\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"Administratorius\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"Administratoriaus lygis\"\n\nmsgid \"Administrator login\"\nmsgstr \"Administratoriaus prisijungimas\"\n\nmsgid \"Administrators\"\nmsgstr \"\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Visi\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Visi in\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"Visi out\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"Visas srautas\"\n\nmsgid \"All users\"\nmsgstr \"Visiems varotojams\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"\"\n\nmsgid \"Apply changes\"\nmsgstr \"Pritaikyti pakeitimus\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Ar tikrai norite paðalinti %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Ar tikrai norite atkûrti ið backup?\"\n\nmsgid \"Assign\"\nmsgstr \"Paskirtis\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Gráþti\"\n\nmsgid \"Backup\"\nmsgstr \"Atsarginë kopija\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce aptikimas\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Atðaukti\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Tikrinti ar yra atnaujinimø\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"\"\n\nmsgid \"Choose dir\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Miestas\"\n\nmsgid \"Class\"\nmsgstr \"\"\n\nmsgid \"Clear log\"\nmsgstr \"\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"Spausk Atkûrti mygtukà ir sistema atkurs ið paskutinës dienos backup\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Uþdaryti bilietai\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Ámonë\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Ðalis\"\n\nmsgid \"Create\"\nmsgstr \"\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Papildomi klaidø puslapiai\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"DOWN\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Kasdieniniai backup\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgid \"Day\"\nmsgstr \"Diena\"\n\nmsgid \"Days\"\nmsgstr \"\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Trinti\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Trinti ið áraðø\"\n\nmsgid \"Delete order\"\nmsgstr \"\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Apraðymas\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Iðjungta\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Talpa\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domenas\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domeno IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"\"\n\nmsgid \"Domain account\"\nmsgstr \"Domeno sàskaita\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domenø pavadinimø klaidos\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domenø pavadinimai\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Domeno detalës\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domenø klaidos\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Domeno pavadinimas\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domenø statistikos\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"Domenai\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domenø per puslapá\"\n\nmsgid \"Done\"\nmsgstr \"Baigti\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Keisti\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"\"\n\nmsgid \"Edit error page\"\nmsgstr \"\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Redaguoti hostingo planà\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Redaguoti perpardavinëtojà\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"El.paðtas\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"El.paðto nustatimai\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"Ájungta\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"Klaidos\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP sàskaitø\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP srautas\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Faksas\"\n\nmsgid \"Feature\"\nmsgstr \"Ypatybë\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"Moteris\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Failø sistemos informacija\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Vardas\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Nukreipti á URL\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Laisva\"\n\nmsgid \"From\"\nmsgstr \"Nuo\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Ið perpardavinëtojo\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Lytis\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"\"\n\nmsgid \"General settings\"\nmsgstr \"Pagrindingiai nustatymai\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"\"\n\nmsgid \"Group members\"\nmsgstr \"\"\n\nmsgid \"Group name\"\nmsgstr \"\"\n\nmsgid \"Groups\"\nmsgstr \"\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"Hostas\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Hostingo planai\"\n\nmsgid \"Hour\"\nmsgstr \"Valanda\"\n\nmsgid \"Hours\"\nmsgstr \"\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IP adresas\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 adresas\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Diegti\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instrukcija pasisiøsti ðiandienos backup\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"Uþdaryti sesijà\"\n\nmsgid \"Label\"\nmsgstr \"Paþyma\"\n\nmsgid \"Language\"\nmsgstr \"Kalba\"\n\nmsgid \"Language file\"\nmsgstr \"Kalbos failas\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"Paskutinis prisijungimas\"\n\nmsgid \"Last name\"\nmsgstr \"Pavardë\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"Lygis\"\n\nmsgid \"Limit\"\nmsgstr \"Limitas\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Prisijungti\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Prisijungti su savo FTP sàskaita\"\n\nmsgid \"Logo file\"\nmsgstr \"Logo failas\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"\"\n\nmsgid \"Lost password\"\nmsgstr \"Pamirðau slaptaþodá\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Prarasto slaptaþodþio nuoroda\"\n\nmsgid \"Low\"\nmsgstr \"\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"El.paðtas\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"El.paðto sàskaitos klaidos\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"El.paðto sàskaitø\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Remonto bûsena\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Vyras\"\n\nmsgid \"Manage SQL\"\nmsgstr \"\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Daugiausiai bandymø prisijungti\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Praneðimas\"\n\nmsgid \"Message template\"\nmsgstr \"\"\n\nmsgid \"Message template info\"\nmsgstr \"\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"\"\n\nmsgid \"Minutes\"\nmsgstr \"\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Mënuo\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"Pagrindas\"\n\nmsgid \"Mount point\"\nmsgstr \"\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Pavadinimas\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"\"\n\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Priminimai, Áspëjimai ir Klaidos\"\n\nmsgid \"Ok\"\nmsgstr \"\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"Atidaryti bilietai\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Kita in\"\n\nmsgid \"Other out\"\nmsgstr \"Kita out\"\n\nmsgid \"Other settings\"\nmsgstr \"Kiti nustatymai\"\n\nmsgid \"Overview\"\nmsgstr \"\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP in\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP out\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP srautas\"\n\nmsgid \"Package actions\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"Lentos numatyta kalba\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Particija\"\n\nmsgid \"Password\"\nmsgstr \"Slaptaþodis\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Slaptaþodþio nustatymai\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Procentai\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"Asmeninë informacija\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"\"\n\nmsgid \"Phone\"\nmsgstr \"Telefonas\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Portas\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Uþkirsti iðorinius prisijungimus administratoriams\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Uþkristi iðorinius prisijungimu klientams\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Uþkirsti iðorinius prisijungimus perpardavinëtojams\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Svarbûmas\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Apsaugotos vietos\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokolas\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"Ðalinti\"\n\nmsgid \"Remove IP\"\nmsgstr \"Ðalinti IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Pakartoti slaptaþodá\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"Perpardavinëtojas\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"Perpardavinëtojo lygis\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"Perpardavinëtojo vardas\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"Perpardavinëtojo klientai\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"Perpardavinëtojas\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Atitaisyti\"\n\nmsgid \"Restore\"\nmsgstr \"Atkûrti\"\n\nmsgid \"Restore backup\"\nmsgstr \"Atkûrti ið backup\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP in\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP out\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP srautas\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL duombaziø\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL vartotojø\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Saugoti\"\n\nmsgid \"Search\"\nmsgstr \"\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Apsaugos kodas\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Siøsti praneðimà\"\n\nmsgid \"Send message to\"\nmsgstr \"Siøsti praneðima kam\"\n\nmsgid \"Send reply\"\nmsgstr \"Siøsti atsakymà\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Serverio portai\"\n\nmsgid \"Server statistics\"\nmsgstr \"Serverio statistikos duomenys\"\n\nmsgid \"Server status\"\nmsgstr \"Serverio bûklë\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Paslaugos pavadinimas\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"Paslaugos protokolas\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Nustatymai\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Rodyti\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Rodyti\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"Dydis\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Rajonas\"\n\nmsgid \"Statistics\"\nmsgstr \"\"\n\nmsgid \"Status\"\nmsgstr \"Bûsena\"\n\nmsgid \"Street 1\"\nmsgstr \"Gatvë 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Gatvë 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomenas\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Subdomenø klaidos\"\n\nmsgid \"Subdomain name\"\nmsgstr \"\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomenai\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Tema\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Patvirtinti pakeitimus\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"Pagalbos sistema\"\n\nmsgid \"Swap\"\nmsgstr \"\"\n\nmsgid \"Switch\"\nmsgstr \"\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Portas\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Viso\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"Srautas\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"Tipas\"\n\nmsgid \"UP\"\nmsgstr \"UP\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL protokolas\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL á ðià administracijos lentelæ\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Neþinoma\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Neþinoma klaida\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Atnaujinti\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Ákelti\"\n\nmsgid \"Upload logo\"\nmsgstr \"Ákelti logo\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Panaudota\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Vartotojas\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Vartotojo vardas ir pavardë\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Vartotojo prisijungimo (sistemos) vardas\"\n\nmsgid \"User password\"\nmsgstr \"Vartotojo slaptaþodis\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Vartotojo tikras vardas ir pavardë\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Vartotojo tipas\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Vartotojo tipas (administratorius, perpardavinëtojas, vartotojsa)\"\n\nmsgid \"Username\"\nmsgstr \"Vartotojo vardas\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Vartotojai\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"\"\n\nmsgid \"View\"\nmsgstr \"Rodyti\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Áspëjimai ir Klaidos\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Web in\"\n\nmsgid \"Web out\"\nmsgstr \"Web out\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"\"\n\nmsgid \"Web traffic\"\nmsgstr \"Tinklapio srautas\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"Metai\"\n\nmsgid \"Yes\"\nmsgstr \"Taip\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Paðto dëþutës kodas\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Lietuviø - Lithuanian\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"Domenas\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Domenai\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"viskà\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP atnaujinimai\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/A\"\n\nmsgid \"no\"\nmsgstr \"ne\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"senesnius nei mënuo\"\n\nmsgid \"older than 12 months\"\nmsgstr \"senesnius nei metai\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"senesnius nei 2 savaitës\"\n\nmsgid \"older than 3 months\"\nmsgstr \"senesnius nei 3 mënesiai\"\n\nmsgid \"older than 6 months\"\nmsgstr \"senesnius nei 6 mënesiai\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Subdomenas\"\n\nmsgid \"subdomains\"\nmsgstr \"Subdomenai\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Srautas\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"taip\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/nb_NO.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Laurent Declercq <l.declercq@nuxwin.com>, 2017\\n\"\n\"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/i-mscp/teams/576/nb_NO/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: nb_NO\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"Kontonavn\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"Handling\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"Handlinger\"\n\nmsgid \"Activate\"\nmsgstr \"Aktiver\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Legg til\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Legg til SQL database\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Legg til SQL bruker\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"Legg til admin\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Legg til domene peker\"\n\nmsgid \"Add group\"\nmsgstr \"Legg til gruppe\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Legg til betalingsløsning\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Legg til nytt beskyttet område\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"Legg til forhandler\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Legg til underdomene\"\n\nmsgid \"Add user\"\nmsgstr \"Legg til bruker\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"Admin\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"Admin logg\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"Admin bruker\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrator\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"Administrator nivå\"\n\nmsgid \"Administrator login\"\nmsgstr \"Administrator login\"\n\nmsgid \"Administrators\"\nmsgstr \"Administratorer\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Alle\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Alle felter er nødvendig.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Alt inn\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"Alt ut\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"All traffikk\"\n\nmsgid \"All users\"\nmsgstr \"Alle brukere\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"OK\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"OK\"\n\nmsgid \"Apply changes\"\nmsgstr \"Utfør endringer\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Er du sikkerpå du vil slette %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Er du sikker på at du vil tilbakeføre sikkerhetskopien?\"\n\nmsgid \"Assign\"\nmsgstr \"Tildel\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Tilbake\"\n\nmsgid \"Backup\"\nmsgstr \"Sikkerhetskopiering\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce detektering\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Avbryt\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"Endre\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Sjekk for oppdateringer\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Velg\"\n\nmsgid \"Choose dir\"\nmsgstr \"Vel mappe\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Velg betalingsløsning\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"By\"\n\nmsgid \"Class\"\nmsgstr \"\"\n\nmsgid \"Clear log\"\nmsgstr \"Fjern logg\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Trykk på Gjenopprett knappen og systemet vil tilbakeføre den siste daglige \"\n\"sikkerhetskopien\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"OK\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Lukkede saker\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Firma\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgid \"Create\"\nmsgstr \"OK\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Laget av\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Opprettelses dato\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Egendefinerte feilsider\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Egendefinerte menyer\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"NEDE\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Daglig sikkerhetskopiering\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Database Navn og Brukere\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Database navn\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Database brukere\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"Dato\"\n\nmsgid \"Day\"\nmsgstr \"Dag\"\n\nmsgid \"Days\"\nmsgstr \"Dager\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Slett\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Slett fra logg:\"\n\nmsgid \"Delete order\"\nmsgstr \"Slatt ordre\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Slett forhandler programvare\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Beskrivelse\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Detaljer\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Deaktivert\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Disk\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"Disk bruk\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domene\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domene IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"\"\n\nmsgid \"Domain account\"\nmsgstr \"Domene konto\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"Domene pekere\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domene peker feil\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domene IDENTITETER\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Domene detaljer\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domene feil\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Domenenavn\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domene statestikk\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"Domener\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domener per side\"\n\nmsgid \"Done\"\nmsgstr \"Ferdig\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Endre\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"Domene innstillinger\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Endre domene pekere\"\n\nmsgid \"Edit error page\"\nmsgstr \"\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Endre betalingsplan\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Endre forhandler\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"Email\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"Email oppsett\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"Aktivert\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Feil: Fil ikke funnet!\"\n\nmsgid \"Errors\"\nmsgstr \"Feilemeldinger\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP kontoer\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP kontoer\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP trafikk\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"EGENSKAPER\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"Dame\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Filen eksisterer ikke. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"Filbehandler\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Filsystem informasjon\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Fornavn\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Fremmover\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"Videresend til\"\n\nmsgid \"Forward to URL\"\nmsgstr \"WWW-videresendings URL\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Ledig\"\n\nmsgid \"From\"\nmsgstr \"Fra\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Fra forhandler\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Kjønn\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"Generell informasjon\"\n\nmsgid \"General settings\"\nmsgstr \"Generelle instillinger\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"Gruppe\"\n\nmsgid \"Group members\"\nmsgstr \"Gruppe medlemmer\"\n\nmsgid \"Group name\"\nmsgstr \"Gruppenavn\"\n\nmsgid \"Groups\"\nmsgstr \"Grupper\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Høy\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"Tjener\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Betalingsplaner\"\n\nmsgid \"Hour\"\nmsgstr \"Time\"\n\nmsgid \"Hours\"\nmsgstr \"Timer\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"\"\n\nmsgid \"IPv6 address\"\nmsgstr \"\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Installer\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instruksjoner for å laste ned dagens sikkerhetskopi\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Ugyldig gruppenavn!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Kernel Version\"\n\nmsgid \"Kill session\"\nmsgstr \"Drep sesjon\"\n\nmsgid \"Label\"\nmsgstr \"Merke\"\n\nmsgid \"Language\"\nmsgstr \"Språk\"\n\nmsgid \"Language file\"\nmsgstr \"Språk fil\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"Siste tilgang\"\n\nmsgid \"Last name\"\nmsgstr \"Etternavn\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"Utseende\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"Nivå\"\n\nmsgid \"Limit\"\nmsgstr \"Grense\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Last (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Login\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Logg inn med din FTP konto\"\n\nmsgid \"Logo file\"\nmsgstr \"Logo fil\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"Log ut\"\n\nmsgid \"Lost password\"\nmsgstr \"Tapt passord\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Mistet passord link\"\n\nmsgid \"Low\"\nmsgstr \"Lav\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"Mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Mail konto feil\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Mail kontoer\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Vedlikeholds modus\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Mann\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Administrer SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Administrer brukere og grupper\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Maksimalt antall inloggingsforsøk\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"Middels\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Melding\"\n\nmsgid \"Message template\"\nmsgstr \"Meldingsmal\"\n\nmsgid \"Message template info\"\nmsgstr \"Meldingsmal informasjon\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Send melding til forhandler før sletting av programvare\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Minutt\"\n\nmsgid \"Minutes\"\nmsgstr \"Minutter\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Måned\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"Monter\"\n\nmsgid \"Mount point\"\nmsgstr \"Monteringspunkt\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Navn\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Ny sak\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"Neste steg\"\n\nmsgid \"No\"\nmsgstr \"Nei\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Informasjon, Advarsler og Feilmeldinger\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"Åpne saker\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"Ordre\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Annet inn\"\n\nmsgid \"Other out\"\nmsgstr \"Annet ut\"\n\nmsgid \"Other settings\"\nmsgstr \"Andre instillinger\"\n\nmsgid \"Overview\"\nmsgstr \"Oversikt\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD utvidelse ikke startet.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP trafikk\"\n\nmsgid \"Package actions\"\nmsgstr \"Pakke handlinger\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"Pakke installasjons type\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"Språkpakke\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"Pakke tittel\"\n\nmsgid \"Package type\"\nmsgstr \"Pakketype\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Pakke leverandør HP\"\n\nmsgid \"Package version\"\nmsgstr \"Pakke version\"\n\nmsgid \"Panel default language\"\nmsgstr \"\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Partisjon\"\n\nmsgid \"Password\"\nmsgstr \"Passord\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"Sti\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Prosent\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"Personlig informasjon\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personifiser map\"\n\nmsgid \"Phone\"\nmsgstr \"Telefon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Blokker ekstern pålogging for admin\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Blokker ekstern pålogging for kunder\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Blokker ekstern pålogging for forhandlere\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Prioritet\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Beskyttede områder\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokoll\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"Fjern\"\n\nmsgid \"Remove IP\"\nmsgstr \"Fjern IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Gjenta passord\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"Forhandler\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"Forhandler data\"\n\nmsgid \"Reseller level\"\nmsgstr \"Forhandler nivå\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"Forhandler navn\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"Forhandler brukere\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"Forhandlere\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Resett\"\n\nmsgid \"Restore\"\nmsgstr \"Gjenopprett\"\n\nmsgid \"Restore backup\"\nmsgstr \"Gjenopprett sikkerhetskopi\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"\"\n\nmsgid \"SMTP out\"\nmsgstr \"\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP trafikk\"\n\nmsgid \"SQL\"\nmsgstr \"\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL databaser\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL brukernavn\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL brukere\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Lagre\"\n\nmsgid \"Search\"\nmsgstr \"Søk\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Sikkerhetskode\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Send melding\"\n\nmsgid \"Send message to\"\nmsgstr \"Send melding til\"\n\nmsgid \"Send reply\"\nmsgstr \"Send svar\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Server porter\"\n\nmsgid \"Server statistics\"\nmsgstr \"Server statistikk\"\n\nmsgid \"Server status\"\nmsgstr \"Server status\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protokoll\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Instillinger\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Vis\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Vis i\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"Størrelse\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Programvare ble aktivert.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Programvare ble slettet.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Stat/Provins\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistikk\"\n\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgid \"Street 1\"\nmsgstr \"Adresse 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Adresse 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Underdomene\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Underdomene feil\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Underdomene navn\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Underdomener\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Emne\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Oppdater endringer\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"Hjelp system\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Bytt\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"Systemverktøy\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Port\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"Trafikk\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgid \"UP\"\nmsgstr \"OPPE\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL protokoll\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL til dette adminstrasjonspanelet\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Ukjent\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Ukjent feil\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Oppdater\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Last opp fra web lager\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Last opp\"\n\nmsgid \"Upload logo\"\nmsgstr \"Last opp logo\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Brukt\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Bruker\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Bruker (for og etter) navn\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Bruker data ble ikke oppdatert.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Bruker login (system) navn\"\n\nmsgid \"User password\"\nmsgstr \"Brukerpassord\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Brukerens ekte (for og etter) navn\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Bruker markert for sletting.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Brukertype\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Bruker type (admin,forhandler,klient)\"\n\nmsgid \"Username\"\nmsgstr \"Brukernavn\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Brukere\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"Veldig høy\"\n\nmsgid \"View\"\nmsgstr \"Vis\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Advarsler og Feilmeldinger\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Web inn\"\n\nmsgid \"Web out\"\nmsgstr \"Web ut\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web statistikk\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web trafikk\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Webverktøy\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Feil sikkerhetskode\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Feil programvare id.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"År\"\n\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Du må velge en fil til opplasting/nedlasting\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"Din melding\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Postnummer\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Norsk (Bokmål) - Norwegian (Bokmål)\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"Domene\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Domener\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"alt\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Pålogging\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP oppdateringer\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/A\"\n\nmsgid \"no\"\nmsgstr \"nei\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"eldre enn 1 måned\"\n\nmsgid \"older than 12 months\"\nmsgstr \"eldre enn 12 måneder\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"eldre enn 2 uker\"\n\nmsgid \"older than 3 months\"\nmsgstr \"eldre enn 2 måneder\"\n\nmsgid \"older than 6 months\"\nmsgstr \"eldre enn 6 måneder\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Underdomene\"\n\nmsgid \"subdomains\"\nmsgstr \"Underdomener\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Trafikk\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"ja\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/nl_NL.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: i-MSCP <team@i-mscp.net>, 2017\\n\"\n\"Language-Team: Dutch (Netherlands) (https://www.transifex.com/i-mscp/teams/576/nl_NL/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: nl_NL\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Beheerder / Ondersteuning / Open tickets\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"Klant / Tools / Aangepaste foutpagina's / Foutpagina's aanpassen\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Foutief IP-adres.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN wordt automatisch achter de domeinnaam, hostnamen en canonieke namen\"\n\" geplaatst\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"$ORIGIN is momenteel ingesteld op: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"%%s kan niet groter zijn dan %%s.\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Softwaredepot)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Versie: %2$s, Taal: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s is ingelogd als %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Software\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"%d dag totdat uw account verloopt\"\nmsgstr[1] \"Over %d dagen verloopt uw account\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d tekenreeksen vertaald\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s account is verwijderd.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s lijkt niet op een i-MSCP invoegtoepassingsarchief.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s bestaat niet of is leeg.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s is geen geldig i-MSCP taalbestand.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s is niet toegestaan als subdomeinlabel.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s pagina\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s record\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: Het verbruik van deze klant (%s) is groter dan het nieuwe limiet voor \"\n\"deze wederverkoper.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: Het aantal items (%s) dat al is toegewezen aan de wederverkoper is \"\n\"groter dan het limiet.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Deze wederverkoper heeft klanten met ongelimiteerde items.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: U kunt geen dienst uitschakelen als deze reeds door klanten van de \"\n\"wederverkoper in gebruik is.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: U kunt een dienst of onderdeel welke reeds aan klanten van de \"\n\"wederverkoper worden verkocht niet uitschakelen.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() niet geïmplementeerd en %s niet gevonden. Dit is een bug in de\"\n\" invoegtoepassing %s welke bij de maker(s) gemeld dient te worden.\"\n\nmsgid \"(default)\"\nmsgstr \"(standaard)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(uit %s gevonden eenheden)\"\n\nmsgid \"(usually named\"\nmsgstr \"(de backups hebben de volgende naam\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Een PHP-uitbreiding heeft de upload gestopt.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Een hostingpakket met dezelfde naam bestaat al.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"Een nieuwe configuratieparameter is aangemaakt\"\nmsgstr[1] \"%d configuratieparameters aangemaakt\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Er is een update voor i-MSCP beschikbaar\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Een nieuw softwarepakket is geüpload\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"Er is een taak in verwerking voor deze htuser.\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Verkrijg toegang tot uw domeinstatistieken via de webinterface.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Verkrijg toegang tot uw bestanden via de webinterface.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Uw webmailinterface\"\n\nmsgid \"Account limits\"\nmsgstr \"Accountlimieten\"\n\nmsgid \"Account name\"\nmsgstr \"Accountnaam\"\n\nmsgid \"Account summary\"\nmsgstr \"Accountoverzicht\"\n\nmsgid \"Account type\"\nmsgstr \"Accounttype\"\n\nmsgid \"Action\"\nmsgstr \"Actie\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Actie is gestopt.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Fout bij uitvoeren van actie.\"\n\nmsgid \"Actions\"\nmsgstr \"Acties\"\n\nmsgid \"Activate\"\nmsgstr \"Activeer\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"Activeer autoresponder\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Activeer deze invoegtoepassing\"\n\nmsgid \"Activated\"\nmsgstr \"Geactiveerd\"\n\nmsgid \"Activated software\"\nmsgstr \"Geactiveerde software\"\n\nmsgid \"Activation email\"\nmsgstr \"Activatiemail\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Bezig met activeren...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"Activatielink verlooptijd in minuten\"\n\nmsgid \"Add\"\nmsgstr \"Toevoegen\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"DNS-record toevoegen\"\n\nmsgid \"Add FTP account\"\nmsgstr \"FTP-account toevoegen\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Voeg htaccess-groep toe\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Maak nieuwe htaccess-gebruiker\"\n\nmsgid \"Add SQL database\"\nmsgstr \"MySQL-databank toevoegen\"\n\nmsgid \"Add SQL user\"\nmsgstr \"MySQL-gebruiker toevoegen\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Voeg SSL-certificaat toe\"\n\nmsgid \"Add admin\"\nmsgstr \"Nieuwe beheerder\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"Catch-all account toevoegen\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Voeg eigen menuitem toe\"\n\nmsgid \"Add customer\"\nmsgstr \"Nieuwe klant\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Nieuwe klant - Volgende stap\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Domeinalias toevoegen\"\n\nmsgid \"Add group\"\nmsgstr \"Groep toevoegen\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Webhostingpakket toevoegen\"\n\nmsgid \"Add mail account\"\nmsgstr \"Mailaccount toevoegen\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Voeg nieuw IP-adres toe\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Nieuwe beveiligde map toevoegen\"\n\nmsgid \"Add permissions\"\nmsgstr \"Voeg rechten toe\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Rechten voor wederverkoper toevoegen voor de software:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Voeg een beschermd gedeelte toe\"\n\nmsgid \"Add reseller\"\nmsgstr \"Nieuwe wederverkoper\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Subdomein toevoegen\"\n\nmsgid \"Add user\"\nmsgstr \"Nieuwe gebruiker\"\n\nmsgid \"Added by\"\nmsgstr \"Toegevoegd door\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Toevoegen bezig\"\n\nmsgid \"Admin\"\nmsgstr \"Beheerder\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Beheerder / Algemeen / Beheerderslog\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Beheerder / Algemeen / Overzicht\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Beheerder / Algemeen / Serverstatus\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Beheerder / Profiel / Accountoverzicht\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Beheerder / Account / Taal\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Beheerder / Account / Lay-out\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Beheerder / Account / Wachtwoord\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Beheerder / Account  / Persoonlijke informatie\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Beheerder / Instellingen\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Beheerder / Instellingen / IP-beheer\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Beheerder / Instellingen / Talen\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Wederverkoper / Instellingen / Wachtwoord vergetene-mail\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"Beheerder / Instellingen / Maandelijks serververkeer\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Beheerder / Instellingen / Invoegtoepassingen\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Beheerder / Instellingen / Serverpoorten\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Beheerder / Instellingen / Softwarebeheer\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Beheerder / Instellingen / Softwareinstellingen\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Beheerder / Instellingen / Welkomst-e-mail\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Beheerder / Instellingen / {TR_DYNAMID_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Beheerder / Softwarebeheer / Wederverkopersssoftware\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Beheerder / Statistieken / IP-gebruik\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Beheerder / Statistieken / Wederverkopersstatistieken\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\"Beheerder / Statistieken / Statistieken wederverkopers / \"\n\"Gebruikersstatistieken\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Beheerder / Statistieken / Statistieken wederverkopers / \"\n\"Gebruikersstatistieken / {USERNAME} gebruikersstatistieken\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Beheerder / Statistieken / Serverstatistieken\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Beheerder / Ondersteuning / Gesloten Tickets\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Beheerder / Ondersteuning / Bekijk Ticket\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Beheerder / Systeem / Anti-Rootkitlogboek\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Beheerder / Systeem / Debugger\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Beheerder / Systeem / Onderhoudsmodus\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Beheerder / Systeem / Systeeminformatie\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Beheerder / Systeem / i-MSCP Updates\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Beheerder / Gebruikers / Voeg beheerder toe\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Beheerder / Gebruikers / Voeg wederverkoper toe\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Beheerder / Gebruikers / E-mail rondsturen\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Beheerder / Gebruikers / Wederverkoper aanpassen\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Beheerder / Gebruikers / Overzicht\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Beheerder / Gebruikers / Overzicht / Domeindetails\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Beheerder / Gebruikers / Overzicht / Beheerder anpassen\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"Beheerder / Gebruikers / Overzicht / Bewerk gebruiker\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Beheerder / Gebruikers / Sessies\"\n\nmsgid \"Admin log\"\nmsgstr \"Beheerderslog\"\n\nmsgid \"Admin not available\"\nmsgstr \"Beheerder niet beschikbaar\"\n\nmsgid \"Admin users\"\nmsgstr \"Beheerders\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Beheerder/IP-verbruikstatistieken\"\n\nmsgid \"Administrator\"\nmsgstr \"Beheerder\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Beheerder- en wederverkopersniveaus\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Beheerder en wederverkoper\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Beheerder- en klantniveau's\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Beheerder en wederverkoper\"\n\nmsgid \"Administrator level\"\nmsgstr \"Beheerdersniveau\"\n\nmsgid \"Administrator login\"\nmsgstr \"Beheerderslogin\"\n\nmsgid \"Administrators\"\nmsgstr \"Beheerders\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Beheerders en klanten\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Beheerders en wederverkopers\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Nadat je het pakket hebt geüpload, wordt deze geïnstalleerd op uw systemen. \"\n\"<br>Herlaad uw website om de nieuwe status te bekijken.\"\n\nmsgid \"All\"\nmsgstr \"Alle\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Alle gesloten tickets succesvol verwijderd.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Alle fouten (Ontwikkeling)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Alle fouten, behalve E_DEPRECATED en E_STRICT (Productie)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"Alle fouten, behalve E_NOTICES, E_STRICT en E_DEPRECATED (Standaard)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Alle velden zijn verplicht.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Alle velden zijn geldig.\"\n\nmsgid \"All in\"\nmsgstr \"Alles inkomend\"\n\nmsgid \"All levels\"\nmsgstr \"Alle niveaus\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Alle open tickets succesvol verwijderd\"\n\nmsgid \"All out\"\nmsgstr \"Alles uitgaand\"\n\nmsgid \"All reseller\"\nmsgstr \"Alle wederverkopers\"\n\nmsgid \"All traffic\"\nmsgstr \"Al het verkeer\"\n\nmsgid \"All users\"\nmsgstr \"Alle gebruikers\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Sta URL-fopen toe\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Staat toe dat verzoeken aan deze domeinnaam doorgestuurd worden aan een \"\n\"specifieke URL. \"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Zorgt er voor dat u het koppelpunt kunt delen met een ander domein.\"\n\nmsgid \"Already in use\"\nmsgstr \"Reeds in gebruik\"\n\nmsgid \"Alt. URL\"\nmsgstr \"Alt. URL\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"Alternatieve URL om uw website te bereiken\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Alternatieve URL\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Er is een onverwachte fout opgetreden.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\"Er is een onbekende fout opgetreden. Neem contact op met uw beheerder.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\"Er is een onbekende fout opgetreden. Neem contact op met uw wederverkoper.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Een onverwachte fout opgetreden: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Een onbekende fout is opgetreden tijdens het uploaden: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-rootkitlogboek\"\n\nmsgid \"Any\"\nmsgstr \"Alle\"\n\nmsgid \"Application installer\"\nmsgstr \"Applicatie-installatie\"\n\nmsgid \"Apply\"\nmsgstr \"Toepassen\"\n\nmsgid \"Apply changes\"\nmsgstr \"Wijzigingen toepassen\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Weet u zeker dat u dit pakket wilt installeren vanaf het webdepot?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Weet u zeker dat u dit pakket wilt installeren?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Weet u zeker dat u deze rechten wilt verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Weet u zeker dat u de SQL-gebruiker %s wilt verwijderen?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Weet u zeker dat u dit pakket wilt activeren?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Weet u zeker dat u %s wilt verwijderen?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Weet u zeker dat u alle gesloten tickets wilt aanpassen?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"Weet u zeker dat u alle geselecteerde e-mailaccounts wil verwijderen?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Weet u zeker dat u alle tickets wilt verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"Weet u zeker dat u het %s FTP-account wilt verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\"Weet u zeker dat u de domein-alias-bestelling voor adres %s wilt \"\n\"verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Weet u zeker dat u de domein-alias voor adres %s wilt verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Weet u zeker dat u het %s menu wilt verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"Weet u zeker dat u de %s servicepoort wilt verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Weet u zeker dat u het %s ticket wilt verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Weet u zeker dat u het adres `%%s' wilt verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Weet u zeker dat u de FTP-gebruiker `%%s` wilt verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Weet u zeker dat u de beveiligde map `%%s` wilt verwijderen?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"Weet u zeker dat u dit %%s-account wilt verwijderen?\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Weet u zeker dat u deze DNS-record wilt verwijderen?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"Weet u zeker dat u dit account wilt verwijderen?\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"Weet u zeker dat u dit catchall-account wilt verwijderen?\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Weet u zeker dat u deze domeinalias wilt verwijderen?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Weet u zeker dat u dit webhostingpakket wilt verwijderen?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Weet u zeker dat u dit pakket wilt verwijderen?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Weet u zeker dat u dit subdomein wilt verwijderen?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Weet u zeker dat u dit pakket in de lokale softwareberging wilt laden?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"Weet u zeker dat u dit pakket in het lokale softwaredepot wilt laden?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"Weet u zeker dat u dit pakket vanuit de online softwareberging.\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Weet u zeker dat u deze back-up wilt herstellen?\"\n\nmsgid \"Assign\"\nmsgstr \"Toewijzen\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Bestaande SQL-gebruiker toewijzen\"\n\nmsgid \"Assign group\"\nmsgstr \"Wijs groep toe\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Toegewezen aan tenminste één wederverkoper.\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Minimaal 1 intermediate-certificaat mist of is niet geldig.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"Er is minimaal één mailbox over het quota.\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Authenticatie per groep\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Authenticatie per gebruiker\"\n\nmsgid \"Authentication users\"\nmsgstr \"Authenticatie gebruikers\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Authenticatie gebruikers/groeps\"\n\nmsgid \"Auto\"\nmsgstr \"Automatisch\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Automatisch (Browsertaal)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"Automatisch catchall-adres\"\n\nmsgid \"Autoresponder\"\nmsgstr \"Autoresponder\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"Autoresponder is geactiveerd\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"Autoresponder is gedeactiveerd\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"Autoresponder is bewerkt\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"Autoresponderbericht kan niet leeg zijn.\"\n\nmsgid \"Available\"\nmsgstr \"Beschikbaar\"\n\nmsgid \"Available software\"\nmsgstr \"Beschikbare software\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Wacht op activering\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Wachtend op goedkeuring\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Terug\"\n\nmsgid \"Backup\"\nmsgstr \"Back-up\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Back-up en herstel uw instellingen.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Back-up wordt teruggezet.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"Foutief e-mailadres in catchall-adresveld.\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"Fout e-mailadres in forward-veld.\"\n\nmsgid \"Bad password.\"\nmsgstr \"Wachtwoord niet correct.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Fout verzoek.\"\n\nmsgid \"Behind\"\nmsgstr \"Achter\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Hieronder kunt u de externe mailserver instellen voor een of meerdere \"\n\"domeinen. Let op, als u deze functie voor een domein inschakelt, wordt de \"\n\"server ingesteld om mail door te sturen naar uw eigen mailserver, maar er \"\n\"worden géén DNS-records aangemaakt.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"Blokkadetijd tussen login/captcha-pogingen in seconden\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Blokkadetijd tussen fout inloggen en captcha fouten\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"Blokkeringstijd in seconde\"\n\nmsgid \"Body\"\nmsgstr \"Bericht\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Bericht mist.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce-detectie\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Bulkacties\"\n\nmsgid \"By\"\nmsgstr \"Door\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"CPU-informatie\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Kan de PHP %s configuratieoptie wijzigen\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Kan de PHP %s functie gebruiken\"\n\nmsgid \"Cancel\"\nmsgstr \"Annuleren\"\n\nmsgid \"Canonical name\"\nmsgstr \"Canonieke naam\"\n\nmsgid \"Catch-all account\"\nmsgstr \"Catch-all account\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"Catch-all account wordt verwijderd\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"Catch-all accounts\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"Catch-all adressen\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"Catch-all adresveld kan niet leeg blijven\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"Catch-all adressen voor de domeinnaam %s\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"Catch-all domein\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"Catch-all wordt toegevoegd\"\n\nmsgid \"Certificate\"\nmsgstr \"Certificaat\"\n\nmsgid \"Certificate data\"\nmsgstr \"Certificaatgegevens\"\n\nmsgid \"Change\"\nmsgstr \"Aanpassen\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Verander de status van dit object voor een nieuwe poging.\"\n\nmsgid \"Check for update\"\nmsgstr \"Controleer op updates\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Controleer de uploads van de wederverkoper!<br />Het is niet toegestaan om \"\n\"dit pakket twee keer te uploaden.<br> Herlaad uw website om de nieuwe status\"\n\" te zien!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Controleer uw eigen uploads!<br />Neem contact op met de beheerder als u het\"\n\" pakket niet kan vinden.<br>Het is niet toegestaan om dit pakket twee keer \"\n\"te uploaden.<br>Herlaad uw website om de nieuwe status te zien!\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Controleer uw pakket. Er zit een fout in! <br>Herlaad uw website om de \"\n\"nieuwe status te bekijken.\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Controleer uw softwaredepot-uploads!<br>Het is niet toegestaan om dit pakket\"\n\" twee keer te uploaden. <br>Herlaad uw website om de nieuwe status te zien!\"\n\nmsgid \"Choose\"\nmsgstr \"Kies\"\n\nmsgid \"Choose dir\"\nmsgstr \"Kies map\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Kies bestand (Max: %1$d MB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Kies webhostingpakket\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Kies uw lay-outkleuren\"\n\nmsgid \"Choose your language\"\nmsgstr \"Kies uw taal\"\n\nmsgid \"Circular\"\nmsgstr \"E-mail rondsturen\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Rondstuur-e-mail succesvol verzonden.\"\n\nmsgid \"City\"\nmsgstr \"Woonplaats\"\n\nmsgid \"Class\"\nmsgstr \"Klasse\"\n\nmsgid \"Clear log\"\nmsgstr \"Logboek opschonen\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Klik hier voor meer informatie.\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Klik de \\\"Herstel\\\"-knop en het systeem zal uw laatste dagelijkse back-up \"\n\"herstellen\"\n\nmsgid \"Click to edit\"\nmsgstr \"Klik om te bewerken\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"Klik om deze klant op te schorten.\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"Klik om dit account niet langer op te schorten.\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Klant / Databanken / Voeg SQL-databank toe\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Klant / Databanken / Overzicht\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Klant / Databanken / Overzicht / Voeg SQL-gebruiker toe\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Klant / Databanken / Overzicht / Pas wachtwoord SQL-gebruiker aan\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Klant / Domein / DNS-record bewerken\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Klant / Domeinen\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Klant / Domein / DNS-record aanmaken\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Klant / Domain / Voeg domeinalias toe\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Klant / Domain / Subdomein toevoegen\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Klant / Domeinen / Pas domein aan\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Klant / Domain / Pas domeinalias aan\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Klant / Domain / Pas subdomein aan\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Klant / Domain / PHP-instellingen\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Klant / Domeinen / SSL-Certificaat\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Klant / FTP / FTP-account toevoegen\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Klant / FTP / Overzicht\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Klant / FTP / Overzicht / FTP-account aanpassen\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Klant / Algemeen / Overzicht\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"Klant / E-mail / Nieuw e-mailaccount\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"Klant / E-mail / Catch-all accounts\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"Klant / E-mail / Catch-all accounts / Nieuwe toevoegen\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"Klant / E-mail / Bewerken\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"Klant / E-mail / Externe e-mail\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"Klant / E-mail / Overzicht\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"Klant / E-mail / Autoresponder activeren\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"Klant / E-mail / Autoresponder bewerken\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Klant / Account / Accountoverzicht\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Klant / Account / Taal\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Klant / Account / Lay-out\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Klant / Account / Wachtwoord\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Klant / Account / Persoonlijke informatie\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Klant / Statistieken\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Klant / Ondersteuning / Gesloten tickets\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Klant / Ondersteuning / Nieuw ticket\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Klant / Ondersteuning / Open tickets\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Klant / Ondersteuning / Bekijk Ticket\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Klant / Tools / Aangepaste foutpagina's / Foutpagina's aanpassen\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Klant / Tools / Dagelijkse back-up\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Klant / Tools / Overzicht\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Klant / Tools / Beveiligde mappen\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"Klant / Tools / Beveiligde mappen / Beheer gebruikers en groepen\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Klant / Tools / Beveiligde mappen / Beheer gebruikers en groepen / Groep \"\n\"toevoegen\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Klant / Tools / Beveiligde mappen / Beheer gebruikers en groepen / Gebruiker\"\n\" toevoegen\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Klant / Tools / Beveiligde mappen / Beheer gebruikers en groepen / Gebruiker\"\n\" bewerken\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Klant / Tools / Beveiligde mappen / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Klant / Tools / Software\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Klant / Tools / Software / Software-installatie\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Klant / Tools / Software / Tonen\"\n\nmsgid \"Client users\"\nmsgstr \"Gebruikers van klant\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Kloksnelheid (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Afsluiten\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Ticket sluiten\"\n\nmsgid \"Close ticket\"\nmsgstr \"Sluit ticket\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Gesloten tickets\"\n\nmsgid \"Common name\"\nmsgstr \"Common-name\"\n\nmsgid \"Company\"\nmsgstr \"Bedrijf\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Configuratiemode\"\n\nmsgid \"Confirmation required\"\nmsgstr \"Controle vereist\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"Er is een conflict met een bestaand DNS-record: '%s'\"\n\nmsgid \"Cores\"\nmsgstr \"Kernen\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Bewerken of toevoegen van SSL-certificaat is mislukt. Er is een onverwachte \"\n\"fout opgetreden.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"Kon geen back-up maken van de %s invoegtoepassingsmap.\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"Kon de %s invoegtoepassing niet wijzigen: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"Kon niet verbinden met de `%s' database. Controleer uw wachtwoord.\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\"Toevoegen van domeinalias is mislukt. Er is een onverwachte fout opgetreden.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\"Verwijderen van SQL-databank is mislukt. Er is een onverwachte fout \"\n\"opgetreden.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\"Verwijderen van SQL-gebruiker is mislukt. Er is een onverwachte fout \"\n\"opgetreden.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Verwijderen van SSL-certificaat is mislukt. Er is een onverwachte fout \"\n\"opgetreden.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"Konn de plugin %s niet verwijderen: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"Kon de %s invoegtoepassing niet uitschakelen: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"Kon de %s invoegtoepassing niet inschakelen: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\"Kon deze netwerkinterface niet vinden. U kunt geen nieuwe IP-adressen \"\n\"invullen.\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Genereren van SSL-certificaat is mislukt. Er is een onverwachte fout \"\n\"opgetreden.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"Kon de invoegtoepassing %s niet installeren: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"Kon de invoegtoepassing %s niet beveiligen: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"Kon de %s invoegtoepassingsmap niet terugzetten\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"Kon mappen niet verkrijgen.\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"Kon de %s invoegtoepassing niet deïnstalleren: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"Kon de %s invoegtoepassing niet bijwerken: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Kon bestand niet uploaden.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Kon bestand niet uploaden. Bestand niet gevonden.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"Kon bestand niet uploaden. Maximale grootte (%1$d MB) is bereikt.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"Kon de %s database niet aanmaken.\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"Kon domeinalias niet verwijderen. Onverwachte fout opgetreden.\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"Door een onbekende fout kon dit subdomein niet verwijderd worden.\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"Kon de DNS-record niet valideren: %s\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"Aantal standaard e-mailaccounts\"\n\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgid \"Create\"\nmsgstr \"Aanmaken\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"Maak standaard e-mailaccounts aan\"\n\nmsgid \"Created by\"\nmsgstr \"Gemaakt door\"\n\nmsgid \"Created on\"\nmsgstr \"Aangemaakt op\"\n\nmsgid \"Creation date\"\nmsgstr \"Aanmaakdatum\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Eigen DNS-fouten\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Eigen DNS-record wordt verwijderd.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Eigen DNS-instellingen\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Eigen foutpagina bijgewerkt.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Aangepaste foutpagina's\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Eigen menunaam en link\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Eigen menuinstellingen\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Eigen menuitem succesvol toegevoegd.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Eigen menu succesvol verwijderd.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Eigen menu succesvol bijgewerkt.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Menu-instellingen\"\n\nmsgid \"Customer\"\nmsgstr \"Klant\"\n\nmsgid \"Customer account\"\nmsgstr \"Klantaccount\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Klantaccount wordt geactiveerd.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Klantaccount wordt aangemaakt.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Klantaccount wordt gedeactiveerd.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Klantaccount wordt verwijderd.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Klantaccount succesvol bijgewerkt.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Klanttoewijzingen\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Klantverbruik\"\n\nmsgid \"Customer level\"\nmsgstr \"Klantniveau\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Klant wordt toegevoegd.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Klant wordt verwijderd.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Lay-outkleur van klant succesvol aangepast.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Klant(en) succesvol verplaatst.\"\n\nmsgid \"Customers\"\nmsgstr \"Klanten\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Pas foutpagina's aan voor uw domeinen\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS-record bestaat al.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"DNS-record\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"DNS-record wordt toegevoegd.\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"DNS-record wordt bijgewerkt\"\n\nmsgid \"DNS resource records\"\nmsgstr \"DNS-records\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"De DNS-zone waarin u dit DNS-record wilt aanmaken.\"\n\nmsgid \"DOWN\"\nmsgstr \"Dicht\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Deamon-verzoek mislukt.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Deamon-verzoek succesvol.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Dagelijkse back-up\"\n\nmsgid \"Data\"\nmsgstr \"Data\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Data is tussentijds aangepast, probeer opnieuw.\"\n\nmsgid \"Database\"\nmsgstr \"Databank\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Naam van databank en gebruikers\"\n\nmsgid \"Database data\"\nmsgstr \"Databankgegevens\"\n\nmsgid \"Database name\"\nmsgstr \"Naam van databank\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Naam van databank is te lang\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Databasenaam is niet beschikbaar of niet toegestaan.\"\n\nmsgid \"Database password\"\nmsgstr \"Databank wachtwoord\"\n\nmsgid \"Database prefix\"\nmsgstr \"Databank-voorvoegsel\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Databank voor-/achtervoegsel\"\n\nmsgid \"Database required\"\nmsgstr \"Databank vereist\"\n\nmsgid \"Database usage\"\nmsgstr \"Databankgebruik\"\n\nmsgid \"Database user\"\nmsgstr \"Databankgebruiker\"\n\nmsgid \"Database users\"\nmsgstr \"Databankgebruikers\"\n\nmsgid \"Databases\"\nmsgstr \"Databanken\"\n\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgid \"Day\"\nmsgstr \"Dag\"\n\nmsgid \"Days\"\nmsgstr \"Dagen\"\n\nmsgid \"Deactivate\"\nmsgstr \"Deactiveren\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Deactiveer deze invoegtoepassing\"\n\nmsgid \"Deactivated\"\nmsgstr \"Gedeactiveerd\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Deactiveren bezig...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Beste {NAME},\\n\"\n\"\\n\"\n\"Er is een nieuw account voor u aangemaakt\\n\"\n\"\\n\"\n\"Uw accountinformatie:\\n\"\n\"\\n\"\n\"Type : {USERTYPE}\\n\"\n\"Gebruikersnaam : {USERNAME}\\n\"\n\"Wachtwoord: {PASSWORD}\\n\"\n\"\\n\"\n\"Pas uw wachtwoord met regelmaat aan, maar ook zeker nadat u de eerste keer inlogt.\\n\"\n\"\\n\"\n\"U kunt hier inloggen: {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Beste {NAME},\\n\"\n\"\\n\"\n\"Er is een nieuw softwarepakket geüpload door een wederverkoper.\\n\"\n\"\\n\"\n\"Wederverkoper ID: {RESELLER_ID}\\n\"\n\"Softwarepakket: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Gelieve niet op deze e-mail te reageren.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Beste {NAME},\\n\"\n\"\\n\"\n\"Klik op onderstaande link om uw nieuwe wachtwoord voor i-MSCP in te stellen:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Als u geen nieuw wachtwoord heeft aangevraagd kunt u deze e-mail negeren.\\n\"\n\"\\n\"\n\"Gelieve niet op deze e-mail te reageren.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Beste {NAME},\\n\"\n\"\\n\"\n\"Dit is een automatisch gegenereerde e-mail verzonden door i-MSCP:\\n\"\n\"\\n\"\n\"Servernaam: {HOSTNAME}\\n\"\n\"Server-IP: {SERVER_IP}\\n\"\n\"Client-IP: {CLIENT_IP}\\n\"\n\"Versie: {VERSION}\\n\"\n\"Editie: {BUILDDATE}\\n\"\n\"Berichtprioriteit: {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Beste {NAME},\\n\"\n\"\\n\"\n\"U heeft een nieuw antwoord op een ticket gekregen:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Prioriteit: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"U kunt inloggen op {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} om te reageren.\\n\"\n\"\\n\"\n\"Gelieve niet op deze e-mail te reageren.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Beste {NAME},\\n\"\n\"\\n\"\n\"U heeft een nieuw antwoord op een ticket gekregen:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Prioriteit: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"U kunt inloggen op {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} om te reageren.\\n\"\n\"\\n\"\n\"Gelieve niet op deze e-mail te reageren.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Beste {NAME},\\n\"\n\"\\n\"\n\"Uw klant {CUSTOMER} wacht op de goedkeuring van een nieuwe domeinalias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Log in op {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php om deze domeinalias te activeren.\\n\"\n\"\\n\"\n\"Gelieve niet op deze e-mail te reageren.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Uw wachtwoord is succesvol vernieuwd.\\n\"\n\"\\n\"\n\"Uw nieuwe wachtwoord: {PASSWORD}\\n\"\n\"\\n\"\n\"U kunt inloggen op {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Gelieve niet te reageren op deze e-mail.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Beste {NAME},\\n\"\n\"\\n\"\n\"Uw softwarepakket is verwijderd.\\n\"\n\"\\n\"\n\"Softwarepakket: {SOFTWARE_PACKAGE}\\n\"\n\"Software-ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Bericht van uw administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Gelieve niet op deze e-mail te reageren.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Uw softwarepakket is succesvol geactiveerd.\\n\"\n\"\\n\"\n\"Softwarepakket: {SOFTWARE_PACKAGE}\\n\"\n\"Pakket-ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Gelieve niet op deze e-mail te reageren.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\n\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\nmsgid \"Default\"\nmsgstr \"Standaard\"\n\nmsgid \"Default language\"\nmsgstr \"Standaardtaal\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Standaardtaal succesvol bijgewerkt\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Bepaalt of klanten wel of geen SSL-certificaten kunnen toevoegen/aanpassen.\"\n\nmsgid \"Delete\"\nmsgstr \"Verwijder\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Verwijder alle tickets\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Verwijder uit log:\"\n\nmsgid \"Delete order\"\nmsgstr \"Verwijder bestelling\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Verwijder wederverkoperssoftware\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Verwijder geselecteerde e-mailaccounts\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Verwijder deze invoegtoepassing\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Verwijder ticket\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Verwijderen bezig\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Verwijderen bezig...\"\n\nmsgid \"Depot import\"\nmsgstr \"Depot import\"\n\nmsgid \"Description\"\nmsgstr \"Omschrijving\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Beschrijving kan niet leeg zijn.\"\n\nmsgid \"Details\"\nmsgstr \"Bekijk details\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Map %s bestaat niet.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"Map '%s' bestaat niet.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"Map '%s' is niet toegestaan of niet geldig.\"\n\nmsgid \"Disabled\"\nmsgstr \"Uitgeschakeld\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Uitgeschakelde functies\"\n\nmsgid \"Disconnect\"\nmsgstr \"Afmelden\"\n\nmsgid \"Disk\"\nmsgstr \"Schijf\"\n\nmsgid \"Disk space\"\nmsgstr \"Opslagruimte\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Limiet opslagruimte [MB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Schijfgebruik\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Schijfgebruik\"\n\nmsgid \"Display errors\"\nmsgstr \"Laat fouten zien\"\n\nmsgid \"Document root\"\nmsgstr \"Startmap\"\n\nmsgid \"Domain\"\nmsgstr \"Domein\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Domein %s kan niet naar zichzelf doorverwijzen.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Domein %s is niet beschikbaar\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domein-IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"Domeinnaam\"\n\nmsgid \"Domain account\"\nmsgstr \"Domeinaccount\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Domeinaccount verlopen\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Domeinaccounts\"\n\nmsgid \"Domain alias\"\nmsgstr \"Domeinalias\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Domeinalias %s kan niet naar zichzelf doorgestuurd worden.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domeinaliasfouten\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Naam domeinalias\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Domeinalias is succesvol aangemaakt.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Domeinalias succesvol besteld.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Domeinalias wordt toegevoegd.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Domeinalias wordt verwijderd.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Domeinalias wordt bijgewerkt.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domeinaliassen\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"Domeinaliaslimiet\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Domein en SQL-databanken\"\n\nmsgid \"Domain data\"\nmsgstr \"Domeindata\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"Domeindata is tussentijds aangepast, probeer opnieuw.\"\n\nmsgid \"Domain details\"\nmsgstr \"Domeindetails\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domeinfouten\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Vervaldatum domein\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Vervaldatum domein dient te worden ingevuld.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"Domein waarvoor PHP-editor moet werken.\"\n\nmsgid \"Domain name\"\nmsgstr \"Domeinnaam\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"Domeinnaam (ASCIIvorm) kan niet langer dan 255 tekens zijn.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Domeinnaam kan niet leeg zijn.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Domeinnaam kan niet beginnen of eindigen met een punt.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Domeinnaam bevat een ongeldig teken: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Domeinnaamlabels kunnen niet langer dan 63 tekens zijn.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"Domeinnaamlabels kunnen niet starten of eindigen met een koppelteken.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Nieuwe vervaldatum domein\"\n\nmsgid \"Domain overview\"\nmsgstr \"Domeinoverzicht\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domein wordt bijgewerkt.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domeinstatistieken\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Domeinstatus niet oké.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Domein wordt bijgewerkt.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Domein succesvol bijgewerkt.\"\n\nmsgid \"Domain type\"\nmsgstr \"Domeintype\"\n\nmsgid \"Domains\"\nmsgstr \"Domeinen\"\n\nmsgid \"Domains limit\"\nmsgstr \"Domeinlimiet\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domeinen per pagina\"\n\nmsgid \"Done\"\nmsgstr \"Gereed\"\n\nmsgid \"Download\"\nmsgstr \"Download\"\n\nmsgid \"Download TAR\"\nmsgstr \"Download TAR-bestand\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Download ZIP-bestand\"\n\nmsgid \"Download links\"\nmsgstr \"Downloadlinks\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"In deze map vindt u uw backup\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Bewerken\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"DNS-record bewerken\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"FTP-account aanpassen\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"SSL-certificaat aanpassen\"\n\nmsgid \"Edit admin\"\nmsgstr \"Bewerk beheerder\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"Autoresponder aanpasse\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Pas eigen foutpagina's aan\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Eigen menu aanpassen\"\n\nmsgid \"Edit customer\"\nmsgstr \"Pas klant aan\"\n\nmsgid \"Edit domain\"\nmsgstr \"Domein bewerken\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Bewerk domeinalias\"\n\nmsgid \"Edit error page\"\nmsgstr \"Foutpagina bewerken\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Webhostingpakket bewerken\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Htaccess-gebruiker aanpassen\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Pas mailaccount aan\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Bewerk beschermd gedeelte\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Wederverkoper bewerken\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Pas subdomein aan\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"E-mail\"\n\nmsgid \"Email address\"\nmsgstr \"E-mailadres\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"E-mailquota kan niet groter zijn dan %s\"\n\nmsgid \"Email settings\"\nmsgstr \"E-mailinstellingen\"\n\nmsgid \"Email setup\"\nmsgstr \"E-mail instellen\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"E-mail succesvol bijgewerkt.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"SSL gebruiken\"\n\nmsgid \"Enabled\"\nmsgstr \"Ingeschakeld\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Ingeschakeld voor: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Foutdetails\"\n\nmsgid \"Error pages\"\nmsgstr \"Errorpaginas\"\n\nmsgid \"Error reporting\"\nmsgstr \"Foutrapportering\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Fout: Extern bestand niet gevonden!\"\n\nmsgid \"Errors\"\nmsgstr \"Fouten\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Verzoeken uitvoeren\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Externe mailserver\"\n\nmsgid \"External mail feature\"\nmsgstr \"Externe e-mail\"\n\nmsgid \"External mail server\"\nmsgstr \"Externe mailserver\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"Externe mailserver wordt ingeschakeld.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"Externe mailserver wordt uitgeschakeld.\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP-account\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP-account bestaat reeds.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"FTP-accountlimiet bereikt.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP-account succesvol aangemaakt.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTP-account succesvol verwijderd.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP-account succesvol bijgewerkt.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP-accounts\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"Limiet aan FTP accounts\"\n\nmsgid \"FTP home directory\"\nmsgstr \"FTP-thuismap\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"FTP-thuismap dient ingevuld te worden.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP-verkeer\"\n\nmsgid \"FTP user errors\"\nmsgstr \"FTP-gebruikersfouten\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Schrijven naar schijf mislukt.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Fout in pakket. Aan het verwijderen!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Functie\"\n\nmsgid \"Features\"\nmsgstr \"Functies\"\n\nmsgid \"Female\"\nmsgstr \"Vrouw\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"Bestand %s bestaat niet of kan niet benaderd worden!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"Het bestand %s lijkt niet op een migratiebestand.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Bestand bestaat niet. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Bestand overschrijdt het limiet qua grootte.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Bestand is succesvol geüpload.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Bestand is niet leesbaar.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Bestand dient een 'tar.gz'-archief te zijn.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Bestand succesvol geüpload\"\n\nmsgid \"File usage\"\nmsgstr \"Bestandsgebruik\"\n\nmsgid \"FileManager\"\nmsgstr \"Bestandsbeheer\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Bestandsysteeminformatie\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Vul een bericht in.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"Filter klanten\"\n\nmsgid \"First name\"\nmsgstr \"Voornaam\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"Op dit moment kunt u slechts een doorstuuraccount toevoegen.\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"Op dit moment kunt u slechts het doorstuuraccount bewerken.\"\n\nmsgid \"Forbidden\"\nmsgstr \"Verboden\"\n\nmsgid \"Force refresh\"\nmsgstr \"Forceer verversing\"\n\nmsgid \"Force retry\"\nmsgstr \"Forceren opnieuw proberen\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\"Forceer de controle van de quota's. Normaal gesproken wordt deze informatie \"\n\"elke 5 minuten ververst.\"\n\nmsgid \"Forward\"\nmsgstr \"Doorsturen\"\n\nmsgid \"Forward URL\"\nmsgstr \"Doorstuur-URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Doorstuur-URL %s is niet geldig.\"\n\nmsgid \"Forward account\"\nmsgstr \"Doorstuuraccount\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Doorstuurlijst is leeg.\"\n\nmsgid \"Forward to\"\nmsgstr \"Doorsturen naar\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Doorsturen naar URL\"\n\nmsgid \"Forward type\"\nmsgstr \"Doorstuurtype\"\n\nmsgid \"Free\"\nmsgstr \"Vrij\"\n\nmsgid \"From\"\nmsgstr \"Van\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Van wederverkoper\"\n\nmsgid \"Ftp\"\nmsgstr \"FTP\"\n\nmsgid \"Ftp account\"\nmsgstr \"FTP-account\"\n\nmsgid \"Ftp account data\"\nmsgstr \"FTP-accountinformatie\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"FTP-accounts\"\n\nmsgid \"Ftp directories\"\nmsgstr \"FTP-mappen\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Geslacht\"\n\nmsgid \"General\"\nmsgstr \"Algemeen\"\n\nmsgid \"General information\"\nmsgstr \"Algemene informatie\"\n\nmsgid \"General settings\"\nmsgstr \"Algemene instellingen\"\n\nmsgid \"Generate\"\nmsgstr \"Genereer\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Genereer een zelf-getekend SSL-certificaat\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Vraag een nieuwe beveiligingscode aan\"\n\nmsgid \"GiB\"\nmsgstr \"GB\"\n\nmsgid \"Group\"\nmsgstr \"Groep\"\n\nmsgid \"Group members\"\nmsgstr \"Groepsleden\"\n\nmsgid \"Group name\"\nmsgstr \"Groepsnaam\"\n\nmsgid \"Groups\"\nmsgstr \"Groepen\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS IncludeSubDomains-optie\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS max-leeftijd optie\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTP-verkeer\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"Verberg standaardadressen\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"Verberg domeinaliassen\"\n\nmsgid \"High\"\nmsgstr \"Hoog\"\n\nmsgid \"Home directory\"\nmsgstr \"Beginmap\"\n\nmsgid \"Homepage\"\nmsgstr \"Startpagina\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\"De host waarvan een SQL-gebruiker toegestaan is om te verbinden naar de SQL-\"\n\"server\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Webhostingpakket\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Beschikbaarheid webhostingpakket\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Webhostingpakket overschrijdt limiet van wederverkoper.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Dit webhostingpakket gaat over uw eigen limieten heen.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Webhostingpakket is succesvol aangemaakt.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Webhostingpakket is verwijderd.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Webhostingpakket is succesvol bijgewerkt.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Webhostingpakketten\"\n\nmsgid \"Hour\"\nmsgstr \"Uur\"\n\nmsgid \"Hours\"\nmsgstr \"Uren\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Htaccess-groep\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"De htaccess-groep wordt toegevoegd.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"De htaccess-groep wordt verwijderd.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Htaccess-gebruiker\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Htaccess-gebruiker succesvol toegevoegd aan de htaccess groep: %s\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Htaccess-gebruiker succesvol verwijderd uit de htaccess groep: %s\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"De htaccess-gebruiker wordt toegevoegd.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"Htaccess-, htgroups- en htpasswd-fouten\"\n\nmsgid \"IP address\"\nmsgstr \"IP-adres\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"IP-adres valt al onder controle van i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IP-adres wordt toegevoegd.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IP-adres wordt verwijderd.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"IP-adres wordt aangepast.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"IP-adressen onder controle van i-MSCP\"\n\nmsgid \"IP assignments\"\nmsgstr \"IP-toewijzingen\"\n\nmsgid \"IP errors\"\nmsgstr \"IP-foutmeldingen\"\n\nmsgid \"IP management\"\nmsgstr \"IP beheer\"\n\nmsgid \"IP netmask\"\nmsgstr \"IP-Netmasker\"\n\nmsgid \"IP usage\"\nmsgstr \"IP-gebruik\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6-adres\"\n\nmsgid \"Id\"\nmsgstr \"ID\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"Indien 'ja' is gekozen, worden mappen beveiligd tegen verwijderen.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\"Indien 'ja' is gekozen, kan een wederverkoper zijn/haar klanten toestaan \"\n\"deze PHP-configuratieoptie aan te laten passen.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Indien 'ja' is gekozen, kan een wederverkoper kiezen om de PHP-mail-functie \"\n\"voor zijn/haar klanten in en uit te schakelen, indien 'nee' is gekozen, \"\n\"wordt de PHP-mail-functie uitgeschakeld.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"Indien het veld een @ bevat of wordt leeggelaten, wordt dit automatisch door\"\n\" $ORIGIN vervangen.\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Als u een wederverkoper wilt limiteren, dienen de klanten eerst een limiet \"\n\"te krijgen.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Afbeelding mag niet groter dan 500x90 pixels zijn\"\n\nmsgid \"Import\"\nmsgstr \"Importeren\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Importeren in lokale softwareberging\"\n\nmsgid \"Import new language file\"\nmsgstr \"Importeer nieuw taalbestand\"\n\nmsgid \"In front\"\nmsgstr \"Voor\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"In onderhoudsmodus kunnen enkel beheerders inloggen\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Ongeldig FTP-accountlimiet\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Ongeldig SQL-databanklimiet\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Foutief SQL-gebruikerslimiet.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Ongeldig SQL-gebruikerslimiet\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Foutief aliaslimiet.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Foutief limiet voor opslag.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"Ongeldig domeinaliaslimiet\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Foutieve emaillengte of emailsyntaxis.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Foutieve e-mailquota.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Foutief limiet voor %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"Ongeldig e-mailaccountlimiet\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Ongeldig e-mailaccountlimiet\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"Ongeldig mailquota.\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Foutief maandelijkse verkeerslimiet\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Foutieve limiet voor subdomeinen\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Ongeldig subdomeinlimiet\"\n\nmsgid \"Install\"\nmsgstr \"Installeren\"\n\nmsgid \"Install in progress\"\nmsgstr \"Installatie bezig\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Deze invoegtoepassing installeren\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Installeer applicaties in een paar klikken\"\n\nmsgid \"Installation details\"\nmsgstr \"Installatiegegevens\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Bezig met installeren...\"\n\nmsgid \"Installation path\"\nmsgstr \"Installatiepad\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Geïnstalleerd pakket is verwijderd door uw wederverkoper\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Geïnstalleerd in de softwareberging van wederverkoper\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Geïnstalleerd in de softwareberging\"\n\nmsgid \"Installed on\"\nmsgstr \"Geïnstalleerd op\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\"Het pakket wat u heeft geüpload wordt geïnstalleerd. Herlaad deze pagina.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instructies om de back-up van vandaag te downloaden\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Intermediate certificaat (of certificaten)\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Interne serverfout\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internationalisering\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Ongeldige FTP-gebruikersnaam\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Ongeldige SQL-gebruikershost: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\"Foutieve SQL-gebruiker. De gebruiker moet bestaan en moet bij de betreffende\"\n\" database horen.\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Ongeldig SSL-certificaat\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Ongeldig SSL-certificaat.\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Ongeldige URL.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\"Ongeldig(e) teken(s) ingevoerd in het '%s'-veld. Enkel ASCII-tekens en \"\n\"lijnonderbrekingen mogen gebruikt worden.\"\n\nmsgid \"Invalid city.\"\nmsgstr \"Plaats ongeldig\"\n\nmsgid \"Invalid company.\"\nmsgstr \"Bedrijf ongeldig\"\n\nmsgid \"Invalid country.\"\nmsgstr \"Land ongeldig\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Ongeldige domeinnaam.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Ongeldig e-mailadres.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Foutieve e-mailgebruikersnaam\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"%s ongeldig\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"Voornaam ongeldig\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"Geslacht ongeldig\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Ongeldige groepsnaam!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"Achternaam ongeldig\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Ongeldige menuvolgorde.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Ongeldige naam.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Ongeldige informatie ontvangen van GitHub\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"Foutief telefoonnummer\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Foutieve invoegtoepassingsmap: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Ongeldige privésleutel of wachtwoordzin.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"Servicenaam foutief: %s\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"Foutieve Staat/provincie\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"Foutief straatadres (1)\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"Foutief straatadres (2)\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Doel is ongeldig\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Ongeldige gebruikersnaam.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"Postcode ongeldig\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Kernelversie\"\n\nmsgid \"Kill session\"\nmsgstr \"Beeindig sessie\"\n\nmsgid \"Label\"\nmsgstr \"Etiket\"\n\nmsgid \"Language\"\nmsgstr \"Taal\"\n\nmsgid \"Language file\"\nmsgstr \"Taalbestand\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Taalbestand succesvol geïnstalleerd.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"Taal is bijgewerkt\"\n\nmsgid \"Languages\"\nmsgstr \"Taalinstellingen\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Taalindex is succesvol herbouwd.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Laatste update van softwareberging.\"\n\nmsgid \"Last access\"\nmsgstr \"Laatste toegang\"\n\nmsgid \"Last name\"\nmsgstr \"Achternaam\"\n\nmsgid \"Last reply date\"\nmsgstr \"Laatste antwoorddatum\"\n\nmsgid \"Last translator\"\nmsgstr \"Laatst vertaald door\"\n\nmsgid \"Layout\"\nmsgstr \"Lay-out\"\n\nmsgid \"Layout color\"\nmsgstr \"Lay-outkleur\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Lay-outkleur succesvol bijgewerkt.\"\n\nmsgid \"Level\"\nmsgstr \"Niveau\"\n\nmsgid \"Limit\"\nmsgstr \"Limiet\"\n\nmsgid \"Limit value\"\nmsgstr \"Limiteer waarde\"\n\nmsgid \"Limits\"\nmsgstr \"Limieten\"\n\nmsgid \"Link\"\nmsgstr \"Link\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Link naar website van auteur\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Systeembelasting (1 min, 5 min, 15 min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Gegevens aan het laden...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Logboekinvoer succesvol verwijderd.\"\n\nmsgid \"Login\"\nmsgstr \"Login\"\n\nmsgid \"Login data\"\nmsgstr \"Logingegevens\"\n\nmsgid \"Login password\"\nmsgstr \"Wachtwoord\"\n\nmsgid \"Login username\"\nmsgstr \"Gebruikersnaam\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Log in met uw FTP-account\"\n\nmsgid \"Logo file\"\nmsgstr \"Logobestand\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo succesvol verwijderd.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo succesvol bijgewerkt.\"\n\nmsgid \"Logout\"\nmsgstr \"Uitloggen\"\n\nmsgid \"Lost password\"\nmsgstr \"Wachtwoord opvragen\"\n\nmsgid \"Lost password email\"\nmsgstr \"Wachtwoordherstele-mail\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"E-mailtemplates voor wachtwoordaanvraag zijn bijgewerkt\"\n\nmsgid \"Lost password link\"\nmsgstr \"Link voor wachtwoordherstel\"\n\nmsgid \"Low\"\nmsgstr \"Laag\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"E-mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"E-maillogboekniveau\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"E-mailaccount bestaat reeds\"\n\nmsgid \"Mail account data\"\nmsgstr \"Mailaccountgegevens\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Fouten in mailaccount\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"Mailaccount wordt verwijderd\"\nmsgstr[1] \"%d mailaccounts worden verwijderd\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"Mailaccount wordt toegevoegd\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"Mailaccounts worden bijgewerkt\"\n\nmsgid \"Mail account type\"\nmsgstr \"E-mailaccounttype\"\n\nmsgid \"Mail accounts\"\nmsgstr \"E-mailaccounts\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"Mailaccounts zijn opgeschort\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"Mailaccountlimiet\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"E-mailaccountlijst is leeg\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"E-mailfunctie is uitgeschakeld\"\n\nmsgid \"Mail quota\"\nmsgstr \"Mailquota\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"Mailquota (MiB)\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"Mailquota kan niet groter zijn dan %s\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"Mailquota kan niet groter zijn dan opslagruimte\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\"Mailquote kan niet lager zijn dan %d. Elke e-mailaccount dient minimaal 1MiB\"\n\" groot te zijn.\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"Mailquota kan niet onbeperkt zijn. Maximale waarde is %d MiB\"\n\nmsgid \"Mail usage\"\nmsgstr \"Mailverbruik\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"Quota zijn ververst.\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Hoofdmenu-labels zichtbaarheid succesvol bijgewerkt.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Onderhoudsbericht\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Onderhoudsmodus\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Onderhouds modus is geactiveerd. Alleen beheerders kunnen nog inloggen.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Onderhoudsmodus\"\n\nmsgid \"Male\"\nmsgstr \"Man\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Beheer SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"Beheer SSL-certificaat\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Beheer htaccess-gebruikers en -groepen\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Beheer gebruikers en groepen\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Beheer uw beveiligde mappen, gebruikers en groepen\"\n\nmsgid \"Manual\"\nmsgstr \"Handmatig\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"Handmatig catch-all adres\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Maximale aantal inlogpogingen\"\n\nmsgid \"Max traffic\"\nmsgstr \"Maximaal verkeer\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\"Maximale externe bestandsgrootte (%s) is bereikt. Uw externe bestand is %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\"Maximale externe bestandsgrootte (%s) is bereikt. Uw externe bestand is %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Maximaal aantal CAPTCHA-pogingen\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"Maximaal aantal CAPTCHA-pogingen voor de wachtbeveiliging inspringt.\"\n\nmsgid \"Medium\"\nmsgstr \"Normaal\"\n\nmsgid \"Member of group\"\nmsgstr \"Lid van groep\"\n\nmsgid \"Memory information\"\nmsgstr \"Geheugeninformatie\"\n\nmsgid \"Message\"\nmsgstr \"Bericht\"\n\nmsgid \"Message template\"\nmsgstr \"Berichttemplate\"\n\nmsgid \"Message template info\"\nmsgstr \"Berichttemplate\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\"Stuur een bericht aan de wederverkoper voor het verwijderen van de software\"\n\nmsgid \"MiB\"\nmsgstr \"MB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Migratiebestand %s is niet leesbaar.\"\n\nmsgid \"Minute\"\nmsgstr \"Minuut\"\n\nmsgid \"Minutes\"\nmsgstr \"Minuten\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"Missende zoekcriteria\"\n\nmsgid \"Model\"\nmsgstr \"Model\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Bezig met bewerken...\"\n\nmsgid \"Month\"\nmsgstr \"Maand\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"Maandelijks serververkeer\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"Maandelijks serververkeer - instellingen\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"Instellingen voor maandelijks serververkeer opgeslagen\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Maandelijks verkeerslimiet [MB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Maandelijks verkeerslimiet dient een nummer te zijn.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"Maandelijks verkeer gebruik\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"Maandelijks verkeerslimiet kan niet groter zijn dan het verkeerslimiet.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Maandelijkse verkeerslimietswaarschuwing dient een nummer te zijn.\"\n\nmsgid \"Mount\"\nmsgstr \"Aanhechtingspunt\"\n\nmsgid \"Mount point\"\nmsgstr \"Aanhechtingspunt\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/B\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"NS-DNS-records mogen enkel aan subzones worden gekoppeld.\"\n\nmsgid \"Name\"\nmsgstr \"Naam\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Naam kan niet leeg zijn.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Netwerkinterface (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Nooit\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Nieuwe SQL-gebruikersinformatie\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Nieuwe aliasorder voor {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"Nieuwe inloggegevens verstuurd naar %s\"\n\nmsgid \"New ticket\"\nmsgstr \"Nieuw ticket\"\n\nmsgid \"Next\"\nmsgstr \"Volgende\"\n\nmsgid \"Next step\"\nmsgstr \"Volgende stap\"\n\nmsgid \"No\"\nmsgstr \"Nee\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Geen IP-adres gevonden\"\n\nmsgid \"No account found.\"\nmsgstr \"Geen account gevonden\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"Geen anti-rootkit log\"\n\nmsgid \"No available\"\nmsgstr \"Geen beschikbaar\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Geen eigen menu gevonden.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"Geen domein beschikbaar voor nieuwe software.\"\n\nmsgid \"No error found\"\nmsgstr \"Geen foutmeldingen\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Er is geen bestand geüpload.\"\n\nmsgid \"No group found.\"\nmsgstr \"Geen groep gevonden.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Geen webhostingpakket beschikbaar.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"Geen e-mailaccount verwijderd\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Geen wederverkoper beschikbaar om rechten toe te voegen.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Geen wederverkoper met geactiveerde software gevonden.\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"Geen wederverkoper met rechten voor deze software gevonden.\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Geen wederverkopers gevonden\"\n\nmsgid \"No software available\"\nmsgstr \"Geen software beschikbaar\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Geen software in websoftwareberging gevonden!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"Geen software in softwaredepot beschikbaar.\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Op dit moment wachten geen softwarepakketten op activatie\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"Geen statistieken gevonden voor de betreffende periode. Probeer een andere \"\n\"periode.\"\n\nmsgid \"No update available\"\nmsgstr \"Geen updates beschikbaar\"\n\nmsgid \"No used yet\"\nmsgstr \"Nog niet gebruikt\"\n\nmsgid \"No user found.\"\nmsgstr \"Geen gebruiker gevonden.\"\n\nmsgid \"Normal\"\nmsgstr \"Normaal\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"Normaal & Doorsturen\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"Normaal & doorstuuraccount\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normaal + Doorsturen\"\n\nmsgid \"Normal account\"\nmsgstr \"Normaal account\"\n\nmsgid \"Normal connection\"\nmsgstr \"Normale verbinding\"\n\nmsgid \"Not Found\"\nmsgstr \"Niet gevonden\"\n\nmsgid \"Not found.\"\nmsgstr \"Niet gevonden.\"\n\nmsgid \"Not provided\"\nmsgstr \"Niet opgegeven\"\n\nmsgid \"Not used\"\nmsgstr \"Niet gebruikt\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\"Let op, in handmatige modus zijn uw NIC en subnetmasker slechts ter \"\n\"informatie.\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Niets gevonden - sorry\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Er is niets veranderd.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Er is niets verwijderd\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Opmerkingen, Waarschuwingen en Fouten\"\n\nmsgid \"Ok\"\nmsgstr \"Oké\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Enkel 'tar.gz'-archieven worden geaccepteerd.\"\n\nmsgid \"Only exec\"\nmsgstr \"Enkel exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\"Enkel \\\"gettext Machine Object\\\"-bestanden (MO-bestanden) worden \"\n\"geaccepteerd\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Enkel nummers tussen 0 en 65535 zijn toegestaan.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Enkel positieve nummers toegestaan.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Enkel tar.gz- en tar.bz2-archieven worden geaccepteerd.\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Enkel tar.gz-, tar.bz2- en zip-archieven worden geaccepteerd.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Open ticket\"\n\nmsgid \"Open tickets\"\nmsgstr \"Open tickets\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Actie geannuleerd: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Optioneel\"\n\nmsgid \"Order\"\nmsgstr \"Volgorde\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Order succesvol verwijderd.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Order succesvol verwerkt.\"\n\nmsgid \"Other in\"\nmsgstr \"Overig in\"\n\nmsgid \"Other out\"\nmsgstr \"Overig uit\"\n\nmsgid \"Other settings\"\nmsgstr \"Andere instellingen\"\n\nmsgid \"Overview\"\nmsgstr \"Overzicht\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"PHP %s configuratie-optie\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"PHP Configuratieopties\"\n\nmsgid \"PHP Editor\"\nmsgstr \"PHP-bewerker\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP-GD-extensie niet geladen\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"PHP-rechten\"\n\nmsgid \"PHP Settings\"\nmsgstr \"PHP-instellingen\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"PHP-configuratie wordt bijgewerkt.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"PHP-optiewaarden\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP-exec()-functie\"\n\nmsgid \"PHP settings\"\nmsgstr \"PHP-instellingen\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP in\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP uit\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP-verkeer\"\n\nmsgid \"Package actions\"\nmsgstr \"Pakketacties\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Pakket is reeds geïnstalleerd in het wederverkopers-depot\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Pakket is reeds geïnstalleerd in het softwaredepot\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Pakket is reeds geïnstalleerd in de softwareberging!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Pakket is reeds geïnstalleerd in de softwareberging!\"\n\nmsgid \"Package install type\"\nmsgstr \"Pakketinstallatietype\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Pakket succesvol geïnstalleerd.\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\"Pakket succesvol geïnstalleerd... Wachtende op de uitgave van de beheerder!\"\n\nmsgid \"Package language\"\nmsgstr \"Pakkettaal\"\n\nmsgid \"Package name\"\nmsgstr \"Pakketnaam\"\n\nmsgid \"Package title\"\nmsgstr \"Pakkettitel\"\n\nmsgid \"Package type\"\nmsgstr \"Pakkettype\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Website ontwikkelaar\"\n\nmsgid \"Package version\"\nmsgstr \"Pakketversie\"\n\nmsgid \"Panel default language\"\nmsgstr \"Standaardtaal van controlepaneel\"\n\nmsgid \"Parent directory\"\nmsgstr \"Bovenliggende map\"\n\nmsgid \"Partition\"\nmsgstr \"Partitie\"\n\nmsgid \"Password\"\nmsgstr \"Wachtwoord\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Wachtwoord bevestigen\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Wachtwoord bevat tekens die niet worden toegestaan.\"\n\nmsgid \"Password email\"\nmsgstr \"Wachtwoordmail\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Wachtwoord ontbreekt\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Minimum wachtwoordlengte\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"Wachtwoord dient letters en cijfers te bevatten\"\n\nmsgid \"Password settings\"\nmsgstr \"Wachtwoordinstellingen\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Wachtwoord succesvol bijgewerkt\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Wachtwoorden komen niet overeen\"\n\nmsgid \"Path\"\nmsgstr \"Pad\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Onafgedane taken\"\n\nmsgid \"Percent\"\nmsgstr \"Procent\"\n\nmsgid \"Permissions\"\nmsgstr \"Rechten\"\n\nmsgid \"Personal data\"\nmsgstr \"Persoonlijke gegevens\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"Persoonlijke gegevens bijgewerkt\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personaliseer template\"\n\nmsgid \"Phone\"\nmsgstr \"Telefoon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"phpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Activeer uw nieuwe i-MSCP-wachtwoord\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"Kies minimaal één gebruiker.\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"Kies een htaccess-gebruiker of htaccess-groep\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Bevestig het wachtwoord\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Gelieve contact op te nemen met de beheerder!<br>Vraag hem om de rechten om \"\n\"dit pakket te gebruiken.<br>Het is niet toegestaan om dit pakket twee keer \"\n\"te uploaden.<br>Herlaad uw site om de nieuwe status te zien!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"Bewerk uw autoresponderbericht hieronder\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Geef een naam op voor de beveiligde map.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Vul een wachtwoord in\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Vul een SQL-gebruikershost in\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Vul een gebruikersnaam in.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Vult u hier het pad in naar de beveiligde map.\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"Voer uw autoresponderbericht hieronder in\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Kies een andere map. %s (%s) is hier reeds geïnstalleerd\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Vul de berichtinhoud in.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Vul de berichtkop in\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Vul de naam van de databank in\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Typ uw boodschap.\"\n\nmsgid \"Plugin\"\nmsgstr \"Invoegtoepassing\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Invoegtoepassing %s geactiveerd\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Invoegtoepassing %s kan niet worden geactiveerd.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Invoegtoepassing %s kan niet worden geadectiveerd.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Invoegtoepassing %s kan niet worden verwijderd.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Invoegtoepassing %s kan niet worden geïnstalleerd.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Invoegtoepassing %s kan niet worden beveiligd.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"Invoegtoepassing %s kan niet opnieuw geconfigureerd worden.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Invoegtoepassing %s kan niet worden gedeïnstalleerd.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Invoegtoepassing %s kon niet worden bijgewerkt\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Invoegtoepassing %s gedeactiveerd.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Invoegtoepassing %s verwijderd\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Invoegtoepassing %s geïnstalleerd.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Invoegtoepassing %s is beveiligd.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Invoegtoepassing %s beveiligd.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Invoegtoepassing %s is opnieuw geconfigureerd.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Invoegtoepassing %s wordt gedeactiveerd.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Invoegtoepassing %s wordt aangepast.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Invoegtoepassing %s wordt gedeactiveerd.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Invoegtoepassing %s wordt geïnstalleerd.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Invoegtoepassing %s wordt verwijderd.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Invoegtoepassing %s wordt bijgewerkt.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Invoegtoepassing %s verwijderd.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Invoegtoepassing %s bijgewerkt.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Invoegtoepassingsbeheerder: Kon de %s plugin niet aanpassen: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Invoegtoepassingsbeheerder: Kon de bestanden van de %s invoegtoepassing niet\"\n\" verwijderen. Draai set-gui-permissions.pl en probeer opnieuw.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Invoegtoepassingsbeheerder: Kon de %s invoegtoepassing niet laden\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Invoegtoepassingsbeheerder:  Kon de %s invoegtoepassing niet laden. De \"\n\"invoegtoepassing is beveiligd door een andere plugin.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\"Invoegtoepassingsbeheerder: Kon de %s invoegtoepassing niet bijwerken: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\"Invoegtoepassingsbeheerder: Kon niet schrijven naar het %s bestand voor \"\n\"beveiligde invoegtoepassingen.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\"Invoegtoepassingsbeheerder: : De %s map bestaat niet of kan niet beschreven \"\n\"worden.\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\"Invoegtoepassingen: Downgrade van de %s invoegtoepassing is niet toegestaan.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Invoegtoepassingsbeheerder: De %s invoegtoepassing is niet geladen\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Invoegtoepassingsbeheerder: Onbekende invoegtoepassing %s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"Activeren van invoegtoepassing is mislukt: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Invoegtoepassingsarchief\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"Invoegtoepassingsarchief overschrijdt de maximumgrootte.\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"Aanpassen van invoegtoepassing is mislukt: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"Uitschakelen van invoegtoepassing is mislukt: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"Verwijderen van invoegtoepassing is mislukt: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Invoegtoepassingsfouten\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"Invoegtoepassing succesvol geüpload.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"Installatie van invoegtoepassing is mislukt: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Invoegtoepassingsfout\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Invoegtoepassingslijst is leeg.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Invoegtoepassingen\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"Deïnstallatie van invoegtoepassing is mislukt: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"Bijwerken van invoegtoepassing is mislukt: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Invoegtoepassingsupload\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Invoegtoepassingen haken in op i-MSCP functionaliteit om deze uit te breiden\"\n\" met eigen functies. Invoegtoepassingen worden los van de i-MSCP-core \"\n\"gebouwd door vele ontwikkelaars over de wereld. Vind deze invoegtoepassingen\"\n\" door te surfen naar %s.\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"Invoegtoepassingslijst is bijgewerkt: %s nieuwe invoegtoepassing(en) \"\n\"gevonden, %s bijgewerkt, %s opnieuw geconfigureerd en %s verwijderd.\"\n\nmsgid \"Port\"\nmsgstr \"Poort\"\n\nmsgid \"Preserve Host\"\nmsgstr \"Behoud hostnaam\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Voorkom externe login voor beheerder\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"voorkom externe login voor klanten\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Voorkom externe login voor wederverkopers\"\n\nmsgid \"Previous\"\nmsgstr \"Vorige\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Voordat u deze beheerder verwijdert, verplaats eerst de wederverkopers naar \"\n\"een andere beheerder.\"\n\nmsgid \"Priority\"\nmsgstr \"Prioriteit\"\n\nmsgid \"Private key\"\nmsgstr \"Privésleutel\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Indien aanwezig: wachtwoordzin voor privésleutel\"\n\nmsgid \"Processing...\"\nmsgstr \"Verwerken...\"\n\nmsgid \"Processor data\"\nmsgstr \"Verwerkingsinformatie\"\n\nmsgid \"Profile\"\nmsgstr \"Account\"\n\nmsgid \"Properties\"\nmsgstr \"Eigenschappen\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\"Eigenschappen voor wederverkoper met nummer %d zijn niet gevonden in de \"\n\"databank.\"\n\nmsgid \"Protect\"\nmsgstr \"Beveilig\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"Bescherm standaardaccounts tegen wijzigingen of verwijderen.\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Beveilig deze invoegtoepassing\"\n\nmsgid \"Protected\"\nmsgstr \"Beveiligd\"\n\nmsgid \"Protected area data\"\nmsgstr \"Beveiligde mapdata\"\n\nmsgid \"Protected area name\"\nmsgstr \"Naam voor beveiligde map\"\n\nmsgid \"Protected area path\"\nmsgstr \"Pad naar beveiligde map\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Beveiligde wordt  toegevoegd.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Beveiligde map wordt verwijderd.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Beveiligde map wordt bijgewerkt.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Beveiligde mappen\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocol\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"Quota in MiB (0 ∞)\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Quota in MB (Max: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"Quotainformatie\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Lees ticket\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Hernieuw taalindex\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Opnieuw configureren bezig...\"\n\nmsgid \"Record data\"\nmsgstr \"Record-gegevens\"\n\nmsgid \"Redirect\"\nmsgstr \"Doorsturen naar\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"Redistribueer ongebruikte quote over de bestaande e-mailaccounts\"\n\nmsgid \"Registration date\"\nmsgstr \"Registratiedatum\"\n\nmsgid \"Relative weight\"\nmsgstr \"Relatief gewicht\"\n\nmsgid \"Release date\"\nmsgstr \"Uitgavedatum\"\n\nmsgid \"Release description\"\nmsgstr \"Uitgavebeschrijving\"\n\nmsgid \"Release version\"\nmsgstr \"Uitgaveversie\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Externe websoftwareberging\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Extern bestand niet gevonden.\"\n\nmsgid \"Remove\"\nmsgstr \"Verwijder\"\n\nmsgid \"Remove IP\"\nmsgstr \"Verwijder IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Verwijder rechten\"\n\nmsgid \"Reopen\"\nmsgstr \"Heropenen\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Ticket heropenen\"\n\nmsgid \"Repeat password\"\nmsgstr \"Wachtwoord herhalen\"\n\nmsgid \"Reply\"\nmsgstr \"Antwoorden\"\n\nmsgid \"Reply-To email\"\nmsgstr \"Reply-To email\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"Reply-To email mist\"\n\nmsgid \"Reply-To name\"\nmsgstr \"Reply-To naam\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"Geen antwoord: De server deed er te lang over om data te versturen.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Databank vereist?\"\n\nmsgid \"Reseller\"\nmsgstr \"Wederverkoper\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Wederverkoper / Klanten / Nieuwe klant\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Wederverkoper / Klanten / Nieuwe klant - volgende stap\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Wederverkoper / Klanten / E-mail rondsturen\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Wederverkoper / Klanten / Domeinaliassen\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Wederverkoper / Instellingen / Wachtwoord vergetene-mail\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Wederverkoper / Klanten / Overzicht\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Wederverkoper / Klanten / Overzicht / Domeindetails\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Wederverkoper / Klanten / Overzicht / Klant aanpassen\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Wederverkoper / Klanten / Overzicht / Domein aanpassen\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Wederverkoper / Instellingen / Welkomste-mail\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Wederverkoper / Domeinen / Domeinalias toevoegen\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Wederverkoper / Domeinen / Domeinalias aanpassen\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Wederverkoper / Algemeen / Overzicht\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Wederverkoper / Algemeen / Software uploaden\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Wederverkoper / Webhostingpakketten / Hostingpakket toevoegen\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Wederverkoper / Webhostingpakketten / Overzicht\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Wederverkoper / Profiel / Accountoverzicht\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Wederverkoper / Account / Taal\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Wederverkoper / Account / Lay-out\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Wederverkoper / Account / Wachtwoord\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Wederverkoper / Account / Persoonlijke informatie\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Wederverkoper / Statistieken / IP-gebruik\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Wederverkoper / Statistieken / Overzicht\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\"Wederverkoper / Statistieken / Overzicht / {USERNAME} Gebruikersstatistieken\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Wederverkoper / Ondersteuning / Gesloten Tickets\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Wederverkoper / Ondersteuning / Nieuw Ticket\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Wederverkoper / Ondersteuning / Open Tickets\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Wederverkoper / Ondersteuning / Bekijk Ticket\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Wederverkoper / Webhostingpakketten / Hostingpakket wijzigen\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Wederverkoper naam\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Wederverkoper en klant\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Niveaus van wederverkopers en klanten\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Wederverkopertoewijzingen\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Gebruik van wederverkoper\"\n\nmsgid \"Reseller data\"\nmsgstr \"Gegevens van wederverkoper\"\n\nmsgid \"Reseller level\"\nmsgstr \"Niveau van wederverkoper\"\n\nmsgid \"Reseller list\"\nmsgstr \"Wederverkoper lijst\"\n\nmsgid \"Reseller name\"\nmsgstr \"Wederverkoper naam\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Wederverkoperssoftwarelijst\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Statistieken wederverkoper\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Wederverkoper succesvol toegevoegd.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Wederverkopertotaal\"\n\nmsgid \"Reseller users\"\nmsgstr \"Wederverkopers\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Wederverkoper met rechten totaal\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Lay-outkleur van wederverkoper succesvol bijgewerkt.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Wederverkoper / Statistieken IP-gebruik\"\n\nmsgid \"Resellers\"\nmsgstr \"Wederverkopers\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Wederverkopers en klanten\"\n\nmsgid \"Reset\"\nmsgstr \"Herstel\"\n\nmsgid \"Restore\"\nmsgstr \"Herstel\"\n\nmsgid \"Restore backup\"\nmsgstr \"Herstel laatste back-up\"\n\nmsgid \"Rights\"\nmsgstr \"Rechten\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Rechten succesvol toegevoegd.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Rechten succesvol verwijderd.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP in\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP uit\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP-verkeer\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQL-databank\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"SQL-databanklimiet is uitgeschakeld, maar SQL-gebruikerslimiet niet.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"SQL-databanklimiet is niet <i>uitgeschakeld</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"SQL-databank is aangemaakt.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"SQL-databank succesvol verwijderd.\"\n\nmsgid \"SQL databases\"\nmsgstr \"MySQL-databanken\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"SQL-databanklimiet\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"SQL-databanklimiet is uitgeschakeld\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"SQL-databanklimiet is niet uitgeschakeld\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\"Het limiet voor SQL-databases is bereikt. U kunt hierdoor geen nieuwe SQL-\"\n\"databases aanmaken.\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Enkel SQL-databanken\"\n\nmsgid \"SQL user\"\nmsgstr \"SQL-gebruiker\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQL-gebruikershost\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"SQL-gebruikerslimiet is <i>uitgeschakeld</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"SQL-gebruikerslimiet is uitgeschakeld, maar SQL-databanklimiet niet.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"SQL-gebruikerslimiet is uitgeschakeld.\"\n\nmsgid \"SQL user name\"\nmsgstr \"MySQL-gebruikersnaam\"\n\nmsgid \"SQL user password\"\nmsgstr \"Wachtwoord MySQL gebruiker\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"SQL-gebruikerswachtwoord succesvol bijgewerkt.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"Prefix/suffix van SQL-gebruiker\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQL-gebruiker succesvol toegevoegd.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"SQL-gebruiker is verwijderd.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"SQL-gebruikersnaam is te lang.\"\n\nmsgid \"SQL users\"\nmsgstr \"MySQL-gebruikers\"\n\nmsgid \"SQL users limit\"\nmsgstr \"SQL-gebruikerslimiet\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"SQL-gebruikerslimiet is uitgeschakeld\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\"SQL-gebruikerslimiet is bereikt. U kunt hierdoor geen nieuwe SQL-gebruikers \"\n\"aanmaken.\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL-certificaat wordt toegevoegd.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL-certificaat wordt verwijderd.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL-certificaat wordt bijgewerkt.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\"Het is niet mogelijk om SSL-certificaten aan te passen. U kunt slechts uw \"\n\"certificaat bekijken.\"\n\nmsgid \"SSL status\"\nmsgstr \"SSL-status\"\n\nmsgid \"Save\"\nmsgstr \"Opslaan\"\n\nmsgid \"Search\"\nmsgstr \"Zoeken\"\n\nmsgid \"Sec.\"\nmsgstr \"Seconden\"\n\nmsgid \"Secure connection\"\nmsgstr \"Beveiligde verbinding\"\n\nmsgid \"Security code\"\nmsgstr \"Veiligheidscode\"\n\nmsgid \"Security code has expired\"\nmsgstr \"Veligheidscode is verlopen\"\n\nmsgid \"Select group\"\nmsgstr \"Selecteer groep\"\n\nmsgid \"Select your own document root\"\nmsgstr \"Kies uw startmap\"\n\nmsgid \"Send\"\nmsgstr \"Verzenden\"\n\nmsgid \"Send circular\"\nmsgstr \"Rondstuur-e-mail versturen\"\n\nmsgid \"Send message\"\nmsgstr \"Verstuur bericht\"\n\nmsgid \"Send message to\"\nmsgstr \"Verstuur bericht naar\"\n\nmsgid \"Send reply\"\nmsgstr \"Verstuur antwoord\"\n\nmsgid \"Send to\"\nmsgstr \"Verzenden naar\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Naam afzender mist\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"Scheid adressen met een comma, nieuwe regel of spatie.\"\n\nmsgid \"Server ports\"\nmsgstr \"Serverpoorten\"\n\nmsgid \"Server statistics\"\nmsgstr \"Serversstatistieken\"\n\nmsgid \"Server status\"\nmsgstr \"Serverstatus\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Service niet beschikbaar\"\n\nmsgid \"Service is not running\"\nmsgstr \"Dienst draait niet.\"\n\nmsgid \"Service is running\"\nmsgstr \"Dienst draait\"\n\nmsgid \"Service name\"\nmsgstr \"Servicenaam\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"Servicenaam kan niet langer dan 25 karakters zijn.\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"Servicepoort bijgewerkt\"\nmsgstr[1] \"%d servicepoorten bijgewerkt\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Servicepoort is succesvol toegevoegd\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Serviceport succesvol verwijderd.\"\n\nmsgid \"Service ports\"\nmsgstr \"Serverpoorten\"\n\nmsgid \"Service protocol\"\nmsgstr \"Serviceprotocol\"\n\nmsgid \"Service statuses\"\nmsgstr \"Servicestatus\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"Service met deze naam bestaat reeds\"\n\nmsgid \"Sessions\"\nmsgstr \"Sessies\"\n\nmsgid \"Settings\"\nmsgstr \"Instellingen\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Instellingen opgeslagen\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Gedeeld koppelpunt\"\n\nmsgid \"Show\"\nmsgstr \"Weergeven\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Toon %s records per pagina\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Toon SSL-certificaat\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"Toon Standaardmailaccounts\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Gedetailleerde statistieken voor deze wederverkoper tonen\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Gedetailleerde statistieken voor deze gebruiker bekijken\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"Toon domeinaliassen\"\n\nmsgid \"Show in\"\nmsgstr \"Toon in\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Labels voor hoofdmenulinks tonen\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"%s tot %s van %s records tonen\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"0 tot 0 van 0 records tonen\"\n\nmsgid \"Size\"\nmsgstr \"Grootte\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"Software beschikbaar\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Software verwijderd\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Upload van softwaredepot\"\n\nmsgid \"Software details\"\nmsgstr \"Softwaredetails\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Software is verwijderd.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Software is succesvol geïmporteerd.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Software in berging\"\n\nmsgid \"Software installation\"\nmsgstr \"Software installatie\"\n\nmsgid \"Software installer\"\nmsgstr \"Software-installer\"\n\nmsgid \"Software installer options\"\nmsgstr \"Opties van software-installer\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Opties van software-installer succesvol bijgewerkt.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"Software wordt geïnstalleerd.\"\n\nmsgid \"Software management\"\nmsgstr \"Softwarebeheer\"\n\nmsgid \"Software name\"\nmsgstr \"Programmanaam\"\n\nmsgid \"Software not found!\"\nmsgstr \"Software niet gevonden!\"\n\nmsgid \"Software options\"\nmsgstr \"Softwareopties\"\n\nmsgid \"Software permissions\"\nmsgstr \"Software rechten\"\n\nmsgid \"Software repository\"\nmsgstr \"Softwareberging\"\n\nmsgid \"Software status\"\nmsgstr \"Softwarestatus\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Software wordt verwijderd.\"\n\nmsgid \"Software total\"\nmsgstr \"Software totaal\"\n\nmsgid \"Software upload\"\nmsgstr \"Software-upload\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Software is geactiveerd\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Software is verwijderd\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Programmasynoniem\"\n\nmsgid \"Software-Version\"\nmsgstr \"Softwareversie\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Softwaredepot\"\n\nmsgid \"Start installation\"\nmsgstr \"Begin met installatie\"\n\nmsgid \"State/Province\"\nmsgstr \"Staat/Provincie\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistieken\"\n\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgid \"Street 1\"\nmsgstr \"Straat 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Straat 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Veilige wachtwooden\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomein\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Subdomein %s bestaat al.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Subdomein %s kan niet naar zichzelf verwijzen.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"Subdomein %s is niet beschikbaar.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Subdomeinalias\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Fouten bij subdomeinalias\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Subdomeinfouten\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Subdomeinnaam\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Subdomeinnaam is geen geldige naam\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Subdomein wordt verwijderd.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Subdomein wordt toegevoegd.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Subdomein wordt bijgewerkt\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomeinen\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"Subdomeinlimiet\"\n\nmsgid \"Subject\"\nmsgstr \"Onderwerp\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Onderwerp ontbreekt\"\n\nmsgid \"Submit changes\"\nmsgstr \"Aanpassen\"\n\nmsgid \"Support\"\nmsgstr \"Ondersteuning\"\n\nmsgid \"Support system\"\nmsgstr \"Ondersteuningssysteem\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Omschakelen\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Ga naar de 'backups'-map\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Verander van gebruiker\"\n\nmsgid \"Sync quota info\"\nmsgstr \"Synchroniseer quota-informatie\"\n\nmsgid \"System\"\nmsgstr \"Systeem\"\n\nmsgid \"System data\"\nmsgstr \"Systeemgegevens\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Systeemfout - de foutpagina is niet bijgewerkt.\"\n\nmsgid \"System information\"\nmsgstr \"Systeeminformatie\"\n\nmsgid \"System tools\"\nmsgstr \"Systeemtools\"\n\nmsgid \"System under maintenance\"\nmsgstr \"In onderhoudsmodus\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Doel\"\n\nmsgid \"Target domain\"\nmsgstr \"Doeldomein\"\n\nmsgid \"Target port\"\nmsgstr \"Doelpoort\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"Doelpoort moet een getal zijn.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Tmp map niet gevonden\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"Het %s veld kan niet leeg blijve.\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\"Het %s-veld kan geen tekenreeks met en tekenreeks zonder quote bevatten.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\"Het %s limiet voor deze klant kan niet groter zijn dan %d, wat uw limiet is.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"Het %s limiet voor deze klant kan niet lager zijn dan %d, het totaal van %s \"\n\"is reeds door deze klant gebruikt.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"Het %s limiet voor deze klant kan niet uitgeschakeld worden, omdat de klant \"\n\"reeds %d %s gebruikt.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"Het limiet %s voor deze klant kan niet ongelimiteerd zijn, omdat u \"\n\"gelimiteerd bent.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\"De %s-invoegtoepassingsversie %s is niet compatibel met de gebruikte i-MSCP-\"\n\"versie.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"Het vertalingsbestand %s wordt overgeslagen: Vertaaltabel is leeg.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"Het '%s' veld kan niet leeg blijve.\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"De '%value' gebruikersnaam is niet beschikbaar.\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\"De DEBUG-mode is momenteel geactiveerd, waardoor caching niet beschikbaar \"\n\"is.\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\"De Telnet-server draait momenteel op uw machine. Dit is een verouderde \"\n\"dienst en is niet veilig.\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"De `%s' SQL-gebruiker is niet beschikbaar of niet toegestaan.\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"De plaatsnaam dient tussen de %d en %d karakters lang te zijn.\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"De bedrijfsnaam dient tussen de %d en %d karakters lang te zijn.\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"De configuratieparameter is bijgewerkt\"\nmsgstr[1] \"%d configuratieparameters bijgewerkt\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"De landsnaam dient tussen de %d en %d karakters lang te zijn.\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"De map %s bestaat niet, maak deze map aan met de bestandsbeheerder.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"Het domein is momenteel gedeactiveerd. Het wijzigen van sommige instellingen\"\n\" ervan zal resulteren in een complete of gedeeltelijke heractivering.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"Het domein of tenminste een van zijn recordtypes heeft een andere status dan\"\n\" 'oké'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"Het domein dat u probeert te bewerken bestaat niet.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"Het e-mailadres kan niet leeg blijven\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"De faxnummer dient tussen de %d en %d karakters lang te zijn.\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"De voornaam dient tussen de %d en %d karakters lang te zijn.\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"De achternaam dient tussen de %d en %d karakters lang te zijn.\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"Het menu dat u probeert te bewerken bestaat niet.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"De nieuwe hoofdmap moet reeds bestaan in de /htdocs map\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"Het pakket is corrupt. Gelieve het te corrigeren.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Het pakket zal automatisch op uw systeem worden geïnstalleerd na het \"\n\"uploaden.<br>Herlaad uw website om de nieuwe status te zien!\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"Het wachtwoord kan niet leeg blijven.\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"Het wachtwoord bevat tekens die niet zijn toegestaa.\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Het wachtwoordveld is leeg.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"Het wachtwoord dient tussen de %d en %d karakters lang te zijn.\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"Het wachtwoord moet letters en cijfers bevatten.\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"Het telefoonnummer dient tussen de %d en %d karakters lang te zijn.\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"De private key hoort niet bij het opgegeven SSL-certificaat.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\"De externe bestandsgrootte (%s) is kleiner dan 1 byte. Controleer de URL.\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"De wederverkoper die u wil verwijderen heeft een of meerdere klantaccounts \"\n\"onder zich, verplaats of verwijder deze eerst.\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"De staat/provincie dient tussen de %d en %d karakters lang te zijn.\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"De straatnaam (1) dient tussen de %d en %d karakters lang te zijn.\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"De straatnaam (2) dient tussen de %d en %d karakters lang te zijn.\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"Het geüploade bestand is maar voor een deel geüpload.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"De gebruikersnaam kan niet leeg blijven\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Het gebruikersnaamveld is leeg.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"De gebruikersnaam dient tussen de %d en %d karakters lang te zijn.\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"Deze waarde staat er tussen\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"Deze waarde staat er niet tussen\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"De waarden mogen niet gelijk zijn\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"De postcode dient tussen de %d en %d karakters lang te zijn.\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"Er zijn nog geen servicepoorten ingesteld.\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"Er bevindt zich een fout in uw pakket. Gelieve het te \"\n\"controleren!<br>Herlaad uw website om de nieuwe status te zien!\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"Er zijn geen onafgedane taken. Operatie gestopt.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"Dit pakket (%s, V%s) is verwijderd door uw wederverkoper. U kunt dit pakket \"\n\"alleen deïnstalleren!<br>Gelieve de bestanden en databank voor dit pakket \"\n\"handmatig te verwijderen!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Deze databank zal permanent worden verwijderd. Dit proces kan niet hersteld \"\n\"worden. Alle gebruikers die zijn verbonden met deze databank zullen ook \"\n\"verwijderd worden indien zij niet aan een andere databank zijn verbonden. \"\n\"Weet u zeker dat u de databank '%s' wilt verwijderen?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Deze htaccess-groep bestaat al.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Deze htaccess-gebruiker bestaat al.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\"Via deze interface kunt u nieuwe IP-adressen toevoegen en andere \"\n\"verwijderen.\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Dit is de host waarvan deze SQL-gebruiker moet kunnen verbinden met de SQL-\"\n\"server. Gebruik de %s wildcard om deze gebruiker vanaf alle hosts te kunnen \"\n\"laten verbinden.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"Dit e-mailaccount is beveiligd tegen wijzigingen en verwijdering.\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"Dit pakket bestaat al in de softwareberging voor beheerders.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"Dit pakket bestaat reeds is het depot van de wederverkoper \\\"%1$s\\\"!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"Dit pakket bestaat reeds in het softwaredepot!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Dit pakket bestaat reeds in uw softwareberging.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Dit pakket is geïnstalleerd op de volgende domeinen:\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Dit pakket is niet geïnstalleerd\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Dit pakket is nog niet geïnstalleerd\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Deze software is geïnstalleerd op de volgende domeinen:\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\"Deze gebruiker heeft nog een domein-record. Verwijder eerst de domeinnaam \"\n\"van het systeem.\"\n\nmsgid \"TiB\"\nmsgstr \"TB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Ticketinformatie\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Ticket succesvol gesloten.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Ticket succesvol verwijderd\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Ticket succesvol heropend.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Ticket met nummer '%d' was niet gevonden.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\"Om de beveiliging van deze invoegtoepassing op te heffen dient u het bestand\"\n\" %s aan te passen\"\n\nmsgid \"Total\"\nmsgstr \"Totaal\"\n\nmsgid \"Total Domains\"\nmsgstr \"Totaal domeinen\"\n\nmsgid \"Total Software\"\nmsgstr \"Totaal software\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Totaal aantal softwaredepots\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"Totaal aantal accounts: %s / %s\"\n\nmsgid \"Total installations\"\nmsgstr \"Totaal installaties\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Totaal aantal pakketten in softwareberging\"\n\nmsgid \"Total reseller\"\nmsgstr \"Totaal wederverkoper\"\n\nmsgid \"Total software\"\nmsgstr \"Software totaal\"\n\nmsgid \"Traffic\"\nmsgstr \"Verkeer\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Verkeersstatistieken\"\n\nmsgid \"Translated strings\"\nmsgstr \"Vertaalde tekenreeksen\"\n\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgid \"UP\"\nmsgstr \"Open\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL doorsturen\"\n\nmsgid \"URL port\"\nmsgstr \"URL-poort\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL-protocol\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL voor dit beheerderspaneel\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Kan de ticket met nummer '%s' niet sluiten.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Kan de map '%s' voor taalbestand niet aanmaken.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Kan de map 'LC_MESSAGES' voor taalbestand niet aanmaken.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Kon het i-MSCP-informatiebestand niet verwijderen.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"Kon de lijst met IP-adressen niet verkrijgen, verhelp dit probleem.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Kan update-informatie niet uit Github verkrijgen\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Kon het i-MSCP-informatiebestand niet laden\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Kan bestand niet verplaatsen.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Kan index-bestand van softwareberging niet uitlezen.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Kan het bestand %s niet lezen\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"Kan het invoegtoepassingsbestand %s niet lezen. Controleer de \"\n\"bestandsrechten.\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Kan XML-bestand niet uit websoftware lezen.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Kan ticket met nummer '%s' niet heropenen.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Kan het klantaccount niet verwijderen. Er is een foutbericht verstuurd naar \"\n\"de beheerder.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Kan het klantaccount niet verwijderen. Controleer de beheerderslogboeken of \"\n\"je e-mail voor meer informatie.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Kan optie \\\"sslallowselfsigned\\\" niet toepassen\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Kan optie \\\"sslverifypeer\\\" niet toepassen\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"Kan bestand niet uploaden. Maximale upload-bestandsgrootte (%1$d MB) \"\n\"bereikt?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\"Deze poort is niet toegestaan bij doorstuur-URL. Enkel poorten boven 1024 \"\n\"zijn toegestaan.\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Onbevoegd\"\n\nmsgid \"Unavailable\"\nmsgstr \"Niet beschikbaar\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\"Onbeschermde quote gevonden in '%s'-veld. Een quote welke geen tekenreeks \"\n\"onderscheidt dient te worden beschermd.\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Onverwachte fout\"\n\nmsgid \"Uninstall\"\nmsgstr \"Deïnstalleer\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Verwijder deze invoegtoepassing\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Bezig met verwijderen\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Gedeïnstalleerd\"\n\nmsgid \"Unknown\"\nmsgstr \"Onbekend\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Onbekende fout\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"Database `%s' is onbekend. De database moet bestaan.\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Onbekend commando\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Onbekende handeling: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Onbekend bruteforce detectietype: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Onbekende naam van taal.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Onbekende lay-outkleur\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Onbekende reden.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Onbekende naam voor service '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Onbekende status\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Onbekend type.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Onbekende gebruikersnaam.\"\n\nmsgid \"Update\"\nmsgstr \"Opslaan\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Werk invoegtoepassingen bij\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Werk SQL-gebruikerswachtwoord bij\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Bijwerken vanuit softwareberging\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Bijwerken vanuit webdepot\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Bijwerken wordt uitgevoerd...\"\n\nmsgid \"Update info\"\nmsgstr \"Werk informatie bij\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"Bijwerken van de index van het softwareberging is afgebroken. Er zijn lege \"\n\"of ontbrekende velden.\"\n\nmsgid \"Update password\"\nmsgstr \"Werk wachtwoord bij\"\n\nmsgid \"Updates\"\nmsgstr \"Updates\"\n\nmsgid \"Upload\"\nmsgstr \"Upload\"\n\nmsgid \"Upload logo\"\nmsgstr \"Upload logo (190x60)\"\n\nmsgid \"Upload now\"\nmsgstr \"Upload nu\"\n\nmsgid \"Uptime\"\nmsgstr \"In bedrijf\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"Het gebruiken van een punt in labels van domeinnamen is verboden.\"\n\nmsgid \"Usage status\"\nmsgstr \"Vebruiksstatus\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Gebruik normale verbinding (Geen SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Gebruik beveiligde verbinding (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Gebruikt\"\n\nmsgid \"Used database\"\nmsgstr \"Gebruikte databank\"\n\nmsgid \"User\"\nmsgstr \"Gebruiker\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Gebruikers(voor- en achter-)naam\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Gebruikersgegevens zijn niet bijgewerkt.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Gebruikersgegevens zijn succesvol bijgewerkt.\"\n\nmsgid \"User errors\"\nmsgstr \"Gebruikersfouten.\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"Gebruiker is niet verwijderd.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Gebruikers(login-)naam\"\n\nmsgid \"User password\"\nmsgstr \"Gebruikerswachtwoord\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Gebruikers echte (voor- en achter-) naam\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Gebruiker gepland voor verwijdering.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Sessie van gebruiker succesvol afgebroken.\"\n\nmsgid \"User statistics\"\nmsgstr \"Gebruikersstatistieken\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Gebruiker succesvol afgemeld.\"\n\nmsgid \"User type\"\nmsgstr \"Gebruikerstype\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Gebruikerstype (beheerder, wederverkoper, gebruiker)\"\n\nmsgid \"Username\"\nmsgstr \"Gebruikersnaam\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Gebruikersnaam en wachtwoord voor toepassingslogin.\"\n\nmsgid \"Users\"\nmsgstr \"Gebruikers\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"Waarde voor PHP %%s moet in het bereik %%d tot %%d liggen.\"\n\nmsgid \"Values\"\nmsgstr \"Waarden\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Website van ontwikkelaar\"\n\nmsgid \"Version\"\nmsgstr \"Versie\"\n\nmsgid \"Very high\"\nmsgstr \"Zeer hoog\"\n\nmsgid \"View\"\nmsgstr \"Bekijk\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Toon SSL-certificaat\"\n\nmsgid \"View ticket\"\nmsgstr \"Bekijk het ticket\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Bezoek de invoegtoepassingspagina\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Waarschuwing verkeer\"\n\nmsgid \"Warning!\"\nmsgstr \"Waarschuwing!\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Waarschuwingen en Fouten\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Het spijt ons, maar het systeem is momenteel in onderhoud.\\n\"\n\"Probeer het later nog eens.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Webstatistieken\"\n\nmsgid \"Web files only\"\nmsgstr \"Alleen bestanden\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Mapbeveiliging\"\n\nmsgid \"Web in\"\nmsgstr \"Web in\"\n\nmsgid \"Web out\"\nmsgstr \"Web uit\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Totaal aantal pakketten in online softwaredepot\"\n\nmsgid \"Web software repository\"\nmsgstr \"Softwareberging\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Index van softwareberging is succesvol bijgewerkt.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Index van softwareberging is reeds bijgewerkt.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Webstatistieken\"\n\nmsgid \"Web traffic\"\nmsgstr \"Webverkeer\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Tools\"\n\nmsgid \"Welcome email\"\nmsgstr \"Welkomste-mail\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"Welkomst-e-mailbericht is bijgewerkt.\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Welkom bij i-MSCP, {USERNAME}\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"Indien ingeschakeld kan een klant de PHP exec()-functie gebruiken.\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\"Wanneer ingesteld op 'Automatisch', dan worden de IP-adressen automatisch op\"\n\" de server geconfigureerd.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\"Wanneer ingesteld op 'Handmatig', dan dient de beheerder de IP-adressen \"\n\"handmatig te configureren en beheren op de server.\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Fout of niet toegestaan IP-adres.\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Fout of niet toegestaan netmasker.\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Verkeerd wederverkopersnummer.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Verkeerde beveiligingscode\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Verkeerde softwarenummer.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Verkeerde syntaxis voor nieuwe vervaldatum.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Verkeerde syntaxis voor het limiet van %s.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Verkeerde syntaxis voor de waarde van de e-mailquota.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Verkeerd gebruikersniveau verleend.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Verkeerde gebruikersnaam.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"URL van XML-bestand voor het softwareberging\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Jaar\"\n\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"U overschrijdt uw maandelijkse serververkeerslimitet.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"U overschrijdt het domeinaliaslimiet.\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"U overschrijdt het FTP-accountlimiet.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"U overschrijdt het SQL-databanklimiet.\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"U overschrijdt het SQL-gebruikerslimiet.\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"U overschrijdt uw schijfruimtelimiet.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"U overschrijdt het e-mailaccountlimiet.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"U overschrijdt uw maandelijkse verkeerslimiet.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"U overschrijdt het subdomeinlimiet.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"U heeft geen rechten om te handelen in uw eigen sessie.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"U kunt de DEBUG-mode uitschakelen in /etc/imscp/inscp.conf.\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"U kunt alleen afbeeldingen uploaden.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"U kunt zo veel adressen selecteren als u wenst.\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"U kunt een alternatieve startmap laden. Dit kan nodig zijn als u een PHP-\"\n\"framework gebruik, bijvoorbeeld Symfony. Let wel: deze map zal in de htdocs-\"\n\"map te vinden zijn en moet reeds bestaan.\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\"U kunt geen normaal e-mailaccount meer toevoegen, omdat u al uw quota reeds \"\n\"heeft gebruikt. Als u toch een account wenst te maken, zorg er dan voor dat \"\n\"u andere accounts kleiner maakt, of uw pakket upgradet.\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\"U kunt geen nieuwe mailboxen voor deze domeinnaam maken, enkel \"\n\"doorstuuraccounts zijn toegestaan.\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"U kunt een wederverkoper die klantenaccounts heeft niet verwijderen.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"U kunt het standaardbeheersaccount niet verwijderen\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Je kan het laatste actieve IP-adres niet verwijderen.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"U kunt %s zelf niet doorsturen.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\"U kunt van dit account geen normaal e-mailaccount maken, omdat u al uw quota\"\n\" reeds heeft gebruikt. Als u dit toch wenst, zorg er dan voor dat u andere \"\n\"accounts kleiner maakt, of uw pakket upgradet.\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\"U kunt geen IP-adressen verwijderen, als ze zijn toegewezen aan een \"\n\"wederverkoper.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"U kunt geen vervaldatum in het verleden instellen.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\"IP-adressen welke zijn toegewezen aan wederverkopers kunt u niet intrekken.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"U kunt geen beschermde invoegtoepassing bijwerken.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"U heeft geen DNS-records.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"U heeft geen FTP-accounts.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"U heeft nog geen software geüpload.\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"U heeft geen databanken.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"U heeft geen domeinaliassen.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"U heeft niet voldoende rechten om software te uploaden.\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"U heeft geen beveiligde mappen.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"U heeft geen subdomeinen.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\"U heeft een FTP-accountlimiet. U kunt geen gebruiker toevoegen zonder \"\n\"limiet.\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\"U heeft een SQL-databanklimiet. U kunt geen gebruiker toevoegen zonder \"\n\"limiet.\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\"U heeft een SQL-gebruikerlimiet. U kunt geen gebruiker toevoegen zonder \"\n\"limiet.\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"U heeft een opslaglimiet, u kunt geen klanten met een onbeperkt opslaglimiet\"\n\" hebben.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\"U heeft een domeinaliaslimiet. U kunt geen gebruiker toevoegen zonder \"\n\"limiet.\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\"U heeft een e-mailaccountlimiet. U kunt geen gebruiker toevoegen zonder \"\n\"limiet.\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"U heeft een limiet aan maandelijks verkeer, u kunt geen klanten met \"\n\"onbeperkt verkeer hebben.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"U heeft een nieuw antwoord op uw ondersteuningsticket.\"\nmsgstr[1] \"U heeft %d nieuwe antwoorden op uw ondersteuningstickets.\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"U heeft een nieuwe domeinaliasbestelling.\"\nmsgstr[1] \"U heeft %d nieuwe domeinaliasbestellingen.\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"U heeft een nieuw ondersteuningsticket.\"\nmsgstr[1] \"U heeft %d nieuwe ondersteuningstickets.\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\"U heeft een subdomeinlimiet. U kunt geen gebruiker toevoegen zonder limiet.\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"U geblokkeerd gedurende %s minuten.\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"U bent succesvol uitgelogd.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"U heeft SQL-databanken uitgeschakeld voor deze gebruiker, u kunt geen SQL-\"\n\"gebruikers hebben.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"U heeft geen gesloten tickets.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"U heeft geen groep.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Er zijn geen open tickets.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"U heeft het maximale aantal domein aliassen bereikt conform uwabbonnement\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"U heeft het maximaal aantal toegestane e-mailaccounts bereikt. Indien u meer\"\n\" wilt gebruiken, overweeg een upgrade.\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"U heeft het maximale aantal subdomeinen voor uw abonnement bereikt.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\"U heeft het maximaal aantal toegestane domeinaliassen bereikt. Indien u meer\"\n\" wilt gebruiken, overweeg een upgrade.\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"U dient te kiezen tussen bestandsupload en wget-functie.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"U dient minimaal één IP-adres toe te wijzen aan deze wederverkoper.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"U dient te kiezen tussen een local of remote upload.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"U dient uw wachtwoord te bevestigen.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"U dient een naam voor de domeinalias op te geven.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"U dient een naam voor de domeinalias op te geven.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"U moet eerst een gebruiker aanmaken\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\"U dient eerst een wachtwoord te genereren door op de Genereer-knop te \"\n\"klikken.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"U dient een bestand te selecteren om te uploaden.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"U dient een bestand te selecteren om te uploaden/downloaden.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"U dient minimaal één catch-all adres te selecteren.\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"U moet minstens één e-mailaccount selecteren om te verwijderen.\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Selecteer minimaal 1 invoegtoepassing.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"U dient een bericht te specificeren.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"U dient een onderwerp te specificeren.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"Je moet %s minuten wachten voordat de volgende poging.\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"Schakel deze functie slechts in als alle subdomeinen van deze domeinnaam via\"\n\" SSL aangeboden worden. Let op, u dient HSTS voor deze subdomeinen apart in \"\n\"te schakelen.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"Uw account is opgeschort, neem contact op met uw wederverkoper.\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Uw account is verlopen. Gelieve uw abonnement te vernieuwen.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"Uw account is verlopen, neem contact op met uw wederverkoper.\"\n\nmsgid \"Your consumption\"\nmsgstr \"Uw verbruik\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Uw i-MSCP-versie is niet compatibel met deze invoegtoepassing. Probeer het \"\n\"met een nieuwere pluginversie.\"\n\nmsgid \"Your message\"\nmsgstr \"Uw bericht\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Uw bericht is succesvol verzonden.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Uw nieuwe i-MSCP-login.\"\n\nmsgid \"Your new password\"\nmsgstr \"Uw nieuwe wachtwoord\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Uw pakket is corrupt. Gelieve het te corrigeren!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"Uw wachtwoord wordt vernieuwd. Controleer uw e-mail.\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\"De bestandsgrootte (%s) van het externe bestand is lager dan 1 byte. Gelieve\"\n\" uw URL te controleren.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\"U wachtwoord kon niet worden vernieuwd. Probeer dit opnieuw in enkele \"\n\"minuten.\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\"Uw verzoek tot vernieuwen van het wachtwoord is ontvangen. U ontvangt een \"\n\"e-mail met instructies om dit te voltooien.\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"Uw wachtwoordaanvraag klopt niet of is verlopen.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"Uw softwarepakket is geactiveerd.\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"Uw softwarepakket is verwijderd.\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Postcode\"\n\nmsgid \"Zone\"\nmsgstr \"Zone\"\n\nmsgid \"[New]\"\nmsgstr \"[Nieuw]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Nederlands - Dutch\"\n\nmsgid \"activated\"\nmsgstr \"geactiveerd\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"geactiveerd (in softwaredepot)\"\n\nmsgid \"addition\"\nmsgstr \"toevoegen\"\n\nmsgid \"administrator\"\nmsgstr \"beheerder\"\n\nmsgid \"and\"\nmsgstr \"en\"\n\nmsgid \"anything\"\nmsgstr \"alle\"\n\nmsgid \"catch-all\"\nmsgstr \"catch-all\"\n\nmsgid \"city\"\nmsgstr \"plaats\"\n\nmsgid \"company\"\nmsgstr \"bedrijf\"\n\nmsgid \"country\"\nmsgstr \"land\"\n\nmsgid \"created by\"\nmsgstr \"aangemaakt door\"\n\nmsgid \"deleting\"\nmsgstr \"aan het verwijderen\"\n\nmsgid \"disabled\"\nmsgstr \"uitgeschakeld\"\n\nmsgid \"disk space\"\nmsgstr \"opslagruimte\"\n\nmsgid \"domain\"\nmsgstr \"domein\"\n\nmsgid \"domain alias\"\nmsgstr \"domeinalias\"\n\nmsgid \"domain aliases\"\nmsgstr \"domeinaliassen\"\n\nmsgid \"domain data\"\nmsgstr \"domeindata\"\n\nmsgid \"domain name\"\nmsgstr \"domeinnaam\"\n\nmsgid \"domains\"\nmsgstr \"domeinen\"\n\nmsgid \"error\"\nmsgstr \"foutmelding\"\n\nmsgid \"everything\"\nmsgstr \"alles\"\n\nmsgid \"first name\"\nmsgstr \"voornaam\"\n\nmsgid \"from other browser\"\nmsgstr \"vanaf andere browser\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Applicatiebeheer (Rechten)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Inloggen\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi-servercontrolepaneel / Wachtwoord vergeten\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi-servercontrolepaneel / Onderhoud\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Software-installer / Beheer\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Softwarebeheer\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Softwarebeheer (Rechten)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Softwarebeheer\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Software-installer / Beheer\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Software-installer / Softwareberging\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP Softwareberging\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP invoegtoepassingwinkel\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Controleer i-MSCP updates\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"Zoeken naar versie-updates van i-MSCP is uitgeschakeld\"\n\nmsgid \"installed\"\nmsgstr \"geïnstalleerd\"\n\nmsgid \"installing\"\nmsgstr \"aan het installeren\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kB\"\n\nmsgid \"last name\"\nmsgstr \"achternaam\"\n\nmsgid \"mail\"\nmsgstr \"E-mail\"\n\nmsgid \"mail account\"\nmsgstr \"mailaccount\"\n\nmsgid \"mail accounts\"\nmsgstr \"e-mailaccounts\"\n\nmsgid \"missing alias\"\nmsgstr \"ontbrekende alias\"\n\nmsgid \"missing domain\"\nmsgstr \"ontbrekend domein\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/B\"\n\nmsgid \"no\"\nmsgstr \"nee\"\n\nmsgid \"not available\"\nmsgstr \"niet beschikbaar\"\n\nmsgid \"not required\"\nmsgstr \"niet verplicht\"\n\nmsgid \"ok\"\nmsgstr \"ok\"\n\nmsgid \"older than 1 month\"\nmsgstr \"ouder dan 1 maand\"\n\nmsgid \"older than 12 months\"\nmsgstr \"ouder dan 12 maanden\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"ouder dan 2 weken\"\n\nmsgid \"older than 3 months\"\nmsgstr \"ouder dan 3 maanden\"\n\nmsgid \"older than 6 months\"\nmsgstr \"ouder dan 6 maanden\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"of extern bestand (Max: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"orphan-invoer\"\n\nmsgid \"required\"\nmsgstr \"verplicht\"\n\nmsgid \"reseller name\"\nmsgstr \"wederverkoper\"\n\nmsgid \"state/province\"\nmsgstr \"staat/provincie\"\n\nmsgid \"subdomain\"\nmsgstr \"subdomein\"\n\nmsgid \"subdomains\"\nmsgstr \"subdomeinen\"\n\nmsgid \"suspended\"\nmsgstr \"opgeschort\"\n\nmsgid \"that match with\"\nmsgstr \"die overeenkomen met\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Verkeer\"\n\nmsgid \"update\"\nmsgstr \"bijwerken\"\n\nmsgid \"waiting for activation\"\nmsgstr \"wachten op activering\"\n\nmsgid \"which status is\"\nmsgstr \"welke status heeft\"\n\nmsgid \"yes\"\nmsgstr \"ja\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"Gebruikersstatistieken voor {USERNAME} \"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 i-MSCP Team<br>Alle rechten voorbehouden\"\n"
  },
  {
    "path": "i18n/po/pl_PL.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: mic <winterfall24@gmail.com>, 2017\\n\"\n\"Language-Team: Polish (Poland) (https://www.transifex.com/i-mscp/teams/576/pl_PL/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: pl_PL\\n\"\n\"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \" Admin / Wsparcie / Otwarte Zgłoszenia\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"Klient / Narzędzia / Własne Strony Błędów / Edycja Strony Błędów\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Nieprawidłowy adres IP.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN jest automatycznie przypisywany do nazw niekwalifikowanych hostów i \"\n\"nazw kanonicznych\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"Wartość $ORIGIN jest ustawiona obecnie na: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"1%% nie może być większe niż 1%%\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Repozytorium)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Wersja: %2$s, Język: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s jest teraz zalogowany jako %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Oprogramowanie\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d fraz przetłumaczonych\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s konto usunięte poprawnie.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s nie wygląda jak archiwum pluginu i-MSCP.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s nie istnieje lub jest pusty.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s nie jest poprawnym formatem pliku tłumaczenia i-MSCP.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s nie jest dozwolony jako etykieta subdomeny\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s strona\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"rekord %s\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: Zużycie klienta (%s) dla tego resellera jest większe niż nowy limit.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: Całkowita liczba pozycji (%s) przydzielonych do reseller'a jest większa \"\n\"niż nowy limit.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Ten reseller ma użytkownika(ów) z nielimitowanymi usługami.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: Nie możesz wyłączyć usługi, która jest wykorzystywana przez klientów \"\n\"resellerów.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Nie można wyłaczyć usługi która jest już przydzielona do resellera lub \"\n\"klientów.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() nie jest zaimplementowany i %s nie istnieje. Jest to błąd \"\n\"dodatku %s i powinien być zgłoszony autorowi dodatku.\"\n\nmsgid \"(default)\"\nmsgstr \"(domyślny)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtry z %s ogółem rekordów)\"\n\nmsgid \"(usually named\"\nmsgstr \"(zazwyczaj nazwany \"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Rozszerzenie PHP zatrzymało przesyłanie pliku.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Plan hostingowy o podanej nazwie już istnieje.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Jest dostępna nowa wersja i-MSCP\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Nowa paczka oprogramowania została wysłana\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"Zadania są w trakcie dla tego htuser'a.\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Dostęp do statystyk Twojej domeny przez interfejs webowy.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Uzyskaj dostęp do plików przez interfejs www\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Uzyskaj dostęp do poczty przez interfejs www\"\n\nmsgid \"Account limits\"\nmsgstr \"Limit kont\"\n\nmsgid \"Account name\"\nmsgstr \"Nazwa konta\"\n\nmsgid \"Account summary\"\nmsgstr \"Podsumowanie konta\"\n\nmsgid \"Account type\"\nmsgstr \"Typ konta\"\n\nmsgid \"Action\"\nmsgstr \"Akcja\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Akcja została zatrzymana.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Akcja się nie powiodła.\"\n\nmsgid \"Actions\"\nmsgstr \"Akcja\"\n\nmsgid \"Activate\"\nmsgstr \"Aktywuj\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Aktywuj rozszerzenie\"\n\nmsgid \"Activated\"\nmsgstr \"Aktywne\"\n\nmsgid \"Activated software\"\nmsgstr \"Aktywuj oprogramowanie\"\n\nmsgid \"Activation email\"\nmsgstr \"Wiadomość aktywacyjna\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Aktywacja w toku...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Dodaj\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Dodaj zasób rekordów DNS\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Dodaj konto FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Dodaj grupę htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Dodaj użytkownika htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Dodaj bazę danych SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Dodaj użytkownika bazy SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Dodaj certyfikat SSL\"\n\nmsgid \"Add admin\"\nmsgstr \"Dodaj administratora\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Dodaj niestandardowe menu\"\n\nmsgid \"Add customer\"\nmsgstr \"Dodaj klienta\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Dodaj klienta - Następny krok\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Dodaj alias domeny\"\n\nmsgid \"Add group\"\nmsgstr \"Dodaj grupę\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Dodaj plan hostingowy\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Dodaj adres IP\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Dodaj nowy obszar chroniony\"\n\nmsgid \"Add permissions\"\nmsgstr \"Dodaj uprawnienia\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Dodaj uprawnienia resellerowi do oprogramowania:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Dodaj obszar chroniony\"\n\nmsgid \"Add reseller\"\nmsgstr \"Dodaj resellera\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Dodaj subdomenę\"\n\nmsgid \"Add user\"\nmsgstr \"Dodaj użytkownika\"\n\nmsgid \"Added by\"\nmsgstr \"Dodane przez\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Dodawanie w trakcie...\"\n\nmsgid \"Admin\"\nmsgstr \"Administrator\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / Ogólne / Log Admina\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admin / Ogólne / Przegląd\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / Ogólne / Status Usług\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Profil / Podsumowanie Konta\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Profil / Język\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Profil / Wygląd\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Profil / Hasło\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Profil / Dane Personalne\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Admin / Ustawienia\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Admin / Ustawienia / Zarządzanie adresami IP\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Ustawienia / Języki\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Admin / Ustawienia / Wiadomość Przypomnienia Hasła\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Ustawienia / Zarządzanie rozszerzeniami\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Admin / Ustawienia / Porty Serwisowe\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Admin / Ustawienia / Zarządzanie oprogramowaniem\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Admin / Ustawienia / Opcje oprogramowania\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Admin / Ustawienia / Wiadomość Powitalna\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Admin / Ustawienia / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Admin / Zarządzanie Oprogramowaniem / Oprogramowanie Resellera\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Admin / Statystyki / Użycie IP\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Admin / Statystyki / Statystyki Resellera\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"Admin / Statystyki / Statystyki Resellera / Statystyki Użytkownika\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Admin / Statystyki / Statystyki Resellera / Statystyki Użytkownika / \"\n\"Statystyki użytkownika {USERNAME}\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Admin / Statystyki / Statystyki Serwera\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Admin / Wsparcie / Zamknięte Zgłoszenia\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Admin / Wsparcie / Podgląd Zgłoszenia\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Admin / Narzędzia Systemowe / Logi Anti-Rootkit\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Admin / Narzędzia Systemowe / Debugger\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Admin / Narzędzia Systemowe / Ustawienia konserwacji\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Admin / Narzędzia Systemowe / Informacje o Systemie\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Admin / Narzędzia systemowe / Aktualizacja i-MSCP\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Admin / Użytkownicy / Dodawanie Admina\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Admin / Użytkownicy / Dodawanie Reseller'a\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Admin / Użytkownicy / Okólnik\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Admin / Użytkownicy / Edycja Reseller'a\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Admin / Użytkownicy / Przegląd\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Admin / Użytkownicy / Przegląd / Szczegóły Domeny\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Admin / Użytkownicy / Przegląd / Edycja Admina\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Admin / Użytkownicy / Sesje\"\n\nmsgid \"Admin log\"\nmsgstr \"Log administratora\"\n\nmsgid \"Admin not available\"\nmsgstr \"Administrator niedostepny\"\n\nmsgid \"Admin users\"\nmsgstr \"Administratorzy\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Administrator/Adresy IP - statystyki użycia\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrator\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Poziom administratora i resellera\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administrator i klient\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Poziom administratora i klienta\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrator i sprzedawca\"\n\nmsgid \"Administrator level\"\nmsgstr \"Poziom administratora\"\n\nmsgid \"Administrator login\"\nmsgstr \"Login administratora\"\n\nmsgid \"Administrators\"\nmsgstr \"Administratorzy\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Administratorzy i klienci\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administratorzy i sprzedawcy\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Po załadowaniu pakietu będzie zainstalowany w Twoich systemach.<br />Odśwież\"\n\" stronę, aby zobaczyć nowy status!\"\n\nmsgid \"All\"\nmsgstr \"Wszystko\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Wszystkie zamknięte zgłoszenia zostały usunięte.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Wszystkie błędy (Tryb deweloperski)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Wszystkie błędy, z pominięciem E_DEPRECATED oraz E_STRICT (Produkcja)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\"Wszystkie błędy, z pominięciem E_NOTICES, E_DEPRECATED oraz E_STRICT \"\n\"(Domyślnie)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Wszystkie pola są wymagane.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Wszystkie pola są wypełnione poprawnie.\"\n\nmsgid \"All in\"\nmsgstr \"Wszystko przychodzące\"\n\nmsgid \"All levels\"\nmsgstr \"Wszystkie poziomy\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Wszystkie otwarte zgłoszenia zostały usunięte.\"\n\nmsgid \"All out\"\nmsgstr \"Wszystko wychodzące\"\n\nmsgid \"All reseller\"\nmsgstr \"Wszyscy resellerzy\"\n\nmsgid \"All traffic\"\nmsgstr \"Cały transfer\"\n\nmsgid \"All users\"\nmsgstr \"Wszyscy użytkownicy\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Zezwól na użycie URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Zezwól na przekazanie wszystkich zapytań domeny do określonego adresu URL.\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Pozwala na współdzielenie punktu montowania z inną domeną\"\n\nmsgid \"Already in use\"\nmsgstr \"Już w użyciu\"\n\nmsgid \"Alt. URL\"\nmsgstr \"Alt. URL\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"Alternatywny adres URL dla twojej strony\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Alternatywny adres URL dla twojej strony\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Wystąpił nieoczekiwany błąd.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"Wystąpił nieoczekiwany błąd. Skontaktuj się z administratorem.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"Wystąpił nieoczekiwany błąd. Skontaktuj się ze sprzedawcą.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Wystąpił nieoczekiwany błąd: %s.\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Wystąpił błąd podczas uploadu pliku: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Logi Anti-Rootkits\"\n\nmsgid \"Any\"\nmsgstr \"Każdy\"\n\nmsgid \"Application installer\"\nmsgstr \"Instalator aplikacji.\"\n\nmsgid \"Apply\"\nmsgstr \"Zastosuj\"\n\nmsgid \"Apply changes\"\nmsgstr \"Zatwierdź zmiany\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Jesteś pewien, że chcesz zainstalować ten pakiet z repozytorium ?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Jesteś pewnien, że chcesz zainstalować pakiet ?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"jesteś pewien, że chcesz usunąć uprawnienia ?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Jesteś pewien, że chesz usunąć użytkownika SQL %s ? \"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Jesteś pewien, że chcesz aktywować ten pakiet ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć %s ?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć wszystkie zamknięte zgłoszenia ?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć wszystkie wybrane konta email ? \"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć wszystkie zgłoszenia ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć zamówienie aliasu domeny %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć alias domeny %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć menu %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć zgłoszenie '%s' ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Czy na pewno chcesz usunąć ten adres IP: `%%s' ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć użytkownika FTP `%%s` ? \"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Czy na pewno chcesz usunąć obszar zastrzeżony `%%s` ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Czy na pewno chcesz usunąć ten rekord DNS?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"Czy jesteś pewien, że chcesz usunąć to konto?\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć ten alias domeny?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć ten plan hostingowy?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć ten pakiet ?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Jesteś pewien, że chcesz usunąć tą subdomenę?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Jesteś pewien, że chcesz zaimportować ten pakiet do lokalnego repozytorium \"\n\"oprogramowania ?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\"Jesteś pewien, że chcesz zaimportować ten pakiet do repozytorium \"\n\"oprogramowania ?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"Jesteś pewien, że chcesz zainstalować ten pakiet z repozytorium ?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Jesteś pewien, chcesz przywrócić kopię ?\"\n\nmsgid \"Assign\"\nmsgstr \"Przypisz\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Przypisz isniejącego użytkownika SQL\"\n\nmsgid \"Assign group\"\nmsgstr \"Przypisz grupę\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Przypisany do przynajmniej jednego resellera\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\"Co najmniej jeden certyfikat pośredni jest nie prawidłowy lub nie pasuje.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"Przynajmniej jedna skrzynka pocztowa przekracza limit.\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Autentykacja po grupie\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Uwierzytelnienie na podstawie użytkownika\"\n\nmsgid \"Authentication users\"\nmsgstr \"Uwierzytelnienie użytkowników\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Uwierzytelnienie użytkowników/grupiy\"\n\nmsgid \"Auto\"\nmsgstr \"Automatycznie\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Auto (Użyj języka przeglądarki)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"Dostępne\"\n\nmsgid \"Available software\"\nmsgstr \"Dostępne oprogramowanie\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Oczekuję na aktywację\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Oczekuję na zatwierdzenie\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Wstecz\"\n\nmsgid \"Backup\"\nmsgstr \"Kopia zapasowa\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Ustawienia kopii bezpieczeństwa i odzyskiwania.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Kopia zapasowa została pomyślnie zaplanowana do przywrócenia.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Nieprawidłowe hasło.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Nieprawidłowe żądanie.\"\n\nmsgid \"Behind\"\nmsgstr \"Za\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Poniżej możesz aktywować funkcję zewnętrznego serwera poczty dla jednej lub \"\n\"wielu z Twoich domen. Pamiętaj, że aktywowanie tej funkcji konfiguruje Twój \"\n\"serwer do przekazywania maili przez Twój serwer mailowy, ale nie konfiguruje\"\n\" pod to zastosowanie rekordów DNS.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Czas blokady między kolejnymi próbami logowania i sprawdzania captcha\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"Treść\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Brakuje treści\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Detekcja bruteforce\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Akcje hurtowe\"\n\nmsgid \"By\"\nmsgstr \"Przez\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"Informacje o CPU\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Może edytować opcję konfiguracyjną PHP %s\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Może używać funkcji %s w PHP\"\n\nmsgid \"Cancel\"\nmsgstr \"Anuluj\"\n\nmsgid \"Canonical name\"\nmsgstr \"Nazwa kanoniczna\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Certyfikat\"\n\nmsgid \"Certificate data\"\nmsgstr \"Dane certyfikatu\"\n\nmsgid \"Change\"\nmsgstr \"Zmień\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Zmień status tej pozycji dla nowej próby\"\n\nmsgid \"Check for update\"\nmsgstr \"Sprawdź aktualizacje\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Sprawdź uploady resellera!<br />Nie można ładować tego samego pakietu po raz\"\n\" drugi.<br />Odśwież stronę, aby zobaczyć nowy status!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Sprawdź swoje własne pakiety!<br />Zapytaj administratora, jeśli nie możesz \"\n\"znaleźć pakietu.<br />Nie jest dopuszczalne, aby przesyłać dwa takie same \"\n\"pakiety.<br />Odśwież stronę, aby zobaczyć nowy status!\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Sprawdź swoją paczkę. Wewnątrz packzi znajduje się błąd! <br> Odśwież stronę\"\n\" aby zoabczyć nowy status.\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Sprawdź swoje repozytorium pakietów!<br />Nie jest dopuszczalne, aby \"\n\"przesyłać dwa razy ten sam pakiet.<br />Odśwież stronę, aby zobaczyć nowy \"\n\"status!\"\n\nmsgid \"Choose\"\nmsgstr \"Wybierz\"\n\nmsgid \"Choose dir\"\nmsgstr \"Wybierz katalog\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Wybierz plik (Maks.: %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Wybierz plan hostingowy\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Wybierz kolor.\"\n\nmsgid \"Choose your language\"\nmsgstr \"Wybierz swój język\"\n\nmsgid \"Circular\"\nmsgstr \"Okólnik\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Okólnik został wysłany.\"\n\nmsgid \"City\"\nmsgstr \"Miasto\"\n\nmsgid \"Class\"\nmsgstr \"Klasa\"\n\nmsgid \"Clear log\"\nmsgstr \"Wyczyść log\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Kliknij, aby uzyskać więcej informacji\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Kliknij na przycisk 'Przywróć' a system przywróci ostatnią dzienną kopię\"\n\nmsgid \"Click to edit\"\nmsgstr \"Kliknij aby edytować\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"Kliknij aby zawiesić konto klienta.\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"Kliknij aby odwiesić konto klienta.\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Klient / Bazy Danych / Dodawanie Bazy SQL\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Klient / Bazy Danych / Przegląd\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Klient / Bazy Danych / Przegląd / Dodawanie Użytkownika SQL\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Klient / Bazy danych / Przegląd / Zaktualizuj Hasło Użytkownika SQL\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Klient / Domeny / Edycja Zasobów DNS Użytkownika\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Klient / Domeny\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Klient / Domeny / Nowy Zasób DNS\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Klient / Domeny / Dodaj Alias Domeny\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Klient / Domeny / Dodaj Subdomenę\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Klient/ Domeny / Edytuj  Domenę\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Klient / Domeny / Edycja Aliasu Domeny\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Klient/ Domeny / Edytuj  Subdomenę\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Klient / Domeny / Ustawienia PHP\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Klient / Domeny / Certyfikat SSL\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Klient / FTP / Dodaj Konto FTP\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Klient / FTP / Przegląd\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Klient / FTP / Przegląd / Edytuj Konto FTP\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Klient / Ogólne / Przegląd\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Klient / Profil / Podsumowanie Konta\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Klient / Profil / Język\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Klient / Profil / Wygląd\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Klient / Profil / Hasło\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Klient / Profil / Dane Personalne\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Klient / Statystyki\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Klient / Wsparcie / Zamknięte Zgłoszenia\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Klient / Wsparcie / Nowe Zgłoszenie\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Klient / Wsparcie / Otwarte Zgłoszenia\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Klient / Wsparcie / Podgląd Zgłoszenia\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Klient / Narzędzia / Własne Strony Błędów\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Klient / Narzędzia / Dzienna Kopia\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Klient / Narzędzia / Przegląd\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Klient / Narzędzia / Obszary Chronione\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Klient / Narzędzia Web / Obszary Chronione / Zarządzaj Użytkownikami i \"\n\"Grupami\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Klient / Narzędzia / Obszary Chronione / Zarządzaj Użytkownikami i Grupami /\"\n\" Dodaj Grupę\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Klient / Narzędzia / Obszary Chronione / Zarządzaj Użytkownikami i Grupami /\"\n\" Dodaj Użytkownika\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Klient / Narzędzia / Obszary Chronione / Zarządzaj Użytkownikami i Grupami /\"\n\" Edytuj Użytkownika\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Klient / Narzędzia / Obszary Chronione / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Klient / Narzędzia / Oprogramowanie\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Klient / Narzedzia / Oprogramowanie / Instalacja Oprogramowania\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Klient / Narzędzia / Oprogramowanie / Widok\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Częstotliwość (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Zamknij\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Zamknij zgłoszenie\"\n\nmsgid \"Close ticket\"\nmsgstr \"Zamknij zgłoszenie\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Zamknięte zgłoszenia\"\n\nmsgid \"Common name\"\nmsgstr \"Powszechna nazwa\"\n\nmsgid \"Company\"\nmsgstr \"Firma\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Tryb konfiguracji\"\n\nmsgid \"Confirmation required\"\nmsgstr \"Wymagane potwierdzenie\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"Konflikt z istniejącym zasobem DNS `%s'. \"\n\nmsgid \"Cores\"\nmsgstr \"Rdzenie\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"Nie można dodać/zmienić certyfikatu SSL. Wystąpił nieoczekiwany błąd.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"Nie można wykonać kopii bieżącego katalogu rozszerzenia %s.\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"Nie można zmienić %s rozszerzenia: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\"Nie udało się połączyć z bazą danych %s. Upewnij się, że podałeś poprawne \"\n\"hasło.  \"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"Nie można utworzyć aliasu domeny. Wystąpił nieoczekiwany błąd.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"Nie można usunąć bazy SQL. Wystąpił nieoczekiwany błąd.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"Nie można usunąć użytkownika SQL. Wystąpił nieoczekiwany błąd.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"Nie można usunąć certyfikatu SSL. Wystąpił nieoczekiwany błąd.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"Nie można usunąć %s rozszerzenia: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"Nie można wyłączyć %s rozszerzenia: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"Nie można włączyć %s rozszerzenia: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\"Nie można znaleźć żadnego interfejsu sieciowego. Nie możesz dodać nowego \"\n\"adresu IP.\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"Nie można wygenerować certyfikatu SSL. Wystąpił nieoczekiwany błąd.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"Nie udało się zainstalować %s pluginu: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"Nie można zabezpieczyć %s pluginu: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"Nie można przywrócić folderu rozszerzenia %s\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"Nie można pobrać folderów.\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"Nie można odinstalować %s pluginu: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"Nie udało się zaktualizować %s pluginu: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Nie można wysłać pliku.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Nie można wysłać pliku. Nie znaleziono pliku.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"Nie można wysłać pliku. Maks. rozmiar wysyłanego pliku (%1$d MB) został \"\n\"osiągniety.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Kraj\"\n\nmsgid \"Create\"\nmsgstr \"Utwórz\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Utworzone przez\"\n\nmsgid \"Created on\"\nmsgstr \"Utworzone \"\n\nmsgid \"Creation date\"\nmsgstr \"Data utworzenia\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Błędy niestandardowego DNS\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Rekord DNS został pomyślnie zaplanowany do usunięcia.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Niestandardowe rekordy DNS\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Strona spersonalizowanej strony błędów zaktualizowana.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Spersonalizowane strony błędów\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Niestandardowa nazwa menu i link.\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Właściwości menu użytkownika\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Niestandardowe menu dodano poprawnie.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Niestandardowe menu usunięto poprawnie.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Niestandardowe menu zmieniono poprawnie.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Niestandardowe menu\"\n\nmsgid \"Customer\"\nmsgstr \"Klient\"\n\nmsgid \"Customer account\"\nmsgstr \"Konto klienta\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Konto klienta zostało pomyślnie zaplanowane do aktywacji.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Konto klienta zostało pomyślnie zaplanowane do utworzenia.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Konto klienta zostało pomyślnie zaplanowane do deaktywacji.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Konto klienta przygotowane do usunięcia.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Zmodyfikowano konto klienta.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Przypisanie klienta\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Wykorzystanie klienta\"\n\nmsgid \"Customer level\"\nmsgstr \"Poziom klienta\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Klient został pomyślnie zaplanowany do dodania.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Klient zaplanowany do usunięcia.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Kolor wyglądu panelu klienta został poprawnie uaktualniony.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Użytkownik(cy) poprawnie przeniesieni.\"\n\nmsgid \"Customers\"\nmsgstr \"Klienci\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Zmień strony błędów dla Twojej domeny.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"Rekord DNS już istnieje.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"Zasób rekordów DNS\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"Zasób rekordu DNS zaplanowany do dodania\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"Zasób rekordu DNS zaplanowany do aktualizacji.\"\n\nmsgid \"DNS resource records\"\nmsgstr \"Zasoby rekordów DNS\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"Strefa DNS w której chcesz dodać rekord DNS.\"\n\nmsgid \"DOWN\"\nmsgstr \"WYŁ\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Żądanie demona nie powiodło się.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Żądanie demona powiodło się.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Dzienna kopia zapasowa\"\n\nmsgid \"Data\"\nmsgstr \"Dane\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Dane zostały zmienione. Spróbuj ponownie.\"\n\nmsgid \"Database\"\nmsgstr \"Baza danych\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Nazwa i użytkownicy bazy danych\"\n\nmsgid \"Database data\"\nmsgstr \"Ustawienia bazy danych\"\n\nmsgid \"Database name\"\nmsgstr \"Nazwa bazy danych\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Nazwa bazy danych jest za długa.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Nazwa bazy danych jest nieprawidłowa lub niedozwolona.\"\n\nmsgid \"Database password\"\nmsgstr \"Hasło\"\n\nmsgid \"Database prefix\"\nmsgstr \"Prefiks bazy danych\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Prefiks/przyrostek bazy danych\"\n\nmsgid \"Database required\"\nmsgstr \"Wymagana baza danych.\"\n\nmsgid \"Database usage\"\nmsgstr \"Użycie bazy danych.\"\n\nmsgid \"Database user\"\nmsgstr \"Użytkownik\"\n\nmsgid \"Database users\"\nmsgstr \"Użytkownicy baz danych\"\n\nmsgid \"Databases\"\nmsgstr \"Bazy danych\"\n\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgid \"Day\"\nmsgstr \"Dzień\"\n\nmsgid \"Days\"\nmsgstr \"Dni\"\n\nmsgid \"Deactivate\"\nmsgstr \"Deaktywuj\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Deaktywuj ten plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Nieaktywne\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Wyłączanie w toku...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Szanowny {NAME},\\n\"\n\"\\n\"\n\"Nowe konto zostało utworzone.\\n\"\n\"\\n\"\n\"Dane Twojego konta:\\n\"\n\"\\n\"\n\"Typ: {USERTYPE}\\n\"\n\"Nazwa użytkownika: {USERNAME}\\n\"\n\"Hasło: {PASSWORD}\\n\"\n\"\\n\"\n\"Pamiętaj, aby zmienić hasło przy pierwszym logowaniu.\\n\"\n\"\\n\"\n\"Możesz się zalogować tu: {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Prosimy nie odpowiadać na tego maila.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Mailer i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Szanowny {NAME},\\n\"\n\"\\n\"\n\"Nowa paczka z oprogramowaniem została wysłana przez resellera.\\n\"\n\"\\n\"\n\"ID Resellera: {RESELLER_ID}\\n\"\n\"Paczka oprogramowania: {SOFTWARE_PACKAGE}\\n\"\n\"ID oprogramowania: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Prosimy nie odpowiadać na tego maila.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Szanowny {NAME},\\n\"\n\"\\n\"\n\"Kliknij w poniższy link, aby zaktualizować swoje hasło:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Uwaga: Jeśli nie zamawiałeś zmiany hasła, możesz zignorować tego maila.\\n\"\n\"\\n\"\n\"Prosimy nie odpowiadać na tego maila.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Szanowny {NAME},\\n\"\n\"\\n\"\n\"To jest automatyczny mail wysłany przez Twój panel i-MSCP:\\n\"\n\"\\n\"\n\"Nazwa serwera: {HOSTNAME}\\n\"\n\"IP serwera: {SERVER_IP}\\n\"\n\"IP klienta: {CLIENT_IP}\\n\"\n\"Wersja: {VERSION}\\n\"\n\"Build: {BUILDDATE}\\n\"\n\"Ważność wiadomości: {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Prosimy nie odpowiadać na tego maila.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Szanowny {NAME},\\n\"\n\"\\n\"\n\"Masz nową odpowiedź na zgłoszenie:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priorytet: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Możesz zalogować się na {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} aby odpowiedzieć.\\n\"\n\"\\n\"\n\"Prosimy nie odpowiadać na tego maila.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Szanowny {NAME},\\n\"\n\"\\n\"\n\"Masz nowe zgłoszenie\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priorytet: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Możesz zalogować się na {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} aby odpowiedzieć.\\n\"\n\"\\n\"\n\"Prosimy nie odpowiadać na tego maila.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Szanowny {NAME},\\n\"\n\"\\n\"\n\"Twój klient {CUSTOMER} oczekuje aktywacji nowego aliasu domeny:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Zaloguj się do {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php aby aktywować ten alias domeny\\n\"\n\"\\n\"\n\"Prosimy nie odpowiadać na tego maila.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Mailer i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Szanowny {NAME},\\n\"\n\"\\n\"\n\"Twoje hasło zostało pomyślnie zmienione.\\n\"\n\"\\n\"\n\"Twoje nowe hasło to: {PASSWORD}\\n\"\n\"\\n\"\n\"Możesz zalogować się pod adresem {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Prosimy nie odpowiadać na tego maila.\\n\"\n\"___________________________\\n\"\n\"Mailer i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Szanowny {NAME},\\n\"\n\"\\n\"\n\"Twoja paczka z oprogramowaniem została usunięta.\\n\"\n\"\\n\"\n\"Paczka oprogramowania: {SOFTWARE_PACKAGE}\\n\"\n\"ID oprogramowania: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Wiadomość od administratora:\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Prosimy nie odpowiadać na tego maila.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Szanowny {NAME},\\n\"\n\"\\n\"\n\"Twoja paczka z oprogramowaniem została aktywowana.\\n\"\n\"\\n\"\n\"Paczka oprogramowania: {SOFTWARE_PACKAGE}\\n\"\n\"ID oprogramowania: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Prosimy nie odpowiadać na tego maila.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\nmsgid \"Default\"\nmsgstr \"Domyślny\"\n\nmsgid \"Default language\"\nmsgstr \"Domyślny język\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Domyślny język został zmodyfikowany,\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Określ, czy klienci mogą dodawać / zmienić certyfikaty SSL dla swoich domen.\"\n\nmsgid \"Delete\"\nmsgstr \"Usuń\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Usuń wszystkie zgłoszenia\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Usuń z logu:\"\n\nmsgid \"Delete order\"\nmsgstr \"Usuń zamówienie\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Usuń  oprogramowanie reseller'a\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Usuń wybrane konta email\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Usuń plugin\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Usuń zgłoszenie\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Usuwanie w trakcie\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Usuwanie w toku...\"\n\nmsgid \"Depot import\"\nmsgstr \"Import repozytorium\"\n\nmsgid \"Description\"\nmsgstr \"Opis\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Musisz podać opis.\"\n\nmsgid \"Details\"\nmsgstr \"Szczegóły\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Folder %s nie istnieje.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"Katalog '%s' nie istnieje.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"Katalog '%s' jest niedozwolony lub błędny.\"\n\nmsgid \"Disabled\"\nmsgstr \"Wyłączone\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Funkcje wyłączone\"\n\nmsgid \"Disconnect\"\nmsgstr \"Rozłącz\"\n\nmsgid \"Disk\"\nmsgstr \"Dysk\"\n\nmsgid \"Disk space\"\nmsgstr \"Pojemność\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Limit pojemoności dysku [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Wykorzystanie dysku\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Szczegóły wykorzystania dysku\"\n\nmsgid \"Display errors\"\nmsgstr \"Wyświetl błędy\"\n\nmsgid \"Document root\"\nmsgstr \"Folder główny\"\n\nmsgid \"Domain\"\nmsgstr \"Domena\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Domena %s nie może kierować na siebie.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Domena %s jest niedostepna.\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP domeny\"\n\nmsgid \"Domain Name\"\nmsgstr \"Nazwa domeny\"\n\nmsgid \"Domain account\"\nmsgstr \"Konto domeny\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Konto domeny wygasło.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Konta domen\"\n\nmsgid \"Domain alias\"\nmsgstr \"Alias domeny\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Alias domeny %s nie może wskazywać na siebie.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Błędy aliasu domeny\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Nazwa aliasu domeny\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Alias domeny pomyślnie utworzony.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Alias domeny pomyślnie zaplanowany do zamówienia.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Alias domeny pomyślnie zaplanowany do dodania.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Alias domeny pomyślnie zaplanowany do usunięcia.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Alias domeny pomyślnie zaplanowany do aktualizacji.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Aliasy domen\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Domena i bazy danych SQL\"\n\nmsgid \"Domain data\"\nmsgstr \"Dane domeny\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"Dane domeny zostały zmodyfikowane. Spróbuj ponownie.\"\n\nmsgid \"Domain details\"\nmsgstr \"Szczególy domeny\"\n\nmsgid \"Domain errors\"\nmsgstr \"Błędy domeny\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Data wygaśnięcia domeny\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Musisz podać datę wygaśnięcia domeny.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"Domena dla której edycja PHP musi funkcjonować.\"\n\nmsgid \"Domain name\"\nmsgstr \"Nazwa domeny\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\"Nazwa domeny (w postaci ASCII) nie może zawierać więcej niż 255 znaków.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Nazwa domeny nie może być pusta.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Nazwa domeny nie może rozpoczynać się lub kończyć kropką.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Nazwa domeny zawiera nie prawidłowy znak: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Nazwa etykiety domeny nie może być zawierać więcej niż 63 znaki.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"Nazwa etykiety domeny nie może rozpoczynać się lub kończyć kropką.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Nowa data wygaśnięcia domeny\"\n\nmsgid \"Domain overview\"\nmsgstr \"Przegląd domeny\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domena zaplanowana do zmiany.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Statystyki domeny\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Status domeny jest błędny.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Domena pomyślnie zaplanowana do aktualizacji.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Domena poprawnie zaktualizowana.\"\n\nmsgid \"Domain type\"\nmsgstr \"Typ domeny\"\n\nmsgid \"Domains\"\nmsgstr \"Domeny\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domen na stronę\"\n\nmsgid \"Done\"\nmsgstr \"Zakończono\"\n\nmsgid \"Download\"\nmsgstr \"Pobierz\"\n\nmsgid \"Download TAR\"\nmsgstr \"Pobierz  archiwum TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Pobierz archiwum ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Pobierz linki\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Pobierz archwium z tego katalogu\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Edytuj\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"Edytuj zasób rekordów DNS\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Edytuj konto FTP\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Edytuj certyfikat SSL\"\n\nmsgid \"Edit admin\"\nmsgstr \"Edytuj administratora\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Edytuj niestandardowe strony błędów\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Edytuj niestandardowe menu\"\n\nmsgid \"Edit customer\"\nmsgstr \"Edytuj klienta\"\n\nmsgid \"Edit domain\"\nmsgstr \"Edytuj domenę\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Edytuj alias domeny\"\n\nmsgid \"Edit error page\"\nmsgstr \"Edytuj stronę błędu\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Edytuj plan hostingowy\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Edytuj htaccess użytkownika\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Edytuj konto pocztowe\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Edytuj obszar chroniony\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Edytuj resellera\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Edytuj subdomenę\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"Poczta\"\n\nmsgid \"Email address\"\nmsgstr \"Adres e-mail\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Quota poczty nie może być większa niż %s\"\n\nmsgid \"Email settings\"\nmsgstr \"Ustawienia poczty\"\n\nmsgid \"Email setup\"\nmsgstr \"Ustawienia poczty\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Adres email pomyślnie zaktualizowany.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Włącz SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Włączone\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Włączone: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Szczegóły błędu\"\n\nmsgid \"Error pages\"\nmsgstr \"Strony błędów\"\n\nmsgid \"Error reporting\"\nmsgstr \"Zgłaszanie błędów\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Błąd: Nie znaleziono pliku zdalnego!\"\n\nmsgid \"Errors\"\nmsgstr \"Błędy\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Wykonaj zadania\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Zew. serwer poczty\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Zewnętrzny serwer poczty\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"Funkcja zewnętrznego serwera poczty zaplanowana do aktywacji.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"Funkcja zewnętrznego serwera poczty zaplanowana do deaktywacji.\"\n\nmsgid \"FTP account\"\nmsgstr \"Konto FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"Konto FTP już istnieje.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"Osiągnięto limit kont FTP.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"Konto FTP dodane.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"Konto FTP zostało pomyślnie usunięte.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"Konto FTP zostało pomyślnie zaktualizowane.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Konta FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"Katalog domowy FTP\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"Katalog domowy FTP nie może być pusty.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Transfer FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"Błędy użytkownika FTP\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Nie udało się zapisać na dysku.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Błąd w pakiecie. Usuwanie!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Funkcja\"\n\nmsgid \"Features\"\nmsgstr \"Funkcje\"\n\nmsgid \"Female\"\nmsgstr \"Kobieta\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"Plik %s nie istnieje lub jest nie osiągalny!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"Plik %s nie wygląda jak plik migracji.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Plik nie istnieje.  %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Plik przekracza limit rozmiaru.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Plik został pomyślnie wysłany.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Nie można odczytać pliku.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Plik musi być archiwum .tar.gz\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Plik pomyślnie wysłany.\"\n\nmsgid \"File usage\"\nmsgstr \"Użycie pliku\"\n\nmsgid \"FileManager\"\nmsgstr \"Menadżer plików\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Informacje o systemie plików\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Wprowadź tekst wiadomości.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"Filtruj klientów po\"\n\nmsgid \"First name\"\nmsgstr \"Imię\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Zabronione\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"Wymuś ponownie\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\"Wymuś synchronizację informacji o limicie zasobów. (Automatyczna \"\n\"synchronizacja co 5 minut)\"\n\nmsgid \"Forward\"\nmsgstr \"Przekierowanie\"\n\nmsgid \"Forward URL\"\nmsgstr \"Adres URL przekierowania\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"URL przekierowania '%s' jest nieprawidłowe.\"\n\nmsgid \"Forward account\"\nmsgstr \"Przekierowanie konta\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Lista przekierowań jest pusta.\"\n\nmsgid \"Forward to\"\nmsgstr \"Przekieruj do\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Przekieruj do adresu URL\"\n\nmsgid \"Forward type\"\nmsgstr \"Typ przekierowania\"\n\nmsgid \"Free\"\nmsgstr \"Wolne\"\n\nmsgid \"From\"\nmsgstr \"Od\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Od resellera\"\n\nmsgid \"Ftp\"\nmsgstr \"FTP\"\n\nmsgid \"Ftp account\"\nmsgstr \"Konto FTP\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Dane konta FTP\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Konta FTP\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Katalogi FTP\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Płeć\"\n\nmsgid \"General\"\nmsgstr \"Ogólne\"\n\nmsgid \"General information\"\nmsgstr \"Informacje ogólne\"\n\nmsgid \"General settings\"\nmsgstr \"Ustawienia ogólne\"\n\nmsgid \"Generate\"\nmsgstr \"Generuj\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Generowanie certyfikatu self-signed\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Pobierz nowy kod bezpieczeństwa\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Grupa\"\n\nmsgid \"Group members\"\nmsgstr \"Członkowie grupy\"\n\nmsgid \"Group name\"\nmsgstr \"Nazwa grupy\"\n\nmsgid \"Groups\"\nmsgstr \"Grupy\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"Dyrektywa HSTS includeSubDomains\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"Wartość dyrektywy HSTS max-age\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"Transfer HTTP\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"Ukryj aliasy domen\"\n\nmsgid \"High\"\nmsgstr \"Wysoki\"\n\nmsgid \"Home directory\"\nmsgstr \"Katalog domowy\"\n\nmsgid \"Homepage\"\nmsgstr \"Strona główna\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"Host, z którego użytkownik SQL może połączyć się z serwerem SQL\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Plan hostingowy\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Dostępność planu hostingowego\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Limity planu hostingowego, przekraczają limity resellera. \"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Limity planu hostingowego przekraczają Twoje limity\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Pomyślnie utworzono plan hostingowy.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Usunięto plan hostingowy.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Pomyślnie zaktualizowano plan hostingowy.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Plany hostingowe\"\n\nmsgid \"Hour\"\nmsgstr \"Godzina\"\n\nmsgid \"Hours\"\nmsgstr \"Godziny\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Grupa htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Grupa Htaccess poprawnie zaplanowana do dodania.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Grupa Htaccess poprawnie zaplanowana do usunięcia.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Użytkownik htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Użytkownik htaccess pomyślnie dodany do grupy %s.\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Użytkownik htaccess pomyślnie usunięty z grupy %s.\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Użytkownik htaccess pomyślnie zaplanowany do dodania.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"Błędy htaccess, htgroups i  htpasswd\"\n\nmsgid \"IP address\"\nmsgstr \"Adres IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"Adres IP jest pod kontrolą i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"Adres IP został zaplanowany do dodania.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"Adres IP został zaplanowany do usunięcia.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"Adres IP pomyślnie zakolejnowany do zmiany.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"Adresy IP pod kontrolą i-MSCP\"\n\nmsgid \"IP assignments\"\nmsgstr \"Przypisane IP\"\n\nmsgid \"IP errors\"\nmsgstr \"Błędy IP\"\n\nmsgid \"IP management\"\nmsgstr \"Zarządzanie IP\"\n\nmsgid \"IP netmask\"\nmsgstr \"Maska IP\"\n\nmsgid \"IP usage\"\nmsgstr \"Wykorzystane IP\"\n\nmsgid \"IPv6 address\"\nmsgstr \"Adres IPv6\"\n\nmsgid \"Id\"\nmsgstr \"ID\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\"Jeśli ustawisz `tak`, foldery web będą zabezpieczone przed usunięciem.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\"Jeśli ustawisz `tak`, reseller będzie mógł umożliwić klientom edytowanie \"\n\"konfiguracji PHP.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Jeśli ustawisz `tak`, reseller będzie mógł włączyć/wyłączyć funkcję mail dla\"\n\" klientów, w przeciwnym razie funkcja mail PHP będzie wyłączona.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"Jeżeli pole z nazwą jest wype‭‭‭‭‭‭‭‭nione znakiem @ lub jest puste, \"\n\"zostanie ono automatycznie zamienione na wartość $ORIGIN.\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Jeśli chcesz limitować resellera, musisz najpierw zlimitować jego \"\n\"użytkowników.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Obrazki muszą być mniejsze niż 500 x 90 pixeli.\"\n\nmsgid \"Import\"\nmsgstr \"Import\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Importuj w repozytorium lokalnym\"\n\nmsgid \"Import new language file\"\nmsgstr \"Import nowego pliku języka\"\n\nmsgid \"In front\"\nmsgstr \"Przed\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"W trybie serwisowym tylko administratorzy mogą się zalogować.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Nieprawidłowy limit kont FTP.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Nieprawidłowy limit baz danych SQL.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Nieprawidłowy limit użytkowników SQL.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Nieprawidłowy limit użytkowników SQL.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Nieprawidłowy limit aliasów.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Nieprawidłowy limit miejsca na dysku.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Nieprawidłowa składnia lub długość adresu email.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Nieprawidłowa quota poczty.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Nieprawidłowy limit dla %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Nieprawdiłowy limit kont mailowych.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Nieprawidłowy limit miesięcznego transferu.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Nieprawidłowy limit subdomen.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Nieprawidłowy limit subdomen.\"\n\nmsgid \"Install\"\nmsgstr \"Instaluj\"\n\nmsgid \"Install in progress\"\nmsgstr \"Instalacja w toku\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Instaluj plugin\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Instaluj rozmaite oprogramowanie za pomocą paru kliknięć.\"\n\nmsgid \"Installation details\"\nmsgstr \"Szczegóły instalacji\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Instalacja w trakcie...\"\n\nmsgid \"Installation path\"\nmsgstr \"Ścieżka instalacji\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Zainstalowany pakiet, który został usunięty przez resellera.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Zainstalowano w repozytorium resellera\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Zainstalowano w repozytorium oprogramowania\"\n\nmsgid \"Installed on\"\nmsgstr \"Zainstalowano na\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Instalowanie przesłanego pakietu. Proszę odświeżyć stronę.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instrukcja pobrania dzisiejszej kopii bezpieczeństwa\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Certyfikaty pośrednie\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Wewnętrzny błąd serwera\"\n\nmsgid \"Internationalization\"\nmsgstr \"Tłumaczenie\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Nieprawidłowa nazwa użytkownika FTP.\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Nieprawidłowy host użytkownika SQL: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\"Błędny użytkownik SQL. Użytkownik musi istnieć i należeć do bazy danych.\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Nieprawidłowy certyfikat SSL\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Nieprawidłowy certyfikat SSL.\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Nieprawidłowy URL.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Nieprawidłowa nazwa domeny.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Nieprawidlowy adres email.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Nieprawidłowy użytkownik poczty.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Nieprawidłowa nazwa grupy!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Niepoprawna kolejność menu\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Nieprawidłowa nazwa\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Niewłaściwa partia danych otrzymana z GitHub\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Nieprawidłowy katalog pluginu: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Nieprawidłowy klucz prywatny lub hasło.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Nieprawidłowy cel\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Nieprawidłowa nazwa użytkownika.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Wersja jądra\"\n\nmsgid \"Kill session\"\nmsgstr \"Zabij sesję\"\n\nmsgid \"Label\"\nmsgstr \"Etykieta\"\n\nmsgid \"Language\"\nmsgstr \"Język\"\n\nmsgid \"Language file\"\nmsgstr \"Plik języka\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Plik języka został pomyślnie zainstalowany.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Języki\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Indeks języków został pomyślnie przebudowany,\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Ostatnia aktualizacja repozytorium\"\n\nmsgid \"Last access\"\nmsgstr \"Ostatni dostęp\"\n\nmsgid \"Last name\"\nmsgstr \"Nazwisko\"\n\nmsgid \"Last reply date\"\nmsgstr \"Ostatnia odpowiedź\"\n\nmsgid \"Last translator\"\nmsgstr \"Ostatni tłumacz\"\n\nmsgid \"Layout\"\nmsgstr \"Wygląd\"\n\nmsgid \"Layout color\"\nmsgstr \"Kolor wyglądu\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Kolor wyglądu został pomyślnie zaktualizowany.\"\n\nmsgid \"Level\"\nmsgstr \"Poziom\"\n\nmsgid \"Limit\"\nmsgstr \"Limit\"\n\nmsgid \"Limit value\"\nmsgstr \"Wartość limitu\"\n\nmsgid \"Limits\"\nmsgstr \"Limity\"\n\nmsgid \"Link\"\nmsgstr \"Link\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Link do strony domowej autora\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Obciążenie (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Ładuję dane...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Wpisy w logu zostały pomyślnie usunięte.\"\n\nmsgid \"Login\"\nmsgstr \"Zaloguj się\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Login hasło\"\n\nmsgid \"Login username\"\nmsgstr \"Login użytkownik\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Zaloguj się do konta FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Plik z logo\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo zostało pomyślnie usunięte.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo zostało pomyślnie zaktualizowane.\"\n\nmsgid \"Logout\"\nmsgstr \"Wyloguj\"\n\nmsgid \"Lost password\"\nmsgstr \"Przypomnienie hasła\"\n\nmsgid \"Lost password email\"\nmsgstr \"Odzyskiwanie hasła\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"Szablony e-mail dla zapomnianego hasła zostały zaktualizowane.\"\n\nmsgid \"Lost password link\"\nmsgstr \"Link zapomnianego hasła\"\n\nmsgid \"Low\"\nmsgstr \"Niski\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"Poczta\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Poziom logowania\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"Konto mailowe już istnieje.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Dane kont mailowego\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Błędy konta pocztowego\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"Typ konta pocztowego\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Konta pocztowe\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Lista kont pocztowych jest pusta.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Funkcja poczty jest wyłączona.\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"Użycie poczty\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"Baza danych `%s' nieznana. Baza musi istnieć.\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Widoczność etykiet głównego menu została pomyślnie zaktualizowana.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Wiadomość serwisowa\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Tryb serwisowy\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Tryb serwisowy jest aktywny. W tym trybie tylko administratorzy mogą się \"\n\"zalogować.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Ustawienia trybu serwisowego\"\n\nmsgid \"Male\"\nmsgstr \"Mężczyzna\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Zarządzaj bazami SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"Zarządzaj certyfikatami SSL\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Zarządzaj użytkownikami i grupami htaccess\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Zarządzaj użytkownikami i grupami\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Zarządzaj swoimi obszarami chronionymi, użytkownikami i grupami.\"\n\nmsgid \"Manual\"\nmsgstr \"Ręczny\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Maksymalna liczba prób logowania\"\n\nmsgid \"Max traffic\"\nmsgstr \"Maksymalny transfer\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"Maksymalny rozmiar pliku (%s) został przekroczony. Twój plik ma %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"Maksymalny rozmiar pliku (%s) został osiągnięty. Twój plik ma %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Maksymalna liczba prób sprawdzeń captcha\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\"Maksymalna liczba prób sprawdzeń przed restrykcyjnym interwałem czasu \"\n\"oczekiwania\"\n\nmsgid \"Medium\"\nmsgstr \"Średni\"\n\nmsgid \"Member of group\"\nmsgstr \"Członek grupy.\"\n\nmsgid \"Memory information\"\nmsgstr \"Pamięć - informacje\"\n\nmsgid \"Message\"\nmsgstr \"Wiadomość\"\n\nmsgid \"Message template\"\nmsgstr \"Szablon wiadomości\"\n\nmsgid \"Message template info\"\nmsgstr \"Informacje o szablonie wiadomości\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Napisz do resellera przed usunięciem oprogramowania\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Plik %s migracji nie jest do odczytu.\"\n\nmsgid \"Minute\"\nmsgstr \"Minuta\"\n\nmsgid \"Minutes\"\nmsgstr \"Minuty\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"Brak kryteriów wyszukiwania.\"\n\nmsgid \"Model\"\nmsgstr \"Model\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Modyfikacja w trakcie...\"\n\nmsgid \"Month\"\nmsgstr \"Miesiąc\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Miesięczny limit transferu [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Miesięczny limit transferu musi być liczbą.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"Ostrzeżenie miesięcznego transferu nie może być większy niż miesięczny limit\"\n\" transferu.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Ostrzeżenie transferu miesięcznego musi być liczbą.\"\n\nmsgid \"Mount\"\nmsgstr \"Montowanie\"\n\nmsgid \"Mount point\"\nmsgstr \"Punkt montowania\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"Rekordy NS DNS są dozwolone tylko przy delegowaniu podstrefy.\"\n\nmsgid \"Name\"\nmsgstr \"Nazwa\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Musisz podać nazwę.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Interfejs sieciowy (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Nigdy\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Nowe dane użytkownika SQL\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Nowe zamówienie aliasu dla  {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Nowe zgłoszenie\"\n\nmsgid \"Next\"\nmsgstr \"Następny\"\n\nmsgid \"Next step\"\nmsgstr \"Następny krok\"\n\nmsgid \"No\"\nmsgstr \"Nie\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Nie znaleziono adresu IP.\"\n\nmsgid \"No account found.\"\nmsgstr \"Nie znaleziono konta.\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"Brak logów oprogramowania anti-rootkit\"\n\nmsgid \"No available\"\nmsgstr \"Niedostępne\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Nie znaleziono niestandardowego menu.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"Brak domeny dla oprogramowania.\"\n\nmsgid \"No error found\"\nmsgstr \"Nie znaleziono błędu\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Żaden plik nie został wysłany.\"\n\nmsgid \"No group found.\"\nmsgstr \"Nie znaleziono grupy.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Brak planów hostingowych.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Brak resellera aby dodać uprawnienia.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Nie znaleziono resellera z aktywnym instalatorem oprogramowania!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"Nie znaleziono resellera z uprawnieniami do oprogramowania.\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Nie znaleziono resellerów.\"\n\nmsgid \"No software available\"\nmsgstr \"Brak dostępnego oprogramowania\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Nie znaleźiono oprogramowania w repozytorium!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"NIe ma dostępnego oprogramowania w repozytorium!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Żadne oprogramowanie nie oczekuje na aktywację.\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"Brak statystyk w podanym przedziale czasowym. Wybierz inny okres.\"\n\nmsgid \"No update available\"\nmsgstr \"Brak aktualizacji\"\n\nmsgid \"No used yet\"\nmsgstr \"Jeszcze nie dostępne\"\n\nmsgid \"No user found.\"\nmsgstr \"Nie znaleziono użytkownika.\"\n\nmsgid \"Normal\"\nmsgstr \"Normalny\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normalny + Przekierowanie\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"Normalne połączenie\"\n\nmsgid \"Not Found\"\nmsgstr \"Nie znaleziono\"\n\nmsgid \"Not found.\"\nmsgstr \"Nie znaleziono.\"\n\nmsgid \"Not provided\"\nmsgstr \"Nie dostarczono\"\n\nmsgid \"Not used\"\nmsgstr \"Nie używany\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"W trybie ręcznym, NIC oraz maska podsieci są tylko orientacyjne.\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Nic nie znaleziono\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Nie dokonano żadnych zmian.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Nic nie zostało usunięte.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Uwagi, Ostrzeżenia i Błędy\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Akceptowane są tylko archiwa tar.gz.\"\n\nmsgid \"Only exec\"\nmsgstr \"Tylko exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Tylko pliki obiektów maszynowych (MO) gettext są akceptowalne.\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Tylko liczby w zakresie od 0 do 65535 są dozwolone.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Dozwolone są tylko liczby dodatnie.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Obsługiwane są tylko archiwa tar.gz oraz tar.bz2.\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Akceptowane są tylko archiwa tar.gz, tar.bz2 i zip.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Otwarte zgłoszenie\"\n\nmsgid \"Open tickets\"\nmsgstr \"Otwarte zgłoszenia\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Operacja anulowana: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Opcjonalne\"\n\nmsgid \"Order\"\nmsgstr \"Zamówienie\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Zamówienie zostało pomyślnie usunięte.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Zamówienie zostało pomyślnie zrealizowane.\"\n\nmsgid \"Other in\"\nmsgstr \"Inne przychodzące\"\n\nmsgid \"Other out\"\nmsgstr \"Inne wychodzące\"\n\nmsgid \"Other settings\"\nmsgstr \"Inne ustawienia\"\n\nmsgid \"Overview\"\nmsgstr \"Przegląd\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"Opcja konfiguracyjna PHP %s\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"Opcje konfiguracyjne PHP\"\n\nmsgid \"PHP Editor\"\nmsgstr \"Edytor PHP\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"Rozszrzenie PHP GD nie załadowane.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"Uprawnienia PHP\"\n\nmsgid \"PHP Settings\"\nmsgstr \"Ustawnienia PHP\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"Zmiana konfiguracji PHP zaplanowana do aktualizacji.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"Wartości zmiennych PHP\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"Funkcja exec() w PHP\"\n\nmsgid \"PHP settings\"\nmsgstr \"Ustawienia PHP\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP przychodzące\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP wychodzące\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Transfer POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Akcje pakietu\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Pakiet już istnieje w repozytorium resellera!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Pakiet już istnieje w repozytorium!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Pakiet już istnieje w repozytorium oprogramowania!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Pakiet już istnieje w twoim repozytorium oprogramowania!\"\n\nmsgid \"Package install type\"\nmsgstr \"Typ instalowanego pakietu\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Pakiet został pomyślnie zainstalowany!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\"Pakiet został pomyślnie zainstalowany... Czekam na wydanie z administratora!\"\n\nmsgid \"Package language\"\nmsgstr \"Język pakietu\"\n\nmsgid \"Package name\"\nmsgstr \"Nazwa pakietu\"\n\nmsgid \"Package title\"\nmsgstr \"Tytuł pakietu\"\n\nmsgid \"Package type\"\nmsgstr \"Typ pakietu\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Dostawca pakietu\"\n\nmsgid \"Package version\"\nmsgstr \"Wersja pakietu\"\n\nmsgid \"Panel default language\"\nmsgstr \"Domyślny język panelu\"\n\nmsgid \"Parent directory\"\nmsgstr \"Katalog nadrzędny\"\n\nmsgid \"Partition\"\nmsgstr \"Partycja\"\n\nmsgid \"Password\"\nmsgstr \"Hasło\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Potwierdź hasło\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Hasło zawiera nie prawidłowe znaki.\"\n\nmsgid \"Password email\"\nmsgstr \"Hasło poczty\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Hasło jest puste.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Minimalna długość hasła\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Ustawienia haseł\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Hasło zostało poprawnie zmienione.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Podane hasła nie zgadzają się.\"\n\nmsgid \"Path\"\nmsgstr \"Ścieżka\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Oczekujące zadania\"\n\nmsgid \"Percent\"\nmsgstr \"Procent\"\n\nmsgid \"Permissions\"\nmsgstr \"Uprawnienia\"\n\nmsgid \"Personal data\"\nmsgstr \"Dane osobowe\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Własny szablon\"\n\nmsgid \"Phone\"\nmsgstr \"Telefon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Proszę aktywować twoje nowe hasło i-MSCP\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"Proszę wybrać przynajmniej jednego użytkownika.\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"Proszę wybrać użytkownika lub grupę htaccess.\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Proszę potwierdzić hasło.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Proszę skontaktować się z administratorem!<br />Zapytaj go o uprawnienia do \"\n\"użycia tej paczki.<br />Nie jest dozwolone ładowanie tej samej paczki \"\n\"ponownie.<br />Odśwież swoją stronę, aby zobaczyć nowy status!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Wprowadź nazwę obszaru chronionego\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Wprowadź hasło.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Wpisz nazwę hosta użytkownika SQL.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Wprowadź nazwę użytkownika.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Podaj scieżkę obszaru chronionego.\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Proszę wskazać inny folder. %s (%s) jest tu zainstalowany.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Proszę określić treść wiadomości.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Proszę określić temat wiadomości.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Proszę podać nazwę bazy danych.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Proszę podać twoją wiadomość.\"\n\nmsgid \"Plugin\"\nmsgstr \"Rozszerzenie\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Rozszerzenie %s jest aktywne.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Rozszerzenie %s nie może zostać aktywowane.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Rozszerzenie %s nie może zostać deaktywowane.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Rozszerzenie %s nie może zostać usunięte.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Rozszerzenie %s nie może zostać zainstalowane.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Rozszerzenie %s nie może zostać zabezpieczone.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"Rozszerzenie %s nie może zostać przekonfigurowane.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Rozszerzenie %s nie może zostać odinstalowane.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Rozszerzenie %s nie może zostać zaktualizowane.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Rozszerzenie %s deaktywowane.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Rozszerzenie %s usunięte.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Rozszerzenie %s zainstalowane.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Rozszerzenie %s jest zabezpieczone.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Rozszerzenie %s jest zabezpieczone.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Rozszerzenie %s skonfigurowane.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Rozszerzenie %s zaplanowane do aktywacji.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Rozszerzenie %s zaplanowane do zmiany.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Rozszerzenie %s zaplanowane do deaktywacji.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Rozszerzenie %s zaplanowane do instalacji.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Rozszerzenie %s zaplanowane do odinstalowania.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Rozszerzenie %s zaplanowane do aktualizacji.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Rozszerzenie %s odinstalowane.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Rozszerzenie %s zaktualizowane.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Menadżer Rozszerzeń: Nie można zmienic %s rozszerzenia: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Menadżer Rozszerzeń: Nie można usunąć plików rozszerzenia %s. Powinieneś \"\n\"uruchomić skrypt set-gui-permissions.pl i spróbuj ponownie.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Menadźer Rozszerzeń: Nie można załadować rozszerzenia %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Menedżer rozszerzeń: Nie można odinstalować rozszerzenia %s. Rozszerzenie \"\n\"najprawdopodobniej zablokowany przez inny dodatek.  \"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"Menadżer Rozszerzeń: Nie można zaktualizować %s rozszerzenia: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\"Menadżer Rozszerzeń: Nie można zapisać pliku %s dla zabezpieczonego \"\n\"rozszerzenia.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\"Menadżer Rozszerzeń: Katalog %s nie istnieje lub nie jest zapisywalny.\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\"Menedżer dodatku: Przejście na niższą wersję  dodatku %s jest niedozwolone.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Menadżer Rozszerzeń: Rozszerzenie %s nie jest załadowane.\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Menadżer Rozszerzeń: Nieznane rozszerzenie %s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"Aktywacja rozszerzenia się nie powiodła: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Archiwum rozszerzenia\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"Archiwum pluginu przekracza maksymalny dopuszczalny rozmiar.\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"Zmiana rozszerzenia się nie powiodła: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"Deaktywacja rozszerzenia się nie powiodła: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"Usuwanie rozszerzenia się nie powiodło: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Błedy rozszerzenia\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"Rozszerzenie zostało pomyślnie załadowane.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"Instalacja rozszerzenia się nie powiodła: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Błędy rozszerzenia\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Lista rozszerzeń jest pusta.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Zarządzanie rozszerzeniami\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"Deinstalacja rozszerzenia się nie powiodła: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"Aktualizacja rozszerzenia się nie powiodła: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Przesyłanie rozszerzeń\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Dodatki podłączone do i-MSCP rozszerzą jego funkcjonalność . Dodatki są \"\n\"rozwijane niezależnie od rdzenia aplikacji i-MSCP przez tysiące programistów\"\n\" na całym świecie. Możesz znaleźć nowe dodatki, aby zainstalować \"\n\"przeglądając %s.\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"Lista dodatków zaktualizowana: znaleziono %s nowych, %s zaktualizowanych, %s\"\n\" prze konfigurowanych i %s  skasowanych.\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"Utrzymywanie hosta\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Zapobiegaj zewnętrznemu logowaniu dla administratorów\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Zapobiegaj zewnętrznemu logowaniu dla klientów\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Zapobiegaj zewnętrznemu logowaniu dla resellerów\"\n\nmsgid \"Previous\"\nmsgstr \"Poprzedni\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Zanim usuniesz administratora, przenieś jego resellerów do innego \"\n\"administratora.\"\n\nmsgid \"Priority\"\nmsgstr \"Priorytet\"\n\nmsgid \"Private key\"\nmsgstr \"Klucz prywatny\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Klucz prywatny lub hasło\"\n\nmsgid \"Processing...\"\nmsgstr \"Przetwarzanie...\"\n\nmsgid \"Processor data\"\nmsgstr \"Informacje o procesorze\"\n\nmsgid \"Profile\"\nmsgstr \"Profil\"\n\nmsgid \"Properties\"\nmsgstr \"Właściwości\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"Nie znaleziono właściwości resellera ID %d w bazie danych.\"\n\nmsgid \"Protect\"\nmsgstr \"Zabezpiecz\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Zabezpiecz rozszerzenie\"\n\nmsgid \"Protected\"\nmsgstr \"Chronione\"\n\nmsgid \"Protected area data\"\nmsgstr \"Dane obszaru zabezpieczonego\"\n\nmsgid \"Protected area name\"\nmsgstr \"Nazwa obszaru zabezpieczonego\"\n\nmsgid \"Protected area path\"\nmsgstr \"Ścieżka obszaru zabezpieczonego\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Obszar chroniony poprawnie zaplanowany do dodania.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Obszar chroniony poprawnie zaplanowany do usunięcia.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Obszar chroniony poprawnie zaplanowany do aktualizacji.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Obszary chronione\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokół\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Quota w MiB (Maks.: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"Informacje o limitach.\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Przeczytaj zgłoszenie\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Przebuduj indeks języków.\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Konfiguracja w trakcie...\"\n\nmsgid \"Record data\"\nmsgstr \"Dane rekordu\"\n\nmsgid \"Redirect\"\nmsgstr \"Przekieruj\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Data rejestracji\"\n\nmsgid \"Relative weight\"\nmsgstr \"Względna waga\"\n\nmsgid \"Release date\"\nmsgstr \"Data wydania\"\n\nmsgid \"Release description\"\nmsgstr \"Opis wydania\"\n\nmsgid \"Release version\"\nmsgstr \"Wersja wydania\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Zdalne repozytorium oprogramowania\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Nie znaleziono pliku zdalnego!\"\n\nmsgid \"Remove\"\nmsgstr \"Usuń\"\n\nmsgid \"Remove IP\"\nmsgstr \"Usuń IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Usuń uprawnienia.\"\n\nmsgid \"Reopen\"\nmsgstr \"Otwórz ponownie\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Otwórz ponownie zgłoszenie\"\n\nmsgid \"Repeat password\"\nmsgstr \"Powtórz hasło\"\n\nmsgid \"Reply\"\nmsgstr \"Odpowiedz\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"Żądanie Limitu Czasu: Serwer czekał zbyt długo aby wysłać dane.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Wymaga bazy danych ?\"\n\nmsgid \"Reseller\"\nmsgstr \"Reseller\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Reseller / Klienci / Dodaj klienta\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Reseller / Klienci / Dodawanie Klienta - Następny Krok\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Reseller / Klienci / Okólnik\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Reseller / Klienci / Aliasy Domen\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Reseller / Klienci / Przypomnienie Hasła Poczty\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Reseller / Klienci / Przegląd\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Reseller / Klienci / Przegląd / Szczegóły Domeny\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Reseller / Klienci / Przegląd / Edycja Klienta\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Reseller / Klienci / Przegląd / Edycja Domeny\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Reseller / Klienci / Wiadomość Powitalna\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Reseller / Domeny / Dodaj Alias Domeny\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Reseller / Domeny / Edytuj Alias Domeny\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Reseller / Ogólne / Przegląd\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Reseller / Ogólne / Aktualizacja Oprogramowania\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Reseller / Plany Hostingowe /  Dodaj Plan Hostingowy\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Reseller / Plany Hostingowe / Przegląd\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Reseller / Profil / Podsumowanie Konta\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Reseller / Profil / Język\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Reseller / Profil / Wygląd\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Reseller / Profil / Hasło\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Reseller / Profil / Dane Personalne\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Reseller / Statystyki / Użycie IP \"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Reseller / Statystyki / Przegląd\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"Reseller / Statystyki / Przegląd / Statystyki użytkownika {USERNAME}\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Reseller / Wsparcie / Zamknięte Zgłoszenia\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Reseller / Wsparcie / Nowe Zgłoszenie\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Reseller / Wsparcie / Otwarte Zgłoszenia\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Reseller / Wsparcie / Podgląd Zgłoszenia\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Reseller / Plany hostingowe /  Edytuj plan hostingowy\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Nazwa resellera\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Szprzedawca i klient\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Poziom resellera i klienta\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Przypisanie resellera\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Wykorzystanie resellera\"\n\nmsgid \"Reseller data\"\nmsgstr \"Dane sprzedawcy.\"\n\nmsgid \"Reseller level\"\nmsgstr \"Poziom resellera\"\n\nmsgid \"Reseller list\"\nmsgstr \"Lista resellerów\"\n\nmsgid \"Reseller name\"\nmsgstr \"Nazwa resellera\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Lista oprogramowania resellera\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Statystyki resellera\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Reseller został pomyślnie dodany.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Ogółem resellerów\"\n\nmsgid \"Reseller users\"\nmsgstr \"Użytkownicy resellera\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Reseller ze wszystkimi uprawnieniami\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Kolor wyglądu na koncie resellera zostało pomyślnie zaktualizowane.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Reseller / Statystyki użycia IP\"\n\nmsgid \"Resellers\"\nmsgstr \"Resellerzy\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Resellerzy i klienci\"\n\nmsgid \"Reset\"\nmsgstr \"Wyczyść\"\n\nmsgid \"Restore\"\nmsgstr \"Przywróć\"\n\nmsgid \"Restore backup\"\nmsgstr \"Przywróć kopię zapasową\"\n\nmsgid \"Rights\"\nmsgstr \"Uprawnienia\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Uprawnienia pomyślnie dodane.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Uprawnienia pomyślnie usunięte.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP przychodzące\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP wychodzące\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Transfer SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"Baza Danych SQL\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\"Limit baz danych SQL jest wyłączony, ale limit użytkowników SQL już nie.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"Limit baz danych SQL nie jest <i>wyłączony</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"Baza SQL poprawnie utworzona.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"Baza SQL została pomyślnie usunięta.\"\n\nmsgid \"SQL databases\"\nmsgstr \"Bazy danych SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Tylko bazy danych SQL\"\n\nmsgid \"SQL user\"\nmsgstr \"Użytkownik SQL\"\n\nmsgid \"SQL user host\"\nmsgstr \"Host użytkownika SQL\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"Limit użytkowników SQL jest <i>wyłączony</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"Limit użytkowników SQL jest wyłączony, ale limit baz danych SQL juz nie.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"Limit użytkowników SQL jest wyłączony.\"\n\nmsgid \"SQL user name\"\nmsgstr \"Nazwa użytkownika SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"Hasło użytkownika SQL zostało pomyślnie zaktualizowane.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"Użytkownik SQL prefix/suffix\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"Użytkownik SQL został pomyślnie dodany.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"Użytkownik SQL poprawnie usunięty.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"Nazwa użytkownika SQL jest za długa.\"\n\nmsgid \"SQL users\"\nmsgstr \"Użytkownicy SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"Certyfikat SSL został pomyślnie zaplanowany do dodania.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"Certyfikat SSL został pomyślnie zaplanowany do usunięcia.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"Certyfikat SSL został pomyślnie zaplanowany do aktualizacji.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"Funkcja SSL nie dostępna. Możesz zobaczyć swój certyfikat.\"\n\nmsgid \"SSL status\"\nmsgstr \"Status SSL\"\n\nmsgid \"Save\"\nmsgstr \"Zapisz\"\n\nmsgid \"Search\"\nmsgstr \"Szukaj\"\n\nmsgid \"Sec.\"\nmsgstr \"Sek,\"\n\nmsgid \"Secure connection\"\nmsgstr \"Bezpieczne połaczenie\"\n\nmsgid \"Security code\"\nmsgstr \"Kod zabezpieczający\"\n\nmsgid \"Security code has expired\"\nmsgstr \"Kod bezpieczeństwa wygasł \"\n\nmsgid \"Select group\"\nmsgstr \"Wybierz grupę\"\n\nmsgid \"Select your own document root\"\nmsgstr \"Wskaż swój własny folder główny\"\n\nmsgid \"Send\"\nmsgstr \"Wyślij\"\n\nmsgid \"Send circular\"\nmsgstr \"Wyślij okólnik\"\n\nmsgid \"Send message\"\nmsgstr \"Wyślij wiadomość\"\n\nmsgid \"Send message to\"\nmsgstr \"Wyślij wiadomość do\"\n\nmsgid \"Send reply\"\nmsgstr \"Wyślij odpowiedź\"\n\nmsgid \"Send to\"\nmsgstr \"Wyślij do\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Brak nazwy nadawcy.\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Porty serwera\"\n\nmsgid \"Server statistics\"\nmsgstr \"Statystyki serwera\"\n\nmsgid \"Server status\"\nmsgstr \"Stan serwera\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Usługa niedostępna\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Nazwa usługi\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Port usługi dodany pomyślnie.\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Port usługi został pomyślnie usunięty.\"\n\nmsgid \"Service ports\"\nmsgstr \"Porty usług\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protokół usługi\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Sesje\"\n\nmsgid \"Settings\"\nmsgstr \"Ustawienia\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Ustawienia zapisane.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Współdzielony punkt montowania\"\n\nmsgid \"Show\"\nmsgstr \"Wyświetl\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Wyświetl %s wpisów na stronie\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Pokaż certyfikat SSL\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Pokaż szczegółowe statystyki dla tego resellera\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Pokaż szczegółowe statystyki dla tego użytkownika\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"Pokaż aliasy domen\"\n\nmsgid \"Show in\"\nmsgstr \"Pokaż w\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Pokaż tytuły linków w menu\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Pokaż %s do %s z %s wpisów\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Pokaż 0 do 0 z 0 wpisów\"\n\nmsgid \"Size\"\nmsgstr \"Wielkość\"\n\nmsgid \"Software\"\nmsgstr \"Oprogramowanie\"\n\nmsgid \"Software available\"\nmsgstr \"Dostępne oprogramowanie\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Oprogramowanie usunięte.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Prześlij oprogramowanie\"\n\nmsgid \"Software details\"\nmsgstr \"Oprogramowanie - szczegóły\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Oprogramowanie zostało usunięte.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Oprogramowanie zostało pomyślnie zaimportowane.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Oprogramowanie w repozytorium\"\n\nmsgid \"Software installation\"\nmsgstr \"Instalacja oprogramowania\"\n\nmsgid \"Software installer\"\nmsgstr \"Instalator oprogramowania\"\n\nmsgid \"Software installer options\"\nmsgstr \"Opcje instalatora oprogramowania\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Opcje instalatora oprogramowania zostały pomyślnie zmienione.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"Instancja oprogramowania została zaplanowana do instalacji.\"\n\nmsgid \"Software management\"\nmsgstr \"Zarządzanie oprogramowaniem\"\n\nmsgid \"Software name\"\nmsgstr \"Nazwa oprogramowania\"\n\nmsgid \"Software not found!\"\nmsgstr \"Nie znaleziono oprogramowania!\"\n\nmsgid \"Software options\"\nmsgstr \"Opcje oprogramowania\"\n\nmsgid \"Software permissions\"\nmsgstr \"Uprawnienia oprogramowania\"\n\nmsgid \"Software repository\"\nmsgstr \"Repozytorium oprogramowania\"\n\nmsgid \"Software status\"\nmsgstr \"Status oprogramowania\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Oprogramowanie zostało pomyślnie zaplanowane do usunięcia.\"\n\nmsgid \"Software total\"\nmsgstr \"Ogółem programów\"\n\nmsgid \"Software upload\"\nmsgstr \"Prześlij oprogramowanie\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Oporogramowaie zostało aktywowane\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Oprogramowanie zostało usunięte\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Program-Synonim\"\n\nmsgid \"Software-Version\"\nmsgstr \"Oprogramowanie - wersja\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Instalator oprogramowania\"\n\nmsgid \"Start installation\"\nmsgstr \"Rozpocznij instalację\"\n\nmsgid \"State/Province\"\nmsgstr \"Województwo\"\n\nmsgid \"Statistics\"\nmsgstr \"Statystyki\"\n\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgid \"Street 1\"\nmsgstr \"Ulica 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Ulica 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Mocne hasła\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomena\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Subdomena %s już stnieje.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Subdomena %s nie może wskazywać na siebie.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"Subdomena %s jest niedostępna.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Alias subdomeny\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Błędy aliasu subdomeny\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Błędy subdomeny\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Nazwa subdomeny\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Nazwa subdomeny jest nie prawidłowa.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Subdomena zakolejkowana do usunięcia.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Subdomena została pomyślnie zaplanowana do dodania.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Subdomena została pomyślnie zaplanowana do aktualizacji.\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomeny\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Temat\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Brak tematu.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Zapisz zmiany\"\n\nmsgid \"Support\"\nmsgstr \"Wsparcie\"\n\nmsgid \"Support system\"\nmsgstr \"System wsparcia\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Przełącz\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Przejdź do katalogu kopii zapasowych.\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Zmień na interfejs użytkownika\"\n\nmsgid \"Sync quota info\"\nmsgstr \"Synchronizuj informacje o limitach,\"\n\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgid \"System data\"\nmsgstr \"Dane systemowe\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Błąd systemowy - strona nie została zaktualizowana.\"\n\nmsgid \"System information\"\nmsgstr \"Informacje o systemie\"\n\nmsgid \"System tools\"\nmsgstr \"Narzędzia systemowe\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Tryb serwisowy włączony.\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Cel\"\n\nmsgid \"Target domain\"\nmsgstr \"Domena docelowa\"\n\nmsgid \"Target port\"\nmsgstr \"Port docelowy\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"Port docelowy musi być liczbą.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Nie znaleziono folderu tymczasowego.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\"Limit %s dla tego klienta nie może być większy niż %d, twój limit wyliczony.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"Limit %s dla tego klienta nie może być niższy niż %d, łącznie z %s użytych \"\n\"przez niego.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"Limit %s dla tego klienta nie może być ustawiony na 'wyłączony' ponieważ ma \"\n\"już %d %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"Limit %s dla tego klienta nie może być nieograniczony, ponieważ Twój jest \"\n\"limitowany dla tej usługi.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"Dodatek %s w wersji %s jest niekompatybilny z twoją wersją i-MSCP.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\"Plik %s tłumaczenia został zignorowany: Tabela tłumaczenia jest pusta.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"Użytkownik  `%s'  nie istnieje, bądź nie posiada uprawnień.\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"Katalog %s nie istnieje. Utwórz katalog za pomocą menedżera plików.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"Domena jest obecnie nieaktywna. Modyfikacja niektórych jej właściwości może \"\n\"skutkować częściowym lub całkowitym jej aktywowaniem.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"Domena ma przynajmniej jeden status inny niż 'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"Domena którą próbujesz edytować nie istnieje.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"Menu które próbujesz edytować nie istnieje.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"Nowy folder główny musi zawierać się wewnątrz folderu /htdocs.\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"Pakiet jest uszkodzony. Proszę to poprawić.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Paczka zostanie automatycznie zainstalowana w Twoim systemie po \"\n\"załadowaniu.<br />Odśwież swoją stronę, aby zobaczyć nowy status!\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Pole hasła jest puste.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"Klucz prywatny nie należy do tego certyfikatu.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"Plik zdalny (%s) jest mniejszy niż 1 Bajt. Sprawdź wprowadzony URL.\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"Ten reseller ma jedno lub więcej kont klienckich.<br />Aby usunąć resellera,\"\n\" usuń najpierw te konta.\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"Plik został przesłany tylko częściowo.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Pole nazwy użytkownika jest puste.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"Wartość została znaleziona w stosie\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"Wartość nie została znaleziona w stosie\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Te wartości nie muszą być równe\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"Występuje błąd w twojej paczce. Proszę to sprawdzić!<br />Odśwież swoją \"\n\"stronę, aby zobaczyć nowy status!\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"Brak zadań oczekujących. Operacja anulowana.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"Ta paczka (%s, V%s) została usunięta przez resellera. Możesz jedynie \"\n\"odinstalować tą paczkę!<br> Proszę usunąć pliki i bazy danych tej paczki \"\n\"samodzielnie!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Baza danych zostanie permanentnie usunięta. Tego procesu nie można cofnąć. \"\n\"Wszyscy użytkownicy podpięci do tej bazy zostaną również usunięci jeśli nie \"\n\"są podpięci do innej bazy. Jesteś pewien, że chcesz usunąć bazę '%s' ?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Grupa htaccess już istnieje.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Użytkownik htaccess już istnieje.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"Ten interfejs umożliwia dodanie lub usunięcie adresów IP.\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"To jest host z którego użytkownik SQL musi mieć możliwe łączenie się z \"\n\"serwerem SQL. Wprowadź %s znak wildcard aby umożliwić temu użytkownikowi SQL\"\n\" łączyć się z dowolnego hosta.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"Pakiet ten już istnieje w repozytorium oprogramowania administratora.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"Pakiet ten istnieje już w składnicy oprogramowania resellera \\\"%1$s\\\"!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"Pakiet ten istnieje już w składnicy oprogramowania!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Pakiet ten już istnieje w repozytorium oprogramowania.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Ten pakiet jest już zainstalowany w następujących domenach:\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Ten pakiet nie jest zainstalowany\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Ten pakiet nie jest jeszcze zainstalowany\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"To oprogramowanie jest zainstalowane w następujących domenach:\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"Ten użytkownik ma rekordy domen. Najpierw usuń domenę z systemu.\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Informacja o zgłoszeniu\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Zgłoszenie zostało pomyślnie zamknięte.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Zgłoszenie zostało pomyślnie usunięte.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Zgłoszenie zostało ponownie otwarte.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Zgłoszenie o ID '%d' nie zostało znalezione.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"Aby zdjąć ochronę z tego rozszerzenia, należy wyedytować plik %s\"\n\nmsgid \"Total\"\nmsgstr \"Ogółem\"\n\nmsgid \"Total Domains\"\nmsgstr \"Ogółem domen\"\n\nmsgid \"Total Software\"\nmsgstr \"Ogółem programów\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Ogółem repozytoriów oprogramowania\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Ogółem instalacji\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Całkowita liczba paczek w  repozytorium oprogramowania.\"\n\nmsgid \"Total reseller\"\nmsgstr \"Ogółem resellerów\"\n\nmsgid \"Total software\"\nmsgstr \"Ogółem programów\"\n\nmsgid \"Traffic\"\nmsgstr \"Transfer\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Statystyki ruchu\"\n\nmsgid \"Translated strings\"\nmsgstr \"Przetłumaczonych fraz\"\n\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgid \"UP\"\nmsgstr \"WŁ\"\n\nmsgid \"URL forwarding\"\nmsgstr \"Przekierowanie URL\"\n\nmsgid \"URL port\"\nmsgstr \"Port adresu URL\"\n\nmsgid \"URL protocol\"\nmsgstr \"Protokół adresu URL\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL do tego panelu administratora\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Nie można zamknąć zgłoszenia o ID  '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Nie można stworzyć katalogu '%s' dla pliku języka.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Nie można stworzyć katalogu 'LC_MESSAGES' dla pliku języka.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Nie można usunąć pliku informacji i-MSCP.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"Nie można pobrać listy adresów IP. Napraw ten problem.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Nie można pobrać informacji o aktualizacji z Github-a\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Nie można załadować pliku informacji i-MSCP.\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Nie można przenieść pliku.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Nie można pobrać pliku indeksu repozytorium oprogramowania.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Nie można odczytać pliku %s.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"Nie można odczytać pliku %s rozszerzenia. Sprawdź uprawnienia do plików\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Nie można odczytać pliku xml dla oprogramowania.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Nie można ponownie otworzyć zgłoszenia o ID '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Nie można zaplanować usunięcia konta klienta. Wiadomość została wysłana do \"\n\"administratora.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Nie można zaplanować usunięcia konta klienta. Proszę przejrzeć dziennik \"\n\"logów administratora lub pocztę aby uzyskać więcej informacji.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Nie można ustawić opcji sslallowselfsigned\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Nie można ustawić opcji sslverifypeer\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"Nie można wysłać pliku. Możliwe, że  został osiągnięty maksymalny dozwolony \"\n\"rozmiar pliku (%1$d MB).\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\"Niedozwolony port w przekierowaniu URL. Dozwolone są tylko porty powyżej \"\n\"1024.\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Nieautoryzowany\"\n\nmsgid \"Unavailable\"\nmsgstr \"Niedostępne\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Nieoczekiwany błąd\"\n\nmsgid \"Uninstall\"\nmsgstr \"Odinstaluj \"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Odinstaluj to rozszerzenie\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Deinstalacja w toku...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Odinstalowane\"\n\nmsgid \"Unknown\"\nmsgstr \"Nieznany\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Nieznany błąd\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"Nieznana baza danych `%s'. Baza musi istnieć.\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Nieznane żądanie akcji.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Nieznana akcja: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Nieznana detekcja brutforce typu: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Nieznana nazwa języka.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Nieznany kolor wyglądu.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Nieznana przyczyna.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Nieznana nazwa usługi '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Nieznany status\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Nieznany typ.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Nieznana nazwa użytkownika.\"\n\nmsgid \"Update\"\nmsgstr \"Aktualizuj\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Aktualizuj rozszerzenia\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Zaktualizuj hasło użytkownika SQL\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Zaktualizuj z repozytorium oprogramowania\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Zaktualizuj z sieci.\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Aktualizacja w toku...\"\n\nmsgid \"Update info\"\nmsgstr \"Aktualizuj informacje\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"Aktualizacja indeksu repozytorium oprogramowania została anulowana. \"\n\"Brakujące lub puste pola.\"\n\nmsgid \"Update password\"\nmsgstr \"Aktualizuj hasło\"\n\nmsgid \"Updates\"\nmsgstr \"Aktualizacje\"\n\nmsgid \"Upload\"\nmsgstr \"Prześlij\"\n\nmsgid \"Upload logo\"\nmsgstr \"Wczytaj logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Wyślij teraz\"\n\nmsgid \"Uptime\"\nmsgstr \"Uptime\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"Użycie kropki w opisach nazw domen jest zabronione.\"\n\nmsgid \"Usage status\"\nmsgstr \"Statystyki zużycia\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Użyj zwykłego połączenia (Bez SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Użyj bezpiecznego połączenia (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Używane\"\n\nmsgid \"Used database\"\nmsgstr \"Użyta baza danych\"\n\nmsgid \"User\"\nmsgstr \"Użytkownik\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Imię i nazwisko\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Dane użytkownika nie zostały zaktualizowane.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Dane użytkownika zostały pomyślnie zaktualizowane.\"\n\nmsgid \"User errors\"\nmsgstr \"Błędy użytkownika\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"Użytkownik nie został usunięty,\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Login (systemowy) użytkownika\"\n\nmsgid \"User password\"\nmsgstr \"Hasło użytkownika\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Prawdziwe imię i nazwisko użytkownika\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Użytkownik zaplanował usunięcie.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Sesja użytkownika została pomyślnie usunięta.\"\n\nmsgid \"User statistics\"\nmsgstr \"Statystyki użytkownika\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Użytkownik został pomyślnie odłączony.\"\n\nmsgid \"User type\"\nmsgstr \"Typ użytkownika\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Typ użytkownika (administrator, reseller, użytkownik)\"\n\nmsgid \"Username\"\nmsgstr \"Nazwa użytkownika\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Nazwa użytkownika i hasło do aplikacji\"\n\nmsgid \"Users\"\nmsgstr \"Użytkownicy\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"Wartość dla dyrektywy PHP %%s musi być z zakresu od %%d do %%d.\"\n\nmsgid \"Values\"\nmsgstr \"Wartości\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Strona główna Sprzedawcy\"\n\nmsgid \"Version\"\nmsgstr \"Wersja\"\n\nmsgid \"Very high\"\nmsgstr \"Bardzo wysoki\"\n\nmsgid \"View\"\nmsgstr \"Przeglądaj\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Przeglądaj certyfikat SSL\"\n\nmsgid \"View ticket\"\nmsgstr \"Zobacz zgłoszenie\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Odwiedź stronę rozszerzenia\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Ostrzeżenia ruchu\"\n\nmsgid \"Warning!\"\nmsgstr \"Uwaga!\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Ostrzeżenia i Błędy\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Przepraszamy, system jest w trakcie prac konserwacyjnych,\\n\"\n\"Proszę spróbować później.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Statystyki WWW\"\n\nmsgid \"Web files only\"\nmsgstr \"Tylko pliki Web\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Folder chroniony\"\n\nmsgid \"Web in\"\nmsgstr \"WWW przychodzące\"\n\nmsgid \"Web out\"\nmsgstr \"WWW wychodzące\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Całkowita ilość paczek w repozytorium oprogramowania\"\n\nmsgid \"Web software repository\"\nmsgstr \"Zdalne repozytorium oprogramowania\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Indeks repozytorium oprogramowania został zaktualizowany.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Indeks repozytorium oprogramowania jest już aktualny.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Statystyki WWW\"\n\nmsgid \"Web traffic\"\nmsgstr \"Transfer WWW\"\n\nmsgid \"Webmail\"\nmsgstr \"Poczta\"\n\nmsgid \"Webtools\"\nmsgstr \"Narzędzia sieciowe\"\n\nmsgid \"Welcome email\"\nmsgstr \"Wiadomość powitalna\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"Szablon maila powitalnego został zaktualizowany.\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Witaj {USERNAME} w i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\"Jeśli ustawisz 'tak', Twoje skrypty PHP będą mogły wywoływać funkcję PHP \"\n\"exec().\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\"Jeśli ustawisz 'Auto', adres IP zostanie skonfigurowany automatycznie.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\"Jeśli ustawisz 'Ręczny', konfiguracja jest pozostawiona administratorowi. \"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Zły lub niedozwolony adres IP.\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Zła lub niedozwolona maska podsieci.\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Nieprawidłowe ID resellera.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Nieprawidłowy kod bezpieczeństwa.\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Nieprawidłowy kod oprogramowania.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Nieprawidłowa składnia nowej daty wygaśnięcia.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Nieprawidłowa składnia dla limitu %s.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Nieprawidłowa składnia wartości quoty poczty.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Nieprawidłowy poziom użytkownika.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Nieprawidłowa nazwa użytkownika.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"Adres do pliku XML dla repozytorium oprogramowania\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Rok\"\n\nmsgid \"Yes\"\nmsgstr \"Tak\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Przekroczyłeś miesięczny limit transferu serwera.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Przekroczyłeś limit miejsca na dysku.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Przekroczyłeś miesięczny limit transferu.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"Nie masz uprawnień do działania w swojej własnej sesji.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Możesz tylko przesyłać obrazki.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"Możesz ustawić alternatywny folderu główny. To jest przydatne najczęściej do\"\n\" frameworków typu Symfony. Pamiętaj, że nowy folder główny musi zawierać się\"\n\" wewnątrz domyślnego folderu '/htdocs'. Zwróć uwagę, że musi już istnieć \"\n\"zanim wskażesz go w tym miejscu.\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\"Nie możesz tworzyć nowych skrzynek dla tej domeny. Możesz jedynie tworzyć \"\n\"przekierowania.\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"Nie możesz usunąć tego resellera, ponieważ posiada on konta klientów.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"Nie możesz usunąć domyślnego administratora.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Nie można usunąć ostatniego aktywnego adresu IP.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"Nie możesz przekierować %s na siebie samego.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"Nie możesz usunąć IP który jest przypisany do resellera.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"Nie można ustawić daty wygaśnięcia w przeszłości.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"Nie można odłączyć adresu IP będącego w użyciu.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"Nie możesz zaktualizować pluginu chronionego.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"Nie posiadasz zasobów rekordów DNS.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Nie posiadasz kont FTP.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Nie posiadasz jeszcze żadnego oprogramowania\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"Nie posiadasz baz danych.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Nie posiadasz aliasów domen.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"Nie posiadasz uprawnien do przesyłania oprogramowania\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Nie posiadasz obszarów chronionych.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Nie posiadasz subdomen.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"Posiadasz limit przestrzeni dyskowej. Nie możesz dodać użytkownika z \"\n\"nielimitowaną ilością przestrzeni dyskowej.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"Posiadasz limit transferu miesięcznego. Nie możesz dodać użytkownika z \"\n\"nielimitowanym transferem miesięcznym.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"Otrzymałeś odpowiedź na Twoje zgłoszenie serwisowe.\"\nmsgstr[1] \"Otrzymałeś %d odpowiedzi na Twoje zgłoszenia serwisowe.\"\nmsgstr[2] \"Otrzymałeś %d odpowiedzi na Twoje zgłoszenia serwisowe.\"\nmsgstr[3] \"Otrzymałeś %d odpowiedzi na Twoje zgłoszenia serwisowe.\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"Masz nowe zamówienie na alias domeny.\"\nmsgstr[1] \"Masz 1%d zamówień na alias domeny.\"\nmsgstr[2] \"Masz 1%d zamówień na alias domeny.\"\nmsgstr[3] \"Masz %d nowych zamówień na alias domeny.\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"Masz nowe zgłoszenie serwisowe.\"\nmsgstr[1] \"Masz %d nowych zgłoszeń serwisowych.\"\nmsgstr[2] \"Masz %d nowych zgłoszeń serwisowych.\"\nmsgstr[3] \"Masz %d nowych zgłoszeń serwisowych.\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"Zostałeś zablokowany na %s minut.\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Wylogowałeś się poprawnie.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"Wyłączyłeś bazy danych SQL dla tego użytkownika. Nie możesz wprowadzić \"\n\"użytkowników SQL.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Nie masz zamkniętych zgłoszeń.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Nie posiadasz grup.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Nie masz otwartych zgłoszeń.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"Osiągnięto ma liczbę aliasów domeny dozwolonych dla tej subskrypcji.\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Przepraszamy, ale osiągnąłeś maksymalną liczbę domen dozwoloną w Twoim \"\n\"abonamęcie.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Wybierz pomiędzy wysyłką pliku a funkcją wget.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"Musisz przypisać przynajmniej jedno IP do tego resellera.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Musisz wybrać pomiędzy lokalnym i zdalnym wysyłaniem.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Musisz potwierdzić hasło.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Musisz podać nazwę aliasu domeny.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Musisz podać nazwę subdomeny.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"Najpierw utwórz użytkownika.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\"Musisz w pierwszej kolejności wygenerować hasło by móc kliknąć przycisk \"\n\"generowania.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Musisz wybrać plik do wysłania.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Musisz wybrać plik do wysłania/pobrania.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Wybierz co najmniej jedno rozszerzenie.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Musisz podać treść wiadomości.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Musisz podać temat.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"Musisz odczekać %s minut przed następną próbą.\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"Powinieneś włączyć tą dyrektywę tylko jeśli wszystkie subdomeny z tej domeny\"\n\" są obsługiwane przez SSL. Nawet jeśli dodasz tą dyrektywę, nie będzie ona \"\n\"automatycznie aktywować HSTS dla subdomen w tej domenie.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"Twoje konto zostało zablokowane. Skontaktuj się ze sprzedawcą.\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Twoje konto wygasło. Odnów je.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"Twoje konto wygasło. Skontaktuj się ze sprzedawcą.\"\n\nmsgid \"Your consumption\"\nmsgstr \"Twoje zużycie\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Twoja wersja i-MSCP nie jest kompatybilna z tym dodatkiem. Spróbuj z nowszą \"\n\"wersją.\"\n\nmsgid \"Your message\"\nmsgstr \"Twoja wiadomość\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Twoja wiadomość została pomyślnie wysłana.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Twój nowy login do I-MSCP\"\n\nmsgid \"Your new password\"\nmsgstr \"Twoje nowe hasło\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Pakiet jest uszkodzony. Proszę to poprawić!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"Twój plik (%s) jest mniejszy niż 1 Bajt. Sprawdź wprowadzony URL.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"Niestety nie można zmienić hasła. Spróbuj później.\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"Twoje żądanie zmiany hasła jest niepoprawne lub wygasło.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"Twoja paczka oprogramowania została aktywowana.\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"Twoja paczka oprogramowania została usunięta.\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Kod pocztowy\"\n\nmsgid \"Zone\"\nmsgstr \"Strefa\"\n\nmsgid \"[New]\"\nmsgstr \"[Nowy]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Odp]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Polski - Polish\"\n\nmsgid \"activated\"\nmsgstr \"aktywne\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"aktywowano (Repozytorium oprogramowania)\"\n\nmsgid \"addition\"\nmsgstr \"dodanie\"\n\nmsgid \"administrator\"\nmsgstr \"administrator\"\n\nmsgid \"and\"\nmsgstr \"i\"\n\nmsgid \"anything\"\nmsgstr \"cokolwiek\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"miasto\"\n\nmsgid \"company\"\nmsgstr \"firma\"\n\nmsgid \"country\"\nmsgstr \"kraj\"\n\nmsgid \"created by\"\nmsgstr \"utworzone\"\n\nmsgid \"deleting\"\nmsgstr \"usuwanie\"\n\nmsgid \"disabled\"\nmsgstr \"wyłączone\"\n\nmsgid \"disk space\"\nmsgstr \"pojemność\"\n\nmsgid \"domain\"\nmsgstr \"domena\"\n\nmsgid \"domain alias\"\nmsgstr \"alias domeny\"\n\nmsgid \"domain aliases\"\nmsgstr \"aliasy domen\"\n\nmsgid \"domain data\"\nmsgstr \"dane domeny\"\n\nmsgid \"domain name\"\nmsgstr \"nazwa domeny\"\n\nmsgid \"domains\"\nmsgstr \"domeny\"\n\nmsgid \"error\"\nmsgstr \"błąd\"\n\nmsgid \"everything\"\nmsgstr \"wszystko\"\n\nmsgid \"first name\"\nmsgstr \"imię\"\n\nmsgid \"from other browser\"\nmsgstr \"z innych przeglądarek\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Zarządzanie Aplikacją (Uprawnienia)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Panel Logowania\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Przypomnienie Hasła\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Admin / Tryb Serwisowy\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP / Instalator oprogramowania / Zarządzanie\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Zarządzanie Oprogramowaniem\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Zarządzanie Oprogramowaniem (Uprawnienia)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Zarządzanie Oprogramowaniem\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Installator oprogramowania / Zarządzanie\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Instalator Oprogramowania / Repozytorium Oprogramowania\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP / Repozytorium Oprogramowania.\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP Dodatki i Rozszerzenia\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Aktualizacje i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"Sprawdzanie aktualizacji i-MSCP jest wyłączone\"\n\nmsgid \"installed\"\nmsgstr \"zainstalowany\"\n\nmsgid \"installing\"\nmsgstr \"instaluję\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"nazwisko\"\n\nmsgid \"mail\"\nmsgstr \"poczta\"\n\nmsgid \"mail account\"\nmsgstr \"konto mailowe\"\n\nmsgid \"mail accounts\"\nmsgstr \"konta e-mail\"\n\nmsgid \"missing alias\"\nmsgstr \"brakuje aliasu\"\n\nmsgid \"missing domain\"\nmsgstr \"brakuje domeny\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/D\"\n\nmsgid \"no\"\nmsgstr \"nie\"\n\nmsgid \"not available\"\nmsgstr \"nie dostepne\"\n\nmsgid \"not required\"\nmsgstr \"nie jest wymagane\"\n\nmsgid \"ok\"\nmsgstr \"ok\"\n\nmsgid \"older than 1 month\"\nmsgstr \"starsze niż 1 miesiąc\"\n\nmsgid \"older than 12 months\"\nmsgstr \"starsze niż 12 miesięcy\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"starsze niż 2 tygodnie\"\n\nmsgid \"older than 3 months\"\nmsgstr \"starsze niż 3 miesiące\"\n\nmsgid \"older than 6 months\"\nmsgstr \"starsze niż 6 miesięcy\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"lub plik zdalny (Maks: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"wpis osierocony\"\n\nmsgid \"required\"\nmsgstr \"wymagane\"\n\nmsgid \"reseller name\"\nmsgstr \"nazwa resellera\"\n\nmsgid \"state/province\"\nmsgstr \"województwo\"\n\nmsgid \"subdomain\"\nmsgstr \"subdomena\"\n\nmsgid \"subdomains\"\nmsgstr \"subdomeny\"\n\nmsgid \"suspended\"\nmsgstr \"zawieszony\"\n\nmsgid \"that match with\"\nmsgstr \"pokrywa się z\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"transfer\"\n\nmsgid \"update\"\nmsgstr \"aktualizacja\"\n\nmsgid \"waiting for activation\"\nmsgstr \"oczekuję na aktywację\"\n\nmsgid \"which status is\"\nmsgstr \"którego status jest\"\n\nmsgid \"yes\"\nmsgstr \"tak\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"Statystyki użytkownika {USERNAME}\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 Zespół i-MSCP<br/>Wszystkie prawa zastrzeżone\"\n"
  },
  {
    "path": "i18n/po/pt_BR.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Alan Lira <atglira@gmail.com>, 2017\\n\"\n\"Language-Team: Portuguese (Brazil) (https://www.transifex.com/i-mscp/teams/576/pt_BR/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: pt_BR\\n\"\n\"Plural-Forms: nplurals=2; plural=(n > 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \" Admin / Suporte / Abrir Chamados\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\" Cliente / Webtools / Páginas de Erros personalizada/ Editar Página de Erros\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Endereço IP errado.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN é adicionada automaticamente para nomes não qualificados, hosts e \"\n\"nomes canônicos\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"$ORIGIN esta configurado atualmente para: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Depósito de Software)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Versão: %2$s, Idioma: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s você está logado agora como %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Software\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d strings traduzidas\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"A conta %s foi excluída com sucesso.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s não aparenta ser um i-MSCP plugin archive.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s não existe ou está vazio.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s não é um arquivo de idioma i-MSCP válido.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s não é permitido como rótulo de subdomínio.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s página\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"registro %s\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"Webmail %s\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: O consumo de clientes (%s) para este revendedor é maior do que o novo \"\n\"limite.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: O total de itens (%s) já atribuído pelo revendedor é maior do que o novo\"\n\" limite.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Este revendedor tem cliente(s) com itens ilimitados.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: Você não pode desabilitar o serviço de um cliente de outro revendedor.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Você não pode desabilitar um serviço já vendidos aos clientes do \"\n\"revendedor.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() não foi implementado e %s não encontrado. Isso pode ser um bug\"\n\" no plugin %s e deve ser reportado a seu(s) autor(es).\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtrado a partir de %s total de registros)\"\n\nmsgid \"(usually named\"\nmsgstr \"(geralmente chamado\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"A extensão do PHP parou o upload do arquivo.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Já existe um plano de hospedagem com o mesmo nome.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Uma nova versão do i-MSCP está disponível!\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Um novo pacote de software foi submetido\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"Uma atividade esta em progresso para o htuser\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Acesse suas estatísticas de domínio através da interface web.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Acessar seus arquivos através de uma interface web.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Acessar seu e-mail através de uma interface web.\"\n\nmsgid \"Account limits\"\nmsgstr \"Limites da conta\"\n\nmsgid \"Account name\"\nmsgstr \"Nome da conta\"\n\nmsgid \"Account summary\"\nmsgstr \"Resumo da conta\"\n\nmsgid \"Account type\"\nmsgstr \"Tipo da conta\"\n\nmsgid \"Action\"\nmsgstr \"Ação\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Ação parada.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Ação falhou.\"\n\nmsgid \"Actions\"\nmsgstr \"Ações\"\n\nmsgid \"Activate\"\nmsgstr \"Ativar\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Ative este plugin\"\n\nmsgid \"Activated\"\nmsgstr \"Ativado\"\n\nmsgid \"Activated software\"\nmsgstr \"Software ativado\"\n\nmsgid \"Activation email\"\nmsgstr \"E-mail de ativação\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Ativação em progresso...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Adicionar\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Adicionar registro de DNS\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Adicionar conta de FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Adicionar grupo de htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Adicionar usuário de htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Adicionar banco de dados SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Adicionar usuário SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Adicionar certificado SSL\"\n\nmsgid \"Add admin\"\nmsgstr \"Adicionar administrador\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Adicionar menu personalizado\"\n\nmsgid \"Add customer\"\nmsgstr \"Adicionar cliente\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Adicionar cliente - Próximo passo\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Adicionar alias de domínio\"\n\nmsgid \"Add group\"\nmsgstr \"Adicionar grupo\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Adicionar plano de hospedagem\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Adicionar endereço de IP\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Adicionar nova área protegida\"\n\nmsgid \"Add permissions\"\nmsgstr \"Adicionar permissões\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Adicionar permissões de software para o revendedor :\"\n\nmsgid \"Add protected area\"\nmsgstr \"Adicionar área protegida\"\n\nmsgid \"Add reseller\"\nmsgstr \"Adicionar revendedor\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Adicionar sub-domínio\"\n\nmsgid \"Add user\"\nmsgstr \"Adicionar usuário\"\n\nmsgid \"Added by\"\nmsgstr \"Adicionado por\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Adição em andamento...\"\n\nmsgid \"Admin\"\nmsgstr \"Admin\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Administrador / Resumo / Logs de administração\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Administrador / Resumo / Resumo\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Administrador / Resumo / Estado dos serviços\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Administrador / Perfil / Resumo da conta\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Administrador / Perfil / Idioma\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Administrador / Perfil / Layoute\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Administrador / Perfil / Senha\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Administrador / Perfil / Dados Pessoais\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Administrador / Configurações\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Admin / Configurações / Gerenciamento de IP\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Administrador / Configurações / Idioma\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Administrador / Configurações / Esqueceu a senha E-mail\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Administrador / Configurações / Gerenciamento de Plugins\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Administrador / Configurações / Portas de serviço\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Administrador / Configurações / Gerenciar Sofware \"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Administrador / Configurações / Opções de Sofware \"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Administrador / Configurações / E-mail de Boas-Vindas\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Administrador / Configurações / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Administrador / Gerenciar Sofware / Revenda Software\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Administrador / Estatísticas / Uso IP\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Administrador / Estatísticas / Estatística de Revenda \"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\"Admin / Estatísticas / Estatísticas de revendedor / Estatísticas de usuário\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Admin / Estatísticas / Estatísticas de revendedor / Estatísticas de usuário \"\n\"/ Estatísticas do usuário {USERNAME}\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Administrador / Estatísticas / Estatística do Servidor\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Administrador / Suporte / Chamados Fechados\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Administrador / Suporte / Ver Chamados\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Administrador / Ferramentas do Sistema / Logs Anti-Rootkits \"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Administrador / Ferramentas do Sistema /  Debugger\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Administrador / Ferramentas do Sistema /  Manutenção\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Administrador / Ferramentas do Sistema / Informações sobre o sistema\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Administrador / Ferramentas do Sistema / Atualizações i-MSCP\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Administrador / Usuários / Adicionar administrador\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Administrador / Usuários / Adicionar revendedor\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Administrador / Usuários /  E-mails  de Aviso\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Administrador / Usuários / Editar Revendedor\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Administrador / Usuários / Resumo\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Administrador / Usuários / Resumo / Detalhes do Domínio\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Administrador / Usuários / Resumo / Editar Administrador\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Administrador / Usuários / Sessões\"\n\nmsgid \"Admin log\"\nmsgstr \"Log de admin\"\n\nmsgid \"Admin not available\"\nmsgstr \"Administrador não disponível\"\n\nmsgid \"Admin users\"\nmsgstr \"Usuários administradores\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Admin/Estatísticas de uso IP\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrador\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Níveis de Administrador e Revendedor\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administrador e Cliente\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Níveis de administrador e clientes\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrador e Revendedor\"\n\nmsgid \"Administrator level\"\nmsgstr \"Nível de administrador\"\n\nmsgid \"Administrator login\"\nmsgstr \"Login de administrador\"\n\nmsgid \"Administrators\"\nmsgstr \"Administradores\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Administradores e clientes\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administradores e revendedores\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Após enviar o pacote ele será instalado no sistema.<br>Atualize seu site \"\n\"para ver o novo status!\"\n\nmsgid \"All\"\nmsgstr \"Todos\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Todos os chamados fechados foram excluídos com sucesso\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Todos os erros (Desenvolvimento)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Todos os erros, exceto E_DEPRECATED e E_STRICT (Produção)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"Todos os erros, exceto E_NOTICES, E_STRICT e E_DEPRECATED (Padrão)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Todos os campos são obrigatórios.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Todos os campos são válidos.\"\n\nmsgid \"All in\"\nmsgstr \"Todo tráfego de entrada\"\n\nmsgid \"All levels\"\nmsgstr \"Todos no níveis\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Todos os chamados abertos foram excluídos com sucesso.\"\n\nmsgid \"All out\"\nmsgstr \"Todo tráfego de saída\"\n\nmsgid \"All reseller\"\nmsgstr \"Todos os revendedores\"\n\nmsgid \"All traffic\"\nmsgstr \"Todo tráfego\"\n\nmsgid \"All users\"\nmsgstr \"Todos os usuários\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Permitir URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Permite redirecionar qualquer solicitação feita à esse domínio para outra \"\n\"URL.\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Permite compartilhar o ponto de montagem de outro domínio .\"\n\nmsgid \"Already in use\"\nmsgstr \"Em uso\"\n\nmsgid \"Alt. URL\"\nmsgstr \"Alt. URL\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"URL alternativo para acessar seu website.\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"URL alternativa para chegar ao seu site\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Ocorreu um erro inesperado.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"Ocorreu um erro inesperado. Por favor, contate o administrador.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\"Ocorreu um erro inesperado. Por favor, entre em contato com seu revendedor.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Ocorreu um erro inesperado: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Ocorreu um erro desconhecido durante o upload do arquivo: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Log dos anti-rootkits\"\n\nmsgid \"Any\"\nmsgstr \"Qualquer\"\n\nmsgid \"Application installer\"\nmsgstr \"Instalador de aplicativos\"\n\nmsgid \"Apply\"\nmsgstr \"Salvar\"\n\nmsgid \"Apply changes\"\nmsgstr \"Aplicar alterações\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Você deseja instalar este pacote de um repositório web?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Tem certeza que deseja instalar este pacote?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Tem certeza que deseja excluir esta permissão?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Você tem certeza que quer remover o usuário de SQL %s ?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Tem certeza que deseja ativar este pacote?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Tem certeza que deseja apagar %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Tem certeza que deseja excluir todos os chamados fechados?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\"Você tem certeza que deseja deletar todas as contas de e-mail selecionadas?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Tem certeza que você deseja excluir todos os chamados?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Tem certeza de que deseja excluir alias do domínio %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Tem certeza de que deseja apagar o alias do domínio %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Tem certeza que você deseja apagar o menu %s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Tem certeza que você deseja excluir o chamado '%s' ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Você tem certeza que deseja deletar o endereço IP `%%s' ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"`%%s'\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Você tem certeza que deseja deletar a área protegida `%%s` ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Você tem certeza que deseja deletar este registro DNS?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Você tem certeza que deseja deletar este alias de domínio?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Você tem certeza que deseja deletar este plano de hospedagem?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Tem certeza que deseja excluir este pacote?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Você tem certeza que deseja deletar este subdomínio?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Tem certeza que deseja importar este pacote no repositório de software \"\n\"local?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\"Você tem certeza que deseja importar este pacote para o depósito de \"\n\"software?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\"Tem certeza que deseja instalar este pacote de um repositório de Softwares \"\n\"web?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Tem certeza de que deseja restaurar o backup?\"\n\nmsgid \"Assign\"\nmsgstr \"Atribuir\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Atribuir usuário SQL existente\"\n\nmsgid \"Assign group\"\nmsgstr \"Atribuir grupo\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Atribuído a pelo menos um revendedor\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Pelo menos um certificado intermediário é inválido ou está faltando.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"Ao menos uma de suas caixas de e-mail estão acima da capacidade.\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Autenticação por grupo\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Autenticação por usuário\"\n\nmsgid \"Authentication users\"\nmsgstr \"Autenticação de usuários\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Autenticação de usuários/grupos\"\n\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Auto (Idioma do Navegador)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"Disponível\"\n\nmsgid \"Available software\"\nmsgstr \"Softwares disponíveis\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Aguardando ativação\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Aguardando ser aprovado\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Voltar\"\n\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Backup e restaurar as configurações.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Backup foi agendada com sucesso para a restauração.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Senha fraca.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Requisição não aceita\"\n\nmsgid \"Behind\"\nmsgstr \"atrás\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Abaixo, você pode ativar e funcionalidade de e-mail externo para um ou mais \"\n\"domínios. Observe que ativando a funcionalidade de e-mail externo configura \"\n\"o seu servidor para retransmitir seu e-mail através do seu próprio servidor \"\n\"de e-mail, mas nenhum registro no DNS é criado.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Tempo de bloqueio entre logins e tentativas com captcha\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"Corpo\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Corpo está em falta.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Detecção de ataque do tipo força-bruta\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Acções em\"\n\nmsgid \"By\"\nmsgstr \"por\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"CPU Informação\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Pode editar as opções de configuração do PHP %s \"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\nmsgid \"Canonical name\"\nmsgstr \"Nome canônico\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Certificado\"\n\nmsgid \"Certificate data\"\nmsgstr \"Dados do certificado\"\n\nmsgid \"Change\"\nmsgstr \"Alterar\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Verificar por atualizações\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Escolha\"\n\nmsgid \"Choose dir\"\nmsgstr \"Escolha o diretório\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Escolher arquivo (Máx: %1$d MB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Escolha o plano de hospedagem\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Escolha a cor do layout\"\n\nmsgid \"Choose your language\"\nmsgstr \"Escolha seu idioma\"\n\nmsgid \"Circular\"\nmsgstr \"E-mail de Aviso\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Aviso enviado com sucesso.\"\n\nmsgid \"City\"\nmsgstr \"Cidade\"\n\nmsgid \"Class\"\nmsgstr \"Classe\"\n\nmsgid \"Clear log\"\nmsgstr \"Apagar log\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Clique aqui para mais detalhes\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Clique no botão restaurar e o sistema irá restaurar o último backup diário\"\n\nmsgid \"Click to edit\"\nmsgstr \"Clique para editar\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Cliente / Banco de dados / Adicionar  banco de dados SQL\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Cliente / Banco de dados / Resumo\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Cliente / Banco de dados / Resumo / Adicionar Uusuário SQL\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Cliente / Banco de dados / Resumo / Atualize a senha do usuário SQL\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Cliente / Domínio /Editar registro DNS \"\n\nmsgid \"Client / Domains\"\nmsgstr \"Cliente / Domínios\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Cliente / Domínios / Adicionar Registro DNS Personalizado\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Cliente / Domínios / Adicionar alias de domínio\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Cliente / Domínios / Adicionar subdomínio\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Cliente / Domínios / Editar Domínio\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Cliente / Domínios / Editar Alias\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Cliente / Domínios / Editar Subdomínio\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Cliente / Domínios / Configurações do PHP\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Cliente / Domínios / Certificado SSL\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Cliente / FTP / Resumo\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Cliente / FTP / Resumo\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Cliente / FTP / Resumo / Editar Conta FTP\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Cliente / Resumo\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Cliente / Perfil / Resumo da conta\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Cliente / Perfil  / Idioma\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Cliente / Perfil / Layout\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Cliente / Perfil / Aletar  Senha\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Cliente / Perfil / Dados Pessoais\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Cliente / Estatística\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Cliente / Suporte / Chamados fechados\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Cliente / Suporte / Novo Chamado\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Cliente / Suporte / Chamados abertos\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Cliente / Suporte / Ver Chamados\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Cliente / Ferramentas Web / Páginas de erro personalizadas\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Cliente / Ferramentas Web / Backup diário\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Cliente / Ferramentas Web / Resumo\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Cliente / Ferramentas Web / Áreas Protegidas\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Cliente / Ferramentas Web / Áreas Protegidas / Gerenciar usuários e grupos\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Cliente / Ferramentas Web / Áreas Protegidas / Gerenciar usuários e grupos /\"\n\" Adicionar Grupo\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Cliente / Ferramentas Web / Áreas Protegidas / Gerenciar usuários e grupos /\"\n\" Adicionar Usuário\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Cliente / Ferramentas Web / Áreas Protegidas / Gerenciar usuários e grupos /\"\n\" Editar Usuário \"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Cliente / Ferramentas Web / Áreas Protegidas / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Cliente / Ferramentas Web / Software\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Cliente / Ferramentas Web / Instalação de aplicativos\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Cliente / Ferramentas Web / Software / Ver\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Velocidade do clock (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Fechar\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Chamados fechados\"\n\nmsgid \"Close ticket\"\nmsgstr \"Fechar chamado\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Chamados fechados\"\n\nmsgid \"Common name\"\nmsgstr \"Nome comum\"\n\nmsgid \"Company\"\nmsgstr \"Empresa\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Modo de configuração\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"Núcleo(s)\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Não pode enviar o arquivo.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Não foi possível fazer o upload de arquivos. Arquivo não encontrado.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"Não foi possível carregar o arquivo. Tamanho máximo do upload do arquivo \"\n\"(%1$d MB) foi alcançado.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgid \"Create\"\nmsgstr \"Criar\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Criado por\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Data de Criação\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Erros em DNS personalizados\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Registro de DNS personalizados foi agendado com sucesso para remoção.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Customizar registro de DNS\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Página de erro personalizada atualizada.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Páginas de erro personalizadas\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Personalizar menu e link\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Propriedades do menu personalizado\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Personalização de menu adicionada com sucesso.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Personalização de menu excluída com sucesso.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Personalização de menu atualizada com sucesso.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Menus personalizados\"\n\nmsgid \"Customer\"\nmsgstr \"Cliente\"\n\nmsgid \"Customer account\"\nmsgstr \"Conta de cliente\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Conta do cliente agendado com sucesso para a ativação.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Conta do cliente agendada com sucesso para a criação.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Conta do cliente agendado com sucesso para desativação.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Conta do cliente agendado com sucesso para exclusão.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Conta atualizada com sucesso.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Atribuições de cliente\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Consumo do cliente\"\n\nmsgid \"Customer level\"\nmsgstr \"Nível de Cliente\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Cliente foi programado com sucesso para adição.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Cliente agendado com sucesso para exclusão.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Cor do layout do cliente atualizado com sucesso.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Cliente(s) excluído com sucesso.\"\n\nmsgid \"Customers\"\nmsgstr \"Clientes\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Personalizar páginas de erro para o seu domínio.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"Registro de DNS já existe.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"Registros de recursos DNS\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"Off\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Solicitação de processo falhou.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Solicitação de processo bem sucedido.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Backup diário\"\n\nmsgid \"Data\"\nmsgstr \"Dados\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"Banco de Dados\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Nome dos banco de dados e usuários\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Nome do banco de dados\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Nome do banco de dados é muito grande.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"Prefixo do banco de dados\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Banco de dados prefix/sufix\"\n\nmsgid \"Database required\"\nmsgstr \"Necessário banco de dados\"\n\nmsgid \"Database usage\"\nmsgstr \"Usado no Banco de Dados\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Usuários de banco de dados\"\n\nmsgid \"Databases\"\nmsgstr \"Bases de dados\"\n\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgid \"Day\"\nmsgstr \"Dia\"\n\nmsgid \"Days\"\nmsgstr \"Dias\"\n\nmsgid \"Deactivate\"\nmsgstr \"Desativado\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Desativar este plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Desativado\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Desativação em andamento ...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"Depurador\"\n\nmsgid \"Default\"\nmsgstr \"Padrão\"\n\nmsgid \"Default language\"\nmsgstr \"Idioma padrão\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Idioma padrão atualizado com sucesso.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Define se deve ou não os clientes podem adicionar certificados / SSL mudança\"\n\" para os seus domínios.\"\n\nmsgid \"Delete\"\nmsgstr \"Excluir\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Excluir todos os chamados\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Apagar do log:\"\n\nmsgid \"Delete order\"\nmsgstr \"Apagar pedido\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Excluir revendedor de software\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Excluir este plugin\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Apagar chamado\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Exclusão em progresso\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Exclusão em progresso...\"\n\nmsgid \"Depot import\"\nmsgstr \"Depot importado\"\n\nmsgid \"Description\"\nmsgstr \"Descrição\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"A descrição não pode ser vazio.\"\n\nmsgid \"Details\"\nmsgstr \"Detalhes\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"O diretório %s não existe.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Desativado\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Função desabilitada\"\n\nmsgid \"Disconnect\"\nmsgstr \"Desconectado\"\n\nmsgid \"Disk\"\nmsgstr \"Disco\"\n\nmsgid \"Disk space\"\nmsgstr \"Espaço em disco\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Limite de espaço em disco [MB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Uso de disco\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Detalhadamento do uso do disco\"\n\nmsgid \"Display errors\"\nmsgstr \"Exibir Erros\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domínio\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Domínio %s não está disponível.\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP do domínio\"\n\nmsgid \"Domain Name\"\nmsgstr \"Nome de Domínio\"\n\nmsgid \"Domain account\"\nmsgstr \"Conta de domínio\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Conta de domínio expirada.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Contas de domínio\"\n\nmsgid \"Domain alias\"\nmsgstr \"Alias de domínio\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Domínio Alias %s não pode ser encaminhado para si mesmo.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Erros alias de domínio\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Nome de alias de domínio\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Domínio alias com sucesso.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Domínio alias agendada com sucesso para adição.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Apelido de domínio marcado com sucesso para exclusão.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Domínio alias agendada com sucesso para atualização.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Alias de domínio\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Bancos de dados SQL e domínio \"\n\nmsgid \"Domain data\"\nmsgstr \"Dados do dominio\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Detalhes do domínio\"\n\nmsgid \"Domain errors\"\nmsgstr \"Erros de domínio\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Domínio expira em\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Data de expiração do domínio deve ser preenchida.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Nome de domínio\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\"Nome de domínio (forma ASCII) não pode ser maior do que 255 caracteres.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Nome de domínio não pode ser vazio.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Nome de domínio não pode começar nem terminar com ponto.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Nome de domínio contém um caractere inválido: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Rótulos de nome de domínio não pode ser maior do que 63 caracteres.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"Rótulos de nome de domínio não pode começar nem terminar com hífen.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Domínio nova data de vencimento\"\n\nmsgid \"Domain overview\"\nmsgstr \"Resumo do domínio\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domínio agendado para atualização.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Estatísticas de domínio\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Estatuto de domínio não está ok.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Domínio atualizado com sucesso.\"\n\nmsgid \"Domain type\"\nmsgstr \"Tipo de Domínio\"\n\nmsgid \"Domains\"\nmsgstr \"Domínios\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domínios por página\"\n\nmsgid \"Done\"\nmsgstr \"Feito\"\n\nmsgid \"Download\"\nmsgstr \"Baixar\"\n\nmsgid \"Download TAR\"\nmsgstr \"Download TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Download ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Download links\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Faça o download dos arquivos armazenados neste diretório\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Editar\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Editar conta de FTP\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Editar certificado SSL\"\n\nmsgid \"Edit admin\"\nmsgstr \"Editar admin\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Editar página de erro personalizada\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Editar menu personalizado\"\n\nmsgid \"Edit customer\"\nmsgstr \"Editar cliente\"\n\nmsgid \"Edit domain\"\nmsgstr \"Editar domínio\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Editar alias de domínio\"\n\nmsgid \"Edit error page\"\nmsgstr \"Editar página de erro\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Editar plano de hospedagem\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Editar usuário de htaccess\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Editar conta de email\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Edite área protegida\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Editar revendedor\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Editar sub-domínio\"\n\nmsgid \"EiB\"\nmsgstr \"EB\"\n\nmsgid \"Email\"\nmsgstr \"E-mail\"\n\nmsgid \"Email address\"\nmsgstr \"Endereço de e-mail\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Quota do e-mail não pode ser maior que %s\"\n\nmsgid \"Email settings\"\nmsgstr \"Configurações de e-mail\"\n\nmsgid \"Email setup\"\nmsgstr \"Configuração de e-mail\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Email atualizado com sucesso.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Ativar SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Ativado\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Habilitado para: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Detalhes do erro\"\n\nmsgid \"Error pages\"\nmsgstr \"Páginas de erro\"\n\nmsgid \"Error reporting\"\nmsgstr \"Erros reportados\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Erro: Arquivo remoto não encontrado!\"\n\nmsgid \"Errors\"\nmsgstr \"Erros\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Executar tarefas\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Ext. servidor de e-mail\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Servidor de e-mail externo\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"Conta de FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"Esta conta de FTP já existe.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"Limite de conta FTP alcançado.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"Conta FTP adicionado com sucesso.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"Conta FTP excluído com sucesso.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"Conta de FTP atualizada com sucesso.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Contas de FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Tráfego de FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Falha ao gravar o arquivo no disco.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Falha no pacote. Excluindo!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Recurso\"\n\nmsgid \"Features\"\nmsgstr \"Características\"\n\nmsgid \"Female\"\nmsgstr \"Feminino\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"Arquivo %s não existe ou não pode ser acessado!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"O arquivo %s não se parece com um arquivo de migração.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Arquivo não existe. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Arquivo excede o limite de tamanho.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Arquivo foi enviado com sucesso.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Arquivo não está legível.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"O arquivo tem que ser 'tar.gz'.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Arquivo enviado com sucesso.\"\n\nmsgid \"File usage\"\nmsgstr \"Usado em arquivos\"\n\nmsgid \"FileManager\"\nmsgstr \"Gerenciador de arquivos\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Informação do sistema de arquivos\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Preencha uma mensagem de texto.\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Primeiro nome\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Proibido\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"Forçar repetição\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Redirecionar\"\n\nmsgid \"Forward URL\"\nmsgstr \"Encaminhar URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Encaminhar URL %s não é válida.\"\n\nmsgid \"Forward account\"\nmsgstr \"Redirecionamento de conta\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Encaminhar lista está vazia.\"\n\nmsgid \"Forward to\"\nmsgstr \"Redirecionar para\"\n\nmsgid \"Forward to URL\"\nmsgstr \"URL de redirecionamento\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Livre\"\n\nmsgid \"From\"\nmsgstr \"De\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Do revendedor\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Conta de Ftp\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Dados da conta FTP\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"contas de Ftp\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Sexo\"\n\nmsgid \"General\"\nmsgstr \"Geral\"\n\nmsgid \"General information\"\nmsgstr \"Informações gerais\"\n\nmsgid \"General settings\"\nmsgstr \"Configurações gerais\"\n\nmsgid \"Generate\"\nmsgstr \"Gerar\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Gerar um certificado auto-assinado\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"GB\"\n\nmsgid \"Group\"\nmsgstr \"Grupo\"\n\nmsgid \"Group members\"\nmsgstr \"Membros do grupo\"\n\nmsgid \"Group name\"\nmsgstr \"Nome do grupo\"\n\nmsgid \"Groups\"\nmsgstr \"Grupos\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"Tráfego HTTP\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Alto\"\n\nmsgid \"Home directory\"\nmsgstr \"Home directório\"\n\nmsgid \"Homepage\"\nmsgstr \"Página inicial\"\n\nmsgid \"Host\"\nmsgstr \"Hospedagem\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"Usuário SQL é permitido para se conectar ao host do servidor de SQL\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Plano de hospedagem\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Disponibilidade do plano de hospedagem \"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Os limites do plano de hospedagem excederam os limites da revenda.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Plano de hospedagem criado com sucesso.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Plano de hospedagem excluído com sucesso.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Plano de hospedagem atualizado com sucesso.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Planos de hospedagem\"\n\nmsgid \"Hour\"\nmsgstr \"Hora\"\n\nmsgid \"Hours\"\nmsgstr \"Horas\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Grupo htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Grupo htaccess agendado para inclusão com sucesso.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Grupo htaccess agendado para exclusão com sucesso.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Usuário htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Htaccess usuário atribuída com sucesso ao grupo %s htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Htaccess usuário excluído com sucesso do grupo %s htaccess\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Usuário htaccess agendado para inclusão com sucesso.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"Endereço IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"Endereço IP já sob o controlo de i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"Endereço IP programado com sucesso para adição.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"Endereço IP programado com sucesso para exclusão.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"Endereços IP sob o controle de i-MSCP\"\n\nmsgid \"IP assignments\"\nmsgstr \"Atribuições de IP\"\n\nmsgid \"IP errors\"\nmsgstr \"Erros de IP\"\n\nmsgid \"IP management\"\nmsgstr \"Gerenciamento de IPs\"\n\nmsgid \"IP netmask\"\nmsgstr \"Mascara de Rede\"\n\nmsgid \"IP usage\"\nmsgstr \"Uso de IPs\"\n\nmsgid \"IPv6 address\"\nmsgstr \"Endereço IPv6\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Se você deseja limitar o seu revendedor, você deve primeiro limitar os seus \"\n\"clientes.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"As imagens têm de ser inferior a 500 x 90 pixels.\"\n\nmsgid \"Import\"\nmsgstr \"Importar\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Importar no repositório local\"\n\nmsgid \"Import new language file\"\nmsgstr \"Importar novo arquivo de idioma\"\n\nmsgid \"In front\"\nmsgstr \"em frente\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\"No modo de manutenção, apenas os administradores podem iniciar sessão.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Limites incorretos de contas de FTP.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Limites incorretos de banco de dados SQL.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Limite de usuários SQL incorreta.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Limites incorretos de usuários SQL.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Limite apelido incorreto.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Limite de espaço em disco incorreto.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Comprimento de e-mail incorreto ou sintaxe.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Cota de e-mail incorreta. \"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Limite incorreto para %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Limites incorretos de contas de emails.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Limite de tráfego mensal incorreta.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Limite subdomínio incorreta.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Limites incorretos de subdomínios.\"\n\nmsgid \"Install\"\nmsgstr \"Instalar\"\n\nmsgid \"Install in progress\"\nmsgstr \"Instalção em processo\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Instale este plugin\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Instalar vários aplicativos Web com poucos cliques.\"\n\nmsgid \"Installation details\"\nmsgstr \"Detalhes da instalação\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Instalção em processo...\"\n\nmsgid \"Installation path\"\nmsgstr \"Instalação path\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Package instalado, que foi eliminado pelo revendedor.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Instalado no repositório do revendedor\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Instalado no repositório de software\"\n\nmsgid \"Installed on\"\nmsgstr \"Instalado em\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Instalando o pacote enviado. Por favor, atualize esta página.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instruções para fazer o download do backup de hoje\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Certificado(s) intermediário\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Internal Server Error\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internacionalização\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Usuário SQL inválido para host: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"URL inválida\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Nome de domínio inválido.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Usuário de e-mail inválido.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Usuário de e-mail inválido.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Lista de e-mails\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Ordem de menu inválido.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Nome inválido.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Payload inválido recebido do GitHub\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Chave  ou senha privada inválida.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Destino inválido.\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Usuário inválido.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Versão do Kernel\"\n\nmsgid \"Kill session\"\nmsgstr \"Matar sessão\"\n\nmsgid \"Label\"\nmsgstr \"Nome\"\n\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgid \"Language file\"\nmsgstr \"Arquivo de idioma\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Arquivo de idioma instalado com sucesso.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Idiomas\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Índice de Idiomas foi re-construída com sucesso.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Última atualização do repositório de software web\"\n\nmsgid \"Last access\"\nmsgstr \"Último acesso\"\n\nmsgid \"Last name\"\nmsgstr \"Último nome\"\n\nmsgid \"Last reply date\"\nmsgstr \"Data resposta\"\n\nmsgid \"Last translator\"\nmsgstr \"Último tradutor\"\n\nmsgid \"Layout\"\nmsgstr \"Layout\"\n\nmsgid \"Layout color\"\nmsgstr \"Cor de layout\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Cor do layout atualizado com sucesso.\"\n\nmsgid \"Level\"\nmsgstr \"Nível\"\n\nmsgid \"Limit\"\nmsgstr \"Limite\"\n\nmsgid \"Limit value\"\nmsgstr \"Valor limite\"\n\nmsgid \"Limits\"\nmsgstr \"Limites\"\n\nmsgid \"Link\"\nmsgstr \"Link\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Link para a página do autor\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Load (1 min, 5 min, 15 min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Carregando dados...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Log excluído com sucesso.\"\n\nmsgid \"Login\"\nmsgstr \"Entrar\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Senha de login\"\n\nmsgid \"Login username\"\nmsgstr \"Login nome do usuário\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Entrar com a sua conta de FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Logomarca\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo removido com sucesso.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo atualizado com sucesso.\"\n\nmsgid \"Logout\"\nmsgstr \"Sair\"\n\nmsgid \"Lost password\"\nmsgstr \"Senha perdida\"\n\nmsgid \"Lost password email\"\nmsgstr \"Senha de e-mail perdida\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Endereço de senha perdida\"\n\nmsgid \"Low\"\nmsgstr \"Baixo\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"E-mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"E-Mail Log Level\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"Esta conta de e-mail já existe.\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Erro nas contas de e-mail\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"Tipo da conta de e-mail\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Contas de email\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Lista de e-mails está vazia.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Recurso e-mail está desativado.\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"Usado em emails\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Visibilidade  do menu principal atualizada com sucesso.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Mensagem de manutenção\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Modo de manutenção\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"O modo de manutenção é ativado. Neste modo, apenas os administradores podem \"\n\"iniciar sessão.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Configurações de manutenção\"\n\nmsgid \"Male\"\nmsgstr \"Masculino\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Gerenciar SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Gerenciar usuários e grupos de htaccess\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Gerenciar usuários e grupos\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Gerenciar suas áreas protegidas, usuários e grupos.\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Número máximo de tentativas de login\"\n\nmsgid \"Max traffic\"\nmsgstr \"Trafego máximo\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"Tamanho máx. do arquivo (%s) foi atingido. Seu arquivo é %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"Tamanho máx. do arquivo (%s)  atingido. Seu arquivo é %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"O número máximo de tentativas com validação captcha\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"O número máximo de tentativas antes da restrição para espera\"\n\nmsgid \"Medium\"\nmsgstr \"Medio\"\n\nmsgid \"Member of group\"\nmsgstr \"Membro do grupo\"\n\nmsgid \"Memory information\"\nmsgstr \"Informações da memória\"\n\nmsgid \"Message\"\nmsgstr \"Mensagem\"\n\nmsgid \"Message template\"\nmsgstr \"Layout da mensagem\"\n\nmsgid \"Message template info\"\nmsgstr \"Informações do layout das mensagens\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Mensagem para revendedor antes de excluir o software\"\n\nmsgid \"MiB\"\nmsgstr \"MB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Arquivo de migração %s não pode ser lido.\"\n\nmsgid \"Minute\"\nmsgstr \"Minuto\"\n\nmsgid \"Minutes\"\nmsgstr \"Minutos\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"Modelo\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Alteração está sendo processada...\"\n\nmsgid \"Month\"\nmsgstr \"Mês\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Limite de tráfego mensal [MB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Limite de tráfego mensal deve ser um número.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"Aviso de tráfego mensal não pode ser maior do que o limite de tráfego \"\n\"mensal.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Aviso de tráfego mensal deve ser um número.\"\n\nmsgid \"Mount\"\nmsgstr \"Montagem\"\n\nmsgid \"Mount point\"\nmsgstr \"Ponto de montagem\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Nome\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Nome não pode ser vazio.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Novo usuário de dados SQL\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Novo pedido de alias para {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Novo Chamado\"\n\nmsgid \"Next\"\nmsgstr \"Próximo\"\n\nmsgid \"Next step\"\nmsgstr \"Próximo passo\"\n\nmsgid \"No\"\nmsgstr \"Não\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Nenhum endereço de IP encontrado.\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"Não há registros de anti-rootkits\"\n\nmsgid \"No available\"\nmsgstr \"não disponível\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Nenhum menu personalizado encontrado.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Nenhum arquivo foi atualizado.\"\n\nmsgid \"No group found.\"\nmsgstr \"Nenhum grupo encontrado.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Nenhum plano de hospedagem disponíveis.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Nenhum revendedor disponível para adicionar as permissões.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Nenhum software ativado encontrado para o revendedor!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"Nenhum software encontrado para este revendedor com permissões.\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Nenhum revendedores encontrado.\"\n\nmsgid \"No software available\"\nmsgstr \"Nenhum software disponível\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Nenhum software encontrado no repositório Web!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"Nenhum software software disponível!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Nenhum software esta aguardando para ativação\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"Não há estatísticas encontradas para o período determinado. Tente outro \"\n\"período.\"\n\nmsgid \"No update available\"\nmsgstr \"Nenhuma atualização disponível\"\n\nmsgid \"No used yet\"\nmsgstr \"Ainda não utilizado\"\n\nmsgid \"No user found.\"\nmsgstr \"Nenhum usuário encontrado.\"\n\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normal + Redirecionado\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"Conexão normal\"\n\nmsgid \"Not Found\"\nmsgstr \"Não encontrado\"\n\nmsgid \"Not found.\"\nmsgstr \"Não encontrado.\"\n\nmsgid \"Not provided\"\nmsgstr \"Não fornecido\"\n\nmsgid \"Not used\"\nmsgstr \"Não usado\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Nada foi encontrado - Desculpe\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Não pode ser alterado.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Não pode ser excluído.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Notices, Avisos (Warnings) and Errors\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Somente arquivos 'tar.gz' são aceitos.\"\n\nmsgid \"Only exec\"\nmsgstr \"Only exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Somente os arquivos (.MO) são aceitos.\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Somente os números de 0 a 65535 são permitidos.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Apenas números positivos são permitidos.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Só tar.gz, tar.bz2 e zip são arquivos aceitos\"\n\nmsgid \"Open ticket\"\nmsgstr \"Chamado Aberto\"\n\nmsgid \"Open tickets\"\nmsgstr \"Chamados abertos\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"Opcional\"\n\nmsgid \"Order\"\nmsgstr \"Pedido\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Excluído com sucesso.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Processada com sucesso.\"\n\nmsgid \"Other in\"\nmsgstr \"Outras entrada\"\n\nmsgid \"Other out\"\nmsgstr \"Outras saídas\"\n\nmsgid \"Other settings\"\nmsgstr \"Outras configurações\"\n\nmsgid \"Overview\"\nmsgstr \"Visão geral\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"Editor de PHP\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"A extensão PHP GD não carregou.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"Configurações do PHP\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"Configuração de PHP agendado para atualização.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"Valores das diretivas do PHP\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"Função exec() do PHP\"\n\nmsgid \"PHP settings\"\nmsgstr \"Configurações do PHP\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"entrada POP3/IMAP\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"saída POP3/IMAP\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Tráfego POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Ações do pacote\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Pacote já existe no depósito revendedor!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Pacote já existe no depósito de software!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Pacote já existe no repositório de software!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Pacote já existe no seu repositório de software!\"\n\nmsgid \"Package install type\"\nmsgstr \"Tipo de instalação de pacote\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Pacote instalado com sucesso!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\"Package instalado com sucesso ... Aguardando liberação do administrador!\"\n\nmsgid \"Package language\"\nmsgstr \"Idioma do pacote\"\n\nmsgid \"Package name\"\nmsgstr \"Nome do pacote\"\n\nmsgid \"Package title\"\nmsgstr \"Nome do pacote\"\n\nmsgid \"Package type\"\nmsgstr \"Tipo do pacote\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Pacote fornecedor HP\"\n\nmsgid \"Package version\"\nmsgstr \"Versão do pacote\"\n\nmsgid \"Panel default language\"\nmsgstr \"Idioma padrão do painel\"\n\nmsgid \"Parent directory\"\nmsgstr \"Voltar diretório\"\n\nmsgid \"Partition\"\nmsgstr \"Partição\"\n\nmsgid \"Password\"\nmsgstr \"Senha\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Confirmação de senha\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Senha contém caracteres não permitidas.\"\n\nmsgid \"Password email\"\nmsgstr \"Senha do e-mail\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Senha está vazia.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Configurações de senha\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Senha atualizada com sucesso.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"As senhas não coincidem.\"\n\nmsgid \"Path\"\nmsgstr \"Caminho\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Percentual\"\n\nmsgid \"Permissions\"\nmsgstr \"Permissões\"\n\nmsgid \"Personal data\"\nmsgstr \"Dados Pessoais\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personalizar visual\"\n\nmsgid \"Phone\"\nmsgstr \"Telefone\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Por favor ative sua nova senha do painel\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Por favor, confirme a senha.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Por favor insira um nome para a área protegida.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Por favor informe uma senha.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Por favor insira um usuário para host.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Por favor, digite um nome de usuário.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Selecione outro diretório. %s (%s) está instalado lá.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Por favor, especifique o conteúdo da mensagem.\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Por favor, informe o assunto da mensagem.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Por favor, digite o nome do banco de dados.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Por favor escreva sua mensagem.\"\n\nmsgid \"Plugin\"\nmsgstr \"Plugin\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Plugin %s ativado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Plugin %s não pode ser ativado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Plugin %s não pode ser desativado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Plugin %s não pode ser excluído.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Plugin %s não pode ser instalado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Plugin %s não pode ser protegido.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"O Plugin %s não pode ser reconfigurado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Plugin %s não pode ser desinstalado.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Plugin %s não pode ser atualizado.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Plugin %s desativado.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Plugin %s deletado.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Plugin %s instalado.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Plugin %s está protegido.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Plugin %s protegido.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Plugin %s reconfigurado.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Plugin %s agendado para ativação.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Plugin %s programado para a mudança.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Plugin %s agendado para desativação.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Plugin %s marcado para instalação.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Plugin %s programado para desinstalação.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Plugin %s marcado para atualização.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Plugin %s desinstalado.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Plugin %s atualizado.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"Gerenciador de Plugin: Downgrade do plugin %s não é permitido.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Arquivo do plugin\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Plugin erros\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"O plugin foi enviado com sucesso.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Plugin Erros de itens\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Plugin lista está vazia.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Gerenciamento de plugins\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Envia Plugins\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Plugins para estender sua funcionalidade no i-MSCP com funções \"\n\"personalizadas. Plugins são desenvolvidos de forma independente a partir do \"\n\"núcleo aplicativo i-MSCP por milhares de desenvolvedores em todo o mundo. \"\n\"Você pode encontrar novos plugins para instalar por navegar na %s.\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"Lista de plugins foi atualizada: %s novos plugin(s) foram encontrados, %s \"\n\"plugin(s) atualizados, %s plugin(s) reconfigurados e %s plugin(s) deletados.\"\n\nmsgid \"Port\"\nmsgstr \"Porta\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Evitar login externo para administradores\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Impedir login externo para os clientes\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Evitar login externo para os revendedores\"\n\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Prioridade\"\n\nmsgid \"Private key\"\nmsgstr \"Chave privada\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Senha de chave privada se houver\"\n\nmsgid \"Processing...\"\nmsgstr \"Processando...\"\n\nmsgid \"Processor data\"\nmsgstr \"Processado dados\"\n\nmsgid \"Profile\"\nmsgstr \"Perfil\"\n\nmsgid \"Properties\"\nmsgstr \"Propriedades\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\"Propriedades para revenda com ID %d não foram encontrados no banco de dados.\"\n\nmsgid \"Protect\"\nmsgstr \"Proteger\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Proteger este plugin\"\n\nmsgid \"Protected\"\nmsgstr \"Protegido\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Área protegida agendada para inclusão com sucesso.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Área protegida agendada para exclusão com sucesso.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Área protegida agendada para atualização com sucesso.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Áreas protegidas\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocolo\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Quota em MB (Máx: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Ler chamado\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Reconstruir índice de idiomas \"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Reconfiguração em andamento...\"\n\nmsgid \"Record data\"\nmsgstr \"Gravar dados\"\n\nmsgid \"Redirect\"\nmsgstr \"Redirecionar\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Data de registro\"\n\nmsgid \"Relative weight\"\nmsgstr \"Peso relativo\"\n\nmsgid \"Release date\"\nmsgstr \"Data de lançamento\"\n\nmsgid \"Release description\"\nmsgstr \"Descrição de lançamento\"\n\nmsgid \"Release version\"\nmsgstr \"Versão de lançamento\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Repositório de software web remoto\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Arquivo remoto não encontrado.\"\n\nmsgid \"Remove\"\nmsgstr \"Remover\"\n\nmsgid \"Remove IP\"\nmsgstr \"Remover IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Remover permissões\"\n\nmsgid \"Reopen\"\nmsgstr \"Reabrir\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Reabrir chamado\"\n\nmsgid \"Repeat password\"\nmsgstr \"Repetir senha\"\n\nmsgid \"Reply\"\nmsgstr \"Responder\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"Timeout: O servidor levou muito tempo para enviar os dados.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Requer banco de dados?\"\n\nmsgid \"Reseller\"\nmsgstr \"Revendedor\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Revenda / Clientes / Resumo / Adicionar Cliente\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Revenda / Clientes / Adicionar Cliente - Próximo Passo\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Revendedor / Clientes / E-mail de Aviso\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Revenda / Clientes / Alias  de Domínio\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Revenda / Clientes / Esqueceu senha de E-mail\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Revenda / Clientes / Resumo \"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Revenda / Clientes / Resumo / Detalhes do Domínio\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Revenda / Clientes / Resumo / Editar Cliente\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Revenda / Clientes / Resumo / Editar Domínio\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Revenda / Clientes / E-mail de Bem-vindo \"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Revendedor / Domínios / Adicionar Alias de domínio\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Revendedor / Domínios / Editar Alias de domínio\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Revenda / Geral /  Resumo\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Revenda / Geral / Carregar Software \"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Revendedor / Planos de Hospedagem / Adicionar Plano\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Revendedor / Planos de Hospedagem / Resumo\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Revenda / Perfil / Resumo da conta\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Revenda / Perfil / Idioma\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Revenda / Perfil / Layout\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Revenda / Perfil / Senha\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Revenda / Perfil / Dados pessoais\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Revenda / Estatísticas / Uso IP\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Revendedor / Estatísticas / Resumo\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\"Revendedor / Estatísticas / Visão geral / {USERNAME} Estatísticas de usuário\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Revendedor / Suporte / Chamados fechados\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Revendedor / Suporte / Novo Chamado\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Revendedor / Suporte / Chamados Abertos\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Revendedor / Suporte / Ver Chamado\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Nome do Revendedor\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Representante e Cliente\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Níveis de Revendedor e Cliente\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Atribuições de revendedor\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Consumo do revendedor\"\n\nmsgid \"Reseller data\"\nmsgstr \"Dados do revendedor\"\n\nmsgid \"Reseller level\"\nmsgstr \"Nível de revenda\"\n\nmsgid \"Reseller list\"\nmsgstr \"Lista de revendedores\"\n\nmsgid \"Reseller name\"\nmsgstr \"Nome do revendedor\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Lista de software do revendedor\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Estatísticas de revendedor\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Revendedor adicionado com sucesso.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Total de Revendedor\"\n\nmsgid \"Reseller users\"\nmsgstr \"Representantes\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Revendedor com permissões totais\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Cor do layout do revendedor atualizada com sucesso.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Revendedor/Estatísticas de uso IP\"\n\nmsgid \"Resellers\"\nmsgstr \"Revendedores\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Revendedores e clientes\"\n\nmsgid \"Reset\"\nmsgstr \"Limpar\"\n\nmsgid \"Restore\"\nmsgstr \"Restaurar\"\n\nmsgid \"Restore backup\"\nmsgstr \"Restaurar backup\"\n\nmsgid \"Rights\"\nmsgstr \"Direitos\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Direitos adicionado com sucesso.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Direitos removido com sucesso.\"\n\nmsgid \"SMTP in\"\nmsgstr \"entrada SMTP\"\n\nmsgid \"SMTP out\"\nmsgstr \"saída SMTP\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Tráfego SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"Banco de dados SQL\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\"Limite de banco de dados SQL está desativada, mas limite de usuários SQL não\"\n\" é.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"Limite de banco de dados SQL não é <i> desabilitado </i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"Banco de dados SQL foi excluído com sucesso.\"\n\nmsgid \"SQL databases\"\nmsgstr \"Bancos de dados SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Apenas bancos de dados SQL \"\n\nmsgid \"SQL user\"\nmsgstr \"Usuário SQL\"\n\nmsgid \"SQL user host\"\nmsgstr \"Usuário do host SQL\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"Limite de usuários SQL é <i> desabilitado </i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"Limite de usuários SQL está desativada, mas limite de banco de dados SQL não\"\n\" é.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"Limite de usuários SQL está desativado.\"\n\nmsgid \"SQL user name\"\nmsgstr \"Nome do usuário do SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"Senha de usuário SQL atualizada com sucesso.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"Prefixo/Sufixo usuário SQL \"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"Usuário SQL adicionado com sucesso.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"Usuário SQL foi excluído com sucesso.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"Usuários SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"Certificado SSL agendada com êxito para adição.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"Certificado SSL agendado com sucesso para exclusão.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"Certificado SSL agendada com êxito para atualização.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"SSL não está disponível. Você só pode ver o seu certificado.\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Salvar\"\n\nmsgid \"Search\"\nmsgstr \"Pesquisar\"\n\nmsgid \"Sec.\"\nmsgstr \"Seg.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Conexão segura\"\n\nmsgid \"Security code\"\nmsgstr \"Código de segurança\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"Selecione o grupo\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Enviar\"\n\nmsgid \"Send circular\"\nmsgstr \"Enviar mensagem\"\n\nmsgid \"Send message\"\nmsgstr \"Mensagem\"\n\nmsgid \"Send message to\"\nmsgstr \"Enviar mensagem para\"\n\nmsgid \"Send reply\"\nmsgstr \"Enviar resposta\"\n\nmsgid \"Send to\"\nmsgstr \"Enviar para\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Nome do remetente está faltando.\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Portas do Servidor\"\n\nmsgid \"Server statistics\"\nmsgstr \"Estatísticas do servidor\"\n\nmsgid \"Server status\"\nmsgstr \"Status do servidor\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Serviço não disponível\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Nome do serviço\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Porta de serviço removido com sucesso.\"\n\nmsgid \"Service ports\"\nmsgstr \"Portas dos serviços\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protocolo do serviços\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Sessões\"\n\nmsgid \"Settings\"\nmsgstr \"Configurações\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Configurações salvas.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Ponto de montagem \"\n\nmsgid \"Show\"\nmsgstr \"Mostrar\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Exibindo %s resultados por pág.\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Mostrar Certificado SSL \"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Mostrar estatísticas detalhadas para este revendedor\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Mostrar estatísticas detalhadas para este usuário\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Mostrar em\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Mostrar rótulos para links do menu principal\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Mostrando %s para %s de %s registros\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Mostrando 0 para 0 de 0 registros\"\n\nmsgid \"Size\"\nmsgstr \"Tamanho\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"Software disponível\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Software excluído.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Software enviado para depósito\"\n\nmsgid \"Software details\"\nmsgstr \"Detalhes do software\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Software foi excluído.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Software foi importado com sucesso.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Software no repositório\"\n\nmsgid \"Software installation\"\nmsgstr \"Instalação de software\"\n\nmsgid \"Software installer\"\nmsgstr \"Instalador de Software\"\n\nmsgid \"Software installer options\"\nmsgstr \"Opções do Instalador de software\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Opções do instalador de software atualizadas com sucesso.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"Software foi agendada para a instalação\"\n\nmsgid \"Software management\"\nmsgstr \"Gerenciamento de softwares\"\n\nmsgid \"Software name\"\nmsgstr \"Nome do software\"\n\nmsgid \"Software not found!\"\nmsgstr \"Software não encontrado!\"\n\nmsgid \"Software options\"\nmsgstr \"Opções do software\"\n\nmsgid \"Software permissions\"\nmsgstr \"Permissões de software\"\n\nmsgid \"Software repository\"\nmsgstr \"repositório de software\"\n\nmsgid \"Software status\"\nmsgstr \"Status do software\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Software agendado com sucesso para exclusão.\"\n\nmsgid \"Software total\"\nmsgstr \"Total de software\"\n\nmsgid \"Software upload\"\nmsgstr \"Enviar software\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Software foi ativado.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Software foi excluído.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Software-Sinônimo\"\n\nmsgid \"Software-Version\"\nmsgstr \"Versão do Software\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Depósito de Software\"\n\nmsgid \"Start installation\"\nmsgstr \"Iniciar instalação\"\n\nmsgid \"State/Province\"\nmsgstr \"Estado / UF\"\n\nmsgid \"Statistics\"\nmsgstr \"Estatísticas\"\n\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgid \"Street 1\"\nmsgstr \"Endereço\"\n\nmsgid \"Street 2\"\nmsgstr \"Complemento\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomínio\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Subdomínio %s já existe.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Subdomínio %s não pode ser encaminhado para si mesmo.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Alias de subdomínio\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Erros de alias de subdomínio\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Erros de subdomínio\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Nome do subdomínio\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Nome do subdomínio não é válido.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Subdomínio agendado para exclusão.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Subdomínio agendado com sucesso para adição.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Subdomínio agendado com sucesso para atualização\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomínios\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Assunto\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Assunto está faltando.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Enviar alterações\"\n\nmsgid \"Support\"\nmsgstr \"Suporte\"\n\nmsgid \"Support system\"\nmsgstr \"Sistema de Suporte\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Acessar\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Mude para o diretório backups\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Acessar interface do usuário\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgid \"System data\"\nmsgstr \"Dados do sistema\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Erro de sistema - página de erro personalizada não foi atualizado.\"\n\nmsgid \"System information\"\nmsgstr \"Informações do sistema\"\n\nmsgid \"System tools\"\nmsgstr \"Ferramentas de sistema\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Sistema em manutenção\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Destino\"\n\nmsgid \"Target domain\"\nmsgstr \"Domínio de destino\"\n\nmsgid \"Target port\"\nmsgstr \"Porta de destino\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Pasta temporária não encontrada.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"O limite de %s para este cliente não pode ser ilimitado, porque você está \"\n\"limitado por este serviço.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"O plugin %s versão %s não é compatível com a sua versão do i-MSCP.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"O arquivo de tradução %s foi ignorado: Tabela de tradução está vazio.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"O diretório %s não existe. Por favor, crie esse diretório usando o \"\n\"gerenciador de arquivos.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"O domínio está desativado. A modificação de algumas das suas propriedades \"\n\"irão resultar de uma reativação parcial ou completa do mesmo.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"O domínio ou uma das suas entidades tem um status diferente de 'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"O domínio que você está tentando editar não existe.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"O menu que você está tentando editar não existe.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"O pacote está corrompido. Por favor, corrija-o.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"O campo de senha está vazio.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"O arquivo parcialmente carregado.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"O campo de nome de usuário está vazio.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"O valor foi encontrado na pilha\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"O valor não foi encontrado na pilha\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Os valores não devem ser iguais\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Esta base de dados será permanentemente excluída. Este processo não pode ser\"\n\" revertido. Todos os usuários vinculados a este banco de dados também serão \"\n\"excluídos se não vinculado a outro banco de dados. Tem certeza de que deseja\"\n\" excluir o banco de dados '%s' ?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Este grupo já existe.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Este usuário já existe.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Este é o host do qual este usuário SQL deve ter permissão para se conectar \"\n\"ao servidor SQL. Digite o caractere curinga %s para permitir que este \"\n\"usuário SQL se conecte de qualquer host.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"Este software já existe no repositório do administrador.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"Este pacote já existe no depósito do revendedor \\\"%1$s\\\"!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"Este pacote já existe no depósito de software!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Este pacote já existe em seu repositório de software.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Este pacote está instalado no seguinte domínio(s):\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Este pacote não é instalado\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Este pacote ainda não está instalado\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Este software está instalado no seguinte domínio(s):\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"TB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Informação do chamado\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Chamado fechado com sucesso.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Chamado excluído com sucesso.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Chamado reaberto com sucesso.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Chamado com ID '%d' não foi encontrado.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"Para desproteger este plugin, você deve editar o arquivo %s\"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"Total de Domínios\"\n\nmsgid \"Total Software\"\nmsgstr \"Total de Software\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Total de repositórios de software Web\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Total de instalações\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Total de software no repositório Web \"\n\nmsgid \"Total reseller\"\nmsgstr \"Total de revendedor\"\n\nmsgid \"Total software\"\nmsgstr \"Total de Software\"\n\nmsgid \"Traffic\"\nmsgstr \"Tráfego\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Estatísticas de tráfego\"\n\nmsgid \"Translated strings\"\nmsgstr \"Frases/Palavras traduzidas\"\n\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgid \"UP\"\nmsgstr \"On\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL redirecionada\"\n\nmsgid \"URL port\"\nmsgstr \"Porta da URL\"\n\nmsgid \"URL protocol\"\nmsgstr \"Protocolo URL\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL para este painel administrativo\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Não é possível fechar o chamado com ID '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Não é possível criar diretório '%s' para o arquivo de idioma.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Não é possível criar diretório 'LC_MESSAGES' para arquivo de idioma.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Não é possível deletar o arquivo de informações do i-MSCP.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\"Não é possível obter a lista de endereços IP. Por favor corrija este \"\n\"problema.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Não foi possível obter informações de atualização do Github\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Não foi possível carregar o arquivo de informações do i-MSCP.\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Não é possível mover arquivos.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Não é possível ler arquivo de índice do repositório de software web.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Não foi possível ler o arquivo %s.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"Não foi possível ler o arquivo do plugin %s. Por favor, verifique a \"\n\"permissão do arquivo\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Incapaz de ler o arquivo xml para o software web.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Impossível reabrir chamados com ID '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Não é possível agendar a exclusão da conta do cliente. A mensagem foi \"\n\"enviada para o administrador.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Não é possível agendar a exclusão da conta do cliente. Por favor, consulte \"\n\"os logs de administrador ou seu e-mail para mais informações.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Não é possível definir a opção ssl allow self signed\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Não é possível definir opção de SSL Peer Verification\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"Não foi possível fazer o upload de arquivos. Tamanho máx. do arquivo (%1$d \"\n\"MB) atingiu?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Não autorizado\"\n\nmsgid \"Unavailable\"\nmsgstr \"Indisponível\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Erro inesperado\"\n\nmsgid \"Uninstall\"\nmsgstr \"Desinstalar\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Desinstalar este plugin\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"A desinstalação em andamento ...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Desinstalado\"\n\nmsgid \"Unknown\"\nmsgstr \"Desconhecido\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Erro desconhecido\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Ação desconhecida requisitada.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Ação desconhecida: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Tipo de detecção de força-bruta desconhecido: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Idioma desconhecido.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Cor de layout desconhecido.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Motivo desconhecido.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Nome de serviço desconhecido '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Status desconhecido\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Tipo desconhecido.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Nome de usuário desconhecido.\"\n\nmsgid \"Update\"\nmsgstr \"Atualizar\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Atualizar Plugins\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Atualize a senha do usuário SQL\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Atualize o repositório de software Web\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Atualização do repositório web\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Atualização em andamento ...\"\n\nmsgid \"Update info\"\nmsgstr \"Atualize informações\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"Atualização do índice de repositório de software Web foi abortada. Campos \"\n\"ausente ou vazio.\"\n\nmsgid \"Update password\"\nmsgstr \"Atualizar senha\"\n\nmsgid \"Updates\"\nmsgstr \"Atualizações\"\n\nmsgid \"Upload\"\nmsgstr \"Enviar\"\n\nmsgid \"Upload logo\"\nmsgstr \"Enviar logomarca\"\n\nmsgid \"Upload now\"\nmsgstr \"Enviar agora\"\n\nmsgid \"Uptime\"\nmsgstr \"Uptime\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"É proibida a utilização de ponto em rótulos de nome de domínio.\"\n\nmsgid \"Usage status\"\nmsgstr \"Estado de uso\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Use conexão normal (Sem SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Use conexão segura (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Usado\"\n\nmsgid \"Used database\"\nmsgstr \"Banco de dados utilizado\"\n\nmsgid \"User\"\nmsgstr \"Usuário\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Nome (primeiro e último) do usuário\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Os dados do usuário não foram atualizados.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Dados do usuário foram atualizados com sucesso.\"\n\nmsgid \"User errors\"\nmsgstr \"Erros de usuário\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"Usuário não excluído.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Identificação do usuário no sistema\"\n\nmsgid \"User password\"\nmsgstr \"Senha do usuário\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Nome de Usuário (primeiro e último)\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Usuário agendado para exclusão.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Sessão destruída com sucesso.\"\n\nmsgid \"User statistics\"\nmsgstr \"Estatísticas de usuário\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Usuário desconectado com sucesso.\"\n\nmsgid \"User type\"\nmsgstr \"Tipo de Usuário\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Tipo de usuário (administrador, usuário final, revendedor)\"\n\nmsgid \"Username\"\nmsgstr \"Usuário\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Nome de usuário e senha para login na aplicação\"\n\nmsgid \"Users\"\nmsgstr \"Usuários\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"Valores\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Página inicial do fornecedor\"\n\nmsgid \"Version\"\nmsgstr \"Versão\"\n\nmsgid \"Very high\"\nmsgstr \"Urgente\"\n\nmsgid \"View\"\nmsgstr \"Ver\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Ver certificado SSL\"\n\nmsgid \"View ticket\"\nmsgstr \"Ver chamado\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Visite o site do plugin\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Alerta de tráfego\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Avisos (Warnings) e Erros\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Lamentamos, mas o sistema está em manutenção.\\n\"\n\" Por favor, tente novamente mais tarde.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Estatísticas da Web\"\n\nmsgid \"Web files only\"\nmsgstr \"Apenas arquivos da Web \"\n\nmsgid \"Web folder protection\"\nmsgstr \"Proteção da pasta Web\"\n\nmsgid \"Web in\"\nmsgstr \"entrada Web\"\n\nmsgid \"Web out\"\nmsgstr \"saída Web\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Totalizar pacotes de software Web \"\n\nmsgid \"Web software repository\"\nmsgstr \"Repositório de software Web\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Repositório de software Web foi atualizado com sucesso.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Repositório de software Web já está atualizado.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Estatísticas da Web\"\n\nmsgid \"Web traffic\"\nmsgstr \"Tráfego WEB\"\n\nmsgid \"Webmail\"\nmsgstr \"Abrir WebMail\"\n\nmsgid \"Webtools\"\nmsgstr \"Ferramentas Web\"\n\nmsgid \"Welcome email\"\nmsgstr \"E-mail de boas-vindas\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Bem-vindo  {USERNAME} para i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Id do revendedor errado.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Código de segurança incorreto\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Id do software errado.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Sintax para nova data de expiração incorreta.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"A sintaxe para o limite de %s.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"A sintaxe para o valor da cota de e-mail.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Nível fornecido de usuário errado.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Nome de usuário incorreto.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"URL do arquivo XML para o repositório de software Web\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Ano\"\n\nmsgid \"Yes\"\nmsgstr \"Sim\"\n\nmsgid \"YiB\"\nmsgstr \"YB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Você está excedendo o limite de tráfego mensal do servidor.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Você está excedendo seu limite de espaço em disco.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Você excedeu o limite de tráfego mensal.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"Você não está autorizado a agir em sua sessão.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Você só pode fazer upload de imagens.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"Você não pode excluir um revendedor que tem contas de clientes.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Você não pode excluir o último endereço de IP ativo.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"Não é possível encaminhar %s para si mesmo.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"Não é possível definir a data de validade para o passado.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"Você não pode atribuir um endereço de IP que está em uso.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"Você não tem registros de recursos DNS.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Você não tem contas FTP.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"Você não tem nenhum software carregado ainda\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"Você não tem banco de dados.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Você não tem apelidos de domínio.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"Você não tem permissão para fazer upload de software\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Você não tem áreas protegidas.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Você não tem subdomínios.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Você foi desconectado com sucesso.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Você não tem chamados fechados.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Você não tem grupos.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Você não tem chamados em aberto.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Você atingiu o número máximo de subdomínios permitidos por sua assinatura.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Você tem que escolher entre: file-upload ou wget-function.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Você deve escolher entre carregar local e remoto.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Você deve confirmar sua senha.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Você deve digitar um nome de alias de domínio.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Você deve digitar um nome de subdomínio.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"Primeiro, você deve gerar uma senha clicando no botão gerar.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Você deve selecionar um arquivo para upload.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Você deve selecionar um arquivo para upload/download.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Você deve selecionar pelo menos um plugin.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Você deve especificar uma mensagem.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Você deve especificar um assunto.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Sua conta expirou. Por favor renove o seu cadastro.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"Seu comsumo\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Sua versão i-MSCP não é compatível com este plugin. Tente com uma nova \"\n\"versão.\"\n\nmsgid \"Your message\"\nmsgstr \"Sua mensagem\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Sua mensagem foi enviada com sucesso.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"O seu novo login \"\n\nmsgid \"Your new password\"\nmsgstr \"Sua nova senha\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Seu pacote está corrompido. Por favor, corrija-o!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"CEP / Caixa Postal\"\n\nmsgid \"Zone\"\nmsgstr \"Zona\"\n\nmsgid \"[New]\"\nmsgstr \"[Novo]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Português (Brasil)\"\n\nmsgid \"activated\"\nmsgstr \"ativado\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"ativado (Softwaredepot)\"\n\nmsgid \"addition\"\nmsgstr \"adição\"\n\nmsgid \"administrator\"\nmsgstr \"administrador\"\n\nmsgid \"and\"\nmsgstr \"e\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"deletando\"\n\nmsgid \"disabled\"\nmsgstr \"desativado\"\n\nmsgid \"disk space\"\nmsgstr \"Espaço em disco\"\n\nmsgid \"domain\"\nmsgstr \"domínio\"\n\nmsgid \"domain alias\"\nmsgstr \"alias de domínio\"\n\nmsgid \"domain aliases\"\nmsgstr \"alias de domínio\"\n\nmsgid \"domain data\"\nmsgstr \"dados do domínio\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"domínios\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"tudo\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"de outro navegador\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP  - Gerenciamento de Aplicativos (Permissões)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP  - Painel de Controle  / Login\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Painel de Controle / Senha Perdida\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP  - Painel de Controle  / Manutenção\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Instaladção de Software / Gerenciamento\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Gerenciamento de Software\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"Gerenciamentoi-MSCP - Gerenciamento de Software (Permissão)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Gerenciamento de Software\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP - Instaladção de Software / Gerenciamento\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Instação de Software / Repositório de software Web\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP repositório de software Web\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP plugins.\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Atualizações do i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"i-MSCP verificação de atualização de versão está desativada\"\n\nmsgid \"installed\"\nmsgstr \"instalado\"\n\nmsgid \"installing\"\nmsgstr \"instalando\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"Painel de Controle \"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"e-mail\"\n\nmsgid \"mail account\"\nmsgstr \"conta de e-mail\"\n\nmsgid \"mail accounts\"\nmsgstr \"contas de email\"\n\nmsgid \"missing alias\"\nmsgstr \"alias faltando\"\n\nmsgid \"missing domain\"\nmsgstr \"domínio faltando\"\n\nmsgid \"n\\\\a\"\nmsgstr \"n\\\\a\"\n\nmsgid \"no\"\nmsgstr \"não\"\n\nmsgid \"not available\"\nmsgstr \"não disponível\"\n\nmsgid \"not required\"\nmsgstr \"não requerido\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"mais de 1 mês atrás\"\n\nmsgid \"older than 12 months\"\nmsgstr \"mais de 12 meses atrás\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"mais de 2 semanas atrás\"\n\nmsgid \"older than 3 months\"\nmsgstr \"mais de 3 meses atrás\"\n\nmsgid \"older than 6 months\"\nmsgstr \"mais de 6 meses atrás\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"ou arquivo remoto (Máx: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"Entrada órfão\"\n\nmsgid \"required\"\nmsgstr \"requerido\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"subdomínio\"\n\nmsgid \"subdomains\"\nmsgstr \"subdomínios\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"tráfego\"\n\nmsgid \"update\"\nmsgstr \"atualizar\"\n\nmsgid \"waiting for activation\"\nmsgstr \"à espera de ativação\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"sim\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"Estatísticas do usuário {USERNAME}\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 Equipe i-MSCP<br> Todos os direitos reservados\"\n"
  },
  {
    "path": "i18n/po/pt_PT.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Marcelo Coutinho <marcelocoutinho_1994@hotmail.com>, 2017\\n\"\n\"Language-Team: Portuguese (Portugal) (https://www.transifex.com/i-mscp/teams/576/pt_PT/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: pt_PT\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Admin / Suporte / Tikets Abertos\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\" Cliente / Webtools / Páginas de erro personalizada / Editar página de erro \"\n\"personalizada\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Endereço IP errado.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN é automaticamente anexado a nomes, hosts e nomes canônicos não \"\n\"qualificados\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"$ORIGIN O valor está configurado para: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"%%s não pode ser maior do que %%s.\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (DepositoDeSoftwer)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Versão: %2$s, Linguagem: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s iniciou sessão agora como %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Software\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"%d dias restantes até a expiração da conta\"\nmsgstr[1] \"%d days remaining until account expiration\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d cadeias traduzidas\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s a conta foi excluída com sucesso.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s não parece um arquivo de plugin i-MSCP.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s não existe ou está vazio.\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s não é um arquivo de idioma i-MSCP válido.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s não é permitido como rótulo de subdomínio.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s página\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"registo %s\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s correio eletrónico\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: O consumo dos clientes (%s) para este revendedor é maior do que o novo \"\n\"limite.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: O total de itens (%s) já atribuído pelo revendedor é maior que o novo \"\n\"limite.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Este revendedor tem cliente(s) com itens ilimitados.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: Você não pode desactivar um serviço já consumido pelos clientes do \"\n\"revendedor.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Você não pode desativar um serviço já vendido aos clientes do \"\n\"revendedor.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s ::getInfo() não implementado e %s  não encontrado. Este é um erro no %s \"\n\"plugin que deve ser reportado ao(s) autore(s).\"\n\nmsgid \"(default)\"\nmsgstr \"(padrão)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtrada de %s total de registos)\"\n\nmsgid \"(usually named\"\nmsgstr \"(geralmente chamado\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Uma extensão do PHP interrompeu o upload do arquivo.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Existe um plano de hospedagem com o mesmo nome já existente.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"Um novo parâmetro de configuração foi criado.\"\nmsgstr[1] \"%d os parâmetros de configuração foram criados\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Uma nova versão i-MSCP está disponível\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Um novo pacote de software foi carregado\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"A tarefa está em andamento  para este utilizador.\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Acesse suas estatísticas de domínio através da interface Web.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Acesse seus arquivos através da interface web.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Acesse seu e-mail através da interface web.\"\n\nmsgid \"Account limits\"\nmsgstr \"Limites da conta\"\n\nmsgid \"Account name\"\nmsgstr \"Nome da conta\"\n\nmsgid \"Account summary\"\nmsgstr \"Resumo da conta\"\n\nmsgid \"Account type\"\nmsgstr \"Tipo de conta\"\n\nmsgid \"Action\"\nmsgstr \"Acção\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"A acção foi interrompida.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"A acção falhou.\"\n\nmsgid \"Actions\"\nmsgstr \"Acções\"\n\nmsgid \"Activate\"\nmsgstr \"Activar\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"Ativar auto-responder\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Ative este plugin\"\n\nmsgid \"Activated\"\nmsgstr \"Ativado\"\n\nmsgid \"Activated software\"\nmsgstr \"Software ativado\"\n\nmsgid \"Activation email\"\nmsgstr \"Email de ativação\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Ativação em andamento ...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"Activação do link expira em minutos\"\n\nmsgid \"Add\"\nmsgstr \"Adicionar\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Adicionar registo de DNS\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Adicionar conta de FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Adicionar grupo Htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Adicionar usuário Htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Adicionar Base de dados SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Adicionar utilizador SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Adicionar certificado SSL\"\n\nmsgid \"Add admin\"\nmsgstr \"Adicionar administrador\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"Adicionar conta catch-all\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Adicionar menu personalizado\"\n\nmsgid \"Add customer\"\nmsgstr \"Adicionar cliente\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Adicionar cliente - Próximo passo\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Adicionar alias de domínio\"\n\nmsgid \"Add group\"\nmsgstr \"Adicionar grupo\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Adicionar plano de hospedagem\"\n\nmsgid \"Add mail account\"\nmsgstr \"Adicionar conta de E-Mail\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Adicionar novo endereço IP\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Adicionar nova área protegida\"\n\nmsgid \"Add permissions\"\nmsgstr \"Adicionar permissões\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Adicionar permissões para o revendedor ao software:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Adicionar área protegida\"\n\nmsgid \"Add reseller\"\nmsgstr \"Adicionar revendedor\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Adicionar sub-domínio\"\n\nmsgid \"Add user\"\nmsgstr \"Adicionar utilizador\"\n\nmsgid \"Added by\"\nmsgstr \"Adicionado por\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Adição em progresso ...\"\n\nmsgid \"Admin\"\nmsgstr \"Administrador\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / Geral / Admin Log\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admin / Geral / Visão geral\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / Geral / Status dos Serviços\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Perfil / Resumo da Conta\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Perfil / Idioma\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Perfil / Esquema\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Perfil / Senha\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Perfil / Dados Pessoais\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Admin / Configurações\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Admin / Configurações / Gerenciamento de IP\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Configurações / Idiomas\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Admin / Configurações / Senha perdida Email\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"Admin / Configurações / Tráfego Mensal do Servidor\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Configurações / Gerenciamento de Plugins\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Admin / Configurações / Serviço de Portas\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Admin / Configurações / Gerenciamento de Software\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Admin / Configurações / Opções de software\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Admin / Configurações / E-mail de boas-vindas\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Admin / Configurações / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Admin / Gerenciamento de Software / Software de revendedor \"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Admin / Estatística / Uso de IP\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Admin / Estatísticas / Estatísticas do Revendedor\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\"Admin / Estatisticas / Estatísticas do Revendedor / Estatísticas de usuário\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Admin / Estatísticas / Estatísticas do Revendedor / Estatísticas de usuário \"\n\"/ {USERNAME} Estatísticas de usuários\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Admin / Estatisticas / Estatísticas do servidor\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Admin / Suporte / Tickets fechados\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Admin / Suporte /  Ver Ticket\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Admin / Ferramentas do sistema / Registros Anti-Rootkits\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Admin / Ferramentas do sistema / Depurador\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Admin / Ferramentas do sistema / Configurações de manutenção\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Admin / Ferramentas do sistema / Informações do sistema\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Admin / Ferramentas de sistema / Atualizações i-MSCP\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Admin / Usuários / Adicionar Admin\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Admin / Usuários / Adicionar revendedor\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Admin / Usuários / Circular\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Admin / Usuários / Editar Revendedor\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Admin / Usuários / Visão geral\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Admin / Usuários / Visão geral / Detalhes do domínio\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Admin / Usuários / Visão geral / Editar Admin\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"Admin / Usuários / Visão geral / Editar Cliente\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Admin / Usuários / Sessões\"\n\nmsgid \"Admin log\"\nmsgstr \"Relatório do Administrador\"\n\nmsgid \"Admin not available\"\nmsgstr \"Admin não disponível\"\n\nmsgid \"Admin users\"\nmsgstr \"Usuários de administração\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Admin / Estatísticas de uso de IP\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrador\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Níveis de administrador e revendedor\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administrador e cliente\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Níveis de administração e clientes\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administrador e revendedor\"\n\nmsgid \"Administrator level\"\nmsgstr \"Nível de Administrador\"\n\nmsgid \"Administrator login\"\nmsgstr \"Início de Sessão de Administrador\"\n\nmsgid \"Administrators\"\nmsgstr \"Administradores\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Administradores e clientes\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administradores e revendedores\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Após o upload, o pacote será instalado em seus sistemas. Atualize seu site \"\n\"para ver o novo status!\"\n\nmsgid \"All\"\nmsgstr \"Todos\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Todos os bilhetes fechados foram excluídos com sucesso.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Todos os erros (Desenvolvimento)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Todos os erros, exceto E_DEPRECATED e E_STRICT (Produção)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Todo entrada\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"Todos saida\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"Todo o tráfego\"\n\nmsgid \"All users\"\nmsgstr \"Todos os utilizadores\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"OK\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"OK\"\n\nmsgid \"Apply changes\"\nmsgstr \"Aplicar alterações\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Têm a certeza de que quer removar %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Têm a certeza de que quer restaurar a segurança?\"\n\nmsgid \"Assign\"\nmsgstr \"Atribuir\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Voltar\"\n\nmsgid \"Backup\"\nmsgstr \"Cópia de Segurança\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Detecção de ForçaBruta\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\nmsgid \"Canonical name\"\nmsgstr \"Nome canonical\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"Alterar\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Procurar por actualização\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Escolher\"\n\nmsgid \"Choose dir\"\nmsgstr \"Escolher directório\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Escolher plano de alojamento\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"Circular\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Cidade\"\n\nmsgid \"Class\"\nmsgstr \"Classe\"\n\nmsgid \"Clear log\"\nmsgstr \"Limpar Relatório\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Clique no botão de restauro e o sistema irá restaurar a última segurança \"\n\"diária\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"OK\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Bilhetes fechados\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Empresa\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgid \"Create\"\nmsgstr \"OK\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Criada por\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Data da criação\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Páginas de erro personalizadas\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Menus personalizados\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"Em baixo\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Segurança Diária\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Nome da base de dados e utilizadores\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Nome da base de dados\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Utilizadores da base de dados\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgid \"Day\"\nmsgstr \"Dia\"\n\nmsgid \"Days\"\nmsgstr \"\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Apagar\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Apagar do relatório:\"\n\nmsgid \"Delete order\"\nmsgstr \"Ordem de remoção\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Descrição\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Detalhes\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Desactivado\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Disco\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"Utilização de disco\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domínio\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP do Domínio\"\n\nmsgid \"Domain Name\"\nmsgstr \"\"\n\nmsgid \"Domain account\"\nmsgstr \"Conta do domínio\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"Aliás do domínio\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Erros de aliases de domínio\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Aliases de Domínios\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Detalhes do Domínio\"\n\nmsgid \"Domain errors\"\nmsgstr \"Erros de domínio\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Nome do Domínio\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Estatísticas de Domínio\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"Domínios\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domínios por página\"\n\nmsgid \"Done\"\nmsgstr \"Completo\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Editar\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"Editar domínio\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Editar alias do domínio\"\n\nmsgid \"Edit error page\"\nmsgstr \"Editar página de erro\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Editar plano de alojamento\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Editar revendedor\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"Endereço de Correio\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"Configuração de correio\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"Activado\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Páginas de erro\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"Erros\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"Conta FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Contas de FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Tráfego FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Característica\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"Feminino\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Info dos ficheiros de sistema\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Primeiro nome\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Encaminhar\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"Encaminhar para\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Re-encaminhar para o URL\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Livre\"\n\nmsgid \"From\"\nmsgstr \"De\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Do revendedor\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Sexo\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"Informação geral\"\n\nmsgid \"General settings\"\nmsgstr \"Definições Gerais\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"Grupo\"\n\nmsgid \"Group members\"\nmsgstr \"Membros do grupo\"\n\nmsgid \"Group name\"\nmsgstr \"Nomde do grupo\"\n\nmsgid \"Groups\"\nmsgstr \"Groupos\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Alto\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"Máquina\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Plano de hospedagem\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Planos de alojamento\"\n\nmsgid \"Hour\"\nmsgstr \"Hora\"\n\nmsgid \"Hours\"\nmsgstr \"\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"Endereço IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"\"\n\nmsgid \"IPv6 address\"\nmsgstr \"Endereço IPv6\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Instalar\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instruções para baixar a segurança de hoje\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Nome do grupo inválido!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"Terminar sessão\"\n\nmsgid \"Label\"\nmsgstr \"Etiqueta\"\n\nmsgid \"Language\"\nmsgstr \"Língua\"\n\nmsgid \"Language file\"\nmsgstr \"Ficheiro de língua\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"Último acesso\"\n\nmsgid \"Last name\"\nmsgstr \"Último nome\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"Layout\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"Nível\"\n\nmsgid \"Limit\"\nmsgstr \"Limite\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Início de Sessão\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Entre na sua conta de FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Ficheiro logotipo\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"Terminar Sessão\"\n\nmsgid \"Lost password\"\nmsgstr \"Palavra-chave perdida\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Caminho da palavra-chave perdida\"\n\nmsgid \"Low\"\nmsgstr \"Baixo\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"Correio\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Erros de contas de correio\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Contas de Correio\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Modo de Manutenção\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Masculino\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Gerir SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Gerir utilizadores e grupos\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Número máximo de tentativas\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"Médio\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Mensagem\"\n\nmsgid \"Message template\"\nmsgstr \"Modelo da mensagem\"\n\nmsgid \"Message template info\"\nmsgstr \"Informação do modelo da mensagem\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"\"\n\nmsgid \"Minutes\"\nmsgstr \"\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Mês\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"Montagem\"\n\nmsgid \"Mount point\"\nmsgstr \"Ponto de montagem\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Nome\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Novo bilhete\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"Próxmo passo\"\n\nmsgid \"No\"\nmsgstr \"Não\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Erros, Avisos e Notícias\"\n\nmsgid \"Ok\"\nmsgstr \"OK\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"Bilhetes abertos\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"Encomenda\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Outros entrada\"\n\nmsgid \"Other out\"\nmsgstr \"Outros saida\"\n\nmsgid \"Other settings\"\nmsgstr \"Outras definições\"\n\nmsgid \"Overview\"\nmsgstr \"Visão geral\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP entrada\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP saida\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Tráfego POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Acções\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"Língua pré-definida do painel\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Partição\"\n\nmsgid \"Password\"\nmsgstr \"Palavra-chave\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Definições da palavra-chave\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"Caminho\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Percentagem\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"Informação pessoal\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personalizar modelo\"\n\nmsgid \"Phone\"\nmsgstr \"Telefone\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Porta\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Prevenir início de sessão externo para os administradores\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Prevenir início de sessão externo para os clientes\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Prevenir início de sessão externo para os revendedores\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Prioridade\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Áreas protegidas\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocolo\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"Dados de registo\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"Remover\"\n\nmsgid \"Remove IP\"\nmsgstr \"Remover IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Repetir palavra-chave\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"Revendedor\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"Nível de Revendedor\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"Nome do revendedor\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"Utilizadores de revendedores\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"Revendedores\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Pré-defenição\"\n\nmsgid \"Restore\"\nmsgstr \"Restaurar\"\n\nmsgid \"Restore backup\"\nmsgstr \"Segurança de restauro\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP entrada\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP saida\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Tráfego SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"Bases de dados\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"Bases de Dados SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"Nome de utilizador SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"Utilizadores SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Guardar\"\n\nmsgid \"Search\"\nmsgstr \"Procura\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Código de segurança\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Enviar Mensagem\"\n\nmsgid \"Send message to\"\nmsgstr \"Enviar mensagem para\"\n\nmsgid \"Send reply\"\nmsgstr \"Enviar resposta\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Portas do Servidor\"\n\nmsgid \"Server statistics\"\nmsgstr \"Estatísticas do servidor\"\n\nmsgid \"Server status\"\nmsgstr \"Estado do servidor\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Nome do Serviço\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protocolo do Serviço\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Definições\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Mostrar\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Mostrar em\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"Tamanho\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Distrito\"\n\nmsgid \"Statistics\"\nmsgstr \"Estatísticas\"\n\nmsgid \"Status\"\nmsgstr \"Estado\"\n\nmsgid \"Street 1\"\nmsgstr \"Rua 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Rua 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Sub-domínio\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Alias do sub-domínio\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Erros de sub-domínio\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Nome do sub-domínio\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Sub-domínios\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Assunto\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Submeter alterações\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"Sistema de suporte\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Alterar\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Alterar para a interface do utilizador\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"Ferramentas do sistema\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Porto de Destino\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"Tráfego\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgid \"UP\"\nmsgstr \"Em cima\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"Protocolo do caminho\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"Caminho para este painel de administação\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Desconhecido\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Erro Desconhecido\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Actualizar\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Enviar\"\n\nmsgid \"Upload logo\"\nmsgstr \"Enviar logotipo\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Usado\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Utilizador\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Nome do utilizador (Primeiro e último nome)\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Nome de utilizador (do sistema)\"\n\nmsgid \"User password\"\nmsgstr \"Palavra-chave do utilizador\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Utilizador real (Primeiro e Último Nome)\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Tipo de utilizador\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Tipo de Utilizador (Admin, Revendedor, Utilizador)\"\n\nmsgid \"Username\"\nmsgstr \"Nome de Utilizador\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Utilizadores\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"Muito alto\"\n\nmsgid \"View\"\nmsgstr \"Ver\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Avisos e Erros\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Web entrada\"\n\nmsgid \"Web out\"\nmsgstr \"Web saida\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Estatísticas Web\"\n\nmsgid \"Web traffic\"\nmsgstr \"Tráfego Web\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Ferramentas Web\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"Ano\"\n\nmsgid \"Yes\"\nmsgstr \"Sim\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"A sua mensagem\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Código Postal\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Português (Portugal)\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"Domínio\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Domínios\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"tudo\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Actualizações i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/A\"\n\nmsgid \"no\"\nmsgstr \"não\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"mais antigo que 1 mês\"\n\nmsgid \"older than 12 months\"\nmsgstr \"mais antigo que 12 meses\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"mais antigo que 2 semanas\"\n\nmsgid \"older than 3 months\"\nmsgstr \"mais antigo que 3 meses\"\n\nmsgid \"older than 6 months\"\nmsgstr \"mais antigo que 6 meses\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Sub-domínio\"\n\nmsgid \"subdomains\"\nmsgstr \"Sub-domínios\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Tráfego\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"sim\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/ro_RO.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: johnnyg_ro <johnnyg_ro@yahoo.com>, 2017\\n\"\n\"Language-Team: Romanian (Romania) (https://www.transifex.com/i-mscp/teams/576/ro_RO/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: ro_RO\\n\"\n\"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Admin / Suport / Tichete Deschise\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"Client / Utilitare Web / Pagini Erori / Editare Pagini Erori\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Adresa IP gresita.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s esti autorizat ca si %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s inregistrari\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"(de obicei denumit\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"Nume cont\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"Actiune\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"Actiuni\"\n\nmsgid \"Activate\"\nmsgstr \"Activeaza\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Adauga\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Adauga baza de date SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Adauga utilizator pentru SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"Adauga admin\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Adauga alias pentru domeniu\"\n\nmsgid \"Add group\"\nmsgstr \"Adauga grup\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Adauga plan gazduire\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Adauga zona protejata\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"Adauga reseller\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Adauga subdomeniu\"\n\nmsgid \"Add user\"\nmsgstr \"Adauga utilizator\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"Pentru Administrator\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"Log Administrator\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"Administratori\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrator\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"Nivel de administrator\"\n\nmsgid \"Administrator login\"\nmsgstr \"Autentificare Administrator\"\n\nmsgid \"Administrators\"\nmsgstr \"Administratori\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Toate\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Toate campurile sunt necesare.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Toate intrarile\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"Toate iesirile\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"Tot traficul\"\n\nmsgid \"All users\"\nmsgstr \"Toti userii\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"OK\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Adresa alternativa pentru website\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"OK\"\n\nmsgid \"Apply changes\"\nmsgstr \"Salveaza modificarile\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Sigur ca doriti sa stergeti %s\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Sigur doriti sa restaurati salvarea?\"\n\nmsgid \"Assign\"\nmsgstr \"Atribuie\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Inapoi\"\n\nmsgid \"Backup\"\nmsgstr \"Salvare\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Detectare bruteforce\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Anuleaza\"\n\nmsgid \"Canonical name\"\nmsgstr \"Nume canonic\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"Modifica\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Utilizator actualizat\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"alege\"\n\nmsgid \"Choose dir\"\nmsgstr \"Alege director\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Alege plan gazduire\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"Circular\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Oras\"\n\nmsgid \"Class\"\nmsgstr \"Clasa\"\n\nmsgid \"Clear log\"\nmsgstr \"Curata log-ul\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"Click pe butonul Restaurare pentru a restaura ultimul backup\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"OK\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Ticket-uri inchise\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Companie\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Tara\"\n\nmsgid \"Create\"\nmsgstr \"OK\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Creat de\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Data creearii\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Pagini erori customizabile\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Meniuri personalizate\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"JOS - inactiv\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Salvare zilnica\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Nume si Utilizatori de baza de date\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Numele bazei de date\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Utilizatori pentru baza de date\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"Date\"\n\nmsgid \"Day\"\nmsgstr \"Ziua\"\n\nmsgid \"Days\"\nmsgstr \"Zile\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Sterge\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Sterge din log:\"\n\nmsgid \"Delete order\"\nmsgstr \"Sterge comanda\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Descriere\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Detalii\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Dezactivat\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Disc\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"Utilizare disc\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domeniu\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP Domeniu\"\n\nmsgid \"Domain Name\"\nmsgstr \"Nume Domenii\"\n\nmsgid \"Domain account\"\nmsgstr \"Cont domeniu\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"Alias domeniu\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Erori alias domenii\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Alias-uri domenii\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Detalii domeniu\"\n\nmsgid \"Domain errors\"\nmsgstr \"Erori domenii\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Nume domeniu\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Statistici domeniu\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"Domenii\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domenii per pagina\"\n\nmsgid \"Done\"\nmsgstr \"Gata\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Editare\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"Editare domeniu\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Editeaza alias-uri domeniu\"\n\nmsgid \"Edit error page\"\nmsgstr \"Editeaza pagina de eroare\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Editare plan hosting\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Editeaza reseller\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"E-Mail\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"Setare Email\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"Pornit\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Pagini de eroare\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"Eroari\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"Cont FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Conturi FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Trafic FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Functie\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"Femeie\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"Manager de Fisiere\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Informatii sistem fisiere\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Prenume\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Forward\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"Forward la\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Forward spre URL\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Liber\"\n\nmsgid \"From\"\nmsgstr \"De La\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"De la reseller-ul\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Sex\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"Informatii Generale\"\n\nmsgid \"General settings\"\nmsgstr \"Setari Generale\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"Grup\"\n\nmsgid \"Group members\"\nmsgstr \"Membrii Grup\"\n\nmsgid \"Group name\"\nmsgstr \"Nume Grup\"\n\nmsgid \"Groups\"\nmsgstr \"Grupuri\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Ridicat\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Plan gazduire\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Planuri gazduire\"\n\nmsgid \"Hour\"\nmsgstr \"Ora\"\n\nmsgid \"Hours\"\nmsgstr \"Ore\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"Adresa IP\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"Utilizare IP\"\n\nmsgid \"IPv6 address\"\nmsgstr \"Adresa IPv6\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Instaleaza\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instructiuni pentru download salvarea de azi\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internaţionalizare\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Nume grup incorect!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Versiune Kernel\"\n\nmsgid \"Kill session\"\nmsgstr \"Stergere sesiune\"\n\nmsgid \"Label\"\nmsgstr \"Eticheta\"\n\nmsgid \"Language\"\nmsgstr \"Limba\"\n\nmsgid \"Language file\"\nmsgstr \"Fisier limba\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"Ultima accesare\"\n\nmsgid \"Last name\"\nmsgstr \"Nume\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"Sablon\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"Nivel\"\n\nmsgid \"Limit\"\nmsgstr \"Limita\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Incarcare (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Autentificare\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Autentifica-te in contul de FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Fisier logo\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"Iesire\"\n\nmsgid \"Lost password\"\nmsgstr \"Parola Pierduta\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Link parola pierduta\"\n\nmsgid \"Low\"\nmsgstr \"Redus\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"e-mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Erori conturi e-mail\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Conturi mail\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Mod Intretinere\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Barbat\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Administreaza SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Administreaza utilizatori si grupuri\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Numar maxim autentificari permise\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"Mediu\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Mesaj\"\n\nmsgid \"Message template\"\nmsgstr \"Mesaj interfata\"\n\nmsgid \"Message template info\"\nmsgstr \"Mesaj informatie interfata\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Minut\"\n\nmsgid \"Minutes\"\nmsgstr \"Minute\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Luna\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"Mount\"\n\nmsgid \"Mount point\"\nmsgstr \"Punct instalare\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Nume\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Interogare noua\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"Pasul urmator\"\n\nmsgid \"No\"\nmsgstr \"Nu\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Informatii, Atentionari si Erori\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"Ticket-uri deschise\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"Comanda\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Alte intrari\"\n\nmsgid \"Other out\"\nmsgstr \"Alte iesiri\"\n\nmsgid \"Other settings\"\nmsgstr \"Alte setari\"\n\nmsgid \"Overview\"\nmsgstr \"Rezumat\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP intrari\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP iesiri\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Trafic POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Actiuni\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"Titlu pachet\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"Limbaj default pentru panou\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Partitie\"\n\nmsgid \"Password\"\nmsgstr \"Parola\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Parola a fost trimisa\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"Calea\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Procent\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"Date personale\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Personalizeaza template\"\n\nmsgid \"Phone\"\nmsgstr \"Telefon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Prevenire logare externa pentru administratori\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Prevenire logare externa pentru clienti\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Prevenire logare externa pentru reseller\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Prioritate\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Zone Protejate\"\n\nmsgid \"Protocol\"\nmsgstr \"Protocol\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"Date inregistrare\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"Sterge\"\n\nmsgid \"Remove IP\"\nmsgstr \"Sterge IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Repeta parola\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"Reseller\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Nume Reseller\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"Nivel reseller\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"Nume reseller\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"Utilizatori reseller\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"Reselleri\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Reseteaza\"\n\nmsgid \"Restore\"\nmsgstr \"Restaureaza\"\n\nmsgid \"Restore backup\"\nmsgstr \"Restaureaza salvare\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP intrari\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP iesiri\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Trafic SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"Baze de date SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"Nume utilizator SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"Utilizatori SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Salveaza\"\n\nmsgid \"Search\"\nmsgstr \"Cauta\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Code de securitate\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Trimite mesaj\"\n\nmsgid \"Send message to\"\nmsgstr \"Trimite mesajul la\"\n\nmsgid \"Send reply\"\nmsgstr \"Trimite mesaj\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Porturi server\"\n\nmsgid \"Server statistics\"\nmsgstr \"Statistici server\"\n\nmsgid \"Server status\"\nmsgstr \"Status Server\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Nume serviciu\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protocol\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Setari\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Arata\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Arata in\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"Marime\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Stat / Provincie\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistici\"\n\nmsgid \"Status\"\nmsgstr \"Stare\"\n\nmsgid \"Street 1\"\nmsgstr \"Adresa principala\"\n\nmsgid \"Street 2\"\nmsgstr \"Adresa secundara\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomeniu\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Emailuri subdomeniu\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Erori subdomenii\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Nume subdomeniu\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomenii\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Subiect\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Salveaza modificarile\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"Suport sistem\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Schimba\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Schimba pe interfata utilizator\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Sistem\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"Instrumente sistem\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Port destinatie\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgid \"Total Domains\"\nmsgstr \"Total Domenii\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"Trafic\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"Tip\"\n\nmsgid \"UP\"\nmsgstr \"SUS - activ\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"Protocol URL\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL catre acest panel\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Nedeclarat\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Eroare necunoscuta\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Actualizare\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Incarca\"\n\nmsgid \"Upload logo\"\nmsgstr \"Incarca logo\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Folosit\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Utilizator\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Utilizator (nume si prenume)\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Autorizare nume (system) utilizator\"\n\nmsgid \"User password\"\nmsgstr \"Parola utilizator\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Numele real utilizator (nume si prenume)\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Tip utilizator\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Tip utilizator (administrator, reseller, utilizator)\"\n\nmsgid \"Username\"\nmsgstr \"Nume utilizator\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Utilizatori\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"Foarte ridicat\"\n\nmsgid \"View\"\nmsgstr \"Vizualizare\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Atentionari si Erori\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Intrari Web\"\n\nmsgid \"Web out\"\nmsgstr \"Iesiri Web\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Statistici web\"\n\nmsgid \"Web traffic\"\nmsgstr \"Trafic Web\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Instrumente Web\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"Anul\"\n\nmsgid \"Yes\"\nmsgstr \"Da\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"Mesajul dumneavoastra\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Codul Postal/Zip\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Română - Romanian\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"Domeniu\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Domenii\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"tot\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP actualizari\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"Panou de Control Multi User pentru Internet\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"domeniu lipsa\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/A\"\n\nmsgid \"no\"\nmsgstr \"nu\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"mai vechi de o luna\"\n\nmsgid \"older than 12 months\"\nmsgstr \"mai vechi de 12 luni\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"mai vechi de doua saptamani\"\n\nmsgid \"older than 3 months\"\nmsgstr \"mai vechi de 3 luni\"\n\nmsgid \"older than 6 months\"\nmsgstr \"mai vechi de sase luni\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Subdomeniu\"\n\nmsgid \"subdomains\"\nmsgstr \"Subdomenii\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Trafic\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"da\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/ru_RU.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Oleg Olegov <>, 2017\\n\"\n\"Language-Team: Russian (Russia) (https://www.transifex.com/i-mscp/teams/576/ru_RU/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: ru_RU\\n\"\n\"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Администратор / Служба поддержки / Открытые тикеты\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Клиент / Инструменты / Пользовательские страницы ошибок / Редактирование \"\n\"страницы\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Неверный IP адрес.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN автоматически добавляется к неограниченным именам, хостам и \"\n\"каноническим именам\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"Значение $ORIGIN на данный момент: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"%%s не может быть больше %%s.\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Репозиторий)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Версия: %2$s, Язык: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s вы вошли как %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - Программное обеспечение\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"Остался %d день до истечения срока\"\nmsgstr[1] \"Осталось %d дня до истечения срока\"\nmsgstr[2] \"Осталось %d дней до истечения срока\"\nmsgstr[3] \"Осталось %d дней до истечения срока\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"Переведено %d строк \"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s учетная запись успешно удалена.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s не является архивом плагина i-MSCP.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s не существует или пуст\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s не является верным языковым файлом i-MSCP.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s не разрешено использовать в качестве названия поддомена\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s страница\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s запись\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"Веб-почта %s \"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: Потребление клиентов (%s) этого реселлера больше чем новое ограничение.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: Предел значения (%s) уже назначенный реселлером, больше этого лимита.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: у реселлера есть клиент(ы) с неограниченными службами.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"%s: Вы не можете отключить службу, уже проданную клиенту.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"%s: Вы не можете отключить службу, уже проданную клиенту.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() не реализован и %s не найден. Это баг плагина %s , и он должен\"\n\" быть отправлен автору(ам) плагина.\"\n\nmsgid \"(default)\"\nmsgstr \"(по умолчанию)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(отфильтровано из %s записей)\"\n\nmsgid \"(usually named\"\nmsgstr \"(Обычное имя архива: \"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Расширение PHP остановило загрузку файла.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Хостинг-план с таким именем уже существует.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"Конфигурационный параметр был создан.\"\nmsgstr[1] \"%d конфигурационных параметра было создано.\"\nmsgstr[2] \"%d конфигурационных параметров было создано.\"\nmsgstr[3] \"%d конфигурационных параметров было создано.\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Доступна новая версия i-MSCP\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Новое программное обеспечение было добавлено.\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"Задание выполняется для этого пользователя.\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Получить доступ к статистике домена через Web-интерфейс.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Получить доступ к файлам через Web-интерфейс.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Получить доступ к почте через Web-интерфейс.\"\n\nmsgid \"Account limits\"\nmsgstr \"Ограничения учетной записи\"\n\nmsgid \"Account name\"\nmsgstr \"Имя учётной записи\"\n\nmsgid \"Account summary\"\nmsgstr \"Учетная запись\"\n\nmsgid \"Account type\"\nmsgstr \"Тип учетной записи\"\n\nmsgid \"Action\"\nmsgstr \"Действие\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Действие было остановлено.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Действие не выполнено.\"\n\nmsgid \"Actions\"\nmsgstr \"Действия\"\n\nmsgid \"Activate\"\nmsgstr \"Активировать\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"Активировать автоответчик\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Активировать плагин\"\n\nmsgid \"Activated\"\nmsgstr \"Активировано\"\n\nmsgid \"Activated software\"\nmsgstr \"Активированное ПО\"\n\nmsgid \"Activation email\"\nmsgstr \"Активационное письмо\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Активация в процессе...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"Время действия ссылки активации в минутах\"\n\nmsgid \"Add\"\nmsgstr \"Добавить\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Добавить запись DNS\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Добавить учётную запись FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Добавить группу Htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Добавить пользователя Htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Добавить базу данных\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Добавить пользователя SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Добавить SSL сертификат\"\n\nmsgid \"Add admin\"\nmsgstr \"Добавить администратора\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"Добавить учетную запись сборщика почты\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Добавить пользовательское меню\"\n\nmsgid \"Add customer\"\nmsgstr \"Добавить клиента\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Добавить клиента - Следующий шаг\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Добавить алиас домена\"\n\nmsgid \"Add group\"\nmsgstr \"Добавить группу\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Добавить хостинг-план\"\n\nmsgid \"Add mail account\"\nmsgstr \"Добавить почтовый ящик\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Добавить новый IP адрес\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Добавить новую защищённую зону\"\n\nmsgid \"Add permissions\"\nmsgstr \"Добавить разрешения\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Добавить разрешения реселлера на ПО\"\n\nmsgid \"Add protected area\"\nmsgstr \"Добавить защищенную зону\"\n\nmsgid \"Add reseller\"\nmsgstr \"Добавить реселлера\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Добавить поддомен\"\n\nmsgid \"Add user\"\nmsgstr \"Добавить пользователя\"\n\nmsgid \"Added by\"\nmsgstr \"Добавил\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Добавление в действии\"\n\nmsgid \"Admin\"\nmsgstr \"Администратор\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Администратор / Основное / Журнал администратора\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Администратор / Основное / Обзор\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Администратор / Основное / Статус служб\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Администратор / Профиль / Учетная запись\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Администратор / Профиль / Язык\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Администратор / Профиль / Обложка\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Администратор / Профиль / Пароль\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Администратор / Профиль / Персональные данные\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Администратор / Настройки\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Администратор / Настройки / Управление IP\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Администратор / Настройки / Языки\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Администратор / Настройки / Письмо восстановления пароля\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"Администратор / Настройки / Месячный трафик сервера\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Администратор / Настройки / Управление плагинами\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Администратор / Настройки / Порты служб\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Администратор / Настройки / Управление ПО\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Администратор / Настройки / Настройки ПО\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Администратор / Настройки / Приветственное письмо\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Администратор / Настройки / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Администратор / Управление ПО / ПО реселлера\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Администратор / Статистика / Использование IP\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Администратор / Статистика / Статистика реселлеров\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\"Администратор / Статистика / Статистика реселлера / Статистика пользователя\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Администратор / Статистика / Статистика реселлера / Статистика пользователя \"\n\"/ Статистика пользователя  {USERNAME} \"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Администратор / Статистика / Статистика сервера\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Администратор / Служба поддержки / Закрытые тикеты\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Администратор / Служба поддержки / Просмотр тикетов\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Администратор / Системные инструменты / Логи антируткита\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Администратор / Системные инструменты / Отладчик\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Администратор / Системные инструменты / Настройки техобслуживания\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Администратор / Системные инструменты / Системная информация\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Администратор / Системные инструменты / Обновления i-MSCP\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Администратор / Пользователи / Добавить администратора\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Администратор / Пользователи / Добавить реселлера\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Администратор / Пользователи / Почтовая рассылка\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Администратор / Пользователи / Изменить реселлера\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Администратор / Пользователи / Обзор\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Администратор / Пользователи / Обзор / Детали домена\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Администратор / Пользователи / Обзор / Редактировать домен\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"Администратор / Пользователи / Обзор / Изменить клиента\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Администратор / Пользователи / Сессии\"\n\nmsgid \"Admin log\"\nmsgstr \"Журнал администратора\"\n\nmsgid \"Admin not available\"\nmsgstr \"Администратор недоступен\"\n\nmsgid \"Admin users\"\nmsgstr \"Администраторы\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Администратор / Статистика использования IP\"\n\nmsgid \"Administrator\"\nmsgstr \"Администратор\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Администраторский и реселлерский уровень\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Администратор и клиент\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Администраторский и клиентский уровень\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Администратор и реселлер\"\n\nmsgid \"Administrator level\"\nmsgstr \"Уровень администратора\"\n\nmsgid \"Administrator login\"\nmsgstr \"Вход администратора\"\n\nmsgid \"Administrators\"\nmsgstr \"Администраторы\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Администраторы и клиенты\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Администраторы и реселлеры\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"После загрузки пакета, он будет установлен в вашу систему.<br>Обновите Ваш \"\n\"сайт, чтобы увидеть новый статус!\"\n\nmsgid \"All\"\nmsgstr \"Все\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Все закрытые тикеты были успешно удалены.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Все ошибки (разработка)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Все ошибки, кроме E_DEPRECATED и E_STRICT (продуктивно)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"Все ошибки, кроме E_NOTICE, E_STRICT и E_DEPRECATED (стандарт)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Необходимо заполнить все поля.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Все поля заполнены верно.\"\n\nmsgid \"All in\"\nmsgstr \"Все вх\"\n\nmsgid \"All levels\"\nmsgstr \"Все уровни\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Все открытые тикеты были успешно удалены\"\n\nmsgid \"All out\"\nmsgstr \"Все исх\"\n\nmsgid \"All reseller\"\nmsgstr \"Все реселлеры\"\n\nmsgid \"All traffic\"\nmsgstr \"Весь трафик\"\n\nmsgid \"All users\"\nmsgstr \"Все пользователи\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Разрешить URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Позволяет перенаправлять любой запрос, сделанный для домена на указанный URL\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Позволяет распределить точку монтирования другого домена.\"\n\nmsgid \"Already in use\"\nmsgstr \"Уже используется\"\n\nmsgid \"Alt. URL\"\nmsgstr \"альт. URL\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"Альтернативный URL для доступа к сайту.\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Альтернативный URL для доступа к сайту\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Произошла неожиданная ошибка.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\"Обнаружена непредвиденная ошибка. Пожалуйста свяжитесь с Вашим \"\n\"администратором.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\"Произошла непредвиденная ошибка. Пожалуйста свяжитесь с Вашим реселлером.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Произошла неожиданная ошибка: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Неизвесная ошибка при загрузке файла: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Логи антируткита\"\n\nmsgid \"Any\"\nmsgstr \"Любой\"\n\nmsgid \"Application installer\"\nmsgstr \"Установка приложений\"\n\nmsgid \"Apply\"\nmsgstr \"Применить\"\n\nmsgid \"Apply changes\"\nmsgstr \"Применить изменения\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Вы уверены, что хотите установить пакет из Web-хранилища?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Вы уверены, что хотите установить этот пакет?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Вы уверены, что хотите удалить права?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Вы уверены что хотите удалить SQL пользователя '%s'?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Вы уверены, что хотите активировать этот пакет?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Вы уверены что хотите удалить %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Вы уверены, что хотите удалить все закрытые тикеты?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"Вы уверены, что хотите удалить все выбранные почтовые ящики?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Вы уверены, что хотите удалить все тикеты?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"Вы уверены, что хотите удалить пользователя FTP %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Вы уверены что хотите удалить %s заказ на алиас домена?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Вы уверены, что хотите удалить %s алиас домена?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Вы уверены, что хотите удалить меню %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"Вы уверены, что хотите удалить порт службы %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Вы уверены, что хотите удалить тикет %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Вы уверены, что хотите удалить IP адрес %%s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Вы уверены, что хотите удалить пользователя FTP %%s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Вы уверены, что хотите удалить защищённую зону %%s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"Вы действительно хотите удалить эту учетную запись %%?\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Вы уверены, что хотите удалить эту DNS запись?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"Вы уверены, что хотите удалить данную учетную запись?\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"Вы уверены, что хотите удалить данную учетную запись сборщика почты?\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Вы уверены, что хотите удалить этот алиас домена?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Вы уверены, что хотите удалить этот хостинг-план?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Вы уверены, что хотите удалить пакет?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Вы уверены, что хотите удалить этот поддомен?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"Вы уверены, что хотите импортировать пакет в локальный репозиторий?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"Вы уверены, что хотите импортировать этот пакет в репозиторий?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"Вы уверены, что хотите установить пакет из Web-репозитория?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Вы уверены что хотите восстановить резервную копию?\"\n\nmsgid \"Assign\"\nmsgstr \"Назначить\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Назначит существующего SQL пользователя\"\n\nmsgid \"Assign group\"\nmsgstr \"Назначить группу\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Закреплено как минимум за одним реселлером\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"По крайней мере один сертефикат не валидный или отсутствует.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"По крайней мере, один из ваших почтовых ящиков превышает квоту.\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Аутентификация по группе\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Аутентификация по пользователю\"\n\nmsgid \"Authentication users\"\nmsgstr \"Аутентификация пользователи\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Аутентификация пользователи/группы\"\n\nmsgid \"Auto\"\nmsgstr \"Автоматически\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Автоматически (язык браузера)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"Автоматические адреса сборщика почты\"\n\nmsgid \"Autoresponder\"\nmsgstr \"Автоответчик\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"Автоответчик был активирован.\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"Автоответчик был деактивирован.\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"Автоответчик был изменен.\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"Сообщение автоответчика не может быть пусто.\"\n\nmsgid \"Available\"\nmsgstr \"Доступно\"\n\nmsgid \"Available software\"\nmsgstr \"Доступное ПО\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Ожидает активации\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"В ожидании утверждения\"\n\nmsgid \"B\"\nmsgstr \"В\"\n\nmsgid \"Back\"\nmsgstr \"Назад\"\n\nmsgid \"Backup\"\nmsgstr \"Резервное копирование\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Параметры резервного копирования.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Резервная копия успешно помечена для восстановления.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"Неверный почтовый адрес в списке адресов сборщика почты.\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"Неверный почтовый адрес в списке перенаправления.\"\n\nmsgid \"Bad password.\"\nmsgstr \"Неверный пароль.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Неверный запрос.\"\n\nmsgid \"Behind\"\nmsgstr \"После\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Здесь Вы можете переключить один или несколько ваших доменов в режим \"\n\"доставки почты на другой почтовый сервер. Внимание, эта функция не изменяет \"\n\"записи DNS. Не забудьте изменить запись MX в настройках DNS.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"Время блокирования между попытками ввода логина/капчи в секундах\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Время блокировки между попытками входа\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"Время блокировки в минутах\"\n\nmsgid \"Body\"\nmsgstr \"Тело\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Тело отсутствует.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Определение атаки-перебора\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Основные Действия\"\n\nmsgid \"By\"\nmsgstr \" \"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"Информация о процессоре\"\n\nmsgid \"Cache\"\nmsgstr \"Кэш\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Может изменить PHP %s запись\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Может пользовать PHP %s функцию\"\n\nmsgid \"Cancel\"\nmsgstr \"Отмена\"\n\nmsgid \"Canonical name\"\nmsgstr \"Каноническое имя\"\n\nmsgid \"Catch-all account\"\nmsgstr \"Учетная запись сборщика почты\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"Сборщик почты успешно отмечен для удаления.\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"Учетные записи сборщика почты\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"Адреса сборщика почты\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"Поле адресов сборщика почты не может пустовать.\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"Адреса сборщика почты для домена %s\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"Домен сборщика почты\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"Сборщик почты успешно помечен для добавления.\"\n\nmsgid \"Certificate\"\nmsgstr \"Сертификат\"\n\nmsgid \"Certificate data\"\nmsgstr \"Данные сертификата\"\n\nmsgid \"Change\"\nmsgstr \"Изменить\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Изменить статус данного элемента для новой попытки\"\n\nmsgid \"Check for update\"\nmsgstr \"Проверка обновлений\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Проверьте загрузки реселлера!<br>Не разрешается загружать один и тот же \"\n\"пакет дважды.<br>Обновите страницу, чтобы увидет новый статус!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Проверьте Ваши загрузки!<br>Сообщите администратору, если Вы не можете найти\"\n\" пакет.<br>Не разрешается загружать один и тот же пакет дважды.<br>Обновите \"\n\"страницу, чтобы увидет новый статус!\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Проверьте Ваш пакет. Он содержит ошибку!<br>Обновите страницу, чтобы увидет \"\n\"новый статус!\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Проверьте загрузки репозитория!<br>Не разрешается загружать один и тот же \"\n\"пакет дважды.<br>Обновите страницу, чтобы увидет новый статус!\"\n\nmsgid \"Choose\"\nmsgstr \"Выбрать\"\n\nmsgid \"Choose dir\"\nmsgstr \"Выбрать каталог\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Выберите файл (Max: %1$d MB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Выбрать хостинг-план\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Выберите цвет подложки \"\n\nmsgid \"Choose your language\"\nmsgstr \"Выберите Ваш язык\"\n\nmsgid \"Circular\"\nmsgstr \"Почтовая рассылка\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Рассылка успешно отправлена.\"\n\nmsgid \"City\"\nmsgstr \"Город / Населенный пункт\"\n\nmsgid \"Class\"\nmsgstr \"Класс\"\n\nmsgid \"Clear log\"\nmsgstr \"Очистить лог\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Щелкните здесь, чтобы получить подробности\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Нажмите на кнопку Восстановить и система восстановит последнюю резервную \"\n\"копию\"\n\nmsgid \"Click to edit\"\nmsgstr \"Щелкните для изменения\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"Нажмите, чтобы приостановить учетную запись данного клиента.\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"Нажмите, чтобы разблокировать учетную запись данного клиента.\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Клиент / Базы данных / Добавить БД\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Клиент / Базы данных / Обзор\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Клиент / Базы данных / Обзор / Добавить пользователя БД\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Клиент / Базы данных / Обзор / Обновить пароль пользователя БД\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Клиент / Домены / Изменить запись DNS\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Клиент / Домены\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Клиент / Домены / Добавить запись DNS\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Клиент / Домены / Добавить алиас\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Клиент / Домены / Добавить поддомен\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Клиент / Домены / Редактрировать домен\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Клиент / Домены / Редактрировать алиас\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Клиент / Домены / Редактрировать поддомен\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Клиент / Домены / Настройки PHP\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Клиент / Домены / SSL сертификаты\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Клиент / FTP / Добавить пользователя FTP\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Клиент / FTP / Обзор\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Клиент / FTP / Обзор / Редактировать учётную запись FTP\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Клиент / Основное / Обзор\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"Клиент / Почта / Добавить ящик\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"Клиент / Почта / Сборщик почты\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"Клиент / Почта / Сборщик почты / Добавить учетную запись\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"Клиент / Почта / Изменить учетную запись\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"Клиент / Почта / Внешние почтовые сервера\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"Клиент / Почта / Обзор\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"Клиент / Почта / Обзор / Активировать автоответчик\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"Клиент / Почта / Обзор / Изменить автоответчик\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Клиент / Профиль / Учетная запись\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Клиент / Профиль / Язык\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Клиент / Профиль / Обложка\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Клиент / Профиль / Пароль\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Клиент / Профиль / Персональные данные\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Клиент / Статистика\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Клиент / Служба поддержки / Закрытые тикеты\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Клиент / Служба поддержки / Новый тикет\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Клиент / Служба поддержки / Открытые тикеты\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Клиент / Служба поддержки / Просмотреть тикет\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Клиент / Инструменты / Пользовательские страницы ошибок\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Клиент / Инструменты / Резервное копирование\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Клиент / Инструменты / Обзор\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Клиент / Инструменты / Защищенные зоны\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Клиент / Инструменты / Защищенные зоны / Управления пользователями и \"\n\"группами\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"i-MSCP - Клиент / Web-инструменты / Защищенные зоны / Управление \"\n\"пользователями и группами / Добавить группу\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"i-MSCP - Клиент / Web-инструменты / Защищенные зоны / Управление \"\n\"пользователями и группами /Добавить пользователя\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"i-MSCP - Клиент / Web-инструменты / Защищенные зоны / Управление \"\n\"пользователями и группами / Изменить пользователя\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Клиент / Инструменты / Защищенные зоны / \"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Клиент / Инструменты / Приложения\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Клиент / Инструменты / Обзор / Приложения / Установка\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Клиент / Инструменты / Приложения / Просмотр\"\n\nmsgid \"Client users\"\nmsgstr \"Пользователи клиентов\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Частота (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Закрыть\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Закрыть тикет\"\n\nmsgid \"Close ticket\"\nmsgstr \"Закрыть тикет\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Закрытые тикеты\"\n\nmsgid \"Common name\"\nmsgstr \"Общее имя\"\n\nmsgid \"Company\"\nmsgstr \"Компания\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Режим конфигурации\"\n\nmsgid \"Confirmation required\"\nmsgstr \"требуется подтверждение\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"Kонфликт с записью `%s'.\"\n\nmsgid \"Cores\"\nmsgstr \"Ядра\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Не удалось добавить/обновить SSL сертификат. Произошла неожиданная ошибка.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"Невозможно создать резервную копию плагина `%s'\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"Невозможно изменить плагин %s: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\"Не удалось подключиться с базой данных  `%s`. Пожалуйста проверьте пароль.\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"Не удалось создать алиас домена. Произошла неожиданная ошибка.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"Не удалось удалить базу данных SQL. Произошла неожиданная ошибка.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"Не удалось удалить пользователя SQL. Произошла неожиданная ошибка.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"Не удалось удалить SSL сертификат. Произошла неожиданная ошибка.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"Невозможно удалить плагин %s: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"Невозможно отключить плагин %s: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"Невозможно включить плагин %s: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\"Невозможно найти сетевой интерфейс. Вы не можете добавить новый IP адрес.\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Не удалось сгенерировать SSL сертификат. Произошла неожиданная ошибка.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"Невозможно установить плагин %s : %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"Невозможно защитить плагин %s: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"Невозможно восстановить резервную копию плагина %s .\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"Невозможно получить список каталогов для Вашего домена.\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"Невозможно отключить плагин %s: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"Невозможно обновить плагин %s: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Невозможно загрузить файл.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Невозможно загрузить файл. Файл не найден\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"Невозможно загрузить файл. Максимальный размер файла (%1$d MB) превышен.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"Невозможно создать базу данных %s.\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"Не удалось удалить алиас домена. Произошла неожиданная ошибка.\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"Невозможно удалить поддомен. Произошла неожиданная ошибка.\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"Невозможно проверить запись DNS: %s\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"Считать почтовые ящики по умолчанию\"\n\nmsgid \"Country\"\nmsgstr \"Страна\"\n\nmsgid \"Create\"\nmsgstr \"Создать\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"Создать почтовые адреса по умолчанию\"\n\nmsgid \"Created by\"\nmsgstr \"Создал\"\n\nmsgid \"Created on\"\nmsgstr \"Созданo\"\n\nmsgid \"Creation date\"\nmsgstr \"Дата создания\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Ошибки внешних DNS\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Пользовательская DNS запись успешно помечена для удаления.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Пользовательские DNS\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Страницы ошибок обновлены.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Персональные страницы ошибок\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Название меню и ссылка\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Настройки персональных меню\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Пользовательское меню успешно добавлено.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Пользовательское меню успешно удалено.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Пользовательское меню успешно обновлено.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Персональные меню\"\n\nmsgid \"Customer\"\nmsgstr \"Клиент\"\n\nmsgid \"Customer account\"\nmsgstr \"Учетная запись клиента\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Клиент успешно помечен для активации.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Клиент успешно помечен для создания.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Клиент успешно помечен для деактивации.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Клиент успешно помечен для удаления.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Учетная запись клиента успешно обновлена.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Назначения клиентов\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Потребление клиента\"\n\nmsgid \"Customer level\"\nmsgstr \"Уровень клиента\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Клиент успешно помечен для добавления.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Клиент успешно помечен для удаления.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Цвет подложки клиента успешно обновлен.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Пользователь(и) успешно перемещены.\"\n\nmsgid \"Customers\"\nmsgstr \"Клиенты\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Выберите страницы ошибок для Вашего домена.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS запись уже существует.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"Запись DNS\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"DNS запись помечена для добавления.\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"DNS запись помечена для обновления.\"\n\nmsgid \"DNS resource records\"\nmsgstr \"Записи ресурсов DNS\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"Зона DNS, в которую вы хотите добавить запись DNS.\"\n\nmsgid \"DOWN\"\nmsgstr \"НЕ РАБОТАЕТ\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Запрос демона провален.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Запрос демона удался.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Ежедневная резервная копия\"\n\nmsgid \"Data\"\nmsgstr \"Данные\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Данные были изменены. Пожалуйста попробуйте снова.\"\n\nmsgid \"Database\"\nmsgstr \"База данных\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Имя и пользователи базы данных\"\n\nmsgid \"Database data\"\nmsgstr \"База данных\"\n\nmsgid \"Database name\"\nmsgstr \"Имя базы данных\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Имя базы данных слишком длинное.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Имя базы данных недопустимо или не разрешено.\"\n\nmsgid \"Database password\"\nmsgstr \"Пароль базы данных\"\n\nmsgid \"Database prefix\"\nmsgstr \"Префикс базы данных\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Префикс/постфикс БД\"\n\nmsgid \"Database required\"\nmsgstr \"Требуется база данных\"\n\nmsgid \"Database usage\"\nmsgstr \"Использование БД\"\n\nmsgid \"Database user\"\nmsgstr \"Пользователь базы данных\"\n\nmsgid \"Database users\"\nmsgstr \"Пользователи базы данных\"\n\nmsgid \"Databases\"\nmsgstr \"Базы данных\"\n\nmsgid \"Date\"\nmsgstr \"Дата\"\n\nmsgid \"Day\"\nmsgstr \"День\"\n\nmsgid \"Days\"\nmsgstr \"Дни\"\n\nmsgid \"Deactivate\"\nmsgstr \"Деактивировать\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Деактивировать плагин\"\n\nmsgid \"Deactivated\"\nmsgstr \"Деактивировано\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Деактивация в процессе...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Новая учетная запись i-MSCP была создана для Вас.\\n\"\n\"\\n\"\n\"Информация о Вашей учетной записи:\\n\"\n\"\\n\"\n\"Тип пользователя: {USERTYPE}\\n\"\n\"Имя пользователя: {USERNAME}\\n\"\n\"Пароль: {PASSWORD}\\n\"\n\"\\n\"\n\"Пожалуйста, для Вашей безопасности, измените Ваш пароль при первом входе.\\n\"\n\"\\n\"\n\"Вы можете войти прямо сейчас {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"Благодарим за использование сервисов i-MSCP.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Ваш реселлер загрузил новый пакет ПО.\\n\"\n\"\\n\"\n\"ID Реселлера: {RESELLER_ID}\\n\"\n\"Пакет ПО: {SOFTWARE_PACKAGE}\\n\"\n\"ID пакета: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {Name},\\n\"\n\"\\n\"\n\"пожалуйста кликните на ниже указанную ссылку, чтоб обновить ваш пароль к i-MSCP:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Внимание: если запрос на изменение пароля был сделан не Вами, то пожалуйста игнорируйте данное сообщение.\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"это автоматическое сообщение было отправлено i-MSCP:\\n\"\n\"\\n\"\n\"Название сервера: {HOSTNAME}\\n\"\n\"IP-адрес сервера: {SERVER_IP}\\n\"\n\"IP-адрес клиента: {CLIENT_IP}\\n\"\n\"Версия: {VERSION}\\n\"\n\"Дата сборки: {BUILDDATE}\\n\"\n\"Важность сообщения: {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"На ваш вопрос техподдержки поступил ответ:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Приоритет: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Вы можете перейти по ссылке {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Поступил новый вопрос техподдержки:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Приоритет: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Вы можете перейти по ссылке {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME}, \\n\"\n\"\\n\"\n\"Ваш клиент {CUSTOMER} ожидает подтверждения для своего нового алиаса: \\n\"\n\"\\n\"\n\"{ALIAS} \\n\"\n\"\\n\"\n\"Войдя в панель управления, вы можете подтвердить его, пройдя по ссылке {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php\\n\"\n\"\\n\"\n\"Благодарим за использование сервисов i-MSCP.\\n\"\n\"___________________________ \\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Ваш пароль был успешно обновлен.\\n\"\n\"\\n\"\n\"Ваш новый пароль: {PASSWORD}\\n\"\n\"\\n\"\n\"Вы можете войти прямо сейчас {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"Благодарим за использование сервисов i-MSCP.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Ваше ПО было удалено.\\n\"\n\"\\n\"\n\"Пакет ПО: {SOFTWARE_PACKAGE}\\n\"\n\"ID ПО: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Сообщение от администратора:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Ваше ПО было успешно активировано.\\n\"\n\"\\n\"\n\"Пакет ПО: {SOFTWARE_PACKAGE}\\n\"\n\"ID ПО: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"Debugger\"\nmsgstr \"Отладчик\"\n\nmsgid \"Default\"\nmsgstr \"Стандарт\"\n\nmsgid \"Default language\"\nmsgstr \"Язык по умолчанию\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Язык по умолчанию успешно обновлен.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Задает смогут или нет клиенты добавлять/изменять SSL сертификаты для их \"\n\"доменов.\"\n\nmsgid \"Delete\"\nmsgstr \"Удалить\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Удалить все тикеты\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Удалить из лога:\"\n\nmsgid \"Delete order\"\nmsgstr \"Удалить заказ\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Удалить ПО реселлера\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"Удалить выбранные почтовые ящики\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Удалить этот плагин\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Удалить тикет\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Удаление в процессе\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Удаление в процессе...\"\n\nmsgid \"Depot import\"\nmsgstr \"Импорт репозитория\"\n\nmsgid \"Description\"\nmsgstr \"Описание\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Описание не может быть пусто.\"\n\nmsgid \"Details\"\nmsgstr \"Детали\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Каталог %s не существует.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"Домашний каталог '%s' не существует\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"Домашний каталог %s не разрешен или неверен.\"\n\nmsgid \"Disabled\"\nmsgstr \"Отключено\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Отключенные функции\"\n\nmsgid \"Disconnect\"\nmsgstr \"Отключиться\"\n\nmsgid \"Disk\"\nmsgstr \"Диск\"\n\nmsgid \"Disk space\"\nmsgstr \"Дисковое пространство\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Дисковое пространство [Мб]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Использование диска\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Детали использования диска\"\n\nmsgid \"Display errors\"\nmsgstr \"Отображать ошибки\"\n\nmsgid \"Document root\"\nmsgstr \"Корневая директория для документов\"\n\nmsgid \"Domain\"\nmsgstr \"Домен\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Домен %s не может быть перенаправлен на самого себя.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Домен %s недоступен.\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP домена\"\n\nmsgid \"Domain Name\"\nmsgstr \"Доменное имя\"\n\nmsgid \"Domain account\"\nmsgstr \"Учётная запись домена\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Учетная запись домена истекла.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Учётные записи домена\"\n\nmsgid \"Domain alias\"\nmsgstr \"Алиасы доменов\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Алиас домена %s не может быть перенаправлен на самого себя.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Ошибки алиасов доменов\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Имя алиаса домена\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Алиас домена успешно добавлен.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Алиас домена успешно заказан.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Алиас домена помечен для добавления.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Алиас домена успешно помечен для удаления.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Алиас домена успешно помечен для обновления.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Алиасы домена\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"Лимит алиасов домена\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Домен и базы данных SQL\"\n\nmsgid \"Domain data\"\nmsgstr \"данные домена\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"Данные домена уже были изменены. Пожалуйста попробуйте снова.\"\n\nmsgid \"Domain details\"\nmsgstr \"Информация о домене\"\n\nmsgid \"Domain errors\"\nmsgstr \"Ошибки доменов\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Дата истечения домена\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Должна быть заполнена дата истечения домена.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"Домен, для которого вы включаете редактор PHP\"\n\nmsgid \"Domain name\"\nmsgstr \"Имя домена\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"Доменное имя (в его ASCII форме) не может быть длиннее 255 знаков.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Доменное имя не может пустовать.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Доменное имя не может начинаться и заканчиваться точкой.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Доменное имя содержит неверный символ: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Ярлыки доменного имени не могут быть длиннее 63 знаков.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"Доменное имя не может начинаться и заканчиваться дефисом.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Новая дата истечения домена.\"\n\nmsgid \"Domain overview\"\nmsgstr \"Посмотр домена\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Домен помечен для обновления.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Статистика домена\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Статус домена не в порядке.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Домен успешно помечен для обновления.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Домен успешно обновлен.\"\n\nmsgid \"Domain type\"\nmsgstr \"Тип домена\"\n\nmsgid \"Domains\"\nmsgstr \"Домены\"\n\nmsgid \"Domains limit\"\nmsgstr \"Лимит доменов\"\n\nmsgid \"Domains per page\"\nmsgstr \"Доменов на странице\"\n\nmsgid \"Done\"\nmsgstr \"Готово\"\n\nmsgid \"Download\"\nmsgstr \"Скачать\"\n\nmsgid \"Download TAR\"\nmsgstr \"Скачать TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Скачать ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Ссылки на скачивание\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Скачать файлы находящиеся в этом каталоге\"\n\nmsgid \"EB\"\nmsgstr \"ЭБ\"\n\nmsgid \"Edit\"\nmsgstr \"Изменить\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"Изменить запись DNS\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Изменить учетную запись FTP\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Изменить SSL сертификат\"\n\nmsgid \"Edit admin\"\nmsgstr \"Изменить администратора\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"Изменить автоответчик\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Изменить пользовательскую страницу ошибок\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Изменить пользовательское меню\"\n\nmsgid \"Edit customer\"\nmsgstr \"Изменить клиента\"\n\nmsgid \"Edit domain\"\nmsgstr \"Редактировать домен\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Редактировать алиас домена\"\n\nmsgid \"Edit error page\"\nmsgstr \"Редактировать страницу ошибок\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Редактировать хостинг-план\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Изменить пользователя htaccess\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Изменить учетную запись почты\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Изменить защищенную зону\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Редактировать реселлера\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Изменить поддомен\"\n\nmsgid \"EiB\"\nmsgstr \"Эб\"\n\nmsgid \"Email\"\nmsgstr \"E-Mail\"\n\nmsgid \"Email address\"\nmsgstr \"Email адрес\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Значение почтовой квоты не может быть более %s.\"\n\nmsgid \"Email settings\"\nmsgstr \"Настройка почты\"\n\nmsgid \"Email setup\"\nmsgstr \"Установка почты\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Почтовый ящик успешно обновлен.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Включить SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Включено\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Включено для: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Данные об ошибке\"\n\nmsgid \"Error pages\"\nmsgstr \"Страницы ошибок\"\n\nmsgid \"Error reporting\"\nmsgstr \"Отчет об ошибке\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Ошибка: Удаленный файл не найден!\"\n\nmsgid \"Errors\"\nmsgstr \"Ошибки\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Выполнить задачи\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Внешние почтовые сервера\"\n\nmsgid \"External mail feature\"\nmsgstr \"Внешний почтовый сервер\"\n\nmsgid \"External mail server\"\nmsgstr \"Внешний почтовый сервер\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"Внешний почтовый сервер успешно помечен для активации.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"Внешний почтовый сервер успешно помечен для деактивации.\"\n\nmsgid \"FTP account\"\nmsgstr \"Учётная запись FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"Учетная запись FTP уже существует.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"Достигнут лимит учётных записей FTP.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"Учетная запись FTP успешно добавлена.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"Учетная запись FTP успешно удалена.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"Учетная запись FTP успешно обновлена.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Учётные записи FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"Ограничения учетных записей FTP\"\n\nmsgid \"FTP home directory\"\nmsgstr \"Домашний каталог\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"Путь к домашнему каталогу пользователя FTP не может быть пуст.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP трафик\"\n\nmsgid \"FTP user errors\"\nmsgstr \"Ошибки пользователя FTP\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Не удалось записать файл на диск.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Ошибка пакета. Удаление!\"\n\nmsgid \"Fax\"\nmsgstr \"Факс\"\n\nmsgid \"Feature\"\nmsgstr \"Свойства\"\n\nmsgid \"Features\"\nmsgstr \"Возможности\"\n\nmsgid \"Female\"\nmsgstr \"Женский\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"Файл %s не существует или недоступен!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"Файл %s не соответствует файлу миграции.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Файл не существует. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Размер файла превышает лимит.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Файл был успешно загружен.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Нечитаемый файл.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Файл должен быть 'tar.gz' архивом.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Файл успешно загружен.\"\n\nmsgid \"File usage\"\nmsgstr \"Использование файлов\"\n\nmsgid \"FileManager\"\nmsgstr \"Файловый менеджер\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Системная информация - Файловая система\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Заполните текст сообщения. \"\n\nmsgid \"Filter customers by\"\nmsgstr \"Фильтр клиентов по\"\n\nmsgid \"First name\"\nmsgstr \"Имя\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\"На данный момент вы можете добавить только учетную запись переадресованной \"\n\"электронной почты.\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\"На данный момент вы можете редактировать только учетную запись \"\n\"переадресованной электронной почты.\"\n\nmsgid \"Forbidden\"\nmsgstr \"Доступ запрещен\"\n\nmsgid \"Force refresh\"\nmsgstr \"Заставить повторить\"\n\nmsgid \"Force retry\"\nmsgstr \"Заставить повторить\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\"Принудительнo синхронизировать данные квоты почтовых ящиков. Квоты \"\n\"автоматически синхронизируется каждые 5 минут.\"\n\nmsgid \"Forward\"\nmsgstr \"Перенаправление\"\n\nmsgid \"Forward URL\"\nmsgstr \"URL перенаправления\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"URL перенаправления %s неверный.\"\n\nmsgid \"Forward account\"\nmsgstr \"Перенаправить учетную запись\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Лист пересылки пуст\"\n\nmsgid \"Forward to\"\nmsgstr \"Перенаправить к\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Перенаправлять на URL\"\n\nmsgid \"Forward type\"\nmsgstr \"Вид перенаправления\"\n\nmsgid \"Free\"\nmsgstr \"Свободно\"\n\nmsgid \"From\"\nmsgstr \"От\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"От реселлера\"\n\nmsgid \"Ftp\"\nmsgstr \"FTP\"\n\nmsgid \"Ftp account\"\nmsgstr \"Учетная запись FTP\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Данные учётной записи FTP\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Учетные записи FTP\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Ftp каталоги\"\n\nmsgid \"GB\"\nmsgstr \"Гб\"\n\nmsgid \"Gender\"\nmsgstr \"Пол\"\n\nmsgid \"General\"\nmsgstr \"Основное\"\n\nmsgid \"General information\"\nmsgstr \"Общая информация\"\n\nmsgid \"General settings\"\nmsgstr \"Общие настройки\"\n\nmsgid \"Generate\"\nmsgstr \"Генерировать\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Создать самоподписанный сертификат\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Получить новый код безопасности\"\n\nmsgid \"GiB\"\nmsgstr \"Гб\"\n\nmsgid \"Group\"\nmsgstr \"Группа\"\n\nmsgid \"Group members\"\nmsgstr \"Члены группы\"\n\nmsgid \"Group name\"\nmsgstr \"Имя группы\"\n\nmsgid \"Groups\"\nmsgstr \"Группы\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS директивы includeSubDomains\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS значение директивы max-age\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTP трафик\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"Скрыть почтовые ящики по умолчанию\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"Скрыть алиасы\"\n\nmsgid \"High\"\nmsgstr \"Высокий\"\n\nmsgid \"Home directory\"\nmsgstr \"Домашний каталог\"\n\nmsgid \"Homepage\"\nmsgstr \"Домашняя страница\"\n\nmsgid \"Host\"\nmsgstr \"Хост\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\"Хост, с которого каждому пользователю SQL позволено входить на SQL сервер\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Хостинг-план\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Доступность хостинг-планов\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Хостинг-план превышает ограничения реселлера.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Хостинг-план превышает Ваши ограничения.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Хостинг-план успешно создан.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Хостинг-план успешно удален.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Хостинг-план успешно обновлен.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Хостинг-планы\"\n\nmsgid \"Hour\"\nmsgstr \"Час\"\n\nmsgid \"Hours\"\nmsgstr \"Часов\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Группа Htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Группа Htaccess успешно помечена для добавления.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Группа Htaccess успешно помечена для удаления.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Пользователь Htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Пользователь Htaccess успешно перемещен в группу %s\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Пользователь Htaccess успешно удален из группы %s\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Пользователь Htaccess успешно помечен для добавления.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"Ошибки htaccess, htgroups и htpasswd\"\n\nmsgid \"IP address\"\nmsgstr \"IP адрес\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"IP адрес уже под контролем i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IP адрес успешно помечен для добавления.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IP адрес успешно помечен для удаления.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"IP адрес успешно помечен для модификации.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"IP адреса под контролем i-MSCP.\"\n\nmsgid \"IP assignments\"\nmsgstr \"Назначение IP\"\n\nmsgid \"IP errors\"\nmsgstr \"Ошибки IP\"\n\nmsgid \"IP management\"\nmsgstr \"Управление IP\"\n\nmsgid \"IP netmask\"\nmsgstr \"Сетевая маска\"\n\nmsgid \"IP usage\"\nmsgstr \"Использование IP\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 адрес\"\n\nmsgid \"Id\"\nmsgstr \"ID\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\"Если да, Web-каталоги по инициативе i-MSCP будут защищены от удаления \"\n\"использованием неизменного флага (Расширенные атрибуты).\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"Если да, то реселлер сможет позволить пользователю изменить эту опцию\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Если да, то реселлер может включать и выключать PHP mail() функцию. Иначе \"\n\"PHP mail() выключено.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"Если в поле имени Вы укажите @ или оставите его пустым, оно будет \"\n\"автоматически заменено на $ORIGIN.\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Если Вы хотите ограничить реселлера, Вы сначала должны ограничить его \"\n\"клиентов.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Изображения должны быть меньше, чем 500 x 90 пикселей.\"\n\nmsgid \"Import\"\nmsgstr \"Импорт\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Импортировать\"\n\nmsgid \"Import new language file\"\nmsgstr \"Импортировать новый языковой файл\"\n\nmsgid \"In front\"\nmsgstr \"Спереди\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"В режим техобслуживания, только администратор сможет войти.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Неверное ограничение учетных записей FTP.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Неверное ограничение баз данных SQL.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Неверное ограничение пользователей SQL.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Неверное ограничение пользователей SQL.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Неверный лимит алиасов.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Неверное ограничение дискового пространства.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"Неверное ограничение алиасов.\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Неверная длина или синтаксис почтового ящика.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Неверное значение почтовой квоты.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Неверное ограничение для %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"Неверное ограничение учетных записей почты.\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Неверное ограничение учетных записей почты.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"Неверная почтовая квота.\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Неверный порог трафика\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Неверный лимит поддоменов.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Неверное ограничение поддоменов.\"\n\nmsgid \"Install\"\nmsgstr \"Установить\"\n\nmsgid \"Install in progress\"\nmsgstr \"Происходит установка\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Установить этот плагин\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Установите Ваши Web-приложения в несколько кликов.\"\n\nmsgid \"Installation details\"\nmsgstr \"Детали установки\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Установка в процессе...\"\n\nmsgid \"Installation path\"\nmsgstr \"Путь установки\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Установленный пакет, который был удален Вашим реселлером.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Установлено в репозитроии реселлера\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Установлено в репозитроии ПО\"\n\nmsgid \"Installed on\"\nmsgstr \"Установлен на\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Установка загруженного пакета. Пожалуйста, обновите страницу.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Инструкции для загрузки сегодняшней резервной копии\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Промежуточные сертификаты\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Внутренняя ошибка сервера\"\n\nmsgid \"Internationalization\"\nmsgstr \"Языки\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Неверное имя пользователя\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Неверный хост SQL: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\"Недопустимый пользователь SQL. Пользователь SQL должен существовать и \"\n\"принадлежать к предоставленной базе данных.\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Неверный сертификат SSL\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Негодный SSL сертификат.\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Неверный URL\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\"Недопустимый символ, найденный в поле '%s'. Разрешены только печатные \"\n\"символы ASCII и разрывы строк.\"\n\nmsgid \"Invalid city.\"\nmsgstr \"Неверный город.\"\n\nmsgid \"Invalid company.\"\nmsgstr \"Неверная компания.\"\n\nmsgid \"Invalid country.\"\nmsgstr \"Неверная страна.\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Неправильное имя домена.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Неверный Email адрес\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Неверное имя пользователя почтового ящика\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"Неверное поле: %s\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"Неверное имя.\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"Неверный пол.\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Неправильное имя группы!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"Неверная фамилия.\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Неверный заказ меню.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Неверное имя.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Неверный запрос получен из GitHub\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"Неверный номер телефона.\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Каталог плагина не верный: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Неверный приватный ключ или пароль.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"Недействительное название службы: %s\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"Неверная область.\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"Неверная улица 1.\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"Неверная улица 2.\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Неверная цель\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Неверное имя пользователя\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"Неверный почтовый индекс.\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Версия ядра\"\n\nmsgid \"Kill session\"\nmsgstr \"Завершить сессию\"\n\nmsgid \"Label\"\nmsgstr \"Метка\"\n\nmsgid \"Language\"\nmsgstr \"Язык\"\n\nmsgid \"Language file\"\nmsgstr \"Файл перевода\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Языковой файл успешно установлен\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"Язык был обновлен\"\n\nmsgid \"Languages\"\nmsgstr \"Языки\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Языковые индексы были успешно перестроены.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Последнее обновление Web-репозитория\"\n\nmsgid \"Last access\"\nmsgstr \"Последний доступ\"\n\nmsgid \"Last name\"\nmsgstr \"Фамилия\"\n\nmsgid \"Last reply date\"\nmsgstr \"Дата последнего ответа\"\n\nmsgid \"Last translator\"\nmsgstr \"Последний переводчик\"\n\nmsgid \"Layout\"\nmsgstr \"Макет\"\n\nmsgid \"Layout color\"\nmsgstr \"Цвет подложки\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Обновление цвета подложки успешно обновлено.\"\n\nmsgid \"Level\"\nmsgstr \"Уровень\"\n\nmsgid \"Limit\"\nmsgstr \"Лимит\"\n\nmsgid \"Limit value\"\nmsgstr \"Значение ограничения\"\n\nmsgid \"Limits\"\nmsgstr \"Ограничения\"\n\nmsgid \"Link\"\nmsgstr \"Ссылка\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Ссылка на страницу авторов\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Загрузка (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Загрузка данных...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Записи лога успешно удалены.\"\n\nmsgid \"Login\"\nmsgstr \"Войти\"\n\nmsgid \"Login data\"\nmsgstr \"Данные входа\"\n\nmsgid \"Login password\"\nmsgstr \"Пароль\"\n\nmsgid \"Login username\"\nmsgstr \"Имя пользователя\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Войти под вашей учётной записью FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Файл логотипа\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Логотип успешно удален.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Логотип успешно обновлен.\"\n\nmsgid \"Logout\"\nmsgstr \"Выйти\"\n\nmsgid \"Lost password\"\nmsgstr \"Восстановление пароля\"\n\nmsgid \"Lost password email\"\nmsgstr \"Письмо восстановления пароля\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"Шаблон письма восстановления пароля изменён!\"\n\nmsgid \"Lost password link\"\nmsgstr \"Ссылка восстановления пароля\"\n\nmsgid \"Low\"\nmsgstr \"Низкий\"\n\nmsgid \"MB\"\nmsgstr \"МБ\"\n\nmsgid \"Mail\"\nmsgstr \"Почта\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Уровень логирования почты\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"Почтовый ящик уже существует.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Данные почтового ящика\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Ошибки почтовых ящиков\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"Почтовый ящик был помечен для удаления.\"\nmsgstr[1] \"%d почтовых ящика было помечено для удаления.\"\nmsgstr[2] \"%d почтовых ящиков было помечено для удаления.\"\nmsgstr[3] \"%d почтовых ящиков было помечено для удаления.\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"Почтовый ящик успешно помечен для добавления.\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"Почтовый ящик успешно помечен для обновления.\"\n\nmsgid \"Mail account type\"\nmsgstr \"Тип почтового ящика\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Почтовые ящики\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"Почтовые аккаунты приостановлены\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"Лимит почтовых ящиков\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Список почтовых ящиков пуст.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Почта отключена\"\n\nmsgid \"Mail quota\"\nmsgstr \"Почтовая квота\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"Почтовая квота [Мб]\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"Значение почтовой квоты не может быть более %s.\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"Значение почтовой квоты не может быть больше дискового пространства.\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\"Почтовая квота не может быть ниже %d. Каждый почтовый ящик должен иметь \"\n\"минимум 1 МБ места.\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\"Почтовая квота не может быть не ограничена. Максимальное значение %d Мб.\"\n\nmsgid \"Mail usage\"\nmsgstr \"Использование почты\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"Данные квоты были синхронизированы.\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Отображение ярлыков меню успешно обновлено. \"\n\nmsgid \"Maintenance message\"\nmsgstr \"Сообщение отладки\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Режим техобслуживания\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Включен режим техобслуживания. В этом режиме могут входить только \"\n\"администраторы.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Настройки техобслуживания\"\n\nmsgid \"Male\"\nmsgstr \"Мужской\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Управление SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"Управление сертификат SSL\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Управление htaccess пользователями и группами\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Управление пользователями и группами\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Управление защищенными зонами, пользователями и группами\"\n\nmsgid \"Manual\"\nmsgstr \"Вручную\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"Пользовательские адреса сборщика почты\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Максимальное количество попыток входа\"\n\nmsgid \"Max traffic\"\nmsgstr \"Максимальный трафик\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\"Максимальный размер удаленного файла (%s) был достигнут. Ваш файл имеет \"\n\"размер %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\"Достигнут максимальный размер файла (%s). Загружаемый файл имеет размер %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Максимум попыток подтверждения CAPTCHA\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"Максимальное количество попыток входа перед блокировкой\"\n\nmsgid \"Medium\"\nmsgstr \"Средний\"\n\nmsgid \"Member of group\"\nmsgstr \"Член группы\"\n\nmsgid \"Memory information\"\nmsgstr \"Информация о памяти\"\n\nmsgid \"Message\"\nmsgstr \"Сообщение\"\n\nmsgid \"Message template\"\nmsgstr \"Шаблон сообщения\"\n\nmsgid \"Message template info\"\nmsgstr \"Информация о шаблоне\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Сообщите реселлеру перед удалением этого ПО\"\n\nmsgid \"MiB\"\nmsgstr \"МБ\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Файл миграции %s нечитаем.\"\n\nmsgid \"Minute\"\nmsgstr \"Минута\"\n\nmsgid \"Minutes\"\nmsgstr \"Минут\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"Отсутствуют критерии поиска.\"\n\nmsgid \"Model\"\nmsgstr \"Модель\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Процесс модификации...\"\n\nmsgid \"Month\"\nmsgstr \"Месяц\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"Месячный трафик сервера\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"Настройки месячного трафика сервера\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"Настройки месячного трафика сервера успешно обновлены.\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Месячный порог трафика [Мб]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Месячный порог трафика должен быть числом.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"Месячное использование трафика\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"Предопреждение о пороге трафика не может быть больше ежемесячного порога \"\n\"трафика.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Предупреждение о трафике должно быть числом.\"\n\nmsgid \"Mount\"\nmsgstr \"Точка монтирования\"\n\nmsgid \"Mount point\"\nmsgstr \"Точка монтирования\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"Недоступно\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"Записи NS допускаются только для делегирования зоны поддоменов.\"\n\nmsgid \"Name\"\nmsgstr \"Имя\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Имя не может пустовать\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Сетевой интерфейс (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Никогда\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Новые данные пользователя SQL\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Новый заказ алиаса для {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"Новые данные для входа отправлены пользователю %s.\"\n\nmsgid \"New ticket\"\nmsgstr \"Новый тикет\"\n\nmsgid \"Next\"\nmsgstr \"Далее\"\n\nmsgid \"Next step\"\nmsgstr \"Следующий шаг\"\n\nmsgid \"No\"\nmsgstr \"Нет\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Не найдено IP адресов.\"\n\nmsgid \"No account found.\"\nmsgstr \"Не найдено учетных записей\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"Логи руткитов отсутствуют\"\n\nmsgid \"No available\"\nmsgstr \"Недоступно\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Не найдены пользовательские меню.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"Нет домена для нового экземпляра программного обеспечения.\"\n\nmsgid \"No error found\"\nmsgstr \"Ошибок не найдено\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Файл не был загружен.\"\n\nmsgid \"No group found.\"\nmsgstr \"Не найдено групп.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Нет доступных хостинг-планов.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"Почтовые ящики не были удалены.\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Нет доступного реселлера для добавления прав\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Не найдено реселлеров с активированным установщиком ПО\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"Не найденог реселлеров с правами на это ПО\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Не найдено реселлеров.\"\n\nmsgid \"No software available\"\nmsgstr \"Нет доступоного ПО\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Не найдено ПО в Web-репозитории!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"В репозитории нет доступного ПО !\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Нет приложений ожидающих активации\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"Не найдено статистики за запрашиваемый период, попробуйте другой период.\"\n\nmsgid \"No update available\"\nmsgstr \"Обновлений нет\"\n\nmsgid \"No used yet\"\nmsgstr \"Ещё не используется\"\n\nmsgid \"No user found.\"\nmsgstr \"Не найдено пользователей\"\n\nmsgid \"Normal\"\nmsgstr \"Обычный\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"Обычная + перенаправление\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"Обычная + перенаправление учетная запись\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Обычный + перенаправление\"\n\nmsgid \"Normal account\"\nmsgstr \"Обычная учетная запись\"\n\nmsgid \"Normal connection\"\nmsgstr \"Нешифрованное соединение\"\n\nmsgid \"Not Found\"\nmsgstr \"Не найдено\"\n\nmsgid \"Not found.\"\nmsgstr \"Не найдено\"\n\nmsgid \"Not provided\"\nmsgstr \"Не предусмотрено\"\n\nmsgid \"Not used\"\nmsgstr \"Не используется\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\"Заметьте, что в ручном режиме NIC и маска подсети сообщается для сведения и \"\n\"изменению не подлежит. \"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Ничего не найдено\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Ничего не было изменено\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Ничего не было удалено\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Уведомления, предупреждения и ошибки\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Поддерживаются только 'tar.gz' архивы.\"\n\nmsgid \"Only exec\"\nmsgstr \"Только запустить\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Допустимы только файлы gettext Machine Object files (MO files).\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Разрешены только числа от 0 до 65535\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Разрешены только положительные числа\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Поддерживаются только архивы tar.gz и tar.bz2\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Поддерживаются только tar.gz, tar.bz2 и zip архивы.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Открыть тикет\"\n\nmsgid \"Open tickets\"\nmsgstr \"Открытые тикеты\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Операция отменена: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Опционально\"\n\nmsgid \"Order\"\nmsgstr \"Заказ\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Заказ успешно удален.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Заказ успешно обновлен.\"\n\nmsgid \"Other in\"\nmsgstr \"Другое вх\"\n\nmsgid \"Other out\"\nmsgstr \"Другое исх\"\n\nmsgid \"Other settings\"\nmsgstr \"Другие настройки\"\n\nmsgid \"Overview\"\nmsgstr \"Обзор\"\n\nmsgid \"PB\"\nmsgstr \"ПБ\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"Опция конфигурации PHP %s\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"Опции конфигурации PHP\"\n\nmsgid \"PHP Editor\"\nmsgstr \"Редактор PHP\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD расширение не загружено.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"Разрешения PHP\"\n\nmsgid \"PHP Settings\"\nmsgstr \"Настройки PHP\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"Конфигурация PHP отмечена для обновления.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"Значения директив PHP\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP exec() function\"\n\nmsgid \"PHP settings\"\nmsgstr \"Настройки PHP\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP вх\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP исх\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP трафик\"\n\nmsgid \"Package actions\"\nmsgstr \"Действие\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Пакет уже существует в реселлерском репозитории!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Пакет уже существует в репозитории!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Пакет уже существует в репозитории ПО!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Пакет уже существует в Вашем репозитории ПО!\"\n\nmsgid \"Package install type\"\nmsgstr \"Тип установки\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Пакет успешно установлен!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"Пакет успешно установлен... Ожидание подтверждения администратором!\"\n\nmsgid \"Package language\"\nmsgstr \"Язык пакета\"\n\nmsgid \"Package name\"\nmsgstr \"Имя пакета\"\n\nmsgid \"Package title\"\nmsgstr \"Название пакета\"\n\nmsgid \"Package type\"\nmsgstr \"Тип пакета\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Разработчик\"\n\nmsgid \"Package version\"\nmsgstr \"Версия пакета\"\n\nmsgid \"Panel default language\"\nmsgstr \"Выбор языка панели по умолчанию\"\n\nmsgid \"Parent directory\"\nmsgstr \"Родительский каталог\"\n\nmsgid \"Partition\"\nmsgstr \"Раздел\"\n\nmsgid \"Password\"\nmsgstr \"Пароль\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Подтверждение пароля\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Пароль содержит запрещенные символы.\"\n\nmsgid \"Password email\"\nmsgstr \"Пароль почтового ящика\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Пароль отсутствует.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Минимальная длина пароля\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"Пароль должен содержать буквы и цифры.\"\n\nmsgid \"Password settings\"\nmsgstr \"Настройки пароля\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Пароль успешно обновлен.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Пароли не совпадают.\"\n\nmsgid \"Path\"\nmsgstr \"Путь\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Ожидается выполнение\"\n\nmsgid \"Percent\"\nmsgstr \"Процент\"\n\nmsgid \"Permissions\"\nmsgstr \"Разрешения\"\n\nmsgid \"Personal data\"\nmsgstr \"Персональные данные\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"Персональные данные были обновлены.\"\n\nmsgid \"Personalise template\"\nmsgstr \"Персонализировать шаблон\"\n\nmsgid \"Phone\"\nmsgstr \"Телефон\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"Пб\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Пожалуйста, активируйте ваш новый I-MSCP пароль\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"Пожалуйста, укажите хотябы одного пользователя. \"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"Пожалуйста, выберите htaccess пользователя или группу.\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Пожалуйста, подтвердите пароль.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Пожалуйста, свяжитесь с администратором!<br>Обратитесь к нему за \"\n\"разрешениями на пакет.<br>Не разрешается загружать один и тот же пакет \"\n\"дважды.<br>Обновите страницу, чтобы увидеть новый статус!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"Пожалуйста отредактируйте сообщение Вашего автоответчика ниже\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Пожалуйста, введите имя для защищенной зоны.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Пожалуйста, введите пароль.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Пожалуйста, выберите корректный хост для базы данных\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Пожалуйста, введите имя пользователя.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Пожалуйста, укажите путь для защищенной зоны\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"Пожалуйста введите сообщение Вашего автоответчика ниже\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Пожалуйста, выберите другой каталог. %s (%s) уже установлен туда.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Пожалуйста, напишите содержимое сообщения. \"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Пожалуйста, укажите тему сообщения. \"\n\nmsgid \"Please type database name.\"\nmsgstr \"Пожалуйста, укажите название базы данных. \"\n\nmsgid \"Please type your message.\"\nmsgstr \"Пожалуйста, напишите Ваше сообщение. \"\n\nmsgid \"Plugin\"\nmsgstr \"Плагин\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Плагин %s активирован.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Плагин %s не может быть активирован.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Плагин %s не может быть деактивирован.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Плагин %s не может быть удален.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Плагин %s не может быть инсталлирован.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Плагин %s не может быть защищен.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"Плагин %s не может быть перенастроен.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Плагин %s не может быть деинсталлирован.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Плагин %s не может быть обновлен.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Плагин %s деактивирован.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Плагин %s удален.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Плагин  %s установлен.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Плагин %s защищен\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Плагин %s защищен\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Плагин %s перенастроен.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Плагин %s помечен для активации.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Плагин %s помечен для изменения.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Плагин %s помечен для деактивации.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Плагин %s помечен для установки.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Плагин %s помечен для удаления.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Плагин %s помечен для обновления.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Плагин %s удален.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Плагин %s обновлен.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Менеджер плагинов: Невозможно изменить плагин %s: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Менеджер плагинов: Невозможно удалить файлы плагина %s. Требуется запустить \"\n\"скрипт set-gui-permissions.pl и попробовать снова.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Менеджер плагинов: Невозможно загрузить плагин %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Менеджер плагинов: Невозможно удалить плагин %s. Плагин заблокирован другим \"\n\"плагином.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"Менеджер плагинов: Невозможно обновить плагин %s: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"Менеджер плагинов не может записать файл %s для защищенных плагинов.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"Каталог плагина %s не существует или недоступен!\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"Менеджер плагинов: Откат плагина %s не разрешен.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Менеджер плагинов: Плагин %s не загружен\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Менеджер плагинов: Неизвестный плагин %s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"Активация плагина не удалась: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Архив с плагином\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"Архив плагина плагина превышает допустимый размер для загрузки\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"Изменение плагина не удалось: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"Деактивация плагина не удалась: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"Удаление плагина не удалось: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Ошибки плагинов\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"Плагин был успешно загружен.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"Установка плагина не удалось: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Ошибки плагинов\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Список плагинов пуст.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Управление плагинами\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"Деинсталляция плагина не удалось: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"Обновление плагина не удалось: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Загрузка плагинов\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Плагины подключаются в i-MSCP для расширения её функциональности. Плагины \"\n\"разрабатываются независимо от ядра i-MSCP тысячами разработчиков по всему \"\n\"миру. Вы можете найти новые плагины для установки, просматривая %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"Список плагинов обновлен: %s новый(ых) плагин(ов) найден(о), %s плагин(ов) \"\n\"обновлен(о), %s плагин(ов) перенастроен(о), и %s плагин(ов) удален(о).\"\n\nmsgid \"Port\"\nmsgstr \"Порт\"\n\nmsgid \"Preserve Host\"\nmsgstr \"Хранимый хост\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Запрет внешних логинов для администраторов\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Запрет внешних логинов для клиентов\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Запрет внешних логинов для реселлеров\"\n\nmsgid \"Previous\"\nmsgstr \"Назад\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Прежде тем, как удалить этого администратора, пожалуйста переведите его \"\n\"реселлеров другому администратору.\"\n\nmsgid \"Priority\"\nmsgstr \"Приоритет\"\n\nmsgid \"Private key\"\nmsgstr \"Приватный ключ\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Пароль приватного ключа, если необходимо\"\n\nmsgid \"Processing...\"\nmsgstr \"Выполнение...\"\n\nmsgid \"Processor data\"\nmsgstr \"Данные процессора\"\n\nmsgid \"Profile\"\nmsgstr \"Профиль\"\n\nmsgid \"Properties\"\nmsgstr \"Свойства\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"Свойства для реселлера ID %d не были найдены в базе данных.\"\n\nmsgid \"Protect\"\nmsgstr \"Защитить\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\"Защитите почтовые ящики по умолчанию, во избежание изменения и удаления\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Защитить этот плагин\"\n\nmsgid \"Protected\"\nmsgstr \"Защищено\"\n\nmsgid \"Protected area data\"\nmsgstr \"Данные защищенной зоны\"\n\nmsgid \"Protected area name\"\nmsgstr \"Название защищенной зоны\"\n\nmsgid \"Protected area path\"\nmsgstr \"Путь защищенной зоны\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Защищенная зона успешно помечена для добавления.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Защищенная зона успешно помечена для удаления.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Защищенная зона успешно помечена для обновления.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Защищенные зоны\"\n\nmsgid \"Protocol\"\nmsgstr \"Протокол\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"Квота в МБ (0 ∞)\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Квота в MB (Максимум: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"Информация о квоте\"\n\nmsgid \"RAM\"\nmsgstr \"Память RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Читать тикет\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Перестроить языковой индекс\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Происходит настройка...\"\n\nmsgid \"Record data\"\nmsgstr \"Данные записи\"\n\nmsgid \"Redirect\"\nmsgstr \"Редирект\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"Распределить неиспользуемое пространство между существующими ящиками\"\n\nmsgid \"Registration date\"\nmsgstr \"Дата регистрации\"\n\nmsgid \"Relative weight\"\nmsgstr \"Относительный вес\"\n\nmsgid \"Release date\"\nmsgstr \"Дата выпуска\"\n\nmsgid \"Release description\"\nmsgstr \"Описание выпуска\"\n\nmsgid \"Release version\"\nmsgstr \"Версия выпуска\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Внешний Web-репозиторий\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Удаленный файл не найден.\"\n\nmsgid \"Remove\"\nmsgstr \"Удалить\"\n\nmsgid \"Remove IP\"\nmsgstr \"Удалить IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Удалить права\"\n\nmsgid \"Reopen\"\nmsgstr \"Возобновить\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Возобновить тикет\"\n\nmsgid \"Repeat password\"\nmsgstr \"Повторите пароль\"\n\nmsgid \"Reply\"\nmsgstr \"Ответ\"\n\nmsgid \"Reply-To email\"\nmsgstr \"Е-Mail-Адрес для ответа\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"Е-Mail-Адрес для ответа отсутствует.\"\n\nmsgid \"Reply-To name\"\nmsgstr \"Имя для ответа\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"Задержка зарпоса: Сервер ожидает слишком долго.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Требуется база данных?\"\n\nmsgid \"Reseller\"\nmsgstr \"Реселлер\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Реселлер / Клиенты / Добавить клиента\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Реселлер / Клиенты / Добавить клиента - Следующий шаг\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Реселлер / Клиенты / Почтовая рассылка\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Реселлер / Клиенты / Алиасы домена\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Реселлер / Клиенты / Письмо восстановления пароля\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Реселлер / Клиенты / Обзор\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Реселлер / Клиенты / Обзор / Детали домена\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Реселлер / Клиенты / Обзор / Редактировать клиента\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Реселлер / Клиенты / Обзор / Редактировать домен\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Реселлер / Клиенты / Приветственное письмо\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Реселлер / Домены / Добавить алиас\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Реселлер / Домены / Изменить алиас\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Реселлер / Основное / Обзор\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Реселлер / Основное / Загрузка ПО\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Реселлер / Хостинг-планы / Добавить хостинг-план\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Реселлер / Хостинг-планы / Обзор\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Реселлер / Профиль / Учетная запись\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Реселлер / Профиль / Язык\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Реселлер / Профиль / Обложка\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Реселлер / Профиль / Пароль\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Реселлер / Профиль / Персональные данные\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Реселлер / Статистика / Использование IP\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Реселлер / Статистика / Обзор\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"Реселлер / Статистика / Общее / Статистика пользователя {USERNAME}\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Реселлер / Служба поддержки / Закрытые тикеты\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Реселлер / Служба поддержки / Новый тикет\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Реселлер / Служба поддержки / Открытые тикеты\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Реселлер / Служба поддержки / Просмотреть тикет\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\"i-MSCP - Реселлер / Управление хостинг-планами / Редактировать хостинг-план\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Имя Реселлера\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Реселлер и клиент\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Реселлерский и клиентский уровень\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Назначения реселлера\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Затраты Реселлера\"\n\nmsgid \"Reseller data\"\nmsgstr \"Данные реселлера\"\n\nmsgid \"Reseller level\"\nmsgstr \"Уровень реселлера\"\n\nmsgid \"Reseller list\"\nmsgstr \"Список реселлеров\"\n\nmsgid \"Reseller name\"\nmsgstr \"Имя реселлера\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Список ПО реселлеров.\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Статистика реселлера\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Реселлер успешно добавлен.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Всего реселлеров\"\n\nmsgid \"Reseller users\"\nmsgstr \"Реселлеры\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Всего реселлеров с правами\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Цвет подложки реселлера успешно обновлен. \"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Реселлер / Статистика использования IP\"\n\nmsgid \"Resellers\"\nmsgstr \"Реселлеры\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Реселлеры и клиенты\"\n\nmsgid \"Reset\"\nmsgstr \"Сбросить\"\n\nmsgid \"Restore\"\nmsgstr \"Восстановить\"\n\nmsgid \"Restore backup\"\nmsgstr \"Восстановить резервную копию\"\n\nmsgid \"Rights\"\nmsgstr \"Права\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Права успешно добавлены\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Права успешно удалены\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP вх\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP исх\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP трафик\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"База данных SQL\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"SQL базы данных отключены, однако пользователи - нет.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"Базы данных SQL не <i>отключены</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"База данных успешно добавлена.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"База данных успешно удалена.\"\n\nmsgid \"SQL databases\"\nmsgstr \"Базы данных SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"Лимит баз данных SQL\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"Лимит баз данных SQL отключен.\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"Лимит баз данных SQL не отключен.\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\"Достигнут лимит базы данных SQL. Вы не можете добавлять новые базы данных \"\n\"SQL.\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Только базы данных SQL\"\n\nmsgid \"SQL user\"\nmsgstr \"Пользователь SQL\"\n\nmsgid \"SQL user host\"\nmsgstr \"Хост пользователя SQL\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"Лимит пользователей SQL <i>отключен</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"Лимит пользователей SQL отключен, однако лимит баз данных - нет\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"Лимит пользователей SQL отключен.\"\n\nmsgid \"SQL user name\"\nmsgstr \"Имя пользователя SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"пароль пользователя SQL\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"Пароль пользователя SQL успешно обновлен.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"Префикс/суффикс пользователя SQL\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"Пользователь SQL успешно добавлен.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"Пользователь SQL успешно удален.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"Имя пользователя SQL слишком длинное.\"\n\nmsgid \"SQL users\"\nmsgstr \"Пользователи SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"Лимит пользователей SQL\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"Лимит пользователей SQL отключен.\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\"Достигнут лимит пользователей SQL. Вы не можете добавлять новых \"\n\"пользователей SQL.\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL cертификат успешно отмечен для добавления.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL cертификат успешно отмечен для удаления.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL cертификат успешно отмечен для обновления.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"Функция SSL недоступна. Вы можете только просмотреть Ваш сертификат.\"\n\nmsgid \"SSL status\"\nmsgstr \"Статус SSL\"\n\nmsgid \"Save\"\nmsgstr \"Сохранить\"\n\nmsgid \"Search\"\nmsgstr \"Найти\"\n\nmsgid \"Sec.\"\nmsgstr \"Сек.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Шифрованное соединение\"\n\nmsgid \"Security code\"\nmsgstr \"Код безопасности\"\n\nmsgid \"Security code has expired\"\nmsgstr \"Срок кода безопасности истек\"\n\nmsgid \"Select group\"\nmsgstr \"Выберите группу\"\n\nmsgid \"Select your own document root\"\nmsgstr \"Выберите корневую директорию для документов.\"\n\nmsgid \"Send\"\nmsgstr \"Отправит\"\n\nmsgid \"Send circular\"\nmsgstr \"Отправить рассылку\"\n\nmsgid \"Send message\"\nmsgstr \"Отправить сообщение\"\n\nmsgid \"Send message to\"\nmsgstr \"Кому отправить\"\n\nmsgid \"Send reply\"\nmsgstr \"Отправить ответ\"\n\nmsgid \"Send to\"\nmsgstr \"Отправить\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Имя отправителя отсутствует.\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\"Разделяйте множество почтовых адресов пробелами, запятыми или прочерками.\"\n\nmsgid \"Server ports\"\nmsgstr \"Порты сервера\"\n\nmsgid \"Server statistics\"\nmsgstr \"Статистика сервера\"\n\nmsgid \"Server status\"\nmsgstr \"Статус сервера\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Служба недоступна\"\n\nmsgid \"Service is not running\"\nmsgstr \"Служба не работает\"\n\nmsgid \"Service is running\"\nmsgstr \"Служба работает\"\n\nmsgid \"Service name\"\nmsgstr \"Служба\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"Название службы не может быть длиннее 25 знаков.\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"Порт службы был успешно обновлен.\"\nmsgstr[1] \"%d Порта служб были успешно обновлены.\"\nmsgstr[2] \"%d Портов служб были успешно обновлены.\"\nmsgstr[3] \"%d Портов служб были успешно обновлены.\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Порт служб был успешно добавлен\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Порт служб был успешно удален\"\n\nmsgid \"Service ports\"\nmsgstr \"Порты служб\"\n\nmsgid \"Service protocol\"\nmsgstr \"Протокол службы\"\n\nmsgid \"Service statuses\"\nmsgstr \"Статусы служб\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"Ошибка: Порт службы с таким именем уже существует.\"\n\nmsgid \"Sessions\"\nmsgstr \"Сессия\"\n\nmsgid \"Settings\"\nmsgstr \"Настройки\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Настройки сохранены\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Распределенная точка монтирования\"\n\nmsgid \"Show\"\nmsgstr \"Показать\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Показывать %s записей на странице\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Показать SSL сертификат\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"Скрыть почтовые ящики по умолчанию\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Показать детальную статистику для этого реселлера\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Показать детальную статистику для этого реселлера\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"Показать алиасы\"\n\nmsgid \"Show in\"\nmsgstr \"Показать в\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Использовать ярлыки для ссылок главного меню\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Показано с %s по %s из %s записей\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Показано с 0 по 0 из 0 записей\"\n\nmsgid \"Size\"\nmsgstr \"Размер\"\n\nmsgid \"Software\"\nmsgstr \"Програмное обеспечение\"\n\nmsgid \"Software available\"\nmsgstr \"Програмное обеспечение доступно\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Програмное обеспечение удалено\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Репозиторий ПО загрузка\"\n\nmsgid \"Software details\"\nmsgstr \"Програмное обеспечение - детали\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Программное обеспечение было удалено.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Программное обеспечение было успешно импортировано.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Програмное обеспечение в репозитории\"\n\nmsgid \"Software installation\"\nmsgstr \"Установка програмного обеспечения\"\n\nmsgid \"Software installer\"\nmsgstr \"Установщик програмного обеспечения\"\n\nmsgid \"Software installer options\"\nmsgstr \"Настройки установщика програмного обеспечения\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Настройки установщика програмного обеспечения успешно обновлены.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"ПО не было помечено для установки.\"\n\nmsgid \"Software management\"\nmsgstr \"Управление ПО\"\n\nmsgid \"Software name\"\nmsgstr \"Название ПО\"\n\nmsgid \"Software not found!\"\nmsgstr \"Пакет не найден!\"\n\nmsgid \"Software options\"\nmsgstr \"Настройки ПО\"\n\nmsgid \"Software permissions\"\nmsgstr \"Разрешения программного обеспечения\"\n\nmsgid \"Software repository\"\nmsgstr \"Репозиторий программного обеспечения\"\n\nmsgid \"Software status\"\nmsgstr \"Статус ПО\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"ПО успешно помечено для удаления.\"\n\nmsgid \"Software total\"\nmsgstr \"Всего программного обеспечения\"\n\nmsgid \"Software upload\"\nmsgstr \"Загрузка ПО\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Программное обеспечение было активировано\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Программное обеспечение было удалено\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Название ПО\"\n\nmsgid \"Software-Version\"\nmsgstr \"Версия ПО\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Репозиторий ПО\"\n\nmsgid \"Start installation\"\nmsgstr \"Добавить в репозиторий\"\n\nmsgid \"State/Province\"\nmsgstr \"Область / Район\"\n\nmsgid \"Statistics\"\nmsgstr \"Статистика\"\n\nmsgid \"Status\"\nmsgstr \"Статус\"\n\nmsgid \"Street 1\"\nmsgstr \"Основной адрес\"\n\nmsgid \"Street 2\"\nmsgstr \"Дополнительный адрес\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Использовать сильные пароли\"\n\nmsgid \"Subdomain\"\nmsgstr \"Поддомен\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Поддомен %s уже существует.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Поддомен %s не может быть перенаправлен на самого себя.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"Поддомен %s недоступен.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Алиас поддомена\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Ошибки алиаса поддомена\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Ошибки поддоменов\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Имя поддомена\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Имя поддомена неверно\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Поддомен помечен для удаления.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Поддомен успешно помечен для добавления.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Поддомен успешно помечен для обновления.\"\n\nmsgid \"Subdomains\"\nmsgstr \"Поддомены\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"Лимит поддоменов\"\n\nmsgid \"Subject\"\nmsgstr \"Тема\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Тема сообщения отсутствует.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Применить изменения\"\n\nmsgid \"Support\"\nmsgstr \"Поддержка\"\n\nmsgid \"Support system\"\nmsgstr \"Служба поддержки\"\n\nmsgid \"Swap\"\nmsgstr \"Раздел подкачки\"\n\nmsgid \"Switch\"\nmsgstr \"Перейти\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Перейти в каталог backups/\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Перейти в интерфейс пользователя\"\n\nmsgid \"Sync quota info\"\nmsgstr \"Синхронизация квоты\"\n\nmsgid \"System\"\nmsgstr \"Система\"\n\nmsgid \"System data\"\nmsgstr \"Системные данные\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Системная ошибка - пользовательская  страница ошибки не обновлена.\"\n\nmsgid \"System information\"\nmsgstr \"Системная информация\"\n\nmsgid \"System tools\"\nmsgstr \"Системные инструменты\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Система на отладке\"\n\nmsgid \"TB\"\nmsgstr \"ТБ\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Цель\"\n\nmsgid \"Target domain\"\nmsgstr \"Целевой домен\"\n\nmsgid \"Target port\"\nmsgstr \"Порт назначения\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"Порт должен быть числом.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Временная папка не найдена.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"Поле %s не может пустовать.\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\"Поле %s не может содержать строки с разделителями и строки без разделителей.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\"Лимит %s для этого клиента не может быть выше чем  <strong>%d</strong>, Ваш \"\n\"расчетный лимит.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"Лимит %s для этого клиента не может быть ниже чем  <strong>%d</strong>, %s \"\n\"из которых он уже использует.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"Лимит %s для этого клиента не может быть отключен, потому что у него уже \"\n\"<strong>%d</strong> %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"Лимит %s для этого клиента не может быть неограниченнным, потому что \"\n\"существует ограничение для Вас.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"Ваша версия i-MSCP несовместима с %s плагином версии %s.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"Язык %s перевода был проигнорирован: Таблица перевода пуста.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"Поле '%s' не может пустовать.\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"Имя пользователя '%value%' недоступно.\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\"Режим ОТЛАДКИ в данный момент включен, что делает кеширование ресурсов \"\n\"недоступным.\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\"В данный момент сервис Telnet включен на вашем сервере. Эта устарелая служба\"\n\" не безопасна.\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"SQL пользователь `%s' недоступен или не разрешен.\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"Название города должно содержать от %d до %d знаков.\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"Название фирмы должно содержать от %d до %d знаков.\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"Конфигурационный параметр был обновлен.\"\nmsgstr[1] \"%d конфигурационных параметра было обновлено.\"\nmsgstr[2] \"%d конфигурационных параметров было обновлено.\"\nmsgstr[3] \"%d конфигурационных параметров было обновлено.\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"Название страны должно содержать от %d до %d знаков.\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"Каталог %s не существует. Пожалуйста создайте его, используя Ваш файловый \"\n\"менеджер.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"Сейчас домен деактивирован. Изменение свойств домена приведет к его \"\n\"частичной или полной реактивации.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"Домен, или как минимум одно его записей не имеет статуса 'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"Домен, который Вы пытаетесь отредактировать, не существует.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"Почтовый адрес не может быть пуст.\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"Номер телефакса должен содержать от %d до %d знаков.\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"Имя должно содержать от %d до %d знаков.\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"Фамилия должна содержать от %d до %d знаков.\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"Меню, которое Вы пытаетесь отредактировать, не существует.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"Новая корневая директория должна уже существовать в каталоге /htdocs\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"Пакет поврежден. Пожалуйста, исправьте его.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Пакет будет автоматически установлен в вашу систему после \"\n\"загрузки.<br>Обновите страницу, чтобы увидеть новый статус!\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"Поле пароля пусто.\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"Пароль содержит запрещенные символы.\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Поле пароля пусто.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"Пароль должен содержать от %d до %d знаков.\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"Пароль должен содержать буквы и цифры.\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"Номер телефона должен содержать от %d до %d знаков.\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"Приватный ключ не принадлежит предоставленному сертификату.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\"Размер удаленного файла (%s) меньше 1 байта. Пожалуйста, проверьте URL.\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"Реселлер, которго вы хотите удалить, имеет одного или более клиентов.<br /> \"\n\"Сначала удалите их.\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"Название района/области должно содержать от %d до %d знаков.\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"Название улицы 1 должно содержать от %d до %d знаков.\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"Название улицы 2 должно содержать от %d до %d знаков.\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"Загружаемый файл был загружен частично.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"Имя пользователя не может пустовать.\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Поле имя пользователя пусто.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"Имя пользователя должно содержать от %d до %d знаков.\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"Значение было найдено в стеке\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"Значение не было найдено в стеке\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Значения не должны быть равны\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"Пчтовый индекс должен содержать от %d до %d знаков.\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"У Вас нет заданных портов служб.\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"Ошибка Вашего пакета. Пожалуйста, проверьте его!<br>Обновите Ваш сайт, чтобы\"\n\" увидеть новый статус!\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"Задач в ожидании нет. Операця аннулирована.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"Пакет (%s, V%s) был удален вашим реселлером. Вы можете только удалить этот \"\n\"пакет!<br>Пожалуйста, удалите файлы и базы данных этого пакета вручную!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Эта база данных будет удалена навсегда. Процесс не может быть отменен. Все \"\n\"пользователи, прикрепленные к базе данных также будут удалены, если они не \"\n\"прикреплены к другим базам данных. Вы уверены что хотите удалить базу данных\"\n\" '%s' ?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Группа htaccess уже существует.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Пользователь htaccess уже существует.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"В этой маске Вы можете добавлять или удалять IP адреса.\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Это хост, с которого данный пользователь SQL lДолжен иметь доступ на \"\n\"подключение. Введите спецсимвол %s для того, чтобы данный пользователь мог \"\n\"подключиться с любого хоста.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"Почтовый ящик защищен от изменения и удаления\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"Этот пакет уже существует в репозитории администратора.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"Пакет уже существует в репозитории реселлера  \\\"%1$s\\\"! \"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"Пакет уже существует в репозитории!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Этот пакет уже существует в Вашем репозитории.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Пакет установлен для следующих доменов:\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Пакет не установлен\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Этот пакет еще не установлен\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Это ПО установлено на следующих доменах:\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\"Этот пользователь имеет учетную запись домена. Сначала удалите домен из \"\n\"системы.\"\n\nmsgid \"TiB\"\nmsgstr \"Тб\"\n\nmsgid \"Ticket information\"\nmsgstr \"Информация о тикете\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Тикет успешно закрыт.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Тикет успешно удален.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Тикет успешно открыт снова.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Тикет с Id '%d' не был найден.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"Чтобы снять защиту с этого плагина, Вы должны отредактировать файл %s\"\n\nmsgid \"Total\"\nmsgstr \"Всего\"\n\nmsgid \"Total Domains\"\nmsgstr \"Всего доменов\"\n\nmsgid \"Total Software\"\nmsgstr \"Всего ПО\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Всего Web-репозиториев\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"Всего записей: %s / %s\"\n\nmsgid \"Total installations\"\nmsgstr \"Всего установок\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Всего пакетов в Web-репозитории\"\n\nmsgid \"Total reseller\"\nmsgstr \"Всего реселлеров\"\n\nmsgid \"Total software\"\nmsgstr \"Всего ПО\"\n\nmsgid \"Traffic\"\nmsgstr \"Трафик\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Статистика трафика\"\n\nmsgid \"Translated strings\"\nmsgstr \"Переведенные строки\"\n\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgid \"UP\"\nmsgstr \"РАБОТАЕТ\"\n\nmsgid \"URL forwarding\"\nmsgstr \"Перенаправление URL\"\n\nmsgid \"URL port\"\nmsgstr \"Порт URL\"\n\nmsgid \"URL protocol\"\nmsgstr \"Протокол ссылки\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"Ссылка на панель управления\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Невосможно закрыть тикет с ID '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Невозможно создать каталог '%s' для языкового файла.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Невозможно создать каталог 'LC_MESSAGES' для языкового файла.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Невозможно удалить файл информации i-MSCP.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"Невозможно создать список IP адресов. Пожалуйста, исправьте проблему.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Невозможно получить информацию об обновлении из Github\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Невозможно загрузить файл информации i-MSCP.\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Не удалось переместить файл.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Невозможно прочесть индексный файл Web-репозитория\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Невозможно прочесть файл %s.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"Невозможно прочесть файл плагина %s. Пожалуйста, проверьте права доступа.\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Невозможно прочесть xml файл Web-репозитория\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Не удается открыть тикет с Id '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Не удается удалить учетную запись клиента. Сообщение было отправлено \"\n\"администратору.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Не удается удалить учетную запись клиента. Пожалуйста, просмотрите журнал \"\n\"администратора или почту для получения дополнительной информации.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Невозможно включить опцию sslallowselfsigned\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Невозможно включить опцию sslverifypeer\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"Невозможно загрузить файл. Максимальный размер файла (%1$d MB) достигнут?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\"Неразрешенный порт перенаправления URL. Разрешены только порты больше 1024.\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Неавторизовано\"\n\nmsgid \"Unavailable\"\nmsgstr \"Недоступно\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\"Неопределенная цитата найдена в поле '%s'. Цитата, которая не является \"\n\"разделителем строк, должна быть экранирована.\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Произошла неожиданная ошибка: %s\"\n\nmsgid \"Uninstall\"\nmsgstr \"Удалить\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Удалить плагин\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Удаление в процессе...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Удалено\"\n\nmsgid \"Unknown\"\nmsgstr \"Неизвестно\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Неизвестная ошибка\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"Неизвестная база данных `%s'. База данных должна существовать.\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Запрошено неизвестное действие.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Неизвестное действие: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Неизвесный тип обнаружения атаки перебором: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Неизвестное имя языкового файла.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Неизвестный цвед подложки.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Неизвестная причина.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Неизвестное имя службы  '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Неизвестный статус\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Неизвестный тип.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Неизвестное имя пользователя.\"\n\nmsgid \"Update\"\nmsgstr \"Изменить\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Обновить плагины\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Обновить пароль SQL\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Обновить из Web-репозитория\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Обновить из Web-репозитория\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Производится обновление...\"\n\nmsgid \"Update info\"\nmsgstr \"Информация обновления\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"Обновление индекса Web-репозитория было отменено. Необходимые поля \"\n\"отсутствуют или пусты.\"\n\nmsgid \"Update password\"\nmsgstr \"Обновить пароль\"\n\nmsgid \"Updates\"\nmsgstr \"Обновления\"\n\nmsgid \"Upload\"\nmsgstr \"Загрузить\"\n\nmsgid \"Upload logo\"\nmsgstr \"Загрузить логотип\"\n\nmsgid \"Upload now\"\nmsgstr \"Загрузить сейчас\"\n\nmsgid \"Uptime\"\nmsgstr \"Время работы\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"Использование точек в ярлыках домена запрещено\"\n\nmsgid \"Usage status\"\nmsgstr \"Статус использования\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Использовать нешифрованное соедиенние (SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Использовать шифрованное соедиенние (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Использовано\"\n\nmsgid \"Used database\"\nmsgstr \"Используемая БД\"\n\nmsgid \"User\"\nmsgstr \"Пользователь\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Фамилия и Имя пользователя\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Данные пользователя не были обновлены.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Данные были успешно обновлены.\"\n\nmsgid \"User errors\"\nmsgstr \"Ошибки пользователя\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"Пользователь не был удален.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Логин пользователя\"\n\nmsgid \"User password\"\nmsgstr \"Пароль пользователя\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Настоящие Фамилия и Имя пользователя\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Пользователь помечен для удаления.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Сессия пользователя успешно уничтожена.\"\n\nmsgid \"User statistics\"\nmsgstr \"Статистика пользователя\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Пользователь успешно отсоединен.\"\n\nmsgid \"User type\"\nmsgstr \"Тип пользователя\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Тип пользователя (администратор, реселлер, клиент)\"\n\nmsgid \"Username\"\nmsgstr \"Имя пользователя\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Имя пользователя и пароль для входа в приложение\"\n\nmsgid \"Users\"\nmsgstr \"Пользователи\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"Значение PHP <strong>%%s</strong> должно быть между %%d и %%d.\"\n\nmsgid \"Values\"\nmsgstr \"Значения\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Перейти на сайт\"\n\nmsgid \"Version\"\nmsgstr \"Версия\"\n\nmsgid \"Very high\"\nmsgstr \"Очень высокий\"\n\nmsgid \"View\"\nmsgstr \"Просмотр\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Просмотреть SSL сертификат\"\n\nmsgid \"View ticket\"\nmsgstr \"Просмотр тикета\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Посетить сайт плагина\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Предупреждать при трафике\"\n\nmsgid \"Warning!\"\nmsgstr \"Внимание!\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Предупреждения и ошибки\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Мы приносим наши извинения, но система находится в техобслуживании.\\n\"\n\"Пожалуйста, попробуйте позже.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Web-статистика\"\n\nmsgid \"Web files only\"\nmsgstr \"Только Web-файлы\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Защита Web-каталога\"\n\nmsgid \"Web in\"\nmsgstr \"WEB вх\"\n\nmsgid \"Web out\"\nmsgstr \"WEB исх\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Всего пакетов в Web-репозитории\"\n\nmsgid \"Web software repository\"\nmsgstr \"Web-репозиторий\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Индекс Web-репозитория был успешно обновлен.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Индекс Web-репозитория имеет последнюю версию.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web-статистика\"\n\nmsgid \"Web traffic\"\nmsgstr \"WEB трафик\"\n\nmsgid \"Webmail\"\nmsgstr \"Почтовый веб-интерфейс\"\n\nmsgid \"Webtools\"\nmsgstr \"Web-инструменты\"\n\nmsgid \"Welcome email\"\nmsgstr \"Приветственное письмо\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"Шаблон приветственного письма изменён!\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"{USERNAME}, добро пожаловать в i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"Если да, то функция PHP exec() может использоваться в ваших скриптах.\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"В автоматическом режиме IP адрес будет настроен автоматически.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"В ручном режиме администратор может настроить IP адрес сам.\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Неверный или неразрешенный IP адрес.\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Неверная или неразрешенная сетевая маска.\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Неверный ID реселлера\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Неверный код безопасности\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Неверный ID программного обеспечения.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Неверный синтаксис новой даты истечения.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Неверный синтаксис лимита %s .\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Неверный синтаксис значения почтовой квоты.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Неверный уровень пользователя.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Неверное имя пользователя\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"Адрес XML файла для Web-репозитория\"\n\nmsgid \"YB\"\nmsgstr \"ЙБ\"\n\nmsgid \"Year\"\nmsgstr \"Год\"\n\nmsgid \"Yes\"\nmsgstr \"Да\"\n\nmsgid \"YiB\"\nmsgstr \"Йб\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Вы превышаете месячный порог трафика сервера.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"Вы превышаете ограничение алиасов домена.\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"Вы превысили лимит FTP-аккаунтов.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"Вы превышаете ограничение баз данных.\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"Вы превышаете ограничение пользователей баз данных.\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Вы исчерпали выделенное Вам место на жестком диске.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"Вы превысили лимит почтовых ящиков.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Вы превышаете Ваш месячный порог трафика.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"Вы превысили лимит поддоменов.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"Вам не разрешено действовать в собственной сессии.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"Вы можете отключить режим ОТЛАДКИ в файле /etc/imscp/imscp.conf\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Вы можете загружать только изображения.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"Вы можете выбрать столько адресов, сколько хотите.\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"Вы можете указать альтернативную корневую директорию. В основном это \"\n\"требуется некоторым PHP фреймворкам, например Symfony. Новая корневая \"\n\"директория будет находиться в каталоге /htdocs. Учтите что, каталог, который\"\n\" Вы хотите использовать в качестве корневой директории, должен быть создан \"\n\"заранее.\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\"Вы не можете добавить новый почтовый ящик. Вы уже исчерпали всё доступное \"\n\"для ящиков пространство. Пожалуйста, пересмотрите Вашу политику \"\n\"использования почтовых ящиков.\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\"Вы не можете создавать почтовые ящики для этого домена. Только пересылка \"\n\"почты разрешена.\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\"Вы не можете удалить реселлера, имеющего клиентов. Пожалуйста, сначала \"\n\"удалите их.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"Вы не можете удалить стандартного администратора.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Вы не можете удалить последний активный IP адрес.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"Вы не можете перенаправить %s на самого себя.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\"Вы не можете превратить эту учетную запись в обыкновенный почтовый ящик. Вы \"\n\"уже исчерпали всё доступное для ящиков пространство. Пожалуйста, \"\n\"пересмотрите Вашу политику использования почтовых ящиков.\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"IP адрес, который вы пытаетесь удалить, назначен реселлеру.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"Дата истечения не может быть в прошлом.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"Вы не можете открепить IP адрес, который уже используется.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"Вы не можете обновлять защищенные плагины.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"У Вас нет записей ресурсов DNS.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"У Вас нет пользователей FTP.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"У вас еще нет загруженного программного обеспечения\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"У Вас нет баз данных.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"У Вас нет алиасов домена.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"У Вас нет прав для загрузки ПО\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"У Вас нет защищенных зон.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"У Вас нет поддоменов.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\"У вас есть лимит учетных записей FTP. Вы не можете добавлять пользователей с\"\n\" неограниченным числом учетных записей FTP.\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\"У вас есть лимит баз данных. Вы не можете добавлять пользователей с \"\n\"неограниченным числом баз данных.\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\"У вас есть лимит пользователей БД. Вы не можете добавлять пользователей с \"\n\"неограниченным числом пользователей БД.\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"У вас ограничено дисковое пространство.<br />Вы не можете добавлять \"\n\"пользователей с неограниченным дисковым пространством.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\"У вас ограничены алиасы доменов. Вы не можете добавлять пользователей с \"\n\"неограниченными алиасами доменов.\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\"У вас есть лимит почтовых ящиков. Вы не можете добавлять пользователей с \"\n\"неограниченным числом почтовых ящиков.\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"У вас есть порог трафика.<br />Вы не можете добавлять пользователей с \"\n\"неограниченным порогом трафика.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"Вы получили новый ответ на вопрос к техподдержке.\"\nmsgstr[1] \"Вы получили %d новых ответов на вопрос к техподдержке.\"\nmsgstr[2] \"Вы получили %d новых ответов на вопрос к техподдержке.\"\nmsgstr[3] \"Вы получили %d новых ответов на вопрос к техподдержке.\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"У вас новый заказ доменного алиаса.\"\nmsgstr[1] \"У вас %d новых заказов доменных алиасов.\"\nmsgstr[2] \"У вас %d новых заказов доменных алиасов.\"\nmsgstr[3] \"У вас %d новых заказов доменных алиасов.\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"Вы получили новый вопрос техподдержки.\"\nmsgstr[1] \"Вы получили %d новых вопросов техподдержки.\"\nmsgstr[2] \"Вы получили %d новых вопросов техподдержки.\"\nmsgstr[3] \"Вы получили %d новых вопросов техподдержки.\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\"У вас есть лимит поддоменов. Вы не можете добавлять пользователей с \"\n\"неограниченным числом поддоменов.\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"Вы были заблокированы на %s минут.\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Вы успешно вышли из системы.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"Вы отключили базы данных SQL для этого пользователя.<br />Вы не можете иметь\"\n\" SQL пользователей.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"У вас нет закрытых тикетов.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"У вас нет групп.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"У вас нет открытых тикетов.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Вы достигли максимального числа алиасов домена, доступного Вашей подписке. \"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Вы достигли максимального числа почтовых ящиков, доступного Вашей подписке. \"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Вы достигли максимального числа алиасов домена, доступного Вашей подписке. \"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\"Вы достигли Вашего лимита доменов. Вы не можете добавить больше доменов.\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Вы должны выбрать между загрузкой файлов и функцией wget.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"Вы должны закрепить за реселлером как минимум один IP адрес.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Вы должны выбрать между локальной и удаленной загрузкой.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Вы должны подтвердить Ваш пароль.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Вы должны ввести имя алиаса домена\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Вы должны ввести имя поддомена\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"Сначала вы должны создать пользователя.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"Сначала вы должны сгенерировать пароль, используя кнопку генерации\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Вы должны выбрать файл для загрузки\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Вы должны Выбрать файл для загрузки/скачивания\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"Вы должны выбрать как минимум один catch-all адрес.\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"Вы должны выбрать как минимум один почтовый ящик для удаления.\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Вы должны выбрать по крайней мере один плагин.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Вы должны написать сообщение.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Вы должны указать тему.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"Вы должны подождать %s минут перед следующей попыткой.\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"Вы должны включать эту директиву только если поддомены данного домена \"\n\"обслуживаются с использованием SSL. Учтите, что включение директивы не \"\n\"включит функцию HSTS для поддоменов данного домена.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\"Ваша учетная запись находится на техобслуживании или отключена, пожалуйста, \"\n\"свяжитесь с Вашим реселлером.\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Ваша учетная запись истекла. Пожалуйста обновите подписку.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"Ваша учетная запись истекла. Пожалуйста обновите подписку.\"\n\nmsgid \"Your consumption\"\nmsgstr \"Ваши затраты\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Ваша версия i-MSCP несовместима с этим плагином. Попробуйте установить новую\"\n\" версию.\"\n\nmsgid \"Your message\"\nmsgstr \"Ваше сообщение\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Ваше сообщение было успешно отправлено.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Новый I-MSCP логин\"\n\nmsgid \"Your new password\"\nmsgstr \"Ваш новый пароль\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Ваш пакет поврежден. Пожалуйста, исправьте его!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\"Ваш пароль был успешно настроен для обновления. Пожалуйста проверьте ваш \"\n\"почтовый ящик.\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\"Размер удаленного файла (%s) меньше 1 байта. Пожалуйста, проверьте Ваш URL.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\"Ваш запрос на обновление пароля не может быть выполнен. Повторите попытку \"\n\"через несколько минут.\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\"Ваш запрос нового пароля был зарегистрирован. Вы получите письмо с \"\n\"инструкциями по завершению процесса смены пароля.\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"Ваш запрос нового пароля не действителен или его срок истек.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"Программное обеспечение было активировано.\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"Программное обеспечение было удалено.\"\n\nmsgid \"ZB\"\nmsgstr \"ЗБ\"\n\nmsgid \"ZiB\"\nmsgstr \"Зб\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Почтовый индекс\"\n\nmsgid \"Zone\"\nmsgstr \"Зона DNS\"\n\nmsgid \"[New]\"\nmsgstr \"[New]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Русский язык - Russian\"\n\nmsgid \"activated\"\nmsgstr \"активировано\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"активирован (Репозиторий)\"\n\nmsgid \"addition\"\nmsgstr \"добавить\"\n\nmsgid \"administrator\"\nmsgstr \"Администратор\"\n\nmsgid \"and\"\nmsgstr \"и\"\n\nmsgid \"anything\"\nmsgstr \"что-нибудь\"\n\nmsgid \"catch-all\"\nmsgstr \"сборщик почты\"\n\nmsgid \"city\"\nmsgstr \"Город / Населенный пункт\"\n\nmsgid \"company\"\nmsgstr \"Компания\"\n\nmsgid \"country\"\nmsgstr \"Страна\"\n\nmsgid \"created by\"\nmsgstr \"Создал\"\n\nmsgid \"deleting\"\nmsgstr \"Удаление\"\n\nmsgid \"disabled\"\nmsgstr \"отключено\"\n\nmsgid \"disk space\"\nmsgstr \"дисковое пространство\"\n\nmsgid \"domain\"\nmsgstr \"домен\"\n\nmsgid \"domain alias\"\nmsgstr \"алиас домена\"\n\nmsgid \"domain aliases\"\nmsgstr \"алиасы домена\"\n\nmsgid \"domain data\"\nmsgstr \"данные домена\"\n\nmsgid \"domain name\"\nmsgstr \"Имя домена\"\n\nmsgid \"domains\"\nmsgstr \"домены\"\n\nmsgid \"error\"\nmsgstr \"Ошибка\"\n\nmsgid \"everything\"\nmsgstr \"все\"\n\nmsgid \"first name\"\nmsgstr \"Имя\"\n\nmsgid \"from other browser\"\nmsgstr \"из другого браузера\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Управление приложениями (Разрешения)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Вход\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Утерян пароль\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Отладка\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Установщик ПО / Управление\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Управление ПО\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Управление ПО (доступ)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Управление ПО\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Установщик программного обеспечения / Управление\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP - Установка ПО / Web-репозиторий\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP - Web-репозиторий\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"магазин плагинов i-MSCP \"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Обновления i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"Проверка обновлений отключена!\"\n\nmsgid \"installed\"\nmsgstr \"установлено\"\n\nmsgid \"installing\"\nmsgstr \"установка\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"Internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"КБ\"\n\nmsgid \"kiB\"\nmsgstr \"Кб\"\n\nmsgid \"last name\"\nmsgstr \"Фамилия\"\n\nmsgid \"mail\"\nmsgstr \"почта\"\n\nmsgid \"mail account\"\nmsgstr \"почтовый ящик\"\n\nmsgid \"mail accounts\"\nmsgstr \"почтовых ящиков\"\n\nmsgid \"missing alias\"\nmsgstr \"отсутствующий алиас\"\n\nmsgid \"missing domain\"\nmsgstr \"отсутствующий домен\"\n\nmsgid \"n\\\\a\"\nmsgstr \"нет\"\n\nmsgid \"no\"\nmsgstr \"нет\"\n\nmsgid \"not available\"\nmsgstr \"недоступно\"\n\nmsgid \"not required\"\nmsgstr \"не требуется\"\n\nmsgid \"ok\"\nmsgstr \"ОК\"\n\nmsgid \"older than 1 month\"\nmsgstr \"старше месяца\"\n\nmsgid \"older than 12 months\"\nmsgstr \"старше года\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"старше двух недель\"\n\nmsgid \"older than 3 months\"\nmsgstr \"старше трёх месяцев\"\n\nmsgid \"older than 6 months\"\nmsgstr \"старше шести месяцев\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"или адрес загрузки (Максимум: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"одинарный вход\"\n\nmsgid \"required\"\nmsgstr \"требуется\"\n\nmsgid \"reseller name\"\nmsgstr \"Имя реселлера\"\n\nmsgid \"state/province\"\nmsgstr \"Область / Район\"\n\nmsgid \"subdomain\"\nmsgstr \"поддомен\"\n\nmsgid \"subdomains\"\nmsgstr \"поддомены\"\n\nmsgid \"suspended\"\nmsgstr \"Приостановлено\"\n\nmsgid \"that match with\"\nmsgstr \"которые соответствуют\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"трафик\"\n\nmsgid \"update\"\nmsgstr \"обновить\"\n\nmsgid \"waiting for activation\"\nmsgstr \"ожидание активации\"\n\nmsgid \"which status is\"\nmsgstr \"статус которых\"\n\nmsgid \"yes\"\nmsgstr \"да\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"Статистика пользователя {USERNAME} \"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 i-MSCP Team<br>Все права защищены\"\n"
  },
  {
    "path": "i18n/po/sk_SK.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Henrich Brunner <brunno.eu@gmail.com>, 2017\\n\"\n\"Language-Team: Slovak (Slovakia) (https://www.transifex.com/i-mscp/teams/576/sk_SK/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: sk_SK\\n\"\n\"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Admin / Podpora / Otvorené tikety \"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Nesprávna IP adresa. \"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Softwaredepot)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Verzia: %2$s, Jazyk: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s teraz ste prihlásený ako %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d reťazcov preložených\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s konto bolo úspešne vymazané. \"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s neexistuje alebo je prázdny. \"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s nie je regulerny i-MSCP jazykový súbor. \"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s nie je povolené ako pomenovanie subdomeny. \"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s strana\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s záznam\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: Úžitok  zákazníkov (%s)  pre tohoto predajcu je väčší ako novy limit. \"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: Celkový počet položiek (%s) už pridelených predajcom je väčší ako nový \"\n\"limit. \"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Predajca má zákazníkov s neobmedzenými položkami. \"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"(zvyčajne pomenované ako\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"Limity účtu\"\n\nmsgid \"Account name\"\nmsgstr \"Názov konta\"\n\nmsgid \"Account summary\"\nmsgstr \"Prehľad účtu\"\n\nmsgid \"Account type\"\nmsgstr \"Typ účtu\"\n\nmsgid \"Action\"\nmsgstr \"Akcia\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"Akcie\"\n\nmsgid \"Activate\"\nmsgstr \"Aktívny\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"Activované\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Pridať\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Pridať FTP konto\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Pridať skupinu Htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Pridať užívateľa Htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Pridať SQL databázu\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Pridať SQL konto\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Pridať SSl certifikát\"\n\nmsgid \"Add admin\"\nmsgstr \"Pridať administrátora\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Pridať vlastné menu\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Pridať alias domény\"\n\nmsgid \"Add group\"\nmsgstr \"Pridať skupinu\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Pridať hostingový plán\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Pridať nové chránené územia\"\n\nmsgid \"Add permissions\"\nmsgstr \"Pridať práva\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"Pridať predajcu\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Pridať sub-doménu\"\n\nmsgid \"Add user\"\nmsgstr \"Pridať uživateľa\"\n\nmsgid \"Added by\"\nmsgstr \"Pridal\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"Pre administrátora\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / Všeobecné / Admin záznamy\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admin / Všeobecné / Prehľad\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / Všeobecné / Prehľad služieb\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Profil / Prehľad účtu\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Profil / Jazyk\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Profil / Rozmiestnenie\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Profil / Heslo\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Profil / Osobné údaje\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Admin / Podpora / Uzavreté tikety\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Admin / Podpora / Zobraziť tiket\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"Admin log\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"Admin užívatelia\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Admin/IP štatistika využitia\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrátor\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"Úroveň administrátora\"\n\nmsgid \"Administrator login\"\nmsgstr \"Prihlásennie administrátora\"\n\nmsgid \"Administrators\"\nmsgstr \"Administrátori\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Všetko\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Sú požadované všetky políčka.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Všetky prichádzajúce\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"Všetky odchádzajúce\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"Všetky prenesené dáta\"\n\nmsgid \"All users\"\nmsgstr \"Všetkým užívateľom\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"OK\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Alternatívna URL pre prístup k Vašej stránke\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"OK\"\n\nmsgid \"Apply changes\"\nmsgstr \"Vykonať zmeny\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Ste si istý, že chcete aktivovať tento balík?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Ste si istý, že chcete zmazať %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Ste si istý, že chcete zmazať tento účet?\"\n\nmsgid \"Assign\"\nmsgstr \"Priradiť\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Späť\"\n\nmsgid \"Backup\"\nmsgstr \"Záloha\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Nesprávne heslo.\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce detekcia\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Zrušiť\"\n\nmsgid \"Canonical name\"\nmsgstr \"Kanonické meno\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"Zmeniť\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Užívateľ aktualizovaný\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Vyberať\"\n\nmsgid \"Choose dir\"\nmsgstr \"Voľba adresára\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Vyberte hostingový plán\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"Obežník\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Mesto\"\n\nmsgid \"Class\"\nmsgstr \"Aliasy\"\n\nmsgid \"Clear log\"\nmsgstr \"Vymazať Log\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Kliknutím na tlačidlo obnovenia zálohy, obnovíte poslednú dennú zálohu\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Klient / Všeobecné / Prehľad\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Klient / Profil / Prehľad účtu\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Klient / Profil / Jazyk\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Klient / Profil / Rozmiestnenie\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Klient / Profil / Heslo\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Klient / Profil / Osobné údaje\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Klient / Podpora / Uzavreté tikety\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Klient / Podpora / Nový tiket\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Klient / Podpora / Otvorené tikety\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Klient / Podpora / Zobraziť tiket\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"OK\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Zatvorené tikety\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Spoločnosť\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Krajina\"\n\nmsgid \"Create\"\nmsgstr \"OK\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Vytvorené\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Dátum vytvorenia\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Užívateľské chybové stránky\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Vlastné menu\"\n\nmsgid \"Customer\"\nmsgstr \"Zákazník\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Zákazníkové konto bolo úspešne pridané.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"Zákazníci\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"DOLE\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Denná záloha\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"Databáza\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Mená databáz a užívateľov\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Meno databázi\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Meno databáze je dlhé.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"Prefix databáze\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Databáza prefix/suffix\"\n\nmsgid \"Database required\"\nmsgstr \"Potrebná databáza\"\n\nmsgid \"Database usage\"\nmsgstr \"Použitie databáze\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Užívateľia databázy\"\n\nmsgid \"Databases\"\nmsgstr \"Databáze\"\n\nmsgid \"Date\"\nmsgstr \"Dátum\"\n\nmsgid \"Day\"\nmsgstr \"Deň\"\n\nmsgid \"Days\"\nmsgstr \"Dni\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"Východzí jazyk\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Zmazať\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Vymazať z logu:\"\n\nmsgid \"Delete order\"\nmsgstr \"Zḿazať objednávku\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Vymazať software predajcu\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Popis\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Detaily\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Zakázané\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Diskový priestor\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"Využitie diskového priestoru\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Detaili využitia diskového priestoru\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Doména\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP adresa domény\"\n\nmsgid \"Domain Name\"\nmsgstr \"Meno domény\"\n\nmsgid \"Domain account\"\nmsgstr \"Doménový účet\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"Alias domény\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Chyby pre doménové aliasy\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Alias domény bol naplánovaný na pridanie.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Aliasy domén\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Detaily domény\"\n\nmsgid \"Domain errors\"\nmsgstr \"Chyby pre doménu\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Je potrebné uviesť expiráciu domény.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Meno domény\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"Prehľad domény\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Štatistiky domény\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Status domény nie je ok.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Doména bola úspešne aktualizovaná.\"\n\nmsgid \"Domain type\"\nmsgstr \"Typ domény\"\n\nmsgid \"Domains\"\nmsgstr \"Domény\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domén na stránku\"\n\nmsgid \"Done\"\nmsgstr \"Hotovo\"\n\nmsgid \"Download\"\nmsgstr \"Stiahnuť\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Upraviť\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"Upraviť doménu\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Zmeniť alias domény\"\n\nmsgid \"Edit error page\"\nmsgstr \"Upraviť chybovú stránku\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Editovať hostingový plán\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Upraviť predajcu\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Upraviť doménu\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"Email\"\n\nmsgid \"Email address\"\nmsgstr \"Emailová adresa\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"Nastavenie emailu\"\n\nmsgid \"Email setup\"\nmsgstr \"Nastavenie E-mailu\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"Povolené\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Chybové stránky\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Chyba: Vzdialený súbor sa nenašiel!\"\n\nmsgid \"Errors\"\nmsgstr \"Chyba\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Ext. mail server\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Externý mail server\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP konto\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP konto už existuje\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"FTP limit konta bol dosiahnutý.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP konto bolo úspešne pridané.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTP konto bolo úspešne vymazané.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP konto bolo úspešne aktualizované.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP kontá\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Prenesené dáta cez FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Funkcie\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"Žena\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Súbor %1$s.tar.gz neexistuje.\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Subor sa nedá čitať.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"Správca súborov\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Informácie o súborových systémoch\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Krstné meno\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Presmerovanie\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"Presmerovať do\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Presmerovať na URL\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Voľné\"\n\nmsgid \"From\"\nmsgstr \"Od\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Od predajcu\"\n\nmsgid \"Ftp\"\nmsgstr \"FTP\"\n\nmsgid \"Ftp account\"\nmsgstr \"FTP konto\"\n\nmsgid \"Ftp account data\"\nmsgstr \"FTP konto údaje\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"FTP účty\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Pohlavie\"\n\nmsgid \"General\"\nmsgstr \"Všeobecné\"\n\nmsgid \"General information\"\nmsgstr \"Všeobecné informácie\"\n\nmsgid \"General settings\"\nmsgstr \"Všeobecné nastavenia\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"Skupina\"\n\nmsgid \"Group members\"\nmsgstr \"Členovia skupiny\"\n\nmsgid \"Group name\"\nmsgstr \"Názov skupiny\"\n\nmsgid \"Groups\"\nmsgstr \"Skupiny\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Veľa\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"Domáca stránka\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Hostingový plán\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Hostingový plán\"\n\nmsgid \"Hour\"\nmsgstr \"Hodina\"\n\nmsgid \"Hours\"\nmsgstr \"Hodiny\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"Zadajte adresu\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"Využitie IP\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 adresy\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Nesprávana dlška, alebo syntax emailu.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Nesprávny limit pre %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Nainštalovať\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"Inštalované\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Inštrukcie na stiahnutie dnešnej zálohy\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"Preklady\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Zlé časové obdobie!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Verzia jadra\"\n\nmsgid \"Kill session\"\nmsgstr \"Zrušiť sedenie\"\n\nmsgid \"Label\"\nmsgstr \"Popis\"\n\nmsgid \"Language\"\nmsgstr \"Jazyky\"\n\nmsgid \"Language file\"\nmsgstr \"Súbor s prekladom\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Jazyky\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"Posledný prístup\"\n\nmsgid \"Last name\"\nmsgstr \"Priezvisko\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"Rozmiestnenie\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"Úroveň\"\n\nmsgid \"Limit\"\nmsgstr \"Limit\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Načítanie (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Prihlásenie\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Prihláste sa cez FTP konto\"\n\nmsgid \"Logo file\"\nmsgstr \"Súbor s logom\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo bolo úspešne vymazané.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo bolo úspešne aktualizované.\"\n\nmsgid \"Logout\"\nmsgstr \"Odhlásiť sa\"\n\nmsgid \"Lost password\"\nmsgstr \"Zabudnuté heslo\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Zabudnuté heslo\"\n\nmsgid \"Low\"\nmsgstr \"Málo\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"E-mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Chyby pre e-mailové kontá\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"E-mail typ účtu\"\n\nmsgid \"Mail accounts\"\nmsgstr \"E-mailové kontá\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Zoznam e-mailov je prázdny.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"E-maily sú zakázane\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"E-mail vužitie\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Spravovať objednávky\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Muž\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Spravovať SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Spravovať užívateľov a skupiny\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Počet pokusov prihlásenia\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"Stredne\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Správa\"\n\nmsgid \"Message template\"\nmsgstr \"Šablóna správy\"\n\nmsgid \"Message template info\"\nmsgstr \"Šablóna správy - Informácie\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Minúta\"\n\nmsgid \"Minutes\"\nmsgstr \"Minúty\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Mesiac\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"Pripojené\"\n\nmsgid \"Mount point\"\nmsgstr \"Bod propojenia\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"Nedostupné\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Meno\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Nový tiket\"\n\nmsgid \"Next\"\nmsgstr \"Ďalej\"\n\nmsgid \"Next step\"\nmsgstr \"Ďalší krok\"\n\nmsgid \"No\"\nmsgstr \"Nie\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Oznámenia, upozornenia a chyby\"\n\nmsgid \"Ok\"\nmsgstr \"V poriadku\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Iba kladné čísla sú povolené.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"Otvorené tikety\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"Objednávka\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Ostatné odchádzajúce\"\n\nmsgid \"Other out\"\nmsgstr \"Ostatné prichádzajúce\"\n\nmsgid \"Other settings\"\nmsgstr \"Ostatné nastavenia\"\n\nmsgid \"Overview\"\nmsgstr \"Prehľad\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP prichádzajúce\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP odchádzajúce\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Prenesené dáta cez POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"Akcie balíka\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"Typ inštalácie balíka\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"Jazyk balíka\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"Názov balíka\"\n\nmsgid \"Package type\"\nmsgstr \"Typ balíka\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"Verzia balíka\"\n\nmsgid \"Panel default language\"\nmsgstr \"Vyberte predvolený jazyk\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Partícia\"\n\nmsgid \"Password\"\nmsgstr \"Heslo\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Zopakujte heslo\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Heslo obsahuje nepovolené znaky.\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Chýba heslo.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Nastavenie hesla\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Heslo bolo úspešne obnovené.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Hesla sa nezhodujú.\"\n\nmsgid \"Path\"\nmsgstr \"Cesta\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Percent\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"Osobné údaje\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Prispôsobiť šablónu\"\n\nmsgid \"Phone\"\nmsgstr \"Telefón\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Prosím aktivujte si Vaše nové i-MSCP heslo\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Prosím zadajte heslo.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Prosím zadajte SQL user host.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Prosím zadajte uživatelské meno.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Prosím napíšte meno databáze.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Prosím vyplňte Vaše prihlasovacie údaje\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Zabráň vonkajšiemu prihláseniu pre zákazníkov\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Zabráň vonkajšiemu prihláseniu pre obchodníkov\"\n\nmsgid \"Previous\"\nmsgstr \"Späť\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Priorita\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"Profil\"\n\nmsgid \"Properties\"\nmsgstr \"Vlastnosti\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Chránené oblasti\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"Základné data\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"Dátum vydania\"\n\nmsgid \"Release description\"\nmsgstr \"Popis vydania\"\n\nmsgid \"Release version\"\nmsgstr \"Verzia vydania\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"Odobrať\"\n\nmsgid \"Remove IP\"\nmsgstr \"Odobrať IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Odobrať opravnenia\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Zopakovať heslo\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"Predajca\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Predajca / Všeobecné / Prehľad\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Predajca / Všeobecné / Softvér upload\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Predajca / Profil / Prehľad účtu\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Predajca / Profil / Jazyk\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Predajca / Profil / Rozmiestnenie\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Predajca / Profil / Heslo\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Predajca / Profil / Osobné údaje\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Meno predajcu\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"Predajcové údaje\"\n\nmsgid \"Reseller level\"\nmsgstr \"Úroveň predajcu\"\n\nmsgid \"Reseller list\"\nmsgstr \"Zoznam predajcov\"\n\nmsgid \"Reseller name\"\nmsgstr \"Meno predajcu\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Predajcov zoznam softwaru\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Predajca úspešne pridaný.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Predajca celkom\"\n\nmsgid \"Reseller users\"\nmsgstr \"Užívatelia predajcu\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Predajca s opravneniami celkom\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Predajca/IP štatistika využitia\"\n\nmsgid \"Resellers\"\nmsgstr \"Predajci\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Reset\"\n\nmsgid \"Restore\"\nmsgstr \"Obnoviť\"\n\nmsgid \"Restore backup\"\nmsgstr \"Obnoviť zálohu\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Prenesené dáta cez STMP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQL databáza\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL databázy\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"SQL užívateľ\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQL užívateľ\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL užívateľské meno\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL užívatelia\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"SSL možnosť nieje dostupná. Môžete sa iba pozrieť na certifikát.\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Uložiť\"\n\nmsgid \"Search\"\nmsgstr \"Vyhľadať\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Kontrolný kód\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"Vybrať skupinu\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Poslať\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Poslať správu\"\n\nmsgid \"Send message to\"\nmsgstr \"Poslať správu \"\n\nmsgid \"Send reply\"\nmsgstr \"Odoslať odpoveď\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Porty servra\"\n\nmsgid \"Server statistics\"\nmsgstr \"Štatistiky servra\"\n\nmsgid \"Server status\"\nmsgstr \"Stav servra\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Servisný mód\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"Porty servra\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Nastavenia\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Zobraz\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Zobraziť %s záznamov na stranu.\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Zobraziť SSL certfikát\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Ukázať v\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Zobrazujú sa %s do %s z %s záznamov\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Zobrazujú sa 0 do 0 z 0 záznamov\"\n\nmsgid \"Size\"\nmsgstr \"Veľkosť\"\n\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"Inštalácia softwaru\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"Softwarové opravnenia\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"Softwaru celkom\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Software bol aktivovaný.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Software bol zmazaný.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Štát/provincia\"\n\nmsgid \"Statistics\"\nmsgstr \"Štatistiky\"\n\nmsgid \"Status\"\nmsgstr \"Stav\"\n\nmsgid \"Street 1\"\nmsgstr \"Ulica 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Ulica 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Sub-doména\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Sub-doménové e-maily\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Chyby pre sub-domény\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Meno sub-domény\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Sub-domény\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Predmet\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Odoslať zmeny\"\n\nmsgid \"Support\"\nmsgstr \"Podpora\"\n\nmsgid \"Support system\"\nmsgstr \"Podporný systém\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Prepnúť\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Zmeniť užívateľské rozhranie\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Systémové informácie\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"Systémové nástroje\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Porty servra\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Pole pre heslo je prázdne.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Pole užívateľa je prázdne.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Táto htaccess skupina už existuje.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Tento htaccess užívateľ už existuje.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Spolu\"\n\nmsgid \"Total Domains\"\nmsgstr \"Domény\"\n\nmsgid \"Total Software\"\nmsgstr \"Softwaru celkom\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Celkom inštalácií\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"Softwaru celkom\"\n\nmsgid \"Traffic\"\nmsgstr \"Prenesené dáta\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgid \"UP\"\nmsgstr \"HORE\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL presmerovanie\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL Protokol\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL do tohto admin panela\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Neoprávnené\"\n\nmsgid \"Unavailable\"\nmsgstr \"Nedostupné\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Neuvedené\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Neznáma chyba\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Neznáma akcia: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Neznámy dôvod.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"Neznámy status\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Aktualizovať\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"Aktualizovať info\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"Aktualizovať heslo\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Nahrať\"\n\nmsgid \"Upload logo\"\nmsgstr \"Nahrať logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Nahrať\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Použité\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Užívateľ\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Užívateľské meno (krstné aj priezvisko)\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Užívateľové údaje neboli aktualizované.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Užívateľské meno (systémové)\"\n\nmsgid \"User password\"\nmsgstr \"Heslo užívateľa\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Skutočné meno (krstné, priezvisko) užívateľa\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Užívateľ bol naplánovaný na vymazanie.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Typ užívateľa\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Hodnosť užívateľa (administrátor, obchodník, užívateľ)\"\n\nmsgid \"Username\"\nmsgstr \"Užívateľské meno\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Užívateľské meno a heslo pre prihlásenie do aplikácie\"\n\nmsgid \"Users\"\nmsgstr \"Užívatelia\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"Hodnoty\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Stránka výrobcu\"\n\nmsgid \"Version\"\nmsgstr \"Verzia\"\n\nmsgid \"Very high\"\nmsgstr \"Veľmi veľa\"\n\nmsgid \"View\"\nmsgstr \"Zobraziť\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"Zobraziť tiket\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Upozornenia a chyby\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"Ľutujeme, ale práve prebieha údržba systému. Prosím vráťte sa neskôr.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Webové štatistiky\"\n\nmsgid \"Web files only\"\nmsgstr \"Webové súbory iba\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Ochrana webového adresára\"\n\nmsgid \"Web in\"\nmsgstr \"Web prichádzajúce\"\n\nmsgid \"Web out\"\nmsgstr \"Web odchádzajúca\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Štatistikywebu\"\n\nmsgid \"Web traffic\"\nmsgstr \"Prenesené dáta cez web\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Web nástroje\"\n\nmsgid \"Welcome email\"\nmsgstr \"Uvítací email\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Vitajte {USERNAME} v i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Nesprávne ID predajcu.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Nespávný bespečnostný kód\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Nesprávne ID softwaru.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Nesprávne užívateľské meno.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"Rok\"\n\nmsgid \"Yes\"\nmsgstr \"Áno\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Dosiahli ste limit mesačného server trafiku.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Dosiahli ste limit diskového priestoru.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Dosiahli ste limit mesačného trafiku.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Môžete nahrať iba obrázky.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"Nemôžete presmerovať %s samého na seba.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Nemáte žiadne FTP účty.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"Nemáte žiadne databázy.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Nemáte žiadne aliasy domény.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Nemáte žiadne chránené oblasti.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Nemáte žiadne subdomény.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Úspešne ste sa odhlásili.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Nemáte žiadne uzavreté tikety.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Nemáte žiadne skupiny.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Nemáte žiadne otvorené tikety.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Musite si vybrat medzi file-upload a wget-function.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Vyberte si medzi lokálnym, alebo vzdialeným uploadom.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Je potrebne zopakovať heslo.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Musíte zadať doménový alias.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Je potrebné uviesť názov subdomény.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Musíte zvoliť súbor pre upload.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Musite vybrať súbor na upload.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Napíšte odkaz.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Zadajte predmet.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"Vaša spotreba\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"Vaša správa\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Váš odkaz bol úspešne odoslaný.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Váše nové i-MSCP prihlásenie\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Váš balíček je poškodený. Prosím opravte ho!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"PSČ\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"[Nové]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"slovenčina - Slovak\"\n\nmsgid \"activated\"\nmsgstr \"aktivované\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"aktivované (Softwaredepot)\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"a\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"mažem\"\n\nmsgid \"disabled\"\nmsgstr \"zakázané\"\n\nmsgid \"disk space\"\nmsgstr \"diskový priestor\"\n\nmsgid \"domain\"\nmsgstr \"doména\"\n\nmsgid \"domain alias\"\nmsgstr \"doménový alias\"\n\nmsgid \"domain aliases\"\nmsgstr \"doménové aliasy\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Domény\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"všetko\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Manažment applikácií (Oprávnenia)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP aktualizácie\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"inštalované\"\n\nmsgid \"installing\"\nmsgstr \"inštalujem\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"mail\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"Alias domény\"\n\nmsgid \"missing domain\"\nmsgstr \"Hlavná doména\"\n\nmsgid \"n\\\\a\"\nmsgstr \"Nedostupné\"\n\nmsgid \"no\"\nmsgstr \"nie\"\n\nmsgid \"not available\"\nmsgstr \"nedostupné\"\n\nmsgid \"not required\"\nmsgstr \"nepovinné\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"staršie ako 1 mesiac\"\n\nmsgid \"older than 12 months\"\nmsgstr \"staršie ako 12 mesiacov\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"staršie ako 2 týždne\"\n\nmsgid \"older than 3 months\"\nmsgstr \"staršie ako 3 mesiace\"\n\nmsgid \"older than 6 months\"\nmsgstr \"staršie ako 6 mesiacov\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"alebo vzdialený súbor (Max: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"unikátny vstup\"\n\nmsgid \"required\"\nmsgstr \"povinné\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Sub-doména\"\n\nmsgid \"subdomains\"\nmsgstr \"subomény\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"trafik\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"očakávaná aktivácia\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"áno\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/sl.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Darwin <darko.vintar@gmail.com>, 2017\\n\"\n\"Language-Team: Slovenian (https://www.transifex.com/i-mscp/teams/576/sl/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: sl\\n\"\n\"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Admin / Podpora / Odprti zahtevki\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s prijavljeni ste kot %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"računa\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"\"\n\nmsgid \"Activate\"\nmsgstr \"Aktivirajte\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Dodaj\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Dodaj SQL bazo\"\n\nmsgid \"Add SQL user\"\nmsgstr \"\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"Dodaj Administratorja\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"\"\n\nmsgid \"Add group\"\nmsgstr \"\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Dodaj gostovanje\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"\"\n\nmsgid \"Add permissions\"\nmsgstr \"Dodaj dovoljenja\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"Dodaj Prodajalca\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Dodaj poddomeno\"\n\nmsgid \"Add user\"\nmsgstr \"Dodaj uporabnika\"\n\nmsgid \"Added by\"\nmsgstr \"Dodal\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"Admin\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"Administratorski log\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"Administratorskih uporabnikov\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"Administrator\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"Administratorski level\"\n\nmsgid \"Administrator login\"\nmsgstr \"Prijava administratorja\"\n\nmsgid \"Administrators\"\nmsgstr \"Administratorji\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Vsi\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Zahtevana so vsa polja\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"Ves promet\"\n\nmsgid \"All users\"\nmsgstr \"Vsi uporabniki\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"Uredu\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"Uredu\"\n\nmsgid \"Apply changes\"\nmsgstr \"Potrdi spremembe\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Ali ste prepričani, da želite izbrisati (%s)\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"\"\n\nmsgid \"Assign\"\nmsgstr \"Vpiši se\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Nazaj\"\n\nmsgid \"Backup\"\nmsgstr \"Var. kopiranje\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"prekliči\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Preveri za posodobitve\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Izberi\"\n\nmsgid \"Choose dir\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Mesto\"\n\nmsgid \"Class\"\nmsgstr \"\"\n\nmsgid \"Clear log\"\nmsgstr \"Počisti log\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"Uredu\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Podjetje\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Država\"\n\nmsgid \"Create\"\nmsgstr \"Uredu\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Ustvaril\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Ustvarjeno\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Meni po meri\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Dnevna var. kopija\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgid \"Day\"\nmsgstr \"Dan\"\n\nmsgid \"Days\"\nmsgstr \"Dnevi\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Briši\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Izbriši z loga:\"\n\nmsgid \"Delete order\"\nmsgstr \"\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Opis\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Detalji\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Onemogočeno\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Disk\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"Uporaba prostora\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domena\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP domene\"\n\nmsgid \"Domain Name\"\nmsgstr \"Ime domene\"\n\nmsgid \"Domain account\"\nmsgstr \"Račun domene\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Podrobnosti domene\"\n\nmsgid \"Domain errors\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Ime domene\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Statistika domene\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"Domene\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domen na stran\"\n\nmsgid \"Done\"\nmsgstr \"\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Uredi\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"Uredi domeno\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"\"\n\nmsgid \"Edit error page\"\nmsgstr \"\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Uredi prodajnike\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"Email\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"Nastavitve e-računa\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"Omogočeno\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Strani napak\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"Napake\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP računi\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP promet\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"Ženska\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"Raziskovalec\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Ime\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Preusmeri na URl\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"\"\n\nmsgid \"From\"\nmsgstr \"Od\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Od prodajnika\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Spol\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"Splošne informacije\"\n\nmsgid \"General settings\"\nmsgstr \"Glavne nastavitve strežnika\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"\"\n\nmsgid \"Group members\"\nmsgstr \"\"\n\nmsgid \"Group name\"\nmsgstr \"\"\n\nmsgid \"Groups\"\nmsgstr \"\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"\"\n\nmsgid \"Hour\"\nmsgstr \"Ura\"\n\nmsgid \"Hours\"\nmsgstr \"Ure\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IP naslov\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"Ip uporaba\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 naslov\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"\"\n\nmsgid \"Label\"\nmsgstr \"\"\n\nmsgid \"Language\"\nmsgstr \"Izbor jezika\"\n\nmsgid \"Language file\"\nmsgstr \"\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"\"\n\nmsgid \"Last name\"\nmsgstr \"Priimek\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"Postavitev / Izgled\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"Level\"\n\nmsgid \"Limit\"\nmsgstr \"Omejitev\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Prijava\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Vpišite se z vašim FTP računom\"\n\nmsgid \"Logo file\"\nmsgstr \"\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"Odjava \"\n\nmsgid \"Lost password\"\nmsgstr \"Pozabljeno geslo\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"\"\n\nmsgid \"Low\"\nmsgstr \"\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"Email\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Email računi\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Vzdrževalni način\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Moški\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Uredi SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Sporočilo\"\n\nmsgid \"Message template\"\nmsgstr \"\"\n\nmsgid \"Message template info\"\nmsgstr \"\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Minuta\"\n\nmsgid \"Minutes\"\nmsgstr \"Minute\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Mesec\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"\"\n\nmsgid \"Mount point\"\nmsgstr \"\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Ime\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"\"\n\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Obvestila,Opozorila in Napake\"\n\nmsgid \"Ok\"\nmsgstr \"Vredu\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"\"\n\nmsgid \"Other out\"\nmsgstr \"\"\n\nmsgid \"Other settings\"\nmsgstr \"\"\n\nmsgid \"Overview\"\nmsgstr \"Pregled\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP do\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP od\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP promet\"\n\nmsgid \"Package actions\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"\"\n\nmsgid \"Password\"\nmsgstr \"Geslo\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Potrdi geslo\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"Procentov\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"Osebni podatki\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"\"\n\nmsgid \"Phone\"\nmsgstr \"telefon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Vrata\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Prioriteta\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Varovano področje\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"odstrani\"\n\nmsgid \"Remove IP\"\nmsgstr \"Odstrani IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Odstrani dovoljenja\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Ponovi geslo\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"Prodajnik\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Ime Prodajnika\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"Prodajniški level\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"Ime prodajnika\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"Prodajniki\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"Prodajniki\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Ponastavi\"\n\nmsgid \"Restore\"\nmsgstr \"Obnovitev\"\n\nmsgid \"Restore backup\"\nmsgstr \"\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP do\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP od\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP promet\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"QSL podatkovne baze\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL uporabniki\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Shrani\"\n\nmsgid \"Search\"\nmsgstr \"Iskanje\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Varnostna koda\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Pošlji sporočilo\"\n\nmsgid \"Send message to\"\nmsgstr \"Pošlji sporočilo za\"\n\nmsgid \"Send reply\"\nmsgstr \"Pošlji odgovor\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Port strežnika\"\n\nmsgid \"Server statistics\"\nmsgstr \"Statistika strežnika\"\n\nmsgid \"Server status\"\nmsgstr \"Status strežnika\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"Protokol\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Nastavitve\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Pokaži\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Pokaži v\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"Velikost\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistika\"\n\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgid \"Street 1\"\nmsgstr \"Ulica 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Ulica 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Poddomena\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain name\"\nmsgstr \"\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Poddomene\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Pošlji spremembo\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"Podporni sistem\"\n\nmsgid \"Swap\"\nmsgstr \"\"\n\nmsgid \"Switch\"\nmsgstr \"Preklopi\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Sistem\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"Systemaska orodja\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Vrata\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Skupaj\"\n\nmsgid \"Total Domains\"\nmsgstr \"Skupno domen\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"Promet\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"tip\"\n\nmsgid \"UP\"\nmsgstr \"\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Neznano\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Neznana napaka\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Posodobitev\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"Naloži\"\n\nmsgid \"Upload logo\"\nmsgstr \"Naloži logo\"\n\nmsgid \"Upload now\"\nmsgstr \"Naložite sedaj\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Uporabljeno\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Uporabnik\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"\"\n\nmsgid \"User password\"\nmsgstr \"\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"\"\n\nmsgid \"Username\"\nmsgstr \"Uporabniško ime\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Uporabniki\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"\"\n\nmsgid \"View\"\nmsgstr \"\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Opozorila in Napake\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"\"\n\nmsgid \"Web out\"\nmsgstr \"\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Spletna statistika\"\n\nmsgid \"Web traffic\"\nmsgstr \"Spletni promet\"\n\nmsgid \"Webmail\"\nmsgstr \"Spletna pošta\"\n\nmsgid \"Webtools\"\nmsgstr \"Spletna orodja\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"Leto\"\n\nmsgid \"Yes\"\nmsgstr \"Da\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\nmsgstr[3] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Poštna številka\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Slovenian\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"Domena\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Domene\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"Vse\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP Posodobitve\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"\"\n\nmsgid \"no\"\nmsgstr \"Ne\"\n\nmsgid \"not available\"\nmsgstr \"Ni na voljo\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"starejše kot 1 mesec\"\n\nmsgid \"older than 12 months\"\nmsgstr \"starrejše kot 12 mesecev\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"starejše kot 2 tedna\"\n\nmsgid \"older than 3 months\"\nmsgstr \"starejše kot 3 mesece\"\n\nmsgid \"older than 6 months\"\nmsgstr \"starejše kot 6 mesecev\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Poddomena\"\n\nmsgid \"subdomains\"\nmsgstr \"Poddomene\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Promet\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"Ja\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/sv_SE.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Thom Heemstra <thom@heemstra.xyz>, 2017\\n\"\n\"Language-Team: Swedish (Sweden) (https://www.transifex.com/i-mscp/teams/576/sv_SE/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: sv_SE\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Admin / Support Ticket System / Open Tickets\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Fel IP-adress.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\"$ORIGIN automatiskt läggs till okvalificerade namn, värdar och kanoniska \"\n\"namn\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"$ORIGIN värde är inställd till: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Softwaredepot)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Version:%2$s, Språk:%3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s du är nu loggad som %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d strängar översatt\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s konto raderades.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s ser inte ut som en i-MSCP plugin arkiv.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s finns inte eller är tom\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s är inte ett giltigt i-MSCP språkfil.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s Är inte tillåtna som subdomain etikett.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s sida\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s post\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: klienternas konsumtion ( %s) för den här återförsäljaren är större än \"\n\"den nya gränsen.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: summan av posterna ( %s) redan tilldelade av återförsäljaren är större \"\n\"än den nya gränsen.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: återförsäljare har kund(er) med obegränsade punkter.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\"%s: Du kan inte inaktivera tjänster vilka är redan används av \"\n\"återförsäljarens kunder.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Du kan inte inaktivera tjänster som är redan sålt till återförsäljarens \"\n\"kunder.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo () inte genomförts och %s hittades inte. Detta är en bugg i %s \"\n\"plugin som måste rapporteras till författaren.\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(filtered from %s total records)\"\n\nmsgid \"(usually named\"\nmsgstr \"(vanligtvis kallad\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"A PHP extension stopped the file upload.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Ett webbhotell-plan med samma namn finns redan\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"En ny i-MSCP version är tillgänglig\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Ett nytt programpaket har laddats upp\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"En uppgift pågår för denna htuser.\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Tillgång till din domän statistik via webbgränssnittet.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Kom åt dina filer via webbgränssnittet.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Få åtkomst till din post via webbgränssnittet.\"\n\nmsgid \"Account limits\"\nmsgstr \"Konto gränser\"\n\nmsgid \"Account name\"\nmsgstr \"Kontonamn\"\n\nmsgid \"Account summary\"\nmsgstr \"Kontot\"\n\nmsgid \"Account type\"\nmsgstr \"Konto typ\"\n\nmsgid \"Action\"\nmsgstr \"Process\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Åtgärden har stoppats.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Åtgärden misslyckades.\"\n\nmsgid \"Actions\"\nmsgstr \"Åtgärder\"\n\nmsgid \"Activate\"\nmsgstr \"Aktivera\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Activate this plugin\"\n\nmsgid \"Activated\"\nmsgstr \"Activated\"\n\nmsgid \"Activated software\"\nmsgstr \"Aktivt programvaror\"\n\nmsgid \"Activation email\"\nmsgstr \"Activation email\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Activation in progress...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Lägg till\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Lägg DNS-resurspost\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Lägg till ett ftp konto\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Lägg till ett Htaccess grupp\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Lägg till en Htaccess användare\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Lägg till SQL-databas\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Lägg till SQL-användare\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Lägg till ett SSL certifikat\"\n\nmsgid \"Add admin\"\nmsgstr \"Lägg till administratör\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Lägg till ett eget meny\"\n\nmsgid \"Add customer\"\nmsgstr \"Lägg till en kund\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Lägg till en kund - nästa steg\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Lägg till domänalias\"\n\nmsgid \"Add group\"\nmsgstr \"Lägg till grupp\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Lägg till webbhotellsplan\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Lägg till ett ip address\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Lägg till nytt skyddat område\"\n\nmsgid \"Add permissions\"\nmsgstr \"Lägg till behörigheter\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Lägg till behörigheter för återförsäljare till programvara:\"\n\nmsgid \"Add protected area\"\nmsgstr \"Lägg till skyddat område\"\n\nmsgid \"Add reseller\"\nmsgstr \"Lägg till återförsäljare\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Lägg till subdomän\"\n\nmsgid \"Add user\"\nmsgstr \"Lägg till användare\"\n\nmsgid \"Added by\"\nmsgstr \"Inlagd av\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Addition pågår ...\"\n\nmsgid \"Admin\"\nmsgstr \"Administratör\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Admin / General / Admin Log\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Admin / General / Overview\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Admin / General / Services Status\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Admin / Profile / Account Summary\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Admin / Profile / Language\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Admin / Profile / Layout\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Admin / Profile / Password\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Profile / Personal Data\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Admin / Settings\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Admin / Settings / IP Management\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Settings / Languages\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Admin / Settings / Lost Password Email\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Settings / Plugin Management\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Admin / Settings / Service Ports\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Admin / Settings / Software Management\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Admin / Settings / Software Options\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Admin / Settings / Welcome Email\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Admin / Software Management / Reseller Software\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Admin / Statistics / IP Usage\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Admin / Statistics / Reseller Statistics\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"Admin / Statistik / Återförsäljare Statistik / Användarstatistik\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Admin / Statistik / Återförsäljare Statistik / Användarstatistik / \"\n\"{username} Användarstatistik\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Admin / Statistics / Server Statistics\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Admin / Support / Closed Tickets\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Admin / Support / View Ticket\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Admin / System Tools / Anti-Rootkits Logs\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Admin / System Tools / Debugger\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Admin / System Tools / Maintenance Settings\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Admin / System Tools / System Information\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Admin / System Tools / i-MSCP Updates\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Admin / Users / Add Admin\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Admin / Users / Add Reseller\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Admin / Users / Circular\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Admin / Users / Edit Reseller\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Admin / Users / Overview\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Admin / Users / Overview / Domain Details\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Admin / Users / Overview / Edit Admin\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Admin / Users / Sessions\"\n\nmsgid \"Admin log\"\nmsgstr \"Administratörslogg\"\n\nmsgid \"Admin not available\"\nmsgstr \"Admin inte tillgänglig\"\n\nmsgid \"Admin users\"\nmsgstr \"Admin användare\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Admin / IP användarstatistik\"\n\nmsgid \"Administrator\"\nmsgstr \"Administratör\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Administratör och återförsäljare nivåer\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Administratör och kund\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Administratör och kund nivåer\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Administratör och återförsäljare\"\n\nmsgid \"Administrator level\"\nmsgstr \"Administratörsnivå\"\n\nmsgid \"Administrator login\"\nmsgstr \"Administratörsinloggning\"\n\nmsgid \"Administrators\"\nmsgstr \"Administratörer\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Administratör och kund\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Administratör och återförsäljare\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\n\nmsgid \"All\"\nmsgstr \"Alla\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Alla stängda tickets tagits bort.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Alla fel (utveckling)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Alla fel, med undantag E_DEPRECATED & E_STRICT (Production)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"Alla fel, med undantag E_NOTICE, E_STRICT & E_DEPRECATED (Standard)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Alla fält är obligatoriska.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Alla fält är giltiga.\"\n\nmsgid \"All in\"\nmsgstr \"Allt inåt\"\n\nmsgid \"All levels\"\nmsgstr \"Alla nivåer\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Alla öppna tickets tagits bort.\"\n\nmsgid \"All out\"\nmsgstr \"Allt utåt\"\n\nmsgid \"All reseller\"\nmsgstr \"All reseller\"\n\nmsgid \"All traffic\"\nmsgstr \"Allt trafik\"\n\nmsgid \"All users\"\nmsgstr \"Alla användare\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Allow URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Gör det möjligt att vidarebefordra begäran till denna domän till en viss \"\n\"webbadress.\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Beviljar att dela monteringspunkten i en annan domän.\"\n\nmsgid \"Already in use\"\nmsgstr \"Redan i bruk\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"Alternativ URL för att nå din webbplats\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Alternativ URL för att nå din webbplats\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Ett oväntat fel inträffade.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"Ett oväntat fel inträffade. Vänligen kontakta administratören.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"Ett oväntat fel inträffade. Vänligen kontakta din återförsäljare.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Ett oväntat fel uppstod: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"An unknown error occured during file upload: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-Rootkits Logs\"\n\nmsgid \"Any\"\nmsgstr \"någon\"\n\nmsgid \"Application installer\"\nmsgstr \"Programinstallerare\"\n\nmsgid \"Apply\"\nmsgstr \"Tillämpa\"\n\nmsgid \"Apply changes\"\nmsgstr \"Aktivera ändringar\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Är du säker på att installera det här paketet från webdepot?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Är du säker på att du vill installera detta paket?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Är du säker på att du vill ta bort behörigheter ?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Är du säker på att du vill ta bort '%s' SQL-användare?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Är du säker på att du vill aktivera det här paketet?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Är du säker på att du vill radera %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Är du säker på att du vill ta bort alla stängda tickets?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Är du säker på att du vill ta bort alla tickets?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Är du säker att du vill raderar %s domain-alias beställning?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Är du säker på att du vill radera %s domain-alias?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Är du säker att du vill raderar %s meny?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Är du säker på att du vill ta bort '%s' ticket?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Är du säker på att du vill ta bort denna `%% s 'IP-adress?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Är du säker på att du vill ta bort `%%s` FTP-användare?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\"Är du säker på att du vill ta bort det så kallade `%%s` skyddat område?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Är du säker på att du vill radera detta DNS-post?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Är du säker på att du vill radera detta domänalias ?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Är du säker på att du vill radera detta hosting plan?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Är du säker på att du vill ta bort detta paket?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Är du säker på att du vill radera detta subdomän?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\"Är du säker på att du vill importera detta paket i den lokala programvaran \"\n\"förvar?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"Är du säker på att du vill importera detta paket i programvaran depå?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"Är du säker att du vill installera detta paket från Web förvar?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Är du säker på att du vill återställa backupen?\"\n\nmsgid \"Assign\"\nmsgstr \"Tilldela\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Tilldela befintlig SQL användare\"\n\nmsgid \"Assign group\"\nmsgstr \"Tilldela grupp\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Tilldelas åtminstone en återförsäljare\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Minst en mellanliggande certifikat är ogiltigt eller saknas.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Autentisering av grupp\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Autentisering av användare\"\n\nmsgid \"Authentication users\"\nmsgstr \"autentiserings användare\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"Autentiserings användare / grupper\"\n\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Auto (Browser språk)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"Tillgänglig\"\n\nmsgid \"Available software\"\nmsgstr \"Tillgängliga program\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Väntar på aktivering\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Väntar på godkännande\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"Tillbaka\"\n\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Säkerhetskopiering och återställning inställningar.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Backup arkiv planeras för att återställa.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Felaktigt lösenord.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Dåligt begäran.\"\n\nmsgid \"Behind\"\nmsgstr \"Bakom\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Nedan kan du aktivera den externa postfunktion för en eller flera av dina \"\n\"domäner. Observera att aktivering av externa postfunktion konfigurerar vår \"\n\"server att vidarebefordra din e-post via din egen e-postserver , men att \"\n\"ingen DNS-post skapas för det.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Blocking time between logins and captcha attempts\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"Body\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Body is missing.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce detektering\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Bulk Actions\"\n\nmsgid \"By\"\nmsgstr \"By\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"CPU Information\"\n\nmsgid \"Cache\"\nmsgstr \"Cache\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Kan redigera PHP %s konfigurationsalternativ\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Kan använda PHP %s funktion\"\n\nmsgid \"Cancel\"\nmsgstr \"Avbryt\"\n\nmsgid \"Canonical name\"\nmsgstr \"Kanoniskt namn\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Certifikat\"\n\nmsgid \"Certificate data\"\nmsgstr \"Certifikats data\"\n\nmsgid \"Change\"\nmsgstr \"Ändra\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Ändra status till den här artikeln för ett nytt försök\"\n\nmsgid \"Check for update\"\nmsgstr \"Leta efter uppdatering\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>t is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\n\nmsgid \"Choose\"\nmsgstr \"Välj\"\n\nmsgid \"Choose dir\"\nmsgstr \"Välj katalog\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Välj fil (Max:%1$d MB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Välj webbhotell\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Välj layoutens färg\"\n\nmsgid \"Choose your language\"\nmsgstr \"Välj språk\"\n\nmsgid \"Circular\"\nmsgstr \"Cirkulär\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Cirkulär har skickats.\"\n\nmsgid \"City\"\nmsgstr \"Stad\"\n\nmsgid \"Class\"\nmsgstr \"Klass\"\n\nmsgid \"Clear log\"\nmsgstr \"Rensa logg\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Click here for more details\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Klicka på knappen Återställ så kommer systemet att återställa den sista \"\n\"dagliga backupen\"\n\nmsgid \"Click to edit\"\nmsgstr \"Klicka för att redigera\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Kund / Databas / Lägg till databas\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Kund / Databaser / Översikt\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Kund / Databaser / Översikt / Lägg till SQL användare\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Kund / Databas / Översikt / Uppdaterar SQL Användarens lösenord\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Klient / domän / Edit DNS-resurspost\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Kund / Domainer\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Klient / domäner / Lägg till DNS-resurspost\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Beställare / domäner / Lägg till domän Alias\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Kund / Domainer / Lägg till subdomain\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Klient / domäner / Edit Domain\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Beställare / domäner / Redigera Domän Alias\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Client / Domains / Edit Subdomain\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Kund / Domainer / PHP inställningar\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Client / Domains / SSL Certificate\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Kund / FTP / Lägg till Ftp konto\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Kund / FTP / Översikt\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Kund / FTP / Översikt / Redigerar Ftp konto\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Kund / Allmänt / Översikt\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"Kund / Mail / Översikt\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Kund / Profil / Konto översikt\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Kunf / Profil / Språk\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Kund / Profil / Layout\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Kund / Profil / Lösenord\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Kunf / Profil / Personligt data\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Kund / Statistik\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Kund / Support / Stängda ticket\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Kund / Support / Nytt ticket\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Kund / Support / Öppen tickets\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Kund / Support / Visa ticket\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Kund / Webtools / Custom Error Pages\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Kund / Webtools / Dagligt Backup\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Kund / Webtools / Översikt\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Kund / Webtools / Skyddade områden\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Kund / Webtools / Skyddade områden / Hanterar Htaccess användare och grupper\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"Kund / Webtools / Skyddade områden / Hanterar users och grupper / Lägg till \"\n\"grupp\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"Kund / Webtools / Skyddade områden / Hanterar users och grupper / Lägg till \"\n\"användare\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"Kund / Webtools / Skyddade områden / Hanterar users och grupper / Redigerar \"\n\"användare\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Kund / Webtools / Softwares\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Klient / WebTools / Mjukvara / Programinstallation\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Kund / Webtools / Softwares / View\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Clock speed (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Stäng\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Stäng ticket\"\n\nmsgid \"Close ticket\"\nmsgstr \"Stäng ticket\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Stängda supportärenden\"\n\nmsgid \"Common name\"\nmsgstr \"Nätverksnamn\"\n\nmsgid \"Company\"\nmsgstr \"Företag\"\n\nmsgid \"Configuration mode\"\nmsgstr \"konfigurationsläge\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"Konflikt med det så kallade `%s' rekord DNS resurs.\"\n\nmsgid \"Cores\"\nmsgstr \"Cores\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Det gick inte att lägga till / uppdatera SSL-certifikat. Ett oväntat fel \"\n\"uppstod.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"Det gick inte att säkerhetskopiera %s plugin katalog.\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"Det gick inte att ändra %s plugins: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"Det gick inte att skapa domänalias . Ett oväntat fel uppstod.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"Det gick inte att ta bort SQL-databas. Ett oväntat fel uppstod.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"Det gick inte att ta bort SQL användare. Ett oväntat fel uppstod.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"Det gick inte att ta bort SSL-certifikat. Ett oväntat fel uppstod.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"Det gick inte att ta bort %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"Det gick inte att inaktivera %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"Det gick inte att aktivera %s plugin: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\"Det gick inte att hitta någon nätverksgränssnitt . Du kan inte lägga till \"\n\"nya IP-adresser.\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"Det gick inte att generera SSL-certifikat. Ett oväntat fel uppstod.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"Det gick inte att installera %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"Det gick inte att skydda %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"Kunde inte återställa %s plugin katalog\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"Det gick inte att hämta kataloger.\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"Det gick inte att avinstallera %s plugin: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"Det gick inte att uppdatera %s plugin: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Kunde inte ladda upp filen.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Kunde inte ladda upp filen. Filen kunde inte hittas.\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"Kunde inte ladda upp filen. Max upload filesize (%1$d MB) har nåtts.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgid \"Create\"\nmsgstr \"Create\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Skapad av\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Skapad\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Anpassad DNS fel\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Anpassad DNS-post framgångsrikt planerad till radering.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Custom DNS-poster\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Egen felsida uppdaterad.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Anpassade felsidor\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Custom menu name and link\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Custom menu properties\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Custom menu successfully added.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Custom menu successfully deleted.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Custom menu successfully updated.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Egna menyer\"\n\nmsgid \"Customer\"\nmsgstr \"Kund\"\n\nmsgid \"Customer account\"\nmsgstr \"Kundkonto\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Kundkonto planerad till aktivering.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Domänkonto planerad framgångsrikt för skapande.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Kundkonto planerad till avaktivering.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Kundkonto planerad för radering.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Kundkonto uppdaterats.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Kunduppdrag\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Customer consumption\"\n\nmsgid \"Customer level\"\nmsgstr \"Customer level\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Kund framgångsrikt planerad till tillägg.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Kundkonto planerad till radering.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Customer's layout color successfully updated.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Customer(s) successfully moved.\"\n\nmsgid \"Customers\"\nmsgstr \"Kunder\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Anpassa fel sidor för din domän.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS-posten finns redan.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"DNS-resurspost\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"DNS resurspost planerad till tillägg.\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"DNS resurspost planerad för uppdatering.\"\n\nmsgid \"DNS resource records\"\nmsgstr \"DNS-urkunder för resursen\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"DNS-zonen som du vill lägga till den här DNS-resursposten .\"\n\nmsgid \"DOWN\"\nmsgstr \"NER\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Daemon request failed.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Daemon request successfull.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Daglig backup\"\n\nmsgid \"Data\"\nmsgstr \"Data\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Data ändras. Var god försök igen.\"\n\nmsgid \"Database\"\nmsgstr \"Databas\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Databasnamn och användare\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Databasnamn\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Databas namn är för långt.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Databasnamn är tillgänglig eller otillåtna.\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"Databas prefix\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Databas prefix/suffix\"\n\nmsgid \"Database required\"\nmsgstr \"Databas krävs\"\n\nmsgid \"Database usage\"\nmsgstr \"Database usage\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Databasanvändare\"\n\nmsgid \"Databases\"\nmsgstr \"Databaser\"\n\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgid \"Day\"\nmsgstr \"Dag\"\n\nmsgid \"Days\"\nmsgstr \"Dagar\"\n\nmsgid \"Deactivate\"\nmsgstr \"Deactivate\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Deactivate this plugin\"\n\nmsgid \"Deactivated\"\nmsgstr \"Deactivated\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Deactivation in progress...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Detta är en automatisk e-postmeddelande med din i-MSCP kontrollpanel:\\n\"\n\"\\n\"\n\"Server namn: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Klient IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Stränghet:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Var god och svara ej på detta mail..\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\n\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgid \"Default language\"\nmsgstr \"Standardspråk\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Standardspråk uppdaterats.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\n\nmsgid \"Delete\"\nmsgstr \"Ta bort\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Ta bort alla tickets\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Ta bort från logg:\"\n\nmsgid \"Delete order\"\nmsgstr \"Ta bort beställning\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Radera återförsäljare programvara\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Delete this plugin\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Ta bort ticket\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Radering pågår\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Deletion in progress...\"\n\nmsgid \"Depot import\"\nmsgstr \"Depå import\"\n\nmsgid \"Description\"\nmsgstr \"Beskrivning\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Beskrivningen får inte vara tom.\"\n\nmsgid \"Details\"\nmsgstr \"Detaljer\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Katalog %s inte existerar.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"Katalogen '%s' existerar inte.\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"Katalogen '%s' är inte tillåten eller ogiltig.\"\n\nmsgid \"Disabled\"\nmsgstr \"Inaktiv\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Inaktiverade funktioner\"\n\nmsgid \"Disconnect\"\nmsgstr \"Avbryta förbindelse \"\n\nmsgid \"Disk\"\nmsgstr \"Diskutrymme\"\n\nmsgid \"Disk space\"\nmsgstr \"Diskutrymme\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Diskplats gränsen [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Diskanvändning\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Diskanvändning detaljer\"\n\nmsgid \"Display errors\"\nmsgstr \"Visa fel\"\n\nmsgid \"Document root\"\nmsgstr \"dokument rot\"\n\nmsgid \"Domain\"\nmsgstr \"Domän\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Domän %s kan inte vidarebefordras på sig själv.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Domänen %s är inte tillgänglig.\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domän-IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"Domännamn\"\n\nmsgid \"Domain account\"\nmsgstr \"Domänkonto\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Domänkonto löpt ut.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Domain accounts\"\n\nmsgid \"Domain alias\"\nmsgstr \"Domain alias\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Domän alias %s kan inte vidarebefordras på sig.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domänaliasfel\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Domänalias namn\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Domänalias har skapats.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Domän alias har beställts.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Domän alias schemalagt för tillägg.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Domänalias planerad framgångsrikt för radering.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Domän alias schemalagt för uppdatering.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domänalias\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Domain och SQL databaser\"\n\nmsgid \"Domain data\"\nmsgstr \"Domain data\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"Domändata ändrades. Var god försök igen.\"\n\nmsgid \"Domain details\"\nmsgstr \"Domändetaljer\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domänfel\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Domän utgångsdatum\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Domain utgångsdatum måste fyllas i.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"Domain for which PHP Editor must act.\"\n\nmsgid \"Domain name\"\nmsgstr \"Domännamn\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"Domännamn (i ASCII-format) får inte vara större än 255 tecken.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Namnet får inte vara tomt.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Domännamn får inte börja eller sluta med dot.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Domännamnet innehåller ett ogiltigt tecken: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Domännamn etiketter inte var större än 63 tecken.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"Domännamn etiketter får inte börja eller sluta med bindestreck.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Domän nytt utgångsdatum\"\n\nmsgid \"Domain overview\"\nmsgstr \"Domain overview\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domain scheduled for update.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domänstatistik\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Domain status is not ok.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Domain framgångsrikt planerat för uppdatering.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Domain successfully updated.\"\n\nmsgid \"Domain type\"\nmsgstr \"Domain typ\"\n\nmsgid \"Domains\"\nmsgstr \"Domäner\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Domäner per sida\"\n\nmsgid \"Done\"\nmsgstr \"Klar\"\n\nmsgid \"Download\"\nmsgstr \"Ladda ner\"\n\nmsgid \"Download TAR\"\nmsgstr \"Ladda ner TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Ladda ner ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Download links\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Hämta de filer som finns i den här katalogen\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"Redigera\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"Redigera DNS-resurspost\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Ändra Ftp konto\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Ändra SSL cert.\"\n\nmsgid \"Edit admin\"\nmsgstr \"Edit admin\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Ändra eget fel sida\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Ändra eget meny\"\n\nmsgid \"Edit customer\"\nmsgstr \"Ändra kund\"\n\nmsgid \"Edit domain\"\nmsgstr \"Redigera domän\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Redigera domänalias\"\n\nmsgid \"Edit error page\"\nmsgstr \"Redigera felsida\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Ändra webbhotellsplan\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Ändra Htaccess användare\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Redigera e-postkonto\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Redigera skyddat område\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Ändra återförsäljare\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Redigera underdomän\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"E-post\"\n\nmsgid \"Email address\"\nmsgstr \"E-mail adr.\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"E-mail kvot kan inte vara större än %s\"\n\nmsgid \"Email settings\"\nmsgstr \"E-postinställningar\"\n\nmsgid \"Email setup\"\nmsgstr \"E-postinställningar\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"E-post har uppdaterats.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Aktiverar SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Aktiv\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Aktiv för: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Error details\"\n\nmsgid \"Error pages\"\nmsgstr \"Felsidor\"\n\nmsgid \"Error reporting\"\nmsgstr \"Felrapportering\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Fel: Remote File not found!\"\n\nmsgid \"Errors\"\nmsgstr \"Fel\"\n\nmsgid \"Execute tasks\"\nmsgstr \"utföra uppgifter\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Extern e-postserver\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Extern e-postserver\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"Extern funktion postserver planerad för aktivering.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"Extern funktion postserver planerad för avaktivering.\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP-konto\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP-konto finns redan.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"Gränsen över antalet FTP-konton är nådd!\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP konto lagds till.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTP-konto raderades.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP konto uppdaterades.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP-konton\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"FTP hemkatalog\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"FTP hemkatalog kan inte vara tom.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP trafik\"\n\nmsgid \"FTP user errors\"\nmsgstr \"FTP användarfel\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Failed to write file to disk.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Failure in the package. Deleting!\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Funktion\"\n\nmsgid \"Features\"\nmsgstr \"Features\"\n\nmsgid \"Female\"\nmsgstr \"Kvinna\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"Fil %s existerar eller kan inte nås!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"Filen %s ser inte ut som ett migreringsfil.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Fil finns inte. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Filen överskrider storleksgränsen.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Fil har laddats upp.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Filen är inte läsbar.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Fil måste vara en \\\"tar.gz-arkiv.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Filen har laddats upp.\"\n\nmsgid \"File usage\"\nmsgstr \"File usage\"\n\nmsgid \"FileManager\"\nmsgstr \"FileManager\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Systeminfo för filsystemet\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Fyll i text-meddelande\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Förnamn\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Förbjudet\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"Force retry\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Vidarebefordra till\"\n\nmsgid \"Forward URL\"\nmsgstr \"Vidarebefordra till URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"Framåt URL %s är inte giltigt.\"\n\nmsgid \"Forward account\"\nmsgstr \"Framåt konto\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Framåt Listan är tom.\"\n\nmsgid \"Forward to\"\nmsgstr \"Vidarebefordra till\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Vidarebefordra till URL\"\n\nmsgid \"Forward type\"\nmsgstr \"Framåt typ\"\n\nmsgid \"Free\"\nmsgstr \"Ledigt\"\n\nmsgid \"From\"\nmsgstr \"Från\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Från återförsäljare\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Ftp konto\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Ftp-konton data\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Ftp-konton\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Ftp kataloger\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"Kön\"\n\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgid \"General information\"\nmsgstr \"Allmän information\"\n\nmsgid \"General settings\"\nmsgstr \"Allmänna inställningar\"\n\nmsgid \"Generate\"\nmsgstr \"Generera\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Generera ett självsignerat certifikat\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Få en ny säkerhetskod\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"Grupp\"\n\nmsgid \"Group members\"\nmsgstr \"Gruppmedlemmar\"\n\nmsgid \"Group name\"\nmsgstr \"Gruppnamn\"\n\nmsgid \"Groups\"\nmsgstr \"Grupper\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS includeSubDomains direktivet\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS max-ålder direktiv värde\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"Http traffic\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Hög\"\n\nmsgid \"Home directory\"\nmsgstr \"Home directory\"\n\nmsgid \"Homepage\"\nmsgstr \"Hemsida\"\n\nmsgid \"Host\"\nmsgstr \"Värd\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"Host from which SQL user is allowed to connect to SQL server\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Webbhotellsplan\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Tillgängliga webbhotellsplaner\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Webbkonto gränser överskrida återförsäljarens gränser.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Hosting plan gränser överträffa dina gränser.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Webbkonto har skapats.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Hosting plan tagits bort.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Webbkonto har uppdaterats.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Webbhotellsplaner\"\n\nmsgid \"Hour\"\nmsgstr \"Timme\"\n\nmsgid \"Hours\"\nmsgstr \"Timmar\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Htaccess grupp\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Htaccess group successfully scheduled for addition.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Htaccess group successfully scheduled for deletion.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Htaccess användare\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Htaccess user successfully assigned to the %s htaccess group\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Htaccess user successfully deleted from the %s htaccess group \"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Htaccess user successfully scheduled for addition.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IP-adress\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"IP-adressen redan under kontroll av i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IP-adressen har planerats för tillägg.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IP planeras för radering.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"IP-adressen har planerats för modifiering.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"IP-adresser under kontroll av i-MSCP\"\n\nmsgid \"IP assignments\"\nmsgstr \"IP uppdrag\"\n\nmsgid \"IP errors\"\nmsgstr \"IP fel\"\n\nmsgid \"IP management\"\nmsgstr \"IP förwaltning\"\n\nmsgid \"IP netmask\"\nmsgstr \"IP nätmask\"\n\nmsgid \"IP usage\"\nmsgstr \"IP-användning\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6-adress\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"Om satt till `ja anges, kommer webbmappar skyddas mot radering.\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\"Om satt till `ja anges tillåter återförsäljaren kan hans kunder att redigera\"\n\" PHP konfigurationsalternativ .\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Om satt till `ja anges kan alltid aktivera / inaktivera PHP postfunktionen \"\n\"för sina kunder, annars är PHP postfunktionen inaktiverad.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\"Om namnfältet fylls med @ -tecknet eller lämnas tomt, kommer den att \"\n\"automatiskt ersättas med $ORIGIN värde.\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Om du vill begränsa återförsäljare, måste du begränsa först sina kunder.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Bilder måste vara mindre än 500 x 90 pixlar.\"\n\nmsgid \"Import\"\nmsgstr \"Import\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Importera i lokalt arkiv\"\n\nmsgid \"Import new language file\"\nmsgstr \"Importera ny språkfil\"\n\nmsgid \"In front\"\nmsgstr \"framtill\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"Under maintenance mode, endast administratörer kan logga in.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Felaktig FTP konton gräns.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Felaktig SQL-databaser gräns.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Felaktig SQL-användare gräns.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Felaktig SQL-användare gräns.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Felaktigt alias gränsen.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Felaktig diskplats gränsen.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"Felaktig domän alias gräns.\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Felaktig e-mail-längd eller syntax.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Felaktig e-mail kvot.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Felaktig gräns för%s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Felaktig postkonton gräns.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Felaktig månadsvis trafikgränsen.\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Felaktig underdomäner gränsen.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Felaktig underdomäner gränsen.\"\n\nmsgid \"Install\"\nmsgstr \"Intallera\"\n\nmsgid \"Install in progress\"\nmsgstr \"Install in progress...\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Install this plugin\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Installera olika webbapplikationer med ett par klick.\"\n\nmsgid \"Installation details\"\nmsgstr \"Installation details\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Installation in progress...\"\n\nmsgid \"Installation path\"\nmsgstr \"Installation path\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Installerade paket som tagits bort från din återförsäljare.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Installerade i återförsäljarens filarkiv\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Installerade i programvaruförråd\"\n\nmsgid \"Installed on\"\nmsgstr \"Installerad på\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Installera din överförda paket. Uppdatera den här sidan sen.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Instruktioner för att hämta dagens backup\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Mellan certifikat\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Internal Server Error\"\n\nmsgid \"Internationalization\"\nmsgstr \"Internationalisering\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Ogiltigt FTP användarnamn.\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Ogiltig SQL användare värd %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Ogiltig SSL-certifikat.\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Ogiltig SSL-certifikat.\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Invalid URL.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Ogiltigt domännamn.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Ogiltig e-postadress.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Ogiltig e-mail användarnamn.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Ogiltigt gruppnamn!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Invalid menu order.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Invalid name.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Ogiltigt nyttolast som mottas från GitHub\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Ogiltig instickskatalog : %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Ogiltig privat nyckel eller lösenordsfras.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Invalid target.\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Ogiltigt användarnamn.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Kernel Version\"\n\nmsgid \"Kill session\"\nmsgstr \"Döda session\"\n\nmsgid \"Label\"\nmsgstr \"Etikett\"\n\nmsgid \"Language\"\nmsgstr \"Språk\"\n\nmsgid \"Language file\"\nmsgstr \"Språkfil\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Language file successfully installed.\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Languages\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Nytt språk index skapades.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Senaste Web förvaringsplats uppdatering\"\n\nmsgid \"Last access\"\nmsgstr \"Senaste sidvisning/åtkomst\"\n\nmsgid \"Last name\"\nmsgstr \"Efternamn\"\n\nmsgid \"Last reply date\"\nmsgstr \"Sista svarsdatum\"\n\nmsgid \"Last translator\"\nmsgstr \"Senaste översättare\"\n\nmsgid \"Layout\"\nmsgstr \"Utseende\"\n\nmsgid \"Layout color\"\nmsgstr \"Layout color\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Layout color successfully updated.\"\n\nmsgid \"Level\"\nmsgstr \"Nivå\"\n\nmsgid \"Limit\"\nmsgstr \"Gräns\"\n\nmsgid \"Limit value\"\nmsgstr \"Limit value\"\n\nmsgid \"Limits\"\nmsgstr \"Limits\"\n\nmsgid \"Link\"\nmsgstr \"Link\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Länk till författarens hemsida\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Load (1 min, 5 min, 15 min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Laddar data ...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Log entries successfully deleted.\"\n\nmsgid \"Login\"\nmsgstr \"Logga in\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Login password\"\n\nmsgid \"Login username\"\nmsgstr \"Login username\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Logga in med ditt FTP-konto\"\n\nmsgid \"Logo file\"\nmsgstr \"Logotypfil\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Logo tagits bort.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Logo uppdaterats.\"\n\nmsgid \"Logout\"\nmsgstr \"Logga ut\"\n\nmsgid \"Lost password\"\nmsgstr \"Glömt lösenord\"\n\nmsgid \"Lost password email\"\nmsgstr \"Förlorat lösenord email\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"Glömt lösenord email-mallar har uppdaterats.\"\n\nmsgid \"Lost password link\"\nmsgstr \"Glömt lösenord länk\"\n\nmsgid \"Low\"\nmsgstr \"Låg\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"E-mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Mail Log Level\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"Mail-konto finns redan.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Mail-konto uppgifter\"\n\nmsgid \"Mail account errors\"\nmsgstr \"E-postkontofel\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"E-Post kontotyp\"\n\nmsgid \"Mail accounts\"\nmsgstr \"E-postkonton\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Postkonton listan är tom.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Mail feature is disabled.\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"Mail usage\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Huvudmenyn etiketter synlighet har uppdaterats.\"\n\nmsgid \"Maintenance message\"\nmsgstr \"Maintenance message\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Underhållsläge\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Underhållsläge\"\n\nmsgid \"Male\"\nmsgstr \"Man\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Hantera SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"Hantera SSL-certifikat\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Manage htaccess users and groups\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Hantera användare och grupper\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Hantera dina skyddade områden, användare och grupper.\"\n\nmsgid \"Manual\"\nmsgstr \"Manuell\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Max antal inloggningförsök\"\n\nmsgid \"Max traffic\"\nmsgstr \"Max traffic\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"Max. fjärr filstorlek (%s) är nådd. Din fjärrfilen är %s.\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"Max. fjärr filstorlek (%s) är nådd. Din fjärr fil är %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Maximum number of captcha validation attempts\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"Maximalt antal verifieringsförsök innan väntar begränsning ingriper\"\n\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgid \"Member of group\"\nmsgstr \"Member of group\"\n\nmsgid \"Memory information\"\nmsgstr \"Memory information\"\n\nmsgid \"Message\"\nmsgstr \"Meddelande\"\n\nmsgid \"Message template\"\nmsgstr \"Meddelandemall\"\n\nmsgid \"Message template info\"\nmsgstr \"Info om meddelandemall\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Meddelande till återförsäljare innan du tar bort programvaran\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Migrations filen %s är inte läsbar.\"\n\nmsgid \"Minute\"\nmsgstr \"Minut\"\n\nmsgid \"Minutes\"\nmsgstr \"Minuter\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"Model\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Ändring pågår ...\"\n\nmsgid \"Month\"\nmsgstr \"Månad\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Månadsvis trafikgränsen [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Månadsvis trafikgränsen måste vara en siffra.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"Månads trafik varning kan inte vara större än månadsvis trafikgränsen.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Månatlig trafik varning måste vara en siffra.\"\n\nmsgid \"Mount\"\nmsgstr \"Montera\"\n\nmsgid \"Mount point\"\nmsgstr \"Monteringspunkt\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"Inte tillgänglig\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"NS DNS resursposterna är endast tillåtna för delzon delegation.\"\n\nmsgid \"Name\"\nmsgstr \"Namn\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Namnet får inte vara tomt.\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Nätverksgränssnitt (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Aldrig\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Ny Sql användardata\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"New alias order for {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Skapa support-ärende\"\n\nmsgid \"Next\"\nmsgstr \"Nästa\"\n\nmsgid \"Next step\"\nmsgstr \"Nästa steg\"\n\nmsgid \"No\"\nmsgstr \"Nej\"\n\nmsgid \"No IP address found.\"\nmsgstr \"No IP address found.\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"No anti-rootkits logs\"\n\nmsgid \"No available\"\nmsgstr \"Inte tillgänglig\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Inget eget meny hittades.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"Ingen domän för ny programvara instans.\"\n\nmsgid \"No error found\"\nmsgstr \"Inget fel hittades\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"No file was uploaded.\"\n\nmsgid \"No group found.\"\nmsgstr \"Ingen grupp hittades.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"No hosting plan available.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"No Reseller available to add the permissions.\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"No reseller with activated software installer found!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"No reseller with permissions for this software found.\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Inga återförsäljare hittades.\"\n\nmsgid \"No software available\"\nmsgstr \"No software available\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Ingen programvara i Web-repository hittades!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"No software in software depot available!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Ingen mjukvara väntar på aktivering\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"Ingen statistik finns för angiven tidsperiod. Försök med en annan period.\"\n\nmsgid \"No update available\"\nmsgstr \"Inga uppdateringar tillgängliga.\"\n\nmsgid \"No used yet\"\nmsgstr \"Inte i bruk nu.\"\n\nmsgid \"No user found.\"\nmsgstr \"Ingen användare hittades.\"\n\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normal + framåt\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"Normal förbindelse.\"\n\nmsgid \"Not Found\"\nmsgstr \"Hittades inte\"\n\nmsgid \"Not found.\"\nmsgstr \"Not found.\"\n\nmsgid \"Not provided\"\nmsgstr \"Not provided\"\n\nmsgid \"Not used\"\nmsgstr \"Inte i bruk.\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\"Observera att i manuellt läge, nätverkskortet och nätmasken är endast \"\n\"vägledande.\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Inget hittades - tyvärr\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Ingenting har ändrats.\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Ingenting har ändrats.\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Notiser, varningar och fel\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Endast 'tar.gz-arkiv är tillåten.\"\n\nmsgid \"Only exec\"\nmsgstr \"Bara exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Endast gettext Machine Object-filer (MO-filer) accepteras.\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Endast siffror i intervallet 0 till 65535 är tillåtna.\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Endast positiva tal är tillåtna.\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Endast tar.gz och tar.bz2 arkiv stöds.\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Endast tar.gz, tar.bz2 och zip arkiv accepteras\"\n\nmsgid \"Open ticket\"\nmsgstr \"Open ticket\"\n\nmsgid \"Open tickets\"\nmsgstr \"Öppna supportärenden\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Åtgärden avbruten: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Valfri\"\n\nmsgid \"Order\"\nmsgstr \"Beställning\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Beställning raderades.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Beställning genomförd.\"\n\nmsgid \"Other in\"\nmsgstr \"Annat inåt\"\n\nmsgid \"Other out\"\nmsgstr \"Annat utåt\"\n\nmsgid \"Other settings\"\nmsgstr \"Övriga inställningar\"\n\nmsgid \"Overview\"\nmsgstr \"Översikt\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"PHP %s konfigurationsalternativ\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"PHP konfigurationsalternativ\"\n\nmsgid \"PHP Editor\"\nmsgstr \"PHP Editor\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD inte aktivt.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"PHP behörigheter\"\n\nmsgid \"PHP Settings\"\nmsgstr \"PHP Settings\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"PHP-konfigurationen schemalagda för uppdatering.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"PHP directives values\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP exec() function\"\n\nmsgid \"PHP settings\"\nmsgstr \"PHP settings\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP inåt\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP utåt\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP trafik\"\n\nmsgid \"Package actions\"\nmsgstr \"Paket åtgärder\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Package already exists in the reseller depot!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Package already exists in the software depot!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Package already exists in the software repository!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Package already exists in your software repository!\"\n\nmsgid \"Package install type\"\nmsgstr \"Paket installera typ\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Paketet har installerats!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"Package installed successfully... Awaiting release from admin!\"\n\nmsgid \"Package language\"\nmsgstr \"Paketets språk\"\n\nmsgid \"Package name\"\nmsgstr \"Paketnamn\"\n\nmsgid \"Package title\"\nmsgstr \"Paket titel\"\n\nmsgid \"Package type\"\nmsgstr \"Paketets typ\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Paket leverantörens HP\"\n\nmsgid \"Package version\"\nmsgstr \"Paket version\"\n\nmsgid \"Panel default language\"\nmsgstr \"Panelens standardspråk\"\n\nmsgid \"Parent directory\"\nmsgstr \"Föregående katalog\"\n\nmsgid \"Partition\"\nmsgstr \"Partition\"\n\nmsgid \"Password\"\nmsgstr \"Lösenord\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Lösenord bekräftelse\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Lösenordet innehåller otillåtna tecken.\"\n\nmsgid \"Password email\"\nmsgstr \"Förlorat lösenord email\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Lösenord saknas.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Lösenord minimilängd\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Lösenordsinställningar\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Lösenord uppdaterats.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Lösenord matchar inte.\"\n\nmsgid \"Path\"\nmsgstr \"Sökväg\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Väntande uppgifter\"\n\nmsgid \"Percent\"\nmsgstr \"Procent\"\n\nmsgid \"Permissions\"\nmsgstr \"Behörigheter\"\n\nmsgid \"Personal data\"\nmsgstr \"Personlig information\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Anpassa mallen\"\n\nmsgid \"Phone\"\nmsgstr \"Telefon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Aktivera ditt nya i-MSCP lösenord\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"Välj minst en htaccess användare.\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"Välj minst en htaccess användare / grupp.\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Du måste bekräfta lösenord.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Please enter a name for the protected area.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Var god och skriv ett lösenord.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Ange en SQL-användare värd.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Ange ett användarnamn.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Ange skyddat område väg.\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Please select another directory. %s (%s) is installed there.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Vänligen skriv något i meddelande!\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Vänligen ange ett ämne för meddelandet.\"\n\nmsgid \"Please type database name.\"\nmsgstr \"Vänligen ange databas-namn.\"\n\nmsgid \"Please type your message.\"\nmsgstr \"Skriv ditt meddelande.\"\n\nmsgid \"Plugin\"\nmsgstr \"Plugin\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Plugin %s activated.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Plugin %s kan inte aktiveras.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Plugin %s kan inte stängas av.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Plugin %s cannot be deleted.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Plugin %s kan inte installeras.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Plugin %s kan inte skyddas.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"Plugin %s kan inte konfigureras.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Plugin %s kan inte avinstalleras.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Plugin %s cannot be updated.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Plugin %s deactivated.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Plugin %s deleted.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Plugin %s installed.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Plugin %s is protected.\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Plugin %s protected.\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Plugin %s omkonfigureras.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Plugin %s scheduled for activation.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Plugin %s scheduled for change.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Plugin %s scheduled for deactivation.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Plugin %s scheduled for installation.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Plugin %s scheduled for uninstallation.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Plugin %s scheduled for update.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Plugin %s uninstalled.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Plugin %s updated.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Plugin Manager: Kunde inte ändra %s plugin: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Plugin Manager: Kunde inte radera %s plugin-filer. Du bör köra set-gui-\"\n\"permissions.pl skriptet och försök igen.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Plugin Manager: Kunde inte ladda insticksprogram %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Plugin Manager: Kunde inte avinstallera %s plugin. Plugin har låsts av en \"\n\"annan plugin.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"Plugin Manager: Kunde inte uppdatera %s plugin: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"Plugin Manager: Kunde inte skriva %s filen för skyddade plugins.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"Plugin Manager: Directory %s existerar inte eller är inte skrivbar\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"Plugin Manager: nedgradering av %s plugin är inte tillåtet.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Plugin Manager: Plugin %s är inte laddad\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Plugin Manager: Okänd plugin %s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"Plugin aktivering misslyckades: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Plugin archive\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"Plugin arkivet överskrider den maximala uppladdningsstorleken\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"Plugin förändring har misslyckats: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"Plugin avaktivering har misslyckats: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"Plugin radering misslyckades: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Plugin errors\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"Plugin har laddats upp.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"Plugin installationen har misslyckats: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Plugin item errors\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Plugin list is empty.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Plugin management\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"Plugin avinstallationen har misslyckats: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"Plugin uppdatering har misslyckats: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Plugins Upload\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"Plugins listan har uppdaterats: %s nya plugin (s) hittades, %s plugin (s) \"\n\"uppdateras %s plugin (s) konfigureras och %s plugin (s) raderas.\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"bevara Host\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Förhindra extern inloggning för administratörer\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Förhindra extern inloggning för kunder\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Förhindra extern inloggning för återförsäljare\"\n\nmsgid \"Previous\"\nmsgstr \"Föregående\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Innan du tar bort denna administratör, flytta sina återförsäljare till en \"\n\"annan administratör.\"\n\nmsgid \"Priority\"\nmsgstr \"Prioritet\"\n\nmsgid \"Private key\"\nmsgstr \"Private key\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Private key passphrase if any\"\n\nmsgid \"Processing...\"\nmsgstr \"Bearbetning ...\"\n\nmsgid \"Processor data\"\nmsgstr \"Processor data\"\n\nmsgid \"Profile\"\nmsgstr \"Profile\"\n\nmsgid \"Properties\"\nmsgstr \"Egenskaper\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"Properties for reseller with ID %d were not found in database.\"\n\nmsgid \"Protect\"\nmsgstr \"Protect\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Protect this plugin\"\n\nmsgid \"Protected\"\nmsgstr \"Protected\"\n\nmsgid \"Protected area data\"\nmsgstr \"Skyddade data area\"\n\nmsgid \"Protected area name\"\nmsgstr \"Skyddat område namn\"\n\nmsgid \"Protected area path\"\nmsgstr \"Skyddat område väg\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Protected area successfully scheduled for addition.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Protected area successfully scheduled for deletion.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Protected area successfully scheduled for update.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Skyddade områden\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokoll\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Kvoten i MiB (Max: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"RAM\"\n\nmsgid \"Read ticket\"\nmsgstr \"Läs ticket\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Nytt språk index\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Omkonfigurering pågår ...\"\n\nmsgid \"Record data\"\nmsgstr \"Postdata\"\n\nmsgid \"Redirect\"\nmsgstr \"Redirect\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Registrations datum\"\n\nmsgid \"Relative weight\"\nmsgstr \"Relativ vikt\"\n\nmsgid \"Release date\"\nmsgstr \"Release date\"\n\nmsgid \"Release description\"\nmsgstr \"Release description\"\n\nmsgid \"Release version\"\nmsgstr \"Release version\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Remote Web software repository\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Avlägsna filen hittades inte.\"\n\nmsgid \"Remove\"\nmsgstr \"Ta bort\"\n\nmsgid \"Remove IP\"\nmsgstr \"Ta bort IP-adress\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Ta bort behörigheter\"\n\nmsgid \"Reopen\"\nmsgstr \"Återöppna\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Åter-öppnar ticket\"\n\nmsgid \"Repeat password\"\nmsgstr \"Upprepa lösenord\"\n\nmsgid \"Reply\"\nmsgstr \"Svara\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"Begär Timeout: Servern tog för lång tid att skicka data.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Kräver databas?\"\n\nmsgid \"Reseller\"\nmsgstr \"Återförsäljare\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Reseller / Kunder / Lägg till kund\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Reseller / Kunder / Lägg till kund - Nästa steg\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Reseller / Kunder / Rundmail\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Reseller / Kunder / Domain Aliases\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Reseller / Kunder / Glömt lösenord E-mail\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Reseller / Kund / Översikt\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Reseller / Customers / Overview / Domain Details\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Reseller / Customers / Overview / Edit Customer\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Reseller / Kunder / Översikt / Redigerar domain\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Reseller / Customers / Welcome Email\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Återförsäljare / domäner / Lägg till domän Alias\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Återförsäljare / domäner / Redigera Domän Alias\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Reseller / Allmänt / Översikt\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Reseller / Allmänt / Software upload\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Reseller / Hosting Plans / Add Hosting Plan\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Reseller / Hosting Plans / Overview\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Reseller / Profile / Account Summary\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Reseller / Profile / Language\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Reseller / Profile / Layout\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Reseller / Profile / Password\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Reseller / Profile / Personal Data\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Reseller / Statistics / IP Usage\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Reseller / Statistics / Overview\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"Återförsäljare / Statistik / Översikt / {username} användarstatistik\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Reseller / Support / Closed Tickets\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Reseller / Support / New Ticket\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Reseller / Support / Open Tickets\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Reseller / Support / View Ticket\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"Återförsäljare / Hosting Plans / Edit hosting plan\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Återförsäljare Namn\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Reseller and customer\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Återförsäljare och kund nivåer\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Återförsäljare uppdrag\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Reseller consumption\"\n\nmsgid \"Reseller data\"\nmsgstr \"Återförsäljare uppgifter\"\n\nmsgid \"Reseller level\"\nmsgstr \"Återförsäljarenivå\"\n\nmsgid \"Reseller list\"\nmsgstr \"Återförsäljare lista\"\n\nmsgid \"Reseller name\"\nmsgstr \"Återförsäljarnamn\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Återförsäljare programvara lista\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Reseller statistics\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Återförsäljare lagts till.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Återförsäljare totala\"\n\nmsgid \"Reseller users\"\nmsgstr \"Återförsäljare användare\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Återförsäljare med behörigheter totala\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Reseller's layout color successfully updated.\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Återförsäljare / IP användarstatistik\"\n\nmsgid \"Resellers\"\nmsgstr \"Återförsäljare\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Återförsäljare och kunder\"\n\nmsgid \"Reset\"\nmsgstr \"Återställ\"\n\nmsgid \"Restore\"\nmsgstr \"Återställ\"\n\nmsgid \"Restore backup\"\nmsgstr \"Återställ backup\"\n\nmsgid \"Rights\"\nmsgstr \"Rights\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Rättigheter lagts till.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Rättigheter har tagits bort.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP inåt\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP utåt\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP trafik\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQL-databaser\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"SQL database limit is disabled but SQL user limit is not.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"SQL database limit is not <i>disabled</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"SQL-databas har skapats.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"SQL databasen raderades.\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL-databaser\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Bara SQL-databaser\"\n\nmsgid \"SQL user\"\nmsgstr \"SQL-användare\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQL-användare\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"SQL user limit is <i>disabled</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"SQL user limit is disabled but SQL database limit is not.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"SQL-användare är inaktiverad.\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL-användarnamn\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"SQL användarens lösenord uppdaterades.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"SQL-användare prefix/suffix\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQL användare skapades.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"SQL användare raderades.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL-användare\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL-certifikat med framgång planerad till tillägg.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL-certifikat med framgång planerad till radering.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL-certifikat med framgång planerad till uppdatering.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"SSL-funktionen är inte tillgänglig. Du kan bara visa ditt certifikat.\"\n\nmsgid \"SSL status\"\nmsgstr \"SSL-status\"\n\nmsgid \"Save\"\nmsgstr \"Spara\"\n\nmsgid \"Search\"\nmsgstr \"Sök\"\n\nmsgid \"Sec.\"\nmsgstr \"Sek.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Säker anslutning\"\n\nmsgid \"Security code\"\nmsgstr \"Säkerhetskod\"\n\nmsgid \"Security code has expired\"\nmsgstr \"Säkerhetskod har löpt ut\"\n\nmsgid \"Select group\"\nmsgstr \"Välj grupp:\"\n\nmsgid \"Select your own document root\"\nmsgstr \"Välj ditt eget dokument rot\"\n\nmsgid \"Send\"\nmsgstr \"Skicka\"\n\nmsgid \"Send circular\"\nmsgstr \"Skicka cirkulär\"\n\nmsgid \"Send message\"\nmsgstr \"Skicka meddelande\"\n\nmsgid \"Send message to\"\nmsgstr \"Skicka meddelande till\"\n\nmsgid \"Send reply\"\nmsgstr \"Skicka svar\"\n\nmsgid \"Send to\"\nmsgstr \"Skicka till\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Avsändare saknas\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Serverportar\"\n\nmsgid \"Server statistics\"\nmsgstr \"Serverstatistik\"\n\nmsgid \"Server status\"\nmsgstr \"Serverstatus\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Tjänsten är inte tillgänglig\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Tjänstnamn\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Service port lagts till framgångsrikt\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Service port tagits bort.\"\n\nmsgid \"Service ports\"\nmsgstr \"Service ports\"\n\nmsgid \"Service protocol\"\nmsgstr \"Tjänstprotokoll\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Sessions\"\n\nmsgid \"Settings\"\nmsgstr \"Inställningar\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Settings saved.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Delad monteringspunkt\"\n\nmsgid \"Show\"\nmsgstr \"Visa\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Show %s records per page\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Show SSL certificate\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Visa detalj statistik för denna återförsäljare.\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Visa detaljerad statistik för användaren\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Visa i\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Show labels for main menu links\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Showing %s to %s of %s records\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Showing 0 to 0 of 0 records\"\n\nmsgid \"Size\"\nmsgstr \"Storlek\"\n\nmsgid \"Software\"\nmsgstr \"Programvara\"\n\nmsgid \"Software available\"\nmsgstr \"Programvaran tillgänglig\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Programvara togs bort.\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Programvara depå uppladdning\"\n\nmsgid \"Software details\"\nmsgstr \"Programvara detaljer\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Programvaran har tagits bort.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Mjukvara har importerats.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Programvara i förvar\"\n\nmsgid \"Software installation\"\nmsgstr \"Installation av programvara\"\n\nmsgid \"Software installer\"\nmsgstr \"Software installer\"\n\nmsgid \"Software installer options\"\nmsgstr \"Software installer options\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Software installer options successfully updated.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"Programvara instans har planerats för installation\"\n\nmsgid \"Software management\"\nmsgstr \"Software management\"\n\nmsgid \"Software name\"\nmsgstr \"Mjukvara namn\"\n\nmsgid \"Software not found!\"\nmsgstr \"Programvara hittades inte!\"\n\nmsgid \"Software options\"\nmsgstr \"Software options\"\n\nmsgid \"Software permissions\"\nmsgstr \"Programvara behörigheter\"\n\nmsgid \"Software repository\"\nmsgstr \"Programvara arkiv\"\n\nmsgid \"Software status\"\nmsgstr \"Programvara status\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Programvara framgångsrikt planerad till radering.\"\n\nmsgid \"Software total\"\nmsgstr \"Programvara totala\"\n\nmsgid \"Software upload\"\nmsgstr \"Programvara uppladdning\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Programvara aktiverades.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Programvara togs bort.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Software-Synonym\"\n\nmsgid \"Software-Version\"\nmsgstr \"Software-version\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Softwaredepot\"\n\nmsgid \"Start installation\"\nmsgstr \"Starta installationen\"\n\nmsgid \"State/Province\"\nmsgstr \"Län/Landskap\"\n\nmsgid \"Statistics\"\nmsgstr \"Statistik\"\n\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgid \"Street 1\"\nmsgstr \"Gata 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Adress 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"starka lösenord\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomän\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Subdomain %s finns redan.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Subdomain %s kan inte vidarebefordras på sig.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"Underdomäner %s är inte tillgänglig.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Subdomänalias\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Subdomain alias errors\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Subdomain errors\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Namn på subdomänen\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Subdomain namnet är inte giltigt.\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Underdomän schemalagd för radering.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Subdomain schemalagt för tillägg.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Subdomain schemalagt för uppdatering\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomäner\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Ämne\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Ämne saknas.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Aktivera ändringar\"\n\nmsgid \"Support\"\nmsgstr \"Support\"\n\nmsgid \"Support system\"\nmsgstr \"Supportsystem\"\n\nmsgid \"Swap\"\nmsgstr \"Swap\"\n\nmsgid \"Switch\"\nmsgstr \"Växla\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Gå in i katalogen backups/\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Växla till användargränssnitt\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgid \"System data\"\nmsgstr \"System data\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Systemfel - anpassad felsida uppdateras inte.\"\n\nmsgid \"System information\"\nmsgstr \"System information\"\n\nmsgid \"System tools\"\nmsgstr \"Systemverktyg\"\n\nmsgid \"System under maintenance\"\nmsgstr \"System är på underhåll\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Target\"\n\nmsgid \"Target domain\"\nmsgstr \"Måldomän\"\n\nmsgid \"Target port\"\nmsgstr \"Målport\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"Target port måste vara ett tal.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Tillfällig mapp hittades inte.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\"%s gräns för denna kund kan inte vara större än %d, din beräknade gräns.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"%s gräns för denna kund kan inte vara lägre än %d är summan av %s används \"\n\"redan av honom.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"%s gräns för denna kund kan inte ställas in på \\\"inaktiverad\\\" eftersom han \"\n\"redan har %d %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"%s plugin version %s är inte kompatibel med din i-MSCP version.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"%s översättningsfil har ignorerats: Översättning tabellen är tom.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"Katalogen %s existerar inte. Vänligen skapa katalogen med hjälp av \"\n\"filhanteraren.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"The domain you are trying to edit doesn't exist.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"The menu you are trying to edit doesn't exist.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"Det nya dokumentet rot måste pre-existerar inuti / htdocs katalogen.\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"The package is corrupt. Please correct it.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"The package will be installed automaticly to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Fältet för lösenord är tomt.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"Den privata nyckeln tillhör inte den medföljande SSL-certifikat.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"fjärr filstorlek (%s) är lägre än 1 byte. Kontrollera webbadressen.\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"Återförsäljaren du vill ta bort har ett eller flera kundkonton . Ta bort dem\"\n\" först.\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"Den överförda filen var bara delvis överförd.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Användarnamnet är tomt.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"Värdet har hittats i stapeln\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"Värdet har inte hittats i stapeln\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Värdena får inte vara lika\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"Det finns ingen väntande uppgift. Åtgärden avbröts.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Denna databas kommer att tas bort permanent. Denna process kan inte \"\n\"återställas. Alla användare kopplade till denna databas kommer också att tas\"\n\" bort om inte kopplade till en annan databas. Är du säker på att du vill ta \"\n\"bort '%s' databas?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Detta htaccess-grupp finns redan.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Denna htaccess användaren finns redan.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\"Detta gränssnitt gör det möjligt att lägga till eller ta bort IP-adresser.\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s character to allow this SQL user to connect from \"\n\"any host.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"This package already exists in the administrator software repository.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"This package already exists in the software depot!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"This package already exists in your software repository.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"This package is installed on following domain(s):\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Detta paket är inte installerad\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Detta paket är ännu inte installerad\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Denna mjukvara finnas installerat på följande domän(s):\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\"Den här användaren har domän rekord. Först ta bort domänen från systemet.\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"Ticket-information\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Ticket har stängts.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Ticket raderats.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Ticket har öppnats igen.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Ticket med Id '%d' hittades inte.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"To unprotect this plugin, you must edit the %s file\"\n\nmsgid \"Total\"\nmsgstr \"Totalt\"\n\nmsgid \"Total Domains\"\nmsgstr \"Totalt Domäner\"\n\nmsgid \"Total Software\"\nmsgstr \"Total Software\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Totalt Web mjukvaror förråd\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Totalt installationer\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Antal paket i Web programvaruförråd\"\n\nmsgid \"Total reseller\"\nmsgstr \"Totalt återförsäljare\"\n\nmsgid \"Total software\"\nmsgstr \"Total software\"\n\nmsgid \"Traffic\"\nmsgstr \"Trafik\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Trafikstatistik\"\n\nmsgid \"Translated strings\"\nmsgstr \"Översatta strängar\"\n\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgid \"UP\"\nmsgstr \"UPP\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL vidarebefordran\"\n\nmsgid \"URL port\"\nmsgstr \"URL-port\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL-protokoll\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"URL till denna administratörspanel\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Det gick inte att stänga biljett med Id '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Kunde inte skapa%s katalog för språk-fil.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Det går inte att skapa 'LC_MESSAGES' katalog för språk-fil.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Det går inte att ta bort i-MSCP info fil.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"Unable to get the IP address list. Please fix this problem.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Unable to get update info from Github\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Det gick inte att läsa i-MSCP info fil.\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Det gick inte att flytta filen.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Det går inte att läsa index-fil för Web mjukvaran.\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Det går inte att läsa %s filen.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"Det går inte att läsa plugin %s fil. Kontrollera filrättigheter\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Unable to read xml file for web software.\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Det gick inte att öppna ticket med Id '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Systemet kunde inte radera kund kontot. Ett meddelande skickades till \"\n\"administratören.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Unable to set sslallowselfsigned option\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Unable to set sslverifypeer option\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"Otillåtna port framåt URL. Endast portar över 1024 är tillåtna.\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Obehörig\"\n\nmsgid \"Unavailable\"\nmsgstr \"Unavailable\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Oväntat fel\"\n\nmsgid \"Uninstall\"\nmsgstr \"Avinstallera\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Uninstall this plugin\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Uninstallation in progress...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Uninstalled\"\n\nmsgid \"Unknown\"\nmsgstr \"Okänd\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Okänt fel\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Okänd åtgärd begärt.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Okänd åtgärd:%s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Okänd typ bruteforce upptäckt: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Okänt språk namn.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Okänt layout färg.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Okänd orsak.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Okänd tjänst namn ' %s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Unknown status\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Okänd typ.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Okänt användarnamn.\"\n\nmsgid \"Update\"\nmsgstr \"Uppdatera\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Uppdatera Plugins\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Update SQL user password\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Uppdatering från Web arkiv\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Uppdatering från webben depå\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Update in progress...\"\n\nmsgid \"Update info\"\nmsgstr \"Update info\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"Uppdatering av webben programvaruförråd index har avbrutits. Saknas eller \"\n\"tomma fält.\"\n\nmsgid \"Update password\"\nmsgstr \"Uppdatera lösenord\"\n\nmsgid \"Updates\"\nmsgstr \"Updates\"\n\nmsgid \"Upload\"\nmsgstr \"Ladda upp\"\n\nmsgid \"Upload logo\"\nmsgstr \"Ladda upp logotyp\"\n\nmsgid \"Upload now\"\nmsgstr \"Ladda upp nu\"\n\nmsgid \"Uptime\"\nmsgstr \"Uptime\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"Användning av punkten i domännamn etiketter är förbjudet.\"\n\nmsgid \"Usage status\"\nmsgstr \"Usage status\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Use normal connection (No SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Use secure connection (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Använt\"\n\nmsgid \"Used database\"\nmsgstr \"Used database\"\n\nmsgid \"User\"\nmsgstr \"Användare\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Användares (första och sista) namn\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Användardata uppdaterades inte.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Användarinformation har uppdaterats.\"\n\nmsgid \"User errors\"\nmsgstr \"User errors\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"Användaren togs inte bort.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Användarinloggning för systemet\"\n\nmsgid \"User password\"\nmsgstr \"Användarlösenord\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Användares riktiga (första och sista) namn\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Användare schemalagd för radering.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Användarsessionen har förstörts.\"\n\nmsgid \"User statistics\"\nmsgstr \"Användarstatistik\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Användaren frånkopplad.\"\n\nmsgid \"User type\"\nmsgstr \"Användartyp\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Användartyp (administratör, återförsäljare, användare)\"\n\nmsgid \"Username\"\nmsgstr \"Användarnamn\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Användarnamn och lösenord för inloggning\"\n\nmsgid \"Users\"\nmsgstr \"Användare\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"Värde för PHP %%s direktiv måste vara inom räckhåll %%d till %%d.\"\n\nmsgid \"Values\"\nmsgstr \"Värden\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Säljarens hompage\"\n\nmsgid \"Version\"\nmsgstr \"Version\"\n\nmsgid \"Very high\"\nmsgstr \"Mycket hög\"\n\nmsgid \"View\"\nmsgstr \"Visa\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Visa SSL-certifikat\"\n\nmsgid \"View ticket\"\nmsgstr \"Visa ticket\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Visit plugin site\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Warning traffic\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Varningar och fel\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Vi beklagar, men systemet är för närvarande under underhåll. \\n\"\n\"Försök igen senare.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Web statistik\"\n\nmsgid \"Web files only\"\nmsgstr \"Web files only\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Web-mappen skydd\"\n\nmsgid \"Web in\"\nmsgstr \"Webb inåt\"\n\nmsgid \"Web out\"\nmsgstr \"Webb utåt\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Web depå paket totalt\"\n\nmsgid \"Web software repository\"\nmsgstr \"Web programvaruförråd\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Web programvaruförråd index uppdaterats.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Web programvaruförråd index är redan uppdaterad.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Webbstatistik\"\n\nmsgid \"Web traffic\"\nmsgstr \"Webbtrafik\"\n\nmsgid \"Webmail\"\nmsgstr \"Webbmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Webbverktyg\"\n\nmsgid \"Welcome email\"\nmsgstr \"Welcome email\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"Välkomstmeddelande mall har uppdaterats.\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"Välkommen {USERNAME} i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"När satt till \\\"ja\\\", kan din PHP-skript ringa PHP exec () funktion.\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"När satt till 'Auto' konfigureras IP-adressen automatiskt.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"Vid inställningen 'Manuell' , konfigureras den av administratören.\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Fel eller otillåtna IP-adress.\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Fel eller otillåtna IP nätmask.\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Fel återförsäljare id.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Fel säkerhetskod\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Fel mjukvara ID.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Wrong syntax for new expire date.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Wrong syntax for the %s limit.\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Fel syntax för e-post kvotvärde.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Fel användarnivå.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Fel användarnamn\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"XML file URL for the Web software repository\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"År\"\n\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Du kringgår serverns månadsvis trafikgränsen.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"You are exceeding your FTP accounts limit.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"Du överstiger dina SQL-databaser.\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"Du överstiger dina SQL-användare.\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Du överskrider din hårddisk limit.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"You are exceeding your mail accounts limit.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Du överstiger din månadsvis trafikgränsen.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"You are exceeding your subdomains limit.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"Du får inte gör det på din egen session.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Du kan bara ladda upp bilder.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"Du kan ställa in ett alternativ dokument rot. Detta behövs främst vid \"\n\"användning av en PHP-ramverk som Symfony. Observera att det nya dokumentet \"\n\"roten kommer att leva inuti default `/htdocs' dokument rot. Var medveten om \"\n\"att katalogen för det nya dokumentet roten måste i förväg existera.\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"Du kan inte radera en återförsäljare som har kund konton.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"Du kan inte ta bort standardadministratör.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Du kan inte ta bort den sista aktiva IP-adress.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"Du kan inte vidarebefordra %s på sig.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"Du kan inte ta bort en IP som tilldelas en återförsäljare.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"You cannot set expire date in past.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"You cannot unassign an IP address already in use.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"Du kan inte uppdatera en skyddad plugin.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"Du har inte DNS-urkunder för resursen.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"Du har inga FTP-konton.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"You do not have any software uploaded yet\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"You do not have databases.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Du har inga domänalias.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"Du har inte behörighet att överföra programvara\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Du har inga skyddade områden.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Du har inga underdomäner.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"Du har en diskutrymme gräns. Du kan inte lägga till en användare med \"\n\"obegränsat diskutrymme .\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"Du har en månatlig trafikgräns . Du kan inte lägga till en användare med \"\n\"obegränsad månatliga trafik.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"du har blockerats för %s minuter.\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Du blev utloggad.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"Du har inaktiverat SQL-databaser för användaren. Du kan inte ha SQL \"\n\"användare här.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"You have no closed tickets.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"Du har inga grupper.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Du har inga obesvarade tickets\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Du har nått maximalt antal domän aliasses tillåts av din prenumeration.\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"Du har nått maximalt antal underdomäner tillåts av din prenumeration.\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Du har att välja mellan fil-uppladdning och wget-funktion.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"Du måste tilldela minst en IP till denna återförsäljare.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Du måste välja mellan lokal och fjärröverföring.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Du måste bekräfta ditt lösenord.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Du måste ange en domän alias.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Du måste ange en subdomain namn.\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"Du måste först skapa ett användarkonto.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\"Du måste först skapa ett lösenord genom att klicka på knappen genererar.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Du måste välja en fil att ladda upp.\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Du måste välja en fil att ladda upp / ladda ner.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Du måste välja minst ett plugin.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Du måste ange ett meddelande.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Du måste ange ett ämne.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"Du måste vänta %s minuter innan nästa försök.\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"Du bör aktivera detta direktiv endast om alla underdomäner av denna domän \"\n\"betjänas genom SSL. Observera att även om du lägger till detta direktiv, \"\n\"kommer detta inte automatiskt aktivera HSTS funktionen för underdomäner i \"\n\"detta område.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Ditt konto har gått ut. Vänligen förnya prenumerationen.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"Your consumption\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Din i-MSCP versionen är inte kompatibel med denna plugin. Pröva med en nyare\"\n\" version.\"\n\nmsgid \"Your message\"\nmsgstr \"Ditt meddelande\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Ditt meddelande har skickats.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Ditt nya i-MSCP inloggning\"\n\nmsgid \"Your new password\"\nmsgstr \"Ditt nya lösenord\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Ditt paket är skadat. Korrigera det!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"Fjärr filstorlek (%s) är lägre än 1 byte. Kontrollera din webbadress.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\"Din begäran om förnyelse lösenord är antingen ogiltig eller har upphört att \"\n\"gälla.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"Din programpaket har aktiverats\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"Din programpaket har tagits bort\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Postnr\"\n\nmsgid \"Zone\"\nmsgstr \"Zon\"\n\nmsgid \"[New]\"\nmsgstr \"[New]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Svenska - Swedish\"\n\nmsgid \"activated\"\nmsgstr \"aktiverad\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"activated (Softwaredepot)\"\n\nmsgid \"addition\"\nmsgstr \"tillsats\"\n\nmsgid \"administrator\"\nmsgstr \"administratör\"\n\nmsgid \"and\"\nmsgstr \"och\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"deleting\"\n\nmsgid \"disabled\"\nmsgstr \"Inte aktivt\"\n\nmsgid \"disk space\"\nmsgstr \"diskutrymme\"\n\nmsgid \"domain\"\nmsgstr \"domän\"\n\nmsgid \"domain alias\"\nmsgstr \"domain alias\"\n\nmsgid \"domain aliases\"\nmsgstr \"domänalias\"\n\nmsgid \"domain data\"\nmsgstr \"domain data\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"domains\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"allt\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"från andra webbläsare\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Application Management (behörigheter)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Logga in\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Lost Password\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Maintenance\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Software Installer / Management\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Software Management\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Software Management (Permissions)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Sofware Management\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / Software Installer / Management\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP Software installer / Web software repository\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP Web software repository\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP plugin store\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP-uppdateringar\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"Uppdateringskontroll är inaktiverad\"\n\nmsgid \"installed\"\nmsgstr \"installed\"\n\nmsgid \"installing\"\nmsgstr \"installing\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"Internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"mail\"\n\nmsgid \"mail account\"\nmsgstr \"mail konto\"\n\nmsgid \"mail accounts\"\nmsgstr \"e-postkonton\"\n\nmsgid \"missing alias\"\nmsgstr \"saknas alias\"\n\nmsgid \"missing domain\"\nmsgstr \"saknas domän\"\n\nmsgid \"n\\\\a\"\nmsgstr \"n\\\\a\"\n\nmsgid \"no\"\nmsgstr \"nej\"\n\nmsgid \"not available\"\nmsgstr \"inte tillgänglig\"\n\nmsgid \"not required\"\nmsgstr \"not required\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"äldre än 1 månad\"\n\nmsgid \"older than 12 months\"\nmsgstr \"äldre än 12 månader\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"äldre än 2 veckor\"\n\nmsgid \"older than 3 months\"\nmsgstr \"äldre än 3 månader\"\n\nmsgid \"older than 6 months\"\nmsgstr \"äldre än 6 månader\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"eller fjärr-fil (Max: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"föräldralös post\"\n\nmsgid \"required\"\nmsgstr \"required\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"subdomain\"\n\nmsgid \"subdomains\"\nmsgstr \"underdomäner\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"trafik\"\n\nmsgid \"update\"\nmsgstr \"update\"\n\nmsgid \"waiting for activation\"\nmsgstr \"Väntar på aktivering\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"ja\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"{USERNAME} användarstatistik\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\n"
  },
  {
    "path": "i18n/po/th_TH.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Laurent Declercq <l.declercq@nuxwin.com>, 2017\\n\"\n\"Language-Team: Thai (Thailand) (https://www.transifex.com/i-mscp/teams/576/th_TH/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: th_TH\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"\"\n\nmsgid \"Activate\"\nmsgstr \"\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"เพิ่ม\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"เพิ่มฐานข้อมูล SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"เพิ่มผู้ใช้ SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"เพิ่มผู้ดูแลระบบ\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"เพิ่ม domain alias\"\n\nmsgid \"Add group\"\nmsgstr \"เพิ่มกลุ่ม\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"เพิ่ม hosting plan\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"เพิ่ม protected area ใหม่\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"เพิ่มตัวแทนจำหน่าย\"\n\nmsgid \"Add subdomain\"\nmsgstr \"เพิ่ม subdomain\"\n\nmsgid \"Add user\"\nmsgstr \"เพิ่มผู้ใช้\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"ผู้ดูแลระบบ\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"บันทึกผู้ดูแลระบบ\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"ผู้ดูแลระบบ\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"\"\n\nmsgid \"Administrator login\"\nmsgstr \"\"\n\nmsgid \"Administrators\"\nmsgstr \"ผู้ดูแลระบบ\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"ทั้งหมด\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"\"\n\nmsgid \"All users\"\nmsgstr \"ผู้ใช้ทั้งหมด\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"\"\n\nmsgid \"Apply changes\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"\"\n\nmsgid \"Assign\"\nmsgstr \"\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"\"\n\nmsgid \"Backup\"\nmsgstr \"\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"ยกเลิก\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"เปลี่ยน\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"เลือก\"\n\nmsgid \"Choose dir\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"เมือง\"\n\nmsgid \"Class\"\nmsgstr \"\"\n\nmsgid \"Clear log\"\nmsgstr \"\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"บริษัท\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"ประเทศ\"\n\nmsgid \"Create\"\nmsgstr \"\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"สร้างโดย\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"วันที่สร้าง\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"\"\n\nmsgid \"Day\"\nmsgstr \"\"\n\nmsgid \"Days\"\nmsgstr \"\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"\"\n\nmsgid \"Delete order\"\nmsgstr \"\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"\"\n\nmsgid \"Domain Name\"\nmsgstr \"\"\n\nmsgid \"Domain account\"\nmsgstr \"\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"\"\n\nmsgid \"Domain errors\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"\"\n\nmsgid \"Done\"\nmsgstr \"\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"\"\n\nmsgid \"Edit error page\"\nmsgstr \"\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"\"\n\nmsgid \"Feature\"\nmsgstr \"\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"\"\n\nmsgid \"Forward to URL\"\nmsgstr \"\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"\"\n\nmsgid \"From\"\nmsgstr \"\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"\"\n\nmsgid \"General settings\"\nmsgstr \"\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"\"\n\nmsgid \"Group members\"\nmsgstr \"\"\n\nmsgid \"Group name\"\nmsgstr \"\"\n\nmsgid \"Groups\"\nmsgstr \"\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"\"\n\nmsgid \"Hour\"\nmsgstr \"\"\n\nmsgid \"Hours\"\nmsgstr \"\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"\"\n\nmsgid \"IPv6 address\"\nmsgstr \"\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"\"\n\nmsgid \"Label\"\nmsgstr \"\"\n\nmsgid \"Language\"\nmsgstr \"\"\n\nmsgid \"Language file\"\nmsgstr \"\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"\"\n\nmsgid \"Last name\"\nmsgstr \"\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"\"\n\nmsgid \"Limit\"\nmsgstr \"\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"\"\n\nmsgid \"Logo file\"\nmsgstr \"\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"\"\n\nmsgid \"Lost password\"\nmsgstr \"\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"\"\n\nmsgid \"Low\"\nmsgstr \"\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"e-mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"\"\n\nmsgid \"Manage SQL\"\nmsgstr \"\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"\"\n\nmsgid \"Message template\"\nmsgstr \"\"\n\nmsgid \"Message template info\"\nmsgstr \"\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"\"\n\nmsgid \"Minutes\"\nmsgstr \"\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"\"\n\nmsgid \"Mount point\"\nmsgstr \"\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"\"\n\nmsgid \"No\"\nmsgstr \"\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"\"\n\nmsgid \"Ok\"\nmsgstr \"\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"\"\n\nmsgid \"Other out\"\nmsgstr \"\"\n\nmsgid \"Other settings\"\nmsgstr \"\"\n\nmsgid \"Overview\"\nmsgstr \"\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"\"\n\nmsgid \"Package actions\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"\"\n\nmsgid \"Password\"\nmsgstr \"\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"\"\n\nmsgid \"Phone\"\nmsgstr \"\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"\"\n\nmsgid \"Protocol\"\nmsgstr \"\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"\"\n\nmsgid \"Remove IP\"\nmsgstr \"\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"\"\n\nmsgid \"Restore\"\nmsgstr \"\"\n\nmsgid \"Restore backup\"\nmsgstr \"\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"\"\n\nmsgid \"SMTP out\"\nmsgstr \"\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"\"\n\nmsgid \"SQL\"\nmsgstr \"\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"\"\n\nmsgid \"Search\"\nmsgstr \"\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"\"\n\nmsgid \"Send message to\"\nmsgstr \"\"\n\nmsgid \"Send reply\"\nmsgstr \"\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"\"\n\nmsgid \"Server statistics\"\nmsgstr \"\"\n\nmsgid \"Server status\"\nmsgstr \"\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"\"\n\nmsgid \"Statistics\"\nmsgstr \"\"\n\nmsgid \"Status\"\nmsgstr \"\"\n\nmsgid \"Street 1\"\nmsgstr \"\"\n\nmsgid \"Street 2\"\nmsgstr \"\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain name\"\nmsgstr \"\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"\"\n\nmsgid \"Swap\"\nmsgstr \"\"\n\nmsgid \"Switch\"\nmsgstr \"\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"\"\n\nmsgid \"UP\"\nmsgstr \"\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"\"\n\nmsgid \"Unknown Error\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"\"\n\nmsgid \"Upload logo\"\nmsgstr \"\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"\"\n\nmsgid \"User password\"\nmsgstr \"\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"\"\n\nmsgid \"Username\"\nmsgstr \"\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"\"\n\nmsgid \"View\"\nmsgstr \"\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"\"\n\nmsgid \"Web out\"\nmsgstr \"\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"\"\n\nmsgid \"Web traffic\"\nmsgstr \"\"\n\nmsgid \"Webmail\"\nmsgstr \"\"\n\nmsgid \"Webtools\"\nmsgstr \"\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"ปี\"\n\nmsgid \"Yes\"\nmsgstr \"ใช่\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"ข้อความของคุณ\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"รหัสไปรษณีย์\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"ไทย - Thai\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"\"\n\nmsgid \"no\"\nmsgstr \"\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"\"\n\nmsgid \"older than 12 months\"\nmsgstr \"\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"\"\n\nmsgid \"older than 3 months\"\nmsgstr \"\"\n\nmsgid \"older than 6 months\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"\"\n\nmsgid \"subdomains\"\nmsgstr \"\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"ใช่\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/tr_TR.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: ugur tezer <utezer@hotmail.com>, 2017\\n\"\n\"Language-Team: Turkish (Turkey) (https://www.transifex.com/i-mscp/teams/576/tr_TR/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: tr_TR\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Yönetici / Destek / Açık Talepler\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\" Kullanıcı / Web Araçları / Özel Hata Sayfaları / Özel Hata Sayfasını \"\n\"Düzenle\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Hatalı IP adresi.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Yazılım deposu)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Sürüm: %2$s, Dil: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s, şu anda %2$s olarak giriş yaptınız\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d mesaj çevrilmiş\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s hesabı silindi.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s yok veya boş!\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s geçersiz bir i-MSCP dil dosyası.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s subdomain olarak kullanılamaz.\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s sayfa\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s kayıt\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webposta\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"%s: Aktif kullanım (%s) bayiye atanan yeni limitten daha fazla.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"%s: Bayinin atadığı limitler (%s) yeni limitlerden daha fazla.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: Bayinin limitsiz kullanıcı(ları) var.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\"%s: Bayinin daha önce müşterilerine sattığı bir hizmeti kapatamazsınız.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() uyarlanmamış ve %s bulunamadı. %s eklentisindeki sorunu \"\n\"geliştiricilere bildirmelisiniz.\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"(örn. yedek \"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Domain istatistiklerini Web arayüzünde görüntüleyin.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Dosyalarınıza Web arayüzünden erişin.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Eposta mesajlarınıza Web arayüzünden erişin.\"\n\nmsgid \"Account limits\"\nmsgstr \"Hesap limitleri\"\n\nmsgid \"Account name\"\nmsgstr \"Hesap adı\"\n\nmsgid \"Account summary\"\nmsgstr \"Hesap özeti\"\n\nmsgid \"Account type\"\nmsgstr \"Hesap türü\"\n\nmsgid \"Action\"\nmsgstr \"Eylem\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"Eylem\"\n\nmsgid \"Activate\"\nmsgstr \"Etkinleştir\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"Etkinleştirildi\"\n\nmsgid \"Activated software\"\nmsgstr \"Etkinleştirilmiş yazılım\"\n\nmsgid \"Activation email\"\nmsgstr \"Etkinleştirme mesajı\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Etkinleştiriliyor...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Ekle\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"FTP hesabı ekle\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Htaccess grubu ekle\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Htaccess kullanıcısı ekle\"\n\nmsgid \"Add SQL database\"\nmsgstr \"SQL veritabanı ekle\"\n\nmsgid \"Add SQL user\"\nmsgstr \"SQL kullanıcısı ekle\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"SSL setifikası ekle\"\n\nmsgid \"Add admin\"\nmsgstr \"Yönetici ekle\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Özel menü ekle\"\n\nmsgid \"Add customer\"\nmsgstr \"Müşteri ekle\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Müşteri ekle - Sonraki adım\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Domain alias ekle\"\n\nmsgid \"Add group\"\nmsgstr \"Grup ekle\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Hosting planı ekle\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Yeni IP adresi ekle\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Yeni korunan alan ekle\"\n\nmsgid \"Add permissions\"\nmsgstr \"Yetki ekle\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Bayiye yazılım için yetki ekle\"\n\nmsgid \"Add protected area\"\nmsgstr \"Korunan alan ekle\"\n\nmsgid \"Add reseller\"\nmsgstr \"Bayi ekle\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Subdomain ekle\"\n\nmsgid \"Add user\"\nmsgstr \"Kullanıcı ekle\"\n\nmsgid \"Added by\"\nmsgstr \"Ekleyen\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Ekleniyor...\"\n\nmsgid \"Admin\"\nmsgstr \"Yönetici\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"Yönetici logları\"\n\nmsgid \"Admin not available\"\nmsgstr \"Yönetici mevcut değil\"\n\nmsgid \"Admin users\"\nmsgstr \"Yönetici kullanıcılar\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Yönetici / IP kullanım istatistikleri\"\n\nmsgid \"Administrator\"\nmsgstr \"Yönetici\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Yönetici ve Bayi seviyeleri\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Yönetici ve müşteri\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Yönetici ve müşteri seviyeleri\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Yönetici ve bayi\"\n\nmsgid \"Administrator level\"\nmsgstr \"Yönetici seviyesi\"\n\nmsgid \"Administrator login\"\nmsgstr \"Yönetici Girişi\"\n\nmsgid \"Administrators\"\nmsgstr \"Yöneticiler\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Yöneticiler ve müşteriler\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Yöneticiler ve bayiler\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Sınırsız\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Tüm kapatılmış talepler silindi.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Tüm alanlar gereklidir.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Tüm alanlar geçerli.\"\n\nmsgid \"All in\"\nmsgstr \"Tüm gelenler\"\n\nmsgid \"All levels\"\nmsgstr \"Tüm seviyeler\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Tüm açık talepler silindi.\"\n\nmsgid \"All out\"\nmsgstr \"Tüm gidenler\"\n\nmsgid \"All reseller\"\nmsgstr \"Tüm bayiler\"\n\nmsgid \"All traffic\"\nmsgstr \"Tüm Trafik\"\n\nmsgid \"All users\"\nmsgstr \"Tüm kullanıcılar\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Bağlantı noktasını farklı bir domain ile paylaşmaya izin verir.\"\n\nmsgid \"Already in use\"\nmsgstr \"Zaten kullanımda\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Alternatif URL\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Beklenmeyen bir hata oluştu.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"Beklenmeyen bir hata oluştu. Yöneticiniz ile görüşün.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"Beklenmeyen bir hata oluştu. Bayiniz ile görüşün.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Beklenmeyen bir hata oluştu: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Dosya yükleme sırasında beklenmeyen bir hata oluştu: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-Rootkit Kayıtları\"\n\nmsgid \"Any\"\nmsgstr \"Herhangi\"\n\nmsgid \"Application installer\"\nmsgstr \"Uygulama kurucusu\"\n\nmsgid \"Apply\"\nmsgstr \"Uygula\"\n\nmsgid \"Apply changes\"\nmsgstr \"Değişiklikleri kaydet\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Web deposundan paketi kurmak istediğinize emin misiniz?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Paketi kurmak istediğinize min misiniz?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Yetkileri kaldırmak istediğinize emin misiniz?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"%s SQL kullanıcısını silmek istediğinize emin misiniz?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Bu paketi etkinleştirmek istediğinize emin misiniz?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"%s silmek istediğinize emin misiniz?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Bu paketi silmek istediğinizden eminmisiniz?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Yedekleri yüklemek istediğinize emin misiniz?\"\n\nmsgid \"Assign\"\nmsgstr \"Atama\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Varolan SQL kullanıcısını ata\"\n\nmsgid \"Assign group\"\nmsgstr \"Grup ata\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"Ara sertifika eksik veya geçersiz.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Otomatik (Tarayıcı dili)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"Mevcut\"\n\nmsgid \"Available software\"\nmsgstr \"Mevcut yazılım\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Etkinleştirme bekleniyor\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Onay bekleniyor\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Geri\"\n\nmsgid \"Backup\"\nmsgstr \"Yedek\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Yedekleme ve geri yükleme ayarları\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Yedek yüklenmek için işleme alındı.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Geçersiz şifre\"\n\nmsgid \"Bad request.\"\nmsgstr \"Geçersiz istek.\"\n\nmsgid \"Behind\"\nmsgstr \"arkasına\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"İçerik\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Bruteforce denetimi\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"CPU Bilgisi\"\n\nmsgid \"Cache\"\nmsgstr \"Önbellek\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"İptal\"\n\nmsgid \"Canonical name\"\nmsgstr \"Kanonik isim\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Sertifika\"\n\nmsgid \"Certificate data\"\nmsgstr \"Sertifika bilgileri\"\n\nmsgid \"Change\"\nmsgstr \"Değiştir\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Güncelleme için bak\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"Seç\"\n\nmsgid \"Choose dir\"\nmsgstr \"Dizin seç\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Dosya seç (Max: %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Hosting planı seç\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Görünüm rengini seçin\"\n\nmsgid \"Choose your language\"\nmsgstr \"Dil seç\"\n\nmsgid \"Circular\"\nmsgstr \"Genel bilgilerndirme mesajı\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Şehir\"\n\nmsgid \"Class\"\nmsgstr \"Sınıflar\"\n\nmsgid \"Clear log\"\nmsgstr \"Kayıtları temizle\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Detaylar için tıklayın\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Yükle düğmesine tıkladığınızda, sistem en son alınan günlük yedeği \"\n\"yükleyecek\"\n\nmsgid \"Click to edit\"\nmsgstr \"Düzenlemek için tıklayın\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Müşteri / Veritabanları / SQL Veritabanı Ekle\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Müşteri / Veritabanları / Genel Bakış\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Müşteri / Veritabanları / Genel Bakış / SQL Kullanıcısı Ekle\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\"Müşteri / Veritabanları / Genel Bakış / SQL Kullanıcı Şifresini Güncelle\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Müşteri / Alan adları\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Müşteri / Alan adları / Alan adı düzenle\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Kullanıcı / İstatistikler\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Saat Hızı (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Kapat\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Kapalı talepler\"\n\nmsgid \"Common name\"\nmsgstr \"Sertifika ismi\"\n\nmsgid \"Company\"\nmsgstr \"Şirket\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"Çekirdek\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Ülke\"\n\nmsgid \"Create\"\nmsgstr \"Tamam\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Oluşturan\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Oluşturma tarihi\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Özel DNS hataları\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Özel DNS kaydı silinmek için işleme alındı.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Özel DNS kayıtları\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Değiştirilebilir hata sayfaları\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Değiştirilebilir menüler\"\n\nmsgid \"Customer\"\nmsgstr \"Müşteri\"\n\nmsgid \"Customer account\"\nmsgstr \"Müşteri hesabı\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Müşteri hesabı aktivasyon için işleme alındı.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Müşteri hesabı oluşturulmak için işleme alındı.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Müşteri hesabı durdurulmak için işleme alındı.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Müşteri hesabı silinmek için işleme alındı.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Müşteri hesabı güncellendi.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Müşteri kullanımı\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Müşteri eklenmek için işleme alındı.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Müşteri silinmek için işleme alındı.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"Müşteriler\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Domaininizin hata sayfalarını özelleştirin.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"ÇÖKMÜŞ\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Günlük yedek\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"Veritabanı\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Veritabanı adı ve kullanıcıları\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Veritabanı adı\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Veritabanı ön/arka eki\"\n\nmsgid \"Database required\"\nmsgstr \"Veritabanı gerekli\"\n\nmsgid \"Database usage\"\nmsgstr \"Veritabanı boyutu\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Veritabanı kullanıcıları\"\n\nmsgid \"Databases\"\nmsgstr \"Veritabanı\"\n\nmsgid \"Date\"\nmsgstr \"Tarih\"\n\nmsgid \"Day\"\nmsgstr \"Gün\"\n\nmsgid \"Days\"\nmsgstr \"Gün\"\n\nmsgid \"Deactivate\"\nmsgstr \"Devre dışı bırak\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Eklentiyi devre dışı bırak\"\n\nmsgid \"Deactivated\"\nmsgstr \"Devre dışı\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"Varsayılan dil\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Sil\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Kayıtlardan Sil:\"\n\nmsgid \"Delete order\"\nmsgstr \"Sipariş sil\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Bayi yazılımını sil\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Silinyor...\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Açıklama\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Ayrıntılar\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Devre Dışı\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Devre dışı bırakılmış fonksiyonlar\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Disk\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Disk kullanım limiti [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Disk kullanımı\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Disk kullanım detayları\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Domain\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"Domain IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"Domain Adı\"\n\nmsgid \"Domain account\"\nmsgstr \"Domain hesabı\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"Domain alias\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Domain alias hataları\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Domain alias ismi\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Domain alias eklenmek için işleme alındı.\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Domain alias silinmek için işleme alındı.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Domain alias güncellenmek için işleme alındı.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Domain aliasları\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Domain ve SQL veritabanı\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Domain ayrıntıları\"\n\nmsgid \"Domain errors\"\nmsgstr \"Domain hataları\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Domain bitiş tarihi\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Alan adının son kullanma tarihi girilmeli.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Domain adı\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Alan adı boş bırakılamaz.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Alan adı nokta ile başlayamaz veya bitemez.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Domain geçersiz karakter içeriyor: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Domain yeni bitiş tarihi\"\n\nmsgid \"Domain overview\"\nmsgstr \"Alan adı genel bakış\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Domain güncellenmek için işleme alındı.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Domain istatistikleri\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Alan adı başarıyla güncellendi\"\n\nmsgid \"Domain type\"\nmsgstr \"Domain türü\"\n\nmsgid \"Domains\"\nmsgstr \"Domain\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Sayfa başı domain\"\n\nmsgid \"Done\"\nmsgstr \"Bitti\"\n\nmsgid \"Download\"\nmsgstr \"Download\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Düzenle\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"FTP hesabını düzenle\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"SSL sertifikasını düzenle\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"Domaini düzenle\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Domain aliasını düzenle\"\n\nmsgid \"Edit error page\"\nmsgstr \"Hata sayafasını düzenle\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Hosting planını düzenle\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Eposta hesabını düzenle\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Bayiyi düzenle\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"Eposta\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"Eposta ayarları\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"SSL Aktif\"\n\nmsgid \"Enabled\"\nmsgstr \"Açıldı\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Hata sayfaları\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Hata: Uzaktaki Dosya bulunamadı!\"\n\nmsgid \"Errors\"\nmsgstr \"Hatalar\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Dış eposta sunucusu\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP hesabı\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"FTP hesap limitine ulaşıldı.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP hesabı eklendi.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTP hesabı silindi.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP hesabı güncellendi.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP hesapları\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP Trafiği\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Faks\"\n\nmsgid \"Feature\"\nmsgstr \"Özellik\"\n\nmsgid \"Features\"\nmsgstr \"Özellikler\"\n\nmsgid \"Female\"\nmsgstr \"Kadın\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"Dosya boyutu\"\n\nmsgid \"FileManager\"\nmsgstr \"Dosya yöneticisi\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Dosya sistemi sistem bilgisi\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"İsim\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Yasaklanmış\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Yönlendir\"\n\nmsgid \"Forward URL\"\nmsgstr \"Yönlendirilen URL\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"Yönlendir\"\n\nmsgid \"Forward to URL\"\nmsgstr \"URLye yönlendir\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"Boş\"\n\nmsgid \"From\"\nmsgstr \"Gönderen\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Bayiden\"\n\nmsgid \"Ftp\"\nmsgstr \"FTP\"\n\nmsgid \"Ftp account\"\nmsgstr \"FTP hesabı\"\n\nmsgid \"Ftp account data\"\nmsgstr \"FTP hesap bilgileri\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"FTP hesapları\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Cinsiyet\"\n\nmsgid \"General\"\nmsgstr \"Genel\"\n\nmsgid \"General information\"\nmsgstr \"Genel bilgi\"\n\nmsgid \"General settings\"\nmsgstr \"Genel ayarlar\"\n\nmsgid \"Generate\"\nmsgstr \"Oluştur\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Yerel sunucu tarafından imzalanmış sertifika oluştur\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"Grup\"\n\nmsgid \"Group members\"\nmsgstr \"Grup üyeleri\"\n\nmsgid \"Group name\"\nmsgstr \"Grup adı\"\n\nmsgid \"Groups\"\nmsgstr \"Gruplar\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"Web Trafiği\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Yüksek\"\n\nmsgid \"Home directory\"\nmsgstr \"Ev dizini\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\"Veritabanı kullanıcısının, SQL sunucusuna bağlanmasına izin verilecek \"\n\"istemci\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Hosting planı\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Hosting planı durumu\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Hosting planları\"\n\nmsgid \"Hour\"\nmsgstr \"Saat\"\n\nmsgid \"Hours\"\nmsgstr \"Saat\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Htaccess grubu\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Htaccess grubu eklenmek için işleme alındı.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Htaccess grubu silinmek için işleme alındı.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Htaccess kullanıcısı\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Htaccess kullanıcısı eklenmek için işleme alındı.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IP adresi\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IP adresi eklenmek için işleme alındı.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IP adresi silinmek için işleme alındı.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"IP kullanımı\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 adresi\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"önüne\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Hatalı SQL kullanıcı limiti.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"Kur\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"Yüklendi\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Bugünün yedeğini indirme talimatları\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Ara sertifika\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"İç Sunucu Hatası\"\n\nmsgid \"Internationalization\"\nmsgstr \"Yerelleştirme\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Geçersiz SQL kullanıcı sunucusu: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Geçersiz URL.\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Geçersiz domain.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Geçersiz eposta adresi.\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Geçersiz eposta kullanıcı adı.\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Geçersiz grup adı!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Geçersiz menü sırası.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Geçersiz isim.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"GitHub'tan alınan veri geçersiz.\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Geçersiz özel anahtar veya parola.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Geçersiz hedef.\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Geçersiz kullanıcı adı.\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Çekirdek sürümü\"\n\nmsgid \"Kill session\"\nmsgstr \"Oturumu sonlandır\"\n\nmsgid \"Label\"\nmsgstr \"Etiket\"\n\nmsgid \"Language\"\nmsgstr \"Dil\"\n\nmsgid \"Language file\"\nmsgstr \"Dil dosyası\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"Son erişim\"\n\nmsgid \"Last name\"\nmsgstr \"Soyisim\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"Görünüm\"\n\nmsgid \"Layout color\"\nmsgstr \"Görünüm rengi\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Görünüm rengi güncellendi.\"\n\nmsgid \"Level\"\nmsgstr \"Seviye\"\n\nmsgid \"Limit\"\nmsgstr \"Limit\"\n\nmsgid \"Limit value\"\nmsgstr \"Limit değeri\"\n\nmsgid \"Limits\"\nmsgstr \"Limitler\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Giriş\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"FTP hesabınızla giriş yapınız\"\n\nmsgid \"Logo file\"\nmsgstr \"Logo dosyası\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"Çıkış\"\n\nmsgid \"Lost password\"\nmsgstr \"Kayıp şifre\"\n\nmsgid \"Lost password email\"\nmsgstr \"Kayıp şifre mesajı\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"Kayıf şifre linki\"\n\nmsgid \"Low\"\nmsgstr \"Düşük\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"Eposta\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Eposta Günlük Seviyesi\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Posta hesabı hataları\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"Eposta hesap türü\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Eposta hesapları\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Eposta özelliği devre dışı.\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"Eposta boyutu\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Bakım modu\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Erkek\"\n\nmsgid \"Manage SQL\"\nmsgstr \"SQL Yönet\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Htaccess kullanıcılarını ve gruplarını yönet\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Kullanıcı ve grupları yönet\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Korunan alanlar ile kullanıcı ve grupları yönetin.\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Azami giriş denemesi sayısı\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"Orta\"\n\nmsgid \"Member of group\"\nmsgstr \"Üyesi olduğu grup\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Mesaj\"\n\nmsgid \"Message template\"\nmsgstr \"Mesaj görünümü\"\n\nmsgid \"Message template info\"\nmsgstr \"Mesaj görünüm bilgisi\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Yazılımı silmeden önce bayiye mesaj gönderin\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Dakika\"\n\nmsgid \"Minutes\"\nmsgstr \"Dakika\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Ay\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Aylık trafik limiti [MiB]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"Bağlantı\"\n\nmsgid \"Mount point\"\nmsgstr \"Bağlantı noktası\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"Devre Dışı\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"İsim\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"Asla\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Yeni SQL kullanıcısı bilgileri\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Yeni destek talebi\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"Sonraki adım\"\n\nmsgid \"No\"\nmsgstr \"Hayır\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Hiç hosting planı yok.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"Verilen zaman aralığında istatistik yok. Farklı bir aralığı deneyin.\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Normal + Yönlendir\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"Bulunamadı\"\n\nmsgid \"Not found.\"\nmsgstr \"Bulunamadı.\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Bulunamadı :(\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"İkazlar, Uyarılar ve Hatalar\"\n\nmsgid \"Ok\"\nmsgstr \"Tamam\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"Açık talepler\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"Sipariş\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Diğer gelenler\"\n\nmsgid \"Other out\"\nmsgstr \"Diğer gidenler\"\n\nmsgid \"Other settings\"\nmsgstr \"Diğer ayarlar\"\n\nmsgid \"Overview\"\nmsgstr \"Özet\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"PHP düzenleyici\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"PHP ayarları güncellenmek için işleme alındı.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP gelen\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP giden\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP Trafiği\"\n\nmsgid \"Package actions\"\nmsgstr \"Paket eylemleri\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"Paket yükleme tipi\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"Paket dili\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"Paket başlığı\"\n\nmsgid \"Package type\"\nmsgstr \"Paket türü\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Paket satıcı Sayfası\"\n\nmsgid \"Package version\"\nmsgstr \"Paket sürümü\"\n\nmsgid \"Panel default language\"\nmsgstr \"Varsayılan panel dili\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"Bölüm\"\n\nmsgid \"Password\"\nmsgstr \"Şifre\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Şifre (tekrar)\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Şifre ayarları\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Şifreler uyuşmuyor\"\n\nmsgid \"Path\"\nmsgstr \"Yol\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Bekleyen görevler\"\n\nmsgid \"Percent\"\nmsgstr \"Yüzde\"\n\nmsgid \"Permissions\"\nmsgstr \"İzinler\"\n\nmsgid \"Personal data\"\nmsgstr \"Kişisel bilgi\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Görünümü kişiselleştir\"\n\nmsgid \"Phone\"\nmsgstr \"Telefon\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Lütfen şifreyi onaylayın.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"SQL kullanıcısı için istemci girin.\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"%s eklentisi aktivasyon için işleme alındı.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"%s eklentisi değişiklik için işleme alındı.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"%s eklentisi durdurulmak için işleme alındı.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"%s eklentisi kurulum için işleme alındı.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"%s eklentisi kaldırılmak için işleme alındı.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"%s eklentisi güncellenmek için işleme alındı.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Yöneticiler için dışardan girişi engelle\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Kullanıcılar için dışardan girişi engelle\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Bayiler için dışardan girişi engelle\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"Öncelik\"\n\nmsgid \"Private key\"\nmsgstr \"Özel anahtar\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Özel anahtar parolası (varsa)\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"Profil\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Korunan alan eklenmek için işleme alındı.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Korunan alan silinmek için işleme alındı.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Korunan alan güncellenmek için işleme alındı.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Korunan alanlar\"\n\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"MiB olarak kota (En fazla: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"BELLEK\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"Kayıt verisi\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Kayıt tarihi\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"Kaldır\"\n\nmsgid \"Remove IP\"\nmsgstr \"IPyi kaldır\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Yetkileri kaldır\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Şifre (tekrar)\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"Bayi\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Bayi Adı\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Bayi kullanımı\"\n\nmsgid \"Reseller data\"\nmsgstr \"Bayi verileri\"\n\nmsgid \"Reseller level\"\nmsgstr \"Bayi seviyesi\"\n\nmsgid \"Reseller list\"\nmsgstr \"Bayi listesi\"\n\nmsgid \"Reseller name\"\nmsgstr \"Bayi adı\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Bayi yazılım listesi\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Bayi istatistikleri\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"Bayi toplamı\"\n\nmsgid \"Reseller users\"\nmsgstr \"Bayi kullanıcıları\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Bayi/IP kullanım istatistikleri\"\n\nmsgid \"Resellers\"\nmsgstr \"Bayiler\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"Reset\"\n\nmsgid \"Restore\"\nmsgstr \"Geri yükle\"\n\nmsgid \"Restore backup\"\nmsgstr \"Yedeği yükle\"\n\nmsgid \"Rights\"\nmsgstr \"İzinler\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"İzinler eklendi.\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"İzinler kaldırıldı.\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP gelen\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP giden\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP Trafiği\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQL veritabanı\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\"SQL veritabanı limiti devre dışı ayarlanmış ama SQL kullanıcı limiti mevcut.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"SQL veritabanı limiti <i>devre dışı</i> değil.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"SQL veritabanı güncellendi.\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL veritabanları\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Sadece SQL veritabanı\"\n\nmsgid \"SQL user\"\nmsgstr \"SQl kullanıcısı\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQL kullanıcı istemcisi\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"SQL kullanıcı limiti <i>devre dışı</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\"SQL kullanıcı limiti devre dışı ayarlanmış ama SQL veritabanı limiti var.\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"SQL kullanıcı limiti devre dışı.\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL kullanıcı adı\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"SQL kullanıcı şifresi güncellendi.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"SQL kullanıcısı ön/arka eki\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQL kullanıcısı eklendi.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL kullanıcıları\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL sertifikası eklenmek için işleme alındı.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL sertifikası silinmek için işleme alındı.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL sertifikası güncellenmek için işleme alındı.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Kaydet\"\n\nmsgid \"Search\"\nmsgstr \"Ara\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Güvenlik kodu\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Gönder\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Mesajı gönder\"\n\nmsgid \"Send message to\"\nmsgstr \"Mesaj alıcısı\"\n\nmsgid \"Send reply\"\nmsgstr \"Yanıtla\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Sunucu portları\"\n\nmsgid \"Server statistics\"\nmsgstr \"Sunucu istatistikleri\"\n\nmsgid \"Server status\"\nmsgstr \"Sunucu durumu\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Hizmet Kullanılamıyor\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Hizmet ismi\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"Hizmet portları\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Oturumlar\"\n\nmsgid \"Settings\"\nmsgstr \"Ayarlar\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Ayarlar kaydedildi.\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Paylaşılan bağlantı noktası\"\n\nmsgid \"Show\"\nmsgstr \"Göster\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Sayfa başına %s kayıt\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Bayi için detaylı istatistikleri göster\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Şurada Göster\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Ana menü başlıklarında metni göster\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"%s ile %s arası gösteriliyor. Toplam %s kayıt\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"0 ile 0 arası gösteriliyor. Toplam 0 kayıt\"\n\nmsgid \"Size\"\nmsgstr \"Boyut\"\n\nmsgid \"Software\"\nmsgstr \"Yazılım\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"Yazılım yükleme\"\n\nmsgid \"Software installer\"\nmsgstr \"Yazılım kurucusu\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"Yazılım örneği kurulum için işleme alındı.\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"Yazılım yetkileri\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"Yazılım silinmek için işleme alındı.\"\n\nmsgid \"Software total\"\nmsgstr \"Yazılım toplam\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"Yazılım aktive edildi.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"Yazılım silindi.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Yazılım Deposu\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Bölge/İlçe\"\n\nmsgid \"Statistics\"\nmsgstr \"İstatistikler\"\n\nmsgid \"Status\"\nmsgstr \"Durum\"\n\nmsgid \"Street 1\"\nmsgstr \"Adres 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Adres 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Subdomain\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Subdomain alias\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Subdomain hataları\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Subdomain adı\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Subdomain aklenmek için işleme alındı.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Subdomain güncellenmek için işleme alındı.\"\n\nmsgid \"Subdomains\"\nmsgstr \"Subdomainler\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Konu\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Değişiklikleri onayla\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"Destek sistemi\"\n\nmsgid \"Swap\"\nmsgstr \"Takas\"\n\nmsgid \"Switch\"\nmsgstr \"Oturum Aç\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Kullanıcı arayüzüne geç\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Sistem\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"Sistem araçları\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"Hedef port\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"SQL kullanıcısının sunucuya bağlanacağı istemci adı. Tüm istemcilerden \"\n\"bağlanmak istiyorsanız %s joker karakterini kullanın.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"Toplam\"\n\nmsgid \"Total Domains\"\nmsgstr \"Toplam Domain\"\n\nmsgid \"Total Software\"\nmsgstr \"Toplam Yazılım\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Toplam Kurulum\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"Toplam yazılım\"\n\nmsgid \"Traffic\"\nmsgstr \"Trafik\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"Tip\"\n\nmsgid \"UP\"\nmsgstr \"ÇALIŞIYOR\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL yönlendirmesi\"\n\nmsgid \"URL port\"\nmsgstr \"Bağlantı portu\"\n\nmsgid \"URL protocol\"\nmsgstr \"Bağlantı protokolü\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"Yönetim paneli bağlantısı\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Yetkisiz\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Bilinmiyor\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Bilinmeyen hata\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Bilinmeyen görünüm rengi.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Bilinmeyen sebep.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Bilinmeyen tip.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Bilinmeyen kullanıcı.\"\n\nmsgid \"Update\"\nmsgstr \"Güncelle\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"SQL kullanıcı şifresini güncelle\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Web depodan güncelle\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"Şifreyi güncelle\"\n\nmsgid \"Updates\"\nmsgstr \"Güncellemeler\"\n\nmsgid \"Upload\"\nmsgstr \"Yükle\"\n\nmsgid \"Upload logo\"\nmsgstr \"Logo yükle\"\n\nmsgid \"Upload now\"\nmsgstr \"Şimdi yükle\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"Kullanım durumu\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Kullanılan\"\n\nmsgid \"Used database\"\nmsgstr \"Kullanılan veritabanı\"\n\nmsgid \"User\"\nmsgstr \"Kullanıcı\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Kullanıcı adı soyadı\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Kullanıcı bilgisi güncellenemedi.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"Kullanıcı hataları\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Kullanıcı giriş (sistem) adı\"\n\nmsgid \"User password\"\nmsgstr \"Kullanıcı şifresi\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Kullanıcı adı soyadı\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Kullanıcı silinmek için işleme alındı.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Kulanıcı tipi\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Kullanıcı tipi (yönetici, bayi, kullanıcı)\"\n\nmsgid \"Username\"\nmsgstr \"Kullanıcı adı\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Kullanıcılar\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"Değerler\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"Sürüm\"\n\nmsgid \"Very high\"\nmsgstr \"Çok yüksek\"\n\nmsgid \"View\"\nmsgstr \"Görünüm\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"SSL sertifikasını göster\"\n\nmsgid \"View ticket\"\nmsgstr \"Talebi göster\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Trafik uyarısı\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Uyarılar ve Hatalar\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Web istatistikleri\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Web klasörleri koruması\"\n\nmsgid \"Web in\"\nmsgstr \"Web gelen\"\n\nmsgid \"Web out\"\nmsgstr \"Web giden\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Web yazılım depo paketleri toplamı\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web istatistikleri\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web Trafiği\"\n\nmsgid \"Webmail\"\nmsgstr \"Webposta\"\n\nmsgid \"Webtools\"\nmsgstr \"Web araçları\"\n\nmsgid \"Welcome email\"\nmsgstr \"Aktivasyon mesajı\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Yanlış Bayi ID'si\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Hatalı güvenlik kodu.\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Yanlış yazılım kimliği.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Hatalı kullanıcı adı.\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"Yıl\"\n\nmsgid \"Yes\"\nmsgstr \"Evet\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Disk alanınızı aşıyorsunuz.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Sadece resim yükleyebilirsiniz.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"%s kendine yönlendirilemez.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"FTP hesabınız yok.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"Veritabanınız yok.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"Domain aliasınız yok.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"Korunan alan yok.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"Subdomaininiz yok.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Çıkış yaptınız.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"Kapalı talebiniz yok.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"Açık talebiniz yok.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Dosya-yükle veya wget-fonksiyon arasında seçim yapmak zorundasınız.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Domain alias ismini girmelisiniz.\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"Öncelikle \\\"Oluştur\\\" düğmesine basarak bir şifre oluşturmalısınız.\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Yükleme/indirme için bir dosya seçmelisiniz.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"Kullanımınız\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"Mesajınız\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Mesajınız başarıyla gönderildi.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Yeni i-MSCP kullanıcınız\"\n\nmsgid \"Your new password\"\nmsgstr \"Yeni şifreniz\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Posta kodu\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"[Yeni]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Ynt]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Türkçe - Turkish\"\n\nmsgid \"activated\"\nmsgstr \"aktif\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"ve\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"siliniyor\"\n\nmsgid \"disabled\"\nmsgstr \"devre dışı\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"Domain\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Domain\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"hepsi\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Denetim Masası / Giriş\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP güncellemeleri\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"i-MSCP sürüm kontrolü devre dışı\"\n\nmsgid \"installed\"\nmsgstr \"kuruldu\"\n\nmsgid \"installing\"\nmsgstr \"kuruluyor\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"İnternet Çoklu Sunucu Kontrol Paneli\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"eposta\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"eposta hesapları\"\n\nmsgid \"missing alias\"\nmsgstr \"eksik alias\"\n\nmsgid \"missing domain\"\nmsgstr \"eksik domain\"\n\nmsgid \"n\\\\a\"\nmsgstr \"devre dışı\"\n\nmsgid \"no\"\nmsgstr \"hayır\"\n\nmsgid \"not available\"\nmsgstr \"mevcut değil\"\n\nmsgid \"not required\"\nmsgstr \"gerekli değil\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"1 aydan eski\"\n\nmsgid \"older than 12 months\"\nmsgstr \"12 aydan eski\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"2 haftadan eski\"\n\nmsgid \"older than 3 months\"\nmsgstr \"3 aydan eski\"\n\nmsgid \"older than 6 months\"\nmsgstr \"6 aydan eski\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"sahipsiz giriş\"\n\nmsgid \"required\"\nmsgstr \"gerekli\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Subdomain\"\n\nmsgid \"subdomains\"\nmsgstr \"Subdomain\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"trafik\"\n\nmsgid \"update\"\nmsgstr \"güncelle\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"evet\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/uk_UA.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Plastilin <alexey.blinkov@gmail.com>, 2017\\n\"\n\"Language-Team: Ukrainian (Ukraine) (https://www.transifex.com/i-mscp/teams/576/uk_UA/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: uk_UA\\n\"\n\"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"Администратор / Служба поддержки / Открытые тикеты\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\"Клиент / Инструменты / Пользовательские страницы ошибок / Редактирование \"\n\"страницы\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Неверный IP адрес.\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (Репозиторий)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (Версія: %2$s, Мова: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s ви увійшли як %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"Переведено %d строк \"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s учетная запись успешно удалена.\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s не является архивом плагина i-MSCP.\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s не существует или пуст\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s неверный языковой файл i-MSCP.\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s не разрешено использовать в качестве ярлыка поддомена\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s страница\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s запис\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"Веб-почта %s \"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\"%s: Потребление клиентов (%s) этого реселлера больше чем новое ограничение.\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\"%s: Предел значения (%s) уже назначенный реселлером, больше этого лимита.\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: у реселлера есть клиент(ы) с неограниченными службами.\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"%s: Вы не можете отключить службу, уже проданную клиенту.\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"%s: Вы не можете отключить службу, уже проданную клиенту.\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\"%s::getInfo() не реализован и %s не найден. Это баг плагина %s , и он должен\"\n\" быть отправлен автору(ам) плагина.\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(отфильтровано из %s записей)\"\n\nmsgid \"(usually named\"\nmsgstr \"(Звичайне ім'я архіву:\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"Расширение PHP остановило загрузку файла.\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"Хостинг-план с таким именем уже существует.\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"Доступна новая версия i-MSCP\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"Новое программное обеспечение было добавлено.\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"Получить доступ к статистике домена через Web-интерфейс.\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"Получить доступ к файлам через Web-интерфейс.\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"Получить доступ к почте через Web-интерфейс.\"\n\nmsgid \"Account limits\"\nmsgstr \"Ограничения учетной записи\"\n\nmsgid \"Account name\"\nmsgstr \"Ім'я облікового запису\"\n\nmsgid \"Account summary\"\nmsgstr \"Учетная запись\"\n\nmsgid \"Account type\"\nmsgstr \"Тип учетной записи\"\n\nmsgid \"Action\"\nmsgstr \"Дія\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"Действие было остановлено.\"\n\nmsgid \"Action has failed.\"\nmsgstr \"Действие не выполнено.\"\n\nmsgid \"Actions\"\nmsgstr \"Дії\"\n\nmsgid \"Activate\"\nmsgstr \"Активувати\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"Активировать плагин\"\n\nmsgid \"Activated\"\nmsgstr \"Активировано\"\n\nmsgid \"Activated software\"\nmsgstr \"Активированное ПО\"\n\nmsgid \"Activation email\"\nmsgstr \"Активационное письмо\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"Активация в процессе...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Додати\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"Добавить запись DNS\"\n\nmsgid \"Add FTP account\"\nmsgstr \"Добавить учётную запись FTP\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"Добавить группу Htaccess\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"Добавить пользователя Htaccess\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Додати базу даних\"\n\nmsgid \"Add SQL user\"\nmsgstr \"Добавить пользователя SQL\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"Добавить SSL сертификат\"\n\nmsgid \"Add admin\"\nmsgstr \"Додати адміністратора\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"Добавить пользовательское меню\"\n\nmsgid \"Add customer\"\nmsgstr \"Добавить пользователя\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"Добавить клиента - Следующий шаг\"\n\nmsgid \"Add domain alias\"\nmsgstr \"Додати аліас домена\"\n\nmsgid \"Add group\"\nmsgstr \"Добавить группу\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Додати хостинг-план\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"Добавить новый IP адрес\"\n\nmsgid \"Add new protected area\"\nmsgstr \"Добавить новую защищённую зону\"\n\nmsgid \"Add permissions\"\nmsgstr \"Додати права\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"Додати права реселлера на ПЗ\"\n\nmsgid \"Add protected area\"\nmsgstr \"Добавить защищенную зону\"\n\nmsgid \"Add reseller\"\nmsgstr \"Додати реселлера\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Додати піддомен\"\n\nmsgid \"Add user\"\nmsgstr \"Додати користувача\"\n\nmsgid \"Added by\"\nmsgstr \"Додав\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"Добавление в действии\"\n\nmsgid \"Admin\"\nmsgstr \"Адміністратор\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"Администратор / Основное / Журнал администратора\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"Администратор / Основное / Обзор\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"Администратор / Основное / Статус служб\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"Администратор / Профиль / Учетная запись\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"Администратор / Профиль / Язык\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"Администратор / Профиль / Обложка\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"Администратор / Профиль / Пароль\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Администратор / Профиль / Персональные данные\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Администратор / Настройки\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"Администратор / Настройки / Управление IP\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Администратор / Настройки / Языки\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"Администратор / Настройки / Письмо восстановления пароля\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Администратор / Настройки / Управление плагинами\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"Администратор / Настройки / Порты служб\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"Администратор / Настройки / Управление ПО\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"Администратор / Настройки / Настройки ПО\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"Администратор / Настройки / Приветственное письмо\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Администратор / Настройки / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"Администратор / Управление ПО / ПО реселлера\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"Администратор / Статистика / Использование IP\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"Администратор / Статистика / Статистика реселлеров\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\"Администратор / Статистика / Статистика реселлера / Статистика пользователя\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\"Администратор / Статистика / Статистика реселлера / Статистика пользователя \"\n\"/ Статистика пользователя  {USERNAME} \"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"Администратор / Статистика / Статистика сервера\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"Администратор / Служба поддержки / Закрытые тикеты\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Администратор / Служба поддержки / Просмотр тикетов\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"Администратор / Системные инструменты / Логи антируткита\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"Администратор / Системные инструменты / Отладчик\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"Администратор / Системные инструменты / Настройки техобслуживания\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Администратор / Системные инструменты / Системная информация\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"Администратор / Системные инструменты / Обновления i-MSCP\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"Администратор / Пользователи / Добавить администратора\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"Администратор / Пользователи / Добавить реселлера\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"Администратор / Пользователи / Почтовая рассылка\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"Администратор / Пользователи / Изменить реселлера\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"Администратор / Пользователи / Обзор\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"Администратор / Пользователи / Обзор / Детали домена\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"Администратор / Пользователи / Обзор / Редактировать домен\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"Администратор / Пользователи / Сессии\"\n\nmsgid \"Admin log\"\nmsgstr \"Журнал адміністратора\"\n\nmsgid \"Admin not available\"\nmsgstr \"Администратор недоступен\"\n\nmsgid \"Admin users\"\nmsgstr \"Адміністратори\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Адміністратор/Статистика використання IP\"\n\nmsgid \"Administrator\"\nmsgstr \"Адміністратор\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"Администраторский и реселлерский уровень\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"Администратор и клиент\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"Администраторский и клиентский уровень\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"Администратор и реселлер\"\n\nmsgid \"Administrator level\"\nmsgstr \"Рівень адміністратора\"\n\nmsgid \"Administrator login\"\nmsgstr \"Вхід адміністратора\"\n\nmsgid \"Administrators\"\nmsgstr \"Адміністратори\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"Администраторы и клиенты\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"Администраторы и реселлеры\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"После загрузки пакета, он будет установлен в вашу систему.<br>Обновите Ваш \"\n\"сайт, чтобы увидеть новый статус!\"\n\nmsgid \"All\"\nmsgstr \"Усі\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"Все закрытые тикеты были успешно удалены.\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"Все ошибки (разработка)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"Все ошибки, кроме E_DEPRECATED и E_STRICT (продуктивно)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"Все ошибки, кроме E_NOTICE, E_STRICT и E_DEPRECATED (стандарт)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Необхідно заповнити всі поля.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"Все поля заполнены верно.\"\n\nmsgid \"All in\"\nmsgstr \"Усе вх\"\n\nmsgid \"All levels\"\nmsgstr \"Все уровни\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"Все открытые тикеты были успешно удалены\"\n\nmsgid \"All out\"\nmsgstr \"Усе вих\"\n\nmsgid \"All reseller\"\nmsgstr \"Все реселлеры\"\n\nmsgid \"All traffic\"\nmsgstr \"Увесь трафік\"\n\nmsgid \"All users\"\nmsgstr \"Усі користувачі\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"Allow URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\"Позволяет перенаправлять любой запрос, сделанный для домена на указанный URL\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"Позволяет распределить точку монтирования другого домена.\"\n\nmsgid \"Already in use\"\nmsgstr \"Уже используется\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"Альтернативный URL для доступа к сайту.\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"Альтернативный URL для доступа к сайту\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"Произошла неожиданная ошибка.\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\"Обнаружена непредвиденная ошибка. Пожалуйста свяжитесь с Вашим \"\n\"администратором.\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\"Произошла непредвиденная ошибка. Пожалуйста свяжитесь с Вашим реселлером.\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"Произошла неожиданная ошибка: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"Неизвесная ошибка при загрузке файла: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Логи антируткита\"\n\nmsgid \"Any\"\nmsgstr \"Любой\"\n\nmsgid \"Application installer\"\nmsgstr \"Установка приложений\"\n\nmsgid \"Apply\"\nmsgstr \"Применить\"\n\nmsgid \"Apply changes\"\nmsgstr \"Застосувати зміни\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"Ви впевнені, що хочете встановити пакет з Web-репозиторію?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Вы уверены, что хотите установить этот пакет?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"Вы уверены, что хотите удалить права?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"Вы уверены что хотите удалить SQL пользователя '%s'?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"Ви впевнені, що хочете активувати цей пакет?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Ви впевнені що хочете видалити %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"Вы уверены, что хотите удалить все закрытые тикеты?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"Вы уверены, что хотите удалить все тикеты?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"Вы уверены что хотите удалить %s заказ на алиас домена?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"Вы уверены, что хотите удалить %s алиас домена?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"Вы уверены, что хотите удалить меню %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"Вы уверены, что хотите удалить тикет %s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"Вы уверены, что хотите удалить IP адрес %%s?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"Вы уверены, что хотите удалить пользователя FTP %%s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"Вы уверены, что хотите удалить защищённую зону %%s ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"Вы уверены, что хотите удалить эту DNS запись?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"Вы уверены, что хотите удалить этот алиас домена?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"Вы уверены, что хотите удалить этот хостинг-план?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"Ви впевнені, що хочете видилити цей пакет?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"Вы уверены, что хотите удалить этот поддомен?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"Вы уверены, что хотите импортировать пакет в локальный репозиторий?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"Вы уверены, что хотите импортировать этот пакет в репозиторий?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"Вы уверены, что хотите установить пакет из Web-репозитория?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"Ви впевнені що хочете відновити резервну копію?\"\n\nmsgid \"Assign\"\nmsgstr \"Назначити\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"Назначит существующего SQL пользователя\"\n\nmsgid \"Assign group\"\nmsgstr \"Назначить группу\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"Закреплено как минимум за одним реселлером\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"По крайней мере один сертефикат не валидный или отсутствует.\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"Аутентификация по группе\"\n\nmsgid \"Authentication by user\"\nmsgstr \"Аутентификация по пользователю\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"Автоматически\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"Автоматически (язык браузера)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"Доступно\"\n\nmsgid \"Available software\"\nmsgstr \"Доступное ПО\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Ожидает активации\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"В ожидании утверждения\"\n\nmsgid \"B\"\nmsgstr \"В\"\n\nmsgid \"Back\"\nmsgstr \"Назад\"\n\nmsgid \"Backup\"\nmsgstr \"Резервне копіювання\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"Параметры резервного копирования.\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"Резервная копия успешно помечена для восстановления.\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"Неверный пароль.\"\n\nmsgid \"Bad request.\"\nmsgstr \"Неверный запрос.\"\n\nmsgid \"Behind\"\nmsgstr \"После\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"Здесь Вы можете переключить один или несколько ваших доменов в режим \"\n\"доставки почты на другой почтовый сервер. Внимание, эта функция не изменяет \"\n\"записи DNS. Не забудьте изменить запись MX в настройках DNS.\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"Время блокировки между попытками входа\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"Тело\"\n\nmsgid \"Body is missing.\"\nmsgstr \"Тело отсутствует.\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"Визначення атаки-перебору\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"Основные Действия\"\n\nmsgid \"By\"\nmsgstr \" \"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"Информация о процессоре\"\n\nmsgid \"Cache\"\nmsgstr \"Кэш\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"Может изменить PHP %s запись\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"Может пользовать PHP %s функцию\"\n\nmsgid \"Cancel\"\nmsgstr \"Скасування\"\n\nmsgid \"Canonical name\"\nmsgstr \"Канонічне ім'я\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Сертификат\"\n\nmsgid \"Certificate data\"\nmsgstr \"Данные сертификата\"\n\nmsgid \"Change\"\nmsgstr \"Изменить\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"Изменить статус данного элемента для новой попытки\"\n\nmsgid \"Check for update\"\nmsgstr \"Перевірка оновлень\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Проверьте загрузки реселлера!<br>Не разрешается загружать один и тот же \"\n\"пакет дважды.<br>Обновите страницу, чтобы увидет новый статус!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Проверьте Ваши загрузки!<br>Сообщите администратору, если Вы не можете найти\"\n\" пакет.<br>Не разрешается загружать один и тот же пакет дважды.<br>Обновите \"\n\"страницу, чтобы увидет новый статус!\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\"Проверьте Ваш пакет. Он содержит ошибку!<br>Обновите страницу, чтобы увидет \"\n\"новый статус!\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Проверьте загрузки репозитория!<br>Не разрешается загружать один и тот же \"\n\"пакет дважды.<br>Обновите страницу, чтобы увидет новый статус!\"\n\nmsgid \"Choose\"\nmsgstr \"Выбрать\"\n\nmsgid \"Choose dir\"\nmsgstr \"Выбрать каталог\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"Выберите файл (Max: %1$d MB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"Выбрать хостинг-план\"\n\nmsgid \"Choose layout color\"\nmsgstr \"Выберите цвет подложки \"\n\nmsgid \"Choose your language\"\nmsgstr \"Выберите Ваш язык\"\n\nmsgid \"Circular\"\nmsgstr \"Почтовая рассылка\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"Рассылка успешно отправлена.\"\n\nmsgid \"City\"\nmsgstr \"Місто / Населений пункт\"\n\nmsgid \"Class\"\nmsgstr \"Клас\"\n\nmsgid \"Clear log\"\nmsgstr \"Очистити журнал дій\"\n\nmsgid \"Click here for more details\"\nmsgstr \"Щелкните здесь, чтобы получить подробности\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\"Натисніть на кнопку Відновити і система відновить останню резервну копію\"\n\nmsgid \"Click to edit\"\nmsgstr \"Щелкните для изменения\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"Клиент / Базы данных / Добавить БД\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"Клиент / Базы данных / Обзор\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"Клиент / Базы данных / Обзор / Добавить пользователя БД\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"Клиент / Базы данных / Обзор / Обновить пароль пользователя БД\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"Клиент / Домены / Изменить запись DNS\"\n\nmsgid \"Client / Domains\"\nmsgstr \"Клиент / Домены\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"Клиент / Домены / Добавить запись DNS\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"Клиент / Домены / Добавить алиас\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"Клиент / Домены / Добавить поддомен\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"Клиент / Домены / Редактрировать домен\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"Клиент / Домены / Редактрировать алиас\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"Клиент / Домены / Редактрировать поддомен\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"Клиент / Домены / Настройки PHP\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"Клиент / Домены / SSL сертификаты\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"Клиент / FTP / Добавить пользователя FTP\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"Клиент / FTP / Обзор\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"Клиент / FTP / Обзор / Редактировать учётную запись FTP\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"Клиент / Основное / Обзор\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"Клиент / Профиль / Учетная запись\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"Клиент / Профиль / Язык\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"Клиент / Профиль / Обложка\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"Клиент / Профиль / Пароль\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"Клиент / Профиль / Персональные данные\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"Клиент / Статистика\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"Клиент / Служба поддержки / Закрытые тикеты\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"Клиент / Служба поддержки / Новый тикет\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"Клиент / Служба поддержки / Открытые тикеты\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"Клиент / Служба поддержки / Просмотреть тикет\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"Клиент / Инструменты / Пользовательские страницы ошибок\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"Клиент / Инструменты / Резервное копирование\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"Клиент / Инструменты / Обзор\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"Клиент / Инструменты / Защищенные зоны\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\"Клиент / Инструменты / Защищенные зоны / Управления пользователями и \"\n\"группами\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\"i-MSCP - Клиент / Web-инструменты / Защищенные зоны / Управление \"\n\"пользователями и группами / Добавить группу\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\"i-MSCP - Клиент / Web-инструменты / Защищенные зоны / Управление \"\n\"пользователями и группами /Добавить пользователя\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\"i-MSCP - Клиент / Web-инструменты / Защищенные зоны / Управление \"\n\"пользователями и группами / Изменить пользователя\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"Клиент / Инструменты / Защищенные зоны / \"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"Клиент / Инструменты / Приложения\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"Клиент / Инструменты / Обзор / Приложения / Установка\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"Клиент / Инструменты / Приложения / Просмотр\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"Частота (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"Закрыть\"\n\nmsgid \"Close the ticket\"\nmsgstr \"Закрыть тикет\"\n\nmsgid \"Close ticket\"\nmsgstr \"Закрыть тикет\"\n\nmsgid \"Closed tickets\"\nmsgstr \"Закриті запити\"\n\nmsgid \"Common name\"\nmsgstr \"Общее имя\"\n\nmsgid \"Company\"\nmsgstr \"Компанія\"\n\nmsgid \"Configuration mode\"\nmsgstr \"Режим конфигурации\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"Ядра\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Не удалось добавить/обновить SSL сертификат. Произошла неожиданная ошибка.\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"Невозможно создать резервную копию плагина `%s'\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"Невозможно изменить плагин %s: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"Не удалось создать алиас домена. Произошла неожиданная ошибка.\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"Не удалось удалить базу данных SQL. Произошла неожиданная ошибка.\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"Не удалось удалить пользователя SQL. Произошла неожиданная ошибка.\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"Не удалось удалить SSL сертификат. Произошла неожиданная ошибка.\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"Невозможно удалить плагин %s: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"Невозможно отключить плагин %s: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"Невозможно включить плагин %s: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\"Невозможно найти сетевой интерфейс. Вы не можете добавить новый IP адрес.\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\"Не удалось сгенерировать SSL сертификат. Произошла неожиданная ошибка.\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"Невозможно установить плагин %s : %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"Невозможно защитить плагин %s: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"Невозможно восстановить резервную копию плагина %s .\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"Неможливо отримати список каталогів для Вашого домену.\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"Невозможно отключить плагин %s: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"Невозможно обновить плагин %s: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"Не могу загрузить файл.\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"Невозможно загрузить файл. Файл не найден\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\"Невозможно загрузить файл. Максимальный размер файла (%1$d MB) превышен.\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Країна\"\n\nmsgid \"Create\"\nmsgstr \"Создать\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"Створив\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Дата створення\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"Ошибки внешних DNS\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"Пользовательская DNS запись успешно помечена для удаления.\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"Пользовательские DNS\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"Страницы ошибок обновлены.\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Персональні сторінки помилок\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"Название меню и ссылка\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"Настройки персональных меню\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"Пользовательское меню успешно добавлено.\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"Пользовательское меню успешно удалено.\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"Пользовательское меню успешно обновлено.\"\n\nmsgid \"Custom menus\"\nmsgstr \"Персональні меню\"\n\nmsgid \"Customer\"\nmsgstr \"Клиент\"\n\nmsgid \"Customer account\"\nmsgstr \"Учетная запись клиента\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"Клиент успешно помечен для активации.\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"Клиент успешно помечен для создания.\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"Клиент успешно помечен для деактивации.\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"Клиент успешно помечен для удаления.\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"Учетная запись клиента успешно обновлена.\"\n\nmsgid \"Customer assignments\"\nmsgstr \"Назначения клиентов\"\n\nmsgid \"Customer consumption\"\nmsgstr \"Потребление клиента\"\n\nmsgid \"Customer level\"\nmsgstr \"Уровень клиента\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"Клиент успешно помечен для добавления.\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"Клиент успешно помечен для удаления.\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"Цвет подложки клиента успешно обновлен.\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"Пользователь(и) успешно перемещены.\"\n\nmsgid \"Customers\"\nmsgstr \"Клиенты\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"Выберите страницы ошибок для Вашего домена.\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS запись уже существует.\"\n\nmsgid \"DNS resource record\"\nmsgstr \"Запись DNS\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"DNS запись помечена для добавления.\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"DNS запись помечена для обновления.\"\n\nmsgid \"DNS resource records\"\nmsgstr \"Записи ресурсов DNS\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"НЕ ПРАЦЮЄ\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"Запрос демона провален.\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"Запрос демона удался.\"\n\nmsgid \"Daily backup\"\nmsgstr \"Щоденна резервна копія\"\n\nmsgid \"Data\"\nmsgstr \"Данные\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"Данные были изменены. Пожалуйста попробуйте снова.\"\n\nmsgid \"Database\"\nmsgstr \"База данных\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"Имя и пользователи базы данных\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"Имя базы данных\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"Имя базы данных слишком длинное.\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"Имя базы данных недопустимо или не разрешено.\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"Префикс базы данных\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"Префикс/постфикс БД\"\n\nmsgid \"Database required\"\nmsgstr \"Требуется база данных\"\n\nmsgid \"Database usage\"\nmsgstr \"Использование БД\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"Пользователи базы данных\"\n\nmsgid \"Databases\"\nmsgstr \"Базы данных\"\n\nmsgid \"Date\"\nmsgstr \"Дата\"\n\nmsgid \"Day\"\nmsgstr \"День\"\n\nmsgid \"Days\"\nmsgstr \"Дні\"\n\nmsgid \"Deactivate\"\nmsgstr \"Деактивировать\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"Деактивировать плагин\"\n\nmsgid \"Deactivated\"\nmsgstr \"Деактивировано\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"Деактивация в процессе...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Новая учетная запись i-MSCP была создана для Вас.\\n\"\n\"\\n\"\n\"Информация о Вашей учетной записи:\\n\"\n\"\\n\"\n\"Тип пользователя: {USERTYPE}\\n\"\n\"Имя пользователя: {USERNAME}\\n\"\n\"Пароль: {PASSWORD}\\n\"\n\"\\n\"\n\"Пожалуйста, для Вашей безопасности, измените Ваш пароль при первом входе.\\n\"\n\"\\n\"\n\"Вы можете войти прямо сейчас {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"Благодарим за использование сервисов i-MSCP.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Ваш реселлер загрузил новый пакет ПО.\\n\"\n\"\\n\"\n\"ID Реселлера: {RESELLER_ID}\\n\"\n\"Пакет ПО: {SOFTWARE_PACKAGE}\\n\"\n\"ID пакета: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {Name},\\n\"\n\"\\n\"\n\"пожалуйста кликните на ниже указанную ссылку, чтоб обновить ваш пароль к i-MSCP:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Внимание: если запрос на изменение пароля был сделан не Вами, то пожалуйста игнорируйте данное сообщение.\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"это автоматическое сообщение было отправлено i-MSCP:\\n\"\n\"\\n\"\n\"Название сервера: {HOSTNAME}\\n\"\n\"IP-адрес сервера: {SERVER_IP}\\n\"\n\"IP-адрес клиента: {CLIENT_IP}\\n\"\n\"Версия: {VERSION}\\n\"\n\"Дата сборки: {BUILDDATE}\\n\"\n\"Важность сообщения: {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"На ваш вопрос техподдержки поступил ответ:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Приоритет: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Вы можете перейти по ссылке {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Поступил новый вопрос техподдержки:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Приоритет: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Вы можете перейти по ссылке {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME}, \\n\"\n\"\\n\"\n\"Ваш клиент {CUSTOMER} ожидает подтверждения для своего нового алиаса: \\n\"\n\"\\n\"\n\"{ALIAS} \\n\"\n\"\\n\"\n\"Войдя в панель управления, вы можете подтвердить его, пройдя по ссылке {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php\\n\"\n\"\\n\"\n\"Благодарим за использование сервисов i-MSCP.\\n\"\n\"___________________________ \\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Ваш пароль был успешно обновлен.\\n\"\n\"\\n\"\n\"Ваш новый пароль: {PASSWORD}\\n\"\n\"\\n\"\n\"Вы можете войти прямо сейчас {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"Благодарим за использование сервисов i-MSCP.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Ваше ПО было удалено.\\n\"\n\"\\n\"\n\"Пакет ПО: {SOFTWARE_PACKAGE}\\n\"\n\"ID ПО: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Сообщение от администратора:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"Уважаемый {NAME},\\n\"\n\"\\n\"\n\"Ваше ПО было успешно активировано.\\n\"\n\"\\n\"\n\"Пакет ПО: {SOFTWARE_PACKAGE}\\n\"\n\"ID ПО: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Пожалуйста не отвечайте на это сообщение.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"Команда i-MSCP\"\n\nmsgid \"Debugger\"\nmsgstr \"Отладчик\"\n\nmsgid \"Default\"\nmsgstr \"Стандарт\"\n\nmsgid \"Default language\"\nmsgstr \"Язык по умолчанию\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"Язык по умолчанию успешно обновлен.\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\"Задает смогут или нет клиенты добавлять/изменять SSL сертификаты для их \"\n\"доменов.\"\n\nmsgid \"Delete\"\nmsgstr \"Видалити\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"Удалить все тикеты\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Видалити із журналу дій:\"\n\nmsgid \"Delete order\"\nmsgstr \"Видалити замовлення\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"Видалити ПЗ реселлера\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"Удалить этот плагин\"\n\nmsgid \"Delete ticket\"\nmsgstr \"Удалить тикет\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"Удаление в процессе\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"Удаление в процессе...\"\n\nmsgid \"Depot import\"\nmsgstr \"Импорт репозитория\"\n\nmsgid \"Description\"\nmsgstr \"Опис\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"Описание не может быть пусто.\"\n\nmsgid \"Details\"\nmsgstr \"Деталі\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"Каталог %s не существует.\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"Домашний каталог '%s' не существует\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"Домашний каталог %s не разрешен или неверен.\"\n\nmsgid \"Disabled\"\nmsgstr \"Відключено\"\n\nmsgid \"Disabled functions\"\nmsgstr \"Отключенные функции\"\n\nmsgid \"Disconnect\"\nmsgstr \"Отключиться\"\n\nmsgid \"Disk\"\nmsgstr \"Диск\"\n\nmsgid \"Disk space\"\nmsgstr \"Дисковое пространство\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"Дисковое пространство [Мб]\"\n\nmsgid \"Disk usage\"\nmsgstr \"Использование диска\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"Детали использования диска\"\n\nmsgid \"Display errors\"\nmsgstr \"Отображать ошибки\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Домен\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"Домен %s не может быть перенаправлен на самого себя.\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"Домен %s недоступен.\"\n\nmsgid \"Domain IP\"\nmsgstr \"IP домену\"\n\nmsgid \"Domain Name\"\nmsgstr \"Доменне ім'я\"\n\nmsgid \"Domain account\"\nmsgstr \"Обліковий запис домену\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"Учетная запись домена истекла.\"\n\nmsgid \"Domain accounts\"\nmsgstr \"Учтные записи домена\"\n\nmsgid \"Domain alias\"\nmsgstr \"Аліаси доменів\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"Алиас домена %s не может быть перенаправлен на самого себя.\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"Помилки аліасів доменів\"\n\nmsgid \"Domain alias name\"\nmsgstr \"Имя адиаса домена\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"Алиас домена успешно добавлен.\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"Алиас домена успешно заказан.\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"Алиас домена успешно помечен для добавления\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"Алиас домена успешно помечен для удаления.\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"Алиас домена успешно помечен для обновления.\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Аліаси домену\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"Домен и базы данных SQL\"\n\nmsgid \"Domain data\"\nmsgstr \"данные домена\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"Данные домена уже были изменены. Пожалуйста попробуйте снова.\"\n\nmsgid \"Domain details\"\nmsgstr \"Інформація про домен\"\n\nmsgid \"Domain errors\"\nmsgstr \"Помилки доменів\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"Дата истечения домена\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"Должна быть заполнена дата истечения домена.\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"Домен, для которого вы включаете редактор PHP\"\n\nmsgid \"Domain name\"\nmsgstr \"Ім'я домену\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"Доменное имя (в его ASCII форме) не может быть длиннее 255 знаков.\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"Доменное имя не может пустовать.\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"Доменное имя не может начинаться и заканчиваться точкой.\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"Доменное имя содержит неверный символ: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"Ярлыки доменного имени не могут быть длиннее 63 знаков.\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"Доменное имя не может начинаться и заканчиваться дефисом.\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"Новая дата истечения домена.\"\n\nmsgid \"Domain overview\"\nmsgstr \"Посмотр домена\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"Домен помечен для обновления.\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Статистика домену\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"Статус домена не в порядке.\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"Домен успешно помечен для обновления.\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"Домен успешно обновлен.\"\n\nmsgid \"Domain type\"\nmsgstr \"Тип домена\"\n\nmsgid \"Domains\"\nmsgstr \"Домени\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"Доменів на сторінці\"\n\nmsgid \"Done\"\nmsgstr \"Готово\"\n\nmsgid \"Download\"\nmsgstr \"Скачати\"\n\nmsgid \"Download TAR\"\nmsgstr \"Скачать TAR\"\n\nmsgid \"Download ZIP\"\nmsgstr \"Скачать ZIP\"\n\nmsgid \"Download links\"\nmsgstr \"Ссылки на скачивание\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"Скачать файлы находящиеся в этом каталоге\"\n\nmsgid \"EB\"\nmsgstr \"ЭБ\"\n\nmsgid \"Edit\"\nmsgstr \"Змінити\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"Изменить запись DNS\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"Изменить учетную запись FTP\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"Изменить SSL сертификат\"\n\nmsgid \"Edit admin\"\nmsgstr \"Изменить администратора\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"Изменить пользовательскую страницу ошибок\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"Изменить пользовательское меню\"\n\nmsgid \"Edit customer\"\nmsgstr \"Изменить клиента\"\n\nmsgid \"Edit domain\"\nmsgstr \"Редагувати домен\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"Редагувати аліас домена\"\n\nmsgid \"Edit error page\"\nmsgstr \"Редагувати сторінку помилок\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Редагувати хостинг-план\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"Изменить пользователя htaccess\"\n\nmsgid \"Edit mail account\"\nmsgstr \"Изменить учетную запись почты\"\n\nmsgid \"Edit protected area\"\nmsgstr \"Изменить защищенную зону\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Редагувати реселлера\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"Изменить поддомен\"\n\nmsgid \"EiB\"\nmsgstr \"Эб\"\n\nmsgid \"Email\"\nmsgstr \"Електронна пошта\"\n\nmsgid \"Email address\"\nmsgstr \"Email алрес\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"Значение почтовой квоты не может быть более %s.\"\n\nmsgid \"Email settings\"\nmsgstr \"Настройка почты\"\n\nmsgid \"Email setup\"\nmsgstr \"Налаштування пошти\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"Почтовый ящик успешно обновлен.\"\n\nmsgid \"Enable SSL\"\nmsgstr \"Включить SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"Увімкнено\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"Включено для: %s\"\n\nmsgid \"Error details\"\nmsgstr \"Данные об ошибке\"\n\nmsgid \"Error pages\"\nmsgstr \"Сторінки помилок\"\n\nmsgid \"Error reporting\"\nmsgstr \"Отчет об ошибке\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"Помилка: Віддалений файл не знайдено!\"\n\nmsgid \"Errors\"\nmsgstr \"Помилки\"\n\nmsgid \"Execute tasks\"\nmsgstr \"Выполнить задачи\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"Внешние почтовые сервера\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"Внешний почтовый сервер\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"Внешний почтовый сервер успешно помечен для активации.\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"Внешний почтовый сервер успешно помечен для деактивации.\"\n\nmsgid \"FTP account\"\nmsgstr \"Обліковий запис FTP\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"Учетная запись FTP уже существует.\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"Достигнут лимит учётных записей FTP.\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"Учетная запись FTP успешно добавлена.\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"Учетная запись FTP успешно удалена.\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"Учетная запись FTP успешно обновлена.\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Облікові записи FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"Домашний каталог\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"Путь к домашнему каталогу пользователя FTP не может быть пуст.\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP трафік\"\n\nmsgid \"FTP user errors\"\nmsgstr \"Ошибки пользователя FTP\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"Не удалось записать файл на диск.\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"Ошибка пакета. Удаление!\"\n\nmsgid \"Fax\"\nmsgstr \"Факс\"\n\nmsgid \"Feature\"\nmsgstr \"Властивості\"\n\nmsgid \"Features\"\nmsgstr \"Возможности\"\n\nmsgid \"Female\"\nmsgstr \"Жіноча\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"Файл %s не существует или недоступен!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"Файл %s не соответствует файлу миграции.\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"Файл не існує. %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"Размер файла превышает лимит.\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"Файл был успешно загружен.\"\n\nmsgid \"File is not readable.\"\nmsgstr \"Нечитаемый файл.\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"Файл должен быть 'tar.gz' архивом.\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"Файл успешно загружен.\"\n\nmsgid \"File usage\"\nmsgstr \"Использование файлов\"\n\nmsgid \"FileManager\"\nmsgstr \"Файловий менеджер\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"Системна інформація - Файлова система\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"Заполните текст сообщения. \"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Ім'я\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"Доступ запрещен\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"Заставить повторить\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"Перенаправлення\"\n\nmsgid \"Forward URL\"\nmsgstr \"URL перенаправления\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"URL перенаправления %s неверный.\"\n\nmsgid \"Forward account\"\nmsgstr \"Переслать учетную запись\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"Лист пересылки пуст\"\n\nmsgid \"Forward to\"\nmsgstr \"Перенаправить к\"\n\nmsgid \"Forward to URL\"\nmsgstr \"Перенаправити на посилання\"\n\nmsgid \"Forward type\"\nmsgstr \"Вид перенаправления\"\n\nmsgid \"Free\"\nmsgstr \"Вільно\"\n\nmsgid \"From\"\nmsgstr \"Від\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Від реселлера\"\n\nmsgid \"Ftp\"\nmsgstr \"FTP\"\n\nmsgid \"Ftp account\"\nmsgstr \"Учетная запись FTP\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Данные учётной записи FTP\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"Учетные записи FTP\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Ftp каталоги\"\n\nmsgid \"GB\"\nmsgstr \"Гб\"\n\nmsgid \"Gender\"\nmsgstr \"Стать\"\n\nmsgid \"General\"\nmsgstr \"Основное\"\n\nmsgid \"General information\"\nmsgstr \"Загальна інформація\"\n\nmsgid \"General settings\"\nmsgstr \"Загальні налаштування\"\n\nmsgid \"Generate\"\nmsgstr \"Генерировать\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"Создать самоподписанный сертификат\"\n\nmsgid \"Get a new security code\"\nmsgstr \"Получить новый код безопасности\"\n\nmsgid \"GiB\"\nmsgstr \"Гб\"\n\nmsgid \"Group\"\nmsgstr \"Группа\"\n\nmsgid \"Group members\"\nmsgstr \"Члены группы\"\n\nmsgid \"Group name\"\nmsgstr \"Имя группы\"\n\nmsgid \"Groups\"\nmsgstr \"Группы\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (HTTP Strict Transport Security)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS директивы includeSubDomains\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS значение директивы max-age\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTP трафик\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"Высокий\"\n\nmsgid \"Home directory\"\nmsgstr \"Домашний каталог\"\n\nmsgid \"Homepage\"\nmsgstr \"Домашняя страница\"\n\nmsgid \"Host\"\nmsgstr \"Вузол\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\"Хост, с которого каждому пользователю SQL позволено входить на SQL сервер\"\n\nmsgid \"Hosting plan\"\nmsgstr \"Хостинг-план\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"Доступность хостинг-планов\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"Хостинг-план превышает ограничения реселлера.\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"Хостинг-план превышает Ваши ограничения.\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"Хостинг-план успешно создан.\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"Хостинг-план успешно удален.\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"Хостинг-план успешно обновлен.\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Хостинг-плани\"\n\nmsgid \"Hour\"\nmsgstr \"Година\"\n\nmsgid \"Hours\"\nmsgstr \"Годин\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Группа Htaccess\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"Группа Htaccess успешно помечена для добавления.\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"Группа Htaccess успешно помечена для удаления.\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Пользователь Htaccess\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Пользователь Htaccess успешно перемещен в группу %s\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Пользователь Htaccess успешно удален из группы %s\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"Пользователь Htaccess успешно помечен для добавления.\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"IP адреса\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"IP адрес уже под контролем i-MSCP.\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"IP адрес успешно помечен для добавления.\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"IP адрес успешно помечен для удаления.\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"IP адрес успешно помечен для модификации.\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"IP адреса под контролем i-MSCP.\"\n\nmsgid \"IP assignments\"\nmsgstr \"Назначение IP\"\n\nmsgid \"IP errors\"\nmsgstr \"Ошибки IP\"\n\nmsgid \"IP management\"\nmsgstr \"Управление IP\"\n\nmsgid \"IP netmask\"\nmsgstr \"Сетевая маска\"\n\nmsgid \"IP usage\"\nmsgstr \"Використання IP\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 адреса\"\n\nmsgid \"Id\"\nmsgstr \"ID\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\"Если да, Web-каталоги по инициативе i-MSCP будут защищены от удаления \"\n\"использованием неизменного флага (Расширенные атрибуты).\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"Если да, то реселлер сможет позволить пользователю изменить эту опцию\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\"Если да, то реселлер может включать и выключать PHP mail() функцию. Иначе \"\n\"PHP mail() выключено.\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\"Если Вы хотите ограничить реселлера, Вы сначала должны ограничить его \"\n\"клиентов.\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"Изображения должны быть меньше, чем 500 x 90 пикселей.\"\n\nmsgid \"Import\"\nmsgstr \"Импорт\"\n\nmsgid \"Import in local repository\"\nmsgstr \"Импортировать\"\n\nmsgid \"Import new language file\"\nmsgstr \"Bvgjhnbhjdfnm yjdsq zpsrjdjq afqk\"\n\nmsgid \"In front\"\nmsgstr \"Спереди\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"В режим техобслуживания, только администратор сможет войти.\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"Неверное ограничение учетных записей FTP.\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"Неверное ограничение баз данных SQL.\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"Неверное ограничение пользователей SQL.\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"Неверное ограничение пользователей SQL.\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"Неверный лимит алиасов.\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"Неверное ограничение дискового пространства.\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"Неверная длина или синтаксис почтового ящика.\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"Неверное значение почтовой квоты.\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"Неверное ограничение для %s.\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"Неверное ограничение учетных записей почты.\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"Неверный порог трафика\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"Неверный лимит поддоменов.\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"Неверное ограничение поддоменов.\"\n\nmsgid \"Install\"\nmsgstr \"Установить\"\n\nmsgid \"Install in progress\"\nmsgstr \"Происходит установка\"\n\nmsgid \"Install this plugin\"\nmsgstr \"Установить этот плагин\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"Установите Ваши Web-приложения в несколько кликов.\"\n\nmsgid \"Installation details\"\nmsgstr \"Детали установки\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"Установка в процессе...\"\n\nmsgid \"Installation path\"\nmsgstr \"Путь установки\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"Установленный пакет, который был удален Вашим реселлером.\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"Установлено в репозитроии реселлера\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"Установлено в репозитроии ПО\"\n\nmsgid \"Installed on\"\nmsgstr \"Встановлено на\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"Установка загруженного пакета. Пожалуйста, обновите страницу.\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"Інструкції для завантаження сьогоднішньої резервної копії\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"Промежуточные сертификаты\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"Внутренняя ошибка сервера\"\n\nmsgid \"Internationalization\"\nmsgstr \"Мови\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"Неверное имя пользователя\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"Неверный хост SQL: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"Неверный сертификат SSL\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"Негодный SSL сертификат.\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"Неверный URL\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"Неправильное имя домена.\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"Неверный Email адрес\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"Неверное имя пользователя почтового ящика\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"Неправильное имя группы!\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"Неверный заказ меню.\"\n\nmsgid \"Invalid name.\"\nmsgstr \"Неверное имя.\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"Неверный запрос получен из GitHub\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"Каталог плагина не верный: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"Неверный приватный ключ или пароль.\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"Неверная цель\"\n\nmsgid \"Invalid username.\"\nmsgstr \"Неверное имя пользователя\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"Версія ядра\"\n\nmsgid \"Kill session\"\nmsgstr \"Завершити сесію\"\n\nmsgid \"Label\"\nmsgstr \"Мітка\"\n\nmsgid \"Language\"\nmsgstr \"Мова\"\n\nmsgid \"Language file\"\nmsgstr \"Файл перекладу\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"Языковой файл успешно установлен\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"Языки\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"Языковые индексы были успешно перестроены.\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"Последнее обновление Web-репозитория\"\n\nmsgid \"Last access\"\nmsgstr \"Останній доступ\"\n\nmsgid \"Last name\"\nmsgstr \"Прізвище\"\n\nmsgid \"Last reply date\"\nmsgstr \"Дата последнего ответа\"\n\nmsgid \"Last translator\"\nmsgstr \"Последний переводчик\"\n\nmsgid \"Layout\"\nmsgstr \"Макет\"\n\nmsgid \"Layout color\"\nmsgstr \"Цвет подложки\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"Обновление цвета подложки успешно обновлено.\"\n\nmsgid \"Level\"\nmsgstr \"Рівень\"\n\nmsgid \"Limit\"\nmsgstr \"Ліміт\"\n\nmsgid \"Limit value\"\nmsgstr \"Значение ограничения\"\n\nmsgid \"Limits\"\nmsgstr \"Ограничения\"\n\nmsgid \"Link\"\nmsgstr \"Ссылка\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"Ссылка на страницу авторов\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"Завантаження (1 Хв., 5 Хв., 15 Хв.)\"\n\nmsgid \"Loading data...\"\nmsgstr \"Загрузка данных...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"Записи лога успешно удалены.\"\n\nmsgid \"Login\"\nmsgstr \"Увійти\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"Пароль\"\n\nmsgid \"Login username\"\nmsgstr \"Имя пользователя\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"Увійти під вашим обліковим записом FTP\"\n\nmsgid \"Logo file\"\nmsgstr \"Файл логотипа\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"Логотип успешно удален.\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"Логотип успешно обновлен.\"\n\nmsgid \"Logout\"\nmsgstr \"Вийти\"\n\nmsgid \"Lost password\"\nmsgstr \"Відновлення пароля\"\n\nmsgid \"Lost password email\"\nmsgstr \"Письмо восстановления пароля\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"Шаблон письма восстановления пароля изменён!\"\n\nmsgid \"Lost password link\"\nmsgstr \"Посилання на відновлення пароля\"\n\nmsgid \"Low\"\nmsgstr \"Низкий\"\n\nmsgid \"MB\"\nmsgstr \"МБ\"\n\nmsgid \"Mail\"\nmsgstr \"Пошта\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"Уровень логирования почты\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"Почтовый ящик уже существует.\"\n\nmsgid \"Mail account data\"\nmsgstr \"Данные почтового ящика\"\n\nmsgid \"Mail account errors\"\nmsgstr \"Помилки поштових облікових записів\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"Тип почтового ящика\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Поштові скриньки\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"Список почтовых ящиков пуст.\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"Почта отключена\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"Использование почты\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"Отображение ярлыков меню успешно обновлено. \"\n\nmsgid \"Maintenance message\"\nmsgstr \"Сообщение отладки\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Режим техобслуговування\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\"Включен режим техобслуживания. В этом режиме могут входить только \"\n\"администраторы.\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"Настройки техобслуживания\"\n\nmsgid \"Male\"\nmsgstr \"Чоловіча\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Управління SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"Управление сертификат SSL\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"Управление htaccess пользователями и группами\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"Управление пользователями и группами\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"Управление защищенными зонами, пользователями и группами\"\n\nmsgid \"Manual\"\nmsgstr \"Вручную\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"Максимальна кількість спроб входу\"\n\nmsgid \"Max traffic\"\nmsgstr \"Максимальный трафик\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\"Максимальный размер удаленного файла (%s) был достигнут. Ваш файл имеет \"\n\"размер %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\"Достигнут максимальный размер файла (%s). Загружаемый файл имеет размер %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"Максимум попыток подтверждения CAPTCHA\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"Максимальное количество попыток входа перед блокировкой\"\n\nmsgid \"Medium\"\nmsgstr \"Средний\"\n\nmsgid \"Member of group\"\nmsgstr \"Член группы\"\n\nmsgid \"Memory information\"\nmsgstr \"Информация о памяти\"\n\nmsgid \"Message\"\nmsgstr \"Повідомлення\"\n\nmsgid \"Message template\"\nmsgstr \"Шаблон повідомлення\"\n\nmsgid \"Message template info\"\nmsgstr \"Інформація про шаблон\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"Повідомте реселлера перед видаленням цього ПЗ\"\n\nmsgid \"MiB\"\nmsgstr \"МБ\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"Файл миграции %s нечитаем.\"\n\nmsgid \"Minute\"\nmsgstr \"Хвилина\"\n\nmsgid \"Minutes\"\nmsgstr \"Хвилин\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"Модель\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"Процесс модификации...\"\n\nmsgid \"Month\"\nmsgstr \"Місяц\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"Месячный порог трафика [Мб]\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"Месячный порог трафика должен быть числом.\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\"Предопреждение о пороге трафика не может быть больше ежемесячного порога \"\n\"трафика.\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"Предупреждение о трафике должно быть числом.\"\n\nmsgid \"Mount\"\nmsgstr \"Точка монтування\"\n\nmsgid \"Mount point\"\nmsgstr \"Точка монтування\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"Недоступно\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Ім'я\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Имя не может пустовать\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"Сетевой интерфейс (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"Никогда\"\n\nmsgid \"New SQL user data\"\nmsgstr \"Новые данные пользователя SQL\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"Новый заказ алиаса для {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Новий запит підтримки\"\n\nmsgid \"Next\"\nmsgstr \"Далее\"\n\nmsgid \"Next step\"\nmsgstr \"Следующий шаг\"\n\nmsgid \"No\"\nmsgstr \"Ні\"\n\nmsgid \"No IP address found.\"\nmsgstr \"Не найдено IP адресов.\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"Логи руткитов отсутствуют\"\n\nmsgid \"No available\"\nmsgstr \"Недоступно\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"Не найдены пользовательские меню.\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"Ошибок не найдено\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"Файл не был загружен.\"\n\nmsgid \"No group found.\"\nmsgstr \"Не найдено групп.\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"Нет доступных хостинг-планов.\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"Нет доступного реселлера для добавления прав\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"Не найдено реселлеров с активированным установщиком ПО\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"Не найденог реселлеров с правами на это ПО\"\n\nmsgid \"No resellers found.\"\nmsgstr \"Не найдено реселлеров.\"\n\nmsgid \"No software available\"\nmsgstr \"Нет доступоного ПО\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"Не найдено ПО в Web-репозитории!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"В репозитории нет доступного ПО !\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"Нет приложений ожидающих активации\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\"Не найдено статистики за запрашиваемый период, попробуйте другой период.\"\n\nmsgid \"No update available\"\nmsgstr \"Обновлений нет\"\n\nmsgid \"No used yet\"\nmsgstr \"Ещё не используется\"\n\nmsgid \"No user found.\"\nmsgstr \"Не найдено пользователей\"\n\nmsgid \"Normal\"\nmsgstr \"Обычный\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"Обычный + перенаправление\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"Нешифрованное соединение\"\n\nmsgid \"Not Found\"\nmsgstr \"Не найдено\"\n\nmsgid \"Not found.\"\nmsgstr \"Не найдено\"\n\nmsgid \"Not provided\"\nmsgstr \"Не предусмотрено\"\n\nmsgid \"Not used\"\nmsgstr \"Не используется\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\"Заметьте, что в ручном режиме NIC и маска подсети сообщается для сведения и \"\n\"изменению не подлежит. \"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"Ничего не найдено\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"Ничего не было изменено\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"Ничего не было удалено\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"Повідомлення, попередження та помилки\"\n\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"Поддерживаются только 'tar.gz' архивы.\"\n\nmsgid \"Only exec\"\nmsgstr \"Только запустить\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"Допустимы только файлы gettext Machine Object files (MO files).\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"Разрешены только числа от 0 до 65535\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"Разрешены только положительные числа\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"Поддерживаются только архивы tar.gz и tar.bz2\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"Поддерживаются только tar.gz, tar.bz2 и zip архивы.\"\n\nmsgid \"Open ticket\"\nmsgstr \"Открыть тикет\"\n\nmsgid \"Open tickets\"\nmsgstr \"Відкриті запити\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"Операция отменена: %s\"\n\nmsgid \"Optional\"\nmsgstr \"Опционально\"\n\nmsgid \"Order\"\nmsgstr \"Заказ\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"Заказ успешно удален.\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"Заказ успешно обновлен.\"\n\nmsgid \"Other in\"\nmsgstr \"Інше вх\"\n\nmsgid \"Other out\"\nmsgstr \"Інше вих\"\n\nmsgid \"Other settings\"\nmsgstr \"Інші налаштування\"\n\nmsgid \"Overview\"\nmsgstr \"Передперегляд\"\n\nmsgid \"PB\"\nmsgstr \"ПБ\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"Опция конфигурации PHP %s\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"Опции конфигурации PHP\"\n\nmsgid \"PHP Editor\"\nmsgstr \"Редактор PHP\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD расширение не загружено.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"Разрешения PHP\"\n\nmsgid \"PHP Settings\"\nmsgstr \"Настройки PHP\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"Конфигурация PHP отмечена для обновления.\"\n\nmsgid \"PHP directives values\"\nmsgstr \"Значения директив PHP\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP exec() function\"\n\nmsgid \"PHP settings\"\nmsgstr \"Настройки PHP\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP вх\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP вих\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP трафік\"\n\nmsgid \"Package actions\"\nmsgstr \"Дії з пакетом\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"Пакет уже существует в реселлерском репозитории!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"Пакет уже существует в репозитории!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"Пакет уже существует в репозитории ПО!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"Пакет уже существует в Вашем репозитории ПО!\"\n\nmsgid \"Package install type\"\nmsgstr \"Тип встановлення пакету\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"Пакет успешно установлен!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"Пакет успешно установлен... Ожидание подтверждения администратором!\"\n\nmsgid \"Package language\"\nmsgstr \"Мова пакету\"\n\nmsgid \"Package name\"\nmsgstr \"Имя пакета\"\n\nmsgid \"Package title\"\nmsgstr \"Назва пакету\"\n\nmsgid \"Package type\"\nmsgstr \"Тип пакету\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"Видавець пакету\"\n\nmsgid \"Package version\"\nmsgstr \"Версія пакету\"\n\nmsgid \"Panel default language\"\nmsgstr \"Вибір мови панелі за замовчанням\"\n\nmsgid \"Parent directory\"\nmsgstr \"Родительский каталог\"\n\nmsgid \"Partition\"\nmsgstr \"Розділ\"\n\nmsgid \"Password\"\nmsgstr \"Пароль\"\n\nmsgid \"Password confirmation\"\nmsgstr \"Подтверждение пароля\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"Пароль содержит запрещенные символы.\"\n\nmsgid \"Password email\"\nmsgstr \"Пароль почтового ящика\"\n\nmsgid \"Password is missing.\"\nmsgstr \"Пароль отсутствует.\"\n\nmsgid \"Password minimum length\"\nmsgstr \"Минимальная длина пароля\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Налаштування пароля\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"Пароль успешно обновлен.\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"Пароли не совпадают.\"\n\nmsgid \"Path\"\nmsgstr \"Путь\"\n\nmsgid \"Pending tasks\"\nmsgstr \"Ожидается выполнение\"\n\nmsgid \"Percent\"\nmsgstr \"Відсоток\"\n\nmsgid \"Permissions\"\nmsgstr \"Разрешения\"\n\nmsgid \"Personal data\"\nmsgstr \"Персональні дані\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"Персонализировать шаблон\"\n\nmsgid \"Phone\"\nmsgstr \"Телефон\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"Пб\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"Пожалуйста, активируйте ваш новый I-MSCP пароль\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"Пожалуйста, подтвердите пароль.\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\"Пожалуйста, свяжитесь с администратором!<br>Обратитесь к нему за \"\n\"разрешениями на пакет.<br>Не разрешается загружать один и тот же пакет \"\n\"дважды.<br>Обновите страницу, чтобы увидеть новый статус!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"Пожалуйста, введите имя для защищенной зоны.\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"Пожалуйста, введите пароль.\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"Пожалуйста, выберите корректный хост для базы данных\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"Пожалуйста, введите имя пользователя.\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"Пожалуйста, укажите путь для защищенной зоны\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"Пожалуйста, выберите другой каталог. %s (%s) уже установлен туда.\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"Пожалуйста, напишите содержимое сообщения. \"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"Пожалуйста, укажите тему сообщения. \"\n\nmsgid \"Please type database name.\"\nmsgstr \"Пожалуйста, укажите название базы данных. \"\n\nmsgid \"Please type your message.\"\nmsgstr \"Пожалуйста, напишите Ваше сообщение. \"\n\nmsgid \"Plugin\"\nmsgstr \"Плагин\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"Плагин %s активирован.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"Плагин %s не может быть активирован.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"Плагин %s не может быть деактивирован.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"Плагин %s не может быть удален.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"Плагин %s не может быть инсталлирован.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"Плагин %s не может быть защищен.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"Плагин %s не может быть перенастроен.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"Плагин %s не может быть деинсталлирован.\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"Плагин %s не может быть обновлен.\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"Плагин %s деактивирован.\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"Плагин %s удален.\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"Плагин  %s установлен.\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"Плагин %s защищен\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"Плагин %s защищен\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"Плагин %s перенастроен.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"Плагин %s помечен для активации.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"Плагин %s помечен для изменения.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"Плагин %s помечен для деактивации.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"Плагин %s помечен для установки.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"Плагин %s помечен для удаления.\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"Плагин %s помечен для обновления.\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"Плагин %s удален.\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"Плагин %s обновлен.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"Менеджер плагинов: Невозможно изменить плагин %s: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\"Менеджер плагинов: Невозможно удалить файлы плагина %s. Требуется запустить \"\n\"скрипт set-gui-permissions.pl и попробовать снова.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"Менеджер плагинов: Невозможно загрузить плагин %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\"Менеджер плагинов: Невозможно удалить плагин %s. Плагин заблокирован другим \"\n\"плагином.\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"Менеджер плагинов: Невозможно обновить плагин %s: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"Менеджер плагинов не может записать файл %s для защищенных плагинов.\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"Каталог плагина %s не существует или недоступен!\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"Менеджер плагинов: Откат плагина %s не разрешен.\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"Менеджер плагинов: Плагин %s не загружен\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"Менеджер плагинов: Неизвестный плагин %s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"Активация плагина не удалась: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"Архив с плагином\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"Архив плагина плагина превышает допустимый размер для загрузки\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"Изменение плагина не удалось: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"Деактивация плагина не удалась: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"Удаление плагина не удалось: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"Ошибки плагинов\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"Плагин был успешно загружен.\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"Установка плагина не удалось: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"Ошибки плагинов\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"Список плагинов пуст.\"\n\nmsgid \"Plugin management\"\nmsgstr \"Управление плагинами\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"Деинсталляция плагина не удалось: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"Обновление плагина не удалось: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"Загрузка плагинов\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"Плагины подключаются в i-MSCP для расширения её функциональности. Плагины \"\n\"разрабатываются независимо от ядра i-MSCP тысячами разработчиков по всему \"\n\"миру. Вы можете найти новые плагины для установки, просматривая %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\"Список плагинов обновлен: %s новый(ых) плагин(ов) найден(о), %s плагин(ов) \"\n\"обновлен(о), %s плагин(ов) перенастроен(о), и %s плагин(ов) удален(о).\"\n\nmsgid \"Port\"\nmsgstr \"Порт\"\n\nmsgid \"Preserve Host\"\nmsgstr \"Хранимый хост\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"Заборона зовнішніх логінів для адміністраторів\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"Заборона зовнішніх логінів для клієнтів\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"Заборона зовнішніх логінів для реселлерів\"\n\nmsgid \"Previous\"\nmsgstr \"Назад\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\"Прежде тем, как удалить этого администратора, пожалуйста переведите его \"\n\"реселлеров другому администратору.\"\n\nmsgid \"Priority\"\nmsgstr \"Пріоритет\"\n\nmsgid \"Private key\"\nmsgstr \"Приватный ключ\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"Пароль приватного ключа, если необходимо\"\n\nmsgid \"Processing...\"\nmsgstr \"Выполнение...\"\n\nmsgid \"Processor data\"\nmsgstr \"Данные процессора\"\n\nmsgid \"Profile\"\nmsgstr \"Профиль\"\n\nmsgid \"Properties\"\nmsgstr \"Свойства\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"Свойства для реселлера ID %d не были найдены в базе данных.\"\n\nmsgid \"Protect\"\nmsgstr \"Защитить\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"Защитить этот плагин\"\n\nmsgid \"Protected\"\nmsgstr \"Защищено\"\n\nmsgid \"Protected area data\"\nmsgstr \"Данные защищенной зоны\"\n\nmsgid \"Protected area name\"\nmsgstr \"Название защищенной зоны\"\n\nmsgid \"Protected area path\"\nmsgstr \"Путь защищенной зоны\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"Защищенная зона успешно помечена для добавления.\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"Защищенная зона успешно помечена для удаления.\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"Защищенная зона успешно помечена для обновления.\"\n\nmsgid \"Protected areas\"\nmsgstr \"Захищені зони\"\n\nmsgid \"Protocol\"\nmsgstr \"Протокол\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"Квота в MB (Максимум: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"ОЗУ\"\n\nmsgid \"Read ticket\"\nmsgstr \"Читать тикет\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"Перестроить языковой индекс\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"Происходит настройка...\"\n\nmsgid \"Record data\"\nmsgstr \"Дані записи\"\n\nmsgid \"Redirect\"\nmsgstr \"Редирект\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"Дата регистрации\"\n\nmsgid \"Relative weight\"\nmsgstr \"Относительный вес\"\n\nmsgid \"Release date\"\nmsgstr \"Дата выпуска\"\n\nmsgid \"Release description\"\nmsgstr \"Описание выпуска\"\n\nmsgid \"Release version\"\nmsgstr \"Версия выпуска\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"Внешний Web-репозиторий\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"Удаленный файл не найден.\"\n\nmsgid \"Remove\"\nmsgstr \"Видалити\"\n\nmsgid \"Remove IP\"\nmsgstr \"Видалити IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"Видилити права\"\n\nmsgid \"Reopen\"\nmsgstr \"Возобновить\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"Возобновить тикет\"\n\nmsgid \"Repeat password\"\nmsgstr \"Повторити пароль\"\n\nmsgid \"Reply\"\nmsgstr \"Ответ\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"Задержка зарпоса: Сервер ожидает слишком долго.\"\n\nmsgid \"Requires Database?\"\nmsgstr \"Требуется база данных?\"\n\nmsgid \"Reseller\"\nmsgstr \"Реселлер\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"Реселлер / Клиенты / Добавить клиента\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"Реселлер / Клиенты / Добавить клиента - Следующий шаг\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"Реселлер / Клиенты / Почтовая рассылка\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"Реселлер / Клиенты / Алиасы домена\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"Реселлер / Клиенты / Письмо восстановления пароля\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"Реселлер / Клиенты / Обзор\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"Реселлер / Клиенты / Обзор / Детали домена\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"Реселлер / Клиенты / Обзор / Редактировать клиента\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"Реселлер / Клиенты / Обзор / Редактировать домен\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"Реселлер / Клиенты / Приветственное письмо\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"Реселлер / Домены / Добавить алиас\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"Реселлер / Домены / Изменить алиас\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"Реселлер / Основное / Обзор\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"Реселлер / Основное / Загрузка ПО\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"Реселлер / Хостинг-планы / Добавить хостинг-план\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"Реселлер / Хостинг-планы / Обзор\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"Реселлер / Профиль / Учетная запись\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"Реселлер / Профиль / Язык\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"Реселлер / Профиль / Обложка\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"Реселлер / Профиль / Пароль\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"Реселлер / Профиль / Персональные данные\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"Реселлер / Статистика / Использование IP\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"Реселлер / Статистика / Обзор\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"Реселлер / Статистика / Общее / Статистика пользователя {USERNAME}\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"Реселлер / Служба поддержки / Закрытые тикеты\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"Реселлер / Служба поддержки / Новый тикет\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"Реселлер / Служба поддержки / Открытые тикеты\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"Реселлер / Служба поддержки / Просмотреть тикет\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\"i-MSCP - Реселлер / Управление хостинг-планами / Редактировать хостинг-план\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Ім'я Реселлера\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"Реселлер и клиент\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"Реселлерский и клиентский уровень\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"Назначение реселлера\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"Затраты Реселлера\"\n\nmsgid \"Reseller data\"\nmsgstr \"Дані реселлера\"\n\nmsgid \"Reseller level\"\nmsgstr \"Рівень реселлера\"\n\nmsgid \"Reseller list\"\nmsgstr \"Список реселлерів\"\n\nmsgid \"Reseller name\"\nmsgstr \"Ім'я реселлера\"\n\nmsgid \"Reseller software list\"\nmsgstr \"Список ПЗ реселерів\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"Статистика реселлера\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"Реселлер успешно добавлен.\"\n\nmsgid \"Reseller total\"\nmsgstr \"Всього реселлерів\"\n\nmsgid \"Reseller users\"\nmsgstr \"Реселлери\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"Всього реселлерів з правами\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"Цвет подложки реселлера успешно обновлен. \"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"Реселлер / Статистика использования IP\"\n\nmsgid \"Resellers\"\nmsgstr \"Реселлери\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"Реселлеры и клиенты\"\n\nmsgid \"Reset\"\nmsgstr \"Скинути\"\n\nmsgid \"Restore\"\nmsgstr \"Відновити\"\n\nmsgid \"Restore backup\"\nmsgstr \"Відновити резервну копію\"\n\nmsgid \"Rights\"\nmsgstr \"Права\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"Права успешно добавлены\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"Права успешно удалены\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP вх\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP вих\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP трафік\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"База данных SQL\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"SQL базы данных отключены, однако пользователи - нет.\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"Базы данных SQL не <i>отключены</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"База данных успешно добавлена.\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"База данных успешно удалена.\"\n\nmsgid \"SQL databases\"\nmsgstr \"Облікові записи SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"Только базы данных SQL\"\n\nmsgid \"SQL user\"\nmsgstr \"Пользователь SQL\"\n\nmsgid \"SQL user host\"\nmsgstr \"Хост пользователя SQL\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"Лимит пользователей SQL <i>отключен</i>.\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"Лимит пользователей SQL отключен, однако лимит баз данных - нет\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"Лимит пользователей SQL отключен.\"\n\nmsgid \"SQL user name\"\nmsgstr \"Имя пользователя SQL\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"Пароль пользователя SQL успешно обновлен.\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"Префикс/суффикс пользователя SQL\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"Пользователь SQL успешно добавлен.\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"Пользователь SQL успешно удален.\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"Користувачі SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"SSL cертификат успешно отмечен для добавления.\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"SSL cертификат успешно отмечен для удаления.\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"SSL cертификат успешно отмечен для обновления.\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"Функция SSL недоступна. Вы можете только просмотреть Ваш сертификат.\"\n\nmsgid \"SSL status\"\nmsgstr \"статус SSL\"\n\nmsgid \"Save\"\nmsgstr \"Зберегти\"\n\nmsgid \"Search\"\nmsgstr \"Знайти\"\n\nmsgid \"Sec.\"\nmsgstr \"Сек.\"\n\nmsgid \"Secure connection\"\nmsgstr \"Шифрованное соединение\"\n\nmsgid \"Security code\"\nmsgstr \"Код безпеки\"\n\nmsgid \"Security code has expired\"\nmsgstr \"Срок кода безопасности истек\"\n\nmsgid \"Select group\"\nmsgstr \"Выберите группу\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"Отправит\"\n\nmsgid \"Send circular\"\nmsgstr \"Отправить рассылку\"\n\nmsgid \"Send message\"\nmsgstr \"Відправити повідомлення\"\n\nmsgid \"Send message to\"\nmsgstr \"Кому відправити\"\n\nmsgid \"Send reply\"\nmsgstr \"Надіслати відповідь\"\n\nmsgid \"Send to\"\nmsgstr \"Отправить\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"Имя отправителя отсутствует.\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Порти сервера\"\n\nmsgid \"Server statistics\"\nmsgstr \"Статистика сервера\"\n\nmsgid \"Server status\"\nmsgstr \"Статус сервера\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"Служба недоступна\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"Ім'я служби\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"Порт служб был успешно добавлен\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"Порт служб был успешно удален\"\n\nmsgid \"Service ports\"\nmsgstr \"Порты служб\"\n\nmsgid \"Service protocol\"\nmsgstr \"Протокол служби\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"Сессия\"\n\nmsgid \"Settings\"\nmsgstr \"Налаштування\"\n\nmsgid \"Settings saved.\"\nmsgstr \"Настройки сохранены\"\n\nmsgid \"Shared mount point\"\nmsgstr \"Распределенная точка монтирования\"\n\nmsgid \"Show\"\nmsgstr \"Показати\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"Показывать %s записей на странице\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"Показать SSL сертификат\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"Показать детальную статистику для этого реселлера\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"Показать детальную статистику для этого реселлера\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Показати в\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"Использовать ярлыки для ссылок главного меню\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"Показано с %s по %s из %s записей\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"Показано с 0 по 0 из 0 записей\"\n\nmsgid \"Size\"\nmsgstr \"Розмір\"\n\nmsgid \"Software\"\nmsgstr \"Програмное обеспечение\"\n\nmsgid \"Software available\"\nmsgstr \"Програмное обеспечение доступно\"\n\nmsgid \"Software deleted.\"\nmsgstr \"Програмное обеспечение удалено\"\n\nmsgid \"Software depot upload\"\nmsgstr \"Завантаження до репозиторію ПЗ\"\n\nmsgid \"Software details\"\nmsgstr \"Програмное обеспечение - детали\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"Программное обеспечение было удалено.\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"Программное обеспечение было успешно импортировано.\"\n\nmsgid \"Software in repository\"\nmsgstr \"Програмное обеспечение в репозитории\"\n\nmsgid \"Software installation\"\nmsgstr \"Установка програмного обеспечения\"\n\nmsgid \"Software installer\"\nmsgstr \"Установщик програмного обеспечения\"\n\nmsgid \"Software installer options\"\nmsgstr \"Настройки установщика програмного обеспечения\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"Настройки установщика програмного обеспечения успешно обновлены.\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"ПО не было помечено для установки.\"\n\nmsgid \"Software management\"\nmsgstr \"Управление ПО\"\n\nmsgid \"Software name\"\nmsgstr \"Название ПО\"\n\nmsgid \"Software not found!\"\nmsgstr \"Пакет не найден!\"\n\nmsgid \"Software options\"\nmsgstr \"Настройки ПО\"\n\nmsgid \"Software permissions\"\nmsgstr \"Права ПЗ\"\n\nmsgid \"Software repository\"\nmsgstr \"Репозиторий программного обеспечения\"\n\nmsgid \"Software status\"\nmsgstr \"Статус ПО\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"ПО успешно помечено для удаления.\"\n\nmsgid \"Software total\"\nmsgstr \"Всього ПЗ\"\n\nmsgid \"Software upload\"\nmsgstr \"Загрузка ПО\"\n\nmsgid \"Software was activated.\"\nmsgstr \"ПЗ було активовано.\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"ПЗ було видалено.\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"Синоним ПО\"\n\nmsgid \"Software-Version\"\nmsgstr \"Версия ПО\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"Репозиторій ПЗ\"\n\nmsgid \"Start installation\"\nmsgstr \"Добавить в репозиторий\"\n\nmsgid \"State/Province\"\nmsgstr \"Область / Район\"\n\nmsgid \"Statistics\"\nmsgstr \"Статистика\"\n\nmsgid \"Status\"\nmsgstr \"Статус\"\n\nmsgid \"Street 1\"\nmsgstr \"Основна адреса\"\n\nmsgid \"Street 2\"\nmsgstr \"Додаткова адреса\"\n\nmsgid \"Strong passwords\"\nmsgstr \"Использовать сильные пароли\"\n\nmsgid \"Subdomain\"\nmsgstr \"Піддомен\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"Поддомен %s уже существует.\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"Поддомен %s не может быть перенаправлен на самого себя.\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"Поддомен %s недоступен.\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"Алиас поддомена\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"Ошибки алиаса поддомена\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"Помилки піддоменів\"\n\nmsgid \"Subdomain name\"\nmsgstr \"Имя поддомена\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"Имя поддомена неверно\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"Поддомен помечен для удаления.\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"Поддомен успешно помечен для добавления.\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"Поддомен успешно помечен для обновления.\"\n\nmsgid \"Subdomains\"\nmsgstr \"Піддомени\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"Тема\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"Тема сообщения отсутствует.\"\n\nmsgid \"Submit changes\"\nmsgstr \"Застосувати зміни\"\n\nmsgid \"Support\"\nmsgstr \"Поддержка\"\n\nmsgid \"Support system\"\nmsgstr \"Служба підтримки\"\n\nmsgid \"Swap\"\nmsgstr \"Розділ підкачки\"\n\nmsgid \"Switch\"\nmsgstr \"Перейти\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"Перейти в каталог backups/\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Перейти в інтерфейс користувача\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Система\"\n\nmsgid \"System data\"\nmsgstr \"Системные данные\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"Системная ошибка - пользовательская  страница ошибки не обновлена.\"\n\nmsgid \"System information\"\nmsgstr \"Системная информация\"\n\nmsgid \"System tools\"\nmsgstr \"Системні інструменти\"\n\nmsgid \"System under maintenance\"\nmsgstr \"Система на отладке\"\n\nmsgid \"TB\"\nmsgstr \"ТБ\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"Цель\"\n\nmsgid \"Target domain\"\nmsgstr \"Целевой домен\"\n\nmsgid \"Target port\"\nmsgstr \"Порт призначення\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"Порт должен быть числом.\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"Временная папка не найдена.\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\"Лимит %s для этого клиента не может быть выше чем  <strong>%d</strong>, Ваш \"\n\"расчетный лимит.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\"Лимит %s для этого клиента не может быть ниже чем  <strong>%d</strong>, %s \"\n\"из которых он уже использует.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\"Лимит %s для этого клиента не может быть отключен, потому что у него уже \"\n\"<strong>%d</strong> %s.\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\"Лимит %s для этого клиента не может быть неограниченнным, потому что \"\n\"существует ограничение для Вас.\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"Ваша версия i-MSCP несовместима с %s плагином версии %s.\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"Язык %s перевода был проигнорирован: Таблица перевода пуста.\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\"Каталог %s не существует. Пожалуйста создайте его, используя Ваш файловый \"\n\"менеджер.\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\"Сейчас домен деактивирован. Изменение свойств домена приведет к его \"\n\"частичной или полной реактивации.\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"Домен, или как минимум одно его записей не имеет статуса 'ok'.\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"Домен, который Вы пытаетесь отредактировать, не существует.\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"Меню, которое Вы пытаетесь отредактировать, не существует.\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"Пакет поврежден. Пожалуйста, исправьте его.\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\"Пакет будет автоматически установлен в вашу систему после \"\n\"загрузки.<br>Обновите страницу, чтобы увидеть новый статус!\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"Поле пароля пусто.\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"Приватный ключ не принадлежит предоставленному сертификату.\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\"Размер удаленного файла (%s) меньше 1 байта. Пожалуйста, проверьте URL.\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\"Реселлер, которго вы хотите удалить, имеет одного или более клиентов.<br /> \"\n\"Сначала удалите их.\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"Загружаемый файл был загружен частично.\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"Поле имя пользователя пусто.\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"Значение было найдено в стеке\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"Значение не было найдено в стеке\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"Значения не должны быть равны\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\"Ошибка Вашего пакета. Пожалуйста, проверьте его!<br>Обновите Ваш сайт, чтобы\"\n\" увидеть новый статус!\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"Задач в ожидании нет. Операця аннулирована.\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\"Пакет (%s, V%s) был удален вашим реселлером. Вы можете только удалить этот \"\n\"пакет!<br>Пожалуйста, удалите файлы и базы данных этого пакета вручную!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"Эта база данных будет удалена навсегда. Процесс не может быть отменен. Все \"\n\"пользователи, прикрепленные к базе данных также будут удалены, если они не \"\n\"прикреплены к другим базам данных. Вы уверены что хотите удалить базу данных\"\n\" '%s' ?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"Группа htaccess уже существует.\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"Пользователь htaccess уже существует.\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"В этой маске Вы можете добавлять или удалять IP адреса.\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"Это хост, с которого данный пользователь SQL lДолжен иметь доступ на \"\n\"подключение. Введите спецсимвол %s для того, чтобы данный пользователь мог \"\n\"подключиться с любого хоста.\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"Этот пакет уже существует в репозитории администратора.\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"Пакет уже существует в репозитории реселлера  \\\"%1$s\\\"! \"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"Пакет уже существует в репозитории!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"Этот пакет уже существует в Вашем репозитории.\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"Пакет установлен для следующих доменов:\"\n\nmsgid \"This package is not installed\"\nmsgstr \"Пакет не установлен\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"Этот пакет еще не установлен\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"Это ПО установлено на следующих доменах:\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\"Этот пользователь имеет учетную запись домена. Сначала удалите домен из \"\n\"системы.\"\n\nmsgid \"TiB\"\nmsgstr \"Тб\"\n\nmsgid \"Ticket information\"\nmsgstr \"Информация о тикете\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"Тикет успешно закрыт.\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"Тикет успешно удален.\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"Тикет успешно открыт снова.\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Тикет с Id '%d' не был найден.\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"Чтобы снять защиту с этого плагина, Вы должны отредактировать файл %s\"\n\nmsgid \"Total\"\nmsgstr \"Всього\"\n\nmsgid \"Total Domains\"\nmsgstr \"Всього доменів\"\n\nmsgid \"Total Software\"\nmsgstr \"Всього ПЗ\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"Всего Web-репозиториев\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"Всього встановлень\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"Всего пакетов в Web-репозитории\"\n\nmsgid \"Total reseller\"\nmsgstr \"Всего реселлеров\"\n\nmsgid \"Total software\"\nmsgstr \"Всього ПЗ\"\n\nmsgid \"Traffic\"\nmsgstr \"Трафік\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"Статистика трафика\"\n\nmsgid \"Translated strings\"\nmsgstr \"Переведенные строки\"\n\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgid \"UP\"\nmsgstr \"ПРАЦЮЄ\"\n\nmsgid \"URL forwarding\"\nmsgstr \"Перенаправление URL\"\n\nmsgid \"URL port\"\nmsgstr \"Порт URL\"\n\nmsgid \"URL protocol\"\nmsgstr \"Протокол посилання\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"Посилання на панель керування\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"Невосможно закрыть тикет с ID '%s'.\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"Невозможно создать каталог '%s' для языкового файла.\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"Невозможно создать каталог 'LC_MESSAGES' для языкового файла.\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"Невозможно удалить файл информации i-MSCP.\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"Невозможно создать список IP адресов. Пожалуйста, исправьте проблему.\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"Невозможно получить информацию об обновлении из Github\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"Невозможно загрузить файл информации i-MSCP.\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"Не удалось переместить файл.\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"Невозможно прочесть индексный файл Web-репозитория\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"Невозможно прочесть файл %s.\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\"Невозможно прочесть файл плагина %s. Пожалуйста, проверьте права доступа.\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"Невозможно прочесть xml файл Web-репозитория\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"Не удается открыть тикет с Id '%s'.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\"Не удается удалить учетную запись клиента. Сообщение было отправлено \"\n\"администратору.\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\"Не удается удалить учетную запись клиента. Пожалуйста, просмотрите журнал \"\n\"администратора или почту для получения дополнительной информации.\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"Невозможно включить опцию sslallowselfsigned\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"Невозможно включить опцию sslverifypeer\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\"Невозможно загрузить файл. Максимальный размер файла (%1$d MB) достигнут?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\"Неразрешенный порт перенаправления URL. Разрешены только порты больше 1024.\"\n\nmsgid \"Unauthorized\"\nmsgstr \"Неавторизовано\"\n\nmsgid \"Unavailable\"\nmsgstr \"Недоступно\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"Произошла неожиданная ошибка: %s\"\n\nmsgid \"Uninstall\"\nmsgstr \"Удалить\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"Удалить плагин\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"Удаление в процессе...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"Удалено\"\n\nmsgid \"Unknown\"\nmsgstr \"Невідомо\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Невідома помилка\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"Запрошено неизвестное действие.\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"Неизвестное действие: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"Неизвесный тип обнаружения атаки перебором: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"Неизвестное имя языкового файла.\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"Неизвестный цвед подложки.\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"Неизвестная причина.\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"Неизвестное имя службы  '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"Неизвестный статус\"\n\nmsgid \"Unknown type.\"\nmsgstr \"Неизвестный тип.\"\n\nmsgid \"Unknown username.\"\nmsgstr \"Неизвестное имя пользователя.\"\n\nmsgid \"Update\"\nmsgstr \"Змінити\"\n\nmsgid \"Update Plugins\"\nmsgstr \"Обновить плагины\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"Обновить пароль SQL\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"Обновить из Web-репозитория\"\n\nmsgid \"Update from web depot\"\nmsgstr \"Оновити з Web-репозиторія\"\n\nmsgid \"Update in progress...\"\nmsgstr \"Производится обновление...\"\n\nmsgid \"Update info\"\nmsgstr \"Информация обновления\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\"Обновление индекса Web-репозитория было отменено. Необходимые поля \"\n\"отсутствуют или пусты.\"\n\nmsgid \"Update password\"\nmsgstr \"Обновить пароль\"\n\nmsgid \"Updates\"\nmsgstr \"Обновления\"\n\nmsgid \"Upload\"\nmsgstr \"Завантажити\"\n\nmsgid \"Upload logo\"\nmsgstr \"Завантажити логотип\"\n\nmsgid \"Upload now\"\nmsgstr \"Завантажити зараз\"\n\nmsgid \"Uptime\"\nmsgstr \"Время работы\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"Использование точек в ярлыках домена запрещено\"\n\nmsgid \"Usage status\"\nmsgstr \"Статус использования\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"Использовать нешифрованное соедиенние (SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"Использовать шифрованное соедиенние (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"Використано\"\n\nmsgid \"Used database\"\nmsgstr \"Используемая БД\"\n\nmsgid \"User\"\nmsgstr \"Користувач\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"Прізвище та ім'я користувача\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"Данные пользователя не были обновлены.\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"Данные были успешно обновлены.\"\n\nmsgid \"User errors\"\nmsgstr \"Ошибки пользователя\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"Пользователь не был удален.\"\n\nmsgid \"User login (system) name\"\nmsgstr \"Логін користувача\"\n\nmsgid \"User password\"\nmsgstr \"Пароль користувача\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"Справжні ім'я та прізвище користувача\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"Пользователь помечен для удаления.\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"Сессия пользователя успешно уничтожена.\"\n\nmsgid \"User statistics\"\nmsgstr \"Статистика пользователя\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"Пользователь успешно отсоединен.\"\n\nmsgid \"User type\"\nmsgstr \"Тип користувача\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"Тип користувача (адміністратор, реселлер, клієнт)\"\n\nmsgid \"Username\"\nmsgstr \"Ім'я користувача\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"Имя пользователя и пароль для входа в приложение\"\n\nmsgid \"Users\"\nmsgstr \"Користувачі\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"Значение PHP <strong>%%s</strong> должно быть между %%d и %%d.\"\n\nmsgid \"Values\"\nmsgstr \"Значения\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"Перейти на сайт\"\n\nmsgid \"Version\"\nmsgstr \"Версия\"\n\nmsgid \"Very high\"\nmsgstr \"Очень высокий\"\n\nmsgid \"View\"\nmsgstr \"Перегляд\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"Просмотреть SSL сертификат\"\n\nmsgid \"View ticket\"\nmsgstr \"Просмотр тикета\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"Посетить сайт плагина\"\n\nmsgid \"Warning traffic\"\nmsgstr \"Предупреждать при трафике\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"Попередження та помилки\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"Мы приносим наши извинения, но система находится в техобслуживании.\\n\"\n\"Пожалуйста, попробуйте позже.\"\n\nmsgid \"Web Statistics\"\nmsgstr \"Web-статистика\"\n\nmsgid \"Web files only\"\nmsgstr \"Только Web-файлы\"\n\nmsgid \"Web folder protection\"\nmsgstr \"Защита Web-каталога\"\n\nmsgid \"Web in\"\nmsgstr \"WEB вх\"\n\nmsgid \"Web out\"\nmsgstr \"WEB вих\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"Всього пакетів в Web-репозиторії\"\n\nmsgid \"Web software repository\"\nmsgstr \"Web-репозиторий\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"Индекс Web-репозитория был успешно обновлен.\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"Индекс Web-репозитория имеет последнюю версию.\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web-статистика\"\n\nmsgid \"Web traffic\"\nmsgstr \"WEB трафік\"\n\nmsgid \"Webmail\"\nmsgstr \"Поштовий Веб-інтерфейс\"\n\nmsgid \"Webtools\"\nmsgstr \"Web-інструменти\"\n\nmsgid \"Welcome email\"\nmsgstr \"Приветственное письмо\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"Шаблон приветственного письма изменён!\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"{USERNAME}, добро пожаловать в i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"Если да, то функция PHP exec() может использоваться в ваших скриптах.\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"В автоматическом режиме IP адрес будет настроен автоматически.\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"В ручном режиме администратор может настроить IP адрес сам.\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"Неверный или неразрешенный IP адрес.\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"Неверная или неразрешенная сетевая маска.\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"Помилковий ідентифікатор реселлера.\"\n\nmsgid \"Wrong security code\"\nmsgstr \"Неверный код безопасности\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"Помилковий ідентифікатор ПЗ.\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"Неверный синтаксис новой даты истечения.\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"Неверный синтаксис лимита %s .\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"Неверный синтаксис значения почтовой квоты.\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"Неверный уровень пользователя.\"\n\nmsgid \"Wrong username.\"\nmsgstr \"Неверное имя пользователя\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"Адрес XML файла для Web-репозитория\"\n\nmsgid \"YB\"\nmsgstr \"ЙБ\"\n\nmsgid \"Year\"\nmsgstr \"Рік\"\n\nmsgid \"Yes\"\nmsgstr \"Так\"\n\nmsgid \"YiB\"\nmsgstr \"Йб\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"Вы превышаете месячный порог трафика сервера.\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"Вы превысили лимит FTP-аккаунтов.\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"Вы исчерпали выделенное Вам место на жестком диске.\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"Вы превысили лимит почтовых ящиков.\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"Вы превышаете Ваш месячный порог трафика.\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"Вы превысили лимит поддоменов.\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"Вам не разрешено действовать в собственной сессии.\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"Вы можете загружать только изображения.\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\"Вы не можете удалить реселлера, имеющего клиентов. Пожалуйста, сначала \"\n\"удалите их.\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"Вы не можете удалить стандартного администратора.\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"Вы не можете удалить последний активный IP адрес.\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"Вы не можете перенаправить %s на самого себя.\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"IP адрес, который вы пытаетесь удалить, назначен реселлеру.\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"Дата истечения не может быть в прошлом.\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"Вы не можете открепить IP адрес, который уже используется.\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"Вы не можете обновлять защищенные плагины.\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"У Вас нет записей ресурсов DNS.\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"У Вас нет пользователей FTP.\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"У вас еще нет загруженного программного обеспечения\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"У Вас нет баз данных.\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"У Вас нет алиасов домена.\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"У Вас нет прав для загрузки ПО\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"У Вас нет защищенных зон.\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"У Вас нет поддоменов.\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\"У вас ограничено дисковое пространство.<br />Вы не можете добавлять \"\n\"пользователей с неограниченным дисковым пространством.\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\"У вас есть порог трафика.<br />Вы не можете добавлять пользователей с \"\n\"неограниченным порогом трафика.\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\nmsgstr[1] \"\"\nmsgstr[2] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"Вы успешно вышли из системы.\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\"Вы отключили базы данных SQL для этого пользователя.<br />Вы не можете иметь\"\n\" SQL пользователей.\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"У вас нет закрытых тикетов.\"\n\nmsgid \"You have no groups.\"\nmsgstr \"У вас нет групп.\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"У вас нет открытых тикетов.\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\"Вы достигли максимального числа алиасов домена, доступного Вашей подписке. \"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"Ви повинні обрати між функціями завантаження файлів або скачування.\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"Вы должны закрепить за реселлером как минимум один IP адрес.\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"Вы должны выбрать между локальной и удаленной загрузкой.\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"Вы должны подтвердить Ваш пароль.\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"Вы должны ввести имя алиаса домена\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"Вы должны ввести имя поддомена\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"Сначала вы должны создать пользователя.\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"Сначала вы должны сгенерировать пароль, используя кнопку генерации\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"Вы должны выбрать файл для загрузки\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"Ви повинні обрати файл для завантаження/скачування.\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"Вы должны выбрать по крайней мере один плагин.\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"Вы должны написать сообщение.\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"Вы должны указать тему.\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"Ви повинні почекати %s хвилин до наступної спроби.\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"Вы должны включать эту директиву только если поддомены данного домена \"\n\"обслуживаются с использованием SSL. Учтите, что включение директивы не \"\n\"включит функцию HSTS для поддоменов данного домена.\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"Ваша учетная запись истекла. Пожалуйста обновите подписку.\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"Ваши затраты\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\"Ваша версия i-MSCP несовместима с этим плагином. Попробуйте установить новую\"\n\" версию.\"\n\nmsgid \"Your message\"\nmsgstr \"Ваше сообщение\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"Ваше сообщение было успешно отправлено.\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"Новый I-MSCP логин\"\n\nmsgid \"Your new password\"\nmsgstr \"Ваш новый пароль\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"Ваш пакет поврежден. Пожалуйста, исправьте его!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\"Размер удаленного файла (%s) меньше 1 байта. Пожалуйста, проверьте Ваш URL.\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"Ваш запрос нового пароля не действителен или его срок истек.\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"Программное обеспечение было активировано.\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"Программное обеспечение было удалено.\"\n\nmsgid \"ZB\"\nmsgstr \"ЗБ\"\n\nmsgid \"ZiB\"\nmsgstr \"Зб\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Поштовий індекс\"\n\nmsgid \"Zone\"\nmsgstr \"Зона DNS\"\n\nmsgid \"[New]\"\nmsgstr \"[New]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Українська мова - Ukrainian\"\n\nmsgid \"activated\"\nmsgstr \"активировано\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"активирован (Репозиторий)\"\n\nmsgid \"addition\"\nmsgstr \"добавить\"\n\nmsgid \"administrator\"\nmsgstr \"Администратор\"\n\nmsgid \"and\"\nmsgstr \"и\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"Удаление\"\n\nmsgid \"disabled\"\nmsgstr \"отключено\"\n\nmsgid \"disk space\"\nmsgstr \"дисковое пространство\"\n\nmsgid \"domain\"\nmsgstr \"домен\"\n\nmsgid \"domain alias\"\nmsgstr \"алиас домена\"\n\nmsgid \"domain aliases\"\nmsgstr \"алиасы домена\"\n\nmsgid \"domain data\"\nmsgstr \"данные домена\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"домены\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"усе\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"из другого браузера\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - Керування додатками (Права)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Вхід\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Утерян пароль\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Отладка\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - Установщик ПО / Управление\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - Управление ПО\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - Управление ПО (доступ)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - Управление ПО\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP - Установщик ПО / Управление\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP - Установка ПО / Web-репозиторий\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP - Web-репозиторий\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"магазин плагинов i-MSCP \"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Оновлення i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"Проверка обновлений отключена!\"\n\nmsgid \"installed\"\nmsgstr \"установлено\"\n\nmsgid \"installing\"\nmsgstr \"установка\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"Internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"КБ\"\n\nmsgid \"kiB\"\nmsgstr \"Кб\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"почта\"\n\nmsgid \"mail account\"\nmsgstr \"почтовый ящик\"\n\nmsgid \"mail accounts\"\nmsgstr \"почтовых ящиков\"\n\nmsgid \"missing alias\"\nmsgstr \"відсутній аліас\"\n\nmsgid \"missing domain\"\nmsgstr \"відсутній домен\"\n\nmsgid \"n\\\\a\"\nmsgstr \"Недоступно\"\n\nmsgid \"no\"\nmsgstr \"ні\"\n\nmsgid \"not available\"\nmsgstr \"недоступно\"\n\nmsgid \"not required\"\nmsgstr \"не требуется\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"старше місяця\"\n\nmsgid \"older than 12 months\"\nmsgstr \"старше року\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"старше двох тижнів\"\n\nmsgid \"older than 3 months\"\nmsgstr \"старше трьох місяців\"\n\nmsgid \"older than 6 months\"\nmsgstr \"старше шести месяців\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"или адрес загрузки (Максимум: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"одинарний вхід\"\n\nmsgid \"required\"\nmsgstr \"требуется\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"поддомен\"\n\nmsgid \"subdomains\"\nmsgstr \"поддомены\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"трафик\"\n\nmsgid \"update\"\nmsgstr \"обновить\"\n\nmsgid \"waiting for activation\"\nmsgstr \"ожидание активации\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"так\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"Статистика пользователя {USERNAME} \"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/vi.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Bui Thanh Tung <olalavui@hotmail.com>, 2017\\n\"\n\"Language-Team: Vietnamese (https://www.transifex.com/i-mscp/teams/576/vi/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: vi\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"Địa chỉ IP không đúng\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s bạn đang đăng nhập như %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d ký tự được dịch\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s không đúng định dạng ngôn ngữ của i-MSCP\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s bản ghi\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"Tên tài khoản\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"Thao tác\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"\"\n\nmsgid \"Activate\"\nmsgstr \"\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"Thêm\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"Thêm cơ sở dữ liệu SQL\"\n\nmsgid \"Add SQL user\"\nmsgstr \"\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"Thêm người quản trị\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"\"\n\nmsgid \"Add group\"\nmsgstr \"\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"Thêm kết hoạch thuê hosting\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"Thêm nhà phân phối\"\n\nmsgid \"Add subdomain\"\nmsgstr \"Thêm tên miền con\"\n\nmsgid \"Add user\"\nmsgstr \"Thêm người dùng\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"Quản trị viên\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"Admin / Cá nhân / Thông tin cá nhân\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"Admin / Cấu hình\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"Admin / Cấu hình / Ngôn ngữ\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"Admin / Cấu hình / Quản lý plugin\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"Admin / Hỗ trợ / Xem Ticket\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"Admin / Công cụ hệ thống / Thông tin hệ thống\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"Nhật trình quản trị\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"Người dùng dạng quản trị\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"Thống kê việc sử dụng Quản Trị/Địa chỉ IP\"\n\nmsgid \"Administrator\"\nmsgstr \"Quản trị viên\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"Cấp độ quản trị viên\"\n\nmsgid \"Administrator login\"\nmsgstr \"Đăng nhập dạng quản trị viên\"\n\nmsgid \"Administrators\"\nmsgstr \"Quản trị viên\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"Tất cả\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"Tất cả thông tin đều cần phải được điền vào.\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"Tổng lưu lượng nhận\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"Tổng lưu lượng gửi\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"Tổng lưu lượng gửi/nhận\"\n\nmsgid \"All users\"\nmsgstr \"\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"Đang được sử dụng\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"Bất kỳ\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"Áp dụng\"\n\nmsgid \"Apply changes\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"Bạn thực sự muốn cài gói này?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"Bạn có chắc muốn xóa %s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"\"\n\nmsgid \"Assign\"\nmsgstr \"Phân công\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"Chờ kích hoạt\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"Chờ chấp thuận\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"Trở lại\"\n\nmsgid \"Backup\"\nmsgstr \"Sao lưu dự phòng\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"Hủy bỏ\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"Chứng chỉ\"\n\nmsgid \"Certificate data\"\nmsgstr \"Dữ liệu chứng chỉ\"\n\nmsgid \"Change\"\nmsgstr \"\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"Kiểm tra cập nhật\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"\"\n\nmsgid \"Choose dir\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"Thành phố\"\n\nmsgid \"Class\"\nmsgstr \"\"\n\nmsgid \"Clear log\"\nmsgstr \"Xoá nhật trình\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"Đóng\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"Công ty\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"Quốc gia\"\n\nmsgid \"Create\"\nmsgstr \"Khởi tạo\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"Tạo tài khoản email mặc định\"\n\nmsgid \"Created by\"\nmsgstr \"Được tạo bởi\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"Ngày tạo\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"Lỗi trang tùy chọn\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"Menu tùy chọn\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"XUỐNG\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"Sao lưu hàng ngày\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"Mật khẩu CSDL\"\n\nmsgid \"Database prefix\"\nmsgstr \"Tiền tố CSDL\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"Tên tài khoản CSDL\"\n\nmsgid \"Database users\"\nmsgstr \"\"\n\nmsgid \"Databases\"\nmsgstr \"CSDL\"\n\nmsgid \"Date\"\nmsgstr \"Ngày tháng\"\n\nmsgid \"Day\"\nmsgstr \"Ngày\"\n\nmsgid \"Days\"\nmsgstr \"Ngày\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"Xóa\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"Xóa từ nhật trình:\"\n\nmsgid \"Delete order\"\nmsgstr \"\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"Mô tả\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"Chi tiết\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"Vô hiệu hóa\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"Đĩa\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"Tên miền\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"Địa chỉ IP của tên miền\"\n\nmsgid \"Domain Name\"\nmsgstr \"Tên miền\"\n\nmsgid \"Domain account\"\nmsgstr \"Tài khoản tên miền\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"Tên miền bổ trợ\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"Tên miền bổ trợ\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"Chi tiết tên miền\"\n\nmsgid \"Domain errors\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"Tên miền\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"Thống kê tên miền\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"Tên miền\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"\"\n\nmsgid \"Done\"\nmsgstr \"Đã hoàn tất\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"Chỉnh sửa\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"Chỉnh sửa tên miền\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"\"\n\nmsgid \"Edit error page\"\nmsgstr \"\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"Sửa các gói hosting\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"Chỉnh sửa nhà phân phối\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"Email\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"Cài đặt Email\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"Bật\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"Trang thông báo lỗi\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"Tài khoản FTP\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"Băng thông FTP\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"Fax\"\n\nmsgid \"Feature\"\nmsgstr \"Tính năng\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"Nữ\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"Trình quản lý tập tin\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"Tên\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"\"\n\nmsgid \"Forward to URL\"\nmsgstr \"\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"\"\n\nmsgid \"From\"\nmsgstr \"\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"Từ nhà phân phối\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"Giới tính\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"Thông tin tổng quan\"\n\nmsgid \"General settings\"\nmsgstr \"Thiết lập chung\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"\"\n\nmsgid \"Group members\"\nmsgstr \"\"\n\nmsgid \"Group name\"\nmsgstr \"\"\n\nmsgid \"Groups\"\nmsgstr \"\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"Host\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"Kế hoạch thuê hosting\"\n\nmsgid \"Hour\"\nmsgstr \"Giờ\"\n\nmsgid \"Hours\"\nmsgstr \"Giờ\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"Cách dùng địa chỉ IP\"\n\nmsgid \"IPv6 address\"\nmsgstr \"\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"Quốc tế hóa\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"Loại bỏ phiên làm việc\"\n\nmsgid \"Label\"\nmsgstr \"Nhãn\"\n\nmsgid \"Language\"\nmsgstr \"Ngôn ngữ\"\n\nmsgid \"Language file\"\nmsgstr \"Tập tin ngôn ngữ\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"Lần truy cập gần đây nhất\"\n\nmsgid \"Last name\"\nmsgstr \"Họ\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"Trình bày\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"Cấp độ\"\n\nmsgid \"Limit\"\nmsgstr \"Giới hạn\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"Đăng nhập\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"\"\n\nmsgid \"Logo file\"\nmsgstr \"\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"Đăng xuất\"\n\nmsgid \"Lost password\"\nmsgstr \"Mất mật khẩu\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"\"\n\nmsgid \"Low\"\nmsgstr \"\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"Mail\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Tài khoản email\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"Chế độ quản lý tự động\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"Nam\"\n\nmsgid \"Manage SQL\"\nmsgstr \"Quản lý SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"Tin nhắn\"\n\nmsgid \"Message template\"\nmsgstr \"\"\n\nmsgid \"Message template info\"\nmsgstr \"\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"Phút\"\n\nmsgid \"Minutes\"\nmsgstr \"Phút\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"Tháng\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"\"\n\nmsgid \"Mount point\"\nmsgstr \"\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"Tên\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"Vé mới\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"\"\n\nmsgid \"No\"\nmsgstr \"Không\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"\"\n\nmsgid \"Ok\"\nmsgstr \"Đồng ý\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"Dữ liệu đầu vào khác\"\n\nmsgid \"Other out\"\nmsgstr \"Dữ liệu đầu ra khác\"\n\nmsgid \"Other settings\"\nmsgstr \"\"\n\nmsgid \"Overview\"\nmsgstr \"Sơ lược\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"Dữ liệu đầu vào POP3/IMAP\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"Dữ liệu đầu ra POP3/IMAP\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"Băng thông POP3/IMAP\"\n\nmsgid \"Package actions\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"Ngôn ngữ mặc định dành cho khung điều khiển\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"\"\n\nmsgid \"Password\"\nmsgstr \"Mật khẩu\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"Thiết lập mật khẩu\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"Dữ liệu cá nhân\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"\"\n\nmsgid \"Phone\"\nmsgstr \"Điện thoại\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"Các khu vực được bảo vệ\"\n\nmsgid \"Protocol\"\nmsgstr \"\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"\"\n\nmsgid \"Remove IP\"\nmsgstr \"Loại bỏ địa chỉ IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"Lặp lại mật khẩu\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"Nhà phân phối\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"Định danh của nhà phân phối\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"Cấp độ nhà phân phối\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"Tên nhà phân phối\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"Người dùng dạng nhà phân phối\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"Nhà phân phối\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"thiết đặt lại\"\n\nmsgid \"Restore\"\nmsgstr \"\"\n\nmsgid \"Restore backup\"\nmsgstr \"\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"Dữ liệu đầu vào SMTP\"\n\nmsgid \"SMTP out\"\nmsgstr \"Dữ liệu đầu ra SMTP\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"Băng thông SMTP\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"Cơ sở dữ liệu SQL\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"Người dùng dạng SQL\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"Lưu\"\n\nmsgid \"Search\"\nmsgstr \"Tìm kiếm\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"Mã an ninh\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"Gửi tin nhắn\"\n\nmsgid \"Send message to\"\nmsgstr \"Gửi tin nhắn tới\"\n\nmsgid \"Send reply\"\nmsgstr \"\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"Cổng kết nối đến máy chủ\"\n\nmsgid \"Server statistics\"\nmsgstr \"Thống kê máy chủ\"\n\nmsgid \"Server status\"\nmsgstr \"Trạng thái máy chủ\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"Thiết lập\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"Hiển thị\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"Hiển thị trong\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"Bang/Tỉnh\"\n\nmsgid \"Statistics\"\nmsgstr \"Thống kê\"\n\nmsgid \"Status\"\nmsgstr \"Trạng thái\"\n\nmsgid \"Street 1\"\nmsgstr \"Đường 1\"\n\nmsgid \"Street 2\"\nmsgstr \"Đường 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"Tên miền con\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain name\"\nmsgstr \"\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"Tên miền con\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"Đệ trình các thay đổi\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"Hệ thống hỗ trợ\"\n\nmsgid \"Swap\"\nmsgstr \"\"\n\nmsgid \"Switch\"\nmsgstr \"Chuyển đổi\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"Chuyển đổi giao diện người dùng\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"Hệ thống\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"Công cụ hệ thống\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"\"\n\nmsgid \"Total Domains\"\nmsgstr \"Toàn bộ tên miền\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"Băng thông\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"\"\n\nmsgid \"UP\"\nmsgstr \"LÊN\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"Chưa rõ\"\n\nmsgid \"Unknown Error\"\nmsgstr \"Lỗi chưa rõ\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"Cập nhật\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"\"\n\nmsgid \"Upload logo\"\nmsgstr \"\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"Đã sử dụng\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"Người dùng\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"\"\n\nmsgid \"User password\"\nmsgstr \"\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"Loại người dùng\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"\"\n\nmsgid \"Username\"\nmsgstr \"Tên người dùng\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"Người dùng\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"\"\n\nmsgid \"View\"\nmsgstr \"Xem\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Dữ liệu đầu vào Web\"\n\nmsgid \"Web out\"\nmsgstr \"Dữ liệu đầu ra Web\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Thống kê web\"\n\nmsgid \"Web traffic\"\nmsgstr \"Băng thông web\"\n\nmsgid \"Webmail\"\nmsgstr \"Webmail\"\n\nmsgid \"Webtools\"\nmsgstr \"Webtools\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"Năm\"\n\nmsgid \"Yes\"\nmsgstr \"Đồng ý\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"Mã vùng/Zip code\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"Tiếng Việt (Việt Nam) - Vietnamese (Vietnam)\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"Tên miền\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"Tên miền\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"mọi thứ\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / Login\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"Cập nhật i-MSCP\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"thiếu tên đại diện\"\n\nmsgid \"missing domain\"\nmsgstr \"thiếu tên miền\"\n\nmsgid \"n\\\\a\"\nmsgstr \"N/A\"\n\nmsgid \"no\"\nmsgstr \"không\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"cũ hơn 1 tháng\"\n\nmsgid \"older than 12 months\"\nmsgstr \"cũ hơn 12 tháng\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"cũ hơn 2 tuần\"\n\nmsgid \"older than 3 months\"\nmsgstr \"cũ hơn 3 tháng\"\n\nmsgid \"older than 6 months\"\nmsgstr \"cũ hơn 6 tháng\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"khung thông tin phụ thuộc\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"Tên miền con\"\n\nmsgid \"subdomains\"\nmsgstr \"Tên miền con\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"Băng thông\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"đồng ý\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/zh_CN.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Laurent Declercq <l.declercq@nuxwin.com>, 2017\\n\"\n\"Language-Team: Chinese (China) (https://www.transifex.com/i-mscp/teams/576/zh_CN/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: zh_CN\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s 您现在已登录为 %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"（通常名称\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"账号名\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"动作\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"动作\"\n\nmsgid \"Activate\"\nmsgstr \"激活\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"添加\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"添加 SQL 数据库\"\n\nmsgid \"Add SQL user\"\nmsgstr \"添加 SQL 用户\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"添加管理员\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"添加域名别名\"\n\nmsgid \"Add group\"\nmsgstr \"添加组\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"添加主机项目\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"添加新的保护区域\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"添加代理商\"\n\nmsgid \"Add subdomain\"\nmsgstr \"添加子域名\"\n\nmsgid \"Add user\"\nmsgstr \"添加用户\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"管理员\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"管理员日志\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"管理员用户\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"管理员\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"管理员级别\"\n\nmsgid \"Administrator login\"\nmsgstr \"管理员登陆\"\n\nmsgid \"Administrators\"\nmsgstr \"管理员\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"所有\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"全部接收\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"全部发送\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"所有流量\"\n\nmsgid \"All users\"\nmsgstr \"所有用户\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"OK\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"OK\"\n\nmsgid \"Apply changes\"\nmsgstr \"应用更改\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"%s?您确定想删除?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"您确定想恢复备份？\"\n\nmsgid \"Assign\"\nmsgstr \"指派\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"返回\"\n\nmsgid \"Backup\"\nmsgstr \"备份\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"设置监听\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"取消\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"修改\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"检查更新\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"选择\"\n\nmsgid \"Choose dir\"\nmsgstr \"选择目录\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"选择主机项目\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"循环\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"城市\"\n\nmsgid \"Class\"\nmsgstr \"\"\n\nmsgid \"Clear log\"\nmsgstr \"删除日志\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"点击“恢复”按钮系统将恢复到最后的日常备份\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"OK\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"已解疑问\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"公司名称\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"国家\"\n\nmsgid \"Create\"\nmsgstr \"OK\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"创建者\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"创建日期\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"自定义错误页\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"自定义菜单\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"未运行\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"日常备份\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"数据库名和用户\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"数据库名\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"数据库用户\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"日期\"\n\nmsgid \"Day\"\nmsgstr \"日\"\n\nmsgid \"Days\"\nmsgstr \"天\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"删除\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"删除日志:\"\n\nmsgid \"Delete order\"\nmsgstr \"删除订单\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"描述\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"详细\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"未支持\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"磁盘\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"磁盘使用量\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"域名\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"域名 IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"\"\n\nmsgid \"Domain account\"\nmsgstr \"域名账户\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"域名别名\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"域名别名错误\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"域名别名\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"域名详细资料\"\n\nmsgid \"Domain errors\"\nmsgstr \"域名错误\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"域名\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"域名统计\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"域名\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"每页显示域名数\"\n\nmsgid \"Done\"\nmsgstr \"完成\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"编辑\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"编辑域名\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"编辑域名别名\"\n\nmsgid \"Edit error page\"\nmsgstr \"编辑错误页\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"编辑主机项目\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"编辑代理商\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"电子邮件\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"邮件设置\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"已支持\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"错误页面\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"错误\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP 账号\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP  账号\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP 流量\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"传真\"\n\nmsgid \"Feature\"\nmsgstr \"特征\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"女\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"文件系统信息\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"姓\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"转向\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"转发\"\n\nmsgid \"Forward to URL\"\nmsgstr \"转到URL地址\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"空闲\"\n\nmsgid \"From\"\nmsgstr \"From\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"来自代理商\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"性别\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"概要信息\"\n\nmsgid \"General settings\"\nmsgstr \"常规设置\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"组\"\n\nmsgid \"Group members\"\nmsgstr \"组成员\"\n\nmsgid \"Group name\"\nmsgstr \"组名\"\n\nmsgid \"Groups\"\nmsgstr \"组\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"高\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"主机\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"主机项目\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"主机项目\"\n\nmsgid \"Hour\"\nmsgstr \"小时\"\n\nmsgid \"Hours\"\nmsgstr \"\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"\"\n\nmsgid \"IPv6 address\"\nmsgstr \"\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"安装\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"今天下载备份说明\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"不完整的组名！\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"终止会话\"\n\nmsgid \"Label\"\nmsgstr \"标签\"\n\nmsgid \"Language\"\nmsgstr \"语言\"\n\nmsgid \"Language file\"\nmsgstr \"语言文件\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"最后访问\"\n\nmsgid \"Last name\"\nmsgstr \"名\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"版面\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"等级\"\n\nmsgid \"Limit\"\nmsgstr \"限制\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"登录\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"以您的 FTP 账号登录\"\n\nmsgid \"Logo file\"\nmsgstr \"图标文件\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"注销登出\"\n\nmsgid \"Lost password\"\nmsgstr \"找回密码\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"找回密码链接\"\n\nmsgid \"Low\"\nmsgstr \"低\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"邮件\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"邮件统计错误\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Mail 账号\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"维护模式\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"男\"\n\nmsgid \"Manage SQL\"\nmsgstr \"管理 SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"管理用户和组\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"最多尝试登录次数\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"中\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"信息\"\n\nmsgid \"Message template\"\nmsgstr \"消息模板\"\n\nmsgid \"Message template info\"\nmsgstr \"消息模板信息\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"\"\n\nmsgid \"Minutes\"\nmsgstr \"\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"月\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"挂载\"\n\nmsgid \"Mount point\"\nmsgstr \"挂载点\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"空\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"名称\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"新客户疑问\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"下一步\"\n\nmsgid \"No\"\nmsgstr \"不是\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"通知，警告和错误\"\n\nmsgid \"Ok\"\nmsgstr \"OK\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"未解疑问\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"订单\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"其它接收\"\n\nmsgid \"Other out\"\nmsgstr \"其它发送\"\n\nmsgid \"Other settings\"\nmsgstr \"其它设置\"\n\nmsgid \"Overview\"\nmsgstr \"概览\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP 流量\"\n\nmsgid \"Package actions\"\nmsgstr \"动作\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"分区\"\n\nmsgid \"Password\"\nmsgstr \"密码\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"密码设置\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"路径\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"已用百分比\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"个人资料\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"人性化模板\"\n\nmsgid \"Phone\"\nmsgstr \"电话\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"端口\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"优先权\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"保护区域\"\n\nmsgid \"Protocol\"\nmsgstr \"协议\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"内存\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"移除\"\n\nmsgid \"Remove IP\"\nmsgstr \"删除 IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"再一次确认密码\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"代理商\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"代理商级别\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"代理商名称\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"代理商用户\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"代理商\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"重置\"\n\nmsgid \"Restore\"\nmsgstr \"恢复\"\n\nmsgid \"Restore backup\"\nmsgstr \"恢复备份\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP 接收\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP 发送\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP 流量\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL 数据库\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL 用户名\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL 用户\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"保存\"\n\nmsgid \"Search\"\nmsgstr \"搜索\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"验证码\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"发送信息\"\n\nmsgid \"Send message to\"\nmsgstr \"发送信息到\"\n\nmsgid \"Send reply\"\nmsgstr \"发送回复\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"服务器端口\"\n\nmsgid \"Server statistics\"\nmsgstr \"服务器统计\"\n\nmsgid \"Server status\"\nmsgstr \"服务器状态\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"协议\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"设置\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"显示\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"显示在\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"总共空间\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"省\"\n\nmsgid \"Statistics\"\nmsgstr \"数据统计\"\n\nmsgid \"Status\"\nmsgstr \"状态\"\n\nmsgid \"Street 1\"\nmsgstr \"街道 1\"\n\nmsgid \"Street 2\"\nmsgstr \"街道 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"子域名\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"子域名错误\"\n\nmsgid \"Subdomain name\"\nmsgstr \"子域名\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"子域名\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"主题\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"提交更改\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"系统支持\"\n\nmsgid \"Swap\"\nmsgstr \"交换区\"\n\nmsgid \"Switch\"\nmsgstr \"切换\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"切换用户界面\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"系统\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"系统工具\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"端口\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"总计\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"流量\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"类型\"\n\nmsgid \"UP\"\nmsgstr \"已运行\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"转到管理员面板的 URL\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"保密\"\n\nmsgid \"Unknown Error\"\nmsgstr \"未知错误\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"更新\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"上传\"\n\nmsgid \"Upload logo\"\nmsgstr \"上传图标\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"已用\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"用户\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"用户名（姓氏和名字）\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"用户登录 （系统）名称\"\n\nmsgid \"User password\"\nmsgstr \"用户密码\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"用户实名（姓氏和名字）\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"用户类型\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"用户类型（管理员，代理商，用户）\"\n\nmsgid \"Username\"\nmsgstr \"用户名\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"用户\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"非常高\"\n\nmsgid \"View\"\nmsgstr \"查阅\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"警告和错误\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Web 接收\"\n\nmsgid \"Web out\"\nmsgstr \"Web 发送\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web 统计\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web 流量\"\n\nmsgid \"Webmail\"\nmsgstr \"网页邮件\"\n\nmsgid \"Webtools\"\nmsgstr \"Web工具\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"年\"\n\nmsgid \"Yes\"\nmsgstr \"是的\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"您的信息\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"邮编\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"中国的 （茅根）- Chinese (China)\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"域名\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"域名\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"全部\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP 更新\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"空\"\n\nmsgid \"no\"\nmsgstr \"无效\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"一个月前\"\n\nmsgid \"older than 12 months\"\nmsgstr \"一年前\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"两周前\"\n\nmsgid \"older than 3 months\"\nmsgstr \"三个月前\"\n\nmsgid \"older than 6 months\"\nmsgstr \"六个月前\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"子域名\"\n\nmsgid \"subdomains\"\nmsgstr \"子域名\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"流量\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"有效\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/zh_HK.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Laurent Declercq <l.declercq@nuxwin.com>, 2017\\n\"\n\"Language-Team: Chinese (Hong Kong) (https://www.transifex.com/i-mscp/teams/576/zh_HK/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: zh_HK\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \"\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s 你現在已登入為 %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"\"\n\nmsgid \"(default)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"\"\n\nmsgid \"(usually named\"\nmsgstr \"（通常名稱\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"\"\n\nmsgid \"Account limits\"\nmsgstr \"\"\n\nmsgid \"Account name\"\nmsgstr \"帳號名\"\n\nmsgid \"Account summary\"\nmsgstr \"\"\n\nmsgid \"Account type\"\nmsgstr \"\"\n\nmsgid \"Action\"\nmsgstr \"動作\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"\"\n\nmsgid \"Action has failed.\"\nmsgstr \"\"\n\nmsgid \"Actions\"\nmsgstr \"動作\"\n\nmsgid \"Activate\"\nmsgstr \"啟動\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"\"\n\nmsgid \"Activated\"\nmsgstr \"\"\n\nmsgid \"Activated software\"\nmsgstr \"\"\n\nmsgid \"Activation email\"\nmsgstr \"\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"\"\n\nmsgid \"Add\"\nmsgstr \"增加\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Add FTP account\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"\"\n\nmsgid \"Add SQL database\"\nmsgstr \"增加 SQL 資料庫\"\n\nmsgid \"Add SQL user\"\nmsgstr \"增加 SQL 使用者\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Add admin\"\nmsgstr \"增加管理員\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"\"\n\nmsgid \"Add custom menu\"\nmsgstr \"\"\n\nmsgid \"Add customer\"\nmsgstr \"\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"\"\n\nmsgid \"Add domain alias\"\nmsgstr \"增加網域別名\"\n\nmsgid \"Add group\"\nmsgstr \"增加組\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"增加託管計劃\"\n\nmsgid \"Add mail account\"\nmsgstr \"\"\n\nmsgid \"Add new IP address\"\nmsgstr \"\"\n\nmsgid \"Add new protected area\"\nmsgstr \"增加新的保護區域\"\n\nmsgid \"Add permissions\"\nmsgstr \"\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"\"\n\nmsgid \"Add protected area\"\nmsgstr \"\"\n\nmsgid \"Add reseller\"\nmsgstr \"增加代理商\"\n\nmsgid \"Add subdomain\"\nmsgstr \"增加子網域\"\n\nmsgid \"Add user\"\nmsgstr \"增加使用者\"\n\nmsgid \"Added by\"\nmsgstr \"\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"\"\n\nmsgid \"Admin\"\nmsgstr \"管理員\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"\"\n\nmsgid \"Admin log\"\nmsgstr \"管理員日誌\"\n\nmsgid \"Admin not available\"\nmsgstr \"\"\n\nmsgid \"Admin users\"\nmsgstr \"管理員使用者\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Administrator\"\nmsgstr \"管理員\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"\"\n\nmsgid \"Administrator level\"\nmsgstr \"管理員級別\"\n\nmsgid \"Administrator login\"\nmsgstr \"管理員登入\"\n\nmsgid \"Administrators\"\nmsgstr \"管理員\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"All\"\nmsgstr \"所有\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"\"\n\nmsgid \"All fields are required.\"\nmsgstr \"\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"\"\n\nmsgid \"All in\"\nmsgstr \"全部接收\"\n\nmsgid \"All levels\"\nmsgstr \"\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"All out\"\nmsgstr \"全部發送\"\n\nmsgid \"All reseller\"\nmsgstr \"\"\n\nmsgid \"All traffic\"\nmsgstr \"所有流量\"\n\nmsgid \"All users\"\nmsgstr \"所有使用者\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"\"\n\nmsgid \"Already in use\"\nmsgstr \"OK\"\n\nmsgid \"Alt. URL\"\nmsgstr \"\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"\"\n\nmsgid \"Any\"\nmsgstr \"\"\n\nmsgid \"Application installer\"\nmsgstr \"\"\n\nmsgid \"Apply\"\nmsgstr \"OK\"\n\nmsgid \"Apply changes\"\nmsgstr \"應用更改\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"你確定想刪除%s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"你確定想恢復備份？\"\n\nmsgid \"Assign\"\nmsgstr \"指派\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"\"\n\nmsgid \"Assign group\"\nmsgstr \"\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"\"\n\nmsgid \"Authentication by group\"\nmsgstr \"\"\n\nmsgid \"Authentication by user\"\nmsgstr \"\"\n\nmsgid \"Authentication users\"\nmsgstr \"\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"\"\n\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Available\"\nmsgstr \"\"\n\nmsgid \"Available software\"\nmsgstr \"\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"\"\n\nmsgid \"B\"\nmsgstr \"\"\n\nmsgid \"Back\"\nmsgstr \"返回\"\n\nmsgid \"Backup\"\nmsgstr \"備份\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"\"\n\nmsgid \"Bad password.\"\nmsgstr \"\"\n\nmsgid \"Bad request.\"\nmsgstr \"\"\n\nmsgid \"Behind\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"\"\n\nmsgid \"Body\"\nmsgstr \"\"\n\nmsgid \"Body is missing.\"\nmsgstr \"\"\n\nmsgid \"Bogomips\"\nmsgstr \"\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"設定監聽\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"\"\n\nmsgid \"By\"\nmsgstr \"\"\n\nmsgid \"CGI\"\nmsgstr \"\"\n\nmsgid \"CPU Information\"\nmsgstr \"\"\n\nmsgid \"Cache\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"\"\n\nmsgid \"Cancel\"\nmsgstr \"取消\"\n\nmsgid \"Canonical name\"\nmsgstr \"\"\n\nmsgid \"Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Certificate\"\nmsgstr \"\"\n\nmsgid \"Certificate data\"\nmsgstr \"\"\n\nmsgid \"Change\"\nmsgstr \"修改\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"\"\n\nmsgid \"Check for update\"\nmsgstr \"檢查更新\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Choose\"\nmsgstr \"選擇\"\n\nmsgid \"Choose dir\"\nmsgstr \"選擇目錄\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"選擇託管計劃\"\n\nmsgid \"Choose layout color\"\nmsgstr \"\"\n\nmsgid \"Choose your language\"\nmsgstr \"\"\n\nmsgid \"Circular\"\nmsgstr \"迴圈\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"\"\n\nmsgid \"City\"\nmsgstr \"城市\"\n\nmsgid \"Class\"\nmsgstr \"\"\n\nmsgid \"Clear log\"\nmsgstr \"刪除日誌\"\n\nmsgid \"Click here for more details\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"點擊“恢復”按鈕系統將恢復到最後的日常備份\"\n\nmsgid \"Click to edit\"\nmsgstr \"\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"\"\n\nmsgid \"Client users\"\nmsgstr \"\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"\"\n\nmsgid \"Close\"\nmsgstr \"OK\"\n\nmsgid \"Close the ticket\"\nmsgstr \"\"\n\nmsgid \"Close ticket\"\nmsgstr \"\"\n\nmsgid \"Closed tickets\"\nmsgstr \"已解答疑問\"\n\nmsgid \"Common name\"\nmsgstr \"\"\n\nmsgid \"Company\"\nmsgstr \"公司名稱\"\n\nmsgid \"Configuration mode\"\nmsgstr \"\"\n\nmsgid \"Confirmation required\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"Cores\"\nmsgstr \"\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Country\"\nmsgstr \"國家\"\n\nmsgid \"Create\"\nmsgstr \"OK\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Created by\"\nmsgstr \"建立者\"\n\nmsgid \"Created on\"\nmsgstr \"\"\n\nmsgid \"Creation date\"\nmsgstr \"建立日期\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"\"\n\nmsgid \"Custom error pages\"\nmsgstr \"自定義錯誤頁\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Custom menus\"\nmsgstr \"自定義功能表\"\n\nmsgid \"Customer\"\nmsgstr \"\"\n\nmsgid \"Customer account\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer assignments\"\nmsgstr \"\"\n\nmsgid \"Customer consumption\"\nmsgstr \"\"\n\nmsgid \"Customer level\"\nmsgstr \"\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Customers\"\nmsgstr \"\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"DNS resource records\"\nmsgstr \"\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"\"\n\nmsgid \"DOWN\"\nmsgstr \"未運行\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"\"\n\nmsgid \"Daily backup\"\nmsgstr \"日常備份\"\n\nmsgid \"Data\"\nmsgstr \"\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"資料庫名和使用者\"\n\nmsgid \"Database data\"\nmsgstr \"\"\n\nmsgid \"Database name\"\nmsgstr \"資料庫名\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"\"\n\nmsgid \"Database password\"\nmsgstr \"\"\n\nmsgid \"Database prefix\"\nmsgstr \"\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"Database required\"\nmsgstr \"\"\n\nmsgid \"Database usage\"\nmsgstr \"\"\n\nmsgid \"Database user\"\nmsgstr \"\"\n\nmsgid \"Database users\"\nmsgstr \"資料庫使用者\"\n\nmsgid \"Databases\"\nmsgstr \"\"\n\nmsgid \"Date\"\nmsgstr \"日期\"\n\nmsgid \"Day\"\nmsgstr \"日\"\n\nmsgid \"Days\"\nmsgstr \"\"\n\nmsgid \"Deactivate\"\nmsgstr \"\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"\"\n\nmsgid \"Deactivated\"\nmsgstr \"\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\nmsgid \"Debugger\"\nmsgstr \"\"\n\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgid \"Default language\"\nmsgstr \"\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"\"\n\nmsgid \"Delete\"\nmsgstr \"刪除\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"\"\n\nmsgid \"Delete from log:\"\nmsgstr \"刪除日誌:\"\n\nmsgid \"Delete order\"\nmsgstr \"刪除訂單\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"\"\n\nmsgid \"Delete ticket\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"\"\n\nmsgid \"Depot import\"\nmsgstr \"\"\n\nmsgid \"Description\"\nmsgstr \"描述\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Details\"\nmsgstr \"詳細\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"\"\n\nmsgid \"Disabled\"\nmsgstr \"停用\"\n\nmsgid \"Disabled functions\"\nmsgstr \"\"\n\nmsgid \"Disconnect\"\nmsgstr \"\"\n\nmsgid \"Disk\"\nmsgstr \"磁碟空間\"\n\nmsgid \"Disk space\"\nmsgstr \"\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Disk usage\"\nmsgstr \"磁片使用量\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"\"\n\nmsgid \"Display errors\"\nmsgstr \"\"\n\nmsgid \"Document root\"\nmsgstr \"\"\n\nmsgid \"Domain\"\nmsgstr \"網域\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Domain IP\"\nmsgstr \"網域 IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"\"\n\nmsgid \"Domain account\"\nmsgstr \"網域帳戶\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"\"\n\nmsgid \"Domain accounts\"\nmsgstr \"\"\n\nmsgid \"Domain alias\"\nmsgstr \"網域別名\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"網域別名錯誤\"\n\nmsgid \"Domain alias name\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain aliases\"\nmsgstr \"網域別名\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"\"\n\nmsgid \"Domain data\"\nmsgstr \"\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"\"\n\nmsgid \"Domain details\"\nmsgstr \"網域詳細資料\"\n\nmsgid \"Domain errors\"\nmsgstr \"網域錯誤\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"\"\n\nmsgid \"Domain name\"\nmsgstr \"網域名稱\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"\"\n\nmsgid \"Domain overview\"\nmsgstr \"\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain statistics\"\nmsgstr \"網域統計\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Domain type\"\nmsgstr \"\"\n\nmsgid \"Domains\"\nmsgstr \"網域\"\n\nmsgid \"Domains limit\"\nmsgstr \"\"\n\nmsgid \"Domains per page\"\nmsgstr \"每頁顯示網域數\"\n\nmsgid \"Done\"\nmsgstr \"完成\"\n\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgid \"Download TAR\"\nmsgstr \"\"\n\nmsgid \"Download ZIP\"\nmsgstr \"\"\n\nmsgid \"Download links\"\nmsgstr \"\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"\"\n\nmsgid \"EB\"\nmsgstr \"\"\n\nmsgid \"Edit\"\nmsgstr \"編輯\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Edit admin\"\nmsgstr \"\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"\"\n\nmsgid \"Edit customer\"\nmsgstr \"\"\n\nmsgid \"Edit domain\"\nmsgstr \"編輯網域\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"編輯網域別名\"\n\nmsgid \"Edit error page\"\nmsgstr \"編輯錯誤頁\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"編輯託管計劃\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"\"\n\nmsgid \"Edit mail account\"\nmsgstr \"\"\n\nmsgid \"Edit protected area\"\nmsgstr \"\"\n\nmsgid \"Edit reseller\"\nmsgstr \"編輯代理商\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"\"\n\nmsgid \"EiB\"\nmsgstr \"\"\n\nmsgid \"Email\"\nmsgstr \"電子郵件\"\n\nmsgid \"Email address\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Email settings\"\nmsgstr \"\"\n\nmsgid \"Email setup\"\nmsgstr \"郵件設定\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Enable SSL\"\nmsgstr \"\"\n\nmsgid \"Enabled\"\nmsgstr \"啟用\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"\"\n\nmsgid \"Error details\"\nmsgstr \"\"\n\nmsgid \"Error pages\"\nmsgstr \"錯誤頁面\"\n\nmsgid \"Error reporting\"\nmsgstr \"\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"\"\n\nmsgid \"Errors\"\nmsgstr \"錯誤\"\n\nmsgid \"Execute tasks\"\nmsgstr \"\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"\"\n\nmsgid \"External mail feature\"\nmsgstr \"\"\n\nmsgid \"External mail server\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP 帳號\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP  帳號\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"\"\n\nmsgid \"FTP home directory\"\nmsgstr \"\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP 流量\"\n\nmsgid \"FTP user errors\"\nmsgstr \"\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"\"\n\nmsgid \"Fax\"\nmsgstr \"傳真\"\n\nmsgid \"Feature\"\nmsgstr \"特徵\"\n\nmsgid \"Features\"\nmsgstr \"\"\n\nmsgid \"Female\"\nmsgstr \"女\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File is not readable.\"\nmsgstr \"\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"\"\n\nmsgid \"File usage\"\nmsgstr \"\"\n\nmsgid \"FileManager\"\nmsgstr \"\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"檔案系統資訊\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"\"\n\nmsgid \"Filter customers by\"\nmsgstr \"\"\n\nmsgid \"First name\"\nmsgstr \"名\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"\"\n\nmsgid \"Forbidden\"\nmsgstr \"\"\n\nmsgid \"Force refresh\"\nmsgstr \"\"\n\nmsgid \"Force retry\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"\"\n\nmsgid \"Forward\"\nmsgstr \"轉向\"\n\nmsgid \"Forward URL\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"\"\n\nmsgid \"Forward account\"\nmsgstr \"\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"\"\n\nmsgid \"Forward to\"\nmsgstr \"轉寄\"\n\nmsgid \"Forward to URL\"\nmsgstr \"轉到URL地址\"\n\nmsgid \"Forward type\"\nmsgstr \"\"\n\nmsgid \"Free\"\nmsgstr \"空閒\"\n\nmsgid \"From\"\nmsgstr \"From\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"來自代理商\"\n\nmsgid \"Ftp\"\nmsgstr \"\"\n\nmsgid \"Ftp account\"\nmsgstr \"\"\n\nmsgid \"Ftp account data\"\nmsgstr \"\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"\"\n\nmsgid \"Ftp directories\"\nmsgstr \"\"\n\nmsgid \"GB\"\nmsgstr \"\"\n\nmsgid \"Gender\"\nmsgstr \"性別\"\n\nmsgid \"General\"\nmsgstr \"\"\n\nmsgid \"General information\"\nmsgstr \"概要訊息\"\n\nmsgid \"General settings\"\nmsgstr \"一般設定\"\n\nmsgid \"Generate\"\nmsgstr \"\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"\"\n\nmsgid \"Get a new security code\"\nmsgstr \"\"\n\nmsgid \"GiB\"\nmsgstr \"\"\n\nmsgid \"Group\"\nmsgstr \"組\"\n\nmsgid \"Group members\"\nmsgstr \"組成員\"\n\nmsgid \"Group name\"\nmsgstr \"組名\"\n\nmsgid \"Groups\"\nmsgstr \"組\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"\"\n\nmsgid \"High\"\nmsgstr \"高\"\n\nmsgid \"Home directory\"\nmsgstr \"\"\n\nmsgid \"Homepage\"\nmsgstr \"\"\n\nmsgid \"Host\"\nmsgstr \"主機\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"\"\n\nmsgid \"Hosting plan\"\nmsgstr \"託管計劃\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Hosting plans\"\nmsgstr \"託管計劃\"\n\nmsgid \"Hour\"\nmsgstr \"小時\"\n\nmsgid \"Hours\"\nmsgstr \"\"\n\nmsgid \"Htaccess group\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Htaccess user\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"\"\n\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"\"\n\nmsgid \"IP assignments\"\nmsgstr \"\"\n\nmsgid \"IP errors\"\nmsgstr \"\"\n\nmsgid \"IP management\"\nmsgstr \"\"\n\nmsgid \"IP netmask\"\nmsgstr \"\"\n\nmsgid \"IP usage\"\nmsgstr \"\"\n\nmsgid \"IPv6 address\"\nmsgstr \"\"\n\nmsgid \"Id\"\nmsgstr \"\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"\"\n\nmsgid \"Import\"\nmsgstr \"\"\n\nmsgid \"Import in local repository\"\nmsgstr \"\"\n\nmsgid \"Import new language file\"\nmsgstr \"\"\n\nmsgid \"In front\"\nmsgstr \"\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"Install\"\nmsgstr \"安裝\"\n\nmsgid \"Install in progress\"\nmsgstr \"\"\n\nmsgid \"Install this plugin\"\nmsgstr \"\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"\"\n\nmsgid \"Installation details\"\nmsgstr \"\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"\"\n\nmsgid \"Installation path\"\nmsgstr \"\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"\"\n\nmsgid \"Installed on\"\nmsgstr \"\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"下載今天備份的說明\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"\"\n\nmsgid \"Internationalization\"\nmsgstr \"\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"\"\n\nmsgid \"Invalid city.\"\nmsgstr \"\"\n\nmsgid \"Invalid company.\"\nmsgstr \"\"\n\nmsgid \"Invalid country.\"\nmsgstr \"\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"不完整的組名！\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"\"\n\nmsgid \"Invalid name.\"\nmsgstr \"\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"\"\n\nmsgid \"Invalid target.\"\nmsgstr \"\"\n\nmsgid \"Invalid username.\"\nmsgstr \"\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"\"\n\nmsgid \"Kernel Version\"\nmsgstr \"\"\n\nmsgid \"Kill session\"\nmsgstr \"終止會話層\"\n\nmsgid \"Label\"\nmsgstr \"標籤\"\n\nmsgid \"Language\"\nmsgstr \"語言\"\n\nmsgid \"Language file\"\nmsgstr \"語言檔\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"\"\n\nmsgid \"Languages\"\nmsgstr \"\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"\"\n\nmsgid \"Last access\"\nmsgstr \"最後訪問\"\n\nmsgid \"Last name\"\nmsgstr \"姓\"\n\nmsgid \"Last reply date\"\nmsgstr \"\"\n\nmsgid \"Last translator\"\nmsgstr \"\"\n\nmsgid \"Layout\"\nmsgstr \"版面\"\n\nmsgid \"Layout color\"\nmsgstr \"\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Level\"\nmsgstr \"等級\"\n\nmsgid \"Limit\"\nmsgstr \"限制\"\n\nmsgid \"Limit value\"\nmsgstr \"\"\n\nmsgid \"Limits\"\nmsgstr \"\"\n\nmsgid \"Link\"\nmsgstr \"\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"\"\n\nmsgid \"Loading data...\"\nmsgstr \"\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Login\"\nmsgstr \"登入\"\n\nmsgid \"Login data\"\nmsgstr \"\"\n\nmsgid \"Login password\"\nmsgstr \"\"\n\nmsgid \"Login username\"\nmsgstr \"\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"以你的 FTP 帳號登入\"\n\nmsgid \"Logo file\"\nmsgstr \"圖示檔\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Logout\"\nmsgstr \"登出\"\n\nmsgid \"Lost password\"\nmsgstr \"找回密碼\"\n\nmsgid \"Lost password email\"\nmsgstr \"\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"\"\n\nmsgid \"Lost password link\"\nmsgstr \"找回密碼鏈結\"\n\nmsgid \"Low\"\nmsgstr \"低\"\n\nmsgid \"MB\"\nmsgstr \"\"\n\nmsgid \"Mail\"\nmsgstr \"郵件\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"\"\n\nmsgid \"Mail account data\"\nmsgstr \"\"\n\nmsgid \"Mail account errors\"\nmsgstr \"郵件統計錯誤\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Mail account type\"\nmsgstr \"\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Mail 帳號\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"\"\n\nmsgid \"Mail quota\"\nmsgstr \"\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"\"\n\nmsgid \"Mail usage\"\nmsgstr \"\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Maintenance message\"\nmsgstr \"\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"維護模式\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"\"\n\nmsgid \"Male\"\nmsgstr \"男\"\n\nmsgid \"Manage SQL\"\nmsgstr \"管理 SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"管理使用者和組\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"\"\n\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"最多嘗試登入次數\"\n\nmsgid \"Max traffic\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"\"\n\nmsgid \"Medium\"\nmsgstr \"中\"\n\nmsgid \"Member of group\"\nmsgstr \"\"\n\nmsgid \"Memory information\"\nmsgstr \"\"\n\nmsgid \"Message\"\nmsgstr \"訊息\"\n\nmsgid \"Message template\"\nmsgstr \"訊息範本\"\n\nmsgid \"Message template info\"\nmsgstr \"訊息範本資訊\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"\"\n\nmsgid \"MiB\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"\"\n\nmsgid \"Minute\"\nmsgstr \"\"\n\nmsgid \"Minutes\"\nmsgstr \"\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"\"\n\nmsgid \"Model\"\nmsgstr \"\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"\"\n\nmsgid \"Month\"\nmsgstr \"月\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"\"\n\nmsgid \"Mount\"\nmsgstr \"掛載\"\n\nmsgid \"Mount point\"\nmsgstr \"掛載點\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"空\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"\"\n\nmsgid \"Name\"\nmsgstr \"名稱\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"\"\n\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgid \"New SQL user data\"\nmsgstr \"\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"\"\n\nmsgid \"New ticket\"\nmsgstr \"新客戶疑問\"\n\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgid \"Next step\"\nmsgstr \"下一步\"\n\nmsgid \"No\"\nmsgstr \"否\"\n\nmsgid \"No IP address found.\"\nmsgstr \"\"\n\nmsgid \"No account found.\"\nmsgstr \"\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"\"\n\nmsgid \"No available\"\nmsgstr \"\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"\"\n\nmsgid \"No error found\"\nmsgstr \"\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"\"\n\nmsgid \"No group found.\"\nmsgstr \"\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"\"\n\nmsgid \"No resellers found.\"\nmsgstr \"\"\n\nmsgid \"No software available\"\nmsgstr \"\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"\"\n\nmsgid \"No update available\"\nmsgstr \"\"\n\nmsgid \"No used yet\"\nmsgstr \"\"\n\nmsgid \"No user found.\"\nmsgstr \"\"\n\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"\"\n\nmsgid \"Normal account\"\nmsgstr \"\"\n\nmsgid \"Normal connection\"\nmsgstr \"\"\n\nmsgid \"Not Found\"\nmsgstr \"\"\n\nmsgid \"Not found.\"\nmsgstr \"\"\n\nmsgid \"Not provided\"\nmsgstr \"\"\n\nmsgid \"Not used\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"通知，警告和錯誤\"\n\nmsgid \"Ok\"\nmsgstr \"OK\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only exec\"\nmsgstr \"\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"\"\n\nmsgid \"Open ticket\"\nmsgstr \"\"\n\nmsgid \"Open tickets\"\nmsgstr \"未解答疑問\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"\"\n\nmsgid \"Optional\"\nmsgstr \"\"\n\nmsgid \"Order\"\nmsgstr \"訂單\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"\"\n\nmsgid \"Other in\"\nmsgstr \"其他接收\"\n\nmsgid \"Other out\"\nmsgstr \"其他發送\"\n\nmsgid \"Other settings\"\nmsgstr \"其他設定\"\n\nmsgid \"Overview\"\nmsgstr \"概覽\"\n\nmsgid \"PB\"\nmsgstr \"\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"\"\n\nmsgid \"PHP Editor\"\nmsgstr \"\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"\"\n\nmsgid \"PHP Settings\"\nmsgstr \"\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"PHP directives values\"\nmsgstr \"\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"\"\n\nmsgid \"PHP settings\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP 流量\"\n\nmsgid \"Package actions\"\nmsgstr \"動作\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"\"\n\nmsgid \"Package install type\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"\"\n\nmsgid \"Package language\"\nmsgstr \"\"\n\nmsgid \"Package name\"\nmsgstr \"\"\n\nmsgid \"Package title\"\nmsgstr \"\"\n\nmsgid \"Package type\"\nmsgstr \"\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"\"\n\nmsgid \"Package version\"\nmsgstr \"\"\n\nmsgid \"Panel default language\"\nmsgstr \"\"\n\nmsgid \"Parent directory\"\nmsgstr \"\"\n\nmsgid \"Partition\"\nmsgstr \"分區\"\n\nmsgid \"Password\"\nmsgstr \"密碼\"\n\nmsgid \"Password confirmation\"\nmsgstr \"\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"Password email\"\nmsgstr \"\"\n\nmsgid \"Password is missing.\"\nmsgstr \"\"\n\nmsgid \"Password minimum length\"\nmsgstr \"\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"\"\n\nmsgid \"Password settings\"\nmsgstr \"密碼設定\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"\"\n\nmsgid \"Path\"\nmsgstr \"路徑\"\n\nmsgid \"Pending tasks\"\nmsgstr \"\"\n\nmsgid \"Percent\"\nmsgstr \"已用百分比\"\n\nmsgid \"Permissions\"\nmsgstr \"\"\n\nmsgid \"Personal data\"\nmsgstr \"個人資料\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"\"\n\nmsgid \"Personalise template\"\nmsgstr \"人性化範本\"\n\nmsgid \"Phone\"\nmsgstr \"電話\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"\"\n\nmsgid \"Please type database name.\"\nmsgstr \"\"\n\nmsgid \"Please type your message.\"\nmsgstr \"\"\n\nmsgid \"Plugin\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin archive\"\nmsgstr \"\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin errors\"\nmsgstr \"\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"\"\n\nmsgid \"Plugin management\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"\"\n\nmsgid \"Port\"\nmsgstr \"連接埠\"\n\nmsgid \"Preserve Host\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"\"\n\nmsgid \"Previous\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"\"\n\nmsgid \"Priority\"\nmsgstr \"優先權\"\n\nmsgid \"Private key\"\nmsgstr \"\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"\"\n\nmsgid \"Processing...\"\nmsgstr \"\"\n\nmsgid \"Processor data\"\nmsgstr \"\"\n\nmsgid \"Profile\"\nmsgstr \"\"\n\nmsgid \"Properties\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"\"\n\nmsgid \"Protect\"\nmsgstr \"\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"\"\n\nmsgid \"Protected\"\nmsgstr \"\"\n\nmsgid \"Protected area data\"\nmsgstr \"\"\n\nmsgid \"Protected area name\"\nmsgstr \"\"\n\nmsgid \"Protected area path\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"Protected areas\"\nmsgstr \"保護區域\"\n\nmsgid \"Protocol\"\nmsgstr \"協議\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"Quota info\"\nmsgstr \"\"\n\nmsgid \"RAM\"\nmsgstr \"記憶體\"\n\nmsgid \"Read ticket\"\nmsgstr \"\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"\"\n\nmsgid \"Record data\"\nmsgstr \"\"\n\nmsgid \"Redirect\"\nmsgstr \"\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"\"\n\nmsgid \"Registration date\"\nmsgstr \"\"\n\nmsgid \"Relative weight\"\nmsgstr \"\"\n\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgid \"Release description\"\nmsgstr \"\"\n\nmsgid \"Release version\"\nmsgstr \"\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"\"\n\nmsgid \"Remove\"\nmsgstr \"移除\"\n\nmsgid \"Remove IP\"\nmsgstr \"刪除 IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"\"\n\nmsgid \"Reopen\"\nmsgstr \"\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"\"\n\nmsgid \"Repeat password\"\nmsgstr \"重覆確認密碼\"\n\nmsgid \"Reply\"\nmsgstr \"\"\n\nmsgid \"Reply-To email\"\nmsgstr \"\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"\"\n\nmsgid \"Reply-To name\"\nmsgstr \"\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"\"\n\nmsgid \"Requires Database?\"\nmsgstr \"\"\n\nmsgid \"Reseller\"\nmsgstr \"代理商\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"\"\n\nmsgid \"Reseller Name\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"\"\n\nmsgid \"Reseller data\"\nmsgstr \"\"\n\nmsgid \"Reseller level\"\nmsgstr \"代理商級別\"\n\nmsgid \"Reseller list\"\nmsgstr \"\"\n\nmsgid \"Reseller name\"\nmsgstr \"代理商名稱\"\n\nmsgid \"Reseller software list\"\nmsgstr \"\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"\"\n\nmsgid \"Reseller total\"\nmsgstr \"\"\n\nmsgid \"Reseller users\"\nmsgstr \"代理商使用者\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"\"\n\nmsgid \"Resellers\"\nmsgstr \"代理商\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"\"\n\nmsgid \"Reset\"\nmsgstr \"重置\"\n\nmsgid \"Restore\"\nmsgstr \"恢復\"\n\nmsgid \"Restore backup\"\nmsgstr \"恢復備份\"\n\nmsgid \"Rights\"\nmsgstr \"\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"\"\n\nmsgid \"SMTP in\"\nmsgstr \"\"\n\nmsgid \"SMTP out\"\nmsgstr \"\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP 流量\"\n\nmsgid \"SQL\"\nmsgstr \"\"\n\nmsgid \"SQL database\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL 資料庫\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"\"\n\nmsgid \"SQL databases only\"\nmsgstr \"\"\n\nmsgid \"SQL user\"\nmsgstr \"\"\n\nmsgid \"SQL user host\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL 使用者名稱\"\n\nmsgid \"SQL user password\"\nmsgstr \"\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL 使用者\"\n\nmsgid \"SQL users limit\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"\"\n\nmsgid \"SSL status\"\nmsgstr \"\"\n\nmsgid \"Save\"\nmsgstr \"儲存\"\n\nmsgid \"Search\"\nmsgstr \"搜索\"\n\nmsgid \"Sec.\"\nmsgstr \"\"\n\nmsgid \"Secure connection\"\nmsgstr \"\"\n\nmsgid \"Security code\"\nmsgstr \"驗證碼\"\n\nmsgid \"Security code has expired\"\nmsgstr \"\"\n\nmsgid \"Select group\"\nmsgstr \"\"\n\nmsgid \"Select your own document root\"\nmsgstr \"\"\n\nmsgid \"Send\"\nmsgstr \"\"\n\nmsgid \"Send circular\"\nmsgstr \"\"\n\nmsgid \"Send message\"\nmsgstr \"發送訊息\"\n\nmsgid \"Send message to\"\nmsgstr \"發送訊息到\"\n\nmsgid \"Send reply\"\nmsgstr \"發送回覆\"\n\nmsgid \"Send to\"\nmsgstr \"\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"\"\n\nmsgid \"Server ports\"\nmsgstr \"伺服器連接埠\"\n\nmsgid \"Server statistics\"\nmsgstr \"伺服器統計\"\n\nmsgid \"Server status\"\nmsgstr \"伺服器狀態\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"\"\n\nmsgid \"Service is not running\"\nmsgstr \"\"\n\nmsgid \"Service is running\"\nmsgstr \"\"\n\nmsgid \"Service name\"\nmsgstr \"\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"\"\n\nmsgid \"Service ports\"\nmsgstr \"\"\n\nmsgid \"Service protocol\"\nmsgstr \"協議\"\n\nmsgid \"Service statuses\"\nmsgstr \"\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"\"\n\nmsgid \"Sessions\"\nmsgstr \"\"\n\nmsgid \"Settings\"\nmsgstr \"設定\"\n\nmsgid \"Settings saved.\"\nmsgstr \"\"\n\nmsgid \"Shared mount point\"\nmsgstr \"\"\n\nmsgid \"Show\"\nmsgstr \"顯示\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"\"\n\nmsgid \"Show in\"\nmsgstr \"顯示在\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"\"\n\nmsgid \"Size\"\nmsgstr \"總共空間\"\n\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgid \"Software available\"\nmsgstr \"\"\n\nmsgid \"Software deleted.\"\nmsgstr \"\"\n\nmsgid \"Software depot upload\"\nmsgstr \"\"\n\nmsgid \"Software details\"\nmsgstr \"\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"\"\n\nmsgid \"Software in repository\"\nmsgstr \"\"\n\nmsgid \"Software installation\"\nmsgstr \"\"\n\nmsgid \"Software installer\"\nmsgstr \"\"\n\nmsgid \"Software installer options\"\nmsgstr \"\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"\"\n\nmsgid \"Software management\"\nmsgstr \"\"\n\nmsgid \"Software name\"\nmsgstr \"\"\n\nmsgid \"Software not found!\"\nmsgstr \"\"\n\nmsgid \"Software options\"\nmsgstr \"\"\n\nmsgid \"Software permissions\"\nmsgstr \"\"\n\nmsgid \"Software repository\"\nmsgstr \"\"\n\nmsgid \"Software status\"\nmsgstr \"\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Software total\"\nmsgstr \"\"\n\nmsgid \"Software upload\"\nmsgstr \"\"\n\nmsgid \"Software was activated.\"\nmsgstr \"\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"\"\n\nmsgid \"Software-Version\"\nmsgstr \"\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"\"\n\nmsgid \"Start installation\"\nmsgstr \"\"\n\nmsgid \"State/Province\"\nmsgstr \"\"\n\nmsgid \"Statistics\"\nmsgstr \"資料統計\"\n\nmsgid \"Status\"\nmsgstr \"狀態\"\n\nmsgid \"Street 1\"\nmsgstr \"街道 1\"\n\nmsgid \"Street 2\"\nmsgstr \"街道 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"\"\n\nmsgid \"Subdomain\"\nmsgstr \"子網域\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"子網域別名\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"子網域錯誤\"\n\nmsgid \"Subdomain name\"\nmsgstr \"子網域\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"\"\n\nmsgid \"Subdomains\"\nmsgstr \"子網域\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"\"\n\nmsgid \"Subject\"\nmsgstr \"主題\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"\"\n\nmsgid \"Submit changes\"\nmsgstr \"提交更改\"\n\nmsgid \"Support\"\nmsgstr \"\"\n\nmsgid \"Support system\"\nmsgstr \"系統支援\"\n\nmsgid \"Swap\"\nmsgstr \"交換區\"\n\nmsgid \"Switch\"\nmsgstr \"切換\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"切換使用者介面\"\n\nmsgid \"Sync quota info\"\nmsgstr \"\"\n\nmsgid \"System\"\nmsgstr \"系統\"\n\nmsgid \"System data\"\nmsgstr \"\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"\"\n\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgid \"System tools\"\nmsgstr \"系統工具\"\n\nmsgid \"System under maintenance\"\nmsgstr \"\"\n\nmsgid \"TB\"\nmsgstr \"\"\n\nmsgid \"TTL\"\nmsgstr \"\"\n\nmsgid \"Target\"\nmsgstr \"\"\n\nmsgid \"Target domain\"\nmsgstr \"\"\n\nmsgid \"Target port\"\nmsgstr \"連接埠\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This package is not installed\"\nmsgstr \"\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"\"\n\nmsgid \"TiB\"\nmsgstr \"\"\n\nmsgid \"Ticket information\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"\"\n\nmsgid \"Total\"\nmsgstr \"總計\"\n\nmsgid \"Total Domains\"\nmsgstr \"\"\n\nmsgid \"Total Software\"\nmsgstr \"\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"\"\n\nmsgid \"Total installations\"\nmsgstr \"\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"\"\n\nmsgid \"Total reseller\"\nmsgstr \"\"\n\nmsgid \"Total software\"\nmsgstr \"\"\n\nmsgid \"Traffic\"\nmsgstr \"流量\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"\"\n\nmsgid \"Translated strings\"\nmsgstr \"\"\n\nmsgid \"Type\"\nmsgstr \"類型\"\n\nmsgid \"UP\"\nmsgstr \"已運行\"\n\nmsgid \"URL forwarding\"\nmsgstr \"\"\n\nmsgid \"URL port\"\nmsgstr \"\"\n\nmsgid \"URL protocol\"\nmsgstr \"\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"轉到管理員面板的 URL\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"\"\n\nmsgid \"Unauthorized\"\nmsgstr \"\"\n\nmsgid \"Unavailable\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"\"\n\nmsgid \"Unexpected error\"\nmsgstr \"\"\n\nmsgid \"Uninstall\"\nmsgstr \"\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"\"\n\nmsgid \"Uninstalled\"\nmsgstr \"\"\n\nmsgid \"Unknown\"\nmsgstr \"保密\"\n\nmsgid \"Unknown Error\"\nmsgstr \"未知錯誤\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"\"\n\nmsgid \"Unknown status\"\nmsgstr \"\"\n\nmsgid \"Unknown type.\"\nmsgstr \"\"\n\nmsgid \"Unknown username.\"\nmsgstr \"\"\n\nmsgid \"Update\"\nmsgstr \"更新\"\n\nmsgid \"Update Plugins\"\nmsgstr \"\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"\"\n\nmsgid \"Update from web depot\"\nmsgstr \"\"\n\nmsgid \"Update in progress...\"\nmsgstr \"\"\n\nmsgid \"Update info\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"\"\n\nmsgid \"Update password\"\nmsgstr \"\"\n\nmsgid \"Updates\"\nmsgstr \"\"\n\nmsgid \"Upload\"\nmsgstr \"上傳\"\n\nmsgid \"Upload logo\"\nmsgstr \"上傳圖示\"\n\nmsgid \"Upload now\"\nmsgstr \"\"\n\nmsgid \"Uptime\"\nmsgstr \"\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"\"\n\nmsgid \"Usage status\"\nmsgstr \"\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"\"\n\nmsgid \"Used\"\nmsgstr \"已用\"\n\nmsgid \"Used database\"\nmsgstr \"\"\n\nmsgid \"User\"\nmsgstr \"使用者\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"使用者名稱（姓氏和名字）\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"\"\n\nmsgid \"User errors\"\nmsgstr \"\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"\"\n\nmsgid \"User login (system) name\"\nmsgstr \"使用者登入 （系統）名稱\"\n\nmsgid \"User password\"\nmsgstr \"使用者密碼\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"使用者實名（姓氏和名字）\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"\"\n\nmsgid \"User statistics\"\nmsgstr \"\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"\"\n\nmsgid \"User type\"\nmsgstr \"使用者類型\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"使用者類型（管理員，代理商，使用者）\"\n\nmsgid \"Username\"\nmsgstr \"使用者名稱\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"\"\n\nmsgid \"Users\"\nmsgstr \"使用者\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"\"\n\nmsgid \"Values\"\nmsgstr \"\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"\"\n\nmsgid \"Version\"\nmsgstr \"\"\n\nmsgid \"Very high\"\nmsgstr \"非常高\"\n\nmsgid \"View\"\nmsgstr \"查閱\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"\"\n\nmsgid \"View ticket\"\nmsgstr \"\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"\"\n\nmsgid \"Warning traffic\"\nmsgstr \"\"\n\nmsgid \"Warning!\"\nmsgstr \"\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"警告和錯誤\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\nmsgid \"Web Statistics\"\nmsgstr \"\"\n\nmsgid \"Web files only\"\nmsgstr \"\"\n\nmsgid \"Web folder protection\"\nmsgstr \"\"\n\nmsgid \"Web in\"\nmsgstr \"Web 接收\"\n\nmsgid \"Web out\"\nmsgstr \"Web 發送\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"\"\n\nmsgid \"Web software repository\"\nmsgstr \"\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web 統計\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web 流量\"\n\nmsgid \"Webmail\"\nmsgstr \"網頁郵件\"\n\nmsgid \"Webtools\"\nmsgstr \"Web工具\"\n\nmsgid \"Welcome email\"\nmsgstr \"\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"\"\n\nmsgid \"Wrong security code\"\nmsgstr \"\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"\"\n\nmsgid \"Wrong username.\"\nmsgstr \"\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"\"\n\nmsgid \"YB\"\nmsgstr \"\"\n\nmsgid \"Year\"\nmsgstr \"年\"\n\nmsgid \"Yes\"\nmsgstr \"是\"\n\nmsgid \"YiB\"\nmsgstr \"\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"\"\n\nmsgid \"You have no groups.\"\nmsgstr \"\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"\"\n\nmsgid \"Your consumption\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"\"\n\nmsgid \"Your message\"\nmsgstr \"你的訊息\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"\"\n\nmsgid \"Your new password\"\nmsgstr \"\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"\"\n\nmsgid \"ZB\"\nmsgstr \"\"\n\nmsgid \"ZiB\"\nmsgstr \"\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"郵區編號\"\n\nmsgid \"Zone\"\nmsgstr \"\"\n\nmsgid \"[New]\"\nmsgstr \"\"\n\nmsgid \"[Re]\"\nmsgstr \"\"\n\nmsgid \"_: Localised language\"\nmsgstr \"中國的 (香港) - Chinese (Hong Kong)\"\n\nmsgid \"activated\"\nmsgstr \"\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"\"\n\nmsgid \"addition\"\nmsgstr \"\"\n\nmsgid \"administrator\"\nmsgstr \"\"\n\nmsgid \"and\"\nmsgstr \"\"\n\nmsgid \"anything\"\nmsgstr \"\"\n\nmsgid \"catch-all\"\nmsgstr \"\"\n\nmsgid \"city\"\nmsgstr \"\"\n\nmsgid \"company\"\nmsgstr \"\"\n\nmsgid \"country\"\nmsgstr \"\"\n\nmsgid \"created by\"\nmsgstr \"\"\n\nmsgid \"deleting\"\nmsgstr \"\"\n\nmsgid \"disabled\"\nmsgstr \"\"\n\nmsgid \"disk space\"\nmsgstr \"\"\n\nmsgid \"domain\"\nmsgstr \"網域\"\n\nmsgid \"domain alias\"\nmsgstr \"\"\n\nmsgid \"domain aliases\"\nmsgstr \"\"\n\nmsgid \"domain data\"\nmsgstr \"\"\n\nmsgid \"domain name\"\nmsgstr \"\"\n\nmsgid \"domains\"\nmsgstr \"網域\"\n\nmsgid \"error\"\nmsgstr \"\"\n\nmsgid \"everything\"\nmsgstr \"全部\"\n\nmsgid \"first name\"\nmsgstr \"\"\n\nmsgid \"from other browser\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP 更新\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"\"\n\nmsgid \"installed\"\nmsgstr \"\"\n\nmsgid \"installing\"\nmsgstr \"\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"\"\n\nmsgid \"kB\"\nmsgstr \"\"\n\nmsgid \"kiB\"\nmsgstr \"\"\n\nmsgid \"last name\"\nmsgstr \"\"\n\nmsgid \"mail\"\nmsgstr \"\"\n\nmsgid \"mail account\"\nmsgstr \"\"\n\nmsgid \"mail accounts\"\nmsgstr \"\"\n\nmsgid \"missing alias\"\nmsgstr \"\"\n\nmsgid \"missing domain\"\nmsgstr \"\"\n\nmsgid \"n\\\\a\"\nmsgstr \"空\"\n\nmsgid \"no\"\nmsgstr \"否\"\n\nmsgid \"not available\"\nmsgstr \"\"\n\nmsgid \"not required\"\nmsgstr \"\"\n\nmsgid \"ok\"\nmsgstr \"\"\n\nmsgid \"older than 1 month\"\nmsgstr \"一個月前\"\n\nmsgid \"older than 12 months\"\nmsgstr \"一年前\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"兩周前\"\n\nmsgid \"older than 3 months\"\nmsgstr \"三個月前\"\n\nmsgid \"older than 6 months\"\nmsgstr \"六個月前\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"\"\n\nmsgid \"orphan entry\"\nmsgstr \"\"\n\nmsgid \"required\"\nmsgstr \"\"\n\nmsgid \"reseller name\"\nmsgstr \"\"\n\nmsgid \"state/province\"\nmsgstr \"\"\n\nmsgid \"subdomain\"\nmsgstr \"子網域\"\n\nmsgid \"subdomains\"\nmsgstr \"子網域\"\n\nmsgid \"suspended\"\nmsgstr \"\"\n\nmsgid \"that match with\"\nmsgstr \"\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"流量\"\n\nmsgid \"update\"\nmsgstr \"\"\n\nmsgid \"waiting for activation\"\nmsgstr \"\"\n\nmsgid \"which status is\"\nmsgstr \"\"\n\nmsgid \"yes\"\nmsgstr \"是\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"\"\n"
  },
  {
    "path": "i18n/po/zh_TW.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR i-MSCP Team - All rights reserved\n# This file is distributed under the same license as the PACKAGE package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n# \n#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: i-MSCP 1.5.x\\n\"\n\"Report-Msgid-Bugs-To: i18n@i-mscp.net\\n\"\n\"POT-Creation-Date: 2017-09-08 08:36+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: i-MSCP <team@i-mscp.net>, 2017\\n\"\n\"Language-Team: Chinese (Taiwan) (https://www.transifex.com/i-mscp/teams/576/zh_TW/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: zh_TW\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgid \" Admin / Support / Open Tickets\"\nmsgstr \" 管理/ 支援 / 新增問題\"\n\nmsgid \" Client / Webtools / Custom Error Pages / Edit Custom Error Page\"\nmsgstr \" 客戶 / 網頁工具 / 自訂錯誤頁面 / 編輯自訂錯誤頁面\"\n\nmsgid \" Wrong IP address.\"\nmsgstr \"錯誤的 IP 地址\"\n\nmsgid \"\"\n\"$ORIGIN is automatically appended to unqualified names, hosts and canonical \"\n\"names\"\nmsgstr \"$ORIGIN 將自動附加到不正確的名稱，主機名和標準名稱上。\"\n\n#, php-format\nmsgid \"$ORIGIN value is currently set to: %s\"\nmsgstr \"$ORIGIN 的值目前設定為: %s\"\n\n#, php-format\nmsgid \"%%s cannot be greater than %%s.\"\nmsgstr \"%%s 不能大於 %%s.\"\n\n#, php-format\nmsgid \"%1$s (%2$s)\"\nmsgstr \"%1$s (%2$s)\"\n\n#, php-format\nmsgid \"%1$s - (Softwaredepot)\"\nmsgstr \"%1$s - (軟體庫)\"\n\n#, php-format\nmsgid \"%1$s - (Version: %2$s, Language: %3$s)\"\nmsgstr \"%1$s - (版本: %2$s, 語系: %3$s)\"\n\n#, php-format\nmsgid \"%1$s you are now logged as %2$s\"\nmsgstr \"%1$s 你現在已登入為 %2$s\"\n\n#, php-format\nmsgid \"%1$ss - Software\"\nmsgstr \"%1$ss - 軟體\"\n\n#, php-format\nmsgid \"%d day remaining until account expiration\"\nmsgid_plural \"%d days remaining until account expiration\"\nmsgstr[0] \"%d 當帳號到期時通知\"\n\n#, php-format\nmsgid \"%d strings translated\"\nmsgstr \"%d 條字串已經翻譯\"\n\n#, php-format\nmsgid \"%s account successfully deleted.\"\nmsgstr \"%s 帳號已經成功地刪除\"\n\n#, php-format\nmsgid \"%s doens't look like an i-MSCP plugin archive.\"\nmsgstr \"%s 看起來不像 i-MSCP 外掛壓縮檔。\"\n\n#, php-format\nmsgid \"%s doesn't exist or is empty.\"\nmsgstr \"%s 不存在或是空的\"\n\n#, php-format\nmsgid \"%s is not a valid i-MSCP language file.\"\nmsgstr \"%s 不是正確的 i-MSCP 語言檔\"\n\n#, php-format\nmsgid \"%s is not allowed as subdomain label.\"\nmsgstr \"%s 不允許的子網域標籤。\"\n\n#, php-format\nmsgid \"%s page\"\nmsgstr \"%s 頁\"\n\n#, php-format\nmsgid \"%s record\"\nmsgstr \"%s 筆記錄\"\n\n#, php-format\nmsgid \"%s webmail\"\nmsgstr \"%s webmail\"\n\n#, php-format\nmsgid \"\"\n\"%s: The clients consumption (%s) for this reseller is greater than the new \"\n\"limit.\"\nmsgstr \"%s: 此客戶訂購 (%s) 這個經銷商已超過新的限制。\"\n\n#, php-format\nmsgid \"\"\n\"%s: The total of items (%s) already assigned by the reseller is greater than\"\n\" the new limit.\"\nmsgstr \"%s: 此全部的項目 (%s) 已經設定給經銷商並大於新的限制了。\"\n\n#, php-format\nmsgid \"%s: This reseller has customer(s) with unlimited items.\"\nmsgstr \"%s: 這個經銷商有無限制的客戶。\"\n\n#, php-format\nmsgid \"\"\n\"%s: You cannot disable a service already consumed by reseller's customers.\"\nmsgstr \"%s: 您不可以停用經銷商客戶已購買的服務。\"\n\n#, php-format\nmsgid \"%s: You cannot disable a service already sold to reseller's customers.\"\nmsgstr \"%s: 您不可以停用已經賣給經銷商客戶的服務。\"\n\n#, php-format\nmsgid \"\"\n\"%s::getInfo() not implemented and %s not found. This is a bug in the %s \"\n\"plugin which must be reported to the author(s).\"\nmsgstr \"%s::getInfo() 沒在運作也 %s 沒找到。這是一個 %s 外掛的錯誤且必須回報給作者。\"\n\nmsgid \"(default)\"\nmsgstr \"(預設)\"\n\n#, php-format\nmsgid \"(filtered from %s total records)\"\nmsgstr \"(從 %s 過濾出全部紀錄)\"\n\nmsgid \"(usually named\"\nmsgstr \"（通常名稱\"\n\nmsgid \"A PHP extension stopped the file upload.\"\nmsgstr \"PHP extension 停用了檔案上傳。\"\n\nmsgid \"A hosting plan with same name already exists.\"\nmsgstr \"主機方案的名稱已經存在了。\"\n\n#, php-format\nmsgid \"A new configuration parameter has been created.\"\nmsgid_plural \"%d configuration parameters were created\"\nmsgstr[0] \"%d 設置參數已建立\"\n\nmsgid \"A new i-MSCP version is available\"\nmsgstr \"i-MSCP 目前已經有最新版本\"\n\nmsgid \"A new software package has been uploaded\"\nmsgstr \"新的軟體庫已上傳\"\n\nmsgid \"A task is in progress for this htuser.\"\nmsgstr \"在這個 htuser 上執行工作\"\n\nmsgid \"Access your domain statistics through the Web interface.\"\nmsgstr \"透過 Web 介面存取您的網域狀態。\"\n\nmsgid \"Access your files through the web interface.\"\nmsgstr \"經由網頁介面連線至您的 FTP\"\n\nmsgid \"Access your mail through the web interface.\"\nmsgstr \"透過 Web Mail 介面使用您的電子郵件\"\n\nmsgid \"Account limits\"\nmsgstr \"帳號限制\"\n\nmsgid \"Account name\"\nmsgstr \"帳號名稱\"\n\nmsgid \"Account summary\"\nmsgstr \"帳戶概觀\"\n\nmsgid \"Account type\"\nmsgstr \"帳戶類型\"\n\nmsgid \"Action\"\nmsgstr \"動作\"\n\nmsgid \"Action has been stopped.\"\nmsgstr \"動作已經停止了。\"\n\nmsgid \"Action has failed.\"\nmsgstr \"動作已失敗了。\"\n\nmsgid \"Actions\"\nmsgstr \"動作\"\n\nmsgid \"Activate\"\nmsgstr \"啟動\"\n\nmsgid \"Activate autoresponder\"\nmsgstr \"啟用自動回覆\"\n\nmsgid \"Activate this plugin\"\nmsgstr \"啟用這個外掛\"\n\nmsgid \"Activated\"\nmsgstr \"已啟用\"\n\nmsgid \"Activated software\"\nmsgstr \"已啟用的軟體\"\n\nmsgid \"Activation email\"\nmsgstr \"帳戶啟用信\"\n\nmsgid \"Activation in progress...\"\nmsgstr \"啟用執行中...\"\n\nmsgid \"Activation link expire time in minutes\"\nmsgstr \"啟動密碼鏈結過期時間在幾分鐘\"\n\nmsgid \"Add\"\nmsgstr \"增加\"\n\nmsgid \"Add DNS resource record\"\nmsgstr \"新增 DNS 紀錄\"\n\nmsgid \"Add FTP account\"\nmsgstr \"新增 FTP 帳號\"\n\nmsgid \"Add Htaccess group\"\nmsgstr \"新增 Htaccess 群組\"\n\nmsgid \"Add Htaccess user\"\nmsgstr \"新增 Htaccess 使用者\"\n\nmsgid \"Add SQL database\"\nmsgstr \"增加 SQL 資料庫\"\n\nmsgid \"Add SQL user\"\nmsgstr \"增加 SQL 使用者\"\n\nmsgid \"Add SSL certificate\"\nmsgstr \"新增 SSL 證書\"\n\nmsgid \"Add admin\"\nmsgstr \"增加管理員\"\n\nmsgid \"Add catch-all account\"\nmsgstr \"新增外部抓取帳號\"\n\nmsgid \"Add custom menu\"\nmsgstr \"新增自訂選單\"\n\nmsgid \"Add customer\"\nmsgstr \"新增客戶\"\n\nmsgid \"Add customer - Next step\"\nmsgstr \"新增客戶 - 下一步\"\n\nmsgid \"Add domain alias\"\nmsgstr \"增加網域別名\"\n\nmsgid \"Add group\"\nmsgstr \"增加群組\"\n\nmsgid \"Add hosting plan\"\nmsgstr \"增加代管方案\"\n\nmsgid \"Add mail account\"\nmsgstr \"新增郵件帳號\"\n\nmsgid \"Add new IP address\"\nmsgstr \"新增 IP 位址\"\n\nmsgid \"Add new protected area\"\nmsgstr \"增加新的保護區域\"\n\nmsgid \"Add permissions\"\nmsgstr \"新增權限\"\n\nmsgid \"Add permissions for reseller to software:\"\nmsgstr \"新增經銷商軟體的權限\"\n\nmsgid \"Add protected area\"\nmsgstr \"新增保護區域\"\n\nmsgid \"Add reseller\"\nmsgstr \"增加代理商\"\n\nmsgid \"Add subdomain\"\nmsgstr \"增加子網域\"\n\nmsgid \"Add user\"\nmsgstr \"增加使用者\"\n\nmsgid \"Added by\"\nmsgstr \"新增是由\"\n\nmsgid \"Addition in progress...\"\nmsgstr \"增加執行中...\"\n\nmsgid \"Admin\"\nmsgstr \"管理員\"\n\nmsgid \"Admin / General / Admin Log\"\nmsgstr \"管理 / 一般 / 管理紀錄\"\n\nmsgid \"Admin / General / Overview\"\nmsgstr \"管理 / 一般 / 概要\"\n\nmsgid \"Admin / General / Services Status\"\nmsgstr \"管理 / 一般 / 服務狀態\"\n\nmsgid \"Admin / Profile / Account Summary\"\nmsgstr \"管理 / 個人設定 / 帳號摘要\"\n\nmsgid \"Admin / Profile / Language\"\nmsgstr \"管理 / 個人設定 / 語系\"\n\nmsgid \"Admin / Profile / Layout\"\nmsgstr \"管理 / 個人設定 / 風格\"\n\nmsgid \"Admin / Profile / Password\"\nmsgstr \"管理 / 個人設定 / 密碼\"\n\nmsgid \"Admin / Profile / Personal Data\"\nmsgstr \"管理 / 個人設定 / 個人資料\"\n\nmsgid \"Admin / Settings\"\nmsgstr \"管理 / 設定\"\n\nmsgid \"Admin / Settings / IP Management\"\nmsgstr \"管理 / 設定 / IP 位址管理\"\n\nmsgid \"Admin / Settings / Languages\"\nmsgstr \"管理 / 設定 / 語系\"\n\nmsgid \"Admin / Settings / Lost Password Email\"\nmsgstr \"管理 / 設定 / 忘記密碼郵件\"\n\nmsgid \"Admin / Settings / Monthly Server Traffic\"\nmsgstr \"管理 / 設定 / 每月伺服器流量\"\n\nmsgid \"Admin / Settings / Plugin Management\"\nmsgstr \"管理 / 設定 / 外掛管理\"\n\nmsgid \"Admin / Settings / Service Ports\"\nmsgstr \"管理 / 設定 / 服務連接埠\"\n\nmsgid \"Admin / Settings / Software Management\"\nmsgstr \"管理 / 設定 / 軟體管理\"\n\nmsgid \"Admin / Settings / Software Options\"\nmsgstr \"管理 / 設定 / 軟體選項\"\n\nmsgid \"Admin / Settings / Welcome Email\"\nmsgstr \"管理 / 設定 / 歡迎郵件\"\n\nmsgid \"Admin / Settings / {TR_DYNAMIC_TITLE}\"\nmsgstr \"管理 / 設定 / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Admin / Software Management / Reseller Software\"\nmsgstr \"管理 / 軟體管理 / 經銷商軟體\"\n\nmsgid \"Admin / Statistics / IP Usage\"\nmsgstr \"管理 / 狀態 / IP 使用情形\"\n\nmsgid \"Admin / Statistics / Reseller Statistics\"\nmsgstr \"管理 / 狀態 / 經銷商狀態\"\n\nmsgid \"Admin / Statistics / Reseller Statistics / User Statistics\"\nmsgstr \"管理 / 狀態 / 經銷商狀態 / 使用者狀態\"\n\nmsgid \"\"\n\"Admin / Statistics / Reseller Statistics / User Statistics / {USERNAME} user\"\n\" statistics\"\nmsgstr \"管理 / 狀態 / 經銷商狀態 / 使用者狀態 / {USERNAME} 使用者狀態\"\n\nmsgid \"Admin / Statistics / Server Statistics\"\nmsgstr \"管理 / 狀態 / 伺服器狀態\"\n\nmsgid \"Admin / Support / Closed Tickets\"\nmsgstr \"管理 / 支援 / 已關閉服務單\"\n\nmsgid \"Admin / Support / View Ticket\"\nmsgstr \"管理 / 支援 / 檢視服務單\"\n\nmsgid \"Admin / System Tools / Anti-Rootkits Logs\"\nmsgstr \"管理 / 系統工具 / Anti-Rootkits 紀錄\"\n\nmsgid \"Admin / System Tools / Debugger\"\nmsgstr \"管理 / 系統工具 / 除錯\"\n\nmsgid \"Admin / System Tools / Maintenance Settings\"\nmsgstr \"管理 / 系統工具 / 維護設定\"\n\nmsgid \"Admin / System Tools / System Information\"\nmsgstr \"管理 / 系統工具 / 系統資訊\"\n\nmsgid \"Admin / System Tools / i-MSCP Updates\"\nmsgstr \"管理 / 系統工具 / i-MSCP 更新\"\n\nmsgid \"Admin / Users / Add Admin\"\nmsgstr \"管理 / 使用者 / 新增管理者\"\n\nmsgid \"Admin / Users / Add Reseller\"\nmsgstr \"管理 / 使用者 / 新增經銷商\"\n\nmsgid \"Admin / Users / Circular\"\nmsgstr \"管理 / 使用者 / 通知\"\n\nmsgid \"Admin / Users / Customer Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Edit Reseller\"\nmsgstr \"管理 / 使用者 / 編輯經銷商\"\n\nmsgid \"Admin / Users / Overview\"\nmsgstr \"管理 / 使用者 / 概要\"\n\nmsgid \"Admin / Users / Overview / Domain Details\"\nmsgstr \"管理 / 使用者 / 概要 / 網域詳細資訊\"\n\nmsgid \"Admin / Users / Overview / Edit Admin\"\nmsgstr \"管理 / 使用者 / 概要 / 編輯管理者\"\n\nmsgid \"Admin / Users / Overview / Edit Customer\"\nmsgstr \"管理 / 使用者 / 概要 / 編輯客戶\"\n\nmsgid \"Admin / Users / Reseller Assignments\"\nmsgstr \"\"\n\nmsgid \"Admin / Users / Sessions\"\nmsgstr \"管理 / 使用者 / 連線數\"\n\nmsgid \"Admin log\"\nmsgstr \"管理員日誌\"\n\nmsgid \"Admin not available\"\nmsgstr \"管理者無效\"\n\nmsgid \"Admin users\"\nmsgstr \"管理員使用者\"\n\nmsgid \"Admin/IP usage statistics\"\nmsgstr \"管理/IP 使用狀態\"\n\nmsgid \"Administrator\"\nmsgstr \"管理員\"\n\nmsgid \"Administrator and Reseller levels\"\nmsgstr \"管理員和經銷商級別\"\n\nmsgid \"Administrator and customer\"\nmsgstr \"管理者與客戶\"\n\nmsgid \"Administrator and customer levels\"\nmsgstr \"管理員和客戶級別\"\n\nmsgid \"Administrator and reseller\"\nmsgstr \"管理者與經銷商\"\n\nmsgid \"Administrator level\"\nmsgstr \"管理員級別\"\n\nmsgid \"Administrator login\"\nmsgstr \"管理員登入\"\n\nmsgid \"Administrators\"\nmsgstr \"管理員\"\n\nmsgid \"Administrators and customers\"\nmsgstr \"管理員與客戶\"\n\nmsgid \"Administrators and resellers\"\nmsgstr \"管理員與經銷商\"\n\nmsgid \"\"\n\"After your upload the package it will be installed on your \"\n\"systems.<br>Refresh your site to see the new status!\"\nmsgstr \"在您上傳套件將會自動安裝在您的系統上。<br>重整您的網站來確認新的狀態!\"\n\nmsgid \"All\"\nmsgstr \"所有\"\n\nmsgid \"All closed tickets were successfully deleted.\"\nmsgstr \"所有已結案的服務單成功刪除。\"\n\nmsgid \"All errors (Development)\"\nmsgstr \"所有錯誤 (開發用)\"\n\nmsgid \"All errors, except E_DEPRECATED and E_STRICT (Production)\"\nmsgstr \"所有錯誤，除了 E_DEPRECATED 和 E_STRICT (正式用)\"\n\nmsgid \"All errors, except E_NOTICES, E_STRICT AND E_DEPRECATED (Default)\"\nmsgstr \"所有錯誤，除了 E_NOTICES, E_STRICT 和 E_DEPRECATED (預設)\"\n\nmsgid \"All fields are required.\"\nmsgstr \"所有欄位皆必填．\"\n\nmsgid \"All fields are valid.\"\nmsgstr \"所有欄位都正確。\"\n\nmsgid \"All in\"\nmsgstr \"全部接收\"\n\nmsgid \"All levels\"\nmsgstr \"所有等級\"\n\nmsgid \"All open tickets were successfully deleted.\"\nmsgstr \"所有待解答的服務單已成功刪除。\"\n\nmsgid \"All out\"\nmsgstr \"全部發送\"\n\nmsgid \"All reseller\"\nmsgstr \"所有經銷商\"\n\nmsgid \"All traffic\"\nmsgstr \"所有流量\"\n\nmsgid \"All users\"\nmsgstr \"所有使用者\"\n\nmsgid \"Allow URL fopen\"\nmsgstr \"允許 URL fopen\"\n\nmsgid \"Allows to forward any request made to this domain to a specific URL.\"\nmsgstr \"允許轉址任何需求來達成這個網域指到特定的 URL。\"\n\nmsgid \"Allows to share the mount point of another domain.\"\nmsgstr \"允許分享掛載點到其他網域上。\"\n\nmsgid \"Already in use\"\nmsgstr \"已經被使用\"\n\nmsgid \"Alt. URL\"\nmsgstr \"臨時網址\"\n\nmsgid \"Alternate URL to reach your website.\"\nmsgstr \"您的臨時網址\"\n\nmsgid \"Alternative URL to reach your website\"\nmsgstr \"您的臨時網址\"\n\nmsgid \"An unexpected error occurred.\"\nmsgstr \"發生無法預期的錯誤。\"\n\nmsgid \"An unexpected error occurred. Please contact your administrator.\"\nmsgstr \"發生無法預期的錯誤，請連絡您的系統管理員。\"\n\nmsgid \"An unexpected error occurred. Please contact your reseller.\"\nmsgstr \"發生無法預期的錯誤，請連絡您的經銷商。\"\n\n#, php-format\nmsgid \"An unexpected error occurred: %s\"\nmsgstr \"發生無法預期的錯誤: %s\"\n\n#, php-format\nmsgid \"An unknown error occurred during file upload: %s\"\nmsgstr \"在您上傳檔案的過程中發生未知的錯誤: %s\"\n\nmsgid \"Anti-Rootkits Logs\"\nmsgstr \"Anti-Rootkits 紀錄\"\n\nmsgid \"Any\"\nmsgstr \"任何\"\n\nmsgid \"Application installer\"\nmsgstr \"應用程式安裝器\"\n\nmsgid \"Apply\"\nmsgstr \"套用\"\n\nmsgid \"Apply changes\"\nmsgstr \"套用更改\"\n\nmsgid \"Are you sure to install this package from the webdepot?\"\nmsgstr \"您確定要從網頁軟體庫中安裝這個套件?\"\n\nmsgid \"Are you sure to install this package?\"\nmsgstr \"您確定要安裝這個套件?\"\n\nmsgid \"Are you sure to remove the permissions ?\"\nmsgstr \"您確定要移除權限?\"\n\n#, php-format\nmsgid \"Are you sure you want delete the %s SQL user?\"\nmsgstr \"您確定要刪除 %s 這個 SQL 使用者?\"\n\nmsgid \"Are you sure you want to activate this package?\"\nmsgstr \"您確定要啟用這個 Package\"\n\n#, php-format\nmsgid \"Are you sure you want to delete %s?\"\nmsgstr \"你確定想刪除%s?\"\n\nmsgid \"Are you sure you want to delete all closed tickets?\"\nmsgstr \"您確定要刪除所有已結案的服務單?\"\n\nmsgid \"Are you sure you want to delete all selected mail accounts?\"\nmsgstr \"您確定要刪除所有選擇的郵件帳號?\"\n\nmsgid \"Are you sure you want to delete all tickets?\"\nmsgstr \"您確定要刪除所有服務單?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s FTP account?\"\nmsgstr \"您確定要刪除 %s FTP帳號?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias order?\"\nmsgstr \"您確定要刪除這個 %s 網域別名訂購?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s domain alias?\"\nmsgstr \"您確定要刪除 %s 這個網域別名?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s menu?\"\nmsgstr \"您確定要刪除 %s 這個選單?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the %s service port ?\"\nmsgstr \"您確定要刪除 %s 這個伺服器連接埠 ?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the '%s' ticket?\"\nmsgstr \"您確定要刪除 '%s' 服務單?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s' IP address?\"\nmsgstr \"你確定想刪除此 `%%s' IP 位址?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` FTP user?\"\nmsgstr \"你確定想刪除此 `%%s` FTP 使用者?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete the `%%s` protected area?\"\nmsgstr \"你確定想刪除此 `%%s` 受保護區域?\"\n\n#, php-format\nmsgid \"Are you sure you want to delete this %%s account?\"\nmsgstr \"您确定要删除此%%s帐户吗？\"\n\nmsgid \"Are you sure you want to delete this DNS record?\"\nmsgstr \"您確定要刪除這個 DNS 紀錄?\"\n\nmsgid \"Are you sure you want to delete this account?\"\nmsgstr \"您確定要刪除這個帳號?\"\n\nmsgid \"Are you sure you want to delete this catch-all account?\"\nmsgstr \"您確定要刪除這個外部抓取的帳號?\"\n\nmsgid \"Are you sure you want to delete this domain alias?\"\nmsgstr \"您確定要刪除這個網域別名?\"\n\nmsgid \"Are you sure you want to delete this hosting plan?\"\nmsgstr \"您確定要要刪除這個主機方案?\"\n\nmsgid \"Are you sure you want to delete this package?\"\nmsgstr \"您確定要刪除這個 Package ?\"\n\nmsgid \"Are you sure you want to delete this subdomain?\"\nmsgstr \"您確定要刪除這個子網域?\"\n\nmsgid \"\"\n\"Are you sure you want to import this package into the local software \"\n\"repository?\"\nmsgstr \"您確定要匯入這個套件到本機軟體庫?\"\n\nmsgid \"Are you sure you want to import this package into the software depot?\"\nmsgstr \"您確定要匯入這個套件到軟體庫?\"\n\nmsgid \"\"\n\"Are you sure you want to install this package from the Web software \"\n\"repository?\"\nmsgstr \"您確定要安裝這個套件到網站軟體庫?\"\n\nmsgid \"Are you sure you want to move the selected customers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to move the selected resellers?\"\nmsgstr \"\"\n\nmsgid \"Are you sure you want to restore the backup?\"\nmsgstr \"你確定想還原備份？\"\n\nmsgid \"Assign\"\nmsgstr \"指派\"\n\nmsgid \"Assign existing SQL user\"\nmsgstr \"指派已存在的的 SQL 使用者\"\n\nmsgid \"Assign group\"\nmsgstr \"指派群組\"\n\nmsgid \"Assigned to at least one reseller\"\nmsgstr \"至少分配一個經銷商\"\n\nmsgid \"At least one intermediate certificate is invalid or missing.\"\nmsgstr \"至少有一個中繈憑證是無效或遺失。\"\n\nmsgid \"At least one of your mailboxes is over quota.\"\nmsgstr \"至少一個您的信箱已經超過配額了。\"\n\nmsgid \"Authentication by group\"\nmsgstr \"依群組驗證\"\n\nmsgid \"Authentication by user\"\nmsgstr \"依使用者驗證\"\n\nmsgid \"Authentication users\"\nmsgstr \"使用者驗證\"\n\nmsgid \"Authentication users/groups\"\nmsgstr \"驗證使用者/群組\"\n\nmsgid \"Auto\"\nmsgstr \"自動\"\n\nmsgid \"Auto (Browser language)\"\nmsgstr \"自動 (瀏覽器語言)\"\n\nmsgid \"Automatic catch-all addresses\"\nmsgstr \"自動外部抓取位址\"\n\nmsgid \"Autoresponder\"\nmsgstr \"自動回覆\"\n\nmsgid \"Autoresponder has been activated.\"\nmsgstr \"自動回覆已啟用。\"\n\nmsgid \"Autoresponder has been deactivated.\"\nmsgstr \"自動回覆已停用。\"\n\nmsgid \"Autoresponder has been edited.\"\nmsgstr \"自動回覆已編輯過。\"\n\nmsgid \"Autoresponder message cannot be empty.\"\nmsgstr \"自動回覆的訊息不可以是空白。\"\n\nmsgid \"Available\"\nmsgstr \"有效\"\n\nmsgid \"Available software\"\nmsgstr \"有效軟體\"\n\nmsgid \"Awaiting activation\"\nmsgstr \"等待啟用\"\n\nmsgid \"Awaiting for approval\"\nmsgstr \"等待同意\"\n\nmsgid \"B\"\nmsgstr \"B\"\n\nmsgid \"Back\"\nmsgstr \"返回\"\n\nmsgid \"Backup\"\nmsgstr \"備份\"\n\nmsgid \"Backup and restore settings.\"\nmsgstr \"備份與還原設定\"\n\nmsgid \"Backup has been successfully scheduled for restoration.\"\nmsgstr \"還原備份的排程已成功\"\n\nmsgid \"Bad email address in catch-all addresses field.\"\nmsgstr \"有不正確的電子郵件地址在外部抓取的欄位中。\"\n\nmsgid \"Bad email address in forward list field.\"\nmsgstr \"有不正確的電子郵件地址在轉寄列表的欄位中。\"\n\nmsgid \"Bad password.\"\nmsgstr \"錯誤密碼\"\n\nmsgid \"Bad request.\"\nmsgstr \"錯誤需求\"\n\nmsgid \"Behind\"\nmsgstr \"背景\"\n\nmsgid \"\"\n\"Below you can move customers from a reseller to another reseller by \"\n\"selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below you can move resellers from an administrator to another administrator \"\n\"by selecting them and clicking the submit button.\"\nmsgstr \"\"\n\nmsgid \"\"\n\"Below, you can activate the external mail feature for one or many of your \"\n\"domains. Note that activating the external mail feature configures our \"\n\"server to relay your mail through your own mail server, but that no DNS \"\n\"record is created for it.\"\nmsgstr \"\"\n\"以下，您可以啟用外部郵件主機功能給一個或多個您的網域。注意這個啟用外部郵件主機功能設置將會把我們伺服器的郵件轉送到您指定的郵件主機，但是不會產生 DNS\"\n\" 紀錄。\"\n\nmsgid \"Blocking time between login/captcha attempts in seconds\"\nmsgstr \"封鎖登入及驗證碼嘗試的間隔 (在幾秒鐘)\"\n\nmsgid \"Blocking time between logins and captcha attempts\"\nmsgstr \"每次登入及驗證碼嘗試的間隔\"\n\nmsgid \"Blocktime in minutes\"\nmsgstr \"凍結時間在幾分鐘\"\n\nmsgid \"Body\"\nmsgstr \"內文\"\n\nmsgid \"Body is missing.\"\nmsgstr \"內文遺失\"\n\nmsgid \"Bogomips\"\nmsgstr \"Bogomips\"\n\nmsgid \"Bruteforce detection\"\nmsgstr \"設定監聽\"\n\nmsgid \"Bulk Actions\"\nmsgstr \"批次操作\"\n\nmsgid \"By\"\nmsgstr \"由\"\n\nmsgid \"CGI\"\nmsgstr \"CGI\"\n\nmsgid \"CPU Information\"\nmsgstr \"CPU 資訊\"\n\nmsgid \"Cache\"\nmsgstr \"快取記憶體\"\n\n#, php-format\nmsgid \"Can edit the PHP %s configuration option\"\nmsgstr \"可以編輯 PHP %s 設置選項\"\n\n#, php-format\nmsgid \"Can use the PHP %s function\"\nmsgstr \"可以使用 PHP %s 功能\"\n\nmsgid \"Cancel\"\nmsgstr \"取消\"\n\nmsgid \"Canonical name\"\nmsgstr \"別名(CNAME)\"\n\nmsgid \"Catch-all account\"\nmsgstr \"外部抓取帳號\"\n\nmsgid \"Catch-all account successfully scheduled for deletion.\"\nmsgstr \"刪除抓取外部郵件的排程已成功\"\n\nmsgid \"Catch-all accounts\"\nmsgstr \"外部抓取帳號\"\n\nmsgid \"Catch-all addresses\"\nmsgstr \"外部抓取位址\"\n\nmsgid \"Catch-all addresses field cannot be empty.\"\nmsgstr \"外部抓取位址欄位不能空白。\"\n\n#, php-format\nmsgid \"Catch-all addresses for the %s domain\"\nmsgstr \"這個 %s 網域的外部抓取位址\"\n\nmsgid \"Catch-all domain\"\nmsgstr \"外部抓取網域\"\n\nmsgid \"Catch-all successfully scheduled for addition.\"\nmsgstr \"新增抓取外部郵件的排程已成功\"\n\nmsgid \"Certificate\"\nmsgstr \"憑證\"\n\nmsgid \"Certificate data\"\nmsgstr \"憑證日期\"\n\nmsgid \"Change\"\nmsgstr \"變更\"\n\nmsgid \"Change status of this item for a new attempt\"\nmsgstr \"試著變更這個項目的狀態\"\n\nmsgid \"Check for update\"\nmsgstr \"檢查更新\"\n\nmsgid \"\"\n\"Check the reseller uploads!<br>It is not allowed to upload this package two \"\n\"times.<br>Refresh your site to see the new status!\"\nmsgstr \"確認經銷商的上傳!<br>這裡不允許上傳這個套件兩次。<br>重整您的站台來檢視新的狀態!\"\n\nmsgid \"\"\n\"Check your own uploads!<br>Ask the administrator if you don't find the \"\n\"package.<br>It is not allowed to upload this packages two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"確認您的上傳!<br>假如您找不到套件請詢問管理員。<br>這裡不允許上傳這個套件兩次。<br>重整您的站台來檢視新的狀態!\"\n\nmsgid \"\"\n\"Check your package. There is an error inside!<br>Refresh your site to see \"\n\"the new status!\"\nmsgstr \"確認您的套件。有一個錯誤在裡面!<br>重整您的網站來確認新的狀態!\"\n\nmsgid \"\"\n\"Check your software depot uploads!<br>It is not allowed to upload this \"\n\"package two times.<br>Refresh your site to see the new status!\"\nmsgstr \"確認您軟體庫的上傳!<br>這裡不允許上傳這個套件兩次。<br>重整您的站台來檢視新的狀態!\"\n\nmsgid \"Choose\"\nmsgstr \"選擇\"\n\nmsgid \"Choose dir\"\nmsgstr \"選擇目錄\"\n\n#, php-format\nmsgid \"Choose file (Max: %1$d MiB)\"\nmsgstr \"選擇檔案 (Max: %1$d MiB)\"\n\nmsgid \"Choose hosting plan\"\nmsgstr \"選擇代管方案\"\n\nmsgid \"Choose layout color\"\nmsgstr \"選擇版面顏色\"\n\nmsgid \"Choose your language\"\nmsgstr \"選擇您的語言\"\n\nmsgid \"Circular\"\nmsgstr \"發送訊息\"\n\nmsgid \"Circular successfully sent.\"\nmsgstr \"通知已成功送出。\"\n\nmsgid \"City\"\nmsgstr \"城市\"\n\nmsgid \"Class\"\nmsgstr \"Class\"\n\nmsgid \"Clear log\"\nmsgstr \"刪除日誌\"\n\nmsgid \"Click here for more details\"\nmsgstr \"點這裡取得更多資訊\"\n\nmsgid \"\"\n\"Click the Restore button and the system will restore the last daily backup\"\nmsgstr \"點擊“還原”按鈕系統將還原到最後的日常備份\"\n\nmsgid \"Click to edit\"\nmsgstr \"點選編輯\"\n\nmsgid \"Click to suspend this customer account.\"\nmsgstr \"點擊來暫停客戶帳號。\"\n\nmsgid \"Click to unsuspend this customer account.\"\nmsgstr \"點擊來取消暫停客戶帳號。\"\n\nmsgid \"Client / Databases / Add SQL Database\"\nmsgstr \"客戶 / 資料庫 / 新增 SQL 資料庫\"\n\nmsgid \"Client / Databases / Overview\"\nmsgstr \"客戶 / 資料庫 / 概要\"\n\nmsgid \"Client / Databases / Overview / Add SQL User\"\nmsgstr \"客戶 / 資料庫 / 概要 / 新增 SQL 使用者\"\n\nmsgid \"Client / Databases / Overview / Update SQL User Password\"\nmsgstr \"客戶 / 資料庫 / 概要 / 更新 SQL 使用者密碼\"\n\nmsgid \"Client / Domain / Edit DNS resource record\"\nmsgstr \"客戶 / 網域 / 編輯 DNS 紀錄\"\n\nmsgid \"Client / Domains\"\nmsgstr \"客戶 / 網域\"\n\nmsgid \"Client / Domains / Add DNS resource record\"\nmsgstr \"客戶 / 網域 / 新增 DNS 紀錄\"\n\nmsgid \"Client / Domains / Add Domain Alias\"\nmsgstr \"客戶 / 網域 / 新增網域別名\"\n\nmsgid \"Client / Domains / Add Subdomain\"\nmsgstr \"客戶 / 網域 / 新增子網域\"\n\nmsgid \"Client / Domains / Edit Domain\"\nmsgstr \"客戶 / 網域 / 編輯網域\"\n\nmsgid \"Client / Domains / Edit Domain Alias\"\nmsgstr \"客戶 / 網域 / 編輯網域別名\"\n\nmsgid \"Client / Domains / Edit Subdomain\"\nmsgstr \"客戶 / 網域 / 編輯子網域\"\n\nmsgid \"Client / Domains / PHP Settings\"\nmsgstr \"客戶 / 網域 / PHP 設定\"\n\nmsgid \"Client / Domains / SSL Certificate\"\nmsgstr \"客戶 / 網域 / SSL 憑證\"\n\nmsgid \"Client / FTP / Add FTP Account\"\nmsgstr \"客戶 / FTP / 新增 FTP 帳號\"\n\nmsgid \"Client / FTP / Overview\"\nmsgstr \"客戶 / FTP / 概要\"\n\nmsgid \"Client / FTP / Overview / Edit FTP Account\"\nmsgstr \"客戶 / FTP / 概要 / 編輯 FTP 帳號\"\n\nmsgid \"Client / General / Overview\"\nmsgstr \"客戶 / 一般 / 概要\"\n\nmsgid \"Client / Mail / Add Mail Account\"\nmsgstr \"客戶 / 郵件 / 新增郵件帳號\"\n\nmsgid \"Client / Mail / Catch-all Accounts\"\nmsgstr \"客戶 / 郵件 / 抓取外部帳號\"\n\nmsgid \"Client / Mail / Catch-all Accounts / Add Catch-all account\"\nmsgstr \"客戶 / 郵件 / 抓取外部帳號 / 新增抓取外部帳號\"\n\nmsgid \"Client / Mail / Edit Mail Account\"\nmsgstr \"客戶 / 郵件 / 編輯郵件帳號\"\n\nmsgid \"Client / Mail / External Mail Feature\"\nmsgstr \"客戶 / 郵件 / 外部郵件功能\"\n\nmsgid \"Client / Mail / Overview\"\nmsgstr \"客戶 / 郵件 / 概要\"\n\nmsgid \"Client / Mail / Overview / Activate Autoresponder\"\nmsgstr \"客戶 / 郵件 / 概要 / 啟用自動回覆\"\n\nmsgid \"Client / Mail / Overview / Edit Autoresponder\"\nmsgstr \"客戶 / 郵件 / 概要 / 編輯自動回覆\"\n\nmsgid \"Client / Profile / Account Summary\"\nmsgstr \"客戶 / 個人設定 / 帳號摘要\"\n\nmsgid \"Client / Profile / Language\"\nmsgstr \"客戶 / 個人設定 / 語系\"\n\nmsgid \"Client / Profile / Layout\"\nmsgstr \"客戶 / 個人設定 / 風格\"\n\nmsgid \"Client / Profile / Password\"\nmsgstr \"客戶 / 個人設定 / 密碼\"\n\nmsgid \"Client / Profile / Personal Data\"\nmsgstr \"客戶 / 個人設定 / 個人資料\"\n\nmsgid \"Client / Statistics\"\nmsgstr \"客戶 / 狀態\"\n\nmsgid \"Client / Support / Closed Tickets\"\nmsgstr \"客戶 / 支援 / 已關閉服務單\"\n\nmsgid \"Client / Support / New Ticket\"\nmsgstr \"客戶 / 支援 / 新增服務單\"\n\nmsgid \"Client / Support / Open Tickets\"\nmsgstr \"客戶 / 支援 / 開啟服務單\"\n\nmsgid \"Client / Support / View Ticket\"\nmsgstr \"客戶 / 支援 / 檢視服務單\"\n\nmsgid \"Client / Webtools / Custom Error Pages\"\nmsgstr \"客戶 / 網站工具 / 自訂錯誤頁面\"\n\nmsgid \"Client / Webtools / Daily Backup\"\nmsgstr \"客戶 / 網站工具 / 每日備份\"\n\nmsgid \"Client / Webtools / Overview\"\nmsgstr \"客戶 / 網站工具 / 概要\"\n\nmsgid \"Client / Webtools / Protected Areas\"\nmsgstr \"客戶 / 網站工具 / 已保護區域\"\n\nmsgid \"Client / Webtools / Protected Areas / Manage Users and Groups\"\nmsgstr \"客戶 / 網站工具 / 已保護區域 / 管理使用者及群組\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add Group\"\nmsgstr \"客戶 / 網站工具 / 已保護區域 / 管理使用者及群組 / 新增群組\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Add User\"\nmsgstr \"客戶 / 網站工具 / 已保護區域 / 管理使用者及群組 / 新增使用者\"\n\nmsgid \"\"\n\"Client / Webtools / Protected Areas / Manage Users and Groups / Edit User\"\nmsgstr \"客戶 / 網站工具 / 已保護區域 / 管理使用者及群組 / 編輯使用者\"\n\nmsgid \"Client / Webtools / Protected Areas / {TR_DYNAMIC_TITLE}\"\nmsgstr \"客戶 / 網站工具 / 已保護區域 / {TR_DYNAMIC_TITLE}\"\n\nmsgid \"Client / Webtools / Software\"\nmsgstr \"客戶 / 網站工具 / 軟體\"\n\nmsgid \"Client / Webtools / Software / Software Installation\"\nmsgstr \"客戶 / 網站工具 / 軟體 / 軟體安裝\"\n\nmsgid \"Client / Webtools / Software / View\"\nmsgstr \"客戶 / 網站工具 / 軟體 / 檢視\"\n\nmsgid \"Client users\"\nmsgstr \"客戶\"\n\nmsgid \"Clock speed (MHz)\"\nmsgstr \"時脈頻率 (MHz)\"\n\nmsgid \"Close\"\nmsgstr \"關閉\"\n\nmsgid \"Close the ticket\"\nmsgstr \"關閉這個服務單\"\n\nmsgid \"Close ticket\"\nmsgstr \"關閉服務單\"\n\nmsgid \"Closed tickets\"\nmsgstr \"已結案服務單\"\n\nmsgid \"Common name\"\nmsgstr \"名稱\"\n\nmsgid \"Company\"\nmsgstr \"公司名稱\"\n\nmsgid \"Configuration mode\"\nmsgstr \"設置模式\"\n\nmsgid \"Confirmation required\"\nmsgstr \"必須確認\"\n\n#, php-format\nmsgid \"Conflict with the `%s' DNS resource record.\"\nmsgstr \"與 `%s' DNS 紀錄衝突。\"\n\nmsgid \"Cores\"\nmsgstr \"核心數量\"\n\nmsgid \"Could not add/update SSL certificate. An unexpected error occurred.\"\nmsgstr \"無法新增/更新 SSL 憑證。已產生無法預期的錯誤。\"\n\n#, php-format\nmsgid \"Could not backup current `%s' plugin directory.\"\nmsgstr \"可能無法備份目前 %s 外掛目錄。\"\n\n#, php-format\nmsgid \"Could not change the %s plugin: %s\"\nmsgstr \"可能無法變更 %s 外掛: %s\"\n\n#, php-format\nmsgid \"Could not connect to the `%s' database. Please check the password.\"\nmsgstr \"可能無法連到 `%s' 資料庫。請確認密碼。\"\n\nmsgid \"Could not create domain alias. An unexpected error occurred.\"\nmsgstr \"無法建立網域別名。已產生無法預期的錯誤。\"\n\nmsgid \"Could not delete SQL database. An unexpected error occurred.\"\nmsgstr \"無法刪除 SQL 資料庫。已產生無法預期的錯誤。\"\n\nmsgid \"Could not delete SQL user. An unexpected error occurred.\"\nmsgstr \"無法刪除 SQL 使用者。已產生無法預期的錯誤。\"\n\nmsgid \"Could not delete SSL certificate. An unexpected error occurred.\"\nmsgstr \"無法刪除 SSL 憑證。已產生無法預期的錯誤。\"\n\n#, php-format\nmsgid \"Could not delete the %s plugin: %s\"\nmsgstr \"可能無法刪除 %s 外掛: %s\"\n\n#, php-format\nmsgid \"Could not disable the %s plugin: %s\"\nmsgstr \"可能無法停用 %s 外掛: %s\"\n\n#, php-format\nmsgid \"Could not enable the %s plugin: %s\"\nmsgstr \"可能無法啟用 %s 外掛: %s\"\n\nmsgid \"Could not find any network interface. You cannot add new IP addresses.\"\nmsgstr \"無法找到任何網路介面。您無法新增 IP 位址。\"\n\nmsgid \"Could not generate SSL certificate. An unexpected error occurred.\"\nmsgstr \"無法產生 SSL 憑證。已產生無法預期的錯誤。\"\n\n#, php-format\nmsgid \"Could not install the %s plugin: %s\"\nmsgstr \"可能無法安裝 %s 外掛: %s\"\n\n#, php-format\nmsgid \"Could not protect the %s plugin: %s\"\nmsgstr \"可能無法保護 %s 外掛: %s\"\n\n#, php-format\nmsgid \"Could not restore %s plugin directory\"\nmsgstr \"可能無法還原 %s 外掛目錄\"\n\nmsgid \"Could not retrieve directories.\"\nmsgstr \"可能無法下載目錄。\"\n\n#, php-format\nmsgid \"Could not uninstall the %s plugin: %s\"\nmsgstr \"可能無法反安裝 %s 外掛: %s\"\n\n#, php-format\nmsgid \"Could not update the %s plugin: %s\"\nmsgstr \"可能無法更新 %s 外掛: %s\"\n\nmsgid \"Could not upload file.\"\nmsgstr \"無法上傳檔案\"\n\nmsgid \"Could not upload file. File not found.\"\nmsgstr \"無法上傳檔案。檔案不存在。\"\n\n#, php-format\nmsgid \"\"\n\"Could not upload the file. Max. upload filesize (%1$d MB) has been reached.\"\nmsgstr \"無法上傳檔案。最大上傳檔案大小 (%1$d MB) 已經達到了。\"\n\n#, php-format\nmsgid \"Couldn't create the %s database.\"\nmsgstr \"無法建立 %s 資料庫。\"\n\nmsgid \"Couldn't delete domain alias. An unexpected error occurred.\"\nmsgstr \"無法建立網域別名。已產生無法預期的錯誤。\"\n\nmsgid \"Couldn't delete subdomain. An unexpected error occurred.\"\nmsgstr \"無法刪除子網域。已產生無法預期的錯誤。\"\n\n#, php-format\nmsgid \"Couldn't find domain properties for customer with ID %d.\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move customer with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't move reseller with ID %d: %s\"\nmsgstr \"\"\n\n#, php-format\nmsgid \"Couldn't validate DNS resource record: %s\"\nmsgstr \"可能無法驗證 DNS 紀錄: %s\"\n\nmsgid \"Count default mail accounts\"\nmsgstr \"計算預設郵件帳號\"\n\nmsgid \"Country\"\nmsgstr \"國家\"\n\nmsgid \"Create\"\nmsgstr \"建立\"\n\nmsgid \"Create default mail accounts\"\nmsgstr \"建立預設郵件帳號\"\n\nmsgid \"Created by\"\nmsgstr \"建立者\"\n\nmsgid \"Created on\"\nmsgstr \"建立在\"\n\nmsgid \"Creation date\"\nmsgstr \"建立日期\"\n\nmsgid \"Custom DNS errors\"\nmsgstr \"自訂 DNS 錯誤\"\n\nmsgid \"Custom DNS record successfully scheduled for deletion.\"\nmsgstr \"刪除自訂 DNS 紀錄的排程已成功\"\n\nmsgid \"Custom DNS records\"\nmsgstr \"自訂 DNS 紀錄\"\n\nmsgid \"Custom error page updated.\"\nmsgstr \"自訂錯誤頁面已經更新\"\n\nmsgid \"Custom error pages\"\nmsgstr \"自訂錯誤頁面\"\n\nmsgid \"Custom menu name and link\"\nmsgstr \"自訂選單及超連結\"\n\nmsgid \"Custom menu properties\"\nmsgstr \"自訂選單內容\"\n\nmsgid \"Custom menu successfully added.\"\nmsgstr \"自訂選單已經成功新增\"\n\nmsgid \"Custom menu successfully deleted.\"\nmsgstr \"自訂選單已經成功刪除\"\n\nmsgid \"Custom menu successfully updated.\"\nmsgstr \"自訂選單已經成功更新\"\n\nmsgid \"Custom menus\"\nmsgstr \"自訂選單\"\n\nmsgid \"Customer\"\nmsgstr \"客戶\"\n\nmsgid \"Customer account\"\nmsgstr \"客戶帳號\"\n\nmsgid \"Customer account successfully scheduled for activation.\"\nmsgstr \"啟用客戶帳號的排程已成功\"\n\nmsgid \"Customer account successfully scheduled for creation.\"\nmsgstr \"建立客戶帳號的排程已成功\"\n\nmsgid \"Customer account successfully scheduled for deactivation.\"\nmsgstr \"停用客戶帳號的排程已成功\"\n\nmsgid \"Customer account successfully scheduled for deletion.\"\nmsgstr \"刪除客戶帳號的排程已成功\"\n\nmsgid \"Customer account successfully updated.\"\nmsgstr \"更新客戶帳號已成功\"\n\nmsgid \"Customer assignments\"\nmsgstr \"客戶分配\"\n\nmsgid \"Customer consumption\"\nmsgstr \"客戶購買\"\n\nmsgid \"Customer level\"\nmsgstr \"客戶級別\"\n\nmsgid \"Customer name\"\nmsgstr \"\"\n\nmsgid \"Customer successfully scheduled for addition.\"\nmsgstr \"新增客戶的排程已成功\"\n\nmsgid \"Customer successfully scheduled for deletion.\"\nmsgstr \"刪除客戶的排程已成功\"\n\nmsgid \"Customer's layout color successfully updated.\"\nmsgstr \"更新客戶的版面色彩已成功\"\n\nmsgid \"Customer(s) successfully moved.\"\nmsgstr \"搬移客戶已成功\"\n\nmsgid \"Customers\"\nmsgstr \"客戶\"\n\nmsgid \"Customize error pages for your domain.\"\nmsgstr \"為您的網域自訂錯誤訊息頁面\"\n\nmsgid \"DNS record already exist.\"\nmsgstr \"DNS 紀錄已經存在．\"\n\nmsgid \"DNS resource record\"\nmsgstr \"DNS 紀錄\"\n\nmsgid \"DNS resource record scheduled for addition.\"\nmsgstr \"新增 DNS 紀錄的排程已成功\"\n\nmsgid \"DNS resource record scheduled for update.\"\nmsgstr \"更新 DNS 紀錄的排程已成功\"\n\nmsgid \"DNS resource records\"\nmsgstr \"DNS 紀錄\"\n\nmsgid \"DNS zone in which you want add this DNS resource record.\"\nmsgstr \"DNS 區域是讓您可以在其中新增 DNS 紀錄\"\n\nmsgid \"DOWN\"\nmsgstr \"未運行\"\n\nmsgid \"Daemon request failed.\"\nmsgstr \"背景執行失敗。\"\n\nmsgid \"Daemon request successful.\"\nmsgstr \"背景執行成功\"\n\nmsgid \"Daily backup\"\nmsgstr \"每日備份\"\n\nmsgid \"Data\"\nmsgstr \"資料\"\n\nmsgid \"Data were altered. Please try again.\"\nmsgstr \"資料已經改變。請再試一次。\"\n\nmsgid \"Database\"\nmsgstr \"資料庫\"\n\nmsgid \"Database Name and Users\"\nmsgstr \"資料庫名稱和使用者\"\n\nmsgid \"Database data\"\nmsgstr \"資料庫資料\"\n\nmsgid \"Database name\"\nmsgstr \"資料庫名稱\"\n\nmsgid \"Database name is too long.\"\nmsgstr \"資料庫名稱太長！\"\n\nmsgid \"Database name is unavailable or unallowed.\"\nmsgstr \"資料庫名稱是不能使用或不允許的。\"\n\nmsgid \"Database password\"\nmsgstr \"資料庫密碼\"\n\nmsgid \"Database prefix\"\nmsgstr \"資料庫前置字串\"\n\nmsgid \"Database prefix/suffix\"\nmsgstr \"資料庫前置字串/字尾\"\n\nmsgid \"Database required\"\nmsgstr \"需要資料庫\"\n\nmsgid \"Database usage\"\nmsgstr \"資料庫使用量\"\n\nmsgid \"Database user\"\nmsgstr \"資料庫使用者\"\n\nmsgid \"Database users\"\nmsgstr \"資料庫使用者\"\n\nmsgid \"Databases\"\nmsgstr \"資料庫\"\n\nmsgid \"Date\"\nmsgstr \"日期\"\n\nmsgid \"Day\"\nmsgstr \"日\"\n\nmsgid \"Days\"\nmsgstr \"日\"\n\nmsgid \"Deactivate\"\nmsgstr \"停用\"\n\nmsgid \"Deactivate this plugin\"\nmsgstr \"停用這個外掛\"\n\nmsgid \"Deactivated\"\nmsgstr \"已停用\"\n\nmsgid \"Deactivation in progress...\"\nmsgstr \"停用執行中...\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new account has been created for you.\\n\"\n\"\\n\"\n\"Your account information:\\n\"\n\"\\n\"\n\"Account type: {USERTYPE}\\n\"\n\"User name: {USERNAME}\\n\"\n\"Password: {PASSWORD}\\n\"\n\"\\n\"\n\"Remember to change your password often and the first time you login.\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"親愛的 {NAME},\\n\"\n\"\\n\"\n\"新的帳號已經為您建立好了。\\n\"\n\"\\n\"\n\"您的帳號資訊:\\n\"\n\"\\n\"\n\"使用者身份: {USERTYPE}\\n\"\n\"使用者名稱: {USERNAME}\\n\"\n\"密碼: {PASSWORD}\\n\"\n\"\\n\"\n\"記得要經常變更密碼以及在您第一次登入時也要變更。\\n\"\n\"\\n\"\n\"您可以登入到這 {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"請不要回覆這封郵件。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP 發信器\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"A new software package has been uploaded by a reseller.\\n\"\n\"\\n\"\n\"Reseller ID: {RESELLER_ID}\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"親愛的 {NAME},\\n\"\n\"\\n\"\n\"新的軟體套件已經由經銷商上傳了。\\n\"\n\"\\n\"\n\"經銷商 ID: {RESELLER_ID}\\n\"\n\"軟體套件: {SOFTWARE_PACKAGE}\\n\"\n\"軟體 ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"請不要回覆這封郵件。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP 發信器\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Please click on the link below to renew your password:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"Note: If you do not have requested the renewal of your password, you can ignore this email.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"親愛的 {NAME},\\n\"\n\"\\n\"\n\"請點擊以下的連結來更新您的密碼:\\n\"\n\"\\n\"\n\"{LINK}\\n\"\n\"\\n\"\n\"注意: 假如您沒有提出更新您的密碼需求，您可以忽略這封郵件。\\n\"\n\"\\n\"\n\"請不要回覆這封郵件。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"This is an automatic email sent by your i-MSCP control panel:\\n\"\n\"\\n\"\n\"Server name: {HOSTNAME}\\n\"\n\"Server IP:   {SERVER_IP}\\n\"\n\"Client IP:   {CLIENT_IP}\\n\"\n\"Version:     {VERSION}\\n\"\n\"Build:       {BUILDDATE}\\n\"\n\"Severity:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"親愛的 {NAME},\\n\"\n\"\\n\"\n\"這是一封由您的 i-MSCP 控制台自動發送給您的郵件:\\n\"\n\"\\n\"\n\"伺服器名稱: {HOSTNAME}\\n\"\n\"伺服器 IP:   {SERVER_IP}\\n\"\n\"客戶端 IP:   {CLIENT_IP}\\n\"\n\"版本:     {VERSION}\\n\"\n\"建立時間:       {BUILDDATE}\\n\"\n\"嚴重性:    {MESSAGE_SEVERITY}\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"請不要回覆這封郵件。\\n\"\n\"\\n\"\n\"________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new answer to a support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"親愛的 {NAME},\\n\"\n\"\\n\"\n\"您有新的支援單需要解答:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"優先權: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"您可以登入到 {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} 來回答。\\n\"\n\"\\n\"\n\"請不要回覆這封郵件。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"You have a new support ticket:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"Priority: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} to answer.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"親愛的 {NAME},\\n\"\n\"\\n\"\n\"您有新的支援單:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"優先權: {PRIORITY}\\n\"\n\"\\n\"\n\"{MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"您可以登入到 {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT} 來回答。\\n\"\n\"\\n\"\n\"請不要回覆這封郵件。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your customer {CUSTOMER} is awaiting for approval of a new domain alias:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"Login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php to activate\\n\"\n\"this domain alias.\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"親愛的 {NAME},\\n\"\n\"\\n\"\n\"您的客戶 {CUSTOMER} 正在等待審核通過新的網域別名:\\n\"\n\"\\n\"\n\"{ALIAS}\\n\"\n\"\\n\"\n\"登入到 {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}/reseller/alias.php 來啟動這個網域別名。\\n\"\n\"\\n\"\n\"請不要回覆這封郵件。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your password has been successfully renewed.\\n\"\n\"\\n\"\n\"Your new password is: {PASSWORD}\\n\"\n\"\\n\"\n\"You can login at {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"親愛的 {NAME},\\n\"\n\"\\n\"\n\"您的密碼已成功的更新了。\\n\"\n\"\\n\"\n\"您的新密碼是: {PASSWORD}\\n\"\n\"\\n\"\n\"您可以登入到 {BASE_SERVER_VHOST_PREFIX}{BASE_SERVER_VHOST}{BASE_SERVER_VHOST_PORT}\\n\"\n\"\\n\"\n\"請不要回覆這封郵件。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been deleted.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Message from your administrator:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\nmsgstr \"\"\n\"親愛的 {NAME},\\n\"\n\"\\n\"\n\"您的軟體套件已經刪除了。\\n\"\n\"\\n\"\n\"軟體套件: {SOFTWARE_PACKAGE}\\n\"\n\"軟體 ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"您的管理者給您的郵件:\\n\"\n\"\\n\"\n\"==========================================================================\\n\"\n\"{ADMIN_MESSAGE}\\n\"\n\"==========================================================================\\n\"\n\"\\n\"\n\"請不要回覆這封郵件。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer\"\n\nmsgid \"\"\n\"Dear {NAME},\\n\"\n\"\\n\"\n\"Your software package has been successfully activated.\\n\"\n\"\\n\"\n\"Software package: {SOFTWARE_PACKAGE}\\n\"\n\"Software ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"Please do not reply to this email.\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\nmsgstr \"\"\n\"親愛的 {NAME},\\n\"\n\"\\n\"\n\"您的軟體套件已成功啟用。\\n\"\n\"\\n\"\n\"軟體套件: {SOFTWARE_PACKAGE}\\n\"\n\"軟體 ID: {SOFTWARE_ID}\\n\"\n\"\\n\"\n\"請不要回覆這封郵件。\\n\"\n\"\\n\"\n\"___________________________\\n\"\n\"i-MSCP Mailer.\"\n\nmsgid \"Debugger\"\nmsgstr \"除錯\"\n\nmsgid \"Default\"\nmsgstr \"預設\"\n\nmsgid \"Default language\"\nmsgstr \"預設語系\"\n\nmsgid \"Default language successfully updated.\"\nmsgstr \"預設語系已成功更新\"\n\nmsgid \"\"\n\"Defines whether or not customers can add/change SSL certificates for their \"\n\"domains.\"\nmsgstr \"設定是否讓客戶可以新增/變更 SSL 憑證在他們的網域上。\"\n\nmsgid \"Delete\"\nmsgstr \"刪除\"\n\nmsgid \"Delete all tickets\"\nmsgstr \"刪除所有服務單\"\n\nmsgid \"Delete from log:\"\nmsgstr \"刪除日誌:\"\n\nmsgid \"Delete order\"\nmsgstr \"刪除訂單\"\n\nmsgid \"Delete reseller software\"\nmsgstr \"刪除經銷商軟體\"\n\nmsgid \"Delete selected mail accounts\"\nmsgstr \"刪除已選擇的郵件帳號\"\n\nmsgid \"Delete this plugin\"\nmsgstr \"刪除這個外掛\"\n\nmsgid \"Delete ticket\"\nmsgstr \"刪除服務單\"\n\nmsgid \"Deletion in progress\"\nmsgstr \"刪除執行中\"\n\nmsgid \"Deletion in progress...\"\nmsgstr \"刪除執行中...\"\n\nmsgid \"Depot import\"\nmsgstr \"軟體匯入\"\n\nmsgid \"Description\"\nmsgstr \"描述\"\n\nmsgid \"Description cannot be empty.\"\nmsgstr \"描述不可以空白\"\n\nmsgid \"Details\"\nmsgstr \"詳細\"\n\n#, php-format\nmsgid \"Directory %s doesn't exists.\"\nmsgstr \"目錄 %s 不存在。\"\n\n#, php-format\nmsgid \"Directory '%s' doesn't exists.\"\nmsgstr \"目錄 '%s' 不存在。\"\n\n#, php-format\nmsgid \"Directory '%s' is not allowed or invalid.\"\nmsgstr \"目錄 '%s' 是不允許或是無效的。\"\n\nmsgid \"Disabled\"\nmsgstr \"停用\"\n\nmsgid \"Disabled functions\"\nmsgstr \"停用功能\"\n\nmsgid \"Disconnect\"\nmsgstr \"中斷\"\n\nmsgid \"Disk\"\nmsgstr \"磁碟空間\"\n\nmsgid \"Disk space\"\nmsgstr \"磁碟空間\"\n\nmsgid \"Disk space limit [MiB]\"\nmsgstr \"網頁空間容量限制 [MiB]\"\n\nmsgid \"Disk usage\"\nmsgstr \"硬碟使用量\"\n\nmsgid \"Disk usage detail\"\nmsgstr \"硬碟使用量資訊\"\n\nmsgid \"Display errors\"\nmsgstr \"顯示錯誤訊息\"\n\nmsgid \"Document root\"\nmsgstr \"根目錄\"\n\nmsgid \"Domain\"\nmsgstr \"網域\"\n\n#, php-format\nmsgid \"Domain %s cannot be forwarded on itself.\"\nmsgstr \"網域 %s 不能轉址到自己身上。\"\n\n#, php-format\nmsgid \"Domain %s is unavailable.\"\nmsgstr \"網域 %s 是無效的。\"\n\nmsgid \"Domain IP\"\nmsgstr \"網域 IP\"\n\nmsgid \"Domain Name\"\nmsgstr \"網域名稱\"\n\nmsgid \"Domain account\"\nmsgstr \"網域帳號\"\n\nmsgid \"Domain account expired.\"\nmsgstr \"網域帳號已經到期\"\n\nmsgid \"Domain accounts\"\nmsgstr \"網域帳號\"\n\nmsgid \"Domain alias\"\nmsgstr \"網域別名\"\n\n#, php-format\nmsgid \"Domain alias %s cannot be forwarded on itself.\"\nmsgstr \"網域別名 %s 不可以轉址到自己身上。\"\n\nmsgid \"Domain alias errors\"\nmsgstr \"網域別名錯誤\"\n\nmsgid \"Domain alias name\"\nmsgstr \"網域別名\"\n\nmsgid \"Domain alias successfully created.\"\nmsgstr \"網域別名已成功建立。\"\n\nmsgid \"Domain alias successfully ordered.\"\nmsgstr \"網域別名已成功訂購。\"\n\nmsgid \"Domain alias successfully scheduled for addition.\"\nmsgstr \"新增網域別名的排程已成功\"\n\nmsgid \"Domain alias successfully scheduled for deletion.\"\nmsgstr \"刪除網域別名的排程已成功\"\n\nmsgid \"Domain alias successfully scheduled for update.\"\nmsgstr \"更新網域別名的排程已成功\"\n\nmsgid \"Domain aliases\"\nmsgstr \"網域別名\"\n\nmsgid \"Domain aliases limit\"\nmsgstr \"網域別名限制\"\n\nmsgid \"Domain and SQL databases\"\nmsgstr \"網域 及 SQL資料庫\"\n\nmsgid \"Domain data\"\nmsgstr \"網域資料\"\n\nmsgid \"Domain data were altered. Please try again.\"\nmsgstr \"網域資料已改變，請再試一次。\"\n\nmsgid \"Domain details\"\nmsgstr \"網域詳細資料\"\n\nmsgid \"Domain errors\"\nmsgstr \"網域錯誤\"\n\nmsgid \"Domain expiration date\"\nmsgstr \"網域到期日\"\n\nmsgid \"Domain expiration date must be filled.\"\nmsgstr \"網域到期日必須填寫\"\n\nmsgid \"Domain for which PHP Editor must act.\"\nmsgstr \"網域的 PHP 編輯器必須啟動。\"\n\nmsgid \"Domain name\"\nmsgstr \"網域名稱\"\n\nmsgid \"Domain name (ASCII form) cannot be greater than 255 characters.\"\nmsgstr \"網域名稱 (ASCII 表) 不可以超過 255 字元。\"\n\nmsgid \"Domain name cannot be empty.\"\nmsgstr \"網域名稱不能為空\"\n\nmsgid \"Domain name cannot start nor end with dot.\"\nmsgstr \"網域名稱不可以在開頭或結尾時用\\\"點\\\"。\"\n\n#, php-format\nmsgid \"Domain name contains an invalid character: %s\"\nmsgstr \"網域名稱包括了無效的字元: %s\"\n\nmsgid \"Domain name labels cannot be greater than 63 characters.\"\nmsgstr \"網域名稱標籤不可以超過 63 個字元。\"\n\nmsgid \"Domain name labels cannot start nor end with hyphen.\"\nmsgstr \"網域名稱標籤不可以在開頭或結尾用連字號\\\"-\\\"。\"\n\nmsgid \"Domain new expiration date\"\nmsgstr \"網域新的到期日\"\n\nmsgid \"Domain overview\"\nmsgstr \"網域概要\"\n\nmsgid \"Domain scheduled for update.\"\nmsgstr \"更新網域排程\"\n\nmsgid \"Domain statistics\"\nmsgstr \"網域狀態\"\n\nmsgid \"Domain status is not ok.\"\nmsgstr \"網域狀態不正常。\"\n\nmsgid \"Domain successfully scheduled for update.\"\nmsgstr \"更新網域的排程已成功\"\n\nmsgid \"Domain successfully updated.\"\nmsgstr \"網域已成功更新。\"\n\nmsgid \"Domain type\"\nmsgstr \"網域類型\"\n\nmsgid \"Domains\"\nmsgstr \"網域\"\n\nmsgid \"Domains limit\"\nmsgstr \"網域限制\"\n\nmsgid \"Domains per page\"\nmsgstr \"每頁顯示網域數\"\n\nmsgid \"Done\"\nmsgstr \"完成\"\n\nmsgid \"Download\"\nmsgstr \"下載\"\n\nmsgid \"Download TAR\"\nmsgstr \"下載 TAR 檔\"\n\nmsgid \"Download ZIP\"\nmsgstr \"下載 ZIP 檔\"\n\nmsgid \"Download links\"\nmsgstr \"下載連結\"\n\nmsgid \"Download the archives stored in this directory\"\nmsgstr \"下載壓縮檔並儲存到此目錄\"\n\nmsgid \"EB\"\nmsgstr \"EB\"\n\nmsgid \"Edit\"\nmsgstr \"編輯\"\n\nmsgid \"Edit DNS resource record\"\nmsgstr \"編輯 DNS 紀錄\"\n\nmsgid \"Edit FTP account\"\nmsgstr \"編輯 FTP 帳號\"\n\nmsgid \"Edit SSL certificate\"\nmsgstr \"編輯 SSL 憑證\"\n\nmsgid \"Edit admin\"\nmsgstr \"編輯管理員\"\n\nmsgid \"Edit autoresponder\"\nmsgstr \"編輯自動回覆\"\n\nmsgid \"Edit custom error page\"\nmsgstr \"編輯自訂錯誤頁面\"\n\nmsgid \"Edit custom menu\"\nmsgstr \"編輯自訂選單\"\n\nmsgid \"Edit customer\"\nmsgstr \"編輯客戶\"\n\nmsgid \"Edit domain\"\nmsgstr \"編輯網域\"\n\nmsgid \"Edit domain alias\"\nmsgstr \"編輯網域別名\"\n\nmsgid \"Edit error page\"\nmsgstr \"編輯錯誤頁\"\n\nmsgid \"Edit hosting plan\"\nmsgstr \"編輯主機方案\"\n\nmsgid \"Edit htaccess user\"\nmsgstr \"編輯 htaccess 使用者\"\n\nmsgid \"Edit mail account\"\nmsgstr \"編輯郵件帳號\"\n\nmsgid \"Edit protected area\"\nmsgstr \"編輯已保護區域\"\n\nmsgid \"Edit reseller\"\nmsgstr \"編輯經銷商\"\n\nmsgid \"Edit subdomain\"\nmsgstr \"編輯子網域\"\n\nmsgid \"EiB\"\nmsgstr \"EiB\"\n\nmsgid \"Email\"\nmsgstr \"電子郵件\"\n\nmsgid \"Email address\"\nmsgstr \"電子郵件地址\"\n\n#, php-format\nmsgid \"Email quota cannot be bigger than %s\"\nmsgstr \"郵件配額不可以大於 %s\"\n\nmsgid \"Email settings\"\nmsgstr \"電子郵件設定\"\n\nmsgid \"Email setup\"\nmsgstr \"電子郵件設定\"\n\nmsgid \"Email successfully updated.\"\nmsgstr \"電子郵件已成功更新。\"\n\nmsgid \"Enable SSL\"\nmsgstr \"啟用 SSL\"\n\nmsgid \"Enabled\"\nmsgstr \"啟用\"\n\n#, php-format\nmsgid \"Enabled for: %s\"\nmsgstr \"啟用: %s\"\n\nmsgid \"Error details\"\nmsgstr \"錯誤的詳細資訊\"\n\nmsgid \"Error pages\"\nmsgstr \"錯誤頁面\"\n\nmsgid \"Error reporting\"\nmsgstr \"錯誤報告\"\n\nmsgid \"Error: Remote File not found!\"\nmsgstr \"錯誤: 遠端檔案不存在\"\n\nmsgid \"Errors\"\nmsgstr \"錯誤\"\n\nmsgid \"Execute tasks\"\nmsgstr \"執行工作\"\n\nmsgid \"Ext. mail server\"\nmsgstr \"外部郵件伺服器\"\n\nmsgid \"External mail feature\"\nmsgstr \"外部郵件功能\"\n\nmsgid \"External mail server\"\nmsgstr \"外部郵件伺服器\"\n\nmsgid \"External mail server feature scheduled for activation.\"\nmsgstr \"啟用外部郵件伺服器功能的排程已成功\"\n\nmsgid \"External mail server feature scheduled for deactivation.\"\nmsgstr \"停用外部郵件伺服器功能的排程已成功\"\n\nmsgid \"FTP account\"\nmsgstr \"FTP 帳號\"\n\nmsgid \"FTP account already exists.\"\nmsgstr \"FTP 帳號已經存在\"\n\nmsgid \"FTP account limit reached.\"\nmsgstr \"已到達 FTP 帳號限制。\"\n\nmsgid \"FTP account successfully added.\"\nmsgstr \"FTP 帳號已經成功新增\"\n\nmsgid \"FTP account successfully deleted.\"\nmsgstr \"FTP 帳號已經成功刪除\"\n\nmsgid \"FTP account successfully updated.\"\nmsgstr \"FTP 帳號已經成功更新\"\n\nmsgid \"FTP accounts\"\nmsgstr \"FTP  帳號\"\n\nmsgid \"FTP accounts limit\"\nmsgstr \"FTP 帳號限制\"\n\nmsgid \"FTP home directory\"\nmsgstr \"FTP 家目錄\"\n\nmsgid \"FTP home directory cannot be empty.\"\nmsgstr \"FTP 家目錄不可以空白\"\n\nmsgid \"FTP traffic\"\nmsgstr \"FTP 流量\"\n\nmsgid \"FTP user errors\"\nmsgstr \"FTP 使用者錯誤\"\n\nmsgid \"Failed to write file to disk.\"\nmsgstr \"寫入到磁碟失敗。\"\n\nmsgid \"Failure in the package. Deleting!\"\nmsgstr \"在套件中失敗，刪除中!\"\n\nmsgid \"Fax\"\nmsgstr \"傳真\"\n\nmsgid \"Feature\"\nmsgstr \"功能\"\n\nmsgid \"Features\"\nmsgstr \"功能\"\n\nmsgid \"Female\"\nmsgstr \"女\"\n\n#, php-format\nmsgid \"File %s doesn't exist or cannot be reached!\"\nmsgstr \"檔案 %s 不存在或沒收到!\"\n\n#, php-format\nmsgid \"File %s doesn't look like a migration file.\"\nmsgstr \"檔案 %s 看起來不像是個搬移檔案。\"\n\n#, php-format\nmsgid \"File does not exist. %1$s.tar.gz\"\nmsgstr \"檔案不存在。 %1$s.tar.gz\"\n\nmsgid \"File exceeds the size limit.\"\nmsgstr \"檔案超過大小限制。\"\n\nmsgid \"File has been successfully uploaded.\"\nmsgstr \"檔案已經成功上傳\"\n\nmsgid \"File is not readable.\"\nmsgstr \"檔案無法讀取。\"\n\nmsgid \"File needs to be a 'tar.gz' archive.\"\nmsgstr \"檔案必須為 'tar.gz' 格式的壓縮檔\"\n\nmsgid \"File successfully uploaded.\"\nmsgstr \"檔案已經成功上傳\"\n\nmsgid \"File usage\"\nmsgstr \"檔案使用量\"\n\nmsgid \"FileManager\"\nmsgstr \"文件管理器\"\n\nmsgid \"Filesystem system Info\"\nmsgstr \"檔案系統資訊\"\n\nmsgid \"Fill out a message text.\"\nmsgstr \"填入訊息文字。\"\n\nmsgid \"Filter customers by\"\nmsgstr \"過濾客戶依照\"\n\nmsgid \"First name\"\nmsgstr \"名\"\n\nmsgid \"For the time being, you can only add forwarded mail account.\"\nmsgstr \"在這個同時，您只能新增轉寄郵件帳號。\"\n\nmsgid \"For the time being, you can only edit your forwarded mail account.\"\nmsgstr \"在這個同時，您只能編輯您的轉寄郵件帳號。\"\n\nmsgid \"Forbidden\"\nmsgstr \"禁止\"\n\nmsgid \"Force refresh\"\nmsgstr \"強制重整\"\n\nmsgid \"Force retry\"\nmsgstr \"強制重試\"\n\nmsgid \"\"\n\"Force synching of mailboxes quota info. Quota info are automatically synced \"\n\"every 5 minutes.\"\nmsgstr \"強制同步信箱配額資訊。配額資訊會自動在每5分鐘同步。\"\n\nmsgid \"Forward\"\nmsgstr \"轉向\"\n\nmsgid \"Forward URL\"\nmsgstr \"轉址網址\"\n\n#, php-format\nmsgid \"Forward URL %s is not valid.\"\nmsgstr \"轉址的網址 %s 是無效的。\"\n\nmsgid \"Forward account\"\nmsgstr \"轉寄帳號\"\n\nmsgid \"Forward list is empty.\"\nmsgstr \"轉址列表是空的。\"\n\nmsgid \"Forward to\"\nmsgstr \"轉寄\"\n\nmsgid \"Forward to URL\"\nmsgstr \"轉網址到\"\n\nmsgid \"Forward type\"\nmsgstr \"轉送類型\"\n\nmsgid \"Free\"\nmsgstr \"空閒\"\n\nmsgid \"From\"\nmsgstr \"從\"\n\nmsgid \"From administrator\"\nmsgstr \"\"\n\nmsgid \"From reseller\"\nmsgstr \"來自經銷商\"\n\nmsgid \"Ftp\"\nmsgstr \"Ftp\"\n\nmsgid \"Ftp account\"\nmsgstr \"Ftp 帳號\"\n\nmsgid \"Ftp account data\"\nmsgstr \"Ftp 帳號資料\"\n\nmsgid \"Ftp accounts\"\nmsgstr \"FTP 帳號\"\n\nmsgid \"Ftp directories\"\nmsgstr \"Ftp 目錄\"\n\nmsgid \"GB\"\nmsgstr \"GB\"\n\nmsgid \"Gender\"\nmsgstr \"性別\"\n\nmsgid \"General\"\nmsgstr \"一般\"\n\nmsgid \"General information\"\nmsgstr \"概要訊息\"\n\nmsgid \"General settings\"\nmsgstr \"一般設定\"\n\nmsgid \"Generate\"\nmsgstr \"產生\"\n\nmsgid \"Generate a self-signed certificate\"\nmsgstr \"產生自我簽發的憑證\"\n\nmsgid \"Get a new security code\"\nmsgstr \"取得新的安全碼\"\n\nmsgid \"GiB\"\nmsgstr \"GiB\"\n\nmsgid \"Group\"\nmsgstr \"群組\"\n\nmsgid \"Group members\"\nmsgstr \"群組成員\"\n\nmsgid \"Group name\"\nmsgstr \"群組名稱\"\n\nmsgid \"Groups\"\nmsgstr \"群組\"\n\nmsgid \"HSTS (HTTP Strict Transport Security)\"\nmsgstr \"HSTS (強制安全傳輸)\"\n\nmsgid \"HSTS includeSubDomains directive\"\nmsgstr \"HSTS includeSubDomains directive\"\n\nmsgid \"HSTS max-age directive value\"\nmsgstr \"HSTS max-age directive value\"\n\nmsgid \"HTTP traffic\"\nmsgstr \"HTTP 流量\"\n\nmsgid \"Hide default mail accounts\"\nmsgstr \"隱藏預設郵件帳號\"\n\nmsgid \"Hide domain aliases\"\nmsgstr \"隱藏網域別名\"\n\nmsgid \"High\"\nmsgstr \"高\"\n\nmsgid \"Home directory\"\nmsgstr \"家目錄\"\n\nmsgid \"Homepage\"\nmsgstr \"首頁\"\n\nmsgid \"Host\"\nmsgstr \"主機\"\n\nmsgid \"Host from which SQL user is allowed to connect to SQL server\"\nmsgstr \"這個 SQL 使用者從這個主機是允許連到 SQL 伺服器\"\n\nmsgid \"Hosting plan\"\nmsgstr \"主機方案\"\n\nmsgid \"Hosting plan availability\"\nmsgstr \"主機方案有效\"\n\nmsgid \"Hosting plan limits exceed reseller limits.\"\nmsgstr \"主機方案超過經銷商的限制。\"\n\nmsgid \"Hosting plan limits exceed your limits.\"\nmsgstr \"主機方案的限制已超過您的限制。\"\n\nmsgid \"Hosting plan successfully created.\"\nmsgstr \"主機方案已成功建立。\"\n\nmsgid \"Hosting plan successfully deleted.\"\nmsgstr \"主機方案成功刪除。\"\n\nmsgid \"Hosting plan successfully updated.\"\nmsgstr \"主機方案已成功更新。\"\n\nmsgid \"Hosting plans\"\nmsgstr \"主機方案\"\n\nmsgid \"Hour\"\nmsgstr \"小時\"\n\nmsgid \"Hours\"\nmsgstr \"小時\"\n\nmsgid \"Htaccess group\"\nmsgstr \"Htaccess 群組\"\n\nmsgid \"Htaccess group successfully scheduled for addition.\"\nmsgstr \"新增 htaccess 群組的排程已成功\"\n\nmsgid \"Htaccess group successfully scheduled for deletion.\"\nmsgstr \"刪除 htaccess 群組的排程已成功\"\n\nmsgid \"Htaccess user\"\nmsgstr \"Htaccess 使用者\"\n\n#, php-format\nmsgid \"Htaccess user successfully assigned to the %s htaccess group\"\nmsgstr \"Htaccess 使用者已經成功指派到 %s htaccess 群組\"\n\n#, php-format\nmsgid \"Htaccess user successfully deleted from the %s htaccess group \"\nmsgstr \"Htaccess 使用者已經成功從 %s htaccess 群組中刪除\"\n\nmsgid \"Htaccess user successfully scheduled for addition.\"\nmsgstr \"新增 htaccess 使用者的排程已成功\"\n\nmsgid \"Htaccess, htgroups and htpasswd errors\"\nmsgstr \"Htaccess, htgroups 和 htpasswd 錯誤\"\n\nmsgid \"IP address\"\nmsgstr \"IP 位址\"\n\nmsgid \"IP address already under the control of i-MSCP.\"\nmsgstr \"IP 位址已經在 i-MSCP 管理之下。\"\n\nmsgid \"IP address successfully scheduled for addition.\"\nmsgstr \"新增 IP 位址的排程已成功\"\n\nmsgid \"IP address successfully scheduled for deletion.\"\nmsgstr \"刪除 IP 位址的排程已成功\"\n\nmsgid \"IP address successfully scheduled for modification.\"\nmsgstr \"修改 IP 位址的排程已成功\"\n\nmsgid \"IP addresses under control of i-MSCP\"\nmsgstr \"IP 位址在 i-MSCP 管理之下。\"\n\nmsgid \"IP assignments\"\nmsgstr \"IP 分配\"\n\nmsgid \"IP errors\"\nmsgstr \"IP 錯誤\"\n\nmsgid \"IP management\"\nmsgstr \"IP 管理\"\n\nmsgid \"IP netmask\"\nmsgstr \"IP 網路遮罩\"\n\nmsgid \"IP usage\"\nmsgstr \"IP 使用清單\"\n\nmsgid \"IPv6 address\"\nmsgstr \"IPv6 位址\"\n\nmsgid \"Id\"\nmsgstr \"Id\"\n\nmsgid \"If set to `yes`, Web folders will be protected against deletion.\"\nmsgstr \"假如設定 `是`，網頁資料夾將被保護以防止刪除。\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can allows his customers to edit this PHP \"\n\"configuration option.\"\nmsgstr \"假如設定 `是`，此經銷商可以允許他的客戶編輯這個 PHP 設置選項。\"\n\nmsgid \"\"\n\"If set to `yes`, the reseller can enable/disable the PHP mail function for \"\n\"his customers, else, the PHP mail function is disabled.\"\nmsgstr \"假如設定 `是`，此經銷商可以啟用/停用此 PHP 郵件功能給這個客戶，不然，此 PHP 郵件功能是停用的。\"\n\nmsgid \"\"\n\"If the name field is filled with the @ sign or left blank, it will be \"\n\"automatically substituted by $ORIGIN value.\"\nmsgstr \"假如名稱欄位是填上 @ 或是保留空白，這將會自動設定為 $ORIGIN 的值。\"\n\nmsgid \"If you want to limit the reseller, you must first limit its customers.\"\nmsgstr \"假如您要限制經銷商，您必須先限制這個客戶。\"\n\nmsgid \"Images have to be smaller than 500 x 90 pixels.\"\nmsgstr \"圖片必須小於 500 x 90 像素\"\n\nmsgid \"Import\"\nmsgstr \"匯入\"\n\nmsgid \"Import in local repository\"\nmsgstr \"匯入到本機軟體庫\"\n\nmsgid \"Import new language file\"\nmsgstr \"匯入新的語言檔\"\n\nmsgid \"In front\"\nmsgstr \"在前面\"\n\nmsgid \"In maintenance mode, only administrators can login.\"\nmsgstr \"維護模式啟用時僅允許管理員登入\"\n\nmsgid \"Incorrect FTP accounts limit.\"\nmsgstr \"不正確的 FTP 帳號限制。\"\n\nmsgid \"Incorrect SQL databases limit.\"\nmsgstr \"不正確的 SQL 資料庫限制。\"\n\nmsgid \"Incorrect SQL user limit.\"\nmsgstr \"不正確的 SQL 使用者限制\"\n\nmsgid \"Incorrect SQL users limit.\"\nmsgstr \"不正確的 SQL 使用者限制。\"\n\nmsgid \"Incorrect alias limit.\"\nmsgstr \"不正確的別名限制。\"\n\nmsgid \"Incorrect disk space limit.\"\nmsgstr \"不正確的磁碟空間限制。\"\n\nmsgid \"Incorrect domain aliases limit.\"\nmsgstr \"不正確的網域別名限制。\"\n\nmsgid \"Incorrect email length or syntax.\"\nmsgstr \"不正確的Email長度 或 格式\"\n\nmsgid \"Incorrect email quota.\"\nmsgstr \"不正確的郵件配額。\"\n\n#, php-format\nmsgid \"Incorrect limit for %s.\"\nmsgstr \"%s 的限制是不正確的\"\n\nmsgid \"Incorrect mail account limit.\"\nmsgstr \"不正確的郵件帳號限制。\"\n\nmsgid \"Incorrect mail accounts limit.\"\nmsgstr \"不正確的郵件帳號限制。\"\n\nmsgid \"Incorrect mail quota.\"\nmsgstr \"不正確的郵件配額。\"\n\nmsgid \"Incorrect monthly traffic limit.\"\nmsgstr \"不正確的月流量限制。\"\n\nmsgid \"Incorrect subdomain limit.\"\nmsgstr \"不正確的子網域限制。\"\n\nmsgid \"Incorrect subdomains limit.\"\nmsgstr \"不正確的子網域限制。\"\n\nmsgid \"Install\"\nmsgstr \"安裝\"\n\nmsgid \"Install in progress\"\nmsgstr \"安裝執行中\"\n\nmsgid \"Install this plugin\"\nmsgstr \"安裝這個外掛\"\n\nmsgid \"Install various Web applications with a few clicks.\"\nmsgstr \"透過簡單的畫面點選安裝各種不同的網頁應用程式\"\n\nmsgid \"Installation details\"\nmsgstr \"安裝詳細資料\"\n\nmsgid \"Installation in progress...\"\nmsgstr \"安裝執行中...\"\n\nmsgid \"Installation path\"\nmsgstr \"安裝路徑\"\n\nmsgid \"Installed Package which was deleted by your reseller.\"\nmsgstr \"已安裝的套件已經被您的經銷商刪除。\"\n\nmsgid \"Installed in reseller repository\"\nmsgstr \"已安裝到經銷商軟體庫\"\n\nmsgid \"Installed in software repository\"\nmsgstr \"已經安裝到軟體庫\"\n\nmsgid \"Installed on\"\nmsgstr \"已安裝到\"\n\nmsgid \"Installing your uploaded package. Please refresh this page.\"\nmsgstr \"安裝您上傳的套件。請重整這個頁面。\"\n\nmsgid \"Instructions to download today's backup\"\nmsgstr \"下載今天備份的說明\"\n\nmsgid \"Intermediate certificate(s)\"\nmsgstr \"中繼憑證\"\n\nmsgid \"Internal Server Error\"\nmsgstr \"內部伺服器錯誤\"\n\nmsgid \"Internationalization\"\nmsgstr \"國際化\"\n\nmsgid \"Invalid FTP username.\"\nmsgstr \"不正確的 FTP 使用者名稱\"\n\n#, php-format\nmsgid \"Invalid SQL user host: %s\"\nmsgstr \"無效資料庫使用者主機: %s\"\n\nmsgid \"\"\n\"Invalid SQL user. SQL user must exists and belong to the provided database.\"\nmsgstr \"無效的資料庫使用者。資料庫的使用者必須已存在且是屬於此資料庫的提供者。\"\n\nmsgid \"Invalid SSL certificate\"\nmsgstr \"不正確的 SSL 憑證\"\n\nmsgid \"Invalid SSL certificate.\"\nmsgstr \"無效的 SSL 憑證\"\n\nmsgid \"Invalid URL.\"\nmsgstr \"無效的網址\"\n\n#, php-format\nmsgid \"\"\n\"Invalid character found in the '%s' field. Only printable ASCII characters \"\n\"and line breaks are allowed.\"\nmsgstr \"在'%s'字段中找到无效的字符。 只允许可打印的ASCII字符和换行符。\"\n\nmsgid \"Invalid city.\"\nmsgstr \"無效城市。\"\n\nmsgid \"Invalid company.\"\nmsgstr \"無效公司。\"\n\nmsgid \"Invalid country.\"\nmsgstr \"無效國家。\"\n\nmsgid \"Invalid domain name.\"\nmsgstr \"無效的網域名稱。\"\n\nmsgid \"Invalid email address.\"\nmsgstr \"無效的電子郵件位址。\"\n\nmsgid \"Invalid email username.\"\nmsgstr \"無效的郵件使用者名稱。\"\n\n#, php-format\nmsgid \"Invalid field: %s\"\nmsgstr \"無效欄位: %s\"\n\nmsgid \"Invalid first name.\"\nmsgstr \"無效的名字。\"\n\nmsgid \"Invalid gender.\"\nmsgstr \"無效的性別。\"\n\nmsgid \"Invalid group name!\"\nmsgstr \"無效的群組名稱！\"\n\nmsgid \"Invalid last name.\"\nmsgstr \"無效的姓氏。\"\n\nmsgid \"Invalid menu order.\"\nmsgstr \"無效的選單訂購。\"\n\nmsgid \"Invalid name.\"\nmsgstr \"無效的名稱\"\n\nmsgid \"Invalid payload received from GitHub\"\nmsgstr \"從 GitHub 接收到無效的負載\"\n\nmsgid \"Invalid phone.\"\nmsgstr \"無效的電話號碼。\"\n\n#, php-format\nmsgid \"Invalid plugin directory: %s\"\nmsgstr \"無效的外掛目錄: %s\"\n\nmsgid \"Invalid private key or passphrase.\"\nmsgstr \"無效的私鑰或密碼。\"\n\n#, php-format\nmsgid \"Invalid service name: %s\"\nmsgstr \"無效的服務名稱: %s\"\n\nmsgid \"Invalid state/province.\"\nmsgstr \"無效的州/區域。\"\n\nmsgid \"Invalid street 1.\"\nmsgstr \"無效的街 1.\"\n\nmsgid \"Invalid street 2.\"\nmsgstr \"無效的街 2.\"\n\nmsgid \"Invalid target.\"\nmsgstr \"不正確的目標。\"\n\nmsgid \"Invalid username.\"\nmsgstr \"不正確的使用者名稱。\"\n\nmsgid \"Invalid zipcode.\"\nmsgstr \"無效的郵遞區號。\"\n\nmsgid \"Kernel Version\"\nmsgstr \"核心版本\"\n\nmsgid \"Kill session\"\nmsgstr \"終止工作階段\"\n\nmsgid \"Label\"\nmsgstr \"標籤\"\n\nmsgid \"Language\"\nmsgstr \"多國語言\"\n\nmsgid \"Language file\"\nmsgstr \"語言檔\"\n\nmsgid \"Language file successfully installed.\"\nmsgstr \"語言檔已經成功安裝\"\n\nmsgid \"Language has been updated.\"\nmsgstr \"語系已更新。\"\n\nmsgid \"Languages\"\nmsgstr \"多國語言\"\n\nmsgid \"Languages index was successfully re-built.\"\nmsgstr \"多國語言索引已經成功重建\"\n\nmsgid \"Last Web software repository update\"\nmsgstr \"最後軟體庫更新\"\n\nmsgid \"Last access\"\nmsgstr \"最後訪問\"\n\nmsgid \"Last name\"\nmsgstr \"姓\"\n\nmsgid \"Last reply date\"\nmsgstr \"最後回覆日期\"\n\nmsgid \"Last translator\"\nmsgstr \"修訂翻譯者\"\n\nmsgid \"Layout\"\nmsgstr \"版面設定\"\n\nmsgid \"Layout color\"\nmsgstr \"版面顏色\"\n\nmsgid \"Layout color successfully updated.\"\nmsgstr \"佈景顏色已成功更新。\"\n\nmsgid \"Level\"\nmsgstr \"級別\"\n\nmsgid \"Limit\"\nmsgstr \"限制\"\n\nmsgid \"Limit value\"\nmsgstr \"限制值\"\n\nmsgid \"Limits\"\nmsgstr \"限制\"\n\nmsgid \"Link\"\nmsgstr \"超連結\"\n\nmsgid \"Link to authors homepage\"\nmsgstr \"連結到其他首頁\"\n\nmsgid \"Load (1 Min, 5 Min, 15 Min)\"\nmsgstr \"CPU 負載 (1 Min, 5 Min, 15 Min)\"\n\nmsgid \"Loading data...\"\nmsgstr \"讀取資料中...\"\n\nmsgid \"Log entries successfully deleted.\"\nmsgstr \"紀錄已成功刪除。\"\n\nmsgid \"Login\"\nmsgstr \"登入\"\n\nmsgid \"Login data\"\nmsgstr \"登入資料\"\n\nmsgid \"Login password\"\nmsgstr \"登入密碼\"\n\nmsgid \"Login username\"\nmsgstr \"登入使用者名稱\"\n\nmsgid \"Login with your FTP account\"\nmsgstr \"以你的 FTP 帳號登入\"\n\nmsgid \"Logo file\"\nmsgstr \"圖示檔\"\n\nmsgid \"Logo successfully removed.\"\nmsgstr \"圖示已成功移除\"\n\nmsgid \"Logo successfully updated.\"\nmsgstr \"圖示成功更新\"\n\nmsgid \"Logout\"\nmsgstr \"登出\"\n\nmsgid \"Lost password\"\nmsgstr \"忘記密碼\"\n\nmsgid \"Lost password email\"\nmsgstr \"忘記密碼信件\"\n\nmsgid \"Lost password email templates were updated.\"\nmsgstr \"忘記密碼郵件的範本將會更新。\"\n\nmsgid \"Lost password link\"\nmsgstr \"忘記密碼連結\"\n\nmsgid \"Low\"\nmsgstr \"低\"\n\nmsgid \"MB\"\nmsgstr \"MB\"\n\nmsgid \"Mail\"\nmsgstr \"郵件\"\n\nmsgid \"Mail Log Level\"\nmsgstr \"郵件日誌等級\"\n\nmsgid \"Mail account already exists.\"\nmsgstr \"郵件帳號已存在。\"\n\nmsgid \"Mail account data\"\nmsgstr \"郵件帳號資料\"\n\nmsgid \"Mail account errors\"\nmsgstr \"郵件統計錯誤\"\n\n#, php-format\nmsgid \"Mail account has been scheduled for deletion.\"\nmsgid_plural \"%d mail accounts were scheduled for deletion.\"\nmsgstr[0] \"刪除郵件帳號%d的排程已成功\"\n\nmsgid \"Mail account successfully scheduled for addition.\"\nmsgstr \"新增郵件帳號的排程已成功\"\n\nmsgid \"Mail account successfully scheduled for update.\"\nmsgstr \"更新郵件帳號的排程已成功\"\n\nmsgid \"Mail account type\"\nmsgstr \"郵件帳號類型\"\n\nmsgid \"Mail accounts\"\nmsgstr \"Mail 帳號\"\n\nmsgid \"Mail accounts are hard suspended\"\nmsgstr \"郵件帳號已強制暫停\"\n\nmsgid \"Mail accounts limit\"\nmsgstr \"郵件帳號限制\"\n\nmsgid \"Mail accounts list is empty.\"\nmsgstr \"郵件帳號列表是空白的。\"\n\nmsgid \"Mail feature is disabled.\"\nmsgstr \"郵件功能已停用。\"\n\nmsgid \"Mail quota\"\nmsgstr \"郵件配額\"\n\nmsgid \"Mail quota [MiB]\"\nmsgstr \"郵件配額 [MiB]\"\n\n#, php-format\nmsgid \"Mail quota cannot be bigger than %s\"\nmsgstr \"郵件配額不可以大於 %s\"\n\nmsgid \"Mail quota cannot be bigger than disk space limit.\"\nmsgstr \"郵件配額不可以大於磁碟空間限制。\"\n\n#, php-format\nmsgid \"\"\n\"Mail quota cannot be lower than %d. Each mail account must have a least 1 \"\n\"MiB quota.\"\nmsgstr \"郵件配額不可以小於 %d。每一個信箱應該至少有 1 Mib 配額。\"\n\n#, php-format\nmsgid \"Mail quota cannot be unlimited. Max value is %d MiB.\"\nmsgstr \"電子郵件空間容量不能是無限制. 最大值為 %d MiB.\"\n\nmsgid \"Mail usage\"\nmsgstr \"郵件使用量\"\n\nmsgid \"Mailboxes quota info were synced.\"\nmsgstr \"信箱配額資訊已同步。\"\n\nmsgid \"Main menu labels visibility successfully updated.\"\nmsgstr \"主要選單標籤檢視已成功更新。\"\n\nmsgid \"Maintenance message\"\nmsgstr \"維護訊息\"\n\nmsgid \"Maintenance mode\"\nmsgstr \"維護模式\"\n\nmsgid \"\"\n\"Maintenance mode is activated. In this mode, only administrators can login.\"\nmsgstr \"維護模式已啟用。在這個模式，只有管理員可以登入。\"\n\nmsgid \"Maintenance settings\"\nmsgstr \"維護設定\"\n\nmsgid \"Male\"\nmsgstr \"男\"\n\nmsgid \"Manage SQL\"\nmsgstr \"管理 SQL\"\n\nmsgid \"Manage SSL certificate\"\nmsgstr \"管理 SSL 憑證\"\n\nmsgid \"Manage htaccess users and groups\"\nmsgstr \"管理 htaccess 使用者及群組\"\n\nmsgid \"Manage users and groups\"\nmsgstr \"管理使用者和群組\"\n\nmsgid \"Manage your protected areas, users and groups.\"\nmsgstr \"管理您的保護區域、使用者、群組。\"\n\nmsgid \"Manual\"\nmsgstr \"手動\"\n\nmsgid \"Manual catch-all addresses\"\nmsgstr \"手動外部抓取位址\"\n\nmsgid \"Max number of login attempts\"\nmsgstr \"最多嘗試登入次數\"\n\nmsgid \"Max traffic\"\nmsgstr \"最大流量\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) has been reached. Your remote file is %s\"\nmsgstr \"最大的遠端檔案大小 (%s) 已經達到了。您的遠端檔案是 %s\"\n\n#, php-format\nmsgid \"Max. remote filesize (%s) is reached. Your remote file is %s\"\nmsgstr \"最大的遠端檔案大小 (%s) 已經達到了。您的遠端檔案是 %s\"\n\nmsgid \"Maximum number of captcha validation attempts\"\nmsgstr \"最大嘗試登入次數\"\n\nmsgid \"\"\n\"Maximum number of validation attempts before waiting restriction intervenes\"\nmsgstr \"發生最多嘗試登入次數之後請等待限制時間\"\n\nmsgid \"Medium\"\nmsgstr \"中\"\n\nmsgid \"Member of group\"\nmsgstr \"群組成員\"\n\nmsgid \"Memory information\"\nmsgstr \"記憶體資訊\"\n\nmsgid \"Message\"\nmsgstr \"訊息\"\n\nmsgid \"Message template\"\nmsgstr \"訊息範本\"\n\nmsgid \"Message template info\"\nmsgstr \"訊息範本資訊\"\n\nmsgid \"Message to reseller before deleting the software\"\nmsgstr \"在刪除軟體之前發送訊息給經銷商\"\n\nmsgid \"MiB\"\nmsgstr \"MiB\"\n\n#, php-format\nmsgid \"Migration file %s is not readable.\"\nmsgstr \"搬移的檔案 %s 無法讀取。\"\n\nmsgid \"Minute\"\nmsgstr \"分\"\n\nmsgid \"Minutes\"\nmsgstr \"分\"\n\nmsgid \"Missing search criteria.\"\nmsgstr \"遺失搜尋標準。\"\n\nmsgid \"Model\"\nmsgstr \"型號\"\n\nmsgid \"Modification in progress...\"\nmsgstr \"修改執行中...\"\n\nmsgid \"Month\"\nmsgstr \"月\"\n\nmsgid \"Monthly server traffic\"\nmsgstr \"伺服器每月流量\"\n\nmsgid \"Monthly server traffic settings\"\nmsgstr \"伺服器每月流量設定\"\n\nmsgid \"Monthly server traffic settings successfully updated.\"\nmsgstr \"伺服器每月流量設定已經成功更新。\"\n\nmsgid \"Monthly traffic limit [MiB]\"\nmsgstr \"月流量上限限制\"\n\nmsgid \"Monthly traffic limit must be a number.\"\nmsgstr \"月流量上限限制必須是數字。\"\n\nmsgid \"Monthly traffic usage\"\nmsgstr \"每月流量使用量\"\n\nmsgid \"Monthly traffic warning cannot be bigger than monthly traffic limit.\"\nmsgstr \"月流量上限警告無可以大於月流量上限限制。\"\n\nmsgid \"Monthly traffic warning must be a number.\"\nmsgstr \"月流量上限警告必須是數字。\"\n\nmsgid \"Mount\"\nmsgstr \"掛載\"\n\nmsgid \"Mount point\"\nmsgstr \"掛載點\"\n\nmsgid \"Move selected customers\"\nmsgstr \"\"\n\nmsgid \"Move selected resellers\"\nmsgstr \"\"\n\nmsgid \"N/A\"\nmsgstr \"空\"\n\nmsgid \"NS DNS resource records are only allowed for subzone delegation.\"\nmsgstr \"NS DNS 紀錄只允許使用在分區授權。\"\n\nmsgid \"Name\"\nmsgstr \"名稱\"\n\nmsgid \"Name cannot be empty.\"\nmsgstr \"Name 不可以空白。\"\n\nmsgid \"Network interface (NIC)\"\nmsgstr \"網路介面 (NIC)\"\n\nmsgid \"Never\"\nmsgstr \"從不過期\"\n\nmsgid \"New SQL user data\"\nmsgstr \"新 SQL 使用者資料\"\n\nmsgid \"New alias order for {CUSTOMER}\"\nmsgstr \"新別名訂購的客戶為 {CUSTOMER}\"\n\n#, php-format\nmsgid \"New login data were sent to the %s user.\"\nmsgstr \"登入資料將會寄送至 %s.\"\n\nmsgid \"New ticket\"\nmsgstr \"新客戶服務單\"\n\nmsgid \"Next\"\nmsgstr \"下一個\"\n\nmsgid \"Next step\"\nmsgstr \"下一步\"\n\nmsgid \"No\"\nmsgstr \"否\"\n\nmsgid \"No IP address found.\"\nmsgstr \"找不到 IP 地址\"\n\nmsgid \"No account found.\"\nmsgstr \"沒有找到帳號，\"\n\nmsgid \"No anti-rootkits logs\"\nmsgstr \"找不到 anti-rootkits 紀錄\"\n\nmsgid \"No available\"\nmsgstr \"無法使用\"\n\nmsgid \"No custom menu found.\"\nmsgstr \"目前沒有自訂功能選單\"\n\nmsgid \"No customer found for the selected reseller.\"\nmsgstr \"\"\n\nmsgid \"No domain available for new software instance.\"\nmsgstr \"沒有網域可用於新的軟體實例。\"\n\nmsgid \"No error found\"\nmsgstr \"沒有找到錯誤\"\n\nmsgid \"No file was uploaded.\"\nmsgstr \"沒有檔案上傳。\"\n\nmsgid \"No group found.\"\nmsgstr \"找不到群組\"\n\nmsgid \"No hosting plan available.\"\nmsgstr \"沒有任何可用的主機方案\"\n\nmsgid \"No mail account has been deleted.\"\nmsgstr \"沒有刪除郵件帳號。\"\n\nmsgid \"No reseller available to add the permissions.\"\nmsgstr \"沒有經銷商可以新增權限。\"\n\nmsgid \"No reseller found for the selected administrator.\"\nmsgstr \"\"\n\nmsgid \"No reseller with activated software installer found!\"\nmsgstr \"沒有經銷商能找到已啟用的軟體安裝器!\"\n\nmsgid \"No reseller with permissions for this software found.\"\nmsgstr \"沒有經銷商有權限找到這個軟體。\"\n\nmsgid \"No resellers found.\"\nmsgstr \"代理商不存在。\"\n\nmsgid \"No software available\"\nmsgstr \"沒有可用的軟體\"\n\nmsgid \"No software in Web repository found!\"\nmsgstr \"在網站軟體庫中沒有軟體!\"\n\nmsgid \"No software in software depot available!\"\nmsgstr \"在軟體庫中沒有軟體!\"\n\nmsgid \"No software is waiting for activation\"\nmsgstr \"沒有軟體正等待啟用\"\n\nmsgid \"No statistics found for the given period. Try another period.\"\nmsgstr \"特定期間中沒有找到狀態。試其他的期間。\"\n\nmsgid \"No update available\"\nmsgstr \"沒有可用的更新\"\n\nmsgid \"No used yet\"\nmsgstr \"未使用\"\n\nmsgid \"No user found.\"\nmsgstr \"沒找到使用者\"\n\nmsgid \"Normal\"\nmsgstr \"一般\"\n\nmsgid \"Normal & Forward\"\nmsgstr \"一般 & 轉寄\"\n\nmsgid \"Normal & forward account\"\nmsgstr \"一般 & 轉寄帳號\"\n\nmsgid \"Normal + Forward\"\nmsgstr \"一般 + 轉寄\"\n\nmsgid \"Normal account\"\nmsgstr \"一般帳號\"\n\nmsgid \"Normal connection\"\nmsgstr \"一般連線\"\n\nmsgid \"Not Found\"\nmsgstr \"找不到\"\n\nmsgid \"Not found.\"\nmsgstr \"找不到\"\n\nmsgid \"Not provided\"\nmsgstr \"未提供\"\n\nmsgid \"Not used\"\nmsgstr \"未使用\"\n\nmsgid \"\"\n\"Note that in manual mode, the NIC and the subnet mask are only indicative.\"\nmsgstr \"注意在手動模式下，網卡和子網路遮罩都只有指示用。\"\n\nmsgid \"Nothing found - sorry\"\nmsgstr \"沒有找到 - 抱歉\"\n\nmsgid \"Nothing has been changed.\"\nmsgstr \"沒有變更任何東西。\"\n\nmsgid \"Nothing has been deleted.\"\nmsgstr \"沒有刪除任何東西。\"\n\nmsgid \"Notices, Warnings and Errors\"\nmsgstr \"通知，警告和錯誤\"\n\nmsgid \"Ok\"\nmsgstr \"OK\"\n\nmsgid \"Only 'tar.gz' archives are accepted.\"\nmsgstr \"只有 'tar.gz' 壓縮檔是允許的。\"\n\nmsgid \"Only exec\"\nmsgstr \"只有 exec\"\n\nmsgid \"Only gettext Machine Object files (MO files) are accepted.\"\nmsgstr \"只允許 gettext Machine Object 檔 (MO 檔)。\"\n\nmsgid \"Only numbers in range from 0 to 65535 are allowed.\"\nmsgstr \"只允許從0到65535範圍的數字。\"\n\nmsgid \"Only positive numbers are allowed.\"\nmsgstr \"只允許正數。\"\n\nmsgid \"Only tar.gz and tar.bz2 archives are supported.\"\nmsgstr \"只支援 tar.gz 和 tar.bz2 壓縮檔。\"\n\nmsgid \"Only tar.gz, tar.bz2 and zip archives are accepted.\"\nmsgstr \"只允許 tar.gz，tar.bz2 和 zip 壓縮檔。\"\n\nmsgid \"Open ticket\"\nmsgstr \"待解答服務單\"\n\nmsgid \"Open tickets\"\nmsgstr \"待解答服務單\"\n\n#, php-format\nmsgid \"Operation cancelled: %s\"\nmsgstr \"操作已取消: %s\"\n\nmsgid \"Optional\"\nmsgstr \"選擇性\"\n\nmsgid \"Order\"\nmsgstr \"訂單\"\n\nmsgid \"Order successfully deleted.\"\nmsgstr \"訂購已成功刪除。\"\n\nmsgid \"Order successfully processed.\"\nmsgstr \"訂購已成功執行。\"\n\nmsgid \"Other in\"\nmsgstr \"其他接收\"\n\nmsgid \"Other out\"\nmsgstr \"其他發送\"\n\nmsgid \"Other settings\"\nmsgstr \"其他設定\"\n\nmsgid \"Overview\"\nmsgstr \"概要\"\n\nmsgid \"PB\"\nmsgstr \"PB\"\n\nmsgid \"PHP\"\nmsgstr \"PHP\"\n\n#, php-format\nmsgid \"PHP %s configuration option\"\nmsgstr \"PHP %s 設置選項\"\n\nmsgid \"PHP Configuration options\"\nmsgstr \"PHP 設置選項\"\n\nmsgid \"PHP Editor\"\nmsgstr \"PHP 編輯器\"\n\nmsgid \"PHP GD extension not loaded.\"\nmsgstr \"PHP GD Extension 並未載入.\"\n\nmsgid \"PHP Permissions\"\nmsgstr \"PHP 權限\"\n\nmsgid \"PHP Settings\"\nmsgstr \"PHP 設定\"\n\nmsgid \"PHP configuration scheduled for update.\"\nmsgstr \"更新 PHP 設置已排程。\"\n\nmsgid \"PHP directives values\"\nmsgstr \"PHP directives 值\"\n\nmsgid \"PHP exec() function\"\nmsgstr \"PHP exec() 功能\"\n\nmsgid \"PHP settings\"\nmsgstr \"PHP 設定\"\n\nmsgid \"POP3/IMAP\"\nmsgstr \"POP3/IMAP\"\n\nmsgid \"POP3/IMAP in\"\nmsgstr \"POP3/IMAP 接收\"\n\nmsgid \"POP3/IMAP out\"\nmsgstr \"POP3/IMAP 發送\"\n\nmsgid \"POP3/IMAP traffic\"\nmsgstr \"POP3/IMAP 流量\"\n\nmsgid \"Package actions\"\nmsgstr \"動作\"\n\nmsgid \"Package already exists in the reseller depot!\"\nmsgstr \"套件已經存在於經銷商軟體庫!\"\n\nmsgid \"Package already exists in the software depot!\"\nmsgstr \"套件已經存在於軟體庫!\"\n\nmsgid \"Package already exists in the software repository!\"\nmsgstr \"套件已經存在於您的軟體來源!\"\n\nmsgid \"Package already exists in your software repository!\"\nmsgstr \"套件已經存在於您的軟體來源!\"\n\nmsgid \"Package install type\"\nmsgstr \"套件安裝類型\"\n\nmsgid \"Package installed successfully!\"\nmsgstr \"套件已經成功安裝!\"\n\nmsgid \"Package installed successfully... Awaiting release from admin!\"\nmsgstr \"套件安裝成功... 等待管理者釋出!\"\n\nmsgid \"Package language\"\nmsgstr \"套件語言\"\n\nmsgid \"Package name\"\nmsgstr \"套件名稱\"\n\nmsgid \"Package title\"\nmsgstr \"套件標題\"\n\nmsgid \"Package type\"\nmsgstr \"套件類型\"\n\nmsgid \"Package vendor HP\"\nmsgstr \"HP 套件供應商\"\n\nmsgid \"Package version\"\nmsgstr \"套件版本\"\n\nmsgid \"Panel default language\"\nmsgstr \"控制台預設語言\"\n\nmsgid \"Parent directory\"\nmsgstr \"上層資料夾\"\n\nmsgid \"Partition\"\nmsgstr \"分區\"\n\nmsgid \"Password\"\nmsgstr \"密碼\"\n\nmsgid \"Password confirmation\"\nmsgstr \"確認密碼\"\n\nmsgid \"Password contains unallowed characters.\"\nmsgstr \"密碼包含不允許的字元\"\n\nmsgid \"Password email\"\nmsgstr \"忘記密碼信件\"\n\nmsgid \"Password is missing.\"\nmsgstr \"忘記密碼。\"\n\nmsgid \"Password minimum length\"\nmsgstr \"密碼最小長度\"\n\nmsgid \"Password must contain letters and digits.\"\nmsgstr \"密碼必須包括字母和數字。\"\n\nmsgid \"Password settings\"\nmsgstr \"密碼設定\"\n\nmsgid \"Password successfully updated.\"\nmsgstr \"密碼已經成功更新\"\n\nmsgid \"Passwords do not match.\"\nmsgstr \"密碼不正確！\"\n\nmsgid \"Path\"\nmsgstr \"路徑\"\n\nmsgid \"Pending tasks\"\nmsgstr \"等待中的工作\"\n\nmsgid \"Percent\"\nmsgstr \"已用百分比\"\n\nmsgid \"Permissions\"\nmsgstr \"權限\"\n\nmsgid \"Personal data\"\nmsgstr \"個人資料\"\n\nmsgid \"Personal data were updated.\"\nmsgstr \"個人資料已更新。\"\n\nmsgid \"Personalise template\"\nmsgstr \"個人化範本\"\n\nmsgid \"Phone\"\nmsgstr \"電話\"\n\nmsgid \"PhpMyAdmin\"\nmsgstr \"PhpMyAdmin\"\n\nmsgid \"PiB\"\nmsgstr \"PiB\"\n\nmsgid \"Please activate your new i-MSCP password\"\nmsgstr \"請啟用新的 i-MSCP 密碼\"\n\nmsgid \"Please choose at least one htaccess user.\"\nmsgstr \"請選擇至少一個 htaccess 使用者。\"\n\nmsgid \"Please choose at least one htaccess user/group.\"\nmsgstr \"請選擇至少一個 htaccess 使用者/群組。\"\n\nmsgid \"Please confirm the password.\"\nmsgstr \"請確認密碼\"\n\nmsgid \"\"\n\"Please contact the administrator!<br>Ask him for the permissions to use this\"\n\" package.<br>It is not allowed to upload this packet two times.<br>Refresh \"\n\"your site to see the new status!\"\nmsgstr \"請聯絡管理員!<br />詢問他們使用這個套件的權限。<br>這裡不允許上傳這個套件兩次。<br>重整您的站台來檢視新的狀態!\"\n\nmsgid \"Please edit your autoresponder message below\"\nmsgstr \"請在下方編輯您的自動回覆訊息\"\n\nmsgid \"Please enter a name for the protected area.\"\nmsgstr \"請輸入保護區域的名稱。\"\n\nmsgid \"Please enter a password.\"\nmsgstr \"請輸入一個密碼\"\n\nmsgid \"Please enter an SQL user host.\"\nmsgstr \"請輸入 SQL 使用者主機\"\n\nmsgid \"Please enter an username.\"\nmsgstr \"請輸入一個使用者名稱\"\n\nmsgid \"Please enter protected area path.\"\nmsgstr \"請輸入保護目錄的路徑。\"\n\nmsgid \"Please enter your autoresponder message below\"\nmsgstr \"請在下方輸入您的自動回覆訊息\"\n\n#, php-format\nmsgid \"Please select another directory. %s (%s) is installed there.\"\nmsgstr \"請選擇其他目錄。 %s (%s) 已安裝在這裡了。\"\n\nmsgid \"Please specify a message content.\"\nmsgstr \"請輸入一個訊息內容\"\n\nmsgid \"Please specify a message subject.\"\nmsgstr \"請輸入一個訊息主旨\"\n\nmsgid \"Please type database name.\"\nmsgstr \"請輸入資料庫名稱\"\n\nmsgid \"Please type your message.\"\nmsgstr \"請輸入您的訊息\"\n\nmsgid \"Plugin\"\nmsgstr \"外掛\"\n\n#, php-format\nmsgid \"Plugin %s activated.\"\nmsgstr \"外掛 %s 已啟用。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be activated.\"\nmsgstr \"外掛 %s 無法啟用。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deactivated.\"\nmsgstr \"外掛 %s 無法停用。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be deleted.\"\nmsgstr \"外掛 %s 無法刪除。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be installed.\"\nmsgstr \"外掛 %s 無法安裝。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be protected.\"\nmsgstr \"外掛 %s 無法保護。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be reconfigured.\"\nmsgstr \"外掛 %s 不能重新設置。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be uninstalled.\"\nmsgstr \"外掛 %s 無法解除安裝。\"\n\n#, php-format\nmsgid \"Plugin %s cannot be updated.\"\nmsgstr \"外掛 %s 無法更新。\"\n\n#, php-format\nmsgid \"Plugin %s deactivated.\"\nmsgstr \"外掛 %s 已停用。\"\n\n#, php-format\nmsgid \"Plugin %s deleted.\"\nmsgstr \"外掛 %s 已刪除。\"\n\n#, php-format\nmsgid \"Plugin %s installed.\"\nmsgstr \"外掛 %s 已安裝。\"\n\n#, php-format\nmsgid \"Plugin %s is protected.\"\nmsgstr \"外掛 %s 已受保護。\"\n\n#, php-format\nmsgid \"Plugin %s protected.\"\nmsgstr \"外掛 %s 已保護。\"\n\n#, php-format\nmsgid \"Plugin %s reconfigured.\"\nmsgstr \"外掛 %s 重新設置。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for activation.\"\nmsgstr \"外掛 %s 已排程啟用。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for change.\"\nmsgstr \"外掛 %s 已排程變更。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for deactivation.\"\nmsgstr \"外掛 %s 已排程停用。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for installation.\"\nmsgstr \"外掛 %s 已排程安裝。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for uninstallation.\"\nmsgstr \"外掛 %s 已排程解除安裝。\"\n\n#, php-format\nmsgid \"Plugin %s scheduled for update.\"\nmsgstr \"外掛 %s 已排程更新。\"\n\n#, php-format\nmsgid \"Plugin %s uninstalled.\"\nmsgstr \"外掛 %s 已經解除安裝。\"\n\n#, php-format\nmsgid \"Plugin %s updated.\"\nmsgstr \"外掛 %s 已經更新。\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not change the %s plugin: %s\"\nmsgstr \"外掛管理: 可能無法變更 %s 外掛: %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not delete %s plugin files. You should run the set-\"\n\"gui-permissions.pl script and try again.\"\nmsgstr \"外掛管理: 可能無法刪除 %s 外掛檔案。您應該要執行 set-gui-permissions.pl 的程式然後再試一次。\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not load plugin %s\"\nmsgstr \"外掛管理: 可能無法讀取外掛 %s\"\n\n#, php-format\nmsgid \"\"\n\"Plugin Manager: Could not uninstall the %s plugin. Plugin has been locked by\"\n\" another plugin.\"\nmsgstr \"外掛管理: 可能無法反安裝 %s 外掛。外掛已被其他的外掛鎖住。\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not update the %s plugin: %s\"\nmsgstr \"外掛管理: 可能無法更新 %s 外掛: %s\"\n\n#, php-format\nmsgid \"Plugin Manager: Could not write the %s file for protected plugins.\"\nmsgstr \"外掛管理: 可能無法寫入 %s 檔案到已保護的外掛\"\n\n#, php-format\nmsgid \"Plugin Manager: Directory %s doesn't exist or is not writable\"\nmsgstr \"外掛管理: 目錄 %s 不存在或是無法寫入\"\n\n#, php-format\nmsgid \"Plugin Manager: Downgrade of %s plugin is not allowed.\"\nmsgstr \"外掛管理: 不允許降外掛 %s 的版本。\"\n\n#, php-format\nmsgid \"Plugin Manager: Plugin %s is not loaded\"\nmsgstr \"外掛管理: 外掛 %s 沒讀取\"\n\n#, php-format\nmsgid \"Plugin Manager: Unknown plugin %s\"\nmsgstr \"外掛管理: 未知的外掛 %s\"\n\n#, php-format\nmsgid \"Plugin activation has failed: %s\"\nmsgstr \"外掛啟用失敗: %s\"\n\nmsgid \"Plugin archive\"\nmsgstr \"外掛壓縮\"\n\nmsgid \"Plugin archive exceeds the maximum upload size\"\nmsgstr \"外掛壓縮檔超過最大的上傳大小\"\n\n#, php-format\nmsgid \"Plugin change has failed: %s\"\nmsgstr \"外掛變更失敗: %s\"\n\n#, php-format\nmsgid \"Plugin deactivation has failed: %s\"\nmsgstr \"外掛停用失敗: %s\"\n\n#, php-format\nmsgid \"Plugin deletion has failed: %s\"\nmsgstr \"外掛刪除失敗: %s\"\n\nmsgid \"Plugin errors\"\nmsgstr \"外掛錯誤\"\n\nmsgid \"Plugin has been successfully uploaded.\"\nmsgstr \"外掛已經成功上傳。\"\n\n#, php-format\nmsgid \"Plugin installation has failed: %s\"\nmsgstr \"外掛安裝失敗: %s\"\n\nmsgid \"Plugin item errors\"\nmsgstr \"外掛項目錯誤\"\n\nmsgid \"Plugin list is empty.\"\nmsgstr \"外掛列表是空的。\"\n\nmsgid \"Plugin management\"\nmsgstr \"外掛管理\"\n\n#, php-format\nmsgid \"Plugin uninstallation has failed: %s\"\nmsgstr \"外掛反安裝失敗: %s\"\n\n#, php-format\nmsgid \"Plugin update has failed: %s\"\nmsgstr \"外掛更新失敗: %s\"\n\nmsgid \"Plugins Upload\"\nmsgstr \"外掛上傳\"\n\n#, php-format\nmsgid \"\"\n\"Plugins hook into i-MSCP to extend its functionality with custom features. \"\n\"Plugins are developed independently from the core i-MSCP application by \"\n\"thousands of developers all over the world. You can find new plugins to \"\n\"install by browsing the %s.\"\nmsgstr \"\"\n\"外掛安裝到 i-MSCP 可增加它的功能及客戶的功能。外掛是由在全世界數千個開發者針對 i-MSCP 應用程式所獨立開發出來的。您可以瀏覽 %s \"\n\"來找到新的外掛來安裝。\"\n\n#, php-format\nmsgid \"\"\n\"Plugins list has been updated: %s new plugin(s) found, %s plugin(s) updated,\"\n\" %s plugin(s) reconfigured, and %s plugin(s) deleted.\"\nmsgstr \"外掛列表已經更新: %s 新的外掛已找到，%s 外掛已更新，%s 外掛已變更，及 %s 外掛已刪除。\"\n\nmsgid \"Port\"\nmsgstr \"連接埠\"\n\nmsgid \"Preserve Host\"\nmsgstr \"保留主機\"\n\nmsgid \"Prevent external login for admins\"\nmsgstr \"防止從外部登入管理帳號\"\n\nmsgid \"Prevent external login for clients\"\nmsgstr \"防止從外部登入客戶帳號\"\n\nmsgid \"Prevent external login for resellers\"\nmsgstr \"防止從外部登入經銷商帳號\"\n\nmsgid \"Previous\"\nmsgstr \"上一個\"\n\nmsgid \"\"\n\"Prior to removing this administrator, please move his resellers to another \"\n\"administrator.\"\nmsgstr \"要移除這個管理員之前，請移動他的經銷商到其他的管理員。\"\n\nmsgid \"Priority\"\nmsgstr \"優先權\"\n\nmsgid \"Private key\"\nmsgstr \"私鑰\"\n\nmsgid \"Private key passphrase if any\"\nmsgstr \"假如任何私鑰的密碼\"\n\nmsgid \"Processing...\"\nmsgstr \"執行中...\"\n\nmsgid \"Processor data\"\nmsgstr \"處理器資料\"\n\nmsgid \"Profile\"\nmsgstr \"個人\"\n\nmsgid \"Properties\"\nmsgstr \"內容\"\n\n#, php-format\nmsgid \"Properties for reseller with ID %d were not found in database.\"\nmsgstr \"經銷商及其 ID %d 的內容未從資料庫中找到。\"\n\nmsgid \"Protect\"\nmsgstr \"保護\"\n\nmsgid \"Protect default mail accounts against change and removal\"\nmsgstr \"保護預設郵件帳號防止變更和刪除\"\n\nmsgid \"Protect this plugin\"\nmsgstr \"保護這個外掛\"\n\nmsgid \"Protected\"\nmsgstr \"受保護的\"\n\nmsgid \"Protected area data\"\nmsgstr \"保護區域資料\"\n\nmsgid \"Protected area name\"\nmsgstr \"保護區域名稱\"\n\nmsgid \"Protected area path\"\nmsgstr \"保護區域路徑\"\n\nmsgid \"Protected area successfully scheduled for addition.\"\nmsgstr \"新增保護區域的排程已成功\"\n\nmsgid \"Protected area successfully scheduled for deletion.\"\nmsgstr \"刪除保護區域的排程已成功\"\n\nmsgid \"Protected area successfully scheduled for update.\"\nmsgstr \"更新保護區域的排程已成功\"\n\nmsgid \"Protected areas\"\nmsgstr \"保護區域\"\n\nmsgid \"Protocol\"\nmsgstr \"通訊協定\"\n\nmsgid \"Quota in MiB (0 ∞)\"\nmsgstr \"以MB設定配額 (0為無限制)\"\n\n#, php-format\nmsgid \"Quota in MiB (Max: %s)\"\nmsgstr \"以MB設定配額 (最大: %s)\"\n\nmsgid \"Quota info\"\nmsgstr \"配額資訊\"\n\nmsgid \"RAM\"\nmsgstr \"記憶體\"\n\nmsgid \"Read ticket\"\nmsgstr \"讀取服務單\"\n\nmsgid \"Rebuild languages index\"\nmsgstr \"重建語言索引\"\n\nmsgid \"Reconfiguration in progress...\"\nmsgstr \"重新配置中...\"\n\nmsgid \"Record data\"\nmsgstr \"值\"\n\nmsgid \"Redirect\"\nmsgstr \"重新導向\"\n\nmsgid \"Redistribute unused quota across existing mail accounts\"\nmsgstr \"重新分配未使用的配額到已存在的信箱\"\n\nmsgid \"Registration date\"\nmsgstr \"註冊日期\"\n\nmsgid \"Relative weight\"\nmsgstr \"優先權\"\n\nmsgid \"Release date\"\nmsgstr \"發布日期\"\n\nmsgid \"Release description\"\nmsgstr \"發布描述\"\n\nmsgid \"Release version\"\nmsgstr \"發布版本\"\n\nmsgid \"Remote Web software repository\"\nmsgstr \"遠端軟體庫\"\n\nmsgid \"Remote file not found.\"\nmsgstr \"遠端檔案不存在。\"\n\nmsgid \"Remove\"\nmsgstr \"移除\"\n\nmsgid \"Remove IP\"\nmsgstr \"移除 IP\"\n\nmsgid \"Remove permissions\"\nmsgstr \"移除權限\"\n\nmsgid \"Reopen\"\nmsgstr \"重新開啟\"\n\nmsgid \"Reopen ticket\"\nmsgstr \"重開服務單\"\n\nmsgid \"Repeat password\"\nmsgstr \"確認密碼\"\n\nmsgid \"Reply\"\nmsgstr \"回覆\"\n\nmsgid \"Reply-To email\"\nmsgstr \"Reply-To 郵件\"\n\nmsgid \"Reply-To email is missing.\"\nmsgstr \"Reply-To 郵件已遺失。\"\n\nmsgid \"Reply-To name\"\nmsgstr \"Reply-To 名稱\"\n\nmsgid \"Request Timeout: The server took too long to send the data.\"\nmsgstr \"需求超時: 此伺服器花太多時間傳送資料。\"\n\nmsgid \"Requires Database?\"\nmsgstr \"必須有資料庫?\"\n\nmsgid \"Reseller\"\nmsgstr \"經銷商\"\n\nmsgid \"Reseller / Customers / Add Customer\"\nmsgstr \"經銷商 / 客戶 / 新增客戶\"\n\nmsgid \"Reseller / Customers / Add Customer - Next Step\"\nmsgstr \"經銷商 / 客戶 / 新增客戶 - 下一步\"\n\nmsgid \"Reseller / Customers / Circular\"\nmsgstr \"經銷商 / 客戶 / 通知\"\n\nmsgid \"Reseller / Customers / Domain Aliases\"\nmsgstr \"經銷商 / 客戶 / 網域別名\"\n\nmsgid \"Reseller / Customers / Lost Password Email\"\nmsgstr \"經銷商 / 客戶 / 忘記密碼郵件\"\n\nmsgid \"Reseller / Customers / Overview\"\nmsgstr \"經銷商 / 客戶 / 概要\"\n\nmsgid \"Reseller / Customers / Overview / Domain Details\"\nmsgstr \"經銷商 / 客戶 / 概要 / 網域詳細資料\"\n\nmsgid \"Reseller / Customers / Overview / Edit Customer\"\nmsgstr \"經銷商 / 客戶 / 概要 / 編輯客戶\"\n\nmsgid \"Reseller / Customers / Overview / Edit Domain\"\nmsgstr \"經銷商 / 客戶 / 概要 / 編輯網域\"\n\nmsgid \"Reseller / Customers / Welcome Email\"\nmsgstr \"經銷商 / 客戶 / 歡迎郵件\"\n\nmsgid \"Reseller / Domains / Add Domain Alias\"\nmsgstr \"經銷商 / 網域 / 新增網域別名\"\n\nmsgid \"Reseller / Domains / Edit Domain Alias\"\nmsgstr \"經銷商 / 網域 / 編輯網域別名\"\n\nmsgid \"Reseller / General / Overview\"\nmsgstr \"經銷商 / 一般 / 概要\"\n\nmsgid \"Reseller / General / Software Upload\"\nmsgstr \"經銷商 / 一般 / 軟體上傳\"\n\nmsgid \"Reseller / Hosting Plans / Add Hosting Plan\"\nmsgstr \"經銷商 / 主機方案 / 新增主機方案\"\n\nmsgid \"Reseller / Hosting Plans / Overview\"\nmsgstr \"經銷商 / 主機方案 / 概要\"\n\nmsgid \"Reseller / Profile / Account Summary\"\nmsgstr \"經銷商 / 個人設定 / 帳號摘要\"\n\nmsgid \"Reseller / Profile / Language\"\nmsgstr \"經銷商 / 個人設定 / 語系\"\n\nmsgid \"Reseller / Profile / Layout\"\nmsgstr \"經銷商 / 個人設定 / 風格\"\n\nmsgid \"Reseller / Profile / Password\"\nmsgstr \"經銷商 / 個人設定 / 密碼\"\n\nmsgid \"Reseller / Profile / Personal Data\"\nmsgstr \"經銷商 / 個人設定 / 個人資料\"\n\nmsgid \"Reseller / Statistics / IP Usage\"\nmsgstr \"經銷商 / 狀態 / IP 使用情形\"\n\nmsgid \"Reseller / Statistics / Overview\"\nmsgstr \"經銷商 / 狀態 / 概要\"\n\nmsgid \"Reseller / Statistics / Overview / {USERNAME} USER Statistics\"\nmsgstr \"經銷商 / 狀態 / 概要 / {USERNAME} 使用者狀態\"\n\nmsgid \"Reseller / Support / Closed Tickets\"\nmsgstr \"經銷商 / 支援 / 已關閉服務單\"\n\nmsgid \"Reseller / Support / New Ticket\"\nmsgstr \"經銷商 / 支援 / 新增服務單\"\n\nmsgid \"Reseller / Support / Open Tickets\"\nmsgstr \"經銷商 / 支援 / 開啟服務單\"\n\nmsgid \"Reseller / Support / View Ticket\"\nmsgstr \"經銷商 / 支援 / 檢視服務單\"\n\nmsgid \"Reseller /Hosting Plans / Edit Hosting Plan\"\nmsgstr \"經銷商 / 主機方案 / 編輯主機方案\"\n\nmsgid \"Reseller Name\"\nmsgstr \"經銷商名稱\"\n\nmsgid \"Reseller and customer\"\nmsgstr \"經銷商與客戶\"\n\nmsgid \"Reseller and customer levels\"\nmsgstr \"經銷商與客戶等級\"\n\nmsgid \"Reseller assignments\"\nmsgstr \"經銷商分配\"\n\nmsgid \"Reseller consumption\"\nmsgstr \"經銷商購買\"\n\nmsgid \"Reseller data\"\nmsgstr \"經銷商使用期限\"\n\nmsgid \"Reseller level\"\nmsgstr \"經銷商級別\"\n\nmsgid \"Reseller list\"\nmsgstr \"經銷商列表\"\n\nmsgid \"Reseller name\"\nmsgstr \"經銷商名稱\"\n\nmsgid \"Reseller software list\"\nmsgstr \"經銷商軟體列表\"\n\nmsgid \"Reseller statistics\"\nmsgstr \"經銷商統計\"\n\nmsgid \"Reseller successfully added.\"\nmsgstr \"經銷商已經成功新增。\"\n\nmsgid \"Reseller total\"\nmsgstr \"經銷商數量總計\"\n\nmsgid \"Reseller users\"\nmsgstr \"經銷商使用者\"\n\nmsgid \"Reseller with permissions total\"\nmsgstr \"經銷商數量及權限總計\"\n\nmsgid \"Reseller's layout color successfully updated.\"\nmsgstr \"經銷商的佈景顏色已經成功更新。\"\n\nmsgid \"Reseller(s) successfully moved.\"\nmsgstr \"\"\n\nmsgid \"Reseller/IP usage statistics\"\nmsgstr \"經銷商/IP 使用狀態\"\n\nmsgid \"Resellers\"\nmsgstr \"經銷商\"\n\nmsgid \"Resellers and customers\"\nmsgstr \"經銷商與客戶\"\n\nmsgid \"Reset\"\nmsgstr \"重設\"\n\nmsgid \"Restore\"\nmsgstr \"還原\"\n\nmsgid \"Restore backup\"\nmsgstr \"還原備份\"\n\nmsgid \"Rights\"\nmsgstr \"權限\"\n\nmsgid \"Rights successfully added.\"\nmsgstr \"權限已成功新增。\"\n\nmsgid \"Rights successfully removed.\"\nmsgstr \"權限已成功移除。\"\n\nmsgid \"SMTP in\"\nmsgstr \"SMTP 接收\"\n\nmsgid \"SMTP out\"\nmsgstr \"SMTP 發送\"\n\nmsgid \"SMTP traffic\"\nmsgstr \"SMTP 流量\"\n\nmsgid \"SQL\"\nmsgstr \"SQL\"\n\nmsgid \"SQL database\"\nmsgstr \"SQL 資料庫\"\n\nmsgid \"SQL database limit is disabled but SQL user limit is not.\"\nmsgstr \"SQL 資料庫限制是停用的但 SQL 使用者限制還存在。\"\n\nmsgid \"SQL database limit is not <i>disabled</i>.\"\nmsgstr \"SQL 資料庫的限制並沒有 <i>停用</i>.\"\n\nmsgid \"SQL database successfully created.\"\nmsgstr \"SQL 資料庫已經成功建立。\"\n\nmsgid \"SQL database successfully deleted.\"\nmsgstr \"SQL 資料庫已經成功刪除\"\n\nmsgid \"SQL databases\"\nmsgstr \"SQL 資料庫\"\n\nmsgid \"SQL databases limit\"\nmsgstr \"SQL 資料庫限制\"\n\nmsgid \"SQL databases limit is disabled.\"\nmsgstr \"SQL 資料庫限制是停用的。\"\n\nmsgid \"SQL databases limit is not disabled.\"\nmsgstr \"SQL 資料庫限制未停用。\"\n\nmsgid \"SQL databases limit is reached. You cannot add new SQL databases.\"\nmsgstr \"您不能添加新的SQL数据库。\"\n\nmsgid \"SQL databases only\"\nmsgstr \"只有 SQL 資料庫\"\n\nmsgid \"SQL user\"\nmsgstr \"SQL 使用者\"\n\nmsgid \"SQL user host\"\nmsgstr \"SQL 使用者主機\"\n\nmsgid \"SQL user limit is <i>disabled</i>.\"\nmsgstr \"SQL 使用者限制為 <i>停用</i>。\"\n\nmsgid \"SQL user limit is disabled but SQL database limit is not.\"\nmsgstr \"SQL 使用者限制是停用的但 SQL 資料庫限制還存在。\"\n\nmsgid \"SQL user limit is disabled.\"\nmsgstr \"SQL 使用者限制是停用的。\"\n\nmsgid \"SQL user name\"\nmsgstr \"SQL 使用者名稱\"\n\nmsgid \"SQL user password\"\nmsgstr \"SQL 使用者密碼\"\n\nmsgid \"SQL user password successfully updated.\"\nmsgstr \"SQL 使用者密碼已經成功更新\"\n\nmsgid \"SQL user prefix/suffix\"\nmsgstr \"SQL 使用者的字首/字尾\"\n\nmsgid \"SQL user successfully added.\"\nmsgstr \"SQL 使用者已經成功新增\"\n\nmsgid \"SQL user successfully deleted.\"\nmsgstr \"SQL 使用者已成功刪除。\"\n\nmsgid \"SQL username is too long.\"\nmsgstr \"資料庫使用者名稱太長。\"\n\nmsgid \"SQL users\"\nmsgstr \"SQL 使用者\"\n\nmsgid \"SQL users limit\"\nmsgstr \"SQL 使用者限制\"\n\nmsgid \"SQL users limit is disabled.\"\nmsgstr \"SQL 使用者限制是停用的。\"\n\nmsgid \"SQL users limit is reached. You cannot add new SQL users.\"\nmsgstr \"您不能添加新的SQL用户。\"\n\nmsgid \"SSL certificate successfully scheduled for addition.\"\nmsgstr \"新增 SSL 憑證的排程已成功\"\n\nmsgid \"SSL certificate successfully scheduled for deletion.\"\nmsgstr \"刪除 SSL 憑證的排程已成功\"\n\nmsgid \"SSL certificate successfully scheduled for update.\"\nmsgstr \"更新 SSL 憑證的排程已成功。\"\n\nmsgid \"SSL feature is not available. You can only view your certificate.\"\nmsgstr \"SSL 功能是無效的。您只能檢視您的憑證。\"\n\nmsgid \"SSL status\"\nmsgstr \"SSL 狀態\"\n\nmsgid \"Save\"\nmsgstr \"儲存\"\n\nmsgid \"Search\"\nmsgstr \"搜索\"\n\nmsgid \"Sec.\"\nmsgstr \"Sec.\"\n\nmsgid \"Secure connection\"\nmsgstr \"加密連線\"\n\nmsgid \"Security code\"\nmsgstr \"驗證碼\"\n\nmsgid \"Security code has expired\"\nmsgstr \"安全碼已過期\"\n\nmsgid \"Select group\"\nmsgstr \"選擇群組\"\n\nmsgid \"Select your own document root\"\nmsgstr \"選擇您的根目錄\"\n\nmsgid \"Send\"\nmsgstr \"發送\"\n\nmsgid \"Send circular\"\nmsgstr \"發送通知\"\n\nmsgid \"Send message\"\nmsgstr \"發送訊息\"\n\nmsgid \"Send message to\"\nmsgstr \"發送訊息到\"\n\nmsgid \"Send reply\"\nmsgstr \"發送回覆\"\n\nmsgid \"Send to\"\nmsgstr \"傳送至\"\n\nmsgid \"Sender name is missing.\"\nmsgstr \"寄件者名稱遺失。\"\n\nmsgid \"Separate addresses by a comma, line-break or space.\"\nmsgstr \"用逗號或換行或空白來分開地址。\"\n\nmsgid \"Server ports\"\nmsgstr \"伺服器連接埠\"\n\nmsgid \"Server statistics\"\nmsgstr \"伺服器統計\"\n\nmsgid \"Server status\"\nmsgstr \"伺服器狀態\"\n\nmsgid \"Service Unavailable\"\nmsgstr \"服務無效\"\n\nmsgid \"Service is not running\"\nmsgstr \"服務未執行\"\n\nmsgid \"Service is running\"\nmsgstr \"服務已執行\"\n\nmsgid \"Service name\"\nmsgstr \"服務名稱\"\n\nmsgid \"Service name cannot be greater than 25 characters.\"\nmsgstr \"服務名稱不可以超過25個字元。\"\n\n#, php-format\nmsgid \"Service port has been updated.\"\nmsgid_plural \"%d service ports were updated.\"\nmsgstr[0] \"%d 服務連接埠已經更新。\"\n\nmsgid \"Service port successfully added\"\nmsgstr \"服務連接埠已成功新增\"\n\nmsgid \"Service port successfully removed.\"\nmsgstr \"服務連接埠已經成功移除\"\n\nmsgid \"Service ports\"\nmsgstr \"通訊埠口\"\n\nmsgid \"Service protocol\"\nmsgstr \"協議\"\n\nmsgid \"Service statuses\"\nmsgstr \"服務狀態\"\n\nmsgid \"Service with same name already exists.\"\nmsgstr \"與服務相同名稱已經存在。\"\n\nmsgid \"Sessions\"\nmsgstr \"工作階段\"\n\nmsgid \"Settings\"\nmsgstr \"設定\"\n\nmsgid \"Settings saved.\"\nmsgstr \"設定已經儲存。\"\n\nmsgid \"Shared mount point\"\nmsgstr \"共用掛載點\"\n\nmsgid \"Show\"\nmsgstr \"顯示\"\n\n#, php-format\nmsgid \"Show %s records per page\"\nmsgstr \"每一頁顯示 %s 筆紀錄\"\n\nmsgid \"Show SSL certificate\"\nmsgstr \"顯示 SSL 證書\"\n\nmsgid \"Show default mail accounts\"\nmsgstr \"顯示預設郵件帳號\"\n\nmsgid \"Show detailed statistics for this reseller\"\nmsgstr \"顯示這個經銷商的詳細狀態\"\n\nmsgid \"Show detailed statistics for this user\"\nmsgstr \"顯示這個使用者的詳細狀態\"\n\nmsgid \"Show domain aliases\"\nmsgstr \"顯示網域別名\"\n\nmsgid \"Show in\"\nmsgstr \"顯示在\"\n\nmsgid \"Show labels for main menu links\"\nmsgstr \"顯示主要選單連結的分頁\"\n\n#, php-format\nmsgid \"Showing %s to %s of %s records\"\nmsgstr \"顯示 %s 到 %s 共 %s 筆紀錄\"\n\nmsgid \"Showing 0 to 0 of 0 records\"\nmsgstr \"顯示 0 到 0 共 0 筆紀錄\"\n\nmsgid \"Size\"\nmsgstr \"總計空間\"\n\nmsgid \"Software\"\nmsgstr \"軟體\"\n\nmsgid \"Software available\"\nmsgstr \"可用軟體\"\n\nmsgid \"Software deleted.\"\nmsgstr \"軟體已經刪除．\"\n\nmsgid \"Software depot upload\"\nmsgstr \"軟體區上傳\"\n\nmsgid \"Software details\"\nmsgstr \"軟體詳細資訊\"\n\nmsgid \"Software has been deleted.\"\nmsgstr \"軟體已被刪除。\"\n\nmsgid \"Software has been successfully imported.\"\nmsgstr \"軟體已經成功匯入。\"\n\nmsgid \"Software in repository\"\nmsgstr \"軟體在軟體庫\"\n\nmsgid \"Software installation\"\nmsgstr \"軟體安裝\"\n\nmsgid \"Software installer\"\nmsgstr \"軟體自動安裝\"\n\nmsgid \"Software installer options\"\nmsgstr \"軟體安裝設定\"\n\nmsgid \"Software installer options successfully updated.\"\nmsgstr \"軟體安裝器選項已成功更新。\"\n\nmsgid \"Software instance has been scheduled for installation\"\nmsgstr \"安裝軟體的動作已經排程。\"\n\nmsgid \"Software management\"\nmsgstr \"軟體管理\"\n\nmsgid \"Software name\"\nmsgstr \"軟體名稱\"\n\nmsgid \"Software not found!\"\nmsgstr \"找不到軟體\"\n\nmsgid \"Software options\"\nmsgstr \"軟體設定\"\n\nmsgid \"Software permissions\"\nmsgstr \"軟體權限\"\n\nmsgid \"Software repository\"\nmsgstr \"軟體庫\"\n\nmsgid \"Software status\"\nmsgstr \"軟體狀態\"\n\nmsgid \"Software successfully scheduled for deletion.\"\nmsgstr \"刪除軟體已成功排程。\"\n\nmsgid \"Software total\"\nmsgstr \"軟體數量總計\"\n\nmsgid \"Software upload\"\nmsgstr \"軟體上傳\"\n\nmsgid \"Software was activated.\"\nmsgstr \"軟體已經啟用\"\n\nmsgid \"Software was deleted.\"\nmsgstr \"軟體已經移除\"\n\nmsgid \"Software-Synonym\"\nmsgstr \"軟體代名詞\"\n\nmsgid \"Software-Version\"\nmsgstr \"軟體版本\"\n\nmsgid \"Softwaredepot\"\nmsgstr \"軟體區\"\n\nmsgid \"Start installation\"\nmsgstr \"開始安裝\"\n\nmsgid \"State/Province\"\nmsgstr \"省/洲\"\n\nmsgid \"Statistics\"\nmsgstr \"資料統計\"\n\nmsgid \"Status\"\nmsgstr \"狀態\"\n\nmsgid \"Street 1\"\nmsgstr \"街道 1\"\n\nmsgid \"Street 2\"\nmsgstr \"街道 2\"\n\nmsgid \"Strong passwords\"\nmsgstr \"較強密碼\"\n\nmsgid \"Subdomain\"\nmsgstr \"子網域\"\n\n#, php-format\nmsgid \"Subdomain %s already exist.\"\nmsgstr \"子網域 %s 已存在。\"\n\n#, php-format\nmsgid \"Subdomain %s cannot be forwarded on itself.\"\nmsgstr \"子網域 %s 不能自己轉址。\"\n\n#, php-format\nmsgid \"Subdomain %s is unavailable.\"\nmsgstr \"子網域 %s 是無效的。\"\n\nmsgid \"Subdomain alias\"\nmsgstr \"子網域別名\"\n\nmsgid \"Subdomain alias errors\"\nmsgstr \"子網域別名錯誤\"\n\nmsgid \"Subdomain errors\"\nmsgstr \"子網域錯誤\"\n\nmsgid \"Subdomain name\"\nmsgstr \"子網域\"\n\nmsgid \"Subdomain name is not valid.\"\nmsgstr \"子網域名稱是無效的。\"\n\nmsgid \"Subdomain scheduled for deletion.\"\nmsgstr \"子網域已排程刪除。\"\n\nmsgid \"Subdomain successfully scheduled for addition.\"\nmsgstr \"新增子網域的排程已成功\"\n\nmsgid \"Subdomain successfully scheduled for update\"\nmsgstr \"更新子網域的排程已成功\"\n\nmsgid \"Subdomains\"\nmsgstr \"子網域\"\n\nmsgid \"Subdomains limit\"\nmsgstr \"子網域限制\"\n\nmsgid \"Subject\"\nmsgstr \"主旨\"\n\nmsgid \"Subject is missing.\"\nmsgstr \"主旨遺失\"\n\nmsgid \"Submit changes\"\nmsgstr \"提出更改\"\n\nmsgid \"Support\"\nmsgstr \"支援\"\n\nmsgid \"Support system\"\nmsgstr \"系統支援\"\n\nmsgid \"Swap\"\nmsgstr \"交換區\"\n\nmsgid \"Switch\"\nmsgstr \"切換\"\n\nmsgid \"Switch to the backups directory\"\nmsgstr \"切換至備份資料夾\"\n\nmsgid \"Switch to user interface\"\nmsgstr \"切換使用者介面\"\n\nmsgid \"Sync quota info\"\nmsgstr \"同步配額資訊\"\n\nmsgid \"System\"\nmsgstr \"系統\"\n\nmsgid \"System data\"\nmsgstr \"系統資料\"\n\nmsgid \"System error - custom error page was not updated.\"\nmsgstr \"系統錯誤 - 自訂錯誤網頁沒更新。\"\n\nmsgid \"System information\"\nmsgstr \"系統資訊\"\n\nmsgid \"System tools\"\nmsgstr \"系統工具\"\n\nmsgid \"System under maintenance\"\nmsgstr \"系統維護中\"\n\nmsgid \"TB\"\nmsgstr \"TB\"\n\nmsgid \"TTL\"\nmsgstr \"TTL\"\n\nmsgid \"Target\"\nmsgstr \"目標\"\n\nmsgid \"Target domain\"\nmsgstr \"目標網域\"\n\nmsgid \"Target port\"\nmsgstr \"目標連接埠\"\n\nmsgid \"Target port must be a number.\"\nmsgstr \"目標連接埠必須是數字。\"\n\nmsgid \"Temporary folder not found.\"\nmsgstr \"暫存資料夾找不到。\"\n\n#, php-format\nmsgid \"The %s field cannot be empty.\"\nmsgstr \"%s欄位不可以是空白。\"\n\n#, php-format\nmsgid \"The %s field cannot have both unquoted strings and quoted strings.\"\nmsgstr \"%s字段不能同时包含未引用的字符串和引用的字符串。\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be greater than %d, your calculated \"\n\"limit.\"\nmsgstr \"這個客戶此 %s 限制不可以高於 %d，您要計算一下限制。\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be lower than %d, the total of %s \"\n\"already used by him.\"\nmsgstr \"這個客戶此 %s 限制不可以低於 %d，他總計已經使用了 %s。\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be set to 'disabled' because he has \"\n\"already %d %s.\"\nmsgstr \"此 %s 限制針對這個客戶不可以設定為 '停用' 因為他已經有 %d %s。\"\n\n#, php-format\nmsgid \"\"\n\"The %s limit for this customer cannot be unlimited because your are limited \"\n\"for this service.\"\nmsgstr \"因為您這個服務已被限制，所以針對這個客戶的 %s 限制不能改為無限。\"\n\n#, php-format\nmsgid \"The %s plugin version %s is not compatible with your i-MSCP version.\"\nmsgstr \"此 %s 外掛版本 %s 不相容您的 i-MSCP 版本。\"\n\n#, php-format\nmsgid \"The %s translation file has been ignored: Translation table is empty.\"\nmsgstr \"此 %s 翻譯檔已經忽略了: 翻譯表是空白的。\"\n\n#, php-format\nmsgid \"The '%s' field cannot be empty.\"\nmsgstr \"'%s'欄位不可以是空白。\"\n\nmsgid \"The '%value%' username is not available.\"\nmsgstr \"此 '%value%' 使用者名稱無效。\"\n\nmsgid \"\"\n\"The DEBUG mode is currently enabled, making resources caching unavailable.\"\nmsgstr \"除錯模式已啟用，資源快取是無效的。\"\n\nmsgid \"\"\n\"The Telnet-Server is currently running on your server. This legacy service \"\n\"is not secure.\"\nmsgstr \"Telnet 服務在您的伺服器有執行。這個傳統的服務是不安全的。\"\n\n#, php-format\nmsgid \"The `%s' SQL user is not available or not permitted.\"\nmsgstr \"此 `%s' 資料庫使用者是無效或不允許的。\"\n\n#, php-format\nmsgid \"The city name must be between %d and %d characters.\"\nmsgstr \"城市的名稱必須在 %d 和 %d 字元間。\"\n\n#, php-format\nmsgid \"The company name must be between %d and %d characters.\"\nmsgstr \"公司的名稱必須在 %d 和 %d 字元間。\"\n\n#, php-format\nmsgid \"The configuration parameter has been updated.\"\nmsgid_plural \"%d configuration parameters were updated\"\nmsgstr[0] \"%d 設置參數已更新\"\n\n#, php-format\nmsgid \"The country name must be between %d and %d characters.\"\nmsgstr \"國家的名稱必須在 %d 和 %d 字元間。\"\n\n#, php-format\nmsgid \"\"\n\"The directory %s doesn't exists. Please create that directory using your \"\n\"file manager.\"\nmsgstr \"此目錄 %s 不存在。請使用您的檔案管理軟體來建立這個目錄。\"\n\nmsgid \"\"\n\"The domain is currently deactivated. The modification of some of its \"\n\"properties will result by a complete or partial reactivation of it.\"\nmsgstr \"此網域目前是停用的。修改一些他的內容將會讓他完全或部份重新啟用。\"\n\nmsgid \"\"\n\"The domain or at least one of its entities has a different status than 'ok'.\"\nmsgstr \"此網域或至少一個網域有不同於'正常'的狀態。\"\n\nmsgid \"The domain you are trying to edit doesn't exist.\"\nmsgstr \"您試著編輯的網域是不存在的。\"\n\nmsgid \"The email address cannot be empty.\"\nmsgstr \"郵件地址不可以空白。\"\n\n#, php-format\nmsgid \"The fax number must be between %d and %d characters.\"\nmsgstr \"傳真號碼必須在 %d 和 %d 字元間。\"\n\n#, php-format\nmsgid \"The first name must be between %d and %d characters.\"\nmsgstr \"名字必須在 %d 和 %d 字元間。\"\n\n#, php-format\nmsgid \"The last name must be between %d and %d characters.\"\nmsgstr \"姓氏必須在 %d 和 %d 字元間。\"\n\nmsgid \"The menu you are trying to edit doesn't exist.\"\nmsgstr \"您試著編輯的選單是不存在的。\"\n\nmsgid \"The new document root must pre-exists inside the /htdocs directory.\"\nmsgstr \"此根目錄必須已存在於 /htdocs 目錄內。\"\n\nmsgid \"The package is corrupt. Please correct it.\"\nmsgstr \"此套件是損壞的。請用正常的。\"\n\nmsgid \"\"\n\"The package will be installed automatically to your system after \"\n\"upload.<br>Refresh your site to see the new status!\"\nmsgstr \"此套件在上傳之後就會自動安裝到您的系統。<br>重整您的網站來檢視新的狀態!\"\n\nmsgid \"The password cannot be empty.\"\nmsgstr \"密碼不能空白\"\n\nmsgid \"The password contains unallowed characters.\"\nmsgstr \"密碼包含不允許的字元\"\n\nmsgid \"The password field is empty.\"\nmsgstr \"密碼欄位是空白的。\"\n\n#, php-format\nmsgid \"The password must be between %d and %d characters.\"\nmsgstr \"密碼必須在 %d 和 %d 字元間。\"\n\nmsgid \"The password must contain letters and digits.\"\nmsgstr \"密碼必須包括字母和數字。\"\n\n#, php-format\nmsgid \"The phone number must be between %d and %d characters.\"\nmsgstr \"電話號碼必須在 %d 和 %d 字元間。\"\n\nmsgid \"The private key doesn't belong to the provided SSL certificate.\"\nmsgstr \"此私鑰不屬於此提供的 SSL 憑證。\"\n\n#, php-format\nmsgid \"The remote filesize (%s) is lower than 1 byte. Please check the URL.\"\nmsgstr \"遠端檔案大小 (%s) 小於 1 Byte。請檢查網址。\"\n\nmsgid \"\"\n\"The reseller you want to remove has one or more customers accounts. Please \"\n\"remove them first.\"\nmsgstr \"此經銷商想要移除一個或多個客戶帳號。請先移除這些。\"\n\n#, php-format\nmsgid \"The state/province name must be between %d and %d characters.\"\nmsgstr \"州/區域必須在 %d 和 %d 字元間。\"\n\n#, php-format\nmsgid \"The street 1 name must be between %d and %d characters\"\nmsgstr \"街1的名稱必須在 %d 和 %d 字元間。\"\n\n#, php-format\nmsgid \"The street 2 name must be between %d and %d characters.\"\nmsgstr \"街2的名稱必須在 %d 和 %d 字元間。\"\n\nmsgid \"The uploaded file was only partially uploaded.\"\nmsgstr \"已上傳的檔案只有部份上傳而已。\"\n\nmsgid \"The username cannot be empty.\"\nmsgstr \"使用者名稱不可以空白。\"\n\nmsgid \"The username field is empty.\"\nmsgstr \"使用者名稱欄位是空白的。\"\n\n#, php-format\nmsgid \"The username must be between %d and %d characters.\"\nmsgstr \"使用者名稱必須在 %d 和 %d 字元間。\"\n\nmsgid \"The value has been found in the stack\"\nmsgstr \"此值在這裡找到\"\n\nmsgid \"The value has not been found in the stack\"\nmsgstr \"此值並沒有在這裡找到\"\n\nmsgid \"The values must not be equal\"\nmsgstr \"此值必須相等\"\n\n#, php-format\nmsgid \"The zipcode must be between %d and %d characters.\"\nmsgstr \"郵遞區號必須在 %d 和 %d 字元間。\"\n\nmsgid \"There are no service ports yet.\"\nmsgstr \"這裡沒有服務連接埠。\"\n\nmsgid \"\"\n\"There is an Error inside your package. Please check it!<br>Refresh your site\"\n\" to see the new status!\"\nmsgstr \"有一個錯誤在您的套件裡面。請檢查!<br>重整您的網站來確認新的狀態!\"\n\nmsgid \"There is no pending task. Operation canceled.\"\nmsgstr \"這裡沒有等待中的工作。操作取消。\"\n\n#, php-format\nmsgid \"\"\n\"This Package (%s, V%s) was deleted by your reseller. You can only uninstall \"\n\"this package!<br>Please delete the files and database for this package \"\n\"manually!\"\nmsgstr \"這個套件 (%s, V%s) 已被您的經銷商刪除了。您只能反安裝這個套件!<br>請手動刪除這個套件的檔案和資料庫!\"\n\n#, php-format\nmsgid \"\"\n\"This database will be permanently deleted. This process cannot be recovered.\"\n\" All users linked to this database will also be deleted if not linked to \"\n\"another database. Are you sure you want to delete the '%s' database?\"\nmsgstr \"\"\n\"這個資料庫將永久的刪除。一旦執行就不能復原。假如沒有連結到其他資料庫的話，所有連到這個資料庫的使用者也會被刪除。您確定您要刪除此 '%s' 資料庫嗎?\"\n\nmsgid \"This htaccess group already exists.\"\nmsgstr \"這個 htaccess 群組已經存在\"\n\nmsgid \"This htaccess user already exist.\"\nmsgstr \"這個 htaccess 使用者已經存在\"\n\nmsgid \"This interface allow to add or remove IP addresses.\"\nmsgstr \"這個介面允許新增或移除 IP 地址。\"\n\n#, php-format\nmsgid \"\"\n\"This is the host from which this SQL user must be allowed to connect to the \"\n\"SQL server. Enter the %s wildcard character to allow this SQL user to \"\n\"connect from any host.\"\nmsgstr \"\"\n\"這個主機位置是設定這個 SQL 使用者必須從允許的位置連到 SQL 伺服器。輸入 %s 萬用字元來允許 SQL 使用者可以從任何地方連到主機。\"\n\nmsgid \"This mail account is protected against both edition and deletion.\"\nmsgstr \"這個郵件帳號已被保護不能編輯和刪除。\"\n\nmsgid \"This package already exists in the administrator software repository.\"\nmsgstr \"這個套件已存在管理者的軟體庫中。\"\n\n#, php-format\nmsgid \"This package already exists in the depot of the reseller \\\"%1$s\\\"!\"\nmsgstr \"這個套件已在於經銷商 \\\"%1$s\\\" 軟體庫中!\"\n\nmsgid \"This package already exists in the software depot!\"\nmsgstr \"這個套件已經存在於軟體部署!\"\n\nmsgid \"This package already exists in your software repository.\"\nmsgstr \"這個套件已經存在於您的軟體庫。\"\n\nmsgid \"This package is installed on following domain(s):\"\nmsgstr \"這個套件已安裝在以下網域(s):\"\n\nmsgid \"This package is not installed\"\nmsgstr \"這個套件沒安裝\"\n\nmsgid \"This package is not installed yet\"\nmsgstr \"這個套件沒安裝\"\n\nmsgid \"This software is installed on following domain(s):\"\nmsgstr \"這個軟體已安裝在以下網域(s):\"\n\nmsgid \"This user has domain record. First remove the domain from the system.\"\nmsgstr \"這個使用者已經有網域紀錄。首先從系統中要移除網域。\"\n\nmsgid \"TiB\"\nmsgstr \"TiB\"\n\nmsgid \"Ticket information\"\nmsgstr \"服務單資訊\"\n\nmsgid \"Ticket successfully closed.\"\nmsgstr \"服務單已經成功結案。\"\n\nmsgid \"Ticket successfully deleted.\"\nmsgstr \"服務單已成功刪除．\"\n\nmsgid \"Ticket successfully reopened.\"\nmsgstr \"服務單已經成功重新開啟。\"\n\n#, php-format\nmsgid \"Ticket with Id '%d' was not found.\"\nmsgstr \"Id 為 '%d' 的服務單沒找到。\"\n\n#, php-format\nmsgid \"To unprotect this plugin, you must edit the %s file\"\nmsgstr \"解除這個套件的保護，您必須要編輯 %s 檔案\"\n\nmsgid \"Total\"\nmsgstr \"總計\"\n\nmsgid \"Total Domains\"\nmsgstr \"總計網域數量\"\n\nmsgid \"Total Software\"\nmsgstr \"軟體數量總計\"\n\nmsgid \"Total Web software repositories\"\nmsgstr \"總網站軟體庫\"\n\n#, php-format\nmsgid \"Total accounts: %s / %s\"\nmsgstr \"總計帳號: %s / %s\"\n\nmsgid \"Total installations\"\nmsgstr \"總安裝\"\n\nmsgid \"Total packages in Web software repository\"\nmsgstr \"在網站軟體庫中總計套件\"\n\nmsgid \"Total reseller\"\nmsgstr \"經銷商數量總計\"\n\nmsgid \"Total software\"\nmsgstr \"軟體數量總計\"\n\nmsgid \"Traffic\"\nmsgstr \"流量\"\n\nmsgid \"Traffic statistics\"\nmsgstr \"流量狀態\"\n\nmsgid \"Translated strings\"\nmsgstr \"已翻譯字串\"\n\nmsgid \"Type\"\nmsgstr \"類型\"\n\nmsgid \"UP\"\nmsgstr \"已運行\"\n\nmsgid \"URL forwarding\"\nmsgstr \"URL 轉送\"\n\nmsgid \"URL port\"\nmsgstr \"URL 連接埠\"\n\nmsgid \"URL protocol\"\nmsgstr \"URL 通訊協定\"\n\nmsgid \"URL to this admin panel\"\nmsgstr \"轉到管理員面板的 URL\"\n\n#, php-format\nmsgid \"Unable to close the ticket with Id '%s'.\"\nmsgstr \"無法關閉 Id 為'%s' 的服務單。 \"\n\n#, php-format\nmsgid \"Unable to create '%s' directory for language file.\"\nmsgstr \"無法建立 '%s' 語言檔的目錄。\"\n\nmsgid \"Unable to create 'LC_MESSAGES' directory for language file.\"\nmsgstr \"無法建立 'LC_MESSAGES' 語言檔的目錄。\"\n\nmsgid \"Unable to delete i-MSCP info file.\"\nmsgstr \"無法刪除 i-MSCP 資訊檔案。\"\n\nmsgid \"Unable to get the IP address list. Please fix this problem.\"\nmsgstr \"無法取得 IP 地址，請修復這個問題。\"\n\nmsgid \"Unable to get update info from Github\"\nmsgstr \"無法從 Github 取得更新資訊\"\n\nmsgid \"Unable to load i-MSCP info file.\"\nmsgstr \"無法讀取 i-MSCP 資訊檔案。\"\n\nmsgid \"Unable to move file.\"\nmsgstr \"無法移動檔案\"\n\nmsgid \"Unable to read Web software repository index file.\"\nmsgstr \"無法讀取網站軟體庫索引檔。\"\n\n#, php-format\nmsgid \"Unable to read the %s file.\"\nmsgstr \"無法讀取 %s 檔案。\"\n\n#, php-format\nmsgid \"Unable to read the plugin %s file. Please check file permissions\"\nmsgstr \"無法讀取外掛 %s 檔案。請檢查檔案權限\"\n\nmsgid \"Unable to read xml file for web software.\"\nmsgstr \"無法讀取網站軟體 XML 檔案。\"\n\n#, php-format\nmsgid \"Unable to reopen ticket with Id '%s'.\"\nmsgstr \"無法重新開啟 Id 為'%s' 的服務單。 \"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. A message has been sent\"\n\" to the administrator.\"\nmsgstr \"無法刪除客戶帳號裡面的行程。訊息已經寄到管理者。\"\n\nmsgid \"\"\n\"Unable to schedule deletion of the customer account. Please consult admin \"\n\"logs or your mail for more information.\"\nmsgstr \"無法刪除客戶帳號裡面的行程。請查詢管理紀錄或是您的郵件裡有更多的資訊。\"\n\nmsgid \"Unable to set sslallowselfsigned option\"\nmsgstr \"無法設定 sslallowselfsigned 選項\"\n\nmsgid \"Unable to set sslverifypeer option\"\nmsgstr \"無法設定 sslverifypeer 選項\"\n\n#, php-format\nmsgid \"Unable to upload file. Max. upload filesize (%1$d MB) reached?\"\nmsgstr \"無法上傳檔案. 是否最大. 上傳檔案大小 (%1$d MB) 已到達?\"\n\nmsgid \"Unallowed port in forward URL. Only ports above 1024 are allowed.\"\nmsgstr \"轉送網址有不允許的連接埠。只允許1024以上的連接埠。\"\n\nmsgid \"Unauthorized\"\nmsgstr \"未驗證\"\n\nmsgid \"Unavailable\"\nmsgstr \"無效\"\n\n#, php-format\nmsgid \"\"\n\"Unescaped quote found in '%s' field. A quote that is not a string delimiter \"\n\"must be escaped.\"\nmsgstr \"在'%s'字段中找到未转义的引号。 必须转义不是字符串分隔符的引号。\"\n\nmsgid \"Unexpected error\"\nmsgstr \"無法預期的錯誤\"\n\nmsgid \"Uninstall\"\nmsgstr \"移除\"\n\nmsgid \"Uninstall this plugin\"\nmsgstr \"移除這個外掛\"\n\nmsgid \"Uninstallation in progress...\"\nmsgstr \"解除安裝執行中...\"\n\nmsgid \"Uninstalled\"\nmsgstr \"已經解除安裝\"\n\nmsgid \"Unknown\"\nmsgstr \"未知\"\n\nmsgid \"Unknown Error\"\nmsgstr \"未知錯誤\"\n\n#, php-format\nmsgid \"Unknown `%s' database. Database must exists.\"\nmsgstr \"未知 `%s' 的資料庫。資料庫必須存在。\"\n\nmsgid \"Unknown action requested.\"\nmsgstr \"未知的動作請求\"\n\n#, php-format\nmsgid \"Unknown action: %s\"\nmsgstr \"未知的動作: %s\"\n\n#, php-format\nmsgid \"Unknown bruteforce detection type: %s\"\nmsgstr \"未知入侵偵測類型: %s\"\n\nmsgid \"Unknown language name.\"\nmsgstr \"未知的語言名稱\"\n\nmsgid \"Unknown layout color.\"\nmsgstr \"未知的版面顏色\"\n\nmsgid \"Unknown reason.\"\nmsgstr \"未知的原因\"\n\n#, php-format\nmsgid \"Unknown service name '%s'.\"\nmsgstr \"未知的服務名稱 '%s'.\"\n\nmsgid \"Unknown status\"\nmsgstr \"未知的狀態\"\n\nmsgid \"Unknown type.\"\nmsgstr \"未知的類型\"\n\nmsgid \"Unknown username.\"\nmsgstr \"未知的使用者名稱\"\n\nmsgid \"Update\"\nmsgstr \"更新\"\n\nmsgid \"Update Plugins\"\nmsgstr \"更新外掛\"\n\nmsgid \"Update SQL user password\"\nmsgstr \"更新 SQL 使用者密碼\"\n\nmsgid \"Update from Web software repository\"\nmsgstr \"從網站軟體庫中更新\"\n\nmsgid \"Update from web depot\"\nmsgstr \"從軟體庫更新\"\n\nmsgid \"Update in progress...\"\nmsgstr \"更新執行中...\"\n\nmsgid \"Update info\"\nmsgstr \"更新資訊\"\n\nmsgid \"\"\n\"Update of Web software repository index has been aborted. Missing or empty \"\n\"fields.\"\nmsgstr \"已放棄更新網站軟體庫的索引。遺失或空白的欄位。\"\n\nmsgid \"Update password\"\nmsgstr \"修改密碼\"\n\nmsgid \"Updates\"\nmsgstr \"更新\"\n\nmsgid \"Upload\"\nmsgstr \"上傳\"\n\nmsgid \"Upload logo\"\nmsgstr \"上傳Logo\"\n\nmsgid \"Upload now\"\nmsgstr \"立即上傳\"\n\nmsgid \"Uptime\"\nmsgstr \"運作時間\"\n\nmsgid \"Usage of dot in domain name labels is prohibited.\"\nmsgstr \"禁止使用 \\\".\\\" 在網域名稱的標籤裡面。\"\n\nmsgid \"Usage status\"\nmsgstr \"使用狀態\"\n\nmsgid \"Use normal connection (No SSL)\"\nmsgstr \"使用一般連線 (No SSL)\"\n\nmsgid \"Use secure connection (SSL)\"\nmsgstr \"使用加密連線 (SSL)\"\n\nmsgid \"Used\"\nmsgstr \"已用\"\n\nmsgid \"Used database\"\nmsgstr \"已使用的資料庫\"\n\nmsgid \"User\"\nmsgstr \"使用者\"\n\nmsgid \"User (first and last) name\"\nmsgstr \"使用者名稱（姓氏和名字）\"\n\nmsgid \"User data were not updated.\"\nmsgstr \"使用者資料並沒有更新。\"\n\nmsgid \"User data were successfully updated.\"\nmsgstr \"使用者資料已經成功更新\"\n\nmsgid \"User errors\"\nmsgstr \"使用者錯誤\"\n\nmsgid \"User has not been deleted.\"\nmsgstr \"使用者沒有被刪除\"\n\nmsgid \"User login (system) name\"\nmsgstr \"使用者登入 （系統）名稱\"\n\nmsgid \"User password\"\nmsgstr \"使用者密碼\"\n\nmsgid \"User real (first and last) name\"\nmsgstr \"使用者實名（姓氏和名字）\"\n\nmsgid \"User scheduled for deletion.\"\nmsgstr \"刪除使用者的行程。\"\n\nmsgid \"User session successfully destroyed.\"\nmsgstr \"使用者連線已成功中斷了。\"\n\nmsgid \"User statistics\"\nmsgstr \"使用者狀態\"\n\nmsgid \"User successfully disconnected.\"\nmsgstr \"使用者已經成功中斷連線。\"\n\nmsgid \"User type\"\nmsgstr \"使用者身份\"\n\nmsgid \"User type (admin, reseller, user)\"\nmsgstr \"使用者身份 (管理員，經銷商，使用者)\"\n\nmsgid \"Username\"\nmsgstr \"使用者名稱\"\n\nmsgid \"Username and password for application login\"\nmsgstr \"此使用者名稱和密碼是給應用程式登入用的\"\n\nmsgid \"Users\"\nmsgstr \"使用者\"\n\n#, php-format\nmsgid \"Value for the PHP %%s directive must be in range %%d to %%d.\"\nmsgstr \"這個 PHP 的數值 %%s 指令必須介於 %%d 和 %%d 之間。\"\n\nmsgid \"Values\"\nmsgstr \"值\"\n\nmsgid \"Vendor hompage\"\nmsgstr \"供應商網頁\"\n\nmsgid \"Version\"\nmsgstr \"版本\"\n\nmsgid \"Very high\"\nmsgstr \"非常高\"\n\nmsgid \"View\"\nmsgstr \"查閱\"\n\nmsgid \"View SSL certificate\"\nmsgstr \"檢視 SSL 證書\"\n\nmsgid \"View ticket\"\nmsgstr \"檢視服務單\"\n\nmsgid \"Visit plugin site\"\nmsgstr \"瀏覽插件網站\"\n\nmsgid \"Warning traffic\"\nmsgstr \"警示流量\"\n\nmsgid \"Warning!\"\nmsgstr \"警告!\"\n\nmsgid \"Warnings and Errors\"\nmsgstr \"警告和錯誤\"\n\nmsgid \"\"\n\"We are sorry, but the system is currently under maintenance.\\n\"\n\"Please try again later.\"\nmsgstr \"\"\n\"我們很抱歉，但是此系統正在維護當中。\\n\"\n\"請稍後再試。\"\n\nmsgid \"Web Statistics\"\nmsgstr \"網站狀態\"\n\nmsgid \"Web files only\"\nmsgstr \"只有網頁檔案\"\n\nmsgid \"Web folder protection\"\nmsgstr \"網頁資料夾保護\"\n\nmsgid \"Web in\"\nmsgstr \"Web 接收\"\n\nmsgid \"Web out\"\nmsgstr \"Web 發送\"\n\nmsgid \"Web software depot packages total\"\nmsgstr \"軟體庫套件統計\"\n\nmsgid \"Web software repository\"\nmsgstr \"網站軟體庫\"\n\nmsgid \"Web software repository index been successfully updated.\"\nmsgstr \"網站軟體庫索引已經成功更新了。\"\n\nmsgid \"Web software repository index is already up to date.\"\nmsgstr \"網站軟體庫索引已經是最新的。\"\n\nmsgid \"Web statistics\"\nmsgstr \"Web 統計\"\n\nmsgid \"Web traffic\"\nmsgstr \"Web 流量\"\n\nmsgid \"Webmail\"\nmsgstr \"網頁郵件\"\n\nmsgid \"Webtools\"\nmsgstr \"Web工具\"\n\nmsgid \"Welcome email\"\nmsgstr \"歡迎郵件\"\n\nmsgid \"Welcome email template has been updated.\"\nmsgstr \"歡迎郵件的範本已經更新了。\"\n\nmsgid \"Welcome {USERNAME} to i-MSCP\"\nmsgstr \"歡迎 {USERNAME} 來到 i-MSCP\"\n\nmsgid \"When set to 'yes', your PHP scripts can call the PHP exec() function.\"\nmsgstr \"當設定為 '是'，您的 PHP scripts 可以呼叫 PHP exec() 功能。\"\n\nmsgid \"When set to `Auto', the IP address is automatically configured.\"\nmsgstr \"當設定為 `自動'，IP地址會自動設置。\"\n\nmsgid \"When set to `Manual', the configuration is left to the administrator.\"\nmsgstr \"當設定為 `手動'，設置將由管理員自行設定。\"\n\nmsgid \"\"\n\"When you move a customer to another reseller, limits and permissions of that\"\n\" reseller are automatically extended when necessary, according the customer \"\n\"own limits and permissions.\"\nmsgstr \"\"\n\nmsgid \"Wrong or unallowed IP address.\"\nmsgstr \"錯誤或是不允許的 IP 地址。\"\n\nmsgid \"Wrong or unallowed IP netmask.\"\nmsgstr \"錯誤或是不允許的 IP 網路遮罩。\"\n\nmsgid \"Wrong reseller id.\"\nmsgstr \"錯誤的代理商ID\"\n\nmsgid \"Wrong security code\"\nmsgstr \"錯誤的驗證碼\"\n\nmsgid \"Wrong software id.\"\nmsgstr \"錯誤的軟體ID\"\n\nmsgid \"Wrong syntax for new expire date.\"\nmsgstr \"新到期日是錯誤的格式\"\n\n#, php-format\nmsgid \"Wrong syntax for the %s limit.\"\nmsgstr \"這個 %s 限制是錯誤的格式。\"\n\nmsgid \"Wrong syntax for the mail quota value.\"\nmsgstr \"郵件配額值是錯誤的格式。\"\n\nmsgid \"Wrong user level provided.\"\nmsgstr \"錯誤的使用者等級提供。\"\n\nmsgid \"Wrong username.\"\nmsgstr \"錯誤的使用者名稱\"\n\nmsgid \"XML file URL for the Web software repository\"\nmsgstr \"軟體庫 XML 檔案超連結\"\n\nmsgid \"YB\"\nmsgstr \"YB\"\n\nmsgid \"Year\"\nmsgstr \"年\"\n\nmsgid \"Yes\"\nmsgstr \"是\"\n\nmsgid \"YiB\"\nmsgstr \"YiB\"\n\nmsgid \"You are exceeding the monthly server traffic limit.\"\nmsgstr \"您已經超過您的伺服器月流量限制。\"\n\nmsgid \"You are exceeding you domain aliases limit.\"\nmsgstr \"您已經超過您的網域別名數量限制。\"\n\nmsgid \"You are exceeding your FTP accounts limit.\"\nmsgstr \"您已經超過您的 FTP 帳號數量限制。\"\n\nmsgid \"You are exceeding your SQL databases limit.\"\nmsgstr \"您已經超過您的 SQL 資料庫數量限制。\"\n\nmsgid \"You are exceeding your SQL users limit.\"\nmsgstr \"您已經超過您的 SQL 使用者數量限制。\"\n\nmsgid \"You are exceeding your disk space limit.\"\nmsgstr \"您已經超過您的網頁空間容量限制。\"\n\nmsgid \"You are exceeding your mail accounts limit.\"\nmsgstr \"您已經超過您的郵件帳號數量限制。\"\n\nmsgid \"You are exceeding your monthly traffic limit.\"\nmsgstr \"您已經超過您的月流量限制。\"\n\nmsgid \"You are exceeding your subdomains limit.\"\nmsgstr \"您已經超出您的子網域數量限制。\"\n\nmsgid \"You are not allowed to act on your own session.\"\nmsgstr \"您不被允許在您目前的連線上動作。\"\n\nmsgid \"You can disable the DEBUG mode in the /etc/imscp/imscp.conf file.\"\nmsgstr \"您可以停用除錯模式在 /etc/imscp/imscp.conf 這個檔案。\"\n\nmsgid \"You can only upload images.\"\nmsgstr \"您僅能上傳圖片\"\n\nmsgid \"You can select as many addresses as you want.\"\nmsgstr \"您想要的話可以選擇多個位址。\"\n\nmsgid \"\"\n\"You can set an alternative document root. This is mostly needed when using a\"\n\" PHP framework such as Symfony. Note that the new document root will live \"\n\"inside the default  `/htdocs' document root. Be aware that the directory for\"\n\" the new document root must pre-exist.\"\nmsgstr \"\"\n\"您可以設定替代的根目錄。這常用在當使用類似於Symfony的 PHP 框架。注意新的根目錄將會存在預設的 `/htdocs' \"\n\"根目錄裡面。並注意新的根目錄必須已經存在。\"\n\nmsgid \"\"\n\"You cannot add normal mail accounts because you have already assigned all \"\n\"your mail quota. If you want to add a normal mail account, you must first \"\n\"lower the quota assigned to one of your other mail account.\"\nmsgstr \"您不可以新增一般郵件帳號因為您已經分配所有郵件配額到其他信箱。假如您想要新增一般郵件帳號，您必須先降低配額分配到您的其他的信箱中。\"\n\nmsgid \"\"\n\"You cannot create new mailboxes for that domain. Only forwarded mail \"\n\"accounts are allowed.\"\nmsgstr \"您不可以在這個網域建立新的信箱。只允許轉寄郵件帳號。\"\n\nmsgid \"You cannot delete a reseller that has customer accounts.\"\nmsgstr \"您不能刪除已經有任何客戶帳號的代理商。\"\n\nmsgid \"You cannot delete the default administrator.\"\nmsgstr \"您不可以刪除預設的管理員。\"\n\nmsgid \"You cannot delete the last active IP address.\"\nmsgstr \"您不能刪除最後一個可用的 IP位址\"\n\n#, php-format\nmsgid \"You cannot forward %s on itself.\"\nmsgstr \"您不可以轉送 %s 到自己。\"\n\nmsgid \"\"\n\"You cannot make this account a normal mail account because you have already \"\n\"assigned all your mail quota. If you want make this account a normal mail \"\n\"account, you must first lower the quota assigned to one of your other mail \"\n\"account.\"\nmsgstr \"您不可以新增一般郵件帳號因為您已經分配所有郵件配額到其他信箱。假如您想要新增一般郵件帳號，您必須先降低配額分配到您的其他的信箱中。\"\n\nmsgid \"You cannot remove an IP that is assigned to a reseller.\"\nmsgstr \"您不能移除指派到經銷商的 IP 位址。\"\n\nmsgid \"You cannot set expire date in past.\"\nmsgstr \"您不能將到期日設為過去\"\n\nmsgid \"You cannot unassign an IP address already in use.\"\nmsgstr \"您不能解除已被使用 IP 地址的指派。\"\n\nmsgid \"You cannot update a protected plugin.\"\nmsgstr \"您不能更新已被保護的外掛。\"\n\nmsgid \"You do not have DNS resource records.\"\nmsgstr \"您沒有任何 DNS 紀錄。\"\n\nmsgid \"You do not have FTP accounts.\"\nmsgstr \"您沒有任何 FTP 帳號。\"\n\nmsgid \"You do not have any software uploaded yet\"\nmsgstr \"您沒有任何已上傳的網站軟體。\"\n\nmsgid \"You do not have databases.\"\nmsgstr \"您沒有任何資料庫。\"\n\nmsgid \"You do not have domain aliases.\"\nmsgstr \"您沒有網域別名\"\n\nmsgid \"You do not have permissions to upload software\"\nmsgstr \"您沒有權限上傳網站軟體。\"\n\nmsgid \"You do not have protected areas.\"\nmsgstr \"您沒有已保護的區域。\"\n\nmsgid \"You do not have subdomains.\"\nmsgstr \"您沒有任何子網域\"\n\nmsgid \"\"\n\"You have a FTP accounts limit. You cannot add a user with unlimited FTP \"\n\"accounts.\"\nmsgstr \"您有 FTP 帳號數量限制。您不可以新增無限制 FTP 帳號的使用者。\"\n\nmsgid \"\"\n\"You have a SQL databases limit. You cannot add a user with unlimited SQL \"\n\"databases.\"\nmsgstr \"您有資料庫數量限制。您不可以新增無限制資料庫的使用者。\"\n\nmsgid \"\"\n\"You have a SQL users limit. You cannot add a user with unlimited SQL users.\"\nmsgstr \"您有資料庫使用者數量限制。您不可以新增無限制資料庫數量的使用者。\"\n\nmsgid \"\"\n\"You have a disk space limit. You cannot add a user with unlimited disk \"\n\"space.\"\nmsgstr \"您有磁碟空間限制。您不可以新增無磁碟空間限制的使用者。\"\n\nmsgid \"\"\n\"You have a domain aliases limit. You cannot add a user with unlimited domain\"\n\" aliases.\"\nmsgstr \"您有網域別名數量限制。您不可以新增無限制網域別名數量的使用者。\"\n\nmsgid \"\"\n\"You have a mail accounts limit. You cannot add a user with unlimited mail \"\n\"accounts.\"\nmsgstr \"您有郵件帳號數量限制。您不可以新增無郵件帳號限制的使用者。\"\n\nmsgid \"\"\n\"You have a monthly traffic limit. You cannot add a user with unlimited \"\n\"monthly traffic.\"\nmsgstr \"您有月流量限制。您不可以新增無月流量限制的使用者。\"\n\n#, php-format\nmsgid \"You have a new answer to your support ticket.\"\nmsgid_plural \"You have %d new answers to your support tickets.\"\nmsgstr[0] \"您有 %d 新的問題在您的服務單。\"\n\n#, php-format\nmsgid \"You have a new domain alias order.\"\nmsgid_plural \"You have %d new domain alias orders\"\nmsgstr[0] \"您有 %d 個新的網域別名訂單\"\n\n#, php-format\nmsgid \"You have a new support ticket.\"\nmsgid_plural \"You have %d new support tickets.\"\nmsgstr[0] \"您有 %d 個新的服務單\"\n\nmsgid \"\"\n\"You have a subdomains limit. You cannot add a user with unlimited \"\n\"subdomains.\"\nmsgstr \"您有子網域數量限制。您不可以新增無限制子網域數量的使用者。\"\n\n#, php-format\nmsgid \"You have been blocked for %s minutes.\"\nmsgstr \"您將會被封鎖 %s 分鐘。\"\n\nmsgid \"You have been successfully logged out.\"\nmsgstr \"您已經成功登出系統\"\n\nmsgid \"\"\n\"You have disabled SQL databases for this user. You cannot have SQL users \"\n\"here.\"\nmsgstr \"您有停用這個使用者的資料庫。這裡不能有資料庫的使用者。\"\n\nmsgid \"You have no closed tickets.\"\nmsgstr \"您沒有任何已結案的服務單。\"\n\nmsgid \"You have no groups.\"\nmsgstr \"您沒有群組。\"\n\nmsgid \"You have no open tickets.\"\nmsgstr \"您沒有任何待解答的服務單。\"\n\nmsgid \"\"\n\"You have reached the maximum number of domain aliases allowed by your \"\n\"subscription.\"\nmsgstr \"您已經達到您所訂購中網域別名允許的最大數量了。\"\n\nmsgid \"\"\n\"You have reached the maximum number of mail accounts allowed by your \"\n\"subscription.\"\nmsgstr \"您已經達到您所訂購中郵件帳號允許的最大數量了。\"\n\nmsgid \"\"\n\"You have reached the maximum number of subdomains allowed by your \"\n\"subscription.\"\nmsgstr \"您已經達到您所訂購中子網域允許最大數量了。\"\n\nmsgid \"You have reached your domains limit. You cannot add more domains.\"\nmsgstr \"您已經達到您的網域限制了。您不可以再新增更多網域了。\"\n\nmsgid \"You have to choose between file-upload and wget-function.\"\nmsgstr \"您有選擇檔案上傳和下載這兩個功能。\"\n\nmsgid \"You must assign at least one IP to this reseller.\"\nmsgstr \"您必須分配至少一個 IP 給這個經銷商。\"\n\nmsgid \"You must choose between local and remote upload.\"\nmsgstr \"您必須在本機和遠端之中選擇上傳。\"\n\nmsgid \"You must confirm your password.\"\nmsgstr \"您必須確認您的密碼\"\n\nmsgid \"You must enter a domain alias name.\"\nmsgstr \"您必須輸入一個網域別稱\"\n\nmsgid \"You must enter a subdomain name.\"\nmsgstr \"您必須輸入一個子網域名稱\"\n\nmsgid \"You must first create a user.\"\nmsgstr \"首先您必須建一個使用者。\"\n\nmsgid \"You must first generate a password by clicking on the generate button.\"\nmsgstr \"您必須點擊產生按鈕來產生第一個密碼。\"\n\nmsgid \"You must select a file to upload.\"\nmsgstr \"您必須選擇至少一個須上傳的檔案。\"\n\nmsgid \"You must select a file to upload/download.\"\nmsgstr \"您必須選擇一個檔案來上傳/下載。\"\n\nmsgid \"You must select at least one catch-all address.\"\nmsgstr \"您必須選擇至少一個抓取外部位址。\"\n\nmsgid \"You must select at least one customer.\"\nmsgstr \"\"\n\nmsgid \"You must select at least one mail account to delete.\"\nmsgstr \"您必须至少选择一个帐户邮件才能删除。\"\n\nmsgid \"You must select at least one plugin.\"\nmsgstr \"您必須選擇至少一個插件。\"\n\nmsgid \"You must select at least one reseller.\"\nmsgstr \"\"\n\nmsgid \"You must specify a message.\"\nmsgstr \"您必須輸入一個訊息\"\n\nmsgid \"You must specify a subject.\"\nmsgstr \"您必須輸入一個主旨\"\n\n#, php-format\nmsgid \"You must wait %s minutes before the next attempt.\"\nmsgstr \"在下一次嘗試登入前您必須等待 %s 分鐘。\"\n\nmsgid \"\"\n\"You should enable this directive only if all subdomains of this domain are \"\n\"served through SSL. Note that even if you add this directive, this will not \"\n\"automatically activate the HSTS feature for the subdomains of this domain.\"\nmsgstr \"\"\n\"假如這個網域中所有的子網域都有透過 SSL 服務則您應該啟用這個指令。注意，即使您新增這個指令，這也不會自動啟用 HSTS 功能到這個網域中的子網域。\"\n\nmsgid \"Your account has been disabled. Please, contact your reseller.\"\nmsgstr \"您的帳號目前停用。請聯絡您的經銷商。\"\n\nmsgid \"Your account has expired. Please renew your subscription.\"\nmsgstr \"您的帳號已經到期，請重新續約您的服務。\"\n\nmsgid \"Your account has expired. Please, contact your reseller.\"\nmsgstr \"您的帳號目前已過期。請聯絡您的經銷商。\"\n\nmsgid \"Your consumption\"\nmsgstr \"您的花費\"\n\nmsgid \"\"\n\"Your i-MSCP version is not compatible with this plugin. Try with a newer \"\n\"version.\"\nmsgstr \"您的 i-MSCP 版本不相容這個外掛。請試用較新的版本。\"\n\nmsgid \"Your message\"\nmsgstr \"你的訊息\"\n\nmsgid \"Your message has been successfully sent.\"\nmsgstr \"您的訊息已經成功的寄送了。\"\n\nmsgid \"Your new i-MSCP login\"\nmsgstr \"您的新 i-MSCP 登入\"\n\nmsgid \"Your new password\"\nmsgstr \"您的新密碼\"\n\nmsgid \"Your package is corrupt. Please correct it!\"\nmsgstr \"您的套件是損壞的。請用正常的!\"\n\nmsgid \"\"\n\"Your password has been successfully scheduled for renewal. Check your mails.\"\nmsgstr \"您的密碼已成功排程更新。確認您的電子郵件。\"\n\n#, php-format\nmsgid \"Your remote filesize (%s) is lower than 1 byte. Please check your URL.\"\nmsgstr \"您的遠端檔案大小 (%s) 低於 1 位元。請檢查您的網址。\"\n\nmsgid \"\"\n\"Your request for password renewal cannot be honored. Please retry in few \"\n\"minutes.\"\nmsgstr \"您所要求更新密碼已無法使用。請在幾分鐘後再重試。\"\n\nmsgid \"\"\n\"Your request for password renewal has been registered. You will receive a \"\n\"mail with instructions to complete the process.\"\nmsgstr \"您更新密碼需求已經申請了。您將會收到完成更新密碼教學的郵件。\"\n\nmsgid \"Your request for password renewal is either invalid or has expired.\"\nmsgstr \"您更新密碼的需求是無效或已經過期了。\"\n\nmsgid \"Your software package has been activated\"\nmsgstr \"您的軟體套件已啟用\"\n\nmsgid \"Your software package has been deleted\"\nmsgstr \"您的軟體套件已刪除\"\n\nmsgid \"ZB\"\nmsgstr \"ZB\"\n\nmsgid \"ZiB\"\nmsgstr \"ZiB\"\n\nmsgid \"Zip/Postal code\"\nmsgstr \"郵遞區號\"\n\nmsgid \"Zone\"\nmsgstr \"區域\"\n\nmsgid \"[New]\"\nmsgstr \"[New]\"\n\nmsgid \"[Re]\"\nmsgstr \"[Re]\"\n\nmsgid \"_: Localised language\"\nmsgstr \"正體中文 - Traditional Chinese\"\n\nmsgid \"activated\"\nmsgstr \"已啟用\"\n\nmsgid \"activated (Softwaredepot)\"\nmsgstr \"已啟用 (軟體區)\"\n\nmsgid \"addition\"\nmsgstr \"新增\"\n\nmsgid \"administrator\"\nmsgstr \"管理者\"\n\nmsgid \"and\"\nmsgstr \"和\"\n\nmsgid \"anything\"\nmsgstr \"任何\"\n\nmsgid \"catch-all\"\nmsgstr \"抓取外部郵件\"\n\nmsgid \"city\"\nmsgstr \"城市\"\n\nmsgid \"company\"\nmsgstr \"公司\"\n\nmsgid \"country\"\nmsgstr \"國家\"\n\nmsgid \"created by\"\nmsgstr \"建立者\"\n\nmsgid \"deleting\"\nmsgstr \"刪除中\"\n\nmsgid \"disabled\"\nmsgstr \"停用\"\n\nmsgid \"disk space\"\nmsgstr \"空間容量\"\n\nmsgid \"domain\"\nmsgstr \"網域\"\n\nmsgid \"domain alias\"\nmsgstr \"網域別名\"\n\nmsgid \"domain aliases\"\nmsgstr \"網域別名\"\n\nmsgid \"domain data\"\nmsgstr \"網域日期\"\n\nmsgid \"domain name\"\nmsgstr \"網域名稱\"\n\nmsgid \"domains\"\nmsgstr \"網域\"\n\nmsgid \"error\"\nmsgstr \"錯誤\"\n\nmsgid \"everything\"\nmsgstr \"全部\"\n\nmsgid \"first name\"\nmsgstr \"名\"\n\nmsgid \"from other browser\"\nmsgstr \"從其他的瀏覽器\"\n\nmsgid \"i-MSCP - Application Management (Permissions)\"\nmsgstr \"i-MSCP - 應用程式管理 (權限)\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Login\"\nmsgstr \"i-MSCP - Multi Server Control Panel / 登入\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Lost Password\"\nmsgstr \"i-MSCP - Multi Server Control Panel / 忘記密碼\"\n\nmsgid \"i-MSCP - Multi Server Control Panel / Maintenance\"\nmsgstr \"i-MSCP - Multi Server Control Panel / 維護\"\n\nmsgid \"i-MSCP - Software Installer / Management\"\nmsgstr \"i-MSCP - 軟體安裝器 / 管理\"\n\nmsgid \"i-MSCP - Software Management\"\nmsgstr \"i-MSCP - 軟體管理\"\n\nmsgid \"i-MSCP - Software Management (Permissions)\"\nmsgstr \"i-MSCP - 軟體管理 (權限)\"\n\nmsgid \"i-MSCP - Sofware Management\"\nmsgstr \"i-MSCP - 軟體管理\"\n\nmsgid \"i-MSCP / Software Installer / Management\"\nmsgstr \"i-MSCP / 軟體安裝器 / 管理\"\n\nmsgid \"i-MSCP Software installer / Web software repository\"\nmsgstr \"i-MSCP 軟體安裝器 / 網站軟體來源\"\n\nmsgid \"i-MSCP Web software repository\"\nmsgstr \"i-MSCP 網站軟體來源\"\n\nmsgid \"i-MSCP plugin store\"\nmsgstr \"i-MSCP 外掛商店\"\n\nmsgid \"i-MSCP updates\"\nmsgstr \"i-MSCP 更新\"\n\nmsgid \"i-MSCP version update checking is disabled\"\nmsgstr \"i-MSCP 版本檢查已停用\"\n\nmsgid \"installed\"\nmsgstr \"已安裝\"\n\nmsgid \"installing\"\nmsgstr \"安裝中\"\n\nmsgid \"internet Multi Server Control Panel\"\nmsgstr \"internet Multi Server Control Panel\"\n\nmsgid \"kB\"\nmsgstr \"kB\"\n\nmsgid \"kiB\"\nmsgstr \"kiB\"\n\nmsgid \"last name\"\nmsgstr \"姓\"\n\nmsgid \"mail\"\nmsgstr \"郵件\"\n\nmsgid \"mail account\"\nmsgstr \"郵件帳號\"\n\nmsgid \"mail accounts\"\nmsgstr \"郵件帳號\"\n\nmsgid \"missing alias\"\nmsgstr \"遺失別名\"\n\nmsgid \"missing domain\"\nmsgstr \"遺失網域\"\n\nmsgid \"n\\\\a\"\nmsgstr \"空\"\n\nmsgid \"no\"\nmsgstr \"否\"\n\nmsgid \"not available\"\nmsgstr \"未啟用\"\n\nmsgid \"not required\"\nmsgstr \"非必要\"\n\nmsgid \"ok\"\nmsgstr \"確定\"\n\nmsgid \"older than 1 month\"\nmsgstr \"一個月前\"\n\nmsgid \"older than 12 months\"\nmsgstr \"一年前\"\n\nmsgid \"older than 2 weeks\"\nmsgstr \"兩周前\"\n\nmsgid \"older than 3 months\"\nmsgstr \"三個月前\"\n\nmsgid \"older than 6 months\"\nmsgstr \"六個月前\"\n\n#, php-format\nmsgid \"or remote file (Max: %s)\"\nmsgstr \"或遠端檔案 (Max: %s)\"\n\nmsgid \"orphan entry\"\nmsgstr \"單一輸入\"\n\nmsgid \"required\"\nmsgstr \"必須的\"\n\nmsgid \"reseller name\"\nmsgstr \"經銷商名稱\"\n\nmsgid \"state/province\"\nmsgstr \"州/區域\"\n\nmsgid \"subdomain\"\nmsgstr \"子網域\"\n\nmsgid \"subdomains\"\nmsgstr \"子網域\"\n\nmsgid \"suspended\"\nmsgstr \"暫停\"\n\nmsgid \"that match with\"\nmsgstr \"這符合\"\n\nmsgid \"to administrator\"\nmsgstr \"\"\n\nmsgid \"to reseller\"\nmsgstr \"\"\n\nmsgid \"traffic\"\nmsgstr \"流量\"\n\nmsgid \"update\"\nmsgstr \"更新\"\n\nmsgid \"waiting for activation\"\nmsgstr \"等待啟用中\"\n\nmsgid \"which status is\"\nmsgstr \"此狀態是\"\n\nmsgid \"yes\"\nmsgstr \"是\"\n\nmsgid \"{USERNAME} user statistics\"\nmsgstr \"{USERNAME} 使用者狀態\"\n\nmsgid \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\nmsgstr \"© 2010-2017 i-MSCP Team<br>All Rights Reserved\"\n"
  },
  {
    "path": "i18n/tools/compilePo",
    "content": "#!/bin/sh\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nset -e\n\ncd ../..\n\nif [ ! -f \"gui/public/index.php\" ]; then\n\techo \"You must run this script from the i18n/tools directory!\"\n\texit 1\nfi\n\n# Only for debugging purpose\n# Transifex is taking care of merging\n#for i in i18n/po/*; do\n#\techo \"Updating ${i} file\"\n#\tmsgmerge -U ${i} i18n/iMSCP.pot\n#done\n\n# Purge any old language file\nrm -fR gui/i18n/locales/*\n\nfor i in `find i18n/po -name '*.po' | sed -r 's/.*\\/(.*)/\\1/'`; do\n\techo \"Compiling machine object file: ${i}\"\n\tLOCALE=`echo ${i} | cut -d '.' -f 1`\n\tDESTDIR=\"gui/i18n/locales/${LOCALE}/LC_MESSAGES\"\n\tmkdir -p ${DESTDIR}\n\tmsgfmt --strict --no-hash --use-fuzzy -o ${DESTDIR}/${LOCALE}.mo i18n/po/${i}\ndone\n"
  },
  {
    "path": "i18n/tools/makemsgs",
    "content": "#!/bin/sh\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2017 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\nset -e\n\ni18N_DIR=$(readlink -f ../)\n\nif [ ! -d ${i18N_DIR}/po ]; then\n\techo \"You must run this script from the i18n/tools directory.\"\n\texit 1\nfi\n\nGUI_DIR=$(readlink -f ../../gui)\n\n# PHP files\nfind ${GUI_DIR} -type f \\( -name '*.php' -o -name '*.phtml' -o -name '*.tpl' \\) -print > php.lst\n/usr/bin/xgettext --copyright-holder='i-MSCP Team - All rights reserved' --package-name='i-MSCP' \\\n--package-version=\"1.5.x\" --msgid-bugs-address='i18n@i-mscp.net' --language=PHP --keyword='tr' --keyword='ntr:1,2' \\\n--from-code=utf-8 --files-from=php.lst --no-location --sort-output --output=${i18N_DIR}/iMSCP.pot\nrm -f php.lst\n\n# XML files (No longer needed since 1.2.4)\n#find ${GUI_DIR} -type f -name '*.xml' -print > xml.lst\n#/usr/bin/xgettext --language=Glade --omit-header --keyword='label' --files-from=xml.lst --no-location --sort-output \\\n#--join-existing --output=${i18N_DIR}/iMSCP.pot\n#rm -f xml.lst\n"
  },
  {
    "path": "imscp-autoinstall",
    "content": "#!/usr/bin/perl\n\n=head1 NAME\n\n iMSCP::Debug - Debug library\n\n=cut\n\n# i-MSCP - internet Multi Server Control Panel\n# Copyright (C) 2010-2019 by Laurent Declercq <l.declercq@nuxwin.com>\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n=head1 NAME\n\n imscp-autoinstall Install/Update/Reconfigure i-MSCP\n\n=head1 SYNOPSIS\n\n imscp-autoinstall [OPTION]...\n\n=cut\n\nuse strict;\nuse warnings;\nuse FindBin;\nuse lib $FindBin::Bin, \"$FindBin::Bin/engine/PerlLib\", \"$FindBin::Bin/engine/PerlVendor\";\nuse autoinstaller::Functions qw/ loadConfig install /;\nuse File::Basename 'basename';\nuse iMSCP::Boolean;\nuse iMSCP::Debug qw/ newDebug output setDebug setVerbose /;\nuse iMSCP::Requirements;\nuse iMSCP::Dialog;\nuse iMSCP::Getopt;\nuse POSIX 'locale_h';\n\n@{ENV}{qw/ LANG PATH IMSCP_SETUP /} = (\n    'C.UTF-8',\n    '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',\n    TRUE\n);\ndelete $ENV{'LANGUAGE'};\nsetlocale( LC_MESSAGES, 'C.UTF-8' );\n\nsystem( 'clear' );\n\niMSCP::Requirements->new()->user();\n\nnewDebug( 'imscp-autoinstall.log' );\n\n{\n    no warnings 'once';\n    $::execmode = 'setup';\n    %::questions = ();\n}\n\niMSCP::Getopt->parse( sprintf( 'Usage: perl %s [OPTION]...', basename( $0 )) . qq{\n -s,    --skip-dist-packages    Do not install distribution packages.},\n    '--skip-dist-packages|s' => \\&iMSCP::Getopt::skipDistPackages\n);\n\nsetDebug( iMSCP::Getopt->debug );\nsetVerbose( iMSCP::Getopt->noprompt && iMSCP::Getopt->verbose );\nloadConfig();\nexit install();\n\n=head1 AUTHOR\n\n Laurent Declercq <l.declercq@nuxwin.com>\n\n=cut\n\n1;\n__END__\n"
  }
]